diff --git a/Package.swift b/Package.swift index 7a26288e0d6..2f2f476388a 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ import PackageDescription // MARK: - Dynamic Content -let clientRuntimeVersion: Version = "0.107.0" +let clientRuntimeVersion: Version = "0.108.0" let crtVersion: Version = "0.42.0" let excludeRuntimeUnitTests = false diff --git a/Package.version b/Package.version index 6120160a65a..e8461b4dceb 100644 --- a/Package.version +++ b/Package.version @@ -1 +1 @@ -1.0.73 \ No newline at end of file +1.0.74 \ No newline at end of file diff --git a/Package.version.next b/Package.version.next index e8461b4dceb..1081058cd28 100644 --- a/Package.version.next +++ b/Package.version.next @@ -1 +1 @@ -1.0.74 \ No newline at end of file +1.0.75 \ No newline at end of file diff --git a/Sources/Services/AWSACM/Package.swift.txt b/Sources/Services/AWSACM/Package.swift.txt index f1196f5698a..1a738b3ac34 100644 --- a/Sources/Services/AWSACM/Package.swift.txt +++ b/Sources/Services/AWSACM/Package.swift.txt @@ -41,47 +41,47 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift b/Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift index 82cfbbd7c4e..536fcd5c4b6 100644 --- a/Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift +++ b/Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ACMClient: ClientRuntime.Client { public static let clientName = "ACMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ACMClient.ACMClientConfiguration let serviceName = "ACM" diff --git a/Sources/Services/AWSACM/Sources/AWSACM/Models.swift b/Sources/Services/AWSACM/Sources/AWSACM/Models.swift index aac42e8a72a..b9bcd1b2209 100644 --- a/Sources/Services/AWSACM/Sources/AWSACM/Models.swift +++ b/Sources/Services/AWSACM/Sources/AWSACM/Models.swift @@ -87,8 +87,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -111,8 +110,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -135,8 +133,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -159,8 +156,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -183,8 +179,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -207,8 +202,7 @@ public struct TagPolicyException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -231,8 +225,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -255,8 +248,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +266,7 @@ extension ACMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -293,8 +284,7 @@ public struct AddTagsToCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, tags: [ACMClientTypes.Tag]? = nil - ) - { + ) { self.certificateArn = certificateArn self.tags = tags } @@ -344,8 +334,7 @@ extension ACMClientTypes { name: Swift.String? = nil, type: ACMClientTypes.RecordType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -445,8 +434,7 @@ extension ACMClientTypes { validationEmails: [Swift.String]? = nil, validationMethod: ACMClientTypes.ValidationMethod? = nil, validationStatus: ACMClientTypes.DomainStatus? = nil - ) - { + ) { self.domainName = domainName self.resourceRecord = resourceRecord self.validationDomain = validationDomain @@ -546,8 +534,7 @@ extension ACMClientTypes { public init( name: ACMClientTypes.ExtendedKeyUsageName? = nil, oid: Swift.String? = nil - ) - { + ) { self.name = name self.oid = oid } @@ -737,8 +724,7 @@ extension ACMClientTypes { public init( name: ACMClientTypes.KeyUsageName? = nil - ) - { + ) { self.name = name } } @@ -782,8 +768,7 @@ extension ACMClientTypes { public init( certificateTransparencyLoggingPreference: ACMClientTypes.CertificateTransparencyLoggingPreference? = nil - ) - { + ) { self.certificateTransparencyLoggingPreference = certificateTransparencyLoggingPreference } } @@ -874,8 +859,7 @@ extension ACMClientTypes { renewalStatus: ACMClientTypes.RenewalStatus? = nil, renewalStatusReason: ACMClientTypes.FailureReason? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.domainValidationOptions = domainValidationOptions self.renewalStatus = renewalStatus self.renewalStatusReason = renewalStatusReason @@ -1097,8 +1081,7 @@ extension ACMClientTypes { subject: Swift.String? = nil, subjectAlternativeNames: [Swift.String]? = nil, type: ACMClientTypes.CertificateType? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateAuthorityArn = certificateAuthorityArn self.createdAt = createdAt @@ -1147,8 +1130,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1171,8 +1153,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1184,8 +1165,7 @@ public struct DeleteCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1197,8 +1177,7 @@ public struct DescribeCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1209,8 +1188,7 @@ public struct DescribeCertificateOutput: Swift.Sendable { public init( certificate: ACMClientTypes.CertificateDetail? = nil - ) - { + ) { self.certificate = certificate } } @@ -1233,8 +1211,7 @@ public struct RequestInProgressException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1250,8 +1227,7 @@ public struct ExportCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, passphrase: Foundation.Data? = nil - ) - { + ) { self.certificateArn = certificateArn self.passphrase = passphrase } @@ -1274,8 +1250,7 @@ public struct ExportCertificateOutput: Swift.Sendable { certificate: Swift.String? = nil, certificateChain: Swift.String? = nil, privateKey: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.certificateChain = certificateChain self.privateKey = privateKey @@ -1296,8 +1271,7 @@ extension ACMClientTypes { public init( daysBeforeExpiry: Swift.Int? = nil - ) - { + ) { self.daysBeforeExpiry = daysBeforeExpiry } } @@ -1309,8 +1283,7 @@ public struct GetAccountConfigurationOutput: Swift.Sendable { public init( expiryEvents: ACMClientTypes.ExpiryEventsConfiguration? = nil - ) - { + ) { self.expiryEvents = expiryEvents } } @@ -1322,8 +1295,7 @@ public struct GetCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1337,8 +1309,7 @@ public struct GetCertificateOutput: Swift.Sendable { public init( certificate: Swift.String? = nil, certificateChain: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.certificateChain = certificateChain } @@ -1362,8 +1333,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1388,8 +1358,7 @@ public struct ImportCertificateInput: Swift.Sendable { certificateChain: Foundation.Data? = nil, privateKey: Foundation.Data? = nil, tags: [ACMClientTypes.Tag]? = nil - ) - { + ) { self.certificate = certificate self.certificateArn = certificateArn self.certificateChain = certificateChain @@ -1409,8 +1378,7 @@ public struct ImportCertificateOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1433,8 +1401,7 @@ public struct InvalidArgsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1457,8 +1424,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1478,8 +1444,7 @@ extension ACMClientTypes { extendedKeyUsage: [ACMClientTypes.ExtendedKeyUsageName]? = nil, keyTypes: [ACMClientTypes.KeyAlgorithm]? = nil, keyUsage: [ACMClientTypes.KeyUsageName]? = nil - ) - { + ) { self.extendedKeyUsage = extendedKeyUsage self.keyTypes = keyTypes self.keyUsage = keyUsage @@ -1563,8 +1528,7 @@ public struct ListCertificatesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: ACMClientTypes.SortBy? = nil, sortOrder: ACMClientTypes.SortOrder? = nil - ) - { + ) { self.certificateStatuses = certificateStatuses self.includes = includes self.maxItems = maxItems @@ -1634,8 +1598,7 @@ extension ACMClientTypes { status: ACMClientTypes.CertificateStatus? = nil, subjectAlternativeNameSummaries: [Swift.String]? = nil, type: ACMClientTypes.CertificateType? = nil - ) - { + ) { self.certificateArn = certificateArn self.createdAt = createdAt self.domainName = domainName @@ -1667,8 +1630,7 @@ public struct ListCertificatesOutput: Swift.Sendable { public init( certificateSummaryList: [ACMClientTypes.CertificateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificateSummaryList = certificateSummaryList self.nextToken = nextToken } @@ -1681,8 +1643,7 @@ public struct ListTagsForCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1693,8 +1654,7 @@ public struct ListTagsForCertificateOutput: Swift.Sendable { public init( tags: [ACMClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1709,8 +1669,7 @@ public struct PutAccountConfigurationInput: Swift.Sendable { public init( expiryEvents: ACMClientTypes.ExpiryEventsConfiguration? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.expiryEvents = expiryEvents self.idempotencyToken = idempotencyToken } @@ -1727,8 +1686,7 @@ public struct RemoveTagsFromCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, tags: [ACMClientTypes.Tag]? = nil - ) - { + ) { self.certificateArn = certificateArn self.tags = tags } @@ -1741,8 +1699,7 @@ public struct RenewCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1765,8 +1722,7 @@ public struct InvalidDomainValidationOptionsException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1795,8 +1751,7 @@ extension ACMClientTypes { public init( domainName: Swift.String? = nil, validationDomain: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.validationDomain = validationDomain } @@ -1849,8 +1804,7 @@ public struct RequestCertificateInput: Swift.Sendable { subjectAlternativeNames: [Swift.String]? = nil, tags: [ACMClientTypes.Tag]? = nil, validationMethod: ACMClientTypes.ValidationMethod? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.domainName = domainName self.domainValidationOptions = domainValidationOptions @@ -1869,8 +1823,7 @@ public struct RequestCertificateOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1893,8 +1846,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1924,8 +1876,7 @@ public struct ResendValidationEmailInput: Swift.Sendable { certificateArn: Swift.String? = nil, domain: Swift.String? = nil, validationDomain: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.domain = domain self.validationDomain = validationDomain @@ -1943,8 +1894,7 @@ public struct UpdateCertificateOptionsInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, options: ACMClientTypes.CertificateOptions? = nil - ) - { + ) { self.certificateArn = certificateArn self.options = options } diff --git a/Sources/Services/AWSACMPCA/Package.swift.txt b/Sources/Services/AWSACMPCA/Package.swift.txt index e0c189b1820..4aed95ed268 100644 --- a/Sources/Services/AWSACMPCA/Package.swift.txt +++ b/Sources/Services/AWSACMPCA/Package.swift.txt @@ -41,47 +41,47 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift b/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift index 3a96128aba6..657394d9f4f 100644 --- a/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift +++ b/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ACMPCAClient: ClientRuntime.Client { public static let clientName = "ACMPCAClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ACMPCAClient.ACMPCAClientConfiguration let serviceName = "ACM PCA" diff --git a/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift b/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift index 85c0f2982d3..243b6871623 100644 --- a/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift +++ b/Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift @@ -95,8 +95,7 @@ extension ACMPCAClientTypes { public init( objectIdentifier: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier self.value = value } @@ -154,8 +153,7 @@ extension ACMPCAClientTypes { state: Swift.String? = nil, surname: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.commonName = commonName self.country = country self.customAttributes = customAttributes @@ -188,8 +186,7 @@ extension ACMPCAClientTypes { public init( nameAssigner: Swift.String? = nil, partyName: Swift.String? = nil - ) - { + ) { self.nameAssigner = nameAssigner self.partyName = partyName } @@ -210,8 +207,7 @@ extension ACMPCAClientTypes { public init( typeId: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.typeId = typeId self.value = value } @@ -248,8 +244,7 @@ extension ACMPCAClientTypes { registeredId: Swift.String? = nil, rfc822Name: Swift.String? = nil, uniformResourceIdentifier: Swift.String? = nil - ) - { + ) { self.directoryName = directoryName self.dnsName = dnsName self.ediPartyName = ediPartyName @@ -306,8 +301,7 @@ extension ACMPCAClientTypes { public init( accessMethodType: ACMPCAClientTypes.AccessMethodType? = nil, customObjectIdentifier: Swift.String? = nil - ) - { + ) { self.accessMethodType = accessMethodType self.customObjectIdentifier = customObjectIdentifier } @@ -328,8 +322,7 @@ extension ACMPCAClientTypes { public init( accessLocation: ACMPCAClientTypes.GeneralName? = nil, accessMethod: ACMPCAClientTypes.AccessMethod? = nil - ) - { + ) { self.accessLocation = accessLocation self.accessMethod = accessMethod } @@ -354,8 +347,7 @@ public struct InvalidArgsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -378,8 +370,7 @@ public struct InvalidPolicyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -402,8 +393,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -426,8 +416,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -465,8 +454,7 @@ extension ACMPCAClientTypes { keyCertSign: Swift.Bool = false, keyEncipherment: Swift.Bool = false, nonRepudiation: Swift.Bool = false - ) - { + ) { self.crlSign = crlSign self.dataEncipherment = dataEncipherment self.decipherOnly = decipherOnly @@ -492,8 +480,7 @@ extension ACMPCAClientTypes { public init( keyUsage: ACMPCAClientTypes.KeyUsage? = nil, subjectInformationAccess: [ACMPCAClientTypes.AccessDescription]? = nil - ) - { + ) { self.keyUsage = keyUsage self.subjectInformationAccess = subjectInformationAccess } @@ -603,8 +590,7 @@ extension ACMPCAClientTypes { keyAlgorithm: ACMPCAClientTypes.KeyAlgorithm? = nil, signingAlgorithm: ACMPCAClientTypes.SigningAlgorithm? = nil, subject: ACMPCAClientTypes.ASN1Subject? = nil - ) - { + ) { self.csrExtensions = csrExtensions self.keyAlgorithm = keyAlgorithm self.signingAlgorithm = signingAlgorithm @@ -684,8 +670,7 @@ extension ACMPCAClientTypes { public init( omitExtension: Swift.Bool? = false - ) - { + ) { self.omitExtension = omitExtension } } @@ -787,8 +772,7 @@ extension ACMPCAClientTypes { expirationInDays: Swift.Int? = nil, s3BucketName: Swift.String? = nil, s3ObjectAcl: ACMPCAClientTypes.S3ObjectAcl? = nil - ) - { + ) { self.crlDistributionPointExtensionConfiguration = crlDistributionPointExtensionConfiguration self.customCname = customCname self.enabled = enabled @@ -812,8 +796,7 @@ extension ACMPCAClientTypes { public init( enabled: Swift.Bool? = false, ocspCustomCname: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.ocspCustomCname = ocspCustomCname } @@ -832,8 +815,7 @@ extension ACMPCAClientTypes { public init( crlConfiguration: ACMPCAClientTypes.CrlConfiguration? = nil, ocspConfiguration: ACMPCAClientTypes.OcspConfiguration? = nil - ) - { + ) { self.crlConfiguration = crlConfiguration self.ocspConfiguration = ocspConfiguration } @@ -853,8 +835,7 @@ extension ACMPCAClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -927,8 +908,7 @@ public struct CreateCertificateAuthorityInput: Swift.Sendable { revocationConfiguration: ACMPCAClientTypes.RevocationConfiguration? = nil, tags: [ACMPCAClientTypes.Tag]? = nil, usageMode: ACMPCAClientTypes.CertificateAuthorityUsageMode? = nil - ) - { + ) { self.certificateAuthorityConfiguration = certificateAuthorityConfiguration self.certificateAuthorityType = certificateAuthorityType self.idempotencyToken = idempotencyToken @@ -945,8 +925,7 @@ public struct CreateCertificateAuthorityOutput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn } } @@ -969,8 +948,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -993,8 +971,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1017,8 +994,7 @@ public struct RequestFailedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1041,8 +1017,7 @@ public struct RequestInProgressException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1065,8 +1040,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1115,8 +1089,7 @@ public struct CreateCertificateAuthorityAuditReportInput: Swift.Sendable { auditReportResponseFormat: ACMPCAClientTypes.AuditReportResponseFormat? = nil, certificateAuthorityArn: Swift.String? = nil, s3BucketName: Swift.String? = nil - ) - { + ) { self.auditReportResponseFormat = auditReportResponseFormat self.certificateAuthorityArn = certificateAuthorityArn self.s3BucketName = s3BucketName @@ -1132,8 +1105,7 @@ public struct CreateCertificateAuthorityAuditReportOutput: Swift.Sendable { public init( auditReportId: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.auditReportId = auditReportId self.s3Key = s3Key } @@ -1157,8 +1129,7 @@ public struct PermissionAlreadyExistsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1213,8 +1184,7 @@ public struct CreatePermissionInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, principal: Swift.String? = nil, sourceAccount: Swift.String? = nil - ) - { + ) { self.actions = actions self.certificateAuthorityArn = certificateAuthorityArn self.principal = principal @@ -1240,8 +1210,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1256,8 +1225,7 @@ public struct DeleteCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil, permanentDeletionTimeInDays: Swift.Int? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.permanentDeletionTimeInDays = permanentDeletionTimeInDays } @@ -1277,8 +1245,7 @@ public struct DeletePermissionInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, principal: Swift.String? = nil, sourceAccount: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.principal = principal self.sourceAccount = sourceAccount @@ -1303,8 +1270,7 @@ public struct LockoutPreventedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1316,8 +1282,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1329,8 +1294,7 @@ public struct DescribeCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn } } @@ -1462,8 +1426,7 @@ extension ACMPCAClientTypes { status: ACMPCAClientTypes.CertificateAuthorityStatus? = nil, type: ACMPCAClientTypes.CertificateAuthorityType? = nil, usageMode: ACMPCAClientTypes.CertificateAuthorityUsageMode? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityConfiguration = certificateAuthorityConfiguration self.createdAt = createdAt @@ -1489,8 +1452,7 @@ public struct DescribeCertificateAuthorityOutput: Swift.Sendable { public init( certificateAuthority: ACMPCAClientTypes.CertificateAuthority? = nil - ) - { + ) { self.certificateAuthority = certificateAuthority } } @@ -1506,8 +1468,7 @@ public struct DescribeCertificateAuthorityAuditReportInput: Swift.Sendable { public init( auditReportId: Swift.String? = nil, certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.auditReportId = auditReportId self.certificateAuthorityArn = certificateAuthorityArn } @@ -1560,8 +1521,7 @@ public struct DescribeCertificateAuthorityAuditReportOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, s3BucketName: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.auditReportStatus = auditReportStatus self.createdAt = createdAt self.s3BucketName = s3BucketName @@ -1580,8 +1540,7 @@ public struct GetCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateAuthorityArn = certificateAuthorityArn } @@ -1596,8 +1555,7 @@ public struct GetCertificateOutput: Swift.Sendable { public init( certificate: Swift.String? = nil, certificateChain: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.certificateChain = certificateChain } @@ -1610,8 +1568,7 @@ public struct GetCertificateAuthorityCertificateInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn } } @@ -1625,8 +1582,7 @@ public struct GetCertificateAuthorityCertificateOutput: Swift.Sendable { public init( certificate: Swift.String? = nil, certificateChain: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.certificateChain = certificateChain } @@ -1639,8 +1595,7 @@ public struct GetCertificateAuthorityCsrInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn } } @@ -1651,8 +1606,7 @@ public struct GetCertificateAuthorityCsrOutput: Swift.Sendable { public init( csr: Swift.String? = nil - ) - { + ) { self.csr = csr } } @@ -1664,8 +1618,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1676,8 +1629,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1700,8 +1652,7 @@ public struct CertificateMismatchException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1724,8 +1675,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1748,8 +1698,7 @@ public struct MalformedCertificateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1768,8 +1717,7 @@ public struct ImportCertificateAuthorityCertificateInput: Swift.Sendable { certificate: Foundation.Data? = nil, certificateAuthorityArn: Swift.String? = nil, certificateChain: Foundation.Data? = nil - ) - { + ) { self.certificate = certificate self.certificateAuthorityArn = certificateAuthorityArn self.certificateChain = certificateChain @@ -1794,8 +1742,7 @@ public struct MalformedCSRException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1836,8 +1783,7 @@ extension ACMPCAClientTypes { public init( cpsUri: Swift.String? = nil - ) - { + ) { self.cpsUri = cpsUri } } @@ -1857,8 +1803,7 @@ extension ACMPCAClientTypes { public init( policyQualifierId: ACMPCAClientTypes.PolicyQualifierId? = nil, qualifier: ACMPCAClientTypes.Qualifier? = nil - ) - { + ) { self.policyQualifierId = policyQualifierId self.qualifier = qualifier } @@ -1878,8 +1823,7 @@ extension ACMPCAClientTypes { public init( certPolicyId: Swift.String? = nil, policyQualifiers: [ACMPCAClientTypes.PolicyQualifierInfo]? = nil - ) - { + ) { self.certPolicyId = certPolicyId self.policyQualifiers = policyQualifiers } @@ -1903,8 +1847,7 @@ extension ACMPCAClientTypes { critical: Swift.Bool? = false, objectIdentifier: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.critical = critical self.objectIdentifier = objectIdentifier self.value = value @@ -1974,8 +1917,7 @@ extension ACMPCAClientTypes { public init( extendedKeyUsageObjectIdentifier: Swift.String? = nil, extendedKeyUsageType: ACMPCAClientTypes.ExtendedKeyUsageType? = nil - ) - { + ) { self.extendedKeyUsageObjectIdentifier = extendedKeyUsageObjectIdentifier self.extendedKeyUsageType = extendedKeyUsageType } @@ -2003,8 +1945,7 @@ extension ACMPCAClientTypes { extendedKeyUsage: [ACMPCAClientTypes.ExtendedKeyUsage]? = nil, keyUsage: ACMPCAClientTypes.KeyUsage? = nil, subjectAlternativeNames: [ACMPCAClientTypes.GeneralName]? = nil - ) - { + ) { self.certificatePolicies = certificatePolicies self.customExtensions = customExtensions self.extendedKeyUsage = extendedKeyUsage @@ -2026,8 +1967,7 @@ extension ACMPCAClientTypes { public init( extensions: ACMPCAClientTypes.Extensions? = nil, subject: ACMPCAClientTypes.ASN1Subject? = nil - ) - { + ) { self.extensions = extensions self.subject = subject } @@ -2107,8 +2047,7 @@ extension ACMPCAClientTypes { public init( type: ACMPCAClientTypes.ValidityPeriodType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -2146,8 +2085,7 @@ public struct IssueCertificateInput: Swift.Sendable { templateArn: Swift.String? = nil, validity: ACMPCAClientTypes.Validity? = nil, validityNotBefore: ACMPCAClientTypes.Validity? = nil - ) - { + ) { self.apiPassthrough = apiPassthrough self.certificateAuthorityArn = certificateAuthorityArn self.csr = csr @@ -2165,8 +2103,7 @@ public struct IssueCertificateOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -2189,8 +2126,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2236,8 +2172,7 @@ public struct ListCertificateAuthoritiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceOwner: ACMPCAClientTypes.ResourceOwner? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceOwner = resourceOwner @@ -2253,8 +2188,7 @@ public struct ListCertificateAuthoritiesOutput: Swift.Sendable { public init( certificateAuthorities: [ACMPCAClientTypes.CertificateAuthority]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificateAuthorities = certificateAuthorities self.nextToken = nextToken } @@ -2273,8 +2207,7 @@ public struct ListPermissionsInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.maxResults = maxResults self.nextToken = nextToken @@ -2305,8 +2238,7 @@ extension ACMPCAClientTypes { policy: Swift.String? = nil, principal: Swift.String? = nil, sourceAccount: Swift.String? = nil - ) - { + ) { self.actions = actions self.certificateAuthorityArn = certificateAuthorityArn self.createdAt = createdAt @@ -2326,8 +2258,7 @@ public struct ListPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [ACMPCAClientTypes.Permission]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2346,8 +2277,7 @@ public struct ListTagsInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.maxResults = maxResults self.nextToken = nextToken @@ -2363,8 +2293,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [ACMPCAClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -2381,8 +2310,7 @@ public struct PutPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -2395,8 +2323,7 @@ public struct RestoreCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn } } @@ -2419,8 +2346,7 @@ public struct RequestAlreadyProcessedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2487,8 +2413,7 @@ public struct RevokeCertificateInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, certificateSerial: Swift.String? = nil, revocationReason: ACMPCAClientTypes.RevocationReason? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.certificateSerial = certificateSerial self.revocationReason = revocationReason @@ -2513,8 +2438,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2530,8 +2454,7 @@ public struct TagCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil, tags: [ACMPCAClientTypes.Tag]? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.tags = tags } @@ -2548,8 +2471,7 @@ public struct UntagCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityArn: Swift.String? = nil, tags: [ACMPCAClientTypes.Tag]? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.tags = tags } @@ -2579,8 +2501,7 @@ public struct UpdateCertificateAuthorityInput: Swift.Sendable { certificateAuthorityArn: Swift.String? = nil, revocationConfiguration: ACMPCAClientTypes.RevocationConfiguration? = nil, status: ACMPCAClientTypes.CertificateAuthorityStatus? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.revocationConfiguration = revocationConfiguration self.status = status diff --git a/Sources/Services/AWSAPIGateway/Package.swift.txt b/Sources/Services/AWSAPIGateway/Package.swift.txt index 5b570dd6bb9..9f0bb11c520 100644 --- a/Sources/Services/AWSAPIGateway/Package.swift.txt +++ b/Sources/Services/AWSAPIGateway/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift b/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift index 0788bbcd4ce..6bd3c3aaf31 100644 --- a/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift +++ b/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class APIGatewayClient: ClientRuntime.Client { public static let clientName = "APIGatewayClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: APIGatewayClient.APIGatewayClientConfiguration let serviceName = "API Gateway" diff --git a/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift b/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift index 4dc08f18481..0234aeea817 100644 --- a/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift +++ b/Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift @@ -208,8 +208,7 @@ extension APIGatewayClientTypes { public init( destinationArn: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.format = format } @@ -228,8 +227,7 @@ extension APIGatewayClientTypes { public init( burstLimit: Swift.Int = 0, rateLimit: Swift.Double = 0.0 - ) - { + ) { self.burstLimit = burstLimit self.rateLimit = rateLimit } @@ -272,8 +270,7 @@ extension APIGatewayClientTypes { stageKeys: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.customerId = customerId self.description = description @@ -358,8 +355,7 @@ extension APIGatewayClientTypes { apiId: Swift.String? = nil, stage: Swift.String? = nil, throttle: [Swift.String: APIGatewayClientTypes.ThrottleSettings]? = nil - ) - { + ) { self.apiId = apiId self.stage = stage self.throttle = throttle @@ -436,8 +432,7 @@ extension APIGatewayClientTypes { name: Swift.String? = nil, providerARNs: [Swift.String]? = nil, type: APIGatewayClientTypes.AuthorizerType? = nil - ) - { + ) { self.authType = authType self.authorizerCredentials = authorizerCredentials self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds @@ -470,8 +465,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +488,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -520,8 +513,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -545,8 +537,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -571,8 +562,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -596,8 +586,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -614,8 +603,7 @@ extension APIGatewayClientTypes { public init( restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId self.stageName = stageName } @@ -650,8 +638,7 @@ public struct CreateApiKeyInput: Swift.Sendable { stageKeys: [APIGatewayClientTypes.StageKey]? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.customerId = customerId self.description = description self.enabled = enabled @@ -697,8 +684,7 @@ public struct CreateApiKeyOutput: Swift.Sendable { stageKeys: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.customerId = customerId self.description = description @@ -749,8 +735,7 @@ public struct CreateAuthorizerInput: Swift.Sendable { providerARNs: [Swift.String]? = nil, restApiId: Swift.String? = nil, type: APIGatewayClientTypes.AuthorizerType? = nil - ) - { + ) { self.authType = authType self.authorizerCredentials = authorizerCredentials self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds @@ -798,8 +783,7 @@ public struct CreateAuthorizerOutput: Swift.Sendable { name: Swift.String? = nil, providerARNs: [Swift.String]? = nil, type: APIGatewayClientTypes.AuthorizerType? = nil - ) - { + ) { self.authType = authType self.authorizerCredentials = authorizerCredentials self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds @@ -834,8 +818,7 @@ public struct CreateBasePathMappingInput: Swift.Sendable { domainNameId: Swift.String? = nil, restApiId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.domainName = domainName self.domainNameId = domainNameId @@ -857,8 +840,7 @@ public struct CreateBasePathMappingOutput: Swift.Sendable { basePath: Swift.String? = nil, restApiId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.restApiId = restApiId self.stage = stage @@ -885,8 +867,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -955,8 +936,7 @@ extension APIGatewayClientTypes { percentTraffic: Swift.Double = 0.0, stageVariableOverrides: [Swift.String: Swift.String]? = nil, useStageCache: Swift.Bool = false - ) - { + ) { self.percentTraffic = percentTraffic self.stageVariableOverrides = stageVariableOverrides self.useStageCache = useStageCache @@ -996,8 +976,7 @@ public struct CreateDeploymentInput: Swift.Sendable { stageName: Swift.String? = nil, tracingEnabled: Swift.Bool? = nil, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize self.canarySettings = canarySettings @@ -1022,8 +1001,7 @@ extension APIGatewayClientTypes { public init( apiKeyRequired: Swift.Bool = false, authorizationType: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationType = authorizationType } @@ -1046,8 +1024,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.apiSummary = apiSummary self.createdDate = createdDate self.description = description @@ -1136,8 +1113,7 @@ extension APIGatewayClientTypes { path: Swift.String? = nil, statusCode: Swift.String? = nil, type: APIGatewayClientTypes.DocumentationPartType? = nil - ) - { + ) { self.method = method self.name = name self.path = path @@ -1163,8 +1139,7 @@ public struct CreateDocumentationPartInput: Swift.Sendable { location: APIGatewayClientTypes.DocumentationPartLocation? = nil, properties: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.location = location self.properties = properties self.restApiId = restApiId @@ -1184,8 +1159,7 @@ public struct CreateDocumentationPartOutput: Swift.Sendable { id: Swift.String? = nil, location: APIGatewayClientTypes.DocumentationPartLocation? = nil, properties: Swift.String? = nil - ) - { + ) { self.id = id self.location = location self.properties = properties @@ -1210,8 +1184,7 @@ public struct CreateDocumentationVersionInput: Swift.Sendable { documentationVersion: Swift.String? = nil, restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.description = description self.documentationVersion = documentationVersion self.restApiId = restApiId @@ -1232,8 +1205,7 @@ public struct CreateDocumentationVersionOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.version = version @@ -1285,8 +1257,7 @@ extension APIGatewayClientTypes { public init( types: [APIGatewayClientTypes.EndpointType]? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.types = types self.vpcEndpointIds = vpcEndpointIds } @@ -1305,8 +1276,7 @@ extension APIGatewayClientTypes { public init( truststoreUri: Swift.String? = nil, truststoreVersion: Swift.String? = nil - ) - { + ) { self.truststoreUri = truststoreUri self.truststoreVersion = truststoreVersion } @@ -1389,8 +1359,7 @@ public struct CreateDomainNameInput: Swift.Sendable { regionalCertificateName: Swift.String? = nil, securityPolicy: APIGatewayClientTypes.SecurityPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateBody = certificateBody self.certificateChain = certificateChain @@ -1461,8 +1430,7 @@ extension APIGatewayClientTypes { truststoreUri: Swift.String? = nil, truststoreVersion: Swift.String? = nil, truststoreWarnings: [Swift.String]? = nil - ) - { + ) { self.truststoreUri = truststoreUri self.truststoreVersion = truststoreVersion self.truststoreWarnings = truststoreWarnings @@ -1537,8 +1505,7 @@ public struct CreateDomainNameOutput: Swift.Sendable { regionalHostedZoneId: Swift.String? = nil, securityPolicy: APIGatewayClientTypes.SecurityPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateName = certificateName self.certificateUploadDate = certificateUploadDate @@ -1581,8 +1548,7 @@ public struct CreateDomainNameAccessAssociationInput: Swift.Sendable { accessAssociationSourceType: APIGatewayClientTypes.AccessAssociationSourceType? = nil, domainNameArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessAssociationSource = accessAssociationSource self.accessAssociationSourceType = accessAssociationSourceType self.domainNameArn = domainNameArn @@ -1609,8 +1575,7 @@ public struct CreateDomainNameAccessAssociationOutput: Swift.Sendable { domainNameAccessAssociationArn: Swift.String? = nil, domainNameArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessAssociationSource = accessAssociationSource self.accessAssociationSourceType = accessAssociationSourceType self.domainNameAccessAssociationArn = domainNameAccessAssociationArn @@ -1641,8 +1606,7 @@ public struct CreateModelInput: Swift.Sendable { name: Swift.String? = nil, restApiId: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.name = name @@ -1670,8 +1634,7 @@ public struct CreateModelOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.id = id @@ -1697,8 +1660,7 @@ public struct CreateRequestValidatorInput: Swift.Sendable { restApiId: Swift.String? = nil, validateRequestBody: Swift.Bool? = false, validateRequestParameters: Swift.Bool? = false - ) - { + ) { self.name = name self.restApiId = restApiId self.validateRequestBody = validateRequestBody @@ -1722,8 +1684,7 @@ public struct CreateRequestValidatorOutput: Swift.Sendable { name: Swift.String? = nil, validateRequestBody: Swift.Bool = false, validateRequestParameters: Swift.Bool = false - ) - { + ) { self.id = id self.name = name self.validateRequestBody = validateRequestBody @@ -1747,8 +1708,7 @@ public struct CreateResourceInput: Swift.Sendable { parentId: Swift.String? = nil, pathPart: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.parentId = parentId self.pathPart = pathPart self.restApiId = restApiId @@ -1834,8 +1794,7 @@ extension APIGatewayClientTypes { responseTemplates: [Swift.String: Swift.String]? = nil, selectionPattern: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentHandling = contentHandling self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -1854,8 +1813,7 @@ extension APIGatewayClientTypes { public init( insecureSkipVerification: Swift.Bool = false - ) - { + ) { self.insecureSkipVerification = insecureSkipVerification } } @@ -1951,8 +1909,7 @@ extension APIGatewayClientTypes { tlsConfig: APIGatewayClientTypes.TlsConfig? = nil, type: APIGatewayClientTypes.IntegrationType? = nil, uri: Swift.String? = nil - ) - { + ) { self.cacheKeyParameters = cacheKeyParameters self.cacheNamespace = cacheNamespace self.connectionId = connectionId @@ -1987,8 +1944,7 @@ extension APIGatewayClientTypes { responseModels: [Swift.String: Swift.String]? = nil, responseParameters: [Swift.String: Swift.Bool]? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.responseModels = responseModels self.responseParameters = responseParameters self.statusCode = statusCode @@ -2035,8 +1991,7 @@ extension APIGatewayClientTypes { requestModels: [Swift.String: Swift.String]? = nil, requestParameters: [Swift.String: Swift.Bool]? = nil, requestValidatorId: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes self.authorizationType = authorizationType @@ -2071,8 +2026,7 @@ public struct CreateResourceOutput: Swift.Sendable { path: Swift.String? = nil, pathPart: Swift.String? = nil, resourceMethods: [Swift.String: APIGatewayClientTypes.Method]? = nil - ) - { + ) { self.id = id self.parentId = parentId self.path = path @@ -2119,8 +2073,7 @@ public struct CreateRestApiInput: Swift.Sendable { policy: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.cloneFrom = cloneFrom @@ -2181,8 +2134,7 @@ public struct CreateRestApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -2218,8 +2170,7 @@ extension APIGatewayClientTypes { percentTraffic: Swift.Double = 0.0, stageVariableOverrides: [Swift.String: Swift.String]? = nil, useStageCache: Swift.Bool = false - ) - { + ) { self.deploymentId = deploymentId self.percentTraffic = percentTraffic self.stageVariableOverrides = stageVariableOverrides @@ -2268,8 +2219,7 @@ public struct CreateStageInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tracingEnabled: Swift.Bool? = false, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize self.canarySettings = canarySettings @@ -2391,8 +2341,7 @@ extension APIGatewayClientTypes { throttlingBurstLimit: Swift.Int = 0, throttlingRateLimit: Swift.Double = 0.0, unauthorizedCacheControlHeaderStrategy: APIGatewayClientTypes.UnauthorizedCacheControlHeaderStrategy? = nil - ) - { + ) { self.cacheDataEncrypted = cacheDataEncrypted self.cacheTtlInSeconds = cacheTtlInSeconds self.cachingEnabled = cachingEnabled @@ -2462,8 +2411,7 @@ public struct CreateStageOutput: Swift.Sendable { tracingEnabled: Swift.Bool = false, variables: [Swift.String: Swift.String]? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize @@ -2531,8 +2479,7 @@ extension APIGatewayClientTypes { limit: Swift.Int = 0, offset: Swift.Int = 0, period: APIGatewayClientTypes.QuotaPeriodType? = nil - ) - { + ) { self.limit = limit self.offset = offset self.period = period @@ -2563,8 +2510,7 @@ public struct CreateUsagePlanInput: Swift.Sendable { quota: APIGatewayClientTypes.QuotaSettings? = nil, tags: [Swift.String: Swift.String]? = nil, throttle: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiStages = apiStages self.description = description self.name = name @@ -2602,8 +2548,7 @@ public struct CreateUsagePlanOutput: Swift.Sendable { quota: APIGatewayClientTypes.QuotaSettings? = nil, tags: [Swift.String: Swift.String]? = nil, throttle: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiStages = apiStages self.description = description self.id = id @@ -2631,8 +2576,7 @@ public struct CreateUsagePlanKeyInput: Swift.Sendable { keyId: Swift.String? = nil, keyType: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.keyType = keyType self.usagePlanId = usagePlanId @@ -2655,8 +2599,7 @@ public struct CreateUsagePlanKeyOutput: Swift.Sendable { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.type = type @@ -2682,8 +2625,7 @@ public struct CreateVpcLinkInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArns: [Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -2751,8 +2693,7 @@ public struct CreateVpcLinkOutput: Swift.Sendable { statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArns: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -2771,8 +2712,7 @@ public struct DeleteApiKeyInput: Swift.Sendable { public init( apiKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -2789,8 +2729,7 @@ public struct DeleteAuthorizerInput: Swift.Sendable { public init( authorizerId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.authorizerId = authorizerId self.restApiId = restApiId } @@ -2811,8 +2750,7 @@ public struct DeleteBasePathMappingInput: Swift.Sendable { basePath: Swift.String? = nil, domainName: Swift.String? = nil, domainNameId: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.domainName = domainName self.domainNameId = domainNameId @@ -2827,8 +2765,7 @@ public struct DeleteClientCertificateInput: Swift.Sendable { public init( clientCertificateId: Swift.String? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId } } @@ -2845,8 +2782,7 @@ public struct DeleteDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.restApiId = restApiId } @@ -2864,8 +2800,7 @@ public struct DeleteDocumentationPartInput: Swift.Sendable { public init( documentationPartId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationPartId = documentationPartId self.restApiId = restApiId } @@ -2883,8 +2818,7 @@ public struct DeleteDocumentationVersionInput: Swift.Sendable { public init( documentationVersion: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationVersion = documentationVersion self.restApiId = restApiId } @@ -2901,8 +2835,7 @@ public struct DeleteDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil, domainNameId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.domainNameId = domainNameId } @@ -2915,8 +2848,7 @@ public struct DeleteDomainNameAccessAssociationInput: Swift.Sendable { public init( domainNameAccessAssociationArn: Swift.String? = nil - ) - { + ) { self.domainNameAccessAssociationArn = domainNameAccessAssociationArn } } @@ -3019,8 +2951,7 @@ public struct DeleteGatewayResponseInput: Swift.Sendable { public init( responseType: APIGatewayClientTypes.GatewayResponseType? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.responseType = responseType self.restApiId = restApiId } @@ -3042,8 +2973,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { httpMethod: Swift.String? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -3070,8 +3000,7 @@ public struct DeleteIntegrationResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -3095,8 +3024,7 @@ public struct DeleteMethodInput: Swift.Sendable { httpMethod: Swift.String? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -3123,8 +3051,7 @@ public struct DeleteMethodResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -3144,8 +3071,7 @@ public struct DeleteModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.modelName = modelName self.restApiId = restApiId } @@ -3163,8 +3089,7 @@ public struct DeleteRequestValidatorInput: Swift.Sendable { public init( requestValidatorId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.requestValidatorId = requestValidatorId self.restApiId = restApiId } @@ -3182,8 +3107,7 @@ public struct DeleteResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.restApiId = restApiId } @@ -3197,8 +3121,7 @@ public struct DeleteRestApiInput: Swift.Sendable { public init( restApiId: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId } } @@ -3215,8 +3138,7 @@ public struct DeleteStageInput: Swift.Sendable { public init( restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId self.stageName = stageName } @@ -3230,8 +3152,7 @@ public struct DeleteUsagePlanInput: Swift.Sendable { public init( usagePlanId: Swift.String? = nil - ) - { + ) { self.usagePlanId = usagePlanId } } @@ -3248,8 +3169,7 @@ public struct DeleteUsagePlanKeyInput: Swift.Sendable { public init( keyId: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.usagePlanId = usagePlanId } @@ -3263,8 +3183,7 @@ public struct DeleteVpcLinkInput: Swift.Sendable { public init( vpcLinkId: Swift.String? = nil - ) - { + ) { self.vpcLinkId = vpcLinkId } } @@ -3281,8 +3200,7 @@ public struct FlushStageAuthorizersCacheInput: Swift.Sendable { public init( restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId self.stageName = stageName } @@ -3300,8 +3218,7 @@ public struct FlushStageCacheInput: Swift.Sendable { public init( restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId self.stageName = stageName } @@ -3317,8 +3234,7 @@ public struct GenerateClientCertificateInput: Swift.Sendable { public init( description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.tags = tags } @@ -3346,8 +3262,7 @@ public struct GenerateClientCertificateOutput: Swift.Sendable { expirationDate: Foundation.Date? = nil, pemEncodedCertificate: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId self.createdDate = createdDate self.description = description @@ -3379,8 +3294,7 @@ public struct GetAccountOutput: Swift.Sendable { cloudwatchRoleArn: Swift.String? = nil, features: [Swift.String]? = nil, throttleSettings: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiKeyVersion = apiKeyVersion self.cloudwatchRoleArn = cloudwatchRoleArn self.features = features @@ -3399,8 +3313,7 @@ public struct GetApiKeyInput: Swift.Sendable { public init( apiKey: Swift.String? = nil, includeValue: Swift.Bool? = nil - ) - { + ) { self.apiKey = apiKey self.includeValue = includeValue } @@ -3440,8 +3353,7 @@ public struct GetApiKeyOutput: Swift.Sendable { stageKeys: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.customerId = customerId self.description = description @@ -3474,8 +3386,7 @@ public struct GetApiKeysInput: Swift.Sendable { limit: Swift.Int? = nil, nameQuery: Swift.String? = nil, position: Swift.String? = nil - ) - { + ) { self.customerId = customerId self.includeValues = includeValues self.limit = limit @@ -3497,8 +3408,7 @@ public struct GetApiKeysOutput: Swift.Sendable { items: [APIGatewayClientTypes.ApiKey]? = nil, position: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.items = items self.position = position self.warnings = warnings @@ -3517,8 +3427,7 @@ public struct GetAuthorizerInput: Swift.Sendable { public init( authorizerId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.authorizerId = authorizerId self.restApiId = restApiId } @@ -3558,8 +3467,7 @@ public struct GetAuthorizerOutput: Swift.Sendable { name: Swift.String? = nil, providerARNs: [Swift.String]? = nil, type: APIGatewayClientTypes.AuthorizerType? = nil - ) - { + ) { self.authType = authType self.authorizerCredentials = authorizerCredentials self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds @@ -3587,8 +3495,7 @@ public struct GetAuthorizersInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -3605,8 +3512,7 @@ public struct GetAuthorizersOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.Authorizer]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -3627,8 +3533,7 @@ public struct GetBasePathMappingInput: Swift.Sendable { basePath: Swift.String? = nil, domainName: Swift.String? = nil, domainNameId: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.domainName = domainName self.domainNameId = domainNameId @@ -3648,8 +3553,7 @@ public struct GetBasePathMappingOutput: Swift.Sendable { basePath: Swift.String? = nil, restApiId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.restApiId = restApiId self.stage = stage @@ -3673,8 +3577,7 @@ public struct GetBasePathMappingsInput: Swift.Sendable { domainNameId: Swift.String? = nil, limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.domainNameId = domainNameId self.limit = limit @@ -3697,8 +3600,7 @@ extension APIGatewayClientTypes { basePath: Swift.String? = nil, restApiId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.restApiId = restApiId self.stage = stage @@ -3716,8 +3618,7 @@ public struct GetBasePathMappingsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.BasePathMapping]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -3731,8 +3632,7 @@ public struct GetClientCertificateInput: Swift.Sendable { public init( clientCertificateId: Swift.String? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId } } @@ -3759,8 +3659,7 @@ public struct GetClientCertificateOutput: Swift.Sendable { expirationDate: Foundation.Date? = nil, pemEncodedCertificate: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId self.createdDate = createdDate self.description = description @@ -3780,8 +3679,7 @@ public struct GetClientCertificatesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position } @@ -3811,8 +3709,7 @@ extension APIGatewayClientTypes { expirationDate: Foundation.Date? = nil, pemEncodedCertificate: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId self.createdDate = createdDate self.description = description @@ -3833,8 +3730,7 @@ public struct GetClientCertificatesOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.ClientCertificate]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -3855,8 +3751,7 @@ public struct GetDeploymentInput: Swift.Sendable { deploymentId: Swift.String? = nil, embed: [Swift.String]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.embed = embed self.restApiId = restApiId @@ -3879,8 +3774,7 @@ public struct GetDeploymentOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.apiSummary = apiSummary self.createdDate = createdDate self.description = description @@ -3902,8 +3796,7 @@ public struct GetDeploymentsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -3928,8 +3821,7 @@ extension APIGatewayClientTypes { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.apiSummary = apiSummary self.createdDate = createdDate self.description = description @@ -3948,8 +3840,7 @@ public struct GetDeploymentsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.Deployment]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -3967,8 +3858,7 @@ public struct GetDocumentationPartInput: Swift.Sendable { public init( documentationPartId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationPartId = documentationPartId self.restApiId = restApiId } @@ -3987,8 +3877,7 @@ public struct GetDocumentationPartOutput: Swift.Sendable { id: Swift.String? = nil, location: APIGatewayClientTypes.DocumentationPartLocation? = nil, properties: Swift.String? = nil - ) - { + ) { self.id = id self.location = location self.properties = properties @@ -4050,8 +3939,7 @@ public struct GetDocumentationPartsInput: Swift.Sendable { position: Swift.String? = nil, restApiId: Swift.String? = nil, type: APIGatewayClientTypes.DocumentationPartType? = nil - ) - { + ) { self.limit = limit self.locationStatus = locationStatus self.nameQuery = nameQuery @@ -4077,8 +3965,7 @@ extension APIGatewayClientTypes { id: Swift.String? = nil, location: APIGatewayClientTypes.DocumentationPartLocation? = nil, properties: Swift.String? = nil - ) - { + ) { self.id = id self.location = location self.properties = properties @@ -4096,8 +3983,7 @@ public struct GetDocumentationPartsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.DocumentationPart]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -4115,8 +4001,7 @@ public struct GetDocumentationVersionInput: Swift.Sendable { public init( documentationVersion: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationVersion = documentationVersion self.restApiId = restApiId } @@ -4135,8 +4020,7 @@ public struct GetDocumentationVersionOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.version = version @@ -4157,8 +4041,7 @@ public struct GetDocumentationVersionsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -4180,8 +4063,7 @@ extension APIGatewayClientTypes { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.version = version @@ -4199,8 +4081,7 @@ public struct GetDocumentationVersionsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.DocumentationVersion]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -4217,8 +4098,7 @@ public struct GetDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil, domainNameId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.domainNameId = domainNameId } @@ -4291,8 +4171,7 @@ public struct GetDomainNameOutput: Swift.Sendable { regionalHostedZoneId: Swift.String? = nil, securityPolicy: APIGatewayClientTypes.SecurityPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateName = certificateName self.certificateUploadDate = certificateUploadDate @@ -4358,8 +4237,7 @@ public struct GetDomainNameAccessAssociationsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, resourceOwner: APIGatewayClientTypes.ResourceOwner? = nil - ) - { + ) { self.limit = limit self.position = position self.resourceOwner = resourceOwner @@ -4387,8 +4265,7 @@ extension APIGatewayClientTypes { domainNameAccessAssociationArn: Swift.String? = nil, domainNameArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessAssociationSource = accessAssociationSource self.accessAssociationSourceType = accessAssociationSourceType self.domainNameAccessAssociationArn = domainNameAccessAssociationArn @@ -4407,8 +4284,7 @@ public struct GetDomainNameAccessAssociationsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.DomainNameAccessAssociation]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -4427,8 +4303,7 @@ public struct GetDomainNamesInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, resourceOwner: APIGatewayClientTypes.ResourceOwner? = nil - ) - { + ) { self.limit = limit self.position = position self.resourceOwner = resourceOwner @@ -4504,8 +4379,7 @@ extension APIGatewayClientTypes { regionalHostedZoneId: Swift.String? = nil, securityPolicy: APIGatewayClientTypes.SecurityPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateName = certificateName self.certificateUploadDate = certificateUploadDate @@ -4541,8 +4415,7 @@ public struct GetDomainNamesOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.DomainName]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -4570,8 +4443,7 @@ public struct GetExportInput: Swift.Sendable { parameters: [Swift.String: Swift.String]? = nil, restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.accepts = accepts self.exportType = exportType self.parameters = parameters @@ -4593,8 +4465,7 @@ public struct GetExportOutput: Swift.Sendable { body: Foundation.Data? = nil, contentDisposition: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.body = body self.contentDisposition = contentDisposition self.contentType = contentType @@ -4613,8 +4484,7 @@ public struct GetGatewayResponseInput: Swift.Sendable { public init( responseType: APIGatewayClientTypes.GatewayResponseType? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.responseType = responseType self.restApiId = restApiId } @@ -4639,8 +4509,7 @@ public struct GetGatewayResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, responseType: APIGatewayClientTypes.GatewayResponseType? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.defaultResponse = defaultResponse self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -4663,8 +4532,7 @@ public struct GetGatewayResponsesInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -4692,8 +4560,7 @@ extension APIGatewayClientTypes { responseTemplates: [Swift.String: Swift.String]? = nil, responseType: APIGatewayClientTypes.GatewayResponseType? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.defaultResponse = defaultResponse self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -4713,8 +4580,7 @@ public struct GetGatewayResponsesOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.GatewayResponse]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -4736,8 +4602,7 @@ public struct GetIntegrationInput: Swift.Sendable { httpMethod: Swift.String? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -4793,8 +4658,7 @@ public struct GetIntegrationOutput: Swift.Sendable { tlsConfig: APIGatewayClientTypes.TlsConfig? = nil, type: APIGatewayClientTypes.IntegrationType? = nil, uri: Swift.String? = nil - ) - { + ) { self.cacheKeyParameters = cacheKeyParameters self.cacheNamespace = cacheNamespace self.connectionId = connectionId @@ -4833,8 +4697,7 @@ public struct GetIntegrationResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -4861,8 +4724,7 @@ public struct GetIntegrationResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, selectionPattern: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentHandling = contentHandling self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -4887,8 +4749,7 @@ public struct GetMethodInput: Swift.Sendable { httpMethod: Swift.String? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -4932,8 +4793,7 @@ public struct GetMethodOutput: Swift.Sendable { requestModels: [Swift.String: Swift.String]? = nil, requestParameters: [Swift.String: Swift.Bool]? = nil, requestValidatorId: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes self.authorizationType = authorizationType @@ -4968,8 +4828,7 @@ public struct GetMethodResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.restApiId = restApiId @@ -4990,8 +4849,7 @@ public struct GetMethodResponseOutput: Swift.Sendable { responseModels: [Swift.String: Swift.String]? = nil, responseParameters: [Swift.String: Swift.Bool]? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.responseModels = responseModels self.responseParameters = responseParameters self.statusCode = statusCode @@ -5013,8 +4871,7 @@ public struct GetModelInput: Swift.Sendable { flatten: Swift.Bool? = false, modelName: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.flatten = flatten self.modelName = modelName self.restApiId = restApiId @@ -5040,8 +4897,7 @@ public struct GetModelOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.id = id @@ -5064,8 +4920,7 @@ public struct GetModelsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -5093,8 +4948,7 @@ extension APIGatewayClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.id = id @@ -5114,8 +4968,7 @@ public struct GetModelsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.Model]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -5133,8 +4986,7 @@ public struct GetModelTemplateInput: Swift.Sendable { public init( modelName: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.modelName = modelName self.restApiId = restApiId } @@ -5147,8 +4999,7 @@ public struct GetModelTemplateOutput: Swift.Sendable { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -5165,8 +5016,7 @@ public struct GetRequestValidatorInput: Swift.Sendable { public init( requestValidatorId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.requestValidatorId = requestValidatorId self.restApiId = restApiId } @@ -5188,8 +5038,7 @@ public struct GetRequestValidatorOutput: Swift.Sendable { name: Swift.String? = nil, validateRequestBody: Swift.Bool = false, validateRequestParameters: Swift.Bool = false - ) - { + ) { self.id = id self.name = name self.validateRequestBody = validateRequestBody @@ -5211,8 +5060,7 @@ public struct GetRequestValidatorsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.restApiId = restApiId @@ -5237,8 +5085,7 @@ extension APIGatewayClientTypes { name: Swift.String? = nil, validateRequestBody: Swift.Bool = false, validateRequestParameters: Swift.Bool = false - ) - { + ) { self.id = id self.name = name self.validateRequestBody = validateRequestBody @@ -5257,8 +5104,7 @@ public struct GetRequestValidatorsOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.RequestValidator]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -5279,8 +5125,7 @@ public struct GetResourceInput: Swift.Sendable { embed: [Swift.String]? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.embed = embed self.resourceId = resourceId self.restApiId = restApiId @@ -5306,8 +5151,7 @@ public struct GetResourceOutput: Swift.Sendable { path: Swift.String? = nil, pathPart: Swift.String? = nil, resourceMethods: [Swift.String: APIGatewayClientTypes.Method]? = nil - ) - { + ) { self.id = id self.parentId = parentId self.path = path @@ -5333,8 +5177,7 @@ public struct GetResourcesInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.embed = embed self.limit = limit self.position = position @@ -5363,8 +5206,7 @@ extension APIGatewayClientTypes { path: Swift.String? = nil, pathPart: Swift.String? = nil, resourceMethods: [Swift.String: APIGatewayClientTypes.Method]? = nil - ) - { + ) { self.id = id self.parentId = parentId self.path = path @@ -5384,8 +5226,7 @@ public struct GetResourcesOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.Resource]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -5399,8 +5240,7 @@ public struct GetRestApiInput: Swift.Sendable { public init( restApiId: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId } } @@ -5451,8 +5291,7 @@ public struct GetRestApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -5480,8 +5319,7 @@ public struct GetRestApisInput: Swift.Sendable { public init( limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position } @@ -5535,8 +5373,7 @@ extension APIGatewayClientTypes { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -5565,8 +5402,7 @@ public struct GetRestApisOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.RestApi]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -5591,8 +5427,7 @@ public struct GetSdkInput: Swift.Sendable { restApiId: Swift.String? = nil, sdkType: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.restApiId = restApiId self.sdkType = sdkType @@ -5613,8 +5448,7 @@ public struct GetSdkOutput: Swift.Sendable { body: Foundation.Data? = nil, contentDisposition: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.body = body self.contentDisposition = contentDisposition self.contentType = contentType @@ -5629,8 +5463,7 @@ public struct GetSdkTypeInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5656,8 +5489,7 @@ extension APIGatewayClientTypes { friendlyName: Swift.String? = nil, name: Swift.String? = nil, `required`: Swift.Bool = false - ) - { + ) { self.defaultValue = defaultValue self.description = description self.friendlyName = friendlyName @@ -5683,8 +5515,7 @@ public struct GetSdkTypeOutput: Swift.Sendable { description: Swift.String? = nil, friendlyName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.configurationProperties = configurationProperties self.description = description self.friendlyName = friendlyName @@ -5702,8 +5533,7 @@ public struct GetSdkTypesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position } @@ -5727,8 +5557,7 @@ extension APIGatewayClientTypes { description: Swift.String? = nil, friendlyName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.configurationProperties = configurationProperties self.description = description self.friendlyName = friendlyName @@ -5744,8 +5573,7 @@ public struct GetSdkTypesOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.SdkType]? = nil - ) - { + ) { self.items = items } } @@ -5762,8 +5590,7 @@ public struct GetStageInput: Swift.Sendable { public init( restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.restApiId = restApiId self.stageName = stageName } @@ -5824,8 +5651,7 @@ public struct GetStageOutput: Swift.Sendable { tracingEnabled: Swift.Bool = false, variables: [Swift.String: Swift.String]? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize @@ -5857,8 +5683,7 @@ public struct GetStagesInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.restApiId = restApiId } @@ -5921,8 +5746,7 @@ extension APIGatewayClientTypes { tracingEnabled: Swift.Bool = false, variables: [Swift.String: Swift.String]? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize @@ -5951,8 +5775,7 @@ public struct GetStagesOutput: Swift.Sendable { public init( item: [APIGatewayClientTypes.Stage]? = nil - ) - { + ) { self.item = item } } @@ -5971,8 +5794,7 @@ public struct GetTagsInput: Swift.Sendable { limit: Swift.Int? = nil, position: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position self.resourceArn = resourceArn @@ -5986,8 +5808,7 @@ public struct GetTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -6017,8 +5838,7 @@ public struct GetUsageInput: Swift.Sendable { position: Swift.String? = nil, startDate: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.keyId = keyId self.limit = limit @@ -6047,8 +5867,7 @@ public struct GetUsageOutput: Swift.Sendable { position: Swift.String? = nil, startDate: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.items = items self.position = position @@ -6065,8 +5884,7 @@ public struct GetUsagePlanInput: Swift.Sendable { public init( usagePlanId: Swift.String? = nil - ) - { + ) { self.usagePlanId = usagePlanId } } @@ -6099,8 +5917,7 @@ public struct GetUsagePlanOutput: Swift.Sendable { quota: APIGatewayClientTypes.QuotaSettings? = nil, tags: [Swift.String: Swift.String]? = nil, throttle: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiStages = apiStages self.description = description self.id = id @@ -6124,8 +5941,7 @@ public struct GetUsagePlanKeyInput: Swift.Sendable { public init( keyId: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.usagePlanId = usagePlanId } @@ -6147,8 +5963,7 @@ public struct GetUsagePlanKeyOutput: Swift.Sendable { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.type = type @@ -6173,8 +5988,7 @@ public struct GetUsagePlanKeysInput: Swift.Sendable { nameQuery: Swift.String? = nil, position: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nameQuery = nameQuery self.position = position @@ -6200,8 +6014,7 @@ extension APIGatewayClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.type = type @@ -6220,8 +6033,7 @@ public struct GetUsagePlanKeysOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.UsagePlanKey]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -6240,8 +6052,7 @@ public struct GetUsagePlansInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.limit = limit self.position = position @@ -6278,8 +6089,7 @@ extension APIGatewayClientTypes { quota: APIGatewayClientTypes.QuotaSettings? = nil, tags: [Swift.String: Swift.String]? = nil, throttle: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiStages = apiStages self.description = description self.id = id @@ -6302,8 +6112,7 @@ public struct GetUsagePlansOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.UsagePlan]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -6317,8 +6126,7 @@ public struct GetVpcLinkInput: Swift.Sendable { public init( vpcLinkId: Swift.String? = nil - ) - { + ) { self.vpcLinkId = vpcLinkId } } @@ -6348,8 +6156,7 @@ public struct GetVpcLinkOutput: Swift.Sendable { statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArns: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -6370,8 +6177,7 @@ public struct GetVpcLinksInput: Swift.Sendable { public init( limit: Swift.Int? = nil, position: Swift.String? = nil - ) - { + ) { self.limit = limit self.position = position } @@ -6404,8 +6210,7 @@ extension APIGatewayClientTypes { statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArns: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -6427,8 +6232,7 @@ public struct GetVpcLinksOutput: Swift.Sendable { public init( items: [APIGatewayClientTypes.VpcLink]? = nil, position: Swift.String? = nil - ) - { + ) { self.items = items self.position = position } @@ -6449,8 +6253,7 @@ public struct ImportApiKeysInput: Swift.Sendable { body: Foundation.Data? = nil, failOnWarnings: Swift.Bool? = false, format: APIGatewayClientTypes.ApiKeysFormat? = nil - ) - { + ) { self.body = body self.failOnWarnings = failOnWarnings self.format = format @@ -6467,8 +6270,7 @@ public struct ImportApiKeysOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.ids = ids self.warnings = warnings } @@ -6521,8 +6323,7 @@ public struct ImportDocumentationPartsInput: Swift.Sendable { failOnWarnings: Swift.Bool? = false, mode: APIGatewayClientTypes.PutMode? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.body = body self.failOnWarnings = failOnWarnings self.mode = mode @@ -6540,8 +6341,7 @@ public struct ImportDocumentationPartsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.ids = ids self.warnings = warnings } @@ -6561,8 +6361,7 @@ public struct ImportRestApiInput: Swift.Sendable { body: Foundation.Data? = nil, failOnWarnings: Swift.Bool? = false, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.body = body self.failOnWarnings = failOnWarnings self.parameters = parameters @@ -6615,8 +6414,7 @@ public struct ImportRestApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -6655,8 +6453,7 @@ public struct PutGatewayResponseInput: Swift.Sendable { responseType: APIGatewayClientTypes.GatewayResponseType? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.responseParameters = responseParameters self.responseTemplates = responseTemplates self.responseType = responseType @@ -6684,8 +6481,7 @@ public struct PutGatewayResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, responseType: APIGatewayClientTypes.GatewayResponseType? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.defaultResponse = defaultResponse self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -6753,8 +6549,7 @@ public struct PutIntegrationInput: Swift.Sendable { tlsConfig: APIGatewayClientTypes.TlsConfig? = nil, type: APIGatewayClientTypes.IntegrationType? = nil, uri: Swift.String? = nil - ) - { + ) { self.cacheKeyParameters = cacheKeyParameters self.cacheNamespace = cacheNamespace self.connectionId = connectionId @@ -6824,8 +6619,7 @@ public struct PutIntegrationOutput: Swift.Sendable { tlsConfig: APIGatewayClientTypes.TlsConfig? = nil, type: APIGatewayClientTypes.IntegrationType? = nil, uri: Swift.String? = nil - ) - { + ) { self.cacheKeyParameters = cacheKeyParameters self.cacheNamespace = cacheNamespace self.connectionId = connectionId @@ -6876,8 +6670,7 @@ public struct PutIntegrationResponseInput: Swift.Sendable { restApiId: Swift.String? = nil, selectionPattern: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentHandling = contentHandling self.httpMethod = httpMethod self.resourceId = resourceId @@ -6908,8 +6701,7 @@ public struct PutIntegrationResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, selectionPattern: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentHandling = contentHandling self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -6959,8 +6751,7 @@ public struct PutMethodInput: Swift.Sendable { requestValidatorId: Swift.String? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes self.authorizationType = authorizationType @@ -7012,8 +6803,7 @@ public struct PutMethodOutput: Swift.Sendable { requestModels: [Swift.String: Swift.String]? = nil, requestParameters: [Swift.String: Swift.Bool]? = nil, requestValidatorId: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes self.authorizationType = authorizationType @@ -7054,8 +6844,7 @@ public struct PutMethodResponseInput: Swift.Sendable { responseParameters: [Swift.String: Swift.Bool]? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.resourceId = resourceId self.responseModels = responseModels @@ -7078,8 +6867,7 @@ public struct PutMethodResponseOutput: Swift.Sendable { responseModels: [Swift.String: Swift.String]? = nil, responseParameters: [Swift.String: Swift.Bool]? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.responseModels = responseModels self.responseParameters = responseParameters self.statusCode = statusCode @@ -7107,8 +6895,7 @@ public struct PutRestApiInput: Swift.Sendable { mode: APIGatewayClientTypes.PutMode? = nil, parameters: [Swift.String: Swift.String]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.body = body self.failOnWarnings = failOnWarnings self.mode = mode @@ -7163,8 +6950,7 @@ public struct PutRestApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -7193,8 +6979,7 @@ public struct RejectDomainNameAccessAssociationInput: Swift.Sendable { public init( domainNameAccessAssociationArn: Swift.String? = nil, domainNameArn: Swift.String? = nil - ) - { + ) { self.domainNameAccessAssociationArn = domainNameAccessAssociationArn self.domainNameArn = domainNameArn } @@ -7212,8 +6997,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7249,8 +7033,7 @@ public struct TestInvokeAuthorizerInput: Swift.Sendable { pathWithQueryString: Swift.String? = nil, restApiId: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.additionalContext = additionalContext self.authorizerId = authorizerId self.body = body @@ -7287,8 +7070,7 @@ public struct TestInvokeAuthorizerOutput: Swift.Sendable { log: Swift.String? = nil, policy: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.authorization = authorization self.claims = claims self.clientStatus = clientStatus @@ -7333,8 +7115,7 @@ public struct TestInvokeMethodInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.body = body self.clientCertificateId = clientCertificateId self.headers = headers @@ -7369,8 +7150,7 @@ public struct TestInvokeMethodOutput: Swift.Sendable { log: Swift.String? = nil, multiValueHeaders: [Swift.String: [Swift.String]]? = nil, status: Swift.Int = 0 - ) - { + ) { self.body = body self.headers = headers self.latency = latency @@ -7392,8 +7172,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -7458,8 +7237,7 @@ extension APIGatewayClientTypes { op: APIGatewayClientTypes.Op? = nil, path: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.from = from self.op = op self.path = path @@ -7475,8 +7253,7 @@ public struct UpdateAccountInput: Swift.Sendable { public init( patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil - ) - { + ) { self.patchOperations = patchOperations } } @@ -7497,8 +7274,7 @@ public struct UpdateAccountOutput: Swift.Sendable { cloudwatchRoleArn: Swift.String? = nil, features: [Swift.String]? = nil, throttleSettings: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiKeyVersion = apiKeyVersion self.cloudwatchRoleArn = cloudwatchRoleArn self.features = features @@ -7517,8 +7293,7 @@ public struct UpdateApiKeyInput: Swift.Sendable { public init( apiKey: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil - ) - { + ) { self.apiKey = apiKey self.patchOperations = patchOperations } @@ -7558,8 +7333,7 @@ public struct UpdateApiKeyOutput: Swift.Sendable { stageKeys: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.customerId = customerId self.description = description @@ -7588,8 +7362,7 @@ public struct UpdateAuthorizerInput: Swift.Sendable { authorizerId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.authorizerId = authorizerId self.patchOperations = patchOperations self.restApiId = restApiId @@ -7630,8 +7403,7 @@ public struct UpdateAuthorizerOutput: Swift.Sendable { name: Swift.String? = nil, providerARNs: [Swift.String]? = nil, type: APIGatewayClientTypes.AuthorizerType? = nil - ) - { + ) { self.authType = authType self.authorizerCredentials = authorizerCredentials self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds @@ -7663,8 +7435,7 @@ public struct UpdateBasePathMappingInput: Swift.Sendable { domainName: Swift.String? = nil, domainNameId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil - ) - { + ) { self.basePath = basePath self.domainName = domainName self.domainNameId = domainNameId @@ -7685,8 +7456,7 @@ public struct UpdateBasePathMappingOutput: Swift.Sendable { basePath: Swift.String? = nil, restApiId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.restApiId = restApiId self.stage = stage @@ -7704,8 +7474,7 @@ public struct UpdateClientCertificateInput: Swift.Sendable { public init( clientCertificateId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId self.patchOperations = patchOperations } @@ -7733,8 +7502,7 @@ public struct UpdateClientCertificateOutput: Swift.Sendable { expirationDate: Foundation.Date? = nil, pemEncodedCertificate: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientCertificateId = clientCertificateId self.createdDate = createdDate self.description = description @@ -7759,8 +7527,7 @@ public struct UpdateDeploymentInput: Swift.Sendable { deploymentId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.patchOperations = patchOperations self.restApiId = restApiId @@ -7783,8 +7550,7 @@ public struct UpdateDeploymentOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.apiSummary = apiSummary self.createdDate = createdDate self.description = description @@ -7807,8 +7573,7 @@ public struct UpdateDocumentationPartInput: Swift.Sendable { documentationPartId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationPartId = documentationPartId self.patchOperations = patchOperations self.restApiId = restApiId @@ -7828,8 +7593,7 @@ public struct UpdateDocumentationPartOutput: Swift.Sendable { id: Swift.String? = nil, location: APIGatewayClientTypes.DocumentationPartLocation? = nil, properties: Swift.String? = nil - ) - { + ) { self.id = id self.location = location self.properties = properties @@ -7851,8 +7615,7 @@ public struct UpdateDocumentationVersionInput: Swift.Sendable { documentationVersion: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.documentationVersion = documentationVersion self.patchOperations = patchOperations self.restApiId = restApiId @@ -7872,8 +7635,7 @@ public struct UpdateDocumentationVersionOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, description: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.version = version @@ -7894,8 +7656,7 @@ public struct UpdateDomainNameInput: Swift.Sendable { domainName: Swift.String? = nil, domainNameId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil - ) - { + ) { self.domainName = domainName self.domainNameId = domainNameId self.patchOperations = patchOperations @@ -7969,8 +7730,7 @@ public struct UpdateDomainNameOutput: Swift.Sendable { regionalHostedZoneId: Swift.String? = nil, securityPolicy: APIGatewayClientTypes.SecurityPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateName = certificateName self.certificateUploadDate = certificateUploadDate @@ -8010,8 +7770,7 @@ public struct UpdateGatewayResponseInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, responseType: APIGatewayClientTypes.GatewayResponseType? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.responseType = responseType self.restApiId = restApiId @@ -8037,8 +7796,7 @@ public struct UpdateGatewayResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, responseType: APIGatewayClientTypes.GatewayResponseType? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.defaultResponse = defaultResponse self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -8066,8 +7824,7 @@ public struct UpdateIntegrationInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.patchOperations = patchOperations self.resourceId = resourceId @@ -8124,8 +7881,7 @@ public struct UpdateIntegrationOutput: Swift.Sendable { tlsConfig: APIGatewayClientTypes.TlsConfig? = nil, type: APIGatewayClientTypes.IntegrationType? = nil, uri: Swift.String? = nil - ) - { + ) { self.cacheKeyParameters = cacheKeyParameters self.cacheNamespace = cacheNamespace self.connectionId = connectionId @@ -8167,8 +7923,7 @@ public struct UpdateIntegrationResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.patchOperations = patchOperations self.resourceId = resourceId @@ -8196,8 +7951,7 @@ public struct UpdateIntegrationResponseOutput: Swift.Sendable { responseTemplates: [Swift.String: Swift.String]? = nil, selectionPattern: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentHandling = contentHandling self.responseParameters = responseParameters self.responseTemplates = responseTemplates @@ -8225,8 +7979,7 @@ public struct UpdateMethodInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.patchOperations = patchOperations self.resourceId = resourceId @@ -8271,8 +8024,7 @@ public struct UpdateMethodOutput: Swift.Sendable { requestModels: [Swift.String: Swift.String]? = nil, requestParameters: [Swift.String: Swift.Bool]? = nil, requestValidatorId: Swift.String? = nil - ) - { + ) { self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes self.authorizationType = authorizationType @@ -8310,8 +8062,7 @@ public struct UpdateMethodResponseInput: Swift.Sendable { resourceId: Swift.String? = nil, restApiId: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.httpMethod = httpMethod self.patchOperations = patchOperations self.resourceId = resourceId @@ -8333,8 +8084,7 @@ public struct UpdateMethodResponseOutput: Swift.Sendable { responseModels: [Swift.String: Swift.String]? = nil, responseParameters: [Swift.String: Swift.Bool]? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.responseModels = responseModels self.responseParameters = responseParameters self.statusCode = statusCode @@ -8356,8 +8106,7 @@ public struct UpdateModelInput: Swift.Sendable { modelName: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.modelName = modelName self.patchOperations = patchOperations self.restApiId = restApiId @@ -8383,8 +8132,7 @@ public struct UpdateModelOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.id = id @@ -8408,8 +8156,7 @@ public struct UpdateRequestValidatorInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, requestValidatorId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.requestValidatorId = requestValidatorId self.restApiId = restApiId @@ -8432,8 +8179,7 @@ public struct UpdateRequestValidatorOutput: Swift.Sendable { name: Swift.String? = nil, validateRequestBody: Swift.Bool = false, validateRequestParameters: Swift.Bool = false - ) - { + ) { self.id = id self.name = name self.validateRequestBody = validateRequestBody @@ -8456,8 +8202,7 @@ public struct UpdateResourceInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, resourceId: Swift.String? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.resourceId = resourceId self.restApiId = restApiId @@ -8483,8 +8228,7 @@ public struct UpdateResourceOutput: Swift.Sendable { path: Swift.String? = nil, pathPart: Swift.String? = nil, resourceMethods: [Swift.String: APIGatewayClientTypes.Method]? = nil - ) - { + ) { self.id = id self.parentId = parentId self.path = path @@ -8504,8 +8248,7 @@ public struct UpdateRestApiInput: Swift.Sendable { public init( patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.restApiId = restApiId } @@ -8557,8 +8300,7 @@ public struct UpdateRestApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -8591,8 +8333,7 @@ public struct UpdateStageInput: Swift.Sendable { patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, restApiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.restApiId = restApiId self.stageName = stageName @@ -8654,8 +8395,7 @@ public struct UpdateStageOutput: Swift.Sendable { tracingEnabled: Swift.Bool = false, variables: [Swift.String: Swift.String]? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize @@ -8691,8 +8431,7 @@ public struct UpdateUsageInput: Swift.Sendable { keyId: Swift.String? = nil, patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.patchOperations = patchOperations self.usagePlanId = usagePlanId @@ -8718,8 +8457,7 @@ public struct UpdateUsageOutput: Swift.Sendable { position: Swift.String? = nil, startDate: Swift.String? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.items = items self.position = position @@ -8739,8 +8477,7 @@ public struct UpdateUsagePlanInput: Swift.Sendable { public init( patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, usagePlanId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.usagePlanId = usagePlanId } @@ -8774,8 +8511,7 @@ public struct UpdateUsagePlanOutput: Swift.Sendable { quota: APIGatewayClientTypes.QuotaSettings? = nil, tags: [Swift.String: Swift.String]? = nil, throttle: APIGatewayClientTypes.ThrottleSettings? = nil - ) - { + ) { self.apiStages = apiStages self.description = description self.id = id @@ -8798,8 +8534,7 @@ public struct UpdateVpcLinkInput: Swift.Sendable { public init( patchOperations: [APIGatewayClientTypes.PatchOperation]? = nil, vpcLinkId: Swift.String? = nil - ) - { + ) { self.patchOperations = patchOperations self.vpcLinkId = vpcLinkId } @@ -8830,8 +8565,7 @@ public struct UpdateVpcLinkOutput: Swift.Sendable { statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArns: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.name = name diff --git a/Sources/Services/AWSARCZonalShift/Package.swift.txt b/Sources/Services/AWSARCZonalShift/Package.swift.txt index 97bcbffc9a7..783c4baf60d 100644 --- a/Sources/Services/AWSARCZonalShift/Package.swift.txt +++ b/Sources/Services/AWSARCZonalShift/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift b/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift index 05e0a150d8d..9def8616be7 100644 --- a/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift +++ b/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ARCZonalShiftClient: ClientRuntime.Client { public static let clientName = "ARCZonalShiftClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ARCZonalShiftClient.ARCZonalShiftClientConfiguration let serviceName = "ARC Zonal Shift" diff --git a/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/Models.swift b/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/Models.swift index a26422d7397..aaa6137c2f6 100644 --- a/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/Models.swift +++ b/Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +97,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +120,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -204,8 +201,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: ARCZonalShiftClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -252,8 +248,7 @@ public struct ListAutoshiftsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: ARCZonalShiftClientTypes.AutoshiftExecutionStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -282,8 +277,7 @@ extension ARCZonalShiftClientTypes { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, status: ARCZonalShiftClientTypes.AutoshiftExecutionStatus? = nil - ) - { + ) { self.awayFrom = awayFrom self.endTime = endTime self.startTime = startTime @@ -301,8 +295,7 @@ public struct ListAutoshiftsOutput: Swift.Sendable { public init( items: [ARCZonalShiftClientTypes.AutoshiftSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -355,8 +348,7 @@ extension ARCZonalShiftClientTypes { appliedStatus: ARCZonalShiftClientTypes.AutoshiftAppliedStatus? = nil, awayFrom: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.appliedStatus = appliedStatus self.awayFrom = awayFrom self.startTime = startTime @@ -405,8 +397,7 @@ public struct GetAutoshiftObserverNotificationStatusOutput: Swift.Sendable { public init( status: ARCZonalShiftClientTypes.AutoshiftObserverNotificationStatus? = nil - ) - { + ) { self.status = status } } @@ -418,8 +409,7 @@ public struct UpdateAutoshiftObserverNotificationStatusInput: Swift.Sendable { public init( status: ARCZonalShiftClientTypes.AutoshiftObserverNotificationStatus? = nil - ) - { + ) { self.status = status } } @@ -431,8 +421,7 @@ public struct UpdateAutoshiftObserverNotificationStatusOutput: Swift.Sendable { public init( status: ARCZonalShiftClientTypes.AutoshiftObserverNotificationStatus? = nil - ) - { + ) { self.status = status } } @@ -504,8 +493,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, reason: ARCZonalShiftClientTypes.ConflictExceptionReason? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.zonalShiftId = zonalShiftId @@ -531,8 +519,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -544,8 +531,7 @@ public struct CancelZonalShiftInput: Swift.Sendable { public init( zonalShiftId: Swift.String? = nil - ) - { + ) { self.zonalShiftId = zonalShiftId } } @@ -619,8 +605,7 @@ public struct CancelZonalShiftOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: ARCZonalShiftClientTypes.ZonalShiftStatus? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.awayFrom = awayFrom self.comment = comment self.expiryTime = expiryTime @@ -671,8 +656,7 @@ extension ARCZonalShiftClientTypes { public init( alarmIdentifier: Swift.String? = nil, type: ARCZonalShiftClientTypes.ControlConditionType? = nil - ) - { + ) { self.alarmIdentifier = alarmIdentifier self.type = type } @@ -699,8 +683,7 @@ public struct CreatePracticeRunConfigurationInput: Swift.Sendable { blockingAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil, outcomeAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.blockedDates = blockedDates self.blockedWindows = blockedWindows self.blockingAlarms = blockingAlarms @@ -728,8 +711,7 @@ extension ARCZonalShiftClientTypes { blockedWindows: [Swift.String]? = nil, blockingAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil, outcomeAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil - ) - { + ) { self.blockedDates = blockedDates self.blockedWindows = blockedWindows self.blockingAlarms = blockingAlarms @@ -786,8 +768,7 @@ public struct CreatePracticeRunConfigurationOutput: Swift.Sendable { name: Swift.String? = nil, practiceRunConfiguration: ARCZonalShiftClientTypes.PracticeRunConfiguration? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil - ) - { + ) { self.arn = arn self.name = name self.practiceRunConfiguration = practiceRunConfiguration @@ -802,8 +783,7 @@ public struct DeletePracticeRunConfigurationInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier } } @@ -823,8 +803,7 @@ public struct DeletePracticeRunConfigurationOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil - ) - { + ) { self.arn = arn self.name = name self.zonalAutoshiftStatus = zonalAutoshiftStatus @@ -838,8 +817,7 @@ public struct GetManagedResourceInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier } } @@ -927,8 +905,7 @@ extension ARCZonalShiftClientTypes { resourceIdentifier: Swift.String? = nil, startTime: Foundation.Date? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.appliedStatus = appliedStatus self.awayFrom = awayFrom self.comment = comment @@ -967,8 +944,7 @@ public struct GetManagedResourceOutput: Swift.Sendable { practiceRunConfiguration: ARCZonalShiftClientTypes.PracticeRunConfiguration? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil, zonalShifts: [ARCZonalShiftClientTypes.ZonalShiftInResource]? = nil - ) - { + ) { self.appliedWeights = appliedWeights self.arn = arn self.autoshifts = autoshifts @@ -988,8 +964,7 @@ public struct ListManagedResourcesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1026,8 +1001,7 @@ extension ARCZonalShiftClientTypes { practiceRunStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil, zonalShifts: [ARCZonalShiftClientTypes.ZonalShiftInResource]? = nil - ) - { + ) { self.appliedWeights = appliedWeights self.arn = arn self.autoshifts = autoshifts @@ -1050,8 +1024,7 @@ public struct ListManagedResourcesOutput: Swift.Sendable { public init( items: [ARCZonalShiftClientTypes.ManagedResourceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1078,8 +1051,7 @@ public struct ListZonalShiftsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceIdentifier: Swift.String? = nil, status: ARCZonalShiftClientTypes.ZonalShiftStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceIdentifier = resourceIdentifier @@ -1141,8 +1113,7 @@ extension ARCZonalShiftClientTypes { startTime: Foundation.Date? = nil, status: ARCZonalShiftClientTypes.ZonalShiftStatus? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.awayFrom = awayFrom self.comment = comment self.expiryTime = expiryTime @@ -1164,8 +1135,7 @@ public struct ListZonalShiftsOutput: Swift.Sendable { public init( items: [ARCZonalShiftClientTypes.ZonalShiftSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1182,8 +1152,7 @@ public struct UpdateZonalAutoshiftConfigurationInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.zonalAutoshiftStatus = zonalAutoshiftStatus } @@ -1200,8 +1169,7 @@ public struct UpdateZonalAutoshiftConfigurationOutput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.zonalAutoshiftStatus = zonalAutoshiftStatus } @@ -1226,8 +1194,7 @@ public struct UpdatePracticeRunConfigurationInput: Swift.Sendable { blockingAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil, outcomeAlarms: [ARCZonalShiftClientTypes.ControlCondition]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.blockedDates = blockedDates self.blockedWindows = blockedWindows self.blockingAlarms = blockingAlarms @@ -1255,8 +1222,7 @@ public struct UpdatePracticeRunConfigurationOutput: Swift.Sendable { name: Swift.String? = nil, practiceRunConfiguration: ARCZonalShiftClientTypes.PracticeRunConfiguration? = nil, zonalAutoshiftStatus: ARCZonalShiftClientTypes.ZonalAutoshiftStatus? = nil - ) - { + ) { self.arn = arn self.name = name self.practiceRunConfiguration = practiceRunConfiguration @@ -1284,8 +1250,7 @@ public struct UpdateZonalShiftInput: Swift.Sendable { comment: Swift.String? = nil, expiresIn: Swift.String? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.comment = comment self.expiresIn = expiresIn self.zonalShiftId = zonalShiftId @@ -1329,8 +1294,7 @@ public struct UpdateZonalShiftOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: ARCZonalShiftClientTypes.ZonalShiftStatus? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.awayFrom = awayFrom self.comment = comment self.expiryTime = expiryTime @@ -1367,8 +1331,7 @@ public struct StartZonalShiftInput: Swift.Sendable { comment: Swift.String? = nil, expiresIn: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.awayFrom = awayFrom self.comment = comment self.expiresIn = expiresIn @@ -1413,8 +1376,7 @@ public struct StartZonalShiftOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: ARCZonalShiftClientTypes.ZonalShiftStatus? = nil, zonalShiftId: Swift.String? = nil - ) - { + ) { self.awayFrom = awayFrom self.comment = comment self.expiryTime = expiryTime diff --git a/Sources/Services/AWSAccessAnalyzer/Package.swift.txt b/Sources/Services/AWSAccessAnalyzer/Package.swift.txt index fe5d37ee998..7bd180729b2 100644 --- a/Sources/Services/AWSAccessAnalyzer/Package.swift.txt +++ b/Sources/Services/AWSAccessAnalyzer/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift b/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift index 018f27ad916..ae0ca884e6c 100644 --- a/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift +++ b/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AccessAnalyzerClient: ClientRuntime.Client { public static let clientName = "AccessAnalyzerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AccessAnalyzerClient.AccessAnalyzerClientConfiguration let serviceName = "AccessAnalyzer" diff --git a/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/Models.swift b/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/Models.swift index 7712f6c6902..cb620e35d8f 100644 --- a/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/Models.swift +++ b/Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/Models.swift @@ -85,8 +85,7 @@ extension AccessAnalyzerClientTypes { public init( actions: [Swift.String]? = [], resources: [Swift.String]? = [] - ) - { + ) { self.actions = actions self.resources = resources } @@ -112,8 +111,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +143,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -175,8 +172,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -209,8 +205,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -244,8 +239,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -274,8 +268,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -295,8 +288,7 @@ extension AccessAnalyzerClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -367,8 +359,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [AccessAnalyzerClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AccessAnalyzerClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -393,8 +384,7 @@ extension AccessAnalyzerClientTypes { eq: [Swift.String]? = nil, exists: Swift.Bool? = nil, neq: [Swift.String]? = nil - ) - { + ) { self.contains = contains self.eq = eq self.exists = exists @@ -422,8 +412,7 @@ public struct CreateArchiveRuleInput: Swift.Sendable { clientToken: Swift.String? = nil, filter: [Swift.String: AccessAnalyzerClientTypes.Criterion]? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.clientToken = clientToken self.filter = filter @@ -446,8 +435,7 @@ public struct DeleteArchiveRuleInput: Swift.Sendable { analyzerName: Swift.String? = nil, clientToken: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.clientToken = clientToken self.ruleName = ruleName @@ -466,8 +454,7 @@ public struct GetArchiveRuleInput: Swift.Sendable { public init( analyzerName: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.ruleName = ruleName } @@ -495,8 +482,7 @@ extension AccessAnalyzerClientTypes { filter: [Swift.String: AccessAnalyzerClientTypes.Criterion]? = nil, ruleName: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.filter = filter self.ruleName = ruleName @@ -513,8 +499,7 @@ public struct GetArchiveRuleOutput: Swift.Sendable { public init( archiveRule: AccessAnalyzerClientTypes.ArchiveRuleSummary? = nil - ) - { + ) { self.archiveRule = archiveRule } } @@ -533,8 +518,7 @@ public struct ListArchiveRulesInput: Swift.Sendable { analyzerName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.maxResults = maxResults self.nextToken = nextToken @@ -552,8 +536,7 @@ public struct ListArchiveRulesOutput: Swift.Sendable { public init( archiveRules: [AccessAnalyzerClientTypes.ArchiveRuleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.archiveRules = archiveRules self.nextToken = nextToken } @@ -578,8 +561,7 @@ public struct UpdateArchiveRuleInput: Swift.Sendable { clientToken: Swift.String? = nil, filter: [Swift.String: AccessAnalyzerClientTypes.Criterion]? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.clientToken = clientToken self.filter = filter @@ -601,8 +583,7 @@ extension AccessAnalyzerClientTypes { public init( filter: [Swift.String: AccessAnalyzerClientTypes.Criterion]? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.filter = filter self.ruleName = ruleName } @@ -621,8 +602,7 @@ extension AccessAnalyzerClientTypes { public init( accountIds: [Swift.String]? = nil, resourceTags: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.accountIds = accountIds self.resourceTags = resourceTags } @@ -638,8 +618,7 @@ extension AccessAnalyzerClientTypes { public init( exclusions: [AccessAnalyzerClientTypes.AnalysisRuleCriteria]? = nil - ) - { + ) { self.exclusions = exclusions } } @@ -657,8 +636,7 @@ extension AccessAnalyzerClientTypes { public init( analysisRule: AccessAnalyzerClientTypes.AnalysisRule? = nil, unusedAccessAge: Swift.Int? = nil - ) - { + ) { self.analysisRule = analysisRule self.unusedAccessAge = unusedAccessAge } @@ -734,8 +712,7 @@ public struct CreateAnalyzerInput: Swift.Sendable { configuration: AccessAnalyzerClientTypes.AnalyzerConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, type: AccessAnalyzerClientTypes.ModelType? = nil - ) - { + ) { self.analyzerName = analyzerName self.archiveRules = archiveRules self.clientToken = clientToken @@ -752,8 +729,7 @@ public struct CreateAnalyzerOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -769,8 +745,7 @@ public struct DeleteAnalyzerInput: Swift.Sendable { public init( analyzerName: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.clientToken = clientToken } @@ -784,8 +759,7 @@ public struct GetAnalyzerInput: Swift.Sendable { public init( analyzerName: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName } } @@ -870,8 +844,7 @@ extension AccessAnalyzerClientTypes { public init( code: AccessAnalyzerClientTypes.ReasonCode? = nil - ) - { + ) { self.code = code } } @@ -918,8 +891,7 @@ extension AccessAnalyzerClientTypes { statusReason: AccessAnalyzerClientTypes.StatusReason? = nil, tags: [Swift.String: Swift.String]? = nil, type: AccessAnalyzerClientTypes.ModelType? = nil - ) - { + ) { self.arn = arn self.configuration = configuration self.createdAt = createdAt @@ -942,8 +914,7 @@ public struct GetAnalyzerOutput: Swift.Sendable { public init( analyzer: AccessAnalyzerClientTypes.AnalyzerSummary? = nil - ) - { + ) { self.analyzer = analyzer } } @@ -961,8 +932,7 @@ public struct ListAnalyzersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: AccessAnalyzerClientTypes.ModelType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.type = type @@ -980,8 +950,7 @@ public struct ListAnalyzersOutput: Swift.Sendable { public init( analyzers: [AccessAnalyzerClientTypes.AnalyzerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzers = analyzers self.nextToken = nextToken } @@ -997,8 +966,7 @@ public struct UpdateAnalyzerInput: Swift.Sendable { public init( analyzerName: Swift.String? = nil, configuration: AccessAnalyzerClientTypes.AnalyzerConfiguration? = nil - ) - { + ) { self.analyzerName = analyzerName self.configuration = configuration } @@ -1010,8 +978,7 @@ public struct UpdateAnalyzerOutput: Swift.Sendable { public init( configuration: AccessAnalyzerClientTypes.AnalyzerConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -1031,8 +998,7 @@ public struct ApplyArchiveRuleInput: Swift.Sendable { analyzerArn: Swift.String? = nil, clientToken: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.clientToken = clientToken self.ruleName = ruleName @@ -1046,8 +1012,7 @@ public struct CancelPolicyGenerationInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1076,8 +1041,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1101,8 +1065,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1151,8 +1114,7 @@ public struct CheckAccessNotGrantedInput: Swift.Sendable { access: [AccessAnalyzerClientTypes.Access]? = nil, policyDocument: Swift.String? = nil, policyType: AccessAnalyzerClientTypes.AccessCheckPolicyType? = nil - ) - { + ) { self.access = access self.policyDocument = policyDocument self.policyType = policyType @@ -1179,8 +1141,7 @@ extension AccessAnalyzerClientTypes { description: Swift.String? = nil, statementId: Swift.String? = nil, statementIndex: Swift.Int? = nil - ) - { + ) { self.description = description self.statementId = statementId self.statementIndex = statementIndex @@ -1229,8 +1190,7 @@ public struct CheckAccessNotGrantedOutput: Swift.Sendable { message: Swift.String? = nil, reasons: [AccessAnalyzerClientTypes.ReasonSummary]? = nil, result: AccessAnalyzerClientTypes.CheckAccessNotGrantedResult? = nil - ) - { + ) { self.message = message self.reasons = reasons self.result = result @@ -1252,8 +1212,7 @@ public struct CheckNoNewAccessInput: Swift.Sendable { existingPolicyDocument: Swift.String? = nil, newPolicyDocument: Swift.String? = nil, policyType: AccessAnalyzerClientTypes.AccessCheckPolicyType? = nil - ) - { + ) { self.existingPolicyDocument = existingPolicyDocument self.newPolicyDocument = newPolicyDocument self.policyType = policyType @@ -1306,8 +1265,7 @@ public struct CheckNoNewAccessOutput: Swift.Sendable { message: Swift.String? = nil, reasons: [AccessAnalyzerClientTypes.ReasonSummary]? = nil, result: AccessAnalyzerClientTypes.CheckNoNewAccessResult? = nil - ) - { + ) { self.message = message self.reasons = reasons self.result = result @@ -1402,8 +1360,7 @@ public struct CheckNoPublicAccessInput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, resourceType: AccessAnalyzerClientTypes.AccessCheckResourceType? = nil - ) - { + ) { self.policyDocument = policyDocument self.resourceType = resourceType } @@ -1455,8 +1412,7 @@ public struct CheckNoPublicAccessOutput: Swift.Sendable { message: Swift.String? = nil, reasons: [AccessAnalyzerClientTypes.ReasonSummary]? = nil, result: AccessAnalyzerClientTypes.CheckNoPublicAccessResult? = nil - ) - { + ) { self.message = message self.reasons = reasons self.result = result @@ -1478,8 +1434,7 @@ extension AccessAnalyzerClientTypes { public init( streamPolicy: Swift.String? = nil - ) - { + ) { self.streamPolicy = streamPolicy } } @@ -1500,8 +1455,7 @@ extension AccessAnalyzerClientTypes { public init( tablePolicy: Swift.String? = nil - ) - { + ) { self.tablePolicy = tablePolicy } } @@ -1538,8 +1492,7 @@ extension AccessAnalyzerClientTypes { groups: [Swift.String]? = nil, kmsKeyId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.groups = groups self.kmsKeyId = kmsKeyId self.userIds = userIds @@ -1562,8 +1515,7 @@ extension AccessAnalyzerClientTypes { public init( repositoryPolicy: Swift.String? = nil - ) - { + ) { self.repositoryPolicy = repositoryPolicy } } @@ -1584,8 +1536,7 @@ extension AccessAnalyzerClientTypes { public init( fileSystemPolicy: Swift.String? = nil - ) - { + ) { self.fileSystemPolicy = fileSystemPolicy } } @@ -1600,8 +1551,7 @@ extension AccessAnalyzerClientTypes { public init( trustPolicy: Swift.String? = nil - ) - { + ) { self.trustPolicy = trustPolicy } } @@ -1619,8 +1569,7 @@ extension AccessAnalyzerClientTypes { public init( encryptionContextEquals: [Swift.String: Swift.String]? = nil, encryptionContextSubset: [Swift.String: Swift.String]? = nil - ) - { + ) { self.encryptionContextEquals = encryptionContextEquals self.encryptionContextSubset = encryptionContextSubset } @@ -1716,8 +1665,7 @@ extension AccessAnalyzerClientTypes { issuingAccount: Swift.String? = nil, operations: [AccessAnalyzerClientTypes.KmsGrantOperation]? = nil, retiringPrincipal: Swift.String? = nil - ) - { + ) { self.constraints = constraints self.granteePrincipal = granteePrincipal self.issuingAccount = issuingAccount @@ -1739,8 +1687,7 @@ extension AccessAnalyzerClientTypes { public init( grants: [AccessAnalyzerClientTypes.KmsGrantConfiguration]? = nil, keyPolicies: [Swift.String: Swift.String]? = nil - ) - { + ) { self.grants = grants self.keyPolicies = keyPolicies } @@ -1779,8 +1726,7 @@ extension AccessAnalyzerClientTypes { public init( attributes: [Swift.String: AccessAnalyzerClientTypes.RdsDbClusterSnapshotAttributeValue]? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.kmsKeyId = kmsKeyId } @@ -1819,8 +1765,7 @@ extension AccessAnalyzerClientTypes { public init( attributes: [Swift.String: AccessAnalyzerClientTypes.RdsDbSnapshotAttributeValue]? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.kmsKeyId = kmsKeyId } @@ -1846,8 +1791,7 @@ extension AccessAnalyzerClientTypes { public init( vpcId: Swift.String? = nil - ) - { + ) { self.vpcId = vpcId } } @@ -1879,8 +1823,7 @@ extension AccessAnalyzerClientTypes { public init( ignorePublicAcls: Swift.Bool? = nil, restrictPublicBuckets: Swift.Bool? = nil - ) - { + ) { self.ignorePublicAcls = ignorePublicAcls self.restrictPublicBuckets = restrictPublicBuckets } @@ -1902,8 +1845,7 @@ extension AccessAnalyzerClientTypes { accessPointPolicy: Swift.String? = nil, networkOrigin: AccessAnalyzerClientTypes.NetworkOriginConfiguration? = nil, publicAccessBlock: AccessAnalyzerClientTypes.S3PublicAccessBlockConfiguration? = nil - ) - { + ) { self.accessPointPolicy = accessPointPolicy self.networkOrigin = networkOrigin self.publicAccessBlock = publicAccessBlock @@ -1975,8 +1917,7 @@ extension AccessAnalyzerClientTypes { public init( grantee: AccessAnalyzerClientTypes.AclGrantee? = nil, permission: AccessAnalyzerClientTypes.AclPermission? = nil - ) - { + ) { self.grantee = grantee self.permission = permission } @@ -2001,8 +1942,7 @@ extension AccessAnalyzerClientTypes { bucketAclGrants: [AccessAnalyzerClientTypes.S3BucketAclGrantConfiguration]? = nil, bucketPolicy: Swift.String? = nil, bucketPublicAccessBlock: AccessAnalyzerClientTypes.S3PublicAccessBlockConfiguration? = nil - ) - { + ) { self.accessPoints = accessPoints self.bucketAclGrants = bucketAclGrants self.bucketPolicy = bucketPolicy @@ -2020,8 +1960,7 @@ extension AccessAnalyzerClientTypes { public init( bucketPolicy: Swift.String? = nil - ) - { + ) { self.bucketPolicy = bucketPolicy } } @@ -2039,8 +1978,7 @@ extension AccessAnalyzerClientTypes { public init( kmsKeyId: Swift.String? = nil, secretPolicy: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.secretPolicy = secretPolicy } @@ -2056,8 +1994,7 @@ extension AccessAnalyzerClientTypes { public init( topicPolicy: Swift.String? = nil - ) - { + ) { self.topicPolicy = topicPolicy } } @@ -2072,8 +2009,7 @@ extension AccessAnalyzerClientTypes { public init( queuePolicy: Swift.String? = nil - ) - { + ) { self.queuePolicy = queuePolicy } } @@ -2129,8 +2065,7 @@ public struct CreateAccessPreviewInput: Swift.Sendable { analyzerArn: Swift.String? = nil, clientToken: Swift.String? = nil, configurations: [Swift.String: AccessAnalyzerClientTypes.Configuration]? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.clientToken = clientToken self.configurations = configurations @@ -2144,8 +2079,7 @@ public struct CreateAccessPreviewOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2161,8 +2095,7 @@ public struct GenerateFindingRecommendationInput: Swift.Sendable { public init( analyzerArn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.id = id } @@ -2179,8 +2112,7 @@ public struct GetAccessPreviewInput: Swift.Sendable { public init( accessPreviewId: Swift.String? = nil, analyzerArn: Swift.String? = nil - ) - { + ) { self.accessPreviewId = accessPreviewId self.analyzerArn = analyzerArn } @@ -2257,8 +2189,7 @@ extension AccessAnalyzerClientTypes { public init( code: AccessAnalyzerClientTypes.AccessPreviewStatusReasonCode? = nil - ) - { + ) { self.code = code } } @@ -2299,8 +2230,7 @@ extension AccessAnalyzerClientTypes { id: Swift.String? = nil, status: AccessAnalyzerClientTypes.AccessPreviewStatus? = nil, statusReason: AccessAnalyzerClientTypes.AccessPreviewStatusReason? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.configurations = configurations self.createdAt = createdAt @@ -2318,8 +2248,7 @@ public struct GetAccessPreviewOutput: Swift.Sendable { public init( accessPreview: AccessAnalyzerClientTypes.AccessPreview? = nil - ) - { + ) { self.accessPreview = accessPreview } } @@ -2336,8 +2265,7 @@ public struct GetAnalyzedResourceInput: Swift.Sendable { public init( analyzerArn: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.resourceArn = resourceArn } @@ -2495,8 +2423,7 @@ extension AccessAnalyzerClientTypes { sharedVia: [Swift.String]? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actions = actions self.analyzedAt = analyzedAt self.createdAt = createdAt @@ -2519,8 +2446,7 @@ public struct GetAnalyzedResourceOutput: Swift.Sendable { public init( resource: AccessAnalyzerClientTypes.AnalyzedResource? = nil - ) - { + ) { self.resource = resource } } @@ -2537,8 +2463,7 @@ public struct GetFindingInput: Swift.Sendable { public init( analyzerArn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.id = id } @@ -2588,8 +2513,7 @@ extension AccessAnalyzerClientTypes { public init( accessPointAccount: Swift.String? = nil, accessPointArn: Swift.String? = nil - ) - { + ) { self.accessPointAccount = accessPointAccount self.accessPointArn = accessPointArn } @@ -2644,8 +2568,7 @@ extension AccessAnalyzerClientTypes { public init( detail: AccessAnalyzerClientTypes.FindingSourceDetail? = nil, type: AccessAnalyzerClientTypes.FindingSourceType? = nil - ) - { + ) { self.detail = detail self.type = type } @@ -2711,8 +2634,7 @@ extension AccessAnalyzerClientTypes { sources: [AccessAnalyzerClientTypes.FindingSource]? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.analyzedAt = analyzedAt self.condition = condition @@ -2739,8 +2661,7 @@ public struct GetFindingOutput: Swift.Sendable { public init( finding: AccessAnalyzerClientTypes.Finding? = nil - ) - { + ) { self.finding = finding } } @@ -2762,8 +2683,7 @@ public struct GetFindingRecommendationInput: Swift.Sendable { id: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.id = id self.maxResults = maxResults @@ -2785,8 +2705,7 @@ extension AccessAnalyzerClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2867,8 +2786,7 @@ extension AccessAnalyzerClientTypes { policyUpdatedAt: Foundation.Date? = nil, recommendedAction: AccessAnalyzerClientTypes.RecommendedRemediationAction? = nil, recommendedPolicy: Swift.String? = nil - ) - { + ) { self.existingPolicyId = existingPolicyId self.policyUpdatedAt = policyUpdatedAt self.recommendedAction = recommendedAction @@ -2950,8 +2868,7 @@ public struct GetFindingRecommendationOutput: Swift.Sendable { resourceArn: Swift.String? = nil, startedAt: Foundation.Date? = nil, status: AccessAnalyzerClientTypes.Status? = nil - ) - { + ) { self.completedAt = completedAt self.error = error self.nextToken = nextToken @@ -2980,8 +2897,7 @@ public struct GetFindingV2Input: Swift.Sendable { id: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.id = id self.maxResults = maxResults @@ -3014,8 +2930,7 @@ extension AccessAnalyzerClientTypes { principal: [Swift.String: Swift.String]? = nil, resourceControlPolicyRestriction: AccessAnalyzerClientTypes.ResourceControlPolicyRestriction? = nil, sources: [AccessAnalyzerClientTypes.FindingSource]? = nil - ) - { + ) { self.action = action self.condition = condition self.isPublic = isPublic @@ -3035,8 +2950,7 @@ extension AccessAnalyzerClientTypes { public init( lastAccessed: Foundation.Date? = nil - ) - { + ) { self.lastAccessed = lastAccessed } } @@ -3055,8 +2969,7 @@ extension AccessAnalyzerClientTypes { public init( accessKeyId: Swift.String? = nil, lastAccessed: Foundation.Date? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.lastAccessed = lastAccessed } @@ -3072,8 +2985,7 @@ extension AccessAnalyzerClientTypes { public init( lastAccessed: Foundation.Date? = nil - ) - { + ) { self.lastAccessed = lastAccessed } } @@ -3092,8 +3004,7 @@ extension AccessAnalyzerClientTypes { public init( action: Swift.String? = nil, lastAccessed: Foundation.Date? = nil - ) - { + ) { self.action = action self.lastAccessed = lastAccessed } @@ -3116,8 +3027,7 @@ extension AccessAnalyzerClientTypes { actions: [AccessAnalyzerClientTypes.UnusedAction]? = nil, lastAccessed: Foundation.Date? = nil, serviceNamespace: Swift.String? = nil - ) - { + ) { self.actions = actions self.lastAccessed = lastAccessed self.serviceNamespace = serviceNamespace @@ -3228,8 +3138,7 @@ public struct GetFindingV2Output: Swift.Sendable { resourceType: AccessAnalyzerClientTypes.ResourceType? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.analyzedAt = analyzedAt self.createdAt = createdAt self.error = error @@ -3258,8 +3167,7 @@ public struct GetGeneratedPolicyInput: Swift.Sendable { includeResourcePlaceholders: Swift.Bool? = nil, includeServiceLevelTemplate: Swift.Bool? = nil, jobId: Swift.String? = nil - ) - { + ) { self.includeResourcePlaceholders = includeResourcePlaceholders self.includeServiceLevelTemplate = includeServiceLevelTemplate self.jobId = jobId @@ -3276,8 +3184,7 @@ extension AccessAnalyzerClientTypes { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -3299,8 +3206,7 @@ extension AccessAnalyzerClientTypes { allRegions: Swift.Bool? = nil, cloudTrailArn: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.allRegions = allRegions self.cloudTrailArn = cloudTrailArn self.regions = regions @@ -3326,8 +3232,7 @@ extension AccessAnalyzerClientTypes { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, trailProperties: [AccessAnalyzerClientTypes.TrailProperties]? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.trailProperties = trailProperties @@ -3351,8 +3256,7 @@ extension AccessAnalyzerClientTypes { cloudTrailProperties: AccessAnalyzerClientTypes.CloudTrailProperties? = nil, isComplete: Swift.Bool? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.cloudTrailProperties = cloudTrailProperties self.isComplete = isComplete self.principalArn = principalArn @@ -3373,8 +3277,7 @@ extension AccessAnalyzerClientTypes { public init( generatedPolicies: [AccessAnalyzerClientTypes.GeneratedPolicy]? = nil, properties: AccessAnalyzerClientTypes.GeneratedPolicyProperties? = nil - ) - { + ) { self.generatedPolicies = generatedPolicies self.properties = properties } @@ -3430,8 +3333,7 @@ extension AccessAnalyzerClientTypes { public init( code: AccessAnalyzerClientTypes.JobErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -3497,8 +3399,7 @@ extension AccessAnalyzerClientTypes { jobId: Swift.String? = nil, startedOn: Foundation.Date? = nil, status: AccessAnalyzerClientTypes.JobStatus? = nil - ) - { + ) { self.completedOn = completedOn self.jobError = jobError self.jobId = jobId @@ -3519,8 +3420,7 @@ public struct GetGeneratedPolicyOutput: Swift.Sendable { public init( generatedPolicyResult: AccessAnalyzerClientTypes.GeneratedPolicyResult? = nil, jobDetails: AccessAnalyzerClientTypes.JobDetails? = nil - ) - { + ) { self.generatedPolicyResult = generatedPolicyResult self.jobDetails = jobDetails } @@ -3546,8 +3446,7 @@ public struct ListAccessPreviewFindingsInput: Swift.Sendable { filter: [Swift.String: AccessAnalyzerClientTypes.Criterion]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPreviewId = accessPreviewId self.analyzerArn = analyzerArn self.filter = filter @@ -3657,8 +3556,7 @@ extension AccessAnalyzerClientTypes { resourceType: AccessAnalyzerClientTypes.ResourceType? = nil, sources: [AccessAnalyzerClientTypes.FindingSource]? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil - ) - { + ) { self.action = action self.changeType = changeType self.condition = condition @@ -3689,8 +3587,7 @@ public struct ListAccessPreviewFindingsOutput: Swift.Sendable { public init( findings: [AccessAnalyzerClientTypes.AccessPreviewFinding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -3709,8 +3606,7 @@ public struct ListAccessPreviewsInput: Swift.Sendable { analyzerArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.maxResults = maxResults self.nextToken = nextToken @@ -3748,8 +3644,7 @@ extension AccessAnalyzerClientTypes { id: Swift.String? = nil, status: AccessAnalyzerClientTypes.AccessPreviewStatus? = nil, statusReason: AccessAnalyzerClientTypes.AccessPreviewStatusReason? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.createdAt = createdAt self.id = id @@ -3769,8 +3664,7 @@ public struct ListAccessPreviewsOutput: Swift.Sendable { public init( accessPreviews: [AccessAnalyzerClientTypes.AccessPreviewSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPreviews = accessPreviews self.nextToken = nextToken } @@ -3793,8 +3687,7 @@ public struct ListAnalyzedResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceType: AccessAnalyzerClientTypes.ResourceType? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.maxResults = maxResults self.nextToken = nextToken @@ -3820,8 +3713,7 @@ extension AccessAnalyzerClientTypes { resourceArn: Swift.String? = nil, resourceOwnerAccount: Swift.String? = nil, resourceType: AccessAnalyzerClientTypes.ResourceType? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceOwnerAccount = resourceOwnerAccount self.resourceType = resourceType @@ -3840,8 +3732,7 @@ public struct ListAnalyzedResourcesOutput: Swift.Sendable { public init( analyzedResources: [AccessAnalyzerClientTypes.AnalyzedResourceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzedResources = analyzedResources self.nextToken = nextToken } @@ -3888,8 +3779,7 @@ extension AccessAnalyzerClientTypes { public init( attributeName: Swift.String? = nil, orderBy: AccessAnalyzerClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -3916,8 +3806,7 @@ public struct ListFindingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: AccessAnalyzerClientTypes.SortCriteria? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.filter = filter self.maxResults = maxResults @@ -3985,8 +3874,7 @@ extension AccessAnalyzerClientTypes { sources: [AccessAnalyzerClientTypes.FindingSource]? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.analyzedAt = analyzedAt self.condition = condition @@ -4017,8 +3905,7 @@ public struct ListFindingsOutput: Swift.Sendable { public init( findings: [AccessAnalyzerClientTypes.FindingSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -4043,8 +3930,7 @@ public struct ListFindingsV2Input: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: AccessAnalyzerClientTypes.SortCriteria? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.filter = filter self.maxResults = maxResults @@ -4096,8 +3982,7 @@ extension AccessAnalyzerClientTypes { resourceType: AccessAnalyzerClientTypes.ResourceType? = nil, status: AccessAnalyzerClientTypes.FindingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.analyzedAt = analyzedAt self.createdAt = createdAt self.error = error @@ -4122,8 +4007,7 @@ public struct ListFindingsV2Output: Swift.Sendable { public init( findings: [AccessAnalyzerClientTypes.FindingSummaryV2]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -4141,8 +4025,7 @@ public struct ListPolicyGenerationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principalArn = principalArn @@ -4174,8 +4057,7 @@ extension AccessAnalyzerClientTypes { principalArn: Swift.String? = nil, startedOn: Foundation.Date? = nil, status: AccessAnalyzerClientTypes.JobStatus? = nil - ) - { + ) { self.completedOn = completedOn self.jobId = jobId self.principalArn = principalArn @@ -4195,8 +4077,7 @@ public struct ListPolicyGenerationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyGenerations: [AccessAnalyzerClientTypes.PolicyGeneration]? = nil - ) - { + ) { self.nextToken = nextToken self.policyGenerations = policyGenerations } @@ -4210,8 +4091,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4223,8 +4103,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4245,8 +4124,7 @@ extension AccessAnalyzerClientTypes { allRegions: Swift.Bool? = nil, cloudTrailArn: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.allRegions = allRegions self.cloudTrailArn = cloudTrailArn self.regions = regions @@ -4275,8 +4153,7 @@ extension AccessAnalyzerClientTypes { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, trails: [AccessAnalyzerClientTypes.Trail]? = nil - ) - { + ) { self.accessRole = accessRole self.endTime = endTime self.startTime = startTime @@ -4295,8 +4172,7 @@ extension AccessAnalyzerClientTypes { public init( principalArn: Swift.String? = nil - ) - { + ) { self.principalArn = principalArn } } @@ -4315,8 +4191,7 @@ public struct StartPolicyGenerationInput: Swift.Sendable { clientToken: Swift.String? = nil, cloudTrailDetails: AccessAnalyzerClientTypes.CloudTrailDetails? = nil, policyGenerationDetails: AccessAnalyzerClientTypes.PolicyGenerationDetails? = nil - ) - { + ) { self.clientToken = clientToken self.cloudTrailDetails = cloudTrailDetails self.policyGenerationDetails = policyGenerationDetails @@ -4330,8 +4205,7 @@ public struct StartPolicyGenerationOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -4351,8 +4225,7 @@ public struct StartResourceScanInput: Swift.Sendable { analyzerArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceOwnerAccount: Swift.String? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.resourceArn = resourceArn self.resourceOwnerAccount = resourceOwnerAccount @@ -4371,8 +4244,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4396,8 +4268,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4459,8 +4330,7 @@ public struct UpdateFindingsInput: Swift.Sendable { ids: [Swift.String]? = nil, resourceArn: Swift.String? = nil, status: AccessAnalyzerClientTypes.FindingStatusUpdate? = nil - ) - { + ) { self.analyzerArn = analyzerArn self.clientToken = clientToken self.ids = ids @@ -4621,8 +4491,7 @@ public struct ValidatePolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyType: AccessAnalyzerClientTypes.PolicyType? = nil, validatePolicyResourceType: AccessAnalyzerClientTypes.ValidatePolicyResourceType? = nil - ) - { + ) { self.locale = locale self.maxResults = maxResults self.nextToken = nextToken @@ -4681,8 +4550,7 @@ extension AccessAnalyzerClientTypes { public init( length: Swift.Int? = nil, start: Swift.Int? = nil - ) - { + ) { self.length = length self.start = start } @@ -4723,8 +4591,7 @@ extension AccessAnalyzerClientTypes { column: Swift.Int? = nil, line: Swift.Int? = nil, offset: Swift.Int? = nil - ) - { + ) { self.column = column self.line = line self.offset = offset @@ -4746,8 +4613,7 @@ extension AccessAnalyzerClientTypes { public init( end: AccessAnalyzerClientTypes.Position? = nil, start: AccessAnalyzerClientTypes.Position? = nil - ) - { + ) { self.end = end self.start = start } @@ -4768,8 +4634,7 @@ extension AccessAnalyzerClientTypes { public init( path: [AccessAnalyzerClientTypes.PathElement]? = nil, span: AccessAnalyzerClientTypes.Span? = nil - ) - { + ) { self.path = path self.span = span } @@ -4802,8 +4667,7 @@ extension AccessAnalyzerClientTypes { issueCode: Swift.String? = nil, learnMoreLink: Swift.String? = nil, locations: [AccessAnalyzerClientTypes.Location]? = nil - ) - { + ) { self.findingDetails = findingDetails self.findingType = findingType self.issueCode = issueCode @@ -4823,8 +4687,7 @@ public struct ValidatePolicyOutput: Swift.Sendable { public init( findings: [AccessAnalyzerClientTypes.ValidatePolicyFinding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } diff --git a/Sources/Services/AWSAccount/Package.swift.txt b/Sources/Services/AWSAccount/Package.swift.txt index 750f62818ee..9d8c85d3c11 100644 --- a/Sources/Services/AWSAccount/Package.swift.txt +++ b/Sources/Services/AWSAccount/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift b/Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift index a40b9f745f9..6e51d49493f 100644 --- a/Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift +++ b/Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AccountClient: ClientRuntime.Client { public static let clientName = "AccountClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AccountClient.AccountClientConfiguration let serviceName = "Account" diff --git a/Sources/Services/AWSAccount/Sources/AWSAccount/Models.swift b/Sources/Services/AWSAccount/Sources/AWSAccount/Models.swift index 361134f2665..d5aab9e69e1 100644 --- a/Sources/Services/AWSAccount/Sources/AWSAccount/Models.swift +++ b/Sources/Services/AWSAccount/Sources/AWSAccount/Models.swift @@ -67,8 +67,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +91,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +115,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -142,8 +139,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +163,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +182,7 @@ extension AccountClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -255,8 +249,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [AccountClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AccountClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -283,8 +276,7 @@ public struct AcceptPrimaryEmailUpdateInput: Swift.Sendable { accountId: Swift.String? = nil, otp: Swift.String? = nil, primaryEmail: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.otp = otp self.primaryEmail = primaryEmail @@ -331,8 +323,7 @@ public struct AcceptPrimaryEmailUpdateOutput: Swift.Sendable { public init( status: AccountClientTypes.PrimaryEmailUpdateStatus? = nil - ) - { + ) { self.status = status } } @@ -379,8 +370,7 @@ public struct DeleteAlternateContactInput: Swift.Sendable { public init( accountId: Swift.String? = nil, alternateContactType: AccountClientTypes.AlternateContactType? = nil - ) - { + ) { self.accountId = accountId self.alternateContactType = alternateContactType } @@ -396,8 +386,7 @@ public struct GetAlternateContactInput: Swift.Sendable { public init( accountId: Swift.String? = nil, alternateContactType: AccountClientTypes.AlternateContactType? = nil - ) - { + ) { self.accountId = accountId self.alternateContactType = alternateContactType } @@ -424,8 +413,7 @@ extension AccountClientTypes { name: Swift.String? = nil, phoneNumber: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.alternateContactType = alternateContactType self.emailAddress = emailAddress self.name = name @@ -446,8 +434,7 @@ public struct GetAlternateContactOutput: Swift.Sendable { public init( alternateContact: AccountClientTypes.AlternateContact? = nil - ) - { + ) { self.alternateContact = alternateContact } } @@ -478,8 +465,7 @@ public struct PutAlternateContactInput: Swift.Sendable { name: Swift.String? = nil, phoneNumber: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.alternateContactType = alternateContactType self.emailAddress = emailAddress @@ -500,8 +486,7 @@ public struct GetContactInformationInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -554,8 +539,7 @@ extension AccountClientTypes { postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.addressLine1 = addressLine1 self.addressLine2 = addressLine2 self.addressLine3 = addressLine3 @@ -583,8 +567,7 @@ public struct GetContactInformationOutput: Swift.Sendable { public init( contactInformation: AccountClientTypes.ContactInformation? = nil - ) - { + ) { self.contactInformation = contactInformation } } @@ -599,8 +582,7 @@ public struct PutContactInformationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, contactInformation: AccountClientTypes.ContactInformation? = nil - ) - { + ) { self.accountId = accountId self.contactInformation = contactInformation } @@ -613,8 +595,7 @@ public struct GetPrimaryEmailInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -625,8 +606,7 @@ public struct GetPrimaryEmailOutput: Swift.Sendable { public init( primaryEmail: Swift.String? = nil - ) - { + ) { self.primaryEmail = primaryEmail } } @@ -647,8 +627,7 @@ public struct StartPrimaryEmailUpdateInput: Swift.Sendable { public init( accountId: Swift.String? = nil, primaryEmail: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.primaryEmail = primaryEmail } @@ -665,8 +644,7 @@ public struct StartPrimaryEmailUpdateOutput: Swift.Sendable { public init( status: AccountClientTypes.PrimaryEmailUpdateStatus? = nil - ) - { + ) { self.status = status } } @@ -681,8 +659,7 @@ public struct DisableRegionInput: Swift.Sendable { public init( accountId: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.regionName = regionName } @@ -698,8 +675,7 @@ public struct EnableRegionInput: Swift.Sendable { public init( accountId: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.regionName = regionName } @@ -715,8 +691,7 @@ public struct GetRegionOptStatusInput: Swift.Sendable { public init( accountId: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.regionName = regionName } @@ -769,8 +744,7 @@ public struct GetRegionOptStatusOutput: Swift.Sendable { public init( regionName: Swift.String? = nil, regionOptStatus: AccountClientTypes.RegionOptStatus? = nil - ) - { + ) { self.regionName = regionName self.regionOptStatus = regionOptStatus } @@ -791,8 +765,7 @@ public struct ListRegionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, regionOptStatusContains: [AccountClientTypes.RegionOptStatus]? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -812,8 +785,7 @@ extension AccountClientTypes { public init( regionName: Swift.String? = nil, regionOptStatus: AccountClientTypes.RegionOptStatus? = nil - ) - { + ) { self.regionName = regionName self.regionOptStatus = regionOptStatus } @@ -829,8 +801,7 @@ public struct ListRegionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, regions: [AccountClientTypes.Region]? = nil - ) - { + ) { self.nextToken = nextToken self.regions = regions } diff --git a/Sources/Services/AWSAmp/Package.swift.txt b/Sources/Services/AWSAmp/Package.swift.txt index 6c98b3ca87e..19e3a5292e8 100644 --- a/Sources/Services/AWSAmp/Package.swift.txt +++ b/Sources/Services/AWSAmp/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift b/Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift index 1849b306ad3..1db6b19eed2 100644 --- a/Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift +++ b/Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AmpClient: ClientRuntime.Client { public static let clientName = "AmpClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AmpClient.AmpClientConfiguration let serviceName = "amp" diff --git a/Sources/Services/AWSAmp/Sources/AWSAmp/Models.swift b/Sources/Services/AWSAmp/Sources/AWSAmp/Models.swift index a7767376684..683eefe6a3d 100644 --- a/Sources/Services/AWSAmp/Sources/AWSAmp/Models.swift +++ b/Sources/Services/AWSAmp/Sources/AWSAmp/Models.swift @@ -74,8 +74,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -108,8 +107,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -139,8 +137,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -174,8 +171,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -218,8 +214,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -257,8 +252,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -280,8 +274,7 @@ extension AmpClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -351,8 +344,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [AmpClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AmpClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -374,8 +366,7 @@ public struct CreateAlertManagerDefinitionInput: Swift.Sendable { clientToken: Swift.String? = nil, data: Foundation.Data? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.data = data self.workspaceId = workspaceId @@ -443,8 +434,7 @@ extension AmpClientTypes { public init( statusCode: AmpClientTypes.AlertManagerDefinitionStatusCode? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.statusCode = statusCode self.statusReason = statusReason } @@ -459,8 +449,7 @@ public struct CreateAlertManagerDefinitionOutput: Swift.Sendable { public init( status: AmpClientTypes.AlertManagerDefinitionStatus? = nil - ) - { + ) { self.status = status } } @@ -476,8 +465,7 @@ public struct DeleteAlertManagerDefinitionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.workspaceId = workspaceId } @@ -491,8 +479,7 @@ public struct DescribeAlertManagerDefinitionInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -519,8 +506,7 @@ extension AmpClientTypes { data: Foundation.Data? = nil, modifiedAt: Foundation.Date? = nil, status: AmpClientTypes.AlertManagerDefinitionStatus? = nil - ) - { + ) { self.createdAt = createdAt self.data = data self.modifiedAt = modifiedAt @@ -537,8 +523,7 @@ public struct DescribeAlertManagerDefinitionOutput: Swift.Sendable { public init( alertManagerDefinition: AmpClientTypes.AlertManagerDefinitionDescription? = nil - ) - { + ) { self.alertManagerDefinition = alertManagerDefinition } } @@ -558,8 +543,7 @@ public struct PutAlertManagerDefinitionInput: Swift.Sendable { clientToken: Swift.String? = nil, data: Foundation.Data? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.data = data self.workspaceId = workspaceId @@ -574,8 +558,7 @@ public struct PutAlertManagerDefinitionOutput: Swift.Sendable { public init( status: AmpClientTypes.AlertManagerDefinitionStatus? = nil - ) - { + ) { self.status = status } } @@ -594,8 +577,7 @@ public struct GetDefaultScraperConfigurationOutput: Swift.Sendable { public init( configuration: Foundation.Data? = nil - ) - { + ) { self.configuration = configuration } } @@ -607,8 +589,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -619,8 +600,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -635,8 +615,7 @@ extension AmpClientTypes { public init( workspaceArn: Swift.String? = nil - ) - { + ) { self.workspaceArn = workspaceArn } } @@ -679,8 +658,7 @@ extension AmpClientTypes { clusterArn: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.clusterArn = clusterArn self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -723,8 +701,7 @@ public struct CreateScraperInput: Swift.Sendable { scrapeConfiguration: AmpClientTypes.ScrapeConfiguration? = nil, source: AmpClientTypes.Source? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.destination = destination @@ -796,8 +773,7 @@ extension AmpClientTypes { public init( statusCode: AmpClientTypes.ScraperStatusCode? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -822,8 +798,7 @@ public struct CreateScraperOutput: Swift.Sendable { scraperId: Swift.String? = nil, status: AmpClientTypes.ScraperStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.scraperId = scraperId self.status = status @@ -842,8 +817,7 @@ public struct DeleteScraperInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, scraperId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.scraperId = scraperId } @@ -861,8 +835,7 @@ public struct DeleteScraperOutput: Swift.Sendable { public init( scraperId: Swift.String? = nil, status: AmpClientTypes.ScraperStatus? = nil - ) - { + ) { self.scraperId = scraperId self.status = status } @@ -876,8 +849,7 @@ public struct DescribeScraperInput: Swift.Sendable { public init( scraperId: Swift.String? = nil - ) - { + ) { self.scraperId = scraperId } } @@ -933,8 +905,7 @@ extension AmpClientTypes { status: AmpClientTypes.ScraperStatus? = nil, statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alias = alias self.arn = arn self.createdAt = createdAt @@ -959,8 +930,7 @@ public struct DescribeScraperOutput: Swift.Sendable { public init( scraper: AmpClientTypes.ScraperDescription? = nil - ) - { + ) { self.scraper = scraper } } @@ -978,8 +948,7 @@ public struct ListScrapersInput: Swift.Sendable { filters: [Swift.String: [Swift.String]]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1033,8 +1002,7 @@ extension AmpClientTypes { status: AmpClientTypes.ScraperStatus? = nil, statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alias = alias self.arn = arn self.createdAt = createdAt @@ -1061,8 +1029,7 @@ public struct ListScrapersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scrapers: [AmpClientTypes.ScraperSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.scrapers = scrapers } @@ -1087,8 +1054,7 @@ public struct UpdateScraperInput: Swift.Sendable { destination: AmpClientTypes.Destination? = nil, scrapeConfiguration: AmpClientTypes.ScrapeConfiguration? = nil, scraperId: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.destination = destination @@ -1115,8 +1081,7 @@ public struct UpdateScraperOutput: Swift.Sendable { scraperId: Swift.String? = nil, status: AmpClientTypes.ScraperStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.scraperId = scraperId self.status = status @@ -1135,8 +1100,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1158,8 +1122,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1186,8 +1149,7 @@ public struct CreateWorkspaceInput: Swift.Sendable { clientToken: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.kmsKeyArn = kmsKeyArn @@ -1249,8 +1211,7 @@ extension AmpClientTypes { public init( statusCode: AmpClientTypes.WorkspaceStatusCode? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -1278,8 +1239,7 @@ public struct CreateWorkspaceOutput: Swift.Sendable { status: AmpClientTypes.WorkspaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.kmsKeyArn = kmsKeyArn self.status = status @@ -1299,8 +1259,7 @@ public struct DeleteWorkspaceInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.workspaceId = workspaceId } @@ -1314,8 +1273,7 @@ public struct DescribeWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -1354,8 +1312,7 @@ extension AmpClientTypes { status: AmpClientTypes.WorkspaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.alias = alias self.arn = arn self.createdAt = createdAt @@ -1376,8 +1333,7 @@ public struct DescribeWorkspaceOutput: Swift.Sendable { public init( workspace: AmpClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -1395,8 +1351,7 @@ public struct ListWorkspacesInput: Swift.Sendable { alias: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alias = alias self.maxResults = maxResults self.nextToken = nextToken @@ -1434,8 +1389,7 @@ extension AmpClientTypes { status: AmpClientTypes.WorkspaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.alias = alias self.arn = arn self.createdAt = createdAt @@ -1458,8 +1412,7 @@ public struct ListWorkspacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspaces: [AmpClientTypes.WorkspaceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workspaces = workspaces } @@ -1480,8 +1433,7 @@ public struct CreateLoggingConfigurationInput: Swift.Sendable { clientToken: Swift.String? = nil, logGroupArn: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.logGroupArn = logGroupArn self.workspaceId = workspaceId @@ -1549,8 +1501,7 @@ extension AmpClientTypes { public init( statusCode: AmpClientTypes.LoggingConfigurationStatusCode? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.statusCode = statusCode self.statusReason = statusReason } @@ -1565,8 +1516,7 @@ public struct CreateLoggingConfigurationOutput: Swift.Sendable { public init( status: AmpClientTypes.LoggingConfigurationStatus? = nil - ) - { + ) { self.status = status } } @@ -1582,8 +1532,7 @@ public struct DeleteLoggingConfigurationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.workspaceId = workspaceId } @@ -1597,8 +1546,7 @@ public struct DescribeLoggingConfigurationInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -1629,8 +1577,7 @@ extension AmpClientTypes { modifiedAt: Foundation.Date? = nil, status: AmpClientTypes.LoggingConfigurationStatus? = nil, workspace: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.logGroupArn = logGroupArn self.modifiedAt = modifiedAt @@ -1648,8 +1595,7 @@ public struct DescribeLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: AmpClientTypes.LoggingConfigurationMetadata? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -1669,8 +1615,7 @@ public struct UpdateLoggingConfigurationInput: Swift.Sendable { clientToken: Swift.String? = nil, logGroupArn: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.logGroupArn = logGroupArn self.workspaceId = workspaceId @@ -1685,8 +1630,7 @@ public struct UpdateLoggingConfigurationOutput: Swift.Sendable { public init( status: AmpClientTypes.LoggingConfigurationStatus? = nil - ) - { + ) { self.status = status } } @@ -1713,8 +1657,7 @@ public struct CreateRuleGroupsNamespaceInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.data = data self.name = name @@ -1784,8 +1727,7 @@ extension AmpClientTypes { public init( statusCode: AmpClientTypes.RuleGroupsNamespaceStatusCode? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.statusCode = statusCode self.statusReason = statusReason } @@ -1811,8 +1753,7 @@ public struct CreateRuleGroupsNamespaceOutput: Swift.Sendable { name: Swift.String? = nil, status: AmpClientTypes.RuleGroupsNamespaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.status = status @@ -1835,8 +1776,7 @@ public struct DeleteRuleGroupsNamespaceInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.workspaceId = workspaceId @@ -1855,8 +1795,7 @@ public struct DescribeRuleGroupsNamespaceInput: Swift.Sendable { public init( name: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.name = name self.workspaceId = workspaceId } @@ -1895,8 +1834,7 @@ extension AmpClientTypes { name: Swift.String? = nil, status: AmpClientTypes.RuleGroupsNamespaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.data = data @@ -1916,8 +1854,7 @@ public struct DescribeRuleGroupsNamespaceOutput: Swift.Sendable { public init( ruleGroupsNamespace: AmpClientTypes.RuleGroupsNamespaceDescription? = nil - ) - { + ) { self.ruleGroupsNamespace = ruleGroupsNamespace } } @@ -1939,8 +1876,7 @@ public struct ListRuleGroupsNamespacesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -1977,8 +1913,7 @@ extension AmpClientTypes { name: Swift.String? = nil, status: AmpClientTypes.RuleGroupsNamespaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.modifiedAt = modifiedAt @@ -2000,8 +1935,7 @@ public struct ListRuleGroupsNamespacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleGroupsNamespaces: [AmpClientTypes.RuleGroupsNamespaceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleGroupsNamespaces = ruleGroupsNamespaces } @@ -2026,8 +1960,7 @@ public struct PutRuleGroupsNamespaceInput: Swift.Sendable { data: Foundation.Data? = nil, name: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.data = data self.name = name @@ -2054,8 +1987,7 @@ public struct PutRuleGroupsNamespaceOutput: Swift.Sendable { name: Swift.String? = nil, status: AmpClientTypes.RuleGroupsNamespaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.status = status @@ -2077,8 +2009,7 @@ public struct UpdateWorkspaceAliasInput: Swift.Sendable { alias: Swift.String? = nil, clientToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.workspaceId = workspaceId diff --git a/Sources/Services/AWSAmplify/Package.swift.txt b/Sources/Services/AWSAmplify/Package.swift.txt index 60bca0bc2a0..1e1e1602374 100644 --- a/Sources/Services/AWSAmplify/Package.swift.txt +++ b/Sources/Services/AWSAmplify/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift b/Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift index fc315b65272..f14e610488c 100644 --- a/Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift +++ b/Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AmplifyClient: ClientRuntime.Client { public static let clientName = "AmplifyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AmplifyClient.AmplifyClientConfiguration let serviceName = "Amplify" diff --git a/Sources/Services/AWSAmplify/Sources/AWSAmplify/Models.swift b/Sources/Services/AWSAmplify/Sources/AWSAmplify/Models.swift index 9b460cda25b..59da3d1e957 100644 --- a/Sources/Services/AWSAmplify/Sources/AWSAmplify/Models.swift +++ b/Sources/Services/AWSAmplify/Sources/AWSAmplify/Models.swift @@ -46,8 +46,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct DependentServiceFailureException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -94,8 +92,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -118,8 +115,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -142,8 +138,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -222,8 +217,7 @@ extension AmplifyClientTypes { framework: Swift.String? = nil, pullRequestEnvironmentName: Swift.String? = nil, stage: AmplifyClientTypes.Stage? = nil - ) - { + ) { self.basicAuthCredentials = basicAuthCredentials self.buildSpec = buildSpec self.enableAutoBuild = enableAutoBuild @@ -282,8 +276,7 @@ extension AmplifyClientTypes { public init( type: AmplifyClientTypes.CacheConfigType? = nil - ) - { + ) { self.type = type } } @@ -309,8 +302,7 @@ extension AmplifyClientTypes { source: Swift.String? = nil, status: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.condition = condition self.source = source self.status = status @@ -416,8 +408,7 @@ public struct CreateAppInput: Swift.Sendable { platform: AmplifyClientTypes.Platform? = nil, repository: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessToken = accessToken self.autoBranchCreationConfig = autoBranchCreationConfig self.autoBranchCreationPatterns = autoBranchCreationPatterns @@ -464,8 +455,7 @@ extension AmplifyClientTypes { lastDeployTime: Foundation.Date? = nil, status: Swift.String? = nil, thumbnailUrl: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.lastDeployTime = lastDeployTime self.status = status @@ -559,8 +549,7 @@ extension AmplifyClientTypes { statusReason: Swift.String? = nil, wafStatus: AmplifyClientTypes.WafStatus? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.statusReason = statusReason self.wafStatus = wafStatus self.webAclArn = webAclArn @@ -667,8 +656,7 @@ extension AmplifyClientTypes { updateTime: Foundation.Date? = nil, wafConfiguration: AmplifyClientTypes.WafConfiguration? = nil, webhookCreateTime: Foundation.Date? = nil - ) - { + ) { self.appArn = appArn self.appId = appId self.autoBranchCreationConfig = autoBranchCreationConfig @@ -712,8 +700,7 @@ public struct CreateAppOutput: Swift.Sendable { public init( app: AmplifyClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -736,8 +723,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -760,8 +746,7 @@ public struct CreateBackendEnvironmentInput: Swift.Sendable { deploymentArtifacts: Swift.String? = nil, environmentName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.appId = appId self.deploymentArtifacts = deploymentArtifacts self.environmentName = environmentName @@ -797,8 +782,7 @@ extension AmplifyClientTypes { environmentName: Swift.String? = nil, stackName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.backendEnvironmentArn = backendEnvironmentArn self.createTime = createTime self.deploymentArtifacts = deploymentArtifacts @@ -817,8 +801,7 @@ public struct CreateBackendEnvironmentOutput: Swift.Sendable { public init( backendEnvironment: AmplifyClientTypes.BackendEnvironment? = nil - ) - { + ) { self.backendEnvironment = backendEnvironment } } @@ -832,8 +815,7 @@ extension AmplifyClientTypes { public init( stackArn: Swift.String? = nil - ) - { + ) { self.stackArn = stackArn } } @@ -902,8 +884,7 @@ public struct CreateBranchInput: Swift.Sendable { stage: AmplifyClientTypes.Stage? = nil, tags: [Swift.String: Swift.String]? = nil, ttl: Swift.String? = nil - ) - { + ) { self.appId = appId self.backend = backend self.backendEnvironmentArn = backendEnvironmentArn @@ -1038,8 +1019,7 @@ extension AmplifyClientTypes { totalNumberOfJobs: Swift.String? = nil, ttl: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.activeJobId = activeJobId self.associatedResources = associatedResources self.backend = backend @@ -1085,8 +1065,7 @@ public struct CreateBranchOutput: Swift.Sendable { public init( branch: AmplifyClientTypes.Branch? = nil - ) - { + ) { self.branch = branch } } @@ -1106,8 +1085,7 @@ public struct CreateDeploymentInput: Swift.Sendable { appId: Swift.String? = nil, branchName: Swift.String? = nil, fileMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.fileMap = fileMap @@ -1129,8 +1107,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { fileUploadUrls: [Swift.String: Swift.String]? = nil, jobId: Swift.String? = nil, zipUploadUrl: Swift.String? = nil - ) - { + ) { self.fileUploadUrls = fileUploadUrls self.jobId = jobId self.zipUploadUrl = zipUploadUrl @@ -1179,8 +1156,7 @@ extension AmplifyClientTypes { public init( customCertificateArn: Swift.String? = nil, type: AmplifyClientTypes.CertificateType? = nil - ) - { + ) { self.customCertificateArn = customCertificateArn self.type = type } @@ -1201,8 +1177,7 @@ extension AmplifyClientTypes { public init( branchName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.`prefix` = `prefix` } @@ -1237,8 +1212,7 @@ public struct CreateDomainAssociationInput: Swift.Sendable { domainName: Swift.String? = nil, enableAutoSubDomain: Swift.Bool? = nil, subDomainSettings: [AmplifyClientTypes.SubDomainSetting]? = nil - ) - { + ) { self.appId = appId self.autoSubDomainCreationPatterns = autoSubDomainCreationPatterns self.autoSubDomainIAMRole = autoSubDomainIAMRole @@ -1265,8 +1239,7 @@ extension AmplifyClientTypes { certificateVerificationDNSRecord: Swift.String? = nil, customCertificateArn: Swift.String? = nil, type: AmplifyClientTypes.CertificateType? = nil - ) - { + ) { self.certificateVerificationDNSRecord = certificateVerificationDNSRecord self.customCertificateArn = customCertificateArn self.type = type @@ -1345,8 +1318,7 @@ extension AmplifyClientTypes { dnsRecord: Swift.String? = nil, subDomainSetting: AmplifyClientTypes.SubDomainSetting? = nil, verified: Swift.Bool? = nil - ) - { + ) { self.dnsRecord = dnsRecord self.subDomainSetting = subDomainSetting self.verified = verified @@ -1443,8 +1415,7 @@ extension AmplifyClientTypes { statusReason: Swift.String? = nil, subDomains: [AmplifyClientTypes.SubDomain]? = nil, updateStatus: AmplifyClientTypes.UpdateStatus? = nil - ) - { + ) { self.autoSubDomainCreationPatterns = autoSubDomainCreationPatterns self.autoSubDomainIAMRole = autoSubDomainIAMRole self.certificate = certificate @@ -1468,8 +1439,7 @@ public struct CreateDomainAssociationOutput: Swift.Sendable { public init( domainAssociation: AmplifyClientTypes.DomainAssociation? = nil - ) - { + ) { self.domainAssociation = domainAssociation } } @@ -1489,8 +1459,7 @@ public struct CreateWebhookInput: Swift.Sendable { appId: Swift.String? = nil, branchName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.description = description @@ -1531,8 +1500,7 @@ extension AmplifyClientTypes { webhookArn: Swift.String? = nil, webhookId: Swift.String? = nil, webhookUrl: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.createTime = createTime self.description = description @@ -1552,8 +1520,7 @@ public struct CreateWebhookOutput: Swift.Sendable { public init( webhook: AmplifyClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } @@ -1566,8 +1533,7 @@ public struct DeleteAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1580,8 +1546,7 @@ public struct DeleteAppOutput: Swift.Sendable { public init( app: AmplifyClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -1598,8 +1563,7 @@ public struct DeleteBackendEnvironmentInput: Swift.Sendable { public init( appId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName } @@ -1613,8 +1577,7 @@ public struct DeleteBackendEnvironmentOutput: Swift.Sendable { public init( backendEnvironment: AmplifyClientTypes.BackendEnvironment? = nil - ) - { + ) { self.backendEnvironment = backendEnvironment } } @@ -1631,8 +1594,7 @@ public struct DeleteBranchInput: Swift.Sendable { public init( appId: Swift.String? = nil, branchName: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName } @@ -1646,8 +1608,7 @@ public struct DeleteBranchOutput: Swift.Sendable { public init( branch: AmplifyClientTypes.Branch? = nil - ) - { + ) { self.branch = branch } } @@ -1664,8 +1625,7 @@ public struct DeleteDomainAssociationInput: Swift.Sendable { public init( appId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.appId = appId self.domainName = domainName } @@ -1678,8 +1638,7 @@ public struct DeleteDomainAssociationOutput: Swift.Sendable { public init( domainAssociation: AmplifyClientTypes.DomainAssociation? = nil - ) - { + ) { self.domainAssociation = domainAssociation } } @@ -1700,8 +1659,7 @@ public struct DeleteJobInput: Swift.Sendable { appId: Swift.String? = nil, branchName: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.jobId = jobId @@ -1866,8 +1824,7 @@ extension AmplifyClientTypes { sourceUrlType: AmplifyClientTypes.SourceUrlType? = nil, startTime: Foundation.Date? = nil, status: AmplifyClientTypes.JobStatus? = nil - ) - { + ) { self.commitId = commitId self.commitMessage = commitMessage self.commitTime = commitTime @@ -1891,8 +1848,7 @@ public struct DeleteJobOutput: Swift.Sendable { public init( jobSummary: AmplifyClientTypes.JobSummary? = nil - ) - { + ) { self.jobSummary = jobSummary } } @@ -1905,8 +1861,7 @@ public struct DeleteWebhookInput: Swift.Sendable { public init( webhookId: Swift.String? = nil - ) - { + ) { self.webhookId = webhookId } } @@ -1919,8 +1874,7 @@ public struct DeleteWebhookOutput: Swift.Sendable { public init( webhook: AmplifyClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } @@ -1943,8 +1897,7 @@ public struct GenerateAccessLogsInput: Swift.Sendable { domainName: Swift.String? = nil, endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.appId = appId self.domainName = domainName self.endTime = endTime @@ -1959,8 +1912,7 @@ public struct GenerateAccessLogsOutput: Swift.Sendable { public init( logUrl: Swift.String? = nil - ) - { + ) { self.logUrl = logUrl } } @@ -1973,8 +1925,7 @@ public struct GetAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1986,8 +1937,7 @@ public struct GetAppOutput: Swift.Sendable { public init( app: AmplifyClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -2000,8 +1950,7 @@ public struct GetArtifactUrlInput: Swift.Sendable { public init( artifactId: Swift.String? = nil - ) - { + ) { self.artifactId = artifactId } } @@ -2018,8 +1967,7 @@ public struct GetArtifactUrlOutput: Swift.Sendable { public init( artifactId: Swift.String? = nil, artifactUrl: Swift.String? = nil - ) - { + ) { self.artifactId = artifactId self.artifactUrl = artifactUrl } @@ -2037,8 +1985,7 @@ public struct GetBackendEnvironmentInput: Swift.Sendable { public init( appId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName } @@ -2052,8 +1999,7 @@ public struct GetBackendEnvironmentOutput: Swift.Sendable { public init( backendEnvironment: AmplifyClientTypes.BackendEnvironment? = nil - ) - { + ) { self.backendEnvironment = backendEnvironment } } @@ -2070,8 +2016,7 @@ public struct GetBranchInput: Swift.Sendable { public init( appId: Swift.String? = nil, branchName: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName } @@ -2084,8 +2029,7 @@ public struct GetBranchOutput: Swift.Sendable { public init( branch: AmplifyClientTypes.Branch? = nil - ) - { + ) { self.branch = branch } } @@ -2102,8 +2046,7 @@ public struct GetDomainAssociationInput: Swift.Sendable { public init( appId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.appId = appId self.domainName = domainName } @@ -2117,8 +2060,7 @@ public struct GetDomainAssociationOutput: Swift.Sendable { public init( domainAssociation: AmplifyClientTypes.DomainAssociation? = nil - ) - { + ) { self.domainAssociation = domainAssociation } } @@ -2139,8 +2081,7 @@ public struct GetJobInput: Swift.Sendable { appId: Swift.String? = nil, branchName: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.jobId = jobId @@ -2190,8 +2131,7 @@ extension AmplifyClientTypes { stepName: Swift.String? = nil, testArtifactsUrl: Swift.String? = nil, testConfigUrl: Swift.String? = nil - ) - { + ) { self.artifactsUrl = artifactsUrl self.context = context self.endTime = endTime @@ -2221,8 +2161,7 @@ extension AmplifyClientTypes { public init( steps: [AmplifyClientTypes.Step]? = nil, summary: AmplifyClientTypes.JobSummary? = nil - ) - { + ) { self.steps = steps self.summary = summary } @@ -2236,8 +2175,7 @@ public struct GetJobOutput: Swift.Sendable { public init( job: AmplifyClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -2250,8 +2188,7 @@ public struct GetWebhookInput: Swift.Sendable { public init( webhookId: Swift.String? = nil - ) - { + ) { self.webhookId = webhookId } } @@ -2264,8 +2201,7 @@ public struct GetWebhookOutput: Swift.Sendable { public init( webhook: AmplifyClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } @@ -2280,8 +2216,7 @@ public struct ListAppsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2298,8 +2233,7 @@ public struct ListAppsOutput: Swift.Sendable { public init( apps: [AmplifyClientTypes.App]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apps = apps self.nextToken = nextToken } @@ -2327,8 +2261,7 @@ public struct ListArtifactsInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.jobId = jobId @@ -2351,8 +2284,7 @@ extension AmplifyClientTypes { public init( artifactFileName: Swift.String? = nil, artifactId: Swift.String? = nil - ) - { + ) { self.artifactFileName = artifactFileName self.artifactId = artifactId } @@ -2370,8 +2302,7 @@ public struct ListArtifactsOutput: Swift.Sendable { public init( artifacts: [AmplifyClientTypes.Artifact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.artifacts = artifacts self.nextToken = nextToken } @@ -2394,8 +2325,7 @@ public struct ListBackendEnvironmentsInput: Swift.Sendable { environmentName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.maxResults = maxResults @@ -2414,8 +2344,7 @@ public struct ListBackendEnvironmentsOutput: Swift.Sendable { public init( backendEnvironments: [AmplifyClientTypes.BackendEnvironment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backendEnvironments = backendEnvironments self.nextToken = nextToken } @@ -2435,8 +2364,7 @@ public struct ListBranchesInput: Swift.Sendable { appId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.maxResults = maxResults self.nextToken = nextToken @@ -2454,8 +2382,7 @@ public struct ListBranchesOutput: Swift.Sendable { public init( branches: [AmplifyClientTypes.Branch]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.branches = branches self.nextToken = nextToken } @@ -2475,8 +2402,7 @@ public struct ListDomainAssociationsInput: Swift.Sendable { appId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.maxResults = maxResults self.nextToken = nextToken @@ -2494,8 +2420,7 @@ public struct ListDomainAssociationsOutput: Swift.Sendable { public init( domainAssociations: [AmplifyClientTypes.DomainAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainAssociations = domainAssociations self.nextToken = nextToken } @@ -2519,8 +2444,7 @@ public struct ListJobsInput: Swift.Sendable { branchName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.maxResults = maxResults @@ -2539,8 +2463,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobSummaries: [AmplifyClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -2568,8 +2491,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -2583,8 +2505,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2596,8 +2517,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2616,8 +2536,7 @@ public struct ListWebhooksInput: Swift.Sendable { appId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.maxResults = maxResults self.nextToken = nextToken @@ -2635,8 +2554,7 @@ public struct ListWebhooksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, webhooks: [AmplifyClientTypes.Webhook]? = nil - ) - { + ) { self.nextToken = nextToken self.webhooks = webhooks } @@ -2663,8 +2581,7 @@ public struct StartDeploymentInput: Swift.Sendable { jobId: Swift.String? = nil, sourceUrl: Swift.String? = nil, sourceUrlType: AmplifyClientTypes.SourceUrlType? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.jobId = jobId @@ -2681,8 +2598,7 @@ public struct StartDeploymentOutput: Swift.Sendable { public init( jobSummary: AmplifyClientTypes.JobSummary? = nil - ) - { + ) { self.jobSummary = jobSummary } } @@ -2718,8 +2634,7 @@ public struct StartJobInput: Swift.Sendable { jobId: Swift.String? = nil, jobReason: Swift.String? = nil, jobType: AmplifyClientTypes.JobType? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.commitId = commitId @@ -2739,8 +2654,7 @@ public struct StartJobOutput: Swift.Sendable { public init( jobSummary: AmplifyClientTypes.JobSummary? = nil - ) - { + ) { self.jobSummary = jobSummary } } @@ -2761,8 +2675,7 @@ public struct StopJobInput: Swift.Sendable { appId: Swift.String? = nil, branchName: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.appId = appId self.branchName = branchName self.jobId = jobId @@ -2777,8 +2690,7 @@ public struct StopJobOutput: Swift.Sendable { public init( jobSummary: AmplifyClientTypes.JobSummary? = nil - ) - { + ) { self.jobSummary = jobSummary } } @@ -2795,8 +2707,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2820,8 +2731,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2898,8 +2808,7 @@ public struct UpdateAppInput: Swift.Sendable { oauthToken: Swift.String? = nil, platform: AmplifyClientTypes.Platform? = nil, repository: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.appId = appId self.autoBranchCreationConfig = autoBranchCreationConfig @@ -2936,8 +2845,7 @@ public struct UpdateAppOutput: Swift.Sendable { public init( app: AmplifyClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -3002,8 +2910,7 @@ public struct UpdateBranchInput: Swift.Sendable { pullRequestEnvironmentName: Swift.String? = nil, stage: AmplifyClientTypes.Stage? = nil, ttl: Swift.String? = nil - ) - { + ) { self.appId = appId self.backend = backend self.backendEnvironmentArn = backendEnvironmentArn @@ -3038,8 +2945,7 @@ public struct UpdateBranchOutput: Swift.Sendable { public init( branch: AmplifyClientTypes.Branch? = nil - ) - { + ) { self.branch = branch } } @@ -3071,8 +2977,7 @@ public struct UpdateDomainAssociationInput: Swift.Sendable { domainName: Swift.String? = nil, enableAutoSubDomain: Swift.Bool? = nil, subDomainSettings: [AmplifyClientTypes.SubDomainSetting]? = nil - ) - { + ) { self.appId = appId self.autoSubDomainCreationPatterns = autoSubDomainCreationPatterns self.autoSubDomainIAMRole = autoSubDomainIAMRole @@ -3091,8 +2996,7 @@ public struct UpdateDomainAssociationOutput: Swift.Sendable { public init( domainAssociation: AmplifyClientTypes.DomainAssociation? = nil - ) - { + ) { self.domainAssociation = domainAssociation } } @@ -3111,8 +3015,7 @@ public struct UpdateWebhookInput: Swift.Sendable { branchName: Swift.String? = nil, description: Swift.String? = nil, webhookId: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.description = description self.webhookId = webhookId @@ -3127,8 +3030,7 @@ public struct UpdateWebhookOutput: Swift.Sendable { public init( webhook: AmplifyClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } diff --git a/Sources/Services/AWSAmplifyBackend/Package.swift.txt b/Sources/Services/AWSAmplifyBackend/Package.swift.txt index 7bfd7ed9d5a..58170b3d1f5 100644 --- a/Sources/Services/AWSAmplifyBackend/Package.swift.txt +++ b/Sources/Services/AWSAmplifyBackend/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/AmplifyBackendClient.swift b/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/AmplifyBackendClient.swift index 3f77d43e80b..6dad017cf1b 100644 --- a/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/AmplifyBackendClient.swift +++ b/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/AmplifyBackendClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AmplifyBackendClient: ClientRuntime.Client { public static let clientName = "AmplifyBackendClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AmplifyBackendClient.AmplifyBackendClientConfiguration let serviceName = "AmplifyBackend" diff --git a/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/Models.swift b/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/Models.swift index a9059fcb2c0..8ecc77bc084 100644 --- a/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/Models.swift +++ b/Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/Models.swift @@ -79,8 +79,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -104,8 +103,7 @@ public struct GatewayTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -132,8 +130,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -161,8 +158,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( limitType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.limitType = limitType self.properties.message = message } @@ -184,8 +180,7 @@ public struct CloneBackendInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, targetEnvironmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.targetEnvironmentName = targetEnvironmentName @@ -213,8 +208,7 @@ public struct CloneBackendOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -255,8 +249,7 @@ public struct CreateBackendInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.ResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.appName = appName self.backendEnvironmentName = backendEnvironmentName @@ -286,8 +279,7 @@ public struct CreateBackendOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -362,8 +354,7 @@ extension AmplifyBackendClientTypes { openIDIatTTL: Swift.String? = nil, openIDIssueURL: Swift.String? = nil, openIDProviderName: Swift.String? = nil - ) - { + ) { self.cognitoUserPoolId = cognitoUserPoolId self.description = description self.expirationTime = expirationTime @@ -388,8 +379,7 @@ extension AmplifyBackendClientTypes { public init( mode: AmplifyBackendClientTypes.Mode? = nil, settings: AmplifyBackendClientTypes.BackendAPIAppSyncAuthSettings? = nil - ) - { + ) { self.mode = mode self.settings = settings } @@ -440,8 +430,7 @@ extension AmplifyBackendClientTypes { public init( resolutionStrategy: AmplifyBackendClientTypes.ResolutionStrategy? = nil - ) - { + ) { self.resolutionStrategy = resolutionStrategy } } @@ -471,8 +460,7 @@ extension AmplifyBackendClientTypes { defaultAuthType: AmplifyBackendClientTypes.BackendAPIAuthType? = nil, service: Swift.String? = nil, transformSchema: Swift.String? = nil - ) - { + ) { self.additionalAuthTypes = additionalAuthTypes self.apiName = apiName self.conflictResolution = conflictResolution @@ -503,8 +491,7 @@ public struct CreateBackendAPIInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.BackendAPIResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -533,8 +520,7 @@ public struct CreateBackendAPIOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -587,8 +573,7 @@ extension AmplifyBackendClientTypes { public init( identityPoolName: Swift.String? = nil, unauthenticatedLogin: Swift.Bool? = nil - ) - { + ) { self.identityPoolName = identityPoolName self.unauthenticatedLogin = unauthenticatedLogin } @@ -663,8 +648,7 @@ extension AmplifyBackendClientTypes { public init( emailMessage: Swift.String? = nil, emailSubject: Swift.String? = nil - ) - { + ) { self.emailMessage = emailMessage self.emailSubject = emailSubject } @@ -686,8 +670,7 @@ extension AmplifyBackendClientTypes { public init( smsMessage: Swift.String? = nil - ) - { + ) { self.smsMessage = smsMessage } } @@ -715,8 +698,7 @@ extension AmplifyBackendClientTypes { deliveryMethod: AmplifyBackendClientTypes.DeliveryMethod? = nil, emailSettings: AmplifyBackendClientTypes.EmailSettings? = nil, smsSettings: AmplifyBackendClientTypes.SmsSettings? = nil - ) - { + ) { self.deliveryMethod = deliveryMethod self.emailSettings = emailSettings self.smsSettings = smsSettings @@ -802,8 +784,7 @@ extension AmplifyBackendClientTypes { public init( mfaTypes: [AmplifyBackendClientTypes.MfaTypesElement]? = nil, smsMessage: Swift.String? = nil - ) - { + ) { self.mfaTypes = mfaTypes self.smsMessage = smsMessage } @@ -823,8 +804,7 @@ extension AmplifyBackendClientTypes { public init( mfaMode: AmplifyBackendClientTypes.MFAMode? = nil, settings: AmplifyBackendClientTypes.Settings? = nil - ) - { + ) { self.mfaMode = mfaMode self.settings = settings } @@ -910,8 +890,7 @@ extension AmplifyBackendClientTypes { public init( clientId: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret } @@ -942,8 +921,7 @@ extension AmplifyBackendClientTypes { keyId: Swift.String? = nil, privateKey: Swift.String? = nil, teamId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.keyId = keyId self.privateKey = privateKey @@ -976,8 +954,7 @@ extension AmplifyBackendClientTypes { google: AmplifyBackendClientTypes.BackendAuthSocialProviderConfig? = nil, loginWithAmazon: AmplifyBackendClientTypes.BackendAuthSocialProviderConfig? = nil, signInWithApple: AmplifyBackendClientTypes.BackendAuthAppleProviderConfig? = nil - ) - { + ) { self.facebook = facebook self.google = google self.loginWithAmazon = loginWithAmazon @@ -1019,8 +996,7 @@ extension AmplifyBackendClientTypes { redirectSignInURIs: [Swift.String]? = nil, redirectSignOutURIs: [Swift.String]? = nil, socialProviderSettings: AmplifyBackendClientTypes.SocialProviderSettings? = nil - ) - { + ) { self.domainPrefix = domainPrefix self.oAuthGrantType = oAuthGrantType self.oAuthScopes = oAuthScopes @@ -1044,8 +1020,7 @@ extension AmplifyBackendClientTypes { public init( additionalConstraints: [AmplifyBackendClientTypes.AdditionalConstraintsElement]? = nil, minimumLength: Swift.Double? = nil - ) - { + ) { self.additionalConstraints = additionalConstraints self.minimumLength = minimumLength } @@ -1177,8 +1152,7 @@ extension AmplifyBackendClientTypes { deliveryMethod: AmplifyBackendClientTypes.DeliveryMethod? = nil, emailSettings: AmplifyBackendClientTypes.EmailSettings? = nil, smsSettings: AmplifyBackendClientTypes.SmsSettings? = nil - ) - { + ) { self.deliveryMethod = deliveryMethod self.emailSettings = emailSettings self.smsSettings = smsSettings @@ -1224,8 +1198,7 @@ extension AmplifyBackendClientTypes { signInMethod: AmplifyBackendClientTypes.SignInMethod? = nil, userPoolName: Swift.String? = nil, verificationMessage: AmplifyBackendClientTypes.CreateBackendAuthVerificationMessageConfig? = nil - ) - { + ) { self.forgotPassword = forgotPassword self.mfa = mfa self.oAuth = oAuth @@ -1259,8 +1232,7 @@ extension AmplifyBackendClientTypes { identityPoolConfigs: AmplifyBackendClientTypes.CreateBackendAuthIdentityPoolConfig? = nil, service: AmplifyBackendClientTypes.Service? = nil, userPoolConfigs: AmplifyBackendClientTypes.CreateBackendAuthUserPoolConfig? = nil - ) - { + ) { self.authResources = authResources self.identityPoolConfigs = identityPoolConfigs self.service = service @@ -1289,8 +1261,7 @@ public struct CreateBackendAuthInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.CreateBackendAuthResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -1319,8 +1290,7 @@ public struct CreateBackendAuthOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -1341,8 +1311,7 @@ public struct CreateBackendConfigInput: Swift.Sendable { public init( appId: Swift.String? = nil, backendManagerAppId: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendManagerAppId = backendManagerAppId } @@ -1363,8 +1332,7 @@ public struct CreateBackendConfigOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -1449,8 +1417,7 @@ extension AmplifyBackendClientTypes { public init( authenticated: [AmplifyBackendClientTypes.AuthenticatedElement]? = nil, unAuthenticated: [AmplifyBackendClientTypes.UnAuthenticatedElement]? = nil - ) - { + ) { self.authenticated = authenticated self.unAuthenticated = unAuthenticated } @@ -1500,8 +1467,7 @@ extension AmplifyBackendClientTypes { bucketName: Swift.String? = nil, permissions: AmplifyBackendClientTypes.BackendStoragePermissions? = nil, serviceName: AmplifyBackendClientTypes.ServiceName? = nil - ) - { + ) { self.bucketName = bucketName self.permissions = permissions self.serviceName = serviceName @@ -1529,8 +1495,7 @@ public struct CreateBackendStorageInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.CreateBackendStorageResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -1553,8 +1518,7 @@ public struct CreateBackendStorageOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -1569,8 +1533,7 @@ public struct CreateTokenInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1590,8 +1553,7 @@ public struct CreateTokenOutput: Swift.Sendable { challengeCode: Swift.String? = nil, sessionId: Swift.String? = nil, ttl: Swift.String? = nil - ) - { + ) { self.appId = appId self.challengeCode = challengeCode self.sessionId = sessionId @@ -1610,8 +1572,7 @@ public struct DeleteBackendInput: Swift.Sendable { public init( appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName } @@ -1638,8 +1599,7 @@ public struct DeleteBackendOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -1668,8 +1628,7 @@ public struct DeleteBackendAPIInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.BackendAPIResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -1698,8 +1657,7 @@ public struct DeleteBackendAPIOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -1725,8 +1683,7 @@ public struct DeleteBackendAuthInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -1754,8 +1711,7 @@ public struct DeleteBackendAuthOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -1785,8 +1741,7 @@ public struct DeleteBackendStorageInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil, serviceName: AmplifyBackendClientTypes.ServiceName? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -1809,8 +1764,7 @@ public struct DeleteBackendStorageOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -1829,8 +1783,7 @@ public struct DeleteTokenInput: Swift.Sendable { public init( appId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.appId = appId self.sessionId = sessionId } @@ -1842,8 +1795,7 @@ public struct DeleteTokenOutput: Swift.Sendable { public init( isSuccess: Swift.Bool? = nil - ) - { + ) { self.isSuccess = isSuccess } } @@ -1864,8 +1816,7 @@ public struct GenerateBackendAPIModelsInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -1893,8 +1844,7 @@ public struct GenerateBackendAPIModelsOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -1915,8 +1865,7 @@ public struct GetBackendInput: Swift.Sendable { public init( appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName } @@ -1946,8 +1895,7 @@ public struct GetBackendOutput: Swift.Sendable { backendEnvironmentList: [Swift.String]? = nil, backendEnvironmentName: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.amplifyFeatureFlags = amplifyFeatureFlags self.amplifyMetaConfig = amplifyMetaConfig self.appId = appId @@ -1977,8 +1925,7 @@ public struct GetBackendAPIInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.BackendAPIResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -2004,8 +1951,7 @@ public struct GetBackendAPIOutput: Swift.Sendable { error: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.BackendAPIResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -2030,8 +1976,7 @@ public struct GetBackendAPIModelsInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -2079,8 +2024,7 @@ public struct GetBackendAPIModelsOutput: Swift.Sendable { modelIntrospectionSchema: Swift.String? = nil, models: Swift.String? = nil, status: AmplifyBackendClientTypes.Status? = nil - ) - { + ) { self.modelIntrospectionSchema = modelIntrospectionSchema self.models = models self.status = status @@ -2103,8 +2047,7 @@ public struct GetBackendAuthInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -2129,8 +2072,7 @@ public struct GetBackendAuthOutput: Swift.Sendable { error: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.CreateBackendAuthResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -2154,8 +2096,7 @@ public struct GetBackendJobInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -2189,8 +2130,7 @@ public struct GetBackendJobOutput: Swift.Sendable { operation: Swift.String? = nil, status: Swift.String? = nil, updateTime: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.createTime = createTime @@ -2218,8 +2158,7 @@ public struct GetBackendStorageInput: Swift.Sendable { appId: Swift.String? = nil, backendEnvironmentName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceName = resourceName @@ -2246,8 +2185,7 @@ extension AmplifyBackendClientTypes { imported: Swift.Bool? = nil, permissions: AmplifyBackendClientTypes.BackendStoragePermissions? = nil, serviceName: AmplifyBackendClientTypes.ServiceName? = nil - ) - { + ) { self.bucketName = bucketName self.imported = imported self.permissions = permissions @@ -2271,8 +2209,7 @@ public struct GetBackendStorageOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.GetBackendStorageResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -2291,8 +2228,7 @@ public struct GetTokenInput: Swift.Sendable { public init( appId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.appId = appId self.sessionId = sessionId } @@ -2313,8 +2249,7 @@ public struct GetTokenOutput: Swift.Sendable { challengeCode: Swift.String? = nil, sessionId: Swift.String? = nil, ttl: Swift.String? = nil - ) - { + ) { self.appId = appId self.challengeCode = challengeCode self.sessionId = sessionId @@ -2349,8 +2284,7 @@ public struct ImportBackendAuthInput: Swift.Sendable { nativeClientId: Swift.String? = nil, userPoolId: Swift.String? = nil, webClientId: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.identityPoolId = identityPoolId @@ -2381,8 +2315,7 @@ public struct ImportBackendAuthOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -2411,8 +2344,7 @@ public struct ImportBackendStorageInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, bucketName: Swift.String? = nil, serviceName: AmplifyBackendClientTypes.ServiceName? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.bucketName = bucketName @@ -2435,8 +2367,7 @@ public struct ImportBackendStorageOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -2471,8 +2402,7 @@ public struct ListBackendJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -2515,8 +2445,7 @@ extension AmplifyBackendClientTypes { operation: Swift.String? = nil, status: Swift.String? = nil, updateTime: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.createTime = createTime @@ -2538,8 +2467,7 @@ public struct ListBackendJobsOutput: Swift.Sendable { public init( jobs: [AmplifyBackendClientTypes.BackendJobRespObj]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -2552,8 +2480,7 @@ public struct ListS3BucketsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -2570,8 +2497,7 @@ extension AmplifyBackendClientTypes { public init( creationDate: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.name = name } @@ -2587,8 +2513,7 @@ public struct ListS3BucketsOutput: Swift.Sendable { public init( buckets: [AmplifyBackendClientTypes.S3BucketInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.buckets = buckets self.nextToken = nextToken } @@ -2605,8 +2530,7 @@ public struct RemoveAllBackendsInput: Swift.Sendable { public init( appId: Swift.String? = nil, cleanAmplifyApp: Swift.Bool? = nil - ) - { + ) { self.appId = appId self.cleanAmplifyApp = cleanAmplifyApp } @@ -2630,8 +2554,7 @@ public struct RemoveAllBackendsOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.error = error self.jobId = jobId @@ -2647,8 +2570,7 @@ public struct RemoveBackendConfigInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2659,8 +2581,7 @@ public struct RemoveBackendConfigOutput: Swift.Sendable { public init( error: Swift.String? = nil - ) - { + ) { self.error = error } } @@ -2684,8 +2605,7 @@ public struct UpdateBackendAPIInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.BackendAPIResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -2714,8 +2634,7 @@ public struct UpdateBackendAPIOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -2734,8 +2653,7 @@ extension AmplifyBackendClientTypes { public init( unauthenticatedLogin: Swift.Bool? = nil - ) - { + ) { self.unauthenticatedLogin = unauthenticatedLogin } } @@ -2756,8 +2674,7 @@ extension AmplifyBackendClientTypes { deliveryMethod: AmplifyBackendClientTypes.DeliveryMethod? = nil, emailSettings: AmplifyBackendClientTypes.EmailSettings? = nil, smsSettings: AmplifyBackendClientTypes.SmsSettings? = nil - ) - { + ) { self.deliveryMethod = deliveryMethod self.emailSettings = emailSettings self.smsSettings = smsSettings @@ -2782,8 +2699,7 @@ extension AmplifyBackendClientTypes { public init( mfaMode: AmplifyBackendClientTypes.MFAMode? = nil, settings: AmplifyBackendClientTypes.Settings? = nil - ) - { + ) { self.mfaMode = mfaMode self.settings = settings } @@ -2814,8 +2730,7 @@ extension AmplifyBackendClientTypes { redirectSignInURIs: [Swift.String]? = nil, redirectSignOutURIs: [Swift.String]? = nil, socialProviderSettings: AmplifyBackendClientTypes.SocialProviderSettings? = nil - ) - { + ) { self.domainPrefix = domainPrefix self.oAuthGrantType = oAuthGrantType self.oAuthScopes = oAuthScopes @@ -2838,8 +2753,7 @@ extension AmplifyBackendClientTypes { public init( additionalConstraints: [AmplifyBackendClientTypes.AdditionalConstraintsElement]? = nil, minimumLength: Swift.Double? = nil - ) - { + ) { self.additionalConstraints = additionalConstraints self.minimumLength = minimumLength } @@ -2862,8 +2776,7 @@ extension AmplifyBackendClientTypes { deliveryMethod: AmplifyBackendClientTypes.DeliveryMethod? = nil, emailSettings: AmplifyBackendClientTypes.EmailSettings? = nil, smsSettings: AmplifyBackendClientTypes.SmsSettings? = nil - ) - { + ) { self.deliveryMethod = deliveryMethod self.emailSettings = emailSettings self.smsSettings = smsSettings @@ -2897,8 +2810,7 @@ extension AmplifyBackendClientTypes { oAuth: AmplifyBackendClientTypes.UpdateBackendAuthOAuthConfig? = nil, passwordPolicy: AmplifyBackendClientTypes.UpdateBackendAuthPasswordPolicyConfig? = nil, verificationMessage: AmplifyBackendClientTypes.UpdateBackendAuthVerificationMessageConfig? = nil - ) - { + ) { self.forgotPassword = forgotPassword self.mfa = mfa self.oAuth = oAuth @@ -2929,8 +2841,7 @@ extension AmplifyBackendClientTypes { identityPoolConfigs: AmplifyBackendClientTypes.UpdateBackendAuthIdentityPoolConfig? = nil, service: AmplifyBackendClientTypes.Service? = nil, userPoolConfigs: AmplifyBackendClientTypes.UpdateBackendAuthUserPoolConfig? = nil - ) - { + ) { self.authResources = authResources self.identityPoolConfigs = identityPoolConfigs self.service = service @@ -2959,8 +2870,7 @@ public struct UpdateBackendAuthInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.UpdateBackendAuthResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -2989,8 +2899,7 @@ public struct UpdateBackendAuthOutput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.error = error @@ -3018,8 +2927,7 @@ extension AmplifyBackendClientTypes { awsCognitoRegion: Swift.String? = nil, awsUserPoolsId: Swift.String? = nil, awsUserPoolsWebClientId: Swift.String? = nil - ) - { + ) { self.awsCognitoIdentityPoolId = awsCognitoIdentityPoolId self.awsCognitoRegion = awsCognitoRegion self.awsUserPoolsId = awsUserPoolsId @@ -3039,8 +2947,7 @@ public struct UpdateBackendConfigInput: Swift.Sendable { public init( appId: Swift.String? = nil, loginAuthConfig: AmplifyBackendClientTypes.LoginAuthConfigReqObj? = nil - ) - { + ) { self.appId = appId self.loginAuthConfig = loginAuthConfig } @@ -3061,8 +2968,7 @@ public struct UpdateBackendConfigOutput: Swift.Sendable { backendManagerAppId: Swift.String? = nil, error: Swift.String? = nil, loginAuthConfig: AmplifyBackendClientTypes.LoginAuthConfigReqObj? = nil - ) - { + ) { self.appId = appId self.backendManagerAppId = backendManagerAppId self.error = error @@ -3092,8 +2998,7 @@ public struct UpdateBackendJobInput: Swift.Sendable { jobId: Swift.String? = nil, operation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId @@ -3129,8 +3034,7 @@ public struct UpdateBackendJobOutput: Swift.Sendable { operation: Swift.String? = nil, status: Swift.String? = nil, updateTime: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.createTime = createTime @@ -3156,8 +3060,7 @@ extension AmplifyBackendClientTypes { public init( permissions: AmplifyBackendClientTypes.BackendStoragePermissions? = nil, serviceName: AmplifyBackendClientTypes.ServiceName? = nil - ) - { + ) { self.permissions = permissions self.serviceName = serviceName } @@ -3184,8 +3087,7 @@ public struct UpdateBackendStorageInput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, resourceConfig: AmplifyBackendClientTypes.UpdateBackendStorageResourceConfig? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.resourceConfig = resourceConfig @@ -3208,8 +3110,7 @@ public struct UpdateBackendStorageOutput: Swift.Sendable { backendEnvironmentName: Swift.String? = nil, jobId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.backendEnvironmentName = backendEnvironmentName self.jobId = jobId diff --git a/Sources/Services/AWSAmplifyUIBuilder/Package.swift.txt b/Sources/Services/AWSAmplifyUIBuilder/Package.swift.txt index 484f125c4c4..90ffdd6b6c5 100644 --- a/Sources/Services/AWSAmplifyUIBuilder/Package.swift.txt +++ b/Sources/Services/AWSAmplifyUIBuilder/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/AmplifyUIBuilderClient.swift b/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/AmplifyUIBuilderClient.swift index 3d8209a9775..5f33a11b888 100644 --- a/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/AmplifyUIBuilderClient.swift +++ b/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/AmplifyUIBuilderClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AmplifyUIBuilderClient: ClientRuntime.Client { public static let clientName = "AmplifyUIBuilderClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AmplifyUIBuilderClient.AmplifyUIBuilderClientConfiguration let serviceName = "AmplifyUIBuilder" diff --git a/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/Models.swift b/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/Models.swift index 039b8e35513..6331271ff27 100644 --- a/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/Models.swift +++ b/Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/Models.swift @@ -65,8 +65,7 @@ extension AmplifyUIBuilderClientTypes { public init( field: Swift.String? = nil, property: Swift.String? = nil - ) - { + ) { self.field = field self.property = property } @@ -87,8 +86,7 @@ extension AmplifyUIBuilderClientTypes { public init( element: Swift.String? = nil, property: Swift.String? = nil - ) - { + ) { self.element = element self.property = property } @@ -113,8 +111,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +157,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +180,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -206,8 +200,7 @@ public struct GetCodegenJobInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -223,8 +216,7 @@ extension AmplifyUIBuilderClientTypes { public init( downloadUrl: Swift.String? = nil - ) - { + ) { self.downloadUrl = downloadUrl } } @@ -248,8 +240,7 @@ extension AmplifyUIBuilderClientTypes { name: Swift.String? = nil, reason: Swift.String? = nil, supportedVersion: Swift.String? = nil - ) - { + ) { self.isSemVer = isSemVer self.name = name self.reason = reason @@ -270,8 +261,7 @@ extension AmplifyUIBuilderClientTypes { public init( isNonModelSupported: Swift.Bool? = nil, isRelationshipSupported: Swift.Bool? = nil - ) - { + ) { self.isNonModelSupported = isNonModelSupported self.isRelationshipSupported = isRelationshipSupported } @@ -314,8 +304,7 @@ extension AmplifyUIBuilderClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -462,8 +451,7 @@ extension AmplifyUIBuilderClientTypes { relatedModelFields: [Swift.String]? = nil, relatedModelName: Swift.String? = nil, type: AmplifyUIBuilderClientTypes.GenericDataRelationshipType? = nil - ) - { + ) { self.associatedFields = associatedFields self.belongsToFieldOnRelatedModel = belongsToFieldOnRelatedModel self.canUnlinkAssociatedModel = canUnlinkAssociatedModel @@ -506,8 +494,7 @@ extension AmplifyUIBuilderClientTypes { readOnly: Swift.Bool? = nil, relationship: AmplifyUIBuilderClientTypes.CodegenGenericDataRelationshipType? = nil, `required`: Swift.Bool? = nil - ) - { + ) { self.dataType = dataType self.dataTypeValue = dataTypeValue self.isArray = isArray @@ -535,8 +522,7 @@ extension AmplifyUIBuilderClientTypes { fields: [Swift.String: AmplifyUIBuilderClientTypes.CodegenGenericDataField]? = nil, isJoinTable: Swift.Bool? = nil, primaryKeys: [Swift.String]? = nil - ) - { + ) { self.fields = fields self.isJoinTable = isJoinTable self.primaryKeys = primaryKeys @@ -554,8 +540,7 @@ extension AmplifyUIBuilderClientTypes { public init( fields: [Swift.String: AmplifyUIBuilderClientTypes.CodegenGenericDataField]? = nil - ) - { + ) { self.fields = fields } } @@ -583,8 +568,7 @@ extension AmplifyUIBuilderClientTypes { enums: [Swift.String: AmplifyUIBuilderClientTypes.CodegenGenericDataEnum]? = nil, models: [Swift.String: AmplifyUIBuilderClientTypes.CodegenGenericDataModel]? = nil, nonModels: [Swift.String: AmplifyUIBuilderClientTypes.CodegenGenericDataNonModel]? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.enums = enums self.models = models @@ -628,8 +612,7 @@ extension AmplifyUIBuilderClientTypes { queriesFilePath: Swift.String? = nil, subscriptionsFilePath: Swift.String? = nil, typesFilePath: Swift.String? = nil - ) - { + ) { self.fragmentsFilePath = fragmentsFilePath self.mutationsFilePath = mutationsFilePath self.queriesFilePath = queriesFilePath @@ -779,8 +762,7 @@ extension AmplifyUIBuilderClientTypes { renderTypeDeclarations: Swift.Bool = false, script: AmplifyUIBuilderClientTypes.JSScript? = nil, target: AmplifyUIBuilderClientTypes.JSTarget? = nil - ) - { + ) { self.apiConfiguration = apiConfiguration self.dependencies = dependencies self.inlineSourceMap = inlineSourceMap @@ -885,8 +867,7 @@ extension AmplifyUIBuilderClientTypes { status: AmplifyUIBuilderClientTypes.CodegenJobStatus? = nil, statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appId = appId self.asset = asset self.autoGenerateForms = autoGenerateForms @@ -911,8 +892,7 @@ public struct GetCodegenJobOutput: Swift.Sendable { public init( job: AmplifyUIBuilderClientTypes.CodegenJob? = nil - ) - { + ) { self.job = job } } @@ -934,8 +914,7 @@ public struct ListCodegenJobsInput: Swift.Sendable { environmentName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.maxResults = maxResults @@ -967,8 +946,7 @@ extension AmplifyUIBuilderClientTypes { environmentName: Swift.String? = nil, id: Swift.String? = nil, modifiedAt: Foundation.Date? = nil - ) - { + ) { self.appId = appId self.createdAt = createdAt self.environmentName = environmentName @@ -988,8 +966,7 @@ public struct ListCodegenJobsOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.CodegenJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -1017,8 +994,7 @@ extension AmplifyUIBuilderClientTypes { genericDataSchema: AmplifyUIBuilderClientTypes.CodegenJobGenericDataSchema? = nil, renderConfig: AmplifyUIBuilderClientTypes.CodegenJobRenderConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.autoGenerateForms = autoGenerateForms self.features = features self.genericDataSchema = genericDataSchema @@ -1046,8 +1022,7 @@ public struct StartCodegenJobInput: Swift.Sendable { clientToken: Swift.String? = nil, codegenJobToCreate: AmplifyUIBuilderClientTypes.StartCodegenJobData? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.codegenJobToCreate = codegenJobToCreate @@ -1061,8 +1036,7 @@ public struct StartCodegenJobOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.CodegenJob? = nil - ) - { + ) { self.entity = entity } } @@ -1085,8 +1059,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1109,8 +1082,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1158,8 +1130,7 @@ extension AmplifyUIBuilderClientTypes { public init( direction: AmplifyUIBuilderClientTypes.SortDirection? = nil, field: Swift.String? = nil - ) - { + ) { self.direction = direction self.field = field } @@ -1178,8 +1149,7 @@ extension AmplifyUIBuilderClientTypes { public init( overrides: [Swift.String: [Swift.String: Swift.String]]? = nil, variantValues: [Swift.String: Swift.String]? = nil - ) - { + ) { self.overrides = overrides self.variantValues = variantValues } @@ -1201,8 +1171,7 @@ public struct DeleteComponentInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -1223,8 +1192,7 @@ public struct ExportComponentsInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.nextToken = nextToken @@ -1246,8 +1214,7 @@ public struct GetComponentInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -1271,8 +1238,7 @@ public struct ListComponentsInput: Swift.Sendable { environmentName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.maxResults = maxResults @@ -1306,8 +1272,7 @@ extension AmplifyUIBuilderClientTypes { environmentName: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appId = appId self.componentType = componentType self.environmentName = environmentName @@ -1327,8 +1292,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.ComponentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -1378,8 +1342,7 @@ extension AmplifyUIBuilderClientTypes { clientId: Swift.String? = nil, code: Swift.String? = nil, redirectUri: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.code = code self.redirectUri = redirectUri @@ -1403,8 +1366,7 @@ public struct ExchangeCodeForTokenInput: Swift.Sendable { public init( provider: AmplifyUIBuilderClientTypes.TokenProviders? = nil, request: AmplifyUIBuilderClientTypes.ExchangeCodeForTokenRequestBody? = nil - ) - { + ) { self.provider = provider self.request = request } @@ -1425,8 +1387,7 @@ public struct ExchangeCodeForTokenOutput: Swift.Sendable { accessToken: Swift.String? = nil, expiresIn: Swift.Int? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.expiresIn = expiresIn self.refreshToken = refreshToken @@ -1493,8 +1454,7 @@ extension AmplifyUIBuilderClientTypes { children: Swift.String? = nil, excluded: Swift.Bool? = nil, position: AmplifyUIBuilderClientTypes.FieldPosition? = nil - ) - { + ) { self.children = children self.excluded = excluded self.position = position @@ -1552,8 +1512,7 @@ extension AmplifyUIBuilderClientTypes { clear: AmplifyUIBuilderClientTypes.FormButton? = nil, position: AmplifyUIBuilderClientTypes.FormButtonsPosition? = nil, submit: AmplifyUIBuilderClientTypes.FormButton? = nil - ) - { + ) { self.cancel = cancel self.clear = clear self.position = position @@ -1607,8 +1566,7 @@ extension AmplifyUIBuilderClientTypes { public init( dataSourceType: AmplifyUIBuilderClientTypes.FormDataSourceType? = nil, dataTypeName: Swift.String? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.dataTypeName = dataTypeName } @@ -1673,8 +1631,7 @@ extension AmplifyUIBuilderClientTypes { maxFileCount: Swift.Int? = nil, maxSize: Swift.Int? = nil, showThumbnails: Swift.Bool? = nil - ) - { + ) { self.acceptedFileTypes = acceptedFileTypes self.accessLevel = accessLevel self.isResumable = isResumable @@ -1694,8 +1651,7 @@ extension AmplifyUIBuilderClientTypes { public init( model: Swift.String? = nil - ) - { + ) { self.model = model } } @@ -1713,8 +1669,7 @@ extension AmplifyUIBuilderClientTypes { public init( bindingProperties: AmplifyUIBuilderClientTypes.FormInputBindingPropertiesValueProperties? = nil, type: Swift.String? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.type = type } @@ -1734,8 +1689,7 @@ extension AmplifyUIBuilderClientTypes { public init( field: Swift.String? = nil, property: Swift.String? = nil - ) - { + ) { self.field = field self.property = property } @@ -1761,8 +1715,7 @@ extension AmplifyUIBuilderClientTypes { strValues: [Swift.String]? = nil, type: Swift.String? = nil, validationMessage: Swift.String? = nil - ) - { + ) { self.numValues = numValues self.strValues = strValues self.type = type @@ -1857,8 +1810,7 @@ extension AmplifyUIBuilderClientTypes { position: AmplifyUIBuilderClientTypes.FieldPosition? = nil, text: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.excluded = excluded self.level = level self.orientation = orientation @@ -1896,8 +1848,7 @@ extension AmplifyUIBuilderClientTypes { horizontalGap: AmplifyUIBuilderClientTypes.FormStyleConfig? = nil, outerPadding: AmplifyUIBuilderClientTypes.FormStyleConfig? = nil, verticalGap: AmplifyUIBuilderClientTypes.FormStyleConfig? = nil - ) - { + ) { self.horizontalGap = horizontalGap self.outerPadding = outerPadding self.verticalGap = verticalGap @@ -1920,8 +1871,7 @@ public struct DeleteFormInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -1942,8 +1892,7 @@ public struct ExportFormsInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.nextToken = nextToken @@ -1965,8 +1914,7 @@ public struct GetFormInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -1990,8 +1938,7 @@ public struct ListFormsInput: Swift.Sendable { environmentName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.maxResults = maxResults @@ -2029,8 +1976,7 @@ extension AmplifyUIBuilderClientTypes { formActionType: AmplifyUIBuilderClientTypes.FormActionType? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appId = appId self.dataType = dataType self.environmentName = environmentName @@ -2051,8 +1997,7 @@ public struct ListFormsOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.FormSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -2076,8 +2021,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2093,8 +2037,7 @@ public struct GetMetadataInput: Swift.Sendable { public init( appId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName } @@ -2107,8 +2050,7 @@ public struct GetMetadataOutput: Swift.Sendable { public init( features: [Swift.String: Swift.String]? = nil - ) - { + ) { self.features = features } } @@ -2120,8 +2062,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2133,8 +2074,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2149,8 +2089,7 @@ extension AmplifyUIBuilderClientTypes { public init( newValue: Swift.String? = nil - ) - { + ) { self.newValue = newValue } } @@ -2175,8 +2114,7 @@ public struct PutMetadataFlagInput: Swift.Sendable { body: AmplifyUIBuilderClientTypes.PutMetadataFlagBody? = nil, environmentName: Swift.String? = nil, featureName: Swift.String? = nil - ) - { + ) { self.appId = appId self.body = body self.environmentName = environmentName @@ -2197,8 +2135,7 @@ extension AmplifyUIBuilderClientTypes { public init( clientId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.token = token } @@ -2221,8 +2158,7 @@ public struct RefreshTokenInput: Swift.Sendable { public init( provider: AmplifyUIBuilderClientTypes.TokenProviders? = nil, refreshTokenBody: AmplifyUIBuilderClientTypes.RefreshTokenRequestBody? = nil - ) - { + ) { self.provider = provider self.refreshTokenBody = refreshTokenBody } @@ -2239,8 +2175,7 @@ public struct RefreshTokenOutput: Swift.Sendable { public init( accessToken: Swift.String? = nil, expiresIn: Swift.Int? = nil - ) - { + ) { self.accessToken = accessToken self.expiresIn = expiresIn } @@ -2262,8 +2197,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2289,8 +2223,7 @@ public struct DeleteThemeInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -2311,8 +2244,7 @@ public struct ExportThemesInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.nextToken = nextToken @@ -2334,8 +2266,7 @@ public struct GetThemeInput: Swift.Sendable { appId: Swift.String? = nil, environmentName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -2359,8 +2290,7 @@ public struct ListThemesInput: Swift.Sendable { environmentName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.maxResults = maxResults @@ -2390,8 +2320,7 @@ extension AmplifyUIBuilderClientTypes { environmentName: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appId = appId self.environmentName = environmentName self.id = id @@ -2410,8 +2339,7 @@ public struct ListThemesOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.ThemeSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -2428,8 +2356,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2455,8 +2382,7 @@ extension AmplifyUIBuilderClientTypes { bindingProperties: AmplifyUIBuilderClientTypes.FormInputValuePropertyBindingProperties? = nil, concat: [AmplifyUIBuilderClientTypes.FormInputValueProperty]? = nil, value: Swift.String? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.concat = concat self.value = value @@ -2476,8 +2402,7 @@ extension AmplifyUIBuilderClientTypes { public init( children: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil, value: Swift.String? = nil - ) - { + ) { self.children = children self.value = value } @@ -2496,8 +2421,7 @@ extension AmplifyUIBuilderClientTypes { public init( key: Swift.String? = nil, value: AmplifyUIBuilderClientTypes.ThemeValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -2528,8 +2452,7 @@ extension AmplifyUIBuilderClientTypes { operandType: Swift.String? = nil, `operator`: Swift.String? = nil, or: [AmplifyUIBuilderClientTypes.Predicate]? = nil - ) - { + ) { self.and = and self.field = field self.operand = operand @@ -2570,8 +2493,7 @@ extension AmplifyUIBuilderClientTypes { predicates: [AmplifyUIBuilderClientTypes.Predicate]? = nil, slotName: Swift.String? = nil, userAttribute: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.defaultValue = defaultValue self.field = field @@ -2603,8 +2525,7 @@ extension AmplifyUIBuilderClientTypes { model: Swift.String? = nil, predicate: AmplifyUIBuilderClientTypes.Predicate? = nil, sort: [AmplifyUIBuilderClientTypes.SortProperty]? = nil - ) - { + ) { self.identifiers = identifiers self.model = model self.predicate = predicate @@ -2664,8 +2585,7 @@ extension AmplifyUIBuilderClientTypes { type: Swift.String? = nil, userAttribute: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.bindings = bindings self.collectionBindingProperties = collectionBindingProperties @@ -2698,8 +2618,7 @@ extension AmplifyUIBuilderClientTypes { public init( displayValue: AmplifyUIBuilderClientTypes.FormInputValueProperty? = nil, value: AmplifyUIBuilderClientTypes.FormInputValueProperty? = nil - ) - { + ) { self.displayValue = displayValue self.value = value } @@ -2721,8 +2640,7 @@ extension AmplifyUIBuilderClientTypes { bindingProperties: AmplifyUIBuilderClientTypes.ComponentBindingPropertiesValueProperties? = nil, defaultValue: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.defaultValue = defaultValue self.type = type @@ -2750,8 +2668,7 @@ extension AmplifyUIBuilderClientTypes { overrides: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil, tags: [Swift.String: Swift.String]? = nil, values: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil - ) - { + ) { self.name = name self.overrides = overrides self.tags = tags @@ -2799,8 +2716,7 @@ extension AmplifyUIBuilderClientTypes { overrides: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil, tags: [Swift.String: Swift.String]? = nil, values: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil - ) - { + ) { self.appId = appId self.createdAt = createdAt self.environmentName = environmentName @@ -2833,8 +2749,7 @@ extension AmplifyUIBuilderClientTypes { name: Swift.String? = nil, overrides: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil, values: [AmplifyUIBuilderClientTypes.ThemeValues]? = nil - ) - { + ) { self.id = id self.name = name self.overrides = overrides @@ -2861,8 +2776,7 @@ extension AmplifyUIBuilderClientTypes { componentName: Swift.String? = nil, property: Swift.String? = nil, `set`: AmplifyUIBuilderClientTypes.ComponentProperty? = nil - ) - { + ) { self.componentName = componentName self.property = property self.`set` = `set` @@ -2897,8 +2811,7 @@ extension AmplifyUIBuilderClientTypes { `operator`: Swift.String? = nil, property: Swift.String? = nil, then: AmplifyUIBuilderClientTypes.ComponentProperty? = nil - ) - { + ) { self.`else` = `else` self.field = field self.operand = operand @@ -2923,8 +2836,7 @@ extension AmplifyUIBuilderClientTypes { public init( bindingProperties: [Swift.String: AmplifyUIBuilderClientTypes.FormInputBindingPropertiesValue]? = nil, values: [AmplifyUIBuilderClientTypes.ValueMapping]? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.values = values } @@ -2949,8 +2861,7 @@ public struct CreateThemeInput: Swift.Sendable { clientToken: Swift.String? = nil, environmentName: Swift.String? = nil, themeToCreate: AmplifyUIBuilderClientTypes.CreateThemeData? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.environmentName = environmentName @@ -2964,8 +2875,7 @@ public struct CreateThemeOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Theme? = nil - ) - { + ) { self.entity = entity } } @@ -2976,8 +2886,7 @@ public struct GetThemeOutput: Swift.Sendable { public init( theme: AmplifyUIBuilderClientTypes.Theme? = nil - ) - { + ) { self.theme = theme } } @@ -3004,8 +2913,7 @@ public struct UpdateThemeInput: Swift.Sendable { environmentName: Swift.String? = nil, id: Swift.String? = nil, updatedTheme: AmplifyUIBuilderClientTypes.UpdateThemeData? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.environmentName = environmentName @@ -3020,8 +2928,7 @@ public struct UpdateThemeOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Theme? = nil - ) - { + ) { self.entity = entity } } @@ -3081,8 +2988,7 @@ extension AmplifyUIBuilderClientTypes { type: Swift.String? = nil, value: Swift.String? = nil, valueMappings: AmplifyUIBuilderClientTypes.ValueMappings? = nil - ) - { + ) { self.defaultChecked = defaultChecked self.defaultCountryCode = defaultCountryCode self.defaultValue = defaultValue @@ -3113,8 +3019,7 @@ public struct ExportThemesOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.Theme]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -3141,8 +3046,7 @@ extension AmplifyUIBuilderClientTypes { label: Swift.String? = nil, position: AmplifyUIBuilderClientTypes.FieldPosition? = nil, validations: [AmplifyUIBuilderClientTypes.FieldValidationConfiguration]? = nil - ) - { + ) { self.excluded = excluded self.inputType = inputType self.label = label @@ -3195,8 +3099,7 @@ extension AmplifyUIBuilderClientTypes { sectionalElements: [Swift.String: AmplifyUIBuilderClientTypes.SectionalElement]? = nil, style: AmplifyUIBuilderClientTypes.FormStyle? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cta = cta self.dataType = dataType self.fields = fields @@ -3266,8 +3169,7 @@ extension AmplifyUIBuilderClientTypes { sectionalElements: [Swift.String: AmplifyUIBuilderClientTypes.SectionalElement]? = nil, style: AmplifyUIBuilderClientTypes.FormStyle? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appId = appId self.cta = cta self.dataType = dataType @@ -3318,8 +3220,7 @@ extension AmplifyUIBuilderClientTypes { schemaVersion: Swift.String? = nil, sectionalElements: [Swift.String: AmplifyUIBuilderClientTypes.SectionalElement]? = nil, style: AmplifyUIBuilderClientTypes.FormStyle? = nil - ) - { + ) { self.cta = cta self.dataType = dataType self.fields = fields @@ -3351,8 +3252,7 @@ public struct CreateFormInput: Swift.Sendable { clientToken: Swift.String? = nil, environmentName: Swift.String? = nil, formToCreate: AmplifyUIBuilderClientTypes.CreateFormData? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.environmentName = environmentName @@ -3366,8 +3266,7 @@ public struct CreateFormOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Form? = nil - ) - { + ) { self.entity = entity } } @@ -3378,8 +3277,7 @@ public struct GetFormOutput: Swift.Sendable { public init( form: AmplifyUIBuilderClientTypes.Form? = nil - ) - { + ) { self.form = form } } @@ -3406,8 +3304,7 @@ public struct UpdateFormInput: Swift.Sendable { environmentName: Swift.String? = nil, id: Swift.String? = nil, updatedForm: AmplifyUIBuilderClientTypes.UpdateFormData? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.environmentName = environmentName @@ -3422,8 +3319,7 @@ public struct UpdateFormOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Form? = nil - ) - { + ) { self.entity = entity } } @@ -3438,8 +3334,7 @@ public struct ExportFormsOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.Form]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -3478,8 +3373,7 @@ extension AmplifyUIBuilderClientTypes { target: AmplifyUIBuilderClientTypes.ComponentProperty? = nil, type: AmplifyUIBuilderClientTypes.ComponentProperty? = nil, url: AmplifyUIBuilderClientTypes.ComponentProperty? = nil - ) - { + ) { self.anchor = anchor self.fields = fields self.global = global @@ -3508,8 +3402,7 @@ extension AmplifyUIBuilderClientTypes { action: Swift.String? = nil, bindingEvent: Swift.String? = nil, parameters: AmplifyUIBuilderClientTypes.ActionParameters? = nil - ) - { + ) { self.action = action self.bindingEvent = bindingEvent self.parameters = parameters @@ -3544,8 +3437,7 @@ extension AmplifyUIBuilderClientTypes { name: Swift.String? = nil, properties: [Swift.String: AmplifyUIBuilderClientTypes.ComponentProperty]? = nil, sourceId: Swift.String? = nil - ) - { + ) { self.children = children self.componentType = componentType self.events = events @@ -3623,8 +3515,7 @@ extension AmplifyUIBuilderClientTypes { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, variants: [AmplifyUIBuilderClientTypes.ComponentVariant]? = nil - ) - { + ) { self.appId = appId self.bindingProperties = bindingProperties self.children = children @@ -3694,8 +3585,7 @@ extension AmplifyUIBuilderClientTypes { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, variants: [AmplifyUIBuilderClientTypes.ComponentVariant]? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.children = children self.collectionProperties = collectionProperties @@ -3754,8 +3644,7 @@ extension AmplifyUIBuilderClientTypes { schemaVersion: Swift.String? = nil, sourceId: Swift.String? = nil, variants: [AmplifyUIBuilderClientTypes.ComponentVariant]? = nil - ) - { + ) { self.bindingProperties = bindingProperties self.children = children self.collectionProperties = collectionProperties @@ -3790,8 +3679,7 @@ public struct CreateComponentInput: Swift.Sendable { clientToken: Swift.String? = nil, componentToCreate: AmplifyUIBuilderClientTypes.CreateComponentData? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.componentToCreate = componentToCreate @@ -3805,8 +3693,7 @@ public struct CreateComponentOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Component? = nil - ) - { + ) { self.entity = entity } } @@ -3817,8 +3704,7 @@ public struct GetComponentOutput: Swift.Sendable { public init( component: AmplifyUIBuilderClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -3845,8 +3731,7 @@ public struct UpdateComponentInput: Swift.Sendable { environmentName: Swift.String? = nil, id: Swift.String? = nil, updatedComponent: AmplifyUIBuilderClientTypes.UpdateComponentData? = nil - ) - { + ) { self.appId = appId self.clientToken = clientToken self.environmentName = environmentName @@ -3861,8 +3746,7 @@ public struct UpdateComponentOutput: Swift.Sendable { public init( entity: AmplifyUIBuilderClientTypes.Component? = nil - ) - { + ) { self.entity = entity } } @@ -3877,8 +3761,7 @@ public struct ExportComponentsOutput: Swift.Sendable { public init( entities: [AmplifyUIBuilderClientTypes.Component]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } diff --git a/Sources/Services/AWSApiGatewayManagementApi/Package.swift.txt b/Sources/Services/AWSApiGatewayManagementApi/Package.swift.txt index 0e6180259e5..fbdda9b8fc0 100644 --- a/Sources/Services/AWSApiGatewayManagementApi/Package.swift.txt +++ b/Sources/Services/AWSApiGatewayManagementApi/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,11 +53,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( @@ -69,17 +65,21 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/ApiGatewayManagementApiClient.swift b/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/ApiGatewayManagementApiClient.swift index 853bc59fbe1..fb794e42f84 100644 --- a/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/ApiGatewayManagementApiClient.swift +++ b/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/ApiGatewayManagementApiClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApiGatewayManagementApiClient: ClientRuntime.Client { public static let clientName = "ApiGatewayManagementApiClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApiGatewayManagementApiClient.ApiGatewayManagementApiClientConfiguration let serviceName = "ApiGatewayManagementApi" diff --git a/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/Models.swift b/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/Models.swift index 94b6926ee1c..34b290744bc 100644 --- a/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/Models.swift +++ b/Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/Models.swift @@ -79,8 +79,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -91,8 +90,7 @@ public struct GetConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -110,8 +108,7 @@ extension ApiGatewayManagementApiClientTypes { public init( sourceIp: Swift.String? = nil, userAgent: Swift.String? = nil - ) - { + ) { self.sourceIp = sourceIp self.userAgent = userAgent } @@ -129,8 +126,7 @@ public struct GetConnectionOutput: Swift.Sendable { connectedAt: Foundation.Date? = nil, identity: ApiGatewayManagementApiClientTypes.Identity? = nil, lastActiveAt: Foundation.Date? = nil - ) - { + ) { self.connectedAt = connectedAt self.identity = identity self.lastActiveAt = lastActiveAt @@ -155,8 +151,7 @@ public struct PayloadTooLargeException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +167,7 @@ public struct PostToConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, data: Foundation.Data? = nil - ) - { + ) { self.connectionId = connectionId self.data = data } diff --git a/Sources/Services/AWSApiGatewayV2/Package.swift.txt b/Sources/Services/AWSApiGatewayV2/Package.swift.txt index dd3939ad42e..3060b21146f 100644 --- a/Sources/Services/AWSApiGatewayV2/Package.swift.txt +++ b/Sources/Services/AWSApiGatewayV2/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/ApiGatewayV2Client.swift b/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/ApiGatewayV2Client.swift index 52316976b14..04689180f86 100644 --- a/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/ApiGatewayV2Client.swift +++ b/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/ApiGatewayV2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApiGatewayV2Client: ClientRuntime.Client { public static let clientName = "ApiGatewayV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApiGatewayV2Client.ApiGatewayV2ClientConfiguration let serviceName = "ApiGatewayV2" diff --git a/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/Models.swift b/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/Models.swift index 2f19bc41bb1..c25e9e34b59 100644 --- a/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/Models.swift +++ b/Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/Models.swift @@ -139,8 +139,7 @@ extension ApiGatewayV2ClientTypes { allowOrigins: [Swift.String]? = nil, exposeHeaders: [Swift.String]? = nil, maxAge: Swift.Int? = nil - ) - { + ) { self.allowCredentials = allowCredentials self.allowHeaders = allowHeaders self.allowMethods = allowMethods @@ -238,8 +237,7 @@ extension ApiGatewayV2ClientTypes { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -280,8 +278,7 @@ extension ApiGatewayV2ClientTypes { apiMappingId: Swift.String? = nil, apiMappingKey: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingId = apiMappingId self.apiMappingKey = apiMappingKey @@ -332,8 +329,7 @@ extension ApiGatewayV2ClientTypes { public init( audience: [Swift.String]? = nil, issuer: Swift.String? = nil - ) - { + ) { self.audience = audience self.issuer = issuer } @@ -380,8 +376,7 @@ extension ApiGatewayV2ClientTypes { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerId = authorizerId self.authorizerPayloadFormatVersion = authorizerPayloadFormatVersion @@ -454,8 +449,7 @@ extension ApiGatewayV2ClientTypes { deploymentStatus: ApiGatewayV2ClientTypes.DeploymentStatus? = nil, deploymentStatusMessage: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.autoDeployed = autoDeployed self.createdDate = createdDate self.deploymentId = deploymentId @@ -598,8 +592,7 @@ extension ApiGatewayV2ClientTypes { hostedZoneId: Swift.String? = nil, ownershipVerificationCertificateArn: Swift.String? = nil, securityPolicy: ApiGatewayV2ClientTypes.SecurityPolicy? = nil - ) - { + ) { self.apiGatewayDomainName = apiGatewayDomainName self.certificateArn = certificateArn self.certificateName = certificateName @@ -628,8 +621,7 @@ extension ApiGatewayV2ClientTypes { truststoreUri: Swift.String? = nil, truststoreVersion: Swift.String? = nil, truststoreWarnings: [Swift.String]? = nil - ) - { + ) { self.truststoreUri = truststoreUri self.truststoreVersion = truststoreVersion self.truststoreWarnings = truststoreWarnings @@ -659,8 +651,7 @@ extension ApiGatewayV2ClientTypes { domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthentication? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiMappingSelectionExpression = apiMappingSelectionExpression self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations @@ -811,8 +802,7 @@ extension ApiGatewayV2ClientTypes { public init( serverNameToVerify: Swift.String? = nil - ) - { + ) { self.serverNameToVerify = serverNameToVerify } } @@ -884,8 +874,7 @@ extension ApiGatewayV2ClientTypes { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfig? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.connectionId = connectionId self.connectionType = connectionType @@ -935,8 +924,7 @@ extension ApiGatewayV2ClientTypes { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.contentHandlingStrategy = contentHandlingStrategy self.integrationResponseId = integrationResponseId self.integrationResponseKey = integrationResponseKey @@ -969,8 +957,7 @@ extension ApiGatewayV2ClientTypes { modelId: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.modelId = modelId @@ -1025,8 +1012,7 @@ extension ApiGatewayV2ClientTypes { public init( `required`: Swift.Bool? = nil - ) - { + ) { self.`required` = `required` } } @@ -1078,8 +1064,7 @@ extension ApiGatewayV2ClientTypes { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -1119,8 +1104,7 @@ extension ApiGatewayV2ClientTypes { responseParameters: [Swift.String: ApiGatewayV2ClientTypes.ParameterConstraints]? = nil, routeResponseId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels self.responseParameters = responseParameters @@ -1142,8 +1126,7 @@ extension ApiGatewayV2ClientTypes { public init( destinationArn: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.format = format } @@ -1204,8 +1187,7 @@ extension ApiGatewayV2ClientTypes { loggingLevel: ApiGatewayV2ClientTypes.LoggingLevel? = nil, throttlingBurstLimit: Swift.Int? = nil, throttlingRateLimit: Swift.Double? = nil - ) - { + ) { self.dataTraceEnabled = dataTraceEnabled self.detailedMetricsEnabled = detailedMetricsEnabled self.loggingLevel = loggingLevel @@ -1264,8 +1246,7 @@ extension ApiGatewayV2ClientTypes { stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiGatewayManaged = apiGatewayManaged self.autoDeploy = autoDeploy @@ -1387,8 +1368,7 @@ extension ApiGatewayV2ClientTypes { vpcLinkStatus: ApiGatewayV2ClientTypes.VpcLinkStatus? = nil, vpcLinkStatusMessage: Swift.String? = nil, vpcLinkVersion: ApiGatewayV2ClientTypes.VpcLinkVersion? = nil - ) - { + ) { self.createdDate = createdDate self.name = name self.securityGroupIds = securityGroupIds @@ -1419,8 +1399,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1444,8 +1423,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1469,8 +1447,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1497,8 +1474,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -1526,8 +1502,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( limitType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.limitType = limitType self.properties.message = message } @@ -1578,8 +1553,7 @@ public struct CreateApiInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, target: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.apiKeySelectionExpression = apiKeySelectionExpression self.corsConfiguration = corsConfiguration self.credentialsArn = credentialsArn @@ -1647,8 +1621,7 @@ public struct CreateApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -1687,8 +1660,7 @@ public struct CreateApiMappingInput: Swift.Sendable { apiMappingKey: Swift.String? = nil, domainName: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingKey = apiMappingKey self.domainName = domainName @@ -1711,8 +1683,7 @@ public struct CreateApiMappingOutput: Swift.Sendable { apiMappingId: Swift.String? = nil, apiMappingKey: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingId = apiMappingId self.apiMappingKey = apiMappingKey @@ -1761,8 +1732,7 @@ public struct CreateAuthorizerInput: Swift.Sendable { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerPayloadFormatVersion = authorizerPayloadFormatVersion @@ -1813,8 +1783,7 @@ public struct CreateAuthorizerOutput: Swift.Sendable { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerId = authorizerId self.authorizerPayloadFormatVersion = authorizerPayloadFormatVersion @@ -1843,8 +1812,7 @@ public struct CreateDeploymentInput: Swift.Sendable { apiId: Swift.String? = nil, description: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.description = description self.stageName = stageName @@ -1872,8 +1840,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { deploymentStatus: ApiGatewayV2ClientTypes.DeploymentStatus? = nil, deploymentStatusMessage: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.autoDeployed = autoDeployed self.createdDate = createdDate self.deploymentId = deploymentId @@ -1894,8 +1861,7 @@ extension ApiGatewayV2ClientTypes { public init( truststoreUri: Swift.String? = nil, truststoreVersion: Swift.String? = nil - ) - { + ) { self.truststoreUri = truststoreUri self.truststoreVersion = truststoreVersion } @@ -1919,8 +1885,7 @@ public struct CreateDomainNameInput: Swift.Sendable { domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthenticationInput? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations self.mutualTlsAuthentication = mutualTlsAuthentication @@ -1946,8 +1911,7 @@ public struct CreateDomainNameOutput: Swift.Sendable { domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthentication? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiMappingSelectionExpression = apiMappingSelectionExpression self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations @@ -1965,8 +1929,7 @@ extension ApiGatewayV2ClientTypes { public init( serverNameToVerify: Swift.String? = nil - ) - { + ) { self.serverNameToVerify = serverNameToVerify } } @@ -2032,8 +1995,7 @@ public struct CreateIntegrationInput: Swift.Sendable { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfigInput? = nil - ) - { + ) { self.apiId = apiId self.connectionId = connectionId self.connectionType = connectionType @@ -2118,8 +2080,7 @@ public struct CreateIntegrationOutput: Swift.Sendable { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfig? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.connectionId = connectionId self.connectionType = connectionType @@ -2171,8 +2132,7 @@ public struct CreateIntegrationResponseInput: Swift.Sendable { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.contentHandlingStrategy = contentHandlingStrategy self.integrationId = integrationId @@ -2204,8 +2164,7 @@ public struct CreateIntegrationResponseOutput: Swift.Sendable { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.contentHandlingStrategy = contentHandlingStrategy self.integrationResponseId = integrationResponseId self.integrationResponseKey = integrationResponseKey @@ -2237,8 +2196,7 @@ public struct CreateModelInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.contentType = contentType self.description = description @@ -2265,8 +2223,7 @@ public struct CreateModelOutput: Swift.Sendable { modelId: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.modelId = modelId @@ -2317,8 +2274,7 @@ public struct CreateRouteInput: Swift.Sendable { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -2376,8 +2332,7 @@ public struct CreateRouteOutput: Swift.Sendable { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -2419,8 +2374,7 @@ public struct CreateRouteResponseInput: Swift.Sendable { responseParameters: [Swift.String: ApiGatewayV2ClientTypes.ParameterConstraints]? = nil, routeId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels @@ -2448,8 +2402,7 @@ public struct CreateRouteResponseOutput: Swift.Sendable { responseParameters: [Swift.String: ApiGatewayV2ClientTypes.ParameterConstraints]? = nil, routeResponseId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels self.responseParameters = responseParameters @@ -2497,8 +2450,7 @@ public struct CreateStageInput: Swift.Sendable { stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiId = apiId self.autoDeploy = autoDeploy @@ -2558,8 +2510,7 @@ public struct CreateStageOutput: Swift.Sendable { stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiGatewayManaged = apiGatewayManaged self.autoDeploy = autoDeploy @@ -2595,8 +2546,7 @@ public struct CreateVpcLinkInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -2634,8 +2584,7 @@ public struct CreateVpcLinkOutput: Swift.Sendable { vpcLinkStatus: ApiGatewayV2ClientTypes.VpcLinkStatus? = nil, vpcLinkStatusMessage: Swift.String? = nil, vpcLinkVersion: ApiGatewayV2ClientTypes.VpcLinkVersion? = nil - ) - { + ) { self.createdDate = createdDate self.name = name self.securityGroupIds = securityGroupIds @@ -2659,8 +2608,7 @@ public struct DeleteAccessLogSettingsInput: Swift.Sendable { public init( apiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.stageName = stageName } @@ -2673,8 +2621,7 @@ public struct DeleteApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -2690,8 +2637,7 @@ public struct DeleteApiMappingInput: Swift.Sendable { public init( apiMappingId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.apiMappingId = apiMappingId self.domainName = domainName } @@ -2708,8 +2654,7 @@ public struct DeleteAuthorizerInput: Swift.Sendable { public init( apiId: Swift.String? = nil, authorizerId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.authorizerId = authorizerId } @@ -2722,8 +2667,7 @@ public struct DeleteCorsConfigurationInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -2739,8 +2683,7 @@ public struct DeleteDeploymentInput: Swift.Sendable { public init( apiId: Swift.String? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.deploymentId = deploymentId } @@ -2753,8 +2696,7 @@ public struct DeleteDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2770,8 +2712,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( apiId: Swift.String? = nil, integrationId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.integrationId = integrationId } @@ -2792,8 +2733,7 @@ public struct DeleteIntegrationResponseInput: Swift.Sendable { apiId: Swift.String? = nil, integrationId: Swift.String? = nil, integrationResponseId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.integrationId = integrationId self.integrationResponseId = integrationResponseId @@ -2811,8 +2751,7 @@ public struct DeleteModelInput: Swift.Sendable { public init( apiId: Swift.String? = nil, modelId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.modelId = modelId } @@ -2829,8 +2768,7 @@ public struct DeleteRouteInput: Swift.Sendable { public init( apiId: Swift.String? = nil, routeId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.routeId = routeId } @@ -2851,8 +2789,7 @@ public struct DeleteRouteRequestParameterInput: Swift.Sendable { apiId: Swift.String? = nil, requestParameterKey: Swift.String? = nil, routeId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.requestParameterKey = requestParameterKey self.routeId = routeId @@ -2874,8 +2811,7 @@ public struct DeleteRouteResponseInput: Swift.Sendable { apiId: Swift.String? = nil, routeId: Swift.String? = nil, routeResponseId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.routeId = routeId self.routeResponseId = routeResponseId @@ -2897,8 +2833,7 @@ public struct DeleteRouteSettingsInput: Swift.Sendable { apiId: Swift.String? = nil, routeKey: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.routeKey = routeKey self.stageName = stageName @@ -2916,8 +2851,7 @@ public struct DeleteStageInput: Swift.Sendable { public init( apiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.stageName = stageName } @@ -2930,8 +2864,7 @@ public struct DeleteVpcLinkInput: Swift.Sendable { public init( vpcLinkId: Swift.String? = nil - ) - { + ) { self.vpcLinkId = vpcLinkId } } @@ -2965,8 +2898,7 @@ public struct ExportApiInput: Swift.Sendable { outputType: Swift.String? = nil, specification: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.exportVersion = exportVersion self.includeExtensions = includeExtensions @@ -2982,8 +2914,7 @@ public struct ExportApiOutput: Swift.Sendable { public init( body: Foundation.Data? = nil - ) - { + ) { self.body = body } } @@ -2995,8 +2926,7 @@ public struct GetApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3052,8 +2982,7 @@ public struct GetApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -3084,8 +3013,7 @@ public struct GetApiMappingInput: Swift.Sendable { public init( apiMappingId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.apiMappingId = apiMappingId self.domainName = domainName } @@ -3106,8 +3034,7 @@ public struct GetApiMappingOutput: Swift.Sendable { apiMappingId: Swift.String? = nil, apiMappingKey: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingId = apiMappingId self.apiMappingKey = apiMappingKey @@ -3128,8 +3055,7 @@ public struct GetApiMappingsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -3145,8 +3071,7 @@ public struct GetApiMappingsOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.ApiMapping]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3161,8 +3086,7 @@ public struct GetApisInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3177,8 +3101,7 @@ public struct GetApisOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Api]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3195,8 +3118,7 @@ public struct GetAuthorizerInput: Swift.Sendable { public init( apiId: Swift.String? = nil, authorizerId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.authorizerId = authorizerId } @@ -3238,8 +3160,7 @@ public struct GetAuthorizerOutput: Swift.Sendable { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerId = authorizerId self.authorizerPayloadFormatVersion = authorizerPayloadFormatVersion @@ -3267,8 +3188,7 @@ public struct GetAuthorizersInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -3284,8 +3204,7 @@ public struct GetAuthorizersOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Authorizer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3302,8 +3221,7 @@ public struct GetDeploymentInput: Swift.Sendable { public init( apiId: Swift.String? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.deploymentId = deploymentId } @@ -3330,8 +3248,7 @@ public struct GetDeploymentOutput: Swift.Sendable { deploymentStatus: ApiGatewayV2ClientTypes.DeploymentStatus? = nil, deploymentStatusMessage: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.autoDeployed = autoDeployed self.createdDate = createdDate self.deploymentId = deploymentId @@ -3354,8 +3271,7 @@ public struct GetDeploymentsInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -3371,8 +3287,7 @@ public struct GetDeploymentsOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Deployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3385,8 +3300,7 @@ public struct GetDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3409,8 +3323,7 @@ public struct GetDomainNameOutput: Swift.Sendable { domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthentication? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiMappingSelectionExpression = apiMappingSelectionExpression self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations @@ -3428,8 +3341,7 @@ public struct GetDomainNamesInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3444,8 +3356,7 @@ public struct GetDomainNamesOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.DomainName]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3462,8 +3373,7 @@ public struct GetIntegrationInput: Swift.Sendable { public init( apiId: Swift.String? = nil, integrationId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.integrationId = integrationId } @@ -3532,8 +3442,7 @@ public struct GetIntegrationOutput: Swift.Sendable { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfig? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.connectionId = connectionId self.connectionType = connectionType @@ -3572,8 +3481,7 @@ public struct GetIntegrationResponseInput: Swift.Sendable { apiId: Swift.String? = nil, integrationId: Swift.String? = nil, integrationResponseId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.integrationId = integrationId self.integrationResponseId = integrationResponseId @@ -3601,8 +3509,7 @@ public struct GetIntegrationResponseOutput: Swift.Sendable { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.contentHandlingStrategy = contentHandlingStrategy self.integrationResponseId = integrationResponseId self.integrationResponseKey = integrationResponseKey @@ -3629,8 +3536,7 @@ public struct GetIntegrationResponsesInput: Swift.Sendable { integrationId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.integrationId = integrationId self.maxResults = maxResults @@ -3647,8 +3553,7 @@ public struct GetIntegrationResponsesOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.IntegrationResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3667,8 +3572,7 @@ public struct GetIntegrationsInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -3684,8 +3588,7 @@ public struct GetIntegrationsOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Integration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3702,8 +3605,7 @@ public struct GetModelInput: Swift.Sendable { public init( apiId: Swift.String? = nil, modelId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.modelId = modelId } @@ -3727,8 +3629,7 @@ public struct GetModelOutput: Swift.Sendable { modelId: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.modelId = modelId @@ -3750,8 +3651,7 @@ public struct GetModelsInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -3767,8 +3667,7 @@ public struct GetModelsOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Model]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3785,8 +3684,7 @@ public struct GetModelTemplateInput: Swift.Sendable { public init( apiId: Swift.String? = nil, modelId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.modelId = modelId } @@ -3798,8 +3696,7 @@ public struct GetModelTemplateOutput: Swift.Sendable { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -3815,8 +3712,7 @@ public struct GetRouteInput: Swift.Sendable { public init( apiId: Swift.String? = nil, routeId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.routeId = routeId } @@ -3864,8 +3760,7 @@ public struct GetRouteOutput: Swift.Sendable { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -3897,8 +3792,7 @@ public struct GetRouteResponseInput: Swift.Sendable { apiId: Swift.String? = nil, routeId: Swift.String? = nil, routeResponseId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.routeId = routeId self.routeResponseId = routeResponseId @@ -3923,8 +3817,7 @@ public struct GetRouteResponseOutput: Swift.Sendable { responseParameters: [Swift.String: ApiGatewayV2ClientTypes.ParameterConstraints]? = nil, routeResponseId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels self.responseParameters = responseParameters @@ -3950,8 +3843,7 @@ public struct GetRouteResponsesInput: Swift.Sendable { maxResults: Swift.String? = nil, nextToken: Swift.String? = nil, routeId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -3968,8 +3860,7 @@ public struct GetRouteResponsesOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.RouteResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3988,8 +3879,7 @@ public struct GetRoutesInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4005,8 +3895,7 @@ public struct GetRoutesOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Route]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4023,8 +3912,7 @@ public struct GetStageInput: Swift.Sendable { public init( apiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.stageName = stageName } @@ -4075,8 +3963,7 @@ public struct GetStageOutput: Swift.Sendable { stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiGatewayManaged = apiGatewayManaged self.autoDeploy = autoDeploy @@ -4107,8 +3994,7 @@ public struct GetStagesInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4124,8 +4010,7 @@ public struct GetStagesOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.Stage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4138,8 +4023,7 @@ public struct GetTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4150,8 +4034,7 @@ public struct GetTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4163,8 +4046,7 @@ public struct GetVpcLinkInput: Swift.Sendable { public init( vpcLinkId: Swift.String? = nil - ) - { + ) { self.vpcLinkId = vpcLinkId } } @@ -4199,8 +4081,7 @@ public struct GetVpcLinkOutput: Swift.Sendable { vpcLinkStatus: ApiGatewayV2ClientTypes.VpcLinkStatus? = nil, vpcLinkStatusMessage: Swift.String? = nil, vpcLinkVersion: ApiGatewayV2ClientTypes.VpcLinkVersion? = nil - ) - { + ) { self.createdDate = createdDate self.name = name self.securityGroupIds = securityGroupIds @@ -4222,8 +4103,7 @@ public struct GetVpcLinksInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4238,8 +4118,7 @@ public struct GetVpcLinksOutput: Swift.Sendable { public init( items: [ApiGatewayV2ClientTypes.VpcLink]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4259,8 +4138,7 @@ public struct ImportApiInput: Swift.Sendable { basepath: Swift.String? = nil, body: Swift.String? = nil, failOnWarnings: Swift.Bool? = nil - ) - { + ) { self.basepath = basepath self.body = body self.failOnWarnings = failOnWarnings @@ -4318,8 +4196,7 @@ public struct ImportApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -4357,8 +4234,7 @@ public struct ReimportApiInput: Swift.Sendable { basepath: Swift.String? = nil, body: Swift.String? = nil, failOnWarnings: Swift.Bool? = nil - ) - { + ) { self.apiId = apiId self.basepath = basepath self.body = body @@ -4417,8 +4293,7 @@ public struct ReimportApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -4449,8 +4324,7 @@ public struct ResetAuthorizersCacheInput: Swift.Sendable { public init( apiId: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.stageName = stageName } @@ -4467,8 +4341,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4490,8 +4363,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4538,8 +4410,7 @@ public struct UpdateApiInput: Swift.Sendable { routeSelectionExpression: Swift.String? = nil, target: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiKeySelectionExpression = apiKeySelectionExpression self.corsConfiguration = corsConfiguration @@ -4606,8 +4477,7 @@ public struct UpdateApiOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiGatewayManaged = apiGatewayManaged self.apiId = apiId @@ -4649,8 +4519,7 @@ public struct UpdateApiMappingInput: Swift.Sendable { apiMappingKey: Swift.String? = nil, domainName: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingId = apiMappingId self.apiMappingKey = apiMappingKey @@ -4674,8 +4543,7 @@ public struct UpdateApiMappingOutput: Swift.Sendable { apiMappingId: Swift.String? = nil, apiMappingKey: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiMappingId = apiMappingId self.apiMappingKey = apiMappingKey @@ -4725,8 +4593,7 @@ public struct UpdateAuthorizerInput: Swift.Sendable { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerId = authorizerId @@ -4778,8 +4645,7 @@ public struct UpdateAuthorizerOutput: Swift.Sendable { identityValidationExpression: Swift.String? = nil, jwtConfiguration: ApiGatewayV2ClientTypes.JWTConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.authorizerCredentialsArn = authorizerCredentialsArn self.authorizerId = authorizerId self.authorizerPayloadFormatVersion = authorizerPayloadFormatVersion @@ -4809,8 +4675,7 @@ public struct UpdateDeploymentInput: Swift.Sendable { apiId: Swift.String? = nil, deploymentId: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.deploymentId = deploymentId self.description = description @@ -4838,8 +4703,7 @@ public struct UpdateDeploymentOutput: Swift.Sendable { deploymentStatus: ApiGatewayV2ClientTypes.DeploymentStatus? = nil, deploymentStatusMessage: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.autoDeployed = autoDeployed self.createdDate = createdDate self.deploymentId = deploymentId @@ -4863,8 +4727,7 @@ public struct UpdateDomainNameInput: Swift.Sendable { domainName: Swift.String? = nil, domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthenticationInput? = nil - ) - { + ) { self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations self.mutualTlsAuthentication = mutualTlsAuthentication @@ -4889,8 +4752,7 @@ public struct UpdateDomainNameOutput: Swift.Sendable { domainNameConfigurations: [ApiGatewayV2ClientTypes.DomainNameConfiguration]? = nil, mutualTlsAuthentication: ApiGatewayV2ClientTypes.MutualTlsAuthentication? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiMappingSelectionExpression = apiMappingSelectionExpression self.domainName = domainName self.domainNameConfigurations = domainNameConfigurations @@ -4962,8 +4824,7 @@ public struct UpdateIntegrationInput: Swift.Sendable { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfigInput? = nil - ) - { + ) { self.apiId = apiId self.connectionId = connectionId self.connectionType = connectionType @@ -5049,8 +4910,7 @@ public struct UpdateIntegrationOutput: Swift.Sendable { templateSelectionExpression: Swift.String? = nil, timeoutInMillis: Swift.Int? = nil, tlsConfig: ApiGatewayV2ClientTypes.TlsConfig? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.connectionId = connectionId self.connectionType = connectionType @@ -5105,8 +4965,7 @@ public struct UpdateIntegrationResponseInput: Swift.Sendable { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.contentHandlingStrategy = contentHandlingStrategy self.integrationId = integrationId @@ -5139,8 +4998,7 @@ public struct UpdateIntegrationResponseOutput: Swift.Sendable { responseParameters: [Swift.String: Swift.String]? = nil, responseTemplates: [Swift.String: Swift.String]? = nil, templateSelectionExpression: Swift.String? = nil - ) - { + ) { self.contentHandlingStrategy = contentHandlingStrategy self.integrationResponseId = integrationResponseId self.integrationResponseKey = integrationResponseKey @@ -5174,8 +5032,7 @@ public struct UpdateModelInput: Swift.Sendable { modelId: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.contentType = contentType self.description = description @@ -5203,8 +5060,7 @@ public struct UpdateModelOutput: Swift.Sendable { modelId: Swift.String? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.description = description self.modelId = modelId @@ -5258,8 +5114,7 @@ public struct UpdateRouteInput: Swift.Sendable { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -5318,8 +5173,7 @@ public struct UpdateRouteOutput: Swift.Sendable { routeKey: Swift.String? = nil, routeResponseSelectionExpression: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.apiGatewayManaged = apiGatewayManaged self.apiKeyRequired = apiKeyRequired self.authorizationScopes = authorizationScopes @@ -5364,8 +5218,7 @@ public struct UpdateRouteResponseInput: Swift.Sendable { routeId: Swift.String? = nil, routeResponseId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels @@ -5394,8 +5247,7 @@ public struct UpdateRouteResponseOutput: Swift.Sendable { responseParameters: [Swift.String: ApiGatewayV2ClientTypes.ParameterConstraints]? = nil, routeResponseId: Swift.String? = nil, routeResponseKey: Swift.String? = nil - ) - { + ) { self.modelSelectionExpression = modelSelectionExpression self.responseModels = responseModels self.responseParameters = responseParameters @@ -5440,8 +5292,7 @@ public struct UpdateStageInput: Swift.Sendable { routeSettings: [Swift.String: ApiGatewayV2ClientTypes.RouteSettings]? = nil, stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiId = apiId self.autoDeploy = autoDeploy @@ -5500,8 +5351,7 @@ public struct UpdateStageOutput: Swift.Sendable { stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiGatewayManaged = apiGatewayManaged self.autoDeploy = autoDeploy @@ -5530,8 +5380,7 @@ public struct UpdateVpcLinkInput: Swift.Sendable { public init( name: Swift.String? = nil, vpcLinkId: Swift.String? = nil - ) - { + ) { self.name = name self.vpcLinkId = vpcLinkId } @@ -5567,8 +5416,7 @@ public struct UpdateVpcLinkOutput: Swift.Sendable { vpcLinkStatus: ApiGatewayV2ClientTypes.VpcLinkStatus? = nil, vpcLinkStatusMessage: Swift.String? = nil, vpcLinkVersion: ApiGatewayV2ClientTypes.VpcLinkVersion? = nil - ) - { + ) { self.createdDate = createdDate self.name = name self.securityGroupIds = securityGroupIds diff --git a/Sources/Services/AWSAppConfig/Package.swift.txt b/Sources/Services/AWSAppConfig/Package.swift.txt index 8ce362593fb..69be88a4dbf 100644 --- a/Sources/Services/AWSAppConfig/Package.swift.txt +++ b/Sources/Services/AWSAppConfig/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/AppConfigClient.swift b/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/AppConfigClient.swift index 60dab877768..fac570cd176 100644 --- a/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/AppConfigClient.swift +++ b/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/AppConfigClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppConfigClient: ClientRuntime.Client { public static let clientName = "AppConfigClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppConfigClient.AppConfigClientConfiguration let serviceName = "AppConfig" diff --git a/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/Models.swift b/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/Models.swift index fb4065613b4..147921adcf5 100644 --- a/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/Models.swift +++ b/Sources/Services/AWSAppConfig/Sources/AWSAppConfig/Models.swift @@ -106,8 +106,7 @@ extension AppConfigClientTypes { public init( enabled: Swift.Bool? = false, protectionPeriodInMinutes: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.protectionPeriodInMinutes = protectionPeriodInMinutes } @@ -151,8 +150,7 @@ extension AppConfigClientTypes { name: Swift.String? = nil, roleArn: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.roleArn = roleArn @@ -188,8 +186,7 @@ extension AppConfigClientTypes { invocationId: Swift.String? = nil, roleArn: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.errorCode = errorCode self.errorMessage = errorMessage @@ -269,8 +266,7 @@ extension AppConfigClientTypes { reason: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.constraint = constraint self.location = location self.reason = reason @@ -339,8 +335,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. details: AppConfigClientTypes.BadRequestDetails? = nil, message: Swift.String? = nil, reason: AppConfigClientTypes.BadRequestReason? = nil - ) - { + ) { self.properties.details = details self.properties.message = message self.properties.reason = reason @@ -365,8 +360,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -389,8 +383,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -408,8 +401,7 @@ public struct CreateApplicationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -428,8 +420,7 @@ public struct CreateApplicationOutput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -456,8 +447,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -506,8 +496,7 @@ extension AppConfigClientTypes { public init( content: Swift.String? = nil, type: AppConfigClientTypes.ValidatorType? = nil - ) - { + ) { self.content = content self.type = type } @@ -565,8 +554,7 @@ public struct CreateConfigurationProfileInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, validators: [AppConfigClientTypes.Validator]? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.kmsKeyIdentifier = kmsKeyIdentifier @@ -613,8 +601,7 @@ public struct CreateConfigurationProfileOutput: Swift.Sendable { retrievalRoleArn: Swift.String? = nil, type: Swift.String? = nil, validators: [AppConfigClientTypes.Validator]? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -719,8 +706,7 @@ public struct CreateDeploymentStrategyInput: Swift.Sendable { name: Swift.String? = nil, replicateTo: AppConfigClientTypes.ReplicateTo? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.description = description self.finalBakeTimeInMinutes = finalBakeTimeInMinutes @@ -759,8 +745,7 @@ public struct CreateDeploymentStrategyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, replicateTo: AppConfigClientTypes.ReplicateTo? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.description = description self.finalBakeTimeInMinutes = finalBakeTimeInMinutes @@ -785,8 +770,7 @@ extension AppConfigClientTypes { public init( alarmArn: Swift.String? = nil, alarmRoleArn: Swift.String? = nil - ) - { + ) { self.alarmArn = alarmArn self.alarmRoleArn = alarmRoleArn } @@ -813,8 +797,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.monitors = monitors @@ -882,8 +865,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil, state: AppConfigClientTypes.EnvironmentState? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -911,8 +893,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -932,8 +913,7 @@ extension AppConfigClientTypes { description: Swift.String? = nil, `dynamic`: Swift.Bool = false, `required`: Swift.Bool = false - ) - { + ) { self.description = description self.`dynamic` = `dynamic` self.`required` = `required` @@ -964,8 +944,7 @@ public struct CreateExtensionInput: Swift.Sendable { name: Swift.String? = nil, parameters: [Swift.String: AppConfigClientTypes.Parameter]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.description = description self.latestVersionNumber = latestVersionNumber @@ -999,8 +978,7 @@ public struct CreateExtensionOutput: Swift.Sendable { name: Swift.String? = nil, parameters: [Swift.String: AppConfigClientTypes.Parameter]? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.actions = actions self.arn = arn self.description = description @@ -1031,8 +1009,7 @@ public struct CreateExtensionAssociationInput: Swift.Sendable { parameters: [Swift.String: Swift.String]? = nil, resourceIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.extensionIdentifier = extensionIdentifier self.extensionVersionNumber = extensionVersionNumber self.parameters = parameters @@ -1062,8 +1039,7 @@ public struct CreateExtensionAssociationOutput: Swift.Sendable { id: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.extensionArn = extensionArn self.extensionVersionNumber = extensionVersionNumber @@ -1123,8 +1099,7 @@ public struct PayloadTooLargeException: ClientRuntime.ModeledError, AWSClientRun measure: AppConfigClientTypes.BytesMeasure? = nil, message: Swift.String? = nil, size: Swift.Float = 0.0 - ) - { + ) { self.properties.limit = limit self.properties.measure = measure self.properties.message = message @@ -1160,8 +1135,7 @@ public struct CreateHostedConfigurationVersionInput: Swift.Sendable { description: Swift.String? = nil, latestVersionNumber: Swift.Int? = 0, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.content = content @@ -1204,8 +1178,7 @@ public struct CreateHostedConfigurationVersionOutput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, versionLabel: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.content = content @@ -1229,8 +1202,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1287,8 +1259,7 @@ public struct DeleteConfigurationProfileInput: Swift.Sendable { applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil, deletionProtectionCheck: AppConfigClientTypes.DeletionProtectionCheck? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.deletionProtectionCheck = deletionProtectionCheck @@ -1302,8 +1273,7 @@ public struct DeleteDeploymentStrategyInput: Swift.Sendable { public init( deploymentStrategyId: Swift.String? = nil - ) - { + ) { self.deploymentStrategyId = deploymentStrategyId } } @@ -1328,8 +1298,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { applicationId: Swift.String? = nil, deletionProtectionCheck: AppConfigClientTypes.DeletionProtectionCheck? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.deletionProtectionCheck = deletionProtectionCheck self.environmentId = environmentId @@ -1346,8 +1315,7 @@ public struct DeleteExtensionInput: Swift.Sendable { public init( extensionIdentifier: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.extensionIdentifier = extensionIdentifier self.versionNumber = versionNumber } @@ -1360,8 +1328,7 @@ public struct DeleteExtensionAssociationInput: Swift.Sendable { public init( extensionAssociationId: Swift.String? = nil - ) - { + ) { self.extensionAssociationId = extensionAssociationId } } @@ -1381,8 +1348,7 @@ public struct DeleteHostedConfigurationVersionInput: Swift.Sendable { applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.versionNumber = versionNumber @@ -1395,8 +1361,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( deletionProtection: AppConfigClientTypes.DeletionProtectionSettings? = nil - ) - { + ) { self.deletionProtection = deletionProtection } } @@ -1408,8 +1373,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1426,8 +1390,7 @@ public struct GetApplicationOutput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -1456,8 +1419,7 @@ public struct GetConfigurationInput: Swift.Sendable { clientId: Swift.String? = nil, configuration: Swift.String? = nil, environment: Swift.String? = nil - ) - { + ) { self.application = application self.clientConfigurationVersion = clientConfigurationVersion self.clientId = clientId @@ -1478,8 +1440,7 @@ public struct GetConfigurationOutput: Swift.Sendable { configurationVersion: Swift.String? = nil, content: Foundation.Data? = nil, contentType: Swift.String? = nil - ) - { + ) { self.configurationVersion = configurationVersion self.content = content self.contentType = contentType @@ -1502,8 +1463,7 @@ public struct GetConfigurationProfileInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId } @@ -1543,8 +1503,7 @@ public struct GetConfigurationProfileOutput: Swift.Sendable { retrievalRoleArn: Swift.String? = nil, type: Swift.String? = nil, validators: [AppConfigClientTypes.Validator]? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -1573,8 +1532,7 @@ public struct GetDeploymentInput: Swift.Sendable { applicationId: Swift.String? = nil, deploymentNumber: Swift.Int? = 0, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.deploymentNumber = deploymentNumber self.environmentId = environmentId @@ -1599,8 +1557,7 @@ extension AppConfigClientTypes { extensionId: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.extensionAssociationId = extensionAssociationId self.extensionId = extensionId self.parameters = parameters @@ -1715,8 +1672,7 @@ extension AppConfigClientTypes { eventType: AppConfigClientTypes.DeploymentEventType? = nil, occurredAt: Foundation.Date? = nil, triggeredBy: AppConfigClientTypes.TriggeredBy? = nil - ) - { + ) { self.actionInvocations = actionInvocations self.description = description self.eventType = eventType @@ -1839,8 +1795,7 @@ public struct GetDeploymentOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, state: AppConfigClientTypes.DeploymentState? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.appliedExtensions = appliedExtensions self.completedAt = completedAt @@ -1873,8 +1828,7 @@ public struct GetDeploymentStrategyInput: Swift.Sendable { public init( deploymentStrategyId: Swift.String? = nil - ) - { + ) { self.deploymentStrategyId = deploymentStrategyId } } @@ -1906,8 +1860,7 @@ public struct GetDeploymentStrategyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, replicateTo: AppConfigClientTypes.ReplicateTo? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.description = description self.finalBakeTimeInMinutes = finalBakeTimeInMinutes @@ -1930,8 +1883,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.environmentId = environmentId } @@ -1958,8 +1910,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil, state: AppConfigClientTypes.EnvironmentState? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -1979,8 +1930,7 @@ public struct GetExtensionInput: Swift.Sendable { public init( extensionIdentifier: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.extensionIdentifier = extensionIdentifier self.versionNumber = versionNumber } @@ -2010,8 +1960,7 @@ public struct GetExtensionOutput: Swift.Sendable { name: Swift.String? = nil, parameters: [Swift.String: AppConfigClientTypes.Parameter]? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.actions = actions self.arn = arn self.description = description @@ -2029,8 +1978,7 @@ public struct GetExtensionAssociationInput: Swift.Sendable { public init( extensionAssociationId: Swift.String? = nil - ) - { + ) { self.extensionAssociationId = extensionAssociationId } } @@ -2056,8 +2004,7 @@ public struct GetExtensionAssociationOutput: Swift.Sendable { id: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.extensionArn = extensionArn self.extensionVersionNumber = extensionVersionNumber @@ -2082,8 +2029,7 @@ public struct GetHostedConfigurationVersionInput: Swift.Sendable { applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.versionNumber = versionNumber @@ -2117,8 +2063,7 @@ public struct GetHostedConfigurationVersionOutput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, versionLabel: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.content = content @@ -2144,8 +2089,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2165,8 +2109,7 @@ extension AppConfigClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -2183,8 +2126,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.Application]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2206,8 +2148,7 @@ public struct ListConfigurationProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2240,8 +2181,7 @@ extension AppConfigClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, validatorTypes: [AppConfigClientTypes.ValidatorType]? = nil - ) - { + ) { self.applicationId = applicationId self.id = id self.locationUri = locationUri @@ -2261,8 +2201,7 @@ public struct ListConfigurationProfilesOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.ConfigurationProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2285,8 +2224,7 @@ public struct ListDeploymentsInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.environmentId = environmentId self.maxResults = maxResults @@ -2336,8 +2274,7 @@ extension AppConfigClientTypes { startedAt: Foundation.Date? = nil, state: AppConfigClientTypes.DeploymentState? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.completedAt = completedAt self.configurationName = configurationName self.configurationVersion = configurationVersion @@ -2363,8 +2300,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.DeploymentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2379,8 +2315,7 @@ public struct ListDeploymentStrategiesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2415,8 +2350,7 @@ extension AppConfigClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, replicateTo: AppConfigClientTypes.ReplicateTo? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.description = description self.finalBakeTimeInMinutes = finalBakeTimeInMinutes @@ -2438,8 +2372,7 @@ public struct ListDeploymentStrategiesOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.DeploymentStrategy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2458,8 +2391,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2489,8 +2421,7 @@ extension AppConfigClientTypes { monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil, state: AppConfigClientTypes.EnvironmentState? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -2510,8 +2441,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.Environment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2535,8 +2465,7 @@ public struct ListExtensionAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.extensionIdentifier = extensionIdentifier self.extensionVersionNumber = extensionVersionNumber self.maxResults = maxResults @@ -2560,8 +2489,7 @@ extension AppConfigClientTypes { extensionArn: Swift.String? = nil, id: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.extensionArn = extensionArn self.id = id self.resourceArn = resourceArn @@ -2578,8 +2506,7 @@ public struct ListExtensionAssociationsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.ExtensionAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2597,8 +2524,7 @@ public struct ListExtensionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -2626,8 +2552,7 @@ extension AppConfigClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -2646,8 +2571,7 @@ public struct ListExtensionsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.ExtensionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2673,8 +2597,7 @@ public struct ListHostedConfigurationVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.maxResults = maxResults @@ -2710,8 +2633,7 @@ extension AppConfigClientTypes { kmsKeyArn: Swift.String? = nil, versionLabel: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.contentType = contentType @@ -2732,8 +2654,7 @@ public struct ListHostedConfigurationVersionsOutput: Swift.Sendable { public init( items: [AppConfigClientTypes.HostedConfigurationVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2746,8 +2667,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2758,8 +2678,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2799,8 +2718,7 @@ public struct StartDeploymentInput: Swift.Sendable { environmentId: Swift.String? = nil, kmsKeyIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.configurationVersion = configurationVersion @@ -2882,8 +2800,7 @@ public struct StartDeploymentOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, state: AppConfigClientTypes.DeploymentState? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.appliedExtensions = appliedExtensions self.completedAt = completedAt @@ -2927,8 +2844,7 @@ public struct StopDeploymentInput: Swift.Sendable { applicationId: Swift.String? = nil, deploymentNumber: Swift.Int? = 0, environmentId: Swift.String? = nil - ) - { + ) { self.allowRevert = allowRevert self.applicationId = applicationId self.deploymentNumber = deploymentNumber @@ -3005,8 +2921,7 @@ public struct StopDeploymentOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, state: AppConfigClientTypes.DeploymentState? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.appliedExtensions = appliedExtensions self.completedAt = completedAt @@ -3043,8 +2958,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3061,8 +2975,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3074,8 +2987,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { public init( deletionProtection: AppConfigClientTypes.DeletionProtectionSettings? = nil - ) - { + ) { self.deletionProtection = deletionProtection } } @@ -3086,8 +2998,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { public init( deletionProtection: AppConfigClientTypes.DeletionProtectionSettings? = nil - ) - { + ) { self.deletionProtection = deletionProtection } } @@ -3105,8 +3016,7 @@ public struct UpdateApplicationInput: Swift.Sendable { applicationId: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.name = name @@ -3125,8 +3035,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -3159,8 +3068,7 @@ public struct UpdateConfigurationProfileInput: Swift.Sendable { name: Swift.String? = nil, retrievalRoleArn: Swift.String? = nil, validators: [AppConfigClientTypes.Validator]? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.description = description @@ -3205,8 +3113,7 @@ public struct UpdateConfigurationProfileOutput: Swift.Sendable { retrievalRoleArn: Swift.String? = nil, type: Swift.String? = nil, validators: [AppConfigClientTypes.Validator]? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -3245,8 +3152,7 @@ public struct UpdateDeploymentStrategyInput: Swift.Sendable { finalBakeTimeInMinutes: Swift.Int? = 0, growthFactor: Swift.Float? = nil, growthType: AppConfigClientTypes.GrowthType? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.deploymentStrategyId = deploymentStrategyId self.description = description @@ -3283,8 +3189,7 @@ public struct UpdateDeploymentStrategyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, replicateTo: AppConfigClientTypes.ReplicateTo? = nil - ) - { + ) { self.deploymentDurationInMinutes = deploymentDurationInMinutes self.description = description self.finalBakeTimeInMinutes = finalBakeTimeInMinutes @@ -3316,8 +3221,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { environmentId: Swift.String? = nil, monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.environmentId = environmentId @@ -3347,8 +3251,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { monitors: [AppConfigClientTypes.Monitor]? = nil, name: Swift.String? = nil, state: AppConfigClientTypes.EnvironmentState? = nil - ) - { + ) { self.applicationId = applicationId self.description = description self.id = id @@ -3377,8 +3280,7 @@ public struct UpdateExtensionInput: Swift.Sendable { extensionIdentifier: Swift.String? = nil, parameters: [Swift.String: AppConfigClientTypes.Parameter]? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.actions = actions self.description = description self.extensionIdentifier = extensionIdentifier @@ -3411,8 +3313,7 @@ public struct UpdateExtensionOutput: Swift.Sendable { name: Swift.String? = nil, parameters: [Swift.String: AppConfigClientTypes.Parameter]? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.actions = actions self.arn = arn self.description = description @@ -3433,8 +3334,7 @@ public struct UpdateExtensionAssociationInput: Swift.Sendable { public init( extensionAssociationId: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.extensionAssociationId = extensionAssociationId self.parameters = parameters } @@ -3461,8 +3361,7 @@ public struct UpdateExtensionAssociationOutput: Swift.Sendable { id: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.extensionArn = extensionArn self.extensionVersionNumber = extensionVersionNumber @@ -3487,8 +3386,7 @@ public struct ValidateConfigurationInput: Swift.Sendable { applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil, configurationVersion: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.configurationVersion = configurationVersion diff --git a/Sources/Services/AWSAppConfigData/Package.swift.txt b/Sources/Services/AWSAppConfigData/Package.swift.txt index ae8c41192a9..91d4791c4a4 100644 --- a/Sources/Services/AWSAppConfigData/Package.swift.txt +++ b/Sources/Services/AWSAppConfigData/Package.swift.txt @@ -41,35 +41,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/AppConfigDataClient.swift b/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/AppConfigDataClient.swift index 463979a4b24..d69403ee627 100644 --- a/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/AppConfigDataClient.swift +++ b/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/AppConfigDataClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppConfigDataClient: ClientRuntime.Client { public static let clientName = "AppConfigDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppConfigDataClient.AppConfigDataClientConfiguration let serviceName = "AppConfigData" diff --git a/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/Models.swift b/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/Models.swift index 798c6a178d8..7eb7478106a 100644 --- a/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/Models.swift +++ b/Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/Models.swift @@ -69,8 +69,7 @@ extension AppConfigDataClientTypes { public init( problem: AppConfigDataClientTypes.InvalidParameterProblem? = nil - ) - { + ) { self.problem = problem } } @@ -137,8 +136,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. details: AppConfigDataClientTypes.BadRequestDetails? = nil, message: Swift.String? = nil, reason: AppConfigDataClientTypes.BadRequestReason? = nil - ) - { + ) { self.properties.details = details self.properties.message = message self.properties.reason = reason @@ -163,8 +161,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -236,8 +233,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, referencedBy: [Swift.String: Swift.String]? = nil, resourceType: AppConfigDataClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.referencedBy = referencedBy self.properties.resourceType = resourceType @@ -262,8 +258,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -286,8 +281,7 @@ public struct StartConfigurationSessionInput: Swift.Sendable { configurationProfileIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, requiredMinimumPollIntervalInSeconds: Swift.Int? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.configurationProfileIdentifier = configurationProfileIdentifier self.environmentIdentifier = environmentIdentifier @@ -301,8 +295,7 @@ public struct StartConfigurationSessionOutput: Swift.Sendable { public init( initialConfigurationToken: Swift.String? = nil - ) - { + ) { self.initialConfigurationToken = initialConfigurationToken } } @@ -314,8 +307,7 @@ public struct GetLatestConfigurationInput: Swift.Sendable { public init( configurationToken: Swift.String? = nil - ) - { + ) { self.configurationToken = configurationToken } } @@ -338,8 +330,7 @@ public struct GetLatestConfigurationOutput: Swift.Sendable { nextPollConfigurationToken: Swift.String? = nil, nextPollIntervalInSeconds: Swift.Int = 0, versionLabel: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.contentType = contentType self.nextPollConfigurationToken = nextPollConfigurationToken diff --git a/Sources/Services/AWSAppFabric/Package.swift.txt b/Sources/Services/AWSAppFabric/Package.swift.txt index 66f97638706..d244573b3b3 100644 --- a/Sources/Services/AWSAppFabric/Package.swift.txt +++ b/Sources/Services/AWSAppFabric/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/AppFabricClient.swift b/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/AppFabricClient.swift index 684bad33a2e..2338587ba9d 100644 --- a/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/AppFabricClient.swift +++ b/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/AppFabricClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppFabricClient: ClientRuntime.Client { public static let clientName = "AppFabricClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppFabricClient.AppFabricClientConfiguration let serviceName = "AppFabric" diff --git a/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/Models.swift b/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/Models.swift index 7e47707e4d2..4ab492c1478 100644 --- a/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/Models.swift +++ b/Sources/Services/AWSAppFabric/Sources/AWSAppFabric/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension AppFabricClientTypes { public init( apiKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -181,8 +179,7 @@ extension AppFabricClientTypes { public init( tenantDisplayName: Swift.String? = nil, tenantIdentifier: Swift.String? = nil - ) - { + ) { self.tenantDisplayName = tenantDisplayName self.tenantIdentifier = tenantIdentifier } @@ -241,8 +238,7 @@ extension AppFabricClientTypes { status: AppFabricClientTypes.AppAuthorizationStatus? = nil, tenant: AppFabricClientTypes.Tenant? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.app = app self.appAuthorizationArn = appAuthorizationArn self.appBundleArn = appBundleArn @@ -295,8 +291,7 @@ extension AppFabricClientTypes { status: AppFabricClientTypes.AppAuthorizationStatus? = nil, tenant: AppFabricClientTypes.Tenant? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.app = app self.appAuthorizationArn = appAuthorizationArn self.appBundleArn = appBundleArn @@ -320,8 +315,7 @@ extension AppFabricClientTypes { public init( arn: Swift.String? = nil, customerManagedKeyArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.customerManagedKeyArn = customerManagedKeyArn } @@ -338,8 +332,7 @@ extension AppFabricClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -355,8 +348,7 @@ extension AppFabricClientTypes { public init( streamName: Swift.String? = nil - ) - { + ) { self.streamName = streamName } } @@ -375,8 +367,7 @@ extension AppFabricClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -405,8 +396,7 @@ extension AppFabricClientTypes { public init( destination: AppFabricClientTypes.Destination? = nil - ) - { + ) { self.destination = destination } } @@ -484,8 +474,7 @@ extension AppFabricClientTypes { public init( format: AppFabricClientTypes.Format? = nil, schema: AppFabricClientTypes.Schema? = nil - ) - { + ) { self.format = format self.schema = schema } @@ -506,8 +495,7 @@ extension AppFabricClientTypes { public init( code: Swift.String? = nil, redirectUri: Swift.String? = nil - ) - { + ) { self.code = code self.redirectUri = redirectUri } @@ -541,8 +529,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -575,8 +562,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -611,8 +597,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -634,8 +619,7 @@ extension AppFabricClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -703,8 +687,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [AppFabricClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AppFabricClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -722,8 +705,7 @@ public struct BatchGetUserAccessTasksInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, taskIdList: [Swift.String]? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.taskIdList = taskIdList } @@ -776,8 +758,7 @@ extension AppFabricClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -834,8 +815,7 @@ extension AppFabricClientTypes { userId: Swift.String? = nil, userLastName: Swift.String? = nil, userStatus: Swift.String? = nil - ) - { + ) { self.app = app self.email = email self.resultStatus = resultStatus @@ -863,8 +843,7 @@ public struct BatchGetUserAccessTasksOutput: Swift.Sendable { public init( userAccessResultsList: [AppFabricClientTypes.UserAccessResultItem]? = nil - ) - { + ) { self.userAccessResultsList = userAccessResultsList } } @@ -896,8 +875,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -918,8 +896,7 @@ public struct ConnectAppAuthorizationInput: Swift.Sendable { appAuthorizationIdentifier: Swift.String? = nil, appBundleIdentifier: Swift.String? = nil, authRequest: AppFabricClientTypes.AuthRequest? = nil - ) - { + ) { self.appAuthorizationIdentifier = appAuthorizationIdentifier self.appBundleIdentifier = appBundleIdentifier self.authRequest = authRequest @@ -933,8 +910,7 @@ public struct ConnectAppAuthorizationOutput: Swift.Sendable { public init( appAuthorizationSummary: AppFabricClientTypes.AppAuthorizationSummary? = nil - ) - { + ) { self.appAuthorizationSummary = appAuthorizationSummary } } @@ -974,8 +950,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -998,8 +973,7 @@ extension AppFabricClientTypes { public init( clientId: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret } @@ -1037,8 +1011,7 @@ extension AppFabricClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1098,8 +1071,7 @@ public struct CreateAppAuthorizationInput: Swift.Sendable { credential: AppFabricClientTypes.Credential? = nil, tags: [AppFabricClientTypes.Tag]? = nil, tenant: AppFabricClientTypes.Tenant? = nil - ) - { + ) { self.app = app self.appBundleIdentifier = appBundleIdentifier self.authType = authType @@ -1117,8 +1089,7 @@ public struct CreateAppAuthorizationOutput: Swift.Sendable { public init( appAuthorization: AppFabricClientTypes.AppAuthorization? = nil - ) - { + ) { self.appAuthorization = appAuthorization } } @@ -1135,8 +1106,7 @@ public struct CreateAppBundleInput: Swift.Sendable { clientToken: Swift.String? = nil, customerManagedKeyIdentifier: Swift.String? = nil, tags: [AppFabricClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.customerManagedKeyIdentifier = customerManagedKeyIdentifier self.tags = tags @@ -1150,8 +1120,7 @@ public struct CreateAppBundleOutput: Swift.Sendable { public init( appBundle: AppFabricClientTypes.AppBundle? = nil - ) - { + ) { self.appBundle = appBundle } } @@ -1231,8 +1200,7 @@ public struct CreateIngestionInput: Swift.Sendable { ingestionType: AppFabricClientTypes.IngestionType? = nil, tags: [AppFabricClientTypes.Tag]? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.app = app self.appBundleIdentifier = appBundleIdentifier self.clientToken = clientToken @@ -1309,8 +1277,7 @@ extension AppFabricClientTypes { state: AppFabricClientTypes.IngestionState? = nil, tenantId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.app = app self.appBundleArn = appBundleArn self.arn = arn @@ -1330,8 +1297,7 @@ public struct CreateIngestionOutput: Swift.Sendable { public init( ingestion: AppFabricClientTypes.Ingestion? = nil - ) - { + ) { self.ingestion = ingestion } } @@ -1381,8 +1347,7 @@ public struct CreateIngestionDestinationInput: Swift.Sendable { ingestionIdentifier: Swift.String? = nil, processingConfiguration: AppFabricClientTypes.ProcessingConfiguration? = nil, tags: [AppFabricClientTypes.Tag]? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.clientToken = clientToken self.destinationConfiguration = destinationConfiguration @@ -1459,8 +1424,7 @@ extension AppFabricClientTypes { status: AppFabricClientTypes.IngestionDestinationStatus? = nil, statusReason: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.destinationConfiguration = destinationConfiguration @@ -1480,8 +1444,7 @@ public struct CreateIngestionDestinationOutput: Swift.Sendable { public init( ingestionDestination: AppFabricClientTypes.IngestionDestination? = nil - ) - { + ) { self.ingestionDestination = ingestionDestination } } @@ -1497,8 +1460,7 @@ public struct DeleteAppAuthorizationInput: Swift.Sendable { public init( appAuthorizationIdentifier: Swift.String? = nil, appBundleIdentifier: Swift.String? = nil - ) - { + ) { self.appAuthorizationIdentifier = appAuthorizationIdentifier self.appBundleIdentifier = appBundleIdentifier } @@ -1516,8 +1478,7 @@ public struct DeleteAppBundleInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier } } @@ -1538,8 +1499,7 @@ public struct DeleteIngestionInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionIdentifier = ingestionIdentifier } @@ -1565,8 +1525,7 @@ public struct DeleteIngestionDestinationInput: Swift.Sendable { appBundleIdentifier: Swift.String? = nil, ingestionDestinationIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionDestinationIdentifier = ingestionDestinationIdentifier self.ingestionIdentifier = ingestionIdentifier @@ -1589,8 +1548,7 @@ public struct GetAppAuthorizationInput: Swift.Sendable { public init( appAuthorizationIdentifier: Swift.String? = nil, appBundleIdentifier: Swift.String? = nil - ) - { + ) { self.appAuthorizationIdentifier = appAuthorizationIdentifier self.appBundleIdentifier = appBundleIdentifier } @@ -1603,8 +1561,7 @@ public struct GetAppAuthorizationOutput: Swift.Sendable { public init( appAuthorization: AppFabricClientTypes.AppAuthorization? = nil - ) - { + ) { self.appAuthorization = appAuthorization } } @@ -1616,8 +1573,7 @@ public struct GetAppBundleInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier } } @@ -1629,8 +1585,7 @@ public struct GetAppBundleOutput: Swift.Sendable { public init( appBundle: AppFabricClientTypes.AppBundle? = nil - ) - { + ) { self.appBundle = appBundle } } @@ -1646,8 +1601,7 @@ public struct GetIngestionInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionIdentifier = ingestionIdentifier } @@ -1660,8 +1614,7 @@ public struct GetIngestionOutput: Swift.Sendable { public init( ingestion: AppFabricClientTypes.Ingestion? = nil - ) - { + ) { self.ingestion = ingestion } } @@ -1681,8 +1634,7 @@ public struct GetIngestionDestinationInput: Swift.Sendable { appBundleIdentifier: Swift.String? = nil, ingestionDestinationIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionDestinationIdentifier = ingestionDestinationIdentifier self.ingestionIdentifier = ingestionIdentifier @@ -1696,8 +1648,7 @@ public struct GetIngestionDestinationOutput: Swift.Sendable { public init( ingestionDestination: AppFabricClientTypes.IngestionDestination? = nil - ) - { + ) { self.ingestionDestination = ingestionDestination } } @@ -1715,8 +1666,7 @@ public struct ListAppAuthorizationsInput: Swift.Sendable { appBundleIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1733,8 +1683,7 @@ public struct ListAppAuthorizationsOutput: Swift.Sendable { public init( appAuthorizationSummaryList: [AppFabricClientTypes.AppAuthorizationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appAuthorizationSummaryList = appAuthorizationSummaryList self.nextToken = nextToken } @@ -1749,8 +1698,7 @@ public struct ListAppBundlesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1766,8 +1714,7 @@ public struct ListAppBundlesOutput: Swift.Sendable { public init( appBundleSummaryList: [AppFabricClientTypes.AppBundleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBundleSummaryList = appBundleSummaryList self.nextToken = nextToken } @@ -1790,8 +1737,7 @@ public struct ListIngestionDestinationsInput: Swift.Sendable { ingestionIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionIdentifier = ingestionIdentifier self.maxResults = maxResults @@ -1809,8 +1755,7 @@ extension AppFabricClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1826,8 +1771,7 @@ public struct ListIngestionDestinationsOutput: Swift.Sendable { public init( ingestionDestinations: [AppFabricClientTypes.IngestionDestinationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ingestionDestinations = ingestionDestinations self.nextToken = nextToken } @@ -1846,8 +1790,7 @@ public struct ListIngestionsInput: Swift.Sendable { appBundleIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1876,8 +1819,7 @@ extension AppFabricClientTypes { arn: Swift.String? = nil, state: AppFabricClientTypes.IngestionState? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.app = app self.arn = arn self.state = state @@ -1896,8 +1838,7 @@ public struct ListIngestionsOutput: Swift.Sendable { public init( ingestions: [AppFabricClientTypes.IngestionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ingestions = ingestions self.nextToken = nextToken } @@ -1910,8 +1851,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1922,8 +1862,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [AppFabricClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1939,8 +1878,7 @@ public struct StartIngestionInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionIdentifier = ingestionIdentifier } @@ -1962,8 +1900,7 @@ public struct StartUserAccessTasksInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, email: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.email = email } @@ -1994,8 +1931,7 @@ extension AppFabricClientTypes { error: AppFabricClientTypes.TaskError? = nil, taskId: Swift.String? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.app = app self.error = error self.taskId = taskId @@ -2010,8 +1946,7 @@ public struct StartUserAccessTasksOutput: Swift.Sendable { public init( userAccessTasksList: [AppFabricClientTypes.UserAccessTaskItem]? = nil - ) - { + ) { self.userAccessTasksList = userAccessTasksList } } @@ -2027,8 +1962,7 @@ public struct StopIngestionInput: Swift.Sendable { public init( appBundleIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.ingestionIdentifier = ingestionIdentifier } @@ -2050,8 +1984,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [AppFabricClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2073,8 +2006,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2102,8 +2034,7 @@ public struct UpdateAppAuthorizationInput: Swift.Sendable { appBundleIdentifier: Swift.String? = nil, credential: AppFabricClientTypes.Credential? = nil, tenant: AppFabricClientTypes.Tenant? = nil - ) - { + ) { self.appAuthorizationIdentifier = appAuthorizationIdentifier self.appBundleIdentifier = appBundleIdentifier self.credential = credential @@ -2118,8 +2049,7 @@ public struct UpdateAppAuthorizationOutput: Swift.Sendable { public init( appAuthorization: AppFabricClientTypes.AppAuthorization? = nil - ) - { + ) { self.appAuthorization = appAuthorization } } @@ -2143,8 +2073,7 @@ public struct UpdateIngestionDestinationInput: Swift.Sendable { destinationConfiguration: AppFabricClientTypes.DestinationConfiguration? = nil, ingestionDestinationIdentifier: Swift.String? = nil, ingestionIdentifier: Swift.String? = nil - ) - { + ) { self.appBundleIdentifier = appBundleIdentifier self.destinationConfiguration = destinationConfiguration self.ingestionDestinationIdentifier = ingestionDestinationIdentifier @@ -2159,8 +2088,7 @@ public struct UpdateIngestionDestinationOutput: Swift.Sendable { public init( ingestionDestination: AppFabricClientTypes.IngestionDestination? = nil - ) - { + ) { self.ingestionDestination = ingestionDestination } } diff --git a/Sources/Services/AWSAppIntegrations/Package.swift.txt b/Sources/Services/AWSAppIntegrations/Package.swift.txt index 741989125ca..b92cc80115e 100644 --- a/Sources/Services/AWSAppIntegrations/Package.swift.txt +++ b/Sources/Services/AWSAppIntegrations/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/AppIntegrationsClient.swift b/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/AppIntegrationsClient.swift index 5a8232bfefc..aeaff506178 100644 --- a/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/AppIntegrationsClient.swift +++ b/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/AppIntegrationsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppIntegrationsClient: ClientRuntime.Client { public static let clientName = "AppIntegrationsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppIntegrationsClient.AppIntegrationsClientConfiguration let serviceName = "AppIntegrations" diff --git a/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/Models.swift b/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/Models.swift index d2b91f0fd66..a40f291915b 100644 --- a/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/Models.swift +++ b/Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct DuplicateResourceException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct ResourceQuotaExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +164,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -212,8 +205,7 @@ extension AppIntegrationsClientTypes { public init( accessUrl: Swift.String? = nil, approvedOrigins: [Swift.String]? = nil - ) - { + ) { self.accessUrl = accessUrl self.approvedOrigins = approvedOrigins } @@ -229,8 +221,7 @@ extension AppIntegrationsClientTypes { public init( externalUrlConfig: AppIntegrationsClientTypes.ExternalUrlConfig? = nil - ) - { + ) { self.externalUrlConfig = externalUrlConfig } } @@ -253,8 +244,7 @@ extension AppIntegrationsClientTypes { description: Swift.String? = nil, event: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.description = description self.event = event self.schema = schema @@ -275,8 +265,7 @@ extension AppIntegrationsClientTypes { public init( description: Swift.String? = nil, event: Swift.String? = nil - ) - { + ) { self.description = description self.event = event } @@ -318,8 +307,7 @@ public struct CreateApplicationInput: Swift.Sendable { publications: [AppIntegrationsClientTypes.Publication]? = nil, subscriptions: [AppIntegrationsClientTypes.Subscription]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationSourceConfig = applicationSourceConfig self.clientToken = clientToken self.description = description @@ -341,8 +329,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -361,8 +348,7 @@ extension AppIntegrationsClientTypes { public init( filters: [Swift.String: [Swift.String]]? = nil, folders: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.folders = folders } @@ -385,8 +371,7 @@ extension AppIntegrationsClientTypes { firstExecutionFrom: Swift.String? = nil, object: Swift.String? = nil, scheduleExpression: Swift.String? = nil - ) - { + ) { self.firstExecutionFrom = firstExecutionFrom self.object = object self.scheduleExpression = scheduleExpression @@ -426,8 +411,7 @@ public struct CreateDataIntegrationInput: Swift.Sendable { scheduleConfig: AppIntegrationsClientTypes.ScheduleConfiguration? = nil, sourceURI: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.fileConfiguration = fileConfiguration @@ -476,8 +460,7 @@ public struct CreateDataIntegrationOutput: Swift.Sendable { scheduleConfiguration: AppIntegrationsClientTypes.ScheduleConfiguration? = nil, sourceURI: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.description = description @@ -510,8 +493,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -558,8 +540,7 @@ extension AppIntegrationsClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -582,8 +563,7 @@ extension AppIntegrationsClientTypes { executionMode: AppIntegrationsClientTypes.ExecutionMode? = nil, onDemandConfiguration: AppIntegrationsClientTypes.OnDemandConfiguration? = nil, scheduleConfiguration: AppIntegrationsClientTypes.ScheduleConfiguration? = nil - ) - { + ) { self.executionMode = executionMode self.onDemandConfiguration = onDemandConfiguration self.scheduleConfiguration = scheduleConfiguration @@ -616,8 +596,7 @@ public struct CreateDataIntegrationAssociationInput: Swift.Sendable { destinationURI: Swift.String? = nil, executionConfiguration: AppIntegrationsClientTypes.ExecutionConfiguration? = nil, objectConfiguration: [Swift.String: [Swift.String: [Swift.String]]]? = nil - ) - { + ) { self.clientAssociationMetadata = clientAssociationMetadata self.clientId = clientId self.clientToken = clientToken @@ -637,8 +616,7 @@ public struct CreateDataIntegrationAssociationOutput: Swift.Sendable { public init( dataIntegrationArn: Swift.String? = nil, dataIntegrationAssociationId: Swift.String? = nil - ) - { + ) { self.dataIntegrationArn = dataIntegrationArn self.dataIntegrationAssociationId = dataIntegrationAssociationId } @@ -654,8 +632,7 @@ extension AppIntegrationsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -685,8 +662,7 @@ public struct CreateEventIntegrationInput: Swift.Sendable { eventFilter: AppIntegrationsClientTypes.EventFilter? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.eventBridgeBus = eventBridgeBus @@ -702,8 +678,7 @@ public struct CreateEventIntegrationOutput: Swift.Sendable { public init( eventIntegrationArn: Swift.String? = nil - ) - { + ) { self.eventIntegrationArn = eventIntegrationArn } } @@ -715,8 +690,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -733,8 +707,7 @@ public struct DeleteDataIntegrationInput: Swift.Sendable { public init( dataIntegrationIdentifier: Swift.String? = nil - ) - { + ) { self.dataIntegrationIdentifier = dataIntegrationIdentifier } } @@ -751,8 +724,7 @@ public struct DeleteEventIntegrationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -769,8 +741,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -816,8 +787,7 @@ public struct GetApplicationOutput: Swift.Sendable { publications: [AppIntegrationsClientTypes.Publication]? = nil, subscriptions: [AppIntegrationsClientTypes.Subscription]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationSourceConfig = applicationSourceConfig self.arn = arn self.createdTime = createdTime @@ -840,8 +810,7 @@ public struct GetDataIntegrationInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -879,8 +848,7 @@ public struct GetDataIntegrationOutput: Swift.Sendable { scheduleConfiguration: AppIntegrationsClientTypes.ScheduleConfiguration? = nil, sourceURI: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.description = description self.fileConfiguration = fileConfiguration @@ -901,8 +869,7 @@ public struct GetEventIntegrationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -928,8 +895,7 @@ public struct GetEventIntegrationOutput: Swift.Sendable { eventIntegrationArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.eventBridgeBus = eventBridgeBus self.eventFilter = eventFilter @@ -952,8 +918,7 @@ public struct ListApplicationAssociationsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -975,8 +940,7 @@ extension AppIntegrationsClientTypes { applicationArn: Swift.String? = nil, applicationAssociationArn: Swift.String? = nil, clientId: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationAssociationArn = applicationAssociationArn self.clientId = clientId @@ -993,8 +957,7 @@ public struct ListApplicationAssociationsOutput: Swift.Sendable { public init( applicationAssociations: [AppIntegrationsClientTypes.ApplicationAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationAssociations = applicationAssociations self.nextToken = nextToken } @@ -1009,8 +972,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1040,8 +1002,7 @@ extension AppIntegrationsClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -1061,8 +1022,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [AppIntegrationsClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -1081,8 +1041,7 @@ public struct ListDataIntegrationAssociationsInput: Swift.Sendable { dataIntegrationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataIntegrationIdentifier = dataIntegrationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1133,8 +1092,7 @@ extension AppIntegrationsClientTypes { public init( executionStatus: AppIntegrationsClientTypes.ExecutionStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.executionStatus = executionStatus self.statusMessage = statusMessage } @@ -1165,8 +1123,7 @@ extension AppIntegrationsClientTypes { destinationURI: Swift.String? = nil, executionConfiguration: AppIntegrationsClientTypes.ExecutionConfiguration? = nil, lastExecutionStatus: AppIntegrationsClientTypes.LastExecutionStatus? = nil - ) - { + ) { self.clientId = clientId self.dataIntegrationArn = dataIntegrationArn self.dataIntegrationAssociationArn = dataIntegrationAssociationArn @@ -1186,8 +1143,7 @@ public struct ListDataIntegrationAssociationsOutput: Swift.Sendable { public init( dataIntegrationAssociations: [AppIntegrationsClientTypes.DataIntegrationAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataIntegrationAssociations = dataIntegrationAssociations self.nextToken = nextToken } @@ -1202,8 +1158,7 @@ public struct ListDataIntegrationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1224,8 +1179,7 @@ extension AppIntegrationsClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, sourceURI: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.sourceURI = sourceURI @@ -1242,8 +1196,7 @@ public struct ListDataIntegrationsOutput: Swift.Sendable { public init( dataIntegrations: [AppIntegrationsClientTypes.DataIntegrationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataIntegrations = dataIntegrations self.nextToken = nextToken } @@ -1262,8 +1215,7 @@ public struct ListEventIntegrationAssociationsInput: Swift.Sendable { eventIntegrationName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventIntegrationName = eventIntegrationName self.maxResults = maxResults self.nextToken = nextToken @@ -1294,8 +1246,7 @@ extension AppIntegrationsClientTypes { eventIntegrationAssociationArn: Swift.String? = nil, eventIntegrationAssociationId: Swift.String? = nil, eventIntegrationName: Swift.String? = nil - ) - { + ) { self.clientAssociationMetadata = clientAssociationMetadata self.clientId = clientId self.eventBridgeRuleName = eventBridgeRuleName @@ -1315,8 +1266,7 @@ public struct ListEventIntegrationAssociationsOutput: Swift.Sendable { public init( eventIntegrationAssociations: [AppIntegrationsClientTypes.EventIntegrationAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventIntegrationAssociations = eventIntegrationAssociations self.nextToken = nextToken } @@ -1331,8 +1281,7 @@ public struct ListEventIntegrationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1362,8 +1311,7 @@ extension AppIntegrationsClientTypes { eventIntegrationArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.eventBridgeBus = eventBridgeBus self.eventFilter = eventFilter @@ -1383,8 +1331,7 @@ public struct ListEventIntegrationsOutput: Swift.Sendable { public init( eventIntegrations: [AppIntegrationsClientTypes.EventIntegration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventIntegrations = eventIntegrations self.nextToken = nextToken } @@ -1397,8 +1344,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1409,8 +1355,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1426,8 +1371,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1449,8 +1393,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1488,8 +1431,7 @@ public struct UpdateApplicationInput: Swift.Sendable { permissions: [Swift.String]? = nil, publications: [AppIntegrationsClientTypes.Publication]? = nil, subscriptions: [AppIntegrationsClientTypes.Subscription]? = nil - ) - { + ) { self.applicationSourceConfig = applicationSourceConfig self.arn = arn self.description = description @@ -1518,8 +1460,7 @@ public struct UpdateDataIntegrationInput: Swift.Sendable { description: Swift.String? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.identifier = identifier self.name = name @@ -1546,8 +1487,7 @@ public struct UpdateDataIntegrationAssociationInput: Swift.Sendable { dataIntegrationAssociationIdentifier: Swift.String? = nil, dataIntegrationIdentifier: Swift.String? = nil, executionConfiguration: AppIntegrationsClientTypes.ExecutionConfiguration? = nil - ) - { + ) { self.dataIntegrationAssociationIdentifier = dataIntegrationAssociationIdentifier self.dataIntegrationIdentifier = dataIntegrationIdentifier self.executionConfiguration = executionConfiguration @@ -1569,8 +1509,7 @@ public struct UpdateEventIntegrationInput: Swift.Sendable { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } diff --git a/Sources/Services/AWSAppMesh/Package.swift.txt b/Sources/Services/AWSAppMesh/Package.swift.txt index 19cd199a865..4aac78a7ff6 100644 --- a/Sources/Services/AWSAppMesh/Package.swift.txt +++ b/Sources/Services/AWSAppMesh/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/AppMeshClient.swift b/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/AppMeshClient.swift index 215d44d1caf..ba44ef48735 100644 --- a/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/AppMeshClient.swift +++ b/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/AppMeshClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppMeshClient: ClientRuntime.Client { public static let clientName = "AppMeshClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppMeshClient.AppMeshClientConfiguration let serviceName = "App Mesh" diff --git a/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/Models.swift b/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/Models.swift index 9ab2dae879a..bf4a36eb7d0 100644 --- a/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/Models.swift +++ b/Sources/Services/AWSAppMesh/Sources/AWSAppMesh/Models.swift @@ -44,8 +44,7 @@ extension AppMeshClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -77,8 +76,7 @@ extension AppMeshClientTypes { public init( format: AppMeshClientTypes.LoggingFormat? = nil, path: Swift.String? = nil - ) - { + ) { self.format = format self.path = path } @@ -113,8 +111,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +157,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +180,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -209,8 +203,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -233,8 +226,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -253,8 +245,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.resourceArn = resourceArn @@ -275,8 +266,7 @@ extension AppMeshClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -294,8 +284,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [AppMeshClientTypes.TagRef]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -319,8 +308,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -343,8 +331,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -388,8 +375,7 @@ extension AppMeshClientTypes { public init( type: AppMeshClientTypes.EgressFilterType? = nil - ) - { + ) { self.type = type } } @@ -439,8 +425,7 @@ extension AppMeshClientTypes { public init( ipPreference: AppMeshClientTypes.IpPreference? = nil - ) - { + ) { self.ipPreference = ipPreference } } @@ -458,8 +443,7 @@ extension AppMeshClientTypes { public init( egressFilter: AppMeshClientTypes.EgressFilter? = nil, serviceDiscovery: AppMeshClientTypes.MeshServiceDiscovery? = nil - ) - { + ) { self.egressFilter = egressFilter self.serviceDiscovery = serviceDiscovery } @@ -483,8 +467,7 @@ public struct CreateMeshInput: Swift.Sendable { meshName: Swift.String? = nil, spec: AppMeshClientTypes.MeshSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.spec = spec @@ -526,8 +509,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, uid: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -580,8 +562,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.MeshStatusCode? = nil - ) - { + ) { self.status = status } } @@ -609,8 +590,7 @@ extension AppMeshClientTypes { metadata: AppMeshClientTypes.ResourceMetadata? = nil, spec: AppMeshClientTypes.MeshSpec? = nil, status: AppMeshClientTypes.MeshStatus? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.spec = spec @@ -627,8 +607,7 @@ public struct CreateMeshOutput: Swift.Sendable { public init( mesh: AppMeshClientTypes.MeshData? = nil - ) - { + ) { self.mesh = mesh } } @@ -651,8 +630,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -665,8 +643,7 @@ public struct DeleteMeshInput: Swift.Sendable { public init( meshName: Swift.String? = nil - ) - { + ) { self.meshName = meshName } } @@ -679,8 +656,7 @@ public struct DeleteMeshOutput: Swift.Sendable { public init( mesh: AppMeshClientTypes.MeshData? = nil - ) - { + ) { self.mesh = mesh } } @@ -696,8 +672,7 @@ public struct DescribeMeshInput: Swift.Sendable { public init( meshName: Swift.String? = nil, meshOwner: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner } @@ -711,8 +686,7 @@ public struct DescribeMeshOutput: Swift.Sendable { public init( mesh: AppMeshClientTypes.MeshData? = nil - ) - { + ) { self.mesh = mesh } } @@ -727,8 +701,7 @@ public struct ListMeshesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -768,8 +741,7 @@ extension AppMeshClientTypes { meshOwner: Swift.String? = nil, resourceOwner: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -792,8 +764,7 @@ public struct ListMeshesOutput: Swift.Sendable { public init( meshes: [AppMeshClientTypes.MeshRef]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.meshes = meshes self.nextToken = nextToken } @@ -813,8 +784,7 @@ public struct UpdateMeshInput: Swift.Sendable { clientToken: Swift.String? = nil, meshName: Swift.String? = nil, spec: AppMeshClientTypes.MeshSpec? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.spec = spec @@ -829,8 +799,7 @@ public struct UpdateMeshOutput: Swift.Sendable { public init( mesh: AppMeshClientTypes.MeshData? = nil - ) - { + ) { self.mesh = mesh } } @@ -849,8 +818,7 @@ extension AppMeshClientTypes { public init( certificateChain: Swift.String? = nil, privateKey: Swift.String? = nil - ) - { + ) { self.certificateChain = certificateChain self.privateKey = privateKey } @@ -867,8 +835,7 @@ extension AppMeshClientTypes { public init( secretName: Swift.String? = nil - ) - { + ) { self.secretName = secretName } } @@ -896,8 +863,7 @@ extension AppMeshClientTypes { public init( exact: [Swift.String]? = nil - ) - { + ) { self.exact = exact } } @@ -913,8 +879,7 @@ extension AppMeshClientTypes { public init( match: AppMeshClientTypes.SubjectAlternativeNameMatchers? = nil - ) - { + ) { self.match = match } } @@ -930,8 +895,7 @@ extension AppMeshClientTypes { public init( certificateAuthorityArns: [Swift.String]? = nil - ) - { + ) { self.certificateAuthorityArns = certificateAuthorityArns } } @@ -947,8 +911,7 @@ extension AppMeshClientTypes { public init( certificateChain: Swift.String? = nil - ) - { + ) { self.certificateChain = certificateChain } } @@ -964,8 +927,7 @@ extension AppMeshClientTypes { public init( secretName: Swift.String? = nil - ) - { + ) { self.secretName = secretName } } @@ -998,8 +960,7 @@ extension AppMeshClientTypes { public init( subjectAlternativeNames: AppMeshClientTypes.SubjectAlternativeNames? = nil, trust: AppMeshClientTypes.VirtualGatewayTlsValidationContextTrust? = nil - ) - { + ) { self.subjectAlternativeNames = subjectAlternativeNames self.trust = trust } @@ -1025,8 +986,7 @@ extension AppMeshClientTypes { enforce: Swift.Bool? = nil, ports: [Swift.Int]? = nil, validation: AppMeshClientTypes.VirtualGatewayTlsValidationContext? = nil - ) - { + ) { self.certificate = certificate self.enforce = enforce self.ports = ports @@ -1044,8 +1004,7 @@ extension AppMeshClientTypes { public init( tls: AppMeshClientTypes.VirtualGatewayClientPolicyTls? = nil - ) - { + ) { self.tls = tls } } @@ -1060,8 +1019,7 @@ extension AppMeshClientTypes { public init( clientPolicy: AppMeshClientTypes.VirtualGatewayClientPolicy? = nil - ) - { + ) { self.clientPolicy = clientPolicy } } @@ -1077,8 +1035,7 @@ extension AppMeshClientTypes { public init( maxRequests: Swift.Int? = nil - ) - { + ) { self.maxRequests = maxRequests } } @@ -1097,8 +1054,7 @@ extension AppMeshClientTypes { public init( maxConnections: Swift.Int? = nil, maxPendingRequests: Swift.Int? = nil - ) - { + ) { self.maxConnections = maxConnections self.maxPendingRequests = maxPendingRequests } @@ -1115,8 +1071,7 @@ extension AppMeshClientTypes { public init( maxRequests: Swift.Int? = nil - ) - { + ) { self.maxRequests = maxRequests } } @@ -1200,8 +1155,7 @@ extension AppMeshClientTypes { `protocol`: AppMeshClientTypes.VirtualGatewayPortProtocol? = nil, timeoutMillis: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.intervalMillis = intervalMillis self.path = path @@ -1227,8 +1181,7 @@ extension AppMeshClientTypes { public init( port: Swift.Int? = nil, `protocol`: AppMeshClientTypes.VirtualGatewayPortProtocol? = nil - ) - { + ) { self.port = port self.`protocol` = `protocol` } @@ -1245,8 +1198,7 @@ extension AppMeshClientTypes { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -1323,8 +1275,7 @@ extension AppMeshClientTypes { public init( subjectAlternativeNames: AppMeshClientTypes.SubjectAlternativeNames? = nil, trust: AppMeshClientTypes.VirtualGatewayListenerTlsValidationContextTrust? = nil - ) - { + ) { self.subjectAlternativeNames = subjectAlternativeNames self.trust = trust } @@ -1354,8 +1305,7 @@ extension AppMeshClientTypes { certificate: AppMeshClientTypes.VirtualGatewayListenerTlsCertificate? = nil, mode: AppMeshClientTypes.VirtualGatewayListenerTlsMode? = nil, validation: AppMeshClientTypes.VirtualGatewayListenerTlsValidationContext? = nil - ) - { + ) { self.certificate = certificate self.mode = mode self.validation = validation @@ -1382,8 +1332,7 @@ extension AppMeshClientTypes { healthCheck: AppMeshClientTypes.VirtualGatewayHealthCheckPolicy? = nil, portMapping: AppMeshClientTypes.VirtualGatewayPortMapping? = nil, tls: AppMeshClientTypes.VirtualGatewayListenerTls? = nil - ) - { + ) { self.connectionPool = connectionPool self.healthCheck = healthCheck self.portMapping = portMapping @@ -1405,8 +1354,7 @@ extension AppMeshClientTypes { public init( format: AppMeshClientTypes.LoggingFormat? = nil, path: Swift.String? = nil - ) - { + ) { self.format = format self.path = path } @@ -1432,8 +1380,7 @@ extension AppMeshClientTypes { public init( accessLog: AppMeshClientTypes.VirtualGatewayAccessLog? = nil - ) - { + ) { self.accessLog = accessLog } } @@ -1455,8 +1402,7 @@ extension AppMeshClientTypes { backendDefaults: AppMeshClientTypes.VirtualGatewayBackendDefaults? = nil, listeners: [AppMeshClientTypes.VirtualGatewayListener]? = nil, logging: AppMeshClientTypes.VirtualGatewayLogging? = nil - ) - { + ) { self.backendDefaults = backendDefaults self.listeners = listeners self.logging = logging @@ -1488,8 +1434,7 @@ public struct CreateVirtualGatewayInput: Swift.Sendable { spec: AppMeshClientTypes.VirtualGatewaySpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -1541,8 +1486,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.VirtualGatewayStatusCode? = nil - ) - { + ) { self.status = status } } @@ -1574,8 +1518,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.VirtualGatewaySpec? = nil, status: AppMeshClientTypes.VirtualGatewayStatus? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.spec = spec @@ -1592,8 +1535,7 @@ public struct CreateVirtualGatewayOutput: Swift.Sendable { public init( virtualGateway: AppMeshClientTypes.VirtualGatewayData? = nil - ) - { + ) { self.virtualGateway = virtualGateway } } @@ -1612,8 +1554,7 @@ public struct DeleteVirtualGatewayInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualGatewayName = virtualGatewayName @@ -1627,8 +1568,7 @@ public struct DeleteVirtualGatewayOutput: Swift.Sendable { public init( virtualGateway: AppMeshClientTypes.VirtualGatewayData? = nil - ) - { + ) { self.virtualGateway = virtualGateway } } @@ -1647,8 +1587,7 @@ public struct DescribeVirtualGatewayInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualGatewayName = virtualGatewayName @@ -1662,8 +1601,7 @@ public struct DescribeVirtualGatewayOutput: Swift.Sendable { public init( virtualGateway: AppMeshClientTypes.VirtualGatewayData? = nil - ) - { + ) { self.virtualGateway = virtualGateway } } @@ -1706,8 +1644,7 @@ extension AppMeshClientTypes { public init( defaultTargetHostname: AppMeshClientTypes.DefaultGatewayRouteRewrite? = nil - ) - { + ) { self.defaultTargetHostname = defaultTargetHostname } } @@ -1722,8 +1659,7 @@ extension AppMeshClientTypes { public init( hostname: AppMeshClientTypes.GatewayRouteHostnameRewrite? = nil - ) - { + ) { self.hostname = hostname } } @@ -1739,8 +1675,7 @@ extension AppMeshClientTypes { public init( virtualServiceName: Swift.String? = nil - ) - { + ) { self.virtualServiceName = virtualServiceName } } @@ -1759,8 +1694,7 @@ extension AppMeshClientTypes { public init( port: Swift.Int? = nil, virtualService: AppMeshClientTypes.GatewayRouteVirtualService? = nil - ) - { + ) { self.port = port self.virtualService = virtualService } @@ -1780,8 +1714,7 @@ extension AppMeshClientTypes { public init( rewrite: AppMeshClientTypes.GrpcGatewayRouteRewrite? = nil, target: AppMeshClientTypes.GatewayRouteTarget? = nil - ) - { + ) { self.rewrite = rewrite self.target = target } @@ -1800,8 +1733,7 @@ extension AppMeshClientTypes { public init( exact: Swift.String? = nil, suffix: Swift.String? = nil - ) - { + ) { self.exact = exact self.suffix = suffix } @@ -1822,8 +1754,7 @@ extension AppMeshClientTypes { public init( end: Swift.Int? = nil, start: Swift.Int? = nil - ) - { + ) { self.end = end self.start = start } @@ -1864,8 +1795,7 @@ extension AppMeshClientTypes { invert: Swift.Bool? = nil, match: AppMeshClientTypes.GrpcMetadataMatchMethod? = nil, name: Swift.String? = nil - ) - { + ) { self.invert = invert self.match = match self.name = name @@ -1891,8 +1821,7 @@ extension AppMeshClientTypes { metadata: [AppMeshClientTypes.GrpcGatewayRouteMetadata]? = nil, port: Swift.Int? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.metadata = metadata self.port = port @@ -1915,8 +1844,7 @@ extension AppMeshClientTypes { public init( action: AppMeshClientTypes.GrpcGatewayRouteAction? = nil, match: AppMeshClientTypes.GrpcGatewayRouteMatch? = nil - ) - { + ) { self.action = action self.match = match } @@ -1932,8 +1860,7 @@ extension AppMeshClientTypes { public init( exact: Swift.String? = nil - ) - { + ) { self.exact = exact } } @@ -1951,8 +1878,7 @@ extension AppMeshClientTypes { public init( defaultPrefix: AppMeshClientTypes.DefaultGatewayRouteRewrite? = nil, value: Swift.String? = nil - ) - { + ) { self.defaultPrefix = defaultPrefix self.value = value } @@ -1974,8 +1900,7 @@ extension AppMeshClientTypes { hostname: AppMeshClientTypes.GatewayRouteHostnameRewrite? = nil, path: AppMeshClientTypes.HttpGatewayRoutePathRewrite? = nil, `prefix`: AppMeshClientTypes.HttpGatewayRoutePrefixRewrite? = nil - ) - { + ) { self.hostname = hostname self.path = path self.`prefix` = `prefix` @@ -1996,8 +1921,7 @@ extension AppMeshClientTypes { public init( rewrite: AppMeshClientTypes.HttpGatewayRouteRewrite? = nil, target: AppMeshClientTypes.GatewayRouteTarget? = nil - ) - { + ) { self.rewrite = rewrite self.target = target } @@ -2038,8 +1962,7 @@ extension AppMeshClientTypes { invert: Swift.Bool? = nil, match: AppMeshClientTypes.HeaderMatchMethod? = nil, name: Swift.String? = nil - ) - { + ) { self.invert = invert self.match = match self.name = name @@ -2109,8 +2032,7 @@ extension AppMeshClientTypes { public init( exact: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.exact = exact self.regex = regex } @@ -2126,8 +2048,7 @@ extension AppMeshClientTypes { public init( exact: Swift.String? = nil - ) - { + ) { self.exact = exact } } @@ -2146,8 +2067,7 @@ extension AppMeshClientTypes { public init( match: AppMeshClientTypes.QueryParameterMatch? = nil, name: Swift.String? = nil - ) - { + ) { self.match = match self.name = name } @@ -2181,8 +2101,7 @@ extension AppMeshClientTypes { port: Swift.Int? = nil, `prefix`: Swift.String? = nil, queryParameters: [AppMeshClientTypes.HttpQueryParameter]? = nil - ) - { + ) { self.headers = headers self.hostname = hostname self.method = method @@ -2208,8 +2127,7 @@ extension AppMeshClientTypes { public init( action: AppMeshClientTypes.HttpGatewayRouteAction? = nil, match: AppMeshClientTypes.HttpGatewayRouteMatch? = nil - ) - { + ) { self.action = action self.match = match } @@ -2234,8 +2152,7 @@ extension AppMeshClientTypes { http2Route: AppMeshClientTypes.HttpGatewayRoute? = nil, httpRoute: AppMeshClientTypes.HttpGatewayRoute? = nil, priority: Swift.Int? = nil - ) - { + ) { self.grpcRoute = grpcRoute self.http2Route = http2Route self.httpRoute = httpRoute @@ -2272,8 +2189,7 @@ public struct CreateGatewayRouteInput: Swift.Sendable { spec: AppMeshClientTypes.GatewayRouteSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.gatewayRouteName = gatewayRouteName self.meshName = meshName @@ -2326,8 +2242,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.GatewayRouteStatusCode? = nil - ) - { + ) { self.status = status } } @@ -2363,8 +2278,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.GatewayRouteSpec? = nil, status: AppMeshClientTypes.GatewayRouteStatus? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.gatewayRouteName = gatewayRouteName self.meshName = meshName self.metadata = metadata @@ -2382,8 +2296,7 @@ public struct CreateGatewayRouteOutput: Swift.Sendable { public init( gatewayRoute: AppMeshClientTypes.GatewayRouteData? = nil - ) - { + ) { self.gatewayRoute = gatewayRoute } } @@ -2406,8 +2319,7 @@ public struct DeleteGatewayRouteInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.gatewayRouteName = gatewayRouteName self.meshName = meshName self.meshOwner = meshOwner @@ -2422,8 +2334,7 @@ public struct DeleteGatewayRouteOutput: Swift.Sendable { public init( gatewayRoute: AppMeshClientTypes.GatewayRouteData? = nil - ) - { + ) { self.gatewayRoute = gatewayRoute } } @@ -2446,8 +2357,7 @@ public struct DescribeGatewayRouteInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.gatewayRouteName = gatewayRouteName self.meshName = meshName self.meshOwner = meshOwner @@ -2462,8 +2372,7 @@ public struct DescribeGatewayRouteOutput: Swift.Sendable { public init( gatewayRoute: AppMeshClientTypes.GatewayRouteData? = nil - ) - { + ) { self.gatewayRoute = gatewayRoute } } @@ -2488,8 +2397,7 @@ public struct ListGatewayRoutesInput: Swift.Sendable { meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -2540,8 +2448,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, version: Swift.Int? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.gatewayRouteName = gatewayRouteName @@ -2565,8 +2472,7 @@ public struct ListGatewayRoutesOutput: Swift.Sendable { public init( gatewayRoutes: [AppMeshClientTypes.GatewayRouteRef]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gatewayRoutes = gatewayRoutes self.nextToken = nextToken } @@ -2597,8 +2503,7 @@ public struct UpdateGatewayRouteInput: Swift.Sendable { meshOwner: Swift.String? = nil, spec: AppMeshClientTypes.GatewayRouteSpec? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.gatewayRouteName = gatewayRouteName self.meshName = meshName @@ -2615,8 +2520,7 @@ public struct UpdateGatewayRouteOutput: Swift.Sendable { public init( gatewayRoute: AppMeshClientTypes.GatewayRouteData? = nil - ) - { + ) { self.gatewayRoute = gatewayRoute } } @@ -2637,8 +2541,7 @@ public struct ListVirtualGatewaysInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -2684,8 +2587,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, version: Swift.Int? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -2708,8 +2610,7 @@ public struct ListVirtualGatewaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualGateways: [AppMeshClientTypes.VirtualGatewayRef]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualGateways = virtualGateways } @@ -2736,8 +2637,7 @@ public struct UpdateVirtualGatewayInput: Swift.Sendable { meshOwner: Swift.String? = nil, spec: AppMeshClientTypes.VirtualGatewaySpec? = nil, virtualGatewayName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -2753,8 +2653,7 @@ public struct UpdateVirtualGatewayOutput: Swift.Sendable { public init( virtualGateway: AppMeshClientTypes.VirtualGatewayData? = nil - ) - { + ) { self.virtualGateway = virtualGateway } } @@ -2773,8 +2672,7 @@ extension AppMeshClientTypes { public init( certificateChain: Swift.String? = nil, privateKey: Swift.String? = nil - ) - { + ) { self.certificateChain = certificateChain self.privateKey = privateKey } @@ -2791,8 +2689,7 @@ extension AppMeshClientTypes { public init( secretName: Swift.String? = nil - ) - { + ) { self.secretName = secretName } } @@ -2820,8 +2717,7 @@ extension AppMeshClientTypes { public init( certificateAuthorityArns: [Swift.String]? = nil - ) - { + ) { self.certificateAuthorityArns = certificateAuthorityArns } } @@ -2837,8 +2733,7 @@ extension AppMeshClientTypes { public init( certificateChain: Swift.String? = nil - ) - { + ) { self.certificateChain = certificateChain } } @@ -2854,8 +2749,7 @@ extension AppMeshClientTypes { public init( secretName: Swift.String? = nil - ) - { + ) { self.secretName = secretName } } @@ -2888,8 +2782,7 @@ extension AppMeshClientTypes { public init( subjectAlternativeNames: AppMeshClientTypes.SubjectAlternativeNames? = nil, trust: AppMeshClientTypes.TlsValidationContextTrust? = nil - ) - { + ) { self.subjectAlternativeNames = subjectAlternativeNames self.trust = trust } @@ -2915,8 +2808,7 @@ extension AppMeshClientTypes { enforce: Swift.Bool? = nil, ports: [Swift.Int]? = nil, validation: AppMeshClientTypes.TlsValidationContext? = nil - ) - { + ) { self.certificate = certificate self.enforce = enforce self.ports = ports @@ -2934,8 +2826,7 @@ extension AppMeshClientTypes { public init( tls: AppMeshClientTypes.ClientPolicyTls? = nil - ) - { + ) { self.tls = tls } } @@ -2950,8 +2841,7 @@ extension AppMeshClientTypes { public init( clientPolicy: AppMeshClientTypes.ClientPolicy? = nil - ) - { + ) { self.clientPolicy = clientPolicy } } @@ -2970,8 +2860,7 @@ extension AppMeshClientTypes { public init( clientPolicy: AppMeshClientTypes.ClientPolicy? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.clientPolicy = clientPolicy self.virtualServiceName = virtualServiceName } @@ -2998,8 +2887,7 @@ extension AppMeshClientTypes { public init( maxRequests: Swift.Int? = nil - ) - { + ) { self.maxRequests = maxRequests } } @@ -3018,8 +2906,7 @@ extension AppMeshClientTypes { public init( maxConnections: Swift.Int? = nil, maxPendingRequests: Swift.Int? = nil - ) - { + ) { self.maxConnections = maxConnections self.maxPendingRequests = maxPendingRequests } @@ -3036,8 +2923,7 @@ extension AppMeshClientTypes { public init( maxRequests: Swift.Int? = nil - ) - { + ) { self.maxRequests = maxRequests } } @@ -3053,8 +2939,7 @@ extension AppMeshClientTypes { public init( maxConnections: Swift.Int? = nil - ) - { + ) { self.maxConnections = maxConnections } } @@ -3143,8 +3028,7 @@ extension AppMeshClientTypes { `protocol`: AppMeshClientTypes.PortProtocol? = nil, timeoutMillis: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.intervalMillis = intervalMillis self.path = path @@ -3197,8 +3081,7 @@ extension AppMeshClientTypes { public init( unit: AppMeshClientTypes.DurationUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -3227,8 +3110,7 @@ extension AppMeshClientTypes { interval: AppMeshClientTypes.Duration? = nil, maxEjectionPercent: Swift.Int? = nil, maxServerErrors: Swift.Int? = nil - ) - { + ) { self.baseEjectionDuration = baseEjectionDuration self.interval = interval self.maxEjectionPercent = maxEjectionPercent @@ -3251,8 +3133,7 @@ extension AppMeshClientTypes { public init( port: Swift.Int? = nil, `protocol`: AppMeshClientTypes.PortProtocol? = nil - ) - { + ) { self.port = port self.`protocol` = `protocol` } @@ -3271,8 +3152,7 @@ extension AppMeshClientTypes { public init( idle: AppMeshClientTypes.Duration? = nil, perRequest: AppMeshClientTypes.Duration? = nil - ) - { + ) { self.idle = idle self.perRequest = perRequest } @@ -3291,8 +3171,7 @@ extension AppMeshClientTypes { public init( idle: AppMeshClientTypes.Duration? = nil, perRequest: AppMeshClientTypes.Duration? = nil - ) - { + ) { self.idle = idle self.perRequest = perRequest } @@ -3308,8 +3187,7 @@ extension AppMeshClientTypes { public init( idle: AppMeshClientTypes.Duration? = nil - ) - { + ) { self.idle = idle } } @@ -3341,8 +3219,7 @@ extension AppMeshClientTypes { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -3419,8 +3296,7 @@ extension AppMeshClientTypes { public init( subjectAlternativeNames: AppMeshClientTypes.SubjectAlternativeNames? = nil, trust: AppMeshClientTypes.ListenerTlsValidationContextTrust? = nil - ) - { + ) { self.subjectAlternativeNames = subjectAlternativeNames self.trust = trust } @@ -3450,8 +3326,7 @@ extension AppMeshClientTypes { certificate: AppMeshClientTypes.ListenerTlsCertificate? = nil, mode: AppMeshClientTypes.ListenerTlsMode? = nil, validation: AppMeshClientTypes.ListenerTlsValidationContext? = nil - ) - { + ) { self.certificate = certificate self.mode = mode self.validation = validation @@ -3484,8 +3359,7 @@ extension AppMeshClientTypes { portMapping: AppMeshClientTypes.PortMapping? = nil, timeout: AppMeshClientTypes.ListenerTimeout? = nil, tls: AppMeshClientTypes.ListenerTls? = nil - ) - { + ) { self.connectionPool = connectionPool self.healthCheck = healthCheck self.outlierDetection = outlierDetection @@ -3505,8 +3379,7 @@ extension AppMeshClientTypes { public init( accessLog: AppMeshClientTypes.AccessLog? = nil - ) - { + ) { self.accessLog = accessLog } } @@ -3526,8 +3399,7 @@ extension AppMeshClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3554,8 +3426,7 @@ extension AppMeshClientTypes { ipPreference: AppMeshClientTypes.IpPreference? = nil, namespaceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.ipPreference = ipPreference self.namespaceName = namespaceName @@ -3609,8 +3480,7 @@ extension AppMeshClientTypes { hostname: Swift.String? = nil, ipPreference: AppMeshClientTypes.IpPreference? = nil, responseType: AppMeshClientTypes.DnsResponseType? = nil - ) - { + ) { self.hostname = hostname self.ipPreference = ipPreference self.responseType = responseType @@ -3651,8 +3521,7 @@ extension AppMeshClientTypes { listeners: [AppMeshClientTypes.Listener]? = nil, logging: AppMeshClientTypes.Logging? = nil, serviceDiscovery: AppMeshClientTypes.ServiceDiscovery? = nil - ) - { + ) { self.backendDefaults = backendDefaults self.backends = backends self.listeners = listeners @@ -3687,8 +3556,7 @@ public struct CreateVirtualNodeInput: Swift.Sendable { spec: AppMeshClientTypes.VirtualNodeSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -3740,8 +3608,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.VirtualNodeStatusCode? = nil - ) - { + ) { self.status = status } } @@ -3773,8 +3640,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.VirtualNodeSpec? = nil, status: AppMeshClientTypes.VirtualNodeStatus? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.spec = spec @@ -3792,8 +3658,7 @@ public struct CreateVirtualNodeOutput: Swift.Sendable { public init( virtualNode: AppMeshClientTypes.VirtualNodeData? = nil - ) - { + ) { self.virtualNode = virtualNode } } @@ -3813,8 +3678,7 @@ public struct DeleteVirtualNodeInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualNodeName = virtualNodeName @@ -3829,8 +3693,7 @@ public struct DeleteVirtualNodeOutput: Swift.Sendable { public init( virtualNode: AppMeshClientTypes.VirtualNodeData? = nil - ) - { + ) { self.virtualNode = virtualNode } } @@ -3850,8 +3713,7 @@ public struct DescribeVirtualNodeInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualNodeName = virtualNodeName @@ -3866,8 +3728,7 @@ public struct DescribeVirtualNodeOutput: Swift.Sendable { public init( virtualNode: AppMeshClientTypes.VirtualNodeData? = nil - ) - { + ) { self.virtualNode = virtualNode } } @@ -3889,8 +3750,7 @@ public struct ListVirtualNodesInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -3936,8 +3796,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, version: Swift.Int? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -3961,8 +3820,7 @@ public struct ListVirtualNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualNodes: [AppMeshClientTypes.VirtualNodeRef]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualNodes = virtualNodes } @@ -3990,8 +3848,7 @@ public struct UpdateVirtualNodeInput: Swift.Sendable { meshOwner: Swift.String? = nil, spec: AppMeshClientTypes.VirtualNodeSpec? = nil, virtualNodeName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -4008,8 +3865,7 @@ public struct UpdateVirtualNodeOutput: Swift.Sendable { public init( virtualNode: AppMeshClientTypes.VirtualNodeData? = nil - ) - { + ) { self.virtualNode = virtualNode } } @@ -4024,8 +3880,7 @@ extension AppMeshClientTypes { public init( portMapping: AppMeshClientTypes.PortMapping? = nil - ) - { + ) { self.portMapping = portMapping } } @@ -4040,8 +3895,7 @@ extension AppMeshClientTypes { public init( listeners: [AppMeshClientTypes.VirtualRouterListener]? = nil - ) - { + ) { self.listeners = listeners } } @@ -4072,8 +3926,7 @@ public struct CreateVirtualRouterInput: Swift.Sendable { spec: AppMeshClientTypes.VirtualRouterSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -4125,8 +3978,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.VirtualRouterStatusCode? = nil - ) - { + ) { self.status = status } } @@ -4158,8 +4010,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.VirtualRouterSpec? = nil, status: AppMeshClientTypes.VirtualRouterStatus? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.spec = spec @@ -4177,8 +4028,7 @@ public struct CreateVirtualRouterOutput: Swift.Sendable { public init( virtualRouter: AppMeshClientTypes.VirtualRouterData? = nil - ) - { + ) { self.virtualRouter = virtualRouter } } @@ -4198,8 +4048,7 @@ public struct DeleteVirtualRouterInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualRouterName = virtualRouterName @@ -4214,8 +4063,7 @@ public struct DeleteVirtualRouterOutput: Swift.Sendable { public init( virtualRouter: AppMeshClientTypes.VirtualRouterData? = nil - ) - { + ) { self.virtualRouter = virtualRouter } } @@ -4235,8 +4083,7 @@ public struct DescribeVirtualRouterInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualRouterName = virtualRouterName @@ -4251,8 +4098,7 @@ public struct DescribeVirtualRouterOutput: Swift.Sendable { public init( virtualRouter: AppMeshClientTypes.VirtualRouterData? = nil - ) - { + ) { self.virtualRouter = virtualRouter } } @@ -4274,8 +4120,7 @@ public struct ListVirtualRoutersInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -4321,8 +4166,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, version: Swift.Int? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -4346,8 +4190,7 @@ public struct ListVirtualRoutersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualRouters: [AppMeshClientTypes.VirtualRouterRef]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualRouters = virtualRouters } @@ -4370,8 +4213,7 @@ extension AppMeshClientTypes { port: Swift.Int? = nil, virtualNode: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.port = port self.virtualNode = virtualNode self.weight = weight @@ -4389,8 +4231,7 @@ extension AppMeshClientTypes { public init( weightedTargets: [AppMeshClientTypes.WeightedTarget]? = nil - ) - { + ) { self.weightedTargets = weightedTargets } } @@ -4430,8 +4271,7 @@ extension AppMeshClientTypes { invert: Swift.Bool? = nil, match: AppMeshClientTypes.GrpcRouteMetadataMatchMethod? = nil, name: Swift.String? = nil - ) - { + ) { self.invert = invert self.match = match self.name = name @@ -4457,8 +4297,7 @@ extension AppMeshClientTypes { methodName: Swift.String? = nil, port: Swift.Int? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.methodName = methodName self.port = port @@ -4562,8 +4401,7 @@ extension AppMeshClientTypes { maxRetries: Swift.Int? = nil, perRetryTimeout: AppMeshClientTypes.Duration? = nil, tcpRetryEvents: [AppMeshClientTypes.TcpRetryPolicyEvent]? = nil - ) - { + ) { self.grpcRetryEvents = grpcRetryEvents self.httpRetryEvents = httpRetryEvents self.maxRetries = maxRetries @@ -4593,8 +4431,7 @@ extension AppMeshClientTypes { match: AppMeshClientTypes.GrpcRouteMatch? = nil, retryPolicy: AppMeshClientTypes.GrpcRetryPolicy? = nil, timeout: AppMeshClientTypes.GrpcTimeout? = nil - ) - { + ) { self.action = action self.match = match self.retryPolicy = retryPolicy @@ -4613,8 +4450,7 @@ extension AppMeshClientTypes { public init( weightedTargets: [AppMeshClientTypes.WeightedTarget]? = nil - ) - { + ) { self.weightedTargets = weightedTargets } } @@ -4636,8 +4472,7 @@ extension AppMeshClientTypes { invert: Swift.Bool? = nil, match: AppMeshClientTypes.HeaderMatchMethod? = nil, name: Swift.String? = nil - ) - { + ) { self.invert = invert self.match = match self.name = name @@ -4701,8 +4536,7 @@ extension AppMeshClientTypes { `prefix`: Swift.String? = nil, queryParameters: [AppMeshClientTypes.HttpQueryParameter]? = nil, scheme: AppMeshClientTypes.HttpScheme? = nil - ) - { + ) { self.headers = headers self.method = method self.path = path @@ -4742,8 +4576,7 @@ extension AppMeshClientTypes { maxRetries: Swift.Int? = nil, perRetryTimeout: AppMeshClientTypes.Duration? = nil, tcpRetryEvents: [AppMeshClientTypes.TcpRetryPolicyEvent]? = nil - ) - { + ) { self.httpRetryEvents = httpRetryEvents self.maxRetries = maxRetries self.perRetryTimeout = perRetryTimeout @@ -4772,8 +4605,7 @@ extension AppMeshClientTypes { match: AppMeshClientTypes.HttpRouteMatch? = nil, retryPolicy: AppMeshClientTypes.HttpRetryPolicy? = nil, timeout: AppMeshClientTypes.HttpTimeout? = nil - ) - { + ) { self.action = action self.match = match self.retryPolicy = retryPolicy @@ -4792,8 +4624,7 @@ extension AppMeshClientTypes { public init( weightedTargets: [AppMeshClientTypes.WeightedTarget]? = nil - ) - { + ) { self.weightedTargets = weightedTargets } } @@ -4808,8 +4639,7 @@ extension AppMeshClientTypes { public init( port: Swift.Int? = nil - ) - { + ) { self.port = port } } @@ -4831,8 +4661,7 @@ extension AppMeshClientTypes { action: AppMeshClientTypes.TcpRouteAction? = nil, match: AppMeshClientTypes.TcpRouteMatch? = nil, timeout: AppMeshClientTypes.TcpTimeout? = nil - ) - { + ) { self.action = action self.match = match self.timeout = timeout @@ -4861,8 +4690,7 @@ extension AppMeshClientTypes { httpRoute: AppMeshClientTypes.HttpRoute? = nil, priority: Swift.Int? = nil, tcpRoute: AppMeshClientTypes.TcpRoute? = nil - ) - { + ) { self.grpcRoute = grpcRoute self.http2Route = http2Route self.httpRoute = httpRoute @@ -4901,8 +4729,7 @@ public struct CreateRouteInput: Swift.Sendable { spec: AppMeshClientTypes.RouteSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -4955,8 +4782,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.RouteStatusCode? = nil - ) - { + ) { self.status = status } } @@ -4992,8 +4818,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.RouteSpec? = nil, status: AppMeshClientTypes.RouteStatus? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.routeName = routeName @@ -5012,8 +4837,7 @@ public struct CreateRouteOutput: Swift.Sendable { public init( route: AppMeshClientTypes.RouteData? = nil - ) - { + ) { self.route = route } } @@ -5037,8 +4861,7 @@ public struct DeleteRouteInput: Swift.Sendable { meshOwner: Swift.String? = nil, routeName: Swift.String? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.routeName = routeName @@ -5054,8 +4877,7 @@ public struct DeleteRouteOutput: Swift.Sendable { public init( route: AppMeshClientTypes.RouteData? = nil - ) - { + ) { self.route = route } } @@ -5079,8 +4901,7 @@ public struct DescribeRouteInput: Swift.Sendable { meshOwner: Swift.String? = nil, routeName: Swift.String? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.routeName = routeName @@ -5096,8 +4917,7 @@ public struct DescribeRouteOutput: Swift.Sendable { public init( route: AppMeshClientTypes.RouteData? = nil - ) - { + ) { self.route = route } } @@ -5123,8 +4943,7 @@ public struct ListRoutesInput: Swift.Sendable { meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -5175,8 +4994,7 @@ extension AppMeshClientTypes { routeName: Swift.String? = nil, version: Swift.Int? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -5201,8 +5019,7 @@ public struct ListRoutesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routes: [AppMeshClientTypes.RouteRef]? = nil - ) - { + ) { self.nextToken = nextToken self.routes = routes } @@ -5234,8 +5051,7 @@ public struct UpdateRouteInput: Swift.Sendable { routeName: Swift.String? = nil, spec: AppMeshClientTypes.RouteSpec? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -5253,8 +5069,7 @@ public struct UpdateRouteOutput: Swift.Sendable { public init( route: AppMeshClientTypes.RouteData? = nil - ) - { + ) { self.route = route } } @@ -5281,8 +5096,7 @@ public struct UpdateVirtualRouterInput: Swift.Sendable { meshOwner: Swift.String? = nil, spec: AppMeshClientTypes.VirtualRouterSpec? = nil, virtualRouterName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -5299,8 +5113,7 @@ public struct UpdateVirtualRouterOutput: Swift.Sendable { public init( virtualRouter: AppMeshClientTypes.VirtualRouterData? = nil - ) - { + ) { self.virtualRouter = virtualRouter } } @@ -5315,8 +5128,7 @@ extension AppMeshClientTypes { public init( virtualNodeName: Swift.String? = nil - ) - { + ) { self.virtualNodeName = virtualNodeName } } @@ -5332,8 +5144,7 @@ extension AppMeshClientTypes { public init( virtualRouterName: Swift.String? = nil - ) - { + ) { self.virtualRouterName = virtualRouterName } } @@ -5360,8 +5171,7 @@ extension AppMeshClientTypes { public init( provider: AppMeshClientTypes.VirtualServiceProvider? = nil - ) - { + ) { self.provider = provider } } @@ -5392,8 +5202,7 @@ public struct CreateVirtualServiceInput: Swift.Sendable { spec: AppMeshClientTypes.VirtualServiceSpec? = nil, tags: [AppMeshClientTypes.TagRef]? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -5445,8 +5254,7 @@ extension AppMeshClientTypes { public init( status: AppMeshClientTypes.VirtualServiceStatusCode? = nil - ) - { + ) { self.status = status } } @@ -5478,8 +5286,7 @@ extension AppMeshClientTypes { spec: AppMeshClientTypes.VirtualServiceSpec? = nil, status: AppMeshClientTypes.VirtualServiceStatus? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.metadata = metadata self.spec = spec @@ -5497,8 +5304,7 @@ public struct CreateVirtualServiceOutput: Swift.Sendable { public init( virtualService: AppMeshClientTypes.VirtualServiceData? = nil - ) - { + ) { self.virtualService = virtualService } } @@ -5518,8 +5324,7 @@ public struct DeleteVirtualServiceInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualServiceName = virtualServiceName @@ -5534,8 +5339,7 @@ public struct DeleteVirtualServiceOutput: Swift.Sendable { public init( virtualService: AppMeshClientTypes.VirtualServiceData? = nil - ) - { + ) { self.virtualService = virtualService } } @@ -5555,8 +5359,7 @@ public struct DescribeVirtualServiceInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.meshName = meshName self.meshOwner = meshOwner self.virtualServiceName = virtualServiceName @@ -5571,8 +5374,7 @@ public struct DescribeVirtualServiceOutput: Swift.Sendable { public init( virtualService: AppMeshClientTypes.VirtualServiceData? = nil - ) - { + ) { self.virtualService = virtualService } } @@ -5594,8 +5396,7 @@ public struct ListVirtualServicesInput: Swift.Sendable { meshName: Swift.String? = nil, meshOwner: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.meshName = meshName self.meshOwner = meshOwner @@ -5641,8 +5442,7 @@ extension AppMeshClientTypes { resourceOwner: Swift.String? = nil, version: Swift.Int? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -5666,8 +5466,7 @@ public struct ListVirtualServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualServices: [AppMeshClientTypes.VirtualServiceRef]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualServices = virtualServices } @@ -5695,8 +5494,7 @@ public struct UpdateVirtualServiceInput: Swift.Sendable { meshOwner: Swift.String? = nil, spec: AppMeshClientTypes.VirtualServiceSpec? = nil, virtualServiceName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.meshName = meshName self.meshOwner = meshOwner @@ -5713,8 +5511,7 @@ public struct UpdateVirtualServiceOutput: Swift.Sendable { public init( virtualService: AppMeshClientTypes.VirtualServiceData? = nil - ) - { + ) { self.virtualService = virtualService } } @@ -5737,8 +5534,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5755,8 +5551,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [AppMeshClientTypes.TagRef]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5780,8 +5575,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSAppRunner/Package.swift.txt b/Sources/Services/AWSAppRunner/Package.swift.txt index 8c156439fb4..35cf5d5340b 100644 --- a/Sources/Services/AWSAppRunner/Package.swift.txt +++ b/Sources/Services/AWSAppRunner/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/AppRunnerClient.swift b/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/AppRunnerClient.swift index b1ed1cb6945..694eae5173a 100644 --- a/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/AppRunnerClient.swift +++ b/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/AppRunnerClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppRunnerClient: ClientRuntime.Client { public static let clientName = "AppRunnerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppRunnerClient.AppRunnerClientConfiguration let serviceName = "AppRunner" diff --git a/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/Models.swift b/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/Models.swift index 7730d2682b1..1e4809b15b2 100644 --- a/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/Models.swift +++ b/Sources/Services/AWSAppRunner/Sources/AWSAppRunner/Models.swift @@ -44,8 +44,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +90,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct AssociateCustomDomainInput: Swift.Sendable { domainName: Swift.String? = nil, enableWWWSubdomain: Swift.Bool? = nil, serviceArn: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.enableWWWSubdomain = enableWWWSubdomain self.serviceArn = serviceArn @@ -170,8 +166,7 @@ extension AppRunnerClientTypes { status: AppRunnerClientTypes.CertificateValidationRecordStatus? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.status = status self.type = type @@ -245,8 +240,7 @@ extension AppRunnerClientTypes { domainName: Swift.String? = nil, enableWWWSubdomain: Swift.Bool? = nil, status: AppRunnerClientTypes.CustomDomainAssociationStatus? = nil - ) - { + ) { self.certificateValidationRecords = certificateValidationRecords self.domainName = domainName self.enableWWWSubdomain = enableWWWSubdomain @@ -270,8 +264,7 @@ extension AppRunnerClientTypes { domainName: Swift.String? = nil, vpcId: Swift.String? = nil, vpcIngressConnectionArn: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.vpcId = vpcId self.vpcIngressConnectionArn = vpcIngressConnectionArn @@ -298,8 +291,7 @@ public struct AssociateCustomDomainOutput: Swift.Sendable { dnsTarget: Swift.String? = nil, serviceArn: Swift.String? = nil, vpcDNSTargets: [AppRunnerClientTypes.VpcDNSTarget]? = nil - ) - { + ) { self.customDomain = customDomain self.dnsTarget = dnsTarget self.serviceArn = serviceArn @@ -325,8 +317,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -343,8 +334,7 @@ extension AppRunnerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -378,8 +368,7 @@ public struct CreateAutoScalingConfigurationInput: Swift.Sendable { maxSize: Swift.Int? = nil, minSize: Swift.Int? = nil, tags: [AppRunnerClientTypes.Tag]? = nil - ) - { + ) { self.autoScalingConfigurationName = autoScalingConfigurationName self.maxConcurrency = maxConcurrency self.maxSize = maxSize @@ -459,8 +448,7 @@ extension AppRunnerClientTypes { maxSize: Swift.Int? = nil, minSize: Swift.Int? = nil, status: AppRunnerClientTypes.AutoScalingConfigurationStatus? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.autoScalingConfigurationName = autoScalingConfigurationName self.autoScalingConfigurationRevision = autoScalingConfigurationRevision @@ -484,8 +472,7 @@ public struct CreateAutoScalingConfigurationOutput: Swift.Sendable { public init( autoScalingConfiguration: AppRunnerClientTypes.AutoScalingConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration } } @@ -533,8 +520,7 @@ public struct CreateConnectionInput: Swift.Sendable { connectionName: Swift.String? = nil, providerType: AppRunnerClientTypes.ProviderType? = nil, tags: [AppRunnerClientTypes.Tag]? = nil - ) - { + ) { self.connectionName = connectionName self.providerType = providerType self.tags = tags @@ -597,8 +583,7 @@ extension AppRunnerClientTypes { createdAt: Foundation.Date? = nil, providerType: AppRunnerClientTypes.ProviderType? = nil, status: AppRunnerClientTypes.ConnectionStatus? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionName = connectionName self.createdAt = createdAt @@ -615,8 +600,7 @@ public struct CreateConnectionOutput: Swift.Sendable { public init( connection: AppRunnerClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -657,8 +641,7 @@ extension AppRunnerClientTypes { public init( vendor: AppRunnerClientTypes.TracingVendor? = nil - ) - { + ) { self.vendor = vendor } } @@ -677,8 +660,7 @@ public struct CreateObservabilityConfigurationInput: Swift.Sendable { observabilityConfigurationName: Swift.String? = nil, tags: [AppRunnerClientTypes.Tag]? = nil, traceConfiguration: AppRunnerClientTypes.TraceConfiguration? = nil - ) - { + ) { self.observabilityConfigurationName = observabilityConfigurationName self.tags = tags self.traceConfiguration = traceConfiguration @@ -744,8 +726,7 @@ extension AppRunnerClientTypes { observabilityConfigurationRevision: Swift.Int = 0, status: AppRunnerClientTypes.ObservabilityConfigurationStatus? = nil, traceConfiguration: AppRunnerClientTypes.TraceConfiguration? = nil - ) - { + ) { self.createdAt = createdAt self.deletedAt = deletedAt self.latest = latest @@ -765,8 +746,7 @@ public struct CreateObservabilityConfigurationOutput: Swift.Sendable { public init( observabilityConfiguration: AppRunnerClientTypes.ObservabilityConfiguration? = nil - ) - { + ) { self.observabilityConfiguration = observabilityConfiguration } } @@ -781,8 +761,7 @@ extension AppRunnerClientTypes { public init( kmsKey: Swift.String? = nil - ) - { + ) { self.kmsKey = kmsKey } } @@ -841,8 +820,7 @@ extension AppRunnerClientTypes { `protocol`: AppRunnerClientTypes.HealthCheckProtocol? = nil, timeout: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.interval = interval self.path = path @@ -868,8 +846,7 @@ extension AppRunnerClientTypes { cpu: Swift.String? = nil, instanceRoleArn: Swift.String? = nil, memory: Swift.String? = nil - ) - { + ) { self.cpu = cpu self.instanceRoleArn = instanceRoleArn self.memory = memory @@ -918,8 +895,7 @@ extension AppRunnerClientTypes { public init( egressType: AppRunnerClientTypes.EgressType? = nil, vpcConnectorArn: Swift.String? = nil - ) - { + ) { self.egressType = egressType self.vpcConnectorArn = vpcConnectorArn } @@ -935,8 +911,7 @@ extension AppRunnerClientTypes { public init( isPubliclyAccessible: Swift.Bool = false - ) - { + ) { self.isPubliclyAccessible = isPubliclyAccessible } } @@ -986,8 +961,7 @@ extension AppRunnerClientTypes { egressConfiguration: AppRunnerClientTypes.EgressConfiguration? = nil, ingressConfiguration: AppRunnerClientTypes.IngressConfiguration? = nil, ipAddressType: AppRunnerClientTypes.IpAddressType? = nil - ) - { + ) { self.egressConfiguration = egressConfiguration self.ingressConfiguration = ingressConfiguration self.ipAddressType = ipAddressType @@ -1008,8 +982,7 @@ extension AppRunnerClientTypes { public init( observabilityConfigurationArn: Swift.String? = nil, observabilityEnabled: Swift.Bool = false - ) - { + ) { self.observabilityConfigurationArn = observabilityConfigurationArn self.observabilityEnabled = observabilityEnabled } @@ -1028,8 +1001,7 @@ extension AppRunnerClientTypes { public init( accessRoleArn: Swift.String? = nil, connectionArn: Swift.String? = nil - ) - { + ) { self.accessRoleArn = accessRoleArn self.connectionArn = connectionArn } @@ -1124,8 +1096,7 @@ extension AppRunnerClientTypes { runtimeEnvironmentSecrets: [Swift.String: Swift.String]? = nil, runtimeEnvironmentVariables: [Swift.String: Swift.String]? = nil, startCommand: Swift.String? = nil - ) - { + ) { self.buildCommand = buildCommand self.port = port self.runtime = runtime @@ -1187,8 +1158,7 @@ extension AppRunnerClientTypes { public init( codeConfigurationValues: AppRunnerClientTypes.CodeConfigurationValues? = nil, configurationSource: AppRunnerClientTypes.ConfigurationSource? = nil - ) - { + ) { self.codeConfigurationValues = codeConfigurationValues self.configurationSource = configurationSource } @@ -1235,8 +1205,7 @@ extension AppRunnerClientTypes { public init( type: AppRunnerClientTypes.SourceCodeVersionType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1263,8 +1232,7 @@ extension AppRunnerClientTypes { repositoryUrl: Swift.String? = nil, sourceCodeVersion: AppRunnerClientTypes.SourceCodeVersion? = nil, sourceDirectory: Swift.String? = nil - ) - { + ) { self.codeConfiguration = codeConfiguration self.repositoryUrl = repositoryUrl self.sourceCodeVersion = sourceCodeVersion @@ -1295,8 +1263,7 @@ extension AppRunnerClientTypes { runtimeEnvironmentSecrets: [Swift.String: Swift.String]? = nil, runtimeEnvironmentVariables: [Swift.String: Swift.String]? = nil, startCommand: Swift.String? = nil - ) - { + ) { self.port = port self.runtimeEnvironmentSecrets = runtimeEnvironmentSecrets self.runtimeEnvironmentVariables = runtimeEnvironmentVariables @@ -1356,8 +1323,7 @@ extension AppRunnerClientTypes { imageConfiguration: AppRunnerClientTypes.ImageConfiguration? = nil, imageIdentifier: Swift.String? = nil, imageRepositoryType: AppRunnerClientTypes.ImageRepositoryType? = nil - ) - { + ) { self.imageConfiguration = imageConfiguration self.imageIdentifier = imageIdentifier self.imageRepositoryType = imageRepositoryType @@ -1383,8 +1349,7 @@ extension AppRunnerClientTypes { autoDeploymentsEnabled: Swift.Bool? = nil, codeRepository: AppRunnerClientTypes.CodeRepository? = nil, imageRepository: AppRunnerClientTypes.ImageRepository? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.autoDeploymentsEnabled = autoDeploymentsEnabled self.codeRepository = codeRepository @@ -1425,8 +1390,7 @@ public struct CreateServiceInput: Swift.Sendable { serviceName: Swift.String? = nil, sourceConfiguration: AppRunnerClientTypes.SourceConfiguration? = nil, tags: [AppRunnerClientTypes.Tag]? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.encryptionConfiguration = encryptionConfiguration self.healthCheckConfiguration = healthCheckConfiguration @@ -1466,8 +1430,7 @@ extension AppRunnerClientTypes { hasAssociatedService: Swift.Bool? = nil, isDefault: Swift.Bool? = nil, status: AppRunnerClientTypes.AutoScalingConfigurationStatus? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.autoScalingConfigurationName = autoScalingConfigurationName self.autoScalingConfigurationRevision = autoScalingConfigurationRevision @@ -1585,8 +1548,7 @@ extension AppRunnerClientTypes { sourceConfiguration: AppRunnerClientTypes.SourceConfiguration? = nil, status: AppRunnerClientTypes.ServiceStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.autoScalingConfigurationSummary = autoScalingConfigurationSummary self.createdAt = createdAt self.deletedAt = deletedAt @@ -1617,8 +1579,7 @@ public struct CreateServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.operationId = operationId self.service = service } @@ -1641,8 +1602,7 @@ public struct CreateVpcConnectorInput: Swift.Sendable { subnets: [Swift.String]? = nil, tags: [AppRunnerClientTypes.Tag]? = nil, vpcConnectorName: Swift.String? = nil - ) - { + ) { self.securityGroups = securityGroups self.subnets = subnets self.tags = tags @@ -1709,8 +1669,7 @@ extension AppRunnerClientTypes { vpcConnectorArn: Swift.String? = nil, vpcConnectorName: Swift.String? = nil, vpcConnectorRevision: Swift.Int = 0 - ) - { + ) { self.createdAt = createdAt self.deletedAt = deletedAt self.securityGroups = securityGroups @@ -1730,8 +1689,7 @@ public struct CreateVpcConnectorOutput: Swift.Sendable { public init( vpcConnector: AppRunnerClientTypes.VpcConnector? = nil - ) - { + ) { self.vpcConnector = vpcConnector } } @@ -1748,8 +1706,7 @@ extension AppRunnerClientTypes { public init( vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId self.vpcId = vpcId } @@ -1774,8 +1731,7 @@ public struct CreateVpcIngressConnectionInput: Swift.Sendable { serviceArn: Swift.String? = nil, tags: [AppRunnerClientTypes.Tag]? = nil, vpcIngressConnectionName: Swift.String? = nil - ) - { + ) { self.ingressVpcConfiguration = ingressVpcConfiguration self.serviceArn = serviceArn self.tags = tags @@ -1871,8 +1827,7 @@ extension AppRunnerClientTypes { status: AppRunnerClientTypes.VpcIngressConnectionStatus? = nil, vpcIngressConnectionArn: Swift.String? = nil, vpcIngressConnectionName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.createdAt = createdAt self.deletedAt = deletedAt @@ -1893,8 +1848,7 @@ public struct CreateVpcIngressConnectionOutput: Swift.Sendable { public init( vpcIngressConnection: AppRunnerClientTypes.VpcIngressConnection? = nil - ) - { + ) { self.vpcIngressConnection = vpcIngressConnection } } @@ -1917,8 +1871,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1933,8 +1886,7 @@ public struct DeleteAutoScalingConfigurationInput: Swift.Sendable { public init( autoScalingConfigurationArn: Swift.String? = nil, deleteAllRevisions: Swift.Bool? = false - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.deleteAllRevisions = deleteAllRevisions } @@ -1947,8 +1899,7 @@ public struct DeleteAutoScalingConfigurationOutput: Swift.Sendable { public init( autoScalingConfiguration: AppRunnerClientTypes.AutoScalingConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration } } @@ -1960,8 +1911,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionArn: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn } } @@ -1972,8 +1922,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { public init( connection: AppRunnerClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -1985,8 +1934,7 @@ public struct DeleteObservabilityConfigurationInput: Swift.Sendable { public init( observabilityConfigurationArn: Swift.String? = nil - ) - { + ) { self.observabilityConfigurationArn = observabilityConfigurationArn } } @@ -1998,8 +1946,7 @@ public struct DeleteObservabilityConfigurationOutput: Swift.Sendable { public init( observabilityConfiguration: AppRunnerClientTypes.ObservabilityConfiguration? = nil - ) - { + ) { self.observabilityConfiguration = observabilityConfiguration } } @@ -2011,8 +1958,7 @@ public struct DeleteServiceInput: Swift.Sendable { public init( serviceArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn } } @@ -2028,8 +1974,7 @@ public struct DeleteServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.operationId = operationId self.service = service } @@ -2042,8 +1987,7 @@ public struct DeleteVpcConnectorInput: Swift.Sendable { public init( vpcConnectorArn: Swift.String? = nil - ) - { + ) { self.vpcConnectorArn = vpcConnectorArn } } @@ -2055,8 +1999,7 @@ public struct DeleteVpcConnectorOutput: Swift.Sendable { public init( vpcConnector: AppRunnerClientTypes.VpcConnector? = nil - ) - { + ) { self.vpcConnector = vpcConnector } } @@ -2068,8 +2011,7 @@ public struct DeleteVpcIngressConnectionInput: Swift.Sendable { public init( vpcIngressConnectionArn: Swift.String? = nil - ) - { + ) { self.vpcIngressConnectionArn = vpcIngressConnectionArn } } @@ -2081,8 +2023,7 @@ public struct DeleteVpcIngressConnectionOutput: Swift.Sendable { public init( vpcIngressConnection: AppRunnerClientTypes.VpcIngressConnection? = nil - ) - { + ) { self.vpcIngressConnection = vpcIngressConnection } } @@ -2094,8 +2035,7 @@ public struct DescribeAutoScalingConfigurationInput: Swift.Sendable { public init( autoScalingConfigurationArn: Swift.String? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn } } @@ -2107,8 +2047,7 @@ public struct DescribeAutoScalingConfigurationOutput: Swift.Sendable { public init( autoScalingConfiguration: AppRunnerClientTypes.AutoScalingConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration } } @@ -2126,8 +2065,7 @@ public struct DescribeCustomDomainsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceArn = serviceArn @@ -2156,8 +2094,7 @@ public struct DescribeCustomDomainsOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceArn: Swift.String? = nil, vpcDNSTargets: [AppRunnerClientTypes.VpcDNSTarget]? = nil - ) - { + ) { self.customDomains = customDomains self.dnsTarget = dnsTarget self.nextToken = nextToken @@ -2173,8 +2110,7 @@ public struct DescribeObservabilityConfigurationInput: Swift.Sendable { public init( observabilityConfigurationArn: Swift.String? = nil - ) - { + ) { self.observabilityConfigurationArn = observabilityConfigurationArn } } @@ -2186,8 +2122,7 @@ public struct DescribeObservabilityConfigurationOutput: Swift.Sendable { public init( observabilityConfiguration: AppRunnerClientTypes.ObservabilityConfiguration? = nil - ) - { + ) { self.observabilityConfiguration = observabilityConfiguration } } @@ -2199,8 +2134,7 @@ public struct DescribeServiceInput: Swift.Sendable { public init( serviceArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn } } @@ -2212,8 +2146,7 @@ public struct DescribeServiceOutput: Swift.Sendable { public init( service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -2225,8 +2158,7 @@ public struct DescribeVpcConnectorInput: Swift.Sendable { public init( vpcConnectorArn: Swift.String? = nil - ) - { + ) { self.vpcConnectorArn = vpcConnectorArn } } @@ -2238,8 +2170,7 @@ public struct DescribeVpcConnectorOutput: Swift.Sendable { public init( vpcConnector: AppRunnerClientTypes.VpcConnector? = nil - ) - { + ) { self.vpcConnector = vpcConnector } } @@ -2251,8 +2182,7 @@ public struct DescribeVpcIngressConnectionInput: Swift.Sendable { public init( vpcIngressConnectionArn: Swift.String? = nil - ) - { + ) { self.vpcIngressConnectionArn = vpcIngressConnectionArn } } @@ -2264,8 +2194,7 @@ public struct DescribeVpcIngressConnectionOutput: Swift.Sendable { public init( vpcIngressConnection: AppRunnerClientTypes.VpcIngressConnection? = nil - ) - { + ) { self.vpcIngressConnection = vpcIngressConnection } } @@ -2281,8 +2210,7 @@ public struct DisassociateCustomDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, serviceArn: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.serviceArn = serviceArn } @@ -2307,8 +2235,7 @@ public struct DisassociateCustomDomainOutput: Swift.Sendable { dnsTarget: Swift.String? = nil, serviceArn: Swift.String? = nil, vpcDNSTargets: [AppRunnerClientTypes.VpcDNSTarget]? = nil - ) - { + ) { self.customDomain = customDomain self.dnsTarget = dnsTarget self.serviceArn = serviceArn @@ -2331,8 +2258,7 @@ public struct ListAutoScalingConfigurationsInput: Swift.Sendable { latestOnly: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingConfigurationName = autoScalingConfigurationName self.latestOnly = latestOnly self.maxResults = maxResults @@ -2350,8 +2276,7 @@ public struct ListAutoScalingConfigurationsOutput: Swift.Sendable { public init( autoScalingConfigurationSummaryList: [AppRunnerClientTypes.AutoScalingConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingConfigurationSummaryList = autoScalingConfigurationSummaryList self.nextToken = nextToken } @@ -2369,8 +2294,7 @@ public struct ListConnectionsInput: Swift.Sendable { connectionName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.maxResults = maxResults self.nextToken = nextToken @@ -2398,8 +2322,7 @@ extension AppRunnerClientTypes { createdAt: Foundation.Date? = nil, providerType: AppRunnerClientTypes.ProviderType? = nil, status: AppRunnerClientTypes.ConnectionStatus? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionName = connectionName self.createdAt = createdAt @@ -2419,8 +2342,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( connectionSummaryList: [AppRunnerClientTypes.ConnectionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionSummaryList = connectionSummaryList self.nextToken = nextToken } @@ -2441,8 +2363,7 @@ public struct ListObservabilityConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, observabilityConfigurationName: Swift.String? = nil - ) - { + ) { self.latestOnly = latestOnly self.maxResults = maxResults self.nextToken = nextToken @@ -2465,8 +2386,7 @@ extension AppRunnerClientTypes { observabilityConfigurationArn: Swift.String? = nil, observabilityConfigurationName: Swift.String? = nil, observabilityConfigurationRevision: Swift.Int = 0 - ) - { + ) { self.observabilityConfigurationArn = observabilityConfigurationArn self.observabilityConfigurationName = observabilityConfigurationName self.observabilityConfigurationRevision = observabilityConfigurationRevision @@ -2484,8 +2404,7 @@ public struct ListObservabilityConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, observabilityConfigurationSummaryList: [AppRunnerClientTypes.ObservabilityConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.observabilityConfigurationSummaryList = observabilityConfigurationSummaryList } @@ -2504,8 +2423,7 @@ public struct ListOperationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceArn = serviceArn @@ -2624,8 +2542,7 @@ extension AppRunnerClientTypes { targetArn: Swift.String? = nil, type: AppRunnerClientTypes.OperationType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.endedAt = endedAt self.id = id self.startedAt = startedAt @@ -2646,8 +2563,7 @@ public struct ListOperationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, operationSummaryList: [AppRunnerClientTypes.OperationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.operationSummaryList = operationSummaryList } @@ -2662,8 +2578,7 @@ public struct ListServicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2700,8 +2615,7 @@ extension AppRunnerClientTypes { serviceUrl: Swift.String? = nil, status: AppRunnerClientTypes.ServiceStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.serviceArn = serviceArn self.serviceId = serviceId @@ -2723,8 +2637,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceSummaryList: [AppRunnerClientTypes.ServiceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceSummaryList = serviceSummaryList } @@ -2743,8 +2656,7 @@ public struct ListServicesForAutoScalingConfigurationInput: Swift.Sendable { autoScalingConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -2761,8 +2673,7 @@ public struct ListServicesForAutoScalingConfigurationOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceArnList: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceArnList = serviceArnList } @@ -2775,8 +2686,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2787,8 +2697,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [AppRunnerClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2802,8 +2711,7 @@ public struct ListVpcConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2819,8 +2727,7 @@ public struct ListVpcConnectorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcConnectors: [AppRunnerClientTypes.VpcConnector]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcConnectors = vpcConnectors } @@ -2838,8 +2745,7 @@ extension AppRunnerClientTypes { public init( serviceArn: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn self.vpcEndpointId = vpcEndpointId } @@ -2858,8 +2764,7 @@ public struct ListVpcIngressConnectionsInput: Swift.Sendable { filter: AppRunnerClientTypes.ListVpcIngressConnectionsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2878,8 +2783,7 @@ extension AppRunnerClientTypes { public init( serviceArn: Swift.String? = nil, vpcIngressConnectionArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn self.vpcIngressConnectionArn = vpcIngressConnectionArn } @@ -2896,8 +2800,7 @@ public struct ListVpcIngressConnectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcIngressConnectionSummaryList: [AppRunnerClientTypes.VpcIngressConnectionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcIngressConnectionSummaryList = vpcIngressConnectionSummaryList } @@ -2910,8 +2813,7 @@ public struct PauseServiceInput: Swift.Sendable { public init( serviceArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn } } @@ -2926,8 +2828,7 @@ public struct PauseServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.operationId = operationId self.service = service } @@ -2940,8 +2841,7 @@ public struct ResumeServiceInput: Swift.Sendable { public init( serviceArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn } } @@ -2956,8 +2856,7 @@ public struct ResumeServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.operationId = operationId self.service = service } @@ -2970,8 +2869,7 @@ public struct StartDeploymentInput: Swift.Sendable { public init( serviceArn: Swift.String? = nil - ) - { + ) { self.serviceArn = serviceArn } } @@ -2983,8 +2881,7 @@ public struct StartDeploymentOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3000,8 +2897,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [AppRunnerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3023,8 +2919,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3042,8 +2937,7 @@ public struct UpdateDefaultAutoScalingConfigurationInput: Swift.Sendable { public init( autoScalingConfigurationArn: Swift.String? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn } } @@ -3055,8 +2949,7 @@ public struct UpdateDefaultAutoScalingConfigurationOutput: Swift.Sendable { public init( autoScalingConfiguration: AppRunnerClientTypes.AutoScalingConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration } } @@ -3086,8 +2979,7 @@ public struct UpdateServiceInput: Swift.Sendable { observabilityConfiguration: AppRunnerClientTypes.ServiceObservabilityConfiguration? = nil, serviceArn: Swift.String? = nil, sourceConfiguration: AppRunnerClientTypes.SourceConfiguration? = nil - ) - { + ) { self.autoScalingConfigurationArn = autoScalingConfigurationArn self.healthCheckConfiguration = healthCheckConfiguration self.instanceConfiguration = instanceConfiguration @@ -3109,8 +3001,7 @@ public struct UpdateServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, service: AppRunnerClientTypes.Service? = nil - ) - { + ) { self.operationId = operationId self.service = service } @@ -3127,8 +3018,7 @@ public struct UpdateVpcIngressConnectionInput: Swift.Sendable { public init( ingressVpcConfiguration: AppRunnerClientTypes.IngressVpcConfiguration? = nil, vpcIngressConnectionArn: Swift.String? = nil - ) - { + ) { self.ingressVpcConfiguration = ingressVpcConfiguration self.vpcIngressConnectionArn = vpcIngressConnectionArn } @@ -3141,8 +3031,7 @@ public struct UpdateVpcIngressConnectionOutput: Swift.Sendable { public init( vpcIngressConnection: AppRunnerClientTypes.VpcIngressConnection? = nil - ) - { + ) { self.vpcIngressConnection = vpcIngressConnection } } diff --git a/Sources/Services/AWSAppStream/Package.swift.txt b/Sources/Services/AWSAppStream/Package.swift.txt index f5d11189619..d94d6f83454 100644 --- a/Sources/Services/AWSAppStream/Package.swift.txt +++ b/Sources/Services/AWSAppStream/Package.swift.txt @@ -41,47 +41,47 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSAppStream/Sources/AWSAppStream/AppStreamClient.swift b/Sources/Services/AWSAppStream/Sources/AWSAppStream/AppStreamClient.swift index 1fcd53c4a5d..08a20953edb 100644 --- a/Sources/Services/AWSAppStream/Sources/AWSAppStream/AppStreamClient.swift +++ b/Sources/Services/AWSAppStream/Sources/AWSAppStream/AppStreamClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppStreamClient: ClientRuntime.Client { public static let clientName = "AppStreamClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppStreamClient.AppStreamClientConfiguration let serviceName = "AppStream" diff --git a/Sources/Services/AWSAppStream/Sources/AWSAppStream/Models.swift b/Sources/Services/AWSAppStream/Sources/AWSAppStream/Models.swift index c3852c135ce..2f94567ab00 100644 --- a/Sources/Services/AWSAppStream/Sources/AWSAppStream/Models.swift +++ b/Sources/Services/AWSAppStream/Sources/AWSAppStream/Models.swift @@ -66,8 +66,7 @@ extension AppStreamClientTypes { public init( endpointType: AppStreamClientTypes.AccessEndpointType? = nil, vpceId: Swift.String? = nil - ) - { + ) { self.endpointType = endpointType self.vpceId = vpceId } @@ -133,8 +132,7 @@ extension AppStreamClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -193,8 +191,7 @@ extension AppStreamClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -222,8 +219,7 @@ extension AppStreamClientTypes { executablePath: Swift.String? = nil, scriptS3Location: AppStreamClientTypes.S3Location? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.executableParameters = executableParameters self.executablePath = executablePath self.scriptS3Location = scriptS3Location @@ -302,8 +298,7 @@ extension AppStreamClientTypes { setupScriptDetails: AppStreamClientTypes.ScriptDetails? = nil, sourceS3Location: AppStreamClientTypes.S3Location? = nil, state: AppStreamClientTypes.AppBlockState? = nil - ) - { + ) { self.appBlockErrors = appBlockErrors self.arn = arn self.createdTime = createdTime @@ -447,8 +442,7 @@ extension AppStreamClientTypes { errorCode: AppStreamClientTypes.FleetErrorCode? = nil, errorMessage: Swift.String? = nil, errorTimestamp: Foundation.Date? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.errorTimestamp = errorTimestamp @@ -555,8 +549,7 @@ extension AppStreamClientTypes { public init( code: AppStreamClientTypes.AppBlockBuilderStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -575,8 +568,7 @@ extension AppStreamClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -637,8 +629,7 @@ extension AppStreamClientTypes { state: AppStreamClientTypes.AppBlockBuilderState? = nil, stateChangeReason: AppStreamClientTypes.AppBlockBuilderStateChangeReason? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.appBlockBuilderErrors = appBlockBuilderErrors self.arn = arn @@ -671,8 +662,7 @@ extension AppStreamClientTypes { public init( appBlockArn: Swift.String? = nil, appBlockBuilderName: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.appBlockBuilderName = appBlockBuilderName } @@ -806,8 +796,7 @@ extension AppStreamClientTypes { name: Swift.String? = nil, platforms: [AppStreamClientTypes.PlatformType]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.arn = arn self.createdTime = createdTime @@ -870,8 +859,7 @@ extension AppStreamClientTypes { public init( applicationArn: Swift.String? = nil, fleetName: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.fleetName = fleetName } @@ -891,8 +879,7 @@ extension AppStreamClientTypes { public init( enabled: Swift.Bool? = nil, settingsGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.settingsGroup = settingsGroup } @@ -914,8 +901,7 @@ extension AppStreamClientTypes { enabled: Swift.Bool? = nil, s3BucketName: Swift.String? = nil, settingsGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.s3BucketName = s3BucketName self.settingsGroup = settingsGroup @@ -971,8 +957,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -996,8 +981,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1021,8 +1005,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1046,8 +1029,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1071,8 +1053,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1088,8 +1069,7 @@ public struct AssociateAppBlockBuilderAppBlockInput: Swift.Sendable { public init( appBlockArn: Swift.String? = nil, appBlockBuilderName: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.appBlockBuilderName = appBlockBuilderName } @@ -1101,8 +1081,7 @@ public struct AssociateAppBlockBuilderAppBlockOutput: Swift.Sendable { public init( appBlockBuilderAppBlockAssociation: AppStreamClientTypes.AppBlockBuilderAppBlockAssociation? = nil - ) - { + ) { self.appBlockBuilderAppBlockAssociation = appBlockBuilderAppBlockAssociation } } @@ -1118,8 +1097,7 @@ public struct AssociateApplicationFleetInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, fleetName: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.fleetName = fleetName } @@ -1131,8 +1109,7 @@ public struct AssociateApplicationFleetOutput: Swift.Sendable { public init( applicationFleetAssociation: AppStreamClientTypes.ApplicationFleetAssociation? = nil - ) - { + ) { self.applicationFleetAssociation = applicationFleetAssociation } } @@ -1156,8 +1133,7 @@ public struct EntitlementNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1177,8 +1153,7 @@ public struct AssociateApplicationToEntitlementInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, entitlementName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.entitlementName = entitlementName self.stackName = stackName @@ -1209,8 +1184,7 @@ public struct IncompatibleImageException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1234,8 +1208,7 @@ public struct InvalidAccountStatusException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1251,8 +1224,7 @@ public struct AssociateFleetInput: Swift.Sendable { public init( fleetName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.fleetName = fleetName self.stackName = stackName } @@ -1319,8 +1291,7 @@ extension AppStreamClientTypes { sendEmailNotification: Swift.Bool? = nil, stackName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.sendEmailNotification = sendEmailNotification self.stackName = stackName @@ -1341,8 +1312,7 @@ public struct BatchAssociateUserStackInput: Swift.Sendable { public init( userStackAssociations: [AppStreamClientTypes.UserStackAssociation]? = nil - ) - { + ) { self.userStackAssociations = userStackAssociations } } @@ -1397,8 +1367,7 @@ extension AppStreamClientTypes { errorCode: AppStreamClientTypes.UserStackAssociationErrorCode? = nil, errorMessage: Swift.String? = nil, userStackAssociation: AppStreamClientTypes.UserStackAssociation? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.userStackAssociation = userStackAssociation @@ -1412,8 +1381,7 @@ public struct BatchAssociateUserStackOutput: Swift.Sendable { public init( errors: [AppStreamClientTypes.UserStackAssociationError]? = nil - ) - { + ) { self.errors = errors } } @@ -1425,8 +1393,7 @@ public struct BatchDisassociateUserStackInput: Swift.Sendable { public init( userStackAssociations: [AppStreamClientTypes.UserStackAssociation]? = nil - ) - { + ) { self.userStackAssociations = userStackAssociations } } @@ -1437,8 +1404,7 @@ public struct BatchDisassociateUserStackOutput: Swift.Sendable { public init( errors: [AppStreamClientTypes.UserStackAssociationError]? = nil - ) - { + ) { self.errors = errors } } @@ -1487,8 +1453,7 @@ extension AppStreamClientTypes { public init( certificateAuthorityArn: Swift.String? = nil, status: AppStreamClientTypes.CertificateBasedAuthStatus? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.status = status } @@ -1507,8 +1472,7 @@ extension AppStreamClientTypes { public init( desiredInstances: Swift.Int? = nil, desiredSessions: Swift.Int? = nil - ) - { + ) { self.desiredInstances = desiredInstances self.desiredSessions = desiredSessions } @@ -1546,8 +1510,7 @@ extension AppStreamClientTypes { desiredUserSessions: Swift.Int? = nil, inUse: Swift.Int? = nil, running: Swift.Int? = nil - ) - { + ) { self.activeUserSessions = activeUserSessions self.actualUserSessions = actualUserSessions self.available = available @@ -1579,8 +1542,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1604,8 +1566,7 @@ public struct ResourceNotAvailableException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1628,8 +1589,7 @@ public struct CopyImageInput: Swift.Sendable { destinationImageName: Swift.String? = nil, destinationRegion: Swift.String? = nil, sourceImageName: Swift.String? = nil - ) - { + ) { self.destinationImageDescription = destinationImageDescription self.destinationImageName = destinationImageName self.destinationRegion = destinationRegion @@ -1643,8 +1603,7 @@ public struct CopyImageOutput: Swift.Sendable { public init( destinationImageName: Swift.String? = nil - ) - { + ) { self.destinationImageName = destinationImageName } } @@ -1678,8 +1637,7 @@ public struct CreateAppBlockInput: Swift.Sendable { setupScriptDetails: AppStreamClientTypes.ScriptDetails? = nil, sourceS3Location: AppStreamClientTypes.S3Location? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -1697,8 +1655,7 @@ public struct CreateAppBlockOutput: Swift.Sendable { public init( appBlock: AppStreamClientTypes.AppBlock? = nil - ) - { + ) { self.appBlock = appBlock } } @@ -1722,8 +1679,7 @@ public struct InvalidRoleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1747,8 +1703,7 @@ public struct RequestLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1800,8 +1755,7 @@ public struct CreateAppBlockBuilderInput: Swift.Sendable { platform: AppStreamClientTypes.AppBlockBuilderPlatformType? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.description = description self.displayName = displayName @@ -1821,8 +1775,7 @@ public struct CreateAppBlockBuilderOutput: Swift.Sendable { public init( appBlockBuilder: AppStreamClientTypes.AppBlockBuilder? = nil - ) - { + ) { self.appBlockBuilder = appBlockBuilder } } @@ -1837,8 +1790,7 @@ public struct CreateAppBlockBuilderStreamingURLInput: Swift.Sendable { public init( appBlockBuilderName: Swift.String? = nil, validity: Swift.Int? = nil - ) - { + ) { self.appBlockBuilderName = appBlockBuilderName self.validity = validity } @@ -1853,8 +1805,7 @@ public struct CreateAppBlockBuilderStreamingURLOutput: Swift.Sendable { public init( expires: Foundation.Date? = nil, streamingURL: Swift.String? = nil - ) - { + ) { self.expires = expires self.streamingURL = streamingURL } @@ -1902,8 +1853,7 @@ public struct CreateApplicationInput: Swift.Sendable { platforms: [AppStreamClientTypes.PlatformType]? = nil, tags: [Swift.String: Swift.String]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.description = description self.displayName = displayName @@ -1924,8 +1874,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( application: AppStreamClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -1944,8 +1893,7 @@ extension AppStreamClientTypes { public init( accountName: Swift.String? = nil, accountPassword: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.accountPassword = accountPassword } @@ -1974,8 +1922,7 @@ public struct CreateDirectoryConfigInput: Swift.Sendable { directoryName: Swift.String? = nil, organizationalUnitDistinguishedNames: [Swift.String]? = nil, serviceAccountCredentials: AppStreamClientTypes.ServiceAccountCredentials? = nil - ) - { + ) { self.certificateBasedAuthProperties = certificateBasedAuthProperties self.directoryName = directoryName self.organizationalUnitDistinguishedNames = organizationalUnitDistinguishedNames @@ -2005,8 +1952,7 @@ extension AppStreamClientTypes { directoryName: Swift.String? = nil, organizationalUnitDistinguishedNames: [Swift.String]? = nil, serviceAccountCredentials: AppStreamClientTypes.ServiceAccountCredentials? = nil - ) - { + ) { self.certificateBasedAuthProperties = certificateBasedAuthProperties self.createdTime = createdTime self.directoryName = directoryName @@ -2022,8 +1968,7 @@ public struct CreateDirectoryConfigOutput: Swift.Sendable { public init( directoryConfig: AppStreamClientTypes.DirectoryConfig? = nil - ) - { + ) { self.directoryConfig = directoryConfig } } @@ -2047,8 +1992,7 @@ public struct EntitlementAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2081,8 +2025,7 @@ extension AppStreamClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2111,8 +2054,7 @@ public struct CreateEntitlementInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.appVisibility = appVisibility self.attributes = attributes self.description = description @@ -2152,8 +2094,7 @@ extension AppStreamClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.appVisibility = appVisibility self.attributes = attributes self.createdTime = createdTime @@ -2171,8 +2112,7 @@ public struct CreateEntitlementOutput: Swift.Sendable { public init( entitlement: AppStreamClientTypes.Entitlement? = nil - ) - { + ) { self.entitlement = entitlement } } @@ -2189,8 +2129,7 @@ extension AppStreamClientTypes { public init( directoryName: Swift.String? = nil, organizationalUnitDistinguishedName: Swift.String? = nil - ) - { + ) { self.directoryName = directoryName self.organizationalUnitDistinguishedName = organizationalUnitDistinguishedName } @@ -2426,8 +2365,7 @@ public struct CreateFleetInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, usbDeviceFilterStrings: [Swift.String]? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.computeCapacity = computeCapacity self.description = description self.disconnectTimeoutInSeconds = disconnectTimeoutInSeconds @@ -2465,8 +2403,7 @@ extension AppStreamClientTypes { public init( errorCode: AppStreamClientTypes.FleetErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -2660,8 +2597,7 @@ extension AppStreamClientTypes { streamView: AppStreamClientTypes.StreamView? = nil, usbDeviceFilterStrings: [Swift.String]? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.computeCapacityStatus = computeCapacityStatus self.createdTime = createdTime @@ -2697,8 +2633,7 @@ public struct CreateFleetOutput: Swift.Sendable { public init( fleet: AppStreamClientTypes.Fleet? = nil - ) - { + ) { self.fleet = fleet } } @@ -2813,8 +2748,7 @@ public struct CreateImageBuilderInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.appstreamAgentVersion = appstreamAgentVersion self.description = description @@ -2872,8 +2806,7 @@ extension AppStreamClientTypes { public init( eniId: Swift.String? = nil, eniPrivateIpAddress: Swift.String? = nil - ) - { + ) { self.eniId = eniId self.eniPrivateIpAddress = eniPrivateIpAddress } @@ -2977,8 +2910,7 @@ extension AppStreamClientTypes { public init( code: AppStreamClientTypes.ImageBuilderStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -3115,8 +3047,7 @@ extension AppStreamClientTypes { state: AppStreamClientTypes.ImageBuilderState? = nil, stateChangeReason: AppStreamClientTypes.ImageBuilderStateChangeReason? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.appstreamAgentVersion = appstreamAgentVersion self.arn = arn @@ -3146,8 +3077,7 @@ public struct CreateImageBuilderOutput: Swift.Sendable { public init( imageBuilder: AppStreamClientTypes.ImageBuilder? = nil - ) - { + ) { self.imageBuilder = imageBuilder } } @@ -3162,8 +3092,7 @@ public struct CreateImageBuilderStreamingURLInput: Swift.Sendable { public init( name: Swift.String? = nil, validity: Swift.Int? = nil - ) - { + ) { self.name = name self.validity = validity } @@ -3178,8 +3107,7 @@ public struct CreateImageBuilderStreamingURLOutput: Swift.Sendable { public init( expires: Foundation.Date? = nil, streamingURL: Swift.String? = nil - ) - { + ) { self.expires = expires self.streamingURL = streamingURL } @@ -3234,8 +3162,7 @@ extension AppStreamClientTypes { connectorType: AppStreamClientTypes.StorageConnectorType? = nil, domains: [Swift.String]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.connectorType = connectorType self.domains = domains self.resourceIdentifier = resourceIdentifier @@ -3281,8 +3208,7 @@ extension AppStreamClientTypes { public init( preferredProtocol: AppStreamClientTypes.PreferredProtocol? = nil - ) - { + ) { self.preferredProtocol = preferredProtocol } } @@ -3334,8 +3260,7 @@ extension AppStreamClientTypes { action: AppStreamClientTypes.Action? = nil, maximumLength: Swift.Int? = nil, permission: AppStreamClientTypes.Permission? = nil - ) - { + ) { self.action = action self.maximumLength = maximumLength self.permission = permission @@ -3383,8 +3308,7 @@ public struct CreateStackInput: Swift.Sendable { streamingExperienceSettings: AppStreamClientTypes.StreamingExperienceSettings? = nil, tags: [Swift.String: Swift.String]? = nil, userSettings: [AppStreamClientTypes.UserSetting]? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.applicationSettings = applicationSettings self.description = description @@ -3441,8 +3365,7 @@ extension AppStreamClientTypes { public init( errorCode: AppStreamClientTypes.StackErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -3498,8 +3421,7 @@ extension AppStreamClientTypes { storageConnectors: [AppStreamClientTypes.StorageConnector]? = nil, streamingExperienceSettings: AppStreamClientTypes.StreamingExperienceSettings? = nil, userSettings: [AppStreamClientTypes.UserSetting]? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.applicationSettings = applicationSettings self.arn = arn @@ -3524,8 +3446,7 @@ public struct CreateStackOutput: Swift.Sendable { public init( stack: AppStreamClientTypes.Stack? = nil - ) - { + ) { self.stack = stack } } @@ -3554,8 +3475,7 @@ public struct CreateStreamingURLInput: Swift.Sendable { stackName: Swift.String? = nil, userId: Swift.String? = nil, validity: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.fleetName = fleetName self.sessionContext = sessionContext @@ -3574,8 +3494,7 @@ public struct CreateStreamingURLOutput: Swift.Sendable { public init( expires: Foundation.Date? = nil, streamingURL: Swift.String? = nil - ) - { + ) { self.expires = expires self.streamingURL = streamingURL } @@ -3593,8 +3512,7 @@ extension AppStreamClientTypes { public init( displayName: Swift.String? = nil, footerLinkURL: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.footerLinkURL = footerLinkURL } @@ -3662,8 +3580,7 @@ public struct CreateThemeForStackInput: Swift.Sendable { stackName: Swift.String? = nil, themeStyling: AppStreamClientTypes.ThemeStyling? = nil, titleText: Swift.String? = nil - ) - { + ) { self.faviconS3Location = faviconS3Location self.footerLinks = footerLinks self.organizationLogoS3Location = organizationLogoS3Location @@ -3732,8 +3649,7 @@ extension AppStreamClientTypes { themeOrganizationLogoURL: Swift.String? = nil, themeStyling: AppStreamClientTypes.ThemeStyling? = nil, themeTitleText: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.stackName = stackName self.state = state @@ -3752,8 +3668,7 @@ public struct CreateThemeForStackOutput: Swift.Sendable { public init( theme: AppStreamClientTypes.Theme? = nil - ) - { + ) { self.theme = theme } } @@ -3781,8 +3696,7 @@ public struct CreateUpdatedImageInput: Swift.Sendable { newImageDisplayName: Swift.String? = nil, newImageName: Swift.String? = nil, newImageTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.existingImageName = existingImageName self.newImageDescription = newImageDescription @@ -3833,8 +3747,7 @@ extension AppStreamClientTypes { public init( allowFleet: Swift.Bool? = nil, allowImageBuilder: Swift.Bool? = nil - ) - { + ) { self.allowFleet = allowFleet self.allowImageBuilder = allowImageBuilder } @@ -3958,8 +3871,7 @@ extension AppStreamClientTypes { public init( code: AppStreamClientTypes.ImageStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4084,8 +3996,7 @@ extension AppStreamClientTypes { stateChangeReason: AppStreamClientTypes.ImageStateChangeReason? = nil, supportedInstanceFamilies: [Swift.String]? = nil, visibility: AppStreamClientTypes.VisibilityType? = nil - ) - { + ) { self.applications = applications self.appstreamAgentVersion = appstreamAgentVersion self.arn = arn @@ -4120,8 +4031,7 @@ public struct CreateUpdatedImageOutput: Swift.Sendable { public init( canUpdateImage: Swift.Bool? = nil, image: AppStreamClientTypes.Image? = nil - ) - { + ) { self.canUpdateImage = canUpdateImage self.image = image } @@ -4167,8 +4077,7 @@ public struct CreateUsageReportSubscriptionOutput: Swift.Sendable { public init( s3BucketName: Swift.String? = nil, schedule: AppStreamClientTypes.UsageReportSchedule? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.schedule = schedule } @@ -4223,8 +4132,7 @@ public struct CreateUserInput: Swift.Sendable { lastName: Swift.String? = nil, messageAction: AppStreamClientTypes.MessageAction? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.firstName = firstName self.lastName = lastName @@ -4262,8 +4170,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4275,8 +4182,7 @@ public struct DeleteAppBlockInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4293,8 +4199,7 @@ public struct DeleteAppBlockBuilderInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4311,8 +4216,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4329,8 +4233,7 @@ public struct DeleteDirectoryConfigInput: Swift.Sendable { public init( directoryName: Swift.String? = nil - ) - { + ) { self.directoryName = directoryName } } @@ -4351,8 +4254,7 @@ public struct DeleteEntitlementInput: Swift.Sendable { public init( name: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.name = name self.stackName = stackName } @@ -4370,8 +4272,7 @@ public struct DeleteFleetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4388,8 +4289,7 @@ public struct DeleteImageInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4400,8 +4300,7 @@ public struct DeleteImageOutput: Swift.Sendable { public init( image: AppStreamClientTypes.Image? = nil - ) - { + ) { self.image = image } } @@ -4413,8 +4312,7 @@ public struct DeleteImageBuilderInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4425,8 +4323,7 @@ public struct DeleteImageBuilderOutput: Swift.Sendable { public init( imageBuilder: AppStreamClientTypes.ImageBuilder? = nil - ) - { + ) { self.imageBuilder = imageBuilder } } @@ -4442,8 +4339,7 @@ public struct DeleteImagePermissionsInput: Swift.Sendable { public init( name: Swift.String? = nil, sharedAccountId: Swift.String? = nil - ) - { + ) { self.name = name self.sharedAccountId = sharedAccountId } @@ -4461,8 +4357,7 @@ public struct DeleteStackInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4479,8 +4374,7 @@ public struct DeleteThemeForStackInput: Swift.Sendable { public init( stackName: Swift.String? = nil - ) - { + ) { self.stackName = stackName } } @@ -4511,8 +4405,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( authenticationType: AppStreamClientTypes.AuthenticationType? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.userName = userName } @@ -4543,8 +4436,7 @@ public struct DescribeAppBlockBuilderAppBlockAssociationsInput: Swift.Sendable { appBlockBuilderName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.appBlockBuilderName = appBlockBuilderName self.maxResults = maxResults @@ -4561,8 +4453,7 @@ public struct DescribeAppBlockBuilderAppBlockAssociationsOutput: Swift.Sendable public init( appBlockBuilderAppBlockAssociations: [AppStreamClientTypes.AppBlockBuilderAppBlockAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBlockBuilderAppBlockAssociations = appBlockBuilderAppBlockAssociations self.nextToken = nextToken } @@ -4580,8 +4471,7 @@ public struct DescribeAppBlockBuildersInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.names = names self.nextToken = nextToken @@ -4597,8 +4487,7 @@ public struct DescribeAppBlockBuildersOutput: Swift.Sendable { public init( appBlockBuilders: [AppStreamClientTypes.AppBlockBuilder]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBlockBuilders = appBlockBuilders self.nextToken = nextToken } @@ -4616,8 +4505,7 @@ public struct DescribeAppBlocksInput: Swift.Sendable { arns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arns = arns self.maxResults = maxResults self.nextToken = nextToken @@ -4633,8 +4521,7 @@ public struct DescribeAppBlocksOutput: Swift.Sendable { public init( appBlocks: [AppStreamClientTypes.AppBlock]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appBlocks = appBlocks self.nextToken = nextToken } @@ -4655,8 +4542,7 @@ public struct DescribeApplicationFleetAssociationsInput: Swift.Sendable { fleetName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.fleetName = fleetName self.maxResults = maxResults @@ -4673,8 +4559,7 @@ public struct DescribeApplicationFleetAssociationsOutput: Swift.Sendable { public init( applicationFleetAssociations: [AppStreamClientTypes.ApplicationFleetAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationFleetAssociations = applicationFleetAssociations self.nextToken = nextToken } @@ -4692,8 +4577,7 @@ public struct DescribeApplicationsInput: Swift.Sendable { arns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arns = arns self.maxResults = maxResults self.nextToken = nextToken @@ -4709,8 +4593,7 @@ public struct DescribeApplicationsOutput: Swift.Sendable { public init( applications: [AppStreamClientTypes.Application]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -4728,8 +4611,7 @@ public struct DescribeDirectoryConfigsInput: Swift.Sendable { directoryNames: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryNames = directoryNames self.maxResults = maxResults self.nextToken = nextToken @@ -4745,8 +4627,7 @@ public struct DescribeDirectoryConfigsOutput: Swift.Sendable { public init( directoryConfigs: [AppStreamClientTypes.DirectoryConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryConfigs = directoryConfigs self.nextToken = nextToken } @@ -4768,8 +4649,7 @@ public struct DescribeEntitlementsInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4786,8 +4666,7 @@ public struct DescribeEntitlementsOutput: Swift.Sendable { public init( entitlements: [AppStreamClientTypes.Entitlement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitlements = entitlements self.nextToken = nextToken } @@ -4802,8 +4681,7 @@ public struct DescribeFleetsInput: Swift.Sendable { public init( names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.names = names self.nextToken = nextToken } @@ -4818,8 +4696,7 @@ public struct DescribeFleetsOutput: Swift.Sendable { public init( fleets: [AppStreamClientTypes.Fleet]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleets = fleets self.nextToken = nextToken } @@ -4837,8 +4714,7 @@ public struct DescribeImageBuildersInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.names = names self.nextToken = nextToken @@ -4854,8 +4730,7 @@ public struct DescribeImageBuildersOutput: Swift.Sendable { public init( imageBuilders: [AppStreamClientTypes.ImageBuilder]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageBuilders = imageBuilders self.nextToken = nextToken } @@ -4877,8 +4752,7 @@ public struct DescribeImagePermissionsInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, sharedAwsAccountIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4900,8 +4774,7 @@ extension AppStreamClientTypes { public init( imagePermissions: AppStreamClientTypes.ImagePermissions? = nil, sharedAccountId: Swift.String? = nil - ) - { + ) { self.imagePermissions = imagePermissions self.sharedAccountId = sharedAccountId } @@ -4920,8 +4793,7 @@ public struct DescribeImagePermissionsOutput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, sharedImagePermissionsList: [AppStreamClientTypes.SharedImagePermissions]? = nil - ) - { + ) { self.name = name self.nextToken = nextToken self.sharedImagePermissionsList = sharedImagePermissionsList @@ -4946,8 +4818,7 @@ public struct DescribeImagesInput: Swift.Sendable { names: [Swift.String]? = nil, nextToken: Swift.String? = nil, type: AppStreamClientTypes.VisibilityType? = nil - ) - { + ) { self.arns = arns self.maxResults = maxResults self.names = names @@ -4965,8 +4836,7 @@ public struct DescribeImagesOutput: Swift.Sendable { public init( images: [AppStreamClientTypes.Image]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -4998,8 +4868,7 @@ public struct DescribeSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, stackName: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.fleetName = fleetName self.instanceId = instanceId @@ -5116,8 +4985,7 @@ extension AppStreamClientTypes { startTime: Foundation.Date? = nil, state: AppStreamClientTypes.SessionState? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.connectionState = connectionState self.fleetName = fleetName @@ -5142,8 +5010,7 @@ public struct DescribeSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [AppStreamClientTypes.Session]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -5158,8 +5025,7 @@ public struct DescribeStacksInput: Swift.Sendable { public init( names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.names = names self.nextToken = nextToken } @@ -5174,8 +5040,7 @@ public struct DescribeStacksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stacks: [AppStreamClientTypes.Stack]? = nil - ) - { + ) { self.nextToken = nextToken self.stacks = stacks } @@ -5188,8 +5053,7 @@ public struct DescribeThemeForStackInput: Swift.Sendable { public init( stackName: Swift.String? = nil - ) - { + ) { self.stackName = stackName } } @@ -5200,8 +5064,7 @@ public struct DescribeThemeForStackOutput: Swift.Sendable { public init( theme: AppStreamClientTypes.Theme? = nil - ) - { + ) { self.theme = theme } } @@ -5215,8 +5078,7 @@ public struct DescribeUsageReportSubscriptionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5266,8 +5128,7 @@ extension AppStreamClientTypes { public init( errorCode: AppStreamClientTypes.UsageReportExecutionErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -5292,8 +5153,7 @@ extension AppStreamClientTypes { s3BucketName: Swift.String? = nil, schedule: AppStreamClientTypes.UsageReportSchedule? = nil, subscriptionErrors: [AppStreamClientTypes.LastReportGenerationExecutionError]? = nil - ) - { + ) { self.lastGeneratedReportDate = lastGeneratedReportDate self.s3BucketName = s3BucketName self.schedule = schedule @@ -5311,8 +5171,7 @@ public struct DescribeUsageReportSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, usageReportSubscriptions: [AppStreamClientTypes.UsageReportSubscription]? = nil - ) - { + ) { self.nextToken = nextToken self.usageReportSubscriptions = usageReportSubscriptions } @@ -5331,8 +5190,7 @@ public struct DescribeUsersInput: Swift.Sendable { authenticationType: AppStreamClientTypes.AuthenticationType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.maxResults = maxResults self.nextToken = nextToken @@ -5380,8 +5238,7 @@ extension AppStreamClientTypes { lastName: Swift.String? = nil, status: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.arn = arn self.authenticationType = authenticationType self.createdTime = createdTime @@ -5408,8 +5265,7 @@ public struct DescribeUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [AppStreamClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -5433,8 +5289,7 @@ public struct DescribeUserStackAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, stackName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.maxResults = maxResults self.nextToken = nextToken @@ -5457,8 +5312,7 @@ public struct DescribeUserStackAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userStackAssociations: [AppStreamClientTypes.UserStackAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.userStackAssociations = userStackAssociations } @@ -5475,8 +5329,7 @@ public struct DisableUserInput: Swift.Sendable { public init( authenticationType: AppStreamClientTypes.AuthenticationType? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.userName = userName } @@ -5503,8 +5356,7 @@ public struct DisassociateAppBlockBuilderAppBlockInput: Swift.Sendable { public init( appBlockArn: Swift.String? = nil, appBlockBuilderName: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.appBlockBuilderName = appBlockBuilderName } @@ -5526,8 +5378,7 @@ public struct DisassociateApplicationFleetInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, fleetName: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.fleetName = fleetName } @@ -5553,8 +5404,7 @@ public struct DisassociateApplicationFromEntitlementInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, entitlementName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.entitlementName = entitlementName self.stackName = stackName @@ -5577,8 +5427,7 @@ public struct DisassociateFleetInput: Swift.Sendable { public init( fleetName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.fleetName = fleetName self.stackName = stackName } @@ -5600,8 +5449,7 @@ public struct EnableUserInput: Swift.Sendable { public init( authenticationType: AppStreamClientTypes.AuthenticationType? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.userName = userName } @@ -5627,8 +5475,7 @@ extension AppStreamClientTypes { public init( applicationIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier } } @@ -5641,8 +5488,7 @@ public struct ExpireSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -5707,8 +5553,7 @@ public struct ListAssociatedFleetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.stackName = stackName } @@ -5723,8 +5568,7 @@ public struct ListAssociatedFleetsOutput: Swift.Sendable { public init( names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.names = names self.nextToken = nextToken } @@ -5740,8 +5584,7 @@ public struct ListAssociatedStacksInput: Swift.Sendable { public init( fleetName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetName = fleetName self.nextToken = nextToken } @@ -5756,8 +5599,7 @@ public struct ListAssociatedStacksOutput: Swift.Sendable { public init( names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.names = names self.nextToken = nextToken } @@ -5780,8 +5622,7 @@ public struct ListEntitledApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.entitlementName = entitlementName self.maxResults = maxResults self.nextToken = nextToken @@ -5798,8 +5639,7 @@ public struct ListEntitledApplicationsOutput: Swift.Sendable { public init( entitledApplications: [AppStreamClientTypes.EntitledApplication]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitledApplications = entitledApplications self.nextToken = nextToken } @@ -5812,8 +5652,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5824,8 +5663,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5837,8 +5675,7 @@ public struct StartAppBlockBuilderInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5849,8 +5686,7 @@ public struct StartAppBlockBuilderOutput: Swift.Sendable { public init( appBlockBuilder: AppStreamClientTypes.AppBlockBuilder? = nil - ) - { + ) { self.appBlockBuilder = appBlockBuilder } } @@ -5862,8 +5698,7 @@ public struct StartFleetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5883,8 +5718,7 @@ public struct StartImageBuilderInput: Swift.Sendable { public init( appstreamAgentVersion: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appstreamAgentVersion = appstreamAgentVersion self.name = name } @@ -5896,8 +5730,7 @@ public struct StartImageBuilderOutput: Swift.Sendable { public init( imageBuilder: AppStreamClientTypes.ImageBuilder? = nil - ) - { + ) { self.imageBuilder = imageBuilder } } @@ -5909,8 +5742,7 @@ public struct StopAppBlockBuilderInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5921,8 +5753,7 @@ public struct StopAppBlockBuilderOutput: Swift.Sendable { public init( appBlockBuilder: AppStreamClientTypes.AppBlockBuilder? = nil - ) - { + ) { self.appBlockBuilder = appBlockBuilder } } @@ -5934,8 +5765,7 @@ public struct StopFleetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5952,8 +5782,7 @@ public struct StopImageBuilderInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5964,8 +5793,7 @@ public struct StopImageBuilderOutput: Swift.Sendable { public init( imageBuilder: AppStreamClientTypes.ImageBuilder? = nil - ) - { + ) { self.imageBuilder = imageBuilder } } @@ -5981,8 +5809,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6004,8 +5831,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6060,8 +5886,7 @@ public struct UpdateAppBlockBuilderInput: Swift.Sendable { name: Swift.String? = nil, platform: AppStreamClientTypes.PlatformType? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.attributesToDelete = attributesToDelete self.description = description @@ -6081,8 +5906,7 @@ public struct UpdateAppBlockBuilderOutput: Swift.Sendable { public init( appBlockBuilder: AppStreamClientTypes.AppBlockBuilder? = nil - ) - { + ) { self.appBlockBuilder = appBlockBuilder } } @@ -6118,8 +5942,7 @@ public struct UpdateApplicationInput: Swift.Sendable { launchPath: Swift.String? = nil, name: Swift.String? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.appBlockArn = appBlockArn self.attributesToDelete = attributesToDelete self.description = description @@ -6138,8 +5961,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( application: AppStreamClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -6160,8 +5982,7 @@ public struct UpdateDirectoryConfigInput: Swift.Sendable { directoryName: Swift.String? = nil, organizationalUnitDistinguishedNames: [Swift.String]? = nil, serviceAccountCredentials: AppStreamClientTypes.ServiceAccountCredentials? = nil - ) - { + ) { self.certificateBasedAuthProperties = certificateBasedAuthProperties self.directoryName = directoryName self.organizationalUnitDistinguishedNames = organizationalUnitDistinguishedNames @@ -6175,8 +5996,7 @@ public struct UpdateDirectoryConfigOutput: Swift.Sendable { public init( directoryConfig: AppStreamClientTypes.DirectoryConfig? = nil - ) - { + ) { self.directoryConfig = directoryConfig } } @@ -6201,8 +6021,7 @@ public struct UpdateEntitlementInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.appVisibility = appVisibility self.attributes = attributes self.description = description @@ -6217,8 +6036,7 @@ public struct UpdateEntitlementOutput: Swift.Sendable { public init( entitlement: AppStreamClientTypes.Entitlement? = nil - ) - { + ) { self.entitlement = entitlement } } @@ -6376,8 +6194,7 @@ public struct UpdateFleetInput: Swift.Sendable { streamView: AppStreamClientTypes.StreamView? = nil, usbDeviceFilterStrings: [Swift.String]? = nil, vpcConfig: AppStreamClientTypes.VpcConfig? = nil - ) - { + ) { self.attributesToDelete = attributesToDelete self.computeCapacity = computeCapacity self.deleteVpcConfig = deleteVpcConfig @@ -6409,8 +6226,7 @@ public struct UpdateFleetOutput: Swift.Sendable { public init( fleet: AppStreamClientTypes.Fleet? = nil - ) - { + ) { self.fleet = fleet } } @@ -6430,8 +6246,7 @@ public struct UpdateImagePermissionsInput: Swift.Sendable { imagePermissions: AppStreamClientTypes.ImagePermissions? = nil, name: Swift.String? = nil, sharedAccountId: Swift.String? = nil - ) - { + ) { self.imagePermissions = imagePermissions self.name = name self.sharedAccountId = sharedAccountId @@ -6546,8 +6361,7 @@ public struct UpdateStackInput: Swift.Sendable { storageConnectors: [AppStreamClientTypes.StorageConnector]? = nil, streamingExperienceSettings: AppStreamClientTypes.StreamingExperienceSettings? = nil, userSettings: [AppStreamClientTypes.UserSetting]? = nil - ) - { + ) { self.accessEndpoints = accessEndpoints self.applicationSettings = applicationSettings self.attributesToDelete = attributesToDelete @@ -6570,8 +6384,7 @@ public struct UpdateStackOutput: Swift.Sendable { public init( stack: AppStreamClientTypes.Stack? = nil - ) - { + ) { self.stack = stack } } @@ -6630,8 +6443,7 @@ public struct UpdateThemeForStackInput: Swift.Sendable { state: AppStreamClientTypes.ThemeState? = nil, themeStyling: AppStreamClientTypes.ThemeStyling? = nil, titleText: Swift.String? = nil - ) - { + ) { self.attributesToDelete = attributesToDelete self.faviconS3Location = faviconS3Location self.footerLinks = footerLinks @@ -6649,8 +6461,7 @@ public struct UpdateThemeForStackOutput: Swift.Sendable { public init( theme: AppStreamClientTypes.Theme? = nil - ) - { + ) { self.theme = theme } } diff --git a/Sources/Services/AWSAppSync/Package.swift.txt b/Sources/Services/AWSAppSync/Package.swift.txt index 3ed61958776..5cc6befafd9 100644 --- a/Sources/Services/AWSAppSync/Package.swift.txt +++ b/Sources/Services/AWSAppSync/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppSync/Sources/AWSAppSync/AppSyncClient.swift b/Sources/Services/AWSAppSync/Sources/AWSAppSync/AppSyncClient.swift index 30ae3e313fd..3049674b1e6 100644 --- a/Sources/Services/AWSAppSync/Sources/AWSAppSync/AppSyncClient.swift +++ b/Sources/Services/AWSAppSync/Sources/AWSAppSync/AppSyncClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppSyncClient: ClientRuntime.Client { public static let clientName = "AppSyncClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppSyncClient.AppSyncClientConfiguration let serviceName = "AppSync" diff --git a/Sources/Services/AWSAppSync/Sources/AWSAppSync/Models.swift b/Sources/Services/AWSAppSync/Sources/AWSAppSync/Models.swift index 340316c09a8..16655988004 100644 --- a/Sources/Services/AWSAppSync/Sources/AWSAppSync/Models.swift +++ b/Sources/Services/AWSAppSync/Sources/AWSAppSync/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +105,7 @@ extension AppSyncClientTypes { authorizerResultTtlInSeconds: Swift.Int = 0, authorizerUri: Swift.String? = nil, identityValidationExpression: Swift.String? = nil - ) - { + ) { self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds self.authorizerUri = authorizerUri self.identityValidationExpression = identityValidationExpression @@ -134,8 +132,7 @@ extension AppSyncClientTypes { clientId: Swift.String? = nil, iatTTL: Swift.Int = 0, issuer: Swift.String? = nil - ) - { + ) { self.authTTL = authTTL self.clientId = clientId self.iatTTL = iatTTL @@ -161,8 +158,7 @@ extension AppSyncClientTypes { appIdClientRegex: Swift.String? = nil, awsRegion: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.appIdClientRegex = appIdClientRegex self.awsRegion = awsRegion self.userPoolId = userPoolId @@ -188,8 +184,7 @@ extension AppSyncClientTypes { lambdaAuthorizerConfig: AppSyncClientTypes.LambdaAuthorizerConfig? = nil, openIDConnectConfig: AppSyncClientTypes.OpenIDConnectConfig? = nil, userPoolConfig: AppSyncClientTypes.CognitoUserPoolConfig? = nil - ) - { + ) { self.authenticationType = authenticationType self.lambdaAuthorizerConfig = lambdaAuthorizerConfig self.openIDConnectConfig = openIDConnectConfig @@ -215,8 +210,7 @@ extension AppSyncClientTypes { appIdClientRegex: Swift.String? = nil, awsRegion: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.appIdClientRegex = appIdClientRegex self.awsRegion = awsRegion self.userPoolId = userPoolId @@ -243,8 +237,7 @@ extension AppSyncClientTypes { cognitoConfig: AppSyncClientTypes.CognitoConfig? = nil, lambdaAuthorizerConfig: AppSyncClientTypes.LambdaAuthorizerConfig? = nil, openIDConnectConfig: AppSyncClientTypes.OpenIDConnectConfig? = nil - ) - { + ) { self.authType = authType self.cognitoConfig = cognitoConfig self.lambdaAuthorizerConfig = lambdaAuthorizerConfig @@ -263,8 +256,7 @@ extension AppSyncClientTypes { public init( authType: AppSyncClientTypes.AuthenticationType? = nil - ) - { + ) { self.authType = authType } } @@ -322,8 +314,7 @@ extension AppSyncClientTypes { public init( cloudWatchLogsRoleArn: Swift.String? = nil, logLevel: AppSyncClientTypes.EventLogLevel? = nil - ) - { + ) { self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.logLevel = logLevel } @@ -355,8 +346,7 @@ extension AppSyncClientTypes { defaultPublishAuthModes: [AppSyncClientTypes.AuthMode]? = nil, defaultSubscribeAuthModes: [AppSyncClientTypes.AuthMode]? = nil, logConfig: AppSyncClientTypes.EventLogConfig? = nil - ) - { + ) { self.authProviders = authProviders self.connectionAuthModes = connectionAuthModes self.defaultPublishAuthModes = defaultPublishAuthModes @@ -402,8 +392,7 @@ extension AppSyncClientTypes { tags: [Swift.String: Swift.String]? = nil, wafWebAclArn: Swift.String? = nil, xrayEnabled: Swift.Bool = false - ) - { + ) { self.apiArn = apiArn self.apiId = apiId self.created = created @@ -474,8 +463,7 @@ extension AppSyncClientTypes { associationStatus: AppSyncClientTypes.AssociationStatus? = nil, deploymentDetail: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.associationStatus = associationStatus self.deploymentDetail = deploymentDetail @@ -729,8 +717,7 @@ extension AppSyncClientTypes { transitEncryptionEnabled: Swift.Bool = false, ttl: Swift.Int = 0, type: AppSyncClientTypes.ApiCacheType? = nil - ) - { + ) { self.apiCachingBehavior = apiCachingBehavior self.atRestEncryptionEnabled = atRestEncryptionEnabled self.healthMetricsConfig = healthMetricsConfig @@ -785,8 +772,7 @@ extension AppSyncClientTypes { description: Swift.String? = nil, expires: Swift.Int = 0, id: Swift.String? = nil - ) - { + ) { self.deletes = deletes self.description = description self.expires = expires @@ -813,8 +799,7 @@ public struct ApiKeyLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -837,8 +822,7 @@ public struct ApiKeyValidityOutOfBoundsException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -861,8 +845,7 @@ public struct ApiLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -907,8 +890,7 @@ extension AppSyncClientTypes { public init( name: AppSyncClientTypes.RuntimeName? = nil, runtimeVersion: Swift.String? = nil - ) - { + ) { self.name = name self.runtimeVersion = runtimeVersion } @@ -930,8 +912,7 @@ extension AppSyncClientTypes { column: Swift.Int = 0, line: Swift.Int = 0, span: Swift.Int = 0 - ) - { + ) { self.column = column self.line = line self.span = span @@ -954,8 +935,7 @@ extension AppSyncClientTypes { errorType: Swift.String? = nil, location: AppSyncClientTypes.CodeErrorLocation? = nil, value: Swift.String? = nil - ) - { + ) { self.errorType = errorType self.location = location self.value = value @@ -972,8 +952,7 @@ extension AppSyncClientTypes { public init( codeErrors: [AppSyncClientTypes.CodeError]? = nil - ) - { + ) { self.codeErrors = codeErrors } } @@ -1030,8 +1009,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. detail: AppSyncClientTypes.BadRequestDetail? = nil, message: Swift.String? = nil, reason: AppSyncClientTypes.BadRequestReason? = nil - ) - { + ) { self.properties.detail = detail self.properties.message = message self.properties.reason = reason @@ -1056,8 +1034,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1057,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1097,8 +1073,7 @@ public struct AssociateApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.domainName = domainName } @@ -1110,8 +1085,7 @@ public struct AssociateApiOutput: Swift.Sendable { public init( apiAssociation: AppSyncClientTypes.ApiAssociation? = nil - ) - { + ) { self.apiAssociation = apiAssociation } } @@ -1134,8 +1108,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1158,8 +1131,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1182,8 +1154,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1226,8 +1197,7 @@ extension AppSyncClientTypes { public init( mergeType: AppSyncClientTypes.MergeType? = nil - ) - { + ) { self.mergeType = mergeType } } @@ -1250,8 +1220,7 @@ public struct AssociateMergedGraphqlApiInput: Swift.Sendable { mergedApiIdentifier: Swift.String? = nil, sourceApiAssociationConfig: AppSyncClientTypes.SourceApiAssociationConfig? = nil, sourceApiIdentifier: Swift.String? = nil - ) - { + ) { self.description = description self.mergedApiIdentifier = mergedApiIdentifier self.sourceApiAssociationConfig = sourceApiAssociationConfig @@ -1345,8 +1314,7 @@ extension AppSyncClientTypes { sourceApiAssociationStatus: AppSyncClientTypes.SourceApiAssociationStatus? = nil, sourceApiAssociationStatusDetail: Swift.String? = nil, sourceApiId: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.description = description @@ -1368,8 +1336,7 @@ public struct AssociateMergedGraphqlApiOutput: Swift.Sendable { public init( sourceApiAssociation: AppSyncClientTypes.SourceApiAssociation? = nil - ) - { + ) { self.sourceApiAssociation = sourceApiAssociation } } @@ -1391,8 +1358,7 @@ public struct AssociateSourceGraphqlApiInput: Swift.Sendable { mergedApiIdentifier: Swift.String? = nil, sourceApiAssociationConfig: AppSyncClientTypes.SourceApiAssociationConfig? = nil, sourceApiIdentifier: Swift.String? = nil - ) - { + ) { self.description = description self.mergedApiIdentifier = mergedApiIdentifier self.sourceApiAssociationConfig = sourceApiAssociationConfig @@ -1406,8 +1372,7 @@ public struct AssociateSourceGraphqlApiOutput: Swift.Sendable { public init( sourceApiAssociation: AppSyncClientTypes.SourceApiAssociation? = nil - ) - { + ) { self.sourceApiAssociation = sourceApiAssociation } } @@ -1450,8 +1415,7 @@ extension AppSyncClientTypes { public init( signingRegion: Swift.String? = nil, signingServiceName: Swift.String? = nil - ) - { + ) { self.signingRegion = signingRegion self.signingServiceName = signingServiceName } @@ -1473,8 +1437,7 @@ extension AppSyncClientTypes { public init( authorizationType: AppSyncClientTypes.AuthorizationType? = nil, awsIamConfig: AppSyncClientTypes.AwsIamConfig? = nil - ) - { + ) { self.authorizationType = authorizationType self.awsIamConfig = awsIamConfig } @@ -1499,8 +1462,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1521,8 +1483,7 @@ public struct CreateApiInput: Swift.Sendable { name: Swift.String? = nil, ownerContact: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.eventConfig = eventConfig self.name = name self.ownerContact = ownerContact @@ -1536,8 +1497,7 @@ public struct CreateApiOutput: Swift.Sendable { public init( api: AppSyncClientTypes.Api? = nil - ) - { + ) { self.api = api } } @@ -1615,8 +1575,7 @@ public struct CreateApiCacheInput: Swift.Sendable { transitEncryptionEnabled: Swift.Bool? = false, ttl: Swift.Int? = 0, type: AppSyncClientTypes.ApiCacheType? = nil - ) - { + ) { self.apiCachingBehavior = apiCachingBehavior self.apiId = apiId self.atRestEncryptionEnabled = atRestEncryptionEnabled @@ -1634,8 +1593,7 @@ public struct CreateApiCacheOutput: Swift.Sendable { public init( apiCache: AppSyncClientTypes.ApiCache? = nil - ) - { + ) { self.apiCache = apiCache } } @@ -1653,8 +1611,7 @@ public struct CreateApiKeyInput: Swift.Sendable { apiId: Swift.String? = nil, description: Swift.String? = nil, expires: Swift.Int? = 0 - ) - { + ) { self.apiId = apiId self.description = description self.expires = expires @@ -1667,8 +1624,7 @@ public struct CreateApiKeyOutput: Swift.Sendable { public init( apiKey: AppSyncClientTypes.ApiKey? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -1691,8 +1647,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1720,8 +1675,7 @@ public struct CreateChannelNamespaceInput: Swift.Sendable { publishAuthModes: [AppSyncClientTypes.AuthMode]? = nil, subscribeAuthModes: [AppSyncClientTypes.AuthMode]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiId = apiId self.codeHandlers = codeHandlers self.name = name @@ -1764,8 +1718,7 @@ extension AppSyncClientTypes { publishAuthModes: [AppSyncClientTypes.AuthMode]? = nil, subscribeAuthModes: [AppSyncClientTypes.AuthMode]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiId = apiId self.channelNamespaceArn = channelNamespaceArn self.codeHandlers = codeHandlers @@ -1785,8 +1738,7 @@ public struct CreateChannelNamespaceOutput: Swift.Sendable { public init( channelNamespace: AppSyncClientTypes.ChannelNamespace? = nil - ) - { + ) { self.channelNamespace = channelNamespace } } @@ -1806,8 +1758,7 @@ extension AppSyncClientTypes { baseTableTTL: Swift.Int = 0, deltaSyncTableName: Swift.String? = nil, deltaSyncTableTTL: Swift.Int = 0 - ) - { + ) { self.baseTableTTL = baseTableTTL self.deltaSyncTableName = deltaSyncTableName self.deltaSyncTableTTL = deltaSyncTableTTL @@ -1838,8 +1789,7 @@ extension AppSyncClientTypes { tableName: Swift.String? = nil, useCallerCredentials: Swift.Bool = false, versioned: Swift.Bool = false - ) - { + ) { self.awsRegion = awsRegion self.deltaSyncConfig = deltaSyncConfig self.tableName = tableName @@ -1863,8 +1813,7 @@ extension AppSyncClientTypes { public init( awsRegion: Swift.String? = nil, endpoint: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.endpoint = endpoint } @@ -1881,8 +1830,7 @@ extension AppSyncClientTypes { public init( eventBusArn: Swift.String? = nil - ) - { + ) { self.eventBusArn = eventBusArn } } @@ -1900,8 +1848,7 @@ extension AppSyncClientTypes { public init( authorizationConfig: AppSyncClientTypes.AuthorizationConfig? = nil, endpoint: Swift.String? = nil - ) - { + ) { self.authorizationConfig = authorizationConfig self.endpoint = endpoint } @@ -1918,8 +1865,7 @@ extension AppSyncClientTypes { public init( lambdaFunctionArn: Swift.String? = nil - ) - { + ) { self.lambdaFunctionArn = lambdaFunctionArn } } @@ -1968,8 +1914,7 @@ extension AppSyncClientTypes { public init( awsRegion: Swift.String? = nil, endpoint: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.endpoint = endpoint } @@ -1997,8 +1942,7 @@ extension AppSyncClientTypes { databaseName: Swift.String? = nil, dbClusterIdentifier: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.awsSecretStoreArn = awsSecretStoreArn self.databaseName = databaseName @@ -2048,8 +1992,7 @@ extension AppSyncClientTypes { public init( rdsHttpEndpointConfig: AppSyncClientTypes.RdsHttpEndpointConfig? = nil, relationalDatabaseSourceType: AppSyncClientTypes.RelationalDatabaseSourceType? = nil - ) - { + ) { self.rdsHttpEndpointConfig = rdsHttpEndpointConfig self.relationalDatabaseSourceType = relationalDatabaseSourceType } @@ -2151,8 +2094,7 @@ public struct CreateDataSourceInput: Swift.Sendable { relationalDatabaseConfig: AppSyncClientTypes.RelationalDatabaseDataSourceConfig? = nil, serviceRoleArn: Swift.String? = nil, type: AppSyncClientTypes.DataSourceType? = nil - ) - { + ) { self.apiId = apiId self.description = description self.dynamodbConfig = dynamodbConfig @@ -2232,8 +2174,7 @@ extension AppSyncClientTypes { relationalDatabaseConfig: AppSyncClientTypes.RelationalDatabaseDataSourceConfig? = nil, serviceRoleArn: Swift.String? = nil, type: AppSyncClientTypes.DataSourceType? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.description = description self.dynamodbConfig = dynamodbConfig @@ -2257,8 +2198,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { public init( dataSource: AppSyncClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -2277,8 +2217,7 @@ public struct CreateDomainNameInput: Swift.Sendable { certificateArn: Swift.String? = nil, description: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.description = description self.domainName = domainName @@ -2306,8 +2245,7 @@ extension AppSyncClientTypes { description: Swift.String? = nil, domainName: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.appsyncDomainName = appsyncDomainName self.certificateArn = certificateArn self.description = description @@ -2323,8 +2261,7 @@ public struct CreateDomainNameOutput: Swift.Sendable { public init( domainNameConfig: AppSyncClientTypes.DomainNameConfig? = nil - ) - { + ) { self.domainNameConfig = domainNameConfig } } @@ -2402,8 +2339,7 @@ extension AppSyncClientTypes { public init( lambdaConflictHandlerArn: Swift.String? = nil - ) - { + ) { self.lambdaConflictHandlerArn = lambdaConflictHandlerArn } } @@ -2434,8 +2370,7 @@ extension AppSyncClientTypes { conflictDetection: AppSyncClientTypes.ConflictDetectionType? = nil, conflictHandler: AppSyncClientTypes.ConflictHandlerType? = nil, lambdaConflictHandlerConfig: AppSyncClientTypes.LambdaConflictHandlerConfig? = nil - ) - { + ) { self.conflictDetection = conflictDetection self.conflictHandler = conflictHandler self.lambdaConflictHandlerConfig = lambdaConflictHandlerConfig @@ -2482,8 +2417,7 @@ public struct CreateFunctionInput: Swift.Sendable { responseMappingTemplate: Swift.String? = nil, runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil - ) - { + ) { self.apiId = apiId self.code = code self.dataSourceName = dataSourceName @@ -2540,8 +2474,7 @@ extension AppSyncClientTypes { responseMappingTemplate: Swift.String? = nil, runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil - ) - { + ) { self.code = code self.dataSourceName = dataSourceName self.description = description @@ -2564,8 +2497,7 @@ public struct CreateFunctionOutput: Swift.Sendable { public init( functionConfiguration: AppSyncClientTypes.FunctionConfiguration? = nil - ) - { + ) { self.functionConfiguration = functionConfiguration } } @@ -2790,8 +2722,7 @@ extension AppSyncClientTypes { dataSourceLevelMetricsBehavior: AppSyncClientTypes.DataSourceLevelMetricsBehavior? = nil, operationLevelMetricsConfig: AppSyncClientTypes.OperationLevelMetricsConfig? = nil, resolverLevelMetricsBehavior: AppSyncClientTypes.ResolverLevelMetricsBehavior? = nil - ) - { + ) { self.dataSourceLevelMetricsBehavior = dataSourceLevelMetricsBehavior self.operationLevelMetricsConfig = operationLevelMetricsConfig self.resolverLevelMetricsBehavior = resolverLevelMetricsBehavior @@ -2902,8 +2833,7 @@ extension AppSyncClientTypes { cloudWatchLogsRoleArn: Swift.String? = nil, excludeVerboseContent: Swift.Bool = false, fieldLogLevel: AppSyncClientTypes.FieldLogLevel? = nil - ) - { + ) { self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.excludeVerboseContent = excludeVerboseContent self.fieldLogLevel = fieldLogLevel @@ -2961,8 +2891,7 @@ extension AppSyncClientTypes { awsRegion: Swift.String? = nil, defaultAction: AppSyncClientTypes.DefaultAction? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.appIdClientRegex = appIdClientRegex self.awsRegion = awsRegion self.defaultAction = defaultAction @@ -3056,8 +2985,7 @@ public struct CreateGraphqlApiInput: Swift.Sendable { userPoolConfig: AppSyncClientTypes.UserPoolConfig? = nil, visibility: AppSyncClientTypes.GraphQLApiVisibility? = nil, xrayEnabled: Swift.Bool? = false - ) - { + ) { self.additionalAuthenticationProviders = additionalAuthenticationProviders self.apiType = apiType self.authenticationType = authenticationType @@ -3153,8 +3081,7 @@ extension AppSyncClientTypes { visibility: AppSyncClientTypes.GraphQLApiVisibility? = nil, wafWebAclArn: Swift.String? = nil, xrayEnabled: Swift.Bool = false - ) - { + ) { self.additionalAuthenticationProviders = additionalAuthenticationProviders self.apiId = apiId self.apiType = apiType @@ -3188,8 +3115,7 @@ public struct CreateGraphqlApiOutput: Swift.Sendable { public init( graphqlApi: AppSyncClientTypes.GraphqlApi? = nil - ) - { + ) { self.graphqlApi = graphqlApi } } @@ -3207,8 +3133,7 @@ extension AppSyncClientTypes { public init( cachingKeys: [Swift.String]? = nil, ttl: Swift.Int = 0 - ) - { + ) { self.cachingKeys = cachingKeys self.ttl = ttl } @@ -3282,8 +3207,7 @@ extension AppSyncClientTypes { public init( functions: [Swift.String]? = nil - ) - { + ) { self.functions = functions } } @@ -3341,8 +3265,7 @@ public struct CreateResolverInput: Swift.Sendable { runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.cachingConfig = cachingConfig self.code = code @@ -3412,8 +3335,7 @@ extension AppSyncClientTypes { runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil, typeName: Swift.String? = nil - ) - { + ) { self.cachingConfig = cachingConfig self.code = code self.dataSourceName = dataSourceName @@ -3438,8 +3360,7 @@ public struct CreateResolverOutput: Swift.Sendable { public init( resolver: AppSyncClientTypes.Resolver? = nil - ) - { + ) { self.resolver = resolver } } @@ -3488,8 +3409,7 @@ public struct CreateTypeInput: Swift.Sendable { apiId: Swift.String? = nil, definition: Swift.String? = nil, format: AppSyncClientTypes.TypeDefinitionFormat? = nil - ) - { + ) { self.apiId = apiId self.definition = definition self.format = format @@ -3517,8 +3437,7 @@ extension AppSyncClientTypes { description: Swift.String? = nil, format: AppSyncClientTypes.TypeDefinitionFormat? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.definition = definition self.description = description @@ -3534,8 +3453,7 @@ public struct CreateTypeOutput: Swift.Sendable { public init( type: AppSyncClientTypes.ModelType? = nil - ) - { + ) { self.type = type } } @@ -3547,8 +3465,7 @@ public struct DeleteApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3566,8 +3483,7 @@ public struct DeleteApiCacheInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3589,8 +3505,7 @@ public struct DeleteApiKeyInput: Swift.Sendable { public init( apiId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.id = id } @@ -3612,8 +3527,7 @@ public struct DeleteChannelNamespaceInput: Swift.Sendable { public init( apiId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.name = name } @@ -3635,8 +3549,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( apiId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.name = name } @@ -3654,8 +3567,7 @@ public struct DeleteDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3676,8 +3588,7 @@ public struct DeleteFunctionInput: Swift.Sendable { public init( apiId: Swift.String? = nil, functionId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.functionId = functionId } @@ -3695,8 +3606,7 @@ public struct DeleteGraphqlApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3721,8 +3631,7 @@ public struct DeleteResolverInput: Swift.Sendable { apiId: Swift.String? = nil, fieldName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.fieldName = fieldName self.typeName = typeName @@ -3745,8 +3654,7 @@ public struct DeleteTypeInput: Swift.Sendable { public init( apiId: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.typeName = typeName } @@ -3764,8 +3672,7 @@ public struct DisassociateApiInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3786,8 +3693,7 @@ public struct DisassociateMergedGraphqlApiInput: Swift.Sendable { public init( associationId: Swift.String? = nil, sourceApiIdentifier: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.sourceApiIdentifier = sourceApiIdentifier } @@ -3799,8 +3705,7 @@ public struct DisassociateMergedGraphqlApiOutput: Swift.Sendable { public init( sourceApiAssociationStatus: AppSyncClientTypes.SourceApiAssociationStatus? = nil - ) - { + ) { self.sourceApiAssociationStatus = sourceApiAssociationStatus } } @@ -3816,8 +3721,7 @@ public struct DisassociateSourceGraphqlApiInput: Swift.Sendable { public init( associationId: Swift.String? = nil, mergedApiIdentifier: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.mergedApiIdentifier = mergedApiIdentifier } @@ -3829,8 +3733,7 @@ public struct DisassociateSourceGraphqlApiOutput: Swift.Sendable { public init( sourceApiAssociationStatus: AppSyncClientTypes.SourceApiAssociationStatus? = nil - ) - { + ) { self.sourceApiAssociationStatus = sourceApiAssociationStatus } } @@ -3853,8 +3756,7 @@ public struct EvaluateCodeInput: Swift.Sendable { context: Swift.String? = nil, function: Swift.String? = nil, runtime: AppSyncClientTypes.AppSyncRuntime? = nil - ) - { + ) { self.code = code self.context = context self.function = function @@ -3874,8 +3776,7 @@ extension AppSyncClientTypes { public init( codeErrors: [AppSyncClientTypes.CodeError]? = nil, message: Swift.String? = nil - ) - { + ) { self.codeErrors = codeErrors self.message = message } @@ -3894,8 +3795,7 @@ public struct EvaluateCodeOutput: Swift.Sendable { error: AppSyncClientTypes.EvaluateCodeErrorDetail? = nil, evaluationResult: Swift.String? = nil, logs: [Swift.String]? = nil - ) - { + ) { self.error = error self.evaluationResult = evaluationResult self.logs = logs @@ -3913,8 +3813,7 @@ public struct EvaluateMappingTemplateInput: Swift.Sendable { public init( context: Swift.String? = nil, template: Swift.String? = nil - ) - { + ) { self.context = context self.template = template } @@ -3929,8 +3828,7 @@ extension AppSyncClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -3948,8 +3846,7 @@ public struct EvaluateMappingTemplateOutput: Swift.Sendable { error: AppSyncClientTypes.ErrorDetail? = nil, evaluationResult: Swift.String? = nil, logs: [Swift.String]? = nil - ) - { + ) { self.error = error self.evaluationResult = evaluationResult self.logs = logs @@ -3964,8 +3861,7 @@ public struct FlushApiCacheInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3983,8 +3879,7 @@ public struct GetApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -3995,8 +3890,7 @@ public struct GetApiOutput: Swift.Sendable { public init( api: AppSyncClientTypes.Api? = nil - ) - { + ) { self.api = api } } @@ -4008,8 +3902,7 @@ public struct GetApiAssociationInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4020,8 +3913,7 @@ public struct GetApiAssociationOutput: Swift.Sendable { public init( apiAssociation: AppSyncClientTypes.ApiAssociation? = nil - ) - { + ) { self.apiAssociation = apiAssociation } } @@ -4034,8 +3926,7 @@ public struct GetApiCacheInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -4047,8 +3938,7 @@ public struct GetApiCacheOutput: Swift.Sendable { public init( apiCache: AppSyncClientTypes.ApiCache? = nil - ) - { + ) { self.apiCache = apiCache } } @@ -4064,8 +3954,7 @@ public struct GetChannelNamespaceInput: Swift.Sendable { public init( apiId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.name = name } @@ -4077,8 +3966,7 @@ public struct GetChannelNamespaceOutput: Swift.Sendable { public init( channelNamespace: AppSyncClientTypes.ChannelNamespace? = nil - ) - { + ) { self.channelNamespace = channelNamespace } } @@ -4094,8 +3982,7 @@ public struct GetDataSourceInput: Swift.Sendable { public init( apiId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.name = name } @@ -4107,8 +3994,7 @@ public struct GetDataSourceOutput: Swift.Sendable { public init( dataSource: AppSyncClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -4129,8 +4015,7 @@ public struct GetDataSourceIntrospectionInput: Swift.Sendable { introspectionId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.includeModelsSDL = includeModelsSDL self.introspectionId = introspectionId self.maxResults = maxResults @@ -4150,8 +4035,7 @@ extension AppSyncClientTypes { public init( fields: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.fields = fields self.name = name } @@ -4197,8 +4081,7 @@ public struct GetDomainNameInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4209,8 +4092,7 @@ public struct GetDomainNameOutput: Swift.Sendable { public init( domainNameConfig: AppSyncClientTypes.DomainNameConfig? = nil - ) - { + ) { self.domainNameConfig = domainNameConfig } } @@ -4226,8 +4108,7 @@ public struct GetFunctionInput: Swift.Sendable { public init( apiId: Swift.String? = nil, functionId: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.functionId = functionId } @@ -4239,8 +4120,7 @@ public struct GetFunctionOutput: Swift.Sendable { public init( functionConfiguration: AppSyncClientTypes.FunctionConfiguration? = nil - ) - { + ) { self.functionConfiguration = functionConfiguration } } @@ -4252,8 +4132,7 @@ public struct GetGraphqlApiInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -4264,8 +4143,7 @@ public struct GetGraphqlApiOutput: Swift.Sendable { public init( graphqlApi: AppSyncClientTypes.GraphqlApi? = nil - ) - { + ) { self.graphqlApi = graphqlApi } } @@ -4277,8 +4155,7 @@ public struct GetGraphqlApiEnvironmentVariablesInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -4289,8 +4166,7 @@ public struct GetGraphqlApiEnvironmentVariablesOutput: Swift.Sendable { public init( environmentVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.environmentVariables = environmentVariables } } @@ -4313,8 +4189,7 @@ public struct GraphQLSchemaException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4362,8 +4237,7 @@ public struct GetIntrospectionSchemaInput: Swift.Sendable { apiId: Swift.String? = nil, format: AppSyncClientTypes.OutputType? = nil, includeDirectives: Swift.Bool? = nil - ) - { + ) { self.apiId = apiId self.format = format self.includeDirectives = includeDirectives @@ -4376,8 +4250,7 @@ public struct GetIntrospectionSchemaOutput: Swift.Sendable { public init( schema: Foundation.Data? = nil - ) - { + ) { self.schema = schema } } @@ -4397,8 +4270,7 @@ public struct GetResolverInput: Swift.Sendable { apiId: Swift.String? = nil, fieldName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.fieldName = fieldName self.typeName = typeName @@ -4411,8 +4283,7 @@ public struct GetResolverOutput: Swift.Sendable { public init( resolver: AppSyncClientTypes.Resolver? = nil - ) - { + ) { self.resolver = resolver } } @@ -4424,8 +4295,7 @@ public struct GetSchemaCreationStatusInput: Swift.Sendable { public init( apiId: Swift.String? = nil - ) - { + ) { self.apiId = apiId } } @@ -4480,8 +4350,7 @@ public struct GetSchemaCreationStatusOutput: Swift.Sendable { public init( details: Swift.String? = nil, status: AppSyncClientTypes.SchemaStatus? = nil - ) - { + ) { self.details = details self.status = status } @@ -4498,8 +4367,7 @@ public struct GetSourceApiAssociationInput: Swift.Sendable { public init( associationId: Swift.String? = nil, mergedApiIdentifier: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.mergedApiIdentifier = mergedApiIdentifier } @@ -4511,8 +4379,7 @@ public struct GetSourceApiAssociationOutput: Swift.Sendable { public init( sourceApiAssociation: AppSyncClientTypes.SourceApiAssociation? = nil - ) - { + ) { self.sourceApiAssociation = sourceApiAssociation } } @@ -4532,8 +4399,7 @@ public struct GetTypeInput: Swift.Sendable { apiId: Swift.String? = nil, format: AppSyncClientTypes.TypeDefinitionFormat? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.format = format self.typeName = typeName @@ -4546,8 +4412,7 @@ public struct GetTypeOutput: Swift.Sendable { public init( type: AppSyncClientTypes.ModelType? = nil - ) - { + ) { self.type = type } } @@ -4565,8 +4430,7 @@ public struct ListApiKeysInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4582,8 +4446,7 @@ public struct ListApiKeysOutput: Swift.Sendable { public init( apiKeys: [AppSyncClientTypes.ApiKey]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiKeys = apiKeys self.nextToken = nextToken } @@ -4598,8 +4461,7 @@ public struct ListApisInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4614,8 +4476,7 @@ public struct ListApisOutput: Swift.Sendable { public init( apis: [AppSyncClientTypes.Api]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apis = apis self.nextToken = nextToken } @@ -4634,8 +4495,7 @@ public struct ListChannelNamespacesInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4651,8 +4511,7 @@ public struct ListChannelNamespacesOutput: Swift.Sendable { public init( channelNamespaces: [AppSyncClientTypes.ChannelNamespace]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelNamespaces = channelNamespaces self.nextToken = nextToken } @@ -4671,8 +4530,7 @@ public struct ListDataSourcesInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4688,8 +4546,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( dataSources: [AppSyncClientTypes.DataSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.nextToken = nextToken } @@ -4704,8 +4561,7 @@ public struct ListDomainNamesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4720,8 +4576,7 @@ public struct ListDomainNamesOutput: Swift.Sendable { public init( domainNameConfigs: [AppSyncClientTypes.DomainNameConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainNameConfigs = domainNameConfigs self.nextToken = nextToken } @@ -4740,8 +4595,7 @@ public struct ListFunctionsInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4757,8 +4611,7 @@ public struct ListFunctionsOutput: Swift.Sendable { public init( functions: [AppSyncClientTypes.FunctionConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.functions = functions self.nextToken = nextToken } @@ -4808,8 +4661,7 @@ public struct ListGraphqlApisInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, owner: AppSyncClientTypes.Ownership? = nil - ) - { + ) { self.apiType = apiType self.maxResults = maxResults self.nextToken = nextToken @@ -4826,8 +4678,7 @@ public struct ListGraphqlApisOutput: Swift.Sendable { public init( graphqlApis: [AppSyncClientTypes.GraphqlApi]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphqlApis = graphqlApis self.nextToken = nextToken } @@ -4850,8 +4701,7 @@ public struct ListResolversInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4868,8 +4718,7 @@ public struct ListResolversOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resolvers: [AppSyncClientTypes.Resolver]? = nil - ) - { + ) { self.nextToken = nextToken self.resolvers = resolvers } @@ -4892,8 +4741,7 @@ public struct ListResolversByFunctionInput: Swift.Sendable { functionId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.functionId = functionId self.maxResults = maxResults @@ -4910,8 +4758,7 @@ public struct ListResolversByFunctionOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resolvers: [AppSyncClientTypes.Resolver]? = nil - ) - { + ) { self.nextToken = nextToken self.resolvers = resolvers } @@ -4930,8 +4777,7 @@ public struct ListSourceApiAssociationsInput: Swift.Sendable { apiId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.maxResults = maxResults self.nextToken = nextToken @@ -4965,8 +4811,7 @@ extension AppSyncClientTypes { mergedApiId: Swift.String? = nil, sourceApiArn: Swift.String? = nil, sourceApiId: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.description = description @@ -4987,8 +4832,7 @@ public struct ListSourceApiAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sourceApiAssociationSummaries: [AppSyncClientTypes.SourceApiAssociationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sourceApiAssociationSummaries = sourceApiAssociationSummaries } @@ -5001,8 +4845,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5013,8 +4856,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5036,8 +4878,7 @@ public struct ListTypesInput: Swift.Sendable { format: AppSyncClientTypes.TypeDefinitionFormat? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.format = format self.maxResults = maxResults @@ -5054,8 +4895,7 @@ public struct ListTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, types: [AppSyncClientTypes.ModelType]? = nil - ) - { + ) { self.nextToken = nextToken self.types = types } @@ -5082,8 +4922,7 @@ public struct ListTypesByAssociationInput: Swift.Sendable { maxResults: Swift.Int? = 0, mergedApiIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.format = format self.maxResults = maxResults @@ -5101,8 +4940,7 @@ public struct ListTypesByAssociationOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, types: [AppSyncClientTypes.ModelType]? = nil - ) - { + ) { self.nextToken = nextToken self.types = types } @@ -5132,8 +4970,7 @@ public struct PutGraphqlApiEnvironmentVariablesInput: Swift.Sendable { public init( apiId: Swift.String? = nil, environmentVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.apiId = apiId self.environmentVariables = environmentVariables } @@ -5145,8 +4982,7 @@ public struct PutGraphqlApiEnvironmentVariablesOutput: Swift.Sendable { public init( environmentVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.environmentVariables = environmentVariables } } @@ -5169,8 +5005,7 @@ extension AppSyncClientTypes { databaseName: Swift.String? = nil, resourceArn: Swift.String? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.resourceArn = resourceArn self.secretArn = secretArn @@ -5184,8 +5019,7 @@ public struct StartDataSourceIntrospectionInput: Swift.Sendable { public init( rdsDataApiConfig: AppSyncClientTypes.RdsDataApiConfig? = nil - ) - { + ) { self.rdsDataApiConfig = rdsDataApiConfig } } @@ -5202,8 +5036,7 @@ public struct StartDataSourceIntrospectionOutput: Swift.Sendable { introspectionId: Swift.String? = nil, introspectionStatus: AppSyncClientTypes.DataSourceIntrospectionStatus? = nil, introspectionStatusDetail: Swift.String? = nil - ) - { + ) { self.introspectionId = introspectionId self.introspectionStatus = introspectionStatus self.introspectionStatusDetail = introspectionStatusDetail @@ -5221,8 +5054,7 @@ public struct StartSchemaCreationInput: Swift.Sendable { public init( apiId: Swift.String? = nil, definition: Foundation.Data? = nil - ) - { + ) { self.apiId = apiId self.definition = definition } @@ -5234,8 +5066,7 @@ public struct StartSchemaCreationOutput: Swift.Sendable { public init( status: AppSyncClientTypes.SchemaStatus? = nil - ) - { + ) { self.status = status } } @@ -5251,8 +5082,7 @@ public struct StartSchemaMergeInput: Swift.Sendable { public init( associationId: Swift.String? = nil, mergedApiIdentifier: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.mergedApiIdentifier = mergedApiIdentifier } @@ -5264,8 +5094,7 @@ public struct StartSchemaMergeOutput: Swift.Sendable { public init( sourceApiAssociationStatus: AppSyncClientTypes.SourceApiAssociationStatus? = nil - ) - { + ) { self.sourceApiAssociationStatus = sourceApiAssociationStatus } } @@ -5281,8 +5110,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5304,8 +5132,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5333,8 +5160,7 @@ public struct UpdateApiInput: Swift.Sendable { eventConfig: AppSyncClientTypes.EventConfig? = nil, name: Swift.String? = nil, ownerContact: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.eventConfig = eventConfig self.name = name @@ -5348,8 +5174,7 @@ public struct UpdateApiOutput: Swift.Sendable { public init( api: AppSyncClientTypes.Api? = nil - ) - { + ) { self.api = api } } @@ -5421,8 +5246,7 @@ public struct UpdateApiCacheInput: Swift.Sendable { healthMetricsConfig: AppSyncClientTypes.CacheHealthMetricsConfig? = nil, ttl: Swift.Int? = 0, type: AppSyncClientTypes.ApiCacheType? = nil - ) - { + ) { self.apiCachingBehavior = apiCachingBehavior self.apiId = apiId self.healthMetricsConfig = healthMetricsConfig @@ -5438,8 +5262,7 @@ public struct UpdateApiCacheOutput: Swift.Sendable { public init( apiCache: AppSyncClientTypes.ApiCache? = nil - ) - { + ) { self.apiCache = apiCache } } @@ -5461,8 +5284,7 @@ public struct UpdateApiKeyInput: Swift.Sendable { description: Swift.String? = nil, expires: Swift.Int? = 0, id: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.description = description self.expires = expires @@ -5476,8 +5298,7 @@ public struct UpdateApiKeyOutput: Swift.Sendable { public init( apiKey: AppSyncClientTypes.ApiKey? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -5502,8 +5323,7 @@ public struct UpdateChannelNamespaceInput: Swift.Sendable { name: Swift.String? = nil, publishAuthModes: [AppSyncClientTypes.AuthMode]? = nil, subscribeAuthModes: [AppSyncClientTypes.AuthMode]? = nil - ) - { + ) { self.apiId = apiId self.codeHandlers = codeHandlers self.name = name @@ -5518,8 +5338,7 @@ public struct UpdateChannelNamespaceOutput: Swift.Sendable { public init( channelNamespace: AppSyncClientTypes.ChannelNamespace? = nil - ) - { + ) { self.channelNamespace = channelNamespace } } @@ -5569,8 +5388,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { relationalDatabaseConfig: AppSyncClientTypes.RelationalDatabaseDataSourceConfig? = nil, serviceRoleArn: Swift.String? = nil, type: AppSyncClientTypes.DataSourceType? = nil - ) - { + ) { self.apiId = apiId self.description = description self.dynamodbConfig = dynamodbConfig @@ -5593,8 +5411,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { public init( dataSource: AppSyncClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -5609,8 +5426,7 @@ public struct UpdateDomainNameInput: Swift.Sendable { public init( description: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.description = description self.domainName = domainName } @@ -5622,8 +5438,7 @@ public struct UpdateDomainNameOutput: Swift.Sendable { public init( domainNameConfig: AppSyncClientTypes.DomainNameConfig? = nil - ) - { + ) { self.domainNameConfig = domainNameConfig } } @@ -5671,8 +5486,7 @@ public struct UpdateFunctionInput: Swift.Sendable { responseMappingTemplate: Swift.String? = nil, runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil - ) - { + ) { self.apiId = apiId self.code = code self.dataSourceName = dataSourceName @@ -5694,8 +5508,7 @@ public struct UpdateFunctionOutput: Swift.Sendable { public init( functionConfiguration: AppSyncClientTypes.FunctionConfiguration? = nil - ) - { + ) { self.functionConfiguration = functionConfiguration } } @@ -5751,8 +5564,7 @@ public struct UpdateGraphqlApiInput: Swift.Sendable { resolverCountLimit: Swift.Int? = 0, userPoolConfig: AppSyncClientTypes.UserPoolConfig? = nil, xrayEnabled: Swift.Bool? = false - ) - { + ) { self.additionalAuthenticationProviders = additionalAuthenticationProviders self.apiId = apiId self.authenticationType = authenticationType @@ -5777,8 +5589,7 @@ public struct UpdateGraphqlApiOutput: Swift.Sendable { public init( graphqlApi: AppSyncClientTypes.GraphqlApi? = nil - ) - { + ) { self.graphqlApi = graphqlApi } } @@ -5835,8 +5646,7 @@ public struct UpdateResolverInput: Swift.Sendable { runtime: AppSyncClientTypes.AppSyncRuntime? = nil, syncConfig: AppSyncClientTypes.SyncConfig? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.cachingConfig = cachingConfig self.code = code @@ -5860,8 +5670,7 @@ public struct UpdateResolverOutput: Swift.Sendable { public init( resolver: AppSyncClientTypes.Resolver? = nil - ) - { + ) { self.resolver = resolver } } @@ -5883,8 +5692,7 @@ public struct UpdateSourceApiAssociationInput: Swift.Sendable { description: Swift.String? = nil, mergedApiIdentifier: Swift.String? = nil, sourceApiAssociationConfig: AppSyncClientTypes.SourceApiAssociationConfig? = nil - ) - { + ) { self.associationId = associationId self.description = description self.mergedApiIdentifier = mergedApiIdentifier @@ -5898,8 +5706,7 @@ public struct UpdateSourceApiAssociationOutput: Swift.Sendable { public init( sourceApiAssociation: AppSyncClientTypes.SourceApiAssociation? = nil - ) - { + ) { self.sourceApiAssociation = sourceApiAssociation } } @@ -5922,8 +5729,7 @@ public struct UpdateTypeInput: Swift.Sendable { definition: Swift.String? = nil, format: AppSyncClientTypes.TypeDefinitionFormat? = nil, typeName: Swift.String? = nil - ) - { + ) { self.apiId = apiId self.definition = definition self.format = format @@ -5937,8 +5743,7 @@ public struct UpdateTypeOutput: Swift.Sendable { public init( type: AppSyncClientTypes.ModelType? = nil - ) - { + ) { self.type = type } } @@ -5967,8 +5772,7 @@ extension AppSyncClientTypes { name: Swift.String? = nil, type: AppSyncClientTypes.DataSourceIntrospectionModelFieldType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.kind = kind self.name = name self.type = type @@ -5992,8 +5796,7 @@ extension AppSyncClientTypes { length: Swift.Int = 0, name: Swift.String? = nil, type: AppSyncClientTypes.DataSourceIntrospectionModelFieldType? = nil - ) - { + ) { self.length = length self.name = name self.type = type @@ -6022,8 +5825,7 @@ extension AppSyncClientTypes { name: Swift.String? = nil, primaryKey: AppSyncClientTypes.DataSourceIntrospectionModelIndex? = nil, sdl: Swift.String? = nil - ) - { + ) { self.fields = fields self.indexes = indexes self.name = name @@ -6045,8 +5847,7 @@ extension AppSyncClientTypes { public init( models: [AppSyncClientTypes.DataSourceIntrospectionModel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.models = models self.nextToken = nextToken } @@ -6068,8 +5869,7 @@ public struct GetDataSourceIntrospectionOutput: Swift.Sendable { introspectionResult: AppSyncClientTypes.DataSourceIntrospectionResult? = nil, introspectionStatus: AppSyncClientTypes.DataSourceIntrospectionStatus? = nil, introspectionStatusDetail: Swift.String? = nil - ) - { + ) { self.introspectionId = introspectionId self.introspectionResult = introspectionResult self.introspectionStatus = introspectionStatus diff --git a/Sources/Services/AWSAppTest/Package.swift.txt b/Sources/Services/AWSAppTest/Package.swift.txt index 166d14c2048..519955551b5 100644 --- a/Sources/Services/AWSAppTest/Package.swift.txt +++ b/Sources/Services/AWSAppTest/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppTest/Sources/AWSAppTest/AppTestClient.swift b/Sources/Services/AWSAppTest/Sources/AWSAppTest/AppTestClient.swift index 4ff04eac9eb..00bde3744cf 100644 --- a/Sources/Services/AWSAppTest/Sources/AWSAppTest/AppTestClient.swift +++ b/Sources/Services/AWSAppTest/Sources/AWSAppTest/AppTestClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppTestClient: ClientRuntime.Client { public static let clientName = "AppTestClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppTestClient.AppTestClientConfiguration let serviceName = "AppTest" diff --git a/Sources/Services/AWSAppTest/Sources/AWSAppTest/Models.swift b/Sources/Services/AWSAppTest/Sources/AWSAppTest/Models.swift index 8e0e97045d2..21079b281ae 100644 --- a/Sources/Services/AWSAppTest/Sources/AWSAppTest/Models.swift +++ b/Sources/Services/AWSAppTest/Sources/AWSAppTest/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -75,8 +74,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -107,8 +105,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -143,8 +140,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -166,8 +162,7 @@ extension AppTestClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -234,8 +229,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [AppTestClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AppTestClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -249,8 +243,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -262,8 +255,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -299,8 +291,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -320,8 +311,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -357,8 +347,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -434,8 +423,7 @@ extension AppTestClientTypes { public init( captureTool: AppTestClientTypes.CaptureTool? = nil, type: AppTestClientTypes.SourceDatabase? = nil - ) - { + ) { self.captureTool = captureTool self.type = type } @@ -482,8 +470,7 @@ extension AppTestClientTypes { public init( captureTool: AppTestClientTypes.CaptureTool? = nil, type: AppTestClientTypes.TargetDatabase? = nil - ) - { + ) { self.captureTool = captureTool self.type = type } @@ -504,8 +491,7 @@ extension AppTestClientTypes { public init( sourceMetadata: AppTestClientTypes.SourceDatabaseMetadata? = nil, targetMetadata: AppTestClientTypes.TargetDatabaseMetadata? = nil - ) - { + ) { self.sourceMetadata = sourceMetadata self.targetMetadata = targetMetadata } @@ -596,8 +582,7 @@ extension AppTestClientTypes { length: Swift.Int? = nil, name: Swift.String? = nil, type: AppTestClientTypes.DataSetType? = nil - ) - { + ) { self.ccsid = ccsid self.format = format self.length = length @@ -637,8 +622,7 @@ extension AppTestClientTypes { fileMetadata: AppTestClientTypes.FileMetadata? = nil, sourceLocation: Swift.String? = nil, targetLocation: Swift.String? = nil - ) - { + ) { self.fileMetadata = fileMetadata self.sourceLocation = sourceLocation self.targetLocation = targetLocation @@ -665,8 +649,7 @@ extension AppTestClientTypes { public init( fileLocation: Swift.String? = nil - ) - { + ) { self.fileLocation = fileLocation } } @@ -695,8 +678,7 @@ extension AppTestClientTypes { public init( input: AppTestClientTypes.Input? = nil, output: AppTestClientTypes.Output? = nil - ) - { + ) { self.input = input self.output = output } @@ -719,8 +701,7 @@ extension AppTestClientTypes { batchJobName: Swift.String? = nil, batchJobParameters: [Swift.String: Swift.String]? = nil, exportDataSetNames: [Swift.String]? = nil - ) - { + ) { self.batchJobName = batchJobName self.batchJobParameters = batchJobParameters self.exportDataSetNames = exportDataSetNames @@ -768,8 +749,7 @@ extension AppTestClientTypes { public init( scriptLocation: Swift.String? = nil, type: AppTestClientTypes.ScriptType? = nil - ) - { + ) { self.scriptLocation = scriptLocation self.type = type } @@ -789,8 +769,7 @@ extension AppTestClientTypes { public init( exportDataSetNames: [Swift.String]? = nil, script: AppTestClientTypes.Script? = nil - ) - { + ) { self.exportDataSetNames = exportDataSetNames self.script = script } @@ -818,8 +797,7 @@ extension AppTestClientTypes { public init( dmsTaskArn: Swift.String? = nil - ) - { + ) { self.dmsTaskArn = dmsTaskArn } } @@ -842,8 +820,7 @@ extension AppTestClientTypes { actionType: AppTestClientTypes.MainframeActionType? = nil, properties: AppTestClientTypes.MainframeActionProperties? = nil, resource: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.properties = properties self.resource = resource @@ -893,8 +870,7 @@ extension AppTestClientTypes { public init( actionType: AppTestClientTypes.CloudFormationActionType? = nil, resource: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.resource = resource } @@ -942,8 +918,7 @@ extension AppTestClientTypes { public init( forceStop: Swift.Bool? = nil, importDataSetLocation: Swift.String? = nil - ) - { + ) { self.forceStop = forceStop self.importDataSetLocation = importDataSetLocation } @@ -967,8 +942,7 @@ extension AppTestClientTypes { actionType: AppTestClientTypes.M2ManagedActionType? = nil, properties: AppTestClientTypes.M2ManagedActionProperties? = nil, resource: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.properties = properties self.resource = resource @@ -1019,8 +993,7 @@ extension AppTestClientTypes { public init( actionType: AppTestClientTypes.M2NonManagedActionType? = nil, resource: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.resource = resource } @@ -1072,8 +1045,7 @@ extension AppTestClientTypes { action: AppTestClientTypes.StepAction? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.name = name @@ -1101,8 +1073,7 @@ public struct CreateTestCaseInput: Swift.Sendable { name: Swift.String? = nil, steps: [AppTestClientTypes.Step]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1122,8 +1093,7 @@ public struct CreateTestCaseOutput: Swift.Sendable { public init( testCaseId: Swift.String? = nil, testCaseVersion: Swift.Int? = nil - ) - { + ) { self.testCaseId = testCaseId self.testCaseVersion = testCaseVersion } @@ -1136,8 +1106,7 @@ public struct DeleteTestCaseInput: Swift.Sendable { public init( testCaseId: Swift.String? = nil - ) - { + ) { self.testCaseId = testCaseId } } @@ -1157,8 +1126,7 @@ public struct GetTestCaseInput: Swift.Sendable { public init( testCaseId: Swift.String? = nil, testCaseVersion: Swift.Int? = nil - ) - { + ) { self.testCaseId = testCaseId self.testCaseVersion = testCaseVersion } @@ -1210,8 +1178,7 @@ extension AppTestClientTypes { status: AppTestClientTypes.TestCaseLifecycle? = nil, statusReason: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.status = status self.statusReason = statusReason self.version = version @@ -1267,8 +1234,7 @@ public struct GetTestCaseOutput: Swift.Sendable { testCaseArn: Swift.String? = nil, testCaseId: Swift.String? = nil, testCaseVersion: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.lastUpdateTime = lastUpdateTime @@ -1296,8 +1262,7 @@ public struct ListTestCasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, testCaseIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testCaseIds = testCaseIds @@ -1341,8 +1306,7 @@ extension AppTestClientTypes { statusReason: Swift.String? = nil, testCaseArn: Swift.String? = nil, testCaseId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastUpdateTime = lastUpdateTime self.latestVersion = latestVersion @@ -1365,8 +1329,7 @@ public struct ListTestCasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testCases: [AppTestClientTypes.TestCaseSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testCases = testCases } @@ -1385,8 +1348,7 @@ public struct UpdateTestCaseInput: Swift.Sendable { description: Swift.String? = nil, steps: [AppTestClientTypes.Step]? = nil, testCaseId: Swift.String? = nil - ) - { + ) { self.description = description self.steps = steps self.testCaseId = testCaseId @@ -1404,8 +1366,7 @@ public struct UpdateTestCaseOutput: Swift.Sendable { public init( testCaseId: Swift.String? = nil, testCaseVersion: Swift.Int? = nil - ) - { + ) { self.testCaseId = testCaseId self.testCaseVersion = testCaseVersion } @@ -1424,8 +1385,7 @@ extension AppTestClientTypes { public init( parameters: [Swift.String: Swift.String]? = nil, templateLocation: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.templateLocation = templateLocation } @@ -1478,8 +1438,7 @@ extension AppTestClientTypes { listenerPort: Swift.String? = nil, runtime: AppTestClientTypes.M2ManagedRuntime? = nil, vpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.listenerPort = listenerPort self.runtime = runtime @@ -1535,8 +1494,7 @@ extension AppTestClientTypes { runtime: AppTestClientTypes.M2NonManagedRuntime? = nil, vpcEndpointServiceName: Swift.String? = nil, webAppName: Swift.String? = nil - ) - { + ) { self.listenerPort = listenerPort self.runtime = runtime self.vpcEndpointServiceName = vpcEndpointServiceName @@ -1573,8 +1531,7 @@ extension AppTestClientTypes { public init( name: Swift.String? = nil, type: AppTestClientTypes.ResourceType? = nil - ) - { + ) { self.name = name self.type = type } @@ -1590,8 +1547,7 @@ extension AppTestClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -1623,8 +1579,7 @@ public struct CreateTestConfigurationInput: Swift.Sendable { resources: [AppTestClientTypes.Resource]? = nil, serviceSettings: AppTestClientTypes.ServiceSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1646,8 +1601,7 @@ public struct CreateTestConfigurationOutput: Swift.Sendable { public init( testConfigurationId: Swift.String? = nil, testConfigurationVersion: Swift.Int? = nil - ) - { + ) { self.testConfigurationId = testConfigurationId self.testConfigurationVersion = testConfigurationVersion } @@ -1660,8 +1614,7 @@ public struct DeleteTestConfigurationInput: Swift.Sendable { public init( testConfigurationId: Swift.String? = nil - ) - { + ) { self.testConfigurationId = testConfigurationId } } @@ -1681,8 +1634,7 @@ public struct GetTestConfigurationInput: Swift.Sendable { public init( testConfigurationId: Swift.String? = nil, testConfigurationVersion: Swift.Int? = nil - ) - { + ) { self.testConfigurationId = testConfigurationId self.testConfigurationVersion = testConfigurationVersion } @@ -1734,8 +1686,7 @@ extension AppTestClientTypes { status: AppTestClientTypes.TestConfigurationLifecycle? = nil, statusReason: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.status = status self.statusReason = statusReason self.version = version @@ -1798,8 +1749,7 @@ public struct GetTestConfigurationOutput: Swift.Sendable { testConfigurationArn: Swift.String? = nil, testConfigurationId: Swift.String? = nil, testConfigurationVersion: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.lastUpdateTime = lastUpdateTime @@ -1829,8 +1779,7 @@ public struct ListTestConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, testConfigurationIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testConfigurationIds = testConfigurationIds @@ -1874,8 +1823,7 @@ extension AppTestClientTypes { statusReason: Swift.String? = nil, testConfigurationArn: Swift.String? = nil, testConfigurationId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastUpdateTime = lastUpdateTime self.latestVersion = latestVersion @@ -1898,8 +1846,7 @@ public struct ListTestConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testConfigurations: [AppTestClientTypes.TestConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testConfigurations = testConfigurations } @@ -1924,8 +1871,7 @@ public struct UpdateTestConfigurationInput: Swift.Sendable { resources: [AppTestClientTypes.Resource]? = nil, serviceSettings: AppTestClientTypes.ServiceSettings? = nil, testConfigurationId: Swift.String? = nil - ) - { + ) { self.description = description self.properties = properties self.resources = resources @@ -1945,8 +1891,7 @@ public struct UpdateTestConfigurationOutput: Swift.Sendable { public init( testConfigurationId: Swift.String? = nil, testConfigurationVersion: Swift.Int? = nil - ) - { + ) { self.testConfigurationId = testConfigurationId self.testConfigurationVersion = testConfigurationVersion } @@ -1959,8 +1904,7 @@ public struct DeleteTestRunInput: Swift.Sendable { public init( testRunId: Swift.String? = nil - ) - { + ) { self.testRunId = testRunId } } @@ -1987,8 +1931,7 @@ public struct GetTestRunStepInput: Swift.Sendable { testCaseId: Swift.String? = nil, testRunId: Swift.String? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.stepName = stepName self.testCaseId = testCaseId self.testRunId = testRunId @@ -2053,8 +1996,7 @@ extension AppTestClientTypes { sourceMetadata: AppTestClientTypes.SourceDatabaseMetadata? = nil, targetLocation: Swift.String? = nil, targetMetadata: AppTestClientTypes.TargetDatabaseMetadata? = nil - ) - { + ) { self.outputLocation = outputLocation self.sourceLocation = sourceLocation self.sourceMetadata = sourceMetadata @@ -2110,8 +2052,7 @@ extension AppTestClientTypes { public init( comparisonOutputLocation: Swift.String? = nil, comparisonStatus: AppTestClientTypes.ComparisonStatusEnum? = nil - ) - { + ) { self.comparisonOutputLocation = comparisonOutputLocation self.comparisonStatus = comparisonStatus } @@ -2131,8 +2072,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.CompareDatabaseCDCStepInput? = nil, stepOutput: AppTestClientTypes.CompareDatabaseCDCStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2161,8 +2101,7 @@ extension AppTestClientTypes { sourceLocation: Swift.String? = nil, targetDataSets: [AppTestClientTypes.DataSet]? = nil, targetLocation: Swift.String? = nil - ) - { + ) { self.sourceDataSets = sourceDataSets self.sourceLocation = sourceLocation self.targetDataSets = targetDataSets @@ -2185,8 +2124,7 @@ extension AppTestClientTypes { public init( comparisonOutputLocation: Swift.String? = nil, comparisonStatus: AppTestClientTypes.ComparisonStatusEnum? = nil - ) - { + ) { self.comparisonOutputLocation = comparisonOutputLocation self.comparisonStatus = comparisonStatus } @@ -2206,8 +2144,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.CompareDataSetsStepInput? = nil, stepOutput: AppTestClientTypes.CompareDataSetsStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2246,8 +2183,7 @@ extension AppTestClientTypes { public init( type: AppTestClientTypes.File? = nil - ) - { + ) { self.type = type } } @@ -2270,8 +2206,7 @@ extension AppTestClientTypes { applicationId: Swift.String? = nil, listenerPort: Swift.Int? = nil, runtime: AppTestClientTypes.M2ManagedRuntime? = nil - ) - { + ) { self.applicationId = applicationId self.listenerPort = listenerPort self.runtime = runtime @@ -2300,8 +2235,7 @@ extension AppTestClientTypes { runtime: AppTestClientTypes.M2NonManagedRuntime? = nil, vpcEndpointServiceName: Swift.String? = nil, webAppName: Swift.String? = nil - ) - { + ) { self.listenerPort = listenerPort self.runtime = runtime self.vpcEndpointServiceName = vpcEndpointServiceName @@ -2345,8 +2279,7 @@ extension AppTestClientTypes { exportDataSetNames: [Swift.String]? = nil, properties: AppTestClientTypes.MainframeActionProperties? = nil, resource: AppTestClientTypes.MainframeResourceSummary? = nil - ) - { + ) { self.batchJobName = batchJobName self.batchJobParameters = batchJobParameters self.exportDataSetNames = exportDataSetNames @@ -2371,8 +2304,7 @@ extension AppTestClientTypes { dataSetDetails: [AppTestClientTypes.DataSet]? = nil, dataSetExportLocation: Swift.String? = nil, dmsOutputLocation: Swift.String? = nil - ) - { + ) { self.dataSetDetails = dataSetDetails self.dataSetExportLocation = dataSetExportLocation self.dmsOutputLocation = dmsOutputLocation @@ -2393,8 +2325,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.BatchStepInput? = nil, stepOutput: AppTestClientTypes.BatchStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2415,8 +2346,7 @@ extension AppTestClientTypes { public init( scriptLocation: Swift.String? = nil, type: AppTestClientTypes.ScriptType? = nil - ) - { + ) { self.scriptLocation = scriptLocation self.type = type } @@ -2443,8 +2373,7 @@ extension AppTestClientTypes { properties: AppTestClientTypes.MainframeActionProperties? = nil, resource: AppTestClientTypes.MainframeResourceSummary? = nil, script: AppTestClientTypes.ScriptSummary? = nil - ) - { + ) { self.exportDataSetNames = exportDataSetNames self.properties = properties self.resource = resource @@ -2472,8 +2401,7 @@ extension AppTestClientTypes { dataSetExportLocation: Swift.String? = nil, dmsOutputLocation: Swift.String? = nil, scriptOutputLocation: Swift.String? = nil - ) - { + ) { self.dataSetDetails = dataSetDetails self.dataSetExportLocation = dataSetExportLocation self.dmsOutputLocation = dmsOutputLocation @@ -2495,8 +2423,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.TN3270StepInput? = nil, stepOutput: AppTestClientTypes.TN3270StepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2528,8 +2455,7 @@ extension AppTestClientTypes { public init( parameters: [Swift.String: Swift.String]? = nil, templateLocation: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.templateLocation = templateLocation } @@ -2549,8 +2475,7 @@ extension AppTestClientTypes { public init( exports: [Swift.String: Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.exports = exports self.stackId = stackId } @@ -2570,8 +2495,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.CreateCloudFormationStepInput? = nil, stepOutput: AppTestClientTypes.CreateCloudFormationStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2588,8 +2512,7 @@ extension AppTestClientTypes { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -2617,8 +2540,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.DeleteCloudFormationStepInput? = nil, stepOutput: AppTestClientTypes.DeleteCloudFormationStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2664,8 +2586,7 @@ extension AppTestClientTypes { properties: AppTestClientTypes.M2ManagedActionProperties? = nil, runtime: Swift.String? = nil, vpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.applicationId = applicationId self.listenerPort = listenerPort @@ -2685,8 +2606,7 @@ extension AppTestClientTypes { public init( importDataSetSummary: [Swift.String: Swift.String]? = nil - ) - { + ) { self.importDataSetSummary = importDataSetSummary } } @@ -2705,8 +2625,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.M2ManagedApplicationStepInput? = nil, stepOutput: AppTestClientTypes.M2ManagedApplicationStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2738,8 +2657,7 @@ extension AppTestClientTypes { runtime: AppTestClientTypes.M2NonManagedRuntime? = nil, vpcEndpointServiceName: Swift.String? = nil, webAppName: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.listenerPort = listenerPort self.runtime = runtime @@ -2771,8 +2689,7 @@ extension AppTestClientTypes { public init( stepInput: AppTestClientTypes.M2NonManagedApplicationStepInput? = nil, stepOutput: AppTestClientTypes.M2NonManagedApplicationStepOutput? = nil - ) - { + ) { self.stepInput = stepInput self.stepOutput = stepOutput } @@ -2853,8 +2770,7 @@ public struct GetTestRunStepOutput: Swift.Sendable { testRunId: Swift.String? = nil, testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.afterStep = afterStep self.beforeStep = beforeStep self.runEndTime = runEndTime @@ -2886,8 +2802,7 @@ public struct ListTestRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, testRunIds: [Swift.String]? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testRunIds = testRunIds @@ -2972,8 +2887,7 @@ extension AppTestClientTypes { testRunId: Swift.String? = nil, testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.runEndTime = runEndTime self.runStartTime = runStartTime self.status = status @@ -2998,8 +2912,7 @@ public struct ListTestRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testRuns: [AppTestClientTypes.TestRunSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testRuns = testRuns } @@ -3024,8 +2937,7 @@ public struct ListTestRunStepsInput: Swift.Sendable { testCaseId: Swift.String? = nil, testRunId: Swift.String? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testCaseId = testCaseId @@ -3080,8 +2992,7 @@ extension AppTestClientTypes { testRunId: Swift.String? = nil, testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.afterStep = afterStep self.beforeStep = beforeStep self.runEndTime = runEndTime @@ -3108,8 +3019,7 @@ public struct ListTestRunStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testRunSteps: [AppTestClientTypes.TestRunStepSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testRunSteps = testRunSteps } @@ -3128,8 +3038,7 @@ public struct ListTestRunTestCasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, testRunId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testRunId = testRunId @@ -3200,8 +3109,7 @@ extension AppTestClientTypes { testCaseId: Swift.String? = nil, testCaseVersion: Swift.Int? = nil, testRunId: Swift.String? = nil - ) - { + ) { self.runEndTime = runEndTime self.runStartTime = runStartTime self.status = status @@ -3223,8 +3131,7 @@ public struct ListTestRunTestCasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testRunTestCases: [AppTestClientTypes.TestCaseRunSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testRunTestCases = testRunTestCases } @@ -3246,8 +3153,7 @@ public struct StartTestRunInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, testConfigurationId: Swift.String? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.tags = tags self.testConfigurationId = testConfigurationId @@ -3266,8 +3172,7 @@ public struct StartTestRunOutput: Swift.Sendable { public init( testRunId: Swift.String? = nil, testRunStatus: AppTestClientTypes.TestRunStatus? = nil - ) - { + ) { self.testRunId = testRunId self.testRunStatus = testRunStatus } @@ -3309,8 +3214,7 @@ public struct CreateTestSuiteInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, testCases: AppTestClientTypes.TestCases? = nil - ) - { + ) { self.afterSteps = afterSteps self.beforeSteps = beforeSteps self.clientToken = clientToken @@ -3332,8 +3236,7 @@ public struct CreateTestSuiteOutput: Swift.Sendable { public init( testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.testSuiteId = testSuiteId self.testSuiteVersion = testSuiteVersion } @@ -3346,8 +3249,7 @@ public struct DeleteTestSuiteInput: Swift.Sendable { public init( testSuiteId: Swift.String? = nil - ) - { + ) { self.testSuiteId = testSuiteId } } @@ -3367,8 +3269,7 @@ public struct GetTestSuiteInput: Swift.Sendable { public init( testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.testSuiteId = testSuiteId self.testSuiteVersion = testSuiteVersion } @@ -3429,8 +3330,7 @@ extension AppTestClientTypes { status: AppTestClientTypes.TestSuiteLifecycle? = nil, statusReason: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.status = status self.statusReason = statusReason self.version = version @@ -3493,8 +3393,7 @@ public struct GetTestSuiteOutput: Swift.Sendable { testSuiteArn: Swift.String? = nil, testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.afterSteps = afterSteps self.beforeSteps = beforeSteps self.creationTime = creationTime @@ -3524,8 +3423,7 @@ public struct ListTestSuitesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, testSuiteIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testSuiteIds = testSuiteIds @@ -3569,8 +3467,7 @@ extension AppTestClientTypes { statusReason: Swift.String? = nil, testSuiteArn: Swift.String? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastUpdateTime = lastUpdateTime self.latestVersion = latestVersion @@ -3593,8 +3490,7 @@ public struct ListTestSuitesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testSuites: [AppTestClientTypes.TestSuiteSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testSuites = testSuites } @@ -3619,8 +3515,7 @@ public struct UpdateTestSuiteInput: Swift.Sendable { description: Swift.String? = nil, testCases: AppTestClientTypes.TestCases? = nil, testSuiteId: Swift.String? = nil - ) - { + ) { self.afterSteps = afterSteps self.beforeSteps = beforeSteps self.description = description @@ -3639,8 +3534,7 @@ public struct UpdateTestSuiteOutput: Swift.Sendable { public init( testSuiteId: Swift.String? = nil, testSuiteVersion: Swift.Int? = nil - ) - { + ) { self.testSuiteId = testSuiteId self.testSuiteVersion = testSuiteVersion } @@ -3657,8 +3551,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSAppflow/Package.swift.txt b/Sources/Services/AWSAppflow/Package.swift.txt index d26978d5e0f..bd645469551 100644 --- a/Sources/Services/AWSAppflow/Package.swift.txt +++ b/Sources/Services/AWSAppflow/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAppflow/Sources/AWSAppflow/AppflowClient.swift b/Sources/Services/AWSAppflow/Sources/AWSAppflow/AppflowClient.swift index 57e78eac426..93ae4c6067c 100644 --- a/Sources/Services/AWSAppflow/Sources/AWSAppflow/AppflowClient.swift +++ b/Sources/Services/AWSAppflow/Sources/AWSAppflow/AppflowClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AppflowClient: ClientRuntime.Client { public static let clientName = "AppflowClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AppflowClient.AppflowClientConfiguration let serviceName = "Appflow" diff --git a/Sources/Services/AWSAppflow/Sources/AWSAppflow/Models.swift b/Sources/Services/AWSAppflow/Sources/AWSAppflow/Models.swift index 32e9c68ff90..d17eb661ba3 100644 --- a/Sources/Services/AWSAppflow/Sources/AWSAppflow/Models.swift +++ b/Sources/Services/AWSAppflow/Sources/AWSAppflow/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +94,7 @@ extension AppflowClientTypes { public init( aggregationType: AppflowClientTypes.AggregationType? = nil, targetFileSize: Swift.Int? = nil - ) - { + ) { self.aggregationType = aggregationType self.targetFileSize = targetFileSize } @@ -143,8 +141,7 @@ extension AppflowClientTypes { public init( apiKey: Swift.String? = nil, secretKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey self.secretKey = secretKey } @@ -184,8 +181,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -204,8 +200,7 @@ extension AppflowClientTypes { public init( apiKey: Swift.String? = nil, apiSecretKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey self.apiSecretKey = apiSecretKey } @@ -241,8 +236,7 @@ extension AppflowClientTypes { isSensitiveField: Swift.Bool = false, key: Swift.String? = nil, label: Swift.String? = nil - ) - { + ) { self.connectorSuppliedValues = connectorSuppliedValues self.description = description self.isRequired = isRequired @@ -265,8 +259,7 @@ extension AppflowClientTypes { public init( authParameters: [AppflowClientTypes.AuthParameter]? = nil, customAuthenticationType: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.customAuthenticationType = customAuthenticationType } @@ -329,8 +322,7 @@ extension AppflowClientTypes { key: Swift.String? = nil, label: Swift.String? = nil, type: AppflowClientTypes.OAuth2CustomPropType? = nil - ) - { + ) { self.connectorSuppliedValues = connectorSuppliedValues self.description = description self.isRequired = isRequired @@ -395,8 +387,7 @@ extension AppflowClientTypes { oauth2GrantTypesSupported: [AppflowClientTypes.OAuth2GrantType]? = nil, oauthScopes: [Swift.String]? = nil, tokenUrls: [Swift.String]? = nil - ) - { + ) { self.authCodeUrls = authCodeUrls self.oauth2CustomProperties = oauth2CustomProperties self.oauth2GrantTypesSupported = oauth2GrantTypesSupported @@ -430,8 +421,7 @@ extension AppflowClientTypes { isCustomAuthSupported: Swift.Bool = false, isOAuth2Supported: Swift.Bool = false, oAuth2Defaults: AppflowClientTypes.OAuth2Defaults? = nil - ) - { + ) { self.customAuthConfigs = customAuthConfigs self.isApiKeyAuthSupported = isApiKeyAuthSupported self.isBasicAuthSupported = isBasicAuthSupported @@ -491,8 +481,7 @@ extension AppflowClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -522,8 +511,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -546,8 +534,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -570,8 +557,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -594,8 +580,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -610,8 +595,7 @@ public struct CancelFlowExecutionsInput: Swift.Sendable { public init( executionIds: [Swift.String]? = nil, flowName: Swift.String? = nil - ) - { + ) { self.executionIds = executionIds self.flowName = flowName } @@ -623,8 +607,7 @@ public struct CancelFlowExecutionsOutput: Swift.Sendable { public init( invalidExecutions: [Swift.String]? = nil - ) - { + ) { self.invalidExecutions = invalidExecutions } } @@ -673,8 +656,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -726,8 +708,7 @@ public struct ConnectorAuthenticationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -777,8 +758,7 @@ extension AppflowClientTypes { public init( oAuthScopes: [Swift.String]? = nil - ) - { + ) { self.oAuthScopes = oAuthScopes } } @@ -793,8 +773,7 @@ extension AppflowClientTypes { public init( oAuthScopes: [Swift.String]? = nil - ) - { + ) { self.oAuthScopes = oAuthScopes } } @@ -892,8 +871,7 @@ extension AppflowClientTypes { dataTransferApis: [AppflowClientTypes.SalesforceDataTransferApi]? = nil, oAuthScopes: [Swift.String]? = nil, oauth2GrantTypesSupported: [AppflowClientTypes.OAuth2GrantType]? = nil - ) - { + ) { self.dataTransferApis = dataTransferApis self.oAuthScopes = oAuthScopes self.oauth2GrantTypesSupported = oauth2GrantTypesSupported @@ -937,8 +915,7 @@ extension AppflowClientTypes { public init( oAuthScopes: [Swift.String]? = nil - ) - { + ) { self.oAuthScopes = oAuthScopes } } @@ -953,8 +930,7 @@ extension AppflowClientTypes { public init( supportedRegions: [Swift.String]? = nil - ) - { + ) { self.supportedRegions = supportedRegions } } @@ -996,8 +972,7 @@ extension AppflowClientTypes { public init( oAuthScopes: [Swift.String]? = nil - ) - { + ) { self.oAuthScopes = oAuthScopes } } @@ -1075,8 +1050,7 @@ extension AppflowClientTypes { upsolver: AppflowClientTypes.UpsolverMetadata? = nil, veeva: AppflowClientTypes.VeevaMetadata? = nil, zendesk: AppflowClientTypes.ZendeskMetadata? = nil - ) - { + ) { self.amplitude = amplitude self.customerProfiles = customerProfiles self.datadog = datadog @@ -1113,8 +1087,7 @@ extension AppflowClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -1129,8 +1102,7 @@ extension AppflowClientTypes { public init( lambda: AppflowClientTypes.LambdaConnectorProvisioningConfig? = nil - ) - { + ) { self.lambda = lambda } } @@ -1190,8 +1162,7 @@ extension AppflowClientTypes { key: Swift.String? = nil, label: Swift.String? = nil, scope: Swift.String? = nil - ) - { + ) { self.connectorSuppliedValueOptions = connectorSuppliedValueOptions self.dataType = dataType self.description = description @@ -1342,8 +1313,7 @@ extension AppflowClientTypes { public init( name: Swift.String? = nil, type: AppflowClientTypes.DataTransferApiType? = nil - ) - { + ) { self.name = name self.type = type } @@ -1664,8 +1634,7 @@ extension AppflowClientTypes { supportedSchedulingFrequencies: [AppflowClientTypes.ScheduleFrequencyType]? = nil, supportedTriggerTypes: [AppflowClientTypes.TriggerType]? = nil, supportedWriteOperations: [AppflowClientTypes.WriteOperationType]? = nil - ) - { + ) { self.authenticationConfig = authenticationConfig self.canUseAsDestination = canUseAsDestination self.canUseAsSource = canUseAsSource @@ -1740,8 +1709,7 @@ extension AppflowClientTypes { registeredAt: Foundation.Date? = nil, registeredBy: Swift.String? = nil, supportedDataTransferTypes: [AppflowClientTypes.SupportedDataTransferType]? = nil - ) - { + ) { self.applicationType = applicationType self.connectorDescription = connectorDescription self.connectorLabel = connectorLabel @@ -1774,8 +1742,7 @@ extension AppflowClientTypes { hasNestedEntities: Swift.Bool = false, label: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.hasNestedEntities = hasNestedEntities self.label = label self.name = name @@ -1807,8 +1774,7 @@ extension AppflowClientTypes { isUpdatable: Swift.Bool = false, isUpsertable: Swift.Bool = false, supportedWriteOperations: [AppflowClientTypes.WriteOperationType]? = nil - ) - { + ) { self.isCreatable = isCreatable self.isDefaultedOnCreate = isDefaultedOnCreate self.isNullable = isNullable @@ -1834,8 +1800,7 @@ extension AppflowClientTypes { isQueryable: Swift.Bool = false, isRetrievable: Swift.Bool = false, isTimestampFieldForIncrementalQueries: Swift.Bool = false - ) - { + ) { self.isQueryable = isQueryable self.isRetrievable = isRetrievable self.isTimestampFieldForIncrementalQueries = isTimestampFieldForIncrementalQueries @@ -1855,8 +1820,7 @@ extension AppflowClientTypes { public init( maximum: Swift.Double = 0.0, minimum: Swift.Double = 0.0 - ) - { + ) { self.maximum = maximum self.minimum = minimum } @@ -1978,8 +1942,7 @@ extension AppflowClientTypes { supportedDateFormat: Swift.String? = nil, supportedValues: [Swift.String]? = nil, valueRegexPattern: Swift.String? = nil - ) - { + ) { self.fieldLengthRange = fieldLengthRange self.fieldType = fieldType self.fieldValueRange = fieldValueRange @@ -2001,8 +1964,7 @@ extension AppflowClientTypes { public init( v1: AppflowClientTypes.FieldTypeDetails? = nil - ) - { + ) { self.v1 = v1 } } @@ -2048,8 +2010,7 @@ extension AppflowClientTypes { parentIdentifier: Swift.String? = nil, sourceProperties: AppflowClientTypes.SourceFieldProperties? = nil, supportedFieldTypeDetails: AppflowClientTypes.SupportedFieldTypeDetails? = nil - ) - { + ) { self.customProperties = customProperties self.defaultValue = defaultValue self.description = description @@ -2077,8 +2038,7 @@ extension AppflowClientTypes { public init( authCode: Swift.String? = nil, redirectUri: Swift.String? = nil - ) - { + ) { self.authCode = authCode self.redirectUri = redirectUri } @@ -3213,8 +3173,7 @@ extension AppflowClientTypes { trendmicro: AppflowClientTypes.TrendmicroConnectorOperator? = nil, veeva: AppflowClientTypes.VeevaConnectorOperator? = nil, zendesk: AppflowClientTypes.ZendeskConnectorOperator? = nil - ) - { + ) { self.amplitude = amplitude self.customConnector = customConnector self.datadog = datadog @@ -3253,8 +3212,7 @@ extension AppflowClientTypes { oAuth2GrantType: AppflowClientTypes.OAuth2GrantType? = nil, tokenUrl: Swift.String? = nil, tokenUrlCustomProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.oAuth2GrantType = oAuth2GrantType self.tokenUrl = tokenUrl self.tokenUrlCustomProperties = tokenUrlCustomProperties @@ -3274,8 +3232,7 @@ extension AppflowClientTypes { public init( oAuth2Properties: AppflowClientTypes.OAuth2Properties? = nil, profileProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.oAuth2Properties = oAuth2Properties self.profileProperties = profileProperties } @@ -3292,8 +3249,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3309,8 +3265,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3344,8 +3299,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3361,8 +3315,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3383,8 +3336,7 @@ extension AppflowClientTypes { businessUnitId: Swift.String? = nil, instanceUrl: Swift.String? = nil, isSandboxEnvironment: Swift.Bool = false - ) - { + ) { self.businessUnitId = businessUnitId self.instanceUrl = instanceUrl self.isSandboxEnvironment = isSandboxEnvironment @@ -3427,8 +3379,7 @@ extension AppflowClientTypes { isRedshiftServerless: Swift.Bool = false, roleArn: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.clusterIdentifier = clusterIdentifier @@ -3475,8 +3426,7 @@ extension AppflowClientTypes { instanceUrl: Swift.String? = nil, isSandboxEnvironment: Swift.Bool = false, usePrivateLinkForMetadataAndAuthorization: Swift.Bool = false - ) - { + ) { self.instanceUrl = instanceUrl self.isSandboxEnvironment = isSandboxEnvironment self.usePrivateLinkForMetadataAndAuthorization = usePrivateLinkForMetadataAndAuthorization @@ -3502,8 +3452,7 @@ extension AppflowClientTypes { authCodeUrl: Swift.String? = nil, oAuthScopes: [Swift.String]? = nil, tokenUrl: Swift.String? = nil - ) - { + ) { self.authCodeUrl = authCodeUrl self.oAuthScopes = oAuthScopes self.tokenUrl = tokenUrl @@ -3545,8 +3494,7 @@ extension AppflowClientTypes { oAuthProperties: AppflowClientTypes.OAuthProperties? = nil, portNumber: Swift.Int? = nil, privateLinkServiceName: Swift.String? = nil - ) - { + ) { self.applicationHostUrl = applicationHostUrl self.applicationServicePath = applicationServicePath self.clientNumber = clientNumber @@ -3569,8 +3517,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3595,8 +3542,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3632,8 +3578,7 @@ extension AppflowClientTypes { region: Swift.String? = nil, stage: Swift.String? = nil, warehouse: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.bucketName = bucketName self.bucketPrefix = bucketPrefix @@ -3664,8 +3609,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3681,8 +3625,7 @@ extension AppflowClientTypes { public init( instanceUrl: Swift.String? = nil - ) - { + ) { self.instanceUrl = instanceUrl } } @@ -3751,8 +3694,7 @@ extension AppflowClientTypes { trendmicro: AppflowClientTypes.TrendmicroConnectorProfileProperties? = nil, veeva: AppflowClientTypes.VeevaConnectorProfileProperties? = nil, zendesk: AppflowClientTypes.ZendeskConnectorProfileProperties? = nil - ) - { + ) { self.amplitude = amplitude self.customConnector = customConnector self.datadog = datadog @@ -3861,8 +3803,7 @@ extension AppflowClientTypes { failureCause: AppflowClientTypes.PrivateConnectionProvisioningFailureCause? = nil, failureMessage: Swift.String? = nil, status: AppflowClientTypes.PrivateConnectionProvisioningStatus? = nil - ) - { + ) { self.failureCause = failureCause self.failureMessage = failureMessage self.status = status @@ -3906,8 +3847,7 @@ extension AppflowClientTypes { credentialsArn: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, privateConnectionProvisioningState: AppflowClientTypes.PrivateConnectionProvisioningState? = nil - ) - { + ) { self.connectionMode = connectionMode self.connectorLabel = connectorLabel self.connectorProfileArn = connectorProfileArn @@ -3935,8 +3875,7 @@ extension AppflowClientTypes { public init( credentialsMap: [Swift.String: Swift.String]? = nil, customAuthenticationType: Swift.String? = nil - ) - { + ) { self.credentialsMap = credentialsMap self.customAuthenticationType = customAuthenticationType } @@ -3969,8 +3908,7 @@ extension AppflowClientTypes { clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4007,8 +3945,7 @@ extension AppflowClientTypes { basic: AppflowClientTypes.BasicAuthCredentials? = nil, custom: AppflowClientTypes.CustomAuthCredentials? = nil, oauth2: AppflowClientTypes.OAuth2Credentials? = nil - ) - { + ) { self.apiKey = apiKey self.authenticationType = authenticationType self.basic = basic @@ -4032,8 +3969,7 @@ extension AppflowClientTypes { public init( apiKey: Swift.String? = nil, applicationKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey self.applicationKey = applicationKey } @@ -4055,8 +3991,7 @@ extension AppflowClientTypes { public init( apiToken: Swift.String? = nil - ) - { + ) { self.apiToken = apiToken } } @@ -4085,8 +4020,7 @@ extension AppflowClientTypes { clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4116,8 +4050,7 @@ extension AppflowClientTypes { accessToken: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.oAuthRequest = oAuthRequest self.refreshToken = refreshToken @@ -4152,8 +4085,7 @@ extension AppflowClientTypes { datakey: Swift.String? = nil, secretAccessKey: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.datakey = datakey self.secretAccessKey = secretAccessKey @@ -4187,8 +4119,7 @@ extension AppflowClientTypes { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4220,8 +4151,7 @@ extension AppflowClientTypes { clientCredentialsArn: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.clientCredentialsArn = clientCredentialsArn self.oAuthRequest = oAuthRequest @@ -4247,8 +4177,7 @@ extension AppflowClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4284,8 +4213,7 @@ extension AppflowClientTypes { oAuth2GrantType: AppflowClientTypes.OAuth2GrantType? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.clientCredentialsArn = clientCredentialsArn self.jwtToken = jwtToken @@ -4324,8 +4252,7 @@ extension AppflowClientTypes { clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil, refreshToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4352,8 +4279,7 @@ extension AppflowClientTypes { public init( basicAuthCredentials: AppflowClientTypes.BasicAuthCredentials? = nil, oAuthCredentials: AppflowClientTypes.OAuthCredentials? = nil - ) - { + ) { self.basicAuthCredentials = basicAuthCredentials self.oAuthCredentials = oAuthCredentials } @@ -4375,8 +4301,7 @@ extension AppflowClientTypes { oAuth2Credentials: AppflowClientTypes.OAuth2Credentials? = nil, password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.oAuth2Credentials = oAuth2Credentials self.password = password self.username = username @@ -4399,8 +4324,7 @@ extension AppflowClientTypes { public init( apiKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -4431,8 +4355,7 @@ extension AppflowClientTypes { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4460,8 +4383,7 @@ extension AppflowClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4483,8 +4405,7 @@ extension AppflowClientTypes { public init( apiSecretKey: Swift.String? = nil - ) - { + ) { self.apiSecretKey = apiSecretKey } } @@ -4509,8 +4430,7 @@ extension AppflowClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4542,8 +4462,7 @@ extension AppflowClientTypes { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, oAuthRequest: AppflowClientTypes.ConnectorOAuthRequest? = nil - ) - { + ) { self.accessToken = accessToken self.clientId = clientId self.clientSecret = clientSecret @@ -4620,8 +4539,7 @@ extension AppflowClientTypes { trendmicro: AppflowClientTypes.TrendmicroConnectorProfileCredentials? = nil, veeva: AppflowClientTypes.VeevaConnectorProfileCredentials? = nil, zendesk: AppflowClientTypes.ZendeskConnectorProfileCredentials? = nil - ) - { + ) { self.amplitude = amplitude self.customConnector = customConnector self.datadog = datadog @@ -4658,8 +4576,7 @@ extension AppflowClientTypes { public init( connectorProfileCredentials: AppflowClientTypes.ConnectorProfileCredentials? = nil, connectorProfileProperties: AppflowClientTypes.ConnectorProfileProperties? = nil - ) - { + ) { self.connectorProfileCredentials = connectorProfileCredentials self.connectorProfileProperties = connectorProfileProperties } @@ -4684,8 +4601,7 @@ public struct ConnectorServerException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4708,8 +4624,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4742,8 +4657,7 @@ public struct CreateConnectorProfileInput: Swift.Sendable { connectorProfileName: Swift.String? = nil, connectorType: AppflowClientTypes.ConnectorType? = nil, kmsArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionMode = connectionMode self.connectorLabel = connectorLabel @@ -4760,8 +4674,7 @@ public struct CreateConnectorProfileOutput: Swift.Sendable { public init( connectorProfileArn: Swift.String? = nil - ) - { + ) { self.connectorProfileArn = connectorProfileArn } } @@ -4781,8 +4694,7 @@ extension AppflowClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, failOnFirstDestinationError: Swift.Bool = false - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.failOnFirstDestinationError = failOnFirstDestinationError @@ -4812,8 +4724,7 @@ extension AppflowClientTypes { errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, idFieldNames: [Swift.String]? = nil, writeOperationType: AppflowClientTypes.WriteOperationType? = nil - ) - { + ) { self.customProperties = customProperties self.entityName = entityName self.errorHandlingConfig = errorHandlingConfig @@ -4836,8 +4747,7 @@ extension AppflowClientTypes { public init( domainName: Swift.String? = nil, objectTypeName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.objectTypeName = objectTypeName } @@ -4857,8 +4767,7 @@ extension AppflowClientTypes { public init( errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, object: Swift.String? = nil - ) - { + ) { self.errorHandlingConfig = errorHandlingConfig self.object = object } @@ -4878,8 +4787,7 @@ extension AppflowClientTypes { public init( errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, object: Swift.String? = nil - ) - { + ) { self.errorHandlingConfig = errorHandlingConfig self.object = object } @@ -4908,8 +4816,7 @@ extension AppflowClientTypes { public init( errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, object: Swift.String? = nil - ) - { + ) { self.errorHandlingConfig = errorHandlingConfig self.object = object } @@ -4936,8 +4843,7 @@ extension AppflowClientTypes { errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, intermediateBucketName: Swift.String? = nil, object: Swift.String? = nil - ) - { + ) { self.bucketPrefix = bucketPrefix self.errorHandlingConfig = errorHandlingConfig self.intermediateBucketName = intermediateBucketName @@ -5098,8 +5004,7 @@ extension AppflowClientTypes { pathPrefixHierarchy: [AppflowClientTypes.PathPrefix]? = nil, prefixFormat: AppflowClientTypes.PrefixFormat? = nil, prefixType: AppflowClientTypes.PrefixType? = nil - ) - { + ) { self.pathPrefixHierarchy = pathPrefixHierarchy self.prefixFormat = prefixFormat self.prefixType = prefixType @@ -5129,8 +5034,7 @@ extension AppflowClientTypes { fileType: AppflowClientTypes.FileType? = nil, prefixConfig: AppflowClientTypes.PrefixConfig? = nil, preserveSourceDataTyping: Swift.Bool? = nil - ) - { + ) { self.aggregationConfig = aggregationConfig self.fileType = fileType self.prefixConfig = prefixConfig @@ -5155,8 +5059,7 @@ extension AppflowClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, s3OutputFormatConfig: AppflowClientTypes.S3OutputFormatConfig? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.s3OutputFormatConfig = s3OutputFormatConfig @@ -5186,8 +5089,7 @@ extension AppflowClientTypes { idFieldNames: [Swift.String]? = nil, object: Swift.String? = nil, writeOperationType: AppflowClientTypes.WriteOperationType? = nil - ) - { + ) { self.dataTransferApi = dataTransferApi self.errorHandlingConfig = errorHandlingConfig self.idFieldNames = idFieldNames @@ -5209,8 +5111,7 @@ extension AppflowClientTypes { public init( bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix } @@ -5239,8 +5140,7 @@ extension AppflowClientTypes { objectPath: Swift.String? = nil, successResponseHandlingConfig: AppflowClientTypes.SuccessResponseHandlingConfig? = nil, writeOperationType: AppflowClientTypes.WriteOperationType? = nil - ) - { + ) { self.errorHandlingConfig = errorHandlingConfig self.idFieldNames = idFieldNames self.objectPath = objectPath @@ -5270,8 +5170,7 @@ extension AppflowClientTypes { errorHandlingConfig: AppflowClientTypes.ErrorHandlingConfig? = nil, intermediateBucketName: Swift.String? = nil, object: Swift.String? = nil - ) - { + ) { self.bucketPrefix = bucketPrefix self.errorHandlingConfig = errorHandlingConfig self.intermediateBucketName = intermediateBucketName @@ -5296,8 +5195,7 @@ extension AppflowClientTypes { aggregationConfig: AppflowClientTypes.AggregationConfig? = nil, fileType: AppflowClientTypes.FileType? = nil, prefixConfig: AppflowClientTypes.PrefixConfig? = nil - ) - { + ) { self.aggregationConfig = aggregationConfig self.fileType = fileType self.prefixConfig = prefixConfig @@ -5322,8 +5220,7 @@ extension AppflowClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, s3OutputFormatConfig: AppflowClientTypes.UpsolverS3OutputFormatConfig? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.s3OutputFormatConfig = s3OutputFormatConfig @@ -5350,8 +5247,7 @@ extension AppflowClientTypes { idFieldNames: [Swift.String]? = nil, object: Swift.String? = nil, writeOperationType: AppflowClientTypes.WriteOperationType? = nil - ) - { + ) { self.errorHandlingConfig = errorHandlingConfig self.idFieldNames = idFieldNames self.object = object @@ -5405,8 +5301,7 @@ extension AppflowClientTypes { snowflake: AppflowClientTypes.SnowflakeDestinationProperties? = nil, upsolver: AppflowClientTypes.UpsolverDestinationProperties? = nil, zendesk: AppflowClientTypes.ZendeskDestinationProperties? = nil - ) - { + ) { self.customConnector = customConnector self.customerProfiles = customerProfiles self.eventBridge = eventBridge @@ -5444,8 +5339,7 @@ extension AppflowClientTypes { connectorProfileName: Swift.String? = nil, connectorType: AppflowClientTypes.ConnectorType? = nil, destinationConnectorProperties: AppflowClientTypes.DestinationConnectorProperties? = nil - ) - { + ) { self.apiVersion = apiVersion self.connectorProfileName = connectorProfileName self.connectorType = connectorType @@ -5472,8 +5366,7 @@ extension AppflowClientTypes { databaseName: Swift.String? = nil, roleArn: Swift.String? = nil, tablePrefix: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.roleArn = roleArn self.tablePrefix = tablePrefix @@ -5490,8 +5383,7 @@ extension AppflowClientTypes { public init( glueDataCatalog: AppflowClientTypes.GlueDataCatalogConfig? = nil - ) - { + ) { self.glueDataCatalog = glueDataCatalog } } @@ -5506,8 +5398,7 @@ extension AppflowClientTypes { public init( datetimeTypeFieldName: Swift.String? = nil - ) - { + ) { self.datetimeTypeFieldName = datetimeTypeFieldName } } @@ -5529,8 +5420,7 @@ extension AppflowClientTypes { customProperties: [Swift.String: Swift.String]? = nil, dataTransferApi: AppflowClientTypes.DataTransferApi? = nil, entityName: Swift.String? = nil - ) - { + ) { self.customProperties = customProperties self.dataTransferApi = dataTransferApi self.entityName = entityName @@ -5548,8 +5438,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5565,8 +5454,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5582,8 +5470,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5599,8 +5486,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5616,8 +5502,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5633,8 +5518,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5678,8 +5562,7 @@ extension AppflowClientTypes { public init( s3InputFileType: AppflowClientTypes.S3InputFileType? = nil - ) - { + ) { self.s3InputFileType = s3InputFileType } } @@ -5701,8 +5584,7 @@ extension AppflowClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, s3InputFormatConfig: AppflowClientTypes.S3InputFormatConfig? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.s3InputFormatConfig = s3InputFormatConfig @@ -5729,8 +5611,7 @@ extension AppflowClientTypes { enableDynamicFieldUpdate: Swift.Bool = false, includeDeletedRecords: Swift.Bool = false, object: Swift.String? = nil - ) - { + ) { self.dataTransferApi = dataTransferApi self.enableDynamicFieldUpdate = enableDynamicFieldUpdate self.includeDeletedRecords = includeDeletedRecords @@ -5749,8 +5630,7 @@ extension AppflowClientTypes { public init( maxPageSize: Swift.Int? = nil - ) - { + ) { self.maxPageSize = maxPageSize } } @@ -5766,8 +5646,7 @@ extension AppflowClientTypes { public init( maxParallelism: Swift.Int? = nil - ) - { + ) { self.maxParallelism = maxParallelism } } @@ -5788,8 +5667,7 @@ extension AppflowClientTypes { objectPath: Swift.String? = nil, paginationConfig: AppflowClientTypes.SAPODataPaginationConfig? = nil, parallelismConfig: AppflowClientTypes.SAPODataParallelismConfig? = nil - ) - { + ) { self.objectPath = objectPath self.paginationConfig = paginationConfig self.parallelismConfig = parallelismConfig @@ -5807,8 +5685,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5824,8 +5701,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5841,8 +5717,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5858,8 +5733,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5887,8 +5761,7 @@ extension AppflowClientTypes { includeRenditions: Swift.Bool = false, includeSourceFiles: Swift.Bool = false, object: Swift.String? = nil - ) - { + ) { self.documentType = documentType self.includeAllVersions = includeAllVersions self.includeRenditions = includeRenditions @@ -5908,8 +5781,7 @@ extension AppflowClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -5972,8 +5844,7 @@ extension AppflowClientTypes { trendmicro: AppflowClientTypes.TrendmicroSourceProperties? = nil, veeva: AppflowClientTypes.VeevaSourceProperties? = nil, zendesk: AppflowClientTypes.ZendeskSourceProperties? = nil - ) - { + ) { self.amplitude = amplitude self.customConnector = customConnector self.datadog = datadog @@ -6018,8 +5889,7 @@ extension AppflowClientTypes { connectorType: AppflowClientTypes.ConnectorType? = nil, incrementalPullConfig: AppflowClientTypes.IncrementalPullConfig? = nil, sourceConnectorProperties: AppflowClientTypes.SourceConnectorProperties? = nil - ) - { + ) { self.apiVersion = apiVersion self.connectorProfileName = connectorProfileName self.connectorType = connectorType @@ -6179,8 +6049,7 @@ extension AppflowClientTypes { sourceFields: [Swift.String]? = nil, taskProperties: [Swift.String: Swift.String]? = nil, taskType: AppflowClientTypes.TaskType? = nil - ) - { + ) { self.connectorOperator = connectorOperator self.destinationField = destinationField self.sourceFields = sourceFields @@ -6250,8 +6119,7 @@ extension AppflowClientTypes { scheduleOffset: Swift.Int? = 0, scheduleStartTime: Foundation.Date? = nil, timezone: Swift.String? = nil - ) - { + ) { self.dataPullMode = dataPullMode self.firstExecutionFrom = firstExecutionFrom self.flowErrorDeactivationThreshold = flowErrorDeactivationThreshold @@ -6273,8 +6141,7 @@ extension AppflowClientTypes { public init( scheduled: AppflowClientTypes.ScheduledTriggerProperties? = nil - ) - { + ) { self.scheduled = scheduled } } @@ -6293,8 +6160,7 @@ extension AppflowClientTypes { public init( triggerProperties: AppflowClientTypes.TriggerProperties? = nil, triggerType: AppflowClientTypes.TriggerType? = nil - ) - { + ) { self.triggerProperties = triggerProperties self.triggerType = triggerType } @@ -6339,8 +6205,7 @@ public struct CreateFlowInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tasks: [AppflowClientTypes.Task]? = nil, triggerConfig: AppflowClientTypes.TriggerConfig? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.destinationFlowConfigList = destinationFlowConfigList @@ -6404,8 +6269,7 @@ public struct CreateFlowOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, flowStatus: AppflowClientTypes.FlowStatus? = nil - ) - { + ) { self.flowArn = flowArn self.flowStatus = flowStatus } @@ -6421,8 +6285,7 @@ public struct DeleteConnectorProfileInput: Swift.Sendable { public init( connectorProfileName: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.connectorProfileName = connectorProfileName self.forceDelete = forceDelete } @@ -6443,8 +6306,7 @@ public struct DeleteFlowInput: Swift.Sendable { public init( flowName: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.flowName = flowName self.forceDelete = forceDelete } @@ -6465,8 +6327,7 @@ public struct DescribeConnectorInput: Swift.Sendable { public init( connectorLabel: Swift.String? = nil, connectorType: AppflowClientTypes.ConnectorType? = nil - ) - { + ) { self.connectorLabel = connectorLabel self.connectorType = connectorType } @@ -6478,8 +6339,7 @@ public struct DescribeConnectorOutput: Swift.Sendable { public init( connectorConfiguration: AppflowClientTypes.ConnectorConfiguration? = nil - ) - { + ) { self.connectorConfiguration = connectorConfiguration } } @@ -6500,8 +6360,7 @@ public struct DescribeConnectorEntityInput: Swift.Sendable { connectorEntityName: Swift.String? = nil, connectorProfileName: Swift.String? = nil, connectorType: AppflowClientTypes.ConnectorType? = nil - ) - { + ) { self.apiVersion = apiVersion self.connectorEntityName = connectorEntityName self.connectorProfileName = connectorProfileName @@ -6516,8 +6375,7 @@ public struct DescribeConnectorEntityOutput: Swift.Sendable { public init( connectorEntityFields: [AppflowClientTypes.ConnectorEntityField]? = nil - ) - { + ) { self.connectorEntityFields = connectorEntityFields } } @@ -6540,8 +6398,7 @@ public struct DescribeConnectorProfilesInput: Swift.Sendable { connectorType: AppflowClientTypes.ConnectorType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorLabel = connectorLabel self.connectorProfileNames = connectorProfileNames self.connectorType = connectorType @@ -6559,8 +6416,7 @@ public struct DescribeConnectorProfilesOutput: Swift.Sendable { public init( connectorProfileDetails: [AppflowClientTypes.ConnectorProfile]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorProfileDetails = connectorProfileDetails self.nextToken = nextToken } @@ -6578,8 +6434,7 @@ public struct DescribeConnectorsInput: Swift.Sendable { connectorTypes: [AppflowClientTypes.ConnectorType]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorTypes = connectorTypes self.maxResults = maxResults self.nextToken = nextToken @@ -6598,8 +6453,7 @@ public struct DescribeConnectorsOutput: Swift.Sendable { connectorConfigurations: [Swift.String: AppflowClientTypes.ConnectorConfiguration]? = nil, connectors: [AppflowClientTypes.ConnectorDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorConfigurations = connectorConfigurations self.connectors = connectors self.nextToken = nextToken @@ -6613,8 +6467,7 @@ public struct DescribeFlowInput: Swift.Sendable { public init( flowName: Swift.String? = nil - ) - { + ) { self.flowName = flowName } } @@ -6672,8 +6525,7 @@ extension AppflowClientTypes { mostRecentExecutionMessage: Swift.String? = nil, mostRecentExecutionStatus: AppflowClientTypes.ExecutionStatus? = nil, mostRecentExecutionTime: Foundation.Date? = nil - ) - { + ) { self.mostRecentExecutionMessage = mostRecentExecutionMessage self.mostRecentExecutionStatus = mostRecentExecutionStatus self.mostRecentExecutionTime = mostRecentExecutionTime @@ -6696,8 +6548,7 @@ extension AppflowClientTypes { message: Swift.String? = nil, result: Swift.String? = nil, status: AppflowClientTypes.ExecutionStatus? = nil - ) - { + ) { self.message = message self.result = result self.status = status @@ -6723,8 +6574,7 @@ extension AppflowClientTypes { partitionRegistrationOutput: AppflowClientTypes.RegistrationOutput? = nil, tableName: Swift.String? = nil, tableRegistrationOutput: AppflowClientTypes.RegistrationOutput? = nil - ) - { + ) { self.catalogType = catalogType self.partitionRegistrationOutput = partitionRegistrationOutput self.tableName = tableName @@ -6799,8 +6649,7 @@ public struct DescribeFlowOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tasks: [AppflowClientTypes.Task]? = nil, triggerConfig: AppflowClientTypes.TriggerConfig? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -6836,8 +6685,7 @@ public struct DescribeFlowExecutionRecordsInput: Swift.Sendable { flowName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowName = flowName self.maxResults = maxResults self.nextToken = nextToken @@ -6856,8 +6704,7 @@ extension AppflowClientTypes { public init( executionMessage: Swift.String? = nil, putFailuresCount: Swift.Int? = nil - ) - { + ) { self.executionMessage = executionMessage self.putFailuresCount = putFailuresCount } @@ -6888,8 +6735,7 @@ extension AppflowClientTypes { maxPageSize: Swift.Int? = nil, numParallelProcesses: Swift.Int? = nil, recordsProcessed: Swift.Int? = nil - ) - { + ) { self.bytesProcessed = bytesProcessed self.bytesWritten = bytesWritten self.errorInfo = errorInfo @@ -6930,8 +6776,7 @@ extension AppflowClientTypes { lastUpdatedAt: Foundation.Date? = nil, metadataCatalogDetails: [AppflowClientTypes.MetadataCatalogDetail]? = nil, startedAt: Foundation.Date? = nil - ) - { + ) { self.dataPullEndTime = dataPullEndTime self.dataPullStartTime = dataPullStartTime self.executionId = executionId @@ -6953,8 +6798,7 @@ public struct DescribeFlowExecutionRecordsOutput: Swift.Sendable { public init( flowExecutions: [AppflowClientTypes.ExecutionRecord]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowExecutions = flowExecutions self.nextToken = nextToken } @@ -7011,8 +6855,7 @@ extension AppflowClientTypes { sourceConnectorType: AppflowClientTypes.ConnectorType? = nil, tags: [Swift.String: Swift.String]? = nil, triggerType: AppflowClientTypes.TriggerType? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -7053,8 +6896,7 @@ public struct ListConnectorEntitiesInput: Swift.Sendable { entitiesPath: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiVersion = apiVersion self.connectorProfileName = connectorProfileName self.connectorType = connectorType @@ -7074,8 +6916,7 @@ public struct ListConnectorEntitiesOutput: Swift.Sendable { public init( connectorEntityMap: [Swift.String: [AppflowClientTypes.ConnectorEntity]]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorEntityMap = connectorEntityMap self.nextToken = nextToken } @@ -7090,8 +6931,7 @@ public struct ListConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7106,8 +6946,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( connectors: [AppflowClientTypes.ConnectorDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectors = connectors self.nextToken = nextToken } @@ -7122,8 +6961,7 @@ public struct ListFlowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7138,8 +6976,7 @@ public struct ListFlowsOutput: Swift.Sendable { public init( flows: [AppflowClientTypes.FlowDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flows = flows self.nextToken = nextToken } @@ -7152,8 +6989,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7164,8 +7000,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -7188,8 +7023,7 @@ public struct RegisterConnectorInput: Swift.Sendable { connectorProvisioningConfig: AppflowClientTypes.ConnectorProvisioningConfig? = nil, connectorProvisioningType: AppflowClientTypes.ConnectorProvisioningType? = nil, description: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectorLabel = connectorLabel self.connectorProvisioningConfig = connectorProvisioningConfig @@ -7204,8 +7038,7 @@ public struct RegisterConnectorOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -7228,8 +7061,7 @@ public struct ResetConnectorMetadataCacheInput: Swift.Sendable { connectorProfileName: Swift.String? = nil, connectorType: AppflowClientTypes.ConnectorType? = nil, entitiesPath: Swift.String? = nil - ) - { + ) { self.apiVersion = apiVersion self.connectorEntityName = connectorEntityName self.connectorProfileName = connectorProfileName @@ -7253,8 +7085,7 @@ public struct StartFlowInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, flowName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.flowName = flowName } @@ -7272,8 +7103,7 @@ public struct StartFlowOutput: Swift.Sendable { executionId: Swift.String? = nil, flowArn: Swift.String? = nil, flowStatus: AppflowClientTypes.FlowStatus? = nil - ) - { + ) { self.executionId = executionId self.flowArn = flowArn self.flowStatus = flowStatus @@ -7298,8 +7128,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7311,8 +7140,7 @@ public struct StopFlowInput: Swift.Sendable { public init( flowName: Swift.String? = nil - ) - { + ) { self.flowName = flowName } } @@ -7326,8 +7154,7 @@ public struct StopFlowOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, flowStatus: AppflowClientTypes.FlowStatus? = nil - ) - { + ) { self.flowArn = flowArn self.flowStatus = flowStatus } @@ -7344,8 +7171,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7366,8 +7192,7 @@ public struct UnregisterConnectorInput: Swift.Sendable { public init( connectorLabel: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.connectorLabel = connectorLabel self.forceDelete = forceDelete } @@ -7389,8 +7214,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -7419,8 +7243,7 @@ public struct UpdateConnectorProfileInput: Swift.Sendable { connectionMode: AppflowClientTypes.ConnectionMode? = nil, connectorProfileConfig: AppflowClientTypes.ConnectorProfileConfig? = nil, connectorProfileName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionMode = connectionMode self.connectorProfileConfig = connectorProfileConfig @@ -7434,8 +7257,7 @@ public struct UpdateConnectorProfileOutput: Swift.Sendable { public init( connectorProfileArn: Swift.String? = nil - ) - { + ) { self.connectorProfileArn = connectorProfileArn } } @@ -7456,8 +7278,7 @@ public struct UpdateConnectorRegistrationInput: Swift.Sendable { connectorLabel: Swift.String? = nil, connectorProvisioningConfig: AppflowClientTypes.ConnectorProvisioningConfig? = nil, description: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectorLabel = connectorLabel self.connectorProvisioningConfig = connectorProvisioningConfig @@ -7471,8 +7292,7 @@ public struct UpdateConnectorRegistrationOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -7509,8 +7329,7 @@ public struct UpdateFlowInput: Swift.Sendable { sourceFlowConfig: AppflowClientTypes.SourceFlowConfig? = nil, tasks: [AppflowClientTypes.Task]? = nil, triggerConfig: AppflowClientTypes.TriggerConfig? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.destinationFlowConfigList = destinationFlowConfigList @@ -7528,8 +7347,7 @@ public struct UpdateFlowOutput: Swift.Sendable { public init( flowStatus: AppflowClientTypes.FlowStatus? = nil - ) - { + ) { self.flowStatus = flowStatus } } diff --git a/Sources/Services/AWSApplicationAutoScaling/Package.swift.txt b/Sources/Services/AWSApplicationAutoScaling/Package.swift.txt index 1b1ae87b5f2..fd218207722 100644 --- a/Sources/Services/AWSApplicationAutoScaling/Package.swift.txt +++ b/Sources/Services/AWSApplicationAutoScaling/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/ApplicationAutoScalingClient.swift b/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/ApplicationAutoScalingClient.swift index 1bb0f664de5..44df8ef82eb 100644 --- a/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/ApplicationAutoScalingClient.swift +++ b/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/ApplicationAutoScalingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApplicationAutoScalingClient: ClientRuntime.Client { public static let clientName = "ApplicationAutoScalingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApplicationAutoScalingClient.ApplicationAutoScalingClientConfiguration let serviceName = "Application Auto Scaling" diff --git a/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/Models.swift b/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/Models.swift index c64defc7585..5733c09eba4 100644 --- a/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/Models.swift +++ b/Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/Models.swift @@ -73,8 +73,7 @@ extension ApplicationAutoScalingClientTypes { public init( alarmARN: Swift.String? = nil, alarmName: Swift.String? = nil - ) - { + ) { self.alarmARN = alarmARN self.alarmName = alarmName } @@ -99,8 +98,7 @@ public struct ConcurrentUpdateException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +121,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +144,7 @@ public struct ObjectNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +167,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -440,8 +435,7 @@ public struct DeleteScalingPolicyInput: Swift.Sendable { resourceId: Swift.String? = nil, scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.policyName = policyName self.resourceId = resourceId self.scalableDimension = scalableDimension @@ -557,8 +551,7 @@ public struct DeleteScheduledActionInput: Swift.Sendable { scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, scheduledActionName: Swift.String? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.resourceId = resourceId self.scalableDimension = scalableDimension self.scheduledActionName = scheduledActionName @@ -670,8 +663,7 @@ public struct DeregisterScalableTargetInput: Swift.Sendable { resourceId: Swift.String? = nil, scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.resourceId = resourceId self.scalableDimension = scalableDimension self.serviceNamespace = serviceNamespace @@ -701,8 +693,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -810,8 +801,7 @@ public struct DescribeScalableTargetsInput: Swift.Sendable { resourceIds: [Swift.String]? = nil, scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceIds = resourceIds @@ -835,8 +825,7 @@ extension ApplicationAutoScalingClientTypes { dynamicScalingInSuspended: Swift.Bool? = nil, dynamicScalingOutSuspended: Swift.Bool? = nil, scheduledScalingSuspended: Swift.Bool? = nil - ) - { + ) { self.dynamicScalingInSuspended = dynamicScalingInSuspended self.dynamicScalingOutSuspended = dynamicScalingOutSuspended self.scheduledScalingSuspended = scheduledScalingSuspended @@ -971,8 +960,7 @@ extension ApplicationAutoScalingClientTypes { scalableTargetARN: Swift.String? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, suspendedState: ApplicationAutoScalingClientTypes.SuspendedState? = nil - ) - { + ) { self.creationTime = creationTime self.maxCapacity = maxCapacity self.minCapacity = minCapacity @@ -996,8 +984,7 @@ public struct DescribeScalableTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalableTargets: [ApplicationAutoScalingClientTypes.ScalableTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.scalableTargets = scalableTargets } @@ -1109,8 +1096,7 @@ public struct DescribeScalingActivitiesInput: Swift.Sendable { resourceId: Swift.String? = nil, scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.includeNotScaledActivities = includeNotScaledActivities self.maxResults = maxResults self.nextToken = nextToken @@ -1149,8 +1135,7 @@ extension ApplicationAutoScalingClientTypes { currentCapacity: Swift.Int? = nil, maxCapacity: Swift.Int? = nil, minCapacity: Swift.Int? = nil - ) - { + ) { self.code = code self.currentCapacity = currentCapacity self.maxCapacity = maxCapacity @@ -1334,8 +1319,7 @@ extension ApplicationAutoScalingClientTypes { startTime: Foundation.Date? = nil, statusCode: ApplicationAutoScalingClientTypes.ScalingActivityStatusCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.activityId = activityId self.cause = cause self.description = description @@ -1361,8 +1345,7 @@ public struct DescribeScalingActivitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingActivities: [ApplicationAutoScalingClientTypes.ScalingActivity]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingActivities = scalingActivities } @@ -1386,8 +1369,7 @@ public struct FailedResourceAccessException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1498,8 +1480,7 @@ public struct DescribeScalingPoliciesInput: Swift.Sendable { resourceId: Swift.String? = nil, scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyNames = policyNames @@ -1584,8 +1565,7 @@ extension ApplicationAutoScalingClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1607,8 +1587,7 @@ extension ApplicationAutoScalingClientTypes { dimensions: [ApplicationAutoScalingClientTypes.PredictiveScalingMetricDimension]? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -1633,8 +1612,7 @@ extension ApplicationAutoScalingClientTypes { metric: ApplicationAutoScalingClientTypes.PredictiveScalingMetric? = nil, stat: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.metric = metric self.stat = stat self.unit = unit @@ -1664,8 +1642,7 @@ extension ApplicationAutoScalingClientTypes { label: Swift.String? = nil, metricStat: ApplicationAutoScalingClientTypes.PredictiveScalingMetricStat? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.expression = expression self.id = id self.label = label @@ -1685,8 +1662,7 @@ extension ApplicationAutoScalingClientTypes { public init( metricDataQueries: [ApplicationAutoScalingClientTypes.PredictiveScalingMetricDataQuery]? = nil - ) - { + ) { self.metricDataQueries = metricDataQueries } } @@ -1705,8 +1681,7 @@ extension ApplicationAutoScalingClientTypes { public init( predefinedMetricType: Swift.String? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -1726,8 +1701,7 @@ extension ApplicationAutoScalingClientTypes { public init( predefinedMetricType: Swift.String? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -1747,8 +1721,7 @@ extension ApplicationAutoScalingClientTypes { public init( predefinedMetricType: Swift.String? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -1783,8 +1756,7 @@ extension ApplicationAutoScalingClientTypes { predefinedMetricPairSpecification: ApplicationAutoScalingClientTypes.PredictiveScalingPredefinedMetricPairSpecification? = nil, predefinedScalingMetricSpecification: ApplicationAutoScalingClientTypes.PredictiveScalingPredefinedScalingMetricSpecification? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.customizedCapacityMetricSpecification = customizedCapacityMetricSpecification self.customizedLoadMetricSpecification = customizedLoadMetricSpecification self.customizedScalingMetricSpecification = customizedScalingMetricSpecification @@ -1847,8 +1819,7 @@ extension ApplicationAutoScalingClientTypes { metricSpecifications: [ApplicationAutoScalingClientTypes.PredictiveScalingMetricSpecification]? = nil, mode: ApplicationAutoScalingClientTypes.PredictiveScalingMode? = nil, schedulingBufferTime: Swift.Int? = nil - ) - { + ) { self.maxCapacityBreachBehavior = maxCapacityBreachBehavior self.maxCapacityBuffer = maxCapacityBuffer self.metricSpecifications = metricSpecifications @@ -1921,8 +1892,7 @@ extension ApplicationAutoScalingClientTypes { metricIntervalLowerBound: Swift.Double? = nil, metricIntervalUpperBound: Swift.Double? = nil, scalingAdjustment: Swift.Int? = nil - ) - { + ) { self.metricIntervalLowerBound = metricIntervalLowerBound self.metricIntervalUpperBound = metricIntervalUpperBound self.scalingAdjustment = scalingAdjustment @@ -1951,8 +1921,7 @@ extension ApplicationAutoScalingClientTypes { metricAggregationType: ApplicationAutoScalingClientTypes.MetricAggregationType? = nil, minAdjustmentMagnitude: Swift.Int? = nil, stepAdjustments: [ApplicationAutoScalingClientTypes.StepAdjustment]? = nil - ) - { + ) { self.adjustmentType = adjustmentType self.cooldown = cooldown self.metricAggregationType = metricAggregationType @@ -1976,8 +1945,7 @@ extension ApplicationAutoScalingClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1998,8 +1966,7 @@ extension ApplicationAutoScalingClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2021,8 +1988,7 @@ extension ApplicationAutoScalingClientTypes { dimensions: [ApplicationAutoScalingClientTypes.TargetTrackingMetricDimension]? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -2047,8 +2013,7 @@ extension ApplicationAutoScalingClientTypes { metric: ApplicationAutoScalingClientTypes.TargetTrackingMetric? = nil, stat: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.metric = metric self.stat = stat self.unit = unit @@ -2078,8 +2043,7 @@ extension ApplicationAutoScalingClientTypes { label: Swift.String? = nil, metricStat: ApplicationAutoScalingClientTypes.TargetTrackingMetricStat? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.expression = expression self.id = id self.label = label @@ -2158,8 +2122,7 @@ extension ApplicationAutoScalingClientTypes { namespace: Swift.String? = nil, statistic: ApplicationAutoScalingClientTypes.MetricStatistic? = nil, unit: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.metrics = metrics @@ -2294,8 +2257,7 @@ extension ApplicationAutoScalingClientTypes { public init( predefinedMetricType: ApplicationAutoScalingClientTypes.MetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -2327,8 +2289,7 @@ extension ApplicationAutoScalingClientTypes { scaleInCooldown: Swift.Int? = nil, scaleOutCooldown: Swift.Int? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.customizedMetricSpecification = customizedMetricSpecification self.disableScaleIn = disableScaleIn self.predefinedMetricSpecification = predefinedMetricSpecification @@ -2469,8 +2430,7 @@ extension ApplicationAutoScalingClientTypes { serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, stepScalingPolicyConfiguration: ApplicationAutoScalingClientTypes.StepScalingPolicyConfiguration? = nil, targetTrackingScalingPolicyConfiguration: ApplicationAutoScalingClientTypes.TargetTrackingScalingPolicyConfiguration? = nil - ) - { + ) { self.alarms = alarms self.creationTime = creationTime self.policyARN = policyARN @@ -2495,8 +2455,7 @@ public struct DescribeScalingPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingPolicies: [ApplicationAutoScalingClientTypes.ScalingPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingPolicies = scalingPolicies } @@ -2608,8 +2567,7 @@ public struct DescribeScheduledActionsInput: Swift.Sendable { scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, scheduledActionNames: [Swift.String]? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceId = resourceId @@ -2631,8 +2589,7 @@ extension ApplicationAutoScalingClientTypes { public init( maxCapacity: Swift.Int? = nil, minCapacity: Swift.Int? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity } @@ -2777,8 +2734,7 @@ extension ApplicationAutoScalingClientTypes { serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, startTime: Foundation.Date? = nil, timezone: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.endTime = endTime self.resourceId = resourceId @@ -2803,8 +2759,7 @@ public struct DescribeScheduledActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledActions: [ApplicationAutoScalingClientTypes.ScheduledAction]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledActions = scheduledActions } @@ -2837,8 +2792,7 @@ public struct GetPredictiveScalingForecastInput: Swift.Sendable { scalableDimension: ApplicationAutoScalingClientTypes.ScalableDimension? = nil, serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.policyName = policyName self.resourceId = resourceId @@ -2862,8 +2816,7 @@ extension ApplicationAutoScalingClientTypes { public init( timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.timestamps = timestamps self.values = values } @@ -2888,8 +2841,7 @@ extension ApplicationAutoScalingClientTypes { metricSpecification: ApplicationAutoScalingClientTypes.PredictiveScalingMetricSpecification? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.metricSpecification = metricSpecification self.timestamps = timestamps self.values = values @@ -2909,8 +2861,7 @@ public struct GetPredictiveScalingForecastOutput: Swift.Sendable { capacityForecast: ApplicationAutoScalingClientTypes.CapacityForecast? = nil, loadForecast: [ApplicationAutoScalingClientTypes.LoadForecast]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.capacityForecast = capacityForecast self.loadForecast = loadForecast self.updateTime = updateTime @@ -2938,8 +2889,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -2952,8 +2902,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2964,8 +2913,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2988,8 +2936,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3109,8 +3056,7 @@ public struct PutScalingPolicyInput: Swift.Sendable { serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, stepScalingPolicyConfiguration: ApplicationAutoScalingClientTypes.StepScalingPolicyConfiguration? = nil, targetTrackingScalingPolicyConfiguration: ApplicationAutoScalingClientTypes.TargetTrackingScalingPolicyConfiguration? = nil - ) - { + ) { self.policyName = policyName self.policyType = policyType self.predictiveScalingPolicyConfiguration = predictiveScalingPolicyConfiguration @@ -3132,8 +3078,7 @@ public struct PutScalingPolicyOutput: Swift.Sendable { public init( alarms: [ApplicationAutoScalingClientTypes.Alarm]? = nil, policyARN: Swift.String? = nil - ) - { + ) { self.alarms = alarms self.policyARN = policyARN } @@ -3266,8 +3211,7 @@ public struct PutScheduledActionInput: Swift.Sendable { serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, startTime: Foundation.Date? = nil, timezone: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.resourceId = resourceId self.scalableDimension = scalableDimension @@ -3431,8 +3375,7 @@ public struct RegisterScalableTargetInput: Swift.Sendable { serviceNamespace: ApplicationAutoScalingClientTypes.ServiceNamespace? = nil, suspendedState: ApplicationAutoScalingClientTypes.SuspendedState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity self.resourceId = resourceId @@ -3450,8 +3393,7 @@ public struct RegisterScalableTargetOutput: Swift.Sendable { public init( scalableTargetARN: Swift.String? = nil - ) - { + ) { self.scalableTargetARN = scalableTargetARN } } @@ -3477,8 +3419,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -3495,8 +3436,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3518,8 +3458,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSApplicationCostProfiler/Package.swift.txt b/Sources/Services/AWSApplicationCostProfiler/Package.swift.txt index d1ddb73f3a7..d010e1a882f 100644 --- a/Sources/Services/AWSApplicationCostProfiler/Package.swift.txt +++ b/Sources/Services/AWSApplicationCostProfiler/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/ApplicationCostProfilerClient.swift b/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/ApplicationCostProfilerClient.swift index d5b61a5c5c3..a22ff0a8a96 100644 --- a/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/ApplicationCostProfilerClient.swift +++ b/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/ApplicationCostProfilerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApplicationCostProfilerClient: ClientRuntime.Client { public static let clientName = "ApplicationCostProfilerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApplicationCostProfilerClient.ApplicationCostProfilerClientConfiguration let serviceName = "ApplicationCostProfiler" diff --git a/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/Models.swift b/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/Models.swift index 5aea1676497..42fd2359634 100644 --- a/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/Models.swift +++ b/Sources/Services/AWSApplicationCostProfiler/Sources/AWSApplicationCostProfiler/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -115,8 +112,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -128,8 +124,7 @@ public struct DeleteReportDefinitionInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -140,8 +135,7 @@ public struct DeleteReportDefinitionOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -153,8 +147,7 @@ public struct GetReportDefinitionInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -173,8 +166,7 @@ extension ApplicationCostProfilerClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -273,8 +265,7 @@ public struct GetReportDefinitionOutput: Swift.Sendable { reportDescription: Swift.String? = nil, reportFrequency: ApplicationCostProfilerClientTypes.ReportFrequency? = nil, reportId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.destinationS3Location = destinationS3Location self.format = format @@ -337,8 +328,7 @@ extension ApplicationCostProfilerClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, region: ApplicationCostProfilerClientTypes.S3BucketRegion? = nil - ) - { + ) { self.bucket = bucket self.key = key self.region = region @@ -353,8 +343,7 @@ public struct ImportApplicationUsageInput: Swift.Sendable { public init( sourceS3Location: ApplicationCostProfilerClientTypes.SourceS3Location? = nil - ) - { + ) { self.sourceS3Location = sourceS3Location } } @@ -366,8 +355,7 @@ public struct ImportApplicationUsageOutput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -381,8 +369,7 @@ public struct ListReportDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -415,8 +402,7 @@ extension ApplicationCostProfilerClientTypes { reportDescription: Swift.String? = nil, reportFrequency: ApplicationCostProfilerClientTypes.ReportFrequency? = nil, reportId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.destinationS3Location = destinationS3Location self.format = format @@ -437,8 +423,7 @@ public struct ListReportDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportDefinitions: [ApplicationCostProfilerClientTypes.ReportDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.reportDefinitions = reportDefinitions } @@ -462,8 +447,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -491,8 +475,7 @@ public struct PutReportDefinitionInput: Swift.Sendable { reportDescription: Swift.String? = nil, reportFrequency: ApplicationCostProfilerClientTypes.ReportFrequency? = nil, reportId: Swift.String? = nil - ) - { + ) { self.destinationS3Location = destinationS3Location self.format = format self.reportDescription = reportDescription @@ -507,8 +490,7 @@ public struct PutReportDefinitionOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -536,8 +518,7 @@ public struct UpdateReportDefinitionInput: Swift.Sendable { reportDescription: Swift.String? = nil, reportFrequency: ApplicationCostProfilerClientTypes.ReportFrequency? = nil, reportId: Swift.String? = nil - ) - { + ) { self.destinationS3Location = destinationS3Location self.format = format self.reportDescription = reportDescription @@ -552,8 +533,7 @@ public struct UpdateReportDefinitionOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } diff --git a/Sources/Services/AWSApplicationDiscoveryService/Package.swift.txt b/Sources/Services/AWSApplicationDiscoveryService/Package.swift.txt index 8c6f89eb5ad..18cec6ac01f 100644 --- a/Sources/Services/AWSApplicationDiscoveryService/Package.swift.txt +++ b/Sources/Services/AWSApplicationDiscoveryService/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/ApplicationDiscoveryClient.swift b/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/ApplicationDiscoveryClient.swift index aa123780d53..19fbaf28dc3 100644 --- a/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/ApplicationDiscoveryClient.swift +++ b/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/ApplicationDiscoveryClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApplicationDiscoveryClient: ClientRuntime.Client { public static let clientName = "ApplicationDiscoveryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApplicationDiscoveryClient.ApplicationDiscoveryClientConfiguration let serviceName = "Application Discovery" diff --git a/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/Models.swift b/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/Models.swift index 89223844d8c..20d2e560896 100644 --- a/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/Models.swift +++ b/Sources/Services/AWSApplicationDiscoveryService/Sources/AWSApplicationDiscoveryService/Models.swift @@ -49,8 +49,7 @@ extension ApplicationDiscoveryClientTypes { agentId: Swift.String? = nil, description: Swift.String? = nil, operationSucceeded: Swift.Bool = false - ) - { + ) { self.agentId = agentId self.description = description self.operationSucceeded = operationSucceeded @@ -70,8 +69,7 @@ extension ApplicationDiscoveryClientTypes { public init( ipAddress: Swift.String? = nil, macAddress: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.macAddress = macAddress } @@ -161,8 +159,7 @@ extension ApplicationDiscoveryClientTypes { lastHealthPingTime: Swift.String? = nil, registeredTime: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentNetworkInfoList = agentNetworkInfoList self.agentType = agentType @@ -200,8 +197,7 @@ public struct AuthorizationErrorException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -224,8 +220,7 @@ public struct HomeRegionNotSetException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -248,8 +243,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -272,8 +266,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -296,8 +289,7 @@ public struct ServerInternalErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -313,8 +305,7 @@ public struct AssociateConfigurationItemsToApplicationInput: Swift.Sendable { public init( applicationConfigurationId: Swift.String? = nil, configurationIds: [Swift.String]? = nil - ) - { + ) { self.applicationConfigurationId = applicationConfigurationId self.configurationIds = configurationIds } @@ -338,8 +329,7 @@ extension ApplicationDiscoveryClientTypes { public init( agentId: Swift.String? = nil, force: Swift.Bool = false - ) - { + ) { self.agentId = agentId self.force = force } @@ -353,8 +343,7 @@ public struct BatchDeleteAgentsInput: Swift.Sendable { public init( deleteAgents: [ApplicationDiscoveryClientTypes.DeleteAgent]? = nil - ) - { + ) { self.deleteAgents = deleteAgents } } @@ -409,8 +398,7 @@ extension ApplicationDiscoveryClientTypes { agentId: Swift.String? = nil, errorCode: ApplicationDiscoveryClientTypes.DeleteAgentErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.errorCode = errorCode self.errorMessage = errorMessage @@ -424,8 +412,7 @@ public struct BatchDeleteAgentsOutput: Swift.Sendable { public init( errors: [ApplicationDiscoveryClientTypes.BatchDeleteAgentError]? = nil - ) - { + ) { self.errors = errors } } @@ -440,8 +427,7 @@ public struct BatchDeleteImportDataInput: Swift.Sendable { public init( deleteHistory: Swift.Bool? = false, importTaskIds: [Swift.String]? = nil - ) - { + ) { self.deleteHistory = deleteHistory self.importTaskIds = importTaskIds } @@ -494,8 +480,7 @@ extension ApplicationDiscoveryClientTypes { errorCode: ApplicationDiscoveryClientTypes.BatchDeleteImportDataErrorCode? = nil, errorDescription: Swift.String? = nil, importTaskId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorDescription = errorDescription self.importTaskId = importTaskId @@ -509,8 +494,7 @@ public struct BatchDeleteImportDataOutput: Swift.Sendable { public init( errors: [ApplicationDiscoveryClientTypes.BatchDeleteImportDataError]? = nil - ) - { + ) { self.errors = errors } } @@ -528,8 +512,7 @@ public struct CreateApplicationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, wave: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.wave = wave @@ -542,8 +525,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( configurationId: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId } } @@ -566,8 +548,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -586,8 +567,7 @@ extension ApplicationDiscoveryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -605,8 +585,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( configurationIds: [Swift.String]? = nil, tags: [ApplicationDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.configurationIds = configurationIds self.tags = tags } @@ -624,8 +603,7 @@ public struct DeleteApplicationsInput: Swift.Sendable { public init( configurationIds: [Swift.String]? = nil - ) - { + ) { self.configurationIds = configurationIds } } @@ -645,8 +623,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( configurationIds: [Swift.String]? = nil, tags: [ApplicationDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.configurationIds = configurationIds self.tags = tags } @@ -675,8 +652,7 @@ extension ApplicationDiscoveryClientTypes { condition: Swift.String? = nil, name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -699,8 +675,7 @@ public struct DescribeAgentsInput: Swift.Sendable { filters: [ApplicationDiscoveryClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.agentIds = agentIds self.filters = filters self.maxResults = maxResults @@ -717,8 +692,7 @@ public struct DescribeAgentsOutput: Swift.Sendable { public init( agentsInfo: [ApplicationDiscoveryClientTypes.AgentInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentsInfo = agentsInfo self.nextToken = nextToken } @@ -731,8 +705,7 @@ public struct DescribeBatchDeleteConfigurationTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -778,8 +751,7 @@ extension ApplicationDiscoveryClientTypes { configurationId: Swift.String? = nil, warningCode: Swift.Int = 0, warningText: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.warningCode = warningCode self.warningText = warningText @@ -802,8 +774,7 @@ extension ApplicationDiscoveryClientTypes { configurationId: Swift.String? = nil, errorMessage: Swift.String? = nil, errorStatusCode: Swift.Int = 0 - ) - { + ) { self.configurationId = configurationId self.errorMessage = errorMessage self.errorStatusCode = errorStatusCode @@ -882,8 +853,7 @@ extension ApplicationDiscoveryClientTypes { startTime: Foundation.Date? = nil, status: ApplicationDiscoveryClientTypes.BatchDeleteConfigurationTaskStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.configurationType = configurationType self.deletedConfigurations = deletedConfigurations self.deletionWarnings = deletionWarnings @@ -903,8 +873,7 @@ public struct DescribeBatchDeleteConfigurationTaskOutput: Swift.Sendable { public init( task: ApplicationDiscoveryClientTypes.BatchDeleteConfigurationTask? = nil - ) - { + ) { self.task = task } } @@ -916,8 +885,7 @@ public struct DescribeConfigurationsInput: Swift.Sendable { public init( configurationIds: [Swift.String]? = nil - ) - { + ) { self.configurationIds = configurationIds } } @@ -928,8 +896,7 @@ public struct DescribeConfigurationsOutput: Swift.Sendable { public init( configurations: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.configurations = configurations } } @@ -952,8 +919,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -970,8 +936,7 @@ public struct DescribeContinuousExportsInput: Swift.Sendable { exportIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportIds = exportIds self.maxResults = maxResults self.nextToken = nextToken @@ -1124,8 +1089,7 @@ extension ApplicationDiscoveryClientTypes { status: ApplicationDiscoveryClientTypes.ContinuousExportStatus? = nil, statusDetail: Swift.String? = nil, stopTime: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.exportId = exportId self.s3Bucket = s3Bucket @@ -1147,8 +1111,7 @@ public struct DescribeContinuousExportsOutput: Swift.Sendable { public init( descriptions: [ApplicationDiscoveryClientTypes.ContinuousExportDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.descriptions = descriptions self.nextToken = nextToken } @@ -1166,8 +1129,7 @@ public struct DescribeExportConfigurationsInput: Swift.Sendable { exportIds: [Swift.String]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.exportIds = exportIds self.maxResults = maxResults self.nextToken = nextToken @@ -1240,8 +1202,7 @@ extension ApplicationDiscoveryClientTypes { requestedEndTime: Foundation.Date? = nil, requestedStartTime: Foundation.Date? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.configurationsDownloadUrl = configurationsDownloadUrl self.exportId = exportId self.exportRequestTime = exportRequestTime @@ -1263,8 +1224,7 @@ public struct DescribeExportConfigurationsOutput: Swift.Sendable { public init( exportsInfo: [ApplicationDiscoveryClientTypes.ExportInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportsInfo = exportsInfo self.nextToken = nextToken } @@ -1288,8 +1248,7 @@ extension ApplicationDiscoveryClientTypes { condition: Swift.String? = nil, name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -1314,8 +1273,7 @@ public struct DescribeExportTasksInput: Swift.Sendable { filters: [ApplicationDiscoveryClientTypes.ExportFilter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.exportIds = exportIds self.filters = filters self.maxResults = maxResults @@ -1332,8 +1290,7 @@ public struct DescribeExportTasksOutput: Swift.Sendable { public init( exportsInfo: [ApplicationDiscoveryClientTypes.ExportInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportsInfo = exportsInfo self.nextToken = nextToken } @@ -1386,8 +1343,7 @@ extension ApplicationDiscoveryClientTypes { public init( name: ApplicationDiscoveryClientTypes.ImportTaskFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1406,8 +1362,7 @@ public struct DescribeImportTasksInput: Swift.Sendable { filters: [ApplicationDiscoveryClientTypes.ImportTaskFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1556,8 +1511,7 @@ extension ApplicationDiscoveryClientTypes { serverImportFailure: Swift.Int = 0, serverImportSuccess: Swift.Int = 0, status: ApplicationDiscoveryClientTypes.ImportStatus? = nil - ) - { + ) { self.applicationImportFailure = applicationImportFailure self.applicationImportSuccess = applicationImportSuccess self.clientRequestToken = clientRequestToken @@ -1585,8 +1539,7 @@ public struct DescribeImportTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [ApplicationDiscoveryClientTypes.ImportTask]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -1606,8 +1559,7 @@ extension ApplicationDiscoveryClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1626,8 +1578,7 @@ public struct DescribeTagsInput: Swift.Sendable { filters: [ApplicationDiscoveryClientTypes.TagFilter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1690,8 +1641,7 @@ extension ApplicationDiscoveryClientTypes { key: Swift.String? = nil, timeOfCreation: Foundation.Date? = nil, value: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.configurationType = configurationType self.key = key @@ -1710,8 +1660,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [ApplicationDiscoveryClientTypes.ConfigurationTag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1728,8 +1677,7 @@ public struct DisassociateConfigurationItemsFromApplicationInput: Swift.Sendable public init( applicationConfigurationId: Swift.String? = nil, configurationIds: [Swift.String]? = nil - ) - { + ) { self.applicationConfigurationId = applicationConfigurationId self.configurationIds = configurationIds } @@ -1746,8 +1694,7 @@ public struct ExportConfigurationsOutput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -1791,8 +1738,7 @@ extension ApplicationDiscoveryClientTypes { totalAgentlessCollectors: Swift.Int = 0, unhealthyAgentlessCollectors: Swift.Int = 0, unknownAgentlessCollectors: Swift.Int = 0 - ) - { + ) { self.activeAgentlessCollectors = activeAgentlessCollectors self.denyListedAgentlessCollectors = denyListedAgentlessCollectors self.healthyAgentlessCollectors = healthyAgentlessCollectors @@ -1838,8 +1784,7 @@ extension ApplicationDiscoveryClientTypes { totalAgents: Swift.Int = 0, unhealthyAgents: Swift.Int = 0, unknownAgents: Swift.Int = 0 - ) - { + ) { self.activeAgents = activeAgents self.blackListedAgents = blackListedAgents self.healthyAgents = healthyAgents @@ -1885,8 +1830,7 @@ extension ApplicationDiscoveryClientTypes { totalConnectors: Swift.Int = 0, unhealthyConnectors: Swift.Int = 0, unknownConnectors: Swift.Int = 0 - ) - { + ) { self.activeConnectors = activeConnectors self.blackListedConnectors = blackListedConnectors self.healthyConnectors = healthyConnectors @@ -1932,8 +1876,7 @@ extension ApplicationDiscoveryClientTypes { totalMeCollectors: Swift.Int = 0, unhealthyMeCollectors: Swift.Int = 0, unknownMeCollectors: Swift.Int = 0 - ) - { + ) { self.activeMeCollectors = activeMeCollectors self.denyListedMeCollectors = denyListedMeCollectors self.healthyMeCollectors = healthyMeCollectors @@ -1972,8 +1915,7 @@ public struct GetDiscoverySummaryOutput: Swift.Sendable { servers: Swift.Int = 0, serversMappedToApplications: Swift.Int = 0, serversMappedtoTags: Swift.Int = 0 - ) - { + ) { self.agentSummary = agentSummary self.agentlessCollectorSummary = agentlessCollectorSummary self.applications = applications @@ -2027,8 +1969,7 @@ extension ApplicationDiscoveryClientTypes { public init( fieldName: Swift.String? = nil, sortOrder: ApplicationDiscoveryClientTypes.OrderString? = nil - ) - { + ) { self.fieldName = fieldName self.sortOrder = sortOrder } @@ -2054,8 +1995,7 @@ public struct ListConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, orderBy: [ApplicationDiscoveryClientTypes.OrderByElement]? = nil - ) - { + ) { self.configurationType = configurationType self.filters = filters self.maxResults = maxResults @@ -2073,8 +2013,7 @@ public struct ListConfigurationsOutput: Swift.Sendable { public init( configurations: [[Swift.String: Swift.String]]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurations = configurations self.nextToken = nextToken } @@ -2099,8 +2038,7 @@ public struct ListServerNeighborsInput: Swift.Sendable { neighborConfigurationIds: [Swift.String]? = nil, nextToken: Swift.String? = nil, portInformationNeeded: Swift.Bool? = false - ) - { + ) { self.configurationId = configurationId self.maxResults = maxResults self.neighborConfigurationIds = neighborConfigurationIds @@ -2133,8 +2071,7 @@ extension ApplicationDiscoveryClientTypes { destinationServerId: Swift.String? = nil, sourceServerId: Swift.String? = nil, transportProtocol: Swift.String? = nil - ) - { + ) { self.connectionsCount = connectionsCount self.destinationPort = destinationPort self.destinationServerId = destinationServerId @@ -2157,8 +2094,7 @@ public struct ListServerNeighborsOutput: Swift.Sendable { knownDependencyCount: Swift.Int = 0, neighbors: [ApplicationDiscoveryClientTypes.NeighborConnectionDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knownDependencyCount = knownDependencyCount self.neighbors = neighbors self.nextToken = nextToken @@ -2183,8 +2119,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2200,8 +2135,7 @@ public struct StartBatchDeleteConfigurationTaskInput: Swift.Sendable { public init( configurationIds: [Swift.String]? = nil, configurationType: ApplicationDiscoveryClientTypes.DeletionConfigurationItemType? = nil - ) - { + ) { self.configurationIds = configurationIds self.configurationType = configurationType } @@ -2213,8 +2147,7 @@ public struct StartBatchDeleteConfigurationTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -2237,8 +2170,7 @@ public struct ConflictErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2261,8 +2193,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2292,8 +2223,7 @@ public struct StartContinuousExportOutput: Swift.Sendable { s3Bucket: Swift.String? = nil, schemaStorageConfig: [Swift.String: Swift.String]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.exportId = exportId self.s3Bucket = s3Bucket @@ -2309,8 +2239,7 @@ public struct StartDataCollectionByAgentIdsInput: Swift.Sendable { public init( agentIds: [Swift.String]? = nil - ) - { + ) { self.agentIds = agentIds } } @@ -2321,8 +2250,7 @@ public struct StartDataCollectionByAgentIdsOutput: Swift.Sendable { public init( agentsConfigurationStatus: [ApplicationDiscoveryClientTypes.AgentConfigurationStatus]? = nil - ) - { + ) { self.agentsConfigurationStatus = agentsConfigurationStatus } } @@ -2365,8 +2293,7 @@ extension ApplicationDiscoveryClientTypes { public init( name: Swift.String? = nil, percentageAdjust: Swift.Double? = nil - ) - { + ) { self.name = name self.percentageAdjust = percentageAdjust } @@ -2481,8 +2408,7 @@ extension ApplicationDiscoveryClientTypes { offeringClass: ApplicationDiscoveryClientTypes.OfferingClass? = nil, purchasingOption: ApplicationDiscoveryClientTypes.PurchasingOption? = nil, termLength: ApplicationDiscoveryClientTypes.TermLength? = nil - ) - { + ) { self.offeringClass = offeringClass self.purchasingOption = purchasingOption self.termLength = termLength @@ -2546,8 +2472,7 @@ extension ApplicationDiscoveryClientTypes { ramPerformanceMetricBasis: ApplicationDiscoveryClientTypes.UsageMetricBasis? = nil, reservedInstanceOptions: ApplicationDiscoveryClientTypes.ReservedInstanceOptions? = nil, tenancy: ApplicationDiscoveryClientTypes.Tenancy? = nil - ) - { + ) { self.cpuPerformanceMetricBasis = cpuPerformanceMetricBasis self.enabled = enabled self.excludedInstanceTypes = excludedInstanceTypes @@ -2587,8 +2512,7 @@ public struct StartExportTaskInput: Swift.Sendable { filters: [ApplicationDiscoveryClientTypes.ExportFilter]? = nil, preferences: ApplicationDiscoveryClientTypes.ExportPreferences? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.exportDataFormat = exportDataFormat self.filters = filters @@ -2603,8 +2527,7 @@ public struct StartExportTaskOutput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -2623,8 +2546,7 @@ public struct StartImportTaskInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, importUrl: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.importUrl = importUrl self.name = name @@ -2637,8 +2559,7 @@ public struct StartImportTaskOutput: Swift.Sendable { public init( task: ApplicationDiscoveryClientTypes.ImportTask? = nil - ) - { + ) { self.task = task } } @@ -2650,8 +2571,7 @@ public struct StopContinuousExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -2665,8 +2585,7 @@ public struct StopContinuousExportOutput: Swift.Sendable { public init( startTime: Foundation.Date? = nil, stopTime: Foundation.Date? = nil - ) - { + ) { self.startTime = startTime self.stopTime = stopTime } @@ -2679,8 +2598,7 @@ public struct StopDataCollectionByAgentIdsInput: Swift.Sendable { public init( agentIds: [Swift.String]? = nil - ) - { + ) { self.agentIds = agentIds } } @@ -2691,8 +2609,7 @@ public struct StopDataCollectionByAgentIdsOutput: Swift.Sendable { public init( agentsConfigurationStatus: [ApplicationDiscoveryClientTypes.AgentConfigurationStatus]? = nil - ) - { + ) { self.agentsConfigurationStatus = agentsConfigurationStatus } } @@ -2713,8 +2630,7 @@ public struct UpdateApplicationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, wave: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.description = description self.name = name diff --git a/Sources/Services/AWSApplicationInsights/Package.swift.txt b/Sources/Services/AWSApplicationInsights/Package.swift.txt index aec9e5a2d56..f2d50f9a55d 100644 --- a/Sources/Services/AWSApplicationInsights/Package.swift.txt +++ b/Sources/Services/AWSApplicationInsights/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/ApplicationInsightsClient.swift b/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/ApplicationInsightsClient.swift index 93f65636292..d9dbb1586d7 100644 --- a/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/ApplicationInsightsClient.swift +++ b/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/ApplicationInsightsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApplicationInsightsClient: ClientRuntime.Client { public static let clientName = "ApplicationInsightsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApplicationInsightsClient.ApplicationInsightsClientConfiguration let serviceName = "Application Insights" diff --git a/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/Models.swift b/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/Models.swift index ac5056a4c3c..bf27e172eea 100644 --- a/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/Models.swift +++ b/Sources/Services/AWSApplicationInsights/Sources/AWSApplicationInsights/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +249,7 @@ extension ApplicationInsightsClientTypes { configuration: Swift.String? = nil, tier: ApplicationInsightsClientTypes.Tier? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.tier = tier self.workloadName = workloadName @@ -278,8 +272,7 @@ public struct AddWorkloadInput: Swift.Sendable { componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, workloadConfiguration: ApplicationInsightsClientTypes.WorkloadConfiguration? = nil - ) - { + ) { self.componentName = componentName self.resourceGroupName = resourceGroupName self.workloadConfiguration = workloadConfiguration @@ -295,8 +288,7 @@ public struct AddWorkloadOutput: Swift.Sendable { public init( workloadConfiguration: ApplicationInsightsClientTypes.WorkloadConfiguration? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.workloadConfiguration = workloadConfiguration self.workloadId = workloadId } @@ -358,8 +350,7 @@ extension ApplicationInsightsClientTypes { osType: ApplicationInsightsClientTypes.OsType? = nil, resourceType: Swift.String? = nil, tier: ApplicationInsightsClientTypes.Tier? = nil - ) - { + ) { self.componentName = componentName self.componentRemarks = componentRemarks self.detectedWorkload = detectedWorkload @@ -443,8 +434,7 @@ extension ApplicationInsightsClientTypes { remarks: Swift.String? = nil, resourceGroupName: Swift.String? = nil, snsNotificationArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.attachMissingPermission = attachMissingPermission self.autoConfigEnabled = autoConfigEnabled @@ -478,8 +468,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -616,8 +605,7 @@ extension ApplicationInsightsClientTypes { eventTime: Foundation.Date? = nil, monitoredResourceARN: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.eventDetail = eventDetail self.eventResourceName = eventResourceName @@ -648,8 +636,7 @@ public struct TagsAlreadyExistException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -700,8 +687,7 @@ extension ApplicationInsightsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -741,8 +727,7 @@ public struct CreateApplicationInput: Swift.Sendable { resourceGroupName: Swift.String? = nil, snsNotificationArn: Swift.String? = nil, tags: [ApplicationInsightsClientTypes.Tag]? = nil - ) - { + ) { self.attachMissingPermission = attachMissingPermission self.autoConfigEnabled = autoConfigEnabled self.autoCreate = autoCreate @@ -762,8 +747,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationInfo: ApplicationInsightsClientTypes.ApplicationInfo? = nil - ) - { + ) { self.applicationInfo = applicationInfo } } @@ -783,8 +767,7 @@ public struct CreateComponentInput: Swift.Sendable { componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, resourceList: [Swift.String]? = nil - ) - { + ) { self.componentName = componentName self.resourceGroupName = resourceGroupName self.resourceList = resourceList @@ -819,8 +802,7 @@ public struct CreateLogPatternInput: Swift.Sendable { patternSetName: Swift.String? = nil, rank: Swift.Int? = 0, resourceGroupName: Swift.String? = nil - ) - { + ) { self.pattern = pattern self.patternName = patternName self.patternSetName = patternSetName @@ -847,8 +829,7 @@ extension ApplicationInsightsClientTypes { patternName: Swift.String? = nil, patternSetName: Swift.String? = nil, rank: Swift.Int = 0 - ) - { + ) { self.pattern = pattern self.patternName = patternName self.patternSetName = patternSetName @@ -866,8 +847,7 @@ public struct CreateLogPatternOutput: Swift.Sendable { public init( logPattern: ApplicationInsightsClientTypes.LogPattern? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.logPattern = logPattern self.resourceGroupName = resourceGroupName } @@ -880,8 +860,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( resourceGroupName: Swift.String? = nil - ) - { + ) { self.resourceGroupName = resourceGroupName } } @@ -902,8 +881,7 @@ public struct DeleteComponentInput: Swift.Sendable { public init( componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.resourceGroupName = resourceGroupName } @@ -929,8 +907,7 @@ public struct DeleteLogPatternInput: Swift.Sendable { patternName: Swift.String? = nil, patternSetName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.patternName = patternName self.patternSetName = patternSetName self.resourceGroupName = resourceGroupName @@ -952,8 +929,7 @@ public struct DescribeApplicationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.resourceGroupName = resourceGroupName } @@ -965,8 +941,7 @@ public struct DescribeApplicationOutput: Swift.Sendable { public init( applicationInfo: ApplicationInsightsClientTypes.ApplicationInfo? = nil - ) - { + ) { self.applicationInfo = applicationInfo } } @@ -985,8 +960,7 @@ public struct DescribeComponentInput: Swift.Sendable { accountId: Swift.String? = nil, componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.componentName = componentName self.resourceGroupName = resourceGroupName @@ -1002,8 +976,7 @@ public struct DescribeComponentOutput: Swift.Sendable { public init( applicationComponent: ApplicationInsightsClientTypes.ApplicationComponent? = nil, resourceList: [Swift.String]? = nil - ) - { + ) { self.applicationComponent = applicationComponent self.resourceList = resourceList } @@ -1023,8 +996,7 @@ public struct DescribeComponentConfigurationInput: Swift.Sendable { accountId: Swift.String? = nil, componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.componentName = componentName self.resourceGroupName = resourceGroupName @@ -1043,8 +1015,7 @@ public struct DescribeComponentConfigurationOutput: Swift.Sendable { componentConfiguration: Swift.String? = nil, monitor: Swift.Bool? = nil, tier: ApplicationInsightsClientTypes.Tier? = nil - ) - { + ) { self.componentConfiguration = componentConfiguration self.monitor = monitor self.tier = tier @@ -1104,8 +1075,7 @@ public struct DescribeComponentConfigurationRecommendationInput: Swift.Sendable resourceGroupName: Swift.String? = nil, tier: ApplicationInsightsClientTypes.Tier? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.recommendationType = recommendationType self.resourceGroupName = resourceGroupName @@ -1120,8 +1090,7 @@ public struct DescribeComponentConfigurationRecommendationOutput: Swift.Sendable public init( componentConfiguration: Swift.String? = nil - ) - { + ) { self.componentConfiguration = componentConfiguration } } @@ -1144,8 +1113,7 @@ public struct DescribeLogPatternInput: Swift.Sendable { patternName: Swift.String? = nil, patternSetName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.patternName = patternName self.patternSetName = patternSetName @@ -1165,8 +1133,7 @@ public struct DescribeLogPatternOutput: Swift.Sendable { accountId: Swift.String? = nil, logPattern: ApplicationInsightsClientTypes.LogPattern? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.logPattern = logPattern self.resourceGroupName = resourceGroupName @@ -1183,8 +1150,7 @@ public struct DescribeObservationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, observationId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.observationId = observationId } @@ -1363,8 +1329,7 @@ extension ApplicationInsightsClientTypes { xRayRequestAverageLatency: Swift.Int? = nil, xRayRequestCount: Swift.Int? = nil, xRayThrottlePercent: Swift.Int? = nil - ) - { + ) { self.cloudWatchEventDetailType = cloudWatchEventDetailType self.cloudWatchEventId = cloudWatchEventId self.cloudWatchEventSource = cloudWatchEventSource @@ -1420,8 +1385,7 @@ public struct DescribeObservationOutput: Swift.Sendable { public init( observation: ApplicationInsightsClientTypes.Observation? = nil - ) - { + ) { self.observation = observation } } @@ -1436,8 +1400,7 @@ public struct DescribeProblemInput: Swift.Sendable { public init( accountId: Swift.String? = nil, problemId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.problemId = problemId } @@ -1689,8 +1652,7 @@ extension ApplicationInsightsClientTypes { status: ApplicationInsightsClientTypes.Status? = nil, title: Swift.String? = nil, visibility: ApplicationInsightsClientTypes.Visibility? = nil - ) - { + ) { self.accountId = accountId self.affectedResource = affectedResource self.endTime = endTime @@ -1720,8 +1682,7 @@ public struct DescribeProblemOutput: Swift.Sendable { public init( problem: ApplicationInsightsClientTypes.Problem? = nil, snsNotificationArn: Swift.String? = nil - ) - { + ) { self.problem = problem self.snsNotificationArn = snsNotificationArn } @@ -1737,8 +1698,7 @@ public struct DescribeProblemObservationsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, problemId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.problemId = problemId } @@ -1753,8 +1713,7 @@ extension ApplicationInsightsClientTypes { public init( observationList: [ApplicationInsightsClientTypes.Observation]? = nil - ) - { + ) { self.observationList = observationList } } @@ -1766,8 +1725,7 @@ public struct DescribeProblemObservationsOutput: Swift.Sendable { public init( relatedObservations: ApplicationInsightsClientTypes.RelatedObservations? = nil - ) - { + ) { self.relatedObservations = relatedObservations } } @@ -1790,8 +1748,7 @@ public struct DescribeWorkloadInput: Swift.Sendable { componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.componentName = componentName self.resourceGroupName = resourceGroupName @@ -1811,8 +1768,7 @@ public struct DescribeWorkloadOutput: Swift.Sendable { workloadConfiguration: ApplicationInsightsClientTypes.WorkloadConfiguration? = nil, workloadId: Swift.String? = nil, workloadRemarks: Swift.String? = nil - ) - { + ) { self.workloadConfiguration = workloadConfiguration self.workloadId = workloadId self.workloadRemarks = workloadRemarks @@ -1831,8 +1787,7 @@ public struct ListApplicationsInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -1848,8 +1803,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationInfoList: [ApplicationInsightsClientTypes.ApplicationInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationInfoList = applicationInfoList self.nextToken = nextToken } @@ -1871,8 +1825,7 @@ public struct ListComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -1889,8 +1842,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( applicationComponentList: [ApplicationInsightsClientTypes.ApplicationComponent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationComponentList = applicationComponentList self.nextToken = nextToken } @@ -1920,8 +1872,7 @@ public struct ListConfigurationHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.endTime = endTime self.eventStatus = eventStatus @@ -1941,8 +1892,7 @@ public struct ListConfigurationHistoryOutput: Swift.Sendable { public init( eventList: [ApplicationInsightsClientTypes.ConfigurationEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventList = eventList self.nextToken = nextToken } @@ -1967,8 +1917,7 @@ public struct ListLogPatternsInput: Swift.Sendable { nextToken: Swift.String? = nil, patternSetName: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -1992,8 +1941,7 @@ public struct ListLogPatternsOutput: Swift.Sendable { logPatterns: [ApplicationInsightsClientTypes.LogPattern]? = nil, nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.logPatterns = logPatterns self.nextToken = nextToken @@ -2017,8 +1965,7 @@ public struct ListLogPatternSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -2041,8 +1988,7 @@ public struct ListLogPatternSetsOutput: Swift.Sendable { logPatternSets: [Swift.String]? = nil, nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.logPatternSets = logPatternSets self.nextToken = nextToken @@ -2077,8 +2023,7 @@ public struct ListProblemsInput: Swift.Sendable { resourceGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil, visibility: ApplicationInsightsClientTypes.Visibility? = nil - ) - { + ) { self.accountId = accountId self.componentName = componentName self.endTime = endTime @@ -2105,8 +2050,7 @@ public struct ListProblemsOutput: Swift.Sendable { nextToken: Swift.String? = nil, problemList: [ApplicationInsightsClientTypes.Problem]? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.nextToken = nextToken self.problemList = problemList @@ -2121,8 +2065,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2133,8 +2076,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ApplicationInsightsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2159,8 +2101,7 @@ public struct ListWorkloadsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.componentName = componentName self.maxResults = maxResults @@ -2193,8 +2134,7 @@ extension ApplicationInsightsClientTypes { workloadId: Swift.String? = nil, workloadName: Swift.String? = nil, workloadRemarks: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.missingWorkloadConfig = missingWorkloadConfig self.tier = tier @@ -2214,8 +2154,7 @@ public struct ListWorkloadsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workloadList: [ApplicationInsightsClientTypes.Workload]? = nil - ) - { + ) { self.nextToken = nextToken self.workloadList = workloadList } @@ -2236,8 +2175,7 @@ public struct RemoveWorkloadInput: Swift.Sendable { componentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.resourceGroupName = resourceGroupName self.workloadId = workloadId @@ -2270,8 +2208,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -2288,8 +2225,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ApplicationInsightsClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2311,8 +2247,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2351,8 +2286,7 @@ public struct UpdateApplicationInput: Swift.Sendable { removeSNSTopic: Swift.Bool? = nil, resourceGroupName: Swift.String? = nil, snsNotificationArn: Swift.String? = nil - ) - { + ) { self.attachMissingPermission = attachMissingPermission self.autoConfigEnabled = autoConfigEnabled self.cweMonitorEnabled = cweMonitorEnabled @@ -2370,8 +2304,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( applicationInfo: ApplicationInsightsClientTypes.ApplicationInfo? = nil - ) - { + ) { self.applicationInfo = applicationInfo } } @@ -2393,8 +2326,7 @@ public struct UpdateComponentInput: Swift.Sendable { newComponentName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, resourceList: [Swift.String]? = nil - ) - { + ) { self.componentName = componentName self.newComponentName = newComponentName self.resourceGroupName = resourceGroupName @@ -2430,8 +2362,7 @@ public struct UpdateComponentConfigurationInput: Swift.Sendable { monitor: Swift.Bool? = nil, resourceGroupName: Swift.String? = nil, tier: ApplicationInsightsClientTypes.Tier? = nil - ) - { + ) { self.autoConfigEnabled = autoConfigEnabled self.componentConfiguration = componentConfiguration self.componentName = componentName @@ -2467,8 +2398,7 @@ public struct UpdateLogPatternInput: Swift.Sendable { patternSetName: Swift.String? = nil, rank: Swift.Int? = 0, resourceGroupName: Swift.String? = nil - ) - { + ) { self.pattern = pattern self.patternName = patternName self.patternSetName = patternSetName @@ -2486,8 +2416,7 @@ public struct UpdateLogPatternOutput: Swift.Sendable { public init( logPattern: ApplicationInsightsClientTypes.LogPattern? = nil, resourceGroupName: Swift.String? = nil - ) - { + ) { self.logPattern = logPattern self.resourceGroupName = resourceGroupName } @@ -2532,8 +2461,7 @@ public struct UpdateProblemInput: Swift.Sendable { problemId: Swift.String? = nil, updateStatus: ApplicationInsightsClientTypes.UpdateStatus? = nil, visibility: ApplicationInsightsClientTypes.Visibility? = nil - ) - { + ) { self.problemId = problemId self.updateStatus = updateStatus self.visibility = visibility @@ -2563,8 +2491,7 @@ public struct UpdateWorkloadInput: Swift.Sendable { resourceGroupName: Swift.String? = nil, workloadConfiguration: ApplicationInsightsClientTypes.WorkloadConfiguration? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.resourceGroupName = resourceGroupName self.workloadConfiguration = workloadConfiguration @@ -2581,8 +2508,7 @@ public struct UpdateWorkloadOutput: Swift.Sendable { public init( workloadConfiguration: ApplicationInsightsClientTypes.WorkloadConfiguration? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.workloadConfiguration = workloadConfiguration self.workloadId = workloadId } diff --git a/Sources/Services/AWSApplicationSignals/Package.swift.txt b/Sources/Services/AWSApplicationSignals/Package.swift.txt index fceeaf5bd24..8f65871ebcd 100644 --- a/Sources/Services/AWSApplicationSignals/Package.swift.txt +++ b/Sources/Services/AWSApplicationSignals/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/ApplicationSignalsClient.swift b/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/ApplicationSignalsClient.swift index 0a1f5bc3558..f4761a5f2fb 100644 --- a/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/ApplicationSignalsClient.swift +++ b/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/ApplicationSignalsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ApplicationSignalsClient: ClientRuntime.Client { public static let clientName = "ApplicationSignalsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ApplicationSignalsClient.ApplicationSignalsClientConfiguration let serviceName = "Application Signals" diff --git a/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/Models.swift b/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/Models.swift index e929474786c..0c7edf65e57 100644 --- a/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/Models.swift +++ b/Sources/Services/AWSApplicationSignals/Sources/AWSApplicationSignals/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct BatchGetServiceLevelObjectiveBudgetReportInput: Swift.Sendable { public init( sloIds: [Swift.String]? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.sloIds = sloIds self.timestamp = timestamp } @@ -142,8 +138,7 @@ extension ApplicationSignalsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.errorCode = errorCode self.errorMessage = errorMessage @@ -269,8 +264,7 @@ extension ApplicationSignalsClientTypes { duration: Swift.Int? = nil, durationUnit: ApplicationSignalsClientTypes.DurationUnit? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.durationUnit = durationUnit self.startTime = startTime @@ -292,8 +286,7 @@ extension ApplicationSignalsClientTypes { public init( duration: Swift.Int? = nil, durationUnit: ApplicationSignalsClientTypes.DurationUnit? = nil - ) - { + ) { self.duration = duration self.durationUnit = durationUnit } @@ -327,8 +320,7 @@ extension ApplicationSignalsClientTypes { attainmentGoal: Swift.Double? = nil, interval: ApplicationSignalsClientTypes.Interval? = nil, warningThreshold: Swift.Double? = nil - ) - { + ) { self.attainmentGoal = attainmentGoal self.interval = interval self.warningThreshold = warningThreshold @@ -414,8 +406,7 @@ extension ApplicationSignalsClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -437,8 +428,7 @@ extension ApplicationSignalsClientTypes { dimensions: [ApplicationSignalsClientTypes.Dimension]? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -571,8 +561,7 @@ extension ApplicationSignalsClientTypes { period: Swift.Int? = nil, stat: Swift.String? = nil, unit: ApplicationSignalsClientTypes.StandardUnit? = nil - ) - { + ) { self.metric = metric self.period = period self.stat = stat @@ -615,8 +604,7 @@ extension ApplicationSignalsClientTypes { metricStat: ApplicationSignalsClientTypes.MetricStat? = nil, period: Swift.Int? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.expression = expression self.id = id @@ -673,8 +661,7 @@ extension ApplicationSignalsClientTypes { monitoredRequestCountMetric: ApplicationSignalsClientTypes.MonitoredRequestCountMetricDataQueries? = nil, operationName: Swift.String? = nil, totalRequestCountMetric: [ApplicationSignalsClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.metricType = metricType self.monitoredRequestCountMetric = monitoredRequestCountMetric @@ -700,8 +687,7 @@ extension ApplicationSignalsClientTypes { comparisonOperator: ApplicationSignalsClientTypes.ServiceLevelIndicatorComparisonOperator? = nil, metricThreshold: Swift.Double? = nil, requestBasedSliMetric: ApplicationSignalsClientTypes.RequestBasedServiceLevelIndicatorMetric? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.metricThreshold = metricThreshold self.requestBasedSliMetric = requestBasedSliMetric @@ -738,8 +724,7 @@ extension ApplicationSignalsClientTypes { metricDataQueries: [ApplicationSignalsClientTypes.MetricDataQuery]? = nil, metricType: ApplicationSignalsClientTypes.ServiceLevelIndicatorMetricType? = nil, operationName: Swift.String? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.metricDataQueries = metricDataQueries self.metricType = metricType @@ -766,8 +751,7 @@ extension ApplicationSignalsClientTypes { comparisonOperator: ApplicationSignalsClientTypes.ServiceLevelIndicatorComparisonOperator? = nil, metricThreshold: Swift.Double? = nil, sliMetric: ApplicationSignalsClientTypes.ServiceLevelIndicatorMetric? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.metricThreshold = metricThreshold self.sliMetric = sliMetric @@ -828,8 +812,7 @@ extension ApplicationSignalsClientTypes { sli: ApplicationSignalsClientTypes.ServiceLevelIndicator? = nil, totalBudgetRequests: Swift.Int? = nil, totalBudgetSeconds: Swift.Int? = nil - ) - { + ) { self.arn = arn self.attainment = attainment self.budgetRequestsRemaining = budgetRequestsRemaining @@ -861,8 +844,7 @@ public struct BatchGetServiceLevelObjectiveBudgetReportOutput: Swift.Sendable { errors: [ApplicationSignalsClientTypes.ServiceLevelObjectiveBudgetReportError]? = nil, reports: [ApplicationSignalsClientTypes.ServiceLevelObjectiveBudgetReport]? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.errors = errors self.reports = reports self.timestamp = timestamp @@ -894,8 +876,7 @@ public struct GetServiceInput: Swift.Sendable { endTime: Foundation.Date? = nil, keyAttributes: [Swift.String: Swift.String]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.keyAttributes = keyAttributes self.startTime = startTime @@ -923,8 +904,7 @@ extension ApplicationSignalsClientTypes { metricName: Swift.String? = nil, metricType: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.metricType = metricType @@ -1005,8 +985,7 @@ extension ApplicationSignalsClientTypes { keyAttributes: [Swift.String: Swift.String]? = nil, logGroupReferences: [[Swift.String: Swift.String]]? = nil, metricReferences: [ApplicationSignalsClientTypes.MetricReference]? = nil - ) - { + ) { self.attributeMaps = attributeMaps self.keyAttributes = keyAttributes self.logGroupReferences = logGroupReferences @@ -1039,8 +1018,7 @@ public struct GetServiceOutput: Swift.Sendable { logGroupReferences: [[Swift.String: Swift.String]]? = nil, service: ApplicationSignalsClientTypes.Service? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.logGroupReferences = logGroupReferences self.service = service @@ -1079,8 +1057,7 @@ public struct ListServiceDependenciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.keyAttributes = keyAttributes self.maxResults = maxResults @@ -1121,8 +1098,7 @@ extension ApplicationSignalsClientTypes { dependencyOperationName: Swift.String? = nil, metricReferences: [ApplicationSignalsClientTypes.MetricReference]? = nil, operationName: Swift.String? = nil - ) - { + ) { self.dependencyKeyAttributes = dependencyKeyAttributes self.dependencyOperationName = dependencyOperationName self.metricReferences = metricReferences @@ -1149,8 +1125,7 @@ public struct ListServiceDependenciesOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceDependencies: [ApplicationSignalsClientTypes.ServiceDependency]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.nextToken = nextToken self.serviceDependencies = serviceDependencies @@ -1189,8 +1164,7 @@ public struct ListServiceDependentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.keyAttributes = keyAttributes self.maxResults = maxResults @@ -1229,8 +1203,7 @@ extension ApplicationSignalsClientTypes { dependentOperationName: Swift.String? = nil, metricReferences: [ApplicationSignalsClientTypes.MetricReference]? = nil, operationName: Swift.String? = nil - ) - { + ) { self.dependentKeyAttributes = dependentKeyAttributes self.dependentOperationName = dependentOperationName self.metricReferences = metricReferences @@ -1257,8 +1230,7 @@ public struct ListServiceDependentsOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceDependents: [ApplicationSignalsClientTypes.ServiceDependent]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.nextToken = nextToken self.serviceDependents = serviceDependents @@ -1297,8 +1269,7 @@ public struct ListServiceOperationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.keyAttributes = keyAttributes self.maxResults = maxResults @@ -1321,8 +1292,7 @@ extension ApplicationSignalsClientTypes { public init( metricReferences: [ApplicationSignalsClientTypes.MetricReference]? = nil, name: Swift.String? = nil - ) - { + ) { self.metricReferences = metricReferences self.name = name } @@ -1347,8 +1317,7 @@ public struct ListServiceOperationsOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceOperations: [ApplicationSignalsClientTypes.ServiceOperation]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.nextToken = nextToken self.serviceOperations = serviceOperations @@ -1373,8 +1342,7 @@ public struct ListServicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -1445,8 +1413,7 @@ extension ApplicationSignalsClientTypes { attributeMaps: [[Swift.String: Swift.String]]? = nil, keyAttributes: [Swift.String: Swift.String]? = nil, metricReferences: [ApplicationSignalsClientTypes.MetricReference]? = nil - ) - { + ) { self.attributeMaps = attributeMaps self.keyAttributes = keyAttributes self.metricReferences = metricReferences @@ -1472,8 +1439,7 @@ public struct ListServicesOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceSummaries: [ApplicationSignalsClientTypes.ServiceSummary]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.nextToken = nextToken self.serviceSummaries = serviceSummaries @@ -1508,8 +1474,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1523,8 +1488,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1543,8 +1507,7 @@ extension ApplicationSignalsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1557,8 +1520,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ApplicationSignalsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1582,8 +1544,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1607,8 +1568,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1623,8 +1583,7 @@ extension ApplicationSignalsClientTypes { public init( lookBackWindowMinutes: Swift.Int? = nil - ) - { + ) { self.lookBackWindowMinutes = lookBackWindowMinutes } } @@ -1661,8 +1620,7 @@ extension ApplicationSignalsClientTypes { monitoredRequestCountMetric: ApplicationSignalsClientTypes.MonitoredRequestCountMetricDataQueries? = nil, operationName: Swift.String? = nil, totalRequestCountMetric: [ApplicationSignalsClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.metricType = metricType self.monitoredRequestCountMetric = monitoredRequestCountMetric @@ -1688,8 +1646,7 @@ extension ApplicationSignalsClientTypes { comparisonOperator: ApplicationSignalsClientTypes.ServiceLevelIndicatorComparisonOperator? = nil, metricThreshold: Swift.Double? = nil, requestBasedSliMetricConfig: ApplicationSignalsClientTypes.RequestBasedServiceLevelIndicatorMetricConfig? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.metricThreshold = metricThreshold self.requestBasedSliMetricConfig = requestBasedSliMetricConfig @@ -1731,8 +1688,7 @@ extension ApplicationSignalsClientTypes { operationName: Swift.String? = nil, periodSeconds: Swift.Int? = nil, statistic: Swift.String? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.metricDataQueries = metricDataQueries self.metricType = metricType @@ -1761,8 +1717,7 @@ extension ApplicationSignalsClientTypes { comparisonOperator: ApplicationSignalsClientTypes.ServiceLevelIndicatorComparisonOperator? = nil, metricThreshold: Swift.Double? = nil, sliMetricConfig: ApplicationSignalsClientTypes.ServiceLevelIndicatorMetricConfig? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.metricThreshold = metricThreshold self.sliMetricConfig = sliMetricConfig @@ -1795,8 +1750,7 @@ public struct CreateServiceLevelObjectiveInput: Swift.Sendable { requestBasedSliConfig: ApplicationSignalsClientTypes.RequestBasedServiceLevelIndicatorConfig? = nil, sliConfig: ApplicationSignalsClientTypes.ServiceLevelIndicatorConfig? = nil, tags: [ApplicationSignalsClientTypes.Tag]? = nil - ) - { + ) { self.burnRateConfigurations = burnRateConfigurations self.description = description self.goal = goal @@ -1848,8 +1802,7 @@ extension ApplicationSignalsClientTypes { name: Swift.String? = nil, requestBasedSli: ApplicationSignalsClientTypes.RequestBasedServiceLevelIndicator? = nil, sli: ApplicationSignalsClientTypes.ServiceLevelIndicator? = nil - ) - { + ) { self.arn = arn self.burnRateConfigurations = burnRateConfigurations self.createdTime = createdTime @@ -1871,8 +1824,7 @@ public struct CreateServiceLevelObjectiveOutput: Swift.Sendable { public init( slo: ApplicationSignalsClientTypes.ServiceLevelObjective? = nil - ) - { + ) { self.slo = slo } } @@ -1884,8 +1836,7 @@ public struct DeleteServiceLevelObjectiveInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1902,8 +1853,7 @@ public struct GetServiceLevelObjectiveInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1915,8 +1865,7 @@ public struct GetServiceLevelObjectiveOutput: Swift.Sendable { public init( slo: ApplicationSignalsClientTypes.ServiceLevelObjective? = nil - ) - { + ) { self.slo = slo } } @@ -1946,8 +1895,7 @@ public struct ListServiceLevelObjectivesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, operationName: Swift.String? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.maxResults = maxResults self.nextToken = nextToken @@ -1988,8 +1936,7 @@ extension ApplicationSignalsClientTypes { keyAttributes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, operationName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.keyAttributes = keyAttributes @@ -2008,8 +1955,7 @@ public struct ListServiceLevelObjectivesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sloSummaries: [ApplicationSignalsClientTypes.ServiceLevelObjectiveSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sloSummaries = sloSummaries } @@ -2037,8 +1983,7 @@ public struct UpdateServiceLevelObjectiveInput: Swift.Sendable { id: Swift.String? = nil, requestBasedSliConfig: ApplicationSignalsClientTypes.RequestBasedServiceLevelIndicatorConfig? = nil, sliConfig: ApplicationSignalsClientTypes.ServiceLevelIndicatorConfig? = nil - ) - { + ) { self.burnRateConfigurations = burnRateConfigurations self.description = description self.goal = goal @@ -2055,8 +2000,7 @@ public struct UpdateServiceLevelObjectiveOutput: Swift.Sendable { public init( slo: ApplicationSignalsClientTypes.ServiceLevelObjective? = nil - ) - { + ) { self.slo = slo } } @@ -2082,8 +2026,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ApplicationSignalsClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2105,8 +2048,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSArtifact/Package.swift.txt b/Sources/Services/AWSArtifact/Package.swift.txt index ed31e963c0a..b3ecab751fb 100644 --- a/Sources/Services/AWSArtifact/Package.swift.txt +++ b/Sources/Services/AWSArtifact/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSArtifact/Sources/AWSArtifact/ArtifactClient.swift b/Sources/Services/AWSArtifact/Sources/AWSArtifact/ArtifactClient.swift index 1ab16cc41d1..c81a8ec2d25 100644 --- a/Sources/Services/AWSArtifact/Sources/AWSArtifact/ArtifactClient.swift +++ b/Sources/Services/AWSArtifact/Sources/AWSArtifact/ArtifactClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ArtifactClient: ClientRuntime.Client { public static let clientName = "ArtifactClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ArtifactClient.ArtifactClientConfiguration let serviceName = "Artifact" diff --git a/Sources/Services/AWSArtifact/Sources/AWSArtifact/Models.swift b/Sources/Services/AWSArtifact/Sources/AWSArtifact/Models.swift index 7a2d784a739..c9fd2462998 100644 --- a/Sources/Services/AWSArtifact/Sources/AWSArtifact/Models.swift +++ b/Sources/Services/AWSArtifact/Sources/AWSArtifact/Models.swift @@ -76,8 +76,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +119,7 @@ extension ArtifactClientTypes { public init( notificationSubscriptionStatus: ArtifactClientTypes.NotificationSubscriptionStatus? = nil - ) - { + ) { self.notificationSubscriptionStatus = notificationSubscriptionStatus } } @@ -154,8 +152,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -184,8 +181,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -218,8 +214,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -261,8 +256,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -299,8 +293,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -322,8 +315,7 @@ extension ArtifactClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -394,8 +386,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [ArtifactClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: ArtifactClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -413,8 +404,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ArtifactClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -425,8 +415,7 @@ public struct PutAccountSettingsInput: Swift.Sendable { public init( notificationSubscriptionStatus: ArtifactClientTypes.NotificationSubscriptionStatus? = nil - ) - { + ) { self.notificationSubscriptionStatus = notificationSubscriptionStatus } } @@ -437,8 +426,7 @@ public struct PutAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ArtifactClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -484,8 +472,7 @@ public struct ListCustomerAgreementsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -568,8 +555,7 @@ extension ArtifactClientTypes { state: ArtifactClientTypes.CustomerAgreementState? = nil, terminateTerms: [Swift.String]? = nil, type: ArtifactClientTypes.AgreementType? = nil - ) - { + ) { self.acceptanceTerms = acceptanceTerms self.agreementArn = agreementArn self.arn = arn @@ -597,8 +583,7 @@ public struct ListCustomerAgreementsOutput: Swift.Sendable { public init( customerAgreements: [ArtifactClientTypes.CustomerAgreementSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customerAgreements = customerAgreements self.nextToken = nextToken } @@ -618,8 +603,7 @@ public struct GetReportInput: Swift.Sendable { reportId: Swift.String? = nil, reportVersion: Swift.Int? = nil, termToken: Swift.String? = nil - ) - { + ) { self.reportId = reportId self.reportVersion = reportVersion self.termToken = termToken @@ -632,8 +616,7 @@ public struct GetReportOutput: Swift.Sendable { public init( documentPresignedUrl: Swift.String? = nil - ) - { + ) { self.documentPresignedUrl = documentPresignedUrl } } @@ -648,8 +631,7 @@ public struct GetReportMetadataInput: Swift.Sendable { public init( reportId: Swift.String? = nil, reportVersion: Swift.Int? = nil - ) - { + ) { self.reportId = reportId self.reportVersion = reportVersion } @@ -785,8 +767,7 @@ extension ArtifactClientTypes { termArn: Swift.String? = nil, uploadState: ArtifactClientTypes.UploadState? = nil, version: Swift.Int? = nil - ) - { + ) { self.acceptanceType = acceptanceType self.arn = arn self.category = category @@ -817,8 +798,7 @@ public struct GetReportMetadataOutput: Swift.Sendable { public init( reportDetails: ArtifactClientTypes.ReportDetail? = nil - ) - { + ) { self.reportDetails = reportDetails } } @@ -833,8 +813,7 @@ public struct GetTermForReportInput: Swift.Sendable { public init( reportId: Swift.String? = nil, reportVersion: Swift.Int? = nil - ) - { + ) { self.reportId = reportId self.reportVersion = reportVersion } @@ -849,8 +828,7 @@ public struct GetTermForReportOutput: Swift.Sendable { public init( documentPresignedUrl: Swift.String? = nil, termToken: Swift.String? = nil - ) - { + ) { self.documentPresignedUrl = documentPresignedUrl self.termToken = termToken } @@ -865,8 +843,7 @@ public struct ListReportsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -923,8 +900,7 @@ extension ArtifactClientTypes { statusMessage: Swift.String? = nil, uploadState: ArtifactClientTypes.UploadState? = nil, version: Swift.Int? = nil - ) - { + ) { self.acceptanceType = acceptanceType self.arn = arn self.category = category @@ -953,8 +929,7 @@ public struct ListReportsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reports: [ArtifactClientTypes.ReportSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.reports = reports } diff --git a/Sources/Services/AWSAthena/Package.swift.txt b/Sources/Services/AWSAthena/Package.swift.txt index 60529c44fe9..417dc9d513b 100644 --- a/Sources/Services/AWSAthena/Package.swift.txt +++ b/Sources/Services/AWSAthena/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,29 +53,33 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAthena/Sources/AWSAthena/AthenaClient.swift b/Sources/Services/AWSAthena/Sources/AWSAthena/AthenaClient.swift index c42ffc2751e..9ed0a4700c5 100644 --- a/Sources/Services/AWSAthena/Sources/AWSAthena/AthenaClient.swift +++ b/Sources/Services/AWSAthena/Sources/AWSAthena/AthenaClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AthenaClient: ClientRuntime.Client { public static let clientName = "AthenaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AthenaClient.AthenaClientConfiguration let serviceName = "Athena" diff --git a/Sources/Services/AWSAthena/Sources/AWSAthena/Models.swift b/Sources/Services/AWSAthena/Sources/AWSAthena/Models.swift index 740ef0f56c6..6c80a0a4af5 100644 --- a/Sources/Services/AWSAthena/Sources/AWSAthena/Models.swift +++ b/Sources/Services/AWSAthena/Sources/AWSAthena/Models.swift @@ -62,8 +62,7 @@ extension AthenaClientTypes { public init( s3AclOption: AthenaClientTypes.S3AclOption? = nil - ) - { + ) { self.s3AclOption = s3AclOption } } @@ -87,8 +86,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -114,8 +112,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( athenaErrorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.athenaErrorCode = athenaErrorCode self.properties.message = message } @@ -129,8 +126,7 @@ public struct BatchGetNamedQueryInput: Swift.Sendable { public init( namedQueryIds: [Swift.String]? = nil - ) - { + ) { self.namedQueryIds = namedQueryIds } } @@ -162,8 +158,7 @@ extension AthenaClientTypes { namedQueryId: Swift.String? = nil, queryString: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.database = database self.description = description self.name = name @@ -189,8 +184,7 @@ extension AthenaClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, namedQueryId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.namedQueryId = namedQueryId @@ -207,8 +201,7 @@ public struct BatchGetNamedQueryOutput: Swift.Sendable { public init( namedQueries: [AthenaClientTypes.NamedQuery]? = nil, unprocessedNamedQueryIds: [AthenaClientTypes.UnprocessedNamedQueryId]? = nil - ) - { + ) { self.namedQueries = namedQueries self.unprocessedNamedQueryIds = unprocessedNamedQueryIds } @@ -225,8 +218,7 @@ public struct BatchGetPreparedStatementInput: Swift.Sendable { public init( preparedStatementNames: [Swift.String]? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.preparedStatementNames = preparedStatementNames self.workGroup = workGroup } @@ -253,8 +245,7 @@ extension AthenaClientTypes { queryStatement: Swift.String? = nil, statementName: Swift.String? = nil, workGroupName: Swift.String? = nil - ) - { + ) { self.description = description self.lastModifiedTime = lastModifiedTime self.queryStatement = queryStatement @@ -285,8 +276,7 @@ extension AthenaClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, statementName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.statementName = statementName @@ -303,8 +293,7 @@ public struct BatchGetPreparedStatementOutput: Swift.Sendable { public init( preparedStatements: [AthenaClientTypes.PreparedStatement]? = nil, unprocessedPreparedStatementNames: [AthenaClientTypes.UnprocessedPreparedStatementName]? = nil - ) - { + ) { self.preparedStatements = preparedStatements self.unprocessedPreparedStatementNames = unprocessedPreparedStatementNames } @@ -318,8 +307,7 @@ public struct BatchGetQueryExecutionInput: Swift.Sendable { public init( queryExecutionIds: [Swift.String]? = nil - ) - { + ) { self.queryExecutionIds = queryExecutionIds } } @@ -336,8 +324,7 @@ extension AthenaClientTypes { public init( effectiveEngineVersion: Swift.String? = nil, selectedEngineVersion: Swift.String? = nil - ) - { + ) { self.effectiveEngineVersion = effectiveEngineVersion self.selectedEngineVersion = selectedEngineVersion } @@ -356,8 +343,7 @@ extension AthenaClientTypes { public init( catalog: Swift.String? = nil, database: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.database = database } @@ -407,8 +393,7 @@ extension AthenaClientTypes { authenticationType: AthenaClientTypes.AuthenticationType? = nil, createUserLevelPrefix: Swift.Bool? = nil, enableS3AccessGrants: Swift.Bool? = nil - ) - { + ) { self.authenticationType = authenticationType self.createUserLevelPrefix = createUserLevelPrefix self.enableS3AccessGrants = enableS3AccessGrants @@ -461,8 +446,7 @@ extension AthenaClientTypes { public init( encryptionOption: AthenaClientTypes.EncryptionOption? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.encryptionOption = encryptionOption self.kmsKey = kmsKey } @@ -487,8 +471,7 @@ extension AthenaClientTypes { encryptionConfiguration: AthenaClientTypes.EncryptionConfiguration? = nil, expectedBucketOwner: Swift.String? = nil, outputLocation: Swift.String? = nil - ) - { + ) { self.aclConfiguration = aclConfiguration self.encryptionConfiguration = encryptionConfiguration self.expectedBucketOwner = expectedBucketOwner @@ -510,8 +493,7 @@ extension AthenaClientTypes { public init( enabled: Swift.Bool = false, maxAgeInMinutes: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.maxAgeInMinutes = maxAgeInMinutes } @@ -527,8 +509,7 @@ extension AthenaClientTypes { public init( resultReuseByAgeConfiguration: AthenaClientTypes.ResultReuseByAgeConfiguration? = nil - ) - { + ) { self.resultReuseByAgeConfiguration = resultReuseByAgeConfiguration } } @@ -576,8 +557,7 @@ extension AthenaClientTypes { public init( reusedPreviousResult: Swift.Bool = false - ) - { + ) { self.reusedPreviousResult = reusedPreviousResult } } @@ -616,8 +596,7 @@ extension AthenaClientTypes { servicePreProcessingTimeInMillis: Swift.Int? = nil, serviceProcessingTimeInMillis: Swift.Int? = nil, totalExecutionTimeInMillis: Swift.Int? = nil - ) - { + ) { self.dataManifestLocation = dataManifestLocation self.dataScannedInBytes = dataScannedInBytes self.engineExecutionTimeInMillis = engineExecutionTimeInMillis @@ -649,8 +628,7 @@ extension AthenaClientTypes { errorMessage: Swift.String? = nil, errorType: Swift.Int? = nil, retryable: Swift.Bool = false - ) - { + ) { self.errorCategory = errorCategory self.errorMessage = errorMessage self.errorType = errorType @@ -718,8 +696,7 @@ extension AthenaClientTypes { state: AthenaClientTypes.QueryExecutionState? = nil, stateChangeReason: Swift.String? = nil, submissionDateTime: Foundation.Date? = nil - ) - { + ) { self.athenaError = athenaError self.completionDateTime = completionDateTime self.state = state @@ -774,8 +751,7 @@ extension AthenaClientTypes { status: AthenaClientTypes.QueryExecutionStatus? = nil, substatementType: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.engineVersion = engineVersion self.executionParameters = executionParameters self.query = query @@ -808,8 +784,7 @@ extension AthenaClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, queryExecutionId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.queryExecutionId = queryExecutionId @@ -826,8 +801,7 @@ public struct BatchGetQueryExecutionOutput: Swift.Sendable { public init( queryExecutions: [AthenaClientTypes.QueryExecution]? = nil, unprocessedQueryExecutionIds: [AthenaClientTypes.UnprocessedQueryExecutionId]? = nil - ) - { + ) { self.queryExecutions = queryExecutions self.unprocessedQueryExecutionIds = unprocessedQueryExecutionIds } @@ -840,8 +814,7 @@ public struct CancelCapacityReservationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -863,8 +836,7 @@ extension AthenaClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -885,8 +857,7 @@ public struct CreateCapacityReservationInput: Swift.Sendable { name: Swift.String? = nil, tags: [AthenaClientTypes.Tag]? = nil, targetDpus: Swift.Int? = nil - ) - { + ) { self.name = name self.tags = tags self.targetDpus = targetDpus @@ -983,8 +954,7 @@ public struct CreateDataCatalogInput: Swift.Sendable { parameters: [Swift.String: Swift.String]? = nil, tags: [AthenaClientTypes.Tag]? = nil, type: AthenaClientTypes.DataCatalogType? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -1207,8 +1177,7 @@ extension AthenaClientTypes { parameters: [Swift.String: Swift.String]? = nil, status: AthenaClientTypes.DataCatalogStatus? = nil, type: AthenaClientTypes.DataCatalogType? = nil - ) - { + ) { self.connectionType = connectionType self.description = description self.error = error @@ -1226,8 +1195,7 @@ public struct CreateDataCatalogOutput: Swift.Sendable { public init( dataCatalog: AthenaClientTypes.DataCatalog? = nil - ) - { + ) { self.dataCatalog = dataCatalog } } @@ -1256,8 +1224,7 @@ public struct CreateNamedQueryInput: Swift.Sendable { name: Swift.String? = nil, queryString: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.database = database self.description = description @@ -1273,8 +1240,7 @@ public struct CreateNamedQueryOutput: Swift.Sendable { public init( namedQueryId: Swift.String? = nil - ) - { + ) { self.namedQueryId = namedQueryId } } @@ -1327,8 +1293,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, reason: AthenaClientTypes.ThrottleReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -1348,8 +1313,7 @@ public struct CreateNotebookInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, name: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.workGroup = workGroup @@ -1362,8 +1326,7 @@ public struct CreateNotebookOutput: Swift.Sendable { public init( notebookId: Swift.String? = nil - ) - { + ) { self.notebookId = notebookId } } @@ -1386,8 +1349,7 @@ public struct CreatePreparedStatementInput: Swift.Sendable { queryStatement: Swift.String? = nil, statementName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.description = description self.queryStatement = queryStatement self.statementName = statementName @@ -1421,8 +1383,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1435,8 +1396,7 @@ public struct CreatePresignedNotebookUrlInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -1456,8 +1416,7 @@ public struct CreatePresignedNotebookUrlOutput: Swift.Sendable { authToken: Swift.String? = nil, authTokenExpirationTime: Swift.Int? = nil, notebookUrl: Swift.String? = nil - ) - { + ) { self.authToken = authToken self.authTokenExpirationTime = authTokenExpirationTime self.notebookUrl = notebookUrl @@ -1474,8 +1433,7 @@ extension AthenaClientTypes { public init( kmsKey: Swift.String? = nil - ) - { + ) { self.kmsKey = kmsKey } } @@ -1493,8 +1451,7 @@ extension AthenaClientTypes { public init( enableIdentityCenter: Swift.Bool? = nil, identityCenterInstanceArn: Swift.String? = nil - ) - { + ) { self.enableIdentityCenter = enableIdentityCenter self.identityCenterInstanceArn = identityCenterInstanceArn } @@ -1543,8 +1500,7 @@ extension AthenaClientTypes { queryResultsS3AccessGrantsConfiguration: AthenaClientTypes.QueryResultsS3AccessGrantsConfiguration? = nil, requesterPaysEnabled: Swift.Bool? = nil, resultConfiguration: AthenaClientTypes.ResultConfiguration? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.bytesScannedCutoffPerQuery = bytesScannedCutoffPerQuery self.customerContentEncryptionConfiguration = customerContentEncryptionConfiguration @@ -1577,8 +1533,7 @@ public struct CreateWorkGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [AthenaClientTypes.Tag]? = nil - ) - { + ) { self.configuration = configuration self.description = description self.name = name @@ -1598,8 +1553,7 @@ public struct DeleteCapacityReservationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1619,8 +1573,7 @@ public struct DeleteDataCatalogInput: Swift.Sendable { public init( deleteCatalogOnly: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.deleteCatalogOnly = deleteCatalogOnly self.name = name } @@ -1632,8 +1585,7 @@ public struct DeleteDataCatalogOutput: Swift.Sendable { public init( dataCatalog: AthenaClientTypes.DataCatalog? = nil - ) - { + ) { self.dataCatalog = dataCatalog } } @@ -1645,8 +1597,7 @@ public struct DeleteNamedQueryInput: Swift.Sendable { public init( namedQueryId: Swift.String? = nil - ) - { + ) { self.namedQueryId = namedQueryId } } @@ -1663,8 +1614,7 @@ public struct DeleteNotebookInput: Swift.Sendable { public init( notebookId: Swift.String? = nil - ) - { + ) { self.notebookId = notebookId } } @@ -1685,8 +1635,7 @@ public struct DeletePreparedStatementInput: Swift.Sendable { public init( statementName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.statementName = statementName self.workGroup = workGroup } @@ -1707,8 +1656,7 @@ public struct DeleteWorkGroupInput: Swift.Sendable { public init( recursiveDeleteOption: Swift.Bool? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.recursiveDeleteOption = recursiveDeleteOption self.workGroup = workGroup } @@ -1726,8 +1674,7 @@ public struct ExportNotebookInput: Swift.Sendable { public init( notebookId: Swift.String? = nil - ) - { + ) { self.notebookId = notebookId } } @@ -1782,8 +1729,7 @@ extension AthenaClientTypes { notebookId: Swift.String? = nil, type: AthenaClientTypes.NotebookType? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.name = name @@ -1803,8 +1749,7 @@ public struct ExportNotebookOutput: Swift.Sendable { public init( notebookMetadata: AthenaClientTypes.NotebookMetadata? = nil, payload: Swift.String? = nil - ) - { + ) { self.notebookMetadata = notebookMetadata self.payload = payload } @@ -1817,8 +1762,7 @@ public struct GetCalculationExecutionInput: Swift.Sendable { public init( calculationExecutionId: Swift.String? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId } } @@ -1841,8 +1785,7 @@ extension AthenaClientTypes { resultType: Swift.String? = nil, stdErrorS3Uri: Swift.String? = nil, stdOutS3Uri: Swift.String? = nil - ) - { + ) { self.resultS3Uri = resultS3Uri self.resultType = resultType self.stdErrorS3Uri = stdErrorS3Uri @@ -1863,8 +1806,7 @@ extension AthenaClientTypes { public init( dpuExecutionInMillis: Swift.Int? = nil, progress: Swift.String? = nil - ) - { + ) { self.dpuExecutionInMillis = dpuExecutionInMillis self.progress = progress } @@ -1936,8 +1878,7 @@ extension AthenaClientTypes { state: AthenaClientTypes.CalculationExecutionState? = nil, stateChangeReason: Swift.String? = nil, submissionDateTime: Foundation.Date? = nil - ) - { + ) { self.completionDateTime = completionDateTime self.state = state self.stateChangeReason = stateChangeReason @@ -1970,8 +1911,7 @@ public struct GetCalculationExecutionOutput: Swift.Sendable { statistics: AthenaClientTypes.CalculationStatistics? = nil, status: AthenaClientTypes.CalculationStatus? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId self.description = description self.result = result @@ -1989,8 +1929,7 @@ public struct GetCalculationExecutionCodeInput: Swift.Sendable { public init( calculationExecutionId: Swift.String? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId } } @@ -2001,8 +1940,7 @@ public struct GetCalculationExecutionCodeOutput: Swift.Sendable { public init( codeBlock: Swift.String? = nil - ) - { + ) { self.codeBlock = codeBlock } } @@ -2014,8 +1952,7 @@ public struct GetCalculationExecutionStatusInput: Swift.Sendable { public init( calculationExecutionId: Swift.String? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId } } @@ -2029,8 +1966,7 @@ public struct GetCalculationExecutionStatusOutput: Swift.Sendable { public init( statistics: AthenaClientTypes.CalculationStatistics? = nil, status: AthenaClientTypes.CalculationStatus? = nil - ) - { + ) { self.statistics = statistics self.status = status } @@ -2043,8 +1979,7 @@ public struct GetCapacityAssignmentConfigurationInput: Swift.Sendable { public init( capacityReservationName: Swift.String? = nil - ) - { + ) { self.capacityReservationName = capacityReservationName } } @@ -2058,8 +1993,7 @@ extension AthenaClientTypes { public init( workGroupNames: [Swift.String]? = nil - ) - { + ) { self.workGroupNames = workGroupNames } } @@ -2077,8 +2011,7 @@ extension AthenaClientTypes { public init( capacityAssignments: [AthenaClientTypes.CapacityAssignment]? = nil, capacityReservationName: Swift.String? = nil - ) - { + ) { self.capacityAssignments = capacityAssignments self.capacityReservationName = capacityReservationName } @@ -2092,8 +2025,7 @@ public struct GetCapacityAssignmentConfigurationOutput: Swift.Sendable { public init( capacityAssignmentConfiguration: AthenaClientTypes.CapacityAssignmentConfiguration? = nil - ) - { + ) { self.capacityAssignmentConfiguration = capacityAssignmentConfiguration } } @@ -2105,8 +2037,7 @@ public struct GetCapacityReservationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2163,8 +2094,7 @@ extension AthenaClientTypes { requestTime: Foundation.Date? = nil, status: AthenaClientTypes.CapacityAllocationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.requestCompletionTime = requestCompletionTime self.requestTime = requestTime self.status = status @@ -2246,8 +2176,7 @@ extension AthenaClientTypes { name: Swift.String? = nil, status: AthenaClientTypes.CapacityReservationStatus? = nil, targetDpus: Swift.Int? = nil - ) - { + ) { self.allocatedDpus = allocatedDpus self.creationTime = creationTime self.lastAllocation = lastAllocation @@ -2266,8 +2195,7 @@ public struct GetCapacityReservationOutput: Swift.Sendable { public init( capacityReservation: AthenaClientTypes.CapacityReservation? = nil - ) - { + ) { self.capacityReservation = capacityReservation } } @@ -2290,8 +2218,7 @@ public struct MetadataException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2310,8 +2237,7 @@ public struct GetDatabaseInput: Swift.Sendable { catalogName: Swift.String? = nil, databaseName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.catalogName = catalogName self.databaseName = databaseName self.workGroup = workGroup @@ -2334,8 +2260,7 @@ extension AthenaClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -2349,8 +2274,7 @@ public struct GetDatabaseOutput: Swift.Sendable { public init( database: AthenaClientTypes.Database? = nil - ) - { + ) { self.database = database } } @@ -2365,8 +2289,7 @@ public struct GetDataCatalogInput: Swift.Sendable { public init( name: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.name = name self.workGroup = workGroup } @@ -2378,8 +2301,7 @@ public struct GetDataCatalogOutput: Swift.Sendable { public init( dataCatalog: AthenaClientTypes.DataCatalog? = nil - ) - { + ) { self.dataCatalog = dataCatalog } } @@ -2391,8 +2313,7 @@ public struct GetNamedQueryInput: Swift.Sendable { public init( namedQueryId: Swift.String? = nil - ) - { + ) { self.namedQueryId = namedQueryId } } @@ -2403,8 +2324,7 @@ public struct GetNamedQueryOutput: Swift.Sendable { public init( namedQuery: AthenaClientTypes.NamedQuery? = nil - ) - { + ) { self.namedQuery = namedQuery } } @@ -2416,8 +2336,7 @@ public struct GetNotebookMetadataInput: Swift.Sendable { public init( notebookId: Swift.String? = nil - ) - { + ) { self.notebookId = notebookId } } @@ -2428,8 +2347,7 @@ public struct GetNotebookMetadataOutput: Swift.Sendable { public init( notebookMetadata: AthenaClientTypes.NotebookMetadata? = nil - ) - { + ) { self.notebookMetadata = notebookMetadata } } @@ -2445,8 +2363,7 @@ public struct GetPreparedStatementInput: Swift.Sendable { public init( statementName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.statementName = statementName self.workGroup = workGroup } @@ -2458,8 +2375,7 @@ public struct GetPreparedStatementOutput: Swift.Sendable { public init( preparedStatement: AthenaClientTypes.PreparedStatement? = nil - ) - { + ) { self.preparedStatement = preparedStatement } } @@ -2471,8 +2387,7 @@ public struct GetQueryExecutionInput: Swift.Sendable { public init( queryExecutionId: Swift.String? = nil - ) - { + ) { self.queryExecutionId = queryExecutionId } } @@ -2483,8 +2398,7 @@ public struct GetQueryExecutionOutput: Swift.Sendable { public init( queryExecution: AthenaClientTypes.QueryExecution? = nil - ) - { + ) { self.queryExecution = queryExecution } } @@ -2502,8 +2416,7 @@ public struct GetQueryResultsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryExecutionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryExecutionId = queryExecutionId @@ -2580,8 +2493,7 @@ extension AthenaClientTypes { schemaName: Swift.String? = nil, tableName: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.caseSensitive = caseSensitive self.catalogName = catalogName self.label = label @@ -2605,8 +2517,7 @@ extension AthenaClientTypes { public init( columnInfo: [AthenaClientTypes.ColumnInfo]? = nil - ) - { + ) { self.columnInfo = columnInfo } } @@ -2621,8 +2532,7 @@ extension AthenaClientTypes { public init( varCharValue: Swift.String? = nil - ) - { + ) { self.varCharValue = varCharValue } } @@ -2637,8 +2547,7 @@ extension AthenaClientTypes { public init( data: [AthenaClientTypes.Datum]? = nil - ) - { + ) { self.data = data } } @@ -2656,8 +2565,7 @@ extension AthenaClientTypes { public init( resultSetMetadata: AthenaClientTypes.ResultSetMetadata? = nil, rows: [AthenaClientTypes.Row]? = nil - ) - { + ) { self.resultSetMetadata = resultSetMetadata self.rows = rows } @@ -2676,8 +2584,7 @@ public struct GetQueryResultsOutput: Swift.Sendable { nextToken: Swift.String? = nil, resultSet: AthenaClientTypes.ResultSet? = nil, updateCount: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.resultSet = resultSet self.updateCount = updateCount @@ -2691,8 +2598,7 @@ public struct GetQueryRuntimeStatisticsInput: Swift.Sendable { public init( queryExecutionId: Swift.String? = nil - ) - { + ) { self.queryExecutionId = queryExecutionId } } @@ -2715,8 +2621,7 @@ extension AthenaClientTypes { inputRows: Swift.Int? = nil, outputBytes: Swift.Int? = nil, outputRows: Swift.Int? = nil - ) - { + ) { self.inputBytes = inputBytes self.inputRows = inputRows self.outputBytes = outputBytes @@ -2749,8 +2654,7 @@ extension AthenaClientTypes { servicePreProcessingTimeInMillis: Swift.Int? = nil, serviceProcessingTimeInMillis: Swift.Int? = nil, totalExecutionTimeInMillis: Swift.Int? = nil - ) - { + ) { self.engineExecutionTimeInMillis = engineExecutionTimeInMillis self.queryPlanningTimeInMillis = queryPlanningTimeInMillis self.queryQueueTimeInMillis = queryQueueTimeInMillis @@ -2768,8 +2672,7 @@ public struct GetSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -2796,8 +2699,7 @@ extension AthenaClientTypes { defaultExecutorDpuSize: Swift.Int? = nil, maxConcurrentDpus: Swift.Int? = nil, sparkProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.additionalConfigs = additionalConfigs self.coordinatorDpuSize = coordinatorDpuSize self.defaultExecutorDpuSize = defaultExecutorDpuSize @@ -2825,8 +2727,7 @@ extension AthenaClientTypes { executionRole: Swift.String? = nil, idleTimeoutSeconds: Swift.Int? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.executionRole = executionRole self.idleTimeoutSeconds = idleTimeoutSeconds @@ -2844,8 +2745,7 @@ extension AthenaClientTypes { public init( dpuExecutionInMillis: Swift.Int? = nil - ) - { + ) { self.dpuExecutionInMillis = dpuExecutionInMillis } } @@ -2922,8 +2822,7 @@ extension AthenaClientTypes { startDateTime: Foundation.Date? = nil, state: AthenaClientTypes.SessionState? = nil, stateChangeReason: Swift.String? = nil - ) - { + ) { self.endDateTime = endDateTime self.idleSinceDateTime = idleSinceDateTime self.lastModifiedDateTime = lastModifiedDateTime @@ -2964,8 +2863,7 @@ public struct GetSessionOutput: Swift.Sendable { statistics: AthenaClientTypes.SessionStatistics? = nil, status: AthenaClientTypes.SessionStatus? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.description = description self.engineConfiguration = engineConfiguration self.engineVersion = engineVersion @@ -2985,8 +2883,7 @@ public struct GetSessionStatusInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -3000,8 +2897,7 @@ public struct GetSessionStatusOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil, status: AthenaClientTypes.SessionStatus? = nil - ) - { + ) { self.sessionId = sessionId self.status = status } @@ -3025,8 +2921,7 @@ public struct GetTableMetadataInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.catalogName = catalogName self.databaseName = databaseName self.tableName = tableName @@ -3050,8 +2945,7 @@ extension AthenaClientTypes { comment: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.comment = comment self.name = name self.type = type @@ -3087,8 +2981,7 @@ extension AthenaClientTypes { parameters: [Swift.String: Swift.String]? = nil, partitionKeys: [AthenaClientTypes.Column]? = nil, tableType: Swift.String? = nil - ) - { + ) { self.columns = columns self.createTime = createTime self.lastAccessTime = lastAccessTime @@ -3106,8 +2999,7 @@ public struct GetTableMetadataOutput: Swift.Sendable { public init( tableMetadata: AthenaClientTypes.TableMetadata? = nil - ) - { + ) { self.tableMetadata = tableMetadata } } @@ -3119,8 +3011,7 @@ public struct GetWorkGroupInput: Swift.Sendable { public init( workGroup: Swift.String? = nil - ) - { + ) { self.workGroup = workGroup } } @@ -3179,8 +3070,7 @@ extension AthenaClientTypes { identityCenterApplicationArn: Swift.String? = nil, name: Swift.String? = nil, state: AthenaClientTypes.WorkGroupState? = nil - ) - { + ) { self.configuration = configuration self.creationTime = creationTime self.description = description @@ -3197,8 +3087,7 @@ public struct GetWorkGroupOutput: Swift.Sendable { public init( workGroup: AthenaClientTypes.WorkGroup? = nil - ) - { + ) { self.workGroup = workGroup } } @@ -3227,8 +3116,7 @@ public struct ImportNotebookInput: Swift.Sendable { payload: Swift.String? = nil, type: AthenaClientTypes.NotebookType? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.notebookS3LocationUri = notebookS3LocationUri @@ -3244,8 +3132,7 @@ public struct ImportNotebookOutput: Swift.Sendable { public init( notebookId: Swift.String? = nil - ) - { + ) { self.notebookId = notebookId } } @@ -3259,8 +3146,7 @@ public struct ListApplicationDPUSizesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3278,8 +3164,7 @@ extension AthenaClientTypes { public init( applicationRuntimeId: Swift.String? = nil, supportedDPUSizes: [Swift.Int]? = nil - ) - { + ) { self.applicationRuntimeId = applicationRuntimeId self.supportedDPUSizes = supportedDPUSizes } @@ -3295,8 +3180,7 @@ public struct ListApplicationDPUSizesOutput: Swift.Sendable { public init( applicationDPUSizes: [AthenaClientTypes.ApplicationDPUSizes]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationDPUSizes = applicationDPUSizes self.nextToken = nextToken } @@ -3318,8 +3202,7 @@ public struct ListCalculationExecutionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sessionId: Swift.String? = nil, stateFilter: AthenaClientTypes.CalculationExecutionState? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sessionId = sessionId @@ -3342,8 +3225,7 @@ extension AthenaClientTypes { calculationExecutionId: Swift.String? = nil, description: Swift.String? = nil, status: AthenaClientTypes.CalculationStatus? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId self.description = description self.status = status @@ -3360,8 +3242,7 @@ public struct ListCalculationExecutionsOutput: Swift.Sendable { public init( calculations: [AthenaClientTypes.CalculationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.calculations = calculations self.nextToken = nextToken } @@ -3376,8 +3257,7 @@ public struct ListCapacityReservationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3393,8 +3273,7 @@ public struct ListCapacityReservationsOutput: Swift.Sendable { public init( capacityReservations: [AthenaClientTypes.CapacityReservation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservations = capacityReservations self.nextToken = nextToken } @@ -3416,8 +3295,7 @@ public struct ListDatabasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.catalogName = catalogName self.maxResults = maxResults self.nextToken = nextToken @@ -3434,8 +3312,7 @@ public struct ListDatabasesOutput: Swift.Sendable { public init( databaseList: [AthenaClientTypes.Database]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databaseList = databaseList self.nextToken = nextToken } @@ -3453,8 +3330,7 @@ public struct ListDataCatalogsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workGroup = workGroup @@ -3510,8 +3386,7 @@ extension AthenaClientTypes { error: Swift.String? = nil, status: AthenaClientTypes.DataCatalogStatus? = nil, type: AthenaClientTypes.DataCatalogType? = nil - ) - { + ) { self.catalogName = catalogName self.connectionType = connectionType self.error = error @@ -3530,8 +3405,7 @@ public struct ListDataCatalogsOutput: Swift.Sendable { public init( dataCatalogsSummary: [AthenaClientTypes.DataCatalogSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataCatalogsSummary = dataCatalogsSummary self.nextToken = nextToken } @@ -3546,8 +3420,7 @@ public struct ListEngineVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3562,8 +3435,7 @@ public struct ListEngineVersionsOutput: Swift.Sendable { public init( engineVersions: [AthenaClientTypes.EngineVersion]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineVersions = engineVersions self.nextToken = nextToken } @@ -3626,8 +3498,7 @@ public struct ListExecutorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.executorStateFilter = executorStateFilter self.maxResults = maxResults self.nextToken = nextToken @@ -3692,8 +3563,7 @@ extension AthenaClientTypes { executorType: AthenaClientTypes.ExecutorType? = nil, startDateTime: Swift.Int? = nil, terminationDateTime: Swift.Int? = nil - ) - { + ) { self.executorId = executorId self.executorSize = executorSize self.executorState = executorState @@ -3717,8 +3587,7 @@ public struct ListExecutorsOutput: Swift.Sendable { executorsSummary: [AthenaClientTypes.ExecutorsSummary]? = nil, nextToken: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.executorsSummary = executorsSummary self.nextToken = nextToken self.sessionId = sessionId @@ -3737,8 +3606,7 @@ public struct ListNamedQueriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workGroup = workGroup @@ -3754,8 +3622,7 @@ public struct ListNamedQueriesOutput: Swift.Sendable { public init( namedQueryIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.namedQueryIds = namedQueryIds self.nextToken = nextToken } @@ -3770,8 +3637,7 @@ extension AthenaClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3793,8 +3659,7 @@ public struct ListNotebookMetadataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3811,8 +3676,7 @@ public struct ListNotebookMetadataOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notebookMetadataList: [AthenaClientTypes.NotebookMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.notebookMetadataList = notebookMetadataList } @@ -3831,8 +3695,7 @@ public struct ListNotebookSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, notebookId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.notebookId = notebookId @@ -3851,8 +3714,7 @@ extension AthenaClientTypes { public init( creationTime: Foundation.Date? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.sessionId = sessionId } @@ -3869,8 +3731,7 @@ public struct ListNotebookSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notebookSessionsList: [AthenaClientTypes.NotebookSessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notebookSessionsList = notebookSessionsList } @@ -3889,8 +3750,7 @@ public struct ListPreparedStatementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workGroup = workGroup @@ -3909,8 +3769,7 @@ extension AthenaClientTypes { public init( lastModifiedTime: Foundation.Date? = nil, statementName: Swift.String? = nil - ) - { + ) { self.lastModifiedTime = lastModifiedTime self.statementName = statementName } @@ -3926,8 +3785,7 @@ public struct ListPreparedStatementsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, preparedStatements: [AthenaClientTypes.PreparedStatementSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.preparedStatements = preparedStatements } @@ -3945,8 +3803,7 @@ public struct ListQueryExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workGroup = workGroup @@ -3962,8 +3819,7 @@ public struct ListQueryExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queryExecutionIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.queryExecutionIds = queryExecutionIds } @@ -3985,8 +3841,7 @@ public struct ListSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, stateFilter: AthenaClientTypes.SessionState? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stateFilter = stateFilter @@ -4015,8 +3870,7 @@ extension AthenaClientTypes { notebookVersion: Swift.String? = nil, sessionId: Swift.String? = nil, status: AthenaClientTypes.SessionStatus? = nil - ) - { + ) { self.description = description self.engineVersion = engineVersion self.notebookVersion = notebookVersion @@ -4035,8 +3889,7 @@ public struct ListSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [AthenaClientTypes.SessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -4065,8 +3918,7 @@ public struct ListTableMetadataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.catalogName = catalogName self.databaseName = databaseName self.expression = expression @@ -4085,8 +3937,7 @@ public struct ListTableMetadataOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableMetadataList: [AthenaClientTypes.TableMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.tableMetadataList = tableMetadataList } @@ -4105,8 +3956,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -4122,8 +3972,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [AthenaClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4138,8 +3987,7 @@ public struct ListWorkGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4169,8 +4017,7 @@ extension AthenaClientTypes { identityCenterApplicationArn: Swift.String? = nil, name: Swift.String? = nil, state: AthenaClientTypes.WorkGroupState? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.engineVersion = engineVersion @@ -4190,8 +4037,7 @@ public struct ListWorkGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workGroups: [AthenaClientTypes.WorkGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workGroups = workGroups } @@ -4208,8 +4054,7 @@ public struct PutCapacityAssignmentConfigurationInput: Swift.Sendable { public init( capacityAssignments: [AthenaClientTypes.CapacityAssignment]? = nil, capacityReservationName: Swift.String? = nil - ) - { + ) { self.capacityAssignments = capacityAssignments self.capacityReservationName = capacityReservationName } @@ -4229,8 +4074,7 @@ extension AthenaClientTypes { public init( codeBlock: Swift.String? = nil - ) - { + ) { self.codeBlock = codeBlock } } @@ -4256,8 +4100,7 @@ public struct StartCalculationExecutionInput: Swift.Sendable { codeBlock: Swift.String? = nil, description: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.calculationConfiguration = calculationConfiguration self.clientRequestToken = clientRequestToken self.codeBlock = codeBlock @@ -4275,8 +4118,7 @@ public struct StartCalculationExecutionOutput: Swift.Sendable { public init( calculationExecutionId: Swift.String? = nil, state: AthenaClientTypes.CalculationExecutionState? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId self.state = state } @@ -4307,8 +4149,7 @@ public struct StartQueryExecutionInput: Swift.Sendable { resultConfiguration: AthenaClientTypes.ResultConfiguration? = nil, resultReuseConfiguration: AthenaClientTypes.ResultReuseConfiguration? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.executionParameters = executionParameters self.queryExecutionContext = queryExecutionContext @@ -4325,8 +4166,7 @@ public struct StartQueryExecutionOutput: Swift.Sendable { public init( queryExecutionId: Swift.String? = nil - ) - { + ) { self.queryExecutionId = queryExecutionId } } @@ -4349,8 +4189,7 @@ public struct SessionAlreadyExistsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4378,8 +4217,7 @@ public struct StartSessionInput: Swift.Sendable { notebookVersion: Swift.String? = nil, sessionIdleTimeoutInMinutes: Swift.Int? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.engineConfiguration = engineConfiguration @@ -4398,8 +4236,7 @@ public struct StartSessionOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil, state: AthenaClientTypes.SessionState? = nil - ) - { + ) { self.sessionId = sessionId self.state = state } @@ -4412,8 +4249,7 @@ public struct StopCalculationExecutionInput: Swift.Sendable { public init( calculationExecutionId: Swift.String? = nil - ) - { + ) { self.calculationExecutionId = calculationExecutionId } } @@ -4424,8 +4260,7 @@ public struct StopCalculationExecutionOutput: Swift.Sendable { public init( state: AthenaClientTypes.CalculationExecutionState? = nil - ) - { + ) { self.state = state } } @@ -4437,8 +4272,7 @@ public struct StopQueryExecutionInput: Swift.Sendable { public init( queryExecutionId: Swift.String? = nil - ) - { + ) { self.queryExecutionId = queryExecutionId } } @@ -4459,8 +4293,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [AthenaClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4478,8 +4311,7 @@ public struct TerminateSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -4490,8 +4322,7 @@ public struct TerminateSessionOutput: Swift.Sendable { public init( state: AthenaClientTypes.SessionState? = nil - ) - { + ) { self.state = state } } @@ -4507,8 +4338,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4530,8 +4360,7 @@ public struct UpdateCapacityReservationInput: Swift.Sendable { public init( name: Swift.String? = nil, targetDpus: Swift.Int? = nil - ) - { + ) { self.name = name self.targetDpus = targetDpus } @@ -4567,8 +4396,7 @@ public struct UpdateDataCatalogInput: Swift.Sendable { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, type: AthenaClientTypes.DataCatalogType? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -4599,8 +4427,7 @@ public struct UpdateNamedQueryInput: Swift.Sendable { name: Swift.String? = nil, namedQueryId: Swift.String? = nil, queryString: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.namedQueryId = namedQueryId @@ -4634,8 +4461,7 @@ public struct UpdateNotebookInput: Swift.Sendable { payload: Swift.String? = nil, sessionId: Swift.String? = nil, type: AthenaClientTypes.NotebookType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.notebookId = notebookId self.payload = payload @@ -4663,8 +4489,7 @@ public struct UpdateNotebookMetadataInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, name: Swift.String? = nil, notebookId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.notebookId = notebookId @@ -4694,8 +4519,7 @@ public struct UpdatePreparedStatementInput: Swift.Sendable { queryStatement: Swift.String? = nil, statementName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.description = description self.queryStatement = queryStatement self.statementName = statementName @@ -4738,8 +4562,7 @@ extension AthenaClientTypes { removeEncryptionConfiguration: Swift.Bool? = nil, removeExpectedBucketOwner: Swift.Bool? = nil, removeOutputLocation: Swift.Bool? = nil - ) - { + ) { self.aclConfiguration = aclConfiguration self.encryptionConfiguration = encryptionConfiguration self.expectedBucketOwner = expectedBucketOwner @@ -4797,8 +4620,7 @@ extension AthenaClientTypes { removeCustomerContentEncryptionConfiguration: Swift.Bool? = nil, requesterPaysEnabled: Swift.Bool? = nil, resultConfigurationUpdates: AthenaClientTypes.ResultConfigurationUpdates? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.bytesScannedCutoffPerQuery = bytesScannedCutoffPerQuery self.customerContentEncryptionConfiguration = customerContentEncryptionConfiguration @@ -4832,8 +4654,7 @@ public struct UpdateWorkGroupInput: Swift.Sendable { description: Swift.String? = nil, state: AthenaClientTypes.WorkGroupState? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.configurationUpdates = configurationUpdates self.description = description self.state = state @@ -4864,8 +4685,7 @@ extension AthenaClientTypes { identifier: Swift.String? = nil, name: Swift.String? = nil, remoteSources: [Swift.String]? = nil - ) - { + ) { self.children = children self.identifier = identifier self.name = name @@ -4907,8 +4727,7 @@ extension AthenaClientTypes { stageId: Swift.Int? = nil, state: Swift.String? = nil, subStages: [AthenaClientTypes.QueryStage]? = nil - ) - { + ) { self.executionTime = executionTime self.inputBytes = inputBytes self.inputRows = inputRows @@ -4937,8 +4756,7 @@ extension AthenaClientTypes { outputStage: AthenaClientTypes.QueryStage? = nil, rows: AthenaClientTypes.QueryRuntimeStatisticsRows? = nil, timeline: AthenaClientTypes.QueryRuntimeStatisticsTimeline? = nil - ) - { + ) { self.outputStage = outputStage self.rows = rows self.timeline = timeline @@ -4952,8 +4770,7 @@ public struct GetQueryRuntimeStatisticsOutput: Swift.Sendable { public init( queryRuntimeStatistics: AthenaClientTypes.QueryRuntimeStatistics? = nil - ) - { + ) { self.queryRuntimeStatistics = queryRuntimeStatistics } } diff --git a/Sources/Services/AWSAuditManager/Package.swift.txt b/Sources/Services/AWSAuditManager/Package.swift.txt index 2dec6a555a0..731122358b7 100644 --- a/Sources/Services/AWSAuditManager/Package.swift.txt +++ b/Sources/Services/AWSAuditManager/Package.swift.txt @@ -41,11 +41,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", - package: "smithy-swift" - ), - .product( - name: "SmithyRetriesAPI", + name: "Smithy", package: "smithy-swift" ), .product( @@ -57,7 +53,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/AuditManagerClient.swift b/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/AuditManagerClient.swift index 55c59327604..99b09055e5a 100644 --- a/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/AuditManagerClient.swift +++ b/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/AuditManagerClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AuditManagerClient: ClientRuntime.Client { public static let clientName = "AuditManagerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AuditManagerClient.AuditManagerClientConfiguration let serviceName = "AuditManager" diff --git a/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/Models.swift b/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/Models.swift index f41f8e9245d..06887e05593 100644 --- a/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/Models.swift +++ b/Sources/Services/AWSAuditManager/Sources/AWSAuditManager/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +145,7 @@ extension AuditManagerClientTypes { emailAddress: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress self.id = id self.name = name @@ -175,8 +173,7 @@ extension AuditManagerClientTypes { authorName: Swift.String? = nil, commentBody: Swift.String? = nil, postedDate: Foundation.Date? = nil - ) - { + ) { self.authorName = authorName self.commentBody = commentBody self.postedDate = postedDate @@ -289,8 +286,7 @@ extension AuditManagerClientTypes { name: Swift.String? = nil, response: AuditManagerClientTypes.ControlResponse? = nil, status: AuditManagerClientTypes.ControlStatus? = nil - ) - { + ) { self.assessmentReportEvidenceCount = assessmentReportEvidenceCount self.comments = comments self.description = description @@ -409,8 +405,7 @@ extension AuditManagerClientTypes { roleArn: Swift.String? = nil, roleType: AuditManagerClientTypes.RoleType? = nil, status: AuditManagerClientTypes.DelegationStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentName = assessmentName self.comment = comment @@ -446,8 +441,7 @@ extension AuditManagerClientTypes { public init( roleArn: Swift.String? = nil, roleType: AuditManagerClientTypes.RoleType? = nil - ) - { + ) { self.roleArn = roleArn self.roleType = roleType } @@ -516,8 +510,7 @@ extension AuditManagerClientTypes { roles: [AuditManagerClientTypes.Role]? = nil, status: AuditManagerClientTypes.ControlSetStatus? = nil, systemEvidenceCount: Swift.Int = 0 - ) - { + ) { self.controls = controls self.delegations = delegations self.description = description @@ -553,8 +546,7 @@ extension AuditManagerClientTypes { description: Swift.String? = nil, logo: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.complianceType = complianceType self.description = description self.logo = logo @@ -586,8 +578,7 @@ extension AuditManagerClientTypes { controlSets: [AuditManagerClientTypes.AssessmentControlSet]? = nil, id: Swift.String? = nil, metadata: AuditManagerClientTypes.FrameworkMetadata? = nil - ) - { + ) { self.arn = arn self.controlSets = controlSets self.id = id @@ -640,8 +631,7 @@ extension AuditManagerClientTypes { public init( destination: Swift.String? = nil, destinationType: AuditManagerClientTypes.AssessmentReportDestinationType? = nil - ) - { + ) { self.destination = destination self.destinationType = destinationType } @@ -667,8 +657,7 @@ extension AuditManagerClientTypes { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -687,8 +676,7 @@ extension AuditManagerClientTypes { public init( awsAccounts: [AuditManagerClientTypes.AWSAccount]? = nil, awsServices: [AuditManagerClientTypes.AWSService]? = nil - ) - { + ) { self.awsAccounts = awsAccounts self.awsServices = awsServices } @@ -769,8 +757,7 @@ extension AuditManagerClientTypes { roles: [AuditManagerClientTypes.Role]? = nil, scope: AuditManagerClientTypes.Scope? = nil, status: AuditManagerClientTypes.AssessmentStatus? = nil - ) - { + ) { self.assessmentReportsDestination = assessmentReportsDestination self.complianceType = complianceType self.creationTime = creationTime @@ -812,8 +799,7 @@ extension AuditManagerClientTypes { framework: AuditManagerClientTypes.AssessmentFramework? = nil, metadata: AuditManagerClientTypes.AssessmentMetadata? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.awsAccount = awsAccount self.framework = framework @@ -888,8 +874,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, totalEvidence: Swift.Int = 0 - ) - { + ) { self.assessmentId = assessmentId self.assessmentReportSelectionCount = assessmentReportSelectionCount self.author = author @@ -980,8 +965,7 @@ extension AuditManagerClientTypes { logo: Swift.String? = nil, name: Swift.String? = nil, type: AuditManagerClientTypes.FrameworkType? = nil - ) - { + ) { self.arn = arn self.complianceType = complianceType self.controlSetsCount = controlSetsCount @@ -1100,8 +1084,7 @@ extension AuditManagerClientTypes { sourceAccount: Swift.String? = nil, standardControlsCount: Swift.Int? = nil, status: AuditManagerClientTypes.ShareRequestStatus? = nil - ) - { + ) { self.comment = comment self.complianceType = complianceType self.creationTime = creationTime @@ -1156,8 +1139,7 @@ extension AuditManagerClientTypes { name: Swift.String? = nil, roles: [AuditManagerClientTypes.Role]? = nil, status: AuditManagerClientTypes.AssessmentStatus? = nil - ) - { + ) { self.complianceType = complianceType self.creationTime = creationTime self.delegations = delegations @@ -1240,8 +1222,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: AuditManagerClientTypes.AssessmentReportStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentName = assessmentName self.author = author @@ -1275,8 +1256,7 @@ extension AuditManagerClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, evidenceId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.evidenceId = evidenceId @@ -1314,8 +1294,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: AuditManagerClientTypes.AssessmentReportStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentName = assessmentName self.author = author @@ -1352,8 +1331,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1385,8 +1363,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1407,8 +1384,7 @@ extension AuditManagerClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1475,8 +1451,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [AuditManagerClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: AuditManagerClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -1494,8 +1469,7 @@ public struct AssociateAssessmentReportEvidenceFolderInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.evidenceFolderId = evidenceFolderId } @@ -1521,8 +1495,7 @@ public struct BatchAssociateAssessmentReportEvidenceInput: Swift.Sendable { assessmentId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil, evidenceIds: [Swift.String]? = nil - ) - { + ) { self.assessmentId = assessmentId self.evidenceFolderId = evidenceFolderId self.evidenceIds = evidenceIds @@ -1538,8 +1511,7 @@ public struct BatchAssociateAssessmentReportEvidenceOutput: Swift.Sendable { public init( errors: [AuditManagerClientTypes.AssessmentReportEvidenceError]? = nil, evidenceIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.evidenceIds = evidenceIds } @@ -1563,8 +1535,7 @@ extension AuditManagerClientTypes { controlSetId: Swift.String? = nil, roleArn: Swift.String? = nil, roleType: AuditManagerClientTypes.RoleType? = nil - ) - { + ) { self.comment = comment self.controlSetId = controlSetId self.roleArn = roleArn @@ -1589,8 +1560,7 @@ public struct BatchCreateDelegationByAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, createDelegationRequests: [AuditManagerClientTypes.CreateDelegationRequest]? = nil - ) - { + ) { self.assessmentId = assessmentId self.createDelegationRequests = createDelegationRequests } @@ -1616,8 +1586,7 @@ extension AuditManagerClientTypes { createDelegationRequest: AuditManagerClientTypes.CreateDelegationRequest? = nil, errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.createDelegationRequest = createDelegationRequest self.errorCode = errorCode self.errorMessage = errorMessage @@ -1634,8 +1603,7 @@ public struct BatchCreateDelegationByAssessmentOutput: Swift.Sendable { public init( delegations: [AuditManagerClientTypes.Delegation]? = nil, errors: [AuditManagerClientTypes.BatchCreateDelegationByAssessmentError]? = nil - ) - { + ) { self.delegations = delegations self.errors = errors } @@ -1657,8 +1625,7 @@ public struct BatchDeleteDelegationByAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, delegationIds: [Swift.String]? = nil - ) - { + ) { self.assessmentId = assessmentId self.delegationIds = delegationIds } @@ -1679,8 +1646,7 @@ extension AuditManagerClientTypes { delegationId: Swift.String? = nil, errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.delegationId = delegationId self.errorCode = errorCode self.errorMessage = errorMessage @@ -1694,8 +1660,7 @@ public struct BatchDeleteDelegationByAssessmentOutput: Swift.Sendable { public init( errors: [AuditManagerClientTypes.BatchDeleteDelegationByAssessmentError]? = nil - ) - { + ) { self.errors = errors } } @@ -1720,8 +1685,7 @@ public struct BatchDisassociateAssessmentReportEvidenceInput: Swift.Sendable { assessmentId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil, evidenceIds: [Swift.String]? = nil - ) - { + ) { self.assessmentId = assessmentId self.evidenceFolderId = evidenceFolderId self.evidenceIds = evidenceIds @@ -1737,8 +1701,7 @@ public struct BatchDisassociateAssessmentReportEvidenceOutput: Swift.Sendable { public init( errors: [AuditManagerClientTypes.AssessmentReportEvidenceError]? = nil, evidenceIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.evidenceIds = evidenceIds } @@ -1763,8 +1726,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1784,8 +1746,7 @@ extension AuditManagerClientTypes { evidenceFileName: Swift.String? = nil, s3ResourcePath: Swift.String? = nil, textResponse: Swift.String? = nil - ) - { + ) { self.evidenceFileName = evidenceFileName self.s3ResourcePath = s3ResourcePath self.textResponse = textResponse @@ -1817,8 +1778,7 @@ public struct BatchImportEvidenceToAssessmentControlInput: Swift.Sendable { controlId: Swift.String? = nil, controlSetId: Swift.String? = nil, manualEvidence: [AuditManagerClientTypes.ManualEvidence]? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlId = controlId self.controlSetId = controlSetId @@ -1841,8 +1801,7 @@ extension AuditManagerClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, manualEvidence: AuditManagerClientTypes.ManualEvidence? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.manualEvidence = manualEvidence @@ -1856,8 +1815,7 @@ public struct BatchImportEvidenceToAssessmentControlOutput: Swift.Sendable { public init( errors: [AuditManagerClientTypes.BatchImportEvidenceToAssessmentControlError]? = nil - ) - { + ) { self.errors = errors } } @@ -1881,8 +1839,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1916,8 +1873,7 @@ public struct CreateAssessmentInput: Swift.Sendable { roles: [AuditManagerClientTypes.Role]? = nil, scope: AuditManagerClientTypes.Scope? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assessmentReportsDestination = assessmentReportsDestination self.description = description self.frameworkId = frameworkId @@ -1939,8 +1895,7 @@ public struct CreateAssessmentOutput: Swift.Sendable { public init( assessment: AuditManagerClientTypes.Assessment? = nil - ) - { + ) { self.assessment = assessment } } @@ -1955,8 +1910,7 @@ extension AuditManagerClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1975,8 +1929,7 @@ extension AuditManagerClientTypes { public init( controls: [AuditManagerClientTypes.CreateAssessmentFrameworkControl]? = nil, name: Swift.String? = nil - ) - { + ) { self.controls = controls self.name = name } @@ -2003,8 +1956,7 @@ public struct CreateAssessmentFrameworkInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.complianceType = complianceType self.controlSets = controlSets self.description = description @@ -2156,8 +2108,7 @@ extension AuditManagerClientTypes { public init( keywordInputType: AuditManagerClientTypes.KeywordInputType? = nil, keywordValue: Swift.String? = nil - ) - { + ) { self.keywordInputType = keywordInputType self.keywordValue = keywordValue } @@ -2279,8 +2230,7 @@ extension AuditManagerClientTypes { sourceSetUpOption: AuditManagerClientTypes.SourceSetUpOption? = nil, sourceType: AuditManagerClientTypes.SourceType? = nil, troubleshootingText: Swift.String? = nil - ) - { + ) { self.sourceDescription = sourceDescription self.sourceFrequency = sourceFrequency self.sourceId = sourceId @@ -2413,8 +2363,7 @@ extension AuditManagerClientTypes { tags: [Swift.String: Swift.String]? = nil, testingInformation: Swift.String? = nil, type: AuditManagerClientTypes.ControlType? = nil - ) - { + ) { self.actionPlanInstructions = actionPlanInstructions self.actionPlanTitle = actionPlanTitle self.arn = arn @@ -2455,8 +2404,7 @@ extension AuditManagerClientTypes { controls: [AuditManagerClientTypes.Control]? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.controls = controls self.id = id self.name = name @@ -2512,8 +2460,7 @@ extension AuditManagerClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: AuditManagerClientTypes.FrameworkType? = nil - ) - { + ) { self.arn = arn self.complianceType = complianceType self.controlSets = controlSets @@ -2543,8 +2490,7 @@ public struct CreateAssessmentFrameworkOutput: Swift.Sendable { public init( framework: AuditManagerClientTypes.Framework? = nil - ) - { + ) { self.framework = framework } } @@ -2566,8 +2512,7 @@ public struct CreateAssessmentReportInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, queryStatement: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.description = description self.name = name @@ -2586,8 +2531,7 @@ public struct CreateAssessmentReportOutput: Swift.Sendable { public init( assessmentReport: AuditManagerClientTypes.AssessmentReport? = nil - ) - { + ) { self.assessmentReport = assessmentReport } } @@ -2631,8 +2575,7 @@ extension AuditManagerClientTypes { sourceSetUpOption: AuditManagerClientTypes.SourceSetUpOption? = nil, sourceType: AuditManagerClientTypes.SourceType? = nil, troubleshootingText: Swift.String? = nil - ) - { + ) { self.sourceDescription = sourceDescription self.sourceFrequency = sourceFrequency self.sourceKeyword = sourceKeyword @@ -2675,8 +2618,7 @@ public struct CreateControlInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, testingInformation: Swift.String? = nil - ) - { + ) { self.actionPlanInstructions = actionPlanInstructions self.actionPlanTitle = actionPlanTitle self.controlMappingSources = controlMappingSources @@ -2698,8 +2640,7 @@ public struct CreateControlOutput: Swift.Sendable { public init( control: AuditManagerClientTypes.Control? = nil - ) - { + ) { self.control = control } } @@ -2711,8 +2652,7 @@ public struct DeleteAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId } } @@ -2729,8 +2669,7 @@ public struct DeleteAssessmentFrameworkInput: Swift.Sendable { public init( frameworkId: Swift.String? = nil - ) - { + ) { self.frameworkId = frameworkId } } @@ -2780,8 +2719,7 @@ public struct DeleteAssessmentFrameworkShareInput: Swift.Sendable { public init( requestId: Swift.String? = nil, requestType: AuditManagerClientTypes.ShareRequestType? = nil - ) - { + ) { self.requestId = requestId self.requestType = requestType } @@ -2803,8 +2741,7 @@ public struct DeleteAssessmentReportInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, assessmentReportId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentReportId = assessmentReportId } @@ -2822,8 +2759,7 @@ public struct DeleteControlInput: Swift.Sendable { public init( controlId: Swift.String? = nil - ) - { + ) { self.controlId = controlId } } @@ -2844,8 +2780,7 @@ public struct DeregisterAccountOutput: Swift.Sendable { public init( status: AuditManagerClientTypes.AccountStatus? = nil - ) - { + ) { self.status = status } } @@ -2856,8 +2791,7 @@ public struct DeregisterOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -2878,8 +2812,7 @@ public struct DisassociateAssessmentReportEvidenceFolderInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.evidenceFolderId = evidenceFolderId } @@ -2901,8 +2834,7 @@ public struct GetAccountStatusOutput: Swift.Sendable { public init( status: AuditManagerClientTypes.AccountStatus? = nil - ) - { + ) { self.status = status } } @@ -2914,8 +2846,7 @@ public struct GetAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId } } @@ -2929,8 +2860,7 @@ public struct GetAssessmentOutput: Swift.Sendable { public init( assessment: AuditManagerClientTypes.Assessment? = nil, userRole: AuditManagerClientTypes.Role? = nil - ) - { + ) { self.assessment = assessment self.userRole = userRole } @@ -2943,8 +2873,7 @@ public struct GetAssessmentFrameworkInput: Swift.Sendable { public init( frameworkId: Swift.String? = nil - ) - { + ) { self.frameworkId = frameworkId } } @@ -2955,8 +2884,7 @@ public struct GetAssessmentFrameworkOutput: Swift.Sendable { public init( framework: AuditManagerClientTypes.Framework? = nil - ) - { + ) { self.framework = framework } } @@ -2972,8 +2900,7 @@ public struct GetAssessmentReportUrlInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, assessmentReportId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentReportId = assessmentReportId } @@ -2991,8 +2918,7 @@ extension AuditManagerClientTypes { public init( hyperlinkName: Swift.String? = nil, link: Swift.String? = nil - ) - { + ) { self.hyperlinkName = hyperlinkName self.link = link } @@ -3005,8 +2931,7 @@ public struct GetAssessmentReportUrlOutput: Swift.Sendable { public init( preSignedUrl: AuditManagerClientTypes.URL? = nil - ) - { + ) { self.preSignedUrl = preSignedUrl } } @@ -3030,8 +2955,7 @@ public struct GetChangeLogsInput: Swift.Sendable { controlSetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlId = controlId self.controlSetId = controlSetId @@ -3099,8 +3023,7 @@ extension AuditManagerClientTypes { createdBy: Swift.String? = nil, objectName: Swift.String? = nil, objectType: AuditManagerClientTypes.ObjectTypeEnum? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.createdBy = createdBy @@ -3119,8 +3042,7 @@ public struct GetChangeLogsOutput: Swift.Sendable { public init( changeLogs: [AuditManagerClientTypes.ChangeLog]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.changeLogs = changeLogs self.nextToken = nextToken } @@ -3133,8 +3055,7 @@ public struct GetControlInput: Swift.Sendable { public init( controlId: Swift.String? = nil - ) - { + ) { self.controlId = controlId } } @@ -3145,8 +3066,7 @@ public struct GetControlOutput: Swift.Sendable { public init( control: AuditManagerClientTypes.Control? = nil - ) - { + ) { self.control = control } } @@ -3160,8 +3080,7 @@ public struct GetDelegationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3194,8 +3113,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, roleArn: Swift.String? = nil, status: AuditManagerClientTypes.DelegationStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentName = assessmentName self.controlSetName = controlSetName @@ -3221,8 +3139,7 @@ public struct GetDelegationsOutput: Swift.Sendable { public init( delegations: [AuditManagerClientTypes.DelegationMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.delegations = delegations self.nextToken = nextToken } @@ -3247,8 +3164,7 @@ public struct GetEvidenceInput: Swift.Sendable { controlSetId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil, evidenceId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlSetId = controlSetId self.evidenceFolderId = evidenceFolderId @@ -3277,8 +3193,7 @@ extension AuditManagerClientTypes { arn: Swift.String? = nil, complianceCheck: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.arn = arn self.complianceCheck = complianceCheck self.value = value @@ -3343,8 +3258,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, resourcesIncluded: [AuditManagerClientTypes.Resource]? = nil, time: Foundation.Date? = nil - ) - { + ) { self.assessmentReportSelection = assessmentReportSelection self.attributes = attributes self.awsAccountId = awsAccountId @@ -3370,8 +3284,7 @@ public struct GetEvidenceOutput: Swift.Sendable { public init( evidence: AuditManagerClientTypes.Evidence? = nil - ) - { + ) { self.evidence = evidence } } @@ -3397,8 +3310,7 @@ public struct GetEvidenceByEvidenceFolderInput: Swift.Sendable { evidenceFolderId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlSetId = controlSetId self.evidenceFolderId = evidenceFolderId @@ -3416,8 +3328,7 @@ public struct GetEvidenceByEvidenceFolderOutput: Swift.Sendable { public init( evidence: [AuditManagerClientTypes.Evidence]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evidence = evidence self.nextToken = nextToken } @@ -3430,8 +3341,7 @@ public struct GetEvidenceFileUploadUrlInput: Swift.Sendable { public init( fileName: Swift.String? = nil - ) - { + ) { self.fileName = fileName } } @@ -3450,8 +3360,7 @@ public struct GetEvidenceFileUploadUrlOutput: Swift.Sendable { public init( evidenceFileName: Swift.String? = nil, uploadUrl: Swift.String? = nil - ) - { + ) { self.evidenceFileName = evidenceFileName self.uploadUrl = uploadUrl } @@ -3478,8 +3387,7 @@ public struct GetEvidenceFolderInput: Swift.Sendable { assessmentId: Swift.String? = nil, controlSetId: Swift.String? = nil, evidenceFolderId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlSetId = controlSetId self.evidenceFolderId = evidenceFolderId @@ -3492,8 +3400,7 @@ public struct GetEvidenceFolderOutput: Swift.Sendable { public init( evidenceFolder: AuditManagerClientTypes.AssessmentEvidenceFolder? = nil - ) - { + ) { self.evidenceFolder = evidenceFolder } } @@ -3511,8 +3418,7 @@ public struct GetEvidenceFoldersByAssessmentInput: Swift.Sendable { assessmentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.maxResults = maxResults self.nextToken = nextToken @@ -3528,8 +3434,7 @@ public struct GetEvidenceFoldersByAssessmentOutput: Swift.Sendable { public init( evidenceFolders: [AuditManagerClientTypes.AssessmentEvidenceFolder]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evidenceFolders = evidenceFolders self.nextToken = nextToken } @@ -3556,8 +3461,7 @@ public struct GetEvidenceFoldersByAssessmentControlInput: Swift.Sendable { controlSetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlId = controlId self.controlSetId = controlSetId @@ -3575,8 +3479,7 @@ public struct GetEvidenceFoldersByAssessmentControlOutput: Swift.Sendable { public init( evidenceFolders: [AuditManagerClientTypes.AssessmentEvidenceFolder]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evidenceFolders = evidenceFolders self.nextToken = nextToken } @@ -3618,8 +3521,7 @@ extension AuditManagerClientTypes { lastUpdated: Foundation.Date? = nil, noncompliantEvidenceCount: Swift.Int? = nil, totalAssessmentControlsCount: Swift.Int? = nil - ) - { + ) { self.activeAssessmentsCount = activeAssessmentsCount self.assessmentControlsCountByNoncompliantEvidence = assessmentControlsCountByNoncompliantEvidence self.compliantEvidenceCount = compliantEvidenceCount @@ -3637,8 +3539,7 @@ public struct GetInsightsOutput: Swift.Sendable { public init( insights: AuditManagerClientTypes.Insights? = nil - ) - { + ) { self.insights = insights } } @@ -3650,8 +3551,7 @@ public struct GetInsightsByAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId } } @@ -3684,8 +3584,7 @@ extension AuditManagerClientTypes { lastUpdated: Foundation.Date? = nil, noncompliantEvidenceCount: Swift.Int? = nil, totalAssessmentControlsCount: Swift.Int? = nil - ) - { + ) { self.assessmentControlsCountByNoncompliantEvidence = assessmentControlsCountByNoncompliantEvidence self.compliantEvidenceCount = compliantEvidenceCount self.inconclusiveEvidenceCount = inconclusiveEvidenceCount @@ -3702,8 +3601,7 @@ public struct GetInsightsByAssessmentOutput: Swift.Sendable { public init( insights: AuditManagerClientTypes.InsightsByAssessment? = nil - ) - { + ) { self.insights = insights } } @@ -3722,8 +3620,7 @@ public struct GetOrganizationAdminAccountOutput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId self.organizationId = organizationId } @@ -3752,8 +3649,7 @@ extension AuditManagerClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.category = category self.description = description self.displayName = displayName @@ -3768,8 +3664,7 @@ public struct GetServicesInScopeOutput: Swift.Sendable { public init( serviceMetadata: [AuditManagerClientTypes.ServiceMetadata]? = nil - ) - { + ) { self.serviceMetadata = serviceMetadata } } @@ -3828,8 +3723,7 @@ public struct GetSettingsInput: Swift.Sendable { public init( attribute: AuditManagerClientTypes.SettingAttribute? = nil - ) - { + ) { self.attribute = attribute } } @@ -3872,8 +3766,7 @@ extension AuditManagerClientTypes { public init( destination: Swift.String? = nil, destinationType: AuditManagerClientTypes.ExportDestinationType? = nil - ) - { + ) { self.destination = destination self.destinationType = destinationType } @@ -3922,8 +3815,7 @@ extension AuditManagerClientTypes { public init( deleteResources: AuditManagerClientTypes.DeleteResources? = nil - ) - { + ) { self.deleteResources = deleteResources } } @@ -4028,8 +3920,7 @@ extension AuditManagerClientTypes { enablementStatus: AuditManagerClientTypes.EvidenceFinderEnablementStatus? = nil, error: Swift.String? = nil, eventDataStoreArn: Swift.String? = nil - ) - { + ) { self.backfillStatus = backfillStatus self.enablementStatus = enablementStatus self.error = error @@ -4068,8 +3959,7 @@ extension AuditManagerClientTypes { isAwsOrgEnabled: Swift.Bool? = nil, kmsKey: Swift.String? = nil, snsTopic: Swift.String? = nil - ) - { + ) { self.defaultAssessmentReportsDestination = defaultAssessmentReportsDestination self.defaultExportDestination = defaultExportDestination self.defaultProcessOwners = defaultProcessOwners @@ -4093,8 +3983,7 @@ public struct GetSettingsOutput: Swift.Sendable { public init( settings: AuditManagerClientTypes.Settings? = nil - ) - { + ) { self.settings = settings } } @@ -4116,8 +4005,7 @@ public struct ListAssessmentControlInsightsByControlDomainInput: Swift.Sendable controlDomainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.controlDomainId = controlDomainId self.maxResults = maxResults @@ -4140,8 +4028,7 @@ extension AuditManagerClientTypes { compliantEvidenceCount: Swift.Int? = nil, inconclusiveEvidenceCount: Swift.Int? = nil, noncompliantEvidenceCount: Swift.Int? = nil - ) - { + ) { self.compliantEvidenceCount = compliantEvidenceCount self.inconclusiveEvidenceCount = inconclusiveEvidenceCount self.noncompliantEvidenceCount = noncompliantEvidenceCount @@ -4170,8 +4057,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.controlSetName = controlSetName self.evidenceInsights = evidenceInsights self.id = id @@ -4190,8 +4076,7 @@ public struct ListAssessmentControlInsightsByControlDomainOutput: Swift.Sendable public init( controlInsightsByAssessment: [AuditManagerClientTypes.ControlInsightsMetadataByAssessmentItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlInsightsByAssessment = controlInsightsByAssessment self.nextToken = nextToken } @@ -4210,8 +4095,7 @@ public struct ListAssessmentFrameworksInput: Swift.Sendable { frameworkType: AuditManagerClientTypes.FrameworkType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.frameworkType = frameworkType self.maxResults = maxResults self.nextToken = nextToken @@ -4227,8 +4111,7 @@ public struct ListAssessmentFrameworksOutput: Swift.Sendable { public init( frameworkMetadataList: [AuditManagerClientTypes.AssessmentFrameworkMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.frameworkMetadataList = frameworkMetadataList self.nextToken = nextToken } @@ -4247,8 +4130,7 @@ public struct ListAssessmentFrameworkShareRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, requestType: AuditManagerClientTypes.ShareRequestType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.requestType = requestType @@ -4264,8 +4146,7 @@ public struct ListAssessmentFrameworkShareRequestsOutput: Swift.Sendable { public init( assessmentFrameworkShareRequests: [AuditManagerClientTypes.AssessmentFrameworkShareRequest]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentFrameworkShareRequests = assessmentFrameworkShareRequests self.nextToken = nextToken } @@ -4280,8 +4161,7 @@ public struct ListAssessmentReportsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4296,8 +4176,7 @@ public struct ListAssessmentReportsOutput: Swift.Sendable { public init( assessmentReports: [AuditManagerClientTypes.AssessmentReportMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentReports = assessmentReports self.nextToken = nextToken } @@ -4315,8 +4194,7 @@ public struct ListAssessmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: AuditManagerClientTypes.AssessmentStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -4332,8 +4210,7 @@ public struct ListAssessmentsOutput: Swift.Sendable { public init( assessmentMetadata: [AuditManagerClientTypes.AssessmentMetadataItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentMetadata = assessmentMetadata self.nextToken = nextToken } @@ -4348,8 +4225,7 @@ public struct ListControlDomainInsightsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4379,8 +4255,7 @@ extension AuditManagerClientTypes { lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil, totalControlsCount: Swift.Int? = nil - ) - { + ) { self.controlsCountByNoncompliantEvidence = controlsCountByNoncompliantEvidence self.evidenceInsights = evidenceInsights self.id = id @@ -4400,8 +4275,7 @@ public struct ListControlDomainInsightsOutput: Swift.Sendable { public init( controlDomainInsights: [AuditManagerClientTypes.ControlDomainInsights]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlDomainInsights = controlDomainInsights self.nextToken = nextToken } @@ -4420,8 +4294,7 @@ public struct ListControlDomainInsightsByAssessmentInput: Swift.Sendable { assessmentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.maxResults = maxResults self.nextToken = nextToken @@ -4437,8 +4310,7 @@ public struct ListControlDomainInsightsByAssessmentOutput: Swift.Sendable { public init( controlDomainInsights: [AuditManagerClientTypes.ControlDomainInsights]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlDomainInsights = controlDomainInsights self.nextToken = nextToken } @@ -4457,8 +4329,7 @@ public struct ListControlInsightsByControlDomainInput: Swift.Sendable { controlDomainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlDomainId = controlDomainId self.maxResults = maxResults self.nextToken = nextToken @@ -4483,8 +4354,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.evidenceInsights = evidenceInsights self.id = id self.lastUpdated = lastUpdated @@ -4502,8 +4372,7 @@ public struct ListControlInsightsByControlDomainOutput: Swift.Sendable { public init( controlInsightsMetadata: [AuditManagerClientTypes.ControlInsightsMetadataItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlInsightsMetadata = controlInsightsMetadata self.nextToken = nextToken } @@ -4525,8 +4394,7 @@ public struct ListControlsInput: Swift.Sendable { controlType: AuditManagerClientTypes.ControlType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlCatalogId = controlCatalogId self.controlType = controlType self.maxResults = maxResults @@ -4558,8 +4426,7 @@ extension AuditManagerClientTypes { id: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.controlSources = controlSources self.createdAt = createdAt @@ -4579,8 +4446,7 @@ public struct ListControlsOutput: Swift.Sendable { public init( controlMetadataList: [AuditManagerClientTypes.ControlMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlMetadataList = controlMetadataList self.nextToken = nextToken } @@ -4637,8 +4503,7 @@ public struct ListKeywordsForDataSourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, source: AuditManagerClientTypes.DataSourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.source = source @@ -4654,8 +4519,7 @@ public struct ListKeywordsForDataSourceOutput: Swift.Sendable { public init( keywords: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keywords = keywords self.nextToken = nextToken } @@ -4670,8 +4534,7 @@ public struct ListNotificationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4707,8 +4570,7 @@ extension AuditManagerClientTypes { eventTime: Foundation.Date? = nil, id: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId self.assessmentName = assessmentName self.controlSetId = controlSetId @@ -4735,8 +4597,7 @@ public struct ListNotificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notifications: [AuditManagerClientTypes.Notification]? = nil - ) - { + ) { self.nextToken = nextToken self.notifications = notifications } @@ -4749,8 +4610,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4761,8 +4621,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4776,8 +4635,7 @@ public struct RegisterAccountInput: Swift.Sendable { public init( delegatedAdminAccount: Swift.String? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccount = delegatedAdminAccount self.kmsKey = kmsKey } @@ -4789,8 +4647,7 @@ public struct RegisterAccountOutput: Swift.Sendable { public init( status: AuditManagerClientTypes.AccountStatus? = nil - ) - { + ) { self.status = status } } @@ -4802,8 +4659,7 @@ public struct RegisterOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -4817,8 +4673,7 @@ public struct RegisterOrganizationAdminAccountOutput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId self.organizationId = organizationId } @@ -4842,8 +4697,7 @@ public struct StartAssessmentFrameworkShareInput: Swift.Sendable { destinationAccount: Swift.String? = nil, destinationRegion: Swift.String? = nil, frameworkId: Swift.String? = nil - ) - { + ) { self.comment = comment self.destinationAccount = destinationAccount self.destinationRegion = destinationRegion @@ -4857,8 +4711,7 @@ public struct StartAssessmentFrameworkShareOutput: Swift.Sendable { public init( assessmentFrameworkShareRequest: AuditManagerClientTypes.AssessmentFrameworkShareRequest? = nil - ) - { + ) { self.assessmentFrameworkShareRequest = assessmentFrameworkShareRequest } } @@ -4874,8 +4727,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4897,8 +4749,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4932,8 +4783,7 @@ public struct UpdateAssessmentInput: Swift.Sendable { assessmentReportsDestination: AuditManagerClientTypes.AssessmentReportsDestination? = nil, roles: [AuditManagerClientTypes.Role]? = nil, scope: AuditManagerClientTypes.Scope? = nil - ) - { + ) { self.assessmentDescription = assessmentDescription self.assessmentId = assessmentId self.assessmentName = assessmentName @@ -4954,8 +4804,7 @@ public struct UpdateAssessmentOutput: Swift.Sendable { public init( assessment: AuditManagerClientTypes.Assessment? = nil - ) - { + ) { self.assessment = assessment } } @@ -4981,8 +4830,7 @@ public struct UpdateAssessmentControlInput: Swift.Sendable { controlId: Swift.String? = nil, controlSetId: Swift.String? = nil, controlStatus: AuditManagerClientTypes.ControlStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.commentBody = commentBody self.controlId = controlId @@ -5002,8 +4850,7 @@ public struct UpdateAssessmentControlOutput: Swift.Sendable { public init( control: AuditManagerClientTypes.AssessmentControl? = nil - ) - { + ) { self.control = control } } @@ -5027,8 +4874,7 @@ public struct UpdateAssessmentControlSetStatusInput: Swift.Sendable { comment: Swift.String? = nil, controlSetId: Swift.String? = nil, status: AuditManagerClientTypes.ControlSetStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.comment = comment self.controlSetId = controlSetId @@ -5047,8 +4893,7 @@ public struct UpdateAssessmentControlSetStatusOutput: Swift.Sendable { public init( controlSet: AuditManagerClientTypes.AssessmentControlSet? = nil - ) - { + ) { self.controlSet = controlSet } } @@ -5070,8 +4915,7 @@ extension AuditManagerClientTypes { controls: [AuditManagerClientTypes.CreateAssessmentFrameworkControl]? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.controls = controls self.id = id self.name = name @@ -5100,8 +4944,7 @@ public struct UpdateAssessmentFrameworkInput: Swift.Sendable { description: Swift.String? = nil, frameworkId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.complianceType = complianceType self.controlSets = controlSets self.description = description @@ -5121,8 +4964,7 @@ public struct UpdateAssessmentFrameworkOutput: Swift.Sendable { public init( framework: AuditManagerClientTypes.Framework? = nil - ) - { + ) { self.framework = framework } } @@ -5174,8 +5016,7 @@ public struct UpdateAssessmentFrameworkShareInput: Swift.Sendable { action: AuditManagerClientTypes.ShareRequestAction? = nil, requestId: Swift.String? = nil, requestType: AuditManagerClientTypes.ShareRequestType? = nil - ) - { + ) { self.action = action self.requestId = requestId self.requestType = requestType @@ -5188,8 +5029,7 @@ public struct UpdateAssessmentFrameworkShareOutput: Swift.Sendable { public init( assessmentFrameworkShareRequest: AuditManagerClientTypes.AssessmentFrameworkShareRequest? = nil - ) - { + ) { self.assessmentFrameworkShareRequest = assessmentFrameworkShareRequest } } @@ -5205,8 +5045,7 @@ public struct UpdateAssessmentStatusInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil, status: AuditManagerClientTypes.AssessmentStatus? = nil - ) - { + ) { self.assessmentId = assessmentId self.status = status } @@ -5218,8 +5057,7 @@ public struct UpdateAssessmentStatusOutput: Swift.Sendable { public init( assessment: AuditManagerClientTypes.Assessment? = nil - ) - { + ) { self.assessment = assessment } } @@ -5251,8 +5089,7 @@ public struct UpdateControlInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, testingInformation: Swift.String? = nil - ) - { + ) { self.actionPlanInstructions = actionPlanInstructions self.actionPlanTitle = actionPlanTitle self.controlId = controlId @@ -5274,8 +5111,7 @@ public struct UpdateControlOutput: Swift.Sendable { public init( control: AuditManagerClientTypes.Control? = nil - ) - { + ) { self.control = control } } @@ -5304,8 +5140,7 @@ public struct UpdateSettingsInput: Swift.Sendable { evidenceFinderEnabled: Swift.Bool? = nil, kmsKey: Swift.String? = nil, snsTopic: Swift.String? = nil - ) - { + ) { self.defaultAssessmentReportsDestination = defaultAssessmentReportsDestination self.defaultExportDestination = defaultExportDestination self.defaultProcessOwners = defaultProcessOwners @@ -5327,8 +5162,7 @@ public struct UpdateSettingsOutput: Swift.Sendable { public init( settings: AuditManagerClientTypes.Settings? = nil - ) - { + ) { self.settings = settings } } @@ -5340,8 +5174,7 @@ public struct ValidateAssessmentReportIntegrityInput: Swift.Sendable { public init( s3RelativePath: Swift.String? = nil - ) - { + ) { self.s3RelativePath = s3RelativePath } } @@ -5364,8 +5197,7 @@ public struct ValidateAssessmentReportIntegrityOutput: Swift.Sendable { signatureKeyId: Swift.String? = nil, signatureValid: Swift.Bool? = nil, validationErrors: [Swift.String]? = nil - ) - { + ) { self.signatureAlgorithm = signatureAlgorithm self.signatureDateTime = signatureDateTime self.signatureKeyId = signatureKeyId diff --git a/Sources/Services/AWSAutoScaling/Package.swift.txt b/Sources/Services/AWSAutoScaling/Package.swift.txt index 6bd9c3467df..c2f75c63690 100644 --- a/Sources/Services/AWSAutoScaling/Package.swift.txt +++ b/Sources/Services/AWSAutoScaling/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/AutoScalingClient.swift b/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/AutoScalingClient.swift index 5402c668057..5aaaa4b79bb 100644 --- a/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/AutoScalingClient.swift +++ b/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/AutoScalingClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AutoScalingClient: ClientRuntime.Client { public static let clientName = "AutoScalingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AutoScalingClient.AutoScalingClientConfiguration let serviceName = "Auto Scaling" diff --git a/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/Models.swift b/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/Models.swift index 0b763cd8a32..89c85ab94f0 100644 --- a/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/Models.swift +++ b/Sources/Services/AWSAutoScaling/Sources/AWSAutoScaling/Models.swift @@ -177,8 +177,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -276,8 +275,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -334,8 +332,7 @@ public struct ActiveInstanceRefreshNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -449,8 +446,7 @@ extension AutoScalingClientTypes { startTime: Foundation.Date? = nil, statusCode: AutoScalingClientTypes.ScalingActivityStatusCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.activityId = activityId self.autoScalingGroupARN = autoScalingGroupARN self.autoScalingGroupName = autoScalingGroupName @@ -476,8 +472,7 @@ extension AutoScalingClientTypes { public init( adjustmentType: Swift.String? = nil - ) - { + ) { self.adjustmentType = adjustmentType } } @@ -495,8 +490,7 @@ extension AutoScalingClientTypes { public init( alarmARN: Swift.String? = nil, alarmName: Swift.String? = nil - ) - { + ) { self.alarmARN = alarmARN self.alarmName = alarmName } @@ -512,8 +506,7 @@ extension AutoScalingClientTypes { public init( alarms: [Swift.String]? = nil - ) - { + ) { self.alarms = alarms } } @@ -538,8 +531,7 @@ public struct AlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -563,8 +555,7 @@ public struct ResourceContentionFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -587,8 +578,7 @@ public struct ServiceLinkedRoleFailure: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -603,8 +593,7 @@ public struct AttachInstancesInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceIds = instanceIds } @@ -621,8 +610,7 @@ public struct AttachLoadBalancersInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, loadBalancerNames: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.loadBalancerNames = loadBalancerNames } @@ -644,8 +632,7 @@ public struct AttachLoadBalancerTargetGroupsInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, targetGroupARNs: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.targetGroupARNs = targetGroupARNs } @@ -687,8 +674,7 @@ extension AutoScalingClientTypes { public init( identifier: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.type = type } @@ -709,8 +695,7 @@ public struct AttachTrafficSourcesInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, skipZonalShiftValidation: Swift.Bool? = nil, trafficSources: [AutoScalingClientTypes.TrafficSourceIdentifier]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.skipZonalShiftValidation = skipZonalShiftValidation self.trafficSources = trafficSources @@ -733,8 +718,7 @@ public struct BatchDeleteScheduledActionInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, scheduledActionNames: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.scheduledActionNames = scheduledActionNames } @@ -756,8 +740,7 @@ extension AutoScalingClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, scheduledActionName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.scheduledActionName = scheduledActionName @@ -771,8 +754,7 @@ public struct BatchDeleteScheduledActionOutput: Swift.Sendable { public init( failedScheduledActions: [AutoScalingClientTypes.FailedScheduledUpdateGroupActionRequest]? = nil - ) - { + ) { self.failedScheduledActions = failedScheduledActions } } @@ -796,8 +778,7 @@ public struct LimitExceededFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -833,8 +814,7 @@ extension AutoScalingClientTypes { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.desiredCapacity = desiredCapacity self.endTime = endTime self.maxSize = maxSize @@ -858,8 +838,7 @@ public struct BatchPutScheduledUpdateGroupActionInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, scheduledUpdateGroupActions: [AutoScalingClientTypes.ScheduledUpdateGroupActionRequest]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.scheduledUpdateGroupActions = scheduledUpdateGroupActions } @@ -871,8 +850,7 @@ public struct BatchPutScheduledUpdateGroupActionOutput: Swift.Sendable { public init( failedScheduledUpdateGroupActions: [AutoScalingClientTypes.FailedScheduledUpdateGroupActionRequest]? = nil - ) - { + ) { self.failedScheduledUpdateGroupActions = failedScheduledUpdateGroupActions } } @@ -884,8 +862,7 @@ public struct CancelInstanceRefreshInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName } } @@ -896,8 +873,7 @@ public struct CancelInstanceRefreshOutput: Swift.Sendable { public init( instanceRefreshId: Swift.String? = nil - ) - { + ) { self.instanceRefreshId = instanceRefreshId } } @@ -923,8 +899,7 @@ public struct CompleteLifecycleActionInput: Swift.Sendable { lifecycleActionResult: Swift.String? = nil, lifecycleActionToken: Swift.String? = nil, lifecycleHookName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceId = instanceId self.lifecycleActionResult = lifecycleActionResult @@ -980,8 +955,7 @@ extension AutoScalingClientTypes { public init( capacityDistributionStrategy: AutoScalingClientTypes.CapacityDistributionStrategy? = nil - ) - { + ) { self.capacityDistributionStrategy = capacityDistributionStrategy } } @@ -1028,8 +1002,7 @@ extension AutoScalingClientTypes { public init( impairedZoneHealthCheckBehavior: AutoScalingClientTypes.ImpairedZoneHealthCheckBehavior? = nil, zonalShiftEnabled: Swift.Bool? = nil - ) - { + ) { self.impairedZoneHealthCheckBehavior = impairedZoneHealthCheckBehavior self.zonalShiftEnabled = zonalShiftEnabled } @@ -1083,8 +1056,7 @@ extension AutoScalingClientTypes { public init( capacityReservationIds: [Swift.String]? = nil, capacityReservationResourceGroupArns: [Swift.String]? = nil - ) - { + ) { self.capacityReservationIds = capacityReservationIds self.capacityReservationResourceGroupArns = capacityReservationResourceGroupArns } @@ -1111,8 +1083,7 @@ extension AutoScalingClientTypes { public init( capacityReservationPreference: AutoScalingClientTypes.CapacityReservationPreference? = nil, capacityReservationTarget: AutoScalingClientTypes.CapacityReservationTarget? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -1131,8 +1102,7 @@ extension AutoScalingClientTypes { public init( maxHealthyPercentage: Swift.Int? = nil, minHealthyPercentage: Swift.Int? = nil - ) - { + ) { self.maxHealthyPercentage = maxHealthyPercentage self.minHealthyPercentage = minHealthyPercentage } @@ -1154,8 +1124,7 @@ extension AutoScalingClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -1196,8 +1165,7 @@ extension AutoScalingClientTypes { notificationMetadata: Swift.String? = nil, notificationTargetARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.defaultResult = defaultResult self.heartbeatTimeout = heartbeatTimeout self.lifecycleHookName = lifecycleHookName @@ -1233,8 +1201,7 @@ extension AutoScalingClientTypes { spotAllocationStrategy: Swift.String? = nil, spotInstancePools: Swift.Int? = nil, spotMaxPrice: Swift.String? = nil - ) - { + ) { self.onDemandAllocationStrategy = onDemandAllocationStrategy self.onDemandBaseCapacity = onDemandBaseCapacity self.onDemandPercentageAboveBaseCapacity = onDemandPercentageAboveBaseCapacity @@ -1289,8 +1256,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -1325,8 +1291,7 @@ extension AutoScalingClientTypes { public init( instanceFamily: Swift.String? = nil - ) - { + ) { self.instanceFamily = instanceFamily } } @@ -1341,8 +1306,7 @@ extension AutoScalingClientTypes { public init( references: [AutoScalingClientTypes.PerformanceFactorReferenceRequest]? = nil - ) - { + ) { self.references = references } } @@ -1357,8 +1321,7 @@ extension AutoScalingClientTypes { public init( cpu: AutoScalingClientTypes.CpuPerformanceFactorRequest? = nil - ) - { + ) { self.cpu = cpu } } @@ -1530,8 +1493,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -1551,8 +1513,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -1571,8 +1532,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -1591,8 +1551,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -1611,8 +1570,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -1632,8 +1590,7 @@ extension AutoScalingClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -1790,8 +1747,7 @@ extension AutoScalingClientTypes { spotMaxPricePercentageOverLowestPrice: Swift.Int? = nil, totalLocalStorageGB: AutoScalingClientTypes.TotalLocalStorageGBRequest? = nil, vCpuCount: AutoScalingClientTypes.VCpuCountRequest? = nil - ) - { + ) { self.acceleratorCount = acceleratorCount self.acceleratorManufacturers = acceleratorManufacturers self.acceleratorNames = acceleratorNames @@ -1846,8 +1802,7 @@ extension AutoScalingClientTypes { instanceType: Swift.String? = nil, launchTemplateSpecification: AutoScalingClientTypes.LaunchTemplateSpecification? = nil, weightedCapacity: Swift.String? = nil - ) - { + ) { self.instanceRequirements = instanceRequirements self.instanceType = instanceType self.launchTemplateSpecification = launchTemplateSpecification @@ -1868,8 +1823,7 @@ extension AutoScalingClientTypes { public init( launchTemplateSpecification: AutoScalingClientTypes.LaunchTemplateSpecification? = nil, overrides: [AutoScalingClientTypes.LaunchTemplateOverrides]? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -1888,8 +1842,7 @@ extension AutoScalingClientTypes { public init( instancesDistribution: AutoScalingClientTypes.InstancesDistribution? = nil, launchTemplate: AutoScalingClientTypes.LaunchTemplate? = nil - ) - { + ) { self.instancesDistribution = instancesDistribution self.launchTemplate = launchTemplate } @@ -1918,8 +1871,7 @@ extension AutoScalingClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.propagateAtLaunch = propagateAtLaunch self.resourceId = resourceId @@ -2031,8 +1983,7 @@ public struct CreateAutoScalingGroupInput: Swift.Sendable { terminationPolicies: [Swift.String]? = nil, trafficSources: [AutoScalingClientTypes.TrafficSourceIdentifier]? = nil, vpcZoneIdentifier: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.availabilityZoneDistribution = availabilityZoneDistribution self.availabilityZoneImpairmentPolicy = availabilityZoneImpairmentPolicy @@ -2113,8 +2064,7 @@ extension AutoScalingClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -2145,8 +2095,7 @@ extension AutoScalingClientTypes { ebs: AutoScalingClientTypes.Ebs? = nil, noDevice: Swift.Bool? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -2164,8 +2113,7 @@ extension AutoScalingClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2244,8 +2192,7 @@ extension AutoScalingClientTypes { httpEndpoint: AutoScalingClientTypes.InstanceMetadataEndpointState? = nil, httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: AutoScalingClientTypes.InstanceMetadataHttpTokensState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpPutResponseHopLimit = httpPutResponseHopLimit self.httpTokens = httpTokens @@ -2314,8 +2261,7 @@ public struct CreateLaunchConfigurationInput: Swift.Sendable { securityGroups: [Swift.String]? = nil, spotPrice: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.blockDeviceMappings = blockDeviceMappings self.classicLinkVPCId = classicLinkVPCId @@ -2357,8 +2303,7 @@ public struct ResourceInUseFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2370,8 +2315,7 @@ public struct CreateOrUpdateTagsInput: Swift.Sendable { public init( tags: [AutoScalingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2395,8 +2339,7 @@ public struct ScalingActivityInProgressFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2411,8 +2354,7 @@ public struct DeleteAutoScalingGroupInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, forceDelete: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.forceDelete = forceDelete } @@ -2425,8 +2367,7 @@ public struct DeleteLaunchConfigurationInput: Swift.Sendable { public init( launchConfigurationName: Swift.String? = nil - ) - { + ) { self.launchConfigurationName = launchConfigurationName } } @@ -2442,8 +2383,7 @@ public struct DeleteLifecycleHookInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, lifecycleHookName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.lifecycleHookName = lifecycleHookName } @@ -2465,8 +2405,7 @@ public struct DeleteNotificationConfigurationInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, topicARN: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.topicARN = topicARN } @@ -2482,8 +2421,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.policyName = policyName } @@ -2500,8 +2438,7 @@ public struct DeleteScheduledActionInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, scheduledActionName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.scheduledActionName = scheduledActionName } @@ -2514,8 +2451,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( tags: [AutoScalingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2530,8 +2466,7 @@ public struct DeleteWarmPoolInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, forceDelete: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.forceDelete = forceDelete } @@ -2557,8 +2492,7 @@ public struct DescribeAccountLimitsOutput: Swift.Sendable { maxNumberOfLaunchConfigurations: Swift.Int? = nil, numberOfAutoScalingGroups: Swift.Int? = nil, numberOfLaunchConfigurations: Swift.Int? = nil - ) - { + ) { self.maxNumberOfAutoScalingGroups = maxNumberOfAutoScalingGroups self.maxNumberOfLaunchConfigurations = maxNumberOfLaunchConfigurations self.numberOfAutoScalingGroups = numberOfAutoScalingGroups @@ -2572,8 +2506,7 @@ public struct DescribeAdjustmentTypesOutput: Swift.Sendable { public init( adjustmentTypes: [AutoScalingClientTypes.AdjustmentType]? = nil - ) - { + ) { self.adjustmentTypes = adjustmentTypes } } @@ -2597,8 +2530,7 @@ public struct InvalidNextToken: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2632,8 +2564,7 @@ extension AutoScalingClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2655,8 +2586,7 @@ public struct DescribeAutoScalingGroupsInput: Swift.Sendable { filters: [AutoScalingClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupNames = autoScalingGroupNames self.filters = filters self.maxRecords = maxRecords @@ -2719,8 +2649,7 @@ extension AutoScalingClientTypes { public init( granularity: Swift.String? = nil, metric: Swift.String? = nil - ) - { + ) { self.granularity = granularity self.metric = metric } @@ -2857,8 +2786,7 @@ extension AutoScalingClientTypes { lifecycleState: AutoScalingClientTypes.LifecycleState? = nil, protectedFromScaleIn: Swift.Bool? = nil, weightedCapacity: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.healthStatus = healthStatus self.instanceId = instanceId @@ -2884,8 +2812,7 @@ extension AutoScalingClientTypes { public init( processName: Swift.String? = nil, suspensionReason: Swift.String? = nil - ) - { + ) { self.processName = processName self.suspensionReason = suspensionReason } @@ -2913,8 +2840,7 @@ extension AutoScalingClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.propagateAtLaunch = propagateAtLaunch self.resourceId = resourceId @@ -2933,8 +2859,7 @@ extension AutoScalingClientTypes { public init( reuseOnScaleIn: Swift.Bool? = nil - ) - { + ) { self.reuseOnScaleIn = reuseOnScaleIn } } @@ -3019,8 +2944,7 @@ extension AutoScalingClientTypes { minSize: Swift.Int? = nil, poolState: AutoScalingClientTypes.WarmPoolState? = nil, status: AutoScalingClientTypes.WarmPoolStatus? = nil - ) - { + ) { self.instanceReusePolicy = instanceReusePolicy self.maxGroupPreparedCapacity = maxGroupPreparedCapacity self.minSize = minSize @@ -3158,8 +3082,7 @@ extension AutoScalingClientTypes { vpcZoneIdentifier: Swift.String? = nil, warmPoolConfiguration: AutoScalingClientTypes.WarmPoolConfiguration? = nil, warmPoolSize: Swift.Int? = nil - ) - { + ) { self.autoScalingGroupARN = autoScalingGroupARN self.autoScalingGroupName = autoScalingGroupName self.availabilityZoneDistribution = availabilityZoneDistribution @@ -3212,8 +3135,7 @@ public struct DescribeAutoScalingGroupsOutput: Swift.Sendable { public init( autoScalingGroups: [AutoScalingClientTypes.AutoScalingGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroups = autoScalingGroups self.nextToken = nextToken } @@ -3231,8 +3153,7 @@ public struct DescribeAutoScalingInstancesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceIds = instanceIds self.maxRecords = maxRecords self.nextToken = nextToken @@ -3281,8 +3202,7 @@ extension AutoScalingClientTypes { lifecycleState: Swift.String? = nil, protectedFromScaleIn: Swift.Bool? = nil, weightedCapacity: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.availabilityZone = availabilityZone self.healthStatus = healthStatus @@ -3306,8 +3226,7 @@ public struct DescribeAutoScalingInstancesOutput: Swift.Sendable { public init( autoScalingInstances: [AutoScalingClientTypes.AutoScalingInstanceDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingInstances = autoScalingInstances self.nextToken = nextToken } @@ -3319,8 +3238,7 @@ public struct DescribeAutoScalingNotificationTypesOutput: Swift.Sendable { public init( autoScalingNotificationTypes: [Swift.String]? = nil - ) - { + ) { self.autoScalingNotificationTypes = autoScalingNotificationTypes } } @@ -3341,8 +3259,7 @@ public struct DescribeInstanceRefreshesInput: Swift.Sendable { instanceRefreshIds: [Swift.String]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceRefreshIds = instanceRefreshIds self.maxRecords = maxRecords @@ -3362,8 +3279,7 @@ extension AutoScalingClientTypes { public init( launchTemplate: AutoScalingClientTypes.LaunchTemplateSpecification? = nil, mixedInstancesPolicy: AutoScalingClientTypes.MixedInstancesPolicy? = nil - ) - { + ) { self.launchTemplate = launchTemplate self.mixedInstancesPolicy = mixedInstancesPolicy } @@ -3482,8 +3398,7 @@ extension AutoScalingClientTypes { scaleInProtectedInstances: AutoScalingClientTypes.ScaleInProtectedInstances? = nil, skipMatching: Swift.Bool? = nil, standbyInstances: AutoScalingClientTypes.StandbyInstances? = nil - ) - { + ) { self.alarmSpecification = alarmSpecification self.autoRollback = autoRollback self.bakeTime = bakeTime @@ -3511,8 +3426,7 @@ extension AutoScalingClientTypes { public init( instancesToUpdate: Swift.Int? = nil, percentageComplete: Swift.Int? = nil - ) - { + ) { self.instancesToUpdate = instancesToUpdate self.percentageComplete = percentageComplete } @@ -3531,8 +3445,7 @@ extension AutoScalingClientTypes { public init( instancesToUpdate: Swift.Int? = nil, percentageComplete: Swift.Int? = nil - ) - { + ) { self.instancesToUpdate = instancesToUpdate self.percentageComplete = percentageComplete } @@ -3551,8 +3464,7 @@ extension AutoScalingClientTypes { public init( livePoolProgress: AutoScalingClientTypes.InstanceRefreshLivePoolProgress? = nil, warmPoolProgress: AutoScalingClientTypes.InstanceRefreshWarmPoolProgress? = nil - ) - { + ) { self.livePoolProgress = livePoolProgress self.warmPoolProgress = warmPoolProgress } @@ -3580,8 +3492,7 @@ extension AutoScalingClientTypes { progressDetailsOnRollback: AutoScalingClientTypes.InstanceRefreshProgressDetails? = nil, rollbackReason: Swift.String? = nil, rollbackStartTime: Foundation.Date? = nil - ) - { + ) { self.instancesToUpdateOnRollback = instancesToUpdateOnRollback self.percentageCompleteOnRollback = percentageCompleteOnRollback self.progressDetailsOnRollback = progressDetailsOnRollback @@ -3706,8 +3617,7 @@ extension AutoScalingClientTypes { startTime: Foundation.Date? = nil, status: AutoScalingClientTypes.InstanceRefreshStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.desiredConfiguration = desiredConfiguration self.endTime = endTime @@ -3733,8 +3643,7 @@ public struct DescribeInstanceRefreshesOutput: Swift.Sendable { public init( instanceRefreshes: [AutoScalingClientTypes.InstanceRefresh]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceRefreshes = instanceRefreshes self.nextToken = nextToken } @@ -3752,8 +3661,7 @@ public struct DescribeLaunchConfigurationsInput: Swift.Sendable { launchConfigurationNames: [Swift.String]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchConfigurationNames = launchConfigurationNames self.maxRecords = maxRecords self.nextToken = nextToken @@ -3830,8 +3738,7 @@ extension AutoScalingClientTypes { securityGroups: [Swift.String]? = nil, spotPrice: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.blockDeviceMappings = blockDeviceMappings self.classicLinkVPCId = classicLinkVPCId @@ -3866,8 +3773,7 @@ public struct DescribeLaunchConfigurationsOutput: Swift.Sendable { public init( launchConfigurations: [AutoScalingClientTypes.LaunchConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchConfigurations = launchConfigurations self.nextToken = nextToken } @@ -3883,8 +3789,7 @@ public struct DescribeLifecycleHooksInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, lifecycleHookNames: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.lifecycleHookNames = lifecycleHookNames } @@ -3923,8 +3828,7 @@ extension AutoScalingClientTypes { notificationMetadata: Swift.String? = nil, notificationTargetARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.defaultResult = defaultResult self.globalTimeout = globalTimeout @@ -3944,8 +3848,7 @@ public struct DescribeLifecycleHooksOutput: Swift.Sendable { public init( lifecycleHooks: [AutoScalingClientTypes.LifecycleHook]? = nil - ) - { + ) { self.lifecycleHooks = lifecycleHooks } } @@ -3956,8 +3859,7 @@ public struct DescribeLifecycleHookTypesOutput: Swift.Sendable { public init( lifecycleHookTypes: [Swift.String]? = nil - ) - { + ) { self.lifecycleHookTypes = lifecycleHookTypes } } @@ -3975,8 +3877,7 @@ public struct DescribeLoadBalancersInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.maxRecords = maxRecords self.nextToken = nextToken @@ -4005,8 +3906,7 @@ extension AutoScalingClientTypes { public init( loadBalancerName: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.state = state } @@ -4022,8 +3922,7 @@ public struct DescribeLoadBalancersOutput: Swift.Sendable { public init( loadBalancers: [AutoScalingClientTypes.LoadBalancerState]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loadBalancers = loadBalancers self.nextToken = nextToken } @@ -4042,8 +3941,7 @@ public struct DescribeLoadBalancerTargetGroupsInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.maxRecords = maxRecords self.nextToken = nextToken @@ -4072,8 +3970,7 @@ extension AutoScalingClientTypes { public init( loadBalancerTargetGroupARN: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.loadBalancerTargetGroupARN = loadBalancerTargetGroupARN self.state = state } @@ -4089,8 +3986,7 @@ public struct DescribeLoadBalancerTargetGroupsOutput: Swift.Sendable { public init( loadBalancerTargetGroups: [AutoScalingClientTypes.LoadBalancerTargetGroupState]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loadBalancerTargetGroups = loadBalancerTargetGroups self.nextToken = nextToken } @@ -4105,8 +4001,7 @@ extension AutoScalingClientTypes { public init( granularity: Swift.String? = nil - ) - { + ) { self.granularity = granularity } } @@ -4161,8 +4056,7 @@ extension AutoScalingClientTypes { public init( metric: Swift.String? = nil - ) - { + ) { self.metric = metric } } @@ -4177,8 +4071,7 @@ public struct DescribeMetricCollectionTypesOutput: Swift.Sendable { public init( granularities: [AutoScalingClientTypes.MetricGranularityType]? = nil, metrics: [AutoScalingClientTypes.MetricCollectionType]? = nil - ) - { + ) { self.granularities = granularities self.metrics = metrics } @@ -4196,8 +4089,7 @@ public struct DescribeNotificationConfigurationsInput: Swift.Sendable { autoScalingGroupNames: [Swift.String]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupNames = autoScalingGroupNames self.maxRecords = maxRecords self.nextToken = nextToken @@ -4229,8 +4121,7 @@ extension AutoScalingClientTypes { autoScalingGroupName: Swift.String? = nil, notificationType: Swift.String? = nil, topicARN: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.notificationType = notificationType self.topicARN = topicARN @@ -4248,8 +4139,7 @@ public struct DescribeNotificationConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationConfigurations: [AutoScalingClientTypes.NotificationConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationConfigurations = notificationConfigurations } @@ -4273,8 +4163,7 @@ public struct DescribePoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, policyNames: [Swift.String]? = nil, policyTypes: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.maxRecords = maxRecords self.nextToken = nextToken @@ -4326,8 +4215,7 @@ extension AutoScalingClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4351,8 +4239,7 @@ extension AutoScalingClientTypes { dimensions: [AutoScalingClientTypes.MetricDimension]? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -4377,8 +4264,7 @@ extension AutoScalingClientTypes { metric: AutoScalingClientTypes.Metric? = nil, stat: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.metric = metric self.stat = stat self.unit = unit @@ -4408,8 +4294,7 @@ extension AutoScalingClientTypes { label: Swift.String? = nil, metricStat: AutoScalingClientTypes.MetricStat? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.expression = expression self.id = id self.label = label @@ -4429,8 +4314,7 @@ extension AutoScalingClientTypes { public init( metricDataQueries: [AutoScalingClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.metricDataQueries = metricDataQueries } } @@ -4446,8 +4330,7 @@ extension AutoScalingClientTypes { public init( metricDataQueries: [AutoScalingClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.metricDataQueries = metricDataQueries } } @@ -4463,8 +4346,7 @@ extension AutoScalingClientTypes { public init( metricDataQueries: [AutoScalingClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.metricDataQueries = metricDataQueries } } @@ -4525,8 +4407,7 @@ extension AutoScalingClientTypes { public init( predefinedMetricType: AutoScalingClientTypes.PredefinedLoadMetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -4588,8 +4469,7 @@ extension AutoScalingClientTypes { public init( predefinedMetricType: AutoScalingClientTypes.PredefinedMetricPairType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -4651,8 +4531,7 @@ extension AutoScalingClientTypes { public init( predefinedMetricType: AutoScalingClientTypes.PredefinedScalingMetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -4700,8 +4579,7 @@ extension AutoScalingClientTypes { predefinedMetricPairSpecification: AutoScalingClientTypes.PredictiveScalingPredefinedMetricPair? = nil, predefinedScalingMetricSpecification: AutoScalingClientTypes.PredictiveScalingPredefinedScalingMetric? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.customizedCapacityMetricSpecification = customizedCapacityMetricSpecification self.customizedLoadMetricSpecification = customizedLoadMetricSpecification self.customizedScalingMetricSpecification = customizedScalingMetricSpecification @@ -4771,8 +4649,7 @@ extension AutoScalingClientTypes { metricSpecifications: [AutoScalingClientTypes.PredictiveScalingMetricSpecification]? = nil, mode: AutoScalingClientTypes.PredictiveScalingMode? = nil, schedulingBufferTime: Swift.Int? = nil - ) - { + ) { self.maxCapacityBreachBehavior = maxCapacityBreachBehavior self.maxCapacityBuffer = maxCapacityBuffer self.metricSpecifications = metricSpecifications @@ -4816,8 +4693,7 @@ extension AutoScalingClientTypes { metricIntervalLowerBound: Swift.Double? = nil, metricIntervalUpperBound: Swift.Double? = nil, scalingAdjustment: Swift.Int? = nil - ) - { + ) { self.metricIntervalLowerBound = metricIntervalLowerBound self.metricIntervalUpperBound = metricIntervalUpperBound self.scalingAdjustment = scalingAdjustment @@ -4845,8 +4721,7 @@ extension AutoScalingClientTypes { period: Swift.Int? = nil, stat: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.metric = metric self.period = period self.stat = stat @@ -4880,8 +4755,7 @@ extension AutoScalingClientTypes { metricStat: AutoScalingClientTypes.TargetTrackingMetricStat? = nil, period: Swift.Int? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.expression = expression self.id = id self.label = label @@ -4964,8 +4838,7 @@ extension AutoScalingClientTypes { period: Swift.Int? = nil, statistic: AutoScalingClientTypes.MetricStatistic? = nil, unit: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.metrics = metrics @@ -5040,8 +4913,7 @@ extension AutoScalingClientTypes { public init( predefinedMetricType: AutoScalingClientTypes.MetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType self.resourceLabel = resourceLabel } @@ -5067,8 +4939,7 @@ extension AutoScalingClientTypes { disableScaleIn: Swift.Bool? = nil, predefinedMetricSpecification: AutoScalingClientTypes.PredefinedMetricSpecification? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.customizedMetricSpecification = customizedMetricSpecification self.disableScaleIn = disableScaleIn self.predefinedMetricSpecification = predefinedMetricSpecification @@ -5143,8 +5014,7 @@ extension AutoScalingClientTypes { scalingAdjustment: Swift.Int? = nil, stepAdjustments: [AutoScalingClientTypes.StepAdjustment]? = nil, targetTrackingConfiguration: AutoScalingClientTypes.TargetTrackingConfiguration? = nil - ) - { + ) { self.adjustmentType = adjustmentType self.alarms = alarms self.autoScalingGroupName = autoScalingGroupName @@ -5174,8 +5044,7 @@ public struct DescribePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingPolicies: [AutoScalingClientTypes.ScalingPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingPolicies = scalingPolicies } @@ -5199,8 +5068,7 @@ public struct DescribeScalingActivitiesInput: Swift.Sendable { includeDeletedGroups: Swift.Bool? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activityIds = activityIds self.autoScalingGroupName = autoScalingGroupName self.includeDeletedGroups = includeDeletedGroups @@ -5219,8 +5087,7 @@ public struct DescribeScalingActivitiesOutput: Swift.Sendable { public init( activities: [AutoScalingClientTypes.Activity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activities = activities self.nextToken = nextToken } @@ -5254,8 +5121,7 @@ extension AutoScalingClientTypes { public init( processName: Swift.String? = nil - ) - { + ) { self.processName = processName } } @@ -5267,8 +5133,7 @@ public struct DescribeScalingProcessTypesOutput: Swift.Sendable { public init( processes: [AutoScalingClientTypes.ProcessType]? = nil - ) - { + ) { self.processes = processes } } @@ -5294,8 +5159,7 @@ public struct DescribeScheduledActionsInput: Swift.Sendable { nextToken: Swift.String? = nil, scheduledActionNames: [Swift.String]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.endTime = endTime self.maxRecords = maxRecords @@ -5344,8 +5208,7 @@ extension AutoScalingClientTypes { startTime: Foundation.Date? = nil, time: Foundation.Date? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.desiredCapacity = desiredCapacity self.endTime = endTime @@ -5370,8 +5233,7 @@ public struct DescribeScheduledActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledUpdateGroupActions: [AutoScalingClientTypes.ScheduledUpdateGroupAction]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledUpdateGroupActions = scheduledUpdateGroupActions } @@ -5389,8 +5251,7 @@ public struct DescribeTagsInput: Swift.Sendable { filters: [AutoScalingClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -5406,8 +5267,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [AutoScalingClientTypes.TagDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -5419,8 +5279,7 @@ public struct DescribeTerminationPolicyTypesOutput: Swift.Sendable { public init( terminationPolicyTypes: [Swift.String]? = nil - ) - { + ) { self.terminationPolicyTypes = terminationPolicyTypes } } @@ -5447,8 +5306,7 @@ public struct DescribeTrafficSourcesInput: Swift.Sendable { maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil, trafficSourceType: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.maxRecords = maxRecords self.nextToken = nextToken @@ -5494,8 +5352,7 @@ extension AutoScalingClientTypes { state: Swift.String? = nil, trafficSource: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.state = state self.trafficSource = trafficSource @@ -5513,8 +5370,7 @@ public struct DescribeTrafficSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficSources: [AutoScalingClientTypes.TrafficSourceState]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficSources = trafficSources } @@ -5533,8 +5389,7 @@ public struct DescribeWarmPoolInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.maxRecords = maxRecords self.nextToken = nextToken @@ -5553,8 +5408,7 @@ public struct DescribeWarmPoolOutput: Swift.Sendable { instances: [AutoScalingClientTypes.Instance]? = nil, nextToken: Swift.String? = nil, warmPoolConfiguration: AutoScalingClientTypes.WarmPoolConfiguration? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken self.warmPoolConfiguration = warmPoolConfiguration @@ -5575,8 +5429,7 @@ public struct DetachInstancesInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, instanceIds: [Swift.String]? = nil, shouldDecrementDesiredCapacity: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceIds = instanceIds self.shouldDecrementDesiredCapacity = shouldDecrementDesiredCapacity @@ -5589,8 +5442,7 @@ public struct DetachInstancesOutput: Swift.Sendable { public init( activities: [AutoScalingClientTypes.Activity]? = nil - ) - { + ) { self.activities = activities } } @@ -5606,8 +5458,7 @@ public struct DetachLoadBalancersInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, loadBalancerNames: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.loadBalancerNames = loadBalancerNames } @@ -5629,8 +5480,7 @@ public struct DetachLoadBalancerTargetGroupsInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, targetGroupARNs: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.targetGroupARNs = targetGroupARNs } @@ -5652,8 +5502,7 @@ public struct DetachTrafficSourcesInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, trafficSources: [AutoScalingClientTypes.TrafficSourceIdentifier]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.trafficSources = trafficSources } @@ -5717,8 +5566,7 @@ public struct DisableMetricsCollectionInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, metrics: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.metrics = metrics } @@ -5781,8 +5629,7 @@ public struct EnableMetricsCollectionInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, granularity: Swift.String? = nil, metrics: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.granularity = granularity self.metrics = metrics @@ -5803,8 +5650,7 @@ public struct EnterStandbyInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, instanceIds: [Swift.String]? = nil, shouldDecrementDesiredCapacity: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceIds = instanceIds self.shouldDecrementDesiredCapacity = shouldDecrementDesiredCapacity @@ -5817,8 +5663,7 @@ public struct EnterStandbyOutput: Swift.Sendable { public init( activities: [AutoScalingClientTypes.Activity]? = nil - ) - { + ) { self.activities = activities } } @@ -5842,8 +5687,7 @@ public struct ExecutePolicyInput: Swift.Sendable { honorCooldown: Swift.Bool? = nil, metricValue: Swift.Double? = nil, policyName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.breachThreshold = breachThreshold self.honorCooldown = honorCooldown @@ -5862,8 +5706,7 @@ public struct ExitStandbyInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceIds = instanceIds } @@ -5875,8 +5718,7 @@ public struct ExitStandbyOutput: Swift.Sendable { public init( activities: [AutoScalingClientTypes.Activity]? = nil - ) - { + ) { self.activities = activities } } @@ -5900,8 +5742,7 @@ public struct GetPredictiveScalingForecastInput: Swift.Sendable { endTime: Foundation.Date? = nil, policyName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.endTime = endTime self.policyName = policyName @@ -5923,8 +5764,7 @@ extension AutoScalingClientTypes { public init( timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.timestamps = timestamps self.values = values } @@ -5949,8 +5789,7 @@ extension AutoScalingClientTypes { metricSpecification: AutoScalingClientTypes.PredictiveScalingMetricSpecification? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.metricSpecification = metricSpecification self.timestamps = timestamps self.values = values @@ -5973,8 +5812,7 @@ public struct GetPredictiveScalingForecastOutput: Swift.Sendable { capacityForecast: AutoScalingClientTypes.CapacityForecast? = nil, loadForecast: [AutoScalingClientTypes.LoadForecast]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.capacityForecast = capacityForecast self.loadForecast = loadForecast self.updateTime = updateTime @@ -6017,8 +5855,7 @@ public struct PutLifecycleHookInput: Swift.Sendable { notificationMetadata: Swift.String? = nil, notificationTargetARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.defaultResult = defaultResult self.heartbeatTimeout = heartbeatTimeout @@ -6050,8 +5887,7 @@ public struct PutNotificationConfigurationInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, notificationTypes: [Swift.String]? = nil, topicARN: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.notificationTypes = notificationTypes self.topicARN = topicARN @@ -6125,8 +5961,7 @@ public struct PutScalingPolicyInput: Swift.Sendable { scalingAdjustment: Swift.Int? = nil, stepAdjustments: [AutoScalingClientTypes.StepAdjustment]? = nil, targetTrackingConfiguration: AutoScalingClientTypes.TargetTrackingConfiguration? = nil - ) - { + ) { self.adjustmentType = adjustmentType self.autoScalingGroupName = autoScalingGroupName self.cooldown = cooldown @@ -6154,8 +5989,7 @@ public struct PutScalingPolicyOutput: Swift.Sendable { public init( alarms: [AutoScalingClientTypes.Alarm]? = nil, policyARN: Swift.String? = nil - ) - { + ) { self.alarms = alarms self.policyARN = policyARN } @@ -6196,8 +6030,7 @@ public struct PutScheduledUpdateGroupActionInput: Swift.Sendable { startTime: Foundation.Date? = nil, time: Foundation.Date? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.desiredCapacity = desiredCapacity self.endTime = endTime @@ -6230,8 +6063,7 @@ public struct PutWarmPoolInput: Swift.Sendable { maxGroupPreparedCapacity: Swift.Int? = nil, minSize: Swift.Int? = nil, poolState: AutoScalingClientTypes.WarmPoolState? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceReusePolicy = instanceReusePolicy self.maxGroupPreparedCapacity = maxGroupPreparedCapacity @@ -6262,8 +6094,7 @@ public struct RecordLifecycleActionHeartbeatInput: Swift.Sendable { instanceId: Swift.String? = nil, lifecycleActionToken: Swift.String? = nil, lifecycleHookName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceId = instanceId self.lifecycleActionToken = lifecycleActionToken @@ -6307,8 +6138,7 @@ public struct ResumeProcessesInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, scalingProcesses: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.scalingProcesses = scalingProcesses } @@ -6332,8 +6162,7 @@ public struct IrreversibleInstanceRefreshFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6345,8 +6174,7 @@ public struct RollbackInstanceRefreshInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName } } @@ -6357,8 +6185,7 @@ public struct RollbackInstanceRefreshOutput: Swift.Sendable { public init( instanceRefreshId: Swift.String? = nil - ) - { + ) { self.instanceRefreshId = instanceRefreshId } } @@ -6377,8 +6204,7 @@ public struct SetDesiredCapacityInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, desiredCapacity: Swift.Int? = nil, honorCooldown: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.desiredCapacity = desiredCapacity self.honorCooldown = honorCooldown @@ -6399,8 +6225,7 @@ public struct SetInstanceHealthInput: Swift.Sendable { healthStatus: Swift.String? = nil, instanceId: Swift.String? = nil, shouldRespectGracePeriod: Swift.Bool? = nil - ) - { + ) { self.healthStatus = healthStatus self.instanceId = instanceId self.shouldRespectGracePeriod = shouldRespectGracePeriod @@ -6422,8 +6247,7 @@ public struct SetInstanceProtectionInput: Swift.Sendable { autoScalingGroupName: Swift.String? = nil, instanceIds: [Swift.String]? = nil, protectedFromScaleIn: Swift.Bool? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.instanceIds = instanceIds self.protectedFromScaleIn = protectedFromScaleIn @@ -6453,8 +6277,7 @@ public struct InstanceRefreshInProgressFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6511,8 +6334,7 @@ public struct StartInstanceRefreshInput: Swift.Sendable { desiredConfiguration: AutoScalingClientTypes.DesiredConfiguration? = nil, preferences: AutoScalingClientTypes.RefreshPreferences? = nil, strategy: AutoScalingClientTypes.RefreshStrategy? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.desiredConfiguration = desiredConfiguration self.preferences = preferences @@ -6526,8 +6348,7 @@ public struct StartInstanceRefreshOutput: Swift.Sendable { public init( instanceRefreshId: Swift.String? = nil - ) - { + ) { self.instanceRefreshId = instanceRefreshId } } @@ -6563,8 +6384,7 @@ public struct SuspendProcessesInput: Swift.Sendable { public init( autoScalingGroupName: Swift.String? = nil, scalingProcesses: [Swift.String]? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.scalingProcesses = scalingProcesses } @@ -6581,8 +6401,7 @@ public struct TerminateInstanceInAutoScalingGroupInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, shouldDecrementDesiredCapacity: Swift.Bool? = nil - ) - { + ) { self.instanceId = instanceId self.shouldDecrementDesiredCapacity = shouldDecrementDesiredCapacity } @@ -6594,8 +6413,7 @@ public struct TerminateInstanceInAutoScalingGroupOutput: Swift.Sendable { public init( activity: AutoScalingClientTypes.Activity? = nil - ) - { + ) { self.activity = activity } } @@ -6682,8 +6500,7 @@ public struct UpdateAutoScalingGroupInput: Swift.Sendable { skipZonalShiftValidation: Swift.Bool? = nil, terminationPolicies: [Swift.String]? = nil, vpcZoneIdentifier: Swift.String? = nil - ) - { + ) { self.autoScalingGroupName = autoScalingGroupName self.availabilityZoneDistribution = availabilityZoneDistribution self.availabilityZoneImpairmentPolicy = availabilityZoneImpairmentPolicy diff --git a/Sources/Services/AWSAutoScalingPlans/Package.swift.txt b/Sources/Services/AWSAutoScalingPlans/Package.swift.txt index 23fa32cc3be..c0d2c4252ed 100644 --- a/Sources/Services/AWSAutoScalingPlans/Package.swift.txt +++ b/Sources/Services/AWSAutoScalingPlans/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/AutoScalingPlansClient.swift b/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/AutoScalingPlansClient.swift index 14924d7b10b..85b75776f53 100644 --- a/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/AutoScalingPlansClient.swift +++ b/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/AutoScalingPlansClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class AutoScalingPlansClient: ClientRuntime.Client { public static let clientName = "AutoScalingPlansClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: AutoScalingPlansClient.AutoScalingPlansClientConfiguration let serviceName = "Auto Scaling Plans" diff --git a/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/Models.swift b/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/Models.swift index 1c7b0006405..d3cdb04e521 100644 --- a/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/Models.swift +++ b/Sources/Services/AWSAutoScalingPlans/Sources/AWSAutoScalingPlans/Models.swift @@ -43,8 +43,7 @@ public struct ConcurrentUpdateException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -115,8 +112,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -133,8 +129,7 @@ extension AutoScalingPlansClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -153,8 +148,7 @@ extension AutoScalingPlansClientTypes { public init( cloudFormationStackARN: Swift.String? = nil, tagFilters: [AutoScalingPlansClientTypes.TagFilter]? = nil - ) - { + ) { self.cloudFormationStackARN = cloudFormationStackARN self.tagFilters = tagFilters } @@ -175,8 +169,7 @@ extension AutoScalingPlansClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -245,8 +238,7 @@ extension AutoScalingPlansClientTypes { namespace: Swift.String? = nil, statistic: AutoScalingPlansClientTypes.MetricStatistic? = nil, unit: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -311,8 +303,7 @@ extension AutoScalingPlansClientTypes { public init( predefinedLoadMetricType: AutoScalingPlansClientTypes.LoadMetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedLoadMetricType = predefinedLoadMetricType self.resourceLabel = resourceLabel } @@ -525,8 +516,7 @@ extension AutoScalingPlansClientTypes { namespace: Swift.String? = nil, statistic: AutoScalingPlansClientTypes.MetricStatistic? = nil, unit: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -618,8 +608,7 @@ extension AutoScalingPlansClientTypes { public init( predefinedScalingMetricType: AutoScalingPlansClientTypes.ScalingMetricType? = nil, resourceLabel: Swift.String? = nil - ) - { + ) { self.predefinedScalingMetricType = predefinedScalingMetricType self.resourceLabel = resourceLabel } @@ -654,8 +643,7 @@ extension AutoScalingPlansClientTypes { scaleInCooldown: Swift.Int? = nil, scaleOutCooldown: Swift.Int? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.customizedScalingMetricSpecification = customizedScalingMetricSpecification self.disableScaleIn = disableScaleIn self.estimatedInstanceWarmup = estimatedInstanceWarmup @@ -758,8 +746,7 @@ extension AutoScalingPlansClientTypes { scheduledActionBufferTime: Swift.Int? = nil, serviceNamespace: AutoScalingPlansClientTypes.ServiceNamespace? = nil, targetTrackingConfigurations: [AutoScalingPlansClientTypes.TargetTrackingConfiguration]? = nil - ) - { + ) { self.customizedLoadMetricSpecification = customizedLoadMetricSpecification self.disableDynamicScaling = disableDynamicScaling self.maxCapacity = maxCapacity @@ -793,8 +780,7 @@ public struct CreateScalingPlanInput: Swift.Sendable { applicationSource: AutoScalingPlansClientTypes.ApplicationSource? = nil, scalingInstructions: [AutoScalingPlansClientTypes.ScalingInstruction]? = nil, scalingPlanName: Swift.String? = nil - ) - { + ) { self.applicationSource = applicationSource self.scalingInstructions = scalingInstructions self.scalingPlanName = scalingPlanName @@ -808,8 +794,7 @@ public struct CreateScalingPlanOutput: Swift.Sendable { public init( scalingPlanVersion: Swift.Int? = nil - ) - { + ) { self.scalingPlanVersion = scalingPlanVersion } } @@ -832,8 +817,7 @@ public struct ObjectNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -849,8 +833,7 @@ public struct DeleteScalingPlanInput: Swift.Sendable { public init( scalingPlanName: Swift.String? = nil, scalingPlanVersion: Swift.Int? = nil - ) - { + ) { self.scalingPlanName = scalingPlanName self.scalingPlanVersion = scalingPlanVersion } @@ -879,8 +862,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -902,8 +884,7 @@ public struct DescribeScalingPlanResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, scalingPlanName: Swift.String? = nil, scalingPlanVersion: Swift.Int? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.scalingPlanName = scalingPlanName @@ -954,8 +935,7 @@ extension AutoScalingPlansClientTypes { policyName: Swift.String? = nil, policyType: AutoScalingPlansClientTypes.PolicyType? = nil, targetTrackingConfiguration: AutoScalingPlansClientTypes.TargetTrackingConfiguration? = nil - ) - { + ) { self.policyName = policyName self.policyType = policyType self.targetTrackingConfiguration = targetTrackingConfiguration @@ -1065,8 +1045,7 @@ extension AutoScalingPlansClientTypes { scalingStatusCode: AutoScalingPlansClientTypes.ScalingStatusCode? = nil, scalingStatusMessage: Swift.String? = nil, serviceNamespace: AutoScalingPlansClientTypes.ServiceNamespace? = nil - ) - { + ) { self.resourceId = resourceId self.scalableDimension = scalableDimension self.scalingPlanName = scalingPlanName @@ -1088,8 +1067,7 @@ public struct DescribeScalingPlanResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingPlanResources: [AutoScalingPlansClientTypes.ScalingPlanResource]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingPlanResources = scalingPlanResources } @@ -1113,8 +1091,7 @@ public struct DescribeScalingPlansInput: Swift.Sendable { nextToken: Swift.String? = nil, scalingPlanNames: [Swift.String]? = nil, scalingPlanVersion: Swift.Int? = nil - ) - { + ) { self.applicationSources = applicationSources self.maxResults = maxResults self.nextToken = nextToken @@ -1221,8 +1198,7 @@ extension AutoScalingPlansClientTypes { statusCode: AutoScalingPlansClientTypes.ScalingPlanStatusCode? = nil, statusMessage: Swift.String? = nil, statusStartTime: Foundation.Date? = nil - ) - { + ) { self.applicationSource = applicationSource self.creationTime = creationTime self.scalingInstructions = scalingInstructions @@ -1244,8 +1220,7 @@ public struct DescribeScalingPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingPlans: [AutoScalingPlansClientTypes.ScalingPlan]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingPlans = scalingPlans } @@ -1329,8 +1304,7 @@ public struct GetScalingPlanResourceForecastDataInput: Swift.Sendable { scalingPlanVersion: Swift.Int? = nil, serviceNamespace: AutoScalingPlansClientTypes.ServiceNamespace? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.forecastDataType = forecastDataType self.resourceId = resourceId @@ -1354,8 +1328,7 @@ extension AutoScalingPlansClientTypes { public init( timestamp: Foundation.Date? = nil, value: Swift.Double? = nil - ) - { + ) { self.timestamp = timestamp self.value = value } @@ -1369,8 +1342,7 @@ public struct GetScalingPlanResourceForecastDataOutput: Swift.Sendable { public init( datapoints: [AutoScalingPlansClientTypes.Datapoint]? = nil - ) - { + ) { self.datapoints = datapoints } } @@ -1392,8 +1364,7 @@ public struct UpdateScalingPlanInput: Swift.Sendable { scalingInstructions: [AutoScalingPlansClientTypes.ScalingInstruction]? = nil, scalingPlanName: Swift.String? = nil, scalingPlanVersion: Swift.Int? = nil - ) - { + ) { self.applicationSource = applicationSource self.scalingInstructions = scalingInstructions self.scalingPlanName = scalingPlanName diff --git a/Sources/Services/AWSB2bi/Package.swift.txt b/Sources/Services/AWSB2bi/Package.swift.txt index 0b6bb798328..9d1f091baa1 100644 --- a/Sources/Services/AWSB2bi/Package.swift.txt +++ b/Sources/Services/AWSB2bi/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSB2bi/Sources/AWSB2bi/B2biClient.swift b/Sources/Services/AWSB2bi/Sources/AWSB2bi/B2biClient.swift index 11ef7f70931..dbedd9c8955 100644 --- a/Sources/Services/AWSB2bi/Sources/AWSB2bi/B2biClient.swift +++ b/Sources/Services/AWSB2bi/Sources/AWSB2bi/B2biClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class B2biClient: ClientRuntime.Client { public static let clientName = "B2biClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: B2biClient.B2biClientConfiguration let serviceName = "b2bi" diff --git a/Sources/Services/AWSB2bi/Sources/AWSB2bi/Models.swift b/Sources/Services/AWSB2bi/Sources/AWSB2bi/Models.swift index 398b431b69d..2d3f5357243 100644 --- a/Sources/Services/AWSB2bi/Sources/AWSB2bi/Models.swift +++ b/Sources/Services/AWSB2bi/Sources/AWSB2bi/Models.swift @@ -77,8 +77,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -102,8 +101,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +128,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -156,8 +153,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +193,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -229,8 +224,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -255,8 +249,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +295,7 @@ extension B2biClientTypes { public init( bucketName: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.key = key } @@ -1412,8 +1404,7 @@ extension B2biClientTypes { public init( transactionSet: B2biClientTypes.X12TransactionSet? = nil, version: B2biClientTypes.X12Version? = nil - ) - { + ) { self.transactionSet = transactionSet self.version = version } @@ -1455,8 +1446,7 @@ extension B2biClientTypes { outputLocation: B2biClientTypes.S3Location? = nil, transformerId: Swift.String? = nil, type: B2biClientTypes.EdiType? = nil - ) - { + ) { self.capabilityDirection = capabilityDirection self.inputLocation = inputLocation self.outputLocation = outputLocation @@ -1490,8 +1480,7 @@ extension B2biClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1548,8 +1537,7 @@ public struct CreateCapabilityInput: Swift.Sendable { name: Swift.String? = nil, tags: [B2biClientTypes.Tag]? = nil, type: B2biClientTypes.CapabilityType? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.instructionsDocuments = instructionsDocuments @@ -1589,8 +1577,7 @@ public struct CreateCapabilityOutput: Swift.Sendable { instructionsDocuments: [B2biClientTypes.S3Location]? = nil, name: Swift.String? = nil, type: B2biClientTypes.CapabilityType? = nil - ) - { + ) { self.capabilityArn = capabilityArn self.capabilityId = capabilityId self.configuration = configuration @@ -1608,8 +1595,7 @@ public struct DeleteCapabilityInput: Swift.Sendable { public init( capabilityId: Swift.String? = nil - ) - { + ) { self.capabilityId = capabilityId } } @@ -1621,8 +1607,7 @@ public struct GetCapabilityInput: Swift.Sendable { public init( capabilityId: Swift.String? = nil - ) - { + ) { self.capabilityId = capabilityId } } @@ -1660,8 +1645,7 @@ public struct GetCapabilityOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, type: B2biClientTypes.CapabilityType? = nil - ) - { + ) { self.capabilityArn = capabilityArn self.capabilityId = capabilityId self.configuration = configuration @@ -1682,8 +1666,7 @@ public struct ListCapabilitiesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1714,8 +1697,7 @@ extension B2biClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, type: B2biClientTypes.CapabilityType? = nil - ) - { + ) { self.capabilityId = capabilityId self.createdAt = createdAt self.modifiedAt = modifiedAt @@ -1735,8 +1717,7 @@ public struct ListCapabilitiesOutput: Swift.Sendable { public init( capabilities: [B2biClientTypes.CapabilitySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.nextToken = nextToken } @@ -1758,8 +1739,7 @@ public struct UpdateCapabilityInput: Swift.Sendable { configuration: B2biClientTypes.CapabilityConfiguration? = nil, instructionsDocuments: [B2biClientTypes.S3Location]? = nil, name: Swift.String? = nil - ) - { + ) { self.capabilityId = capabilityId self.configuration = configuration self.instructionsDocuments = instructionsDocuments @@ -1800,8 +1780,7 @@ public struct UpdateCapabilityOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, type: B2biClientTypes.CapabilityType? = nil - ) - { + ) { self.capabilityArn = capabilityArn self.capabilityId = capabilityId self.configuration = configuration @@ -1866,8 +1845,7 @@ public struct CreateStarterMappingTemplateInput: Swift.Sendable { mappingType: B2biClientTypes.MappingType? = nil, outputSampleLocation: B2biClientTypes.S3Location? = nil, templateDetails: B2biClientTypes.TemplateDetails? = nil - ) - { + ) { self.mappingType = mappingType self.outputSampleLocation = outputSampleLocation self.templateDetails = templateDetails @@ -1881,8 +1859,7 @@ public struct CreateStarterMappingTemplateOutput: Swift.Sendable { public init( mappingTemplate: Swift.String? = nil - ) - { + ) { self.mappingTemplate = mappingTemplate } } @@ -1902,8 +1879,7 @@ public struct GenerateMappingInput: Swift.Sendable { inputFileContent: Swift.String? = nil, mappingType: B2biClientTypes.MappingType? = nil, outputFileContent: Swift.String? = nil - ) - { + ) { self.inputFileContent = inputFileContent self.mappingType = mappingType self.outputFileContent = outputFileContent @@ -1920,8 +1896,7 @@ public struct GenerateMappingOutput: Swift.Sendable { public init( mappingAccuracy: Swift.Float? = nil, mappingTemplate: Swift.String? = nil - ) - { + ) { self.mappingAccuracy = mappingAccuracy self.mappingTemplate = mappingTemplate } @@ -1938,8 +1913,7 @@ public struct GetTransformerJobInput: Swift.Sendable { public init( transformerId: Swift.String? = nil, transformerJobId: Swift.String? = nil - ) - { + ) { self.transformerId = transformerId self.transformerJobId = transformerJobId } @@ -1990,8 +1964,7 @@ public struct GetTransformerJobOutput: Swift.Sendable { message: Swift.String? = nil, outputFiles: [B2biClientTypes.S3Location]? = nil, status: B2biClientTypes.TransformerJobStatus? = nil - ) - { + ) { self.message = message self.outputFiles = outputFiles self.status = status @@ -2005,8 +1978,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2017,8 +1989,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [B2biClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2038,8 +2009,7 @@ extension B2biClientTypes { componentSeparator: Swift.String? = nil, dataElementSeparator: Swift.String? = nil, segmentTerminator: Swift.String? = nil - ) - { + ) { self.componentSeparator = componentSeparator self.dataElementSeparator = dataElementSeparator self.segmentTerminator = segmentTerminator @@ -2062,8 +2032,7 @@ extension B2biClientTypes { applicationReceiverCode: Swift.String? = nil, applicationSenderCode: Swift.String? = nil, responsibleAgencyCode: Swift.String? = nil - ) - { + ) { self.applicationReceiverCode = applicationReceiverCode self.applicationSenderCode = applicationSenderCode self.responsibleAgencyCode = responsibleAgencyCode @@ -2104,8 +2073,7 @@ extension B2biClientTypes { senderId: Swift.String? = nil, senderIdQualifier: Swift.String? = nil, usageIndicatorCode: Swift.String? = nil - ) - { + ) { self.acknowledgmentRequestedCode = acknowledgmentRequestedCode self.receiverId = receiverId self.receiverIdQualifier = receiverIdQualifier @@ -2135,8 +2103,7 @@ extension B2biClientTypes { functionalGroupHeaders: B2biClientTypes.X12FunctionalGroupHeaders? = nil, interchangeControlHeaders: B2biClientTypes.X12InterchangeControlHeaders? = nil, validateEdi: Swift.Bool? = nil - ) - { + ) { self.delimiters = delimiters self.functionalGroupHeaders = functionalGroupHeaders self.interchangeControlHeaders = interchangeControlHeaders @@ -2160,8 +2127,7 @@ extension B2biClientTypes { public init( common: B2biClientTypes.X12OutboundEdiHeaders? = nil - ) - { + ) { self.common = common } } @@ -2186,8 +2152,7 @@ extension B2biClientTypes { public init( outboundEdi: B2biClientTypes.OutboundEdiOptions? = nil - ) - { + ) { self.outboundEdi = outboundEdi } } @@ -2224,8 +2189,7 @@ public struct CreatePartnershipInput: Swift.Sendable { phone: Swift.String? = nil, profileId: Swift.String? = nil, tags: [B2biClientTypes.Tag]? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.clientToken = clientToken @@ -2279,8 +2243,7 @@ public struct CreatePartnershipOutput: Swift.Sendable { phone: Swift.String? = nil, profileId: Swift.String? = nil, tradingPartnerId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.createdAt = createdAt @@ -2306,8 +2269,7 @@ public struct DeletePartnershipInput: Swift.Sendable { public init( partnershipId: Swift.String? = nil - ) - { + ) { self.partnershipId = partnershipId } } @@ -2319,8 +2281,7 @@ public struct GetPartnershipInput: Swift.Sendable { public init( partnershipId: Swift.String? = nil - ) - { + ) { self.partnershipId = partnershipId } } @@ -2365,8 +2326,7 @@ public struct GetPartnershipOutput: Swift.Sendable { phone: Swift.String? = nil, profileId: Swift.String? = nil, tradingPartnerId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.createdAt = createdAt @@ -2398,8 +2358,7 @@ public struct ListPartnershipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileId = profileId @@ -2439,8 +2398,7 @@ extension B2biClientTypes { partnershipId: Swift.String? = nil, profileId: Swift.String? = nil, tradingPartnerId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.createdAt = createdAt @@ -2463,8 +2421,7 @@ public struct ListPartnershipsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partnerships: [B2biClientTypes.PartnershipSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.partnerships = partnerships } @@ -2486,8 +2443,7 @@ public struct UpdatePartnershipInput: Swift.Sendable { capabilityOptions: B2biClientTypes.CapabilityOptions? = nil, name: Swift.String? = nil, partnershipId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.name = name @@ -2535,8 +2491,7 @@ public struct UpdatePartnershipOutput: Swift.Sendable { phone: Swift.String? = nil, profileId: Swift.String? = nil, tradingPartnerId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.capabilityOptions = capabilityOptions self.createdAt = createdAt @@ -2613,8 +2568,7 @@ public struct CreateProfileInput: Swift.Sendable { name: Swift.String? = nil, phone: Swift.String? = nil, tags: [B2biClientTypes.Tag]? = nil - ) - { + ) { self.businessName = businessName self.clientToken = clientToken self.email = email @@ -2666,8 +2620,7 @@ public struct CreateProfileOutput: Swift.Sendable { phone: Swift.String? = nil, profileArn: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.businessName = businessName self.createdAt = createdAt self.email = email @@ -2692,8 +2645,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -2705,8 +2657,7 @@ public struct GetProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -2750,8 +2701,7 @@ public struct GetProfileOutput: Swift.Sendable { phone: Swift.String? = nil, profileArn: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.businessName = businessName self.createdAt = createdAt self.email = email @@ -2779,8 +2729,7 @@ public struct ListProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2817,8 +2766,7 @@ extension B2biClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.businessName = businessName self.createdAt = createdAt self.logGroupName = logGroupName @@ -2840,8 +2788,7 @@ public struct ListProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profiles: [B2biClientTypes.ProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.profiles = profiles } @@ -2866,8 +2813,7 @@ public struct UpdateProfileInput: Swift.Sendable { name: Swift.String? = nil, phone: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.businessName = businessName self.email = email self.name = name @@ -2920,8 +2866,7 @@ public struct UpdateProfileOutput: Swift.Sendable { phone: Swift.String? = nil, profileArn: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.businessName = businessName self.createdAt = createdAt self.email = email @@ -2958,8 +2903,7 @@ public struct StartTransformerJobInput: Swift.Sendable { inputFile: B2biClientTypes.S3Location? = nil, outputLocation: B2biClientTypes.S3Location? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.inputFile = inputFile self.outputLocation = outputLocation @@ -2974,8 +2918,7 @@ public struct StartTransformerJobOutput: Swift.Sendable { public init( transformerJobId: Swift.String? = nil - ) - { + ) { self.transformerJobId = transformerJobId } } @@ -2991,8 +2934,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [B2biClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3051,8 +2993,7 @@ extension B2biClientTypes { public init( fileFormat: B2biClientTypes.ConversionSourceFormat? = nil, inputFile: B2biClientTypes.InputFileSource? = nil - ) - { + ) { self.fileFormat = fileFormat self.inputFile = inputFile } @@ -3121,8 +3062,7 @@ extension B2biClientTypes { fileFormat: B2biClientTypes.ConversionTargetFormat? = nil, formatDetails: B2biClientTypes.ConversionTargetFormatDetails? = nil, outputSampleFile: B2biClientTypes.OutputSampleFileSource? = nil - ) - { + ) { self.fileFormat = fileFormat self.formatDetails = formatDetails self.outputSampleFile = outputSampleFile @@ -3141,8 +3081,7 @@ public struct TestConversionInput: Swift.Sendable { public init( source: B2biClientTypes.ConversionSource? = nil, target: B2biClientTypes.ConversionTarget? = nil - ) - { + ) { self.source = source self.target = target } @@ -3158,8 +3097,7 @@ public struct TestConversionOutput: Swift.Sendable { public init( convertedFileContent: Swift.String? = nil, validationMessages: [Swift.String]? = nil - ) - { + ) { self.convertedFileContent = convertedFileContent self.validationMessages = validationMessages } @@ -3212,8 +3150,7 @@ public struct TestMappingInput: Swift.Sendable { fileFormat: B2biClientTypes.FileFormat? = nil, inputFileContent: Swift.String? = nil, mappingTemplate: Swift.String? = nil - ) - { + ) { self.fileFormat = fileFormat self.inputFileContent = inputFileContent self.mappingTemplate = mappingTemplate @@ -3227,8 +3164,7 @@ public struct TestMappingOutput: Swift.Sendable { public init( mappedFileContent: Swift.String? = nil - ) - { + ) { self.mappedFileContent = mappedFileContent } } @@ -3248,8 +3184,7 @@ public struct TestParsingInput: Swift.Sendable { ediType: B2biClientTypes.EdiType? = nil, fileFormat: B2biClientTypes.FileFormat? = nil, inputFile: B2biClientTypes.S3Location? = nil - ) - { + ) { self.ediType = ediType self.fileFormat = fileFormat self.inputFile = inputFile @@ -3263,8 +3198,7 @@ public struct TestParsingOutput: Swift.Sendable { public init( parsedFileContent: Swift.String? = nil - ) - { + ) { self.parsedFileContent = parsedFileContent } } @@ -3318,8 +3252,7 @@ extension B2biClientTypes { public init( formatOptions: B2biClientTypes.FormatOptions? = nil, fromFormat: B2biClientTypes.FromFormat? = nil - ) - { + ) { self.formatOptions = formatOptions self.fromFormat = fromFormat } @@ -3368,8 +3301,7 @@ extension B2biClientTypes { public init( template: Swift.String? = nil, templateLanguage: B2biClientTypes.MappingTemplateLanguage? = nil - ) - { + ) { self.template = template self.templateLanguage = templateLanguage } @@ -3415,8 +3347,7 @@ extension B2biClientTypes { public init( formatOptions: B2biClientTypes.FormatOptions? = nil, toFormat: B2biClientTypes.ToFormat? = nil - ) - { + ) { self.formatOptions = formatOptions self.toFormat = toFormat } @@ -3435,8 +3366,7 @@ extension B2biClientTypes { public init( input: Swift.String? = nil, output: Swift.String? = nil - ) - { + ) { self.input = input self.output = output } @@ -3457,8 +3387,7 @@ extension B2biClientTypes { public init( bucketName: Swift.String? = nil, keys: [B2biClientTypes.SampleDocumentKeys]? = nil - ) - { + ) { self.bucketName = bucketName self.keys = keys } @@ -3506,8 +3435,7 @@ public struct CreateTransformerInput: Swift.Sendable { sampleDocument: Swift.String? = nil, sampleDocuments: B2biClientTypes.SampleDocuments? = nil, tags: [B2biClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.ediType = ediType self.fileFormat = fileFormat @@ -3602,8 +3530,7 @@ public struct CreateTransformerOutput: Swift.Sendable { status: B2biClientTypes.TransformerStatus? = nil, transformerArn: Swift.String? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.ediType = ediType self.fileFormat = fileFormat @@ -3627,8 +3554,7 @@ public struct DeleteTransformerInput: Swift.Sendable { public init( transformerId: Swift.String? = nil - ) - { + ) { self.transformerId = transformerId } } @@ -3640,8 +3566,7 @@ public struct GetTransformerInput: Swift.Sendable { public init( transformerId: Swift.String? = nil - ) - { + ) { self.transformerId = transformerId } } @@ -3700,8 +3625,7 @@ public struct GetTransformerOutput: Swift.Sendable { status: B2biClientTypes.TransformerStatus? = nil, transformerArn: Swift.String? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.ediType = ediType self.fileFormat = fileFormat @@ -3728,8 +3652,7 @@ public struct ListTransformersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3788,8 +3711,7 @@ extension B2biClientTypes { sampleDocuments: B2biClientTypes.SampleDocuments? = nil, status: B2biClientTypes.TransformerStatus? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.ediType = ediType self.fileFormat = fileFormat @@ -3817,8 +3739,7 @@ public struct ListTransformersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transformers: [B2biClientTypes.TransformerSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.transformers = transformers } @@ -3865,8 +3786,7 @@ public struct UpdateTransformerInput: Swift.Sendable { sampleDocuments: B2biClientTypes.SampleDocuments? = nil, status: B2biClientTypes.TransformerStatus? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.ediType = ediType self.fileFormat = fileFormat self.inputConversion = inputConversion @@ -3936,8 +3856,7 @@ public struct UpdateTransformerOutput: Swift.Sendable { status: B2biClientTypes.TransformerStatus? = nil, transformerArn: Swift.String? = nil, transformerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.ediType = ediType self.fileFormat = fileFormat @@ -3966,8 +3885,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSBCMDataExports/Package.swift.txt b/Sources/Services/AWSBCMDataExports/Package.swift.txt index 716607c2981..ac25cc2cc00 100644 --- a/Sources/Services/AWSBCMDataExports/Package.swift.txt +++ b/Sources/Services/AWSBCMDataExports/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/BCMDataExportsClient.swift b/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/BCMDataExportsClient.swift index 90ef270bdd2..5b1cbb4f6bb 100644 --- a/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/BCMDataExportsClient.swift +++ b/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/BCMDataExportsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BCMDataExportsClient: ClientRuntime.Client { public static let clientName = "BCMDataExportsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BCMDataExportsClient.BCMDataExportsClientConfiguration let serviceName = "BCM Data Exports" diff --git a/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/Models.swift b/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/Models.swift index c9c9a7126cf..5a2e8c8861b 100644 --- a/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/Models.swift +++ b/Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/Models.swift @@ -46,8 +46,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -85,8 +84,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -120,8 +118,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -142,8 +139,7 @@ extension BCMDataExportsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -210,8 +206,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [BCMDataExportsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: BCMDataExportsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -231,8 +226,7 @@ extension BCMDataExportsClientTypes { public init( queryStatement: Swift.String? = nil, tableConfigurations: [Swift.String: [Swift.String: Swift.String]]? = nil - ) - { + ) { self.queryStatement = queryStatement self.tableConfigurations = tableConfigurations } @@ -374,8 +368,7 @@ extension BCMDataExportsClientTypes { format: BCMDataExportsClientTypes.FormatOption? = nil, outputType: BCMDataExportsClientTypes.S3OutputType? = nil, overwrite: BCMDataExportsClientTypes.OverwriteOption? = nil - ) - { + ) { self.compression = compression self.format = format self.outputType = outputType @@ -406,8 +399,7 @@ extension BCMDataExportsClientTypes { s3OutputConfigurations: BCMDataExportsClientTypes.S3OutputConfigurations? = nil, s3Prefix: Swift.String? = nil, s3Region: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3OutputConfigurations = s3OutputConfigurations self.s3Prefix = s3Prefix @@ -426,8 +418,7 @@ extension BCMDataExportsClientTypes { public init( s3Destination: BCMDataExportsClientTypes.S3Destination? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -469,8 +460,7 @@ extension BCMDataExportsClientTypes { public init( frequency: BCMDataExportsClientTypes.FrequencyOption? = nil - ) - { + ) { self.frequency = frequency } } @@ -504,8 +494,7 @@ extension BCMDataExportsClientTypes { exportArn: Swift.String? = nil, name: Swift.String? = nil, refreshCadence: BCMDataExportsClientTypes.RefreshCadence? = nil - ) - { + ) { self.dataQuery = dataQuery self.description = description self.destinationConfigurations = destinationConfigurations @@ -530,8 +519,7 @@ extension BCMDataExportsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -548,8 +536,7 @@ public struct CreateExportInput: Swift.Sendable { public init( export: BCMDataExportsClientTypes.Export? = nil, resourceTags: [BCMDataExportsClientTypes.ResourceTag]? = nil - ) - { + ) { self.export = export self.resourceTags = resourceTags } @@ -561,8 +548,7 @@ public struct CreateExportOutput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } @@ -594,8 +580,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -609,8 +594,7 @@ public struct DeleteExportInput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } @@ -621,8 +605,7 @@ public struct DeleteExportOutput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } @@ -638,8 +621,7 @@ public struct GetExecutionInput: Swift.Sendable { public init( executionId: Swift.String? = nil, exportArn: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.exportArn = exportArn } @@ -742,8 +724,7 @@ extension BCMDataExportsClientTypes { lastUpdatedAt: Foundation.Date? = nil, statusCode: BCMDataExportsClientTypes.ExecutionStatusCode? = nil, statusReason: BCMDataExportsClientTypes.ExecutionStatusReason? = nil - ) - { + ) { self.completedAt = completedAt self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -765,8 +746,7 @@ public struct GetExecutionOutput: Swift.Sendable { executionId: Swift.String? = nil, executionStatus: BCMDataExportsClientTypes.ExecutionStatus? = nil, export: BCMDataExportsClientTypes.Export? = nil - ) - { + ) { self.executionId = executionId self.executionStatus = executionStatus self.export = export @@ -780,8 +760,7 @@ public struct GetExportInput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } @@ -836,8 +815,7 @@ extension BCMDataExportsClientTypes { lastUpdatedAt: Foundation.Date? = nil, statusCode: BCMDataExportsClientTypes.ExportStatusCode? = nil, statusReason: BCMDataExportsClientTypes.ExecutionStatusReason? = nil - ) - { + ) { self.createdAt = createdAt self.lastRefreshedAt = lastRefreshedAt self.lastUpdatedAt = lastUpdatedAt @@ -856,8 +834,7 @@ public struct GetExportOutput: Swift.Sendable { public init( export: BCMDataExportsClientTypes.Export? = nil, exportStatus: BCMDataExportsClientTypes.ExportStatus? = nil - ) - { + ) { self.export = export self.exportStatus = exportStatus } @@ -873,8 +850,7 @@ public struct GetTableInput: Swift.Sendable { public init( tableName: Swift.String? = nil, tableProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tableName = tableName self.tableProperties = tableProperties } @@ -895,8 +871,7 @@ extension BCMDataExportsClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.type = type @@ -919,8 +894,7 @@ public struct GetTableOutput: Swift.Sendable { schema: [BCMDataExportsClientTypes.Column]? = nil, tableName: Swift.String? = nil, tableProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.schema = schema self.tableName = tableName @@ -941,8 +915,7 @@ public struct ListExecutionsInput: Swift.Sendable { exportArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn self.maxResults = maxResults self.nextToken = nextToken @@ -963,8 +936,7 @@ extension BCMDataExportsClientTypes { public init( executionId: Swift.String? = nil, executionStatus: BCMDataExportsClientTypes.ExecutionStatus? = nil - ) - { + ) { self.executionId = executionId self.executionStatus = executionStatus } @@ -980,8 +952,7 @@ public struct ListExecutionsOutput: Swift.Sendable { public init( executions: [BCMDataExportsClientTypes.ExecutionReference]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executions = executions self.nextToken = nextToken } @@ -996,8 +967,7 @@ public struct ListExportsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1021,8 +991,7 @@ extension BCMDataExportsClientTypes { exportArn: Swift.String? = nil, exportName: Swift.String? = nil, exportStatus: BCMDataExportsClientTypes.ExportStatus? = nil - ) - { + ) { self.exportArn = exportArn self.exportName = exportName self.exportStatus = exportStatus @@ -1039,8 +1008,7 @@ public struct ListExportsOutput: Swift.Sendable { public init( exports: [BCMDataExportsClientTypes.ExportReference]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exports = exports self.nextToken = nextToken } @@ -1055,8 +1023,7 @@ public struct ListTablesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1080,8 +1047,7 @@ extension BCMDataExportsClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, validValues: [Swift.String]? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -1105,8 +1071,7 @@ extension BCMDataExportsClientTypes { description: Swift.String? = nil, tableName: Swift.String? = nil, tableProperties: [BCMDataExportsClientTypes.TablePropertyDescription]? = nil - ) - { + ) { self.description = description self.tableName = tableName self.tableProperties = tableProperties @@ -1123,8 +1088,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tables: [BCMDataExportsClientTypes.Table]? = nil - ) - { + ) { self.nextToken = nextToken self.tables = tables } @@ -1143,8 +1107,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1160,8 +1123,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceTags: [BCMDataExportsClientTypes.ResourceTag]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceTags = resourceTags } @@ -1178,8 +1140,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTags: [BCMDataExportsClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTags = resourceTags } @@ -1201,8 +1162,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTagKeys = resourceTagKeys } @@ -1224,8 +1184,7 @@ public struct UpdateExportInput: Swift.Sendable { public init( export: BCMDataExportsClientTypes.Export? = nil, exportArn: Swift.String? = nil - ) - { + ) { self.export = export self.exportArn = exportArn } @@ -1237,8 +1196,7 @@ public struct UpdateExportOutput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } diff --git a/Sources/Services/AWSBCMPricingCalculator/Package.swift.txt b/Sources/Services/AWSBCMPricingCalculator/Package.swift.txt index 930b4095fab..862035e87db 100644 --- a/Sources/Services/AWSBCMPricingCalculator/Package.swift.txt +++ b/Sources/Services/AWSBCMPricingCalculator/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/BCMPricingCalculatorClient.swift b/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/BCMPricingCalculatorClient.swift index bec8e21cd30..37b7ac666f9 100644 --- a/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/BCMPricingCalculatorClient.swift +++ b/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/BCMPricingCalculatorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BCMPricingCalculatorClient: ClientRuntime.Client { public static let clientName = "BCMPricingCalculatorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BCMPricingCalculatorClient.BCMPricingCalculatorClientConfiguration let serviceName = "BCM Pricing Calculator" diff --git a/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/Models.swift b/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/Models.swift index 82b3de3d03e..09a49be5acf 100644 --- a/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/Models.swift +++ b/Sources/Services/AWSBCMPricingCalculator/Sources/AWSBCMPricingCalculator/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ extension BCMPricingCalculatorClientTypes { public init( instanceCount: Swift.Int? = nil, reservedInstancesOfferingId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.reservedInstancesOfferingId = reservedInstancesOfferingId } @@ -85,8 +83,7 @@ extension BCMPricingCalculatorClientTypes { public init( commitment: Swift.Double? = nil, savingsPlanOfferingId: Swift.String? = nil - ) - { + ) { self.commitment = commitment self.savingsPlanOfferingId = savingsPlanOfferingId } @@ -112,8 +109,7 @@ public struct DataUnavailableException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -166,8 +161,7 @@ public struct ListBillEstimateCommitmentsInput: Swift.Sendable { billEstimateId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billEstimateId = billEstimateId self.maxResults = maxResults self.nextToken = nextToken @@ -212,8 +206,7 @@ extension BCMPricingCalculatorClientTypes { public init( amount: Swift.Double? = nil, currency: BCMPricingCalculatorClientTypes.CurrencyCode? = nil - ) - { + ) { self.amount = amount self.currency = currency } @@ -282,8 +275,7 @@ extension BCMPricingCalculatorClientTypes { termLength: Swift.String? = nil, upfrontPayment: BCMPricingCalculatorClientTypes.CostAmount? = nil, usageAccountId: Swift.String? = nil - ) - { + ) { self.id = id self.monthlyPayment = monthlyPayment self.offeringId = offeringId @@ -306,8 +298,7 @@ public struct ListBillEstimateCommitmentsOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillEstimateCommitmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -325,8 +316,7 @@ extension BCMPricingCalculatorClientTypes { public init( estimatedCost: BCMPricingCalculatorClientTypes.CostAmount? = nil, historicalCost: BCMPricingCalculatorClientTypes.CostAmount? = nil - ) - { + ) { self.estimatedCost = estimatedCost self.historicalCost = historicalCost } @@ -345,8 +335,7 @@ extension BCMPricingCalculatorClientTypes { public init( serviceCostDifferences: [Swift.String: BCMPricingCalculatorClientTypes.CostDifference]? = nil, totalCostDifference: BCMPricingCalculatorClientTypes.CostDifference? = nil - ) - { + ) { self.serviceCostDifferences = serviceCostDifferences self.totalCostDifference = totalCostDifference } @@ -366,8 +355,7 @@ public struct ListBillEstimateInputCommitmentModificationsInput: Swift.Sendable billEstimateId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billEstimateId = billEstimateId self.maxResults = maxResults self.nextToken = nextToken @@ -383,8 +371,7 @@ extension BCMPricingCalculatorClientTypes { public init( reservedInstancesId: Swift.String? = nil - ) - { + ) { self.reservedInstancesId = reservedInstancesId } } @@ -399,8 +386,7 @@ extension BCMPricingCalculatorClientTypes { public init( savingsPlanId: Swift.String? = nil - ) - { + ) { self.savingsPlanId = savingsPlanId } } @@ -440,8 +426,7 @@ extension BCMPricingCalculatorClientTypes { group: Swift.String? = nil, id: Swift.String? = nil, usageAccountId: Swift.String? = nil - ) - { + ) { self.commitmentAction = commitmentAction self.group = group self.id = id @@ -459,8 +444,7 @@ public struct ListBillEstimateInputCommitmentModificationsOutput: Swift.Sendable public init( items: [BCMPricingCalculatorClientTypes.BillEstimateInputCommitmentModificationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -571,8 +555,7 @@ extension BCMPricingCalculatorClientTypes { matchOption: BCMPricingCalculatorClientTypes.MatchOption? = nil, name: BCMPricingCalculatorClientTypes.ListUsageFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.matchOption = matchOption self.name = name self.values = values @@ -596,8 +579,7 @@ public struct ListBillEstimateInputUsageModificationsInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListUsageFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billEstimateId = billEstimateId self.filters = filters self.maxResults = maxResults @@ -617,8 +599,7 @@ extension BCMPricingCalculatorClientTypes { public init( end: Foundation.Date? = nil, start: Foundation.Date? = nil - ) - { + ) { self.end = end self.start = start } @@ -640,8 +621,7 @@ extension BCMPricingCalculatorClientTypes { key: Swift.String? = nil, matchOptions: [Swift.String]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.matchOptions = matchOptions self.values = values @@ -664,8 +644,7 @@ extension BCMPricingCalculatorClientTypes { amount: Swift.Double? = nil, startHour: Foundation.Date? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.startHour = startHour self.unit = unit @@ -731,8 +710,7 @@ extension BCMPricingCalculatorClientTypes { matchOption: BCMPricingCalculatorClientTypes.MatchOption? = nil, name: BCMPricingCalculatorClientTypes.ListBillEstimateLineItemsFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.matchOption = matchOption self.name = name self.values = values @@ -756,8 +734,7 @@ public struct ListBillEstimateLineItemsInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListBillEstimateLineItemsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billEstimateId = billEstimateId self.filters = filters self.maxResults = maxResults @@ -777,8 +754,7 @@ extension BCMPricingCalculatorClientTypes { public init( amount: Swift.Double? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.unit = unit } @@ -839,8 +815,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.estimatedCost = estimatedCost self.estimatedUsageQuantity = estimatedUsageQuantity @@ -869,8 +844,7 @@ public struct ListBillEstimateLineItemsOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillEstimateLineItemSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -935,8 +909,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -974,8 +947,7 @@ public struct CreateBillEstimateInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.clientToken = clientToken self.name = name @@ -1011,8 +983,7 @@ public struct CreateBillEstimateOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillEstimateStatus? = nil - ) - { + ) { self.billInterval = billInterval self.costSummary = costSummary self.createdAt = createdAt @@ -1031,8 +1002,7 @@ public struct DeleteBillEstimateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -1049,8 +1019,7 @@ public struct GetBillEstimateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -1083,8 +1052,7 @@ public struct GetBillEstimateOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillEstimateStatus? = nil - ) - { + ) { self.billInterval = billInterval self.costSummary = costSummary self.createdAt = createdAt @@ -1108,8 +1076,7 @@ extension BCMPricingCalculatorClientTypes { public init( afterTimestamp: Foundation.Date? = nil, beforeTimestamp: Foundation.Date? = nil - ) - { + ) { self.afterTimestamp = afterTimestamp self.beforeTimestamp = beforeTimestamp } @@ -1162,8 +1129,7 @@ extension BCMPricingCalculatorClientTypes { matchOption: BCMPricingCalculatorClientTypes.MatchOption? = nil, name: BCMPricingCalculatorClientTypes.ListBillEstimatesFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.matchOption = matchOption self.name = name self.values = values @@ -1189,8 +1155,7 @@ public struct ListBillEstimatesInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListBillEstimatesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdAtFilter = createdAtFilter self.expiresAtFilter = expiresAtFilter self.filters = filters @@ -1224,8 +1189,7 @@ extension BCMPricingCalculatorClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillEstimateStatus? = nil - ) - { + ) { self.billInterval = billInterval self.createdAt = createdAt self.expiresAt = expiresAt @@ -1245,8 +1209,7 @@ public struct ListBillEstimatesOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillEstimateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1265,8 +1228,7 @@ public struct UpdateBillEstimateInput: Swift.Sendable { expiresAt: Foundation.Date? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.expiresAt = expiresAt self.identifier = identifier self.name = name @@ -1301,8 +1263,7 @@ public struct UpdateBillEstimateOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillEstimateStatus? = nil - ) - { + ) { self.billInterval = billInterval self.costSummary = costSummary self.createdAt = createdAt @@ -1335,8 +1296,7 @@ extension BCMPricingCalculatorClientTypes { group: Swift.String? = nil, key: Swift.String? = nil, usageAccountId: Swift.String? = nil - ) - { + ) { self.commitmentAction = commitmentAction self.group = group self.key = key @@ -1359,8 +1319,7 @@ public struct BatchCreateBillScenarioCommitmentModificationInput: Swift.Sendable billScenarioId: Swift.String? = nil, clientToken: Swift.String? = nil, commitmentModifications: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioCommitmentModificationEntry]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.clientToken = clientToken self.commitmentModifications = commitmentModifications @@ -1414,8 +1373,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchCreateBillScenarioCommitmentModificationErrorCode? = nil, errorMessage: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.key = key @@ -1444,8 +1402,7 @@ extension BCMPricingCalculatorClientTypes { id: Swift.String? = nil, key: Swift.String? = nil, usageAccountId: Swift.String? = nil - ) - { + ) { self.commitmentAction = commitmentAction self.group = group self.id = id @@ -1464,8 +1421,7 @@ public struct BatchCreateBillScenarioCommitmentModificationOutput: Swift.Sendabl public init( errors: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioCommitmentModificationError]? = nil, items: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioCommitmentModificationItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -1482,8 +1438,7 @@ public struct BatchDeleteBillScenarioCommitmentModificationInput: Swift.Sendable public init( billScenarioId: Swift.String? = nil, ids: [Swift.String]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.ids = ids } @@ -1536,8 +1491,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchDeleteBillScenarioCommitmentModificationErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -1551,8 +1505,7 @@ public struct BatchDeleteBillScenarioCommitmentModificationOutput: Swift.Sendabl public init( errors: [BCMPricingCalculatorClientTypes.BatchDeleteBillScenarioCommitmentModificationError]? = nil - ) - { + ) { self.errors = errors } } @@ -1570,8 +1523,7 @@ extension BCMPricingCalculatorClientTypes { public init( group: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.group = group self.id = id } @@ -1589,8 +1541,7 @@ public struct BatchUpdateBillScenarioCommitmentModificationInput: Swift.Sendable public init( billScenarioId: Swift.String? = nil, commitmentModifications: [BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioCommitmentModificationEntry]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.commitmentModifications = commitmentModifications } @@ -1646,8 +1597,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioCommitmentModificationErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -1673,8 +1623,7 @@ extension BCMPricingCalculatorClientTypes { group: Swift.String? = nil, id: Swift.String? = nil, usageAccountId: Swift.String? = nil - ) - { + ) { self.commitmentAction = commitmentAction self.group = group self.id = id @@ -1692,8 +1641,7 @@ public struct BatchUpdateBillScenarioCommitmentModificationOutput: Swift.Sendabl public init( errors: [BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioCommitmentModificationError]? = nil, items: [BCMPricingCalculatorClientTypes.BillScenarioCommitmentModificationItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -1712,8 +1660,7 @@ public struct ListBillScenarioCommitmentModificationsInput: Swift.Sendable { billScenarioId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.maxResults = maxResults self.nextToken = nextToken @@ -1729,8 +1676,7 @@ public struct ListBillScenarioCommitmentModificationsOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillScenarioCommitmentModificationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1801,8 +1747,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1825,8 +1770,7 @@ extension BCMPricingCalculatorClientTypes { public init( amount: Swift.Double? = nil, startHour: Foundation.Date? = nil - ) - { + ) { self.amount = amount self.startHour = startHour } @@ -1883,8 +1827,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchCreateBillScenarioUsageModificationErrorCode? = nil, errorMessage: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.key = key @@ -1903,8 +1846,7 @@ public struct BatchDeleteBillScenarioUsageModificationInput: Swift.Sendable { public init( billScenarioId: Swift.String? = nil, ids: [Swift.String]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.ids = ids } @@ -1957,8 +1899,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchDeleteBillScenarioUsageModificationErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -1972,8 +1913,7 @@ public struct BatchDeleteBillScenarioUsageModificationOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchDeleteBillScenarioUsageModificationError]? = nil - ) - { + ) { self.errors = errors } } @@ -1994,8 +1934,7 @@ extension BCMPricingCalculatorClientTypes { amounts: [BCMPricingCalculatorClientTypes.UsageAmount]? = nil, group: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.amounts = amounts self.group = group self.id = id @@ -2014,8 +1953,7 @@ public struct BatchUpdateBillScenarioUsageModificationInput: Swift.Sendable { public init( billScenarioId: Swift.String? = nil, usageModifications: [BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioUsageModificationEntry]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.usageModifications = usageModifications } @@ -2071,8 +2009,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioUsageModificationErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -2096,8 +2033,7 @@ public struct ListBillScenarioUsageModificationsInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListUsageFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.filters = filters self.maxResults = maxResults @@ -2118,8 +2054,7 @@ public struct CreateBillScenarioInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.tags = tags @@ -2151,8 +2086,7 @@ public struct CreateBillScenarioOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillScenarioStatus? = nil - ) - { + ) { self.billInterval = billInterval self.createdAt = createdAt self.expiresAt = expiresAt @@ -2170,8 +2104,7 @@ public struct DeleteBillScenarioInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2188,8 +2121,7 @@ public struct GetBillScenarioInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2219,8 +2151,7 @@ public struct GetBillScenarioOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillScenarioStatus? = nil - ) - { + ) { self.billInterval = billInterval self.createdAt = createdAt self.expiresAt = expiresAt @@ -2277,8 +2208,7 @@ extension BCMPricingCalculatorClientTypes { matchOption: BCMPricingCalculatorClientTypes.MatchOption? = nil, name: BCMPricingCalculatorClientTypes.ListBillScenariosFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.matchOption = matchOption self.name = name self.values = values @@ -2304,8 +2234,7 @@ public struct ListBillScenariosInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListBillScenariosFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdAtFilter = createdAtFilter self.expiresAtFilter = expiresAtFilter self.filters = filters @@ -2342,8 +2271,7 @@ extension BCMPricingCalculatorClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillScenarioStatus? = nil - ) - { + ) { self.billInterval = billInterval self.createdAt = createdAt self.expiresAt = expiresAt @@ -2364,8 +2292,7 @@ public struct ListBillScenariosOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillScenarioSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2384,8 +2311,7 @@ public struct UpdateBillScenarioInput: Swift.Sendable { expiresAt: Foundation.Date? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.expiresAt = expiresAt self.identifier = identifier self.name = name @@ -2417,8 +2343,7 @@ public struct UpdateBillScenarioOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: BCMPricingCalculatorClientTypes.BillScenarioStatus? = nil - ) - { + ) { self.billInterval = billInterval self.createdAt = createdAt self.expiresAt = expiresAt @@ -2472,8 +2397,7 @@ public struct GetPreferencesOutput: Swift.Sendable { public init( managementAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil, memberAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil - ) - { + ) { self.managementAccountRateTypeSelections = managementAccountRateTypeSelections self.memberAccountRateTypeSelections = memberAccountRateTypeSelections } @@ -2501,8 +2425,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -2515,8 +2438,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2527,8 +2449,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2544,8 +2465,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -2584,8 +2504,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -2604,8 +2523,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -2625,8 +2543,7 @@ public struct UpdatePreferencesInput: Swift.Sendable { public init( managementAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil, memberAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil - ) - { + ) { self.managementAccountRateTypeSelections = managementAccountRateTypeSelections self.memberAccountRateTypeSelections = memberAccountRateTypeSelections } @@ -2641,8 +2558,7 @@ public struct UpdatePreferencesOutput: Swift.Sendable { public init( managementAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil, memberAccountRateTypeSelections: [BCMPricingCalculatorClientTypes.RateType]? = nil - ) - { + ) { self.managementAccountRateTypeSelections = managementAccountRateTypeSelections self.memberAccountRateTypeSelections = memberAccountRateTypeSelections } @@ -2662,8 +2578,7 @@ extension BCMPricingCalculatorClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -2736,8 +2651,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [BCMPricingCalculatorClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: BCMPricingCalculatorClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -2789,8 +2703,7 @@ public struct CreateWorkloadEstimateInput: Swift.Sendable { name: Swift.String? = nil, rateType: BCMPricingCalculatorClientTypes.WorkloadEstimateRateType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.rateType = rateType @@ -2868,8 +2781,7 @@ public struct CreateWorkloadEstimateOutput: Swift.Sendable { rateType: BCMPricingCalculatorClientTypes.WorkloadEstimateRateType? = nil, status: BCMPricingCalculatorClientTypes.WorkloadEstimateStatus? = nil, totalCost: Swift.Double? = nil - ) - { + ) { self.costCurrency = costCurrency self.createdAt = createdAt self.expiresAt = expiresAt @@ -2890,8 +2802,7 @@ public struct DeleteWorkloadEstimateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2908,8 +2819,7 @@ public struct GetWorkloadEstimateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2949,8 +2859,7 @@ public struct GetWorkloadEstimateOutput: Swift.Sendable { rateType: BCMPricingCalculatorClientTypes.WorkloadEstimateRateType? = nil, status: BCMPricingCalculatorClientTypes.WorkloadEstimateStatus? = nil, totalCost: Swift.Double? = nil - ) - { + ) { self.costCurrency = costCurrency self.createdAt = createdAt self.expiresAt = expiresAt @@ -3010,8 +2919,7 @@ extension BCMPricingCalculatorClientTypes { matchOption: BCMPricingCalculatorClientTypes.MatchOption? = nil, name: BCMPricingCalculatorClientTypes.ListWorkloadEstimatesFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.matchOption = matchOption self.name = name self.values = values @@ -3037,8 +2945,7 @@ public struct ListWorkloadEstimatesInput: Swift.Sendable { filters: [BCMPricingCalculatorClientTypes.ListWorkloadEstimatesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdAtFilter = createdAtFilter self.expiresAtFilter = expiresAtFilter self.filters = filters @@ -3084,8 +2991,7 @@ extension BCMPricingCalculatorClientTypes { rateType: BCMPricingCalculatorClientTypes.WorkloadEstimateRateType? = nil, status: BCMPricingCalculatorClientTypes.WorkloadEstimateStatus? = nil, totalCost: Swift.Double? = nil - ) - { + ) { self.costCurrency = costCurrency self.createdAt = createdAt self.expiresAt = expiresAt @@ -3109,8 +3015,7 @@ public struct ListWorkloadEstimatesOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.WorkloadEstimateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3129,8 +3034,7 @@ public struct UpdateWorkloadEstimateInput: Swift.Sendable { expiresAt: Foundation.Date? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.expiresAt = expiresAt self.identifier = identifier self.name = name @@ -3172,8 +3076,7 @@ public struct UpdateWorkloadEstimateOutput: Swift.Sendable { rateType: BCMPricingCalculatorClientTypes.WorkloadEstimateRateType? = nil, status: BCMPricingCalculatorClientTypes.WorkloadEstimateStatus? = nil, totalCost: Swift.Double? = nil - ) - { + ) { self.costCurrency = costCurrency self.createdAt = createdAt self.expiresAt = expiresAt @@ -3237,8 +3140,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.BatchCreateWorkloadEstimateUsageCode? = nil, errorMessage: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.key = key @@ -3258,8 +3160,7 @@ extension BCMPricingCalculatorClientTypes { public init( amount: Swift.Double? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.unit = unit } @@ -3309,8 +3210,7 @@ public struct BatchDeleteWorkloadEstimateUsageInput: Swift.Sendable { public init( ids: [Swift.String]? = nil, workloadEstimateId: Swift.String? = nil - ) - { + ) { self.ids = ids self.workloadEstimateId = workloadEstimateId } @@ -3366,8 +3266,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.WorkloadEstimateUpdateUsageErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -3381,8 +3280,7 @@ public struct BatchDeleteWorkloadEstimateUsageOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchDeleteWorkloadEstimateUsageError]? = nil - ) - { + ) { self.errors = errors } } @@ -3403,8 +3301,7 @@ extension BCMPricingCalculatorClientTypes { amount: Swift.Double? = nil, group: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.amount = amount self.group = group self.id = id @@ -3423,8 +3320,7 @@ public struct BatchUpdateWorkloadEstimateUsageInput: Swift.Sendable { public init( usage: [BCMPricingCalculatorClientTypes.BatchUpdateWorkloadEstimateUsageEntry]? = nil, workloadEstimateId: Swift.String? = nil - ) - { + ) { self.usage = usage self.workloadEstimateId = workloadEstimateId } @@ -3445,8 +3341,7 @@ extension BCMPricingCalculatorClientTypes { errorCode: BCMPricingCalculatorClientTypes.WorkloadEstimateUpdateUsageErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -3470,8 +3365,7 @@ public struct ListWorkloadEstimateUsageInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadEstimateId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3503,8 +3397,7 @@ extension BCMPricingCalculatorClientTypes { not: BCMPricingCalculatorClientTypes.Expression? = nil, or: [BCMPricingCalculatorClientTypes.Expression]? = nil, tags: BCMPricingCalculatorClientTypes.ExpressionFilter? = nil - ) - { + ) { self.and = and self.costCategories = costCategories self.dimensions = dimensions @@ -3548,8 +3441,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.billInterval = billInterval self.filterExpression = filterExpression self.location = location @@ -3599,8 +3491,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.amounts = amounts self.availabilityZone = availabilityZone self.group = group @@ -3656,8 +3547,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.group = group self.historicalUsage = historicalUsage @@ -3709,8 +3599,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.amount = amount self.group = group self.historicalUsage = historicalUsage @@ -3771,8 +3660,7 @@ extension BCMPricingCalculatorClientTypes { status: BCMPricingCalculatorClientTypes.WorkloadEstimateCostStatus? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.cost = cost self.currency = currency self.group = group @@ -3829,8 +3717,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.group = group self.historicalUsage = historicalUsage @@ -3884,8 +3771,7 @@ extension BCMPricingCalculatorClientTypes { serviceCode: Swift.String? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.group = group self.historicalUsage = historicalUsage @@ -3945,8 +3831,7 @@ extension BCMPricingCalculatorClientTypes { status: BCMPricingCalculatorClientTypes.WorkloadEstimateCostStatus? = nil, usageAccountId: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.cost = cost self.currency = currency self.group = group @@ -3977,8 +3862,7 @@ public struct BatchCreateBillScenarioUsageModificationInput: Swift.Sendable { billScenarioId: Swift.String? = nil, clientToken: Swift.String? = nil, usageModifications: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioUsageModificationEntry]? = nil - ) - { + ) { self.billScenarioId = billScenarioId self.clientToken = clientToken self.usageModifications = usageModifications @@ -3994,8 +3878,7 @@ public struct BatchCreateBillScenarioUsageModificationOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioUsageModificationError]? = nil, items: [BCMPricingCalculatorClientTypes.BatchCreateBillScenarioUsageModificationItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -4015,8 +3898,7 @@ public struct BatchCreateWorkloadEstimateUsageInput: Swift.Sendable { clientToken: Swift.String? = nil, usage: [BCMPricingCalculatorClientTypes.BatchCreateWorkloadEstimateUsageEntry]? = nil, workloadEstimateId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.usage = usage self.workloadEstimateId = workloadEstimateId @@ -4032,8 +3914,7 @@ public struct BatchCreateWorkloadEstimateUsageOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchCreateWorkloadEstimateUsageError]? = nil, items: [BCMPricingCalculatorClientTypes.BatchCreateWorkloadEstimateUsageItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -4048,8 +3929,7 @@ public struct BatchUpdateBillScenarioUsageModificationOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchUpdateBillScenarioUsageModificationError]? = nil, items: [BCMPricingCalculatorClientTypes.BillScenarioUsageModificationItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -4064,8 +3944,7 @@ public struct BatchUpdateWorkloadEstimateUsageOutput: Swift.Sendable { public init( errors: [BCMPricingCalculatorClientTypes.BatchUpdateWorkloadEstimateUsageError]? = nil, items: [BCMPricingCalculatorClientTypes.WorkloadEstimateUsageItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -4080,8 +3959,7 @@ public struct ListBillEstimateInputUsageModificationsOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillEstimateInputUsageModificationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4096,8 +3974,7 @@ public struct ListBillScenarioUsageModificationsOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.BillScenarioUsageModificationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4112,8 +3989,7 @@ public struct ListWorkloadEstimateUsageOutput: Swift.Sendable { public init( items: [BCMPricingCalculatorClientTypes.WorkloadEstimateUsageItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } diff --git a/Sources/Services/AWSBackup/Package.swift.txt b/Sources/Services/AWSBackup/Package.swift.txt index 898fc6c7d5a..d99c42b16ef 100644 --- a/Sources/Services/AWSBackup/Package.swift.txt +++ b/Sources/Services/AWSBackup/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBackup/Sources/AWSBackup/BackupClient.swift b/Sources/Services/AWSBackup/Sources/AWSBackup/BackupClient.swift index 052e7a09344..04c33ffa386 100644 --- a/Sources/Services/AWSBackup/Sources/AWSBackup/BackupClient.swift +++ b/Sources/Services/AWSBackup/Sources/AWSBackup/BackupClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BackupClient: ClientRuntime.Client { public static let clientName = "BackupClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BackupClient.BackupClientConfiguration let serviceName = "Backup" diff --git a/Sources/Services/AWSBackup/Sources/AWSBackup/Models.swift b/Sources/Services/AWSBackup/Sources/AWSBackup/Models.swift index d1117778767..9271b6d737d 100644 --- a/Sources/Services/AWSBackup/Sources/AWSBackup/Models.swift +++ b/Sources/Services/AWSBackup/Sources/AWSBackup/Models.swift @@ -153,8 +153,7 @@ extension BackupClientTypes { public init( backupOptions: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.backupOptions = backupOptions self.resourceType = resourceType } @@ -225,8 +224,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti creatorRequestId: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.arn = arn self.properties.code = code self.properties.context = context @@ -254,8 +252,7 @@ extension BackupClientTypes { backupPlanId: Swift.String? = nil, backupPlanVersion: Swift.String? = nil, backupRuleId: Swift.String? = nil - ) - { + ) { self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId self.backupPlanVersion = backupPlanVersion @@ -395,8 +392,7 @@ extension BackupClientTypes { startBy: Foundation.Date? = nil, state: BackupClientTypes.BackupJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.backupJobId = backupJobId self.backupOptions = backupOptions @@ -512,8 +508,7 @@ extension BackupClientTypes { resourceType: Swift.String? = nil, startTime: Foundation.Date? = nil, state: BackupClientTypes.BackupJobStatus? = nil - ) - { + ) { self.accountId = accountId self.count = count self.endTime = endTime @@ -541,8 +536,7 @@ extension BackupClientTypes { deleteAfterDays: Swift.Int? = nil, moveToColdStorageAfterDays: Swift.Int? = nil, optInToArchiveForSupportedResources: Swift.Bool? = nil - ) - { + ) { self.deleteAfterDays = deleteAfterDays self.moveToColdStorageAfterDays = moveToColdStorageAfterDays self.optInToArchiveForSupportedResources = optInToArchiveForSupportedResources @@ -563,8 +557,7 @@ extension BackupClientTypes { public init( destinationBackupVaultArn: Swift.String? = nil, lifecycle: BackupClientTypes.Lifecycle? = nil - ) - { + ) { self.destinationBackupVaultArn = destinationBackupVaultArn self.lifecycle = lifecycle } @@ -584,8 +577,7 @@ extension BackupClientTypes { public init( resourceTypes: [Swift.String]? = nil - ) - { + ) { self.resourceTypes = resourceTypes } } @@ -635,8 +627,7 @@ extension BackupClientTypes { scheduleExpressionTimezone: Swift.String? = nil, startWindowMinutes: Swift.Int? = nil, targetBackupVaultName: Swift.String? = nil - ) - { + ) { self.completionWindowMinutes = completionWindowMinutes self.copyActions = copyActions self.enableContinuousBackup = enableContinuousBackup @@ -675,8 +666,7 @@ extension BackupClientTypes { advancedBackupSettings: [BackupClientTypes.AdvancedBackupSetting]? = nil, backupPlanName: Swift.String? = nil, rules: [BackupClientTypes.BackupRule]? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanName = backupPlanName self.rules = rules @@ -729,8 +719,7 @@ extension BackupClientTypes { scheduleExpressionTimezone: Swift.String? = nil, startWindowMinutes: Swift.Int? = nil, targetBackupVaultName: Swift.String? = nil - ) - { + ) { self.completionWindowMinutes = completionWindowMinutes self.copyActions = copyActions self.enableContinuousBackup = enableContinuousBackup @@ -768,8 +757,7 @@ extension BackupClientTypes { advancedBackupSettings: [BackupClientTypes.AdvancedBackupSetting]? = nil, backupPlanName: Swift.String? = nil, rules: [BackupClientTypes.BackupRuleInput]? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanName = backupPlanName self.rules = rules @@ -810,8 +798,7 @@ extension BackupClientTypes { deletionDate: Foundation.Date? = nil, lastExecutionDate: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId @@ -837,8 +824,7 @@ extension BackupClientTypes { public init( backupPlanTemplateId: Swift.String? = nil, backupPlanTemplateName: Swift.String? = nil - ) - { + ) { self.backupPlanTemplateId = backupPlanTemplateId self.backupPlanTemplateName = backupPlanTemplateName } @@ -857,8 +843,7 @@ extension BackupClientTypes { public init( conditionKey: Swift.String? = nil, conditionValue: Swift.String? = nil - ) - { + ) { self.conditionKey = conditionKey self.conditionValue = conditionValue } @@ -883,8 +868,7 @@ extension BackupClientTypes { stringLike: [BackupClientTypes.ConditionParameter]? = nil, stringNotEquals: [BackupClientTypes.ConditionParameter]? = nil, stringNotLike: [BackupClientTypes.ConditionParameter]? = nil - ) - { + ) { self.stringEquals = stringEquals self.stringLike = stringLike self.stringNotEquals = stringNotEquals @@ -937,8 +921,7 @@ extension BackupClientTypes { conditionKey: Swift.String? = nil, conditionType: BackupClientTypes.ConditionType? = nil, conditionValue: Swift.String? = nil - ) - { + ) { self.conditionKey = conditionKey self.conditionType = conditionType self.conditionValue = conditionValue @@ -972,8 +955,7 @@ extension BackupClientTypes { notResources: [Swift.String]? = nil, resources: [Swift.String]? = nil, selectionName: Swift.String? = nil - ) - { + ) { self.conditions = conditions self.iamRoleArn = iamRoleArn self.listOfTags = listOfTags @@ -1008,8 +990,7 @@ extension BackupClientTypes { iamRoleArn: Swift.String? = nil, selectionId: Swift.String? = nil, selectionName: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.creationDate = creationDate self.creatorRequestId = creatorRequestId @@ -1197,8 +1178,7 @@ extension BackupClientTypes { numberOfRecoveryPoints: Swift.Int = 0, vaultState: BackupClientTypes.VaultState? = nil, vaultType: BackupClientTypes.VaultType? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName self.creationDate = creationDate @@ -1227,8 +1207,7 @@ extension BackupClientTypes { public init( deleteAt: Foundation.Date? = nil, moveToColdStorageAt: Foundation.Date? = nil - ) - { + ) { self.deleteAt = deleteAt self.moveToColdStorageAt = moveToColdStorageAt } @@ -1261,8 +1240,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1296,8 +1274,7 @@ public struct InvalidResourceStateException: ClientRuntime.ModeledError, AWSClie context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1331,8 +1308,7 @@ public struct MissingParameterValueException: ClientRuntime.ModeledError, AWSCli context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1366,8 +1342,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1401,8 +1376,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1424,8 +1398,7 @@ public struct CancelLegalHoldInput: Swift.Sendable { cancelDescription: Swift.String? = nil, legalHoldId: Swift.String? = nil, retainRecordInDays: Swift.Int? = nil - ) - { + ) { self.cancelDescription = cancelDescription self.legalHoldId = legalHoldId self.retainRecordInDays = retainRecordInDays @@ -1463,8 +1436,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1484,8 +1456,7 @@ extension BackupClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -1507,8 +1478,7 @@ extension BackupClientTypes { complianceResourceIds: [Swift.String]? = nil, complianceResourceTypes: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.complianceResourceIds = complianceResourceIds self.complianceResourceTypes = complianceResourceTypes self.tags = tags @@ -1626,8 +1596,7 @@ extension BackupClientTypes { sourceRecoveryPointArn: Swift.String? = nil, state: BackupClientTypes.CopyJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.backupSizeInBytes = backupSizeInBytes self.childJobsInState = childJobsInState @@ -1740,8 +1709,7 @@ extension BackupClientTypes { resourceType: Swift.String? = nil, startTime: Foundation.Date? = nil, state: BackupClientTypes.CopyJobStatus? = nil - ) - { + ) { self.accountId = accountId self.count = count self.endTime = endTime @@ -1780,8 +1748,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -1802,8 +1769,7 @@ public struct CreateBackupPlanInput: Swift.Sendable { backupPlan: BackupClientTypes.BackupPlanInput? = nil, backupPlanTags: [Swift.String: Swift.String]? = nil, creatorRequestId: Swift.String? = nil - ) - { + ) { self.backupPlan = backupPlan self.backupPlanTags = backupPlanTags self.creatorRequestId = creatorRequestId @@ -1833,8 +1799,7 @@ public struct CreateBackupPlanOutput: Swift.Sendable { backupPlanId: Swift.String? = nil, creationDate: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId @@ -1857,8 +1822,7 @@ public struct CreateBackupSelectionInput: Swift.Sendable { backupPlanId: Swift.String? = nil, backupSelection: BackupClientTypes.BackupSelection? = nil, creatorRequestId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.backupSelection = backupSelection self.creatorRequestId = creatorRequestId @@ -1877,8 +1841,7 @@ public struct CreateBackupSelectionOutput: Swift.Sendable { backupPlanId: Swift.String? = nil, creationDate: Foundation.Date? = nil, selectionId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.creationDate = creationDate self.selectionId = selectionId @@ -1901,8 +1864,7 @@ public struct CreateBackupVaultInput: Swift.Sendable { backupVaultTags: [Swift.String: Swift.String]? = nil, creatorRequestId: Swift.String? = nil, encryptionKeyArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.backupVaultTags = backupVaultTags self.creatorRequestId = creatorRequestId @@ -1927,8 +1889,7 @@ public struct CreateBackupVaultOutput: Swift.Sendable { backupVaultArn: Swift.String? = nil, backupVaultName: Swift.String? = nil, creationDate: Foundation.Date? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName self.creationDate = creationDate @@ -1951,8 +1912,7 @@ extension BackupClientTypes { controlInputParameters: [BackupClientTypes.ControlInputParameter]? = nil, controlName: Swift.String? = nil, controlScope: BackupClientTypes.ControlScope? = nil - ) - { + ) { self.controlInputParameters = controlInputParameters self.controlName = controlName self.controlScope = controlScope @@ -1980,8 +1940,7 @@ public struct CreateFrameworkInput: Swift.Sendable { frameworkName: Swift.String? = nil, frameworkTags: [Swift.String: Swift.String]? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.frameworkControls = frameworkControls self.frameworkDescription = frameworkDescription self.frameworkName = frameworkName @@ -1999,8 +1958,7 @@ public struct CreateFrameworkOutput: Swift.Sendable { public init( frameworkArn: Swift.String? = nil, frameworkName: Swift.String? = nil - ) - { + ) { self.frameworkArn = frameworkArn self.frameworkName = frameworkName } @@ -2020,8 +1978,7 @@ extension BackupClientTypes { public init( fromDate: Foundation.Date? = nil, toDate: Foundation.Date? = nil - ) - { + ) { self.fromDate = fromDate self.toDate = toDate } @@ -2043,8 +2000,7 @@ extension BackupClientTypes { dateRange: BackupClientTypes.DateRange? = nil, resourceIdentifiers: [Swift.String]? = nil, vaultNames: [Swift.String]? = nil - ) - { + ) { self.dateRange = dateRange self.resourceIdentifiers = resourceIdentifiers self.vaultNames = vaultNames @@ -2072,8 +2028,7 @@ public struct CreateLegalHoldInput: Swift.Sendable { recoveryPointSelection: BackupClientTypes.RecoveryPointSelection? = nil, tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil - ) - { + ) { self.description = description self.idempotencyToken = idempotencyToken self.recoveryPointSelection = recoveryPointSelection @@ -2146,8 +2101,7 @@ public struct CreateLegalHoldOutput: Swift.Sendable { recoveryPointSelection: BackupClientTypes.RecoveryPointSelection? = nil, status: BackupClientTypes.LegalHoldStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.legalHoldArn = legalHoldArn @@ -2184,8 +2138,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -2214,8 +2167,7 @@ public struct CreateLogicallyAirGappedBackupVaultInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, maxRetentionDays: Swift.Int? = nil, minRetentionDays: Swift.Int? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.backupVaultTags = backupVaultTags self.creatorRequestId = creatorRequestId @@ -2244,8 +2196,7 @@ public struct CreateLogicallyAirGappedBackupVaultOutput: Swift.Sendable { backupVaultName: Swift.String? = nil, creationDate: Foundation.Date? = nil, vaultState: BackupClientTypes.VaultState? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName self.creationDate = creationDate @@ -2269,8 +2220,7 @@ extension BackupClientTypes { formats: [Swift.String]? = nil, s3BucketName: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.formats = formats self.s3BucketName = s3BucketName self.s3KeyPrefix = s3KeyPrefix @@ -2303,8 +2253,7 @@ extension BackupClientTypes { organizationUnits: [Swift.String]? = nil, regions: [Swift.String]? = nil, reportTemplate: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.frameworkArns = frameworkArns self.numberOfFrameworks = numberOfFrameworks @@ -2339,8 +2288,7 @@ public struct CreateReportPlanInput: Swift.Sendable { reportPlanName: Swift.String? = nil, reportPlanTags: [Swift.String: Swift.String]? = nil, reportSetting: BackupClientTypes.ReportSetting? = nil - ) - { + ) { self.idempotencyToken = idempotencyToken self.reportDeliveryChannel = reportDeliveryChannel self.reportPlanDescription = reportPlanDescription @@ -2362,8 +2310,7 @@ public struct CreateReportPlanOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, reportPlanArn: Swift.String? = nil, reportPlanName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.reportPlanArn = reportPlanArn self.reportPlanName = reportPlanName @@ -2449,8 +2396,7 @@ extension BackupClientTypes { includeVaults: [Swift.String]? = nil, recoveryPointTypes: [BackupClientTypes.RestoreTestingRecoveryPointType]? = nil, selectionWindowDays: Swift.Int = 0 - ) - { + ) { self.algorithm = algorithm self.excludeVaults = excludeVaults self.includeVaults = includeVaults @@ -2484,8 +2430,7 @@ extension BackupClientTypes { scheduleExpression: Swift.String? = nil, scheduleExpressionTimezone: Swift.String? = nil, startWindowHours: Swift.Int = 0 - ) - { + ) { self.recoveryPointSelection = recoveryPointSelection self.restoreTestingPlanName = restoreTestingPlanName self.scheduleExpression = scheduleExpression @@ -2508,8 +2453,7 @@ public struct CreateRestoreTestingPlanInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, restoreTestingPlan: BackupClientTypes.RestoreTestingPlanForCreate? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.restoreTestingPlan = restoreTestingPlan self.tags = tags @@ -2536,8 +2480,7 @@ public struct CreateRestoreTestingPlanOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, restoreTestingPlanArn: Swift.String? = nil, restoreTestingPlanName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.restoreTestingPlanArn = restoreTestingPlanArn self.restoreTestingPlanName = restoreTestingPlanName @@ -2558,8 +2501,7 @@ extension BackupClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2578,8 +2520,7 @@ extension BackupClientTypes { public init( stringEquals: [BackupClientTypes.KeyValue]? = nil, stringNotEquals: [BackupClientTypes.KeyValue]? = nil - ) - { + ) { self.stringEquals = stringEquals self.stringNotEquals = stringNotEquals } @@ -2643,8 +2584,7 @@ extension BackupClientTypes { restoreMetadataOverrides: [Swift.String: Swift.String]? = nil, restoreTestingSelectionName: Swift.String? = nil, validationWindowHours: Swift.Int = 0 - ) - { + ) { self.iamRoleArn = iamRoleArn self.protectedResourceArns = protectedResourceArns self.protectedResourceConditions = protectedResourceConditions @@ -2682,8 +2622,7 @@ public struct CreateRestoreTestingSelectionInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, restoreTestingPlanName: Swift.String? = nil, restoreTestingSelection: BackupClientTypes.RestoreTestingSelectionForCreate? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.restoreTestingPlanName = restoreTestingPlanName self.restoreTestingSelection = restoreTestingSelection @@ -2709,8 +2648,7 @@ public struct CreateRestoreTestingSelectionOutput: Swift.Sendable { restoreTestingPlanArn: Swift.String? = nil, restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.restoreTestingPlanArn = restoreTestingPlanArn self.restoreTestingPlanName = restoreTestingPlanName @@ -2725,8 +2663,7 @@ public struct DeleteBackupPlanInput: Swift.Sendable { public init( backupPlanId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId } } @@ -2746,8 +2683,7 @@ public struct DeleteBackupPlanOutput: Swift.Sendable { backupPlanId: Swift.String? = nil, deletionDate: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId self.deletionDate = deletionDate @@ -2766,8 +2702,7 @@ public struct DeleteBackupSelectionInput: Swift.Sendable { public init( backupPlanId: Swift.String? = nil, selectionId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.selectionId = selectionId } @@ -2780,8 +2715,7 @@ public struct DeleteBackupVaultInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -2793,8 +2727,7 @@ public struct DeleteBackupVaultAccessPolicyInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -2806,8 +2739,7 @@ public struct DeleteBackupVaultLockConfigurationInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -2819,8 +2751,7 @@ public struct DeleteBackupVaultNotificationsInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -2832,8 +2763,7 @@ public struct DeleteFrameworkInput: Swift.Sendable { public init( frameworkName: Swift.String? = nil - ) - { + ) { self.frameworkName = frameworkName } } @@ -2849,8 +2779,7 @@ public struct DeleteRecoveryPointInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn } @@ -2863,8 +2792,7 @@ public struct DeleteReportPlanInput: Swift.Sendable { public init( reportPlanName: Swift.String? = nil - ) - { + ) { self.reportPlanName = reportPlanName } } @@ -2876,8 +2804,7 @@ public struct DeleteRestoreTestingPlanInput: Swift.Sendable { public init( restoreTestingPlanName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanName = restoreTestingPlanName } } @@ -2893,8 +2820,7 @@ public struct DeleteRestoreTestingSelectionInput: Swift.Sendable { public init( restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanName = restoreTestingPlanName self.restoreTestingSelectionName = restoreTestingSelectionName } @@ -2926,8 +2852,7 @@ public struct DependencyFailureException: ClientRuntime.ModeledError, AWSClientR context: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.context = context self.properties.message = message @@ -2942,8 +2867,7 @@ public struct DescribeBackupJobInput: Swift.Sendable { public init( backupJobId: Swift.String? = nil - ) - { + ) { self.backupJobId = backupJobId } } @@ -3032,8 +2956,7 @@ public struct DescribeBackupJobOutput: Swift.Sendable { startBy: Foundation.Date? = nil, state: BackupClientTypes.BackupJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.backupJobId = backupJobId self.backupOptions = backupOptions @@ -3074,8 +2997,7 @@ public struct DescribeBackupVaultInput: Swift.Sendable { public init( backupVaultAccountId: Swift.String? = nil, backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName } @@ -3120,8 +3042,7 @@ public struct DescribeBackupVaultOutput: Swift.Sendable { numberOfRecoveryPoints: Swift.Int = 0, vaultState: BackupClientTypes.VaultState? = nil, vaultType: BackupClientTypes.VaultType? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName self.creationDate = creationDate @@ -3144,8 +3065,7 @@ public struct DescribeCopyJobInput: Swift.Sendable { public init( copyJobId: Swift.String? = nil - ) - { + ) { self.copyJobId = copyJobId } } @@ -3156,8 +3076,7 @@ public struct DescribeCopyJobOutput: Swift.Sendable { public init( copyJob: BackupClientTypes.CopyJob? = nil - ) - { + ) { self.copyJob = copyJob } } @@ -3169,8 +3088,7 @@ public struct DescribeFrameworkInput: Swift.Sendable { public init( frameworkName: Swift.String? = nil - ) - { + ) { self.frameworkName = frameworkName } } @@ -3210,8 +3128,7 @@ public struct DescribeFrameworkOutput: Swift.Sendable { frameworkName: Swift.String? = nil, frameworkStatus: Swift.String? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.deploymentStatus = deploymentStatus self.frameworkArn = frameworkArn @@ -3237,8 +3154,7 @@ public struct DescribeGlobalSettingsOutput: Swift.Sendable { public init( globalSettings: [Swift.String: Swift.String]? = nil, lastUpdateTime: Foundation.Date? = nil - ) - { + ) { self.globalSettings = globalSettings self.lastUpdateTime = lastUpdateTime } @@ -3251,8 +3167,7 @@ public struct DescribeProtectedResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3287,8 +3202,7 @@ public struct DescribeProtectedResourceOutput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.lastBackupTime = lastBackupTime self.lastBackupVaultArn = lastBackupVaultArn self.lastRecoveryPointArn = lastRecoveryPointArn @@ -3315,8 +3229,7 @@ public struct DescribeRecoveryPointInput: Swift.Sendable { backupVaultAccountId: Swift.String? = nil, backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn @@ -3506,8 +3419,7 @@ public struct DescribeRecoveryPointOutput: Swift.Sendable { statusMessage: Swift.String? = nil, storageClass: BackupClientTypes.StorageClass? = nil, vaultType: BackupClientTypes.VaultType? = nil - ) - { + ) { self.backupSizeInBytes = backupSizeInBytes self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName @@ -3551,8 +3463,7 @@ public struct DescribeRegionSettingsOutput: Swift.Sendable { public init( resourceTypeManagementPreference: [Swift.String: Swift.Bool]? = nil, resourceTypeOptInPreference: [Swift.String: Swift.Bool]? = nil - ) - { + ) { self.resourceTypeManagementPreference = resourceTypeManagementPreference self.resourceTypeOptInPreference = resourceTypeOptInPreference } @@ -3565,8 +3476,7 @@ public struct DescribeReportJobInput: Swift.Sendable { public init( reportJobId: Swift.String? = nil - ) - { + ) { self.reportJobId = reportJobId } } @@ -3583,8 +3493,7 @@ extension BackupClientTypes { public init( s3BucketName: Swift.String? = nil, s3Keys: [Swift.String]? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3Keys = s3Keys } @@ -3621,8 +3530,7 @@ extension BackupClientTypes { reportTemplate: Swift.String? = nil, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.reportDestination = reportDestination @@ -3641,8 +3549,7 @@ public struct DescribeReportJobOutput: Swift.Sendable { public init( reportJob: BackupClientTypes.ReportJob? = nil - ) - { + ) { self.reportJob = reportJob } } @@ -3654,8 +3561,7 @@ public struct DescribeReportPlanInput: Swift.Sendable { public init( reportPlanName: Swift.String? = nil - ) - { + ) { self.reportPlanName = reportPlanName } } @@ -3693,8 +3599,7 @@ extension BackupClientTypes { reportPlanDescription: Swift.String? = nil, reportPlanName: Swift.String? = nil, reportSetting: BackupClientTypes.ReportSetting? = nil - ) - { + ) { self.creationTime = creationTime self.deploymentStatus = deploymentStatus self.lastAttemptedExecutionTime = lastAttemptedExecutionTime @@ -3714,8 +3619,7 @@ public struct DescribeReportPlanOutput: Swift.Sendable { public init( reportPlan: BackupClientTypes.ReportPlan? = nil - ) - { + ) { self.reportPlan = reportPlan } } @@ -3727,8 +3631,7 @@ public struct DescribeRestoreJobInput: Swift.Sendable { public init( restoreJobId: Swift.String? = nil - ) - { + ) { self.restoreJobId = restoreJobId } } @@ -3742,8 +3645,7 @@ extension BackupClientTypes { public init( restoreTestingPlanArn: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanArn = restoreTestingPlanArn } } @@ -3914,8 +3816,7 @@ public struct DescribeRestoreJobOutput: Swift.Sendable { statusMessage: Swift.String? = nil, validationStatus: BackupClientTypes.RestoreValidationStatus? = nil, validationStatusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.backupSizeInBytes = backupSizeInBytes self.completionDate = completionDate @@ -3949,8 +3850,7 @@ public struct DisassociateRecoveryPointInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn } @@ -3967,8 +3867,7 @@ public struct DisassociateRecoveryPointFromParentInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn } @@ -3981,8 +3880,7 @@ public struct ExportBackupPlanTemplateInput: Swift.Sendable { public init( backupPlanId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId } } @@ -3993,8 +3891,7 @@ public struct ExportBackupPlanTemplateOutput: Swift.Sendable { public init( backupPlanTemplateJson: Swift.String? = nil - ) - { + ) { self.backupPlanTemplateJson = backupPlanTemplateJson } } @@ -4009,8 +3906,7 @@ public struct GetBackupPlanInput: Swift.Sendable { public init( backupPlanId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.versionId = versionId } @@ -4046,8 +3942,7 @@ public struct GetBackupPlanOutput: Swift.Sendable { deletionDate: Foundation.Date? = nil, lastExecutionDate: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlan = backupPlan self.backupPlanArn = backupPlanArn @@ -4067,8 +3962,7 @@ public struct GetBackupPlanFromJSONInput: Swift.Sendable { public init( backupPlanTemplateJson: Swift.String? = nil - ) - { + ) { self.backupPlanTemplateJson = backupPlanTemplateJson } } @@ -4079,8 +3973,7 @@ public struct GetBackupPlanFromJSONOutput: Swift.Sendable { public init( backupPlan: BackupClientTypes.BackupPlan? = nil - ) - { + ) { self.backupPlan = backupPlan } } @@ -4092,8 +3985,7 @@ public struct GetBackupPlanFromTemplateInput: Swift.Sendable { public init( backupPlanTemplateId: Swift.String? = nil - ) - { + ) { self.backupPlanTemplateId = backupPlanTemplateId } } @@ -4104,8 +3996,7 @@ public struct GetBackupPlanFromTemplateOutput: Swift.Sendable { public init( backupPlanDocument: BackupClientTypes.BackupPlan? = nil - ) - { + ) { self.backupPlanDocument = backupPlanDocument } } @@ -4121,8 +4012,7 @@ public struct GetBackupSelectionInput: Swift.Sendable { public init( backupPlanId: Swift.String? = nil, selectionId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.selectionId = selectionId } @@ -4146,8 +4036,7 @@ public struct GetBackupSelectionOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, creatorRequestId: Swift.String? = nil, selectionId: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.backupSelection = backupSelection self.creationDate = creationDate @@ -4163,8 +4052,7 @@ public struct GetBackupVaultAccessPolicyInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -4181,8 +4069,7 @@ public struct GetBackupVaultAccessPolicyOutput: Swift.Sendable { backupVaultArn: Swift.String? = nil, backupVaultName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName self.policy = policy @@ -4196,8 +4083,7 @@ public struct GetBackupVaultNotificationsInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName } } @@ -4217,8 +4103,7 @@ public struct GetBackupVaultNotificationsOutput: Swift.Sendable { backupVaultEvents: [BackupClientTypes.BackupVaultEvent]? = nil, backupVaultName: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.backupVaultEvents = backupVaultEvents self.backupVaultName = backupVaultName @@ -4233,8 +4118,7 @@ public struct GetLegalHoldInput: Swift.Sendable { public init( legalHoldId: Swift.String? = nil - ) - { + ) { self.legalHoldId = legalHoldId } } @@ -4272,8 +4156,7 @@ public struct GetLegalHoldOutput: Swift.Sendable { retainRecordUntil: Foundation.Date? = nil, status: BackupClientTypes.LegalHoldStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.cancelDescription = cancelDescription self.cancellationDate = cancellationDate self.creationDate = creationDate @@ -4298,8 +4181,7 @@ public struct GetRecoveryPointIndexDetailsInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn } @@ -4335,8 +4217,7 @@ public struct GetRecoveryPointIndexDetailsOutput: Swift.Sendable { recoveryPointArn: Swift.String? = nil, sourceResourceArn: Swift.String? = nil, totalItemsIndexed: Swift.Int? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.indexCompletionDate = indexCompletionDate self.indexCreationDate = indexCreationDate @@ -4363,8 +4244,7 @@ public struct GetRecoveryPointRestoreMetadataInput: Swift.Sendable { backupVaultAccountId: Swift.String? = nil, backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn @@ -4386,8 +4266,7 @@ public struct GetRecoveryPointRestoreMetadataOutput: Swift.Sendable { recoveryPointArn: Swift.String? = nil, resourceType: Swift.String? = nil, restoreMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.recoveryPointArn = recoveryPointArn self.resourceType = resourceType @@ -4407,8 +4286,7 @@ public struct GetRestoreJobMetadataInput: Swift.Sendable { public init( restoreJobId: Swift.String? = nil - ) - { + ) { self.restoreJobId = restoreJobId } } @@ -4422,8 +4300,7 @@ public struct GetRestoreJobMetadataOutput: Swift.Sendable { public init( metadata: [Swift.String: Swift.String]? = nil, restoreJobId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.restoreJobId = restoreJobId } @@ -4448,8 +4325,7 @@ public struct GetRestoreTestingInferredMetadataInput: Swift.Sendable { backupVaultAccountId: Swift.String? = nil, backupVaultName: Swift.String? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn @@ -4463,8 +4339,7 @@ public struct GetRestoreTestingInferredMetadataOutput: Swift.Sendable { public init( inferredMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.inferredMetadata = inferredMetadata } } @@ -4476,8 +4351,7 @@ public struct GetRestoreTestingPlanInput: Swift.Sendable { public init( restoreTestingPlanName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanName = restoreTestingPlanName } } @@ -4523,8 +4397,7 @@ extension BackupClientTypes { scheduleExpression: Swift.String? = nil, scheduleExpressionTimezone: Swift.String? = nil, startWindowHours: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.creatorRequestId = creatorRequestId self.lastExecutionTime = lastExecutionTime @@ -4546,8 +4419,7 @@ public struct GetRestoreTestingPlanOutput: Swift.Sendable { public init( restoreTestingPlan: BackupClientTypes.RestoreTestingPlanForGet? = nil - ) - { + ) { self.restoreTestingPlan = restoreTestingPlan } } @@ -4563,8 +4435,7 @@ public struct GetRestoreTestingSelectionInput: Swift.Sendable { public init( restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanName = restoreTestingPlanName self.restoreTestingSelectionName = restoreTestingSelectionName } @@ -4611,8 +4482,7 @@ extension BackupClientTypes { restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil, validationWindowHours: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.creatorRequestId = creatorRequestId self.iamRoleArn = iamRoleArn @@ -4639,8 +4509,7 @@ public struct GetRestoreTestingSelectionOutput: Swift.Sendable { public init( restoreTestingSelection: BackupClientTypes.RestoreTestingSelectionForGet? = nil - ) - { + ) { self.restoreTestingSelection = restoreTestingSelection } } @@ -4683,8 +4552,7 @@ public struct GetSupportedResourceTypesOutput: Swift.Sendable { public init( resourceTypes: [Swift.String]? = nil - ) - { + ) { self.resourceTypes = resourceTypes } } @@ -4763,8 +4631,7 @@ public struct ListBackupJobsInput: Swift.Sendable { byState: BackupClientTypes.BackupJobState? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byAccountId = byAccountId self.byBackupVaultName = byBackupVaultName self.byCompleteAfter = byCompleteAfter @@ -4790,8 +4657,7 @@ public struct ListBackupJobsOutput: Swift.Sendable { public init( backupJobs: [BackupClientTypes.BackupJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupJobs = backupJobs self.nextToken = nextToken } @@ -4827,8 +4693,7 @@ public struct ListBackupJobSummariesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: Swift.String? = nil, state: BackupClientTypes.BackupJobStatus? = nil - ) - { + ) { self.accountId = accountId self.aggregationPeriod = aggregationPeriod self.maxResults = maxResults @@ -4857,8 +4722,7 @@ public struct ListBackupJobSummariesOutput: Swift.Sendable { aggregationPeriod: Swift.String? = nil, backupJobSummaries: [BackupClientTypes.BackupJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.backupJobSummaries = backupJobSummaries self.nextToken = nextToken @@ -4877,8 +4741,7 @@ public struct ListBackupPlansInput: Swift.Sendable { includeDeleted: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeDeleted = includeDeleted self.maxResults = maxResults self.nextToken = nextToken @@ -4894,8 +4757,7 @@ public struct ListBackupPlansOutput: Swift.Sendable { public init( backupPlansList: [BackupClientTypes.BackupPlansListMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupPlansList = backupPlansList self.nextToken = nextToken } @@ -4910,8 +4772,7 @@ public struct ListBackupPlanTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4926,8 +4787,7 @@ public struct ListBackupPlanTemplatesOutput: Swift.Sendable { public init( backupPlanTemplatesList: [BackupClientTypes.BackupPlanTemplatesListMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupPlanTemplatesList = backupPlanTemplatesList self.nextToken = nextToken } @@ -4946,8 +4806,7 @@ public struct ListBackupPlanVersionsInput: Swift.Sendable { backupPlanId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.maxResults = maxResults self.nextToken = nextToken @@ -4963,8 +4822,7 @@ public struct ListBackupPlanVersionsOutput: Swift.Sendable { public init( backupPlanVersionsList: [BackupClientTypes.BackupPlansListMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupPlanVersionsList = backupPlanVersionsList self.nextToken = nextToken } @@ -4983,8 +4841,7 @@ public struct ListBackupSelectionsInput: Swift.Sendable { backupPlanId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupPlanId = backupPlanId self.maxResults = maxResults self.nextToken = nextToken @@ -5000,8 +4857,7 @@ public struct ListBackupSelectionsOutput: Swift.Sendable { public init( backupSelectionsList: [BackupClientTypes.BackupSelectionsListMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupSelectionsList = backupSelectionsList self.nextToken = nextToken } @@ -5022,8 +4878,7 @@ public struct ListBackupVaultsInput: Swift.Sendable { byVaultType: BackupClientTypes.VaultType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byShared = byShared self.byVaultType = byVaultType self.maxResults = maxResults @@ -5040,8 +4895,7 @@ public struct ListBackupVaultsOutput: Swift.Sendable { public init( backupVaultList: [BackupClientTypes.BackupVaultListMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupVaultList = backupVaultList self.nextToken = nextToken } @@ -5121,8 +4975,7 @@ public struct ListCopyJobsInput: Swift.Sendable { byState: BackupClientTypes.CopyJobState? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byAccountId = byAccountId self.byCompleteAfter = byCompleteAfter self.byCompleteBefore = byCompleteBefore @@ -5148,8 +5001,7 @@ public struct ListCopyJobsOutput: Swift.Sendable { public init( copyJobs: [BackupClientTypes.CopyJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.copyJobs = copyJobs self.nextToken = nextToken } @@ -5185,8 +5037,7 @@ public struct ListCopyJobSummariesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: Swift.String? = nil, state: BackupClientTypes.CopyJobStatus? = nil - ) - { + ) { self.accountId = accountId self.aggregationPeriod = aggregationPeriod self.maxResults = maxResults @@ -5215,8 +5066,7 @@ public struct ListCopyJobSummariesOutput: Swift.Sendable { aggregationPeriod: Swift.String? = nil, copyJobSummaries: [BackupClientTypes.CopyJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.copyJobSummaries = copyJobSummaries self.nextToken = nextToken @@ -5232,8 +5082,7 @@ public struct ListFrameworksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5263,8 +5112,7 @@ extension BackupClientTypes { frameworkDescription: Swift.String? = nil, frameworkName: Swift.String? = nil, numberOfControls: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.deploymentStatus = deploymentStatus self.frameworkArn = frameworkArn @@ -5284,8 +5132,7 @@ public struct ListFrameworksOutput: Swift.Sendable { public init( frameworks: [BackupClientTypes.Framework]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.frameworks = frameworks self.nextToken = nextToken } @@ -5319,8 +5166,7 @@ public struct ListIndexedRecoveryPointsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: Swift.String? = nil, sourceResourceArn: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.indexStatus = indexStatus @@ -5368,8 +5214,7 @@ extension BackupClientTypes { recoveryPointArn: Swift.String? = nil, resourceType: Swift.String? = nil, sourceResourceArn: Swift.String? = nil - ) - { + ) { self.backupCreationDate = backupCreationDate self.backupVaultArn = backupVaultArn self.iamRoleArn = iamRoleArn @@ -5392,8 +5237,7 @@ public struct ListIndexedRecoveryPointsOutput: Swift.Sendable { public init( indexedRecoveryPoints: [BackupClientTypes.IndexedRecoveryPoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexedRecoveryPoints = indexedRecoveryPoints self.nextToken = nextToken } @@ -5408,8 +5252,7 @@ public struct ListLegalHoldsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5442,8 +5285,7 @@ extension BackupClientTypes { legalHoldId: Swift.String? = nil, status: BackupClientTypes.LegalHoldStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.cancellationDate = cancellationDate self.creationDate = creationDate self.description = description @@ -5464,8 +5306,7 @@ public struct ListLegalHoldsOutput: Swift.Sendable { public init( legalHolds: [BackupClientTypes.LegalHold]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.legalHolds = legalHolds self.nextToken = nextToken } @@ -5480,8 +5321,7 @@ public struct ListProtectedResourcesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5511,8 +5351,7 @@ extension BackupClientTypes { resourceArn: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.lastBackupTime = lastBackupTime self.lastBackupVaultArn = lastBackupVaultArn self.lastRecoveryPointArn = lastRecoveryPointArn @@ -5532,8 +5371,7 @@ public struct ListProtectedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [BackupClientTypes.ProtectedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -5555,8 +5393,7 @@ public struct ListProtectedResourcesByBackupVaultInput: Swift.Sendable { backupVaultName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName self.maxResults = maxResults @@ -5573,8 +5410,7 @@ public struct ListProtectedResourcesByBackupVaultOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [BackupClientTypes.ProtectedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -5646,8 +5482,7 @@ public struct ListRecoveryPointsByBackupVaultInput: Swift.Sendable { byResourceType: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupVaultAccountId = backupVaultAccountId self.backupVaultName = backupVaultName self.byBackupPlanId = byBackupPlanId @@ -5742,8 +5577,7 @@ extension BackupClientTypes { status: BackupClientTypes.RecoveryPointStatus? = nil, statusMessage: Swift.String? = nil, vaultType: BackupClientTypes.VaultType? = nil - ) - { + ) { self.backupSizeInBytes = backupSizeInBytes self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName @@ -5782,8 +5616,7 @@ public struct ListRecoveryPointsByBackupVaultOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recoveryPoints: [BackupClientTypes.RecoveryPointByBackupVault]? = nil - ) - { + ) { self.nextToken = nextToken self.recoveryPoints = recoveryPoints } @@ -5802,8 +5635,7 @@ public struct ListRecoveryPointsByLegalHoldInput: Swift.Sendable { legalHoldId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.legalHoldId = legalHoldId self.maxResults = maxResults self.nextToken = nextToken @@ -5828,8 +5660,7 @@ extension BackupClientTypes { recoveryPointArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.recoveryPointArn = recoveryPointArn self.resourceArn = resourceArn @@ -5847,8 +5678,7 @@ public struct ListRecoveryPointsByLegalHoldOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recoveryPoints: [BackupClientTypes.RecoveryPointMember]? = nil - ) - { + ) { self.nextToken = nextToken self.recoveryPoints = recoveryPoints } @@ -5870,8 +5700,7 @@ public struct ListRecoveryPointsByResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.managedByAWSBackupOnly = managedByAWSBackupOnly self.maxResults = maxResults self.nextToken = nextToken @@ -5924,8 +5753,7 @@ extension BackupClientTypes { status: BackupClientTypes.RecoveryPointStatus? = nil, statusMessage: Swift.String? = nil, vaultType: BackupClientTypes.VaultType? = nil - ) - { + ) { self.backupSizeBytes = backupSizeBytes self.backupVaultName = backupVaultName self.creationDate = creationDate @@ -5952,8 +5780,7 @@ public struct ListRecoveryPointsByResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recoveryPoints: [BackupClientTypes.RecoveryPointByResource]? = nil - ) - { + ) { self.nextToken = nextToken self.recoveryPoints = recoveryPoints } @@ -5980,8 +5807,7 @@ public struct ListReportJobsInput: Swift.Sendable { byStatus: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byCreationAfter = byCreationAfter self.byCreationBefore = byCreationBefore self.byReportPlanName = byReportPlanName @@ -6000,8 +5826,7 @@ public struct ListReportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportJobs: [BackupClientTypes.ReportJob]? = nil - ) - { + ) { self.nextToken = nextToken self.reportJobs = reportJobs } @@ -6016,8 +5841,7 @@ public struct ListReportPlansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6032,8 +5856,7 @@ public struct ListReportPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportPlans: [BackupClientTypes.ReportPlan]? = nil - ) - { + ) { self.nextToken = nextToken self.reportPlans = reportPlans } @@ -6104,8 +5927,7 @@ public struct ListRestoreJobsInput: Swift.Sendable { byStatus: BackupClientTypes.RestoreJobStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byAccountId = byAccountId self.byCompleteAfter = byCompleteAfter self.byCompleteBefore = byCompleteBefore @@ -6182,8 +6004,7 @@ extension BackupClientTypes { statusMessage: Swift.String? = nil, validationStatus: BackupClientTypes.RestoreValidationStatus? = nil, validationStatusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.backupSizeInBytes = backupSizeInBytes self.completionDate = completionDate @@ -6216,8 +6037,7 @@ public struct ListRestoreJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, restoreJobs: [BackupClientTypes.RestoreJobsListMember]? = nil - ) - { + ) { self.nextToken = nextToken self.restoreJobs = restoreJobs } @@ -6245,8 +6065,7 @@ public struct ListRestoreJobsByProtectedResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.byRecoveryPointCreationDateAfter = byRecoveryPointCreationDateAfter self.byRecoveryPointCreationDateBefore = byRecoveryPointCreationDateBefore self.byStatus = byStatus @@ -6265,8 +6084,7 @@ public struct ListRestoreJobsByProtectedResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, restoreJobs: [BackupClientTypes.RestoreJobsListMember]? = nil - ) - { + ) { self.nextToken = nextToken self.restoreJobs = restoreJobs } @@ -6346,8 +6164,7 @@ public struct ListRestoreJobSummariesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: Swift.String? = nil, state: BackupClientTypes.RestoreJobState? = nil - ) - { + ) { self.accountId = accountId self.aggregationPeriod = aggregationPeriod self.maxResults = maxResults @@ -6384,8 +6201,7 @@ extension BackupClientTypes { resourceType: Swift.String? = nil, startTime: Foundation.Date? = nil, state: BackupClientTypes.RestoreJobState? = nil - ) - { + ) { self.accountId = accountId self.count = count self.endTime = endTime @@ -6415,8 +6231,7 @@ public struct ListRestoreJobSummariesOutput: Swift.Sendable { aggregationPeriod: Swift.String? = nil, nextToken: Swift.String? = nil, restoreJobSummaries: [BackupClientTypes.RestoreJobSummary]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.nextToken = nextToken self.restoreJobSummaries = restoreJobSummaries @@ -6432,8 +6247,7 @@ public struct ListRestoreTestingPlansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6473,8 +6287,7 @@ extension BackupClientTypes { scheduleExpression: Swift.String? = nil, scheduleExpressionTimezone: Swift.String? = nil, startWindowHours: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.lastExecutionTime = lastExecutionTime self.lastUpdateTime = lastUpdateTime @@ -6497,8 +6310,7 @@ public struct ListRestoreTestingPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, restoreTestingPlans: [BackupClientTypes.RestoreTestingPlanForList]? = nil - ) - { + ) { self.nextToken = nextToken self.restoreTestingPlans = restoreTestingPlans } @@ -6517,8 +6329,7 @@ public struct ListRestoreTestingSelectionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, restoreTestingPlanName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.restoreTestingPlanName = restoreTestingPlanName @@ -6554,8 +6365,7 @@ extension BackupClientTypes { restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil, validationWindowHours: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.iamRoleArn = iamRoleArn self.protectedResourceType = protectedResourceType @@ -6576,8 +6386,7 @@ public struct ListRestoreTestingSelectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, restoreTestingSelections: [BackupClientTypes.RestoreTestingSelectionForList]? = nil - ) - { + ) { self.nextToken = nextToken self.restoreTestingSelections = restoreTestingSelections } @@ -6596,8 +6405,7 @@ public struct ListTagsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -6613,8 +6421,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -6635,8 +6442,7 @@ public struct PutBackupVaultAccessPolicyInput: Swift.Sendable { public init( backupVaultName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.policy = policy } @@ -6658,8 +6464,7 @@ public struct PutBackupVaultLockConfigurationInput: Swift.Sendable { changeableForDays: Swift.Int? = nil, maxRetentionDays: Swift.Int? = nil, minRetentionDays: Swift.Int? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.changeableForDays = changeableForDays self.maxRetentionDays = maxRetentionDays @@ -6693,8 +6498,7 @@ public struct PutBackupVaultNotificationsInput: Swift.Sendable { backupVaultEvents: [BackupClientTypes.BackupVaultEvent]? = nil, backupVaultName: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.backupVaultEvents = backupVaultEvents self.backupVaultName = backupVaultName self.snsTopicArn = snsTopicArn @@ -6715,8 +6519,7 @@ public struct PutRestoreValidationResultInput: Swift.Sendable { restoreJobId: Swift.String? = nil, validationStatus: BackupClientTypes.RestoreValidationStatus? = nil, validationStatusMessage: Swift.String? = nil - ) - { + ) { self.restoreJobId = restoreJobId self.validationStatus = validationStatus self.validationStatusMessage = validationStatusMessage @@ -6795,8 +6598,7 @@ public struct StartBackupJobInput: Swift.Sendable { recoveryPointTags: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil, startWindowMinutes: Swift.Int? = nil - ) - { + ) { self.backupOptions = backupOptions self.backupVaultName = backupVaultName self.completeWindowMinutes = completeWindowMinutes @@ -6830,8 +6632,7 @@ public struct StartBackupJobOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, isParent: Swift.Bool = false, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupJobId = backupJobId self.creationDate = creationDate self.isParent = isParent @@ -6864,8 +6665,7 @@ public struct StartCopyJobInput: Swift.Sendable { lifecycle: BackupClientTypes.Lifecycle? = nil, recoveryPointArn: Swift.String? = nil, sourceBackupVaultName: Swift.String? = nil - ) - { + ) { self.destinationBackupVaultArn = destinationBackupVaultArn self.iamRoleArn = iamRoleArn self.idempotencyToken = idempotencyToken @@ -6887,8 +6687,7 @@ public struct StartCopyJobOutput: Swift.Sendable { copyJobId: Swift.String? = nil, creationDate: Foundation.Date? = nil, isParent: Swift.Bool = false - ) - { + ) { self.copyJobId = copyJobId self.creationDate = creationDate self.isParent = isParent @@ -6905,8 +6704,7 @@ public struct StartReportJobInput: Swift.Sendable { public init( idempotencyToken: Swift.String? = nil, reportPlanName: Swift.String? = nil - ) - { + ) { self.idempotencyToken = idempotencyToken self.reportPlanName = reportPlanName } @@ -6918,8 +6716,7 @@ public struct StartReportJobOutput: Swift.Sendable { public init( reportJobId: Swift.String? = nil - ) - { + ) { self.reportJobId = reportJobId } } @@ -7007,8 +6804,7 @@ public struct StartRestoreJobInput: Swift.Sendable { metadata: [Swift.String: Swift.String]? = nil, recoveryPointArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.copySourceTagsToRestoredResource = copySourceTagsToRestoredResource self.iamRoleArn = iamRoleArn self.idempotencyToken = idempotencyToken @@ -7029,8 +6825,7 @@ public struct StartRestoreJobOutput: Swift.Sendable { public init( restoreJobId: Swift.String? = nil - ) - { + ) { self.restoreJobId = restoreJobId } } @@ -7042,8 +6837,7 @@ public struct StopBackupJobInput: Swift.Sendable { public init( backupJobId: Swift.String? = nil - ) - { + ) { self.backupJobId = backupJobId } } @@ -7059,8 +6853,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7082,8 +6875,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeyList: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeyList = tagKeyList } @@ -7105,8 +6897,7 @@ public struct UpdateBackupPlanInput: Swift.Sendable { public init( backupPlan: BackupClientTypes.BackupPlanInput? = nil, backupPlanId: Swift.String? = nil - ) - { + ) { self.backupPlan = backupPlan self.backupPlanId = backupPlanId } @@ -7130,8 +6921,7 @@ public struct UpdateBackupPlanOutput: Swift.Sendable { backupPlanId: Swift.String? = nil, creationDate: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId @@ -7156,8 +6946,7 @@ public struct UpdateFrameworkInput: Swift.Sendable { frameworkDescription: Swift.String? = nil, frameworkName: Swift.String? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.frameworkControls = frameworkControls self.frameworkDescription = frameworkDescription self.frameworkName = frameworkName @@ -7177,8 +6966,7 @@ public struct UpdateFrameworkOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, frameworkArn: Swift.String? = nil, frameworkName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.frameworkArn = frameworkArn self.frameworkName = frameworkName @@ -7191,8 +6979,7 @@ public struct UpdateGlobalSettingsInput: Swift.Sendable { public init( globalSettings: [Swift.String: Swift.String]? = nil - ) - { + ) { self.globalSettings = globalSettings } } @@ -7215,8 +7002,7 @@ public struct UpdateRecoveryPointIndexSettingsInput: Swift.Sendable { iamRoleArn: Swift.String? = nil, index: BackupClientTypes.Index? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.iamRoleArn = iamRoleArn self.index = index @@ -7239,8 +7025,7 @@ public struct UpdateRecoveryPointIndexSettingsOutput: Swift.Sendable { index: BackupClientTypes.Index? = nil, indexStatus: BackupClientTypes.IndexStatus? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.index = index self.indexStatus = indexStatus @@ -7262,8 +7047,7 @@ public struct UpdateRecoveryPointLifecycleInput: Swift.Sendable { backupVaultName: Swift.String? = nil, lifecycle: BackupClientTypes.Lifecycle? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultName = backupVaultName self.lifecycle = lifecycle self.recoveryPointArn = recoveryPointArn @@ -7285,8 +7069,7 @@ public struct UpdateRecoveryPointLifecycleOutput: Swift.Sendable { calculatedLifecycle: BackupClientTypes.CalculatedLifecycle? = nil, lifecycle: BackupClientTypes.Lifecycle? = nil, recoveryPointArn: Swift.String? = nil - ) - { + ) { self.backupVaultArn = backupVaultArn self.calculatedLifecycle = calculatedLifecycle self.lifecycle = lifecycle @@ -7303,8 +7086,7 @@ public struct UpdateRegionSettingsInput: Swift.Sendable { public init( resourceTypeManagementPreference: [Swift.String: Swift.Bool]? = nil, resourceTypeOptInPreference: [Swift.String: Swift.Bool]? = nil - ) - { + ) { self.resourceTypeManagementPreference = resourceTypeManagementPreference self.resourceTypeOptInPreference = resourceTypeOptInPreference } @@ -7329,8 +7111,7 @@ public struct UpdateReportPlanInput: Swift.Sendable { reportPlanDescription: Swift.String? = nil, reportPlanName: Swift.String? = nil, reportSetting: BackupClientTypes.ReportSetting? = nil - ) - { + ) { self.idempotencyToken = idempotencyToken self.reportDeliveryChannel = reportDeliveryChannel self.reportPlanDescription = reportPlanDescription @@ -7351,8 +7132,7 @@ public struct UpdateReportPlanOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, reportPlanArn: Swift.String? = nil, reportPlanName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.reportPlanArn = reportPlanArn self.reportPlanName = reportPlanName @@ -7377,8 +7157,7 @@ extension BackupClientTypes { scheduleExpression: Swift.String? = nil, scheduleExpressionTimezone: Swift.String? = nil, startWindowHours: Swift.Int = 0 - ) - { + ) { self.recoveryPointSelection = recoveryPointSelection self.scheduleExpression = scheduleExpression self.scheduleExpressionTimezone = scheduleExpressionTimezone @@ -7398,8 +7177,7 @@ public struct UpdateRestoreTestingPlanInput: Swift.Sendable { public init( restoreTestingPlan: BackupClientTypes.RestoreTestingPlanForUpdate? = nil, restoreTestingPlanName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlan = restoreTestingPlan self.restoreTestingPlanName = restoreTestingPlanName } @@ -7424,8 +7202,7 @@ public struct UpdateRestoreTestingPlanOutput: Swift.Sendable { restoreTestingPlanArn: Swift.String? = nil, restoreTestingPlanName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.restoreTestingPlanArn = restoreTestingPlanArn self.restoreTestingPlanName = restoreTestingPlanName @@ -7454,8 +7231,7 @@ extension BackupClientTypes { protectedResourceConditions: BackupClientTypes.ProtectedResourceConditions? = nil, restoreMetadataOverrides: [Swift.String: Swift.String]? = nil, validationWindowHours: Swift.Int = 0 - ) - { + ) { self.iamRoleArn = iamRoleArn self.protectedResourceArns = protectedResourceArns self.protectedResourceConditions = protectedResourceConditions @@ -7485,8 +7261,7 @@ public struct UpdateRestoreTestingSelectionInput: Swift.Sendable { restoreTestingPlanName: Swift.String? = nil, restoreTestingSelection: BackupClientTypes.RestoreTestingSelectionForUpdate? = nil, restoreTestingSelectionName: Swift.String? = nil - ) - { + ) { self.restoreTestingPlanName = restoreTestingPlanName self.restoreTestingSelection = restoreTestingSelection self.restoreTestingSelectionName = restoreTestingSelectionName @@ -7516,8 +7291,7 @@ public struct UpdateRestoreTestingSelectionOutput: Swift.Sendable { restoreTestingPlanName: Swift.String? = nil, restoreTestingSelectionName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.restoreTestingPlanArn = restoreTestingPlanArn self.restoreTestingPlanName = restoreTestingPlanName diff --git a/Sources/Services/AWSBackupGateway/Package.swift.txt b/Sources/Services/AWSBackupGateway/Package.swift.txt index b4171ef2c6d..5de7fd7790c 100644 --- a/Sources/Services/AWSBackupGateway/Package.swift.txt +++ b/Sources/Services/AWSBackupGateway/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/BackupGatewayClient.swift b/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/BackupGatewayClient.swift index f159984f561..6f538e26049 100644 --- a/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/BackupGatewayClient.swift +++ b/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/BackupGatewayClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BackupGatewayClient: ClientRuntime.Client { public static let clientName = "BackupGatewayClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BackupGatewayClient.BackupGatewayClientConfiguration let serviceName = "Backup Gateway" diff --git a/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/Models.swift b/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/Models.swift index 577b8dfcacf..307da57e363 100644 --- a/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/Models.swift +++ b/Sources/Services/AWSBackupGateway/Sources/AWSBackupGateway/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -76,8 +75,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -94,8 +92,7 @@ public struct AssociateGatewayToServerInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil, serverArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.serverArn = serverArn } @@ -107,8 +104,7 @@ public struct AssociateGatewayToServerOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -134,8 +130,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -148,8 +143,7 @@ public struct GetBandwidthRateLimitScheduleInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -183,8 +177,7 @@ extension BackupGatewayClientTypes { endMinuteOfHour: Swift.Int? = nil, startHourOfDay: Swift.Int? = nil, startMinuteOfHour: Swift.Int? = nil - ) - { + ) { self.averageUploadRateLimitInBitsPerSec = averageUploadRateLimitInBitsPerSec self.daysOfWeek = daysOfWeek self.endHourOfDay = endHourOfDay @@ -204,8 +197,7 @@ public struct GetBandwidthRateLimitScheduleOutput: Swift.Sendable { public init( bandwidthRateLimitIntervals: [BackupGatewayClientTypes.BandwidthRateLimitInterval]? = nil, gatewayArn: Swift.String? = nil - ) - { + ) { self.bandwidthRateLimitIntervals = bandwidthRateLimitIntervals self.gatewayArn = gatewayArn } @@ -222,8 +214,7 @@ public struct PutBandwidthRateLimitScheduleInput: Swift.Sendable { public init( bandwidthRateLimitIntervals: [BackupGatewayClientTypes.BandwidthRateLimitInterval]? = nil, gatewayArn: Swift.String? = nil - ) - { + ) { self.bandwidthRateLimitIntervals = bandwidthRateLimitIntervals self.gatewayArn = gatewayArn } @@ -235,8 +226,7 @@ public struct PutBandwidthRateLimitScheduleOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -281,8 +271,7 @@ extension BackupGatewayClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -307,8 +296,7 @@ public struct CreateGatewayInput: Swift.Sendable { gatewayDisplayName: Swift.String? = nil, gatewayType: BackupGatewayClientTypes.GatewayType? = nil, tags: [BackupGatewayClientTypes.Tag]? = nil - ) - { + ) { self.activationKey = activationKey self.gatewayDisplayName = gatewayDisplayName self.gatewayType = gatewayType @@ -322,8 +310,7 @@ public struct CreateGatewayOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -335,8 +322,7 @@ public struct DeleteGatewayInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -347,8 +333,7 @@ public struct DeleteGatewayOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -360,8 +345,7 @@ public struct DisassociateGatewayFromServerInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -372,8 +356,7 @@ public struct DisassociateGatewayFromServerOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -385,8 +368,7 @@ public struct GetGatewayInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -411,8 +393,7 @@ extension BackupGatewayClientTypes { dayOfWeek: Swift.Int? = nil, hourOfDay: Swift.Int? = nil, minuteOfHour: Swift.Int? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.hourOfDay = hourOfDay @@ -451,8 +432,7 @@ extension BackupGatewayClientTypes { maintenanceStartTime: BackupGatewayClientTypes.MaintenanceStartTime? = nil, nextUpdateAvailabilityTime: Foundation.Date? = nil, vpcEndpoint: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayDisplayName = gatewayDisplayName self.gatewayType = gatewayType @@ -471,8 +451,7 @@ public struct GetGatewayOutput: Swift.Sendable { public init( gateway: BackupGatewayClientTypes.GatewayDetails? = nil - ) - { + ) { self.gateway = gateway } } @@ -486,8 +465,7 @@ public struct ListGatewaysInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -514,8 +492,7 @@ extension BackupGatewayClientTypes { gatewayType: BackupGatewayClientTypes.GatewayType? = nil, hypervisorId: Swift.String? = nil, lastSeenTime: Foundation.Date? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayDisplayName = gatewayDisplayName self.gatewayType = gatewayType @@ -534,8 +511,7 @@ public struct ListGatewaysOutput: Swift.Sendable { public init( gateways: [BackupGatewayClientTypes.Gateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gateways = gateways self.nextToken = nextToken } @@ -562,8 +538,7 @@ public struct PutMaintenanceStartTimeInput: Swift.Sendable { gatewayArn: Swift.String? = nil, hourOfDay: Swift.Int? = nil, minuteOfHour: Swift.Int? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.gatewayArn = gatewayArn @@ -578,8 +553,7 @@ public struct PutMaintenanceStartTimeOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -601,8 +575,7 @@ public struct TestHypervisorConfigurationInput: Swift.Sendable { host: Swift.String? = nil, password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.host = host self.password = password @@ -630,8 +603,7 @@ public struct UpdateGatewayInformationInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil, gatewayDisplayName: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayDisplayName = gatewayDisplayName } @@ -643,8 +615,7 @@ public struct UpdateGatewayInformationOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -656,8 +627,7 @@ public struct UpdateGatewaySoftwareNowInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -668,8 +638,7 @@ public struct UpdateGatewaySoftwareNowOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -681,8 +650,7 @@ public struct DeleteHypervisorInput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -693,8 +661,7 @@ public struct DeleteHypervisorOutput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -706,8 +673,7 @@ public struct GetHypervisorInput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -818,8 +784,7 @@ extension BackupGatewayClientTypes { logGroupArn: Swift.String? = nil, name: Swift.String? = nil, state: BackupGatewayClientTypes.HypervisorState? = nil - ) - { + ) { self.host = host self.hypervisorArn = hypervisorArn self.kmsKeyArn = kmsKeyArn @@ -839,8 +804,7 @@ public struct GetHypervisorOutput: Swift.Sendable { public init( hypervisor: BackupGatewayClientTypes.HypervisorDetails? = nil - ) - { + ) { self.hypervisor = hypervisor } } @@ -852,8 +816,7 @@ public struct GetHypervisorPropertyMappingsInput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -880,8 +843,7 @@ extension BackupGatewayClientTypes { awsTagValue: Swift.String? = nil, vmwareCategory: Swift.String? = nil, vmwareTagName: Swift.String? = nil - ) - { + ) { self.awsTagKey = awsTagKey self.awsTagValue = awsTagValue self.vmwareCategory = vmwareCategory @@ -902,8 +864,7 @@ public struct GetHypervisorPropertyMappingsOutput: Swift.Sendable { hypervisorArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil, vmwareToAwsTagMappings: [BackupGatewayClientTypes.VmwareToAwsTagMapping]? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn self.iamRoleArn = iamRoleArn self.vmwareToAwsTagMappings = vmwareToAwsTagMappings @@ -925,8 +886,7 @@ public struct PutHypervisorPropertyMappingsInput: Swift.Sendable { hypervisorArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil, vmwareToAwsTagMappings: [BackupGatewayClientTypes.VmwareToAwsTagMapping]? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn self.iamRoleArn = iamRoleArn self.vmwareToAwsTagMappings = vmwareToAwsTagMappings @@ -939,8 +899,7 @@ public struct PutHypervisorPropertyMappingsOutput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -968,8 +927,7 @@ public struct ImportHypervisorConfigurationInput: Swift.Sendable { password: Swift.String? = nil, tags: [BackupGatewayClientTypes.Tag]? = nil, username: Swift.String? = nil - ) - { + ) { self.host = host self.kmsKeyArn = kmsKeyArn self.name = name @@ -990,8 +948,7 @@ public struct ImportHypervisorConfigurationOutput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -1005,8 +962,7 @@ public struct ListHypervisorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1033,8 +989,7 @@ extension BackupGatewayClientTypes { kmsKeyArn: Swift.String? = nil, name: Swift.String? = nil, state: BackupGatewayClientTypes.HypervisorState? = nil - ) - { + ) { self.host = host self.hypervisorArn = hypervisorArn self.kmsKeyArn = kmsKeyArn @@ -1053,8 +1008,7 @@ public struct ListHypervisorsOutput: Swift.Sendable { public init( hypervisors: [BackupGatewayClientTypes.Hypervisor]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hypervisors = hypervisors self.nextToken = nextToken } @@ -1067,8 +1021,7 @@ public struct StartVirtualMachinesMetadataSyncInput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -1079,8 +1032,7 @@ public struct StartVirtualMachinesMetadataSyncOutput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -1107,8 +1059,7 @@ public struct UpdateHypervisorInput: Swift.Sendable { name: Swift.String? = nil, password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.host = host self.hypervisorArn = hypervisorArn self.logGroupArn = logGroupArn @@ -1129,8 +1080,7 @@ public struct UpdateHypervisorOutput: Swift.Sendable { public init( hypervisorArn: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn } } @@ -1156,8 +1106,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1170,8 +1119,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1185,8 +1133,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [BackupGatewayClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1203,8 +1150,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [BackupGatewayClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1216,8 +1162,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1244,8 +1189,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1262,8 +1206,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -1275,8 +1218,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1302,8 +1244,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1316,8 +1257,7 @@ public struct GetVirtualMachineInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1337,8 +1277,7 @@ extension BackupGatewayClientTypes { vmwareCategory: Swift.String? = nil, vmwareTagDescription: Swift.String? = nil, vmwareTagName: Swift.String? = nil - ) - { + ) { self.vmwareCategory = vmwareCategory self.vmwareTagDescription = vmwareTagDescription self.vmwareTagName = vmwareTagName @@ -1373,8 +1312,7 @@ extension BackupGatewayClientTypes { path: Swift.String? = nil, resourceArn: Swift.String? = nil, vmwareTags: [BackupGatewayClientTypes.VmwareTag]? = nil - ) - { + ) { self.hostName = hostName self.hypervisorId = hypervisorId self.lastBackupDate = lastBackupDate @@ -1392,8 +1330,7 @@ public struct GetVirtualMachineOutput: Swift.Sendable { public init( virtualMachine: BackupGatewayClientTypes.VirtualMachineDetails? = nil - ) - { + ) { self.virtualMachine = virtualMachine } } @@ -1410,8 +1347,7 @@ public struct ListVirtualMachinesInput: Swift.Sendable { hypervisorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hypervisorArn = hypervisorArn self.maxResults = maxResults self.nextToken = nextToken @@ -1442,8 +1378,7 @@ extension BackupGatewayClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.hostName = hostName self.hypervisorId = hypervisorId self.lastBackupDate = lastBackupDate @@ -1463,8 +1398,7 @@ public struct ListVirtualMachinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualMachines: [BackupGatewayClientTypes.VirtualMachine]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualMachines = virtualMachines } diff --git a/Sources/Services/AWSBackupSearch/Package.swift.txt b/Sources/Services/AWSBackupSearch/Package.swift.txt index df622101483..716462a3a95 100644 --- a/Sources/Services/AWSBackupSearch/Package.swift.txt +++ b/Sources/Services/AWSBackupSearch/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/BackupSearchClient.swift b/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/BackupSearchClient.swift index b78432d8845..8f24a0ae24b 100644 --- a/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/BackupSearchClient.swift +++ b/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/BackupSearchClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BackupSearchClient: ClientRuntime.Client { public static let clientName = "BackupSearchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BackupSearchClient.BackupSearchClientConfiguration let serviceName = "BackupSearch" diff --git a/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/Models.swift b/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/Models.swift index 2395552776b..f4f81640dcf 100644 --- a/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/Models.swift +++ b/Sources/Services/AWSBackupSearch/Sources/AWSBackupSearch/Models.swift @@ -52,8 +52,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ extension BackupSearchClientTypes { public init( createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore } @@ -106,8 +104,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -137,8 +134,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -172,8 +168,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -193,8 +188,7 @@ public struct ListSearchJobBackupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchJobIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.searchJobIdentifier = searchJobIdentifier @@ -295,8 +289,7 @@ extension BackupSearchClientTypes { sourceResourceArn: Swift.String? = nil, status: BackupSearchClientTypes.SearchJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.backupCreationTime = backupCreationTime self.backupResourceArn = backupResourceArn self.indexCreationTime = indexCreationTime @@ -318,8 +311,7 @@ public struct ListSearchJobBackupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [BackupSearchClientTypes.SearchJobBackupsResult]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -338,8 +330,7 @@ public struct ListSearchJobResultsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchJobIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.searchJobIdentifier = searchJobIdentifier @@ -376,8 +367,7 @@ extension BackupSearchClientTypes { fileSystemIdentifier: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, sourceResourceArn: Swift.String? = nil - ) - { + ) { self.backupResourceArn = backupResourceArn self.backupVaultName = backupVaultName self.creationTime = creationTime @@ -425,8 +415,7 @@ extension BackupSearchClientTypes { objectSize: Swift.Int? = nil, sourceResourceArn: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.backupResourceArn = backupResourceArn self.backupVaultName = backupVaultName self.creationTime = creationTime @@ -466,8 +455,7 @@ public struct ListSearchJobResultsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [BackupSearchClientTypes.ResultItem]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -480,8 +468,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -492,8 +479,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.tags = tags } } @@ -513,8 +499,7 @@ extension BackupSearchClientTypes { itemsMatchedCount: Swift.Int? = nil, itemsScannedCount: Swift.Int? = nil, recoveryPointsScannedCount: Swift.Int? = nil - ) - { + ) { self.itemsMatchedCount = itemsMatchedCount self.itemsScannedCount = itemsScannedCount self.recoveryPointsScannedCount = recoveryPointsScannedCount @@ -529,8 +514,7 @@ public struct GetSearchJobInput: Swift.Sendable { public init( searchJobIdentifier: Swift.String? = nil - ) - { + ) { self.searchJobIdentifier = searchJobIdentifier } } @@ -583,8 +567,7 @@ extension BackupSearchClientTypes { public init( `operator`: BackupSearchClientTypes.TimeConditionOperator? = .equalsTo, value: Foundation.Date? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -651,8 +634,7 @@ extension BackupSearchClientTypes { public init( `operator`: BackupSearchClientTypes.StringConditionOperator? = .equalsTo, value: Swift.String? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -707,8 +689,7 @@ extension BackupSearchClientTypes { public init( `operator`: BackupSearchClientTypes.LongConditionOperator? = .equalsTo, value: Swift.Int? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -733,8 +714,7 @@ extension BackupSearchClientTypes { filePaths: [BackupSearchClientTypes.StringCondition]? = nil, lastModificationTimes: [BackupSearchClientTypes.TimeCondition]? = nil, sizes: [BackupSearchClientTypes.LongCondition]? = nil - ) - { + ) { self.creationTimes = creationTimes self.filePaths = filePaths self.lastModificationTimes = lastModificationTimes @@ -764,8 +744,7 @@ extension BackupSearchClientTypes { objectKeys: [BackupSearchClientTypes.StringCondition]? = nil, sizes: [BackupSearchClientTypes.LongCondition]? = nil, versionIds: [BackupSearchClientTypes.StringCondition]? = nil - ) - { + ) { self.creationTimes = creationTimes self.eTags = eTags self.objectKeys = objectKeys @@ -787,8 +766,7 @@ extension BackupSearchClientTypes { public init( ebsItemFilters: [BackupSearchClientTypes.EBSItemFilter]? = nil, s3ItemFilters: [BackupSearchClientTypes.S3ItemFilter]? = nil - ) - { + ) { self.ebsItemFilters = ebsItemFilters self.s3ItemFilters = s3ItemFilters } @@ -817,8 +795,7 @@ extension BackupSearchClientTypes { backupResourceTags: [Swift.String: Swift.String?]? = nil, backupResourceTypes: [BackupSearchClientTypes.ResourceType]? = nil, sourceResourceArns: [Swift.String]? = nil - ) - { + ) { self.backupResourceArns = backupResourceArns self.backupResourceCreationTime = backupResourceCreationTime self.backupResourceTags = backupResourceTags @@ -844,8 +821,7 @@ extension BackupSearchClientTypes { public init( totalItemsToScanCount: Swift.Int? = nil, totalRecoveryPointsToScanCount: Swift.Int? = nil - ) - { + ) { self.totalItemsToScanCount = totalItemsToScanCount self.totalRecoveryPointsToScanCount = totalRecoveryPointsToScanCount } @@ -901,8 +877,7 @@ public struct GetSearchJobOutput: Swift.Sendable { searchScopeSummary: BackupSearchClientTypes.SearchScopeSummary? = nil, status: BackupSearchClientTypes.SearchJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.currentSearchProgress = currentSearchProgress @@ -930,8 +905,7 @@ public struct ListSearchJobsInput: Swift.Sendable { byStatus: BackupSearchClientTypes.SearchJobState? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byStatus = byStatus self.maxResults = maxResults self.nextToken = nextToken @@ -972,8 +946,7 @@ extension BackupSearchClientTypes { searchScopeSummary: BackupSearchClientTypes.SearchScopeSummary? = nil, status: BackupSearchClientTypes.SearchJobState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.name = name @@ -996,8 +969,7 @@ public struct ListSearchJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, searchJobs: [BackupSearchClientTypes.SearchJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.searchJobs = searchJobs } @@ -1039,8 +1011,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1071,8 +1042,7 @@ public struct StartSearchJobInput: Swift.Sendable { name: Swift.String? = nil, searchScope: BackupSearchClientTypes.SearchScope? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.clientToken = clientToken self.encryptionKeyArn = encryptionKeyArn self.itemFilters = itemFilters @@ -1094,8 +1064,7 @@ public struct StartSearchJobOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, searchJobArn: Swift.String? = nil, searchJobIdentifier: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.searchJobArn = searchJobArn self.searchJobIdentifier = searchJobIdentifier @@ -1109,8 +1078,7 @@ public struct StopSearchJobInput: Swift.Sendable { public init( searchJobIdentifier: Swift.String? = nil - ) - { + ) { self.searchJobIdentifier = searchJobIdentifier } } @@ -1165,8 +1133,7 @@ extension BackupSearchClientTypes { public init( destinationBucket: Swift.String? = nil, destinationPrefix: Swift.String? = nil - ) - { + ) { self.destinationBucket = destinationBucket self.destinationPrefix = destinationPrefix } @@ -1190,8 +1157,7 @@ public struct GetSearchResultExportJobInput: Swift.Sendable { public init( exportJobIdentifier: Swift.String? = nil - ) - { + ) { self.exportJobIdentifier = exportJobIdentifier } } @@ -1224,8 +1190,7 @@ public struct GetSearchResultExportJobOutput: Swift.Sendable { searchJobArn: Swift.String? = nil, status: BackupSearchClientTypes.ExportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.exportJobArn = exportJobArn @@ -1252,8 +1217,7 @@ public struct ListSearchResultExportJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchJobIdentifier: Swift.String? = nil, status: BackupSearchClientTypes.ExportJobStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.searchJobIdentifier = searchJobIdentifier @@ -1289,8 +1253,7 @@ extension BackupSearchClientTypes { searchJobArn: Swift.String? = nil, status: BackupSearchClientTypes.ExportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.exportJobArn = exportJobArn @@ -1312,8 +1275,7 @@ public struct ListSearchResultExportJobsOutput: Swift.Sendable { public init( exportJobs: [BackupSearchClientTypes.ExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportJobs = exportJobs self.nextToken = nextToken } @@ -1339,8 +1301,7 @@ public struct StartSearchResultExportJobInput: Swift.Sendable { roleArn: Swift.String? = nil, searchJobIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.clientToken = clientToken self.exportSpecification = exportSpecification self.roleArn = roleArn @@ -1359,8 +1320,7 @@ public struct StartSearchResultExportJobOutput: Swift.Sendable { public init( exportJobArn: Swift.String? = nil, exportJobIdentifier: Swift.String? = nil - ) - { + ) { self.exportJobArn = exportJobArn self.exportJobIdentifier = exportJobIdentifier } @@ -1377,8 +1337,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1418,8 +1377,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -1438,8 +1396,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1470,8 +1427,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } diff --git a/Sources/Services/AWSBatch/Package.swift.txt b/Sources/Services/AWSBatch/Package.swift.txt index fdd9b51947f..dd48e07c6ad 100644 --- a/Sources/Services/AWSBatch/Package.swift.txt +++ b/Sources/Services/AWSBatch/Package.swift.txt @@ -40,24 +40,20 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSBatch/Sources/AWSBatch/BatchClient.swift b/Sources/Services/AWSBatch/Sources/AWSBatch/BatchClient.swift index 55b00728200..2ad548dab81 100644 --- a/Sources/Services/AWSBatch/Sources/AWSBatch/BatchClient.swift +++ b/Sources/Services/AWSBatch/Sources/AWSBatch/BatchClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BatchClient: ClientRuntime.Client { public static let clientName = "BatchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BatchClient.BatchClientConfiguration let serviceName = "Batch" diff --git a/Sources/Services/AWSBatch/Sources/AWSBatch/Models.swift b/Sources/Services/AWSBatch/Sources/AWSBatch/Models.swift index 597849e77c2..819bd2ab579 100644 --- a/Sources/Services/AWSBatch/Sources/AWSBatch/Models.swift +++ b/Sources/Services/AWSBatch/Sources/AWSBatch/Models.swift @@ -65,8 +65,7 @@ extension BatchClientTypes { public init( size: Swift.Int? = nil - ) - { + ) { self.size = size } } @@ -87,8 +86,7 @@ extension BatchClientTypes { index: Swift.Int? = nil, size: Swift.Int? = nil, statusSummary: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.index = index self.size = size self.statusSummary = statusSummary @@ -108,8 +106,7 @@ extension BatchClientTypes { public init( index: Swift.Int? = nil, size: Swift.Int? = nil - ) - { + ) { self.index = index self.size = size } @@ -160,8 +157,7 @@ extension BatchClientTypes { attachmentId: Swift.String? = nil, ipv6Address: Swift.String? = nil, privateIpv4Address: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.ipv6Address = ipv6Address self.privateIpv4Address = privateIpv4Address @@ -193,8 +189,7 @@ extension BatchClientTypes { networkInterfaces: [BatchClientTypes.NetworkInterface]? = nil, reason: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.containerInstanceArn = containerInstanceArn self.exitCode = exitCode self.logStreamName = logStreamName @@ -226,8 +221,7 @@ extension BatchClientTypes { name: Swift.String? = nil, networkInterfaces: [BatchClientTypes.NetworkInterface]? = nil, reason: Swift.String? = nil - ) - { + ) { self.exitCode = exitCode self.logStreamName = logStreamName self.name = name @@ -252,8 +246,7 @@ extension BatchClientTypes { containerInstanceArn: Swift.String? = nil, containers: [BatchClientTypes.AttemptTaskContainerDetails]? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.containerInstanceArn = containerInstanceArn self.containers = containers self.taskArn = taskArn @@ -282,8 +275,7 @@ extension BatchClientTypes { statusReason: Swift.String? = nil, stoppedAt: Swift.Int? = nil, taskProperties: [BatchClientTypes.AttemptEcsTaskDetails]? = nil - ) - { + ) { self.container = container self.startedAt = startedAt self.statusReason = statusReason @@ -311,8 +303,7 @@ public struct ClientException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -335,8 +326,7 @@ public struct ServerException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -353,8 +343,7 @@ public struct CancelJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.reason = reason } @@ -416,8 +405,7 @@ extension BatchClientTypes { imageIdOverride: Swift.String? = nil, imageKubernetesVersion: Swift.String? = nil, imageType: Swift.String? = nil - ) - { + ) { self.imageIdOverride = imageIdOverride self.imageKubernetesVersion = imageKubernetesVersion self.imageType = imageType @@ -451,8 +439,7 @@ extension BatchClientTypes { launchTemplateName: Swift.String? = nil, targetInstanceTypes: [Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.targetInstanceTypes = targetInstanceTypes @@ -479,8 +466,7 @@ extension BatchClientTypes { launchTemplateName: Swift.String? = nil, overrides: [BatchClientTypes.LaunchTemplateSpecificationOverride]? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.overrides = overrides @@ -585,8 +571,7 @@ extension BatchClientTypes { subnets: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, type: BatchClientTypes.CRType? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.bidPercentage = bidPercentage self.desiredvCpus = desiredvCpus @@ -622,8 +607,7 @@ extension BatchClientTypes { public init( eksClusterArn: Swift.String? = nil, kubernetesNamespace: Swift.String? = nil - ) - { + ) { self.eksClusterArn = eksClusterArn self.kubernetesNamespace = kubernetesNamespace } @@ -721,8 +705,7 @@ public struct CreateComputeEnvironmentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: BatchClientTypes.CEType? = nil, unmanagedvCpus: Swift.Int? = nil - ) - { + ) { self.computeEnvironmentName = computeEnvironmentName self.computeResources = computeResources self.context = context @@ -744,8 +727,7 @@ public struct CreateComputeEnvironmentOutput: Swift.Sendable { public init( computeEnvironmentArn: Swift.String? = nil, computeEnvironmentName: Swift.String? = nil - ) - { + ) { self.computeEnvironmentArn = computeEnvironmentArn self.computeEnvironmentName = computeEnvironmentName } @@ -765,8 +747,7 @@ extension BatchClientTypes { public init( computeEnvironment: Swift.String? = nil, order: Swift.Int? = nil - ) - { + ) { self.computeEnvironment = computeEnvironment self.order = order } @@ -847,8 +828,7 @@ extension BatchClientTypes { maxTimeSeconds: Swift.Int? = nil, reason: Swift.String? = nil, state: BatchClientTypes.JobStateTimeLimitActionsState? = nil - ) - { + ) { self.action = action self.maxTimeSeconds = maxTimeSeconds self.reason = reason @@ -914,8 +894,7 @@ public struct CreateJobQueueInput: Swift.Sendable { schedulingPolicyArn: Swift.String? = nil, state: BatchClientTypes.JQState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.computeEnvironmentOrder = computeEnvironmentOrder self.jobQueueName = jobQueueName self.jobStateTimeLimitActions = jobStateTimeLimitActions @@ -937,8 +916,7 @@ public struct CreateJobQueueOutput: Swift.Sendable { public init( jobQueueArn: Swift.String? = nil, jobQueueName: Swift.String? = nil - ) - { + ) { self.jobQueueArn = jobQueueArn self.jobQueueName = jobQueueName } @@ -957,8 +935,7 @@ extension BatchClientTypes { public init( shareIdentifier: Swift.String? = nil, weightFactor: Swift.Float? = nil - ) - { + ) { self.shareIdentifier = shareIdentifier self.weightFactor = weightFactor } @@ -980,8 +957,7 @@ extension BatchClientTypes { computeReservation: Swift.Int? = nil, shareDecaySeconds: Swift.Int? = nil, shareDistribution: [BatchClientTypes.ShareAttributes]? = nil - ) - { + ) { self.computeReservation = computeReservation self.shareDecaySeconds = shareDecaySeconds self.shareDistribution = shareDistribution @@ -1003,8 +979,7 @@ public struct CreateSchedulingPolicyInput: Swift.Sendable { fairsharePolicy: BatchClientTypes.FairsharePolicy? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.fairsharePolicy = fairsharePolicy self.name = name self.tags = tags @@ -1022,8 +997,7 @@ public struct CreateSchedulingPolicyOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1037,8 +1011,7 @@ public struct DeleteComputeEnvironmentInput: Swift.Sendable { public init( computeEnvironment: Swift.String? = nil - ) - { + ) { self.computeEnvironment = computeEnvironment } } @@ -1056,8 +1029,7 @@ public struct DeleteJobQueueInput: Swift.Sendable { public init( jobQueue: Swift.String? = nil - ) - { + ) { self.jobQueue = jobQueue } } @@ -1075,8 +1047,7 @@ public struct DeleteSchedulingPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1093,8 +1064,7 @@ public struct DeregisterJobDefinitionInput: Swift.Sendable { public init( jobDefinition: Swift.String? = nil - ) - { + ) { self.jobDefinition = jobDefinition } } @@ -1117,8 +1087,7 @@ public struct DescribeComputeEnvironmentsInput: Swift.Sendable { computeEnvironments: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeEnvironments = computeEnvironments self.maxResults = maxResults self.nextToken = nextToken @@ -1207,8 +1176,7 @@ extension BatchClientTypes { public init( jobExecutionTimeoutMinutes: Swift.Int? = nil, terminateJobsOnUpdate: Swift.Bool? = nil - ) - { + ) { self.jobExecutionTimeoutMinutes = jobExecutionTimeoutMinutes self.terminateJobsOnUpdate = terminateJobsOnUpdate } @@ -1271,8 +1239,7 @@ extension BatchClientTypes { unmanagedvCpus: Swift.Int? = nil, updatePolicy: BatchClientTypes.UpdatePolicy? = nil, uuid: Swift.String? = nil - ) - { + ) { self.computeEnvironmentArn = computeEnvironmentArn self.computeEnvironmentName = computeEnvironmentName self.computeResources = computeResources @@ -1302,8 +1269,7 @@ public struct DescribeComputeEnvironmentsOutput: Swift.Sendable { public init( computeEnvironments: [BatchClientTypes.ComputeEnvironmentDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeEnvironments = computeEnvironments self.nextToken = nextToken } @@ -1328,8 +1294,7 @@ public struct DescribeJobDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName self.jobDefinitions = jobDefinitions self.maxResults = maxResults @@ -1350,8 +1315,7 @@ extension BatchClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1368,8 +1332,7 @@ extension BatchClientTypes { public init( sizeInGiB: Swift.Int? = nil - ) - { + ) { self.sizeInGiB = sizeInGiB } } @@ -1384,8 +1347,7 @@ extension BatchClientTypes { public init( platformVersion: Swift.String? = nil - ) - { + ) { self.platformVersion = platformVersion } } @@ -1439,8 +1401,7 @@ extension BatchClientTypes { containerPath: Swift.String? = nil, hostPath: Swift.String? = nil, permissions: [BatchClientTypes.DeviceCgroupPermission]? = nil - ) - { + ) { self.containerPath = containerPath self.hostPath = hostPath self.permissions = permissions @@ -1465,8 +1426,7 @@ extension BatchClientTypes { containerPath: Swift.String? = nil, mountOptions: [Swift.String]? = nil, size: Swift.Int? = nil - ) - { + ) { self.containerPath = containerPath self.mountOptions = mountOptions self.size = size @@ -1507,8 +1467,7 @@ extension BatchClientTypes { sharedMemorySize: Swift.Int? = nil, swappiness: Swift.Int? = nil, tmpfs: [BatchClientTypes.Tmpfs]? = nil - ) - { + ) { self.devices = devices self.initProcessEnabled = initProcessEnabled self.maxSwap = maxSwap @@ -1584,8 +1543,7 @@ extension BatchClientTypes { public init( name: Swift.String? = nil, valueFrom: Swift.String? = nil - ) - { + ) { self.name = name self.valueFrom = valueFrom } @@ -1608,8 +1566,7 @@ extension BatchClientTypes { logDriver: BatchClientTypes.LogDriver? = nil, options: [Swift.String: Swift.String]? = nil, secretOptions: [BatchClientTypes.Secret]? = nil - ) - { + ) { self.logDriver = logDriver self.options = options self.secretOptions = secretOptions @@ -1632,8 +1589,7 @@ extension BatchClientTypes { containerPath: Swift.String? = nil, readOnly: Swift.Bool? = nil, sourceVolume: Swift.String? = nil - ) - { + ) { self.containerPath = containerPath self.readOnly = readOnly self.sourceVolume = sourceVolume @@ -1650,8 +1606,7 @@ extension BatchClientTypes { public init( assignPublicIp: BatchClientTypes.AssignPublicIp? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp } } @@ -1667,8 +1622,7 @@ extension BatchClientTypes { public init( credentialsParameter: Swift.String? = nil - ) - { + ) { self.credentialsParameter = credentialsParameter } } @@ -1720,8 +1674,7 @@ extension BatchClientTypes { public init( type: BatchClientTypes.ResourceType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1740,8 +1693,7 @@ extension BatchClientTypes { public init( cpuArchitecture: Swift.String? = nil, operatingSystemFamily: Swift.String? = nil - ) - { + ) { self.cpuArchitecture = cpuArchitecture self.operatingSystemFamily = operatingSystemFamily } @@ -1766,8 +1718,7 @@ extension BatchClientTypes { hardLimit: Swift.Int? = nil, name: Swift.String? = nil, softLimit: Swift.Int? = nil - ) - { + ) { self.hardLimit = hardLimit self.name = name self.softLimit = softLimit @@ -1816,8 +1767,7 @@ extension BatchClientTypes { public init( accessPointId: Swift.String? = nil, iam: BatchClientTypes.EFSAuthorizationConfigIAM? = nil - ) - { + ) { self.accessPointId = accessPointId self.iam = iam } @@ -1875,8 +1825,7 @@ extension BatchClientTypes { rootDirectory: Swift.String? = nil, transitEncryption: BatchClientTypes.EFSTransitEncryption? = nil, transitEncryptionPort: Swift.Int? = nil - ) - { + ) { self.authorizationConfig = authorizationConfig self.fileSystemId = fileSystemId self.rootDirectory = rootDirectory @@ -1895,8 +1844,7 @@ extension BatchClientTypes { public init( sourcePath: Swift.String? = nil - ) - { + ) { self.sourcePath = sourcePath } } @@ -1917,8 +1865,7 @@ extension BatchClientTypes { efsVolumeConfiguration: BatchClientTypes.EFSVolumeConfiguration? = nil, host: BatchClientTypes.Host? = nil, name: Swift.String? = nil - ) - { + ) { self.efsVolumeConfiguration = efsVolumeConfiguration self.host = host self.name = name @@ -2013,8 +1960,7 @@ extension BatchClientTypes { user: Swift.String? = nil, vcpus: Swift.Int? = nil, volumes: [BatchClientTypes.Volume]? = nil - ) - { + ) { self.command = command self.environment = environment self.ephemeralStorage = ephemeralStorage @@ -2060,8 +2006,7 @@ extension BatchClientTypes { public init( condition: Swift.String? = nil, containerName: Swift.String? = nil - ) - { + ) { self.condition = condition self.containerName = containerName } @@ -2138,8 +2083,7 @@ extension BatchClientTypes { secrets: [BatchClientTypes.Secret]? = nil, ulimits: [BatchClientTypes.Ulimit]? = nil, user: Swift.String? = nil - ) - { + ) { self.command = command self.dependsOn = dependsOn self.environment = environment @@ -2197,8 +2141,7 @@ extension BatchClientTypes { runtimePlatform: BatchClientTypes.RuntimePlatform? = nil, taskRoleArn: Swift.String? = nil, volumes: [BatchClientTypes.Volume]? = nil - ) - { + ) { self.containers = containers self.ephemeralStorage = ephemeralStorage self.executionRoleArn = executionRoleArn @@ -2223,8 +2166,7 @@ extension BatchClientTypes { public init( taskProperties: [BatchClientTypes.EcsTaskProperties]? = nil - ) - { + ) { self.taskProperties = taskProperties } } @@ -2243,8 +2185,7 @@ extension BatchClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2263,8 +2204,7 @@ extension BatchClientTypes { public init( limits: [Swift.String: Swift.String]? = nil, requests: [Swift.String: Swift.String]? = nil - ) - { + ) { self.limits = limits self.requests = requests } @@ -2295,8 +2235,7 @@ extension BatchClientTypes { runAsGroup: Swift.Int? = nil, runAsNonRoot: Swift.Bool? = nil, runAsUser: Swift.Int? = nil - ) - { + ) { self.allowPrivilegeEscalation = allowPrivilegeEscalation self.privileged = privileged self.readOnlyRootFilesystem = readOnlyRootFilesystem @@ -2325,8 +2264,7 @@ extension BatchClientTypes { name: Swift.String? = nil, readOnly: Swift.Bool? = nil, subPath: Swift.String? = nil - ) - { + ) { self.mountPath = mountPath self.name = name self.readOnly = readOnly @@ -2369,8 +2307,7 @@ extension BatchClientTypes { resources: BatchClientTypes.EksContainerResourceRequirements? = nil, securityContext: BatchClientTypes.EksContainerSecurityContext? = nil, volumeMounts: [BatchClientTypes.EksContainerVolumeMount]? = nil - ) - { + ) { self.args = args self.command = command self.env = env @@ -2394,8 +2331,7 @@ extension BatchClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2434,8 +2370,7 @@ extension BatchClientTypes { annotations: [Swift.String: Swift.String]? = nil, labels: [Swift.String: Swift.String]? = nil, namespace: Swift.String? = nil - ) - { + ) { self.annotations = annotations self.labels = labels self.namespace = namespace @@ -2455,8 +2390,7 @@ extension BatchClientTypes { public init( medium: Swift.String? = nil, sizeLimit: Swift.String? = nil - ) - { + ) { self.medium = medium self.sizeLimit = sizeLimit } @@ -2472,8 +2406,7 @@ extension BatchClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -2492,8 +2425,7 @@ extension BatchClientTypes { public init( claimName: Swift.String? = nil, readOnly: Swift.Bool? = nil - ) - { + ) { self.claimName = claimName self.readOnly = readOnly } @@ -2513,8 +2445,7 @@ extension BatchClientTypes { public init( `optional`: Swift.Bool? = nil, secretName: Swift.String? = nil - ) - { + ) { self.`optional` = `optional` self.secretName = secretName } @@ -2543,8 +2474,7 @@ extension BatchClientTypes { name: Swift.String? = nil, persistentVolumeClaim: BatchClientTypes.EksPersistentVolumeClaim? = nil, secret: BatchClientTypes.EksSecret? = nil - ) - { + ) { self.emptyDir = emptyDir self.hostPath = hostPath self.name = name @@ -2587,8 +2517,7 @@ extension BatchClientTypes { serviceAccountName: Swift.String? = nil, shareProcessNamespace: Swift.Bool? = nil, volumes: [BatchClientTypes.EksVolume]? = nil - ) - { + ) { self.containers = containers self.dnsPolicy = dnsPolicy self.hostNetwork = hostNetwork @@ -2611,8 +2540,7 @@ extension BatchClientTypes { public init( podProperties: BatchClientTypes.EksPodProperties? = nil - ) - { + ) { self.podProperties = podProperties } } @@ -2640,8 +2568,7 @@ extension BatchClientTypes { eksProperties: BatchClientTypes.EksProperties? = nil, instanceTypes: [Swift.String]? = nil, targetNodes: Swift.String? = nil - ) - { + ) { self.container = container self.ecsProperties = ecsProperties self.eksProperties = eksProperties @@ -2669,8 +2596,7 @@ extension BatchClientTypes { mainNode: Swift.Int? = nil, nodeRangeProperties: [BatchClientTypes.NodeRangeProperty]? = nil, numNodes: Swift.Int? = nil - ) - { + ) { self.mainNode = mainNode self.nodeRangeProperties = nodeRangeProperties self.numNodes = numNodes @@ -2755,8 +2681,7 @@ extension BatchClientTypes { onExitCode: Swift.String? = nil, onReason: Swift.String? = nil, onStatusReason: Swift.String? = nil - ) - { + ) { self.action = action self.onExitCode = onExitCode self.onReason = onReason @@ -2777,8 +2702,7 @@ extension BatchClientTypes { public init( attempts: Swift.Int? = nil, evaluateOnExit: [BatchClientTypes.EvaluateOnExit]? = nil - ) - { + ) { self.attempts = attempts self.evaluateOnExit = evaluateOnExit } @@ -2794,8 +2718,7 @@ extension BatchClientTypes { public init( attemptDurationSeconds: Swift.Int? = nil - ) - { + ) { self.attemptDurationSeconds = attemptDurationSeconds } } @@ -2862,8 +2785,7 @@ extension BatchClientTypes { tags: [Swift.String: Swift.String]? = nil, timeout: BatchClientTypes.JobTimeout? = nil, type: Swift.String? = nil - ) - { + ) { self.containerOrchestrationType = containerOrchestrationType self.containerProperties = containerProperties self.ecsProperties = ecsProperties @@ -2894,8 +2816,7 @@ public struct DescribeJobDefinitionsOutput: Swift.Sendable { public init( jobDefinitions: [BatchClientTypes.JobDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobDefinitions = jobDefinitions self.nextToken = nextToken } @@ -2914,8 +2835,7 @@ public struct DescribeJobQueuesInput: Swift.Sendable { jobQueues: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobQueues = jobQueues self.maxResults = maxResults self.nextToken = nextToken @@ -3004,8 +2924,7 @@ extension BatchClientTypes { status: BatchClientTypes.JQStatus? = nil, statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.computeEnvironmentOrder = computeEnvironmentOrder self.jobQueueArn = jobQueueArn self.jobQueueName = jobQueueName @@ -3029,8 +2948,7 @@ public struct DescribeJobQueuesOutput: Swift.Sendable { public init( jobQueues: [BatchClientTypes.JobQueueDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobQueues = jobQueues self.nextToken = nextToken } @@ -3044,8 +2962,7 @@ public struct DescribeJobsInput: Swift.Sendable { public init( jobs: [Swift.String]? = nil - ) - { + ) { self.jobs = jobs } } @@ -3143,8 +3060,7 @@ extension BatchClientTypes { user: Swift.String? = nil, vcpus: Swift.Int? = nil, volumes: [BatchClientTypes.Volume]? = nil - ) - { + ) { self.command = command self.containerInstanceArn = containerInstanceArn self.environment = environment @@ -3190,8 +3106,7 @@ extension BatchClientTypes { public init( jobId: Swift.String? = nil, type: BatchClientTypes.ArrayJobDependency? = nil - ) - { + ) { self.jobId = jobId self.type = type } @@ -3280,8 +3195,7 @@ extension BatchClientTypes { secrets: [BatchClientTypes.Secret]? = nil, ulimits: [BatchClientTypes.Ulimit]? = nil, user: Swift.String? = nil - ) - { + ) { self.command = command self.dependsOn = dependsOn self.environment = environment @@ -3348,8 +3262,7 @@ extension BatchClientTypes { taskArn: Swift.String? = nil, taskRoleArn: Swift.String? = nil, volumes: [BatchClientTypes.Volume]? = nil - ) - { + ) { self.containerInstanceArn = containerInstanceArn self.containers = containers self.ephemeralStorage = ephemeralStorage @@ -3375,8 +3288,7 @@ extension BatchClientTypes { public init( taskProperties: [BatchClientTypes.EcsTaskDetails]? = nil - ) - { + ) { self.taskProperties = taskProperties } } @@ -3400,8 +3312,7 @@ extension BatchClientTypes { exitCode: Swift.Int? = nil, name: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.containerID = containerID self.exitCode = exitCode self.name = name @@ -3443,8 +3354,7 @@ extension BatchClientTypes { startedAt: Swift.Int? = nil, statusReason: Swift.String? = nil, stoppedAt: Swift.Int? = nil - ) - { + ) { self.containers = containers self.eksClusterArn = eksClusterArn self.initContainers = initContainers @@ -3497,8 +3407,7 @@ extension BatchClientTypes { resources: BatchClientTypes.EksContainerResourceRequirements? = nil, securityContext: BatchClientTypes.EksContainerSecurityContext? = nil, volumeMounts: [BatchClientTypes.EksContainerVolumeMount]? = nil - ) - { + ) { self.args = args self.command = command self.env = env @@ -3553,8 +3462,7 @@ extension BatchClientTypes { serviceAccountName: Swift.String? = nil, shareProcessNamespace: Swift.Bool? = nil, volumes: [BatchClientTypes.EksVolume]? = nil - ) - { + ) { self.containers = containers self.dnsPolicy = dnsPolicy self.hostNetwork = hostNetwork @@ -3579,8 +3487,7 @@ extension BatchClientTypes { public init( podProperties: BatchClientTypes.EksPodPropertiesDetail? = nil - ) - { + ) { self.podProperties = podProperties } } @@ -3598,8 +3505,7 @@ extension BatchClientTypes { public init( isMainNode: Swift.Bool? = nil, nodeIndex: Swift.Int? = nil - ) - { + ) { self.isMainNode = isMainNode self.nodeIndex = nodeIndex } @@ -3757,8 +3663,7 @@ extension BatchClientTypes { stoppedAt: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, timeout: BatchClientTypes.JobTimeout? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.attempts = attempts self.container = container @@ -3798,8 +3703,7 @@ public struct DescribeJobsOutput: Swift.Sendable { public init( jobs: [BatchClientTypes.JobDetail]? = nil - ) - { + ) { self.jobs = jobs } } @@ -3812,8 +3716,7 @@ public struct DescribeSchedulingPoliciesInput: Swift.Sendable { public init( arns: [Swift.String]? = nil - ) - { + ) { self.arns = arns } } @@ -3838,8 +3741,7 @@ extension BatchClientTypes { fairsharePolicy: BatchClientTypes.FairsharePolicy? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.fairsharePolicy = fairsharePolicy self.name = name @@ -3854,8 +3756,7 @@ public struct DescribeSchedulingPoliciesOutput: Swift.Sendable { public init( schedulingPolicies: [BatchClientTypes.SchedulingPolicyDetail]? = nil - ) - { + ) { self.schedulingPolicies = schedulingPolicies } } @@ -3867,8 +3768,7 @@ public struct GetJobQueueSnapshotInput: Swift.Sendable { public init( jobQueue: Swift.String? = nil - ) - { + ) { self.jobQueue = jobQueue } } @@ -3885,8 +3785,7 @@ extension BatchClientTypes { public init( earliestTimeAtPosition: Swift.Int? = nil, jobArn: Swift.String? = nil - ) - { + ) { self.earliestTimeAtPosition = earliestTimeAtPosition self.jobArn = jobArn } @@ -3905,8 +3804,7 @@ extension BatchClientTypes { public init( jobs: [BatchClientTypes.FrontOfQueueJobSummary]? = nil, lastUpdatedAt: Swift.Int? = nil - ) - { + ) { self.jobs = jobs self.lastUpdatedAt = lastUpdatedAt } @@ -3919,8 +3817,7 @@ public struct GetJobQueueSnapshotOutput: Swift.Sendable { public init( frontOfQueue: BatchClientTypes.FrontOfQueueDetail? = nil - ) - { + ) { self.frontOfQueue = frontOfQueue } } @@ -3937,8 +3834,7 @@ extension BatchClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3978,8 +3874,7 @@ public struct ListJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, multiNodeJobId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arrayJobId = arrayJobId self.filters = filters self.jobQueue = jobQueue @@ -4002,8 +3897,7 @@ extension BatchClientTypes { public init( exitCode: Swift.Int? = nil, reason: Swift.String? = nil - ) - { + ) { self.exitCode = exitCode self.reason = reason } @@ -4025,8 +3919,7 @@ extension BatchClientTypes { isMainNode: Swift.Bool? = nil, nodeIndex: Swift.Int? = nil, numNodes: Swift.Int? = nil - ) - { + ) { self.isMainNode = isMainNode self.nodeIndex = nodeIndex self.numNodes = numNodes @@ -4078,8 +3971,7 @@ extension BatchClientTypes { status: BatchClientTypes.JobStatus? = nil, statusReason: Swift.String? = nil, stoppedAt: Swift.Int? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.container = container self.createdAt = createdAt @@ -4106,8 +3998,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobSummaryList: [BatchClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaryList = jobSummaryList self.nextToken = nextToken } @@ -4123,8 +4014,7 @@ public struct ListSchedulingPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4140,8 +4030,7 @@ extension BatchClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4156,8 +4045,7 @@ public struct ListSchedulingPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schedulingPolicies: [BatchClientTypes.SchedulingPolicyListingDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.schedulingPolicies = schedulingPolicies } @@ -4171,8 +4059,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4183,8 +4070,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4270,8 +4156,7 @@ public struct RegisterJobDefinitionInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timeout: BatchClientTypes.JobTimeout? = nil, type: BatchClientTypes.JobDefinitionType? = nil - ) - { + ) { self.containerProperties = containerProperties self.ecsProperties = ecsProperties self.eksProperties = eksProperties @@ -4303,8 +4188,7 @@ public struct RegisterJobDefinitionOutput: Swift.Sendable { jobDefinitionArn: Swift.String? = nil, jobDefinitionName: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.jobDefinitionArn = jobDefinitionArn self.jobDefinitionName = jobDefinitionName self.revision = revision @@ -4337,8 +4221,7 @@ extension BatchClientTypes { memory: Swift.Int? = nil, resourceRequirements: [BatchClientTypes.ResourceRequirement]? = nil, vcpus: Swift.Int? = nil - ) - { + ) { self.command = command self.environment = environment self.instanceType = instanceType @@ -4367,8 +4250,7 @@ extension BatchClientTypes { environment: [BatchClientTypes.KeyValuePair]? = nil, name: Swift.String? = nil, resourceRequirements: [BatchClientTypes.ResourceRequirement]? = nil - ) - { + ) { self.command = command self.environment = environment self.name = name @@ -4386,8 +4268,7 @@ extension BatchClientTypes { public init( containers: [BatchClientTypes.TaskContainerOverrides]? = nil - ) - { + ) { self.containers = containers } } @@ -4402,8 +4283,7 @@ extension BatchClientTypes { public init( taskProperties: [BatchClientTypes.TaskPropertiesOverride]? = nil - ) - { + ) { self.taskProperties = taskProperties } } @@ -4433,8 +4313,7 @@ extension BatchClientTypes { image: Swift.String? = nil, name: Swift.String? = nil, resources: BatchClientTypes.EksContainerResourceRequirements? = nil - ) - { + ) { self.args = args self.command = command self.env = env @@ -4460,8 +4339,7 @@ extension BatchClientTypes { containers: [BatchClientTypes.EksContainerOverride]? = nil, initContainers: [BatchClientTypes.EksContainerOverride]? = nil, metadata: BatchClientTypes.EksMetadata? = nil - ) - { + ) { self.containers = containers self.initContainers = initContainers self.metadata = metadata @@ -4478,8 +4356,7 @@ extension BatchClientTypes { public init( podProperties: BatchClientTypes.EksPodPropertiesOverride? = nil - ) - { + ) { self.podProperties = podProperties } } @@ -4507,8 +4384,7 @@ extension BatchClientTypes { eksPropertiesOverride: BatchClientTypes.EksPropertiesOverride? = nil, instanceTypes: [Swift.String]? = nil, targetNodes: Swift.String? = nil - ) - { + ) { self.containerOverrides = containerOverrides self.ecsPropertiesOverride = ecsPropertiesOverride self.eksPropertiesOverride = eksPropertiesOverride @@ -4536,8 +4412,7 @@ extension BatchClientTypes { public init( nodePropertyOverrides: [BatchClientTypes.NodePropertyOverride]? = nil, numNodes: Swift.Int? = nil - ) - { + ) { self.nodePropertyOverrides = nodePropertyOverrides self.numNodes = numNodes } @@ -4599,8 +4474,7 @@ public struct SubmitJobInput: Swift.Sendable { shareIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, timeout: BatchClientTypes.JobTimeout? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.containerOverrides = containerOverrides self.dependsOn = dependsOn @@ -4634,8 +4508,7 @@ public struct SubmitJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobName: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobName = jobName @@ -4654,8 +4527,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4678,8 +4550,7 @@ public struct TerminateJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.reason = reason } @@ -4702,8 +4573,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4803,8 +4673,7 @@ extension BatchClientTypes { tags: [Swift.String: Swift.String]? = nil, type: BatchClientTypes.CRType? = nil, updateToLatestImageVersion: Swift.Bool? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.bidPercentage = bidPercentage self.desiredvCpus = desiredvCpus @@ -4852,8 +4721,7 @@ public struct UpdateComputeEnvironmentInput: Swift.Sendable { state: BatchClientTypes.CEState? = nil, unmanagedvCpus: Swift.Int? = nil, updatePolicy: BatchClientTypes.UpdatePolicy? = nil - ) - { + ) { self.computeEnvironment = computeEnvironment self.computeResources = computeResources self.context = context @@ -4873,8 +4741,7 @@ public struct UpdateComputeEnvironmentOutput: Swift.Sendable { public init( computeEnvironmentArn: Swift.String? = nil, computeEnvironmentName: Swift.String? = nil - ) - { + ) { self.computeEnvironmentArn = computeEnvironmentArn self.computeEnvironmentName = computeEnvironmentName } @@ -4903,8 +4770,7 @@ public struct UpdateJobQueueInput: Swift.Sendable { priority: Swift.Int? = nil, schedulingPolicyArn: Swift.String? = nil, state: BatchClientTypes.JQState? = nil - ) - { + ) { self.computeEnvironmentOrder = computeEnvironmentOrder self.jobQueue = jobQueue self.jobStateTimeLimitActions = jobStateTimeLimitActions @@ -4923,8 +4789,7 @@ public struct UpdateJobQueueOutput: Swift.Sendable { public init( jobQueueArn: Swift.String? = nil, jobQueueName: Swift.String? = nil - ) - { + ) { self.jobQueueArn = jobQueueArn self.jobQueueName = jobQueueName } @@ -4941,8 +4806,7 @@ public struct UpdateSchedulingPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil, fairsharePolicy: BatchClientTypes.FairsharePolicy? = nil - ) - { + ) { self.arn = arn self.fairsharePolicy = fairsharePolicy } diff --git a/Sources/Services/AWSBedrock/Package.swift.txt b/Sources/Services/AWSBedrock/Package.swift.txt index ee0bee9d1a3..006b736e423 100644 --- a/Sources/Services/AWSBedrock/Package.swift.txt +++ b/Sources/Services/AWSBedrock/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSBedrock/Sources/AWSBedrock/BedrockClient.swift b/Sources/Services/AWSBedrock/Sources/AWSBedrock/BedrockClient.swift index 2d0017e32c0..13bfeade287 100644 --- a/Sources/Services/AWSBedrock/Sources/AWSBedrock/BedrockClient.swift +++ b/Sources/Services/AWSBedrock/Sources/AWSBedrock/BedrockClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockClient: ClientRuntime.Client { public static let clientName = "BedrockClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockClient.BedrockClientConfiguration let serviceName = "Bedrock" diff --git a/Sources/Services/AWSBedrock/Sources/AWSBedrock/Models.swift b/Sources/Services/AWSBedrock/Sources/AWSBedrock/Models.swift index 2217a2fa98b..0cb9324dd99 100644 --- a/Sources/Services/AWSBedrock/Sources/AWSBedrock/Models.swift +++ b/Sources/Services/AWSBedrock/Sources/AWSBedrock/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +164,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -213,8 +206,7 @@ extension BedrockClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -245,8 +237,7 @@ extension BedrockClientTypes { instanceType: Swift.String? = nil, kmsEncryptionKey: Swift.String? = nil, vpc: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.executionRole = executionRole self.initialInstanceCount = initialInstanceCount self.instanceType = instanceType @@ -280,8 +271,7 @@ extension BedrockClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -312,8 +302,7 @@ public struct CreateMarketplaceModelEndpointInput: Swift.Sendable { endpointName: Swift.String? = nil, modelSourceIdentifier: Swift.String? = nil, tags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.acceptEula = acceptEula self.clientRequestToken = clientRequestToken self.endpointConfig = endpointConfig @@ -391,8 +380,7 @@ extension BedrockClientTypes { status: BedrockClientTypes.Status? = nil, statusMessage: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.endpointArn = endpointArn self.endpointConfig = endpointConfig @@ -413,8 +401,7 @@ public struct CreateMarketplaceModelEndpointOutput: Swift.Sendable { public init( marketplaceModelEndpoint: BedrockClientTypes.MarketplaceModelEndpoint? = nil - ) - { + ) { self.marketplaceModelEndpoint = marketplaceModelEndpoint } } @@ -426,8 +413,7 @@ public struct DeleteMarketplaceModelEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -455,8 +441,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -468,8 +453,7 @@ public struct DeregisterMarketplaceModelEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -486,8 +470,7 @@ public struct GetMarketplaceModelEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -498,8 +481,7 @@ public struct GetMarketplaceModelEndpointOutput: Swift.Sendable { public init( marketplaceModelEndpoint: BedrockClientTypes.MarketplaceModelEndpoint? = nil - ) - { + ) { self.marketplaceModelEndpoint = marketplaceModelEndpoint } } @@ -516,8 +498,7 @@ public struct ListMarketplaceModelEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, modelSourceEquals: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.modelSourceEquals = modelSourceEquals self.nextToken = nextToken @@ -552,8 +533,7 @@ extension BedrockClientTypes { status: BedrockClientTypes.Status? = nil, statusMessage: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.endpointArn = endpointArn self.modelSourceIdentifier = modelSourceIdentifier @@ -573,8 +553,7 @@ public struct ListMarketplaceModelEndpointsOutput: Swift.Sendable { public init( marketplaceModelEndpoints: [BedrockClientTypes.MarketplaceModelEndpointSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.marketplaceModelEndpoints = marketplaceModelEndpoints self.nextToken = nextToken } @@ -591,8 +570,7 @@ public struct RegisterMarketplaceModelEndpointInput: Swift.Sendable { public init( endpointIdentifier: Swift.String? = nil, modelSourceIdentifier: Swift.String? = nil - ) - { + ) { self.endpointIdentifier = endpointIdentifier self.modelSourceIdentifier = modelSourceIdentifier } @@ -605,8 +583,7 @@ public struct RegisterMarketplaceModelEndpointOutput: Swift.Sendable { public init( marketplaceModelEndpoint: BedrockClientTypes.MarketplaceModelEndpoint? = nil - ) - { + ) { self.marketplaceModelEndpoint = marketplaceModelEndpoint } } @@ -625,8 +602,7 @@ public struct UpdateMarketplaceModelEndpointInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, endpointArn: Swift.String? = nil, endpointConfig: BedrockClientTypes.EndpointConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.endpointArn = endpointArn self.endpointConfig = endpointConfig @@ -640,8 +616,7 @@ public struct UpdateMarketplaceModelEndpointOutput: Swift.Sendable { public init( marketplaceModelEndpoint: BedrockClientTypes.MarketplaceModelEndpoint? = nil - ) - { + ) { self.marketplaceModelEndpoint = marketplaceModelEndpoint } } @@ -653,8 +628,7 @@ public struct BatchDeleteEvaluationJobInput: Swift.Sendable { public init( jobIdentifiers: [Swift.String]? = nil - ) - { + ) { self.jobIdentifiers = jobIdentifiers } } @@ -681,8 +655,7 @@ extension BedrockClientTypes { code: Swift.String? = nil, jobIdentifier: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.jobIdentifier = jobIdentifier self.message = message @@ -750,8 +723,7 @@ extension BedrockClientTypes { public init( jobIdentifier: Swift.String? = nil, jobStatus: BedrockClientTypes.EvaluationJobStatus? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier self.jobStatus = jobStatus } @@ -774,8 +746,7 @@ public struct BatchDeleteEvaluationJobOutput: Swift.Sendable { public init( errors: [BedrockClientTypes.BatchDeleteEvaluationJobError]? = nil, evaluationJobs: [BedrockClientTypes.BatchDeleteEvaluationJobItem]? = nil - ) - { + ) { self.errors = errors self.evaluationJobs = evaluationJobs } @@ -833,8 +804,7 @@ extension BedrockClientTypes { public init( datasetLocation: BedrockClientTypes.EvaluationDatasetLocation? = nil, name: Swift.String? = nil - ) - { + ) { self.datasetLocation = datasetLocation self.name = name } @@ -902,8 +872,7 @@ extension BedrockClientTypes { dataset: BedrockClientTypes.EvaluationDataset? = nil, metricNames: [Swift.String]? = nil, taskType: BedrockClientTypes.EvaluationTaskType? = nil - ) - { + ) { self.dataset = dataset self.metricNames = metricNames self.taskType = taskType @@ -926,8 +895,7 @@ extension BedrockClientTypes { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -956,8 +924,7 @@ extension BedrockClientTypes { public init( datasetMetricConfigs: [BedrockClientTypes.EvaluationDatasetMetricConfig]? = nil, evaluatorModelConfig: BedrockClientTypes.EvaluatorModelConfig? = nil - ) - { + ) { self.datasetMetricConfigs = datasetMetricConfigs self.evaluatorModelConfig = evaluatorModelConfig } @@ -981,8 +948,7 @@ extension BedrockClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, ratingMethod: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ratingMethod = ratingMethod @@ -1008,8 +974,7 @@ extension BedrockClientTypes { public init( flowDefinitionArn: Swift.String? = nil, instructions: Swift.String? = nil - ) - { + ) { self.flowDefinitionArn = flowDefinitionArn self.instructions = instructions } @@ -1037,8 +1002,7 @@ extension BedrockClientTypes { customMetrics: [BedrockClientTypes.HumanEvaluationCustomMetric]? = nil, datasetMetricConfigs: [BedrockClientTypes.EvaluationDatasetMetricConfig]? = nil, humanWorkflowConfig: BedrockClientTypes.HumanWorkflowConfig? = nil - ) - { + ) { self.customMetrics = customMetrics self.datasetMetricConfigs = datasetMetricConfigs self.humanWorkflowConfig = humanWorkflowConfig @@ -1071,8 +1035,7 @@ extension BedrockClientTypes { public init( inferenceParams: Swift.String? = "{}", modelIdentifier: Swift.String? = nil - ) - { + ) { self.inferenceParams = inferenceParams self.modelIdentifier = modelIdentifier } @@ -1108,8 +1071,7 @@ extension BedrockClientTypes { public init( guardrailId: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailId = guardrailId self.guardrailVersion = guardrailVersion } @@ -1134,8 +1096,7 @@ extension BedrockClientTypes { stopSequences: [Swift.String]? = nil, temperature: Swift.Float? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maxTokens = maxTokens self.stopSequences = stopSequences self.temperature = temperature @@ -1153,8 +1114,7 @@ extension BedrockClientTypes { public init( textInferenceConfig: BedrockClientTypes.TextInferenceConfig? = nil - ) - { + ) { self.textInferenceConfig = textInferenceConfig } } @@ -1169,8 +1129,7 @@ extension BedrockClientTypes { public init( textPromptTemplate: Swift.String? = nil - ) - { + ) { self.textPromptTemplate = textPromptTemplate } } @@ -1199,8 +1158,7 @@ extension BedrockClientTypes { guardrailConfiguration: BedrockClientTypes.GuardrailConfiguration? = nil, kbInferenceConfig: BedrockClientTypes.KbInferenceConfig? = nil, promptTemplate: BedrockClientTypes.PromptTemplate? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.guardrailConfiguration = guardrailConfiguration self.kbInferenceConfig = kbInferenceConfig @@ -1227,8 +1185,7 @@ extension BedrockClientTypes { contentType: Swift.String? = nil, data: Foundation.Data? = nil, identifier: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.data = data self.identifier = identifier @@ -1251,8 +1208,7 @@ extension BedrockClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -1303,8 +1259,7 @@ extension BedrockClientTypes { byteContent: BedrockClientTypes.ByteContentDoc? = nil, s3Location: BedrockClientTypes.S3ObjectDoc? = nil, sourceType: BedrockClientTypes.ExternalSourceType? = nil - ) - { + ) { self.byteContent = byteContent self.s3Location = s3Location self.sourceType = sourceType @@ -1329,8 +1284,7 @@ extension BedrockClientTypes { generationConfiguration: BedrockClientTypes.ExternalSourcesGenerationConfiguration? = nil, modelArn: Swift.String? = nil, sources: [BedrockClientTypes.ExternalSource]? = nil - ) - { + ) { self.generationConfiguration = generationConfiguration self.modelArn = modelArn self.sources = sources @@ -1356,8 +1310,7 @@ extension BedrockClientTypes { guardrailConfiguration: BedrockClientTypes.GuardrailConfiguration? = nil, kbInferenceConfig: BedrockClientTypes.KbInferenceConfig? = nil, promptTemplate: BedrockClientTypes.PromptTemplate? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.guardrailConfiguration = guardrailConfiguration self.kbInferenceConfig = kbInferenceConfig @@ -1402,8 +1355,7 @@ extension BedrockClientTypes { public init( type: BedrockClientTypes.QueryTransformationType? = nil - ) - { + ) { self.type = type } } @@ -1419,8 +1371,7 @@ extension BedrockClientTypes { public init( queryTransformationConfiguration: BedrockClientTypes.QueryTransformationConfiguration? = nil - ) - { + ) { self.queryTransformationConfiguration = queryTransformationConfiguration } } @@ -1440,8 +1391,7 @@ extension BedrockClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -1516,8 +1466,7 @@ extension BedrockClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -1530,8 +1479,7 @@ public struct CreateEvaluationJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -1543,8 +1491,7 @@ public struct GetEvaluationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -1668,8 +1615,7 @@ public struct ListEvaluationJobsInput: Swift.Sendable { sortBy: BedrockClientTypes.SortJobsBy? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil, statusEquals: BedrockClientTypes.EvaluationJobStatus? = nil - ) - { + ) { self.applicationTypeEquals = applicationTypeEquals self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore @@ -1724,8 +1670,7 @@ extension BedrockClientTypes { modelIdentifiers: [Swift.String]? = [], ragIdentifiers: [Swift.String]? = nil, status: BedrockClientTypes.EvaluationJobStatus? = nil - ) - { + ) { self.applicationType = applicationType self.creationTime = creationTime self.evaluationTaskTypes = evaluationTaskTypes @@ -1749,8 +1694,7 @@ public struct ListEvaluationJobsOutput: Swift.Sendable { public init( jobSummaries: [BedrockClientTypes.EvaluationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -1763,8 +1707,7 @@ public struct StopEvaluationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -1800,8 +1743,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1947,8 +1889,7 @@ extension BedrockClientTypes { outputModalities: [BedrockClientTypes.GuardrailModality]? = nil, outputStrength: BedrockClientTypes.GuardrailFilterStrength? = nil, type: BedrockClientTypes.GuardrailContentFilterType? = nil - ) - { + ) { self.inputModalities = inputModalities self.inputStrength = inputStrength self.outputModalities = outputModalities @@ -1973,8 +1914,7 @@ extension BedrockClientTypes { public init( filtersConfig: [BedrockClientTypes.GuardrailContentFilterConfig]? = nil - ) - { + ) { self.filtersConfig = filtersConfig } } @@ -2023,8 +1963,7 @@ extension BedrockClientTypes { public init( threshold: Swift.Double? = nil, type: BedrockClientTypes.GuardrailContextualGroundingFilterType? = nil - ) - { + ) { self.threshold = threshold self.type = type } @@ -2041,8 +1980,7 @@ extension BedrockClientTypes { public init( filtersConfig: [BedrockClientTypes.GuardrailContextualGroundingFilterConfig]? = nil - ) - { + ) { self.filtersConfig = filtersConfig } } @@ -2303,8 +2241,7 @@ extension BedrockClientTypes { public init( action: BedrockClientTypes.GuardrailSensitiveInformationAction? = nil, type: BedrockClientTypes.GuardrailPiiEntityType? = nil - ) - { + ) { self.action = action self.type = type } @@ -2332,8 +2269,7 @@ extension BedrockClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.name = name @@ -2354,8 +2290,7 @@ extension BedrockClientTypes { public init( piiEntitiesConfig: [BedrockClientTypes.GuardrailPiiEntityConfig]? = nil, regexesConfig: [BedrockClientTypes.GuardrailRegexConfig]? = nil - ) - { + ) { self.piiEntitiesConfig = piiEntitiesConfig self.regexesConfig = regexesConfig } @@ -2409,8 +2344,7 @@ extension BedrockClientTypes { examples: [Swift.String]? = nil, name: Swift.String? = nil, type: BedrockClientTypes.GuardrailTopicType? = nil - ) - { + ) { self.definition = definition self.examples = examples self.name = name @@ -2434,8 +2368,7 @@ extension BedrockClientTypes { public init( topicsConfig: [BedrockClientTypes.GuardrailTopicConfig]? = nil - ) - { + ) { self.topicsConfig = topicsConfig } } @@ -2477,8 +2410,7 @@ extension BedrockClientTypes { public init( type: BedrockClientTypes.GuardrailManagedWordsType? = nil - ) - { + ) { self.type = type } } @@ -2494,8 +2426,7 @@ extension BedrockClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -2513,8 +2444,7 @@ extension BedrockClientTypes { public init( managedWordListsConfig: [BedrockClientTypes.GuardrailManagedWordsConfig]? = nil, wordsConfig: [BedrockClientTypes.GuardrailWordConfig]? = nil - ) - { + ) { self.managedWordListsConfig = managedWordListsConfig self.wordsConfig = wordsConfig } @@ -2563,8 +2493,7 @@ public struct CreateGuardrailInput: Swift.Sendable { tags: [BedrockClientTypes.Tag]? = nil, topicPolicyConfig: BedrockClientTypes.GuardrailTopicPolicyConfig? = nil, wordPolicyConfig: BedrockClientTypes.GuardrailWordPolicyConfig? = nil - ) - { + ) { self.blockedInputMessaging = blockedInputMessaging self.blockedOutputsMessaging = blockedOutputsMessaging self.clientRequestToken = clientRequestToken @@ -2604,8 +2533,7 @@ public struct CreateGuardrailOutput: Swift.Sendable { guardrailArn: Swift.String? = nil, guardrailId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.guardrailArn = guardrailArn self.guardrailId = guardrailId @@ -2626,8 +2554,7 @@ public struct CreateGuardrailVersionInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, description: Swift.String? = nil, guardrailIdentifier: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.guardrailIdentifier = guardrailIdentifier @@ -2650,8 +2577,7 @@ public struct CreateGuardrailVersionOutput: Swift.Sendable { public init( guardrailId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.guardrailId = guardrailId self.version = version } @@ -2667,8 +2593,7 @@ public struct DeleteGuardrailInput: Swift.Sendable { public init( guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion } @@ -2689,8 +2614,7 @@ public struct GetGuardrailInput: Swift.Sendable { public init( guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion } @@ -2733,8 +2657,7 @@ extension BedrockClientTypes { outputModalities: [BedrockClientTypes.GuardrailModality]? = nil, outputStrength: BedrockClientTypes.GuardrailFilterStrength? = nil, type: BedrockClientTypes.GuardrailContentFilterType? = nil - ) - { + ) { self.inputModalities = inputModalities self.inputStrength = inputStrength self.outputModalities = outputModalities @@ -2760,8 +2683,7 @@ extension BedrockClientTypes { public init( filters: [BedrockClientTypes.GuardrailContentFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -2781,8 +2703,7 @@ extension BedrockClientTypes { public init( threshold: Swift.Double? = nil, type: BedrockClientTypes.GuardrailContextualGroundingFilterType? = nil - ) - { + ) { self.threshold = threshold self.type = type } @@ -2799,8 +2720,7 @@ extension BedrockClientTypes { public init( filters: [BedrockClientTypes.GuardrailContextualGroundingFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -2820,8 +2740,7 @@ extension BedrockClientTypes { public init( action: BedrockClientTypes.GuardrailSensitiveInformationAction? = nil, type: BedrockClientTypes.GuardrailPiiEntityType? = nil - ) - { + ) { self.action = action self.type = type } @@ -2849,8 +2768,7 @@ extension BedrockClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.name = name @@ -2871,8 +2789,7 @@ extension BedrockClientTypes { public init( piiEntities: [BedrockClientTypes.GuardrailPiiEntity]? = nil, regexes: [BedrockClientTypes.GuardrailRegex]? = nil - ) - { + ) { self.piiEntities = piiEntities self.regexes = regexes } @@ -2942,8 +2859,7 @@ extension BedrockClientTypes { examples: [Swift.String]? = nil, name: Swift.String? = nil, type: BedrockClientTypes.GuardrailTopicType? = nil - ) - { + ) { self.definition = definition self.examples = examples self.name = name @@ -2969,8 +2885,7 @@ extension BedrockClientTypes { public init( topics: [BedrockClientTypes.GuardrailTopic]? = nil - ) - { + ) { self.topics = topics } } @@ -2986,8 +2901,7 @@ extension BedrockClientTypes { public init( type: BedrockClientTypes.GuardrailManagedWordsType? = nil - ) - { + ) { self.type = type } } @@ -3003,8 +2917,7 @@ extension BedrockClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -3022,8 +2935,7 @@ extension BedrockClientTypes { public init( managedWordLists: [BedrockClientTypes.GuardrailManagedWords]? = nil, words: [BedrockClientTypes.GuardrailWord]? = nil - ) - { + ) { self.managedWordLists = managedWordLists self.words = words } @@ -3096,8 +3008,7 @@ public struct GetGuardrailOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, version: Swift.String? = nil, wordPolicy: BedrockClientTypes.GuardrailWordPolicy? = nil - ) - { + ) { self.blockedInputMessaging = blockedInputMessaging self.blockedOutputsMessaging = blockedOutputsMessaging self.contentPolicy = contentPolicy @@ -3136,8 +3047,7 @@ public struct ListGuardrailsInput: Swift.Sendable { guardrailIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3183,8 +3093,7 @@ extension BedrockClientTypes { status: BedrockClientTypes.GuardrailStatus? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -3212,8 +3121,7 @@ public struct ListGuardrailsOutput: Swift.Sendable { public init( guardrails: [BedrockClientTypes.GuardrailSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.guardrails = guardrails self.nextToken = nextToken } @@ -3259,8 +3167,7 @@ public struct UpdateGuardrailInput: Swift.Sendable { sensitiveInformationPolicyConfig: BedrockClientTypes.GuardrailSensitiveInformationPolicyConfig? = nil, topicPolicyConfig: BedrockClientTypes.GuardrailTopicPolicyConfig? = nil, wordPolicyConfig: BedrockClientTypes.GuardrailWordPolicyConfig? = nil - ) - { + ) { self.blockedInputMessaging = blockedInputMessaging self.blockedOutputsMessaging = blockedOutputsMessaging self.contentPolicyConfig = contentPolicyConfig @@ -3299,8 +3206,7 @@ public struct UpdateGuardrailOutput: Swift.Sendable { guardrailId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.guardrailArn = guardrailArn self.guardrailId = guardrailId self.updatedAt = updatedAt @@ -3338,8 +3244,7 @@ public struct CreateInferenceProfileInput: Swift.Sendable { inferenceProfileName: Swift.String? = nil, modelSource: BedrockClientTypes.InferenceProfileModelSource? = nil, tags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.inferenceProfileName = inferenceProfileName @@ -3389,8 +3294,7 @@ public struct CreateInferenceProfileOutput: Swift.Sendable { public init( inferenceProfileArn: Swift.String? = nil, status: BedrockClientTypes.InferenceProfileStatus? = nil - ) - { + ) { self.inferenceProfileArn = inferenceProfileArn self.status = status } @@ -3403,8 +3307,7 @@ public struct DeleteInferenceProfileInput: Swift.Sendable { public init( inferenceProfileIdentifier: Swift.String? = nil - ) - { + ) { self.inferenceProfileIdentifier = inferenceProfileIdentifier } } @@ -3421,8 +3324,7 @@ public struct GetInferenceProfileInput: Swift.Sendable { public init( inferenceProfileIdentifier: Swift.String? = nil - ) - { + ) { self.inferenceProfileIdentifier = inferenceProfileIdentifier } } @@ -3436,8 +3338,7 @@ extension BedrockClientTypes { public init( modelArn: Swift.String? = nil - ) - { + ) { self.modelArn = modelArn } } @@ -3512,8 +3413,7 @@ public struct GetInferenceProfileOutput: Swift.Sendable { status: BedrockClientTypes.InferenceProfileStatus? = nil, type: BedrockClientTypes.InferenceProfileType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.inferenceProfileArn = inferenceProfileArn @@ -3547,8 +3447,7 @@ public struct ListInferenceProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, typeEquals: BedrockClientTypes.InferenceProfileType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.typeEquals = typeEquals @@ -3598,8 +3497,7 @@ extension BedrockClientTypes { status: BedrockClientTypes.InferenceProfileStatus? = nil, type: BedrockClientTypes.InferenceProfileType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.inferenceProfileArn = inferenceProfileArn @@ -3627,8 +3525,7 @@ public struct ListInferenceProfilesOutput: Swift.Sendable { public init( inferenceProfileSummaries: [BedrockClientTypes.InferenceProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceProfileSummaries = inferenceProfileSummaries self.nextToken = nextToken } @@ -3662,8 +3559,7 @@ extension BedrockClientTypes { public init( bucketName: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.keyPrefix = keyPrefix } @@ -3687,8 +3583,7 @@ extension BedrockClientTypes { largeDataDeliveryS3Config: BedrockClientTypes.S3Config? = nil, logGroupName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.largeDataDeliveryS3Config = largeDataDeliveryS3Config self.logGroupName = logGroupName self.roleArn = roleArn @@ -3720,8 +3615,7 @@ extension BedrockClientTypes { s3Config: BedrockClientTypes.S3Config? = nil, textDataDeliveryEnabled: Swift.Bool? = nil, videoDataDeliveryEnabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchConfig = cloudWatchConfig self.embeddingDataDeliveryEnabled = embeddingDataDeliveryEnabled self.imageDataDeliveryEnabled = imageDataDeliveryEnabled @@ -3738,8 +3632,7 @@ public struct GetModelInvocationLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfig: BedrockClientTypes.LoggingConfig? = nil - ) - { + ) { self.loggingConfig = loggingConfig } } @@ -3751,8 +3644,7 @@ public struct PutModelInvocationLoggingConfigurationInput: Swift.Sendable { public init( loggingConfig: BedrockClientTypes.LoggingConfig? = nil - ) - { + ) { self.loggingConfig = loggingConfig } } @@ -3782,8 +3674,7 @@ public struct CreateModelCopyJobInput: Swift.Sendable { sourceModelArn: Swift.String? = nil, targetModelName: Swift.String? = nil, targetModelTags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.modelKmsKeyId = modelKmsKeyId self.sourceModelArn = sourceModelArn @@ -3799,8 +3690,7 @@ public struct CreateModelCopyJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -3812,8 +3702,7 @@ public struct GetModelCopyJobInput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -3892,8 +3781,7 @@ public struct GetModelCopyJobOutput: Swift.Sendable { targetModelKmsKeyArn: Swift.String? = nil, targetModelName: Swift.String? = nil, targetModelTags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.failureMessage = failureMessage self.jobArn = jobArn @@ -3941,8 +3829,7 @@ public struct ListModelCopyJobsInput: Swift.Sendable { sourceModelArnEquals: Swift.String? = nil, statusEquals: BedrockClientTypes.ModelCopyJobStatus? = nil, targetModelNameContains: Swift.String? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -4003,8 +3890,7 @@ extension BedrockClientTypes { targetModelKmsKeyArn: Swift.String? = nil, targetModelName: Swift.String? = nil, targetModelTags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.failureMessage = failureMessage self.jobArn = jobArn @@ -4029,8 +3915,7 @@ public struct ListModelCopyJobsOutput: Swift.Sendable { public init( modelCopyJobSummaries: [BedrockClientTypes.ModelCopyJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelCopyJobSummaries = modelCopyJobSummaries self.nextToken = nextToken } @@ -4046,8 +3931,7 @@ extension BedrockClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -4097,8 +3981,7 @@ public struct CreateModelImportJobInput: Swift.Sendable { modelDataSource: BedrockClientTypes.ModelDataSource? = nil, roleArn: Swift.String? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.importedModelKmsKeyId = importedModelKmsKeyId self.importedModelName = importedModelName @@ -4118,8 +4001,7 @@ public struct CreateModelImportJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -4131,8 +4013,7 @@ public struct DeleteImportedModelInput: Swift.Sendable { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -4149,8 +4030,7 @@ public struct GetImportedModelInput: Swift.Sendable { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -4185,8 +4065,7 @@ public struct GetImportedModelOutput: Swift.Sendable { modelDataSource: BedrockClientTypes.ModelDataSource? = nil, modelKmsKeyArn: Swift.String? = nil, modelName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.instructSupported = instructSupported self.jobArn = jobArn @@ -4206,8 +4085,7 @@ public struct GetModelImportJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -4286,8 +4164,7 @@ public struct GetModelImportJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, status: BedrockClientTypes.ModelImportJobStatus? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.creationTime = creationTime self.endTime = endTime self.failureMessage = failureMessage @@ -4354,8 +4231,7 @@ public struct ListImportedModelsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: BedrockClientTypes.SortModelsBy? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -4390,8 +4266,7 @@ extension BedrockClientTypes { modelArchitecture: Swift.String? = nil, modelArn: Swift.String? = nil, modelName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.instructSupported = instructSupported self.modelArchitecture = modelArchitecture @@ -4410,8 +4285,7 @@ public struct ListImportedModelsOutput: Swift.Sendable { public init( modelSummaries: [BedrockClientTypes.ImportedModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelSummaries = modelSummaries self.nextToken = nextToken } @@ -4444,8 +4318,7 @@ public struct ListModelImportJobsInput: Swift.Sendable { sortBy: BedrockClientTypes.SortJobsBy? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil, statusEquals: BedrockClientTypes.ModelImportJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -4491,8 +4364,7 @@ extension BedrockClientTypes { jobName: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, status: BedrockClientTypes.ModelImportJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.endTime = endTime self.importedModelArn = importedModelArn @@ -4514,8 +4386,7 @@ public struct ListModelImportJobsOutput: Swift.Sendable { public init( modelImportJobSummaries: [BedrockClientTypes.ModelImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelImportJobSummaries = modelImportJobSummaries self.nextToken = nextToken } @@ -4563,8 +4434,7 @@ extension BedrockClientTypes { s3BucketOwner: Swift.String? = nil, s3InputFormat: BedrockClientTypes.S3InputFormat? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.s3BucketOwner = s3BucketOwner self.s3InputFormat = s3InputFormat self.s3Uri = s3Uri @@ -4598,8 +4468,7 @@ extension BedrockClientTypes { s3BucketOwner: Swift.String? = nil, s3EncryptionKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.s3BucketOwner = s3BucketOwner self.s3EncryptionKeyId = s3EncryptionKeyId self.s3Uri = s3Uri @@ -4652,8 +4521,7 @@ public struct CreateModelInvocationJobInput: Swift.Sendable { tags: [BedrockClientTypes.Tag]? = nil, timeoutDurationInHours: Swift.Int? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.inputDataConfig = inputDataConfig self.jobName = jobName @@ -4673,8 +4541,7 @@ public struct CreateModelInvocationJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -4686,8 +4553,7 @@ public struct GetModelInvocationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -4828,8 +4694,7 @@ public struct GetModelInvocationJobOutput: Swift.Sendable { submitTime: Foundation.Date? = nil, timeoutDurationInHours: Swift.Int? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -4909,8 +4774,7 @@ public struct ListModelInvocationJobsInput: Swift.Sendable { statusEquals: BedrockClientTypes.ModelInvocationJobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -5009,8 +4873,7 @@ extension BedrockClientTypes { submitTime: Foundation.Date? = nil, timeoutDurationInHours: Swift.Int? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5044,8 +4907,7 @@ public struct ListModelInvocationJobsOutput: Swift.Sendable { public init( invocationJobSummaries: [BedrockClientTypes.ModelInvocationJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invocationJobSummaries = invocationJobSummaries self.nextToken = nextToken } @@ -5058,8 +4920,7 @@ public struct StopModelInvocationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -5076,8 +4937,7 @@ public struct DeleteCustomModelInput: Swift.Sendable { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -5094,8 +4954,7 @@ public struct GetCustomModelInput: Swift.Sendable { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -5113,8 +4972,7 @@ extension BedrockClientTypes { public init( maxResponseLengthForInference: Swift.Int? = nil, teacherModelIdentifier: Swift.String? = nil - ) - { + ) { self.maxResponseLengthForInference = maxResponseLengthForInference self.teacherModelIdentifier = teacherModelIdentifier } @@ -5131,8 +4989,7 @@ extension BedrockClientTypes { public init( teacherModelConfig: BedrockClientTypes.TeacherModelConfig? = nil - ) - { + ) { self.teacherModelConfig = teacherModelConfig } } @@ -5190,8 +5047,7 @@ extension BedrockClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -5219,8 +5075,7 @@ extension BedrockClientTypes { public init( equals: [Swift.String: Swift.String]? = nil, notEquals: [Swift.String: Swift.String]? = nil - ) - { + ) { self.equals = equals self.notEquals = notEquals } @@ -5264,8 +5119,7 @@ extension BedrockClientTypes { invocationLogSource: BedrockClientTypes.InvocationLogSource? = nil, requestMetadataFilters: BedrockClientTypes.RequestMetadataFilters? = nil, usePromptResponse: Swift.Bool = false - ) - { + ) { self.invocationLogSource = invocationLogSource self.requestMetadataFilters = requestMetadataFilters self.usePromptResponse = usePromptResponse @@ -5285,8 +5139,7 @@ extension BedrockClientTypes { public init( invocationLogsConfig: BedrockClientTypes.InvocationLogsConfig? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.invocationLogsConfig = invocationLogsConfig self.s3Uri = s3Uri } @@ -5302,8 +5155,7 @@ extension BedrockClientTypes { public init( trainingLoss: Swift.Float? = nil - ) - { + ) { self.trainingLoss = trainingLoss } } @@ -5319,8 +5171,7 @@ extension BedrockClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -5336,8 +5187,7 @@ extension BedrockClientTypes { public init( validators: [BedrockClientTypes.Validator]? = nil - ) - { + ) { self.validators = validators } } @@ -5352,8 +5202,7 @@ extension BedrockClientTypes { public init( validationLoss: Swift.Float? = nil - ) - { + ) { self.validationLoss = validationLoss } } @@ -5414,8 +5263,7 @@ public struct GetCustomModelOutput: Swift.Sendable { trainingMetrics: BedrockClientTypes.TrainingMetrics? = nil, validationDataConfig: BedrockClientTypes.ValidationDataConfig? = nil, validationMetrics: [BedrockClientTypes.ValidatorMetric]? = nil - ) - { + ) { self.baseModelArn = baseModelArn self.creationTime = creationTime self.customizationConfig = customizationConfig @@ -5441,8 +5289,7 @@ public struct GetFoundationModelInput: Swift.Sendable { public init( modelIdentifier: Swift.String? = nil - ) - { + ) { self.modelIdentifier = modelIdentifier } } @@ -5579,8 +5426,7 @@ extension BedrockClientTypes { public init( status: BedrockClientTypes.FoundationModelLifecycleStatus? = nil - ) - { + ) { self.status = status } } @@ -5624,8 +5470,7 @@ extension BedrockClientTypes { outputModalities: [BedrockClientTypes.ModelModality]? = nil, providerName: Swift.String? = nil, responseStreamingSupported: Swift.Bool? = nil - ) - { + ) { self.customizationsSupported = customizationsSupported self.inferenceTypesSupported = inferenceTypesSupported self.inputModalities = inputModalities @@ -5646,8 +5491,7 @@ public struct GetFoundationModelOutput: Swift.Sendable { public init( modelDetails: BedrockClientTypes.FoundationModelDetails? = nil - ) - { + ) { self.modelDetails = modelDetails } } @@ -5685,8 +5529,7 @@ public struct ListCustomModelsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: BedrockClientTypes.SortModelsBy? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil - ) - { + ) { self.baseModelArnEquals = baseModelArnEquals self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore @@ -5732,8 +5575,7 @@ extension BedrockClientTypes { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.baseModelArn = baseModelArn self.baseModelName = baseModelName self.creationTime = creationTime @@ -5754,8 +5596,7 @@ public struct ListCustomModelsOutput: Swift.Sendable { public init( modelSummaries: [BedrockClientTypes.CustomModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelSummaries = modelSummaries self.nextToken = nextToken } @@ -5776,8 +5617,7 @@ public struct ListFoundationModelsInput: Swift.Sendable { byInferenceType: BedrockClientTypes.InferenceType? = nil, byOutputModality: BedrockClientTypes.ModelModality? = nil, byProvider: Swift.String? = nil - ) - { + ) { self.byCustomizationType = byCustomizationType self.byInferenceType = byInferenceType self.byOutputModality = byOutputModality @@ -5823,8 +5663,7 @@ extension BedrockClientTypes { outputModalities: [BedrockClientTypes.ModelModality]? = nil, providerName: Swift.String? = nil, responseStreamingSupported: Swift.Bool? = nil - ) - { + ) { self.customizationsSupported = customizationsSupported self.inferenceTypesSupported = inferenceTypesSupported self.inputModalities = inputModalities @@ -5845,8 +5684,7 @@ public struct ListFoundationModelsOutput: Swift.Sendable { public init( modelSummaries: [BedrockClientTypes.FoundationModelSummary]? = nil - ) - { + ) { self.modelSummaries = modelSummaries } } @@ -5858,8 +5696,7 @@ public struct GetPromptRouterInput: Swift.Sendable { public init( promptRouterArn: Swift.String? = nil - ) - { + ) { self.promptRouterArn = promptRouterArn } } @@ -5873,8 +5710,7 @@ extension BedrockClientTypes { public init( modelArn: Swift.String? = nil - ) - { + ) { self.modelArn = modelArn } } @@ -5890,8 +5726,7 @@ extension BedrockClientTypes { public init( responseQualityDifference: Swift.Double? = nil - ) - { + ) { self.responseQualityDifference = responseQualityDifference } } @@ -5992,8 +5827,7 @@ public struct GetPromptRouterOutput: Swift.Sendable { status: BedrockClientTypes.PromptRouterStatus? = nil, type: BedrockClientTypes.PromptRouterType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.fallbackModel = fallbackModel @@ -6021,8 +5855,7 @@ public struct ListPromptRoutersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6071,8 +5904,7 @@ extension BedrockClientTypes { status: BedrockClientTypes.PromptRouterStatus? = nil, type: BedrockClientTypes.PromptRouterType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.fallbackModel = fallbackModel @@ -6101,8 +5933,7 @@ public struct ListPromptRoutersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, promptRouterSummaries: [BedrockClientTypes.PromptRouterSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.promptRouterSummaries = promptRouterSummaries } @@ -6161,8 +5992,7 @@ public struct CreateProvisionedModelThroughputInput: Swift.Sendable { modelUnits: Swift.Int? = nil, provisionedModelName: Swift.String? = nil, tags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.commitmentDuration = commitmentDuration self.modelId = modelId @@ -6179,8 +6009,7 @@ public struct CreateProvisionedModelThroughputOutput: Swift.Sendable { public init( provisionedModelArn: Swift.String? = nil - ) - { + ) { self.provisionedModelArn = provisionedModelArn } } @@ -6192,8 +6021,7 @@ public struct DeleteProvisionedModelThroughputInput: Swift.Sendable { public init( provisionedModelId: Swift.String? = nil - ) - { + ) { self.provisionedModelId = provisionedModelId } } @@ -6210,8 +6038,7 @@ public struct GetProvisionedModelThroughputInput: Swift.Sendable { public init( provisionedModelId: Swift.String? = nil - ) - { + ) { self.provisionedModelId = provisionedModelId } } @@ -6303,8 +6130,7 @@ public struct GetProvisionedModelThroughputOutput: Swift.Sendable { provisionedModelArn: Swift.String? = nil, provisionedModelName: Swift.String? = nil, status: BedrockClientTypes.ProvisionedModelStatus? = nil - ) - { + ) { self.commitmentDuration = commitmentDuration self.commitmentExpirationTime = commitmentExpirationTime self.creationTime = creationTime @@ -6377,8 +6203,7 @@ public struct ListProvisionedModelThroughputsInput: Swift.Sendable { sortBy: BedrockClientTypes.SortByProvisionedModels? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil, statusEquals: BedrockClientTypes.ProvisionedModelStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -6445,8 +6270,7 @@ extension BedrockClientTypes { provisionedModelArn: Swift.String? = nil, provisionedModelName: Swift.String? = nil, status: BedrockClientTypes.ProvisionedModelStatus? = nil - ) - { + ) { self.commitmentDuration = commitmentDuration self.commitmentExpirationTime = commitmentExpirationTime self.creationTime = creationTime @@ -6472,8 +6296,7 @@ public struct ListProvisionedModelThroughputsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, provisionedModelSummaries: [BedrockClientTypes.ProvisionedModelSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.provisionedModelSummaries = provisionedModelSummaries } @@ -6496,8 +6319,7 @@ public struct UpdateProvisionedModelThroughputInput: Swift.Sendable { desiredModelId: Swift.String? = nil, desiredProvisionedModelName: Swift.String? = nil, provisionedModelId: Swift.String? = nil - ) - { + ) { self.desiredModelId = desiredModelId self.desiredProvisionedModelName = desiredProvisionedModelName self.provisionedModelId = provisionedModelId @@ -6516,8 +6338,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -6528,8 +6349,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -6545,8 +6365,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [BedrockClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -6568,8 +6387,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -6634,8 +6452,7 @@ public struct CreateModelCustomizationJobInput: Swift.Sendable { trainingDataConfig: BedrockClientTypes.TrainingDataConfig? = nil, validationDataConfig: BedrockClientTypes.ValidationDataConfig? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.baseModelIdentifier = baseModelIdentifier self.clientRequestToken = clientRequestToken self.customModelKmsKeyId = customModelKmsKeyId @@ -6661,8 +6478,7 @@ public struct CreateModelCustomizationJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -6674,8 +6490,7 @@ public struct GetModelCustomizationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -6796,8 +6611,7 @@ public struct GetModelCustomizationJobOutput: Swift.Sendable { validationDataConfig: BedrockClientTypes.ValidationDataConfig? = nil, validationMetrics: [BedrockClientTypes.ValidatorMetric]? = nil, vpcConfig: BedrockClientTypes.VpcConfig? = nil - ) - { + ) { self.baseModelArn = baseModelArn self.clientRequestToken = clientRequestToken self.creationTime = creationTime @@ -6888,8 +6702,7 @@ public struct ListModelCustomizationJobsInput: Swift.Sendable { sortBy: BedrockClientTypes.SortJobsBy? = nil, sortOrder: BedrockClientTypes.SortOrder? = nil, statusEquals: BedrockClientTypes.FineTuningJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -6942,8 +6755,7 @@ extension BedrockClientTypes { jobName: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, status: BedrockClientTypes.ModelCustomizationJobStatus? = nil - ) - { + ) { self.baseModelArn = baseModelArn self.creationTime = creationTime self.customModelArn = customModelArn @@ -6967,8 +6779,7 @@ public struct ListModelCustomizationJobsOutput: Swift.Sendable { public init( modelCustomizationJobSummaries: [BedrockClientTypes.ModelCustomizationJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelCustomizationJobSummaries = modelCustomizationJobSummaries self.nextToken = nextToken } @@ -6981,8 +6792,7 @@ public struct StopModelCustomizationJobInput: Swift.Sendable { public init( jobIdentifier: Swift.String? = nil - ) - { + ) { self.jobIdentifier = jobIdentifier } } @@ -7041,8 +6851,7 @@ extension BedrockClientTypes { filter: BedrockClientTypes.RetrievalFilter? = nil, numberOfResults: Swift.Int? = nil, overrideSearchType: BedrockClientTypes.SearchType? = nil - ) - { + ) { self.filter = filter self.numberOfResults = numberOfResults self.overrideSearchType = overrideSearchType @@ -7065,8 +6874,7 @@ extension BedrockClientTypes { public init( vectorSearchConfiguration: BedrockClientTypes.KnowledgeBaseVectorSearchConfiguration? = nil - ) - { + ) { self.vectorSearchConfiguration = vectorSearchConfiguration } } @@ -7095,8 +6903,7 @@ extension BedrockClientTypes { modelArn: Swift.String? = nil, orchestrationConfiguration: BedrockClientTypes.OrchestrationConfiguration? = nil, retrievalConfiguration: BedrockClientTypes.KnowledgeBaseRetrievalConfiguration? = nil - ) - { + ) { self.generationConfiguration = generationConfiguration self.knowledgeBaseId = knowledgeBaseId self.modelArn = modelArn @@ -7120,8 +6927,7 @@ extension BedrockClientTypes { public init( knowledgeBaseId: Swift.String? = nil, knowledgeBaseRetrievalConfiguration: BedrockClientTypes.KnowledgeBaseRetrievalConfiguration? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.knowledgeBaseRetrievalConfiguration = knowledgeBaseRetrievalConfiguration } @@ -7144,8 +6950,7 @@ extension BedrockClientTypes { externalSourcesConfiguration: BedrockClientTypes.ExternalSourcesRetrieveAndGenerateConfiguration? = nil, knowledgeBaseConfiguration: BedrockClientTypes.KnowledgeBaseRetrieveAndGenerateConfiguration? = nil, type: BedrockClientTypes.RetrieveAndGenerateType? = nil - ) - { + ) { self.externalSourcesConfiguration = externalSourcesConfiguration self.knowledgeBaseConfiguration = knowledgeBaseConfiguration self.type = type @@ -7225,8 +7030,7 @@ public struct CreateEvaluationJobInput: Swift.Sendable { jobTags: [BedrockClientTypes.Tag]? = nil, outputDataConfig: BedrockClientTypes.EvaluationOutputDataConfig? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationType = applicationType self.clientRequestToken = clientRequestToken self.customerEncryptionKeyId = customerEncryptionKeyId @@ -7299,8 +7103,7 @@ public struct GetEvaluationJobOutput: Swift.Sendable { outputDataConfig: BedrockClientTypes.EvaluationOutputDataConfig? = nil, roleArn: Swift.String? = nil, status: BedrockClientTypes.EvaluationJobStatus? = nil - ) - { + ) { self.applicationType = applicationType self.creationTime = creationTime self.customerEncryptionKeyId = customerEncryptionKeyId diff --git a/Sources/Services/AWSBedrockAgent/Package.swift.txt b/Sources/Services/AWSBedrockAgent/Package.swift.txt index b15b4d7d445..79f859088c8 100644 --- a/Sources/Services/AWSBedrockAgent/Package.swift.txt +++ b/Sources/Services/AWSBedrockAgent/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/BedrockAgentClient.swift b/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/BedrockAgentClient.swift index 28e796a1955..e769c0e61d2 100644 --- a/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/BedrockAgentClient.swift +++ b/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/BedrockAgentClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockAgentClient: ClientRuntime.Client { public static let clientName = "BedrockAgentClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockAgentClient.BedrockAgentClientConfiguration let serviceName = "Bedrock Agent" diff --git a/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/Models.swift b/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/Models.swift index 3ae4bd1d2bd..227bd154135 100644 --- a/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/Models.swift +++ b/Sources/Services/AWSBedrockAgent/Sources/AWSBedrockAgent/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -111,8 +110,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -135,8 +133,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -159,8 +156,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -183,8 +179,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -207,8 +202,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +221,7 @@ extension BedrockAgentClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -256,8 +249,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [BedrockAgentClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -304,8 +296,7 @@ extension BedrockAgentClientTypes { public init( s3BucketName: Swift.String? = nil, s3ObjectKey: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3ObjectKey = s3ObjectKey } @@ -388,8 +379,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, `required`: Swift.Bool? = nil, type: BedrockAgentClientTypes.ModelType? = nil - ) - { + ) { self.description = description self.`required` = `required` self.type = type @@ -456,8 +446,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, parameters: [Swift.String: BedrockAgentClientTypes.ParameterDetail]? = nil, requireConfirmation: BedrockAgentClientTypes.RequireConfirmation? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -551,8 +540,7 @@ public struct CreateAgentActionGroupInput: Swift.Sendable { description: Swift.String? = nil, functionSchema: BedrockAgentClientTypes.FunctionSchema? = nil, parentActionGroupSignature: BedrockAgentClientTypes.ActionGroupSignature? = nil - ) - { + ) { self.actionGroupExecutor = actionGroupExecutor self.actionGroupName = actionGroupName self.actionGroupState = actionGroupState @@ -618,8 +606,7 @@ extension BedrockAgentClientTypes { functionSchema: BedrockAgentClientTypes.FunctionSchema? = nil, parentActionSignature: BedrockAgentClientTypes.ActionGroupSignature? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actionGroupExecutor = actionGroupExecutor self.actionGroupId = actionGroupId self.actionGroupName = actionGroupName @@ -644,8 +631,7 @@ public struct CreateAgentActionGroupOutput: Swift.Sendable { public init( agentActionGroup: BedrockAgentClientTypes.AgentActionGroup? = nil - ) - { + ) { self.agentActionGroup = agentActionGroup } } @@ -668,8 +654,7 @@ public struct DeleteAgentActionGroupInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = nil - ) - { + ) { self.actionGroupId = actionGroupId self.agentId = agentId self.agentVersion = agentVersion @@ -697,8 +682,7 @@ public struct GetAgentActionGroupInput: Swift.Sendable { actionGroupId: Swift.String? = nil, agentId: Swift.String? = nil, agentVersion: Swift.String? = nil - ) - { + ) { self.actionGroupId = actionGroupId self.agentId = agentId self.agentVersion = agentVersion @@ -712,8 +696,7 @@ public struct GetAgentActionGroupOutput: Swift.Sendable { public init( agentActionGroup: BedrockAgentClientTypes.AgentActionGroup? = nil - ) - { + ) { self.agentActionGroup = agentActionGroup } } @@ -735,8 +718,7 @@ public struct ListAgentActionGroupsInput: Swift.Sendable { agentVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.maxResults = maxResults @@ -769,8 +751,7 @@ extension BedrockAgentClientTypes { actionGroupState: BedrockAgentClientTypes.ActionGroupState? = nil, description: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actionGroupId = actionGroupId self.actionGroupName = actionGroupName self.actionGroupState = actionGroupState @@ -790,8 +771,7 @@ public struct ListAgentActionGroupsOutput: Swift.Sendable { public init( actionGroupSummaries: [BedrockAgentClientTypes.ActionGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionGroupSummaries = actionGroupSummaries self.nextToken = nextToken } @@ -834,8 +814,7 @@ public struct UpdateAgentActionGroupInput: Swift.Sendable { description: Swift.String? = nil, functionSchema: BedrockAgentClientTypes.FunctionSchema? = nil, parentActionGroupSignature: BedrockAgentClientTypes.ActionGroupSignature? = nil - ) - { + ) { self.actionGroupExecutor = actionGroupExecutor self.actionGroupId = actionGroupId self.actionGroupName = actionGroupName @@ -856,8 +835,7 @@ public struct UpdateAgentActionGroupOutput: Swift.Sendable { public init( agentActionGroup: BedrockAgentClientTypes.AgentActionGroup? = nil - ) - { + ) { self.agentActionGroup = agentActionGroup } } @@ -960,8 +938,7 @@ extension BedrockAgentClientTypes { public init( executor: BedrockAgentClientTypes.OrchestrationExecutor? = nil - ) - { + ) { self.executor = executor } } @@ -979,8 +956,7 @@ extension BedrockAgentClientTypes { public init( guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion } @@ -1022,8 +998,7 @@ extension BedrockAgentClientTypes { public init( maxRecentSessions: Swift.Int? = nil - ) - { + ) { self.maxRecentSessions = maxRecentSessions } } @@ -1045,8 +1020,7 @@ extension BedrockAgentClientTypes { enabledMemoryTypes: [BedrockAgentClientTypes.MemoryType]? = nil, sessionSummaryConfiguration: BedrockAgentClientTypes.SessionSummaryConfiguration? = nil, storageDays: Swift.Int? = 30 - ) - { + ) { self.enabledMemoryTypes = enabledMemoryTypes self.sessionSummaryConfiguration = sessionSummaryConfiguration self.storageDays = storageDays @@ -1104,8 +1078,7 @@ extension BedrockAgentClientTypes { temperature: Swift.Float? = nil, topk: Swift.Int? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maximumLength = maximumLength self.stopSequences = stopSequences self.temperature = temperature @@ -1246,8 +1219,7 @@ extension BedrockAgentClientTypes { promptCreationMode: BedrockAgentClientTypes.CreationMode? = nil, promptState: BedrockAgentClientTypes.PromptState? = nil, promptType: BedrockAgentClientTypes.PromptType? = nil - ) - { + ) { self.basePromptTemplate = basePromptTemplate self.foundationModel = foundationModel self.inferenceConfiguration = inferenceConfiguration @@ -1277,8 +1249,7 @@ extension BedrockAgentClientTypes { public init( overrideLambda: Swift.String? = nil, promptConfigurations: [BedrockAgentClientTypes.PromptConfiguration]? = nil - ) - { + ) { self.overrideLambda = overrideLambda self.promptConfigurations = promptConfigurations } @@ -1389,8 +1360,7 @@ extension BedrockAgentClientTypes { promptOverrideConfiguration: BedrockAgentClientTypes.PromptOverrideConfiguration? = nil, recommendedActions: [Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentArn = agentArn self.agentCollaboration = agentCollaboration self.agentId = agentId @@ -1435,8 +1405,7 @@ extension BedrockAgentClientTypes { public init( agentVersion: Swift.String? = nil, provisionedThroughput: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.provisionedThroughput = provisionedThroughput } @@ -1458,8 +1427,7 @@ extension BedrockAgentClientTypes { endDate: Foundation.Date? = nil, routingConfiguration: [BedrockAgentClientTypes.AgentAliasRoutingConfigurationListItem]? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.endDate = endDate self.routingConfiguration = routingConfiguration self.startDate = startDate @@ -1565,8 +1533,7 @@ extension BedrockAgentClientTypes { failureReasons: [Swift.String]? = nil, routingConfiguration: [BedrockAgentClientTypes.AgentAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentAliasArn = agentAliasArn self.agentAliasHistoryEvents = agentAliasHistoryEvents self.agentAliasId = agentAliasId @@ -1615,8 +1582,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.AgentAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentAliasName = agentAliasName self.agentAliasStatus = agentAliasStatus @@ -1637,8 +1603,7 @@ extension BedrockAgentClientTypes { public init( aliasArn: Swift.String? = nil - ) - { + ) { self.aliasArn = aliasArn } } @@ -1717,8 +1682,7 @@ extension BedrockAgentClientTypes { createdAt: Foundation.Date? = nil, lastUpdatedAt: Foundation.Date? = nil, relayConversationHistory: BedrockAgentClientTypes.RelayConversationHistory? = nil - ) - { + ) { self.agentDescriptor = agentDescriptor self.agentId = agentId self.agentVersion = agentVersion @@ -1767,8 +1731,7 @@ public struct AssociateAgentCollaboratorInput: Swift.Sendable { collaborationInstruction: Swift.String? = nil, collaboratorName: Swift.String? = nil, relayConversationHistory: BedrockAgentClientTypes.RelayConversationHistory? = nil - ) - { + ) { self.agentDescriptor = agentDescriptor self.agentId = agentId self.agentVersion = agentVersion @@ -1791,8 +1754,7 @@ public struct AssociateAgentCollaboratorOutput: Swift.Sendable { public init( agentCollaborator: BedrockAgentClientTypes.AgentCollaborator? = nil - ) - { + ) { self.agentCollaborator = agentCollaborator } } @@ -1812,8 +1774,7 @@ public struct DisassociateAgentCollaboratorInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, collaboratorId: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.collaboratorId = collaboratorId @@ -1840,8 +1801,7 @@ public struct GetAgentCollaboratorInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, collaboratorId: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.collaboratorId = collaboratorId @@ -1855,8 +1815,7 @@ public struct GetAgentCollaboratorOutput: Swift.Sendable { public init( agentCollaborator: BedrockAgentClientTypes.AgentCollaborator? = nil - ) - { + ) { self.agentCollaborator = agentCollaborator } } @@ -1878,8 +1837,7 @@ public struct ListAgentCollaboratorsInput: Swift.Sendable { agentVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.maxResults = maxResults @@ -1929,8 +1887,7 @@ extension BedrockAgentClientTypes { createdAt: Foundation.Date? = nil, lastUpdatedAt: Foundation.Date? = nil, relayConversationHistory: BedrockAgentClientTypes.RelayConversationHistory? = nil - ) - { + ) { self.agentDescriptor = agentDescriptor self.agentId = agentId self.agentVersion = agentVersion @@ -1959,8 +1916,7 @@ public struct ListAgentCollaboratorsOutput: Swift.Sendable { public init( agentCollaboratorSummaries: [BedrockAgentClientTypes.AgentCollaboratorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentCollaboratorSummaries = agentCollaboratorSummaries self.nextToken = nextToken } @@ -1996,8 +1952,7 @@ public struct UpdateAgentCollaboratorInput: Swift.Sendable { collaboratorId: Swift.String? = nil, collaboratorName: Swift.String? = nil, relayConversationHistory: BedrockAgentClientTypes.RelayConversationHistory? = nil - ) - { + ) { self.agentDescriptor = agentDescriptor self.agentId = agentId self.agentVersion = agentVersion @@ -2020,8 +1975,7 @@ public struct UpdateAgentCollaboratorOutput: Swift.Sendable { public init( agentCollaborator: BedrockAgentClientTypes.AgentCollaborator? = nil - ) - { + ) { self.agentCollaborator = agentCollaborator } } @@ -2036,8 +1990,7 @@ extension BedrockAgentClientTypes { public init( agentAliasArn: Swift.String? = nil - ) - { + ) { self.agentAliasArn = agentAliasArn } } @@ -2106,8 +2059,7 @@ extension BedrockAgentClientTypes { knowledgeBaseId: Swift.String? = nil, knowledgeBaseState: BedrockAgentClientTypes.KnowledgeBaseState? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.createdAt = createdAt @@ -2140,8 +2092,7 @@ extension BedrockAgentClientTypes { knowledgeBaseId: Swift.String? = nil, knowledgeBaseState: BedrockAgentClientTypes.KnowledgeBaseState? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.description = description self.knowledgeBaseId = knowledgeBaseId self.knowledgeBaseState = knowledgeBaseState @@ -2209,8 +2160,7 @@ public struct CreateAgentInput: Swift.Sendable { orchestrationType: BedrockAgentClientTypes.OrchestrationType? = nil, promptOverrideConfiguration: BedrockAgentClientTypes.PromptOverrideConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentCollaboration = agentCollaboration self.agentName = agentName self.agentResourceRoleArn = agentResourceRoleArn @@ -2241,8 +2191,7 @@ public struct CreateAgentOutput: Swift.Sendable { public init( agent: BedrockAgentClientTypes.Agent? = nil - ) - { + ) { self.agent = agent } } @@ -2257,8 +2206,7 @@ public struct DeleteAgentInput: Swift.Sendable { public init( agentId: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = nil - ) - { + ) { self.agentId = agentId self.skipResourceInUseCheck = skipResourceInUseCheck } @@ -2275,8 +2223,7 @@ public struct DeleteAgentOutput: Swift.Sendable { public init( agentId: Swift.String? = nil, agentStatus: BedrockAgentClientTypes.AgentStatus? = nil - ) - { + ) { self.agentId = agentId self.agentStatus = agentStatus } @@ -2289,8 +2236,7 @@ public struct GetAgentInput: Swift.Sendable { public init( agentId: Swift.String? = nil - ) - { + ) { self.agentId = agentId } } @@ -2302,8 +2248,7 @@ public struct GetAgentOutput: Swift.Sendable { public init( agent: BedrockAgentClientTypes.Agent? = nil - ) - { + ) { self.agent = agent } } @@ -2317,8 +2262,7 @@ public struct ListAgentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2355,8 +2299,7 @@ extension BedrockAgentClientTypes { guardrailConfiguration: BedrockAgentClientTypes.GuardrailConfiguration? = nil, latestAgentVersion: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentId = agentId self.agentName = agentName self.agentStatus = agentStatus @@ -2378,8 +2321,7 @@ public struct ListAgentsOutput: Swift.Sendable { public init( agentSummaries: [BedrockAgentClientTypes.AgentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentSummaries = agentSummaries self.nextToken = nextToken } @@ -2392,8 +2334,7 @@ public struct PrepareAgentInput: Swift.Sendable { public init( agentId: Swift.String? = nil - ) - { + ) { self.agentId = agentId } } @@ -2417,8 +2358,7 @@ public struct PrepareAgentOutput: Swift.Sendable { agentStatus: BedrockAgentClientTypes.AgentStatus? = nil, agentVersion: Swift.String? = nil, preparedAt: Foundation.Date? = nil - ) - { + ) { self.agentId = agentId self.agentStatus = agentStatus self.agentVersion = agentVersion @@ -2485,8 +2425,7 @@ public struct UpdateAgentInput: Swift.Sendable { memoryConfiguration: BedrockAgentClientTypes.MemoryConfiguration? = nil, orchestrationType: BedrockAgentClientTypes.OrchestrationType? = nil, promptOverrideConfiguration: BedrockAgentClientTypes.PromptOverrideConfiguration? = nil - ) - { + ) { self.agentCollaboration = agentCollaboration self.agentId = agentId self.agentName = agentName @@ -2516,8 +2455,7 @@ public struct UpdateAgentOutput: Swift.Sendable { public init( agent: BedrockAgentClientTypes.Agent? = nil - ) - { + ) { self.agent = agent } } @@ -2594,8 +2532,7 @@ extension BedrockAgentClientTypes { recommendedActions: [Swift.String]? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.agentArn = agentArn self.agentCollaboration = agentCollaboration self.agentId = agentId @@ -2656,8 +2593,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, guardrailConfiguration: BedrockAgentClientTypes.GuardrailConfiguration? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentName = agentName self.agentStatus = agentStatus self.agentVersion = agentVersion @@ -2692,8 +2628,7 @@ public struct CreateAgentAliasInput: Swift.Sendable { description: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.AgentAliasRoutingConfigurationListItem]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentAliasName = agentAliasName self.agentId = agentId self.clientToken = clientToken @@ -2710,8 +2645,7 @@ public struct CreateAgentAliasOutput: Swift.Sendable { public init( agentAlias: BedrockAgentClientTypes.AgentAlias? = nil - ) - { + ) { self.agentAlias = agentAlias } } @@ -2727,8 +2661,7 @@ public struct DeleteAgentAliasInput: Swift.Sendable { public init( agentAliasId: Swift.String? = nil, agentId: Swift.String? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId } @@ -2749,8 +2682,7 @@ public struct DeleteAgentAliasOutput: Swift.Sendable { agentAliasId: Swift.String? = nil, agentAliasStatus: BedrockAgentClientTypes.AgentAliasStatus? = nil, agentId: Swift.String? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentAliasStatus = agentAliasStatus self.agentId = agentId @@ -2768,8 +2700,7 @@ public struct GetAgentAliasInput: Swift.Sendable { public init( agentAliasId: Swift.String? = nil, agentId: Swift.String? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId } @@ -2782,8 +2713,7 @@ public struct GetAgentAliasOutput: Swift.Sendable { public init( agentAlias: BedrockAgentClientTypes.AgentAlias? = nil - ) - { + ) { self.agentAlias = agentAlias } } @@ -2801,8 +2731,7 @@ public struct ListAgentAliasesInput: Swift.Sendable { agentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.maxResults = maxResults self.nextToken = nextToken @@ -2819,8 +2748,7 @@ public struct ListAgentAliasesOutput: Swift.Sendable { public init( agentAliasSummaries: [BedrockAgentClientTypes.AgentAliasSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentAliasSummaries = agentAliasSummaries self.nextToken = nextToken } @@ -2847,8 +2775,7 @@ public struct UpdateAgentAliasInput: Swift.Sendable { agentId: Swift.String? = nil, description: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.AgentAliasRoutingConfigurationListItem]? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentAliasName = agentAliasName self.agentId = agentId @@ -2864,8 +2791,7 @@ public struct UpdateAgentAliasOutput: Swift.Sendable { public init( agentAlias: BedrockAgentClientTypes.AgentAlias? = nil - ) - { + ) { self.agentAlias = agentAlias } } @@ -2915,8 +2841,7 @@ extension BedrockAgentClientTypes { exclusionFilters: [Swift.String]? = nil, inclusionFilters: [Swift.String]? = nil, objectType: Swift.String? = nil - ) - { + ) { self.exclusionFilters = exclusionFilters self.inclusionFilters = inclusionFilters self.objectType = objectType @@ -2939,8 +2864,7 @@ extension BedrockAgentClientTypes { public init( filters: [BedrockAgentClientTypes.PatternObjectFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -2990,8 +2914,7 @@ extension BedrockAgentClientTypes { public init( patternObjectFilter: BedrockAgentClientTypes.PatternObjectFilterConfiguration? = nil, type: BedrockAgentClientTypes.CrawlFilterConfigurationType? = nil - ) - { + ) { self.patternObjectFilter = patternObjectFilter self.type = type } @@ -3007,8 +2930,7 @@ extension BedrockAgentClientTypes { public init( filterConfiguration: BedrockAgentClientTypes.CrawlFilterConfiguration? = nil - ) - { + ) { self.filterConfiguration = filterConfiguration } } @@ -3091,8 +3013,7 @@ extension BedrockAgentClientTypes { credentialsSecretArn: Swift.String? = nil, hostType: BedrockAgentClientTypes.ConfluenceHostType? = nil, hostUrl: Swift.String? = nil - ) - { + ) { self.authType = authType self.credentialsSecretArn = credentialsSecretArn self.hostType = hostType @@ -3114,8 +3035,7 @@ extension BedrockAgentClientTypes { public init( crawlerConfiguration: BedrockAgentClientTypes.ConfluenceCrawlerConfiguration? = nil, sourceConfiguration: BedrockAgentClientTypes.ConfluenceSourceConfiguration? = nil - ) - { + ) { self.crawlerConfiguration = crawlerConfiguration self.sourceConfiguration = sourceConfiguration } @@ -3138,8 +3058,7 @@ extension BedrockAgentClientTypes { bucketArn: Swift.String? = nil, bucketOwnerAccountId: Swift.String? = nil, inclusionPrefixes: [Swift.String]? = nil - ) - { + ) { self.bucketArn = bucketArn self.bucketOwnerAccountId = bucketOwnerAccountId self.inclusionPrefixes = inclusionPrefixes @@ -3161,8 +3080,7 @@ extension BedrockAgentClientTypes { public init( filterConfiguration: BedrockAgentClientTypes.CrawlFilterConfiguration? = nil - ) - { + ) { self.filterConfiguration = filterConfiguration } } @@ -3212,8 +3130,7 @@ extension BedrockAgentClientTypes { authType: BedrockAgentClientTypes.SalesforceAuthType? = nil, credentialsSecretArn: Swift.String? = nil, hostUrl: Swift.String? = nil - ) - { + ) { self.authType = authType self.credentialsSecretArn = credentialsSecretArn self.hostUrl = hostUrl @@ -3234,8 +3151,7 @@ extension BedrockAgentClientTypes { public init( crawlerConfiguration: BedrockAgentClientTypes.SalesforceCrawlerConfiguration? = nil, sourceConfiguration: BedrockAgentClientTypes.SalesforceSourceConfiguration? = nil - ) - { + ) { self.crawlerConfiguration = crawlerConfiguration self.sourceConfiguration = sourceConfiguration } @@ -3251,8 +3167,7 @@ extension BedrockAgentClientTypes { public init( filterConfiguration: BedrockAgentClientTypes.CrawlFilterConfiguration? = nil - ) - { + ) { self.filterConfiguration = filterConfiguration } } @@ -3342,8 +3257,7 @@ extension BedrockAgentClientTypes { hostType: BedrockAgentClientTypes.SharePointHostType? = nil, siteUrls: [Swift.String]? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.authType = authType self.credentialsSecretArn = credentialsSecretArn self.domain = domain @@ -3367,8 +3281,7 @@ extension BedrockAgentClientTypes { public init( crawlerConfiguration: BedrockAgentClientTypes.SharePointCrawlerConfiguration? = nil, sourceConfiguration: BedrockAgentClientTypes.SharePointSourceConfiguration? = nil - ) - { + ) { self.crawlerConfiguration = crawlerConfiguration self.sourceConfiguration = sourceConfiguration } @@ -3431,8 +3344,7 @@ extension BedrockAgentClientTypes { public init( maxPages: Swift.Int? = nil, rateLimit: Swift.Int? = nil - ) - { + ) { self.maxPages = maxPages self.rateLimit = rateLimit } @@ -3489,8 +3401,7 @@ extension BedrockAgentClientTypes { inclusionFilters: [Swift.String]? = nil, scope: BedrockAgentClientTypes.WebScopeType? = nil, userAgent: Swift.String? = nil - ) - { + ) { self.crawlerLimits = crawlerLimits self.exclusionFilters = exclusionFilters self.inclusionFilters = inclusionFilters @@ -3514,8 +3425,7 @@ extension BedrockAgentClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -3530,8 +3440,7 @@ extension BedrockAgentClientTypes { public init( seedUrls: [BedrockAgentClientTypes.SeedUrl]? = nil - ) - { + ) { self.seedUrls = seedUrls } } @@ -3547,8 +3456,7 @@ extension BedrockAgentClientTypes { public init( urlConfiguration: BedrockAgentClientTypes.UrlConfiguration? = nil - ) - { + ) { self.urlConfiguration = urlConfiguration } } @@ -3567,8 +3475,7 @@ extension BedrockAgentClientTypes { public init( crawlerConfiguration: BedrockAgentClientTypes.WebCrawlerConfiguration? = nil, sourceConfiguration: BedrockAgentClientTypes.WebSourceConfiguration? = nil - ) - { + ) { self.crawlerConfiguration = crawlerConfiguration self.sourceConfiguration = sourceConfiguration } @@ -3600,8 +3507,7 @@ extension BedrockAgentClientTypes { sharePointConfiguration: BedrockAgentClientTypes.SharePointDataSourceConfiguration? = nil, type: BedrockAgentClientTypes.DataSourceType? = nil, webConfiguration: BedrockAgentClientTypes.WebDataSourceConfiguration? = nil - ) - { + ) { self.confluenceConfiguration = confluenceConfiguration self.s3Configuration = s3Configuration self.salesforceConfiguration = salesforceConfiguration @@ -3621,8 +3527,7 @@ extension BedrockAgentClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -3677,8 +3582,7 @@ extension BedrockAgentClientTypes { public init( maxTokens: Swift.Int? = nil, overlapPercentage: Swift.Int? = nil - ) - { + ) { self.maxTokens = maxTokens self.overlapPercentage = overlapPercentage } @@ -3695,8 +3599,7 @@ extension BedrockAgentClientTypes { public init( maxTokens: Swift.Int? = nil - ) - { + ) { self.maxTokens = maxTokens } } @@ -3716,8 +3619,7 @@ extension BedrockAgentClientTypes { public init( levelConfigurations: [BedrockAgentClientTypes.HierarchicalChunkingLevelConfiguration]? = nil, overlapTokens: Swift.Int? = nil - ) - { + ) { self.levelConfigurations = levelConfigurations self.overlapTokens = overlapTokens } @@ -3742,8 +3644,7 @@ extension BedrockAgentClientTypes { breakpointPercentileThreshold: Swift.Int? = nil, bufferSize: Swift.Int? = nil, maxTokens: Swift.Int? = nil - ) - { + ) { self.breakpointPercentileThreshold = breakpointPercentileThreshold self.bufferSize = bufferSize self.maxTokens = maxTokens @@ -3778,8 +3679,7 @@ extension BedrockAgentClientTypes { fixedSizeChunkingConfiguration: BedrockAgentClientTypes.FixedSizeChunkingConfiguration? = nil, hierarchicalChunkingConfiguration: BedrockAgentClientTypes.HierarchicalChunkingConfiguration? = nil, semanticChunkingConfiguration: BedrockAgentClientTypes.SemanticChunkingConfiguration? = nil - ) - { + ) { self.chunkingStrategy = chunkingStrategy self.fixedSizeChunkingConfiguration = fixedSizeChunkingConfiguration self.hierarchicalChunkingConfiguration = hierarchicalChunkingConfiguration @@ -3798,8 +3698,7 @@ extension BedrockAgentClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -3815,8 +3714,7 @@ extension BedrockAgentClientTypes { public init( s3Location: BedrockAgentClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -3858,8 +3756,7 @@ extension BedrockAgentClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -3875,8 +3772,7 @@ extension BedrockAgentClientTypes { public init( transformationLambdaConfiguration: BedrockAgentClientTypes.TransformationLambdaConfiguration? = nil - ) - { + ) { self.transformationLambdaConfiguration = transformationLambdaConfiguration } } @@ -3896,8 +3792,7 @@ extension BedrockAgentClientTypes { public init( stepToApply: BedrockAgentClientTypes.StepType? = nil, transformationFunction: BedrockAgentClientTypes.TransformationFunction? = nil - ) - { + ) { self.stepToApply = stepToApply self.transformationFunction = transformationFunction } @@ -3918,8 +3813,7 @@ extension BedrockAgentClientTypes { public init( intermediateStorage: BedrockAgentClientTypes.IntermediateStorage? = nil, transformations: [BedrockAgentClientTypes.Transformation]? = nil - ) - { + ) { self.intermediateStorage = intermediateStorage self.transformations = transformations } @@ -3961,8 +3855,7 @@ extension BedrockAgentClientTypes { public init( parsingModality: BedrockAgentClientTypes.ParsingModality? = nil - ) - { + ) { self.parsingModality = parsingModality } } @@ -3978,8 +3871,7 @@ extension BedrockAgentClientTypes { public init( parsingPromptText: Swift.String? = nil - ) - { + ) { self.parsingPromptText = parsingPromptText } } @@ -4001,8 +3893,7 @@ extension BedrockAgentClientTypes { modelArn: Swift.String? = nil, parsingModality: BedrockAgentClientTypes.ParsingModality? = nil, parsingPrompt: BedrockAgentClientTypes.ParsingPrompt? = nil - ) - { + ) { self.modelArn = modelArn self.parsingModality = parsingModality self.parsingPrompt = parsingPrompt @@ -4055,8 +3946,7 @@ extension BedrockAgentClientTypes { bedrockDataAutomationConfiguration: BedrockAgentClientTypes.BedrockDataAutomationConfiguration? = nil, bedrockFoundationModelConfiguration: BedrockAgentClientTypes.BedrockFoundationModelConfiguration? = nil, parsingStrategy: BedrockAgentClientTypes.ParsingStrategy? = nil - ) - { + ) { self.bedrockDataAutomationConfiguration = bedrockDataAutomationConfiguration self.bedrockFoundationModelConfiguration = bedrockFoundationModelConfiguration self.parsingStrategy = parsingStrategy @@ -4079,8 +3969,7 @@ extension BedrockAgentClientTypes { chunkingConfiguration: BedrockAgentClientTypes.ChunkingConfiguration? = nil, customTransformationConfiguration: BedrockAgentClientTypes.CustomTransformationConfiguration? = nil, parsingConfiguration: BedrockAgentClientTypes.ParsingConfiguration? = nil - ) - { + ) { self.chunkingConfiguration = chunkingConfiguration self.customTransformationConfiguration = customTransformationConfiguration self.parsingConfiguration = parsingConfiguration @@ -4122,8 +4011,7 @@ public struct CreateDataSourceInput: Swift.Sendable { name: Swift.String? = nil, serverSideEncryptionConfiguration: BedrockAgentClientTypes.ServerSideEncryptionConfiguration? = nil, vectorIngestionConfiguration: BedrockAgentClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.dataDeletionPolicy = dataDeletionPolicy self.dataSourceConfiguration = dataSourceConfiguration @@ -4220,8 +4108,7 @@ extension BedrockAgentClientTypes { status: BedrockAgentClientTypes.DataSourceStatus? = nil, updatedAt: Foundation.Date? = nil, vectorIngestionConfiguration: BedrockAgentClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.createdAt = createdAt self.dataDeletionPolicy = dataDeletionPolicy self.dataSourceConfiguration = dataSourceConfiguration @@ -4245,8 +4132,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { public init( dataSource: BedrockAgentClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -4262,8 +4148,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.knowledgeBaseId = knowledgeBaseId } @@ -4284,8 +4169,7 @@ public struct DeleteDataSourceOutput: Swift.Sendable { dataSourceId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, status: BedrockAgentClientTypes.DataSourceStatus? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.knowledgeBaseId = knowledgeBaseId self.status = status @@ -4303,8 +4187,7 @@ public struct GetDataSourceInput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.knowledgeBaseId = knowledgeBaseId } @@ -4317,8 +4200,7 @@ public struct GetDataSourceOutput: Swift.Sendable { public init( dataSource: BedrockAgentClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -4336,8 +4218,7 @@ public struct ListDataSourcesInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -4373,8 +4254,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, status: BedrockAgentClientTypes.DataSourceStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.description = description self.knowledgeBaseId = knowledgeBaseId @@ -4395,8 +4275,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( dataSourceSummaries: [BedrockAgentClientTypes.DataSourceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSourceSummaries = dataSourceSummaries self.nextToken = nextToken } @@ -4433,8 +4312,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { name: Swift.String? = nil, serverSideEncryptionConfiguration: BedrockAgentClientTypes.ServerSideEncryptionConfiguration? = nil, vectorIngestionConfiguration: BedrockAgentClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.dataDeletionPolicy = dataDeletionPolicy self.dataSourceConfiguration = dataSourceConfiguration self.dataSourceId = dataSourceId @@ -4453,8 +4331,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { public init( dataSource: BedrockAgentClientTypes.DataSource? = nil - ) - { + ) { self.dataSource = dataSource } } @@ -4469,8 +4346,7 @@ extension BedrockAgentClientTypes { public init( condition: Swift.String? = nil - ) - { + ) { self.condition = condition } } @@ -4490,8 +4366,7 @@ extension BedrockAgentClientTypes { public init( sourceOutput: Swift.String? = nil, targetInput: Swift.String? = nil - ) - { + ) { self.sourceOutput = sourceOutput self.targetInput = targetInput } @@ -4564,8 +4439,7 @@ extension BedrockAgentClientTypes { source: Swift.String? = nil, target: Swift.String? = nil, type: BedrockAgentClientTypes.FlowConnectionType? = nil - ) - { + ) { self.configuration = configuration self.name = name self.source = source @@ -4597,8 +4471,7 @@ extension BedrockAgentClientTypes { public init( expression: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.expression = expression self.name = name } @@ -4620,8 +4493,7 @@ extension BedrockAgentClientTypes { public init( conditions: [BedrockAgentClientTypes.FlowCondition]? = nil - ) - { + ) { self.conditions = conditions } } @@ -4661,8 +4533,7 @@ extension BedrockAgentClientTypes { guardrailConfiguration: BedrockAgentClientTypes.GuardrailConfiguration? = nil, knowledgeBaseId: Swift.String? = nil, modelId: Swift.String? = nil - ) - { + ) { self.guardrailConfiguration = guardrailConfiguration self.knowledgeBaseId = knowledgeBaseId self.modelId = modelId @@ -4680,8 +4551,7 @@ extension BedrockAgentClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -4701,8 +4571,7 @@ extension BedrockAgentClientTypes { public init( botAliasArn: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botAliasArn = botAliasArn self.localeId = localeId } @@ -4736,8 +4605,7 @@ extension BedrockAgentClientTypes { stopSequences: [Swift.String]? = nil, temperature: Swift.Float? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maxTokens = maxTokens self.stopSequences = stopSequences self.temperature = temperature @@ -4765,8 +4633,7 @@ extension BedrockAgentClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4825,8 +4692,7 @@ extension BedrockAgentClientTypes { public init( content: [BedrockAgentClientTypes.ContentBlock]? = nil, role: BedrockAgentClientTypes.ConversationRole? = nil - ) - { + ) { self.content = content self.role = role } @@ -4876,8 +4742,7 @@ extension BedrockAgentClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4924,8 +4789,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, inputSchema: BedrockAgentClientTypes.ToolInputSchema? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.inputSchema = inputSchema self.name = name @@ -4956,8 +4820,7 @@ extension BedrockAgentClientTypes { public init( toolChoice: BedrockAgentClientTypes.ToolChoice? = nil, tools: [BedrockAgentClientTypes.Tool]? = nil - ) - { + ) { self.toolChoice = toolChoice self.tools = tools } @@ -4988,8 +4851,7 @@ extension BedrockAgentClientTypes { messages: [BedrockAgentClientTypes.Message]? = nil, system: [BedrockAgentClientTypes.SystemContentBlock]? = nil, toolConfiguration: BedrockAgentClientTypes.ToolConfiguration? = nil - ) - { + ) { self.inputVariables = inputVariables self.messages = messages self.system = system @@ -5017,8 +4879,7 @@ extension BedrockAgentClientTypes { public init( inputVariables: [BedrockAgentClientTypes.PromptInputVariable]? = nil, text: Swift.String? = nil - ) - { + ) { self.inputVariables = inputVariables self.text = text } @@ -5096,8 +4957,7 @@ extension BedrockAgentClientTypes { modelId: Swift.String? = nil, templateConfiguration: BedrockAgentClientTypes.PromptTemplateConfiguration? = nil, templateType: BedrockAgentClientTypes.PromptTemplateType? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.inferenceConfiguration = inferenceConfiguration self.modelId = modelId @@ -5117,8 +4977,7 @@ extension BedrockAgentClientTypes { public init( promptArn: Swift.String? = nil - ) - { + ) { self.promptArn = promptArn } } @@ -5149,8 +5008,7 @@ extension BedrockAgentClientTypes { public init( guardrailConfiguration: BedrockAgentClientTypes.GuardrailConfiguration? = nil, sourceConfiguration: BedrockAgentClientTypes.PromptFlowNodeSourceConfiguration? = nil - ) - { + ) { self.guardrailConfiguration = guardrailConfiguration self.sourceConfiguration = sourceConfiguration } @@ -5167,8 +5025,7 @@ extension BedrockAgentClientTypes { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -5194,8 +5051,7 @@ extension BedrockAgentClientTypes { public init( serviceConfiguration: BedrockAgentClientTypes.RetrievalFlowNodeServiceConfiguration? = nil - ) - { + ) { self.serviceConfiguration = serviceConfiguration } } @@ -5211,8 +5067,7 @@ extension BedrockAgentClientTypes { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -5238,8 +5093,7 @@ extension BedrockAgentClientTypes { public init( serviceConfiguration: BedrockAgentClientTypes.StorageFlowNodeServiceConfiguration? = nil - ) - { + ) { self.serviceConfiguration = serviceConfiguration } } @@ -5333,8 +5187,7 @@ extension BedrockAgentClientTypes { expression: Swift.String? = nil, name: Swift.String? = nil, type: BedrockAgentClientTypes.FlowNodeIODataType? = nil - ) - { + ) { self.expression = expression self.name = name self.type = type @@ -5361,8 +5214,7 @@ extension BedrockAgentClientTypes { public init( name: Swift.String? = nil, type: BedrockAgentClientTypes.FlowNodeIODataType? = nil - ) - { + ) { self.name = name self.type = type } @@ -5451,8 +5303,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, outputs: [BedrockAgentClientTypes.FlowNodeOutput]? = nil, type: BedrockAgentClientTypes.FlowNodeType? = nil - ) - { + ) { self.configuration = configuration self.inputs = inputs self.name = name @@ -5474,8 +5325,7 @@ extension BedrockAgentClientTypes { public init( connections: [BedrockAgentClientTypes.FlowConnection]? = nil, nodes: [BedrockAgentClientTypes.FlowNode]? = nil - ) - { + ) { self.connections = connections self.nodes = nodes } @@ -5514,8 +5364,7 @@ public struct CreateFlowInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.customerEncryptionKeyArn = customerEncryptionKeyArn self.definition = definition @@ -5610,8 +5459,7 @@ public struct CreateFlowOutput: Swift.Sendable { status: BedrockAgentClientTypes.FlowStatus? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -5641,8 +5489,7 @@ public struct DeleteFlowInput: Swift.Sendable { public init( flowIdentifier: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier self.skipResourceInUseCheck = skipResourceInUseCheck } @@ -5655,8 +5502,7 @@ public struct DeleteFlowOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5670,8 +5516,7 @@ extension BedrockAgentClientTypes { public init( flowVersion: Swift.String? = nil - ) - { + ) { self.flowVersion = flowVersion } } @@ -5701,8 +5546,7 @@ public struct CreateFlowAliasInput: Swift.Sendable { name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.flowIdentifier = flowIdentifier @@ -5746,8 +5590,7 @@ public struct CreateFlowAliasOutput: Swift.Sendable { name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5770,8 +5613,7 @@ public struct DeleteFlowAliasInput: Swift.Sendable { public init( aliasIdentifier: Swift.String? = nil, flowIdentifier: Swift.String? = nil - ) - { + ) { self.aliasIdentifier = aliasIdentifier self.flowIdentifier = flowIdentifier } @@ -5788,8 +5630,7 @@ public struct DeleteFlowAliasOutput: Swift.Sendable { public init( flowId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.flowId = flowId self.id = id } @@ -5806,8 +5647,7 @@ public struct GetFlowAliasInput: Swift.Sendable { public init( aliasIdentifier: Swift.String? = nil, flowIdentifier: Swift.String? = nil - ) - { + ) { self.aliasIdentifier = aliasIdentifier self.flowIdentifier = flowIdentifier } @@ -5847,8 +5687,7 @@ public struct GetFlowAliasOutput: Swift.Sendable { name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5873,8 +5712,7 @@ public struct ListFlowAliasesInput: Swift.Sendable { flowIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -5920,8 +5758,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5944,8 +5781,7 @@ public struct ListFlowAliasesOutput: Swift.Sendable { public init( flowAliasSummaries: [BedrockAgentClientTypes.FlowAliasSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowAliasSummaries = flowAliasSummaries self.nextToken = nextToken } @@ -5973,8 +5809,7 @@ public struct UpdateFlowAliasInput: Swift.Sendable { flowIdentifier: Swift.String? = nil, name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil - ) - { + ) { self.aliasIdentifier = aliasIdentifier self.description = description self.flowIdentifier = flowIdentifier @@ -6017,8 +5852,7 @@ public struct UpdateFlowAliasOutput: Swift.Sendable { name: Swift.String? = nil, routingConfiguration: [BedrockAgentClientTypes.FlowAliasRoutingConfigurationListItem]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -6043,8 +5877,7 @@ public struct CreateFlowVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, flowIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.flowIdentifier = flowIdentifier @@ -6091,8 +5924,7 @@ public struct CreateFlowVersionOutput: Swift.Sendable { name: Swift.String? = nil, status: BedrockAgentClientTypes.FlowStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -6125,8 +5957,7 @@ public struct DeleteFlowVersionInput: Swift.Sendable { flowIdentifier: Swift.String? = nil, flowVersion: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier self.flowVersion = flowVersion self.skipResourceInUseCheck = skipResourceInUseCheck @@ -6144,8 +5975,7 @@ public struct DeleteFlowVersionOutput: Swift.Sendable { public init( id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.id = id self.version = version } @@ -6162,8 +5992,7 @@ public struct GetFlowVersionInput: Swift.Sendable { public init( flowIdentifier: Swift.String? = nil, flowVersion: Swift.String? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier self.flowVersion = flowVersion } @@ -6209,8 +6038,7 @@ public struct GetFlowVersionOutput: Swift.Sendable { name: Swift.String? = nil, status: BedrockAgentClientTypes.FlowStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -6242,8 +6070,7 @@ public struct ListFlowVersionsInput: Swift.Sendable { flowIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -6278,8 +6105,7 @@ extension BedrockAgentClientTypes { id: Swift.String? = nil, status: BedrockAgentClientTypes.FlowStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -6299,8 +6125,7 @@ public struct ListFlowVersionsOutput: Swift.Sendable { public init( flowVersionSummaries: [BedrockAgentClientTypes.FlowVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowVersionSummaries = flowVersionSummaries self.nextToken = nextToken } @@ -6313,8 +6138,7 @@ public struct GetFlowInput: Swift.Sendable { public init( flowIdentifier: Swift.String? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier } } @@ -6329,8 +6153,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6350,8 +6173,7 @@ extension BedrockAgentClientTypes { public init( expression: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.expression = expression self.node = node } @@ -6377,8 +6199,7 @@ extension BedrockAgentClientTypes { public init( source: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.source = source self.target = target } @@ -6395,8 +6216,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6420,8 +6240,7 @@ extension BedrockAgentClientTypes { cause: Swift.String? = nil, condition: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.cause = cause self.condition = condition self.node = node @@ -6447,8 +6266,7 @@ extension BedrockAgentClientTypes { cause: Swift.String? = nil, input: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.cause = cause self.input = input self.node = node @@ -6474,8 +6292,7 @@ extension BedrockAgentClientTypes { expectedType: BedrockAgentClientTypes.FlowNodeIODataType? = nil, input: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.expectedType = expectedType self.input = input self.node = node @@ -6501,8 +6318,7 @@ extension BedrockAgentClientTypes { expectedType: BedrockAgentClientTypes.FlowNodeIODataType? = nil, node: Swift.String? = nil, output: Swift.String? = nil - ) - { + ) { self.expectedType = expectedType self.node = node self.output = output @@ -6520,8 +6336,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6537,8 +6352,7 @@ extension BedrockAgentClientTypes { public init( node: Swift.String? = nil - ) - { + ) { self.node = node } } @@ -6563,8 +6377,7 @@ extension BedrockAgentClientTypes { public init( node: Swift.String? = nil - ) - { + ) { self.node = node } } @@ -6584,8 +6397,7 @@ extension BedrockAgentClientTypes { public init( input: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.input = input self.node = node } @@ -6606,8 +6418,7 @@ extension BedrockAgentClientTypes { public init( node: Swift.String? = nil, output: Swift.String? = nil - ) - { + ) { self.node = node self.output = output } @@ -6637,8 +6448,7 @@ extension BedrockAgentClientTypes { public init( input: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.input = input self.node = node } @@ -6659,8 +6469,7 @@ extension BedrockAgentClientTypes { public init( input: Swift.String? = nil, node: Swift.String? = nil - ) - { + ) { self.input = input self.node = node } @@ -6677,8 +6486,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6694,8 +6502,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6711,8 +6518,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6728,8 +6534,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6745,8 +6550,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -6762,8 +6566,7 @@ extension BedrockAgentClientTypes { public init( node: Swift.String? = nil - ) - { + ) { self.node = node } } @@ -6779,8 +6582,7 @@ extension BedrockAgentClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -7004,8 +6806,7 @@ extension BedrockAgentClientTypes { message: Swift.String? = nil, severity: BedrockAgentClientTypes.FlowValidationSeverity? = nil, type: BedrockAgentClientTypes.FlowValidationType? = nil - ) - { + ) { self.details = details self.message = message self.severity = severity @@ -7069,8 +6870,7 @@ public struct GetFlowOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, validations: [BedrockAgentClientTypes.FlowValidation]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -7100,8 +6900,7 @@ public struct ListFlowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7152,8 +6951,7 @@ extension BedrockAgentClientTypes { status: BedrockAgentClientTypes.FlowStatus? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -7176,8 +6974,7 @@ public struct ListFlowsOutput: Swift.Sendable { public init( flowSummaries: [BedrockAgentClientTypes.FlowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowSummaries = flowSummaries self.nextToken = nextToken } @@ -7190,8 +6987,7 @@ public struct PrepareFlowInput: Swift.Sendable { public init( flowIdentifier: Swift.String? = nil - ) - { + ) { self.flowIdentifier = flowIdentifier } } @@ -7207,8 +7003,7 @@ public struct PrepareFlowOutput: Swift.Sendable { public init( id: Swift.String? = nil, status: BedrockAgentClientTypes.FlowStatus? = nil - ) - { + ) { self.id = id self.status = status } @@ -7238,8 +7033,7 @@ public struct UpdateFlowInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, flowIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.customerEncryptionKeyArn = customerEncryptionKeyArn self.definition = definition self.description = description @@ -7298,8 +7092,7 @@ public struct UpdateFlowOutput: Swift.Sendable { status: BedrockAgentClientTypes.FlowStatus? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -7334,8 +7127,7 @@ public struct GetIngestionJobInput: Swift.Sendable { dataSourceId: Swift.String? = nil, ingestionJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.ingestionJobId = ingestionJobId self.knowledgeBaseId = knowledgeBaseId @@ -7369,8 +7161,7 @@ extension BedrockAgentClientTypes { numberOfMetadataDocumentsScanned: Swift.Int = 0, numberOfModifiedDocumentsIndexed: Swift.Int = 0, numberOfNewDocumentsIndexed: Swift.Int = 0 - ) - { + ) { self.numberOfDocumentsDeleted = numberOfDocumentsDeleted self.numberOfDocumentsFailed = numberOfDocumentsFailed self.numberOfDocumentsScanned = numberOfDocumentsScanned @@ -7468,8 +7259,7 @@ extension BedrockAgentClientTypes { statistics: BedrockAgentClientTypes.IngestionJobStatistics? = nil, status: BedrockAgentClientTypes.IngestionJobStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.description = description self.failureReasons = failureReasons @@ -7490,8 +7280,7 @@ public struct GetIngestionJobOutput: Swift.Sendable { public init( ingestionJob: BedrockAgentClientTypes.IngestionJob? = nil - ) - { + ) { self.ingestionJob = ingestionJob } } @@ -7566,8 +7355,7 @@ extension BedrockAgentClientTypes { attribute: BedrockAgentClientTypes.IngestionJobFilterAttribute? = nil, `operator`: BedrockAgentClientTypes.IngestionJobFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.attribute = attribute self.`operator` = `operator` self.values = values @@ -7647,8 +7435,7 @@ extension BedrockAgentClientTypes { public init( attribute: BedrockAgentClientTypes.IngestionJobSortByAttribute? = nil, order: BedrockAgentClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -7678,8 +7465,7 @@ public struct ListIngestionJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: BedrockAgentClientTypes.IngestionJobSortBy? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.filters = filters self.knowledgeBaseId = knowledgeBaseId @@ -7725,8 +7511,7 @@ extension BedrockAgentClientTypes { statistics: BedrockAgentClientTypes.IngestionJobStatistics? = nil, status: BedrockAgentClientTypes.IngestionJobStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.description = description self.ingestionJobId = ingestionJobId @@ -7749,8 +7534,7 @@ public struct ListIngestionJobsOutput: Swift.Sendable { public init( ingestionJobSummaries: [BedrockAgentClientTypes.IngestionJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ingestionJobSummaries = ingestionJobSummaries self.nextToken = nextToken } @@ -7773,8 +7557,7 @@ public struct StartIngestionJobInput: Swift.Sendable { dataSourceId: Swift.String? = nil, description: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataSourceId = dataSourceId self.description = description @@ -7789,8 +7572,7 @@ public struct StartIngestionJobOutput: Swift.Sendable { public init( ingestionJob: BedrockAgentClientTypes.IngestionJob? = nil - ) - { + ) { self.ingestionJob = ingestionJob } } @@ -7810,8 +7592,7 @@ public struct StopIngestionJobInput: Swift.Sendable { dataSourceId: Swift.String? = nil, ingestionJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.ingestionJobId = ingestionJobId self.knowledgeBaseId = knowledgeBaseId @@ -7825,8 +7606,7 @@ public struct StopIngestionJobOutput: Swift.Sendable { public init( ingestionJob: BedrockAgentClientTypes.IngestionJob? = nil - ) - { + ) { self.ingestionJob = ingestionJob } } @@ -7841,8 +7621,7 @@ extension BedrockAgentClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7893,8 +7672,7 @@ extension BedrockAgentClientTypes { custom: BedrockAgentClientTypes.CustomDocumentIdentifier? = nil, dataSourceType: BedrockAgentClientTypes.ContentDataSourceType? = nil, s3: BedrockAgentClientTypes.S3Location? = nil - ) - { + ) { self.custom = custom self.dataSourceType = dataSourceType self.s3 = s3 @@ -7920,8 +7698,7 @@ public struct DeleteKnowledgeBaseDocumentsInput: Swift.Sendable { dataSourceId: Swift.String? = nil, documentIdentifiers: [BedrockAgentClientTypes.DocumentIdentifier]? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataSourceId = dataSourceId self.documentIdentifiers = documentIdentifiers @@ -8040,8 +7817,7 @@ extension BedrockAgentClientTypes { status: BedrockAgentClientTypes.DocumentStatus? = nil, statusReason: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.identifier = identifier self.knowledgeBaseId = knowledgeBaseId @@ -8058,8 +7834,7 @@ public struct DeleteKnowledgeBaseDocumentsOutput: Swift.Sendable { public init( documentDetails: [BedrockAgentClientTypes.KnowledgeBaseDocumentDetail]? = nil - ) - { + ) { self.documentDetails = documentDetails } } @@ -8079,8 +7854,7 @@ public struct GetKnowledgeBaseDocumentsInput: Swift.Sendable { dataSourceId: Swift.String? = nil, documentIdentifiers: [BedrockAgentClientTypes.DocumentIdentifier]? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.documentIdentifiers = documentIdentifiers self.knowledgeBaseId = knowledgeBaseId @@ -8093,8 +7867,7 @@ public struct GetKnowledgeBaseDocumentsOutput: Swift.Sendable { public init( documentDetails: [BedrockAgentClientTypes.KnowledgeBaseDocumentDetail]? = nil - ) - { + ) { self.documentDetails = documentDetails } } @@ -8153,8 +7926,7 @@ extension BedrockAgentClientTypes { public init( data: Foundation.Data? = nil, mimeType: Swift.String? = nil - ) - { + ) { self.data = data self.mimeType = mimeType } @@ -8176,8 +7948,7 @@ extension BedrockAgentClientTypes { public init( data: Swift.String? = nil - ) - { + ) { self.data = data } } @@ -8233,8 +8004,7 @@ extension BedrockAgentClientTypes { byteContent: BedrockAgentClientTypes.ByteContentDoc? = nil, textContent: BedrockAgentClientTypes.TextContentDoc? = nil, type: BedrockAgentClientTypes.InlineContentType? = nil - ) - { + ) { self.byteContent = byteContent self.textContent = textContent self.type = type @@ -8255,8 +8025,7 @@ extension BedrockAgentClientTypes { public init( bucketOwnerAccountId: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.bucketOwnerAccountId = bucketOwnerAccountId self.uri = uri } @@ -8312,8 +8081,7 @@ extension BedrockAgentClientTypes { inlineContent: BedrockAgentClientTypes.InlineContent? = nil, s3Location: BedrockAgentClientTypes.CustomS3Location? = nil, sourceType: BedrockAgentClientTypes.CustomSourceType? = nil - ) - { + ) { self.customDocumentIdentifier = customDocumentIdentifier self.inlineContent = inlineContent self.s3Location = s3Location @@ -8332,8 +8100,7 @@ extension BedrockAgentClientTypes { public init( s3Location: BedrockAgentClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -8355,8 +8122,7 @@ extension BedrockAgentClientTypes { custom: BedrockAgentClientTypes.CustomContent? = nil, dataSourceType: BedrockAgentClientTypes.ContentDataSourceType? = nil, s3: BedrockAgentClientTypes.S3Content? = nil - ) - { + ) { self.custom = custom self.dataSourceType = dataSourceType self.s3 = s3 @@ -8421,8 +8187,7 @@ extension BedrockAgentClientTypes { stringListValue: [Swift.String]? = nil, stringValue: Swift.String? = nil, type: BedrockAgentClientTypes.MetadataValueType? = nil - ) - { + ) { self.booleanValue = booleanValue self.numberValue = numberValue self.stringListValue = stringListValue @@ -8451,8 +8216,7 @@ extension BedrockAgentClientTypes { public init( key: Swift.String? = nil, value: BedrockAgentClientTypes.MetadataAttributeValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -8509,8 +8273,7 @@ extension BedrockAgentClientTypes { inlineAttributes: [BedrockAgentClientTypes.MetadataAttribute]? = nil, s3Location: BedrockAgentClientTypes.CustomS3Location? = nil, type: BedrockAgentClientTypes.MetadataSourceType? = nil - ) - { + ) { self.inlineAttributes = inlineAttributes self.s3Location = s3Location self.type = type @@ -8531,8 +8294,7 @@ extension BedrockAgentClientTypes { public init( content: BedrockAgentClientTypes.DocumentContent? = nil, metadata: BedrockAgentClientTypes.DocumentMetadata? = nil - ) - { + ) { self.content = content self.metadata = metadata } @@ -8557,8 +8319,7 @@ public struct IngestKnowledgeBaseDocumentsInput: Swift.Sendable { dataSourceId: Swift.String? = nil, documents: [BedrockAgentClientTypes.KnowledgeBaseDocument]? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataSourceId = dataSourceId self.documents = documents @@ -8572,8 +8333,7 @@ public struct IngestKnowledgeBaseDocumentsOutput: Swift.Sendable { public init( documentDetails: [BedrockAgentClientTypes.KnowledgeBaseDocumentDetail]? = nil - ) - { + ) { self.documentDetails = documentDetails } } @@ -8595,8 +8355,7 @@ public struct ListKnowledgeBaseDocumentsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults @@ -8614,8 +8373,7 @@ public struct ListKnowledgeBaseDocumentsOutput: Swift.Sendable { public init( documentDetails: [BedrockAgentClientTypes.KnowledgeBaseDocumentDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentDetails = documentDetails self.nextToken = nextToken } @@ -8643,8 +8401,7 @@ public struct AssociateAgentKnowledgeBaseInput: Swift.Sendable { description: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, knowledgeBaseState: BedrockAgentClientTypes.KnowledgeBaseState? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.description = description @@ -8660,8 +8417,7 @@ public struct AssociateAgentKnowledgeBaseOutput: Swift.Sendable { public init( agentKnowledgeBase: BedrockAgentClientTypes.AgentKnowledgeBase? = nil - ) - { + ) { self.agentKnowledgeBase = agentKnowledgeBase } } @@ -8676,8 +8432,7 @@ extension BedrockAgentClientTypes { public init( kendraIndexArn: Swift.String? = nil - ) - { + ) { self.kendraIndexArn = kendraIndexArn } } @@ -8731,8 +8486,7 @@ extension BedrockAgentClientTypes { databaseUser: Swift.String? = nil, type: BedrockAgentClientTypes.RedshiftProvisionedAuthType? = nil, usernamePasswordSecretArn: Swift.String? = nil - ) - { + ) { self.databaseUser = databaseUser self.type = type self.usernamePasswordSecretArn = usernamePasswordSecretArn @@ -8754,8 +8508,7 @@ extension BedrockAgentClientTypes { public init( authConfiguration: BedrockAgentClientTypes.RedshiftProvisionedAuthConfiguration? = nil, clusterIdentifier: Swift.String? = nil - ) - { + ) { self.authConfiguration = authConfiguration self.clusterIdentifier = clusterIdentifier } @@ -8804,8 +8557,7 @@ extension BedrockAgentClientTypes { public init( type: BedrockAgentClientTypes.RedshiftServerlessAuthType? = nil, usernamePasswordSecretArn: Swift.String? = nil - ) - { + ) { self.type = type self.usernamePasswordSecretArn = usernamePasswordSecretArn } @@ -8826,8 +8578,7 @@ extension BedrockAgentClientTypes { public init( authConfiguration: BedrockAgentClientTypes.RedshiftServerlessAuthConfiguration? = nil, workgroupArn: Swift.String? = nil - ) - { + ) { self.authConfiguration = authConfiguration self.workgroupArn = workgroupArn } @@ -8879,8 +8630,7 @@ extension BedrockAgentClientTypes { provisionedConfiguration: BedrockAgentClientTypes.RedshiftProvisionedConfiguration? = nil, serverlessConfiguration: BedrockAgentClientTypes.RedshiftServerlessConfiguration? = nil, type: BedrockAgentClientTypes.RedshiftQueryEngineType? = nil - ) - { + ) { self.provisionedConfiguration = provisionedConfiguration self.serverlessConfiguration = serverlessConfiguration self.type = type @@ -8902,8 +8652,7 @@ extension BedrockAgentClientTypes { public init( naturalLanguage: Swift.String? = nil, sql: Swift.String? = nil - ) - { + ) { self.naturalLanguage = naturalLanguage self.sql = sql } @@ -8954,8 +8703,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, inclusion: BedrockAgentClientTypes.IncludeExclude? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.inclusion = inclusion self.name = name @@ -8982,8 +8730,7 @@ extension BedrockAgentClientTypes { description: Swift.String? = nil, inclusion: BedrockAgentClientTypes.IncludeExclude? = nil, name: Swift.String? = nil - ) - { + ) { self.columns = columns self.description = description self.inclusion = inclusion @@ -9004,8 +8751,7 @@ extension BedrockAgentClientTypes { public init( curatedQueries: [BedrockAgentClientTypes.CuratedQuery]? = nil, tables: [BedrockAgentClientTypes.QueryGenerationTable]? = nil - ) - { + ) { self.curatedQueries = curatedQueries self.tables = tables } @@ -9030,8 +8776,7 @@ extension BedrockAgentClientTypes { public init( executionTimeoutSeconds: Swift.Int? = nil, generationContext: BedrockAgentClientTypes.QueryGenerationContext? = nil - ) - { + ) { self.executionTimeoutSeconds = executionTimeoutSeconds self.generationContext = generationContext } @@ -9053,8 +8798,7 @@ extension BedrockAgentClientTypes { public init( tableNames: [Swift.String]? = nil - ) - { + ) { self.tableNames = tableNames } } @@ -9070,8 +8814,7 @@ extension BedrockAgentClientTypes { public init( databaseName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName } } @@ -9122,8 +8865,7 @@ extension BedrockAgentClientTypes { awsDataCatalogConfiguration: BedrockAgentClientTypes.RedshiftQueryEngineAwsDataCatalogStorageConfiguration? = nil, redshiftConfiguration: BedrockAgentClientTypes.RedshiftQueryEngineRedshiftStorageConfiguration? = nil, type: BedrockAgentClientTypes.RedshiftQueryEngineStorageType? = nil - ) - { + ) { self.awsDataCatalogConfiguration = awsDataCatalogConfiguration self.redshiftConfiguration = redshiftConfiguration self.type = type @@ -9148,8 +8890,7 @@ extension BedrockAgentClientTypes { queryEngineConfiguration: BedrockAgentClientTypes.RedshiftQueryEngineConfiguration? = nil, queryGenerationConfiguration: BedrockAgentClientTypes.QueryGenerationConfiguration? = nil, storageConfigurations: [BedrockAgentClientTypes.RedshiftQueryEngineStorageConfiguration]? = nil - ) - { + ) { self.queryEngineConfiguration = queryEngineConfiguration self.queryGenerationConfiguration = queryGenerationConfiguration self.storageConfigurations = storageConfigurations @@ -9196,8 +8937,7 @@ extension BedrockAgentClientTypes { public init( redshiftConfiguration: BedrockAgentClientTypes.RedshiftConfiguration? = nil, type: BedrockAgentClientTypes.QueryEngineType? = nil - ) - { + ) { self.redshiftConfiguration = redshiftConfiguration self.type = type } @@ -9278,8 +9018,7 @@ extension BedrockAgentClientTypes { public init( dimensions: Swift.Int? = nil, embeddingDataType: BedrockAgentClientTypes.EmbeddingDataType? = nil - ) - { + ) { self.dimensions = dimensions self.embeddingDataType = embeddingDataType } @@ -9295,8 +9034,7 @@ extension BedrockAgentClientTypes { public init( bedrockEmbeddingModelConfiguration: BedrockAgentClientTypes.BedrockEmbeddingModelConfiguration? = nil - ) - { + ) { self.bedrockEmbeddingModelConfiguration = bedrockEmbeddingModelConfiguration } } @@ -9341,8 +9079,7 @@ extension BedrockAgentClientTypes { public init( s3Location: BedrockAgentClientTypes.S3Location? = nil, type: BedrockAgentClientTypes.SupplementalDataStorageLocationType? = nil - ) - { + ) { self.s3Location = s3Location self.type = type } @@ -9359,8 +9096,7 @@ extension BedrockAgentClientTypes { public init( storageLocations: [BedrockAgentClientTypes.SupplementalDataStorageLocation]? = nil - ) - { + ) { self.storageLocations = storageLocations } } @@ -9382,8 +9118,7 @@ extension BedrockAgentClientTypes { embeddingModelArn: Swift.String? = nil, embeddingModelConfiguration: BedrockAgentClientTypes.EmbeddingModelConfiguration? = nil, supplementalDataStorageConfiguration: BedrockAgentClientTypes.SupplementalDataStorageConfiguration? = nil - ) - { + ) { self.embeddingModelArn = embeddingModelArn self.embeddingModelConfiguration = embeddingModelConfiguration self.supplementalDataStorageConfiguration = supplementalDataStorageConfiguration @@ -9410,8 +9145,7 @@ extension BedrockAgentClientTypes { sqlKnowledgeBaseConfiguration: BedrockAgentClientTypes.SqlKnowledgeBaseConfiguration? = nil, type: BedrockAgentClientTypes.KnowledgeBaseType? = nil, vectorKnowledgeBaseConfiguration: BedrockAgentClientTypes.VectorKnowledgeBaseConfiguration? = nil - ) - { + ) { self.kendraKnowledgeBaseConfiguration = kendraKnowledgeBaseConfiguration self.sqlKnowledgeBaseConfiguration = sqlKnowledgeBaseConfiguration self.type = type @@ -9438,8 +9172,7 @@ extension BedrockAgentClientTypes { metadataField: Swift.String? = nil, textField: Swift.String? = nil, vectorField: Swift.String? = nil - ) - { + ) { self.metadataField = metadataField self.textField = textField self.vectorField = vectorField @@ -9480,8 +9213,7 @@ extension BedrockAgentClientTypes { endpointServiceName: Swift.String? = nil, fieldMapping: BedrockAgentClientTypes.MongoDbAtlasFieldMapping? = nil, vectorIndexName: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName self.credentialsSecretArn = credentialsSecretArn self.databaseName = databaseName @@ -9511,8 +9243,7 @@ extension BedrockAgentClientTypes { metadataField: Swift.String? = nil, textField: Swift.String? = nil, vectorField: Swift.String? = nil - ) - { + ) { self.metadataField = metadataField self.textField = textField self.vectorField = vectorField @@ -9538,8 +9269,7 @@ extension BedrockAgentClientTypes { collectionArn: Swift.String? = nil, fieldMapping: BedrockAgentClientTypes.OpenSearchServerlessFieldMapping? = nil, vectorIndexName: Swift.String? = nil - ) - { + ) { self.collectionArn = collectionArn self.fieldMapping = fieldMapping self.vectorIndexName = vectorIndexName @@ -9561,8 +9291,7 @@ extension BedrockAgentClientTypes { public init( metadataField: Swift.String? = nil, textField: Swift.String? = nil - ) - { + ) { self.metadataField = metadataField self.textField = textField } @@ -9590,8 +9319,7 @@ extension BedrockAgentClientTypes { credentialsSecretArn: Swift.String? = nil, fieldMapping: BedrockAgentClientTypes.PineconeFieldMapping? = nil, namespace: Swift.String? = nil - ) - { + ) { self.connectionString = connectionString self.credentialsSecretArn = credentialsSecretArn self.fieldMapping = fieldMapping @@ -9622,8 +9350,7 @@ extension BedrockAgentClientTypes { primaryKeyField: Swift.String? = nil, textField: Swift.String? = nil, vectorField: Swift.String? = nil - ) - { + ) { self.metadataField = metadataField self.primaryKeyField = primaryKeyField self.textField = textField @@ -9658,8 +9385,7 @@ extension BedrockAgentClientTypes { fieldMapping: BedrockAgentClientTypes.RdsFieldMapping? = nil, resourceArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.credentialsSecretArn = credentialsSecretArn self.databaseName = databaseName self.fieldMapping = fieldMapping @@ -9687,8 +9413,7 @@ extension BedrockAgentClientTypes { metadataField: Swift.String? = nil, textField: Swift.String? = nil, vectorField: Swift.String? = nil - ) - { + ) { self.metadataField = metadataField self.textField = textField self.vectorField = vectorField @@ -9718,8 +9443,7 @@ extension BedrockAgentClientTypes { endpoint: Swift.String? = nil, fieldMapping: BedrockAgentClientTypes.RedisEnterpriseCloudFieldMapping? = nil, vectorIndexName: Swift.String? = nil - ) - { + ) { self.credentialsSecretArn = credentialsSecretArn self.endpoint = endpoint self.fieldMapping = fieldMapping @@ -9791,8 +9515,7 @@ extension BedrockAgentClientTypes { rdsConfiguration: BedrockAgentClientTypes.RdsConfiguration? = nil, redisEnterpriseCloudConfiguration: BedrockAgentClientTypes.RedisEnterpriseCloudConfiguration? = nil, type: BedrockAgentClientTypes.KnowledgeBaseStorageType? = nil - ) - { + ) { self.mongoDbAtlasConfiguration = mongoDbAtlasConfiguration self.opensearchServerlessConfiguration = opensearchServerlessConfiguration self.pineconeConfiguration = pineconeConfiguration @@ -9830,8 +9553,7 @@ public struct CreateKnowledgeBaseInput: Swift.Sendable { roleArn: Swift.String? = nil, storageConfiguration: BedrockAgentClientTypes.StorageConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.knowledgeBaseConfiguration = knowledgeBaseConfiguration @@ -9940,8 +9662,7 @@ extension BedrockAgentClientTypes { status: BedrockAgentClientTypes.KnowledgeBaseStatus? = nil, storageConfiguration: BedrockAgentClientTypes.StorageConfiguration? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.failureReasons = failureReasons @@ -9964,8 +9685,7 @@ public struct CreateKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: BedrockAgentClientTypes.KnowledgeBase? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -9977,8 +9697,7 @@ public struct DeleteKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -9994,8 +9713,7 @@ public struct DeleteKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, status: BedrockAgentClientTypes.KnowledgeBaseStatus? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.status = status } @@ -10016,8 +9734,7 @@ public struct DisassociateAgentKnowledgeBaseInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.knowledgeBaseId = knowledgeBaseId @@ -10044,8 +9761,7 @@ public struct GetAgentKnowledgeBaseInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.knowledgeBaseId = knowledgeBaseId @@ -10059,8 +9775,7 @@ public struct GetAgentKnowledgeBaseOutput: Swift.Sendable { public init( agentKnowledgeBase: BedrockAgentClientTypes.AgentKnowledgeBase? = nil - ) - { + ) { self.agentKnowledgeBase = agentKnowledgeBase } } @@ -10072,8 +9787,7 @@ public struct GetKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -10085,8 +9799,7 @@ public struct GetKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: BedrockAgentClientTypes.KnowledgeBase? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -10108,8 +9821,7 @@ public struct ListAgentKnowledgeBasesInput: Swift.Sendable { agentVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.maxResults = maxResults @@ -10127,8 +9839,7 @@ public struct ListAgentKnowledgeBasesOutput: Swift.Sendable { public init( agentKnowledgeBaseSummaries: [BedrockAgentClientTypes.AgentKnowledgeBaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentKnowledgeBaseSummaries = agentKnowledgeBaseSummaries self.nextToken = nextToken } @@ -10143,8 +9854,7 @@ public struct ListKnowledgeBasesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -10175,8 +9885,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, status: BedrockAgentClientTypes.KnowledgeBaseStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.description = description self.knowledgeBaseId = knowledgeBaseId self.name = name @@ -10196,8 +9905,7 @@ public struct ListKnowledgeBasesOutput: Swift.Sendable { public init( knowledgeBaseSummaries: [BedrockAgentClientTypes.KnowledgeBaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseSummaries = knowledgeBaseSummaries self.nextToken = nextToken } @@ -10224,8 +9932,7 @@ public struct UpdateAgentKnowledgeBaseInput: Swift.Sendable { description: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, knowledgeBaseState: BedrockAgentClientTypes.KnowledgeBaseState? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.description = description @@ -10241,8 +9948,7 @@ public struct UpdateAgentKnowledgeBaseOutput: Swift.Sendable { public init( agentKnowledgeBase: BedrockAgentClientTypes.AgentKnowledgeBase? = nil - ) - { + ) { self.agentKnowledgeBase = agentKnowledgeBase } } @@ -10272,8 +9978,7 @@ public struct UpdateKnowledgeBaseInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, storageConfiguration: BedrockAgentClientTypes.StorageConfiguration? = nil - ) - { + ) { self.description = description self.knowledgeBaseConfiguration = knowledgeBaseConfiguration self.knowledgeBaseId = knowledgeBaseId @@ -10290,8 +9995,7 @@ public struct UpdateKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: BedrockAgentClientTypes.KnowledgeBase? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -10306,8 +10010,7 @@ extension BedrockAgentClientTypes { public init( agentIdentifier: Swift.String? = nil - ) - { + ) { self.agentIdentifier = agentIdentifier } } @@ -10343,8 +10046,7 @@ extension BedrockAgentClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -10390,8 +10092,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, templateConfiguration: BedrockAgentClientTypes.PromptTemplateConfiguration? = nil, templateType: BedrockAgentClientTypes.PromptTemplateType? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.genAiResource = genAiResource self.inferenceConfiguration = inferenceConfiguration @@ -10435,8 +10136,7 @@ public struct CreatePromptInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil - ) - { + ) { self.clientToken = clientToken self.customerEncryptionKeyArn = customerEncryptionKeyArn self.defaultVariant = defaultVariant @@ -10491,8 +10191,7 @@ public struct CreatePromptOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -10527,8 +10226,7 @@ public struct CreatePromptVersionInput: Swift.Sendable { description: Swift.String? = nil, promptIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.promptIdentifier = promptIdentifier @@ -10575,8 +10273,7 @@ public struct CreatePromptVersionOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -10605,8 +10302,7 @@ public struct DeletePromptInput: Swift.Sendable { public init( promptIdentifier: Swift.String? = nil, promptVersion: Swift.String? = nil - ) - { + ) { self.promptIdentifier = promptIdentifier self.promptVersion = promptVersion } @@ -10622,8 +10318,7 @@ public struct DeletePromptOutput: Swift.Sendable { public init( id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.id = id self.version = version } @@ -10639,8 +10334,7 @@ public struct GetPromptInput: Swift.Sendable { public init( promptIdentifier: Swift.String? = nil, promptVersion: Swift.String? = nil - ) - { + ) { self.promptIdentifier = promptIdentifier self.promptVersion = promptVersion } @@ -10685,8 +10379,7 @@ public struct GetPromptOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -10717,8 +10410,7 @@ public struct ListPromptsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, promptIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.promptIdentifier = promptIdentifier @@ -10760,8 +10452,7 @@ extension BedrockAgentClientTypes { name: Swift.String? = nil, updatedAt: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -10783,8 +10474,7 @@ public struct ListPromptsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, promptSummaries: [BedrockAgentClientTypes.PromptSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.promptSummaries = promptSummaries } @@ -10813,8 +10503,7 @@ public struct UpdatePromptInput: Swift.Sendable { name: Swift.String? = nil, promptIdentifier: Swift.String? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil - ) - { + ) { self.customerEncryptionKeyArn = customerEncryptionKeyArn self.defaultVariant = defaultVariant self.description = description @@ -10868,8 +10557,7 @@ public struct UpdatePromptOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, variants: [BedrockAgentClientTypes.PromptVariant]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -10895,8 +10583,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -10907,8 +10594,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -10924,8 +10610,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -10947,8 +10632,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -10966,8 +10650,7 @@ public struct ValidateFlowDefinitionInput: Swift.Sendable { public init( definition: BedrockAgentClientTypes.FlowDefinition? = nil - ) - { + ) { self.definition = definition } } @@ -10984,8 +10667,7 @@ public struct ValidateFlowDefinitionOutput: Swift.Sendable { public init( validations: [BedrockAgentClientTypes.FlowValidation]? = nil - ) - { + ) { self.validations = validations } } @@ -11004,8 +10686,7 @@ public struct DeleteAgentVersionInput: Swift.Sendable { agentId: Swift.String? = nil, agentVersion: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion self.skipResourceInUseCheck = skipResourceInUseCheck @@ -11027,8 +10708,7 @@ public struct DeleteAgentVersionOutput: Swift.Sendable { agentId: Swift.String? = nil, agentStatus: BedrockAgentClientTypes.AgentStatus? = nil, agentVersion: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentStatus = agentStatus self.agentVersion = agentVersion @@ -11046,8 +10726,7 @@ public struct GetAgentVersionInput: Swift.Sendable { public init( agentId: Swift.String? = nil, agentVersion: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.agentVersion = agentVersion } @@ -11060,8 +10739,7 @@ public struct GetAgentVersionOutput: Swift.Sendable { public init( agentVersion: BedrockAgentClientTypes.AgentVersion? = nil - ) - { + ) { self.agentVersion = agentVersion } } @@ -11079,8 +10757,7 @@ public struct ListAgentVersionsInput: Swift.Sendable { agentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.maxResults = maxResults self.nextToken = nextToken @@ -11097,8 +10774,7 @@ public struct ListAgentVersionsOutput: Swift.Sendable { public init( agentVersionSummaries: [BedrockAgentClientTypes.AgentVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentVersionSummaries = agentVersionSummaries self.nextToken = nextToken } diff --git a/Sources/Services/AWSBedrockAgentRuntime/Package.swift.txt b/Sources/Services/AWSBedrockAgentRuntime/Package.swift.txt index 0057e52df67..964bd95e6ec 100644 --- a/Sources/Services/AWSBedrockAgentRuntime/Package.swift.txt +++ b/Sources/Services/AWSBedrockAgentRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,23 +45,23 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,19 +73,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/BedrockAgentRuntimeClient.swift b/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/BedrockAgentRuntimeClient.swift index 2b83ad75a55..ad664b0d508 100644 --- a/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/BedrockAgentRuntimeClient.swift +++ b/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/BedrockAgentRuntimeClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockAgentRuntimeClient: ClientRuntime.Client { public static let clientName = "BedrockAgentRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockAgentRuntimeClient.BedrockAgentRuntimeClientConfiguration let serviceName = "Bedrock Agent Runtime" diff --git a/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/Models.swift b/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/Models.swift index f448d1b91c8..26af404cee8 100644 --- a/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/Models.swift +++ b/Sources/Services/AWSBedrockAgentRuntime/Sources/AWSBedrockAgentRuntime/Models.swift @@ -55,8 +55,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +142,7 @@ extension BedrockAgentRuntimeClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -161,8 +159,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: [Swift.String: [BedrockAgentRuntimeClientTypes.Parameter]]? = nil - ) - { + ) { self.content = content } } @@ -198,8 +195,7 @@ extension BedrockAgentRuntimeClientTypes { parameters: [BedrockAgentRuntimeClientTypes.Parameter]? = nil, requestBody: BedrockAgentRuntimeClientTypes.RequestBody? = nil, verb: Swift.String? = nil - ) - { + ) { self.actionGroupName = actionGroupName self.apiPath = apiPath self.executionType = executionType @@ -226,8 +222,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -311,8 +306,7 @@ extension BedrockAgentRuntimeClientTypes { public init( s3BucketName: Swift.String? = nil, s3ObjectKey: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3ObjectKey = s3ObjectKey } @@ -385,8 +379,7 @@ extension BedrockAgentRuntimeClientTypes { description: Swift.String? = nil, `required`: Swift.Bool? = nil, type: BedrockAgentRuntimeClientTypes.ParameterType? = nil - ) - { + ) { self.description = description self.`required` = `required` self.type = type @@ -442,8 +435,7 @@ extension BedrockAgentRuntimeClientTypes { name: Swift.String? = nil, parameters: [Swift.String: BedrockAgentRuntimeClientTypes.ParameterDetail]? = nil, requireConfirmation: BedrockAgentRuntimeClientTypes.RequireConfirmation? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -492,8 +484,7 @@ extension BedrockAgentRuntimeClientTypes { description: Swift.String? = nil, functionSchema: BedrockAgentRuntimeClientTypes.FunctionSchema? = nil, parentActionGroupSignature: BedrockAgentRuntimeClientTypes.ActionGroupSignature? = nil - ) - { + ) { self.actionGroupExecutor = actionGroupExecutor self.actionGroupName = actionGroupName self.apiSchema = apiSchema @@ -549,8 +540,7 @@ extension BedrockAgentRuntimeClientTypes { public init( body: Swift.String? = nil - ) - { + ) { self.body = body } } @@ -618,8 +608,7 @@ extension BedrockAgentRuntimeClientTypes { httpStatusCode: Swift.Int? = nil, responseBody: [Swift.String: BedrockAgentRuntimeClientTypes.ContentBody]? = nil, responseState: BedrockAgentRuntimeClientTypes.ResponseState? = nil - ) - { + ) { self.actionGroup = actionGroup self.agentId = agentId self.apiPath = apiPath @@ -664,8 +653,7 @@ extension BedrockAgentRuntimeClientTypes { function: Swift.String? = nil, responseBody: [Swift.String: BedrockAgentRuntimeClientTypes.ContentBody]? = nil, responseState: BedrockAgentRuntimeClientTypes.ResponseState? = nil - ) - { + ) { self.actionGroup = actionGroup self.agentId = agentId self.confirmationState = confirmationState @@ -702,8 +690,7 @@ extension BedrockAgentRuntimeClientTypes { public init( invocationId: Swift.String? = nil, returnControlInvocationResults: [BedrockAgentRuntimeClientTypes.InvocationResultMember]? = nil - ) - { + ) { self.invocationId = invocationId self.returnControlInvocationResults = returnControlInvocationResults } @@ -754,8 +741,7 @@ extension BedrockAgentRuntimeClientTypes { returnControlResults: BedrockAgentRuntimeClientTypes.ReturnControlResults? = nil, text: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.PayloadType? = nil - ) - { + ) { self.returnControlResults = returnControlResults self.text = text self.type = type @@ -783,8 +769,7 @@ extension BedrockAgentRuntimeClientTypes { agentCollaboratorAliasArn: Swift.String? = nil, agentCollaboratorName: Swift.String? = nil, input: BedrockAgentRuntimeClientTypes.AgentCollaboratorInputPayload? = nil - ) - { + ) { self.agentCollaboratorAliasArn = agentCollaboratorAliasArn self.agentCollaboratorName = agentCollaboratorName self.input = input @@ -809,8 +794,7 @@ extension BedrockAgentRuntimeClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -827,8 +811,7 @@ extension BedrockAgentRuntimeClientTypes { public init( properties: [BedrockAgentRuntimeClientTypes.Parameter]? = nil - ) - { + ) { self.properties = properties } } @@ -845,8 +828,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: [Swift.String: BedrockAgentRuntimeClientTypes.PropertyParameters]? = nil - ) - { + ) { self.content = content } } @@ -885,8 +867,7 @@ extension BedrockAgentRuntimeClientTypes { httpMethod: Swift.String? = nil, parameters: [BedrockAgentRuntimeClientTypes.ApiParameter]? = nil, requestBody: BedrockAgentRuntimeClientTypes.ApiRequestBody? = nil - ) - { + ) { self.actionGroup = actionGroup self.actionInvocationType = actionInvocationType self.agentId = agentId @@ -921,8 +902,7 @@ extension BedrockAgentRuntimeClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -957,8 +937,7 @@ extension BedrockAgentRuntimeClientTypes { collaboratorName: Swift.String? = nil, function: Swift.String? = nil, parameters: [BedrockAgentRuntimeClientTypes.FunctionParameter]? = nil - ) - { + ) { self.actionGroup = actionGroup self.actionInvocationType = actionInvocationType self.agentId = agentId @@ -1002,8 +981,7 @@ extension BedrockAgentRuntimeClientTypes { public init( invocationId: Swift.String? = nil, invocationInputs: [BedrockAgentRuntimeClientTypes.InvocationInputMember]? = nil - ) - { + ) { self.invocationId = invocationId self.invocationInputs = invocationInputs } @@ -1031,8 +1009,7 @@ extension BedrockAgentRuntimeClientTypes { returnControlPayload: BedrockAgentRuntimeClientTypes.ReturnControlPayload? = nil, text: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.PayloadType? = nil - ) - { + ) { self.returnControlPayload = returnControlPayload self.text = text self.type = type @@ -1060,8 +1037,7 @@ extension BedrockAgentRuntimeClientTypes { agentCollaboratorAliasArn: Swift.String? = nil, agentCollaboratorName: Swift.String? = nil, output: BedrockAgentRuntimeClientTypes.AgentCollaboratorOutputPayload? = nil - ) - { + ) { self.agentCollaboratorAliasArn = agentCollaboratorAliasArn self.agentCollaboratorName = agentCollaboratorName self.output = output @@ -1090,8 +1066,7 @@ public struct BadGatewayException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1115,8 +1090,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1142,8 +1116,7 @@ public struct DependencyFailedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1167,8 +1140,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1191,8 +1163,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1215,8 +1186,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1239,8 +1209,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1263,8 +1232,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1297,8 +1265,7 @@ extension BedrockAgentRuntimeClientTypes { content: BedrockAgentRuntimeClientTypes.FlowInputContent? = nil, nodeName: Swift.String? = nil, nodeOutputName: Swift.String? = nil - ) - { + ) { self.content = content self.nodeName = nodeName self.nodeOutputName = nodeOutputName @@ -1349,8 +1316,7 @@ extension BedrockAgentRuntimeClientTypes { public init( latency: BedrockAgentRuntimeClientTypes.PerformanceConfigLatency? = .standard - ) - { + ) { self.latency = latency } } @@ -1365,8 +1331,7 @@ extension BedrockAgentRuntimeClientTypes { public init( performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil - ) - { + ) { self.performanceConfig = performanceConfig } } @@ -1393,8 +1358,7 @@ public struct InvokeFlowInput: Swift.Sendable { flowIdentifier: Swift.String? = nil, inputs: [BedrockAgentRuntimeClientTypes.FlowInput]? = nil, modelPerformanceConfiguration: BedrockAgentRuntimeClientTypes.ModelPerformanceConfiguration? = nil - ) - { + ) { self.enableTrace = enableTrace self.flowAliasIdentifier = flowAliasIdentifier self.flowIdentifier = flowIdentifier @@ -1439,8 +1403,7 @@ extension BedrockAgentRuntimeClientTypes { public init( completionReason: BedrockAgentRuntimeClientTypes.FlowCompletionReason? = nil - ) - { + ) { self.completionReason = completionReason } } @@ -1524,8 +1487,7 @@ extension BedrockAgentRuntimeClientTypes { content: BedrockAgentRuntimeClientTypes.FlowOutputContent? = nil, nodeName: Swift.String? = nil, nodeType: BedrockAgentRuntimeClientTypes.NodeType? = nil - ) - { + ) { self.content = content self.nodeName = nodeName self.nodeType = nodeType @@ -1549,8 +1511,7 @@ extension BedrockAgentRuntimeClientTypes { public init( conditionName: Swift.String? = nil - ) - { + ) { self.conditionName = conditionName } } @@ -1580,8 +1541,7 @@ extension BedrockAgentRuntimeClientTypes { nodeName: Swift.String? = nil, satisfiedConditions: [BedrockAgentRuntimeClientTypes.FlowTraceCondition]? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.nodeName = nodeName self.satisfiedConditions = satisfiedConditions self.timestamp = timestamp @@ -1619,8 +1579,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: BedrockAgentRuntimeClientTypes.FlowTraceNodeInputContent? = nil, nodeInputName: Swift.String? = nil - ) - { + ) { self.content = content self.nodeInputName = nodeInputName } @@ -1651,8 +1610,7 @@ extension BedrockAgentRuntimeClientTypes { fields: [BedrockAgentRuntimeClientTypes.FlowTraceNodeInputField]? = nil, nodeName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.fields = fields self.nodeName = nodeName self.timestamp = timestamp @@ -1690,8 +1648,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: BedrockAgentRuntimeClientTypes.FlowTraceNodeOutputContent? = nil, nodeOutputName: Swift.String? = nil - ) - { + ) { self.content = content self.nodeOutputName = nodeOutputName } @@ -1722,8 +1679,7 @@ extension BedrockAgentRuntimeClientTypes { fields: [BedrockAgentRuntimeClientTypes.FlowTraceNodeOutputField]? = nil, nodeName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.fields = fields self.nodeName = nodeName self.timestamp = timestamp @@ -1761,8 +1717,7 @@ extension BedrockAgentRuntimeClientTypes { public init( trace: BedrockAgentRuntimeClientTypes.FlowTrace? = nil - ) - { + ) { self.trace = trace } } @@ -1794,8 +1749,7 @@ public struct InvokeFlowOutput: Swift.Sendable { public init( responseStream: AsyncThrowingStream? = nil - ) - { + ) { self.responseStream = responseStream } } @@ -1840,8 +1794,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.InputQueryType? = nil - ) - { + ) { self.text = text self.type = type } @@ -1890,8 +1843,7 @@ extension BedrockAgentRuntimeClientTypes { public init( knowledgeBaseArn: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn } } @@ -1936,8 +1888,7 @@ extension BedrockAgentRuntimeClientTypes { public init( knowledgeBaseConfiguration: BedrockAgentRuntimeClientTypes.TextToSqlKnowledgeBaseConfiguration? = nil, type: BedrockAgentRuntimeClientTypes.TextToSqlConfigurationType? = nil - ) - { + ) { self.knowledgeBaseConfiguration = knowledgeBaseConfiguration self.type = type } @@ -1957,8 +1908,7 @@ extension BedrockAgentRuntimeClientTypes { public init( mode: BedrockAgentRuntimeClientTypes.QueryTransformationMode? = nil, textToSqlConfiguration: BedrockAgentRuntimeClientTypes.TextToSqlConfiguration? = nil - ) - { + ) { self.mode = mode self.textToSqlConfiguration = textToSqlConfiguration } @@ -1976,8 +1926,7 @@ public struct GenerateQueryInput: Swift.Sendable { public init( queryGenerationInput: BedrockAgentRuntimeClientTypes.QueryGenerationInput? = nil, transformationConfiguration: BedrockAgentRuntimeClientTypes.TransformationConfiguration? = nil - ) - { + ) { self.queryGenerationInput = queryGenerationInput self.transformationConfiguration = transformationConfiguration } @@ -2026,8 +1975,7 @@ extension BedrockAgentRuntimeClientTypes { public init( sql: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.GeneratedQueryType? = nil - ) - { + ) { self.sql = sql self.type = type } @@ -2046,8 +1994,7 @@ public struct GenerateQueryOutput: Swift.Sendable { public init( queries: [BedrockAgentRuntimeClientTypes.GeneratedQuery]? = nil - ) - { + ) { self.queries = queries } } @@ -2075,8 +2022,7 @@ public struct ModelNotReadyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2090,8 +2036,7 @@ extension BedrockAgentRuntimeClientTypes { public init( performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil - ) - { + ) { self.performanceConfig = performanceConfig } } @@ -2150,8 +2095,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: [BedrockAgentRuntimeClientTypes.ContentBlock]? = nil, role: BedrockAgentRuntimeClientTypes.ConversationRole? = nil - ) - { + ) { self.content = content self.role = role } @@ -2172,8 +2116,7 @@ extension BedrockAgentRuntimeClientTypes { public init( messages: [BedrockAgentRuntimeClientTypes.Message]? = nil - ) - { + ) { self.messages = messages } } @@ -2193,8 +2136,7 @@ extension BedrockAgentRuntimeClientTypes { public init( data: Foundation.Data? = nil, mediaType: Swift.String? = nil - ) - { + ) { self.data = data self.mediaType = mediaType } @@ -2216,8 +2158,7 @@ extension BedrockAgentRuntimeClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -2268,8 +2209,7 @@ extension BedrockAgentRuntimeClientTypes { byteContent: BedrockAgentRuntimeClientTypes.ByteContentFile? = nil, s3Location: BedrockAgentRuntimeClientTypes.S3ObjectFile? = nil, sourceType: BedrockAgentRuntimeClientTypes.FileSourceType? = nil - ) - { + ) { self.byteContent = byteContent self.s3Location = s3Location self.sourceType = sourceType @@ -2324,8 +2264,7 @@ extension BedrockAgentRuntimeClientTypes { name: Swift.String? = nil, source: BedrockAgentRuntimeClientTypes.FileSource? = nil, useCase: BedrockAgentRuntimeClientTypes.FileUseCase? = nil - ) - { + ) { self.name = name self.source = source self.useCase = useCase @@ -2349,8 +2288,7 @@ extension BedrockAgentRuntimeClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -2410,8 +2348,7 @@ extension BedrockAgentRuntimeClientTypes { description: Swift.String? = nil, key: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.AttributeType? = nil - ) - { + ) { self.description = description self.key = key self.type = type @@ -2439,8 +2376,7 @@ extension BedrockAgentRuntimeClientTypes { public init( metadataAttributes: [BedrockAgentRuntimeClientTypes.MetadataAttributeSchema]? = nil, modelArn: Swift.String? = nil - ) - { + ) { self.metadataAttributes = metadataAttributes self.modelArn = modelArn } @@ -2520,8 +2456,7 @@ extension BedrockAgentRuntimeClientTypes { public init( fieldName: Swift.String? = nil - ) - { + ) { self.fieldName = fieldName } } @@ -2552,8 +2487,7 @@ extension BedrockAgentRuntimeClientTypes { public init( selectionMode: BedrockAgentRuntimeClientTypes.RerankingMetadataSelectionMode? = nil, selectiveModeConfiguration: BedrockAgentRuntimeClientTypes.RerankingMetadataSelectiveModeConfiguration? = nil - ) - { + ) { self.selectionMode = selectionMode self.selectiveModeConfiguration = selectiveModeConfiguration } @@ -2573,8 +2507,7 @@ extension BedrockAgentRuntimeClientTypes { public init( additionalModelRequestFields: [Swift.String: Smithy.Document]? = nil, modelArn: Swift.String? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.modelArn = modelArn } @@ -2597,8 +2530,7 @@ extension BedrockAgentRuntimeClientTypes { metadataConfiguration: BedrockAgentRuntimeClientTypes.MetadataConfigurationForReranking? = nil, modelConfiguration: BedrockAgentRuntimeClientTypes.VectorSearchBedrockRerankingModelConfiguration? = nil, numberOfRerankedResults: Swift.Int? = nil - ) - { + ) { self.metadataConfiguration = metadataConfiguration self.modelConfiguration = modelConfiguration self.numberOfRerankedResults = numberOfRerankedResults @@ -2645,8 +2577,7 @@ extension BedrockAgentRuntimeClientTypes { public init( bedrockRerankingConfiguration: BedrockAgentRuntimeClientTypes.VectorSearchBedrockRerankingConfiguration? = nil, type: BedrockAgentRuntimeClientTypes.VectorSearchRerankingConfigurationType? = nil - ) - { + ) { self.bedrockRerankingConfiguration = bedrockRerankingConfiguration self.type = type } @@ -2665,8 +2596,7 @@ extension BedrockAgentRuntimeClientTypes { public init( applyGuardrailInterval: Swift.Int? = nil, streamFinalResponse: Swift.Bool = false - ) - { + ) { self.applyGuardrailInterval = applyGuardrailInterval self.streamFinalResponse = streamFinalResponse } @@ -2689,8 +2619,7 @@ extension BedrockAgentRuntimeClientTypes { public init( end: Swift.Int? = nil, start: Swift.Int? = nil - ) - { + ) { self.end = end self.start = start } @@ -2713,8 +2642,7 @@ extension BedrockAgentRuntimeClientTypes { public init( span: BedrockAgentRuntimeClientTypes.Span? = nil, text: Swift.String? = nil - ) - { + ) { self.span = span self.text = text } @@ -2740,8 +2668,7 @@ extension BedrockAgentRuntimeClientTypes { public init( textResponsePart: BedrockAgentRuntimeClientTypes.TextResponsePart? = nil - ) - { + ) { self.textResponsePart = textResponsePart } } @@ -2808,8 +2735,7 @@ extension BedrockAgentRuntimeClientTypes { columnName: Swift.String? = nil, columnValue: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.RetrievalResultContentColumnType? = nil - ) - { + ) { self.columnName = columnName self.columnValue = columnValue self.type = type @@ -2879,8 +2805,7 @@ extension BedrockAgentRuntimeClientTypes { row: [BedrockAgentRuntimeClientTypes.RetrievalResultContentColumn]? = nil, text: Swift.String? = "", type: BedrockAgentRuntimeClientTypes.RetrievalResultContentType? = nil - ) - { + ) { self.byteContent = byteContent self.row = row self.text = text @@ -2904,8 +2829,7 @@ extension BedrockAgentRuntimeClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -2920,8 +2844,7 @@ extension BedrockAgentRuntimeClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2936,8 +2859,7 @@ extension BedrockAgentRuntimeClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -2958,8 +2880,7 @@ extension BedrockAgentRuntimeClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -2974,8 +2895,7 @@ extension BedrockAgentRuntimeClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -2990,8 +2910,7 @@ extension BedrockAgentRuntimeClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -3006,8 +2925,7 @@ extension BedrockAgentRuntimeClientTypes { public init( query: Swift.String? = nil - ) - { + ) { self.query = query } } @@ -3069,8 +2987,7 @@ extension BedrockAgentRuntimeClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -3116,8 +3033,7 @@ extension BedrockAgentRuntimeClientTypes { sqlLocation: BedrockAgentRuntimeClientTypes.RetrievalResultSqlLocation? = nil, type: BedrockAgentRuntimeClientTypes.RetrievalResultLocationType? = nil, webLocation: BedrockAgentRuntimeClientTypes.RetrievalResultWebLocation? = nil - ) - { + ) { self.confluenceLocation = confluenceLocation self.customDocumentLocation = customDocumentLocation self.kendraDocumentLocation = kendraDocumentLocation @@ -3156,8 +3072,7 @@ extension BedrockAgentRuntimeClientTypes { content: BedrockAgentRuntimeClientTypes.RetrievalResultContent? = nil, location: BedrockAgentRuntimeClientTypes.RetrievalResultLocation? = nil, metadata: [Swift.String: Smithy.Document]? = nil - ) - { + ) { self.content = content self.location = location self.metadata = metadata @@ -3186,8 +3101,7 @@ extension BedrockAgentRuntimeClientTypes { public init( generatedResponsePart: BedrockAgentRuntimeClientTypes.GeneratedResponsePart? = nil, retrievedReferences: [BedrockAgentRuntimeClientTypes.RetrievedReference]? = nil - ) - { + ) { self.generatedResponsePart = generatedResponsePart self.retrievedReferences = retrievedReferences } @@ -3203,8 +3117,7 @@ extension BedrockAgentRuntimeClientTypes { public init( citations: [BedrockAgentRuntimeClientTypes.Citation]? = nil - ) - { + ) { self.citations = citations } } @@ -3222,8 +3135,7 @@ extension BedrockAgentRuntimeClientTypes { public init( attribution: BedrockAgentRuntimeClientTypes.Attribution? = nil, bytes: Foundation.Data? = nil - ) - { + ) { self.attribution = attribution self.bytes = bytes } @@ -3251,8 +3163,7 @@ extension BedrockAgentRuntimeClientTypes { bytes: Foundation.Data? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.name = name self.type = type @@ -3275,8 +3186,7 @@ extension BedrockAgentRuntimeClientTypes { public init( files: [BedrockAgentRuntimeClientTypes.OutputFile]? = nil - ) - { + ) { self.files = files } } @@ -3306,8 +3216,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -3331,8 +3240,7 @@ extension BedrockAgentRuntimeClientTypes { public init( event: BedrockAgentRuntimeClientTypes.CustomOrchestrationTraceEvent? = nil, traceId: Swift.String? = nil - ) - { + ) { self.event = event self.traceId = traceId } @@ -3357,8 +3265,7 @@ extension BedrockAgentRuntimeClientTypes { public init( failureReason: Swift.String? = nil, traceId: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.traceId = traceId } @@ -3517,8 +3424,7 @@ extension BedrockAgentRuntimeClientTypes { action: BedrockAgentRuntimeClientTypes.GuardrailContentPolicyAction? = nil, confidence: BedrockAgentRuntimeClientTypes.GuardrailContentFilterConfidence? = nil, type: BedrockAgentRuntimeClientTypes.GuardrailContentFilterType? = nil - ) - { + ) { self.action = action self.confidence = confidence self.type = type @@ -3541,8 +3447,7 @@ extension BedrockAgentRuntimeClientTypes { public init( filters: [BedrockAgentRuntimeClientTypes.GuardrailContentFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -3714,8 +3619,7 @@ extension BedrockAgentRuntimeClientTypes { action: BedrockAgentRuntimeClientTypes.GuardrailSensitiveInformationPolicyAction? = nil, match: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.GuardrailPiiEntityType? = nil - ) - { + ) { self.action = action self.match = match self.type = type @@ -3747,8 +3651,7 @@ extension BedrockAgentRuntimeClientTypes { match: Swift.String? = nil, name: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.action = action self.match = match self.name = name @@ -3775,8 +3678,7 @@ extension BedrockAgentRuntimeClientTypes { public init( piiEntities: [BedrockAgentRuntimeClientTypes.GuardrailPiiEntityFilter]? = nil, regexes: [BedrockAgentRuntimeClientTypes.GuardrailRegexFilter]? = nil - ) - { + ) { self.piiEntities = piiEntities self.regexes = regexes } @@ -3856,8 +3758,7 @@ extension BedrockAgentRuntimeClientTypes { action: BedrockAgentRuntimeClientTypes.GuardrailTopicPolicyAction? = nil, name: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.GuardrailTopicType? = nil - ) - { + ) { self.action = action self.name = name self.type = type @@ -3880,8 +3781,7 @@ extension BedrockAgentRuntimeClientTypes { public init( topics: [BedrockAgentRuntimeClientTypes.GuardrailTopic]? = nil - ) - { + ) { self.topics = topics } } @@ -3931,8 +3831,7 @@ extension BedrockAgentRuntimeClientTypes { public init( action: BedrockAgentRuntimeClientTypes.GuardrailWordPolicyAction? = nil, match: Swift.String? = nil - ) - { + ) { self.action = action self.match = match } @@ -3986,8 +3885,7 @@ extension BedrockAgentRuntimeClientTypes { action: BedrockAgentRuntimeClientTypes.GuardrailWordPolicyAction? = nil, match: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.GuardrailManagedWordType? = nil - ) - { + ) { self.action = action self.match = match self.type = type @@ -4013,8 +3911,7 @@ extension BedrockAgentRuntimeClientTypes { public init( customWords: [BedrockAgentRuntimeClientTypes.GuardrailCustomWord]? = nil, managedWordLists: [BedrockAgentRuntimeClientTypes.GuardrailManagedWord]? = nil - ) - { + ) { self.customWords = customWords self.managedWordLists = managedWordLists } @@ -4045,8 +3942,7 @@ extension BedrockAgentRuntimeClientTypes { sensitiveInformationPolicy: BedrockAgentRuntimeClientTypes.GuardrailSensitiveInformationPolicyAssessment? = nil, topicPolicy: BedrockAgentRuntimeClientTypes.GuardrailTopicPolicyAssessment? = nil, wordPolicy: BedrockAgentRuntimeClientTypes.GuardrailWordPolicyAssessment? = nil - ) - { + ) { self.contentPolicy = contentPolicy self.sensitiveInformationPolicy = sensitiveInformationPolicy self.topicPolicy = topicPolicy @@ -4079,8 +3975,7 @@ extension BedrockAgentRuntimeClientTypes { inputAssessments: [BedrockAgentRuntimeClientTypes.GuardrailAssessment]? = nil, outputAssessments: [BedrockAgentRuntimeClientTypes.GuardrailAssessment]? = nil, traceId: Swift.String? = nil - ) - { + ) { self.action = action self.inputAssessments = inputAssessments self.outputAssessments = outputAssessments @@ -4107,8 +4002,7 @@ extension BedrockAgentRuntimeClientTypes { public init( code: Swift.String? = nil, files: [Swift.String]? = nil - ) - { + ) { self.code = code self.files = files } @@ -4165,8 +4059,7 @@ extension BedrockAgentRuntimeClientTypes { public init( knowledgeBaseId: Swift.String? = nil, text: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.text = text } @@ -4202,8 +4095,7 @@ extension BedrockAgentRuntimeClientTypes { invocationType: BedrockAgentRuntimeClientTypes.InvocationType? = nil, knowledgeBaseLookupInput: BedrockAgentRuntimeClientTypes.KnowledgeBaseLookupInput? = nil, traceId: Swift.String? = nil - ) - { + ) { self.actionGroupInvocationInput = actionGroupInvocationInput self.agentCollaboratorInvocationInput = agentCollaboratorInvocationInput self.codeInterpreterInvocationInput = codeInterpreterInvocationInput @@ -4241,8 +4133,7 @@ extension BedrockAgentRuntimeClientTypes { temperature: Swift.Float? = nil, topk: Swift.Int? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maximumLength = maximumLength self.stopSequences = stopSequences self.temperature = temperature @@ -4355,8 +4246,7 @@ extension BedrockAgentRuntimeClientTypes { text: Swift.String? = nil, traceId: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.PromptType? = nil - ) - { + ) { self.foundationModel = foundationModel self.inferenceConfiguration = inferenceConfiguration self.overrideLambda = overrideLambda @@ -4387,8 +4277,7 @@ extension BedrockAgentRuntimeClientTypes { public init( inputTokens: Swift.Int? = nil, outputTokens: Swift.Int? = nil - ) - { + ) { self.inputTokens = inputTokens self.outputTokens = outputTokens } @@ -4410,8 +4299,7 @@ extension BedrockAgentRuntimeClientTypes { public init( usage: BedrockAgentRuntimeClientTypes.Usage? = nil - ) - { + ) { self.usage = usage } } @@ -4432,8 +4320,7 @@ extension BedrockAgentRuntimeClientTypes { public init( content: Swift.String? = nil - ) - { + ) { self.content = content } } @@ -4460,8 +4347,7 @@ extension BedrockAgentRuntimeClientTypes { metadata: BedrockAgentRuntimeClientTypes.Metadata? = nil, rawResponse: BedrockAgentRuntimeClientTypes.RawResponse? = nil, traceId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.rawResponse = rawResponse self.traceId = traceId @@ -4493,8 +4379,7 @@ extension BedrockAgentRuntimeClientTypes { executionOutput: Swift.String? = nil, executionTimeout: Swift.Bool? = nil, files: [Swift.String]? = nil - ) - { + ) { self.executionError = executionError self.executionOutput = executionOutput self.executionTimeout = executionTimeout @@ -4512,8 +4397,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -4533,8 +4417,7 @@ extension BedrockAgentRuntimeClientTypes { public init( retrievedReferences: [BedrockAgentRuntimeClientTypes.RetrievedReference]? = nil - ) - { + ) { self.retrievedReferences = retrievedReferences } } @@ -4584,8 +4467,7 @@ extension BedrockAgentRuntimeClientTypes { public init( source: BedrockAgentRuntimeClientTypes.Source? = nil, text: Swift.String? = nil - ) - { + ) { self.source = source self.text = text } @@ -4679,8 +4561,7 @@ extension BedrockAgentRuntimeClientTypes { repromptResponse: BedrockAgentRuntimeClientTypes.RepromptResponse? = nil, traceId: Swift.String? = nil, type: BedrockAgentRuntimeClientTypes.ModelType? = nil - ) - { + ) { self.actionGroupInvocationOutput = actionGroupInvocationOutput self.agentCollaboratorInvocationOutput = agentCollaboratorInvocationOutput self.codeInterpreterInvocationOutput = codeInterpreterInvocationOutput @@ -4711,8 +4592,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil, traceId: Swift.String? = nil - ) - { + ) { self.text = text self.traceId = traceId } @@ -4758,8 +4638,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -4789,8 +4668,7 @@ extension BedrockAgentRuntimeClientTypes { parsedResponse: BedrockAgentRuntimeClientTypes.PostProcessingParsedResponse? = nil, rawResponse: BedrockAgentRuntimeClientTypes.RawResponse? = nil, traceId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.parsedResponse = parsedResponse self.rawResponse = rawResponse @@ -4835,8 +4713,7 @@ extension BedrockAgentRuntimeClientTypes { public init( isValid: Swift.Bool? = nil, rationale: Swift.String? = nil - ) - { + ) { self.isValid = isValid self.rationale = rationale } @@ -4867,8 +4744,7 @@ extension BedrockAgentRuntimeClientTypes { parsedResponse: BedrockAgentRuntimeClientTypes.PreProcessingParsedResponse? = nil, rawResponse: BedrockAgentRuntimeClientTypes.RawResponse? = nil, traceId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.parsedResponse = parsedResponse self.rawResponse = rawResponse @@ -4916,8 +4792,7 @@ extension BedrockAgentRuntimeClientTypes { metadata: BedrockAgentRuntimeClientTypes.Metadata? = nil, rawResponse: BedrockAgentRuntimeClientTypes.RawResponse? = nil, traceId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.rawResponse = rawResponse self.traceId = traceId @@ -4996,8 +4871,7 @@ extension BedrockAgentRuntimeClientTypes { collaboratorName: Swift.String? = nil, sessionId: Swift.String? = nil, trace: BedrockAgentRuntimeClientTypes.Trace? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId self.agentVersion = agentVersion @@ -5049,8 +4923,7 @@ public struct InvokeAgentOutput: Swift.Sendable { contentType: Swift.String? = nil, memoryId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.completion = completion self.contentType = contentType self.memoryId = memoryId @@ -5067,8 +4940,7 @@ extension BedrockAgentRuntimeClientTypes { public init( performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil - ) - { + ) { self.performanceConfig = performanceConfig } } @@ -5088,8 +4960,7 @@ extension BedrockAgentRuntimeClientTypes { public init( guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion } @@ -5117,8 +4988,7 @@ extension BedrockAgentRuntimeClientTypes { promptSessionAttributes: [Swift.String: Swift.String]? = nil, returnControlInvocationResults: [BedrockAgentRuntimeClientTypes.InvocationResultMember]? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.files = files self.invocationId = invocationId self.promptSessionAttributes = promptSessionAttributes @@ -5189,8 +5059,7 @@ extension BedrockAgentRuntimeClientTypes { promptCreationMode: BedrockAgentRuntimeClientTypes.CreationMode? = nil, promptState: BedrockAgentRuntimeClientTypes.PromptState? = nil, promptType: BedrockAgentRuntimeClientTypes.PromptType? = nil - ) - { + ) { self.basePromptTemplate = basePromptTemplate self.inferenceConfiguration = inferenceConfiguration self.parserMode = parserMode @@ -5219,8 +5088,7 @@ extension BedrockAgentRuntimeClientTypes { public init( overrideLambda: Swift.String? = nil, promptConfigurations: [BedrockAgentRuntimeClientTypes.PromptConfiguration]? = nil - ) - { + ) { self.overrideLambda = overrideLambda self.promptConfigurations = promptConfigurations } @@ -5245,8 +5113,7 @@ extension BedrockAgentRuntimeClientTypes { public init( attribution: BedrockAgentRuntimeClientTypes.Attribution? = nil, bytes: Foundation.Data? = nil - ) - { + ) { self.attribution = attribution self.bytes = bytes } @@ -5268,8 +5135,7 @@ extension BedrockAgentRuntimeClientTypes { public init( files: [BedrockAgentRuntimeClientTypes.OutputFile]? = nil - ) - { + ) { self.files = files } } @@ -5292,8 +5158,7 @@ extension BedrockAgentRuntimeClientTypes { public init( invocationId: Swift.String? = nil, invocationInputs: [BedrockAgentRuntimeClientTypes.InvocationInputMember]? = nil - ) - { + ) { self.invocationId = invocationId self.invocationInputs = invocationInputs } @@ -5318,8 +5183,7 @@ extension BedrockAgentRuntimeClientTypes { public init( sessionId: Swift.String? = nil, trace: BedrockAgentRuntimeClientTypes.Trace? = nil - ) - { + ) { self.sessionId = sessionId self.trace = trace } @@ -5363,8 +5227,7 @@ public struct InvokeInlineAgentOutput: Swift.Sendable { completion: AsyncThrowingStream? = nil, contentType: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.completion = completion self.contentType = contentType self.sessionId = sessionId @@ -5388,8 +5251,7 @@ public struct DeleteAgentMemoryInput: Swift.Sendable { agentId: Swift.String? = nil, memoryId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId self.memoryId = memoryId @@ -5453,8 +5315,7 @@ public struct GetAgentMemoryInput: Swift.Sendable { memoryId: Swift.String? = nil, memoryType: BedrockAgentRuntimeClientTypes.MemoryType? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId self.maxItems = maxItems @@ -5485,8 +5346,7 @@ extension BedrockAgentRuntimeClientTypes { sessionId: Swift.String? = nil, sessionStartTime: Foundation.Date? = nil, summaryText: Swift.String? = nil - ) - { + ) { self.memoryId = memoryId self.sessionExpiryTime = sessionExpiryTime self.sessionId = sessionId @@ -5515,8 +5375,7 @@ public struct GetAgentMemoryOutput: Swift.Sendable { public init( memoryContents: [BedrockAgentRuntimeClientTypes.Memory]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.memoryContents = memoryContents self.nextToken = nextToken } @@ -5532,8 +5391,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -5566,8 +5424,7 @@ public struct OptimizePromptInput: Swift.Sendable { public init( input: BedrockAgentRuntimeClientTypes.InputPrompt? = nil, targetModelId: Swift.String? = nil - ) - { + ) { self.input = input self.targetModelId = targetModelId } @@ -5582,8 +5439,7 @@ extension BedrockAgentRuntimeClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -5614,8 +5470,7 @@ extension BedrockAgentRuntimeClientTypes { public init( optimizedPrompt: BedrockAgentRuntimeClientTypes.OptimizedPrompt? = nil - ) - { + ) { self.optimizedPrompt = optimizedPrompt } } @@ -5646,8 +5501,7 @@ public struct OptimizePromptOutput: Swift.Sendable { public init( optimizedPrompt: AsyncThrowingStream? = nil - ) - { + ) { self.optimizedPrompt = optimizedPrompt } } @@ -5661,8 +5515,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -5714,8 +5567,7 @@ extension BedrockAgentRuntimeClientTypes { public init( textQuery: BedrockAgentRuntimeClientTypes.RerankTextDocument? = nil, type: BedrockAgentRuntimeClientTypes.RerankQueryContentType? = nil - ) - { + ) { self.textQuery = textQuery self.type = type } @@ -5741,8 +5593,7 @@ extension BedrockAgentRuntimeClientTypes { public init( additionalModelRequestFields: [Swift.String: Smithy.Document]? = nil, modelArn: Swift.String? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.modelArn = modelArn } @@ -5762,8 +5613,7 @@ extension BedrockAgentRuntimeClientTypes { public init( modelConfiguration: BedrockAgentRuntimeClientTypes.BedrockRerankingModelConfiguration? = nil, numberOfResults: Swift.Int? = nil - ) - { + ) { self.modelConfiguration = modelConfiguration self.numberOfResults = numberOfResults } @@ -5810,8 +5660,7 @@ extension BedrockAgentRuntimeClientTypes { public init( bedrockRerankingConfiguration: BedrockAgentRuntimeClientTypes.BedrockRerankingConfiguration? = nil, type: BedrockAgentRuntimeClientTypes.RerankingConfigurationType? = nil - ) - { + ) { self.bedrockRerankingConfiguration = bedrockRerankingConfiguration self.type = type } @@ -5863,8 +5712,7 @@ extension BedrockAgentRuntimeClientTypes { jsonDocument: Smithy.Document? = nil, textDocument: BedrockAgentRuntimeClientTypes.RerankTextDocument? = nil, type: BedrockAgentRuntimeClientTypes.RerankDocumentType? = nil - ) - { + ) { self.jsonDocument = jsonDocument self.textDocument = textDocument self.type = type @@ -5918,8 +5766,7 @@ extension BedrockAgentRuntimeClientTypes { public init( inlineDocumentSource: BedrockAgentRuntimeClientTypes.RerankDocument? = nil, type: BedrockAgentRuntimeClientTypes.RerankSourceType? = nil - ) - { + ) { self.inlineDocumentSource = inlineDocumentSource self.type = type } @@ -5950,8 +5797,7 @@ public struct RerankInput: Swift.Sendable { queries: [BedrockAgentRuntimeClientTypes.RerankQuery]? = nil, rerankingConfiguration: BedrockAgentRuntimeClientTypes.RerankingConfiguration? = nil, sources: [BedrockAgentRuntimeClientTypes.RerankSource]? = nil - ) - { + ) { self.nextToken = nextToken self.queries = queries self.rerankingConfiguration = rerankingConfiguration @@ -5981,8 +5827,7 @@ extension BedrockAgentRuntimeClientTypes { document: BedrockAgentRuntimeClientTypes.RerankDocument? = nil, index: Swift.Int? = nil, relevanceScore: Swift.Float? = nil - ) - { + ) { self.document = document self.index = index self.relevanceScore = relevanceScore @@ -6005,8 +5850,7 @@ public struct RerankOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [BedrockAgentRuntimeClientTypes.RerankResult]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -6024,8 +5868,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -6051,8 +5894,7 @@ extension BedrockAgentRuntimeClientTypes { public init( guardrailId: Swift.String? = nil, guardrailVersion: Swift.String? = nil - ) - { + ) { self.guardrailId = guardrailId self.guardrailVersion = guardrailVersion } @@ -6077,8 +5919,7 @@ extension BedrockAgentRuntimeClientTypes { stopSequences: [Swift.String]? = nil, temperature: Swift.Float? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maxTokens = maxTokens self.stopSequences = stopSequences self.temperature = temperature @@ -6096,8 +5937,7 @@ extension BedrockAgentRuntimeClientTypes { public init( textInferenceConfig: BedrockAgentRuntimeClientTypes.TextInferenceConfig? = nil - ) - { + ) { self.textInferenceConfig = textInferenceConfig } } @@ -6118,8 +5958,7 @@ extension BedrockAgentRuntimeClientTypes { public init( textPromptTemplate: Swift.String? = nil - ) - { + ) { self.textPromptTemplate = textPromptTemplate } } @@ -6151,8 +5990,7 @@ extension BedrockAgentRuntimeClientTypes { inferenceConfig: BedrockAgentRuntimeClientTypes.InferenceConfig? = nil, performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil, promptTemplate: BedrockAgentRuntimeClientTypes.PromptTemplate? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.guardrailConfiguration = guardrailConfiguration self.inferenceConfig = inferenceConfig @@ -6180,8 +6018,7 @@ extension BedrockAgentRuntimeClientTypes { contentType: Swift.String? = nil, data: Foundation.Data? = nil, identifier: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.data = data self.identifier = identifier @@ -6204,8 +6041,7 @@ extension BedrockAgentRuntimeClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -6256,8 +6092,7 @@ extension BedrockAgentRuntimeClientTypes { byteContent: BedrockAgentRuntimeClientTypes.ByteContentDoc? = nil, s3Location: BedrockAgentRuntimeClientTypes.S3ObjectDoc? = nil, sourceType: BedrockAgentRuntimeClientTypes.ExternalSourceType? = nil - ) - { + ) { self.byteContent = byteContent self.s3Location = s3Location self.sourceType = sourceType @@ -6282,8 +6117,7 @@ extension BedrockAgentRuntimeClientTypes { generationConfiguration: BedrockAgentRuntimeClientTypes.ExternalSourcesGenerationConfiguration? = nil, modelArn: Swift.String? = nil, sources: [BedrockAgentRuntimeClientTypes.ExternalSource]? = nil - ) - { + ) { self.generationConfiguration = generationConfiguration self.modelArn = modelArn self.sources = sources @@ -6314,8 +6148,7 @@ extension BedrockAgentRuntimeClientTypes { inferenceConfig: BedrockAgentRuntimeClientTypes.InferenceConfig? = nil, performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil, promptTemplate: BedrockAgentRuntimeClientTypes.PromptTemplate? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.guardrailConfiguration = guardrailConfiguration self.inferenceConfig = inferenceConfig @@ -6361,8 +6194,7 @@ extension BedrockAgentRuntimeClientTypes { public init( type: BedrockAgentRuntimeClientTypes.QueryTransformationType? = nil - ) - { + ) { self.type = type } } @@ -6389,8 +6221,7 @@ extension BedrockAgentRuntimeClientTypes { performanceConfig: BedrockAgentRuntimeClientTypes.PerformanceConfiguration? = nil, promptTemplate: BedrockAgentRuntimeClientTypes.PromptTemplate? = nil, queryTransformationConfiguration: BedrockAgentRuntimeClientTypes.QueryTransformationConfiguration? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.inferenceConfig = inferenceConfig self.performanceConfig = performanceConfig @@ -6441,8 +6272,7 @@ extension BedrockAgentRuntimeClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -6489,8 +6319,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -6519,8 +6348,7 @@ public struct RetrieveAndGenerateOutput: Swift.Sendable { guardrailAction: BedrockAgentRuntimeClientTypes.GuadrailAction? = nil, output: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateOutput? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.citations = citations self.guardrailAction = guardrailAction self.output = output @@ -6542,8 +6370,7 @@ extension BedrockAgentRuntimeClientTypes { public init( citation: BedrockAgentRuntimeClientTypes.Citation? = nil - ) - { + ) { self.citation = citation } } @@ -6558,8 +6385,7 @@ extension BedrockAgentRuntimeClientTypes { public init( action: BedrockAgentRuntimeClientTypes.GuadrailAction? = nil - ) - { + ) { self.action = action } } @@ -6575,8 +6401,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -6613,8 +6438,7 @@ public struct RetrieveAndGenerateStreamOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil, stream: AsyncThrowingStream? = nil - ) - { + ) { self.sessionId = sessionId self.stream = stream } @@ -6632,8 +6456,7 @@ extension BedrockAgentRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -6666,8 +6489,7 @@ extension BedrockAgentRuntimeClientTypes { location: BedrockAgentRuntimeClientTypes.RetrievalResultLocation? = nil, metadata: [Swift.String: Smithy.Document]? = nil, score: Swift.Double? = nil - ) - { + ) { self.content = content self.location = location self.metadata = metadata @@ -6694,8 +6516,7 @@ public struct RetrieveOutput: Swift.Sendable { guardrailAction: BedrockAgentRuntimeClientTypes.GuadrailAction? = nil, nextToken: Swift.String? = nil, retrievalResults: [BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrievalResult]? = nil - ) - { + ) { self.guardrailAction = guardrailAction self.nextToken = nextToken self.retrievalResults = retrievalResults @@ -6774,8 +6595,7 @@ extension BedrockAgentRuntimeClientTypes { numberOfResults: Swift.Int? = 5, overrideSearchType: BedrockAgentRuntimeClientTypes.SearchType? = nil, rerankingConfiguration: BedrockAgentRuntimeClientTypes.VectorSearchRerankingConfiguration? = nil - ) - { + ) { self.filter = filter self.implicitFilterConfiguration = implicitFilterConfiguration self.numberOfResults = numberOfResults @@ -6804,8 +6624,7 @@ extension BedrockAgentRuntimeClientTypes { public init( vectorSearchConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseVectorSearchConfiguration? = nil - ) - { + ) { self.vectorSearchConfiguration = vectorSearchConfiguration } } @@ -6828,8 +6647,7 @@ extension BedrockAgentRuntimeClientTypes { description: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, retrievalConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrievalConfiguration? = nil - ) - { + ) { self.description = description self.knowledgeBaseId = knowledgeBaseId self.retrievalConfiguration = retrievalConfiguration @@ -6856,8 +6674,7 @@ extension BedrockAgentRuntimeClientTypes { public init( knowledgeBaseId: Swift.String? = nil, retrievalConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrievalConfiguration? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.retrievalConfiguration = retrievalConfiguration } @@ -6891,8 +6708,7 @@ extension BedrockAgentRuntimeClientTypes { modelArn: Swift.String? = nil, orchestrationConfiguration: BedrockAgentRuntimeClientTypes.OrchestrationConfiguration? = nil, retrievalConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrievalConfiguration? = nil - ) - { + ) { self.generationConfiguration = generationConfiguration self.knowledgeBaseId = knowledgeBaseId self.modelArn = modelArn @@ -6922,8 +6738,7 @@ public struct RetrieveInput: Swift.Sendable { nextToken: Swift.String? = nil, retrievalConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrievalConfiguration? = nil, retrievalQuery: BedrockAgentRuntimeClientTypes.KnowledgeBaseQuery? = nil - ) - { + ) { self.guardrailConfiguration = guardrailConfiguration self.knowledgeBaseId = knowledgeBaseId self.nextToken = nextToken @@ -6955,8 +6770,7 @@ extension BedrockAgentRuntimeClientTypes { externalSourcesConfiguration: BedrockAgentRuntimeClientTypes.ExternalSourcesRetrieveAndGenerateConfiguration? = nil, knowledgeBaseConfiguration: BedrockAgentRuntimeClientTypes.KnowledgeBaseRetrieveAndGenerateConfiguration? = nil, type: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateType? = nil - ) - { + ) { self.externalSourcesConfiguration = externalSourcesConfiguration self.knowledgeBaseConfiguration = knowledgeBaseConfiguration self.type = type @@ -6991,8 +6805,7 @@ extension BedrockAgentRuntimeClientTypes { promptSessionAttributes: [Swift.String: Swift.String]? = nil, returnControlInvocationResults: [BedrockAgentRuntimeClientTypes.InvocationResultMember]? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.conversationHistory = conversationHistory self.files = files self.invocationId = invocationId @@ -7052,8 +6865,7 @@ public struct InvokeInlineAgentInput: Swift.Sendable { knowledgeBases: [BedrockAgentRuntimeClientTypes.KnowledgeBase]? = nil, promptOverrideConfiguration: BedrockAgentRuntimeClientTypes.PromptOverrideConfiguration? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.actionGroups = actionGroups self.bedrockModelConfigurations = bedrockModelConfigurations self.customerEncryptionKeyArn = customerEncryptionKeyArn @@ -7092,8 +6904,7 @@ public struct RetrieveAndGenerateInput: Swift.Sendable { retrieveAndGenerateConfiguration: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateConfiguration? = nil, sessionConfiguration: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateSessionConfiguration? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.input = input self.retrieveAndGenerateConfiguration = retrieveAndGenerateConfiguration self.sessionConfiguration = sessionConfiguration @@ -7122,8 +6933,7 @@ public struct RetrieveAndGenerateStreamInput: Swift.Sendable { retrieveAndGenerateConfiguration: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateConfiguration? = nil, sessionConfiguration: BedrockAgentRuntimeClientTypes.RetrieveAndGenerateSessionConfiguration? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.input = input self.retrieveAndGenerateConfiguration = retrieveAndGenerateConfiguration self.sessionConfiguration = sessionConfiguration @@ -7175,8 +6985,7 @@ public struct InvokeAgentInput: Swift.Sendable { sessionState: BedrockAgentRuntimeClientTypes.SessionState? = nil, sourceArn: Swift.String? = nil, streamingConfigurations: BedrockAgentRuntimeClientTypes.StreamingConfigurations? = nil - ) - { + ) { self.agentAliasId = agentAliasId self.agentId = agentId self.bedrockModelConfigurations = bedrockModelConfigurations diff --git a/Sources/Services/AWSBedrockDataAutomation/Package.swift.txt b/Sources/Services/AWSBedrockDataAutomation/Package.swift.txt index 41dd60ca9c3..d1c44cc6172 100644 --- a/Sources/Services/AWSBedrockDataAutomation/Package.swift.txt +++ b/Sources/Services/AWSBedrockDataAutomation/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/BedrockDataAutomationClient.swift b/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/BedrockDataAutomationClient.swift index 37f52a18b5c..e28abb86d2a 100644 --- a/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/BedrockDataAutomationClient.swift +++ b/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/BedrockDataAutomationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockDataAutomationClient: ClientRuntime.Client { public static let clientName = "BedrockDataAutomationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockDataAutomationClient.BedrockDataAutomationClientConfiguration let serviceName = "Bedrock Data Automation" diff --git a/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/Models.swift b/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/Models.swift index 6977bcfa6e1..06a84d8883e 100644 --- a/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/Models.swift +++ b/Sources/Services/AWSBedrockDataAutomation/Sources/AWSBedrockDataAutomation/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +120,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +144,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +163,7 @@ extension BedrockDataAutomationClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -198,8 +192,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [BedrockDataAutomationClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -248,8 +241,7 @@ extension BedrockDataAutomationClientTypes { public init( kmsEncryptionContext: [Swift.String: Swift.String]? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsEncryptionContext = kmsEncryptionContext self.kmsKeyId = kmsKeyId } @@ -311,8 +303,7 @@ public struct CreateBlueprintInput: Swift.Sendable { encryptionConfiguration: BedrockDataAutomationClientTypes.EncryptionConfiguration? = nil, schema: Swift.String? = nil, type: BedrockDataAutomationClientTypes.ModelType? = nil - ) - { + ) { self.blueprintName = blueprintName self.blueprintStage = blueprintStage self.clientToken = clientToken @@ -369,8 +360,7 @@ extension BedrockDataAutomationClientTypes { lastModifiedTime: Foundation.Date? = nil, schema: Swift.String? = nil, type: BedrockDataAutomationClientTypes.ModelType? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintName = blueprintName self.blueprintStage = blueprintStage @@ -398,8 +388,7 @@ public struct CreateBlueprintOutput: Swift.Sendable { public init( blueprint: BedrockDataAutomationClientTypes.Blueprint? = nil - ) - { + ) { self.blueprint = blueprint } } @@ -423,8 +412,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -440,8 +428,7 @@ public struct DeleteBlueprintInput: Swift.Sendable { public init( blueprintArn: Swift.String? = nil, blueprintVersion: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintVersion = blueprintVersion } @@ -467,8 +454,7 @@ public struct GetBlueprintInput: Swift.Sendable { blueprintArn: Swift.String? = nil, blueprintStage: BedrockDataAutomationClientTypes.BlueprintStage? = nil, blueprintVersion: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintStage = blueprintStage self.blueprintVersion = blueprintVersion @@ -483,8 +469,7 @@ public struct GetBlueprintOutput: Swift.Sendable { public init( blueprint: BedrockDataAutomationClientTypes.Blueprint? = nil - ) - { + ) { self.blueprint = blueprint } } @@ -565,8 +550,7 @@ extension BedrockDataAutomationClientTypes { public init( projectArn: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil - ) - { + ) { self.projectArn = projectArn self.projectStage = projectStage } @@ -625,8 +609,7 @@ public struct ListBlueprintsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectFilter: BedrockDataAutomationClientTypes.DataAutomationProjectFilter? = nil, resourceOwner: BedrockDataAutomationClientTypes.ResourceOwner? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintStageFilter = blueprintStageFilter self.maxResults = maxResults @@ -662,8 +645,7 @@ extension BedrockDataAutomationClientTypes { blueprintVersion: Swift.String? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintName = blueprintName self.blueprintStage = blueprintStage @@ -690,8 +672,7 @@ public struct ListBlueprintsOutput: Swift.Sendable { public init( blueprints: [BedrockDataAutomationClientTypes.BlueprintSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blueprints = blueprints self.nextToken = nextToken } @@ -712,8 +693,7 @@ public struct UpdateBlueprintInput: Swift.Sendable { blueprintArn: Swift.String? = nil, blueprintStage: BedrockDataAutomationClientTypes.BlueprintStage? = nil, schema: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintStage = blueprintStage self.schema = schema @@ -733,8 +713,7 @@ public struct UpdateBlueprintOutput: Swift.Sendable { public init( blueprint: BedrockDataAutomationClientTypes.Blueprint? = nil - ) - { + ) { self.blueprint = blueprint } } @@ -750,8 +729,7 @@ public struct CreateBlueprintVersionInput: Swift.Sendable { public init( blueprintArn: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.clientToken = clientToken } @@ -765,8 +743,7 @@ public struct CreateBlueprintVersionOutput: Swift.Sendable { public init( blueprint: BedrockDataAutomationClientTypes.Blueprint? = nil - ) - { + ) { self.blueprint = blueprint } } @@ -787,8 +764,7 @@ extension BedrockDataAutomationClientTypes { blueprintArn: Swift.String? = nil, blueprintStage: BedrockDataAutomationClientTypes.BlueprintStage? = nil, blueprintVersion: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintStage = blueprintStage self.blueprintVersion = blueprintVersion @@ -805,8 +781,7 @@ extension BedrockDataAutomationClientTypes { public init( blueprints: [BedrockDataAutomationClientTypes.BlueprintItem]? = nil - ) - { + ) { self.blueprints = blueprints } } @@ -851,8 +826,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -867,8 +841,7 @@ extension BedrockDataAutomationClientTypes { public init( splitter: BedrockDataAutomationClientTypes.SplitterConfiguration? = nil - ) - { + ) { self.splitter = splitter } } @@ -883,8 +856,7 @@ extension BedrockDataAutomationClientTypes { public init( document: BedrockDataAutomationClientTypes.DocumentOverrideConfiguration? = nil - ) - { + ) { self.document = document } } @@ -935,8 +907,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.AudioExtractionCategoryType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -953,8 +924,7 @@ extension BedrockDataAutomationClientTypes { public init( category: BedrockDataAutomationClientTypes.AudioExtractionCategory? = nil - ) - { + ) { self.category = category } } @@ -1005,8 +975,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.AudioStandardGenerativeFieldType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -1025,8 +994,7 @@ extension BedrockDataAutomationClientTypes { public init( extraction: BedrockDataAutomationClientTypes.AudioStandardExtraction? = nil, generativeField: BedrockDataAutomationClientTypes.AudioStandardGenerativeField? = nil - ) - { + ) { self.extraction = extraction self.generativeField = generativeField } @@ -1043,8 +1011,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1097,8 +1064,7 @@ extension BedrockDataAutomationClientTypes { public init( types: [BedrockDataAutomationClientTypes.DocumentExtractionGranularityType]? = nil - ) - { + ) { self.types = types } } @@ -1118,8 +1084,7 @@ extension BedrockDataAutomationClientTypes { public init( boundingBox: BedrockDataAutomationClientTypes.DocumentBoundingBox? = nil, granularity: BedrockDataAutomationClientTypes.DocumentExtractionGranularity? = nil - ) - { + ) { self.boundingBox = boundingBox self.granularity = granularity } @@ -1136,8 +1101,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1153,8 +1117,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1204,8 +1167,7 @@ extension BedrockDataAutomationClientTypes { public init( types: [BedrockDataAutomationClientTypes.DocumentOutputTextFormatType]? = nil - ) - { + ) { self.types = types } } @@ -1225,8 +1187,7 @@ extension BedrockDataAutomationClientTypes { public init( additionalFileFormat: BedrockDataAutomationClientTypes.DocumentOutputAdditionalFileFormat? = nil, textFormat: BedrockDataAutomationClientTypes.DocumentOutputTextFormat? = nil - ) - { + ) { self.additionalFileFormat = additionalFileFormat self.textFormat = textFormat } @@ -1248,8 +1209,7 @@ extension BedrockDataAutomationClientTypes { extraction: BedrockDataAutomationClientTypes.DocumentStandardExtraction? = nil, generativeField: BedrockDataAutomationClientTypes.DocumentStandardGenerativeField? = nil, outputFormat: BedrockDataAutomationClientTypes.DocumentOutputFormat? = nil - ) - { + ) { self.extraction = extraction self.generativeField = generativeField self.outputFormat = outputFormat @@ -1267,8 +1227,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1316,8 +1275,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.ImageExtractionCategoryType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -1338,8 +1296,7 @@ extension BedrockDataAutomationClientTypes { public init( boundingBox: BedrockDataAutomationClientTypes.ImageBoundingBox? = nil, category: BedrockDataAutomationClientTypes.ImageExtractionCategory? = nil - ) - { + ) { self.boundingBox = boundingBox self.category = category } @@ -1388,8 +1345,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.ImageStandardGenerativeFieldType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -1408,8 +1364,7 @@ extension BedrockDataAutomationClientTypes { public init( extraction: BedrockDataAutomationClientTypes.ImageStandardExtraction? = nil, generativeField: BedrockDataAutomationClientTypes.ImageStandardGenerativeField? = nil - ) - { + ) { self.extraction = extraction self.generativeField = generativeField } @@ -1426,8 +1381,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1478,8 +1432,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.VideoExtractionCategoryType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -1500,8 +1453,7 @@ extension BedrockDataAutomationClientTypes { public init( boundingBox: BedrockDataAutomationClientTypes.VideoBoundingBox? = nil, category: BedrockDataAutomationClientTypes.VideoExtractionCategory? = nil - ) - { + ) { self.boundingBox = boundingBox self.category = category } @@ -1553,8 +1505,7 @@ extension BedrockDataAutomationClientTypes { public init( state: BedrockDataAutomationClientTypes.State? = nil, types: [BedrockDataAutomationClientTypes.VideoStandardGenerativeFieldType]? = nil - ) - { + ) { self.state = state self.types = types } @@ -1573,8 +1524,7 @@ extension BedrockDataAutomationClientTypes { public init( extraction: BedrockDataAutomationClientTypes.VideoStandardExtraction? = nil, generativeField: BedrockDataAutomationClientTypes.VideoStandardGenerativeField? = nil - ) - { + ) { self.extraction = extraction self.generativeField = generativeField } @@ -1599,8 +1549,7 @@ extension BedrockDataAutomationClientTypes { document: BedrockDataAutomationClientTypes.DocumentStandardOutputConfiguration? = nil, image: BedrockDataAutomationClientTypes.ImageStandardOutputConfiguration? = nil, video: BedrockDataAutomationClientTypes.VideoStandardOutputConfiguration? = nil - ) - { + ) { self.audio = audio self.document = document self.image = image @@ -1639,8 +1588,7 @@ public struct CreateDataAutomationProjectInput: Swift.Sendable { projectName: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil, standardOutputConfiguration: BedrockDataAutomationClientTypes.StandardOutputConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.customOutputConfiguration = customOutputConfiguration self.encryptionConfiguration = encryptionConfiguration @@ -1704,8 +1652,7 @@ public struct CreateDataAutomationProjectOutput: Swift.Sendable { projectArn: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil, status: BedrockDataAutomationClientTypes.DataAutomationProjectStatus? = nil - ) - { + ) { self.projectArn = projectArn self.projectStage = projectStage self.status = status @@ -1720,8 +1667,7 @@ public struct DeleteDataAutomationProjectInput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -1737,8 +1683,7 @@ public struct DeleteDataAutomationProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil, status: BedrockDataAutomationClientTypes.DataAutomationProjectStatus? = nil - ) - { + ) { self.projectArn = projectArn self.status = status } @@ -1755,8 +1700,7 @@ public struct GetDataAutomationProjectInput: Swift.Sendable { public init( projectArn: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil - ) - { + ) { self.projectArn = projectArn self.projectStage = projectStage } @@ -1809,8 +1753,7 @@ extension BedrockDataAutomationClientTypes { projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil, standardOutputConfiguration: BedrockDataAutomationClientTypes.StandardOutputConfiguration? = nil, status: BedrockDataAutomationClientTypes.DataAutomationProjectStatus? = nil - ) - { + ) { self.creationTime = creationTime self.customOutputConfiguration = customOutputConfiguration self.kmsEncryptionContext = kmsEncryptionContext @@ -1840,8 +1783,7 @@ public struct GetDataAutomationProjectOutput: Swift.Sendable { public init( project: BedrockDataAutomationClientTypes.DataAutomationProject? = nil - ) - { + ) { self.project = project } } @@ -1862,8 +1804,7 @@ extension BedrockDataAutomationClientTypes { blueprintArn: Swift.String? = nil, blueprintStage: BedrockDataAutomationClientTypes.BlueprintStage? = nil, blueprintVersion: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.blueprintStage = blueprintStage self.blueprintVersion = blueprintVersion @@ -1923,8 +1864,7 @@ public struct ListDataAutomationProjectsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectStageFilter: BedrockDataAutomationClientTypes.DataAutomationProjectStageFilter? = nil, resourceOwner: BedrockDataAutomationClientTypes.ResourceOwner? = nil - ) - { + ) { self.blueprintFilter = blueprintFilter self.maxResults = maxResults self.nextToken = nextToken @@ -1953,8 +1893,7 @@ extension BedrockDataAutomationClientTypes { projectArn: Swift.String? = nil, projectName: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil - ) - { + ) { self.creationTime = creationTime self.projectArn = projectArn self.projectName = projectName @@ -1979,8 +1918,7 @@ public struct ListDataAutomationProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [BedrockDataAutomationClientTypes.DataAutomationProjectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -2010,8 +1948,7 @@ public struct UpdateDataAutomationProjectInput: Swift.Sendable { projectDescription: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil, standardOutputConfiguration: BedrockDataAutomationClientTypes.StandardOutputConfiguration? = nil - ) - { + ) { self.customOutputConfiguration = customOutputConfiguration self.overrideConfiguration = overrideConfiguration self.projectArn = projectArn @@ -2040,8 +1977,7 @@ public struct UpdateDataAutomationProjectOutput: Swift.Sendable { projectArn: Swift.String? = nil, projectStage: BedrockDataAutomationClientTypes.DataAutomationProjectStage? = nil, status: BedrockDataAutomationClientTypes.DataAutomationProjectStatus? = nil - ) - { + ) { self.projectArn = projectArn self.projectStage = projectStage self.status = status diff --git a/Sources/Services/AWSBedrockDataAutomationRuntime/Package.swift.txt b/Sources/Services/AWSBedrockDataAutomationRuntime/Package.swift.txt index 918ba27127e..22aaf13a357 100644 --- a/Sources/Services/AWSBedrockDataAutomationRuntime/Package.swift.txt +++ b/Sources/Services/AWSBedrockDataAutomationRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.swift b/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.swift index eb341252a05..195dfc64f10 100644 --- a/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.swift +++ b/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/BedrockDataAutomationRuntimeClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockDataAutomationRuntimeClient: ClientRuntime.Client { public static let clientName = "BedrockDataAutomationRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockDataAutomationRuntimeClient.BedrockDataAutomationRuntimeClientConfiguration let serviceName = "Bedrock Data Automation Runtime" diff --git a/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/Models.swift b/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/Models.swift index 0df3d374e49..a5c48e893f4 100644 --- a/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/Models.swift +++ b/Sources/Services/AWSBedrockDataAutomationRuntime/Sources/AWSBedrockDataAutomationRuntime/Models.swift @@ -40,8 +40,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -64,8 +63,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +86,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -136,8 +132,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +145,7 @@ public struct GetDataAutomationStatusInput: Swift.Sendable { public init( invocationArn: Swift.String? = nil - ) - { + ) { self.invocationArn = invocationArn } } @@ -166,8 +160,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -228,8 +221,7 @@ public struct GetDataAutomationStatusOutput: Swift.Sendable { errorType: Swift.String? = nil, outputConfiguration: BedrockDataAutomationRuntimeClientTypes.OutputConfiguration? = nil, status: BedrockDataAutomationRuntimeClientTypes.AutomationJobStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType self.outputConfiguration = outputConfiguration @@ -255,8 +247,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -307,8 +298,7 @@ extension BedrockDataAutomationRuntimeClientTypes { blueprintArn: Swift.String? = nil, stage: BedrockDataAutomationRuntimeClientTypes.BlueprintStage? = nil, version: Swift.String? = nil - ) - { + ) { self.blueprintArn = blueprintArn self.stage = stage self.version = version @@ -359,8 +349,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( dataAutomationArn: Swift.String? = nil, stage: BedrockDataAutomationRuntimeClientTypes.DataAutomationStage? = nil - ) - { + ) { self.dataAutomationArn = dataAutomationArn self.stage = stage } @@ -380,8 +369,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( kmsEncryptionContext: [Swift.String: Swift.String]? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsEncryptionContext = kmsEncryptionContext self.kmsKeyId = kmsKeyId } @@ -398,8 +386,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -415,8 +402,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( eventBridgeEnabled: Swift.Bool? = nil - ) - { + ) { self.eventBridgeEnabled = eventBridgeEnabled } } @@ -432,8 +418,7 @@ extension BedrockDataAutomationRuntimeClientTypes { public init( eventBridgeConfiguration: BedrockDataAutomationRuntimeClientTypes.EventBridgeConfiguration? = nil - ) - { + ) { self.eventBridgeConfiguration = eventBridgeConfiguration } } @@ -466,8 +451,7 @@ public struct InvokeDataAutomationAsyncInput: Swift.Sendable { inputConfiguration: BedrockDataAutomationRuntimeClientTypes.InputConfiguration? = nil, notificationConfiguration: BedrockDataAutomationRuntimeClientTypes.NotificationConfiguration? = nil, outputConfiguration: BedrockDataAutomationRuntimeClientTypes.OutputConfiguration? = nil - ) - { + ) { self.blueprints = blueprints self.clientToken = clientToken self.dataAutomationConfiguration = dataAutomationConfiguration @@ -486,8 +470,7 @@ public struct InvokeDataAutomationAsyncOutput: Swift.Sendable { public init( invocationArn: Swift.String? = nil - ) - { + ) { self.invocationArn = invocationArn } } diff --git a/Sources/Services/AWSBedrockRuntime/Package.swift.txt b/Sources/Services/AWSBedrockRuntime/Package.swift.txt index e3310dd17ab..c51e1aedb01 100644 --- a/Sources/Services/AWSBedrockRuntime/Package.swift.txt +++ b/Sources/Services/AWSBedrockRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,47 +45,47 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/BedrockRuntimeClient.swift b/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/BedrockRuntimeClient.swift index ca74603556e..e44daf50963 100644 --- a/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/BedrockRuntimeClient.swift +++ b/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/BedrockRuntimeClient.swift @@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BedrockRuntimeClient: ClientRuntime.Client { public static let clientName = "BedrockRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BedrockRuntimeClient.BedrockRuntimeClientConfiguration let serviceName = "Bedrock Runtime" diff --git a/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/Models.swift b/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/Models.swift index 1a40dcc3036..62b6389a828 100644 --- a/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/Models.swift +++ b/Sources/Services/AWSBedrockRuntime/Sources/AWSBedrockRuntime/Models.swift @@ -58,8 +58,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -82,8 +81,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +104,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +127,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +139,7 @@ public struct GetAsyncInvokeInput: Swift.Sendable { public init( invocationArn: Swift.String? = nil - ) - { + ) { self.invocationArn = invocationArn } } @@ -165,8 +160,7 @@ extension BedrockRuntimeClientTypes { bucketOwner: Swift.String? = nil, kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.bucketOwner = bucketOwner self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri @@ -251,8 +245,7 @@ public struct GetAsyncInvokeOutput: Swift.Sendable { outputDataConfig: BedrockRuntimeClientTypes.AsyncInvokeOutputDataConfig? = nil, status: BedrockRuntimeClientTypes.AsyncInvokeStatus? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.endTime = endTime self.failureMessage = failureMessage @@ -349,8 +342,7 @@ public struct ListAsyncInvokesInput: Swift.Sendable { statusEquals: BedrockRuntimeClientTypes.AsyncInvokeStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -398,8 +390,7 @@ extension BedrockRuntimeClientTypes { outputDataConfig: BedrockRuntimeClientTypes.AsyncInvokeOutputDataConfig? = nil, status: BedrockRuntimeClientTypes.AsyncInvokeStatus? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.endTime = endTime self.failureMessage = failureMessage @@ -427,8 +418,7 @@ public struct ListAsyncInvokesOutput: Swift.Sendable { public init( asyncInvokeSummaries: [BedrockRuntimeClientTypes.AsyncInvokeSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.asyncInvokeSummaries = asyncInvokeSummaries self.nextToken = nextToken } @@ -452,8 +442,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -476,8 +465,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -500,8 +488,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -524,8 +511,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -544,8 +530,7 @@ extension BedrockRuntimeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -573,8 +558,7 @@ public struct StartAsyncInvokeInput: Swift.Sendable { modelInput: Smithy.Document? = nil, outputDataConfig: BedrockRuntimeClientTypes.AsyncInvokeOutputDataConfig? = nil, tags: [BedrockRuntimeClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.modelId = modelId self.modelInput = modelInput @@ -595,8 +579,7 @@ public struct StartAsyncInvokeOutput: Swift.Sendable { public init( invocationArn: Swift.String? = nil - ) - { + ) { self.invocationArn = invocationArn } } @@ -654,8 +637,7 @@ extension BedrockRuntimeClientTypes { public init( format: BedrockRuntimeClientTypes.GuardrailImageFormat? = nil, source: BedrockRuntimeClientTypes.GuardrailImageSource? = nil - ) - { + ) { self.format = format self.source = source } @@ -713,8 +695,7 @@ extension BedrockRuntimeClientTypes { public init( qualifiers: [BedrockRuntimeClientTypes.GuardrailContentQualifier]? = nil, text: Swift.String? = nil - ) - { + ) { self.qualifiers = qualifiers self.text = text } @@ -781,8 +762,7 @@ public struct ApplyGuardrailInput: Swift.Sendable { guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil, source: BedrockRuntimeClientTypes.GuardrailContentSource? = nil - ) - { + ) { self.content = content self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion @@ -977,8 +957,7 @@ extension BedrockRuntimeClientTypes { confidence: BedrockRuntimeClientTypes.GuardrailContentFilterConfidence? = nil, filterStrength: BedrockRuntimeClientTypes.GuardrailContentFilterStrength? = nil, type: BedrockRuntimeClientTypes.GuardrailContentFilterType? = nil - ) - { + ) { self.action = action self.confidence = confidence self.filterStrength = filterStrength @@ -997,8 +976,7 @@ extension BedrockRuntimeClientTypes { public init( filters: [BedrockRuntimeClientTypes.GuardrailContentFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -1084,8 +1062,7 @@ extension BedrockRuntimeClientTypes { score: Swift.Double? = nil, threshold: Swift.Double? = nil, type: BedrockRuntimeClientTypes.GuardrailContextualGroundingFilterType? = nil - ) - { + ) { self.action = action self.score = score self.threshold = threshold @@ -1103,8 +1080,7 @@ extension BedrockRuntimeClientTypes { public init( filters: [BedrockRuntimeClientTypes.GuardrailContextualGroundingFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -1122,8 +1098,7 @@ extension BedrockRuntimeClientTypes { public init( guarded: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.guarded = guarded self.total = total } @@ -1142,8 +1117,7 @@ extension BedrockRuntimeClientTypes { public init( guarded: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.guarded = guarded self.total = total } @@ -1162,8 +1136,7 @@ extension BedrockRuntimeClientTypes { public init( images: BedrockRuntimeClientTypes.GuardrailImageCoverage? = nil, textCharacters: BedrockRuntimeClientTypes.GuardrailTextCharactersCoverage? = nil - ) - { + ) { self.images = images self.textCharacters = textCharacters } @@ -1200,8 +1173,7 @@ extension BedrockRuntimeClientTypes { sensitiveInformationPolicyUnits: Swift.Int? = nil, topicPolicyUnits: Swift.Int? = nil, wordPolicyUnits: Swift.Int? = nil - ) - { + ) { self.contentPolicyUnits = contentPolicyUnits self.contextualGroundingPolicyUnits = contextualGroundingPolicyUnits self.sensitiveInformationPolicyFreeUnits = sensitiveInformationPolicyFreeUnits @@ -1227,8 +1199,7 @@ extension BedrockRuntimeClientTypes { guardrailCoverage: BedrockRuntimeClientTypes.GuardrailCoverage? = nil, guardrailProcessingLatency: Swift.Int? = nil, usage: BedrockRuntimeClientTypes.GuardrailUsage? = nil - ) - { + ) { self.guardrailCoverage = guardrailCoverage self.guardrailProcessingLatency = guardrailProcessingLatency self.usage = usage @@ -1399,8 +1370,7 @@ extension BedrockRuntimeClientTypes { action: BedrockRuntimeClientTypes.GuardrailSensitiveInformationPolicyAction? = nil, match: Swift.String? = nil, type: BedrockRuntimeClientTypes.GuardrailPiiEntityType? = nil - ) - { + ) { self.action = action self.match = match self.type = type @@ -1427,8 +1397,7 @@ extension BedrockRuntimeClientTypes { match: Swift.String? = nil, name: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.action = action self.match = match self.name = name @@ -1451,8 +1420,7 @@ extension BedrockRuntimeClientTypes { public init( piiEntities: [BedrockRuntimeClientTypes.GuardrailPiiEntityFilter]? = nil, regexes: [BedrockRuntimeClientTypes.GuardrailRegexFilter]? = nil - ) - { + ) { self.piiEntities = piiEntities self.regexes = regexes } @@ -1529,8 +1497,7 @@ extension BedrockRuntimeClientTypes { action: BedrockRuntimeClientTypes.GuardrailTopicPolicyAction? = nil, name: Swift.String? = nil, type: BedrockRuntimeClientTypes.GuardrailTopicType? = nil - ) - { + ) { self.action = action self.name = name self.type = type @@ -1548,8 +1515,7 @@ extension BedrockRuntimeClientTypes { public init( topics: [BedrockRuntimeClientTypes.GuardrailTopic]? = nil - ) - { + ) { self.topics = topics } } @@ -1595,8 +1561,7 @@ extension BedrockRuntimeClientTypes { public init( action: BedrockRuntimeClientTypes.GuardrailWordPolicyAction? = nil, match: Swift.String? = nil - ) - { + ) { self.action = action self.match = match } @@ -1647,8 +1612,7 @@ extension BedrockRuntimeClientTypes { action: BedrockRuntimeClientTypes.GuardrailWordPolicyAction? = nil, match: Swift.String? = nil, type: BedrockRuntimeClientTypes.GuardrailManagedWordType? = nil - ) - { + ) { self.action = action self.match = match self.type = type @@ -1670,8 +1634,7 @@ extension BedrockRuntimeClientTypes { public init( customWords: [BedrockRuntimeClientTypes.GuardrailCustomWord]? = nil, managedWordLists: [BedrockRuntimeClientTypes.GuardrailManagedWord]? = nil - ) - { + ) { self.customWords = customWords self.managedWordLists = managedWordLists } @@ -1702,8 +1665,7 @@ extension BedrockRuntimeClientTypes { sensitiveInformationPolicy: BedrockRuntimeClientTypes.GuardrailSensitiveInformationPolicyAssessment? = nil, topicPolicy: BedrockRuntimeClientTypes.GuardrailTopicPolicyAssessment? = nil, wordPolicy: BedrockRuntimeClientTypes.GuardrailWordPolicyAssessment? = nil - ) - { + ) { self.contentPolicy = contentPolicy self.contextualGroundingPolicy = contextualGroundingPolicy self.invocationMetrics = invocationMetrics @@ -1723,8 +1685,7 @@ extension BedrockRuntimeClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1752,8 +1713,7 @@ public struct ApplyGuardrailOutput: Swift.Sendable { guardrailCoverage: BedrockRuntimeClientTypes.GuardrailCoverage? = nil, outputs: [BedrockRuntimeClientTypes.GuardrailOutputContent]? = nil, usage: BedrockRuntimeClientTypes.GuardrailUsage? = nil - ) - { + ) { self.action = action self.assessments = assessments self.guardrailCoverage = guardrailCoverage @@ -1786,8 +1746,7 @@ public struct ModelErrorException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, originalStatusCode: Swift.Int? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.originalStatusCode = originalStatusCode self.properties.resourceName = resourceName @@ -1812,8 +1771,7 @@ public struct ModelNotReadyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1836,8 +1794,7 @@ public struct ModelTimeoutException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1888,8 +1845,7 @@ extension BedrockRuntimeClientTypes { guardrailIdentifier: Swift.String? = nil, guardrailVersion: Swift.String? = nil, trace: BedrockRuntimeClientTypes.GuardrailTrace? = .disabled - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion self.trace = trace @@ -1915,8 +1871,7 @@ extension BedrockRuntimeClientTypes { stopSequences: [Swift.String]? = nil, temperature: Swift.Float? = nil, topp: Swift.Float? = nil - ) - { + ) { self.maxTokens = maxTokens self.stopSequences = stopSequences self.temperature = temperature @@ -2016,8 +1971,7 @@ extension BedrockRuntimeClientTypes { format: BedrockRuntimeClientTypes.DocumentFormat? = nil, name: Swift.String? = nil, source: BedrockRuntimeClientTypes.DocumentSource? = nil - ) - { + ) { self.format = format self.name = name self.source = source @@ -2078,8 +2032,7 @@ extension BedrockRuntimeClientTypes { public init( format: BedrockRuntimeClientTypes.GuardrailConverseImageFormat? = nil, source: BedrockRuntimeClientTypes.GuardrailConverseImageSource? = nil - ) - { + ) { self.format = format self.source = source } @@ -2137,8 +2090,7 @@ extension BedrockRuntimeClientTypes { public init( qualifiers: [BedrockRuntimeClientTypes.GuardrailConverseContentQualifier]? = nil, text: Swift.String? = nil - ) - { + ) { self.qualifiers = qualifiers self.text = text } @@ -2216,8 +2168,7 @@ extension BedrockRuntimeClientTypes { public init( format: BedrockRuntimeClientTypes.ImageFormat? = nil, source: BedrockRuntimeClientTypes.ImageSource? = nil - ) - { + ) { self.format = format self.source = source } @@ -2287,8 +2238,7 @@ extension BedrockRuntimeClientTypes { public init( bucketOwner: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.bucketOwner = bucketOwner self.uri = uri } @@ -2321,8 +2271,7 @@ extension BedrockRuntimeClientTypes { public init( format: BedrockRuntimeClientTypes.VideoFormat? = nil, source: BedrockRuntimeClientTypes.VideoSource? = nil - ) - { + ) { self.format = format self.source = source } @@ -2393,8 +2342,7 @@ extension BedrockRuntimeClientTypes { content: [BedrockRuntimeClientTypes.ToolResultContentBlock]? = nil, status: BedrockRuntimeClientTypes.ToolResultStatus? = nil, toolUseId: Swift.String? = nil - ) - { + ) { self.content = content self.status = status self.toolUseId = toolUseId @@ -2420,8 +2368,7 @@ extension BedrockRuntimeClientTypes { input: Smithy.Document? = nil, name: Swift.String? = nil, toolUseId: Swift.String? = nil - ) - { + ) { self.input = input self.name = name self.toolUseId = toolUseId @@ -2502,8 +2449,7 @@ extension BedrockRuntimeClientTypes { public init( content: [BedrockRuntimeClientTypes.ContentBlock]? = nil, role: BedrockRuntimeClientTypes.ConversationRole? = nil - ) - { + ) { self.content = content self.role = role } @@ -2548,8 +2494,7 @@ extension BedrockRuntimeClientTypes { public init( latency: BedrockRuntimeClientTypes.PerformanceConfigLatency? = .standard - ) - { + ) { self.latency = latency } } @@ -2605,8 +2550,7 @@ extension BedrockRuntimeClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2653,8 +2597,7 @@ extension BedrockRuntimeClientTypes { description: Swift.String? = nil, inputSchema: BedrockRuntimeClientTypes.ToolInputSchema? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.inputSchema = inputSchema self.name = name @@ -2685,8 +2628,7 @@ extension BedrockRuntimeClientTypes { public init( toolChoice: BedrockRuntimeClientTypes.ToolChoice? = nil, tools: [BedrockRuntimeClientTypes.Tool]? = nil - ) - { + ) { self.toolChoice = toolChoice self.tools = tools } @@ -2743,8 +2685,7 @@ public struct ConverseInput: Swift.Sendable { requestMetadata: [Swift.String: Swift.String]? = nil, system: [BedrockRuntimeClientTypes.SystemContentBlock]? = nil, toolConfig: BedrockRuntimeClientTypes.ToolConfiguration? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.additionalModelResponseFieldPaths = additionalModelResponseFieldPaths self.guardrailConfig = guardrailConfig @@ -2774,8 +2715,7 @@ extension BedrockRuntimeClientTypes { public init( latencyMs: Swift.Int? = nil - ) - { + ) { self.latencyMs = latencyMs } } @@ -2847,8 +2787,7 @@ extension BedrockRuntimeClientTypes { inputAssessment: [Swift.String: BedrockRuntimeClientTypes.GuardrailAssessment]? = nil, modelOutput: [Swift.String]? = nil, outputAssessments: [Swift.String: [BedrockRuntimeClientTypes.GuardrailAssessment]]? = nil - ) - { + ) { self.inputAssessment = inputAssessment self.modelOutput = modelOutput self.outputAssessments = outputAssessments @@ -2865,8 +2804,7 @@ extension BedrockRuntimeClientTypes { public init( invokedModelId: Swift.String? = nil - ) - { + ) { self.invokedModelId = invokedModelId } } @@ -2884,8 +2822,7 @@ extension BedrockRuntimeClientTypes { public init( guardrail: BedrockRuntimeClientTypes.GuardrailTraceAssessment? = nil, promptRouter: BedrockRuntimeClientTypes.PromptRouterTrace? = nil - ) - { + ) { self.guardrail = guardrail self.promptRouter = promptRouter } @@ -2910,8 +2847,7 @@ extension BedrockRuntimeClientTypes { inputTokens: Swift.Int? = nil, outputTokens: Swift.Int? = nil, totalTokens: Swift.Int? = nil - ) - { + ) { self.inputTokens = inputTokens self.outputTokens = outputTokens self.totalTokens = totalTokens @@ -2947,8 +2883,7 @@ public struct ConverseOutput: Swift.Sendable { stopReason: BedrockRuntimeClientTypes.StopReason? = nil, trace: BedrockRuntimeClientTypes.ConverseTrace? = nil, usage: BedrockRuntimeClientTypes.TokenUsage? = nil - ) - { + ) { self.additionalModelResponseFields = additionalModelResponseFields self.metrics = metrics self.output = output @@ -3008,8 +2943,7 @@ extension BedrockRuntimeClientTypes { guardrailVersion: Swift.String? = nil, streamProcessingMode: BedrockRuntimeClientTypes.GuardrailStreamProcessingMode? = .sync, trace: BedrockRuntimeClientTypes.GuardrailTrace? = .disabled - ) - { + ) { self.guardrailIdentifier = guardrailIdentifier self.guardrailVersion = guardrailVersion self.streamProcessingMode = streamProcessingMode @@ -3068,8 +3002,7 @@ public struct ConverseStreamInput: Swift.Sendable { requestMetadata: [Swift.String: Swift.String]? = nil, system: [BedrockRuntimeClientTypes.SystemContentBlock]? = nil, toolConfig: BedrockRuntimeClientTypes.ToolConfiguration? = nil - ) - { + ) { self.additionalModelRequestFields = additionalModelRequestFields self.additionalModelResponseFieldPaths = additionalModelResponseFieldPaths self.guardrailConfig = guardrailConfig @@ -3099,8 +3032,7 @@ extension BedrockRuntimeClientTypes { public init( input: Swift.String? = nil - ) - { + ) { self.input = input } } @@ -3132,8 +3064,7 @@ extension BedrockRuntimeClientTypes { public init( contentBlockIndex: Swift.Int? = nil, delta: BedrockRuntimeClientTypes.ContentBlockDelta? = nil - ) - { + ) { self.contentBlockIndex = contentBlockIndex self.delta = delta } @@ -3154,8 +3085,7 @@ extension BedrockRuntimeClientTypes { public init( name: Swift.String? = nil, toolUseId: Swift.String? = nil - ) - { + ) { self.name = name self.toolUseId = toolUseId } @@ -3186,8 +3116,7 @@ extension BedrockRuntimeClientTypes { public init( contentBlockIndex: Swift.Int? = nil, start: BedrockRuntimeClientTypes.ContentBlockStart? = nil - ) - { + ) { self.contentBlockIndex = contentBlockIndex self.start = start } @@ -3204,8 +3133,7 @@ extension BedrockRuntimeClientTypes { public init( contentBlockIndex: Swift.Int? = nil - ) - { + ) { self.contentBlockIndex = contentBlockIndex } } @@ -3221,8 +3149,7 @@ extension BedrockRuntimeClientTypes { public init( role: BedrockRuntimeClientTypes.ConversationRole? = nil - ) - { + ) { self.role = role } } @@ -3241,8 +3168,7 @@ extension BedrockRuntimeClientTypes { public init( additionalModelResponseFields: Smithy.Document? = nil, stopReason: BedrockRuntimeClientTypes.StopReason? = nil - ) - { + ) { self.additionalModelResponseFields = additionalModelResponseFields self.stopReason = stopReason } @@ -3259,8 +3185,7 @@ extension BedrockRuntimeClientTypes { public init( latencyMs: Swift.Int? = nil - ) - { + ) { self.latencyMs = latencyMs } } @@ -3278,8 +3203,7 @@ extension BedrockRuntimeClientTypes { public init( guardrail: BedrockRuntimeClientTypes.GuardrailTraceAssessment? = nil, promptRouter: BedrockRuntimeClientTypes.PromptRouterTrace? = nil - ) - { + ) { self.guardrail = guardrail self.promptRouter = promptRouter } @@ -3306,8 +3230,7 @@ extension BedrockRuntimeClientTypes { performanceConfig: BedrockRuntimeClientTypes.PerformanceConfiguration? = nil, trace: BedrockRuntimeClientTypes.ConverseStreamTrace? = nil, usage: BedrockRuntimeClientTypes.TokenUsage? = nil - ) - { + ) { self.metrics = metrics self.performanceConfig = performanceConfig self.trace = trace @@ -3340,8 +3263,7 @@ public struct ModelStreamErrorException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, originalMessage: Swift.String? = nil, originalStatusCode: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.originalMessage = originalMessage self.properties.originalStatusCode = originalStatusCode @@ -3374,8 +3296,7 @@ public struct ConverseStreamOutput: Swift.Sendable { public init( stream: AsyncThrowingStream? = nil - ) - { + ) { self.stream = stream } } @@ -3453,8 +3374,7 @@ public struct InvokeModelInput: Swift.Sendable { modelId: Swift.String? = nil, performanceConfigLatency: BedrockRuntimeClientTypes.PerformanceConfigLatency? = nil, trace: BedrockRuntimeClientTypes.Trace? = nil - ) - { + ) { self.accept = accept self.body = body self.contentType = contentType @@ -3485,8 +3405,7 @@ public struct InvokeModelOutput: Swift.Sendable { body: Foundation.Data? = nil, contentType: Swift.String? = nil, performanceConfigLatency: BedrockRuntimeClientTypes.PerformanceConfigLatency? = nil - ) - { + ) { self.body = body self.contentType = contentType self.performanceConfigLatency = performanceConfigLatency @@ -3542,8 +3461,7 @@ public struct InvokeModelWithResponseStreamInput: Swift.Sendable { modelId: Swift.String? = nil, performanceConfigLatency: BedrockRuntimeClientTypes.PerformanceConfigLatency? = nil, trace: BedrockRuntimeClientTypes.Trace? = nil - ) - { + ) { self.accept = accept self.body = body self.contentType = contentType @@ -3569,8 +3487,7 @@ extension BedrockRuntimeClientTypes { public init( bytes: Foundation.Data? = nil - ) - { + ) { self.bytes = bytes } } @@ -3606,8 +3523,7 @@ public struct InvokeModelWithResponseStreamOutput: Swift.Sendable { body: AsyncThrowingStream? = nil, contentType: Swift.String? = nil, performanceConfigLatency: BedrockRuntimeClientTypes.PerformanceConfigLatency? = nil - ) - { + ) { self.body = body self.contentType = contentType self.performanceConfigLatency = performanceConfigLatency diff --git a/Sources/Services/AWSBilling/Package.swift.txt b/Sources/Services/AWSBilling/Package.swift.txt index a79b79c3e50..fed207b336d 100644 --- a/Sources/Services/AWSBilling/Package.swift.txt +++ b/Sources/Services/AWSBilling/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBilling/Sources/AWSBilling/BillingClient.swift b/Sources/Services/AWSBilling/Sources/AWSBilling/BillingClient.swift index 07b87a78c32..dc1a258f87b 100644 --- a/Sources/Services/AWSBilling/Sources/AWSBilling/BillingClient.swift +++ b/Sources/Services/AWSBilling/Sources/AWSBilling/BillingClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BillingClient: ClientRuntime.Client { public static let clientName = "BillingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BillingClient.BillingClientConfiguration let serviceName = "Billing" diff --git a/Sources/Services/AWSBilling/Sources/AWSBilling/Models.swift b/Sources/Services/AWSBilling/Sources/AWSBilling/Models.swift index 19290e4d311..8e32ddea472 100644 --- a/Sources/Services/AWSBilling/Sources/AWSBilling/Models.swift +++ b/Sources/Services/AWSBilling/Sources/AWSBilling/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ extension BillingClientTypes { public init( activeAfterInclusive: Foundation.Date? = nil, activeBeforeInclusive: Foundation.Date? = nil - ) - { + ) { self.activeAfterInclusive = activeAfterInclusive self.activeBeforeInclusive = activeBeforeInclusive } @@ -100,8 +98,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -127,8 +124,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +164,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -197,8 +192,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -217,8 +211,7 @@ extension BillingClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -286,8 +279,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [BillingClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: BillingClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -334,8 +326,7 @@ extension BillingClientTypes { public init( key: BillingClientTypes.Dimension? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -356,8 +347,7 @@ extension BillingClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -376,8 +366,7 @@ extension BillingClientTypes { public init( dimensions: BillingClientTypes.DimensionValues? = nil, tags: BillingClientTypes.TagValues? = nil - ) - { + ) { self.dimensions = dimensions self.tags = tags } @@ -397,8 +386,7 @@ extension BillingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -428,8 +416,7 @@ public struct CreateBillingViewInput: Swift.Sendable { name: Swift.String? = nil, resourceTags: [BillingClientTypes.ResourceTag]? = nil, sourceViews: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.dataFilterExpression = dataFilterExpression self.description = description @@ -454,8 +441,7 @@ public struct CreateBillingViewOutput: Swift.Sendable { public init( arn: Swift.String? = nil, createdAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt } @@ -468,8 +454,7 @@ public struct DeleteBillingViewInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -481,8 +466,7 @@ public struct DeleteBillingViewOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -514,8 +498,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -529,8 +512,7 @@ public struct GetBillingViewInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -597,8 +579,7 @@ extension BillingClientTypes { name: Swift.String? = nil, ownerAccountId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.billingViewType = billingViewType self.createdAt = createdAt @@ -623,8 +604,7 @@ public struct GetBillingViewOutput: Swift.Sendable { public init( billingView: BillingClientTypes.BillingViewElement? = nil - ) - { + ) { self.billingView = billingView } } @@ -636,8 +616,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -652,8 +631,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -680,8 +658,7 @@ public struct ListBillingViewsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.activeTimeRange = activeTimeRange self.arns = arns self.billingViewTypes = billingViewTypes @@ -712,8 +689,7 @@ extension BillingClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.arn = arn self.billingViewType = billingViewType self.description = description @@ -738,8 +714,7 @@ public struct ListBillingViewsOutput: Swift.Sendable { public init( billingViews: [BillingClientTypes.BillingViewListElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingViews = billingViews self.nextToken = nextToken } @@ -758,8 +733,7 @@ public struct ListSourceViewsForBillingViewInput: Swift.Sendable { arn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.maxResults = maxResults self.nextToken = nextToken @@ -776,8 +750,7 @@ public struct ListSourceViewsForBillingViewOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sourceViews: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.sourceViews = sourceViews } @@ -790,8 +763,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -802,8 +774,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTags: [BillingClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -819,8 +790,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTags: [BillingClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTags = resourceTags } @@ -842,8 +812,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTagKeys = resourceTagKeys } @@ -870,8 +839,7 @@ public struct UpdateBillingViewInput: Swift.Sendable { dataFilterExpression: BillingClientTypes.Expression? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.dataFilterExpression = dataFilterExpression self.description = description @@ -894,8 +862,7 @@ public struct UpdateBillingViewOutput: Swift.Sendable { public init( arn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.updatedAt = updatedAt } diff --git a/Sources/Services/AWSBillingconductor/Package.swift.txt b/Sources/Services/AWSBillingconductor/Package.swift.txt index d45ad17a2e5..c1579b5ba89 100644 --- a/Sources/Services/AWSBillingconductor/Package.swift.txt +++ b/Sources/Services/AWSBillingconductor/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/BillingconductorClient.swift b/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/BillingconductorClient.swift index 19c85a437f4..cc355f82a9e 100644 --- a/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/BillingconductorClient.swift +++ b/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/BillingconductorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BillingconductorClient: ClientRuntime.Client { public static let clientName = "BillingconductorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BillingconductorClient.BillingconductorClientConfiguration let serviceName = "billingconductor" diff --git a/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/Models.swift b/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/Models.swift index d69bd70d517..da6eb178c52 100644 --- a/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/Models.swift +++ b/Sources/Services/AWSBillingconductor/Sources/AWSBillingconductor/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ extension BillingconductorClientTypes { accountId: Swift.String? = nil, accountName: Swift.String? = nil, billingGroupArn: Swift.String? = nil - ) - { + ) { self.accountEmail = accountEmail self.accountId = accountId self.accountName = accountName @@ -100,8 +98,7 @@ extension BillingconductorClientTypes { public init( autoAssociate: Swift.Bool? = nil, linkedAccountIds: [Swift.String]? = nil - ) - { + ) { self.autoAssociate = autoAssociate self.linkedAccountIds = linkedAccountIds } @@ -176,8 +173,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW reason: BillingconductorClientTypes.ConflictExceptionReason? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.resourceId = resourceId @@ -207,8 +203,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -241,8 +236,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -282,8 +276,7 @@ public struct ServiceLimitExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.limitCode = limitCode self.properties.message = message self.properties.resourceId = resourceId @@ -314,8 +307,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -335,8 +327,7 @@ extension BillingconductorClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -571,8 +562,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [BillingconductorClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: BillingconductorClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -590,8 +580,7 @@ public struct AssociateAccountsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, arn: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.arn = arn } @@ -603,8 +592,7 @@ public struct AssociateAccountsOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -620,8 +608,7 @@ public struct AssociatePricingRulesInput: Swift.Sendable { public init( arn: Swift.String? = nil, pricingRuleArns: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.pricingRuleArns = pricingRuleArns } @@ -633,8 +620,7 @@ public struct AssociatePricingRulesOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -689,8 +675,7 @@ extension BillingconductorClientTypes { public init( message: Swift.String? = nil, reason: BillingconductorClientTypes.AssociateResourceErrorReason? = nil - ) - { + ) { self.message = message self.reason = reason } @@ -709,8 +694,7 @@ extension BillingconductorClientTypes { public init( arn: Swift.String? = nil, error: BillingconductorClientTypes.AssociateResourceError? = nil - ) - { + ) { self.arn = arn self.error = error } @@ -729,8 +713,7 @@ extension BillingconductorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -747,8 +730,7 @@ extension BillingconductorClientTypes { public init( pricingPlanArn: Swift.String? = nil - ) - { + ) { self.pricingPlanArn = pricingPlanArn } } @@ -781,8 +763,7 @@ public struct CreateBillingGroupInput: Swift.Sendable { name: Swift.String? = nil, primaryAccountId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountGrouping = accountGrouping self.clientToken = clientToken self.computationPreference = computationPreference @@ -804,8 +785,7 @@ public struct CreateBillingGroupOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -817,8 +797,7 @@ public struct DeleteBillingGroupInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -829,8 +808,7 @@ public struct DeleteBillingGroupOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -846,8 +824,7 @@ public struct DisassociateAccountsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, arn: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.arn = arn } @@ -859,8 +836,7 @@ public struct DisassociateAccountsOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -912,8 +888,7 @@ extension BillingconductorClientTypes { autoAssociate: Swift.Bool? = nil, pricingPlan: Swift.String? = nil, statuses: [BillingconductorClientTypes.BillingGroupStatus]? = nil - ) - { + ) { self.arns = arns self.autoAssociate = autoAssociate self.pricingPlan = pricingPlan @@ -937,8 +912,7 @@ public struct ListBillingGroupsInput: Swift.Sendable { filters: BillingconductorClientTypes.ListBillingGroupsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.maxResults = maxResults @@ -955,8 +929,7 @@ extension BillingconductorClientTypes { public init( autoAssociate: Swift.Bool? = nil - ) - { + ) { self.autoAssociate = autoAssociate } } @@ -1001,8 +974,7 @@ extension BillingconductorClientTypes { size: Swift.Int = 0, status: BillingconductorClientTypes.BillingGroupStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.accountGrouping = accountGrouping self.arn = arn self.computationPreference = computationPreference @@ -1032,8 +1004,7 @@ public struct ListBillingGroupsOutput: Swift.Sendable { public init( billingGroups: [BillingconductorClientTypes.BillingGroupListElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingGroups = billingGroups self.nextToken = nextToken } @@ -1048,8 +1019,7 @@ extension BillingconductorClientTypes { public init( autoAssociate: Swift.Bool? = nil - ) - { + ) { self.autoAssociate = autoAssociate } } @@ -1077,8 +1047,7 @@ public struct UpdateBillingGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, status: BillingconductorClientTypes.BillingGroupStatus? = nil - ) - { + ) { self.accountGrouping = accountGrouping self.arn = arn self.computationPreference = computationPreference @@ -1126,8 +1095,7 @@ public struct UpdateBillingGroupOutput: Swift.Sendable { size: Swift.Int = 0, status: BillingconductorClientTypes.BillingGroupStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.accountGrouping = accountGrouping self.arn = arn self.description = description @@ -1159,8 +1127,7 @@ extension BillingconductorClientTypes { public init( exclusiveEndBillingPeriod: Swift.String? = nil, inclusiveStartBillingPeriod: Swift.String? = nil - ) - { + ) { self.exclusiveEndBillingPeriod = exclusiveEndBillingPeriod self.inclusiveStartBillingPeriod = inclusiveStartBillingPeriod } @@ -1181,8 +1148,7 @@ public struct BatchAssociateResourcesToCustomLineItemInput: Swift.Sendable { billingPeriodRange: BillingconductorClientTypes.CustomLineItemBillingPeriodRange? = nil, resourceArns: [Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.billingPeriodRange = billingPeriodRange self.resourceArns = resourceArns self.targetArn = targetArn @@ -1198,8 +1164,7 @@ public struct BatchAssociateResourcesToCustomLineItemOutput: Swift.Sendable { public init( failedAssociatedResources: [BillingconductorClientTypes.AssociateResourceResponseElement]? = nil, successfullyAssociatedResources: [BillingconductorClientTypes.AssociateResourceResponseElement]? = nil - ) - { + ) { self.failedAssociatedResources = failedAssociatedResources self.successfullyAssociatedResources = successfullyAssociatedResources } @@ -1219,8 +1184,7 @@ public struct BatchDisassociateResourcesFromCustomLineItemInput: Swift.Sendable billingPeriodRange: BillingconductorClientTypes.CustomLineItemBillingPeriodRange? = nil, resourceArns: [Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.billingPeriodRange = billingPeriodRange self.resourceArns = resourceArns self.targetArn = targetArn @@ -1239,8 +1203,7 @@ extension BillingconductorClientTypes { public init( arn: Swift.String? = nil, error: BillingconductorClientTypes.AssociateResourceError? = nil - ) - { + ) { self.arn = arn self.error = error } @@ -1256,8 +1219,7 @@ public struct BatchDisassociateResourcesFromCustomLineItemOutput: Swift.Sendable public init( failedDisassociatedResources: [BillingconductorClientTypes.DisassociateResourceResponseElement]? = nil, successfullyDisassociatedResources: [BillingconductorClientTypes.DisassociateResourceResponseElement]? = nil - ) - { + ) { self.failedDisassociatedResources = failedDisassociatedResources self.successfullyDisassociatedResources = successfullyDisassociatedResources } @@ -1273,8 +1235,7 @@ extension BillingconductorClientTypes { public init( chargeValue: Swift.Double? = nil - ) - { + ) { self.chargeValue = chargeValue } } @@ -1376,8 +1337,7 @@ extension BillingconductorClientTypes { attribute: BillingconductorClientTypes.LineItemFilterAttributeName? = nil, matchOption: BillingconductorClientTypes.MatchOption? = nil, values: [BillingconductorClientTypes.LineItemFilterValue]? = nil - ) - { + ) { self.attribute = attribute self.matchOption = matchOption self.values = values @@ -1398,8 +1358,7 @@ extension BillingconductorClientTypes { public init( associatedValues: [Swift.String]? = nil, percentageValue: Swift.Double? = nil - ) - { + ) { self.associatedValues = associatedValues self.percentageValue = percentageValue } @@ -1454,8 +1413,7 @@ extension BillingconductorClientTypes { lineItemFilters: [BillingconductorClientTypes.LineItemFilter]? = nil, percentage: BillingconductorClientTypes.CustomLineItemPercentageChargeDetails? = nil, type: BillingconductorClientTypes.CustomLineItemType? = nil - ) - { + ) { self.flat = flat self.lineItemFilters = lineItemFilters self.percentage = percentage @@ -1495,8 +1453,7 @@ public struct CreateCustomLineItemInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.billingGroupArn = billingGroupArn self.billingPeriodRange = billingPeriodRange @@ -1519,8 +1476,7 @@ public struct CreateCustomLineItemOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1535,8 +1491,7 @@ public struct DeleteCustomLineItemInput: Swift.Sendable { public init( arn: Swift.String? = nil, billingPeriodRange: BillingconductorClientTypes.CustomLineItemBillingPeriodRange? = nil - ) - { + ) { self.arn = arn self.billingPeriodRange = billingPeriodRange } @@ -1548,8 +1503,7 @@ public struct DeleteCustomLineItemOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1572,8 +1526,7 @@ extension BillingconductorClientTypes { arns: [Swift.String]? = nil, billingGroups: [Swift.String]? = nil, names: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.arns = arns self.billingGroups = billingGroups @@ -1602,8 +1555,7 @@ public struct ListCustomLineItemsInput: Swift.Sendable { filters: BillingconductorClientTypes.ListCustomLineItemsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.maxResults = maxResults @@ -1621,8 +1573,7 @@ extension BillingconductorClientTypes { public init( chargeValue: Swift.Double? = nil - ) - { + ) { self.chargeValue = chargeValue } } @@ -1638,8 +1589,7 @@ extension BillingconductorClientTypes { public init( percentageValue: Swift.Double? = nil - ) - { + ) { self.percentageValue = percentageValue } } @@ -1664,8 +1614,7 @@ extension BillingconductorClientTypes { lineItemFilters: [BillingconductorClientTypes.LineItemFilter]? = nil, percentage: BillingconductorClientTypes.ListCustomLineItemPercentageChargeDetails? = nil, type: BillingconductorClientTypes.CustomLineItemType? = nil - ) - { + ) { self.flat = flat self.lineItemFilters = lineItemFilters self.percentage = percentage @@ -1742,8 +1691,7 @@ extension BillingconductorClientTypes { lastModifiedTime: Swift.Int = 0, name: Swift.String? = nil, productCode: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.associationSize = associationSize @@ -1773,8 +1721,7 @@ public struct ListCustomLineItemsOutput: Swift.Sendable { public init( customLineItems: [BillingconductorClientTypes.CustomLineItemListElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customLineItems = customLineItems self.nextToken = nextToken } @@ -1792,8 +1739,7 @@ extension BillingconductorClientTypes { public init( endBillingPeriod: Swift.String? = nil, startBillingPeriod: Swift.String? = nil - ) - { + ) { self.endBillingPeriod = endBillingPeriod self.startBillingPeriod = startBillingPeriod } @@ -1809,8 +1755,7 @@ extension BillingconductorClientTypes { public init( billingPeriodRange: BillingconductorClientTypes.ListCustomLineItemVersionsBillingPeriodRangeFilter? = nil - ) - { + ) { self.billingPeriodRange = billingPeriodRange } } @@ -1832,8 +1777,7 @@ public struct ListCustomLineItemVersionsInput: Swift.Sendable { filters: BillingconductorClientTypes.ListCustomLineItemVersionsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.filters = filters self.maxResults = maxResults @@ -1889,8 +1833,7 @@ extension BillingconductorClientTypes { productCode: Swift.String? = nil, startBillingPeriod: Swift.String? = nil, startTime: Swift.Int = 0 - ) - { + ) { self.accountId = accountId self.arn = arn self.associationSize = associationSize @@ -1923,8 +1866,7 @@ public struct ListCustomLineItemVersionsOutput: Swift.Sendable { public init( customLineItemVersions: [BillingconductorClientTypes.CustomLineItemVersionListElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customLineItemVersions = customLineItemVersions self.nextToken = nextToken } @@ -1968,8 +1910,7 @@ extension BillingconductorClientTypes { public init( relationship: BillingconductorClientTypes.CustomLineItemRelationship? = nil - ) - { + ) { self.relationship = relationship } } @@ -1994,8 +1935,7 @@ public struct ListResourcesAssociatedToCustomLineItemInput: Swift.Sendable { filters: BillingconductorClientTypes.ListResourcesAssociatedToCustomLineItemFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.billingPeriod = billingPeriod self.filters = filters @@ -2019,8 +1959,7 @@ extension BillingconductorClientTypes { arn: Swift.String? = nil, endBillingPeriod: Swift.String? = nil, relationship: BillingconductorClientTypes.CustomLineItemRelationship? = nil - ) - { + ) { self.arn = arn self.endBillingPeriod = endBillingPeriod self.relationship = relationship @@ -2040,8 +1979,7 @@ public struct ListResourcesAssociatedToCustomLineItemOutput: Swift.Sendable { arn: Swift.String? = nil, associatedResources: [BillingconductorClientTypes.ListResourcesAssociatedToCustomLineItemResponseElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.associatedResources = associatedResources self.nextToken = nextToken @@ -2058,8 +1996,7 @@ extension BillingconductorClientTypes { public init( chargeValue: Swift.Double? = nil - ) - { + ) { self.chargeValue = chargeValue } } @@ -2075,8 +2012,7 @@ extension BillingconductorClientTypes { public init( percentageValue: Swift.Double? = nil - ) - { + ) { self.percentageValue = percentageValue } } @@ -2097,8 +2033,7 @@ extension BillingconductorClientTypes { flat: BillingconductorClientTypes.UpdateCustomLineItemFlatChargeDetails? = nil, lineItemFilters: [BillingconductorClientTypes.LineItemFilter]? = nil, percentage: BillingconductorClientTypes.UpdateCustomLineItemPercentageChargeDetails? = nil - ) - { + ) { self.flat = flat self.lineItemFilters = lineItemFilters self.percentage = percentage @@ -2125,8 +2060,7 @@ public struct UpdateCustomLineItemInput: Swift.Sendable { chargeDetails: BillingconductorClientTypes.UpdateCustomLineItemChargeDetails? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.billingPeriodRange = billingPeriodRange self.chargeDetails = chargeDetails @@ -2164,8 +2098,7 @@ public struct UpdateCustomLineItemOutput: Swift.Sendable { description: Swift.String? = nil, lastModifiedTime: Swift.Int = 0, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.associationSize = associationSize self.billingGroupArn = billingGroupArn @@ -2195,8 +2128,7 @@ extension BillingconductorClientTypes { public init( exclusiveEndBillingPeriod: Swift.String? = nil, inclusiveStartBillingPeriod: Swift.String? = nil - ) - { + ) { self.exclusiveEndBillingPeriod = exclusiveEndBillingPeriod self.inclusiveStartBillingPeriod = inclusiveStartBillingPeriod } @@ -2251,8 +2183,7 @@ public struct GetBillingGroupCostReportInput: Swift.Sendable { groupBy: [BillingconductorClientTypes.GroupByAttributeName]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.billingPeriodRange = billingPeriodRange self.groupBy = groupBy @@ -2288,8 +2219,7 @@ extension BillingconductorClientTypes { margin: Swift.String? = nil, marginPercentage: Swift.String? = nil, proformaCost: Swift.String? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.awsCost = awsCost @@ -2310,8 +2240,7 @@ public struct GetBillingGroupCostReportOutput: Swift.Sendable { public init( billingGroupCostReportResults: [BillingconductorClientTypes.BillingGroupCostReportResultElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingGroupCostReportResults = billingGroupCostReportResults self.nextToken = nextToken } @@ -2332,8 +2261,7 @@ extension BillingconductorClientTypes { accountId: Swift.String? = nil, accountIds: [Swift.String]? = nil, association: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.accountIds = accountIds self.association = association @@ -2353,8 +2281,7 @@ public struct ListAccountAssociationsInput: Swift.Sendable { billingPeriod: Swift.String? = nil, filters: BillingconductorClientTypes.ListAccountAssociationsFilter? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.nextToken = nextToken @@ -2370,8 +2297,7 @@ public struct ListAccountAssociationsOutput: Swift.Sendable { public init( linkedAccounts: [BillingconductorClientTypes.AccountAssociationsListElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkedAccounts = linkedAccounts self.nextToken = nextToken } @@ -2386,8 +2312,7 @@ extension BillingconductorClientTypes { public init( billingGroupArns: [Swift.String]? = nil - ) - { + ) { self.billingGroupArns = billingGroupArns } } @@ -2408,8 +2333,7 @@ public struct ListBillingGroupCostReportsInput: Swift.Sendable { filters: BillingconductorClientTypes.ListBillingGroupCostReportsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.maxResults = maxResults @@ -2441,8 +2365,7 @@ extension BillingconductorClientTypes { margin: Swift.String? = nil, marginPercentage: Swift.String? = nil, proformaCost: Swift.String? = nil - ) - { + ) { self.arn = arn self.awsCost = awsCost self.currency = currency @@ -2462,8 +2385,7 @@ public struct ListBillingGroupCostReportsOutput: Swift.Sendable { public init( billingGroupCostReports: [BillingconductorClientTypes.BillingGroupCostReportElement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingGroupCostReports = billingGroupCostReports self.nextToken = nextToken } @@ -2476,8 +2398,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2488,8 +2409,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2513,8 +2433,7 @@ public struct CreatePricingPlanInput: Swift.Sendable { name: Swift.String? = nil, pricingRuleArns: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -2534,8 +2453,7 @@ public struct CreatePricingPlanOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2547,8 +2465,7 @@ public struct DeletePricingPlanInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2559,8 +2476,7 @@ public struct DeletePricingPlanOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2576,8 +2492,7 @@ public struct DisassociatePricingRulesInput: Swift.Sendable { public init( arn: Swift.String? = nil, pricingRuleArns: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.pricingRuleArns = pricingRuleArns } @@ -2589,8 +2504,7 @@ public struct DisassociatePricingRulesOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2604,8 +2518,7 @@ extension BillingconductorClientTypes { public init( arns: [Swift.String]? = nil - ) - { + ) { self.arns = arns } } @@ -2626,8 +2539,7 @@ public struct ListPricingPlansInput: Swift.Sendable { filters: BillingconductorClientTypes.ListPricingPlansFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.maxResults = maxResults @@ -2659,8 +2571,7 @@ extension BillingconductorClientTypes { lastModifiedTime: Swift.Int = 0, name: Swift.String? = nil, size: Swift.Int = 0 - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2688,8 +2599,7 @@ public struct ListPricingPlansOutput: Swift.Sendable { billingPeriod: Swift.String? = nil, nextToken: Swift.String? = nil, pricingPlans: [BillingconductorClientTypes.PricingPlanListElement]? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.nextToken = nextToken self.pricingPlans = pricingPlans @@ -2712,8 +2622,7 @@ public struct ListPricingPlansAssociatedWithPricingRuleInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pricingRuleArn: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.maxResults = maxResults self.nextToken = nextToken @@ -2736,8 +2645,7 @@ public struct ListPricingPlansAssociatedWithPricingRuleOutput: Swift.Sendable { nextToken: Swift.String? = nil, pricingPlanArns: [Swift.String]? = nil, pricingRuleArn: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.nextToken = nextToken self.pricingPlanArns = pricingPlanArns @@ -2758,8 +2666,7 @@ public struct UpdatePricingPlanInput: Swift.Sendable { arn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -2789,8 +2696,7 @@ public struct UpdatePricingPlanOutput: Swift.Sendable { lastModifiedTime: Swift.Int = 0, name: Swift.String? = nil, size: Swift.Int = 0 - ) - { + ) { self.arn = arn self.description = description self.lastModifiedTime = lastModifiedTime @@ -2849,8 +2755,7 @@ extension BillingconductorClientTypes { public init( activated: Swift.Bool? = nil - ) - { + ) { self.activated = activated } } @@ -2866,8 +2771,7 @@ extension BillingconductorClientTypes { public init( freeTier: BillingconductorClientTypes.CreateFreeTierConfig? = nil - ) - { + ) { self.freeTier = freeTier } } @@ -2947,8 +2851,7 @@ public struct CreatePricingRuleInput: Swift.Sendable { tiering: BillingconductorClientTypes.CreateTieringInput? = nil, type: BillingconductorClientTypes.PricingRuleType? = nil, usageType: Swift.String? = nil - ) - { + ) { self.billingEntity = billingEntity self.clientToken = clientToken self.description = description @@ -2975,8 +2878,7 @@ public struct CreatePricingRuleOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2988,8 +2890,7 @@ public struct DeletePricingRuleInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3000,8 +2901,7 @@ public struct DeletePricingRuleOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3015,8 +2915,7 @@ extension BillingconductorClientTypes { public init( arns: [Swift.String]? = nil - ) - { + ) { self.arns = arns } } @@ -3037,8 +2936,7 @@ public struct ListPricingRulesInput: Swift.Sendable { filters: BillingconductorClientTypes.ListPricingRulesFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.filters = filters self.maxResults = maxResults @@ -3056,8 +2954,7 @@ extension BillingconductorClientTypes { public init( activated: Swift.Bool? = nil - ) - { + ) { self.activated = activated } } @@ -3073,8 +2970,7 @@ extension BillingconductorClientTypes { public init( freeTier: BillingconductorClientTypes.FreeTierConfig? = nil - ) - { + ) { self.freeTier = freeTier } } @@ -3128,8 +3024,7 @@ extension BillingconductorClientTypes { tiering: BillingconductorClientTypes.Tiering? = nil, type: BillingconductorClientTypes.PricingRuleType? = nil, usageType: Swift.String? = nil - ) - { + ) { self.arn = arn self.associatedPricingPlanCount = associatedPricingPlanCount self.billingEntity = billingEntity @@ -3165,8 +3060,7 @@ public struct ListPricingRulesOutput: Swift.Sendable { billingPeriod: Swift.String? = nil, nextToken: Swift.String? = nil, pricingRules: [BillingconductorClientTypes.PricingRuleListElement]? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.nextToken = nextToken self.pricingRules = pricingRules @@ -3189,8 +3083,7 @@ public struct ListPricingRulesAssociatedToPricingPlanInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pricingPlanArn: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.maxResults = maxResults self.nextToken = nextToken @@ -3213,8 +3106,7 @@ public struct ListPricingRulesAssociatedToPricingPlanOutput: Swift.Sendable { nextToken: Swift.String? = nil, pricingPlanArn: Swift.String? = nil, pricingRuleArns: [Swift.String]? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.nextToken = nextToken self.pricingPlanArn = pricingPlanArn @@ -3232,8 +3124,7 @@ extension BillingconductorClientTypes { public init( activated: Swift.Bool? = nil - ) - { + ) { self.activated = activated } } @@ -3249,8 +3140,7 @@ extension BillingconductorClientTypes { public init( freeTier: BillingconductorClientTypes.UpdateFreeTierConfig? = nil - ) - { + ) { self.freeTier = freeTier } } @@ -3278,8 +3168,7 @@ public struct UpdatePricingRuleInput: Swift.Sendable { name: Swift.String? = nil, tiering: BillingconductorClientTypes.UpdateTieringInput? = nil, type: BillingconductorClientTypes.PricingRuleType? = nil - ) - { + ) { self.arn = arn self.description = description self.modifierPercentage = modifierPercentage @@ -3336,8 +3225,7 @@ public struct UpdatePricingRuleOutput: Swift.Sendable { tiering: BillingconductorClientTypes.UpdateTieringInput? = nil, type: BillingconductorClientTypes.PricingRuleType? = nil, usageType: Swift.String? = nil - ) - { + ) { self.arn = arn self.associatedPricingPlanCount = associatedPricingPlanCount self.billingEntity = billingEntity @@ -3370,8 +3258,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3393,8 +3280,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSBraket/Package.swift.txt b/Sources/Services/AWSBraket/Package.swift.txt index bea76873338..f611978a255 100644 --- a/Sources/Services/AWSBraket/Package.swift.txt +++ b/Sources/Services/AWSBraket/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBraket/Sources/AWSBraket/BraketClient.swift b/Sources/Services/AWSBraket/Sources/AWSBraket/BraketClient.swift index df3de115a42..c28f3231d8c 100644 --- a/Sources/Services/AWSBraket/Sources/AWSBraket/BraketClient.swift +++ b/Sources/Services/AWSBraket/Sources/AWSBraket/BraketClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BraketClient: ClientRuntime.Client { public static let clientName = "BraketClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BraketClient.BraketClientConfiguration let serviceName = "Braket" diff --git a/Sources/Services/AWSBraket/Sources/AWSBraket/Models.swift b/Sources/Services/AWSBraket/Sources/AWSBraket/Models.swift index 84c6e46ba0a..dee98dbf60e 100644 --- a/Sources/Services/AWSBraket/Sources/AWSBraket/Models.swift +++ b/Sources/Services/AWSBraket/Sources/AWSBraket/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension BraketClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -115,8 +113,7 @@ extension BraketClientTypes { compressionType: BraketClientTypes.CompressionType? = nil, entryPoint: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.compressionType = compressionType self.entryPoint = entryPoint self.s3Uri = s3Uri @@ -136,8 +133,7 @@ extension BraketClientTypes { public init( containerImage: BraketClientTypes.ContainerImage? = nil, scriptModeConfig: BraketClientTypes.ScriptModeConfig? = nil - ) - { + ) { self.containerImage = containerImage self.scriptModeConfig = scriptModeConfig } @@ -184,8 +180,7 @@ extension BraketClientTypes { public init( arn: Swift.String? = nil, type: BraketClientTypes.AssociationType? = nil - ) - { + ) { self.arn = arn self.type = type } @@ -210,8 +205,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -234,8 +228,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -258,8 +251,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -282,8 +274,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -295,8 +286,7 @@ public struct GetDeviceInput: Swift.Sendable { public init( deviceArn: Swift.String? = nil - ) - { + ) { self.deviceArn = deviceArn } } @@ -376,8 +366,7 @@ extension BraketClientTypes { queue: BraketClientTypes.QueueName? = nil, queuePriority: BraketClientTypes.QueuePriority? = nil, queueSize: Swift.String? = nil - ) - { + ) { self.queue = queue self.queuePriority = queuePriority self.queueSize = queueSize @@ -476,8 +465,7 @@ public struct GetDeviceOutput: Swift.Sendable { deviceStatus: BraketClientTypes.DeviceStatus? = nil, deviceType: BraketClientTypes.DeviceType? = nil, providerName: Swift.String? = nil - ) - { + ) { self.deviceArn = deviceArn self.deviceCapabilities = deviceCapabilities self.deviceName = deviceName @@ -502,8 +490,7 @@ extension BraketClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -523,8 +510,7 @@ public struct SearchDevicesInput: Swift.Sendable { filters: [BraketClientTypes.SearchDevicesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -557,8 +543,7 @@ extension BraketClientTypes { deviceStatus: BraketClientTypes.DeviceStatus? = nil, deviceType: BraketClientTypes.DeviceType? = nil, providerName: Swift.String? = nil - ) - { + ) { self.deviceArn = deviceArn self.deviceName = deviceName self.deviceStatus = deviceStatus @@ -578,8 +563,7 @@ public struct SearchDevicesOutput: Swift.Sendable { public init( devices: [BraketClientTypes.DeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -603,8 +587,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -616,8 +599,7 @@ public struct CancelJobInput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -662,8 +644,7 @@ public struct CancelJobOutput: Swift.Sendable { public init( cancellationStatus: BraketClientTypes.CancellationStatus? = nil, jobArn: Swift.String? = nil - ) - { + ) { self.cancellationStatus = cancellationStatus self.jobArn = jobArn } @@ -687,8 +668,7 @@ public struct DeviceOfflineException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -711,8 +691,7 @@ public struct DeviceRetiredException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -735,8 +714,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -754,8 +732,7 @@ extension BraketClientTypes { public init( localPath: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3Uri = s3Uri } @@ -772,8 +749,7 @@ extension BraketClientTypes { public init( device: Swift.String? = nil - ) - { + ) { self.device = device } } @@ -789,8 +765,7 @@ extension BraketClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -806,8 +781,7 @@ extension BraketClientTypes { public init( s3DataSource: BraketClientTypes.S3DataSource? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -830,8 +804,7 @@ extension BraketClientTypes { channelName: Swift.String? = nil, contentType: Swift.String? = nil, dataSource: BraketClientTypes.DataSource? = nil - ) - { + ) { self.channelName = channelName self.contentType = contentType self.dataSource = dataSource @@ -996,8 +969,7 @@ extension BraketClientTypes { instanceCount: Swift.Int? = nil, instanceType: BraketClientTypes.InstanceType? = nil, volumeSizeInGb: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeSizeInGb = volumeSizeInGb @@ -1018,8 +990,7 @@ extension BraketClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Path: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Path = s3Path } @@ -1035,8 +1006,7 @@ extension BraketClientTypes { public init( maxRuntimeInSeconds: Swift.Int? = nil - ) - { + ) { self.maxRuntimeInSeconds = maxRuntimeInSeconds } } @@ -1091,8 +1061,7 @@ public struct CreateJobInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: BraketClientTypes.JobStoppingCondition? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.associations = associations self.checkpointConfig = checkpointConfig @@ -1116,8 +1085,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -1158,8 +1126,7 @@ public struct GetJobInput: Swift.Sendable { public init( additionalAttributeNames: [BraketClientTypes.HybridJobAdditionalAttributeName]? = nil, jobArn: Swift.String? = nil - ) - { + ) { self.additionalAttributeNames = additionalAttributeNames self.jobArn = jobArn } @@ -1236,8 +1203,7 @@ extension BraketClientTypes { eventType: BraketClientTypes.JobEventType? = nil, message: Swift.String? = nil, timeOfEvent: Foundation.Date? = nil - ) - { + ) { self.eventType = eventType self.message = message self.timeOfEvent = timeOfEvent @@ -1262,8 +1228,7 @@ extension BraketClientTypes { message: Swift.String? = nil, position: Swift.String? = nil, queue: BraketClientTypes.QueueName? = nil - ) - { + ) { self.message = message self.position = position self.queue = queue @@ -1386,8 +1351,7 @@ public struct GetJobOutput: Swift.Sendable { status: BraketClientTypes.JobPrimaryStatus? = nil, stoppingCondition: BraketClientTypes.JobStoppingCondition? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.associations = associations self.billableDuration = billableDuration @@ -1474,8 +1438,7 @@ extension BraketClientTypes { name: Swift.String? = nil, `operator`: BraketClientTypes.SearchJobsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -1496,8 +1459,7 @@ public struct SearchJobsInput: Swift.Sendable { filters: [BraketClientTypes.SearchJobsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1539,8 +1501,7 @@ extension BraketClientTypes { startedAt: Foundation.Date? = nil, status: BraketClientTypes.JobPrimaryStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.device = device self.endedAt = endedAt @@ -1563,8 +1524,7 @@ public struct SearchJobsOutput: Swift.Sendable { public init( jobs: [BraketClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -1577,8 +1537,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1589,8 +1548,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1606,8 +1564,7 @@ public struct CancelQuantumTaskInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, quantumTaskArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.quantumTaskArn = quantumTaskArn } @@ -1624,8 +1581,7 @@ public struct CancelQuantumTaskOutput: Swift.Sendable { public init( cancellationStatus: BraketClientTypes.CancellationStatus? = nil, quantumTaskArn: Swift.String? = nil - ) - { + ) { self.cancellationStatus = cancellationStatus self.quantumTaskArn = quantumTaskArn } @@ -1670,8 +1626,7 @@ public struct CreateQuantumTaskInput: Swift.Sendable { outputS3KeyPrefix: Swift.String? = nil, shots: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.associations = associations self.clientToken = clientToken @@ -1692,8 +1647,7 @@ public struct CreateQuantumTaskOutput: Swift.Sendable { public init( quantumTaskArn: Swift.String? = nil - ) - { + ) { self.quantumTaskArn = quantumTaskArn } } @@ -1734,8 +1688,7 @@ public struct GetQuantumTaskInput: Swift.Sendable { public init( additionalAttributeNames: [BraketClientTypes.QuantumTaskAdditionalAttributeName]? = nil, quantumTaskArn: Swift.String? = nil - ) - { + ) { self.additionalAttributeNames = additionalAttributeNames self.quantumTaskArn = quantumTaskArn } @@ -1761,8 +1714,7 @@ extension BraketClientTypes { position: Swift.String? = nil, queue: BraketClientTypes.QueueName? = nil, queuePriority: BraketClientTypes.QueuePriority? = nil - ) - { + ) { self.message = message self.position = position self.queue = queue @@ -1868,8 +1820,7 @@ public struct GetQuantumTaskOutput: Swift.Sendable { shots: Swift.Int? = nil, status: BraketClientTypes.QuantumTaskStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associations = associations self.createdAt = createdAt self.deviceArn = deviceArn @@ -1946,8 +1897,7 @@ extension BraketClientTypes { name: Swift.String? = nil, `operator`: BraketClientTypes.SearchQuantumTasksFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -1968,8 +1918,7 @@ public struct SearchQuantumTasksInput: Swift.Sendable { filters: [BraketClientTypes.SearchQuantumTasksFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2016,8 +1965,7 @@ extension BraketClientTypes { shots: Swift.Int? = nil, status: BraketClientTypes.QuantumTaskStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.deviceArn = deviceArn self.endedAt = endedAt @@ -2041,8 +1989,7 @@ public struct SearchQuantumTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quantumTasks: [BraketClientTypes.QuantumTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.quantumTasks = quantumTasks } @@ -2059,8 +2006,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2082,8 +2028,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSBudgets/Package.swift.txt b/Sources/Services/AWSBudgets/Package.swift.txt index ef52249b0ab..95f65eed2ea 100644 --- a/Sources/Services/AWSBudgets/Package.swift.txt +++ b/Sources/Services/AWSBudgets/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSBudgets/Sources/AWSBudgets/BudgetsClient.swift b/Sources/Services/AWSBudgets/Sources/AWSBudgets/BudgetsClient.swift index 2e040779001..d535c991c66 100644 --- a/Sources/Services/AWSBudgets/Sources/AWSBudgets/BudgetsClient.swift +++ b/Sources/Services/AWSBudgets/Sources/AWSBudgets/BudgetsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class BudgetsClient: ClientRuntime.Client { public static let clientName = "BudgetsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: BudgetsClient.BudgetsClientConfiguration let serviceName = "Budgets" diff --git a/Sources/Services/AWSBudgets/Sources/AWSBudgets/Models.swift b/Sources/Services/AWSBudgets/Sources/AWSBudgets/Models.swift index 59abfedfafc..782707c928b 100644 --- a/Sources/Services/AWSBudgets/Sources/AWSBudgets/Models.swift +++ b/Sources/Services/AWSBudgets/Sources/AWSBudgets/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +96,7 @@ extension BudgetsClientTypes { public init( actionThresholdType: BudgetsClientTypes.ThresholdType? = nil, actionThresholdValue: Swift.Double = 0.0 - ) - { + ) { self.actionThresholdType = actionThresholdType self.actionThresholdValue = actionThresholdValue } @@ -185,8 +183,7 @@ extension BudgetsClientTypes { policyArn: Swift.String? = nil, roles: [Swift.String]? = nil, users: [Swift.String]? = nil - ) - { + ) { self.groups = groups self.policyArn = policyArn self.roles = roles @@ -209,8 +206,7 @@ extension BudgetsClientTypes { public init( policyId: Swift.String? = nil, targetIds: [Swift.String]? = nil - ) - { + ) { self.policyId = policyId self.targetIds = targetIds } @@ -264,8 +260,7 @@ extension BudgetsClientTypes { actionSubType: BudgetsClientTypes.ActionSubType? = nil, instanceIds: [Swift.String]? = nil, region: Swift.String? = nil - ) - { + ) { self.actionSubType = actionSubType self.instanceIds = instanceIds self.region = region @@ -288,8 +283,7 @@ extension BudgetsClientTypes { iamActionDefinition: BudgetsClientTypes.IamActionDefinition? = nil, scpActionDefinition: BudgetsClientTypes.ScpActionDefinition? = nil, ssmActionDefinition: BudgetsClientTypes.SsmActionDefinition? = nil - ) - { + ) { self.iamActionDefinition = iamActionDefinition self.scpActionDefinition = scpActionDefinition self.ssmActionDefinition = ssmActionDefinition @@ -428,8 +422,7 @@ extension BudgetsClientTypes { public init( address: Swift.String? = nil, subscriptionType: BudgetsClientTypes.SubscriptionType? = nil - ) - { + ) { self.address = address self.subscriptionType = subscriptionType } @@ -487,8 +480,7 @@ extension BudgetsClientTypes { notificationType: BudgetsClientTypes.NotificationType? = nil, status: BudgetsClientTypes.ActionStatus? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.actionId = actionId self.actionThreshold = actionThreshold self.actionType = actionType @@ -517,8 +509,7 @@ extension BudgetsClientTypes { public init( action: BudgetsClientTypes.Action? = nil, message: Swift.String? = nil - ) - { + ) { self.action = action self.message = message } @@ -585,8 +576,7 @@ extension BudgetsClientTypes { eventType: BudgetsClientTypes.EventType? = nil, status: BudgetsClientTypes.ActionStatus? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.actionHistoryDetails = actionHistoryDetails self.eventType = eventType self.status = status @@ -645,8 +635,7 @@ extension BudgetsClientTypes { public init( budgetAdjustmentPeriod: Swift.Int? = nil, lookBackAvailablePeriods: Swift.Int? = nil - ) - { + ) { self.budgetAdjustmentPeriod = budgetAdjustmentPeriod self.lookBackAvailablePeriods = lookBackAvailablePeriods } @@ -669,8 +658,7 @@ extension BudgetsClientTypes { autoAdjustType: BudgetsClientTypes.AutoAdjustType? = nil, historicalOptions: BudgetsClientTypes.HistoricalOptions? = nil, lastAutoAdjustTime: Foundation.Date? = nil - ) - { + ) { self.autoAdjustType = autoAdjustType self.historicalOptions = historicalOptions self.lastAutoAdjustTime = lastAutoAdjustTime @@ -697,8 +685,7 @@ public struct CreationLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -722,8 +709,7 @@ public struct DuplicateRecordException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -747,8 +733,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -772,8 +757,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -797,8 +781,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -822,8 +805,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -853,8 +835,7 @@ extension BudgetsClientTypes { public init( amount: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.unit = unit } @@ -916,8 +897,7 @@ extension BudgetsClientTypes { public init( actualSpend: BudgetsClientTypes.Spend? = nil, forecastedSpend: BudgetsClientTypes.Spend? = nil - ) - { + ) { self.actualSpend = actualSpend self.forecastedSpend = forecastedSpend } @@ -963,8 +943,7 @@ extension BudgetsClientTypes { includeUpfront: Swift.Bool? = nil, useAmortized: Swift.Bool? = nil, useBlended: Swift.Bool? = nil - ) - { + ) { self.includeCredit = includeCredit self.includeDiscount = includeDiscount self.includeOtherSubscription = includeOtherSubscription @@ -992,8 +971,7 @@ extension BudgetsClientTypes { public init( end: Foundation.Date? = nil, start: Foundation.Date? = nil - ) - { + ) { self.end = end self.start = start } @@ -1088,8 +1066,7 @@ extension BudgetsClientTypes { plannedBudgetLimits: [Swift.String: BudgetsClientTypes.Spend]? = nil, timePeriod: BudgetsClientTypes.TimePeriod? = nil, timeUnit: BudgetsClientTypes.TimeUnit? = nil - ) - { + ) { self.autoAdjustData = autoAdjustData self.budgetLimit = budgetLimit self.budgetName = budgetName @@ -1199,8 +1176,7 @@ extension BudgetsClientTypes { notificationType: BudgetsClientTypes.NotificationType? = nil, threshold: Swift.Double = 0.0, thresholdType: BudgetsClientTypes.ThresholdType? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.notificationState = notificationState self.notificationType = notificationType @@ -1224,8 +1200,7 @@ extension BudgetsClientTypes { public init( notification: BudgetsClientTypes.Notification? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.notification = notification self.subscribers = subscribers } @@ -1246,8 +1221,7 @@ extension BudgetsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1272,8 +1246,7 @@ public struct CreateBudgetInput: Swift.Sendable { budget: BudgetsClientTypes.Budget? = nil, notificationsWithSubscribers: [BudgetsClientTypes.NotificationWithSubscribers]? = nil, resourceTags: [BudgetsClientTypes.ResourceTag]? = nil - ) - { + ) { self.accountId = accountId self.budget = budget self.notificationsWithSubscribers = notificationsWithSubscribers @@ -1306,8 +1279,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1354,8 +1326,7 @@ public struct CreateBudgetActionInput: Swift.Sendable { notificationType: BudgetsClientTypes.NotificationType? = nil, resourceTags: [BudgetsClientTypes.ResourceTag]? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.accountId = accountId self.actionThreshold = actionThreshold self.actionType = actionType @@ -1384,8 +1355,7 @@ public struct CreateBudgetActionOutput: Swift.Sendable { accountId: Swift.String? = nil, actionId: Swift.String? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -1412,8 +1382,7 @@ public struct CreateNotificationInput: Swift.Sendable { budgetName: Swift.String? = nil, notification: BudgetsClientTypes.Notification? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.notification = notification @@ -1447,8 +1416,7 @@ public struct CreateSubscriberInput: Swift.Sendable { budgetName: Swift.String? = nil, notification: BudgetsClientTypes.Notification? = nil, subscriber: BudgetsClientTypes.Subscriber? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.notification = notification @@ -1474,8 +1442,7 @@ public struct DeleteBudgetInput: Swift.Sendable { public init( accountId: Swift.String? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName } @@ -1506,8 +1473,7 @@ public struct ResourceLockedException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1527,8 +1493,7 @@ public struct DeleteBudgetActionInput: Swift.Sendable { accountId: Swift.String? = nil, actionId: Swift.String? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -1550,8 +1515,7 @@ public struct DeleteBudgetActionOutput: Swift.Sendable { accountId: Swift.String? = nil, action: BudgetsClientTypes.Action? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.action = action self.budgetName = budgetName @@ -1574,8 +1538,7 @@ public struct DeleteNotificationInput: Swift.Sendable { accountId: Swift.String? = nil, budgetName: Swift.String? = nil, notification: BudgetsClientTypes.Notification? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.notification = notification @@ -1608,8 +1571,7 @@ public struct DeleteSubscriberInput: Swift.Sendable { budgetName: Swift.String? = nil, notification: BudgetsClientTypes.Notification? = nil, subscriber: BudgetsClientTypes.Subscriber? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.notification = notification @@ -1635,8 +1597,7 @@ public struct DescribeBudgetInput: Swift.Sendable { public init( accountId: Swift.String? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName } @@ -1649,8 +1610,7 @@ public struct DescribeBudgetOutput: Swift.Sendable { public init( budget: BudgetsClientTypes.Budget? = nil - ) - { + ) { self.budget = budget } } @@ -1670,8 +1630,7 @@ public struct DescribeBudgetActionInput: Swift.Sendable { accountId: Swift.String? = nil, actionId: Swift.String? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -1693,8 +1652,7 @@ public struct DescribeBudgetActionOutput: Swift.Sendable { accountId: Swift.String? = nil, action: BudgetsClientTypes.Action? = nil, budgetName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.action = action self.budgetName = budgetName @@ -1720,8 +1678,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1750,8 +1707,7 @@ public struct DescribeBudgetActionHistoriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, timePeriod: BudgetsClientTypes.TimePeriod? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -1771,8 +1727,7 @@ public struct DescribeBudgetActionHistoriesOutput: Swift.Sendable { public init( actionHistories: [BudgetsClientTypes.ActionHistory]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionHistories = actionHistories self.nextToken = nextToken } @@ -1791,8 +1746,7 @@ public struct DescribeBudgetActionsForAccountInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -1809,8 +1763,7 @@ public struct DescribeBudgetActionsForAccountOutput: Swift.Sendable { public init( actions: [BudgetsClientTypes.Action]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actions = actions self.nextToken = nextToken } @@ -1833,8 +1786,7 @@ public struct DescribeBudgetActionsForBudgetInput: Swift.Sendable { budgetName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.maxResults = maxResults @@ -1852,8 +1804,7 @@ public struct DescribeBudgetActionsForBudgetOutput: Swift.Sendable { public init( actions: [BudgetsClientTypes.Action]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actions = actions self.nextToken = nextToken } @@ -1878,8 +1829,7 @@ public struct ExpiredNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1897,8 +1847,7 @@ public struct DescribeBudgetNotificationsForAccountInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -1917,8 +1866,7 @@ extension BudgetsClientTypes { public init( budgetName: Swift.String? = nil, notifications: [BudgetsClientTypes.Notification]? = nil - ) - { + ) { self.budgetName = budgetName self.notifications = notifications } @@ -1934,8 +1882,7 @@ public struct DescribeBudgetNotificationsForAccountOutput: Swift.Sendable { public init( budgetNotificationsForAccount: [BudgetsClientTypes.BudgetNotificationsForAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.budgetNotificationsForAccount = budgetNotificationsForAccount self.nextToken = nextToken } @@ -1961,8 +1908,7 @@ public struct DescribeBudgetPerformanceHistoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, timePeriod: BudgetsClientTypes.TimePeriod? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.maxResults = maxResults @@ -1986,8 +1932,7 @@ extension BudgetsClientTypes { actualAmount: BudgetsClientTypes.Spend? = nil, budgetedAmount: BudgetsClientTypes.Spend? = nil, timePeriod: BudgetsClientTypes.TimePeriod? = nil - ) - { + ) { self.actualAmount = actualAmount self.budgetedAmount = budgetedAmount self.timePeriod = timePeriod @@ -2019,8 +1964,7 @@ extension BudgetsClientTypes { costFilters: [Swift.String: [Swift.String]]? = nil, costTypes: BudgetsClientTypes.CostTypes? = nil, timeUnit: BudgetsClientTypes.TimeUnit? = nil - ) - { + ) { self.budgetName = budgetName self.budgetType = budgetType self.budgetedAndActualAmountsList = budgetedAndActualAmountsList @@ -2040,8 +1984,7 @@ public struct DescribeBudgetPerformanceHistoryOutput: Swift.Sendable { public init( budgetPerformanceHistory: BudgetsClientTypes.BudgetPerformanceHistory? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.budgetPerformanceHistory = budgetPerformanceHistory self.nextToken = nextToken } @@ -2061,8 +2004,7 @@ public struct DescribeBudgetsInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -2079,8 +2021,7 @@ public struct DescribeBudgetsOutput: Swift.Sendable { public init( budgets: [BudgetsClientTypes.Budget]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.budgets = budgets self.nextToken = nextToken } @@ -2104,8 +2045,7 @@ public struct DescribeNotificationsForBudgetInput: Swift.Sendable { budgetName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.maxResults = maxResults @@ -2123,8 +2063,7 @@ public struct DescribeNotificationsForBudgetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notifications: [BudgetsClientTypes.Notification]? = nil - ) - { + ) { self.nextToken = nextToken self.notifications = notifications } @@ -2152,8 +2091,7 @@ public struct DescribeSubscribersForNotificationInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, notification: BudgetsClientTypes.Notification? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.maxResults = maxResults @@ -2172,8 +2110,7 @@ public struct DescribeSubscribersForNotificationOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.nextToken = nextToken self.subscribers = subscribers } @@ -2233,8 +2170,7 @@ public struct ExecuteBudgetActionInput: Swift.Sendable { actionId: Swift.String? = nil, budgetName: Swift.String? = nil, executionType: BudgetsClientTypes.ExecutionType? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -2261,8 +2197,7 @@ public struct ExecuteBudgetActionOutput: Swift.Sendable { actionId: Swift.String? = nil, budgetName: Swift.String? = nil, executionType: BudgetsClientTypes.ExecutionType? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.budgetName = budgetName @@ -2277,8 +2212,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2289,8 +2223,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTags: [BudgetsClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -2306,8 +2239,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, resourceTags: [BudgetsClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.resourceTags = resourceTags } @@ -2329,8 +2261,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, resourceTagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.resourceTagKeys = resourceTagKeys } @@ -2353,8 +2284,7 @@ public struct UpdateBudgetInput: Swift.Sendable { public init( accountId: Swift.String? = nil, newBudget: BudgetsClientTypes.Budget? = nil - ) - { + ) { self.accountId = accountId self.newBudget = newBudget } @@ -2399,8 +2329,7 @@ public struct UpdateBudgetActionInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, notificationType: BudgetsClientTypes.NotificationType? = nil, subscribers: [BudgetsClientTypes.Subscriber]? = nil - ) - { + ) { self.accountId = accountId self.actionId = actionId self.actionThreshold = actionThreshold @@ -2432,8 +2361,7 @@ public struct UpdateBudgetActionOutput: Swift.Sendable { budgetName: Swift.String? = nil, newAction: BudgetsClientTypes.Action? = nil, oldAction: BudgetsClientTypes.Action? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.newAction = newAction @@ -2461,8 +2389,7 @@ public struct UpdateNotificationInput: Swift.Sendable { budgetName: Swift.String? = nil, newNotification: BudgetsClientTypes.Notification? = nil, oldNotification: BudgetsClientTypes.Notification? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.newNotification = newNotification @@ -2500,8 +2427,7 @@ public struct UpdateSubscriberInput: Swift.Sendable { newSubscriber: BudgetsClientTypes.Subscriber? = nil, notification: BudgetsClientTypes.Notification? = nil, oldSubscriber: BudgetsClientTypes.Subscriber? = nil - ) - { + ) { self.accountId = accountId self.budgetName = budgetName self.newSubscriber = newSubscriber diff --git a/Sources/Services/AWSChatbot/Package.swift.txt b/Sources/Services/AWSChatbot/Package.swift.txt index 8b2602cd885..5593a61dfdf 100644 --- a/Sources/Services/AWSChatbot/Package.swift.txt +++ b/Sources/Services/AWSChatbot/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSChatbot/Sources/AWSChatbot/ChatbotClient.swift b/Sources/Services/AWSChatbot/Sources/AWSChatbot/ChatbotClient.swift index 1db2455e811..028a0700d89 100644 --- a/Sources/Services/AWSChatbot/Sources/AWSChatbot/ChatbotClient.swift +++ b/Sources/Services/AWSChatbot/Sources/AWSChatbot/ChatbotClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChatbotClient: ClientRuntime.Client { public static let clientName = "ChatbotClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChatbotClient.ChatbotClientConfiguration let serviceName = "chatbot" diff --git a/Sources/Services/AWSChatbot/Sources/AWSChatbot/Models.swift b/Sources/Services/AWSChatbot/Sources/AWSChatbot/Models.swift index 3c4651e2358..f96b67f326b 100644 --- a/Sources/Services/AWSChatbot/Sources/AWSChatbot/Models.swift +++ b/Sources/Services/AWSChatbot/Sources/AWSChatbot/Models.swift @@ -35,8 +35,7 @@ extension ChatbotClientTypes { public init( trainingDataCollectionEnabled: Swift.Bool? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.trainingDataCollectionEnabled = trainingDataCollectionEnabled self.userAuthorizationRequired = userAuthorizationRequired } @@ -61,8 +60,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -85,8 +83,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -109,8 +106,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -126,8 +122,7 @@ public struct AssociateToConfigurationInput: Swift.Sendable { public init( chatConfiguration: Swift.String? = nil, resource: Swift.String? = nil - ) - { + ) { self.chatConfiguration = chatConfiguration self.resource = resource } @@ -148,8 +143,7 @@ extension ChatbotClientTypes { public init( resource: Swift.String? = nil - ) - { + ) { self.resource = resource } } @@ -169,8 +163,7 @@ extension ChatbotClientTypes { public init( tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.tagKey = tagKey self.tagValue = tagValue } @@ -214,8 +207,7 @@ extension ChatbotClientTypes { stateReason: Swift.String? = nil, tags: [ChatbotClientTypes.Tag]? = nil, webhookDescription: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.configurationName = configurationName self.iamRoleArn = iamRoleArn @@ -257,8 +249,7 @@ extension ChatbotClientTypes { teamId: Swift.String? = nil, teamName: Swift.String? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.state = state self.stateReason = stateReason self.teamId = teamId @@ -286,8 +277,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -310,8 +300,7 @@ public struct CreateChimeWebhookConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -334,8 +323,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -358,8 +346,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -393,8 +380,7 @@ public struct CreateChimeWebhookConfigurationInput: Swift.Sendable { tags: [ChatbotClientTypes.Tag]? = nil, webhookDescription: Swift.String? = nil, webhookUrl: Swift.String? = nil - ) - { + ) { self.configurationName = configurationName self.iamRoleArn = iamRoleArn self.loggingLevel = loggingLevel @@ -416,8 +402,7 @@ public struct CreateChimeWebhookConfigurationOutput: Swift.Sendable { public init( webhookConfiguration: ChatbotClientTypes.ChimeWebhookConfiguration? = nil - ) - { + ) { self.webhookConfiguration = webhookConfiguration } } @@ -468,8 +453,7 @@ extension ChatbotClientTypes { `operator`: ChatbotClientTypes.CustomActionAttachmentCriteriaOperator? = nil, value: Swift.String? = nil, variableName: Swift.String? = nil - ) - { + ) { self.`operator` = `operator` self.value = value self.variableName = variableName @@ -495,8 +479,7 @@ extension ChatbotClientTypes { criteria: [ChatbotClientTypes.CustomActionAttachmentCriteria]? = nil, notificationType: Swift.String? = nil, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.buttonText = buttonText self.criteria = criteria self.notificationType = notificationType @@ -515,8 +498,7 @@ extension ChatbotClientTypes { public init( commandText: Swift.String? = nil - ) - { + ) { self.commandText = commandText } } @@ -545,8 +527,7 @@ public struct CreateCustomActionInput: Swift.Sendable { clientToken: Swift.String? = nil, definition: ChatbotClientTypes.CustomActionDefinition? = nil, tags: [ChatbotClientTypes.Tag]? = nil - ) - { + ) { self.actionName = actionName self.aliasName = aliasName self.attachments = attachments @@ -563,8 +544,7 @@ public struct CreateCustomActionOutput: Swift.Sendable { public init( customActionArn: Swift.String? = nil - ) - { + ) { self.customActionArn = customActionArn } } @@ -587,8 +567,7 @@ public struct CreateTeamsChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -637,8 +616,7 @@ public struct CreateMicrosoftTeamsChannelConfigurationInput: Swift.Sendable { teamName: Swift.String? = nil, tenantId: Swift.String? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.configurationName = configurationName @@ -716,8 +694,7 @@ extension ChatbotClientTypes { teamName: Swift.String? = nil, tenantId: Swift.String? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.chatConfigurationArn = chatConfigurationArn @@ -748,8 +725,7 @@ public struct CreateMicrosoftTeamsChannelConfigurationOutput: Swift.Sendable { public init( channelConfiguration: ChatbotClientTypes.TeamsChannelConfiguration? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration } } @@ -772,8 +748,7 @@ public struct CreateSlackChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -815,8 +790,7 @@ public struct CreateSlackChannelConfigurationInput: Swift.Sendable { snsTopicArns: [Swift.String]? = nil, tags: [ChatbotClientTypes.Tag]? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.configurationName = configurationName self.guardrailPolicyArns = guardrailPolicyArns self.iamRoleArn = iamRoleArn @@ -890,8 +864,7 @@ extension ChatbotClientTypes { stateReason: Swift.String? = nil, tags: [ChatbotClientTypes.Tag]? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.configurationName = configurationName self.guardrailPolicyArns = guardrailPolicyArns @@ -921,8 +894,7 @@ public struct CreateSlackChannelConfigurationOutput: Swift.Sendable { public init( channelConfiguration: ChatbotClientTypes.SlackChannelConfiguration? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration } } @@ -950,8 +922,7 @@ extension ChatbotClientTypes { attachments: [ChatbotClientTypes.CustomActionAttachment]? = nil, customActionArn: Swift.String? = nil, definition: ChatbotClientTypes.CustomActionDefinition? = nil - ) - { + ) { self.actionName = actionName self.aliasName = aliasName self.attachments = attachments @@ -979,8 +950,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -992,8 +962,7 @@ public struct DeleteCustomActionInput: Swift.Sendable { public init( customActionArn: Swift.String? = nil - ) - { + ) { self.customActionArn = customActionArn } } @@ -1010,8 +979,7 @@ public struct GetCustomActionInput: Swift.Sendable { public init( customActionArn: Swift.String? = nil - ) - { + ) { self.customActionArn = customActionArn } } @@ -1022,8 +990,7 @@ public struct GetCustomActionOutput: Swift.Sendable { public init( customAction: ChatbotClientTypes.CustomAction? = nil - ) - { + ) { self.customAction = customAction } } @@ -1037,8 +1004,7 @@ public struct ListCustomActionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1054,8 +1020,7 @@ public struct ListCustomActionsOutput: Swift.Sendable { public init( customActions: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customActions = customActions self.nextToken = nextToken } @@ -1078,8 +1043,7 @@ public struct UpdateCustomActionInput: Swift.Sendable { attachments: [ChatbotClientTypes.CustomActionAttachment]? = nil, customActionArn: Swift.String? = nil, definition: ChatbotClientTypes.CustomActionDefinition? = nil - ) - { + ) { self.aliasName = aliasName self.attachments = attachments self.customActionArn = customActionArn @@ -1094,8 +1058,7 @@ public struct UpdateCustomActionOutput: Swift.Sendable { public init( customActionArn: Swift.String? = nil - ) - { + ) { self.customActionArn = customActionArn } } @@ -1118,8 +1081,7 @@ public struct DeleteChimeWebhookConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1131,8 +1093,7 @@ public struct DeleteChimeWebhookConfigurationInput: Swift.Sendable { public init( chatConfigurationArn: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn } } @@ -1160,8 +1121,7 @@ public struct DeleteTeamsChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1173,8 +1133,7 @@ public struct DeleteMicrosoftTeamsChannelConfigurationInput: Swift.Sendable { public init( chatConfigurationArn: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn } } @@ -1202,8 +1161,7 @@ public struct DeleteTeamsConfiguredTeamException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1215,8 +1173,7 @@ public struct DeleteMicrosoftTeamsConfiguredTeamInput: Swift.Sendable { public init( teamId: Swift.String? = nil - ) - { + ) { self.teamId = teamId } } @@ -1244,8 +1201,7 @@ public struct DeleteMicrosoftTeamsUserIdentityException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1261,8 +1217,7 @@ public struct DeleteMicrosoftTeamsUserIdentityInput: Swift.Sendable { public init( chatConfigurationArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.userId = userId } @@ -1291,8 +1246,7 @@ public struct DeleteSlackChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1304,8 +1258,7 @@ public struct DeleteSlackChannelConfigurationInput: Swift.Sendable { public init( chatConfigurationArn: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn } } @@ -1333,8 +1286,7 @@ public struct DeleteSlackUserIdentityException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1354,8 +1306,7 @@ public struct DeleteSlackUserIdentityInput: Swift.Sendable { chatConfigurationArn: Swift.String? = nil, slackTeamId: Swift.String? = nil, slackUserId: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.slackTeamId = slackTeamId self.slackUserId = slackUserId @@ -1385,8 +1336,7 @@ public struct DeleteSlackWorkspaceAuthorizationFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1398,8 +1348,7 @@ public struct DeleteSlackWorkspaceAuthorizationInput: Swift.Sendable { public init( slackTeamId: Swift.String? = nil - ) - { + ) { self.slackTeamId = slackTeamId } } @@ -1427,8 +1376,7 @@ public struct DescribeChimeWebhookConfigurationsException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1445,8 +1393,7 @@ public struct DescribeChimeWebhookConfigurationsInput: Swift.Sendable { chatConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -1462,8 +1409,7 @@ public struct DescribeChimeWebhookConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, webhookConfigurations: [ChatbotClientTypes.ChimeWebhookConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.webhookConfigurations = webhookConfigurations } @@ -1487,8 +1433,7 @@ public struct DescribeSlackChannelConfigurationsException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1505,8 +1450,7 @@ public struct DescribeSlackChannelConfigurationsInput: Swift.Sendable { chatConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -1522,8 +1466,7 @@ public struct DescribeSlackChannelConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slackChannelConfigurations: [ChatbotClientTypes.SlackChannelConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.slackChannelConfigurations = slackChannelConfigurations } @@ -1547,8 +1490,7 @@ public struct DescribeSlackUserIdentitiesException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1565,8 +1507,7 @@ public struct DescribeSlackUserIdentitiesInput: Swift.Sendable { chatConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -1598,8 +1539,7 @@ extension ChatbotClientTypes { iamRoleArn: Swift.String? = nil, slackTeamId: Swift.String? = nil, slackUserId: Swift.String? = nil - ) - { + ) { self.awsUserIdentity = awsUserIdentity self.chatConfigurationArn = chatConfigurationArn self.iamRoleArn = iamRoleArn @@ -1618,8 +1558,7 @@ public struct DescribeSlackUserIdentitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slackUserIdentities: [ChatbotClientTypes.SlackUserIdentity]? = nil - ) - { + ) { self.nextToken = nextToken self.slackUserIdentities = slackUserIdentities } @@ -1643,8 +1582,7 @@ public struct DescribeSlackWorkspacesException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1658,8 +1596,7 @@ public struct DescribeSlackWorkspacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1685,8 +1622,7 @@ extension ChatbotClientTypes { slackTeamName: Swift.String? = nil, state: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.slackTeamId = slackTeamId self.slackTeamName = slackTeamName self.state = state @@ -1704,8 +1640,7 @@ public struct DescribeSlackWorkspacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slackWorkspaces: [ChatbotClientTypes.SlackWorkspace]? = nil - ) - { + ) { self.nextToken = nextToken self.slackWorkspaces = slackWorkspaces } @@ -1722,8 +1657,7 @@ public struct DisassociateFromConfigurationInput: Swift.Sendable { public init( chatConfiguration: Swift.String? = nil, resource: Swift.String? = nil - ) - { + ) { self.chatConfiguration = chatConfiguration self.resource = resource } @@ -1752,8 +1686,7 @@ public struct GetAccountPreferencesException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1769,8 +1702,7 @@ public struct GetAccountPreferencesOutput: Swift.Sendable { public init( accountPreferences: ChatbotClientTypes.AccountPreferences? = nil - ) - { + ) { self.accountPreferences = accountPreferences } } @@ -1793,8 +1725,7 @@ public struct GetTeamsChannelConfigurationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1806,8 +1737,7 @@ public struct GetMicrosoftTeamsChannelConfigurationInput: Swift.Sendable { public init( chatConfigurationArn: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn } } @@ -1818,8 +1748,7 @@ public struct GetMicrosoftTeamsChannelConfigurationOutput: Swift.Sendable { public init( channelConfiguration: ChatbotClientTypes.TeamsChannelConfiguration? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration } } @@ -1837,8 +1766,7 @@ public struct ListAssociationsInput: Swift.Sendable { chatConfiguration: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chatConfiguration = chatConfiguration self.maxResults = maxResults self.nextToken = nextToken @@ -1855,8 +1783,7 @@ public struct ListAssociationsOutput: Swift.Sendable { public init( associations: [ChatbotClientTypes.AssociationListing]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -1880,8 +1807,7 @@ public struct ListTeamsChannelConfigurationsException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1898,8 +1824,7 @@ public struct ListMicrosoftTeamsChannelConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, teamId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.teamId = teamId @@ -1915,8 +1840,7 @@ public struct ListMicrosoftTeamsChannelConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, teamChannelConfigurations: [ChatbotClientTypes.TeamsChannelConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.teamChannelConfigurations = teamChannelConfigurations } @@ -1940,8 +1864,7 @@ public struct ListMicrosoftTeamsConfiguredTeamsException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1955,8 +1878,7 @@ public struct ListMicrosoftTeamsConfiguredTeamsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1971,8 +1893,7 @@ public struct ListMicrosoftTeamsConfiguredTeamsOutput: Swift.Sendable { public init( configuredTeams: [ChatbotClientTypes.ConfiguredTeam]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredTeams = configuredTeams self.nextToken = nextToken } @@ -1996,8 +1917,7 @@ public struct ListMicrosoftTeamsUserIdentitiesException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2014,8 +1934,7 @@ public struct ListMicrosoftTeamsUserIdentitiesInput: Swift.Sendable { chatConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -2052,8 +1971,7 @@ extension ChatbotClientTypes { teamsChannelId: Swift.String? = nil, teamsTenantId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.awsUserIdentity = awsUserIdentity self.chatConfigurationArn = chatConfigurationArn self.iamRoleArn = iamRoleArn @@ -2074,8 +1992,7 @@ public struct ListMicrosoftTeamsUserIdentitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, teamsUserIdentities: [ChatbotClientTypes.TeamsUserIdentity]? = nil - ) - { + ) { self.nextToken = nextToken self.teamsUserIdentities = teamsUserIdentities } @@ -2099,8 +2016,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2112,8 +2028,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2124,8 +2039,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChatbotClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2148,8 +2062,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2165,8 +2078,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChatbotClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2188,8 +2100,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2218,8 +2129,7 @@ public struct UpdateAccountPreferencesException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2233,8 +2143,7 @@ public struct UpdateAccountPreferencesInput: Swift.Sendable { public init( trainingDataCollectionEnabled: Swift.Bool? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.trainingDataCollectionEnabled = trainingDataCollectionEnabled self.userAuthorizationRequired = userAuthorizationRequired } @@ -2246,8 +2155,7 @@ public struct UpdateAccountPreferencesOutput: Swift.Sendable { public init( accountPreferences: ChatbotClientTypes.AccountPreferences? = nil - ) - { + ) { self.accountPreferences = accountPreferences } } @@ -2270,8 +2178,7 @@ public struct UpdateChimeWebhookConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2298,8 +2205,7 @@ public struct UpdateChimeWebhookConfigurationInput: Swift.Sendable { snsTopicArns: [Swift.String]? = nil, webhookDescription: Swift.String? = nil, webhookUrl: Swift.String? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.iamRoleArn = iamRoleArn self.loggingLevel = loggingLevel @@ -2320,8 +2226,7 @@ public struct UpdateChimeWebhookConfigurationOutput: Swift.Sendable { public init( webhookConfiguration: ChatbotClientTypes.ChimeWebhookConfiguration? = nil - ) - { + ) { self.webhookConfiguration = webhookConfiguration } } @@ -2344,8 +2249,7 @@ public struct UpdateTeamsChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2379,8 +2283,7 @@ public struct UpdateMicrosoftTeamsChannelConfigurationInput: Swift.Sendable { loggingLevel: Swift.String? = nil, snsTopicArns: [Swift.String]? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.chatConfigurationArn = chatConfigurationArn @@ -2403,8 +2306,7 @@ public struct UpdateMicrosoftTeamsChannelConfigurationOutput: Swift.Sendable { public init( channelConfiguration: ChatbotClientTypes.TeamsChannelConfiguration? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration } } @@ -2427,8 +2329,7 @@ public struct UpdateSlackChannelConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2462,8 +2363,7 @@ public struct UpdateSlackChannelConfigurationInput: Swift.Sendable { slackChannelName: Swift.String? = nil, snsTopicArns: [Swift.String]? = nil, userAuthorizationRequired: Swift.Bool? = nil - ) - { + ) { self.chatConfigurationArn = chatConfigurationArn self.guardrailPolicyArns = guardrailPolicyArns self.iamRoleArn = iamRoleArn @@ -2486,8 +2386,7 @@ public struct UpdateSlackChannelConfigurationOutput: Swift.Sendable { public init( channelConfiguration: ChatbotClientTypes.SlackChannelConfiguration? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration } } diff --git a/Sources/Services/AWSChime/Package.swift.txt b/Sources/Services/AWSChime/Package.swift.txt index 727b2c0ac0a..9d1f3cfc7a0 100644 --- a/Sources/Services/AWSChime/Package.swift.txt +++ b/Sources/Services/AWSChime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSChime/Sources/AWSChime/ChimeClient.swift b/Sources/Services/AWSChime/Sources/AWSChime/ChimeClient.swift index e50b41d378f..6501ef8f8a4 100644 --- a/Sources/Services/AWSChime/Sources/AWSChime/ChimeClient.swift +++ b/Sources/Services/AWSChime/Sources/AWSChime/ChimeClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeClient: ClientRuntime.Client { public static let clientName = "ChimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeClient.ChimeClientConfiguration let serviceName = "Chime" diff --git a/Sources/Services/AWSChime/Sources/AWSChime/Models.swift b/Sources/Services/AWSChime/Sources/AWSChime/Models.swift index ffb3897c86e..28b3b9d92de 100644 --- a/Sources/Services/AWSChime/Sources/AWSChime/Models.swift +++ b/Sources/Services/AWSChime/Sources/AWSChime/Models.swift @@ -316,8 +316,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -431,8 +430,7 @@ extension ChimeClientTypes { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -474,8 +472,7 @@ extension ChimeClientTypes { name: Swift.String? = nil, signinDelegateGroups: [ChimeClientTypes.SigninDelegateGroup]? = nil, supportedLicenses: [ChimeClientTypes.License]? = nil - ) - { + ) { self.accountId = accountId self.accountStatus = accountStatus self.accountType = accountType @@ -501,8 +498,7 @@ extension ChimeClientTypes { public init( disableRemoteControl: Swift.Bool? = nil, enableDialOut: Swift.Bool? = nil - ) - { + ) { self.disableRemoteControl = disableRemoteControl self.enableDialOut = enableDialOut } @@ -545,8 +541,7 @@ extension ChimeClientTypes { streetName: Swift.String? = nil, streetNumber: Swift.String? = nil, streetSuffix: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.postDirectional = postDirectional @@ -578,8 +573,7 @@ extension ChimeClientTypes { public init( alexaForBusinessRoomArn: Swift.String? = nil, isAlexaForBusinessEnabled: Swift.Bool? = nil - ) - { + ) { self.alexaForBusinessRoomArn = alexaForBusinessRoomArn self.isAlexaForBusinessEnabled = isAlexaForBusinessEnabled } @@ -612,8 +606,7 @@ extension ChimeClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.createdTimestamp = createdTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -640,8 +633,7 @@ extension ChimeClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -668,8 +660,7 @@ extension ChimeClientTypes { admin: ChimeClientTypes.Identity? = nil, appInstanceArn: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.admin = admin self.appInstanceArn = appInstanceArn self.createdTimestamp = createdTimestamp @@ -686,8 +677,7 @@ extension ChimeClientTypes { public init( admin: ChimeClientTypes.Identity? = nil - ) - { + ) { self.admin = admin } } @@ -737,8 +727,7 @@ extension ChimeClientTypes { appInstanceArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.metadata = metadata self.name = name @@ -760,8 +749,7 @@ extension ChimeClientTypes { public init( retentionDays: Swift.Int? = nil - ) - { + ) { self.retentionDays = retentionDays } } @@ -776,8 +764,7 @@ extension ChimeClientTypes { public init( channelRetentionSettings: ChimeClientTypes.ChannelRetentionSettings? = nil - ) - { + ) { self.channelRetentionSettings = channelRetentionSettings } } @@ -797,8 +784,7 @@ extension ChimeClientTypes { public init( appInstanceDataType: ChimeClientTypes.AppInstanceDataType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.appInstanceDataType = appInstanceDataType self.resourceArn = resourceArn } @@ -831,8 +817,7 @@ extension ChimeClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.createdTimestamp = createdTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -862,8 +847,7 @@ extension ChimeClientTypes { appInstanceUserArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.metadata = metadata self.name = name @@ -917,8 +901,7 @@ extension ChimeClientTypes { public init( readMarkerTimestamp: Foundation.Date? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.readMarkerTimestamp = readMarkerTimestamp self.type = type } @@ -964,8 +947,7 @@ extension ChimeClientTypes { public init( muxType: ChimeClientTypes.AudioMuxType? = nil - ) - { + ) { self.muxType = muxType } } @@ -1039,8 +1021,7 @@ extension ChimeClientTypes { public init( muxType: ChimeClientTypes.ContentMuxType? = nil, state: ChimeClientTypes.ArtifactsState? = nil - ) - { + ) { self.muxType = muxType self.state = state } @@ -1086,8 +1067,7 @@ extension ChimeClientTypes { public init( muxType: ChimeClientTypes.VideoMuxType? = nil, state: ChimeClientTypes.ArtifactsState? = nil - ) - { + ) { self.muxType = muxType self.state = state } @@ -1112,8 +1092,7 @@ extension ChimeClientTypes { audio: ChimeClientTypes.AudioArtifactsConfiguration? = nil, content: ChimeClientTypes.ContentArtifactsConfiguration? = nil, video: ChimeClientTypes.VideoArtifactsConfiguration? = nil - ) - { + ) { self.audio = audio self.content = content self.video = video @@ -1141,8 +1120,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1168,8 +1146,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1195,8 +1172,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1222,8 +1198,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1249,8 +1224,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1276,8 +1250,7 @@ public struct ThrottledClientException: ClientRuntime.ModeledError, AWSClientRun public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1303,8 +1276,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1324,8 +1296,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorInput: Swift.Sendable { e164PhoneNumbers: [Swift.String]? = nil, forceAssociate: Swift.Bool? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.forceAssociate = forceAssociate self.voiceConnectorId = voiceConnectorId @@ -1352,8 +1323,7 @@ extension ChimeClientTypes { errorCode: ChimeClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.phoneNumberId = phoneNumberId @@ -1367,8 +1337,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -1387,8 +1356,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorGroupInput: Swift.Sendable e164PhoneNumbers: [Swift.String]? = nil, forceAssociate: Swift.Bool? = nil, voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.forceAssociate = forceAssociate self.voiceConnectorGroupId = voiceConnectorGroupId @@ -1406,8 +1374,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorGroupOutput: Swift.Sendable public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -1427,8 +1394,7 @@ public struct AssociatePhoneNumberWithUserInput: Swift.Sendable { accountId: Swift.String? = nil, e164PhoneNumber: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.e164PhoneNumber = e164PhoneNumber self.userId = userId @@ -1456,8 +1422,7 @@ public struct AssociateSigninDelegateGroupsWithAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil, signinDelegateGroups: [ChimeClientTypes.SigninDelegateGroup]? = nil - ) - { + ) { self.accountId = accountId self.signinDelegateGroups = signinDelegateGroups } @@ -1483,8 +1448,7 @@ extension ChimeClientTypes { attendeeId: Swift.String? = nil, externalUserId: Swift.String? = nil, joinToken: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.externalUserId = externalUserId self.joinToken = joinToken @@ -1511,8 +1475,7 @@ extension ChimeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1542,8 +1505,7 @@ extension ChimeClientTypes { invitedBy: ChimeClientTypes.Identity? = nil, members: [ChimeClientTypes.Identity]? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.invitedBy = invitedBy self.members = members @@ -1572,8 +1534,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1592,8 +1553,7 @@ extension ChimeClientTypes { public init( externalUserId: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.externalUserId = externalUserId self.tags = tags } @@ -1616,8 +1576,7 @@ public struct BatchCreateAttendeeInput: Swift.Sendable { public init( attendees: [ChimeClientTypes.CreateAttendeeRequestItem]? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendees = attendees self.meetingId = meetingId } @@ -1638,8 +1597,7 @@ extension ChimeClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, externalUserId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.externalUserId = externalUserId @@ -1661,8 +1619,7 @@ public struct BatchCreateAttendeeOutput: Swift.Sendable { public init( attendees: [ChimeClientTypes.Attendee]? = nil, errors: [ChimeClientTypes.CreateAttendeeError]? = nil - ) - { + ) { self.attendees = attendees self.errors = errors } @@ -1685,8 +1642,7 @@ public struct BatchCreateChannelMembershipInput: Swift.Sendable { chimeBearer: Swift.String? = nil, memberArns: [Swift.String]? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArns = memberArns @@ -1709,8 +1665,7 @@ extension ChimeClientTypes { errorCode: ChimeClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.memberArn = memberArn @@ -1727,8 +1682,7 @@ public struct BatchCreateChannelMembershipOutput: Swift.Sendable { public init( batchChannelMemberships: ChimeClientTypes.BatchChannelMemberships? = nil, errors: [ChimeClientTypes.BatchCreateChannelMembershipError]? = nil - ) - { + ) { self.batchChannelMemberships = batchChannelMemberships self.errors = errors } @@ -1775,8 +1729,7 @@ extension ChimeClientTypes { public init( memberId: Swift.String? = nil, role: ChimeClientTypes.RoomMembershipRole? = nil - ) - { + ) { self.memberId = memberId self.role = role } @@ -1798,8 +1751,7 @@ public struct BatchCreateRoomMembershipInput: Swift.Sendable { accountId: Swift.String? = nil, membershipItemList: [ChimeClientTypes.MembershipItem]? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.membershipItemList = membershipItemList self.roomId = roomId @@ -1821,8 +1773,7 @@ extension ChimeClientTypes { errorCode: ChimeClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, memberId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.memberId = memberId @@ -1836,8 +1787,7 @@ public struct BatchCreateRoomMembershipOutput: Swift.Sendable { public init( errors: [ChimeClientTypes.MemberError]? = nil - ) - { + ) { self.errors = errors } } @@ -1849,8 +1799,7 @@ public struct BatchDeletePhoneNumberInput: Swift.Sendable { public init( phoneNumberIds: [Swift.String]? = nil - ) - { + ) { self.phoneNumberIds = phoneNumberIds } } @@ -1861,8 +1810,7 @@ public struct BatchDeletePhoneNumberOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -1878,8 +1826,7 @@ public struct BatchSuspendUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userIdList: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.userIdList = userIdList } @@ -1900,8 +1847,7 @@ extension ChimeClientTypes { errorCode: ChimeClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.userId = userId @@ -1915,8 +1861,7 @@ public struct BatchSuspendUserOutput: Swift.Sendable { public init( userErrors: [ChimeClientTypes.UserError]? = nil - ) - { + ) { self.userErrors = userErrors } } @@ -1932,8 +1877,7 @@ public struct BatchUnsuspendUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userIdList: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.userIdList = userIdList } @@ -1945,8 +1889,7 @@ public struct BatchUnsuspendUserOutput: Swift.Sendable { public init( userErrors: [ChimeClientTypes.UserError]? = nil - ) - { + ) { self.userErrors = userErrors } } @@ -1999,8 +1942,7 @@ extension ChimeClientTypes { callingName: Swift.String? = nil, phoneNumberId: Swift.String? = nil, productType: ChimeClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.callingName = callingName self.phoneNumberId = phoneNumberId self.productType = productType @@ -2020,8 +1962,7 @@ public struct BatchUpdatePhoneNumberInput: Swift.Sendable { public init( updatePhoneNumberRequestItems: [ChimeClientTypes.UpdatePhoneNumberRequestItem]? = nil - ) - { + ) { self.updatePhoneNumberRequestItems = updatePhoneNumberRequestItems } } @@ -2032,8 +1973,7 @@ public struct BatchUpdatePhoneNumberOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -2086,8 +2026,7 @@ extension ChimeClientTypes { licenseType: ChimeClientTypes.License? = nil, userId: Swift.String? = nil, userType: ChimeClientTypes.UserType? = nil - ) - { + ) { self.alexaForBusinessMetadata = alexaForBusinessMetadata self.licenseType = licenseType self.userId = userId @@ -2107,8 +2046,7 @@ public struct BatchUpdateUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, updateUserRequestItems: [ChimeClientTypes.UpdateUserRequestItem]? = nil - ) - { + ) { self.accountId = accountId self.updateUserRequestItems = updateUserRequestItems } @@ -2120,8 +2058,7 @@ public struct BatchUpdateUserOutput: Swift.Sendable { public init( userErrors: [ChimeClientTypes.UserError]? = nil - ) - { + ) { self.userErrors = userErrors } } @@ -2185,8 +2122,7 @@ extension ChimeClientTypes { securityToken: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil, userId: Swift.String? = nil - ) - { + ) { self.botEmail = botEmail self.botId = botId self.botType = botType @@ -2214,8 +2150,7 @@ extension ChimeClientTypes { public init( cdrBucket: Swift.String? = nil - ) - { + ) { self.cdrBucket = cdrBucket } } @@ -2283,8 +2218,7 @@ extension ChimeClientTypes { state: Swift.String? = nil, streetInfo: Swift.String? = nil, streetNumber: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.postalCode = postalCode @@ -2421,8 +2355,7 @@ extension ChimeClientTypes { mode: ChimeClientTypes.ChannelMode? = nil, name: Swift.String? = nil, privacy: ChimeClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.channelArn = channelArn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -2459,8 +2392,7 @@ extension ChimeClientTypes { createdBy: ChimeClientTypes.Identity? = nil, createdTimestamp: Foundation.Date? = nil, member: ChimeClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -2478,8 +2410,7 @@ extension ChimeClientTypes { public init( member: ChimeClientTypes.Identity? = nil - ) - { + ) { self.member = member } } @@ -2509,8 +2440,7 @@ extension ChimeClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, member: ChimeClientTypes.Identity? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.createdTimestamp = createdTimestamp self.invitedBy = invitedBy @@ -2545,8 +2475,7 @@ extension ChimeClientTypes { mode: ChimeClientTypes.ChannelMode? = nil, name: Swift.String? = nil, privacy: ChimeClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.channelArn = channelArn self.lastMessageTimestamp = lastMessageTimestamp self.metadata = metadata @@ -2574,8 +2503,7 @@ extension ChimeClientTypes { public init( appInstanceUserMembershipSummary: ChimeClientTypes.AppInstanceUserMembershipSummary? = nil, channelSummary: ChimeClientTypes.ChannelSummary? = nil - ) - { + ) { self.appInstanceUserMembershipSummary = appInstanceUserMembershipSummary self.channelSummary = channelSummary } @@ -2591,8 +2519,7 @@ extension ChimeClientTypes { public init( member: ChimeClientTypes.Identity? = nil - ) - { + ) { self.member = member } } @@ -2695,8 +2622,7 @@ extension ChimeClientTypes { redacted: Swift.Bool = false, sender: ChimeClientTypes.Identity? = nil, type: ChimeClientTypes.ChannelMessageType? = nil - ) - { + ) { self.channelArn = channelArn self.content = content self.createdTimestamp = createdTimestamp @@ -2750,8 +2676,7 @@ extension ChimeClientTypes { redacted: Swift.Bool = false, sender: ChimeClientTypes.Identity? = nil, type: ChimeClientTypes.ChannelMessageType? = nil - ) - { + ) { self.content = content self.createdTimestamp = createdTimestamp self.lastEditedTimestamp = lastEditedTimestamp @@ -2779,8 +2704,7 @@ extension ChimeClientTypes { public init( channelSummary: ChimeClientTypes.ChannelSummary? = nil - ) - { + ) { self.channelSummary = channelSummary } } @@ -2804,8 +2728,7 @@ extension ChimeClientTypes { createdBy: ChimeClientTypes.Identity? = nil, createdTimestamp: Foundation.Date? = nil, moderator: ChimeClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -2823,8 +2746,7 @@ extension ChimeClientTypes { public init( moderator: ChimeClientTypes.Identity? = nil - ) - { + ) { self.moderator = moderator } } @@ -2842,8 +2764,7 @@ extension ChimeClientTypes { public init( attendeeIds: [Swift.String]? = nil, externalUserIds: [Swift.String]? = nil - ) - { + ) { self.attendeeIds = attendeeIds self.externalUserIds = externalUserIds } @@ -2864,8 +2785,7 @@ extension ChimeClientTypes { public init( selectedVideoStreams: ChimeClientTypes.SelectedVideoStreams? = nil - ) - { + ) { self.selectedVideoStreams = selectedVideoStreams } } @@ -2883,8 +2803,7 @@ extension ChimeClientTypes { public init( artifactsConfiguration: ChimeClientTypes.ArtifactsConfiguration? = nil, sourceConfiguration: ChimeClientTypes.SourceConfiguration? = nil - ) - { + ) { self.artifactsConfiguration = artifactsConfiguration self.sourceConfiguration = sourceConfiguration } @@ -2911,8 +2830,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -2927,8 +2845,7 @@ extension ChimeClientTypes { public init( retentionDays: Swift.Int? = nil - ) - { + ) { self.retentionDays = retentionDays } } @@ -2941,8 +2858,7 @@ public struct CreateAccountInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2953,8 +2869,7 @@ public struct CreateAccountOutput: Swift.Sendable { public init( account: ChimeClientTypes.Account? = nil - ) - { + ) { self.account = account } } @@ -2976,8 +2891,7 @@ public struct CreateAppInstanceInput: Swift.Sendable { metadata: Swift.String? = nil, name: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.metadata = metadata self.name = name @@ -2996,8 +2910,7 @@ public struct CreateAppInstanceOutput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -3013,8 +2926,7 @@ public struct CreateAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -3029,8 +2941,7 @@ public struct CreateAppInstanceAdminOutput: Swift.Sendable { public init( appInstanceAdmin: ChimeClientTypes.Identity? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdmin = appInstanceAdmin self.appInstanceArn = appInstanceArn } @@ -3061,8 +2972,7 @@ public struct CreateAppInstanceUserInput: Swift.Sendable { metadata: Swift.String? = nil, name: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceUserId = appInstanceUserId self.clientRequestToken = clientRequestToken @@ -3083,8 +2993,7 @@ public struct CreateAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -3103,8 +3012,7 @@ public struct CreateAttendeeInput: Swift.Sendable { externalUserId: Swift.String? = nil, meetingId: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.externalUserId = externalUserId self.meetingId = meetingId self.tags = tags @@ -3122,8 +3030,7 @@ public struct CreateAttendeeOutput: Swift.Sendable { public init( attendee: ChimeClientTypes.Attendee? = nil - ) - { + ) { self.attendee = attendee } } @@ -3142,8 +3049,7 @@ public struct CreateBotInput: Swift.Sendable { accountId: Swift.String? = nil, displayName: Swift.String? = nil, domain: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.displayName = displayName self.domain = domain @@ -3161,8 +3067,7 @@ public struct CreateBotOutput: Swift.Sendable { public init( bot: ChimeClientTypes.Bot? = nil - ) - { + ) { self.bot = bot } } @@ -3197,8 +3102,7 @@ public struct CreateChannelInput: Swift.Sendable { name: Swift.String? = nil, privacy: ChimeClientTypes.ChannelPrivacy? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.chimeBearer = chimeBearer self.clientRequestToken = clientRequestToken @@ -3221,8 +3125,7 @@ public struct CreateChannelOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -3241,8 +3144,7 @@ public struct CreateChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -3258,8 +3160,7 @@ public struct CreateChannelBanOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, member: ChimeClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.member = member } @@ -3283,8 +3184,7 @@ public struct CreateChannelMembershipInput: Swift.Sendable { chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -3301,8 +3201,7 @@ public struct CreateChannelMembershipOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, member: ChimeClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.member = member } @@ -3322,8 +3221,7 @@ public struct CreateChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -3339,8 +3237,7 @@ public struct CreateChannelModeratorOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, channelModerator: ChimeClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.channelModerator = channelModerator } @@ -3423,8 +3320,7 @@ public struct CreateMediaCapturePipelineInput: Swift.Sendable { sinkType: ChimeClientTypes.MediaPipelineSinkType? = nil, sourceArn: Swift.String? = nil, sourceType: ChimeClientTypes.MediaPipelineSourceType? = nil - ) - { + ) { self.chimeSdkMeetingConfiguration = chimeSdkMeetingConfiguration self.clientRequestToken = clientRequestToken self.sinkArn = sinkArn @@ -3510,8 +3406,7 @@ extension ChimeClientTypes { sourceType: ChimeClientTypes.MediaPipelineSourceType? = nil, status: ChimeClientTypes.MediaPipelineStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.chimeSdkMeetingConfiguration = chimeSdkMeetingConfiguration self.createdTimestamp = createdTimestamp self.mediaPipelineId = mediaPipelineId @@ -3536,8 +3431,7 @@ public struct CreateMediaCapturePipelineOutput: Swift.Sendable { public init( mediaCapturePipeline: ChimeClientTypes.MediaCapturePipeline? = nil - ) - { + ) { self.mediaCapturePipeline = mediaCapturePipeline } } @@ -3554,8 +3448,7 @@ extension ChimeClientTypes { public init( snsTopicArn: Swift.String? = nil, sqsQueueArn: Swift.String? = nil - ) - { + ) { self.snsTopicArn = snsTopicArn self.sqsQueueArn = sqsQueueArn } @@ -3589,8 +3482,7 @@ public struct CreateMeetingInput: Swift.Sendable { meetingHostId: Swift.String? = nil, notificationsConfiguration: ChimeClientTypes.MeetingNotificationConfiguration? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.externalMeetingId = externalMeetingId self.mediaRegion = mediaRegion @@ -3635,8 +3527,7 @@ extension ChimeClientTypes { screenViewingUrl: Swift.String? = nil, signalingUrl: Swift.String? = nil, turnControlUrl: Swift.String? = nil - ) - { + ) { self.audioFallbackUrl = audioFallbackUrl self.audioHostUrl = audioHostUrl self.eventIngestionUrl = eventIngestionUrl @@ -3667,8 +3558,7 @@ extension ChimeClientTypes { mediaPlacement: ChimeClientTypes.MediaPlacement? = nil, mediaRegion: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.externalMeetingId = externalMeetingId self.mediaPlacement = mediaPlacement self.mediaRegion = mediaRegion @@ -3688,8 +3578,7 @@ public struct CreateMeetingOutput: Swift.Sendable { public init( meeting: ChimeClientTypes.Meeting? = nil - ) - { + ) { self.meeting = meeting } } @@ -3713,8 +3602,7 @@ public struct CreateMeetingDialOutInput: Swift.Sendable { joinToken: Swift.String? = nil, meetingId: Swift.String? = nil, toPhoneNumber: Swift.String? = nil - ) - { + ) { self.fromPhoneNumber = fromPhoneNumber self.joinToken = joinToken self.meetingId = meetingId @@ -3733,8 +3621,7 @@ public struct CreateMeetingDialOutOutput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -3764,8 +3651,7 @@ public struct CreateMeetingWithAttendeesInput: Swift.Sendable { meetingHostId: Swift.String? = nil, notificationsConfiguration: ChimeClientTypes.MeetingNotificationConfiguration? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.attendees = attendees self.clientRequestToken = clientRequestToken self.externalMeetingId = externalMeetingId @@ -3793,8 +3679,7 @@ public struct CreateMeetingWithAttendeesOutput: Swift.Sendable { attendees: [ChimeClientTypes.Attendee]? = nil, errors: [ChimeClientTypes.CreateAttendeeError]? = nil, meeting: ChimeClientTypes.Meeting? = nil - ) - { + ) { self.attendees = attendees self.errors = errors self.meeting = meeting @@ -3812,8 +3697,7 @@ public struct CreatePhoneNumberOrderInput: Swift.Sendable { public init( e164PhoneNumbers: [Swift.String]? = nil, productType: ChimeClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.productType = productType } @@ -3868,8 +3752,7 @@ extension ChimeClientTypes { public init( e164PhoneNumber: Swift.String? = nil, status: ChimeClientTypes.OrderedPhoneNumberStatus? = nil - ) - { + ) { self.e164PhoneNumber = e164PhoneNumber self.status = status } @@ -3940,8 +3823,7 @@ extension ChimeClientTypes { productType: ChimeClientTypes.PhoneNumberProductType? = nil, status: ChimeClientTypes.PhoneNumberOrderStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.orderedPhoneNumbers = orderedPhoneNumbers self.phoneNumberOrderId = phoneNumberOrderId @@ -3958,8 +3840,7 @@ public struct CreatePhoneNumberOrderOutput: Swift.Sendable { public init( phoneNumberOrder: ChimeClientTypes.PhoneNumberOrder? = nil - ) - { + ) { self.phoneNumberOrder = phoneNumberOrder } } @@ -4007,8 +3888,7 @@ extension ChimeClientTypes { public init( areaCode: Swift.String? = nil, country: Swift.String? = nil - ) - { + ) { self.areaCode = areaCode self.country = country } @@ -4074,8 +3954,7 @@ public struct CreateProxySessionInput: Swift.Sendable { numberSelectionBehavior: ChimeClientTypes.NumberSelectionBehavior? = nil, participantPhoneNumbers: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.expiryMinutes = expiryMinutes self.geoMatchLevel = geoMatchLevel @@ -4104,8 +3983,7 @@ extension ChimeClientTypes { public init( phoneNumber: Swift.String? = nil, proxyPhoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber self.proxyPhoneNumber = proxyPhoneNumber } @@ -4194,8 +4072,7 @@ extension ChimeClientTypes { status: ChimeClientTypes.ProxySessionStatus? = nil, updatedTimestamp: Foundation.Date? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.createdTimestamp = createdTimestamp self.endedTimestamp = endedTimestamp @@ -4219,8 +4096,7 @@ public struct CreateProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -4239,8 +4115,7 @@ public struct CreateRoomInput: Swift.Sendable { accountId: Swift.String? = nil, clientRequestToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clientRequestToken = clientRequestToken self.name = name @@ -4276,8 +4151,7 @@ extension ChimeClientTypes { name: Swift.String? = nil, roomId: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -4299,8 +4173,7 @@ public struct CreateRoomOutput: Swift.Sendable { public init( room: ChimeClientTypes.Room? = nil - ) - { + ) { self.room = room } } @@ -4323,8 +4196,7 @@ public struct CreateRoomMembershipInput: Swift.Sendable { memberId: Swift.String? = nil, role: ChimeClientTypes.RoomMembershipRole? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.memberId = memberId self.role = role @@ -4385,8 +4257,7 @@ extension ChimeClientTypes { fullName: Swift.String? = nil, memberId: Swift.String? = nil, memberType: ChimeClientTypes.MemberType? = nil - ) - { + ) { self.accountId = accountId self.email = email self.fullName = fullName @@ -4422,8 +4293,7 @@ extension ChimeClientTypes { role: ChimeClientTypes.RoomMembershipRole? = nil, roomId: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.invitedBy = invitedBy self.member = member self.role = role @@ -4439,8 +4309,7 @@ public struct CreateRoomMembershipOutput: Swift.Sendable { public init( roomMembership: ChimeClientTypes.RoomMembership? = nil - ) - { + ) { self.roomMembership = roomMembership } } @@ -4454,8 +4323,7 @@ extension ChimeClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -4481,8 +4349,7 @@ public struct CreateSipMediaApplicationInput: Swift.Sendable { awsRegion: Swift.String? = nil, endpoints: [ChimeClientTypes.SipMediaApplicationEndpoint]? = nil, name: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.endpoints = endpoints self.name = name @@ -4513,8 +4380,7 @@ extension ChimeClientTypes { name: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.awsRegion = awsRegion self.createdTimestamp = createdTimestamp self.endpoints = endpoints @@ -4531,8 +4397,7 @@ public struct CreateSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -4555,8 +4420,7 @@ public struct CreateSipMediaApplicationCallInput: Swift.Sendable { sipHeaders: [Swift.String: Swift.String]? = nil, sipMediaApplicationId: Swift.String? = nil, toPhoneNumber: Swift.String? = nil - ) - { + ) { self.fromPhoneNumber = fromPhoneNumber self.sipHeaders = sipHeaders self.sipMediaApplicationId = sipMediaApplicationId @@ -4578,8 +4442,7 @@ extension ChimeClientTypes { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -4591,8 +4454,7 @@ public struct CreateSipMediaApplicationCallOutput: Swift.Sendable { public init( sipMediaApplicationCall: ChimeClientTypes.SipMediaApplicationCall? = nil - ) - { + ) { self.sipMediaApplicationCall = sipMediaApplicationCall } } @@ -4612,8 +4474,7 @@ extension ChimeClientTypes { awsRegion: Swift.String? = nil, priority: Swift.Int? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.priority = priority self.sipMediaApplicationId = sipMediaApplicationId @@ -4672,8 +4533,7 @@ public struct CreateSipRuleInput: Swift.Sendable { targetApplications: [ChimeClientTypes.SipRuleTargetApplication]? = nil, triggerType: ChimeClientTypes.SipRuleTriggerType? = nil, triggerValue: Swift.String? = nil - ) - { + ) { self.disabled = disabled self.name = name self.targetApplications = targetApplications @@ -4712,8 +4572,7 @@ extension ChimeClientTypes { triggerType: ChimeClientTypes.SipRuleTriggerType? = nil, triggerValue: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.disabled = disabled self.name = name @@ -4732,8 +4591,7 @@ public struct CreateSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -4754,8 +4612,7 @@ public struct CreateUserInput: Swift.Sendable { email: Swift.String? = nil, userType: ChimeClientTypes.UserType? = nil, username: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.email = email self.userType = userType @@ -4878,8 +4735,7 @@ extension ChimeClientTypes { userInvitationStatus: ChimeClientTypes.InviteStatus? = nil, userRegistrationStatus: ChimeClientTypes.RegistrationStatus? = nil, userType: ChimeClientTypes.UserType? = nil - ) - { + ) { self.accountId = accountId self.alexaForBusinessMetadata = alexaForBusinessMetadata self.displayName = displayName @@ -4908,8 +4764,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( user: ChimeClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -4957,8 +4812,7 @@ public struct CreateVoiceConnectorInput: Swift.Sendable { awsRegion: ChimeClientTypes.VoiceConnectorAwsRegion? = nil, name: Swift.String? = nil, requireEncryption: Swift.Bool? = nil - ) - { + ) { self.awsRegion = awsRegion self.name = name self.requireEncryption = requireEncryption @@ -4995,8 +4849,7 @@ extension ChimeClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceConnectorArn: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.createdTimestamp = createdTimestamp self.name = name @@ -5015,8 +4868,7 @@ public struct CreateVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -5035,8 +4887,7 @@ extension ChimeClientTypes { public init( priority: Swift.Int? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.priority = priority self.voiceConnectorId = voiceConnectorId } @@ -5053,8 +4904,7 @@ public struct CreateVoiceConnectorGroupInput: Swift.Sendable { public init( name: Swift.String? = nil, voiceConnectorItems: [ChimeClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.name = name self.voiceConnectorItems = voiceConnectorItems } @@ -5084,8 +4934,7 @@ extension ChimeClientTypes { voiceConnectorGroupArn: Swift.String? = nil, voiceConnectorGroupId: Swift.String? = nil, voiceConnectorItems: [ChimeClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.name = name self.updatedTimestamp = updatedTimestamp @@ -5102,8 +4951,7 @@ public struct CreateVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -5120,8 +4968,7 @@ extension ChimeClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -5153,8 +5000,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( code: ChimeClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -5167,8 +5013,7 @@ public struct DeleteAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -5185,8 +5030,7 @@ public struct DeleteAppInstanceInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -5202,8 +5046,7 @@ public struct DeleteAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -5216,8 +5059,7 @@ public struct DeleteAppInstanceStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -5229,8 +5071,7 @@ public struct DeleteAppInstanceUserInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -5246,8 +5087,7 @@ public struct DeleteAttendeeInput: Swift.Sendable { public init( attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId } @@ -5263,8 +5103,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -5284,8 +5123,7 @@ public struct DeleteChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -5306,8 +5144,7 @@ public struct DeleteChannelMembershipInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -5328,8 +5165,7 @@ public struct DeleteChannelMessageInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -5350,8 +5186,7 @@ public struct DeleteChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -5369,8 +5204,7 @@ public struct DeleteEventsConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, botId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.botId = botId } @@ -5383,8 +5217,7 @@ public struct DeleteMediaCapturePipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -5396,8 +5229,7 @@ public struct DeleteMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -5409,8 +5241,7 @@ public struct DeletePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -5426,8 +5257,7 @@ public struct DeleteProxySessionInput: Swift.Sendable { public init( proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.proxySessionId = proxySessionId self.voiceConnectorId = voiceConnectorId } @@ -5444,8 +5274,7 @@ public struct DeleteRoomInput: Swift.Sendable { public init( accountId: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.roomId = roomId } @@ -5466,8 +5295,7 @@ public struct DeleteRoomMembershipInput: Swift.Sendable { accountId: Swift.String? = nil, memberId: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.memberId = memberId self.roomId = roomId @@ -5481,8 +5309,7 @@ public struct DeleteSipMediaApplicationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -5494,8 +5321,7 @@ public struct DeleteSipRuleInput: Swift.Sendable { public init( sipRuleId: Swift.String? = nil - ) - { + ) { self.sipRuleId = sipRuleId } } @@ -5507,8 +5333,7 @@ public struct DeleteVoiceConnectorInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5520,8 +5345,7 @@ public struct DeleteVoiceConnectorEmergencyCallingConfigurationInput: Swift.Send public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5533,8 +5357,7 @@ public struct DeleteVoiceConnectorGroupInput: Swift.Sendable { public init( voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.voiceConnectorGroupId = voiceConnectorGroupId } } @@ -5546,8 +5369,7 @@ public struct DeleteVoiceConnectorOriginationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5559,8 +5381,7 @@ public struct DeleteVoiceConnectorProxyInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5572,8 +5393,7 @@ public struct DeleteVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5585,8 +5405,7 @@ public struct DeleteVoiceConnectorTerminationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -5602,8 +5421,7 @@ public struct DeleteVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( usernames: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.usernames = usernames self.voiceConnectorId = voiceConnectorId } @@ -5621,8 +5439,7 @@ public struct DescribeAppInstanceInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -5633,8 +5450,7 @@ public struct DescribeAppInstanceOutput: Swift.Sendable { public init( appInstance: ChimeClientTypes.AppInstance? = nil - ) - { + ) { self.appInstance = appInstance } } @@ -5650,8 +5466,7 @@ public struct DescribeAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -5663,8 +5478,7 @@ public struct DescribeAppInstanceAdminOutput: Swift.Sendable { public init( appInstanceAdmin: ChimeClientTypes.AppInstanceAdmin? = nil - ) - { + ) { self.appInstanceAdmin = appInstanceAdmin } } @@ -5676,8 +5490,7 @@ public struct DescribeAppInstanceUserInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -5688,8 +5501,7 @@ public struct DescribeAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUser: ChimeClientTypes.AppInstanceUser? = nil - ) - { + ) { self.appInstanceUser = appInstanceUser } } @@ -5704,8 +5516,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -5717,8 +5528,7 @@ public struct DescribeChannelOutput: Swift.Sendable { public init( channel: ChimeClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -5737,8 +5547,7 @@ public struct DescribeChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -5751,8 +5560,7 @@ public struct DescribeChannelBanOutput: Swift.Sendable { public init( channelBan: ChimeClientTypes.ChannelBan? = nil - ) - { + ) { self.channelBan = channelBan } } @@ -5771,8 +5579,7 @@ public struct DescribeChannelMembershipInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -5785,8 +5592,7 @@ public struct DescribeChannelMembershipOutput: Swift.Sendable { public init( channelMembership: ChimeClientTypes.ChannelMembership? = nil - ) - { + ) { self.channelMembership = channelMembership } } @@ -5805,8 +5611,7 @@ public struct DescribeChannelMembershipForAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.channelArn = channelArn self.chimeBearer = chimeBearer @@ -5819,8 +5624,7 @@ public struct DescribeChannelMembershipForAppInstanceUserOutput: Swift.Sendable public init( channelMembership: ChimeClientTypes.ChannelMembershipForAppInstanceUserSummary? = nil - ) - { + ) { self.channelMembership = channelMembership } } @@ -5839,8 +5643,7 @@ public struct DescribeChannelModeratedByAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.channelArn = channelArn self.chimeBearer = chimeBearer @@ -5853,8 +5656,7 @@ public struct DescribeChannelModeratedByAppInstanceUserOutput: Swift.Sendable { public init( channel: ChimeClientTypes.ChannelModeratedByAppInstanceUserSummary? = nil - ) - { + ) { self.channel = channel } } @@ -5873,8 +5675,7 @@ public struct DescribeChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -5887,8 +5688,7 @@ public struct DescribeChannelModeratorOutput: Swift.Sendable { public init( channelModerator: ChimeClientTypes.ChannelModerator? = nil - ) - { + ) { self.channelModerator = channelModerator } } @@ -5904,8 +5704,7 @@ public struct DisassociatePhoneNumberFromUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.userId = userId } @@ -5927,8 +5726,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorInput: Swift.Sendable { public init( e164PhoneNumbers: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.voiceConnectorId = voiceConnectorId } @@ -5945,8 +5743,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -5962,8 +5759,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorGroupInput: Swift.Sendab public init( e164PhoneNumbers: [Swift.String]? = nil, voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.voiceConnectorGroupId = voiceConnectorGroupId } @@ -5980,8 +5776,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorGroupOutput: Swift.Senda public init( phoneNumberErrors: [ChimeClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -5997,8 +5792,7 @@ public struct DisassociateSigninDelegateGroupsFromAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil, groupNames: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.groupNames = groupNames } @@ -6026,8 +5820,7 @@ extension ChimeClientTypes { callingCountry: Swift.String? = nil, emergencyPhoneNumber: Swift.String? = nil, testPhoneNumber: Swift.String? = nil - ) - { + ) { self.callingCountry = callingCountry self.emergencyPhoneNumber = emergencyPhoneNumber self.testPhoneNumber = testPhoneNumber @@ -6081,8 +5874,7 @@ extension ChimeClientTypes { public init( dnis: [ChimeClientTypes.DNISEmergencyCallingConfiguration]? = nil - ) - { + ) { self.dnis = dnis } } @@ -6281,8 +6073,7 @@ extension ChimeClientTypes { specialty: ChimeClientTypes.TranscribeMedicalSpecialty? = nil, type: ChimeClientTypes.TranscribeMedicalType? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.languageCode = languageCode self.region = region @@ -6587,8 +6378,7 @@ extension ChimeClientTypes { vocabularyFilterNames: Swift.String? = nil, vocabularyName: Swift.String? = nil, vocabularyNames: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType self.enablePartialResultsStabilization = enablePartialResultsStabilization @@ -6624,8 +6414,7 @@ extension ChimeClientTypes { botId: Swift.String? = nil, lambdaFunctionArn: Swift.String? = nil, outboundEventsHTTPSEndpoint: Swift.String? = nil - ) - { + ) { self.botId = botId self.lambdaFunctionArn = lambdaFunctionArn self.outboundEventsHTTPSEndpoint = outboundEventsHTTPSEndpoint @@ -6645,8 +6434,7 @@ public struct GetAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6657,8 +6445,7 @@ public struct GetAccountOutput: Swift.Sendable { public init( account: ChimeClientTypes.Account? = nil - ) - { + ) { self.account = account } } @@ -6670,8 +6457,7 @@ public struct GetAccountSettingsInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6682,8 +6468,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ChimeClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -6695,8 +6480,7 @@ public struct GetAppInstanceRetentionSettingsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -6710,8 +6494,7 @@ public struct GetAppInstanceRetentionSettingsOutput: Swift.Sendable { public init( appInstanceRetentionSettings: ChimeClientTypes.AppInstanceRetentionSettings? = nil, initiateDeletionTimestamp: Foundation.Date? = nil - ) - { + ) { self.appInstanceRetentionSettings = appInstanceRetentionSettings self.initiateDeletionTimestamp = initiateDeletionTimestamp } @@ -6724,8 +6507,7 @@ public struct GetAppInstanceStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -6736,8 +6518,7 @@ public struct GetAppInstanceStreamingConfigurationsOutput: Swift.Sendable { public init( appInstanceStreamingConfigurations: [ChimeClientTypes.AppInstanceStreamingConfiguration]? = nil - ) - { + ) { self.appInstanceStreamingConfigurations = appInstanceStreamingConfigurations } } @@ -6753,8 +6534,7 @@ public struct GetAttendeeInput: Swift.Sendable { public init( attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId } @@ -6766,8 +6546,7 @@ public struct GetAttendeeOutput: Swift.Sendable { public init( attendee: ChimeClientTypes.Attendee? = nil - ) - { + ) { self.attendee = attendee } } @@ -6783,8 +6562,7 @@ public struct GetBotInput: Swift.Sendable { public init( accountId: Swift.String? = nil, botId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.botId = botId } @@ -6796,8 +6574,7 @@ public struct GetBotOutput: Swift.Sendable { public init( bot: ChimeClientTypes.Bot? = nil - ) - { + ) { self.bot = bot } } @@ -6816,8 +6593,7 @@ public struct GetChannelMessageInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -6830,8 +6606,7 @@ public struct GetChannelMessageOutput: Swift.Sendable { public init( channelMessage: ChimeClientTypes.ChannelMessage? = nil - ) - { + ) { self.channelMessage = channelMessage } } @@ -6847,8 +6622,7 @@ public struct GetEventsConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, botId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.botId = botId } @@ -6860,8 +6634,7 @@ public struct GetEventsConfigurationOutput: Swift.Sendable { public init( eventsConfiguration: ChimeClientTypes.EventsConfiguration? = nil - ) - { + ) { self.eventsConfiguration = eventsConfiguration } } @@ -6875,8 +6648,7 @@ extension ChimeClientTypes { public init( cdrBucket: Swift.String? = nil - ) - { + ) { self.cdrBucket = cdrBucket } } @@ -6891,8 +6663,7 @@ public struct GetGlobalSettingsOutput: Swift.Sendable { public init( businessCalling: ChimeClientTypes.BusinessCallingSettings? = nil, voiceConnector: ChimeClientTypes.VoiceConnectorSettings? = nil - ) - { + ) { self.businessCalling = businessCalling self.voiceConnector = voiceConnector } @@ -6905,8 +6676,7 @@ public struct GetMediaCapturePipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -6917,8 +6687,7 @@ public struct GetMediaCapturePipelineOutput: Swift.Sendable { public init( mediaCapturePipeline: ChimeClientTypes.MediaCapturePipeline? = nil - ) - { + ) { self.mediaCapturePipeline = mediaCapturePipeline } } @@ -6930,8 +6699,7 @@ public struct GetMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -6942,8 +6710,7 @@ public struct GetMeetingOutput: Swift.Sendable { public init( meeting: ChimeClientTypes.Meeting? = nil - ) - { + ) { self.meeting = meeting } } @@ -6962,8 +6729,7 @@ extension ChimeClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -6975,8 +6741,7 @@ public struct GetMessagingSessionEndpointOutput: Swift.Sendable { public init( endpoint: ChimeClientTypes.MessagingSessionEndpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -6988,8 +6753,7 @@ public struct GetPhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -7047,8 +6811,7 @@ extension ChimeClientTypes { associatedTimestamp: Foundation.Date? = nil, name: ChimeClientTypes.PhoneNumberAssociationName? = nil, value: Swift.String? = nil - ) - { + ) { self.associatedTimestamp = associatedTimestamp self.name = name self.value = value @@ -7080,8 +6843,7 @@ extension ChimeClientTypes { outboundCall: Swift.Bool? = nil, outboundMMS: Swift.Bool? = nil, outboundSMS: Swift.Bool? = nil - ) - { + ) { self.inboundCall = inboundCall self.inboundMMS = inboundMMS self.inboundSMS = inboundSMS @@ -7213,8 +6975,7 @@ extension ChimeClientTypes { status: ChimeClientTypes.PhoneNumberStatus? = nil, type: ChimeClientTypes.PhoneNumberType? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.associations = associations self.callingName = callingName self.callingNameStatus = callingNameStatus @@ -7243,8 +7004,7 @@ public struct GetPhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -7256,8 +7016,7 @@ public struct GetPhoneNumberOrderInput: Swift.Sendable { public init( phoneNumberOrderId: Swift.String? = nil - ) - { + ) { self.phoneNumberOrderId = phoneNumberOrderId } } @@ -7268,8 +7027,7 @@ public struct GetPhoneNumberOrderOutput: Swift.Sendable { public init( phoneNumberOrder: ChimeClientTypes.PhoneNumberOrder? = nil - ) - { + ) { self.phoneNumberOrder = phoneNumberOrder } } @@ -7283,8 +7041,7 @@ public struct GetPhoneNumberSettingsOutput: Swift.Sendable { public init( callingName: Swift.String? = nil, callingNameUpdatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.callingName = callingName self.callingNameUpdatedTimestamp = callingNameUpdatedTimestamp } @@ -7306,8 +7063,7 @@ public struct GetProxySessionInput: Swift.Sendable { public init( proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.proxySessionId = proxySessionId self.voiceConnectorId = voiceConnectorId } @@ -7319,8 +7075,7 @@ public struct GetProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -7332,8 +7087,7 @@ public struct GetRetentionSettingsInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -7347,8 +7101,7 @@ extension ChimeClientTypes { public init( retentionDays: Swift.Int? = nil - ) - { + ) { self.retentionDays = retentionDays } } @@ -7366,8 +7119,7 @@ extension ChimeClientTypes { public init( conversationRetentionSettings: ChimeClientTypes.ConversationRetentionSettings? = nil, roomRetentionSettings: ChimeClientTypes.RoomRetentionSettings? = nil - ) - { + ) { self.conversationRetentionSettings = conversationRetentionSettings self.roomRetentionSettings = roomRetentionSettings } @@ -7383,8 +7135,7 @@ public struct GetRetentionSettingsOutput: Swift.Sendable { public init( initiateDeletionTimestamp: Foundation.Date? = nil, retentionSettings: ChimeClientTypes.RetentionSettings? = nil - ) - { + ) { self.initiateDeletionTimestamp = initiateDeletionTimestamp self.retentionSettings = retentionSettings } @@ -7401,8 +7152,7 @@ public struct GetRoomInput: Swift.Sendable { public init( accountId: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.roomId = roomId } @@ -7414,8 +7164,7 @@ public struct GetRoomOutput: Swift.Sendable { public init( room: ChimeClientTypes.Room? = nil - ) - { + ) { self.room = room } } @@ -7427,8 +7176,7 @@ public struct GetSipMediaApplicationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -7439,8 +7187,7 @@ public struct GetSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -7452,8 +7199,7 @@ public struct GetSipMediaApplicationLoggingConfigurationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -7467,8 +7213,7 @@ extension ChimeClientTypes { public init( enableSipMediaApplicationMessageLogs: Swift.Bool? = nil - ) - { + ) { self.enableSipMediaApplicationMessageLogs = enableSipMediaApplicationMessageLogs } } @@ -7480,8 +7225,7 @@ public struct GetSipMediaApplicationLoggingConfigurationOutput: Swift.Sendable { public init( sipMediaApplicationLoggingConfiguration: ChimeClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } } @@ -7493,8 +7237,7 @@ public struct GetSipRuleInput: Swift.Sendable { public init( sipRuleId: Swift.String? = nil - ) - { + ) { self.sipRuleId = sipRuleId } } @@ -7505,8 +7248,7 @@ public struct GetSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -7522,8 +7264,7 @@ public struct GetUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.userId = userId } @@ -7535,8 +7276,7 @@ public struct GetUserOutput: Swift.Sendable { public init( user: ChimeClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -7552,8 +7292,7 @@ public struct GetUserSettingsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.userId = userId } @@ -7577,8 +7316,7 @@ extension ChimeClientTypes { inboundCalling: Swift.Bool? = nil, outboundCalling: Swift.Bool? = nil, sms: Swift.Bool? = nil - ) - { + ) { self.inboundCalling = inboundCalling self.outboundCalling = outboundCalling self.sms = sms @@ -7596,8 +7334,7 @@ extension ChimeClientTypes { public init( telephony: ChimeClientTypes.TelephonySettings? = nil - ) - { + ) { self.telephony = telephony } } @@ -7609,8 +7346,7 @@ public struct GetUserSettingsOutput: Swift.Sendable { public init( userSettings: ChimeClientTypes.UserSettings? = nil - ) - { + ) { self.userSettings = userSettings } } @@ -7622,8 +7358,7 @@ public struct GetVoiceConnectorInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7634,8 +7369,7 @@ public struct GetVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -7647,8 +7381,7 @@ public struct GetVoiceConnectorEmergencyCallingConfigurationInput: Swift.Sendabl public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7659,8 +7392,7 @@ public struct GetVoiceConnectorEmergencyCallingConfigurationOutput: Swift.Sendab public init( emergencyCallingConfiguration: ChimeClientTypes.EmergencyCallingConfiguration? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration } } @@ -7672,8 +7404,7 @@ public struct GetVoiceConnectorGroupInput: Swift.Sendable { public init( voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.voiceConnectorGroupId = voiceConnectorGroupId } } @@ -7684,8 +7415,7 @@ public struct GetVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -7697,8 +7427,7 @@ public struct GetVoiceConnectorLoggingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7715,8 +7444,7 @@ extension ChimeClientTypes { public init( enableMediaMetricLogs: Swift.Bool? = nil, enableSIPLogs: Swift.Bool? = nil - ) - { + ) { self.enableMediaMetricLogs = enableMediaMetricLogs self.enableSIPLogs = enableSIPLogs } @@ -7729,8 +7457,7 @@ public struct GetVoiceConnectorLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: ChimeClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -7742,8 +7469,7 @@ public struct GetVoiceConnectorOriginationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7798,8 +7524,7 @@ extension ChimeClientTypes { priority: Swift.Int? = nil, `protocol`: ChimeClientTypes.OriginationRouteProtocol? = nil, weight: Swift.Int? = nil - ) - { + ) { self.host = host self.port = port self.priority = priority @@ -7821,8 +7546,7 @@ extension ChimeClientTypes { public init( disabled: Swift.Bool? = nil, routes: [ChimeClientTypes.OriginationRoute]? = nil - ) - { + ) { self.disabled = disabled self.routes = routes } @@ -7835,8 +7559,7 @@ public struct GetVoiceConnectorOriginationOutput: Swift.Sendable { public init( origination: ChimeClientTypes.Origination? = nil - ) - { + ) { self.origination = origination } } @@ -7848,8 +7571,7 @@ public struct GetVoiceConnectorProxyInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7872,8 +7594,7 @@ extension ChimeClientTypes { disabled: Swift.Bool? = nil, fallBackPhoneNumber: Swift.String? = nil, phoneNumberCountries: [Swift.String]? = nil - ) - { + ) { self.defaultSessionExpiryMinutes = defaultSessionExpiryMinutes self.disabled = disabled self.fallBackPhoneNumber = fallBackPhoneNumber @@ -7893,8 +7614,7 @@ public struct GetVoiceConnectorProxyOutput: Swift.Sendable { public init( proxy: ChimeClientTypes.Proxy? = nil - ) - { + ) { self.proxy = proxy } } @@ -7906,8 +7626,7 @@ public struct GetVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -7954,8 +7673,7 @@ extension ChimeClientTypes { public init( notificationTarget: ChimeClientTypes.NotificationTarget? = nil - ) - { + ) { self.notificationTarget = notificationTarget } } @@ -7977,8 +7695,7 @@ extension ChimeClientTypes { dataRetentionInHours: Swift.Int? = nil, disabled: Swift.Bool? = nil, streamingNotificationTargets: [ChimeClientTypes.StreamingNotificationTarget]? = nil - ) - { + ) { self.dataRetentionInHours = dataRetentionInHours self.disabled = disabled self.streamingNotificationTargets = streamingNotificationTargets @@ -7992,8 +7709,7 @@ public struct GetVoiceConnectorStreamingConfigurationOutput: Swift.Sendable { public init( streamingConfiguration: ChimeClientTypes.StreamingConfiguration? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration } } @@ -8005,8 +7721,7 @@ public struct GetVoiceConnectorTerminationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -8032,8 +7747,7 @@ extension ChimeClientTypes { cpsLimit: Swift.Int? = nil, defaultPhoneNumber: Swift.String? = nil, disabled: Swift.Bool? = nil - ) - { + ) { self.callingRegions = callingRegions self.cidrAllowedList = cidrAllowedList self.cpsLimit = cpsLimit @@ -8054,8 +7768,7 @@ public struct GetVoiceConnectorTerminationOutput: Swift.Sendable { public init( termination: ChimeClientTypes.Termination? = nil - ) - { + ) { self.termination = termination } } @@ -8067,8 +7780,7 @@ public struct GetVoiceConnectorTerminationHealthInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -8085,8 +7797,7 @@ extension ChimeClientTypes { public init( source: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.source = source self.timestamp = timestamp } @@ -8099,8 +7810,7 @@ public struct GetVoiceConnectorTerminationHealthOutput: Swift.Sendable { public init( terminationHealth: ChimeClientTypes.TerminationHealth? = nil - ) - { + ) { self.terminationHealth = terminationHealth } } @@ -8123,8 +7833,7 @@ extension ChimeClientTypes { emailStatus: ChimeClientTypes.EmailStatus? = nil, inviteId: Swift.String? = nil, status: ChimeClientTypes.InviteStatus? = nil - ) - { + ) { self.emailAddress = emailAddress self.emailStatus = emailStatus self.inviteId = inviteId @@ -8152,8 +7861,7 @@ public struct InviteUsersInput: Swift.Sendable { accountId: Swift.String? = nil, userEmailList: [Swift.String]? = nil, userType: ChimeClientTypes.UserType? = nil - ) - { + ) { self.accountId = accountId self.userEmailList = userEmailList self.userType = userType @@ -8171,8 +7879,7 @@ public struct InviteUsersOutput: Swift.Sendable { public init( invites: [ChimeClientTypes.Invite]? = nil - ) - { + ) { self.invites = invites } } @@ -8192,8 +7899,7 @@ public struct ListAccountsInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, userEmail: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -8215,8 +7921,7 @@ public struct ListAccountsOutput: Swift.Sendable { public init( accounts: [ChimeClientTypes.Account]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.nextToken = nextToken } @@ -8235,8 +7940,7 @@ public struct ListAppInstanceAdminsInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -8260,8 +7964,7 @@ public struct ListAppInstanceAdminsOutput: Swift.Sendable { appInstanceAdmins: [ChimeClientTypes.AppInstanceAdminSummary]? = nil, appInstanceArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceAdmins = appInstanceAdmins self.appInstanceArn = appInstanceArn self.nextToken = nextToken @@ -8282,8 +7985,7 @@ public struct ListAppInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8303,8 +8005,7 @@ public struct ListAppInstancesOutput: Swift.Sendable { public init( appInstances: [ChimeClientTypes.AppInstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstances = appInstances self.nextToken = nextToken } @@ -8328,8 +8029,7 @@ public struct ListAppInstanceUsersInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -8353,8 +8053,7 @@ public struct ListAppInstanceUsersOutput: Swift.Sendable { appInstanceArn: Swift.String? = nil, appInstanceUsers: [ChimeClientTypes.AppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceUsers = appInstanceUsers self.nextToken = nextToken @@ -8379,8 +8078,7 @@ public struct ListAttendeesInput: Swift.Sendable { maxResults: Swift.Int? = nil, meetingId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.meetingId = meetingId self.nextToken = nextToken @@ -8396,8 +8094,7 @@ public struct ListAttendeesOutput: Swift.Sendable { public init( attendees: [ChimeClientTypes.Attendee]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attendees = attendees self.nextToken = nextToken } @@ -8414,8 +8111,7 @@ public struct ListAttendeeTagsInput: Swift.Sendable { public init( attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId } @@ -8427,8 +8123,7 @@ public struct ListAttendeeTagsOutput: Swift.Sendable { public init( tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -8446,8 +8141,7 @@ public struct ListBotsInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -8463,8 +8157,7 @@ public struct ListBotsOutput: Swift.Sendable { public init( bots: [ChimeClientTypes.Bot]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bots = bots self.nextToken = nextToken } @@ -8486,8 +8179,7 @@ public struct ListChannelBansInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8512,8 +8204,7 @@ public struct ListChannelBansOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelBans: [ChimeClientTypes.ChannelBanSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelBans = channelBans self.nextToken = nextToken @@ -8544,8 +8235,7 @@ public struct ListChannelMembershipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: ChimeClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8571,8 +8261,7 @@ public struct ListChannelMembershipsOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelMemberships: [ChimeClientTypes.ChannelMembershipSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelMemberships = channelMemberships self.nextToken = nextToken @@ -8599,8 +8288,7 @@ public struct ListChannelMembershipsForAppInstanceUserInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8622,8 +8310,7 @@ public struct ListChannelMembershipsForAppInstanceUserOutput: Swift.Sendable { public init( channelMemberships: [ChimeClientTypes.ChannelMembershipForAppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelMemberships = channelMemberships self.nextToken = nextToken } @@ -8688,8 +8375,7 @@ public struct ListChannelMessagesInput: Swift.Sendable { notAfter: Foundation.Date? = nil, notBefore: Foundation.Date? = nil, sortOrder: ChimeClientTypes.SortOrder? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8717,8 +8403,7 @@ public struct ListChannelMessagesOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelMessages: [ChimeClientTypes.ChannelMessageSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelMessages = channelMessages self.nextToken = nextToken @@ -8746,8 +8431,7 @@ public struct ListChannelModeratorsInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8772,8 +8456,7 @@ public struct ListChannelModeratorsOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelModerators: [ChimeClientTypes.ChannelModeratorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModerators = channelModerators self.nextToken = nextToken @@ -8804,8 +8487,7 @@ public struct ListChannelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, privacy: ChimeClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8828,8 +8510,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [ChimeClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -8855,8 +8536,7 @@ public struct ListChannelsModeratedByAppInstanceUserInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -8878,8 +8558,7 @@ public struct ListChannelsModeratedByAppInstanceUserOutput: Swift.Sendable { public init( channels: [ChimeClientTypes.ChannelModeratedByAppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -8899,8 +8578,7 @@ public struct ListMediaCapturePipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8915,8 +8593,7 @@ public struct ListMediaCapturePipelinesOutput: Swift.Sendable { public init( mediaCapturePipelines: [ChimeClientTypes.MediaCapturePipeline]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mediaCapturePipelines = mediaCapturePipelines self.nextToken = nextToken } @@ -8931,8 +8608,7 @@ public struct ListMeetingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8947,8 +8623,7 @@ public struct ListMeetingsOutput: Swift.Sendable { public init( meetings: [ChimeClientTypes.Meeting]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.meetings = meetings self.nextToken = nextToken } @@ -8961,8 +8636,7 @@ public struct ListMeetingTagsInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -8973,8 +8647,7 @@ public struct ListMeetingTagsOutput: Swift.Sendable { public init( tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -8988,8 +8661,7 @@ public struct ListPhoneNumberOrdersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9004,8 +8676,7 @@ public struct ListPhoneNumberOrdersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumberOrders: [ChimeClientTypes.PhoneNumberOrder]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumberOrders = phoneNumberOrders } @@ -9032,8 +8703,7 @@ public struct ListPhoneNumbersInput: Swift.Sendable { nextToken: Swift.String? = nil, productType: ChimeClientTypes.PhoneNumberProductType? = nil, status: ChimeClientTypes.PhoneNumberStatus? = nil - ) - { + ) { self.filterName = filterName self.filterValue = filterValue self.maxResults = maxResults @@ -9052,8 +8722,7 @@ public struct ListPhoneNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [ChimeClientTypes.PhoneNumber]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -9075,8 +8744,7 @@ public struct ListProxySessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, status: ChimeClientTypes.ProxySessionStatus? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -9093,8 +8761,7 @@ public struct ListProxySessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, proxySessions: [ChimeClientTypes.ProxySession]? = nil - ) - { + ) { self.nextToken = nextToken self.proxySessions = proxySessions } @@ -9117,8 +8784,7 @@ public struct ListRoomMembershipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -9135,8 +8801,7 @@ public struct ListRoomMembershipsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, roomMemberships: [ChimeClientTypes.RoomMembership]? = nil - ) - { + ) { self.nextToken = nextToken self.roomMemberships = roomMemberships } @@ -9158,8 +8823,7 @@ public struct ListRoomsInput: Swift.Sendable { maxResults: Swift.Int? = nil, memberId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.memberId = memberId @@ -9176,8 +8840,7 @@ public struct ListRoomsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rooms: [ChimeClientTypes.Room]? = nil - ) - { + ) { self.nextToken = nextToken self.rooms = rooms } @@ -9192,8 +8855,7 @@ public struct ListSipMediaApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9208,8 +8870,7 @@ public struct ListSipMediaApplicationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sipMediaApplications: [ChimeClientTypes.SipMediaApplication]? = nil - ) - { + ) { self.nextToken = nextToken self.sipMediaApplications = sipMediaApplications } @@ -9227,8 +8888,7 @@ public struct ListSipRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sipMediaApplicationId = sipMediaApplicationId @@ -9244,8 +8904,7 @@ public struct ListSipRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sipRules: [ChimeClientTypes.SipRule]? = nil - ) - { + ) { self.nextToken = nextToken self.sipRules = sipRules } @@ -9258,8 +8917,7 @@ public struct ListSupportedPhoneNumberCountriesInput: Swift.Sendable { public init( productType: ChimeClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.productType = productType } } @@ -9276,8 +8934,7 @@ extension ChimeClientTypes { public init( countryCode: Swift.String? = nil, supportedPhoneNumberTypes: [ChimeClientTypes.PhoneNumberType]? = nil - ) - { + ) { self.countryCode = countryCode self.supportedPhoneNumberTypes = supportedPhoneNumberTypes } @@ -9290,8 +8947,7 @@ public struct ListSupportedPhoneNumberCountriesOutput: Swift.Sendable { public init( phoneNumberCountries: [ChimeClientTypes.PhoneNumberCountry]? = nil - ) - { + ) { self.phoneNumberCountries = phoneNumberCountries } } @@ -9303,8 +8959,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -9320,8 +8975,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -9345,8 +8999,7 @@ public struct ListUsersInput: Swift.Sendable { nextToken: Swift.String? = nil, userEmail: Swift.String? = nil, userType: ChimeClientTypes.UserType? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -9369,8 +9022,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [ChimeClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -9385,8 +9037,7 @@ public struct ListVoiceConnectorGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9401,8 +9052,7 @@ public struct ListVoiceConnectorGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceConnectorGroups: [ChimeClientTypes.VoiceConnectorGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceConnectorGroups = voiceConnectorGroups } @@ -9417,8 +9067,7 @@ public struct ListVoiceConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9433,8 +9082,7 @@ public struct ListVoiceConnectorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceConnectors: [ChimeClientTypes.VoiceConnector]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceConnectors = voiceConnectors } @@ -9447,8 +9095,7 @@ public struct ListVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -9459,8 +9106,7 @@ public struct ListVoiceConnectorTerminationCredentialsOutput: Swift.Sendable { public init( usernames: [Swift.String]? = nil - ) - { + ) { self.usernames = usernames } } @@ -9481,8 +9127,7 @@ public struct LogoutUserInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.userId = userId } @@ -9504,8 +9149,7 @@ public struct PutAppInstanceRetentionSettingsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil, appInstanceRetentionSettings: ChimeClientTypes.AppInstanceRetentionSettings? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceRetentionSettings = appInstanceRetentionSettings } @@ -9520,8 +9164,7 @@ public struct PutAppInstanceRetentionSettingsOutput: Swift.Sendable { public init( appInstanceRetentionSettings: ChimeClientTypes.AppInstanceRetentionSettings? = nil, initiateDeletionTimestamp: Foundation.Date? = nil - ) - { + ) { self.appInstanceRetentionSettings = appInstanceRetentionSettings self.initiateDeletionTimestamp = initiateDeletionTimestamp } @@ -9538,8 +9181,7 @@ public struct PutAppInstanceStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil, appInstanceStreamingConfigurations: [ChimeClientTypes.AppInstanceStreamingConfiguration]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceStreamingConfigurations = appInstanceStreamingConfigurations } @@ -9551,8 +9193,7 @@ public struct PutAppInstanceStreamingConfigurationsOutput: Swift.Sendable { public init( appInstanceStreamingConfigurations: [ChimeClientTypes.AppInstanceStreamingConfiguration]? = nil - ) - { + ) { self.appInstanceStreamingConfigurations = appInstanceStreamingConfigurations } } @@ -9574,8 +9215,7 @@ public struct PutEventsConfigurationInput: Swift.Sendable { botId: Swift.String? = nil, lambdaFunctionArn: Swift.String? = nil, outboundEventsHTTPSEndpoint: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.botId = botId self.lambdaFunctionArn = lambdaFunctionArn @@ -9594,8 +9234,7 @@ public struct PutEventsConfigurationOutput: Swift.Sendable { public init( eventsConfiguration: ChimeClientTypes.EventsConfiguration? = nil - ) - { + ) { self.eventsConfiguration = eventsConfiguration } } @@ -9611,8 +9250,7 @@ public struct PutRetentionSettingsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, retentionSettings: ChimeClientTypes.RetentionSettings? = nil - ) - { + ) { self.accountId = accountId self.retentionSettings = retentionSettings } @@ -9627,8 +9265,7 @@ public struct PutRetentionSettingsOutput: Swift.Sendable { public init( initiateDeletionTimestamp: Foundation.Date? = nil, retentionSettings: ChimeClientTypes.RetentionSettings? = nil - ) - { + ) { self.initiateDeletionTimestamp = initiateDeletionTimestamp self.retentionSettings = retentionSettings } @@ -9644,8 +9281,7 @@ public struct PutSipMediaApplicationLoggingConfigurationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil, sipMediaApplicationLoggingConfiguration: ChimeClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } @@ -9657,8 +9293,7 @@ public struct PutSipMediaApplicationLoggingConfigurationOutput: Swift.Sendable { public init( sipMediaApplicationLoggingConfiguration: ChimeClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } } @@ -9674,8 +9309,7 @@ public struct PutVoiceConnectorEmergencyCallingConfigurationInput: Swift.Sendabl public init( emergencyCallingConfiguration: ChimeClientTypes.EmergencyCallingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -9687,8 +9321,7 @@ public struct PutVoiceConnectorEmergencyCallingConfigurationOutput: Swift.Sendab public init( emergencyCallingConfiguration: ChimeClientTypes.EmergencyCallingConfiguration? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration } } @@ -9704,8 +9337,7 @@ public struct PutVoiceConnectorLoggingConfigurationInput: Swift.Sendable { public init( loggingConfiguration: ChimeClientTypes.LoggingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -9717,8 +9349,7 @@ public struct PutVoiceConnectorLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: ChimeClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -9734,8 +9365,7 @@ public struct PutVoiceConnectorOriginationInput: Swift.Sendable { public init( origination: ChimeClientTypes.Origination? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.origination = origination self.voiceConnectorId = voiceConnectorId } @@ -9747,8 +9377,7 @@ public struct PutVoiceConnectorOriginationOutput: Swift.Sendable { public init( origination: ChimeClientTypes.Origination? = nil - ) - { + ) { self.origination = origination } } @@ -9774,8 +9403,7 @@ public struct PutVoiceConnectorProxyInput: Swift.Sendable { fallBackPhoneNumber: Swift.String? = nil, phoneNumberPoolCountries: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.defaultSessionExpiryMinutes = defaultSessionExpiryMinutes self.disabled = disabled self.fallBackPhoneNumber = fallBackPhoneNumber @@ -9795,8 +9423,7 @@ public struct PutVoiceConnectorProxyOutput: Swift.Sendable { public init( proxy: ChimeClientTypes.Proxy? = nil - ) - { + ) { self.proxy = proxy } } @@ -9812,8 +9439,7 @@ public struct PutVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( streamingConfiguration: ChimeClientTypes.StreamingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -9825,8 +9451,7 @@ public struct PutVoiceConnectorStreamingConfigurationOutput: Swift.Sendable { public init( streamingConfiguration: ChimeClientTypes.StreamingConfiguration? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration } } @@ -9842,8 +9467,7 @@ public struct PutVoiceConnectorTerminationInput: Swift.Sendable { public init( termination: ChimeClientTypes.Termination? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.termination = termination self.voiceConnectorId = voiceConnectorId } @@ -9855,8 +9479,7 @@ public struct PutVoiceConnectorTerminationOutput: Swift.Sendable { public init( termination: ChimeClientTypes.Termination? = nil - ) - { + ) { self.termination = termination } } @@ -9871,8 +9494,7 @@ public struct PutVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( credentials: [ChimeClientTypes.Credential]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.voiceConnectorId = voiceConnectorId } @@ -9892,8 +9514,7 @@ public struct RedactChannelMessageInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -9909,8 +9530,7 @@ public struct RedactChannelMessageOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId } @@ -9931,8 +9551,7 @@ public struct RedactConversationMessageInput: Swift.Sendable { accountId: Swift.String? = nil, conversationId: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.conversationId = conversationId self.messageId = messageId @@ -9959,8 +9578,7 @@ public struct RedactRoomMessageInput: Swift.Sendable { accountId: Swift.String? = nil, messageId: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.messageId = messageId self.roomId = roomId @@ -9983,8 +9601,7 @@ public struct RegenerateSecurityTokenInput: Swift.Sendable { public init( accountId: Swift.String? = nil, botId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.botId = botId } @@ -9996,8 +9613,7 @@ public struct RegenerateSecurityTokenOutput: Swift.Sendable { public init( bot: ChimeClientTypes.Bot? = nil - ) - { + ) { self.bot = bot } } @@ -10013,8 +9629,7 @@ public struct ResetPersonalPINInput: Swift.Sendable { public init( accountId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.userId = userId } @@ -10026,8 +9641,7 @@ public struct ResetPersonalPINOutput: Swift.Sendable { public init( user: ChimeClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -10039,8 +9653,7 @@ public struct RestorePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -10051,8 +9664,7 @@ public struct RestorePhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -10084,8 +9696,7 @@ public struct SearchAvailablePhoneNumbersInput: Swift.Sendable { phoneNumberType: ChimeClientTypes.PhoneNumberType? = nil, state: Swift.String? = nil, tollFreePrefix: Swift.String? = nil - ) - { + ) { self.areaCode = areaCode self.city = city self.country = country @@ -10106,8 +9717,7 @@ public struct SearchAvailablePhoneNumbersOutput: Swift.Sendable { public init( e164PhoneNumbers: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.nextToken = nextToken } @@ -10147,8 +9757,7 @@ public struct SendChannelMessageInput: Swift.Sendable { metadata: Swift.String? = nil, persistence: ChimeClientTypes.ChannelMessagePersistenceType? = nil, type: ChimeClientTypes.ChannelMessageType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.clientRequestToken = clientRequestToken @@ -10173,8 +9782,7 @@ public struct SendChannelMessageOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId } @@ -10192,8 +9800,7 @@ extension ChimeClientTypes { public init( engineTranscribeMedicalSettings: ChimeClientTypes.EngineTranscribeMedicalSettings? = nil, engineTranscribeSettings: ChimeClientTypes.EngineTranscribeSettings? = nil - ) - { + ) { self.engineTranscribeMedicalSettings = engineTranscribeMedicalSettings self.engineTranscribeSettings = engineTranscribeSettings } @@ -10211,8 +9818,7 @@ public struct StartMeetingTranscriptionInput: Swift.Sendable { public init( meetingId: Swift.String? = nil, transcriptionConfiguration: ChimeClientTypes.TranscriptionConfiguration? = nil - ) - { + ) { self.meetingId = meetingId self.transcriptionConfiguration = transcriptionConfiguration } @@ -10230,8 +9836,7 @@ public struct StopMeetingTranscriptionInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -10256,8 +9861,7 @@ public struct TagAttendeeInput: Swift.Sendable { attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId self.tags = tags @@ -10275,8 +9879,7 @@ public struct TagMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.meetingId = meetingId self.tags = tags } @@ -10293,8 +9896,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -10320,8 +9922,7 @@ public struct UntagAttendeeInput: Swift.Sendable { attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId self.tagKeys = tagKeys @@ -10344,8 +9945,7 @@ public struct UntagMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.meetingId = meetingId self.tagKeys = tagKeys } @@ -10367,8 +9967,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -10392,8 +9991,7 @@ public struct UpdateAccountInput: Swift.Sendable { accountId: Swift.String? = nil, defaultLicense: ChimeClientTypes.License? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.defaultLicense = defaultLicense self.name = name @@ -10406,8 +10004,7 @@ public struct UpdateAccountOutput: Swift.Sendable { public init( account: ChimeClientTypes.Account? = nil - ) - { + ) { self.account = account } } @@ -10423,8 +10020,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, accountSettings: ChimeClientTypes.AccountSettings? = nil - ) - { + ) { self.accountId = accountId self.accountSettings = accountSettings } @@ -10449,8 +10045,7 @@ public struct UpdateAppInstanceInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.metadata = metadata self.name = name @@ -10468,8 +10063,7 @@ public struct UpdateAppInstanceOutput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -10488,8 +10082,7 @@ public struct UpdateAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.metadata = metadata self.name = name @@ -10507,8 +10100,7 @@ public struct UpdateAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -10527,8 +10119,7 @@ public struct UpdateBotInput: Swift.Sendable { accountId: Swift.String? = nil, botId: Swift.String? = nil, disabled: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.botId = botId self.disabled = disabled @@ -10541,8 +10132,7 @@ public struct UpdateBotOutput: Swift.Sendable { public init( bot: ChimeClientTypes.Bot? = nil - ) - { + ) { self.bot = bot } } @@ -10568,8 +10158,7 @@ public struct UpdateChannelInput: Swift.Sendable { metadata: Swift.String? = nil, mode: ChimeClientTypes.ChannelMode? = nil, name: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.metadata = metadata @@ -10589,8 +10178,7 @@ public struct UpdateChannelOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -10615,8 +10203,7 @@ public struct UpdateChannelMessageInput: Swift.Sendable { content: Swift.String? = nil, messageId: Swift.String? = nil, metadata: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.content = content @@ -10639,8 +10226,7 @@ public struct UpdateChannelMessageOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId } @@ -10656,8 +10242,7 @@ public struct UpdateChannelReadMarkerInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -10669,8 +10254,7 @@ public struct UpdateChannelReadMarkerOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -10684,8 +10268,7 @@ public struct UpdateGlobalSettingsInput: Swift.Sendable { public init( businessCalling: ChimeClientTypes.BusinessCallingSettings? = nil, voiceConnector: ChimeClientTypes.VoiceConnectorSettings? = nil - ) - { + ) { self.businessCalling = businessCalling self.voiceConnector = voiceConnector } @@ -10704,8 +10287,7 @@ public struct UpdatePhoneNumberInput: Swift.Sendable { callingName: Swift.String? = nil, phoneNumberId: Swift.String? = nil, productType: ChimeClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.callingName = callingName self.phoneNumberId = phoneNumberId self.productType = productType @@ -10723,8 +10305,7 @@ public struct UpdatePhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -10736,8 +10317,7 @@ public struct UpdatePhoneNumberSettingsInput: Swift.Sendable { public init( callingName: Swift.String? = nil - ) - { + ) { self.callingName = callingName } } @@ -10765,8 +10345,7 @@ public struct UpdateProxySessionInput: Swift.Sendable { expiryMinutes: Swift.Int? = nil, proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.expiryMinutes = expiryMinutes self.proxySessionId = proxySessionId @@ -10780,8 +10359,7 @@ public struct UpdateProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -10800,8 +10378,7 @@ public struct UpdateRoomInput: Swift.Sendable { accountId: Swift.String? = nil, name: Swift.String? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name self.roomId = roomId @@ -10819,8 +10396,7 @@ public struct UpdateRoomOutput: Swift.Sendable { public init( room: ChimeClientTypes.Room? = nil - ) - { + ) { self.room = room } } @@ -10843,8 +10419,7 @@ public struct UpdateRoomMembershipInput: Swift.Sendable { memberId: Swift.String? = nil, role: ChimeClientTypes.RoomMembershipRole? = nil, roomId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.memberId = memberId self.role = role @@ -10858,8 +10433,7 @@ public struct UpdateRoomMembershipOutput: Swift.Sendable { public init( roomMembership: ChimeClientTypes.RoomMembership? = nil - ) - { + ) { self.roomMembership = roomMembership } } @@ -10877,8 +10451,7 @@ public struct UpdateSipMediaApplicationInput: Swift.Sendable { endpoints: [ChimeClientTypes.SipMediaApplicationEndpoint]? = nil, name: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.name = name self.sipMediaApplicationId = sipMediaApplicationId @@ -10891,8 +10464,7 @@ public struct UpdateSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -10912,8 +10484,7 @@ public struct UpdateSipMediaApplicationCallInput: Swift.Sendable { arguments: [Swift.String: Swift.String]? = nil, sipMediaApplicationId: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.arguments = arguments self.sipMediaApplicationId = sipMediaApplicationId self.transactionId = transactionId @@ -10931,8 +10502,7 @@ public struct UpdateSipMediaApplicationCallOutput: Swift.Sendable { public init( sipMediaApplicationCall: ChimeClientTypes.SipMediaApplicationCall? = nil - ) - { + ) { self.sipMediaApplicationCall = sipMediaApplicationCall } } @@ -10954,8 +10524,7 @@ public struct UpdateSipRuleInput: Swift.Sendable { name: Swift.String? = nil, sipRuleId: Swift.String? = nil, targetApplications: [ChimeClientTypes.SipRuleTargetApplication]? = nil - ) - { + ) { self.disabled = disabled self.name = name self.sipRuleId = sipRuleId @@ -10969,8 +10538,7 @@ public struct UpdateSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -10995,8 +10563,7 @@ public struct UpdateUserInput: Swift.Sendable { licenseType: ChimeClientTypes.License? = nil, userId: Swift.String? = nil, userType: ChimeClientTypes.UserType? = nil - ) - { + ) { self.accountId = accountId self.alexaForBusinessMetadata = alexaForBusinessMetadata self.licenseType = licenseType @@ -11011,8 +10578,7 @@ public struct UpdateUserOutput: Swift.Sendable { public init( user: ChimeClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -11032,8 +10598,7 @@ public struct UpdateUserSettingsInput: Swift.Sendable { accountId: Swift.String? = nil, userId: Swift.String? = nil, userSettings: ChimeClientTypes.UserSettings? = nil - ) - { + ) { self.accountId = accountId self.userId = userId self.userSettings = userSettings @@ -11055,8 +10620,7 @@ public struct UpdateVoiceConnectorInput: Swift.Sendable { name: Swift.String? = nil, requireEncryption: Swift.Bool? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.name = name self.requireEncryption = requireEncryption self.voiceConnectorId = voiceConnectorId @@ -11069,8 +10633,7 @@ public struct UpdateVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -11090,8 +10653,7 @@ public struct UpdateVoiceConnectorGroupInput: Swift.Sendable { name: Swift.String? = nil, voiceConnectorGroupId: Swift.String? = nil, voiceConnectorItems: [ChimeClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.name = name self.voiceConnectorGroupId = voiceConnectorGroupId self.voiceConnectorItems = voiceConnectorItems @@ -11104,8 +10666,7 @@ public struct UpdateVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -11141,8 +10702,7 @@ public struct ValidateE911AddressInput: Swift.Sendable { state: Swift.String? = nil, streetInfo: Swift.String? = nil, streetNumber: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.city = city self.country = country @@ -11173,8 +10733,7 @@ public struct ValidateE911AddressOutput: Swift.Sendable { addressExternalId: Swift.String? = nil, candidateAddressList: [ChimeClientTypes.CandidateAddress]? = nil, validationResult: Swift.Int = 0 - ) - { + ) { self.address = address self.addressExternalId = addressExternalId self.candidateAddressList = candidateAddressList diff --git a/Sources/Services/AWSChimeSDKIdentity/Package.swift.txt b/Sources/Services/AWSChimeSDKIdentity/Package.swift.txt index 9f87105d7ee..dd4b1a8ca17 100644 --- a/Sources/Services/AWSChimeSDKIdentity/Package.swift.txt +++ b/Sources/Services/AWSChimeSDKIdentity/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/ChimeSDKIdentityClient.swift b/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/ChimeSDKIdentityClient.swift index e569684cd85..fdefa96df6e 100644 --- a/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/ChimeSDKIdentityClient.swift +++ b/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/ChimeSDKIdentityClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeSDKIdentityClient: ClientRuntime.Client { public static let clientName = "ChimeSDKIdentityClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeSDKIdentityClient.ChimeSDKIdentityClientConfiguration let serviceName = "Chime SDK Identity" diff --git a/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/Models.swift b/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/Models.swift index 93218bc00ab..59bbb79af62 100644 --- a/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/Models.swift +++ b/Sources/Services/AWSChimeSDKIdentity/Sources/AWSChimeSDKIdentity/Models.swift @@ -112,8 +112,7 @@ extension ChimeSDKIdentityClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.createdTimestamp = createdTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -140,8 +139,7 @@ extension ChimeSDKIdentityClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -168,8 +166,7 @@ extension ChimeSDKIdentityClientTypes { admin: ChimeSDKIdentityClientTypes.Identity? = nil, appInstanceArn: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.admin = admin self.appInstanceArn = appInstanceArn self.createdTimestamp = createdTimestamp @@ -186,8 +183,7 @@ extension ChimeSDKIdentityClientTypes { public init( admin: ChimeSDKIdentityClientTypes.Identity? = nil - ) - { + ) { self.admin = admin } } @@ -283,8 +279,7 @@ extension ChimeSDKIdentityClientTypes { public init( standardMessages: ChimeSDKIdentityClientTypes.StandardMessages? = nil, targetedMessages: ChimeSDKIdentityClientTypes.TargetedMessages? = nil - ) - { + ) { self.standardMessages = standardMessages self.targetedMessages = targetedMessages } @@ -340,8 +335,7 @@ extension ChimeSDKIdentityClientTypes { localeId: Swift.String? = nil, respondsTo: ChimeSDKIdentityClientTypes.RespondsTo? = nil, welcomeIntent: Swift.String? = nil - ) - { + ) { self.invokedBy = invokedBy self.lexBotAliasArn = lexBotAliasArn self.localeId = localeId @@ -361,8 +355,7 @@ extension ChimeSDKIdentityClientTypes { public init( lex: ChimeSDKIdentityClientTypes.LexConfiguration? = nil - ) - { + ) { self.lex = lex } } @@ -392,8 +385,7 @@ extension ChimeSDKIdentityClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn self.configuration = configuration self.createdTimestamp = createdTimestamp @@ -424,8 +416,7 @@ extension ChimeSDKIdentityClientTypes { appInstanceBotArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn self.metadata = metadata self.name = name @@ -453,8 +444,7 @@ extension ChimeSDKIdentityClientTypes { appInstanceArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.metadata = metadata self.name = name @@ -476,8 +466,7 @@ extension ChimeSDKIdentityClientTypes { public init( retentionDays: Swift.Int? = nil - ) - { + ) { self.retentionDays = retentionDays } } @@ -492,8 +481,7 @@ extension ChimeSDKIdentityClientTypes { public init( channelRetentionSettings: ChimeSDKIdentityClientTypes.ChannelRetentionSettings? = nil - ) - { + ) { self.channelRetentionSettings = channelRetentionSettings } } @@ -539,8 +527,7 @@ extension ChimeSDKIdentityClientTypes { public init( expirationCriterion: ChimeSDKIdentityClientTypes.ExpirationCriterion? = nil, expirationDays: Swift.Int? = nil - ) - { + ) { self.expirationCriterion = expirationCriterion self.expirationDays = expirationDays } @@ -571,8 +558,7 @@ extension ChimeSDKIdentityClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.createdTimestamp = createdTimestamp self.expirationSettings = expirationSettings @@ -601,8 +587,7 @@ extension ChimeSDKIdentityClientTypes { public init( deviceToken: Swift.String? = nil, voipDeviceToken: Swift.String? = nil - ) - { + ) { self.deviceToken = deviceToken self.voipDeviceToken = voipDeviceToken } @@ -693,8 +678,7 @@ extension ChimeSDKIdentityClientTypes { public init( status: ChimeSDKIdentityClientTypes.EndpointStatus? = nil, statusReason: ChimeSDKIdentityClientTypes.EndpointStatusReason? = nil - ) - { + ) { self.status = status self.statusReason = statusReason } @@ -777,8 +761,7 @@ extension ChimeSDKIdentityClientTypes { name: Swift.String? = nil, resourceArn: Swift.String? = nil, type: ChimeSDKIdentityClientTypes.AppInstanceUserEndpointType? = nil - ) - { + ) { self.allowMessages = allowMessages self.appInstanceUserArn = appInstanceUserArn self.createdTimestamp = createdTimestamp @@ -822,8 +805,7 @@ extension ChimeSDKIdentityClientTypes { endpointState: ChimeSDKIdentityClientTypes.EndpointState? = nil, name: Swift.String? = nil, type: ChimeSDKIdentityClientTypes.AppInstanceUserEndpointType? = nil - ) - { + ) { self.allowMessages = allowMessages self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId @@ -854,8 +836,7 @@ extension ChimeSDKIdentityClientTypes { appInstanceUserArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.metadata = metadata self.name = name @@ -956,8 +937,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -983,8 +963,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1010,8 +989,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1037,8 +1015,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1064,8 +1041,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1091,8 +1067,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1118,8 +1093,7 @@ public struct ThrottledClientException: ClientRuntime.ModeledError, AWSClientRun public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1145,8 +1119,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1166,8 +1139,7 @@ extension ChimeSDKIdentityClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1196,8 +1168,7 @@ public struct CreateAppInstanceInput: Swift.Sendable { metadata: Swift.String? = nil, name: Swift.String? = nil, tags: [ChimeSDKIdentityClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.metadata = metadata self.name = name @@ -1216,8 +1187,7 @@ public struct CreateAppInstanceOutput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -1233,8 +1203,7 @@ public struct CreateAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -1249,8 +1218,7 @@ public struct CreateAppInstanceAdminOutput: Swift.Sendable { public init( appInstanceAdmin: ChimeSDKIdentityClientTypes.Identity? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdmin = appInstanceAdmin self.appInstanceArn = appInstanceArn } @@ -1280,8 +1248,7 @@ public struct CreateAppInstanceBotInput: Swift.Sendable { metadata: Swift.String? = nil, name: Swift.String? = nil, tags: [ChimeSDKIdentityClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.clientRequestToken = clientRequestToken self.configuration = configuration @@ -1302,8 +1269,7 @@ public struct CreateAppInstanceBotOutput: Swift.Sendable { public init( appInstanceBotArn: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn } } @@ -1336,8 +1302,7 @@ public struct CreateAppInstanceUserInput: Swift.Sendable { metadata: Swift.String? = nil, name: Swift.String? = nil, tags: [ChimeSDKIdentityClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceUserId = appInstanceUserId self.clientRequestToken = clientRequestToken @@ -1359,8 +1324,7 @@ public struct CreateAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -1372,8 +1336,7 @@ public struct DeleteAppInstanceInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -1389,8 +1352,7 @@ public struct DeleteAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -1403,8 +1365,7 @@ public struct DeleteAppInstanceBotInput: Swift.Sendable { public init( appInstanceBotArn: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn } } @@ -1416,8 +1377,7 @@ public struct DeleteAppInstanceUserInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -1433,8 +1393,7 @@ public struct DeregisterAppInstanceUserEndpointInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId } @@ -1447,8 +1406,7 @@ public struct DescribeAppInstanceInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -1459,8 +1417,7 @@ public struct DescribeAppInstanceOutput: Swift.Sendable { public init( appInstance: ChimeSDKIdentityClientTypes.AppInstance? = nil - ) - { + ) { self.appInstance = appInstance } } @@ -1476,8 +1433,7 @@ public struct DescribeAppInstanceAdminInput: Swift.Sendable { public init( appInstanceAdminArn: Swift.String? = nil, appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceAdminArn = appInstanceAdminArn self.appInstanceArn = appInstanceArn } @@ -1489,8 +1445,7 @@ public struct DescribeAppInstanceAdminOutput: Swift.Sendable { public init( appInstanceAdmin: ChimeSDKIdentityClientTypes.AppInstanceAdmin? = nil - ) - { + ) { self.appInstanceAdmin = appInstanceAdmin } } @@ -1515,8 +1470,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKIdentityClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1529,8 +1483,7 @@ public struct DescribeAppInstanceBotInput: Swift.Sendable { public init( appInstanceBotArn: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn } } @@ -1541,8 +1494,7 @@ public struct DescribeAppInstanceBotOutput: Swift.Sendable { public init( appInstanceBot: ChimeSDKIdentityClientTypes.AppInstanceBot? = nil - ) - { + ) { self.appInstanceBot = appInstanceBot } } @@ -1554,8 +1506,7 @@ public struct DescribeAppInstanceUserInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -1566,8 +1517,7 @@ public struct DescribeAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUser: ChimeSDKIdentityClientTypes.AppInstanceUser? = nil - ) - { + ) { self.appInstanceUser = appInstanceUser } } @@ -1583,8 +1533,7 @@ public struct DescribeAppInstanceUserEndpointInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId } @@ -1596,8 +1545,7 @@ public struct DescribeAppInstanceUserEndpointOutput: Swift.Sendable { public init( appInstanceUserEndpoint: ChimeSDKIdentityClientTypes.AppInstanceUserEndpoint? = nil - ) - { + ) { self.appInstanceUserEndpoint = appInstanceUserEndpoint } } @@ -1609,8 +1557,7 @@ public struct GetAppInstanceRetentionSettingsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -1624,8 +1571,7 @@ public struct GetAppInstanceRetentionSettingsOutput: Swift.Sendable { public init( appInstanceRetentionSettings: ChimeSDKIdentityClientTypes.AppInstanceRetentionSettings? = nil, initiateDeletionTimestamp: Foundation.Date? = nil - ) - { + ) { self.appInstanceRetentionSettings = appInstanceRetentionSettings self.initiateDeletionTimestamp = initiateDeletionTimestamp } @@ -1644,8 +1590,7 @@ public struct ListAppInstanceAdminsInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -1669,8 +1614,7 @@ public struct ListAppInstanceAdminsOutput: Swift.Sendable { appInstanceAdmins: [ChimeSDKIdentityClientTypes.AppInstanceAdminSummary]? = nil, appInstanceArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceAdmins = appInstanceAdmins self.appInstanceArn = appInstanceArn self.nextToken = nextToken @@ -1695,8 +1639,7 @@ public struct ListAppInstanceBotsInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -1720,8 +1663,7 @@ public struct ListAppInstanceBotsOutput: Swift.Sendable { appInstanceArn: Swift.String? = nil, appInstanceBots: [ChimeSDKIdentityClientTypes.AppInstanceBotSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceBots = appInstanceBots self.nextToken = nextToken @@ -1742,8 +1684,7 @@ public struct ListAppInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1763,8 +1704,7 @@ public struct ListAppInstancesOutput: Swift.Sendable { public init( appInstances: [ChimeSDKIdentityClientTypes.AppInstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstances = appInstances self.nextToken = nextToken } @@ -1788,8 +1728,7 @@ public struct ListAppInstanceUserEndpointsInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.maxResults = maxResults self.nextToken = nextToken @@ -1810,8 +1749,7 @@ public struct ListAppInstanceUserEndpointsOutput: Swift.Sendable { public init( appInstanceUserEndpoints: [ChimeSDKIdentityClientTypes.AppInstanceUserEndpointSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserEndpoints = appInstanceUserEndpoints self.nextToken = nextToken } @@ -1835,8 +1773,7 @@ public struct ListAppInstanceUsersInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -1860,8 +1797,7 @@ public struct ListAppInstanceUsersOutput: Swift.Sendable { appInstanceArn: Swift.String? = nil, appInstanceUsers: [ChimeSDKIdentityClientTypes.AppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceUsers = appInstanceUsers self.nextToken = nextToken @@ -1880,8 +1816,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1892,8 +1827,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeSDKIdentityClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1909,8 +1843,7 @@ public struct PutAppInstanceRetentionSettingsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil, appInstanceRetentionSettings: ChimeSDKIdentityClientTypes.AppInstanceRetentionSettings? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.appInstanceRetentionSettings = appInstanceRetentionSettings } @@ -1925,8 +1858,7 @@ public struct PutAppInstanceRetentionSettingsOutput: Swift.Sendable { public init( appInstanceRetentionSettings: ChimeSDKIdentityClientTypes.AppInstanceRetentionSettings? = nil, initiateDeletionTimestamp: Foundation.Date? = nil - ) - { + ) { self.appInstanceRetentionSettings = appInstanceRetentionSettings self.initiateDeletionTimestamp = initiateDeletionTimestamp } @@ -1942,8 +1874,7 @@ public struct PutAppInstanceUserExpirationSettingsInput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, expirationSettings: ChimeSDKIdentityClientTypes.ExpirationSettings? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.expirationSettings = expirationSettings } @@ -1958,8 +1889,7 @@ public struct PutAppInstanceUserExpirationSettingsOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, expirationSettings: ChimeSDKIdentityClientTypes.ExpirationSettings? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.expirationSettings = expirationSettings } @@ -2003,8 +1933,7 @@ public struct RegisterAppInstanceUserEndpointInput: Swift.Sendable { name: Swift.String? = nil, resourceArn: Swift.String? = nil, type: ChimeSDKIdentityClientTypes.AppInstanceUserEndpointType? = nil - ) - { + ) { self.allowMessages = allowMessages self.appInstanceUserArn = appInstanceUserArn self.clientRequestToken = clientRequestToken @@ -2029,8 +1958,7 @@ public struct RegisterAppInstanceUserEndpointOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId } @@ -2047,8 +1975,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeSDKIdentityClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2065,8 +1992,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2092,8 +2018,7 @@ public struct UpdateAppInstanceInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.metadata = metadata self.name = name @@ -2111,8 +2036,7 @@ public struct UpdateAppInstanceOutput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -2135,8 +2059,7 @@ public struct UpdateAppInstanceBotInput: Swift.Sendable { configuration: ChimeSDKIdentityClientTypes.Configuration? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn self.configuration = configuration self.metadata = metadata @@ -2155,8 +2078,7 @@ public struct UpdateAppInstanceBotOutput: Swift.Sendable { public init( appInstanceBotArn: Swift.String? = nil - ) - { + ) { self.appInstanceBotArn = appInstanceBotArn } } @@ -2176,8 +2098,7 @@ public struct UpdateAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, metadata: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.metadata = metadata self.name = name @@ -2195,8 +2116,7 @@ public struct UpdateAppInstanceUserOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn } } @@ -2218,8 +2138,7 @@ public struct UpdateAppInstanceUserEndpointInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, endpointId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.allowMessages = allowMessages self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId @@ -2241,8 +2160,7 @@ public struct UpdateAppInstanceUserEndpointOutput: Swift.Sendable { public init( appInstanceUserArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.endpointId = endpointId } diff --git a/Sources/Services/AWSChimeSDKMediaPipelines/Package.swift.txt b/Sources/Services/AWSChimeSDKMediaPipelines/Package.swift.txt index b7b9c63246b..7b10d0a54a6 100644 --- a/Sources/Services/AWSChimeSDKMediaPipelines/Package.swift.txt +++ b/Sources/Services/AWSChimeSDKMediaPipelines/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.swift b/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.swift index 0a1e3f6c87d..3a6c0c98009 100644 --- a/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.swift +++ b/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/ChimeSDKMediaPipelinesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeSDKMediaPipelinesClient: ClientRuntime.Client { public static let clientName = "ChimeSDKMediaPipelinesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeSDKMediaPipelinesClient.ChimeSDKMediaPipelinesClientConfiguration let serviceName = "Chime SDK Media Pipelines" diff --git a/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/Models.swift b/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/Models.swift index c4e682f2c9c..d3d5b02700e 100644 --- a/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/Models.swift +++ b/Sources/Services/AWSChimeSDKMediaPipelines/Sources/AWSChimeSDKMediaPipelines/Models.swift @@ -108,8 +108,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( activeSpeakerPosition: ChimeSDKMediaPipelinesClientTypes.ActiveSpeakerPosition? = nil - ) - { + ) { self.activeSpeakerPosition = activeSpeakerPosition } } @@ -272,8 +271,7 @@ extension ChimeSDKMediaPipelinesClientTypes { dataAccessRoleArn: Swift.String? = nil, outputEncryptionKMSKeyId: Swift.String? = nil, outputLocation: Swift.String? = nil - ) - { + ) { self.contentRedactionOutput = contentRedactionOutput self.dataAccessRoleArn = dataAccessRoleArn self.outputEncryptionKMSKeyId = outputEncryptionKMSKeyId @@ -360,8 +358,7 @@ extension ChimeSDKMediaPipelinesClientTypes { vocabularyFilterMethod: ChimeSDKMediaPipelinesClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.callAnalyticsStreamCategories = callAnalyticsStreamCategories self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType @@ -439,8 +436,7 @@ extension ChimeSDKMediaPipelinesClientTypes { vocabularyFilterNames: Swift.String? = nil, vocabularyName: Swift.String? = nil, vocabularyNames: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType self.enablePartialResultsStabilization = enablePartialResultsStabilization @@ -499,8 +495,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.AudioArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -545,8 +540,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -562,8 +556,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -579,8 +572,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -596,8 +588,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -613,8 +604,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -630,8 +620,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( state: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationState? = nil - ) - { + ) { self.state = state } } @@ -671,8 +660,7 @@ extension ChimeSDKMediaPipelinesClientTypes { meetingEvents: ChimeSDKMediaPipelinesClientTypes.MeetingEventsConcatenationConfiguration? = nil, transcriptionMessages: ChimeSDKMediaPipelinesClientTypes.TranscriptionMessagesConcatenationConfiguration? = nil, video: ChimeSDKMediaPipelinesClientTypes.VideoConcatenationConfiguration? = nil - ) - { + ) { self.audio = audio self.compositedVideo = compositedVideo self.content = content @@ -726,8 +714,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( muxType: ChimeSDKMediaPipelinesClientTypes.AudioMuxType? = nil - ) - { + ) { self.muxType = muxType } } @@ -873,8 +860,7 @@ extension ChimeSDKMediaPipelinesClientTypes { tileCount: Swift.Int? = nil, tileOrder: ChimeSDKMediaPipelinesClientTypes.TileOrder? = nil, tilePosition: ChimeSDKMediaPipelinesClientTypes.HorizontalTilePosition? = nil - ) - { + ) { self.tileAspectRatio = tileAspectRatio self.tileCount = tileCount self.tileOrder = tileOrder @@ -927,8 +913,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( presenterPosition: ChimeSDKMediaPipelinesClientTypes.PresenterPosition? = nil - ) - { + ) { self.presenterPosition = presenterPosition } } @@ -981,8 +966,7 @@ extension ChimeSDKMediaPipelinesClientTypes { tileCount: Swift.Int? = nil, tileOrder: ChimeSDKMediaPipelinesClientTypes.TileOrder? = nil, tilePosition: ChimeSDKMediaPipelinesClientTypes.VerticalTilePosition? = nil - ) - { + ) { self.tileAspectRatio = tileAspectRatio self.tileCount = tileCount self.tileOrder = tileOrder @@ -1091,8 +1075,7 @@ extension ChimeSDKMediaPipelinesClientTypes { borderThickness: Swift.Int? = nil, cornerRadius: Swift.Int? = nil, highlightColor: ChimeSDKMediaPipelinesClientTypes.HighlightColor? = nil - ) - { + ) { self.borderColor = borderColor self.borderThickness = borderThickness self.cornerRadius = cornerRadius @@ -1129,8 +1112,7 @@ extension ChimeSDKMediaPipelinesClientTypes { presenterOnlyConfiguration: ChimeSDKMediaPipelinesClientTypes.PresenterOnlyConfiguration? = nil, verticalLayoutConfiguration: ChimeSDKMediaPipelinesClientTypes.VerticalLayoutConfiguration? = nil, videoAttribute: ChimeSDKMediaPipelinesClientTypes.VideoAttribute? = nil - ) - { + ) { self.activeSpeakerOnlyConfiguration = activeSpeakerOnlyConfiguration self.canvasOrientation = canvasOrientation self.contentShareLayout = contentShareLayout @@ -1213,8 +1195,7 @@ extension ChimeSDKMediaPipelinesClientTypes { gridViewConfiguration: ChimeSDKMediaPipelinesClientTypes.GridViewConfiguration? = nil, layout: ChimeSDKMediaPipelinesClientTypes.LayoutOption? = nil, resolution: ChimeSDKMediaPipelinesClientTypes.ResolutionOption? = nil - ) - { + ) { self.gridViewConfiguration = gridViewConfiguration self.layout = layout self.resolution = resolution @@ -1290,8 +1271,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( muxType: ChimeSDKMediaPipelinesClientTypes.ContentMuxType? = nil, state: ChimeSDKMediaPipelinesClientTypes.ArtifactsState? = nil - ) - { + ) { self.muxType = muxType self.state = state } @@ -1337,8 +1317,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( muxType: ChimeSDKMediaPipelinesClientTypes.VideoMuxType? = nil, state: ChimeSDKMediaPipelinesClientTypes.ArtifactsState? = nil - ) - { + ) { self.muxType = muxType self.state = state } @@ -1366,8 +1345,7 @@ extension ChimeSDKMediaPipelinesClientTypes { compositedVideo: ChimeSDKMediaPipelinesClientTypes.CompositedVideoArtifactsConfiguration? = nil, content: ChimeSDKMediaPipelinesClientTypes.ContentArtifactsConfiguration? = nil, video: ChimeSDKMediaPipelinesClientTypes.VideoArtifactsConfiguration? = nil - ) - { + ) { self.audio = audio self.compositedVideo = compositedVideo self.content = content @@ -1472,8 +1450,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1522,8 +1499,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( channelId: Swift.Int = 0, participantRole: ChimeSDKMediaPipelinesClientTypes.ParticipantRole? = nil - ) - { + ) { self.channelId = channelId self.participantRole = participantRole } @@ -1553,8 +1529,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1584,8 +1559,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1615,8 +1589,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1646,8 +1619,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1677,8 +1649,7 @@ public struct ThrottledClientException: ClientRuntime.ModeledError, AWSClientRun code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1708,8 +1679,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1728,8 +1698,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( attendeeIds: [Swift.String]? = nil, externalUserIds: [Swift.String]? = nil - ) - { + ) { self.attendeeIds = attendeeIds self.externalUserIds = externalUserIds } @@ -1750,8 +1719,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( selectedVideoStreams: ChimeSDKMediaPipelinesClientTypes.SelectedVideoStreams? = nil - ) - { + ) { self.selectedVideoStreams = selectedVideoStreams } } @@ -1769,8 +1737,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( artifactsConfiguration: ChimeSDKMediaPipelinesClientTypes.ArtifactsConfiguration? = nil, sourceConfiguration: ChimeSDKMediaPipelinesClientTypes.SourceConfiguration? = nil - ) - { + ) { self.artifactsConfiguration = artifactsConfiguration self.sourceConfiguration = sourceConfiguration } @@ -1860,8 +1827,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( awsKmsEncryptionContext: Swift.String? = nil, awsKmsKeyId: Swift.String? = nil - ) - { + ) { self.awsKmsEncryptionContext = awsKmsEncryptionContext self.awsKmsKeyId = awsKmsKeyId } @@ -1882,8 +1848,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1924,8 +1889,7 @@ public struct CreateMediaCapturePipelineInput: Swift.Sendable { sourceType: ChimeSDKMediaPipelinesClientTypes.MediaPipelineSourceType? = nil, sseAwsKeyManagementParams: ChimeSDKMediaPipelinesClientTypes.SseAwsKeyManagementParams? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.chimeSdkMeetingConfiguration = chimeSdkMeetingConfiguration self.clientRequestToken = clientRequestToken self.sinkArn = sinkArn @@ -2029,8 +1993,7 @@ extension ChimeSDKMediaPipelinesClientTypes { sseAwsKeyManagementParams: ChimeSDKMediaPipelinesClientTypes.SseAwsKeyManagementParams? = nil, status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.chimeSdkMeetingConfiguration = chimeSdkMeetingConfiguration self.createdTimestamp = createdTimestamp self.mediaPipelineArn = mediaPipelineArn @@ -2058,8 +2021,7 @@ public struct CreateMediaCapturePipelineOutput: Swift.Sendable { public init( mediaCapturePipeline: ChimeSDKMediaPipelinesClientTypes.MediaCapturePipeline? = nil - ) - { + ) { self.mediaCapturePipeline = mediaCapturePipeline } } @@ -2074,8 +2036,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( destination: Swift.String? = nil - ) - { + ) { self.destination = destination } } @@ -2126,8 +2087,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( s3BucketSinkConfiguration: ChimeSDKMediaPipelinesClientTypes.S3BucketSinkConfiguration? = nil, type: ChimeSDKMediaPipelinesClientTypes.ConcatenationSinkType? = nil - ) - { + ) { self.s3BucketSinkConfiguration = s3BucketSinkConfiguration self.type = type } @@ -2144,8 +2104,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( artifactsConfiguration: ChimeSDKMediaPipelinesClientTypes.ArtifactsConcatenationConfiguration? = nil - ) - { + ) { self.artifactsConfiguration = artifactsConfiguration } } @@ -2165,8 +2124,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( chimeSdkMeetingConfiguration: ChimeSDKMediaPipelinesClientTypes.ChimeSdkMeetingConcatenationConfiguration? = nil, mediaPipelineArn: Swift.String? = nil - ) - { + ) { self.chimeSdkMeetingConfiguration = chimeSdkMeetingConfiguration self.mediaPipelineArn = mediaPipelineArn } @@ -2218,8 +2176,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( mediaCapturePipelineSourceConfiguration: ChimeSDKMediaPipelinesClientTypes.MediaCapturePipelineSourceConfiguration? = nil, type: ChimeSDKMediaPipelinesClientTypes.ConcatenationSourceType? = nil - ) - { + ) { self.mediaCapturePipelineSourceConfiguration = mediaCapturePipelineSourceConfiguration self.type = type } @@ -2243,8 +2200,7 @@ public struct CreateMediaConcatenationPipelineInput: Swift.Sendable { sinks: [ChimeSDKMediaPipelinesClientTypes.ConcatenationSink]? = nil, sources: [ChimeSDKMediaPipelinesClientTypes.ConcatenationSource]? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.sinks = sinks self.sources = sources @@ -2284,8 +2240,7 @@ extension ChimeSDKMediaPipelinesClientTypes { sources: [ChimeSDKMediaPipelinesClientTypes.ConcatenationSource]? = nil, status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.mediaPipelineArn = mediaPipelineArn self.mediaPipelineId = mediaPipelineId @@ -2303,8 +2258,7 @@ public struct CreateMediaConcatenationPipelineOutput: Swift.Sendable { public init( mediaConcatenationPipeline: ChimeSDKMediaPipelinesClientTypes.MediaConcatenationPipeline? = nil - ) - { + ) { self.mediaConcatenationPipeline = mediaConcatenationPipeline } } @@ -2332,8 +2286,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -2383,8 +2336,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( endTimestamp: Foundation.Date? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.startTimestamp = startTimestamp } @@ -2416,8 +2368,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( fragmentSelectorType: ChimeSDKMediaPipelinesClientTypes.FragmentSelectorType? = nil, timestampRange: ChimeSDKMediaPipelinesClientTypes.TimestampRange? = nil - ) - { + ) { self.fragmentSelectorType = fragmentSelectorType self.timestampRange = timestampRange } @@ -2433,8 +2384,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( streamArn: Swift.String? = nil - ) - { + ) { self.streamArn = streamArn } } @@ -2454,8 +2404,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( fragmentSelector: ChimeSDKMediaPipelinesClientTypes.FragmentSelector? = nil, streams: [ChimeSDKMediaPipelinesClientTypes.RecordingStreamConfiguration]? = nil - ) - { + ) { self.fragmentSelector = fragmentSelector self.streams = streams } @@ -2501,8 +2450,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( channelDefinitions: [ChimeSDKMediaPipelinesClientTypes.ChannelDefinition]? = nil, numberOfChannels: Swift.Int? = nil - ) - { + ) { self.channelDefinitions = channelDefinitions self.numberOfChannels = numberOfChannels } @@ -2526,8 +2474,7 @@ extension ChimeSDKMediaPipelinesClientTypes { fragmentNumber: Swift.String? = nil, streamArn: Swift.String? = nil, streamChannelDefinition: ChimeSDKMediaPipelinesClientTypes.StreamChannelDefinition? = nil - ) - { + ) { self.fragmentNumber = fragmentNumber self.streamArn = streamArn self.streamChannelDefinition = streamChannelDefinition @@ -2553,8 +2500,7 @@ extension ChimeSDKMediaPipelinesClientTypes { mediaEncoding: ChimeSDKMediaPipelinesClientTypes.MediaEncoding? = nil, mediaSampleRate: Swift.Int? = nil, streams: [ChimeSDKMediaPipelinesClientTypes.StreamConfiguration]? = nil - ) - { + ) { self.mediaEncoding = mediaEncoding self.mediaSampleRate = mediaSampleRate self.streams = streams @@ -2605,8 +2551,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( destination: Swift.String? = nil, recordingFileFormat: ChimeSDKMediaPipelinesClientTypes.RecordingFileFormat? = nil - ) - { + ) { self.destination = destination self.recordingFileFormat = recordingFileFormat } @@ -2643,8 +2588,7 @@ public struct CreateMediaInsightsPipelineInput: Swift.Sendable { mediaInsightsRuntimeMetadata: [Swift.String: Swift.String]? = nil, s3RecordingSinkRuntimeConfiguration: ChimeSDKMediaPipelinesClientTypes.S3RecordingSinkRuntimeConfiguration? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.kinesisVideoStreamRecordingSourceRuntimeConfiguration = kinesisVideoStreamRecordingSourceRuntimeConfiguration self.kinesisVideoStreamSourceRuntimeConfiguration = kinesisVideoStreamSourceRuntimeConfiguration @@ -2769,8 +2713,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineElementStatus? = nil, type: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfigurationElementType? = nil - ) - { + ) { self.status = status self.type = type } @@ -2813,8 +2756,7 @@ extension ChimeSDKMediaPipelinesClientTypes { mediaPipelineId: Swift.String? = nil, s3RecordingSinkRuntimeConfiguration: ChimeSDKMediaPipelinesClientTypes.S3RecordingSinkRuntimeConfiguration? = nil, status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatus? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.elementStatuses = elementStatuses self.kinesisVideoStreamRecordingSourceRuntimeConfiguration = kinesisVideoStreamRecordingSourceRuntimeConfiguration @@ -2841,8 +2783,7 @@ public struct CreateMediaInsightsPipelineOutput: Swift.Sendable { public init( mediaInsightsPipeline: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipeline? = nil - ) - { + ) { self.mediaInsightsPipeline = mediaInsightsPipeline } } @@ -2856,8 +2797,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( insightsTarget: Swift.String? = nil - ) - { + ) { self.insightsTarget = insightsTarget } } @@ -2877,8 +2817,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( insightsTarget: Swift.String? = nil - ) - { + ) { self.insightsTarget = insightsTarget } } @@ -2901,8 +2840,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( destination: Swift.String? = nil, recordingFileFormat: ChimeSDKMediaPipelinesClientTypes.RecordingFileFormat? = nil - ) - { + ) { self.destination = destination self.recordingFileFormat = recordingFileFormat } @@ -2923,8 +2861,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( insightsTarget: Swift.String? = nil - ) - { + ) { self.insightsTarget = insightsTarget } } @@ -2944,8 +2881,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( insightsTarget: Swift.String? = nil - ) - { + ) { self.insightsTarget = insightsTarget } } @@ -2997,8 +2933,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( speakerSearchStatus: ChimeSDKMediaPipelinesClientTypes.VoiceAnalyticsConfigurationStatus? = nil, voiceToneAnalysisStatus: ChimeSDKMediaPipelinesClientTypes.VoiceAnalyticsConfigurationStatus? = nil - ) - { + ) { self.speakerSearchStatus = speakerSearchStatus self.voiceToneAnalysisStatus = voiceToneAnalysisStatus } @@ -3014,8 +2949,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( disabled: Swift.Bool = false - ) - { + ) { self.disabled = disabled } } @@ -3058,8 +2992,7 @@ extension ChimeSDKMediaPipelinesClientTypes { type: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfigurationElementType? = nil, voiceAnalyticsProcessorConfiguration: ChimeSDKMediaPipelinesClientTypes.VoiceAnalyticsProcessorConfiguration? = nil, voiceEnhancementSinkConfiguration: ChimeSDKMediaPipelinesClientTypes.VoiceEnhancementSinkConfiguration? = nil - ) - { + ) { self.amazonTranscribeCallAnalyticsProcessorConfiguration = amazonTranscribeCallAnalyticsProcessorConfiguration self.amazonTranscribeProcessorConfiguration = amazonTranscribeProcessorConfiguration self.kinesisDataStreamSinkConfiguration = kinesisDataStreamSinkConfiguration @@ -3084,8 +3017,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( ruleName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName } } @@ -3108,8 +3040,7 @@ extension ChimeSDKMediaPipelinesClientTypes { keywords: [Swift.String]? = nil, negate: Swift.Bool = false, ruleName: Swift.String? = nil - ) - { + ) { self.keywords = keywords self.negate = negate self.ruleName = ruleName @@ -3161,8 +3092,7 @@ extension ChimeSDKMediaPipelinesClientTypes { ruleName: Swift.String? = nil, sentimentType: ChimeSDKMediaPipelinesClientTypes.SentimentType? = nil, timePeriod: Swift.Int? = nil - ) - { + ) { self.ruleName = ruleName self.sentimentType = sentimentType self.timePeriod = timePeriod @@ -3221,8 +3151,7 @@ extension ChimeSDKMediaPipelinesClientTypes { keywordMatchConfiguration: ChimeSDKMediaPipelinesClientTypes.KeywordMatchConfiguration? = nil, sentimentConfiguration: ChimeSDKMediaPipelinesClientTypes.SentimentConfiguration? = nil, type: ChimeSDKMediaPipelinesClientTypes.RealTimeAlertRuleType? = nil - ) - { + ) { self.issueDetectionConfiguration = issueDetectionConfiguration self.keywordMatchConfiguration = keywordMatchConfiguration self.sentimentConfiguration = sentimentConfiguration @@ -3243,8 +3172,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( disabled: Swift.Bool = false, rules: [ChimeSDKMediaPipelinesClientTypes.RealTimeAlertRule]? = nil - ) - { + ) { self.disabled = disabled self.rules = rules } @@ -3275,8 +3203,7 @@ public struct CreateMediaInsightsPipelineConfigurationInput: Swift.Sendable { realTimeAlertConfiguration: ChimeSDKMediaPipelinesClientTypes.RealTimeAlertConfiguration? = nil, resourceAccessRoleArn: Swift.String? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.elements = elements self.mediaInsightsPipelineConfigurationName = mediaInsightsPipelineConfigurationName @@ -3321,8 +3248,7 @@ extension ChimeSDKMediaPipelinesClientTypes { realTimeAlertConfiguration: ChimeSDKMediaPipelinesClientTypes.RealTimeAlertConfiguration? = nil, resourceAccessRoleArn: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.elements = elements self.mediaInsightsPipelineConfigurationArn = mediaInsightsPipelineConfigurationArn @@ -3346,8 +3272,7 @@ public struct CreateMediaInsightsPipelineConfigurationOutput: Swift.Sendable { public init( mediaInsightsPipelineConfiguration: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfiguration? = nil - ) - { + ) { self.mediaInsightsPipelineConfiguration = mediaInsightsPipelineConfiguration } } @@ -3368,8 +3293,7 @@ extension ChimeSDKMediaPipelinesClientTypes { audioChannels: ChimeSDKMediaPipelinesClientTypes.AudioChannelsOption? = nil, audioSampleRate: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.audioChannels = audioChannels self.audioSampleRate = audioSampleRate self.url = url @@ -3422,8 +3346,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( rtmpConfiguration: ChimeSDKMediaPipelinesClientTypes.LiveConnectorRTMPConfiguration? = nil, sinkType: ChimeSDKMediaPipelinesClientTypes.LiveConnectorSinkType? = nil - ) - { + ) { self.rtmpConfiguration = rtmpConfiguration self.sinkType = sinkType } @@ -3479,8 +3402,7 @@ extension ChimeSDKMediaPipelinesClientTypes { compositedVideo: ChimeSDKMediaPipelinesClientTypes.CompositedVideoArtifactsConfiguration? = nil, muxType: ChimeSDKMediaPipelinesClientTypes.LiveConnectorMuxType? = nil, sourceConfiguration: ChimeSDKMediaPipelinesClientTypes.SourceConfiguration? = nil - ) - { + ) { self.arn = arn self.compositedVideo = compositedVideo self.muxType = muxType @@ -3534,8 +3456,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( chimeSdkMeetingLiveConnectorConfiguration: ChimeSDKMediaPipelinesClientTypes.ChimeSdkMeetingLiveConnectorConfiguration? = nil, sourceType: ChimeSDKMediaPipelinesClientTypes.LiveConnectorSourceType? = nil - ) - { + ) { self.chimeSdkMeetingLiveConnectorConfiguration = chimeSdkMeetingLiveConnectorConfiguration self.sourceType = sourceType } @@ -3559,8 +3480,7 @@ public struct CreateMediaLiveConnectorPipelineInput: Swift.Sendable { sinks: [ChimeSDKMediaPipelinesClientTypes.LiveConnectorSinkConfiguration]? = nil, sources: [ChimeSDKMediaPipelinesClientTypes.LiveConnectorSourceConfiguration]? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.sinks = sinks self.sources = sources @@ -3600,8 +3520,7 @@ extension ChimeSDKMediaPipelinesClientTypes { sources: [ChimeSDKMediaPipelinesClientTypes.LiveConnectorSourceConfiguration]? = nil, status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.mediaPipelineArn = mediaPipelineArn self.mediaPipelineId = mediaPipelineId @@ -3619,8 +3538,7 @@ public struct CreateMediaLiveConnectorPipelineOutput: Swift.Sendable { public init( mediaLiveConnectorPipeline: ChimeSDKMediaPipelinesClientTypes.MediaLiveConnectorPipeline? = nil - ) - { + ) { self.mediaLiveConnectorPipeline = mediaLiveConnectorPipeline } } @@ -3648,8 +3566,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW code: ChimeSDKMediaPipelinesClientTypes.ErrorCode? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -3669,8 +3586,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( dataRetentionInHours: Swift.Int? = nil, region: Swift.String? = nil - ) - { + ) { self.dataRetentionInHours = dataRetentionInHours self.region = region } @@ -3694,8 +3610,7 @@ public struct CreateMediaPipelineKinesisVideoStreamPoolInput: Swift.Sendable { poolName: Swift.String? = nil, streamConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamConfiguration? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.poolName = poolName self.streamConfiguration = streamConfiguration @@ -3776,8 +3691,7 @@ extension ChimeSDKMediaPipelinesClientTypes { poolStatus: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamPoolStatus? = nil, streamConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamConfiguration? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.poolArn = poolArn self.poolId = poolId @@ -3801,8 +3715,7 @@ public struct CreateMediaPipelineKinesisVideoStreamPoolOutput: Swift.Sendable { public init( kinesisVideoStreamPoolConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamPoolConfiguration? = nil - ) - { + ) { self.kinesisVideoStreamPoolConfiguration = kinesisVideoStreamPoolConfiguration } } @@ -3884,8 +3797,7 @@ extension ChimeSDKMediaPipelinesClientTypes { reservedStreamCapacity: Swift.Int? = nil, sinkArn: Swift.String? = nil, sinkType: ChimeSDKMediaPipelinesClientTypes.MediaStreamPipelineSinkType? = nil - ) - { + ) { self.mediaStreamType = mediaStreamType self.reservedStreamCapacity = reservedStreamCapacity self.sinkArn = sinkArn @@ -3913,8 +3825,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( sourceArn: Swift.String? = nil, sourceType: ChimeSDKMediaPipelinesClientTypes.MediaPipelineSourceType? = nil - ) - { + ) { self.sourceArn = sourceArn self.sourceType = sourceType } @@ -3943,8 +3854,7 @@ public struct CreateMediaStreamPipelineInput: Swift.Sendable { sinks: [ChimeSDKMediaPipelinesClientTypes.MediaStreamSink]? = nil, sources: [ChimeSDKMediaPipelinesClientTypes.MediaStreamSource]? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.sinks = sinks self.sources = sources @@ -3984,8 +3894,7 @@ extension ChimeSDKMediaPipelinesClientTypes { sources: [ChimeSDKMediaPipelinesClientTypes.MediaStreamSource]? = nil, status: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.mediaPipelineArn = mediaPipelineArn self.mediaPipelineId = mediaPipelineId @@ -4003,8 +3912,7 @@ public struct CreateMediaStreamPipelineOutput: Swift.Sendable { public init( mediaStreamPipeline: ChimeSDKMediaPipelinesClientTypes.MediaStreamPipeline? = nil - ) - { + ) { self.mediaStreamPipeline = mediaStreamPipeline } } @@ -4016,8 +3924,7 @@ public struct DeleteMediaCapturePipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -4029,8 +3936,7 @@ public struct DeleteMediaInsightsPipelineConfigurationInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -4042,8 +3948,7 @@ public struct DeleteMediaPipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -4055,8 +3960,7 @@ public struct DeleteMediaPipelineKinesisVideoStreamPoolInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -4068,8 +3972,7 @@ public struct GetMediaCapturePipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -4080,8 +3983,7 @@ public struct GetMediaCapturePipelineOutput: Swift.Sendable { public init( mediaCapturePipeline: ChimeSDKMediaPipelinesClientTypes.MediaCapturePipeline? = nil - ) - { + ) { self.mediaCapturePipeline = mediaCapturePipeline } } @@ -4093,8 +3995,7 @@ public struct GetMediaInsightsPipelineConfigurationInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -4105,8 +4006,7 @@ public struct GetMediaInsightsPipelineConfigurationOutput: Swift.Sendable { public init( mediaInsightsPipelineConfiguration: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfiguration? = nil - ) - { + ) { self.mediaInsightsPipelineConfiguration = mediaInsightsPipelineConfiguration } } @@ -4118,8 +4018,7 @@ public struct GetMediaPipelineInput: Swift.Sendable { public init( mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineId = mediaPipelineId } } @@ -4145,8 +4044,7 @@ extension ChimeSDKMediaPipelinesClientTypes { mediaInsightsPipeline: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipeline? = nil, mediaLiveConnectorPipeline: ChimeSDKMediaPipelinesClientTypes.MediaLiveConnectorPipeline? = nil, mediaStreamPipeline: ChimeSDKMediaPipelinesClientTypes.MediaStreamPipeline? = nil - ) - { + ) { self.mediaCapturePipeline = mediaCapturePipeline self.mediaConcatenationPipeline = mediaConcatenationPipeline self.mediaInsightsPipeline = mediaInsightsPipeline @@ -4162,8 +4060,7 @@ public struct GetMediaPipelineOutput: Swift.Sendable { public init( mediaPipeline: ChimeSDKMediaPipelinesClientTypes.MediaPipeline? = nil - ) - { + ) { self.mediaPipeline = mediaPipeline } } @@ -4175,8 +4072,7 @@ public struct GetMediaPipelineKinesisVideoStreamPoolInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -4187,8 +4083,7 @@ public struct GetMediaPipelineKinesisVideoStreamPoolOutput: Swift.Sendable { public init( kinesisVideoStreamPoolConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamPoolConfiguration? = nil - ) - { + ) { self.kinesisVideoStreamPoolConfiguration = kinesisVideoStreamPoolConfiguration } } @@ -4204,8 +4099,7 @@ public struct GetSpeakerSearchTaskInput: Swift.Sendable { public init( identifier: Swift.String? = nil, speakerSearchTaskId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.speakerSearchTaskId = speakerSearchTaskId } @@ -4270,8 +4164,7 @@ extension ChimeSDKMediaPipelinesClientTypes { speakerSearchTaskId: Swift.String? = nil, speakerSearchTaskStatus: ChimeSDKMediaPipelinesClientTypes.MediaPipelineTaskStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.speakerSearchTaskId = speakerSearchTaskId self.speakerSearchTaskStatus = speakerSearchTaskStatus @@ -4286,8 +4179,7 @@ public struct GetSpeakerSearchTaskOutput: Swift.Sendable { public init( speakerSearchTask: ChimeSDKMediaPipelinesClientTypes.SpeakerSearchTask? = nil - ) - { + ) { self.speakerSearchTask = speakerSearchTask } } @@ -4303,8 +4195,7 @@ public struct GetVoiceToneAnalysisTaskInput: Swift.Sendable { public init( identifier: Swift.String? = nil, voiceToneAnalysisTaskId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.voiceToneAnalysisTaskId = voiceToneAnalysisTaskId } @@ -4328,8 +4219,7 @@ extension ChimeSDKMediaPipelinesClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceToneAnalysisTaskId: Swift.String? = nil, voiceToneAnalysisTaskStatus: ChimeSDKMediaPipelinesClientTypes.MediaPipelineTaskStatus? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.updatedTimestamp = updatedTimestamp self.voiceToneAnalysisTaskId = voiceToneAnalysisTaskId @@ -4344,8 +4234,7 @@ public struct GetVoiceToneAnalysisTaskOutput: Swift.Sendable { public init( voiceToneAnalysisTask: ChimeSDKMediaPipelinesClientTypes.VoiceToneAnalysisTask? = nil - ) - { + ) { self.voiceToneAnalysisTask = voiceToneAnalysisTask } } @@ -4359,8 +4248,7 @@ public struct ListMediaCapturePipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4378,8 +4266,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( mediaPipelineArn: Swift.String? = nil, mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineArn = mediaPipelineArn self.mediaPipelineId = mediaPipelineId } @@ -4395,8 +4282,7 @@ public struct ListMediaCapturePipelinesOutput: Swift.Sendable { public init( mediaCapturePipelines: [ChimeSDKMediaPipelinesClientTypes.MediaCapturePipelineSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mediaCapturePipelines = mediaCapturePipelines self.nextToken = nextToken } @@ -4411,8 +4297,7 @@ public struct ListMediaInsightsPipelineConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4433,8 +4318,7 @@ extension ChimeSDKMediaPipelinesClientTypes { mediaInsightsPipelineConfigurationArn: Swift.String? = nil, mediaInsightsPipelineConfigurationId: Swift.String? = nil, mediaInsightsPipelineConfigurationName: Swift.String? = nil - ) - { + ) { self.mediaInsightsPipelineConfigurationArn = mediaInsightsPipelineConfigurationArn self.mediaInsightsPipelineConfigurationId = mediaInsightsPipelineConfigurationId self.mediaInsightsPipelineConfigurationName = mediaInsightsPipelineConfigurationName @@ -4456,8 +4340,7 @@ public struct ListMediaInsightsPipelineConfigurationsOutput: Swift.Sendable { public init( mediaInsightsPipelineConfigurations: [ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mediaInsightsPipelineConfigurations = mediaInsightsPipelineConfigurations self.nextToken = nextToken } @@ -4472,8 +4355,7 @@ public struct ListMediaPipelineKinesisVideoStreamPoolsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4494,8 +4376,7 @@ extension ChimeSDKMediaPipelinesClientTypes { poolArn: Swift.String? = nil, poolId: Swift.String? = nil, poolName: Swift.String? = nil - ) - { + ) { self.poolArn = poolArn self.poolId = poolId self.poolName = poolName @@ -4517,8 +4398,7 @@ public struct ListMediaPipelineKinesisVideoStreamPoolsOutput: Swift.Sendable { public init( kinesisVideoStreamPools: [ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamPoolSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kinesisVideoStreamPools = kinesisVideoStreamPools self.nextToken = nextToken } @@ -4533,8 +4413,7 @@ public struct ListMediaPipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4552,8 +4431,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( mediaPipelineArn: Swift.String? = nil, mediaPipelineId: Swift.String? = nil - ) - { + ) { self.mediaPipelineArn = mediaPipelineArn self.mediaPipelineId = mediaPipelineId } @@ -4569,8 +4447,7 @@ public struct ListMediaPipelinesOutput: Swift.Sendable { public init( mediaPipelines: [ChimeSDKMediaPipelinesClientTypes.MediaPipelineSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mediaPipelines = mediaPipelines self.nextToken = nextToken } @@ -4583,8 +4460,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -4595,8 +4471,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4618,8 +4493,7 @@ extension ChimeSDKMediaPipelinesClientTypes { channelId: Swift.Int = 0, fragmentNumber: Swift.String? = nil, streamArn: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.fragmentNumber = fragmentNumber self.streamArn = streamArn @@ -4644,8 +4518,7 @@ public struct StartSpeakerSearchTaskInput: Swift.Sendable { identifier: Swift.String? = nil, kinesisVideoStreamSourceTaskConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamSourceTaskConfiguration? = nil, voiceProfileDomainArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.identifier = identifier self.kinesisVideoStreamSourceTaskConfiguration = kinesisVideoStreamSourceTaskConfiguration @@ -4664,8 +4537,7 @@ public struct StartSpeakerSearchTaskOutput: Swift.Sendable { public init( speakerSearchTask: ChimeSDKMediaPipelinesClientTypes.SpeakerSearchTask? = nil - ) - { + ) { self.speakerSearchTask = speakerSearchTask } } @@ -4713,8 +4585,7 @@ public struct StartVoiceToneAnalysisTaskInput: Swift.Sendable { identifier: Swift.String? = nil, kinesisVideoStreamSourceTaskConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamSourceTaskConfiguration? = nil, languageCode: ChimeSDKMediaPipelinesClientTypes.VoiceAnalyticsLanguageCode? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.identifier = identifier self.kinesisVideoStreamSourceTaskConfiguration = kinesisVideoStreamSourceTaskConfiguration @@ -4733,8 +4604,7 @@ public struct StartVoiceToneAnalysisTaskOutput: Swift.Sendable { public init( voiceToneAnalysisTask: ChimeSDKMediaPipelinesClientTypes.VoiceToneAnalysisTask? = nil - ) - { + ) { self.voiceToneAnalysisTask = voiceToneAnalysisTask } } @@ -4750,8 +4620,7 @@ public struct StopSpeakerSearchTaskInput: Swift.Sendable { public init( identifier: Swift.String? = nil, speakerSearchTaskId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.speakerSearchTaskId = speakerSearchTaskId } @@ -4768,8 +4637,7 @@ public struct StopVoiceToneAnalysisTaskInput: Swift.Sendable { public init( identifier: Swift.String? = nil, voiceToneAnalysisTaskId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.voiceToneAnalysisTaskId = voiceToneAnalysisTaskId } @@ -4786,8 +4654,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeSDKMediaPipelinesClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4809,8 +4676,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4839,8 +4705,7 @@ public struct UpdateMediaInsightsPipelineConfigurationInput: Swift.Sendable { identifier: Swift.String? = nil, realTimeAlertConfiguration: ChimeSDKMediaPipelinesClientTypes.RealTimeAlertConfiguration? = nil, resourceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.elements = elements self.identifier = identifier self.realTimeAlertConfiguration = realTimeAlertConfiguration @@ -4859,8 +4724,7 @@ public struct UpdateMediaInsightsPipelineConfigurationOutput: Swift.Sendable { public init( mediaInsightsPipelineConfiguration: ChimeSDKMediaPipelinesClientTypes.MediaInsightsPipelineConfiguration? = nil - ) - { + ) { self.mediaInsightsPipelineConfiguration = mediaInsightsPipelineConfiguration } } @@ -4905,8 +4769,7 @@ public struct UpdateMediaInsightsPipelineStatusInput: Swift.Sendable { public init( identifier: Swift.String? = nil, updateStatus: ChimeSDKMediaPipelinesClientTypes.MediaPipelineStatusUpdate? = nil - ) - { + ) { self.identifier = identifier self.updateStatus = updateStatus } @@ -4921,8 +4784,7 @@ extension ChimeSDKMediaPipelinesClientTypes { public init( dataRetentionInHours: Swift.Int? = nil - ) - { + ) { self.dataRetentionInHours = dataRetentionInHours } } @@ -4938,8 +4800,7 @@ public struct UpdateMediaPipelineKinesisVideoStreamPoolInput: Swift.Sendable { public init( identifier: Swift.String? = nil, streamConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamConfigurationUpdate? = nil - ) - { + ) { self.identifier = identifier self.streamConfiguration = streamConfiguration } @@ -4951,8 +4812,7 @@ public struct UpdateMediaPipelineKinesisVideoStreamPoolOutput: Swift.Sendable { public init( kinesisVideoStreamPoolConfiguration: ChimeSDKMediaPipelinesClientTypes.KinesisVideoStreamPoolConfiguration? = nil - ) - { + ) { self.kinesisVideoStreamPoolConfiguration = kinesisVideoStreamPoolConfiguration } } diff --git a/Sources/Services/AWSChimeSDKMeetings/Package.swift.txt b/Sources/Services/AWSChimeSDKMeetings/Package.swift.txt index e6e686cfe10..1984269d3fb 100644 --- a/Sources/Services/AWSChimeSDKMeetings/Package.swift.txt +++ b/Sources/Services/AWSChimeSDKMeetings/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/ChimeSDKMeetingsClient.swift b/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/ChimeSDKMeetingsClient.swift index 8dc46490c2c..587665ede05 100644 --- a/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/ChimeSDKMeetingsClient.swift +++ b/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/ChimeSDKMeetingsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeSDKMeetingsClient: ClientRuntime.Client { public static let clientName = "ChimeSDKMeetingsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeSDKMeetingsClient.ChimeSDKMeetingsClientConfiguration let serviceName = "Chime SDK Meetings" diff --git a/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/Models.swift b/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/Models.swift index fcbdea7ac2c..bc3e6581d8c 100644 --- a/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/Models.swift +++ b/Sources/Services/AWSChimeSDKMeetings/Sources/AWSChimeSDKMeetings/Models.swift @@ -114,8 +114,7 @@ extension ChimeSDKMeetingsClientTypes { audio: ChimeSDKMeetingsClientTypes.MediaCapabilities? = nil, content: ChimeSDKMeetingsClientTypes.MediaCapabilities? = nil, video: ChimeSDKMeetingsClientTypes.MediaCapabilities? = nil - ) - { + ) { self.audio = audio self.content = content self.video = video @@ -151,8 +150,7 @@ extension ChimeSDKMeetingsClientTypes { capabilities: ChimeSDKMeetingsClientTypes.AttendeeCapabilities? = nil, externalUserId: Swift.String? = nil, joinToken: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.capabilities = capabilities self.externalUserId = externalUserId @@ -175,8 +173,7 @@ extension ChimeSDKMeetingsClientTypes { public init( maxCount: Swift.Int? = nil - ) - { + ) { self.maxCount = maxCount } } @@ -192,8 +189,7 @@ extension ChimeSDKMeetingsClientTypes { public init( attendeeId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId } } @@ -237,8 +233,7 @@ extension ChimeSDKMeetingsClientTypes { public init( echoReduction: ChimeSDKMeetingsClientTypes.MeetingFeatureStatus? = nil - ) - { + ) { self.echoReduction = echoReduction } } @@ -267,8 +262,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -298,8 +292,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -329,8 +322,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -360,8 +352,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -391,8 +382,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -425,8 +415,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient message: Swift.String? = nil, requestId: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -457,8 +446,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -488,8 +476,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -519,8 +506,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -540,8 +526,7 @@ extension ChimeSDKMeetingsClientTypes { public init( capabilities: ChimeSDKMeetingsClientTypes.AttendeeCapabilities? = nil, externalUserId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.externalUserId = externalUserId } @@ -564,8 +549,7 @@ public struct BatchCreateAttendeeInput: Swift.Sendable { public init( attendees: [ChimeSDKMeetingsClientTypes.CreateAttendeeRequestItem]? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendees = attendees self.meetingId = meetingId } @@ -586,8 +570,7 @@ extension ChimeSDKMeetingsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, externalUserId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.externalUserId = externalUserId @@ -609,8 +592,7 @@ public struct BatchCreateAttendeeOutput: Swift.Sendable { public init( attendees: [ChimeSDKMeetingsClientTypes.Attendee]? = nil, errors: [ChimeSDKMeetingsClientTypes.CreateAttendeeError]? = nil - ) - { + ) { self.attendees = attendees self.errors = errors } @@ -639,8 +621,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW code: Swift.String? = nil, message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -662,8 +643,7 @@ public struct BatchUpdateAttendeeCapabilitiesExceptInput: Swift.Sendable { capabilities: ChimeSDKMeetingsClientTypes.AttendeeCapabilities? = nil, excludedAttendeeIds: [ChimeSDKMeetingsClientTypes.AttendeeIdItem]? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.excludedAttendeeIds = excludedAttendeeIds self.meetingId = meetingId @@ -694,8 +674,7 @@ public struct CreateAttendeeInput: Swift.Sendable { capabilities: ChimeSDKMeetingsClientTypes.AttendeeCapabilities? = nil, externalUserId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.externalUserId = externalUserId self.meetingId = meetingId @@ -713,8 +692,7 @@ public struct CreateAttendeeOutput: Swift.Sendable { public init( attendee: ChimeSDKMeetingsClientTypes.Attendee? = nil - ) - { + ) { self.attendee = attendee } } @@ -760,8 +738,7 @@ extension ChimeSDKMeetingsClientTypes { public init( maxResolution: ChimeSDKMeetingsClientTypes.ContentResolution? = nil - ) - { + ) { self.maxResolution = maxResolution } } @@ -808,8 +785,7 @@ extension ChimeSDKMeetingsClientTypes { public init( maxResolution: ChimeSDKMeetingsClientTypes.VideoResolution? = nil - ) - { + ) { self.maxResolution = maxResolution } } @@ -833,8 +809,7 @@ extension ChimeSDKMeetingsClientTypes { audio: ChimeSDKMeetingsClientTypes.AudioFeatures? = nil, content: ChimeSDKMeetingsClientTypes.ContentFeatures? = nil, video: ChimeSDKMeetingsClientTypes.VideoFeatures? = nil - ) - { + ) { self.attendee = attendee self.audio = audio self.content = content @@ -858,8 +833,7 @@ extension ChimeSDKMeetingsClientTypes { lambdaFunctionArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil, sqsQueueArn: Swift.String? = nil - ) - { + ) { self.lambdaFunctionArn = lambdaFunctionArn self.snsTopicArn = snsTopicArn self.sqsQueueArn = sqsQueueArn @@ -886,8 +860,7 @@ extension ChimeSDKMeetingsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -938,8 +911,7 @@ public struct CreateMeetingInput: Swift.Sendable { primaryMeetingId: Swift.String? = nil, tags: [ChimeSDKMeetingsClientTypes.Tag]? = nil, tenantIds: [Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.externalMeetingId = externalMeetingId self.mediaRegion = mediaRegion @@ -987,8 +959,7 @@ extension ChimeSDKMeetingsClientTypes { screenViewingUrl: Swift.String? = nil, signalingUrl: Swift.String? = nil, turnControlUrl: Swift.String? = nil - ) - { + ) { self.audioFallbackUrl = audioFallbackUrl self.audioHostUrl = audioHostUrl self.eventIngestionUrl = eventIngestionUrl @@ -1034,8 +1005,7 @@ extension ChimeSDKMeetingsClientTypes { meetingId: Swift.String? = nil, primaryMeetingId: Swift.String? = nil, tenantIds: [Swift.String]? = nil - ) - { + ) { self.externalMeetingId = externalMeetingId self.mediaPlacement = mediaPlacement self.mediaRegion = mediaRegion @@ -1060,8 +1030,7 @@ public struct CreateMeetingOutput: Swift.Sendable { public init( meeting: ChimeSDKMeetingsClientTypes.Meeting? = nil - ) - { + ) { self.meeting = meeting } } @@ -1103,8 +1072,7 @@ public struct CreateMeetingWithAttendeesInput: Swift.Sendable { primaryMeetingId: Swift.String? = nil, tags: [ChimeSDKMeetingsClientTypes.Tag]? = nil, tenantIds: [Swift.String]? = nil - ) - { + ) { self.attendees = attendees self.clientRequestToken = clientRequestToken self.externalMeetingId = externalMeetingId @@ -1135,8 +1103,7 @@ public struct CreateMeetingWithAttendeesOutput: Swift.Sendable { attendees: [ChimeSDKMeetingsClientTypes.Attendee]? = nil, errors: [ChimeSDKMeetingsClientTypes.CreateAttendeeError]? = nil, meeting: ChimeSDKMeetingsClientTypes.Meeting? = nil - ) - { + ) { self.attendees = attendees self.errors = errors self.meeting = meeting @@ -1154,8 +1121,7 @@ public struct DeleteAttendeeInput: Swift.Sendable { public init( attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId } @@ -1168,8 +1134,7 @@ public struct DeleteMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -1185,8 +1150,7 @@ public struct GetAttendeeInput: Swift.Sendable { public init( attendeeId: Swift.String? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.meetingId = meetingId } @@ -1198,8 +1162,7 @@ public struct GetAttendeeOutput: Swift.Sendable { public init( attendee: ChimeSDKMeetingsClientTypes.Attendee? = nil - ) - { + ) { self.attendee = attendee } } @@ -1211,8 +1174,7 @@ public struct GetMeetingInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -1223,8 +1185,7 @@ public struct GetMeetingOutput: Swift.Sendable { public init( meeting: ChimeSDKMeetingsClientTypes.Meeting? = nil - ) - { + ) { self.meeting = meeting } } @@ -1242,8 +1203,7 @@ public struct ListAttendeesInput: Swift.Sendable { maxResults: Swift.Int? = nil, meetingId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.meetingId = meetingId self.nextToken = nextToken @@ -1259,8 +1219,7 @@ public struct ListAttendeesOutput: Swift.Sendable { public init( attendees: [ChimeSDKMeetingsClientTypes.Attendee]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attendees = attendees self.nextToken = nextToken } @@ -1292,8 +1251,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, requestId: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1308,8 +1266,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1320,8 +1277,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeSDKMeetingsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1519,8 +1475,7 @@ extension ChimeSDKMeetingsClientTypes { specialty: ChimeSDKMeetingsClientTypes.TranscribeMedicalSpecialty? = nil, type: ChimeSDKMeetingsClientTypes.TranscribeMedicalType? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.languageCode = languageCode self.region = region @@ -1828,8 +1783,7 @@ extension ChimeSDKMeetingsClientTypes { vocabularyFilterNames: Swift.String? = nil, vocabularyName: Swift.String? = nil, vocabularyNames: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType self.enablePartialResultsStabilization = enablePartialResultsStabilization @@ -1862,8 +1816,7 @@ extension ChimeSDKMeetingsClientTypes { public init( engineTranscribeMedicalSettings: ChimeSDKMeetingsClientTypes.EngineTranscribeMedicalSettings? = nil, engineTranscribeSettings: ChimeSDKMeetingsClientTypes.EngineTranscribeSettings? = nil - ) - { + ) { self.engineTranscribeMedicalSettings = engineTranscribeMedicalSettings self.engineTranscribeSettings = engineTranscribeSettings } @@ -1881,8 +1834,7 @@ public struct StartMeetingTranscriptionInput: Swift.Sendable { public init( meetingId: Swift.String? = nil, transcriptionConfiguration: ChimeSDKMeetingsClientTypes.TranscriptionConfiguration? = nil - ) - { + ) { self.meetingId = meetingId self.transcriptionConfiguration = transcriptionConfiguration } @@ -1895,8 +1847,7 @@ public struct StopMeetingTranscriptionInput: Swift.Sendable { public init( meetingId: Swift.String? = nil - ) - { + ) { self.meetingId = meetingId } } @@ -1927,8 +1878,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime message: Swift.String? = nil, requestId: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.requestId = requestId @@ -1947,8 +1897,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeSDKMeetingsClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1970,8 +1919,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -1997,8 +1945,7 @@ public struct UpdateAttendeeCapabilitiesInput: Swift.Sendable { attendeeId: Swift.String? = nil, capabilities: ChimeSDKMeetingsClientTypes.AttendeeCapabilities? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.capabilities = capabilities self.meetingId = meetingId @@ -2011,8 +1958,7 @@ public struct UpdateAttendeeCapabilitiesOutput: Swift.Sendable { public init( attendee: ChimeSDKMeetingsClientTypes.Attendee? = nil - ) - { + ) { self.attendee = attendee } } diff --git a/Sources/Services/AWSChimeSDKMessaging/Package.swift.txt b/Sources/Services/AWSChimeSDKMessaging/Package.swift.txt index 1716adce718..72f52705020 100644 --- a/Sources/Services/AWSChimeSDKMessaging/Package.swift.txt +++ b/Sources/Services/AWSChimeSDKMessaging/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/ChimeSDKMessagingClient.swift b/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/ChimeSDKMessagingClient.swift index ea6d8f44f83..3a813a62b8d 100644 --- a/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/ChimeSDKMessagingClient.swift +++ b/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/ChimeSDKMessagingClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeSDKMessagingClient: ClientRuntime.Client { public static let clientName = "ChimeSDKMessagingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeSDKMessagingClient.ChimeSDKMessagingClientConfiguration let serviceName = "Chime SDK Messaging" diff --git a/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/Models.swift b/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/Models.swift index 2cc181eefec..c615ea1674d 100644 --- a/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/Models.swift +++ b/Sources/Services/AWSChimeSDKMessaging/Sources/AWSChimeSDKMessaging/Models.swift @@ -162,8 +162,7 @@ extension ChimeSDKMessagingClientTypes { readMarkerTimestamp: Foundation.Date? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.readMarkerTimestamp = readMarkerTimestamp self.subChannelId = subChannelId self.type = type @@ -259,8 +258,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -286,8 +284,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -313,8 +310,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -340,8 +336,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -367,8 +362,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -394,8 +388,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -421,8 +414,7 @@ public struct ThrottledClientException: ClientRuntime.ModeledError, AWSClientRun public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -448,8 +440,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -470,8 +461,7 @@ public struct AssociateChannelFlowInput: Swift.Sendable { channelArn: Swift.String? = nil, channelFlowArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelFlowArn = channelFlowArn self.chimeBearer = chimeBearer @@ -490,8 +480,7 @@ extension ChimeSDKMessagingClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -524,8 +513,7 @@ extension ChimeSDKMessagingClientTypes { members: [ChimeSDKMessagingClientTypes.Identity]? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.invitedBy = invitedBy self.members = members @@ -555,8 +543,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( code: ChimeSDKMessagingClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -583,8 +570,7 @@ public struct BatchCreateChannelMembershipInput: Swift.Sendable { memberArns: [Swift.String]? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArns = memberArns @@ -608,8 +594,7 @@ extension ChimeSDKMessagingClientTypes { errorCode: ChimeSDKMessagingClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.memberArn = memberArn @@ -626,8 +611,7 @@ public struct BatchCreateChannelMembershipOutput: Swift.Sendable { public init( batchChannelMemberships: ChimeSDKMessagingClientTypes.BatchChannelMemberships? = nil, errors: [ChimeSDKMessagingClientTypes.BatchCreateChannelMembershipError]? = nil - ) - { + ) { self.batchChannelMemberships = batchChannelMemberships self.errors = errors } @@ -651,8 +635,7 @@ extension ChimeSDKMessagingClientTypes { maximumSubChannels: Swift.Int? = nil, minimumMembershipPercentage: Swift.Int? = nil, targetMembershipsPerSubChannel: Swift.Int? = nil - ) - { + ) { self.maximumSubChannels = maximumSubChannels self.minimumMembershipPercentage = minimumMembershipPercentage self.targetMembershipsPerSubChannel = targetMembershipsPerSubChannel @@ -703,8 +686,7 @@ extension ChimeSDKMessagingClientTypes { public init( expirationCriterion: ChimeSDKMessagingClientTypes.ExpirationCriterion? = nil, expirationDays: Swift.Int? = nil - ) - { + ) { self.expirationCriterion = expirationCriterion self.expirationDays = expirationDays } @@ -811,8 +793,7 @@ extension ChimeSDKMessagingClientTypes { mode: ChimeSDKMessagingClientTypes.ChannelMode? = nil, name: Swift.String? = nil, privacy: ChimeSDKMessagingClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.channelArn = channelArn self.channelFlowArn = channelFlowArn self.createdBy = createdBy @@ -855,8 +836,7 @@ extension ChimeSDKMessagingClientTypes { mode: ChimeSDKMessagingClientTypes.ChannelMode? = nil, name: Swift.String? = nil, privacy: ChimeSDKMessagingClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.channelArn = channelArn self.metadata = metadata self.mode = mode @@ -889,8 +869,7 @@ extension ChimeSDKMessagingClientTypes { createdBy: ChimeSDKMessagingClientTypes.Identity? = nil, createdTimestamp: Foundation.Date? = nil, member: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -908,8 +887,7 @@ extension ChimeSDKMessagingClientTypes { public init( member: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.member = member } } @@ -955,8 +933,7 @@ extension ChimeSDKMessagingClientTypes { public init( invocationType: ChimeSDKMessagingClientTypes.InvocationType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.invocationType = invocationType self.resourceArn = resourceArn } @@ -973,8 +950,7 @@ extension ChimeSDKMessagingClientTypes { public init( lambda: ChimeSDKMessagingClientTypes.LambdaConfiguration? = nil - ) - { + ) { self.lambda = lambda } } @@ -1031,8 +1007,7 @@ extension ChimeSDKMessagingClientTypes { executionOrder: Swift.Int? = nil, fallbackAction: ChimeSDKMessagingClientTypes.FallbackAction? = nil, name: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.executionOrder = executionOrder self.fallbackAction = fallbackAction @@ -1067,8 +1042,7 @@ extension ChimeSDKMessagingClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, name: Swift.String? = nil, processors: [ChimeSDKMessagingClientTypes.Processor]? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn self.createdTimestamp = createdTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -1092,8 +1066,7 @@ extension ChimeSDKMessagingClientTypes { public init( stringValues: [Swift.String]? = nil - ) - { + ) { self.stringValues = stringValues } } @@ -1148,8 +1121,7 @@ extension ChimeSDKMessagingClientTypes { body: Swift.String? = nil, title: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.PushNotificationType? = nil - ) - { + ) { self.body = body self.title = title self.type = type @@ -1190,8 +1162,7 @@ extension ChimeSDKMessagingClientTypes { metadata: Swift.String? = nil, pushNotification: ChimeSDKMessagingClientTypes.PushNotificationConfiguration? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.content = content self.contentType = contentType self.messageAttributes = messageAttributes @@ -1226,8 +1197,7 @@ public struct ChannelFlowCallbackInput: Swift.Sendable { channelArn: Swift.String? = nil, channelMessage: ChimeSDKMessagingClientTypes.ChannelMessageCallback? = nil, deleteResource: Swift.Bool? = false - ) - { + ) { self.callbackId = callbackId self.channelArn = channelArn self.channelMessage = channelMessage @@ -1244,8 +1214,7 @@ public struct ChannelFlowCallbackOutput: Swift.Sendable { public init( callbackId: Swift.String? = nil, channelArn: Swift.String? = nil - ) - { + ) { self.callbackId = callbackId self.channelArn = channelArn } @@ -1266,8 +1235,7 @@ extension ChimeSDKMessagingClientTypes { channelFlowArn: Swift.String? = nil, name: Swift.String? = nil, processors: [ChimeSDKMessagingClientTypes.Processor]? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn self.name = name self.processors = processors @@ -1307,8 +1275,7 @@ extension ChimeSDKMessagingClientTypes { member: ChimeSDKMessagingClientTypes.Identity? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.createdTimestamp = createdTimestamp self.invitedBy = invitedBy @@ -1344,8 +1311,7 @@ extension ChimeSDKMessagingClientTypes { mode: ChimeSDKMessagingClientTypes.ChannelMode? = nil, name: Swift.String? = nil, privacy: ChimeSDKMessagingClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.channelArn = channelArn self.lastMessageTimestamp = lastMessageTimestamp self.metadata = metadata @@ -1373,8 +1339,7 @@ extension ChimeSDKMessagingClientTypes { public init( appInstanceUserMembershipSummary: ChimeSDKMessagingClientTypes.AppInstanceUserMembershipSummary? = nil, channelSummary: ChimeSDKMessagingClientTypes.ChannelSummary? = nil - ) - { + ) { self.appInstanceUserMembershipSummary = appInstanceUserMembershipSummary self.channelSummary = channelSummary } @@ -1394,8 +1359,7 @@ extension ChimeSDKMessagingClientTypes { public init( allowNotifications: ChimeSDKMessagingClientTypes.AllowNotifications? = nil, filterRule: Swift.String? = nil - ) - { + ) { self.allowNotifications = allowNotifications self.filterRule = filterRule } @@ -1416,8 +1380,7 @@ extension ChimeSDKMessagingClientTypes { public init( pushNotifications: ChimeSDKMessagingClientTypes.PushNotificationPreferences? = nil - ) - { + ) { self.pushNotifications = pushNotifications } } @@ -1432,8 +1395,7 @@ extension ChimeSDKMessagingClientTypes { public init( member: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.member = member } } @@ -1515,8 +1477,7 @@ extension ChimeSDKMessagingClientTypes { public init( detail: Swift.String? = nil, value: ChimeSDKMessagingClientTypes.ChannelMessageStatus? = nil - ) - { + ) { self.detail = detail self.value = value } @@ -1532,8 +1493,7 @@ extension ChimeSDKMessagingClientTypes { public init( memberArn: Swift.String? = nil - ) - { + ) { self.memberArn = memberArn } } @@ -1622,8 +1582,7 @@ extension ChimeSDKMessagingClientTypes { subChannelId: Swift.String? = nil, target: [ChimeSDKMessagingClientTypes.Target]? = nil, type: ChimeSDKMessagingClientTypes.ChannelMessageType? = nil - ) - { + ) { self.channelArn = channelArn self.content = content self.contentType = contentType @@ -1694,8 +1653,7 @@ extension ChimeSDKMessagingClientTypes { status: ChimeSDKMessagingClientTypes.ChannelMessageStatusStructure? = nil, target: [ChimeSDKMessagingClientTypes.Target]? = nil, type: ChimeSDKMessagingClientTypes.ChannelMessageType? = nil - ) - { + ) { self.content = content self.contentType = contentType self.createdTimestamp = createdTimestamp @@ -1727,8 +1685,7 @@ extension ChimeSDKMessagingClientTypes { public init( channelSummary: ChimeSDKMessagingClientTypes.ChannelSummary? = nil - ) - { + ) { self.channelSummary = channelSummary } } @@ -1752,8 +1709,7 @@ extension ChimeSDKMessagingClientTypes { createdBy: ChimeSDKMessagingClientTypes.Identity? = nil, createdTimestamp: Foundation.Date? = nil, moderator: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -1771,8 +1727,7 @@ extension ChimeSDKMessagingClientTypes { public init( moderator: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.moderator = moderator } } @@ -1792,8 +1747,7 @@ extension ChimeSDKMessagingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1851,8 +1805,7 @@ public struct CreateChannelInput: Swift.Sendable { name: Swift.String? = nil, privacy: ChimeSDKMessagingClientTypes.ChannelPrivacy? = nil, tags: [ChimeSDKMessagingClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.channelId = channelId self.chimeBearer = chimeBearer @@ -1880,8 +1833,7 @@ public struct CreateChannelOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -1901,8 +1853,7 @@ public struct CreateChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -1918,8 +1869,7 @@ public struct CreateChannelBanOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, member: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.member = member } @@ -1947,8 +1897,7 @@ public struct CreateChannelFlowInput: Swift.Sendable { name: Swift.String? = nil, processors: [ChimeSDKMessagingClientTypes.Processor]? = nil, tags: [ChimeSDKMessagingClientTypes.Tag]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.clientRequestToken = clientRequestToken self.name = name @@ -1968,8 +1917,7 @@ public struct CreateChannelFlowOutput: Swift.Sendable { public init( channelFlowArn: Swift.String? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn } } @@ -1996,8 +1944,7 @@ public struct CreateChannelMembershipInput: Swift.Sendable { memberArn: Swift.String? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2018,8 +1965,7 @@ public struct CreateChannelMembershipOutput: Swift.Sendable { channelArn: Swift.String? = nil, member: ChimeSDKMessagingClientTypes.Identity? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.member = member self.subChannelId = subChannelId @@ -2041,8 +1987,7 @@ public struct CreateChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -2058,8 +2003,7 @@ public struct CreateChannelModeratorOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, channelModerator: ChimeSDKMessagingClientTypes.Identity? = nil - ) - { + ) { self.channelArn = channelArn self.channelModerator = channelModerator } @@ -2076,8 +2020,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -2098,8 +2041,7 @@ public struct DeleteChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2113,8 +2055,7 @@ public struct DeleteChannelFlowInput: Swift.Sendable { public init( channelFlowArn: Swift.String? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn } } @@ -2137,8 +2078,7 @@ public struct DeleteChannelMembershipInput: Swift.Sendable { chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2164,8 +2104,7 @@ public struct DeleteChannelMessageInput: Swift.Sendable { chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -2188,8 +2127,7 @@ public struct DeleteChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -2203,8 +2141,7 @@ public struct DeleteMessagingStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -2220,8 +2157,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -2233,8 +2169,7 @@ public struct DescribeChannelOutput: Swift.Sendable { public init( channel: ChimeSDKMessagingClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -2254,8 +2189,7 @@ public struct DescribeChannelBanInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2268,8 +2202,7 @@ public struct DescribeChannelBanOutput: Swift.Sendable { public init( channelBan: ChimeSDKMessagingClientTypes.ChannelBan? = nil - ) - { + ) { self.channelBan = channelBan } } @@ -2281,8 +2214,7 @@ public struct DescribeChannelFlowInput: Swift.Sendable { public init( channelFlowArn: Swift.String? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn } } @@ -2293,8 +2225,7 @@ public struct DescribeChannelFlowOutput: Swift.Sendable { public init( channelFlow: ChimeSDKMessagingClientTypes.ChannelFlow? = nil - ) - { + ) { self.channelFlow = channelFlow } } @@ -2317,8 +2248,7 @@ public struct DescribeChannelMembershipInput: Swift.Sendable { chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2332,8 +2262,7 @@ public struct DescribeChannelMembershipOutput: Swift.Sendable { public init( channelMembership: ChimeSDKMessagingClientTypes.ChannelMembership? = nil - ) - { + ) { self.channelMembership = channelMembership } } @@ -2353,8 +2282,7 @@ public struct DescribeChannelMembershipForAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.channelArn = channelArn self.chimeBearer = chimeBearer @@ -2367,8 +2295,7 @@ public struct DescribeChannelMembershipForAppInstanceUserOutput: Swift.Sendable public init( channelMembership: ChimeSDKMessagingClientTypes.ChannelMembershipForAppInstanceUserSummary? = nil - ) - { + ) { self.channelMembership = channelMembership } } @@ -2388,8 +2315,7 @@ public struct DescribeChannelModeratedByAppInstanceUserInput: Swift.Sendable { appInstanceUserArn: Swift.String? = nil, channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.channelArn = channelArn self.chimeBearer = chimeBearer @@ -2402,8 +2328,7 @@ public struct DescribeChannelModeratedByAppInstanceUserOutput: Swift.Sendable { public init( channel: ChimeSDKMessagingClientTypes.ChannelModeratedByAppInstanceUserSummary? = nil - ) - { + ) { self.channel = channel } } @@ -2423,8 +2348,7 @@ public struct DescribeChannelModeratorInput: Swift.Sendable { channelArn: Swift.String? = nil, channelModeratorArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModeratorArn = channelModeratorArn self.chimeBearer = chimeBearer @@ -2437,8 +2361,7 @@ public struct DescribeChannelModeratorOutput: Swift.Sendable { public init( channelModerator: ChimeSDKMessagingClientTypes.ChannelModerator? = nil - ) - { + ) { self.channelModerator = channelModerator } } @@ -2458,8 +2381,7 @@ public struct DisassociateChannelFlowInput: Swift.Sendable { channelArn: Swift.String? = nil, channelFlowArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelFlowArn = channelFlowArn self.chimeBearer = chimeBearer @@ -2481,8 +2403,7 @@ public struct GetChannelMembershipPreferencesInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -2501,8 +2422,7 @@ public struct GetChannelMembershipPreferencesOutput: Swift.Sendable { channelArn: Swift.String? = nil, member: ChimeSDKMessagingClientTypes.Identity? = nil, preferences: ChimeSDKMessagingClientTypes.ChannelMembershipPreferences? = nil - ) - { + ) { self.channelArn = channelArn self.member = member self.preferences = preferences @@ -2527,8 +2447,7 @@ public struct GetChannelMessageInput: Swift.Sendable { chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -2542,8 +2461,7 @@ public struct GetChannelMessageOutput: Swift.Sendable { public init( channelMessage: ChimeSDKMessagingClientTypes.ChannelMessage? = nil - ) - { + ) { self.channelMessage = channelMessage } } @@ -2566,8 +2484,7 @@ public struct GetChannelMessageStatusInput: Swift.Sendable { chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -2581,8 +2498,7 @@ public struct GetChannelMessageStatusOutput: Swift.Sendable { public init( status: ChimeSDKMessagingClientTypes.ChannelMessageStatusStructure? = nil - ) - { + ) { self.status = status } } @@ -2601,8 +2517,7 @@ extension ChimeSDKMessagingClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -2614,8 +2529,7 @@ public struct GetMessagingSessionEndpointOutput: Swift.Sendable { public init( endpoint: ChimeSDKMessagingClientTypes.MessagingSessionEndpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -2627,8 +2541,7 @@ public struct GetMessagingStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn } } @@ -2676,8 +2589,7 @@ extension ChimeSDKMessagingClientTypes { public init( dataType: ChimeSDKMessagingClientTypes.MessagingDataType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.resourceArn = resourceArn } @@ -2690,8 +2602,7 @@ public struct GetMessagingStreamingConfigurationsOutput: Swift.Sendable { public init( streamingConfigurations: [ChimeSDKMessagingClientTypes.StreamingConfiguration]? = nil - ) - { + ) { self.streamingConfigurations = streamingConfigurations } } @@ -2713,8 +2624,7 @@ public struct ListChannelBansInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -2739,8 +2649,7 @@ public struct ListChannelBansOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelBans: [ChimeSDKMessagingClientTypes.ChannelBanSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelBans = channelBans self.nextToken = nextToken @@ -2765,8 +2674,7 @@ public struct ListChannelFlowsInput: Swift.Sendable { appInstanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -2787,8 +2695,7 @@ public struct ListChannelFlowsOutput: Swift.Sendable { public init( channelFlows: [ChimeSDKMessagingClientTypes.ChannelFlowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelFlows = channelFlows self.nextToken = nextToken } @@ -2822,8 +2729,7 @@ public struct ListChannelMembershipsInput: Swift.Sendable { nextToken: Swift.String? = nil, subChannelId: Swift.String? = nil, type: ChimeSDKMessagingClientTypes.ChannelMembershipType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -2850,8 +2756,7 @@ public struct ListChannelMembershipsOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelMemberships: [ChimeSDKMessagingClientTypes.ChannelMembershipSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelMemberships = channelMemberships self.nextToken = nextToken @@ -2879,8 +2784,7 @@ public struct ListChannelMembershipsForAppInstanceUserInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -2902,8 +2806,7 @@ public struct ListChannelMembershipsForAppInstanceUserOutput: Swift.Sendable { public init( channelMemberships: [ChimeSDKMessagingClientTypes.ChannelMembershipForAppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelMemberships = channelMemberships self.nextToken = nextToken } @@ -2972,8 +2875,7 @@ public struct ListChannelMessagesInput: Swift.Sendable { notBefore: Foundation.Date? = nil, sortOrder: ChimeSDKMessagingClientTypes.SortOrder? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -3005,8 +2907,7 @@ public struct ListChannelMessagesOutput: Swift.Sendable { channelMessages: [ChimeSDKMessagingClientTypes.ChannelMessageSummary]? = nil, nextToken: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelMessages = channelMessages self.nextToken = nextToken @@ -3036,8 +2937,7 @@ public struct ListChannelModeratorsInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -3062,8 +2962,7 @@ public struct ListChannelModeratorsOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelModerators: [ChimeSDKMessagingClientTypes.ChannelModeratorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.channelModerators = channelModerators self.nextToken = nextToken @@ -3095,8 +2994,7 @@ public struct ListChannelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, privacy: ChimeSDKMessagingClientTypes.ChannelPrivacy? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -3119,8 +3017,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [ChimeSDKMessagingClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -3144,8 +3041,7 @@ public struct ListChannelsAssociatedWithChannelFlowInput: Swift.Sendable { channelFlowArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn self.maxResults = maxResults self.nextToken = nextToken @@ -3166,8 +3062,7 @@ public struct ListChannelsAssociatedWithChannelFlowOutput: Swift.Sendable { public init( channels: [ChimeSDKMessagingClientTypes.ChannelAssociatedWithFlowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -3194,8 +3089,7 @@ public struct ListChannelsModeratedByAppInstanceUserInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInstanceUserArn = appInstanceUserArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -3217,8 +3111,7 @@ public struct ListChannelsModeratedByAppInstanceUserOutput: Swift.Sendable { public init( channels: [ChimeSDKMessagingClientTypes.ChannelModeratedByAppInstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -3246,8 +3139,7 @@ public struct ListSubChannelsInput: Swift.Sendable { chimeBearer: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.maxResults = maxResults @@ -3272,8 +3164,7 @@ extension ChimeSDKMessagingClientTypes { public init( membershipCount: Swift.Int? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.membershipCount = membershipCount self.subChannelId = subChannelId } @@ -3292,8 +3183,7 @@ public struct ListSubChannelsOutput: Swift.Sendable { channelArn: Swift.String? = nil, nextToken: Swift.String? = nil, subChannels: [ChimeSDKMessagingClientTypes.SubChannelSummary]? = nil - ) - { + ) { self.channelArn = channelArn self.nextToken = nextToken self.subChannels = subChannels @@ -3312,8 +3202,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -3324,8 +3213,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeSDKMessagingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3343,8 +3231,7 @@ public struct PutChannelExpirationSettingsInput: Swift.Sendable { channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil, expirationSettings: ChimeSDKMessagingClientTypes.ExpirationSettings? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.expirationSettings = expirationSettings @@ -3360,8 +3247,7 @@ public struct PutChannelExpirationSettingsOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil, expirationSettings: ChimeSDKMessagingClientTypes.ExpirationSettings? = nil - ) - { + ) { self.channelArn = channelArn self.expirationSettings = expirationSettings } @@ -3386,8 +3272,7 @@ public struct PutChannelMembershipPreferencesInput: Swift.Sendable { chimeBearer: Swift.String? = nil, memberArn: Swift.String? = nil, preferences: ChimeSDKMessagingClientTypes.ChannelMembershipPreferences? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.memberArn = memberArn @@ -3407,8 +3292,7 @@ public struct PutChannelMembershipPreferencesOutput: Swift.Sendable { channelArn: Swift.String? = nil, member: ChimeSDKMessagingClientTypes.Identity? = nil, preferences: ChimeSDKMessagingClientTypes.ChannelMembershipPreferences? = nil - ) - { + ) { self.channelArn = channelArn self.member = member self.preferences = preferences @@ -3426,8 +3310,7 @@ public struct PutMessagingStreamingConfigurationsInput: Swift.Sendable { public init( appInstanceArn: Swift.String? = nil, streamingConfigurations: [ChimeSDKMessagingClientTypes.StreamingConfiguration]? = nil - ) - { + ) { self.appInstanceArn = appInstanceArn self.streamingConfigurations = streamingConfigurations } @@ -3439,8 +3322,7 @@ public struct PutMessagingStreamingConfigurationsOutput: Swift.Sendable { public init( streamingConfigurations: [ChimeSDKMessagingClientTypes.StreamingConfiguration]? = nil - ) - { + ) { self.streamingConfigurations = streamingConfigurations } } @@ -3463,8 +3345,7 @@ public struct RedactChannelMessageInput: Swift.Sendable { chimeBearer: Swift.String? = nil, messageId: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.messageId = messageId @@ -3484,8 +3365,7 @@ public struct RedactChannelMessageOutput: Swift.Sendable { channelArn: Swift.String? = nil, messageId: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId self.subChannelId = subChannelId @@ -3565,8 +3445,7 @@ extension ChimeSDKMessagingClientTypes { key: ChimeSDKMessagingClientTypes.SearchFieldKey? = nil, `operator`: ChimeSDKMessagingClientTypes.SearchFieldOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.values = values @@ -3590,8 +3469,7 @@ public struct SearchChannelsInput: Swift.Sendable { fields: [ChimeSDKMessagingClientTypes.SearchField]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.chimeBearer = chimeBearer self.fields = fields self.maxResults = maxResults @@ -3613,8 +3491,7 @@ public struct SearchChannelsOutput: Swift.Sendable { public init( channels: [ChimeSDKMessagingClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -3670,8 +3547,7 @@ public struct SendChannelMessageInput: Swift.Sendable { subChannelId: Swift.String? = nil, target: [ChimeSDKMessagingClientTypes.Target]? = nil, type: ChimeSDKMessagingClientTypes.ChannelMessageType? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.clientRequestToken = clientRequestToken @@ -3707,8 +3583,7 @@ public struct SendChannelMessageOutput: Swift.Sendable { messageId: Swift.String? = nil, status: ChimeSDKMessagingClientTypes.ChannelMessageStatusStructure? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId self.status = status @@ -3727,8 +3602,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeSDKMessagingClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3745,8 +3619,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -3777,8 +3650,7 @@ public struct UpdateChannelInput: Swift.Sendable { metadata: Swift.String? = nil, mode: ChimeSDKMessagingClientTypes.ChannelMode? = nil, name: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.metadata = metadata @@ -3798,8 +3670,7 @@ public struct UpdateChannelOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -3819,8 +3690,7 @@ public struct UpdateChannelFlowInput: Swift.Sendable { channelFlowArn: Swift.String? = nil, name: Swift.String? = nil, processors: [ChimeSDKMessagingClientTypes.Processor]? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn self.name = name self.processors = processors @@ -3838,8 +3708,7 @@ public struct UpdateChannelFlowOutput: Swift.Sendable { public init( channelFlowArn: Swift.String? = nil - ) - { + ) { self.channelFlowArn = channelFlowArn } } @@ -3872,8 +3741,7 @@ public struct UpdateChannelMessageInput: Swift.Sendable { messageId: Swift.String? = nil, metadata: Swift.String? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer self.content = content @@ -3904,8 +3772,7 @@ public struct UpdateChannelMessageOutput: Swift.Sendable { messageId: Swift.String? = nil, status: ChimeSDKMessagingClientTypes.ChannelMessageStatusStructure? = nil, subChannelId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.messageId = messageId self.status = status @@ -3924,8 +3791,7 @@ public struct UpdateChannelReadMarkerInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, chimeBearer: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.chimeBearer = chimeBearer } @@ -3937,8 +3803,7 @@ public struct UpdateChannelReadMarkerOutput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } diff --git a/Sources/Services/AWSChimeSDKVoice/Package.swift.txt b/Sources/Services/AWSChimeSDKVoice/Package.swift.txt index ffc09997d5c..6707b6a76f6 100644 --- a/Sources/Services/AWSChimeSDKVoice/Package.swift.txt +++ b/Sources/Services/AWSChimeSDKVoice/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/ChimeSDKVoiceClient.swift b/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/ChimeSDKVoiceClient.swift index 90163267d51..4170bd8b157 100644 --- a/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/ChimeSDKVoiceClient.swift +++ b/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/ChimeSDKVoiceClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ChimeSDKVoiceClient: ClientRuntime.Client { public static let clientName = "ChimeSDKVoiceClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ChimeSDKVoiceClient.ChimeSDKVoiceClientConfiguration let serviceName = "Chime SDK Voice" diff --git a/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/Models.swift b/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/Models.swift index cdda03bfd85..6391226312b 100644 --- a/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/Models.swift +++ b/Sources/Services/AWSChimeSDKVoice/Sources/AWSChimeSDKVoice/Models.swift @@ -246,8 +246,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -289,8 +288,7 @@ extension ChimeSDKVoiceClientTypes { streetName: Swift.String? = nil, streetNumber: Swift.String? = nil, streetSuffix: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.postDirectional = postDirectional @@ -359,8 +357,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -386,8 +383,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -413,8 +409,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -440,8 +435,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -467,8 +461,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -494,8 +487,7 @@ public struct ThrottledClientException: ClientRuntime.ModeledError, AWSClientRun public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -521,8 +513,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -542,8 +533,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorInput: Swift.Sendable { e164PhoneNumbers: [Swift.String]? = nil, forceAssociate: Swift.Bool? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.forceAssociate = forceAssociate self.voiceConnectorId = voiceConnectorId @@ -570,8 +560,7 @@ extension ChimeSDKVoiceClientTypes { errorCode: ChimeSDKVoiceClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.phoneNumberId = phoneNumberId @@ -590,8 +579,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -610,8 +598,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorGroupInput: Swift.Sendable e164PhoneNumbers: [Swift.String]? = nil, forceAssociate: Swift.Bool? = nil, voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.forceAssociate = forceAssociate self.voiceConnectorGroupId = voiceConnectorGroupId @@ -629,8 +616,7 @@ public struct AssociatePhoneNumbersWithVoiceConnectorGroupOutput: Swift.Sendable public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -642,8 +628,7 @@ public struct BatchDeletePhoneNumberInput: Swift.Sendable { public init( phoneNumberIds: [Swift.String]? = nil - ) - { + ) { self.phoneNumberIds = phoneNumberIds } } @@ -654,8 +639,7 @@ public struct BatchDeletePhoneNumberOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -708,8 +692,7 @@ extension ChimeSDKVoiceClientTypes { name: Swift.String? = nil, phoneNumberId: Swift.String? = nil, productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.callingName = callingName self.name = name self.phoneNumberId = phoneNumberId @@ -730,8 +713,7 @@ public struct BatchUpdatePhoneNumberInput: Swift.Sendable { public init( updatePhoneNumberRequestItems: [ChimeSDKVoiceClientTypes.UpdatePhoneNumberRequestItem]? = nil - ) - { + ) { self.updatePhoneNumberRequestItems = updatePhoneNumberRequestItems } } @@ -742,8 +724,7 @@ public struct BatchUpdatePhoneNumberOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -763,8 +744,7 @@ extension ChimeSDKVoiceClientTypes { isCaller: Swift.Bool? = nil, transactionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.isCaller = isCaller self.transactionId = transactionId self.voiceConnectorId = voiceConnectorId @@ -863,8 +843,7 @@ extension ChimeSDKVoiceClientTypes { state: Swift.String? = nil, streetInfo: Swift.String? = nil, streetNumber: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.postalCode = postalCode @@ -930,8 +909,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -951,8 +929,7 @@ public struct CreatePhoneNumberOrderInput: Swift.Sendable { e164PhoneNumbers: [Swift.String]? = nil, name: Swift.String? = nil, productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.name = name self.productType = productType @@ -1008,8 +985,7 @@ extension ChimeSDKVoiceClientTypes { public init( e164PhoneNumber: Swift.String? = nil, status: ChimeSDKVoiceClientTypes.OrderedPhoneNumberStatus? = nil - ) - { + ) { self.e164PhoneNumber = e164PhoneNumber self.status = status } @@ -1133,8 +1109,7 @@ extension ChimeSDKVoiceClientTypes { productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil, status: ChimeSDKVoiceClientTypes.PhoneNumberOrderStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.orderType = orderType self.orderedPhoneNumbers = orderedPhoneNumbers @@ -1152,8 +1127,7 @@ public struct CreatePhoneNumberOrderOutput: Swift.Sendable { public init( phoneNumberOrder: ChimeSDKVoiceClientTypes.PhoneNumberOrder? = nil - ) - { + ) { self.phoneNumberOrder = phoneNumberOrder } } @@ -1201,8 +1175,7 @@ extension ChimeSDKVoiceClientTypes { public init( areaCode: Swift.String? = nil, country: Swift.String? = nil - ) - { + ) { self.areaCode = areaCode self.country = country } @@ -1268,8 +1241,7 @@ public struct CreateProxySessionInput: Swift.Sendable { numberSelectionBehavior: ChimeSDKVoiceClientTypes.NumberSelectionBehavior? = nil, participantPhoneNumbers: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.expiryMinutes = expiryMinutes self.geoMatchLevel = geoMatchLevel @@ -1298,8 +1270,7 @@ extension ChimeSDKVoiceClientTypes { public init( phoneNumber: Swift.String? = nil, proxyPhoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber self.proxyPhoneNumber = proxyPhoneNumber } @@ -1388,8 +1359,7 @@ extension ChimeSDKVoiceClientTypes { status: ChimeSDKVoiceClientTypes.ProxySessionStatus? = nil, updatedTimestamp: Foundation.Date? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.createdTimestamp = createdTimestamp self.endedTimestamp = endedTimestamp @@ -1413,8 +1383,7 @@ public struct CreateProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeSDKVoiceClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -1439,8 +1408,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1455,8 +1423,7 @@ extension ChimeSDKVoiceClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -1481,8 +1448,7 @@ extension ChimeSDKVoiceClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1512,8 +1478,7 @@ public struct CreateSipMediaApplicationInput: Swift.Sendable { endpoints: [ChimeSDKVoiceClientTypes.SipMediaApplicationEndpoint]? = nil, name: Swift.String? = nil, tags: [ChimeSDKVoiceClientTypes.Tag]? = nil - ) - { + ) { self.awsRegion = awsRegion self.endpoints = endpoints self.name = name @@ -1548,8 +1513,7 @@ extension ChimeSDKVoiceClientTypes { sipMediaApplicationArn: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.awsRegion = awsRegion self.createdTimestamp = createdTimestamp self.endpoints = endpoints @@ -1567,8 +1531,7 @@ public struct CreateSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeSDKVoiceClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -1594,8 +1557,7 @@ public struct CreateSipMediaApplicationCallInput: Swift.Sendable { sipHeaders: [Swift.String: Swift.String]? = nil, sipMediaApplicationId: Swift.String? = nil, toPhoneNumber: Swift.String? = nil - ) - { + ) { self.argumentsMap = argumentsMap self.fromPhoneNumber = fromPhoneNumber self.sipHeaders = sipHeaders @@ -1618,8 +1580,7 @@ extension ChimeSDKVoiceClientTypes { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -1631,8 +1592,7 @@ public struct CreateSipMediaApplicationCallOutput: Swift.Sendable { public init( sipMediaApplicationCall: ChimeSDKVoiceClientTypes.SipMediaApplicationCall? = nil - ) - { + ) { self.sipMediaApplicationCall = sipMediaApplicationCall } } @@ -1652,8 +1612,7 @@ extension ChimeSDKVoiceClientTypes { awsRegion: Swift.String? = nil, priority: Swift.Int? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.priority = priority self.sipMediaApplicationId = sipMediaApplicationId @@ -1711,8 +1670,7 @@ public struct CreateSipRuleInput: Swift.Sendable { targetApplications: [ChimeSDKVoiceClientTypes.SipRuleTargetApplication]? = nil, triggerType: ChimeSDKVoiceClientTypes.SipRuleTriggerType? = nil, triggerValue: Swift.String? = nil - ) - { + ) { self.disabled = disabled self.name = name self.targetApplications = targetApplications @@ -1751,8 +1709,7 @@ extension ChimeSDKVoiceClientTypes { triggerType: ChimeSDKVoiceClientTypes.SipRuleTriggerType? = nil, triggerValue: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.disabled = disabled self.name = name @@ -1771,8 +1728,7 @@ public struct CreateSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeSDKVoiceClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -1883,8 +1839,7 @@ public struct CreateVoiceConnectorInput: Swift.Sendable { name: Swift.String? = nil, requireEncryption: Swift.Bool? = nil, tags: [ChimeSDKVoiceClientTypes.Tag]? = nil - ) - { + ) { self.awsRegion = awsRegion self.integrationType = integrationType self.name = name @@ -1926,8 +1881,7 @@ extension ChimeSDKVoiceClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceConnectorArn: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.createdTimestamp = createdTimestamp self.integrationType = integrationType @@ -1947,8 +1901,7 @@ public struct CreateVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeSDKVoiceClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -1967,8 +1920,7 @@ extension ChimeSDKVoiceClientTypes { public init( priority: Swift.Int? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.priority = priority self.voiceConnectorId = voiceConnectorId } @@ -1985,8 +1937,7 @@ public struct CreateVoiceConnectorGroupInput: Swift.Sendable { public init( name: Swift.String? = nil, voiceConnectorItems: [ChimeSDKVoiceClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.name = name self.voiceConnectorItems = voiceConnectorItems } @@ -2016,8 +1967,7 @@ extension ChimeSDKVoiceClientTypes { voiceConnectorGroupArn: Swift.String? = nil, voiceConnectorGroupId: Swift.String? = nil, voiceConnectorItems: [ChimeSDKVoiceClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.name = name self.updatedTimestamp = updatedTimestamp @@ -2034,8 +1984,7 @@ public struct CreateVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeSDKVoiceClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -2060,8 +2009,7 @@ public struct GoneException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -2074,8 +2022,7 @@ public struct CreateVoiceProfileInput: Swift.Sendable { public init( speakerSearchTaskId: Swift.String? = nil - ) - { + ) { self.speakerSearchTaskId = speakerSearchTaskId } } @@ -2104,8 +2051,7 @@ extension ChimeSDKVoiceClientTypes { voiceProfileArn: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil, voiceProfileId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.expirationTimestamp = expirationTimestamp self.updatedTimestamp = updatedTimestamp @@ -2127,8 +2073,7 @@ public struct CreateVoiceProfileOutput: Swift.Sendable { public init( voiceProfile: ChimeSDKVoiceClientTypes.VoiceProfile? = nil - ) - { + ) { self.voiceProfile = voiceProfile } } @@ -2143,8 +2088,7 @@ extension ChimeSDKVoiceClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -2175,8 +2119,7 @@ public struct CreateVoiceProfileDomainInput: Swift.Sendable { name: Swift.String? = nil, serverSideEncryptionConfiguration: ChimeSDKVoiceClientTypes.ServerSideEncryptionConfiguration? = nil, tags: [ChimeSDKVoiceClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.name = name @@ -2212,8 +2155,7 @@ extension ChimeSDKVoiceClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceProfileDomainArn: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.description = description self.name = name @@ -2236,8 +2178,7 @@ public struct CreateVoiceProfileDomainOutput: Swift.Sendable { public init( voiceProfileDomain: ChimeSDKVoiceClientTypes.VoiceProfileDomain? = nil - ) - { + ) { self.voiceProfileDomain = voiceProfileDomain } } @@ -2249,8 +2190,7 @@ public struct DeletePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -2271,8 +2211,7 @@ public struct DeleteProxySessionInput: Swift.Sendable { public init( proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.proxySessionId = proxySessionId self.voiceConnectorId = voiceConnectorId } @@ -2285,8 +2224,7 @@ public struct DeleteSipMediaApplicationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -2298,8 +2236,7 @@ public struct DeleteSipRuleInput: Swift.Sendable { public init( sipRuleId: Swift.String? = nil - ) - { + ) { self.sipRuleId = sipRuleId } } @@ -2311,8 +2248,7 @@ public struct DeleteVoiceConnectorInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2324,8 +2260,7 @@ public struct DeleteVoiceConnectorEmergencyCallingConfigurationInput: Swift.Send public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2337,8 +2272,7 @@ public struct DeleteVoiceConnectorExternalSystemsConfigurationInput: Swift.Senda public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2350,8 +2284,7 @@ public struct DeleteVoiceConnectorGroupInput: Swift.Sendable { public init( voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.voiceConnectorGroupId = voiceConnectorGroupId } } @@ -2363,8 +2296,7 @@ public struct DeleteVoiceConnectorOriginationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2376,8 +2308,7 @@ public struct DeleteVoiceConnectorProxyInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2389,8 +2320,7 @@ public struct DeleteVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2402,8 +2332,7 @@ public struct DeleteVoiceConnectorTerminationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -2419,8 +2348,7 @@ public struct DeleteVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( usernames: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.usernames = usernames self.voiceConnectorId = voiceConnectorId } @@ -2438,8 +2366,7 @@ public struct DeleteVoiceProfileInput: Swift.Sendable { public init( voiceProfileId: Swift.String? = nil - ) - { + ) { self.voiceProfileId = voiceProfileId } } @@ -2451,8 +2378,7 @@ public struct DeleteVoiceProfileDomainInput: Swift.Sendable { public init( voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.voiceProfileDomainId = voiceProfileDomainId } } @@ -2468,8 +2394,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorInput: Swift.Sendable { public init( e164PhoneNumbers: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.voiceConnectorId = voiceConnectorId } @@ -2486,8 +2411,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorOutput: Swift.Sendable { public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -2503,8 +2427,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorGroupInput: Swift.Sendab public init( e164PhoneNumbers: [Swift.String]? = nil, voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.voiceConnectorGroupId = voiceConnectorGroupId } @@ -2521,8 +2444,7 @@ public struct DisassociatePhoneNumbersFromVoiceConnectorGroupOutput: Swift.Senda public init( phoneNumberErrors: [ChimeSDKVoiceClientTypes.PhoneNumberError]? = nil - ) - { + ) { self.phoneNumberErrors = phoneNumberErrors } } @@ -2536,8 +2458,7 @@ extension ChimeSDKVoiceClientTypes { public init( cdrBucket: Swift.String? = nil - ) - { + ) { self.cdrBucket = cdrBucket } } @@ -2549,8 +2470,7 @@ public struct GetGlobalSettingsOutput: Swift.Sendable { public init( voiceConnector: ChimeSDKVoiceClientTypes.VoiceConnectorSettings? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -2562,8 +2482,7 @@ public struct GetPhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -2620,8 +2539,7 @@ extension ChimeSDKVoiceClientTypes { associatedTimestamp: Foundation.Date? = nil, name: ChimeSDKVoiceClientTypes.PhoneNumberAssociationName? = nil, value: Swift.String? = nil - ) - { + ) { self.associatedTimestamp = associatedTimestamp self.name = name self.value = value @@ -2653,8 +2571,7 @@ extension ChimeSDKVoiceClientTypes { outboundCall: Swift.Bool? = nil, outboundMMS: Swift.Bool? = nil, outboundSMS: Swift.Bool? = nil - ) - { + ) { self.inboundCall = inboundCall self.inboundMMS = inboundMMS self.inboundSMS = inboundSMS @@ -2801,8 +2718,7 @@ extension ChimeSDKVoiceClientTypes { status: ChimeSDKVoiceClientTypes.PhoneNumberStatus? = nil, type: ChimeSDKVoiceClientTypes.PhoneNumberType? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.associations = associations self.callingName = callingName self.callingNameStatus = callingNameStatus @@ -2833,8 +2749,7 @@ public struct GetPhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeSDKVoiceClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -2846,8 +2761,7 @@ public struct GetPhoneNumberOrderInput: Swift.Sendable { public init( phoneNumberOrderId: Swift.String? = nil - ) - { + ) { self.phoneNumberOrderId = phoneNumberOrderId } } @@ -2858,8 +2772,7 @@ public struct GetPhoneNumberOrderOutput: Swift.Sendable { public init( phoneNumberOrder: ChimeSDKVoiceClientTypes.PhoneNumberOrder? = nil - ) - { + ) { self.phoneNumberOrder = phoneNumberOrder } } @@ -2873,8 +2786,7 @@ public struct GetPhoneNumberSettingsOutput: Swift.Sendable { public init( callingName: Swift.String? = nil, callingNameUpdatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.callingName = callingName self.callingNameUpdatedTimestamp = callingNameUpdatedTimestamp } @@ -2896,8 +2808,7 @@ public struct GetProxySessionInput: Swift.Sendable { public init( proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.proxySessionId = proxySessionId self.voiceConnectorId = voiceConnectorId } @@ -2909,8 +2820,7 @@ public struct GetProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeSDKVoiceClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -2922,8 +2832,7 @@ public struct GetSipMediaApplicationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -2934,8 +2843,7 @@ public struct GetSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeSDKVoiceClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -2947,8 +2855,7 @@ public struct GetSipMediaApplicationAlexaSkillConfigurationInput: Swift.Sendable public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -2967,8 +2874,7 @@ extension ChimeSDKVoiceClientTypes { public init( alexaSkillIds: [Swift.String]? = nil, alexaSkillStatus: ChimeSDKVoiceClientTypes.AlexaSkillStatus? = nil - ) - { + ) { self.alexaSkillIds = alexaSkillIds self.alexaSkillStatus = alexaSkillStatus } @@ -2986,8 +2892,7 @@ public struct GetSipMediaApplicationAlexaSkillConfigurationOutput: Swift.Sendabl public init( sipMediaApplicationAlexaSkillConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationAlexaSkillConfiguration? = nil - ) - { + ) { self.sipMediaApplicationAlexaSkillConfiguration = sipMediaApplicationAlexaSkillConfiguration } } @@ -2999,8 +2904,7 @@ public struct GetSipMediaApplicationLoggingConfigurationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId } } @@ -3014,8 +2918,7 @@ extension ChimeSDKVoiceClientTypes { public init( enableSipMediaApplicationMessageLogs: Swift.Bool? = nil - ) - { + ) { self.enableSipMediaApplicationMessageLogs = enableSipMediaApplicationMessageLogs } } @@ -3027,8 +2930,7 @@ public struct GetSipMediaApplicationLoggingConfigurationOutput: Swift.Sendable { public init( sipMediaApplicationLoggingConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } } @@ -3040,8 +2942,7 @@ public struct GetSipRuleInput: Swift.Sendable { public init( sipRuleId: Swift.String? = nil - ) - { + ) { self.sipRuleId = sipRuleId } } @@ -3052,8 +2953,7 @@ public struct GetSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeSDKVoiceClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -3069,8 +2969,7 @@ public struct GetSpeakerSearchTaskInput: Swift.Sendable { public init( speakerSearchTaskId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.speakerSearchTaskId = speakerSearchTaskId self.voiceConnectorId = voiceConnectorId } @@ -3088,8 +2987,7 @@ extension ChimeSDKVoiceClientTypes { public init( confidenceScore: Swift.Float = 0.0, voiceProfileId: Swift.String? = nil - ) - { + ) { self.confidenceScore = confidenceScore self.voiceProfileId = voiceProfileId } @@ -3108,8 +3006,7 @@ extension ChimeSDKVoiceClientTypes { public init( results: [ChimeSDKVoiceClientTypes.SpeakerSearchResult]? = nil, voiceprintGenerationStatus: Swift.String? = nil - ) - { + ) { self.results = results self.voiceprintGenerationStatus = voiceprintGenerationStatus } @@ -3146,8 +3043,7 @@ extension ChimeSDKVoiceClientTypes { startedTimestamp: Foundation.Date? = nil, statusMessage: Swift.String? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.callDetails = callDetails self.createdTimestamp = createdTimestamp self.speakerSearchDetails = speakerSearchDetails @@ -3166,8 +3062,7 @@ public struct GetSpeakerSearchTaskOutput: Swift.Sendable { public init( speakerSearchTask: ChimeSDKVoiceClientTypes.SpeakerSearchTask? = nil - ) - { + ) { self.speakerSearchTask = speakerSearchTask } } @@ -3179,8 +3074,7 @@ public struct GetVoiceConnectorInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3191,8 +3085,7 @@ public struct GetVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeSDKVoiceClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -3204,8 +3097,7 @@ public struct GetVoiceConnectorEmergencyCallingConfigurationInput: Swift.Sendabl public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3227,8 +3119,7 @@ extension ChimeSDKVoiceClientTypes { callingCountry: Swift.String? = nil, emergencyPhoneNumber: Swift.String? = nil, testPhoneNumber: Swift.String? = nil - ) - { + ) { self.callingCountry = callingCountry self.emergencyPhoneNumber = emergencyPhoneNumber self.testPhoneNumber = testPhoneNumber @@ -3250,8 +3141,7 @@ extension ChimeSDKVoiceClientTypes { public init( dnis: [ChimeSDKVoiceClientTypes.DNISEmergencyCallingConfiguration]? = nil - ) - { + ) { self.dnis = dnis } } @@ -3263,8 +3153,7 @@ public struct GetVoiceConnectorEmergencyCallingConfigurationOutput: Swift.Sendab public init( emergencyCallingConfiguration: ChimeSDKVoiceClientTypes.EmergencyCallingConfiguration? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration } } @@ -3276,8 +3165,7 @@ public struct GetVoiceConnectorExternalSystemsConfigurationInput: Swift.Sendable public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3367,8 +3255,7 @@ extension ChimeSDKVoiceClientTypes { public init( contactCenterSystemTypes: [ChimeSDKVoiceClientTypes.ContactCenterSystemType]? = nil, sessionBorderControllerTypes: [ChimeSDKVoiceClientTypes.SessionBorderControllerType]? = nil - ) - { + ) { self.contactCenterSystemTypes = contactCenterSystemTypes self.sessionBorderControllerTypes = sessionBorderControllerTypes } @@ -3381,8 +3268,7 @@ public struct GetVoiceConnectorExternalSystemsConfigurationOutput: Swift.Sendabl public init( externalSystemsConfiguration: ChimeSDKVoiceClientTypes.ExternalSystemsConfiguration? = nil - ) - { + ) { self.externalSystemsConfiguration = externalSystemsConfiguration } } @@ -3394,8 +3280,7 @@ public struct GetVoiceConnectorGroupInput: Swift.Sendable { public init( voiceConnectorGroupId: Swift.String? = nil - ) - { + ) { self.voiceConnectorGroupId = voiceConnectorGroupId } } @@ -3406,8 +3291,7 @@ public struct GetVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeSDKVoiceClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -3419,8 +3303,7 @@ public struct GetVoiceConnectorLoggingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3437,8 +3320,7 @@ extension ChimeSDKVoiceClientTypes { public init( enableMediaMetricLogs: Swift.Bool? = nil, enableSIPLogs: Swift.Bool? = nil - ) - { + ) { self.enableMediaMetricLogs = enableMediaMetricLogs self.enableSIPLogs = enableSIPLogs } @@ -3451,8 +3333,7 @@ public struct GetVoiceConnectorLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: ChimeSDKVoiceClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -3464,8 +3345,7 @@ public struct GetVoiceConnectorOriginationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3520,8 +3400,7 @@ extension ChimeSDKVoiceClientTypes { priority: Swift.Int? = nil, `protocol`: ChimeSDKVoiceClientTypes.OriginationRouteProtocol? = nil, weight: Swift.Int? = nil - ) - { + ) { self.host = host self.port = port self.priority = priority @@ -3543,8 +3422,7 @@ extension ChimeSDKVoiceClientTypes { public init( disabled: Swift.Bool? = nil, routes: [ChimeSDKVoiceClientTypes.OriginationRoute]? = nil - ) - { + ) { self.disabled = disabled self.routes = routes } @@ -3557,8 +3435,7 @@ public struct GetVoiceConnectorOriginationOutput: Swift.Sendable { public init( origination: ChimeSDKVoiceClientTypes.Origination? = nil - ) - { + ) { self.origination = origination } } @@ -3570,8 +3447,7 @@ public struct GetVoiceConnectorProxyInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3594,8 +3470,7 @@ extension ChimeSDKVoiceClientTypes { disabled: Swift.Bool? = nil, fallBackPhoneNumber: Swift.String? = nil, phoneNumberCountries: [Swift.String]? = nil - ) - { + ) { self.defaultSessionExpiryMinutes = defaultSessionExpiryMinutes self.disabled = disabled self.fallBackPhoneNumber = fallBackPhoneNumber @@ -3615,8 +3490,7 @@ public struct GetVoiceConnectorProxyOutput: Swift.Sendable { public init( proxy: ChimeSDKVoiceClientTypes.Proxy? = nil - ) - { + ) { self.proxy = proxy } } @@ -3628,8 +3502,7 @@ public struct GetVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3646,8 +3519,7 @@ extension ChimeSDKVoiceClientTypes { public init( configurationArn: Swift.String? = nil, disabled: Swift.Bool? = nil - ) - { + ) { self.configurationArn = configurationArn self.disabled = disabled } @@ -3700,8 +3572,7 @@ extension ChimeSDKVoiceClientTypes { public init( notificationTarget: ChimeSDKVoiceClientTypes.NotificationTarget? = nil - ) - { + ) { self.notificationTarget = notificationTarget } } @@ -3727,8 +3598,7 @@ extension ChimeSDKVoiceClientTypes { disabled: Swift.Bool? = nil, mediaInsightsConfiguration: ChimeSDKVoiceClientTypes.MediaInsightsConfiguration? = nil, streamingNotificationTargets: [ChimeSDKVoiceClientTypes.StreamingNotificationTarget]? = nil - ) - { + ) { self.dataRetentionInHours = dataRetentionInHours self.disabled = disabled self.mediaInsightsConfiguration = mediaInsightsConfiguration @@ -3743,8 +3613,7 @@ public struct GetVoiceConnectorStreamingConfigurationOutput: Swift.Sendable { public init( streamingConfiguration: ChimeSDKVoiceClientTypes.StreamingConfiguration? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration } } @@ -3756,8 +3625,7 @@ public struct GetVoiceConnectorTerminationInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3783,8 +3651,7 @@ extension ChimeSDKVoiceClientTypes { cpsLimit: Swift.Int? = nil, defaultPhoneNumber: Swift.String? = nil, disabled: Swift.Bool? = nil - ) - { + ) { self.callingRegions = callingRegions self.cidrAllowedList = cidrAllowedList self.cpsLimit = cpsLimit @@ -3805,8 +3672,7 @@ public struct GetVoiceConnectorTerminationOutput: Swift.Sendable { public init( termination: ChimeSDKVoiceClientTypes.Termination? = nil - ) - { + ) { self.termination = termination } } @@ -3818,8 +3684,7 @@ public struct GetVoiceConnectorTerminationHealthInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -3836,8 +3701,7 @@ extension ChimeSDKVoiceClientTypes { public init( source: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.source = source self.timestamp = timestamp } @@ -3850,8 +3714,7 @@ public struct GetVoiceConnectorTerminationHealthOutput: Swift.Sendable { public init( terminationHealth: ChimeSDKVoiceClientTypes.TerminationHealth? = nil - ) - { + ) { self.terminationHealth = terminationHealth } } @@ -3863,8 +3726,7 @@ public struct GetVoiceProfileInput: Swift.Sendable { public init( voiceProfileId: Swift.String? = nil - ) - { + ) { self.voiceProfileId = voiceProfileId } } @@ -3875,8 +3737,7 @@ public struct GetVoiceProfileOutput: Swift.Sendable { public init( voiceProfile: ChimeSDKVoiceClientTypes.VoiceProfile? = nil - ) - { + ) { self.voiceProfile = voiceProfile } } @@ -3888,8 +3749,7 @@ public struct GetVoiceProfileDomainInput: Swift.Sendable { public init( voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.voiceProfileDomainId = voiceProfileDomainId } } @@ -3900,8 +3760,7 @@ public struct GetVoiceProfileDomainOutput: Swift.Sendable { public init( voiceProfileDomain: ChimeSDKVoiceClientTypes.VoiceProfileDomain? = nil - ) - { + ) { self.voiceProfileDomain = voiceProfileDomain } } @@ -3921,8 +3780,7 @@ public struct GetVoiceToneAnalysisTaskInput: Swift.Sendable { isCaller: Swift.Bool? = nil, voiceConnectorId: Swift.String? = nil, voiceToneAnalysisTaskId: Swift.String? = nil - ) - { + ) { self.isCaller = isCaller self.voiceConnectorId = voiceConnectorId self.voiceToneAnalysisTaskId = voiceToneAnalysisTaskId @@ -3956,8 +3814,7 @@ extension ChimeSDKVoiceClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceToneAnalysisTaskId: Swift.String? = nil, voiceToneAnalysisTaskStatus: Swift.String? = nil - ) - { + ) { self.callDetails = callDetails self.createdTimestamp = createdTimestamp self.startedTimestamp = startedTimestamp @@ -3975,8 +3832,7 @@ public struct GetVoiceToneAnalysisTaskOutput: Swift.Sendable { public init( voiceToneAnalysisTask: ChimeSDKVoiceClientTypes.VoiceToneAnalysisTask? = nil - ) - { + ) { self.voiceToneAnalysisTask = voiceToneAnalysisTask } } @@ -3987,8 +3843,7 @@ public struct ListAvailableVoiceConnectorRegionsOutput: Swift.Sendable { public init( voiceConnectorRegions: [ChimeSDKVoiceClientTypes.VoiceConnectorAwsRegion]? = nil - ) - { + ) { self.voiceConnectorRegions = voiceConnectorRegions } } @@ -4002,8 +3857,7 @@ public struct ListPhoneNumberOrdersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4018,8 +3872,7 @@ public struct ListPhoneNumberOrdersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumberOrders: [ChimeSDKVoiceClientTypes.PhoneNumberOrder]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumberOrders = phoneNumberOrders } @@ -4046,8 +3899,7 @@ public struct ListPhoneNumbersInput: Swift.Sendable { nextToken: Swift.String? = nil, productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil, status: Swift.String? = nil - ) - { + ) { self.filterName = filterName self.filterValue = filterValue self.maxResults = maxResults @@ -4066,8 +3918,7 @@ public struct ListPhoneNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [ChimeSDKVoiceClientTypes.PhoneNumber]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -4089,8 +3940,7 @@ public struct ListProxySessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, status: ChimeSDKVoiceClientTypes.ProxySessionStatus? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -4107,8 +3957,7 @@ public struct ListProxySessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, proxySessions: [ChimeSDKVoiceClientTypes.ProxySession]? = nil - ) - { + ) { self.nextToken = nextToken self.proxySessions = proxySessions } @@ -4123,8 +3972,7 @@ public struct ListSipMediaApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4139,8 +3987,7 @@ public struct ListSipMediaApplicationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sipMediaApplications: [ChimeSDKVoiceClientTypes.SipMediaApplication]? = nil - ) - { + ) { self.nextToken = nextToken self.sipMediaApplications = sipMediaApplications } @@ -4158,8 +4005,7 @@ public struct ListSipRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sipMediaApplicationId = sipMediaApplicationId @@ -4175,8 +4021,7 @@ public struct ListSipRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sipRules: [ChimeSDKVoiceClientTypes.SipRule]? = nil - ) - { + ) { self.nextToken = nextToken self.sipRules = sipRules } @@ -4189,8 +4034,7 @@ public struct ListSupportedPhoneNumberCountriesInput: Swift.Sendable { public init( productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.productType = productType } } @@ -4207,8 +4051,7 @@ extension ChimeSDKVoiceClientTypes { public init( countryCode: Swift.String? = nil, supportedPhoneNumberTypes: [ChimeSDKVoiceClientTypes.PhoneNumberType]? = nil - ) - { + ) { self.countryCode = countryCode self.supportedPhoneNumberTypes = supportedPhoneNumberTypes } @@ -4221,8 +4064,7 @@ public struct ListSupportedPhoneNumberCountriesOutput: Swift.Sendable { public init( phoneNumberCountries: [ChimeSDKVoiceClientTypes.PhoneNumberCountry]? = nil - ) - { + ) { self.phoneNumberCountries = phoneNumberCountries } } @@ -4234,8 +4076,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -4251,8 +4092,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ChimeSDKVoiceClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4266,8 +4106,7 @@ public struct ListVoiceConnectorGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4282,8 +4121,7 @@ public struct ListVoiceConnectorGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceConnectorGroups: [ChimeSDKVoiceClientTypes.VoiceConnectorGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceConnectorGroups = voiceConnectorGroups } @@ -4298,8 +4136,7 @@ public struct ListVoiceConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4314,8 +4151,7 @@ public struct ListVoiceConnectorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceConnectors: [ChimeSDKVoiceClientTypes.VoiceConnector]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceConnectors = voiceConnectors } @@ -4328,8 +4164,7 @@ public struct ListVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId } } @@ -4340,8 +4175,7 @@ public struct ListVoiceConnectorTerminationCredentialsOutput: Swift.Sendable { public init( usernames: [Swift.String]? = nil - ) - { + ) { self.usernames = usernames } } @@ -4360,8 +4194,7 @@ public struct ListVoiceProfileDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4391,8 +4224,7 @@ extension ChimeSDKVoiceClientTypes { updatedTimestamp: Foundation.Date? = nil, voiceProfileDomainArn: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.description = description self.name = name @@ -4417,8 +4249,7 @@ public struct ListVoiceProfileDomainsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceProfileDomains: [ChimeSDKVoiceClientTypes.VoiceProfileDomainSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceProfileDomains = voiceProfileDomains } @@ -4437,8 +4268,7 @@ public struct ListVoiceProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.voiceProfileDomainId = voiceProfileDomainId @@ -4469,8 +4299,7 @@ extension ChimeSDKVoiceClientTypes { voiceProfileArn: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil, voiceProfileId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.expirationTimestamp = expirationTimestamp self.updatedTimestamp = updatedTimestamp @@ -4495,8 +4324,7 @@ public struct ListVoiceProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voiceProfiles: [ChimeSDKVoiceClientTypes.VoiceProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.voiceProfiles = voiceProfiles } @@ -4512,8 +4340,7 @@ public struct PutSipMediaApplicationAlexaSkillConfigurationInput: Swift.Sendable public init( sipMediaApplicationAlexaSkillConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationAlexaSkillConfiguration? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.sipMediaApplicationAlexaSkillConfiguration = sipMediaApplicationAlexaSkillConfiguration self.sipMediaApplicationId = sipMediaApplicationId } @@ -4525,8 +4352,7 @@ public struct PutSipMediaApplicationAlexaSkillConfigurationOutput: Swift.Sendabl public init( sipMediaApplicationAlexaSkillConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationAlexaSkillConfiguration? = nil - ) - { + ) { self.sipMediaApplicationAlexaSkillConfiguration = sipMediaApplicationAlexaSkillConfiguration } } @@ -4541,8 +4367,7 @@ public struct PutSipMediaApplicationLoggingConfigurationInput: Swift.Sendable { public init( sipMediaApplicationId: Swift.String? = nil, sipMediaApplicationLoggingConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationId = sipMediaApplicationId self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } @@ -4554,8 +4379,7 @@ public struct PutSipMediaApplicationLoggingConfigurationOutput: Swift.Sendable { public init( sipMediaApplicationLoggingConfiguration: ChimeSDKVoiceClientTypes.SipMediaApplicationLoggingConfiguration? = nil - ) - { + ) { self.sipMediaApplicationLoggingConfiguration = sipMediaApplicationLoggingConfiguration } } @@ -4571,8 +4395,7 @@ public struct PutVoiceConnectorEmergencyCallingConfigurationInput: Swift.Sendabl public init( emergencyCallingConfiguration: ChimeSDKVoiceClientTypes.EmergencyCallingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -4584,8 +4407,7 @@ public struct PutVoiceConnectorEmergencyCallingConfigurationOutput: Swift.Sendab public init( emergencyCallingConfiguration: ChimeSDKVoiceClientTypes.EmergencyCallingConfiguration? = nil - ) - { + ) { self.emergencyCallingConfiguration = emergencyCallingConfiguration } } @@ -4603,8 +4425,7 @@ public struct PutVoiceConnectorExternalSystemsConfigurationInput: Swift.Sendable contactCenterSystemTypes: [ChimeSDKVoiceClientTypes.ContactCenterSystemType]? = nil, sessionBorderControllerTypes: [ChimeSDKVoiceClientTypes.SessionBorderControllerType]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.contactCenterSystemTypes = contactCenterSystemTypes self.sessionBorderControllerTypes = sessionBorderControllerTypes self.voiceConnectorId = voiceConnectorId @@ -4617,8 +4438,7 @@ public struct PutVoiceConnectorExternalSystemsConfigurationOutput: Swift.Sendabl public init( externalSystemsConfiguration: ChimeSDKVoiceClientTypes.ExternalSystemsConfiguration? = nil - ) - { + ) { self.externalSystemsConfiguration = externalSystemsConfiguration } } @@ -4634,8 +4454,7 @@ public struct PutVoiceConnectorLoggingConfigurationInput: Swift.Sendable { public init( loggingConfiguration: ChimeSDKVoiceClientTypes.LoggingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -4647,8 +4466,7 @@ public struct PutVoiceConnectorLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: ChimeSDKVoiceClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -4664,8 +4482,7 @@ public struct PutVoiceConnectorOriginationInput: Swift.Sendable { public init( origination: ChimeSDKVoiceClientTypes.Origination? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.origination = origination self.voiceConnectorId = voiceConnectorId } @@ -4677,8 +4494,7 @@ public struct PutVoiceConnectorOriginationOutput: Swift.Sendable { public init( origination: ChimeSDKVoiceClientTypes.Origination? = nil - ) - { + ) { self.origination = origination } } @@ -4704,8 +4520,7 @@ public struct PutVoiceConnectorProxyInput: Swift.Sendable { fallBackPhoneNumber: Swift.String? = nil, phoneNumberPoolCountries: [Swift.String]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.defaultSessionExpiryMinutes = defaultSessionExpiryMinutes self.disabled = disabled self.fallBackPhoneNumber = fallBackPhoneNumber @@ -4725,8 +4540,7 @@ public struct PutVoiceConnectorProxyOutput: Swift.Sendable { public init( proxy: ChimeSDKVoiceClientTypes.Proxy? = nil - ) - { + ) { self.proxy = proxy } } @@ -4742,8 +4556,7 @@ public struct PutVoiceConnectorStreamingConfigurationInput: Swift.Sendable { public init( streamingConfiguration: ChimeSDKVoiceClientTypes.StreamingConfiguration? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration self.voiceConnectorId = voiceConnectorId } @@ -4755,8 +4568,7 @@ public struct PutVoiceConnectorStreamingConfigurationOutput: Swift.Sendable { public init( streamingConfiguration: ChimeSDKVoiceClientTypes.StreamingConfiguration? = nil - ) - { + ) { self.streamingConfiguration = streamingConfiguration } } @@ -4772,8 +4584,7 @@ public struct PutVoiceConnectorTerminationInput: Swift.Sendable { public init( termination: ChimeSDKVoiceClientTypes.Termination? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.termination = termination self.voiceConnectorId = voiceConnectorId } @@ -4785,8 +4596,7 @@ public struct PutVoiceConnectorTerminationOutput: Swift.Sendable { public init( termination: ChimeSDKVoiceClientTypes.Termination? = nil - ) - { + ) { self.termination = termination } } @@ -4803,8 +4613,7 @@ extension ChimeSDKVoiceClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4826,8 +4635,7 @@ public struct PutVoiceConnectorTerminationCredentialsInput: Swift.Sendable { public init( credentials: [ChimeSDKVoiceClientTypes.Credential]? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.voiceConnectorId = voiceConnectorId } @@ -4840,8 +4648,7 @@ public struct RestorePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -4857,8 +4664,7 @@ public struct RestorePhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeSDKVoiceClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -4890,8 +4696,7 @@ public struct SearchAvailablePhoneNumbersInput: Swift.Sendable { phoneNumberType: ChimeSDKVoiceClientTypes.PhoneNumberType? = nil, state: Swift.String? = nil, tollFreePrefix: Swift.String? = nil - ) - { + ) { self.areaCode = areaCode self.city = city self.country = country @@ -4912,8 +4717,7 @@ public struct SearchAvailablePhoneNumbersOutput: Swift.Sendable { public init( e164PhoneNumbers: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.e164PhoneNumbers = e164PhoneNumbers self.nextToken = nextToken } @@ -4944,8 +4748,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( code: ChimeSDKVoiceClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -4972,8 +4775,7 @@ public struct StartSpeakerSearchTaskInput: Swift.Sendable { transactionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.callLeg = callLeg self.clientRequestToken = clientRequestToken self.transactionId = transactionId @@ -4988,8 +4790,7 @@ public struct StartSpeakerSearchTaskOutput: Swift.Sendable { public init( speakerSearchTask: ChimeSDKVoiceClientTypes.SpeakerSearchTask? = nil - ) - { + ) { self.speakerSearchTask = speakerSearchTask } } @@ -5038,8 +4839,7 @@ public struct StartVoiceToneAnalysisTaskInput: Swift.Sendable { languageCode: ChimeSDKVoiceClientTypes.LanguageCode? = nil, transactionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.languageCode = languageCode self.transactionId = transactionId @@ -5053,8 +4853,7 @@ public struct StartVoiceToneAnalysisTaskOutput: Swift.Sendable { public init( voiceToneAnalysisTask: ChimeSDKVoiceClientTypes.VoiceToneAnalysisTask? = nil - ) - { + ) { self.voiceToneAnalysisTask = voiceToneAnalysisTask } } @@ -5070,8 +4869,7 @@ public struct StopSpeakerSearchTaskInput: Swift.Sendable { public init( speakerSearchTaskId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.speakerSearchTaskId = speakerSearchTaskId self.voiceConnectorId = voiceConnectorId } @@ -5088,8 +4886,7 @@ public struct StopVoiceToneAnalysisTaskInput: Swift.Sendable { public init( voiceConnectorId: Swift.String? = nil, voiceToneAnalysisTaskId: Swift.String? = nil - ) - { + ) { self.voiceConnectorId = voiceConnectorId self.voiceToneAnalysisTaskId = voiceToneAnalysisTaskId } @@ -5106,8 +4903,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ChimeSDKVoiceClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -5129,8 +4925,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5147,8 +4942,7 @@ public struct UpdateGlobalSettingsInput: Swift.Sendable { public init( voiceConnector: ChimeSDKVoiceClientTypes.VoiceConnectorSettings? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -5169,8 +4963,7 @@ public struct UpdatePhoneNumberInput: Swift.Sendable { name: Swift.String? = nil, phoneNumberId: Swift.String? = nil, productType: ChimeSDKVoiceClientTypes.PhoneNumberProductType? = nil - ) - { + ) { self.callingName = callingName self.name = name self.phoneNumberId = phoneNumberId @@ -5189,8 +4982,7 @@ public struct UpdatePhoneNumberOutput: Swift.Sendable { public init( phoneNumber: ChimeSDKVoiceClientTypes.PhoneNumber? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -5202,8 +4994,7 @@ public struct UpdatePhoneNumberSettingsInput: Swift.Sendable { public init( callingName: Swift.String? = nil - ) - { + ) { self.callingName = callingName } } @@ -5231,8 +5022,7 @@ public struct UpdateProxySessionInput: Swift.Sendable { expiryMinutes: Swift.Int? = nil, proxySessionId: Swift.String? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.expiryMinutes = expiryMinutes self.proxySessionId = proxySessionId @@ -5246,8 +5036,7 @@ public struct UpdateProxySessionOutput: Swift.Sendable { public init( proxySession: ChimeSDKVoiceClientTypes.ProxySession? = nil - ) - { + ) { self.proxySession = proxySession } } @@ -5265,8 +5054,7 @@ public struct UpdateSipMediaApplicationInput: Swift.Sendable { endpoints: [ChimeSDKVoiceClientTypes.SipMediaApplicationEndpoint]? = nil, name: Swift.String? = nil, sipMediaApplicationId: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.name = name self.sipMediaApplicationId = sipMediaApplicationId @@ -5279,8 +5067,7 @@ public struct UpdateSipMediaApplicationOutput: Swift.Sendable { public init( sipMediaApplication: ChimeSDKVoiceClientTypes.SipMediaApplication? = nil - ) - { + ) { self.sipMediaApplication = sipMediaApplication } } @@ -5300,8 +5087,7 @@ public struct UpdateSipMediaApplicationCallInput: Swift.Sendable { arguments: [Swift.String: Swift.String]? = nil, sipMediaApplicationId: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.arguments = arguments self.sipMediaApplicationId = sipMediaApplicationId self.transactionId = transactionId @@ -5319,8 +5105,7 @@ public struct UpdateSipMediaApplicationCallOutput: Swift.Sendable { public init( sipMediaApplicationCall: ChimeSDKVoiceClientTypes.SipMediaApplicationCall? = nil - ) - { + ) { self.sipMediaApplicationCall = sipMediaApplicationCall } } @@ -5342,8 +5127,7 @@ public struct UpdateSipRuleInput: Swift.Sendable { name: Swift.String? = nil, sipRuleId: Swift.String? = nil, targetApplications: [ChimeSDKVoiceClientTypes.SipRuleTargetApplication]? = nil - ) - { + ) { self.disabled = disabled self.name = name self.sipRuleId = sipRuleId @@ -5357,8 +5141,7 @@ public struct UpdateSipRuleOutput: Swift.Sendable { public init( sipRule: ChimeSDKVoiceClientTypes.SipRule? = nil - ) - { + ) { self.sipRule = sipRule } } @@ -5378,8 +5161,7 @@ public struct UpdateVoiceConnectorInput: Swift.Sendable { name: Swift.String? = nil, requireEncryption: Swift.Bool? = nil, voiceConnectorId: Swift.String? = nil - ) - { + ) { self.name = name self.requireEncryption = requireEncryption self.voiceConnectorId = voiceConnectorId @@ -5392,8 +5174,7 @@ public struct UpdateVoiceConnectorOutput: Swift.Sendable { public init( voiceConnector: ChimeSDKVoiceClientTypes.VoiceConnector? = nil - ) - { + ) { self.voiceConnector = voiceConnector } } @@ -5413,8 +5194,7 @@ public struct UpdateVoiceConnectorGroupInput: Swift.Sendable { name: Swift.String? = nil, voiceConnectorGroupId: Swift.String? = nil, voiceConnectorItems: [ChimeSDKVoiceClientTypes.VoiceConnectorItem]? = nil - ) - { + ) { self.name = name self.voiceConnectorGroupId = voiceConnectorGroupId self.voiceConnectorItems = voiceConnectorItems @@ -5427,8 +5207,7 @@ public struct UpdateVoiceConnectorGroupOutput: Swift.Sendable { public init( voiceConnectorGroup: ChimeSDKVoiceClientTypes.VoiceConnectorGroup? = nil - ) - { + ) { self.voiceConnectorGroup = voiceConnectorGroup } } @@ -5444,8 +5223,7 @@ public struct UpdateVoiceProfileInput: Swift.Sendable { public init( speakerSearchTaskId: Swift.String? = nil, voiceProfileId: Swift.String? = nil - ) - { + ) { self.speakerSearchTaskId = speakerSearchTaskId self.voiceProfileId = voiceProfileId } @@ -5457,8 +5235,7 @@ public struct UpdateVoiceProfileOutput: Swift.Sendable { public init( voiceProfile: ChimeSDKVoiceClientTypes.VoiceProfile? = nil - ) - { + ) { self.voiceProfile = voiceProfile } } @@ -5476,8 +5253,7 @@ public struct UpdateVoiceProfileDomainInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, voiceProfileDomainId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.voiceProfileDomainId = voiceProfileDomainId @@ -5490,8 +5266,7 @@ public struct UpdateVoiceProfileDomainOutput: Swift.Sendable { public init( voiceProfileDomain: ChimeSDKVoiceClientTypes.VoiceProfileDomain? = nil - ) - { + ) { self.voiceProfileDomain = voiceProfileDomain } } @@ -5527,8 +5302,7 @@ public struct ValidateE911AddressInput: Swift.Sendable { state: Swift.String? = nil, streetInfo: Swift.String? = nil, streetNumber: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.city = city self.country = country @@ -5565,8 +5339,7 @@ public struct ValidateE911AddressOutput: Swift.Sendable { addressExternalId: Swift.String? = nil, candidateAddressList: [ChimeSDKVoiceClientTypes.CandidateAddress]? = nil, validationResult: Swift.Int = 0 - ) - { + ) { self.address = address self.addressExternalId = addressExternalId self.candidateAddressList = candidateAddressList diff --git a/Sources/Services/AWSCleanRooms/Package.swift.txt b/Sources/Services/AWSCleanRooms/Package.swift.txt index 71070ede84c..b4051933e80 100644 --- a/Sources/Services/AWSCleanRooms/Package.swift.txt +++ b/Sources/Services/AWSCleanRooms/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/CleanRoomsClient.swift b/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/CleanRoomsClient.swift index 0620bf23fb5..c68da6b250b 100644 --- a/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/CleanRoomsClient.swift +++ b/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/CleanRoomsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CleanRoomsClient: ClientRuntime.Client { public static let clientName = "CleanRoomsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CleanRoomsClient.CleanRoomsClientConfiguration let serviceName = "CleanRooms" diff --git a/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/Models.swift b/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/Models.swift index 7cab19617e6..10e4617a716 100644 --- a/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/Models.swift +++ b/Sources/Services/AWSCleanRooms/Sources/AWSCleanRooms/Models.swift @@ -78,8 +78,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, reason: CleanRoomsClientTypes.AccessDeniedExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -169,8 +168,7 @@ extension CleanRoomsClientTypes { public init( columnNames: [Swift.String]? = nil, function: CleanRoomsClientTypes.AggregateFunctionName? = nil - ) - { + ) { self.columnNames = columnNames self.function = function } @@ -221,8 +219,7 @@ extension CleanRoomsClientTypes { columnName: Swift.String? = nil, minimum: Swift.Int? = nil, type: CleanRoomsClientTypes.AggregationType? = nil - ) - { + ) { self.columnName = columnName self.minimum = minimum self.type = type @@ -406,8 +403,7 @@ extension CleanRoomsClientTypes { defaultValue: Swift.String? = nil, name: Swift.String? = nil, type: CleanRoomsClientTypes.ParameterType? = nil - ) - { + ) { self.defaultValue = defaultValue self.name = name self.type = type @@ -606,8 +602,7 @@ extension CleanRoomsClientTypes { joinRequired: CleanRoomsClientTypes.JoinRequiredOption? = nil, outputConstraints: [CleanRoomsClientTypes.AggregationConstraint]? = nil, scalarFunctions: [CleanRoomsClientTypes.ScalarFunctions]? = nil - ) - { + ) { self.additionalAnalyses = additionalAnalyses self.aggregateColumns = aggregateColumns self.allowedJoinOperators = allowedJoinOperators @@ -630,8 +625,7 @@ extension CleanRoomsClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -647,8 +641,7 @@ extension CleanRoomsClientTypes { public init( columns: [CleanRoomsClientTypes.DifferentialPrivacyColumn]? = nil - ) - { + ) { self.columns = columns } } @@ -676,8 +669,7 @@ extension CleanRoomsClientTypes { allowedAnalysisProviders: [Swift.String]? = nil, differentialPrivacy: CleanRoomsClientTypes.DifferentialPrivacyConfiguration? = nil, disallowedOutputColumns: [Swift.String]? = nil - ) - { + ) { self.additionalAnalyses = additionalAnalyses self.allowedAnalyses = allowedAnalyses self.allowedAnalysisProviders = allowedAnalysisProviders @@ -696,8 +688,7 @@ extension CleanRoomsClientTypes { public init( columns: [Swift.String]? = nil - ) - { + ) { self.columns = columns } } @@ -730,8 +721,7 @@ extension CleanRoomsClientTypes { dimensionColumns: [Swift.String]? = nil, joinColumns: [Swift.String]? = nil, queryConstraints: [CleanRoomsClientTypes.QueryConstraint]? = nil - ) - { + ) { self.dimensionColumns = dimensionColumns self.joinColumns = joinColumns self.queryConstraints = queryConstraints @@ -759,8 +749,7 @@ extension CleanRoomsClientTypes { allowedJoinOperators: [CleanRoomsClientTypes.JoinOperator]? = nil, joinColumns: [Swift.String]? = nil, listColumns: [Swift.String]? = nil - ) - { + ) { self.additionalAnalyses = additionalAnalyses self.allowedJoinOperators = allowedJoinOperators self.joinColumns = joinColumns @@ -860,8 +849,7 @@ extension CleanRoomsClientTypes { policy: CleanRoomsClientTypes.AnalysisRulePolicy? = nil, type: CleanRoomsClientTypes.AnalysisRuleType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationId = collaborationId self.createTime = createTime self.name = name @@ -881,8 +869,7 @@ extension CleanRoomsClientTypes { public init( referencedTables: [Swift.String]? = nil - ) - { + ) { self.referencedTables = referencedTables } } @@ -908,8 +895,7 @@ extension CleanRoomsClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -990,8 +976,7 @@ extension CleanRoomsClientTypes { reasons: [CleanRoomsClientTypes.AnalysisTemplateValidationStatusReason]? = nil, status: CleanRoomsClientTypes.AnalysisTemplateValidationStatus? = nil, type: CleanRoomsClientTypes.AnalysisTemplateValidationType? = nil - ) - { + ) { self.reasons = reasons self.status = status self.type = type @@ -1062,8 +1047,7 @@ extension CleanRoomsClientTypes { source: CleanRoomsClientTypes.AnalysisSource? = nil, updateTime: Foundation.Date? = nil, validations: [CleanRoomsClientTypes.AnalysisTemplateValidationStatusDetail]? = nil - ) - { + ) { self.analysisParameters = analysisParameters self.arn = arn self.collaborationArn = collaborationArn @@ -1182,8 +1166,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW reason: CleanRoomsClientTypes.ConflictExceptionReason? = nil, resourceId: Swift.String? = nil, resourceType: CleanRoomsClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.resourceId = resourceId @@ -1209,8 +1192,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1242,8 +1224,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: CleanRoomsClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1277,8 +1258,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, quotaName: Swift.String? = nil, quotaValue: Swift.Double? = nil - ) - { + ) { self.properties.message = message self.properties.quotaName = quotaName self.properties.quotaValue = quotaValue @@ -1303,8 +1283,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1323,8 +1302,7 @@ extension CleanRoomsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1390,8 +1368,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [CleanRoomsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: CleanRoomsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -1426,8 +1403,7 @@ public struct CreateAnalysisTemplateInput: Swift.Sendable { name: Swift.String? = nil, source: CleanRoomsClientTypes.AnalysisSource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.analysisParameters = analysisParameters self.description = description self.format = format @@ -1450,8 +1426,7 @@ public struct CreateAnalysisTemplateOutput: Swift.Sendable { public init( analysisTemplate: CleanRoomsClientTypes.AnalysisTemplate? = nil - ) - { + ) { self.analysisTemplate = analysisTemplate } } @@ -1467,8 +1442,7 @@ public struct DeleteAnalysisTemplateInput: Swift.Sendable { public init( analysisTemplateIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisTemplateIdentifier = analysisTemplateIdentifier self.membershipIdentifier = membershipIdentifier } @@ -1490,8 +1464,7 @@ public struct GetAnalysisTemplateInput: Swift.Sendable { public init( analysisTemplateIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisTemplateIdentifier = analysisTemplateIdentifier self.membershipIdentifier = membershipIdentifier } @@ -1504,8 +1477,7 @@ public struct GetAnalysisTemplateOutput: Swift.Sendable { public init( analysisTemplate: CleanRoomsClientTypes.AnalysisTemplate? = nil - ) - { + ) { self.analysisTemplate = analysisTemplate } } @@ -1523,8 +1495,7 @@ public struct ListAnalysisTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -1576,8 +1547,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -1602,8 +1572,7 @@ public struct ListAnalysisTemplatesOutput: Swift.Sendable { public init( analysisTemplateSummaries: [CleanRoomsClientTypes.AnalysisTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisTemplateSummaries = analysisTemplateSummaries self.nextToken = nextToken } @@ -1623,8 +1592,7 @@ public struct UpdateAnalysisTemplateInput: Swift.Sendable { analysisTemplateIdentifier: Swift.String? = nil, description: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisTemplateIdentifier = analysisTemplateIdentifier self.description = description self.membershipIdentifier = membershipIdentifier @@ -1638,8 +1606,7 @@ public struct UpdateAnalysisTemplateOutput: Swift.Sendable { public init( analysisTemplate: CleanRoomsClientTypes.AnalysisTemplate? = nil - ) - { + ) { self.analysisTemplate = analysisTemplate } } @@ -1723,8 +1690,7 @@ extension CleanRoomsClientTypes { outputLocation: Swift.String? = nil, tableName: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.outputLocation = outputLocation self.tableName = tableName @@ -1744,8 +1710,7 @@ public struct BatchGetCollaborationAnalysisTemplateInput: Swift.Sendable { public init( analysisTemplateArns: [Swift.String]? = nil, collaborationIdentifier: Swift.String? = nil - ) - { + ) { self.analysisTemplateArns = analysisTemplateArns self.collaborationIdentifier = collaborationIdentifier } @@ -1810,8 +1775,7 @@ extension CleanRoomsClientTypes { source: CleanRoomsClientTypes.AnalysisSource? = nil, updateTime: Foundation.Date? = nil, validations: [CleanRoomsClientTypes.AnalysisTemplateValidationStatusDetail]? = nil - ) - { + ) { self.analysisParameters = analysisParameters self.arn = arn self.collaborationArn = collaborationArn @@ -1853,8 +1817,7 @@ extension CleanRoomsClientTypes { arn: Swift.String? = nil, code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.arn = arn self.code = code self.message = message @@ -1873,8 +1836,7 @@ public struct BatchGetCollaborationAnalysisTemplateOutput: Swift.Sendable { public init( collaborationAnalysisTemplates: [CleanRoomsClientTypes.CollaborationAnalysisTemplate]? = nil, errors: [CleanRoomsClientTypes.BatchGetCollaborationAnalysisTemplateError]? = nil - ) - { + ) { self.collaborationAnalysisTemplates = collaborationAnalysisTemplates self.errors = errors } @@ -1891,8 +1853,7 @@ public struct BatchGetSchemaInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, names: [Swift.String]? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.names = names } @@ -1916,8 +1877,7 @@ extension CleanRoomsClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.name = name @@ -1939,8 +1899,7 @@ extension CleanRoomsClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -2043,8 +2002,7 @@ extension CleanRoomsClientTypes { public init( code: CleanRoomsClientTypes.SchemaStatusReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2103,8 +2061,7 @@ extension CleanRoomsClientTypes { configurations: [CleanRoomsClientTypes.SchemaConfiguration]? = nil, reasons: [CleanRoomsClientTypes.SchemaStatusReason]? = nil, status: CleanRoomsClientTypes.SchemaStatus? = nil - ) - { + ) { self.analysisRuleType = analysisRuleType self.analysisType = analysisType self.configurations = configurations @@ -2157,8 +2114,7 @@ extension CleanRoomsClientTypes { public init( idNamespaceAssociationId: Swift.String? = nil, type: CleanRoomsClientTypes.IdNamespaceType? = nil - ) - { + ) { self.idNamespaceAssociationId = idNamespaceAssociationId self.type = type } @@ -2175,8 +2131,7 @@ extension CleanRoomsClientTypes { public init( idMappingTableInputSource: [CleanRoomsClientTypes.IdMappingTableInputSource]? = nil - ) - { + ) { self.idMappingTableInputSource = idMappingTableInputSource } } @@ -2281,8 +2236,7 @@ extension CleanRoomsClientTypes { schemaTypeProperties: CleanRoomsClientTypes.SchemaTypeProperties? = nil, type: CleanRoomsClientTypes.SchemaType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analysisMethod = analysisMethod self.analysisRuleTypes = analysisRuleTypes self.collaborationArn = collaborationArn @@ -2312,8 +2266,7 @@ public struct BatchGetSchemaOutput: Swift.Sendable { public init( errors: [CleanRoomsClientTypes.BatchGetSchemaError]? = nil, schemas: [CleanRoomsClientTypes.Schema]? = nil - ) - { + ) { self.errors = errors self.schemas = schemas } @@ -2333,8 +2286,7 @@ extension CleanRoomsClientTypes { public init( name: Swift.String? = nil, type: CleanRoomsClientTypes.AnalysisRuleType? = nil - ) - { + ) { self.name = name self.type = type } @@ -2352,8 +2304,7 @@ public struct BatchGetSchemaAnalysisRuleInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, schemaAnalysisRuleRequests: [CleanRoomsClientTypes.SchemaAnalysisRuleRequest]? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.schemaAnalysisRuleRequests = schemaAnalysisRuleRequests } @@ -2381,8 +2332,7 @@ extension CleanRoomsClientTypes { message: Swift.String? = nil, name: Swift.String? = nil, type: CleanRoomsClientTypes.AnalysisRuleType? = nil - ) - { + ) { self.code = code self.message = message self.name = name @@ -2402,8 +2352,7 @@ public struct BatchGetSchemaAnalysisRuleOutput: Swift.Sendable { public init( analysisRules: [CleanRoomsClientTypes.AnalysisRule]? = nil, errors: [CleanRoomsClientTypes.BatchGetSchemaAnalysisRuleError]? = nil - ) - { + ) { self.analysisRules = analysisRules self.errors = errors } @@ -2477,8 +2426,7 @@ extension CleanRoomsClientTypes { public init( customMLMemberAbilities: [CleanRoomsClientTypes.CustomMLMemberAbility]? = nil - ) - { + ) { self.customMLMemberAbilities = customMLMemberAbilities } } @@ -2494,8 +2442,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -2511,8 +2458,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -2530,8 +2476,7 @@ extension CleanRoomsClientTypes { public init( modelInference: CleanRoomsClientTypes.ModelInferencePaymentConfig? = nil, modelTraining: CleanRoomsClientTypes.ModelTrainingPaymentConfig? = nil - ) - { + ) { self.modelInference = modelInference self.modelTraining = modelTraining } @@ -2548,8 +2493,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -2568,8 +2512,7 @@ extension CleanRoomsClientTypes { public init( machineLearning: CleanRoomsClientTypes.MLPaymentConfig? = nil, queryCompute: CleanRoomsClientTypes.QueryComputePaymentConfig? = nil - ) - { + ) { self.machineLearning = machineLearning self.queryCompute = queryCompute } @@ -2598,8 +2541,7 @@ extension CleanRoomsClientTypes { allowDuplicates: Swift.Bool? = nil, allowJoinsOnColumnsWithDifferentNames: Swift.Bool? = nil, preserveNulls: Swift.Bool? = nil - ) - { + ) { self.allowCleartext = allowCleartext self.allowDuplicates = allowDuplicates self.allowJoinsOnColumnsWithDifferentNames = allowJoinsOnColumnsWithDifferentNames @@ -2632,8 +2574,7 @@ extension CleanRoomsClientTypes { memberAbilities: [CleanRoomsClientTypes.MemberAbility]? = nil, mlMemberAbilities: CleanRoomsClientTypes.MLMemberAbilities? = nil, paymentConfiguration: CleanRoomsClientTypes.PaymentConfiguration? = nil - ) - { + ) { self.accountId = accountId self.displayName = displayName self.memberAbilities = memberAbilities @@ -2714,8 +2655,7 @@ public struct CreateCollaborationInput: Swift.Sendable { name: Swift.String? = nil, queryLogStatus: CleanRoomsClientTypes.CollaborationQueryLogStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.analyticsEngine = analyticsEngine self.creatorDisplayName = creatorDisplayName self.creatorMLMemberAbilities = creatorMLMemberAbilities @@ -2822,8 +2762,7 @@ extension CleanRoomsClientTypes { name: Swift.String? = nil, queryLogStatus: CleanRoomsClientTypes.CollaborationQueryLogStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analyticsEngine = analyticsEngine self.arn = arn self.createTime = createTime @@ -2849,8 +2788,7 @@ public struct CreateCollaborationOutput: Swift.Sendable { public init( collaboration: CleanRoomsClientTypes.Collaboration? = nil - ) - { + ) { self.collaboration = collaboration } } @@ -2862,8 +2800,7 @@ public struct DeleteCollaborationInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier } } @@ -2884,8 +2821,7 @@ public struct DeleteMemberInput: Swift.Sendable { public init( accountId: Swift.String? = nil, collaborationIdentifier: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.collaborationIdentifier = collaborationIdentifier } @@ -2903,8 +2839,7 @@ public struct GetCollaborationInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier } } @@ -2916,8 +2851,7 @@ public struct GetCollaborationOutput: Swift.Sendable { public init( collaboration: CleanRoomsClientTypes.Collaboration? = nil - ) - { + ) { self.collaboration = collaboration } } @@ -2933,8 +2867,7 @@ public struct GetCollaborationAnalysisTemplateInput: Swift.Sendable { public init( analysisTemplateArn: Swift.String? = nil, collaborationIdentifier: Swift.String? = nil - ) - { + ) { self.analysisTemplateArn = analysisTemplateArn self.collaborationIdentifier = collaborationIdentifier } @@ -2947,8 +2880,7 @@ public struct GetCollaborationAnalysisTemplateOutput: Swift.Sendable { public init( collaborationAnalysisTemplate: CleanRoomsClientTypes.CollaborationAnalysisTemplate? = nil - ) - { + ) { self.collaborationAnalysisTemplate = collaborationAnalysisTemplate } } @@ -2964,8 +2896,7 @@ public struct GetCollaborationConfiguredAudienceModelAssociationInput: Swift.Sen public init( collaborationIdentifier: Swift.String? = nil, configuredAudienceModelAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredAudienceModelAssociationIdentifier = configuredAudienceModelAssociationIdentifier } @@ -3016,8 +2947,7 @@ extension CleanRoomsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3039,8 +2969,7 @@ public struct GetCollaborationConfiguredAudienceModelAssociationOutput: Swift.Se public init( collaborationConfiguredAudienceModelAssociation: CleanRoomsClientTypes.CollaborationConfiguredAudienceModelAssociation? = nil - ) - { + ) { self.collaborationConfiguredAudienceModelAssociation = collaborationConfiguredAudienceModelAssociation } } @@ -3056,8 +2985,7 @@ public struct GetCollaborationIdNamespaceAssociationInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, idNamespaceAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.idNamespaceAssociationIdentifier = idNamespaceAssociationIdentifier } @@ -3073,8 +3001,7 @@ extension CleanRoomsClientTypes { public init( allowUseAsDimensionColumn: Swift.Bool = false - ) - { + ) { self.allowUseAsDimensionColumn = allowUseAsDimensionColumn } } @@ -3094,8 +3021,7 @@ extension CleanRoomsClientTypes { public init( inputReferenceArn: Swift.String? = nil, manageResourcePolicies: Swift.Bool? = nil - ) - { + ) { self.inputReferenceArn = inputReferenceArn self.manageResourcePolicies = manageResourcePolicies } @@ -3116,8 +3042,7 @@ extension CleanRoomsClientTypes { public init( idMappingWorkflowsSupported: [Smithy.Document]? = nil, idNamespaceType: CleanRoomsClientTypes.IdNamespaceType? = nil - ) - { + ) { self.idMappingWorkflowsSupported = idMappingWorkflowsSupported self.idNamespaceType = idNamespaceType } @@ -3176,8 +3101,7 @@ extension CleanRoomsClientTypes { inputReferenceProperties: CleanRoomsClientTypes.IdNamespaceAssociationInputReferenceProperties? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3201,8 +3125,7 @@ public struct GetCollaborationIdNamespaceAssociationOutput: Swift.Sendable { public init( collaborationIdNamespaceAssociation: CleanRoomsClientTypes.CollaborationIdNamespaceAssociation? = nil - ) - { + ) { self.collaborationIdNamespaceAssociation = collaborationIdNamespaceAssociation } } @@ -3218,8 +3141,7 @@ public struct GetCollaborationPrivacyBudgetTemplateInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, privacyBudgetTemplateIdentifier: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.privacyBudgetTemplateIdentifier = privacyBudgetTemplateIdentifier } @@ -3268,8 +3190,7 @@ extension CleanRoomsClientTypes { public init( epsilon: Swift.Int? = nil, usersNoisePerQuery: Swift.Int? = nil - ) - { + ) { self.epsilon = epsilon self.usersNoisePerQuery = usersNoisePerQuery } @@ -3358,8 +3279,7 @@ extension CleanRoomsClientTypes { parameters: CleanRoomsClientTypes.PrivacyBudgetTemplateParametersOutput? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.autoRefresh = autoRefresh self.collaborationArn = collaborationArn @@ -3381,8 +3301,7 @@ public struct GetCollaborationPrivacyBudgetTemplateOutput: Swift.Sendable { public init( collaborationPrivacyBudgetTemplate: CleanRoomsClientTypes.CollaborationPrivacyBudgetTemplate? = nil - ) - { + ) { self.collaborationPrivacyBudgetTemplate = collaborationPrivacyBudgetTemplate } } @@ -3398,8 +3317,7 @@ public struct GetSchemaInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.name = name } @@ -3412,8 +3330,7 @@ public struct GetSchemaOutput: Swift.Sendable { public init( schema: CleanRoomsClientTypes.Schema? = nil - ) - { + ) { self.schema = schema } } @@ -3433,8 +3350,7 @@ public struct GetSchemaAnalysisRuleInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, name: Swift.String? = nil, type: CleanRoomsClientTypes.AnalysisRuleType? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.name = name self.type = type @@ -3448,8 +3364,7 @@ public struct GetSchemaAnalysisRuleOutput: Swift.Sendable { public init( analysisRule: CleanRoomsClientTypes.AnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -3467,8 +3382,7 @@ public struct ListCollaborationAnalysisTemplatesInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3516,8 +3430,7 @@ extension CleanRoomsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3541,8 +3454,7 @@ public struct ListCollaborationAnalysisTemplatesOutput: Swift.Sendable { public init( collaborationAnalysisTemplateSummaries: [CleanRoomsClientTypes.CollaborationAnalysisTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationAnalysisTemplateSummaries = collaborationAnalysisTemplateSummaries self.nextToken = nextToken } @@ -3561,8 +3473,7 @@ public struct ListCollaborationConfiguredAudienceModelAssociationsInput: Swift.S collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3610,8 +3521,7 @@ extension CleanRoomsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3635,8 +3545,7 @@ public struct ListCollaborationConfiguredAudienceModelAssociationsOutput: Swift. public init( collaborationConfiguredAudienceModelAssociationSummaries: [CleanRoomsClientTypes.CollaborationConfiguredAudienceModelAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationConfiguredAudienceModelAssociationSummaries = collaborationConfiguredAudienceModelAssociationSummaries self.nextToken = nextToken } @@ -3655,8 +3564,7 @@ public struct ListCollaborationIdNamespaceAssociationsInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3673,8 +3581,7 @@ extension CleanRoomsClientTypes { public init( idNamespaceType: CleanRoomsClientTypes.IdNamespaceType? = nil - ) - { + ) { self.idNamespaceType = idNamespaceType } } @@ -3729,8 +3636,7 @@ extension CleanRoomsClientTypes { inputReferenceProperties: CleanRoomsClientTypes.IdNamespaceAssociationInputReferencePropertiesSummary? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3756,8 +3662,7 @@ public struct ListCollaborationIdNamespaceAssociationsOutput: Swift.Sendable { public init( collaborationIdNamespaceAssociationSummaries: [CleanRoomsClientTypes.CollaborationIdNamespaceAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdNamespaceAssociationSummaries = collaborationIdNamespaceAssociationSummaries self.nextToken = nextToken } @@ -3780,8 +3685,7 @@ public struct ListCollaborationPrivacyBudgetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3845,8 +3749,7 @@ extension CleanRoomsClientTypes { maxCount: Swift.Int? = nil, remainingCount: Swift.Int? = nil, type: CleanRoomsClientTypes.DifferentialPrivacyAggregationType? = nil - ) - { + ) { self.maxCount = maxCount self.remainingCount = remainingCount self.type = type @@ -3868,8 +3771,7 @@ extension CleanRoomsClientTypes { public init( aggregations: [CleanRoomsClientTypes.DifferentialPrivacyPrivacyBudgetAggregation]? = nil, epsilon: Swift.Int? = nil - ) - { + ) { self.aggregations = aggregations self.epsilon = epsilon } @@ -3932,8 +3834,7 @@ extension CleanRoomsClientTypes { privacyBudgetTemplateId: Swift.String? = nil, type: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.budget = budget self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -3958,8 +3859,7 @@ public struct ListCollaborationPrivacyBudgetsOutput: Swift.Sendable { public init( collaborationPrivacyBudgetSummaries: [CleanRoomsClientTypes.CollaborationPrivacyBudgetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationPrivacyBudgetSummaries = collaborationPrivacyBudgetSummaries self.nextToken = nextToken } @@ -3978,8 +3878,7 @@ public struct ListCollaborationPrivacyBudgetTemplatesInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -4024,8 +3923,7 @@ extension CleanRoomsClientTypes { id: Swift.String? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -4048,8 +3946,7 @@ public struct ListCollaborationPrivacyBudgetTemplatesOutput: Swift.Sendable { public init( collaborationPrivacyBudgetTemplateSummaries: [CleanRoomsClientTypes.CollaborationPrivacyBudgetTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationPrivacyBudgetTemplateSummaries = collaborationPrivacyBudgetTemplateSummaries self.nextToken = nextToken } @@ -4096,8 +3993,7 @@ public struct ListCollaborationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, memberStatus: CleanRoomsClientTypes.FilterableMemberStatus? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.memberStatus = memberStatus self.nextToken = nextToken @@ -4151,8 +4047,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analyticsEngine = analyticsEngine self.arn = arn self.createTime = createTime @@ -4178,8 +4073,7 @@ public struct ListCollaborationsOutput: Swift.Sendable { public init( collaborationList: [CleanRoomsClientTypes.CollaborationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationList = collaborationList self.nextToken = nextToken } @@ -4198,8 +4092,7 @@ public struct ListMembersInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -4249,8 +4142,7 @@ extension CleanRoomsClientTypes { paymentConfiguration: CleanRoomsClientTypes.PaymentConfiguration? = nil, status: CleanRoomsClientTypes.MemberStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.abilities = abilities self.accountId = accountId self.createTime = createTime @@ -4275,8 +4167,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( memberSummaries: [CleanRoomsClientTypes.MemberSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.memberSummaries = memberSummaries self.nextToken = nextToken } @@ -4298,8 +4189,7 @@ public struct ListSchemasInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaType: CleanRoomsClientTypes.SchemaType? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -4348,8 +4238,7 @@ extension CleanRoomsClientTypes { name: Swift.String? = nil, type: CleanRoomsClientTypes.SchemaType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analysisMethod = analysisMethod self.analysisRuleTypes = analysisRuleTypes self.collaborationArn = collaborationArn @@ -4373,8 +4262,7 @@ public struct ListSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaSummaries: [CleanRoomsClientTypes.SchemaSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaSummaries = schemaSummaries } @@ -4393,8 +4281,7 @@ public struct UpdateCollaborationInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.description = description self.name = name @@ -4408,8 +4295,7 @@ public struct UpdateCollaborationOutput: Swift.Sendable { public init( collaboration: CleanRoomsClientTypes.Collaboration? = nil - ) - { + ) { self.collaboration = collaboration } } @@ -4439,8 +4325,7 @@ public struct CreateConfiguredAudienceModelAssociationInput: Swift.Sendable { manageResourcePolicies: Swift.Bool? = nil, membershipIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn self.configuredAudienceModelAssociationName = configuredAudienceModelAssociationName self.description = description @@ -4503,8 +4388,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -4528,8 +4412,7 @@ public struct CreateConfiguredAudienceModelAssociationOutput: Swift.Sendable { public init( configuredAudienceModelAssociation: CleanRoomsClientTypes.ConfiguredAudienceModelAssociation? = nil - ) - { + ) { self.configuredAudienceModelAssociation = configuredAudienceModelAssociation } } @@ -4545,8 +4428,7 @@ public struct DeleteConfiguredAudienceModelAssociationInput: Swift.Sendable { public init( configuredAudienceModelAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelAssociationIdentifier = configuredAudienceModelAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -4568,8 +4450,7 @@ public struct GetConfiguredAudienceModelAssociationInput: Swift.Sendable { public init( configuredAudienceModelAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelAssociationIdentifier = configuredAudienceModelAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -4582,8 +4463,7 @@ public struct GetConfiguredAudienceModelAssociationOutput: Swift.Sendable { public init( configuredAudienceModelAssociation: CleanRoomsClientTypes.ConfiguredAudienceModelAssociation? = nil - ) - { + ) { self.configuredAudienceModelAssociation = configuredAudienceModelAssociation } } @@ -4601,8 +4481,7 @@ public struct ListConfiguredAudienceModelAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -4658,8 +4537,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -4685,8 +4563,7 @@ public struct ListConfiguredAudienceModelAssociationsOutput: Swift.Sendable { public init( configuredAudienceModelAssociationSummaries: [CleanRoomsClientTypes.ConfiguredAudienceModelAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelAssociationSummaries = configuredAudienceModelAssociationSummaries self.nextToken = nextToken } @@ -4709,8 +4586,7 @@ public struct UpdateConfiguredAudienceModelAssociationInput: Swift.Sendable { description: Swift.String? = nil, membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelAssociationIdentifier = configuredAudienceModelAssociationIdentifier self.description = description self.membershipIdentifier = membershipIdentifier @@ -4725,8 +4601,7 @@ public struct UpdateConfiguredAudienceModelAssociationOutput: Swift.Sendable { public init( configuredAudienceModelAssociation: CleanRoomsClientTypes.ConfiguredAudienceModelAssociation? = nil - ) - { + ) { self.configuredAudienceModelAssociation = configuredAudienceModelAssociation } } @@ -4756,8 +4631,7 @@ public struct CreateConfiguredTableAssociationInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuredTableIdentifier = configuredTableIdentifier self.description = description self.membershipIdentifier = membershipIdentifier @@ -4851,8 +4725,7 @@ extension CleanRoomsClientTypes { name: Swift.String? = nil, roleArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analysisRuleTypes = analysisRuleTypes self.arn = arn self.configuredTableArn = configuredTableArn @@ -4876,8 +4749,7 @@ public struct CreateConfiguredTableAssociationOutput: Swift.Sendable { public init( configuredTableAssociation: CleanRoomsClientTypes.ConfiguredTableAssociation? = nil - ) - { + ) { self.configuredTableAssociation = configuredTableAssociation } } @@ -4894,8 +4766,7 @@ extension CleanRoomsClientTypes { public init( allowedAdditionalAnalyses: [Swift.String]? = nil, allowedResultReceivers: [Swift.String]? = nil - ) - { + ) { self.allowedAdditionalAnalyses = allowedAdditionalAnalyses self.allowedResultReceivers = allowedResultReceivers } @@ -4914,8 +4785,7 @@ extension CleanRoomsClientTypes { public init( allowedAdditionalAnalyses: [Swift.String]? = nil, allowedResultReceivers: [Swift.String]? = nil - ) - { + ) { self.allowedAdditionalAnalyses = allowedAdditionalAnalyses self.allowedResultReceivers = allowedResultReceivers } @@ -4934,8 +4804,7 @@ extension CleanRoomsClientTypes { public init( allowedAdditionalAnalyses: [Swift.String]? = nil, allowedResultReceivers: [Swift.String]? = nil - ) - { + ) { self.allowedAdditionalAnalyses = allowedAdditionalAnalyses self.allowedResultReceivers = allowedResultReceivers } @@ -4985,8 +4854,7 @@ public struct CreateConfiguredTableAssociationAnalysisRuleInput: Swift.Sendable analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRuleType? = nil, configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRulePolicy = analysisRulePolicy self.analysisRuleType = analysisRuleType self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier @@ -5028,8 +4896,7 @@ extension CleanRoomsClientTypes { policy: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRulePolicy? = nil, type: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRuleType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuredTableAssociationArn = configuredTableAssociationArn self.configuredTableAssociationId = configuredTableAssociationId self.createTime = createTime @@ -5048,8 +4915,7 @@ public struct CreateConfiguredTableAssociationAnalysisRuleOutput: Swift.Sendable public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5065,8 +4931,7 @@ public struct DeleteConfiguredTableAssociationInput: Swift.Sendable { public init( configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -5092,8 +4957,7 @@ public struct DeleteConfiguredTableAssociationAnalysisRuleInput: Swift.Sendable analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRuleType? = nil, configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRuleType = analysisRuleType self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier self.membershipIdentifier = membershipIdentifier @@ -5116,8 +4980,7 @@ public struct GetConfiguredTableAssociationInput: Swift.Sendable { public init( configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -5130,8 +4993,7 @@ public struct GetConfiguredTableAssociationOutput: Swift.Sendable { public init( configuredTableAssociation: CleanRoomsClientTypes.ConfiguredTableAssociation? = nil - ) - { + ) { self.configuredTableAssociation = configuredTableAssociation } } @@ -5151,8 +5013,7 @@ public struct GetConfiguredTableAssociationAnalysisRuleInput: Swift.Sendable { analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRuleType? = nil, configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRuleType = analysisRuleType self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier self.membershipIdentifier = membershipIdentifier @@ -5166,8 +5027,7 @@ public struct GetConfiguredTableAssociationAnalysisRuleOutput: Swift.Sendable { public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5185,8 +5045,7 @@ public struct ListConfiguredTableAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -5231,8 +5090,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.configuredTableId = configuredTableId self.createTime = createTime @@ -5255,8 +5113,7 @@ public struct ListConfiguredTableAssociationsOutput: Swift.Sendable { public init( configuredTableAssociationSummaries: [CleanRoomsClientTypes.ConfiguredTableAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredTableAssociationSummaries = configuredTableAssociationSummaries self.nextToken = nextToken } @@ -5279,8 +5136,7 @@ public struct UpdateConfiguredTableAssociationInput: Swift.Sendable { description: Swift.String? = nil, membershipIdentifier: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier self.description = description self.membershipIdentifier = membershipIdentifier @@ -5295,8 +5151,7 @@ public struct UpdateConfiguredTableAssociationOutput: Swift.Sendable { public init( configuredTableAssociation: CleanRoomsClientTypes.ConfiguredTableAssociation? = nil - ) - { + ) { self.configuredTableAssociation = configuredTableAssociation } } @@ -5320,8 +5175,7 @@ public struct UpdateConfiguredTableAssociationAnalysisRuleInput: Swift.Sendable analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRuleType? = nil, configuredTableAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRulePolicy = analysisRulePolicy self.analysisRuleType = analysisRuleType self.configuredTableAssociationIdentifier = configuredTableAssociationIdentifier @@ -5336,8 +5190,7 @@ public struct UpdateConfiguredTableAssociationAnalysisRuleOutput: Swift.Sendable public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAssociationAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5356,8 +5209,7 @@ extension CleanRoomsClientTypes { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -5378,8 +5230,7 @@ extension CleanRoomsClientTypes { public init( columnName: Swift.String? = nil, columnType: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.columnType = columnType } @@ -5426,8 +5277,7 @@ extension CleanRoomsClientTypes { secretArn: Swift.String? = nil, tableName: Swift.String? = nil, tableSchema: CleanRoomsClientTypes.SnowflakeTableSchema? = nil - ) - { + ) { self.accountIdentifier = accountIdentifier self.databaseName = databaseName self.schemaName = schemaName @@ -5477,8 +5327,7 @@ public struct CreateConfiguredTableInput: Swift.Sendable { name: Swift.String? = nil, tableReference: CleanRoomsClientTypes.TableReference? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedColumns = allowedColumns self.analysisMethod = analysisMethod self.description = description @@ -5565,8 +5414,7 @@ extension CleanRoomsClientTypes { name: Swift.String? = nil, tableReference: CleanRoomsClientTypes.TableReference? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.allowedColumns = allowedColumns self.analysisMethod = analysisMethod self.analysisRuleTypes = analysisRuleTypes @@ -5588,8 +5436,7 @@ public struct CreateConfiguredTableOutput: Swift.Sendable { public init( configuredTable: CleanRoomsClientTypes.ConfiguredTable? = nil - ) - { + ) { self.configuredTable = configuredTable } } @@ -5633,8 +5480,7 @@ public struct CreateConfiguredTableAnalysisRuleInput: Swift.Sendable { analysisRulePolicy: CleanRoomsClientTypes.ConfiguredTableAnalysisRulePolicy? = nil, analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAnalysisRuleType? = nil, configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRulePolicy = analysisRulePolicy self.analysisRuleType = analysisRuleType self.configuredTableIdentifier = configuredTableIdentifier @@ -5671,8 +5517,7 @@ extension CleanRoomsClientTypes { policy: CleanRoomsClientTypes.ConfiguredTableAnalysisRulePolicy? = nil, type: CleanRoomsClientTypes.ConfiguredTableAnalysisRuleType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuredTableArn = configuredTableArn self.configuredTableId = configuredTableId self.createTime = createTime @@ -5690,8 +5535,7 @@ public struct CreateConfiguredTableAnalysisRuleOutput: Swift.Sendable { public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5703,8 +5547,7 @@ public struct DeleteConfiguredTableInput: Swift.Sendable { public init( configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.configuredTableIdentifier = configuredTableIdentifier } } @@ -5726,8 +5569,7 @@ public struct DeleteConfiguredTableAnalysisRuleInput: Swift.Sendable { public init( analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAnalysisRuleType? = nil, configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRuleType = analysisRuleType self.configuredTableIdentifier = configuredTableIdentifier } @@ -5746,8 +5588,7 @@ public struct GetConfiguredTableInput: Swift.Sendable { public init( configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.configuredTableIdentifier = configuredTableIdentifier } } @@ -5759,8 +5600,7 @@ public struct GetConfiguredTableOutput: Swift.Sendable { public init( configuredTable: CleanRoomsClientTypes.ConfiguredTable? = nil - ) - { + ) { self.configuredTable = configuredTable } } @@ -5776,8 +5616,7 @@ public struct GetConfiguredTableAnalysisRuleInput: Swift.Sendable { public init( analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAnalysisRuleType? = nil, configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRuleType = analysisRuleType self.configuredTableIdentifier = configuredTableIdentifier } @@ -5790,8 +5629,7 @@ public struct GetConfiguredTableAnalysisRuleOutput: Swift.Sendable { public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5805,8 +5643,7 @@ public struct ListConfiguredTablesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5846,8 +5683,7 @@ extension CleanRoomsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.analysisMethod = analysisMethod self.analysisRuleTypes = analysisRuleTypes self.arn = arn @@ -5869,8 +5705,7 @@ public struct ListConfiguredTablesOutput: Swift.Sendable { public init( configuredTableSummaries: [CleanRoomsClientTypes.ConfiguredTableSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredTableSummaries = configuredTableSummaries self.nextToken = nextToken } @@ -5889,8 +5724,7 @@ public struct UpdateConfiguredTableInput: Swift.Sendable { configuredTableIdentifier: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.configuredTableIdentifier = configuredTableIdentifier self.description = description self.name = name @@ -5904,8 +5738,7 @@ public struct UpdateConfiguredTableOutput: Swift.Sendable { public init( configuredTable: CleanRoomsClientTypes.ConfiguredTable? = nil - ) - { + ) { self.configuredTable = configuredTable } } @@ -5925,8 +5758,7 @@ public struct UpdateConfiguredTableAnalysisRuleInput: Swift.Sendable { analysisRulePolicy: CleanRoomsClientTypes.ConfiguredTableAnalysisRulePolicy? = nil, analysisRuleType: CleanRoomsClientTypes.ConfiguredTableAnalysisRuleType? = nil, configuredTableIdentifier: Swift.String? = nil - ) - { + ) { self.analysisRulePolicy = analysisRulePolicy self.analysisRuleType = analysisRuleType self.configuredTableIdentifier = configuredTableIdentifier @@ -5940,8 +5772,7 @@ public struct UpdateConfiguredTableAnalysisRuleOutput: Swift.Sendable { public init( analysisRule: CleanRoomsClientTypes.ConfiguredTableAnalysisRule? = nil - ) - { + ) { self.analysisRule = analysisRule } } @@ -5960,8 +5791,7 @@ extension CleanRoomsClientTypes { public init( inputReferenceArn: Swift.String? = nil, manageResourcePolicies: Swift.Bool? = nil - ) - { + ) { self.inputReferenceArn = inputReferenceArn self.manageResourcePolicies = manageResourcePolicies } @@ -5992,8 +5822,7 @@ public struct CreateIdMappingTableInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.inputReferenceConfig = inputReferenceConfig self.kmsKeyArn = kmsKeyArn @@ -6013,8 +5842,7 @@ extension CleanRoomsClientTypes { public init( idMappingTableInputSource: [CleanRoomsClientTypes.IdMappingTableInputSource]? = nil - ) - { + ) { self.idMappingTableInputSource = idMappingTableInputSource } } @@ -6076,8 +5904,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -6102,8 +5929,7 @@ public struct CreateIdMappingTableOutput: Swift.Sendable { public init( idMappingTable: CleanRoomsClientTypes.IdMappingTable? = nil - ) - { + ) { self.idMappingTable = idMappingTable } } @@ -6119,8 +5945,7 @@ public struct DeleteIdMappingTableInput: Swift.Sendable { public init( idMappingTableIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.idMappingTableIdentifier = idMappingTableIdentifier self.membershipIdentifier = membershipIdentifier } @@ -6142,8 +5967,7 @@ public struct GetIdMappingTableInput: Swift.Sendable { public init( idMappingTableIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.idMappingTableIdentifier = idMappingTableIdentifier self.membershipIdentifier = membershipIdentifier } @@ -6156,8 +5980,7 @@ public struct GetIdMappingTableOutput: Swift.Sendable { public init( idMappingTable: CleanRoomsClientTypes.IdMappingTable? = nil - ) - { + ) { self.idMappingTable = idMappingTable } } @@ -6175,8 +5998,7 @@ public struct ListIdMappingTablesInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -6232,8 +6054,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -6259,8 +6080,7 @@ public struct ListIdMappingTablesOutput: Swift.Sendable { public init( idMappingTableSummaries: [CleanRoomsClientTypes.IdMappingTableSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.idMappingTableSummaries = idMappingTableSummaries self.nextToken = nextToken } @@ -6277,8 +6097,7 @@ public struct PopulateIdMappingTableInput: Swift.Sendable { public init( idMappingTableIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.idMappingTableIdentifier = idMappingTableIdentifier self.membershipIdentifier = membershipIdentifier } @@ -6291,8 +6110,7 @@ public struct PopulateIdMappingTableOutput: Swift.Sendable { public init( idMappingJobId: Swift.String? = nil - ) - { + ) { self.idMappingJobId = idMappingJobId } } @@ -6314,8 +6132,7 @@ public struct UpdateIdMappingTableInput: Swift.Sendable { idMappingTableIdentifier: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingTableIdentifier = idMappingTableIdentifier self.kmsKeyArn = kmsKeyArn @@ -6330,8 +6147,7 @@ public struct UpdateIdMappingTableOutput: Swift.Sendable { public init( idMappingTable: CleanRoomsClientTypes.IdMappingTable? = nil - ) - { + ) { self.idMappingTable = idMappingTable } } @@ -6360,8 +6176,7 @@ public struct CreateIdNamespaceAssociationInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.idMappingConfig = idMappingConfig self.inputReferenceConfig = inputReferenceConfig @@ -6427,8 +6242,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -6453,8 +6267,7 @@ public struct CreateIdNamespaceAssociationOutput: Swift.Sendable { public init( idNamespaceAssociation: CleanRoomsClientTypes.IdNamespaceAssociation? = nil - ) - { + ) { self.idNamespaceAssociation = idNamespaceAssociation } } @@ -6470,8 +6283,7 @@ public struct DeleteIdNamespaceAssociationInput: Swift.Sendable { public init( idNamespaceAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.idNamespaceAssociationIdentifier = idNamespaceAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -6493,8 +6305,7 @@ public struct GetIdNamespaceAssociationInput: Swift.Sendable { public init( idNamespaceAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.idNamespaceAssociationIdentifier = idNamespaceAssociationIdentifier self.membershipIdentifier = membershipIdentifier } @@ -6507,8 +6318,7 @@ public struct GetIdNamespaceAssociationOutput: Swift.Sendable { public init( idNamespaceAssociation: CleanRoomsClientTypes.IdNamespaceAssociation? = nil - ) - { + ) { self.idNamespaceAssociation = idNamespaceAssociation } } @@ -6526,8 +6336,7 @@ public struct ListIdNamespaceAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -6587,8 +6396,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -6615,8 +6423,7 @@ public struct ListIdNamespaceAssociationsOutput: Swift.Sendable { public init( idNamespaceAssociationSummaries: [CleanRoomsClientTypes.IdNamespaceAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.idNamespaceAssociationSummaries = idNamespaceAssociationSummaries self.nextToken = nextToken } @@ -6642,8 +6449,7 @@ public struct UpdateIdNamespaceAssociationInput: Swift.Sendable { idNamespaceAssociationIdentifier: Swift.String? = nil, membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingConfig = idMappingConfig self.idNamespaceAssociationIdentifier = idNamespaceAssociationIdentifier @@ -6659,8 +6465,7 @@ public struct UpdateIdNamespaceAssociationOutput: Swift.Sendable { public init( idNamespaceAssociation: CleanRoomsClientTypes.IdNamespaceAssociation? = nil - ) - { + ) { self.idNamespaceAssociation = idNamespaceAssociation } } @@ -6672,8 +6477,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6685,8 +6489,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -6740,8 +6543,7 @@ extension CleanRoomsClientTypes { keyPrefix: Swift.String? = nil, resultFormat: CleanRoomsClientTypes.ResultFormat? = nil, singleFileOutput: Swift.Bool? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix self.resultFormat = resultFormat @@ -6773,8 +6575,7 @@ extension CleanRoomsClientTypes { public init( outputConfiguration: CleanRoomsClientTypes.MembershipProtectedQueryOutputConfiguration? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.outputConfiguration = outputConfiguration self.roleArn = roleArn } @@ -6795,8 +6596,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -6816,8 +6616,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -6835,8 +6634,7 @@ extension CleanRoomsClientTypes { public init( modelInference: CleanRoomsClientTypes.MembershipModelInferencePaymentConfig? = nil, modelTraining: CleanRoomsClientTypes.MembershipModelTrainingPaymentConfig? = nil - ) - { + ) { self.modelInference = modelInference self.modelTraining = modelTraining } @@ -6857,8 +6655,7 @@ extension CleanRoomsClientTypes { public init( isResponsible: Swift.Bool? = nil - ) - { + ) { self.isResponsible = isResponsible } } @@ -6877,8 +6674,7 @@ extension CleanRoomsClientTypes { public init( machineLearning: CleanRoomsClientTypes.MembershipMLPaymentConfig? = nil, queryCompute: CleanRoomsClientTypes.MembershipQueryComputePaymentConfig? = nil - ) - { + ) { self.machineLearning = machineLearning self.queryCompute = queryCompute } @@ -6934,8 +6730,7 @@ public struct CreateMembershipInput: Swift.Sendable { paymentConfiguration: CleanRoomsClientTypes.MembershipPaymentConfiguration? = nil, queryLogStatus: CleanRoomsClientTypes.MembershipQueryLogStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.defaultResultConfiguration = defaultResultConfiguration self.paymentConfiguration = paymentConfiguration @@ -7040,8 +6835,7 @@ extension CleanRoomsClientTypes { queryLogStatus: CleanRoomsClientTypes.MembershipQueryLogStatus? = nil, status: CleanRoomsClientTypes.MembershipStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationCreatorAccountId = collaborationCreatorAccountId @@ -7068,8 +6862,7 @@ public struct CreateMembershipOutput: Swift.Sendable { public init( membership: CleanRoomsClientTypes.Membership? = nil - ) - { + ) { self.membership = membership } } @@ -7081,8 +6874,7 @@ public struct DeleteMembershipInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier } } @@ -7099,8 +6891,7 @@ public struct GetMembershipInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier } } @@ -7112,8 +6903,7 @@ public struct GetMembershipOutput: Swift.Sendable { public init( membership: CleanRoomsClientTypes.Membership? = nil - ) - { + ) { self.membership = membership } } @@ -7129,8 +6919,7 @@ public struct GetProtectedQueryInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, protectedQueryIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.protectedQueryIdentifier = protectedQueryIdentifier } @@ -7177,8 +6966,7 @@ extension CleanRoomsClientTypes { public init( number: Swift.Int? = nil, type: CleanRoomsClientTypes.WorkerComputeType? = nil - ) - { + ) { self.number = number self.type = type } @@ -7219,8 +7007,7 @@ extension CleanRoomsClientTypes { maxColumnValue: Swift.Float? = nil, minColumnValue: Swift.Float? = nil, userContributionLimit: Swift.Int? = nil - ) - { + ) { self.aggregationExpression = aggregationExpression self.aggregationType = aggregationType self.maxColumnValue = maxColumnValue @@ -7240,8 +7027,7 @@ extension CleanRoomsClientTypes { public init( sensitivityParameters: [CleanRoomsClientTypes.DifferentialPrivacySensitivityParameters]? = nil - ) - { + ) { self.sensitivityParameters = sensitivityParameters } } @@ -7261,8 +7047,7 @@ extension CleanRoomsClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7279,8 +7064,7 @@ extension CleanRoomsClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -7296,8 +7080,7 @@ extension CleanRoomsClientTypes { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -7325,8 +7108,7 @@ extension CleanRoomsClientTypes { public init( output: CleanRoomsClientTypes.ProtectedQueryOutput? = nil - ) - { + ) { self.output = output } } @@ -7342,8 +7124,7 @@ extension CleanRoomsClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -7371,8 +7152,7 @@ extension CleanRoomsClientTypes { public init( outputConfiguration: CleanRoomsClientTypes.ProtectedQueryOutputConfiguration? = nil - ) - { + ) { self.outputConfiguration = outputConfiguration } } @@ -7393,8 +7173,7 @@ extension CleanRoomsClientTypes { analysisTemplateArn: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, queryString: Swift.String? = nil - ) - { + ) { self.analysisTemplateArn = analysisTemplateArn self.parameters = parameters self.queryString = queryString @@ -7418,8 +7197,7 @@ extension CleanRoomsClientTypes { public init( units: Swift.Double? = nil - ) - { + ) { self.units = units } } @@ -7437,8 +7215,7 @@ extension CleanRoomsClientTypes { public init( billedResourceUtilization: CleanRoomsClientTypes.BilledResourceUtilization? = nil, totalDurationInMillis: Swift.Int? = nil - ) - { + ) { self.billedResourceUtilization = billedResourceUtilization self.totalDurationInMillis = totalDurationInMillis } @@ -7536,8 +7313,7 @@ extension CleanRoomsClientTypes { sqlParameters: CleanRoomsClientTypes.ProtectedQuerySQLParameters? = nil, statistics: CleanRoomsClientTypes.ProtectedQueryStatistics? = nil, status: CleanRoomsClientTypes.ProtectedQueryStatus? = nil - ) - { + ) { self.computeConfiguration = computeConfiguration self.createTime = createTime self.differentialPrivacy = differentialPrivacy @@ -7566,8 +7342,7 @@ public struct GetProtectedQueryOutput: Swift.Sendable { public init( protectedQuery: CleanRoomsClientTypes.ProtectedQuery? = nil - ) - { + ) { self.protectedQuery = protectedQuery } } @@ -7584,8 +7359,7 @@ public struct ListMembershipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: CleanRoomsClientTypes.MembershipStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -7649,8 +7423,7 @@ extension CleanRoomsClientTypes { paymentConfiguration: CleanRoomsClientTypes.MembershipPaymentConfiguration? = nil, status: CleanRoomsClientTypes.MembershipStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationCreatorAccountId = collaborationCreatorAccountId @@ -7678,8 +7451,7 @@ public struct ListMembershipsOutput: Swift.Sendable { public init( membershipSummaries: [CleanRoomsClientTypes.MembershipSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.membershipSummaries = membershipSummaries self.nextToken = nextToken } @@ -7702,8 +7474,7 @@ public struct ListPrivacyBudgetsInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -7761,8 +7532,7 @@ extension CleanRoomsClientTypes { privacyBudgetTemplateId: Swift.String? = nil, type: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.budget = budget self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -7788,8 +7558,7 @@ public struct ListPrivacyBudgetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, privacyBudgetSummaries: [CleanRoomsClientTypes.PrivacyBudgetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.privacyBudgetSummaries = privacyBudgetSummaries } @@ -7811,8 +7580,7 @@ public struct ListProtectedQueriesInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil, status: CleanRoomsClientTypes.ProtectedQueryStatus? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -7829,8 +7597,7 @@ extension CleanRoomsClientTypes { public init( receiverAccountIds: [Swift.String]? = nil - ) - { + ) { self.receiverAccountIds = receiverAccountIds } } @@ -7859,8 +7626,7 @@ extension CleanRoomsClientTypes { public init( analysisType: CleanRoomsClientTypes.AnalysisType? = nil, configurationDetails: CleanRoomsClientTypes.ConfigurationDetails? = nil - ) - { + ) { self.analysisType = analysisType self.configurationDetails = configurationDetails } @@ -7897,8 +7663,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, receiverConfigurations: [CleanRoomsClientTypes.ReceiverConfiguration]? = [], status: CleanRoomsClientTypes.ProtectedQueryStatus? = nil - ) - { + ) { self.createTime = createTime self.id = id self.membershipArn = membershipArn @@ -7919,8 +7684,7 @@ public struct ListProtectedQueriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, protectedQueries: [CleanRoomsClientTypes.ProtectedQuerySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.protectedQueries = protectedQueries } @@ -7940,8 +7704,7 @@ extension CleanRoomsClientTypes { public init( epsilon: Swift.Int? = nil, usersNoisePerQuery: Swift.Int? = nil - ) - { + ) { self.epsilon = epsilon self.usersNoisePerQuery = usersNoisePerQuery } @@ -7969,8 +7732,7 @@ public struct PreviewPrivacyImpactInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, parameters: CleanRoomsClientTypes.PreviewPrivacyImpactParametersInput? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.parameters = parameters } @@ -7990,8 +7752,7 @@ extension CleanRoomsClientTypes { public init( maxCount: Swift.Int? = nil, type: CleanRoomsClientTypes.DifferentialPrivacyAggregationType? = nil - ) - { + ) { self.maxCount = maxCount self.type = type } @@ -8008,8 +7769,7 @@ extension CleanRoomsClientTypes { public init( aggregations: [CleanRoomsClientTypes.DifferentialPrivacyPreviewAggregation]? = nil - ) - { + ) { self.aggregations = aggregations } } @@ -8032,8 +7792,7 @@ public struct PreviewPrivacyImpactOutput: Swift.Sendable { public init( privacyImpact: CleanRoomsClientTypes.PrivacyImpact? = nil - ) - { + ) { self.privacyImpact = privacyImpact } } @@ -8085,8 +7844,7 @@ public struct StartProtectedQueryInput: Swift.Sendable { resultConfiguration: CleanRoomsClientTypes.ProtectedQueryResultConfiguration? = nil, sqlParameters: CleanRoomsClientTypes.ProtectedQuerySQLParameters? = nil, type: CleanRoomsClientTypes.ProtectedQueryType? = nil - ) - { + ) { self.computeConfiguration = computeConfiguration self.membershipIdentifier = membershipIdentifier self.resultConfiguration = resultConfiguration @@ -8107,8 +7865,7 @@ public struct StartProtectedQueryOutput: Swift.Sendable { public init( protectedQuery: CleanRoomsClientTypes.ProtectedQuery? = nil - ) - { + ) { self.protectedQuery = protectedQuery } } @@ -8126,8 +7883,7 @@ public struct UpdateMembershipInput: Swift.Sendable { defaultResultConfiguration: CleanRoomsClientTypes.MembershipProtectedQueryResultConfiguration? = nil, membershipIdentifier: Swift.String? = nil, queryLogStatus: CleanRoomsClientTypes.MembershipQueryLogStatus? = nil - ) - { + ) { self.defaultResultConfiguration = defaultResultConfiguration self.membershipIdentifier = membershipIdentifier self.queryLogStatus = queryLogStatus @@ -8141,8 +7897,7 @@ public struct UpdateMembershipOutput: Swift.Sendable { public init( membership: CleanRoomsClientTypes.Membership? = nil - ) - { + ) { self.membership = membership } } @@ -8188,8 +7943,7 @@ public struct UpdateProtectedQueryInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, protectedQueryIdentifier: Swift.String? = nil, targetStatus: CleanRoomsClientTypes.TargetProtectedQueryStatus? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.protectedQueryIdentifier = protectedQueryIdentifier self.targetStatus = targetStatus @@ -8203,8 +7957,7 @@ public struct UpdateProtectedQueryOutput: Swift.Sendable { public init( protectedQuery: CleanRoomsClientTypes.ProtectedQuery? = nil - ) - { + ) { self.protectedQuery = protectedQuery } } @@ -8223,8 +7976,7 @@ extension CleanRoomsClientTypes { public init( epsilon: Swift.Int? = nil, usersNoisePerQuery: Swift.Int? = nil - ) - { + ) { self.epsilon = epsilon self.usersNoisePerQuery = usersNoisePerQuery } @@ -8263,8 +8015,7 @@ public struct CreatePrivacyBudgetTemplateInput: Swift.Sendable { parameters: CleanRoomsClientTypes.PrivacyBudgetTemplateParametersInput? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.autoRefresh = autoRefresh self.membershipIdentifier = membershipIdentifier self.parameters = parameters @@ -8323,8 +8074,7 @@ extension CleanRoomsClientTypes { parameters: CleanRoomsClientTypes.PrivacyBudgetTemplateParametersOutput? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.autoRefresh = autoRefresh self.collaborationArn = collaborationArn @@ -8347,8 +8097,7 @@ public struct CreatePrivacyBudgetTemplateOutput: Swift.Sendable { public init( privacyBudgetTemplate: CleanRoomsClientTypes.PrivacyBudgetTemplate? = nil - ) - { + ) { self.privacyBudgetTemplate = privacyBudgetTemplate } } @@ -8364,8 +8113,7 @@ public struct DeletePrivacyBudgetTemplateInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, privacyBudgetTemplateIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.privacyBudgetTemplateIdentifier = privacyBudgetTemplateIdentifier } @@ -8387,8 +8135,7 @@ public struct GetPrivacyBudgetTemplateInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, privacyBudgetTemplateIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.privacyBudgetTemplateIdentifier = privacyBudgetTemplateIdentifier } @@ -8401,8 +8148,7 @@ public struct GetPrivacyBudgetTemplateOutput: Swift.Sendable { public init( privacyBudgetTemplate: CleanRoomsClientTypes.PrivacyBudgetTemplate? = nil - ) - { + ) { self.privacyBudgetTemplate = privacyBudgetTemplate } } @@ -8420,8 +8166,7 @@ public struct ListPrivacyBudgetTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -8470,8 +8215,7 @@ extension CleanRoomsClientTypes { membershipId: Swift.String? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.collaborationArn = collaborationArn self.collaborationId = collaborationId @@ -8495,8 +8239,7 @@ public struct ListPrivacyBudgetTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, privacyBudgetTemplateSummaries: [CleanRoomsClientTypes.PrivacyBudgetTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.privacyBudgetTemplateSummaries = privacyBudgetTemplateSummaries } @@ -8514,8 +8257,7 @@ extension CleanRoomsClientTypes { public init( epsilon: Swift.Int? = nil, usersNoisePerQuery: Swift.Int? = nil - ) - { + ) { self.epsilon = epsilon self.usersNoisePerQuery = usersNoisePerQuery } @@ -8550,8 +8292,7 @@ public struct UpdatePrivacyBudgetTemplateInput: Swift.Sendable { parameters: CleanRoomsClientTypes.PrivacyBudgetTemplateUpdateParameters? = nil, privacyBudgetTemplateIdentifier: Swift.String? = nil, privacyBudgetType: CleanRoomsClientTypes.PrivacyBudgetType? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.parameters = parameters self.privacyBudgetTemplateIdentifier = privacyBudgetTemplateIdentifier @@ -8566,8 +8307,7 @@ public struct UpdatePrivacyBudgetTemplateOutput: Swift.Sendable { public init( privacyBudgetTemplate: CleanRoomsClientTypes.PrivacyBudgetTemplate? = nil - ) - { + ) { self.privacyBudgetTemplate = privacyBudgetTemplate } } @@ -8583,8 +8323,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8606,8 +8345,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCleanRoomsML/Package.swift.txt b/Sources/Services/AWSCleanRoomsML/Package.swift.txt index c1abfb27eab..68b4f59ca98 100644 --- a/Sources/Services/AWSCleanRoomsML/Package.swift.txt +++ b/Sources/Services/AWSCleanRoomsML/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/CleanRoomsMLClient.swift b/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/CleanRoomsMLClient.swift index 9b1b7cab95b..7cd1ad1b72d 100644 --- a/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/CleanRoomsMLClient.swift +++ b/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/CleanRoomsMLClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CleanRoomsMLClient: ClientRuntime.Client { public static let clientName = "CleanRoomsMLClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CleanRoomsMLClient.CleanRoomsMLClientConfiguration let serviceName = "CleanRoomsML" diff --git a/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/Models.swift b/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/Models.swift index c7ff9a950b2..21c5e72b5ed 100644 --- a/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/Models.swift +++ b/Sources/Services/AWSCleanRoomsML/Sources/AWSCleanRoomsML/Models.swift @@ -125,8 +125,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +140,7 @@ extension CleanRoomsMLClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -158,8 +156,7 @@ extension CleanRoomsMLClientTypes { public init( s3Destination: CleanRoomsMLClientTypes.S3ConfigMap? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -184,8 +181,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -202,8 +198,7 @@ public struct ListAudienceExportJobsInput: Swift.Sendable { audienceGenerationJobArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn self.maxResults = maxResults self.nextToken = nextToken @@ -253,8 +248,7 @@ extension CleanRoomsMLClientTypes { public init( type: CleanRoomsMLClientTypes.AudienceSizeType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -308,8 +302,7 @@ extension CleanRoomsMLClientTypes { public init( message: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -355,8 +348,7 @@ extension CleanRoomsMLClientTypes { status: CleanRoomsMLClientTypes.AudienceExportJobStatus? = nil, statusDetails: CleanRoomsMLClientTypes.StatusDetails? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn self.audienceSize = audienceSize self.createTime = createTime @@ -380,8 +372,7 @@ public struct ListAudienceExportJobsOutput: Swift.Sendable { public init( audienceExportJobs: [CleanRoomsMLClientTypes.AudienceExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.audienceExportJobs = audienceExportJobs self.nextToken = nextToken } @@ -406,8 +397,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -431,8 +421,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -456,8 +445,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -480,8 +468,7 @@ public struct StartAudienceExportJobInput: Swift.Sendable { audienceSize: CleanRoomsMLClientTypes.AudienceSize? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn self.audienceSize = audienceSize self.description = description @@ -496,8 +483,7 @@ public struct DeleteAudienceGenerationJobInput: Swift.Sendable { public init( audienceGenerationJobArn: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn } } @@ -509,8 +495,7 @@ public struct GetAudienceGenerationJobInput: Swift.Sendable { public init( audienceGenerationJobArn: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn } } @@ -528,8 +513,7 @@ extension CleanRoomsMLClientTypes { public init( audienceSize: CleanRoomsMLClientTypes.AudienceSize? = nil, score: Swift.Double? = nil - ) - { + ) { self.audienceSize = audienceSize self.score = score } @@ -549,8 +533,7 @@ extension CleanRoomsMLClientTypes { public init( recallMetric: Swift.Double? = nil, relevanceMetrics: [CleanRoomsMLClientTypes.RelevanceMetric]? = nil - ) - { + ) { self.recallMetric = recallMetric self.relevanceMetrics = relevanceMetrics } @@ -598,8 +581,7 @@ extension CleanRoomsMLClientTypes { public init( number: Swift.Int? = 16, type: CleanRoomsMLClientTypes.WorkerComputeType? = .cr1x - ) - { + ) { self.number = number self.type = type } @@ -631,8 +613,7 @@ extension CleanRoomsMLClientTypes { analysisTemplateArn: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, queryString: Swift.String? = nil - ) - { + ) { self.analysisTemplateArn = analysisTemplateArn self.parameters = parameters self.queryString = queryString @@ -669,8 +650,7 @@ extension CleanRoomsMLClientTypes { roleArn: Swift.String? = nil, sqlComputeConfiguration: CleanRoomsMLClientTypes.ComputeConfiguration? = nil, sqlParameters: CleanRoomsMLClientTypes.ProtectedQuerySQLParameters? = nil - ) - { + ) { self.dataSource = dataSource self.roleArn = roleArn self.sqlComputeConfiguration = sqlComputeConfiguration @@ -782,8 +762,7 @@ public struct GetAudienceGenerationJobOutput: Swift.Sendable { statusDetails: CleanRoomsMLClientTypes.StatusDetails? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn self.collaborationId = collaborationId self.configuredAudienceModelArn = configuredAudienceModelArn @@ -817,8 +796,7 @@ public struct ListAudienceGenerationJobsInput: Swift.Sendable { configuredAudienceModelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationId = collaborationId self.configuredAudienceModelArn = configuredAudienceModelArn self.maxResults = maxResults @@ -865,8 +843,7 @@ extension CleanRoomsMLClientTypes { startedBy: Swift.String? = nil, status: CleanRoomsMLClientTypes.AudienceGenerationJobStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn self.collaborationId = collaborationId self.configuredAudienceModelArn = configuredAudienceModelArn @@ -890,8 +867,7 @@ public struct ListAudienceGenerationJobsOutput: Swift.Sendable { public init( audienceGenerationJobs: [CleanRoomsMLClientTypes.AudienceGenerationJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobs = audienceGenerationJobs self.nextToken = nextToken } @@ -938,8 +914,7 @@ public struct StartAudienceGenerationJobInput: Swift.Sendable { name: Swift.String? = nil, seedAudience: CleanRoomsMLClientTypes.AudienceGenerationJobDataSource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.collaborationId = collaborationId self.configuredAudienceModelArn = configuredAudienceModelArn self.description = description @@ -957,8 +932,7 @@ public struct StartAudienceGenerationJobOutput: Swift.Sendable { public init( audienceGenerationJobArn: Swift.String? = nil - ) - { + ) { self.audienceGenerationJobArn = audienceGenerationJobArn } } @@ -1003,8 +977,7 @@ public struct CreateAudienceModelInput: Swift.Sendable { trainingDataEndTime: Foundation.Date? = nil, trainingDataStartTime: Foundation.Date? = nil, trainingDatasetArn: Swift.String? = nil - ) - { + ) { self.description = description self.kmsKeyArn = kmsKeyArn self.name = name @@ -1022,8 +995,7 @@ public struct CreateAudienceModelOutput: Swift.Sendable { public init( audienceModelArn: Swift.String? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn } } @@ -1035,8 +1007,7 @@ public struct DeleteAudienceModelInput: Swift.Sendable { public init( audienceModelArn: Swift.String? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn } } @@ -1048,8 +1019,7 @@ public struct GetAudienceModelInput: Swift.Sendable { public init( audienceModelArn: Swift.String? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn } } @@ -1143,8 +1113,7 @@ public struct GetAudienceModelOutput: Swift.Sendable { trainingDataStartTime: Foundation.Date? = nil, trainingDatasetArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.createTime = createTime self.description = description @@ -1169,8 +1138,7 @@ public struct ListAudienceModelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1209,8 +1177,7 @@ extension CleanRoomsMLClientTypes { status: CleanRoomsMLClientTypes.AudienceModelStatus? = nil, trainingDatasetArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.createTime = createTime self.description = description @@ -1232,8 +1199,7 @@ public struct ListAudienceModelsOutput: Swift.Sendable { public init( audienceModels: [CleanRoomsMLClientTypes.AudienceModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.audienceModels = audienceModels self.nextToken = nextToken } @@ -1253,8 +1219,7 @@ extension CleanRoomsMLClientTypes { public init( audienceSizeBins: [Swift.Int]? = nil, audienceSizeType: CleanRoomsMLClientTypes.AudienceSizeType? = nil - ) - { + ) { self.audienceSizeBins = audienceSizeBins self.audienceSizeType = audienceSizeType } @@ -1304,8 +1269,7 @@ extension CleanRoomsMLClientTypes { public init( destination: CleanRoomsMLClientTypes.AudienceDestination? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.destination = destination self.roleArn = roleArn } @@ -1389,8 +1353,7 @@ public struct CreateConfiguredAudienceModelInput: Swift.Sendable { outputConfig: CleanRoomsMLClientTypes.ConfiguredAudienceModelOutputConfig? = nil, sharedAudienceMetrics: [CleanRoomsMLClientTypes.SharedAudienceMetrics]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.audienceSizeConfig = audienceSizeConfig self.childResourceTagOnCreatePolicy = childResourceTagOnCreatePolicy @@ -1410,8 +1373,7 @@ public struct CreateConfiguredAudienceModelOutput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1423,8 +1385,7 @@ public struct DeleteConfiguredAudienceModelInput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1436,8 +1397,7 @@ public struct GetConfiguredAudienceModelInput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1518,8 +1478,7 @@ public struct GetConfiguredAudienceModelOutput: Swift.Sendable { status: CleanRoomsMLClientTypes.ConfiguredAudienceModelStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.audienceSizeConfig = audienceSizeConfig self.childResourceTagOnCreatePolicy = childResourceTagOnCreatePolicy @@ -1545,8 +1504,7 @@ public struct ListConfiguredAudienceModelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1589,8 +1547,7 @@ extension CleanRoomsMLClientTypes { outputConfig: CleanRoomsMLClientTypes.ConfiguredAudienceModelOutputConfig? = nil, status: CleanRoomsMLClientTypes.ConfiguredAudienceModelStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.configuredAudienceModelArn = configuredAudienceModelArn self.createTime = createTime @@ -1613,8 +1570,7 @@ public struct ListConfiguredAudienceModelsOutput: Swift.Sendable { public init( configuredAudienceModels: [CleanRoomsMLClientTypes.ConfiguredAudienceModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredAudienceModels = configuredAudienceModels self.nextToken = nextToken } @@ -1645,8 +1601,7 @@ public struct UpdateConfiguredAudienceModelInput: Swift.Sendable { minMatchingSeedSize: Swift.Int? = nil, outputConfig: CleanRoomsMLClientTypes.ConfiguredAudienceModelOutputConfig? = nil, sharedAudienceMetrics: [CleanRoomsMLClientTypes.SharedAudienceMetrics]? = nil - ) - { + ) { self.audienceModelArn = audienceModelArn self.audienceSizeConfig = audienceSizeConfig self.configuredAudienceModelArn = configuredAudienceModelArn @@ -1664,8 +1619,7 @@ public struct UpdateConfiguredAudienceModelOutput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1677,8 +1631,7 @@ public struct DeleteConfiguredAudienceModelPolicyInput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1690,8 +1643,7 @@ public struct GetConfiguredAudienceModelPolicyInput: Swift.Sendable { public init( configuredAudienceModelArn: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn } } @@ -1711,8 +1663,7 @@ public struct GetConfiguredAudienceModelPolicyOutput: Swift.Sendable { configuredAudienceModelArn: Swift.String? = nil, configuredAudienceModelPolicy: Swift.String? = nil, policyHash: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn self.configuredAudienceModelPolicy = configuredAudienceModelPolicy self.policyHash = policyHash @@ -1765,8 +1716,7 @@ public struct PutConfiguredAudienceModelPolicyInput: Swift.Sendable { configuredAudienceModelPolicy: Swift.String? = nil, policyExistenceCondition: CleanRoomsMLClientTypes.PolicyExistenceCondition? = nil, previousPolicyHash: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelArn = configuredAudienceModelArn self.configuredAudienceModelPolicy = configuredAudienceModelPolicy self.policyExistenceCondition = policyExistenceCondition @@ -1785,8 +1735,7 @@ public struct PutConfiguredAudienceModelPolicyOutput: Swift.Sendable { public init( configuredAudienceModelPolicy: Swift.String? = nil, policyHash: Swift.String? = nil - ) - { + ) { self.configuredAudienceModelPolicy = configuredAudienceModelPolicy self.policyHash = policyHash } @@ -1802,8 +1751,7 @@ extension CleanRoomsMLClientTypes { public init( imageUri: Swift.String? = nil - ) - { + ) { self.imageUri = imageUri } } @@ -1823,8 +1771,7 @@ extension CleanRoomsMLClientTypes { public init( name: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.name = name self.regex = regex } @@ -1850,8 +1797,7 @@ extension CleanRoomsMLClientTypes { entrypoint: [Swift.String]? = nil, imageUri: Swift.String? = nil, metricDefinitions: [CleanRoomsMLClientTypes.MetricDefinition]? = nil - ) - { + ) { self.arguments = arguments self.entrypoint = entrypoint self.imageUri = imageUri @@ -1900,8 +1846,7 @@ public struct CreateConfiguredModelAlgorithmInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, trainingContainerConfig: CleanRoomsMLClientTypes.ContainerConfig? = nil - ) - { + ) { self.description = description self.inferenceContainerConfig = inferenceContainerConfig self.kmsKeyArn = kmsKeyArn @@ -1919,8 +1864,7 @@ public struct CreateConfiguredModelAlgorithmOutput: Swift.Sendable { public init( configuredModelAlgorithmArn: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn } } @@ -1932,8 +1876,7 @@ public struct DeleteConfiguredModelAlgorithmInput: Swift.Sendable { public init( configuredModelAlgorithmArn: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn } } @@ -1945,8 +1888,7 @@ public struct GetConfiguredModelAlgorithmInput: Swift.Sendable { public init( configuredModelAlgorithmArn: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn } } @@ -2003,8 +1945,7 @@ public struct GetConfiguredModelAlgorithmOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, trainingContainerConfig: CleanRoomsMLClientTypes.ContainerConfig? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.createTime = createTime self.description = description @@ -2027,8 +1968,7 @@ public struct ListConfiguredModelAlgorithmsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2059,8 +1999,7 @@ extension CleanRoomsMLClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.createTime = createTime self.description = description @@ -2080,8 +2019,7 @@ public struct ListConfiguredModelAlgorithmsOutput: Swift.Sendable { public init( configuredModelAlgorithms: [CleanRoomsMLClientTypes.ConfiguredModelAlgorithmSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithms = configuredModelAlgorithms self.nextToken = nextToken } @@ -2156,8 +2094,7 @@ extension CleanRoomsMLClientTypes { public init( unit: CleanRoomsMLClientTypes.TrainedModelExportsMaxSizeUnitType? = nil, value: Swift.Double? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -2178,8 +2115,7 @@ extension CleanRoomsMLClientTypes { public init( filesToExport: [CleanRoomsMLClientTypes.TrainedModelExportFileType]? = nil, maxSize: CleanRoomsMLClientTypes.TrainedModelExportsMaxSize? = nil - ) - { + ) { self.filesToExport = filesToExport self.maxSize = maxSize } @@ -2199,8 +2135,7 @@ extension CleanRoomsMLClientTypes { public init( allowedAccountIds: [Swift.String]? = nil, filterPattern: Swift.String? = nil - ) - { + ) { self.allowedAccountIds = allowedAccountIds self.filterPattern = filterPattern } @@ -2247,8 +2182,7 @@ extension CleanRoomsMLClientTypes { public init( unit: CleanRoomsMLClientTypes.TrainedModelInferenceMaxOutputSizeUnitType? = nil, value: Swift.Double? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -2267,8 +2201,7 @@ extension CleanRoomsMLClientTypes { public init( containerLogs: [CleanRoomsMLClientTypes.LogsConfigurationPolicy]? = nil, maxOutputSize: CleanRoomsMLClientTypes.TrainedModelInferenceMaxOutputSize? = nil - ) - { + ) { self.containerLogs = containerLogs self.maxOutputSize = maxOutputSize } @@ -2320,8 +2253,7 @@ extension CleanRoomsMLClientTypes { public init( noiseLevel: CleanRoomsMLClientTypes.NoiseLevelType? = nil - ) - { + ) { self.noiseLevel = noiseLevel } } @@ -2339,8 +2271,7 @@ extension CleanRoomsMLClientTypes { public init( containerLogs: [CleanRoomsMLClientTypes.LogsConfigurationPolicy]? = nil, containerMetrics: CleanRoomsMLClientTypes.MetricsConfigurationPolicy? = nil - ) - { + ) { self.containerLogs = containerLogs self.containerMetrics = containerMetrics } @@ -2362,8 +2293,7 @@ extension CleanRoomsMLClientTypes { trainedModelExports: CleanRoomsMLClientTypes.TrainedModelExportsConfigurationPolicy? = nil, trainedModelInferenceJobs: CleanRoomsMLClientTypes.TrainedModelInferenceJobsConfigurationPolicy? = nil, trainedModels: CleanRoomsMLClientTypes.TrainedModelsConfigurationPolicy? = nil - ) - { + ) { self.trainedModelExports = trainedModelExports self.trainedModelInferenceJobs = trainedModelInferenceJobs self.trainedModels = trainedModels @@ -2381,8 +2311,7 @@ extension CleanRoomsMLClientTypes { public init( policies: CleanRoomsMLClientTypes.PrivacyConfigurationPolicies? = nil - ) - { + ) { self.policies = policies } } @@ -2426,8 +2355,7 @@ public struct CreateConfiguredModelAlgorithmAssociationInput: Swift.Sendable { name: Swift.String? = nil, privacyConfiguration: CleanRoomsMLClientTypes.PrivacyConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.description = description self.membershipIdentifier = membershipIdentifier @@ -2444,8 +2372,7 @@ public struct CreateConfiguredModelAlgorithmAssociationOutput: Swift.Sendable { public init( configuredModelAlgorithmAssociationArn: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn } } @@ -2461,8 +2388,7 @@ public struct DeleteConfiguredModelAlgorithmAssociationInput: Swift.Sendable { public init( configuredModelAlgorithmAssociationArn: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.membershipIdentifier = membershipIdentifier } @@ -2479,8 +2405,7 @@ public struct GetCollaborationConfiguredModelAlgorithmAssociationInput: Swift.Se public init( collaborationIdentifier: Swift.String? = nil, configuredModelAlgorithmAssociationArn: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn } @@ -2527,8 +2452,7 @@ public struct GetCollaborationConfiguredModelAlgorithmAssociationOutput: Swift.S name: Swift.String? = nil, privacyConfiguration: CleanRoomsMLClientTypes.PrivacyConfiguration? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn @@ -2553,8 +2477,7 @@ public struct GetConfiguredModelAlgorithmAssociationInput: Swift.Sendable { public init( configuredModelAlgorithmAssociationArn: Swift.String? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.membershipIdentifier = membershipIdentifier } @@ -2614,8 +2537,7 @@ public struct GetConfiguredModelAlgorithmAssociationOutput: Swift.Sendable { privacyConfiguration: CleanRoomsMLClientTypes.PrivacyConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn @@ -2642,8 +2564,7 @@ public struct ListConfiguredModelAlgorithmAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -2687,8 +2608,7 @@ extension CleanRoomsMLClientTypes { membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn @@ -2711,8 +2631,7 @@ public struct ListConfiguredModelAlgorithmAssociationsOutput: Swift.Sendable { public init( configuredModelAlgorithmAssociations: [CleanRoomsMLClientTypes.ConfiguredModelAlgorithmAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.nextToken = nextToken } @@ -2731,8 +2650,7 @@ public struct ListCollaborationConfiguredModelAlgorithmAssociationsInput: Swift. collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2780,8 +2698,7 @@ extension CleanRoomsMLClientTypes { membershipIdentifier: Swift.String? = nil, name: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmArn = configuredModelAlgorithmArn self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn @@ -2805,8 +2722,7 @@ public struct ListCollaborationConfiguredModelAlgorithmAssociationsOutput: Swift public init( collaborationConfiguredModelAlgorithmAssociations: [CleanRoomsMLClientTypes.CollaborationConfiguredModelAlgorithmAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationConfiguredModelAlgorithmAssociations = collaborationConfiguredModelAlgorithmAssociations self.nextToken = nextToken } @@ -2825,8 +2741,7 @@ public struct ListCollaborationMLInputChannelsInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2925,8 +2840,7 @@ extension CleanRoomsMLClientTypes { name: Swift.String? = nil, status: CleanRoomsMLClientTypes.MLInputChannelStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.createTime = createTime @@ -2951,8 +2865,7 @@ public struct ListCollaborationMLInputChannelsOutput: Swift.Sendable { public init( collaborationMLInputChannelsList: [CleanRoomsMLClientTypes.CollaborationMLInputChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationMLInputChannelsList = collaborationMLInputChannelsList self.nextToken = nextToken } @@ -2975,8 +2888,7 @@ public struct ListCollaborationTrainedModelExportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2994,8 +2906,7 @@ extension CleanRoomsMLClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3011,8 +2922,7 @@ extension CleanRoomsMLClientTypes { public init( members: [CleanRoomsMLClientTypes.TrainedModelExportReceiverMember]? = nil - ) - { + ) { self.members = members } } @@ -3101,8 +3011,7 @@ extension CleanRoomsMLClientTypes { statusDetails: CleanRoomsMLClientTypes.StatusDetails? = nil, trainedModelArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.createTime = createTime self.creatorAccountId = creatorAccountId @@ -3128,8 +3037,7 @@ public struct ListCollaborationTrainedModelExportJobsOutput: Swift.Sendable { public init( collaborationTrainedModelExportJobs: [CleanRoomsMLClientTypes.CollaborationTrainedModelExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationTrainedModelExportJobs = collaborationTrainedModelExportJobs self.nextToken = nextToken } @@ -3151,8 +3059,7 @@ public struct ListCollaborationTrainedModelInferenceJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3228,8 +3135,7 @@ extension CleanRoomsMLClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3248,8 +3154,7 @@ extension CleanRoomsMLClientTypes { public init( accept: Swift.String? = "application/json", members: [CleanRoomsMLClientTypes.InferenceReceiverMember]? = nil - ) - { + ) { self.accept = accept self.members = members } @@ -3367,8 +3272,7 @@ extension CleanRoomsMLClientTypes { trainedModelArn: Swift.String? = nil, trainedModelInferenceJobArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -3399,8 +3303,7 @@ public struct ListCollaborationTrainedModelInferenceJobsOutput: Swift.Sendable { public init( collaborationTrainedModelInferenceJobs: [CleanRoomsMLClientTypes.CollaborationTrainedModelInferenceJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationTrainedModelInferenceJobs = collaborationTrainedModelInferenceJobs self.nextToken = nextToken } @@ -3419,8 +3322,7 @@ public struct ListCollaborationTrainedModelsInput: Swift.Sendable { collaborationIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -3528,8 +3430,7 @@ extension CleanRoomsMLClientTypes { status: CleanRoomsMLClientTypes.TrainedModelStatus? = nil, trainedModelArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -3554,8 +3455,7 @@ public struct ListCollaborationTrainedModelsOutput: Swift.Sendable { public init( collaborationTrainedModels: [CleanRoomsMLClientTypes.CollaborationTrainedModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collaborationTrainedModels = collaborationTrainedModels self.nextToken = nextToken } @@ -3568,8 +3468,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3581,8 +3480,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3594,8 +3492,7 @@ public struct DeleteMLConfigurationInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier } } @@ -3607,8 +3504,7 @@ public struct GetMLConfigurationInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier } } @@ -3623,8 +3519,7 @@ extension CleanRoomsMLClientTypes { public init( s3Destination: CleanRoomsMLClientTypes.S3ConfigMap? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -3643,8 +3538,7 @@ extension CleanRoomsMLClientTypes { public init( destination: CleanRoomsMLClientTypes.Destination? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.destination = destination self.roleArn = roleArn } @@ -3670,8 +3564,7 @@ public struct GetMLConfigurationOutput: Swift.Sendable { defaultOutputLocation: CleanRoomsMLClientTypes.MLOutputConfiguration? = nil, membershipIdentifier: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.defaultOutputLocation = defaultOutputLocation self.membershipIdentifier = membershipIdentifier @@ -3690,8 +3583,7 @@ public struct PutMLConfigurationInput: Swift.Sendable { public init( defaultOutputLocation: CleanRoomsMLClientTypes.MLOutputConfiguration? = nil, membershipIdentifier: Swift.String? = nil - ) - { + ) { self.defaultOutputLocation = defaultOutputLocation self.membershipIdentifier = membershipIdentifier } @@ -3710,8 +3602,7 @@ extension CleanRoomsMLClientTypes { public init( computeConfiguration: CleanRoomsMLClientTypes.ComputeConfiguration? = nil, sqlParameters: CleanRoomsMLClientTypes.ProtectedQuerySQLParameters? = nil - ) - { + ) { self.computeConfiguration = computeConfiguration self.sqlParameters = sqlParameters } @@ -3747,8 +3638,7 @@ extension CleanRoomsMLClientTypes { public init( dataSource: CleanRoomsMLClientTypes.InputChannelDataSource? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dataSource = dataSource self.roleArn = roleArn } @@ -3801,8 +3691,7 @@ public struct CreateMLInputChannelInput: Swift.Sendable { name: Swift.String? = nil, retentionInDays: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.description = description self.inputChannel = inputChannel @@ -3821,8 +3710,7 @@ public struct CreateMLInputChannelOutput: Swift.Sendable { public init( mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.mlInputChannelArn = mlInputChannelArn } } @@ -3838,8 +3726,7 @@ public struct DeleteMLInputChannelDataInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.mlInputChannelArn = mlInputChannelArn } @@ -3856,8 +3743,7 @@ public struct GetCollaborationMLInputChannelInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.mlInputChannelArn = mlInputChannelArn } @@ -3915,8 +3801,7 @@ public struct GetCollaborationMLInputChannelOutput: Swift.Sendable { status: CleanRoomsMLClientTypes.MLInputChannelStatus? = nil, statusDetails: CleanRoomsMLClientTypes.StatusDetails? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.createTime = createTime @@ -3944,8 +3829,7 @@ public struct GetMLInputChannelInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.mlInputChannelArn = mlInputChannelArn } @@ -4032,8 +3916,7 @@ public struct GetMLInputChannelOutput: Swift.Sendable { statusDetails: CleanRoomsMLClientTypes.StatusDetails? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.createTime = createTime @@ -4068,8 +3951,7 @@ public struct ListMLInputChannelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -4120,8 +4002,7 @@ extension CleanRoomsMLClientTypes { protectedQueryIdentifier: Swift.String? = nil, status: CleanRoomsMLClientTypes.MLInputChannelStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociations = configuredModelAlgorithmAssociations self.createTime = createTime @@ -4146,8 +4027,7 @@ public struct ListMLInputChannelsOutput: Swift.Sendable { public init( mlInputChannelsList: [CleanRoomsMLClientTypes.MLInputChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mlInputChannelsList = mlInputChannelsList self.nextToken = nextToken } @@ -4178,8 +4058,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4201,8 +4080,7 @@ public struct CancelTrainedModelInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.trainedModelArn = trainedModelArn } @@ -4222,8 +4100,7 @@ extension CleanRoomsMLClientTypes { public init( channelName: Swift.String? = nil, mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.mlInputChannelArn = mlInputChannelArn } @@ -4537,8 +4414,7 @@ extension CleanRoomsMLClientTypes { instanceCount: Swift.Int? = 1, instanceType: CleanRoomsMLClientTypes.InstanceType? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeSizeInGB = volumeSizeInGB @@ -4555,8 +4431,7 @@ extension CleanRoomsMLClientTypes { public init( maxRuntimeInSeconds: Swift.Int? = 86400 - ) - { + ) { self.maxRuntimeInSeconds = maxRuntimeInSeconds } } @@ -4617,8 +4492,7 @@ public struct CreateTrainedModelInput: Swift.Sendable { resourceConfig: CleanRoomsMLClientTypes.ResourceConfig? = nil, stoppingCondition: CleanRoomsMLClientTypes.StoppingCondition? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.dataChannels = dataChannels self.description = description @@ -4640,8 +4514,7 @@ public struct CreateTrainedModelOutput: Swift.Sendable { public init( trainedModelArn: Swift.String? = nil - ) - { + ) { self.trainedModelArn = trainedModelArn } } @@ -4657,8 +4530,7 @@ public struct DeleteTrainedModelOutputInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.trainedModelArn = trainedModelArn } @@ -4675,8 +4547,7 @@ public struct GetCollaborationTrainedModelInput: Swift.Sendable { public init( collaborationIdentifier: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.trainedModelArn = trainedModelArn } @@ -4748,8 +4619,7 @@ public struct GetCollaborationTrainedModelOutput: Swift.Sendable { trainedModelArn: Swift.String? = nil, trainingContainerImageDigest: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -4782,8 +4652,7 @@ public struct GetTrainedModelInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.trainedModelArn = trainedModelArn } @@ -4881,8 +4750,7 @@ public struct GetTrainedModelOutput: Swift.Sendable { trainedModelArn: Swift.String? = nil, trainingContainerImageDigest: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -4921,8 +4789,7 @@ public struct ListTrainedModelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -4970,8 +4837,7 @@ extension CleanRoomsMLClientTypes { status: CleanRoomsMLClientTypes.TrainedModelStatus? = nil, trainedModelArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -4995,8 +4861,7 @@ public struct ListTrainedModelsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainedModels: [CleanRoomsMLClientTypes.TrainedModelSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainedModels = trainedModels } @@ -5024,8 +4889,7 @@ public struct StartTrainedModelExportJobInput: Swift.Sendable { name: Swift.String? = nil, outputConfiguration: CleanRoomsMLClientTypes.TrainedModelExportOutputConfiguration? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.description = description self.membershipIdentifier = membershipIdentifier self.name = name @@ -5045,8 +4909,7 @@ public struct CancelTrainedModelInferenceJobInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, trainedModelInferenceJobArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.trainedModelInferenceJobArn = trainedModelInferenceJobArn } @@ -5063,8 +4926,7 @@ public struct GetTrainedModelInferenceJobInput: Swift.Sendable { public init( membershipIdentifier: Swift.String? = nil, trainedModelInferenceJobArn: Swift.String? = nil - ) - { + ) { self.membershipIdentifier = membershipIdentifier self.trainedModelInferenceJobArn = trainedModelInferenceJobArn } @@ -5079,8 +4941,7 @@ extension CleanRoomsMLClientTypes { public init( maxPayloadInMB: Swift.Int? = nil - ) - { + ) { self.maxPayloadInMB = maxPayloadInMB } } @@ -5096,8 +4957,7 @@ extension CleanRoomsMLClientTypes { public init( mlInputChannelArn: Swift.String? = nil - ) - { + ) { self.mlInputChannelArn = mlInputChannelArn } } @@ -5421,8 +5281,7 @@ extension CleanRoomsMLClientTypes { public init( instanceCount: Swift.Int? = 1, instanceType: CleanRoomsMLClientTypes.InferenceInstanceType? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType } @@ -5522,8 +5381,7 @@ public struct GetTrainedModelInferenceJobOutput: Swift.Sendable { trainedModelArn: Swift.String? = nil, trainedModelInferenceJobArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.containerExecutionParameters = containerExecutionParameters self.createTime = createTime @@ -5565,8 +5423,7 @@ public struct ListTrainedModelInferenceJobsInput: Swift.Sendable { membershipIdentifier: Swift.String? = nil, nextToken: Swift.String? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.membershipIdentifier = membershipIdentifier self.nextToken = nextToken @@ -5634,8 +5491,7 @@ extension CleanRoomsMLClientTypes { trainedModelArn: Swift.String? = nil, trainedModelInferenceJobArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collaborationIdentifier = collaborationIdentifier self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.createTime = createTime @@ -5665,8 +5521,7 @@ public struct ListTrainedModelInferenceJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainedModelInferenceJobs: [CleanRoomsMLClientTypes.TrainedModelInferenceJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainedModelInferenceJobs = trainedModelInferenceJobs } @@ -5731,8 +5586,7 @@ public struct StartTrainedModelInferenceJobInput: Swift.Sendable { resourceConfig: CleanRoomsMLClientTypes.InferenceResourceConfig? = nil, tags: [Swift.String: Swift.String]? = nil, trainedModelArn: Swift.String? = nil - ) - { + ) { self.configuredModelAlgorithmAssociationArn = configuredModelAlgorithmAssociationArn self.containerExecutionParameters = containerExecutionParameters self.dataSource = dataSource @@ -5755,8 +5609,7 @@ public struct StartTrainedModelInferenceJobOutput: Swift.Sendable { public init( trainedModelInferenceJobArn: Swift.String? = nil - ) - { + ) { self.trainedModelInferenceJobArn = trainedModelInferenceJobArn } } @@ -5778,8 +5631,7 @@ extension CleanRoomsMLClientTypes { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -5797,8 +5649,7 @@ extension CleanRoomsMLClientTypes { public init( glueDataSource: CleanRoomsMLClientTypes.GlueDataSource? = nil - ) - { + ) { self.glueDataSource = glueDataSource } } @@ -5856,8 +5707,7 @@ extension CleanRoomsMLClientTypes { public init( columnName: Swift.String? = nil, columnTypes: [CleanRoomsMLClientTypes.ColumnType]? = nil - ) - { + ) { self.columnName = columnName self.columnTypes = columnTypes } @@ -5878,8 +5728,7 @@ extension CleanRoomsMLClientTypes { public init( dataSource: CleanRoomsMLClientTypes.DataSource? = nil, schema: [CleanRoomsMLClientTypes.ColumnSchema]? = nil - ) - { + ) { self.dataSource = dataSource self.schema = schema } @@ -5926,8 +5775,7 @@ extension CleanRoomsMLClientTypes { public init( inputConfig: CleanRoomsMLClientTypes.DatasetInputConfig? = nil, type: CleanRoomsMLClientTypes.DatasetType? = nil - ) - { + ) { self.inputConfig = inputConfig self.type = type } @@ -5969,8 +5817,7 @@ public struct CreateTrainingDatasetInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, trainingData: [CleanRoomsMLClientTypes.Dataset]? = nil - ) - { + ) { self.description = description self.name = name self.roleArn = roleArn @@ -5986,8 +5833,7 @@ public struct CreateTrainingDatasetOutput: Swift.Sendable { public init( trainingDatasetArn: Swift.String? = nil - ) - { + ) { self.trainingDatasetArn = trainingDatasetArn } } @@ -5999,8 +5845,7 @@ public struct DeleteTrainingDatasetInput: Swift.Sendable { public init( trainingDatasetArn: Swift.String? = nil - ) - { + ) { self.trainingDatasetArn = trainingDatasetArn } } @@ -6012,8 +5857,7 @@ public struct GetTrainingDatasetInput: Swift.Sendable { public init( trainingDatasetArn: Swift.String? = nil - ) - { + ) { self.trainingDatasetArn = trainingDatasetArn } } @@ -6081,8 +5925,7 @@ public struct GetTrainingDatasetOutput: Swift.Sendable { trainingData: [CleanRoomsMLClientTypes.Dataset]? = nil, trainingDatasetArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.name = name @@ -6104,8 +5947,7 @@ public struct ListTrainingDatasetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6140,8 +5982,7 @@ extension CleanRoomsMLClientTypes { status: CleanRoomsMLClientTypes.TrainingDatasetStatus? = nil, trainingDatasetArn: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.name = name @@ -6162,8 +6003,7 @@ public struct ListTrainingDatasetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainingDatasets: [CleanRoomsMLClientTypes.TrainingDatasetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainingDatasets = trainingDatasets } @@ -6180,8 +6020,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCloud9/Package.swift.txt b/Sources/Services/AWSCloud9/Package.swift.txt index 01021cee5d8..1159e4f0bd4 100644 --- a/Sources/Services/AWSCloud9/Package.swift.txt +++ b/Sources/Services/AWSCloud9/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloud9/Sources/AWSCloud9/Cloud9Client.swift b/Sources/Services/AWSCloud9/Sources/AWSCloud9/Cloud9Client.swift index 14f0bdc25ec..291d972c3ba 100644 --- a/Sources/Services/AWSCloud9/Sources/AWSCloud9/Cloud9Client.swift +++ b/Sources/Services/AWSCloud9/Sources/AWSCloud9/Cloud9Client.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Cloud9Client: ClientRuntime.Client { public static let clientName = "Cloud9Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Cloud9Client.Cloud9ClientConfiguration let serviceName = "Cloud9" diff --git a/Sources/Services/AWSCloud9/Sources/AWSCloud9/Models.swift b/Sources/Services/AWSCloud9/Sources/AWSCloud9/Models.swift index 7d14def46c7..e1f29ae6380 100644 --- a/Sources/Services/AWSCloud9/Sources/AWSCloud9/Models.swift +++ b/Sources/Services/AWSCloud9/Sources/AWSCloud9/Models.swift @@ -48,8 +48,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -78,8 +77,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -108,8 +106,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -138,8 +135,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -168,8 +164,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -198,8 +193,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -228,8 +222,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -279,8 +272,7 @@ extension Cloud9ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -351,8 +343,7 @@ public struct CreateEnvironmentEC2Input: Swift.Sendable { ownerArn: Swift.String? = nil, subnetId: Swift.String? = nil, tags: [Cloud9ClientTypes.Tag]? = nil - ) - { + ) { self.automaticStopTimeMinutes = automaticStopTimeMinutes self.clientRequestToken = clientRequestToken self.connectionType = connectionType @@ -378,8 +369,7 @@ public struct CreateEnvironmentEC2Output: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -432,8 +422,7 @@ public struct CreateEnvironmentMembershipInput: Swift.Sendable { environmentId: Swift.String? = nil, permissions: Cloud9ClientTypes.MemberPermissions? = nil, userArn: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.permissions = permissions self.userArn = userArn @@ -503,8 +492,7 @@ extension Cloud9ClientTypes { permissions: Cloud9ClientTypes.Permissions? = nil, userArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.lastAccess = lastAccess self.permissions = permissions @@ -521,8 +509,7 @@ public struct CreateEnvironmentMembershipOutput: Swift.Sendable { public init( membership: Cloud9ClientTypes.EnvironmentMember? = nil - ) - { + ) { self.membership = membership } } @@ -534,8 +521,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -556,8 +542,7 @@ public struct DeleteEnvironmentMembershipInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, userArn: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.userArn = userArn } @@ -595,8 +580,7 @@ public struct DescribeEnvironmentMembershipsInput: Swift.Sendable { nextToken: Swift.String? = nil, permissions: [Cloud9ClientTypes.Permissions]? = nil, userArn: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.nextToken = nextToken @@ -614,8 +598,7 @@ public struct DescribeEnvironmentMembershipsOutput: Swift.Sendable { public init( memberships: [Cloud9ClientTypes.EnvironmentMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.memberships = memberships self.nextToken = nextToken } @@ -628,8 +611,7 @@ public struct DescribeEnvironmentsInput: Swift.Sendable { public init( environmentIds: [Swift.String]? = nil - ) - { + ) { self.environmentIds = environmentIds } } @@ -697,8 +679,7 @@ extension Cloud9ClientTypes { failureResource: Swift.String? = nil, reason: Swift.String? = nil, status: Cloud9ClientTypes.EnvironmentLifecycleStatus? = nil - ) - { + ) { self.failureResource = failureResource self.reason = reason self.status = status @@ -851,8 +832,7 @@ extension Cloud9ClientTypes { name: Swift.String? = nil, ownerArn: Swift.String? = nil, type: Cloud9ClientTypes.EnvironmentType? = nil - ) - { + ) { self.arn = arn self.connectionType = connectionType self.description = description @@ -877,8 +857,7 @@ public struct DescribeEnvironmentsOutput: Swift.Sendable { public init( environments: [Cloud9ClientTypes.Environment]? = nil - ) - { + ) { self.environments = environments } } @@ -890,8 +869,7 @@ public struct DescribeEnvironmentStatusInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -965,8 +943,7 @@ public struct DescribeEnvironmentStatusOutput: Swift.Sendable { public init( message: Swift.String? = nil, status: Cloud9ClientTypes.EnvironmentStatus? = nil - ) - { + ) { self.message = message self.status = status } @@ -981,8 +958,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -997,8 +973,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environmentIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentIds = environmentIds self.nextToken = nextToken } @@ -1011,8 +986,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1023,8 +997,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Cloud9ClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1056,8 +1029,7 @@ public struct ConcurrentAccessException: ClientRuntime.ModeledError, AWSClientRu className: Swift.String? = nil, code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.className = className self.properties.code = code self.properties.message = message @@ -1075,8 +1047,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Cloud9ClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1103,8 +1074,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -1172,8 +1142,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { environmentId: Swift.String? = nil, managedCredentialsAction: Cloud9ClientTypes.ManagedCredentialsAction? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.environmentId = environmentId self.managedCredentialsAction = managedCredentialsAction @@ -1210,8 +1179,7 @@ public struct UpdateEnvironmentMembershipInput: Swift.Sendable { environmentId: Swift.String? = nil, permissions: Cloud9ClientTypes.MemberPermissions? = nil, userArn: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.permissions = permissions self.userArn = userArn @@ -1224,8 +1192,7 @@ public struct UpdateEnvironmentMembershipOutput: Swift.Sendable { public init( membership: Cloud9ClientTypes.EnvironmentMember? = nil - ) - { + ) { self.membership = membership } } diff --git a/Sources/Services/AWSCloudControl/Package.swift.txt b/Sources/Services/AWSCloudControl/Package.swift.txt index dea0c8767a9..a4057c19f64 100644 --- a/Sources/Services/AWSCloudControl/Package.swift.txt +++ b/Sources/Services/AWSCloudControl/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,7 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/CloudControlClient.swift b/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/CloudControlClient.swift index dce149d49d4..eae1af61768 100644 --- a/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/CloudControlClient.swift +++ b/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/CloudControlClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudControlClient: ClientRuntime.Client { public static let clientName = "CloudControlClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudControlClient.CloudControlClientConfiguration let serviceName = "CloudControl" diff --git a/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/Models.swift b/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/Models.swift index 47c5f571d19..2e884e7decd 100644 --- a/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/Models.swift +++ b/Sources/Services/AWSCloudControl/Sources/AWSCloudControl/Models.swift @@ -42,8 +42,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -66,8 +65,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -90,8 +88,7 @@ public struct RequestTokenNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -103,8 +100,7 @@ public struct CancelResourceRequestInput: Swift.Sendable { public init( requestToken: Swift.String? = nil - ) - { + ) { self.requestToken = requestToken } } @@ -304,8 +300,7 @@ extension CloudControlClientTypes { retryAfter: Foundation.Date? = nil, statusMessage: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.eventTime = eventTime self.hooksRequestToken = hooksRequestToken @@ -332,8 +327,7 @@ public struct CancelResourceRequestOutput: Swift.Sendable { public init( progressEvent: CloudControlClientTypes.ProgressEvent? = nil - ) - { + ) { self.progressEvent = progressEvent } } @@ -356,8 +350,7 @@ public struct ClientTokenConflictException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -380,8 +373,7 @@ public struct ConcurrentOperationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -404,8 +396,7 @@ public struct GeneralServiceException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -428,8 +419,7 @@ public struct HandlerFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -452,8 +442,7 @@ public struct HandlerInternalFailureException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -476,8 +465,7 @@ public struct InvalidCredentialsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -500,8 +488,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -524,8 +511,7 @@ public struct NetworkFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -548,8 +534,7 @@ public struct NotStabilizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -572,8 +557,7 @@ public struct NotUpdatableException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -596,8 +580,7 @@ public struct PrivateTypeException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -620,8 +603,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -644,8 +626,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -668,8 +649,7 @@ public struct ServiceInternalErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -692,8 +672,7 @@ public struct ServiceLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -716,8 +695,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -740,8 +718,7 @@ public struct TypeNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -764,8 +741,7 @@ public struct UnsupportedActionException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -797,8 +773,7 @@ public struct CreateResourceInput: Swift.Sendable { roleArn: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.desiredState = desiredState self.roleArn = roleArn @@ -818,8 +793,7 @@ public struct CreateResourceOutput: Swift.Sendable { public init( progressEvent: CloudControlClientTypes.ProgressEvent? = nil - ) - { + ) { self.progressEvent = progressEvent } } @@ -844,8 +818,7 @@ public struct DeleteResourceInput: Swift.Sendable { roleArn: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.identifier = identifier self.roleArn = roleArn @@ -860,8 +833,7 @@ public struct DeleteResourceOutput: Swift.Sendable { public init( progressEvent: CloudControlClientTypes.ProgressEvent? = nil - ) - { + ) { self.progressEvent = progressEvent } } @@ -883,8 +855,7 @@ public struct GetResourceInput: Swift.Sendable { roleArn: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.roleArn = roleArn self.typeName = typeName @@ -904,8 +875,7 @@ extension CloudControlClientTypes { public init( identifier: Swift.String? = nil, properties: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.properties = properties } @@ -926,8 +896,7 @@ public struct GetResourceOutput: Swift.Sendable { public init( resourceDescription: CloudControlClientTypes.ResourceDescription? = nil, typeName: Swift.String? = nil - ) - { + ) { self.resourceDescription = resourceDescription self.typeName = typeName } @@ -940,8 +909,7 @@ public struct GetResourceRequestStatusInput: Swift.Sendable { public init( requestToken: Swift.String? = nil - ) - { + ) { self.requestToken = requestToken } } @@ -990,8 +958,7 @@ extension CloudControlClientTypes { hookTypeName: Swift.String? = nil, hookTypeVersionId: Swift.String? = nil, invocationPoint: Swift.String? = nil - ) - { + ) { self.failureMode = failureMode self.hookEventTime = hookEventTime self.hookStatus = hookStatus @@ -1013,8 +980,7 @@ public struct GetResourceRequestStatusOutput: Swift.Sendable { public init( hooksProgressEvent: [CloudControlClientTypes.HookProgressEvent]? = nil, progressEvent: CloudControlClientTypes.ProgressEvent? = nil - ) - { + ) { self.hooksProgressEvent = hooksProgressEvent self.progressEvent = progressEvent } @@ -1044,8 +1010,7 @@ extension CloudControlClientTypes { public init( operationStatuses: [CloudControlClientTypes.OperationStatus]? = nil, operations: [CloudControlClientTypes.Operation]? = nil - ) - { + ) { self.operationStatuses = operationStatuses self.operations = operations } @@ -1064,8 +1029,7 @@ public struct ListResourceRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceRequestStatusFilter: CloudControlClientTypes.ResourceRequestStatusFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceRequestStatusFilter = resourceRequestStatusFilter @@ -1081,8 +1045,7 @@ public struct ListResourceRequestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceRequestStatusSummaries: [CloudControlClientTypes.ProgressEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceRequestStatusSummaries = resourceRequestStatusSummaries } @@ -1110,8 +1073,7 @@ public struct ListResourcesInput: Swift.Sendable { roleArn: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceModel = resourceModel @@ -1138,8 +1100,7 @@ public struct ListResourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, resourceDescriptions: [CloudControlClientTypes.ResourceDescription]? = nil, typeName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceDescriptions = resourceDescriptions self.typeName = typeName @@ -1170,8 +1131,7 @@ public struct UpdateResourceInput: Swift.Sendable { roleArn: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.identifier = identifier self.patchDocument = patchDocument @@ -1192,8 +1152,7 @@ public struct UpdateResourceOutput: Swift.Sendable { public init( progressEvent: CloudControlClientTypes.ProgressEvent? = nil - ) - { + ) { self.progressEvent = progressEvent } } diff --git a/Sources/Services/AWSCloudDirectory/Package.swift.txt b/Sources/Services/AWSCloudDirectory/Package.swift.txt index ff315d026ad..9fa029713a3 100644 --- a/Sources/Services/AWSCloudDirectory/Package.swift.txt +++ b/Sources/Services/AWSCloudDirectory/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/CloudDirectoryClient.swift b/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/CloudDirectoryClient.swift index 60ee5f50d7d..aebd7085255 100644 --- a/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/CloudDirectoryClient.swift +++ b/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/CloudDirectoryClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudDirectoryClient: ClientRuntime.Client { public static let clientName = "CloudDirectoryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudDirectoryClient.CloudDirectoryClientConfiguration let serviceName = "CloudDirectory" diff --git a/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/Models.swift b/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/Models.swift index b0f0dedd3d5..210110d14b5 100644 --- a/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/Models.swift +++ b/Sources/Services/AWSCloudDirectory/Sources/AWSCloudDirectory/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -75,8 +74,7 @@ public struct DirectoryNotEnabledException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -99,8 +97,7 @@ public struct FacetValidationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +120,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +166,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +189,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +212,7 @@ public struct RetryableConflictException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -243,8 +235,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -267,8 +258,7 @@ extension CloudDirectoryClientTypes { facetName: Swift.String? = nil, name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.facetName = facetName self.name = name self.schemaArn = schemaArn @@ -308,8 +298,7 @@ extension CloudDirectoryClientTypes { public init( key: CloudDirectoryClientTypes.AttributeKey? = nil, value: CloudDirectoryClientTypes.TypedAttributeValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -331,8 +320,7 @@ extension CloudDirectoryClientTypes { public init( selector: Swift.String? = nil - ) - { + ) { self.selector = selector } } @@ -350,8 +338,7 @@ extension CloudDirectoryClientTypes { public init( facetName: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.facetName = facetName self.schemaArn = schemaArn } @@ -376,8 +363,7 @@ public struct AddFacetToObjectInput: Swift.Sendable { objectAttributeList: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.directoryArn = directoryArn self.objectAttributeList = objectAttributeList self.objectReference = objectReference @@ -408,8 +394,7 @@ public struct InvalidAttachmentException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -432,8 +417,7 @@ public struct SchemaAlreadyExistsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -449,8 +433,7 @@ public struct ApplySchemaInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil, publishedSchemaArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn self.publishedSchemaArn = publishedSchemaArn } @@ -465,8 +448,7 @@ public struct ApplySchemaOutput: Swift.Sendable { public init( appliedSchemaArn: Swift.String? = nil, directoryArn: Swift.String? = nil - ) - { + ) { self.appliedSchemaArn = appliedSchemaArn self.directoryArn = directoryArn } @@ -490,8 +472,7 @@ public struct LinkNameAlreadyInUseException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -515,8 +496,7 @@ public struct AttachObjectInput: Swift.Sendable { directoryArn: Swift.String? = nil, linkName: Swift.String? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.childReference = childReference self.directoryArn = directoryArn self.linkName = linkName @@ -530,8 +510,7 @@ public struct AttachObjectOutput: Swift.Sendable { public init( attachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.attachedObjectIdentifier = attachedObjectIdentifier } } @@ -554,8 +533,7 @@ public struct NotPolicyException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -575,8 +553,7 @@ public struct AttachPolicyInput: Swift.Sendable { directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.objectReference = objectReference self.policyReference = policyReference @@ -606,8 +583,7 @@ public struct IndexedAttributeMissingException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -630,8 +606,7 @@ public struct NotIndexException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -651,8 +626,7 @@ public struct AttachToIndexInput: Swift.Sendable { directoryArn: Swift.String? = nil, indexReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.indexReference = indexReference self.targetReference = targetReference @@ -665,8 +639,7 @@ public struct AttachToIndexOutput: Swift.Sendable { public init( attachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.attachedObjectIdentifier = attachedObjectIdentifier } } @@ -685,8 +658,7 @@ extension CloudDirectoryClientTypes { public init( attributeName: Swift.String? = nil, value: CloudDirectoryClientTypes.TypedAttributeValue? = nil - ) - { + ) { self.attributeName = attributeName self.value = value } @@ -707,8 +679,7 @@ extension CloudDirectoryClientTypes { public init( schemaArn: Swift.String? = nil, typedLinkName: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn self.typedLinkName = typedLinkName } @@ -738,8 +709,7 @@ public struct AttachTypedLinkInput: Swift.Sendable { sourceObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, typedLinkFacet: CloudDirectoryClientTypes.TypedLinkSchemaAndFacetName? = nil - ) - { + ) { self.attributes = attributes self.directoryArn = directoryArn self.sourceObjectReference = sourceObjectReference @@ -770,8 +740,7 @@ extension CloudDirectoryClientTypes { sourceObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, typedLinkFacet: CloudDirectoryClientTypes.TypedLinkSchemaAndFacetName? = nil - ) - { + ) { self.identityAttributeValues = identityAttributeValues self.sourceObjectReference = sourceObjectReference self.targetObjectReference = targetObjectReference @@ -786,8 +755,7 @@ public struct AttachTypedLinkOutput: Swift.Sendable { public init( typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.typedLinkSpecifier = typedLinkSpecifier } } @@ -835,8 +803,7 @@ extension CloudDirectoryClientTypes { public init( attributeNames: [Swift.String]? = nil, typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.attributeNames = attributeNames self.typedLinkSpecifier = typedLinkSpecifier } @@ -861,8 +828,7 @@ extension CloudDirectoryClientTypes { attributeNames: [Swift.String]? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.attributeNames = attributeNames self.objectReference = objectReference self.schemaFacet = schemaFacet @@ -880,8 +846,7 @@ extension CloudDirectoryClientTypes { public init( objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.objectReference = objectReference } } @@ -903,8 +868,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetReference = targetReference @@ -970,8 +934,7 @@ extension CloudDirectoryClientTypes { endValue: CloudDirectoryClientTypes.TypedAttributeValue? = nil, startMode: CloudDirectoryClientTypes.RangeMode? = nil, startValue: CloudDirectoryClientTypes.TypedAttributeValue? = nil - ) - { + ) { self.endMode = endMode self.endValue = endValue self.startMode = startMode @@ -993,8 +956,7 @@ extension CloudDirectoryClientTypes { public init( attributeName: Swift.String? = nil, range: CloudDirectoryClientTypes.TypedAttributeValueRange? = nil - ) - { + ) { self.attributeName = attributeName self.range = range } @@ -1023,8 +985,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.filterAttributeRanges = filterAttributeRanges self.filterTypedLink = filterTypedLink self.maxResults = maxResults @@ -1046,8 +1007,7 @@ extension CloudDirectoryClientTypes { public init( attributeKey: CloudDirectoryClientTypes.AttributeKey? = nil, range: CloudDirectoryClientTypes.TypedAttributeValueRange? = nil - ) - { + ) { self.attributeKey = attributeKey self.range = range } @@ -1073,8 +1033,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, rangesOnIndexedValues: [CloudDirectoryClientTypes.ObjectAttributeRange]? = nil - ) - { + ) { self.indexReference = indexReference self.maxResults = maxResults self.nextToken = nextToken @@ -1102,8 +1061,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.facetFilter = facetFilter self.maxResults = maxResults self.nextToken = nextToken @@ -1128,8 +1086,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectReference = objectReference @@ -1153,8 +1110,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectReference = objectReference @@ -1178,8 +1134,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectReference = objectReference @@ -1203,8 +1158,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectReference = objectReference @@ -1234,8 +1188,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.filterAttributeRanges = filterAttributeRanges self.filterTypedLink = filterTypedLink self.maxResults = maxResults @@ -1261,8 +1214,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyReference = policyReference @@ -1286,8 +1238,7 @@ extension CloudDirectoryClientTypes { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectReference = objectReference @@ -1343,8 +1294,7 @@ extension CloudDirectoryClientTypes { listOutgoingTypedLinks: CloudDirectoryClientTypes.BatchListOutgoingTypedLinks? = nil, listPolicyAttachments: CloudDirectoryClientTypes.BatchListPolicyAttachments? = nil, lookupPolicy: CloudDirectoryClientTypes.BatchLookupPolicy? = nil - ) - { + ) { self.getLinkAttributes = getLinkAttributes self.getObjectAttributes = getObjectAttributes self.getObjectInformation = getObjectInformation @@ -1377,8 +1327,7 @@ public struct BatchReadInput: Swift.Sendable { consistencyLevel: CloudDirectoryClientTypes.ConsistencyLevel? = nil, directoryArn: Swift.String? = nil, operations: [CloudDirectoryClientTypes.BatchReadOperation]? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.operations = operations @@ -1459,8 +1408,7 @@ extension CloudDirectoryClientTypes { public init( message: Swift.String? = nil, type: CloudDirectoryClientTypes.BatchReadExceptionType? = nil - ) - { + ) { self.message = message self.type = type } @@ -1476,8 +1424,7 @@ extension CloudDirectoryClientTypes { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1492,8 +1439,7 @@ extension CloudDirectoryClientTypes { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1511,8 +1457,7 @@ extension CloudDirectoryClientTypes { public init( objectIdentifier: Swift.String? = nil, schemaFacets: [CloudDirectoryClientTypes.SchemaFacet]? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier self.schemaFacets = schemaFacets } @@ -1531,8 +1476,7 @@ extension CloudDirectoryClientTypes { public init( indexedAttributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, objectIdentifier: Swift.String? = nil - ) - { + ) { self.indexedAttributes = indexedAttributes self.objectIdentifier = objectIdentifier } @@ -1551,8 +1495,7 @@ extension CloudDirectoryClientTypes { public init( indexAttachments: [CloudDirectoryClientTypes.IndexAttachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexAttachments = indexAttachments self.nextToken = nextToken } @@ -1571,8 +1514,7 @@ extension CloudDirectoryClientTypes { public init( linkSpecifiers: [CloudDirectoryClientTypes.TypedLinkSpecifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkSpecifiers = linkSpecifiers self.nextToken = nextToken } @@ -1591,8 +1533,7 @@ extension CloudDirectoryClientTypes { public init( indexAttachments: [CloudDirectoryClientTypes.IndexAttachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexAttachments = indexAttachments self.nextToken = nextToken } @@ -1611,8 +1552,7 @@ extension CloudDirectoryClientTypes { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -1631,8 +1571,7 @@ extension CloudDirectoryClientTypes { public init( children: [Swift.String: Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.children = children self.nextToken = nextToken } @@ -1651,8 +1590,7 @@ extension CloudDirectoryClientTypes { public init( objectIdentifiers: [Swift.String]? = nil, path: Swift.String? = nil - ) - { + ) { self.objectIdentifiers = objectIdentifiers self.path = path } @@ -1671,8 +1609,7 @@ extension CloudDirectoryClientTypes { public init( nextToken: Swift.String? = nil, pathToObjectIdentifiersList: [CloudDirectoryClientTypes.PathToObjectIdentifiers]? = nil - ) - { + ) { self.nextToken = nextToken self.pathToObjectIdentifiersList = pathToObjectIdentifiersList } @@ -1691,8 +1628,7 @@ extension CloudDirectoryClientTypes { public init( linkName: Swift.String? = nil, objectIdentifier: Swift.String? = nil - ) - { + ) { self.linkName = linkName self.objectIdentifier = objectIdentifier } @@ -1711,8 +1647,7 @@ extension CloudDirectoryClientTypes { public init( nextToken: Swift.String? = nil, parentLinks: [CloudDirectoryClientTypes.ObjectIdentifierAndLinkNameTuple]? = nil - ) - { + ) { self.nextToken = nextToken self.parentLinks = parentLinks } @@ -1731,8 +1666,7 @@ extension CloudDirectoryClientTypes { public init( attachedPolicyIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attachedPolicyIds = attachedPolicyIds self.nextToken = nextToken } @@ -1751,8 +1685,7 @@ extension CloudDirectoryClientTypes { public init( nextToken: Swift.String? = nil, typedLinkSpecifiers: [CloudDirectoryClientTypes.TypedLinkSpecifier]? = nil - ) - { + ) { self.nextToken = nextToken self.typedLinkSpecifiers = typedLinkSpecifiers } @@ -1771,8 +1704,7 @@ extension CloudDirectoryClientTypes { public init( nextToken: Swift.String? = nil, objectIdentifiers: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.objectIdentifiers = objectIdentifiers } @@ -1794,8 +1726,7 @@ extension CloudDirectoryClientTypes { objectIdentifier: Swift.String? = nil, policyId: Swift.String? = nil, policyType: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier self.policyId = policyId self.policyType = policyType @@ -1815,8 +1746,7 @@ extension CloudDirectoryClientTypes { public init( path: Swift.String? = nil, policies: [CloudDirectoryClientTypes.PolicyAttachment]? = nil - ) - { + ) { self.path = path self.policies = policies } @@ -1835,8 +1765,7 @@ extension CloudDirectoryClientTypes { public init( nextToken: Swift.String? = nil, policyToPathList: [CloudDirectoryClientTypes.PolicyToPath]? = nil - ) - { + ) { self.nextToken = nextToken self.policyToPathList = policyToPathList } @@ -1891,8 +1820,7 @@ extension CloudDirectoryClientTypes { listOutgoingTypedLinks: CloudDirectoryClientTypes.BatchListOutgoingTypedLinksResponse? = nil, listPolicyAttachments: CloudDirectoryClientTypes.BatchListPolicyAttachmentsResponse? = nil, lookupPolicy: CloudDirectoryClientTypes.BatchLookupPolicyResponse? = nil - ) - { + ) { self.getLinkAttributes = getLinkAttributes self.getObjectAttributes = getObjectAttributes self.getObjectInformation = getObjectInformation @@ -1923,8 +1851,7 @@ extension CloudDirectoryClientTypes { public init( exceptionResponse: CloudDirectoryClientTypes.BatchReadException? = nil, successfulResponse: CloudDirectoryClientTypes.BatchReadSuccessfulResponse? = nil - ) - { + ) { self.exceptionResponse = exceptionResponse self.successfulResponse = successfulResponse } @@ -1937,8 +1864,7 @@ public struct BatchReadOutput: Swift.Sendable { public init( responses: [CloudDirectoryClientTypes.BatchReadOperationResponse]? = nil - ) - { + ) { self.responses = responses } } @@ -2042,8 +1968,7 @@ public struct BatchWriteException: ClientRuntime.ModeledError, AWSClientRuntime. index: Swift.Int = 0, message: Swift.String? = nil, type: CloudDirectoryClientTypes.BatchWriteExceptionType? = nil - ) - { + ) { self.properties.index = index self.properties.message = message self.properties.type = type @@ -2068,8 +1993,7 @@ extension CloudDirectoryClientTypes { objectAttributeList: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.objectAttributeList = objectAttributeList self.objectReference = objectReference self.schemaFacet = schemaFacet @@ -2095,8 +2019,7 @@ extension CloudDirectoryClientTypes { childReference: CloudDirectoryClientTypes.ObjectReference? = nil, linkName: Swift.String? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.childReference = childReference self.linkName = linkName self.parentReference = parentReference @@ -2118,8 +2041,7 @@ extension CloudDirectoryClientTypes { public init( objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.objectReference = objectReference self.policyReference = policyReference } @@ -2140,8 +2062,7 @@ extension CloudDirectoryClientTypes { public init( indexReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.indexReference = indexReference self.targetReference = targetReference } @@ -2170,8 +2091,7 @@ extension CloudDirectoryClientTypes { sourceObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetObjectReference: CloudDirectoryClientTypes.ObjectReference? = nil, typedLinkFacet: CloudDirectoryClientTypes.TypedLinkSchemaAndFacetName? = nil - ) - { + ) { self.attributes = attributes self.sourceObjectReference = sourceObjectReference self.targetObjectReference = targetObjectReference @@ -2203,8 +2123,7 @@ extension CloudDirectoryClientTypes { linkName: Swift.String? = nil, orderedIndexedAttributeList: [CloudDirectoryClientTypes.AttributeKey]? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.batchReferenceName = batchReferenceName self.isUnique = isUnique self.linkName = linkName @@ -2237,8 +2156,7 @@ extension CloudDirectoryClientTypes { objectAttributeList: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: [CloudDirectoryClientTypes.SchemaFacet]? = nil - ) - { + ) { self.batchReferenceName = batchReferenceName self.linkName = linkName self.objectAttributeList = objectAttributeList @@ -2258,8 +2176,7 @@ extension CloudDirectoryClientTypes { public init( objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.objectReference = objectReference } } @@ -2279,8 +2196,7 @@ extension CloudDirectoryClientTypes { public init( indexReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.indexReference = indexReference self.targetReference = targetReference } @@ -2304,8 +2220,7 @@ extension CloudDirectoryClientTypes { batchReferenceName: Swift.String? = nil, linkName: Swift.String? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.batchReferenceName = batchReferenceName self.linkName = linkName self.parentReference = parentReference @@ -2327,8 +2242,7 @@ extension CloudDirectoryClientTypes { public init( objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.objectReference = objectReference self.policyReference = policyReference } @@ -2345,8 +2259,7 @@ extension CloudDirectoryClientTypes { public init( typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.typedLinkSpecifier = typedLinkSpecifier } } @@ -2366,8 +2279,7 @@ extension CloudDirectoryClientTypes { public init( objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.objectReference = objectReference self.schemaFacet = schemaFacet } @@ -2415,8 +2327,7 @@ extension CloudDirectoryClientTypes { public init( attributeActionType: CloudDirectoryClientTypes.UpdateActionType? = nil, attributeUpdateValue: CloudDirectoryClientTypes.TypedAttributeValue? = nil - ) - { + ) { self.attributeActionType = attributeActionType self.attributeUpdateValue = attributeUpdateValue } @@ -2435,8 +2346,7 @@ extension CloudDirectoryClientTypes { public init( attributeAction: CloudDirectoryClientTypes.LinkAttributeAction? = nil, attributeKey: CloudDirectoryClientTypes.AttributeKey? = nil - ) - { + ) { self.attributeAction = attributeAction self.attributeKey = attributeKey } @@ -2457,8 +2367,7 @@ extension CloudDirectoryClientTypes { public init( attributeUpdates: [CloudDirectoryClientTypes.LinkAttributeUpdate]? = nil, typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.typedLinkSpecifier = typedLinkSpecifier } @@ -2477,8 +2386,7 @@ extension CloudDirectoryClientTypes { public init( objectAttributeActionType: CloudDirectoryClientTypes.UpdateActionType? = nil, objectAttributeUpdateValue: CloudDirectoryClientTypes.TypedAttributeValue? = nil - ) - { + ) { self.objectAttributeActionType = objectAttributeActionType self.objectAttributeUpdateValue = objectAttributeUpdateValue } @@ -2497,8 +2405,7 @@ extension CloudDirectoryClientTypes { public init( objectAttributeAction: CloudDirectoryClientTypes.ObjectAttributeAction? = nil, objectAttributeKey: CloudDirectoryClientTypes.AttributeKey? = nil - ) - { + ) { self.objectAttributeAction = objectAttributeAction self.objectAttributeKey = objectAttributeKey } @@ -2519,8 +2426,7 @@ extension CloudDirectoryClientTypes { public init( attributeUpdates: [CloudDirectoryClientTypes.ObjectAttributeUpdate]? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.objectReference = objectReference } @@ -2578,8 +2484,7 @@ extension CloudDirectoryClientTypes { removeFacetFromObject: CloudDirectoryClientTypes.BatchRemoveFacetFromObject? = nil, updateLinkAttributes: CloudDirectoryClientTypes.BatchUpdateLinkAttributes? = nil, updateObjectAttributes: CloudDirectoryClientTypes.BatchUpdateObjectAttributes? = nil - ) - { + ) { self.addFacetToObject = addFacetToObject self.attachObject = attachObject self.attachPolicy = attachPolicy @@ -2610,8 +2515,7 @@ public struct BatchWriteInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil, operations: [CloudDirectoryClientTypes.BatchWriteOperation]? = nil - ) - { + ) { self.directoryArn = directoryArn self.operations = operations } @@ -2635,8 +2539,7 @@ extension CloudDirectoryClientTypes { public init( attachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.attachedObjectIdentifier = attachedObjectIdentifier } } @@ -2660,8 +2563,7 @@ extension CloudDirectoryClientTypes { public init( attachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.attachedObjectIdentifier = attachedObjectIdentifier } } @@ -2676,8 +2578,7 @@ extension CloudDirectoryClientTypes { public init( typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.typedLinkSpecifier = typedLinkSpecifier } } @@ -2692,8 +2593,7 @@ extension CloudDirectoryClientTypes { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -2708,8 +2608,7 @@ extension CloudDirectoryClientTypes { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -2733,8 +2632,7 @@ extension CloudDirectoryClientTypes { public init( detachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.detachedObjectIdentifier = detachedObjectIdentifier } } @@ -2749,8 +2647,7 @@ extension CloudDirectoryClientTypes { public init( detachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.detachedObjectIdentifier = detachedObjectIdentifier } } @@ -2801,8 +2698,7 @@ extension CloudDirectoryClientTypes { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -2859,8 +2755,7 @@ extension CloudDirectoryClientTypes { removeFacetFromObject: CloudDirectoryClientTypes.BatchRemoveFacetFromObjectResponse? = nil, updateLinkAttributes: CloudDirectoryClientTypes.BatchUpdateLinkAttributesResponse? = nil, updateObjectAttributes: CloudDirectoryClientTypes.BatchUpdateObjectAttributesResponse? = nil - ) - { + ) { self.addFacetToObject = addFacetToObject self.attachObject = attachObject self.attachPolicy = attachPolicy @@ -2886,8 +2781,7 @@ public struct BatchWriteOutput: Swift.Sendable { public init( responses: [CloudDirectoryClientTypes.BatchWriteOperationResponse]? = nil - ) - { + ) { self.responses = responses } } @@ -2910,8 +2804,7 @@ public struct DirectoryAlreadyExistsException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2927,8 +2820,7 @@ public struct CreateDirectoryInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -2953,8 +2845,7 @@ public struct CreateDirectoryOutput: Swift.Sendable { directoryArn: Swift.String? = nil, name: Swift.String? = nil, objectIdentifier: Swift.String? = nil - ) - { + ) { self.appliedSchemaArn = appliedSchemaArn self.directoryArn = directoryArn self.name = name @@ -2980,8 +2871,7 @@ public struct FacetAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3004,8 +2894,7 @@ public struct InvalidRuleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3057,8 +2946,7 @@ extension CloudDirectoryClientTypes { public init( parameters: [Swift.String: Swift.String]? = nil, type: CloudDirectoryClientTypes.RuleType? = nil - ) - { + ) { self.parameters = parameters self.type = type } @@ -3125,8 +3013,7 @@ extension CloudDirectoryClientTypes { isImmutable: Swift.Bool = false, rules: [Swift.String: CloudDirectoryClientTypes.Rule]? = nil, type: CloudDirectoryClientTypes.FacetAttributeType? = nil - ) - { + ) { self.defaultValue = defaultValue self.isImmutable = isImmutable self.rules = rules @@ -3149,8 +3036,7 @@ extension CloudDirectoryClientTypes { public init( targetAttributeName: Swift.String? = nil, targetFacetName: Swift.String? = nil - ) - { + ) { self.targetAttributeName = targetAttributeName self.targetFacetName = targetFacetName } @@ -3205,8 +3091,7 @@ extension CloudDirectoryClientTypes { attributeReference: CloudDirectoryClientTypes.FacetAttributeReference? = nil, name: Swift.String? = nil, requiredBehavior: CloudDirectoryClientTypes.RequiredAttributeBehavior? = nil - ) - { + ) { self.attributeDefinition = attributeDefinition self.attributeReference = attributeReference self.name = name @@ -3316,8 +3201,7 @@ public struct CreateFacetInput: Swift.Sendable { name: Swift.String? = nil, objectType: CloudDirectoryClientTypes.ObjectType? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.facetStyle = facetStyle self.name = name @@ -3349,8 +3233,7 @@ public struct UnsupportedIndexTypeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3376,8 +3259,7 @@ public struct CreateIndexInput: Swift.Sendable { linkName: Swift.String? = nil, orderedIndexedAttributeList: [CloudDirectoryClientTypes.AttributeKey]? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.isUnique = isUnique self.linkName = linkName @@ -3392,8 +3274,7 @@ public struct CreateIndexOutput: Swift.Sendable { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -3418,8 +3299,7 @@ public struct CreateObjectInput: Swift.Sendable { objectAttributeList: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacets: [CloudDirectoryClientTypes.SchemaFacet]? = nil - ) - { + ) { self.directoryArn = directoryArn self.linkName = linkName self.objectAttributeList = objectAttributeList @@ -3434,8 +3314,7 @@ public struct CreateObjectOutput: Swift.Sendable { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -3447,8 +3326,7 @@ public struct CreateSchemaInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3459,8 +3337,7 @@ public struct CreateSchemaOutput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -3492,8 +3369,7 @@ extension CloudDirectoryClientTypes { requiredBehavior: CloudDirectoryClientTypes.RequiredAttributeBehavior? = nil, rules: [Swift.String: CloudDirectoryClientTypes.Rule]? = nil, type: CloudDirectoryClientTypes.FacetAttributeType? = nil - ) - { + ) { self.defaultValue = defaultValue self.isImmutable = isImmutable self.name = name @@ -3522,8 +3398,7 @@ extension CloudDirectoryClientTypes { attributes: [CloudDirectoryClientTypes.TypedLinkAttributeDefinition]? = nil, identityAttributeOrder: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.identityAttributeOrder = identityAttributeOrder self.name = name @@ -3542,8 +3417,7 @@ public struct CreateTypedLinkFacetInput: Swift.Sendable { public init( facet: CloudDirectoryClientTypes.TypedLinkFacet? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.facet = facet self.schemaArn = schemaArn } @@ -3572,8 +3446,7 @@ public struct DirectoryDeletedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3596,8 +3469,7 @@ public struct DirectoryNotDisabledException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3609,8 +3481,7 @@ public struct DeleteDirectoryInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -3622,8 +3493,7 @@ public struct DeleteDirectoryOutput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -3646,8 +3516,7 @@ public struct FacetInUseException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3670,8 +3539,7 @@ public struct FacetNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3687,8 +3555,7 @@ public struct DeleteFacetInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -3717,8 +3584,7 @@ public struct ObjectNotDetachedException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3734,8 +3600,7 @@ public struct DeleteObjectInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.objectReference = objectReference } @@ -3764,8 +3629,7 @@ public struct StillContainsLinksException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3777,8 +3641,7 @@ public struct DeleteSchemaInput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -3789,8 +3652,7 @@ public struct DeleteSchemaOutput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -3806,8 +3668,7 @@ public struct DeleteTypedLinkFacetInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -3836,8 +3697,7 @@ public struct ObjectAlreadyDetachedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3857,8 +3717,7 @@ public struct DetachFromIndexInput: Swift.Sendable { directoryArn: Swift.String? = nil, indexReference: CloudDirectoryClientTypes.ObjectReference? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.indexReference = indexReference self.targetReference = targetReference @@ -3871,8 +3730,7 @@ public struct DetachFromIndexOutput: Swift.Sendable { public init( detachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.detachedObjectIdentifier = detachedObjectIdentifier } } @@ -3895,8 +3753,7 @@ public struct NotNodeException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3916,8 +3773,7 @@ public struct DetachObjectInput: Swift.Sendable { directoryArn: Swift.String? = nil, linkName: Swift.String? = nil, parentReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.linkName = linkName self.parentReference = parentReference @@ -3930,8 +3786,7 @@ public struct DetachObjectOutput: Swift.Sendable { public init( detachedObjectIdentifier: Swift.String? = nil - ) - { + ) { self.detachedObjectIdentifier = detachedObjectIdentifier } } @@ -3951,8 +3806,7 @@ public struct DetachPolicyInput: Swift.Sendable { directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.objectReference = objectReference self.policyReference = policyReference @@ -3975,8 +3829,7 @@ public struct DetachTypedLinkInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil, typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.directoryArn = directoryArn self.typedLinkSpecifier = typedLinkSpecifier } @@ -3989,8 +3842,7 @@ public struct DisableDirectoryInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -4002,8 +3854,7 @@ public struct DisableDirectoryOutput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -4015,8 +3866,7 @@ public struct EnableDirectoryInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -4028,8 +3878,7 @@ public struct EnableDirectoryOutput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -4041,8 +3890,7 @@ public struct GetAppliedSchemaVersionInput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -4053,8 +3901,7 @@ public struct GetAppliedSchemaVersionOutput: Swift.Sendable { public init( appliedSchemaArn: Swift.String? = nil - ) - { + ) { self.appliedSchemaArn = appliedSchemaArn } } @@ -4066,8 +3913,7 @@ public struct GetDirectoryInput: Swift.Sendable { public init( directoryArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn } } @@ -4122,8 +3968,7 @@ extension CloudDirectoryClientTypes { directoryArn: Swift.String? = nil, name: Swift.String? = nil, state: CloudDirectoryClientTypes.DirectoryState? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.directoryArn = directoryArn self.name = name @@ -4139,8 +3984,7 @@ public struct GetDirectoryOutput: Swift.Sendable { public init( directory: CloudDirectoryClientTypes.Directory? = nil - ) - { + ) { self.directory = directory } } @@ -4156,8 +4000,7 @@ public struct GetFacetInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -4178,8 +4021,7 @@ extension CloudDirectoryClientTypes { facetStyle: CloudDirectoryClientTypes.FacetStyle? = nil, name: Swift.String? = nil, objectType: CloudDirectoryClientTypes.ObjectType? = nil - ) - { + ) { self.facetStyle = facetStyle self.name = name self.objectType = objectType @@ -4193,8 +4035,7 @@ public struct GetFacetOutput: Swift.Sendable { public init( facet: CloudDirectoryClientTypes.Facet? = nil - ) - { + ) { self.facet = facet } } @@ -4217,8 +4058,7 @@ public struct GetLinkAttributesInput: Swift.Sendable { consistencyLevel: CloudDirectoryClientTypes.ConsistencyLevel? = nil, directoryArn: Swift.String? = nil, typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.attributeNames = attributeNames self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn @@ -4232,8 +4072,7 @@ public struct GetLinkAttributesOutput: Swift.Sendable { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil - ) - { + ) { self.attributes = attributes } } @@ -4260,8 +4099,7 @@ public struct GetObjectAttributesInput: Swift.Sendable { directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.attributeNames = attributeNames self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn @@ -4276,8 +4114,7 @@ public struct GetObjectAttributesOutput: Swift.Sendable { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil - ) - { + ) { self.attributes = attributes } } @@ -4296,8 +4133,7 @@ public struct GetObjectInformationInput: Swift.Sendable { consistencyLevel: CloudDirectoryClientTypes.ConsistencyLevel? = nil, directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.objectReference = objectReference @@ -4313,8 +4149,7 @@ public struct GetObjectInformationOutput: Swift.Sendable { public init( objectIdentifier: Swift.String? = nil, schemaFacets: [CloudDirectoryClientTypes.SchemaFacet]? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier self.schemaFacets = schemaFacets } @@ -4327,8 +4162,7 @@ public struct GetSchemaAsJsonInput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -4342,8 +4176,7 @@ public struct GetSchemaAsJsonOutput: Swift.Sendable { public init( document: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.document = document self.name = name } @@ -4367,8 +4200,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4384,8 +4216,7 @@ public struct GetTypedLinkFacetInformationInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -4397,8 +4228,7 @@ public struct GetTypedLinkFacetInformationOutput: Swift.Sendable { public init( identityAttributeOrder: [Swift.String]? = nil - ) - { + ) { self.identityAttributeOrder = identityAttributeOrder } } @@ -4419,8 +4249,7 @@ public struct ListAppliedSchemaArnsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn self.maxResults = maxResults self.nextToken = nextToken @@ -4437,8 +4266,7 @@ public struct ListAppliedSchemaArnsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaArns = schemaArns } @@ -4464,8 +4292,7 @@ public struct ListAttachedIndicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.maxResults = maxResults @@ -4483,8 +4310,7 @@ public struct ListAttachedIndicesOutput: Swift.Sendable { public init( indexAttachments: [CloudDirectoryClientTypes.IndexAttachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexAttachments = indexAttachments self.nextToken = nextToken } @@ -4499,8 +4325,7 @@ public struct ListDevelopmentSchemaArnsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4515,8 +4340,7 @@ public struct ListDevelopmentSchemaArnsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaArns = schemaArns } @@ -4534,8 +4358,7 @@ public struct ListDirectoriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, state: CloudDirectoryClientTypes.DirectoryState? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.state = state @@ -4552,8 +4375,7 @@ public struct ListDirectoriesOutput: Swift.Sendable { public init( directories: [CloudDirectoryClientTypes.Directory]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directories = directories self.nextToken = nextToken } @@ -4576,8 +4398,7 @@ public struct ListFacetAttributesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4594,8 +4415,7 @@ public struct ListFacetAttributesOutput: Swift.Sendable { public init( attributes: [CloudDirectoryClientTypes.FacetAttribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -4614,8 +4434,7 @@ public struct ListFacetNamesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.schemaArn = schemaArn @@ -4631,8 +4450,7 @@ public struct ListFacetNamesOutput: Swift.Sendable { public init( facetNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.facetNames = facetNames self.nextToken = nextToken } @@ -4664,8 +4482,7 @@ public struct ListIncomingTypedLinksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.filterAttributeRanges = filterAttributeRanges @@ -4685,8 +4502,7 @@ public struct ListIncomingTypedLinksOutput: Swift.Sendable { public init( linkSpecifiers: [CloudDirectoryClientTypes.TypedLinkSpecifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkSpecifiers = linkSpecifiers self.nextToken = nextToken } @@ -4715,8 +4531,7 @@ public struct ListIndexInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, rangesOnIndexedValues: [CloudDirectoryClientTypes.ObjectAttributeRange]? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.indexReference = indexReference @@ -4735,8 +4550,7 @@ public struct ListIndexOutput: Swift.Sendable { public init( indexAttachments: [CloudDirectoryClientTypes.IndexAttachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexAttachments = indexAttachments self.nextToken = nextToken } @@ -4754,8 +4568,7 @@ public struct ListManagedSchemaArnsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.schemaArn = schemaArn @@ -4771,8 +4584,7 @@ public struct ListManagedSchemaArnsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaArns = schemaArns } @@ -4801,8 +4613,7 @@ public struct ListObjectAttributesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.facetFilter = facetFilter @@ -4821,8 +4632,7 @@ public struct ListObjectAttributesOutput: Swift.Sendable { public init( attributes: [CloudDirectoryClientTypes.AttributeKeyAndValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -4848,8 +4658,7 @@ public struct ListObjectChildrenInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.maxResults = maxResults @@ -4867,8 +4676,7 @@ public struct ListObjectChildrenOutput: Swift.Sendable { public init( children: [Swift.String: Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.children = children self.nextToken = nextToken } @@ -4891,8 +4699,7 @@ public struct ListObjectParentPathsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.maxResults = maxResults self.nextToken = nextToken @@ -4909,8 +4716,7 @@ public struct ListObjectParentPathsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pathToObjectIdentifiersList: [CloudDirectoryClientTypes.PathToObjectIdentifiers]? = nil - ) - { + ) { self.nextToken = nextToken self.pathToObjectIdentifiersList = pathToObjectIdentifiersList } @@ -4934,8 +4740,7 @@ public struct CannotListParentOfRootException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4963,8 +4768,7 @@ public struct ListObjectParentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.includeAllLinksToEachParent = includeAllLinksToEachParent @@ -4986,8 +4790,7 @@ public struct ListObjectParentsOutput: Swift.Sendable { nextToken: Swift.String? = nil, parentLinks: [CloudDirectoryClientTypes.ObjectIdentifierAndLinkNameTuple]? = nil, parents: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.parentLinks = parentLinks self.parents = parents @@ -5014,8 +4817,7 @@ public struct ListObjectPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.maxResults = maxResults @@ -5033,8 +4835,7 @@ public struct ListObjectPoliciesOutput: Swift.Sendable { public init( attachedPolicyIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attachedPolicyIds = attachedPolicyIds self.nextToken = nextToken } @@ -5066,8 +4867,7 @@ public struct ListOutgoingTypedLinksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.filterAttributeRanges = filterAttributeRanges @@ -5087,8 +4887,7 @@ public struct ListOutgoingTypedLinksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, typedLinkSpecifiers: [CloudDirectoryClientTypes.TypedLinkSpecifier]? = nil - ) - { + ) { self.nextToken = nextToken self.typedLinkSpecifiers = typedLinkSpecifiers } @@ -5114,8 +4913,7 @@ public struct ListPolicyAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.consistencyLevel = consistencyLevel self.directoryArn = directoryArn self.maxResults = maxResults @@ -5133,8 +4931,7 @@ public struct ListPolicyAttachmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, objectIdentifiers: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.objectIdentifiers = objectIdentifiers } @@ -5152,8 +4949,7 @@ public struct ListPublishedSchemaArnsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.schemaArn = schemaArn @@ -5169,8 +4965,7 @@ public struct ListPublishedSchemaArnsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaArns = schemaArns } @@ -5194,8 +4989,7 @@ public struct InvalidTaggingRequestException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5213,8 +5007,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -5233,8 +5026,7 @@ extension CloudDirectoryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5250,8 +5042,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [CloudDirectoryClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -5274,8 +5065,7 @@ public struct ListTypedLinkFacetAttributesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -5292,8 +5082,7 @@ public struct ListTypedLinkFacetAttributesOutput: Swift.Sendable { public init( attributes: [CloudDirectoryClientTypes.TypedLinkAttributeDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -5312,8 +5101,7 @@ public struct ListTypedLinkFacetNamesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.schemaArn = schemaArn @@ -5329,8 +5117,7 @@ public struct ListTypedLinkFacetNamesOutput: Swift.Sendable { public init( facetNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.facetNames = facetNames self.nextToken = nextToken } @@ -5353,8 +5140,7 @@ public struct LookupPolicyInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.directoryArn = directoryArn self.maxResults = maxResults self.nextToken = nextToken @@ -5371,8 +5157,7 @@ public struct LookupPolicyOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyToPathList: [CloudDirectoryClientTypes.PolicyToPath]? = nil - ) - { + ) { self.nextToken = nextToken self.policyToPathList = policyToPathList } @@ -5396,8 +5181,7 @@ public struct SchemaAlreadyPublishedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5419,8 +5203,7 @@ public struct PublishSchemaInput: Swift.Sendable { minorVersion: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.developmentSchemaArn = developmentSchemaArn self.minorVersion = minorVersion self.name = name @@ -5434,8 +5217,7 @@ public struct PublishSchemaOutput: Swift.Sendable { public init( publishedSchemaArn: Swift.String? = nil - ) - { + ) { self.publishedSchemaArn = publishedSchemaArn } } @@ -5458,8 +5240,7 @@ public struct InvalidSchemaDocException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5475,8 +5256,7 @@ public struct PutSchemaFromJsonInput: Swift.Sendable { public init( document: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.document = document self.schemaArn = schemaArn } @@ -5488,8 +5268,7 @@ public struct PutSchemaFromJsonOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5509,8 +5288,7 @@ public struct RemoveFacetFromObjectInput: Swift.Sendable { directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil, schemaFacet: CloudDirectoryClientTypes.SchemaFacet? = nil - ) - { + ) { self.directoryArn = directoryArn self.objectReference = objectReference self.schemaFacet = schemaFacet @@ -5533,8 +5311,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CloudDirectoryClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5556,8 +5333,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5586,8 +5362,7 @@ public struct InvalidFacetUpdateException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5604,8 +5379,7 @@ extension CloudDirectoryClientTypes { public init( action: CloudDirectoryClientTypes.UpdateActionType? = nil, attribute: CloudDirectoryClientTypes.FacetAttribute? = nil - ) - { + ) { self.action = action self.attribute = attribute } @@ -5629,8 +5403,7 @@ public struct UpdateFacetInput: Swift.Sendable { name: Swift.String? = nil, objectType: CloudDirectoryClientTypes.ObjectType? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.name = name self.objectType = objectType @@ -5658,8 +5431,7 @@ public struct UpdateLinkAttributesInput: Swift.Sendable { attributeUpdates: [CloudDirectoryClientTypes.LinkAttributeUpdate]? = nil, directoryArn: Swift.String? = nil, typedLinkSpecifier: CloudDirectoryClientTypes.TypedLinkSpecifier? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.directoryArn = directoryArn self.typedLinkSpecifier = typedLinkSpecifier @@ -5686,8 +5458,7 @@ public struct UpdateObjectAttributesInput: Swift.Sendable { attributeUpdates: [CloudDirectoryClientTypes.ObjectAttributeUpdate]? = nil, directoryArn: Swift.String? = nil, objectReference: CloudDirectoryClientTypes.ObjectReference? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.directoryArn = directoryArn self.objectReference = objectReference @@ -5700,8 +5471,7 @@ public struct UpdateObjectAttributesOutput: Swift.Sendable { public init( objectIdentifier: Swift.String? = nil - ) - { + ) { self.objectIdentifier = objectIdentifier } } @@ -5717,8 +5487,7 @@ public struct UpdateSchemaInput: Swift.Sendable { public init( name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.name = name self.schemaArn = schemaArn } @@ -5730,8 +5499,7 @@ public struct UpdateSchemaOutput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -5750,8 +5518,7 @@ extension CloudDirectoryClientTypes { public init( action: CloudDirectoryClientTypes.UpdateActionType? = nil, attribute: CloudDirectoryClientTypes.TypedLinkAttributeDefinition? = nil - ) - { + ) { self.action = action self.attribute = attribute } @@ -5777,8 +5544,7 @@ public struct UpdateTypedLinkFacetInput: Swift.Sendable { identityAttributeOrder: [Swift.String]? = nil, name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.identityAttributeOrder = identityAttributeOrder self.name = name @@ -5809,8 +5575,7 @@ public struct IncompatibleSchemaException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5829,8 +5594,7 @@ public struct UpgradeAppliedSchemaInput: Swift.Sendable { directoryArn: Swift.String? = nil, dryRun: Swift.Bool? = false, publishedSchemaArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn self.dryRun = dryRun self.publishedSchemaArn = publishedSchemaArn @@ -5846,8 +5610,7 @@ public struct UpgradeAppliedSchemaOutput: Swift.Sendable { public init( directoryArn: Swift.String? = nil, upgradedSchemaArn: Swift.String? = nil - ) - { + ) { self.directoryArn = directoryArn self.upgradedSchemaArn = upgradedSchemaArn } @@ -5871,8 +5634,7 @@ public struct UpgradePublishedSchemaInput: Swift.Sendable { dryRun: Swift.Bool? = false, minorVersion: Swift.String? = nil, publishedSchemaArn: Swift.String? = nil - ) - { + ) { self.developmentSchemaArn = developmentSchemaArn self.dryRun = dryRun self.minorVersion = minorVersion @@ -5886,8 +5648,7 @@ public struct UpgradePublishedSchemaOutput: Swift.Sendable { public init( upgradedSchemaArn: Swift.String? = nil - ) - { + ) { self.upgradedSchemaArn = upgradedSchemaArn } } diff --git a/Sources/Services/AWSCloudFormation/Package.swift.txt b/Sources/Services/AWSCloudFormation/Package.swift.txt index 4dd16af8d31..11604ba6531 100644 --- a/Sources/Services/AWSCloudFormation/Package.swift.txt +++ b/Sources/Services/AWSCloudFormation/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,35 +45,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/CloudFormationClient.swift b/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/CloudFormationClient.swift index 102838153c9..526a4a4bf35 100644 --- a/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/CloudFormationClient.swift +++ b/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/CloudFormationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudFormationClient: ClientRuntime.Client { public static let clientName = "CloudFormationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudFormationClient.CloudFormationClientConfiguration let serviceName = "CloudFormation" diff --git a/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/Models.swift b/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/Models.swift index c85799c62bc..de3f469b9c6 100644 --- a/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/Models.swift +++ b/Sources/Services/AWSCloudFormation/Sources/AWSCloudFormation/Models.swift @@ -145,8 +145,7 @@ extension CloudFormationClientTypes { public init( status: CloudFormationClientTypes.AccountGateStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.status = status self.statusReason = statusReason } @@ -174,8 +173,7 @@ extension CloudFormationClientTypes { public init( name: Swift.String? = nil, value: Swift.Int? = nil - ) - { + ) { self.name = name self.value = value } @@ -200,8 +198,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -224,8 +221,7 @@ public struct OperationNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -259,8 +255,7 @@ public struct CFNRegistryException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -284,8 +279,7 @@ public struct TypeNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -304,8 +298,7 @@ extension CloudFormationClientTypes { public init( logGroupName: Swift.String? = nil, logRoleArn: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logRoleArn = logRoleArn } @@ -410,8 +403,7 @@ public struct ActivateTypeInput: Swift.Sendable { typeName: Swift.String? = nil, typeNameAlias: Swift.String? = nil, versionBump: CloudFormationClientTypes.VersionBump? = nil - ) - { + ) { self.autoUpdate = autoUpdate self.executionRoleArn = executionRoleArn self.loggingConfig = loggingConfig @@ -431,8 +423,7 @@ public struct ActivateTypeOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -455,8 +446,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -505,8 +495,7 @@ extension CloudFormationClientTypes { public init( enabled: Swift.Bool? = nil, retainStacksOnAccountRemoval: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled self.retainStacksOnAccountRemoval = retainStacksOnAccountRemoval } @@ -532,8 +521,7 @@ public struct TypeConfigurationNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -559,8 +547,7 @@ extension CloudFormationClientTypes { typeConfigurationAlias: Swift.String? = nil, typeConfigurationArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.type = type self.typeArn = typeArn self.typeConfigurationAlias = typeConfigurationAlias @@ -577,8 +564,7 @@ public struct BatchDescribeTypeConfigurationsInput: Swift.Sendable { public init( typeConfigurationIdentifiers: [CloudFormationClientTypes.TypeConfigurationIdentifier]? = nil - ) - { + ) { self.typeConfigurationIdentifiers = typeConfigurationIdentifiers } } @@ -598,8 +584,7 @@ extension CloudFormationClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, typeConfigurationIdentifier: CloudFormationClientTypes.TypeConfigurationIdentifier? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.typeConfigurationIdentifier = typeConfigurationIdentifier @@ -634,8 +619,7 @@ extension CloudFormationClientTypes { lastUpdated: Foundation.Date? = nil, typeArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.alias = alias self.arn = arn self.configuration = configuration @@ -659,8 +643,7 @@ public struct BatchDescribeTypeConfigurationsOutput: Swift.Sendable { errors: [CloudFormationClientTypes.BatchDescribeTypeConfigurationsError]? = nil, typeConfigurations: [CloudFormationClientTypes.TypeConfigurationDetails]? = nil, unprocessedTypeConfigurations: [CloudFormationClientTypes.TypeConfigurationIdentifier]? = nil - ) - { + ) { self.errors = errors self.typeConfigurations = typeConfigurations self.unprocessedTypeConfigurations = unprocessedTypeConfigurations @@ -714,8 +697,7 @@ public struct TokenAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -731,8 +713,7 @@ public struct CancelUpdateStackInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.stackName = stackName } @@ -1019,8 +1000,7 @@ extension CloudFormationClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, requiresRecreation: CloudFormationClientTypes.RequiresRecreation? = nil - ) - { + ) { self.afterValue = afterValue self.attribute = attribute self.attributeChangeType = attributeChangeType @@ -1060,8 +1040,7 @@ extension CloudFormationClientTypes { changeSource: CloudFormationClientTypes.ChangeSource? = nil, evaluation: CloudFormationClientTypes.EvaluationType? = nil, target: CloudFormationClientTypes.ResourceTargetDefinition? = nil - ) - { + ) { self.causingEntity = causingEntity self.changeSource = changeSource self.evaluation = evaluation @@ -1082,8 +1061,7 @@ extension CloudFormationClientTypes { public init( logicalIdHierarchy: Swift.String? = nil, typeHierarchy: Swift.String? = nil - ) - { + ) { self.logicalIdHierarchy = logicalIdHierarchy self.typeHierarchy = typeHierarchy } @@ -1217,8 +1195,7 @@ extension CloudFormationClientTypes { replacement: CloudFormationClientTypes.Replacement? = nil, resourceType: Swift.String? = nil, scope: [CloudFormationClientTypes.ResourceAttribute]? = nil - ) - { + ) { self.action = action self.afterContext = afterContext self.beforeContext = beforeContext @@ -1278,8 +1255,7 @@ extension CloudFormationClientTypes { hookInvocationCount: Swift.Int? = nil, resourceChange: CloudFormationClientTypes.ResourceChange? = nil, type: CloudFormationClientTypes.ChangeType? = nil - ) - { + ) { self.hookInvocationCount = hookInvocationCount self.resourceChange = resourceChange self.type = type @@ -1357,8 +1333,7 @@ extension CloudFormationClientTypes { logicalResourceId: Swift.String? = nil, resourceAction: CloudFormationClientTypes.ChangeAction? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.resourceAction = resourceAction self.resourceType = resourceType @@ -1404,8 +1379,7 @@ extension CloudFormationClientTypes { public init( resourceTargetDetails: CloudFormationClientTypes.ChangeSetHookResourceTargetDetails? = nil, targetType: CloudFormationClientTypes.HookTargetType? = nil - ) - { + ) { self.resourceTargetDetails = resourceTargetDetails self.targetType = targetType } @@ -1454,8 +1428,7 @@ extension CloudFormationClientTypes { typeConfigurationVersionId: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.failureMode = failureMode self.invocationPoint = invocationPoint self.targetDetails = targetDetails @@ -1516,8 +1489,7 @@ public struct ChangeSetNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1655,8 +1627,7 @@ extension CloudFormationClientTypes { stackName: Swift.String? = nil, status: CloudFormationClientTypes.ChangeSetStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.changeSetId = changeSetId self.changeSetName = changeSetName self.creationTime = creationTime @@ -1723,8 +1694,7 @@ public struct ContinueUpdateRollbackInput: Swift.Sendable { resourcesToSkip: [Swift.String]? = nil, roleARN: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.resourcesToSkip = resourcesToSkip self.roleARN = roleARN @@ -1756,8 +1726,7 @@ public struct InsufficientCapabilitiesException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1780,8 +1749,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1836,8 +1804,7 @@ extension CloudFormationClientTypes { parameterValue: Swift.String? = nil, resolvedValue: Swift.String? = nil, usePreviousValue: Swift.Bool? = nil - ) - { + ) { self.parameterKey = parameterKey self.parameterValue = parameterValue self.resolvedValue = resolvedValue @@ -1864,8 +1831,7 @@ extension CloudFormationClientTypes { logicalResourceId: Swift.String? = nil, resourceIdentifier: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -1887,8 +1853,7 @@ extension CloudFormationClientTypes { public init( arn: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type } @@ -1916,8 +1881,7 @@ extension CloudFormationClientTypes { public init( monitoringTimeInMinutes: Swift.Int? = nil, rollbackTriggers: [CloudFormationClientTypes.RollbackTrigger]? = nil - ) - { + ) { self.monitoringTimeInMinutes = monitoringTimeInMinutes self.rollbackTriggers = rollbackTriggers } @@ -1938,8 +1902,7 @@ extension CloudFormationClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2051,8 +2014,7 @@ public struct CreateChangeSetInput: Swift.Sendable { templateBody: Swift.String? = nil, templateURL: Swift.String? = nil, usePreviousTemplate: Swift.Bool? = nil - ) - { + ) { self.capabilities = capabilities self.changeSetName = changeSetName self.changeSetType = changeSetType @@ -2085,8 +2047,7 @@ public struct CreateChangeSetOutput: Swift.Sendable { public init( id: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.id = id self.stackId = stackId } @@ -2110,8 +2071,7 @@ public struct ConcurrentResourcesLimitExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2133,8 +2093,7 @@ extension CloudFormationClientTypes { logicalResourceId: Swift.String? = nil, resourceIdentifier: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -2226,8 +2185,7 @@ extension CloudFormationClientTypes { public init( deletionPolicy: CloudFormationClientTypes.GeneratedTemplateDeletionPolicy? = nil, updateReplacePolicy: CloudFormationClientTypes.GeneratedTemplateUpdateReplacePolicy? = nil - ) - { + ) { self.deletionPolicy = deletionPolicy self.updateReplacePolicy = updateReplacePolicy } @@ -2250,8 +2208,7 @@ public struct CreateGeneratedTemplateInput: Swift.Sendable { resources: [CloudFormationClientTypes.ResourceDefinition]? = nil, stackName: Swift.String? = nil, templateConfiguration: CloudFormationClientTypes.TemplateConfiguration? = nil - ) - { + ) { self.generatedTemplateName = generatedTemplateName self.resources = resources self.stackName = stackName @@ -2265,8 +2222,7 @@ public struct CreateGeneratedTemplateOutput: Swift.Sendable { public init( generatedTemplateId: Swift.String? = nil - ) - { + ) { self.generatedTemplateId = generatedTemplateId } } @@ -2395,8 +2351,7 @@ public struct CreateStackInput: Swift.Sendable { templateBody: Swift.String? = nil, templateURL: Swift.String? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.capabilities = capabilities self.clientRequestToken = clientRequestToken self.disableRollback = disableRollback @@ -2425,8 +2380,7 @@ public struct CreateStackOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -2449,8 +2403,7 @@ public struct OperationIdAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2473,8 +2426,7 @@ public struct OperationInProgressException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2497,8 +2449,7 @@ public struct StackSetNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2521,8 +2472,7 @@ public struct StaleRequestException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2553,8 +2503,7 @@ extension CloudFormationClientTypes { accounts: [Swift.String]? = nil, accountsUrl: Swift.String? = nil, organizationalUnitIds: [Swift.String]? = nil - ) - { + ) { self.accountFilterType = accountFilterType self.accounts = accounts self.accountsUrl = accountsUrl @@ -2652,8 +2601,7 @@ extension CloudFormationClientTypes { maxConcurrentPercentage: Swift.Int? = nil, regionConcurrencyType: CloudFormationClientTypes.RegionConcurrencyType? = nil, regionOrder: [Swift.String]? = nil - ) - { + ) { self.concurrencyMode = concurrencyMode self.failureToleranceCount = failureToleranceCount self.failureTolerancePercentage = failureTolerancePercentage @@ -2709,8 +2657,7 @@ public struct CreateStackInstancesInput: Swift.Sendable { parameterOverrides: [CloudFormationClientTypes.Parameter]? = nil, regions: [Swift.String]? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.callAs = callAs self.deploymentTargets = deploymentTargets @@ -2728,8 +2675,7 @@ public struct CreateStackInstancesOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2752,8 +2698,7 @@ public struct CreatedButModifiedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2776,8 +2721,7 @@ public struct NameAlreadyExistsException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2791,8 +2735,7 @@ extension CloudFormationClientTypes { public init( active: Swift.Bool? = nil - ) - { + ) { self.active = active } } @@ -2917,8 +2860,7 @@ public struct CreateStackSetInput: Swift.Sendable { tags: [CloudFormationClientTypes.Tag]? = nil, templateBody: Swift.String? = nil, templateURL: Swift.String? = nil - ) - { + ) { self.administrationRoleARN = administrationRoleARN self.autoDeployment = autoDeployment self.callAs = callAs @@ -2943,8 +2885,7 @@ public struct CreateStackSetOutput: Swift.Sendable { public init( stackSetId: Swift.String? = nil - ) - { + ) { self.stackSetId = stackSetId } } @@ -2971,8 +2912,7 @@ public struct DeactivateTypeInput: Swift.Sendable { arn: Swift.String? = nil, type: CloudFormationClientTypes.ThirdPartyType? = nil, typeName: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type self.typeName = typeName @@ -3002,8 +2942,7 @@ public struct InvalidChangeSetStatusException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3019,8 +2958,7 @@ public struct DeleteChangeSetInput: Swift.Sendable { public init( changeSetName: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.changeSetName = changeSetName self.stackName = stackName } @@ -3050,8 +2988,7 @@ public struct GeneratedTemplateNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3063,8 +3000,7 @@ public struct DeleteGeneratedTemplateInput: Swift.Sendable { public init( generatedTemplateName: Swift.String? = nil - ) - { + ) { self.generatedTemplateName = generatedTemplateName } } @@ -3122,8 +3058,7 @@ public struct DeleteStackInput: Swift.Sendable { retainResources: [Swift.String]? = nil, roleARN: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.deletionMode = deletionMode self.retainResources = retainResources @@ -3166,8 +3101,7 @@ public struct DeleteStackInstancesInput: Swift.Sendable { regions: [Swift.String]? = nil, retainStacks: Swift.Bool? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.callAs = callAs self.deploymentTargets = deploymentTargets @@ -3185,8 +3119,7 @@ public struct DeleteStackInstancesOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3209,8 +3142,7 @@ public struct StackSetNotEmptyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3229,8 +3161,7 @@ public struct DeleteStackSetInput: Swift.Sendable { public init( callAs: CloudFormationClientTypes.CallAs? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.stackSetName = stackSetName } @@ -3288,8 +3219,7 @@ public struct DeregisterTypeInput: Swift.Sendable { type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type self.typeName = typeName @@ -3309,8 +3239,7 @@ public struct DescribeAccountLimitsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -3325,8 +3254,7 @@ public struct DescribeAccountLimitsOutput: Swift.Sendable { public init( accountLimits: [CloudFormationClientTypes.AccountLimit]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountLimits = accountLimits self.nextToken = nextToken } @@ -3349,8 +3277,7 @@ public struct DescribeChangeSetInput: Swift.Sendable { includePropertyValues: Swift.Bool? = nil, nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.changeSetName = changeSetName self.includePropertyValues = includePropertyValues self.nextToken = nextToken @@ -3431,8 +3358,7 @@ public struct DescribeChangeSetOutput: Swift.Sendable { status: CloudFormationClientTypes.ChangeSetStatus? = nil, statusReason: Swift.String? = nil, tags: [CloudFormationClientTypes.Tag]? = nil - ) - { + ) { self.capabilities = capabilities self.changeSetId = changeSetId self.changeSetName = changeSetName @@ -3473,8 +3399,7 @@ public struct DescribeChangeSetHooksInput: Swift.Sendable { logicalResourceId: Swift.String? = nil, nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.changeSetName = changeSetName self.logicalResourceId = logicalResourceId self.nextToken = nextToken @@ -3506,8 +3431,7 @@ public struct DescribeChangeSetHooksOutput: Swift.Sendable { stackId: Swift.String? = nil, stackName: Swift.String? = nil, status: CloudFormationClientTypes.ChangeSetHooksStatus? = nil - ) - { + ) { self.changeSetId = changeSetId self.changeSetName = changeSetName self.hooks = hooks @@ -3525,8 +3449,7 @@ public struct DescribeGeneratedTemplateInput: Swift.Sendable { public init( generatedTemplateName: Swift.String? = nil - ) - { + ) { self.generatedTemplateName = generatedTemplateName } } @@ -3549,8 +3472,7 @@ extension CloudFormationClientTypes { resourcesPending: Swift.Int? = nil, resourcesProcessing: Swift.Int? = nil, resourcesSucceeded: Swift.Int? = nil - ) - { + ) { self.resourcesFailed = resourcesFailed self.resourcesPending = resourcesPending self.resourcesProcessing = resourcesProcessing @@ -3609,8 +3531,7 @@ extension CloudFormationClientTypes { description: Swift.String? = nil, propertyPath: Swift.String? = nil, `required`: Swift.Bool? = nil - ) - { + ) { self.description = description self.propertyPath = propertyPath self.`required` = `required` @@ -3671,8 +3592,7 @@ extension CloudFormationClientTypes { public init( properties: [CloudFormationClientTypes.WarningProperty]? = nil, type: CloudFormationClientTypes.WarningType? = nil - ) - { + ) { self.properties = properties self.type = type } @@ -3703,8 +3623,7 @@ extension CloudFormationClientTypes { resourceStatusReason: Swift.String? = nil, resourceType: Swift.String? = nil, warnings: [CloudFormationClientTypes.WarningDetail]? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.resourceIdentifier = resourceIdentifier self.resourceStatus = resourceStatus @@ -3814,8 +3733,7 @@ public struct DescribeGeneratedTemplateOutput: Swift.Sendable { statusReason: Swift.String? = nil, templateConfiguration: CloudFormationClientTypes.TemplateConfiguration? = nil, totalWarnings: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.generatedTemplateId = generatedTemplateId self.generatedTemplateName = generatedTemplateName @@ -3840,8 +3758,7 @@ public struct DescribeOrganizationsAccessInput: Swift.Sendable { public init( callAs: CloudFormationClientTypes.CallAs? = nil - ) - { + ) { self.callAs = callAs } } @@ -3884,8 +3801,7 @@ public struct DescribeOrganizationsAccessOutput: Swift.Sendable { public init( status: CloudFormationClientTypes.OrganizationStatus? = nil - ) - { + ) { self.status = status } } @@ -3896,8 +3812,7 @@ public struct DescribePublisherInput: Swift.Sendable { public init( publisherId: Swift.String? = nil - ) - { + ) { self.publisherId = publisherId } } @@ -3978,8 +3893,7 @@ public struct DescribePublisherOutput: Swift.Sendable { publisherId: Swift.String? = nil, publisherProfile: Swift.String? = nil, publisherStatus: CloudFormationClientTypes.PublisherStatus? = nil - ) - { + ) { self.identityProvider = identityProvider self.publisherId = publisherId self.publisherProfile = publisherProfile @@ -4005,8 +3919,7 @@ public struct ResourceScanNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4018,8 +3931,7 @@ public struct DescribeResourceScanInput: Swift.Sendable { public init( resourceScanId: Swift.String? = nil - ) - { + ) { self.resourceScanId = resourceScanId } } @@ -4089,8 +4001,7 @@ public struct DescribeResourceScanOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: CloudFormationClientTypes.ResourceScanStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.percentageCompleted = percentageCompleted self.resourceScanId = resourceScanId @@ -4110,8 +4021,7 @@ public struct DescribeStackDriftDetectionStatusInput: Swift.Sendable { public init( stackDriftDetectionId: Swift.String? = nil - ) - { + ) { self.stackDriftDetectionId = stackDriftDetectionId } } @@ -4225,8 +4135,7 @@ public struct DescribeStackDriftDetectionStatusOutput: Swift.Sendable { stackDriftStatus: CloudFormationClientTypes.StackDriftStatus? = nil, stackId: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.detectionStatus = detectionStatus self.detectionStatusReason = detectionStatusReason self.driftedStackResourceCount = driftedStackResourceCount @@ -4254,8 +4163,7 @@ public struct DescribeStackEventsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.stackName = stackName } @@ -4486,8 +4394,7 @@ extension CloudFormationClientTypes { stackId: Swift.String? = nil, stackName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.detailedStatus = detailedStatus self.eventId = eventId @@ -4519,8 +4426,7 @@ public struct DescribeStackEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackEvents: [CloudFormationClientTypes.StackEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.stackEvents = stackEvents } @@ -4544,8 +4450,7 @@ public struct StackInstanceNotFoundException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4572,8 +4477,7 @@ public struct DescribeStackInstanceInput: Swift.Sendable { stackInstanceAccount: Swift.String? = nil, stackInstanceRegion: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.stackInstanceAccount = stackInstanceAccount self.stackInstanceRegion = stackInstanceRegion @@ -4651,8 +4555,7 @@ extension CloudFormationClientTypes { public init( detailedStatus: CloudFormationClientTypes.StackInstanceDetailedStatus? = nil - ) - { + ) { self.detailedStatus = detailedStatus } } @@ -4753,8 +4656,7 @@ extension CloudFormationClientTypes { stackSetId: Swift.String? = nil, status: CloudFormationClientTypes.StackInstanceStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.account = account self.driftStatus = driftStatus self.lastDriftCheckTimestamp = lastDriftCheckTimestamp @@ -4777,8 +4679,7 @@ public struct DescribeStackInstanceOutput: Swift.Sendable { public init( stackInstance: CloudFormationClientTypes.StackInstance? = nil - ) - { + ) { self.stackInstance = stackInstance } } @@ -4802,8 +4703,7 @@ public struct DescribeStackResourceInput: Swift.Sendable { public init( logicalResourceId: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.stackName = stackName } @@ -4865,8 +4765,7 @@ extension CloudFormationClientTypes { public init( lastCheckTimestamp: Foundation.Date? = nil, stackResourceDriftStatus: CloudFormationClientTypes.StackResourceDriftStatus? = nil - ) - { + ) { self.lastCheckTimestamp = lastCheckTimestamp self.stackResourceDriftStatus = stackResourceDriftStatus } @@ -4919,8 +4818,7 @@ extension CloudFormationClientTypes { resourceType: Swift.String? = nil, stackId: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.description = description self.driftInformation = driftInformation self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -4944,8 +4842,7 @@ public struct DescribeStackResourceOutput: Swift.Sendable { public init( stackResourceDetail: CloudFormationClientTypes.StackResourceDetail? = nil - ) - { + ) { self.stackResourceDetail = stackResourceDetail } } @@ -4974,8 +4871,7 @@ public struct DescribeStackResourceDriftsInput: Swift.Sendable { nextToken: Swift.String? = nil, stackName: Swift.String? = nil, stackResourceDriftStatusFilters: [CloudFormationClientTypes.StackResourceDriftStatus]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stackName = stackName @@ -4997,8 +4893,7 @@ extension CloudFormationClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5065,8 +4960,7 @@ extension CloudFormationClientTypes { differenceType: CloudFormationClientTypes.DifferenceType? = nil, expectedValue: Swift.String? = nil, propertyPath: Swift.String? = nil - ) - { + ) { self.actualValue = actualValue self.differenceType = differenceType self.expectedValue = expectedValue @@ -5127,8 +5021,7 @@ extension CloudFormationClientTypes { stackId: Swift.String? = nil, stackResourceDriftStatus: CloudFormationClientTypes.StackResourceDriftStatus? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.actualProperties = actualProperties self.expectedProperties = expectedProperties self.logicalResourceId = logicalResourceId @@ -5154,8 +5047,7 @@ public struct DescribeStackResourceDriftsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackResourceDrifts: [CloudFormationClientTypes.StackResourceDrift]? = nil - ) - { + ) { self.nextToken = nextToken self.stackResourceDrifts = stackResourceDrifts } @@ -5181,8 +5073,7 @@ public struct DescribeStackResourcesInput: Swift.Sendable { logicalResourceId: Swift.String? = nil, physicalResourceId: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.physicalResourceId = physicalResourceId self.stackName = stackName @@ -5232,8 +5123,7 @@ extension CloudFormationClientTypes { stackId: Swift.String? = nil, stackName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.description = description self.driftInformation = driftInformation self.logicalResourceId = logicalResourceId @@ -5256,8 +5146,7 @@ public struct DescribeStackResourcesOutput: Swift.Sendable { public init( stackResources: [CloudFormationClientTypes.StackResource]? = nil - ) - { + ) { self.stackResources = stackResources } } @@ -5279,8 +5168,7 @@ public struct DescribeStacksInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.stackName = stackName } @@ -5307,8 +5195,7 @@ extension CloudFormationClientTypes { public init( lastCheckTimestamp: Foundation.Date? = nil, stackDriftStatus: CloudFormationClientTypes.StackDriftStatus? = nil - ) - { + ) { self.lastCheckTimestamp = lastCheckTimestamp self.stackDriftStatus = stackDriftStatus } @@ -5333,8 +5220,7 @@ extension CloudFormationClientTypes { exportName: Swift.String? = nil, outputKey: Swift.String? = nil, outputValue: Swift.String? = nil - ) - { + ) { self.description = description self.exportName = exportName self.outputKey = outputKey @@ -5527,8 +5413,7 @@ extension CloudFormationClientTypes { stackStatusReason: Swift.String? = nil, tags: [CloudFormationClientTypes.Tag]? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.capabilities = capabilities self.changeSetId = changeSetId self.creationTime = creationTime @@ -5568,8 +5453,7 @@ public struct DescribeStacksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stacks: [CloudFormationClientTypes.Stack]? = nil - ) - { + ) { self.nextToken = nextToken self.stacks = stacks } @@ -5589,8 +5473,7 @@ public struct DescribeStackSetInput: Swift.Sendable { public init( callAs: CloudFormationClientTypes.CallAs? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.stackSetName = stackSetName } @@ -5720,8 +5603,7 @@ extension CloudFormationClientTypes { inSyncStackInstancesCount: Swift.Int? = nil, lastDriftCheckTimestamp: Foundation.Date? = nil, totalStackInstancesCount: Swift.Int? = nil - ) - { + ) { self.driftDetectionStatus = driftDetectionStatus self.driftStatus = driftStatus self.driftedStackInstancesCount = driftedStackInstancesCount @@ -5824,8 +5706,7 @@ extension CloudFormationClientTypes { status: CloudFormationClientTypes.StackSetStatus? = nil, tags: [CloudFormationClientTypes.Tag]? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.administrationRoleARN = administrationRoleARN self.autoDeployment = autoDeployment self.capabilities = capabilities @@ -5853,8 +5734,7 @@ public struct DescribeStackSetOutput: Swift.Sendable { public init( stackSet: CloudFormationClientTypes.StackSet? = nil - ) - { + ) { self.stackSet = stackSet } } @@ -5877,8 +5757,7 @@ public struct DescribeStackSetOperationInput: Swift.Sendable { callAs: CloudFormationClientTypes.CallAs? = nil, operationId: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.operationId = operationId self.stackSetName = stackSetName @@ -5970,8 +5849,7 @@ extension CloudFormationClientTypes { public init( failedStackInstancesCount: Swift.Int? = nil - ) - { + ) { self.failedStackInstancesCount = failedStackInstancesCount } } @@ -6037,8 +5915,7 @@ extension CloudFormationClientTypes { status: CloudFormationClientTypes.StackSetOperationStatus? = nil, statusDetails: CloudFormationClientTypes.StackSetOperationStatusDetails? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.action = action self.administrationRoleARN = administrationRoleARN self.creationTimestamp = creationTimestamp @@ -6063,8 +5940,7 @@ public struct DescribeStackSetOperationOutput: Swift.Sendable { public init( stackSetOperation: CloudFormationClientTypes.StackSetOperation? = nil - ) - { + ) { self.stackSetOperation = stackSetOperation } } @@ -6090,8 +5966,7 @@ public struct DescribeTypeInput: Swift.Sendable { type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.publicVersionNumber = publicVersionNumber self.publisherId = publisherId @@ -6180,8 +6055,7 @@ extension CloudFormationClientTypes { publisherId: Swift.String? = nil, supportedMajorVersions: [Swift.Int]? = nil, typeNameAlias: Swift.String? = nil - ) - { + ) { self.originalTypeName = originalTypeName self.publisherId = publisherId self.supportedMajorVersions = supportedMajorVersions @@ -6373,8 +6247,7 @@ public struct DescribeTypeOutput: Swift.Sendable { typeTestsStatus: CloudFormationClientTypes.TypeTestsStatus? = nil, typeTestsStatusDescription: Swift.String? = nil, visibility: CloudFormationClientTypes.Visibility? = nil - ) - { + ) { self.arn = arn self.autoUpdate = autoUpdate self.configurationSchema = configurationSchema @@ -6412,8 +6285,7 @@ public struct DescribeTypeRegistrationInput: Swift.Sendable { public init( registrationToken: Swift.String? = nil - ) - { + ) { self.registrationToken = registrationToken } } @@ -6465,8 +6337,7 @@ public struct DescribeTypeRegistrationOutput: Swift.Sendable { progressStatus: CloudFormationClientTypes.RegistrationStatus? = nil, typeArn: Swift.String? = nil, typeVersionArn: Swift.String? = nil - ) - { + ) { self.description = description self.progressStatus = progressStatus self.typeArn = typeArn @@ -6484,8 +6355,7 @@ public struct DetectStackDriftInput: Swift.Sendable { public init( logicalResourceIds: [Swift.String]? = nil, stackName: Swift.String? = nil - ) - { + ) { self.logicalResourceIds = logicalResourceIds self.stackName = stackName } @@ -6498,8 +6368,7 @@ public struct DetectStackDriftOutput: Swift.Sendable { public init( stackDriftDetectionId: Swift.String? = nil - ) - { + ) { self.stackDriftDetectionId = stackDriftDetectionId } } @@ -6515,8 +6384,7 @@ public struct DetectStackResourceDriftInput: Swift.Sendable { public init( logicalResourceId: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.stackName = stackName } @@ -6529,8 +6397,7 @@ public struct DetectStackResourceDriftOutput: Swift.Sendable { public init( stackResourceDrift: CloudFormationClientTypes.StackResourceDrift? = nil - ) - { + ) { self.stackResourceDrift = stackResourceDrift } } @@ -6555,8 +6422,7 @@ public struct DetectStackSetDriftInput: Swift.Sendable { operationId: Swift.String? = nil, operationPreferences: CloudFormationClientTypes.StackSetOperationPreferences? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.operationId = operationId self.operationPreferences = operationPreferences @@ -6570,8 +6436,7 @@ public struct DetectStackSetDriftOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -6589,8 +6454,7 @@ public struct EstimateTemplateCostInput: Swift.Sendable { parameters: [CloudFormationClientTypes.Parameter]? = nil, templateBody: Swift.String? = nil, templateURL: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.templateBody = templateBody self.templateURL = templateURL @@ -6604,8 +6468,7 @@ public struct EstimateTemplateCostOutput: Swift.Sendable { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -6637,8 +6500,7 @@ public struct ExecuteChangeSetInput: Swift.Sendable { disableRollback: Swift.Bool? = nil, retainExceptOnCreate: Swift.Bool? = nil, stackName: Swift.String? = nil - ) - { + ) { self.changeSetName = changeSetName self.clientRequestToken = clientRequestToken self.disableRollback = disableRollback @@ -6696,8 +6558,7 @@ public struct GetGeneratedTemplateInput: Swift.Sendable { public init( format: CloudFormationClientTypes.TemplateFormat? = nil, generatedTemplateName: Swift.String? = nil - ) - { + ) { self.format = format self.generatedTemplateName = generatedTemplateName } @@ -6728,8 +6589,7 @@ public struct GetGeneratedTemplateOutput: Swift.Sendable { public init( status: CloudFormationClientTypes.GeneratedTemplateStatus? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.status = status self.templateBody = templateBody } @@ -6743,8 +6603,7 @@ public struct GetStackPolicyInput: Swift.Sendable { public init( stackName: Swift.String? = nil - ) - { + ) { self.stackName = stackName } } @@ -6756,8 +6615,7 @@ public struct GetStackPolicyOutput: Swift.Sendable { public init( stackPolicyBody: Swift.String? = nil - ) - { + ) { self.stackPolicyBody = stackPolicyBody } } @@ -6811,8 +6669,7 @@ public struct GetTemplateInput: Swift.Sendable { changeSetName: Swift.String? = nil, stackName: Swift.String? = nil, templateStage: CloudFormationClientTypes.TemplateStage? = nil - ) - { + ) { self.changeSetName = changeSetName self.stackName = stackName self.templateStage = templateStage @@ -6829,8 +6686,7 @@ public struct GetTemplateOutput: Swift.Sendable { public init( stagesAvailable: [CloudFormationClientTypes.TemplateStage]? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.stagesAvailable = stagesAvailable self.templateBody = templateBody } @@ -6845,8 +6701,7 @@ extension CloudFormationClientTypes { public init( treatUnrecognizedResourceTypesAsWarnings: Swift.Bool? = nil - ) - { + ) { self.treatUnrecognizedResourceTypesAsWarnings = treatUnrecognizedResourceTypesAsWarnings } } @@ -6878,8 +6733,7 @@ public struct GetTemplateSummaryInput: Swift.Sendable { templateBody: Swift.String? = nil, templateSummaryConfig: CloudFormationClientTypes.TemplateSummaryConfig? = nil, templateURL: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.stackName = stackName self.stackSetName = stackSetName @@ -6898,8 +6752,7 @@ extension CloudFormationClientTypes { public init( allowedValues: [Swift.String]? = nil - ) - { + ) { self.allowedValues = allowedValues } } @@ -6929,8 +6782,7 @@ extension CloudFormationClientTypes { parameterConstraints: CloudFormationClientTypes.ParameterConstraints? = nil, parameterKey: Swift.String? = nil, parameterType: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.noEcho = noEcho @@ -6956,8 +6808,7 @@ extension CloudFormationClientTypes { logicalResourceIds: [Swift.String]? = nil, resourceIdentifiers: [Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logicalResourceIds = logicalResourceIds self.resourceIdentifiers = resourceIdentifiers self.resourceType = resourceType @@ -6974,8 +6825,7 @@ extension CloudFormationClientTypes { public init( unrecognizedResourceTypes: [Swift.String]? = nil - ) - { + ) { self.unrecognizedResourceTypes = unrecognizedResourceTypes } } @@ -7015,8 +6865,7 @@ public struct GetTemplateSummaryOutput: Swift.Sendable { resourceTypes: [Swift.String]? = nil, version: Swift.String? = nil, warnings: CloudFormationClientTypes.Warnings? = nil - ) - { + ) { self.capabilities = capabilities self.capabilitiesReason = capabilitiesReason self.declaredTransforms = declaredTransforms @@ -7048,8 +6897,7 @@ public struct StackNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7083,8 +6931,7 @@ public struct ImportStacksToStackSetInput: Swift.Sendable { stackIds: [Swift.String]? = nil, stackIdsUrl: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.operationId = operationId self.operationPreferences = operationPreferences @@ -7101,8 +6948,7 @@ public struct ImportStacksToStackSetOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -7118,8 +6964,7 @@ public struct ListChangeSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.stackName = stackName } @@ -7135,8 +6980,7 @@ public struct ListChangeSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.ChangeSetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -7148,8 +6992,7 @@ public struct ListExportsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -7169,8 +7012,7 @@ extension CloudFormationClientTypes { exportingStackId: Swift.String? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.exportingStackId = exportingStackId self.name = name self.value = value @@ -7187,8 +7029,7 @@ public struct ListExportsOutput: Swift.Sendable { public init( exports: [CloudFormationClientTypes.Export]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exports = exports self.nextToken = nextToken } @@ -7203,8 +7044,7 @@ public struct ListGeneratedTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7253,8 +7093,7 @@ extension CloudFormationClientTypes { numberOfResources: Swift.Int? = nil, status: CloudFormationClientTypes.GeneratedTemplateStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.generatedTemplateId = generatedTemplateId self.generatedTemplateName = generatedTemplateName @@ -7275,8 +7114,7 @@ public struct ListGeneratedTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -7300,8 +7138,7 @@ public struct HookResultNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7355,8 +7192,7 @@ public struct ListHookResultsInput: Swift.Sendable { nextToken: Swift.String? = nil, targetId: Swift.String? = nil, targetType: CloudFormationClientTypes.ListHookResultsTargetType? = nil - ) - { + ) { self.nextToken = nextToken self.targetId = targetId self.targetType = targetType @@ -7394,8 +7230,7 @@ extension CloudFormationClientTypes { typeConfigurationVersionId: Swift.String? = nil, typeName: Swift.String? = nil, typeVersionId: Swift.String? = nil - ) - { + ) { self.failureMode = failureMode self.hookStatusReason = hookStatusReason self.invocationPoint = invocationPoint @@ -7422,8 +7257,7 @@ public struct ListHookResultsOutput: Swift.Sendable { nextToken: Swift.String? = nil, targetId: Swift.String? = nil, targetType: CloudFormationClientTypes.ListHookResultsTargetType? = nil - ) - { + ) { self.hookResults = hookResults self.nextToken = nextToken self.targetId = targetId @@ -7441,8 +7275,7 @@ public struct ListImportsInput: Swift.Sendable { public init( exportName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportName = exportName self.nextToken = nextToken } @@ -7457,8 +7290,7 @@ public struct ListImportsOutput: Swift.Sendable { public init( imports: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imports = imports self.nextToken = nextToken } @@ -7482,8 +7314,7 @@ public struct ResourceScanInProgressException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7502,8 +7333,7 @@ extension CloudFormationClientTypes { public init( resourceIdentifier: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -7527,8 +7357,7 @@ public struct ListResourceScanRelatedResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceScanId: Swift.String? = nil, resources: [CloudFormationClientTypes.ScannedResourceIdentifier]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceScanId = resourceScanId @@ -7551,8 +7380,7 @@ extension CloudFormationClientTypes { managedByStack: Swift.Bool? = nil, resourceIdentifier: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.managedByStack = managedByStack self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -7569,8 +7397,7 @@ public struct ListResourceScanRelatedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relatedResources: [CloudFormationClientTypes.ScannedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.relatedResources = relatedResources } @@ -7601,8 +7428,7 @@ public struct ListResourceScanResourcesInput: Swift.Sendable { resourceTypePrefix: Swift.String? = nil, tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceIdentifier = resourceIdentifier @@ -7622,8 +7448,7 @@ public struct ListResourceScanResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [CloudFormationClientTypes.ScannedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -7638,8 +7463,7 @@ public struct ListResourceScansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7669,8 +7493,7 @@ extension CloudFormationClientTypes { startTime: Foundation.Date? = nil, status: CloudFormationClientTypes.ResourceScanStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.percentageCompleted = percentageCompleted self.resourceScanId = resourceScanId @@ -7690,8 +7513,7 @@ public struct ListResourceScansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceScanSummaries: [CloudFormationClientTypes.ResourceScanSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceScanSummaries = resourceScanSummaries } @@ -7740,8 +7562,7 @@ public struct ListStackInstanceResourceDriftsInput: Swift.Sendable { stackInstanceRegion: Swift.String? = nil, stackInstanceResourceDriftStatuses: [CloudFormationClientTypes.StackResourceDriftStatus]? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.maxResults = maxResults self.nextToken = nextToken @@ -7796,8 +7617,7 @@ extension CloudFormationClientTypes { stackId: Swift.String? = nil, stackResourceDriftStatus: CloudFormationClientTypes.StackResourceDriftStatus? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.physicalResourceId = physicalResourceId self.physicalResourceIdContext = physicalResourceIdContext @@ -7819,8 +7639,7 @@ public struct ListStackInstanceResourceDriftsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackInstanceResourceDriftsSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -7870,8 +7689,7 @@ extension CloudFormationClientTypes { public init( name: CloudFormationClientTypes.StackInstanceFilterName? = nil, values: Swift.String? = nil - ) - { + ) { self.name = name self.values = values } @@ -7907,8 +7725,7 @@ public struct ListStackInstancesInput: Swift.Sendable { stackInstanceAccount: Swift.String? = nil, stackInstanceRegion: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.filters = filters self.maxResults = maxResults @@ -7979,8 +7796,7 @@ extension CloudFormationClientTypes { stackSetId: Swift.String? = nil, status: CloudFormationClientTypes.StackInstanceStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.account = account self.driftStatus = driftStatus self.lastDriftCheckTimestamp = lastDriftCheckTimestamp @@ -8005,8 +7821,7 @@ public struct ListStackInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackInstanceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -8030,8 +7845,7 @@ public struct ListStackResourcesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.stackName = stackName } @@ -8058,8 +7872,7 @@ extension CloudFormationClientTypes { public init( lastCheckTimestamp: Foundation.Date? = nil, stackResourceDriftStatus: CloudFormationClientTypes.StackResourceDriftStatus? = nil - ) - { + ) { self.lastCheckTimestamp = lastCheckTimestamp self.stackResourceDriftStatus = stackResourceDriftStatus } @@ -8100,8 +7913,7 @@ extension CloudFormationClientTypes { resourceStatus: CloudFormationClientTypes.ResourceStatus? = nil, resourceStatusReason: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.driftInformation = driftInformation self.lastUpdatedTimestamp = lastUpdatedTimestamp self.logicalResourceId = logicalResourceId @@ -8124,8 +7936,7 @@ public struct ListStackResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackResourceSummaries: [CloudFormationClientTypes.StackResourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.stackResourceSummaries = stackResourceSummaries } @@ -8141,8 +7952,7 @@ public struct ListStacksInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackStatusFilter: [CloudFormationClientTypes.StackStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.stackStatusFilter = stackStatusFilter } @@ -8169,8 +7979,7 @@ extension CloudFormationClientTypes { public init( lastCheckTimestamp: Foundation.Date? = nil, stackDriftStatus: CloudFormationClientTypes.StackDriftStatus? = nil - ) - { + ) { self.lastCheckTimestamp = lastCheckTimestamp self.stackDriftStatus = stackDriftStatus } @@ -8219,8 +8028,7 @@ extension CloudFormationClientTypes { stackStatus: CloudFormationClientTypes.StackStatus? = nil, stackStatusReason: Swift.String? = nil, templateDescription: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.deletionTime = deletionTime self.driftInformation = driftInformation @@ -8246,8 +8054,7 @@ public struct ListStacksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stackSummaries: [CloudFormationClientTypes.StackSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.stackSummaries = stackSummaries } @@ -8273,8 +8080,7 @@ public struct ListStackSetAutoDeploymentTargetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.maxResults = maxResults self.nextToken = nextToken @@ -8294,8 +8100,7 @@ extension CloudFormationClientTypes { public init( organizationalUnitId: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.organizationalUnitId = organizationalUnitId self.regions = regions } @@ -8311,8 +8116,7 @@ public struct ListStackSetAutoDeploymentTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackSetAutoDeploymentTargetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -8356,8 +8160,7 @@ extension CloudFormationClientTypes { public init( name: CloudFormationClientTypes.OperationResultFilterName? = nil, values: Swift.String? = nil - ) - { + ) { self.name = name self.values = values } @@ -8391,8 +8194,7 @@ public struct ListStackSetOperationResultsInput: Swift.Sendable { nextToken: Swift.String? = nil, operationId: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.filters = filters self.maxResults = maxResults @@ -8474,8 +8276,7 @@ extension CloudFormationClientTypes { region: Swift.String? = nil, status: CloudFormationClientTypes.StackSetOperationResultStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.account = account self.accountGateResult = accountGateResult self.organizationalUnitId = organizationalUnitId @@ -8495,8 +8296,7 @@ public struct ListStackSetOperationResultsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackSetOperationResultSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -8522,8 +8322,7 @@ public struct ListStackSetOperationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.maxResults = maxResults self.nextToken = nextToken @@ -8573,8 +8372,7 @@ extension CloudFormationClientTypes { status: CloudFormationClientTypes.StackSetOperationStatus? = nil, statusDetails: CloudFormationClientTypes.StackSetOperationStatusDetails? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.action = action self.creationTimestamp = creationTimestamp self.endTimestamp = endTimestamp @@ -8596,8 +8394,7 @@ public struct ListStackSetOperationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackSetOperationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -8622,8 +8419,7 @@ public struct ListStackSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: CloudFormationClientTypes.StackSetStatus? = nil - ) - { + ) { self.callAs = callAs self.maxResults = maxResults self.nextToken = nextToken @@ -8676,8 +8472,7 @@ extension CloudFormationClientTypes { stackSetId: Swift.String? = nil, stackSetName: Swift.String? = nil, status: CloudFormationClientTypes.StackSetStatus? = nil - ) - { + ) { self.autoDeployment = autoDeployment self.description = description self.driftStatus = driftStatus @@ -8700,8 +8495,7 @@ public struct ListStackSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CloudFormationClientTypes.StackSetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -8728,8 +8522,7 @@ public struct ListTypeRegistrationsInput: Swift.Sendable { type: CloudFormationClientTypes.RegistryType? = nil, typeArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registrationStatusFilter = registrationStatusFilter @@ -8748,8 +8541,7 @@ public struct ListTypeRegistrationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registrationTokenList: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.registrationTokenList = registrationTokenList } @@ -8785,8 +8577,7 @@ extension CloudFormationClientTypes { category: CloudFormationClientTypes.Category? = nil, publisherId: Swift.String? = nil, typeNamePrefix: Swift.String? = nil - ) - { + ) { self.category = category self.publisherId = publisherId self.typeNamePrefix = typeNamePrefix @@ -8845,8 +8636,7 @@ public struct ListTypesInput: Swift.Sendable { provisioningType: CloudFormationClientTypes.ProvisioningType? = nil, type: CloudFormationClientTypes.RegistryType? = nil, visibility: CloudFormationClientTypes.Visibility? = nil - ) - { + ) { self.deprecatedStatus = deprecatedStatus self.filters = filters self.maxResults = maxResults @@ -8909,8 +8699,7 @@ extension CloudFormationClientTypes { type: CloudFormationClientTypes.RegistryType? = nil, typeArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.defaultVersionId = defaultVersionId self.description = description self.isActivated = isActivated @@ -8937,8 +8726,7 @@ public struct ListTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, typeSummaries: [CloudFormationClientTypes.TypeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.typeSummaries = typeSummaries } @@ -8975,8 +8763,7 @@ public struct ListTypeVersionsInput: Swift.Sendable { publisherId: Swift.String? = nil, type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil - ) - { + ) { self.arn = arn self.deprecatedStatus = deprecatedStatus self.maxResults = maxResults @@ -9017,8 +8804,7 @@ extension CloudFormationClientTypes { type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.isDefaultVersion = isDefaultVersion @@ -9040,8 +8826,7 @@ public struct ListTypeVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, typeVersionSummaries: [CloudFormationClientTypes.TypeVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.typeVersionSummaries = typeVersionSummaries } @@ -9062,8 +8847,7 @@ public struct PublishTypeInput: Swift.Sendable { publicVersionNumber: Swift.String? = nil, type: CloudFormationClientTypes.ThirdPartyType? = nil, typeName: Swift.String? = nil - ) - { + ) { self.arn = arn self.publicVersionNumber = publicVersionNumber self.type = type @@ -9077,8 +8861,7 @@ public struct PublishTypeOutput: Swift.Sendable { public init( publicTypeArn: Swift.String? = nil - ) - { + ) { self.publicTypeArn = publicTypeArn } } @@ -9101,8 +8884,7 @@ public struct InvalidStateTransitionException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9125,8 +8907,7 @@ public struct OperationStatusCheckFailedException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9272,8 +9053,7 @@ public struct RecordHandlerProgressInput: Swift.Sendable { operationStatus: CloudFormationClientTypes.OperationStatus? = nil, resourceModel: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.bearerToken = bearerToken self.clientRequestToken = clientRequestToken self.currentOperationStatus = currentOperationStatus @@ -9298,8 +9078,7 @@ public struct RegisterPublisherInput: Swift.Sendable { public init( acceptTermsAndConditions: Swift.Bool? = nil, connectionArn: Swift.String? = nil - ) - { + ) { self.acceptTermsAndConditions = acceptTermsAndConditions self.connectionArn = connectionArn } @@ -9311,8 +9090,7 @@ public struct RegisterPublisherOutput: Swift.Sendable { public init( publisherId: Swift.String? = nil - ) - { + ) { self.publisherId = publisherId } } @@ -9361,8 +9139,7 @@ public struct RegisterTypeInput: Swift.Sendable { schemaHandlerPackage: Swift.String? = nil, type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.executionRoleArn = executionRoleArn self.loggingConfig = loggingConfig @@ -9378,8 +9155,7 @@ public struct RegisterTypeOutput: Swift.Sendable { public init( registrationToken: Swift.String? = nil - ) - { + ) { self.registrationToken = registrationToken } } @@ -9400,8 +9176,7 @@ public struct RollbackStackInput: Swift.Sendable { retainExceptOnCreate: Swift.Bool? = nil, roleARN: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.retainExceptOnCreate = retainExceptOnCreate self.roleARN = roleARN @@ -9415,8 +9190,7 @@ public struct RollbackStackOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -9435,8 +9209,7 @@ public struct SetStackPolicyInput: Swift.Sendable { stackName: Swift.String? = nil, stackPolicyBody: Swift.String? = nil, stackPolicyURL: Swift.String? = nil - ) - { + ) { self.stackName = stackName self.stackPolicyBody = stackPolicyBody self.stackPolicyURL = stackPolicyURL @@ -9462,8 +9235,7 @@ public struct SetTypeConfigurationInput: Swift.Sendable { type: CloudFormationClientTypes.ThirdPartyType? = nil, typeArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.configurationAlias = configurationAlias self.type = type @@ -9478,8 +9250,7 @@ public struct SetTypeConfigurationOutput: Swift.Sendable { public init( configurationArn: Swift.String? = nil - ) - { + ) { self.configurationArn = configurationArn } } @@ -9499,8 +9270,7 @@ public struct SetTypeDefaultVersionInput: Swift.Sendable { type: CloudFormationClientTypes.RegistryType? = nil, typeName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type self.typeName = typeName @@ -9562,8 +9332,7 @@ public struct SignalResourceInput: Swift.Sendable { stackName: Swift.String? = nil, status: CloudFormationClientTypes.ResourceSignalStatus? = nil, uniqueId: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.stackName = stackName self.status = status @@ -9595,8 +9364,7 @@ public struct ResourceScanLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9607,8 +9375,7 @@ public struct StartResourceScanInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken } } @@ -9619,8 +9386,7 @@ public struct StartResourceScanOutput: Swift.Sendable { public init( resourceScanId: Swift.String? = nil - ) - { + ) { self.resourceScanId = resourceScanId } } @@ -9643,8 +9409,7 @@ public struct StopStackSetOperationInput: Swift.Sendable { callAs: CloudFormationClientTypes.CallAs? = nil, operationId: Swift.String? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.callAs = callAs self.operationId = operationId self.stackSetName = stackSetName @@ -9681,8 +9446,7 @@ public struct TestTypeInput: Swift.Sendable { type: CloudFormationClientTypes.ThirdPartyType? = nil, typeName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.logDeliveryBucket = logDeliveryBucket self.type = type @@ -9697,8 +9461,7 @@ public struct TestTypeOutput: Swift.Sendable { public init( typeVersionArn: Swift.String? = nil - ) - { + ) { self.typeVersionArn = typeVersionArn } } @@ -9725,8 +9488,7 @@ public struct UpdateGeneratedTemplateInput: Swift.Sendable { refreshAllResources: Swift.Bool? = nil, removeResources: [Swift.String]? = nil, templateConfiguration: CloudFormationClientTypes.TemplateConfiguration? = nil - ) - { + ) { self.addResources = addResources self.generatedTemplateName = generatedTemplateName self.newGeneratedTemplateName = newGeneratedTemplateName @@ -9742,8 +9504,7 @@ public struct UpdateGeneratedTemplateOutput: Swift.Sendable { public init( generatedTemplateId: Swift.String? = nil - ) - { + ) { self.generatedTemplateId = generatedTemplateId } } @@ -9840,8 +9601,7 @@ public struct UpdateStackInput: Swift.Sendable { templateBody: Swift.String? = nil, templateURL: Swift.String? = nil, usePreviousTemplate: Swift.Bool? = nil - ) - { + ) { self.capabilities = capabilities self.clientRequestToken = clientRequestToken self.disableRollback = disableRollback @@ -9870,8 +9630,7 @@ public struct UpdateStackOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -9920,8 +9679,7 @@ public struct UpdateStackInstancesInput: Swift.Sendable { parameterOverrides: [CloudFormationClientTypes.Parameter]? = nil, regions: [Swift.String]? = nil, stackSetName: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.callAs = callAs self.deploymentTargets = deploymentTargets @@ -9939,8 +9697,7 @@ public struct UpdateStackInstancesOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -10053,8 +9810,7 @@ public struct UpdateStackSetInput: Swift.Sendable { templateBody: Swift.String? = nil, templateURL: Swift.String? = nil, usePreviousTemplate: Swift.Bool? = nil - ) - { + ) { self.accounts = accounts self.administrationRoleARN = administrationRoleARN self.autoDeployment = autoDeployment @@ -10083,8 +9839,7 @@ public struct UpdateStackSetOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -10100,8 +9855,7 @@ public struct UpdateTerminationProtectionInput: Swift.Sendable { public init( enableTerminationProtection: Swift.Bool? = nil, stackName: Swift.String? = nil - ) - { + ) { self.enableTerminationProtection = enableTerminationProtection self.stackName = stackName } @@ -10113,8 +9867,7 @@ public struct UpdateTerminationProtectionOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -10129,8 +9882,7 @@ public struct ValidateTemplateInput: Swift.Sendable { public init( templateBody: Swift.String? = nil, templateURL: Swift.String? = nil - ) - { + ) { self.templateBody = templateBody self.templateURL = templateURL } @@ -10154,8 +9906,7 @@ extension CloudFormationClientTypes { description: Swift.String? = nil, noEcho: Swift.Bool? = nil, parameterKey: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.noEcho = noEcho @@ -10183,8 +9934,7 @@ public struct ValidateTemplateOutput: Swift.Sendable { declaredTransforms: [Swift.String]? = nil, description: Swift.String? = nil, parameters: [CloudFormationClientTypes.TemplateParameter]? = nil - ) - { + ) { self.capabilities = capabilities self.capabilitiesReason = capabilitiesReason self.declaredTransforms = declaredTransforms diff --git a/Sources/Services/AWSCloudFront/Package.swift.txt b/Sources/Services/AWSCloudFront/Package.swift.txt index e8d0c22fb7d..0bec83382df 100644 --- a/Sources/Services/AWSCloudFront/Package.swift.txt +++ b/Sources/Services/AWSCloudFront/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +65,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -81,7 +81,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/CloudFrontClient.swift b/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/CloudFrontClient.swift index 382b96bac1f..e72708297b5 100644 --- a/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/CloudFrontClient.swift +++ b/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/CloudFrontClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudFrontClient: ClientRuntime.Client { public static let clientName = "CloudFrontClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudFrontClient.CloudFrontClientConfiguration let serviceName = "CloudFront" diff --git a/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/Models.swift b/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/Models.swift index 97e3a6fd3b7..208973e3af5 100644 --- a/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/Models.swift +++ b/Sources/Services/AWSCloudFront/Sources/AWSCloudFront/Models.swift @@ -193,8 +193,7 @@ public struct AccessDenied: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -212,8 +211,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -232,8 +230,7 @@ extension CloudFrontClientTypes { public init( keyGroupId: Swift.String? = nil, keyPairIds: CloudFrontClientTypes.KeyPairIds? = nil - ) - { + ) { self.keyGroupId = keyGroupId self.keyPairIds = keyPairIds } @@ -257,8 +254,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = nil, items: [CloudFrontClientTypes.KGKeyPairIds]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.items = items self.quantity = quantity @@ -278,8 +274,7 @@ extension CloudFrontClientTypes { public init( awsAccountNumber: Swift.String? = nil, keyPairIds: CloudFrontClientTypes.KeyPairIds? = nil - ) - { + ) { self.awsAccountNumber = awsAccountNumber self.keyPairIds = keyPairIds } @@ -303,8 +298,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = nil, items: [CloudFrontClientTypes.Signer]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.items = items self.quantity = quantity @@ -325,8 +319,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -383,8 +376,7 @@ extension CloudFrontClientTypes { public init( cname: Swift.String? = nil, icpRecordalStatus: CloudFrontClientTypes.ICPRecordalStatus? = nil - ) - { + ) { self.cname = cname self.icpRecordalStatus = icpRecordalStatus } @@ -456,8 +448,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.Method]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -497,8 +488,7 @@ extension CloudFrontClientTypes { cachedMethods: CloudFrontClientTypes.CachedMethods? = nil, items: [CloudFrontClientTypes.Method]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.cachedMethods = cachedMethods self.items = items self.quantity = quantity @@ -540,8 +530,7 @@ extension CloudFrontClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.anycastIps = anycastIps self.arn = arn self.id = id @@ -583,8 +572,7 @@ extension CloudFrontClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.ipCount = ipCount @@ -623,8 +611,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -653,8 +640,7 @@ public struct IllegalUpdate: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -677,8 +663,7 @@ public struct InvalidArgument: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -701,8 +686,7 @@ public struct NoSuchDistribution: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -725,8 +709,7 @@ public struct TooManyDistributionCNAMEs: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -742,8 +725,7 @@ public struct AssociateAliasInput: Swift.Sendable { public init( alias: Swift.String? = nil, targetDistributionId: Swift.String? = nil - ) - { + ) { self.alias = alias self.targetDistributionId = targetDistributionId } @@ -767,8 +749,7 @@ public struct BatchTooLarge: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -818,8 +799,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -839,8 +819,7 @@ extension CloudFrontClientTypes { public init( forward: CloudFrontClientTypes.ItemSelection? = nil, whitelistedNames: CloudFrontClientTypes.CookieNames? = nil - ) - { + ) { self.forward = forward self.whitelistedNames = whitelistedNames } @@ -860,8 +839,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -881,8 +859,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -909,8 +886,7 @@ extension CloudFrontClientTypes { headers: CloudFrontClientTypes.Headers? = nil, queryString: Swift.Bool? = nil, queryStringCacheKeys: CloudFrontClientTypes.QueryStringCacheKeys? = nil - ) - { + ) { self.cookies = cookies self.headers = headers self.queryString = queryString @@ -968,8 +944,7 @@ extension CloudFrontClientTypes { public init( eventType: CloudFrontClientTypes.EventType? = nil, functionARN: Swift.String? = nil - ) - { + ) { self.eventType = eventType self.functionARN = functionARN } @@ -989,8 +964,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.FunctionAssociation]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -1007,8 +981,7 @@ extension CloudFrontClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1039,8 +1012,7 @@ extension CloudFrontClientTypes { eventType: CloudFrontClientTypes.EventType? = nil, includeBody: Swift.Bool? = nil, lambdaFunctionARN: Swift.String? = nil - ) - { + ) { self.eventType = eventType self.includeBody = includeBody self.lambdaFunctionARN = lambdaFunctionARN @@ -1061,8 +1033,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.LambdaFunctionAssociation]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -1086,8 +1057,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = nil, items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.items = items self.quantity = quantity @@ -1112,8 +1082,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = nil, items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.items = items self.quantity = quantity @@ -1244,8 +1213,7 @@ extension CloudFrontClientTypes { trustedKeyGroups: CloudFrontClientTypes.TrustedKeyGroups? = nil, trustedSigners: CloudFrontClientTypes.TrustedSigners? = nil, viewerProtocolPolicy: CloudFrontClientTypes.ViewerProtocolPolicy? = nil - ) - { + ) { self.allowedMethods = allowedMethods self.cachePolicyId = cachePolicyId self.compress = compress @@ -1283,8 +1251,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.CacheBehavior]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -1347,8 +1314,7 @@ extension CloudFrontClientTypes { public init( cookieBehavior: CloudFrontClientTypes.CachePolicyCookieBehavior? = nil, cookies: CloudFrontClientTypes.CookieNames? = nil - ) - { + ) { self.cookieBehavior = cookieBehavior self.cookies = cookies } @@ -1401,8 +1367,7 @@ extension CloudFrontClientTypes { public init( headerBehavior: CloudFrontClientTypes.CachePolicyHeaderBehavior? = nil, headers: CloudFrontClientTypes.Headers? = nil - ) - { + ) { self.headerBehavior = headerBehavior self.headers = headers } @@ -1457,8 +1422,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -1486,8 +1450,7 @@ extension CloudFrontClientTypes { public init( queryStringBehavior: CloudFrontClientTypes.CachePolicyQueryStringBehavior? = nil, queryStrings: CloudFrontClientTypes.QueryStringNames? = nil - ) - { + ) { self.queryStringBehavior = queryStringBehavior self.queryStrings = queryStrings } @@ -1537,8 +1500,7 @@ extension CloudFrontClientTypes { enableAcceptEncodingGzip: Swift.Bool? = nil, headersConfig: CloudFrontClientTypes.CachePolicyHeadersConfig? = nil, queryStringsConfig: CloudFrontClientTypes.CachePolicyQueryStringsConfig? = nil - ) - { + ) { self.cookiesConfig = cookiesConfig self.enableAcceptEncodingBrotli = enableAcceptEncodingBrotli self.enableAcceptEncodingGzip = enableAcceptEncodingGzip @@ -1581,8 +1543,7 @@ extension CloudFrontClientTypes { minTTL: Swift.Int? = nil, name: Swift.String? = nil, parametersInCacheKeyAndForwardedToOrigin: CloudFrontClientTypes.ParametersInCacheKeyAndForwardedToOrigin? = nil - ) - { + ) { self.comment = comment self.defaultTTL = defaultTTL self.maxTTL = maxTTL @@ -1618,8 +1579,7 @@ extension CloudFrontClientTypes { cachePolicyConfig: CloudFrontClientTypes.CachePolicyConfig? = nil, id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.cachePolicyConfig = cachePolicyConfig self.id = id self.lastModifiedTime = lastModifiedTime @@ -1645,8 +1605,7 @@ public struct CachePolicyAlreadyExists: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1669,8 +1628,7 @@ public struct CachePolicyInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1718,8 +1676,7 @@ extension CloudFrontClientTypes { public init( cachePolicy: CloudFrontClientTypes.CachePolicy? = nil, type: CloudFrontClientTypes.CachePolicyType? = nil - ) - { + ) { self.cachePolicy = cachePolicy self.type = type } @@ -1746,8 +1703,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -1774,8 +1730,7 @@ public struct CannotChangeImmutablePublicKeyFields: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1798,8 +1753,7 @@ public struct CannotDeleteEntityWhileInUse: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1822,8 +1776,7 @@ public struct CannotUpdateEntityWhileInUse: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1878,8 +1831,7 @@ public struct CNAMEAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1902,8 +1854,7 @@ public struct DistributionAlreadyExists: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1926,8 +1877,7 @@ public struct IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior: Cli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1950,8 +1900,7 @@ public struct InconsistentQuantities: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1974,8 +1923,7 @@ public struct InvalidDefaultRootObject: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1998,8 +1946,7 @@ public struct InvalidErrorCode: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2022,8 +1969,7 @@ public struct InvalidForwardCookies: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2046,8 +1992,7 @@ public struct InvalidFunctionAssociation: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2070,8 +2015,7 @@ public struct InvalidGeoRestrictionParameter: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2094,8 +2038,7 @@ public struct InvalidHeadersForS3Origin: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2118,8 +2061,7 @@ public struct InvalidIfMatchVersion: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2142,8 +2084,7 @@ public struct InvalidLambdaFunctionAssociation: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2166,8 +2107,7 @@ public struct InvalidLocationCode: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2190,8 +2130,7 @@ public struct InvalidMinimumProtocolVersion: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2214,8 +2153,7 @@ public struct InvalidOrigin: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2238,8 +2176,7 @@ public struct InvalidOriginAccessControl: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2262,8 +2199,7 @@ public struct InvalidOriginAccessIdentity: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2286,8 +2222,7 @@ public struct InvalidOriginKeepaliveTimeout: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2310,8 +2245,7 @@ public struct InvalidOriginReadTimeout: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2334,8 +2268,7 @@ public struct InvalidProtocolSettings: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2358,8 +2291,7 @@ public struct InvalidQueryStringParameters: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2382,8 +2314,7 @@ public struct InvalidRelativePath: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2406,8 +2337,7 @@ public struct InvalidRequiredProtocol: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2430,8 +2360,7 @@ public struct InvalidResponseCode: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2454,8 +2383,7 @@ public struct InvalidTTLOrder: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2478,8 +2406,7 @@ public struct InvalidViewerCertificate: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2502,8 +2429,7 @@ public struct InvalidWebACLId: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2526,8 +2452,7 @@ public struct MissingBody: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2550,8 +2475,7 @@ public struct NoSuchCachePolicy: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2574,8 +2498,7 @@ public struct NoSuchFieldLevelEncryptionConfig: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2598,8 +2521,7 @@ public struct NoSuchOrigin: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2622,8 +2544,7 @@ public struct NoSuchOriginRequestPolicy: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2646,8 +2567,7 @@ public struct NoSuchRealtimeLogConfig: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2670,8 +2590,7 @@ public struct NoSuchResponseHeadersPolicy: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2694,8 +2613,7 @@ public struct PreconditionFailed: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2718,8 +2636,7 @@ public struct RealtimeLogConfigOwnerMismatch: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2742,8 +2659,7 @@ public struct TooManyCacheBehaviors: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2766,8 +2682,7 @@ public struct TooManyCertificates: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2790,8 +2705,7 @@ public struct TooManyCookieNamesInWhiteList: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2814,8 +2728,7 @@ public struct TooManyDistributions: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2838,8 +2751,7 @@ public struct TooManyDistributionsAssociatedToCachePolicy: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2862,8 +2774,7 @@ public struct TooManyDistributionsAssociatedToFieldLevelEncryptionConfig: Client public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2886,8 +2797,7 @@ public struct TooManyDistributionsAssociatedToKeyGroup: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2910,8 +2820,7 @@ public struct TooManyDistributionsAssociatedToOriginAccessControl: ClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2934,8 +2843,7 @@ public struct TooManyDistributionsAssociatedToOriginRequestPolicy: ClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2958,8 +2866,7 @@ public struct TooManyDistributionsAssociatedToResponseHeadersPolicy: ClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2982,8 +2889,7 @@ public struct TooManyDistributionsWithFunctionAssociations: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3006,8 +2912,7 @@ public struct TooManyDistributionsWithLambdaAssociations: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3030,8 +2935,7 @@ public struct TooManyDistributionsWithSingleFunctionARN: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3054,8 +2958,7 @@ public struct TooManyFunctionAssociations: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3078,8 +2981,7 @@ public struct TooManyHeadersInForwardedValues: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3102,8 +3004,7 @@ public struct TooManyKeyGroupsAssociatedToDistribution: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3126,8 +3027,7 @@ public struct TooManyLambdaFunctionAssociations: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3150,8 +3050,7 @@ public struct TooManyOriginCustomHeaders: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3174,8 +3073,7 @@ public struct TooManyOriginGroupsPerDistribution: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3198,8 +3096,7 @@ public struct TooManyOrigins: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3222,8 +3119,7 @@ public struct TooManyQueryStringParameters: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3246,8 +3142,7 @@ public struct TooManyTrustedSigners: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3270,8 +3165,7 @@ public struct TrustedKeyGroupDoesNotExist: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3294,8 +3188,7 @@ public struct TrustedSignerDoesNotExist: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3320,8 +3213,7 @@ public struct CopyDistributionInput: Swift.Sendable { ifMatch: Swift.String? = nil, primaryDistributionId: Swift.String? = nil, staging: Swift.Bool? = nil - ) - { + ) { self.callerReference = callerReference self.enabled = enabled self.ifMatch = ifMatch @@ -3372,8 +3264,7 @@ extension CloudFrontClientTypes { errorCode: Swift.Int? = nil, responseCode: Swift.String? = nil, responsePagePath: Swift.String? = nil - ) - { + ) { self.errorCachingMinTTL = errorCachingMinTTL self.errorCode = errorCode self.responseCode = responseCode @@ -3402,8 +3293,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.CustomErrorResponse]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3497,8 +3387,7 @@ extension CloudFrontClientTypes { trustedKeyGroups: CloudFrontClientTypes.TrustedKeyGroups? = nil, trustedSigners: CloudFrontClientTypes.TrustedSigners? = nil, viewerProtocolPolicy: CloudFrontClientTypes.ViewerProtocolPolicy? = nil - ) - { + ) { self.allowedMethods = allowedMethods self.cachePolicyId = cachePolicyId self.compress = compress @@ -3575,8 +3464,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = false, includeCookies: Swift.Bool? = false, `prefix`: Swift.String? = "" - ) - { + ) { self.bucket = bucket self.enabled = enabled self.includeCookies = includeCookies @@ -3599,8 +3487,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.Int]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3617,8 +3504,7 @@ extension CloudFrontClientTypes { public init( statusCodes: CloudFrontClientTypes.StatusCodes? = nil - ) - { + ) { self.statusCodes = statusCodes } } @@ -3634,8 +3520,7 @@ extension CloudFrontClientTypes { public init( originId: Swift.String? = nil - ) - { + ) { self.originId = originId } } @@ -3655,8 +3540,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.OriginGroupMember]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3713,8 +3597,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, members: CloudFrontClientTypes.OriginGroupMembers? = nil, selectionCriteria: CloudFrontClientTypes.OriginGroupSelectionCriteria? = nil - ) - { + ) { self.failoverCriteria = failoverCriteria self.id = id self.members = members @@ -3736,8 +3619,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.OriginGroup]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3758,8 +3640,7 @@ extension CloudFrontClientTypes { public init( headerName: Swift.String? = nil, headerValue: Swift.String? = nil - ) - { + ) { self.headerName = headerName self.headerValue = headerValue } @@ -3784,8 +3665,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.OriginCustomHeader]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3873,8 +3753,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.SslProtocol]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -3914,8 +3793,7 @@ extension CloudFrontClientTypes { originProtocolPolicy: CloudFrontClientTypes.OriginProtocolPolicy? = nil, originReadTimeout: Swift.Int? = nil, originSslProtocols: CloudFrontClientTypes.OriginSslProtocols? = nil - ) - { + ) { self.httpPort = httpPort self.httpsPort = httpsPort self.originKeepaliveTimeout = originKeepaliveTimeout @@ -3939,8 +3817,7 @@ extension CloudFrontClientTypes { public init( enabled: Swift.Bool? = nil, originShieldRegion: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.originShieldRegion = originShieldRegion } @@ -3957,8 +3834,7 @@ extension CloudFrontClientTypes { public init( originAccessIdentity: Swift.String? = nil - ) - { + ) { self.originAccessIdentity = originAccessIdentity } } @@ -3980,8 +3856,7 @@ extension CloudFrontClientTypes { originKeepaliveTimeout: Swift.Int? = nil, originReadTimeout: Swift.Int? = nil, vpcOriginId: Swift.String? = nil - ) - { + ) { self.originKeepaliveTimeout = originKeepaliveTimeout self.originReadTimeout = originReadTimeout self.vpcOriginId = vpcOriginId @@ -4050,8 +3925,7 @@ extension CloudFrontClientTypes { originShield: CloudFrontClientTypes.OriginShield? = nil, s3OriginConfig: CloudFrontClientTypes.S3OriginConfig? = nil, vpcOriginConfig: CloudFrontClientTypes.VpcOriginConfig? = nil - ) - { + ) { self.connectionAttempts = connectionAttempts self.connectionTimeout = connectionTimeout self.customHeaders = customHeaders @@ -4081,8 +3955,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.Origin]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -4176,8 +4049,7 @@ extension CloudFrontClientTypes { items: [Swift.String]? = nil, quantity: Swift.Int? = nil, restrictionType: CloudFrontClientTypes.GeoRestrictionType? = nil - ) - { + ) { self.items = items self.quantity = quantity self.restrictionType = restrictionType @@ -4195,8 +4067,7 @@ extension CloudFrontClientTypes { public init( geoRestriction: CloudFrontClientTypes.GeoRestriction? = nil - ) - { + ) { self.geoRestriction = geoRestriction } } @@ -4364,8 +4235,7 @@ extension CloudFrontClientTypes { iamCertificateId: Swift.String? = nil, minimumProtocolVersion: CloudFrontClientTypes.MinimumProtocolVersion? = nil, sslSupportMethod: CloudFrontClientTypes.SSLSupportMethod? = nil - ) - { + ) { self.acmCertificateArn = acmCertificateArn self.certificate = certificate self.certificateSource = certificateSource @@ -4462,8 +4332,7 @@ extension CloudFrontClientTypes { staging: Swift.Bool? = nil, viewerCertificate: CloudFrontClientTypes.ViewerCertificate? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.anycastIpListId = anycastIpListId self.cacheBehaviors = cacheBehaviors @@ -4536,8 +4405,7 @@ extension CloudFrontClientTypes { inProgressInvalidationBatches: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.activeTrustedKeyGroups = activeTrustedKeyGroups self.activeTrustedSigners = activeTrustedSigners self.aliasICPRecordals = aliasICPRecordals @@ -4564,8 +4432,7 @@ public struct CopyDistributionOutput: Swift.Sendable { distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag self.location = location @@ -4590,8 +4457,7 @@ public struct EntityAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4614,8 +4480,7 @@ public struct EntityLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4638,8 +4503,7 @@ public struct InvalidTagging: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4662,8 +4526,7 @@ public struct UnsupportedOperation: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4681,8 +4544,7 @@ extension CloudFrontClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4698,8 +4560,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.Tag]? = nil - ) - { + ) { self.items = items } } @@ -4719,8 +4580,7 @@ public struct CreateAnycastIpListInput: Swift.Sendable { ipCount: Swift.Int? = nil, name: Swift.String? = nil, tags: CloudFrontClientTypes.Tags? = nil - ) - { + ) { self.ipCount = ipCount self.name = name self.tags = tags @@ -4736,8 +4596,7 @@ public struct CreateAnycastIpListOutput: Swift.Sendable { public init( anycastIpList: CloudFrontClientTypes.AnycastIpList? = nil, eTag: Swift.String? = nil - ) - { + ) { self.anycastIpList = anycastIpList self.eTag = eTag } @@ -4761,8 +4620,7 @@ public struct TooManyCachePolicies: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4785,8 +4643,7 @@ public struct TooManyCookiesInCachePolicy: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4809,8 +4666,7 @@ public struct TooManyHeadersInCachePolicy: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4833,8 +4689,7 @@ public struct TooManyQueryStringsInCachePolicy: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4846,8 +4701,7 @@ public struct CreateCachePolicyInput: Swift.Sendable { public init( cachePolicyConfig: CloudFrontClientTypes.CachePolicyConfig? = nil - ) - { + ) { self.cachePolicyConfig = cachePolicyConfig } } @@ -4864,8 +4718,7 @@ public struct CreateCachePolicyOutput: Swift.Sendable { cachePolicy: CloudFrontClientTypes.CachePolicy? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.cachePolicy = cachePolicy self.eTag = eTag self.location = location @@ -4890,8 +4743,7 @@ public struct CloudFrontOriginAccessIdentityAlreadyExists: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4914,8 +4766,7 @@ public struct TooManyCloudFrontOriginAccessIdentities: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4934,8 +4785,7 @@ extension CloudFrontClientTypes { public init( callerReference: Swift.String? = nil, comment: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.comment = comment } @@ -4950,8 +4800,7 @@ public struct CreateCloudFrontOriginAccessIdentityInput: Swift.Sendable { public init( cloudFrontOriginAccessIdentityConfig: CloudFrontClientTypes.CloudFrontOriginAccessIdentityConfig? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentityConfig = cloudFrontOriginAccessIdentityConfig } } @@ -4973,8 +4822,7 @@ extension CloudFrontClientTypes { cloudFrontOriginAccessIdentityConfig: CloudFrontClientTypes.CloudFrontOriginAccessIdentityConfig? = nil, id: Swift.String? = nil, s3CanonicalUserId: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentityConfig = cloudFrontOriginAccessIdentityConfig self.id = id self.s3CanonicalUserId = s3CanonicalUserId @@ -4995,8 +4843,7 @@ public struct CreateCloudFrontOriginAccessIdentityOutput: Swift.Sendable { cloudFrontOriginAccessIdentity: CloudFrontClientTypes.CloudFrontOriginAccessIdentity? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentity = cloudFrontOriginAccessIdentity self.eTag = eTag self.location = location @@ -5021,8 +4868,7 @@ public struct ContinuousDeploymentPolicyAlreadyExists: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5045,8 +4891,7 @@ public struct StagingDistributionInUse: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5069,8 +4914,7 @@ public struct TooManyContinuousDeploymentPolicies: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5088,8 +4932,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -5110,8 +4953,7 @@ extension CloudFrontClientTypes { public init( header: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.header = header self.value = value } @@ -5132,8 +4974,7 @@ extension CloudFrontClientTypes { public init( idleTTL: Swift.Int? = nil, maximumTTL: Swift.Int? = nil - ) - { + ) { self.idleTTL = idleTTL self.maximumTTL = maximumTTL } @@ -5153,8 +4994,7 @@ extension CloudFrontClientTypes { public init( sessionStickinessConfig: CloudFrontClientTypes.SessionStickinessConfig? = nil, weight: Swift.Float? = nil - ) - { + ) { self.sessionStickinessConfig = sessionStickinessConfig self.weight = weight } @@ -5206,8 +5046,7 @@ extension CloudFrontClientTypes { singleHeaderConfig: CloudFrontClientTypes.ContinuousDeploymentSingleHeaderConfig? = nil, singleWeightConfig: CloudFrontClientTypes.ContinuousDeploymentSingleWeightConfig? = nil, type: CloudFrontClientTypes.ContinuousDeploymentPolicyType? = nil - ) - { + ) { self.singleHeaderConfig = singleHeaderConfig self.singleWeightConfig = singleWeightConfig self.type = type @@ -5232,8 +5071,7 @@ extension CloudFrontClientTypes { enabled: Swift.Bool? = nil, stagingDistributionDnsNames: CloudFrontClientTypes.StagingDistributionDnsNames? = nil, trafficConfig: CloudFrontClientTypes.TrafficConfig? = nil - ) - { + ) { self.enabled = enabled self.stagingDistributionDnsNames = stagingDistributionDnsNames self.trafficConfig = trafficConfig @@ -5248,8 +5086,7 @@ public struct CreateContinuousDeploymentPolicyInput: Swift.Sendable { public init( continuousDeploymentPolicyConfig: CloudFrontClientTypes.ContinuousDeploymentPolicyConfig? = nil - ) - { + ) { self.continuousDeploymentPolicyConfig = continuousDeploymentPolicyConfig } } @@ -5272,8 +5109,7 @@ extension CloudFrontClientTypes { continuousDeploymentPolicyConfig: CloudFrontClientTypes.ContinuousDeploymentPolicyConfig? = nil, id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.continuousDeploymentPolicyConfig = continuousDeploymentPolicyConfig self.id = id self.lastModifiedTime = lastModifiedTime @@ -5293,8 +5129,7 @@ public struct CreateContinuousDeploymentPolicyOutput: Swift.Sendable { continuousDeploymentPolicy: CloudFrontClientTypes.ContinuousDeploymentPolicy? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.continuousDeploymentPolicy = continuousDeploymentPolicy self.eTag = eTag self.location = location @@ -5319,8 +5154,7 @@ public struct ContinuousDeploymentPolicyInUse: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5343,8 +5177,7 @@ public struct EntityNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5367,8 +5200,7 @@ public struct IllegalOriginAccessConfiguration: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5391,8 +5223,7 @@ public struct InvalidDomainNameForOriginAccessControl: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5415,8 +5246,7 @@ public struct NoSuchContinuousDeploymentPolicy: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5429,8 +5259,7 @@ public struct CreateDistributionInput: Swift.Sendable { public init( distributionConfig: CloudFrontClientTypes.DistributionConfig? = nil - ) - { + ) { self.distributionConfig = distributionConfig } } @@ -5448,8 +5277,7 @@ public struct CreateDistributionOutput: Swift.Sendable { distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag self.location = location @@ -5470,8 +5298,7 @@ extension CloudFrontClientTypes { public init( distributionConfig: CloudFrontClientTypes.DistributionConfig? = nil, tags: CloudFrontClientTypes.Tags? = nil - ) - { + ) { self.distributionConfig = distributionConfig self.tags = tags } @@ -5486,8 +5313,7 @@ public struct CreateDistributionWithTagsInput: Swift.Sendable { public init( distributionConfigWithTags: CloudFrontClientTypes.DistributionConfigWithTags? = nil - ) - { + ) { self.distributionConfigWithTags = distributionConfigWithTags } } @@ -5505,8 +5331,7 @@ public struct CreateDistributionWithTagsOutput: Swift.Sendable { distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag self.location = location @@ -5531,8 +5356,7 @@ public struct FieldLevelEncryptionConfigAlreadyExists: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5555,8 +5379,7 @@ public struct NoSuchFieldLevelEncryptionProfile: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5579,8 +5402,7 @@ public struct QueryArgProfileEmpty: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5603,8 +5425,7 @@ public struct TooManyFieldLevelEncryptionConfigs: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5627,8 +5448,7 @@ public struct TooManyFieldLevelEncryptionContentTypeProfiles: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5651,8 +5471,7 @@ public struct TooManyFieldLevelEncryptionQueryArgProfiles: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5700,8 +5519,7 @@ extension CloudFrontClientTypes { contentType: Swift.String? = nil, format: CloudFrontClientTypes.Format? = nil, profileId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.format = format self.profileId = profileId @@ -5722,8 +5540,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.ContentTypeProfile]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -5743,8 +5560,7 @@ extension CloudFrontClientTypes { public init( contentTypeProfiles: CloudFrontClientTypes.ContentTypeProfiles? = nil, forwardWhenContentTypeIsUnknown: Swift.Bool? = nil - ) - { + ) { self.contentTypeProfiles = contentTypeProfiles self.forwardWhenContentTypeIsUnknown = forwardWhenContentTypeIsUnknown } @@ -5765,8 +5581,7 @@ extension CloudFrontClientTypes { public init( profileId: Swift.String? = nil, queryArg: Swift.String? = nil - ) - { + ) { self.profileId = profileId self.queryArg = queryArg } @@ -5786,8 +5601,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.QueryArgProfile]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -5807,8 +5621,7 @@ extension CloudFrontClientTypes { public init( forwardWhenQueryArgProfileIsUnknown: Swift.Bool? = nil, queryArgProfiles: CloudFrontClientTypes.QueryArgProfiles? = nil - ) - { + ) { self.forwardWhenQueryArgProfileIsUnknown = forwardWhenQueryArgProfileIsUnknown self.queryArgProfiles = queryArgProfiles } @@ -5834,8 +5647,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, contentTypeProfileConfig: CloudFrontClientTypes.ContentTypeProfileConfig? = nil, queryArgProfileConfig: CloudFrontClientTypes.QueryArgProfileConfig? = nil - ) - { + ) { self.callerReference = callerReference self.comment = comment self.contentTypeProfileConfig = contentTypeProfileConfig @@ -5851,8 +5663,7 @@ public struct CreateFieldLevelEncryptionConfigInput: Swift.Sendable { public init( fieldLevelEncryptionConfig: CloudFrontClientTypes.FieldLevelEncryptionConfig? = nil - ) - { + ) { self.fieldLevelEncryptionConfig = fieldLevelEncryptionConfig } } @@ -5875,8 +5686,7 @@ extension CloudFrontClientTypes { fieldLevelEncryptionConfig: CloudFrontClientTypes.FieldLevelEncryptionConfig? = nil, id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.fieldLevelEncryptionConfig = fieldLevelEncryptionConfig self.id = id self.lastModifiedTime = lastModifiedTime @@ -5896,8 +5706,7 @@ public struct CreateFieldLevelEncryptionConfigOutput: Swift.Sendable { eTag: Swift.String? = nil, fieldLevelEncryption: CloudFrontClientTypes.FieldLevelEncryption? = nil, location: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryption = fieldLevelEncryption self.location = location @@ -5922,8 +5731,7 @@ public struct FieldLevelEncryptionProfileAlreadyExists: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5946,8 +5754,7 @@ public struct FieldLevelEncryptionProfileSizeExceeded: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5970,8 +5777,7 @@ public struct NoSuchPublicKey: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5994,8 +5800,7 @@ public struct TooManyFieldLevelEncryptionEncryptionEntities: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6018,8 +5823,7 @@ public struct TooManyFieldLevelEncryptionFieldPatterns: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6042,8 +5846,7 @@ public struct TooManyFieldLevelEncryptionProfiles: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6061,8 +5864,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -6087,8 +5889,7 @@ extension CloudFrontClientTypes { fieldPatterns: CloudFrontClientTypes.FieldPatterns? = nil, providerId: Swift.String? = nil, publicKeyId: Swift.String? = nil - ) - { + ) { self.fieldPatterns = fieldPatterns self.providerId = providerId self.publicKeyId = publicKeyId @@ -6109,8 +5910,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.EncryptionEntity]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -6138,8 +5938,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, encryptionEntities: CloudFrontClientTypes.EncryptionEntities? = nil, name: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.comment = comment self.encryptionEntities = encryptionEntities @@ -6155,8 +5954,7 @@ public struct CreateFieldLevelEncryptionProfileInput: Swift.Sendable { public init( fieldLevelEncryptionProfileConfig: CloudFrontClientTypes.FieldLevelEncryptionProfileConfig? = nil - ) - { + ) { self.fieldLevelEncryptionProfileConfig = fieldLevelEncryptionProfileConfig } } @@ -6179,8 +5977,7 @@ extension CloudFrontClientTypes { fieldLevelEncryptionProfileConfig: CloudFrontClientTypes.FieldLevelEncryptionProfileConfig? = nil, id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.fieldLevelEncryptionProfileConfig = fieldLevelEncryptionProfileConfig self.id = id self.lastModifiedTime = lastModifiedTime @@ -6200,8 +5997,7 @@ public struct CreateFieldLevelEncryptionProfileOutput: Swift.Sendable { eTag: Swift.String? = nil, fieldLevelEncryptionProfile: CloudFrontClientTypes.FieldLevelEncryptionProfile? = nil, location: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryptionProfile = fieldLevelEncryptionProfile self.location = location @@ -6226,8 +6022,7 @@ public struct FunctionAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6250,8 +6045,7 @@ public struct FunctionSizeLimitExceeded: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6274,8 +6068,7 @@ public struct TooManyFunctions: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6290,8 +6083,7 @@ extension CloudFrontClientTypes { public init( keyValueStoreARN: Swift.String? = nil - ) - { + ) { self.keyValueStoreARN = keyValueStoreARN } } @@ -6310,8 +6102,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.KeyValueStoreAssociation]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -6364,8 +6155,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, keyValueStoreAssociations: CloudFrontClientTypes.KeyValueStoreAssociations? = nil, runtime: CloudFrontClientTypes.FunctionRuntime? = nil - ) - { + ) { self.comment = comment self.keyValueStoreAssociations = keyValueStoreAssociations self.runtime = runtime @@ -6388,8 +6178,7 @@ public struct CreateFunctionInput: Swift.Sendable { functionCode: Foundation.Data? = nil, functionConfig: CloudFrontClientTypes.FunctionConfig? = nil, name: Swift.String? = nil - ) - { + ) { self.functionCode = functionCode self.functionConfig = functionConfig self.name = name @@ -6450,8 +6239,7 @@ extension CloudFrontClientTypes { functionARN: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, stage: CloudFrontClientTypes.FunctionStage? = nil - ) - { + ) { self.createdTime = createdTime self.functionARN = functionARN self.lastModifiedTime = lastModifiedTime @@ -6481,8 +6269,7 @@ extension CloudFrontClientTypes { functionMetadata: CloudFrontClientTypes.FunctionMetadata? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.functionConfig = functionConfig self.functionMetadata = functionMetadata self.name = name @@ -6503,8 +6290,7 @@ public struct CreateFunctionOutput: Swift.Sendable { eTag: Swift.String? = nil, functionSummary: CloudFrontClientTypes.FunctionSummary? = nil, location: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.functionSummary = functionSummary self.location = location @@ -6529,8 +6315,7 @@ public struct TooManyInvalidationsInProgress: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6548,8 +6333,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -6570,8 +6354,7 @@ extension CloudFrontClientTypes { public init( callerReference: Swift.String? = nil, paths: CloudFrontClientTypes.Paths? = nil - ) - { + ) { self.callerReference = callerReference self.paths = paths } @@ -6590,8 +6373,7 @@ public struct CreateInvalidationInput: Swift.Sendable { public init( distributionId: Swift.String? = nil, invalidationBatch: CloudFrontClientTypes.InvalidationBatch? = nil - ) - { + ) { self.distributionId = distributionId self.invalidationBatch = invalidationBatch } @@ -6619,8 +6401,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, invalidationBatch: CloudFrontClientTypes.InvalidationBatch? = nil, status: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.id = id self.invalidationBatch = invalidationBatch @@ -6639,8 +6420,7 @@ public struct CreateInvalidationOutput: Swift.Sendable { public init( invalidation: CloudFrontClientTypes.Invalidation? = nil, location: Swift.String? = nil - ) - { + ) { self.invalidation = invalidation self.location = location } @@ -6664,8 +6444,7 @@ public struct KeyGroupAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6688,8 +6467,7 @@ public struct TooManyKeyGroups: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6712,8 +6490,7 @@ public struct TooManyPublicKeysInKeyGroup: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6735,8 +6512,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, items: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.items = items self.name = name @@ -6751,8 +6527,7 @@ public struct CreateKeyGroupInput: Swift.Sendable { public init( keyGroupConfig: CloudFrontClientTypes.KeyGroupConfig? = nil - ) - { + ) { self.keyGroupConfig = keyGroupConfig } } @@ -6775,8 +6550,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, keyGroupConfig: CloudFrontClientTypes.KeyGroupConfig? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.id = id self.keyGroupConfig = keyGroupConfig self.lastModifiedTime = lastModifiedTime @@ -6796,8 +6570,7 @@ public struct CreateKeyGroupOutput: Swift.Sendable { eTag: Swift.String? = nil, keyGroup: CloudFrontClientTypes.KeyGroup? = nil, location: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.keyGroup = keyGroup self.location = location @@ -6822,8 +6595,7 @@ public struct EntitySizeLimitExceeded: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6868,8 +6640,7 @@ extension CloudFrontClientTypes { public init( sourceARN: Swift.String? = nil, sourceType: CloudFrontClientTypes.ImportSourceType? = nil - ) - { + ) { self.sourceARN = sourceARN self.sourceType = sourceType } @@ -6889,8 +6660,7 @@ public struct CreateKeyValueStoreInput: Swift.Sendable { comment: Swift.String? = nil, importSource: CloudFrontClientTypes.ImportSource? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.importSource = importSource self.name = name @@ -6926,8 +6696,7 @@ extension CloudFrontClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.comment = comment self.id = id @@ -6950,8 +6719,7 @@ public struct CreateKeyValueStoreOutput: Swift.Sendable { eTag: Swift.String? = nil, keyValueStore: CloudFrontClientTypes.KeyValueStore? = nil, location: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.keyValueStore = keyValueStore self.location = location @@ -6976,8 +6744,7 @@ public struct MonitoringSubscriptionAlreadyExists: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7021,8 +6788,7 @@ extension CloudFrontClientTypes { public init( realtimeMetricsSubscriptionStatus: CloudFrontClientTypes.RealtimeMetricsSubscriptionStatus? = nil - ) - { + ) { self.realtimeMetricsSubscriptionStatus = realtimeMetricsSubscriptionStatus } } @@ -7037,8 +6803,7 @@ extension CloudFrontClientTypes { public init( realtimeMetricsSubscriptionConfig: CloudFrontClientTypes.RealtimeMetricsSubscriptionConfig? = nil - ) - { + ) { self.realtimeMetricsSubscriptionConfig = realtimeMetricsSubscriptionConfig } } @@ -7055,8 +6820,7 @@ public struct CreateMonitoringSubscriptionInput: Swift.Sendable { public init( distributionId: Swift.String? = nil, monitoringSubscription: CloudFrontClientTypes.MonitoringSubscription? = nil - ) - { + ) { self.distributionId = distributionId self.monitoringSubscription = monitoringSubscription } @@ -7068,8 +6832,7 @@ public struct CreateMonitoringSubscriptionOutput: Swift.Sendable { public init( monitoringSubscription: CloudFrontClientTypes.MonitoringSubscription? = nil - ) - { + ) { self.monitoringSubscription = monitoringSubscription } } @@ -7092,8 +6855,7 @@ public struct OriginAccessControlAlreadyExists: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7116,8 +6878,7 @@ public struct TooManyOriginAccessControls: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7246,8 +7007,7 @@ extension CloudFrontClientTypes { originAccessControlOriginType: CloudFrontClientTypes.OriginAccessControlOriginTypes? = nil, signingBehavior: CloudFrontClientTypes.OriginAccessControlSigningBehaviors? = nil, signingProtocol: CloudFrontClientTypes.OriginAccessControlSigningProtocols? = nil - ) - { + ) { self.description = description self.name = name self.originAccessControlOriginType = originAccessControlOriginType @@ -7264,8 +7024,7 @@ public struct CreateOriginAccessControlInput: Swift.Sendable { public init( originAccessControlConfig: CloudFrontClientTypes.OriginAccessControlConfig? = nil - ) - { + ) { self.originAccessControlConfig = originAccessControlConfig } } @@ -7283,8 +7042,7 @@ extension CloudFrontClientTypes { public init( id: Swift.String? = nil, originAccessControlConfig: CloudFrontClientTypes.OriginAccessControlConfig? = nil - ) - { + ) { self.id = id self.originAccessControlConfig = originAccessControlConfig } @@ -7303,8 +7061,7 @@ public struct CreateOriginAccessControlOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, originAccessControl: CloudFrontClientTypes.OriginAccessControl? = nil - ) - { + ) { self.eTag = eTag self.location = location self.originAccessControl = originAccessControl @@ -7329,8 +7086,7 @@ public struct OriginRequestPolicyAlreadyExists: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7353,8 +7109,7 @@ public struct TooManyCookiesInOriginRequestPolicy: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7377,8 +7132,7 @@ public struct TooManyHeadersInOriginRequestPolicy: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7401,8 +7155,7 @@ public struct TooManyOriginRequestPolicies: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7425,8 +7178,7 @@ public struct TooManyQueryStringsInOriginRequestPolicy: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7487,8 +7239,7 @@ extension CloudFrontClientTypes { public init( cookieBehavior: CloudFrontClientTypes.OriginRequestPolicyCookieBehavior? = nil, cookies: CloudFrontClientTypes.CookieNames? = nil - ) - { + ) { self.cookieBehavior = cookieBehavior self.cookies = cookies } @@ -7556,8 +7307,7 @@ extension CloudFrontClientTypes { public init( headerBehavior: CloudFrontClientTypes.OriginRequestPolicyHeaderBehavior? = nil, headers: CloudFrontClientTypes.Headers? = nil - ) - { + ) { self.headerBehavior = headerBehavior self.headers = headers } @@ -7620,8 +7370,7 @@ extension CloudFrontClientTypes { public init( queryStringBehavior: CloudFrontClientTypes.OriginRequestPolicyQueryStringBehavior? = nil, queryStrings: CloudFrontClientTypes.QueryStringNames? = nil - ) - { + ) { self.queryStringBehavior = queryStringBehavior self.queryStrings = queryStrings } @@ -7662,8 +7411,7 @@ extension CloudFrontClientTypes { headersConfig: CloudFrontClientTypes.OriginRequestPolicyHeadersConfig? = nil, name: Swift.String? = nil, queryStringsConfig: CloudFrontClientTypes.OriginRequestPolicyQueryStringsConfig? = nil - ) - { + ) { self.comment = comment self.cookiesConfig = cookiesConfig self.headersConfig = headersConfig @@ -7680,8 +7428,7 @@ public struct CreateOriginRequestPolicyInput: Swift.Sendable { public init( originRequestPolicyConfig: CloudFrontClientTypes.OriginRequestPolicyConfig? = nil - ) - { + ) { self.originRequestPolicyConfig = originRequestPolicyConfig } } @@ -7713,8 +7460,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, originRequestPolicyConfig: CloudFrontClientTypes.OriginRequestPolicyConfig? = nil - ) - { + ) { self.id = id self.lastModifiedTime = lastModifiedTime self.originRequestPolicyConfig = originRequestPolicyConfig @@ -7734,8 +7480,7 @@ public struct CreateOriginRequestPolicyOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, originRequestPolicy: CloudFrontClientTypes.OriginRequestPolicy? = nil - ) - { + ) { self.eTag = eTag self.location = location self.originRequestPolicy = originRequestPolicy @@ -7760,8 +7505,7 @@ public struct PublicKeyAlreadyExists: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7784,8 +7528,7 @@ public struct TooManyPublicKeys: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7811,8 +7554,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, encodedKey: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.comment = comment self.encodedKey = encodedKey @@ -7828,8 +7570,7 @@ public struct CreatePublicKeyInput: Swift.Sendable { public init( publicKeyConfig: CloudFrontClientTypes.PublicKeyConfig? = nil - ) - { + ) { self.publicKeyConfig = publicKeyConfig } } @@ -7852,8 +7593,7 @@ extension CloudFrontClientTypes { createdTime: Foundation.Date? = nil, id: Swift.String? = nil, publicKeyConfig: CloudFrontClientTypes.PublicKeyConfig? = nil - ) - { + ) { self.createdTime = createdTime self.id = id self.publicKeyConfig = publicKeyConfig @@ -7873,8 +7613,7 @@ public struct CreatePublicKeyOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, publicKey: CloudFrontClientTypes.PublicKey? = nil - ) - { + ) { self.eTag = eTag self.location = location self.publicKey = publicKey @@ -7899,8 +7638,7 @@ public struct RealtimeLogConfigAlreadyExists: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7923,8 +7661,7 @@ public struct TooManyRealtimeLogConfigs: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7943,8 +7680,7 @@ extension CloudFrontClientTypes { public init( roleARN: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.roleARN = roleARN self.streamARN = streamARN } @@ -7964,8 +7700,7 @@ extension CloudFrontClientTypes { public init( kinesisStreamConfig: CloudFrontClientTypes.KinesisStreamConfig? = nil, streamType: Swift.String? = nil - ) - { + ) { self.kinesisStreamConfig = kinesisStreamConfig self.streamType = streamType } @@ -7991,8 +7726,7 @@ public struct CreateRealtimeLogConfigInput: Swift.Sendable { fields: [Swift.String]? = nil, name: Swift.String? = nil, samplingRate: Swift.Int? = nil - ) - { + ) { self.endPoints = endPoints self.fields = fields self.name = name @@ -8026,8 +7760,7 @@ extension CloudFrontClientTypes { fields: [Swift.String]? = nil, name: Swift.String? = nil, samplingRate: Swift.Int? = nil - ) - { + ) { self.arn = arn self.endPoints = endPoints self.fields = fields @@ -8043,8 +7776,7 @@ public struct CreateRealtimeLogConfigOutput: Swift.Sendable { public init( realtimeLogConfig: CloudFrontClientTypes.RealtimeLogConfig? = nil - ) - { + ) { self.realtimeLogConfig = realtimeLogConfig } } @@ -8067,8 +7799,7 @@ public struct ResponseHeadersPolicyAlreadyExists: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8091,8 +7822,7 @@ public struct TooLongCSPInResponseHeadersPolicy: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8115,8 +7845,7 @@ public struct TooManyCustomHeadersInResponseHeadersPolicy: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8139,8 +7868,7 @@ public struct TooManyRemoveHeadersInResponseHeadersPolicy: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8163,8 +7891,7 @@ public struct TooManyResponseHeadersPolicies: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8183,8 +7910,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8224,8 +7950,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.ResponseHeadersPolicyAccessControlAllowMethodsValues]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8246,8 +7971,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8267,8 +7991,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8307,8 +8030,7 @@ extension CloudFrontClientTypes { accessControlExposeHeaders: CloudFrontClientTypes.ResponseHeadersPolicyAccessControlExposeHeaders? = nil, accessControlMaxAgeSec: Swift.Int? = nil, originOverride: Swift.Bool? = nil - ) - { + ) { self.accessControlAllowCredentials = accessControlAllowCredentials self.accessControlAllowHeaders = accessControlAllowHeaders self.accessControlAllowMethods = accessControlAllowMethods @@ -8338,8 +8060,7 @@ extension CloudFrontClientTypes { header: Swift.String? = nil, `override`: Swift.Bool? = nil, value: Swift.String? = nil - ) - { + ) { self.header = header self.`override` = `override` self.value = value @@ -8360,8 +8081,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.ResponseHeadersPolicyCustomHeader]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8378,8 +8098,7 @@ extension CloudFrontClientTypes { public init( header: Swift.String? = nil - ) - { + ) { self.header = header } } @@ -8398,8 +8117,7 @@ extension CloudFrontClientTypes { public init( items: [CloudFrontClientTypes.ResponseHeadersPolicyRemoveHeader]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -8420,8 +8138,7 @@ extension CloudFrontClientTypes { public init( contentSecurityPolicy: Swift.String? = nil, `override`: Swift.Bool? = nil - ) - { + ) { self.contentSecurityPolicy = contentSecurityPolicy self.`override` = `override` } @@ -8438,8 +8155,7 @@ extension CloudFrontClientTypes { public init( `override`: Swift.Bool? = nil - ) - { + ) { self.`override` = `override` } } @@ -8488,8 +8204,7 @@ extension CloudFrontClientTypes { public init( frameOption: CloudFrontClientTypes.FrameOptionsList? = nil, `override`: Swift.Bool? = nil - ) - { + ) { self.frameOption = frameOption self.`override` = `override` } @@ -8576,8 +8291,7 @@ extension CloudFrontClientTypes { public init( `override`: Swift.Bool? = nil, referrerPolicy: CloudFrontClientTypes.ReferrerPolicyList? = nil - ) - { + ) { self.`override` = `override` self.referrerPolicy = referrerPolicy } @@ -8604,8 +8318,7 @@ extension CloudFrontClientTypes { includeSubdomains: Swift.Bool? = nil, `override`: Swift.Bool? = nil, preload: Swift.Bool? = nil - ) - { + ) { self.accessControlMaxAgeSec = accessControlMaxAgeSec self.includeSubdomains = includeSubdomains self.`override` = `override` @@ -8634,8 +8347,7 @@ extension CloudFrontClientTypes { `override`: Swift.Bool? = nil, protection: Swift.Bool? = nil, reportUri: Swift.String? = nil - ) - { + ) { self.modeBlock = modeBlock self.`override` = `override` self.protection = protection @@ -8668,8 +8380,7 @@ extension CloudFrontClientTypes { referrerPolicy: CloudFrontClientTypes.ResponseHeadersPolicyReferrerPolicy? = nil, strictTransportSecurity: CloudFrontClientTypes.ResponseHeadersPolicyStrictTransportSecurity? = nil, xssProtection: CloudFrontClientTypes.ResponseHeadersPolicyXSSProtection? = nil - ) - { + ) { self.contentSecurityPolicy = contentSecurityPolicy self.contentTypeOptions = contentTypeOptions self.frameOptions = frameOptions @@ -8693,8 +8404,7 @@ extension CloudFrontClientTypes { public init( enabled: Swift.Bool? = nil, samplingRate: Swift.Double? = nil - ) - { + ) { self.enabled = enabled self.samplingRate = samplingRate } @@ -8729,8 +8439,7 @@ extension CloudFrontClientTypes { removeHeadersConfig: CloudFrontClientTypes.ResponseHeadersPolicyRemoveHeadersConfig? = nil, securityHeadersConfig: CloudFrontClientTypes.ResponseHeadersPolicySecurityHeadersConfig? = nil, serverTimingHeadersConfig: CloudFrontClientTypes.ResponseHeadersPolicyServerTimingHeadersConfig? = nil - ) - { + ) { self.comment = comment self.corsConfig = corsConfig self.customHeadersConfig = customHeadersConfig @@ -8749,8 +8458,7 @@ public struct CreateResponseHeadersPolicyInput: Swift.Sendable { public init( responseHeadersPolicyConfig: CloudFrontClientTypes.ResponseHeadersPolicyConfig? = nil - ) - { + ) { self.responseHeadersPolicyConfig = responseHeadersPolicyConfig } } @@ -8773,8 +8481,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, responseHeadersPolicyConfig: CloudFrontClientTypes.ResponseHeadersPolicyConfig? = nil - ) - { + ) { self.id = id self.lastModifiedTime = lastModifiedTime self.responseHeadersPolicyConfig = responseHeadersPolicyConfig @@ -8794,8 +8501,7 @@ public struct CreateResponseHeadersPolicyOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, responseHeadersPolicy: CloudFrontClientTypes.ResponseHeadersPolicy? = nil - ) - { + ) { self.eTag = eTag self.location = location self.responseHeadersPolicy = responseHeadersPolicy @@ -8820,8 +8526,7 @@ public struct StreamingDistributionAlreadyExists: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8844,8 +8549,7 @@ public struct TooManyStreamingDistributionCNAMEs: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8868,8 +8572,7 @@ public struct TooManyStreamingDistributions: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8892,8 +8595,7 @@ extension CloudFrontClientTypes { bucket: Swift.String? = nil, enabled: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.`prefix` = `prefix` @@ -8915,8 +8617,7 @@ extension CloudFrontClientTypes { public init( domainName: Swift.String? = nil, originAccessIdentity: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.originAccessIdentity = originAccessIdentity } @@ -8958,8 +8659,7 @@ extension CloudFrontClientTypes { priceClass: CloudFrontClientTypes.PriceClass? = nil, s3Origin: CloudFrontClientTypes.S3Origin? = nil, trustedSigners: CloudFrontClientTypes.TrustedSigners? = nil - ) - { + ) { self.aliases = aliases self.callerReference = callerReference self.comment = comment @@ -8980,8 +8680,7 @@ public struct CreateStreamingDistributionInput: Swift.Sendable { public init( streamingDistributionConfig: CloudFrontClientTypes.StreamingDistributionConfig? = nil - ) - { + ) { self.streamingDistributionConfig = streamingDistributionConfig } } @@ -9019,8 +8718,7 @@ extension CloudFrontClientTypes { lastModifiedTime: Foundation.Date? = nil, status: Swift.String? = nil, streamingDistributionConfig: CloudFrontClientTypes.StreamingDistributionConfig? = nil - ) - { + ) { self.activeTrustedSigners = activeTrustedSigners self.arn = arn self.domainName = domainName @@ -9045,8 +8743,7 @@ public struct CreateStreamingDistributionOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, streamingDistribution: CloudFrontClientTypes.StreamingDistribution? = nil - ) - { + ) { self.eTag = eTag self.location = location self.streamingDistribution = streamingDistribution @@ -9067,8 +8764,7 @@ extension CloudFrontClientTypes { public init( streamingDistributionConfig: CloudFrontClientTypes.StreamingDistributionConfig? = nil, tags: CloudFrontClientTypes.Tags? = nil - ) - { + ) { self.streamingDistributionConfig = streamingDistributionConfig self.tags = tags } @@ -9083,8 +8779,7 @@ public struct CreateStreamingDistributionWithTagsInput: Swift.Sendable { public init( streamingDistributionConfigWithTags: CloudFrontClientTypes.StreamingDistributionConfigWithTags? = nil - ) - { + ) { self.streamingDistributionConfigWithTags = streamingDistributionConfigWithTags } } @@ -9102,8 +8797,7 @@ public struct CreateStreamingDistributionWithTagsOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, streamingDistribution: CloudFrontClientTypes.StreamingDistribution? = nil - ) - { + ) { self.eTag = eTag self.location = location self.streamingDistribution = streamingDistribution @@ -9139,8 +8833,7 @@ extension CloudFrontClientTypes { name: Swift.String? = nil, originProtocolPolicy: CloudFrontClientTypes.OriginProtocolPolicy? = nil, originSslProtocols: CloudFrontClientTypes.OriginSslProtocols? = nil - ) - { + ) { self.arn = arn self.httpPort = httpPort self.httpsPort = httpsPort @@ -9161,8 +8854,7 @@ public struct CreateVpcOriginInput: Swift.Sendable { public init( tags: CloudFrontClientTypes.Tags? = nil, vpcOriginEndpointConfig: CloudFrontClientTypes.VpcOriginEndpointConfig? = nil - ) - { + ) { self.tags = tags self.vpcOriginEndpointConfig = vpcOriginEndpointConfig } @@ -9198,8 +8890,7 @@ extension CloudFrontClientTypes { lastModifiedTime: Foundation.Date? = nil, status: Swift.String? = nil, vpcOriginEndpointConfig: CloudFrontClientTypes.VpcOriginEndpointConfig? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -9222,8 +8913,7 @@ public struct CreateVpcOriginOutput: Swift.Sendable { eTag: Swift.String? = nil, location: Swift.String? = nil, vpcOrigin: CloudFrontClientTypes.VpcOrigin? = nil - ) - { + ) { self.eTag = eTag self.location = location self.vpcOrigin = vpcOrigin @@ -9248,8 +8938,7 @@ public struct IllegalDelete: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9265,8 +8954,7 @@ public struct DeleteAnycastIpListInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9282,8 +8970,7 @@ public struct DeleteCachePolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9307,8 +8994,7 @@ public struct CloudFrontOriginAccessIdentityInUse: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9331,8 +9017,7 @@ public struct NoSuchCloudFrontOriginAccessIdentity: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9348,8 +9033,7 @@ public struct DeleteCloudFrontOriginAccessIdentityInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9365,8 +9049,7 @@ public struct DeleteContinuousDeploymentPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9390,8 +9073,7 @@ public struct DistributionNotDisabled: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9426,8 +9108,7 @@ public struct DeleteDistributionInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9451,8 +9132,7 @@ public struct FieldLevelEncryptionConfigInUse: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9467,8 +9147,7 @@ public struct DeleteFieldLevelEncryptionConfigInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9492,8 +9171,7 @@ public struct FieldLevelEncryptionProfileInUse: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9508,8 +9186,7 @@ public struct DeleteFieldLevelEncryptionProfileInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9533,8 +9210,7 @@ public struct FunctionInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9557,8 +9233,7 @@ public struct NoSuchFunctionExists: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9574,8 +9249,7 @@ public struct DeleteFunctionInput: Swift.Sendable { public init( ifMatch: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ifMatch = ifMatch self.name = name } @@ -9599,8 +9273,7 @@ public struct NoSuchResource: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9623,8 +9296,7 @@ public struct ResourceInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9639,8 +9311,7 @@ public struct DeleteKeyGroupInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9657,8 +9328,7 @@ public struct DeleteKeyValueStoreInput: Swift.Sendable { public init( ifMatch: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ifMatch = ifMatch self.name = name } @@ -9682,8 +9352,7 @@ public struct NoSuchMonitoringSubscription: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9695,8 +9364,7 @@ public struct DeleteMonitoringSubscriptionInput: Swift.Sendable { public init( distributionId: Swift.String? = nil - ) - { + ) { self.distributionId = distributionId } } @@ -9724,8 +9392,7 @@ public struct NoSuchOriginAccessControl: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9748,8 +9415,7 @@ public struct OriginAccessControlInUse: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9764,8 +9430,7 @@ public struct DeleteOriginAccessControlInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9789,8 +9454,7 @@ public struct OriginRequestPolicyInUse: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9805,8 +9469,7 @@ public struct DeleteOriginRequestPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9830,8 +9493,7 @@ public struct PublicKeyInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9846,8 +9508,7 @@ public struct DeletePublicKeyInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9871,8 +9532,7 @@ public struct RealtimeLogConfigInUse: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9886,8 +9546,7 @@ public struct DeleteRealtimeLogConfigInput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -9911,8 +9570,7 @@ public struct ResponseHeadersPolicyInUse: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9927,8 +9585,7 @@ public struct DeleteResponseHeadersPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -9952,8 +9609,7 @@ public struct NoSuchStreamingDistribution: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9976,8 +9632,7 @@ public struct StreamingDistributionNotDisabled: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9993,8 +9648,7 @@ public struct DeleteStreamingDistributionInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -10011,8 +9665,7 @@ public struct DeleteVpcOriginInput: Swift.Sendable { public init( id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch } @@ -10027,8 +9680,7 @@ public struct DeleteVpcOriginOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, vpcOrigin: CloudFrontClientTypes.VpcOrigin? = nil - ) - { + ) { self.eTag = eTag self.vpcOrigin = vpcOrigin } @@ -10044,8 +9696,7 @@ public struct DescribeFunctionInput: Swift.Sendable { public init( name: Swift.String? = nil, stage: CloudFrontClientTypes.FunctionStage? = nil - ) - { + ) { self.name = name self.stage = stage } @@ -10060,8 +9711,7 @@ public struct DescribeFunctionOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, functionSummary: CloudFrontClientTypes.FunctionSummary? = nil - ) - { + ) { self.eTag = eTag self.functionSummary = functionSummary } @@ -10074,8 +9724,7 @@ public struct DescribeKeyValueStoreInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -10089,8 +9738,7 @@ public struct DescribeKeyValueStoreOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, keyValueStore: CloudFrontClientTypes.KeyValueStore? = nil - ) - { + ) { self.eTag = eTag self.keyValueStore = keyValueStore } @@ -10103,8 +9751,7 @@ public struct GetAnycastIpListInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10118,8 +9765,7 @@ public struct GetAnycastIpListOutput: Swift.Sendable { public init( anycastIpList: CloudFrontClientTypes.AnycastIpList? = nil, eTag: Swift.String? = nil - ) - { + ) { self.anycastIpList = anycastIpList self.eTag = eTag } @@ -10132,8 +9778,7 @@ public struct GetCachePolicyInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10147,8 +9792,7 @@ public struct GetCachePolicyOutput: Swift.Sendable { public init( cachePolicy: CloudFrontClientTypes.CachePolicy? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cachePolicy = cachePolicy self.eTag = eTag } @@ -10161,8 +9805,7 @@ public struct GetCachePolicyConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10176,8 +9819,7 @@ public struct GetCachePolicyConfigOutput: Swift.Sendable { public init( cachePolicyConfig: CloudFrontClientTypes.CachePolicyConfig? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cachePolicyConfig = cachePolicyConfig self.eTag = eTag } @@ -10191,8 +9833,7 @@ public struct GetCloudFrontOriginAccessIdentityInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10207,8 +9848,7 @@ public struct GetCloudFrontOriginAccessIdentityOutput: Swift.Sendable { public init( cloudFrontOriginAccessIdentity: CloudFrontClientTypes.CloudFrontOriginAccessIdentity? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentity = cloudFrontOriginAccessIdentity self.eTag = eTag } @@ -10222,8 +9862,7 @@ public struct GetCloudFrontOriginAccessIdentityConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10238,8 +9877,7 @@ public struct GetCloudFrontOriginAccessIdentityConfigOutput: Swift.Sendable { public init( cloudFrontOriginAccessIdentityConfig: CloudFrontClientTypes.CloudFrontOriginAccessIdentityConfig? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentityConfig = cloudFrontOriginAccessIdentityConfig self.eTag = eTag } @@ -10252,8 +9890,7 @@ public struct GetContinuousDeploymentPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10267,8 +9904,7 @@ public struct GetContinuousDeploymentPolicyOutput: Swift.Sendable { public init( continuousDeploymentPolicy: CloudFrontClientTypes.ContinuousDeploymentPolicy? = nil, eTag: Swift.String? = nil - ) - { + ) { self.continuousDeploymentPolicy = continuousDeploymentPolicy self.eTag = eTag } @@ -10281,8 +9917,7 @@ public struct GetContinuousDeploymentPolicyConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10296,8 +9931,7 @@ public struct GetContinuousDeploymentPolicyConfigOutput: Swift.Sendable { public init( continuousDeploymentPolicyConfig: CloudFrontClientTypes.ContinuousDeploymentPolicyConfig? = nil, eTag: Swift.String? = nil - ) - { + ) { self.continuousDeploymentPolicyConfig = continuousDeploymentPolicyConfig self.eTag = eTag } @@ -10311,8 +9945,7 @@ public struct GetDistributionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10327,8 +9960,7 @@ public struct GetDistributionOutput: Swift.Sendable { public init( distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag } @@ -10342,8 +9974,7 @@ public struct GetDistributionConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10358,8 +9989,7 @@ public struct GetDistributionConfigOutput: Swift.Sendable { public init( distributionConfig: CloudFrontClientTypes.DistributionConfig? = nil, eTag: Swift.String? = nil - ) - { + ) { self.distributionConfig = distributionConfig self.eTag = eTag } @@ -10372,8 +10002,7 @@ public struct GetFieldLevelEncryptionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10387,8 +10016,7 @@ public struct GetFieldLevelEncryptionOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryption: CloudFrontClientTypes.FieldLevelEncryption? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryption = fieldLevelEncryption } @@ -10401,8 +10029,7 @@ public struct GetFieldLevelEncryptionConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10416,8 +10043,7 @@ public struct GetFieldLevelEncryptionConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryptionConfig: CloudFrontClientTypes.FieldLevelEncryptionConfig? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryptionConfig = fieldLevelEncryptionConfig } @@ -10430,8 +10056,7 @@ public struct GetFieldLevelEncryptionProfileInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10445,8 +10070,7 @@ public struct GetFieldLevelEncryptionProfileOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryptionProfile: CloudFrontClientTypes.FieldLevelEncryptionProfile? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryptionProfile = fieldLevelEncryptionProfile } @@ -10459,8 +10083,7 @@ public struct GetFieldLevelEncryptionProfileConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10474,8 +10097,7 @@ public struct GetFieldLevelEncryptionProfileConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryptionProfileConfig: CloudFrontClientTypes.FieldLevelEncryptionProfileConfig? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryptionProfileConfig = fieldLevelEncryptionProfileConfig } @@ -10491,8 +10113,7 @@ public struct GetFunctionInput: Swift.Sendable { public init( name: Swift.String? = nil, stage: CloudFrontClientTypes.FunctionStage? = nil - ) - { + ) { self.name = name self.stage = stage } @@ -10510,8 +10131,7 @@ public struct GetFunctionOutput: Swift.Sendable { contentType: Swift.String? = nil, eTag: Swift.String? = nil, functionCode: Foundation.Data? = nil - ) - { + ) { self.contentType = contentType self.eTag = eTag self.functionCode = functionCode @@ -10541,8 +10161,7 @@ public struct NoSuchInvalidation: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10559,8 +10178,7 @@ public struct GetInvalidationInput: Swift.Sendable { public init( distributionId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.distributionId = distributionId self.id = id } @@ -10573,8 +10191,7 @@ public struct GetInvalidationOutput: Swift.Sendable { public init( invalidation: CloudFrontClientTypes.Invalidation? = nil - ) - { + ) { self.invalidation = invalidation } } @@ -10586,8 +10203,7 @@ public struct GetKeyGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10601,8 +10217,7 @@ public struct GetKeyGroupOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, keyGroup: CloudFrontClientTypes.KeyGroup? = nil - ) - { + ) { self.eTag = eTag self.keyGroup = keyGroup } @@ -10615,8 +10230,7 @@ public struct GetKeyGroupConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10630,8 +10244,7 @@ public struct GetKeyGroupConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, keyGroupConfig: CloudFrontClientTypes.KeyGroupConfig? = nil - ) - { + ) { self.eTag = eTag self.keyGroupConfig = keyGroupConfig } @@ -10644,8 +10257,7 @@ public struct GetMonitoringSubscriptionInput: Swift.Sendable { public init( distributionId: Swift.String? = nil - ) - { + ) { self.distributionId = distributionId } } @@ -10656,8 +10268,7 @@ public struct GetMonitoringSubscriptionOutput: Swift.Sendable { public init( monitoringSubscription: CloudFrontClientTypes.MonitoringSubscription? = nil - ) - { + ) { self.monitoringSubscription = monitoringSubscription } } @@ -10669,8 +10280,7 @@ public struct GetOriginAccessControlInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10684,8 +10294,7 @@ public struct GetOriginAccessControlOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originAccessControl: CloudFrontClientTypes.OriginAccessControl? = nil - ) - { + ) { self.eTag = eTag self.originAccessControl = originAccessControl } @@ -10698,8 +10307,7 @@ public struct GetOriginAccessControlConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10713,8 +10321,7 @@ public struct GetOriginAccessControlConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originAccessControlConfig: CloudFrontClientTypes.OriginAccessControlConfig? = nil - ) - { + ) { self.eTag = eTag self.originAccessControlConfig = originAccessControlConfig } @@ -10727,8 +10334,7 @@ public struct GetOriginRequestPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10742,8 +10348,7 @@ public struct GetOriginRequestPolicyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originRequestPolicy: CloudFrontClientTypes.OriginRequestPolicy? = nil - ) - { + ) { self.eTag = eTag self.originRequestPolicy = originRequestPolicy } @@ -10756,8 +10361,7 @@ public struct GetOriginRequestPolicyConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10771,8 +10375,7 @@ public struct GetOriginRequestPolicyConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originRequestPolicyConfig: CloudFrontClientTypes.OriginRequestPolicyConfig? = nil - ) - { + ) { self.eTag = eTag self.originRequestPolicyConfig = originRequestPolicyConfig } @@ -10785,8 +10388,7 @@ public struct GetPublicKeyInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10800,8 +10402,7 @@ public struct GetPublicKeyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, publicKey: CloudFrontClientTypes.PublicKey? = nil - ) - { + ) { self.eTag = eTag self.publicKey = publicKey } @@ -10814,8 +10415,7 @@ public struct GetPublicKeyConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10829,8 +10429,7 @@ public struct GetPublicKeyConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, publicKeyConfig: CloudFrontClientTypes.PublicKeyConfig? = nil - ) - { + ) { self.eTag = eTag self.publicKeyConfig = publicKeyConfig } @@ -10845,8 +10444,7 @@ public struct GetRealtimeLogConfigInput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -10858,8 +10456,7 @@ public struct GetRealtimeLogConfigOutput: Swift.Sendable { public init( realtimeLogConfig: CloudFrontClientTypes.RealtimeLogConfig? = nil - ) - { + ) { self.realtimeLogConfig = realtimeLogConfig } } @@ -10871,8 +10468,7 @@ public struct GetResponseHeadersPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10886,8 +10482,7 @@ public struct GetResponseHeadersPolicyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, responseHeadersPolicy: CloudFrontClientTypes.ResponseHeadersPolicy? = nil - ) - { + ) { self.eTag = eTag self.responseHeadersPolicy = responseHeadersPolicy } @@ -10900,8 +10495,7 @@ public struct GetResponseHeadersPolicyConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10915,8 +10509,7 @@ public struct GetResponseHeadersPolicyConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, responseHeadersPolicyConfig: CloudFrontClientTypes.ResponseHeadersPolicyConfig? = nil - ) - { + ) { self.eTag = eTag self.responseHeadersPolicyConfig = responseHeadersPolicyConfig } @@ -10930,8 +10523,7 @@ public struct GetStreamingDistributionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10946,8 +10538,7 @@ public struct GetStreamingDistributionOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, streamingDistribution: CloudFrontClientTypes.StreamingDistribution? = nil - ) - { + ) { self.eTag = eTag self.streamingDistribution = streamingDistribution } @@ -10961,8 +10552,7 @@ public struct GetStreamingDistributionConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -10977,8 +10567,7 @@ public struct GetStreamingDistributionConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, streamingDistributionConfig: CloudFrontClientTypes.StreamingDistributionConfig? = nil - ) - { + ) { self.eTag = eTag self.streamingDistributionConfig = streamingDistributionConfig } @@ -10991,8 +10580,7 @@ public struct GetVpcOriginInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -11006,8 +10594,7 @@ public struct GetVpcOriginOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, vpcOrigin: CloudFrontClientTypes.VpcOrigin? = nil - ) - { + ) { self.eTag = eTag self.vpcOrigin = vpcOrigin } @@ -11022,8 +10609,7 @@ public struct ListAnycastIpListsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11035,8 +10621,7 @@ public struct ListAnycastIpListsOutput: Swift.Sendable { public init( anycastIpLists: CloudFrontClientTypes.AnycastIpListCollection? = nil - ) - { + ) { self.anycastIpLists = anycastIpLists } } @@ -11057,8 +10642,7 @@ public struct ListCachePoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, type: CloudFrontClientTypes.CachePolicyType? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.type = type @@ -11071,8 +10655,7 @@ public struct ListCachePoliciesOutput: Swift.Sendable { public init( cachePolicyList: CloudFrontClientTypes.CachePolicyList? = nil - ) - { + ) { self.cachePolicyList = cachePolicyList } } @@ -11087,8 +10670,7 @@ public struct ListCloudFrontOriginAccessIdentitiesInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11112,8 +10694,7 @@ extension CloudFrontClientTypes { comment: Swift.String? = nil, id: Swift.String? = nil, s3CanonicalUserId: Swift.String? = nil - ) - { + ) { self.comment = comment self.id = id self.s3CanonicalUserId = s3CanonicalUserId @@ -11149,8 +10730,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -11168,8 +10748,7 @@ public struct ListCloudFrontOriginAccessIdentitiesOutput: Swift.Sendable { public init( cloudFrontOriginAccessIdentityList: CloudFrontClientTypes.CloudFrontOriginAccessIdentityList? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentityList = cloudFrontOriginAccessIdentityList } } @@ -11191,8 +10770,7 @@ public struct ListConflictingAliasesInput: Swift.Sendable { distributionId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.alias = alias self.distributionId = distributionId self.marker = marker @@ -11215,8 +10793,7 @@ extension CloudFrontClientTypes { accountId: Swift.String? = nil, alias: Swift.String? = nil, distributionId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.alias = alias self.distributionId = distributionId @@ -11242,8 +10819,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -11258,8 +10834,7 @@ public struct ListConflictingAliasesOutput: Swift.Sendable { public init( conflictingAliasesList: CloudFrontClientTypes.ConflictingAliasesList? = nil - ) - { + ) { self.conflictingAliasesList = conflictingAliasesList } } @@ -11273,8 +10848,7 @@ public struct ListContinuousDeploymentPoliciesInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11290,8 +10864,7 @@ extension CloudFrontClientTypes { public init( continuousDeploymentPolicy: CloudFrontClientTypes.ContinuousDeploymentPolicy? = nil - ) - { + ) { self.continuousDeploymentPolicy = continuousDeploymentPolicy } } @@ -11317,8 +10890,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -11333,8 +10905,7 @@ public struct ListContinuousDeploymentPoliciesOutput: Swift.Sendable { public init( continuousDeploymentPolicyList: CloudFrontClientTypes.ContinuousDeploymentPolicyList? = nil - ) - { + ) { self.continuousDeploymentPolicyList = continuousDeploymentPolicyList } } @@ -11349,8 +10920,7 @@ public struct ListDistributionsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11447,8 +11017,7 @@ extension CloudFrontClientTypes { status: Swift.String? = nil, viewerCertificate: CloudFrontClientTypes.ViewerCertificate? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.aliasICPRecordals = aliasICPRecordals self.aliases = aliases self.anycastIpListId = anycastIpListId @@ -11503,8 +11072,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -11522,8 +11090,7 @@ public struct ListDistributionsOutput: Swift.Sendable { public init( distributionList: CloudFrontClientTypes.DistributionList? = nil - ) - { + ) { self.distributionList = distributionList } } @@ -11541,8 +11108,7 @@ public struct ListDistributionsByAnycastIpListIdInput: Swift.Sendable { anycastIpListId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.anycastIpListId = anycastIpListId self.marker = marker self.maxItems = maxItems @@ -11555,8 +11121,7 @@ public struct ListDistributionsByAnycastIpListIdOutput: Swift.Sendable { public init( distributionList: CloudFrontClientTypes.DistributionList? = nil - ) - { + ) { self.distributionList = distributionList } } @@ -11574,8 +11139,7 @@ public struct ListDistributionsByCachePolicyIdInput: Swift.Sendable { cachePolicyId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.cachePolicyId = cachePolicyId self.marker = marker self.maxItems = maxItems @@ -11610,8 +11174,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -11628,8 +11191,7 @@ public struct ListDistributionsByCachePolicyIdOutput: Swift.Sendable { public init( distributionIdList: CloudFrontClientTypes.DistributionIdList? = nil - ) - { + ) { self.distributionIdList = distributionIdList } } @@ -11647,8 +11209,7 @@ public struct ListDistributionsByKeyGroupInput: Swift.Sendable { keyGroupId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.keyGroupId = keyGroupId self.marker = marker self.maxItems = maxItems @@ -11661,8 +11222,7 @@ public struct ListDistributionsByKeyGroupOutput: Swift.Sendable { public init( distributionIdList: CloudFrontClientTypes.DistributionIdList? = nil - ) - { + ) { self.distributionIdList = distributionIdList } } @@ -11680,8 +11240,7 @@ public struct ListDistributionsByOriginRequestPolicyIdInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, originRequestPolicyId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.originRequestPolicyId = originRequestPolicyId @@ -11694,8 +11253,7 @@ public struct ListDistributionsByOriginRequestPolicyIdOutput: Swift.Sendable { public init( distributionIdList: CloudFrontClientTypes.DistributionIdList? = nil - ) - { + ) { self.distributionIdList = distributionIdList } } @@ -11715,8 +11273,7 @@ public struct ListDistributionsByRealtimeLogConfigInput: Swift.Sendable { maxItems: Swift.Int? = nil, realtimeLogConfigArn: Swift.String? = nil, realtimeLogConfigName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.realtimeLogConfigArn = realtimeLogConfigArn @@ -11730,8 +11287,7 @@ public struct ListDistributionsByRealtimeLogConfigOutput: Swift.Sendable { public init( distributionList: CloudFrontClientTypes.DistributionList? = nil - ) - { + ) { self.distributionList = distributionList } } @@ -11749,8 +11305,7 @@ public struct ListDistributionsByResponseHeadersPolicyIdInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, responseHeadersPolicyId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.responseHeadersPolicyId = responseHeadersPolicyId @@ -11763,8 +11318,7 @@ public struct ListDistributionsByResponseHeadersPolicyIdOutput: Swift.Sendable { public init( distributionIdList: CloudFrontClientTypes.DistributionIdList? = nil - ) - { + ) { self.distributionIdList = distributionIdList } } @@ -11782,8 +11336,7 @@ public struct ListDistributionsByVpcOriginIdInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, vpcOriginId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.vpcOriginId = vpcOriginId @@ -11796,8 +11349,7 @@ public struct ListDistributionsByVpcOriginIdOutput: Swift.Sendable { public init( distributionIdList: CloudFrontClientTypes.DistributionIdList? = nil - ) - { + ) { self.distributionIdList = distributionIdList } } @@ -11816,8 +11368,7 @@ public struct ListDistributionsByWebACLIdInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.webACLId = webACLId @@ -11831,8 +11382,7 @@ public struct ListDistributionsByWebACLIdOutput: Swift.Sendable { public init( distributionList: CloudFrontClientTypes.DistributionList? = nil - ) - { + ) { self.distributionList = distributionList } } @@ -11846,8 +11396,7 @@ public struct ListFieldLevelEncryptionConfigsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11876,8 +11425,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, queryArgProfileConfig: CloudFrontClientTypes.QueryArgProfileConfig? = nil - ) - { + ) { self.comment = comment self.contentTypeProfileConfig = contentTypeProfileConfig self.id = id @@ -11907,8 +11455,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -11923,8 +11470,7 @@ public struct ListFieldLevelEncryptionConfigsOutput: Swift.Sendable { public init( fieldLevelEncryptionList: CloudFrontClientTypes.FieldLevelEncryptionList? = nil - ) - { + ) { self.fieldLevelEncryptionList = fieldLevelEncryptionList } } @@ -11938,8 +11484,7 @@ public struct ListFieldLevelEncryptionProfilesInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -11970,8 +11515,7 @@ extension CloudFrontClientTypes { id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.encryptionEntities = encryptionEntities self.id = id @@ -12001,8 +11545,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12017,8 +11560,7 @@ public struct ListFieldLevelEncryptionProfilesOutput: Swift.Sendable { public init( fieldLevelEncryptionProfileList: CloudFrontClientTypes.FieldLevelEncryptionProfileList? = nil - ) - { + ) { self.fieldLevelEncryptionProfileList = fieldLevelEncryptionProfileList } } @@ -12035,8 +11577,7 @@ public struct ListFunctionsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, stage: CloudFrontClientTypes.FunctionStage? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.stage = stage @@ -12063,8 +11604,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12079,8 +11619,7 @@ public struct ListFunctionsOutput: Swift.Sendable { public init( functionList: CloudFrontClientTypes.FunctionList? = nil - ) - { + ) { self.functionList = functionList } } @@ -12099,8 +11638,7 @@ public struct ListInvalidationsInput: Swift.Sendable { distributionId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.distributionId = distributionId self.marker = marker self.maxItems = maxItems @@ -12125,8 +11663,7 @@ extension CloudFrontClientTypes { createTime: Foundation.Date? = nil, id: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.id = id self.status = status @@ -12162,8 +11699,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -12181,8 +11717,7 @@ public struct ListInvalidationsOutput: Swift.Sendable { public init( invalidationList: CloudFrontClientTypes.InvalidationList? = nil - ) - { + ) { self.invalidationList = invalidationList } } @@ -12196,8 +11731,7 @@ public struct ListKeyGroupsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -12213,8 +11747,7 @@ extension CloudFrontClientTypes { public init( keyGroup: CloudFrontClientTypes.KeyGroup? = nil - ) - { + ) { self.keyGroup = keyGroup } } @@ -12240,8 +11773,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12256,8 +11788,7 @@ public struct ListKeyGroupsOutput: Swift.Sendable { public init( keyGroupList: CloudFrontClientTypes.KeyGroupList? = nil - ) - { + ) { self.keyGroupList = keyGroupList } } @@ -12274,8 +11805,7 @@ public struct ListKeyValueStoresInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, status: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.status = status @@ -12302,8 +11832,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12318,8 +11847,7 @@ public struct ListKeyValueStoresOutput: Swift.Sendable { public init( keyValueStoreList: CloudFrontClientTypes.KeyValueStoreList? = nil - ) - { + ) { self.keyValueStoreList = keyValueStoreList } } @@ -12333,8 +11861,7 @@ public struct ListOriginAccessControlsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -12376,8 +11903,7 @@ extension CloudFrontClientTypes { originAccessControlOriginType: CloudFrontClientTypes.OriginAccessControlOriginTypes? = nil, signingBehavior: CloudFrontClientTypes.OriginAccessControlSigningBehaviors? = nil, signingProtocol: CloudFrontClientTypes.OriginAccessControlSigningProtocols? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -12416,8 +11942,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -12434,8 +11959,7 @@ public struct ListOriginAccessControlsOutput: Swift.Sendable { public init( originAccessControlList: CloudFrontClientTypes.OriginAccessControlList? = nil - ) - { + ) { self.originAccessControlList = originAccessControlList } } @@ -12485,8 +12009,7 @@ public struct ListOriginRequestPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, type: CloudFrontClientTypes.OriginRequestPolicyType? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.type = type @@ -12507,8 +12030,7 @@ extension CloudFrontClientTypes { public init( originRequestPolicy: CloudFrontClientTypes.OriginRequestPolicy? = nil, type: CloudFrontClientTypes.OriginRequestPolicyType? = nil - ) - { + ) { self.originRequestPolicy = originRequestPolicy self.type = type } @@ -12535,8 +12057,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12551,8 +12072,7 @@ public struct ListOriginRequestPoliciesOutput: Swift.Sendable { public init( originRequestPolicyList: CloudFrontClientTypes.OriginRequestPolicyList? = nil - ) - { + ) { self.originRequestPolicyList = originRequestPolicyList } } @@ -12566,8 +12086,7 @@ public struct ListPublicKeysInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -12598,8 +12117,7 @@ extension CloudFrontClientTypes { encodedKey: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.createdTime = createdTime self.encodedKey = encodedKey @@ -12629,8 +12147,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12645,8 +12162,7 @@ public struct ListPublicKeysOutput: Swift.Sendable { public init( publicKeyList: CloudFrontClientTypes.PublicKeyList? = nil - ) - { + ) { self.publicKeyList = publicKeyList } } @@ -12660,8 +12176,7 @@ public struct ListRealtimeLogConfigsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -12691,8 +12206,7 @@ extension CloudFrontClientTypes { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -12708,8 +12222,7 @@ public struct ListRealtimeLogConfigsOutput: Swift.Sendable { public init( realtimeLogConfigs: CloudFrontClientTypes.RealtimeLogConfigs? = nil - ) - { + ) { self.realtimeLogConfigs = realtimeLogConfigs } } @@ -12759,8 +12272,7 @@ public struct ListResponseHeadersPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, type: CloudFrontClientTypes.ResponseHeadersPolicyType? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.type = type @@ -12781,8 +12293,7 @@ extension CloudFrontClientTypes { public init( responseHeadersPolicy: CloudFrontClientTypes.ResponseHeadersPolicy? = nil, type: CloudFrontClientTypes.ResponseHeadersPolicyType? = nil - ) - { + ) { self.responseHeadersPolicy = responseHeadersPolicy self.type = type } @@ -12809,8 +12320,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.maxItems = maxItems self.nextMarker = nextMarker @@ -12825,8 +12335,7 @@ public struct ListResponseHeadersPoliciesOutput: Swift.Sendable { public init( responseHeadersPolicyList: CloudFrontClientTypes.ResponseHeadersPolicyList? = nil - ) - { + ) { self.responseHeadersPolicyList = responseHeadersPolicyList } } @@ -12841,8 +12350,7 @@ public struct ListStreamingDistributionsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -12898,8 +12406,7 @@ extension CloudFrontClientTypes { s3Origin: CloudFrontClientTypes.S3Origin? = nil, status: Swift.String? = nil, trustedSigners: CloudFrontClientTypes.TrustedSigners? = nil - ) - { + ) { self.aliases = aliases self.arn = arn self.comment = comment @@ -12943,8 +12450,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -12962,8 +12468,7 @@ public struct ListStreamingDistributionsOutput: Swift.Sendable { public init( streamingDistributionList: CloudFrontClientTypes.StreamingDistributionList? = nil - ) - { + ) { self.streamingDistributionList = streamingDistributionList } } @@ -12976,8 +12481,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil - ) - { + ) { self.resource = resource } } @@ -12990,8 +12494,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: CloudFrontClientTypes.Tags? = nil - ) - { + ) { self.tags = tags } } @@ -13005,8 +12508,7 @@ public struct ListVpcOriginsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -13046,8 +12548,7 @@ extension CloudFrontClientTypes { name: Swift.String? = nil, originEndpointArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -13087,8 +12588,7 @@ extension CloudFrontClientTypes { maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.items = items self.marker = marker @@ -13105,8 +12605,7 @@ public struct ListVpcOriginsOutput: Swift.Sendable { public init( vpcOriginList: CloudFrontClientTypes.VpcOriginList? = nil - ) - { + ) { self.vpcOriginList = vpcOriginList } } @@ -13122,8 +12621,7 @@ public struct PublishFunctionInput: Swift.Sendable { public init( ifMatch: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ifMatch = ifMatch self.name = name } @@ -13135,8 +12633,7 @@ public struct PublishFunctionOutput: Swift.Sendable { public init( functionSummary: CloudFrontClientTypes.FunctionSummary? = nil - ) - { + ) { self.functionSummary = functionSummary } } @@ -13153,8 +12650,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tags: CloudFrontClientTypes.Tags? = nil - ) - { + ) { self.resource = resource self.tags = tags } @@ -13178,8 +12674,7 @@ public struct TestFunctionFailed: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13202,8 +12697,7 @@ public struct TestFunctionInput: Swift.Sendable { ifMatch: Swift.String? = nil, name: Swift.String? = nil, stage: CloudFrontClientTypes.FunctionStage? = nil - ) - { + ) { self.eventObject = eventObject self.ifMatch = ifMatch self.name = name @@ -13237,8 +12731,7 @@ extension CloudFrontClientTypes { functionExecutionLogs: [Swift.String]? = nil, functionOutput: Swift.String? = nil, functionSummary: CloudFrontClientTypes.FunctionSummary? = nil - ) - { + ) { self.computeUtilization = computeUtilization self.functionErrorMessage = functionErrorMessage self.functionExecutionLogs = functionExecutionLogs @@ -13259,8 +12752,7 @@ public struct TestFunctionOutput: Swift.Sendable { public init( testResult: CloudFrontClientTypes.TestResult? = nil - ) - { + ) { self.testResult = testResult } } @@ -13274,8 +12766,7 @@ extension CloudFrontClientTypes { public init( items: [Swift.String]? = nil - ) - { + ) { self.items = items } } @@ -13293,8 +12784,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tagKeys: CloudFrontClientTypes.TagKeys? = nil - ) - { + ) { self.resource = resource self.tagKeys = tagKeys } @@ -13314,8 +12804,7 @@ public struct UpdateCachePolicyInput: Swift.Sendable { cachePolicyConfig: CloudFrontClientTypes.CachePolicyConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.cachePolicyConfig = cachePolicyConfig self.id = id self.ifMatch = ifMatch @@ -13331,8 +12820,7 @@ public struct UpdateCachePolicyOutput: Swift.Sendable { public init( cachePolicy: CloudFrontClientTypes.CachePolicy? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cachePolicy = cachePolicy self.eTag = eTag } @@ -13353,8 +12841,7 @@ public struct UpdateCloudFrontOriginAccessIdentityInput: Swift.Sendable { cloudFrontOriginAccessIdentityConfig: CloudFrontClientTypes.CloudFrontOriginAccessIdentityConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentityConfig = cloudFrontOriginAccessIdentityConfig self.id = id self.ifMatch = ifMatch @@ -13371,8 +12858,7 @@ public struct UpdateCloudFrontOriginAccessIdentityOutput: Swift.Sendable { public init( cloudFrontOriginAccessIdentity: CloudFrontClientTypes.CloudFrontOriginAccessIdentity? = nil, eTag: Swift.String? = nil - ) - { + ) { self.cloudFrontOriginAccessIdentity = cloudFrontOriginAccessIdentity self.eTag = eTag } @@ -13392,8 +12878,7 @@ public struct UpdateContinuousDeploymentPolicyInput: Swift.Sendable { continuousDeploymentPolicyConfig: CloudFrontClientTypes.ContinuousDeploymentPolicyConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.continuousDeploymentPolicyConfig = continuousDeploymentPolicyConfig self.id = id self.ifMatch = ifMatch @@ -13409,8 +12894,7 @@ public struct UpdateContinuousDeploymentPolicyOutput: Swift.Sendable { public init( continuousDeploymentPolicy: CloudFrontClientTypes.ContinuousDeploymentPolicy? = nil, eTag: Swift.String? = nil - ) - { + ) { self.continuousDeploymentPolicy = continuousDeploymentPolicy self.eTag = eTag } @@ -13431,8 +12915,7 @@ public struct UpdateDistributionInput: Swift.Sendable { distributionConfig: CloudFrontClientTypes.DistributionConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.distributionConfig = distributionConfig self.id = id self.ifMatch = ifMatch @@ -13449,8 +12932,7 @@ public struct UpdateDistributionOutput: Swift.Sendable { public init( distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag } @@ -13469,8 +12951,7 @@ public struct UpdateDistributionWithStagingConfigInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, stagingDistributionId: Swift.String? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.stagingDistributionId = stagingDistributionId @@ -13486,8 +12967,7 @@ public struct UpdateDistributionWithStagingConfigOutput: Swift.Sendable { public init( distribution: CloudFrontClientTypes.Distribution? = nil, eTag: Swift.String? = nil - ) - { + ) { self.distribution = distribution self.eTag = eTag } @@ -13507,8 +12987,7 @@ public struct UpdateFieldLevelEncryptionConfigInput: Swift.Sendable { fieldLevelEncryptionConfig: CloudFrontClientTypes.FieldLevelEncryptionConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.fieldLevelEncryptionConfig = fieldLevelEncryptionConfig self.id = id self.ifMatch = ifMatch @@ -13524,8 +13003,7 @@ public struct UpdateFieldLevelEncryptionConfigOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryption: CloudFrontClientTypes.FieldLevelEncryption? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryption = fieldLevelEncryption } @@ -13545,8 +13023,7 @@ public struct UpdateFieldLevelEncryptionProfileInput: Swift.Sendable { fieldLevelEncryptionProfileConfig: CloudFrontClientTypes.FieldLevelEncryptionProfileConfig? = nil, id: Swift.String? = nil, ifMatch: Swift.String? = nil - ) - { + ) { self.fieldLevelEncryptionProfileConfig = fieldLevelEncryptionProfileConfig self.id = id self.ifMatch = ifMatch @@ -13562,8 +13039,7 @@ public struct UpdateFieldLevelEncryptionProfileOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, fieldLevelEncryptionProfile: CloudFrontClientTypes.FieldLevelEncryptionProfile? = nil - ) - { + ) { self.eTag = eTag self.fieldLevelEncryptionProfile = fieldLevelEncryptionProfile } @@ -13588,8 +13064,7 @@ public struct UpdateFunctionInput: Swift.Sendable { functionConfig: CloudFrontClientTypes.FunctionConfig? = nil, ifMatch: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.functionCode = functionCode self.functionConfig = functionConfig self.ifMatch = ifMatch @@ -13611,8 +13086,7 @@ public struct UpdateFunctionOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, functionSummary: CloudFrontClientTypes.FunctionSummary? = nil - ) - { + ) { self.eTag = eTag self.functionSummary = functionSummary } @@ -13632,8 +13106,7 @@ public struct UpdateKeyGroupInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, keyGroupConfig: CloudFrontClientTypes.KeyGroupConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.keyGroupConfig = keyGroupConfig @@ -13649,8 +13122,7 @@ public struct UpdateKeyGroupOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, keyGroup: CloudFrontClientTypes.KeyGroup? = nil - ) - { + ) { self.eTag = eTag self.keyGroup = keyGroup } @@ -13671,8 +13143,7 @@ public struct UpdateKeyValueStoreInput: Swift.Sendable { comment: Swift.String? = nil, ifMatch: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.ifMatch = ifMatch self.name = name @@ -13688,8 +13159,7 @@ public struct UpdateKeyValueStoreOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, keyValueStore: CloudFrontClientTypes.KeyValueStore? = nil - ) - { + ) { self.eTag = eTag self.keyValueStore = keyValueStore } @@ -13709,8 +13179,7 @@ public struct UpdateOriginAccessControlInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, originAccessControlConfig: CloudFrontClientTypes.OriginAccessControlConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.originAccessControlConfig = originAccessControlConfig @@ -13726,8 +13195,7 @@ public struct UpdateOriginAccessControlOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originAccessControl: CloudFrontClientTypes.OriginAccessControl? = nil - ) - { + ) { self.eTag = eTag self.originAccessControl = originAccessControl } @@ -13747,8 +13215,7 @@ public struct UpdateOriginRequestPolicyInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, originRequestPolicyConfig: CloudFrontClientTypes.OriginRequestPolicyConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.originRequestPolicyConfig = originRequestPolicyConfig @@ -13764,8 +13231,7 @@ public struct UpdateOriginRequestPolicyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, originRequestPolicy: CloudFrontClientTypes.OriginRequestPolicy? = nil - ) - { + ) { self.eTag = eTag self.originRequestPolicy = originRequestPolicy } @@ -13785,8 +13251,7 @@ public struct UpdatePublicKeyInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, publicKeyConfig: CloudFrontClientTypes.PublicKeyConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.publicKeyConfig = publicKeyConfig @@ -13802,8 +13267,7 @@ public struct UpdatePublicKeyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, publicKey: CloudFrontClientTypes.PublicKey? = nil - ) - { + ) { self.eTag = eTag self.publicKey = publicKey } @@ -13827,8 +13291,7 @@ public struct UpdateRealtimeLogConfigInput: Swift.Sendable { fields: [Swift.String]? = nil, name: Swift.String? = nil, samplingRate: Swift.Int? = nil - ) - { + ) { self.arn = arn self.endPoints = endPoints self.fields = fields @@ -13843,8 +13306,7 @@ public struct UpdateRealtimeLogConfigOutput: Swift.Sendable { public init( realtimeLogConfig: CloudFrontClientTypes.RealtimeLogConfig? = nil - ) - { + ) { self.realtimeLogConfig = realtimeLogConfig } } @@ -13863,8 +13325,7 @@ public struct UpdateResponseHeadersPolicyInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, responseHeadersPolicyConfig: CloudFrontClientTypes.ResponseHeadersPolicyConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.responseHeadersPolicyConfig = responseHeadersPolicyConfig @@ -13880,8 +13341,7 @@ public struct UpdateResponseHeadersPolicyOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, responseHeadersPolicy: CloudFrontClientTypes.ResponseHeadersPolicy? = nil - ) - { + ) { self.eTag = eTag self.responseHeadersPolicy = responseHeadersPolicy } @@ -13902,8 +13362,7 @@ public struct UpdateStreamingDistributionInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, streamingDistributionConfig: CloudFrontClientTypes.StreamingDistributionConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.streamingDistributionConfig = streamingDistributionConfig @@ -13920,8 +13379,7 @@ public struct UpdateStreamingDistributionOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, streamingDistribution: CloudFrontClientTypes.StreamingDistribution? = nil - ) - { + ) { self.eTag = eTag self.streamingDistribution = streamingDistribution } @@ -13942,8 +13400,7 @@ public struct UpdateVpcOriginInput: Swift.Sendable { id: Swift.String? = nil, ifMatch: Swift.String? = nil, vpcOriginEndpointConfig: CloudFrontClientTypes.VpcOriginEndpointConfig? = nil - ) - { + ) { self.id = id self.ifMatch = ifMatch self.vpcOriginEndpointConfig = vpcOriginEndpointConfig @@ -13959,8 +13416,7 @@ public struct UpdateVpcOriginOutput: Swift.Sendable { public init( eTag: Swift.String? = nil, vpcOrigin: CloudFrontClientTypes.VpcOrigin? = nil - ) - { + ) { self.eTag = eTag self.vpcOrigin = vpcOrigin } diff --git a/Sources/Services/AWSCloudFrontKeyValueStore/Package.swift.txt b/Sources/Services/AWSCloudFrontKeyValueStore/Package.swift.txt index 5fc8ddb5242..7a11ad1ba0a 100644 --- a/Sources/Services/AWSCloudFrontKeyValueStore/Package.swift.txt +++ b/Sources/Services/AWSCloudFrontKeyValueStore/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.swift b/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.swift index 1f948eb6cdc..03c7eb182de 100644 --- a/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.swift +++ b/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/CloudFrontKeyValueStoreClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudFrontKeyValueStoreClient: ClientRuntime.Client { public static let clientName = "CloudFrontKeyValueStoreClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudFrontKeyValueStoreClient.CloudFrontKeyValueStoreClientConfiguration let serviceName = "CloudFront KeyValueStore" diff --git a/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/Models.swift b/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/Models.swift index e82102b935f..34ab1671e55 100644 --- a/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/Models.swift +++ b/Sources/Services/AWSCloudFrontKeyValueStore/Sources/AWSCloudFrontKeyValueStore/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -186,8 +180,7 @@ public struct DeleteKeyInput: Swift.Sendable { ifMatch: Swift.String? = nil, key: Swift.String? = nil, kvsARN: Swift.String? = nil - ) - { + ) { self.ifMatch = ifMatch self.key = key self.kvsARN = kvsARN @@ -210,8 +203,7 @@ public struct DeleteKeyOutput: Swift.Sendable { eTag: Swift.String? = nil, itemCount: Swift.Int? = nil, totalSizeInBytes: Swift.Int? = nil - ) - { + ) { self.eTag = eTag self.itemCount = itemCount self.totalSizeInBytes = totalSizeInBytes @@ -225,8 +217,7 @@ public struct DescribeKeyValueStoreInput: Swift.Sendable { public init( kvsARN: Swift.String? = nil - ) - { + ) { self.kvsARN = kvsARN } } @@ -264,8 +255,7 @@ public struct DescribeKeyValueStoreOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, status: Swift.String? = nil, totalSizeInBytes: Swift.Int? = nil - ) - { + ) { self.created = created self.eTag = eTag self.failureReason = failureReason @@ -288,8 +278,7 @@ public struct GetKeyInput: Swift.Sendable { public init( key: Swift.String? = nil, kvsARN: Swift.String? = nil - ) - { + ) { self.key = key self.kvsARN = kvsARN } @@ -315,8 +304,7 @@ public struct GetKeyOutput: Swift.Sendable { key: Swift.String? = nil, totalSizeInBytes: Swift.Int? = nil, value: Swift.String? = nil - ) - { + ) { self.itemCount = itemCount self.key = key self.totalSizeInBytes = totalSizeInBytes @@ -342,8 +330,7 @@ public struct ListKeysInput: Swift.Sendable { kvsARN: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kvsARN = kvsARN self.maxResults = maxResults self.nextToken = nextToken @@ -364,8 +351,7 @@ extension CloudFrontKeyValueStoreClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -386,8 +372,7 @@ public struct ListKeysOutput: Swift.Sendable { public init( items: [CloudFrontKeyValueStoreClientTypes.ListKeysResponseListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -413,8 +398,7 @@ public struct PutKeyInput: Swift.Sendable { key: Swift.String? = nil, kvsARN: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.ifMatch = ifMatch self.key = key self.kvsARN = kvsARN @@ -443,8 +427,7 @@ public struct PutKeyOutput: Swift.Sendable { eTag: Swift.String? = nil, itemCount: Swift.Int? = nil, totalSizeInBytes: Swift.Int? = nil - ) - { + ) { self.eTag = eTag self.itemCount = itemCount self.totalSizeInBytes = totalSizeInBytes @@ -461,8 +444,7 @@ extension CloudFrontKeyValueStoreClientTypes { public init( key: Swift.String? = nil - ) - { + ) { self.key = key } } @@ -482,8 +464,7 @@ extension CloudFrontKeyValueStoreClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -512,8 +493,7 @@ public struct UpdateKeysInput: Swift.Sendable { ifMatch: Swift.String? = nil, kvsARN: Swift.String? = nil, puts: [CloudFrontKeyValueStoreClientTypes.PutKeyRequestListItem]? = nil - ) - { + ) { self.deletes = deletes self.ifMatch = ifMatch self.kvsARN = kvsARN @@ -537,8 +517,7 @@ public struct UpdateKeysOutput: Swift.Sendable { eTag: Swift.String? = nil, itemCount: Swift.Int? = nil, totalSizeInBytes: Swift.Int? = nil - ) - { + ) { self.eTag = eTag self.itemCount = itemCount self.totalSizeInBytes = totalSizeInBytes diff --git a/Sources/Services/AWSCloudHSM/Package.swift.txt b/Sources/Services/AWSCloudHSM/Package.swift.txt index fbdb82b040a..d594cecdef5 100644 --- a/Sources/Services/AWSCloudHSM/Package.swift.txt +++ b/Sources/Services/AWSCloudHSM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/CloudHSMClient.swift b/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/CloudHSMClient.swift index 04352ea6a95..ed7da48bd39 100644 --- a/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/CloudHSMClient.swift +++ b/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/CloudHSMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudHSMClient: ClientRuntime.Client { public static let clientName = "CloudHSMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudHSMClient.CloudHSMClientConfiguration let serviceName = "CloudHSM" diff --git a/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/Models.swift b/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/Models.swift index 3b8d5efd12f..dcbaefe9392 100644 --- a/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/Models.swift +++ b/Sources/Services/AWSCloudHSM/Sources/AWSCloudHSM/Models.swift @@ -45,8 +45,7 @@ public struct CloudHsmInternalException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, retryable: Swift.Bool = false - ) - { + ) { self.properties.message = message self.properties.retryable = retryable } @@ -74,8 +73,7 @@ public struct CloudHsmServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, retryable: Swift.Bool = false - ) - { + ) { self.properties.message = message self.properties.retryable = retryable } @@ -103,8 +101,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryable: Swift.Bool = false - ) - { + ) { self.properties.message = message self.properties.retryable = retryable } @@ -124,8 +121,7 @@ extension CloudHSMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -143,8 +139,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagList: [CloudHSMClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagList = tagList } @@ -157,8 +152,7 @@ public struct AddTagsToResourceOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -200,8 +194,7 @@ public struct CreateHapgInput: Swift.Sendable { public init( label: Swift.String? = nil - ) - { + ) { self.label = label } } @@ -213,8 +206,7 @@ public struct CreateHapgOutput: Swift.Sendable { public init( hapgArn: Swift.String? = nil - ) - { + ) { self.hapgArn = hapgArn } } @@ -286,8 +278,7 @@ public struct CreateHsmInput: Swift.Sendable { subnetId: Swift.String? = nil, subscriptionType: CloudHSMClientTypes.SubscriptionType? = nil, syslogIp: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.eniIp = eniIp self.externalId = externalId @@ -306,8 +297,7 @@ public struct CreateHsmOutput: Swift.Sendable { public init( hsmArn: Swift.String? = nil - ) - { + ) { self.hsmArn = hsmArn } } @@ -323,8 +313,7 @@ public struct CreateLunaClientInput: Swift.Sendable { public init( certificate: Swift.String? = nil, label: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.label = label } @@ -337,8 +326,7 @@ public struct CreateLunaClientOutput: Swift.Sendable { public init( clientArn: Swift.String? = nil - ) - { + ) { self.clientArn = clientArn } } @@ -351,8 +339,7 @@ public struct DeleteHapgInput: Swift.Sendable { public init( hapgArn: Swift.String? = nil - ) - { + ) { self.hapgArn = hapgArn } } @@ -365,8 +352,7 @@ public struct DeleteHapgOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -379,8 +365,7 @@ public struct DeleteHsmInput: Swift.Sendable { public init( hsmArn: Swift.String? = nil - ) - { + ) { self.hsmArn = hsmArn } } @@ -393,8 +378,7 @@ public struct DeleteHsmOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -406,8 +390,7 @@ public struct DeleteLunaClientInput: Swift.Sendable { public init( clientArn: Swift.String? = nil - ) - { + ) { self.clientArn = clientArn } } @@ -419,8 +402,7 @@ public struct DeleteLunaClientOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -433,8 +415,7 @@ public struct DescribeHapgInput: Swift.Sendable { public init( hapgArn: Swift.String? = nil - ) - { + ) { self.hapgArn = hapgArn } } @@ -502,8 +483,7 @@ public struct DescribeHapgOutput: Swift.Sendable { lastModifiedTimestamp: Swift.String? = nil, partitionSerialList: [Swift.String]? = nil, state: CloudHSMClientTypes.CloudHsmObjectState? = nil - ) - { + ) { self.hapgArn = hapgArn self.hapgSerial = hapgSerial self.hsmsLastActionFailed = hsmsLastActionFailed @@ -526,8 +506,7 @@ public struct DescribeHsmInput: Swift.Sendable { public init( hsmArn: Swift.String? = nil, hsmSerialNumber: Swift.String? = nil - ) - { + ) { self.hsmArn = hsmArn self.hsmSerialNumber = hsmSerialNumber } @@ -648,8 +627,7 @@ public struct DescribeHsmOutput: Swift.Sendable { subscriptionType: CloudHSMClientTypes.SubscriptionType? = nil, vendorName: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.eniId = eniId self.eniIp = eniIp @@ -683,8 +661,7 @@ public struct DescribeLunaClientInput: Swift.Sendable { public init( certificateFingerprint: Swift.String? = nil, clientArn: Swift.String? = nil - ) - { + ) { self.certificateFingerprint = certificateFingerprint self.clientArn = clientArn } @@ -708,8 +685,7 @@ public struct DescribeLunaClientOutput: Swift.Sendable { clientArn: Swift.String? = nil, label: Swift.String? = nil, lastModifiedTimestamp: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.certificateFingerprint = certificateFingerprint self.clientArn = clientArn @@ -733,8 +709,7 @@ public struct GetConfigInput: Swift.Sendable { clientArn: Swift.String? = nil, clientVersion: CloudHSMClientTypes.ClientVersion? = nil, hapgList: [Swift.String]? = nil - ) - { + ) { self.clientArn = clientArn self.clientVersion = clientVersion self.hapgList = hapgList @@ -753,8 +728,7 @@ public struct GetConfigOutput: Swift.Sendable { configCred: Swift.String? = nil, configFile: Swift.String? = nil, configType: Swift.String? = nil - ) - { + ) { self.configCred = configCred self.configFile = configFile self.configType = configType @@ -773,8 +747,7 @@ public struct ListAvailableZonesOutput: Swift.Sendable { public init( azList: [Swift.String]? = nil - ) - { + ) { self.azList = azList } } @@ -785,8 +758,7 @@ public struct ListHapgsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -801,8 +773,7 @@ public struct ListHapgsOutput: Swift.Sendable { public init( hapgList: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hapgList = hapgList self.nextToken = nextToken } @@ -814,8 +785,7 @@ public struct ListHsmsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -830,8 +800,7 @@ public struct ListHsmsOutput: Swift.Sendable { public init( hsmList: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hsmList = hsmList self.nextToken = nextToken } @@ -843,8 +812,7 @@ public struct ListLunaClientsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -859,8 +827,7 @@ public struct ListLunaClientsOutput: Swift.Sendable { public init( clientList: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientList = clientList self.nextToken = nextToken } @@ -873,8 +840,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -886,8 +852,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [CloudHSMClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -905,8 +870,7 @@ public struct ModifyHapgInput: Swift.Sendable { hapgArn: Swift.String? = nil, label: Swift.String? = nil, partitionSerialList: [Swift.String]? = nil - ) - { + ) { self.hapgArn = hapgArn self.label = label self.partitionSerialList = partitionSerialList @@ -919,8 +883,7 @@ public struct ModifyHapgOutput: Swift.Sendable { public init( hapgArn: Swift.String? = nil - ) - { + ) { self.hapgArn = hapgArn } } @@ -948,8 +911,7 @@ public struct ModifyHsmInput: Swift.Sendable { iamRoleArn: Swift.String? = nil, subnetId: Swift.String? = nil, syslogIp: Swift.String? = nil - ) - { + ) { self.eniIp = eniIp self.externalId = externalId self.hsmArn = hsmArn @@ -966,8 +928,7 @@ public struct ModifyHsmOutput: Swift.Sendable { public init( hsmArn: Swift.String? = nil - ) - { + ) { self.hsmArn = hsmArn } } @@ -983,8 +944,7 @@ public struct ModifyLunaClientInput: Swift.Sendable { public init( certificate: Swift.String? = nil, clientArn: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.clientArn = clientArn } @@ -996,8 +956,7 @@ public struct ModifyLunaClientOutput: Swift.Sendable { public init( clientArn: Swift.String? = nil - ) - { + ) { self.clientArn = clientArn } } @@ -1013,8 +972,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeyList: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeyList = tagKeyList } @@ -1027,8 +985,7 @@ public struct RemoveTagsFromResourceOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } diff --git a/Sources/Services/AWSCloudHSMV2/Package.swift.txt b/Sources/Services/AWSCloudHSMV2/Package.swift.txt index cb990db4e25..d849249690f 100644 --- a/Sources/Services/AWSCloudHSMV2/Package.swift.txt +++ b/Sources/Services/AWSCloudHSMV2/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/CloudHSMV2Client.swift b/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/CloudHSMV2Client.swift index e1392940e4a..4fbf4f3d27d 100644 --- a/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/CloudHSMV2Client.swift +++ b/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/CloudHSMV2Client.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudHSMV2Client: ClientRuntime.Client { public static let clientName = "CloudHSMV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudHSMV2Client.CloudHSMV2ClientConfiguration let serviceName = "CloudHSM V2" diff --git a/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/Models.swift b/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/Models.swift index 9d94d7751f7..7ca5b2ddac9 100644 --- a/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/Models.swift +++ b/Sources/Services/AWSCloudHSMV2/Sources/AWSCloudHSMV2/Models.swift @@ -104,8 +104,7 @@ extension CloudHSMV2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -161,8 +160,7 @@ extension CloudHSMV2ClientTypes { sourceCluster: Swift.String? = nil, sourceRegion: Swift.String? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil - ) - { + ) { self.backupArn = backupArn self.backupId = backupId self.backupState = backupState @@ -245,8 +243,7 @@ extension CloudHSMV2ClientTypes { public init( type: CloudHSMV2ClientTypes.BackupRetentionType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -271,8 +268,7 @@ public struct CloudHsmAccessDeniedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -295,8 +291,7 @@ public struct CloudHsmInternalFailureException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -319,8 +314,7 @@ public struct CloudHsmInvalidRequestException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -343,8 +337,7 @@ public struct CloudHsmResourceNotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -367,8 +360,7 @@ public struct CloudHsmServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -391,8 +383,7 @@ public struct CloudHsmTagException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -411,8 +402,7 @@ public struct CopyBackupToRegionInput: Swift.Sendable { backupId: Swift.String? = nil, destinationRegion: Swift.String? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil - ) - { + ) { self.backupId = backupId self.destinationRegion = destinationRegion self.tagList = tagList @@ -437,8 +427,7 @@ extension CloudHSMV2ClientTypes { sourceBackup: Swift.String? = nil, sourceCluster: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.createTimestamp = createTimestamp self.sourceBackup = sourceBackup self.sourceCluster = sourceCluster @@ -453,8 +442,7 @@ public struct CopyBackupToRegionOutput: Swift.Sendable { public init( destinationBackup: CloudHSMV2ClientTypes.DestinationBackup? = nil - ) - { + ) { self.destinationBackup = destinationBackup } } @@ -518,8 +506,7 @@ public struct CreateClusterInput: Swift.Sendable { sourceBackupId: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil - ) - { + ) { self.backupRetentionPolicy = backupRetentionPolicy self.hsmType = hsmType self.mode = mode @@ -551,8 +538,7 @@ extension CloudHSMV2ClientTypes { clusterCsr: Swift.String? = nil, hsmCertificate: Swift.String? = nil, manufacturerHardwareCertificate: Swift.String? = nil - ) - { + ) { self.awsHardwareCertificate = awsHardwareCertificate self.clusterCertificate = clusterCertificate self.clusterCsr = clusterCsr @@ -637,8 +623,7 @@ extension CloudHSMV2ClientTypes { state: CloudHSMV2ClientTypes.HsmState? = nil, stateMessage: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.clusterId = clusterId self.eniId = eniId @@ -769,8 +754,7 @@ extension CloudHSMV2ClientTypes { subnetMapping: [Swift.String: Swift.String]? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.backupPolicy = backupPolicy self.backupRetentionPolicy = backupRetentionPolicy self.certificates = certificates @@ -799,8 +783,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: CloudHSMV2ClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -819,8 +802,7 @@ public struct CreateHsmInput: Swift.Sendable { availabilityZone: Swift.String? = nil, clusterId: Swift.String? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.clusterId = clusterId self.ipAddress = ipAddress @@ -833,8 +815,7 @@ public struct CreateHsmOutput: Swift.Sendable { public init( hsm: CloudHSMV2ClientTypes.Hsm? = nil - ) - { + ) { self.hsm = hsm } } @@ -846,8 +827,7 @@ public struct DeleteBackupInput: Swift.Sendable { public init( backupId: Swift.String? = nil - ) - { + ) { self.backupId = backupId } } @@ -858,8 +838,7 @@ public struct DeleteBackupOutput: Swift.Sendable { public init( backup: CloudHSMV2ClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -871,8 +850,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -883,8 +861,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: CloudHSMV2ClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -905,8 +882,7 @@ public struct DeleteHsmInput: Swift.Sendable { eniId: Swift.String? = nil, eniIp: Swift.String? = nil, hsmId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.eniId = eniId self.eniIp = eniIp @@ -920,8 +896,7 @@ public struct DeleteHsmOutput: Swift.Sendable { public init( hsmId: Swift.String? = nil - ) - { + ) { self.hsmId = hsmId } } @@ -932,8 +907,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -947,8 +921,7 @@ public struct DeleteResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -972,8 +945,7 @@ public struct DescribeBackupsInput: Swift.Sendable { nextToken: Swift.String? = nil, shared: Swift.Bool? = nil, sortAscending: Swift.Bool? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -991,8 +963,7 @@ public struct DescribeBackupsOutput: Swift.Sendable { public init( backups: [CloudHSMV2ClientTypes.Backup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backups = backups self.nextToken = nextToken } @@ -1010,8 +981,7 @@ public struct DescribeClustersInput: Swift.Sendable { filters: [Swift.String: [Swift.String]]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1027,8 +997,7 @@ public struct DescribeClustersOutput: Swift.Sendable { public init( clusters: [CloudHSMV2ClientTypes.Cluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -1040,8 +1009,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1052,8 +1020,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1073,8 +1040,7 @@ public struct InitializeClusterInput: Swift.Sendable { clusterId: Swift.String? = nil, signedCert: Swift.String? = nil, trustAnchor: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.signedCert = signedCert self.trustAnchor = trustAnchor @@ -1090,8 +1056,7 @@ public struct InitializeClusterOutput: Swift.Sendable { public init( state: CloudHSMV2ClientTypes.ClusterState? = nil, stateMessage: Swift.String? = nil - ) - { + ) { self.state = state self.stateMessage = stateMessage } @@ -1110,8 +1075,7 @@ public struct ListTagsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceId = resourceId @@ -1128,8 +1092,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tagList = tagList } @@ -1146,8 +1109,7 @@ public struct ModifyBackupAttributesInput: Swift.Sendable { public init( backupId: Swift.String? = nil, neverExpires: Swift.Bool? = nil - ) - { + ) { self.backupId = backupId self.neverExpires = neverExpires } @@ -1159,8 +1121,7 @@ public struct ModifyBackupAttributesOutput: Swift.Sendable { public init( backup: CloudHSMV2ClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -1178,8 +1139,7 @@ public struct ModifyClusterInput: Swift.Sendable { backupRetentionPolicy: CloudHSMV2ClientTypes.BackupRetentionPolicy? = nil, clusterId: Swift.String? = nil, hsmType: Swift.String? = nil - ) - { + ) { self.backupRetentionPolicy = backupRetentionPolicy self.clusterId = clusterId self.hsmType = hsmType @@ -1192,8 +1152,7 @@ public struct ModifyClusterOutput: Swift.Sendable { public init( cluster: CloudHSMV2ClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1207,8 +1166,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -1223,8 +1181,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -1237,8 +1194,7 @@ public struct RestoreBackupInput: Swift.Sendable { public init( backupId: Swift.String? = nil - ) - { + ) { self.backupId = backupId } } @@ -1249,8 +1205,7 @@ public struct RestoreBackupOutput: Swift.Sendable { public init( backup: CloudHSMV2ClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -1273,8 +1228,7 @@ public struct CloudHsmResourceLimitExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1290,8 +1244,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagList: [CloudHSMV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tagList = tagList } @@ -1313,8 +1266,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeyList: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeyList = tagKeyList } diff --git a/Sources/Services/AWSCloudSearch/Package.swift.txt b/Sources/Services/AWSCloudSearch/Package.swift.txt index 7e162a9068b..59337c715f1 100644 --- a/Sources/Services/AWSCloudSearch/Package.swift.txt +++ b/Sources/Services/AWSCloudSearch/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,35 +45,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -81,7 +81,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/CloudSearchClient.swift b/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/CloudSearchClient.swift index 6e60a6746ba..5a7832c5de4 100644 --- a/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/CloudSearchClient.swift +++ b/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/CloudSearchClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudSearchClient: ClientRuntime.Client { public static let clientName = "CloudSearchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudSearchClient.CloudSearchClientConfiguration let serviceName = "CloudSearch" diff --git a/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/Models.swift b/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/Models.swift index 7f1aa38c6b2..eea58fda059 100644 --- a/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/Models.swift +++ b/Sources/Services/AWSCloudSearch/Sources/AWSCloudSearch/Models.swift @@ -54,8 +54,7 @@ public struct BaseException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -83,8 +82,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -112,8 +110,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -141,8 +138,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -156,8 +152,7 @@ public struct BuildSuggestersInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -169,8 +164,7 @@ public struct BuildSuggestersOutput: Swift.Sendable { public init( fieldNames: [Swift.String]? = nil - ) - { + ) { self.fieldNames = fieldNames } } @@ -197,8 +191,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -226,8 +219,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -241,8 +233,7 @@ public struct CreateDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -256,8 +247,7 @@ extension CloudSearchClientTypes { public init( endpoint: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -274,8 +264,7 @@ extension CloudSearchClientTypes { public init( maximumPartitionCount: Swift.Int? = nil, maximumReplicationCount: Swift.Int? = nil - ) - { + ) { self.maximumPartitionCount = maximumPartitionCount self.maximumReplicationCount = maximumReplicationCount } @@ -329,8 +318,7 @@ extension CloudSearchClientTypes { searchInstanceType: Swift.String? = nil, searchPartitionCount: Swift.Int? = nil, searchService: CloudSearchClientTypes.ServiceEndpoint? = nil - ) - { + ) { self.arn = arn self.created = created self.deleted = deleted @@ -355,8 +343,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( domainStatus: CloudSearchClientTypes.DomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -383,8 +370,7 @@ public struct InvalidTypeException: ClientRuntime.ModeledError, AWSClientRuntime public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -446,8 +432,7 @@ extension CloudSearchClientTypes { stemmingDictionary: Swift.String? = nil, stopwords: Swift.String? = nil, synonyms: Swift.String? = nil - ) - { + ) { self.algorithmicStemming = algorithmicStemming self.japaneseTokenizationDictionary = japaneseTokenizationDictionary self.stemmingDictionary = stemmingDictionary @@ -603,8 +588,7 @@ extension CloudSearchClientTypes { analysisOptions: CloudSearchClientTypes.AnalysisOptions? = nil, analysisSchemeLanguage: CloudSearchClientTypes.AnalysisSchemeLanguage? = nil, analysisSchemeName: Swift.String? = nil - ) - { + ) { self.analysisOptions = analysisOptions self.analysisSchemeLanguage = analysisSchemeLanguage self.analysisSchemeName = analysisSchemeName @@ -624,8 +608,7 @@ public struct DefineAnalysisSchemeInput: Swift.Sendable { public init( analysisScheme: CloudSearchClientTypes.AnalysisScheme? = nil, domainName: Swift.String? = nil - ) - { + ) { self.analysisScheme = analysisScheme self.domainName = domainName } @@ -707,8 +690,7 @@ extension CloudSearchClientTypes { state: CloudSearchClientTypes.OptionState? = nil, updateDate: Foundation.Date? = nil, updateVersion: Swift.Int = 0 - ) - { + ) { self.creationDate = creationDate self.pendingDeletion = pendingDeletion self.state = state @@ -732,8 +714,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.AnalysisScheme? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -748,8 +729,7 @@ public struct DefineAnalysisSchemeOutput: Swift.Sendable { public init( analysisScheme: CloudSearchClientTypes.AnalysisSchemeStatus? = nil - ) - { + ) { self.analysisScheme = analysisScheme } } @@ -768,8 +748,7 @@ extension CloudSearchClientTypes { public init( expressionName: Swift.String? = nil, expressionValue: Swift.String? = nil - ) - { + ) { self.expressionName = expressionName self.expressionValue = expressionValue } @@ -788,8 +767,7 @@ public struct DefineExpressionInput: Swift.Sendable { public init( domainName: Swift.String? = nil, expression: CloudSearchClientTypes.Expression? = nil - ) - { + ) { self.domainName = domainName self.expression = expression } @@ -809,8 +787,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.Expression? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -825,8 +802,7 @@ public struct DefineExpressionOutput: Swift.Sendable { public init( expression: CloudSearchClientTypes.ExpressionStatus? = nil - ) - { + ) { self.expression = expression } } @@ -852,8 +828,7 @@ extension CloudSearchClientTypes { returnEnabled: Swift.Bool? = nil, searchEnabled: Swift.Bool? = nil, sourceFields: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -887,8 +862,7 @@ extension CloudSearchClientTypes { searchEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -920,8 +894,7 @@ extension CloudSearchClientTypes { returnEnabled: Swift.Bool? = nil, searchEnabled: Swift.Bool? = nil, sourceFields: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -955,8 +928,7 @@ extension CloudSearchClientTypes { searchEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1045,8 +1017,7 @@ extension CloudSearchClientTypes { returnEnabled: Swift.Bool? = nil, searchEnabled: Swift.Bool? = nil, sourceFields: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1080,8 +1051,7 @@ extension CloudSearchClientTypes { searchEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1116,8 +1086,7 @@ extension CloudSearchClientTypes { searchEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1149,8 +1118,7 @@ extension CloudSearchClientTypes { returnEnabled: Swift.Bool? = nil, searchEnabled: Swift.Bool? = nil, sourceFields: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1184,8 +1152,7 @@ extension CloudSearchClientTypes { searchEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.facetEnabled = facetEnabled self.returnEnabled = returnEnabled @@ -1217,8 +1184,7 @@ extension CloudSearchClientTypes { highlightEnabled: Swift.Bool? = nil, returnEnabled: Swift.Bool? = nil, sourceFields: Swift.String? = nil - ) - { + ) { self.analysisScheme = analysisScheme self.defaultValue = defaultValue self.highlightEnabled = highlightEnabled @@ -1252,8 +1218,7 @@ extension CloudSearchClientTypes { returnEnabled: Swift.Bool? = nil, sortEnabled: Swift.Bool? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.analysisScheme = analysisScheme self.defaultValue = defaultValue self.highlightEnabled = highlightEnabled @@ -1311,8 +1276,7 @@ extension CloudSearchClientTypes { literalOptions: CloudSearchClientTypes.LiteralOptions? = nil, textArrayOptions: CloudSearchClientTypes.TextArrayOptions? = nil, textOptions: CloudSearchClientTypes.TextOptions? = nil - ) - { + ) { self.dateArrayOptions = dateArrayOptions self.dateOptions = dateOptions self.doubleArrayOptions = doubleArrayOptions @@ -1342,8 +1306,7 @@ public struct DefineIndexFieldInput: Swift.Sendable { public init( domainName: Swift.String? = nil, indexField: CloudSearchClientTypes.IndexField? = nil - ) - { + ) { self.domainName = domainName self.indexField = indexField } @@ -1363,8 +1326,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.IndexField? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1379,8 +1341,7 @@ public struct DefineIndexFieldOutput: Swift.Sendable { public init( indexField: CloudSearchClientTypes.IndexFieldStatus? = nil - ) - { + ) { self.indexField = indexField } } @@ -1433,8 +1394,7 @@ extension CloudSearchClientTypes { fuzzyMatching: CloudSearchClientTypes.SuggesterFuzzyMatching? = nil, sortExpression: Swift.String? = nil, sourceField: Swift.String? = nil - ) - { + ) { self.fuzzyMatching = fuzzyMatching self.sortExpression = sortExpression self.sourceField = sourceField @@ -1456,8 +1416,7 @@ extension CloudSearchClientTypes { public init( documentSuggesterOptions: CloudSearchClientTypes.DocumentSuggesterOptions? = nil, suggesterName: Swift.String? = nil - ) - { + ) { self.documentSuggesterOptions = documentSuggesterOptions self.suggesterName = suggesterName } @@ -1476,8 +1435,7 @@ public struct DefineSuggesterInput: Swift.Sendable { public init( domainName: Swift.String? = nil, suggester: CloudSearchClientTypes.Suggester? = nil - ) - { + ) { self.domainName = domainName self.suggester = suggester } @@ -1497,8 +1455,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.Suggester? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1513,8 +1470,7 @@ public struct DefineSuggesterOutput: Swift.Sendable { public init( suggester: CloudSearchClientTypes.SuggesterStatus? = nil - ) - { + ) { self.suggester = suggester } } @@ -1531,8 +1487,7 @@ public struct DeleteAnalysisSchemeInput: Swift.Sendable { public init( analysisSchemeName: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.analysisSchemeName = analysisSchemeName self.domainName = domainName } @@ -1546,8 +1501,7 @@ public struct DeleteAnalysisSchemeOutput: Swift.Sendable { public init( analysisScheme: CloudSearchClientTypes.AnalysisSchemeStatus? = nil - ) - { + ) { self.analysisScheme = analysisScheme } } @@ -1560,8 +1514,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -1573,8 +1526,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( domainStatus: CloudSearchClientTypes.DomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -1591,8 +1543,7 @@ public struct DeleteExpressionInput: Swift.Sendable { public init( domainName: Swift.String? = nil, expressionName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.expressionName = expressionName } @@ -1606,8 +1557,7 @@ public struct DeleteExpressionOutput: Swift.Sendable { public init( expression: CloudSearchClientTypes.ExpressionStatus? = nil - ) - { + ) { self.expression = expression } } @@ -1624,8 +1574,7 @@ public struct DeleteIndexFieldInput: Swift.Sendable { public init( domainName: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.indexFieldName = indexFieldName } @@ -1639,8 +1588,7 @@ public struct DeleteIndexFieldOutput: Swift.Sendable { public init( indexField: CloudSearchClientTypes.IndexFieldStatus? = nil - ) - { + ) { self.indexField = indexField } } @@ -1657,8 +1605,7 @@ public struct DeleteSuggesterInput: Swift.Sendable { public init( domainName: Swift.String? = nil, suggesterName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.suggesterName = suggesterName } @@ -1672,8 +1619,7 @@ public struct DeleteSuggesterOutput: Swift.Sendable { public init( suggester: CloudSearchClientTypes.SuggesterStatus? = nil - ) - { + ) { self.suggester = suggester } } @@ -1692,8 +1638,7 @@ public struct DescribeAnalysisSchemesInput: Swift.Sendable { analysisSchemeNames: [Swift.String]? = nil, deployed: Swift.Bool? = nil, domainName: Swift.String? = nil - ) - { + ) { self.analysisSchemeNames = analysisSchemeNames self.deployed = deployed self.domainName = domainName @@ -1708,8 +1653,7 @@ public struct DescribeAnalysisSchemesOutput: Swift.Sendable { public init( analysisSchemes: [CloudSearchClientTypes.AnalysisSchemeStatus]? = nil - ) - { + ) { self.analysisSchemes = analysisSchemes } } @@ -1736,8 +1680,7 @@ public struct DisabledOperationException: ClientRuntime.ModeledError, AWSClientR public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1754,8 +1697,7 @@ public struct DescribeAvailabilityOptionsInput: Swift.Sendable { public init( deployed: Swift.Bool? = nil, domainName: Swift.String? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName } @@ -1775,8 +1717,7 @@ extension CloudSearchClientTypes { public init( options: Swift.Bool = false, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1790,8 +1731,7 @@ public struct DescribeAvailabilityOptionsOutput: Swift.Sendable { public init( availabilityOptions: CloudSearchClientTypes.AvailabilityOptionsStatus? = nil - ) - { + ) { self.availabilityOptions = availabilityOptions } } @@ -1807,8 +1747,7 @@ public struct DescribeDomainEndpointOptionsInput: Swift.Sendable { public init( deployed: Swift.Bool? = nil, domainName: Swift.String? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName } @@ -1856,8 +1795,7 @@ extension CloudSearchClientTypes { public init( enforceHTTPS: Swift.Bool? = nil, tlsSecurityPolicy: CloudSearchClientTypes.TLSSecurityPolicy? = nil - ) - { + ) { self.enforceHTTPS = enforceHTTPS self.tlsSecurityPolicy = tlsSecurityPolicy } @@ -1878,8 +1816,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.DomainEndpointOptions? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1893,8 +1830,7 @@ public struct DescribeDomainEndpointOptionsOutput: Swift.Sendable { public init( domainEndpointOptions: CloudSearchClientTypes.DomainEndpointOptionsStatus? = nil - ) - { + ) { self.domainEndpointOptions = domainEndpointOptions } } @@ -1906,8 +1842,7 @@ public struct DescribeDomainsInput: Swift.Sendable { public init( domainNames: [Swift.String]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -1920,8 +1855,7 @@ public struct DescribeDomainsOutput: Swift.Sendable { public init( domainStatusList: [CloudSearchClientTypes.DomainStatus]? = nil - ) - { + ) { self.domainStatusList = domainStatusList } } @@ -1940,8 +1874,7 @@ public struct DescribeExpressionsInput: Swift.Sendable { deployed: Swift.Bool? = nil, domainName: Swift.String? = nil, expressionNames: [Swift.String]? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName self.expressionNames = expressionNames @@ -1956,8 +1889,7 @@ public struct DescribeExpressionsOutput: Swift.Sendable { public init( expressions: [CloudSearchClientTypes.ExpressionStatus]? = nil - ) - { + ) { self.expressions = expressions } } @@ -1976,8 +1908,7 @@ public struct DescribeIndexFieldsInput: Swift.Sendable { deployed: Swift.Bool? = nil, domainName: Swift.String? = nil, fieldNames: [Swift.String]? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName self.fieldNames = fieldNames @@ -1992,8 +1923,7 @@ public struct DescribeIndexFieldsOutput: Swift.Sendable { public init( indexFields: [CloudSearchClientTypes.IndexFieldStatus]? = nil - ) - { + ) { self.indexFields = indexFields } } @@ -2006,8 +1936,7 @@ public struct DescribeScalingParametersInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2102,8 +2031,7 @@ extension CloudSearchClientTypes { desiredInstanceType: CloudSearchClientTypes.PartitionInstanceType? = nil, desiredPartitionCount: Swift.Int = 0, desiredReplicationCount: Swift.Int = 0 - ) - { + ) { self.desiredInstanceType = desiredInstanceType self.desiredPartitionCount = desiredPartitionCount self.desiredReplicationCount = desiredReplicationCount @@ -2125,8 +2053,7 @@ extension CloudSearchClientTypes { public init( options: CloudSearchClientTypes.ScalingParameters? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -2141,8 +2068,7 @@ public struct DescribeScalingParametersOutput: Swift.Sendable { public init( scalingParameters: CloudSearchClientTypes.ScalingParametersStatus? = nil - ) - { + ) { self.scalingParameters = scalingParameters } } @@ -2158,8 +2084,7 @@ public struct DescribeServiceAccessPoliciesInput: Swift.Sendable { public init( deployed: Swift.Bool? = nil, domainName: Swift.String? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName } @@ -2179,8 +2104,7 @@ extension CloudSearchClientTypes { public init( options: Swift.String? = nil, status: CloudSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -2195,8 +2119,7 @@ public struct DescribeServiceAccessPoliciesOutput: Swift.Sendable { public init( accessPolicies: CloudSearchClientTypes.AccessPoliciesStatus? = nil - ) - { + ) { self.accessPolicies = accessPolicies } } @@ -2215,8 +2138,7 @@ public struct DescribeSuggestersInput: Swift.Sendable { deployed: Swift.Bool? = nil, domainName: Swift.String? = nil, suggesterNames: [Swift.String]? = nil - ) - { + ) { self.deployed = deployed self.domainName = domainName self.suggesterNames = suggesterNames @@ -2231,8 +2153,7 @@ public struct DescribeSuggestersOutput: Swift.Sendable { public init( suggesters: [CloudSearchClientTypes.SuggesterStatus]? = nil - ) - { + ) { self.suggesters = suggesters } } @@ -2245,8 +2166,7 @@ public struct IndexDocumentsInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2258,8 +2178,7 @@ public struct IndexDocumentsOutput: Swift.Sendable { public init( fieldNames: [Swift.String]? = nil - ) - { + ) { self.fieldNames = fieldNames } } @@ -2271,8 +2190,7 @@ public struct ListDomainNamesOutput: Swift.Sendable { public init( domainNames: [Swift.String: Swift.String]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -2289,8 +2207,7 @@ public struct UpdateAvailabilityOptionsInput: Swift.Sendable { public init( domainName: Swift.String? = nil, multiAZ: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.multiAZ = multiAZ } @@ -2303,8 +2220,7 @@ public struct UpdateAvailabilityOptionsOutput: Swift.Sendable { public init( availabilityOptions: CloudSearchClientTypes.AvailabilityOptionsStatus? = nil - ) - { + ) { self.availabilityOptions = availabilityOptions } } @@ -2321,8 +2237,7 @@ public struct UpdateDomainEndpointOptionsInput: Swift.Sendable { public init( domainEndpointOptions: CloudSearchClientTypes.DomainEndpointOptions? = nil, domainName: Swift.String? = nil - ) - { + ) { self.domainEndpointOptions = domainEndpointOptions self.domainName = domainName } @@ -2335,8 +2250,7 @@ public struct UpdateDomainEndpointOptionsOutput: Swift.Sendable { public init( domainEndpointOptions: CloudSearchClientTypes.DomainEndpointOptionsStatus? = nil - ) - { + ) { self.domainEndpointOptions = domainEndpointOptions } } @@ -2353,8 +2267,7 @@ public struct UpdateScalingParametersInput: Swift.Sendable { public init( domainName: Swift.String? = nil, scalingParameters: CloudSearchClientTypes.ScalingParameters? = nil - ) - { + ) { self.domainName = domainName self.scalingParameters = scalingParameters } @@ -2368,8 +2281,7 @@ public struct UpdateScalingParametersOutput: Swift.Sendable { public init( scalingParameters: CloudSearchClientTypes.ScalingParametersStatus? = nil - ) - { + ) { self.scalingParameters = scalingParameters } } @@ -2386,8 +2298,7 @@ public struct UpdateServiceAccessPoliciesInput: Swift.Sendable { public init( accessPolicies: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.domainName = domainName } @@ -2401,8 +2312,7 @@ public struct UpdateServiceAccessPoliciesOutput: Swift.Sendable { public init( accessPolicies: CloudSearchClientTypes.AccessPoliciesStatus? = nil - ) - { + ) { self.accessPolicies = accessPolicies } } diff --git a/Sources/Services/AWSCloudSearchDomain/Package.swift.txt b/Sources/Services/AWSCloudSearchDomain/Package.swift.txt index 12ec974959d..34404923aa9 100644 --- a/Sources/Services/AWSCloudSearchDomain/Package.swift.txt +++ b/Sources/Services/AWSCloudSearchDomain/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/CloudSearchDomainClient.swift b/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/CloudSearchDomainClient.swift index 4b5e4919df7..a960243f386 100644 --- a/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/CloudSearchDomainClient.swift +++ b/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/CloudSearchDomainClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudSearchDomainClient: ClientRuntime.Client { public static let clientName = "CloudSearchDomainClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudSearchDomainClient.CloudSearchDomainClientConfiguration let serviceName = "CloudSearch Domain" diff --git a/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/Models.swift b/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/Models.swift index 1e5fbec0eb4..bbc5aecbac5 100644 --- a/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/Models.swift +++ b/Sources/Services/AWSCloudSearchDomain/Sources/AWSCloudSearchDomain/Models.swift @@ -47,8 +47,7 @@ public struct SearchException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -177,8 +176,7 @@ public struct SearchInput: Swift.Sendable { sort: Swift.String? = nil, start: Swift.Int? = 0, stats: Swift.String? = nil - ) - { + ) { self.cursor = cursor self.expr = expr self.facet = facet @@ -208,8 +206,7 @@ extension CloudSearchDomainClientTypes { public init( count: Swift.Int = 0, value: Swift.String? = nil - ) - { + ) { self.count = count self.value = value } @@ -225,8 +222,7 @@ extension CloudSearchDomainClientTypes { public init( buckets: [CloudSearchDomainClientTypes.Bucket]? = nil - ) - { + ) { self.buckets = buckets } } @@ -250,8 +246,7 @@ extension CloudSearchDomainClientTypes { fields: [Swift.String: [Swift.String]]? = nil, highlights: [Swift.String: Swift.String]? = nil, id: Swift.String? = nil - ) - { + ) { self.exprs = exprs self.fields = fields self.highlights = highlights @@ -278,8 +273,7 @@ extension CloudSearchDomainClientTypes { found: Swift.Int = 0, hit: [CloudSearchDomainClientTypes.Hit]? = nil, start: Swift.Int = 0 - ) - { + ) { self.cursor = cursor self.found = found self.hit = hit @@ -318,8 +312,7 @@ extension CloudSearchDomainClientTypes { stddev: Swift.Double = 0.0, sum: Swift.Double = 0.0, sumOfSquares: Swift.Double = 0.0 - ) - { + ) { self.count = count self.max = max self.mean = mean @@ -344,8 +337,7 @@ extension CloudSearchDomainClientTypes { public init( rid: Swift.String? = nil, timems: Swift.Int = 0 - ) - { + ) { self.rid = rid self.timems = timems } @@ -368,8 +360,7 @@ public struct SearchOutput: Swift.Sendable { hits: CloudSearchDomainClientTypes.Hits? = nil, stats: [Swift.String: CloudSearchDomainClientTypes.FieldStats]? = nil, status: CloudSearchDomainClientTypes.SearchStatus? = nil - ) - { + ) { self.facets = facets self.hits = hits self.stats = stats @@ -392,8 +383,7 @@ public struct SuggestInput: Swift.Sendable { query: Swift.String? = nil, size: Swift.Int? = 0, suggester: Swift.String? = nil - ) - { + ) { self.query = query self.size = size self.suggester = suggester @@ -412,8 +402,7 @@ extension CloudSearchDomainClientTypes { public init( rid: Swift.String? = nil, timems: Swift.Int = 0 - ) - { + ) { self.rid = rid self.timems = timems } @@ -435,8 +424,7 @@ extension CloudSearchDomainClientTypes { id: Swift.String? = nil, score: Swift.Int = 0, suggestion: Swift.String? = nil - ) - { + ) { self.id = id self.score = score self.suggestion = suggestion @@ -459,8 +447,7 @@ extension CloudSearchDomainClientTypes { found: Swift.Int = 0, query: Swift.String? = nil, suggestions: [CloudSearchDomainClientTypes.SuggestionMatch]? = nil - ) - { + ) { self.found = found self.query = query self.suggestions = suggestions @@ -478,8 +465,7 @@ public struct SuggestOutput: Swift.Sendable { public init( status: CloudSearchDomainClientTypes.SuggestStatus? = nil, suggest: CloudSearchDomainClientTypes.SuggestModel? = nil - ) - { + ) { self.status = status self.suggest = suggest } @@ -507,8 +493,7 @@ public struct DocumentServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.status = status } @@ -559,8 +544,7 @@ public struct UploadDocumentsInput: Swift.Sendable { public init( contentType: CloudSearchDomainClientTypes.ContentType? = nil, documents: Smithy.ByteStream? = nil - ) - { + ) { self.contentType = contentType self.documents = documents } @@ -575,8 +559,7 @@ extension CloudSearchDomainClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -598,8 +581,7 @@ public struct UploadDocumentsOutput: Swift.Sendable { deletes: Swift.Int = 0, status: Swift.String? = nil, warnings: [CloudSearchDomainClientTypes.DocumentServiceWarning]? = nil - ) - { + ) { self.adds = adds self.deletes = deletes self.status = status diff --git a/Sources/Services/AWSCloudTrail/Package.swift.txt b/Sources/Services/AWSCloudTrail/Package.swift.txt index d6c3e56306f..90e8e806db7 100644 --- a/Sources/Services/AWSCloudTrail/Package.swift.txt +++ b/Sources/Services/AWSCloudTrail/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/CloudTrailClient.swift b/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/CloudTrailClient.swift index cfb552a0dc4..f5fd30a2b3e 100644 --- a/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/CloudTrailClient.swift +++ b/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/CloudTrailClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudTrailClient: ClientRuntime.Client { public static let clientName = "CloudTrailClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudTrailClient.CloudTrailClientConfiguration let serviceName = "CloudTrail" diff --git a/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/Models.swift b/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/Models.swift index 29cfd83badb..dea8d3de256 100644 --- a/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/Models.swift +++ b/Sources/Services/AWSCloudTrail/Sources/AWSCloudTrail/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ public struct AccountHasOngoingImportException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct AccountNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +119,7 @@ public struct AccountNotRegisteredException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ public struct AccountRegisteredException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +167,7 @@ public struct ChannelARNInvalidException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +191,7 @@ public struct ChannelNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -222,8 +215,7 @@ public struct CloudTrailARNInvalidException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -247,8 +239,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -272,8 +263,7 @@ public struct EventDataStoreARNInvalidException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -297,8 +287,7 @@ public struct EventDataStoreNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -322,8 +311,7 @@ public struct InactiveEventDataStoreException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -347,8 +335,7 @@ public struct InvalidTagParameterException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -382,8 +369,7 @@ public struct InvalidTrailNameException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +393,7 @@ public struct NoManagementAccountSLRExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -432,8 +417,7 @@ public struct NotOrganizationMasterAccountException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -457,8 +441,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -482,8 +465,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -507,8 +489,7 @@ public struct ResourceTypeNotSupportedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -532,8 +513,7 @@ public struct TagsLimitExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -557,8 +537,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -576,8 +555,7 @@ extension CloudTrailClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -596,8 +574,7 @@ public struct AddTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagsList: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tagsList = tagsList } @@ -637,8 +614,7 @@ extension CloudTrailClientTypes { notEquals: [Swift.String]? = nil, notStartsWith: [Swift.String]? = nil, startsWith: [Swift.String]? = nil - ) - { + ) { self.endsWith = endsWith self.equals = equals self.field = field @@ -663,8 +639,7 @@ extension CloudTrailClientTypes { public init( fieldSelectors: [CloudTrailClientTypes.AdvancedFieldSelector]? = nil, name: Swift.String? = nil - ) - { + ) { self.fieldSelectors = fieldSelectors self.name = name } @@ -719,8 +694,7 @@ public struct InactiveQueryException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -744,8 +718,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -769,8 +742,7 @@ public struct QueryIdNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -789,8 +761,7 @@ public struct CancelQueryInput: Swift.Sendable { eventDataStore: Swift.String? = nil, eventDataStoreOwnerAccountId: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryId = queryId @@ -852,8 +823,7 @@ public struct CancelQueryOutput: Swift.Sendable { eventDataStoreOwnerAccountId: Swift.String? = nil, queryId: Swift.String? = nil, queryStatus: CloudTrailClientTypes.QueryStatus? = nil - ) - { + ) { self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryId = queryId self.queryStatus = queryStatus @@ -879,8 +849,7 @@ public struct CannotDelegateManagementAccountException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -897,8 +866,7 @@ extension CloudTrailClientTypes { public init( channelArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.name = name } @@ -924,8 +892,7 @@ public struct ChannelAlreadyExistsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -949,8 +916,7 @@ public struct ChannelExistsForEDSException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -974,8 +940,7 @@ public struct ChannelMaxLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -999,8 +964,7 @@ public struct InvalidEventDataStoreCategoryException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1024,8 +988,7 @@ public struct InvalidSourceException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1073,8 +1036,7 @@ extension CloudTrailClientTypes { public init( location: Swift.String? = nil, type: CloudTrailClientTypes.DestinationType? = nil - ) - { + ) { self.location = location self.type = type } @@ -1099,8 +1061,7 @@ public struct CreateChannelInput: Swift.Sendable { name: Swift.String? = nil, source: Swift.String? = nil, tags: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.destinations = destinations self.name = name self.source = source @@ -1126,8 +1087,7 @@ public struct CreateChannelOutput: Swift.Sendable { name: Swift.String? = nil, source: Swift.String? = nil, tags: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.channelArn = channelArn self.destinations = destinations self.name = name @@ -1155,8 +1115,7 @@ public struct InsufficientEncryptionPolicyException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1180,8 +1139,7 @@ public struct InvalidQueryStatementException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1205,8 +1163,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1252,8 +1209,7 @@ extension CloudTrailClientTypes { public init( unit: CloudTrailClientTypes.RefreshScheduleFrequencyUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1304,8 +1260,7 @@ extension CloudTrailClientTypes { frequency: CloudTrailClientTypes.RefreshScheduleFrequency? = nil, status: CloudTrailClientTypes.RefreshScheduleStatus? = nil, timeOfDay: Swift.String? = nil - ) - { + ) { self.frequency = frequency self.status = status self.timeOfDay = timeOfDay @@ -1330,8 +1285,7 @@ extension CloudTrailClientTypes { queryParameters: [Swift.String]? = nil, queryStatement: Swift.String? = nil, viewProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.queryParameters = queryParameters self.queryStatement = queryStatement self.viewProperties = viewProperties @@ -1358,8 +1312,7 @@ public struct CreateDashboardInput: Swift.Sendable { tagsList: [CloudTrailClientTypes.Tag]? = nil, terminationProtectionEnabled: Swift.Bool? = nil, widgets: [CloudTrailClientTypes.RequestWidget]? = nil - ) - { + ) { self.name = name self.refreshSchedule = refreshSchedule self.tagsList = tagsList @@ -1415,8 +1368,7 @@ extension CloudTrailClientTypes { queryParameters: [Swift.String]? = nil, queryStatement: Swift.String? = nil, viewProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.queryAlias = queryAlias self.queryParameters = queryParameters self.queryStatement = queryStatement @@ -1449,8 +1401,7 @@ public struct CreateDashboardOutput: Swift.Sendable { terminationProtectionEnabled: Swift.Bool? = nil, type: CloudTrailClientTypes.DashboardType? = nil, widgets: [CloudTrailClientTypes.Widget]? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.name = name self.refreshSchedule = refreshSchedule @@ -1480,8 +1431,7 @@ public struct CloudTrailAccessNotEnabledException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1505,8 +1455,7 @@ public struct EventDataStoreAlreadyExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1530,8 +1479,7 @@ public struct EventDataStoreMaxLimitExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1555,8 +1503,7 @@ public struct InsufficientDependencyServiceAccessPermissionException: ClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1588,8 +1535,7 @@ public struct InvalidEventSelectorsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1613,8 +1559,7 @@ public struct InvalidKmsKeyIdException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1638,8 +1583,7 @@ public struct KmsException: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1663,8 +1607,7 @@ public struct KmsKeyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1688,8 +1631,7 @@ public struct OrganizationNotInAllFeaturesModeException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1713,8 +1655,7 @@ public struct OrganizationsNotInUseException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1768,8 +1709,7 @@ public struct CreateEventDataStoreInput: Swift.Sendable { startIngestion: Swift.Bool? = nil, tagsList: [CloudTrailClientTypes.Tag]? = nil, terminationProtectionEnabled: Swift.Bool? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.kmsKeyId = kmsKeyId @@ -1866,8 +1806,7 @@ public struct CreateEventDataStoreOutput: Swift.Sendable { tagsList: [CloudTrailClientTypes.Tag]? = nil, terminationProtectionEnabled: Swift.Bool? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.createdTimestamp = createdTimestamp @@ -1903,8 +1842,7 @@ public struct CloudTrailInvalidClientTokenIdException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1928,8 +1866,7 @@ public struct CloudWatchLogsDeliveryUnavailableException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1953,8 +1890,7 @@ public struct InsufficientS3BucketPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1978,8 +1914,7 @@ public struct InsufficientSnsTopicPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2003,8 +1938,7 @@ public struct InvalidCloudWatchLogsLogGroupArnException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2028,8 +1962,7 @@ public struct InvalidCloudWatchLogsRoleArnException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2053,8 +1986,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2078,8 +2010,7 @@ public struct InvalidS3BucketNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2103,8 +2034,7 @@ public struct InvalidS3PrefixException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2128,8 +2058,7 @@ public struct InvalidSnsTopicNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2154,8 +2083,7 @@ public struct KmsKeyDisabledException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2179,8 +2107,7 @@ public struct MaximumNumberOfTrailsExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2204,8 +2131,7 @@ public struct S3BucketDoesNotExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2229,8 +2155,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2254,8 +2179,7 @@ public struct TrailAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2279,8 +2203,7 @@ public struct TrailNotProvidedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2345,8 +2268,7 @@ public struct CreateTrailInput: Swift.Sendable { s3KeyPrefix: Swift.String? = nil, snsTopicName: Swift.String? = nil, tagsList: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.enableLogFileValidation = enableLogFileValidation @@ -2406,8 +2328,7 @@ public struct CreateTrailOutput: Swift.Sendable { snsTopicARN: Swift.String? = nil, snsTopicName: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.includeGlobalServiceEvents = includeGlobalServiceEvents @@ -2431,8 +2352,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channel: Swift.String? = nil - ) - { + ) { self.channel = channel } } @@ -2449,8 +2369,7 @@ public struct DeleteDashboardInput: Swift.Sendable { public init( dashboardId: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId } } @@ -2479,8 +2398,7 @@ public struct EventDataStoreFederationEnabledException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2504,8 +2422,7 @@ public struct EventDataStoreHasOngoingImportException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2529,8 +2446,7 @@ public struct EventDataStoreTerminationProtectedException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2542,8 +2458,7 @@ public struct DeleteEventDataStoreInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -2572,8 +2487,7 @@ public struct ResourceARNNotValidException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2597,8 +2511,7 @@ public struct ResourcePolicyNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2610,8 +2523,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2640,8 +2552,7 @@ public struct InvalidHomeRegionException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2665,8 +2576,7 @@ public struct TrailNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2679,8 +2589,7 @@ public struct DeleteTrailInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2710,8 +2619,7 @@ public struct NotOrganizationManagementAccountException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2724,8 +2632,7 @@ public struct DeregisterOrganizationDelegatedAdminInput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId } } @@ -2755,8 +2662,7 @@ public struct DescribeQueryInput: Swift.Sendable { queryAlias: Swift.String? = nil, queryId: Swift.String? = nil, refreshId: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryAlias = queryAlias @@ -2836,8 +2742,7 @@ extension CloudTrailClientTypes { eventsMatched: Swift.Int? = nil, eventsScanned: Swift.Int? = nil, executionTimeInMillis: Swift.Int? = nil - ) - { + ) { self.bytesScanned = bytesScanned self.creationTime = creationTime self.eventsMatched = eventsMatched @@ -2877,8 +2782,7 @@ public struct DescribeQueryOutput: Swift.Sendable { queryStatistics: CloudTrailClientTypes.QueryStatisticsForDescribeQuery? = nil, queryStatus: CloudTrailClientTypes.QueryStatus? = nil, queryString: Swift.String? = nil - ) - { + ) { self.deliveryS3Uri = deliveryS3Uri self.deliveryStatus = deliveryStatus self.errorMessage = errorMessage @@ -2908,8 +2812,7 @@ public struct DescribeTrailsInput: Swift.Sendable { public init( includeShadowTrails: Swift.Bool? = nil, trailNameList: [Swift.String]? = nil - ) - { + ) { self.includeShadowTrails = includeShadowTrails self.trailNameList = trailNameList } @@ -2970,8 +2873,7 @@ extension CloudTrailClientTypes { snsTopicARN: Swift.String? = nil, snsTopicName: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.hasCustomEventSelectors = hasCustomEventSelectors @@ -2999,8 +2901,7 @@ public struct DescribeTrailsOutput: Swift.Sendable { public init( trailList: [CloudTrailClientTypes.Trail]? = nil - ) - { + ) { self.trailList = trailList } } @@ -3024,8 +2925,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3037,8 +2937,7 @@ public struct DisableFederationInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -3087,8 +2986,7 @@ public struct DisableFederationOutput: Swift.Sendable { public init( eventDataStoreArn: Swift.String? = nil, federationStatus: CloudTrailClientTypes.FederationStatus? = nil - ) - { + ) { self.eventDataStoreArn = eventDataStoreArn self.federationStatus = federationStatus } @@ -3105,8 +3003,7 @@ public struct EnableFederationInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil, federationRoleArn: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.federationRoleArn = federationRoleArn } @@ -3124,8 +3021,7 @@ public struct EnableFederationOutput: Swift.Sendable { eventDataStoreArn: Swift.String? = nil, federationRoleArn: Swift.String? = nil, federationStatus: CloudTrailClientTypes.FederationStatus? = nil - ) - { + ) { self.eventDataStoreArn = eventDataStoreArn self.federationRoleArn = federationRoleArn self.federationStatus = federationStatus @@ -3151,8 +3047,7 @@ public struct GenerateResponseException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3168,8 +3063,7 @@ public struct GenerateQueryInput: Swift.Sendable { public init( eventDataStores: [Swift.String]? = nil, prompt: Swift.String? = nil - ) - { + ) { self.eventDataStores = eventDataStores self.prompt = prompt } @@ -3187,8 +3081,7 @@ public struct GenerateQueryOutput: Swift.Sendable { eventDataStoreOwnerAccountId: Swift.String? = nil, queryAlias: Swift.String? = nil, queryStatement: Swift.String? = nil - ) - { + ) { self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryAlias = queryAlias self.queryStatement = queryStatement @@ -3202,8 +3095,7 @@ public struct GetChannelInput: Swift.Sendable { public init( channel: Swift.String? = nil - ) - { + ) { self.channel = channel } } @@ -3229,8 +3121,7 @@ extension CloudTrailClientTypes { latestIngestionErrorCode: Swift.String? = nil, latestIngestionSuccessEventID: Swift.String? = nil, latestIngestionSuccessTime: Foundation.Date? = nil - ) - { + ) { self.latestIngestionAttemptEventID = latestIngestionAttemptEventID self.latestIngestionAttemptTime = latestIngestionAttemptTime self.latestIngestionErrorCode = latestIngestionErrorCode @@ -3252,8 +3143,7 @@ extension CloudTrailClientTypes { public init( advancedEventSelectors: [CloudTrailClientTypes.AdvancedEventSelector]? = nil, applyToAllRegions: Swift.Bool? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.applyToAllRegions = applyToAllRegions } @@ -3281,8 +3171,7 @@ public struct GetChannelOutput: Swift.Sendable { name: Swift.String? = nil, source: Swift.String? = nil, sourceConfig: CloudTrailClientTypes.SourceConfig? = nil - ) - { + ) { self.channelArn = channelArn self.destinations = destinations self.ingestionStatus = ingestionStatus @@ -3299,8 +3188,7 @@ public struct GetDashboardInput: Swift.Sendable { public init( dashboardId: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId } } @@ -3376,8 +3264,7 @@ public struct GetDashboardOutput: Swift.Sendable { type: CloudTrailClientTypes.DashboardType? = nil, updatedTimestamp: Foundation.Date? = nil, widgets: [CloudTrailClientTypes.Widget]? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.dashboardArn = dashboardArn self.lastRefreshFailureReason = lastRefreshFailureReason @@ -3398,8 +3285,7 @@ public struct GetEventDataStoreInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -3418,8 +3304,7 @@ extension CloudTrailClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -3474,8 +3359,7 @@ public struct GetEventDataStoreOutput: Swift.Sendable { status: CloudTrailClientTypes.EventDataStoreStatus? = nil, terminationProtectionEnabled: Swift.Bool? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.createdTimestamp = createdTimestamp @@ -3514,8 +3398,7 @@ public struct GetEventSelectorsInput: Swift.Sendable { public init( trailName: Swift.String? = nil - ) - { + ) { self.trailName = trailName } } @@ -3579,8 +3462,7 @@ extension CloudTrailClientTypes { public init( type: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.type = type self.values = values } @@ -3637,8 +3519,7 @@ extension CloudTrailClientTypes { excludeManagementEventSources: [Swift.String]? = nil, includeManagementEvents: Swift.Bool? = nil, readWriteType: CloudTrailClientTypes.ReadWriteType? = nil - ) - { + ) { self.dataResources = dataResources self.excludeManagementEventSources = excludeManagementEventSources self.includeManagementEvents = includeManagementEvents @@ -3659,8 +3540,7 @@ public struct GetEventSelectorsOutput: Swift.Sendable { advancedEventSelectors: [CloudTrailClientTypes.AdvancedEventSelector]? = nil, eventSelectors: [CloudTrailClientTypes.EventSelector]? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.eventSelectors = eventSelectors self.trailARN = trailARN @@ -3686,8 +3566,7 @@ public struct ImportNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3699,8 +3578,7 @@ public struct GetImportInput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -3723,8 +3601,7 @@ extension CloudTrailClientTypes { s3BucketAccessRoleArn: Swift.String? = nil, s3BucketRegion: Swift.String? = nil, s3LocationUri: Swift.String? = nil - ) - { + ) { self.s3BucketAccessRoleArn = s3BucketAccessRoleArn self.s3BucketRegion = s3BucketRegion self.s3LocationUri = s3LocationUri @@ -3742,8 +3619,7 @@ extension CloudTrailClientTypes { public init( s3: CloudTrailClientTypes.S3ImportSource? = nil - ) - { + ) { self.s3 = s3 } } @@ -3770,8 +3646,7 @@ extension CloudTrailClientTypes { filesCompleted: Swift.Int? = nil, prefixesCompleted: Swift.Int? = nil, prefixesFound: Swift.Int? = nil - ) - { + ) { self.eventsCompleted = eventsCompleted self.failedEntries = failedEntries self.filesCompleted = filesCompleted @@ -3849,8 +3724,7 @@ public struct GetImportOutput: Swift.Sendable { importStatus: CloudTrailClientTypes.ImportStatus? = nil, startEventTime: Foundation.Date? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinations = destinations self.endEventTime = endEventTime @@ -3882,8 +3756,7 @@ public struct InsightNotEnabledException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3910,8 +3783,7 @@ public struct GetInsightSelectorsInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil, trailName: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.trailName = trailName } @@ -3955,8 +3827,7 @@ extension CloudTrailClientTypes { public init( insightType: CloudTrailClientTypes.InsightType? = nil - ) - { + ) { self.insightType = insightType } } @@ -3977,8 +3848,7 @@ public struct GetInsightSelectorsOutput: Swift.Sendable { insightSelectors: [CloudTrailClientTypes.InsightSelector]? = nil, insightsDestination: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.eventDataStoreArn = eventDataStoreArn self.insightSelectors = insightSelectors self.insightsDestination = insightsDestination @@ -4005,8 +3875,7 @@ public struct InvalidMaxResultsException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4030,8 +3899,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4056,8 +3924,7 @@ public struct GetQueryResultsInput: Swift.Sendable { maxQueryResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.maxQueryResults = maxQueryResults @@ -4081,8 +3948,7 @@ extension CloudTrailClientTypes { bytesScanned: Swift.Int? = nil, resultsCount: Swift.Int? = nil, totalResultsCount: Swift.Int? = nil - ) - { + ) { self.bytesScanned = bytesScanned self.resultsCount = resultsCount self.totalResultsCount = totalResultsCount @@ -4108,8 +3974,7 @@ public struct GetQueryResultsOutput: Swift.Sendable { queryResultRows: [[[Swift.String: Swift.String]]]? = nil, queryStatistics: CloudTrailClientTypes.QueryStatistics? = nil, queryStatus: CloudTrailClientTypes.QueryStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.nextToken = nextToken self.queryResultRows = queryResultRows @@ -4125,8 +3990,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4143,8 +4007,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { delegatedAdminResourcePolicy: Swift.String? = nil, resourceArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.delegatedAdminResourcePolicy = delegatedAdminResourcePolicy self.resourceArn = resourceArn self.resourcePolicy = resourcePolicy @@ -4158,8 +4021,7 @@ public struct GetTrailInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4170,8 +4032,7 @@ public struct GetTrailOutput: Swift.Sendable { public init( trail: CloudTrailClientTypes.Trail? = nil - ) - { + ) { self.trail = trail } } @@ -4184,8 +4045,7 @@ public struct GetTrailStatusInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4245,8 +4105,7 @@ public struct GetTrailStatusOutput: Swift.Sendable { stopLoggingTime: Foundation.Date? = nil, timeLoggingStarted: Swift.String? = nil, timeLoggingStopped: Swift.String? = nil - ) - { + ) { self.isLogging = isLogging self.latestCloudWatchLogsDeliveryError = latestCloudWatchLogsDeliveryError self.latestCloudWatchLogsDeliveryTime = latestCloudWatchLogsDeliveryTime @@ -4276,8 +4135,7 @@ public struct ListChannelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4292,8 +4150,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [CloudTrailClientTypes.Channel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -4314,8 +4171,7 @@ public struct ListDashboardsInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, type: CloudTrailClientTypes.DashboardType? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefix = namePrefix self.nextToken = nextToken @@ -4335,8 +4191,7 @@ extension CloudTrailClientTypes { public init( dashboardArn: Swift.String? = nil, type: CloudTrailClientTypes.DashboardType? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.type = type } @@ -4352,8 +4207,7 @@ public struct ListDashboardsOutput: Swift.Sendable { public init( dashboards: [CloudTrailClientTypes.DashboardDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dashboards = dashboards self.nextToken = nextToken } @@ -4368,8 +4222,7 @@ public struct ListEventDataStoresInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4419,8 +4272,7 @@ extension CloudTrailClientTypes { status: CloudTrailClientTypes.EventDataStoreStatus? = nil, terminationProtectionEnabled: Swift.Bool? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.createdTimestamp = createdTimestamp self.eventDataStoreArn = eventDataStoreArn @@ -4444,8 +4296,7 @@ public struct ListEventDataStoresOutput: Swift.Sendable { public init( eventDataStores: [CloudTrailClientTypes.EventDataStore]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventDataStores = eventDataStores self.nextToken = nextToken } @@ -4464,8 +4315,7 @@ public struct ListImportFailuresInput: Swift.Sendable { importId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importId = importId self.maxResults = maxResults self.nextToken = nextToken @@ -4525,8 +4375,7 @@ extension CloudTrailClientTypes { lastUpdatedTime: Foundation.Date? = nil, location: Swift.String? = nil, status: CloudTrailClientTypes.ImportFailureStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType self.lastUpdatedTime = lastUpdatedTime @@ -4545,8 +4394,7 @@ public struct ListImportFailuresOutput: Swift.Sendable { public init( failures: [CloudTrailClientTypes.ImportFailureListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.failures = failures self.nextToken = nextToken } @@ -4567,8 +4415,7 @@ public struct ListImportsInput: Swift.Sendable { importStatus: CloudTrailClientTypes.ImportStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destination = destination self.importStatus = importStatus self.maxResults = maxResults @@ -4597,8 +4444,7 @@ extension CloudTrailClientTypes { importId: Swift.String? = nil, importStatus: CloudTrailClientTypes.ImportStatus? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinations = destinations self.importId = importId @@ -4617,8 +4463,7 @@ public struct ListImportsOutput: Swift.Sendable { public init( imports: [CloudTrailClientTypes.ImportsListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imports = imports self.nextToken = nextToken } @@ -4689,8 +4534,7 @@ public struct ListInsightsMetricDataInput: Swift.Sendable { nextToken: Swift.String? = nil, period: Swift.Int? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dataType = dataType self.endTime = endTime self.errorCode = errorCode @@ -4728,8 +4572,7 @@ public struct ListInsightsMetricDataOutput: Swift.Sendable { nextToken: Swift.String? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.errorCode = errorCode self.eventName = eventName self.eventSource = eventSource @@ -4759,8 +4602,7 @@ public struct InvalidTimeRangeException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4784,8 +4626,7 @@ public struct InvalidTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4803,8 +4644,7 @@ public struct ListPublicKeysInput: Swift.Sendable { endTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.nextToken = nextToken self.startTime = startTime @@ -4829,8 +4669,7 @@ extension CloudTrailClientTypes { validityEndTime: Foundation.Date? = nil, validityStartTime: Foundation.Date? = nil, value: Foundation.Data? = nil - ) - { + ) { self.fingerprint = fingerprint self.validityEndTime = validityEndTime self.validityStartTime = validityStartTime @@ -4849,8 +4688,7 @@ public struct ListPublicKeysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, publicKeyList: [CloudTrailClientTypes.PublicKey]? = nil - ) - { + ) { self.nextToken = nextToken self.publicKeyList = publicKeyList } @@ -4875,8 +4713,7 @@ public struct InvalidDateRangeException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4900,8 +4737,7 @@ public struct InvalidQueryStatusException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4928,8 +4764,7 @@ public struct ListQueriesInput: Swift.Sendable { nextToken: Swift.String? = nil, queryStatus: CloudTrailClientTypes.QueryStatus? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.eventDataStore = eventDataStore self.maxResults = maxResults @@ -4954,8 +4789,7 @@ extension CloudTrailClientTypes { creationTime: Foundation.Date? = nil, queryId: Swift.String? = nil, queryStatus: CloudTrailClientTypes.QueryStatus? = nil - ) - { + ) { self.creationTime = creationTime self.queryId = queryId self.queryStatus = queryStatus @@ -4972,8 +4806,7 @@ public struct ListQueriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queries: [CloudTrailClientTypes.Query]? = nil - ) - { + ) { self.nextToken = nextToken self.queries = queries } @@ -4990,8 +4823,7 @@ public struct ListTagsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceIdList: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceIdList = resourceIdList } @@ -5009,8 +4841,7 @@ extension CloudTrailClientTypes { public init( resourceId: Swift.String? = nil, tagsList: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tagsList = tagsList } @@ -5027,8 +4858,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceTagList: [CloudTrailClientTypes.ResourceTag]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceTagList = resourceTagList } @@ -5040,8 +4870,7 @@ public struct ListTrailsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -5061,8 +4890,7 @@ extension CloudTrailClientTypes { homeRegion: Swift.String? = nil, name: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion self.name = name self.trailARN = trailARN @@ -5079,8 +4907,7 @@ public struct ListTrailsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trails: [CloudTrailClientTypes.TrailInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.trails = trails } @@ -5105,8 +4932,7 @@ public struct InvalidEventCategoryException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5130,8 +4956,7 @@ public struct InvalidLookupAttributesException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5223,8 +5048,7 @@ extension CloudTrailClientTypes { public init( attributeKey: CloudTrailClientTypes.LookupAttributeKey? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributeKey = attributeKey self.attributeValue = attributeValue } @@ -5253,8 +5077,7 @@ public struct LookupEventsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.eventCategory = eventCategory self.lookupAttributes = lookupAttributes @@ -5276,8 +5099,7 @@ extension CloudTrailClientTypes { public init( resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName self.resourceType = resourceType } @@ -5317,8 +5139,7 @@ extension CloudTrailClientTypes { readOnly: Swift.String? = nil, resources: [CloudTrailClientTypes.Resource]? = nil, username: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.cloudTrailEvent = cloudTrailEvent self.eventId = eventId @@ -5342,8 +5163,7 @@ public struct LookupEventsOutput: Swift.Sendable { public init( events: [CloudTrailClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -5384,8 +5204,7 @@ public struct PutEventSelectorsInput: Swift.Sendable { advancedEventSelectors: [CloudTrailClientTypes.AdvancedEventSelector]? = nil, eventSelectors: [CloudTrailClientTypes.EventSelector]? = nil, trailName: Swift.String? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.eventSelectors = eventSelectors self.trailName = trailName @@ -5404,8 +5223,7 @@ public struct PutEventSelectorsOutput: Swift.Sendable { advancedEventSelectors: [CloudTrailClientTypes.AdvancedEventSelector]? = nil, eventSelectors: [CloudTrailClientTypes.EventSelector]? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.eventSelectors = eventSelectors self.trailARN = trailARN @@ -5431,8 +5249,7 @@ public struct InvalidInsightSelectorsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5453,8 +5270,7 @@ public struct PutInsightSelectorsInput: Swift.Sendable { insightSelectors: [CloudTrailClientTypes.InsightSelector]? = nil, insightsDestination: Swift.String? = nil, trailName: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore self.insightSelectors = insightSelectors self.insightsDestination = insightsDestination @@ -5477,8 +5293,7 @@ public struct PutInsightSelectorsOutput: Swift.Sendable { insightSelectors: [CloudTrailClientTypes.InsightSelector]? = nil, insightsDestination: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.eventDataStoreArn = eventDataStoreArn self.insightSelectors = insightSelectors self.insightsDestination = insightsDestination @@ -5505,8 +5320,7 @@ public struct ResourcePolicyNotValidException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5522,8 +5336,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourcePolicy = resourcePolicy } @@ -5541,8 +5354,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { delegatedAdminResourcePolicy: Swift.String? = nil, resourceArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.delegatedAdminResourcePolicy = delegatedAdminResourcePolicy self.resourceArn = resourceArn self.resourcePolicy = resourcePolicy @@ -5568,8 +5380,7 @@ public struct DelegatedAdminAccountLimitExceededException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5582,8 +5393,7 @@ public struct RegisterOrganizationDelegatedAdminInput: Swift.Sendable { public init( memberAccountId: Swift.String? = nil - ) - { + ) { self.memberAccountId = memberAccountId } } @@ -5606,8 +5416,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagsList: [CloudTrailClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tagsList = tagsList } @@ -5638,8 +5447,7 @@ public struct InvalidEventDataStoreStatusException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5651,8 +5459,7 @@ public struct RestoreEventDataStoreInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -5696,8 +5503,7 @@ public struct RestoreEventDataStoreOutput: Swift.Sendable { status: CloudTrailClientTypes.EventDataStoreStatus? = nil, terminationProtectionEnabled: Swift.Bool? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.createdTimestamp = createdTimestamp @@ -5723,8 +5529,7 @@ public struct StartDashboardRefreshInput: Swift.Sendable { public init( dashboardId: Swift.String? = nil, queryParameterValues: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dashboardId = dashboardId self.queryParameterValues = queryParameterValues } @@ -5736,8 +5541,7 @@ public struct StartDashboardRefreshOutput: Swift.Sendable { public init( refreshId: Swift.String? = nil - ) - { + ) { self.refreshId = refreshId } } @@ -5749,8 +5553,7 @@ public struct StartEventDataStoreIngestionInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -5779,8 +5582,7 @@ public struct InvalidImportSourceException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5803,8 +5605,7 @@ public struct StartImportInput: Swift.Sendable { importId: Swift.String? = nil, importSource: CloudTrailClientTypes.ImportSource? = nil, startEventTime: Foundation.Date? = nil - ) - { + ) { self.destinations = destinations self.endEventTime = endEventTime self.importId = importId @@ -5840,8 +5641,7 @@ public struct StartImportOutput: Swift.Sendable { importStatus: CloudTrailClientTypes.ImportStatus? = nil, startEventTime: Foundation.Date? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinations = destinations self.endEventTime = endEventTime @@ -5861,8 +5661,7 @@ public struct StartLoggingInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5892,8 +5691,7 @@ public struct MaxConcurrentQueriesException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5916,8 +5714,7 @@ public struct StartQueryInput: Swift.Sendable { queryAlias: Swift.String? = nil, queryParameters: [Swift.String]? = nil, queryStatement: Swift.String? = nil - ) - { + ) { self.deliveryS3Uri = deliveryS3Uri self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryAlias = queryAlias @@ -5935,8 +5732,7 @@ public struct StartQueryOutput: Swift.Sendable { public init( eventDataStoreOwnerAccountId: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.eventDataStoreOwnerAccountId = eventDataStoreOwnerAccountId self.queryId = queryId } @@ -5949,8 +5745,7 @@ public struct StopEventDataStoreIngestionInput: Swift.Sendable { public init( eventDataStore: Swift.String? = nil - ) - { + ) { self.eventDataStore = eventDataStore } } @@ -5967,8 +5762,7 @@ public struct StopImportInput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -6003,8 +5797,7 @@ public struct StopImportOutput: Swift.Sendable { importStatus: CloudTrailClientTypes.ImportStatus? = nil, startEventTime: Foundation.Date? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinations = destinations self.endEventTime = endEventTime @@ -6025,8 +5818,7 @@ public struct StopLoggingInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6050,8 +5842,7 @@ public struct UpdateChannelInput: Swift.Sendable { channel: Swift.String? = nil, destinations: [CloudTrailClientTypes.Destination]? = nil, name: Swift.String? = nil - ) - { + ) { self.channel = channel self.destinations = destinations self.name = name @@ -6073,8 +5864,7 @@ public struct UpdateChannelOutput: Swift.Sendable { destinations: [CloudTrailClientTypes.Destination]? = nil, name: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.destinations = destinations self.name = name @@ -6098,8 +5888,7 @@ public struct UpdateDashboardInput: Swift.Sendable { refreshSchedule: CloudTrailClientTypes.RefreshSchedule? = nil, terminationProtectionEnabled: Swift.Bool? = nil, widgets: [CloudTrailClientTypes.RequestWidget]? = nil - ) - { + ) { self.dashboardId = dashboardId self.refreshSchedule = refreshSchedule self.terminationProtectionEnabled = terminationProtectionEnabled @@ -6134,8 +5923,7 @@ public struct UpdateDashboardOutput: Swift.Sendable { type: CloudTrailClientTypes.DashboardType? = nil, updatedTimestamp: Foundation.Date? = nil, widgets: [CloudTrailClientTypes.Widget]? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.dashboardArn = dashboardArn self.name = name @@ -6193,8 +5981,7 @@ public struct UpdateEventDataStoreInput: Swift.Sendable { organizationEnabled: Swift.Bool? = nil, retentionPeriod: Swift.Int? = nil, terminationProtectionEnabled: Swift.Bool? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.eventDataStore = eventDataStore @@ -6252,8 +6039,7 @@ public struct UpdateEventDataStoreOutput: Swift.Sendable { status: CloudTrailClientTypes.EventDataStoreStatus? = nil, terminationProtectionEnabled: Swift.Bool? = nil, updatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.advancedEventSelectors = advancedEventSelectors self.billingMode = billingMode self.createdTimestamp = createdTimestamp @@ -6330,8 +6116,7 @@ public struct UpdateTrailInput: Swift.Sendable { s3BucketName: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil, snsTopicName: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.enableLogFileValidation = enableLogFileValidation @@ -6390,8 +6175,7 @@ public struct UpdateTrailOutput: Swift.Sendable { snsTopicARN: Swift.String? = nil, snsTopicName: Swift.String? = nil, trailARN: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.includeGlobalServiceEvents = includeGlobalServiceEvents diff --git a/Sources/Services/AWSCloudTrailData/Package.swift.txt b/Sources/Services/AWSCloudTrailData/Package.swift.txt index 51f5bdb8d83..ad3b48f4d68 100644 --- a/Sources/Services/AWSCloudTrailData/Package.swift.txt +++ b/Sources/Services/AWSCloudTrailData/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/CloudTrailDataClient.swift b/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/CloudTrailDataClient.swift index fcccad3be99..d5340579715 100644 --- a/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/CloudTrailDataClient.swift +++ b/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/CloudTrailDataClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudTrailDataClient: ClientRuntime.Client { public static let clientName = "CloudTrailDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudTrailDataClient.CloudTrailDataClientConfiguration let serviceName = "CloudTrail Data" diff --git a/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/Models.swift b/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/Models.swift index 6e63efcbda8..9c291ebdd8d 100644 --- a/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/Models.swift +++ b/Sources/Services/AWSCloudTrailData/Sources/AWSCloudTrailData/Models.swift @@ -40,8 +40,7 @@ extension CloudTrailDataClientTypes { eventData: Swift.String? = nil, eventDataChecksum: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.eventData = eventData self.eventDataChecksum = eventDataChecksum self.id = id @@ -63,8 +62,7 @@ extension CloudTrailDataClientTypes { public init( eventID: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.eventID = eventID self.id = id } @@ -89,8 +87,7 @@ public struct ChannelInsufficientPermission: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct ChannelNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct ChannelUnsupportedSchema: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +156,7 @@ public struct DuplicatedAuditEventId: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +179,7 @@ public struct InvalidChannelARN: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -209,8 +202,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -229,8 +221,7 @@ public struct PutAuditEventsInput: Swift.Sendable { auditEvents: [CloudTrailDataClientTypes.AuditEvent]? = nil, channelArn: Swift.String? = nil, externalId: Swift.String? = nil - ) - { + ) { self.auditEvents = auditEvents self.channelArn = channelArn self.externalId = externalId @@ -255,8 +246,7 @@ extension CloudTrailDataClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -275,8 +265,7 @@ public struct PutAuditEventsOutput: Swift.Sendable { public init( failed: [CloudTrailDataClientTypes.ResultErrorEntry]? = nil, successful: [CloudTrailDataClientTypes.AuditEventResultEntry]? = nil - ) - { + ) { self.failed = failed self.successful = successful } diff --git a/Sources/Services/AWSCloudWatch/Package.swift.txt b/Sources/Services/AWSCloudWatch/Package.swift.txt index 6a00fdba118..ffa53ecf1df 100644 --- a/Sources/Services/AWSCloudWatch/Package.swift.txt +++ b/Sources/Services/AWSCloudWatch/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/CloudWatchClient.swift b/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/CloudWatchClient.swift index b8fddb26fc1..26115e848ef 100644 --- a/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/CloudWatchClient.swift +++ b/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/CloudWatchClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudWatchClient: ClientRuntime.Client { public static let clientName = "CloudWatchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudWatchClient.CloudWatchClientConfiguration let serviceName = "CloudWatch" diff --git a/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/Models.swift b/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/Models.swift index c644c65db69..3e13a1e91a8 100644 --- a/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/Models.swift +++ b/Sources/Services/AWSCloudWatch/Sources/AWSCloudWatch/Models.swift @@ -181,8 +181,7 @@ extension CloudWatchClientTypes { historyItemType: CloudWatchClientTypes.HistoryItemType? = nil, historySummary: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.alarmName = alarmName self.alarmType = alarmType self.historyData = historyData @@ -207,8 +206,7 @@ extension CloudWatchClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -227,8 +225,7 @@ extension CloudWatchClientTypes { public init( excludedTimeRanges: [CloudWatchClientTypes.Range]? = nil, metricTimezone: Swift.String? = nil - ) - { + ) { self.excludedTimeRanges = excludedTimeRanges self.metricTimezone = metricTimezone } @@ -249,8 +246,7 @@ extension CloudWatchClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -266,8 +262,7 @@ extension CloudWatchClientTypes { public init( periodicSpikes: Swift.Bool? = nil - ) - { + ) { self.periodicSpikes = periodicSpikes } } @@ -288,8 +283,7 @@ extension CloudWatchClientTypes { dimensions: [CloudWatchClientTypes.Dimension]? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.namespace = namespace @@ -428,8 +422,7 @@ extension CloudWatchClientTypes { period: Swift.Int? = nil, stat: Swift.String? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.metric = metric self.period = period self.stat = stat @@ -466,8 +459,7 @@ extension CloudWatchClientTypes { metricStat: CloudWatchClientTypes.MetricStat? = nil, period: Swift.Int? = nil, returnData: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.expression = expression self.id = id @@ -488,8 +480,7 @@ extension CloudWatchClientTypes { public init( metricDataQueries: [CloudWatchClientTypes.MetricDataQuery]? = nil - ) - { + ) { self.metricDataQueries = metricDataQueries } } @@ -516,8 +507,7 @@ extension CloudWatchClientTypes { metricName: Swift.String? = nil, namespace: Swift.String? = nil, stat: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.dimensions = dimensions self.metricName = metricName @@ -596,8 +586,7 @@ extension CloudWatchClientTypes { singleMetricAnomalyDetector: CloudWatchClientTypes.SingleMetricAnomalyDetector? = nil, stat: Swift.String? = nil, stateValue: CloudWatchClientTypes.AnomalyDetectorStateValue? = nil - ) - { + ) { self.configuration = configuration self.dimensions = dimensions self.metricCharacteristics = metricCharacteristics @@ -658,8 +647,7 @@ extension CloudWatchClientTypes { failureCode: Swift.String? = nil, failureDescription: Swift.String? = nil, failureResource: Swift.String? = nil - ) - { + ) { self.exceptionType = exceptionType self.failureCode = failureCode self.failureDescription = failureDescription @@ -807,8 +795,7 @@ extension CloudWatchClientTypes { stateTransitionedTimestamp: Foundation.Date? = nil, stateUpdatedTimestamp: Foundation.Date? = nil, stateValue: CloudWatchClientTypes.StateValue? = nil - ) - { + ) { self.actionsEnabled = actionsEnabled self.actionsSuppressedBy = actionsSuppressedBy self.actionsSuppressedReason = actionsSuppressedReason @@ -850,8 +837,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -874,8 +860,7 @@ extension CloudWatchClientTypes { dashboardName: Swift.String? = nil, lastModified: Foundation.Date? = nil, size: Swift.Int? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardName = dashboardName self.lastModified = lastModified @@ -896,8 +881,7 @@ extension CloudWatchClientTypes { public init( dataPath: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.dataPath = dataPath self.message = message } @@ -924,8 +908,7 @@ public struct DashboardInvalidInputError: ClientRuntime.ModeledError, AWSClientR public init( dashboardValidationMessages: [CloudWatchClientTypes.DashboardValidationMessage]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.dashboardValidationMessages = dashboardValidationMessages self.properties.message = message } @@ -949,8 +932,7 @@ public struct DashboardNotFoundError: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -985,8 +967,7 @@ extension CloudWatchClientTypes { sum: Swift.Double? = nil, timestamp: Foundation.Date? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.average = average self.extendedStatistics = extendedStatistics self.maximum = maximum @@ -1018,8 +999,7 @@ public struct ResourceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1031,8 +1011,7 @@ public struct DeleteAlarmsInput: Swift.Sendable { public init( alarmNames: [Swift.String]? = nil - ) - { + ) { self.alarmNames = alarmNames } } @@ -1056,8 +1035,7 @@ public struct InternalServiceFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1081,8 +1059,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1106,8 +1083,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1131,8 +1107,7 @@ public struct MissingRequiredParameterException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1159,8 +1134,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1218,8 +1192,7 @@ public struct DeleteAnomalyDetectorInput: Swift.Sendable { namespace: Swift.String? = nil, singleMetricAnomalyDetector: CloudWatchClientTypes.SingleMetricAnomalyDetector? = nil, stat: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricMathAnomalyDetector = metricMathAnomalyDetector self.metricName = metricName @@ -1241,8 +1214,7 @@ public struct DeleteDashboardsInput: Swift.Sendable { public init( dashboardNames: [Swift.String]? = nil - ) - { + ) { self.dashboardNames = dashboardNames } } @@ -1259,8 +1231,7 @@ public struct DeleteInsightRulesInput: Swift.Sendable { public init( ruleNames: [Swift.String]? = nil - ) - { + ) { self.ruleNames = ruleNames } } @@ -1271,8 +1242,7 @@ public struct DeleteInsightRulesOutput: Swift.Sendable { public init( failures: [CloudWatchClientTypes.PartialFailure]? = nil - ) - { + ) { self.failures = failures } } @@ -1284,8 +1254,7 @@ public struct DeleteMetricStreamInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1314,8 +1283,7 @@ public struct InvalidNextToken: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1376,8 +1344,7 @@ public struct DescribeAlarmHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, scanBy: CloudWatchClientTypes.ScanBy? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.alarmName = alarmName self.alarmTypes = alarmTypes self.endDate = endDate @@ -1398,8 +1365,7 @@ public struct DescribeAlarmHistoryOutput: Swift.Sendable { public init( alarmHistoryItems: [CloudWatchClientTypes.AlarmHistoryItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmHistoryItems = alarmHistoryItems self.nextToken = nextToken } @@ -1435,8 +1401,7 @@ public struct DescribeAlarmsInput: Swift.Sendable { nextToken: Swift.String? = nil, parentsOfAlarmName: Swift.String? = nil, stateValue: CloudWatchClientTypes.StateValue? = nil - ) - { + ) { self.actionPrefix = actionPrefix self.alarmNamePrefix = alarmNamePrefix self.alarmNames = alarmNames @@ -1606,8 +1571,7 @@ extension CloudWatchClientTypes { thresholdMetricId: Swift.String? = nil, treatMissingData: Swift.String? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.actionsEnabled = actionsEnabled self.alarmActions = alarmActions self.alarmArn = alarmArn @@ -1653,8 +1617,7 @@ public struct DescribeAlarmsOutput: Swift.Sendable { compositeAlarms: [CloudWatchClientTypes.CompositeAlarm]? = nil, metricAlarms: [CloudWatchClientTypes.MetricAlarm]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.compositeAlarms = compositeAlarms self.metricAlarms = metricAlarms self.nextToken = nextToken @@ -1687,8 +1650,7 @@ public struct DescribeAlarmsForMetricInput: Swift.Sendable { period: Swift.Int? = nil, statistic: CloudWatchClientTypes.Statistic? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.dimensions = dimensions self.extendedStatistic = extendedStatistic self.metricName = metricName @@ -1705,8 +1667,7 @@ public struct DescribeAlarmsForMetricOutput: Swift.Sendable { public init( metricAlarms: [CloudWatchClientTypes.MetricAlarm]? = nil - ) - { + ) { self.metricAlarms = metricAlarms } } @@ -1732,8 +1693,7 @@ public struct DescribeAnomalyDetectorsInput: Swift.Sendable { metricName: Swift.String? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorTypes = anomalyDetectorTypes self.dimensions = dimensions self.maxResults = maxResults @@ -1752,8 +1712,7 @@ public struct DescribeAnomalyDetectorsOutput: Swift.Sendable { public init( anomalyDetectors: [CloudWatchClientTypes.AnomalyDetector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectors = anomalyDetectors self.nextToken = nextToken } @@ -1768,8 +1727,7 @@ public struct DescribeInsightRulesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1800,8 +1758,7 @@ extension CloudWatchClientTypes { name: Swift.String? = nil, schema: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.definition = definition self.managedRule = managedRule self.name = name @@ -1820,8 +1777,7 @@ public struct DescribeInsightRulesOutput: Swift.Sendable { public init( insightRules: [CloudWatchClientTypes.InsightRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightRules = insightRules self.nextToken = nextToken } @@ -1840,8 +1796,7 @@ extension CloudWatchClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1855,8 +1810,7 @@ public struct DisableAlarmActionsInput: Swift.Sendable { public init( alarmNames: [Swift.String]? = nil - ) - { + ) { self.alarmNames = alarmNames } } @@ -1868,8 +1822,7 @@ public struct DisableInsightRulesInput: Swift.Sendable { public init( ruleNames: [Swift.String]? = nil - ) - { + ) { self.ruleNames = ruleNames } } @@ -1880,8 +1833,7 @@ public struct DisableInsightRulesOutput: Swift.Sendable { public init( failures: [CloudWatchClientTypes.PartialFailure]? = nil - ) - { + ) { self.failures = failures } } @@ -1893,8 +1845,7 @@ public struct EnableAlarmActionsInput: Swift.Sendable { public init( alarmNames: [Swift.String]? = nil - ) - { + ) { self.alarmNames = alarmNames } } @@ -1917,8 +1868,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1930,8 +1880,7 @@ public struct EnableInsightRulesInput: Swift.Sendable { public init( ruleNames: [Swift.String]? = nil - ) - { + ) { self.ruleNames = ruleNames } } @@ -1942,8 +1891,7 @@ public struct EnableInsightRulesOutput: Swift.Sendable { public init( failures: [CloudWatchClientTypes.PartialFailure]? = nil - ) - { + ) { self.failures = failures } } @@ -1960,8 +1908,7 @@ extension CloudWatchClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, keyAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.keyAttributes = keyAttributes } @@ -1990,8 +1937,7 @@ extension CloudWatchClientTypes { minimum: Swift.Double? = nil, sampleCount: Swift.Double? = nil, sum: Swift.Double? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum self.sampleCount = sampleCount @@ -2034,8 +1980,7 @@ extension CloudWatchClientTypes { unit: CloudWatchClientTypes.StandardUnit? = nil, value: Swift.Double? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.counts = counts self.dimensions = dimensions self.metricName = metricName @@ -2061,8 +2006,7 @@ extension CloudWatchClientTypes { public init( entity: CloudWatchClientTypes.Entity? = nil, metricData: [CloudWatchClientTypes.MetricDatum]? = nil - ) - { + ) { self.entity = entity self.metricData = metricData } @@ -2076,8 +2020,7 @@ public struct GetDashboardInput: Swift.Sendable { public init( dashboardName: Swift.String? = nil - ) - { + ) { self.dashboardName = dashboardName } } @@ -2094,8 +2037,7 @@ public struct GetDashboardOutput: Swift.Sendable { dashboardArn: Swift.String? = nil, dashboardBody: Swift.String? = nil, dashboardName: Swift.String? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardBody = dashboardBody self.dashboardName = dashboardName @@ -2144,8 +2086,7 @@ public struct GetInsightRuleReportInput: Swift.Sendable { period: Swift.Int? = nil, ruleName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxContributorCount = maxContributorCount self.metrics = metrics @@ -2170,8 +2111,7 @@ extension CloudWatchClientTypes { public init( approximateValue: Swift.Double? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.approximateValue = approximateValue self.timestamp = timestamp } @@ -2196,8 +2136,7 @@ extension CloudWatchClientTypes { approximateAggregateValue: Swift.Double? = nil, datapoints: [CloudWatchClientTypes.InsightRuleContributorDatapoint]? = nil, keys: [Swift.String]? = nil - ) - { + ) { self.approximateAggregateValue = approximateAggregateValue self.datapoints = datapoints self.keys = keys @@ -2236,8 +2175,7 @@ extension CloudWatchClientTypes { sum: Swift.Double? = nil, timestamp: Foundation.Date? = nil, uniqueContributors: Swift.Double? = nil - ) - { + ) { self.average = average self.maxContributorValue = maxContributorValue self.maximum = maximum @@ -2271,8 +2209,7 @@ public struct GetInsightRuleReportOutput: Swift.Sendable { contributors: [CloudWatchClientTypes.InsightRuleContributor]? = nil, keyLabels: [Swift.String]? = nil, metricDatapoints: [CloudWatchClientTypes.InsightRuleMetricDatapoint]? = nil - ) - { + ) { self.aggregateValue = aggregateValue self.aggregationStatistic = aggregationStatistic self.approximateUniqueCount = approximateUniqueCount @@ -2291,8 +2228,7 @@ extension CloudWatchClientTypes { public init( timezone: Swift.String? = nil - ) - { + ) { self.timezone = timezone } } @@ -2334,8 +2270,7 @@ public struct GetMetricDataInput: Swift.Sendable { nextToken: Swift.String? = nil, scanBy: CloudWatchClientTypes.ScanBy? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.labelOptions = labelOptions self.maxDatapoints = maxDatapoints @@ -2358,8 +2293,7 @@ extension CloudWatchClientTypes { public init( code: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.code = code self.value = value } @@ -2425,8 +2359,7 @@ extension CloudWatchClientTypes { statusCode: CloudWatchClientTypes.StatusCode? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.id = id self.label = label self.messages = messages @@ -2449,8 +2382,7 @@ public struct GetMetricDataOutput: Swift.Sendable { messages: [CloudWatchClientTypes.MessageData]? = nil, metricDataResults: [CloudWatchClientTypes.MetricDataResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messages = messages self.metricDataResults = metricDataResults self.nextToken = nextToken @@ -2507,8 +2439,7 @@ public struct GetMetricStatisticsInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [CloudWatchClientTypes.Statistic]? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.dimensions = dimensions self.endTime = endTime self.extendedStatistics = extendedStatistics @@ -2530,8 +2461,7 @@ public struct GetMetricStatisticsOutput: Swift.Sendable { public init( datapoints: [CloudWatchClientTypes.Datapoint]? = nil, label: Swift.String? = nil - ) - { + ) { self.datapoints = datapoints self.label = label } @@ -2544,8 +2474,7 @@ public struct GetMetricStreamInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2562,8 +2491,7 @@ extension CloudWatchClientTypes { public init( metricNames: [Swift.String]? = nil, namespace: Swift.String? = nil - ) - { + ) { self.metricNames = metricNames self.namespace = namespace } @@ -2616,8 +2544,7 @@ extension CloudWatchClientTypes { public init( metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.namespace = namespace } @@ -2638,8 +2565,7 @@ extension CloudWatchClientTypes { public init( additionalStatistics: [Swift.String]? = nil, includeMetrics: [CloudWatchClientTypes.MetricStreamStatisticsMetric]? = nil - ) - { + ) { self.additionalStatistics = additionalStatistics self.includeMetrics = includeMetrics } @@ -2685,8 +2611,7 @@ public struct GetMetricStreamOutput: Swift.Sendable { roleArn: Swift.String? = nil, state: Swift.String? = nil, statisticsConfigurations: [CloudWatchClientTypes.MetricStreamStatisticsConfiguration]? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.excludeFilters = excludeFilters @@ -2736,8 +2661,7 @@ public struct GetMetricWidgetImageInput: Swift.Sendable { public init( metricWidget: Swift.String? = nil, outputFormat: Swift.String? = nil - ) - { + ) { self.metricWidget = metricWidget self.outputFormat = outputFormat } @@ -2749,8 +2673,7 @@ public struct GetMetricWidgetImageOutput: Swift.Sendable { public init( metricWidgetImage: Foundation.Data? = nil - ) - { + ) { self.metricWidgetImage = metricWidgetImage } } @@ -2764,8 +2687,7 @@ public struct ListDashboardsInput: Swift.Sendable { public init( dashboardNamePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dashboardNamePrefix = dashboardNamePrefix self.nextToken = nextToken } @@ -2780,8 +2702,7 @@ public struct ListDashboardsOutput: Swift.Sendable { public init( dashboardEntries: [CloudWatchClientTypes.DashboardEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dashboardEntries = dashboardEntries self.nextToken = nextToken } @@ -2800,8 +2721,7 @@ public struct ListManagedInsightRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -2822,8 +2742,7 @@ extension CloudWatchClientTypes { public init( ruleName: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName self.state = state } @@ -2845,8 +2764,7 @@ extension CloudWatchClientTypes { resourceARN: Swift.String? = nil, ruleState: CloudWatchClientTypes.ManagedRuleState? = nil, templateName: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.ruleState = ruleState self.templateName = templateName @@ -2863,8 +2781,7 @@ public struct ListManagedInsightRulesOutput: Swift.Sendable { public init( managedRules: [CloudWatchClientTypes.ManagedRuleDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managedRules = managedRules self.nextToken = nextToken } @@ -2920,8 +2837,7 @@ public struct ListMetricsInput: Swift.Sendable { nextToken: Swift.String? = nil, owningAccount: Swift.String? = nil, recentlyActive: CloudWatchClientTypes.RecentlyActive? = nil - ) - { + ) { self.dimensions = dimensions self.includeLinkedAccounts = includeLinkedAccounts self.metricName = metricName @@ -2944,8 +2860,7 @@ public struct ListMetricsOutput: Swift.Sendable { metrics: [CloudWatchClientTypes.Metric]? = nil, nextToken: Swift.String? = nil, owningAccounts: [Swift.String]? = nil - ) - { + ) { self.metrics = metrics self.nextToken = nextToken self.owningAccounts = owningAccounts @@ -2961,8 +2876,7 @@ public struct ListMetricStreamsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2995,8 +2909,7 @@ extension CloudWatchClientTypes { name: Swift.String? = nil, outputFormat: CloudWatchClientTypes.MetricStreamOutputFormat? = nil, state: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.firehoseArn = firehoseArn @@ -3017,8 +2930,7 @@ public struct ListMetricStreamsOutput: Swift.Sendable { public init( entries: [CloudWatchClientTypes.MetricStreamEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -3031,8 +2943,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -3051,8 +2962,7 @@ extension CloudWatchClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3065,8 +2975,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CloudWatchClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3128,8 +3037,7 @@ public struct PutAnomalyDetectorInput: Swift.Sendable { namespace: Swift.String? = nil, singleMetricAnomalyDetector: CloudWatchClientTypes.SingleMetricAnomalyDetector? = nil, stat: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.dimensions = dimensions self.metricCharacteristics = metricCharacteristics @@ -3165,8 +3073,7 @@ public struct LimitExceededFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3252,8 +3159,7 @@ public struct PutCompositeAlarmInput: Swift.Sendable { insufficientDataActions: [Swift.String]? = nil, okActions: [Swift.String]? = nil, tags: [CloudWatchClientTypes.Tag]? = nil - ) - { + ) { self.actionsEnabled = actionsEnabled self.actionsSuppressor = actionsSuppressor self.actionsSuppressorExtensionPeriod = actionsSuppressorExtensionPeriod @@ -3279,8 +3185,7 @@ public struct PutDashboardInput: Swift.Sendable { public init( dashboardBody: Swift.String? = nil, dashboardName: Swift.String? = nil - ) - { + ) { self.dashboardBody = dashboardBody self.dashboardName = dashboardName } @@ -3292,8 +3197,7 @@ public struct PutDashboardOutput: Swift.Sendable { public init( dashboardValidationMessages: [CloudWatchClientTypes.DashboardValidationMessage]? = nil - ) - { + ) { self.dashboardValidationMessages = dashboardValidationMessages } } @@ -3315,8 +3219,7 @@ public struct PutInsightRuleInput: Swift.Sendable { ruleName: Swift.String? = nil, ruleState: Swift.String? = nil, tags: [CloudWatchClientTypes.Tag]? = nil - ) - { + ) { self.ruleDefinition = ruleDefinition self.ruleName = ruleName self.ruleState = ruleState @@ -3346,8 +3249,7 @@ extension CloudWatchClientTypes { resourceARN: Swift.String? = nil, tags: [CloudWatchClientTypes.Tag]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags self.templateName = templateName @@ -3362,8 +3264,7 @@ public struct PutManagedInsightRulesInput: Swift.Sendable { public init( managedRules: [CloudWatchClientTypes.ManagedRule]? = nil - ) - { + ) { self.managedRules = managedRules } } @@ -3374,8 +3275,7 @@ public struct PutManagedInsightRulesOutput: Swift.Sendable { public init( failures: [CloudWatchClientTypes.PartialFailure]? = nil - ) - { + ) { self.failures = failures } } @@ -3606,8 +3506,7 @@ public struct PutMetricAlarmInput: Swift.Sendable { thresholdMetricId: Swift.String? = nil, treatMissingData: Swift.String? = nil, unit: CloudWatchClientTypes.StandardUnit? = nil - ) - { + ) { self.actionsEnabled = actionsEnabled self.alarmActions = alarmActions self.alarmDescription = alarmDescription @@ -3671,8 +3570,7 @@ public struct PutMetricDataInput: Swift.Sendable { metricData: [CloudWatchClientTypes.MetricDatum]? = nil, namespace: Swift.String? = nil, strictEntityValidation: Swift.Bool? = nil - ) - { + ) { self.entityMetricData = entityMetricData self.metricData = metricData self.namespace = namespace @@ -3718,8 +3616,7 @@ public struct PutMetricStreamInput: Swift.Sendable { roleArn: Swift.String? = nil, statisticsConfigurations: [CloudWatchClientTypes.MetricStreamStatisticsConfiguration]? = nil, tags: [CloudWatchClientTypes.Tag]? = nil - ) - { + ) { self.excludeFilters = excludeFilters self.firehoseArn = firehoseArn self.includeFilters = includeFilters @@ -3738,8 +3635,7 @@ public struct PutMetricStreamOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3763,8 +3659,7 @@ public struct InvalidFormatFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3787,8 +3682,7 @@ public struct SetAlarmStateInput: Swift.Sendable { stateReason: Swift.String? = nil, stateReasonData: Swift.String? = nil, stateValue: CloudWatchClientTypes.StateValue? = nil - ) - { + ) { self.alarmName = alarmName self.stateReason = stateReason self.stateReasonData = stateReasonData @@ -3803,8 +3697,7 @@ public struct StartMetricStreamsInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -3821,8 +3714,7 @@ public struct StopMetricStreamsInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -3843,8 +3735,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [CloudWatchClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3866,8 +3757,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCloudWatchEvents/Package.swift.txt b/Sources/Services/AWSCloudWatchEvents/Package.swift.txt index 87e399e393d..a624ae6dec3 100644 --- a/Sources/Services/AWSCloudWatchEvents/Package.swift.txt +++ b/Sources/Services/AWSCloudWatchEvents/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/CloudWatchEventsClient.swift b/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/CloudWatchEventsClient.swift index ddec26d09d7..cb56c8f5e7c 100644 --- a/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/CloudWatchEventsClient.swift +++ b/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/CloudWatchEventsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudWatchEventsClient: ClientRuntime.Client { public static let clientName = "CloudWatchEventsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudWatchEventsClient.CloudWatchEventsClientConfiguration let serviceName = "CloudWatch Events" diff --git a/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/Models.swift b/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/Models.swift index 3f8b474a2a0..638a988550a 100644 --- a/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/Models.swift +++ b/Sources/Services/AWSCloudWatchEvents/Sources/AWSCloudWatchEvents/Models.swift @@ -89,8 +89,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +112,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +135,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +158,7 @@ public struct OperationDisabledException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +181,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +193,7 @@ public struct ActivateEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -310,8 +304,7 @@ extension CloudWatchEventsClientTypes { invocationRateLimitPerSecond: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.connectionArn = connectionArn @@ -396,8 +389,7 @@ extension CloudWatchEventsClientTypes { sizeBytes: Swift.Int = 0, state: CloudWatchEventsClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName self.creationTime = creationTime self.eventCount = eventCount @@ -457,8 +449,7 @@ public struct IllegalStatusException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -470,8 +461,7 @@ public struct CancelReplayInput: Swift.Sendable { public init( replayName: Swift.String? = nil - ) - { + ) { self.replayName = replayName } } @@ -529,8 +519,7 @@ public struct CancelReplayOutput: Swift.Sendable { replayArn: Swift.String? = nil, state: CloudWatchEventsClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.replayArn = replayArn self.state = state self.stateReason = stateReason @@ -555,8 +544,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -579,8 +567,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -610,8 +597,7 @@ public struct CreateApiDestinationInput: Swift.Sendable { invocationEndpoint: Swift.String? = nil, invocationRateLimitPerSecond: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.description = description self.httpMethod = httpMethod @@ -636,8 +622,7 @@ public struct CreateApiDestinationOutput: Swift.Sendable { apiDestinationState: CloudWatchEventsClientTypes.ApiDestinationState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.creationTime = creationTime @@ -663,8 +648,7 @@ public struct InvalidEventPatternException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -689,8 +673,7 @@ public struct CreateArchiveInput: Swift.Sendable { eventPattern: Swift.String? = nil, eventSourceArn: Swift.String? = nil, retentionDays: Swift.Int? = nil - ) - { + ) { self.archiveName = archiveName self.description = description self.eventPattern = eventPattern @@ -714,8 +697,7 @@ public struct CreateArchiveOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.creationTime = creationTime self.state = state @@ -769,8 +751,7 @@ extension CloudWatchEventsClientTypes { public init( apiKeyName: Swift.String? = nil, apiKeyValue: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName self.apiKeyValue = apiKeyValue } @@ -796,8 +777,7 @@ extension CloudWatchEventsClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -824,8 +804,7 @@ extension CloudWatchEventsClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -853,8 +832,7 @@ extension CloudWatchEventsClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -882,8 +860,7 @@ extension CloudWatchEventsClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -911,8 +888,7 @@ extension CloudWatchEventsClientTypes { bodyParameters: [CloudWatchEventsClientTypes.ConnectionBodyParameter]? = nil, headerParameters: [CloudWatchEventsClientTypes.ConnectionHeaderParameter]? = nil, queryStringParameters: [CloudWatchEventsClientTypes.ConnectionQueryStringParameter]? = nil - ) - { + ) { self.bodyParameters = bodyParameters self.headerParameters = headerParameters self.queryStringParameters = queryStringParameters @@ -934,8 +910,7 @@ extension CloudWatchEventsClientTypes { public init( clientID: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.clientSecret = clientSecret } @@ -1000,8 +975,7 @@ extension CloudWatchEventsClientTypes { clientParameters: CloudWatchEventsClientTypes.CreateConnectionOAuthClientRequestParameters? = nil, httpMethod: CloudWatchEventsClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -1028,8 +1002,7 @@ extension CloudWatchEventsClientTypes { basicAuthParameters: CloudWatchEventsClientTypes.CreateConnectionBasicAuthRequestParameters? = nil, invocationHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: CloudWatchEventsClientTypes.CreateConnectionOAuthRequestParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.invocationHttpParameters = invocationHttpParameters @@ -1056,8 +1029,7 @@ public struct CreateConnectionInput: Swift.Sendable { authorizationType: CloudWatchEventsClientTypes.ConnectionAuthorizationType? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.description = description @@ -1124,8 +1096,7 @@ public struct CreateConnectionOutput: Swift.Sendable { connectionState: CloudWatchEventsClientTypes.ConnectionState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1147,8 +1118,7 @@ extension CloudWatchEventsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1168,8 +1138,7 @@ public struct CreateEventBusInput: Swift.Sendable { eventSourceName: Swift.String? = nil, name: Swift.String? = nil, tags: [CloudWatchEventsClientTypes.Tag]? = nil - ) - { + ) { self.eventSourceName = eventSourceName self.name = name self.tags = tags @@ -1182,8 +1151,7 @@ public struct CreateEventBusOutput: Swift.Sendable { public init( eventBusArn: Swift.String? = nil - ) - { + ) { self.eventBusArn = eventBusArn } } @@ -1199,8 +1167,7 @@ public struct CreatePartnerEventSourceInput: Swift.Sendable { public init( account: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.account = account self.name = name } @@ -1212,8 +1179,7 @@ public struct CreatePartnerEventSourceOutput: Swift.Sendable { public init( eventSourceArn: Swift.String? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn } } @@ -1225,8 +1191,7 @@ public struct DeactivateEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1238,8 +1203,7 @@ public struct DeauthorizeConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1262,8 +1226,7 @@ public struct DeauthorizeConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1279,8 +1242,7 @@ public struct DeleteApiDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1297,8 +1259,7 @@ public struct DeleteArchiveInput: Swift.Sendable { public init( archiveName: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName } } @@ -1315,8 +1276,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1339,8 +1299,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1356,8 +1315,7 @@ public struct DeleteEventBusInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1373,8 +1331,7 @@ public struct DeletePartnerEventSourceInput: Swift.Sendable { public init( account: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.account = account self.name = name } @@ -1398,8 +1355,7 @@ public struct ManagedRuleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1417,8 +1373,7 @@ public struct DeleteRuleInput: Swift.Sendable { eventBusName: Swift.String? = nil, force: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.force = force self.name = name @@ -1432,8 +1387,7 @@ public struct DescribeApiDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1471,8 +1425,7 @@ public struct DescribeApiDestinationOutput: Swift.Sendable { invocationRateLimitPerSecond: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.connectionArn = connectionArn @@ -1493,8 +1446,7 @@ public struct DescribeArchiveInput: Swift.Sendable { public init( archiveName: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName } } @@ -1535,8 +1487,7 @@ public struct DescribeArchiveOutput: Swift.Sendable { sizeBytes: Swift.Int = 0, state: CloudWatchEventsClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.archiveName = archiveName self.creationTime = creationTime @@ -1558,8 +1509,7 @@ public struct DescribeConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1573,8 +1523,7 @@ extension CloudWatchEventsClientTypes { public init( apiKeyName: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName } } @@ -1589,8 +1538,7 @@ extension CloudWatchEventsClientTypes { public init( username: Swift.String? = nil - ) - { + ) { self.username = username } } @@ -1605,8 +1553,7 @@ extension CloudWatchEventsClientTypes { public init( clientID: Swift.String? = nil - ) - { + ) { self.clientID = clientID } } @@ -1630,8 +1577,7 @@ extension CloudWatchEventsClientTypes { clientParameters: CloudWatchEventsClientTypes.ConnectionOAuthClientResponseParameters? = nil, httpMethod: CloudWatchEventsClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -1658,8 +1604,7 @@ extension CloudWatchEventsClientTypes { basicAuthParameters: CloudWatchEventsClientTypes.ConnectionBasicAuthResponseParameters? = nil, invocationHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: CloudWatchEventsClientTypes.ConnectionOAuthResponseParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.invocationHttpParameters = invocationHttpParameters @@ -1704,8 +1649,7 @@ public struct DescribeConnectionOutput: Swift.Sendable { name: Swift.String? = nil, secretArn: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.connectionArn = connectionArn @@ -1726,8 +1670,7 @@ public struct DescribeEventBusInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1744,8 +1687,7 @@ public struct DescribeEventBusOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.policy = policy @@ -1759,8 +1701,7 @@ public struct DescribeEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1818,8 +1759,7 @@ public struct DescribeEventSourceOutput: Swift.Sendable { expirationTime: Foundation.Date? = nil, name: Swift.String? = nil, state: CloudWatchEventsClientTypes.EventSourceState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.creationTime = creationTime @@ -1836,8 +1776,7 @@ public struct DescribePartnerEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1851,8 +1790,7 @@ public struct DescribePartnerEventSourceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1865,8 +1803,7 @@ public struct DescribeReplayInput: Swift.Sendable { public init( replayName: Swift.String? = nil - ) - { + ) { self.replayName = replayName } } @@ -1884,8 +1821,7 @@ extension CloudWatchEventsClientTypes { public init( arn: Swift.String? = nil, filterArns: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.filterArns = filterArns } @@ -1931,8 +1867,7 @@ public struct DescribeReplayOutput: Swift.Sendable { replayStartTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.description = description self.destination = destination self.eventEndTime = eventEndTime @@ -1958,8 +1893,7 @@ public struct DescribeRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2027,8 +1961,7 @@ public struct DescribeRuleOutput: Swift.Sendable { roleArn: Swift.String? = nil, scheduleExpression: Swift.String? = nil, state: CloudWatchEventsClientTypes.RuleState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.description = description @@ -2052,8 +1985,7 @@ public struct DisableRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2069,8 +2001,7 @@ public struct EnableRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2091,8 +2022,7 @@ public struct ListApiDestinationsInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.limit = limit self.namePrefix = namePrefix @@ -2109,8 +2039,7 @@ public struct ListApiDestinationsOutput: Swift.Sendable { public init( apiDestinations: [CloudWatchEventsClientTypes.ApiDestination]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiDestinations = apiDestinations self.nextToken = nextToken } @@ -2134,8 +2063,7 @@ public struct ListArchivesInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, state: CloudWatchEventsClientTypes.ArchiveState? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn self.limit = limit self.namePrefix = namePrefix @@ -2153,8 +2081,7 @@ public struct ListArchivesOutput: Swift.Sendable { public init( archives: [CloudWatchEventsClientTypes.Archive]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.archives = archives self.nextToken = nextToken } @@ -2175,8 +2102,7 @@ public struct ListConnectionsInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionState = connectionState self.limit = limit self.namePrefix = namePrefix @@ -2214,8 +2140,7 @@ extension CloudWatchEventsClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.authorizationType = authorizationType self.connectionArn = connectionArn self.connectionState = connectionState @@ -2237,8 +2162,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( connections: [CloudWatchEventsClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -2256,8 +2180,7 @@ public struct ListEventBusesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -2279,8 +2202,7 @@ extension CloudWatchEventsClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.policy = policy @@ -2297,8 +2219,7 @@ public struct ListEventBusesOutput: Swift.Sendable { public init( eventBuses: [CloudWatchEventsClientTypes.EventBus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBuses = eventBuses self.nextToken = nextToken } @@ -2316,8 +2237,7 @@ public struct ListEventSourcesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -2348,8 +2268,7 @@ extension CloudWatchEventsClientTypes { expirationTime: Foundation.Date? = nil, name: Swift.String? = nil, state: CloudWatchEventsClientTypes.EventSourceState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.creationTime = creationTime @@ -2369,8 +2288,7 @@ public struct ListEventSourcesOutput: Swift.Sendable { public init( eventSources: [CloudWatchEventsClientTypes.EventSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventSources = eventSources self.nextToken = nextToken } @@ -2389,8 +2307,7 @@ public struct ListPartnerEventSourceAccountsInput: Swift.Sendable { eventSourceName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventSourceName = eventSourceName self.limit = limit self.nextToken = nextToken @@ -2415,8 +2332,7 @@ extension CloudWatchEventsClientTypes { creationTime: Foundation.Date? = nil, expirationTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.EventSourceState? = nil - ) - { + ) { self.account = account self.creationTime = creationTime self.expirationTime = expirationTime @@ -2434,8 +2350,7 @@ public struct ListPartnerEventSourceAccountsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partnerEventSourceAccounts: [CloudWatchEventsClientTypes.PartnerEventSourceAccount]? = nil - ) - { + ) { self.nextToken = nextToken self.partnerEventSourceAccounts = partnerEventSourceAccounts } @@ -2454,8 +2369,7 @@ public struct ListPartnerEventSourcesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -2474,8 +2388,7 @@ extension CloudWatchEventsClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2491,8 +2404,7 @@ public struct ListPartnerEventSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partnerEventSources: [CloudWatchEventsClientTypes.PartnerEventSource]? = nil - ) - { + ) { self.nextToken = nextToken self.partnerEventSources = partnerEventSources } @@ -2516,8 +2428,7 @@ public struct ListReplaysInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, state: CloudWatchEventsClientTypes.ReplayState? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn self.limit = limit self.namePrefix = namePrefix @@ -2559,8 +2470,7 @@ extension CloudWatchEventsClientTypes { replayStartTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.eventEndTime = eventEndTime self.eventLastReplayedTime = eventLastReplayedTime self.eventSourceArn = eventSourceArn @@ -2583,8 +2493,7 @@ public struct ListReplaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replays: [CloudWatchEventsClientTypes.Replay]? = nil - ) - { + ) { self.nextToken = nextToken self.replays = replays } @@ -2606,8 +2515,7 @@ public struct ListRuleNamesByTargetInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.nextToken = nextToken @@ -2624,8 +2532,7 @@ public struct ListRuleNamesByTargetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleNames = ruleNames } @@ -2646,8 +2553,7 @@ public struct ListRulesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.namePrefix = namePrefix @@ -2688,8 +2594,7 @@ extension CloudWatchEventsClientTypes { roleArn: Swift.String? = nil, scheduleExpression: Swift.String? = nil, state: CloudWatchEventsClientTypes.RuleState? = nil - ) - { + ) { self.arn = arn self.description = description self.eventBusName = eventBusName @@ -2712,8 +2617,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rules: [CloudWatchEventsClientTypes.Rule]? = nil - ) - { + ) { self.nextToken = nextToken self.rules = rules } @@ -2726,8 +2630,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2738,8 +2641,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CloudWatchEventsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2760,8 +2662,7 @@ public struct ListTargetsByRuleInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, rule: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.nextToken = nextToken @@ -2778,8 +2679,7 @@ extension CloudWatchEventsClientTypes { public init( size: Swift.Int = 0 - ) - { + ) { self.size = size } } @@ -2794,8 +2694,7 @@ extension CloudWatchEventsClientTypes { public init( attempts: Swift.Int = 0 - ) - { + ) { self.attempts = attempts } } @@ -2821,8 +2720,7 @@ extension CloudWatchEventsClientTypes { jobDefinition: Swift.String? = nil, jobName: Swift.String? = nil, retryStrategy: CloudWatchEventsClientTypes.BatchRetryStrategy? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.jobDefinition = jobDefinition self.jobName = jobName @@ -2840,8 +2738,7 @@ extension CloudWatchEventsClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2863,8 +2760,7 @@ extension CloudWatchEventsClientTypes { base: Swift.Int = 0, capacityProvider: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -2920,8 +2816,7 @@ extension CloudWatchEventsClientTypes { assignPublicIp: CloudWatchEventsClientTypes.AssignPublicIp? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -2938,8 +2833,7 @@ extension CloudWatchEventsClientTypes { public init( awsvpcConfiguration: CloudWatchEventsClientTypes.AwsVpcConfiguration? = nil - ) - { + ) { self.awsvpcConfiguration = awsvpcConfiguration } } @@ -2986,8 +2880,7 @@ extension CloudWatchEventsClientTypes { public init( expression: Swift.String? = nil, type: CloudWatchEventsClientTypes.PlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -3038,8 +2931,7 @@ extension CloudWatchEventsClientTypes { public init( field: Swift.String? = nil, type: CloudWatchEventsClientTypes.PlacementStrategyType? = nil - ) - { + ) { self.field = field self.type = type } @@ -3121,8 +3013,7 @@ extension CloudWatchEventsClientTypes { tags: [CloudWatchEventsClientTypes.Tag]? = nil, taskCount: Swift.Int? = nil, taskDefinitionArn: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.enableECSManagedTags = enableECSManagedTags self.enableExecuteCommand = enableExecuteCommand @@ -3156,8 +3047,7 @@ extension CloudWatchEventsClientTypes { headerParameters: [Swift.String: Swift.String]? = nil, pathParameterValues: [Swift.String]? = nil, queryStringParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.headerParameters = headerParameters self.pathParameterValues = pathParameterValues self.queryStringParameters = queryStringParameters @@ -3211,8 +3101,7 @@ extension CloudWatchEventsClientTypes { public init( inputPathsMap: [Swift.String: Swift.String]? = nil, inputTemplate: Swift.String? = nil - ) - { + ) { self.inputPathsMap = inputPathsMap self.inputTemplate = inputTemplate } @@ -3229,8 +3118,7 @@ extension CloudWatchEventsClientTypes { public init( partitionKeyPath: Swift.String? = nil - ) - { + ) { self.partitionKeyPath = partitionKeyPath } } @@ -3262,8 +3150,7 @@ extension CloudWatchEventsClientTypes { sql: Swift.String? = nil, statementName: Swift.String? = nil, withEvent: Swift.Bool = false - ) - { + ) { self.database = database self.dbUser = dbUser self.secretManagerArn = secretManagerArn @@ -3286,8 +3173,7 @@ extension CloudWatchEventsClientTypes { public init( maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.maximumEventAgeInSeconds = maximumEventAgeInSeconds self.maximumRetryAttempts = maximumRetryAttempts } @@ -3308,8 +3194,7 @@ extension CloudWatchEventsClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -3326,8 +3211,7 @@ extension CloudWatchEventsClientTypes { public init( runCommandTargets: [CloudWatchEventsClientTypes.RunCommandTarget]? = nil - ) - { + ) { self.runCommandTargets = runCommandTargets } } @@ -3347,8 +3231,7 @@ extension CloudWatchEventsClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -3364,8 +3247,7 @@ extension CloudWatchEventsClientTypes { public init( pipelineParameterList: [CloudWatchEventsClientTypes.SageMakerPipelineParameter]? = nil - ) - { + ) { self.pipelineParameterList = pipelineParameterList } } @@ -3380,8 +3262,7 @@ extension CloudWatchEventsClientTypes { public init( messageGroupId: Swift.String? = nil - ) - { + ) { self.messageGroupId = messageGroupId } } @@ -3443,8 +3324,7 @@ extension CloudWatchEventsClientTypes { runCommandParameters: CloudWatchEventsClientTypes.RunCommandParameters? = nil, sageMakerPipelineParameters: CloudWatchEventsClientTypes.SageMakerPipelineParameters? = nil, sqsParameters: CloudWatchEventsClientTypes.SqsParameters? = nil - ) - { + ) { self.arn = arn self.batchParameters = batchParameters self.deadLetterConfig = deadLetterConfig @@ -3474,8 +3354,7 @@ public struct ListTargetsByRuleOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targets: [CloudWatchEventsClientTypes.Target]? = nil - ) - { + ) { self.nextToken = nextToken self.targets = targets } @@ -3508,8 +3387,7 @@ extension CloudWatchEventsClientTypes { source: Swift.String? = nil, time: Foundation.Date? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.detail = detail self.detailType = detailType self.eventBusName = eventBusName @@ -3528,8 +3406,7 @@ public struct PutEventsInput: Swift.Sendable { public init( entries: [CloudWatchEventsClientTypes.PutEventsRequestEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -3549,8 +3426,7 @@ extension CloudWatchEventsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.eventId = eventId @@ -3567,8 +3443,7 @@ public struct PutEventsOutput: Swift.Sendable { public init( entries: [CloudWatchEventsClientTypes.PutEventsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.entries = entries self.failedEntryCount = failedEntryCount } @@ -3595,8 +3470,7 @@ extension CloudWatchEventsClientTypes { resources: [Swift.String]? = nil, source: Swift.String? = nil, time: Foundation.Date? = nil - ) - { + ) { self.detail = detail self.detailType = detailType self.resources = resources @@ -3613,8 +3487,7 @@ public struct PutPartnerEventsInput: Swift.Sendable { public init( entries: [CloudWatchEventsClientTypes.PutPartnerEventsRequestEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -3634,8 +3507,7 @@ extension CloudWatchEventsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.eventId = eventId @@ -3652,8 +3524,7 @@ public struct PutPartnerEventsOutput: Swift.Sendable { public init( entries: [CloudWatchEventsClientTypes.PutPartnerEventsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.entries = entries self.failedEntryCount = failedEntryCount } @@ -3677,8 +3548,7 @@ public struct PolicyLengthExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3701,8 +3571,7 @@ extension CloudWatchEventsClientTypes { key: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -3731,8 +3600,7 @@ public struct PutPermissionInput: Swift.Sendable { policy: Swift.String? = nil, principal: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.condition = condition self.eventBusName = eventBusName @@ -3770,8 +3638,7 @@ public struct PutRuleInput: Swift.Sendable { scheduleExpression: Swift.String? = nil, state: CloudWatchEventsClientTypes.RuleState? = nil, tags: [CloudWatchEventsClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.eventBusName = eventBusName self.eventPattern = eventPattern @@ -3789,8 +3656,7 @@ public struct PutRuleOutput: Swift.Sendable { public init( ruleArn: Swift.String? = nil - ) - { + ) { self.ruleArn = ruleArn } } @@ -3809,8 +3675,7 @@ public struct PutTargetsInput: Swift.Sendable { eventBusName: Swift.String? = nil, rule: Swift.String? = nil, targets: [CloudWatchEventsClientTypes.Target]? = nil - ) - { + ) { self.eventBusName = eventBusName self.rule = rule self.targets = targets @@ -3832,8 +3697,7 @@ extension CloudWatchEventsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.targetId = targetId @@ -3850,8 +3714,7 @@ public struct PutTargetsOutput: Swift.Sendable { public init( failedEntries: [CloudWatchEventsClientTypes.PutTargetsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.failedEntries = failedEntries self.failedEntryCount = failedEntryCount } @@ -3869,8 +3732,7 @@ public struct RemovePermissionInput: Swift.Sendable { eventBusName: Swift.String? = nil, removeAllPermissions: Swift.Bool? = false, statementId: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.removeAllPermissions = removeAllPermissions self.statementId = statementId @@ -3894,8 +3756,7 @@ public struct RemoveTargetsInput: Swift.Sendable { force: Swift.Bool? = false, ids: [Swift.String]? = nil, rule: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.force = force self.ids = ids @@ -3918,8 +3779,7 @@ extension CloudWatchEventsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.targetId = targetId @@ -3936,8 +3796,7 @@ public struct RemoveTargetsOutput: Swift.Sendable { public init( failedEntries: [CloudWatchEventsClientTypes.RemoveTargetsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.failedEntries = failedEntries self.failedEntryCount = failedEntryCount } @@ -3969,8 +3828,7 @@ public struct StartReplayInput: Swift.Sendable { eventSourceArn: Swift.String? = nil, eventStartTime: Foundation.Date? = nil, replayName: Swift.String? = nil - ) - { + ) { self.description = description self.destination = destination self.eventEndTime = eventEndTime @@ -3995,8 +3853,7 @@ public struct StartReplayOutput: Swift.Sendable { replayStartTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.replayArn = replayArn self.replayStartTime = replayStartTime self.state = state @@ -4015,8 +3872,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [CloudWatchEventsClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4052,8 +3908,7 @@ public struct TestEventPatternInput: Swift.Sendable { public init( event: Swift.String? = nil, eventPattern: Swift.String? = nil - ) - { + ) { self.event = event self.eventPattern = eventPattern } @@ -4065,8 +3920,7 @@ public struct TestEventPatternOutput: Swift.Sendable { public init( result: Swift.Bool = false - ) - { + ) { self.result = result } } @@ -4082,8 +3936,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4116,8 +3969,7 @@ public struct UpdateApiDestinationInput: Swift.Sendable { invocationEndpoint: Swift.String? = nil, invocationRateLimitPerSecond: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.description = description self.httpMethod = httpMethod @@ -4142,8 +3994,7 @@ public struct UpdateApiDestinationOutput: Swift.Sendable { apiDestinationState: CloudWatchEventsClientTypes.ApiDestinationState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.creationTime = creationTime @@ -4167,8 +4018,7 @@ public struct UpdateArchiveInput: Swift.Sendable { description: Swift.String? = nil, eventPattern: Swift.String? = nil, retentionDays: Swift.Int? = nil - ) - { + ) { self.archiveName = archiveName self.description = description self.eventPattern = eventPattern @@ -4191,8 +4041,7 @@ public struct UpdateArchiveOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, state: CloudWatchEventsClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.creationTime = creationTime self.state = state @@ -4212,8 +4061,7 @@ extension CloudWatchEventsClientTypes { public init( apiKeyName: Swift.String? = nil, apiKeyValue: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName self.apiKeyValue = apiKeyValue } @@ -4237,8 +4085,7 @@ extension CloudWatchEventsClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4262,8 +4109,7 @@ extension CloudWatchEventsClientTypes { public init( clientID: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.clientSecret = clientSecret } @@ -4293,8 +4139,7 @@ extension CloudWatchEventsClientTypes { clientParameters: CloudWatchEventsClientTypes.UpdateConnectionOAuthClientRequestParameters? = nil, httpMethod: CloudWatchEventsClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -4321,8 +4166,7 @@ extension CloudWatchEventsClientTypes { basicAuthParameters: CloudWatchEventsClientTypes.UpdateConnectionBasicAuthRequestParameters? = nil, invocationHttpParameters: CloudWatchEventsClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: CloudWatchEventsClientTypes.UpdateConnectionOAuthRequestParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.invocationHttpParameters = invocationHttpParameters @@ -4347,8 +4191,7 @@ public struct UpdateConnectionInput: Swift.Sendable { authorizationType: CloudWatchEventsClientTypes.ConnectionAuthorizationType? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.description = description @@ -4374,8 +4217,7 @@ public struct UpdateConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime diff --git a/Sources/Services/AWSCloudWatchLogs/Package.swift.txt b/Sources/Services/AWSCloudWatchLogs/Package.swift.txt index 1095647b83f..bb572e61c54 100644 --- a/Sources/Services/AWSCloudWatchLogs/Package.swift.txt +++ b/Sources/Services/AWSCloudWatchLogs/Package.swift.txt @@ -41,27 +41,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/CloudWatchLogsClient.swift b/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/CloudWatchLogsClient.swift index 98858f1d880..fb6c3bcaa1f 100644 --- a/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/CloudWatchLogsClient.swift +++ b/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/CloudWatchLogsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CloudWatchLogsClient: ClientRuntime.Client { public static let clientName = "CloudWatchLogsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CloudWatchLogsClient.CloudWatchLogsClientConfiguration let serviceName = "CloudWatch Logs" diff --git a/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/Models.swift b/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/Models.swift index 5223f8604ba..5583edf2415 100644 --- a/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/Models.swift +++ b/Sources/Services/AWSCloudWatchLogs/Sources/AWSCloudWatchLogs/Models.swift @@ -206,8 +206,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -300,8 +299,7 @@ extension CloudWatchLogsClientTypes { policyType: CloudWatchLogsClientTypes.PolicyType? = nil, scope: CloudWatchLogsClientTypes.Scope? = nil, selectionCriteria: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.lastUpdatedTime = lastUpdatedTime self.policyDocument = policyDocument @@ -330,8 +328,7 @@ extension CloudWatchLogsClientTypes { key: Swift.String? = nil, overwriteIfExists: Swift.Bool = false, value: Swift.String? = nil - ) - { + ) { self.key = key self.overwriteIfExists = overwriteIfExists self.value = value @@ -349,8 +346,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.AddKeyEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -368,8 +364,7 @@ extension CloudWatchLogsClientTypes { public init( mandatory: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.mandatory = mandatory self.name = name } @@ -388,8 +383,7 @@ extension CloudWatchLogsClientTypes { public init( message: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.message = message self.timestamp = timestamp } @@ -417,8 +411,7 @@ extension CloudWatchLogsClientTypes { inferredTokenName: Swift.String? = nil, isDynamic: Swift.Bool? = nil, tokenString: Swift.String? = nil - ) - { + ) { self.dynamicTokenPosition = dynamicTokenPosition self.enumerations = enumerations self.inferredTokenName = inferredTokenName @@ -536,8 +529,7 @@ extension CloudWatchLogsClientTypes { suppressed: Swift.Bool? = nil, suppressedDate: Swift.Int = 0, suppressedUntil: Swift.Int = 0 - ) - { + ) { self.active = active self.anomalyDetectorArn = anomalyDetectorArn self.anomalyId = anomalyId @@ -679,8 +671,7 @@ extension CloudWatchLogsClientTypes { kmsKeyId: Swift.String? = nil, lastModifiedTimeStamp: Swift.Int = 0, logGroupArnList: [Swift.String]? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyDetectorStatus = anomalyDetectorStatus self.anomalyVisibilityTime = anomalyVisibilityTime @@ -713,8 +704,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -737,8 +727,7 @@ public struct OperationAbortedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -761,8 +750,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -785,8 +773,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -811,8 +798,7 @@ public struct AssociateKmsKeyInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, logGroupName: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.logGroupName = logGroupName self.resourceIdentifier = resourceIdentifier @@ -837,8 +823,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -850,8 +835,7 @@ public struct CancelExportTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -906,8 +890,7 @@ extension CloudWatchLogsClientTypes { public init( enableHiveCompatiblePath: Swift.Bool? = nil, suffixPath: Swift.String? = nil - ) - { + ) { self.enableHiveCompatiblePath = enableHiveCompatiblePath self.suffixPath = suffixPath } @@ -929,8 +912,7 @@ extension CloudWatchLogsClientTypes { fieldDelimiter: Swift.String? = nil, recordFields: [Swift.String]? = nil, s3DeliveryConfiguration: CloudWatchLogsClientTypes.S3DeliveryConfiguration? = nil - ) - { + ) { self.fieldDelimiter = fieldDelimiter self.recordFields = recordFields self.s3DeliveryConfiguration = s3DeliveryConfiguration @@ -1006,8 +988,7 @@ extension CloudWatchLogsClientTypes { logType: Swift.String? = nil, resourceType: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.allowedActionForAllowVendedLogsDeliveryForResource = allowedActionForAllowVendedLogsDeliveryForResource self.allowedFieldDelimiters = allowedFieldDelimiters self.allowedFields = allowedFields @@ -1040,8 +1021,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1063,8 +1043,7 @@ extension CloudWatchLogsClientTypes { overwriteIfExists: Swift.Bool = false, source: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.overwriteIfExists = overwriteIfExists self.source = source self.target = target @@ -1082,8 +1061,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.CopyValueEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -1107,8 +1085,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1131,8 +1108,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1155,8 +1131,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1184,8 +1159,7 @@ public struct CreateDeliveryInput: Swift.Sendable { recordFields: [Swift.String]? = nil, s3DeliveryConfiguration: CloudWatchLogsClientTypes.S3DeliveryConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deliveryDestinationArn = deliveryDestinationArn self.deliverySourceName = deliverySourceName self.fieldDelimiter = fieldDelimiter @@ -1228,8 +1202,7 @@ extension CloudWatchLogsClientTypes { recordFields: [Swift.String]? = nil, s3DeliveryConfiguration: CloudWatchLogsClientTypes.S3DeliveryConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.deliveryDestinationArn = deliveryDestinationArn self.deliveryDestinationType = deliveryDestinationType @@ -1249,8 +1222,7 @@ public struct CreateDeliveryOutput: Swift.Sendable { public init( delivery: CloudWatchLogsClientTypes.Delivery? = nil - ) - { + ) { self.delivery = delivery } } @@ -1273,8 +1245,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1297,8 +1268,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1331,8 +1301,7 @@ public struct CreateExportTaskInput: Swift.Sendable { logStreamNamePrefix: Swift.String? = nil, taskName: Swift.String? = nil, to: Swift.Int? = nil - ) - { + ) { self.destination = destination self.destinationPrefix = destinationPrefix self.from = from @@ -1349,8 +1318,7 @@ public struct CreateExportTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -1380,8 +1348,7 @@ public struct CreateLogAnomalyDetectorInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, logGroupArnList: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.anomalyVisibilityTime = anomalyVisibilityTime self.detectorName = detectorName self.evaluationFrequency = evaluationFrequency @@ -1398,8 +1365,7 @@ public struct CreateLogAnomalyDetectorOutput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -1456,8 +1422,7 @@ public struct CreateLogGroupInput: Swift.Sendable { logGroupClass: CloudWatchLogsClientTypes.LogGroupClass? = nil, logGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.logGroupClass = logGroupClass self.logGroupName = logGroupName @@ -1476,8 +1441,7 @@ public struct CreateLogStreamInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, logStreamName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logStreamName = logStreamName } @@ -1501,8 +1465,7 @@ extension CloudWatchLogsClientTypes { delimiter: Swift.String? = nil, quoteCharacter: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.columns = columns self.delimiter = delimiter self.quoteCharacter = quoteCharacter @@ -1531,8 +1494,7 @@ public struct DataAlreadyAcceptedException: ClientRuntime.ModeledError, AWSClien public init( expectedSequenceToken: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.expectedSequenceToken = expectedSequenceToken self.properties.message = message } @@ -1603,8 +1565,7 @@ extension CloudWatchLogsClientTypes { target: Swift.String? = nil, targetFormat: Swift.String? = nil, targetTimezone: Swift.String? = nil - ) - { + ) { self.locale = locale self.matchPatterns = matchPatterns self.source = source @@ -1627,8 +1588,7 @@ public struct DeleteAccountPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, policyType: CloudWatchLogsClientTypes.PolicyType? = nil - ) - { + ) { self.policyName = policyName self.policyType = policyType } @@ -1641,8 +1601,7 @@ public struct DeleteDataProtectionPolicyInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier } } @@ -1654,8 +1613,7 @@ public struct DeleteDeliveryInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1667,8 +1625,7 @@ public struct DeleteDeliveryDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1680,8 +1637,7 @@ public struct DeleteDeliveryDestinationPolicyInput: Swift.Sendable { public init( deliveryDestinationName: Swift.String? = nil - ) - { + ) { self.deliveryDestinationName = deliveryDestinationName } } @@ -1693,8 +1649,7 @@ public struct DeleteDeliverySourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1706,8 +1661,7 @@ public struct DeleteDestinationInput: Swift.Sendable { public init( destinationName: Swift.String? = nil - ) - { + ) { self.destinationName = destinationName } } @@ -1719,8 +1673,7 @@ public struct DeleteIndexPolicyInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier } } @@ -1740,8 +1693,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( force: Swift.Bool? = false, integrationName: Swift.String? = nil - ) - { + ) { self.force = force self.integrationName = integrationName } @@ -1762,8 +1714,7 @@ extension CloudWatchLogsClientTypes { public init( withKeys: [Swift.String]? = nil - ) - { + ) { self.withKeys = withKeys } } @@ -1776,8 +1727,7 @@ public struct DeleteLogAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -1789,8 +1739,7 @@ public struct DeleteLogGroupInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -1806,8 +1755,7 @@ public struct DeleteLogStreamInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, logStreamName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logStreamName = logStreamName } @@ -1824,8 +1772,7 @@ public struct DeleteMetricFilterInput: Swift.Sendable { public init( filterName: Swift.String? = nil, logGroupName: Swift.String? = nil - ) - { + ) { self.filterName = filterName self.logGroupName = logGroupName } @@ -1838,8 +1785,7 @@ public struct DeleteQueryDefinitionInput: Swift.Sendable { public init( queryDefinitionId: Swift.String? = nil - ) - { + ) { self.queryDefinitionId = queryDefinitionId } } @@ -1850,8 +1796,7 @@ public struct DeleteQueryDefinitionOutput: Swift.Sendable { public init( success: Swift.Bool = false - ) - { + ) { self.success = success } } @@ -1862,8 +1807,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -1875,8 +1819,7 @@ public struct DeleteRetentionPolicyInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -1892,8 +1835,7 @@ public struct DeleteSubscriptionFilterInput: Swift.Sendable { public init( filterName: Swift.String? = nil, logGroupName: Swift.String? = nil - ) - { + ) { self.filterName = filterName self.logGroupName = logGroupName } @@ -1906,8 +1848,7 @@ public struct DeleteTransformerInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier } } @@ -1922,8 +1863,7 @@ extension CloudWatchLogsClientTypes { public init( destinationResourceArn: Swift.String? = nil - ) - { + ) { self.destinationResourceArn = destinationResourceArn } } @@ -1964,8 +1904,7 @@ extension CloudWatchLogsClientTypes { name: Swift.String? = nil, outputFormat: CloudWatchLogsClientTypes.OutputFormat? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.deliveryDestinationConfiguration = deliveryDestinationConfiguration self.deliveryDestinationType = deliveryDestinationType @@ -2011,8 +1950,7 @@ extension CloudWatchLogsClientTypes { resourceArns: [Swift.String]? = nil, service: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.logType = logType self.name = name @@ -2039,8 +1977,7 @@ public struct DescribeAccountPoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, policyName: Swift.String? = nil, policyType: CloudWatchLogsClientTypes.PolicyType? = nil - ) - { + ) { self.accountIdentifiers = accountIdentifiers self.nextToken = nextToken self.policyName = policyName @@ -2057,8 +1994,7 @@ public struct DescribeAccountPoliciesOutput: Swift.Sendable { public init( accountPolicies: [CloudWatchLogsClientTypes.AccountPolicy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountPolicies = accountPolicies self.nextToken = nextToken } @@ -2085,8 +2021,7 @@ public struct DescribeConfigurationTemplatesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceTypes: [Swift.String]? = nil, service: Swift.String? = nil - ) - { + ) { self.deliveryDestinationTypes = deliveryDestinationTypes self.limit = limit self.logTypes = logTypes @@ -2105,8 +2040,7 @@ public struct DescribeConfigurationTemplatesOutput: Swift.Sendable { public init( configurationTemplates: [CloudWatchLogsClientTypes.ConfigurationTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationTemplates = configurationTemplates self.nextToken = nextToken } @@ -2121,8 +2055,7 @@ public struct DescribeDeliveriesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -2137,8 +2070,7 @@ public struct DescribeDeliveriesOutput: Swift.Sendable { public init( deliveries: [CloudWatchLogsClientTypes.Delivery]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deliveries = deliveries self.nextToken = nextToken } @@ -2153,8 +2085,7 @@ public struct DescribeDeliveryDestinationsInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -2169,8 +2100,7 @@ public struct DescribeDeliveryDestinationsOutput: Swift.Sendable { public init( deliveryDestinations: [CloudWatchLogsClientTypes.DeliveryDestination]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deliveryDestinations = deliveryDestinations self.nextToken = nextToken } @@ -2185,8 +2115,7 @@ public struct DescribeDeliverySourcesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -2201,8 +2130,7 @@ public struct DescribeDeliverySourcesOutput: Swift.Sendable { public init( deliverySources: [CloudWatchLogsClientTypes.DeliverySource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deliverySources = deliverySources self.nextToken = nextToken } @@ -2220,8 +2148,7 @@ public struct DescribeDestinationsInput: Swift.Sendable { destinationNamePrefix: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationNamePrefix = destinationNamePrefix self.limit = limit self.nextToken = nextToken @@ -2252,8 +2179,7 @@ extension CloudWatchLogsClientTypes { destinationName: Swift.String? = nil, roleArn: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.accessPolicy = accessPolicy self.arn = arn self.creationTime = creationTime @@ -2273,8 +2199,7 @@ public struct DescribeDestinationsOutput: Swift.Sendable { public init( destinations: [CloudWatchLogsClientTypes.Destination]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinations = destinations self.nextToken = nextToken } @@ -2336,8 +2261,7 @@ public struct DescribeExportTasksInput: Swift.Sendable { nextToken: Swift.String? = nil, statusCode: CloudWatchLogsClientTypes.ExportTaskStatusCode? = nil, taskId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.statusCode = statusCode @@ -2357,8 +2281,7 @@ extension CloudWatchLogsClientTypes { public init( completionTime: Swift.Int? = nil, creationTime: Swift.Int? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime } @@ -2377,8 +2300,7 @@ extension CloudWatchLogsClientTypes { public init( code: CloudWatchLogsClientTypes.ExportTaskStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2418,8 +2340,7 @@ extension CloudWatchLogsClientTypes { taskId: Swift.String? = nil, taskName: Swift.String? = nil, to: Swift.Int? = nil - ) - { + ) { self.destination = destination self.destinationPrefix = destinationPrefix self.executionInfo = executionInfo @@ -2442,8 +2363,7 @@ public struct DescribeExportTasksOutput: Swift.Sendable { public init( exportTasks: [CloudWatchLogsClientTypes.ExportTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportTasks = exportTasks self.nextToken = nextToken } @@ -2459,8 +2379,7 @@ public struct DescribeFieldIndexesInput: Swift.Sendable { public init( logGroupIdentifiers: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logGroupIdentifiers = logGroupIdentifiers self.nextToken = nextToken } @@ -2487,8 +2406,7 @@ extension CloudWatchLogsClientTypes { lastEventTime: Swift.Int? = nil, lastScanTime: Swift.Int? = nil, logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.fieldIndexName = fieldIndexName self.firstEventTime = firstEventTime self.lastEventTime = lastEventTime @@ -2507,8 +2425,7 @@ public struct DescribeFieldIndexesOutput: Swift.Sendable { public init( fieldIndexes: [CloudWatchLogsClientTypes.FieldIndex]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fieldIndexes = fieldIndexes self.nextToken = nextToken } @@ -2524,8 +2441,7 @@ public struct DescribeIndexPoliciesInput: Swift.Sendable { public init( logGroupIdentifiers: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logGroupIdentifiers = logGroupIdentifiers self.nextToken = nextToken } @@ -2581,8 +2497,7 @@ extension CloudWatchLogsClientTypes { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, source: CloudWatchLogsClientTypes.IndexSource? = nil - ) - { + ) { self.lastUpdateTime = lastUpdateTime self.logGroupIdentifier = logGroupIdentifier self.policyDocument = policyDocument @@ -2601,8 +2516,7 @@ public struct DescribeIndexPoliciesOutput: Swift.Sendable { public init( indexPolicies: [CloudWatchLogsClientTypes.IndexPolicy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexPolicies = indexPolicies self.nextToken = nextToken } @@ -2639,8 +2553,7 @@ public struct DescribeLogGroupsInput: Swift.Sendable { logGroupNamePattern: Swift.String? = nil, logGroupNamePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIdentifiers = accountIdentifiers self.includeLinkedAccounts = includeLinkedAccounts self.limit = limit @@ -2729,8 +2642,7 @@ extension CloudWatchLogsClientTypes { metricFilterCount: Swift.Int? = nil, retentionInDays: Swift.Int? = nil, storedBytes: Swift.Int? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.dataProtectionStatus = dataProtectionStatus @@ -2755,8 +2667,7 @@ public struct DescribeLogGroupsOutput: Swift.Sendable { public init( logGroups: [CloudWatchLogsClientTypes.LogGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logGroups = logGroups self.nextToken = nextToken } @@ -2815,8 +2726,7 @@ public struct DescribeLogStreamsInput: Swift.Sendable { logStreamNamePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, orderBy: CloudWatchLogsClientTypes.OrderBy? = nil - ) - { + ) { self.descending = descending self.limit = limit self.logGroupIdentifier = logGroupIdentifier @@ -2858,8 +2768,7 @@ extension CloudWatchLogsClientTypes { logStreamName: Swift.String? = nil, storedBytes: Swift.Int? = nil, uploadSequenceToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.firstEventTimestamp = firstEventTimestamp @@ -2881,8 +2790,7 @@ public struct DescribeLogStreamsOutput: Swift.Sendable { public init( logStreams: [CloudWatchLogsClientTypes.LogStream]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logStreams = logStreams self.nextToken = nextToken } @@ -2909,8 +2817,7 @@ public struct DescribeMetricFiltersInput: Swift.Sendable { metricName: Swift.String? = nil, metricNamespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterNamePrefix = filterNamePrefix self.limit = limit self.logGroupName = logGroupName @@ -3051,8 +2958,7 @@ extension CloudWatchLogsClientTypes { metricNamespace: Swift.String? = nil, metricValue: Swift.String? = nil, unit: CloudWatchLogsClientTypes.StandardUnit? = nil - ) - { + ) { self.defaultValue = defaultValue self.dimensions = dimensions self.metricName = metricName @@ -3087,8 +2993,7 @@ extension CloudWatchLogsClientTypes { filterPattern: Swift.String? = nil, logGroupName: Swift.String? = nil, metricTransformations: [CloudWatchLogsClientTypes.MetricTransformation]? = nil - ) - { + ) { self.applyOnTransformedLogs = applyOnTransformedLogs self.creationTime = creationTime self.filterName = filterName @@ -3108,8 +3013,7 @@ public struct DescribeMetricFiltersOutput: Swift.Sendable { public init( metricFilters: [CloudWatchLogsClientTypes.MetricFilter]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricFilters = metricFilters self.nextToken = nextToken } @@ -3209,8 +3113,7 @@ public struct DescribeQueriesInput: Swift.Sendable { nextToken: Swift.String? = nil, queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil, status: CloudWatchLogsClientTypes.QueryStatus? = nil - ) - { + ) { self.logGroupName = logGroupName self.maxResults = maxResults self.nextToken = nextToken @@ -3243,8 +3146,7 @@ extension CloudWatchLogsClientTypes { queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil, queryString: Swift.String? = nil, status: CloudWatchLogsClientTypes.QueryStatus? = nil - ) - { + ) { self.createTime = createTime self.logGroupName = logGroupName self.queryId = queryId @@ -3264,8 +3166,7 @@ public struct DescribeQueriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queries: [CloudWatchLogsClientTypes.QueryInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.queries = queries } @@ -3286,8 +3187,7 @@ public struct DescribeQueryDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, queryDefinitionNamePrefix: Swift.String? = nil, queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryDefinitionNamePrefix = queryDefinitionNamePrefix @@ -3319,8 +3219,7 @@ extension CloudWatchLogsClientTypes { queryDefinitionId: Swift.String? = nil, queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil, queryString: Swift.String? = nil - ) - { + ) { self.lastModified = lastModified self.logGroupNames = logGroupNames self.name = name @@ -3340,8 +3239,7 @@ public struct DescribeQueryDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queryDefinitions: [CloudWatchLogsClientTypes.QueryDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.queryDefinitions = queryDefinitions } @@ -3356,8 +3254,7 @@ public struct DescribeResourcePoliciesInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -3378,8 +3275,7 @@ extension CloudWatchLogsClientTypes { lastUpdatedTime: Swift.Int? = nil, policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.lastUpdatedTime = lastUpdatedTime self.policyDocument = policyDocument self.policyName = policyName @@ -3396,8 +3292,7 @@ public struct DescribeResourcePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourcePolicies: [CloudWatchLogsClientTypes.ResourcePolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.resourcePolicies = resourcePolicies } @@ -3419,8 +3314,7 @@ public struct DescribeSubscriptionFiltersInput: Swift.Sendable { limit: Swift.Int? = nil, logGroupName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterNamePrefix = filterNamePrefix self.limit = limit self.logGroupName = logGroupName @@ -3488,8 +3382,7 @@ extension CloudWatchLogsClientTypes { filterPattern: Swift.String? = nil, logGroupName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applyOnTransformedLogs = applyOnTransformedLogs self.creationTime = creationTime self.destinationArn = destinationArn @@ -3511,8 +3404,7 @@ public struct DescribeSubscriptionFiltersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptionFilters: [CloudWatchLogsClientTypes.SubscriptionFilter]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptionFilters = subscriptionFilters } @@ -3534,8 +3426,7 @@ public struct DisassociateKmsKeyInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.resourceIdentifier = resourceIdentifier } @@ -3553,8 +3444,7 @@ extension CloudWatchLogsClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, keyAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.keyAttributes = keyAttributes } @@ -3626,8 +3516,7 @@ extension CloudWatchLogsClientTypes { logStreamName: Swift.String? = nil, message: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.eventId = eventId self.ingestionTime = ingestionTime self.logStreamName = logStreamName @@ -3674,8 +3563,7 @@ public struct FilterLogEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Swift.Int? = nil, unmask: Swift.Bool? = false - ) - { + ) { self.endTime = endTime self.filterPattern = filterPattern self.interleaved = interleaved @@ -3702,8 +3590,7 @@ extension CloudWatchLogsClientTypes { public init( logStreamName: Swift.String? = nil, searchedCompletely: Swift.Bool? = nil - ) - { + ) { self.logStreamName = logStreamName self.searchedCompletely = searchedCompletely } @@ -3722,8 +3609,7 @@ public struct FilterLogEventsOutput: Swift.Sendable { events: [CloudWatchLogsClientTypes.FilteredLogEvent]? = nil, nextToken: Swift.String? = nil, searchedLogStreams: [CloudWatchLogsClientTypes.SearchedLogStream]? = nil - ) - { + ) { self.events = events self.nextToken = nextToken self.searchedLogStreams = searchedLogStreams @@ -3766,8 +3652,7 @@ public struct GetDataProtectionPolicyInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier } } @@ -3784,8 +3669,7 @@ public struct GetDataProtectionPolicyOutput: Swift.Sendable { lastUpdatedTime: Swift.Int? = nil, logGroupIdentifier: Swift.String? = nil, policyDocument: Swift.String? = nil - ) - { + ) { self.lastUpdatedTime = lastUpdatedTime self.logGroupIdentifier = logGroupIdentifier self.policyDocument = policyDocument @@ -3799,8 +3683,7 @@ public struct GetDeliveryInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3811,8 +3694,7 @@ public struct GetDeliveryOutput: Swift.Sendable { public init( delivery: CloudWatchLogsClientTypes.Delivery? = nil - ) - { + ) { self.delivery = delivery } } @@ -3824,8 +3706,7 @@ public struct GetDeliveryDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3836,8 +3717,7 @@ public struct GetDeliveryDestinationOutput: Swift.Sendable { public init( deliveryDestination: CloudWatchLogsClientTypes.DeliveryDestination? = nil - ) - { + ) { self.deliveryDestination = deliveryDestination } } @@ -3849,8 +3729,7 @@ public struct GetDeliveryDestinationPolicyInput: Swift.Sendable { public init( deliveryDestinationName: Swift.String? = nil - ) - { + ) { self.deliveryDestinationName = deliveryDestinationName } } @@ -3864,8 +3743,7 @@ extension CloudWatchLogsClientTypes { public init( deliveryDestinationPolicy: Swift.String? = nil - ) - { + ) { self.deliveryDestinationPolicy = deliveryDestinationPolicy } } @@ -3877,8 +3755,7 @@ public struct GetDeliveryDestinationPolicyOutput: Swift.Sendable { public init( policy: CloudWatchLogsClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -3890,8 +3767,7 @@ public struct GetDeliverySourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3902,8 +3778,7 @@ public struct GetDeliverySourceOutput: Swift.Sendable { public init( deliverySource: CloudWatchLogsClientTypes.DeliverySource? = nil - ) - { + ) { self.deliverySource = deliverySource } } @@ -3915,8 +3790,7 @@ public struct GetIntegrationInput: Swift.Sendable { public init( integrationName: Swift.String? = nil - ) - { + ) { self.integrationName = integrationName } } @@ -3965,8 +3839,7 @@ extension CloudWatchLogsClientTypes { public init( status: CloudWatchLogsClientTypes.OpenSearchResourceStatusType? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.status = status self.statusMessage = statusMessage } @@ -3985,8 +3858,7 @@ extension CloudWatchLogsClientTypes { public init( policyName: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.policyName = policyName self.status = status } @@ -4011,8 +3883,7 @@ extension CloudWatchLogsClientTypes { applicationEndpoint: Swift.String? = nil, applicationId: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationEndpoint = applicationEndpoint self.applicationId = applicationId @@ -4036,8 +3907,7 @@ extension CloudWatchLogsClientTypes { collectionArn: Swift.String? = nil, collectionEndpoint: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.collectionArn = collectionArn self.collectionEndpoint = collectionEndpoint self.status = status @@ -4057,8 +3927,7 @@ extension CloudWatchLogsClientTypes { public init( dataSourceName: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.dataSourceName = dataSourceName self.status = status } @@ -4077,8 +3946,7 @@ extension CloudWatchLogsClientTypes { public init( policyName: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.policyName = policyName self.status = status } @@ -4097,8 +3965,7 @@ extension CloudWatchLogsClientTypes { public init( policyName: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.policyName = policyName self.status = status } @@ -4117,8 +3984,7 @@ extension CloudWatchLogsClientTypes { public init( policyName: Swift.String? = nil, status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil - ) - { + ) { self.policyName = policyName self.status = status } @@ -4137,8 +4003,7 @@ extension CloudWatchLogsClientTypes { public init( status: CloudWatchLogsClientTypes.OpenSearchResourceStatus? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.status = status self.workspaceId = workspaceId } @@ -4175,8 +4040,7 @@ extension CloudWatchLogsClientTypes { lifecyclePolicy: CloudWatchLogsClientTypes.OpenSearchLifecyclePolicy? = nil, networkPolicy: CloudWatchLogsClientTypes.OpenSearchNetworkPolicy? = nil, workspace: CloudWatchLogsClientTypes.OpenSearchWorkspace? = nil - ) - { + ) { self.accessPolicy = accessPolicy self.application = application self.collection = collection @@ -4272,8 +4136,7 @@ public struct GetIntegrationOutput: Swift.Sendable { integrationName: Swift.String? = nil, integrationStatus: CloudWatchLogsClientTypes.IntegrationStatus? = nil, integrationType: CloudWatchLogsClientTypes.IntegrationType? = nil - ) - { + ) { self.integrationDetails = integrationDetails self.integrationName = integrationName self.integrationStatus = integrationStatus @@ -4288,8 +4151,7 @@ public struct GetLogAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -4324,8 +4186,7 @@ public struct GetLogAnomalyDetectorOutput: Swift.Sendable { kmsKeyId: Swift.String? = nil, lastModifiedTimeStamp: Swift.Int = 0, logGroupArnList: [Swift.String]? = nil - ) - { + ) { self.anomalyDetectorStatus = anomalyDetectorStatus self.anomalyVisibilityTime = anomalyVisibilityTime self.creationTimeStamp = creationTimeStamp @@ -4369,8 +4230,7 @@ public struct GetLogEventsInput: Swift.Sendable { startFromHead: Swift.Bool? = nil, startTime: Swift.Int? = nil, unmask: Swift.Bool? = false - ) - { + ) { self.endTime = endTime self.limit = limit self.logGroupIdentifier = logGroupIdentifier @@ -4398,8 +4258,7 @@ extension CloudWatchLogsClientTypes { ingestionTime: Swift.Int? = nil, message: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.ingestionTime = ingestionTime self.message = message self.timestamp = timestamp @@ -4419,8 +4278,7 @@ public struct GetLogEventsOutput: Swift.Sendable { events: [CloudWatchLogsClientTypes.OutputLogEvent]? = nil, nextBackwardToken: Swift.String? = nil, nextForwardToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextBackwardToken = nextBackwardToken self.nextForwardToken = nextForwardToken @@ -4439,8 +4297,7 @@ public struct GetLogGroupFieldsInput: Swift.Sendable { logGroupIdentifier: Swift.String? = nil, logGroupName: Swift.String? = nil, time: Swift.Int? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier self.logGroupName = logGroupName self.time = time @@ -4459,8 +4316,7 @@ extension CloudWatchLogsClientTypes { public init( name: Swift.String? = nil, percent: Swift.Int = 0 - ) - { + ) { self.name = name self.percent = percent } @@ -4473,8 +4329,7 @@ public struct GetLogGroupFieldsOutput: Swift.Sendable { public init( logGroupFields: [CloudWatchLogsClientTypes.LogGroupField]? = nil - ) - { + ) { self.logGroupFields = logGroupFields } } @@ -4489,8 +4344,7 @@ public struct GetLogRecordInput: Swift.Sendable { public init( logRecordPointer: Swift.String? = nil, unmask: Swift.Bool? = false - ) - { + ) { self.logRecordPointer = logRecordPointer self.unmask = unmask } @@ -4502,8 +4356,7 @@ public struct GetLogRecordOutput: Swift.Sendable { public init( logRecord: [Swift.String: Swift.String]? = nil - ) - { + ) { self.logRecord = logRecord } } @@ -4515,8 +4368,7 @@ public struct GetQueryResultsInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -4533,8 +4385,7 @@ extension CloudWatchLogsClientTypes { public init( field: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.field = field self.value = value } @@ -4565,8 +4416,7 @@ extension CloudWatchLogsClientTypes { logGroupsScanned: Swift.Double = 0.0, recordsMatched: Swift.Double = 0.0, recordsScanned: Swift.Double = 0.0 - ) - { + ) { self.bytesScanned = bytesScanned self.estimatedBytesSkipped = estimatedBytesSkipped self.estimatedRecordsSkipped = estimatedRecordsSkipped @@ -4595,8 +4445,7 @@ public struct GetQueryResultsOutput: Swift.Sendable { results: [[CloudWatchLogsClientTypes.ResultField]]? = nil, statistics: CloudWatchLogsClientTypes.QueryStatistics? = nil, status: CloudWatchLogsClientTypes.QueryStatus? = nil - ) - { + ) { self.encryptionKey = encryptionKey self.queryLanguage = queryLanguage self.results = results @@ -4612,8 +4461,7 @@ public struct GetTransformerInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier } } @@ -4631,8 +4479,7 @@ extension CloudWatchLogsClientTypes { public init( match: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.match = match self.source = source } @@ -4665,8 +4512,7 @@ extension CloudWatchLogsClientTypes { source: Swift.String? = nil, target: Swift.String? = nil, valueKey: Swift.String? = nil - ) - { + ) { self.flatten = flatten self.flattenedElement = flattenedElement self.key = key @@ -4687,8 +4533,7 @@ extension CloudWatchLogsClientTypes { public init( withKeys: [Swift.String]? = nil - ) - { + ) { self.withKeys = withKeys } } @@ -4711,8 +4556,7 @@ extension CloudWatchLogsClientTypes { overwriteIfExists: Swift.Bool = false, source: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.overwriteIfExists = overwriteIfExists self.source = source self.target = target @@ -4730,8 +4574,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.MoveKeyEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -4746,8 +4589,7 @@ extension CloudWatchLogsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -4765,8 +4607,7 @@ extension CloudWatchLogsClientTypes { public init( destination: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.destination = destination self.source = source } @@ -4800,8 +4641,7 @@ extension CloudWatchLogsClientTypes { nonMatchValue: Swift.String? = nil, overwriteIfExists: Swift.Bool = false, source: Swift.String? = nil - ) - { + ) { self.destination = destination self.fieldDelimiter = fieldDelimiter self.keyPrefix = keyPrefix @@ -4822,8 +4662,7 @@ extension CloudWatchLogsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -4838,8 +4677,7 @@ extension CloudWatchLogsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -4854,8 +4692,7 @@ extension CloudWatchLogsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -4870,8 +4707,7 @@ extension CloudWatchLogsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -4894,8 +4730,7 @@ extension CloudWatchLogsClientTypes { key: Swift.String? = nil, overwriteIfExists: Swift.Bool = false, renameTo: Swift.String? = nil - ) - { + ) { self.key = key self.overwriteIfExists = overwriteIfExists self.renameTo = renameTo @@ -4913,8 +4748,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.RenameKeyEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -4934,8 +4768,7 @@ extension CloudWatchLogsClientTypes { public init( delimiter: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.delimiter = delimiter self.source = source } @@ -4952,8 +4785,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.SplitStringEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -4977,8 +4809,7 @@ extension CloudWatchLogsClientTypes { from: Swift.String? = nil, source: Swift.String? = nil, to: Swift.String? = nil - ) - { + ) { self.from = from self.source = source self.to = to @@ -4996,8 +4827,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.SubstituteStringEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -5013,8 +4843,7 @@ extension CloudWatchLogsClientTypes { public init( withKeys: [Swift.String]? = nil - ) - { + ) { self.withKeys = withKeys } } @@ -5069,8 +4898,7 @@ extension CloudWatchLogsClientTypes { public init( key: Swift.String? = nil, type: CloudWatchLogsClientTypes.ModelType? = nil - ) - { + ) { self.key = key self.type = type } @@ -5087,8 +4915,7 @@ extension CloudWatchLogsClientTypes { public init( entries: [CloudWatchLogsClientTypes.TypeConverterEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -5104,8 +4931,7 @@ extension CloudWatchLogsClientTypes { public init( withKeys: [Swift.String]? = nil - ) - { + ) { self.withKeys = withKeys } } @@ -5183,8 +5009,7 @@ extension CloudWatchLogsClientTypes { trimString: CloudWatchLogsClientTypes.TrimString? = nil, typeConverter: CloudWatchLogsClientTypes.TypeConverter? = nil, upperCaseString: CloudWatchLogsClientTypes.UpperCaseString? = nil - ) - { + ) { self.addKeys = addKeys self.copyValue = copyValue self.csv = csv @@ -5226,8 +5051,7 @@ public struct GetTransformerOutput: Swift.Sendable { lastModifiedTime: Swift.Int? = nil, logGroupIdentifier: Swift.String? = nil, transformerConfig: [CloudWatchLogsClientTypes.Processor]? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.logGroupIdentifier = logGroupIdentifier @@ -5249,8 +5073,7 @@ extension CloudWatchLogsClientTypes { public init( message: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.message = message self.timestamp = timestamp } @@ -5272,8 +5095,7 @@ extension CloudWatchLogsClientTypes { integrationName: Swift.String? = nil, integrationStatus: CloudWatchLogsClientTypes.IntegrationStatus? = nil, integrationType: CloudWatchLogsClientTypes.IntegrationType? = nil - ) - { + ) { self.integrationName = integrationName self.integrationStatus = integrationStatus self.integrationType = integrationType @@ -5301,8 +5123,7 @@ public struct InvalidSequenceTokenException: ClientRuntime.ModeledError, AWSClie public init( expectedSequenceToken: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.expectedSequenceToken = expectedSequenceToken self.properties.message = message } @@ -5352,8 +5173,7 @@ public struct ListAnomaliesInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, suppressionState: CloudWatchLogsClientTypes.SuppressionState? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.limit = limit self.nextToken = nextToken @@ -5370,8 +5190,7 @@ public struct ListAnomaliesOutput: Swift.Sendable { public init( anomalies: [CloudWatchLogsClientTypes.Anomaly]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalies = anomalies self.nextToken = nextToken } @@ -5389,8 +5208,7 @@ public struct ListIntegrationsInput: Swift.Sendable { integrationNamePrefix: Swift.String? = nil, integrationStatus: CloudWatchLogsClientTypes.IntegrationStatus? = nil, integrationType: CloudWatchLogsClientTypes.IntegrationType? = nil - ) - { + ) { self.integrationNamePrefix = integrationNamePrefix self.integrationStatus = integrationStatus self.integrationType = integrationType @@ -5403,8 +5221,7 @@ public struct ListIntegrationsOutput: Swift.Sendable { public init( integrationSummaries: [CloudWatchLogsClientTypes.IntegrationSummary]? = nil - ) - { + ) { self.integrationSummaries = integrationSummaries } } @@ -5421,8 +5238,7 @@ public struct ListLogAnomalyDetectorsInput: Swift.Sendable { filterLogGroupArn: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterLogGroupArn = filterLogGroupArn self.limit = limit self.nextToken = nextToken @@ -5438,8 +5254,7 @@ public struct ListLogAnomalyDetectorsOutput: Swift.Sendable { public init( anomalyDetectors: [CloudWatchLogsClientTypes.AnomalyDetector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectors = anomalyDetectors self.nextToken = nextToken } @@ -5458,8 +5273,7 @@ public struct ListLogGroupsForQueryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryId = queryId @@ -5475,8 +5289,7 @@ public struct ListLogGroupsForQueryOutput: Swift.Sendable { public init( logGroupIdentifiers: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logGroupIdentifiers = logGroupIdentifiers self.nextToken = nextToken } @@ -5489,8 +5302,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5501,8 +5313,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5515,8 +5326,7 @@ public struct ListTagsLogGroupInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -5528,8 +5338,7 @@ public struct ListTagsLogGroupOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5555,8 +5364,7 @@ extension CloudWatchLogsClientTypes { logStreamName: Swift.String? = nil, message: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.ingestionTime = ingestionTime self.logGroupIdentifier = logGroupIdentifier self.logStreamName = logStreamName @@ -5575,8 +5383,7 @@ extension CloudWatchLogsClientTypes { public init( sampled: Swift.Bool = false - ) - { + ) { self.sampled = sampled } } @@ -5606,8 +5413,7 @@ extension CloudWatchLogsClientTypes { logStreamNames: [Swift.String]? = nil, requestId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.logEventFilterPattern = logEventFilterPattern self.logGroupIdentifiers = logGroupIdentifiers self.logStreamNamePrefixes = logStreamNamePrefixes @@ -5630,8 +5436,7 @@ extension CloudWatchLogsClientTypes { public init( sessionMetadata: CloudWatchLogsClientTypes.LiveTailSessionMetadata? = nil, sessionResults: [CloudWatchLogsClientTypes.LiveTailSessionLogEvent]? = nil - ) - { + ) { self.sessionMetadata = sessionMetadata self.sessionResults = sessionResults } @@ -5693,8 +5498,7 @@ public struct PutAccountPolicyInput: Swift.Sendable { policyType: CloudWatchLogsClientTypes.PolicyType? = nil, scope: CloudWatchLogsClientTypes.Scope? = nil, selectionCriteria: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.policyType = policyType @@ -5709,8 +5513,7 @@ public struct PutAccountPolicyOutput: Swift.Sendable { public init( accountPolicy: CloudWatchLogsClientTypes.AccountPolicy? = nil - ) - { + ) { self.accountPolicy = accountPolicy } } @@ -5733,8 +5536,7 @@ public struct PutDataProtectionPolicyInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil, policyDocument: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier self.policyDocument = policyDocument } @@ -5752,8 +5554,7 @@ public struct PutDataProtectionPolicyOutput: Swift.Sendable { lastUpdatedTime: Swift.Int? = nil, logGroupIdentifier: Swift.String? = nil, policyDocument: Swift.String? = nil - ) - { + ) { self.lastUpdatedTime = lastUpdatedTime self.logGroupIdentifier = logGroupIdentifier self.policyDocument = policyDocument @@ -5777,8 +5578,7 @@ public struct PutDeliveryDestinationInput: Swift.Sendable { name: Swift.String? = nil, outputFormat: CloudWatchLogsClientTypes.OutputFormat? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deliveryDestinationConfiguration = deliveryDestinationConfiguration self.name = name self.outputFormat = outputFormat @@ -5792,8 +5592,7 @@ public struct PutDeliveryDestinationOutput: Swift.Sendable { public init( deliveryDestination: CloudWatchLogsClientTypes.DeliveryDestination? = nil - ) - { + ) { self.deliveryDestination = deliveryDestination } } @@ -5809,8 +5608,7 @@ public struct PutDeliveryDestinationPolicyInput: Swift.Sendable { public init( deliveryDestinationName: Swift.String? = nil, deliveryDestinationPolicy: Swift.String? = nil - ) - { + ) { self.deliveryDestinationName = deliveryDestinationName self.deliveryDestinationPolicy = deliveryDestinationPolicy } @@ -5822,8 +5620,7 @@ public struct PutDeliveryDestinationPolicyOutput: Swift.Sendable { public init( policy: CloudWatchLogsClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -5854,8 +5651,7 @@ public struct PutDeliverySourceInput: Swift.Sendable { name: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.logType = logType self.name = name self.resourceArn = resourceArn @@ -5869,8 +5665,7 @@ public struct PutDeliverySourceOutput: Swift.Sendable { public init( deliverySource: CloudWatchLogsClientTypes.DeliverySource? = nil - ) - { + ) { self.deliverySource = deliverySource } } @@ -5893,8 +5688,7 @@ public struct PutDestinationInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.destinationName = destinationName self.roleArn = roleArn self.tags = tags @@ -5908,8 +5702,7 @@ public struct PutDestinationOutput: Swift.Sendable { public init( destination: CloudWatchLogsClientTypes.Destination? = nil - ) - { + ) { self.destination = destination } } @@ -5928,8 +5721,7 @@ public struct PutDestinationPolicyInput: Swift.Sendable { accessPolicy: Swift.String? = nil, destinationName: Swift.String? = nil, forceUpdate: Swift.Bool? = nil - ) - { + ) { self.accessPolicy = accessPolicy self.destinationName = destinationName self.forceUpdate = forceUpdate @@ -5947,8 +5739,7 @@ public struct PutIndexPolicyInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil, policyDocument: Swift.String? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier self.policyDocument = policyDocument } @@ -5960,8 +5751,7 @@ public struct PutIndexPolicyOutput: Swift.Sendable { public init( indexPolicy: CloudWatchLogsClientTypes.IndexPolicy? = nil - ) - { + ) { self.indexPolicy = indexPolicy } } @@ -5990,8 +5780,7 @@ extension CloudWatchLogsClientTypes { dataSourceRoleArn: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, retentionDays: Swift.Int? = nil - ) - { + ) { self.applicationArn = applicationArn self.dashboardViewerPrincipals = dashboardViewerPrincipals self.dataSourceRoleArn = dataSourceRoleArn @@ -6026,8 +5815,7 @@ public struct PutIntegrationInput: Swift.Sendable { integrationName: Swift.String? = nil, integrationType: CloudWatchLogsClientTypes.IntegrationType? = nil, resourceConfig: CloudWatchLogsClientTypes.ResourceConfig? = nil - ) - { + ) { self.integrationName = integrationName self.integrationType = integrationType self.resourceConfig = resourceConfig @@ -6043,8 +5831,7 @@ public struct PutIntegrationOutput: Swift.Sendable { public init( integrationName: Swift.String? = nil, integrationStatus: CloudWatchLogsClientTypes.IntegrationStatus? = nil - ) - { + ) { self.integrationName = integrationName self.integrationStatus = integrationStatus } @@ -6068,8 +5855,7 @@ public struct UnrecognizedClientException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6095,8 +5881,7 @@ public struct PutLogEventsInput: Swift.Sendable { logGroupName: Swift.String? = nil, logStreamName: Swift.String? = nil, sequenceToken: Swift.String? = nil - ) - { + ) { self.entity = entity self.logEvents = logEvents self.logGroupName = logGroupName @@ -6115,8 +5900,7 @@ extension CloudWatchLogsClientTypes { public init( errorType: CloudWatchLogsClientTypes.EntityRejectionErrorType? = nil - ) - { + ) { self.errorType = errorType } } @@ -6137,8 +5921,7 @@ extension CloudWatchLogsClientTypes { expiredLogEventEndIndex: Swift.Int? = nil, tooNewLogEventStartIndex: Swift.Int? = nil, tooOldLogEventEndIndex: Swift.Int? = nil - ) - { + ) { self.expiredLogEventEndIndex = expiredLogEventEndIndex self.tooNewLogEventStartIndex = tooNewLogEventStartIndex self.tooOldLogEventEndIndex = tooOldLogEventEndIndex @@ -6158,8 +5941,7 @@ public struct PutLogEventsOutput: Swift.Sendable { nextSequenceToken: Swift.String? = nil, rejectedEntityInfo: CloudWatchLogsClientTypes.RejectedEntityInfo? = nil, rejectedLogEventsInfo: CloudWatchLogsClientTypes.RejectedLogEventsInfo? = nil - ) - { + ) { self.nextSequenceToken = nextSequenceToken self.rejectedEntityInfo = rejectedEntityInfo self.rejectedLogEventsInfo = rejectedLogEventsInfo @@ -6188,8 +5970,7 @@ public struct PutMetricFilterInput: Swift.Sendable { filterPattern: Swift.String? = nil, logGroupName: Swift.String? = nil, metricTransformations: [CloudWatchLogsClientTypes.MetricTransformation]? = nil - ) - { + ) { self.applyOnTransformedLogs = applyOnTransformedLogs self.filterName = filterName self.filterPattern = filterPattern @@ -6221,8 +6002,7 @@ public struct PutQueryDefinitionInput: Swift.Sendable { queryDefinitionId: Swift.String? = nil, queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil, queryString: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.logGroupNames = logGroupNames self.name = name @@ -6238,8 +6018,7 @@ public struct PutQueryDefinitionOutput: Swift.Sendable { public init( queryDefinitionId: Swift.String? = nil - ) - { + ) { self.queryDefinitionId = queryDefinitionId } } @@ -6253,8 +6032,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName } @@ -6266,8 +6044,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: CloudWatchLogsClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -6283,8 +6060,7 @@ public struct PutRetentionPolicyInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, retentionInDays: Swift.Int? = nil - ) - { + ) { self.logGroupName = logGroupName self.retentionInDays = retentionInDays } @@ -6326,8 +6102,7 @@ public struct PutSubscriptionFilterInput: Swift.Sendable { filterPattern: Swift.String? = nil, logGroupName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applyOnTransformedLogs = applyOnTransformedLogs self.destinationArn = destinationArn self.distribution = distribution @@ -6349,8 +6124,7 @@ public struct PutTransformerInput: Swift.Sendable { public init( logGroupIdentifier: Swift.String? = nil, transformerConfig: [CloudWatchLogsClientTypes.Processor]? = nil - ) - { + ) { self.logGroupIdentifier = logGroupIdentifier self.transformerConfig = transformerConfig } @@ -6372,8 +6146,7 @@ public struct StartLiveTailInput: Swift.Sendable { logGroupIdentifiers: [Swift.String]? = nil, logStreamNamePrefixes: [Swift.String]? = nil, logStreamNames: [Swift.String]? = nil - ) - { + ) { self.logEventFilterPattern = logEventFilterPattern self.logGroupIdentifiers = logGroupIdentifiers self.logStreamNamePrefixes = logStreamNamePrefixes @@ -6399,8 +6172,7 @@ public struct SessionStreamingException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6423,8 +6195,7 @@ public struct SessionTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6447,8 +6218,7 @@ public struct StartLiveTailOutput: Swift.Sendable { public init( responseStream: AsyncThrowingStream? = nil - ) - { + ) { self.responseStream = responseStream } } @@ -6465,8 +6235,7 @@ extension CloudWatchLogsClientTypes { public init( endCharOffset: Swift.Int? = nil, startCharOffset: Swift.Int? = nil - ) - { + ) { self.endCharOffset = endCharOffset self.startCharOffset = startCharOffset } @@ -6485,8 +6254,7 @@ extension CloudWatchLogsClientTypes { public init( location: CloudWatchLogsClientTypes.QueryCompileErrorLocation? = nil, message: Swift.String? = nil - ) - { + ) { self.location = location self.message = message } @@ -6514,8 +6282,7 @@ public struct MalformedQueryException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, queryCompileError: CloudWatchLogsClientTypes.QueryCompileError? = nil - ) - { + ) { self.properties.message = message self.properties.queryCompileError = queryCompileError } @@ -6551,8 +6318,7 @@ public struct StartQueryInput: Swift.Sendable { queryLanguage: CloudWatchLogsClientTypes.QueryLanguage? = nil, queryString: Swift.String? = nil, startTime: Swift.Int? = nil - ) - { + ) { self.endTime = endTime self.limit = limit self.logGroupIdentifiers = logGroupIdentifiers @@ -6570,8 +6336,7 @@ public struct StartQueryOutput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -6583,8 +6348,7 @@ public struct StopQueryInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -6595,8 +6359,7 @@ public struct StopQueryOutput: Swift.Sendable { public init( success: Swift.Bool = false - ) - { + ) { self.success = success } } @@ -6613,8 +6376,7 @@ public struct TagLogGroupInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.logGroupName = logGroupName self.tags = tags } @@ -6641,8 +6403,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -6659,8 +6420,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6677,8 +6437,7 @@ public struct TestMetricFilterInput: Swift.Sendable { public init( filterPattern: Swift.String? = nil, logEventMessages: [Swift.String]? = nil - ) - { + ) { self.filterPattern = filterPattern self.logEventMessages = logEventMessages } @@ -6699,8 +6458,7 @@ extension CloudWatchLogsClientTypes { eventMessage: Swift.String? = nil, eventNumber: Swift.Int = 0, extractedValues: [Swift.String: Swift.String]? = nil - ) - { + ) { self.eventMessage = eventMessage self.eventNumber = eventNumber self.extractedValues = extractedValues @@ -6714,8 +6472,7 @@ public struct TestMetricFilterOutput: Swift.Sendable { public init( matches: [CloudWatchLogsClientTypes.MetricFilterMatchRecord]? = nil - ) - { + ) { self.matches = matches } } @@ -6731,8 +6488,7 @@ public struct TestTransformerInput: Swift.Sendable { public init( logEventMessages: [Swift.String]? = nil, transformerConfig: [CloudWatchLogsClientTypes.Processor]? = nil - ) - { + ) { self.logEventMessages = logEventMessages self.transformerConfig = transformerConfig } @@ -6753,8 +6509,7 @@ extension CloudWatchLogsClientTypes { eventMessage: Swift.String? = nil, eventNumber: Swift.Int = 0, transformedEventMessage: Swift.String? = nil - ) - { + ) { self.eventMessage = eventMessage self.eventNumber = eventNumber self.transformedEventMessage = transformedEventMessage @@ -6768,8 +6523,7 @@ public struct TestTransformerOutput: Swift.Sendable { public init( transformedLogs: [CloudWatchLogsClientTypes.TransformedLogRecord]? = nil - ) - { + ) { self.transformedLogs = transformedLogs } } @@ -6786,8 +6540,7 @@ public struct UntagLogGroupInput: Swift.Sendable { public init( logGroupName: Swift.String? = nil, tags: [Swift.String]? = nil - ) - { + ) { self.logGroupName = logGroupName self.tags = tags } @@ -6804,8 +6557,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6855,8 +6607,7 @@ extension CloudWatchLogsClientTypes { public init( suppressionUnit: CloudWatchLogsClientTypes.SuppressionUnit? = nil, value: Swift.Int = 0 - ) - { + ) { self.suppressionUnit = suppressionUnit self.value = value } @@ -6914,8 +6665,7 @@ public struct UpdateAnomalyInput: Swift.Sendable { patternId: Swift.String? = nil, suppressionPeriod: CloudWatchLogsClientTypes.SuppressionPeriod? = nil, suppressionType: CloudWatchLogsClientTypes.SuppressionType? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyId = anomalyId self.baseline = baseline @@ -6941,8 +6691,7 @@ public struct UpdateDeliveryConfigurationInput: Swift.Sendable { id: Swift.String? = nil, recordFields: [Swift.String]? = nil, s3DeliveryConfiguration: CloudWatchLogsClientTypes.S3DeliveryConfiguration? = nil - ) - { + ) { self.fieldDelimiter = fieldDelimiter self.id = id self.recordFields = recordFields @@ -6975,8 +6724,7 @@ public struct UpdateLogAnomalyDetectorInput: Swift.Sendable { enabled: Swift.Bool? = nil, evaluationFrequency: CloudWatchLogsClientTypes.EvaluationFrequency? = nil, filterPattern: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyVisibilityTime = anomalyVisibilityTime self.enabled = enabled diff --git a/Sources/Services/AWSCodeBuild/Package.swift.txt b/Sources/Services/AWSCodeBuild/Package.swift.txt index e282ce5ab44..cb76b0b8bcb 100644 --- a/Sources/Services/AWSCodeBuild/Package.swift.txt +++ b/Sources/Services/AWSCodeBuild/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/CodeBuildClient.swift b/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/CodeBuildClient.swift index 7d8614c67b9..6796a6ad438 100644 --- a/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/CodeBuildClient.swift +++ b/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/CodeBuildClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeBuildClient: ClientRuntime.Client { public static let clientName = "CodeBuildClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeBuildClient.CodeBuildClientConfiguration let serviceName = "CodeBuild" diff --git a/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/Models.swift b/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/Models.swift index 5a51920166a..6abcb5ff84f 100644 --- a/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/Models.swift +++ b/Sources/Services/AWSCodeBuild/Sources/AWSCodeBuild/Models.swift @@ -47,8 +47,7 @@ public struct AccountLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +198,7 @@ extension CodeBuildClientTypes { autoRetryNumber: Swift.Int? = nil, nextAutoRetry: Swift.String? = nil, previousAutoRetry: Swift.String? = nil - ) - { + ) { self.autoRetryLimit = autoRetryLimit self.autoRetryNumber = autoRetryNumber self.nextAutoRetry = nextAutoRetry @@ -227,8 +225,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +237,7 @@ public struct BatchDeleteBuildsInput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -258,8 +254,7 @@ extension CodeBuildClientTypes { public init( id: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.id = id self.statusCode = statusCode } @@ -275,8 +270,7 @@ public struct BatchDeleteBuildsOutput: Swift.Sendable { public init( buildsDeleted: [Swift.String]? = nil, buildsNotDeleted: [CodeBuildClientTypes.BuildNotDeleted]? = nil - ) - { + ) { self.buildsDeleted = buildsDeleted self.buildsNotDeleted = buildsNotDeleted } @@ -289,8 +283,7 @@ public struct BatchGetBuildBatchesInput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -369,8 +362,7 @@ extension CodeBuildClientTypes { md5sum: Swift.String? = nil, overrideArtifactName: Swift.Bool? = nil, sha256sum: Swift.String? = nil - ) - { + ) { self.artifactIdentifier = artifactIdentifier self.bucketOwnerAccess = bucketOwnerAccess self.encryptionDisabled = encryptionDisabled @@ -423,8 +415,7 @@ extension CodeBuildClientTypes { public init( computeTypesAllowed: [Swift.String]? = nil, maximumBuildsAllowed: Swift.Int? = nil - ) - { + ) { self.computeTypesAllowed = computeTypesAllowed self.maximumBuildsAllowed = maximumBuildsAllowed } @@ -452,8 +443,7 @@ extension CodeBuildClientTypes { restrictions: CodeBuildClientTypes.BatchRestrictions? = nil, serviceRole: Swift.String? = nil, timeoutInMins: Swift.Int? = nil - ) - { + ) { self.batchReportMode = batchReportMode self.combineArtifacts = combineArtifacts self.restrictions = restrictions @@ -519,8 +509,7 @@ extension CodeBuildClientTypes { identifier: Swift.String? = nil, location: Swift.String? = nil, type: CodeBuildClientTypes.ArtifactsType? = nil - ) - { + ) { self.identifier = identifier self.location = location self.type = type @@ -549,8 +538,7 @@ extension CodeBuildClientTypes { primaryArtifact: CodeBuildClientTypes.ResolvedArtifact? = nil, requestedOn: Foundation.Date? = nil, secondaryArtifacts: [CodeBuildClientTypes.ResolvedArtifact]? = nil - ) - { + ) { self.arn = arn self.buildStatus = buildStatus self.primaryArtifact = primaryArtifact @@ -581,8 +569,7 @@ extension CodeBuildClientTypes { identifier: Swift.String? = nil, ignoreFailure: Swift.Bool = false, priorBuildSummaryList: [CodeBuildClientTypes.BuildSummary]? = nil - ) - { + ) { self.currentBuildSummary = currentBuildSummary self.dependsOn = dependsOn self.identifier = identifier @@ -697,8 +684,7 @@ extension CodeBuildClientTypes { location: Swift.String? = nil, modes: [CodeBuildClientTypes.CacheMode]? = nil, type: CodeBuildClientTypes.CacheType? = nil - ) - { + ) { self.location = location self.modes = modes self.type = type @@ -753,8 +739,7 @@ extension CodeBuildClientTypes { machineType: CodeBuildClientTypes.MachineType? = nil, memory: Swift.Int? = nil, vCpu: Swift.Int? = nil - ) - { + ) { self.disk = disk self.machineType = machineType self.memory = memory @@ -874,8 +859,7 @@ extension CodeBuildClientTypes { name: Swift.String? = nil, type: CodeBuildClientTypes.EnvironmentVariableType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -892,8 +876,7 @@ extension CodeBuildClientTypes { public init( fleetArn: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn } } @@ -975,8 +958,7 @@ extension CodeBuildClientTypes { public init( credential: Swift.String? = nil, credentialProvider: CodeBuildClientTypes.CredentialProviderType? = nil - ) - { + ) { self.credential = credential self.credentialProvider = credentialProvider } @@ -1155,8 +1137,7 @@ extension CodeBuildClientTypes { privilegedMode: Swift.Bool? = nil, registryCredential: CodeBuildClientTypes.RegistryCredential? = nil, type: CodeBuildClientTypes.EnvironmentType? = nil - ) - { + ) { self.certificate = certificate self.computeConfiguration = computeConfiguration self.computeType = computeType @@ -1218,8 +1199,7 @@ extension CodeBuildClientTypes { mountOptions: Swift.String? = nil, mountPoint: Swift.String? = nil, type: CodeBuildClientTypes.FileSystemType? = nil - ) - { + ) { self.identifier = identifier self.location = location self.mountOptions = mountOptions @@ -1278,8 +1258,7 @@ extension CodeBuildClientTypes { groupName: Swift.String? = nil, status: CodeBuildClientTypes.LogsConfigStatusType? = nil, streamName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.status = status self.streamName = streamName @@ -1317,8 +1296,7 @@ extension CodeBuildClientTypes { encryptionDisabled: Swift.Bool? = nil, location: Swift.String? = nil, status: CodeBuildClientTypes.LogsConfigStatusType? = nil - ) - { + ) { self.bucketOwnerAccess = bucketOwnerAccess self.encryptionDisabled = encryptionDisabled self.location = location @@ -1339,8 +1317,7 @@ extension CodeBuildClientTypes { public init( cloudWatchLogs: CodeBuildClientTypes.CloudWatchLogsConfig? = nil, s3Logs: CodeBuildClientTypes.S3LogsConfig? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.s3Logs = s3Logs } @@ -1359,8 +1336,7 @@ extension CodeBuildClientTypes { public init( message: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -1435,8 +1411,7 @@ extension CodeBuildClientTypes { phaseStatus: CodeBuildClientTypes.StatusType? = nil, phaseType: CodeBuildClientTypes.BuildBatchPhaseType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.contexts = contexts self.durationInSeconds = durationInSeconds self.endTime = endTime @@ -1492,8 +1467,7 @@ extension CodeBuildClientTypes { public init( resource: Swift.String? = nil, type: CodeBuildClientTypes.SourceAuthType? = nil - ) - { + ) { self.resource = resource self.type = type } @@ -1512,8 +1486,7 @@ extension CodeBuildClientTypes { public init( context: Swift.String? = nil, targetUrl: Swift.String? = nil - ) - { + ) { self.context = context self.targetUrl = targetUrl } @@ -1530,8 +1503,7 @@ extension CodeBuildClientTypes { public init( fetchSubmodules: Swift.Bool? = nil - ) - { + ) { self.fetchSubmodules = fetchSubmodules } } @@ -1664,8 +1636,7 @@ extension CodeBuildClientTypes { reportBuildStatus: Swift.Bool? = nil, sourceIdentifier: Swift.String? = nil, type: CodeBuildClientTypes.SourceType? = nil - ) - { + ) { self.auth = auth self.buildStatusConfig = buildStatusConfig self.buildspec = buildspec @@ -1707,8 +1678,7 @@ extension CodeBuildClientTypes { public init( sourceIdentifier: Swift.String? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.sourceVersion = sourceVersion } @@ -1730,8 +1700,7 @@ extension CodeBuildClientTypes { securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets self.vpcId = vpcId @@ -1855,8 +1824,7 @@ extension CodeBuildClientTypes { sourceVersion: Swift.String? = nil, startTime: Foundation.Date? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.artifacts = artifacts self.buildBatchConfig = buildBatchConfig @@ -1900,8 +1868,7 @@ public struct BatchGetBuildBatchesOutput: Swift.Sendable { public init( buildBatches: [CodeBuildClientTypes.BuildBatch]? = nil, buildBatchesNotFound: [Swift.String]? = nil - ) - { + ) { self.buildBatches = buildBatches self.buildBatchesNotFound = buildBatchesNotFound } @@ -1914,8 +1881,7 @@ public struct BatchGetBuildsInput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -1932,8 +1898,7 @@ extension CodeBuildClientTypes { public init( sessionEnabled: Swift.Bool? = nil, sessionTarget: Swift.String? = nil - ) - { + ) { self.sessionEnabled = sessionEnabled self.sessionTarget = sessionTarget } @@ -1952,8 +1917,7 @@ extension CodeBuildClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1990,8 +1954,7 @@ extension CodeBuildClientTypes { s3Logs: CodeBuildClientTypes.S3LogsConfig? = nil, s3LogsArn: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.cloudWatchLogsArn = cloudWatchLogsArn self.deepLink = deepLink @@ -2016,8 +1979,7 @@ extension CodeBuildClientTypes { public init( networkInterfaceId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId self.subnetId = subnetId } @@ -2104,8 +2066,7 @@ extension CodeBuildClientTypes { phaseStatus: CodeBuildClientTypes.StatusType? = nil, phaseType: CodeBuildClientTypes.BuildPhaseType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.contexts = contexts self.durationInSeconds = durationInSeconds self.endTime = endTime @@ -2253,8 +2214,7 @@ extension CodeBuildClientTypes { startTime: Foundation.Date? = nil, timeoutInMinutes: Swift.Int? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.artifacts = artifacts self.autoRetryConfig = autoRetryConfig @@ -2301,8 +2261,7 @@ public struct BatchGetBuildsOutput: Swift.Sendable { public init( builds: [CodeBuildClientTypes.Build]? = nil, buildsNotFound: [Swift.String]? = nil - ) - { + ) { self.builds = builds self.buildsNotFound = buildsNotFound } @@ -2315,8 +2274,7 @@ public struct BatchGetFleetsInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -2455,8 +2413,7 @@ extension CodeBuildClientTypes { effect: CodeBuildClientTypes.FleetProxyRuleEffectType? = nil, entities: [Swift.String]? = nil, type: CodeBuildClientTypes.FleetProxyRuleType? = nil - ) - { + ) { self.effect = effect self.entities = entities self.type = type @@ -2476,8 +2433,7 @@ extension CodeBuildClientTypes { public init( defaultBehavior: CodeBuildClientTypes.FleetProxyRuleBehavior? = nil, orderedProxyRules: [CodeBuildClientTypes.FleetProxyRule]? = nil - ) - { + ) { self.defaultBehavior = defaultBehavior self.orderedProxyRules = orderedProxyRules } @@ -2548,8 +2504,7 @@ extension CodeBuildClientTypes { public init( metricType: CodeBuildClientTypes.FleetScalingMetricType? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.metricType = metricType self.targetValue = targetValue } @@ -2574,8 +2529,7 @@ extension CodeBuildClientTypes { maxCapacity: Swift.Int? = nil, scalingType: CodeBuildClientTypes.FleetScalingType? = nil, targetTrackingScalingConfigs: [CodeBuildClientTypes.TargetTrackingScalingConfiguration]? = nil - ) - { + ) { self.desiredCapacity = desiredCapacity self.maxCapacity = maxCapacity self.scalingType = scalingType @@ -2704,8 +2658,7 @@ extension CodeBuildClientTypes { context: CodeBuildClientTypes.FleetContextCode? = nil, message: Swift.String? = nil, statusCode: CodeBuildClientTypes.FleetStatusCode? = nil - ) - { + ) { self.context = context self.message = message self.statusCode = statusCode @@ -2725,8 +2678,7 @@ extension CodeBuildClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2860,8 +2812,7 @@ extension CodeBuildClientTypes { status: CodeBuildClientTypes.FleetStatus? = nil, tags: [CodeBuildClientTypes.Tag]? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.baseCapacity = baseCapacity self.computeConfiguration = computeConfiguration @@ -2892,8 +2843,7 @@ public struct BatchGetFleetsOutput: Swift.Sendable { public init( fleets: [CodeBuildClientTypes.Fleet]? = nil, fleetsNotFound: [Swift.String]? = nil - ) - { + ) { self.fleets = fleets self.fleetsNotFound = fleetsNotFound } @@ -2906,8 +2856,7 @@ public struct BatchGetProjectsInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -3018,8 +2967,7 @@ extension CodeBuildClientTypes { packaging: CodeBuildClientTypes.ArtifactPackaging? = nil, path: Swift.String? = nil, type: CodeBuildClientTypes.ArtifactsType? = nil - ) - { + ) { self.artifactIdentifier = artifactIdentifier self.bucketOwnerAccess = bucketOwnerAccess self.encryptionDisabled = encryptionDisabled @@ -3046,8 +2994,7 @@ extension CodeBuildClientTypes { public init( badgeEnabled: Swift.Bool = false, badgeRequestUrl: Swift.String? = nil - ) - { + ) { self.badgeEnabled = badgeEnabled self.badgeRequestUrl = badgeRequestUrl } @@ -3250,8 +3197,7 @@ extension CodeBuildClientTypes { excludeMatchedPattern: Swift.Bool? = nil, pattern: Swift.String? = nil, type: CodeBuildClientTypes.WebhookFilterType? = nil - ) - { + ) { self.excludeMatchedPattern = excludeMatchedPattern self.pattern = pattern self.type = type @@ -3308,8 +3254,7 @@ extension CodeBuildClientTypes { domain: Swift.String? = nil, name: Swift.String? = nil, scope: CodeBuildClientTypes.WebhookScopeType? = nil - ) - { + ) { self.domain = domain self.name = name self.scope = scope @@ -3350,8 +3295,7 @@ extension CodeBuildClientTypes { scopeConfiguration: CodeBuildClientTypes.ScopeConfiguration? = nil, secret: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.branchFilter = branchFilter self.buildType = buildType self.filterGroups = filterGroups @@ -3471,8 +3415,7 @@ extension CodeBuildClientTypes { timeoutInMinutes: Swift.Int? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil, webhook: CodeBuildClientTypes.Webhook? = nil - ) - { + ) { self.arn = arn self.artifacts = artifacts self.autoRetryLimit = autoRetryLimit @@ -3515,8 +3458,7 @@ public struct BatchGetProjectsOutput: Swift.Sendable { public init( projects: [CodeBuildClientTypes.Project]? = nil, projectsNotFound: [Swift.String]? = nil - ) - { + ) { self.projects = projects self.projectsNotFound = projectsNotFound } @@ -3529,8 +3471,7 @@ public struct BatchGetReportGroupsInput: Swift.Sendable { public init( reportGroupArns: [Swift.String]? = nil - ) - { + ) { self.reportGroupArns = reportGroupArns } } @@ -3621,8 +3562,7 @@ extension CodeBuildClientTypes { encryptionKey: Swift.String? = nil, packaging: CodeBuildClientTypes.ReportPackagingType? = nil, path: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketOwner = bucketOwner self.encryptionDisabled = encryptionDisabled @@ -3649,8 +3589,7 @@ extension CodeBuildClientTypes { public init( exportConfigType: CodeBuildClientTypes.ReportExportConfigType? = nil, s3Destination: CodeBuildClientTypes.S3ReportExportConfig? = nil - ) - { + ) { self.exportConfigType = exportConfigType self.s3Destination = s3Destination } @@ -3745,8 +3684,7 @@ extension CodeBuildClientTypes { status: CodeBuildClientTypes.ReportGroupStatusType? = nil, tags: [CodeBuildClientTypes.Tag]? = nil, type: CodeBuildClientTypes.ReportType? = nil - ) - { + ) { self.arn = arn self.created = created self.exportConfig = exportConfig @@ -3768,8 +3706,7 @@ public struct BatchGetReportGroupsOutput: Swift.Sendable { public init( reportGroups: [CodeBuildClientTypes.ReportGroup]? = nil, reportGroupsNotFound: [Swift.String]? = nil - ) - { + ) { self.reportGroups = reportGroups self.reportGroupsNotFound = reportGroupsNotFound } @@ -3782,8 +3719,7 @@ public struct BatchGetReportsInput: Swift.Sendable { public init( reportArns: [Swift.String]? = nil - ) - { + ) { self.reportArns = reportArns } } @@ -3812,8 +3748,7 @@ extension CodeBuildClientTypes { lineCoveragePercentage: Swift.Double? = nil, linesCovered: Swift.Int? = nil, linesMissed: Swift.Int? = nil - ) - { + ) { self.branchCoveragePercentage = branchCoveragePercentage self.branchesCovered = branchesCovered self.branchesMissed = branchesMissed @@ -3880,8 +3815,7 @@ extension CodeBuildClientTypes { durationInNanoSeconds: Swift.Int? = nil, statusCounts: [Swift.String: Swift.Int]? = nil, total: Swift.Int? = nil - ) - { + ) { self.durationInNanoSeconds = durationInNanoSeconds self.statusCounts = statusCounts self.total = total @@ -3931,8 +3865,7 @@ extension CodeBuildClientTypes { testSummary: CodeBuildClientTypes.TestReportSummary? = nil, truncated: Swift.Bool? = nil, type: CodeBuildClientTypes.ReportType? = nil - ) - { + ) { self.arn = arn self.codeCoverageSummary = codeCoverageSummary self.created = created @@ -3958,8 +3891,7 @@ public struct BatchGetReportsOutput: Swift.Sendable { public init( reports: [CodeBuildClientTypes.Report]? = nil, reportsNotFound: [Swift.String]? = nil - ) - { + ) { self.reports = reports self.reportsNotFound = reportsNotFound } @@ -3974,8 +3906,7 @@ extension CodeBuildClientTypes { public init( status: CodeBuildClientTypes.StatusType? = nil - ) - { + ) { self.status = status } } @@ -3999,8 +3930,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4020,8 +3950,7 @@ extension CodeBuildClientTypes { maxCapacity: Swift.Int? = nil, scalingType: CodeBuildClientTypes.FleetScalingType? = nil, targetTrackingScalingConfigs: [CodeBuildClientTypes.TargetTrackingScalingConfiguration]? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.scalingType = scalingType self.targetTrackingScalingConfigs = targetTrackingScalingConfigs @@ -4142,8 +4071,7 @@ public struct CreateFleetInput: Swift.Sendable { scalingConfiguration: CodeBuildClientTypes.ScalingConfigurationInput? = nil, tags: [CodeBuildClientTypes.Tag]? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.baseCapacity = baseCapacity self.computeConfiguration = computeConfiguration self.computeType = computeType @@ -4165,8 +4093,7 @@ public struct CreateFleetOutput: Swift.Sendable { public init( fleet: CodeBuildClientTypes.Fleet? = nil - ) - { + ) { self.fleet = fleet } } @@ -4258,8 +4185,7 @@ public struct CreateProjectInput: Swift.Sendable { tags: [CodeBuildClientTypes.Tag]? = nil, timeoutInMinutes: Swift.Int? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.artifacts = artifacts self.autoRetryLimit = autoRetryLimit self.badgeEnabled = badgeEnabled @@ -4291,8 +4217,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( project: CodeBuildClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -4315,8 +4240,7 @@ public struct CreateReportGroupInput: Swift.Sendable { name: Swift.String? = nil, tags: [CodeBuildClientTypes.Tag]? = nil, type: CodeBuildClientTypes.ReportType? = nil - ) - { + ) { self.exportConfig = exportConfig self.name = name self.tags = tags @@ -4330,8 +4254,7 @@ public struct CreateReportGroupOutput: Swift.Sendable { public init( reportGroup: CodeBuildClientTypes.ReportGroup? = nil - ) - { + ) { self.reportGroup = reportGroup } } @@ -4354,8 +4277,7 @@ public struct OAuthProviderException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4378,8 +4300,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4406,8 +4327,7 @@ public struct CreateWebhookInput: Swift.Sendable { manualCreation: Swift.Bool? = nil, projectName: Swift.String? = nil, scopeConfiguration: CodeBuildClientTypes.ScopeConfiguration? = nil - ) - { + ) { self.branchFilter = branchFilter self.buildType = buildType self.filterGroups = filterGroups @@ -4423,8 +4343,7 @@ public struct CreateWebhookOutput: Swift.Sendable { public init( webhook: CodeBuildClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } @@ -4436,8 +4355,7 @@ public struct DeleteBuildBatchInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4454,8 +4372,7 @@ public struct DeleteBuildBatchOutput: Swift.Sendable { buildsDeleted: [Swift.String]? = nil, buildsNotDeleted: [CodeBuildClientTypes.BuildNotDeleted]? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.buildsDeleted = buildsDeleted self.buildsNotDeleted = buildsNotDeleted self.statusCode = statusCode @@ -4469,8 +4386,7 @@ public struct DeleteFleetInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4487,8 +4403,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4505,8 +4420,7 @@ public struct DeleteReportInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4526,8 +4440,7 @@ public struct DeleteReportGroupInput: Swift.Sendable { public init( arn: Swift.String? = nil, deleteReports: Swift.Bool? = false - ) - { + ) { self.arn = arn self.deleteReports = deleteReports } @@ -4545,8 +4458,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4563,8 +4475,7 @@ public struct DeleteSourceCredentialsInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4575,8 +4486,7 @@ public struct DeleteSourceCredentialsOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4588,8 +4498,7 @@ public struct DeleteWebhookInput: Swift.Sendable { public init( projectName: Swift.String? = nil - ) - { + ) { self.projectName = projectName } } @@ -4682,8 +4591,7 @@ public struct DescribeCodeCoveragesInput: Swift.Sendable { reportArn: Swift.String? = nil, sortBy: CodeBuildClientTypes.ReportCodeCoverageSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.maxLineCoveragePercentage = maxLineCoveragePercentage self.maxResults = maxResults self.minLineCoveragePercentage = minLineCoveragePercentage @@ -4730,8 +4638,7 @@ extension CodeBuildClientTypes { linesCovered: Swift.Int? = nil, linesMissed: Swift.Int? = nil, reportARN: Swift.String? = nil - ) - { + ) { self.branchCoveragePercentage = branchCoveragePercentage self.branchesCovered = branchesCovered self.branchesMissed = branchesMissed @@ -4755,8 +4662,7 @@ public struct DescribeCodeCoveragesOutput: Swift.Sendable { public init( codeCoverages: [CodeBuildClientTypes.CodeCoverage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.codeCoverages = codeCoverages self.nextToken = nextToken } @@ -4784,8 +4690,7 @@ extension CodeBuildClientTypes { public init( keyword: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.status = status } @@ -4808,8 +4713,7 @@ public struct DescribeTestCasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, reportArn: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -4847,8 +4751,7 @@ extension CodeBuildClientTypes { reportArn: Swift.String? = nil, status: Swift.String? = nil, testRawDataPath: Swift.String? = nil - ) - { + ) { self.durationInNanoSeconds = durationInNanoSeconds self.expired = expired self.message = message @@ -4870,8 +4773,7 @@ public struct DescribeTestCasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testCases: [CodeBuildClientTypes.TestCase]? = nil - ) - { + ) { self.nextToken = nextToken self.testCases = testCases } @@ -4941,8 +4843,7 @@ public struct GetReportGroupTrendInput: Swift.Sendable { numOfReports: Swift.Int? = nil, reportGroupArn: Swift.String? = nil, trendField: CodeBuildClientTypes.ReportGroupTrendFieldType? = nil - ) - { + ) { self.numOfReports = numOfReports self.reportGroupArn = reportGroupArn self.trendField = trendField @@ -4961,8 +4862,7 @@ extension CodeBuildClientTypes { public init( data: Swift.String? = nil, reportArn: Swift.String? = nil - ) - { + ) { self.data = data self.reportArn = reportArn } @@ -4984,8 +4884,7 @@ extension CodeBuildClientTypes { average: Swift.String? = nil, max: Swift.String? = nil, min: Swift.String? = nil - ) - { + ) { self.average = average self.max = max self.min = min @@ -5002,8 +4901,7 @@ public struct GetReportGroupTrendOutput: Swift.Sendable { public init( rawData: [CodeBuildClientTypes.ReportWithRawData]? = nil, stats: CodeBuildClientTypes.ReportGroupTrendStats? = nil - ) - { + ) { self.rawData = rawData self.stats = stats } @@ -5016,8 +4914,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5028,8 +4925,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -5093,8 +4989,7 @@ public struct ImportSourceCredentialsInput: Swift.Sendable { shouldOverwrite: Swift.Bool? = nil, token: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.authType = authType self.serverType = serverType self.shouldOverwrite = shouldOverwrite @@ -5114,8 +5009,7 @@ public struct ImportSourceCredentialsOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5127,8 +5021,7 @@ public struct InvalidateProjectCacheInput: Swift.Sendable { public init( projectName: Swift.String? = nil - ) - { + ) { self.projectName = projectName } } @@ -5157,8 +5050,7 @@ public struct ListBuildBatchesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -5175,8 +5067,7 @@ public struct ListBuildBatchesOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ids = ids self.nextToken = nextToken } @@ -5204,8 +5095,7 @@ public struct ListBuildBatchesForProjectInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -5223,8 +5113,7 @@ public struct ListBuildBatchesForProjectOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ids = ids self.nextToken = nextToken } @@ -5243,8 +5132,7 @@ public struct ListBuildsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.nextToken = nextToken self.sortOrder = sortOrder } @@ -5259,8 +5147,7 @@ public struct ListBuildsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ids = ids self.nextToken = nextToken } @@ -5286,8 +5173,7 @@ public struct ListBuildsForProjectInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.nextToken = nextToken self.projectName = projectName self.sortOrder = sortOrder @@ -5303,8 +5189,7 @@ public struct ListBuildsForProjectOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ids = ids self.nextToken = nextToken } @@ -5330,8 +5215,7 @@ extension CodeBuildClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.versions = versions @@ -5404,8 +5288,7 @@ extension CodeBuildClientTypes { public init( images: [CodeBuildClientTypes.EnvironmentImage]? = nil, language: CodeBuildClientTypes.LanguageType? = nil - ) - { + ) { self.images = images self.language = language } @@ -5459,8 +5342,7 @@ extension CodeBuildClientTypes { public init( languages: [CodeBuildClientTypes.EnvironmentLanguage]? = nil, platform: CodeBuildClientTypes.PlatformType? = nil - ) - { + ) { self.languages = languages self.platform = platform } @@ -5473,8 +5355,7 @@ public struct ListCuratedEnvironmentImagesOutput: Swift.Sendable { public init( platforms: [CodeBuildClientTypes.EnvironmentPlatform]? = nil - ) - { + ) { self.platforms = platforms } } @@ -5542,8 +5423,7 @@ public struct ListFleetsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CodeBuildClientTypes.FleetSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -5565,8 +5445,7 @@ public struct ListFleetsOutput: Swift.Sendable { public init( fleets: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleets = fleets self.nextToken = nextToken } @@ -5632,8 +5511,7 @@ public struct ListProjectsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CodeBuildClientTypes.ProjectSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.nextToken = nextToken self.sortBy = sortBy self.sortOrder = sortOrder @@ -5649,8 +5527,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -5709,8 +5586,7 @@ public struct ListReportGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CodeBuildClientTypes.ReportGroupSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -5727,8 +5603,7 @@ public struct ListReportGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportGroups: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.reportGroups = reportGroups } @@ -5743,8 +5618,7 @@ extension CodeBuildClientTypes { public init( status: CodeBuildClientTypes.ReportStatusType? = nil - ) - { + ) { self.status = status } } @@ -5769,8 +5643,7 @@ public struct ListReportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -5787,8 +5660,7 @@ public struct ListReportsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reports: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.reports = reports } @@ -5813,8 +5685,7 @@ public struct ListReportsForReportGroupInput: Swift.Sendable { nextToken: Swift.String? = nil, reportGroupArn: Swift.String? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -5832,8 +5703,7 @@ public struct ListReportsForReportGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reports: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.reports = reports } @@ -5891,8 +5761,7 @@ public struct ListSharedProjectsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CodeBuildClientTypes.SharedResourceSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -5909,8 +5778,7 @@ public struct ListSharedProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -5939,8 +5807,7 @@ public struct ListSharedReportGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CodeBuildClientTypes.SharedResourceSortByType? = nil, sortOrder: CodeBuildClientTypes.SortOrderType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -5957,8 +5824,7 @@ public struct ListSharedReportGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportGroups: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.reportGroups = reportGroups } @@ -5987,8 +5853,7 @@ extension CodeBuildClientTypes { authType: CodeBuildClientTypes.AuthType? = nil, resource: Swift.String? = nil, serverType: CodeBuildClientTypes.ServerType? = nil - ) - { + ) { self.arn = arn self.authType = authType self.resource = resource @@ -6003,8 +5868,7 @@ public struct ListSourceCredentialsOutput: Swift.Sendable { public init( sourceCredentialsInfos: [CodeBuildClientTypes.SourceCredentialsInfo]? = nil - ) - { + ) { self.sourceCredentialsInfos = sourceCredentialsInfos } } @@ -6020,8 +5884,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -6033,8 +5896,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6048,8 +5910,7 @@ public struct RetryBuildInput: Swift.Sendable { public init( id: Swift.String? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.id = id self.idempotencyToken = idempotencyToken } @@ -6061,8 +5922,7 @@ public struct RetryBuildOutput: Swift.Sendable { public init( build: CodeBuildClientTypes.Build? = nil - ) - { + ) { self.build = build } } @@ -6108,8 +5968,7 @@ public struct RetryBuildBatchInput: Swift.Sendable { id: Swift.String? = nil, idempotencyToken: Swift.String? = nil, retryType: CodeBuildClientTypes.RetryBuildBatchType? = nil - ) - { + ) { self.id = id self.idempotencyToken = idempotencyToken self.retryType = retryType @@ -6122,8 +5981,7 @@ public struct RetryBuildBatchOutput: Swift.Sendable { public init( buildBatch: CodeBuildClientTypes.BuildBatch? = nil - ) - { + ) { self.buildBatch = buildBatch } } @@ -6231,8 +6089,7 @@ public struct StartBuildInput: Swift.Sendable { sourceTypeOverride: CodeBuildClientTypes.SourceType? = nil, sourceVersion: Swift.String? = nil, timeoutInMinutesOverride: Swift.Int? = nil - ) - { + ) { self.artifactsOverride = artifactsOverride self.autoRetryLimitOverride = autoRetryLimitOverride self.buildStatusConfigOverride = buildStatusConfigOverride @@ -6275,8 +6132,7 @@ public struct StartBuildOutput: Swift.Sendable { public init( build: CodeBuildClientTypes.Build? = nil - ) - { + ) { self.build = build } } @@ -6378,8 +6234,7 @@ public struct StartBuildBatchInput: Swift.Sendable { sourceLocationOverride: Swift.String? = nil, sourceTypeOverride: CodeBuildClientTypes.SourceType? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.artifactsOverride = artifactsOverride self.buildBatchConfigOverride = buildBatchConfigOverride self.buildTimeoutInMinutesOverride = buildTimeoutInMinutesOverride @@ -6420,8 +6275,7 @@ public struct StartBuildBatchOutput: Swift.Sendable { public init( buildBatch: CodeBuildClientTypes.BuildBatch? = nil - ) - { + ) { self.buildBatch = buildBatch } } @@ -6433,8 +6287,7 @@ public struct StopBuildInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6445,8 +6298,7 @@ public struct StopBuildOutput: Swift.Sendable { public init( build: CodeBuildClientTypes.Build? = nil - ) - { + ) { self.build = build } } @@ -6458,8 +6310,7 @@ public struct StopBuildBatchInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6470,8 +6321,7 @@ public struct StopBuildBatchOutput: Swift.Sendable { public init( buildBatch: CodeBuildClientTypes.BuildBatch? = nil - ) - { + ) { self.buildBatch = buildBatch } } @@ -6586,8 +6436,7 @@ public struct UpdateFleetInput: Swift.Sendable { scalingConfiguration: CodeBuildClientTypes.ScalingConfigurationInput? = nil, tags: [CodeBuildClientTypes.Tag]? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.baseCapacity = baseCapacity self.computeConfiguration = computeConfiguration @@ -6609,8 +6458,7 @@ public struct UpdateFleetOutput: Swift.Sendable { public init( fleet: CodeBuildClientTypes.Fleet? = nil - ) - { + ) { self.fleet = fleet } } @@ -6698,8 +6546,7 @@ public struct UpdateProjectInput: Swift.Sendable { tags: [CodeBuildClientTypes.Tag]? = nil, timeoutInMinutes: Swift.Int? = nil, vpcConfig: CodeBuildClientTypes.VpcConfig? = nil - ) - { + ) { self.artifacts = artifacts self.autoRetryLimit = autoRetryLimit self.badgeEnabled = badgeEnabled @@ -6731,8 +6578,7 @@ public struct UpdateProjectOutput: Swift.Sendable { public init( project: CodeBuildClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -6751,8 +6597,7 @@ public struct UpdateProjectVisibilityInput: Swift.Sendable { projectArn: Swift.String? = nil, projectVisibility: CodeBuildClientTypes.ProjectVisibilityType? = nil, resourceAccessRole: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn self.projectVisibility = projectVisibility self.resourceAccessRole = resourceAccessRole @@ -6771,8 +6616,7 @@ public struct UpdateProjectVisibilityOutput: Swift.Sendable { projectArn: Swift.String? = nil, projectVisibility: CodeBuildClientTypes.ProjectVisibilityType? = nil, publicProjectAlias: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn self.projectVisibility = projectVisibility self.publicProjectAlias = publicProjectAlias @@ -6796,8 +6640,7 @@ public struct UpdateReportGroupInput: Swift.Sendable { arn: Swift.String? = nil, exportConfig: CodeBuildClientTypes.ReportExportConfig? = nil, tags: [CodeBuildClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.exportConfig = exportConfig self.tags = tags @@ -6810,8 +6653,7 @@ public struct UpdateReportGroupOutput: Swift.Sendable { public init( reportGroup: CodeBuildClientTypes.ReportGroup? = nil - ) - { + ) { self.reportGroup = reportGroup } } @@ -6835,8 +6677,7 @@ public struct UpdateWebhookInput: Swift.Sendable { filterGroups: [[CodeBuildClientTypes.WebhookFilter]]? = nil, projectName: Swift.String? = nil, rotateSecret: Swift.Bool? = false - ) - { + ) { self.branchFilter = branchFilter self.buildType = buildType self.filterGroups = filterGroups @@ -6851,8 +6692,7 @@ public struct UpdateWebhookOutput: Swift.Sendable { public init( webhook: CodeBuildClientTypes.Webhook? = nil - ) - { + ) { self.webhook = webhook } } diff --git a/Sources/Services/AWSCodeCatalyst/Package.swift.txt b/Sources/Services/AWSCodeCatalyst/Package.swift.txt index 3018785e923..4e9ca4c2172 100644 --- a/Sources/Services/AWSCodeCatalyst/Package.swift.txt +++ b/Sources/Services/AWSCodeCatalyst/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKIdentity" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,23 +45,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuth", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAuth", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -77,13 +73,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/CodeCatalystClient.swift b/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/CodeCatalystClient.swift index d291476772c..4a4fc6f44dc 100644 --- a/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/CodeCatalystClient.swift +++ b/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/CodeCatalystClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeCatalystClient: ClientRuntime.Client { public static let clientName = "CodeCatalystClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeCatalystClient.CodeCatalystClientConfiguration let serviceName = "CodeCatalyst" diff --git a/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/Models.swift b/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/Models.swift index bd86aaeb323..fb30adab7da 100644 --- a/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/Models.swift +++ b/Sources/Services/AWSCodeCatalyst/Sources/AWSCodeCatalyst/Models.swift @@ -52,8 +52,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct CreateAccessTokenInput: Swift.Sendable { public init( expiresTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.expiresTime = expiresTime self.name = name } @@ -94,8 +92,7 @@ public struct CreateAccessTokenOutput: Swift.Sendable { expiresTime: Foundation.Date? = nil, name: Swift.String? = nil, secret: Swift.String? = nil - ) - { + ) { self.accessTokenId = accessTokenId self.expiresTime = expiresTime self.name = name @@ -115,8 +112,7 @@ public struct DeleteAccessTokenInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -135,8 +131,7 @@ public struct ListAccessTokensInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -159,8 +154,7 @@ extension CodeCatalystClientTypes { expiresTime: Foundation.Date? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.expiresTime = expiresTime self.id = id self.name = name @@ -178,8 +172,7 @@ public struct ListAccessTokensOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.AccessTokenSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -204,8 +197,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +211,7 @@ public struct GetUserDetailsInput: Swift.Sendable { public init( id: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.id = id self.userName = userName } @@ -238,8 +229,7 @@ extension CodeCatalystClientTypes { public init( email: Swift.String? = nil, verified: Swift.Bool? = nil - ) - { + ) { self.email = email self.verified = verified } @@ -264,8 +254,7 @@ public struct GetUserDetailsOutput: Swift.Sendable { userId: Swift.String? = nil, userName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.primaryEmail = primaryEmail self.userId = userId @@ -293,8 +282,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -318,8 +306,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -331,8 +318,7 @@ public struct DeleteSpaceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -347,8 +333,7 @@ public struct DeleteSpaceOutput: Swift.Sendable { public init( displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.name = name } @@ -378,8 +363,7 @@ public struct ListEventLogsInput: Swift.Sendable { nextToken: Swift.String? = nil, spaceName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.eventName = eventName self.maxResults = maxResults @@ -430,8 +414,7 @@ extension CodeCatalystClientTypes { public init( name: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.name = name self.projectId = projectId } @@ -450,8 +433,7 @@ extension CodeCatalystClientTypes { public init( contentType: Swift.String? = nil, data: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.data = data } @@ -510,8 +492,7 @@ extension CodeCatalystClientTypes { principalId: Swift.String? = nil, userName: Swift.String? = nil, userType: CodeCatalystClientTypes.UserType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.principalId = principalId self.userName = userName @@ -579,8 +560,7 @@ extension CodeCatalystClientTypes { sourceIpAddress: Swift.String? = nil, userAgent: Swift.String? = nil, userIdentity: CodeCatalystClientTypes.UserIdentity? = nil - ) - { + ) { self.errorCode = errorCode self.eventCategory = eventCategory self.eventName = eventName @@ -610,8 +590,7 @@ public struct ListEventLogsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.EventLogEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -624,8 +603,7 @@ public struct GetSpaceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -647,8 +625,7 @@ public struct GetSpaceOutput: Swift.Sendable { displayName: Swift.String? = nil, name: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -673,8 +650,7 @@ extension CodeCatalystClientTypes { comparisonOperator: Swift.String? = nil, key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.key = key self.values = values @@ -701,8 +677,7 @@ public struct ListDevEnvironmentsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -723,8 +698,7 @@ extension CodeCatalystClientTypes { public init( name: Swift.String? = nil, runtime: Swift.String? = nil - ) - { + ) { self.name = name self.runtime = runtime } @@ -776,8 +750,7 @@ extension CodeCatalystClientTypes { public init( sizeInGiB: Swift.Int? = nil - ) - { + ) { self.sizeInGiB = sizeInGiB } } @@ -796,8 +769,7 @@ extension CodeCatalystClientTypes { public init( branchName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.repositoryName = repositoryName } @@ -907,8 +879,7 @@ extension CodeCatalystClientTypes { status: CodeCatalystClientTypes.DevEnvironmentStatus? = nil, statusReason: Swift.String? = nil, vpcConnectionName: Swift.String? = nil - ) - { + ) { self.alias = alias self.creatorId = creatorId self.id = id @@ -937,8 +908,7 @@ public struct ListDevEnvironmentsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.DevEnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -950,8 +920,7 @@ public struct ListSpacesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -976,8 +945,7 @@ extension CodeCatalystClientTypes { displayName: Swift.String? = nil, name: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -995,8 +963,7 @@ public struct ListSpacesOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.SpaceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1016,8 +983,7 @@ public struct CreateProjectInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.spaceName = spaceName @@ -1040,8 +1006,7 @@ public struct CreateProjectOutput: Swift.Sendable { displayName: Swift.String? = nil, name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -1060,8 +1025,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.name = name self.spaceName = spaceName } @@ -1081,8 +1045,7 @@ public struct DeleteProjectOutput: Swift.Sendable { displayName: Swift.String? = nil, name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.name = name self.spaceName = spaceName @@ -1101,8 +1064,7 @@ extension CodeCatalystClientTypes { public init( name: Swift.String? = nil, runtime: Swift.String? = nil - ) - { + ) { self.name = name self.runtime = runtime } @@ -1119,8 +1081,7 @@ extension CodeCatalystClientTypes { public init( sizeInGiB: Swift.Int? = nil - ) - { + ) { self.sizeInGiB = sizeInGiB } } @@ -1139,8 +1100,7 @@ extension CodeCatalystClientTypes { public init( branchName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.repositoryName = repositoryName } @@ -1184,8 +1144,7 @@ public struct CreateDevEnvironmentInput: Swift.Sendable { repositories: [CodeCatalystClientTypes.RepositoryInput]? = nil, spaceName: Swift.String? = nil, vpcConnectionName: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.ides = ides @@ -1217,8 +1176,7 @@ public struct CreateDevEnvironmentOutput: Swift.Sendable { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, vpcConnectionName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1241,8 +1199,7 @@ public struct DeleteDevEnvironmentInput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1264,8 +1221,7 @@ public struct DeleteDevEnvironmentOutput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1287,8 +1243,7 @@ public struct GetDevEnvironmentInput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1350,8 +1305,7 @@ public struct GetDevEnvironmentOutput: Swift.Sendable { status: CodeCatalystClientTypes.DevEnvironmentStatus? = nil, statusReason: Swift.String? = nil, vpcConnectionName: Swift.String? = nil - ) - { + ) { self.alias = alias self.creatorId = creatorId self.id = id @@ -1390,8 +1344,7 @@ public struct ListDevEnvironmentSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.devEnvironmentId = devEnvironmentId self.maxResults = maxResults self.nextToken = nextToken @@ -1426,8 +1379,7 @@ extension CodeCatalystClientTypes { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, startedTime: Foundation.Date? = nil - ) - { + ) { self.devEnvironmentId = devEnvironmentId self.id = id self.projectName = projectName @@ -1447,8 +1399,7 @@ public struct ListDevEnvironmentSessionsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.DevEnvironmentSessionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1478,8 +1429,7 @@ public struct StartDevEnvironmentInput: Swift.Sendable { instanceType: CodeCatalystClientTypes.InstanceType? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.ides = ides self.inactivityTimeoutMinutes = inactivityTimeoutMinutes @@ -1508,8 +1458,7 @@ public struct StartDevEnvironmentOutput: Swift.Sendable { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, status: CodeCatalystClientTypes.DevEnvironmentStatus? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1530,8 +1479,7 @@ extension CodeCatalystClientTypes { public init( arguments: [Swift.String]? = nil, command: Swift.String? = nil - ) - { + ) { self.arguments = arguments self.command = command } @@ -1580,8 +1528,7 @@ extension CodeCatalystClientTypes { public init( executeCommandSessionConfiguration: CodeCatalystClientTypes.ExecuteCommandSessionConfiguration? = nil, sessionType: CodeCatalystClientTypes.DevEnvironmentSessionType? = nil - ) - { + ) { self.executeCommandSessionConfiguration = executeCommandSessionConfiguration self.sessionType = sessionType } @@ -1607,8 +1554,7 @@ public struct StartDevEnvironmentSessionInput: Swift.Sendable { projectName: Swift.String? = nil, sessionConfiguration: CodeCatalystClientTypes.DevEnvironmentSessionConfiguration? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.sessionConfiguration = sessionConfiguration @@ -1630,8 +1576,7 @@ extension CodeCatalystClientTypes { public init( streamUrl: Swift.String? = nil, tokenValue: Swift.String? = nil - ) - { + ) { self.streamUrl = streamUrl self.tokenValue = tokenValue } @@ -1666,8 +1611,7 @@ public struct StartDevEnvironmentSessionOutput: Swift.Sendable { projectName: Swift.String? = nil, sessionId: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.accessDetails = accessDetails self.id = id self.projectName = projectName @@ -1696,8 +1640,7 @@ public struct StopDevEnvironmentInput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1723,8 +1666,7 @@ public struct StopDevEnvironmentOutput: Swift.Sendable { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, status: CodeCatalystClientTypes.DevEnvironmentStatus? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -1751,8 +1693,7 @@ public struct StopDevEnvironmentSessionInput: Swift.Sendable { projectName: Swift.String? = nil, sessionId: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.sessionId = sessionId @@ -1779,8 +1720,7 @@ public struct StopDevEnvironmentSessionOutput: Swift.Sendable { projectName: Swift.String? = nil, sessionId: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.sessionId = sessionId @@ -1818,8 +1758,7 @@ public struct UpdateDevEnvironmentInput: Swift.Sendable { instanceType: CodeCatalystClientTypes.InstanceType? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.id = id @@ -1861,8 +1800,7 @@ public struct UpdateDevEnvironmentOutput: Swift.Sendable { instanceType: CodeCatalystClientTypes.InstanceType? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.id = id @@ -1885,8 +1823,7 @@ public struct GetProjectInput: Swift.Sendable { public init( name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.name = name self.spaceName = spaceName } @@ -1908,8 +1845,7 @@ public struct GetProjectOutput: Swift.Sendable { displayName: Swift.String? = nil, name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -2004,8 +1940,7 @@ extension CodeCatalystClientTypes { comparisonOperator: CodeCatalystClientTypes.ComparisonOperator? = nil, key: CodeCatalystClientTypes.FilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.key = key self.values = values @@ -2029,8 +1964,7 @@ public struct ListProjectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2054,8 +1988,7 @@ extension CodeCatalystClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -2072,8 +2005,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.ProjectSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2097,8 +2029,7 @@ public struct CreateSourceRepositoryInput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.projectName = projectName @@ -2124,8 +2055,7 @@ public struct CreateSourceRepositoryOutput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.projectName = projectName @@ -2148,8 +2078,7 @@ public struct DeleteSourceRepositoryInput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.name = name self.projectName = projectName self.spaceName = spaceName @@ -2171,8 +2100,7 @@ public struct DeleteSourceRepositoryOutput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.name = name self.projectName = projectName self.spaceName = spaceName @@ -2194,8 +2122,7 @@ public struct GetSourceRepositoryInput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.name = name self.projectName = projectName self.spaceName = spaceName @@ -2228,8 +2155,7 @@ public struct GetSourceRepositoryOutput: Swift.Sendable { name: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.lastUpdatedTime = lastUpdatedTime @@ -2254,8 +2180,7 @@ public struct GetSourceRepositoryCloneUrlsInput: Swift.Sendable { projectName: Swift.String? = nil, sourceRepositoryName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.projectName = projectName self.sourceRepositoryName = sourceRepositoryName self.spaceName = spaceName @@ -2269,8 +2194,7 @@ public struct GetSourceRepositoryCloneUrlsOutput: Swift.Sendable { public init( https: Swift.String? = nil - ) - { + ) { self.https = https } } @@ -2292,8 +2216,7 @@ public struct ListSourceRepositoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -2326,8 +2249,7 @@ extension CodeCatalystClientTypes { id: Swift.String? = nil, lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.id = id @@ -2346,8 +2268,7 @@ public struct ListSourceRepositoriesOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.ListSourceRepositoriesItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2375,8 +2296,7 @@ public struct CreateSourceRepositoryBranchInput: Swift.Sendable { projectName: Swift.String? = nil, sourceRepositoryName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.headCommitId = headCommitId self.name = name self.projectName = projectName @@ -2400,8 +2320,7 @@ public struct CreateSourceRepositoryBranchOutput: Swift.Sendable { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, ref: Swift.String? = nil - ) - { + ) { self.headCommitId = headCommitId self.lastUpdatedTime = lastUpdatedTime self.name = name @@ -2430,8 +2349,7 @@ public struct ListSourceRepositoryBranchesInput: Swift.Sendable { projectName: Swift.String? = nil, sourceRepositoryName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -2458,8 +2376,7 @@ extension CodeCatalystClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, ref: Swift.String? = nil - ) - { + ) { self.headCommitId = headCommitId self.lastUpdatedTime = lastUpdatedTime self.name = name @@ -2478,8 +2395,7 @@ public struct ListSourceRepositoryBranchesOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.ListSourceRepositoryBranchesItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2499,8 +2415,7 @@ public struct UpdateProjectInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.spaceName = spaceName @@ -2522,8 +2437,7 @@ public struct UpdateProjectOutput: Swift.Sendable { displayName: Swift.String? = nil, name: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -2546,8 +2460,7 @@ public struct GetWorkflowInput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -2564,8 +2477,7 @@ extension CodeCatalystClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -2677,8 +2589,7 @@ public struct GetWorkflowOutput: Swift.Sendable { sourceRepositoryName: Swift.String? = nil, spaceName: Swift.String? = nil, status: CodeCatalystClientTypes.WorkflowStatus? = nil - ) - { + ) { self.createdTime = createdTime self.definition = definition self.id = id @@ -2722,8 +2633,7 @@ public struct ListWorkflowsInput: Swift.Sendable { projectName: Swift.String? = nil, sortBy: [CodeCatalystClientTypes.WorkflowSortCriteria]? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -2742,8 +2652,7 @@ extension CodeCatalystClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -2791,8 +2700,7 @@ extension CodeCatalystClientTypes { sourceBranchName: Swift.String? = nil, sourceRepositoryName: Swift.String? = nil, status: CodeCatalystClientTypes.WorkflowStatus? = nil - ) - { + ) { self.createdTime = createdTime self.definition = definition self.id = id @@ -2815,8 +2723,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.WorkflowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2837,8 +2744,7 @@ public struct GetWorkflowRunInput: Swift.Sendable { id: Swift.String? = nil, projectName: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -2947,8 +2853,7 @@ public struct GetWorkflowRunOutput: Swift.Sendable { status: CodeCatalystClientTypes.WorkflowRunStatus? = nil, statusReasons: [CodeCatalystClientTypes.WorkflowRunStatusReason]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.id = id self.lastUpdatedTime = lastUpdatedTime @@ -2993,8 +2898,7 @@ public struct ListWorkflowRunsInput: Swift.Sendable { sortBy: [CodeCatalystClientTypes.WorkflowRunSortCriteria]? = nil, spaceName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -3040,8 +2944,7 @@ extension CodeCatalystClientTypes { statusReasons: [CodeCatalystClientTypes.WorkflowRunStatusReason]? = nil, workflowId: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.id = id self.lastUpdatedTime = lastUpdatedTime @@ -3063,8 +2966,7 @@ public struct ListWorkflowRunsOutput: Swift.Sendable { public init( items: [CodeCatalystClientTypes.WorkflowRunSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3088,8 +2990,7 @@ public struct StartWorkflowRunInput: Swift.Sendable { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.projectName = projectName self.spaceName = spaceName @@ -3116,8 +3017,7 @@ public struct StartWorkflowRunOutput: Swift.Sendable { projectName: Swift.String? = nil, spaceName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.projectName = projectName self.spaceName = spaceName @@ -3132,8 +3032,7 @@ public struct GetSubscriptionInput: Swift.Sendable { public init( spaceName: Swift.String? = nil - ) - { + ) { self.spaceName = spaceName } } @@ -3153,8 +3052,7 @@ public struct GetSubscriptionOutput: Swift.Sendable { pendingSubscriptionStartTime: Foundation.Date? = nil, pendingSubscriptionType: Swift.String? = nil, subscriptionType: Swift.String? = nil - ) - { + ) { self.awsAccountName = awsAccountName self.pendingSubscriptionStartTime = pendingSubscriptionStartTime self.pendingSubscriptionType = pendingSubscriptionType @@ -3172,8 +3070,7 @@ public struct UpdateSpaceInput: Swift.Sendable { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } @@ -3191,8 +3088,7 @@ public struct UpdateSpaceOutput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -3218,8 +3114,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3243,8 +3138,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3255,8 +3149,7 @@ public struct VerifySessionOutput: Swift.Sendable { public init( identity: Swift.String? = nil - ) - { + ) { self.identity = identity } } diff --git a/Sources/Services/AWSCodeCommit/Package.swift.txt b/Sources/Services/AWSCodeCommit/Package.swift.txt index add0467762b..a4ae2bbd6e4 100644 --- a/Sources/Services/AWSCodeCommit/Package.swift.txt +++ b/Sources/Services/AWSCodeCommit/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/CodeCommitClient.swift b/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/CodeCommitClient.swift index a0221c45548..2de8a27ad1c 100644 --- a/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/CodeCommitClient.swift +++ b/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/CodeCommitClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeCommitClient: ClientRuntime.Client { public static let clientName = "CodeCommitClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeCommitClient.CodeCommitClientConfiguration let serviceName = "CodeCommit" diff --git a/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/Models.swift b/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/Models.swift index 5992c10f55a..f3f9589e7b5 100644 --- a/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/Models.swift +++ b/Sources/Services/AWSCodeCommit/Sources/AWSCodeCommit/Models.swift @@ -102,8 +102,7 @@ public struct ActorDoesNotExistException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +148,7 @@ extension CodeCommitClientTypes { public init( approvalState: CodeCommitClientTypes.ApprovalState? = nil, userArn: Swift.String? = nil - ) - { + ) { self.approvalState = approvalState self.userArn = userArn } @@ -169,8 +167,7 @@ extension CodeCommitClientTypes { public init( approvalRuleTemplateId: Swift.String? = nil, approvalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateId = approvalRuleTemplateId self.approvalRuleTemplateName = approvalRuleTemplateName } @@ -207,8 +204,7 @@ extension CodeCommitClientTypes { lastModifiedUser: Swift.String? = nil, originApprovalRuleTemplate: CodeCommitClientTypes.OriginApprovalRuleTemplate? = nil, ruleContentSha256: Swift.String? = nil - ) - { + ) { self.approvalRuleContent = approvalRuleContent self.approvalRuleId = approvalRuleId self.approvalRuleName = approvalRuleName @@ -240,8 +236,7 @@ public struct ApprovalRuleContentRequiredException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -265,8 +260,7 @@ public struct ApprovalRuleDoesNotExistException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -286,8 +280,7 @@ extension CodeCommitClientTypes { approvalRuleContent: Swift.String? = nil, approvalRuleId: Swift.String? = nil, approvalRuleName: Swift.String? = nil - ) - { + ) { self.approvalRuleContent = approvalRuleContent self.approvalRuleId = approvalRuleId self.approvalRuleName = approvalRuleName @@ -314,8 +307,7 @@ public struct ApprovalRuleNameAlreadyExistsException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -339,8 +331,7 @@ public struct ApprovalRuleNameRequiredException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -386,8 +377,7 @@ extension CodeCommitClientTypes { public init( overrideStatus: CodeCommitClientTypes.OverrideStatus? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.overrideStatus = overrideStatus self.revisionId = revisionId } @@ -424,8 +414,7 @@ extension CodeCommitClientTypes { lastModifiedDate: Foundation.Date? = nil, lastModifiedUser: Swift.String? = nil, ruleContentSha256: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateContent = approvalRuleTemplateContent self.approvalRuleTemplateDescription = approvalRuleTemplateDescription self.approvalRuleTemplateId = approvalRuleTemplateId @@ -457,8 +446,7 @@ public struct ApprovalRuleTemplateContentRequiredException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -482,8 +470,7 @@ public struct ApprovalRuleTemplateDoesNotExistException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -507,8 +494,7 @@ public struct ApprovalRuleTemplateInUseException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -532,8 +518,7 @@ public struct ApprovalRuleTemplateNameAlreadyExistsException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -557,8 +542,7 @@ public struct ApprovalRuleTemplateNameRequiredException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -575,8 +559,7 @@ extension CodeCommitClientTypes { public init( approvalStatus: CodeCommitClientTypes.ApprovalState? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.approvalStatus = approvalStatus self.revisionId = revisionId } @@ -602,8 +585,7 @@ public struct ApprovalStateRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -627,8 +609,7 @@ public struct EncryptionIntegrityChecksFailedException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -652,8 +633,7 @@ public struct EncryptionKeyAccessDeniedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -677,8 +657,7 @@ public struct EncryptionKeyDisabledException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -702,8 +681,7 @@ public struct EncryptionKeyNotFoundException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -727,8 +705,7 @@ public struct EncryptionKeyUnavailableException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -752,8 +729,7 @@ public struct InvalidApprovalRuleTemplateNameException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -777,8 +753,7 @@ public struct InvalidRepositoryNameException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -802,8 +777,7 @@ public struct MaximumRuleTemplatesAssociatedWithRepositoryException: ClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -827,8 +801,7 @@ public struct RepositoryDoesNotExistException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -852,8 +825,7 @@ public struct RepositoryNameRequiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -869,8 +841,7 @@ public struct AssociateApprovalRuleTemplateWithRepositoryInput: Swift.Sendable { public init( approvalRuleTemplateName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.repositoryName = repositoryName } @@ -895,8 +866,7 @@ public struct AuthorDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -920,8 +890,7 @@ public struct MaximumRepositoryNamesExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -945,8 +914,7 @@ public struct RepositoryNamesRequiredException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -962,8 +930,7 @@ public struct BatchAssociateApprovalRuleTemplateWithRepositoriesInput: Swift.Sen public init( approvalRuleTemplateName: Swift.String? = nil, repositoryNames: [Swift.String]? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.repositoryNames = repositoryNames } @@ -984,8 +951,7 @@ extension CodeCommitClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.repositoryName = repositoryName @@ -1004,8 +970,7 @@ public struct BatchAssociateApprovalRuleTemplateWithRepositoriesOutput: Swift.Se public init( associatedRepositoryNames: [Swift.String]? = nil, errors: [CodeCommitClientTypes.BatchAssociateApprovalRuleTemplateWithRepositoriesError]? = nil - ) - { + ) { self.associatedRepositoryNames = associatedRepositoryNames self.errors = errors } @@ -1030,8 +995,7 @@ public struct CommitDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1055,8 +1019,7 @@ public struct CommitRequiredException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1043,7 @@ public struct InvalidCommitException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1105,8 +1067,7 @@ public struct InvalidConflictDetailLevelException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1130,8 +1091,7 @@ public struct InvalidConflictResolutionStrategyException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1155,8 +1115,7 @@ public struct InvalidContinuationTokenException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1180,8 +1139,7 @@ public struct InvalidMaxConflictFilesException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1205,8 +1163,7 @@ public struct InvalidMaxMergeHunksException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1230,8 +1187,7 @@ public struct InvalidMergeOptionException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1255,8 +1211,7 @@ public struct MaximumFileContentToLoadExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1280,8 +1235,7 @@ public struct MaximumItemsToCompareExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1305,8 +1259,7 @@ public struct MergeOptionRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1330,8 +1283,7 @@ public struct TipsDivergenceExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1469,8 +1421,7 @@ public struct BatchDescribeMergeConflictsInput: Swift.Sendable { nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.conflictDetailLevel = conflictDetailLevel self.conflictResolutionStrategy = conflictResolutionStrategy self.destinationCommitSpecifier = destinationCommitSpecifier @@ -1531,8 +1482,7 @@ extension CodeCommitClientTypes { base: CodeCommitClientTypes.FileModeTypeEnum? = nil, destination: CodeCommitClientTypes.FileModeTypeEnum? = nil, source: CodeCommitClientTypes.FileModeTypeEnum? = nil - ) - { + ) { self.base = base self.destination = destination self.source = source @@ -1555,8 +1505,7 @@ extension CodeCommitClientTypes { base: Swift.Int = 0, destination: Swift.Int = 0, source: Swift.Int = 0 - ) - { + ) { self.base = base self.destination = destination self.source = source @@ -1579,8 +1528,7 @@ extension CodeCommitClientTypes { base: Swift.Bool? = nil, destination: Swift.Bool? = nil, source: Swift.Bool? = nil - ) - { + ) { self.base = base self.destination = destination self.source = source @@ -1632,8 +1580,7 @@ extension CodeCommitClientTypes { public init( destination: CodeCommitClientTypes.ChangeTypeEnum? = nil, source: CodeCommitClientTypes.ChangeTypeEnum? = nil - ) - { + ) { self.destination = destination self.source = source } @@ -1690,8 +1637,7 @@ extension CodeCommitClientTypes { base: CodeCommitClientTypes.ObjectTypeEnum? = nil, destination: CodeCommitClientTypes.ObjectTypeEnum? = nil, source: CodeCommitClientTypes.ObjectTypeEnum? = nil - ) - { + ) { self.base = base self.destination = destination self.source = source @@ -1735,8 +1681,7 @@ extension CodeCommitClientTypes { numberOfConflicts: Swift.Int = 0, objectTypeConflict: Swift.Bool = false, objectTypes: CodeCommitClientTypes.ObjectTypes? = nil - ) - { + ) { self.contentConflict = contentConflict self.fileModeConflict = fileModeConflict self.fileModes = fileModes @@ -1766,8 +1711,7 @@ extension CodeCommitClientTypes { endLine: Swift.Int? = nil, hunkContent: Swift.String? = nil, startLine: Swift.Int? = nil - ) - { + ) { self.endLine = endLine self.hunkContent = hunkContent self.startLine = startLine @@ -1793,8 +1737,7 @@ extension CodeCommitClientTypes { destination: CodeCommitClientTypes.MergeHunkDetail? = nil, isConflict: Swift.Bool = false, source: CodeCommitClientTypes.MergeHunkDetail? = nil - ) - { + ) { self.base = base self.destination = destination self.isConflict = isConflict @@ -1815,8 +1758,7 @@ extension CodeCommitClientTypes { public init( conflictMetadata: CodeCommitClientTypes.ConflictMetadata? = nil, mergeHunks: [CodeCommitClientTypes.MergeHunk]? = nil - ) - { + ) { self.conflictMetadata = conflictMetadata self.mergeHunks = mergeHunks } @@ -1841,8 +1783,7 @@ extension CodeCommitClientTypes { exceptionName: Swift.String? = nil, filePath: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.exceptionName = exceptionName self.filePath = filePath self.message = message @@ -1874,8 +1815,7 @@ public struct BatchDescribeMergeConflictsOutput: Swift.Sendable { errors: [CodeCommitClientTypes.BatchDescribeMergeConflictsError]? = nil, nextToken: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.baseCommitId = baseCommitId self.conflicts = conflicts self.destinationCommitId = destinationCommitId @@ -1896,8 +1836,7 @@ public struct BatchDisassociateApprovalRuleTemplateFromRepositoriesInput: Swift. public init( approvalRuleTemplateName: Swift.String? = nil, repositoryNames: [Swift.String]? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.repositoryNames = repositoryNames } @@ -1918,8 +1857,7 @@ extension CodeCommitClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.repositoryName = repositoryName @@ -1938,8 +1876,7 @@ public struct BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput: Swift public init( disassociatedRepositoryNames: [Swift.String]? = nil, errors: [CodeCommitClientTypes.BatchDisassociateApprovalRuleTemplateFromRepositoriesError]? = nil - ) - { + ) { self.disassociatedRepositoryNames = disassociatedRepositoryNames self.errors = errors } @@ -1964,8 +1901,7 @@ public struct CommitIdsLimitExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1989,8 +1925,7 @@ public struct CommitIdsListRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2006,8 +1941,7 @@ public struct BatchGetCommitsInput: Swift.Sendable { public init( commitIds: [Swift.String]? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.commitIds = commitIds self.repositoryName = repositoryName } @@ -2028,8 +1962,7 @@ extension CodeCommitClientTypes { date: Swift.String? = nil, email: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.date = date self.email = email self.name = name @@ -2064,8 +1997,7 @@ extension CodeCommitClientTypes { message: Swift.String? = nil, parents: [Swift.String]? = nil, treeId: Swift.String? = nil - ) - { + ) { self.additionalData = additionalData self.author = author self.commitId = commitId @@ -2092,8 +2024,7 @@ extension CodeCommitClientTypes { commitId: Swift.String? = nil, errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.errorCode = errorCode self.errorMessage = errorMessage @@ -2110,8 +2041,7 @@ public struct BatchGetCommitsOutput: Swift.Sendable { public init( commits: [CodeCommitClientTypes.Commit]? = nil, errors: [CodeCommitClientTypes.BatchGetCommitsError]? = nil - ) - { + ) { self.commits = commits self.errors = errors } @@ -2125,8 +2055,7 @@ public struct BatchGetRepositoriesInput: Swift.Sendable { public init( repositoryNames: [Swift.String]? = nil - ) - { + ) { self.repositoryNames = repositoryNames } } @@ -2190,8 +2119,7 @@ extension CodeCommitClientTypes { errorMessage: Swift.String? = nil, repositoryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.repositoryId = repositoryId @@ -2239,8 +2167,7 @@ extension CodeCommitClientTypes { repositoryDescription: Swift.String? = nil, repositoryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.cloneUrlHttp = cloneUrlHttp @@ -2269,8 +2196,7 @@ public struct BatchGetRepositoriesOutput: Swift.Sendable { errors: [CodeCommitClientTypes.BatchGetRepositoriesError]? = nil, repositories: [CodeCommitClientTypes.RepositoryMetadata]? = nil, repositoriesNotFound: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.repositories = repositories self.repositoriesNotFound = repositoriesNotFound @@ -2296,8 +2222,7 @@ public struct BeforeCommitIdAndAfterCommitIdAreSameException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2321,8 +2246,7 @@ public struct BlobIdDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2346,8 +2270,7 @@ public struct BlobIdRequiredException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2375,8 +2298,7 @@ extension CodeCommitClientTypes { blobId: Swift.String? = nil, mode: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.blobId = blobId self.mode = mode self.path = path @@ -2403,8 +2325,7 @@ public struct BranchDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2421,8 +2342,7 @@ extension CodeCommitClientTypes { public init( branchName: Swift.String? = nil, commitId: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.commitId = commitId } @@ -2448,8 +2368,7 @@ public struct BranchNameExistsException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2473,8 +2392,7 @@ public struct BranchNameIsTagNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2498,8 +2416,7 @@ public struct BranchNameRequiredException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2523,8 +2440,7 @@ public struct CannotDeleteApprovalRuleFromTemplateException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2548,8 +2464,7 @@ public struct CannotModifyApprovalRuleFromTemplateException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2573,8 +2488,7 @@ public struct ClientRequestTokenRequiredException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2598,8 +2512,7 @@ public struct InvalidApprovalRuleTemplateContentException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2623,8 +2536,7 @@ public struct InvalidApprovalRuleTemplateDescriptionException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2648,8 +2560,7 @@ public struct NumberOfRuleTemplatesExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2682,8 +2593,7 @@ public struct CreateApprovalRuleTemplateInput: Swift.Sendable { approvalRuleTemplateContent: Swift.String? = nil, approvalRuleTemplateDescription: Swift.String? = nil, approvalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateContent = approvalRuleTemplateContent self.approvalRuleTemplateDescription = approvalRuleTemplateDescription self.approvalRuleTemplateName = approvalRuleTemplateName @@ -2697,8 +2607,7 @@ public struct CreateApprovalRuleTemplateOutput: Swift.Sendable { public init( approvalRuleTemplate: CodeCommitClientTypes.ApprovalRuleTemplate? = nil - ) - { + ) { self.approvalRuleTemplate = approvalRuleTemplate } } @@ -2722,8 +2631,7 @@ public struct CommitIdRequiredException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2747,8 +2655,7 @@ public struct InvalidBranchNameException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2772,8 +2679,7 @@ public struct InvalidCommitIdException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2794,8 +2700,7 @@ public struct CreateBranchInput: Swift.Sendable { branchName: Swift.String? = nil, commitId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.commitId = commitId self.repositoryName = repositoryName @@ -2821,8 +2726,7 @@ public struct CommitMessageLengthExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2846,8 +2750,7 @@ public struct DirectoryNameConflictsWithFileNameException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2871,8 +2774,7 @@ public struct FileContentAndSourceFileSpecifiedException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2896,8 +2798,7 @@ public struct FileContentSizeLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2921,8 +2822,7 @@ public struct FileDoesNotExistException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2946,8 +2846,7 @@ public struct FileEntryRequiredException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2971,8 +2870,7 @@ public struct FileModeRequiredException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2996,8 +2894,7 @@ public struct FileNameConflictsWithDirectoryNameException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3021,8 +2918,7 @@ public struct FilePathConflictsWithSubmodulePathException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3046,8 +2942,7 @@ public struct FolderContentSizeLimitExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3071,8 +2966,7 @@ public struct InvalidDeletionParameterException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3096,8 +2990,7 @@ public struct InvalidEmailException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3121,8 +3014,7 @@ public struct InvalidFileModeException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3146,8 +3038,7 @@ public struct InvalidParentCommitIdException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3171,8 +3062,7 @@ public struct InvalidPathException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3196,8 +3086,7 @@ public struct MaximumFileEntriesExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3221,8 +3110,7 @@ public struct NameLengthExceededException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3246,8 +3134,7 @@ public struct NoChangeException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3271,8 +3158,7 @@ public struct ParentCommitDoesNotExistException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3296,8 +3182,7 @@ public struct ParentCommitIdOutdatedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3321,8 +3206,7 @@ public struct ParentCommitIdRequiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3346,8 +3230,7 @@ public struct PathRequiredException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3371,8 +3254,7 @@ public struct PutFileEntryConflictException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3396,8 +3278,7 @@ public struct RestrictedSourceFileException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3421,8 +3302,7 @@ public struct SamePathRequestException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3446,8 +3326,7 @@ public struct SourceFileOrContentRequiredException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3462,8 +3341,7 @@ extension CodeCommitClientTypes { public init( filePath: Swift.String? = nil - ) - { + ) { self.filePath = filePath } } @@ -3482,8 +3360,7 @@ extension CodeCommitClientTypes { public init( filePath: Swift.String? = nil, isMove: Swift.Bool = false - ) - { + ) { self.filePath = filePath self.isMove = isMove } @@ -3509,8 +3386,7 @@ extension CodeCommitClientTypes { fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, filePath: Swift.String? = nil, sourceFile: CodeCommitClientTypes.SourceFileSpecifier? = nil - ) - { + ) { self.fileContent = fileContent self.fileMode = fileMode self.filePath = filePath @@ -3533,8 +3409,7 @@ extension CodeCommitClientTypes { public init( fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, filePath: Swift.String? = nil - ) - { + ) { self.fileMode = fileMode self.filePath = filePath } @@ -3576,8 +3451,7 @@ public struct CreateCommitInput: Swift.Sendable { putFiles: [CodeCommitClientTypes.PutFileEntry]? = nil, repositoryName: Swift.String? = nil, setFileModes: [CodeCommitClientTypes.SetFileModeEntry]? = nil - ) - { + ) { self.authorName = authorName self.branchName = branchName self.commitMessage = commitMessage @@ -3606,8 +3480,7 @@ extension CodeCommitClientTypes { absolutePath: Swift.String? = nil, blobId: Swift.String? = nil, fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil - ) - { + ) { self.absolutePath = absolutePath self.blobId = blobId self.fileMode = fileMode @@ -3633,8 +3506,7 @@ public struct CreateCommitOutput: Swift.Sendable { filesDeleted: [CodeCommitClientTypes.FileMetadata]? = nil, filesUpdated: [CodeCommitClientTypes.FileMetadata]? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.filesAdded = filesAdded self.filesDeleted = filesDeleted @@ -3662,8 +3534,7 @@ public struct IdempotencyParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3687,8 +3558,7 @@ public struct InvalidClientRequestTokenException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3712,8 +3582,7 @@ public struct InvalidDescriptionException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3737,8 +3606,7 @@ public struct InvalidReferenceNameException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3762,8 +3630,7 @@ public struct InvalidTargetException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3787,8 +3654,7 @@ public struct InvalidTargetsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3812,8 +3678,7 @@ public struct InvalidTitleException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3837,8 +3702,7 @@ public struct MaximumOpenPullRequestsExceededException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3862,8 +3726,7 @@ public struct MultipleRepositoriesInPullRequestException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3887,8 +3750,7 @@ public struct ReferenceDoesNotExistException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3912,8 +3774,7 @@ public struct ReferenceNameRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3937,8 +3798,7 @@ public struct ReferenceTypeNotSupportedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3962,8 +3822,7 @@ public struct SourceAndDestinationAreSameException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3987,8 +3846,7 @@ public struct TargetRequiredException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4012,8 +3870,7 @@ public struct TargetsRequiredException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4037,8 +3894,7 @@ public struct TitleRequiredException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4060,8 +3916,7 @@ extension CodeCommitClientTypes { destinationReference: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceReference: Swift.String? = nil - ) - { + ) { self.destinationReference = destinationReference self.repositoryName = repositoryName self.sourceReference = sourceReference @@ -4086,8 +3941,7 @@ public struct CreatePullRequestInput: Swift.Sendable { description: Swift.String? = nil, targets: [CodeCommitClientTypes.Target]? = nil, title: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.targets = targets @@ -4142,8 +3996,7 @@ extension CodeCommitClientTypes { mergeCommitId: Swift.String? = nil, mergeOption: CodeCommitClientTypes.MergeOptionTypeEnum? = nil, mergedBy: Swift.String? = nil - ) - { + ) { self.isMerged = isMerged self.mergeCommitId = mergeCommitId self.mergeOption = mergeOption @@ -4179,8 +4032,7 @@ extension CodeCommitClientTypes { repositoryName: Swift.String? = nil, sourceCommit: Swift.String? = nil, sourceReference: Swift.String? = nil - ) - { + ) { self.destinationCommit = destinationCommit self.destinationReference = destinationReference self.mergeBase = mergeBase @@ -4231,8 +4083,7 @@ extension CodeCommitClientTypes { pullRequestTargets: [CodeCommitClientTypes.PullRequestTarget]? = nil, revisionId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.approvalRules = approvalRules self.authorArn = authorArn self.clientRequestToken = clientRequestToken @@ -4255,8 +4106,7 @@ public struct CreatePullRequestOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -4280,8 +4130,7 @@ public struct InvalidApprovalRuleContentException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4305,8 +4154,7 @@ public struct InvalidApprovalRuleNameException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4330,8 +4178,7 @@ public struct InvalidPullRequestIdException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4355,8 +4202,7 @@ public struct NumberOfRulesExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4380,8 +4226,7 @@ public struct PullRequestAlreadyClosedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4405,8 +4250,7 @@ public struct PullRequestDoesNotExistException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4430,8 +4274,7 @@ public struct PullRequestIdRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4465,8 +4308,7 @@ public struct CreatePullRequestApprovalRuleInput: Swift.Sendable { approvalRuleContent: Swift.String? = nil, approvalRuleName: Swift.String? = nil, pullRequestId: Swift.String? = nil - ) - { + ) { self.approvalRuleContent = approvalRuleContent self.approvalRuleName = approvalRuleName self.pullRequestId = pullRequestId @@ -4480,8 +4322,7 @@ public struct CreatePullRequestApprovalRuleOutput: Swift.Sendable { public init( approvalRule: CodeCommitClientTypes.ApprovalRule? = nil - ) - { + ) { self.approvalRule = approvalRule } } @@ -4505,8 +4346,7 @@ public struct EncryptionKeyInvalidIdException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4530,8 +4370,7 @@ public struct EncryptionKeyInvalidUsageException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4555,8 +4394,7 @@ public struct InvalidRepositoryDescriptionException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4580,8 +4418,7 @@ public struct InvalidSystemTagUsageException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4605,8 +4442,7 @@ public struct InvalidTagsMapException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4630,8 +4466,7 @@ public struct OperationNotAllowedException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4655,8 +4490,7 @@ public struct RepositoryLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4680,8 +4514,7 @@ public struct RepositoryNameExistsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4705,8 +4538,7 @@ public struct TagPolicyException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4730,8 +4562,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4753,8 +4584,7 @@ public struct CreateRepositoryInput: Swift.Sendable { repositoryDescription: Swift.String? = nil, repositoryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.repositoryDescription = repositoryDescription self.repositoryName = repositoryName @@ -4769,8 +4599,7 @@ public struct CreateRepositoryOutput: Swift.Sendable { public init( repositoryMetadata: CodeCommitClientTypes.RepositoryMetadata? = nil - ) - { + ) { self.repositoryMetadata = repositoryMetadata } } @@ -4794,8 +4623,7 @@ public struct ConcurrentReferenceUpdateException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4819,8 +4647,7 @@ public struct InvalidConflictResolutionException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4844,8 +4671,7 @@ public struct InvalidReplacementContentException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4869,8 +4695,7 @@ public struct InvalidReplacementTypeException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4894,8 +4719,7 @@ public struct ManualMergeRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4919,8 +4743,7 @@ public struct MaximumConflictResolutionEntriesExceededException: ClientRuntime.M public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4944,8 +4767,7 @@ public struct MultipleConflictResolutionEntriesException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4969,8 +4791,7 @@ public struct ReplacementContentRequiredException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4994,8 +4815,7 @@ public struct ReplacementTypeRequiredException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5055,8 +4875,7 @@ extension CodeCommitClientTypes { fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, filePath: Swift.String? = nil, replacementType: CodeCommitClientTypes.ReplacementTypeEnum? = nil - ) - { + ) { self.content = content self.fileMode = fileMode self.filePath = filePath @@ -5080,8 +4899,7 @@ extension CodeCommitClientTypes { deleteFiles: [CodeCommitClientTypes.DeleteFileEntry]? = nil, replaceContents: [CodeCommitClientTypes.ReplaceContentEntry]? = nil, setFileModes: [CodeCommitClientTypes.SetFileModeEntry]? = nil - ) - { + ) { self.deleteFiles = deleteFiles self.replaceContents = replaceContents self.setFileModes = setFileModes @@ -5129,8 +4947,7 @@ public struct CreateUnreferencedMergeCommitInput: Swift.Sendable { mergeOption: CodeCommitClientTypes.MergeOptionTypeEnum? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.authorName = authorName self.commitMessage = commitMessage self.conflictDetailLevel = conflictDetailLevel @@ -5154,8 +4971,7 @@ public struct CreateUnreferencedMergeCommitOutput: Swift.Sendable { public init( commitId: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.treeId = treeId } @@ -5168,8 +4984,7 @@ public struct DeleteApprovalRuleTemplateInput: Swift.Sendable { public init( approvalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName } } @@ -5181,8 +4996,7 @@ public struct DeleteApprovalRuleTemplateOutput: Swift.Sendable { public init( approvalRuleTemplateId: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateId = approvalRuleTemplateId } } @@ -5206,8 +5020,7 @@ public struct DefaultBranchCannotBeDeletedException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5224,8 +5037,7 @@ public struct DeleteBranchInput: Swift.Sendable { public init( branchName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.repositoryName = repositoryName } @@ -5238,8 +5050,7 @@ public struct DeleteBranchOutput: Swift.Sendable { public init( deletedBranch: CodeCommitClientTypes.BranchInfo? = nil - ) - { + ) { self.deletedBranch = deletedBranch } } @@ -5263,8 +5074,7 @@ public struct CommentDeletedException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5288,8 +5098,7 @@ public struct CommentDoesNotExistException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5313,8 +5122,7 @@ public struct CommentIdRequiredException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5338,8 +5146,7 @@ public struct InvalidCommentIdException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5351,8 +5158,7 @@ public struct DeleteCommentContentInput: Swift.Sendable { public init( commentId: Swift.String? = nil - ) - { + ) { self.commentId = commentId } } @@ -5393,8 +5199,7 @@ extension CodeCommitClientTypes { inReplyTo: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, reactionCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.authorArn = authorArn self.callerReactions = callerReactions self.clientRequestToken = clientRequestToken @@ -5415,8 +5220,7 @@ public struct DeleteCommentContentOutput: Swift.Sendable { public init( comment: CodeCommitClientTypes.Comment? = nil - ) - { + ) { self.comment = comment } } @@ -5452,8 +5256,7 @@ public struct DeleteFileInput: Swift.Sendable { name: Swift.String? = nil, parentCommitId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.commitMessage = commitMessage self.email = email @@ -5484,8 +5287,7 @@ public struct DeleteFileOutput: Swift.Sendable { commitId: Swift.String? = nil, filePath: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.blobId = blobId self.commitId = commitId self.filePath = filePath @@ -5504,8 +5306,7 @@ public struct DeletePullRequestApprovalRuleInput: Swift.Sendable { public init( approvalRuleName: Swift.String? = nil, pullRequestId: Swift.String? = nil - ) - { + ) { self.approvalRuleName = approvalRuleName self.pullRequestId = pullRequestId } @@ -5518,8 +5319,7 @@ public struct DeletePullRequestApprovalRuleOutput: Swift.Sendable { public init( approvalRuleId: Swift.String? = nil - ) - { + ) { self.approvalRuleId = approvalRuleId } } @@ -5532,8 +5332,7 @@ public struct DeleteRepositoryInput: Swift.Sendable { public init( repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryName = repositoryName } } @@ -5545,8 +5344,7 @@ public struct DeleteRepositoryOutput: Swift.Sendable { public init( repositoryId: Swift.String? = nil - ) - { + ) { self.repositoryId = repositoryId } } @@ -5586,8 +5384,7 @@ public struct DescribeMergeConflictsInput: Swift.Sendable { nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.conflictDetailLevel = conflictDetailLevel self.conflictResolutionStrategy = conflictResolutionStrategy self.destinationCommitSpecifier = destinationCommitSpecifier @@ -5625,8 +5422,7 @@ public struct DescribeMergeConflictsOutput: Swift.Sendable { mergeHunks: [CodeCommitClientTypes.MergeHunk]? = nil, nextToken: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.baseCommitId = baseCommitId self.conflictMetadata = conflictMetadata self.destinationCommitId = destinationCommitId @@ -5655,8 +5451,7 @@ public struct InvalidActorArnException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5680,8 +5475,7 @@ public struct InvalidMaxResultsException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5705,8 +5499,7 @@ public struct InvalidPullRequestEventTypeException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5780,8 +5573,7 @@ public struct DescribePullRequestEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, pullRequestEventType: CodeCommitClientTypes.PullRequestEventType? = nil, pullRequestId: Swift.String? = nil - ) - { + ) { self.actorArn = actorArn self.maxResults = maxResults self.nextToken = nextToken @@ -5808,8 +5600,7 @@ extension CodeCommitClientTypes { mergeBase: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.destinationCommitId = destinationCommitId self.mergeBase = mergeBase self.repositoryName = repositoryName @@ -5833,8 +5624,7 @@ extension CodeCommitClientTypes { destinationReference: Swift.String? = nil, mergeMetadata: CodeCommitClientTypes.MergeMetadata? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.destinationReference = destinationReference self.mergeMetadata = mergeMetadata self.repositoryName = repositoryName @@ -5860,8 +5650,7 @@ extension CodeCommitClientTypes { beforeCommitId: Swift.String? = nil, mergeBase: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitId = afterCommitId self.beforeCommitId = beforeCommitId self.mergeBase = mergeBase @@ -5879,8 +5668,7 @@ extension CodeCommitClientTypes { public init( pullRequestStatus: CodeCommitClientTypes.PullRequestStatusEnum? = nil - ) - { + ) { self.pullRequestStatus = pullRequestStatus } } @@ -5925,8 +5713,7 @@ extension CodeCommitClientTypes { pullRequestMergedStateChangedEventMetadata: CodeCommitClientTypes.PullRequestMergedStateChangedEventMetadata? = nil, pullRequestSourceReferenceUpdatedEventMetadata: CodeCommitClientTypes.PullRequestSourceReferenceUpdatedEventMetadata? = nil, pullRequestStatusChangedEventMetadata: CodeCommitClientTypes.PullRequestStatusChangedEventMetadata? = nil - ) - { + ) { self.actorArn = actorArn self.approvalRuleEventMetadata = approvalRuleEventMetadata self.approvalRuleOverriddenEventMetadata = approvalRuleOverriddenEventMetadata @@ -5952,8 +5739,7 @@ public struct DescribePullRequestEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pullRequestEvents: [CodeCommitClientTypes.PullRequestEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.pullRequestEvents = pullRequestEvents } @@ -5970,8 +5756,7 @@ public struct DisassociateApprovalRuleTemplateFromRepositoryInput: Swift.Sendabl public init( approvalRuleTemplateName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.repositoryName = repositoryName } @@ -5996,8 +5781,7 @@ public struct InvalidRevisionIdException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6021,8 +5805,7 @@ public struct RevisionIdRequiredException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6046,8 +5829,7 @@ public struct RevisionNotCurrentException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6063,8 +5845,7 @@ public struct EvaluatePullRequestApprovalRulesInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.revisionId = revisionId } @@ -6088,8 +5869,7 @@ extension CodeCommitClientTypes { approvalRulesSatisfied: [Swift.String]? = nil, approved: Swift.Bool = false, overridden: Swift.Bool = false - ) - { + ) { self.approvalRulesNotSatisfied = approvalRulesNotSatisfied self.approvalRulesSatisfied = approvalRulesSatisfied self.approved = approved @@ -6105,8 +5885,7 @@ public struct EvaluatePullRequestApprovalRulesOutput: Swift.Sendable { public init( evaluation: CodeCommitClientTypes.Evaluation? = nil - ) - { + ) { self.evaluation = evaluation } } @@ -6118,8 +5897,7 @@ public struct GetApprovalRuleTemplateInput: Swift.Sendable { public init( approvalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName } } @@ -6131,8 +5909,7 @@ public struct GetApprovalRuleTemplateOutput: Swift.Sendable { public init( approvalRuleTemplate: CodeCommitClientTypes.ApprovalRuleTemplate? = nil - ) - { + ) { self.approvalRuleTemplate = approvalRuleTemplate } } @@ -6156,8 +5933,7 @@ public struct FileTooLargeException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6181,8 +5957,7 @@ public struct InvalidBlobIdException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6199,8 +5974,7 @@ public struct GetBlobInput: Swift.Sendable { public init( blobId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.blobId = blobId self.repositoryName = repositoryName } @@ -6214,8 +5988,7 @@ public struct GetBlobOutput: Swift.Sendable { public init( content: Foundation.Data? = nil - ) - { + ) { self.content = content } } @@ -6230,8 +6003,7 @@ public struct GetBranchInput: Swift.Sendable { public init( branchName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.repositoryName = repositoryName } @@ -6244,8 +6016,7 @@ public struct GetBranchOutput: Swift.Sendable { public init( branch: CodeCommitClientTypes.BranchInfo? = nil - ) - { + ) { self.branch = branch } } @@ -6257,8 +6028,7 @@ public struct GetCommentInput: Swift.Sendable { public init( commentId: Swift.String? = nil - ) - { + ) { self.commentId = commentId } } @@ -6269,8 +6039,7 @@ public struct GetCommentOutput: Swift.Sendable { public init( comment: CodeCommitClientTypes.Comment? = nil - ) - { + ) { self.comment = comment } } @@ -6294,8 +6063,7 @@ public struct InvalidReactionUserArnException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6316,8 +6084,7 @@ public struct GetCommentReactionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, reactionUserArn: Swift.String? = nil - ) - { + ) { self.commentId = commentId self.maxResults = maxResults self.nextToken = nextToken @@ -6340,8 +6107,7 @@ extension CodeCommitClientTypes { emoji: Swift.String? = nil, shortCode: Swift.String? = nil, unicode: Swift.String? = nil - ) - { + ) { self.emoji = emoji self.shortCode = shortCode self.unicode = unicode @@ -6364,8 +6130,7 @@ extension CodeCommitClientTypes { reaction: CodeCommitClientTypes.ReactionValueFormats? = nil, reactionUsers: [Swift.String]? = nil, reactionsFromDeletedUsersCount: Swift.Int? = nil - ) - { + ) { self.reaction = reaction self.reactionUsers = reactionUsers self.reactionsFromDeletedUsersCount = reactionsFromDeletedUsersCount @@ -6383,8 +6148,7 @@ public struct GetCommentReactionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reactionsForComment: [CodeCommitClientTypes.ReactionForComment]? = nil - ) - { + ) { self.nextToken = nextToken self.reactionsForComment = reactionsForComment } @@ -6410,8 +6174,7 @@ public struct GetCommentsForComparedCommitInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitId = afterCommitId self.beforeCommitId = beforeCommitId self.maxResults = maxResults @@ -6464,8 +6227,7 @@ extension CodeCommitClientTypes { filePath: Swift.String? = nil, filePosition: Swift.Int? = nil, relativeFileVersion: CodeCommitClientTypes.RelativeFileVersionEnum? = nil - ) - { + ) { self.filePath = filePath self.filePosition = filePosition self.relativeFileVersion = relativeFileVersion @@ -6500,8 +6262,7 @@ extension CodeCommitClientTypes { comments: [CodeCommitClientTypes.Comment]? = nil, location: CodeCommitClientTypes.Location? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterBlobId = afterBlobId self.afterCommitId = afterCommitId self.beforeBlobId = beforeBlobId @@ -6522,8 +6283,7 @@ public struct GetCommentsForComparedCommitOutput: Swift.Sendable { public init( commentsForComparedCommitData: [CodeCommitClientTypes.CommentsForComparedCommit]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commentsForComparedCommitData = commentsForComparedCommitData self.nextToken = nextToken } @@ -6548,8 +6308,7 @@ public struct RepositoryNotAssociatedWithPullRequestException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6576,8 +6335,7 @@ public struct GetCommentsForPullRequestInput: Swift.Sendable { nextToken: Swift.String? = nil, pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitId = afterCommitId self.beforeCommitId = beforeCommitId self.maxResults = maxResults @@ -6617,8 +6375,7 @@ extension CodeCommitClientTypes { location: CodeCommitClientTypes.Location? = nil, pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterBlobId = afterBlobId self.afterCommitId = afterCommitId self.beforeBlobId = beforeBlobId @@ -6640,8 +6397,7 @@ public struct GetCommentsForPullRequestOutput: Swift.Sendable { public init( commentsForPullRequestData: [CodeCommitClientTypes.CommentsForPullRequest]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commentsForPullRequestData = commentsForPullRequestData self.nextToken = nextToken } @@ -6666,8 +6422,7 @@ public struct CommitIdDoesNotExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6684,8 +6439,7 @@ public struct GetCommitInput: Swift.Sendable { public init( commitId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.repositoryName = repositoryName } @@ -6699,8 +6453,7 @@ public struct GetCommitOutput: Swift.Sendable { public init( commit: CodeCommitClientTypes.Commit? = nil - ) - { + ) { self.commit = commit } } @@ -6724,8 +6477,7 @@ public struct PathDoesNotExistException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6756,8 +6508,7 @@ public struct GetDifferencesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitSpecifier = afterCommitSpecifier self.afterPath = afterPath self.beforeCommitSpecifier = beforeCommitSpecifier @@ -6783,8 +6534,7 @@ extension CodeCommitClientTypes { afterBlob: CodeCommitClientTypes.BlobMetadata? = nil, beforeBlob: CodeCommitClientTypes.BlobMetadata? = nil, changeType: CodeCommitClientTypes.ChangeTypeEnum? = nil - ) - { + ) { self.afterBlob = afterBlob self.beforeBlob = beforeBlob self.changeType = changeType @@ -6801,8 +6551,7 @@ public struct GetDifferencesOutput: Swift.Sendable { public init( differences: [CodeCommitClientTypes.Difference]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.differences = differences self.nextToken = nextToken } @@ -6822,8 +6571,7 @@ public struct GetFileInput: Swift.Sendable { commitSpecifier: Swift.String? = nil, filePath: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.commitSpecifier = commitSpecifier self.filePath = filePath self.repositoryName = repositoryName @@ -6857,8 +6605,7 @@ public struct GetFileOutput: Swift.Sendable { fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, filePath: Swift.String? = nil, fileSize: Swift.Int = 0 - ) - { + ) { self.blobId = blobId self.commitId = commitId self.fileContent = fileContent @@ -6887,8 +6634,7 @@ public struct FolderDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6907,8 +6653,7 @@ public struct GetFolderInput: Swift.Sendable { commitSpecifier: Swift.String? = nil, folderPath: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.commitSpecifier = commitSpecifier self.folderPath = folderPath self.repositoryName = repositoryName @@ -6933,8 +6678,7 @@ extension CodeCommitClientTypes { blobId: Swift.String? = nil, fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, relativePath: Swift.String? = nil - ) - { + ) { self.absolutePath = absolutePath self.blobId = blobId self.fileMode = fileMode @@ -6958,8 +6702,7 @@ extension CodeCommitClientTypes { absolutePath: Swift.String? = nil, relativePath: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.absolutePath = absolutePath self.relativePath = relativePath self.treeId = treeId @@ -6982,8 +6725,7 @@ extension CodeCommitClientTypes { absolutePath: Swift.String? = nil, commitId: Swift.String? = nil, relativePath: Swift.String? = nil - ) - { + ) { self.absolutePath = absolutePath self.commitId = commitId self.relativePath = relativePath @@ -7009,8 +6751,7 @@ extension CodeCommitClientTypes { blobId: Swift.String? = nil, fileMode: CodeCommitClientTypes.FileModeTypeEnum? = nil, relativePath: Swift.String? = nil - ) - { + ) { self.absolutePath = absolutePath self.blobId = blobId self.fileMode = fileMode @@ -7045,8 +6786,7 @@ public struct GetFolderOutput: Swift.Sendable { subModules: [CodeCommitClientTypes.SubModule]? = nil, symbolicLinks: [CodeCommitClientTypes.SymbolicLink]? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.files = files self.folderPath = folderPath @@ -7078,8 +6818,7 @@ public struct GetMergeCommitInput: Swift.Sendable { destinationCommitSpecifier: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.conflictDetailLevel = conflictDetailLevel self.conflictResolutionStrategy = conflictResolutionStrategy self.destinationCommitSpecifier = destinationCommitSpecifier @@ -7103,8 +6842,7 @@ public struct GetMergeCommitOutput: Swift.Sendable { destinationCommitId: Swift.String? = nil, mergedCommitId: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.baseCommitId = baseCommitId self.destinationCommitId = destinationCommitId self.mergedCommitId = mergedCommitId @@ -7131,8 +6869,7 @@ public struct InvalidDestinationCommitSpecifierException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7156,8 +6893,7 @@ public struct InvalidSourceCommitSpecifierException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7193,8 +6929,7 @@ public struct GetMergeConflictsInput: Swift.Sendable { nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.conflictDetailLevel = conflictDetailLevel self.conflictResolutionStrategy = conflictResolutionStrategy self.destinationCommitSpecifier = destinationCommitSpecifier @@ -7231,8 +6966,7 @@ public struct GetMergeConflictsOutput: Swift.Sendable { mergeable: Swift.Bool = false, nextToken: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.baseCommitId = baseCommitId self.conflictMetadataList = conflictMetadataList self.destinationCommitId = destinationCommitId @@ -7263,8 +6997,7 @@ public struct GetMergeOptionsInput: Swift.Sendable { destinationCommitSpecifier: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil - ) - { + ) { self.conflictDetailLevel = conflictDetailLevel self.conflictResolutionStrategy = conflictResolutionStrategy self.destinationCommitSpecifier = destinationCommitSpecifier @@ -7292,8 +7025,7 @@ public struct GetMergeOptionsOutput: Swift.Sendable { destinationCommitId: Swift.String? = nil, mergeOptions: [CodeCommitClientTypes.MergeOptionTypeEnum]? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.baseCommitId = baseCommitId self.destinationCommitId = destinationCommitId self.mergeOptions = mergeOptions @@ -7308,8 +7040,7 @@ public struct GetPullRequestInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId } } @@ -7321,8 +7052,7 @@ public struct GetPullRequestOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -7338,8 +7068,7 @@ public struct GetPullRequestApprovalStatesInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.revisionId = revisionId } @@ -7351,8 +7080,7 @@ public struct GetPullRequestApprovalStatesOutput: Swift.Sendable { public init( approvals: [CodeCommitClientTypes.Approval]? = nil - ) - { + ) { self.approvals = approvals } } @@ -7368,8 +7096,7 @@ public struct GetPullRequestOverrideStateInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.revisionId = revisionId } @@ -7384,8 +7111,7 @@ public struct GetPullRequestOverrideStateOutput: Swift.Sendable { public init( overridden: Swift.Bool = false, overrider: Swift.String? = nil - ) - { + ) { self.overridden = overridden self.overrider = overrider } @@ -7399,8 +7125,7 @@ public struct GetRepositoryInput: Swift.Sendable { public init( repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryName = repositoryName } } @@ -7412,8 +7137,7 @@ public struct GetRepositoryOutput: Swift.Sendable { public init( repositoryMetadata: CodeCommitClientTypes.RepositoryMetadata? = nil - ) - { + ) { self.repositoryMetadata = repositoryMetadata } } @@ -7426,8 +7150,7 @@ public struct GetRepositoryTriggersInput: Swift.Sendable { public init( repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryName = repositoryName } } @@ -7491,8 +7214,7 @@ extension CodeCommitClientTypes { destinationArn: Swift.String? = nil, events: [CodeCommitClientTypes.RepositoryTriggerEventEnum]? = nil, name: Swift.String? = nil - ) - { + ) { self.branches = branches self.customData = customData self.destinationArn = destinationArn @@ -7512,8 +7234,7 @@ public struct GetRepositoryTriggersOutput: Swift.Sendable { public init( configurationId: Swift.String? = nil, triggers: [CodeCommitClientTypes.RepositoryTrigger]? = nil - ) - { + ) { self.configurationId = configurationId self.triggers = triggers } @@ -7528,8 +7249,7 @@ public struct ListApprovalRuleTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7544,8 +7264,7 @@ public struct ListApprovalRuleTemplatesOutput: Swift.Sendable { public init( approvalRuleTemplateNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateNames = approvalRuleTemplateNames self.nextToken = nextToken } @@ -7564,8 +7283,7 @@ public struct ListAssociatedApprovalRuleTemplatesForRepositoryInput: Swift.Senda maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.repositoryName = repositoryName @@ -7581,8 +7299,7 @@ public struct ListAssociatedApprovalRuleTemplatesForRepositoryOutput: Swift.Send public init( approvalRuleTemplateNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateNames = approvalRuleTemplateNames self.nextToken = nextToken } @@ -7599,8 +7316,7 @@ public struct ListBranchesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryName = repositoryName } @@ -7616,8 +7332,7 @@ public struct ListBranchesOutput: Swift.Sendable { public init( branches: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.branches = branches self.nextToken = nextToken } @@ -7643,8 +7358,7 @@ public struct ListFileCommitHistoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.commitSpecifier = commitSpecifier self.filePath = filePath self.maxResults = maxResults @@ -7671,8 +7385,7 @@ extension CodeCommitClientTypes { commit: CodeCommitClientTypes.Commit? = nil, path: Swift.String? = nil, revisionChildren: [Swift.String]? = nil - ) - { + ) { self.blobId = blobId self.commit = commit self.path = path @@ -7691,8 +7404,7 @@ public struct ListFileCommitHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, revisionDag: [CodeCommitClientTypes.FileVersion]? = nil - ) - { + ) { self.nextToken = nextToken self.revisionDag = revisionDag } @@ -7717,8 +7429,7 @@ public struct InvalidAuthorArnException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7742,8 +7453,7 @@ public struct InvalidPullRequestStatusException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7767,8 +7477,7 @@ public struct ListPullRequestsInput: Swift.Sendable { nextToken: Swift.String? = nil, pullRequestStatus: CodeCommitClientTypes.PullRequestStatusEnum? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.authorArn = authorArn self.maxResults = maxResults self.nextToken = nextToken @@ -7787,8 +7496,7 @@ public struct ListPullRequestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pullRequestIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.pullRequestIds = pullRequestIds } @@ -7813,8 +7521,7 @@ public struct InvalidOrderException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7838,8 +7545,7 @@ public struct InvalidSortByException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7915,8 +7621,7 @@ public struct ListRepositoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, order: CodeCommitClientTypes.OrderEnum? = nil, sortBy: CodeCommitClientTypes.SortByEnum? = nil - ) - { + ) { self.nextToken = nextToken self.order = order self.sortBy = sortBy @@ -7935,8 +7640,7 @@ extension CodeCommitClientTypes { public init( repositoryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryId = repositoryId self.repositoryName = repositoryName } @@ -7953,8 +7657,7 @@ public struct ListRepositoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [CodeCommitClientTypes.RepositoryNameIdPair]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -7973,8 +7676,7 @@ public struct ListRepositoriesForApprovalRuleTemplateInput: Swift.Sendable { approvalRuleTemplateName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.maxResults = maxResults self.nextToken = nextToken @@ -7990,8 +7692,7 @@ public struct ListRepositoriesForApprovalRuleTemplateOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositoryNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryNames = repositoryNames } @@ -8016,8 +7717,7 @@ public struct InvalidResourceArnException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8041,8 +7741,7 @@ public struct ResourceArnRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8057,8 +7756,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArn = resourceArn } @@ -8073,8 +7771,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -8099,8 +7796,7 @@ public struct InvalidTargetBranchException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8123,8 +7819,7 @@ public struct MergeBranchesByFastForwardInput: Swift.Sendable { repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil, targetBranch: Swift.String? = nil - ) - { + ) { self.destinationCommitSpecifier = destinationCommitSpecifier self.repositoryName = repositoryName self.sourceCommitSpecifier = sourceCommitSpecifier @@ -8141,8 +7836,7 @@ public struct MergeBranchesByFastForwardOutput: Swift.Sendable { public init( commitId: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.treeId = treeId } @@ -8187,8 +7881,7 @@ public struct MergeBranchesBySquashInput: Swift.Sendable { repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil, targetBranch: Swift.String? = nil - ) - { + ) { self.authorName = authorName self.commitMessage = commitMessage self.conflictDetailLevel = conflictDetailLevel @@ -8212,8 +7905,7 @@ public struct MergeBranchesBySquashOutput: Swift.Sendable { public init( commitId: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.treeId = treeId } @@ -8258,8 +7950,7 @@ public struct MergeBranchesByThreeWayInput: Swift.Sendable { repositoryName: Swift.String? = nil, sourceCommitSpecifier: Swift.String? = nil, targetBranch: Swift.String? = nil - ) - { + ) { self.authorName = authorName self.commitMessage = commitMessage self.conflictDetailLevel = conflictDetailLevel @@ -8283,8 +7974,7 @@ public struct MergeBranchesByThreeWayOutput: Swift.Sendable { public init( commitId: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.treeId = treeId } @@ -8309,8 +7999,7 @@ public struct PullRequestApprovalRulesNotSatisfiedException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8334,8 +8023,7 @@ public struct TipOfSourceReferenceIsDifferentException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8354,8 +8042,7 @@ public struct MergePullRequestByFastForwardInput: Swift.Sendable { pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.repositoryName = repositoryName self.sourceCommitId = sourceCommitId @@ -8368,8 +8055,7 @@ public struct MergePullRequestByFastForwardOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -8409,8 +8095,7 @@ public struct MergePullRequestBySquashInput: Swift.Sendable { pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.authorName = authorName self.commitMessage = commitMessage self.conflictDetailLevel = conflictDetailLevel @@ -8430,8 +8115,7 @@ public struct MergePullRequestBySquashOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -8471,8 +8155,7 @@ public struct MergePullRequestByThreeWayInput: Swift.Sendable { pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil, sourceCommitId: Swift.String? = nil - ) - { + ) { self.authorName = authorName self.commitMessage = commitMessage self.conflictDetailLevel = conflictDetailLevel @@ -8492,8 +8175,7 @@ public struct MergePullRequestByThreeWayOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -8517,8 +8199,7 @@ public struct InvalidOverrideStatusException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8542,8 +8223,7 @@ public struct OverrideAlreadySetException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8567,8 +8247,7 @@ public struct OverrideStatusRequiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8588,8 +8267,7 @@ public struct OverridePullRequestApprovalRulesInput: Swift.Sendable { overrideStatus: CodeCommitClientTypes.OverrideStatus? = nil, pullRequestId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.overrideStatus = overrideStatus self.pullRequestId = pullRequestId self.revisionId = revisionId @@ -8615,8 +8293,7 @@ public struct CommentContentRequiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8640,8 +8317,7 @@ public struct CommentContentSizeLimitExceededException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8665,8 +8341,7 @@ public struct InvalidFileLocationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8690,8 +8365,7 @@ public struct InvalidFilePositionException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8715,8 +8389,7 @@ public struct InvalidRelativeFileVersionEnumException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8745,8 +8418,7 @@ public struct PostCommentForComparedCommitInput: Swift.Sendable { content: Swift.String? = nil, location: CodeCommitClientTypes.Location? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitId = afterCommitId self.beforeCommitId = beforeCommitId self.clientRequestToken = clientRequestToken @@ -8780,8 +8452,7 @@ public struct PostCommentForComparedCommitOutput: Swift.Sendable { comment: CodeCommitClientTypes.Comment? = nil, location: CodeCommitClientTypes.Location? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterBlobId = afterBlobId self.afterCommitId = afterCommitId self.beforeBlobId = beforeBlobId @@ -8821,8 +8492,7 @@ public struct PostCommentForPullRequestInput: Swift.Sendable { location: CodeCommitClientTypes.Location? = nil, pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterCommitId = afterCommitId self.beforeCommitId = beforeCommitId self.clientRequestToken = clientRequestToken @@ -8860,8 +8530,7 @@ public struct PostCommentForPullRequestOutput: Swift.Sendable { location: CodeCommitClientTypes.Location? = nil, pullRequestId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.afterBlobId = afterBlobId self.afterCommitId = afterCommitId self.beforeBlobId = beforeBlobId @@ -8887,8 +8556,7 @@ public struct PostCommentReplyInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, content: Swift.String? = nil, inReplyTo: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.content = content self.inReplyTo = inReplyTo @@ -8901,8 +8569,7 @@ public struct PostCommentReplyOutput: Swift.Sendable { public init( comment: CodeCommitClientTypes.Comment? = nil - ) - { + ) { self.comment = comment } } @@ -8926,8 +8593,7 @@ public struct InvalidReactionValueException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8951,8 +8617,7 @@ public struct ReactionLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8976,8 +8641,7 @@ public struct ReactionValueRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8993,8 +8657,7 @@ public struct PutCommentReactionInput: Swift.Sendable { public init( commentId: Swift.String? = nil, reactionValue: Swift.String? = nil - ) - { + ) { self.commentId = commentId self.reactionValue = reactionValue } @@ -9019,8 +8682,7 @@ public struct FileContentRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9044,8 +8706,7 @@ public struct SameFileContentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9084,8 +8745,7 @@ public struct PutFileInput: Swift.Sendable { name: Swift.String? = nil, parentCommitId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.commitMessage = commitMessage self.email = email @@ -9113,8 +8773,7 @@ public struct PutFileOutput: Swift.Sendable { blobId: Swift.String? = nil, commitId: Swift.String? = nil, treeId: Swift.String? = nil - ) - { + ) { self.blobId = blobId self.commitId = commitId self.treeId = treeId @@ -9140,8 +8799,7 @@ public struct InvalidRepositoryTriggerBranchNameException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9165,8 +8823,7 @@ public struct InvalidRepositoryTriggerCustomDataException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9190,8 +8847,7 @@ public struct InvalidRepositoryTriggerDestinationArnException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9215,8 +8871,7 @@ public struct InvalidRepositoryTriggerEventsException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9240,8 +8895,7 @@ public struct InvalidRepositoryTriggerNameException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9265,8 +8919,7 @@ public struct InvalidRepositoryTriggerRegionException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9290,8 +8943,7 @@ public struct MaximumBranchesExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9315,8 +8967,7 @@ public struct MaximumRepositoryTriggersExceededException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9340,8 +8991,7 @@ public struct RepositoryTriggerBranchNameListRequiredException: ClientRuntime.Mo public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9365,8 +9015,7 @@ public struct RepositoryTriggerDestinationArnRequiredException: ClientRuntime.Mo public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9390,8 +9039,7 @@ public struct RepositoryTriggerEventsListRequiredException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9415,8 +9063,7 @@ public struct RepositoryTriggerNameRequiredException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9440,8 +9087,7 @@ public struct RepositoryTriggersListRequiredException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9458,8 +9104,7 @@ public struct PutRepositoryTriggersInput: Swift.Sendable { public init( repositoryName: Swift.String? = nil, triggers: [CodeCommitClientTypes.RepositoryTrigger]? = nil - ) - { + ) { self.repositoryName = repositoryName self.triggers = triggers } @@ -9472,8 +9117,7 @@ public struct PutRepositoryTriggersOutput: Swift.Sendable { public init( configurationId: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId } } @@ -9497,8 +9141,7 @@ public struct TagsMapRequiredException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9514,8 +9157,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -9533,8 +9175,7 @@ public struct TestRepositoryTriggersInput: Swift.Sendable { public init( repositoryName: Swift.String? = nil, triggers: [CodeCommitClientTypes.RepositoryTrigger]? = nil - ) - { + ) { self.repositoryName = repositoryName self.triggers = triggers } @@ -9552,8 +9193,7 @@ extension CodeCommitClientTypes { public init( failureMessage: Swift.String? = nil, trigger: Swift.String? = nil - ) - { + ) { self.failureMessage = failureMessage self.trigger = trigger } @@ -9570,8 +9210,7 @@ public struct TestRepositoryTriggersOutput: Swift.Sendable { public init( failedExecutions: [CodeCommitClientTypes.RepositoryTriggerExecutionFailure]? = nil, successfulExecutions: [Swift.String]? = nil - ) - { + ) { self.failedExecutions = failedExecutions self.successfulExecutions = successfulExecutions } @@ -9596,8 +9235,7 @@ public struct InvalidTagKeysListException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9621,8 +9259,7 @@ public struct TagKeysListRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9638,8 +9275,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -9664,8 +9300,7 @@ public struct InvalidRuleContentSha256Exception: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9684,8 +9319,7 @@ public struct UpdateApprovalRuleTemplateContentInput: Swift.Sendable { approvalRuleTemplateName: Swift.String? = nil, existingRuleContentSha256: Swift.String? = nil, newRuleContent: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateName = approvalRuleTemplateName self.existingRuleContentSha256 = existingRuleContentSha256 self.newRuleContent = newRuleContent @@ -9699,8 +9333,7 @@ public struct UpdateApprovalRuleTemplateContentOutput: Swift.Sendable { public init( approvalRuleTemplate: CodeCommitClientTypes.ApprovalRuleTemplate? = nil - ) - { + ) { self.approvalRuleTemplate = approvalRuleTemplate } } @@ -9716,8 +9349,7 @@ public struct UpdateApprovalRuleTemplateDescriptionInput: Swift.Sendable { public init( approvalRuleTemplateDescription: Swift.String? = nil, approvalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.approvalRuleTemplateDescription = approvalRuleTemplateDescription self.approvalRuleTemplateName = approvalRuleTemplateName } @@ -9730,8 +9362,7 @@ public struct UpdateApprovalRuleTemplateDescriptionOutput: Swift.Sendable { public init( approvalRuleTemplate: CodeCommitClientTypes.ApprovalRuleTemplate? = nil - ) - { + ) { self.approvalRuleTemplate = approvalRuleTemplate } } @@ -9747,8 +9378,7 @@ public struct UpdateApprovalRuleTemplateNameInput: Swift.Sendable { public init( newApprovalRuleTemplateName: Swift.String? = nil, oldApprovalRuleTemplateName: Swift.String? = nil - ) - { + ) { self.newApprovalRuleTemplateName = newApprovalRuleTemplateName self.oldApprovalRuleTemplateName = oldApprovalRuleTemplateName } @@ -9761,8 +9391,7 @@ public struct UpdateApprovalRuleTemplateNameOutput: Swift.Sendable { public init( approvalRuleTemplate: CodeCommitClientTypes.ApprovalRuleTemplate? = nil - ) - { + ) { self.approvalRuleTemplate = approvalRuleTemplate } } @@ -9786,8 +9415,7 @@ public struct CommentNotCreatedByCallerException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9803,8 +9431,7 @@ public struct UpdateCommentInput: Swift.Sendable { public init( commentId: Swift.String? = nil, content: Swift.String? = nil - ) - { + ) { self.commentId = commentId self.content = content } @@ -9816,8 +9443,7 @@ public struct UpdateCommentOutput: Swift.Sendable { public init( comment: CodeCommitClientTypes.Comment? = nil - ) - { + ) { self.comment = comment } } @@ -9834,8 +9460,7 @@ public struct UpdateDefaultBranchInput: Swift.Sendable { public init( defaultBranchName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.defaultBranchName = defaultBranchName self.repositoryName = repositoryName } @@ -9873,8 +9498,7 @@ public struct UpdatePullRequestApprovalRuleContentInput: Swift.Sendable { existingRuleContentSha256: Swift.String? = nil, newRuleContent: Swift.String? = nil, pullRequestId: Swift.String? = nil - ) - { + ) { self.approvalRuleName = approvalRuleName self.existingRuleContentSha256 = existingRuleContentSha256 self.newRuleContent = newRuleContent @@ -9889,8 +9513,7 @@ public struct UpdatePullRequestApprovalRuleContentOutput: Swift.Sendable { public init( approvalRule: CodeCommitClientTypes.ApprovalRule? = nil - ) - { + ) { self.approvalRule = approvalRule } } @@ -9914,8 +9537,7 @@ public struct InvalidApprovalStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9939,8 +9561,7 @@ public struct MaximumNumberOfApprovalsExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9964,8 +9585,7 @@ public struct PullRequestCannotBeApprovedByAuthorException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9985,8 +9605,7 @@ public struct UpdatePullRequestApprovalStateInput: Swift.Sendable { approvalState: CodeCommitClientTypes.ApprovalState? = nil, pullRequestId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.approvalState = approvalState self.pullRequestId = pullRequestId self.revisionId = revisionId @@ -10004,8 +9623,7 @@ public struct UpdatePullRequestDescriptionInput: Swift.Sendable { public init( description: Swift.String? = nil, pullRequestId: Swift.String? = nil - ) - { + ) { self.description = description self.pullRequestId = pullRequestId } @@ -10018,8 +9636,7 @@ public struct UpdatePullRequestDescriptionOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -10043,8 +9660,7 @@ public struct InvalidPullRequestStatusUpdateException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10068,8 +9684,7 @@ public struct PullRequestStatusRequiredException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10085,8 +9700,7 @@ public struct UpdatePullRequestStatusInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil, pullRequestStatus: CodeCommitClientTypes.PullRequestStatusEnum? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.pullRequestStatus = pullRequestStatus } @@ -10099,8 +9713,7 @@ public struct UpdatePullRequestStatusOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -10116,8 +9729,7 @@ public struct UpdatePullRequestTitleInput: Swift.Sendable { public init( pullRequestId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.pullRequestId = pullRequestId self.title = title } @@ -10130,8 +9742,7 @@ public struct UpdatePullRequestTitleOutput: Swift.Sendable { public init( pullRequest: CodeCommitClientTypes.PullRequest? = nil - ) - { + ) { self.pullRequest = pullRequest } } @@ -10147,8 +9758,7 @@ public struct UpdateRepositoryDescriptionInput: Swift.Sendable { public init( repositoryDescription: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryDescription = repositoryDescription self.repositoryName = repositoryName } @@ -10173,8 +9783,7 @@ public struct EncryptionKeyRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10190,8 +9799,7 @@ public struct UpdateRepositoryEncryptionKeyInput: Swift.Sendable { public init( kmsKeyId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.repositoryName = repositoryName } @@ -10209,8 +9817,7 @@ public struct UpdateRepositoryEncryptionKeyOutput: Swift.Sendable { kmsKeyId: Swift.String? = nil, originalKmsKeyId: Swift.String? = nil, repositoryId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.originalKmsKeyId = originalKmsKeyId self.repositoryId = repositoryId @@ -10229,8 +9836,7 @@ public struct UpdateRepositoryNameInput: Swift.Sendable { public init( newName: Swift.String? = nil, oldName: Swift.String? = nil - ) - { + ) { self.newName = newName self.oldName = oldName } diff --git a/Sources/Services/AWSCodeConnections/Package.swift.txt b/Sources/Services/AWSCodeConnections/Package.swift.txt index a51c6b56804..28bec30c86b 100644 --- a/Sources/Services/AWSCodeConnections/Package.swift.txt +++ b/Sources/Services/AWSCodeConnections/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/CodeConnectionsClient.swift b/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/CodeConnectionsClient.swift index a41fa6e92f6..89b14e6592b 100644 --- a/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/CodeConnectionsClient.swift +++ b/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/CodeConnectionsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeConnectionsClient: ClientRuntime.Client { public static let clientName = "CodeConnectionsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeConnectionsClient.CodeConnectionsClientConfiguration let serviceName = "CodeConnections" diff --git a/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/Models.swift b/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/Models.swift index 08027a447e7..c5c6594cd78 100644 --- a/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/Models.swift +++ b/Sources/Services/AWSCodeConnections/Sources/AWSCodeConnections/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +122,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +145,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +168,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -229,8 +225,7 @@ extension CodeConnectionsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -253,8 +248,7 @@ public struct CreateConnectionInput: Swift.Sendable { hostArn: Swift.String? = nil, providerType: CodeConnectionsClientTypes.ProviderType? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionName = connectionName self.hostArn = hostArn self.providerType = providerType @@ -272,8 +266,7 @@ public struct CreateConnectionOutput: Swift.Sendable { public init( connectionArn: Swift.String? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionArn = connectionArn self.tags = tags } @@ -300,8 +293,7 @@ extension CodeConnectionsClientTypes { subnetIds: [Swift.String]? = nil, tlsCertificate: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.tlsCertificate = tlsCertificate @@ -331,8 +323,7 @@ public struct CreateHostInput: Swift.Sendable { providerType: CodeConnectionsClientTypes.ProviderType? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil, vpcConfiguration: CodeConnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.name = name self.providerEndpoint = providerEndpoint self.providerType = providerType @@ -350,8 +341,7 @@ public struct CreateHostOutput: Swift.Sendable { public init( hostArn: Swift.String? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.hostArn = hostArn self.tags = tags } @@ -375,8 +365,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -399,8 +388,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -423,8 +411,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -447,8 +434,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -471,8 +457,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -498,8 +483,7 @@ public struct CreateRepositoryLinkInput: Swift.Sendable { ownerId: Swift.String? = nil, repositoryName: Swift.String? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.ownerId = ownerId @@ -541,8 +525,7 @@ extension CodeConnectionsClientTypes { repositoryLinkArn: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.ownerId = ownerId @@ -561,8 +544,7 @@ public struct CreateRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeConnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -716,8 +698,7 @@ public struct CreateSyncConfigurationInput: Swift.Sendable { roleArn: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeConnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.publishDeploymentStatus = publishDeploymentStatus @@ -780,8 +761,7 @@ extension CodeConnectionsClientTypes { roleArn: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeConnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.ownerId = ownerId @@ -805,8 +785,7 @@ public struct CreateSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeConnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } @@ -818,8 +797,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionArn: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn } } @@ -836,8 +814,7 @@ public struct DeleteHostInput: Swift.Sendable { public init( hostArn: Swift.String? = nil - ) - { + ) { self.hostArn = hostArn } } @@ -865,8 +842,7 @@ public struct SyncConfigurationStillExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -889,8 +865,7 @@ public struct UnsupportedProviderTypeException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -902,8 +877,7 @@ public struct DeleteRepositoryLinkInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId } } @@ -924,8 +898,7 @@ public struct DeleteSyncConfigurationInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -943,8 +916,7 @@ public struct GetConnectionInput: Swift.Sendable { public init( connectionArn: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn } } @@ -1005,8 +977,7 @@ extension CodeConnectionsClientTypes { hostArn: Swift.String? = nil, ownerAccountId: Swift.String? = nil, providerType: CodeConnectionsClientTypes.ProviderType? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionName = connectionName self.connectionStatus = connectionStatus @@ -1023,8 +994,7 @@ public struct GetConnectionOutput: Swift.Sendable { public init( connection: CodeConnectionsClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -1036,8 +1006,7 @@ public struct GetHostInput: Swift.Sendable { public init( hostArn: Swift.String? = nil - ) - { + ) { self.hostArn = hostArn } } @@ -1060,8 +1029,7 @@ public struct GetHostOutput: Swift.Sendable { providerType: CodeConnectionsClientTypes.ProviderType? = nil, status: Swift.String? = nil, vpcConfiguration: CodeConnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.name = name self.providerEndpoint = providerEndpoint self.providerType = providerType @@ -1077,8 +1045,7 @@ public struct GetRepositoryLinkInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId } } @@ -1090,8 +1057,7 @@ public struct GetRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeConnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -1111,8 +1077,7 @@ public struct GetRepositorySyncStatusInput: Swift.Sendable { branch: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.branch = branch self.repositoryLinkId = repositoryLinkId self.syncType = syncType @@ -1140,8 +1105,7 @@ extension CodeConnectionsClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -1216,8 +1180,7 @@ extension CodeConnectionsClientTypes { events: [CodeConnectionsClientTypes.RepositorySyncEvent]? = nil, startedAt: Foundation.Date? = nil, status: CodeConnectionsClientTypes.RepositorySyncStatus? = nil - ) - { + ) { self.events = events self.startedAt = startedAt self.status = status @@ -1232,8 +1195,7 @@ public struct GetRepositorySyncStatusOutput: Swift.Sendable { public init( latestSync: CodeConnectionsClientTypes.RepositorySyncAttempt? = nil - ) - { + ) { self.latestSync = latestSync } } @@ -1249,8 +1211,7 @@ public struct GetResourceSyncStatusInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1286,8 +1247,7 @@ extension CodeConnectionsClientTypes { providerType: CodeConnectionsClientTypes.ProviderType? = nil, repositoryName: Swift.String? = nil, sha: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.ownerId = ownerId @@ -1319,8 +1279,7 @@ extension CodeConnectionsClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -1402,8 +1361,7 @@ extension CodeConnectionsClientTypes { status: CodeConnectionsClientTypes.ResourceSyncStatus? = nil, target: Swift.String? = nil, targetRevision: CodeConnectionsClientTypes.Revision? = nil - ) - { + ) { self.events = events self.initialRevision = initialRevision self.startedAt = startedAt @@ -1427,8 +1385,7 @@ public struct GetResourceSyncStatusOutput: Swift.Sendable { desiredState: CodeConnectionsClientTypes.Revision? = nil, latestSuccessfulSync: CodeConnectionsClientTypes.ResourceSyncAttempt? = nil, latestSync: CodeConnectionsClientTypes.ResourceSyncAttempt? = nil - ) - { + ) { self.desiredState = desiredState self.latestSuccessfulSync = latestSuccessfulSync self.latestSync = latestSync @@ -1446,8 +1403,7 @@ public struct GetSyncBlockerSummaryInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1467,8 +1423,7 @@ extension CodeConnectionsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1510,8 +1465,7 @@ extension CodeConnectionsClientTypes { resolvedReason: Swift.String? = nil, status: CodeConnectionsClientTypes.BlockerStatus? = nil, type: CodeConnectionsClientTypes.BlockerType? = nil - ) - { + ) { self.contexts = contexts self.createdAt = createdAt self.createdReason = createdReason @@ -1540,8 +1494,7 @@ extension CodeConnectionsClientTypes { latestBlockers: [CodeConnectionsClientTypes.SyncBlocker]? = nil, parentResourceName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.latestBlockers = latestBlockers self.parentResourceName = parentResourceName self.resourceName = resourceName @@ -1556,8 +1509,7 @@ public struct GetSyncBlockerSummaryOutput: Swift.Sendable { public init( syncBlockerSummary: CodeConnectionsClientTypes.SyncBlockerSummary? = nil - ) - { + ) { self.syncBlockerSummary = syncBlockerSummary } } @@ -1573,8 +1525,7 @@ public struct GetSyncConfigurationInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1587,8 +1538,7 @@ public struct GetSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeConnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } @@ -1608,8 +1558,7 @@ public struct ListConnectionsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, providerTypeFilter: CodeConnectionsClientTypes.ProviderType? = nil - ) - { + ) { self.hostArnFilter = hostArnFilter self.maxResults = maxResults self.nextToken = nextToken @@ -1626,8 +1575,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( connections: [CodeConnectionsClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -1642,8 +1590,7 @@ public struct ListHostsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1676,8 +1623,7 @@ extension CodeConnectionsClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, vpcConfiguration: CodeConnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.hostArn = hostArn self.name = name self.providerEndpoint = providerEndpoint @@ -1698,8 +1644,7 @@ public struct ListHostsOutput: Swift.Sendable { public init( hosts: [CodeConnectionsClientTypes.Host]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hosts = hosts self.nextToken = nextToken } @@ -1714,8 +1659,7 @@ public struct ListRepositoryLinksInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1731,8 +1675,7 @@ public struct ListRepositoryLinksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositoryLinks: [CodeConnectionsClientTypes.RepositoryLinkInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryLinks = repositoryLinks } @@ -1749,8 +1692,7 @@ public struct ListRepositorySyncDefinitionsInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId self.syncType = syncType } @@ -1778,8 +1720,7 @@ extension CodeConnectionsClientTypes { directory: Swift.String? = nil, parent: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.parent = parent @@ -1798,8 +1739,7 @@ public struct ListRepositorySyncDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositorySyncDefinitions: [CodeConnectionsClientTypes.RepositorySyncDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.repositorySyncDefinitions = repositorySyncDefinitions } @@ -1822,8 +1762,7 @@ public struct ListSyncConfigurationsInput: Swift.Sendable { nextToken: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.repositoryLinkId = repositoryLinkId @@ -1841,8 +1780,7 @@ public struct ListSyncConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, syncConfigurations: [CodeConnectionsClientTypes.SyncConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.syncConfigurations = syncConfigurations } @@ -1855,8 +1793,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1867,8 +1804,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1884,8 +1820,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CodeConnectionsClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1907,8 +1842,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1937,8 +1871,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1961,8 +1894,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1980,8 +1912,7 @@ public struct UpdateHostInput: Swift.Sendable { hostArn: Swift.String? = nil, providerEndpoint: Swift.String? = nil, vpcConfiguration: CodeConnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.hostArn = hostArn self.providerEndpoint = providerEndpoint self.vpcConfiguration = vpcConfiguration @@ -2011,8 +1942,7 @@ public struct ConditionalCheckFailedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2035,8 +1965,7 @@ public struct UpdateOutOfSyncException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2054,8 +1983,7 @@ public struct UpdateRepositoryLinkInput: Swift.Sendable { connectionArn: Swift.String? = nil, encryptionKeyArn: Swift.String? = nil, repositoryLinkId: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.repositoryLinkId = repositoryLinkId @@ -2069,8 +1997,7 @@ public struct UpdateRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeConnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -2093,8 +2020,7 @@ public struct RetryLatestCommitFailedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2117,8 +2043,7 @@ public struct SyncBlockerDoesNotExistException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2142,8 +2067,7 @@ public struct UpdateSyncBlockerInput: Swift.Sendable { resolvedReason: Swift.String? = nil, resourceName: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.id = id self.resolvedReason = resolvedReason self.resourceName = resourceName @@ -2165,8 +2089,7 @@ public struct UpdateSyncBlockerOutput: Swift.Sendable { parentResourceName: Swift.String? = nil, resourceName: Swift.String? = nil, syncBlocker: CodeConnectionsClientTypes.SyncBlocker? = nil - ) - { + ) { self.parentResourceName = parentResourceName self.resourceName = resourceName self.syncBlocker = syncBlocker @@ -2205,8 +2128,7 @@ public struct UpdateSyncConfigurationInput: Swift.Sendable { roleArn: Swift.String? = nil, syncType: CodeConnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeConnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.publishDeploymentStatus = publishDeploymentStatus @@ -2226,8 +2148,7 @@ public struct UpdateSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeConnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } diff --git a/Sources/Services/AWSCodeDeploy/Package.swift.txt b/Sources/Services/AWSCodeDeploy/Package.swift.txt index 0202b038d9a..7432892c15d 100644 --- a/Sources/Services/AWSCodeDeploy/Package.swift.txt +++ b/Sources/Services/AWSCodeDeploy/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/CodeDeployClient.swift b/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/CodeDeployClient.swift index 1bf36ff41bd..4610bf3d46b 100644 --- a/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/CodeDeployClient.swift +++ b/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/CodeDeployClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeDeployClient: ClientRuntime.Client { public static let clientName = "CodeDeployClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeDeployClient.CodeDeployClientConfiguration let serviceName = "CodeDeploy" diff --git a/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/Models.swift b/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/Models.swift index 0011ce1d968..bcb8e041e98 100644 --- a/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/Models.swift +++ b/Sources/Services/AWSCodeDeploy/Sources/AWSCodeDeploy/Models.swift @@ -99,8 +99,7 @@ public struct InstanceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -124,8 +123,7 @@ public struct InstanceNameRequiredException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +147,7 @@ public struct InstanceNotRegisteredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -174,8 +171,7 @@ public struct InvalidInstanceNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +195,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -224,8 +219,7 @@ public struct TagLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -249,8 +243,7 @@ public struct TagRequiredException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -267,8 +260,7 @@ extension CodeDeployClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -287,8 +279,7 @@ public struct AddTagsToOnPremisesInstancesInput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.instanceNames = instanceNames self.tags = tags } @@ -303,8 +294,7 @@ extension CodeDeployClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -329,8 +319,7 @@ extension CodeDeployClientTypes { alarms: [CodeDeployClientTypes.Alarm]? = nil, enabled: Swift.Bool = false, ignorePollAlarmFailure: Swift.Bool = false - ) - { + ) { self.alarms = alarms self.enabled = enabled self.ignorePollAlarmFailure = ignorePollAlarmFailure @@ -357,8 +346,7 @@ public struct AlarmsLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -382,8 +370,7 @@ public struct ApplicationAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +394,7 @@ public struct ApplicationDoesNotExistException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -469,8 +455,7 @@ extension CodeDeployClientTypes { createTime: Foundation.Date? = nil, gitHubAccountName: Swift.String? = nil, linkedToGitHub: Swift.Bool = false - ) - { + ) { self.applicationId = applicationId self.applicationName = applicationName self.computePlatform = computePlatform @@ -500,8 +485,7 @@ public struct ApplicationLimitExceededException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -525,8 +509,7 @@ public struct ApplicationNameRequiredException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -575,8 +558,7 @@ extension CodeDeployClientTypes { public init( content: Swift.String? = nil, sha256: Swift.String? = nil - ) - { + ) { self.content = content self.sha256 = sha256 } @@ -602,8 +584,7 @@ public struct ArnNotSupportedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -652,8 +633,7 @@ extension CodeDeployClientTypes { public init( enabled: Swift.Bool = false, events: [CodeDeployClientTypes.AutoRollbackEvent]? = nil - ) - { + ) { self.enabled = enabled self.events = events } @@ -675,8 +655,7 @@ extension CodeDeployClientTypes { hook: Swift.String? = nil, name: Swift.String? = nil, terminationHook: Swift.String? = nil - ) - { + ) { self.hook = hook self.name = name self.terminationHook = terminationHook @@ -703,8 +682,7 @@ public struct BatchLimitExceededException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -728,8 +706,7 @@ public struct InvalidApplicationNameException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -753,8 +730,7 @@ public struct InvalidRevisionException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -778,8 +754,7 @@ public struct RevisionRequiredException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -796,8 +771,7 @@ extension CodeDeployClientTypes { public init( commitId: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.repository = repository } @@ -908,8 +882,7 @@ extension CodeDeployClientTypes { eTag: Swift.String? = nil, key: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bundleType = bundleType self.eTag = eTag @@ -932,8 +905,7 @@ extension CodeDeployClientTypes { public init( content: Swift.String? = nil, sha256: Swift.String? = nil - ) - { + ) { self.content = content self.sha256 = sha256 } @@ -970,8 +942,7 @@ extension CodeDeployClientTypes { revisionType: CodeDeployClientTypes.RevisionLocationType? = nil, s3Location: CodeDeployClientTypes.S3Location? = nil, string: CodeDeployClientTypes.RawString? = nil - ) - { + ) { self.appSpecContent = appSpecContent self.gitHubLocation = gitHubLocation self.revisionType = revisionType @@ -993,8 +964,7 @@ public struct BatchGetApplicationRevisionsInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, revisions: [CodeDeployClientTypes.RevisionLocation]? = nil - ) - { + ) { self.applicationName = applicationName self.revisions = revisions } @@ -1021,8 +991,7 @@ extension CodeDeployClientTypes { firstUsedTime: Foundation.Date? = nil, lastUsedTime: Foundation.Date? = nil, registerTime: Foundation.Date? = nil - ) - { + ) { self.deploymentGroups = deploymentGroups self.description = description self.firstUsedTime = firstUsedTime @@ -1044,8 +1013,7 @@ extension CodeDeployClientTypes { public init( genericRevisionInfo: CodeDeployClientTypes.GenericRevisionInfo? = nil, revisionLocation: CodeDeployClientTypes.RevisionLocation? = nil - ) - { + ) { self.genericRevisionInfo = genericRevisionInfo self.revisionLocation = revisionLocation } @@ -1065,8 +1033,7 @@ public struct BatchGetApplicationRevisionsOutput: Swift.Sendable { applicationName: Swift.String? = nil, errorMessage: Swift.String? = nil, revisions: [CodeDeployClientTypes.RevisionInfo]? = nil - ) - { + ) { self.applicationName = applicationName self.errorMessage = errorMessage self.revisions = revisions @@ -1081,8 +1048,7 @@ public struct BatchGetApplicationsInput: Swift.Sendable { public init( applicationNames: [Swift.String]? = nil - ) - { + ) { self.applicationNames = applicationNames } } @@ -1094,8 +1060,7 @@ public struct BatchGetApplicationsOutput: Swift.Sendable { public init( applicationsInfo: [CodeDeployClientTypes.ApplicationInfo]? = nil - ) - { + ) { self.applicationsInfo = applicationsInfo } } @@ -1119,8 +1084,7 @@ public struct DeploymentConfigDoesNotExistException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1144,8 +1108,7 @@ public struct DeploymentGroupNameRequiredException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1169,8 +1132,7 @@ public struct InvalidDeploymentGroupNameException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1187,8 +1149,7 @@ public struct BatchGetDeploymentGroupsInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, deploymentGroupNames: [Swift.String]? = nil - ) - { + ) { self.applicationName = applicationName self.deploymentGroupNames = deploymentGroupNames } @@ -1239,8 +1200,7 @@ extension CodeDeployClientTypes { public init( actionOnTimeout: CodeDeployClientTypes.DeploymentReadyAction? = nil, waitTimeInMinutes: Swift.Int = 0 - ) - { + ) { self.actionOnTimeout = actionOnTimeout self.waitTimeInMinutes = waitTimeInMinutes } @@ -1289,8 +1249,7 @@ extension CodeDeployClientTypes { public init( action: CodeDeployClientTypes.GreenFleetProvisioningAction? = nil - ) - { + ) { self.action = action } } @@ -1341,8 +1300,7 @@ extension CodeDeployClientTypes { public init( action: CodeDeployClientTypes.InstanceAction? = nil, terminationWaitTimeInMinutes: Swift.Int = 0 - ) - { + ) { self.action = action self.terminationWaitTimeInMinutes = terminationWaitTimeInMinutes } @@ -1364,8 +1322,7 @@ extension CodeDeployClientTypes { deploymentReadyOption: CodeDeployClientTypes.DeploymentReadyOption? = nil, greenFleetProvisioningOption: CodeDeployClientTypes.GreenFleetProvisioningOption? = nil, terminateBlueInstancesOnDeploymentSuccess: CodeDeployClientTypes.BlueInstanceTerminationOption? = nil - ) - { + ) { self.deploymentReadyOption = deploymentReadyOption self.greenFleetProvisioningOption = greenFleetProvisioningOption self.terminateBlueInstancesOnDeploymentSuccess = terminateBlueInstancesOnDeploymentSuccess @@ -1443,8 +1400,7 @@ extension CodeDeployClientTypes { public init( deploymentOption: CodeDeployClientTypes.DeploymentOption? = nil, deploymentType: CodeDeployClientTypes.DeploymentType? = nil - ) - { + ) { self.deploymentOption = deploymentOption self.deploymentType = deploymentType } @@ -1504,8 +1460,7 @@ extension CodeDeployClientTypes { key: Swift.String? = nil, type: CodeDeployClientTypes.EC2TagFilterType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -1522,8 +1477,7 @@ extension CodeDeployClientTypes { public init( ec2TagSetList: [[CodeDeployClientTypes.EC2TagFilter]]? = nil - ) - { + ) { self.ec2TagSetList = ec2TagSetList } } @@ -1541,8 +1495,7 @@ extension CodeDeployClientTypes { public init( clusterName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.serviceName = serviceName } @@ -1614,8 +1567,7 @@ extension CodeDeployClientTypes { deploymentId: Swift.String? = nil, endTime: Foundation.Date? = nil, status: CodeDeployClientTypes.DeploymentStatus? = nil - ) - { + ) { self.createTime = createTime self.deploymentId = deploymentId self.endTime = endTime @@ -1633,8 +1585,7 @@ extension CodeDeployClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1649,8 +1600,7 @@ extension CodeDeployClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1665,8 +1615,7 @@ extension CodeDeployClientTypes { public init( listenerArns: [Swift.String]? = nil - ) - { + ) { self.listenerArns = listenerArns } } @@ -1687,8 +1636,7 @@ extension CodeDeployClientTypes { prodTrafficRoute: CodeDeployClientTypes.TrafficRoute? = nil, targetGroups: [CodeDeployClientTypes.TargetGroupInfo]? = nil, testTrafficRoute: CodeDeployClientTypes.TrafficRoute? = nil - ) - { + ) { self.prodTrafficRoute = prodTrafficRoute self.targetGroups = targetGroups self.testTrafficRoute = testTrafficRoute @@ -1711,8 +1659,7 @@ extension CodeDeployClientTypes { elbInfoList: [CodeDeployClientTypes.ELBInfo]? = nil, targetGroupInfoList: [CodeDeployClientTypes.TargetGroupInfo]? = nil, targetGroupPairInfoList: [CodeDeployClientTypes.TargetGroupPairInfo]? = nil - ) - { + ) { self.elbInfoList = elbInfoList self.targetGroupInfoList = targetGroupInfoList self.targetGroupPairInfoList = targetGroupPairInfoList @@ -1773,8 +1720,7 @@ extension CodeDeployClientTypes { key: Swift.String? = nil, type: CodeDeployClientTypes.TagFilterType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -1791,8 +1737,7 @@ extension CodeDeployClientTypes { public init( onPremisesTagSetList: [[CodeDeployClientTypes.TagFilter]]? = nil - ) - { + ) { self.onPremisesTagSetList = onPremisesTagSetList } } @@ -1895,8 +1840,7 @@ extension CodeDeployClientTypes { triggerEvents: [CodeDeployClientTypes.TriggerEventType]? = nil, triggerName: Swift.String? = nil, triggerTargetArn: Swift.String? = nil - ) - { + ) { self.triggerEvents = triggerEvents self.triggerName = triggerName self.triggerTargetArn = triggerTargetArn @@ -1979,8 +1923,7 @@ extension CodeDeployClientTypes { targetRevision: CodeDeployClientTypes.RevisionLocation? = nil, terminationHookEnabled: Swift.Bool = false, triggerConfigurations: [CodeDeployClientTypes.TriggerConfig]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applicationName = applicationName self.autoRollbackConfiguration = autoRollbackConfiguration @@ -2018,8 +1961,7 @@ public struct BatchGetDeploymentGroupsOutput: Swift.Sendable { public init( deploymentGroupsInfo: [CodeDeployClientTypes.DeploymentGroupInfo]? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.deploymentGroupsInfo = deploymentGroupsInfo self.errorMessage = errorMessage } @@ -2044,8 +1986,7 @@ public struct DeploymentDoesNotExistException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2069,8 +2010,7 @@ public struct DeploymentIdRequiredException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2095,8 +2035,7 @@ public struct InstanceIdRequiredException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2120,8 +2059,7 @@ public struct InvalidComputePlatformException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2145,8 +2083,7 @@ public struct InvalidDeploymentIdException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2163,8 +2100,7 @@ public struct BatchGetDeploymentInstancesInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.deploymentId = deploymentId self.instanceIds = instanceIds } @@ -2270,8 +2206,7 @@ extension CodeDeployClientTypes { logTail: Swift.String? = nil, message: Swift.String? = nil, scriptName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.logTail = logTail self.message = message @@ -2354,8 +2289,7 @@ extension CodeDeployClientTypes { lifecycleEventName: Swift.String? = nil, startTime: Foundation.Date? = nil, status: CodeDeployClientTypes.LifecycleEventStatus? = nil - ) - { + ) { self.diagnostics = diagnostics self.endTime = endTime self.lifecycleEventName = lifecycleEventName @@ -2452,8 +2386,7 @@ extension CodeDeployClientTypes { lastUpdatedAt: Foundation.Date? = nil, lifecycleEvents: [CodeDeployClientTypes.LifecycleEvent]? = nil, status: CodeDeployClientTypes.InstanceStatus? = nil - ) - { + ) { self.deploymentId = deploymentId self.instanceId = instanceId self.instanceType = instanceType @@ -2474,8 +2407,7 @@ public struct BatchGetDeploymentInstancesOutput: Swift.Sendable { public init( errorMessage: Swift.String? = nil, instancesSummary: [CodeDeployClientTypes.InstanceSummary]? = nil - ) - { + ) { self.errorMessage = errorMessage self.instancesSummary = instancesSummary } @@ -2489,8 +2421,7 @@ public struct BatchGetDeploymentsInput: Swift.Sendable { public init( deploymentIds: [Swift.String]? = nil - ) - { + ) { self.deploymentIds = deploymentIds } } @@ -2566,8 +2497,7 @@ extension CodeDeployClientTypes { ready: Swift.Int = 0, skipped: Swift.Int = 0, succeeded: Swift.Int = 0 - ) - { + ) { self.failed = failed self.inProgress = inProgress self.pending = pending @@ -2741,8 +2671,7 @@ extension CodeDeployClientTypes { public init( code: CodeDeployClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2793,8 +2722,7 @@ extension CodeDeployClientTypes { public init( autoUpdateOutdatedInstancesDeploymentIds: [Swift.String]? = nil, autoUpdateOutdatedInstancesRootDeploymentId: Swift.String? = nil - ) - { + ) { self.autoUpdateOutdatedInstancesDeploymentIds = autoUpdateOutdatedInstancesDeploymentIds self.autoUpdateOutdatedInstancesRootDeploymentId = autoUpdateOutdatedInstancesRootDeploymentId } @@ -2816,8 +2744,7 @@ extension CodeDeployClientTypes { rollbackDeploymentId: Swift.String? = nil, rollbackMessage: Swift.String? = nil, rollbackTriggeringDeploymentId: Swift.String? = nil - ) - { + ) { self.rollbackDeploymentId = rollbackDeploymentId self.rollbackMessage = rollbackMessage self.rollbackTriggeringDeploymentId = rollbackTriggeringDeploymentId @@ -2840,8 +2767,7 @@ extension CodeDeployClientTypes { autoScalingGroups: [Swift.String]? = nil, ec2TagSet: CodeDeployClientTypes.EC2TagSet? = nil, tagFilters: [CodeDeployClientTypes.EC2TagFilter]? = nil - ) - { + ) { self.autoScalingGroups = autoScalingGroups self.ec2TagSet = ec2TagSet self.tagFilters = tagFilters @@ -2960,8 +2886,7 @@ extension CodeDeployClientTypes { status: CodeDeployClientTypes.DeploymentStatus? = nil, targetInstances: CodeDeployClientTypes.TargetInstances? = nil, updateOutdatedInstancesOnly: Swift.Bool = false - ) - { + ) { self.additionalDeploymentStatusInfo = additionalDeploymentStatusInfo self.applicationName = applicationName self.autoRollbackConfiguration = autoRollbackConfiguration @@ -3003,8 +2928,7 @@ public struct BatchGetDeploymentsOutput: Swift.Sendable { public init( deploymentsInfo: [CodeDeployClientTypes.DeploymentInfo]? = nil - ) - { + ) { self.deploymentsInfo = deploymentsInfo } } @@ -3028,8 +2952,7 @@ public struct DeploymentNotStartedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3053,8 +2976,7 @@ public struct DeploymentTargetDoesNotExistException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3078,8 +3000,7 @@ public struct DeploymentTargetIdRequiredException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3103,8 +3024,7 @@ public struct DeploymentTargetListSizeExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3129,8 +3049,7 @@ public struct InstanceDoesNotExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3154,8 +3073,7 @@ public struct InvalidDeploymentTargetIdException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3179,8 +3097,7 @@ public struct BatchGetDeploymentTargetsInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, targetIds: [Swift.String]? = nil - ) - { + ) { self.deploymentId = deploymentId self.targetIds = targetIds } @@ -3257,8 +3174,7 @@ extension CodeDeployClientTypes { status: CodeDeployClientTypes.TargetStatus? = nil, targetId: Swift.String? = nil, targetVersionWeight: Swift.Double = 0.0 - ) - { + ) { self.deploymentId = deploymentId self.lastUpdatedAt = lastUpdatedAt self.lifecycleEvents = lifecycleEvents @@ -3370,8 +3286,7 @@ extension CodeDeployClientTypes { targetGroup: CodeDeployClientTypes.TargetGroupInfo? = nil, taskSetLabel: CodeDeployClientTypes.TargetLabel? = nil, trafficWeight: Swift.Double = 0.0 - ) - { + ) { self.desiredCount = desiredCount self.identifer = identifer self.pendingCount = pendingCount @@ -3411,8 +3326,7 @@ extension CodeDeployClientTypes { targetArn: Swift.String? = nil, targetId: Swift.String? = nil, taskSetsInfo: [CodeDeployClientTypes.ECSTaskSet]? = nil - ) - { + ) { self.deploymentId = deploymentId self.lastUpdatedAt = lastUpdatedAt self.lifecycleEvents = lifecycleEvents @@ -3451,8 +3365,7 @@ extension CodeDeployClientTypes { status: CodeDeployClientTypes.TargetStatus? = nil, targetArn: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.instanceLabel = instanceLabel self.lastUpdatedAt = lastUpdatedAt @@ -3485,8 +3398,7 @@ extension CodeDeployClientTypes { functionName: Swift.String? = nil, targetVersion: Swift.String? = nil, targetVersionWeight: Swift.Double = 0.0 - ) - { + ) { self.currentVersion = currentVersion self.functionAlias = functionAlias self.functionName = functionName @@ -3523,8 +3435,7 @@ extension CodeDeployClientTypes { status: CodeDeployClientTypes.TargetStatus? = nil, targetArn: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.lambdaFunctionInfo = lambdaFunctionInfo self.lastUpdatedAt = lastUpdatedAt @@ -3557,8 +3468,7 @@ extension CodeDeployClientTypes { ecsTarget: CodeDeployClientTypes.ECSTarget? = nil, instanceTarget: CodeDeployClientTypes.InstanceTarget? = nil, lambdaTarget: CodeDeployClientTypes.LambdaTarget? = nil - ) - { + ) { self.cloudFormationTarget = cloudFormationTarget self.deploymentTargetType = deploymentTargetType self.ecsTarget = ecsTarget @@ -3582,8 +3492,7 @@ public struct BatchGetDeploymentTargetsOutput: Swift.Sendable { public init( deploymentTargets: [CodeDeployClientTypes.DeploymentTarget]? = nil - ) - { + ) { self.deploymentTargets = deploymentTargets } } @@ -3596,8 +3505,7 @@ public struct BatchGetOnPremisesInstancesInput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil - ) - { + ) { self.instanceNames = instanceNames } } @@ -3629,8 +3537,7 @@ extension CodeDeployClientTypes { instanceName: Swift.String? = nil, registerTime: Foundation.Date? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.deregisterTime = deregisterTime self.iamSessionArn = iamSessionArn self.iamUserArn = iamUserArn @@ -3649,8 +3556,7 @@ public struct BatchGetOnPremisesInstancesOutput: Swift.Sendable { public init( instanceInfos: [CodeDeployClientTypes.InstanceInfo]? = nil - ) - { + ) { self.instanceInfos = instanceInfos } } @@ -3674,8 +3580,7 @@ public struct BucketNameFilterRequiredException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3699,8 +3604,7 @@ public struct DeploymentAlreadyCompletedException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3724,8 +3628,7 @@ public struct DeploymentIsNotInReadyStateException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3749,8 +3652,7 @@ public struct InvalidDeploymentStatusException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3774,8 +3676,7 @@ public struct InvalidDeploymentWaitTypeException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3799,8 +3700,7 @@ public struct UnsupportedActionForDeploymentTypeException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3843,8 +3743,7 @@ public struct ContinueDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, deploymentWaitType: CodeDeployClientTypes.DeploymentWaitType? = nil - ) - { + ) { self.deploymentId = deploymentId self.deploymentWaitType = deploymentWaitType } @@ -3869,8 +3768,7 @@ public struct InvalidTagsToAddException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3889,8 +3787,7 @@ public struct CreateApplicationInput: Swift.Sendable { applicationName: Swift.String? = nil, computePlatform: CodeDeployClientTypes.ComputePlatform? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.applicationName = applicationName self.computePlatform = computePlatform self.tags = tags @@ -3904,8 +3801,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -3929,8 +3825,7 @@ public struct DeploymentGroupDoesNotExistException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3954,8 +3849,7 @@ public struct DeploymentLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3979,8 +3873,7 @@ public struct DescriptionTooLongException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4014,8 +3907,7 @@ public struct InvalidAlarmConfigException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4039,8 +3931,7 @@ public struct InvalidAutoRollbackConfigException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4064,8 +3955,7 @@ public struct InvalidAutoScalingGroupException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4089,8 +3979,7 @@ public struct InvalidDeploymentConfigNameException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4114,8 +4003,7 @@ public struct InvalidFileExistsBehaviorException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4139,8 +4027,7 @@ public struct InvalidGitHubAccountTokenException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4164,8 +4051,7 @@ public struct InvalidIgnoreApplicationStopFailuresValueException: ClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4189,8 +4075,7 @@ public struct InvalidLoadBalancerInfoException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4214,8 +4099,7 @@ public struct InvalidRoleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4247,8 +4131,7 @@ public struct InvalidTargetInstancesException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4272,8 +4155,7 @@ public struct InvalidTrafficRoutingConfigurationException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4297,8 +4179,7 @@ public struct InvalidUpdateOutdatedInstancesOnlyValueException: ClientRuntime.Mo public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4322,8 +4203,7 @@ public struct RevisionDoesNotExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4347,8 +4227,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4397,8 +4276,7 @@ public struct CreateDeploymentInput: Swift.Sendable { revision: CodeDeployClientTypes.RevisionLocation? = nil, targetInstances: CodeDeployClientTypes.TargetInstances? = nil, updateOutdatedInstancesOnly: Swift.Bool? = false - ) - { + ) { self.applicationName = applicationName self.autoRollbackConfiguration = autoRollbackConfiguration self.deploymentConfigName = deploymentConfigName @@ -4420,8 +4298,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -4445,8 +4322,7 @@ public struct DeploymentConfigAlreadyExistsException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4470,8 +4346,7 @@ public struct DeploymentConfigLimitExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4495,8 +4370,7 @@ public struct DeploymentConfigNameRequiredException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4520,8 +4394,7 @@ public struct InvalidMinimumHealthyHostValueException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4545,8 +4418,7 @@ public struct InvalidZonalDeploymentConfigurationException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4599,8 +4471,7 @@ extension CodeDeployClientTypes { public init( type: CodeDeployClientTypes.MinimumHealthyHostsType? = nil, value: Swift.Int = 0 - ) - { + ) { self.type = type self.value = value } @@ -4619,8 +4490,7 @@ extension CodeDeployClientTypes { public init( canaryInterval: Swift.Int = 0, canaryPercentage: Swift.Int = 0 - ) - { + ) { self.canaryInterval = canaryInterval self.canaryPercentage = canaryPercentage } @@ -4639,8 +4509,7 @@ extension CodeDeployClientTypes { public init( linearInterval: Swift.Int = 0, linearPercentage: Swift.Int = 0 - ) - { + ) { self.linearInterval = linearInterval self.linearPercentage = linearPercentage } @@ -4694,8 +4563,7 @@ extension CodeDeployClientTypes { timeBasedCanary: CodeDeployClientTypes.TimeBasedCanary? = nil, timeBasedLinear: CodeDeployClientTypes.TimeBasedLinear? = nil, type: CodeDeployClientTypes.TrafficRoutingType? = nil - ) - { + ) { self.timeBasedCanary = timeBasedCanary self.timeBasedLinear = timeBasedLinear self.type = type @@ -4744,8 +4612,7 @@ extension CodeDeployClientTypes { public init( type: CodeDeployClientTypes.MinimumHealthyHostsPerZoneType? = nil, value: Swift.Int = 0 - ) - { + ) { self.type = type self.value = value } @@ -4767,8 +4634,7 @@ extension CodeDeployClientTypes { firstZoneMonitorDurationInSeconds: Swift.Int? = nil, minimumHealthyHostsPerZone: CodeDeployClientTypes.MinimumHealthyHostsPerZone? = nil, monitorDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.firstZoneMonitorDurationInSeconds = firstZoneMonitorDurationInSeconds self.minimumHealthyHostsPerZone = minimumHealthyHostsPerZone self.monitorDurationInSeconds = monitorDurationInSeconds @@ -4803,8 +4669,7 @@ public struct CreateDeploymentConfigInput: Swift.Sendable { minimumHealthyHosts: CodeDeployClientTypes.MinimumHealthyHosts? = nil, trafficRoutingConfig: CodeDeployClientTypes.TrafficRoutingConfig? = nil, zonalConfig: CodeDeployClientTypes.ZonalConfig? = nil - ) - { + ) { self.computePlatform = computePlatform self.deploymentConfigName = deploymentConfigName self.minimumHealthyHosts = minimumHealthyHosts @@ -4820,8 +4685,7 @@ public struct CreateDeploymentConfigOutput: Swift.Sendable { public init( deploymentConfigId: Swift.String? = nil - ) - { + ) { self.deploymentConfigId = deploymentConfigId } } @@ -4845,8 +4709,7 @@ public struct DeploymentGroupAlreadyExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4870,8 +4733,7 @@ public struct DeploymentGroupLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4895,8 +4757,7 @@ public struct ECSServiceMappingLimitExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4920,8 +4781,7 @@ public struct InvalidBlueGreenDeploymentConfigurationException: ClientRuntime.Mo public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4945,8 +4805,7 @@ public struct InvalidDeploymentStyleException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4970,8 +4829,7 @@ public struct InvalidEC2TagCombinationException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4995,8 +4853,7 @@ public struct InvalidEC2TagException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5020,8 +4877,7 @@ public struct InvalidECSServiceException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5045,8 +4901,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5070,8 +4925,7 @@ public struct InvalidOnPremisesTagCombinationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5095,8 +4949,7 @@ public struct InvalidTargetGroupPairException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5120,8 +4973,7 @@ public struct InvalidTriggerConfigException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5145,8 +4997,7 @@ public struct LifecycleHookLimitExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5170,8 +5021,7 @@ public struct RoleRequiredException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5195,8 +5045,7 @@ public struct TagSetListLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5220,8 +5069,7 @@ public struct TriggerTargetsLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5290,8 +5138,7 @@ public struct CreateDeploymentGroupInput: Swift.Sendable { tags: [CodeDeployClientTypes.Tag]? = nil, terminationHookEnabled: Swift.Bool? = nil, triggerConfigurations: [CodeDeployClientTypes.TriggerConfig]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applicationName = applicationName self.autoRollbackConfiguration = autoRollbackConfiguration @@ -5321,8 +5168,7 @@ public struct CreateDeploymentGroupOutput: Swift.Sendable { public init( deploymentGroupId: Swift.String? = nil - ) - { + ) { self.deploymentGroupId = deploymentGroupId } } @@ -5335,8 +5181,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName } } @@ -5360,8 +5205,7 @@ public struct DeploymentConfigInUseException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5385,8 +5229,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5399,8 +5242,7 @@ public struct DeleteDeploymentConfigInput: Swift.Sendable { public init( deploymentConfigName: Swift.String? = nil - ) - { + ) { self.deploymentConfigName = deploymentConfigName } } @@ -5417,8 +5259,7 @@ public struct DeleteDeploymentGroupInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, deploymentGroupName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.deploymentGroupName = deploymentGroupName } @@ -5431,8 +5272,7 @@ public struct DeleteDeploymentGroupOutput: Swift.Sendable { public init( hooksNotCleanedUp: [CodeDeployClientTypes.AutoScalingGroup]? = nil - ) - { + ) { self.hooksNotCleanedUp = hooksNotCleanedUp } } @@ -5456,8 +5296,7 @@ public struct GitHubAccountTokenDoesNotExistException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5481,8 +5320,7 @@ public struct GitHubAccountTokenNameRequiredException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5506,8 +5344,7 @@ public struct InvalidGitHubAccountTokenNameException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5531,8 +5368,7 @@ public struct OperationNotSupportedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5556,8 +5392,7 @@ public struct ResourceValidationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5569,8 +5404,7 @@ public struct DeleteGitHubAccountTokenInput: Swift.Sendable { public init( tokenName: Swift.String? = nil - ) - { + ) { self.tokenName = tokenName } } @@ -5582,8 +5416,7 @@ public struct DeleteGitHubAccountTokenOutput: Swift.Sendable { public init( tokenName: Swift.String? = nil - ) - { + ) { self.tokenName = tokenName } } @@ -5594,8 +5427,7 @@ public struct DeleteResourcesByExternalIdInput: Swift.Sendable { public init( externalId: Swift.String? = nil - ) - { + ) { self.externalId = externalId } } @@ -5613,8 +5445,7 @@ public struct DeregisterOnPremisesInstanceInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -5627,8 +5458,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName } } @@ -5640,8 +5470,7 @@ public struct GetApplicationOutput: Swift.Sendable { public init( application: CodeDeployClientTypes.ApplicationInfo? = nil - ) - { + ) { self.application = application } } @@ -5658,8 +5487,7 @@ public struct GetApplicationRevisionInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, revision: CodeDeployClientTypes.RevisionLocation? = nil - ) - { + ) { self.applicationName = applicationName self.revision = revision } @@ -5678,8 +5506,7 @@ public struct GetApplicationRevisionOutput: Swift.Sendable { applicationName: Swift.String? = nil, revision: CodeDeployClientTypes.RevisionLocation? = nil, revisionInfo: CodeDeployClientTypes.GenericRevisionInfo? = nil - ) - { + ) { self.applicationName = applicationName self.revision = revision self.revisionInfo = revisionInfo @@ -5694,8 +5521,7 @@ public struct GetDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -5707,8 +5533,7 @@ public struct GetDeploymentOutput: Swift.Sendable { public init( deploymentInfo: CodeDeployClientTypes.DeploymentInfo? = nil - ) - { + ) { self.deploymentInfo = deploymentInfo } } @@ -5721,8 +5546,7 @@ public struct GetDeploymentConfigInput: Swift.Sendable { public init( deploymentConfigName: Swift.String? = nil - ) - { + ) { self.deploymentConfigName = deploymentConfigName } } @@ -5754,8 +5578,7 @@ extension CodeDeployClientTypes { minimumHealthyHosts: CodeDeployClientTypes.MinimumHealthyHosts? = nil, trafficRoutingConfig: CodeDeployClientTypes.TrafficRoutingConfig? = nil, zonalConfig: CodeDeployClientTypes.ZonalConfig? = nil - ) - { + ) { self.computePlatform = computePlatform self.createTime = createTime self.deploymentConfigId = deploymentConfigId @@ -5774,8 +5597,7 @@ public struct GetDeploymentConfigOutput: Swift.Sendable { public init( deploymentConfigInfo: CodeDeployClientTypes.DeploymentConfigInfo? = nil - ) - { + ) { self.deploymentConfigInfo = deploymentConfigInfo } } @@ -5792,8 +5614,7 @@ public struct GetDeploymentGroupInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, deploymentGroupName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.deploymentGroupName = deploymentGroupName } @@ -5806,8 +5627,7 @@ public struct GetDeploymentGroupOutput: Swift.Sendable { public init( deploymentGroupInfo: CodeDeployClientTypes.DeploymentGroupInfo? = nil - ) - { + ) { self.deploymentGroupInfo = deploymentGroupInfo } } @@ -5824,8 +5644,7 @@ public struct GetDeploymentInstanceInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.instanceId = instanceId } @@ -5839,8 +5658,7 @@ public struct GetDeploymentInstanceOutput: Swift.Sendable { public init( instanceSummary: CodeDeployClientTypes.InstanceSummary? = nil - ) - { + ) { self.instanceSummary = instanceSummary } } @@ -5856,8 +5674,7 @@ public struct GetDeploymentTargetInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.targetId = targetId } @@ -5869,8 +5686,7 @@ public struct GetDeploymentTargetOutput: Swift.Sendable { public init( deploymentTarget: CodeDeployClientTypes.DeploymentTarget? = nil - ) - { + ) { self.deploymentTarget = deploymentTarget } } @@ -5883,8 +5699,7 @@ public struct GetOnPremisesInstanceInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -5896,8 +5711,7 @@ public struct GetOnPremisesInstanceOutput: Swift.Sendable { public init( instanceInfo: CodeDeployClientTypes.InstanceInfo? = nil - ) - { + ) { self.instanceInfo = instanceInfo } } @@ -5921,8 +5735,7 @@ public struct InvalidBucketNameFilterException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5946,8 +5759,7 @@ public struct InvalidDeployedStateFilterException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5971,8 +5783,7 @@ public struct InvalidKeyPrefixFilterException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5996,8 +5807,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6021,8 +5831,7 @@ public struct InvalidSortByException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6046,8 +5855,7 @@ public struct InvalidSortOrderException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6161,8 +5969,7 @@ public struct ListApplicationRevisionsInput: Swift.Sendable { s3KeyPrefix: Swift.String? = nil, sortBy: CodeDeployClientTypes.ApplicationRevisionSortBy? = nil, sortOrder: CodeDeployClientTypes.SortOrder? = nil - ) - { + ) { self.applicationName = applicationName self.deployed = deployed self.nextToken = nextToken @@ -6183,8 +5990,7 @@ public struct ListApplicationRevisionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, revisions: [CodeDeployClientTypes.RevisionLocation]? = nil - ) - { + ) { self.nextToken = nextToken self.revisions = revisions } @@ -6197,8 +6003,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -6213,8 +6018,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -6227,8 +6031,7 @@ public struct ListDeploymentConfigsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -6243,8 +6046,7 @@ public struct ListDeploymentConfigsOutput: Swift.Sendable { public init( deploymentConfigsList: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentConfigsList = deploymentConfigsList self.nextToken = nextToken } @@ -6261,8 +6063,7 @@ public struct ListDeploymentGroupsInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.nextToken = nextToken } @@ -6281,8 +6082,7 @@ public struct ListDeploymentGroupsOutput: Swift.Sendable { applicationName: Swift.String? = nil, deploymentGroups: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.deploymentGroups = deploymentGroups self.nextToken = nextToken @@ -6308,8 +6108,7 @@ public struct InvalidDeploymentInstanceTypeException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6333,8 +6132,7 @@ public struct InvalidInstanceStatusException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6358,8 +6156,7 @@ public struct InvalidInstanceTypeException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6383,8 +6180,7 @@ public struct InvalidTargetFilterNameException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6418,8 +6214,7 @@ public struct ListDeploymentInstancesInput: Swift.Sendable { instanceStatusFilter: [CodeDeployClientTypes.InstanceStatus]? = nil, instanceTypeFilter: [CodeDeployClientTypes.InstanceType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.instanceStatusFilter = instanceStatusFilter self.instanceTypeFilter = instanceTypeFilter @@ -6437,8 +6232,7 @@ public struct ListDeploymentInstancesOutput: Swift.Sendable { public init( instancesList: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instancesList = instancesList self.nextToken = nextToken } @@ -6463,8 +6257,7 @@ public struct InvalidExternalIdException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6488,8 +6281,7 @@ public struct InvalidTimeRangeException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6506,8 +6298,7 @@ extension CodeDeployClientTypes { public init( end: Foundation.Date? = nil, start: Foundation.Date? = nil - ) - { + ) { self.end = end self.start = start } @@ -6548,8 +6339,7 @@ public struct ListDeploymentsInput: Swift.Sendable { externalId: Swift.String? = nil, includeOnlyStatuses: [CodeDeployClientTypes.DeploymentStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.createTimeRange = createTimeRange self.deploymentGroupName = deploymentGroupName @@ -6569,8 +6359,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -6622,8 +6411,7 @@ public struct ListDeploymentTargetsInput: Swift.Sendable { deploymentId: Swift.String? = nil, nextToken: Swift.String? = nil, targetFilters: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.deploymentId = deploymentId self.nextToken = nextToken self.targetFilters = targetFilters @@ -6639,8 +6427,7 @@ public struct ListDeploymentTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targetIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.targetIds = targetIds } @@ -6653,8 +6440,7 @@ public struct ListGitHubAccountTokenNamesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -6669,8 +6455,7 @@ public struct ListGitHubAccountTokenNamesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tokenNameList: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tokenNameList = tokenNameList } @@ -6695,8 +6480,7 @@ public struct InvalidRegistrationStatusException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6720,8 +6504,7 @@ public struct InvalidTagFilterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6772,8 +6555,7 @@ public struct ListOnPremisesInstancesInput: Swift.Sendable { nextToken: Swift.String? = nil, registrationStatus: CodeDeployClientTypes.RegistrationStatus? = nil, tagFilters: [CodeDeployClientTypes.TagFilter]? = nil - ) - { + ) { self.nextToken = nextToken self.registrationStatus = registrationStatus self.tagFilters = tagFilters @@ -6790,8 +6572,7 @@ public struct ListOnPremisesInstancesOutput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceNames = instanceNames self.nextToken = nextToken } @@ -6816,8 +6597,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6841,8 +6621,7 @@ public struct ResourceArnRequiredException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6857,8 +6636,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArn = resourceArn } @@ -6873,8 +6651,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -6899,8 +6676,7 @@ public struct InvalidLifecycleEventHookExecutionIdException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6924,8 +6700,7 @@ public struct InvalidLifecycleEventHookExecutionStatusException: ClientRuntime.M public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6949,8 +6724,7 @@ public struct LifecycleEventAlreadyCompletedException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6967,8 +6741,7 @@ public struct PutLifecycleEventHookExecutionStatusInput: Swift.Sendable { deploymentId: Swift.String? = nil, lifecycleEventHookExecutionId: Swift.String? = nil, status: CodeDeployClientTypes.LifecycleEventStatus? = nil - ) - { + ) { self.deploymentId = deploymentId self.lifecycleEventHookExecutionId = lifecycleEventHookExecutionId self.status = status @@ -6981,8 +6754,7 @@ public struct PutLifecycleEventHookExecutionStatusOutput: Swift.Sendable { public init( lifecycleEventHookExecutionId: Swift.String? = nil - ) - { + ) { self.lifecycleEventHookExecutionId = lifecycleEventHookExecutionId } } @@ -7002,8 +6774,7 @@ public struct RegisterApplicationRevisionInput: Swift.Sendable { applicationName: Swift.String? = nil, description: Swift.String? = nil, revision: CodeDeployClientTypes.RevisionLocation? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.revision = revision @@ -7029,8 +6800,7 @@ public struct IamArnRequiredException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7054,8 +6824,7 @@ public struct IamSessionArnAlreadyRegisteredException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7079,8 +6848,7 @@ public struct IamUserArnAlreadyRegisteredException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7104,8 +6872,7 @@ public struct IamUserArnRequiredException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7129,8 +6896,7 @@ public struct InstanceNameAlreadyRegisteredException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7154,8 +6920,7 @@ public struct InvalidIamSessionArnException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7179,8 +6944,7 @@ public struct InvalidIamUserArnException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7204,8 +6968,7 @@ public struct MultipleIamArnsProvidedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7224,8 +6987,7 @@ public struct RegisterOnPremisesInstanceInput: Swift.Sendable { iamSessionArn: Swift.String? = nil, iamUserArn: Swift.String? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.iamSessionArn = iamSessionArn self.iamUserArn = iamUserArn self.instanceName = instanceName @@ -7244,8 +7006,7 @@ public struct RemoveTagsFromOnPremisesInstancesInput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.instanceNames = instanceNames self.tags = tags } @@ -7257,8 +7018,7 @@ public struct SkipWaitTimeForInstanceTerminationInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -7274,8 +7034,7 @@ public struct StopDeploymentInput: Swift.Sendable { public init( autoRollbackEnabled: Swift.Bool? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.autoRollbackEnabled = autoRollbackEnabled self.deploymentId = deploymentId } @@ -7324,8 +7083,7 @@ public struct StopDeploymentOutput: Swift.Sendable { public init( status: CodeDeployClientTypes.StopStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.status = status self.statusMessage = statusMessage } @@ -7342,8 +7100,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CodeDeployClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7365,8 +7122,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -7387,8 +7143,7 @@ public struct UpdateApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, newApplicationName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.newApplicationName = newApplicationName } @@ -7461,8 +7216,7 @@ public struct UpdateDeploymentGroupInput: Swift.Sendable { serviceRoleArn: Swift.String? = nil, terminationHookEnabled: Swift.Bool? = nil, triggerConfigurations: [CodeDeployClientTypes.TriggerConfig]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applicationName = applicationName self.autoRollbackConfiguration = autoRollbackConfiguration @@ -7492,8 +7246,7 @@ public struct UpdateDeploymentGroupOutput: Swift.Sendable { public init( hooksNotCleanedUp: [CodeDeployClientTypes.AutoScalingGroup]? = nil - ) - { + ) { self.hooksNotCleanedUp = hooksNotCleanedUp } } diff --git a/Sources/Services/AWSCodeGuruProfiler/Package.swift.txt b/Sources/Services/AWSCodeGuruProfiler/Package.swift.txt index f91c0b32a99..871381918fe 100644 --- a/Sources/Services/AWSCodeGuruProfiler/Package.swift.txt +++ b/Sources/Services/AWSCodeGuruProfiler/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/CodeGuruProfilerClient.swift b/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/CodeGuruProfilerClient.swift index df70fa1b48c..d09802a2a0f 100644 --- a/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/CodeGuruProfilerClient.swift +++ b/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/CodeGuruProfilerClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeGuruProfilerClient: ClientRuntime.Client { public static let clientName = "CodeGuruProfilerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeGuruProfilerClient.CodeGuruProfilerClientConfiguration let serviceName = "CodeGuruProfiler" diff --git a/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/Models.swift b/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/Models.swift index 5039302e643..7b7f7185bd6 100644 --- a/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/Models.swift +++ b/Sources/Services/AWSCodeGuruProfiler/Sources/AWSCodeGuruProfiler/Models.swift @@ -79,8 +79,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -104,8 +103,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -129,8 +127,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -154,8 +151,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +175,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -204,8 +199,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +248,7 @@ extension CodeGuruProfilerClientTypes { eventPublishers: [CodeGuruProfilerClientTypes.EventPublisher]? = nil, id: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.eventPublishers = eventPublishers self.id = id self.uri = uri @@ -275,8 +268,7 @@ public struct AddNotificationChannelsInput: Swift.Sendable { public init( channels: [CodeGuruProfilerClientTypes.Channel]? = nil, profilingGroupName: Swift.String? = nil - ) - { + ) { self.channels = channels self.profilingGroupName = profilingGroupName } @@ -291,8 +283,7 @@ extension CodeGuruProfilerClientTypes { public init( channels: [CodeGuruProfilerClientTypes.Channel]? = nil - ) - { + ) { self.channels = channels } } @@ -305,8 +296,7 @@ public struct AddNotificationChannelsOutput: Swift.Sendable { public init( notificationConfiguration: CodeGuruProfilerClientTypes.NotificationConfiguration? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration } } @@ -381,8 +371,7 @@ extension CodeGuruProfilerClientTypes { agentParameters: [Swift.String: Swift.String]? = nil, periodInSeconds: Swift.Int? = nil, shouldProfile: Swift.Bool? = nil - ) - { + ) { self.agentParameters = agentParameters self.periodInSeconds = periodInSeconds self.shouldProfile = shouldProfile @@ -400,8 +389,7 @@ extension CodeGuruProfilerClientTypes { public init( profilingEnabled: Swift.Bool? = nil - ) - { + ) { self.profilingEnabled = profilingEnabled } } @@ -460,8 +448,7 @@ extension CodeGuruProfilerClientTypes { public init( period: CodeGuruProfilerClientTypes.AggregationPeriod? = nil, start: Foundation.Date? = nil - ) - { + ) { self.period = period self.start = start } @@ -509,8 +496,7 @@ extension CodeGuruProfilerClientTypes { public init( type: CodeGuruProfilerClientTypes.FeedbackType? = nil - ) - { + ) { self.type = type } } @@ -536,8 +522,7 @@ extension CodeGuruProfilerClientTypes { id: Swift.String? = nil, startTime: Foundation.Date? = nil, userFeedback: CodeGuruProfilerClientTypes.UserFeedback? = nil - ) - { + ) { self.endTime = endTime self.id = id self.startTime = startTime @@ -591,8 +576,7 @@ extension CodeGuruProfilerClientTypes { frameName: Swift.String? = nil, threadStates: [Swift.String]? = nil, type: CodeGuruProfilerClientTypes.MetricType? = nil - ) - { + ) { self.frameName = frameName self.threadStates = threadStates self.type = type @@ -618,8 +602,7 @@ extension CodeGuruProfilerClientTypes { instances: [CodeGuruProfilerClientTypes.AnomalyInstance]? = nil, metric: CodeGuruProfilerClientTypes.Metric? = nil, reason: Swift.String? = nil - ) - { + ) { self.instances = instances self.metric = metric self.reason = reason @@ -645,8 +628,7 @@ extension CodeGuruProfilerClientTypes { frameName: Swift.String? = nil, threadStates: [Swift.String]? = nil, type: CodeGuruProfilerClientTypes.MetricType? = nil - ) - { + ) { self.frameName = frameName self.threadStates = threadStates self.type = type @@ -683,8 +665,7 @@ public struct BatchGetFrameMetricDataInput: Swift.Sendable { profilingGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetResolution: CodeGuruProfilerClientTypes.AggregationPeriod? = nil - ) - { + ) { self.endTime = endTime self.frameMetrics = frameMetrics self.period = period @@ -704,8 +685,7 @@ extension CodeGuruProfilerClientTypes { public init( value: Foundation.Date? = nil - ) - { + ) { self.value = value } } @@ -725,8 +705,7 @@ extension CodeGuruProfilerClientTypes { public init( frameMetric: CodeGuruProfilerClientTypes.FrameMetric? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.frameMetric = frameMetric self.values = values } @@ -767,8 +746,7 @@ public struct BatchGetFrameMetricDataOutput: Swift.Sendable { resolution: CodeGuruProfilerClientTypes.AggregationPeriod? = nil, startTime: Foundation.Date? = nil, unprocessedEndTimes: [Swift.String: [CodeGuruProfilerClientTypes.TimestampStructure]]? = nil - ) - { + ) { self.endTime = endTime self.endTimes = endTimes self.frameMetricData = frameMetricData @@ -791,8 +769,7 @@ public struct GetFindingsReportAccountSummaryInput: Swift.Sendable { dailyReportsOnly: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dailyReportsOnly = dailyReportsOnly self.maxResults = maxResults self.nextToken = nextToken @@ -820,8 +797,7 @@ extension CodeGuruProfilerClientTypes { profileStartTime: Foundation.Date? = nil, profilingGroupName: Swift.String? = nil, totalNumberOfFindings: Swift.Int? = nil - ) - { + ) { self.id = id self.profileEndTime = profileEndTime self.profileStartTime = profileStartTime @@ -842,8 +818,7 @@ public struct GetFindingsReportAccountSummaryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportSummaries: [CodeGuruProfilerClientTypes.FindingsReportSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.reportSummaries = reportSummaries } @@ -856,8 +831,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -868,8 +842,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -965,8 +938,7 @@ public struct ConfigureAgentInput: Swift.Sendable { fleetInstanceId: Swift.String? = nil, metadata: [Swift.String: Swift.String]? = nil, profilingGroupName: Swift.String? = nil - ) - { + ) { self.fleetInstanceId = fleetInstanceId self.metadata = metadata self.profilingGroupName = profilingGroupName @@ -981,8 +953,7 @@ public struct ConfigureAgentOutput: Swift.Sendable { public init( configuration: CodeGuruProfilerClientTypes.AgentConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -1039,8 +1010,7 @@ public struct CreateProfilingGroupInput: Swift.Sendable { computePlatform: CodeGuruProfilerClientTypes.ComputePlatform? = nil, profilingGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentOrchestrationConfig = agentOrchestrationConfig self.clientToken = clientToken self.computePlatform = computePlatform @@ -1064,8 +1034,7 @@ extension CodeGuruProfilerClientTypes { latestAgentOrchestratedAt: Foundation.Date? = nil, latestAgentProfileReportedAt: Foundation.Date? = nil, latestAggregatedProfile: CodeGuruProfilerClientTypes.AggregatedProfileTime? = nil - ) - { + ) { self.latestAgentOrchestratedAt = latestAgentOrchestratedAt self.latestAgentProfileReportedAt = latestAgentProfileReportedAt self.latestAggregatedProfile = latestAggregatedProfile @@ -1103,8 +1072,7 @@ extension CodeGuruProfilerClientTypes { profilingStatus: CodeGuruProfilerClientTypes.ProfilingStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.agentOrchestrationConfig = agentOrchestrationConfig self.arn = arn self.computePlatform = computePlatform @@ -1125,8 +1093,7 @@ public struct CreateProfilingGroupOutput: Swift.Sendable { public init( profilingGroup: CodeGuruProfilerClientTypes.ProfilingGroupDescription? = nil - ) - { + ) { self.profilingGroup = profilingGroup } } @@ -1139,8 +1106,7 @@ public struct DeleteProfilingGroupInput: Swift.Sendable { public init( profilingGroupName: Swift.String? = nil - ) - { + ) { self.profilingGroupName = profilingGroupName } } @@ -1159,8 +1125,7 @@ public struct DescribeProfilingGroupInput: Swift.Sendable { public init( profilingGroupName: Swift.String? = nil - ) - { + ) { self.profilingGroupName = profilingGroupName } } @@ -1173,8 +1138,7 @@ public struct DescribeProfilingGroupOutput: Swift.Sendable { public init( profilingGroup: CodeGuruProfilerClientTypes.ProfilingGroupDescription? = nil - ) - { + ) { self.profilingGroup = profilingGroup } } @@ -1187,8 +1151,7 @@ public struct GetNotificationConfigurationInput: Swift.Sendable { public init( profilingGroupName: Swift.String? = nil - ) - { + ) { self.profilingGroupName = profilingGroupName } } @@ -1201,8 +1164,7 @@ public struct GetNotificationConfigurationOutput: Swift.Sendable { public init( notificationConfiguration: CodeGuruProfilerClientTypes.NotificationConfiguration? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration } } @@ -1215,8 +1177,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( profilingGroupName: Swift.String? = nil - ) - { + ) { self.profilingGroupName = profilingGroupName } } @@ -1233,8 +1194,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -1267,8 +1227,7 @@ public struct GetProfileInput: Swift.Sendable { period: Swift.String? = nil, profilingGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.accept = accept self.endTime = endTime self.maxDepth = maxDepth @@ -1293,8 +1252,7 @@ public struct GetProfileOutput: Swift.Sendable { contentEncoding: Swift.String? = nil, contentType: Swift.String? = nil, profile: Foundation.Data? = nil - ) - { + ) { self.contentEncoding = contentEncoding self.contentType = contentType self.profile = profile @@ -1342,8 +1300,7 @@ public struct GetRecommendationsInput: Swift.Sendable { locale: Swift.String? = nil, profilingGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.locale = locale self.profilingGroupName = profilingGroupName @@ -1378,8 +1335,7 @@ extension CodeGuruProfilerClientTypes { resolutionSteps: Swift.String? = nil, targetFrames: [[Swift.String]]? = nil, thresholdPercent: Swift.Double = 0.0 - ) - { + ) { self.countersToAggregate = countersToAggregate self.description = description self.id = id @@ -1406,8 +1362,7 @@ extension CodeGuruProfilerClientTypes { frameAddress: Swift.String? = nil, targetFramesIndex: Swift.Int? = nil, thresholdBreachValue: Swift.Double? = nil - ) - { + ) { self.frameAddress = frameAddress self.targetFramesIndex = targetFramesIndex self.thresholdBreachValue = thresholdBreachValue @@ -1445,8 +1400,7 @@ extension CodeGuruProfilerClientTypes { pattern: CodeGuruProfilerClientTypes.Pattern? = nil, startTime: Foundation.Date? = nil, topMatches: [CodeGuruProfilerClientTypes.Match]? = nil - ) - { + ) { self.allMatchesCount = allMatchesCount self.allMatchesSum = allMatchesSum self.endTime = endTime @@ -1481,8 +1435,7 @@ public struct GetRecommendationsOutput: Swift.Sendable { profileStartTime: Foundation.Date? = nil, profilingGroupName: Swift.String? = nil, recommendations: [CodeGuruProfilerClientTypes.Recommendation]? = nil - ) - { + ) { self.anomalies = anomalies self.profileEndTime = profileEndTime self.profileStartTime = profileStartTime @@ -1516,8 +1469,7 @@ public struct ListFindingsReportsInput: Swift.Sendable { nextToken: Swift.String? = nil, profilingGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dailyReportsOnly = dailyReportsOnly self.endTime = endTime self.maxResults = maxResults @@ -1538,8 +1490,7 @@ public struct ListFindingsReportsOutput: Swift.Sendable { public init( findingsReportSummaries: [CodeGuruProfilerClientTypes.FindingsReportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingsReportSummaries = findingsReportSummaries self.nextToken = nextToken } @@ -1611,8 +1562,7 @@ public struct ListProfileTimesInput: Swift.Sendable { period: CodeGuruProfilerClientTypes.AggregationPeriod? = nil, profilingGroupName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -1632,8 +1582,7 @@ extension CodeGuruProfilerClientTypes { public init( start: Foundation.Date? = nil - ) - { + ) { self.start = start } } @@ -1650,8 +1599,7 @@ public struct ListProfileTimesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileTimes: [CodeGuruProfilerClientTypes.ProfileTime]? = nil - ) - { + ) { self.nextToken = nextToken self.profileTimes = profileTimes } @@ -1670,8 +1618,7 @@ public struct ListProfilingGroupsInput: Swift.Sendable { includeDescription: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeDescription = includeDescription self.maxResults = maxResults self.nextToken = nextToken @@ -1692,8 +1639,7 @@ public struct ListProfilingGroupsOutput: Swift.Sendable { nextToken: Swift.String? = nil, profilingGroupNames: [Swift.String]? = nil, profilingGroups: [CodeGuruProfilerClientTypes.ProfilingGroupDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.profilingGroupNames = profilingGroupNames self.profilingGroups = profilingGroups @@ -1723,8 +1669,7 @@ public struct PostAgentProfileInput: Swift.Sendable { contentType: Swift.String? = nil, profileToken: Swift.String? = nil, profilingGroupName: Swift.String? = nil - ) - { + ) { self.agentProfile = agentProfile self.contentType = contentType self.profileToken = profileToken @@ -1757,8 +1702,7 @@ public struct PutPermissionInput: Swift.Sendable { principals: [Swift.String]? = nil, profilingGroupName: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.actionGroup = actionGroup self.principals = principals self.profilingGroupName = profilingGroupName @@ -1778,8 +1722,7 @@ public struct PutPermissionOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -1797,8 +1740,7 @@ public struct RemoveNotificationChannelInput: Swift.Sendable { public init( channelId: Swift.String? = nil, profilingGroupName: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.profilingGroupName = profilingGroupName } @@ -1811,8 +1753,7 @@ public struct RemoveNotificationChannelOutput: Swift.Sendable { public init( notificationConfiguration: CodeGuruProfilerClientTypes.NotificationConfiguration? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration } } @@ -1833,8 +1774,7 @@ public struct RemovePermissionInput: Swift.Sendable { actionGroup: CodeGuruProfilerClientTypes.ActionGroup? = nil, profilingGroupName: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.actionGroup = actionGroup self.profilingGroupName = profilingGroupName self.revisionId = revisionId @@ -1853,8 +1793,7 @@ public struct RemovePermissionOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -1879,8 +1818,7 @@ public struct SubmitFeedbackInput: Swift.Sendable { comment: Swift.String? = nil, profilingGroupName: Swift.String? = nil, type: CodeGuruProfilerClientTypes.FeedbackType? = nil - ) - { + ) { self.anomalyInstanceId = anomalyInstanceId self.comment = comment self.profilingGroupName = profilingGroupName @@ -1906,8 +1844,7 @@ public struct UpdateProfilingGroupInput: Swift.Sendable { public init( agentOrchestrationConfig: CodeGuruProfilerClientTypes.AgentOrchestrationConfig? = nil, profilingGroupName: Swift.String? = nil - ) - { + ) { self.agentOrchestrationConfig = agentOrchestrationConfig self.profilingGroupName = profilingGroupName } @@ -1921,8 +1858,7 @@ public struct UpdateProfilingGroupOutput: Swift.Sendable { public init( profilingGroup: CodeGuruProfilerClientTypes.ProfilingGroupDescription? = nil - ) - { + ) { self.profilingGroup = profilingGroup } } @@ -1938,8 +1874,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1961,8 +1896,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCodeGuruReviewer/Package.swift.txt b/Sources/Services/AWSCodeGuruReviewer/Package.swift.txt index 4ed87c02227..0c26441bdbb 100644 --- a/Sources/Services/AWSCodeGuruReviewer/Package.swift.txt +++ b/Sources/Services/AWSCodeGuruReviewer/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/CodeGuruReviewerClient.swift b/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/CodeGuruReviewerClient.swift index 4517f7146d6..d6cf8bcdda4 100644 --- a/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/CodeGuruReviewerClient.swift +++ b/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/CodeGuruReviewerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeGuruReviewerClient: ClientRuntime.Client { public static let clientName = "CodeGuruReviewerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeGuruReviewerClient.CodeGuruReviewerClientConfiguration let serviceName = "CodeGuru Reviewer" diff --git a/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/Models.swift b/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/Models.swift index 657b7bb6675..af2997019e6 100644 --- a/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/Models.swift +++ b/Sources/Services/AWSCodeGuruReviewer/Sources/AWSCodeGuruReviewer/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -100,8 +99,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -124,8 +122,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +145,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +168,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +218,7 @@ extension CodeGuruReviewerClientTypes { public init( encryptionOption: CodeGuruReviewerClientTypes.EncryptionOption? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionOption = encryptionOption self.kmsKeyId = kmsKeyId } @@ -249,8 +243,7 @@ extension CodeGuruReviewerClientTypes { connectionArn: Swift.String? = nil, name: Swift.String? = nil, owner: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.name = name self.owner = owner @@ -268,8 +261,7 @@ extension CodeGuruReviewerClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -289,8 +281,7 @@ extension CodeGuruReviewerClientTypes { public init( bucketName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.name = name } @@ -315,8 +306,7 @@ extension CodeGuruReviewerClientTypes { codeCommit: CodeGuruReviewerClientTypes.CodeCommitRepository? = nil, gitHubEnterpriseServer: CodeGuruReviewerClientTypes.ThirdPartySourceRepository? = nil, s3Bucket: CodeGuruReviewerClientTypes.S3Repository? = nil - ) - { + ) { self.bitbucket = bitbucket self.codeCommit = codeCommit self.gitHubEnterpriseServer = gitHubEnterpriseServer @@ -349,8 +339,7 @@ public struct AssociateRepositoryInput: Swift.Sendable { kmsKeyDetails: CodeGuruReviewerClientTypes.KMSKeyDetails? = nil, repository: CodeGuruReviewerClientTypes.Repository? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.kmsKeyDetails = kmsKeyDetails self.repository = repository @@ -413,8 +402,7 @@ extension CodeGuruReviewerClientTypes { public init( buildArtifactsObjectKey: Swift.String? = nil, sourceCodeArtifactsObjectKey: Swift.String? = nil - ) - { + ) { self.buildArtifactsObjectKey = buildArtifactsObjectKey self.sourceCodeArtifactsObjectKey = sourceCodeArtifactsObjectKey } @@ -433,8 +421,7 @@ extension CodeGuruReviewerClientTypes { public init( bucketName: Swift.String? = nil, codeArtifacts: CodeGuruReviewerClientTypes.CodeArtifacts? = nil - ) - { + ) { self.bucketName = bucketName self.codeArtifacts = codeArtifacts } @@ -542,8 +529,7 @@ extension CodeGuruReviewerClientTypes { s3RepositoryDetails: CodeGuruReviewerClientTypes.S3RepositoryDetails? = nil, state: CodeGuruReviewerClientTypes.RepositoryAssociationState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.connectionArn = connectionArn @@ -573,8 +559,7 @@ public struct AssociateRepositoryOutput: Swift.Sendable { public init( repositoryAssociation: CodeGuruReviewerClientTypes.RepositoryAssociation? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.repositoryAssociation = repositoryAssociation self.tags = tags } @@ -598,8 +583,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -614,8 +598,7 @@ extension CodeGuruReviewerClientTypes { public init( branchName: Swift.String? = nil - ) - { + ) { self.branchName = branchName } } @@ -635,8 +618,7 @@ extension CodeGuruReviewerClientTypes { public init( destinationBranchName: Swift.String? = nil, sourceBranchName: Swift.String? = nil - ) - { + ) { self.destinationBranchName = destinationBranchName self.sourceBranchName = sourceBranchName } @@ -658,8 +640,7 @@ extension CodeGuruReviewerClientTypes { destinationCommit: Swift.String? = nil, mergeBaseCommit: Swift.String? = nil, sourceCommit: Swift.String? = nil - ) - { + ) { self.destinationCommit = destinationCommit self.mergeBaseCommit = mergeBaseCommit self.sourceCommit = sourceCommit @@ -679,8 +660,7 @@ extension CodeGuruReviewerClientTypes { public init( name: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.name = name self.state = state } @@ -737,8 +717,7 @@ extension CodeGuruReviewerClientTypes { requestId: Swift.String? = nil, requester: Swift.String? = nil, vendorName: CodeGuruReviewerClientTypes.VendorName? = nil - ) - { + ) { self.eventInfo = eventInfo self.requestId = requestId self.requester = requester @@ -760,8 +739,7 @@ extension CodeGuruReviewerClientTypes { public init( details: CodeGuruReviewerClientTypes.S3RepositoryDetails? = nil, name: Swift.String? = nil - ) - { + ) { self.details = details self.name = name } @@ -789,8 +767,7 @@ extension CodeGuruReviewerClientTypes { repositoryHead: CodeGuruReviewerClientTypes.RepositoryHeadSourceCodeType? = nil, requestMetadata: CodeGuruReviewerClientTypes.RequestMetadata? = nil, s3BucketRepository: CodeGuruReviewerClientTypes.S3BucketRepository? = nil - ) - { + ) { self.branchDiff = branchDiff self.commitDiff = commitDiff self.repositoryHead = repositoryHead @@ -812,8 +789,7 @@ extension CodeGuruReviewerClientTypes { public init( repositoryHead: CodeGuruReviewerClientTypes.RepositoryHeadSourceCodeType? = nil, sourceCodeType: CodeGuruReviewerClientTypes.SourceCodeType? = nil - ) - { + ) { self.repositoryHead = repositoryHead self.sourceCodeType = sourceCodeType } @@ -837,8 +813,7 @@ extension CodeGuruReviewerClientTypes { public init( analysisTypes: [CodeGuruReviewerClientTypes.AnalysisType]? = nil, repositoryAnalysis: CodeGuruReviewerClientTypes.RepositoryAnalysis? = nil - ) - { + ) { self.analysisTypes = analysisTypes self.repositoryAnalysis = repositoryAnalysis } @@ -863,8 +838,7 @@ public struct CreateCodeReviewInput: Swift.Sendable { name: Swift.String? = nil, repositoryAssociationArn: Swift.String? = nil, type: CodeGuruReviewerClientTypes.CodeReviewType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.repositoryAssociationArn = repositoryAssociationArn @@ -919,8 +893,7 @@ extension CodeGuruReviewerClientTypes { findingsCount: Swift.Int? = nil, meteredLinesOfCodeCount: Swift.Int? = nil, suppressedLinesOfCodeCount: Swift.Int? = nil - ) - { + ) { self.findingsCount = findingsCount self.meteredLinesOfCodeCount = meteredLinesOfCodeCount self.suppressedLinesOfCodeCount = suppressedLinesOfCodeCount @@ -1054,8 +1027,7 @@ extension CodeGuruReviewerClientTypes { state: CodeGuruReviewerClientTypes.JobState? = nil, stateReason: Swift.String? = nil, type: CodeGuruReviewerClientTypes.ModelType? = nil - ) - { + ) { self.analysisTypes = analysisTypes self.associationArn = associationArn self.codeReviewArn = codeReviewArn @@ -1082,8 +1054,7 @@ public struct CreateCodeReviewOutput: Swift.Sendable { public init( codeReview: CodeGuruReviewerClientTypes.CodeReview? = nil - ) - { + ) { self.codeReview = codeReview } } @@ -1095,8 +1066,7 @@ public struct DescribeCodeReviewInput: Swift.Sendable { public init( codeReviewArn: Swift.String? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn } } @@ -1107,8 +1077,7 @@ public struct DescribeCodeReviewOutput: Swift.Sendable { public init( codeReview: CodeGuruReviewerClientTypes.CodeReview? = nil - ) - { + ) { self.codeReview = codeReview } } @@ -1127,8 +1096,7 @@ public struct DescribeRecommendationFeedbackInput: Swift.Sendable { codeReviewArn: Swift.String? = nil, recommendationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.recommendationId = recommendationId self.userId = userId @@ -1188,8 +1156,7 @@ extension CodeGuruReviewerClientTypes { reactions: [CodeGuruReviewerClientTypes.Reaction]? = nil, recommendationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.createdTimeStamp = createdTimeStamp self.lastUpdatedTimeStamp = lastUpdatedTimeStamp @@ -1206,8 +1173,7 @@ public struct DescribeRecommendationFeedbackOutput: Swift.Sendable { public init( recommendationFeedback: CodeGuruReviewerClientTypes.RecommendationFeedback? = nil - ) - { + ) { self.recommendationFeedback = recommendationFeedback } } @@ -1230,8 +1196,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1243,8 +1208,7 @@ public struct DescribeRepositoryAssociationInput: Swift.Sendable { public init( associationArn: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn } } @@ -1262,8 +1226,7 @@ public struct DescribeRepositoryAssociationOutput: Swift.Sendable { public init( repositoryAssociation: CodeGuruReviewerClientTypes.RepositoryAssociation? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.repositoryAssociation = repositoryAssociation self.tags = tags } @@ -1276,8 +1239,7 @@ public struct DisassociateRepositoryInput: Swift.Sendable { public init( associationArn: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn } } @@ -1295,8 +1257,7 @@ public struct DisassociateRepositoryOutput: Swift.Sendable { public init( repositoryAssociation: CodeGuruReviewerClientTypes.RepositoryAssociation? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.repositoryAssociation = repositoryAssociation self.tags = tags } @@ -1332,8 +1293,7 @@ public struct ListCodeReviewsInput: Swift.Sendable { repositoryNames: [Swift.String]? = nil, states: [CodeGuruReviewerClientTypes.JobState]? = nil, type: CodeGuruReviewerClientTypes.ModelType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.providerTypes = providerTypes @@ -1358,8 +1318,7 @@ extension CodeGuruReviewerClientTypes { findingsCount: Swift.Int? = nil, meteredLinesOfCodeCount: Swift.Int? = nil, suppressedLinesOfCodeCount: Swift.Int? = nil - ) - { + ) { self.findingsCount = findingsCount self.meteredLinesOfCodeCount = meteredLinesOfCodeCount self.suppressedLinesOfCodeCount = suppressedLinesOfCodeCount @@ -1417,8 +1376,7 @@ extension CodeGuruReviewerClientTypes { sourceCodeType: CodeGuruReviewerClientTypes.SourceCodeType? = nil, state: CodeGuruReviewerClientTypes.JobState? = nil, type: CodeGuruReviewerClientTypes.ModelType? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.createdTimeStamp = createdTimeStamp self.lastUpdatedTimeStamp = lastUpdatedTimeStamp @@ -1444,8 +1402,7 @@ public struct ListCodeReviewsOutput: Swift.Sendable { public init( codeReviewSummaries: [CodeGuruReviewerClientTypes.CodeReviewSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.codeReviewSummaries = codeReviewSummaries self.nextToken = nextToken } @@ -1470,8 +1427,7 @@ public struct ListRecommendationFeedbackInput: Swift.Sendable { nextToken: Swift.String? = nil, recommendationIds: [Swift.String]? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.maxResults = maxResults self.nextToken = nextToken @@ -1495,8 +1451,7 @@ extension CodeGuruReviewerClientTypes { reactions: [CodeGuruReviewerClientTypes.Reaction]? = nil, recommendationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.reactions = reactions self.recommendationId = recommendationId self.userId = userId @@ -1513,8 +1468,7 @@ public struct ListRecommendationFeedbackOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationFeedbackSummaries: [CodeGuruReviewerClientTypes.RecommendationFeedbackSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationFeedbackSummaries = recommendationFeedbackSummaries } @@ -1533,8 +1487,7 @@ public struct ListRecommendationsInput: Swift.Sendable { codeReviewArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.maxResults = maxResults self.nextToken = nextToken @@ -1618,8 +1571,7 @@ extension CodeGuruReviewerClientTypes { ruleName: Swift.String? = nil, ruleTags: [Swift.String]? = nil, shortDescription: Swift.String? = nil - ) - { + ) { self.longDescription = longDescription self.ruleId = ruleId self.ruleName = ruleName @@ -1697,8 +1649,7 @@ extension CodeGuruReviewerClientTypes { ruleMetadata: CodeGuruReviewerClientTypes.RuleMetadata? = nil, severity: CodeGuruReviewerClientTypes.Severity? = nil, startLine: Swift.Int? = nil - ) - { + ) { self.description = description self.endLine = endLine self.filePath = filePath @@ -1720,8 +1671,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationSummaries: [CodeGuruReviewerClientTypes.RecommendationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationSummaries = recommendationSummaries } @@ -1765,8 +1715,7 @@ public struct ListRepositoryAssociationsInput: Swift.Sendable { owners: [Swift.String]? = nil, providerTypes: [CodeGuruReviewerClientTypes.ProviderType]? = nil, states: [CodeGuruReviewerClientTypes.RepositoryAssociationState]? = nil - ) - { + ) { self.maxResults = maxResults self.names = names self.nextToken = nextToken @@ -1823,8 +1772,7 @@ extension CodeGuruReviewerClientTypes { owner: Swift.String? = nil, providerType: CodeGuruReviewerClientTypes.ProviderType? = nil, state: CodeGuruReviewerClientTypes.RepositoryAssociationState? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.connectionArn = connectionArn @@ -1846,8 +1794,7 @@ public struct ListRepositoryAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositoryAssociationSummaries: [CodeGuruReviewerClientTypes.RepositoryAssociationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryAssociationSummaries = repositoryAssociationSummaries } @@ -1860,8 +1807,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1876,8 +1822,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1897,8 +1842,7 @@ public struct PutRecommendationFeedbackInput: Swift.Sendable { codeReviewArn: Swift.String? = nil, reactions: [CodeGuruReviewerClientTypes.Reaction]? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.codeReviewArn = codeReviewArn self.reactions = reactions self.recommendationId = recommendationId @@ -1925,8 +1869,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1948,8 +1891,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCodeGuruSecurity/Package.swift.txt b/Sources/Services/AWSCodeGuruSecurity/Package.swift.txt index 704617f52c1..c30bdd61a5e 100644 --- a/Sources/Services/AWSCodeGuruSecurity/Package.swift.txt +++ b/Sources/Services/AWSCodeGuruSecurity/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/CodeGuruSecurityClient.swift b/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/CodeGuruSecurityClient.swift index 85419274855..56270d18d5f 100644 --- a/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/CodeGuruSecurityClient.swift +++ b/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/CodeGuruSecurityClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeGuruSecurityClient: ClientRuntime.Client { public static let clientName = "CodeGuruSecurityClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeGuruSecurityClient.CodeGuruSecurityClientConfiguration let serviceName = "CodeGuru Security" diff --git a/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/Models.swift b/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/Models.swift index 24ef50b8c84..07fe72231d0 100644 --- a/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/Models.swift +++ b/Sources/Services/AWSCodeGuruSecurity/Sources/AWSCodeGuruSecurity/Models.swift @@ -58,8 +58,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message self.properties.resourceId = resourceId @@ -88,8 +87,7 @@ extension CodeGuruSecurityClientTypes { info: Swift.Double? = nil, low: Swift.Double? = nil, medium: Swift.Double? = nil - ) - { + ) { self.critical = critical self.high = high self.info = info @@ -120,8 +118,7 @@ extension CodeGuruSecurityClientTypes { meanTimeToClose: CodeGuruSecurityClientTypes.FindingMetricsValuePerSeverity? = nil, newFindings: CodeGuruSecurityClientTypes.FindingMetricsValuePerSeverity? = nil, openFindings: CodeGuruSecurityClientTypes.FindingMetricsValuePerSeverity? = nil - ) - { + ) { self.closedFindings = closedFindings self.date = date self.meanTimeToClose = meanTimeToClose @@ -182,8 +179,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( error: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.message = message } @@ -219,8 +215,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message self.properties.quotaCode = quotaCode @@ -242,8 +237,7 @@ extension CodeGuruSecurityClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -319,8 +313,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [CodeGuruSecurityClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: CodeGuruSecurityClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.fieldList = fieldList self.properties.message = message @@ -342,8 +335,7 @@ extension CodeGuruSecurityClientTypes { public init( findingId: Swift.String? = nil, scanName: Swift.String? = nil - ) - { + ) { self.findingId = findingId self.scanName = scanName } @@ -357,8 +349,7 @@ public struct BatchGetFindingsInput: Swift.Sendable { public init( findingIdentifiers: [CodeGuruSecurityClientTypes.FindingIdentifier]? = nil - ) - { + ) { self.findingIdentifiers = findingIdentifiers } } @@ -423,8 +414,7 @@ extension CodeGuruSecurityClientTypes { findingId: Swift.String? = nil, message: Swift.String? = nil, scanName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.findingId = findingId self.message = message @@ -445,8 +435,7 @@ extension CodeGuruSecurityClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -465,8 +454,7 @@ extension CodeGuruSecurityClientTypes { public init( code: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.code = code self.description = description } @@ -485,8 +473,7 @@ extension CodeGuruSecurityClientTypes { public init( recommendation: CodeGuruSecurityClientTypes.Recommendation? = nil, suggestedFixes: [CodeGuruSecurityClientTypes.SuggestedFix]? = nil - ) - { + ) { self.recommendation = recommendation self.suggestedFixes = suggestedFixes } @@ -505,8 +492,7 @@ extension CodeGuruSecurityClientTypes { public init( id: Swift.String? = nil, subResourceId: Swift.String? = nil - ) - { + ) { self.id = id self.subResourceId = subResourceId } @@ -595,8 +581,7 @@ extension CodeGuruSecurityClientTypes { public init( content: Swift.String? = nil, number: Swift.Int? = nil - ) - { + ) { self.content = content self.number = number } @@ -624,8 +609,7 @@ extension CodeGuruSecurityClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, startLine: Swift.Int? = nil - ) - { + ) { self.codeSnippet = codeSnippet self.endLine = endLine self.name = name @@ -657,8 +641,7 @@ extension CodeGuruSecurityClientTypes { itemCount: Swift.Int? = nil, referenceUrls: [Swift.String]? = nil, relatedVulnerabilities: [Swift.String]? = nil - ) - { + ) { self.filePath = filePath self.id = id self.itemCount = itemCount @@ -722,8 +705,7 @@ extension CodeGuruSecurityClientTypes { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, vulnerability: CodeGuruSecurityClientTypes.Vulnerability? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.detectorId = detectorId @@ -755,8 +737,7 @@ public struct BatchGetFindingsOutput: Swift.Sendable { public init( failedFindings: [CodeGuruSecurityClientTypes.BatchGetFindingsError]? = nil, findings: [CodeGuruSecurityClientTypes.Finding]? = nil - ) - { + ) { self.failedFindings = failedFindings self.findings = findings } @@ -794,8 +775,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message self.properties.resourceId = resourceId @@ -835,8 +815,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message self.properties.resourceId = resourceId @@ -910,8 +889,7 @@ public struct CreateScanInput: Swift.Sendable { scanName: Swift.String? = nil, scanType: CodeGuruSecurityClientTypes.ScanType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.analysisType = analysisType self.clientToken = clientToken self.resourceId = resourceId @@ -975,8 +953,7 @@ public struct CreateScanOutput: Swift.Sendable { scanName: Swift.String? = nil, scanNameArn: Swift.String? = nil, scanState: CodeGuruSecurityClientTypes.ScanState? = nil - ) - { + ) { self.resourceId = resourceId self.runId = runId self.scanName = scanName @@ -992,8 +969,7 @@ public struct CreateUploadUrlInput: Swift.Sendable { public init( scanName: Swift.String? = nil - ) - { + ) { self.scanName = scanName } } @@ -1013,8 +989,7 @@ public struct CreateUploadUrlOutput: Swift.Sendable { codeArtifactId: Swift.String? = nil, requestHeaders: [Swift.String: Swift.String]? = nil, s3Url: Swift.String? = nil - ) - { + ) { self.codeArtifactId = codeArtifactId self.requestHeaders = requestHeaders self.s3Url = s3Url @@ -1040,8 +1015,7 @@ extension CodeGuruSecurityClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -1054,8 +1028,7 @@ public struct GetAccountConfigurationOutput: Swift.Sendable { public init( encryptionConfig: CodeGuruSecurityClientTypes.EncryptionConfig? = nil - ) - { + ) { self.encryptionConfig = encryptionConfig } } @@ -1076,8 +1049,7 @@ public struct GetFindingsInput: Swift.Sendable { nextToken: Swift.String? = nil, scanName: Swift.String? = nil, status: CodeGuruSecurityClientTypes.Status? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.scanName = scanName @@ -1094,8 +1066,7 @@ public struct GetFindingsOutput: Swift.Sendable { public init( findings: [CodeGuruSecurityClientTypes.Finding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -1108,8 +1079,7 @@ public struct GetMetricsSummaryInput: Swift.Sendable { public init( date: Foundation.Date? = nil - ) - { + ) { self.date = date } } @@ -1126,8 +1096,7 @@ extension CodeGuruSecurityClientTypes { public init( categoryName: Swift.String? = nil, findingNumber: Swift.Int? = nil - ) - { + ) { self.categoryName = categoryName self.findingNumber = findingNumber } @@ -1146,8 +1115,7 @@ extension CodeGuruSecurityClientTypes { public init( findingNumber: Swift.Int? = nil, scanName: Swift.String? = nil - ) - { + ) { self.findingNumber = findingNumber self.scanName = scanName } @@ -1175,8 +1143,7 @@ extension CodeGuruSecurityClientTypes { openFindings: CodeGuruSecurityClientTypes.FindingMetricsValuePerSeverity? = nil, scansWithMostOpenCriticalFindings: [CodeGuruSecurityClientTypes.ScanNameWithFindingNum]? = nil, scansWithMostOpenFindings: [CodeGuruSecurityClientTypes.ScanNameWithFindingNum]? = nil - ) - { + ) { self.categoriesWithMostFindings = categoriesWithMostFindings self.date = date self.openFindings = openFindings @@ -1192,8 +1159,7 @@ public struct GetMetricsSummaryOutput: Swift.Sendable { public init( metricsSummary: CodeGuruSecurityClientTypes.MetricsSummary? = nil - ) - { + ) { self.metricsSummary = metricsSummary } } @@ -1208,8 +1174,7 @@ public struct GetScanInput: Swift.Sendable { public init( runId: Swift.String? = nil, scanName: Swift.String? = nil - ) - { + ) { self.runId = runId self.scanName = scanName } @@ -1250,8 +1215,7 @@ public struct GetScanOutput: Swift.Sendable { scanNameArn: Swift.String? = nil, scanState: CodeGuruSecurityClientTypes.ScanState? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.analysisType = analysisType self.createdAt = createdAt self.errorMessage = errorMessage @@ -1281,8 +1245,7 @@ public struct ListFindingsMetricsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.endDate = endDate self.maxResults = maxResults self.nextToken = nextToken @@ -1299,8 +1262,7 @@ public struct ListFindingsMetricsOutput: Swift.Sendable { public init( findingsMetrics: [CodeGuruSecurityClientTypes.AccountFindingsMetric]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingsMetrics = findingsMetrics self.nextToken = nextToken } @@ -1315,8 +1277,7 @@ public struct ListScansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1350,8 +1311,7 @@ extension CodeGuruSecurityClientTypes { scanNameArn: Swift.String? = nil, scanState: CodeGuruSecurityClientTypes.ScanState? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.runId = runId self.scanName = scanName @@ -1371,8 +1331,7 @@ public struct ListScansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [CodeGuruSecurityClientTypes.ScanSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1385,8 +1344,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1401,8 +1359,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1422,8 +1379,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1445,8 +1401,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1464,8 +1419,7 @@ public struct UpdateAccountConfigurationInput: Swift.Sendable { public init( encryptionConfig: CodeGuruSecurityClientTypes.EncryptionConfig? = nil - ) - { + ) { self.encryptionConfig = encryptionConfig } } @@ -1477,8 +1431,7 @@ public struct UpdateAccountConfigurationOutput: Swift.Sendable { public init( encryptionConfig: CodeGuruSecurityClientTypes.EncryptionConfig? = nil - ) - { + ) { self.encryptionConfig = encryptionConfig } } diff --git a/Sources/Services/AWSCodePipeline/Package.swift.txt b/Sources/Services/AWSCodePipeline/Package.swift.txt index a72b08e3250..4e8530c8853 100644 --- a/Sources/Services/AWSCodePipeline/Package.swift.txt +++ b/Sources/Services/AWSCodePipeline/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/CodePipelineClient.swift b/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/CodePipelineClient.swift index f3f9202f2ff..b9e53a841ad 100644 --- a/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/CodePipelineClient.swift +++ b/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/CodePipelineClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodePipelineClient: ClientRuntime.Client { public static let clientName = "CodePipelineClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodePipelineClient.CodePipelineClientConfiguration let serviceName = "CodePipeline" diff --git a/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/Models.swift b/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/Models.swift index 734fc9dfb4a..8828137f29e 100644 --- a/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/Models.swift +++ b/Sources/Services/AWSCodePipeline/Sources/AWSCodePipeline/Models.swift @@ -98,8 +98,7 @@ public struct InvalidNonceException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +122,7 @@ public struct JobNotFoundException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +146,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -166,8 +163,7 @@ public struct AcknowledgeJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, nonce: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.nonce = nonce } @@ -224,8 +220,7 @@ public struct AcknowledgeJobOutput: Swift.Sendable { public init( status: CodePipelineClientTypes.JobStatus? = nil - ) - { + ) { self.status = status } } @@ -249,8 +244,7 @@ public struct InvalidClientTokenException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -271,8 +265,7 @@ public struct AcknowledgeThirdPartyJobInput: Swift.Sendable { clientToken: Swift.String? = nil, jobId: Swift.String? = nil, nonce: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.jobId = jobId self.nonce = nonce @@ -286,8 +279,7 @@ public struct AcknowledgeThirdPartyJobOutput: Swift.Sendable { public init( status: CodePipelineClientTypes.JobStatus? = nil - ) - { + ) { self.status = status } } @@ -345,8 +337,7 @@ extension CodePipelineClientTypes { public init( configuration: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuration = configuration } } @@ -415,8 +406,7 @@ extension CodePipelineClientTypes { `required`: Swift.Bool = false, secret: Swift.Bool = false, type: CodePipelineClientTypes.ActionConfigurationPropertyType? = nil - ) - { + ) { self.description = description self.key = key self.name = name @@ -440,8 +430,7 @@ extension CodePipelineClientTypes { public init( actionExecutionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.actionExecutionId = actionExecutionId self.name = name } @@ -516,8 +505,7 @@ extension CodePipelineClientTypes { owner: CodePipelineClientTypes.ActionOwner? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.owner = owner self.provider = provider @@ -536,8 +524,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -556,8 +543,7 @@ extension CodePipelineClientTypes { public init( files: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.files = files self.name = name } @@ -608,8 +594,7 @@ extension CodePipelineClientTypes { roleArn: Swift.String? = nil, runOrder: Swift.Int? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.actionTypeId = actionTypeId self.commands = commands self.configuration = configuration @@ -638,8 +623,7 @@ extension CodePipelineClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -720,8 +704,7 @@ extension CodePipelineClientTypes { status: CodePipelineClientTypes.ActionExecutionStatus? = nil, summary: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.actionExecutionId = actionExecutionId self.errorDetails = errorDetails self.externalExecutionId = externalExecutionId @@ -749,8 +732,7 @@ extension CodePipelineClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -769,8 +751,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil, s3location: CodePipelineClientTypes.S3Location? = nil - ) - { + ) { self.name = name self.s3location = s3location } @@ -804,8 +785,7 @@ extension CodePipelineClientTypes { region: Swift.String? = nil, resolvedConfiguration: [Swift.String: Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionTypeId = actionTypeId self.configuration = configuration self.inputArtifacts = inputArtifacts @@ -838,8 +818,7 @@ extension CodePipelineClientTypes { externalExecutionSummary: Swift.String? = nil, externalExecutionUrl: Swift.String? = nil, logStreamARN: Swift.String? = nil - ) - { + ) { self.errorDetails = errorDetails self.externalExecutionId = externalExecutionId self.externalExecutionSummary = externalExecutionSummary @@ -864,8 +843,7 @@ extension CodePipelineClientTypes { executionResult: CodePipelineClientTypes.ActionExecutionResult? = nil, outputArtifacts: [CodePipelineClientTypes.ArtifactDetail]? = nil, outputVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.executionResult = executionResult self.outputArtifacts = outputArtifacts self.outputVariables = outputVariables @@ -912,8 +890,7 @@ extension CodePipelineClientTypes { startTime: Foundation.Date? = nil, status: CodePipelineClientTypes.ActionExecutionStatus? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.actionExecutionId = actionExecutionId self.actionName = actionName self.input = input @@ -976,8 +953,7 @@ extension CodePipelineClientTypes { public init( pipelineExecutionId: Swift.String? = nil, startTimeRange: CodePipelineClientTypes.StartTimeRange? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId self.startTimeRange = startTimeRange } @@ -996,8 +972,7 @@ extension CodePipelineClientTypes { public init( latestInPipelineExecution: CodePipelineClientTypes.LatestInPipelineExecutionFilter? = nil, pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.latestInPipelineExecution = latestInPipelineExecution self.pipelineExecutionId = pipelineExecutionId } @@ -1023,8 +998,7 @@ public struct ActionNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1047,8 +1021,7 @@ extension CodePipelineClientTypes { created: Foundation.Date? = nil, revisionChangeId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.created = created self.revisionChangeId = revisionChangeId self.revisionId = revisionId @@ -1077,8 +1050,7 @@ extension CodePipelineClientTypes { entityUrl: Swift.String? = nil, latestExecution: CodePipelineClientTypes.ActionExecution? = nil, revisionUrl: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.currentRevision = currentRevision self.entityUrl = entityUrl @@ -1102,8 +1074,7 @@ extension CodePipelineClientTypes { public init( maximumCount: Swift.Int = 0, minimumCount: Swift.Int = 0 - ) - { + ) { self.maximumCount = maximumCount self.minimumCount = minimumCount } @@ -1128,8 +1099,7 @@ extension CodePipelineClientTypes { executionUrlTemplate: Swift.String? = nil, revisionUrlTemplate: Swift.String? = nil, thirdPartyConfigurationUrl: Swift.String? = nil - ) - { + ) { self.entityUrlTemplate = entityUrlTemplate self.executionUrlTemplate = executionUrlTemplate self.revisionUrlTemplate = revisionUrlTemplate @@ -1162,8 +1132,7 @@ extension CodePipelineClientTypes { inputArtifactDetails: CodePipelineClientTypes.ArtifactDetails? = nil, outputArtifactDetails: CodePipelineClientTypes.ArtifactDetails? = nil, settings: CodePipelineClientTypes.ActionTypeSettings? = nil - ) - { + ) { self.actionConfigurationProperties = actionConfigurationProperties self.id = id self.inputArtifactDetails = inputArtifactDetails @@ -1187,8 +1156,7 @@ extension CodePipelineClientTypes { public init( maximumCount: Swift.Int = 0, minimumCount: Swift.Int = 0 - ) - { + ) { self.maximumCount = maximumCount self.minimumCount = minimumCount } @@ -1207,8 +1175,7 @@ extension CodePipelineClientTypes { public init( pollingAccounts: [Swift.String]? = nil, pollingServicePrincipals: [Swift.String]? = nil - ) - { + ) { self.pollingAccounts = pollingAccounts self.pollingServicePrincipals = pollingServicePrincipals } @@ -1225,8 +1192,7 @@ extension CodePipelineClientTypes { public init( lambdaFunctionArn: Swift.String? = nil - ) - { + ) { self.lambdaFunctionArn = lambdaFunctionArn } } @@ -1244,8 +1210,7 @@ extension CodePipelineClientTypes { public init( jobWorkerExecutorConfiguration: CodePipelineClientTypes.JobWorkerExecutorConfiguration? = nil, lambdaExecutorConfiguration: CodePipelineClientTypes.LambdaExecutorConfiguration? = nil - ) - { + ) { self.jobWorkerExecutorConfiguration = jobWorkerExecutorConfiguration self.lambdaExecutorConfiguration = lambdaExecutorConfiguration } @@ -1301,8 +1266,7 @@ extension CodePipelineClientTypes { jobTimeout: Swift.Int? = nil, policyStatementsTemplate: Swift.String? = nil, type: CodePipelineClientTypes.ExecutorType? = nil - ) - { + ) { self.configuration = configuration self.jobTimeout = jobTimeout self.policyStatementsTemplate = policyStatementsTemplate @@ -1345,8 +1309,7 @@ extension CodePipelineClientTypes { owner: Swift.String? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.owner = owner self.provider = provider @@ -1365,8 +1328,7 @@ extension CodePipelineClientTypes { public init( allowedAccounts: [Swift.String]? = nil - ) - { + ) { self.allowedAccounts = allowedAccounts } } @@ -1400,8 +1362,7 @@ extension CodePipelineClientTypes { noEcho: Swift.Bool = false, `optional`: Swift.Bool = false, queryable: Swift.Bool = false - ) - { + ) { self.description = description self.key = key self.name = name @@ -1430,8 +1391,7 @@ extension CodePipelineClientTypes { entityUrlTemplate: Swift.String? = nil, executionUrlTemplate: Swift.String? = nil, revisionUrlTemplate: Swift.String? = nil - ) - { + ) { self.configurationUrl = configurationUrl self.entityUrlTemplate = entityUrlTemplate self.executionUrlTemplate = executionUrlTemplate @@ -1474,8 +1434,7 @@ extension CodePipelineClientTypes { permissions: CodePipelineClientTypes.ActionTypePermissions? = nil, properties: [CodePipelineClientTypes.ActionTypeProperty]? = nil, urls: CodePipelineClientTypes.ActionTypeUrls? = nil - ) - { + ) { self.description = description self.executor = executor self.id = id @@ -1507,8 +1466,7 @@ public struct ActionTypeNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1532,8 +1490,7 @@ public struct ApprovalAlreadyCompletedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1581,8 +1538,7 @@ extension CodePipelineClientTypes { public init( status: CodePipelineClientTypes.ApprovalStatus? = nil, summary: Swift.String? = nil - ) - { + ) { self.status = status self.summary = summary } @@ -1603,8 +1559,7 @@ extension CodePipelineClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -1649,8 +1604,7 @@ extension CodePipelineClientTypes { public init( s3Location: CodePipelineClientTypes.S3ArtifactLocation? = nil, type: CodePipelineClientTypes.ArtifactLocationType? = nil - ) - { + ) { self.s3Location = s3Location self.type = type } @@ -1672,8 +1626,7 @@ extension CodePipelineClientTypes { location: CodePipelineClientTypes.ArtifactLocation? = nil, name: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.location = location self.name = name self.revision = revision @@ -1705,8 +1658,7 @@ extension CodePipelineClientTypes { revisionId: Swift.String? = nil, revisionSummary: Swift.String? = nil, revisionUrl: Swift.String? = nil - ) - { + ) { self.created = created self.name = name self.revisionChangeIdentifier = revisionChangeIdentifier @@ -1757,8 +1709,7 @@ extension CodePipelineClientTypes { public init( id: Swift.String? = nil, type: CodePipelineClientTypes.EncryptionKeyType? = nil - ) - { + ) { self.id = id self.type = type } @@ -1808,8 +1759,7 @@ extension CodePipelineClientTypes { encryptionKey: CodePipelineClientTypes.EncryptionKey? = nil, location: Swift.String? = nil, type: CodePipelineClientTypes.ArtifactStoreType? = nil - ) - { + ) { self.encryptionKey = encryptionKey self.location = location self.type = type @@ -1835,8 +1785,7 @@ extension CodePipelineClientTypes { accessKeyId: Swift.String? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.secretAccessKey = secretAccessKey self.sessionToken = sessionToken @@ -1957,8 +1906,7 @@ extension CodePipelineClientTypes { owner: CodePipelineClientTypes.RuleOwner? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.owner = owner self.provider = provider @@ -1999,8 +1947,7 @@ extension CodePipelineClientTypes { roleArn: Swift.String? = nil, ruleTypeId: CodePipelineClientTypes.RuleTypeId? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.commands = commands self.configuration = configuration self.inputArtifacts = inputArtifacts @@ -2025,8 +1972,7 @@ extension CodePipelineClientTypes { public init( result: CodePipelineClientTypes.Result? = nil, rules: [CodePipelineClientTypes.RuleDeclaration]? = nil - ) - { + ) { self.result = result self.rules = rules } @@ -2043,8 +1989,7 @@ extension CodePipelineClientTypes { public init( conditions: [CodePipelineClientTypes.Condition]? = nil - ) - { + ) { self.conditions = conditions } } @@ -2090,8 +2035,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil, type: CodePipelineClientTypes.BlockerType? = nil - ) - { + ) { self.name = name self.type = type } @@ -2116,8 +2060,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2140,8 +2083,7 @@ public struct InvalidTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2165,8 +2107,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2189,8 +2130,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2209,8 +2149,7 @@ extension CodePipelineClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2250,8 +2189,7 @@ public struct CreateCustomActionTypeInput: Swift.Sendable { settings: CodePipelineClientTypes.ActionTypeSettings? = nil, tags: [CodePipelineClientTypes.Tag]? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.configurationProperties = configurationProperties self.inputArtifactDetails = inputArtifactDetails @@ -2274,8 +2212,7 @@ public struct CreateCustomActionTypeOutput: Swift.Sendable { public init( actionType: CodePipelineClientTypes.ActionType? = nil, tags: [CodePipelineClientTypes.Tag]? = nil - ) - { + ) { self.actionType = actionType self.tags = tags } @@ -2300,8 +2237,7 @@ public struct InvalidActionDeclarationException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2325,8 +2261,7 @@ public struct InvalidBlockerDeclarationException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2350,8 +2285,7 @@ public struct InvalidStageDeclarationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2375,8 +2309,7 @@ public struct InvalidStructureException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2400,8 +2333,7 @@ public struct PipelineNameInUseException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2505,8 +2437,7 @@ extension CodePipelineClientTypes { public init( retryMode: CodePipelineClientTypes.StageRetryMode? = nil - ) - { + ) { self.retryMode = retryMode } } @@ -2527,8 +2458,7 @@ extension CodePipelineClientTypes { conditions: [CodePipelineClientTypes.Condition]? = nil, result: CodePipelineClientTypes.Result? = nil, retryConfiguration: CodePipelineClientTypes.RetryConfiguration? = nil - ) - { + ) { self.conditions = conditions self.result = result self.retryConfiguration = retryConfiguration @@ -2546,8 +2476,7 @@ extension CodePipelineClientTypes { public init( conditions: [CodePipelineClientTypes.Condition]? = nil - ) - { + ) { self.conditions = conditions } } @@ -2579,8 +2508,7 @@ extension CodePipelineClientTypes { name: Swift.String? = nil, onFailure: CodePipelineClientTypes.FailureConditions? = nil, onSuccess: CodePipelineClientTypes.SuccessConditions? = nil - ) - { + ) { self.actions = actions self.beforeEntry = beforeEntry self.blockers = blockers @@ -2603,8 +2531,7 @@ extension CodePipelineClientTypes { public init( excludes: [Swift.String]? = nil, includes: [Swift.String]? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -2655,8 +2582,7 @@ extension CodePipelineClientTypes { public init( excludes: [Swift.String]? = nil, includes: [Swift.String]? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -2678,8 +2604,7 @@ extension CodePipelineClientTypes { branches: CodePipelineClientTypes.GitBranchFilterCriteria? = nil, events: [CodePipelineClientTypes.GitPullRequestEventType]? = nil, filePaths: CodePipelineClientTypes.GitFilePathFilterCriteria? = nil - ) - { + ) { self.branches = branches self.events = events self.filePaths = filePaths @@ -2699,8 +2624,7 @@ extension CodePipelineClientTypes { public init( excludes: [Swift.String]? = nil, includes: [Swift.String]? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -2722,8 +2646,7 @@ extension CodePipelineClientTypes { branches: CodePipelineClientTypes.GitBranchFilterCriteria? = nil, filePaths: CodePipelineClientTypes.GitFilePathFilterCriteria? = nil, tags: CodePipelineClientTypes.GitTagFilterCriteria? = nil - ) - { + ) { self.branches = branches self.filePaths = filePaths self.tags = tags @@ -2747,8 +2670,7 @@ extension CodePipelineClientTypes { pullRequest: [CodePipelineClientTypes.GitPullRequestFilter]? = nil, push: [CodePipelineClientTypes.GitPushFilter]? = nil, sourceActionName: Swift.String? = nil - ) - { + ) { self.pullRequest = pullRequest self.push = push self.sourceActionName = sourceActionName @@ -2796,8 +2718,7 @@ extension CodePipelineClientTypes { public init( gitConfiguration: CodePipelineClientTypes.GitConfiguration? = nil, providerType: CodePipelineClientTypes.PipelineTriggerProviderType? = nil - ) - { + ) { self.gitConfiguration = gitConfiguration self.providerType = providerType } @@ -2820,8 +2741,7 @@ extension CodePipelineClientTypes { defaultValue: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -2875,8 +2795,7 @@ extension CodePipelineClientTypes { triggers: [CodePipelineClientTypes.PipelineTriggerDeclaration]? = nil, variables: [CodePipelineClientTypes.PipelineVariableDeclaration]? = nil, version: Swift.Int? = nil - ) - { + ) { self.artifactStore = artifactStore self.artifactStores = artifactStores self.executionMode = executionMode @@ -2902,8 +2821,7 @@ public struct CreatePipelineInput: Swift.Sendable { public init( pipeline: CodePipelineClientTypes.PipelineDeclaration? = nil, tags: [CodePipelineClientTypes.Tag]? = nil - ) - { + ) { self.pipeline = pipeline self.tags = tags } @@ -2919,8 +2837,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipeline: CodePipelineClientTypes.PipelineDeclaration? = nil, tags: [CodePipelineClientTypes.Tag]? = nil - ) - { + ) { self.pipeline = pipeline self.tags = tags } @@ -2942,8 +2859,7 @@ public struct DeleteCustomActionTypeInput: Swift.Sendable { category: CodePipelineClientTypes.ActionCategory? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.provider = provider self.version = version @@ -2958,8 +2874,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2971,8 +2886,7 @@ public struct DeleteWebhookInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3001,8 +2915,7 @@ public struct DeregisterWebhookWithThirdPartyInput: Swift.Sendable { public init( webhookName: Swift.String? = nil - ) - { + ) { self.webhookName = webhookName } } @@ -3031,8 +2944,7 @@ public struct PipelineNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3056,8 +2968,7 @@ public struct StageNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3111,8 +3022,7 @@ public struct DisableStageTransitionInput: Swift.Sendable { reason: Swift.String? = nil, stageName: Swift.String? = nil, transitionType: CodePipelineClientTypes.StageTransitionType? = nil - ) - { + ) { self.pipelineName = pipelineName self.reason = reason self.stageName = stageName @@ -3136,8 +3046,7 @@ public struct EnableStageTransitionInput: Swift.Sendable { pipelineName: Swift.String? = nil, stageName: Swift.String? = nil, transitionType: CodePipelineClientTypes.StageTransitionType? = nil - ) - { + ) { self.pipelineName = pipelineName self.stageName = stageName self.transitionType = transitionType @@ -3177,8 +3086,7 @@ public struct GetActionTypeInput: Swift.Sendable { owner: Swift.String? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.category = category self.owner = owner self.provider = provider @@ -3192,8 +3100,7 @@ public struct GetActionTypeOutput: Swift.Sendable { public init( actionType: CodePipelineClientTypes.ActionTypeDeclaration? = nil - ) - { + ) { self.actionType = actionType } } @@ -3206,8 +3113,7 @@ public struct GetJobDetailsInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3221,8 +3127,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3249,8 +3154,7 @@ extension CodePipelineClientTypes { pipelineExecutionId: Swift.String? = nil, pipelineName: Swift.String? = nil, stage: CodePipelineClientTypes.StageContext? = nil - ) - { + ) { self.action = action self.pipelineArn = pipelineArn self.pipelineExecutionId = pipelineExecutionId @@ -3290,8 +3194,7 @@ extension CodePipelineClientTypes { inputArtifacts: [CodePipelineClientTypes.Artifact]? = nil, outputArtifacts: [CodePipelineClientTypes.Artifact]? = nil, pipelineContext: CodePipelineClientTypes.PipelineContext? = nil - ) - { + ) { self.actionConfiguration = actionConfiguration self.actionTypeId = actionTypeId self.artifactCredentials = artifactCredentials @@ -3324,8 +3227,7 @@ extension CodePipelineClientTypes { accountId: Swift.String? = nil, data: CodePipelineClientTypes.JobData? = nil, id: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.data = data self.id = id @@ -3340,8 +3242,7 @@ public struct GetJobDetailsOutput: Swift.Sendable { public init( jobDetails: CodePipelineClientTypes.JobDetails? = nil - ) - { + ) { self.jobDetails = jobDetails } } @@ -3365,8 +3266,7 @@ public struct PipelineVersionNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3382,8 +3282,7 @@ public struct GetPipelineInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.name = name self.version = version } @@ -3407,8 +3306,7 @@ extension CodePipelineClientTypes { pipelineArn: Swift.String? = nil, pollingDisabledAt: Foundation.Date? = nil, updated: Foundation.Date? = nil - ) - { + ) { self.created = created self.pipelineArn = pipelineArn self.pollingDisabledAt = pollingDisabledAt @@ -3427,8 +3325,7 @@ public struct GetPipelineOutput: Swift.Sendable { public init( metadata: CodePipelineClientTypes.PipelineMetadata? = nil, pipeline: CodePipelineClientTypes.PipelineDeclaration? = nil - ) - { + ) { self.metadata = metadata self.pipeline = pipeline } @@ -3453,8 +3350,7 @@ public struct PipelineExecutionNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3471,8 +3367,7 @@ public struct GetPipelineExecutionInput: Swift.Sendable { public init( pipelineExecutionId: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId self.pipelineName = pipelineName } @@ -3516,8 +3411,7 @@ extension CodePipelineClientTypes { public init( rollbackTargetPipelineExecutionId: Swift.String? = nil - ) - { + ) { self.rollbackTargetPipelineExecutionId = rollbackTargetPipelineExecutionId } } @@ -3629,8 +3523,7 @@ extension CodePipelineClientTypes { public init( triggerDetail: Swift.String? = nil, triggerType: CodePipelineClientTypes.TriggerType? = nil - ) - { + ) { self.triggerDetail = triggerDetail self.triggerType = triggerType } @@ -3649,8 +3542,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil, resolvedValue: Swift.String? = nil - ) - { + ) { self.name = name self.resolvedValue = resolvedValue } @@ -3710,8 +3602,7 @@ extension CodePipelineClientTypes { statusSummary: Swift.String? = nil, trigger: CodePipelineClientTypes.ExecutionTrigger? = nil, variables: [CodePipelineClientTypes.ResolvedPipelineVariable]? = nil - ) - { + ) { self.artifactRevisions = artifactRevisions self.executionMode = executionMode self.executionType = executionType @@ -3734,8 +3625,7 @@ public struct GetPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecution: CodePipelineClientTypes.PipelineExecution? = nil - ) - { + ) { self.pipelineExecution = pipelineExecution } } @@ -3748,8 +3638,7 @@ public struct GetPipelineStateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3813,8 +3702,7 @@ extension CodePipelineClientTypes { lastStatusChange: Foundation.Date? = nil, status: CodePipelineClientTypes.ConditionExecutionStatus? = nil, summary: Swift.String? = nil - ) - { + ) { self.lastStatusChange = lastStatusChange self.status = status self.summary = summary @@ -3840,8 +3728,7 @@ extension CodePipelineClientTypes { created: Foundation.Date? = nil, revisionChangeId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.created = created self.revisionChangeId = revisionChangeId self.revisionId = revisionId @@ -3917,8 +3804,7 @@ extension CodePipelineClientTypes { status: CodePipelineClientTypes.RuleExecutionStatus? = nil, summary: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.errorDetails = errorDetails self.externalExecutionId = externalExecutionId self.externalExecutionUrl = externalExecutionUrl @@ -3953,8 +3839,7 @@ extension CodePipelineClientTypes { latestExecution: CodePipelineClientTypes.RuleExecution? = nil, revisionUrl: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.currentRevision = currentRevision self.entityUrl = entityUrl self.latestExecution = latestExecution @@ -3976,8 +3861,7 @@ extension CodePipelineClientTypes { public init( latestExecution: CodePipelineClientTypes.ConditionExecution? = nil, ruleStates: [CodePipelineClientTypes.RuleState]? = nil - ) - { + ) { self.latestExecution = latestExecution self.ruleStates = ruleStates } @@ -3996,8 +3880,7 @@ extension CodePipelineClientTypes { public init( status: CodePipelineClientTypes.ConditionExecutionStatus? = nil, summary: Swift.String? = nil - ) - { + ) { self.status = status self.summary = summary } @@ -4016,8 +3899,7 @@ extension CodePipelineClientTypes { public init( conditionStates: [CodePipelineClientTypes.ConditionState]? = nil, latestExecution: CodePipelineClientTypes.StageConditionsExecution? = nil - ) - { + ) { self.conditionStates = conditionStates self.latestExecution = latestExecution } @@ -4085,8 +3967,7 @@ extension CodePipelineClientTypes { pipelineExecutionId: Swift.String? = nil, status: CodePipelineClientTypes.StageExecutionStatus? = nil, type: CodePipelineClientTypes.ExecutionType? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId self.status = status self.type = type @@ -4112,8 +3993,7 @@ extension CodePipelineClientTypes { enabled: Swift.Bool = false, lastChangedAt: Foundation.Date? = nil, lastChangedBy: Swift.String? = nil - ) - { + ) { self.disabledReason = disabledReason self.enabled = enabled self.lastChangedAt = lastChangedAt @@ -4166,8 +4046,7 @@ extension CodePipelineClientTypes { autoStageRetryAttempt: Swift.Int? = nil, latestRetryTrigger: CodePipelineClientTypes.RetryTrigger? = nil, manualStageRetryAttempt: Swift.Int? = nil - ) - { + ) { self.autoStageRetryAttempt = autoStageRetryAttempt self.latestRetryTrigger = latestRetryTrigger self.manualStageRetryAttempt = manualStageRetryAttempt @@ -4211,8 +4090,7 @@ extension CodePipelineClientTypes { onSuccessConditionState: CodePipelineClientTypes.StageConditionState? = nil, retryStageMetadata: CodePipelineClientTypes.RetryStageMetadata? = nil, stageName: Swift.String? = nil - ) - { + ) { self.actionStates = actionStates self.beforeEntryConditionState = beforeEntryConditionState self.inboundExecution = inboundExecution @@ -4246,8 +4124,7 @@ public struct GetPipelineStateOutput: Swift.Sendable { pipelineVersion: Swift.Int? = nil, stageStates: [CodePipelineClientTypes.StageState]? = nil, updated: Foundation.Date? = nil - ) - { + ) { self.created = created self.pipelineName = pipelineName self.pipelineVersion = pipelineVersion @@ -4275,8 +4152,7 @@ public struct InvalidJobException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4293,8 +4169,7 @@ public struct GetThirdPartyJobDetailsInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.jobId = jobId } @@ -4330,8 +4205,7 @@ extension CodePipelineClientTypes { inputArtifacts: [CodePipelineClientTypes.Artifact]? = nil, outputArtifacts: [CodePipelineClientTypes.Artifact]? = nil, pipelineContext: CodePipelineClientTypes.PipelineContext? = nil - ) - { + ) { self.actionConfiguration = actionConfiguration self.actionTypeId = actionTypeId self.artifactCredentials = artifactCredentials @@ -4364,8 +4238,7 @@ extension CodePipelineClientTypes { data: CodePipelineClientTypes.ThirdPartyJobData? = nil, id: Swift.String? = nil, nonce: Swift.String? = nil - ) - { + ) { self.data = data self.id = id self.nonce = nonce @@ -4380,8 +4253,7 @@ public struct GetThirdPartyJobDetailsOutput: Swift.Sendable { public init( jobDetails: CodePipelineClientTypes.ThirdPartyJobDetails? = nil - ) - { + ) { self.jobDetails = jobDetails } } @@ -4405,8 +4277,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4427,8 +4298,7 @@ public struct ListActionExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -4445,8 +4315,7 @@ public struct ListActionExecutionsOutput: Swift.Sendable { public init( actionExecutionDetails: [CodePipelineClientTypes.ActionExecutionDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionExecutionDetails = actionExecutionDetails self.nextToken = nextToken } @@ -4465,8 +4334,7 @@ public struct ListActionTypesInput: Swift.Sendable { actionOwnerFilter: CodePipelineClientTypes.ActionOwner? = nil, nextToken: Swift.String? = nil, regionFilter: Swift.String? = nil - ) - { + ) { self.actionOwnerFilter = actionOwnerFilter self.nextToken = nextToken self.regionFilter = regionFilter @@ -4484,8 +4352,7 @@ public struct ListActionTypesOutput: Swift.Sendable { public init( actionTypes: [CodePipelineClientTypes.ActionType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionTypes = actionTypes self.nextToken = nextToken } @@ -4500,8 +4367,7 @@ extension CodePipelineClientTypes { public init( stageName: Swift.String? = nil - ) - { + ) { self.stageName = stageName } } @@ -4516,8 +4382,7 @@ extension CodePipelineClientTypes { public init( succeededInStage: CodePipelineClientTypes.SucceededInStageFilter? = nil - ) - { + ) { self.succeededInStage = succeededInStage } } @@ -4540,8 +4405,7 @@ public struct ListPipelineExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -4568,8 +4432,7 @@ extension CodePipelineClientTypes { revisionId: Swift.String? = nil, revisionSummary: Swift.String? = nil, revisionUrl: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.revisionId = revisionId self.revisionSummary = revisionSummary @@ -4587,8 +4450,7 @@ extension CodePipelineClientTypes { public init( reason: Swift.String? = nil - ) - { + ) { self.reason = reason } } @@ -4645,8 +4507,7 @@ extension CodePipelineClientTypes { statusSummary: Swift.String? = nil, stopTrigger: CodePipelineClientTypes.StopExecutionTrigger? = nil, trigger: CodePipelineClientTypes.ExecutionTrigger? = nil - ) - { + ) { self.executionMode = executionMode self.executionType = executionType self.lastUpdateTime = lastUpdateTime @@ -4672,8 +4533,7 @@ public struct ListPipelineExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineExecutionSummaries: [CodePipelineClientTypes.PipelineExecutionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineExecutionSummaries = pipelineExecutionSummaries } @@ -4689,8 +4549,7 @@ public struct ListPipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4727,8 +4586,7 @@ extension CodePipelineClientTypes { pipelineType: CodePipelineClientTypes.PipelineType? = nil, updated: Foundation.Date? = nil, version: Swift.Int? = nil - ) - { + ) { self.created = created self.executionMode = executionMode self.name = name @@ -4749,8 +4607,7 @@ public struct ListPipelinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelines: [CodePipelineClientTypes.PipelineSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelines = pipelines } @@ -4768,8 +4625,7 @@ extension CodePipelineClientTypes { public init( latestInPipelineExecution: CodePipelineClientTypes.LatestInPipelineExecutionFilter? = nil, pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.latestInPipelineExecution = latestInPipelineExecution self.pipelineExecutionId = pipelineExecutionId } @@ -4792,8 +4648,7 @@ public struct ListRuleExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -4825,8 +4680,7 @@ extension CodePipelineClientTypes { resolvedConfiguration: [Swift.String: Swift.String]? = nil, roleArn: Swift.String? = nil, ruleTypeId: CodePipelineClientTypes.RuleTypeId? = nil - ) - { + ) { self.configuration = configuration self.inputArtifacts = inputArtifacts self.region = region @@ -4855,8 +4709,7 @@ extension CodePipelineClientTypes { externalExecutionId: Swift.String? = nil, externalExecutionSummary: Swift.String? = nil, externalExecutionUrl: Swift.String? = nil - ) - { + ) { self.errorDetails = errorDetails self.externalExecutionId = externalExecutionId self.externalExecutionSummary = externalExecutionSummary @@ -4874,8 +4727,7 @@ extension CodePipelineClientTypes { public init( executionResult: CodePipelineClientTypes.RuleExecutionResult? = nil - ) - { + ) { self.executionResult = executionResult } } @@ -4920,8 +4772,7 @@ extension CodePipelineClientTypes { startTime: Foundation.Date? = nil, status: CodePipelineClientTypes.RuleExecutionStatus? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.input = input self.lastUpdateTime = lastUpdateTime self.output = output @@ -4946,8 +4797,7 @@ public struct ListRuleExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleExecutionDetails: [CodePipelineClientTypes.RuleExecutionDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleExecutionDetails = ruleExecutionDetails } @@ -4962,8 +4812,7 @@ public struct ListRuleTypesInput: Swift.Sendable { public init( regionFilter: Swift.String? = nil, ruleOwnerFilter: CodePipelineClientTypes.RuleOwner? = nil - ) - { + ) { self.regionFilter = regionFilter self.ruleOwnerFilter = ruleOwnerFilter } @@ -5032,8 +4881,7 @@ extension CodePipelineClientTypes { `required`: Swift.Bool = false, secret: Swift.Bool = false, type: CodePipelineClientTypes.RuleConfigurationPropertyType? = nil - ) - { + ) { self.description = description self.key = key self.name = name @@ -5063,8 +4911,7 @@ extension CodePipelineClientTypes { executionUrlTemplate: Swift.String? = nil, revisionUrlTemplate: Swift.String? = nil, thirdPartyConfigurationUrl: Swift.String? = nil - ) - { + ) { self.entityUrlTemplate = entityUrlTemplate self.executionUrlTemplate = executionUrlTemplate self.revisionUrlTemplate = revisionUrlTemplate @@ -5093,8 +4940,7 @@ extension CodePipelineClientTypes { inputArtifactDetails: CodePipelineClientTypes.ArtifactDetails? = nil, ruleConfigurationProperties: [CodePipelineClientTypes.RuleConfigurationProperty]? = nil, settings: CodePipelineClientTypes.RuleTypeSettings? = nil - ) - { + ) { self.id = id self.inputArtifactDetails = inputArtifactDetails self.ruleConfigurationProperties = ruleConfigurationProperties @@ -5110,8 +4956,7 @@ public struct ListRuleTypesOutput: Swift.Sendable { public init( ruleTypes: [CodePipelineClientTypes.RuleType]? = nil - ) - { + ) { self.ruleTypes = ruleTypes } } @@ -5134,8 +4979,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5159,8 +5003,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5178,8 +5021,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -5195,8 +5037,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [CodePipelineClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -5211,8 +5052,7 @@ public struct ListWebhooksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5262,8 +5102,7 @@ extension CodePipelineClientTypes { public init( allowedIPRange: Swift.String? = nil, secretToken: Swift.String? = nil - ) - { + ) { self.allowedIPRange = allowedIPRange self.secretToken = secretToken } @@ -5283,8 +5122,7 @@ extension CodePipelineClientTypes { public init( jsonPath: Swift.String? = nil, matchEquals: Swift.String? = nil - ) - { + ) { self.jsonPath = jsonPath self.matchEquals = matchEquals } @@ -5327,8 +5165,7 @@ extension CodePipelineClientTypes { name: Swift.String? = nil, targetAction: Swift.String? = nil, targetPipeline: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.authenticationConfiguration = authenticationConfiguration self.filters = filters @@ -5368,8 +5205,7 @@ extension CodePipelineClientTypes { lastTriggered: Foundation.Date? = nil, tags: [CodePipelineClientTypes.Tag]? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.definition = definition self.errorCode = errorCode @@ -5390,8 +5226,7 @@ public struct ListWebhooksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, webhooks: [CodePipelineClientTypes.ListWebhookItem]? = nil - ) - { + ) { self.nextToken = nextToken self.webhooks = webhooks } @@ -5415,8 +5250,7 @@ public struct ConcurrentPipelineExecutionsLimitExceededException: ClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5439,8 +5273,7 @@ public struct ConditionNotOverridableException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5463,8 +5296,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5488,8 +5320,7 @@ public struct NotLatestPipelineExecutionException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5542,8 +5373,7 @@ public struct OverrideStageConditionInput: Swift.Sendable { pipelineExecutionId: Swift.String? = nil, pipelineName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.conditionType = conditionType self.pipelineExecutionId = pipelineExecutionId self.pipelineName = pipelineName @@ -5565,8 +5395,7 @@ public struct PollForJobsInput: Swift.Sendable { actionTypeId: CodePipelineClientTypes.ActionTypeId? = nil, maxBatchSize: Swift.Int? = nil, queryParam: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actionTypeId = actionTypeId self.maxBatchSize = maxBatchSize self.queryParam = queryParam @@ -5591,8 +5420,7 @@ extension CodePipelineClientTypes { data: CodePipelineClientTypes.JobData? = nil, id: Swift.String? = nil, nonce: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.data = data self.id = id @@ -5608,8 +5436,7 @@ public struct PollForJobsOutput: Swift.Sendable { public init( jobs: [CodePipelineClientTypes.Job]? = nil - ) - { + ) { self.jobs = jobs } } @@ -5625,8 +5452,7 @@ public struct PollForThirdPartyJobsInput: Swift.Sendable { public init( actionTypeId: CodePipelineClientTypes.ActionTypeId? = nil, maxBatchSize: Swift.Int? = nil - ) - { + ) { self.actionTypeId = actionTypeId self.maxBatchSize = maxBatchSize } @@ -5644,8 +5470,7 @@ extension CodePipelineClientTypes { public init( clientId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.jobId = jobId } @@ -5659,8 +5484,7 @@ public struct PollForThirdPartyJobsOutput: Swift.Sendable { public init( jobs: [CodePipelineClientTypes.ThirdPartyJob]? = nil - ) - { + ) { self.jobs = jobs } } @@ -5685,8 +5509,7 @@ public struct PutActionRevisionInput: Swift.Sendable { actionRevision: CodePipelineClientTypes.ActionRevision? = nil, pipelineName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.actionRevision = actionRevision self.pipelineName = pipelineName @@ -5704,8 +5527,7 @@ public struct PutActionRevisionOutput: Swift.Sendable { public init( newRevision: Swift.Bool = false, pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.newRevision = newRevision self.pipelineExecutionId = pipelineExecutionId } @@ -5730,8 +5552,7 @@ public struct InvalidApprovalTokenException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5760,8 +5581,7 @@ public struct PutApprovalResultInput: Swift.Sendable { result: CodePipelineClientTypes.ApprovalResult? = nil, stageName: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.pipelineName = pipelineName self.result = result @@ -5777,8 +5597,7 @@ public struct PutApprovalResultOutput: Swift.Sendable { public init( approvedAt: Foundation.Date? = nil - ) - { + ) { self.approvedAt = approvedAt } } @@ -5802,8 +5621,7 @@ public struct InvalidJobStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5866,8 +5684,7 @@ extension CodePipelineClientTypes { externalExecutionId: Swift.String? = nil, message: Swift.String? = nil, type: CodePipelineClientTypes.FailureType? = nil - ) - { + ) { self.externalExecutionId = externalExecutionId self.message = message self.type = type @@ -5887,8 +5704,7 @@ public struct PutJobFailureResultInput: Swift.Sendable { public init( failureDetails: CodePipelineClientTypes.FailureDetails? = nil, jobId: Swift.String? = nil - ) - { + ) { self.failureDetails = failureDetails self.jobId = jobId } @@ -5912,8 +5728,7 @@ public struct OutputVariablesSizeExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5938,8 +5753,7 @@ extension CodePipelineClientTypes { created: Foundation.Date? = nil, revision: Swift.String? = nil, revisionSummary: Swift.String? = nil - ) - { + ) { self.changeIdentifier = changeIdentifier self.created = created self.revision = revision @@ -5963,8 +5777,7 @@ extension CodePipelineClientTypes { externalExecutionId: Swift.String? = nil, percentComplete: Swift.Int? = nil, summary: Swift.String? = nil - ) - { + ) { self.externalExecutionId = externalExecutionId self.percentComplete = percentComplete self.summary = summary @@ -5992,8 +5805,7 @@ public struct PutJobSuccessResultInput: Swift.Sendable { executionDetails: CodePipelineClientTypes.ExecutionDetails? = nil, jobId: Swift.String? = nil, outputVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.continuationToken = continuationToken self.currentRevision = currentRevision self.executionDetails = executionDetails @@ -6018,8 +5830,7 @@ public struct PutThirdPartyJobFailureResultInput: Swift.Sendable { clientToken: Swift.String? = nil, failureDetails: CodePipelineClientTypes.FailureDetails? = nil, jobId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.failureDetails = failureDetails self.jobId = jobId @@ -6047,8 +5858,7 @@ public struct PutThirdPartyJobSuccessResultInput: Swift.Sendable { currentRevision: CodePipelineClientTypes.CurrentRevision? = nil, executionDetails: CodePipelineClientTypes.ExecutionDetails? = nil, jobId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.continuationToken = continuationToken self.currentRevision = currentRevision @@ -6076,8 +5886,7 @@ public struct InvalidWebhookAuthenticationParametersException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6101,8 +5910,7 @@ public struct InvalidWebhookFilterPatternException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6117,8 +5925,7 @@ public struct PutWebhookInput: Swift.Sendable { public init( tags: [CodePipelineClientTypes.Tag]? = nil, webhook: CodePipelineClientTypes.WebhookDefinition? = nil - ) - { + ) { self.tags = tags self.webhook = webhook } @@ -6130,8 +5937,7 @@ public struct PutWebhookOutput: Swift.Sendable { public init( webhook: CodePipelineClientTypes.ListWebhookItem? = nil - ) - { + ) { self.webhook = webhook } } @@ -6142,8 +5948,7 @@ public struct RegisterWebhookWithThirdPartyInput: Swift.Sendable { public init( webhookName: Swift.String? = nil - ) - { + ) { self.webhookName = webhookName } } @@ -6172,8 +5977,7 @@ public struct StageNotRetryableException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6198,8 +6002,7 @@ public struct RetryStageExecutionInput: Swift.Sendable { pipelineName: Swift.String? = nil, retryMode: CodePipelineClientTypes.StageRetryMode? = nil, stageName: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId self.pipelineName = pipelineName self.retryMode = retryMode @@ -6214,8 +6017,7 @@ public struct RetryStageExecutionOutput: Swift.Sendable { public init( pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId } } @@ -6238,8 +6040,7 @@ public struct PipelineExecutionOutdatedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6262,8 +6063,7 @@ public struct UnableToRollbackStageException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6283,8 +6083,7 @@ public struct RollbackStageInput: Swift.Sendable { pipelineName: Swift.String? = nil, stageName: Swift.String? = nil, targetPipelineExecutionId: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName self.stageName = stageName self.targetPipelineExecutionId = targetPipelineExecutionId @@ -6298,8 +6097,7 @@ public struct RollbackStageOutput: Swift.Sendable { public init( pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId } } @@ -6357,8 +6155,7 @@ extension CodePipelineClientTypes { actionName: Swift.String? = nil, revisionType: CodePipelineClientTypes.SourceRevisionType? = nil, revisionValue: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.revisionType = revisionType self.revisionValue = revisionValue @@ -6380,8 +6177,7 @@ extension CodePipelineClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -6405,8 +6201,7 @@ public struct StartPipelineExecutionInput: Swift.Sendable { name: Swift.String? = nil, sourceRevisions: [CodePipelineClientTypes.SourceRevisionOverride]? = nil, variables: [CodePipelineClientTypes.PipelineVariable]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.sourceRevisions = sourceRevisions @@ -6421,8 +6216,7 @@ public struct StartPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId } } @@ -6445,8 +6239,7 @@ public struct DuplicatedStopRequestException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6469,8 +6262,7 @@ public struct PipelineExecutionNotStoppableException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6492,8 +6284,7 @@ public struct StopPipelineExecutionInput: Swift.Sendable { pipelineExecutionId: Swift.String? = nil, pipelineName: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.abandon = abandon self.pipelineExecutionId = pipelineExecutionId self.pipelineName = pipelineName @@ -6507,8 +6298,7 @@ public struct StopPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionId: Swift.String? = nil - ) - { + ) { self.pipelineExecutionId = pipelineExecutionId } } @@ -6524,8 +6314,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CodePipelineClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6547,8 +6336,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6577,8 +6365,7 @@ public struct RequestFailedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6590,8 +6377,7 @@ public struct UpdateActionTypeInput: Swift.Sendable { public init( actionType: CodePipelineClientTypes.ActionTypeDeclaration? = nil - ) - { + ) { self.actionType = actionType } } @@ -6604,8 +6390,7 @@ public struct UpdatePipelineInput: Swift.Sendable { public init( pipeline: CodePipelineClientTypes.PipelineDeclaration? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -6617,8 +6402,7 @@ public struct UpdatePipelineOutput: Swift.Sendable { public init( pipeline: CodePipelineClientTypes.PipelineDeclaration? = nil - ) - { + ) { self.pipeline = pipeline } } diff --git a/Sources/Services/AWSCodeStarconnections/Package.swift.txt b/Sources/Services/AWSCodeStarconnections/Package.swift.txt index 71b0e0df57b..8295ea88760 100644 --- a/Sources/Services/AWSCodeStarconnections/Package.swift.txt +++ b/Sources/Services/AWSCodeStarconnections/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/CodeStarconnectionsClient.swift b/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/CodeStarconnectionsClient.swift index dba36210846..56457efce22 100644 --- a/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/CodeStarconnectionsClient.swift +++ b/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/CodeStarconnectionsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeStarconnectionsClient: ClientRuntime.Client { public static let clientName = "CodeStarconnectionsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeStarconnectionsClient.CodeStarconnectionsClientConfiguration let serviceName = "CodeStar connections" diff --git a/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/Models.swift b/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/Models.swift index 75e27360796..ac884c39034 100644 --- a/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/Models.swift +++ b/Sources/Services/AWSCodeStarconnections/Sources/AWSCodeStarconnections/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +122,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +145,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +168,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -229,8 +225,7 @@ extension CodeStarconnectionsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -253,8 +248,7 @@ public struct CreateConnectionInput: Swift.Sendable { hostArn: Swift.String? = nil, providerType: CodeStarconnectionsClientTypes.ProviderType? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionName = connectionName self.hostArn = hostArn self.providerType = providerType @@ -272,8 +266,7 @@ public struct CreateConnectionOutput: Swift.Sendable { public init( connectionArn: Swift.String? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionArn = connectionArn self.tags = tags } @@ -300,8 +293,7 @@ extension CodeStarconnectionsClientTypes { subnetIds: [Swift.String]? = nil, tlsCertificate: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.tlsCertificate = tlsCertificate @@ -331,8 +323,7 @@ public struct CreateHostInput: Swift.Sendable { providerType: CodeStarconnectionsClientTypes.ProviderType? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil, vpcConfiguration: CodeStarconnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.name = name self.providerEndpoint = providerEndpoint self.providerType = providerType @@ -350,8 +341,7 @@ public struct CreateHostOutput: Swift.Sendable { public init( hostArn: Swift.String? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.hostArn = hostArn self.tags = tags } @@ -375,8 +365,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -399,8 +388,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -423,8 +411,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -447,8 +434,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -471,8 +457,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -498,8 +483,7 @@ public struct CreateRepositoryLinkInput: Swift.Sendable { ownerId: Swift.String? = nil, repositoryName: Swift.String? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.ownerId = ownerId @@ -541,8 +525,7 @@ extension CodeStarconnectionsClientTypes { repositoryLinkArn: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.ownerId = ownerId @@ -561,8 +544,7 @@ public struct CreateRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeStarconnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -684,8 +666,7 @@ public struct CreateSyncConfigurationInput: Swift.Sendable { roleArn: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeStarconnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.publishDeploymentStatus = publishDeploymentStatus @@ -744,8 +725,7 @@ extension CodeStarconnectionsClientTypes { roleArn: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeStarconnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.ownerId = ownerId @@ -768,8 +748,7 @@ public struct CreateSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeStarconnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } @@ -781,8 +760,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionArn: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn } } @@ -799,8 +777,7 @@ public struct DeleteHostInput: Swift.Sendable { public init( hostArn: Swift.String? = nil - ) - { + ) { self.hostArn = hostArn } } @@ -828,8 +805,7 @@ public struct SyncConfigurationStillExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -852,8 +828,7 @@ public struct UnsupportedProviderTypeException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -865,8 +840,7 @@ public struct DeleteRepositoryLinkInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId } } @@ -887,8 +861,7 @@ public struct DeleteSyncConfigurationInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -906,8 +879,7 @@ public struct GetConnectionInput: Swift.Sendable { public init( connectionArn: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn } } @@ -968,8 +940,7 @@ extension CodeStarconnectionsClientTypes { hostArn: Swift.String? = nil, ownerAccountId: Swift.String? = nil, providerType: CodeStarconnectionsClientTypes.ProviderType? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionName = connectionName self.connectionStatus = connectionStatus @@ -986,8 +957,7 @@ public struct GetConnectionOutput: Swift.Sendable { public init( connection: CodeStarconnectionsClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -999,8 +969,7 @@ public struct GetHostInput: Swift.Sendable { public init( hostArn: Swift.String? = nil - ) - { + ) { self.hostArn = hostArn } } @@ -1023,8 +992,7 @@ public struct GetHostOutput: Swift.Sendable { providerType: CodeStarconnectionsClientTypes.ProviderType? = nil, status: Swift.String? = nil, vpcConfiguration: CodeStarconnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.name = name self.providerEndpoint = providerEndpoint self.providerType = providerType @@ -1040,8 +1008,7 @@ public struct GetRepositoryLinkInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId } } @@ -1053,8 +1020,7 @@ public struct GetRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeStarconnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -1074,8 +1040,7 @@ public struct GetRepositorySyncStatusInput: Swift.Sendable { branch: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.branch = branch self.repositoryLinkId = repositoryLinkId self.syncType = syncType @@ -1103,8 +1068,7 @@ extension CodeStarconnectionsClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -1179,8 +1143,7 @@ extension CodeStarconnectionsClientTypes { events: [CodeStarconnectionsClientTypes.RepositorySyncEvent]? = nil, startedAt: Foundation.Date? = nil, status: CodeStarconnectionsClientTypes.RepositorySyncStatus? = nil - ) - { + ) { self.events = events self.startedAt = startedAt self.status = status @@ -1195,8 +1158,7 @@ public struct GetRepositorySyncStatusOutput: Swift.Sendable { public init( latestSync: CodeStarconnectionsClientTypes.RepositorySyncAttempt? = nil - ) - { + ) { self.latestSync = latestSync } } @@ -1212,8 +1174,7 @@ public struct GetResourceSyncStatusInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1249,8 +1210,7 @@ extension CodeStarconnectionsClientTypes { providerType: CodeStarconnectionsClientTypes.ProviderType? = nil, repositoryName: Swift.String? = nil, sha: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.ownerId = ownerId @@ -1282,8 +1242,7 @@ extension CodeStarconnectionsClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -1365,8 +1324,7 @@ extension CodeStarconnectionsClientTypes { status: CodeStarconnectionsClientTypes.ResourceSyncStatus? = nil, target: Swift.String? = nil, targetRevision: CodeStarconnectionsClientTypes.Revision? = nil - ) - { + ) { self.events = events self.initialRevision = initialRevision self.startedAt = startedAt @@ -1390,8 +1348,7 @@ public struct GetResourceSyncStatusOutput: Swift.Sendable { desiredState: CodeStarconnectionsClientTypes.Revision? = nil, latestSuccessfulSync: CodeStarconnectionsClientTypes.ResourceSyncAttempt? = nil, latestSync: CodeStarconnectionsClientTypes.ResourceSyncAttempt? = nil - ) - { + ) { self.desiredState = desiredState self.latestSuccessfulSync = latestSuccessfulSync self.latestSync = latestSync @@ -1409,8 +1366,7 @@ public struct GetSyncBlockerSummaryInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1430,8 +1386,7 @@ extension CodeStarconnectionsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1473,8 +1428,7 @@ extension CodeStarconnectionsClientTypes { resolvedReason: Swift.String? = nil, status: CodeStarconnectionsClientTypes.BlockerStatus? = nil, type: CodeStarconnectionsClientTypes.BlockerType? = nil - ) - { + ) { self.contexts = contexts self.createdAt = createdAt self.createdReason = createdReason @@ -1503,8 +1457,7 @@ extension CodeStarconnectionsClientTypes { latestBlockers: [CodeStarconnectionsClientTypes.SyncBlocker]? = nil, parentResourceName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.latestBlockers = latestBlockers self.parentResourceName = parentResourceName self.resourceName = resourceName @@ -1519,8 +1472,7 @@ public struct GetSyncBlockerSummaryOutput: Swift.Sendable { public init( syncBlockerSummary: CodeStarconnectionsClientTypes.SyncBlockerSummary? = nil - ) - { + ) { self.syncBlockerSummary = syncBlockerSummary } } @@ -1536,8 +1488,7 @@ public struct GetSyncConfigurationInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.resourceName = resourceName self.syncType = syncType } @@ -1550,8 +1501,7 @@ public struct GetSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeStarconnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } @@ -1571,8 +1521,7 @@ public struct ListConnectionsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, providerTypeFilter: CodeStarconnectionsClientTypes.ProviderType? = nil - ) - { + ) { self.hostArnFilter = hostArnFilter self.maxResults = maxResults self.nextToken = nextToken @@ -1589,8 +1538,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( connections: [CodeStarconnectionsClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -1605,8 +1553,7 @@ public struct ListHostsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1639,8 +1586,7 @@ extension CodeStarconnectionsClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, vpcConfiguration: CodeStarconnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.hostArn = hostArn self.name = name self.providerEndpoint = providerEndpoint @@ -1661,8 +1607,7 @@ public struct ListHostsOutput: Swift.Sendable { public init( hosts: [CodeStarconnectionsClientTypes.Host]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hosts = hosts self.nextToken = nextToken } @@ -1677,8 +1622,7 @@ public struct ListRepositoryLinksInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1694,8 +1638,7 @@ public struct ListRepositoryLinksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositoryLinks: [CodeStarconnectionsClientTypes.RepositoryLinkInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryLinks = repositoryLinks } @@ -1712,8 +1655,7 @@ public struct ListRepositorySyncDefinitionsInput: Swift.Sendable { public init( repositoryLinkId: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.repositoryLinkId = repositoryLinkId self.syncType = syncType } @@ -1741,8 +1683,7 @@ extension CodeStarconnectionsClientTypes { directory: Swift.String? = nil, parent: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.parent = parent @@ -1761,8 +1702,7 @@ public struct ListRepositorySyncDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositorySyncDefinitions: [CodeStarconnectionsClientTypes.RepositorySyncDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.repositorySyncDefinitions = repositorySyncDefinitions } @@ -1785,8 +1725,7 @@ public struct ListSyncConfigurationsInput: Swift.Sendable { nextToken: Swift.String? = nil, repositoryLinkId: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.repositoryLinkId = repositoryLinkId @@ -1804,8 +1743,7 @@ public struct ListSyncConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, syncConfigurations: [CodeStarconnectionsClientTypes.SyncConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.syncConfigurations = syncConfigurations } @@ -1818,8 +1756,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1830,8 +1767,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1847,8 +1783,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CodeStarconnectionsClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1870,8 +1805,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1900,8 +1834,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1924,8 +1857,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1943,8 +1875,7 @@ public struct UpdateHostInput: Swift.Sendable { hostArn: Swift.String? = nil, providerEndpoint: Swift.String? = nil, vpcConfiguration: CodeStarconnectionsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.hostArn = hostArn self.providerEndpoint = providerEndpoint self.vpcConfiguration = vpcConfiguration @@ -1974,8 +1905,7 @@ public struct ConditionalCheckFailedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1998,8 +1928,7 @@ public struct UpdateOutOfSyncException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2017,8 +1946,7 @@ public struct UpdateRepositoryLinkInput: Swift.Sendable { connectionArn: Swift.String? = nil, encryptionKeyArn: Swift.String? = nil, repositoryLinkId: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKeyArn = encryptionKeyArn self.repositoryLinkId = repositoryLinkId @@ -2032,8 +1960,7 @@ public struct UpdateRepositoryLinkOutput: Swift.Sendable { public init( repositoryLinkInfo: CodeStarconnectionsClientTypes.RepositoryLinkInfo? = nil - ) - { + ) { self.repositoryLinkInfo = repositoryLinkInfo } } @@ -2056,8 +1983,7 @@ public struct RetryLatestCommitFailedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2080,8 +2006,7 @@ public struct SyncBlockerDoesNotExistException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2105,8 +2030,7 @@ public struct UpdateSyncBlockerInput: Swift.Sendable { resolvedReason: Swift.String? = nil, resourceName: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil - ) - { + ) { self.id = id self.resolvedReason = resolvedReason self.resourceName = resourceName @@ -2128,8 +2052,7 @@ public struct UpdateSyncBlockerOutput: Swift.Sendable { parentResourceName: Swift.String? = nil, resourceName: Swift.String? = nil, syncBlocker: CodeStarconnectionsClientTypes.SyncBlocker? = nil - ) - { + ) { self.parentResourceName = parentResourceName self.resourceName = resourceName self.syncBlocker = syncBlocker @@ -2165,8 +2088,7 @@ public struct UpdateSyncConfigurationInput: Swift.Sendable { roleArn: Swift.String? = nil, syncType: CodeStarconnectionsClientTypes.SyncConfigurationType? = nil, triggerResourceUpdateOn: CodeStarconnectionsClientTypes.TriggerResourceUpdateOn? = nil - ) - { + ) { self.branch = branch self.configFile = configFile self.publishDeploymentStatus = publishDeploymentStatus @@ -2185,8 +2107,7 @@ public struct UpdateSyncConfigurationOutput: Swift.Sendable { public init( syncConfiguration: CodeStarconnectionsClientTypes.SyncConfiguration? = nil - ) - { + ) { self.syncConfiguration = syncConfiguration } } diff --git a/Sources/Services/AWSCodeartifact/Package.swift.txt b/Sources/Services/AWSCodeartifact/Package.swift.txt index 5190881d903..6167f4f48b2 100644 --- a/Sources/Services/AWSCodeartifact/Package.swift.txt +++ b/Sources/Services/AWSCodeartifact/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/CodeartifactClient.swift b/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/CodeartifactClient.swift index 60cbd485057..005ce52b61d 100644 --- a/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/CodeartifactClient.swift +++ b/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/CodeartifactClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodeartifactClient: ClientRuntime.Client { public static let clientName = "CodeartifactClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodeartifactClient.CodeartifactClientConfiguration let serviceName = "codeartifact" diff --git a/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/Models.swift b/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/Models.swift index 12a493792b4..155471b6dd2 100644 --- a/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/Models.swift +++ b/Sources/Services/AWSCodeartifact/Sources/AWSCodeartifact/Models.swift @@ -52,8 +52,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +166,7 @@ extension CodeartifactClientTypes { hashes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.hashes = hashes self.name = name self.size = size @@ -278,8 +276,7 @@ extension CodeartifactClientTypes { format: CodeartifactClientTypes.PackageFormat? = nil, namespace: Swift.String? = nil, package: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.format = format self.namespace = namespace @@ -351,8 +348,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: CodeartifactClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -378,8 +374,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -409,8 +404,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: CodeartifactClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -442,8 +436,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: CodeartifactClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -472,8 +465,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -539,8 +531,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: CodeartifactClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -584,8 +575,7 @@ public struct AssociateExternalConnectionInput: Swift.Sendable { domainOwner: Swift.String? = nil, externalConnection: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.externalConnection = externalConnection @@ -650,8 +640,7 @@ extension CodeartifactClientTypes { externalConnectionName: Swift.String? = nil, packageFormat: CodeartifactClientTypes.PackageFormat? = nil, status: CodeartifactClientTypes.ExternalConnectionStatus? = nil - ) - { + ) { self.externalConnectionName = externalConnectionName self.packageFormat = packageFormat self.status = status @@ -668,8 +657,7 @@ extension CodeartifactClientTypes { public init( repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryName = repositoryName } } @@ -708,8 +696,7 @@ extension CodeartifactClientTypes { externalConnections: [CodeartifactClientTypes.RepositoryExternalConnectionInfo]? = nil, name: Swift.String? = nil, upstreams: [CodeartifactClientTypes.UpstreamRepositoryInfo]? = nil - ) - { + ) { self.administratorAccount = administratorAccount self.arn = arn self.createdTime = createdTime @@ -729,8 +716,7 @@ public struct AssociateExternalConnectionOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } @@ -793,8 +779,7 @@ public struct CopyPackageVersionsInput: Swift.Sendable { sourceRepository: Swift.String? = nil, versionRevisions: [Swift.String: Swift.String]? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.allowOverwrite = allowOverwrite self.destinationRepository = destinationRepository self.domain = domain @@ -874,8 +859,7 @@ extension CodeartifactClientTypes { public init( errorCode: CodeartifactClientTypes.PackageVersionErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -935,8 +919,7 @@ extension CodeartifactClientTypes { public init( revision: Swift.String? = nil, status: CodeartifactClientTypes.PackageVersionStatus? = nil - ) - { + ) { self.revision = revision self.status = status } @@ -964,8 +947,7 @@ public struct CopyPackageVersionsOutput: Swift.Sendable { public init( failedVersions: [Swift.String: CodeartifactClientTypes.PackageVersionError]? = nil, successfulVersions: [Swift.String: CodeartifactClientTypes.SuccessfulPackageVersionInfo]? = nil - ) - { + ) { self.failedVersions = failedVersions self.successfulVersions = successfulVersions } @@ -985,8 +967,7 @@ extension CodeartifactClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1006,8 +987,7 @@ public struct CreateDomainInput: Swift.Sendable { domain: Swift.String? = nil, encryptionKey: Swift.String? = nil, tags: [CodeartifactClientTypes.Tag]? = nil - ) - { + ) { self.domain = domain self.encryptionKey = encryptionKey self.tags = tags @@ -1076,8 +1056,7 @@ extension CodeartifactClientTypes { repositoryCount: Swift.Int = 0, s3BucketArn: Swift.String? = nil, status: CodeartifactClientTypes.DomainStatus? = nil - ) - { + ) { self.arn = arn self.assetSizeBytes = assetSizeBytes self.createdTime = createdTime @@ -1097,8 +1076,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( domain: CodeartifactClientTypes.DomainDescription? = nil - ) - { + ) { self.domain = domain } } @@ -1126,8 +1104,7 @@ public struct CreatePackageGroupInput: Swift.Sendable { domainOwner: Swift.String? = nil, packageGroup: Swift.String? = nil, tags: [CodeartifactClientTypes.Tag]? = nil - ) - { + ) { self.contactInfo = contactInfo self.description = description self.domain = domain @@ -1216,8 +1193,7 @@ extension CodeartifactClientTypes { public init( arn: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.arn = arn self.pattern = pattern } @@ -1242,8 +1218,7 @@ extension CodeartifactClientTypes { inheritedFrom: CodeartifactClientTypes.PackageGroupReference? = nil, mode: CodeartifactClientTypes.PackageGroupOriginRestrictionMode? = nil, repositoriesCount: Swift.Int? = nil - ) - { + ) { self.effectiveMode = effectiveMode self.inheritedFrom = inheritedFrom self.mode = mode @@ -1261,8 +1236,7 @@ extension CodeartifactClientTypes { public init( restrictions: [Swift.String: CodeartifactClientTypes.PackageGroupOriginRestriction]? = nil - ) - { + ) { self.restrictions = restrictions } } @@ -1301,8 +1275,7 @@ extension CodeartifactClientTypes { originConfiguration: CodeartifactClientTypes.PackageGroupOriginConfiguration? = nil, parent: CodeartifactClientTypes.PackageGroupReference? = nil, pattern: Swift.String? = nil - ) - { + ) { self.arn = arn self.contactInfo = contactInfo self.createdTime = createdTime @@ -1322,8 +1295,7 @@ public struct CreatePackageGroupOutput: Swift.Sendable { public init( packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.packageGroup = packageGroup } } @@ -1338,8 +1310,7 @@ extension CodeartifactClientTypes { public init( repositoryName: Swift.String? = nil - ) - { + ) { self.repositoryName = repositoryName } } @@ -1368,8 +1339,7 @@ public struct CreateRepositoryInput: Swift.Sendable { repository: Swift.String? = nil, tags: [CodeartifactClientTypes.Tag]? = nil, upstreams: [CodeartifactClientTypes.UpstreamRepository]? = nil - ) - { + ) { self.description = description self.domain = domain self.domainOwner = domainOwner @@ -1385,8 +1355,7 @@ public struct CreateRepositoryOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } @@ -1401,8 +1370,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domain: Swift.String? = nil, domainOwner: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner } @@ -1414,8 +1382,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( domain: CodeartifactClientTypes.DomainDescription? = nil - ) - { + ) { self.domain = domain } } @@ -1433,8 +1400,7 @@ public struct DeleteDomainPermissionsPolicyInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, policyRevision: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.policyRevision = policyRevision @@ -1456,8 +1422,7 @@ extension CodeartifactClientTypes { document: Swift.String? = nil, resourceArn: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.document = document self.resourceArn = resourceArn self.revision = revision @@ -1471,8 +1436,7 @@ public struct DeleteDomainPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -1519,8 +1483,7 @@ public struct DeletePackageInput: Swift.Sendable { namespace: Swift.String? = nil, package: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -1544,8 +1507,7 @@ extension CodeartifactClientTypes { public init( publish: CodeartifactClientTypes.AllowPublish? = nil, upstream: CodeartifactClientTypes.AllowUpstream? = nil - ) - { + ) { self.publish = publish self.upstream = upstream } @@ -1561,8 +1523,7 @@ extension CodeartifactClientTypes { public init( restrictions: CodeartifactClientTypes.PackageOriginRestrictions? = nil - ) - { + ) { self.restrictions = restrictions } } @@ -1594,8 +1555,7 @@ extension CodeartifactClientTypes { namespace: Swift.String? = nil, originConfiguration: CodeartifactClientTypes.PackageOriginConfiguration? = nil, package: Swift.String? = nil - ) - { + ) { self.format = format self.namespace = namespace self.originConfiguration = originConfiguration @@ -1610,8 +1570,7 @@ public struct DeletePackageOutput: Swift.Sendable { public init( deletedPackage: CodeartifactClientTypes.PackageSummary? = nil - ) - { + ) { self.deletedPackage = deletedPackage } } @@ -1630,8 +1589,7 @@ public struct DeletePackageGroupInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, packageGroup: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.packageGroup = packageGroup @@ -1644,8 +1602,7 @@ public struct DeletePackageGroupOutput: Swift.Sendable { public init( packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.packageGroup = packageGroup } } @@ -1699,8 +1656,7 @@ public struct DeletePackageVersionsInput: Swift.Sendable { package: Swift.String? = nil, repository: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.expectedStatus = expectedStatus @@ -1733,8 +1689,7 @@ public struct DeletePackageVersionsOutput: Swift.Sendable { public init( failedVersions: [Swift.String: CodeartifactClientTypes.PackageVersionError]? = nil, successfulVersions: [Swift.String: CodeartifactClientTypes.SuccessfulPackageVersionInfo]? = nil - ) - { + ) { self.failedVersions = failedVersions self.successfulVersions = successfulVersions } @@ -1754,8 +1709,7 @@ public struct DeleteRepositoryInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.repository = repository @@ -1768,8 +1722,7 @@ public struct DeleteRepositoryOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } @@ -1791,8 +1744,7 @@ public struct DeleteRepositoryPermissionsPolicyInput: Swift.Sendable { domainOwner: Swift.String? = nil, policyRevision: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.policyRevision = policyRevision @@ -1806,8 +1758,7 @@ public struct DeleteRepositoryPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -1822,8 +1773,7 @@ public struct DescribeDomainInput: Swift.Sendable { public init( domain: Swift.String? = nil, domainOwner: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner } @@ -1835,8 +1785,7 @@ public struct DescribeDomainOutput: Swift.Sendable { public init( domain: CodeartifactClientTypes.DomainDescription? = nil - ) - { + ) { self.domain = domain } } @@ -1883,8 +1832,7 @@ public struct DescribePackageInput: Swift.Sendable { namespace: Swift.String? = nil, package: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -1920,8 +1868,7 @@ extension CodeartifactClientTypes { name: Swift.String? = nil, namespace: Swift.String? = nil, originConfiguration: CodeartifactClientTypes.PackageOriginConfiguration? = nil - ) - { + ) { self.format = format self.name = name self.namespace = namespace @@ -1937,8 +1884,7 @@ public struct DescribePackageOutput: Swift.Sendable { public init( package: CodeartifactClientTypes.PackageDescription? = nil - ) - { + ) { self.package = package } } @@ -1957,8 +1903,7 @@ public struct DescribePackageGroupInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, packageGroup: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.packageGroup = packageGroup @@ -1971,8 +1916,7 @@ public struct DescribePackageGroupOutput: Swift.Sendable { public init( packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.packageGroup = packageGroup } } @@ -2023,8 +1967,7 @@ public struct DescribePackageVersionInput: Swift.Sendable { package: Swift.String? = nil, packageVersion: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -2047,8 +1990,7 @@ extension CodeartifactClientTypes { public init( name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.name = name self.url = url } @@ -2067,8 +2009,7 @@ extension CodeartifactClientTypes { public init( externalConnectionName: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.externalConnectionName = externalConnectionName self.repositoryName = repositoryName } @@ -2119,8 +2060,7 @@ extension CodeartifactClientTypes { public init( domainEntryPoint: CodeartifactClientTypes.DomainEntryPoint? = nil, originType: CodeartifactClientTypes.PackageVersionOriginType? = nil - ) - { + ) { self.domainEntryPoint = domainEntryPoint self.originType = originType } @@ -2180,8 +2120,7 @@ extension CodeartifactClientTypes { status: CodeartifactClientTypes.PackageVersionStatus? = nil, summary: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.format = format self.homePage = homePage @@ -2206,8 +2145,7 @@ public struct DescribePackageVersionOutput: Swift.Sendable { public init( packageVersion: CodeartifactClientTypes.PackageVersionDescription? = nil - ) - { + ) { self.packageVersion = packageVersion } } @@ -2226,8 +2164,7 @@ public struct DescribeRepositoryInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.repository = repository @@ -2240,8 +2177,7 @@ public struct DescribeRepositoryOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } @@ -2264,8 +2200,7 @@ public struct DisassociateExternalConnectionInput: Swift.Sendable { domainOwner: Swift.String? = nil, externalConnection: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.externalConnection = externalConnection @@ -2279,8 +2214,7 @@ public struct DisassociateExternalConnectionOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } @@ -2337,8 +2271,7 @@ public struct DisposePackageVersionsInput: Swift.Sendable { repository: Swift.String? = nil, versionRevisions: [Swift.String: Swift.String]? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.expectedStatus = expectedStatus @@ -2372,8 +2305,7 @@ public struct DisposePackageVersionsOutput: Swift.Sendable { public init( failedVersions: [Swift.String: CodeartifactClientTypes.PackageVersionError]? = nil, successfulVersions: [Swift.String: CodeartifactClientTypes.SuccessfulPackageVersionInfo]? = nil - ) - { + ) { self.failedVersions = failedVersions self.successfulVersions = successfulVersions } @@ -2417,8 +2349,7 @@ public struct GetAssociatedPackageGroupInput: Swift.Sendable { format: CodeartifactClientTypes.PackageFormat? = nil, namespace: Swift.String? = nil, package: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -2436,8 +2367,7 @@ public struct GetAssociatedPackageGroupOutput: Swift.Sendable { public init( associationType: CodeartifactClientTypes.PackageGroupAssociationType? = nil, packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.associationType = associationType self.packageGroup = packageGroup } @@ -2456,8 +2386,7 @@ public struct GetAuthorizationTokenInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, durationSeconds: Swift.Int? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.durationSeconds = durationSeconds @@ -2473,8 +2402,7 @@ public struct GetAuthorizationTokenOutput: Swift.Sendable { public init( authorizationToken: Swift.String? = nil, expiration: Foundation.Date? = nil - ) - { + ) { self.authorizationToken = authorizationToken self.expiration = expiration } @@ -2496,8 +2424,7 @@ public struct GetDomainPermissionsPolicyInput: Swift.Sendable { public init( domain: Swift.String? = nil, domainOwner: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner } @@ -2509,8 +2436,7 @@ public struct GetDomainPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -2568,8 +2494,7 @@ public struct GetPackageVersionAssetInput: Swift.Sendable { packageVersion: Swift.String? = nil, packageVersionRevision: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.asset = asset self.domain = domain self.domainOwner = domainOwner @@ -2597,8 +2522,7 @@ public struct GetPackageVersionAssetOutput: Swift.Sendable { assetName: Swift.String? = nil, packageVersion: Swift.String? = nil, packageVersionRevision: Swift.String? = nil - ) - { + ) { self.asset = asset self.assetName = assetName self.packageVersion = packageVersion @@ -2652,8 +2576,7 @@ public struct GetPackageVersionReadmeInput: Swift.Sendable { package: Swift.String? = nil, packageVersion: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -2693,8 +2616,7 @@ public struct GetPackageVersionReadmeOutput: Swift.Sendable { readme: Swift.String? = nil, version: Swift.String? = nil, versionRevision: Swift.String? = nil - ) - { + ) { self.format = format self.namespace = namespace self.package = package @@ -2754,8 +2676,7 @@ public struct GetRepositoryEndpointInput: Swift.Sendable { endpointType: CodeartifactClientTypes.EndpointType? = nil, format: CodeartifactClientTypes.PackageFormat? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.endpointType = endpointType @@ -2770,8 +2691,7 @@ public struct GetRepositoryEndpointOutput: Swift.Sendable { public init( repositoryEndpoint: Swift.String? = nil - ) - { + ) { self.repositoryEndpoint = repositoryEndpoint } } @@ -2790,8 +2710,7 @@ public struct GetRepositoryPermissionsPolicyInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.repository = repository @@ -2804,8 +2723,7 @@ public struct GetRepositoryPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -2834,8 +2752,7 @@ public struct ListAllowedRepositoriesForGroupInput: Swift.Sendable { nextToken: Swift.String? = nil, originRestrictionType: CodeartifactClientTypes.PackageGroupOriginRestrictionType? = nil, packageGroup: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.maxResults = maxResults @@ -2854,8 +2771,7 @@ public struct ListAllowedRepositoriesForGroupOutput: Swift.Sendable { public init( allowedRepositories: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.allowedRepositories = allowedRepositories self.nextToken = nextToken } @@ -2884,8 +2800,7 @@ public struct ListAssociatedPackagesInput: Swift.Sendable { nextToken: Swift.String? = nil, packageGroup: Swift.String? = nil, preview: Swift.Bool? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.maxResults = maxResults @@ -2904,8 +2819,7 @@ public struct ListAssociatedPackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packages: [CodeartifactClientTypes.AssociatedPackage]? = nil - ) - { + ) { self.nextToken = nextToken self.packages = packages } @@ -2920,8 +2834,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2951,8 +2864,7 @@ extension CodeartifactClientTypes { name: Swift.String? = nil, owner: Swift.String? = nil, status: CodeartifactClientTypes.DomainStatus? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.encryptionKey = encryptionKey @@ -2972,8 +2884,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domains: [CodeartifactClientTypes.DomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextToken = nextToken } @@ -2998,8 +2909,7 @@ public struct ListPackageGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.maxResults = maxResults @@ -3041,8 +2951,7 @@ extension CodeartifactClientTypes { originConfiguration: CodeartifactClientTypes.PackageGroupOriginConfiguration? = nil, parent: CodeartifactClientTypes.PackageGroupReference? = nil, pattern: Swift.String? = nil - ) - { + ) { self.arn = arn self.contactInfo = contactInfo self.createdTime = createdTime @@ -3065,8 +2974,7 @@ public struct ListPackageGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageGroups: [CodeartifactClientTypes.PackageGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.packageGroups = packageGroups } @@ -3115,8 +3023,7 @@ public struct ListPackagesInput: Swift.Sendable { publish: CodeartifactClientTypes.AllowPublish? = nil, repository: Swift.String? = nil, upstream: CodeartifactClientTypes.AllowUpstream? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -3139,8 +3046,7 @@ public struct ListPackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packages: [CodeartifactClientTypes.PackageSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.packages = packages } @@ -3198,8 +3104,7 @@ public struct ListPackageVersionAssetsInput: Swift.Sendable { package: Swift.String? = nil, packageVersion: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -3244,8 +3149,7 @@ public struct ListPackageVersionAssetsOutput: Swift.Sendable { package: Swift.String? = nil, version: Swift.String? = nil, versionRevision: Swift.String? = nil - ) - { + ) { self.assets = assets self.format = format self.namespace = namespace @@ -3299,8 +3203,7 @@ public struct ListPackageVersionDependenciesInput: Swift.Sendable { package: Swift.String? = nil, packageVersion: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -3346,8 +3249,7 @@ extension CodeartifactClientTypes { namespace: Swift.String? = nil, package: Swift.String? = nil, versionRequirement: Swift.String? = nil - ) - { + ) { self.dependencyType = dependencyType self.namespace = namespace self.package = package @@ -3391,8 +3293,7 @@ public struct ListPackageVersionDependenciesOutput: Swift.Sendable { package: Swift.String? = nil, version: Swift.String? = nil, versionRevision: Swift.String? = nil - ) - { + ) { self.dependencies = dependencies self.format = format self.namespace = namespace @@ -3486,8 +3387,7 @@ public struct ListPackageVersionsInput: Swift.Sendable { repository: Swift.String? = nil, sortBy: CodeartifactClientTypes.PackageVersionSortType? = nil, status: CodeartifactClientTypes.PackageVersionStatus? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -3522,8 +3422,7 @@ extension CodeartifactClientTypes { revision: Swift.String? = nil, status: CodeartifactClientTypes.PackageVersionStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.origin = origin self.revision = revision self.status = status @@ -3565,8 +3464,7 @@ public struct ListPackageVersionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, package: Swift.String? = nil, versions: [CodeartifactClientTypes.PackageVersionSummary]? = nil - ) - { + ) { self.defaultDisplayVersion = defaultDisplayVersion self.format = format self.namespace = namespace @@ -3588,8 +3486,7 @@ public struct ListRepositoriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryPrefix: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.repositoryPrefix = repositoryPrefix @@ -3623,8 +3520,7 @@ extension CodeartifactClientTypes { domainName: Swift.String? = nil, domainOwner: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.administratorAccount = administratorAccount self.arn = arn self.createdTime = createdTime @@ -3645,8 +3541,7 @@ public struct ListRepositoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [CodeartifactClientTypes.RepositorySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -3674,8 +3569,7 @@ public struct ListRepositoriesInDomainInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, repositoryPrefix: Swift.String? = nil - ) - { + ) { self.administratorAccount = administratorAccount self.domain = domain self.domainOwner = domainOwner @@ -3694,8 +3588,7 @@ public struct ListRepositoriesInDomainOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [CodeartifactClientTypes.RepositorySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -3721,8 +3614,7 @@ public struct ListSubPackageGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, packageGroup: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.maxResults = maxResults @@ -3740,8 +3632,7 @@ public struct ListSubPackageGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageGroups: [CodeartifactClientTypes.PackageGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.packageGroups = packageGroups } @@ -3754,8 +3645,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3766,8 +3656,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CodeartifactClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3816,8 +3705,7 @@ public struct PublishPackageVersionInput: Swift.Sendable { packageVersion: Swift.String? = nil, repository: Swift.String? = nil, unfinished: Swift.Bool? = nil - ) - { + ) { self.assetContent = assetContent self.assetName = assetName self.assetSHA256 = assetSHA256 @@ -3856,8 +3744,7 @@ public struct PublishPackageVersionOutput: Swift.Sendable { status: CodeartifactClientTypes.PackageVersionStatus? = nil, version: Swift.String? = nil, versionRevision: Swift.String? = nil - ) - { + ) { self.asset = asset self.format = format self.namespace = namespace @@ -3885,8 +3772,7 @@ public struct PutDomainPermissionsPolicyInput: Swift.Sendable { domainOwner: Swift.String? = nil, policyDocument: Swift.String? = nil, policyRevision: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.policyDocument = policyDocument @@ -3900,8 +3786,7 @@ public struct PutDomainPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -3943,8 +3828,7 @@ public struct PutPackageOriginConfigurationInput: Swift.Sendable { package: Swift.String? = nil, repository: Swift.String? = nil, restrictions: CodeartifactClientTypes.PackageOriginRestrictions? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.format = format @@ -3961,8 +3845,7 @@ public struct PutPackageOriginConfigurationOutput: Swift.Sendable { public init( originConfiguration: CodeartifactClientTypes.PackageOriginConfiguration? = nil - ) - { + ) { self.originConfiguration = originConfiguration } } @@ -3988,8 +3871,7 @@ public struct PutRepositoryPermissionsPolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyRevision: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.policyDocument = policyDocument @@ -4004,8 +3886,7 @@ public struct PutRepositoryPermissionsPolicyOutput: Swift.Sendable { public init( policy: CodeartifactClientTypes.ResourcePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -4021,8 +3902,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [CodeartifactClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4044,8 +3924,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4076,8 +3955,7 @@ public struct UpdatePackageGroupInput: Swift.Sendable { domain: Swift.String? = nil, domainOwner: Swift.String? = nil, packageGroup: Swift.String? = nil - ) - { + ) { self.contactInfo = contactInfo self.description = description self.domain = domain @@ -4092,8 +3970,7 @@ public struct UpdatePackageGroupOutput: Swift.Sendable { public init( packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.packageGroup = packageGroup } } @@ -4110,8 +3987,7 @@ extension CodeartifactClientTypes { public init( originRestrictionType: CodeartifactClientTypes.PackageGroupOriginRestrictionType? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.originRestrictionType = originRestrictionType self.repositoryName = repositoryName } @@ -4141,8 +4017,7 @@ public struct UpdatePackageGroupOriginConfigurationInput: Swift.Sendable { packageGroup: Swift.String? = nil, removeAllowedRepositories: [CodeartifactClientTypes.PackageGroupAllowedRepository]? = nil, restrictions: [Swift.String: CodeartifactClientTypes.PackageGroupOriginRestrictionMode]? = nil - ) - { + ) { self.addAllowedRepositories = addAllowedRepositories self.domain = domain self.domainOwner = domainOwner @@ -4190,8 +4065,7 @@ public struct UpdatePackageGroupOriginConfigurationOutput: Swift.Sendable { public init( allowedRepositoryUpdates: [Swift.String: [Swift.String: [Swift.String]]]? = nil, packageGroup: CodeartifactClientTypes.PackageGroupDescription? = nil - ) - { + ) { self.allowedRepositoryUpdates = allowedRepositoryUpdates self.packageGroup = packageGroup } @@ -4244,8 +4118,7 @@ public struct UpdatePackageVersionsStatusInput: Swift.Sendable { targetStatus: CodeartifactClientTypes.PackageVersionStatus? = nil, versionRevisions: [Swift.String: Swift.String]? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.domain = domain self.domainOwner = domainOwner self.expectedStatus = expectedStatus @@ -4268,8 +4141,7 @@ public struct UpdatePackageVersionsStatusOutput: Swift.Sendable { public init( failedVersions: [Swift.String: CodeartifactClientTypes.PackageVersionError]? = nil, successfulVersions: [Swift.String: CodeartifactClientTypes.SuccessfulPackageVersionInfo]? = nil - ) - { + ) { self.failedVersions = failedVersions self.successfulVersions = successfulVersions } @@ -4295,8 +4167,7 @@ public struct UpdateRepositoryInput: Swift.Sendable { domainOwner: Swift.String? = nil, repository: Swift.String? = nil, upstreams: [CodeartifactClientTypes.UpstreamRepository]? = nil - ) - { + ) { self.description = description self.domain = domain self.domainOwner = domainOwner @@ -4311,8 +4182,7 @@ public struct UpdateRepositoryOutput: Swift.Sendable { public init( repository: CodeartifactClientTypes.RepositoryDescription? = nil - ) - { + ) { self.repository = repository } } diff --git a/Sources/Services/AWSCodestarnotifications/Package.swift.txt b/Sources/Services/AWSCodestarnotifications/Package.swift.txt index dba226432be..a9cc8d9d515 100644 --- a/Sources/Services/AWSCodestarnotifications/Package.swift.txt +++ b/Sources/Services/AWSCodestarnotifications/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/CodestarnotificationsClient.swift b/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/CodestarnotificationsClient.swift index c73ddde19d7..dce90f4bc02 100644 --- a/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/CodestarnotificationsClient.swift +++ b/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/CodestarnotificationsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CodestarnotificationsClient: ClientRuntime.Client { public static let clientName = "CodestarnotificationsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CodestarnotificationsClient.CodestarnotificationsClientConfiguration let serviceName = "codestar notifications" diff --git a/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/Models.swift b/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/Models.swift index 65cd107c8a9..b0655e1c703 100644 --- a/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/Models.swift +++ b/Sources/Services/AWSCodestarnotifications/Sources/AWSCodestarnotifications/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ConfigurationException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -245,8 +239,7 @@ extension CodestarnotificationsClientTypes { public init( targetAddress: Swift.String? = nil, targetType: Swift.String? = nil - ) - { + ) { self.targetAddress = targetAddress self.targetType = targetType } @@ -290,8 +283,7 @@ public struct CreateNotificationRuleInput: Swift.Sendable { status: CodestarnotificationsClientTypes.NotificationRuleStatus? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [CodestarnotificationsClientTypes.Target]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.detailType = detailType self.eventTypeIds = eventTypeIds @@ -314,8 +306,7 @@ public struct CreateNotificationRuleOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -327,8 +318,7 @@ public struct DeleteNotificationRuleInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -339,8 +329,7 @@ public struct DeleteNotificationRuleOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -355,8 +344,7 @@ public struct DeleteTargetInput: Swift.Sendable { public init( forceUnsubscribeAll: Swift.Bool? = false, targetAddress: Swift.String? = nil - ) - { + ) { self.forceUnsubscribeAll = forceUnsubscribeAll self.targetAddress = targetAddress } @@ -390,8 +378,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -403,8 +390,7 @@ public struct DescribeNotificationRuleInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -427,8 +413,7 @@ extension CodestarnotificationsClientTypes { eventTypeName: Swift.String? = nil, resourceType: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.eventTypeId = eventTypeId self.eventTypeName = eventTypeName self.resourceType = resourceType @@ -494,8 +479,7 @@ extension CodestarnotificationsClientTypes { targetAddress: Swift.String? = nil, targetStatus: CodestarnotificationsClientTypes.TargetStatus? = nil, targetType: Swift.String? = nil - ) - { + ) { self.targetAddress = targetAddress self.targetStatus = targetStatus self.targetType = targetType @@ -545,8 +529,7 @@ public struct DescribeNotificationRuleOutput: Swift.Sendable { status: CodestarnotificationsClientTypes.NotificationRuleStatus? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [CodestarnotificationsClientTypes.TargetSummary]? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.createdTimestamp = createdTimestamp @@ -584,8 +567,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -633,8 +615,7 @@ extension CodestarnotificationsClientTypes { public init( name: CodestarnotificationsClientTypes.ListEventTypesFilterName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -653,8 +634,7 @@ public struct ListEventTypesInput: Swift.Sendable { filters: [CodestarnotificationsClientTypes.ListEventTypesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -670,8 +650,7 @@ public struct ListEventTypesOutput: Swift.Sendable { public init( eventTypes: [CodestarnotificationsClientTypes.EventTypeSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventTypes = eventTypes self.nextToken = nextToken } @@ -726,8 +705,7 @@ extension CodestarnotificationsClientTypes { public init( name: CodestarnotificationsClientTypes.ListNotificationRulesFilterName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -746,8 +724,7 @@ public struct ListNotificationRulesInput: Swift.Sendable { filters: [CodestarnotificationsClientTypes.ListNotificationRulesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -766,8 +743,7 @@ extension CodestarnotificationsClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -783,8 +759,7 @@ public struct ListNotificationRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationRules: [CodestarnotificationsClientTypes.NotificationRuleSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationRules = notificationRules } @@ -797,8 +772,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -809,8 +783,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -861,8 +834,7 @@ extension CodestarnotificationsClientTypes { public init( name: CodestarnotificationsClientTypes.ListTargetsFilterName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -881,8 +853,7 @@ public struct ListTargetsInput: Swift.Sendable { filters: [CodestarnotificationsClientTypes.ListTargetsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -898,8 +869,7 @@ public struct ListTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targets: [CodestarnotificationsClientTypes.TargetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.targets = targets } @@ -919,8 +889,7 @@ public struct SubscribeInput: Swift.Sendable { arn: Swift.String? = nil, clientRequestToken: Swift.String? = nil, target: CodestarnotificationsClientTypes.Target? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.target = target @@ -933,8 +902,7 @@ public struct SubscribeOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -950,8 +918,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -963,8 +930,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -980,8 +946,7 @@ public struct UnsubscribeInput: Swift.Sendable { public init( arn: Swift.String? = nil, targetAddress: Swift.String? = nil - ) - { + ) { self.arn = arn self.targetAddress = targetAddress } @@ -999,8 +964,7 @@ public struct UnsubscribeOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1016,8 +980,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -1050,8 +1013,7 @@ public struct UpdateNotificationRuleInput: Swift.Sendable { name: Swift.String? = nil, status: CodestarnotificationsClientTypes.NotificationRuleStatus? = nil, targets: [CodestarnotificationsClientTypes.Target]? = nil - ) - { + ) { self.arn = arn self.detailType = detailType self.eventTypeIds = eventTypeIds diff --git a/Sources/Services/AWSCognitoIdentity/Package.swift.txt b/Sources/Services/AWSCognitoIdentity/Package.swift.txt index 23066b23cf1..8849f71b5c7 100644 --- a/Sources/Services/AWSCognitoIdentity/Package.swift.txt +++ b/Sources/Services/AWSCognitoIdentity/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/CognitoIdentityClient.swift b/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/CognitoIdentityClient.swift index 2d86ab108ce..884626b2b70 100644 --- a/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/CognitoIdentityClient.swift +++ b/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/CognitoIdentityClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CognitoIdentityClient: ClientRuntime.Client { public static let clientName = "CognitoIdentityClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CognitoIdentityClient.CognitoIdentityClientConfiguration let serviceName = "Cognito Identity" diff --git a/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/Models.swift b/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/Models.swift index 42f3245b9ab..9fd65aa7251 100644 --- a/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/Models.swift +++ b/Sources/Services/AWSCognitoIdentity/Sources/AWSCognitoIdentity/Models.swift @@ -94,8 +94,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +118,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +142,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +166,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -194,8 +190,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +214,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +234,7 @@ extension CognitoIdentityClientTypes { clientId: Swift.String? = nil, providerName: Swift.String? = nil, serverSideTokenCheck: Swift.Bool? = false - ) - { + ) { self.clientId = clientId self.providerName = providerName self.serverSideTokenCheck = serverSideTokenCheck @@ -282,8 +275,7 @@ public struct CreateIdentityPoolInput: Swift.Sendable { openIdConnectProviderARNs: [Swift.String]? = nil, samlProviderARNs: [Swift.String]? = nil, supportedLoginProviders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowClassicFlow = allowClassicFlow self.allowUnauthenticatedIdentities = allowUnauthenticatedIdentities self.cognitoIdentityProviders = cognitoIdentityProviders @@ -333,8 +325,7 @@ public struct CreateIdentityPoolOutput: Swift.Sendable { openIdConnectProviderARNs: [Swift.String]? = nil, samlProviderARNs: [Swift.String]? = nil, supportedLoginProviders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowClassicFlow = allowClassicFlow self.allowUnauthenticatedIdentities = allowUnauthenticatedIdentities self.cognitoIdentityProviders = cognitoIdentityProviders @@ -356,8 +347,7 @@ public struct DeleteIdentitiesInput: Swift.Sendable { public init( identityIdsToDelete: [Swift.String]? = nil - ) - { + ) { self.identityIdsToDelete = identityIdsToDelete } } @@ -403,8 +393,7 @@ extension CognitoIdentityClientTypes { public init( errorCode: CognitoIdentityClientTypes.ErrorCode? = nil, identityId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.identityId = identityId } @@ -418,8 +407,7 @@ public struct DeleteIdentitiesOutput: Swift.Sendable { public init( unprocessedIdentityIds: [CognitoIdentityClientTypes.UnprocessedIdentityId]? = nil - ) - { + ) { self.unprocessedIdentityIds = unprocessedIdentityIds } } @@ -443,8 +431,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -457,8 +444,7 @@ public struct DeleteIdentityPoolInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -471,8 +457,7 @@ public struct DescribeIdentityInput: Swift.Sendable { public init( identityId: Swift.String? = nil - ) - { + ) { self.identityId = identityId } } @@ -493,8 +478,7 @@ public struct DescribeIdentityOutput: Swift.Sendable { identityId: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, logins: [Swift.String]? = nil - ) - { + ) { self.creationDate = creationDate self.identityId = identityId self.lastModifiedDate = lastModifiedDate @@ -510,8 +494,7 @@ public struct DescribeIdentityPoolInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -553,8 +536,7 @@ public struct DescribeIdentityPoolOutput: Swift.Sendable { openIdConnectProviderARNs: [Swift.String]? = nil, samlProviderARNs: [Swift.String]? = nil, supportedLoginProviders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowClassicFlow = allowClassicFlow self.allowUnauthenticatedIdentities = allowUnauthenticatedIdentities self.cognitoIdentityProviders = cognitoIdentityProviders @@ -587,8 +569,7 @@ public struct ExternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -612,8 +593,7 @@ public struct InvalidIdentityPoolConfigurationException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -632,8 +612,7 @@ public struct GetCredentialsForIdentityInput: Swift.Sendable { customRoleArn: Swift.String? = nil, identityId: Swift.String? = nil, logins: [Swift.String: Swift.String]? = nil - ) - { + ) { self.customRoleArn = customRoleArn self.identityId = identityId self.logins = logins @@ -663,8 +642,7 @@ extension CognitoIdentityClientTypes { expiration: Foundation.Date? = nil, secretKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretKey = secretKey @@ -688,8 +666,7 @@ public struct GetCredentialsForIdentityOutput: Swift.Sendable { public init( credentials: CognitoIdentityClientTypes.Credentials? = nil, identityId: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.identityId = identityId } @@ -721,8 +698,7 @@ public struct GetIdInput: Swift.Sendable { accountId: Swift.String? = nil, identityPoolId: Swift.String? = nil, logins: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.identityPoolId = identityPoolId self.logins = logins @@ -741,8 +717,7 @@ public struct GetIdOutput: Swift.Sendable { public init( identityId: Swift.String? = nil - ) - { + ) { self.identityId = identityId } } @@ -755,8 +730,7 @@ public struct GetIdentityPoolRolesInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -818,8 +792,7 @@ extension CognitoIdentityClientTypes { matchType: CognitoIdentityClientTypes.MappingRuleMatchType? = nil, roleARN: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.claim = claim self.matchType = matchType self.roleARN = roleARN @@ -838,8 +811,7 @@ extension CognitoIdentityClientTypes { public init( rules: [CognitoIdentityClientTypes.MappingRule]? = nil - ) - { + ) { self.rules = rules } } @@ -890,8 +862,7 @@ extension CognitoIdentityClientTypes { ambiguousRoleResolution: CognitoIdentityClientTypes.AmbiguousRoleResolutionType? = nil, rulesConfiguration: CognitoIdentityClientTypes.RulesConfigurationType? = nil, type: CognitoIdentityClientTypes.RoleMappingType? = nil - ) - { + ) { self.ambiguousRoleResolution = ambiguousRoleResolution self.rulesConfiguration = rulesConfiguration self.type = type @@ -912,8 +883,7 @@ public struct GetIdentityPoolRolesOutput: Swift.Sendable { identityPoolId: Swift.String? = nil, roleMappings: [Swift.String: CognitoIdentityClientTypes.RoleMapping]? = nil, roles: [Swift.String: Swift.String]? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.roleMappings = roleMappings self.roles = roles @@ -931,8 +901,7 @@ public struct GetOpenIdTokenInput: Swift.Sendable { public init( identityId: Swift.String? = nil, logins: [Swift.String: Swift.String]? = nil - ) - { + ) { self.identityId = identityId self.logins = logins } @@ -953,8 +922,7 @@ public struct GetOpenIdTokenOutput: Swift.Sendable { public init( identityId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.token = token } @@ -984,8 +952,7 @@ public struct DeveloperUserAlreadyRegisteredException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1011,8 +978,7 @@ public struct GetOpenIdTokenForDeveloperIdentityInput: Swift.Sendable { logins: [Swift.String: Swift.String]? = nil, principalTags: [Swift.String: Swift.String]? = nil, tokenDuration: Swift.Int? = nil - ) - { + ) { self.identityId = identityId self.identityPoolId = identityPoolId self.logins = logins @@ -1036,8 +1002,7 @@ public struct GetOpenIdTokenForDeveloperIdentityOutput: Swift.Sendable { public init( identityId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.token = token } @@ -1059,8 +1024,7 @@ public struct GetPrincipalTagAttributeMapInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil, identityProviderName: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.identityProviderName = identityProviderName } @@ -1081,8 +1045,7 @@ public struct GetPrincipalTagAttributeMapOutput: Swift.Sendable { identityProviderName: Swift.String? = nil, principalTags: [Swift.String: Swift.String]? = nil, useDefaults: Swift.Bool? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.identityProviderName = identityProviderName self.principalTags = principalTags @@ -1108,8 +1071,7 @@ public struct ListIdentitiesInput: Swift.Sendable { identityPoolId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hideDisabled = hideDisabled self.identityPoolId = identityPoolId self.maxResults = maxResults @@ -1135,8 +1097,7 @@ extension CognitoIdentityClientTypes { identityId: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, logins: [Swift.String]? = nil - ) - { + ) { self.creationDate = creationDate self.identityId = identityId self.lastModifiedDate = lastModifiedDate @@ -1158,8 +1119,7 @@ public struct ListIdentitiesOutput: Swift.Sendable { identities: [CognitoIdentityClientTypes.IdentityDescription]? = nil, identityPoolId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identities = identities self.identityPoolId = identityPoolId self.nextToken = nextToken @@ -1177,8 +1137,7 @@ public struct ListIdentityPoolsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1196,8 +1155,7 @@ extension CognitoIdentityClientTypes { public init( identityPoolId: Swift.String? = nil, identityPoolName: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.identityPoolName = identityPoolName } @@ -1214,8 +1172,7 @@ public struct ListIdentityPoolsOutput: Swift.Sendable { public init( identityPools: [CognitoIdentityClientTypes.IdentityPoolShortDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityPools = identityPools self.nextToken = nextToken } @@ -1228,8 +1185,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1240,8 +1196,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1266,8 +1221,7 @@ public struct LookupDeveloperIdentityInput: Swift.Sendable { identityPoolId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.developerUserIdentifier = developerUserIdentifier self.identityId = identityId self.identityPoolId = identityPoolId @@ -1289,8 +1243,7 @@ public struct LookupDeveloperIdentityOutput: Swift.Sendable { developerUserIdentifierList: [Swift.String]? = nil, identityId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.developerUserIdentifierList = developerUserIdentifierList self.identityId = identityId self.nextToken = nextToken @@ -1317,8 +1270,7 @@ public struct MergeDeveloperIdentitiesInput: Swift.Sendable { developerProviderName: Swift.String? = nil, identityPoolId: Swift.String? = nil, sourceUserIdentifier: Swift.String? = nil - ) - { + ) { self.destinationUserIdentifier = destinationUserIdentifier self.developerProviderName = developerProviderName self.identityPoolId = identityPoolId @@ -1333,8 +1285,7 @@ public struct MergeDeveloperIdentitiesOutput: Swift.Sendable { public init( identityId: Swift.String? = nil - ) - { + ) { self.identityId = identityId } } @@ -1358,8 +1309,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1379,8 +1329,7 @@ public struct SetIdentityPoolRolesInput: Swift.Sendable { identityPoolId: Swift.String? = nil, roleMappings: [Swift.String: CognitoIdentityClientTypes.RoleMapping]? = nil, roles: [Swift.String: Swift.String]? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.roleMappings = roleMappings self.roles = roles @@ -1404,8 +1353,7 @@ public struct SetPrincipalTagAttributeMapInput: Swift.Sendable { identityProviderName: Swift.String? = nil, principalTags: [Swift.String: Swift.String]? = nil, useDefaults: Swift.Bool? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.identityProviderName = identityProviderName self.principalTags = principalTags @@ -1428,8 +1376,7 @@ public struct SetPrincipalTagAttributeMapOutput: Swift.Sendable { identityProviderName: Swift.String? = nil, principalTags: [Swift.String: Swift.String]? = nil, useDefaults: Swift.Bool? = nil - ) - { + ) { self.identityPoolId = identityPoolId self.identityProviderName = identityProviderName self.principalTags = principalTags @@ -1448,8 +1395,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1480,8 +1426,7 @@ public struct UnlinkDeveloperIdentityInput: Swift.Sendable { developerUserIdentifier: Swift.String? = nil, identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.developerProviderName = developerProviderName self.developerUserIdentifier = developerUserIdentifier self.identityId = identityId @@ -1505,8 +1450,7 @@ public struct UnlinkIdentityInput: Swift.Sendable { identityId: Swift.String? = nil, logins: [Swift.String: Swift.String]? = nil, loginsToRemove: [Swift.String]? = nil - ) - { + ) { self.identityId = identityId self.logins = logins self.loginsToRemove = loginsToRemove @@ -1529,8 +1473,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1578,8 +1521,7 @@ public struct UpdateIdentityPoolInput: Swift.Sendable { openIdConnectProviderARNs: [Swift.String]? = nil, samlProviderARNs: [Swift.String]? = nil, supportedLoginProviders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowClassicFlow = allowClassicFlow self.allowUnauthenticatedIdentities = allowUnauthenticatedIdentities self.cognitoIdentityProviders = cognitoIdentityProviders @@ -1630,8 +1572,7 @@ public struct UpdateIdentityPoolOutput: Swift.Sendable { openIdConnectProviderARNs: [Swift.String]? = nil, samlProviderARNs: [Swift.String]? = nil, supportedLoginProviders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowClassicFlow = allowClassicFlow self.allowUnauthenticatedIdentities = allowUnauthenticatedIdentities self.cognitoIdentityProviders = cognitoIdentityProviders diff --git a/Sources/Services/AWSCognitoIdentityProvider/Package.swift.txt b/Sources/Services/AWSCognitoIdentityProvider/Package.swift.txt index 4aa69e390d9..9c8cc65627b 100644 --- a/Sources/Services/AWSCognitoIdentityProvider/Package.swift.txt +++ b/Sources/Services/AWSCognitoIdentityProvider/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/CognitoIdentityProviderClient.swift b/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/CognitoIdentityProviderClient.swift index 6c62ad6d95a..73750bfeb46 100644 --- a/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/CognitoIdentityProviderClient.swift +++ b/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/CognitoIdentityProviderClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CognitoIdentityProviderClient: ClientRuntime.Client { public static let clientName = "CognitoIdentityProviderClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CognitoIdentityProviderClient.CognitoIdentityProviderClientConfiguration let serviceName = "Cognito Identity Provider" diff --git a/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/Models.swift b/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/Models.swift index e64ebe57762..2fde606383c 100644 --- a/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/Models.swift +++ b/Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/Models.swift @@ -137,8 +137,7 @@ extension CognitoIdentityProviderClientTypes { public init( name: CognitoIdentityProviderClientTypes.RecoveryOptionNameType? = nil, priority: Swift.Int? = nil - ) - { + ) { self.name = name self.priority = priority } @@ -154,8 +153,7 @@ extension CognitoIdentityProviderClientTypes { public init( recoveryMechanisms: [CognitoIdentityProviderClientTypes.RecoveryOptionType]? = nil - ) - { + ) { self.recoveryMechanisms = recoveryMechanisms } } @@ -218,8 +216,7 @@ extension CognitoIdentityProviderClientTypes { public init( eventAction: CognitoIdentityProviderClientTypes.AccountTakeoverEventActionType? = nil, notify: Swift.Bool = false - ) - { + ) { self.eventAction = eventAction self.notify = notify } @@ -241,8 +238,7 @@ extension CognitoIdentityProviderClientTypes { highAction: CognitoIdentityProviderClientTypes.AccountTakeoverActionType? = nil, lowAction: CognitoIdentityProviderClientTypes.AccountTakeoverActionType? = nil, mediumAction: CognitoIdentityProviderClientTypes.AccountTakeoverActionType? = nil - ) - { + ) { self.highAction = highAction self.lowAction = lowAction self.mediumAction = mediumAction @@ -266,8 +262,7 @@ extension CognitoIdentityProviderClientTypes { htmlBody: Swift.String? = nil, subject: Swift.String? = nil, textBody: Swift.String? = nil - ) - { + ) { self.htmlBody = htmlBody self.subject = subject self.textBody = textBody @@ -300,8 +295,7 @@ extension CognitoIdentityProviderClientTypes { noActionEmail: CognitoIdentityProviderClientTypes.NotifyEmailType? = nil, replyTo: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.blockEmail = blockEmail self.from = from self.mfaEmail = mfaEmail @@ -325,8 +319,7 @@ extension CognitoIdentityProviderClientTypes { public init( actions: CognitoIdentityProviderClientTypes.AccountTakeoverActionsType? = nil, notifyConfiguration: CognitoIdentityProviderClientTypes.NotifyConfigurationType? = nil - ) - { + ) { self.actions = actions self.notifyConfiguration = notifyConfiguration } @@ -352,8 +345,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -380,8 +372,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, reasonCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reasonCode = reasonCode } @@ -406,8 +397,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -431,8 +421,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -456,8 +445,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -481,8 +469,7 @@ public struct UserImportInProgressException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -534,8 +521,7 @@ extension CognitoIdentityProviderClientTypes { public init( maxValue: Swift.String? = nil, minValue: Swift.String? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue } @@ -554,8 +540,7 @@ extension CognitoIdentityProviderClientTypes { public init( maxLength: Swift.String? = nil, minLength: Swift.String? = nil - ) - { + ) { self.maxLength = maxLength self.minLength = minLength } @@ -589,8 +574,7 @@ extension CognitoIdentityProviderClientTypes { numberAttributeConstraints: CognitoIdentityProviderClientTypes.NumberAttributeConstraintsType? = nil, `required`: Swift.Bool? = false, stringAttributeConstraints: CognitoIdentityProviderClientTypes.StringAttributeConstraintsType? = nil - ) - { + ) { self.attributeDataType = attributeDataType self.developerOnlyAttribute = developerOnlyAttribute self.mutable = mutable @@ -614,8 +598,7 @@ public struct AddCustomAttributesInput: Swift.Sendable { public init( customAttributes: [CognitoIdentityProviderClientTypes.SchemaAttributeType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.customAttributes = customAttributes self.userPoolId = userPoolId } @@ -646,8 +629,7 @@ public struct UserNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -667,8 +649,7 @@ public struct AdminAddUserToGroupInput: Swift.Sendable { groupName: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userPoolId = userPoolId self.username = username @@ -699,8 +680,7 @@ public struct InvalidLambdaResponseException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -724,8 +704,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -749,8 +728,7 @@ public struct TooManyFailedAttemptsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -774,8 +752,7 @@ public struct UnexpectedLambdaException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -799,8 +776,7 @@ public struct UserLambdaValidationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -826,8 +802,7 @@ public struct AdminConfirmSignUpInput: Swift.Sendable { clientMetadata: [Swift.String: Swift.String]? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientMetadata = clientMetadata self.userPoolId = userPoolId self.username = username @@ -864,8 +839,7 @@ public struct CodeDeliveryFailureException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -889,8 +863,7 @@ public struct InvalidPasswordException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -914,8 +887,7 @@ public struct InvalidSmsRoleAccessPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -939,8 +911,7 @@ public struct InvalidSmsRoleTrustRelationshipException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -964,8 +935,7 @@ public struct PreconditionNotMetException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -989,8 +959,7 @@ public struct UnsupportedUserStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1014,8 +983,7 @@ public struct UsernameExistsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1091,8 +1059,7 @@ extension CognitoIdentityProviderClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1153,8 +1120,7 @@ public struct AdminCreateUserInput: Swift.Sendable { userPoolId: Swift.String? = nil, username: Swift.String? = nil, validationData: [CognitoIdentityProviderClientTypes.AttributeType]? = nil - ) - { + ) { self.clientMetadata = clientMetadata self.desiredDeliveryMediums = desiredDeliveryMediums self.forceAliasCreation = forceAliasCreation @@ -1184,8 +1150,7 @@ extension CognitoIdentityProviderClientTypes { public init( attributeName: Swift.String? = nil, deliveryMedium: CognitoIdentityProviderClientTypes.DeliveryMediumType? = nil - ) - { + ) { self.attributeName = attributeName self.deliveryMedium = deliveryMedium } @@ -1278,8 +1243,7 @@ extension CognitoIdentityProviderClientTypes { userLastModifiedDate: Foundation.Date? = nil, userStatus: CognitoIdentityProviderClientTypes.UserStatusType? = nil, username: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.enabled = enabled self.mfaOptions = mfaOptions @@ -1303,8 +1267,7 @@ public struct AdminCreateUserOutput: Swift.Sendable { public init( user: CognitoIdentityProviderClientTypes.UserType? = nil - ) - { + ) { self.user = user } } @@ -1324,8 +1287,7 @@ extension CognitoIdentityProviderClientTypes { emailMessage: Swift.String? = nil, emailSubject: Swift.String? = nil, smsMessage: Swift.String? = nil - ) - { + ) { self.emailMessage = emailMessage self.emailSubject = emailSubject self.smsMessage = smsMessage @@ -1348,8 +1310,7 @@ extension CognitoIdentityProviderClientTypes { allowAdminCreateUserOnly: Swift.Bool = false, inviteMessageTemplate: CognitoIdentityProviderClientTypes.MessageTemplateType? = nil, unusedAccountValidityDays: Swift.Int = 0 - ) - { + ) { self.allowAdminCreateUserOnly = allowAdminCreateUserOnly self.inviteMessageTemplate = inviteMessageTemplate self.unusedAccountValidityDays = unusedAccountValidityDays @@ -1369,8 +1330,7 @@ public struct AdminDeleteUserInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId self.username = username } @@ -1397,8 +1357,7 @@ public struct AdminDeleteUserAttributesInput: Swift.Sendable { userAttributeNames: [Swift.String]? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userAttributeNames = userAttributeNames self.userPoolId = userPoolId self.username = username @@ -1435,8 +1394,7 @@ public struct AliasExistsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1456,8 +1414,7 @@ extension CognitoIdentityProviderClientTypes { providerAttributeName: Swift.String? = nil, providerAttributeValue: Swift.String? = nil, providerName: Swift.String? = nil - ) - { + ) { self.providerAttributeName = providerAttributeName self.providerAttributeValue = providerAttributeValue self.providerName = providerName @@ -1476,8 +1433,7 @@ public struct AdminDisableProviderForUserInput: Swift.Sendable { public init( user: CognitoIdentityProviderClientTypes.ProviderUserIdentifierType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.user = user self.userPoolId = userPoolId } @@ -1500,8 +1456,7 @@ public struct AdminDisableUserInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId self.username = username } @@ -1530,8 +1485,7 @@ public struct AdminEnableUserInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId self.username = username } @@ -1567,8 +1521,7 @@ public struct InvalidUserPoolConfigurationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1589,8 +1542,7 @@ public struct AdminForgetDeviceInput: Swift.Sendable { deviceKey: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.deviceKey = deviceKey self.userPoolId = userPoolId self.username = username @@ -1618,8 +1570,7 @@ public struct AdminGetDeviceInput: Swift.Sendable { deviceKey: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.deviceKey = deviceKey self.userPoolId = userPoolId self.username = username @@ -1652,8 +1603,7 @@ extension CognitoIdentityProviderClientTypes { deviceKey: Swift.String? = nil, deviceLastAuthenticatedDate: Foundation.Date? = nil, deviceLastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.deviceAttributes = deviceAttributes self.deviceCreateDate = deviceCreateDate self.deviceKey = deviceKey @@ -1671,8 +1621,7 @@ public struct AdminGetDeviceOutput: Swift.Sendable { public init( device: CognitoIdentityProviderClientTypes.DeviceType? = nil - ) - { + ) { self.device = device } } @@ -1689,8 +1638,7 @@ public struct AdminGetUserInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId self.username = username } @@ -1745,8 +1693,7 @@ public struct AdminGetUserOutput: Swift.Sendable { userMFASettingList: [Swift.String]? = nil, userStatus: CognitoIdentityProviderClientTypes.UserStatusType? = nil, username: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.mfaOptions = mfaOptions self.preferredMfaSetting = preferredMfaSetting @@ -1783,8 +1730,7 @@ public struct InvalidEmailRoleAccessPolicyException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1808,8 +1754,7 @@ public struct MFAMethodNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1833,8 +1778,7 @@ public struct PasswordResetRequiredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1858,8 +1802,7 @@ public struct UserNotConfirmedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1873,8 +1816,7 @@ extension CognitoIdentityProviderClientTypes { public init( analyticsEndpointId: Swift.String? = nil - ) - { + ) { self.analyticsEndpointId = analyticsEndpointId } } @@ -1939,8 +1881,7 @@ extension CognitoIdentityProviderClientTypes { public init( headerName: Swift.String? = nil, headerValue: Swift.String? = nil - ) - { + ) { self.headerName = headerName self.headerValue = headerValue } @@ -1972,8 +1913,7 @@ extension CognitoIdentityProviderClientTypes { ipAddress: Swift.String? = nil, serverName: Swift.String? = nil, serverPath: Swift.String? = nil - ) - { + ) { self.encodedData = encodedData self.httpHeaders = httpHeaders self.ipAddress = ipAddress @@ -2070,8 +2010,7 @@ public struct AdminInitiateAuthInput: Swift.Sendable { contextData: CognitoIdentityProviderClientTypes.ContextDataType? = nil, session: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.authFlow = authFlow self.authParameters = authParameters @@ -2100,8 +2039,7 @@ extension CognitoIdentityProviderClientTypes { public init( deviceGroupKey: Swift.String? = nil, deviceKey: Swift.String? = nil - ) - { + ) { self.deviceGroupKey = deviceGroupKey self.deviceKey = deviceKey } @@ -2132,8 +2070,7 @@ extension CognitoIdentityProviderClientTypes { newDeviceMetadata: CognitoIdentityProviderClientTypes.NewDeviceMetadataType? = nil, refreshToken: Swift.String? = nil, tokenType: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.expiresIn = expiresIn self.idToken = idToken @@ -2266,8 +2203,7 @@ public struct AdminInitiateAuthOutput: Swift.Sendable { challengeName: CognitoIdentityProviderClientTypes.ChallengeNameType? = nil, challengeParameters: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil - ) - { + ) { self.authenticationResult = authenticationResult self.challengeName = challengeName self.challengeParameters = challengeParameters @@ -2299,8 +2235,7 @@ public struct AdminLinkProviderForUserInput: Swift.Sendable { destinationUser: CognitoIdentityProviderClientTypes.ProviderUserIdentifierType? = nil, sourceUser: CognitoIdentityProviderClientTypes.ProviderUserIdentifierType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.destinationUser = destinationUser self.sourceUser = sourceUser self.userPoolId = userPoolId @@ -2330,8 +2265,7 @@ public struct AdminListDevicesInput: Swift.Sendable { paginationToken: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.limit = limit self.paginationToken = paginationToken self.userPoolId = userPoolId @@ -2354,8 +2288,7 @@ public struct AdminListDevicesOutput: Swift.Sendable { public init( devices: [CognitoIdentityProviderClientTypes.DeviceType]? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.paginationToken = paginationToken } @@ -2378,8 +2311,7 @@ public struct AdminListGroupsForUserInput: Swift.Sendable { nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.userPoolId = userPoolId @@ -2419,8 +2351,7 @@ extension CognitoIdentityProviderClientTypes { precedence: Swift.Int? = nil, roleArn: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.groupName = groupName @@ -2441,8 +2372,7 @@ public struct AdminListGroupsForUserOutput: Swift.Sendable { public init( groups: [CognitoIdentityProviderClientTypes.GroupType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -2466,8 +2396,7 @@ public struct UserPoolAddOnNotEnabledException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2489,8 +2418,7 @@ public struct AdminListUserAuthEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.userPoolId = userPoolId @@ -2589,8 +2517,7 @@ extension CognitoIdentityProviderClientTypes { public init( challengeName: CognitoIdentityProviderClientTypes.ChallengeName? = nil, challengeResponse: CognitoIdentityProviderClientTypes.ChallengeResponse? = nil - ) - { + ) { self.challengeName = challengeName self.challengeResponse = challengeResponse } @@ -2618,8 +2545,7 @@ extension CognitoIdentityProviderClientTypes { deviceName: Swift.String? = nil, ipAddress: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.deviceName = deviceName @@ -2675,8 +2601,7 @@ extension CognitoIdentityProviderClientTypes { feedbackDate: Foundation.Date? = nil, feedbackValue: CognitoIdentityProviderClientTypes.FeedbackValueType? = nil, provider: Swift.String? = nil - ) - { + ) { self.feedbackDate = feedbackDate self.feedbackValue = feedbackValue self.provider = provider @@ -2795,8 +2720,7 @@ extension CognitoIdentityProviderClientTypes { compromisedCredentialsDetected: Swift.Bool? = nil, riskDecision: CognitoIdentityProviderClientTypes.RiskDecisionType? = nil, riskLevel: CognitoIdentityProviderClientTypes.RiskLevelType? = nil - ) - { + ) { self.compromisedCredentialsDetected = compromisedCredentialsDetected self.riskDecision = riskDecision self.riskLevel = riskLevel @@ -2872,8 +2796,7 @@ extension CognitoIdentityProviderClientTypes { eventResponse: CognitoIdentityProviderClientTypes.EventResponseType? = nil, eventRisk: CognitoIdentityProviderClientTypes.EventRiskType? = nil, eventType: CognitoIdentityProviderClientTypes.EventType? = nil - ) - { + ) { self.challengeResponses = challengeResponses self.creationDate = creationDate self.eventContextData = eventContextData @@ -2895,8 +2818,7 @@ public struct AdminListUserAuthEventsOutput: Swift.Sendable { public init( authEvents: [CognitoIdentityProviderClientTypes.AuthEventType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authEvents = authEvents self.nextToken = nextToken } @@ -2917,8 +2839,7 @@ public struct AdminRemoveUserFromGroupInput: Swift.Sendable { groupName: Swift.String? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userPoolId = userPoolId self.username = username @@ -2951,8 +2872,7 @@ public struct AdminResetUserPasswordInput: Swift.Sendable { clientMetadata: [Swift.String: Swift.String]? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientMetadata = clientMetadata self.userPoolId = userPoolId self.username = username @@ -2989,8 +2909,7 @@ public struct CodeMismatchException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3014,8 +2933,7 @@ public struct ExpiredCodeException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3038,8 +2956,7 @@ public struct PasswordHistoryPolicyViolationException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3062,8 +2979,7 @@ public struct SoftwareTokenMFANotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3140,8 +3056,7 @@ public struct AdminRespondToAuthChallengeInput: Swift.Sendable { contextData: CognitoIdentityProviderClientTypes.ContextDataType? = nil, session: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.challengeName = challengeName self.challengeResponses = challengeResponses @@ -3174,8 +3089,7 @@ public struct AdminRespondToAuthChallengeOutput: Swift.Sendable { challengeName: CognitoIdentityProviderClientTypes.ChallengeNameType? = nil, challengeParameters: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil - ) - { + ) { self.authenticationResult = authenticationResult self.challengeName = challengeName self.challengeParameters = challengeParameters @@ -3200,8 +3114,7 @@ extension CognitoIdentityProviderClientTypes { public init( enabled: Swift.Bool = false, preferredMfa: Swift.Bool = false - ) - { + ) { self.enabled = enabled self.preferredMfa = preferredMfa } @@ -3220,8 +3133,7 @@ extension CognitoIdentityProviderClientTypes { public init( enabled: Swift.Bool = false, preferredMfa: Swift.Bool = false - ) - { + ) { self.enabled = enabled self.preferredMfa = preferredMfa } @@ -3240,8 +3152,7 @@ extension CognitoIdentityProviderClientTypes { public init( enabled: Swift.Bool = false, preferredMfa: Swift.Bool = false - ) - { + ) { self.enabled = enabled self.preferredMfa = preferredMfa } @@ -3268,8 +3179,7 @@ public struct AdminSetUserMFAPreferenceInput: Swift.Sendable { softwareTokenMfaSettings: CognitoIdentityProviderClientTypes.SoftwareTokenMfaSettingsType? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.emailMfaSettings = emailMfaSettings self.smsMfaSettings = smsMfaSettings self.softwareTokenMfaSettings = softwareTokenMfaSettings @@ -3306,8 +3216,7 @@ public struct AdminSetUserPasswordInput: Swift.Sendable { permanent: Swift.Bool? = false, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.permanent = permanent self.userPoolId = userPoolId @@ -3341,8 +3250,7 @@ public struct AdminSetUserSettingsInput: Swift.Sendable { mfaOptions: [CognitoIdentityProviderClientTypes.MFAOptionType]? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.mfaOptions = mfaOptions self.userPoolId = userPoolId self.username = username @@ -3379,8 +3287,7 @@ public struct AdminUpdateAuthEventFeedbackInput: Swift.Sendable { feedbackValue: CognitoIdentityProviderClientTypes.FeedbackValueType? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.feedbackValue = feedbackValue self.userPoolId = userPoolId @@ -3446,8 +3353,7 @@ public struct AdminUpdateDeviceStatusInput: Swift.Sendable { deviceRememberedStatus: CognitoIdentityProviderClientTypes.DeviceRememberedStatusType? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.deviceKey = deviceKey self.deviceRememberedStatus = deviceRememberedStatus self.userPoolId = userPoolId @@ -3491,8 +3397,7 @@ public struct AdminUpdateUserAttributesInput: Swift.Sendable { userAttributes: [CognitoIdentityProviderClientTypes.AttributeType]? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientMetadata = clientMetadata self.userAttributes = userAttributes self.userPoolId = userPoolId @@ -3523,8 +3428,7 @@ public struct AdminUserGlobalSignOutInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId self.username = username } @@ -3579,8 +3483,7 @@ extension CognitoIdentityProviderClientTypes { public init( customAuthMode: CognitoIdentityProviderClientTypes.AdvancedSecurityEnabledModeType? = nil - ) - { + ) { self.customAuthMode = customAuthMode } } @@ -3706,8 +3609,7 @@ extension CognitoIdentityProviderClientTypes { externalId: Swift.String? = nil, roleArn: Swift.String? = nil, userDataShared: Swift.Bool = false - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId self.externalId = externalId @@ -3879,8 +3781,7 @@ extension CognitoIdentityProviderClientTypes { colorMode: CognitoIdentityProviderClientTypes.ColorSchemeModeType? = nil, `extension`: CognitoIdentityProviderClientTypes.AssetExtensionType? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.category = category self.colorMode = colorMode @@ -3909,8 +3810,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3934,8 +3834,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3949,8 +3848,7 @@ public struct AssociateSoftwareTokenInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, session: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.session = session } @@ -3970,8 +3868,7 @@ public struct AssociateSoftwareTokenOutput: Swift.Sendable { public init( secretCode: Swift.String? = nil, session: Swift.String? = nil - ) - { + ) { self.secretCode = secretCode self.session = session } @@ -4026,8 +3923,7 @@ public struct ChangePasswordInput: Swift.Sendable { accessToken: Swift.String? = nil, previousPassword: Swift.String? = nil, proposedPassword: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.previousPassword = previousPassword self.proposedPassword = proposedPassword @@ -4063,8 +3959,7 @@ public struct WebAuthnChallengeNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4087,8 +3982,7 @@ public struct WebAuthnClientMismatchException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4111,8 +4005,7 @@ public struct WebAuthnCredentialNotSupportedException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4135,8 +4028,7 @@ public struct WebAuthnNotEnabledException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4159,8 +4051,7 @@ public struct WebAuthnOriginNotAllowedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4183,8 +4074,7 @@ public struct WebAuthnRelyingPartyMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4200,8 +4090,7 @@ public struct CompleteWebAuthnRegistrationInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, credential: Smithy.Document? = nil - ) - { + ) { self.accessToken = accessToken self.credential = credential } @@ -4229,8 +4118,7 @@ extension CognitoIdentityProviderClientTypes { public init( passwordVerifier: Swift.String? = nil, salt: Swift.String? = nil - ) - { + ) { self.passwordVerifier = passwordVerifier self.salt = salt } @@ -4255,8 +4143,7 @@ public struct ConfirmDeviceInput: Swift.Sendable { deviceKey: Swift.String? = nil, deviceName: Swift.String? = nil, deviceSecretVerifierConfig: CognitoIdentityProviderClientTypes.DeviceSecretVerifierConfigType? = nil - ) - { + ) { self.accessToken = accessToken self.deviceKey = deviceKey self.deviceName = deviceName @@ -4276,8 +4163,7 @@ public struct ConfirmDeviceOutput: Swift.Sendable { public init( userConfirmationNecessary: Swift.Bool = false - ) - { + ) { self.userConfirmationNecessary = userConfirmationNecessary } } @@ -4294,8 +4180,7 @@ extension CognitoIdentityProviderClientTypes { public init( encodedData: Swift.String? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.encodedData = encodedData self.ipAddress = ipAddress } @@ -4346,8 +4231,7 @@ public struct ConfirmForgotPasswordInput: Swift.Sendable { secretHash: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil, username: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.clientId = clientId self.clientMetadata = clientMetadata @@ -4410,8 +4294,7 @@ public struct ConfirmSignUpInput: Swift.Sendable { session: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil, username: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.clientId = clientId self.clientMetadata = clientMetadata @@ -4436,8 +4319,7 @@ public struct ConfirmSignUpOutput: Swift.Sendable { public init( session: Swift.String? = nil - ) - { + ) { self.session = session } } @@ -4465,8 +4347,7 @@ public struct GroupExistsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4491,8 +4372,7 @@ public struct CreateGroupInput: Swift.Sendable { precedence: Swift.Int? = nil, roleArn: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.description = description self.groupName = groupName self.precedence = precedence @@ -4507,8 +4387,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( group: CognitoIdentityProviderClientTypes.GroupType? = nil - ) - { + ) { self.group = group } } @@ -4531,8 +4410,7 @@ public struct DuplicateProviderException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4603,8 +4481,7 @@ public struct CreateIdentityProviderInput: Swift.Sendable { providerName: Swift.String? = nil, providerType: CognitoIdentityProviderClientTypes.IdentityProviderTypeType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.attributeMapping = attributeMapping self.idpIdentifiers = idpIdentifiers self.providerDetails = providerDetails @@ -4644,8 +4521,7 @@ extension CognitoIdentityProviderClientTypes { providerName: Swift.String? = nil, providerType: CognitoIdentityProviderClientTypes.IdentityProviderTypeType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.attributeMapping = attributeMapping self.creationDate = creationDate self.idpIdentifiers = idpIdentifiers @@ -4665,8 +4541,7 @@ public struct CreateIdentityProviderOutput: Swift.Sendable { public init( identityProvider: CognitoIdentityProviderClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -4689,8 +4564,7 @@ public struct ManagedLoginBrandingExistsException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4715,8 +4589,7 @@ public struct CreateManagedLoginBrandingInput: Swift.Sendable { settings: Smithy.Document? = nil, useCognitoProvidedValues: Swift.Bool? = false, userPoolId: Swift.String? = nil - ) - { + ) { self.assets = assets self.clientId = clientId self.settings = settings @@ -4757,8 +4630,7 @@ extension CognitoIdentityProviderClientTypes { settings: Smithy.Document? = nil, useCognitoProvidedValues: Swift.Bool = false, userPoolId: Swift.String? = nil - ) - { + ) { self.assets = assets self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate @@ -4776,8 +4648,7 @@ public struct CreateManagedLoginBrandingOutput: Swift.Sendable { public init( managedLoginBranding: CognitoIdentityProviderClientTypes.ManagedLoginBrandingType? = nil - ) - { + ) { self.managedLoginBranding = managedLoginBranding } } @@ -4796,8 +4667,7 @@ extension CognitoIdentityProviderClientTypes { public init( scopeDescription: Swift.String? = nil, scopeName: Swift.String? = nil - ) - { + ) { self.scopeDescription = scopeDescription self.scopeName = scopeName } @@ -4822,8 +4692,7 @@ public struct CreateResourceServerInput: Swift.Sendable { name: Swift.String? = nil, scopes: [CognitoIdentityProviderClientTypes.ResourceServerScopeType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.name = name self.scopes = scopes @@ -4849,8 +4718,7 @@ extension CognitoIdentityProviderClientTypes { name: Swift.String? = nil, scopes: [CognitoIdentityProviderClientTypes.ResourceServerScopeType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.name = name self.scopes = scopes @@ -4866,8 +4734,7 @@ public struct CreateResourceServerOutput: Swift.Sendable { public init( resourceServer: CognitoIdentityProviderClientTypes.ResourceServerType? = nil - ) - { + ) { self.resourceServer = resourceServer } } @@ -4888,8 +4755,7 @@ public struct CreateUserImportJobInput: Swift.Sendable { cloudWatchLogsRoleArn: Swift.String? = nil, jobName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.jobName = jobName self.userPoolId = userPoolId @@ -5004,8 +4870,7 @@ extension CognitoIdentityProviderClientTypes { startDate: Foundation.Date? = nil, status: CognitoIdentityProviderClientTypes.UserImportJobStatusType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.completionDate = completionDate self.completionMessage = completionMessage @@ -5030,8 +4895,7 @@ public struct CreateUserImportJobOutput: Swift.Sendable { public init( userImportJob: CognitoIdentityProviderClientTypes.UserImportJobType? = nil - ) - { + ) { self.userImportJob = userImportJob } } @@ -5054,8 +4918,7 @@ public struct FeatureUnavailableInTierException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5078,8 +4941,7 @@ public struct TierChangeNotAllowedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5102,8 +4964,7 @@ public struct UserPoolTaggingException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5149,8 +5010,7 @@ extension CognitoIdentityProviderClientTypes { public init( challengeRequiredOnNewDevice: Swift.Bool = false, deviceOnlyRememberedOnUserPrompt: Swift.Bool = false - ) - { + ) { self.challengeRequiredOnNewDevice = challengeRequiredOnNewDevice self.deviceOnlyRememberedOnUserPrompt = deviceOnlyRememberedOnUserPrompt } @@ -5214,8 +5074,7 @@ extension CognitoIdentityProviderClientTypes { from: Swift.String? = nil, replyToEmailAddress: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.configurationSet = configurationSet self.emailSendingAccount = emailSendingAccount self.from = from @@ -5265,8 +5124,7 @@ extension CognitoIdentityProviderClientTypes { public init( lambdaArn: Swift.String? = nil, lambdaVersion: CognitoIdentityProviderClientTypes.CustomEmailSenderLambdaVersionType? = nil - ) - { + ) { self.lambdaArn = lambdaArn self.lambdaVersion = lambdaVersion } @@ -5313,8 +5171,7 @@ extension CognitoIdentityProviderClientTypes { public init( lambdaArn: Swift.String? = nil, lambdaVersion: CognitoIdentityProviderClientTypes.CustomSMSSenderLambdaVersionType? = nil - ) - { + ) { self.lambdaArn = lambdaArn self.lambdaVersion = lambdaVersion } @@ -5364,8 +5221,7 @@ extension CognitoIdentityProviderClientTypes { public init( lambdaArn: Swift.String? = nil, lambdaVersion: CognitoIdentityProviderClientTypes.PreTokenGenerationLambdaVersionType? = nil - ) - { + ) { self.lambdaArn = lambdaArn self.lambdaVersion = lambdaVersion } @@ -5420,8 +5276,7 @@ extension CognitoIdentityProviderClientTypes { preTokenGenerationConfig: CognitoIdentityProviderClientTypes.PreTokenGenerationVersionConfigType? = nil, userMigration: Swift.String? = nil, verifyAuthChallengeResponse: Swift.String? = nil - ) - { + ) { self.createAuthChallenge = createAuthChallenge self.customEmailSender = customEmailSender self.customMessage = customMessage @@ -5499,8 +5354,7 @@ extension CognitoIdentityProviderClientTypes { requireSymbols: Swift.Bool = false, requireUppercase: Swift.Bool = false, temporaryPasswordValidityDays: Swift.Int = 0 - ) - { + ) { self.minimumLength = minimumLength self.passwordHistorySize = passwordHistorySize self.requireLowercase = requireLowercase @@ -5521,8 +5375,7 @@ extension CognitoIdentityProviderClientTypes { public init( allowedFirstAuthFactors: [CognitoIdentityProviderClientTypes.AuthFactorType]? = nil - ) - { + ) { self.allowedFirstAuthFactors = allowedFirstAuthFactors } } @@ -5540,8 +5393,7 @@ extension CognitoIdentityProviderClientTypes { public init( passwordPolicy: CognitoIdentityProviderClientTypes.PasswordPolicyType? = nil, signInPolicy: CognitoIdentityProviderClientTypes.SignInPolicyType? = nil - ) - { + ) { self.passwordPolicy = passwordPolicy self.signInPolicy = signInPolicy } @@ -5564,8 +5416,7 @@ extension CognitoIdentityProviderClientTypes { externalId: Swift.String? = nil, snsCallerArn: Swift.String? = nil, snsRegion: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.snsCallerArn = snsCallerArn self.snsRegion = snsRegion @@ -5582,8 +5433,7 @@ extension CognitoIdentityProviderClientTypes { public init( attributesRequireVerificationBeforeUpdate: [CognitoIdentityProviderClientTypes.VerifiedAttributeType]? = nil - ) - { + ) { self.attributesRequireVerificationBeforeUpdate = attributesRequireVerificationBeforeUpdate } } @@ -5628,8 +5478,7 @@ extension CognitoIdentityProviderClientTypes { public init( caseSensitive: Swift.Bool? = nil - ) - { + ) { self.caseSensitive = caseSensitive } } @@ -5648,8 +5497,7 @@ extension CognitoIdentityProviderClientTypes { public init( advancedSecurityAdditionalFlows: CognitoIdentityProviderClientTypes.AdvancedSecurityAdditionalFlowsType? = nil, advancedSecurityMode: CognitoIdentityProviderClientTypes.AdvancedSecurityModeType? = nil - ) - { + ) { self.advancedSecurityAdditionalFlows = advancedSecurityAdditionalFlows self.advancedSecurityMode = advancedSecurityMode } @@ -5741,8 +5589,7 @@ extension CognitoIdentityProviderClientTypes { emailSubject: Swift.String? = nil, emailSubjectByLink: Swift.String? = nil, smsMessage: Swift.String? = nil - ) - { + ) { self.defaultEmailOption = defaultEmailOption self.emailMessage = emailMessage self.emailMessageByLink = emailMessageByLink @@ -5830,8 +5677,7 @@ public struct CreateUserPoolInput: Swift.Sendable { usernameAttributes: [CognitoIdentityProviderClientTypes.UsernameAttributeType]? = nil, usernameConfiguration: CognitoIdentityProviderClientTypes.UsernameConfigurationType? = nil, verificationMessageTemplate: CognitoIdentityProviderClientTypes.VerificationMessageTemplateType? = nil - ) - { + ) { self.accountRecoverySetting = accountRecoverySetting self.adminCreateUserConfig = adminCreateUserConfig self.aliasAttributes = aliasAttributes @@ -6003,8 +5849,7 @@ extension CognitoIdentityProviderClientTypes { usernameAttributes: [CognitoIdentityProviderClientTypes.UsernameAttributeType]? = nil, usernameConfiguration: CognitoIdentityProviderClientTypes.UsernameConfigurationType? = nil, verificationMessageTemplate: CognitoIdentityProviderClientTypes.VerificationMessageTemplateType? = nil - ) - { + ) { self.accountRecoverySetting = accountRecoverySetting self.adminCreateUserConfig = adminCreateUserConfig self.aliasAttributes = aliasAttributes @@ -6050,8 +5895,7 @@ public struct CreateUserPoolOutput: Swift.Sendable { public init( userPool: CognitoIdentityProviderClientTypes.UserPoolType? = nil - ) - { + ) { self.userPool = userPool } } @@ -6074,8 +5918,7 @@ public struct InvalidOAuthFlowException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6098,8 +5941,7 @@ public struct ScopeDoesNotExistException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6265,8 +6107,7 @@ extension CognitoIdentityProviderClientTypes { accessToken: CognitoIdentityProviderClientTypes.TimeUnitsType? = nil, idToken: CognitoIdentityProviderClientTypes.TimeUnitsType? = nil, refreshToken: CognitoIdentityProviderClientTypes.TimeUnitsType? = nil - ) - { + ) { self.accessToken = accessToken self.idToken = idToken self.refreshToken = refreshToken @@ -6388,8 +6229,7 @@ public struct CreateUserPoolClientInput: Swift.Sendable { tokenValidityUnits: CognitoIdentityProviderClientTypes.TokenValidityUnitsType? = nil, userPoolId: Swift.String? = nil, writeAttributes: [Swift.String]? = nil - ) - { + ) { self.accessTokenValidity = accessTokenValidity self.allowedOAuthFlows = allowedOAuthFlows self.allowedOAuthFlowsUserPoolClient = allowedOAuthFlowsUserPoolClient @@ -6547,8 +6387,7 @@ extension CognitoIdentityProviderClientTypes { tokenValidityUnits: CognitoIdentityProviderClientTypes.TokenValidityUnitsType? = nil, userPoolId: Swift.String? = nil, writeAttributes: [Swift.String]? = nil - ) - { + ) { self.accessTokenValidity = accessTokenValidity self.allowedOAuthFlows = allowedOAuthFlows self.allowedOAuthFlowsUserPoolClient = allowedOAuthFlowsUserPoolClient @@ -6590,8 +6429,7 @@ public struct CreateUserPoolClientOutput: Swift.Sendable { public init( userPoolClient: CognitoIdentityProviderClientTypes.UserPoolClientType? = nil - ) - { + ) { self.userPoolClient = userPoolClient } } @@ -6606,8 +6444,7 @@ extension CognitoIdentityProviderClientTypes { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -6630,8 +6467,7 @@ public struct CreateUserPoolDomainInput: Swift.Sendable { domain: Swift.String? = nil, managedLoginVersion: Swift.Int? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.customDomainConfig = customDomainConfig self.domain = domain self.managedLoginVersion = managedLoginVersion @@ -6648,8 +6484,7 @@ public struct CreateUserPoolDomainOutput: Swift.Sendable { public init( cloudFrontDomain: Swift.String? = nil, managedLoginVersion: Swift.Int? = nil - ) - { + ) { self.cloudFrontDomain = cloudFrontDomain self.managedLoginVersion = managedLoginVersion } @@ -6666,8 +6501,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userPoolId = userPoolId } @@ -6691,8 +6525,7 @@ public struct UnsupportedIdentityProviderException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6708,8 +6541,7 @@ public struct DeleteIdentityProviderInput: Swift.Sendable { public init( providerName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.providerName = providerName self.userPoolId = userPoolId } @@ -6726,8 +6558,7 @@ public struct DeleteManagedLoginBrandingInput: Swift.Sendable { public init( managedLoginBrandingId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.managedLoginBrandingId = managedLoginBrandingId self.userPoolId = userPoolId } @@ -6744,8 +6575,7 @@ public struct DeleteResourceServerInput: Swift.Sendable { public init( identifier: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.userPoolId = userPoolId } @@ -6759,8 +6589,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -6782,8 +6611,7 @@ public struct DeleteUserAttributesInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, userAttributeNames: [Swift.String]? = nil - ) - { + ) { self.accessToken = accessToken self.userAttributeNames = userAttributeNames } @@ -6808,8 +6636,7 @@ public struct DeleteUserPoolInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -6826,8 +6653,7 @@ public struct DeleteUserPoolClientInput: Swift.Sendable { public init( clientId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userPoolId = userPoolId } @@ -6849,8 +6675,7 @@ public struct DeleteUserPoolDomainInput: Swift.Sendable { public init( domain: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.domain = domain self.userPoolId = userPoolId } @@ -6872,8 +6697,7 @@ public struct DeleteWebAuthnCredentialInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, credentialId: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.credentialId = credentialId } @@ -6900,8 +6724,7 @@ public struct DescribeIdentityProviderInput: Swift.Sendable { public init( providerName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.providerName = providerName self.userPoolId = userPoolId } @@ -6914,8 +6737,7 @@ public struct DescribeIdentityProviderOutput: Swift.Sendable { public init( identityProvider: CognitoIdentityProviderClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -6934,8 +6756,7 @@ public struct DescribeManagedLoginBrandingInput: Swift.Sendable { managedLoginBrandingId: Swift.String? = nil, returnMergedResources: Swift.Bool? = false, userPoolId: Swift.String? = nil - ) - { + ) { self.managedLoginBrandingId = managedLoginBrandingId self.returnMergedResources = returnMergedResources self.userPoolId = userPoolId @@ -6948,8 +6769,7 @@ public struct DescribeManagedLoginBrandingOutput: Swift.Sendable { public init( managedLoginBranding: CognitoIdentityProviderClientTypes.ManagedLoginBrandingType? = nil - ) - { + ) { self.managedLoginBranding = managedLoginBranding } } @@ -6968,8 +6788,7 @@ public struct DescribeManagedLoginBrandingByClientInput: Swift.Sendable { clientId: Swift.String? = nil, returnMergedResources: Swift.Bool? = false, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.returnMergedResources = returnMergedResources self.userPoolId = userPoolId @@ -6987,8 +6806,7 @@ public struct DescribeManagedLoginBrandingByClientOutput: Swift.Sendable { public init( managedLoginBranding: CognitoIdentityProviderClientTypes.ManagedLoginBrandingType? = nil - ) - { + ) { self.managedLoginBranding = managedLoginBranding } } @@ -7004,8 +6822,7 @@ public struct DescribeResourceServerInput: Swift.Sendable { public init( identifier: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.userPoolId = userPoolId } @@ -7018,8 +6835,7 @@ public struct DescribeResourceServerOutput: Swift.Sendable { public init( resourceServer: CognitoIdentityProviderClientTypes.ResourceServerType? = nil - ) - { + ) { self.resourceServer = resourceServer } } @@ -7034,8 +6850,7 @@ public struct DescribeRiskConfigurationInput: Swift.Sendable { public init( clientId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userPoolId = userPoolId } @@ -7085,8 +6900,7 @@ extension CognitoIdentityProviderClientTypes { public init( eventAction: CognitoIdentityProviderClientTypes.CompromisedCredentialsEventActionType? = nil - ) - { + ) { self.eventAction = eventAction } } @@ -7137,8 +6951,7 @@ extension CognitoIdentityProviderClientTypes { public init( actions: CognitoIdentityProviderClientTypes.CompromisedCredentialsActionsType? = nil, eventFilter: [CognitoIdentityProviderClientTypes.EventFilterType]? = nil - ) - { + ) { self.actions = actions self.eventFilter = eventFilter } @@ -7157,8 +6970,7 @@ extension CognitoIdentityProviderClientTypes { public init( blockedIPRangeList: [Swift.String]? = nil, skippedIPRangeList: [Swift.String]? = nil - ) - { + ) { self.blockedIPRangeList = blockedIPRangeList self.skippedIPRangeList = skippedIPRangeList } @@ -7189,8 +7001,7 @@ extension CognitoIdentityProviderClientTypes { lastModifiedDate: Foundation.Date? = nil, riskExceptionConfiguration: CognitoIdentityProviderClientTypes.RiskExceptionConfigurationType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.accountTakeoverRiskConfiguration = accountTakeoverRiskConfiguration self.clientId = clientId self.compromisedCredentialsRiskConfiguration = compromisedCredentialsRiskConfiguration @@ -7213,8 +7024,7 @@ public struct DescribeRiskConfigurationOutput: Swift.Sendable { public init( riskConfiguration: CognitoIdentityProviderClientTypes.RiskConfigurationType? = nil - ) - { + ) { self.riskConfiguration = riskConfiguration } } @@ -7231,8 +7041,7 @@ public struct DescribeUserImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.userPoolId = userPoolId } @@ -7245,8 +7054,7 @@ public struct DescribeUserImportJobOutput: Swift.Sendable { public init( userImportJob: CognitoIdentityProviderClientTypes.UserImportJobType? = nil - ) - { + ) { self.userImportJob = userImportJob } } @@ -7259,8 +7067,7 @@ public struct DescribeUserPoolInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -7272,8 +7079,7 @@ public struct DescribeUserPoolOutput: Swift.Sendable { public init( userPool: CognitoIdentityProviderClientTypes.UserPoolType? = nil - ) - { + ) { self.userPool = userPool } } @@ -7290,8 +7096,7 @@ public struct DescribeUserPoolClientInput: Swift.Sendable { public init( clientId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userPoolId = userPoolId } @@ -7309,8 +7114,7 @@ public struct DescribeUserPoolClientOutput: Swift.Sendable { public init( userPoolClient: CognitoIdentityProviderClientTypes.UserPoolClientType? = nil - ) - { + ) { self.userPoolClient = userPoolClient } } @@ -7322,8 +7126,7 @@ public struct DescribeUserPoolDomainInput: Swift.Sendable { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -7399,8 +7202,7 @@ extension CognitoIdentityProviderClientTypes { status: CognitoIdentityProviderClientTypes.DomainStatusType? = nil, userPoolId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.cloudFrontDistribution = cloudFrontDistribution self.customDomainConfig = customDomainConfig @@ -7420,8 +7222,7 @@ public struct DescribeUserPoolDomainOutput: Swift.Sendable { public init( domainDescription: CognitoIdentityProviderClientTypes.DomainDescriptionType? = nil - ) - { + ) { self.domainDescription = domainDescription } } @@ -7437,8 +7238,7 @@ public struct ForgetDeviceInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, deviceKey: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.deviceKey = deviceKey } @@ -7479,8 +7279,7 @@ public struct ForgotPasswordInput: Swift.Sendable { secretHash: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil, username: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.clientId = clientId self.clientMetadata = clientMetadata @@ -7510,8 +7309,7 @@ extension CognitoIdentityProviderClientTypes { attributeName: Swift.String? = nil, deliveryMedium: CognitoIdentityProviderClientTypes.DeliveryMediumType? = nil, destination: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.deliveryMedium = deliveryMedium self.destination = destination @@ -7526,8 +7324,7 @@ public struct ForgotPasswordOutput: Swift.Sendable { public init( codeDeliveryDetails: CognitoIdentityProviderClientTypes.CodeDeliveryDetailsType? = nil - ) - { + ) { self.codeDeliveryDetails = codeDeliveryDetails } } @@ -7540,8 +7337,7 @@ public struct GetCSVHeaderInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -7556,8 +7352,7 @@ public struct GetCSVHeaderOutput: Swift.Sendable { public init( csvHeader: [Swift.String]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.csvHeader = csvHeader self.userPoolId = userPoolId } @@ -7574,8 +7369,7 @@ public struct GetDeviceInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, deviceKey: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.deviceKey = deviceKey } @@ -7594,8 +7388,7 @@ public struct GetDeviceOutput: Swift.Sendable { public init( device: CognitoIdentityProviderClientTypes.DeviceType? = nil - ) - { + ) { self.device = device } } @@ -7611,8 +7404,7 @@ public struct GetGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userPoolId = userPoolId } @@ -7624,8 +7416,7 @@ public struct GetGroupOutput: Swift.Sendable { public init( group: CognitoIdentityProviderClientTypes.GroupType? = nil - ) - { + ) { self.group = group } } @@ -7641,8 +7432,7 @@ public struct GetIdentityProviderByIdentifierInput: Swift.Sendable { public init( idpIdentifier: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.idpIdentifier = idpIdentifier self.userPoolId = userPoolId } @@ -7655,8 +7445,7 @@ public struct GetIdentityProviderByIdentifierOutput: Swift.Sendable { public init( identityProvider: CognitoIdentityProviderClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -7668,8 +7457,7 @@ public struct GetLogDeliveryConfigurationInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -7683,8 +7471,7 @@ extension CognitoIdentityProviderClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -7728,8 +7515,7 @@ extension CognitoIdentityProviderClientTypes { public init( streamArn: Swift.String? = nil - ) - { + ) { self.streamArn = streamArn } } @@ -7773,8 +7559,7 @@ extension CognitoIdentityProviderClientTypes { public init( bucketArn: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn } } @@ -7803,8 +7588,7 @@ extension CognitoIdentityProviderClientTypes { firehoseConfiguration: CognitoIdentityProviderClientTypes.FirehoseConfigurationType? = nil, logLevel: CognitoIdentityProviderClientTypes.LogLevel? = nil, s3Configuration: CognitoIdentityProviderClientTypes.S3ConfigurationType? = nil - ) - { + ) { self.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration self.eventSource = eventSource self.firehoseConfiguration = firehoseConfiguration @@ -7828,8 +7612,7 @@ extension CognitoIdentityProviderClientTypes { public init( logConfigurations: [CognitoIdentityProviderClientTypes.LogConfigurationType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.logConfigurations = logConfigurations self.userPoolId = userPoolId } @@ -7842,8 +7625,7 @@ public struct GetLogDeliveryConfigurationOutput: Swift.Sendable { public init( logDeliveryConfiguration: CognitoIdentityProviderClientTypes.LogDeliveryConfigurationType? = nil - ) - { + ) { self.logDeliveryConfiguration = logDeliveryConfiguration } } @@ -7856,8 +7638,7 @@ public struct GetSigningCertificateInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -7869,8 +7650,7 @@ public struct GetSigningCertificateOutput: Swift.Sendable { public init( certificate: Swift.String? = nil - ) - { + ) { self.certificate = certificate } } @@ -7885,8 +7665,7 @@ public struct GetUICustomizationInput: Swift.Sendable { public init( clientId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userPoolId = userPoolId } @@ -7924,8 +7703,7 @@ extension CognitoIdentityProviderClientTypes { imageUrl: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.creationDate = creationDate self.css = css @@ -7949,8 +7727,7 @@ public struct GetUICustomizationOutput: Swift.Sendable { public init( uiCustomization: CognitoIdentityProviderClientTypes.UICustomizationType? = nil - ) - { + ) { self.uiCustomization = uiCustomization } } @@ -7963,8 +7740,7 @@ public struct GetUserInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -7995,8 +7771,7 @@ public struct GetUserOutput: Swift.Sendable { userAttributes: [CognitoIdentityProviderClientTypes.AttributeType]? = nil, userMFASettingList: [Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.mfaOptions = mfaOptions self.preferredMfaSetting = preferredMfaSetting self.userAttributes = userAttributes @@ -8031,8 +7806,7 @@ public struct GetUserAttributeVerificationCodeInput: Swift.Sendable { accessToken: Swift.String? = nil, attributeName: Swift.String? = nil, clientMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessToken = accessToken self.attributeName = attributeName self.clientMetadata = clientMetadata @@ -8051,8 +7825,7 @@ public struct GetUserAttributeVerificationCodeOutput: Swift.Sendable { public init( codeDeliveryDetails: CognitoIdentityProviderClientTypes.CodeDeliveryDetailsType? = nil - ) - { + ) { self.codeDeliveryDetails = codeDeliveryDetails } } @@ -8064,8 +7837,7 @@ public struct GetUserAuthFactorsInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -8091,8 +7863,7 @@ public struct GetUserAuthFactorsOutput: Swift.Sendable { preferredMfaSetting: Swift.String? = nil, userMFASettingList: [Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.configuredUserAuthFactors = configuredUserAuthFactors self.preferredMfaSetting = preferredMfaSetting self.userMFASettingList = userMFASettingList @@ -8112,8 +7883,7 @@ public struct GetUserPoolMfaConfigInput: Swift.Sendable { public init( userPoolId: Swift.String? = nil - ) - { + ) { self.userPoolId = userPoolId } } @@ -8130,8 +7900,7 @@ extension CognitoIdentityProviderClientTypes { public init( message: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.message = message self.subject = subject } @@ -8150,8 +7919,7 @@ extension CognitoIdentityProviderClientTypes { public init( smsAuthenticationMessage: Swift.String? = nil, smsConfiguration: CognitoIdentityProviderClientTypes.SmsConfigurationType? = nil - ) - { + ) { self.smsAuthenticationMessage = smsAuthenticationMessage self.smsConfiguration = smsConfiguration } @@ -8167,8 +7935,7 @@ extension CognitoIdentityProviderClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -8230,8 +7997,7 @@ extension CognitoIdentityProviderClientTypes { public init( relyingPartyId: Swift.String? = nil, userVerification: CognitoIdentityProviderClientTypes.UserVerificationType? = nil - ) - { + ) { self.relyingPartyId = relyingPartyId self.userVerification = userVerification } @@ -8262,8 +8028,7 @@ public struct GetUserPoolMfaConfigOutput: Swift.Sendable { smsMfaConfiguration: CognitoIdentityProviderClientTypes.SmsMfaConfigType? = nil, softwareTokenMfaConfiguration: CognitoIdentityProviderClientTypes.SoftwareTokenMfaConfigType? = nil, webAuthnConfiguration: CognitoIdentityProviderClientTypes.WebAuthnConfigurationType? = nil - ) - { + ) { self.emailMfaConfiguration = emailMfaConfiguration self.mfaConfiguration = mfaConfiguration self.smsMfaConfiguration = smsMfaConfiguration @@ -8280,8 +8045,7 @@ public struct GlobalSignOutInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -8380,8 +8144,7 @@ public struct InitiateAuthInput: Swift.Sendable { clientMetadata: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.authFlow = authFlow self.authParameters = authParameters @@ -8440,8 +8203,7 @@ public struct InitiateAuthOutput: Swift.Sendable { challengeName: CognitoIdentityProviderClientTypes.ChallengeNameType? = nil, challengeParameters: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil - ) - { + ) { self.authenticationResult = authenticationResult self.availableChallenges = availableChallenges self.challengeName = challengeName @@ -8469,8 +8231,7 @@ public struct ListDevicesInput: Swift.Sendable { accessToken: Swift.String? = nil, limit: Swift.Int? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.limit = limit self.paginationToken = paginationToken @@ -8492,8 +8253,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( devices: [CognitoIdentityProviderClientTypes.DeviceType]? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.paginationToken = paginationToken } @@ -8512,8 +8272,7 @@ public struct ListGroupsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.userPoolId = userPoolId @@ -8529,8 +8288,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( groups: [CognitoIdentityProviderClientTypes.GroupType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -8549,8 +8307,7 @@ public struct ListIdentityProvidersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.userPoolId = userPoolId @@ -8575,8 +8332,7 @@ extension CognitoIdentityProviderClientTypes { lastModifiedDate: Foundation.Date? = nil, providerName: Swift.String? = nil, providerType: CognitoIdentityProviderClientTypes.IdentityProviderTypeType? = nil - ) - { + ) { self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate self.providerName = providerName @@ -8595,8 +8351,7 @@ public struct ListIdentityProvidersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, providers: [CognitoIdentityProviderClientTypes.ProviderDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.providers = providers } @@ -8615,8 +8370,7 @@ public struct ListResourceServersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.userPoolId = userPoolId @@ -8633,8 +8387,7 @@ public struct ListResourceServersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceServers: [CognitoIdentityProviderClientTypes.ResourceServerType]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceServers = resourceServers } @@ -8647,8 +8400,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -8659,8 +8411,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -8680,8 +8431,7 @@ public struct ListUserImportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, paginationToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.paginationToken = paginationToken self.userPoolId = userPoolId @@ -8698,8 +8448,7 @@ public struct ListUserImportJobsOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, userImportJobs: [CognitoIdentityProviderClientTypes.UserImportJobType]? = nil - ) - { + ) { self.paginationToken = paginationToken self.userImportJobs = userImportJobs } @@ -8719,8 +8468,7 @@ public struct ListUserPoolClientsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.userPoolId = userPoolId @@ -8742,8 +8490,7 @@ extension CognitoIdentityProviderClientTypes { clientId: Swift.String? = nil, clientName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clientName = clientName self.userPoolId = userPoolId @@ -8766,8 +8513,7 @@ public struct ListUserPoolClientsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userPoolClients: [CognitoIdentityProviderClientTypes.UserPoolClientDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.userPoolClients = userPoolClients } @@ -8784,8 +8530,7 @@ public struct ListUserPoolsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8816,8 +8561,7 @@ extension CognitoIdentityProviderClientTypes { lastModifiedDate: Foundation.Date? = nil, name: Swift.String? = nil, status: CognitoIdentityProviderClientTypes.StatusType? = nil - ) - { + ) { self.creationDate = creationDate self.id = id self.lambdaConfig = lambdaConfig @@ -8838,8 +8582,7 @@ public struct ListUserPoolsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userPools: [CognitoIdentityProviderClientTypes.UserPoolDescriptionType]? = nil - ) - { + ) { self.nextToken = nextToken self.userPools = userPools } @@ -8897,8 +8640,7 @@ public struct ListUsersInput: Swift.Sendable { limit: Swift.Int? = nil, paginationToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.filter = filter self.limit = limit @@ -8917,8 +8659,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, users: [CognitoIdentityProviderClientTypes.UserType]? = nil - ) - { + ) { self.paginationToken = paginationToken self.users = users } @@ -8941,8 +8682,7 @@ public struct ListUsersInGroupInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.limit = limit self.nextToken = nextToken @@ -8959,8 +8699,7 @@ public struct ListUsersInGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [CognitoIdentityProviderClientTypes.UserType]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -8979,8 +8718,7 @@ public struct ListWebAuthnCredentialsInput: Swift.Sendable { accessToken: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.maxResults = maxResults self.nextToken = nextToken @@ -9021,8 +8759,7 @@ extension CognitoIdentityProviderClientTypes { credentialId: Swift.String? = nil, friendlyCredentialName: Swift.String? = nil, relyingPartyId: Swift.String? = nil - ) - { + ) { self.authenticatorAttachment = authenticatorAttachment self.authenticatorTransports = authenticatorTransports self.createdAt = createdAt @@ -9043,8 +8780,7 @@ public struct ListWebAuthnCredentialsOutput: Swift.Sendable { public init( credentials: [CognitoIdentityProviderClientTypes.WebAuthnCredentialDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.nextToken = nextToken } @@ -9080,8 +8816,7 @@ public struct ResendConfirmationCodeInput: Swift.Sendable { secretHash: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil, username: Swift.String? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.clientId = clientId self.clientMetadata = clientMetadata @@ -9103,8 +8838,7 @@ public struct ResendConfirmationCodeOutput: Swift.Sendable { public init( codeDeliveryDetails: CognitoIdentityProviderClientTypes.CodeDeliveryDetailsType? = nil - ) - { + ) { self.codeDeliveryDetails = codeDeliveryDetails } } @@ -9158,8 +8892,7 @@ public struct RespondToAuthChallengeInput: Swift.Sendable { clientMetadata: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil, userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.challengeName = challengeName self.challengeResponses = challengeResponses @@ -9191,8 +8924,7 @@ public struct RespondToAuthChallengeOutput: Swift.Sendable { challengeName: CognitoIdentityProviderClientTypes.ChallengeNameType? = nil, challengeParameters: [Swift.String: Swift.String]? = nil, session: Swift.String? = nil - ) - { + ) { self.authenticationResult = authenticationResult self.challengeName = challengeName self.challengeParameters = challengeParameters @@ -9223,8 +8955,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9247,8 +8978,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9271,8 +9001,7 @@ public struct UnsupportedTokenTypeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9291,8 +9020,7 @@ public struct RevokeTokenInput: Swift.Sendable { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret self.token = token @@ -9320,8 +9048,7 @@ public struct SetLogDeliveryConfigurationInput: Swift.Sendable { public init( logConfigurations: [CognitoIdentityProviderClientTypes.LogConfigurationType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.logConfigurations = logConfigurations self.userPoolId = userPoolId } @@ -9333,8 +9060,7 @@ public struct SetLogDeliveryConfigurationOutput: Swift.Sendable { public init( logDeliveryConfiguration: CognitoIdentityProviderClientTypes.LogDeliveryConfigurationType? = nil - ) - { + ) { self.logDeliveryConfiguration = logDeliveryConfiguration } } @@ -9358,8 +9084,7 @@ public struct SetRiskConfigurationInput: Swift.Sendable { compromisedCredentialsRiskConfiguration: CognitoIdentityProviderClientTypes.CompromisedCredentialsRiskConfigurationType? = nil, riskExceptionConfiguration: CognitoIdentityProviderClientTypes.RiskExceptionConfigurationType? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.accountTakeoverRiskConfiguration = accountTakeoverRiskConfiguration self.clientId = clientId self.compromisedCredentialsRiskConfiguration = compromisedCredentialsRiskConfiguration @@ -9380,8 +9105,7 @@ public struct SetRiskConfigurationOutput: Swift.Sendable { public init( riskConfiguration: CognitoIdentityProviderClientTypes.RiskConfigurationType? = nil - ) - { + ) { self.riskConfiguration = riskConfiguration } } @@ -9402,8 +9126,7 @@ public struct SetUICustomizationInput: Swift.Sendable { css: Swift.String? = nil, imageFile: Foundation.Data? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.css = css self.imageFile = imageFile @@ -9423,8 +9146,7 @@ public struct SetUICustomizationOutput: Swift.Sendable { public init( uiCustomization: CognitoIdentityProviderClientTypes.UICustomizationType? = nil - ) - { + ) { self.uiCustomization = uiCustomization } } @@ -9445,8 +9167,7 @@ public struct SetUserMFAPreferenceInput: Swift.Sendable { emailMfaSettings: CognitoIdentityProviderClientTypes.EmailMfaSettingsType? = nil, smsMfaSettings: CognitoIdentityProviderClientTypes.SMSMfaSettingsType? = nil, softwareTokenMfaSettings: CognitoIdentityProviderClientTypes.SoftwareTokenMfaSettingsType? = nil - ) - { + ) { self.accessToken = accessToken self.emailMfaSettings = emailMfaSettings self.smsMfaSettings = smsMfaSettings @@ -9492,8 +9213,7 @@ public struct SetUserPoolMfaConfigInput: Swift.Sendable { softwareTokenMfaConfiguration: CognitoIdentityProviderClientTypes.SoftwareTokenMfaConfigType? = nil, userPoolId: Swift.String? = nil, webAuthnConfiguration: CognitoIdentityProviderClientTypes.WebAuthnConfigurationType? = nil - ) - { + ) { self.emailMfaConfiguration = emailMfaConfiguration self.mfaConfiguration = mfaConfiguration self.smsMfaConfiguration = smsMfaConfiguration @@ -9527,8 +9247,7 @@ public struct SetUserPoolMfaConfigOutput: Swift.Sendable { smsMfaConfiguration: CognitoIdentityProviderClientTypes.SmsMfaConfigType? = nil, softwareTokenMfaConfiguration: CognitoIdentityProviderClientTypes.SoftwareTokenMfaConfigType? = nil, webAuthnConfiguration: CognitoIdentityProviderClientTypes.WebAuthnConfigurationType? = nil - ) - { + ) { self.emailMfaConfiguration = emailMfaConfiguration self.mfaConfiguration = mfaConfiguration self.smsMfaConfiguration = smsMfaConfiguration @@ -9549,8 +9268,7 @@ public struct SetUserSettingsInput: Swift.Sendable { public init( accessToken: Swift.String? = nil, mfaOptions: [CognitoIdentityProviderClientTypes.MFAOptionType]? = nil - ) - { + ) { self.accessToken = accessToken self.mfaOptions = mfaOptions } @@ -9606,8 +9324,7 @@ public struct SignUpInput: Swift.Sendable { userContextData: CognitoIdentityProviderClientTypes.UserContextDataType? = nil, username: Swift.String? = nil, validationData: [CognitoIdentityProviderClientTypes.AttributeType]? = nil - ) - { + ) { self.analyticsMetadata = analyticsMetadata self.clientId = clientId self.clientMetadata = clientMetadata @@ -9643,8 +9360,7 @@ public struct SignUpOutput: Swift.Sendable { session: Swift.String? = nil, userConfirmed: Swift.Bool = false, userSub: Swift.String? = nil - ) - { + ) { self.codeDeliveryDetails = codeDeliveryDetails self.session = session self.userConfirmed = userConfirmed @@ -9669,8 +9385,7 @@ public struct StartUserImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.userPoolId = userPoolId } @@ -9683,8 +9398,7 @@ public struct StartUserImportJobOutput: Swift.Sendable { public init( userImportJob: CognitoIdentityProviderClientTypes.UserImportJobType? = nil - ) - { + ) { self.userImportJob = userImportJob } } @@ -9707,8 +9421,7 @@ public struct WebAuthnConfigurationMissingException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9720,8 +9433,7 @@ public struct StartWebAuthnRegistrationInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -9738,8 +9450,7 @@ public struct StartWebAuthnRegistrationOutput: Swift.Sendable { public init( credentialCreationOptions: Smithy.Document? = nil - ) - { + ) { self.credentialCreationOptions = credentialCreationOptions } } @@ -9756,8 +9467,7 @@ public struct StopUserImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.userPoolId = userPoolId } @@ -9770,8 +9480,7 @@ public struct StopUserImportJobOutput: Swift.Sendable { public init( userImportJob: CognitoIdentityProviderClientTypes.UserImportJobType? = nil - ) - { + ) { self.userImportJob = userImportJob } } @@ -9787,8 +9496,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -9810,8 +9518,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -9845,8 +9552,7 @@ public struct UpdateAuthEventFeedbackInput: Swift.Sendable { feedbackValue: CognitoIdentityProviderClientTypes.FeedbackValueType? = nil, userPoolId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.feedbackToken = feedbackToken self.feedbackValue = feedbackValue @@ -9880,8 +9586,7 @@ public struct UpdateDeviceStatusInput: Swift.Sendable { accessToken: Swift.String? = nil, deviceKey: Swift.String? = nil, deviceRememberedStatus: CognitoIdentityProviderClientTypes.DeviceRememberedStatusType? = nil - ) - { + ) { self.accessToken = accessToken self.deviceKey = deviceKey self.deviceRememberedStatus = deviceRememberedStatus @@ -9919,8 +9624,7 @@ public struct UpdateGroupInput: Swift.Sendable { precedence: Swift.Int? = nil, roleArn: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.description = description self.groupName = groupName self.precedence = precedence @@ -9935,8 +9639,7 @@ public struct UpdateGroupOutput: Swift.Sendable { public init( group: CognitoIdentityProviderClientTypes.GroupType? = nil - ) - { + ) { self.group = group } } @@ -9961,8 +9664,7 @@ public struct UpdateIdentityProviderInput: Swift.Sendable { providerDetails: [Swift.String: Swift.String]? = nil, providerName: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.attributeMapping = attributeMapping self.idpIdentifiers = idpIdentifiers self.providerDetails = providerDetails @@ -9978,8 +9680,7 @@ public struct UpdateIdentityProviderOutput: Swift.Sendable { public init( identityProvider: CognitoIdentityProviderClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -10002,8 +9703,7 @@ public struct UpdateManagedLoginBrandingInput: Swift.Sendable { settings: Smithy.Document? = nil, useCognitoProvidedValues: Swift.Bool? = false, userPoolId: Swift.String? = nil - ) - { + ) { self.assets = assets self.managedLoginBrandingId = managedLoginBrandingId self.settings = settings @@ -10018,8 +9718,7 @@ public struct UpdateManagedLoginBrandingOutput: Swift.Sendable { public init( managedLoginBranding: CognitoIdentityProviderClientTypes.ManagedLoginBrandingType? = nil - ) - { + ) { self.managedLoginBranding = managedLoginBranding } } @@ -10042,8 +9741,7 @@ public struct UpdateResourceServerInput: Swift.Sendable { name: Swift.String? = nil, scopes: [CognitoIdentityProviderClientTypes.ResourceServerScopeType]? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.name = name self.scopes = scopes @@ -10058,8 +9756,7 @@ public struct UpdateResourceServerOutput: Swift.Sendable { public init( resourceServer: CognitoIdentityProviderClientTypes.ResourceServerType? = nil - ) - { + ) { self.resourceServer = resourceServer } } @@ -10085,8 +9782,7 @@ public struct UpdateUserAttributesInput: Swift.Sendable { accessToken: Swift.String? = nil, clientMetadata: [Swift.String: Swift.String]? = nil, userAttributes: [CognitoIdentityProviderClientTypes.AttributeType]? = nil - ) - { + ) { self.accessToken = accessToken self.clientMetadata = clientMetadata self.userAttributes = userAttributes @@ -10105,8 +9801,7 @@ public struct UpdateUserAttributesOutput: Swift.Sendable { public init( codeDeliveryDetailsList: [CognitoIdentityProviderClientTypes.CodeDeliveryDetailsType]? = nil - ) - { + ) { self.codeDeliveryDetailsList = codeDeliveryDetailsList } } @@ -10185,8 +9880,7 @@ public struct UpdateUserPoolInput: Swift.Sendable { userPoolTags: [Swift.String: Swift.String]? = nil, userPoolTier: CognitoIdentityProviderClientTypes.UserPoolTierType? = nil, verificationMessageTemplate: CognitoIdentityProviderClientTypes.VerificationMessageTemplateType? = nil - ) - { + ) { self.accountRecoverySetting = accountRecoverySetting self.adminCreateUserConfig = adminCreateUserConfig self.autoVerifiedAttributes = autoVerifiedAttributes @@ -10340,8 +10034,7 @@ public struct UpdateUserPoolClientInput: Swift.Sendable { tokenValidityUnits: CognitoIdentityProviderClientTypes.TokenValidityUnitsType? = nil, userPoolId: Swift.String? = nil, writeAttributes: [Swift.String]? = nil - ) - { + ) { self.accessTokenValidity = accessTokenValidity self.allowedOAuthFlows = allowedOAuthFlows self.allowedOAuthFlowsUserPoolClient = allowedOAuthFlowsUserPoolClient @@ -10379,8 +10072,7 @@ public struct UpdateUserPoolClientOutput: Swift.Sendable { public init( userPoolClient: CognitoIdentityProviderClientTypes.UserPoolClientType? = nil - ) - { + ) { self.userPoolClient = userPoolClient } } @@ -10403,8 +10095,7 @@ public struct UpdateUserPoolDomainInput: Swift.Sendable { domain: Swift.String? = nil, managedLoginVersion: Swift.Int? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.customDomainConfig = customDomainConfig self.domain = domain self.managedLoginVersion = managedLoginVersion @@ -10422,8 +10113,7 @@ public struct UpdateUserPoolDomainOutput: Swift.Sendable { public init( cloudFrontDomain: Swift.String? = nil, managedLoginVersion: Swift.Int? = nil - ) - { + ) { self.cloudFrontDomain = cloudFrontDomain self.managedLoginVersion = managedLoginVersion } @@ -10447,8 +10137,7 @@ public struct EnableSoftwareTokenMFAException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10469,8 +10158,7 @@ public struct VerifySoftwareTokenInput: Swift.Sendable { friendlyDeviceName: Swift.String? = nil, session: Swift.String? = nil, userCode: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.friendlyDeviceName = friendlyDeviceName self.session = session @@ -10521,8 +10209,7 @@ public struct VerifySoftwareTokenOutput: Swift.Sendable { public init( session: Swift.String? = nil, status: CognitoIdentityProviderClientTypes.VerifySoftwareTokenResponseType? = nil - ) - { + ) { self.session = session self.status = status } @@ -10549,8 +10236,7 @@ public struct VerifyUserAttributeInput: Swift.Sendable { accessToken: Swift.String? = nil, attributeName: Swift.String? = nil, code: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.attributeName = attributeName self.code = code diff --git a/Sources/Services/AWSCognitoSync/Package.swift.txt b/Sources/Services/AWSCognitoSync/Package.swift.txt index cded2cf4db1..75775a39b67 100644 --- a/Sources/Services/AWSCognitoSync/Package.swift.txt +++ b/Sources/Services/AWSCognitoSync/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/CognitoSyncClient.swift b/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/CognitoSyncClient.swift index dd6abc25261..ba09693392e 100644 --- a/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/CognitoSyncClient.swift +++ b/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/CognitoSyncClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CognitoSyncClient: ClientRuntime.Client { public static let clientName = "CognitoSyncClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CognitoSyncClient.CognitoSyncClientConfiguration let serviceName = "Cognito Sync" diff --git a/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/Models.swift b/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/Models.swift index 9806f3d7512..0c8e3bb3e6f 100644 --- a/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/Models.swift +++ b/Sources/Services/AWSCognitoSync/Sources/AWSCognitoSync/Models.swift @@ -54,8 +54,7 @@ public struct AlreadyStreamedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -80,8 +79,7 @@ public struct DuplicateRequestException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +104,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -132,8 +129,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -158,8 +154,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -184,8 +179,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +192,7 @@ public struct BulkPublishInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -211,8 +204,7 @@ public struct BulkPublishOutput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -237,8 +229,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +254,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -285,8 +275,7 @@ public struct DeleteDatasetInput: Swift.Sendable { datasetName: Swift.String? = nil, identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.identityId = identityId self.identityPoolId = identityPoolId @@ -320,8 +309,7 @@ extension CognitoSyncClientTypes { lastModifiedBy: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, numRecords: Swift.Int? = nil - ) - { + ) { self.creationDate = creationDate self.dataStorage = dataStorage self.datasetName = datasetName @@ -340,8 +328,7 @@ public struct DeleteDatasetOutput: Swift.Sendable { public init( dataset: CognitoSyncClientTypes.Dataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -362,8 +349,7 @@ public struct DescribeDatasetInput: Swift.Sendable { datasetName: Swift.String? = nil, identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.identityId = identityId self.identityPoolId = identityPoolId @@ -377,8 +363,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( dataset: CognitoSyncClientTypes.Dataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -391,8 +376,7 @@ public struct DescribeIdentityPoolUsageInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -415,8 +399,7 @@ extension CognitoSyncClientTypes { identityPoolId: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, syncSessionsCount: Swift.Int? = nil - ) - { + ) { self.dataStorage = dataStorage self.identityPoolId = identityPoolId self.lastModifiedDate = lastModifiedDate @@ -432,8 +415,7 @@ public struct DescribeIdentityPoolUsageOutput: Swift.Sendable { public init( identityPoolUsage: CognitoSyncClientTypes.IdentityPoolUsage? = nil - ) - { + ) { self.identityPoolUsage = identityPoolUsage } } @@ -450,8 +432,7 @@ public struct DescribeIdentityUsageInput: Swift.Sendable { public init( identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityPoolId = identityPoolId } @@ -478,8 +459,7 @@ extension CognitoSyncClientTypes { identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.dataStorage = dataStorage self.datasetCount = datasetCount self.identityId = identityId @@ -496,8 +476,7 @@ public struct DescribeIdentityUsageOutput: Swift.Sendable { public init( identityUsage: CognitoSyncClientTypes.IdentityUsage? = nil - ) - { + ) { self.identityUsage = identityUsage } } @@ -510,8 +489,7 @@ public struct GetBulkPublishDetailsInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -570,8 +548,7 @@ public struct GetBulkPublishDetailsOutput: Swift.Sendable { bulkPublishStatus: CognitoSyncClientTypes.BulkPublishStatus? = nil, failureMessage: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.bulkPublishCompleteTime = bulkPublishCompleteTime self.bulkPublishStartTime = bulkPublishStartTime self.bulkPublishStatus = bulkPublishStatus @@ -588,8 +565,7 @@ public struct GetCognitoEventsInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -601,8 +577,7 @@ public struct GetCognitoEventsOutput: Swift.Sendable { public init( events: [Swift.String: Swift.String]? = nil - ) - { + ) { self.events = events } } @@ -615,8 +590,7 @@ public struct GetIdentityPoolConfigurationInput: Swift.Sendable { public init( identityPoolId: Swift.String? = nil - ) - { + ) { self.identityPoolId = identityPoolId } } @@ -665,8 +639,7 @@ extension CognitoSyncClientTypes { roleArn: Swift.String? = nil, streamName: Swift.String? = nil, streamingStatus: CognitoSyncClientTypes.StreamingStatus? = nil - ) - { + ) { self.roleArn = roleArn self.streamName = streamName self.streamingStatus = streamingStatus @@ -686,8 +659,7 @@ extension CognitoSyncClientTypes { public init( applicationArns: [Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationArns = applicationArns self.roleArn = roleArn } @@ -707,8 +679,7 @@ public struct GetIdentityPoolConfigurationOutput: Swift.Sendable { cognitoStreams: CognitoSyncClientTypes.CognitoStreams? = nil, identityPoolId: Swift.String? = nil, pushSync: CognitoSyncClientTypes.PushSync? = nil - ) - { + ) { self.cognitoStreams = cognitoStreams self.identityPoolId = identityPoolId self.pushSync = pushSync @@ -733,8 +704,7 @@ public struct ListDatasetsInput: Swift.Sendable { identityPoolId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityPoolId = identityPoolId self.maxResults = maxResults @@ -755,8 +725,7 @@ public struct ListDatasetsOutput: Swift.Sendable { count: Swift.Int = 0, datasets: [CognitoSyncClientTypes.Dataset]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.count = count self.datasets = datasets self.nextToken = nextToken @@ -773,8 +742,7 @@ public struct ListIdentityPoolUsageInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -796,8 +764,7 @@ public struct ListIdentityPoolUsageOutput: Swift.Sendable { identityPoolUsages: [CognitoSyncClientTypes.IdentityPoolUsage]? = nil, maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.count = count self.identityPoolUsages = identityPoolUsages self.maxResults = maxResults @@ -833,8 +800,7 @@ public struct ListRecordsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, syncSessionToken: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.identityId = identityId self.identityPoolId = identityPoolId @@ -869,8 +835,7 @@ extension CognitoSyncClientTypes { lastModifiedDate: Foundation.Date? = nil, syncCount: Swift.Int? = nil, value: Swift.String? = nil - ) - { + ) { self.deviceLastModifiedDate = deviceLastModifiedDate self.key = key self.lastModifiedBy = lastModifiedBy @@ -912,8 +877,7 @@ public struct ListRecordsOutput: Swift.Sendable { nextToken: Swift.String? = nil, records: [CognitoSyncClientTypes.Record]? = nil, syncSessionToken: Swift.String? = nil - ) - { + ) { self.count = count self.datasetDeletedAfterRequestedSyncCount = datasetDeletedAfterRequestedSyncCount self.datasetExists = datasetExists @@ -945,8 +909,7 @@ public struct InvalidConfigurationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1006,8 +969,7 @@ public struct RegisterDeviceInput: Swift.Sendable { identityPoolId: Swift.String? = nil, platform: CognitoSyncClientTypes.Platform? = nil, token: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityPoolId = identityPoolId self.platform = platform @@ -1022,8 +984,7 @@ public struct RegisterDeviceOutput: Swift.Sendable { public init( deviceId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId } } @@ -1040,8 +1001,7 @@ public struct SetCognitoEventsInput: Swift.Sendable { public init( events: [Swift.String: Swift.String]? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.events = events self.identityPoolId = identityPoolId } @@ -1067,8 +1027,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1087,8 +1046,7 @@ public struct SetIdentityPoolConfigurationInput: Swift.Sendable { cognitoStreams: CognitoSyncClientTypes.CognitoStreams? = nil, identityPoolId: Swift.String? = nil, pushSync: CognitoSyncClientTypes.PushSync? = nil - ) - { + ) { self.cognitoStreams = cognitoStreams self.identityPoolId = identityPoolId self.pushSync = pushSync @@ -1108,8 +1066,7 @@ public struct SetIdentityPoolConfigurationOutput: Swift.Sendable { cognitoStreams: CognitoSyncClientTypes.CognitoStreams? = nil, identityPoolId: Swift.String? = nil, pushSync: CognitoSyncClientTypes.PushSync? = nil - ) - { + ) { self.cognitoStreams = cognitoStreams self.identityPoolId = identityPoolId self.pushSync = pushSync @@ -1136,8 +1093,7 @@ public struct SubscribeToDatasetInput: Swift.Sendable { deviceId: Swift.String? = nil, identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.deviceId = deviceId self.identityId = identityId @@ -1171,8 +1127,7 @@ public struct UnsubscribeFromDatasetInput: Swift.Sendable { deviceId: Swift.String? = nil, identityId: Swift.String? = nil, identityPoolId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.deviceId = deviceId self.identityId = identityId @@ -1206,8 +1161,7 @@ public struct InvalidLambdaFunctionOutputException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1232,8 +1186,7 @@ public struct LambdaThrottledException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1258,8 +1211,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1317,8 +1269,7 @@ extension CognitoSyncClientTypes { op: CognitoSyncClientTypes.Operation? = nil, syncCount: Swift.Int? = nil, value: Swift.String? = nil - ) - { + ) { self.deviceLastModifiedDate = deviceLastModifiedDate self.key = key self.op = op @@ -1357,8 +1308,7 @@ public struct UpdateRecordsInput: Swift.Sendable { identityPoolId: Swift.String? = nil, recordPatches: [CognitoSyncClientTypes.RecordPatch]? = nil, syncSessionToken: Swift.String? = nil - ) - { + ) { self.clientContext = clientContext self.datasetName = datasetName self.deviceId = deviceId @@ -1376,8 +1326,7 @@ public struct UpdateRecordsOutput: Swift.Sendable { public init( records: [CognitoSyncClientTypes.Record]? = nil - ) - { + ) { self.records = records } } diff --git a/Sources/Services/AWSComprehend/Package.swift.txt b/Sources/Services/AWSComprehend/Package.swift.txt index 96996f087f3..a105d70e1bd 100644 --- a/Sources/Services/AWSComprehend/Package.swift.txt +++ b/Sources/Services/AWSComprehend/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSComprehend/Sources/AWSComprehend/ComprehendClient.swift b/Sources/Services/AWSComprehend/Sources/AWSComprehend/ComprehendClient.swift index 7708a444480..972ac00b79c 100644 --- a/Sources/Services/AWSComprehend/Sources/AWSComprehend/ComprehendClient.swift +++ b/Sources/Services/AWSComprehend/Sources/AWSComprehend/ComprehendClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ComprehendClient: ClientRuntime.Client { public static let clientName = "ComprehendClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ComprehendClient.ComprehendClientConfiguration let serviceName = "Comprehend" diff --git a/Sources/Services/AWSComprehend/Sources/AWSComprehend/Models.swift b/Sources/Services/AWSComprehend/Sources/AWSComprehend/Models.swift index 6c80d1cfaeb..5c3bd4f1335 100644 --- a/Sources/Services/AWSComprehend/Sources/AWSComprehend/Models.swift +++ b/Sources/Services/AWSComprehend/Sources/AWSComprehend/Models.swift @@ -115,8 +115,7 @@ extension ComprehendClientTypes { s3Uri: Swift.String? = nil, sourceDocumentsS3Uri: Swift.String? = nil, split: ComprehendClientTypes.Split? = nil - ) - { + ) { self.annotationDataS3Uri = annotationDataS3Uri self.attributeNames = attributeNames self.documentType = documentType @@ -145,8 +144,7 @@ public struct BatchSizeLimitExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +167,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -233,8 +230,7 @@ extension ComprehendClientTypes { public init( reason: ComprehendClientTypes.InvalidRequestDetailReason? = nil - ) - { + ) { self.reason = reason } } @@ -289,8 +285,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt detail: ComprehendClientTypes.InvalidRequestDetail? = nil, message: Swift.String? = nil, reason: ComprehendClientTypes.InvalidRequestReason? = nil - ) - { + ) { self.properties.detail = detail self.properties.message = message self.properties.reason = reason @@ -315,8 +310,7 @@ public struct TextSizeLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -328,8 +322,7 @@ public struct BatchDetectDominantLanguageInput: Swift.Sendable { public init( textList: [Swift.String]? = nil - ) - { + ) { self.textList = textList } } @@ -354,8 +347,7 @@ extension ComprehendClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, index: Swift.Int? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.index = index @@ -375,8 +367,7 @@ extension ComprehendClientTypes { public init( languageCode: Swift.String? = nil, score: Swift.Float? = nil - ) - { + ) { self.languageCode = languageCode self.score = score } @@ -395,8 +386,7 @@ extension ComprehendClientTypes { public init( index: Swift.Int? = nil, languages: [ComprehendClientTypes.DominantLanguage]? = nil - ) - { + ) { self.index = index self.languages = languages } @@ -414,8 +404,7 @@ public struct BatchDetectDominantLanguageOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectDominantLanguageItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -445,8 +434,7 @@ public struct UnsupportedLanguageException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -521,8 +509,7 @@ public struct BatchDetectEntitiesInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, textList: [Swift.String]? = nil - ) - { + ) { self.languageCode = languageCode self.textList = textList } @@ -548,8 +535,7 @@ extension ComprehendClientTypes { beginOffset: Swift.Int? = nil, childBlockId: Swift.String? = nil, endOffset: Swift.Int? = nil - ) - { + ) { self.beginOffset = beginOffset self.childBlockId = childBlockId self.endOffset = endOffset @@ -575,8 +561,7 @@ extension ComprehendClientTypes { blockId: Swift.String? = nil, childBlocks: [ComprehendClientTypes.ChildBlock]? = nil, endOffset: Swift.Int? = nil - ) - { + ) { self.beginOffset = beginOffset self.blockId = blockId self.childBlocks = childBlocks @@ -659,8 +644,7 @@ extension ComprehendClientTypes { score: Swift.Float? = nil, text: Swift.String? = nil, type: ComprehendClientTypes.EntityType? = nil - ) - { + ) { self.beginOffset = beginOffset self.blockReferences = blockReferences self.endOffset = endOffset @@ -683,8 +667,7 @@ extension ComprehendClientTypes { public init( entities: [ComprehendClientTypes.Entity]? = nil, index: Swift.Int? = nil - ) - { + ) { self.entities = entities self.index = index } @@ -702,8 +685,7 @@ public struct BatchDetectEntitiesOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectEntitiesItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -726,8 +708,7 @@ public struct BatchDetectKeyPhrasesInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, textList: [Swift.String]? = nil - ) - { + ) { self.languageCode = languageCode self.textList = textList } @@ -756,8 +737,7 @@ extension ComprehendClientTypes { endOffset: Swift.Int? = nil, score: Swift.Float? = nil, text: Swift.String? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.score = score @@ -778,8 +758,7 @@ extension ComprehendClientTypes { public init( index: Swift.Int? = nil, keyPhrases: [ComprehendClientTypes.KeyPhrase]? = nil - ) - { + ) { self.index = index self.keyPhrases = keyPhrases } @@ -797,8 +776,7 @@ public struct BatchDetectKeyPhrasesOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectKeyPhrasesItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -821,8 +799,7 @@ public struct BatchDetectSentimentInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, textList: [Swift.String]? = nil - ) - { + ) { self.languageCode = languageCode self.textList = textList } @@ -886,8 +863,7 @@ extension ComprehendClientTypes { negative: Swift.Float? = nil, neutral: Swift.Float? = nil, positive: Swift.Float? = nil - ) - { + ) { self.mixed = mixed self.negative = negative self.neutral = neutral @@ -911,8 +887,7 @@ extension ComprehendClientTypes { index: Swift.Int? = nil, sentiment: ComprehendClientTypes.SentimentType? = nil, sentimentScore: ComprehendClientTypes.SentimentScore? = nil - ) - { + ) { self.index = index self.sentiment = sentiment self.sentimentScore = sentimentScore @@ -931,8 +906,7 @@ public struct BatchDetectSentimentOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectSentimentItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -996,8 +970,7 @@ public struct BatchDetectSyntaxInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.SyntaxLanguageCode? = nil, textList: [Swift.String]? = nil - ) - { + ) { self.languageCode = languageCode self.textList = textList } @@ -1097,8 +1070,7 @@ extension ComprehendClientTypes { public init( score: Swift.Float? = nil, tag: ComprehendClientTypes.PartOfSpeechTagType? = nil - ) - { + ) { self.score = score self.tag = tag } @@ -1126,8 +1098,7 @@ extension ComprehendClientTypes { partOfSpeech: ComprehendClientTypes.PartOfSpeechTag? = nil, text: Swift.String? = nil, tokenId: Swift.Int? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.partOfSpeech = partOfSpeech @@ -1149,8 +1120,7 @@ extension ComprehendClientTypes { public init( index: Swift.Int? = nil, syntaxTokens: [ComprehendClientTypes.SyntaxToken]? = nil - ) - { + ) { self.index = index self.syntaxTokens = syntaxTokens } @@ -1168,8 +1138,7 @@ public struct BatchDetectSyntaxOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectSyntaxItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -1192,8 +1161,7 @@ public struct BatchDetectTargetedSentimentInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, textList: [Swift.String]? = nil - ) - { + ) { self.languageCode = languageCode self.textList = textList } @@ -1216,8 +1184,7 @@ extension ComprehendClientTypes { public init( sentiment: ComprehendClientTypes.SentimentType? = nil, sentimentScore: ComprehendClientTypes.SentimentScore? = nil - ) - { + ) { self.sentiment = sentiment self.sentimentScore = sentimentScore } @@ -1325,8 +1292,7 @@ extension ComprehendClientTypes { score: Swift.Float? = nil, text: Swift.String? = nil, type: ComprehendClientTypes.TargetedSentimentEntityType? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.groupScore = groupScore @@ -1350,8 +1316,7 @@ extension ComprehendClientTypes { public init( descriptiveMentionIndex: [Swift.Int]? = nil, mentions: [ComprehendClientTypes.TargetedSentimentMention]? = nil - ) - { + ) { self.descriptiveMentionIndex = descriptiveMentionIndex self.mentions = mentions } @@ -1370,8 +1335,7 @@ extension ComprehendClientTypes { public init( entities: [ComprehendClientTypes.TargetedSentimentEntity]? = nil, index: Swift.Int? = nil - ) - { + ) { self.entities = entities self.index = index } @@ -1389,8 +1353,7 @@ public struct BatchDetectTargetedSentimentOutput: Swift.Sendable { public init( errorList: [ComprehendClientTypes.BatchItemError]? = nil, resultList: [ComprehendClientTypes.BatchDetectTargetedSentimentItemResult]? = nil - ) - { + ) { self.errorList = errorList self.resultList = resultList } @@ -1449,8 +1412,7 @@ extension ComprehendClientTypes { `left`: Swift.Float? = nil, top: Swift.Float? = nil, width: Swift.Float? = nil - ) - { + ) { self.height = height self.`left` = `left` self.top = top @@ -1471,8 +1433,7 @@ extension ComprehendClientTypes { public init( x: Swift.Float? = nil, y: Swift.Float? = nil - ) - { + ) { self.x = x self.y = y } @@ -1491,8 +1452,7 @@ extension ComprehendClientTypes { public init( boundingBox: ComprehendClientTypes.BoundingBox? = nil, polygon: [ComprehendClientTypes.Point]? = nil - ) - { + ) { self.boundingBox = boundingBox self.polygon = polygon } @@ -1537,8 +1497,7 @@ extension ComprehendClientTypes { public init( ids: [Swift.String]? = nil, type: ComprehendClientTypes.RelationshipType? = nil - ) - { + ) { self.ids = ids self.type = type } @@ -1573,8 +1532,7 @@ extension ComprehendClientTypes { page: Swift.Int? = nil, relationships: [ComprehendClientTypes.RelationshipsListItem]? = nil, text: Swift.String? = nil - ) - { + ) { self.blockType = blockType self.geometry = geometry self.id = id @@ -1615,8 +1573,7 @@ extension ComprehendClientTypes { microRecall: Swift.Double? = nil, precision: Swift.Double? = nil, recall: Swift.Double? = nil - ) - { + ) { self.accuracy = accuracy self.f1Score = f1Score self.hammingLoss = hammingLoss @@ -1647,8 +1604,7 @@ extension ComprehendClientTypes { numberOfLabels: Swift.Int? = nil, numberOfTestDocuments: Swift.Int? = nil, numberOfTrainedDocuments: Swift.Int? = nil - ) - { + ) { self.evaluationMetrics = evaluationMetrics self.numberOfLabels = numberOfLabels self.numberOfTestDocuments = numberOfTestDocuments @@ -1681,8 +1637,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1812,8 +1767,7 @@ extension ComprehendClientTypes { documentReadAction: ComprehendClientTypes.DocumentReadAction? = nil, documentReadMode: ComprehendClientTypes.DocumentReadMode? = nil, featureTypes: [ComprehendClientTypes.DocumentReadFeatureTypes]? = nil - ) - { + ) { self.documentReadAction = documentReadAction self.documentReadMode = documentReadMode self.featureTypes = featureTypes @@ -1837,8 +1791,7 @@ public struct ClassifyDocumentInput: Swift.Sendable { documentReaderConfig: ComprehendClientTypes.DocumentReaderConfig? = nil, endpointArn: Swift.String? = nil, text: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.documentReaderConfig = documentReaderConfig self.endpointArn = endpointArn @@ -1866,8 +1819,7 @@ extension ComprehendClientTypes { name: Swift.String? = nil, page: Swift.Int? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.page = page self.score = score @@ -1887,8 +1839,7 @@ extension ComprehendClientTypes { public init( count: Swift.Int? = nil, page: Swift.Int? = nil - ) - { + ) { self.count = count self.page = page } @@ -1907,8 +1858,7 @@ extension ComprehendClientTypes { public init( extractedCharacters: [ComprehendClientTypes.ExtractedCharactersListItem]? = nil, pages: Swift.Int? = nil - ) - { + ) { self.extractedCharacters = extractedCharacters self.pages = pages } @@ -1971,8 +1921,7 @@ extension ComprehendClientTypes { public init( page: Swift.Int? = nil, type: ComprehendClientTypes.DocumentType? = nil - ) - { + ) { self.page = page self.type = type } @@ -2042,8 +1991,7 @@ extension ComprehendClientTypes { errorCode: ComprehendClientTypes.PageBasedErrorCode? = nil, errorMessage: Swift.String? = nil, page: Swift.Int? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.page = page @@ -2066,8 +2014,7 @@ extension ComprehendClientTypes { name: Swift.String? = nil, page: Swift.Int? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.page = page self.score = score @@ -2123,8 +2070,7 @@ extension ComprehendClientTypes { page: Swift.Int? = nil, warnCode: ComprehendClientTypes.PageBasedWarningCode? = nil, warnMessage: Swift.String? = nil - ) - { + ) { self.page = page self.warnCode = warnCode self.warnMessage = warnMessage @@ -2153,8 +2099,7 @@ public struct ClassifyDocumentOutput: Swift.Sendable { errors: [ComprehendClientTypes.ErrorsListItem]? = nil, labels: [ComprehendClientTypes.DocumentLabel]? = nil, warnings: [ComprehendClientTypes.WarningsListItem]? = nil - ) - { + ) { self.classes = classes self.documentMetadata = documentMetadata self.documentType = documentType @@ -2181,8 +2126,7 @@ public struct ContainsPiiEntitiesInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -2334,8 +2278,7 @@ extension ComprehendClientTypes { public init( name: ComprehendClientTypes.PiiEntityType? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -2348,8 +2291,7 @@ public struct ContainsPiiEntitiesOutput: Swift.Sendable { public init( labels: [ComprehendClientTypes.EntityLabel]? = nil - ) - { + ) { self.labels = labels } } @@ -2372,8 +2314,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2396,8 +2337,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2420,8 +2360,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2444,8 +2383,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2468,8 +2406,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2526,8 +2463,7 @@ extension ComprehendClientTypes { documentType: ComprehendClientTypes.AugmentedManifestsDocumentTypeFormat? = nil, s3Uri: Swift.String? = nil, sourceDocumentsS3Uri: Swift.String? = nil - ) - { + ) { self.annotationDataS3Uri = annotationDataS3Uri self.attributeNames = attributeNames self.documentType = documentType @@ -2579,8 +2515,7 @@ extension ComprehendClientTypes { public init( labelDelimiter: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.labelDelimiter = labelDelimiter self.s3Uri = s3Uri } @@ -2597,8 +2532,7 @@ extension ComprehendClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -2646,8 +2580,7 @@ extension ComprehendClientTypes { public init( inputFormat: ComprehendClientTypes.InputFormat? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.inputFormat = inputFormat self.s3Uri = s3Uri } @@ -2664,8 +2597,7 @@ extension ComprehendClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -2687,8 +2619,7 @@ extension ComprehendClientTypes { annotations: ComprehendClientTypes.DatasetEntityRecognizerAnnotations? = nil, documents: ComprehendClientTypes.DatasetEntityRecognizerDocuments? = nil, entityList: ComprehendClientTypes.DatasetEntityRecognizerEntityList? = nil - ) - { + ) { self.annotations = annotations self.documents = documents self.entityList = entityList @@ -2714,8 +2645,7 @@ extension ComprehendClientTypes { dataFormat: ComprehendClientTypes.DatasetDataFormat? = nil, documentClassifierInputDataConfig: ComprehendClientTypes.DatasetDocumentClassifierInputDataConfig? = nil, entityRecognizerInputDataConfig: ComprehendClientTypes.DatasetEntityRecognizerInputDataConfig? = nil - ) - { + ) { self.augmentedManifests = augmentedManifests self.dataFormat = dataFormat self.documentClassifierInputDataConfig = documentClassifierInputDataConfig @@ -2737,8 +2667,7 @@ extension ComprehendClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2772,8 +2701,7 @@ public struct CreateDatasetInput: Swift.Sendable { flywheelArn: Swift.String? = nil, inputDataConfig: ComprehendClientTypes.DatasetInputDataConfig? = nil, tags: [ComprehendClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.datasetName = datasetName self.datasetType = datasetType @@ -2790,8 +2718,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -2814,8 +2741,7 @@ public struct KmsKeyValidationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2862,8 +2788,7 @@ extension ComprehendClientTypes { public init( s3Uri: Swift.String? = nil, testS3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri self.testS3Uri = testS3Uri } @@ -2945,8 +2870,7 @@ extension ComprehendClientTypes { labelDelimiter: Swift.String? = nil, s3Uri: Swift.String? = nil, testS3Uri: Swift.String? = nil - ) - { + ) { self.augmentedManifests = augmentedManifests self.dataFormat = dataFormat self.documentReaderConfig = documentReaderConfig @@ -3011,8 +2935,7 @@ extension ComprehendClientTypes { flywheelStatsS3Prefix: Swift.String? = nil, kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.flywheelStatsS3Prefix = flywheelStatsS3Prefix self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri @@ -3034,8 +2957,7 @@ extension ComprehendClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets } @@ -3096,8 +3018,7 @@ public struct CreateDocumentClassifierInput: Swift.Sendable { versionName: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.documentClassifierName = documentClassifierName @@ -3120,8 +3041,7 @@ public struct CreateDocumentClassifierOutput: Swift.Sendable { public init( documentClassifierArn: Swift.String? = nil - ) - { + ) { self.documentClassifierArn = documentClassifierArn } } @@ -3152,8 +3072,7 @@ public struct CreateEndpointInput: Swift.Sendable { flywheelArn: Swift.String? = nil, modelArn: Swift.String? = nil, tags: [ComprehendClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.desiredInferenceUnits = desiredInferenceUnits @@ -3173,8 +3092,7 @@ public struct CreateEndpointOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil, modelArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn self.modelArn = modelArn } @@ -3193,8 +3111,7 @@ extension ComprehendClientTypes { public init( s3Uri: Swift.String? = nil, testS3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri self.testS3Uri = testS3Uri } @@ -3246,8 +3163,7 @@ extension ComprehendClientTypes { inputFormat: ComprehendClientTypes.InputFormat? = nil, s3Uri: Swift.String? = nil, testS3Uri: Swift.String? = nil - ) - { + ) { self.inputFormat = inputFormat self.s3Uri = s3Uri self.testS3Uri = testS3Uri @@ -3265,8 +3181,7 @@ extension ComprehendClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -3282,8 +3197,7 @@ extension ComprehendClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -3321,8 +3235,7 @@ extension ComprehendClientTypes { documents: ComprehendClientTypes.EntityRecognizerDocuments? = nil, entityList: ComprehendClientTypes.EntityRecognizerEntityList? = nil, entityTypes: [ComprehendClientTypes.EntityTypesListItem]? = nil - ) - { + ) { self.annotations = annotations self.augmentedManifests = augmentedManifests self.dataFormat = dataFormat @@ -3381,8 +3294,7 @@ public struct CreateEntityRecognizerInput: Swift.Sendable { versionName: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -3403,8 +3315,7 @@ public struct CreateEntityRecognizerOutput: Swift.Sendable { public init( entityRecognizerArn: Swift.String? = nil - ) - { + ) { self.entityRecognizerArn = entityRecognizerArn } } @@ -3431,8 +3342,7 @@ extension ComprehendClientTypes { modelKmsKeyId: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataLakeKmsKeyId = dataLakeKmsKeyId self.modelKmsKeyId = modelKmsKeyId self.volumeKmsKeyId = volumeKmsKeyId @@ -3483,8 +3393,7 @@ extension ComprehendClientTypes { public init( labels: [Swift.String]? = nil, mode: ComprehendClientTypes.DocumentClassifierMode? = nil - ) - { + ) { self.labels = labels self.mode = mode } @@ -3501,8 +3410,7 @@ extension ComprehendClientTypes { public init( entityTypes: [ComprehendClientTypes.EntityTypesListItem]? = nil - ) - { + ) { self.entityTypes = entityTypes } } @@ -3524,8 +3432,7 @@ extension ComprehendClientTypes { documentClassificationConfig: ComprehendClientTypes.DocumentClassificationConfig? = nil, entityRecognitionConfig: ComprehendClientTypes.EntityRecognitionConfig? = nil, languageCode: ComprehendClientTypes.LanguageCode? = nil - ) - { + ) { self.documentClassificationConfig = documentClassificationConfig self.entityRecognitionConfig = entityRecognitionConfig self.languageCode = languageCode @@ -3566,8 +3473,7 @@ public struct CreateFlywheelInput: Swift.Sendable { modelType: ComprehendClientTypes.ModelType? = nil, tags: [ComprehendClientTypes.Tag]? = nil, taskConfig: ComprehendClientTypes.TaskConfig? = nil - ) - { + ) { self.activeModelArn = activeModelArn self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn @@ -3589,8 +3495,7 @@ public struct CreateFlywheelOutput: Swift.Sendable { public init( activeModelArn: Swift.String? = nil, flywheelArn: Swift.String? = nil - ) - { + ) { self.activeModelArn = activeModelArn self.flywheelArn = flywheelArn } @@ -3603,8 +3508,7 @@ public struct DeleteDocumentClassifierInput: Swift.Sendable { public init( documentClassifierArn: Swift.String? = nil - ) - { + ) { self.documentClassifierArn = documentClassifierArn } } @@ -3621,8 +3525,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -3639,8 +3542,7 @@ public struct DeleteEntityRecognizerInput: Swift.Sendable { public init( entityRecognizerArn: Swift.String? = nil - ) - { + ) { self.entityRecognizerArn = entityRecognizerArn } } @@ -3657,8 +3559,7 @@ public struct DeleteFlywheelInput: Swift.Sendable { public init( flywheelArn: Swift.String? = nil - ) - { + ) { self.flywheelArn = flywheelArn } } @@ -3678,8 +3579,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( policyRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyRevisionId = policyRevisionId self.resourceArn = resourceArn } @@ -3697,8 +3597,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -3771,8 +3670,7 @@ extension ComprehendClientTypes { message: Swift.String? = nil, numberOfDocuments: Swift.Int? = nil, status: ComprehendClientTypes.DatasetStatus? = nil - ) - { + ) { self.creationTime = creationTime self.datasetArn = datasetArn self.datasetName = datasetName @@ -3793,8 +3691,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( datasetProperties: ComprehendClientTypes.DatasetProperties? = nil - ) - { + ) { self.datasetProperties = datasetProperties } } @@ -3817,8 +3714,7 @@ public struct JobNotFoundException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3830,8 +3726,7 @@ public struct DescribeDocumentClassificationJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3856,8 +3751,7 @@ extension ComprehendClientTypes { documentReaderConfig: ComprehendClientTypes.DocumentReaderConfig? = nil, inputFormat: ComprehendClientTypes.InputFormat? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.documentReaderConfig = documentReaderConfig self.inputFormat = inputFormat self.s3Uri = s3Uri @@ -3927,8 +3821,7 @@ extension ComprehendClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -3987,8 +3880,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.documentClassifierArn = documentClassifierArn self.endTime = endTime @@ -4013,8 +3905,7 @@ public struct DescribeDocumentClassificationJobOutput: Swift.Sendable { public init( documentClassificationJobProperties: ComprehendClientTypes.DocumentClassificationJobProperties? = nil - ) - { + ) { self.documentClassificationJobProperties = documentClassificationJobProperties } } @@ -4026,8 +3917,7 @@ public struct DescribeDocumentClassifierInput: Swift.Sendable { public init( documentClassifierArn: Swift.String? = nil - ) - { + ) { self.documentClassifierArn = documentClassifierArn } } @@ -4150,8 +4040,7 @@ extension ComprehendClientTypes { versionName: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.classifierMetadata = classifierMetadata self.dataAccessRoleArn = dataAccessRoleArn self.documentClassifierArn = documentClassifierArn @@ -4186,8 +4075,7 @@ public struct DescribeDocumentClassifierOutput: Swift.Sendable { public init( documentClassifierProperties: ComprehendClientTypes.DocumentClassifierProperties? = nil - ) - { + ) { self.documentClassifierProperties = documentClassifierProperties } } @@ -4199,8 +4087,7 @@ public struct DescribeDominantLanguageDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -4251,8 +4138,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -4275,8 +4161,7 @@ public struct DescribeDominantLanguageDetectionJobOutput: Swift.Sendable { public init( dominantLanguageDetectionJobProperties: ComprehendClientTypes.DominantLanguageDetectionJobProperties? = nil - ) - { + ) { self.dominantLanguageDetectionJobProperties = dominantLanguageDetectionJobProperties } } @@ -4288,8 +4173,7 @@ public struct DescribeEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -4374,8 +4258,7 @@ extension ComprehendClientTypes { message: Swift.String? = nil, modelArn: Swift.String? = nil, status: ComprehendClientTypes.EndpointStatus? = nil - ) - { + ) { self.creationTime = creationTime self.currentInferenceUnits = currentInferenceUnits self.dataAccessRoleArn = dataAccessRoleArn @@ -4398,8 +4281,7 @@ public struct DescribeEndpointOutput: Swift.Sendable { public init( endpointProperties: ComprehendClientTypes.EndpointProperties? = nil - ) - { + ) { self.endpointProperties = endpointProperties } } @@ -4411,8 +4293,7 @@ public struct DescribeEntitiesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -4472,8 +4353,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.entityRecognizerArn = entityRecognizerArn @@ -4499,8 +4379,7 @@ public struct DescribeEntitiesDetectionJobOutput: Swift.Sendable { public init( entitiesDetectionJobProperties: ComprehendClientTypes.EntitiesDetectionJobProperties? = nil - ) - { + ) { self.entitiesDetectionJobProperties = entitiesDetectionJobProperties } } @@ -4512,8 +4391,7 @@ public struct DescribeEntityRecognizerInput: Swift.Sendable { public init( entityRecognizerArn: Swift.String? = nil - ) - { + ) { self.entityRecognizerArn = entityRecognizerArn } } @@ -4527,8 +4405,7 @@ extension ComprehendClientTypes { public init( flywheelStatsS3Prefix: Swift.String? = nil - ) - { + ) { self.flywheelStatsS3Prefix = flywheelStatsS3Prefix } } @@ -4549,8 +4426,7 @@ extension ComprehendClientTypes { f1Score: Swift.Double? = nil, precision: Swift.Double? = nil, recall: Swift.Double? = nil - ) - { + ) { self.f1Score = f1Score self.precision = precision self.recall = recall @@ -4573,8 +4449,7 @@ extension ComprehendClientTypes { evaluationMetrics: ComprehendClientTypes.EntityTypesEvaluationMetrics? = nil, numberOfTrainMentions: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.evaluationMetrics = evaluationMetrics self.numberOfTrainMentions = numberOfTrainMentions self.type = type @@ -4597,8 +4472,7 @@ extension ComprehendClientTypes { f1Score: Swift.Double? = nil, precision: Swift.Double? = nil, recall: Swift.Double? = nil - ) - { + ) { self.f1Score = f1Score self.precision = precision self.recall = recall @@ -4624,8 +4498,7 @@ extension ComprehendClientTypes { evaluationMetrics: ComprehendClientTypes.EntityRecognizerEvaluationMetrics? = nil, numberOfTestDocuments: Swift.Int? = nil, numberOfTrainedDocuments: Swift.Int? = nil - ) - { + ) { self.entityTypes = entityTypes self.evaluationMetrics = evaluationMetrics self.numberOfTestDocuments = numberOfTestDocuments @@ -4708,8 +4581,7 @@ extension ComprehendClientTypes { versionName: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.entityRecognizerArn = entityRecognizerArn @@ -4743,8 +4615,7 @@ public struct DescribeEntityRecognizerOutput: Swift.Sendable { public init( entityRecognizerProperties: ComprehendClientTypes.EntityRecognizerProperties? = nil - ) - { + ) { self.entityRecognizerProperties = entityRecognizerProperties } } @@ -4756,8 +4627,7 @@ public struct DescribeEventsDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -4804,8 +4674,7 @@ extension ComprehendClientTypes { outputDataConfig: ComprehendClientTypes.OutputDataConfig? = nil, submitTime: Foundation.Date? = nil, targetEventTypes: [Swift.String]? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -4828,8 +4697,7 @@ public struct DescribeEventsDetectionJobOutput: Swift.Sendable { public init( eventsDetectionJobProperties: ComprehendClientTypes.EventsDetectionJobProperties? = nil - ) - { + ) { self.eventsDetectionJobProperties = eventsDetectionJobProperties } } @@ -4841,8 +4709,7 @@ public struct DescribeFlywheelInput: Swift.Sendable { public init( flywheelArn: Swift.String? = nil - ) - { + ) { self.flywheelArn = flywheelArn } } @@ -4927,8 +4794,7 @@ extension ComprehendClientTypes { modelType: ComprehendClientTypes.ModelType? = nil, status: ComprehendClientTypes.FlywheelStatus? = nil, taskConfig: ComprehendClientTypes.TaskConfig? = nil - ) - { + ) { self.activeModelArn = activeModelArn self.creationTime = creationTime self.dataAccessRoleArn = dataAccessRoleArn @@ -4951,8 +4817,7 @@ public struct DescribeFlywheelOutput: Swift.Sendable { public init( flywheelProperties: ComprehendClientTypes.FlywheelProperties? = nil - ) - { + ) { self.flywheelProperties = flywheelProperties } } @@ -4968,8 +4833,7 @@ public struct DescribeFlywheelIterationInput: Swift.Sendable { public init( flywheelArn: Swift.String? = nil, flywheelIterationId: Swift.String? = nil - ) - { + ) { self.flywheelArn = flywheelArn self.flywheelIterationId = flywheelIterationId } @@ -4993,8 +4857,7 @@ extension ComprehendClientTypes { averageF1Score: Swift.Double? = nil, averagePrecision: Swift.Double? = nil, averageRecall: Swift.Double? = nil - ) - { + ) { self.averageAccuracy = averageAccuracy self.averageF1Score = averageF1Score self.averagePrecision = averagePrecision @@ -5083,8 +4946,7 @@ extension ComprehendClientTypes { status: ComprehendClientTypes.FlywheelIterationStatus? = nil, trainedModelArn: Swift.String? = nil, trainedModelMetrics: ComprehendClientTypes.FlywheelModelEvaluationMetrics? = nil - ) - { + ) { self.creationTime = creationTime self.endTime = endTime self.evaluatedModelArn = evaluatedModelArn @@ -5106,8 +4968,7 @@ public struct DescribeFlywheelIterationOutput: Swift.Sendable { public init( flywheelIterationProperties: ComprehendClientTypes.FlywheelIterationProperties? = nil - ) - { + ) { self.flywheelIterationProperties = flywheelIterationProperties } } @@ -5119,8 +4980,7 @@ public struct DescribeKeyPhrasesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5174,8 +5034,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5199,8 +5058,7 @@ public struct DescribeKeyPhrasesDetectionJobOutput: Swift.Sendable { public init( keyPhrasesDetectionJobProperties: ComprehendClientTypes.KeyPhrasesDetectionJobProperties? = nil - ) - { + ) { self.keyPhrasesDetectionJobProperties = keyPhrasesDetectionJobProperties } } @@ -5212,8 +5070,7 @@ public struct DescribePiiEntitiesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5260,8 +5117,7 @@ extension ComprehendClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -5312,8 +5168,7 @@ extension ComprehendClientTypes { maskCharacter: Swift.String? = nil, maskMode: ComprehendClientTypes.PiiEntitiesDetectionMaskMode? = nil, piiEntityTypes: [ComprehendClientTypes.PiiEntityType]? = nil - ) - { + ) { self.maskCharacter = maskCharacter self.maskMode = maskMode self.piiEntityTypes = piiEntityTypes @@ -5366,8 +5221,7 @@ extension ComprehendClientTypes { outputDataConfig: ComprehendClientTypes.PiiOutputDataConfig? = nil, redactionConfig: ComprehendClientTypes.RedactionConfig? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5391,8 +5245,7 @@ public struct DescribePiiEntitiesDetectionJobOutput: Swift.Sendable { public init( piiEntitiesDetectionJobProperties: ComprehendClientTypes.PiiEntitiesDetectionJobProperties? = nil - ) - { + ) { self.piiEntitiesDetectionJobProperties = piiEntitiesDetectionJobProperties } } @@ -5404,8 +5257,7 @@ public struct DescribeResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5425,8 +5277,7 @@ public struct DescribeResourcePolicyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, policyRevisionId: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.policyRevisionId = policyRevisionId @@ -5441,8 +5292,7 @@ public struct DescribeSentimentDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5496,8 +5346,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5521,8 +5370,7 @@ public struct DescribeSentimentDetectionJobOutput: Swift.Sendable { public init( sentimentDetectionJobProperties: ComprehendClientTypes.SentimentDetectionJobProperties? = nil - ) - { + ) { self.sentimentDetectionJobProperties = sentimentDetectionJobProperties } } @@ -5534,8 +5382,7 @@ public struct DescribeTargetedSentimentDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5589,8 +5436,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5614,8 +5460,7 @@ public struct DescribeTargetedSentimentDetectionJobOutput: Swift.Sendable { public init( targetedSentimentDetectionJobProperties: ComprehendClientTypes.TargetedSentimentDetectionJobProperties? = nil - ) - { + ) { self.targetedSentimentDetectionJobProperties = targetedSentimentDetectionJobProperties } } @@ -5627,8 +5472,7 @@ public struct DescribeTopicsDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5682,8 +5526,7 @@ extension ComprehendClientTypes { submitTime: Foundation.Date? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -5707,8 +5550,7 @@ public struct DescribeTopicsDetectionJobOutput: Swift.Sendable { public init( topicsDetectionJobProperties: ComprehendClientTypes.TopicsDetectionJobProperties? = nil - ) - { + ) { self.topicsDetectionJobProperties = topicsDetectionJobProperties } } @@ -5720,8 +5562,7 @@ public struct DetectDominantLanguageInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -5737,8 +5578,7 @@ public struct DetectDominantLanguageOutput: Swift.Sendable { public init( languages: [ComprehendClientTypes.DominantLanguage]? = nil - ) - { + ) { self.languages = languages } } @@ -5767,8 +5607,7 @@ public struct DetectEntitiesInput: Swift.Sendable { endpointArn: Swift.String? = nil, languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.documentReaderConfig = documentReaderConfig self.endpointArn = endpointArn @@ -5800,8 +5639,7 @@ public struct DetectEntitiesOutput: Swift.Sendable { documentType: [ComprehendClientTypes.DocumentTypeListItem]? = nil, entities: [ComprehendClientTypes.Entity]? = nil, errors: [ComprehendClientTypes.ErrorsListItem]? = nil - ) - { + ) { self.blocks = blocks self.documentMetadata = documentMetadata self.documentType = documentType @@ -5827,8 +5665,7 @@ public struct DetectKeyPhrasesInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -5845,8 +5682,7 @@ public struct DetectKeyPhrasesOutput: Swift.Sendable { public init( keyPhrases: [ComprehendClientTypes.KeyPhrase]? = nil - ) - { + ) { self.keyPhrases = keyPhrases } } @@ -5868,8 +5704,7 @@ public struct DetectPiiEntitiesInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -5893,8 +5728,7 @@ extension ComprehendClientTypes { endOffset: Swift.Int? = nil, score: Swift.Float? = nil, type: ComprehendClientTypes.PiiEntityType? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.score = score @@ -5909,8 +5743,7 @@ public struct DetectPiiEntitiesOutput: Swift.Sendable { public init( entities: [ComprehendClientTypes.PiiEntity]? = nil - ) - { + ) { self.entities = entities } } @@ -5926,8 +5759,7 @@ public struct DetectSentimentInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -5947,8 +5779,7 @@ public struct DetectSentimentOutput: Swift.Sendable { public init( sentiment: ComprehendClientTypes.SentimentType? = nil, sentimentScore: ComprehendClientTypes.SentimentScore? = nil - ) - { + ) { self.sentiment = sentiment self.sentimentScore = sentimentScore } @@ -5971,8 +5802,7 @@ public struct DetectSyntaxInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.SyntaxLanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -5989,8 +5819,7 @@ public struct DetectSyntaxOutput: Swift.Sendable { public init( syntaxTokens: [ComprehendClientTypes.SyntaxToken]? = nil - ) - { + ) { self.syntaxTokens = syntaxTokens } } @@ -6012,8 +5841,7 @@ public struct DetectTargetedSentimentInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, text: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text } @@ -6030,8 +5858,7 @@ public struct DetectTargetedSentimentOutput: Swift.Sendable { public init( entities: [ComprehendClientTypes.TargetedSentimentEntity]? = nil - ) - { + ) { self.entities = entities } } @@ -6052,8 +5879,7 @@ extension ComprehendClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -6075,8 +5901,7 @@ public struct DetectToxicContentInput: Swift.Sendable { public init( languageCode: ComprehendClientTypes.LanguageCode? = nil, textSegments: [ComprehendClientTypes.TextSegment]? = nil - ) - { + ) { self.languageCode = languageCode self.textSegments = textSegments } @@ -6143,8 +5968,7 @@ extension ComprehendClientTypes { public init( name: ComprehendClientTypes.ToxicContentType? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -6163,8 +5987,7 @@ extension ComprehendClientTypes { public init( labels: [ComprehendClientTypes.ToxicContent]? = nil, toxicity: Swift.Float? = nil - ) - { + ) { self.labels = labels self.toxicity = toxicity } @@ -6177,8 +6000,7 @@ public struct DetectToxicContentOutput: Swift.Sendable { public init( resultList: [ComprehendClientTypes.ToxicLabels]? = nil - ) - { + ) { self.resultList = resultList } } @@ -6209,8 +6031,7 @@ public struct ImportModelInput: Swift.Sendable { sourceModelArn: Swift.String? = nil, tags: [ComprehendClientTypes.Tag]? = nil, versionName: Swift.String? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.modelKmsKeyId = modelKmsKeyId self.modelName = modelName @@ -6226,8 +6047,7 @@ public struct ImportModelOutput: Swift.Sendable { public init( modelArn: Swift.String? = nil - ) - { + ) { self.modelArn = modelArn } } @@ -6250,8 +6070,7 @@ public struct InvalidFilterException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6274,8 +6093,7 @@ extension ComprehendClientTypes { creationTimeBefore: Foundation.Date? = nil, datasetType: ComprehendClientTypes.DatasetType? = nil, status: ComprehendClientTypes.DatasetStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.datasetType = datasetType @@ -6299,8 +6117,7 @@ public struct ListDatasetsInput: Swift.Sendable { flywheelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.flywheelArn = flywheelArn self.maxResults = maxResults @@ -6317,8 +6134,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasetPropertiesList: [ComprehendClientTypes.DatasetProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetPropertiesList = datasetPropertiesList self.nextToken = nextToken } @@ -6342,8 +6158,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -6364,8 +6179,7 @@ public struct ListDocumentClassificationJobsInput: Swift.Sendable { filter: ComprehendClientTypes.DocumentClassificationJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6381,8 +6195,7 @@ public struct ListDocumentClassificationJobsOutput: Swift.Sendable { public init( documentClassificationJobPropertiesList: [ComprehendClientTypes.DocumentClassificationJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentClassificationJobPropertiesList = documentClassificationJobPropertiesList self.nextToken = nextToken } @@ -6406,8 +6219,7 @@ extension ComprehendClientTypes { status: ComprehendClientTypes.ModelStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.documentClassifierName = documentClassifierName self.status = status self.submitTimeAfter = submitTimeAfter @@ -6428,8 +6240,7 @@ public struct ListDocumentClassifiersInput: Swift.Sendable { filter: ComprehendClientTypes.DocumentClassifierFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6445,8 +6256,7 @@ public struct ListDocumentClassifiersOutput: Swift.Sendable { public init( documentClassifierPropertiesList: [ComprehendClientTypes.DocumentClassifierProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentClassifierPropertiesList = documentClassifierPropertiesList self.nextToken = nextToken } @@ -6461,8 +6271,7 @@ public struct ListDocumentClassifierSummariesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6489,8 +6298,7 @@ extension ComprehendClientTypes { latestVersionName: Swift.String? = nil, latestVersionStatus: ComprehendClientTypes.ModelStatus? = nil, numberOfVersions: Swift.Int? = nil - ) - { + ) { self.documentClassifierName = documentClassifierName self.latestVersionCreatedAt = latestVersionCreatedAt self.latestVersionName = latestVersionName @@ -6509,8 +6317,7 @@ public struct ListDocumentClassifierSummariesOutput: Swift.Sendable { public init( documentClassifierSummariesList: [ComprehendClientTypes.DocumentClassifierSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentClassifierSummariesList = documentClassifierSummariesList self.nextToken = nextToken } @@ -6534,8 +6341,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -6556,8 +6362,7 @@ public struct ListDominantLanguageDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.DominantLanguageDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6573,8 +6378,7 @@ public struct ListDominantLanguageDetectionJobsOutput: Swift.Sendable { public init( dominantLanguageDetectionJobPropertiesList: [ComprehendClientTypes.DominantLanguageDetectionJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dominantLanguageDetectionJobPropertiesList = dominantLanguageDetectionJobPropertiesList self.nextToken = nextToken } @@ -6598,8 +6402,7 @@ extension ComprehendClientTypes { creationTimeBefore: Foundation.Date? = nil, modelArn: Swift.String? = nil, status: ComprehendClientTypes.EndpointStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.modelArn = modelArn @@ -6620,8 +6423,7 @@ public struct ListEndpointsInput: Swift.Sendable { filter: ComprehendClientTypes.EndpointFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6637,8 +6439,7 @@ public struct ListEndpointsOutput: Swift.Sendable { public init( endpointPropertiesList: [ComprehendClientTypes.EndpointProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpointPropertiesList = endpointPropertiesList self.nextToken = nextToken } @@ -6662,8 +6463,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -6684,8 +6484,7 @@ public struct ListEntitiesDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.EntitiesDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6701,8 +6500,7 @@ public struct ListEntitiesDetectionJobsOutput: Swift.Sendable { public init( entitiesDetectionJobPropertiesList: [ComprehendClientTypes.EntitiesDetectionJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitiesDetectionJobPropertiesList = entitiesDetectionJobPropertiesList self.nextToken = nextToken } @@ -6726,8 +6524,7 @@ extension ComprehendClientTypes { status: ComprehendClientTypes.ModelStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.recognizerName = recognizerName self.status = status self.submitTimeAfter = submitTimeAfter @@ -6748,8 +6545,7 @@ public struct ListEntityRecognizersInput: Swift.Sendable { filter: ComprehendClientTypes.EntityRecognizerFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6765,8 +6561,7 @@ public struct ListEntityRecognizersOutput: Swift.Sendable { public init( entityRecognizerPropertiesList: [ComprehendClientTypes.EntityRecognizerProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entityRecognizerPropertiesList = entityRecognizerPropertiesList self.nextToken = nextToken } @@ -6781,8 +6576,7 @@ public struct ListEntityRecognizerSummariesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6809,8 +6603,7 @@ extension ComprehendClientTypes { latestVersionStatus: ComprehendClientTypes.ModelStatus? = nil, numberOfVersions: Swift.Int? = nil, recognizerName: Swift.String? = nil - ) - { + ) { self.latestVersionCreatedAt = latestVersionCreatedAt self.latestVersionName = latestVersionName self.latestVersionStatus = latestVersionStatus @@ -6829,8 +6622,7 @@ public struct ListEntityRecognizerSummariesOutput: Swift.Sendable { public init( entityRecognizerSummariesList: [ComprehendClientTypes.EntityRecognizerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entityRecognizerSummariesList = entityRecognizerSummariesList self.nextToken = nextToken } @@ -6854,8 +6646,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -6876,8 +6667,7 @@ public struct ListEventsDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.EventsDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6893,8 +6683,7 @@ public struct ListEventsDetectionJobsOutput: Swift.Sendable { public init( eventsDetectionJobPropertiesList: [ComprehendClientTypes.EventsDetectionJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventsDetectionJobPropertiesList = eventsDetectionJobPropertiesList self.nextToken = nextToken } @@ -6912,8 +6701,7 @@ extension ComprehendClientTypes { public init( creationTimeAfter: Foundation.Date? = nil, creationTimeBefore: Foundation.Date? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore } @@ -6936,8 +6724,7 @@ public struct ListFlywheelIterationHistoryInput: Swift.Sendable { flywheelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.flywheelArn = flywheelArn self.maxResults = maxResults @@ -6954,8 +6741,7 @@ public struct ListFlywheelIterationHistoryOutput: Swift.Sendable { public init( flywheelIterationPropertiesList: [ComprehendClientTypes.FlywheelIterationProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flywheelIterationPropertiesList = flywheelIterationPropertiesList self.nextToken = nextToken } @@ -6976,8 +6762,7 @@ extension ComprehendClientTypes { creationTimeAfter: Foundation.Date? = nil, creationTimeBefore: Foundation.Date? = nil, status: ComprehendClientTypes.FlywheelStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.status = status @@ -6997,8 +6782,7 @@ public struct ListFlywheelsInput: Swift.Sendable { filter: ComprehendClientTypes.FlywheelFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7038,8 +6822,7 @@ extension ComprehendClientTypes { message: Swift.String? = nil, modelType: ComprehendClientTypes.ModelType? = nil, status: ComprehendClientTypes.FlywheelStatus? = nil - ) - { + ) { self.activeModelArn = activeModelArn self.creationTime = creationTime self.dataLakeS3Uri = dataLakeS3Uri @@ -7062,8 +6845,7 @@ public struct ListFlywheelsOutput: Swift.Sendable { public init( flywheelSummaryList: [ComprehendClientTypes.FlywheelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flywheelSummaryList = flywheelSummaryList self.nextToken = nextToken } @@ -7087,8 +6869,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -7109,8 +6890,7 @@ public struct ListKeyPhrasesDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.KeyPhrasesDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7126,8 +6906,7 @@ public struct ListKeyPhrasesDetectionJobsOutput: Swift.Sendable { public init( keyPhrasesDetectionJobPropertiesList: [ComprehendClientTypes.KeyPhrasesDetectionJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyPhrasesDetectionJobPropertiesList = keyPhrasesDetectionJobPropertiesList self.nextToken = nextToken } @@ -7151,8 +6930,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -7173,8 +6951,7 @@ public struct ListPiiEntitiesDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.PiiEntitiesDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7190,8 +6967,7 @@ public struct ListPiiEntitiesDetectionJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, piiEntitiesDetectionJobPropertiesList: [ComprehendClientTypes.PiiEntitiesDetectionJobProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.piiEntitiesDetectionJobPropertiesList = piiEntitiesDetectionJobPropertiesList } @@ -7215,8 +6991,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -7237,8 +7012,7 @@ public struct ListSentimentDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.SentimentDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7254,8 +7028,7 @@ public struct ListSentimentDetectionJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sentimentDetectionJobPropertiesList: [ComprehendClientTypes.SentimentDetectionJobProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.sentimentDetectionJobPropertiesList = sentimentDetectionJobPropertiesList } @@ -7268,8 +7041,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7283,8 +7055,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ComprehendClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7308,8 +7079,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -7330,8 +7100,7 @@ public struct ListTargetedSentimentDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.TargetedSentimentDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7347,8 +7116,7 @@ public struct ListTargetedSentimentDetectionJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targetedSentimentDetectionJobPropertiesList: [ComprehendClientTypes.TargetedSentimentDetectionJobProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.targetedSentimentDetectionJobPropertiesList = targetedSentimentDetectionJobPropertiesList } @@ -7372,8 +7140,7 @@ extension ComprehendClientTypes { jobStatus: ComprehendClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -7394,8 +7161,7 @@ public struct ListTopicsDetectionJobsInput: Swift.Sendable { filter: ComprehendClientTypes.TopicsDetectionJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7411,8 +7177,7 @@ public struct ListTopicsDetectionJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, topicsDetectionJobPropertiesList: [ComprehendClientTypes.TopicsDetectionJobProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.topicsDetectionJobPropertiesList = topicsDetectionJobPropertiesList } @@ -7432,8 +7197,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policyRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.policyRevisionId = policyRevisionId self.resourceArn = resourceArn self.resourcePolicy = resourcePolicy @@ -7446,8 +7210,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policyRevisionId: Swift.String? = nil - ) - { + ) { self.policyRevisionId = policyRevisionId } } @@ -7492,8 +7255,7 @@ public struct StartDocumentClassificationJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.documentClassifierArn = documentClassifierArn @@ -7534,8 +7296,7 @@ public struct StartDocumentClassificationJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.documentClassifierArn = documentClassifierArn self.jobArn = jobArn self.jobId = jobId @@ -7577,8 +7338,7 @@ public struct StartDominantLanguageDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -7610,8 +7370,7 @@ public struct StartDominantLanguageDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -7662,8 +7421,7 @@ public struct StartEntitiesDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.entityRecognizerArn = entityRecognizerArn @@ -7705,8 +7463,7 @@ public struct StartEntitiesDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.entityRecognizerArn = entityRecognizerArn self.jobArn = jobArn self.jobId = jobId @@ -7746,8 +7503,7 @@ public struct StartEventsDetectionJobInput: Swift.Sendable { outputDataConfig: ComprehendClientTypes.OutputDataConfig? = nil, tags: [ComprehendClientTypes.Tag]? = nil, targetEventTypes: [Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -7771,8 +7527,7 @@ public struct StartEventsDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -7789,8 +7544,7 @@ public struct StartFlywheelIterationInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, flywheelArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.flywheelArn = flywheelArn } @@ -7805,8 +7559,7 @@ public struct StartFlywheelIterationOutput: Swift.Sendable { public init( flywheelArn: Swift.String? = nil, flywheelIterationId: Swift.String? = nil - ) - { + ) { self.flywheelArn = flywheelArn self.flywheelIterationId = flywheelIterationId } @@ -7850,8 +7603,7 @@ public struct StartKeyPhrasesDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -7884,8 +7636,7 @@ public struct StartKeyPhrasesDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -7927,8 +7678,7 @@ public struct StartPiiEntitiesDetectionJobInput: Swift.Sendable { outputDataConfig: ComprehendClientTypes.OutputDataConfig? = nil, redactionConfig: ComprehendClientTypes.RedactionConfig? = nil, tags: [ComprehendClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -7953,8 +7703,7 @@ public struct StartPiiEntitiesDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -7999,8 +7748,7 @@ public struct StartSentimentDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -8033,8 +7781,7 @@ public struct StartSentimentDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -8079,8 +7826,7 @@ public struct StartTargetedSentimentDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -8113,8 +7859,7 @@ public struct StartTargetedSentimentDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -8158,8 +7903,7 @@ public struct StartTopicsDetectionJobInput: Swift.Sendable { tags: [ComprehendClientTypes.Tag]? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -8192,8 +7936,7 @@ public struct StartTopicsDetectionJobOutput: Swift.Sendable { jobArn: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId self.jobStatus = jobStatus @@ -8207,8 +7950,7 @@ public struct StopDominantLanguageDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8222,8 +7964,7 @@ public struct StopDominantLanguageDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8236,8 +7977,7 @@ public struct StopEntitiesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8251,8 +7991,7 @@ public struct StopEntitiesDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8265,8 +8004,7 @@ public struct StopEventsDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8280,8 +8018,7 @@ public struct StopEventsDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8294,8 +8031,7 @@ public struct StopKeyPhrasesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8309,8 +8045,7 @@ public struct StopKeyPhrasesDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8323,8 +8058,7 @@ public struct StopPiiEntitiesDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8338,8 +8072,7 @@ public struct StopPiiEntitiesDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8352,8 +8085,7 @@ public struct StopSentimentDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8367,8 +8099,7 @@ public struct StopSentimentDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8381,8 +8112,7 @@ public struct StopTargetedSentimentDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8396,8 +8126,7 @@ public struct StopTargetedSentimentDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: ComprehendClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8410,8 +8139,7 @@ public struct StopTrainingDocumentClassifierInput: Swift.Sendable { public init( documentClassifierArn: Swift.String? = nil - ) - { + ) { self.documentClassifierArn = documentClassifierArn } } @@ -8428,8 +8156,7 @@ public struct StopTrainingEntityRecognizerInput: Swift.Sendable { public init( entityRecognizerArn: Swift.String? = nil - ) - { + ) { self.entityRecognizerArn = entityRecognizerArn } } @@ -8457,8 +8184,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8474,8 +8200,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ComprehendClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8504,8 +8229,7 @@ public struct TooManyTagKeysException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8521,8 +8245,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8552,8 +8275,7 @@ public struct UpdateEndpointInput: Swift.Sendable { desiredModelArn: Swift.String? = nil, endpointArn: Swift.String? = nil, flywheelArn: Swift.String? = nil - ) - { + ) { self.desiredDataAccessRoleArn = desiredDataAccessRoleArn self.desiredInferenceUnits = desiredInferenceUnits self.desiredModelArn = desiredModelArn @@ -8568,8 +8290,7 @@ public struct UpdateEndpointOutput: Swift.Sendable { public init( desiredModelArn: Swift.String? = nil - ) - { + ) { self.desiredModelArn = desiredModelArn } } @@ -8593,8 +8314,7 @@ extension ComprehendClientTypes { modelKmsKeyId: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: ComprehendClientTypes.VpcConfig? = nil - ) - { + ) { self.modelKmsKeyId = modelKmsKeyId self.volumeKmsKeyId = volumeKmsKeyId self.vpcConfig = vpcConfig @@ -8618,8 +8338,7 @@ public struct UpdateFlywheelInput: Swift.Sendable { dataAccessRoleArn: Swift.String? = nil, dataSecurityConfig: ComprehendClientTypes.UpdateDataSecurityConfig? = nil, flywheelArn: Swift.String? = nil - ) - { + ) { self.activeModelArn = activeModelArn self.dataAccessRoleArn = dataAccessRoleArn self.dataSecurityConfig = dataSecurityConfig @@ -8633,8 +8352,7 @@ public struct UpdateFlywheelOutput: Swift.Sendable { public init( flywheelProperties: ComprehendClientTypes.FlywheelProperties? = nil - ) - { + ) { self.flywheelProperties = flywheelProperties } } diff --git a/Sources/Services/AWSComprehendMedical/Package.swift.txt b/Sources/Services/AWSComprehendMedical/Package.swift.txt index 8c1cbb3980c..c47819f937d 100644 --- a/Sources/Services/AWSComprehendMedical/Package.swift.txt +++ b/Sources/Services/AWSComprehendMedical/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/ComprehendMedicalClient.swift b/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/ComprehendMedicalClient.swift index b66a1ace976..2804208a9c5 100644 --- a/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/ComprehendMedicalClient.swift +++ b/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/ComprehendMedicalClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ComprehendMedicalClient: ClientRuntime.Client { public static let clientName = "ComprehendMedicalClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ComprehendMedicalClient.ComprehendMedicalClientConfiguration let serviceName = "ComprehendMedical" diff --git a/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/Models.swift b/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/Models.swift index d4f6db8b765..0618f9abafb 100644 --- a/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/Models.swift +++ b/Sources/Services/AWSComprehendMedical/Sources/AWSComprehendMedical/Models.swift @@ -218,8 +218,7 @@ extension ComprehendMedicalClientTypes { public init( name: ComprehendMedicalClientTypes.AttributeName? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -420,8 +419,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.Trait]? = nil, type: ComprehendMedicalClientTypes.EntitySubType? = nil - ) - { + ) { self.beginOffset = beginOffset self.category = category self.endOffset = endOffset @@ -445,8 +443,7 @@ extension ComprehendMedicalClientTypes { public init( originalTextCharacters: Swift.Int? = nil - ) - { + ) { self.originalTextCharacters = originalTextCharacters } } @@ -470,8 +467,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +490,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -518,8 +513,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -542,8 +536,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -555,8 +548,7 @@ public struct DescribeEntitiesDetectionV2JobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -574,8 +566,7 @@ extension ComprehendMedicalClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -665,8 +656,7 @@ extension ComprehendMedicalClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -721,8 +711,7 @@ extension ComprehendMedicalClientTypes { modelVersion: Swift.String? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.expirationTime = expirationTime @@ -747,8 +736,7 @@ public struct DescribeEntitiesDetectionV2JobOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobProperties: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties? = nil - ) - { + ) { self.comprehendMedicalAsyncJobProperties = comprehendMedicalAsyncJobProperties } } @@ -760,8 +748,7 @@ public struct DescribeICD10CMInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -772,8 +759,7 @@ public struct DescribeICD10CMInferenceJobOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobProperties: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties? = nil - ) - { + ) { self.comprehendMedicalAsyncJobProperties = comprehendMedicalAsyncJobProperties } } @@ -785,8 +771,7 @@ public struct DescribePHIDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -797,8 +782,7 @@ public struct DescribePHIDetectionJobOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobProperties: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties? = nil - ) - { + ) { self.comprehendMedicalAsyncJobProperties = comprehendMedicalAsyncJobProperties } } @@ -810,8 +794,7 @@ public struct DescribeRxNormInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -822,8 +805,7 @@ public struct DescribeRxNormInferenceJobOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobProperties: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties? = nil - ) - { + ) { self.comprehendMedicalAsyncJobProperties = comprehendMedicalAsyncJobProperties } } @@ -835,8 +817,7 @@ public struct DescribeSNOMEDCTInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -847,8 +828,7 @@ public struct DescribeSNOMEDCTInferenceJobOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobProperties: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties? = nil - ) - { + ) { self.comprehendMedicalAsyncJobProperties = comprehendMedicalAsyncJobProperties } } @@ -871,8 +851,7 @@ public struct InvalidEncodingException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -895,8 +874,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -919,8 +897,7 @@ public struct TextSizeLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -932,8 +909,7 @@ public struct DetectEntitiesInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -971,8 +947,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.Trait]? = nil, type: ComprehendMedicalClientTypes.EntitySubType? = nil - ) - { + ) { self.attributes = attributes self.beginOffset = beginOffset self.category = category @@ -998,8 +973,7 @@ extension ComprehendMedicalClientTypes { public init( attribute: ComprehendMedicalClientTypes.Attribute? = nil, type: ComprehendMedicalClientTypes.EntityType? = nil - ) - { + ) { self.attribute = attribute self.type = type } @@ -1023,8 +997,7 @@ public struct DetectEntitiesOutput: Swift.Sendable { modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil, unmappedAttributes: [ComprehendMedicalClientTypes.UnmappedAttribute]? = nil - ) - { + ) { self.entities = entities self.modelVersion = modelVersion self.paginationToken = paginationToken @@ -1039,8 +1012,7 @@ public struct DetectEntitiesV2Input: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1062,8 +1034,7 @@ public struct DetectEntitiesV2Output: Swift.Sendable { modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil, unmappedAttributes: [ComprehendMedicalClientTypes.UnmappedAttribute]? = nil - ) - { + ) { self.entities = entities self.modelVersion = modelVersion self.paginationToken = paginationToken @@ -1078,8 +1049,7 @@ public struct DetectPHIInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1098,8 +1068,7 @@ public struct DetectPHIOutput: Swift.Sendable { entities: [ComprehendMedicalClientTypes.Entity]? = nil, modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.modelVersion = modelVersion self.paginationToken = paginationToken @@ -1113,8 +1082,7 @@ public struct InferICD10CMInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1236,8 +1204,7 @@ extension ComprehendMedicalClientTypes { public init( name: ComprehendMedicalClientTypes.ICD10CMTraitName? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -1324,8 +1291,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.ICD10CMTrait]? = nil, type: ComprehendMedicalClientTypes.ICD10CMAttributeType? = nil - ) - { + ) { self.beginOffset = beginOffset self.category = category self.endOffset = endOffset @@ -1381,8 +1347,7 @@ extension ComprehendMedicalClientTypes { code: Swift.String? = nil, description: Swift.String? = nil, score: Swift.Float? = nil - ) - { + ) { self.code = code self.description = description self.score = score @@ -1426,8 +1391,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.ICD10CMTrait]? = nil, type: ComprehendMedicalClientTypes.ICD10CMEntityType? = nil - ) - { + ) { self.attributes = attributes self.beginOffset = beginOffset self.category = category @@ -1455,8 +1419,7 @@ public struct InferICD10CMOutput: Swift.Sendable { entities: [ComprehendMedicalClientTypes.ICD10CMEntity]? = nil, modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.modelVersion = modelVersion self.paginationToken = paginationToken @@ -1470,8 +1433,7 @@ public struct InferRxNormInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1517,8 +1479,7 @@ extension ComprehendMedicalClientTypes { public init( name: ComprehendMedicalClientTypes.RxNormTraitName? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -1599,8 +1560,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.RxNormTrait]? = nil, type: ComprehendMedicalClientTypes.RxNormAttributeType? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.id = id @@ -1654,8 +1614,7 @@ extension ComprehendMedicalClientTypes { code: Swift.String? = nil, description: Swift.String? = nil, score: Swift.Float? = nil - ) - { + ) { self.code = code self.description = description self.score = score @@ -1728,8 +1687,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.RxNormTrait]? = nil, type: ComprehendMedicalClientTypes.RxNormEntityType? = nil - ) - { + ) { self.attributes = attributes self.beginOffset = beginOffset self.category = category @@ -1757,8 +1715,7 @@ public struct InferRxNormOutput: Swift.Sendable { entities: [ComprehendMedicalClientTypes.RxNormEntity]? = nil, modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.modelVersion = modelVersion self.paginationToken = paginationToken @@ -1772,8 +1729,7 @@ public struct InferSNOMEDCTInput: Swift.Sendable { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1869,8 +1825,7 @@ extension ComprehendMedicalClientTypes { code: Swift.String? = nil, description: Swift.String? = nil, score: Swift.Float? = nil - ) - { + ) { self.code = code self.description = description self.score = score @@ -1940,8 +1895,7 @@ extension ComprehendMedicalClientTypes { public init( name: ComprehendMedicalClientTypes.SNOMEDCTTraitName? = nil, score: Swift.Float? = nil - ) - { + ) { self.name = name self.score = score } @@ -2028,8 +1982,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.SNOMEDCTTrait]? = nil, type: ComprehendMedicalClientTypes.SNOMEDCTAttributeType? = nil - ) - { + ) { self.beginOffset = beginOffset self.category = category self.endOffset = endOffset @@ -2116,8 +2069,7 @@ extension ComprehendMedicalClientTypes { text: Swift.String? = nil, traits: [ComprehendMedicalClientTypes.SNOMEDCTTrait]? = nil, type: ComprehendMedicalClientTypes.SNOMEDCTEntityType? = nil - ) - { + ) { self.attributes = attributes self.beginOffset = beginOffset self.category = category @@ -2147,8 +2099,7 @@ extension ComprehendMedicalClientTypes { edition: Swift.String? = nil, language: Swift.String? = nil, versionDate: Swift.String? = nil - ) - { + ) { self.edition = edition self.language = language self.versionDate = versionDate @@ -2175,8 +2126,7 @@ public struct InferSNOMEDCTOutput: Swift.Sendable { modelVersion: Swift.String? = nil, paginationToken: Swift.String? = nil, snomedctDetails: ComprehendMedicalClientTypes.SNOMEDCTDetails? = nil - ) - { + ) { self.characters = characters self.entities = entities self.modelVersion = modelVersion @@ -2203,8 +2153,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2227,8 +2176,7 @@ extension ComprehendMedicalClientTypes { jobStatus: ComprehendMedicalClientTypes.JobStatus? = nil, submitTimeAfter: Foundation.Date? = nil, submitTimeBefore: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submitTimeAfter = submitTimeAfter @@ -2249,8 +2197,7 @@ public struct ListEntitiesDetectionV2JobsInput: Swift.Sendable { filter: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2266,8 +2213,7 @@ public struct ListEntitiesDetectionV2JobsOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.comprehendMedicalAsyncJobPropertiesList = comprehendMedicalAsyncJobPropertiesList self.nextToken = nextToken } @@ -2285,8 +2231,7 @@ public struct ListICD10CMInferenceJobsInput: Swift.Sendable { filter: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2302,8 +2247,7 @@ public struct ListICD10CMInferenceJobsOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.comprehendMedicalAsyncJobPropertiesList = comprehendMedicalAsyncJobPropertiesList self.nextToken = nextToken } @@ -2321,8 +2265,7 @@ public struct ListPHIDetectionJobsInput: Swift.Sendable { filter: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2338,8 +2281,7 @@ public struct ListPHIDetectionJobsOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.comprehendMedicalAsyncJobPropertiesList = comprehendMedicalAsyncJobPropertiesList self.nextToken = nextToken } @@ -2357,8 +2299,7 @@ public struct ListRxNormInferenceJobsInput: Swift.Sendable { filter: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2374,8 +2315,7 @@ public struct ListRxNormInferenceJobsOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.comprehendMedicalAsyncJobPropertiesList = comprehendMedicalAsyncJobPropertiesList self.nextToken = nextToken } @@ -2393,8 +2333,7 @@ public struct ListSNOMEDCTInferenceJobsInput: Swift.Sendable { filter: ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2410,8 +2349,7 @@ public struct ListSNOMEDCTInferenceJobsOutput: Swift.Sendable { public init( comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalClientTypes.ComprehendMedicalAsyncJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.comprehendMedicalAsyncJobPropertiesList = comprehendMedicalAsyncJobPropertiesList self.nextToken = nextToken } @@ -2445,8 +2383,7 @@ public struct StartEntitiesDetectionV2JobInput: Swift.Sendable { kmsKey: Swift.String? = nil, languageCode: ComprehendMedicalClientTypes.LanguageCode? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -2463,8 +2400,7 @@ public struct StartEntitiesDetectionV2JobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2497,8 +2433,7 @@ public struct StartICD10CMInferenceJobInput: Swift.Sendable { kmsKey: Swift.String? = nil, languageCode: ComprehendMedicalClientTypes.LanguageCode? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -2515,8 +2450,7 @@ public struct StartICD10CMInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2549,8 +2483,7 @@ public struct StartPHIDetectionJobInput: Swift.Sendable { kmsKey: Swift.String? = nil, languageCode: ComprehendMedicalClientTypes.LanguageCode? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -2567,8 +2500,7 @@ public struct StartPHIDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2601,8 +2533,7 @@ public struct StartRxNormInferenceJobInput: Swift.Sendable { kmsKey: Swift.String? = nil, languageCode: ComprehendMedicalClientTypes.LanguageCode? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -2619,8 +2550,7 @@ public struct StartRxNormInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2653,8 +2583,7 @@ public struct StartSNOMEDCTInferenceJobInput: Swift.Sendable { kmsKey: Swift.String? = nil, languageCode: ComprehendMedicalClientTypes.LanguageCode? = nil, outputDataConfig: ComprehendMedicalClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -2671,8 +2600,7 @@ public struct StartSNOMEDCTInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2684,8 +2612,7 @@ public struct StopEntitiesDetectionV2JobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2696,8 +2623,7 @@ public struct StopEntitiesDetectionV2JobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2709,8 +2635,7 @@ public struct StopICD10CMInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2721,8 +2646,7 @@ public struct StopICD10CMInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2734,8 +2658,7 @@ public struct StopPHIDetectionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2746,8 +2669,7 @@ public struct StopPHIDetectionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2759,8 +2681,7 @@ public struct StopRxNormInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2771,8 +2692,7 @@ public struct StopRxNormInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2784,8 +2704,7 @@ public struct StopSNOMEDCTInferenceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2796,8 +2715,7 @@ public struct StopSNOMEDCTInferenceJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } diff --git a/Sources/Services/AWSComputeOptimizer/Package.swift.txt b/Sources/Services/AWSComputeOptimizer/Package.swift.txt index c5958e86d18..cc102657706 100644 --- a/Sources/Services/AWSComputeOptimizer/Package.swift.txt +++ b/Sources/Services/AWSComputeOptimizer/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/ComputeOptimizerClient.swift b/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/ComputeOptimizerClient.swift index b11b64028c0..d4980c3166e 100644 --- a/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/ComputeOptimizerClient.swift +++ b/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/ComputeOptimizerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ComputeOptimizerClient: ClientRuntime.Client { public static let clientName = "ComputeOptimizerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ComputeOptimizerClient.ComputeOptimizerClientConfiguration let serviceName = "Compute Optimizer" diff --git a/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/Models.swift b/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/Models.swift index 659bd8a88ac..d9ca1992487 100644 --- a/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/Models.swift +++ b/Sources/Services/AWSComputeOptimizer/Sources/AWSComputeOptimizer/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -105,8 +104,7 @@ extension ComputeOptimizerClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, status: ComputeOptimizerClientTypes.Status? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.lastUpdatedTimestamp = lastUpdatedTimestamp self.status = status @@ -162,8 +160,7 @@ extension ComputeOptimizerClientTypes { instanceType: Swift.String? = nil, maxSize: Swift.Int = 0, minSize: Swift.Int = 0 - ) - { + ) { self.desiredCapacity = desiredCapacity self.instanceType = instanceType self.maxSize = maxSize @@ -213,8 +210,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -233,8 +229,7 @@ extension ComputeOptimizerClientTypes { public init( gpuCount: Swift.Int = 0, gpuMemorySizeInMiB: Swift.Int = 0 - ) - { + ) { self.gpuCount = gpuCount self.gpuMemorySizeInMiB = gpuMemorySizeInMiB } @@ -250,8 +245,7 @@ extension ComputeOptimizerClientTypes { public init( gpus: [ComputeOptimizerClientTypes.Gpu]? = nil - ) - { + ) { self.gpus = gpus } } @@ -394,8 +388,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.ExternalMetricsSource? = nil - ) - { + ) { self.source = source } } @@ -506,8 +499,7 @@ extension ComputeOptimizerClientTypes { excludeList: [Swift.String]? = nil, includeList: [Swift.String]? = nil, name: ComputeOptimizerClientTypes.PreferredResourceName? = nil - ) - { + ) { self.effectiveIncludeList = effectiveIncludeList self.excludeList = excludeList self.includeList = includeList @@ -557,8 +549,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.InstanceSavingsEstimationModeSource? = nil - ) - { + ) { self.source = source } } @@ -676,8 +667,7 @@ extension ComputeOptimizerClientTypes { public init( headroom: ComputeOptimizerClientTypes.CustomizableMetricHeadroom? = nil, threshold: ComputeOptimizerClientTypes.CustomizableMetricThreshold? = nil - ) - { + ) { self.headroom = headroom self.threshold = threshold } @@ -696,8 +686,7 @@ extension ComputeOptimizerClientTypes { public init( metricName: ComputeOptimizerClientTypes.CustomizableMetricName? = nil, metricParameters: ComputeOptimizerClientTypes.CustomizableMetricParameters? = nil - ) - { + ) { self.metricName = metricName self.metricParameters = metricParameters } @@ -740,8 +729,7 @@ extension ComputeOptimizerClientTypes { preferredResources: [ComputeOptimizerClientTypes.EffectivePreferredResource]? = nil, savingsEstimationMode: ComputeOptimizerClientTypes.InstanceSavingsEstimationMode? = nil, utilizationPreferences: [ComputeOptimizerClientTypes.UtilizationPreference]? = nil - ) - { + ) { self.cpuVendorArchitectures = cpuVendorArchitectures self.enhancedInfrastructureMetrics = enhancedInfrastructureMetrics self.externalMetricsPreference = externalMetricsPreference @@ -1021,8 +1009,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.MetricName? = nil, statistic: ComputeOptimizerClientTypes.MetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -1042,8 +1029,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -1062,8 +1048,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.EstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -1082,8 +1067,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.AutoScalingGroupEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -1120,8 +1104,7 @@ extension ComputeOptimizerClientTypes { rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.AutoScalingGroupSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.configuration = configuration self.instanceGpuInfo = instanceGpuInfo self.migrationEffort = migrationEffort @@ -1201,8 +1184,7 @@ extension ComputeOptimizerClientTypes { lookBackPeriodInDays: Swift.Double = 0.0, recommendationOptions: [ComputeOptimizerClientTypes.AutoScalingGroupRecommendationOption]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.UtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.autoScalingGroupArn = autoScalingGroupArn self.autoScalingGroupName = autoScalingGroupName @@ -1238,8 +1220,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1262,8 +1243,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1286,8 +1266,7 @@ public struct MissingAuthenticationToken: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1310,8 +1289,7 @@ public struct OptInRequiredException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1334,8 +1312,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1358,8 +1335,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1383,8 +1359,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1539,8 +1514,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.ScopeName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1561,8 +1535,7 @@ public struct DeleteRecommendationPreferencesInput: Swift.Sendable { recommendationPreferenceNames: [ComputeOptimizerClientTypes.RecommendationPreferenceName]? = nil, resourceType: ComputeOptimizerClientTypes.ResourceType? = nil, scope: ComputeOptimizerClientTypes.Scope? = nil - ) - { + ) { self.recommendationPreferenceNames = recommendationPreferenceNames self.resourceType = resourceType self.scope = scope @@ -1619,8 +1592,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.JobFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1642,8 +1614,7 @@ public struct DescribeRecommendationExportJobsInput: Swift.Sendable { jobIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.jobIds = jobIds self.maxResults = maxResults @@ -1666,8 +1637,7 @@ extension ComputeOptimizerClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, metadataKey: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.metadataKey = metadataKey @@ -1684,8 +1654,7 @@ extension ComputeOptimizerClientTypes { public init( s3: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.s3 = s3 } } @@ -1753,8 +1722,7 @@ extension ComputeOptimizerClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, resourceType: ComputeOptimizerClientTypes.ResourceType? = nil, status: ComputeOptimizerClientTypes.JobStatus? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.destination = destination self.failureReason = failureReason @@ -1775,8 +1743,7 @@ public struct DescribeRecommendationExportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationExportJobs: [ComputeOptimizerClientTypes.RecommendationExportJob]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationExportJobs = recommendationExportJobs } @@ -1800,8 +1767,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2140,8 +2106,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.FilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2163,8 +2128,7 @@ extension ComputeOptimizerClientTypes { public init( cpuVendorArchitectures: [ComputeOptimizerClientTypes.CpuVendorArchitecture]? = nil - ) - { + ) { self.cpuVendorArchitectures = cpuVendorArchitectures } } @@ -2182,8 +2146,7 @@ extension ComputeOptimizerClientTypes { public init( bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix } @@ -2215,8 +2178,7 @@ public struct ExportAutoScalingGroupRecommendationsInput: Swift.Sendable { includeMemberAccounts: Swift.Bool? = false, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -2236,8 +2198,7 @@ public struct ExportAutoScalingGroupRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -2409,8 +2370,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.EBSFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2439,8 +2399,7 @@ public struct ExportEBSVolumeRecommendationsInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.EBSFilter]? = nil, includeMemberAccounts: Swift.Bool? = false, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -2459,8 +2418,7 @@ public struct ExportEBSVolumeRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -2727,8 +2685,7 @@ public struct ExportEC2InstanceRecommendationsInput: Swift.Sendable { includeMemberAccounts: Swift.Bool? = false, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -2748,8 +2705,7 @@ public struct ExportEC2InstanceRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -2907,8 +2863,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.ECSServiceRecommendationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2937,8 +2892,7 @@ public struct ExportECSServiceRecommendationsInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.ECSServiceRecommendationFilter]? = nil, includeMemberAccounts: Swift.Bool? = false, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -2957,8 +2911,7 @@ public struct ExportECSServiceRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -3088,8 +3041,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.IdleRecommendationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3118,8 +3070,7 @@ public struct ExportIdleRecommendationsInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.IdleRecommendationFilter]? = nil, includeMemberAccounts: Swift.Bool? = false, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -3138,8 +3089,7 @@ public struct ExportIdleRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -3306,8 +3256,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.LambdaFunctionRecommendationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3336,8 +3285,7 @@ public struct ExportLambdaFunctionRecommendationsInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.LambdaFunctionRecommendationFilter]? = nil, includeMemberAccounts: Swift.Bool? = false, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -3356,8 +3304,7 @@ public struct ExportLambdaFunctionRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -3497,8 +3444,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.LicenseRecommendationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3527,8 +3473,7 @@ public struct ExportLicenseRecommendationsInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.LicenseRecommendationFilter]? = nil, includeMemberAccounts: Swift.Bool? = false, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -3547,8 +3492,7 @@ public struct ExportLicenseRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -3837,8 +3781,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.RDSDBRecommendationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3870,8 +3813,7 @@ public struct ExportRDSDatabaseRecommendationsInput: Swift.Sendable { includeMemberAccounts: Swift.Bool? = false, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil, s3DestinationConfig: ComputeOptimizerClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.accountIds = accountIds self.fieldsToExport = fieldsToExport self.fileFormat = fileFormat @@ -3891,8 +3833,7 @@ public struct ExportRDSDatabaseRecommendationsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, s3Destination: ComputeOptimizerClientTypes.S3Destination? = nil - ) - { + ) { self.jobId = jobId self.s3Destination = s3Destination } @@ -3919,8 +3860,7 @@ public struct GetAutoScalingGroupRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil - ) - { + ) { self.accountIds = accountIds self.autoScalingGroupArns = autoScalingGroupArns self.filters = filters @@ -3945,8 +3885,7 @@ extension ComputeOptimizerClientTypes { code: Swift.String? = nil, identifier: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.identifier = identifier self.message = message @@ -3966,8 +3905,7 @@ public struct GetAutoScalingGroupRecommendationsOutput: Swift.Sendable { autoScalingGroupRecommendations: [ComputeOptimizerClientTypes.AutoScalingGroupRecommendation]? = nil, errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoScalingGroupRecommendations = autoScalingGroupRecommendations self.errors = errors self.nextToken = nextToken @@ -3992,8 +3930,7 @@ public struct GetEBSVolumeRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, volumeArns: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -4039,8 +3976,7 @@ extension ComputeOptimizerClientTypes { volumeBurstThroughput: Swift.Int = 0, volumeSize: Swift.Int = 0, volumeType: Swift.String? = nil - ) - { + ) { self.rootVolume = rootVolume self.volumeBaselineIOPS = volumeBaselineIOPS self.volumeBaselineThroughput = volumeBaselineThroughput @@ -4093,8 +4029,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.EBSSavingsEstimationModeSource? = nil - ) - { + ) { self.source = source } } @@ -4109,8 +4044,7 @@ extension ComputeOptimizerClientTypes { public init( savingsEstimationMode: ComputeOptimizerClientTypes.EBSSavingsEstimationMode? = nil - ) - { + ) { self.savingsEstimationMode = savingsEstimationMode } } @@ -4157,8 +4091,7 @@ extension ComputeOptimizerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4223,8 +4156,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.EBSMetricName? = nil, statistic: ComputeOptimizerClientTypes.MetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -4244,8 +4176,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -4264,8 +4195,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.EBSEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -4293,8 +4223,7 @@ extension ComputeOptimizerClientTypes { rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.EBSSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.configuration = configuration self.performanceRisk = performanceRisk self.rank = rank @@ -4347,8 +4276,7 @@ extension ComputeOptimizerClientTypes { utilizationMetrics: [ComputeOptimizerClientTypes.EBSUtilizationMetric]? = nil, volumeArn: Swift.String? = nil, volumeRecommendationOptions: [ComputeOptimizerClientTypes.VolumeRecommendationOption]? = nil - ) - { + ) { self.accountId = accountId self.currentConfiguration = currentConfiguration self.currentPerformanceRisk = currentPerformanceRisk @@ -4376,8 +4304,7 @@ public struct GetEBSVolumeRecommendationsOutput: Swift.Sendable { errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, nextToken: Swift.String? = nil, volumeRecommendations: [ComputeOptimizerClientTypes.VolumeRecommendation]? = nil - ) - { + ) { self.errors = errors self.nextToken = nextToken self.volumeRecommendations = volumeRecommendations @@ -4405,8 +4332,7 @@ public struct GetEC2InstanceRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.instanceArns = instanceArns @@ -4481,8 +4407,7 @@ extension ComputeOptimizerClientTypes { public init( statusCode: ComputeOptimizerClientTypes.ExternalMetricStatusCode? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.statusCode = statusCode self.statusReason = statusReason } @@ -4695,8 +4620,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -4715,8 +4639,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.InstanceEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -4768,8 +4691,7 @@ extension ComputeOptimizerClientTypes { rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.InstanceSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.instanceGpuInfo = instanceGpuInfo self.instanceType = instanceType self.migrationEffort = migrationEffort @@ -4842,8 +4764,7 @@ extension ComputeOptimizerClientTypes { public init( recommendationSourceArn: Swift.String? = nil, recommendationSourceType: ComputeOptimizerClientTypes.RecommendationSourceType? = nil - ) - { + ) { self.recommendationSourceArn = recommendationSourceArn self.recommendationSourceType = recommendationSourceType } @@ -4975,8 +4896,7 @@ extension ComputeOptimizerClientTypes { recommendationSources: [ComputeOptimizerClientTypes.RecommendationSource]? = nil, tags: [ComputeOptimizerClientTypes.Tag]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.UtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.currentInstanceGpuInfo = currentInstanceGpuInfo self.currentInstanceType = currentInstanceType @@ -5012,8 +4932,7 @@ public struct GetEC2InstanceRecommendationsOutput: Swift.Sendable { errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, instanceRecommendations: [ComputeOptimizerClientTypes.InstanceRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.errors = errors self.instanceRecommendations = instanceRecommendations self.nextToken = nextToken @@ -5046,8 +4965,7 @@ public struct GetEC2RecommendationProjectedMetricsInput: Swift.Sendable { recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil, startTime: Foundation.Date? = nil, stat: ComputeOptimizerClientTypes.MetricStatistic? = nil - ) - { + ) { self.endTime = endTime self.instanceArn = instanceArn self.period = period @@ -5080,8 +4998,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.MetricName? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.name = name self.timestamps = timestamps self.values = values @@ -5104,8 +5021,7 @@ extension ComputeOptimizerClientTypes { projectedMetrics: [ComputeOptimizerClientTypes.ProjectedMetric]? = nil, rank: Swift.Int = 0, recommendedInstanceType: Swift.String? = nil - ) - { + ) { self.projectedMetrics = projectedMetrics self.rank = rank self.recommendedInstanceType = recommendedInstanceType @@ -5119,8 +5035,7 @@ public struct GetEC2RecommendationProjectedMetricsOutput: Swift.Sendable { public init( recommendedOptionProjectedMetrics: [ComputeOptimizerClientTypes.RecommendedOptionProjectedMetric]? = nil - ) - { + ) { self.recommendedOptionProjectedMetrics = recommendedOptionProjectedMetrics } } @@ -5148,8 +5063,7 @@ public struct GetECSServiceRecommendationProjectedMetricsInput: Swift.Sendable { serviceArn: Swift.String? = nil, startTime: Foundation.Date? = nil, stat: ComputeOptimizerClientTypes.MetricStatistic? = nil - ) - { + ) { self.endTime = endTime self.period = period self.serviceArn = serviceArn @@ -5209,8 +5123,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.ECSServiceMetricName? = nil, timestamps: [Foundation.Date]? = nil, upperBoundValues: [Swift.Double]? = nil - ) - { + ) { self.lowerBoundValues = lowerBoundValues self.name = name self.timestamps = timestamps @@ -5234,8 +5147,7 @@ extension ComputeOptimizerClientTypes { projectedMetrics: [ComputeOptimizerClientTypes.ECSServiceProjectedMetric]? = nil, recommendedCpuUnits: Swift.Int = 0, recommendedMemorySize: Swift.Int = 0 - ) - { + ) { self.projectedMetrics = projectedMetrics self.recommendedCpuUnits = recommendedCpuUnits self.recommendedMemorySize = recommendedMemorySize @@ -5249,8 +5161,7 @@ public struct GetECSServiceRecommendationProjectedMetricsOutput: Swift.Sendable public init( recommendedOptionProjectedMetrics: [ComputeOptimizerClientTypes.ECSServiceRecommendedOptionProjectedMetric]? = nil - ) - { + ) { self.recommendedOptionProjectedMetrics = recommendedOptionProjectedMetrics } } @@ -5273,8 +5184,7 @@ public struct GetECSServiceRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceArns: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -5295,8 +5205,7 @@ extension ComputeOptimizerClientTypes { public init( memory: Swift.Int? = nil, memoryReservation: Swift.Int? = nil - ) - { + ) { self.memory = memory self.memoryReservation = memoryReservation } @@ -5318,8 +5227,7 @@ extension ComputeOptimizerClientTypes { containerName: Swift.String? = nil, cpu: Swift.Int? = nil, memorySizeConfiguration: ComputeOptimizerClientTypes.MemorySizeConfiguration? = nil - ) - { + ) { self.containerName = containerName self.cpu = cpu self.memorySizeConfiguration = memorySizeConfiguration @@ -5355,8 +5263,7 @@ extension ComputeOptimizerClientTypes { cpu: Swift.Int? = nil, memory: Swift.Int? = nil, taskDefinitionArn: Swift.String? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration self.containerConfigurations = containerConfigurations self.cpu = cpu @@ -5407,8 +5314,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.ECSSavingsEstimationModeSource? = nil - ) - { + ) { self.source = source } } @@ -5423,8 +5329,7 @@ extension ComputeOptimizerClientTypes { public init( savingsEstimationMode: ComputeOptimizerClientTypes.ECSSavingsEstimationMode? = nil - ) - { + ) { self.savingsEstimationMode = savingsEstimationMode } } @@ -5541,8 +5446,7 @@ extension ComputeOptimizerClientTypes { containerName: Swift.String? = nil, cpu: Swift.Int? = nil, memorySizeConfiguration: ComputeOptimizerClientTypes.MemorySizeConfiguration? = nil - ) - { + ) { self.containerName = containerName self.cpu = cpu self.memorySizeConfiguration = memorySizeConfiguration @@ -5601,8 +5505,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.ECSServiceMetricName? = nil, statistic: ComputeOptimizerClientTypes.ECSServiceMetricStatistic? = nil, upperBoundValue: Swift.Double = 0.0 - ) - { + ) { self.lowerBoundValue = lowerBoundValue self.name = name self.statistic = statistic @@ -5623,8 +5526,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -5643,8 +5545,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.ECSEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -5675,8 +5576,7 @@ extension ComputeOptimizerClientTypes { projectedUtilizationMetrics: [ComputeOptimizerClientTypes.ECSServiceProjectedUtilizationMetric]? = nil, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.ECSSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.containerRecommendations = containerRecommendations self.cpu = cpu self.memory = memory @@ -5706,8 +5606,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.ECSServiceMetricName? = nil, statistic: ComputeOptimizerClientTypes.ECSServiceMetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -5774,8 +5673,7 @@ extension ComputeOptimizerClientTypes { serviceRecommendationOptions: [ComputeOptimizerClientTypes.ECSServiceRecommendationOption]? = nil, tags: [ComputeOptimizerClientTypes.Tag]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.ECSServiceUtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.currentPerformanceRisk = currentPerformanceRisk self.currentServiceConfiguration = currentServiceConfiguration @@ -5805,8 +5703,7 @@ public struct GetECSServiceRecommendationsOutput: Swift.Sendable { ecsServiceRecommendations: [ComputeOptimizerClientTypes.ECSServiceRecommendation]? = nil, errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ecsServiceRecommendations = ecsServiceRecommendations self.errors = errors self.nextToken = nextToken @@ -5820,8 +5717,7 @@ public struct GetEffectiveRecommendationPreferencesInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5844,8 +5740,7 @@ public struct GetEffectiveRecommendationPreferencesOutput: Swift.Sendable { lookBackPeriod: ComputeOptimizerClientTypes.LookBackPeriodPreference? = nil, preferredResources: [ComputeOptimizerClientTypes.EffectivePreferredResource]? = nil, utilizationPreferences: [ComputeOptimizerClientTypes.UtilizationPreference]? = nil - ) - { + ) { self.enhancedInfrastructureMetrics = enhancedInfrastructureMetrics self.externalMetricsPreference = externalMetricsPreference self.lookBackPeriod = lookBackPeriod @@ -5877,8 +5772,7 @@ public struct GetEnrollmentStatusOutput: Swift.Sendable { numberOfMemberAccountsOptedIn: Swift.Int? = nil, status: ComputeOptimizerClientTypes.Status? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.lastUpdatedTimestamp = lastUpdatedTimestamp self.memberAccountsEnrolled = memberAccountsEnrolled self.numberOfMemberAccountsOptedIn = numberOfMemberAccountsOptedIn @@ -5925,8 +5819,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.EnrollmentFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5945,8 +5838,7 @@ public struct GetEnrollmentStatusesForOrganizationInput: Swift.Sendable { filters: [ComputeOptimizerClientTypes.EnrollmentFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5962,8 +5854,7 @@ public struct GetEnrollmentStatusesForOrganizationOutput: Swift.Sendable { public init( accountEnrollmentStatuses: [ComputeOptimizerClientTypes.AccountEnrollmentStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountEnrollmentStatuses = accountEnrollmentStatuses self.nextToken = nextToken } @@ -6039,8 +5930,7 @@ extension ComputeOptimizerClientTypes { public init( dimension: ComputeOptimizerClientTypes.Dimension? = nil, order: ComputeOptimizerClientTypes.Order? = nil - ) - { + ) { self.dimension = dimension self.order = order } @@ -6068,8 +5958,7 @@ public struct GetIdleRecommendationsInput: Swift.Sendable { nextToken: Swift.String? = nil, orderBy: ComputeOptimizerClientTypes.OrderBy? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -6135,8 +6024,7 @@ extension ComputeOptimizerClientTypes { identifier: Swift.String? = nil, message: Swift.String? = nil, resourceType: ComputeOptimizerClientTypes.IdleRecommendationResourceType? = nil - ) - { + ) { self.code = code self.identifier = identifier self.message = message @@ -6186,8 +6074,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -6206,8 +6093,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.IdleEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -6226,8 +6112,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.IdleEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -6299,8 +6184,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.IdleMetricName? = nil, statistic: ComputeOptimizerClientTypes.MetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -6350,8 +6234,7 @@ extension ComputeOptimizerClientTypes { savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.IdleSavingsOpportunityAfterDiscounts? = nil, tags: [ComputeOptimizerClientTypes.Tag]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.IdleUtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.finding = finding self.findingDescription = findingDescription @@ -6380,8 +6263,7 @@ public struct GetIdleRecommendationsOutput: Swift.Sendable { errors: [ComputeOptimizerClientTypes.IdleRecommendationError]? = nil, idleRecommendations: [ComputeOptimizerClientTypes.IdleRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.errors = errors self.idleRecommendations = idleRecommendations self.nextToken = nextToken @@ -6406,8 +6288,7 @@ public struct GetLambdaFunctionRecommendationsInput: Swift.Sendable { functionArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.functionArns = functionArns @@ -6457,8 +6338,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.LambdaSavingsEstimationModeSource? = nil - ) - { + ) { self.source = source } } @@ -6473,8 +6353,7 @@ extension ComputeOptimizerClientTypes { public init( savingsEstimationMode: ComputeOptimizerClientTypes.LambdaSavingsEstimationMode? = nil - ) - { + ) { self.savingsEstimationMode = savingsEstimationMode } } @@ -6620,8 +6499,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.LambdaFunctionMemoryMetricName? = nil, statistic: ComputeOptimizerClientTypes.LambdaFunctionMemoryMetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -6641,8 +6519,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -6661,8 +6538,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.LambdaEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -6690,8 +6566,7 @@ extension ComputeOptimizerClientTypes { rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.LambdaSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.memorySize = memorySize self.projectedUtilizationMetrics = projectedUtilizationMetrics self.rank = rank @@ -6778,8 +6653,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.LambdaFunctionMetricName? = nil, statistic: ComputeOptimizerClientTypes.LambdaFunctionMetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -6849,8 +6723,7 @@ extension ComputeOptimizerClientTypes { numberOfInvocations: Swift.Int = 0, tags: [ComputeOptimizerClientTypes.Tag]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.LambdaFunctionUtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.currentMemorySize = currentMemorySize self.currentPerformanceRisk = currentPerformanceRisk @@ -6878,8 +6751,7 @@ public struct GetLambdaFunctionRecommendationsOutput: Swift.Sendable { public init( lambdaFunctionRecommendations: [ComputeOptimizerClientTypes.LambdaFunctionRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lambdaFunctionRecommendations = lambdaFunctionRecommendations self.nextToken = nextToken } @@ -6903,8 +6775,7 @@ public struct GetLicenseRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -7041,8 +6912,7 @@ extension ComputeOptimizerClientTypes { public init( provider: ComputeOptimizerClientTypes.MetricSourceProvider? = nil, providerArn: Swift.String? = nil - ) - { + ) { self.provider = provider self.providerArn = providerArn } @@ -7079,8 +6949,7 @@ extension ComputeOptimizerClientTypes { metricsSource: [ComputeOptimizerClientTypes.MetricSource]? = nil, numberOfCores: Swift.Int = 0, operatingSystem: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType self.licenseEdition = licenseEdition self.licenseModel = licenseModel @@ -7181,8 +7050,7 @@ extension ComputeOptimizerClientTypes { operatingSystem: Swift.String? = nil, rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil - ) - { + ) { self.licenseEdition = licenseEdition self.licenseModel = licenseModel self.operatingSystem = operatingSystem @@ -7239,8 +7107,7 @@ extension ComputeOptimizerClientTypes { lookbackPeriodInDays: Swift.Double = 0.0, resourceArn: Swift.String? = nil, tags: [ComputeOptimizerClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.currentLicenseConfiguration = currentLicenseConfiguration self.finding = finding @@ -7266,8 +7133,7 @@ public struct GetLicenseRecommendationsOutput: Swift.Sendable { errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, licenseRecommendations: [ComputeOptimizerClientTypes.LicenseRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.errors = errors self.licenseRecommendations = licenseRecommendations self.nextToken = nextToken @@ -7300,8 +7166,7 @@ public struct GetRDSDatabaseRecommendationProjectedMetricsInput: Swift.Sendable resourceArn: Swift.String? = nil, startTime: Foundation.Date? = nil, stat: ComputeOptimizerClientTypes.MetricStatistic? = nil - ) - { + ) { self.endTime = endTime self.period = period self.recommendationPreferences = recommendationPreferences @@ -7403,8 +7268,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.RDSDBMetricName? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.name = name self.timestamps = timestamps self.values = values @@ -7427,8 +7291,7 @@ extension ComputeOptimizerClientTypes { projectedMetrics: [ComputeOptimizerClientTypes.RDSDatabaseProjectedMetric]? = nil, rank: Swift.Int = 0, recommendedDBInstanceClass: Swift.String? = nil - ) - { + ) { self.projectedMetrics = projectedMetrics self.rank = rank self.recommendedDBInstanceClass = recommendedDBInstanceClass @@ -7442,8 +7305,7 @@ public struct GetRDSDatabaseRecommendationProjectedMetricsOutput: Swift.Sendable public init( recommendedOptionProjectedMetrics: [ComputeOptimizerClientTypes.RDSDatabaseRecommendedOptionProjectedMetric]? = nil - ) - { + ) { self.recommendedOptionProjectedMetrics = recommendedOptionProjectedMetrics } } @@ -7469,8 +7331,7 @@ public struct GetRDSDatabaseRecommendationsInput: Swift.Sendable { nextToken: Swift.String? = nil, recommendationPreferences: ComputeOptimizerClientTypes.RecommendationPreferences? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -7536,8 +7397,7 @@ extension ComputeOptimizerClientTypes { maxAllocatedStorage: Swift.Int? = nil, storageThroughput: Swift.Int? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.iops = iops self.maxAllocatedStorage = maxAllocatedStorage @@ -7588,8 +7448,7 @@ extension ComputeOptimizerClientTypes { public init( source: ComputeOptimizerClientTypes.RDSSavingsEstimationModeSource? = nil - ) - { + ) { self.source = source } } @@ -7613,8 +7472,7 @@ extension ComputeOptimizerClientTypes { enhancedInfrastructureMetrics: ComputeOptimizerClientTypes.EnhancedInfrastructureMetrics? = nil, lookBackPeriod: ComputeOptimizerClientTypes.LookBackPeriodPreference? = nil, savingsEstimationMode: ComputeOptimizerClientTypes.RDSSavingsEstimationMode? = nil - ) - { + ) { self.cpuVendorArchitectures = cpuVendorArchitectures self.enhancedInfrastructureMetrics = enhancedInfrastructureMetrics self.lookBackPeriod = lookBackPeriod @@ -7796,8 +7654,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.RDSDBMetricName? = nil, statistic: ComputeOptimizerClientTypes.RDSDBMetricStatistic? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -7817,8 +7674,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -7837,8 +7693,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.RDSInstanceEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -7869,8 +7724,7 @@ extension ComputeOptimizerClientTypes { rank: Swift.Int = 0, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.RDSInstanceSavingsOpportunityAfterDiscounts? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass self.performanceRisk = performanceRisk self.projectedUtilizationMetrics = projectedUtilizationMetrics @@ -7963,8 +7817,7 @@ extension ComputeOptimizerClientTypes { public init( currency: ComputeOptimizerClientTypes.Currency? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.value = value } @@ -7983,8 +7836,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.RDSStorageEstimatedMonthlySavings? = nil, savingsOpportunityPercentage: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.savingsOpportunityPercentage = savingsOpportunityPercentage } @@ -8009,8 +7861,7 @@ extension ComputeOptimizerClientTypes { savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, savingsOpportunityAfterDiscounts: ComputeOptimizerClientTypes.RDSStorageSavingsOpportunityAfterDiscounts? = nil, storageConfiguration: ComputeOptimizerClientTypes.DBStorageConfiguration? = nil - ) - { + ) { self.rank = rank self.savingsOpportunity = savingsOpportunity self.savingsOpportunityAfterDiscounts = savingsOpportunityAfterDiscounts @@ -8100,8 +7951,7 @@ extension ComputeOptimizerClientTypes { storageRecommendationOptions: [ComputeOptimizerClientTypes.RDSDBStorageRecommendationOption]? = nil, tags: [ComputeOptimizerClientTypes.Tag]? = nil, utilizationMetrics: [ComputeOptimizerClientTypes.RDSDBUtilizationMetric]? = nil - ) - { + ) { self.accountId = accountId self.currentDBInstanceClass = currentDBInstanceClass self.currentInstancePerformanceRisk = currentInstancePerformanceRisk @@ -8139,8 +7989,7 @@ public struct GetRDSDatabaseRecommendationsOutput: Swift.Sendable { errors: [ComputeOptimizerClientTypes.GetRecommendationError]? = nil, nextToken: Swift.String? = nil, rdsDBRecommendations: [ComputeOptimizerClientTypes.RDSDBRecommendation]? = nil - ) - { + ) { self.errors = errors self.nextToken = nextToken self.rdsDBRecommendations = rdsDBRecommendations @@ -8163,8 +8012,7 @@ public struct GetRecommendationPreferencesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: ComputeOptimizerClientTypes.ResourceType? = nil, scope: ComputeOptimizerClientTypes.Scope? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceType = resourceType @@ -8234,8 +8082,7 @@ extension ComputeOptimizerClientTypes { savingsEstimationMode: ComputeOptimizerClientTypes.SavingsEstimationMode? = nil, scope: ComputeOptimizerClientTypes.Scope? = nil, utilizationPreferences: [ComputeOptimizerClientTypes.UtilizationPreference]? = nil - ) - { + ) { self.enhancedInfrastructureMetrics = enhancedInfrastructureMetrics self.externalMetricsPreference = externalMetricsPreference self.inferredWorkloadTypes = inferredWorkloadTypes @@ -8258,8 +8105,7 @@ public struct GetRecommendationPreferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationPreferencesDetails: [ComputeOptimizerClientTypes.RecommendationPreferencesDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationPreferencesDetails = recommendationPreferencesDetails } @@ -8277,8 +8123,7 @@ public struct GetRecommendationSummariesInput: Swift.Sendable { accountIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.maxResults = maxResults self.nextToken = nextToken @@ -8303,8 +8148,7 @@ extension ComputeOptimizerClientTypes { low: Swift.Int = 0, medium: Swift.Int = 0, veryLow: Swift.Int = 0 - ) - { + ) { self.high = high self.low = low self.medium = medium @@ -8325,8 +8169,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.IdleFinding? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.value = value } @@ -8363,8 +8206,7 @@ extension ComputeOptimizerClientTypes { public init( estimatedMonthlySavings: ComputeOptimizerClientTypes.EstimatedMonthlySavings? = nil, inferredWorkloadTypes: [ComputeOptimizerClientTypes.InferredWorkloadType]? = nil - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.inferredWorkloadTypes = inferredWorkloadTypes } @@ -8412,8 +8254,7 @@ extension ComputeOptimizerClientTypes { public init( name: ComputeOptimizerClientTypes.FindingReasonCode? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.value = value } @@ -8435,8 +8276,7 @@ extension ComputeOptimizerClientTypes { name: ComputeOptimizerClientTypes.Finding? = nil, reasonCodeSummaries: [ComputeOptimizerClientTypes.ReasonCodeSummary]? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.name = name self.reasonCodeSummaries = reasonCodeSummaries self.value = value @@ -8477,8 +8317,7 @@ extension ComputeOptimizerClientTypes { recommendationResourceType: ComputeOptimizerClientTypes.RecommendationSourceType? = nil, savingsOpportunity: ComputeOptimizerClientTypes.SavingsOpportunity? = nil, summaries: [ComputeOptimizerClientTypes.Summary]? = nil - ) - { + ) { self.accountId = accountId self.aggregatedSavingsOpportunity = aggregatedSavingsOpportunity self.currentPerformanceRiskRatings = currentPerformanceRiskRatings @@ -8501,8 +8340,7 @@ public struct GetRecommendationSummariesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationSummaries: [ComputeOptimizerClientTypes.RecommendationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationSummaries = recommendationSummaries } @@ -8527,8 +8365,7 @@ extension ComputeOptimizerClientTypes { excludeList: [Swift.String]? = nil, includeList: [Swift.String]? = nil, name: ComputeOptimizerClientTypes.PreferredResourceName? = nil - ) - { + ) { self.excludeList = excludeList self.includeList = includeList self.name = name @@ -8587,8 +8424,7 @@ public struct PutRecommendationPreferencesInput: Swift.Sendable { savingsEstimationMode: ComputeOptimizerClientTypes.SavingsEstimationMode? = nil, scope: ComputeOptimizerClientTypes.Scope? = nil, utilizationPreferences: [ComputeOptimizerClientTypes.UtilizationPreference]? = nil - ) - { + ) { self.enhancedInfrastructureMetrics = enhancedInfrastructureMetrics self.externalMetricsPreference = externalMetricsPreference self.inferredWorkloadTypes = inferredWorkloadTypes @@ -8623,8 +8459,7 @@ public struct UpdateEnrollmentStatusInput: Swift.Sendable { public init( includeMemberAccounts: Swift.Bool? = false, status: ComputeOptimizerClientTypes.Status? = nil - ) - { + ) { self.includeMemberAccounts = includeMemberAccounts self.status = status } @@ -8639,8 +8474,7 @@ public struct UpdateEnrollmentStatusOutput: Swift.Sendable { public init( status: ComputeOptimizerClientTypes.Status? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.status = status self.statusReason = statusReason } diff --git a/Sources/Services/AWSConfigService/Package.swift.txt b/Sources/Services/AWSConfigService/Package.swift.txt index 063f22235d0..f5f0badad78 100644 --- a/Sources/Services/AWSConfigService/Package.swift.txt +++ b/Sources/Services/AWSConfigService/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSConfigService/Sources/AWSConfigService/ConfigClient.swift b/Sources/Services/AWSConfigService/Sources/AWSConfigService/ConfigClient.swift index 87f2a5ada8c..ab0f480deda 100644 --- a/Sources/Services/AWSConfigService/Sources/AWSConfigService/ConfigClient.swift +++ b/Sources/Services/AWSConfigService/Sources/AWSConfigService/ConfigClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConfigClient: ClientRuntime.Client { public static let clientName = "ConfigClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConfigClient.ConfigClientConfiguration let serviceName = "Config" diff --git a/Sources/Services/AWSConfigService/Sources/AWSConfigService/Models.swift b/Sources/Services/AWSConfigService/Sources/AWSConfigService/Models.swift index 3f70ad44c1f..a18ddae7c53 100644 --- a/Sources/Services/AWSConfigService/Sources/AWSConfigService/Models.swift +++ b/Sources/Services/AWSConfigService/Sources/AWSConfigService/Models.swift @@ -145,8 +145,7 @@ extension ConfigClientTypes { accountIds: [Swift.String]? = nil, allAwsRegions: Swift.Bool = false, awsRegions: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.allAwsRegions = allAwsRegions self.awsRegions = awsRegions @@ -166,8 +165,7 @@ extension ConfigClientTypes { public init( capExceeded: Swift.Bool = false, cappedCount: Swift.Int = 0 - ) - { + ) { self.capExceeded = capExceeded self.cappedCount = cappedCount } @@ -221,8 +219,7 @@ extension ConfigClientTypes { public init( complianceContributorCount: ConfigClientTypes.ComplianceContributorCount? = nil, complianceType: ConfigClientTypes.ComplianceType? = nil - ) - { + ) { self.complianceContributorCount = complianceContributorCount self.complianceType = complianceType } @@ -247,8 +244,7 @@ extension ConfigClientTypes { awsRegion: Swift.String? = nil, compliance: ConfigClientTypes.Compliance? = nil, configRuleName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.compliance = compliance @@ -307,8 +303,7 @@ extension ConfigClientTypes { compliantRuleCount: Swift.Int = 0, nonCompliantRuleCount: Swift.Int = 0, totalRuleCount: Swift.Int = 0 - ) - { + ) { self.complianceType = complianceType self.compliantRuleCount = compliantRuleCount self.nonCompliantRuleCount = nonCompliantRuleCount @@ -335,8 +330,7 @@ extension ConfigClientTypes { awsRegion: Swift.String? = nil, compliance: ConfigClientTypes.AggregateConformancePackCompliance? = nil, conformancePackName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.compliance = compliance @@ -360,8 +354,7 @@ extension ConfigClientTypes { complianceSummaryTimestamp: Foundation.Date? = nil, compliantResourceCount: ConfigClientTypes.ComplianceContributorCount? = nil, nonCompliantResourceCount: ConfigClientTypes.ComplianceContributorCount? = nil - ) - { + ) { self.complianceSummaryTimestamp = complianceSummaryTimestamp self.compliantResourceCount = compliantResourceCount self.nonCompliantResourceCount = nonCompliantResourceCount @@ -381,8 +374,7 @@ extension ConfigClientTypes { public init( complianceSummary: ConfigClientTypes.ComplianceSummary? = nil, groupName: Swift.String? = nil - ) - { + ) { self.complianceSummary = complianceSummary self.groupName = groupName } @@ -401,8 +393,7 @@ extension ConfigClientTypes { public init( compliantConformancePackCount: Swift.Int = 0, nonCompliantConformancePackCount: Swift.Int = 0 - ) - { + ) { self.compliantConformancePackCount = compliantConformancePackCount self.nonCompliantConformancePackCount = nonCompliantConformancePackCount } @@ -427,8 +418,7 @@ extension ConfigClientTypes { awsRegion: Swift.String? = nil, complianceType: ConfigClientTypes.ConformancePackComplianceType? = nil, conformancePackName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.complianceType = complianceType @@ -449,8 +439,7 @@ extension ConfigClientTypes { public init( complianceSummary: ConfigClientTypes.AggregateConformancePackComplianceCount? = nil, groupName: Swift.String? = nil - ) - { + ) { self.complianceSummary = complianceSummary self.groupName = groupName } @@ -469,8 +458,7 @@ extension ConfigClientTypes { public init( accountId: Swift.String? = nil, awsRegion: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion } @@ -600,8 +588,7 @@ extension ConfigClientTypes { lastUpdateTime: Foundation.Date? = nil, sourceId: Swift.String? = nil, sourceType: ConfigClientTypes.AggregatedSourceType? = nil - ) - { + ) { self.awsRegion = awsRegion self.lastErrorCode = lastErrorCode self.lastErrorMessage = lastErrorMessage @@ -660,8 +647,7 @@ extension ConfigClientTypes { evaluationMode: ConfigClientTypes.EvaluationMode? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName self.evaluationMode = evaluationMode self.resourceId = resourceId @@ -685,8 +671,7 @@ extension ConfigClientTypes { evaluationResultQualifier: ConfigClientTypes.EvaluationResultQualifier? = nil, orderingTimestamp: Foundation.Date? = nil, resourceEvaluationId: Swift.String? = nil - ) - { + ) { self.evaluationResultQualifier = evaluationResultQualifier self.orderingTimestamp = orderingTimestamp self.resourceEvaluationId = resourceEvaluationId @@ -721,8 +706,7 @@ extension ConfigClientTypes { configRuleInvokedTime: Foundation.Date? = nil, evaluationResultIdentifier: ConfigClientTypes.EvaluationResultIdentifier? = nil, resultRecordedTime: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.annotation = annotation self.awsRegion = awsRegion @@ -2003,8 +1987,7 @@ extension ConfigClientTypes { resourceType: ConfigClientTypes.ResourceType? = nil, sourceAccountId: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceName = resourceName self.resourceType = resourceType @@ -2032,8 +2015,7 @@ extension ConfigClientTypes { authorizedAccountId: Swift.String? = nil, authorizedAwsRegion: Swift.String? = nil, creationTime: Foundation.Date? = nil - ) - { + ) { self.aggregationAuthorizationArn = aggregationAuthorizationArn self.authorizedAccountId = authorizedAccountId self.authorizedAwsRegion = authorizedAwsRegion @@ -2080,8 +2062,7 @@ extension ConfigClientTypes { public init( type: ConfigClientTypes.AggregatorFilterType? = nil, value: [Swift.String]? = nil - ) - { + ) { self.type = type self.value = value } @@ -2100,8 +2081,7 @@ extension ConfigClientTypes { public init( type: ConfigClientTypes.AggregatorFilterType? = nil, value: [Swift.String]? = nil - ) - { + ) { self.type = type self.value = value } @@ -2120,8 +2100,7 @@ extension ConfigClientTypes { public init( resourceType: ConfigClientTypes.AggregatorFilterResourceType? = nil, servicePrincipal: ConfigClientTypes.AggregatorFilterServicePrincipal? = nil - ) - { + ) { self.resourceType = resourceType self.servicePrincipal = servicePrincipal } @@ -2151,8 +2130,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2176,8 +2154,7 @@ public struct NoSuchConfigurationRecorderException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2223,8 +2200,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2240,8 +2216,7 @@ public struct AssociateResourceTypesInput: Swift.Sendable { public init( configurationRecorderArn: Swift.String? = nil, resourceTypes: [ConfigClientTypes.ResourceType]? = nil - ) - { + ) { self.configurationRecorderArn = configurationRecorderArn self.resourceTypes = resourceTypes } @@ -2256,8 +2231,7 @@ extension ConfigClientTypes { public init( resourceTypes: [ConfigClientTypes.ResourceType]? = nil - ) - { + ) { self.resourceTypes = resourceTypes } } @@ -2327,8 +2301,7 @@ extension ConfigClientTypes { public init( useOnly: ConfigClientTypes.RecordingStrategyType? = nil - ) - { + ) { self.useOnly = useOnly } } @@ -2378,8 +2351,7 @@ extension ConfigClientTypes { includeGlobalResourceTypes: Swift.Bool = false, recordingStrategy: ConfigClientTypes.RecordingStrategy? = nil, resourceTypes: [ConfigClientTypes.ResourceType]? = nil - ) - { + ) { self.allSupported = allSupported self.exclusionByResourceTypes = exclusionByResourceTypes self.includeGlobalResourceTypes = includeGlobalResourceTypes @@ -2448,8 +2420,7 @@ extension ConfigClientTypes { description: Swift.String? = nil, recordingFrequency: ConfigClientTypes.RecordingFrequency? = nil, resourceTypes: [ConfigClientTypes.ResourceType]? = nil - ) - { + ) { self.description = description self.recordingFrequency = recordingFrequency self.resourceTypes = resourceTypes @@ -2486,8 +2457,7 @@ extension ConfigClientTypes { public init( recordingFrequency: ConfigClientTypes.RecordingFrequency? = nil, recordingModeOverrides: [ConfigClientTypes.RecordingModeOverride]? = nil - ) - { + ) { self.recordingFrequency = recordingFrequency self.recordingModeOverrides = recordingModeOverrides } @@ -2557,8 +2527,7 @@ extension ConfigClientTypes { recordingScope: ConfigClientTypes.RecordingScope? = nil, roleARN: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.recordingGroup = recordingGroup @@ -2577,8 +2546,7 @@ public struct AssociateResourceTypesOutput: Swift.Sendable { public init( configurationRecorder: ConfigClientTypes.ConfigurationRecorder? = nil - ) - { + ) { self.configurationRecorder = configurationRecorder } } @@ -2685,8 +2653,7 @@ extension ConfigClientTypes { resourceType: ConfigClientTypes.ResourceType? = nil, supplementaryConfiguration: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.availabilityZone = availabilityZone @@ -2726,8 +2693,7 @@ public struct NoSuchConfigurationAggregatorException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2743,8 +2709,7 @@ public struct BatchGetAggregateResourceConfigInput: Swift.Sendable { public init( configurationAggregatorName: Swift.String? = nil, resourceIdentifiers: [ConfigClientTypes.AggregateResourceIdentifier]? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.resourceIdentifiers = resourceIdentifiers } @@ -2759,8 +2724,7 @@ public struct BatchGetAggregateResourceConfigOutput: Swift.Sendable { public init( baseConfigurationItems: [ConfigClientTypes.BaseConfigurationItem]? = nil, unprocessedResourceIdentifiers: [ConfigClientTypes.AggregateResourceIdentifier]? = nil - ) - { + ) { self.baseConfigurationItems = baseConfigurationItems self.unprocessedResourceIdentifiers = unprocessedResourceIdentifiers } @@ -2785,8 +2749,7 @@ public struct NoAvailableConfigurationRecorderException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2805,8 +2768,7 @@ extension ConfigClientTypes { public init( resourceId: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -2820,8 +2782,7 @@ public struct BatchGetResourceConfigInput: Swift.Sendable { public init( resourceKeys: [ConfigClientTypes.ResourceKey]? = nil - ) - { + ) { self.resourceKeys = resourceKeys } } @@ -2835,8 +2796,7 @@ public struct BatchGetResourceConfigOutput: Swift.Sendable { public init( baseConfigurationItems: [ConfigClientTypes.BaseConfigurationItem]? = nil, unprocessedResourceKeys: [ConfigClientTypes.ResourceKey]? = nil - ) - { + ) { self.baseConfigurationItems = baseConfigurationItems self.unprocessedResourceKeys = unprocessedResourceKeys } @@ -2883,8 +2843,7 @@ extension ConfigClientTypes { public init( compliance: ConfigClientTypes.Compliance? = nil, configRuleName: Swift.String? = nil - ) - { + ) { self.compliance = compliance self.configRuleName = configRuleName } @@ -2906,8 +2865,7 @@ extension ConfigClientTypes { compliance: ConfigClientTypes.Compliance? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.compliance = compliance self.resourceId = resourceId self.resourceType = resourceType @@ -2927,8 +2885,7 @@ extension ConfigClientTypes { public init( complianceSummary: ConfigClientTypes.ComplianceSummary? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.complianceSummary = complianceSummary self.resourceType = resourceType } @@ -2991,8 +2948,7 @@ extension ConfigClientTypes { lastStatus: ConfigClientTypes.DeliveryStatus? = nil, lastSuccessfulTime: Foundation.Date? = nil, nextDeliveryTime: Foundation.Date? = nil - ) - { + ) { self.lastAttemptTime = lastAttemptTime self.lastErrorCode = lastErrorCode self.lastErrorMessage = lastErrorMessage @@ -3047,8 +3003,7 @@ extension ConfigClientTypes { public init( mode: ConfigClientTypes.EvaluationMode? = nil - ) - { + ) { self.mode = mode } } @@ -3110,8 +3065,7 @@ extension ConfigClientTypes { complianceResourceTypes: [Swift.String]? = nil, tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.complianceResourceId = complianceResourceId self.complianceResourceTypes = complianceResourceTypes self.tagKey = tagKey @@ -3137,8 +3091,7 @@ extension ConfigClientTypes { enableDebugLogDelivery: Swift.Bool = false, policyRuntime: Swift.String? = nil, policyText: Swift.String? = nil - ) - { + ) { self.enableDebugLogDelivery = enableDebugLogDelivery self.policyRuntime = policyRuntime self.policyText = policyText @@ -3265,8 +3218,7 @@ extension ConfigClientTypes { eventSource: ConfigClientTypes.EventSource? = nil, maximumExecutionFrequency: ConfigClientTypes.MaximumExecutionFrequency? = nil, messageType: ConfigClientTypes.MessageType? = nil - ) - { + ) { self.eventSource = eventSource self.maximumExecutionFrequency = maximumExecutionFrequency self.messageType = messageType @@ -3293,8 +3245,7 @@ extension ConfigClientTypes { owner: ConfigClientTypes.Owner? = nil, sourceDetails: [ConfigClientTypes.SourceDetail]? = nil, sourceIdentifier: Swift.String? = nil - ) - { + ) { self.customPolicyDetails = customPolicyDetails self.owner = owner self.sourceDetails = sourceDetails @@ -3350,8 +3301,7 @@ extension ConfigClientTypes { maximumExecutionFrequency: ConfigClientTypes.MaximumExecutionFrequency? = nil, scope: ConfigClientTypes.Scope? = nil, source: ConfigClientTypes.Source? = nil - ) - { + ) { self.configRuleArn = configRuleArn self.configRuleId = configRuleId self.configRuleName = configRuleName @@ -3385,8 +3335,7 @@ extension ConfigClientTypes { awsRegion: Swift.String? = nil, complianceType: ConfigClientTypes.ComplianceType? = nil, configRuleName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.complianceType = complianceType @@ -3407,8 +3356,7 @@ extension ConfigClientTypes { public init( accountId: Swift.String? = nil, awsRegion: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion } @@ -3499,8 +3447,7 @@ extension ConfigClientTypes { lastFailedInvocationTime: Foundation.Date? = nil, lastSuccessfulEvaluationTime: Foundation.Date? = nil, lastSuccessfulInvocationTime: Foundation.Date? = nil - ) - { + ) { self.configRuleArn = configRuleArn self.configRuleId = configRuleId self.configRuleName = configRuleName @@ -3547,8 +3494,7 @@ extension ConfigClientTypes { public init( deliveryFrequency: ConfigClientTypes.MaximumExecutionFrequency? = nil - ) - { + ) { self.deliveryFrequency = deliveryFrequency } } @@ -3572,8 +3518,7 @@ extension ConfigClientTypes { lastErrorMessage: Swift.String? = nil, lastStatus: ConfigClientTypes.DeliveryStatus? = nil, lastStatusChangeTime: Foundation.Date? = nil - ) - { + ) { self.lastErrorCode = lastErrorCode self.lastErrorMessage = lastErrorMessage self.lastStatus = lastStatus @@ -3598,8 +3543,7 @@ extension ConfigClientTypes { allAwsRegions: Swift.Bool = false, awsRegions: [Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.allAwsRegions = allAwsRegions self.awsRegions = awsRegions self.roleArn = roleArn @@ -3637,8 +3581,7 @@ extension ConfigClientTypes { creationTime: Foundation.Date? = nil, lastUpdatedTime: Foundation.Date? = nil, organizationAggregationSource: ConfigClientTypes.OrganizationAggregationSource? = nil - ) - { + ) { self.accountAggregationSources = accountAggregationSources self.aggregatorFilters = aggregatorFilters self.configurationAggregatorArn = configurationAggregatorArn @@ -3669,8 +3612,7 @@ extension ConfigClientTypes { resourceId: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.relationshipName = relationshipName self.resourceId = resourceId self.resourceName = resourceName @@ -3755,8 +3697,7 @@ extension ConfigClientTypes { supplementaryConfiguration: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.availabilityZone = availabilityZone @@ -3819,8 +3760,7 @@ extension ConfigClientTypes { public init( filterName: ConfigClientTypes.ConfigurationRecorderFilterName? = nil, filterValue: [Swift.String]? = nil - ) - { + ) { self.filterName = filterName self.filterValue = filterValue } @@ -3898,8 +3838,7 @@ extension ConfigClientTypes { name: Swift.String? = nil, recording: Swift.Bool = false, servicePrincipal: Swift.String? = nil - ) - { + ) { self.arn = arn self.lastErrorCode = lastErrorCode self.lastErrorMessage = lastErrorMessage @@ -3935,8 +3874,7 @@ extension ConfigClientTypes { name: Swift.String? = nil, recordingScope: ConfigClientTypes.RecordingScope? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.recordingScope = recordingScope @@ -3957,8 +3895,7 @@ extension ConfigClientTypes { public init( complianceType: ConfigClientTypes.ConformancePackComplianceType? = nil, configRuleNames: [Swift.String]? = nil - ) - { + ) { self.complianceType = complianceType self.configRuleNames = configRuleNames } @@ -3980,8 +3917,7 @@ extension ConfigClientTypes { conformancePackName: Swift.String? = nil, lastUpdatedTime: Foundation.Date? = nil, score: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName self.lastUpdatedTime = lastUpdatedTime self.score = score @@ -3999,8 +3935,7 @@ extension ConfigClientTypes { public init( conformancePackNames: [Swift.String]? = nil - ) - { + ) { self.conformancePackNames = conformancePackNames } } @@ -4020,8 +3955,7 @@ extension ConfigClientTypes { public init( conformancePackComplianceStatus: ConfigClientTypes.ConformancePackComplianceType? = nil, conformancePackName: Swift.String? = nil - ) - { + ) { self.conformancePackComplianceStatus = conformancePackComplianceStatus self.conformancePackName = conformancePackName } @@ -4042,8 +3976,7 @@ extension ConfigClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -4063,8 +3996,7 @@ extension ConfigClientTypes { public init( documentName: Swift.String? = nil, documentVersion: Swift.String? = nil - ) - { + ) { self.documentName = documentName self.documentVersion = documentVersion } @@ -4107,8 +4039,7 @@ extension ConfigClientTypes { deliveryS3KeyPrefix: Swift.String? = nil, lastUpdateRequestedTime: Foundation.Date? = nil, templateSSMDocumentDetails: ConfigClientTypes.TemplateSSMDocumentDetails? = nil - ) - { + ) { self.conformancePackArn = conformancePackArn self.conformancePackId = conformancePackId self.conformancePackInputParameters = conformancePackInputParameters @@ -4140,8 +4071,7 @@ extension ConfigClientTypes { configRuleNames: [Swift.String]? = nil, resourceIds: [Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.complianceType = complianceType self.configRuleNames = configRuleNames self.resourceIds = resourceIds @@ -4175,8 +4105,7 @@ extension ConfigClientTypes { configRuleInvokedTime: Foundation.Date? = nil, evaluationResultIdentifier: ConfigClientTypes.EvaluationResultIdentifier? = nil, resultRecordedTime: Foundation.Date? = nil - ) - { + ) { self.annotation = annotation self.complianceType = complianceType self.configRuleInvokedTime = configRuleInvokedTime @@ -4201,8 +4130,7 @@ extension ConfigClientTypes { complianceType: ConfigClientTypes.ConformancePackComplianceType? = nil, configRuleName: Swift.String? = nil, controls: [Swift.String]? = nil - ) - { + ) { self.complianceType = complianceType self.configRuleName = configRuleName self.controls = controls @@ -4294,8 +4222,7 @@ extension ConfigClientTypes { lastUpdateCompletedTime: Foundation.Date? = nil, lastUpdateRequestedTime: Foundation.Date? = nil, stackArn: Swift.String? = nil - ) - { + ) { self.conformancePackArn = conformancePackArn self.conformancePackId = conformancePackId self.conformancePackName = conformancePackName @@ -4327,8 +4254,7 @@ public struct ConformancePackTemplateValidationException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4352,8 +4278,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4369,8 +4294,7 @@ public struct DeleteAggregationAuthorizationInput: Swift.Sendable { public init( authorizedAccountId: Swift.String? = nil, authorizedAwsRegion: Swift.String? = nil - ) - { + ) { self.authorizedAccountId = authorizedAccountId self.authorizedAwsRegion = authorizedAwsRegion } @@ -4395,8 +4319,7 @@ public struct NoSuchConfigRuleException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4434,8 +4357,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4448,8 +4370,7 @@ public struct DeleteConfigRuleInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName } } @@ -4461,8 +4382,7 @@ public struct DeleteConfigurationAggregatorInput: Swift.Sendable { public init( configurationAggregatorName: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName } } @@ -4486,8 +4406,7 @@ public struct UnmodifiableEntityException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4500,8 +4419,7 @@ public struct DeleteConfigurationRecorderInput: Swift.Sendable { public init( configurationRecorderName: Swift.String? = nil - ) - { + ) { self.configurationRecorderName = configurationRecorderName } } @@ -4525,8 +4443,7 @@ public struct NoSuchConformancePackException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4538,8 +4455,7 @@ public struct DeleteConformancePackInput: Swift.Sendable { public init( conformancePackName: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName } } @@ -4563,8 +4479,7 @@ public struct LastDeliveryChannelDeleteFailedException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4588,8 +4503,7 @@ public struct NoSuchDeliveryChannelException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4602,8 +4516,7 @@ public struct DeleteDeliveryChannelInput: Swift.Sendable { public init( deliveryChannelName: Swift.String? = nil - ) - { + ) { self.deliveryChannelName = deliveryChannelName } } @@ -4616,8 +4529,7 @@ public struct DeleteEvaluationResultsInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName } } @@ -4647,8 +4559,7 @@ public struct NoSuchOrganizationConfigRuleException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4683,8 +4594,7 @@ public struct OrganizationAccessDeniedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4696,8 +4606,7 @@ public struct DeleteOrganizationConfigRuleInput: Swift.Sendable { public init( organizationConfigRuleName: Swift.String? = nil - ) - { + ) { self.organizationConfigRuleName = organizationConfigRuleName } } @@ -4721,8 +4630,7 @@ public struct NoSuchOrganizationConformancePackException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4734,8 +4642,7 @@ public struct DeleteOrganizationConformancePackInput: Swift.Sendable { public init( organizationConformancePackName: Swift.String? = nil - ) - { + ) { self.organizationConformancePackName = organizationConformancePackName } } @@ -4751,8 +4658,7 @@ public struct DeletePendingAggregationRequestInput: Swift.Sendable { public init( requesterAccountId: Swift.String? = nil, requesterAwsRegion: Swift.String? = nil - ) - { + ) { self.requesterAccountId = requesterAccountId self.requesterAwsRegion = requesterAwsRegion } @@ -4794,8 +4700,7 @@ public struct InsufficientPermissionsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4819,8 +4724,7 @@ public struct NoSuchRemediationConfigurationException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4844,8 +4748,7 @@ public struct RemediationInProgressException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4860,8 +4763,7 @@ public struct DeleteRemediationConfigurationInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName self.resourceType = resourceType } @@ -4891,8 +4793,7 @@ public struct NoSuchRemediationExceptionException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4909,8 +4810,7 @@ extension ConfigClientTypes { public init( resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -4928,8 +4828,7 @@ public struct DeleteRemediationExceptionsInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil, resourceKeys: [ConfigClientTypes.RemediationExceptionResourceKey]? = nil - ) - { + ) { self.configRuleName = configRuleName self.resourceKeys = resourceKeys } @@ -4947,8 +4846,7 @@ extension ConfigClientTypes { public init( failedItems: [ConfigClientTypes.RemediationExceptionResourceKey]? = nil, failureMessage: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.failureMessage = failureMessage } @@ -4961,8 +4859,7 @@ public struct DeleteRemediationExceptionsOutput: Swift.Sendable { public init( failedBatches: [ConfigClientTypes.FailedDeleteRemediationExceptionsBatch]? = nil - ) - { + ) { self.failedBatches = failedBatches } } @@ -4986,8 +4883,7 @@ public struct NoRunningConfigurationRecorderException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5003,8 +4899,7 @@ public struct DeleteResourceConfigInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -5029,8 +4924,7 @@ public struct NoSuchRetentionConfigurationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5042,8 +4936,7 @@ public struct DeleteRetentionConfigurationInput: Swift.Sendable { public init( retentionConfigurationName: Swift.String? = nil - ) - { + ) { self.retentionConfigurationName = retentionConfigurationName } } @@ -5055,8 +4948,7 @@ public struct DeleteServiceLinkedConfigurationRecorderInput: Swift.Sendable { public init( servicePrincipal: Swift.String? = nil - ) - { + ) { self.servicePrincipal = servicePrincipal } } @@ -5072,8 +4964,7 @@ public struct DeleteServiceLinkedConfigurationRecorderOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -5098,8 +4989,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5111,8 +5001,7 @@ public struct DeleteStoredQueryInput: Swift.Sendable { public init( queryName: Swift.String? = nil - ) - { + ) { self.queryName = queryName } } @@ -5130,8 +5019,7 @@ public struct DeliverConfigSnapshotInput: Swift.Sendable { public init( deliveryChannelName: Swift.String? = nil - ) - { + ) { self.deliveryChannelName = deliveryChannelName } } @@ -5143,8 +5031,7 @@ public struct DeliverConfigSnapshotOutput: Swift.Sendable { public init( configSnapshotId: Swift.String? = nil - ) - { + ) { self.configSnapshotId = configSnapshotId } } @@ -5173,8 +5060,7 @@ extension ConfigClientTypes { s3KeyPrefix: Swift.String? = nil, s3KmsKeyArn: Swift.String? = nil, snsTopicARN: Swift.String? = nil - ) - { + ) { self.configSnapshotDeliveryProperties = configSnapshotDeliveryProperties self.name = name self.s3BucketName = s3BucketName @@ -5203,8 +5089,7 @@ extension ConfigClientTypes { configSnapshotDeliveryInfo: ConfigClientTypes.ConfigExportDeliveryInfo? = nil, configStreamDeliveryInfo: ConfigClientTypes.ConfigStreamDeliveryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.configHistoryDeliveryInfo = configHistoryDeliveryInfo self.configSnapshotDeliveryInfo = configSnapshotDeliveryInfo self.configStreamDeliveryInfo = configStreamDeliveryInfo @@ -5232,8 +5117,7 @@ public struct InvalidLimitException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5257,8 +5141,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5279,8 +5162,7 @@ public struct DescribeAggregateComplianceByConfigRulesInput: Swift.Sendable { filters: ConfigClientTypes.ConfigRuleComplianceFilters? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.limit = limit @@ -5297,8 +5179,7 @@ public struct DescribeAggregateComplianceByConfigRulesOutput: Swift.Sendable { public init( aggregateComplianceByConfigRules: [ConfigClientTypes.AggregateComplianceByConfigRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateComplianceByConfigRules = aggregateComplianceByConfigRules self.nextToken = nextToken } @@ -5320,8 +5201,7 @@ public struct DescribeAggregateComplianceByConformancePacksInput: Swift.Sendable filters: ConfigClientTypes.AggregateConformancePackComplianceFilters? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.limit = limit @@ -5338,8 +5218,7 @@ public struct DescribeAggregateComplianceByConformancePacksOutput: Swift.Sendabl public init( aggregateComplianceByConformancePacks: [ConfigClientTypes.AggregateComplianceByConformancePack]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateComplianceByConformancePacks = aggregateComplianceByConformancePacks self.nextToken = nextToken } @@ -5354,8 +5233,7 @@ public struct DescribeAggregationAuthorizationsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -5370,8 +5248,7 @@ public struct DescribeAggregationAuthorizationsOutput: Swift.Sendable { public init( aggregationAuthorizations: [ConfigClientTypes.AggregationAuthorization]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregationAuthorizations = aggregationAuthorizations self.nextToken = nextToken } @@ -5390,8 +5267,7 @@ public struct DescribeComplianceByConfigRuleInput: Swift.Sendable { complianceTypes: [ConfigClientTypes.ComplianceType]? = nil, configRuleNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceTypes = complianceTypes self.configRuleNames = configRuleNames self.nextToken = nextToken @@ -5408,8 +5284,7 @@ public struct DescribeComplianceByConfigRuleOutput: Swift.Sendable { public init( complianceByConfigRules: [ConfigClientTypes.ComplianceByConfigRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceByConfigRules = complianceByConfigRules self.nextToken = nextToken } @@ -5434,8 +5309,7 @@ public struct DescribeComplianceByResourceInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.complianceTypes = complianceTypes self.limit = limit self.nextToken = nextToken @@ -5454,8 +5328,7 @@ public struct DescribeComplianceByResourceOutput: Swift.Sendable { public init( complianceByResources: [ConfigClientTypes.ComplianceByResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceByResources = complianceByResources self.nextToken = nextToken } @@ -5474,8 +5347,7 @@ public struct DescribeConfigRuleEvaluationStatusInput: Swift.Sendable { configRuleNames: [Swift.String]? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configRuleNames = configRuleNames self.limit = limit self.nextToken = nextToken @@ -5492,8 +5364,7 @@ public struct DescribeConfigRuleEvaluationStatusOutput: Swift.Sendable { public init( configRulesEvaluationStatus: [ConfigClientTypes.ConfigRuleEvaluationStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configRulesEvaluationStatus = configRulesEvaluationStatus self.nextToken = nextToken } @@ -5508,8 +5379,7 @@ extension ConfigClientTypes { public init( evaluationMode: ConfigClientTypes.EvaluationMode? = nil - ) - { + ) { self.evaluationMode = evaluationMode } } @@ -5528,8 +5398,7 @@ public struct DescribeConfigRulesInput: Swift.Sendable { configRuleNames: [Swift.String]? = nil, filters: ConfigClientTypes.DescribeConfigRulesFilters? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configRuleNames = configRuleNames self.filters = filters self.nextToken = nextToken @@ -5546,8 +5415,7 @@ public struct DescribeConfigRulesOutput: Swift.Sendable { public init( configRules: [ConfigClientTypes.ConfigRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configRules = configRules self.nextToken = nextToken } @@ -5565,8 +5433,7 @@ public struct DescribeConfigurationAggregatorsInput: Swift.Sendable { configurationAggregatorNames: [Swift.String]? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorNames = configurationAggregatorNames self.limit = limit self.nextToken = nextToken @@ -5582,8 +5449,7 @@ public struct DescribeConfigurationAggregatorsOutput: Swift.Sendable { public init( configurationAggregators: [ConfigClientTypes.ConfigurationAggregator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregators = configurationAggregators self.nextToken = nextToken } @@ -5611,8 +5477,7 @@ public struct DescribeConfigurationAggregatorSourcesStatusInput: Swift.Sendable limit: Swift.Int? = 0, nextToken: Swift.String? = nil, updateStatus: [ConfigClientTypes.AggregatedSourceStatusType]? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.limit = limit self.nextToken = nextToken @@ -5629,8 +5494,7 @@ public struct DescribeConfigurationAggregatorSourcesStatusOutput: Swift.Sendable public init( aggregatedSourceStatusList: [ConfigClientTypes.AggregatedSourceStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregatedSourceStatusList = aggregatedSourceStatusList self.nextToken = nextToken } @@ -5649,8 +5513,7 @@ public struct DescribeConfigurationRecordersInput: Swift.Sendable { arn: Swift.String? = nil, configurationRecorderNames: [Swift.String]? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.arn = arn self.configurationRecorderNames = configurationRecorderNames self.servicePrincipal = servicePrincipal @@ -5664,8 +5527,7 @@ public struct DescribeConfigurationRecordersOutput: Swift.Sendable { public init( configurationRecorders: [ConfigClientTypes.ConfigurationRecorder]? = nil - ) - { + ) { self.configurationRecorders = configurationRecorders } } @@ -5683,8 +5545,7 @@ public struct DescribeConfigurationRecorderStatusInput: Swift.Sendable { arn: Swift.String? = nil, configurationRecorderNames: [Swift.String]? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.arn = arn self.configurationRecorderNames = configurationRecorderNames self.servicePrincipal = servicePrincipal @@ -5698,8 +5559,7 @@ public struct DescribeConfigurationRecorderStatusOutput: Swift.Sendable { public init( configurationRecordersStatus: [ConfigClientTypes.ConfigurationRecorderStatus]? = nil - ) - { + ) { self.configurationRecordersStatus = configurationRecordersStatus } } @@ -5723,8 +5583,7 @@ public struct NoSuchConfigRuleInConformancePackException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5745,8 +5604,7 @@ public struct DescribeConformancePackComplianceInput: Swift.Sendable { filters: ConfigClientTypes.ConformancePackComplianceFilters? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName self.filters = filters self.limit = limit @@ -5768,8 +5626,7 @@ public struct DescribeConformancePackComplianceOutput: Swift.Sendable { conformancePackName: Swift.String? = nil, conformancePackRuleComplianceList: [ConfigClientTypes.ConformancePackRuleCompliance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName self.conformancePackRuleComplianceList = conformancePackRuleComplianceList self.nextToken = nextToken @@ -5788,8 +5645,7 @@ public struct DescribeConformancePacksInput: Swift.Sendable { conformancePackNames: [Swift.String]? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackNames = conformancePackNames self.limit = limit self.nextToken = nextToken @@ -5805,8 +5661,7 @@ public struct DescribeConformancePacksOutput: Swift.Sendable { public init( conformancePackDetails: [ConfigClientTypes.ConformancePackDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackDetails = conformancePackDetails self.nextToken = nextToken } @@ -5824,8 +5679,7 @@ public struct DescribeConformancePackStatusInput: Swift.Sendable { conformancePackNames: [Swift.String]? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackNames = conformancePackNames self.limit = limit self.nextToken = nextToken @@ -5841,8 +5695,7 @@ public struct DescribeConformancePackStatusOutput: Swift.Sendable { public init( conformancePackStatusDetails: [ConfigClientTypes.ConformancePackStatusDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackStatusDetails = conformancePackStatusDetails self.nextToken = nextToken } @@ -5855,8 +5708,7 @@ public struct DescribeDeliveryChannelsInput: Swift.Sendable { public init( deliveryChannelNames: [Swift.String]? = nil - ) - { + ) { self.deliveryChannelNames = deliveryChannelNames } } @@ -5868,8 +5720,7 @@ public struct DescribeDeliveryChannelsOutput: Swift.Sendable { public init( deliveryChannels: [ConfigClientTypes.DeliveryChannel]? = nil - ) - { + ) { self.deliveryChannels = deliveryChannels } } @@ -5881,8 +5732,7 @@ public struct DescribeDeliveryChannelStatusInput: Swift.Sendable { public init( deliveryChannelNames: [Swift.String]? = nil - ) - { + ) { self.deliveryChannelNames = deliveryChannelNames } } @@ -5894,8 +5744,7 @@ public struct DescribeDeliveryChannelStatusOutput: Swift.Sendable { public init( deliveryChannelsStatus: [ConfigClientTypes.DeliveryChannelStatus]? = nil - ) - { + ) { self.deliveryChannelsStatus = deliveryChannelsStatus } } @@ -5912,8 +5761,7 @@ public struct DescribeOrganizationConfigRulesInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConfigRuleNames: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.organizationConfigRuleNames = organizationConfigRuleNames @@ -5989,8 +5837,7 @@ extension ConfigClientTypes { resourceTypesScope: [Swift.String]? = nil, tagKeyScope: Swift.String? = nil, tagValueScope: Swift.String? = nil - ) - { + ) { self.debugLogDeliveryAccounts = debugLogDeliveryAccounts self.description = description self.inputParameters = inputParameters @@ -6078,8 +5925,7 @@ extension ConfigClientTypes { resourceTypesScope: [Swift.String]? = nil, tagKeyScope: Swift.String? = nil, tagValueScope: Swift.String? = nil - ) - { + ) { self.description = description self.inputParameters = inputParameters self.lambdaFunctionArn = lambdaFunctionArn @@ -6124,8 +5970,7 @@ extension ConfigClientTypes { ruleIdentifier: Swift.String? = nil, tagKeyScope: Swift.String? = nil, tagValueScope: Swift.String? = nil - ) - { + ) { self.description = description self.inputParameters = inputParameters self.maximumExecutionFrequency = maximumExecutionFrequency @@ -6167,8 +6012,7 @@ extension ConfigClientTypes { organizationCustomPolicyRuleMetadata: ConfigClientTypes.OrganizationCustomPolicyRuleMetadataNoPolicy? = nil, organizationCustomRuleMetadata: ConfigClientTypes.OrganizationCustomRuleMetadata? = nil, organizationManagedRuleMetadata: ConfigClientTypes.OrganizationManagedRuleMetadata? = nil - ) - { + ) { self.excludedAccounts = excludedAccounts self.lastUpdateTime = lastUpdateTime self.organizationConfigRuleArn = organizationConfigRuleArn @@ -6189,8 +6033,7 @@ public struct DescribeOrganizationConfigRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationConfigRules: [ConfigClientTypes.OrganizationConfigRule]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConfigRules = organizationConfigRules } @@ -6208,8 +6051,7 @@ public struct DescribeOrganizationConfigRuleStatusesInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConfigRuleNames: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.organizationConfigRuleNames = organizationConfigRuleNames @@ -6307,8 +6149,7 @@ extension ConfigClientTypes { lastUpdateTime: Foundation.Date? = nil, organizationConfigRuleName: Swift.String? = nil, organizationRuleStatus: ConfigClientTypes.OrganizationRuleStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.lastUpdateTime = lastUpdateTime @@ -6327,8 +6168,7 @@ public struct DescribeOrganizationConfigRuleStatusesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationConfigRuleStatuses: [ConfigClientTypes.OrganizationConfigRuleStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConfigRuleStatuses = organizationConfigRuleStatuses } @@ -6346,8 +6186,7 @@ public struct DescribeOrganizationConformancePacksInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConformancePackNames: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.organizationConformancePackNames = organizationConformancePackNames @@ -6384,8 +6223,7 @@ extension ConfigClientTypes { lastUpdateTime: Foundation.Date? = nil, organizationConformancePackArn: Swift.String? = nil, organizationConformancePackName: Swift.String? = nil - ) - { + ) { self.conformancePackInputParameters = conformancePackInputParameters self.deliveryS3Bucket = deliveryS3Bucket self.deliveryS3KeyPrefix = deliveryS3KeyPrefix @@ -6406,8 +6244,7 @@ public struct DescribeOrganizationConformancePacksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationConformancePacks: [ConfigClientTypes.OrganizationConformancePack]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConformancePacks = organizationConformancePacks } @@ -6425,8 +6262,7 @@ public struct DescribeOrganizationConformancePackStatusesInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConformancePackNames: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.organizationConformancePackNames = organizationConformancePackNames @@ -6524,8 +6360,7 @@ extension ConfigClientTypes { lastUpdateTime: Foundation.Date? = nil, organizationConformancePackName: Swift.String? = nil, status: ConfigClientTypes.OrganizationResourceStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.lastUpdateTime = lastUpdateTime @@ -6544,8 +6379,7 @@ public struct DescribeOrganizationConformancePackStatusesOutput: Swift.Sendable public init( nextToken: Swift.String? = nil, organizationConformancePackStatuses: [ConfigClientTypes.OrganizationConformancePackStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConformancePackStatuses = organizationConformancePackStatuses } @@ -6560,8 +6394,7 @@ public struct DescribePendingAggregationRequestsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -6579,8 +6412,7 @@ extension ConfigClientTypes { public init( requesterAccountId: Swift.String? = nil, requesterAwsRegion: Swift.String? = nil - ) - { + ) { self.requesterAccountId = requesterAccountId self.requesterAwsRegion = requesterAwsRegion } @@ -6596,8 +6428,7 @@ public struct DescribePendingAggregationRequestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pendingAggregationRequests: [ConfigClientTypes.PendingAggregationRequest]? = nil - ) - { + ) { self.nextToken = nextToken self.pendingAggregationRequests = pendingAggregationRequests } @@ -6610,8 +6441,7 @@ public struct DescribeRemediationConfigurationsInput: Swift.Sendable { public init( configRuleNames: [Swift.String]? = nil - ) - { + ) { self.configRuleNames = configRuleNames } } @@ -6628,8 +6458,7 @@ extension ConfigClientTypes { public init( concurrentExecutionRatePercentage: Swift.Int? = nil, errorPercentage: Swift.Int? = nil - ) - { + ) { self.concurrentExecutionRatePercentage = concurrentExecutionRatePercentage self.errorPercentage = errorPercentage } @@ -6645,8 +6474,7 @@ extension ConfigClientTypes { public init( ssmControls: ConfigClientTypes.SsmControls? = nil - ) - { + ) { self.ssmControls = ssmControls } } @@ -6688,8 +6516,7 @@ extension ConfigClientTypes { public init( value: ConfigClientTypes.ResourceValueType? = nil - ) - { + ) { self.value = value } } @@ -6705,8 +6532,7 @@ extension ConfigClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -6724,8 +6550,7 @@ extension ConfigClientTypes { public init( resourceValue: ConfigClientTypes.ResourceValue? = nil, staticValue: ConfigClientTypes.StaticValue? = nil - ) - { + ) { self.resourceValue = resourceValue self.staticValue = staticValue } @@ -6803,8 +6628,7 @@ extension ConfigClientTypes { targetId: Swift.String? = nil, targetType: ConfigClientTypes.RemediationTargetType? = nil, targetVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.automatic = automatic self.configRuleName = configRuleName @@ -6827,8 +6651,7 @@ public struct DescribeRemediationConfigurationsOutput: Swift.Sendable { public init( remediationConfigurations: [ConfigClientTypes.RemediationConfiguration]? = nil - ) - { + ) { self.remediationConfigurations = remediationConfigurations } } @@ -6849,8 +6672,7 @@ public struct DescribeRemediationExceptionsInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceKeys: [ConfigClientTypes.RemediationExceptionResourceKey]? = nil - ) - { + ) { self.configRuleName = configRuleName self.limit = limit self.nextToken = nextToken @@ -6882,8 +6704,7 @@ extension ConfigClientTypes { message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName self.expirationTime = expirationTime self.message = message @@ -6902,8 +6723,7 @@ public struct DescribeRemediationExceptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, remediationExceptions: [ConfigClientTypes.RemediationException]? = nil - ) - { + ) { self.nextToken = nextToken self.remediationExceptions = remediationExceptions } @@ -6925,8 +6745,7 @@ public struct DescribeRemediationExecutionStatusInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceKeys: [ConfigClientTypes.ResourceKey]? = nil - ) - { + ) { self.configRuleName = configRuleName self.limit = limit self.nextToken = nextToken @@ -7022,8 +6841,7 @@ extension ConfigClientTypes { startTime: Foundation.Date? = nil, state: ConfigClientTypes.RemediationExecutionStepState? = nil, stopTime: Foundation.Date? = nil - ) - { + ) { self.errorMessage = errorMessage self.name = name self.startTime = startTime @@ -7054,8 +6872,7 @@ extension ConfigClientTypes { resourceKey: ConfigClientTypes.ResourceKey? = nil, state: ConfigClientTypes.RemediationExecutionState? = nil, stepDetails: [ConfigClientTypes.RemediationExecutionStep]? = nil - ) - { + ) { self.invocationTime = invocationTime self.lastUpdatedTime = lastUpdatedTime self.resourceKey = resourceKey @@ -7074,8 +6891,7 @@ public struct DescribeRemediationExecutionStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, remediationExecutionStatuses: [ConfigClientTypes.RemediationExecutionStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.remediationExecutionStatuses = remediationExecutionStatuses } @@ -7090,8 +6906,7 @@ public struct DescribeRetentionConfigurationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retentionConfigurationNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.retentionConfigurationNames = retentionConfigurationNames } @@ -7111,8 +6926,7 @@ extension ConfigClientTypes { public init( name: Swift.String? = nil, retentionPeriodInDays: Swift.Int? = nil - ) - { + ) { self.name = name self.retentionPeriodInDays = retentionPeriodInDays } @@ -7128,8 +6942,7 @@ public struct DescribeRetentionConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retentionConfigurations: [ConfigClientTypes.RetentionConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.retentionConfigurations = retentionConfigurations } @@ -7146,8 +6959,7 @@ public struct DisassociateResourceTypesInput: Swift.Sendable { public init( configurationRecorderArn: Swift.String? = nil, resourceTypes: [ConfigClientTypes.ResourceType]? = nil - ) - { + ) { self.configurationRecorderArn = configurationRecorderArn self.resourceTypes = resourceTypes } @@ -7160,8 +6972,7 @@ public struct DisassociateResourceTypesOutput: Swift.Sendable { public init( configurationRecorder: ConfigClientTypes.ConfigurationRecorder? = nil - ) - { + ) { self.configurationRecorder = configurationRecorder } } @@ -7191,8 +7002,7 @@ extension ConfigClientTypes { complianceResourceType: Swift.String? = nil, complianceType: ConfigClientTypes.ComplianceType? = nil, orderingTimestamp: Foundation.Date? = nil - ) - { + ) { self.annotation = annotation self.complianceResourceId = complianceResourceId self.complianceResourceType = complianceResourceType @@ -7211,8 +7021,7 @@ extension ConfigClientTypes { public init( evaluationContextIdentifier: Swift.String? = nil - ) - { + ) { self.evaluationContextIdentifier = evaluationContextIdentifier } } @@ -7242,8 +7051,7 @@ extension ConfigClientTypes { evaluationResultIdentifier: ConfigClientTypes.EvaluationResultIdentifier? = nil, resultRecordedTime: Foundation.Date? = nil, resultToken: Swift.String? = nil - ) - { + ) { self.annotation = annotation self.complianceType = complianceType self.configRuleInvokedTime = configRuleInvokedTime @@ -7299,8 +7107,7 @@ extension ConfigClientTypes { public init( failureReason: Swift.String? = nil, status: ConfigClientTypes.ResourceEvaluationStatus? = nil - ) - { + ) { self.failureReason = failureReason self.status = status } @@ -7332,8 +7139,7 @@ extension ConfigClientTypes { complianceResourceType: Swift.String? = nil, complianceType: ConfigClientTypes.ComplianceType? = nil, orderingTimestamp: Foundation.Date? = nil - ) - { + ) { self.annotation = annotation self.complianceResourceId = complianceResourceId self.complianceResourceType = complianceResourceType @@ -7355,8 +7161,7 @@ extension ConfigClientTypes { public init( failedItems: [ConfigClientTypes.RemediationConfiguration]? = nil, failureMessage: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.failureMessage = failureMessage } @@ -7375,8 +7180,7 @@ extension ConfigClientTypes { public init( failedItems: [ConfigClientTypes.RemediationException]? = nil, failureMessage: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.failureMessage = failureMessage } @@ -7392,8 +7196,7 @@ extension ConfigClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -7427,8 +7230,7 @@ public struct GetAggregateComplianceDetailsByConfigRuleInput: Swift.Sendable { configurationAggregatorName: Swift.String? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.complianceType = complianceType @@ -7448,8 +7250,7 @@ public struct GetAggregateComplianceDetailsByConfigRuleOutput: Swift.Sendable { public init( aggregateEvaluationResults: [ConfigClientTypes.AggregateEvaluationResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateEvaluationResults = aggregateEvaluationResults self.nextToken = nextToken } @@ -7474,8 +7275,7 @@ public struct GetAggregateConfigRuleComplianceSummaryInput: Swift.Sendable { groupByKey: ConfigClientTypes.ConfigRuleComplianceSummaryGroupKey? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.groupByKey = groupByKey @@ -7496,8 +7296,7 @@ public struct GetAggregateConfigRuleComplianceSummaryOutput: Swift.Sendable { aggregateComplianceCounts: [ConfigClientTypes.AggregateComplianceCount]? = nil, groupByKey: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateComplianceCounts = aggregateComplianceCounts self.groupByKey = groupByKey self.nextToken = nextToken @@ -7523,8 +7322,7 @@ public struct GetAggregateConformancePackComplianceSummaryInput: Swift.Sendable groupByKey: ConfigClientTypes.AggregateConformancePackComplianceSummaryGroupKey? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.groupByKey = groupByKey @@ -7545,8 +7343,7 @@ public struct GetAggregateConformancePackComplianceSummaryOutput: Swift.Sendable aggregateConformancePackComplianceSummaries: [ConfigClientTypes.AggregateConformancePackComplianceSummary]? = nil, groupByKey: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateConformancePackComplianceSummaries = aggregateConformancePackComplianceSummaries self.groupByKey = groupByKey self.nextToken = nextToken @@ -7568,8 +7365,7 @@ extension ConfigClientTypes { accountId: Swift.String? = nil, region: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.accountId = accountId self.region = region self.resourceType = resourceType @@ -7628,8 +7424,7 @@ public struct GetAggregateDiscoveredResourceCountsInput: Swift.Sendable { groupByKey: ConfigClientTypes.ResourceCountGroupKey? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.groupByKey = groupByKey @@ -7652,8 +7447,7 @@ extension ConfigClientTypes { public init( groupName: Swift.String? = nil, resourceCount: Swift.Int = 0 - ) - { + ) { self.groupName = groupName self.resourceCount = resourceCount } @@ -7676,8 +7470,7 @@ public struct GetAggregateDiscoveredResourceCountsOutput: Swift.Sendable { groupedResourceCounts: [ConfigClientTypes.GroupedResourceCount]? = nil, nextToken: Swift.String? = nil, totalDiscoveredResources: Swift.Int = 0 - ) - { + ) { self.groupByKey = groupByKey self.groupedResourceCounts = groupedResourceCounts self.nextToken = nextToken @@ -7704,8 +7497,7 @@ public struct OversizedConfigurationItemException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7729,8 +7521,7 @@ public struct ResourceNotDiscoveredException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7746,8 +7537,7 @@ public struct GetAggregateResourceConfigInput: Swift.Sendable { public init( configurationAggregatorName: Swift.String? = nil, resourceIdentifier: ConfigClientTypes.AggregateResourceIdentifier? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.resourceIdentifier = resourceIdentifier } @@ -7759,8 +7549,7 @@ public struct GetAggregateResourceConfigOutput: Swift.Sendable { public init( configurationItem: ConfigClientTypes.ConfigurationItem? = nil - ) - { + ) { self.configurationItem = configurationItem } } @@ -7782,8 +7571,7 @@ public struct GetComplianceDetailsByConfigRuleInput: Swift.Sendable { configRuleName: Swift.String? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.complianceTypes = complianceTypes self.configRuleName = configRuleName self.limit = limit @@ -7801,8 +7589,7 @@ public struct GetComplianceDetailsByConfigRuleOutput: Swift.Sendable { public init( evaluationResults: [ConfigClientTypes.EvaluationResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationResults = evaluationResults self.nextToken = nextToken } @@ -7827,8 +7614,7 @@ public struct GetComplianceDetailsByResourceInput: Swift.Sendable { resourceEvaluationId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.complianceTypes = complianceTypes self.nextToken = nextToken self.resourceEvaluationId = resourceEvaluationId @@ -7847,8 +7633,7 @@ public struct GetComplianceDetailsByResourceOutput: Swift.Sendable { public init( evaluationResults: [ConfigClientTypes.EvaluationResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationResults = evaluationResults self.nextToken = nextToken } @@ -7861,8 +7646,7 @@ public struct GetComplianceSummaryByConfigRuleOutput: Swift.Sendable { public init( complianceSummary: ConfigClientTypes.ComplianceSummary? = nil - ) - { + ) { self.complianceSummary = complianceSummary } } @@ -7874,8 +7658,7 @@ public struct GetComplianceSummaryByResourceTypeInput: Swift.Sendable { public init( resourceTypes: [Swift.String]? = nil - ) - { + ) { self.resourceTypes = resourceTypes } } @@ -7887,8 +7670,7 @@ public struct GetComplianceSummaryByResourceTypeOutput: Swift.Sendable { public init( complianceSummariesByResourceType: [ConfigClientTypes.ComplianceSummaryByResourceType]? = nil - ) - { + ) { self.complianceSummariesByResourceType = complianceSummariesByResourceType } } @@ -7909,8 +7691,7 @@ public struct GetConformancePackComplianceDetailsInput: Swift.Sendable { filters: ConfigClientTypes.ConformancePackEvaluationFilters? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName self.filters = filters self.limit = limit @@ -7931,8 +7712,7 @@ public struct GetConformancePackComplianceDetailsOutput: Swift.Sendable { conformancePackName: Swift.String? = nil, conformancePackRuleEvaluationResults: [ConfigClientTypes.ConformancePackEvaluationResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackName = conformancePackName self.conformancePackRuleEvaluationResults = conformancePackRuleEvaluationResults self.nextToken = nextToken @@ -7952,8 +7732,7 @@ public struct GetConformancePackComplianceSummaryInput: Swift.Sendable { conformancePackNames: [Swift.String]? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackNames = conformancePackNames self.limit = limit self.nextToken = nextToken @@ -7969,8 +7748,7 @@ public struct GetConformancePackComplianceSummaryOutput: Swift.Sendable { public init( conformancePackComplianceSummaryList: [ConfigClientTypes.ConformancePackComplianceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackComplianceSummaryList = conformancePackComplianceSummaryList self.nextToken = nextToken } @@ -7982,8 +7760,7 @@ public struct GetCustomRulePolicyInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil - ) - { + ) { self.configRuleName = configRuleName } } @@ -7994,8 +7771,7 @@ public struct GetCustomRulePolicyOutput: Swift.Sendable { public init( policyText: Swift.String? = nil - ) - { + ) { self.policyText = policyText } } @@ -8012,8 +7788,7 @@ public struct GetDiscoveredResourceCountsInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceTypes: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.resourceTypes = resourceTypes @@ -8032,8 +7807,7 @@ extension ConfigClientTypes { public init( count: Swift.Int = 0, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.count = count self.resourceType = resourceType } @@ -8058,8 +7832,7 @@ public struct GetDiscoveredResourceCountsOutput: Swift.Sendable { nextToken: Swift.String? = nil, resourceCounts: [ConfigClientTypes.ResourceCount]? = nil, totalDiscoveredResources: Swift.Int = 0 - ) - { + ) { self.nextToken = nextToken self.resourceCounts = resourceCounts self.totalDiscoveredResources = totalDiscoveredResources @@ -8146,8 +7919,7 @@ extension ConfigClientTypes { public init( accountId: Swift.String? = nil, memberAccountRuleStatus: ConfigClientTypes.MemberAccountRuleStatus? = nil - ) - { + ) { self.accountId = accountId self.memberAccountRuleStatus = memberAccountRuleStatus } @@ -8170,8 +7942,7 @@ public struct GetOrganizationConfigRuleDetailedStatusInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConfigRuleName: Swift.String? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -8224,8 +7995,7 @@ extension ConfigClientTypes { errorMessage: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, memberAccountRuleStatus: ConfigClientTypes.MemberAccountRuleStatus? = nil - ) - { + ) { self.accountId = accountId self.configRuleName = configRuleName self.errorCode = errorCode @@ -8245,8 +8015,7 @@ public struct GetOrganizationConfigRuleDetailedStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationConfigRuleDetailedStatus: [ConfigClientTypes.MemberAccountStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConfigRuleDetailedStatus = organizationConfigRuleDetailedStatus } @@ -8332,8 +8101,7 @@ extension ConfigClientTypes { public init( accountId: Swift.String? = nil, status: ConfigClientTypes.OrganizationResourceDetailedStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -8356,8 +8124,7 @@ public struct GetOrganizationConformancePackDetailedStatusInput: Swift.Sendable limit: Swift.Int? = 0, nextToken: Swift.String? = nil, organizationConformancePackName: Swift.String? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -8410,8 +8177,7 @@ extension ConfigClientTypes { errorMessage: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, status: ConfigClientTypes.OrganizationResourceDetailedStatus? = nil - ) - { + ) { self.accountId = accountId self.conformancePackName = conformancePackName self.errorCode = errorCode @@ -8431,8 +8197,7 @@ public struct GetOrganizationConformancePackDetailedStatusOutput: Swift.Sendable public init( nextToken: Swift.String? = nil, organizationConformancePackDetailedStatuses: [ConfigClientTypes.OrganizationConformancePackDetailedStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationConformancePackDetailedStatuses = organizationConformancePackDetailedStatuses } @@ -8445,8 +8210,7 @@ public struct GetOrganizationCustomRulePolicyInput: Swift.Sendable { public init( organizationConfigRuleName: Swift.String? = nil - ) - { + ) { self.organizationConfigRuleName = organizationConfigRuleName } } @@ -8457,8 +8221,7 @@ public struct GetOrganizationCustomRulePolicyOutput: Swift.Sendable { public init( policyText: Swift.String? = nil - ) - { + ) { self.policyText = policyText } } @@ -8482,8 +8245,7 @@ public struct InvalidTimeRangeException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8515,8 +8277,7 @@ public struct GetResourceConfigHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.chronologicalOrder = chronologicalOrder self.earlierTime = earlierTime self.laterTime = laterTime @@ -8537,8 +8298,7 @@ public struct GetResourceConfigHistoryOutput: Swift.Sendable { public init( configurationItems: [ConfigClientTypes.ConfigurationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationItems = configurationItems self.nextToken = nextToken } @@ -8551,8 +8311,7 @@ public struct GetResourceEvaluationSummaryInput: Swift.Sendable { public init( resourceEvaluationId: Swift.String? = nil - ) - { + ) { self.resourceEvaluationId = resourceEvaluationId } } @@ -8604,8 +8363,7 @@ extension ConfigClientTypes { resourceConfigurationSchemaType: ConfigClientTypes.ResourceConfigurationSchemaType? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceConfiguration = resourceConfiguration self.resourceConfigurationSchemaType = resourceConfigurationSchemaType self.resourceId = resourceId @@ -8638,8 +8396,7 @@ public struct GetResourceEvaluationSummaryOutput: Swift.Sendable { evaluationStatus: ConfigClientTypes.EvaluationStatus? = nil, resourceDetails: ConfigClientTypes.ResourceDetails? = nil, resourceEvaluationId: Swift.String? = nil - ) - { + ) { self.compliance = compliance self.evaluationContext = evaluationContext self.evaluationMode = evaluationMode @@ -8657,8 +8414,7 @@ public struct GetStoredQueryInput: Swift.Sendable { public init( queryName: Swift.String? = nil - ) - { + ) { self.queryName = queryName } } @@ -8685,8 +8441,7 @@ extension ConfigClientTypes { queryArn: Swift.String? = nil, queryId: Swift.String? = nil, queryName: Swift.String? = nil - ) - { + ) { self.description = description self.expression = expression self.queryArn = queryArn @@ -8702,8 +8457,7 @@ public struct GetStoredQueryOutput: Swift.Sendable { public init( storedQuery: ConfigClientTypes.StoredQuery? = nil - ) - { + ) { self.storedQuery = storedQuery } } @@ -8726,8 +8480,7 @@ public struct IdempotentParameterMismatch: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8751,8 +8504,7 @@ public struct InsufficientDeliveryPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8776,8 +8528,7 @@ public struct InvalidConfigurationRecorderNameException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8801,8 +8552,7 @@ public struct InvalidDeliveryChannelNameException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8826,8 +8576,7 @@ public struct InvalidExpressionException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8866,8 +8615,7 @@ public struct InvalidRecordingGroupException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8891,8 +8639,7 @@ public struct InvalidResultTokenException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8916,8 +8663,7 @@ public struct InvalidRoleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8941,8 +8687,7 @@ public struct InvalidS3KeyPrefixException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8966,8 +8711,7 @@ public struct InvalidS3KmsKeyArnException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8991,8 +8735,7 @@ public struct InvalidSNSTopicARNException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9016,8 +8759,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9040,8 +8782,7 @@ extension ConfigClientTypes { region: Swift.String? = nil, resourceId: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.region = region self.resourceId = resourceId @@ -9070,8 +8811,7 @@ public struct ListAggregateDiscoveredResourcesInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.filters = filters self.limit = limit @@ -9089,8 +8829,7 @@ public struct ListAggregateDiscoveredResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceIdentifiers: [ConfigClientTypes.AggregateResourceIdentifier]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceIdentifiers = resourceIdentifiers } @@ -9108,8 +8847,7 @@ public struct ListConfigurationRecordersInput: Swift.Sendable { filters: [ConfigClientTypes.ConfigurationRecorderFilter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -9126,8 +8864,7 @@ public struct ListConfigurationRecordersOutput: Swift.Sendable { public init( configurationRecorderSummaries: [ConfigClientTypes.ConfigurationRecorderSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationRecorderSummaries = configurationRecorderSummaries self.nextToken = nextToken } @@ -9206,8 +8943,7 @@ public struct ListConformancePackComplianceScoresInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: ConfigClientTypes.SortBy? = nil, sortOrder: ConfigClientTypes.SortOrder? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -9226,8 +8962,7 @@ public struct ListConformancePackComplianceScoresOutput: Swift.Sendable { public init( conformancePackComplianceScores: [ConfigClientTypes.ConformancePackComplianceScore]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conformancePackComplianceScores = conformancePackComplianceScores self.nextToken = nextToken } @@ -9256,8 +8991,7 @@ public struct ListDiscoveredResourcesInput: Swift.Sendable { resourceIds: [Swift.String]? = nil, resourceName: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.includeDeletedResources = includeDeletedResources self.limit = limit self.nextToken = nextToken @@ -9285,8 +9019,7 @@ extension ConfigClientTypes { resourceId: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: ConfigClientTypes.ResourceType? = nil - ) - { + ) { self.resourceDeletionTime = resourceDeletionTime self.resourceId = resourceId self.resourceName = resourceName @@ -9305,8 +9038,7 @@ public struct ListDiscoveredResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceIdentifiers: [ConfigClientTypes.ResourceIdentifier]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceIdentifiers = resourceIdentifiers } @@ -9324,8 +9056,7 @@ extension ConfigClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -9347,8 +9078,7 @@ extension ConfigClientTypes { evaluationContextIdentifier: Swift.String? = nil, evaluationMode: ConfigClientTypes.EvaluationMode? = nil, timeWindow: ConfigClientTypes.TimeWindow? = nil - ) - { + ) { self.evaluationContextIdentifier = evaluationContextIdentifier self.evaluationMode = evaluationMode self.timeWindow = timeWindow @@ -9368,8 +9098,7 @@ public struct ListResourceEvaluationsInput: Swift.Sendable { filters: ConfigClientTypes.ResourceEvaluationFilters? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -9391,8 +9120,7 @@ extension ConfigClientTypes { evaluationMode: ConfigClientTypes.EvaluationMode? = nil, evaluationStartTimestamp: Foundation.Date? = nil, resourceEvaluationId: Swift.String? = nil - ) - { + ) { self.evaluationMode = evaluationMode self.evaluationStartTimestamp = evaluationStartTimestamp self.resourceEvaluationId = resourceEvaluationId @@ -9409,8 +9137,7 @@ public struct ListResourceEvaluationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceEvaluations: [ConfigClientTypes.ResourceEvaluation]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceEvaluations = resourceEvaluations } @@ -9425,8 +9152,7 @@ public struct ListStoredQueriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9453,8 +9179,7 @@ extension ConfigClientTypes { queryArn: Swift.String? = nil, queryId: Swift.String? = nil, queryName: Swift.String? = nil - ) - { + ) { self.description = description self.queryArn = queryArn self.queryId = queryId @@ -9472,8 +9197,7 @@ public struct ListStoredQueriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storedQueryMetadata: [ConfigClientTypes.StoredQueryMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.storedQueryMetadata = storedQueryMetadata } @@ -9508,8 +9232,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.resourceArn = resourceArn @@ -9528,8 +9251,7 @@ extension ConfigClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -9545,8 +9267,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -9571,8 +9292,7 @@ public struct MaxActiveResourcesExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9596,8 +9316,7 @@ public struct MaxNumberOfConfigRulesExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9621,8 +9340,7 @@ public struct MaxNumberOfConfigurationRecordersExceededException: ClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9646,8 +9364,7 @@ public struct MaxNumberOfConformancePacksExceededException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9671,8 +9388,7 @@ public struct MaxNumberOfDeliveryChannelsExceededException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9696,8 +9412,7 @@ public struct MaxNumberOfOrganizationConfigRulesExceededException: ClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9721,8 +9436,7 @@ public struct MaxNumberOfOrganizationConformancePacksExceededException: ClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9746,8 +9460,7 @@ public struct MaxNumberOfRetentionConfigurationsExceededException: ClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9771,8 +9484,7 @@ public struct NoAvailableDeliveryChannelException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9796,8 +9508,7 @@ public struct NoAvailableOrganizationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9821,8 +9532,7 @@ public struct NoSuchBucketException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9846,8 +9556,7 @@ public struct OrganizationAllFeaturesNotEnabledException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9871,8 +9580,7 @@ public struct OrganizationConformancePackTemplateValidationException: ClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9922,8 +9630,7 @@ extension ConfigClientTypes { resourceTypesScope: [Swift.String]? = nil, tagKeyScope: Swift.String? = nil, tagValueScope: Swift.String? = nil - ) - { + ) { self.debugLogDeliveryAccounts = debugLogDeliveryAccounts self.description = description self.inputParameters = inputParameters @@ -9953,8 +9660,7 @@ public struct PutAggregationAuthorizationInput: Swift.Sendable { authorizedAccountId: Swift.String? = nil, authorizedAwsRegion: Swift.String? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.authorizedAccountId = authorizedAccountId self.authorizedAwsRegion = authorizedAwsRegion self.tags = tags @@ -9967,8 +9673,7 @@ public struct PutAggregationAuthorizationOutput: Swift.Sendable { public init( aggregationAuthorization: ConfigClientTypes.AggregationAuthorization? = nil - ) - { + ) { self.aggregationAuthorization = aggregationAuthorization } } @@ -9983,8 +9688,7 @@ public struct PutConfigRuleInput: Swift.Sendable { public init( configRule: ConfigClientTypes.ConfigRule? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.configRule = configRule self.tags = tags } @@ -10009,8 +9713,7 @@ public struct PutConfigurationAggregatorInput: Swift.Sendable { configurationAggregatorName: Swift.String? = nil, organizationAggregationSource: ConfigClientTypes.OrganizationAggregationSource? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.accountAggregationSources = accountAggregationSources self.aggregatorFilters = aggregatorFilters self.configurationAggregatorName = configurationAggregatorName @@ -10025,8 +9728,7 @@ public struct PutConfigurationAggregatorOutput: Swift.Sendable { public init( configurationAggregator: ConfigClientTypes.ConfigurationAggregator? = nil - ) - { + ) { self.configurationAggregator = configurationAggregator } } @@ -10042,8 +9744,7 @@ public struct PutConfigurationRecorderInput: Swift.Sendable { public init( configurationRecorder: ConfigClientTypes.ConfigurationRecorder? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.configurationRecorder = configurationRecorder self.tags = tags } @@ -10074,8 +9775,7 @@ public struct PutConformancePackInput: Swift.Sendable { templateBody: Swift.String? = nil, templateS3Uri: Swift.String? = nil, templateSSMDocumentDetails: ConfigClientTypes.TemplateSSMDocumentDetails? = nil - ) - { + ) { self.conformancePackInputParameters = conformancePackInputParameters self.conformancePackName = conformancePackName self.deliveryS3Bucket = deliveryS3Bucket @@ -10092,8 +9792,7 @@ public struct PutConformancePackOutput: Swift.Sendable { public init( conformancePackArn: Swift.String? = nil - ) - { + ) { self.conformancePackArn = conformancePackArn } } @@ -10106,8 +9805,7 @@ public struct PutDeliveryChannelInput: Swift.Sendable { public init( deliveryChannel: ConfigClientTypes.DeliveryChannel? = nil - ) - { + ) { self.deliveryChannel = deliveryChannel } } @@ -10126,8 +9824,7 @@ public struct PutEvaluationsInput: Swift.Sendable { evaluations: [ConfigClientTypes.Evaluation]? = nil, resultToken: Swift.String? = nil, testMode: Swift.Bool? = false - ) - { + ) { self.evaluations = evaluations self.resultToken = resultToken self.testMode = testMode @@ -10141,8 +9838,7 @@ public struct PutEvaluationsOutput: Swift.Sendable { public init( failedEvaluations: [ConfigClientTypes.Evaluation]? = nil - ) - { + ) { self.failedEvaluations = failedEvaluations } } @@ -10158,8 +9854,7 @@ public struct PutExternalEvaluationInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil, externalEvaluation: ConfigClientTypes.ExternalEvaluation? = nil - ) - { + ) { self.configRuleName = configRuleName self.externalEvaluation = externalEvaluation } @@ -10189,8 +9884,7 @@ public struct PutOrganizationConfigRuleInput: Swift.Sendable { organizationCustomPolicyRuleMetadata: ConfigClientTypes.OrganizationCustomPolicyRuleMetadata? = nil, organizationCustomRuleMetadata: ConfigClientTypes.OrganizationCustomRuleMetadata? = nil, organizationManagedRuleMetadata: ConfigClientTypes.OrganizationManagedRuleMetadata? = nil - ) - { + ) { self.excludedAccounts = excludedAccounts self.organizationConfigRuleName = organizationConfigRuleName self.organizationCustomPolicyRuleMetadata = organizationCustomPolicyRuleMetadata @@ -10205,8 +9899,7 @@ public struct PutOrganizationConfigRuleOutput: Swift.Sendable { public init( organizationConfigRuleArn: Swift.String? = nil - ) - { + ) { self.organizationConfigRuleArn = organizationConfigRuleArn } } @@ -10236,8 +9929,7 @@ public struct PutOrganizationConformancePackInput: Swift.Sendable { organizationConformancePackName: Swift.String? = nil, templateBody: Swift.String? = nil, templateS3Uri: Swift.String? = nil - ) - { + ) { self.conformancePackInputParameters = conformancePackInputParameters self.deliveryS3Bucket = deliveryS3Bucket self.deliveryS3KeyPrefix = deliveryS3KeyPrefix @@ -10254,8 +9946,7 @@ public struct PutOrganizationConformancePackOutput: Swift.Sendable { public init( organizationConformancePackArn: Swift.String? = nil - ) - { + ) { self.organizationConformancePackArn = organizationConformancePackArn } } @@ -10267,8 +9958,7 @@ public struct PutRemediationConfigurationsInput: Swift.Sendable { public init( remediationConfigurations: [ConfigClientTypes.RemediationConfiguration]? = nil - ) - { + ) { self.remediationConfigurations = remediationConfigurations } } @@ -10279,8 +9969,7 @@ public struct PutRemediationConfigurationsOutput: Swift.Sendable { public init( failedBatches: [ConfigClientTypes.FailedRemediationBatch]? = nil - ) - { + ) { self.failedBatches = failedBatches } } @@ -10302,8 +9991,7 @@ public struct PutRemediationExceptionsInput: Swift.Sendable { expirationTime: Foundation.Date? = nil, message: Swift.String? = nil, resourceKeys: [ConfigClientTypes.RemediationExceptionResourceKey]? = nil - ) - { + ) { self.configRuleName = configRuleName self.expirationTime = expirationTime self.message = message @@ -10317,8 +10005,7 @@ public struct PutRemediationExceptionsOutput: Swift.Sendable { public init( failedBatches: [ConfigClientTypes.FailedRemediationExceptionBatch]? = nil - ) - { + ) { self.failedBatches = failedBatches } } @@ -10348,8 +10035,7 @@ public struct PutResourceConfigInput: Swift.Sendable { resourceType: Swift.String? = nil, schemaVersionId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuration = configuration self.resourceId = resourceId self.resourceName = resourceName @@ -10366,8 +10052,7 @@ public struct PutRetentionConfigurationInput: Swift.Sendable { public init( retentionPeriodInDays: Swift.Int? = nil - ) - { + ) { self.retentionPeriodInDays = retentionPeriodInDays } } @@ -10378,8 +10063,7 @@ public struct PutRetentionConfigurationOutput: Swift.Sendable { public init( retentionConfiguration: ConfigClientTypes.RetentionConfiguration? = nil - ) - { + ) { self.retentionConfiguration = retentionConfiguration } } @@ -10394,8 +10078,7 @@ public struct PutServiceLinkedConfigurationRecorderInput: Swift.Sendable { public init( servicePrincipal: Swift.String? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.servicePrincipal = servicePrincipal self.tags = tags } @@ -10410,8 +10093,7 @@ public struct PutServiceLinkedConfigurationRecorderOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -10435,8 +10117,7 @@ public struct ResourceConcurrentModificationException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10460,8 +10141,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10476,8 +10156,7 @@ public struct PutStoredQueryInput: Swift.Sendable { public init( storedQuery: ConfigClientTypes.StoredQuery? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.storedQuery = storedQuery self.tags = tags } @@ -10489,8 +10168,7 @@ public struct PutStoredQueryOutput: Swift.Sendable { public init( queryArn: Swift.String? = nil - ) - { + ) { self.queryArn = queryArn } } @@ -10504,8 +10182,7 @@ extension ConfigClientTypes { public init( selectFields: [ConfigClientTypes.FieldInfo]? = nil - ) - { + ) { self.selectFields = selectFields } } @@ -10531,8 +10208,7 @@ public struct SelectAggregateResourceConfigInput: Swift.Sendable { limit: Swift.Int? = 0, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.configurationAggregatorName = configurationAggregatorName self.expression = expression self.limit = limit @@ -10553,8 +10229,7 @@ public struct SelectAggregateResourceConfigOutput: Swift.Sendable { nextToken: Swift.String? = nil, queryInfo: ConfigClientTypes.QueryInfo? = nil, results: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.queryInfo = queryInfo self.results = results @@ -10574,8 +10249,7 @@ public struct SelectResourceConfigInput: Swift.Sendable { expression: Swift.String? = nil, limit: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.expression = expression self.limit = limit self.nextToken = nextToken @@ -10594,8 +10268,7 @@ public struct SelectResourceConfigOutput: Swift.Sendable { nextToken: Swift.String? = nil, queryInfo: ConfigClientTypes.QueryInfo? = nil, results: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.queryInfo = queryInfo self.results = results @@ -10609,8 +10282,7 @@ public struct StartConfigRulesEvaluationInput: Swift.Sendable { public init( configRuleNames: [Swift.String]? = nil - ) - { + ) { self.configRuleNames = configRuleNames } } @@ -10629,8 +10301,7 @@ public struct StartConfigurationRecorderInput: Swift.Sendable { public init( configurationRecorderName: Swift.String? = nil - ) - { + ) { self.configurationRecorderName = configurationRecorderName } } @@ -10646,8 +10317,7 @@ public struct StartRemediationExecutionInput: Swift.Sendable { public init( configRuleName: Swift.String? = nil, resourceKeys: [ConfigClientTypes.ResourceKey]? = nil - ) - { + ) { self.configRuleName = configRuleName self.resourceKeys = resourceKeys } @@ -10662,8 +10332,7 @@ public struct StartRemediationExecutionOutput: Swift.Sendable { public init( failedItems: [ConfigClientTypes.ResourceKey]? = nil, failureMessage: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.failureMessage = failureMessage } @@ -10689,8 +10358,7 @@ public struct StartResourceEvaluationInput: Swift.Sendable { evaluationMode: ConfigClientTypes.EvaluationMode? = nil, evaluationTimeout: Swift.Int? = 0, resourceDetails: ConfigClientTypes.ResourceDetails? = nil - ) - { + ) { self.clientToken = clientToken self.evaluationContext = evaluationContext self.evaluationMode = evaluationMode @@ -10705,8 +10373,7 @@ public struct StartResourceEvaluationOutput: Swift.Sendable { public init( resourceEvaluationId: Swift.String? = nil - ) - { + ) { self.resourceEvaluationId = resourceEvaluationId } } @@ -10719,8 +10386,7 @@ public struct StopConfigurationRecorderInput: Swift.Sendable { public init( configurationRecorderName: Swift.String? = nil - ) - { + ) { self.configurationRecorderName = configurationRecorderName } } @@ -10752,8 +10418,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ConfigClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -10786,8 +10451,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSConnect/Package.swift.txt b/Sources/Services/AWSConnect/Package.swift.txt index 8a9e6c33296..884cfed96b3 100644 --- a/Sources/Services/AWSConnect/Package.swift.txt +++ b/Sources/Services/AWSConnect/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift b/Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift index 8fb40fd363b..10c1ca9a047 100644 --- a/Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift +++ b/Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectClient: ClientRuntime.Client { public static let clientName = "ConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectClient.ConnectClientConfiguration let serviceName = "Connect" diff --git a/Sources/Services/AWSConnect/Sources/AWSConnect/Models.swift b/Sources/Services/AWSConnect/Sources/AWSConnect/Models.swift index 7671dc982fc..43b4b012fe6 100644 --- a/Sources/Services/AWSConnect/Sources/AWSConnect/Models.swift +++ b/Sources/Services/AWSConnect/Sources/AWSConnect/Models.swift @@ -399,8 +399,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -462,8 +461,7 @@ extension ConnectClientTypes { public init( actionType: ConnectClientTypes.ActionType? = nil - ) - { + ) { self.actionType = actionType } } @@ -488,8 +486,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -513,8 +510,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -537,8 +533,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -562,8 +557,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -586,8 +580,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -607,8 +600,7 @@ public struct ActivateEvaluationFormInput: Swift.Sendable { evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int? = 0, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion self.instanceId = instanceId @@ -630,8 +622,7 @@ public struct ActivateEvaluationFormOutput: Swift.Sendable { evaluationFormArn: Swift.String? = nil, evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int = 0 - ) - { + ) { self.evaluationFormArn = evaluationFormArn self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion @@ -650,8 +641,7 @@ extension ConnectClientTypes { public init( address: Swift.String? = nil, displayName: Swift.String? = nil - ) - { + ) { self.address = address self.displayName = displayName } @@ -670,8 +660,7 @@ extension ConnectClientTypes { public init( ccList: [ConnectClientTypes.EmailRecipient]? = nil, toList: [ConnectClientTypes.EmailRecipient]? = nil - ) - { + ) { self.ccList = ccList self.toList = toList } @@ -721,8 +710,7 @@ extension ConnectClientTypes { public init( percentage: Swift.Int = 0, region: Swift.String? = nil - ) - { + ) { self.percentage = percentage self.region = region } @@ -739,8 +727,7 @@ extension ConnectClientTypes { public init( distributions: [ConnectClientTypes.Distribution]? = nil - ) - { + ) { self.distributions = distributions } } @@ -902,8 +889,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -937,8 +923,7 @@ extension ConnectClientTypes { initiationMethod: ConnectClientTypes.ContactInitiationMethod? = nil, queue: ConnectClientTypes.QueueReference? = nil, stateStartTimestamp: Foundation.Date? = nil - ) - { + ) { self.agentContactState = agentContactState self.channel = channel self.connectedToAgentTimestamp = connectedToAgentTimestamp @@ -959,8 +944,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -987,8 +971,7 @@ extension ConnectClientTypes { l3Ids: [Swift.String]? = nil, l4Ids: [Swift.String]? = nil, l5Ids: [Swift.String]? = nil - ) - { + ) { self.l1Ids = l1Ids self.l2Ids = l2Ids self.l3Ids = l3Ids @@ -1062,8 +1045,7 @@ extension ConnectClientTypes { public init( screenShare: ConnectClientTypes.ScreenShareCapability? = nil, video: ConnectClientTypes.VideoCapability? = nil - ) - { + ) { self.screenShare = screenShare self.video = video } @@ -1085,8 +1067,7 @@ extension ConnectClientTypes { operatingSystem: Swift.String? = nil, platformName: Swift.String? = nil, platformVersion: Swift.String? = nil - ) - { + ) { self.operatingSystem = operatingSystem self.platformName = platformName self.platformVersion = platformVersion @@ -1115,8 +1096,7 @@ extension ConnectClientTypes { level3: ConnectClientTypes.AgentHierarchyGroup? = nil, level4: ConnectClientTypes.AgentHierarchyGroup? = nil, level5: ConnectClientTypes.AgentHierarchyGroup? = nil - ) - { + ) { self.level1 = level1 self.level2 = level2 self.level3 = level3 @@ -1150,8 +1130,7 @@ extension ConnectClientTypes { deviceInfo: ConnectClientTypes.DeviceInfo? = nil, hierarchyGroups: ConnectClientTypes.HierarchyGroups? = nil, id: Swift.String? = nil - ) - { + ) { self.agentPauseDurationInSeconds = agentPauseDurationInSeconds self.capabilities = capabilities self.connectedToAgentTimestamp = connectedToAgentTimestamp @@ -1174,8 +1153,7 @@ extension ConnectClientTypes { public init( potentialQualityIssues: [Swift.String]? = nil, qualityScore: Swift.Float = 0.0 - ) - { + ) { self.potentialQualityIssues = potentialQualityIssues self.qualityScore = qualityScore } @@ -1191,8 +1169,7 @@ extension ConnectClientTypes { public init( audio: ConnectClientTypes.AudioQualityMetricsInfo? = nil - ) - { + ) { self.audio = audio } } @@ -1207,8 +1184,7 @@ extension ConnectClientTypes { public init( agentIds: [Swift.String]? = nil - ) - { + ) { self.agentIds = agentIds } } @@ -1311,8 +1287,7 @@ extension ConnectClientTypes { state: ConnectClientTypes.AgentStatusState? = nil, tags: [Swift.String: Swift.String]? = nil, type: ConnectClientTypes.AgentStatusType? = nil - ) - { + ) { self.agentStatusARN = agentStatusARN self.agentStatusId = agentStatusId self.description = description @@ -1342,8 +1317,7 @@ extension ConnectClientTypes { statusArn: Swift.String? = nil, statusName: Swift.String? = nil, statusStartTimestamp: Foundation.Date? = nil - ) - { + ) { self.statusArn = statusArn self.statusName = statusName self.statusStartTimestamp = statusStartTimestamp @@ -1398,8 +1372,7 @@ extension ConnectClientTypes { comparisonType: ConnectClientTypes.StringComparisonType? = nil, fieldName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparisonType = comparisonType self.fieldName = fieldName self.value = value @@ -1419,8 +1392,7 @@ extension ConnectClientTypes { public init( tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.tagKey = tagKey self.tagValue = tagValue } @@ -1436,8 +1408,7 @@ extension ConnectClientTypes { public init( tagConditions: [ConnectClientTypes.TagCondition]? = nil - ) - { + ) { self.tagConditions = tagConditions } } @@ -1462,8 +1433,7 @@ extension ConnectClientTypes { andCondition: ConnectClientTypes.CommonAttributeAndCondition? = nil, orConditions: [ConnectClientTypes.CommonAttributeAndCondition]? = nil, tagCondition: ConnectClientTypes.TagCondition? = nil - ) - { + ) { self.andCondition = andCondition self.orConditions = orConditions self.tagCondition = tagCondition @@ -1484,8 +1454,7 @@ extension ConnectClientTypes { public init( attributeFilter: ConnectClientTypes.ControlPlaneAttributeFilter? = nil - ) - { + ) { self.attributeFilter = attributeFilter } } @@ -1515,8 +1484,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, type: ConnectClientTypes.AgentStatusType? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -1539,8 +1507,7 @@ extension ConnectClientTypes { public init( agent: ConnectClientTypes.ParticipantCapabilities? = nil, customer: ConnectClientTypes.ParticipantCapabilities? = nil - ) - { + ) { self.agent = agent self.customer = customer } @@ -1640,8 +1607,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, reason: ConnectClientTypes.InvalidRequestExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -1661,8 +1627,7 @@ public struct AssociateAnalyticsDataSetInput: Swift.Sendable { dataSetId: Swift.String? = nil, instanceId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.instanceId = instanceId self.targetAccountId = targetAccountId @@ -1684,8 +1649,7 @@ public struct AssociateAnalyticsDataSetOutput: Swift.Sendable { resourceShareArn: Swift.String? = nil, resourceShareId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.resourceShareArn = resourceShareArn self.resourceShareId = resourceShareId @@ -1753,8 +1717,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, reason: ConnectClientTypes.ServiceQuotaExceededExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -1771,8 +1734,7 @@ public struct AssociateApprovedOriginInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, origin: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.origin = origin } @@ -1797,8 +1759,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1817,8 +1778,7 @@ extension ConnectClientTypes { public init( lexRegion: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.lexRegion = lexRegion self.name = name } @@ -1834,8 +1794,7 @@ extension ConnectClientTypes { public init( aliasArn: Swift.String? = nil - ) - { + ) { self.aliasArn = aliasArn } } @@ -1854,8 +1813,7 @@ public struct AssociateBotInput: Swift.Sendable { instanceId: Swift.String? = nil, lexBot: ConnectClientTypes.LexBot? = nil, lexV2Bot: ConnectClientTypes.LexV2Bot? = nil - ) - { + ) { self.instanceId = instanceId self.lexBot = lexBot self.lexV2Bot = lexV2Bot @@ -1998,8 +1956,7 @@ public struct AssociateDefaultVocabularyInput: Swift.Sendable { instanceId: Swift.String? = nil, languageCode: ConnectClientTypes.VocabularyLanguageCode? = nil, vocabularyId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.languageCode = languageCode self.vocabularyId = vocabularyId @@ -2072,8 +2029,7 @@ public struct AssociateFlowInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.FlowAssociationResourceType? = nil - ) - { + ) { self.flowId = flowId self.instanceId = instanceId self.resourceId = resourceId @@ -2158,8 +2114,7 @@ extension ConnectClientTypes { public init( firehoseArn: Swift.String? = nil - ) - { + ) { self.firehoseArn = firehoseArn } } @@ -2175,8 +2130,7 @@ extension ConnectClientTypes { public init( streamArn: Swift.String? = nil - ) - { + ) { self.streamArn = streamArn } } @@ -2222,8 +2176,7 @@ extension ConnectClientTypes { public init( encryptionType: ConnectClientTypes.EncryptionType? = nil, keyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.keyId = keyId } @@ -2248,8 +2201,7 @@ extension ConnectClientTypes { encryptionConfig: ConnectClientTypes.EncryptionConfig? = nil, `prefix`: Swift.String? = nil, retentionPeriodHours: Swift.Int = 0 - ) - { + ) { self.encryptionConfig = encryptionConfig self.`prefix` = `prefix` self.retentionPeriodHours = retentionPeriodHours @@ -2274,8 +2226,7 @@ extension ConnectClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, encryptionConfig: ConnectClientTypes.EncryptionConfig? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.encryptionConfig = encryptionConfig @@ -2343,8 +2294,7 @@ extension ConnectClientTypes { kinesisVideoStreamConfig: ConnectClientTypes.KinesisVideoStreamConfig? = nil, s3Config: ConnectClientTypes.S3Config? = nil, storageType: ConnectClientTypes.StorageType? = nil - ) - { + ) { self.associationId = associationId self.kinesisFirehoseConfig = kinesisFirehoseConfig self.kinesisStreamConfig = kinesisStreamConfig @@ -2377,8 +2327,7 @@ public struct AssociateInstanceStorageConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceType: ConnectClientTypes.InstanceStorageResourceType? = nil, storageConfig: ConnectClientTypes.InstanceStorageConfig? = nil - ) - { + ) { self.instanceId = instanceId self.resourceType = resourceType self.storageConfig = storageConfig @@ -2391,8 +2340,7 @@ public struct AssociateInstanceStorageConfigOutput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -2408,8 +2356,7 @@ public struct AssociateLambdaFunctionInput: Swift.Sendable { public init( functionArn: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn self.instanceId = instanceId } @@ -2426,8 +2373,7 @@ public struct AssociateLexBotInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, lexBot: ConnectClientTypes.LexBot? = nil - ) - { + ) { self.instanceId = instanceId self.lexBot = lexBot } @@ -2448,8 +2394,7 @@ public struct AssociatePhoneNumberContactFlowInput: Swift.Sendable { contactFlowId: Swift.String? = nil, instanceId: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.instanceId = instanceId self.phoneNumberId = phoneNumberId @@ -2471,8 +2416,7 @@ public struct AssociateQueueQuickConnectsInput: Swift.Sendable { instanceId: Swift.String? = nil, queueId: Swift.String? = nil, quickConnectIds: [Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.queueId = queueId self.quickConnectIds = quickConnectIds @@ -2493,8 +2437,7 @@ extension ConnectClientTypes { public init( channel: ConnectClientTypes.Channel? = nil, queueId: Swift.String? = nil - ) - { + ) { self.channel = channel self.queueId = queueId } @@ -2519,8 +2462,7 @@ extension ConnectClientTypes { delay: Swift.Int? = 0, priority: Swift.Int? = nil, queueReference: ConnectClientTypes.RoutingProfileQueueReference? = nil - ) - { + ) { self.delay = delay self.priority = priority self.queueReference = queueReference @@ -2543,8 +2485,7 @@ public struct AssociateRoutingProfileQueuesInput: Swift.Sendable { instanceId: Swift.String? = nil, queueConfigs: [ConnectClientTypes.RoutingProfileQueueConfig]? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.queueConfigs = queueConfigs self.routingProfileId = routingProfileId @@ -2562,8 +2503,7 @@ public struct AssociateSecurityKeyInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.key = key } @@ -2575,8 +2515,7 @@ public struct AssociateSecurityKeyOutput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -2596,8 +2535,7 @@ public struct AssociateTrafficDistributionGroupUserInput: Swift.Sendable { instanceId: Swift.String? = nil, trafficDistributionGroupId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.trafficDistributionGroupId = trafficDistributionGroupId self.userId = userId @@ -2627,8 +2565,7 @@ extension ConnectClientTypes { attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil, level: Swift.Float? = 1.0 - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.level = level @@ -2651,8 +2588,7 @@ public struct AssociateUserProficienciesInput: Swift.Sendable { instanceId: Swift.String? = nil, userId: Swift.String? = nil, userProficiencies: [ConnectClientTypes.UserProficiency]? = nil - ) - { + ) { self.instanceId = instanceId self.userId = userId self.userProficiencies = userProficiencies @@ -2673,8 +2609,7 @@ public struct BatchAssociateAnalyticsDataSetInput: Swift.Sendable { dataSetIds: [Swift.String]? = nil, instanceId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetIds = dataSetIds self.instanceId = instanceId self.targetAccountId = targetAccountId @@ -2699,8 +2634,7 @@ extension ConnectClientTypes { resourceShareArn: Swift.String? = nil, resourceShareId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.resourceShareArn = resourceShareArn self.resourceShareId = resourceShareId @@ -2721,8 +2655,7 @@ extension ConnectClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -2738,8 +2671,7 @@ public struct BatchAssociateAnalyticsDataSetOutput: Swift.Sendable { public init( created: [ConnectClientTypes.AnalyticsDataAssociationResult]? = nil, errors: [ConnectClientTypes.ErrorResult]? = nil - ) - { + ) { self.created = created self.errors = errors } @@ -2759,8 +2691,7 @@ public struct BatchDisassociateAnalyticsDataSetInput: Swift.Sendable { dataSetIds: [Swift.String]? = nil, instanceId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetIds = dataSetIds self.instanceId = instanceId self.targetAccountId = targetAccountId @@ -2776,8 +2707,7 @@ public struct BatchDisassociateAnalyticsDataSetOutput: Swift.Sendable { public init( deleted: [Swift.String]? = nil, errors: [ConnectClientTypes.ErrorResult]? = nil - ) - { + ) { self.deleted = deleted self.errors = errors } @@ -2798,8 +2728,7 @@ public struct BatchGetAttachedFileMetadataInput: Swift.Sendable { associatedResourceArn: Swift.String? = nil, fileIds: [Swift.String]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.fileIds = fileIds self.instanceId = instanceId @@ -2821,8 +2750,7 @@ extension ConnectClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, fileId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.fileId = fileId @@ -2948,8 +2876,7 @@ extension ConnectClientTypes { fileStatus: ConnectClientTypes.FileStatusType? = nil, fileUseCaseType: ConnectClientTypes.FileUseCaseType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.createdBy = createdBy self.creationTime = creationTime @@ -2973,8 +2900,7 @@ public struct BatchGetAttachedFileMetadataOutput: Swift.Sendable { public init( errors: [ConnectClientTypes.AttachedFileError]? = nil, files: [ConnectClientTypes.AttachedFile]? = nil - ) - { + ) { self.errors = errors self.files = files } @@ -3036,8 +2962,7 @@ public struct BatchGetFlowAssociationInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceIds: [Swift.String]? = nil, resourceType: ConnectClientTypes.ListFlowAssociationResourceType? = nil - ) - { + ) { self.instanceId = instanceId self.resourceIds = resourceIds self.resourceType = resourceType @@ -3059,8 +2984,7 @@ extension ConnectClientTypes { flowId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.ListFlowAssociationResourceType? = nil - ) - { + ) { self.flowId = flowId self.resourceId = resourceId self.resourceType = resourceType @@ -3074,8 +2998,7 @@ public struct BatchGetFlowAssociationOutput: Swift.Sendable { public init( flowAssociationSummaryList: [ConnectClientTypes.FlowAssociationSummary]? = nil - ) - { + ) { self.flowAssociationSummaryList = flowAssociationSummaryList } } @@ -3098,8 +3021,7 @@ public struct IdempotencyException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3113,8 +3035,7 @@ extension ConnectClientTypes { public init( campaignId: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId } } @@ -3170,8 +3091,7 @@ extension ConnectClientTypes { public init( address: Swift.String? = nil, type: ConnectClientTypes.EndpointType? = nil - ) - { + ) { self.address = address self.type = type } @@ -3202,8 +3122,7 @@ extension ConnectClientTypes { queueId: Swift.String? = nil, requestIdentifier: Swift.String? = nil, systemEndpoint: ConnectClientTypes.Endpoint? = nil - ) - { + ) { self.attributes = attributes self.campaign = campaign self.customerEndpoint = customerEndpoint @@ -3228,8 +3147,7 @@ public struct BatchPutContactInput: Swift.Sendable { clientToken: Swift.String? = nil, contactDataRequestList: [ConnectClientTypes.ContactDataRequest]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.contactDataRequestList = contactDataRequestList self.instanceId = instanceId @@ -3304,8 +3222,7 @@ extension ConnectClientTypes { failureReasonCode: ConnectClientTypes.FailureReasonCode? = nil, failureReasonMessage: Swift.String? = nil, requestIdentifier: Swift.String? = nil - ) - { + ) { self.failureReasonCode = failureReasonCode self.failureReasonMessage = failureReasonMessage self.requestIdentifier = requestIdentifier @@ -3325,8 +3242,7 @@ extension ConnectClientTypes { public init( contactId: Swift.String? = nil, requestIdentifier: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.requestIdentifier = requestIdentifier } @@ -3342,8 +3258,7 @@ public struct BatchPutContactOutput: Swift.Sendable { public init( failedRequestList: [ConnectClientTypes.FailedRequest]? = nil, successfulRequestList: [ConnectClientTypes.SuccessfulRequest]? = nil - ) - { + ) { self.failedRequestList = failedRequestList self.successfulRequestList = successfulRequestList } @@ -3371,8 +3286,7 @@ public struct ClaimPhoneNumberInput: Swift.Sendable { phoneNumberDescription: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceId = instanceId self.phoneNumber = phoneNumber @@ -3391,8 +3305,7 @@ public struct ClaimPhoneNumberOutput: Swift.Sendable { public init( phoneNumberArn: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberArn = phoneNumberArn self.phoneNumberId = phoneNumberId } @@ -3414,8 +3327,7 @@ public struct CompleteAttachedFileUploadInput: Swift.Sendable { associatedResourceArn: Swift.String? = nil, fileId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.fileId = fileId self.instanceId = instanceId @@ -3446,8 +3358,7 @@ public struct DuplicateResourceException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3476,8 +3387,7 @@ public struct CreateAgentStatusInput: Swift.Sendable { name: Swift.String? = nil, state: ConnectClientTypes.AgentStatusState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.displayOrder = displayOrder self.instanceId = instanceId @@ -3496,8 +3406,7 @@ public struct CreateAgentStatusOutput: Swift.Sendable { public init( agentStatusARN: Swift.String? = nil, agentStatusId: Swift.String? = nil - ) - { + ) { self.agentStatusARN = agentStatusARN self.agentStatusId = agentStatusId } @@ -3521,8 +3430,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3663,8 +3571,7 @@ extension ConnectClientTypes { statusReason: Swift.String? = nil, type: ConnectClientTypes.ReferenceType? = nil, value: Swift.String? = "" - ) - { + ) { self.arn = arn self.status = status self.statusReason = statusReason @@ -3683,8 +3590,7 @@ extension ConnectClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -3699,8 +3605,7 @@ public struct CreateContactOutput: Swift.Sendable { public init( contactArn: Swift.String? = nil, contactId: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.contactId = contactId } @@ -3715,8 +3620,7 @@ extension ConnectClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -3741,8 +3645,7 @@ public struct InvalidContactFlowException: ClientRuntime.ModeledError, AWSClient public init( problems: [ConnectClientTypes.ProblemDetail]? = nil - ) - { + ) { self.properties.problems = problems } } @@ -3854,8 +3757,7 @@ public struct CreateContactFlowInput: Swift.Sendable { status: ConnectClientTypes.ContactFlowStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: ConnectClientTypes.ContactFlowType? = nil - ) - { + ) { self.content = content self.description = description self.instanceId = instanceId @@ -3878,8 +3780,7 @@ public struct CreateContactFlowOutput: Swift.Sendable { contactFlowArn: Swift.String? = nil, contactFlowId: Swift.String? = nil, flowContentSha256: Swift.String? = nil - ) - { + ) { self.contactFlowArn = contactFlowArn self.contactFlowId = contactFlowId self.flowContentSha256 = flowContentSha256 @@ -3904,8 +3805,7 @@ public struct InvalidContactFlowModuleException: ClientRuntime.ModeledError, AWS public init( problems: [ConnectClientTypes.ProblemDetail]? = nil - ) - { + ) { self.properties.problems = problems } } @@ -3934,8 +3834,7 @@ public struct CreateContactFlowModuleInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.content = content self.description = description @@ -3954,8 +3853,7 @@ public struct CreateContactFlowModuleOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -3984,8 +3882,7 @@ public struct CreateContactFlowVersionInput: Swift.Sendable { instanceId: Swift.String? = nil, lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.description = description self.flowContentSha256 = flowContentSha256 @@ -4004,8 +3901,7 @@ public struct CreateContactFlowVersionOutput: Swift.Sendable { public init( contactFlowArn: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.contactFlowArn = contactFlowArn self.version = version } @@ -4034,8 +3930,7 @@ public struct CreateEmailAddressInput: Swift.Sendable { emailAddress: Swift.String? = nil, instanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.displayName = displayName @@ -4059,8 +3954,7 @@ public struct CreateEmailAddressOutput: Swift.Sendable { public init( emailAddressArn: Swift.String? = nil, emailAddressId: Swift.String? = nil - ) - { + ) { self.emailAddressArn = emailAddressArn self.emailAddressId = emailAddressId } @@ -4163,8 +4057,7 @@ extension ConnectClientTypes { public init( label: ConnectClientTypes.NumericQuestionPropertyAutomationLabel? = nil - ) - { + ) { self.label = label } } @@ -4200,8 +4093,7 @@ extension ConnectClientTypes { maxValue: Swift.Int = 0, minValue: Swift.Int = 0, score: Swift.Int = 0 - ) - { + ) { self.automaticFail = automaticFail self.maxValue = maxValue self.minValue = minValue @@ -4230,8 +4122,7 @@ extension ConnectClientTypes { maxValue: Swift.Int = 0, minValue: Swift.Int = 0, options: [ConnectClientTypes.EvaluationFormNumericQuestionOption]? = nil - ) - { + ) { self.automation = automation self.maxValue = maxValue self.minValue = minValue @@ -4287,8 +4178,7 @@ extension ConnectClientTypes { category: Swift.String? = nil, condition: ConnectClientTypes.SingleSelectQuestionRuleCategoryAutomationCondition? = nil, optionRefId: Swift.String? = nil - ) - { + ) { self.category = category self.condition = condition self.optionRefId = optionRefId @@ -4319,8 +4209,7 @@ extension ConnectClientTypes { public init( defaultOptionRefId: Swift.String? = nil, options: [ConnectClientTypes.EvaluationFormSingleSelectQuestionAutomationOption]? = nil - ) - { + ) { self.defaultOptionRefId = defaultOptionRefId self.options = options } @@ -4376,8 +4265,7 @@ extension ConnectClientTypes { refId: Swift.String? = nil, score: Swift.Int = 0, text: Swift.String? = nil - ) - { + ) { self.automaticFail = automaticFail self.refId = refId self.score = score @@ -4402,8 +4290,7 @@ extension ConnectClientTypes { automation: ConnectClientTypes.EvaluationFormSingleSelectQuestionAutomation? = nil, displayAs: ConnectClientTypes.EvaluationFormSingleSelectQuestionDisplayMode? = nil, options: [ConnectClientTypes.EvaluationFormSingleSelectQuestionOption]? = nil - ) - { + ) { self.automation = automation self.displayAs = displayAs self.options = options @@ -4453,8 +4340,7 @@ extension ConnectClientTypes { refId: Swift.String? = nil, title: Swift.String? = nil, weight: Swift.Double = 0.0 - ) - { + ) { self.instructions = instructions self.notApplicableEnabled = notApplicableEnabled self.questionType = questionType @@ -4538,8 +4424,7 @@ extension ConnectClientTypes { public init( mode: ConnectClientTypes.EvaluationFormScoringMode? = nil, status: ConnectClientTypes.EvaluationFormScoringStatus? = nil - ) - { + ) { self.mode = mode self.status = status } @@ -4557,8 +4442,7 @@ public struct CreateEvaluationFormOutput: Swift.Sendable { public init( evaluationFormArn: Swift.String? = nil, evaluationFormId: Swift.String? = nil - ) - { + ) { self.evaluationFormArn = evaluationFormArn self.evaluationFormId = evaluationFormId } @@ -4622,8 +4506,7 @@ extension ConnectClientTypes { public init( hours: Swift.Int? = 0, minutes: Swift.Int? = 0 - ) - { + ) { self.hours = hours self.minutes = minutes } @@ -4648,8 +4531,7 @@ extension ConnectClientTypes { day: ConnectClientTypes.HoursOfOperationDays? = nil, endTime: ConnectClientTypes.HoursOfOperationTimeSlice? = nil, startTime: ConnectClientTypes.HoursOfOperationTimeSlice? = nil - ) - { + ) { self.day = day self.endTime = endTime self.startTime = startTime @@ -4682,8 +4564,7 @@ public struct CreateHoursOfOperationInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.instanceId = instanceId @@ -4702,8 +4583,7 @@ public struct CreateHoursOfOperationOutput: Swift.Sendable { public init( hoursOfOperationArn: Swift.String? = nil, hoursOfOperationId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationArn = hoursOfOperationArn self.hoursOfOperationId = hoursOfOperationId } @@ -4767,8 +4647,7 @@ extension ConnectClientTypes { public init( hours: Swift.Int? = 0, minutes: Swift.Int? = 0 - ) - { + ) { self.hours = hours self.minutes = minutes } @@ -4790,8 +4669,7 @@ extension ConnectClientTypes { day: ConnectClientTypes.OverrideDays? = nil, endTime: ConnectClientTypes.OverrideTimeSlice? = nil, startTime: ConnectClientTypes.OverrideTimeSlice? = nil - ) - { + ) { self.day = day self.endTime = endTime self.startTime = startTime @@ -4829,8 +4707,7 @@ public struct CreateHoursOfOperationOverrideInput: Swift.Sendable { hoursOfOperationId: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.effectiveFrom = effectiveFrom @@ -4847,8 +4724,7 @@ public struct CreateHoursOfOperationOverrideOutput: Swift.Sendable { public init( hoursOfOperationOverrideId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationOverrideId = hoursOfOperationOverrideId } } @@ -4912,8 +4788,7 @@ public struct CreateInstanceInput: Swift.Sendable { instanceAlias: Swift.String? = nil, outboundCallsEnabled: Swift.Bool? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.identityManagementType = identityManagementType @@ -4938,8 +4813,7 @@ public struct CreateInstanceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -5069,8 +4943,7 @@ public struct CreateIntegrationAssociationInput: Swift.Sendable { sourceApplicationUrl: Swift.String? = nil, sourceType: ConnectClientTypes.SourceType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.integrationArn = integrationArn self.integrationType = integrationType @@ -5090,8 +4963,7 @@ public struct CreateIntegrationAssociationOutput: Swift.Sendable { public init( integrationAssociationArn: Swift.String? = nil, integrationAssociationId: Swift.String? = nil - ) - { + ) { self.integrationAssociationArn = integrationAssociationArn self.integrationAssociationId = integrationAssociationId } @@ -5147,8 +5019,7 @@ extension ConnectClientTypes { public init( displayName: Swift.String? = nil, participantRole: ConnectClientTypes.ParticipantRole? = nil - ) - { + ) { self.displayName = displayName self.participantRole = participantRole } @@ -5173,8 +5044,7 @@ public struct CreateParticipantInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, participantDetails: ConnectClientTypes.ParticipantDetailsToAdd? = nil - ) - { + ) { self.clientToken = clientToken self.contactId = contactId self.instanceId = instanceId @@ -5194,8 +5064,7 @@ extension ConnectClientTypes { public init( expiry: Swift.String? = nil, participantToken: Swift.String? = nil - ) - { + ) { self.expiry = expiry self.participantToken = participantToken } @@ -5211,8 +5080,7 @@ public struct CreateParticipantOutput: Swift.Sendable { public init( participantCredentials: ConnectClientTypes.ParticipantTokenCredentials? = nil, participantId: Swift.String? = nil - ) - { + ) { self.participantCredentials = participantCredentials self.participantId = participantId } @@ -5312,8 +5180,7 @@ public struct CreatePersistentContactAssociationInput: Swift.Sendable { instanceId: Swift.String? = nil, rehydrationType: ConnectClientTypes.RehydrationType? = nil, sourceContactId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.initialContactId = initialContactId self.instanceId = instanceId @@ -5328,8 +5195,7 @@ public struct CreatePersistentContactAssociationOutput: Swift.Sendable { public init( continuedFromContactId: Swift.String? = nil - ) - { + ) { self.continuedFromContactId = continuedFromContactId } } @@ -5359,8 +5225,7 @@ public struct CreatePredefinedAttributeInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, values: ConnectClientTypes.PredefinedAttributeValues? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.values = values @@ -5388,8 +5253,7 @@ public struct CreatePromptInput: Swift.Sendable { name: Swift.String? = nil, s3Uri: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -5407,8 +5271,7 @@ public struct CreatePromptOutput: Swift.Sendable { public init( promptARN: Swift.String? = nil, promptId: Swift.String? = nil - ) - { + ) { self.promptARN = promptARN self.promptId = promptId } @@ -5430,8 +5293,7 @@ extension ConnectClientTypes { contactId: Swift.String? = nil, includeRawMessage: Swift.Bool = false, participantRole: ConnectClientTypes.ParticipantRole? = nil - ) - { + ) { self.contactId = contactId self.includeRawMessage = includeRawMessage self.participantRole = participantRole @@ -5497,8 +5359,7 @@ public struct CreatePushNotificationRegistrationInput: Swift.Sendable { deviceType: ConnectClientTypes.DeviceType? = nil, instanceId: Swift.String? = nil, pinpointAppArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.contactConfiguration = contactConfiguration self.deviceToken = deviceToken @@ -5515,8 +5376,7 @@ public struct CreatePushNotificationRegistrationOutput: Swift.Sendable { public init( registrationId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId } } @@ -5536,8 +5396,7 @@ extension ConnectClientTypes { outboundCallerIdName: Swift.String? = nil, outboundCallerIdNumberId: Swift.String? = nil, outboundFlowId: Swift.String? = nil - ) - { + ) { self.outboundCallerIdName = outboundCallerIdName self.outboundCallerIdNumberId = outboundCallerIdNumberId self.outboundFlowId = outboundFlowId @@ -5554,8 +5413,7 @@ extension ConnectClientTypes { public init( outboundEmailAddressId: Swift.String? = nil - ) - { + ) { self.outboundEmailAddressId = outboundEmailAddressId } } @@ -5594,8 +5452,7 @@ public struct CreateQueueInput: Swift.Sendable { outboundEmailConfig: ConnectClientTypes.OutboundEmailConfig? = nil, quickConnectIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId @@ -5617,8 +5474,7 @@ public struct CreateQueueOutput: Swift.Sendable { public init( queueArn: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.queueArn = queueArn self.queueId = queueId } @@ -5634,8 +5490,7 @@ extension ConnectClientTypes { public init( phoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -5655,8 +5510,7 @@ extension ConnectClientTypes { public init( contactFlowId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.queueId = queueId } @@ -5709,8 +5563,7 @@ extension ConnectClientTypes { public init( contactFlowId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.userId = userId } @@ -5736,8 +5589,7 @@ extension ConnectClientTypes { queueConfig: ConnectClientTypes.QueueQuickConnectConfig? = nil, quickConnectType: ConnectClientTypes.QuickConnectType? = nil, userConfig: ConnectClientTypes.UserQuickConnectConfig? = nil - ) - { + ) { self.phoneConfig = phoneConfig self.queueConfig = queueConfig self.quickConnectType = quickConnectType @@ -5767,8 +5619,7 @@ public struct CreateQuickConnectInput: Swift.Sendable { name: Swift.String? = nil, quickConnectConfig: ConnectClientTypes.QuickConnectConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -5786,8 +5637,7 @@ public struct CreateQuickConnectOutput: Swift.Sendable { public init( quickConnectARN: Swift.String? = nil, quickConnectId: Swift.String? = nil - ) - { + ) { self.quickConnectARN = quickConnectARN self.quickConnectId = quickConnectId } @@ -5832,8 +5682,7 @@ extension ConnectClientTypes { public init( behaviorType: ConnectClientTypes.BehaviorType? = nil - ) - { + ) { self.behaviorType = behaviorType } } @@ -5856,8 +5705,7 @@ extension ConnectClientTypes { channel: ConnectClientTypes.Channel? = nil, concurrency: Swift.Int? = nil, crossChannelBehavior: ConnectClientTypes.CrossChannelBehavior? = nil - ) - { + ) { self.channel = channel self.concurrency = concurrency self.crossChannelBehavior = crossChannelBehavior @@ -5897,8 +5745,7 @@ public struct CreateRoutingProfileInput: Swift.Sendable { name: Swift.String? = nil, queueConfigs: [ConnectClientTypes.RoutingProfileQueueConfig]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentAvailabilityTimer = agentAvailabilityTimer self.defaultOutboundQueueId = defaultOutboundQueueId self.description = description @@ -5919,8 +5766,7 @@ public struct CreateRoutingProfileOutput: Swift.Sendable { public init( routingProfileArn: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.routingProfileArn = routingProfileArn self.routingProfileId = routingProfileId } @@ -5962,8 +5808,7 @@ extension ConnectClientTypes { doubleValue: Swift.Double? = nil, emptyValue: ConnectClientTypes.EmptyFieldValue? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.booleanValue = booleanValue self.doubleValue = doubleValue self.emptyValue = emptyValue @@ -5986,8 +5831,7 @@ extension ConnectClientTypes { public init( id: Swift.String? = nil, value: ConnectClientTypes.FieldValueUnion? = nil - ) - { + ) { self.id = id self.value = value } @@ -6008,8 +5852,7 @@ extension ConnectClientTypes { public init( fields: [ConnectClientTypes.FieldValue]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.fields = fields self.templateId = templateId } @@ -6035,8 +5878,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6106,8 +5948,7 @@ extension ConnectClientTypes { public init( userIds: [Swift.String]? = nil, userTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.userIds = userIds self.userTags = userTags } @@ -6139,8 +5980,7 @@ extension ConnectClientTypes { deliveryMethod: ConnectClientTypes.NotificationDeliveryType? = nil, recipient: ConnectClientTypes.NotificationRecipientType? = nil, subject: Swift.String? = nil - ) - { + ) { self.content = content self.contentType = contentType self.deliveryMethod = deliveryMethod @@ -6160,8 +6000,7 @@ extension ConnectClientTypes { public init( evaluationFormId: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId } } @@ -6187,8 +6026,7 @@ extension ConnectClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, references: [Swift.String: ConnectClientTypes.Reference]? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.description = description self.name = name @@ -6207,8 +6045,7 @@ extension ConnectClientTypes { public init( fields: [ConnectClientTypes.FieldValue]? = nil - ) - { + ) { self.fields = fields } } @@ -6248,8 +6085,7 @@ extension ConnectClientTypes { submitAutoEvaluationAction: ConnectClientTypes.SubmitAutoEvaluationActionDefinition? = nil, taskAction: ConnectClientTypes.TaskActionDefinition? = nil, updateCaseAction: ConnectClientTypes.UpdateCaseActionDefinition? = nil - ) - { + ) { self.actionType = actionType self.assignContactCategoryAction = assignContactCategoryAction self.createCaseAction = createCaseAction @@ -6361,8 +6197,7 @@ extension ConnectClientTypes { public init( eventSourceName: ConnectClientTypes.EventSourceName? = nil, integrationAssociationId: Swift.String? = nil - ) - { + ) { self.eventSourceName = eventSourceName self.integrationAssociationId = integrationAssociationId } @@ -6399,8 +6234,7 @@ public struct CreateRuleInput: Swift.Sendable { name: Swift.String? = nil, publishStatus: ConnectClientTypes.RulePublishStatus? = nil, triggerEventSource: ConnectClientTypes.RuleTriggerEventSource? = nil - ) - { + ) { self.actions = actions self.clientToken = clientToken self.function = function @@ -6422,8 +6256,7 @@ public struct CreateRuleOutput: Swift.Sendable { public init( ruleArn: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.ruleArn = ruleArn self.ruleId = ruleId } @@ -6441,8 +6274,7 @@ extension ConnectClientTypes { public init( applicationPermissions: [Swift.String]? = nil, namespace: Swift.String? = nil - ) - { + ) { self.applicationPermissions = applicationPermissions self.namespace = namespace } @@ -6484,8 +6316,7 @@ public struct CreateSecurityProfileInput: Swift.Sendable { securityProfileName: Swift.String? = nil, tagRestrictedResources: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedAccessControlHierarchyGroupId = allowedAccessControlHierarchyGroupId self.allowedAccessControlTags = allowedAccessControlTags self.applications = applications @@ -6508,8 +6339,7 @@ public struct CreateSecurityProfileOutput: Swift.Sendable { public init( securityProfileArn: Swift.String? = nil, securityProfileId: Swift.String? = nil - ) - { + ) { self.securityProfileArn = securityProfileArn self.securityProfileId = securityProfileId } @@ -6574,8 +6404,7 @@ extension ConnectClientTypes { message: Swift.String? = nil, propertyPath: Swift.String? = nil, reason: ConnectClientTypes.PropertyValidationExceptionReason? = nil - ) - { + ) { self.message = message self.propertyPath = propertyPath self.reason = reason @@ -6604,8 +6433,7 @@ public struct PropertyValidationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, propertyList: [ConnectClientTypes.PropertyValidationExceptionProperty]? = nil - ) - { + ) { self.properties.message = message self.properties.propertyList = propertyList } @@ -6620,8 +6448,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6636,8 +6463,7 @@ extension ConnectClientTypes { public init( id: ConnectClientTypes.TaskTemplateFieldIdentifier? = nil - ) - { + ) { self.id = id } } @@ -6652,8 +6478,7 @@ extension ConnectClientTypes { public init( id: ConnectClientTypes.TaskTemplateFieldIdentifier? = nil - ) - { + ) { self.id = id } } @@ -6668,8 +6493,7 @@ extension ConnectClientTypes { public init( id: ConnectClientTypes.TaskTemplateFieldIdentifier? = nil - ) - { + ) { self.id = id } } @@ -6690,8 +6514,7 @@ extension ConnectClientTypes { invisibleFields: [ConnectClientTypes.InvisibleFieldInfo]? = nil, readOnlyFields: [ConnectClientTypes.ReadOnlyFieldInfo]? = nil, requiredFields: [ConnectClientTypes.RequiredFieldInfo]? = nil - ) - { + ) { self.invisibleFields = invisibleFields self.readOnlyFields = readOnlyFields self.requiredFields = requiredFields @@ -6711,8 +6534,7 @@ extension ConnectClientTypes { public init( defaultValue: Swift.String? = nil, id: ConnectClientTypes.TaskTemplateFieldIdentifier? = nil - ) - { + ) { self.defaultValue = defaultValue self.id = id } @@ -6728,8 +6550,7 @@ extension ConnectClientTypes { public init( defaultFieldValues: [ConnectClientTypes.TaskTemplateDefaultFieldValue]? = nil - ) - { + ) { self.defaultFieldValues = defaultFieldValues } } @@ -6819,8 +6640,7 @@ extension ConnectClientTypes { id: ConnectClientTypes.TaskTemplateFieldIdentifier? = nil, singleSelectOptions: [Swift.String]? = nil, type: ConnectClientTypes.TaskTemplateFieldType? = nil - ) - { + ) { self.description = description self.id = id self.singleSelectOptions = singleSelectOptions @@ -6894,8 +6714,7 @@ public struct CreateTaskTemplateInput: Swift.Sendable { name: Swift.String? = nil, selfAssignFlowId: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil - ) - { + ) { self.clientToken = clientToken self.constraints = constraints self.contactFlowId = contactFlowId @@ -6920,8 +6739,7 @@ public struct CreateTaskTemplateOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -6945,8 +6763,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6971,8 +6788,7 @@ public struct CreateTrafficDistributionGroupInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.instanceId = instanceId @@ -6990,8 +6806,7 @@ public struct CreateTrafficDistributionGroupOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -7044,8 +6859,7 @@ public struct CreateUseCaseInput: Swift.Sendable { integrationAssociationId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, useCaseType: ConnectClientTypes.UseCaseType? = nil - ) - { + ) { self.instanceId = instanceId self.integrationAssociationId = integrationAssociationId self.tags = tags @@ -7062,8 +6876,7 @@ public struct CreateUseCaseOutput: Swift.Sendable { public init( useCaseArn: Swift.String? = nil, useCaseId: Swift.String? = nil - ) - { + ) { self.useCaseArn = useCaseArn self.useCaseId = useCaseId } @@ -7090,8 +6903,7 @@ extension ConnectClientTypes { lastName: Swift.String? = nil, mobile: Swift.String? = nil, secondaryEmail: Swift.String? = nil - ) - { + ) { self.email = email self.firstName = firstName self.lastName = lastName @@ -7154,8 +6966,7 @@ extension ConnectClientTypes { autoAccept: Swift.Bool = false, deskPhoneNumber: Swift.String? = nil, phoneType: ConnectClientTypes.PhoneType? = nil - ) - { + ) { self.afterContactWorkTimeLimit = afterContactWorkTimeLimit self.autoAccept = autoAccept self.deskPhoneNumber = deskPhoneNumber @@ -7208,8 +7019,7 @@ public struct CreateUserInput: Swift.Sendable { securityProfileIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.directoryUserId = directoryUserId self.hierarchyGroupId = hierarchyGroupId self.identityInfo = identityInfo @@ -7237,8 +7047,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( userArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.userArn = userArn self.userId = userId } @@ -7261,8 +7070,7 @@ public struct CreateUserHierarchyGroupInput: Swift.Sendable { name: Swift.String? = nil, parentGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.parentGroupId = parentGroupId @@ -7279,8 +7087,7 @@ public struct CreateUserHierarchyGroupOutput: Swift.Sendable { public init( hierarchyGroupArn: Swift.String? = nil, hierarchyGroupId: Swift.String? = nil - ) - { + ) { self.hierarchyGroupArn = hierarchyGroupArn self.hierarchyGroupId = hierarchyGroupId } @@ -7357,8 +7164,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -7383,8 +7189,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7401,8 +7206,7 @@ extension ConnectClientTypes { public init( actions: [Swift.String]? = nil, template: Swift.String? = nil - ) - { + ) { self.actions = actions self.template = template } @@ -7471,8 +7275,7 @@ public struct CreateViewInput: Swift.Sendable { name: Swift.String? = nil, status: ConnectClientTypes.ViewStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.content = content self.description = description @@ -7503,8 +7306,7 @@ extension ConnectClientTypes { actions: [Swift.String]? = nil, inputSchema: Swift.String? = nil, template: Swift.String? = nil - ) - { + ) { self.actions = actions self.inputSchema = inputSchema self.template = template @@ -7591,8 +7393,7 @@ extension ConnectClientTypes { version: Swift.Int = 0, versionDescription: Swift.String? = nil, viewContentSha256: Swift.String? = nil - ) - { + ) { self.arn = arn self.content = content self.createdTime = createdTime @@ -7621,8 +7422,7 @@ public struct CreateViewOutput: Swift.Sendable { public init( view: ConnectClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -7644,8 +7444,7 @@ public struct CreateViewVersionInput: Swift.Sendable { versionDescription: Swift.String? = nil, viewContentSha256: Swift.String? = nil, viewId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.versionDescription = versionDescription self.viewContentSha256 = viewContentSha256 @@ -7659,8 +7458,7 @@ public struct CreateViewVersionOutput: Swift.Sendable { public init( view: ConnectClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -7690,8 +7488,7 @@ public struct CreateVocabularyInput: Swift.Sendable { languageCode: ConnectClientTypes.VocabularyLanguageCode? = nil, tags: [Swift.String: Swift.String]? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.content = content self.instanceId = instanceId @@ -7751,8 +7548,7 @@ public struct CreateVocabularyOutput: Swift.Sendable { state: ConnectClientTypes.VocabularyState? = nil, vocabularyArn: Swift.String? = nil, vocabularyId: Swift.String? = nil - ) - { + ) { self.state = state self.vocabularyArn = vocabularyArn self.vocabularyId = vocabularyId @@ -7774,8 +7570,7 @@ public struct DeactivateEvaluationFormInput: Swift.Sendable { evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int? = 0, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion self.instanceId = instanceId @@ -7797,8 +7592,7 @@ public struct DeactivateEvaluationFormOutput: Swift.Sendable { evaluationFormArn: Swift.String? = nil, evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int = 0 - ) - { + ) { self.evaluationFormArn = evaluationFormArn self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion @@ -7821,8 +7615,7 @@ public struct DeleteAttachedFileInput: Swift.Sendable { associatedResourceArn: Swift.String? = nil, fileId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.fileId = fileId self.instanceId = instanceId @@ -7846,8 +7639,7 @@ public struct DeleteContactEvaluationInput: Swift.Sendable { public init( evaluationId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId self.instanceId = instanceId } @@ -7864,8 +7656,7 @@ public struct DeleteContactFlowInput: Swift.Sendable { public init( contactFlowId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.instanceId = instanceId } @@ -7887,8 +7678,7 @@ public struct DeleteContactFlowModuleInput: Swift.Sendable { public init( contactFlowModuleId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowModuleId = contactFlowModuleId self.instanceId = instanceId } @@ -7910,8 +7700,7 @@ public struct DeleteEmailAddressInput: Swift.Sendable { public init( emailAddressId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.emailAddressId = emailAddressId self.instanceId = instanceId } @@ -7936,8 +7725,7 @@ public struct DeleteEvaluationFormInput: Swift.Sendable { evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int? = 0, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion self.instanceId = instanceId @@ -7955,8 +7743,7 @@ public struct DeleteHoursOfOperationInput: Swift.Sendable { public init( hoursOfOperationId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId } @@ -7977,8 +7764,7 @@ public struct DeleteHoursOfOperationOverrideInput: Swift.Sendable { hoursOfOperationId: Swift.String? = nil, hoursOfOperationOverrideId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.hoursOfOperationOverrideId = hoursOfOperationOverrideId self.instanceId = instanceId @@ -7992,8 +7778,7 @@ public struct DeleteInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -8009,8 +7794,7 @@ public struct DeleteIntegrationAssociationInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, integrationAssociationId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.integrationAssociationId = integrationAssociationId } @@ -8027,8 +7811,7 @@ public struct DeletePredefinedAttributeInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -8045,8 +7828,7 @@ public struct DeletePromptInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, promptId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.promptId = promptId } @@ -8067,8 +7849,7 @@ public struct DeletePushNotificationRegistrationInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, registrationId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.registrationId = registrationId @@ -8091,8 +7872,7 @@ public struct DeleteQueueInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.queueId = queueId } @@ -8109,8 +7889,7 @@ public struct DeleteQuickConnectInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, quickConnectId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.quickConnectId = quickConnectId } @@ -8127,8 +7906,7 @@ public struct DeleteRoutingProfileInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.routingProfileId = routingProfileId } @@ -8145,8 +7923,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.ruleId = ruleId } @@ -8163,8 +7940,7 @@ public struct DeleteSecurityProfileInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, securityProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.securityProfileId = securityProfileId } @@ -8181,8 +7957,7 @@ public struct DeleteTaskTemplateInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, taskTemplateId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.taskTemplateId = taskTemplateId } @@ -8200,8 +7975,7 @@ public struct DeleteTrafficDistributionGroupInput: Swift.Sendable { public init( trafficDistributionGroupId: Swift.String? = nil - ) - { + ) { self.trafficDistributionGroupId = trafficDistributionGroupId } } @@ -8226,8 +8000,7 @@ public struct DeleteUseCaseInput: Swift.Sendable { instanceId: Swift.String? = nil, integrationAssociationId: Swift.String? = nil, useCaseId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.integrationAssociationId = integrationAssociationId self.useCaseId = useCaseId @@ -8245,8 +8018,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.userId = userId } @@ -8263,8 +8035,7 @@ public struct DeleteUserHierarchyGroupInput: Swift.Sendable { public init( hierarchyGroupId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hierarchyGroupId = hierarchyGroupId self.instanceId = instanceId } @@ -8281,8 +8052,7 @@ public struct DeleteViewInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, viewId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.viewId = viewId } @@ -8308,8 +8078,7 @@ public struct DeleteViewVersionInput: Swift.Sendable { instanceId: Swift.String? = nil, viewId: Swift.String? = nil, viewVersion: Swift.Int? = 0 - ) - { + ) { self.instanceId = instanceId self.viewId = viewId self.viewVersion = viewVersion @@ -8332,8 +8101,7 @@ public struct DeleteVocabularyInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, vocabularyId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.vocabularyId = vocabularyId } @@ -8354,8 +8122,7 @@ public struct DeleteVocabularyOutput: Swift.Sendable { state: ConnectClientTypes.VocabularyState? = nil, vocabularyArn: Swift.String? = nil, vocabularyId: Swift.String? = nil - ) - { + ) { self.state = state self.vocabularyArn = vocabularyArn self.vocabularyId = vocabularyId @@ -8373,8 +8140,7 @@ public struct DescribeAgentStatusInput: Swift.Sendable { public init( agentStatusId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.agentStatusId = agentStatusId self.instanceId = instanceId } @@ -8386,8 +8152,7 @@ public struct DescribeAgentStatusOutput: Swift.Sendable { public init( agentStatus: ConnectClientTypes.AgentStatus? = nil - ) - { + ) { self.agentStatus = agentStatus } } @@ -8403,8 +8168,7 @@ public struct DescribeAuthenticationProfileInput: Swift.Sendable { public init( authenticationProfileId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.authenticationProfileId = authenticationProfileId self.instanceId = instanceId } @@ -8452,8 +8216,7 @@ extension ConnectClientTypes { maxSessionDuration: Swift.Int? = nil, name: Swift.String? = nil, periodicSessionDuration: Swift.Int? = nil - ) - { + ) { self.allowedIps = allowedIps self.arn = arn self.blockedIps = blockedIps @@ -8476,8 +8239,7 @@ public struct DescribeAuthenticationProfileOutput: Swift.Sendable { public init( authenticationProfile: ConnectClientTypes.AuthenticationProfile? = nil - ) - { + ) { self.authenticationProfile = authenticationProfile } } @@ -8493,8 +8255,7 @@ public struct DescribeContactInput: Swift.Sendable { public init( contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId } @@ -8577,8 +8338,7 @@ extension ConnectClientTypes { public init( capabilities: ConnectClientTypes.ParticipantCapabilities? = nil, deviceInfo: ConnectClientTypes.DeviceInfo? = nil - ) - { + ) { self.capabilities = capabilities self.deviceInfo = deviceInfo } @@ -8600,8 +8360,7 @@ extension ConnectClientTypes { address: Swift.String? = nil, displayName: Swift.String? = nil, type: ConnectClientTypes.EndpointType? = nil - ) - { + ) { self.address = address self.displayName = displayName self.type = type @@ -8621,8 +8380,7 @@ extension ConnectClientTypes { public init( greetingEndTimestamp: Foundation.Date? = nil, greetingStartTimestamp: Foundation.Date? = nil - ) - { + ) { self.greetingEndTimestamp = greetingEndTimestamp self.greetingStartTimestamp = greetingStartTimestamp } @@ -8638,8 +8396,7 @@ extension ConnectClientTypes { public init( potentialDisconnectIssue: Swift.String? = nil - ) - { + ) { self.potentialDisconnectIssue = potentialDisconnectIssue } } @@ -8654,8 +8411,7 @@ extension ConnectClientTypes { public init( audio: ConnectClientTypes.AudioQualityMetricsInfo? = nil - ) - { + ) { self.audio = audio } } @@ -8673,8 +8429,7 @@ extension ConnectClientTypes { public init( agent: ConnectClientTypes.AgentQualityMetrics? = nil, customer: ConnectClientTypes.CustomerQualityMetrics? = nil - ) - { + ) { self.agent = agent self.customer = customer } @@ -8693,8 +8448,7 @@ extension ConnectClientTypes { public init( enqueueTimestamp: Foundation.Date? = nil, id: Swift.String? = nil - ) - { + ) { self.enqueueTimestamp = enqueueTimestamp self.id = id } @@ -8713,8 +8467,7 @@ extension ConnectClientTypes { public init( durationInSeconds: Swift.Int? = nil, expiryTimestamp: Foundation.Date? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.expiryTimestamp = expiryTimestamp } @@ -8730,8 +8483,7 @@ extension ConnectClientTypes { public init( agentsCriteria: ConnectClientTypes.AgentsCriteria? = nil - ) - { + ) { self.agentsCriteria = agentsCriteria } } @@ -8749,8 +8501,7 @@ extension ConnectClientTypes { public init( maxProficiencyLevel: Swift.Float? = nil, minProficiencyLevel: Swift.Float? = nil - ) - { + ) { self.maxProficiencyLevel = maxProficiencyLevel self.minProficiencyLevel = minProficiencyLevel } @@ -8781,8 +8532,7 @@ extension ConnectClientTypes { proficiencyLevel: Swift.Float? = nil, range: ConnectClientTypes.Range? = nil, value: Swift.String? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.matchCriteria = matchCriteria self.name = name @@ -8837,8 +8587,7 @@ extension ConnectClientTypes { public init( sessionArn: Swift.String? = nil - ) - { + ) { self.sessionArn = sessionArn } } @@ -8855,8 +8604,7 @@ public struct DescribeContactEvaluationInput: Swift.Sendable { public init( evaluationId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId self.instanceId = instanceId } @@ -8888,8 +8636,7 @@ extension ConnectClientTypes { public init( systemSuggestedValue: ConnectClientTypes.EvaluationAnswerData? = nil, value: ConnectClientTypes.EvaluationAnswerData? = nil - ) - { + ) { self.systemSuggestedValue = systemSuggestedValue self.value = value } @@ -8911,8 +8658,7 @@ extension ConnectClientTypes { automaticFail: Swift.Bool = false, notApplicable: Swift.Bool = false, percentage: Swift.Double = 0.0 - ) - { + ) { self.automaticFail = automaticFail self.notApplicable = notApplicable self.percentage = percentage @@ -8940,8 +8686,7 @@ extension ConnectClientTypes { contactId: Swift.String? = nil, evaluatorArn: Swift.String? = nil, score: ConnectClientTypes.EvaluationScore? = nil - ) - { + ) { self.contactAgentId = contactAgentId self.contactId = contactId self.evaluatorArn = evaluatorArn @@ -8959,8 +8704,7 @@ extension ConnectClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -9039,8 +8783,7 @@ extension ConnectClientTypes { scores: [Swift.String: ConnectClientTypes.EvaluationScore]? = nil, status: ConnectClientTypes.EvaluationStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.answers = answers self.createdTime = createdTime self.evaluationArn = evaluationArn @@ -9073,8 +8816,7 @@ public struct ContactFlowNotPublishedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9090,8 +8832,7 @@ public struct DescribeContactFlowInput: Swift.Sendable { public init( contactFlowId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.instanceId = instanceId } @@ -9174,8 +8915,7 @@ extension ConnectClientTypes { type: ConnectClientTypes.ContactFlowType? = nil, version: Swift.Int? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.arn = arn self.content = content self.description = description @@ -9200,8 +8940,7 @@ public struct DescribeContactFlowOutput: Swift.Sendable { public init( contactFlow: ConnectClientTypes.ContactFlow? = nil - ) - { + ) { self.contactFlow = contactFlow } } @@ -9217,8 +8956,7 @@ public struct DescribeContactFlowModuleInput: Swift.Sendable { public init( contactFlowModuleId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowModuleId = contactFlowModuleId self.instanceId = instanceId } @@ -9312,8 +9050,7 @@ extension ConnectClientTypes { state: ConnectClientTypes.ContactFlowModuleState? = nil, status: ConnectClientTypes.ContactFlowModuleStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.content = content self.description = description @@ -9332,8 +9069,7 @@ public struct DescribeContactFlowModuleOutput: Swift.Sendable { public init( contactFlowModule: ConnectClientTypes.ContactFlowModule? = nil - ) - { + ) { self.contactFlowModule = contactFlowModule } } @@ -9349,8 +9085,7 @@ public struct DescribeEmailAddressInput: Swift.Sendable { public init( emailAddressId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.emailAddressId = emailAddressId self.instanceId = instanceId } @@ -9383,8 +9118,7 @@ public struct DescribeEmailAddressOutput: Swift.Sendable { emailAddressId: Swift.String? = nil, modifiedTimestamp: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createTimestamp = createTimestamp self.description = description self.displayName = displayName @@ -9415,8 +9149,7 @@ public struct DescribeEvaluationFormInput: Swift.Sendable { evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int? = 0, instanceId: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion self.instanceId = instanceId @@ -9463,8 +9196,7 @@ public struct DescribeHoursOfOperationInput: Swift.Sendable { public init( hoursOfOperationId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId } @@ -9503,8 +9235,7 @@ extension ConnectClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.hoursOfOperationArn = hoursOfOperationArn @@ -9524,8 +9255,7 @@ public struct DescribeHoursOfOperationOutput: Swift.Sendable { public init( hoursOfOperation: ConnectClientTypes.HoursOfOperation? = nil - ) - { + ) { self.hoursOfOperation = hoursOfOperation } } @@ -9545,8 +9275,7 @@ public struct DescribeHoursOfOperationOverrideInput: Swift.Sendable { hoursOfOperationId: Swift.String? = nil, hoursOfOperationOverrideId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.hoursOfOperationOverrideId = hoursOfOperationOverrideId self.instanceId = instanceId @@ -9583,8 +9312,7 @@ extension ConnectClientTypes { hoursOfOperationId: Swift.String? = nil, hoursOfOperationOverrideId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.effectiveFrom = effectiveFrom @@ -9603,8 +9331,7 @@ public struct DescribeHoursOfOperationOverrideOutput: Swift.Sendable { public init( hoursOfOperationOverride: ConnectClientTypes.HoursOfOperationOverride? = nil - ) - { + ) { self.hoursOfOperationOverride = hoursOfOperationOverride } } @@ -9616,8 +9343,7 @@ public struct DescribeInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -9663,8 +9389,7 @@ extension ConnectClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -9712,8 +9437,7 @@ extension ConnectClientTypes { serviceRole: Swift.String? = nil, statusReason: ConnectClientTypes.InstanceStatusReason? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -9791,8 +9515,7 @@ extension ConnectClientTypes { region: Swift.String? = nil, replicationStatus: ConnectClientTypes.InstanceReplicationStatus? = nil, replicationStatusReason: Swift.String? = nil - ) - { + ) { self.region = region self.replicationStatus = replicationStatus self.replicationStatusReason = replicationStatusReason @@ -9815,8 +9538,7 @@ extension ConnectClientTypes { globalSignInEndpoint: Swift.String? = nil, replicationStatusSummaryList: [ConnectClientTypes.ReplicationStatusSummary]? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.globalSignInEndpoint = globalSignInEndpoint self.replicationStatusSummaryList = replicationStatusSummaryList self.sourceRegion = sourceRegion @@ -9833,8 +9555,7 @@ public struct DescribeInstanceOutput: Swift.Sendable { public init( instance: ConnectClientTypes.Instance? = nil, replicationConfiguration: ConnectClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.instance = instance self.replicationConfiguration = replicationConfiguration } @@ -9910,8 +9631,7 @@ public struct DescribeInstanceAttributeInput: Swift.Sendable { public init( attributeType: ConnectClientTypes.InstanceAttributeType? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.attributeType = attributeType self.instanceId = instanceId } @@ -9929,8 +9649,7 @@ extension ConnectClientTypes { public init( attributeType: ConnectClientTypes.InstanceAttributeType? = nil, value: Swift.String? = nil - ) - { + ) { self.attributeType = attributeType self.value = value } @@ -9943,8 +9662,7 @@ public struct DescribeInstanceAttributeOutput: Swift.Sendable { public init( attribute: ConnectClientTypes.Attribute? = nil - ) - { + ) { self.attribute = attribute } } @@ -9964,8 +9682,7 @@ public struct DescribeInstanceStorageConfigInput: Swift.Sendable { associationId: Swift.String? = nil, instanceId: Swift.String? = nil, resourceType: ConnectClientTypes.InstanceStorageResourceType? = nil - ) - { + ) { self.associationId = associationId self.instanceId = instanceId self.resourceType = resourceType @@ -9978,8 +9695,7 @@ public struct DescribeInstanceStorageConfigOutput: Swift.Sendable { public init( storageConfig: ConnectClientTypes.InstanceStorageConfig? = nil - ) - { + ) { self.storageConfig = storageConfig } } @@ -9991,8 +9707,7 @@ public struct DescribePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -10781,8 +10496,7 @@ extension ConnectClientTypes { public init( message: Swift.String? = nil, status: ConnectClientTypes.PhoneNumberWorkflowStatus? = nil - ) - { + ) { self.message = message self.status = status } @@ -10881,8 +10595,7 @@ extension ConnectClientTypes { sourcePhoneNumberArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.phoneNumber = phoneNumber self.phoneNumberArn = phoneNumberArn @@ -10904,8 +10617,7 @@ public struct DescribePhoneNumberOutput: Swift.Sendable { public init( claimedPhoneNumberSummary: ConnectClientTypes.ClaimedPhoneNumberSummary? = nil - ) - { + ) { self.claimedPhoneNumberSummary = claimedPhoneNumberSummary } } @@ -10921,8 +10633,7 @@ public struct DescribePredefinedAttributeInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -10946,8 +10657,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, values: ConnectClientTypes.PredefinedAttributeValues? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.name = name @@ -10962,8 +10672,7 @@ public struct DescribePredefinedAttributeOutput: Swift.Sendable { public init( predefinedAttribute: ConnectClientTypes.PredefinedAttribute? = nil - ) - { + ) { self.predefinedAttribute = predefinedAttribute } } @@ -10979,8 +10688,7 @@ public struct DescribePromptInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, promptId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.promptId = promptId } @@ -11013,8 +10721,7 @@ extension ConnectClientTypes { promptARN: Swift.String? = nil, promptId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime @@ -11032,8 +10739,7 @@ public struct DescribePromptOutput: Swift.Sendable { public init( prompt: ConnectClientTypes.Prompt? = nil - ) - { + ) { self.prompt = prompt } } @@ -11049,8 +10755,7 @@ public struct DescribeQueueInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.queueId = queueId } @@ -11127,8 +10832,7 @@ extension ConnectClientTypes { queueId: Swift.String? = nil, status: ConnectClientTypes.QueueStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.hoursOfOperationId = hoursOfOperationId self.lastModifiedRegion = lastModifiedRegion @@ -11151,8 +10855,7 @@ public struct DescribeQueueOutput: Swift.Sendable { public init( queue: ConnectClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -11168,8 +10871,7 @@ public struct DescribeQuickConnectInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, quickConnectId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.quickConnectId = quickConnectId } @@ -11205,8 +10907,7 @@ extension ConnectClientTypes { quickConnectConfig: ConnectClientTypes.QuickConnectConfig? = nil, quickConnectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime @@ -11225,8 +10926,7 @@ public struct DescribeQuickConnectOutput: Swift.Sendable { public init( quickConnect: ConnectClientTypes.QuickConnect? = nil - ) - { + ) { self.quickConnect = quickConnect } } @@ -11242,8 +10942,7 @@ public struct DescribeRoutingProfileInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.routingProfileId = routingProfileId } @@ -11300,8 +10999,7 @@ extension ConnectClientTypes { routingProfileArn: Swift.String? = nil, routingProfileId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentAvailabilityTimer = agentAvailabilityTimer self.associatedQueueIds = associatedQueueIds self.defaultOutboundQueueId = defaultOutboundQueueId @@ -11327,8 +11025,7 @@ public struct DescribeRoutingProfileOutput: Swift.Sendable { public init( routingProfile: ConnectClientTypes.RoutingProfile? = nil - ) - { + ) { self.routingProfile = routingProfile } } @@ -11344,8 +11041,7 @@ public struct DescribeRuleInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.ruleId = ruleId } @@ -11400,8 +11096,7 @@ extension ConnectClientTypes { ruleId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, triggerEventSource: ConnectClientTypes.RuleTriggerEventSource? = nil - ) - { + ) { self.actions = actions self.createdTime = createdTime self.function = function @@ -11424,8 +11119,7 @@ public struct DescribeRuleOutput: Swift.Sendable { public init( rule: ConnectClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -11441,8 +11135,7 @@ public struct DescribeSecurityProfileInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, securityProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.securityProfileId = securityProfileId } @@ -11490,8 +11183,7 @@ extension ConnectClientTypes { securityProfileName: Swift.String? = nil, tagRestrictedResources: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedAccessControlHierarchyGroupId = allowedAccessControlHierarchyGroupId self.allowedAccessControlTags = allowedAccessControlTags self.arn = arn @@ -11514,8 +11206,7 @@ public struct DescribeSecurityProfileOutput: Swift.Sendable { public init( securityProfile: ConnectClientTypes.SecurityProfile? = nil - ) - { + ) { self.securityProfile = securityProfile } } @@ -11527,8 +11218,7 @@ public struct DescribeTrafficDistributionGroupInput: Swift.Sendable { public init( trafficDistributionGroupId: Swift.String? = nil - ) - { + ) { self.trafficDistributionGroupId = trafficDistributionGroupId } } @@ -11616,8 +11306,7 @@ extension ConnectClientTypes { name: Swift.String? = nil, status: ConnectClientTypes.TrafficDistributionGroupStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -11636,8 +11325,7 @@ public struct DescribeTrafficDistributionGroupOutput: Swift.Sendable { public init( trafficDistributionGroup: ConnectClientTypes.TrafficDistributionGroup? = nil - ) - { + ) { self.trafficDistributionGroup = trafficDistributionGroup } } @@ -11653,8 +11341,7 @@ public struct DescribeUserInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.userId = userId } @@ -11702,8 +11389,7 @@ extension ConnectClientTypes { securityProfileIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.arn = arn self.directoryUserId = directoryUserId self.hierarchyGroupId = hierarchyGroupId @@ -11726,8 +11412,7 @@ public struct DescribeUserOutput: Swift.Sendable { public init( user: ConnectClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -11743,8 +11428,7 @@ public struct DescribeUserHierarchyGroupInput: Swift.Sendable { public init( hierarchyGroupId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hierarchyGroupId = hierarchyGroupId self.instanceId = instanceId } @@ -11771,8 +11455,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -11803,8 +11486,7 @@ extension ConnectClientTypes { levelOne: ConnectClientTypes.HierarchyGroupSummary? = nil, levelThree: ConnectClientTypes.HierarchyGroupSummary? = nil, levelTwo: ConnectClientTypes.HierarchyGroupSummary? = nil - ) - { + ) { self.levelFive = levelFive self.levelFour = levelFour self.levelOne = levelOne @@ -11844,8 +11526,7 @@ extension ConnectClientTypes { levelId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.hierarchyPath = hierarchyPath self.id = id @@ -11864,8 +11545,7 @@ public struct DescribeUserHierarchyGroupOutput: Swift.Sendable { public init( hierarchyGroup: ConnectClientTypes.HierarchyGroup? = nil - ) - { + ) { self.hierarchyGroup = hierarchyGroup } } @@ -11877,8 +11557,7 @@ public struct DescribeUserHierarchyStructureInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -11904,8 +11583,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -11936,8 +11614,7 @@ extension ConnectClientTypes { levelOne: ConnectClientTypes.HierarchyLevel? = nil, levelThree: ConnectClientTypes.HierarchyLevel? = nil, levelTwo: ConnectClientTypes.HierarchyLevel? = nil - ) - { + ) { self.levelFive = levelFive self.levelFour = levelFour self.levelOne = levelOne @@ -11953,8 +11630,7 @@ public struct DescribeUserHierarchyStructureOutput: Swift.Sendable { public init( hierarchyStructure: ConnectClientTypes.HierarchyStructure? = nil - ) - { + ) { self.hierarchyStructure = hierarchyStructure } } @@ -11970,8 +11646,7 @@ public struct DescribeViewInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, viewId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.viewId = viewId } @@ -11983,8 +11658,7 @@ public struct DescribeViewOutput: Swift.Sendable { public init( view: ConnectClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -12000,8 +11674,7 @@ public struct DescribeVocabularyInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, vocabularyId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.vocabularyId = vocabularyId } @@ -12046,8 +11719,7 @@ extension ConnectClientTypes { name: Swift.String? = nil, state: ConnectClientTypes.VocabularyState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.content = content self.failureReason = failureReason @@ -12068,8 +11740,7 @@ public struct DescribeVocabularyOutput: Swift.Sendable { public init( vocabulary: ConnectClientTypes.Vocabulary? = nil - ) - { + ) { self.vocabulary = vocabulary } } @@ -12088,8 +11759,7 @@ public struct DisassociateAnalyticsDataSetInput: Swift.Sendable { dataSetId: Swift.String? = nil, instanceId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.instanceId = instanceId self.targetAccountId = targetAccountId @@ -12107,8 +11777,7 @@ public struct DisassociateApprovedOriginInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, origin: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.origin = origin } @@ -12127,8 +11796,7 @@ public struct DisassociateBotInput: Swift.Sendable { instanceId: Swift.String? = nil, lexBot: ConnectClientTypes.LexBot? = nil, lexV2Bot: ConnectClientTypes.LexV2Bot? = nil - ) - { + ) { self.instanceId = instanceId self.lexBot = lexBot self.lexV2Bot = lexV2Bot @@ -12154,8 +11822,7 @@ public struct DisassociateFlowInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.FlowAssociationResourceType? = nil - ) - { + ) { self.instanceId = instanceId self.resourceId = resourceId self.resourceType = resourceType @@ -12182,8 +11849,7 @@ public struct DisassociateInstanceStorageConfigInput: Swift.Sendable { associationId: Swift.String? = nil, instanceId: Swift.String? = nil, resourceType: ConnectClientTypes.InstanceStorageResourceType? = nil - ) - { + ) { self.associationId = associationId self.instanceId = instanceId self.resourceType = resourceType @@ -12201,8 +11867,7 @@ public struct DisassociateLambdaFunctionInput: Swift.Sendable { public init( functionArn: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn self.instanceId = instanceId } @@ -12223,8 +11888,7 @@ public struct DisassociateLexBotInput: Swift.Sendable { botName: Swift.String? = nil, instanceId: Swift.String? = nil, lexRegion: Swift.String? = nil - ) - { + ) { self.botName = botName self.instanceId = instanceId self.lexRegion = lexRegion @@ -12242,8 +11906,7 @@ public struct DisassociatePhoneNumberContactFlowInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.phoneNumberId = phoneNumberId } @@ -12264,8 +11927,7 @@ public struct DisassociateQueueQuickConnectsInput: Swift.Sendable { instanceId: Swift.String? = nil, queueId: Swift.String? = nil, quickConnectIds: [Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.queueId = queueId self.quickConnectIds = quickConnectIds @@ -12287,8 +11949,7 @@ public struct DisassociateRoutingProfileQueuesInput: Swift.Sendable { instanceId: Swift.String? = nil, queueReferences: [ConnectClientTypes.RoutingProfileQueueReference]? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.queueReferences = queueReferences self.routingProfileId = routingProfileId @@ -12306,8 +11967,7 @@ public struct DisassociateSecurityKeyInput: Swift.Sendable { public init( associationId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.instanceId = instanceId } @@ -12328,8 +11988,7 @@ public struct DisassociateTrafficDistributionGroupUserInput: Swift.Sendable { instanceId: Swift.String? = nil, trafficDistributionGroupId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.trafficDistributionGroupId = trafficDistributionGroupId self.userId = userId @@ -12355,8 +12014,7 @@ extension ConnectClientTypes { public init( attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue } @@ -12378,8 +12036,7 @@ public struct DisassociateUserProficienciesInput: Swift.Sendable { instanceId: Swift.String? = nil, userId: Swift.String? = nil, userProficiencies: [ConnectClientTypes.UserProficiencyDisassociate]? = nil - ) - { + ) { self.instanceId = instanceId self.userId = userId self.userProficiencies = userProficiencies @@ -12401,8 +12058,7 @@ public struct DismissUserContactInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.userId = userId @@ -12433,8 +12089,7 @@ public struct GetAttachedFileInput: Swift.Sendable { fileId: Swift.String? = nil, instanceId: Swift.String? = nil, urlExpiryInSeconds: Swift.Int? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.fileId = fileId self.instanceId = instanceId @@ -12454,8 +12109,7 @@ extension ConnectClientTypes { public init( url: Swift.String? = nil, urlExpiry: Swift.String? = nil - ) - { + ) { self.url = url self.urlExpiry = urlExpiry } @@ -12500,8 +12154,7 @@ public struct GetAttachedFileOutput: Swift.Sendable { fileStatus: ConnectClientTypes.FileStatusType? = nil, fileUseCaseType: ConnectClientTypes.FileUseCaseType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.createdBy = createdBy self.creationTime = creationTime @@ -12527,8 +12180,7 @@ public struct GetContactAttributesInput: Swift.Sendable { public init( initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.initialContactId = initialContactId self.instanceId = instanceId } @@ -12540,8 +12192,7 @@ public struct GetContactAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -12653,8 +12304,7 @@ extension ConnectClientTypes { public init( name: ConnectClientTypes.CurrentMetricName? = nil, unit: ConnectClientTypes.Unit? = nil - ) - { + ) { self.name = name self.unit = unit } @@ -12679,8 +12329,7 @@ extension ConnectClientTypes { queues: [Swift.String]? = nil, routingProfiles: [Swift.String]? = nil, routingStepExpressions: [Swift.String]? = nil - ) - { + ) { self.channels = channels self.queues = queues self.routingProfiles = routingProfiles @@ -12765,8 +12414,7 @@ extension ConnectClientTypes { public init( sortByMetric: ConnectClientTypes.CurrentMetricName? = nil, sortOrder: ConnectClientTypes.SortOrder? = nil - ) - { + ) { self.sortByMetric = sortByMetric self.sortOrder = sortOrder } @@ -12821,8 +12469,7 @@ public struct GetCurrentMetricDataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: [ConnectClientTypes.CurrentMetricSortCriteria]? = nil - ) - { + ) { self.currentMetrics = currentMetrics self.filters = filters self.groupings = groupings @@ -12845,8 +12492,7 @@ extension ConnectClientTypes { public init( metric: ConnectClientTypes.CurrentMetric? = nil, value: Swift.Double? = nil - ) - { + ) { self.metric = metric self.value = value } @@ -12865,8 +12511,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -12891,8 +12536,7 @@ extension ConnectClientTypes { queue: ConnectClientTypes.QueueReference? = nil, routingProfile: ConnectClientTypes.RoutingProfileReference? = nil, routingStepExpression: Swift.String? = nil - ) - { + ) { self.channel = channel self.queue = queue self.routingProfile = routingProfile @@ -12913,8 +12557,7 @@ extension ConnectClientTypes { public init( collections: [ConnectClientTypes.CurrentMetricData]? = nil, dimensions: ConnectClientTypes.Dimensions? = nil - ) - { + ) { self.collections = collections self.dimensions = dimensions } @@ -12936,8 +12579,7 @@ public struct GetCurrentMetricDataOutput: Swift.Sendable { dataSnapshotTime: Foundation.Date? = nil, metricResults: [ConnectClientTypes.CurrentMetricResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.dataSnapshotTime = dataSnapshotTime self.metricResults = metricResults @@ -12954,8 +12596,7 @@ extension ConnectClientTypes { public init( contactStates: [ConnectClientTypes.ContactState]? = nil - ) - { + ) { self.contactStates = contactStates } } @@ -12982,8 +12623,7 @@ extension ConnectClientTypes { queues: [Swift.String]? = nil, routingProfiles: [Swift.String]? = nil, userHierarchyGroups: [Swift.String]? = nil - ) - { + ) { self.agents = agents self.contactFilter = contactFilter self.queues = queues @@ -13023,8 +12663,7 @@ public struct GetCurrentUserDataInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.instanceId = instanceId self.maxResults = maxResults @@ -13044,8 +12683,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -13073,8 +12711,7 @@ extension ConnectClientTypes { levelOne: ConnectClientTypes.HierarchyGroupSummaryReference? = nil, levelThree: ConnectClientTypes.HierarchyGroupSummaryReference? = nil, levelTwo: ConnectClientTypes.HierarchyGroupSummaryReference? = nil - ) - { + ) { self.levelFive = levelFive self.levelFour = levelFour self.levelOne = levelOne @@ -13096,8 +12733,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -13137,8 +12773,7 @@ extension ConnectClientTypes { routingProfile: ConnectClientTypes.RoutingProfileReference? = nil, status: ConnectClientTypes.AgentStatusReference? = nil, user: ConnectClientTypes.UserReference? = nil - ) - { + ) { self.activeSlotsByChannel = activeSlotsByChannel self.availableSlotsByChannel = availableSlotsByChannel self.contacts = contacts @@ -13164,8 +12799,7 @@ public struct GetCurrentUserDataOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, userDataList: [ConnectClientTypes.UserData]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.userDataList = userDataList @@ -13191,8 +12825,7 @@ public struct GetEffectiveHoursOfOperationsInput: Swift.Sendable { hoursOfOperationId: Swift.String? = nil, instanceId: Swift.String? = nil, toDate: Swift.String? = nil - ) - { + ) { self.fromDate = fromDate self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId @@ -13212,8 +12845,7 @@ extension ConnectClientTypes { public init( end: ConnectClientTypes.OverrideTimeSlice? = nil, start: ConnectClientTypes.OverrideTimeSlice? = nil - ) - { + ) { self.end = end self.start = start } @@ -13232,8 +12864,7 @@ extension ConnectClientTypes { public init( date: Swift.String? = nil, operationalHours: [ConnectClientTypes.OperationalHour]? = nil - ) - { + ) { self.date = date self.operationalHours = operationalHours } @@ -13249,8 +12880,7 @@ public struct GetEffectiveHoursOfOperationsOutput: Swift.Sendable { public init( effectiveHoursOfOperationList: [ConnectClientTypes.EffectiveHoursOfOperations]? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.effectiveHoursOfOperationList = effectiveHoursOfOperationList self.timeZone = timeZone } @@ -13274,8 +12904,7 @@ public struct UserNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13287,8 +12916,7 @@ public struct GetFederationTokenInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -13311,8 +12939,7 @@ extension ConnectClientTypes { accessTokenExpiration: Foundation.Date? = nil, refreshToken: Swift.String? = nil, refreshTokenExpiration: Foundation.Date? = nil - ) - { + ) { self.accessToken = accessToken self.accessTokenExpiration = accessTokenExpiration self.refreshToken = refreshToken @@ -13342,8 +12969,7 @@ public struct GetFederationTokenOutput: Swift.Sendable { signInUrl: Swift.String? = nil, userArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.signInUrl = signInUrl self.userArn = userArn @@ -13375,8 +13001,7 @@ public struct GetFlowAssociationInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.FlowAssociationResourceType? = nil - ) - { + ) { self.instanceId = instanceId self.resourceId = resourceId self.resourceType = resourceType @@ -13395,8 +13020,7 @@ public struct GetFlowAssociationOutput: Swift.Sendable { flowId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectClientTypes.FlowAssociationResourceType? = nil - ) - { + ) { self.flowId = flowId self.resourceId = resourceId self.resourceType = resourceType @@ -13572,8 +13196,7 @@ extension ConnectClientTypes { public init( comparison: ConnectClientTypes.Comparison? = nil, thresholdValue: Swift.Double? = nil - ) - { + ) { self.comparison = comparison self.thresholdValue = thresholdValue } @@ -13598,8 +13221,7 @@ extension ConnectClientTypes { statistic: ConnectClientTypes.Statistic? = nil, threshold: ConnectClientTypes.Threshold? = nil, unit: ConnectClientTypes.Unit? = nil - ) - { + ) { self.name = name self.statistic = statistic self.threshold = threshold @@ -13640,8 +13262,7 @@ public struct GetMetricDataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.filters = filters self.groupings = groupings @@ -13665,8 +13286,7 @@ extension ConnectClientTypes { public init( metric: ConnectClientTypes.HistoricalMetric? = nil, value: Swift.Double? = nil - ) - { + ) { self.metric = metric self.value = value } @@ -13685,8 +13305,7 @@ extension ConnectClientTypes { public init( collections: [ConnectClientTypes.HistoricalMetricData]? = nil, dimensions: ConnectClientTypes.Dimensions? = nil - ) - { + ) { self.collections = collections self.dimensions = dimensions } @@ -13702,8 +13321,7 @@ public struct GetMetricDataOutput: Swift.Sendable { public init( metricResults: [ConnectClientTypes.HistoricalMetricResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricResults = metricResults self.nextToken = nextToken } @@ -13721,8 +13339,7 @@ extension ConnectClientTypes { public init( filterKey: Swift.String? = nil, filterValues: [Swift.String]? = nil - ) - { + ) { self.filterKey = filterKey self.filterValues = filterValues } @@ -13794,8 +13411,7 @@ extension ConnectClientTypes { public init( intervalPeriod: ConnectClientTypes.IntervalPeriod? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.intervalPeriod = intervalPeriod self.timeZone = timeZone } @@ -13833,8 +13449,7 @@ extension ConnectClientTypes { metricFilterKey: Swift.String? = nil, metricFilterValues: [Swift.String]? = nil, negate: Swift.Bool = false - ) - { + ) { self.metricFilterKey = metricFilterKey self.metricFilterValues = metricFilterValues self.negate = negate @@ -13854,8 +13469,7 @@ extension ConnectClientTypes { public init( comparison: Swift.String? = nil, thresholdValue: Swift.Double? = nil - ) - { + ) { self.comparison = comparison self.thresholdValue = thresholdValue } @@ -13877,8 +13491,7 @@ extension ConnectClientTypes { metricFilters: [ConnectClientTypes.MetricFilterV2]? = nil, name: Swift.String? = nil, threshold: [ConnectClientTypes.ThresholdV2]? = nil - ) - { + ) { self.metricFilters = metricFilters self.name = name self.threshold = threshold @@ -13975,8 +13588,7 @@ public struct GetMetricDataV2Input: Swift.Sendable { nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.filters = filters self.groupings = groupings @@ -14001,8 +13613,7 @@ extension ConnectClientTypes { public init( metric: ConnectClientTypes.MetricV2? = nil, value: Swift.Double? = nil - ) - { + ) { self.metric = metric self.value = value } @@ -14024,8 +13635,7 @@ extension ConnectClientTypes { endTime: Foundation.Date? = nil, interval: ConnectClientTypes.IntervalPeriod? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.interval = interval self.startTime = startTime @@ -14048,8 +13658,7 @@ extension ConnectClientTypes { collections: [ConnectClientTypes.MetricDataV2]? = nil, dimensions: [Swift.String: Swift.String]? = nil, metricInterval: ConnectClientTypes.MetricInterval? = nil - ) - { + ) { self.collections = collections self.dimensions = dimensions self.metricInterval = metricInterval @@ -14066,8 +13675,7 @@ public struct GetMetricDataV2Output: Swift.Sendable { public init( metricResults: [ConnectClientTypes.MetricResultV2]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricResults = metricResults self.nextToken = nextToken } @@ -14084,8 +13692,7 @@ public struct GetPromptFileInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, promptId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.promptId = promptId } @@ -14103,8 +13710,7 @@ public struct GetPromptFileOutput: Swift.Sendable { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, promptPresignedUrl: Swift.String? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.promptPresignedUrl = promptPresignedUrl @@ -14125,8 +13731,7 @@ public struct GetTaskTemplateInput: Swift.Sendable { instanceId: Swift.String? = nil, snapshotVersion: Swift.String? = nil, taskTemplateId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.snapshotVersion = snapshotVersion self.taskTemplateId = taskTemplateId @@ -14181,8 +13786,7 @@ public struct GetTaskTemplateOutput: Swift.Sendable { selfAssignFlowId: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.constraints = constraints self.contactFlowId = contactFlowId @@ -14207,8 +13811,7 @@ public struct GetTrafficDistributionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -14227,8 +13830,7 @@ extension ConnectClientTypes { public init( enabled: Swift.Bool = false, region: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.region = region } @@ -14245,8 +13847,7 @@ extension ConnectClientTypes { public init( distributions: [ConnectClientTypes.SignInDistribution]? = nil - ) - { + ) { self.distributions = distributions } } @@ -14262,8 +13863,7 @@ extension ConnectClientTypes { public init( distributions: [ConnectClientTypes.Distribution]? = nil - ) - { + ) { self.distributions = distributions } } @@ -14287,8 +13887,7 @@ public struct GetTrafficDistributionOutput: Swift.Sendable { id: Swift.String? = nil, signInConfig: ConnectClientTypes.SignInConfig? = nil, telephonyConfig: ConnectClientTypes.TelephonyConfig? = nil - ) - { + ) { self.agentConfig = agentConfig self.arn = arn self.id = id @@ -14317,8 +13916,7 @@ public struct ImportPhoneNumberInput: Swift.Sendable { phoneNumberDescription: Swift.String? = nil, sourcePhoneNumberArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.instanceId = instanceId self.phoneNumberDescription = phoneNumberDescription @@ -14336,8 +13934,7 @@ public struct ImportPhoneNumberOutput: Swift.Sendable { public init( phoneNumberArn: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberArn = phoneNumberArn self.phoneNumberId = phoneNumberId } @@ -14359,8 +13956,7 @@ public struct ListAgentStatusesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentStatusTypes = agentStatusTypes self.instanceId = instanceId self.maxResults = maxResults @@ -14377,8 +13973,7 @@ public struct ListAgentStatusesOutput: Swift.Sendable { public init( agentStatusSummaryList: [ConnectClientTypes.AgentStatusSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentStatusSummaryList = agentStatusSummaryList self.nextToken = nextToken } @@ -14400,8 +13995,7 @@ public struct ListAnalyticsDataAssociationsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.instanceId = instanceId self.maxResults = maxResults @@ -14418,8 +14012,7 @@ public struct ListAnalyticsDataAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [ConnectClientTypes.AnalyticsDataAssociationResult]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -14438,8 +14031,7 @@ public struct ListApprovedOriginsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -14455,8 +14047,7 @@ public struct ListApprovedOriginsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, origins: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.origins = origins } @@ -14479,8 +14070,7 @@ public struct ListAssociatedContactsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.maxResults = maxResults @@ -14521,8 +14111,7 @@ extension ConnectClientTypes { initiationTimestamp: Foundation.Date? = nil, previousContactId: Swift.String? = nil, relatedContactId: Swift.String? = nil - ) - { + ) { self.channel = channel self.contactArn = contactArn self.contactId = contactId @@ -14545,8 +14134,7 @@ public struct ListAssociatedContactsOutput: Swift.Sendable { public init( contactSummaryList: [ConnectClientTypes.AssociatedContactSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactSummaryList = contactSummaryList self.nextToken = nextToken } @@ -14565,8 +14153,7 @@ public struct ListAuthenticationProfilesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -14597,8 +14184,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.isDefault = isDefault @@ -14618,8 +14204,7 @@ public struct ListAuthenticationProfilesOutput: Swift.Sendable { public init( authenticationProfileSummaryList: [ConnectClientTypes.AuthenticationProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authenticationProfileSummaryList = authenticationProfileSummaryList self.nextToken = nextToken } @@ -14671,8 +14256,7 @@ public struct ListBotsInput: Swift.Sendable { lexVersion: ConnectClientTypes.LexVersion? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.lexVersion = lexVersion self.maxResults = maxResults @@ -14692,8 +14276,7 @@ extension ConnectClientTypes { public init( lexBot: ConnectClientTypes.LexBot? = nil, lexV2Bot: ConnectClientTypes.LexV2Bot? = nil - ) - { + ) { self.lexBot = lexBot self.lexV2Bot = lexV2Bot } @@ -14709,8 +14292,7 @@ public struct ListBotsOutput: Swift.Sendable { public init( lexBots: [ConnectClientTypes.LexBotConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lexBots = lexBots self.nextToken = nextToken } @@ -14730,8 +14312,7 @@ public struct ListContactEvaluationsInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.nextToken = nextToken @@ -14779,8 +14360,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, score: ConnectClientTypes.EvaluationScore? = nil, status: ConnectClientTypes.EvaluationStatus? = nil - ) - { + ) { self.createdTime = createdTime self.evaluationArn = evaluationArn self.evaluationFormId = evaluationFormId @@ -14804,8 +14384,7 @@ public struct ListContactEvaluationsOutput: Swift.Sendable { public init( evaluationSummaryList: [ConnectClientTypes.EvaluationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationSummaryList = evaluationSummaryList self.nextToken = nextToken } @@ -14827,8 +14406,7 @@ public struct ListContactFlowModulesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowModuleState = contactFlowModuleState self.instanceId = instanceId self.maxResults = maxResults @@ -14854,8 +14432,7 @@ extension ConnectClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, state: ConnectClientTypes.ContactFlowModuleState? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -14873,8 +14450,7 @@ public struct ListContactFlowModulesOutput: Swift.Sendable { public init( contactFlowModulesSummaryList: [ConnectClientTypes.ContactFlowModuleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowModulesSummaryList = contactFlowModulesSummaryList self.nextToken = nextToken } @@ -14896,8 +14472,7 @@ public struct ListContactFlowsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowTypes = contactFlowTypes self.instanceId = instanceId self.maxResults = maxResults @@ -14929,8 +14504,7 @@ extension ConnectClientTypes { contactFlowType: ConnectClientTypes.ContactFlowType? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.contactFlowState = contactFlowState self.contactFlowStatus = contactFlowStatus @@ -14950,8 +14524,7 @@ public struct ListContactFlowsOutput: Swift.Sendable { public init( contactFlowSummaryList: [ConnectClientTypes.ContactFlowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowSummaryList = contactFlowSummaryList self.nextToken = nextToken } @@ -14974,8 +14547,7 @@ public struct ListContactFlowVersionsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.instanceId = instanceId self.maxResults = maxResults @@ -14998,8 +14570,7 @@ extension ConnectClientTypes { arn: Swift.String? = nil, version: Swift.Int? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.arn = arn self.version = version self.versionDescription = versionDescription @@ -15016,8 +14587,7 @@ public struct ListContactFlowVersionsOutput: Swift.Sendable { public init( contactFlowVersionSummaryList: [ConnectClientTypes.ContactFlowVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactFlowVersionSummaryList = contactFlowVersionSummaryList self.nextToken = nextToken } @@ -15041,8 +14611,7 @@ public struct ListContactReferencesInput: Swift.Sendable { instanceId: Swift.String? = nil, nextToken: Swift.String? = nil, referenceTypes: [ConnectClientTypes.ReferenceType]? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.nextToken = nextToken @@ -15068,8 +14637,7 @@ extension ConnectClientTypes { name: Swift.String? = nil, status: ConnectClientTypes.ReferenceStatus? = nil, value: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.status = status @@ -15090,8 +14658,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -15110,8 +14677,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -15130,8 +14696,7 @@ extension ConnectClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -15150,8 +14715,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -15170,8 +14734,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -15190,8 +14753,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -15229,8 +14791,7 @@ public struct ListContactReferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, referenceSummaryList: [ConnectClientTypes.ReferenceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.referenceSummaryList = referenceSummaryList } @@ -15252,8 +14813,7 @@ public struct ListDefaultVocabulariesInput: Swift.Sendable { languageCode: ConnectClientTypes.VocabularyLanguageCode? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.languageCode = languageCode self.maxResults = maxResults @@ -15283,8 +14843,7 @@ extension ConnectClientTypes { languageCode: ConnectClientTypes.VocabularyLanguageCode? = nil, vocabularyId: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.languageCode = languageCode self.vocabularyId = vocabularyId @@ -15303,8 +14862,7 @@ public struct ListDefaultVocabulariesOutput: Swift.Sendable { public init( defaultVocabularyList: [ConnectClientTypes.DefaultVocabulary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.defaultVocabularyList = defaultVocabularyList self.nextToken = nextToken } @@ -15323,8 +14881,7 @@ public struct ListEvaluationFormsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15378,8 +14935,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, latestVersion: Swift.Int = 0, title: Swift.String? = nil - ) - { + ) { self.activeVersion = activeVersion self.createdBy = createdBy self.createdTime = createdTime @@ -15405,8 +14961,7 @@ public struct ListEvaluationFormsOutput: Swift.Sendable { public init( evaluationFormSummaryList: [ConnectClientTypes.EvaluationFormSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationFormSummaryList = evaluationFormSummaryList self.nextToken = nextToken } @@ -15429,8 +14984,7 @@ public struct ListEvaluationFormVersionsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationFormId = evaluationFormId self.instanceId = instanceId self.maxResults = maxResults @@ -15480,8 +15034,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, locked: Swift.Bool = false, status: ConnectClientTypes.EvaluationFormVersionStatus? = nil - ) - { + ) { self.createdBy = createdBy self.createdTime = createdTime self.evaluationFormArn = evaluationFormArn @@ -15505,8 +15058,7 @@ public struct ListEvaluationFormVersionsOutput: Swift.Sendable { public init( evaluationFormVersionSummaryList: [ConnectClientTypes.EvaluationFormVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.evaluationFormVersionSummaryList = evaluationFormVersionSummaryList self.nextToken = nextToken } @@ -15528,8 +15080,7 @@ public struct ListFlowAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceType: ConnectClientTypes.ListFlowAssociationResourceType? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15546,8 +15097,7 @@ public struct ListFlowAssociationsOutput: Swift.Sendable { public init( flowAssociationSummaryList: [ConnectClientTypes.FlowAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowAssociationSummaryList = flowAssociationSummaryList self.nextToken = nextToken } @@ -15570,8 +15120,7 @@ public struct ListHoursOfOperationOverridesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId self.maxResults = maxResults @@ -15594,8 +15143,7 @@ public struct ListHoursOfOperationOverridesOutput: Swift.Sendable { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hoursOfOperationOverrideList = hoursOfOperationOverrideList self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime @@ -15616,8 +15164,7 @@ public struct ListHoursOfOperationsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15645,8 +15192,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -15665,8 +15211,7 @@ public struct ListHoursOfOperationsOutput: Swift.Sendable { public init( hoursOfOperationSummaryList: [ConnectClientTypes.HoursOfOperationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hoursOfOperationSummaryList = hoursOfOperationSummaryList self.nextToken = nextToken } @@ -15685,8 +15230,7 @@ public struct ListInstanceAttributesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15702,8 +15246,7 @@ public struct ListInstanceAttributesOutput: Swift.Sendable { public init( attributes: [ConnectClientTypes.Attribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -15718,8 +15261,7 @@ public struct ListInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15761,8 +15303,7 @@ extension ConnectClientTypes { instanceStatus: ConnectClientTypes.InstanceStatus? = nil, outboundCallsEnabled: Swift.Bool? = nil, serviceRole: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -15791,8 +15332,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instanceSummaryList: [ConnectClientTypes.InstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceSummaryList = instanceSummaryList self.nextToken = nextToken } @@ -15815,8 +15355,7 @@ public struct ListInstanceStorageConfigsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceType: ConnectClientTypes.InstanceStorageResourceType? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15833,8 +15372,7 @@ public struct ListInstanceStorageConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageConfigs: [ConnectClientTypes.InstanceStorageConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.storageConfigs = storageConfigs } @@ -15859,8 +15397,7 @@ public struct ListIntegrationAssociationsInput: Swift.Sendable { integrationType: ConnectClientTypes.IntegrationType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.integrationArn = integrationArn self.integrationType = integrationType @@ -15899,8 +15436,7 @@ extension ConnectClientTypes { sourceApplicationName: Swift.String? = nil, sourceApplicationUrl: Swift.String? = nil, sourceType: ConnectClientTypes.SourceType? = nil - ) - { + ) { self.instanceId = instanceId self.integrationArn = integrationArn self.integrationAssociationArn = integrationAssociationArn @@ -15922,8 +15458,7 @@ public struct ListIntegrationAssociationsOutput: Swift.Sendable { public init( integrationAssociationSummaryList: [ConnectClientTypes.IntegrationAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.integrationAssociationSummaryList = integrationAssociationSummaryList self.nextToken = nextToken } @@ -15942,8 +15477,7 @@ public struct ListLambdaFunctionsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15959,8 +15493,7 @@ public struct ListLambdaFunctionsOutput: Swift.Sendable { public init( lambdaFunctions: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lambdaFunctions = lambdaFunctions self.nextToken = nextToken } @@ -15979,8 +15512,7 @@ public struct ListLexBotsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -15996,8 +15528,7 @@ public struct ListLexBotsOutput: Swift.Sendable { public init( lexBots: [ConnectClientTypes.LexBot]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lexBots = lexBots self.nextToken = nextToken } @@ -16022,8 +15553,7 @@ public struct ListPhoneNumbersInput: Swift.Sendable { nextToken: Swift.String? = nil, phoneNumberCountryCodes: [ConnectClientTypes.PhoneNumberCountryCode]? = nil, phoneNumberTypes: [ConnectClientTypes.PhoneNumberType]? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16053,8 +15583,7 @@ extension ConnectClientTypes { phoneNumber: Swift.String? = nil, phoneNumberCountryCode: ConnectClientTypes.PhoneNumberCountryCode? = nil, phoneNumberType: ConnectClientTypes.PhoneNumberType? = nil - ) - { + ) { self.arn = arn self.id = id self.phoneNumber = phoneNumber @@ -16073,8 +15602,7 @@ public struct ListPhoneNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumberSummaryList: [ConnectClientTypes.PhoneNumberSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumberSummaryList = phoneNumberSummaryList } @@ -16104,8 +15632,7 @@ public struct ListPhoneNumbersV2Input: Swift.Sendable { phoneNumberPrefix: Swift.String? = nil, phoneNumberTypes: [ConnectClientTypes.PhoneNumberType]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16149,8 +15676,7 @@ extension ConnectClientTypes { phoneNumberType: ConnectClientTypes.PhoneNumberType? = nil, sourcePhoneNumberArn: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.phoneNumber = phoneNumber self.phoneNumberArn = phoneNumberArn @@ -16173,8 +15699,7 @@ public struct ListPhoneNumbersV2Output: Swift.Sendable { public init( listPhoneNumbersSummaryList: [ConnectClientTypes.ListPhoneNumbersSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.listPhoneNumbersSummaryList = listPhoneNumbersSummaryList self.nextToken = nextToken } @@ -16193,8 +15718,7 @@ public struct ListPredefinedAttributesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16216,8 +15740,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.name = name @@ -16234,8 +15757,7 @@ public struct ListPredefinedAttributesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, predefinedAttributeSummaryList: [ConnectClientTypes.PredefinedAttributeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.predefinedAttributeSummaryList = predefinedAttributeSummaryList } @@ -16254,8 +15776,7 @@ public struct ListPromptsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16283,8 +15804,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -16303,8 +15823,7 @@ public struct ListPromptsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, promptSummaryList: [ConnectClientTypes.PromptSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.promptSummaryList = promptSummaryList } @@ -16327,8 +15846,7 @@ public struct ListQueueQuickConnectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16360,8 +15878,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, quickConnectType: ConnectClientTypes.QuickConnectType? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -16387,8 +15904,7 @@ public struct ListQueueQuickConnectsOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, quickConnectSummaryList: [ConnectClientTypes.QuickConnectSummary]? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.nextToken = nextToken @@ -16441,8 +15957,7 @@ public struct ListQueuesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queueTypes: [ConnectClientTypes.QueueType]? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16474,8 +15989,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, queueType: ConnectClientTypes.QueueType? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -16495,8 +16009,7 @@ public struct ListQueuesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queueSummaryList: [ConnectClientTypes.QueueSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.queueSummaryList = queueSummaryList } @@ -16518,8 +16031,7 @@ public struct ListQuickConnectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, quickConnectTypes: [ConnectClientTypes.QuickConnectType]? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -16536,8 +16048,7 @@ public struct ListQuickConnectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quickConnectSummaryList: [ConnectClientTypes.QuickConnectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.quickConnectSummaryList = quickConnectSummaryList } @@ -16561,8 +16072,7 @@ public struct OutputTypeNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16662,8 +16172,7 @@ public struct ListRealtimeContactAnalysisSegmentsV2Input: Swift.Sendable { nextToken: Swift.String? = nil, outputType: ConnectClientTypes.RealTimeContactAnalysisOutputType? = nil, segmentTypes: [ConnectClientTypes.RealTimeContactAnalysisSegmentType]? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.maxResults = maxResults @@ -16754,8 +16263,7 @@ extension ConnectClientTypes { attachmentName: Swift.String? = nil, contentType: Swift.String? = nil, status: ConnectClientTypes.ArtifactStatus? = nil - ) - { + ) { self.attachmentId = attachmentId self.attachmentName = attachmentName self.contentType = contentType @@ -16803,8 +16311,7 @@ extension ConnectClientTypes { participantId: Swift.String? = nil, participantRole: ConnectClientTypes.ParticipantRole? = nil, time: ConnectClientTypes.RealTimeContactAnalysisTimeData? = nil - ) - { + ) { self.attachments = attachments self.displayName = displayName self.id = id @@ -16829,8 +16336,7 @@ extension ConnectClientTypes { public init( beginOffsetChar: Swift.Int = 0, endOffsetChar: Swift.Int = 0 - ) - { + ) { self.beginOffsetChar = beginOffsetChar self.endOffsetChar = endOffsetChar } @@ -16850,8 +16356,7 @@ extension ConnectClientTypes { public init( characterOffsets: ConnectClientTypes.RealTimeContactAnalysisCharacterInterval? = nil, id: Swift.String? = nil - ) - { + ) { self.characterOffsets = characterOffsets self.id = id } @@ -16867,8 +16372,7 @@ extension ConnectClientTypes { public init( transcriptItems: [ConnectClientTypes.RealTimeContactAnalysisTranscriptItemWithCharacterOffsets]? = nil - ) - { + ) { self.transcriptItems = transcriptItems } } @@ -16884,8 +16388,7 @@ extension ConnectClientTypes { public init( pointsOfInterest: [ConnectClientTypes.RealTimeContactAnalysisPointOfInterest]? = nil - ) - { + ) { self.pointsOfInterest = pointsOfInterest } } @@ -16901,8 +16404,7 @@ extension ConnectClientTypes { public init( matchedDetails: [Swift.String: ConnectClientTypes.RealTimeContactAnalysisCategoryDetails]? = nil - ) - { + ) { self.matchedDetails = matchedDetails } } @@ -16935,8 +16437,7 @@ extension ConnectClientTypes { participantId: Swift.String? = nil, participantRole: ConnectClientTypes.ParticipantRole? = nil, time: ConnectClientTypes.RealTimeContactAnalysisTimeData? = nil - ) - { + ) { self.displayName = displayName self.eventType = eventType self.id = id @@ -16963,8 +16464,7 @@ extension ConnectClientTypes { characterOffsets: ConnectClientTypes.RealTimeContactAnalysisCharacterInterval? = nil, content: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.characterOffsets = characterOffsets self.content = content self.id = id @@ -16982,8 +16482,7 @@ extension ConnectClientTypes { public init( transcriptItems: [ConnectClientTypes.RealTimeContactAnalysisTranscriptItemWithContent]? = nil - ) - { + ) { self.transcriptItems = transcriptItems } } @@ -16999,8 +16498,7 @@ extension ConnectClientTypes { public init( issuesDetected: [ConnectClientTypes.RealTimeContactAnalysisIssueDetected]? = nil - ) - { + ) { self.issuesDetected = issuesDetected } } @@ -17099,8 +16597,7 @@ extension ConnectClientTypes { content: Swift.String? = nil, failureCode: ConnectClientTypes.RealTimeContactAnalysisPostContactSummaryFailureCode? = nil, status: ConnectClientTypes.RealTimeContactAnalysisPostContactSummaryStatus? = nil - ) - { + ) { self.content = content self.failureCode = failureCode self.status = status @@ -17117,8 +16614,7 @@ extension ConnectClientTypes { public init( characterOffsets: [ConnectClientTypes.RealTimeContactAnalysisCharacterInterval]? = nil - ) - { + ) { self.characterOffsets = characterOffsets } } @@ -17194,8 +16690,7 @@ extension ConnectClientTypes { redaction: ConnectClientTypes.RealTimeContactAnalysisTranscriptItemRedaction? = nil, sentiment: ConnectClientTypes.RealTimeContactAnalysisSentimentLabel? = nil, time: ConnectClientTypes.RealTimeContactAnalysisTimeData? = nil - ) - { + ) { self.content = content self.contentType = contentType self.displayName = displayName @@ -17279,8 +16774,7 @@ public struct ListRealtimeContactAnalysisSegmentsV2Output: Swift.Sendable { nextToken: Swift.String? = nil, segments: [ConnectClientTypes.RealtimeContactAnalysisSegment]? = nil, status: ConnectClientTypes.RealTimeContactAnalysisStatus? = nil - ) - { + ) { self.channel = channel self.nextToken = nextToken self.segments = segments @@ -17305,8 +16799,7 @@ public struct ListRoutingProfileQueuesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17344,8 +16837,7 @@ extension ConnectClientTypes { queueArn: Swift.String? = nil, queueId: Swift.String? = nil, queueName: Swift.String? = nil - ) - { + ) { self.channel = channel self.delay = delay self.priority = priority @@ -17371,8 +16863,7 @@ public struct ListRoutingProfileQueuesOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, routingProfileQueueConfigSummaryList: [ConnectClientTypes.RoutingProfileQueueConfigSummary]? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.nextToken = nextToken @@ -17393,8 +16884,7 @@ public struct ListRoutingProfilesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17422,8 +16912,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -17442,8 +16931,7 @@ public struct ListRoutingProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routingProfileSummaryList: [ConnectClientTypes.RoutingProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.routingProfileSummaryList = routingProfileSummaryList } @@ -17468,8 +16956,7 @@ public struct ListRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, publishStatus: ConnectClientTypes.RulePublishStatus? = nil - ) - { + ) { self.eventSourceName = eventSourceName self.instanceId = instanceId self.maxResults = maxResults @@ -17516,8 +17003,7 @@ extension ConnectClientTypes { publishStatus: ConnectClientTypes.RulePublishStatus? = nil, ruleArn: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.actionSummaries = actionSummaries self.createdTime = createdTime self.eventSourceName = eventSourceName @@ -17540,8 +17026,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleSummaryList: [ConnectClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleSummaryList = ruleSummaryList } @@ -17560,8 +17045,7 @@ public struct ListSecurityKeysInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17583,8 +17067,7 @@ extension ConnectClientTypes { associationId: Swift.String? = nil, creationTime: Foundation.Date? = nil, key: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.creationTime = creationTime self.key = key @@ -17601,8 +17084,7 @@ public struct ListSecurityKeysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityKeys: [ConnectClientTypes.SecurityKey]? = nil - ) - { + ) { self.nextToken = nextToken self.securityKeys = securityKeys } @@ -17625,8 +17107,7 @@ public struct ListSecurityProfileApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17649,8 +17130,7 @@ public struct ListSecurityProfileApplicationsOutput: Swift.Sendable { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime @@ -17675,8 +17155,7 @@ public struct ListSecurityProfilePermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17699,8 +17178,7 @@ public struct ListSecurityProfilePermissionsOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, permissions: [Swift.String]? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.nextToken = nextToken @@ -17721,8 +17199,7 @@ public struct ListSecurityProfilesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17750,8 +17227,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -17770,8 +17246,7 @@ public struct ListSecurityProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityProfileSummaryList: [ConnectClientTypes.SecurityProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.securityProfileSummaryList = securityProfileSummaryList } @@ -17784,8 +17259,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -17796,8 +17270,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -17821,8 +17294,7 @@ public struct ListTaskTemplatesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.name = name @@ -17858,8 +17330,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -17880,8 +17351,7 @@ public struct ListTaskTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskTemplates: [ConnectClientTypes.TaskTemplateMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.taskTemplates = taskTemplates } @@ -17899,8 +17369,7 @@ public struct ListTrafficDistributionGroupsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -17943,8 +17412,7 @@ extension ConnectClientTypes { isDefault: Swift.Bool = false, name: Swift.String? = nil, status: ConnectClientTypes.TrafficDistributionGroupStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.instanceArn = instanceArn @@ -17964,8 +17432,7 @@ public struct ListTrafficDistributionGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficDistributionGroupSummaryList: [ConnectClientTypes.TrafficDistributionGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficDistributionGroupSummaryList = trafficDistributionGroupSummaryList } @@ -17984,8 +17451,7 @@ public struct ListTrafficDistributionGroupUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trafficDistributionGroupId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.trafficDistributionGroupId = trafficDistributionGroupId @@ -18001,8 +17467,7 @@ extension ConnectClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -18017,8 +17482,7 @@ public struct ListTrafficDistributionGroupUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficDistributionGroupUserSummaryList: [ConnectClientTypes.TrafficDistributionGroupUserSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficDistributionGroupUserSummaryList = trafficDistributionGroupUserSummaryList } @@ -18042,8 +17506,7 @@ public struct ListUseCasesInput: Swift.Sendable { integrationAssociationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.integrationAssociationId = integrationAssociationId self.maxResults = maxResults @@ -18066,8 +17529,7 @@ extension ConnectClientTypes { useCaseArn: Swift.String? = nil, useCaseId: Swift.String? = nil, useCaseType: ConnectClientTypes.UseCaseType? = nil - ) - { + ) { self.useCaseArn = useCaseArn self.useCaseId = useCaseId self.useCaseType = useCaseType @@ -18084,8 +17546,7 @@ public struct ListUseCasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, useCaseSummaryList: [ConnectClientTypes.UseCase]? = nil - ) - { + ) { self.nextToken = nextToken self.useCaseSummaryList = useCaseSummaryList } @@ -18104,8 +17565,7 @@ public struct ListUserHierarchyGroupsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18121,8 +17581,7 @@ public struct ListUserHierarchyGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userHierarchyGroupSummaryList: [ConnectClientTypes.HierarchyGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.userHierarchyGroupSummaryList = userHierarchyGroupSummaryList } @@ -18145,8 +17604,7 @@ public struct ListUserProficienciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18169,8 +17627,7 @@ public struct ListUserProficienciesOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, userProficiencyList: [ConnectClientTypes.UserProficiency]? = nil - ) - { + ) { self.lastModifiedRegion = lastModifiedRegion self.lastModifiedTime = lastModifiedTime self.nextToken = nextToken @@ -18191,8 +17648,7 @@ public struct ListUsersInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18220,8 +17676,7 @@ extension ConnectClientTypes { lastModifiedRegion: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, username: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastModifiedRegion = lastModifiedRegion @@ -18240,8 +17695,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userSummaryList: [ConnectClientTypes.UserSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.userSummaryList = userSummaryList } @@ -18263,8 +17717,7 @@ public struct ListViewsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, type: ConnectClientTypes.ViewType? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18296,8 +17749,7 @@ extension ConnectClientTypes { name: Swift.String? = nil, status: ConnectClientTypes.ViewStatus? = nil, type: ConnectClientTypes.ViewType? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -18322,8 +17774,7 @@ public struct ListViewsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, viewsSummaryList: [ConnectClientTypes.ViewSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.viewsSummaryList = viewsSummaryList } @@ -18346,8 +17797,7 @@ public struct ListViewVersionsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, viewId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18382,8 +17832,7 @@ extension ConnectClientTypes { type: ConnectClientTypes.ViewType? = nil, version: Swift.Int = 0, versionDescription: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -18409,8 +17858,7 @@ public struct ListViewVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, viewVersionSummaryList: [ConnectClientTypes.ViewVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.viewVersionSummaryList = viewVersionSummaryList } @@ -18437,8 +17885,7 @@ public struct MonitorContactInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.allowedMonitorCapabilities = allowedMonitorCapabilities self.clientToken = clientToken self.contactId = contactId @@ -18456,8 +17903,7 @@ public struct MonitorContactOutput: Swift.Sendable { public init( contactArn: Swift.String? = nil, contactId: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.contactId = contactId } @@ -18477,8 +17923,7 @@ public struct PauseContactInput: Swift.Sendable { contactFlowId: Swift.String? = nil, contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.contactId = contactId self.instanceId = instanceId @@ -18505,8 +17950,7 @@ public struct PutUserStatusInput: Swift.Sendable { agentStatusId: Swift.String? = nil, instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.agentStatusId = agentStatusId self.instanceId = instanceId self.userId = userId @@ -18528,8 +17972,7 @@ public struct ReleasePhoneNumberInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.phoneNumberId = phoneNumberId } @@ -18553,8 +17996,7 @@ public struct ReplicateInstanceInput: Swift.Sendable { instanceId: Swift.String? = nil, replicaAlias: Swift.String? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceId = instanceId self.replicaAlias = replicaAlias @@ -18576,8 +18018,7 @@ public struct ReplicateInstanceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -18597,8 +18038,7 @@ public struct ResumeContactInput: Swift.Sendable { contactFlowId: Swift.String? = nil, contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.contactId = contactId self.instanceId = instanceId @@ -18660,8 +18100,7 @@ public struct ResumeContactRecordingInput: Swift.Sendable { contactRecordingType: ConnectClientTypes.ContactRecordingType? = nil, initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.contactRecordingType = contactRecordingType self.initialContactId = initialContactId @@ -18686,8 +18125,7 @@ public struct SearchAgentStatusesOutput: Swift.Sendable { agentStatuses: [ConnectClientTypes.AgentStatus]? = nil, approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentStatuses = agentStatuses self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken @@ -18720,8 +18158,7 @@ public struct SearchAvailablePhoneNumbersInput: Swift.Sendable { phoneNumberPrefix: Swift.String? = nil, phoneNumberType: ConnectClientTypes.PhoneNumberType? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -18747,8 +18184,7 @@ extension ConnectClientTypes { phoneNumber: Swift.String? = nil, phoneNumberCountryCode: ConnectClientTypes.PhoneNumberCountryCode? = nil, phoneNumberType: ConnectClientTypes.PhoneNumberType? = nil - ) - { + ) { self.phoneNumber = phoneNumber self.phoneNumberCountryCode = phoneNumberCountryCode self.phoneNumberType = phoneNumberType @@ -18765,8 +18201,7 @@ public struct SearchAvailablePhoneNumbersOutput: Swift.Sendable { public init( availableNumbersList: [ConnectClientTypes.AvailableNumberSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.availableNumbersList = availableNumbersList self.nextToken = nextToken } @@ -18791,8 +18226,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.TagCondition]? = nil, orConditions: [[ConnectClientTypes.TagCondition]]? = nil, tagCondition: ConnectClientTypes.TagCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.tagCondition = tagCondition @@ -18813,8 +18247,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -18832,8 +18265,7 @@ public struct SearchContactFlowModulesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, contactFlowModules: [ConnectClientTypes.ContactFlowModule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.contactFlowModules = contactFlowModules self.nextToken = nextToken @@ -18853,8 +18285,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -18872,8 +18303,7 @@ public struct SearchContactFlowsOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, contactFlows: [ConnectClientTypes.ContactFlow]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.contactFlows = contactFlows self.nextToken = nextToken @@ -18927,8 +18357,7 @@ extension ConnectClientTypes { matchType: ConnectClientTypes.SearchContactsMatchType? = nil, participantRole: ConnectClientTypes.ParticipantRole? = nil, searchText: [Swift.String]? = nil - ) - { + ) { self.matchType = matchType self.participantRole = participantRole self.searchText = searchText @@ -18954,8 +18383,7 @@ extension ConnectClientTypes { public init( criteria: [ConnectClientTypes.TranscriptCriteria]? = nil, matchType: ConnectClientTypes.SearchContactsMatchType? = nil - ) - { + ) { self.criteria = criteria self.matchType = matchType } @@ -18971,8 +18399,7 @@ extension ConnectClientTypes { public init( transcript: ConnectClientTypes.Transcript? = nil - ) - { + ) { self.transcript = transcript } } @@ -18992,8 +18419,7 @@ extension ConnectClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -19018,8 +18444,7 @@ extension ConnectClientTypes { public init( criteria: [ConnectClientTypes.SearchableContactAttributesCriteria]? = nil, matchType: ConnectClientTypes.SearchContactsMatchType? = nil - ) - { + ) { self.criteria = criteria self.matchType = matchType } @@ -19040,8 +18465,7 @@ extension ConnectClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -19066,8 +18490,7 @@ extension ConnectClientTypes { public init( criteria: [ConnectClientTypes.SearchableSegmentAttributesCriteria]? = nil, matchType: ConnectClientTypes.SearchContactsMatchType? = nil - ) - { + ) { self.criteria = criteria self.matchType = matchType } @@ -19104,8 +18527,7 @@ extension ConnectClientTypes { queueIds: [Swift.String]? = nil, searchableContactAttributes: ConnectClientTypes.SearchableContactAttributes? = nil, searchableSegmentAttributes: ConnectClientTypes.SearchableSegmentAttributes? = nil - ) - { + ) { self.agentHierarchyGroups = agentHierarchyGroups self.agentIds = agentIds self.channels = channels @@ -19173,8 +18595,7 @@ extension ConnectClientTypes { public init( fieldName: ConnectClientTypes.SortableFieldName? = nil, order: ConnectClientTypes.SortOrder? = nil - ) - { + ) { self.fieldName = fieldName self.order = order } @@ -19234,8 +18655,7 @@ extension ConnectClientTypes { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, type: ConnectClientTypes.SearchContactsTimeRangeType? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.type = type @@ -19266,8 +18686,7 @@ public struct SearchContactsInput: Swift.Sendable { searchCriteria: ConnectClientTypes.SearchCriteria? = nil, sort: ConnectClientTypes.Sort? = nil, timeRange: ConnectClientTypes.SearchContactsTimeRange? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -19289,8 +18708,7 @@ extension ConnectClientTypes { public init( connectedToAgentTimestamp: Foundation.Date? = nil, id: Swift.String? = nil - ) - { + ) { self.connectedToAgentTimestamp = connectedToAgentTimestamp self.id = id } @@ -19309,8 +18727,7 @@ extension ConnectClientTypes { public init( enqueueTimestamp: Foundation.Date? = nil, id: Swift.String? = nil - ) - { + ) { self.enqueueTimestamp = enqueueTimestamp self.id = id } @@ -19326,8 +18743,7 @@ extension ConnectClientTypes { public init( valueString: Swift.String? = nil - ) - { + ) { self.valueString = valueString } } @@ -19375,8 +18791,7 @@ extension ConnectClientTypes { queueInfo: ConnectClientTypes.ContactSearchSummaryQueueInfo? = nil, scheduledTimestamp: Foundation.Date? = nil, segmentAttributes: [Swift.String: ConnectClientTypes.ContactSearchSummarySegmentAttributeValue]? = nil - ) - { + ) { self.agentInfo = agentInfo self.arn = arn self.channel = channel @@ -19406,8 +18821,7 @@ public struct SearchContactsOutput: Swift.Sendable { contacts: [ConnectClientTypes.ContactSearchSummary]? = nil, nextToken: Swift.String? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.contacts = contacts self.nextToken = nextToken self.totalCount = totalCount @@ -19427,8 +18841,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19455,8 +18868,7 @@ extension ConnectClientTypes { emailAddress: Swift.String? = nil, emailAddressArn: Swift.String? = nil, emailAddressId: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.emailAddress = emailAddress @@ -19483,8 +18895,7 @@ public struct SearchEmailAddressesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, emailAddresses: [ConnectClientTypes.EmailAddressMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.emailAddresses = emailAddresses self.nextToken = nextToken @@ -19544,8 +18955,7 @@ extension ConnectClientTypes { comparisonType: ConnectClientTypes.DateComparisonType? = nil, fieldName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparisonType = comparisonType self.fieldName = fieldName self.value = value @@ -19566,8 +18976,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19585,8 +18994,7 @@ public struct SearchHoursOfOperationOverridesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, hoursOfOperationOverrides: [ConnectClientTypes.HoursOfOperationOverride]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.hoursOfOperationOverrides = hoursOfOperationOverrides self.nextToken = nextToken @@ -19605,8 +19013,7 @@ public struct SearchHoursOfOperationsOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, hoursOfOperations: [ConnectClientTypes.HoursOfOperation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.hoursOfOperations = hoursOfOperations self.nextToken = nextToken @@ -19625,8 +19032,7 @@ public struct SearchPredefinedAttributesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, predefinedAttributes: [ConnectClientTypes.PredefinedAttribute]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.predefinedAttributes = predefinedAttributes @@ -19646,8 +19052,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19665,8 +19070,7 @@ public struct SearchPromptsOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, prompts: [ConnectClientTypes.Prompt]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.prompts = prompts @@ -19712,8 +19116,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19731,8 +19134,7 @@ public struct SearchQueuesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, queues: [ConnectClientTypes.Queue]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.queues = queues @@ -19752,8 +19154,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19771,8 +19172,7 @@ public struct SearchQuickConnectsOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, quickConnects: [ConnectClientTypes.QuickConnect]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.quickConnects = quickConnects @@ -19797,8 +19197,7 @@ public struct MaximumResultReturnedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19821,8 +19220,7 @@ extension ConnectClientTypes { tagKeyComparisonType: ConnectClientTypes.StringComparisonType? = nil, tagValue: Swift.String? = nil, tagValueComparisonType: ConnectClientTypes.StringComparisonType? = nil - ) - { + ) { self.tagKey = tagKey self.tagKeyComparisonType = tagKeyComparisonType self.tagValue = tagValue @@ -19840,8 +19238,7 @@ extension ConnectClientTypes { public init( tagSearchCondition: ConnectClientTypes.TagSearchCondition? = nil - ) - { + ) { self.tagSearchCondition = tagSearchCondition } } @@ -19882,8 +19279,7 @@ public struct SearchResourceTagsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceTypes: [Swift.String]? = nil, searchCriteria: ConnectClientTypes.ResourceTagsSearchCriteria? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -19904,8 +19300,7 @@ extension ConnectClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -19921,8 +19316,7 @@ public struct SearchResourceTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [ConnectClientTypes.TagSet]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -19941,8 +19335,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -19960,8 +19353,7 @@ public struct SearchRoutingProfilesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, routingProfiles: [ConnectClientTypes.RoutingProfile]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.routingProfiles = routingProfiles @@ -19981,8 +19373,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil - ) - { + ) { self.tagFilter = tagFilter } } @@ -20012,8 +19403,7 @@ extension ConnectClientTypes { organizationResourceId: Swift.String? = nil, securityProfileName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -20036,8 +19426,7 @@ public struct SearchSecurityProfilesOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, securityProfiles: [ConnectClientTypes.SecurityProfileSearchSummary]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.securityProfiles = securityProfiles @@ -20057,8 +19446,7 @@ extension ConnectClientTypes { public init( attributeFilter: ConnectClientTypes.ControlPlaneAttributeFilter? = nil - ) - { + ) { self.attributeFilter = attributeFilter } } @@ -20076,8 +19464,7 @@ public struct SearchUserHierarchyGroupsOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, userHierarchyGroups: [ConnectClientTypes.HierarchyGroup]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.userHierarchyGroups = userHierarchyGroups @@ -20125,8 +19512,7 @@ extension ConnectClientTypes { public init( hierarchyGroupMatchType: ConnectClientTypes.HierarchyGroupMatchType? = nil, value: Swift.String? = nil - ) - { + ) { self.hierarchyGroupMatchType = hierarchyGroupMatchType self.value = value } @@ -20195,8 +19581,7 @@ extension ConnectClientTypes { fieldName: Swift.String? = nil, maxValue: Swift.Int? = nil, minValue: Swift.Int? = nil - ) - { + ) { self.comparisonType = comparisonType self.fieldName = fieldName self.maxValue = maxValue @@ -20217,8 +19602,7 @@ extension ConnectClientTypes { public init( numberCondition: ConnectClientTypes.NumberCondition? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.numberCondition = numberCondition self.stringCondition = stringCondition } @@ -20263,8 +19647,7 @@ extension ConnectClientTypes { public init( conditions: [ConnectClientTypes.Condition]? = nil, targetListType: ConnectClientTypes.TargetListType? = nil - ) - { + ) { self.conditions = conditions self.targetListType = targetListType } @@ -20283,8 +19666,7 @@ extension ConnectClientTypes { public init( hierarchyGroupCondition: ConnectClientTypes.HierarchyGroupCondition? = nil, tagConditions: [ConnectClientTypes.TagCondition]? = nil - ) - { + ) { self.hierarchyGroupCondition = hierarchyGroupCondition self.tagConditions = tagConditions } @@ -20316,8 +19698,7 @@ extension ConnectClientTypes { hierarchyGroupCondition: ConnectClientTypes.HierarchyGroupCondition? = nil, orConditions: [ConnectClientTypes.AttributeAndCondition]? = nil, tagCondition: ConnectClientTypes.TagCondition? = nil - ) - { + ) { self.andCondition = andCondition self.hierarchyGroupCondition = hierarchyGroupCondition self.orConditions = orConditions @@ -20349,8 +19730,7 @@ extension ConnectClientTypes { public init( tagFilter: ConnectClientTypes.ControlPlaneTagFilter? = nil, userAttributeFilter: ConnectClientTypes.ControlPlaneUserAttributeFilter? = nil - ) - { + ) { self.tagFilter = tagFilter self.userAttributeFilter = userAttributeFilter } @@ -20369,8 +19749,7 @@ extension ConnectClientTypes { public init( firstName: Swift.String? = nil, lastName: Swift.String? = nil - ) - { + ) { self.firstName = firstName self.lastName = lastName } @@ -20418,8 +19797,7 @@ extension ConnectClientTypes { securityProfileIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.arn = arn self.directoryUserId = directoryUserId self.hierarchyGroupId = hierarchyGroupId @@ -20446,8 +19824,7 @@ public struct SearchUsersOutput: Swift.Sendable { approximateTotalCount: Swift.Int? = nil, nextToken: Swift.String? = nil, users: [ConnectClientTypes.UserSearchSummary]? = nil - ) - { + ) { self.approximateTotalCount = approximateTotalCount self.nextToken = nextToken self.users = users @@ -20476,8 +19853,7 @@ public struct SearchVocabulariesInput: Swift.Sendable { nameStartsWith: Swift.String? = nil, nextToken: Swift.String? = nil, state: ConnectClientTypes.VocabularyState? = nil - ) - { + ) { self.instanceId = instanceId self.languageCode = languageCode self.maxResults = maxResults @@ -20520,8 +19896,7 @@ extension ConnectClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, state: ConnectClientTypes.VocabularyState? = nil - ) - { + ) { self.arn = arn self.failureReason = failureReason self.id = id @@ -20542,8 +19917,7 @@ public struct SearchVocabulariesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vocabularySummaryList: [ConnectClientTypes.VocabularySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vocabularySummaryList = vocabularySummaryList } @@ -20611,8 +19985,7 @@ extension ConnectClientTypes { content: Swift.String? = nil, contentType: Swift.String? = nil, type: ConnectClientTypes.ChatEventType? = nil - ) - { + ) { self.content = content self.contentType = contentType self.type = type @@ -20630,8 +20003,7 @@ extension ConnectClientTypes { public init( displayName: Swift.String? = nil - ) - { + ) { self.displayName = displayName } } @@ -20647,8 +20019,7 @@ extension ConnectClientTypes { public init( streamingEndpointArn: Swift.String? = nil - ) - { + ) { self.streamingEndpointArn = streamingEndpointArn } } @@ -20672,8 +20043,7 @@ extension ConnectClientTypes { participantDetails: ConnectClientTypes.ParticipantDetails? = nil, streamingConfiguration: ConnectClientTypes.ChatStreamingConfiguration? = nil, supportedMessagingContentTypes: [Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.participantDetails = participantDetails self.streamingConfiguration = streamingConfiguration @@ -20703,8 +20073,7 @@ public struct SendChatIntegrationEventInput: Swift.Sendable { newSessionDetails: ConnectClientTypes.NewSessionDetails? = nil, sourceId: Swift.String? = nil, subtype: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId self.event = event self.newSessionDetails = newSessionDetails @@ -20722,8 +20091,7 @@ public struct SendChatIntegrationEventOutput: Swift.Sendable { public init( initialContactId: Swift.String? = nil, newChatCreated: Swift.Bool? = nil - ) - { + ) { self.initialContactId = initialContactId self.newChatCreated = newChatCreated } @@ -20742,8 +20110,7 @@ extension ConnectClientTypes { public init( displayName: Swift.String? = nil, emailAddress: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.emailAddress = emailAddress } @@ -20764,8 +20131,7 @@ extension ConnectClientTypes { public init( ccEmailAddresses: [ConnectClientTypes.EmailAddressInfo]? = nil - ) - { + ) { self.ccEmailAddresses = ccEmailAddresses } } @@ -20818,8 +20184,7 @@ extension ConnectClientTypes { body: Swift.String? = nil, contentType: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.body = body self.contentType = contentType self.subject = subject @@ -20844,8 +20209,7 @@ extension ConnectClientTypes { public init( customAttributes: [Swift.String: Swift.String]? = nil, customerProfileAttributes: Swift.String? = nil - ) - { + ) { self.customAttributes = customAttributes self.customerProfileAttributes = customerProfileAttributes } @@ -20870,8 +20234,7 @@ extension ConnectClientTypes { knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil, templateAttributes: ConnectClientTypes.TemplateAttributes? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId self.templateAttributes = templateAttributes @@ -20895,8 +20258,7 @@ extension ConnectClientTypes { messageSourceType: ConnectClientTypes.OutboundMessageSourceType? = nil, rawMessage: ConnectClientTypes.OutboundRawMessage? = nil, templatedMessageConfig: ConnectClientTypes.TemplatedMessageConfig? = nil - ) - { + ) { self.messageSourceType = messageSourceType self.rawMessage = rawMessage self.templatedMessageConfig = templatedMessageConfig @@ -20916,8 +20278,7 @@ extension ConnectClientTypes { public init( campaignId: Swift.String? = nil, outboundRequestId: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId self.outboundRequestId = outboundRequestId } @@ -20985,8 +20346,7 @@ public struct SendOutboundEmailInput: Swift.Sendable { instanceId: Swift.String? = nil, sourceCampaign: ConnectClientTypes.SourceCampaign? = nil, trafficType: ConnectClientTypes.TrafficType? = nil - ) - { + ) { self.additionalRecipients = additionalRecipients self.clientToken = clientToken self.destinationEmailAddress = destinationEmailAddress @@ -21038,8 +20398,7 @@ public struct StartAttachedFileUploadInput: Swift.Sendable { instanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, urlExpiryInSeconds: Swift.Int? = nil - ) - { + ) { self.associatedResourceArn = associatedResourceArn self.clientToken = clientToken self.createdBy = createdBy @@ -21067,8 +20426,7 @@ extension ConnectClientTypes { headersToInclude: [Swift.String: Swift.String]? = nil, url: Swift.String? = nil, urlExpiry: Swift.String? = nil - ) - { + ) { self.headersToInclude = headersToInclude self.url = url self.urlExpiry = urlExpiry @@ -21098,8 +20456,7 @@ public struct StartAttachedFileUploadOutput: Swift.Sendable { fileId: Swift.String? = nil, fileStatus: ConnectClientTypes.FileStatusType? = nil, uploadUrlMetadata: ConnectClientTypes.UploadUrlMetadata? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.fileArn = fileArn @@ -21129,8 +20486,7 @@ extension ConnectClientTypes { public init( content: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.content = content self.contentType = contentType } @@ -21156,8 +20512,7 @@ extension ConnectClientTypes { public init( rehydrationType: ConnectClientTypes.RehydrationType? = nil, sourceContactId: Swift.String? = nil - ) - { + ) { self.rehydrationType = rehydrationType self.sourceContactId = sourceContactId } @@ -21179,8 +20534,7 @@ public struct StartChatContactOutput: Swift.Sendable { continuedFromContactId: Swift.String? = nil, participantId: Swift.String? = nil, participantToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.continuedFromContactId = continuedFromContactId self.participantId = participantId @@ -21206,8 +20560,7 @@ public struct StartContactEvaluationInput: Swift.Sendable { contactId: Swift.String? = nil, evaluationFormId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.contactId = contactId self.evaluationFormId = evaluationFormId @@ -21226,8 +20579,7 @@ public struct StartContactEvaluationOutput: Swift.Sendable { public init( evaluationArn: Swift.String? = nil, evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationArn = evaluationArn self.evaluationId = evaluationId } @@ -21303,8 +20655,7 @@ extension ConnectClientTypes { public init( ivrRecordingTrack: ConnectClientTypes.IvrRecordingTrack? = nil, voiceRecordingTrack: ConnectClientTypes.VoiceRecordingTrack? = nil - ) - { + ) { self.ivrRecordingTrack = ivrRecordingTrack self.voiceRecordingTrack = voiceRecordingTrack } @@ -21330,8 +20681,7 @@ public struct StartContactRecordingInput: Swift.Sendable { initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil, voiceRecordingConfiguration: ConnectClientTypes.VoiceRecordingConfiguration? = nil - ) - { + ) { self.contactId = contactId self.initialContactId = initialContactId self.instanceId = instanceId @@ -21363,8 +20713,7 @@ public struct StartContactStreamingInput: Swift.Sendable { clientToken: Swift.String? = nil, contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.chatStreamingConfiguration = chatStreamingConfiguration self.clientToken = clientToken self.contactId = contactId @@ -21379,8 +20728,7 @@ public struct StartContactStreamingOutput: Swift.Sendable { public init( streamingId: Swift.String? = nil - ) - { + ) { self.streamingId = streamingId } } @@ -21397,8 +20745,7 @@ extension ConnectClientTypes { public init( ccAddresses: [ConnectClientTypes.EmailAddressInfo]? = nil, toAddresses: [ConnectClientTypes.EmailAddressInfo]? = nil - ) - { + ) { self.ccAddresses = ccAddresses self.toAddresses = toAddresses } @@ -21419,8 +20766,7 @@ extension ConnectClientTypes { public init( fileName: Swift.String? = nil, s3Url: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.s3Url = s3Url } @@ -21512,8 +20858,7 @@ extension ConnectClientTypes { contentType: Swift.String? = nil, headers: [Swift.String: Swift.String]? = nil, subject: Swift.String? = nil - ) - { + ) { self.body = body self.contentType = contentType self.headers = headers @@ -21540,8 +20885,7 @@ extension ConnectClientTypes { public init( messageSourceType: ConnectClientTypes.InboundMessageSourceType? = nil, rawMessage: ConnectClientTypes.InboundRawMessage? = nil - ) - { + ) { self.messageSourceType = messageSourceType self.rawMessage = rawMessage } @@ -21554,8 +20898,7 @@ public struct StartEmailContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -21566,8 +20909,7 @@ public struct StartOutboundChatContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -21600,8 +20942,7 @@ public struct StartOutboundEmailContactInput: Swift.Sendable { emailMessage: ConnectClientTypes.OutboundEmailContent? = nil, fromEmailAddress: ConnectClientTypes.EmailAddressInfo? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.additionalRecipients = additionalRecipients self.clientToken = clientToken self.contactId = contactId @@ -21618,8 +20959,7 @@ public struct StartOutboundEmailContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -21643,8 +20983,7 @@ public struct DestinationNotAllowedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21668,8 +21007,7 @@ public struct OutboundContactNotPermittedException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21686,8 +21024,7 @@ extension ConnectClientTypes { public init( awaitAnswerMachinePrompt: Swift.Bool = false, enableAnswerMachineDetection: Swift.Bool = false - ) - { + ) { self.awaitAnswerMachinePrompt = awaitAnswerMachinePrompt self.enableAnswerMachineDetection = enableAnswerMachineDetection } @@ -21742,8 +21079,7 @@ public struct StartOutboundVoiceContactInput: Swift.Sendable { relatedContactId: Swift.String? = nil, sourcePhoneNumber: Swift.String? = nil, trafficType: ConnectClientTypes.TrafficType? = nil - ) - { + ) { self.answerMachineDetectionConfig = answerMachineDetectionConfig self.attributes = attributes self.campaignId = campaignId @@ -21772,8 +21108,7 @@ public struct StartOutboundVoiceContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -21792,8 +21127,7 @@ public struct StartScreenSharingInput: Swift.Sendable { clientToken: Swift.String? = nil, contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.contactId = contactId self.instanceId = instanceId @@ -21811,8 +21145,7 @@ public struct StartTaskContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -21850,8 +21183,7 @@ public struct StartWebRTCContactInput: Swift.Sendable { participantDetails: ConnectClientTypes.ParticipantDetails? = nil, references: [Swift.String: ConnectClientTypes.Reference]? = nil, relatedContactId: Swift.String? = nil - ) - { + ) { self.allowedCapabilities = allowedCapabilities self.attributes = attributes self.clientToken = clientToken @@ -21881,8 +21213,7 @@ extension ConnectClientTypes { public init( attendeeId: Swift.String? = nil, joinToken: Swift.String? = nil - ) - { + ) { self.attendeeId = attendeeId self.joinToken = joinToken } @@ -21915,8 +21246,7 @@ extension ConnectClientTypes { eventIngestionUrl: Swift.String? = nil, signalingUrl: Swift.String? = nil, turnControlUrl: Swift.String? = nil - ) - { + ) { self.audioFallbackUrl = audioFallbackUrl self.audioHostUrl = audioHostUrl self.eventIngestionUrl = eventIngestionUrl @@ -21964,8 +21294,7 @@ extension ConnectClientTypes { public init( echoReduction: ConnectClientTypes.MeetingFeatureStatus? = nil - ) - { + ) { self.echoReduction = echoReduction } } @@ -21980,8 +21309,7 @@ extension ConnectClientTypes { public init( audio: ConnectClientTypes.AudioFeatures? = nil - ) - { + ) { self.audio = audio } } @@ -22005,8 +21333,7 @@ extension ConnectClientTypes { mediaRegion: Swift.String? = nil, meetingFeatures: ConnectClientTypes.MeetingFeaturesConfiguration? = nil, meetingId: Swift.String? = nil - ) - { + ) { self.mediaPlacement = mediaPlacement self.mediaRegion = mediaRegion self.meetingFeatures = meetingFeatures @@ -22027,8 +21354,7 @@ extension ConnectClientTypes { public init( attendee: ConnectClientTypes.Attendee? = nil, meeting: ConnectClientTypes.Meeting? = nil - ) - { + ) { self.attendee = attendee self.meeting = meeting } @@ -22050,8 +21376,7 @@ public struct StartWebRTCContactOutput: Swift.Sendable { contactId: Swift.String? = nil, participantId: Swift.String? = nil, participantToken: Swift.String? = nil - ) - { + ) { self.connectionData = connectionData self.contactId = contactId self.participantId = participantId @@ -22078,8 +21403,7 @@ public struct ContactNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -22093,8 +21417,7 @@ extension ConnectClientTypes { public init( code: Swift.String? = nil - ) - { + ) { self.code = code } } @@ -22114,8 +21437,7 @@ public struct StopContactInput: Swift.Sendable { contactId: Swift.String? = nil, disconnectReason: ConnectClientTypes.DisconnectReason? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.disconnectReason = disconnectReason self.instanceId = instanceId @@ -22145,8 +21467,7 @@ public struct StopContactRecordingInput: Swift.Sendable { contactRecordingType: ConnectClientTypes.ContactRecordingType? = nil, initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.contactRecordingType = contactRecordingType self.initialContactId = initialContactId @@ -22174,8 +21495,7 @@ public struct StopContactStreamingInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, streamingId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.streamingId = streamingId @@ -22196,8 +21516,7 @@ extension ConnectClientTypes { public init( value: ConnectClientTypes.EvaluationAnswerData? = nil - ) - { + ) { self.value = value } } @@ -22220,8 +21539,7 @@ public struct SubmitContactEvaluationInput: Swift.Sendable { evaluationId: Swift.String? = nil, instanceId: Swift.String? = nil, notes: [Swift.String: ConnectClientTypes.EvaluationNote]? = nil - ) - { + ) { self.answers = answers self.evaluationId = evaluationId self.instanceId = instanceId @@ -22240,8 +21558,7 @@ public struct SubmitContactEvaluationOutput: Swift.Sendable { public init( evaluationArn: Swift.String? = nil, evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationArn = evaluationArn self.evaluationId = evaluationId } @@ -22265,8 +21582,7 @@ public struct SuspendContactRecordingInput: Swift.Sendable { contactRecordingType: ConnectClientTypes.ContactRecordingType? = nil, initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.contactRecordingType = contactRecordingType self.initialContactId = initialContactId @@ -22294,8 +21610,7 @@ public struct TagContactInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.tags = tags @@ -22318,8 +21633,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -22349,8 +21663,7 @@ public struct TransferContactInput: Swift.Sendable { instanceId: Swift.String? = nil, queueId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.contactFlowId = contactFlowId self.contactId = contactId @@ -22369,8 +21682,7 @@ public struct TransferContactOutput: Swift.Sendable { public init( contactArn: Swift.String? = nil, contactId: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.contactId = contactId } @@ -22391,8 +21703,7 @@ public struct UntagContactInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.tagKeys = tagKeys @@ -22415,8 +21726,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -22448,8 +21758,7 @@ public struct UpdateAgentStatusInput: Swift.Sendable { name: Swift.String? = nil, resetOrderNumber: Swift.Bool? = false, state: ConnectClientTypes.AgentStatusState? = nil - ) - { + ) { self.agentStatusId = agentStatusId self.description = description self.displayOrder = displayOrder @@ -22486,8 +21795,7 @@ public struct UpdateAuthenticationProfileInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, periodicSessionDuration: Swift.Int? = nil - ) - { + ) { self.allowedIps = allowedIps self.authenticationProfileId = authenticationProfileId self.blockedIps = blockedIps @@ -22507,8 +21815,7 @@ extension ConnectClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -22538,8 +21845,7 @@ public struct UpdateContactAttributesInput: Swift.Sendable { attributes: [Swift.String: Swift.String]? = nil, initialContactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.initialContactId = initialContactId self.instanceId = instanceId @@ -22568,8 +21874,7 @@ public struct UpdateContactEvaluationInput: Swift.Sendable { evaluationId: Swift.String? = nil, instanceId: Swift.String? = nil, notes: [Swift.String: ConnectClientTypes.EvaluationNote]? = nil - ) - { + ) { self.answers = answers self.evaluationId = evaluationId self.instanceId = instanceId @@ -22588,8 +21893,7 @@ public struct UpdateContactEvaluationOutput: Swift.Sendable { public init( evaluationArn: Swift.String? = nil, evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationArn = evaluationArn self.evaluationId = evaluationId } @@ -22610,8 +21914,7 @@ public struct UpdateContactFlowContentInput: Swift.Sendable { contactFlowId: Swift.String? = nil, content: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.content = content self.instanceId = instanceId @@ -22643,8 +21946,7 @@ public struct UpdateContactFlowMetadataInput: Swift.Sendable { description: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.contactFlowState = contactFlowState self.description = description @@ -22673,8 +21975,7 @@ public struct UpdateContactFlowModuleContentInput: Swift.Sendable { contactFlowModuleId: Swift.String? = nil, content: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.contactFlowModuleId = contactFlowModuleId self.content = content self.instanceId = instanceId @@ -22706,8 +22007,7 @@ public struct UpdateContactFlowModuleMetadataInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, state: ConnectClientTypes.ContactFlowModuleState? = nil - ) - { + ) { self.contactFlowModuleId = contactFlowModuleId self.description = description self.instanceId = instanceId @@ -22738,8 +22038,7 @@ public struct UpdateContactFlowNameInput: Swift.Sendable { description: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.contactFlowId = contactFlowId self.description = description self.instanceId = instanceId @@ -22761,8 +22060,7 @@ extension ConnectClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -22788,8 +22086,7 @@ public struct UpdateContactScheduleInput: Swift.Sendable { contactId: Swift.String? = nil, instanceId: Swift.String? = nil, scheduledTime: Foundation.Date? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.scheduledTime = scheduledTime @@ -22821,8 +22118,7 @@ public struct UpdateEmailAddressMetadataInput: Swift.Sendable { displayName: Swift.String? = nil, emailAddressId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.displayName = displayName @@ -22845,8 +22141,7 @@ public struct UpdateEmailAddressMetadataOutput: Swift.Sendable { public init( emailAddressArn: Swift.String? = nil, emailAddressId: Swift.String? = nil - ) - { + ) { self.emailAddressArn = emailAddressArn self.emailAddressId = emailAddressId } @@ -22867,8 +22162,7 @@ public struct UpdateEvaluationFormOutput: Swift.Sendable { evaluationFormArn: Swift.String? = nil, evaluationFormId: Swift.String? = nil, evaluationFormVersion: Swift.Int = 0 - ) - { + ) { self.evaluationFormArn = evaluationFormArn self.evaluationFormId = evaluationFormId self.evaluationFormVersion = evaluationFormVersion @@ -22898,8 +22192,7 @@ public struct UpdateHoursOfOperationInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.hoursOfOperationId = hoursOfOperationId @@ -22927,8 +22220,7 @@ public struct ConditionalOperationFailedException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -22963,8 +22255,7 @@ public struct UpdateHoursOfOperationOverrideInput: Swift.Sendable { hoursOfOperationOverrideId: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.config = config self.description = description self.effectiveFrom = effectiveFrom @@ -22991,8 +22282,7 @@ public struct UpdateInstanceAttributeInput: Swift.Sendable { attributeType: ConnectClientTypes.InstanceAttributeType? = nil, instanceId: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.attributeType = attributeType self.instanceId = instanceId self.value = value @@ -23018,8 +22308,7 @@ public struct UpdateInstanceStorageConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, resourceType: ConnectClientTypes.InstanceStorageResourceType? = nil, storageConfig: ConnectClientTypes.InstanceStorageConfig? = nil - ) - { + ) { self.associationId = associationId self.instanceId = instanceId self.resourceType = resourceType @@ -23047,8 +22336,7 @@ public struct UpdateParticipantAuthenticationInput: Swift.Sendable { errorDescription: Swift.String? = nil, instanceId: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.code = code self.error = error self.errorDescription = errorDescription @@ -23181,8 +22469,7 @@ extension ConnectClientTypes { participantRole: ConnectClientTypes.TimerEligibleParticipantRoles? = nil, timerType: ConnectClientTypes.ParticipantTimerType? = nil, timerValue: ConnectClientTypes.ParticipantTimerValue? = nil - ) - { + ) { self.participantRole = participantRole self.timerType = timerType self.timerValue = timerValue @@ -23200,8 +22487,7 @@ extension ConnectClientTypes { public init( participantTimerConfigList: [ConnectClientTypes.ParticipantTimerConfiguration]? = nil - ) - { + ) { self.participantTimerConfigList = participantTimerConfigList } } @@ -23232,8 +22518,7 @@ public struct UpdateParticipantRoleConfigInput: Swift.Sendable { channelConfiguration: ConnectClientTypes.UpdateParticipantRoleConfigChannelInfo? = nil, contactId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.channelConfiguration = channelConfiguration self.contactId = contactId self.instanceId = instanceId @@ -23261,8 +22546,7 @@ public struct UpdatePhoneNumberInput: Swift.Sendable { instanceId: Swift.String? = nil, phoneNumberId: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceId = instanceId self.phoneNumberId = phoneNumberId @@ -23279,8 +22563,7 @@ public struct UpdatePhoneNumberOutput: Swift.Sendable { public init( phoneNumberArn: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberArn = phoneNumberArn self.phoneNumberId = phoneNumberId } @@ -23299,8 +22582,7 @@ public struct UpdatePhoneNumberMetadataInput: Swift.Sendable { clientToken: Swift.String? = nil, phoneNumberDescription: Swift.String? = nil, phoneNumberId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.phoneNumberDescription = phoneNumberDescription self.phoneNumberId = phoneNumberId @@ -23321,8 +22603,7 @@ public struct UpdatePredefinedAttributeInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, values: ConnectClientTypes.PredefinedAttributeValues? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.values = values @@ -23349,8 +22630,7 @@ public struct UpdatePromptInput: Swift.Sendable { name: Swift.String? = nil, promptId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -23368,8 +22648,7 @@ public struct UpdatePromptOutput: Swift.Sendable { public init( promptARN: Swift.String? = nil, promptId: Swift.String? = nil - ) - { + ) { self.promptARN = promptARN self.promptId = promptId } @@ -23390,8 +22669,7 @@ public struct UpdateQueueHoursOfOperationInput: Swift.Sendable { hoursOfOperationId: Swift.String? = nil, instanceId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.hoursOfOperationId = hoursOfOperationId self.instanceId = instanceId self.queueId = queueId @@ -23412,8 +22690,7 @@ public struct UpdateQueueMaxContactsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxContacts: Swift.Int? = 0, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxContacts = maxContacts self.queueId = queueId @@ -23437,8 +22714,7 @@ public struct UpdateQueueNameInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -23461,8 +22737,7 @@ public struct UpdateQueueOutboundCallerConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, outboundCallerConfig: ConnectClientTypes.OutboundCallerConfig? = nil, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.outboundCallerConfig = outboundCallerConfig self.queueId = queueId @@ -23484,8 +22759,7 @@ public struct UpdateQueueOutboundEmailConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, outboundEmailConfig: ConnectClientTypes.OutboundEmailConfig? = nil, queueId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.outboundEmailConfig = outboundEmailConfig self.queueId = queueId @@ -23507,8 +22781,7 @@ public struct UpdateQueueStatusInput: Swift.Sendable { instanceId: Swift.String? = nil, queueId: Swift.String? = nil, status: ConnectClientTypes.QueueStatus? = nil - ) - { + ) { self.instanceId = instanceId self.queueId = queueId self.status = status @@ -23530,8 +22803,7 @@ public struct UpdateQuickConnectConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, quickConnectConfig: ConnectClientTypes.QuickConnectConfig? = nil, quickConnectId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.quickConnectConfig = quickConnectConfig self.quickConnectId = quickConnectId @@ -23555,8 +22827,7 @@ public struct UpdateQuickConnectNameInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, quickConnectId: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -23579,8 +22850,7 @@ public struct UpdateRoutingProfileAgentAvailabilityTimerInput: Swift.Sendable { agentAvailabilityTimer: ConnectClientTypes.AgentAvailabilityTimer? = nil, instanceId: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.agentAvailabilityTimer = agentAvailabilityTimer self.instanceId = instanceId self.routingProfileId = routingProfileId @@ -23602,8 +22872,7 @@ public struct UpdateRoutingProfileConcurrencyInput: Swift.Sendable { instanceId: Swift.String? = nil, mediaConcurrencies: [ConnectClientTypes.MediaConcurrency]? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.mediaConcurrencies = mediaConcurrencies self.routingProfileId = routingProfileId @@ -23625,8 +22894,7 @@ public struct UpdateRoutingProfileDefaultOutboundQueueInput: Swift.Sendable { defaultOutboundQueueId: Swift.String? = nil, instanceId: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.defaultOutboundQueueId = defaultOutboundQueueId self.instanceId = instanceId self.routingProfileId = routingProfileId @@ -23650,8 +22918,7 @@ public struct UpdateRoutingProfileNameInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -23674,8 +22941,7 @@ public struct UpdateRoutingProfileQueuesInput: Swift.Sendable { instanceId: Swift.String? = nil, queueConfigs: [ConnectClientTypes.RoutingProfileQueueConfig]? = nil, routingProfileId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.queueConfigs = queueConfigs self.routingProfileId = routingProfileId @@ -23709,8 +22975,7 @@ public struct UpdateRuleInput: Swift.Sendable { name: Swift.String? = nil, publishStatus: ConnectClientTypes.RulePublishStatus? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.actions = actions self.function = function self.instanceId = instanceId @@ -23752,8 +23017,7 @@ public struct UpdateSecurityProfileInput: Swift.Sendable { permissions: [Swift.String]? = nil, securityProfileId: Swift.String? = nil, tagRestrictedResources: [Swift.String]? = nil - ) - { + ) { self.allowedAccessControlHierarchyGroupId = allowedAccessControlHierarchyGroupId self.allowedAccessControlTags = allowedAccessControlTags self.applications = applications @@ -23801,8 +23065,7 @@ public struct UpdateTaskTemplateInput: Swift.Sendable { selfAssignFlowId: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil, taskTemplateId: Swift.String? = nil - ) - { + ) { self.constraints = constraints self.contactFlowId = contactFlowId self.defaults = defaults @@ -23858,8 +23121,7 @@ public struct UpdateTaskTemplateOutput: Swift.Sendable { name: Swift.String? = nil, selfAssignFlowId: Swift.String? = nil, status: ConnectClientTypes.TaskTemplateStatus? = nil - ) - { + ) { self.arn = arn self.constraints = constraints self.contactFlowId = contactFlowId @@ -23892,8 +23154,7 @@ public struct UpdateTrafficDistributionInput: Swift.Sendable { id: Swift.String? = nil, signInConfig: ConnectClientTypes.SignInConfig? = nil, telephonyConfig: ConnectClientTypes.TelephonyConfig? = nil - ) - { + ) { self.agentConfig = agentConfig self.id = id self.signInConfig = signInConfig @@ -23920,8 +23181,7 @@ public struct UpdateUserHierarchyInput: Swift.Sendable { hierarchyGroupId: Swift.String? = nil, instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.hierarchyGroupId = hierarchyGroupId self.instanceId = instanceId self.userId = userId @@ -23943,8 +23203,7 @@ public struct UpdateUserHierarchyGroupNameInput: Swift.Sendable { hierarchyGroupId: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.hierarchyGroupId = hierarchyGroupId self.instanceId = instanceId self.name = name @@ -23961,8 +23220,7 @@ extension ConnectClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -23989,8 +23247,7 @@ extension ConnectClientTypes { levelOne: ConnectClientTypes.HierarchyLevelUpdate? = nil, levelThree: ConnectClientTypes.HierarchyLevelUpdate? = nil, levelTwo: ConnectClientTypes.HierarchyLevelUpdate? = nil - ) - { + ) { self.levelFive = levelFive self.levelFour = levelFour self.levelOne = levelOne @@ -24011,8 +23268,7 @@ public struct UpdateUserHierarchyStructureInput: Swift.Sendable { public init( hierarchyStructure: ConnectClientTypes.HierarchyStructureUpdate? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.hierarchyStructure = hierarchyStructure self.instanceId = instanceId } @@ -24033,8 +23289,7 @@ public struct UpdateUserIdentityInfoInput: Swift.Sendable { identityInfo: ConnectClientTypes.UserIdentityInfo? = nil, instanceId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityInfo = identityInfo self.instanceId = instanceId self.userId = userId @@ -24056,8 +23311,7 @@ public struct UpdateUserPhoneConfigInput: Swift.Sendable { instanceId: Swift.String? = nil, phoneConfig: ConnectClientTypes.UserPhoneConfig? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.phoneConfig = phoneConfig self.userId = userId @@ -24079,8 +23333,7 @@ public struct UpdateUserProficienciesInput: Swift.Sendable { instanceId: Swift.String? = nil, userId: Swift.String? = nil, userProficiencies: [ConnectClientTypes.UserProficiency]? = nil - ) - { + ) { self.instanceId = instanceId self.userId = userId self.userProficiencies = userProficiencies @@ -24102,8 +23355,7 @@ public struct UpdateUserRoutingProfileInput: Swift.Sendable { instanceId: Swift.String? = nil, routingProfileId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.routingProfileId = routingProfileId self.userId = userId @@ -24125,8 +23377,7 @@ public struct UpdateUserSecurityProfilesInput: Swift.Sendable { instanceId: Swift.String? = nil, securityProfileIds: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.securityProfileIds = securityProfileIds self.userId = userId @@ -24152,8 +23403,7 @@ public struct UpdateViewContentInput: Swift.Sendable { instanceId: Swift.String? = nil, status: ConnectClientTypes.ViewStatus? = nil, viewId: Swift.String? = nil - ) - { + ) { self.content = content self.instanceId = instanceId self.status = status @@ -24167,8 +23417,7 @@ public struct UpdateViewContentOutput: Swift.Sendable { public init( view: ConnectClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -24190,8 +23439,7 @@ public struct UpdateViewMetadataInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, viewId: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -24224,8 +23472,7 @@ extension ConnectClientTypes { valueInteger: Swift.Int? = nil, valueMap: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, valueString: Swift.String? = nil - ) - { + ) { self.valueInteger = valueInteger self.valueMap = valueMap self.valueString = valueString @@ -24269,8 +23516,7 @@ extension ConnectClientTypes { refId: Swift.String? = nil, title: Swift.String? = nil, weight: Swift.Double = 0.0 - ) - { + ) { self.instructions = instructions self.items = items self.refId = refId @@ -24295,8 +23541,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.AgentStatusSearchCriteria]? = nil, orConditions: [ConnectClientTypes.AgentStatusSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24325,8 +23570,7 @@ extension ConnectClientTypes { stateCondition: ConnectClientTypes.ContactFlowModuleState? = nil, statusCondition: ConnectClientTypes.ContactFlowModuleStatus? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stateCondition = stateCondition @@ -24360,8 +23604,7 @@ extension ConnectClientTypes { statusCondition: ConnectClientTypes.ContactFlowStatus? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil, typeCondition: ConnectClientTypes.ContactFlowType? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stateCondition = stateCondition @@ -24387,8 +23630,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.EmailAddressSearchCriteria]? = nil, orConditions: [ConnectClientTypes.EmailAddressSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24455,8 +23697,7 @@ extension ConnectClientTypes { status: ConnectClientTypes.EvaluationFormVersionStatus? = nil, tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.createdTime = createdTime self.description = description @@ -24507,8 +23748,7 @@ extension ConnectClientTypes { items: [ConnectClientTypes.EvaluationFormItem]? = nil, scoringStrategy: ConnectClientTypes.EvaluationFormScoringStrategy? = nil, title: Swift.String? = nil - ) - { + ) { self.description = description self.evaluationFormArn = evaluationFormArn self.evaluationFormId = evaluationFormId @@ -24538,8 +23778,7 @@ extension ConnectClientTypes { attributeCondition: ConnectClientTypes.AttributeCondition? = nil, notAttributeCondition: ConnectClientTypes.AttributeCondition? = nil, orExpression: [ConnectClientTypes.Expression]? = nil - ) - { + ) { self.andExpression = andExpression self.attributeCondition = attributeCondition self.notAttributeCondition = notAttributeCondition @@ -24566,8 +23805,7 @@ extension ConnectClientTypes { dateCondition: ConnectClientTypes.DateCondition? = nil, orConditions: [ConnectClientTypes.HoursOfOperationOverrideSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.dateCondition = dateCondition self.orConditions = orConditions @@ -24591,8 +23829,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.HoursOfOperationSearchCriteria]? = nil, orConditions: [ConnectClientTypes.HoursOfOperationSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24615,8 +23852,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.PredefinedAttributeSearchCriteria]? = nil, orConditions: [ConnectClientTypes.PredefinedAttributeSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24639,8 +23875,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.PromptSearchCriteria]? = nil, orConditions: [ConnectClientTypes.PromptSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24666,8 +23901,7 @@ extension ConnectClientTypes { orConditions: [ConnectClientTypes.QueueSearchCriteria]? = nil, queueTypeCondition: ConnectClientTypes.SearchableQueueType? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.queueTypeCondition = queueTypeCondition @@ -24691,8 +23925,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.QuickConnectSearchCriteria]? = nil, orConditions: [ConnectClientTypes.QuickConnectSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24715,8 +23948,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.RoutingProfileSearchCriteria]? = nil, orConditions: [ConnectClientTypes.RoutingProfileSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24739,8 +23971,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.SecurityProfileSearchCriteria]? = nil, orConditions: [ConnectClientTypes.SecurityProfileSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24763,8 +23994,7 @@ extension ConnectClientTypes { andConditions: [ConnectClientTypes.UserHierarchyGroupSearchCriteria]? = nil, orConditions: [ConnectClientTypes.UserHierarchyGroupSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.orConditions = orConditions self.stringCondition = stringCondition @@ -24793,8 +24023,7 @@ extension ConnectClientTypes { listCondition: ConnectClientTypes.ListCondition? = nil, orConditions: [ConnectClientTypes.UserSearchCriteria]? = nil, stringCondition: ConnectClientTypes.StringCondition? = nil - ) - { + ) { self.andConditions = andConditions self.hierarchyGroupCondition = hierarchyGroupCondition self.listCondition = listCondition @@ -24849,8 +24078,7 @@ public struct CreateContactInput: Swift.Sendable { relatedContactId: Swift.String? = nil, segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, userInfo: ConnectClientTypes.UserInfo? = nil - ) - { + ) { self.attributes = attributes self.channel = channel self.clientToken = clientToken @@ -24896,8 +24124,7 @@ public struct CreateEvaluationFormInput: Swift.Sendable { items: [ConnectClientTypes.EvaluationFormItem]? = nil, scoringStrategy: ConnectClientTypes.EvaluationFormScoringStrategy? = nil, title: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.instanceId = instanceId @@ -24949,8 +24176,7 @@ public struct StartChatContactInput: Swift.Sendable { relatedContactId: Swift.String? = nil, segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, supportedMessagingContentTypes: [Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.chatDurationInMinutes = chatDurationInMinutes self.clientToken = clientToken @@ -25020,8 +24246,7 @@ public struct StartEmailContactInput: Swift.Sendable { references: [Swift.String: ConnectClientTypes.Reference]? = nil, relatedContactId: Swift.String? = nil, segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil - ) - { + ) { self.additionalRecipients = additionalRecipients self.attachments = attachments self.attributes = attributes @@ -25111,8 +24336,7 @@ public struct StartOutboundChatContactInput: Swift.Sendable { segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, sourceEndpoint: ConnectClientTypes.Endpoint? = nil, supportedMessagingContentTypes: [Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.chatDurationInMinutes = chatDurationInMinutes self.clientToken = clientToken @@ -25172,8 +24396,7 @@ public struct StartTaskContactInput: Swift.Sendable { scheduledTime: Foundation.Date? = nil, segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, taskTemplateId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.clientToken = clientToken self.contactFlowId = contactFlowId @@ -25230,8 +24453,7 @@ public struct UpdateContactInput: Swift.Sendable { segmentAttributes: [Swift.String: ConnectClientTypes.SegmentAttributeValue]? = nil, systemEndpoint: ConnectClientTypes.Endpoint? = nil, userInfo: ConnectClientTypes.UserInfo? = nil - ) - { + ) { self.contactId = contactId self.customerEndpoint = customerEndpoint self.description = description @@ -25285,8 +24507,7 @@ public struct UpdateEvaluationFormInput: Swift.Sendable { items: [ConnectClientTypes.EvaluationFormItem]? = nil, scoringStrategy: ConnectClientTypes.EvaluationFormScoringStrategy? = nil, title: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.createNewVersion = createNewVersion self.description = description @@ -25310,8 +24531,7 @@ public struct DescribeContactEvaluationOutput: Swift.Sendable { public init( evaluation: ConnectClientTypes.Evaluation? = nil, evaluationForm: ConnectClientTypes.EvaluationFormContent? = nil - ) - { + ) { self.evaluation = evaluation self.evaluationForm = evaluationForm } @@ -25324,8 +24544,7 @@ public struct DescribeEvaluationFormOutput: Swift.Sendable { public init( evaluationForm: ConnectClientTypes.EvaluationForm? = nil - ) - { + ) { self.evaluationForm = evaluationForm } } @@ -25342,8 +24561,7 @@ extension ConnectClientTypes { public init( expiry: ConnectClientTypes.RoutingCriteriaInputStepExpiry? = nil, expression: ConnectClientTypes.Expression? = nil - ) - { + ) { self.expiry = expiry self.expression = expression } @@ -25365,8 +24583,7 @@ extension ConnectClientTypes { expiry: ConnectClientTypes.Expiry? = nil, expression: ConnectClientTypes.Expression? = nil, status: ConnectClientTypes.RoutingCriteriaStepStatus? = nil - ) - { + ) { self.expiry = expiry self.expression = expression self.status = status @@ -25393,8 +24610,7 @@ public struct SearchAgentStatusesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.AgentStatusSearchCriteria? = nil, searchFilter: ConnectClientTypes.AgentStatusSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25422,8 +24638,7 @@ public struct SearchContactFlowModulesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.ContactFlowModuleSearchCriteria? = nil, searchFilter: ConnectClientTypes.ContactFlowModuleSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25451,8 +24666,7 @@ public struct SearchContactFlowsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.ContactFlowSearchCriteria? = nil, searchFilter: ConnectClientTypes.ContactFlowSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25480,8 +24694,7 @@ public struct SearchEmailAddressesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.EmailAddressSearchCriteria? = nil, searchFilter: ConnectClientTypes.EmailAddressSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25509,8 +24722,7 @@ public struct SearchHoursOfOperationOverridesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.HoursOfOperationOverrideSearchCriteria? = nil, searchFilter: ConnectClientTypes.HoursOfOperationSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25538,8 +24750,7 @@ public struct SearchHoursOfOperationsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.HoursOfOperationSearchCriteria? = nil, searchFilter: ConnectClientTypes.HoursOfOperationSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25564,8 +24775,7 @@ public struct SearchPredefinedAttributesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.PredefinedAttributeSearchCriteria? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25592,8 +24802,7 @@ public struct SearchPromptsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.PromptSearchCriteria? = nil, searchFilter: ConnectClientTypes.PromptSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25621,8 +24830,7 @@ public struct SearchQueuesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.QueueSearchCriteria? = nil, searchFilter: ConnectClientTypes.QueueSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25650,8 +24858,7 @@ public struct SearchQuickConnectsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.QuickConnectSearchCriteria? = nil, searchFilter: ConnectClientTypes.QuickConnectSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25679,8 +24886,7 @@ public struct SearchRoutingProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.RoutingProfileSearchCriteria? = nil, searchFilter: ConnectClientTypes.RoutingProfileSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25708,8 +24914,7 @@ public struct SearchSecurityProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.SecurityProfileSearchCriteria? = nil, searchFilter: ConnectClientTypes.SecurityProfilesSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25737,8 +24942,7 @@ public struct SearchUserHierarchyGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.UserHierarchyGroupSearchCriteria? = nil, searchFilter: ConnectClientTypes.UserHierarchyGroupSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25766,8 +24970,7 @@ public struct SearchUsersInput: Swift.Sendable { nextToken: Swift.String? = nil, searchCriteria: ConnectClientTypes.UserSearchCriteria? = nil, searchFilter: ConnectClientTypes.UserSearchFilter? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -25791,8 +24994,7 @@ extension ConnectClientTypes { activationTimestamp: Foundation.Date? = nil, index: Swift.Int? = nil, steps: [ConnectClientTypes.Step]? = nil - ) - { + ) { self.activationTimestamp = activationTimestamp self.index = index self.steps = steps @@ -25809,8 +25011,7 @@ extension ConnectClientTypes { public init( steps: [ConnectClientTypes.RoutingCriteriaInputStep]? = nil - ) - { + ) { self.steps = steps } } @@ -25836,8 +25037,7 @@ public struct UpdateContactRoutingDataInput: Swift.Sendable { queuePriority: Swift.Int? = nil, queueTimeAdjustmentSeconds: Swift.Int? = nil, routingCriteria: ConnectClientTypes.RoutingCriteriaInput? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.queuePriority = queuePriority @@ -25963,8 +25163,7 @@ extension ConnectClientTypes { totalPauseCount: Swift.Int? = nil, totalPauseDurationInSeconds: Swift.Int? = nil, wisdomInfo: ConnectClientTypes.WisdomInfo? = nil - ) - { + ) { self.additionalEmailRecipients = additionalEmailRecipients self.agentInfo = agentInfo self.answeringMachineDetectionStatus = answeringMachineDetectionStatus @@ -26017,8 +25216,7 @@ public struct DescribeContactOutput: Swift.Sendable { public init( contact: ConnectClientTypes.Contact? = nil - ) - { + ) { self.contact = contact } } diff --git a/Sources/Services/AWSConnectCampaigns/Package.swift.txt b/Sources/Services/AWSConnectCampaigns/Package.swift.txt index dea6efea17c..272671b4d16 100644 --- a/Sources/Services/AWSConnectCampaigns/Package.swift.txt +++ b/Sources/Services/AWSConnectCampaigns/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/ConnectCampaignsClient.swift b/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/ConnectCampaignsClient.swift index 79d67ab303b..f33d8b5f48b 100644 --- a/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/ConnectCampaignsClient.swift +++ b/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/ConnectCampaignsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectCampaignsClient: ClientRuntime.Client { public static let clientName = "ConnectCampaignsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectCampaignsClient.ConnectCampaignsClientConfiguration let serviceName = "ConnectCampaigns" diff --git a/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/Models.swift b/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/Models.swift index 48bb3f0238f..0d6c5d280c2 100644 --- a/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/Models.swift +++ b/Sources/Services/AWSConnectCampaigns/Sources/AWSConnectCampaigns/Models.swift @@ -110,8 +110,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -126,8 +125,7 @@ extension ConnectCampaignsClientTypes { public init( dialingCapacity: Swift.Double? = nil - ) - { + ) { self.dialingCapacity = dialingCapacity } } @@ -155,8 +153,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -184,8 +181,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -213,8 +209,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -242,8 +237,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -271,8 +265,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -300,8 +293,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -320,8 +312,7 @@ extension ConnectCampaignsClientTypes { public init( bandwidthAllocation: Swift.Double? = nil, dialingCapacity: Swift.Double? = nil - ) - { + ) { self.bandwidthAllocation = bandwidthAllocation self.dialingCapacity = dialingCapacity } @@ -341,8 +332,7 @@ extension ConnectCampaignsClientTypes { public init( bandwidthAllocation: Swift.Double? = nil, dialingCapacity: Swift.Double? = nil - ) - { + ) { self.bandwidthAllocation = bandwidthAllocation self.dialingCapacity = dialingCapacity } @@ -376,8 +366,7 @@ extension ConnectCampaignsClientTypes { public init( awaitAnswerMachinePrompt: Swift.Bool? = nil, enableAnswerMachineDetection: Swift.Bool? = nil - ) - { + ) { self.awaitAnswerMachinePrompt = awaitAnswerMachinePrompt self.enableAnswerMachineDetection = enableAnswerMachineDetection } @@ -403,8 +392,7 @@ extension ConnectCampaignsClientTypes { connectContactFlowId: Swift.String? = nil, connectQueueId: Swift.String? = nil, connectSourcePhoneNumber: Swift.String? = nil - ) - { + ) { self.answerMachineDetectionConfig = answerMachineDetectionConfig self.connectContactFlowId = connectContactFlowId self.connectQueueId = connectQueueId @@ -436,8 +424,7 @@ public struct CreateCampaignInput: Swift.Sendable { name: Swift.String? = nil, outboundCallConfig: ConnectCampaignsClientTypes.OutboundCallConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.dialerConfig = dialerConfig self.name = name @@ -459,8 +446,7 @@ public struct CreateCampaignOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.tags = tags @@ -475,8 +461,7 @@ public struct DeleteCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -503,8 +488,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -518,8 +502,7 @@ public struct DeleteConnectInstanceConfigInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -532,8 +515,7 @@ public struct DeleteInstanceOnboardingJobInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -546,8 +528,7 @@ public struct DescribeCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -585,8 +566,7 @@ extension ConnectCampaignsClientTypes { name: Swift.String? = nil, outboundCallConfig: ConnectCampaignsClientTypes.OutboundCallConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.connectInstanceId = connectInstanceId self.dialerConfig = dialerConfig @@ -605,8 +585,7 @@ public struct DescribeCampaignOutput: Swift.Sendable { public init( campaign: ConnectCampaignsClientTypes.Campaign? = nil - ) - { + ) { self.campaign = campaign } } @@ -619,8 +598,7 @@ public struct GetCampaignStateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -676,8 +654,7 @@ public struct GetCampaignStateOutput: Swift.Sendable { public init( state: ConnectCampaignsClientTypes.CampaignState? = nil - ) - { + ) { self.state = state } } @@ -690,8 +667,7 @@ public struct GetCampaignStateBatchInput: Swift.Sendable { public init( campaignIds: [Swift.String]? = nil - ) - { + ) { self.campaignIds = campaignIds } } @@ -740,8 +716,7 @@ extension ConnectCampaignsClientTypes { public init( campaignId: Swift.String? = nil, failureCode: ConnectCampaignsClientTypes.GetCampaignStateBatchFailureCode? = nil - ) - { + ) { self.campaignId = campaignId self.failureCode = failureCode } @@ -760,8 +735,7 @@ extension ConnectCampaignsClientTypes { public init( campaignId: Swift.String? = nil, state: ConnectCampaignsClientTypes.CampaignState? = nil - ) - { + ) { self.campaignId = campaignId self.state = state } @@ -778,8 +752,7 @@ public struct GetCampaignStateBatchOutput: Swift.Sendable { public init( failedRequests: [ConnectCampaignsClientTypes.FailedCampaignStateResponse]? = nil, successfulRequests: [ConnectCampaignsClientTypes.SuccessfulCampaignStateResponse]? = nil - ) - { + ) { self.failedRequests = failedRequests self.successfulRequests = successfulRequests } @@ -793,8 +766,7 @@ public struct GetConnectInstanceConfigInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -842,8 +814,7 @@ extension ConnectCampaignsClientTypes { enabled: Swift.Bool = false, encryptionType: ConnectCampaignsClientTypes.EncryptionType? = nil, keyArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.encryptionType = encryptionType self.keyArn = keyArn @@ -869,8 +840,7 @@ extension ConnectCampaignsClientTypes { connectInstanceId: Swift.String? = nil, encryptionConfig: ConnectCampaignsClientTypes.EncryptionConfig? = nil, serviceLinkedRoleArn: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.encryptionConfig = encryptionConfig self.serviceLinkedRoleArn = serviceLinkedRoleArn @@ -885,8 +855,7 @@ public struct GetConnectInstanceConfigOutput: Swift.Sendable { public init( connectInstanceConfig: ConnectCampaignsClientTypes.InstanceConfig? = nil - ) - { + ) { self.connectInstanceConfig = connectInstanceConfig } } @@ -899,8 +868,7 @@ public struct GetInstanceOnboardingJobStatusInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -997,8 +965,7 @@ extension ConnectCampaignsClientTypes { connectInstanceId: Swift.String? = nil, failureCode: ConnectCampaignsClientTypes.InstanceOnboardingJobFailureCode? = nil, status: ConnectCampaignsClientTypes.InstanceOnboardingJobStatusCode? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.failureCode = failureCode self.status = status @@ -1013,8 +980,7 @@ public struct GetInstanceOnboardingJobStatusOutput: Swift.Sendable { public init( connectInstanceOnboardingJobStatus: ConnectCampaignsClientTypes.InstanceOnboardingJobStatus? = nil - ) - { + ) { self.connectInstanceOnboardingJobStatus = connectInstanceOnboardingJobStatus } } @@ -1061,8 +1027,7 @@ extension ConnectCampaignsClientTypes { public init( `operator`: ConnectCampaignsClientTypes.InstanceIdFilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -1078,8 +1043,7 @@ extension ConnectCampaignsClientTypes { public init( instanceIdFilter: ConnectCampaignsClientTypes.InstanceIdFilter? = nil - ) - { + ) { self.instanceIdFilter = instanceIdFilter } } @@ -1098,8 +1062,7 @@ public struct ListCampaignsInput: Swift.Sendable { filters: ConnectCampaignsClientTypes.CampaignFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1128,8 +1091,7 @@ extension ConnectCampaignsClientTypes { connectInstanceId: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.connectInstanceId = connectInstanceId self.id = id @@ -1148,8 +1110,7 @@ public struct ListCampaignsOutput: Swift.Sendable { public init( campaignSummaryList: [ConnectCampaignsClientTypes.CampaignSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.campaignSummaryList = campaignSummaryList self.nextToken = nextToken } @@ -1163,8 +1124,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1176,8 +1136,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1208,8 +1167,7 @@ public struct InvalidCampaignStateException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, state: ConnectCampaignsClientTypes.CampaignState? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.state = state self.properties.xAmzErrorType = xAmzErrorType @@ -1224,8 +1182,7 @@ public struct PauseCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1252,8 +1209,7 @@ extension ConnectCampaignsClientTypes { clientToken: Swift.String? = nil, expirationTime: Foundation.Date? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.clientToken = clientToken self.expirationTime = expirationTime @@ -1279,8 +1235,7 @@ public struct PutDialRequestBatchInput: Swift.Sendable { public init( dialRequests: [ConnectCampaignsClientTypes.DialRequest]? = nil, id: Swift.String? = nil - ) - { + ) { self.dialRequests = dialRequests self.id = id } @@ -1337,8 +1292,7 @@ extension ConnectCampaignsClientTypes { clientToken: Swift.String? = nil, failureCode: ConnectCampaignsClientTypes.FailureCode? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.failureCode = failureCode self.id = id @@ -1358,8 +1312,7 @@ extension ConnectCampaignsClientTypes { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -1376,8 +1329,7 @@ public struct PutDialRequestBatchOutput: Swift.Sendable { public init( failedRequests: [ConnectCampaignsClientTypes.FailedRequest]? = nil, successfulRequests: [ConnectCampaignsClientTypes.SuccessfulRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests self.successfulRequests = successfulRequests } @@ -1391,8 +1343,7 @@ public struct ResumeCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1405,8 +1356,7 @@ public struct StartCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1423,8 +1373,7 @@ public struct StartInstanceOnboardingJobInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil, encryptionConfig: ConnectCampaignsClientTypes.EncryptionConfig? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.encryptionConfig = encryptionConfig } @@ -1437,8 +1386,7 @@ public struct StartInstanceOnboardingJobOutput: Swift.Sendable { public init( connectInstanceOnboardingJobStatus: ConnectCampaignsClientTypes.InstanceOnboardingJobStatus? = nil - ) - { + ) { self.connectInstanceOnboardingJobStatus = connectInstanceOnboardingJobStatus } } @@ -1451,8 +1399,7 @@ public struct StopCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1469,8 +1416,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -1488,8 +1434,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -1507,8 +1452,7 @@ public struct UpdateCampaignDialerConfigInput: Swift.Sendable { public init( dialerConfig: ConnectCampaignsClientTypes.DialerConfig? = nil, id: Swift.String? = nil - ) - { + ) { self.dialerConfig = dialerConfig self.id = id } @@ -1526,8 +1470,7 @@ public struct UpdateCampaignNameInput: Swift.Sendable { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -1550,8 +1493,7 @@ public struct UpdateCampaignOutboundCallConfigInput: Swift.Sendable { connectContactFlowId: Swift.String? = nil, connectSourcePhoneNumber: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.answerMachineDetectionConfig = answerMachineDetectionConfig self.connectContactFlowId = connectContactFlowId self.connectSourcePhoneNumber = connectSourcePhoneNumber diff --git a/Sources/Services/AWSConnectCampaignsV2/Package.swift.txt b/Sources/Services/AWSConnectCampaignsV2/Package.swift.txt index 36f60142930..a7655943bce 100644 --- a/Sources/Services/AWSConnectCampaignsV2/Package.swift.txt +++ b/Sources/Services/AWSConnectCampaignsV2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/ConnectCampaignsV2Client.swift b/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/ConnectCampaignsV2Client.swift index fa5115832ea..159cec246b8 100644 --- a/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/ConnectCampaignsV2Client.swift +++ b/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/ConnectCampaignsV2Client.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectCampaignsV2Client: ClientRuntime.Client { public static let clientName = "ConnectCampaignsV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectCampaignsV2Client.ConnectCampaignsV2ClientConfiguration let serviceName = "ConnectCampaignsV2" diff --git a/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/Models.swift b/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/Models.swift index 9a15bf7c711..9b8c79ba2b6 100644 --- a/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/Models.swift +++ b/Sources/Services/AWSConnectCampaignsV2/Sources/AWSConnectCampaignsV2/Models.swift @@ -160,8 +160,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -198,8 +197,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -227,8 +225,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -256,8 +253,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -285,8 +281,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -314,8 +309,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -343,8 +337,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -367,8 +360,7 @@ extension ConnectCampaignsV2ClientTypes { connectSourceEmailAddress: Swift.String? = nil, sourceEmailAddressDisplayName: Swift.String? = nil, wisdomTemplateArn: Swift.String? = nil - ) - { + ) { self.connectSourceEmailAddress = connectSourceEmailAddress self.sourceEmailAddressDisplayName = sourceEmailAddressDisplayName self.wisdomTemplateArn = wisdomTemplateArn @@ -408,8 +400,7 @@ extension ConnectCampaignsV2ClientTypes { capacity: Swift.Double? = nil, defaultOutboundConfig: ConnectCampaignsV2ClientTypes.EmailOutboundConfig? = nil, outboundMode: ConnectCampaignsV2ClientTypes.EmailOutboundMode? = nil - ) - { + ) { self.capacity = capacity self.defaultOutboundConfig = defaultOutboundConfig self.outboundMode = outboundMode @@ -431,8 +422,7 @@ extension ConnectCampaignsV2ClientTypes { public init( connectSourcePhoneNumberArn: Swift.String? = nil, wisdomTemplateArn: Swift.String? = nil - ) - { + ) { self.connectSourcePhoneNumberArn = connectSourcePhoneNumberArn self.wisdomTemplateArn = wisdomTemplateArn } @@ -466,8 +456,7 @@ extension ConnectCampaignsV2ClientTypes { capacity: Swift.Double? = nil, defaultOutboundConfig: ConnectCampaignsV2ClientTypes.SmsOutboundConfig? = nil, outboundMode: ConnectCampaignsV2ClientTypes.SmsOutboundMode? = nil - ) - { + ) { self.capacity = capacity self.defaultOutboundConfig = defaultOutboundConfig self.outboundMode = outboundMode @@ -488,8 +477,7 @@ extension ConnectCampaignsV2ClientTypes { public init( awaitAnswerMachinePrompt: Swift.Bool? = nil, enableAnswerMachineDetection: Swift.Bool? = nil - ) - { + ) { self.awaitAnswerMachinePrompt = awaitAnswerMachinePrompt self.enableAnswerMachineDetection = enableAnswerMachineDetection } @@ -512,8 +500,7 @@ extension ConnectCampaignsV2ClientTypes { answerMachineDetectionConfig: ConnectCampaignsV2ClientTypes.AnswerMachineDetectionConfig? = nil, connectContactFlowId: Swift.String? = nil, connectSourcePhoneNumber: Swift.String? = nil - ) - { + ) { self.answerMachineDetectionConfig = answerMachineDetectionConfig self.connectContactFlowId = connectContactFlowId self.connectSourcePhoneNumber = connectSourcePhoneNumber @@ -531,8 +518,7 @@ extension ConnectCampaignsV2ClientTypes { public init( bandwidthAllocation: Swift.Double? = nil - ) - { + ) { self.bandwidthAllocation = bandwidthAllocation } } @@ -548,8 +534,7 @@ extension ConnectCampaignsV2ClientTypes { public init( bandwidthAllocation: Swift.Double? = nil - ) - { + ) { self.bandwidthAllocation = bandwidthAllocation } } @@ -589,8 +574,7 @@ extension ConnectCampaignsV2ClientTypes { connectQueueId: Swift.String? = nil, defaultOutboundConfig: ConnectCampaignsV2ClientTypes.TelephonyOutboundConfig? = nil, outboundMode: ConnectCampaignsV2ClientTypes.TelephonyOutboundMode? = nil - ) - { + ) { self.capacity = capacity self.connectQueueId = connectQueueId self.defaultOutboundConfig = defaultOutboundConfig @@ -614,8 +598,7 @@ extension ConnectCampaignsV2ClientTypes { email: ConnectCampaignsV2ClientTypes.EmailChannelSubtypeConfig? = nil, sms: ConnectCampaignsV2ClientTypes.SmsChannelSubtypeConfig? = nil, telephony: ConnectCampaignsV2ClientTypes.TelephonyChannelSubtypeConfig? = nil - ) - { + ) { self.email = email self.sms = sms self.telephony = telephony @@ -668,8 +651,7 @@ extension ConnectCampaignsV2ClientTypes { frequency: Swift.Int? = nil, maxCountPerRecipient: Swift.Int? = nil, unit: ConnectCampaignsV2ClientTypes.CommunicationLimitTimeUnit? = nil - ) - { + ) { self.frequency = frequency self.maxCountPerRecipient = maxCountPerRecipient self.unit = unit @@ -696,8 +678,7 @@ extension ConnectCampaignsV2ClientTypes { public init( allChannelSubtypes: ConnectCampaignsV2ClientTypes.CommunicationLimits? = nil - ) - { + ) { self.allChannelSubtypes = allChannelSubtypes } } @@ -762,8 +743,7 @@ extension ConnectCampaignsV2ClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -797,8 +777,7 @@ extension ConnectCampaignsV2ClientTypes { endDate: Swift.String? = nil, name: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.name = name self.startDate = startDate @@ -829,8 +808,7 @@ extension ConnectCampaignsV2ClientTypes { public init( openHours: ConnectCampaignsV2ClientTypes.OpenHours? = nil, restrictedPeriods: ConnectCampaignsV2ClientTypes.RestrictedPeriods? = nil - ) - { + ) { self.openHours = openHours self.restrictedPeriods = restrictedPeriods } @@ -879,8 +857,7 @@ extension ConnectCampaignsV2ClientTypes { public init( defaultTimeZone: Swift.String? = nil, localTimeZoneDetection: [ConnectCampaignsV2ClientTypes.LocalTimeZoneDetectionType]? = nil - ) - { + ) { self.defaultTimeZone = defaultTimeZone self.localTimeZoneDetection = localTimeZoneDetection } @@ -906,8 +883,7 @@ extension ConnectCampaignsV2ClientTypes { localTimeZoneConfig: ConnectCampaignsV2ClientTypes.LocalTimeZoneConfig? = nil, sms: ConnectCampaignsV2ClientTypes.TimeWindow? = nil, telephony: ConnectCampaignsV2ClientTypes.TimeWindow? = nil - ) - { + ) { self.email = email self.localTimeZoneConfig = localTimeZoneConfig self.sms = sms @@ -933,8 +909,7 @@ extension ConnectCampaignsV2ClientTypes { endTime: Foundation.Date? = nil, refreshFrequency: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.refreshFrequency = refreshFrequency self.startTime = startTime @@ -951,8 +926,7 @@ extension ConnectCampaignsV2ClientTypes { public init( customerProfilesDomainArn: Swift.String? = nil - ) - { + ) { self.customerProfilesDomainArn = customerProfilesDomainArn } } @@ -1004,8 +978,7 @@ public struct CreateCampaignInput: Swift.Sendable { schedule: ConnectCampaignsV2ClientTypes.Schedule? = nil, source: ConnectCampaignsV2ClientTypes.Source? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelSubtypeConfig = channelSubtypeConfig self.communicationLimitsOverride = communicationLimitsOverride self.communicationTimeConfig = communicationTimeConfig @@ -1031,8 +1004,7 @@ public struct CreateCampaignOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.tags = tags @@ -1047,8 +1019,7 @@ public struct DeleteCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1098,8 +1069,7 @@ public struct DeleteCampaignChannelSubtypeConfigInput: Swift.Sendable { public init( channelSubtype: ConnectCampaignsV2ClientTypes.ChannelSubtype? = nil, id: Swift.String? = nil - ) - { + ) { self.channelSubtype = channelSubtype self.id = id } @@ -1179,8 +1149,7 @@ public struct InvalidCampaignStateException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, state: ConnectCampaignsV2ClientTypes.CampaignState? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.state = state self.properties.xAmzErrorType = xAmzErrorType @@ -1226,8 +1195,7 @@ public struct DeleteCampaignCommunicationLimitsInput: Swift.Sendable { public init( config: ConnectCampaignsV2ClientTypes.CommunicationLimitsConfigType? = nil, id: Swift.String? = nil - ) - { + ) { self.config = config self.id = id } @@ -1278,8 +1246,7 @@ public struct DeleteCampaignCommunicationTimeInput: Swift.Sendable { public init( config: ConnectCampaignsV2ClientTypes.CommunicationTimeConfigType? = nil, id: Swift.String? = nil - ) - { + ) { self.config = config self.id = id } @@ -1307,8 +1274,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, xAmzErrorType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.xAmzErrorType = xAmzErrorType } @@ -1355,8 +1321,7 @@ public struct DeleteConnectInstanceConfigInput: Swift.Sendable { public init( campaignDeletionPolicy: ConnectCampaignsV2ClientTypes.CampaignDeletionPolicy? = nil, connectInstanceId: Swift.String? = nil - ) - { + ) { self.campaignDeletionPolicy = campaignDeletionPolicy self.connectInstanceId = connectInstanceId } @@ -1372,8 +1337,7 @@ extension ConnectCampaignsV2ClientTypes { public init( domainArn: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn } } @@ -1389,8 +1353,7 @@ extension ConnectCampaignsV2ClientTypes { public init( knowledgeBaseArn: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn } } @@ -1420,8 +1383,7 @@ public struct DeleteConnectInstanceIntegrationInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil, integrationIdentifier: ConnectCampaignsV2ClientTypes.IntegrationIdentifier? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.integrationIdentifier = integrationIdentifier } @@ -1435,8 +1397,7 @@ public struct DeleteInstanceOnboardingJobInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -1449,8 +1410,7 @@ public struct DescribeCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1499,8 +1459,7 @@ extension ConnectCampaignsV2ClientTypes { schedule: ConnectCampaignsV2ClientTypes.Schedule? = nil, source: ConnectCampaignsV2ClientTypes.Source? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelSubtypeConfig = channelSubtypeConfig self.communicationLimitsOverride = communicationLimitsOverride @@ -1523,8 +1482,7 @@ public struct DescribeCampaignOutput: Swift.Sendable { public init( campaign: ConnectCampaignsV2ClientTypes.Campaign? = nil - ) - { + ) { self.campaign = campaign } } @@ -1537,8 +1495,7 @@ public struct GetCampaignStateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1550,8 +1507,7 @@ public struct GetCampaignStateOutput: Swift.Sendable { public init( state: ConnectCampaignsV2ClientTypes.CampaignState? = nil - ) - { + ) { self.state = state } } @@ -1564,8 +1520,7 @@ public struct GetCampaignStateBatchInput: Swift.Sendable { public init( campaignIds: [Swift.String]? = nil - ) - { + ) { self.campaignIds = campaignIds } } @@ -1614,8 +1569,7 @@ extension ConnectCampaignsV2ClientTypes { public init( campaignId: Swift.String? = nil, failureCode: ConnectCampaignsV2ClientTypes.GetCampaignStateBatchFailureCode? = nil - ) - { + ) { self.campaignId = campaignId self.failureCode = failureCode } @@ -1634,8 +1588,7 @@ extension ConnectCampaignsV2ClientTypes { public init( campaignId: Swift.String? = nil, state: ConnectCampaignsV2ClientTypes.CampaignState? = nil - ) - { + ) { self.campaignId = campaignId self.state = state } @@ -1652,8 +1605,7 @@ public struct GetCampaignStateBatchOutput: Swift.Sendable { public init( failedRequests: [ConnectCampaignsV2ClientTypes.FailedCampaignStateResponse]? = nil, successfulRequests: [ConnectCampaignsV2ClientTypes.SuccessfulCampaignStateResponse]? = nil - ) - { + ) { self.failedRequests = failedRequests self.successfulRequests = successfulRequests } @@ -1667,8 +1619,7 @@ public struct GetConnectInstanceConfigInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -1716,8 +1667,7 @@ extension ConnectCampaignsV2ClientTypes { enabled: Swift.Bool = false, encryptionType: ConnectCampaignsV2ClientTypes.EncryptionType? = nil, keyArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.encryptionType = encryptionType self.keyArn = keyArn @@ -1743,8 +1693,7 @@ extension ConnectCampaignsV2ClientTypes { connectInstanceId: Swift.String? = nil, encryptionConfig: ConnectCampaignsV2ClientTypes.EncryptionConfig? = nil, serviceLinkedRoleArn: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.encryptionConfig = encryptionConfig self.serviceLinkedRoleArn = serviceLinkedRoleArn @@ -1759,8 +1708,7 @@ public struct GetConnectInstanceConfigOutput: Swift.Sendable { public init( connectInstanceConfig: ConnectCampaignsV2ClientTypes.InstanceConfig? = nil - ) - { + ) { self.connectInstanceConfig = connectInstanceConfig } } @@ -1773,8 +1721,7 @@ public struct GetInstanceOnboardingJobStatusInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId } } @@ -1871,8 +1818,7 @@ extension ConnectCampaignsV2ClientTypes { connectInstanceId: Swift.String? = nil, failureCode: ConnectCampaignsV2ClientTypes.InstanceOnboardingJobFailureCode? = nil, status: ConnectCampaignsV2ClientTypes.InstanceOnboardingJobStatusCode? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.failureCode = failureCode self.status = status @@ -1887,8 +1833,7 @@ public struct GetInstanceOnboardingJobStatusOutput: Swift.Sendable { public init( connectInstanceOnboardingJobStatus: ConnectCampaignsV2ClientTypes.InstanceOnboardingJobStatus? = nil - ) - { + ) { self.connectInstanceOnboardingJobStatus = connectInstanceOnboardingJobStatus } } @@ -1935,8 +1880,7 @@ extension ConnectCampaignsV2ClientTypes { public init( `operator`: ConnectCampaignsV2ClientTypes.InstanceIdFilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -1952,8 +1896,7 @@ extension ConnectCampaignsV2ClientTypes { public init( instanceIdFilter: ConnectCampaignsV2ClientTypes.InstanceIdFilter? = nil - ) - { + ) { self.instanceIdFilter = instanceIdFilter } } @@ -1972,8 +1915,7 @@ public struct ListCampaignsInput: Swift.Sendable { filters: ConnectCampaignsV2ClientTypes.CampaignFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2012,8 +1954,7 @@ extension ConnectCampaignsV2ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, schedule: ConnectCampaignsV2ClientTypes.Schedule? = nil - ) - { + ) { self.arn = arn self.channelSubtypes = channelSubtypes self.connectCampaignFlowArn = connectCampaignFlowArn @@ -2035,8 +1976,7 @@ public struct ListCampaignsOutput: Swift.Sendable { public init( campaignSummaryList: [ConnectCampaignsV2ClientTypes.CampaignSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.campaignSummaryList = campaignSummaryList self.nextToken = nextToken } @@ -2056,8 +1996,7 @@ public struct ListConnectInstanceIntegrationsInput: Swift.Sendable { connectInstanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.maxResults = maxResults self.nextToken = nextToken @@ -2114,8 +2053,7 @@ extension ConnectCampaignsV2ClientTypes { public init( domainArn: Swift.String? = nil, objectTypeNames: [Swift.String: Swift.String]? = nil - ) - { + ) { self.domainArn = domainArn self.objectTypeNames = objectTypeNames } @@ -2132,8 +2070,7 @@ extension ConnectCampaignsV2ClientTypes { public init( knowledgeBaseArn: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn } } @@ -2161,8 +2098,7 @@ public struct ListConnectInstanceIntegrationsOutput: Swift.Sendable { public init( integrationSummaryList: [ConnectCampaignsV2ClientTypes.IntegrationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.integrationSummaryList = integrationSummaryList self.nextToken = nextToken } @@ -2176,8 +2112,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2189,8 +2124,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2203,8 +2137,7 @@ public struct PauseCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2223,8 +2156,7 @@ extension ConnectCampaignsV2ClientTypes { public init( domainArn: Swift.String? = nil, objectTypeNames: [Swift.String: Swift.String]? = nil - ) - { + ) { self.domainArn = domainArn self.objectTypeNames = objectTypeNames } @@ -2241,8 +2173,7 @@ extension ConnectCampaignsV2ClientTypes { public init( knowledgeBaseArn: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn } } @@ -2272,8 +2203,7 @@ public struct PutConnectInstanceIntegrationInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil, integrationConfig: ConnectCampaignsV2ClientTypes.IntegrationConfig? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.integrationConfig = integrationConfig } @@ -2299,8 +2229,7 @@ extension ConnectCampaignsV2ClientTypes { destinationEmailAddress: Swift.String? = nil, templateArn: Swift.String? = nil, templateParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.connectSourceEmailAddress = connectSourceEmailAddress self.destinationEmailAddress = destinationEmailAddress self.templateArn = templateArn @@ -2334,8 +2263,7 @@ extension ConnectCampaignsV2ClientTypes { destinationPhoneNumber: Swift.String? = nil, templateArn: Swift.String? = nil, templateParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.connectSourcePhoneNumberArn = connectSourcePhoneNumberArn self.destinationPhoneNumber = destinationPhoneNumber self.templateArn = templateArn @@ -2369,8 +2297,7 @@ extension ConnectCampaignsV2ClientTypes { attributes: [Swift.String: Swift.String]? = nil, connectSourcePhoneNumber: Swift.String? = nil, destinationPhoneNumber: Swift.String? = nil - ) - { + ) { self.answerMachineDetectionConfig = answerMachineDetectionConfig self.attributes = attributes self.connectSourcePhoneNumber = connectSourcePhoneNumber @@ -2416,8 +2343,7 @@ extension ConnectCampaignsV2ClientTypes { channelSubtypeParameters: ConnectCampaignsV2ClientTypes.ChannelSubtypeParameters? = nil, clientToken: Swift.String? = nil, expirationTime: Foundation.Date? = nil - ) - { + ) { self.channelSubtypeParameters = channelSubtypeParameters self.clientToken = clientToken self.expirationTime = expirationTime @@ -2437,8 +2363,7 @@ public struct PutOutboundRequestBatchInput: Swift.Sendable { public init( id: Swift.String? = nil, outboundRequests: [ConnectCampaignsV2ClientTypes.OutboundRequest]? = nil - ) - { + ) { self.id = id self.outboundRequests = outboundRequests } @@ -2499,8 +2424,7 @@ extension ConnectCampaignsV2ClientTypes { clientToken: Swift.String? = nil, failureCode: ConnectCampaignsV2ClientTypes.FailureCode? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.failureCode = failureCode self.id = id @@ -2520,8 +2444,7 @@ extension ConnectCampaignsV2ClientTypes { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -2538,8 +2461,7 @@ public struct PutOutboundRequestBatchOutput: Swift.Sendable { public init( failedRequests: [ConnectCampaignsV2ClientTypes.FailedRequest]? = nil, successfulRequests: [ConnectCampaignsV2ClientTypes.SuccessfulRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests self.successfulRequests = successfulRequests } @@ -2562,8 +2484,7 @@ extension ConnectCampaignsV2ClientTypes { clientToken: Swift.String? = nil, expirationTime: Foundation.Date? = nil, profileId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.expirationTime = expirationTime self.profileId = profileId @@ -2583,8 +2504,7 @@ public struct PutProfileOutboundRequestBatchInput: Swift.Sendable { public init( id: Swift.String? = nil, profileOutboundRequests: [ConnectCampaignsV2ClientTypes.ProfileOutboundRequest]? = nil - ) - { + ) { self.id = id self.profileOutboundRequests = profileOutboundRequests } @@ -2649,8 +2569,7 @@ extension ConnectCampaignsV2ClientTypes { clientToken: Swift.String? = nil, failureCode: ConnectCampaignsV2ClientTypes.ProfileOutboundRequestFailureCode? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.failureCode = failureCode self.id = id @@ -2670,8 +2589,7 @@ extension ConnectCampaignsV2ClientTypes { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -2688,8 +2606,7 @@ public struct PutProfileOutboundRequestBatchOutput: Swift.Sendable { public init( failedRequests: [ConnectCampaignsV2ClientTypes.FailedProfileOutboundRequest]? = nil, successfulRequests: [ConnectCampaignsV2ClientTypes.SuccessfulProfileOutboundRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests self.successfulRequests = successfulRequests } @@ -2703,8 +2620,7 @@ public struct ResumeCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2717,8 +2633,7 @@ public struct StartCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2735,8 +2650,7 @@ public struct StartInstanceOnboardingJobInput: Swift.Sendable { public init( connectInstanceId: Swift.String? = nil, encryptionConfig: ConnectCampaignsV2ClientTypes.EncryptionConfig? = nil - ) - { + ) { self.connectInstanceId = connectInstanceId self.encryptionConfig = encryptionConfig } @@ -2749,8 +2663,7 @@ public struct StartInstanceOnboardingJobOutput: Swift.Sendable { public init( connectInstanceOnboardingJobStatus: ConnectCampaignsV2ClientTypes.InstanceOnboardingJobStatus? = nil - ) - { + ) { self.connectInstanceOnboardingJobStatus = connectInstanceOnboardingJobStatus } } @@ -2763,8 +2676,7 @@ public struct StopCampaignInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2781,8 +2693,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -2800,8 +2711,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -2819,8 +2729,7 @@ public struct UpdateCampaignChannelSubtypeConfigInput: Swift.Sendable { public init( channelSubtypeConfig: ConnectCampaignsV2ClientTypes.ChannelSubtypeConfig? = nil, id: Swift.String? = nil - ) - { + ) { self.channelSubtypeConfig = channelSubtypeConfig self.id = id } @@ -2838,8 +2747,7 @@ public struct UpdateCampaignCommunicationLimitsInput: Swift.Sendable { public init( communicationLimitsOverride: ConnectCampaignsV2ClientTypes.CommunicationLimitsConfig? = nil, id: Swift.String? = nil - ) - { + ) { self.communicationLimitsOverride = communicationLimitsOverride self.id = id } @@ -2857,8 +2765,7 @@ public struct UpdateCampaignCommunicationTimeInput: Swift.Sendable { public init( communicationTimeConfig: ConnectCampaignsV2ClientTypes.CommunicationTimeConfig? = nil, id: Swift.String? = nil - ) - { + ) { self.communicationTimeConfig = communicationTimeConfig self.id = id } @@ -2876,8 +2783,7 @@ public struct UpdateCampaignFlowAssociationInput: Swift.Sendable { public init( connectCampaignFlowArn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.connectCampaignFlowArn = connectCampaignFlowArn self.id = id } @@ -2895,8 +2801,7 @@ public struct UpdateCampaignNameInput: Swift.Sendable { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -2914,8 +2819,7 @@ public struct UpdateCampaignScheduleInput: Swift.Sendable { public init( id: Swift.String? = nil, schedule: ConnectCampaignsV2ClientTypes.Schedule? = nil - ) - { + ) { self.id = id self.schedule = schedule } @@ -2933,8 +2837,7 @@ public struct UpdateCampaignSourceInput: Swift.Sendable { public init( id: Swift.String? = nil, source: ConnectCampaignsV2ClientTypes.Source? = nil - ) - { + ) { self.id = id self.source = source } diff --git a/Sources/Services/AWSConnectCases/Package.swift.txt b/Sources/Services/AWSConnectCases/Package.swift.txt index 17ba2c008da..b063186a13d 100644 --- a/Sources/Services/AWSConnectCases/Package.swift.txt +++ b/Sources/Services/AWSConnectCases/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/ConnectCasesClient.swift b/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/ConnectCasesClient.swift index 0fc09af8fa9..1e5278b3a8a 100644 --- a/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/ConnectCasesClient.swift +++ b/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/ConnectCasesClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectCasesClient: ClientRuntime.Client { public static let clientName = "ConnectCasesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectCasesClient.ConnectCasesClientConfiguration let serviceName = "ConnectCases" diff --git a/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/Models.swift b/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/Models.swift index e99a86b1756..9aaf51cd03a 100644 --- a/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/Models.swift +++ b/Sources/Services/AWSConnectCases/Sources/AWSConnectCases/Models.swift @@ -60,8 +60,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -85,8 +84,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +111,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -147,8 +144,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -174,8 +170,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +194,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -246,8 +240,7 @@ extension ConnectCasesClientTypes { public init( id: Swift.String? = nil, value: ConnectCasesClientTypes.FieldValueUnion? = nil - ) - { + ) { self.id = id self.value = value } @@ -285,8 +278,7 @@ public struct CreateCaseInput: Swift.Sendable { fields: [ConnectCasesClientTypes.FieldValue]? = nil, performedBy: ConnectCasesClientTypes.UserUnion? = nil, templateId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainId = domainId self.fields = fields @@ -306,8 +298,7 @@ public struct CreateCaseOutput: Swift.Sendable { public init( caseArn: Swift.String? = nil, caseId: Swift.String? = nil - ) - { + ) { self.caseArn = caseArn self.caseId = caseId } @@ -323,8 +314,7 @@ extension ConnectCasesClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -348,8 +338,7 @@ public struct GetCaseInput: Swift.Sendable { domainId: Swift.String? = nil, fields: [ConnectCasesClientTypes.FieldIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.domainId = domainId self.fields = fields @@ -374,8 +363,7 @@ public struct GetCaseOutput: Swift.Sendable { nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.fields = fields self.nextToken = nextToken self.tags = tags @@ -400,8 +388,7 @@ public struct GetCaseAuditEventsInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.domainId = domainId self.maxResults = maxResults @@ -444,8 +431,7 @@ extension ConnectCasesClientTypes { eventFieldId: Swift.String? = nil, newValue: ConnectCasesClientTypes.AuditEventFieldValueUnion? = nil, oldValue: ConnectCasesClientTypes.AuditEventFieldValueUnion? = nil - ) - { + ) { self.eventFieldId = eventFieldId self.newValue = newValue self.oldValue = oldValue @@ -466,8 +452,7 @@ extension ConnectCasesClientTypes { public init( iamPrincipalArn: Swift.String? = nil, user: ConnectCasesClientTypes.UserUnion? = nil - ) - { + ) { self.iamPrincipalArn = iamPrincipalArn self.user = user } @@ -566,8 +551,7 @@ extension ConnectCasesClientTypes { performedTime: Foundation.Date? = nil, relatedItemType: ConnectCasesClientTypes.RelatedItemType? = nil, type: ConnectCasesClientTypes.AuditEventType? = nil - ) - { + ) { self.eventId = eventId self.fields = fields self.performedBy = performedBy @@ -588,8 +572,7 @@ public struct GetCaseAuditEventsOutput: Swift.Sendable { public init( auditEvents: [ConnectCasesClientTypes.AuditEvent?]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.auditEvents = auditEvents self.nextToken = nextToken } @@ -612,8 +595,7 @@ public struct ListCasesForContactInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.domainId = domainId self.maxResults = maxResults @@ -635,8 +617,7 @@ extension ConnectCasesClientTypes { public init( caseId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.templateId = templateId } @@ -653,8 +634,7 @@ public struct ListCasesForContactOutput: Swift.Sendable { public init( cases: [ConnectCasesClientTypes.CaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cases = cases self.nextToken = nextToken } @@ -679,8 +659,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -725,8 +704,7 @@ extension ConnectCasesClientTypes { public init( body: Swift.String? = nil, contentType: ConnectCasesClientTypes.CommentBodyTextType? = nil - ) - { + ) { self.body = body self.contentType = contentType } @@ -743,8 +721,7 @@ extension ConnectCasesClientTypes { public init( contactArn: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn } } @@ -760,8 +737,7 @@ extension ConnectCasesClientTypes { public init( fileArn: Swift.String? = nil - ) - { + ) { self.fileArn = fileArn } } @@ -803,8 +779,7 @@ public struct CreateRelatedItemInput: Swift.Sendable { domainId: Swift.String? = nil, performedBy: ConnectCasesClientTypes.UserUnion? = nil, type: ConnectCasesClientTypes.RelatedItemType? = nil - ) - { + ) { self.caseId = caseId self.content = content self.domainId = domainId @@ -824,8 +799,7 @@ public struct CreateRelatedItemOutput: Swift.Sendable { public init( relatedItemArn: Swift.String? = nil, relatedItemId: Swift.String? = nil - ) - { + ) { self.relatedItemArn = relatedItemArn self.relatedItemId = relatedItemId } @@ -852,8 +826,7 @@ extension ConnectCasesClientTypes { public init( channel: [Swift.String]? = nil, contactArn: Swift.String? = nil - ) - { + ) { self.channel = channel self.contactArn = contactArn } @@ -869,8 +842,7 @@ extension ConnectCasesClientTypes { public init( fileArn: Swift.String? = nil - ) - { + ) { self.fileArn = fileArn } } @@ -910,8 +882,7 @@ public struct SearchRelatedItemsInput: Swift.Sendable { filters: [ConnectCasesClientTypes.RelatedItemTypeFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.domainId = domainId self.filters = filters @@ -938,8 +909,7 @@ extension ConnectCasesClientTypes { channel: Swift.String? = nil, connectedToSystemTime: Foundation.Date? = nil, contactArn: Swift.String? = nil - ) - { + ) { self.channel = channel self.connectedToSystemTime = connectedToSystemTime self.contactArn = contactArn @@ -989,8 +959,7 @@ extension ConnectCasesClientTypes { relatedItemId: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil, type: ConnectCasesClientTypes.RelatedItemType? = nil - ) - { + ) { self.associationTime = associationTime self.content = content self.performedBy = performedBy @@ -1011,8 +980,7 @@ public struct SearchRelatedItemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relatedItems: [ConnectCasesClientTypes.SearchRelatedItemsResponseItem?]? = nil - ) - { + ) { self.nextToken = nextToken self.relatedItems = relatedItems } @@ -1081,8 +1049,7 @@ extension ConnectCasesClientTypes { public init( fieldId: Swift.String? = nil, sortOrder: ConnectCasesClientTypes.Order? = nil - ) - { + ) { self.fieldId = fieldId self.sortOrder = sortOrder } @@ -1110,8 +1077,7 @@ extension ConnectCasesClientTypes { fields: [ConnectCasesClientTypes.FieldValue]? = nil, tags: [Swift.String: Swift.String?]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.fields = fields self.tags = tags @@ -1130,8 +1096,7 @@ public struct SearchCasesOutput: Swift.Sendable { public init( cases: [ConnectCasesClientTypes.SearchCasesResponseItem?]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cases = cases self.nextToken = nextToken } @@ -1155,8 +1120,7 @@ public struct UpdateCaseInput: Swift.Sendable { domainId: Swift.String? = nil, fields: [ConnectCasesClientTypes.FieldValue]? = nil, performedBy: ConnectCasesClientTypes.UserUnion? = nil - ) - { + ) { self.caseId = caseId self.domainId = domainId self.fields = fields @@ -1176,8 +1140,7 @@ public struct CreateDomainInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1229,8 +1192,7 @@ public struct CreateDomainOutput: Swift.Sendable { domainArn: Swift.String? = nil, domainId: Swift.String? = nil, domainStatus: ConnectCasesClientTypes.DomainStatus? = nil - ) - { + ) { self.domainArn = domainArn self.domainId = domainId self.domainStatus = domainStatus @@ -1244,8 +1206,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -1262,8 +1223,7 @@ public struct GetCaseEventConfigurationInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -1278,8 +1238,7 @@ extension ConnectCasesClientTypes { public init( fields: [ConnectCasesClientTypes.FieldIdentifier]? = nil - ) - { + ) { self.fields = fields } } @@ -1295,8 +1254,7 @@ extension ConnectCasesClientTypes { public init( includeContent: Swift.Bool? = nil - ) - { + ) { self.includeContent = includeContent } } @@ -1314,8 +1272,7 @@ extension ConnectCasesClientTypes { public init( caseData: ConnectCasesClientTypes.CaseEventIncludedData? = nil, relatedItemData: ConnectCasesClientTypes.RelatedItemEventIncludedData? = nil - ) - { + ) { self.caseData = caseData self.relatedItemData = relatedItemData } @@ -1335,8 +1292,7 @@ extension ConnectCasesClientTypes { public init( enabled: Swift.Bool? = nil, includedData: ConnectCasesClientTypes.EventIncludedData? = nil - ) - { + ) { self.enabled = enabled self.includedData = includedData } @@ -1350,8 +1306,7 @@ public struct GetCaseEventConfigurationOutput: Swift.Sendable { public init( eventBridge: ConnectCasesClientTypes.EventBridgeConfiguration? = nil - ) - { + ) { self.eventBridge = eventBridge } } @@ -1363,8 +1318,7 @@ public struct GetDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -1395,8 +1349,7 @@ public struct GetDomainOutput: Swift.Sendable { domainStatus: ConnectCasesClientTypes.DomainStatus? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.createdTime = createdTime self.domainArn = domainArn self.domainId = domainId @@ -1415,8 +1368,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1440,8 +1392,7 @@ extension ConnectCasesClientTypes { domainArn: Swift.String? = nil, domainId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn self.domainId = domainId self.name = name @@ -1459,8 +1410,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domains: [ConnectCasesClientTypes.DomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextToken = nextToken } @@ -1477,8 +1427,7 @@ public struct PutCaseEventConfigurationInput: Swift.Sendable { public init( domainId: Swift.String? = nil, eventBridge: ConnectCasesClientTypes.EventBridgeConfiguration? = nil - ) - { + ) { self.domainId = domainId self.eventBridge = eventBridge } @@ -1500,8 +1449,7 @@ public struct BatchGetFieldInput: Swift.Sendable { public init( domainId: Swift.String? = nil, fields: [ConnectCasesClientTypes.FieldIdentifier]? = nil - ) - { + ) { self.domainId = domainId self.fields = fields } @@ -1524,8 +1472,7 @@ extension ConnectCasesClientTypes { errorCode: Swift.String? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.id = id self.message = message @@ -1647,8 +1594,7 @@ extension ConnectCasesClientTypes { namespace: ConnectCasesClientTypes.FieldNamespace? = nil, tags: [Swift.String: Swift.String?]? = nil, type: ConnectCasesClientTypes.FieldType? = nil - ) - { + ) { self.createdTime = createdTime self.deleted = deleted self.description = description @@ -1674,8 +1620,7 @@ public struct BatchGetFieldOutput: Swift.Sendable { public init( errors: [ConnectCasesClientTypes.FieldError]? = nil, fields: [ConnectCasesClientTypes.GetFieldResponse]? = nil - ) - { + ) { self.errors = errors self.fields = fields } @@ -1699,8 +1644,7 @@ extension ConnectCasesClientTypes { active: Swift.Bool? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.active = active self.name = name self.value = value @@ -1723,8 +1667,7 @@ public struct BatchPutFieldOptionsInput: Swift.Sendable { domainId: Swift.String? = nil, fieldId: Swift.String? = nil, options: [ConnectCasesClientTypes.FieldOption]? = nil - ) - { + ) { self.domainId = domainId self.fieldId = fieldId self.options = options @@ -1749,8 +1692,7 @@ extension ConnectCasesClientTypes { errorCode: Swift.String? = nil, message: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message self.value = value @@ -1764,8 +1706,7 @@ public struct BatchPutFieldOptionsOutput: Swift.Sendable { public init( errors: [ConnectCasesClientTypes.FieldOptionError]? = nil - ) - { + ) { self.errors = errors } } @@ -1788,8 +1729,7 @@ public struct CreateFieldInput: Swift.Sendable { domainId: Swift.String? = nil, name: Swift.String? = nil, type: ConnectCasesClientTypes.FieldType? = nil - ) - { + ) { self.description = description self.domainId = domainId self.name = name @@ -1808,8 +1748,7 @@ public struct CreateFieldOutput: Swift.Sendable { public init( fieldArn: Swift.String? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.fieldArn = fieldArn self.fieldId = fieldId } @@ -1826,8 +1765,7 @@ public struct DeleteFieldInput: Swift.Sendable { public init( domainId: Swift.String? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.fieldId = fieldId } @@ -1858,8 +1796,7 @@ public struct ListFieldOptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.domainId = domainId self.fieldId = fieldId self.maxResults = maxResults @@ -1878,8 +1815,7 @@ public struct ListFieldOptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, options: [ConnectCasesClientTypes.FieldOption]? = nil - ) - { + ) { self.nextToken = nextToken self.options = options } @@ -1898,8 +1834,7 @@ public struct ListFieldsInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -1932,8 +1867,7 @@ extension ConnectCasesClientTypes { name: Swift.String? = nil, namespace: ConnectCasesClientTypes.FieldNamespace? = nil, type: ConnectCasesClientTypes.FieldType? = nil - ) - { + ) { self.fieldArn = fieldArn self.fieldId = fieldId self.name = name @@ -1953,8 +1887,7 @@ public struct ListFieldsOutput: Swift.Sendable { public init( fields: [ConnectCasesClientTypes.FieldSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fields = fields self.nextToken = nextToken } @@ -1977,8 +1910,7 @@ public struct UpdateFieldInput: Swift.Sendable { domainId: Swift.String? = nil, fieldId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.domainId = domainId self.fieldId = fieldId @@ -2001,8 +1933,7 @@ extension ConnectCasesClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2021,8 +1952,7 @@ extension ConnectCasesClientTypes { public init( fields: [ConnectCasesClientTypes.FieldItem]? = nil, name: Swift.String? = nil - ) - { + ) { self.fields = fields self.name = name } @@ -2048,8 +1978,7 @@ extension ConnectCasesClientTypes { public init( sections: [ConnectCasesClientTypes.Section]? = nil - ) - { + ) { self.sections = sections } } @@ -2067,8 +1996,7 @@ extension ConnectCasesClientTypes { public init( moreInfo: ConnectCasesClientTypes.LayoutSections? = nil, topPanel: ConnectCasesClientTypes.LayoutSections? = nil - ) - { + ) { self.moreInfo = moreInfo self.topPanel = topPanel } @@ -2100,8 +2028,7 @@ public struct CreateLayoutInput: Swift.Sendable { content: ConnectCasesClientTypes.LayoutContent? = nil, domainId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.content = content self.domainId = domainId self.name = name @@ -2119,8 +2046,7 @@ public struct CreateLayoutOutput: Swift.Sendable { public init( layoutArn: Swift.String? = nil, layoutId: Swift.String? = nil - ) - { + ) { self.layoutArn = layoutArn self.layoutId = layoutId } @@ -2137,8 +2063,7 @@ public struct DeleteLayoutInput: Swift.Sendable { public init( domainId: Swift.String? = nil, layoutId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.layoutId = layoutId } @@ -2160,8 +2085,7 @@ public struct GetLayoutInput: Swift.Sendable { public init( domainId: Swift.String? = nil, layoutId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.layoutId = layoutId } @@ -2198,8 +2122,7 @@ public struct GetLayoutOutput: Swift.Sendable { layoutId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.content = content self.createdTime = createdTime self.deleted = deleted @@ -2224,8 +2147,7 @@ public struct ListLayoutsInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -2250,8 +2172,7 @@ extension ConnectCasesClientTypes { layoutArn: Swift.String? = nil, layoutId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.layoutArn = layoutArn self.layoutId = layoutId self.name = name @@ -2269,8 +2190,7 @@ public struct ListLayoutsOutput: Swift.Sendable { public init( layouts: [ConnectCasesClientTypes.LayoutSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.layouts = layouts self.nextToken = nextToken } @@ -2293,8 +2213,7 @@ public struct UpdateLayoutInput: Swift.Sendable { domainId: Swift.String? = nil, layoutId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.content = content self.domainId = domainId self.layoutId = layoutId @@ -2314,8 +2233,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2326,8 +2244,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.tags = tags } } @@ -2343,8 +2260,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -2359,8 +2275,7 @@ extension ConnectCasesClientTypes { public init( defaultLayout: Swift.String? = nil - ) - { + ) { self.defaultLayout = defaultLayout } } @@ -2376,8 +2291,7 @@ extension ConnectCasesClientTypes { public init( fieldId: Swift.String? = nil - ) - { + ) { self.fieldId = fieldId } } @@ -2435,8 +2349,7 @@ public struct CreateTemplateInput: Swift.Sendable { name: Swift.String? = nil, requiredFields: [ConnectCasesClientTypes.RequiredField]? = nil, status: ConnectCasesClientTypes.TemplateStatus? = nil - ) - { + ) { self.description = description self.domainId = domainId self.layoutConfiguration = layoutConfiguration @@ -2457,8 +2370,7 @@ public struct CreateTemplateOutput: Swift.Sendable { public init( templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn self.templateId = templateId } @@ -2475,8 +2387,7 @@ public struct DeleteTemplateInput: Swift.Sendable { public init( domainId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.templateId = templateId } @@ -2498,8 +2409,7 @@ public struct GetTemplateInput: Swift.Sendable { public init( domainId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.templateId = templateId } @@ -2545,8 +2455,7 @@ public struct GetTemplateOutput: Swift.Sendable { tags: [Swift.String: Swift.String?]? = nil, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.deleted = deleted self.description = description @@ -2577,8 +2486,7 @@ public struct ListTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: [ConnectCasesClientTypes.TemplateStatus]? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -2608,8 +2516,7 @@ extension ConnectCasesClientTypes { status: ConnectCasesClientTypes.TemplateStatus? = nil, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.name = name self.status = status self.templateArn = templateArn @@ -2628,8 +2535,7 @@ public struct ListTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [ConnectCasesClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } @@ -2661,8 +2567,7 @@ public struct UpdateTemplateInput: Swift.Sendable { requiredFields: [ConnectCasesClientTypes.RequiredField]? = nil, status: ConnectCasesClientTypes.TemplateStatus? = nil, templateId: Swift.String? = nil - ) - { + ) { self.description = description self.domainId = domainId self.layoutConfiguration = layoutConfiguration @@ -2689,8 +2594,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -2737,8 +2641,7 @@ public struct SearchCasesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchTerm: Swift.String? = nil, sorts: [ConnectCasesClientTypes.Sort]? = nil - ) - { + ) { self.domainId = domainId self.fields = fields self.filter = filter diff --git a/Sources/Services/AWSConnectContactLens/Package.swift.txt b/Sources/Services/AWSConnectContactLens/Package.swift.txt index 8de5fa78cdc..e537dd565e2 100644 --- a/Sources/Services/AWSConnectContactLens/Package.swift.txt +++ b/Sources/Services/AWSConnectContactLens/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/ConnectContactLensClient.swift b/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/ConnectContactLensClient.swift index 3f275e81291..c0531f3eb74 100644 --- a/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/ConnectContactLensClient.swift +++ b/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/ConnectContactLensClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectContactLensClient: ClientRuntime.Client { public static let clientName = "ConnectContactLensClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectContactLensClient.ConnectContactLensClientConfiguration let serviceName = "Connect Contact Lens" diff --git a/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/Models.swift b/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/Models.swift index 0c4cf86f1ce..07d87e37788 100644 --- a/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/Models.swift +++ b/Sources/Services/AWSConnectContactLens/Sources/AWSConnectContactLens/Models.swift @@ -41,8 +41,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -89,8 +87,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -138,8 +134,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +156,7 @@ public struct ListRealtimeContactAnalysisSegmentsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.instanceId = instanceId self.maxResults = maxResults @@ -184,8 +178,7 @@ extension ConnectContactLensClientTypes { public init( beginOffsetMillis: Swift.Int? = nil, endOffsetMillis: Swift.Int? = nil - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.endOffsetMillis = endOffsetMillis } @@ -202,8 +195,7 @@ extension ConnectContactLensClientTypes { public init( pointsOfInterest: [ConnectContactLensClientTypes.PointOfInterest]? = nil - ) - { + ) { self.pointsOfInterest = pointsOfInterest } } @@ -223,8 +215,7 @@ extension ConnectContactLensClientTypes { public init( matchedCategories: [Swift.String]? = nil, matchedDetails: [Swift.String: ConnectContactLensClientTypes.CategoryDetails]? = nil - ) - { + ) { self.matchedCategories = matchedCategories self.matchedDetails = matchedDetails } @@ -324,8 +315,7 @@ extension ConnectContactLensClientTypes { content: Swift.String? = nil, failureCode: ConnectContactLensClientTypes.PostContactSummaryFailureCode? = nil, status: ConnectContactLensClientTypes.PostContactSummaryStatus? = nil - ) - { + ) { self.content = content self.failureCode = failureCode self.status = status @@ -347,8 +337,7 @@ extension ConnectContactLensClientTypes { public init( beginOffsetChar: Swift.Int? = nil, endOffsetChar: Swift.Int? = nil - ) - { + ) { self.beginOffsetChar = beginOffsetChar self.endOffsetChar = endOffsetChar } @@ -365,8 +354,7 @@ extension ConnectContactLensClientTypes { public init( characterOffsets: ConnectContactLensClientTypes.CharacterOffsets? = nil - ) - { + ) { self.characterOffsets = characterOffsets } } @@ -441,8 +429,7 @@ extension ConnectContactLensClientTypes { participantId: Swift.String? = nil, participantRole: Swift.String? = nil, sentiment: ConnectContactLensClientTypes.SentimentValue? = nil - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.content = content self.endOffsetMillis = endOffsetMillis @@ -470,8 +457,7 @@ extension ConnectContactLensClientTypes { categories: ConnectContactLensClientTypes.Categories? = nil, postContactSummary: ConnectContactLensClientTypes.PostContactSummary? = nil, transcript: ConnectContactLensClientTypes.Transcript? = nil - ) - { + ) { self.categories = categories self.postContactSummary = postContactSummary self.transcript = transcript @@ -496,8 +482,7 @@ public struct ListRealtimeContactAnalysisSegmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, segments: [ConnectContactLensClientTypes.RealtimeContactAnalysisSegment]? = nil - ) - { + ) { self.nextToken = nextToken self.segments = segments } diff --git a/Sources/Services/AWSConnectParticipant/Package.swift.txt b/Sources/Services/AWSConnectParticipant/Package.swift.txt index da0bced5978..e11e0f8e845 100644 --- a/Sources/Services/AWSConnectParticipant/Package.swift.txt +++ b/Sources/Services/AWSConnectParticipant/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/ConnectParticipantClient.swift b/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/ConnectParticipantClient.swift index 1209907ae95..50afdb2302a 100644 --- a/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/ConnectParticipantClient.swift +++ b/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/ConnectParticipantClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ConnectParticipantClient: ClientRuntime.Client { public static let clientName = "ConnectParticipantClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ConnectParticipantClient.ConnectParticipantClientConfiguration let serviceName = "ConnectParticipant" diff --git a/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/Models.swift b/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/Models.swift index d13c0973e70..e747ecedfe3 100644 --- a/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/Models.swift +++ b/Sources/Services/AWSConnectParticipant/Sources/AWSConnectParticipant/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +93,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +117,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct CancelParticipantAuthenticationInput: Swift.Sendable { public init( connectionToken: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.connectionToken = connectionToken self.sessionId = sessionId } @@ -168,8 +163,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -214,8 +207,7 @@ public struct CompleteAttachmentUploadInput: Swift.Sendable { attachmentIds: [Swift.String]? = nil, clientToken: Swift.String? = nil, connectionToken: Swift.String? = nil - ) - { + ) { self.attachmentIds = attachmentIds self.clientToken = clientToken self.connectionToken = connectionToken @@ -269,8 +261,7 @@ public struct CreateParticipantConnectionInput: Swift.Sendable { connectParticipant: Swift.Bool? = nil, participantToken: Swift.String? = nil, type: [ConnectParticipantClientTypes.ConnectionType]? = nil - ) - { + ) { self.connectParticipant = connectParticipant self.participantToken = participantToken self.type = type @@ -289,8 +280,7 @@ extension ConnectParticipantClientTypes { public init( connectionToken: Swift.String? = nil, expiry: Swift.String? = nil - ) - { + ) { self.connectionToken = connectionToken self.expiry = expiry } @@ -309,8 +299,7 @@ extension ConnectParticipantClientTypes { public init( connectionExpiry: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.connectionExpiry = connectionExpiry self.url = url } @@ -326,8 +315,7 @@ public struct CreateParticipantConnectionOutput: Swift.Sendable { public init( connectionCredentials: ConnectParticipantClientTypes.ConnectionCredentials? = nil, websocket: ConnectParticipantClientTypes.Websocket? = nil - ) - { + ) { self.connectionCredentials = connectionCredentials self.websocket = websocket } @@ -404,8 +392,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ConnectParticipantClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -423,8 +410,7 @@ public struct DescribeViewInput: Swift.Sendable { public init( connectionToken: Swift.String? = nil, viewToken: Swift.String? = nil - ) - { + ) { self.connectionToken = connectionToken self.viewToken = viewToken } @@ -445,8 +431,7 @@ extension ConnectParticipantClientTypes { actions: [Swift.String]? = nil, inputSchema: Swift.String? = nil, template: Swift.String? = nil - ) - { + ) { self.actions = actions self.inputSchema = inputSchema self.template = template @@ -480,8 +465,7 @@ extension ConnectParticipantClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.arn = arn self.content = content self.id = id @@ -502,8 +486,7 @@ public struct DescribeViewOutput: Swift.Sendable { public init( view: ConnectParticipantClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -518,8 +501,7 @@ public struct DisconnectParticipantInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, connectionToken: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionToken = connectionToken } @@ -544,8 +526,7 @@ public struct GetAttachmentInput: Swift.Sendable { attachmentId: Swift.String? = nil, connectionToken: Swift.String? = nil, urlExpiryInSeconds: Swift.Int? = nil - ) - { + ) { self.attachmentId = attachmentId self.connectionToken = connectionToken self.urlExpiryInSeconds = urlExpiryInSeconds @@ -565,8 +546,7 @@ public struct GetAttachmentOutput: Swift.Sendable { attachmentSizeInBytes: Swift.Int? = 0, url: Swift.String? = nil, urlExpiry: Swift.String? = nil - ) - { + ) { self.attachmentSizeInBytes = attachmentSizeInBytes self.url = url self.urlExpiry = urlExpiry @@ -588,8 +568,7 @@ public struct GetAuthenticationUrlInput: Swift.Sendable { connectionToken: Swift.String? = nil, redirectUri: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.connectionToken = connectionToken self.redirectUri = redirectUri self.sessionId = sessionId @@ -602,8 +581,7 @@ public struct GetAuthenticationUrlOutput: Swift.Sendable { public init( authenticationUrl: Swift.String? = nil - ) - { + ) { self.authenticationUrl = authenticationUrl } } @@ -681,8 +659,7 @@ extension ConnectParticipantClientTypes { absoluteTime: Swift.String? = nil, id: Swift.String? = nil, mostRecent: Swift.Int = 0 - ) - { + ) { self.absoluteTime = absoluteTime self.id = id self.mostRecent = mostRecent @@ -715,8 +692,7 @@ public struct GetTranscriptInput: Swift.Sendable { scanDirection: ConnectParticipantClientTypes.ScanDirection? = nil, sortOrder: ConnectParticipantClientTypes.SortKey? = nil, startPosition: ConnectParticipantClientTypes.StartPosition? = nil - ) - { + ) { self.connectionToken = connectionToken self.contactId = contactId self.maxResults = maxResults @@ -777,8 +753,7 @@ extension ConnectParticipantClientTypes { attachmentName: Swift.String? = nil, contentType: Swift.String? = nil, status: ConnectParticipantClientTypes.ArtifactStatus? = nil - ) - { + ) { self.attachmentId = attachmentId self.attachmentName = attachmentName self.contentType = contentType @@ -802,8 +777,7 @@ extension ConnectParticipantClientTypes { deliveredTimestamp: Swift.String? = nil, readTimestamp: Swift.String? = nil, recipientParticipantId: Swift.String? = nil - ) - { + ) { self.deliveredTimestamp = deliveredTimestamp self.readTimestamp = readTimestamp self.recipientParticipantId = recipientParticipantId @@ -823,8 +797,7 @@ extension ConnectParticipantClientTypes { public init( messageId: Swift.String? = nil, receipts: [ConnectParticipantClientTypes.Receipt]? = nil - ) - { + ) { self.messageId = messageId self.receipts = receipts } @@ -970,8 +943,7 @@ extension ConnectParticipantClientTypes { participantRole: ConnectParticipantClientTypes.ParticipantRole? = nil, relatedContactId: Swift.String? = nil, type: ConnectParticipantClientTypes.ChatItemType? = nil - ) - { + ) { self.absoluteTime = absoluteTime self.attachments = attachments self.contactId = contactId @@ -1000,8 +972,7 @@ public struct GetTranscriptOutput: Swift.Sendable { initialContactId: Swift.String? = nil, nextToken: Swift.String? = nil, transcript: [ConnectParticipantClientTypes.Item]? = nil - ) - { + ) { self.initialContactId = initialContactId self.nextToken = nextToken self.transcript = transcript @@ -1033,8 +1004,7 @@ public struct SendEventInput: Swift.Sendable { connectionToken: Swift.String? = nil, content: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionToken = connectionToken self.content = content @@ -1051,8 +1021,7 @@ public struct SendEventOutput: Swift.Sendable { public init( absoluteTime: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.absoluteTime = absoluteTime self.id = id } @@ -1082,8 +1051,7 @@ public struct SendMessageInput: Swift.Sendable { connectionToken: Swift.String? = nil, content: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionToken = connectionToken self.content = content @@ -1100,8 +1068,7 @@ public struct SendMessageOutput: Swift.Sendable { public init( absoluteTime: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.absoluteTime = absoluteTime self.id = id } @@ -1130,8 +1097,7 @@ public struct StartAttachmentUploadInput: Swift.Sendable { clientToken: Swift.String? = nil, connectionToken: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.attachmentName = attachmentName self.attachmentSizeInBytes = attachmentSizeInBytes self.clientToken = clientToken @@ -1155,8 +1121,7 @@ extension ConnectParticipantClientTypes { headersToInclude: [Swift.String: Swift.String]? = nil, url: Swift.String? = nil, urlExpiry: Swift.String? = nil - ) - { + ) { self.headersToInclude = headersToInclude self.url = url self.urlExpiry = urlExpiry @@ -1173,8 +1138,7 @@ public struct StartAttachmentUploadOutput: Swift.Sendable { public init( attachmentId: Swift.String? = nil, uploadMetadata: ConnectParticipantClientTypes.UploadMetadata? = nil - ) - { + ) { self.attachmentId = attachmentId self.uploadMetadata = uploadMetadata } diff --git a/Sources/Services/AWSControlCatalog/Package.swift.txt b/Sources/Services/AWSControlCatalog/Package.swift.txt index b31aa6dbdc0..a100b265ddf 100644 --- a/Sources/Services/AWSControlCatalog/Package.swift.txt +++ b/Sources/Services/AWSControlCatalog/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/ControlCatalogClient.swift b/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/ControlCatalogClient.swift index 1191ddadd67..8866042e637 100644 --- a/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/ControlCatalogClient.swift +++ b/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/ControlCatalogClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ControlCatalogClient: ClientRuntime.Client { public static let clientName = "ControlCatalogClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ControlCatalogClient.ControlCatalogClientConfiguration let serviceName = "ControlCatalog" diff --git a/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/Models.swift b/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/Models.swift index 74d668a4f98..f932ac14a7b 100644 --- a/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/Models.swift +++ b/Sources/Services/AWSControlCatalog/Sources/AWSControlCatalog/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension ControlCatalogClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -82,8 +80,7 @@ extension ControlCatalogClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -99,8 +96,7 @@ extension ControlCatalogClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -115,8 +111,7 @@ extension ControlCatalogClientTypes { public init( objectives: [ControlCatalogClientTypes.ObjectiveResourceFilter]? = nil - ) - { + ) { self.objectives = objectives } } @@ -140,8 +135,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +158,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -188,8 +181,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -206,8 +198,7 @@ public struct ListCommonControlsInput: Swift.Sendable { commonControlFilter: ControlCatalogClientTypes.CommonControlFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commonControlFilter = commonControlFilter self.maxResults = maxResults self.nextToken = nextToken @@ -248,8 +239,7 @@ extension ControlCatalogClientTypes { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, objective: ControlCatalogClientTypes.AssociatedObjectiveSummary? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.description = description @@ -271,8 +261,7 @@ public struct ListCommonControlsOutput: Swift.Sendable { public init( commonControls: [ControlCatalogClientTypes.CommonControlSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commonControls = commonControls self.nextToken = nextToken } @@ -328,8 +317,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -341,8 +329,7 @@ public struct GetControlInput: Swift.Sendable { public init( controlArn: Swift.String? = nil - ) - { + ) { self.controlArn = controlArn } } @@ -367,8 +354,7 @@ extension ControlCatalogClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -392,8 +378,7 @@ extension ControlCatalogClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -441,8 +426,7 @@ extension ControlCatalogClientTypes { public init( deployableRegions: [Swift.String]? = nil, scope: ControlCatalogClientTypes.ControlScope? = nil - ) - { + ) { self.deployableRegions = deployableRegions self.scope = scope } @@ -478,8 +462,7 @@ public struct GetControlOutput: Swift.Sendable { name: Swift.String? = nil, parameters: [ControlCatalogClientTypes.ControlParameter]? = nil, regionConfiguration: ControlCatalogClientTypes.RegionConfiguration? = nil - ) - { + ) { self.arn = arn self.behavior = behavior self.description = description @@ -499,8 +482,7 @@ public struct ListControlsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -524,8 +506,7 @@ extension ControlCatalogClientTypes { arn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -543,8 +524,7 @@ public struct ListControlsOutput: Swift.Sendable { public init( controls: [ControlCatalogClientTypes.ControlSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controls = controls self.nextToken = nextToken } @@ -559,8 +539,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -592,8 +571,7 @@ extension ControlCatalogClientTypes { description: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.description = description @@ -613,8 +591,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domains: [ControlCatalogClientTypes.DomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextToken = nextToken } @@ -629,8 +606,7 @@ extension ControlCatalogClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -645,8 +621,7 @@ extension ControlCatalogClientTypes { public init( domains: [ControlCatalogClientTypes.DomainResourceFilter]? = nil - ) - { + ) { self.domains = domains } } @@ -664,8 +639,7 @@ public struct ListObjectivesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectiveFilter: ControlCatalogClientTypes.ObjectiveFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.objectiveFilter = objectiveFilter @@ -702,8 +676,7 @@ extension ControlCatalogClientTypes { domain: ControlCatalogClientTypes.AssociatedDomainSummary? = nil, lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.description = description @@ -724,8 +697,7 @@ public struct ListObjectivesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, objectives: [ControlCatalogClientTypes.ObjectiveSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.objectives = objectives } diff --git a/Sources/Services/AWSControlTower/Package.swift.txt b/Sources/Services/AWSControlTower/Package.swift.txt index fa23bd4d30e..133777e6593 100644 --- a/Sources/Services/AWSControlTower/Package.swift.txt +++ b/Sources/Services/AWSControlTower/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( @@ -65,19 +65,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSControlTower/Sources/AWSControlTower/ControlTowerClient.swift b/Sources/Services/AWSControlTower/Sources/AWSControlTower/ControlTowerClient.swift index 935ee6458a6..515495ce83c 100644 --- a/Sources/Services/AWSControlTower/Sources/AWSControlTower/ControlTowerClient.swift +++ b/Sources/Services/AWSControlTower/Sources/AWSControlTower/ControlTowerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ControlTowerClient: ClientRuntime.Client { public static let clientName = "ControlTowerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ControlTowerClient.ControlTowerClientConfiguration let serviceName = "ControlTower" diff --git a/Sources/Services/AWSControlTower/Sources/AWSControlTower/Models.swift b/Sources/Services/AWSControlTower/Sources/AWSControlTower/Models.swift index 1acdea8c3f4..2b10d5c0069 100644 --- a/Sources/Services/AWSControlTower/Sources/AWSControlTower/Models.swift +++ b/Sources/Services/AWSControlTower/Sources/AWSControlTower/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -74,8 +73,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -99,8 +97,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -133,8 +130,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -161,8 +157,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -174,8 +169,7 @@ public struct GetBaselineOperationInput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -271,8 +265,7 @@ extension ControlTowerClientTypes { startTime: Foundation.Date? = nil, status: ControlTowerClientTypes.BaselineOperationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.operationIdentifier = operationIdentifier self.operationType = operationType @@ -290,8 +283,7 @@ public struct GetBaselineOperationOutput: Swift.Sendable { public init( baselineOperation: ControlTowerClientTypes.BaselineOperation? = nil - ) - { + ) { self.baselineOperation = baselineOperation } } @@ -303,8 +295,7 @@ public struct GetBaselineInput: Swift.Sendable { public init( baselineIdentifier: Swift.String? = nil - ) - { + ) { self.baselineIdentifier = baselineIdentifier } } @@ -323,8 +314,7 @@ public struct GetBaselineOutput: Swift.Sendable { arn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -340,8 +330,7 @@ public struct ListBaselinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -364,8 +353,7 @@ extension ControlTowerClientTypes { arn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -383,8 +371,7 @@ public struct ListBaselinesOutput: Swift.Sendable { public init( baselines: [ControlTowerClientTypes.BaselineSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.baselines = baselines self.nextToken = nextToken } @@ -397,8 +384,7 @@ public struct GetControlOperationInput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -503,8 +489,7 @@ extension ControlTowerClientTypes { status: ControlTowerClientTypes.ControlOperationStatus? = nil, statusMessage: Swift.String? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.controlIdentifier = controlIdentifier self.enabledControlIdentifier = enabledControlIdentifier self.endTime = endTime @@ -525,8 +510,7 @@ public struct GetControlOperationOutput: Swift.Sendable { public init( controlOperation: ControlTowerClientTypes.ControlOperation? = nil - ) - { + ) { self.controlOperation = controlOperation } } @@ -552,8 +536,7 @@ extension ControlTowerClientTypes { enabledControlIdentifiers: [Swift.String]? = nil, statuses: [ControlTowerClientTypes.ControlOperationStatus]? = nil, targetIdentifiers: [Swift.String]? = nil - ) - { + ) { self.controlIdentifiers = controlIdentifiers self.controlOperationTypes = controlOperationTypes self.enabledControlIdentifiers = enabledControlIdentifiers @@ -575,8 +558,7 @@ public struct ListControlOperationsInput: Swift.Sendable { filter: ControlTowerClientTypes.ControlOperationFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -616,8 +598,7 @@ extension ControlTowerClientTypes { status: ControlTowerClientTypes.ControlOperationStatus? = nil, statusMessage: Swift.String? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.controlIdentifier = controlIdentifier self.enabledControlIdentifier = enabledControlIdentifier self.endTime = endTime @@ -641,8 +622,7 @@ public struct ListControlOperationsOutput: Swift.Sendable { public init( controlOperations: [ControlTowerClientTypes.ControlOperationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlOperations = controlOperations self.nextToken = nextToken } @@ -667,8 +647,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -692,8 +671,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -709,8 +687,7 @@ public struct DisableControlInput: Swift.Sendable { public init( controlIdentifier: Swift.String? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.controlIdentifier = controlIdentifier self.targetIdentifier = targetIdentifier } @@ -723,8 +700,7 @@ public struct DisableControlOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -736,8 +712,7 @@ public struct DisableBaselineInput: Swift.Sendable { public init( enabledBaselineIdentifier: Swift.String? = nil - ) - { + ) { self.enabledBaselineIdentifier = enabledBaselineIdentifier } } @@ -749,8 +724,7 @@ public struct DisableBaselineOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -769,8 +743,7 @@ extension ControlTowerClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -798,8 +771,7 @@ public struct EnableBaselineInput: Swift.Sendable { parameters: [ControlTowerClientTypes.EnabledBaselineParameter]? = nil, tags: [Swift.String: Swift.String]? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.baselineIdentifier = baselineIdentifier self.baselineVersion = baselineVersion self.parameters = parameters @@ -819,8 +791,7 @@ public struct EnableBaselineOutput: Swift.Sendable { public init( arn: Swift.String? = nil, operationIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.operationIdentifier = operationIdentifier } @@ -833,8 +804,7 @@ public struct GetEnabledBaselineInput: Swift.Sendable { public init( enabledBaselineIdentifier: Swift.String? = nil - ) - { + ) { self.enabledBaselineIdentifier = enabledBaselineIdentifier } } @@ -853,8 +823,7 @@ extension ControlTowerClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -911,8 +880,7 @@ extension ControlTowerClientTypes { public init( lastOperationIdentifier: Swift.String? = nil, status: ControlTowerClientTypes.EnablementStatus? = nil - ) - { + ) { self.lastOperationIdentifier = lastOperationIdentifier self.status = status } @@ -950,8 +918,7 @@ extension ControlTowerClientTypes { parentIdentifier: Swift.String? = nil, statusSummary: ControlTowerClientTypes.EnablementStatusSummary? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.baselineIdentifier = baselineIdentifier self.baselineVersion = baselineVersion @@ -969,8 +936,7 @@ public struct GetEnabledBaselineOutput: Swift.Sendable { public init( enabledBaselineDetails: ControlTowerClientTypes.EnabledBaselineDetails? = nil - ) - { + ) { self.enabledBaselineDetails = enabledBaselineDetails } } @@ -990,8 +956,7 @@ extension ControlTowerClientTypes { baselineIdentifiers: [Swift.String]? = nil, parentIdentifiers: [Swift.String]? = nil, targetIdentifiers: [Swift.String]? = nil - ) - { + ) { self.baselineIdentifiers = baselineIdentifiers self.parentIdentifiers = parentIdentifiers self.targetIdentifiers = targetIdentifiers @@ -1014,8 +979,7 @@ public struct ListEnabledBaselinesInput: Swift.Sendable { includeChildren: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.includeChildren = includeChildren self.maxResults = maxResults @@ -1051,8 +1015,7 @@ extension ControlTowerClientTypes { parentIdentifier: Swift.String? = nil, statusSummary: ControlTowerClientTypes.EnablementStatusSummary? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.baselineIdentifier = baselineIdentifier self.baselineVersion = baselineVersion @@ -1073,8 +1036,7 @@ public struct ListEnabledBaselinesOutput: Swift.Sendable { public init( enabledBaselines: [ControlTowerClientTypes.EnabledBaselineSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.enabledBaselines = enabledBaselines self.nextToken = nextToken } @@ -1087,8 +1049,7 @@ public struct ResetEnabledBaselineInput: Swift.Sendable { public init( enabledBaselineIdentifier: Swift.String? = nil - ) - { + ) { self.enabledBaselineIdentifier = enabledBaselineIdentifier } } @@ -1100,8 +1061,7 @@ public struct ResetEnabledBaselineOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1120,8 +1080,7 @@ public struct UpdateEnabledBaselineInput: Swift.Sendable { baselineVersion: Swift.String? = nil, enabledBaselineIdentifier: Swift.String? = nil, parameters: [ControlTowerClientTypes.EnabledBaselineParameter]? = nil - ) - { + ) { self.baselineVersion = baselineVersion self.enabledBaselineIdentifier = enabledBaselineIdentifier self.parameters = parameters @@ -1135,8 +1094,7 @@ public struct UpdateEnabledBaselineOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1155,8 +1113,7 @@ extension ControlTowerClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -1180,8 +1137,7 @@ public struct EnableControlInput: Swift.Sendable { parameters: [ControlTowerClientTypes.EnabledControlParameter]? = nil, tags: [Swift.String: Swift.String]? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.controlIdentifier = controlIdentifier self.parameters = parameters self.tags = tags @@ -1199,8 +1155,7 @@ public struct EnableControlOutput: Swift.Sendable { public init( arn: Swift.String? = nil, operationIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.operationIdentifier = operationIdentifier } @@ -1213,8 +1168,7 @@ public struct GetEnabledControlInput: Swift.Sendable { public init( enabledControlIdentifier: Swift.String? = nil - ) - { + ) { self.enabledControlIdentifier = enabledControlIdentifier } } @@ -1271,8 +1225,7 @@ extension ControlTowerClientTypes { public init( driftStatus: ControlTowerClientTypes.DriftStatus? = nil - ) - { + ) { self.driftStatus = driftStatus } } @@ -1292,8 +1245,7 @@ extension ControlTowerClientTypes { public init( key: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.key = key self.value = value } @@ -1309,8 +1261,7 @@ extension ControlTowerClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1343,8 +1294,7 @@ extension ControlTowerClientTypes { statusSummary: ControlTowerClientTypes.EnablementStatusSummary? = nil, targetIdentifier: Swift.String? = nil, targetRegions: [ControlTowerClientTypes.Region]? = nil - ) - { + ) { self.arn = arn self.controlIdentifier = controlIdentifier self.driftStatusSummary = driftStatusSummary @@ -1363,8 +1313,7 @@ public struct GetEnabledControlOutput: Swift.Sendable { public init( enabledControlDetails: ControlTowerClientTypes.EnabledControlDetails? = nil - ) - { + ) { self.enabledControlDetails = enabledControlDetails } } @@ -1384,8 +1333,7 @@ extension ControlTowerClientTypes { controlIdentifiers: [Swift.String]? = nil, driftStatuses: [ControlTowerClientTypes.DriftStatus]? = nil, statuses: [ControlTowerClientTypes.EnablementStatus]? = nil - ) - { + ) { self.controlIdentifiers = controlIdentifiers self.driftStatuses = driftStatuses self.statuses = statuses @@ -1408,8 +1356,7 @@ public struct ListEnabledControlsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -1438,8 +1385,7 @@ extension ControlTowerClientTypes { driftStatusSummary: ControlTowerClientTypes.DriftStatusSummary? = nil, statusSummary: ControlTowerClientTypes.EnablementStatusSummary? = nil, targetIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.controlIdentifier = controlIdentifier self.driftStatusSummary = driftStatusSummary @@ -1459,8 +1405,7 @@ public struct ListEnabledControlsOutput: Swift.Sendable { public init( enabledControls: [ControlTowerClientTypes.EnabledControlSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.enabledControls = enabledControls self.nextToken = nextToken } @@ -1473,8 +1418,7 @@ public struct ResetEnabledControlInput: Swift.Sendable { public init( enabledControlIdentifier: Swift.String? = nil - ) - { + ) { self.enabledControlIdentifier = enabledControlIdentifier } } @@ -1486,8 +1430,7 @@ public struct ResetEnabledControlOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1503,8 +1446,7 @@ public struct UpdateEnabledControlInput: Swift.Sendable { public init( enabledControlIdentifier: Swift.String? = nil, parameters: [ControlTowerClientTypes.EnabledControlParameter]? = nil - ) - { + ) { self.enabledControlIdentifier = enabledControlIdentifier self.parameters = parameters } @@ -1517,8 +1459,7 @@ public struct UpdateEnabledControlOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1530,8 +1471,7 @@ public struct GetLandingZoneOperationInput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1641,8 +1581,7 @@ extension ControlTowerClientTypes { startTime: Foundation.Date? = nil, status: ControlTowerClientTypes.LandingZoneOperationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.operationIdentifier = operationIdentifier self.operationType = operationType @@ -1660,8 +1599,7 @@ public struct GetLandingZoneOperationOutput: Swift.Sendable { public init( operationDetails: ControlTowerClientTypes.LandingZoneOperationDetail? = nil - ) - { + ) { self.operationDetails = operationDetails } } @@ -1678,8 +1616,7 @@ extension ControlTowerClientTypes { public init( statuses: [ControlTowerClientTypes.LandingZoneOperationStatus]? = nil, types: [ControlTowerClientTypes.LandingZoneOperationType]? = nil - ) - { + ) { self.statuses = statuses self.types = types } @@ -1698,8 +1635,7 @@ public struct ListLandingZoneOperationsInput: Swift.Sendable { filter: ControlTowerClientTypes.LandingZoneOperationFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -1721,8 +1657,7 @@ extension ControlTowerClientTypes { operationIdentifier: Swift.String? = nil, operationType: ControlTowerClientTypes.LandingZoneOperationType? = nil, status: ControlTowerClientTypes.LandingZoneOperationStatus? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier self.operationType = operationType self.status = status @@ -1740,8 +1675,7 @@ public struct ListLandingZoneOperationsOutput: Swift.Sendable { public init( landingZoneOperations: [ControlTowerClientTypes.LandingZoneOperationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.landingZoneOperations = landingZoneOperations self.nextToken = nextToken } @@ -1761,8 +1695,7 @@ public struct CreateLandingZoneInput: Swift.Sendable { manifest: Smithy.Document? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.manifest = manifest self.tags = tags self.version = version @@ -1780,8 +1713,7 @@ public struct CreateLandingZoneOutput: Swift.Sendable { public init( arn: Swift.String? = nil, operationIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.operationIdentifier = operationIdentifier } @@ -1794,8 +1726,7 @@ public struct DeleteLandingZoneInput: Swift.Sendable { public init( landingZoneIdentifier: Swift.String? = nil - ) - { + ) { self.landingZoneIdentifier = landingZoneIdentifier } } @@ -1807,8 +1738,7 @@ public struct DeleteLandingZoneOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -1820,8 +1750,7 @@ public struct GetLandingZoneInput: Swift.Sendable { public init( landingZoneIdentifier: Swift.String? = nil - ) - { + ) { self.landingZoneIdentifier = landingZoneIdentifier } } @@ -1868,8 +1797,7 @@ extension ControlTowerClientTypes { public init( status: ControlTowerClientTypes.LandingZoneDriftStatus? = nil - ) - { + ) { self.status = status } } @@ -1933,8 +1861,7 @@ extension ControlTowerClientTypes { manifest: Smithy.Document? = nil, status: ControlTowerClientTypes.LandingZoneStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.driftStatus = driftStatus self.latestAvailableVersion = latestAvailableVersion @@ -1952,8 +1879,7 @@ public struct GetLandingZoneOutput: Swift.Sendable { public init( landingZone: ControlTowerClientTypes.LandingZoneDetail? = nil - ) - { + ) { self.landingZone = landingZone } } @@ -1967,8 +1893,7 @@ public struct ListLandingZonesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1983,8 +1908,7 @@ extension ControlTowerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2000,8 +1924,7 @@ public struct ListLandingZonesOutput: Swift.Sendable { public init( landingZones: [ControlTowerClientTypes.LandingZoneSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.landingZones = landingZones self.nextToken = nextToken } @@ -2014,8 +1937,7 @@ public struct ResetLandingZoneInput: Swift.Sendable { public init( landingZoneIdentifier: Swift.String? = nil - ) - { + ) { self.landingZoneIdentifier = landingZoneIdentifier } } @@ -2027,8 +1949,7 @@ public struct ResetLandingZoneOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -2048,8 +1969,7 @@ public struct UpdateLandingZoneInput: Swift.Sendable { landingZoneIdentifier: Swift.String? = nil, manifest: Smithy.Document? = nil, version: Swift.String? = nil - ) - { + ) { self.landingZoneIdentifier = landingZoneIdentifier self.manifest = manifest self.version = version @@ -2063,8 +1983,7 @@ public struct UpdateLandingZoneOutput: Swift.Sendable { public init( operationIdentifier: Swift.String? = nil - ) - { + ) { self.operationIdentifier = operationIdentifier } } @@ -2076,8 +1995,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2089,8 +2007,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2106,8 +2023,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2129,8 +2045,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCostExplorer/Package.swift.txt b/Sources/Services/AWSCostExplorer/Package.swift.txt index d6f988083be..ec5dcdd4908 100644 --- a/Sources/Services/AWSCostExplorer/Package.swift.txt +++ b/Sources/Services/AWSCostExplorer/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/CostExplorerClient.swift b/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/CostExplorerClient.swift index 2476a1e0029..8f0925b89bf 100644 --- a/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/CostExplorerClient.swift +++ b/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/CostExplorerClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CostExplorerClient: ClientRuntime.Client { public static let clientName = "CostExplorerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CostExplorerClient.CostExplorerClientConfiguration let serviceName = "Cost Explorer" diff --git a/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/Models.swift b/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/Models.swift index beac1c4c629..931c314a629 100644 --- a/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/Models.swift +++ b/Sources/Services/AWSCostExplorer/Sources/AWSCostExplorer/Models.swift @@ -76,8 +76,7 @@ extension CostExplorerClientTypes { estimatedNewCommitmentUtilization: Swift.String? = nil, estimatedOnDemandCost: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.currentCoverage = currentCoverage self.estimatedCoverage = estimatedCoverage self.estimatedNewCommitmentUtilization = estimatedNewCommitmentUtilization @@ -159,8 +158,7 @@ extension CostExplorerClientTypes { lookbackPeriodInHours: Swift.String? = nil, metricsOverLookbackPeriod: [CostExplorerClientTypes.RecommendationDetailHourlyMetrics]? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.additionalMetadata = additionalMetadata self.currencyCode = currencyCode self.currentAverageCoverage = currentAverageCoverage @@ -196,8 +194,7 @@ extension CostExplorerClientTypes { public init( savingsPlansPurchaseAnalysisDetails: CostExplorerClientTypes.SavingsPlansPurchaseAnalysisDetails? = nil - ) - { + ) { self.savingsPlansPurchaseAnalysisDetails = savingsPlansPurchaseAnalysisDetails } } @@ -221,8 +218,7 @@ public struct AnalysisNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +298,7 @@ extension CostExplorerClientTypes { public init( end: Swift.String? = nil, start: Swift.String? = nil - ) - { + ) { self.end = end self.start = start } @@ -439,8 +434,7 @@ extension CostExplorerClientTypes { savingsPlansCommitment: Swift.Double? = nil, savingsPlansType: CostExplorerClientTypes.SupportedSavingsPlansType? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil - ) - { + ) { self.instanceFamily = instanceFamily self.offeringId = offeringId self.paymentOption = paymentOption @@ -479,8 +473,7 @@ extension CostExplorerClientTypes { lookBackTimePeriod: CostExplorerClientTypes.DateInterval? = nil, savingsPlansToAdd: [CostExplorerClientTypes.SavingsPlans]? = nil, savingsPlansToExclude: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.accountScope = accountScope self.analysisType = analysisType @@ -500,8 +493,7 @@ extension CostExplorerClientTypes { public init( savingsPlansPurchaseAnalysisConfiguration: CostExplorerClientTypes.SavingsPlansPurchaseAnalysisConfiguration? = nil - ) - { + ) { self.savingsPlansPurchaseAnalysisConfiguration = savingsPlansPurchaseAnalysisConfiguration } } @@ -572,8 +564,7 @@ extension CostExplorerClientTypes { commitmentPurchaseAnalysisConfiguration: CostExplorerClientTypes.CommitmentPurchaseAnalysisConfiguration? = nil, errorCode: CostExplorerClientTypes.ErrorCode? = nil, estimatedCompletionTime: Swift.String? = nil - ) - { + ) { self.analysisCompletionTime = analysisCompletionTime self.analysisId = analysisId self.analysisStartedTime = analysisStartedTime @@ -599,8 +590,7 @@ extension CostExplorerClientTypes { public init( currentScore: Swift.Double = 0.0, maxScore: Swift.Double = 0.0 - ) - { + ) { self.currentScore = currentScore self.maxScore = maxScore } @@ -661,8 +651,7 @@ extension CostExplorerClientTypes { totalExpectedSpend: Swift.Double? = nil, totalImpact: Swift.Double = 0.0, totalImpactPercentage: Swift.Double? = nil - ) - { + ) { self.maxImpact = maxImpact self.totalActualSpend = totalActualSpend self.totalExpectedSpend = totalExpectedSpend @@ -682,8 +671,7 @@ extension CostExplorerClientTypes { public init( contribution: Swift.Double = 0.0 - ) - { + ) { self.contribution = contribution } } @@ -713,8 +701,7 @@ extension CostExplorerClientTypes { region: Swift.String? = nil, service: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.impact = impact self.linkedAccount = linkedAccount self.linkedAccountName = linkedAccountName @@ -762,8 +749,7 @@ extension CostExplorerClientTypes { impact: CostExplorerClientTypes.Impact? = nil, monitorArn: Swift.String? = nil, rootCauses: [CostExplorerClientTypes.RootCause]? = nil - ) - { + ) { self.anomalyEndDate = anomalyEndDate self.anomalyId = anomalyId self.anomalyScore = anomalyScore @@ -790,8 +776,7 @@ extension CostExplorerClientTypes { public init( endDate: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.startDate = startDate } @@ -886,8 +871,7 @@ extension CostExplorerClientTypes { key: Swift.String? = nil, matchOptions: [CostExplorerClientTypes.MatchOption]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.matchOptions = matchOptions self.values = values @@ -1035,8 +1019,7 @@ extension CostExplorerClientTypes { key: CostExplorerClientTypes.Dimension? = nil, matchOptions: [CostExplorerClientTypes.MatchOption]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.matchOptions = matchOptions self.values = values @@ -1059,8 +1042,7 @@ extension CostExplorerClientTypes { key: Swift.String? = nil, matchOptions: [CostExplorerClientTypes.MatchOption]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.matchOptions = matchOptions self.values = values @@ -1202,8 +1184,7 @@ extension CostExplorerClientTypes { address: Swift.String? = nil, status: CostExplorerClientTypes.SubscriberStatus? = nil, type: CostExplorerClientTypes.SubscriberType? = nil - ) - { + ) { self.address = address self.status = status self.type = type @@ -1258,8 +1239,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1278,8 +1258,7 @@ extension CostExplorerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1293,8 +1272,7 @@ public struct CreateAnomalyMonitorOutput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -1317,8 +1295,7 @@ public struct UnknownMonitorException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1330,8 +1307,7 @@ public struct CreateAnomalySubscriptionOutput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -1354,8 +1330,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1401,8 +1376,7 @@ extension CostExplorerClientTypes { public init( dimensionKey: Swift.String? = nil, dimensionName: CostExplorerClientTypes.CostCategoryInheritedValueDimensionName? = nil - ) - { + ) { self.dimensionKey = dimensionKey self.dimensionName = dimensionName } @@ -1537,8 +1511,7 @@ extension CostExplorerClientTypes { public init( type: CostExplorerClientTypes.CostCategorySplitChargeRuleParameterType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.type = type self.values = values } @@ -1566,8 +1539,7 @@ extension CostExplorerClientTypes { parameters: [CostExplorerClientTypes.CostCategorySplitChargeRuleParameter]? = nil, source: Swift.String? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.method = method self.parameters = parameters self.source = source @@ -1585,8 +1557,7 @@ public struct CreateCostCategoryDefinitionOutput: Swift.Sendable { public init( costCategoryArn: Swift.String? = nil, effectiveStart: Swift.String? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.effectiveStart = effectiveStart } @@ -1599,8 +1570,7 @@ public struct DeleteAnomalyMonitorInput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -1628,8 +1598,7 @@ public struct UnknownSubscriptionException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1641,8 +1610,7 @@ public struct DeleteAnomalySubscriptionInput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -1672,8 +1640,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1686,8 +1653,7 @@ public struct DeleteCostCategoryDefinitionInput: Swift.Sendable { public init( costCategoryArn: Swift.String? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn } } @@ -1701,8 +1667,7 @@ public struct DeleteCostCategoryDefinitionOutput: Swift.Sendable { public init( costCategoryArn: Swift.String? = nil, effectiveEnd: Swift.String? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.effectiveEnd = effectiveEnd } @@ -1718,8 +1683,7 @@ public struct DescribeCostCategoryDefinitionInput: Swift.Sendable { public init( costCategoryArn: Swift.String? = nil, effectiveOn: Swift.String? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.effectiveOn = effectiveOn } @@ -1792,8 +1756,7 @@ extension CostExplorerClientTypes { public init( component: CostExplorerClientTypes.CostCategoryStatusComponent? = nil, status: CostExplorerClientTypes.CostCategoryStatus? = nil - ) - { + ) { self.component = component self.status = status } @@ -1818,8 +1781,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1882,8 +1844,7 @@ extension CostExplorerClientTypes { endValue: Swift.Double = 0.0, numericOperator: CostExplorerClientTypes.NumericOperator? = nil, startValue: Swift.Double = 0.0 - ) - { + ) { self.endValue = endValue self.numericOperator = numericOperator self.startValue = startValue @@ -1913,8 +1874,7 @@ public struct GetAnomaliesInput: Swift.Sendable { monitorArn: Swift.String? = nil, nextPageToken: Swift.String? = nil, totalImpact: CostExplorerClientTypes.TotalImpactFilter? = nil - ) - { + ) { self.dateInterval = dateInterval self.feedback = feedback self.maxResults = maxResults @@ -1934,8 +1894,7 @@ public struct GetAnomaliesOutput: Swift.Sendable { public init( anomalies: [CostExplorerClientTypes.Anomaly]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.anomalies = anomalies self.nextPageToken = nextPageToken } @@ -1953,8 +1912,7 @@ public struct GetAnomalyMonitorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, monitorArnList: [Swift.String]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.monitorArnList = monitorArnList self.nextPageToken = nextPageToken @@ -1976,8 +1934,7 @@ public struct GetAnomalySubscriptionsInput: Swift.Sendable { monitorArn: Swift.String? = nil, nextPageToken: Swift.String? = nil, subscriptionArnList: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.monitorArn = monitorArn self.nextPageToken = nextPageToken @@ -2003,8 +1960,7 @@ public struct DataUnavailableException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2055,8 +2011,7 @@ public struct GetApproximateUsageRecordsInput: Swift.Sendable { approximationDimension: CostExplorerClientTypes.ApproximationDimension? = nil, granularity: CostExplorerClientTypes.Granularity? = nil, services: [Swift.String]? = nil - ) - { + ) { self.approximationDimension = approximationDimension self.granularity = granularity self.services = services @@ -2075,8 +2030,7 @@ public struct GetApproximateUsageRecordsOutput: Swift.Sendable { lookbackPeriod: CostExplorerClientTypes.DateInterval? = nil, services: [Swift.String: Swift.Int]? = nil, totalRecords: Swift.Int = 0 - ) - { + ) { self.lookbackPeriod = lookbackPeriod self.services = services self.totalRecords = totalRecords @@ -2090,8 +2044,7 @@ public struct GetCommitmentPurchaseAnalysisInput: Swift.Sendable { public init( analysisId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId } } @@ -2128,8 +2081,7 @@ public struct GetCommitmentPurchaseAnalysisOutput: Swift.Sendable { commitmentPurchaseAnalysisConfiguration: CostExplorerClientTypes.CommitmentPurchaseAnalysisConfiguration? = nil, errorCode: CostExplorerClientTypes.ErrorCode? = nil, estimatedCompletionTime: Swift.String? = nil - ) - { + ) { self.analysisCompletionTime = analysisCompletionTime self.analysisDetails = analysisDetails self.analysisId = analysisId @@ -2159,8 +2111,7 @@ public struct BillExpirationException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2183,8 +2134,7 @@ public struct RequestChangedException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2233,8 +2183,7 @@ extension CostExplorerClientTypes { public init( key: Swift.String? = nil, type: CostExplorerClientTypes.GroupDefinitionType? = nil - ) - { + ) { self.key = key self.type = type } @@ -2253,8 +2202,7 @@ extension CostExplorerClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.value = value } @@ -2273,8 +2221,7 @@ extension CostExplorerClientTypes { public init( amount: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.unit = unit } @@ -2293,8 +2240,7 @@ extension CostExplorerClientTypes { public init( keys: [Swift.String]? = nil, metrics: [Swift.String: CostExplorerClientTypes.MetricValue]? = nil - ) - { + ) { self.keys = keys self.metrics = metrics } @@ -2319,8 +2265,7 @@ extension CostExplorerClientTypes { groups: [CostExplorerClientTypes.Group]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil, total: [Swift.String: CostExplorerClientTypes.MetricValue]? = nil - ) - { + ) { self.estimated = estimated self.groups = groups self.timePeriod = timePeriod @@ -2344,8 +2289,7 @@ public struct GetCostAndUsageOutput: Swift.Sendable { groupDefinitions: [CostExplorerClientTypes.GroupDefinition]? = nil, nextPageToken: Swift.String? = nil, resultsByTime: [CostExplorerClientTypes.ResultByTime]? = nil - ) - { + ) { self.dimensionValueAttributes = dimensionValueAttributes self.groupDefinitions = groupDefinitions self.nextPageToken = nextPageToken @@ -2368,8 +2312,7 @@ public struct GetCostAndUsageWithResourcesOutput: Swift.Sendable { groupDefinitions: [CostExplorerClientTypes.GroupDefinition]? = nil, nextPageToken: Swift.String? = nil, resultsByTime: [CostExplorerClientTypes.ResultByTime]? = nil - ) - { + ) { self.dimensionValueAttributes = dimensionValueAttributes self.groupDefinitions = groupDefinitions self.nextPageToken = nextPageToken @@ -2419,8 +2362,7 @@ extension CostExplorerClientTypes { public init( key: Swift.String? = nil, sortOrder: CostExplorerClientTypes.SortOrder? = nil - ) - { + ) { self.key = key self.sortOrder = sortOrder } @@ -2447,8 +2389,7 @@ public struct GetCostCategoriesOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, returnSize: Swift.Int? = nil, totalSize: Swift.Int? = nil - ) - { + ) { self.costCategoryNames = costCategoryNames self.costCategoryValues = costCategoryValues self.nextPageToken = nextPageToken @@ -2519,8 +2460,7 @@ extension CostExplorerClientTypes { predictionIntervalLowerBound: Swift.String? = nil, predictionIntervalUpperBound: Swift.String? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.meanValue = meanValue self.predictionIntervalLowerBound = predictionIntervalLowerBound self.predictionIntervalUpperBound = predictionIntervalUpperBound @@ -2538,8 +2478,7 @@ public struct GetCostForecastOutput: Swift.Sendable { public init( forecastResultsByTime: [CostExplorerClientTypes.ForecastResult]? = nil, total: CostExplorerClientTypes.MetricValue? = nil - ) - { + ) { self.forecastResultsByTime = forecastResultsByTime self.total = total } @@ -2661,8 +2600,7 @@ public struct GetDimensionValuesOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, returnSize: Swift.Int? = nil, totalSize: Swift.Int? = nil - ) - { + ) { self.dimensionValues = dimensionValues self.nextPageToken = nextPageToken self.returnSize = returnSize @@ -2679,8 +2617,7 @@ extension CostExplorerClientTypes { public init( onDemandCost: Swift.String? = nil - ) - { + ) { self.onDemandCost = onDemandCost } } @@ -2704,8 +2641,7 @@ extension CostExplorerClientTypes { onDemandHours: Swift.String? = nil, reservedHours: Swift.String? = nil, totalRunningHours: Swift.String? = nil - ) - { + ) { self.coverageHoursPercentage = coverageHoursPercentage self.onDemandHours = onDemandHours self.reservedHours = reservedHours @@ -2732,8 +2668,7 @@ extension CostExplorerClientTypes { onDemandNormalizedUnits: Swift.String? = nil, reservedNormalizedUnits: Swift.String? = nil, totalRunningNormalizedUnits: Swift.String? = nil - ) - { + ) { self.coverageNormalizedUnitsPercentage = coverageNormalizedUnitsPercentage self.onDemandNormalizedUnits = onDemandNormalizedUnits self.reservedNormalizedUnits = reservedNormalizedUnits @@ -2757,8 +2692,7 @@ extension CostExplorerClientTypes { coverageCost: CostExplorerClientTypes.CoverageCost? = nil, coverageHours: CostExplorerClientTypes.CoverageHours? = nil, coverageNormalizedUnits: CostExplorerClientTypes.CoverageNormalizedUnits? = nil - ) - { + ) { self.coverageCost = coverageCost self.coverageHours = coverageHours self.coverageNormalizedUnits = coverageNormalizedUnits @@ -2778,8 +2712,7 @@ extension CostExplorerClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, coverage: CostExplorerClientTypes.Coverage? = nil - ) - { + ) { self.attributes = attributes self.coverage = coverage } @@ -2801,8 +2734,7 @@ extension CostExplorerClientTypes { groups: [CostExplorerClientTypes.ReservationCoverageGroup]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil, total: CostExplorerClientTypes.Coverage? = nil - ) - { + ) { self.groups = groups self.timePeriod = timePeriod self.total = total @@ -2823,8 +2755,7 @@ public struct GetReservationCoverageOutput: Swift.Sendable { coveragesByTime: [CostExplorerClientTypes.CoverageByTime]? = nil, nextPageToken: Swift.String? = nil, total: CostExplorerClientTypes.Coverage? = nil - ) - { + ) { self.coveragesByTime = coveragesByTime self.nextPageToken = nextPageToken self.total = total @@ -2901,8 +2832,7 @@ extension CostExplorerClientTypes { public init( offeringClass: CostExplorerClientTypes.OfferingClass? = nil - ) - { + ) { self.offeringClass = offeringClass } } @@ -2917,8 +2847,7 @@ extension CostExplorerClientTypes { public init( ec2Specification: CostExplorerClientTypes.EC2Specification? = nil - ) - { + ) { self.ec2Specification = ec2Specification } } @@ -2939,8 +2868,7 @@ extension CostExplorerClientTypes { additionalMetadata: Swift.String? = nil, generationTimestamp: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.additionalMetadata = additionalMetadata self.generationTimestamp = generationTimestamp self.recommendationId = recommendationId @@ -2978,8 +2906,7 @@ extension CostExplorerClientTypes { region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false, tenancy: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.currentGeneration = currentGeneration self.family = family @@ -3016,8 +2943,7 @@ extension CostExplorerClientTypes { productDescription: Swift.String? = nil, region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false - ) - { + ) { self.currentGeneration = currentGeneration self.family = family self.nodeType = nodeType @@ -3049,8 +2975,7 @@ extension CostExplorerClientTypes { instanceSize: Swift.String? = nil, region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false - ) - { + ) { self.currentGeneration = currentGeneration self.instanceClass = instanceClass self.instanceSize = instanceSize @@ -3081,8 +3006,7 @@ extension CostExplorerClientTypes { nodeType: Swift.String? = nil, region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false - ) - { + ) { self.currentGeneration = currentGeneration self.family = family self.nodeType = nodeType @@ -3125,8 +3049,7 @@ extension CostExplorerClientTypes { licenseModel: Swift.String? = nil, region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false - ) - { + ) { self.currentGeneration = currentGeneration self.databaseEdition = databaseEdition self.databaseEngine = databaseEngine @@ -3161,8 +3084,7 @@ extension CostExplorerClientTypes { nodeType: Swift.String? = nil, region: Swift.String? = nil, sizeFlexEligible: Swift.Bool = false - ) - { + ) { self.currentGeneration = currentGeneration self.family = family self.nodeType = nodeType @@ -3196,8 +3118,7 @@ extension CostExplorerClientTypes { memoryDBInstanceDetails: CostExplorerClientTypes.MemoryDBInstanceDetails? = nil, rdsInstanceDetails: CostExplorerClientTypes.RDSInstanceDetails? = nil, redshiftInstanceDetails: CostExplorerClientTypes.RedshiftInstanceDetails? = nil - ) - { + ) { self.ec2InstanceDetails = ec2InstanceDetails self.elastiCacheInstanceDetails = elastiCacheInstanceDetails self.esInstanceDetails = esInstanceDetails @@ -3220,8 +3141,7 @@ extension CostExplorerClientTypes { public init( capacityUnits: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.region = region } @@ -3237,8 +3157,7 @@ extension CostExplorerClientTypes { public init( dynamoDBCapacityDetails: CostExplorerClientTypes.DynamoDBCapacityDetails? = nil - ) - { + ) { self.dynamoDBCapacityDetails = dynamoDBCapacityDetails } } @@ -3322,8 +3241,7 @@ extension CostExplorerClientTypes { recurringStandardMonthlyCost: Swift.String? = nil, reservedCapacityDetails: CostExplorerClientTypes.ReservedCapacityDetails? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.averageNormalizedUnitsUsedPerHour = averageNormalizedUnitsUsedPerHour self.averageNumberOfCapacityUnitsUsedPerHour = averageNumberOfCapacityUnitsUsedPerHour @@ -3367,8 +3285,7 @@ extension CostExplorerClientTypes { currencyCode: Swift.String? = nil, totalEstimatedMonthlySavingsAmount: Swift.String? = nil, totalEstimatedMonthlySavingsPercentage: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.totalEstimatedMonthlySavingsAmount = totalEstimatedMonthlySavingsAmount self.totalEstimatedMonthlySavingsPercentage = totalEstimatedMonthlySavingsPercentage @@ -3403,8 +3320,7 @@ extension CostExplorerClientTypes { recommendationSummary: CostExplorerClientTypes.ReservationPurchaseRecommendationSummary? = nil, serviceSpecification: CostExplorerClientTypes.ServiceSpecification? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil - ) - { + ) { self.accountScope = accountScope self.lookbackPeriodInDays = lookbackPeriodInDays self.paymentOption = paymentOption @@ -3428,8 +3344,7 @@ public struct GetReservationPurchaseRecommendationOutput: Swift.Sendable { metadata: CostExplorerClientTypes.ReservationPurchaseRecommendationMetadata? = nil, nextPageToken: Swift.String? = nil, recommendations: [CostExplorerClientTypes.ReservationPurchaseRecommendation]? = nil - ) - { + ) { self.metadata = metadata self.nextPageToken = nextPageToken self.recommendations = recommendations @@ -3493,8 +3408,7 @@ extension CostExplorerClientTypes { unusedUnits: Swift.String? = nil, utilizationPercentage: Swift.String? = nil, utilizationPercentageInUnits: Swift.String? = nil - ) - { + ) { self.amortizedRecurringFee = amortizedRecurringFee self.amortizedUpfrontFee = amortizedUpfrontFee self.netRISavings = netRISavings @@ -3534,8 +3448,7 @@ extension CostExplorerClientTypes { key: Swift.String? = nil, utilization: CostExplorerClientTypes.ReservationAggregates? = nil, value: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.key = key self.utilization = utilization @@ -3559,8 +3472,7 @@ extension CostExplorerClientTypes { groups: [CostExplorerClientTypes.ReservationUtilizationGroup]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil, total: CostExplorerClientTypes.ReservationAggregates? = nil - ) - { + ) { self.groups = groups self.timePeriod = timePeriod self.total = total @@ -3581,8 +3493,7 @@ public struct GetReservationUtilizationOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, total: CostExplorerClientTypes.ReservationAggregates? = nil, utilizationsByTime: [CostExplorerClientTypes.UtilizationByTime]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.total = total self.utilizationsByTime = utilizationsByTime @@ -3632,8 +3543,7 @@ extension CostExplorerClientTypes { public init( benefitsConsidered: Swift.Bool = false, recommendationTarget: CostExplorerClientTypes.RecommendationTarget? = nil - ) - { + ) { self.benefitsConsidered = benefitsConsidered self.recommendationTarget = recommendationTarget } @@ -3658,8 +3568,7 @@ extension CostExplorerClientTypes { generationTimestamp: Swift.String? = nil, lookbackPeriodInDays: CostExplorerClientTypes.LookbackPeriodInDays? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.additionalMetadata = additionalMetadata self.generationTimestamp = generationTimestamp self.lookbackPeriodInDays = lookbackPeriodInDays @@ -3701,8 +3610,7 @@ extension CostExplorerClientTypes { sku: Swift.String? = nil, storage: Swift.String? = nil, vcpu: Swift.String? = nil - ) - { + ) { self.hourlyOnDemandRate = hourlyOnDemandRate self.instanceType = instanceType self.memory = memory @@ -3725,8 +3633,7 @@ extension CostExplorerClientTypes { public init( ec2ResourceDetails: CostExplorerClientTypes.EC2ResourceDetails? = nil - ) - { + ) { self.ec2ResourceDetails = ec2ResourceDetails } } @@ -3750,8 +3657,7 @@ extension CostExplorerClientTypes { diskReadOpsPerSecond: Swift.String? = nil, diskWriteBytesPerSecond: Swift.String? = nil, diskWriteOpsPerSecond: Swift.String? = nil - ) - { + ) { self.diskReadBytesPerSecond = diskReadBytesPerSecond self.diskReadOpsPerSecond = diskReadOpsPerSecond self.diskWriteBytesPerSecond = diskWriteBytesPerSecond @@ -3778,8 +3684,7 @@ extension CostExplorerClientTypes { ebsReadOpsPerSecond: Swift.String? = nil, ebsWriteBytesPerSecond: Swift.String? = nil, ebsWriteOpsPerSecond: Swift.String? = nil - ) - { + ) { self.ebsReadBytesPerSecond = ebsReadBytesPerSecond self.ebsReadOpsPerSecond = ebsReadOpsPerSecond self.ebsWriteBytesPerSecond = ebsWriteBytesPerSecond @@ -3806,8 +3711,7 @@ extension CostExplorerClientTypes { networkOutBytesPerSecond: Swift.String? = nil, networkPacketsInPerSecond: Swift.String? = nil, networkPacketsOutPerSecond: Swift.String? = nil - ) - { + ) { self.networkInBytesPerSecond = networkInBytesPerSecond self.networkOutBytesPerSecond = networkOutBytesPerSecond self.networkPacketsInPerSecond = networkPacketsInPerSecond @@ -3840,8 +3744,7 @@ extension CostExplorerClientTypes { maxMemoryUtilizationPercentage: Swift.String? = nil, maxStorageUtilizationPercentage: Swift.String? = nil, networkResourceUtilization: CostExplorerClientTypes.NetworkResourceUtilization? = nil - ) - { + ) { self.diskResourceUtilization = diskResourceUtilization self.ebsResourceUtilization = ebsResourceUtilization self.maxCpuUtilizationPercentage = maxCpuUtilizationPercentage @@ -3861,8 +3764,7 @@ extension CostExplorerClientTypes { public init( ec2ResourceUtilization: CostExplorerClientTypes.EC2ResourceUtilization? = nil - ) - { + ) { self.ec2ResourceUtilization = ec2ResourceUtilization } } @@ -3907,8 +3809,7 @@ extension CostExplorerClientTypes { savingsPlansCoveredHoursInLookbackPeriod: Swift.String? = nil, tags: [CostExplorerClientTypes.TagValues]? = nil, totalRunningHoursInLookbackPeriod: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.instanceName = instanceName self.monthlyCost = monthlyCost @@ -4060,8 +3961,7 @@ extension CostExplorerClientTypes { expectedResourceUtilization: CostExplorerClientTypes.ResourceUtilization? = nil, platformDifferences: [CostExplorerClientTypes.PlatformDifference]? = nil, resourceDetails: CostExplorerClientTypes.ResourceDetails? = nil - ) - { + ) { self.currencyCode = currencyCode self.defaultTargetInstance = defaultTargetInstance self.estimatedMonthlyCost = estimatedMonthlyCost @@ -4082,8 +3982,7 @@ extension CostExplorerClientTypes { public init( targetInstances: [CostExplorerClientTypes.TargetInstance]? = nil - ) - { + ) { self.targetInstances = targetInstances } } @@ -4130,8 +4029,7 @@ extension CostExplorerClientTypes { public init( currencyCode: Swift.String? = nil, estimatedMonthlySavings: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.estimatedMonthlySavings = estimatedMonthlySavings } @@ -4162,8 +4060,7 @@ extension CostExplorerClientTypes { modifyRecommendationDetail: CostExplorerClientTypes.ModifyRecommendationDetail? = nil, rightsizingType: CostExplorerClientTypes.RightsizingType? = nil, terminateRecommendationDetail: CostExplorerClientTypes.TerminateRecommendationDetail? = nil - ) - { + ) { self.accountId = accountId self.currentInstance = currentInstance self.findingReasonCodes = findingReasonCodes @@ -4192,8 +4089,7 @@ extension CostExplorerClientTypes { savingsCurrencyCode: Swift.String? = nil, savingsPercentage: Swift.String? = nil, totalRecommendationCount: Swift.String? = nil - ) - { + ) { self.estimatedTotalMonthlySavingsAmount = estimatedTotalMonthlySavingsAmount self.savingsCurrencyCode = savingsCurrencyCode self.savingsPercentage = savingsPercentage @@ -4220,8 +4116,7 @@ public struct GetRightsizingRecommendationOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, rightsizingRecommendations: [CostExplorerClientTypes.RightsizingRecommendation]? = nil, summary: CostExplorerClientTypes.RightsizingRecommendationSummary? = nil - ) - { + ) { self.configuration = configuration self.metadata = metadata self.nextPageToken = nextPageToken @@ -4237,8 +4132,7 @@ public struct GetSavingsPlanPurchaseRecommendationDetailsInput: Swift.Sendable { public init( recommendationDetailId: Swift.String? = nil - ) - { + ) { self.recommendationDetailId = recommendationDetailId } } @@ -4336,8 +4230,7 @@ extension CostExplorerClientTypes { savingsPlansType: CostExplorerClientTypes.SupportedSavingsPlansType? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.accountScope = accountScope self.currencyCode = currencyCode @@ -4380,8 +4273,7 @@ public struct GetSavingsPlanPurchaseRecommendationDetailsOutput: Swift.Sendable public init( recommendationDetailData: CostExplorerClientTypes.RecommendationDetailData? = nil, recommendationDetailId: Swift.String? = nil - ) - { + ) { self.recommendationDetailData = recommendationDetailData self.recommendationDetailId = recommendationDetailId } @@ -4405,8 +4297,7 @@ extension CostExplorerClientTypes { onDemandCost: Swift.String? = nil, spendCoveredBySavingsPlans: Swift.String? = nil, totalCost: Swift.String? = nil - ) - { + ) { self.coveragePercentage = coveragePercentage self.onDemandCost = onDemandCost self.spendCoveredBySavingsPlans = spendCoveredBySavingsPlans @@ -4430,8 +4321,7 @@ extension CostExplorerClientTypes { attributes: [Swift.String: Swift.String]? = nil, coverage: CostExplorerClientTypes.SavingsPlansCoverageData? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.attributes = attributes self.coverage = coverage self.timePeriod = timePeriod @@ -4449,8 +4339,7 @@ public struct GetSavingsPlansCoverageOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, savingsPlansCoverages: [CostExplorerClientTypes.SavingsPlansCoverage]? = nil - ) - { + ) { self.nextToken = nextToken self.savingsPlansCoverages = savingsPlansCoverages } @@ -4471,8 +4360,7 @@ extension CostExplorerClientTypes { additionalMetadata: Swift.String? = nil, generationTimestamp: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.additionalMetadata = additionalMetadata self.generationTimestamp = generationTimestamp self.recommendationId = recommendationId @@ -4495,8 +4383,7 @@ extension CostExplorerClientTypes { instanceFamily: Swift.String? = nil, offeringId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.instanceFamily = instanceFamily self.offeringId = offeringId self.region = region @@ -4561,8 +4448,7 @@ extension CostExplorerClientTypes { recommendationDetailId: Swift.String? = nil, savingsPlansDetails: CostExplorerClientTypes.SavingsPlansDetails? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.currencyCode = currencyCode self.currentAverageHourlyOnDemandSpend = currentAverageHourlyOnDemandSpend @@ -4623,8 +4509,7 @@ extension CostExplorerClientTypes { estimatedTotalCost: Swift.String? = nil, hourlyCommitmentToPurchase: Swift.String? = nil, totalRecommendationCount: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.currentOnDemandSpend = currentOnDemandSpend self.dailyCommitmentToPurchase = dailyCommitmentToPurchase @@ -4667,8 +4552,7 @@ extension CostExplorerClientTypes { savingsPlansPurchaseRecommendationSummary: CostExplorerClientTypes.SavingsPlansPurchaseRecommendationSummary? = nil, savingsPlansType: CostExplorerClientTypes.SupportedSavingsPlansType? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil - ) - { + ) { self.accountScope = accountScope self.lookbackPeriodInDays = lookbackPeriodInDays self.paymentOption = paymentOption @@ -4692,8 +4576,7 @@ public struct GetSavingsPlansPurchaseRecommendationOutput: Swift.Sendable { metadata: CostExplorerClientTypes.SavingsPlansPurchaseRecommendationMetadata? = nil, nextPageToken: Swift.String? = nil, savingsPlansPurchaseRecommendation: CostExplorerClientTypes.SavingsPlansPurchaseRecommendation? = nil - ) - { + ) { self.metadata = metadata self.nextPageToken = nextPageToken self.savingsPlansPurchaseRecommendation = savingsPlansPurchaseRecommendation @@ -4715,8 +4598,7 @@ extension CostExplorerClientTypes { amortizedRecurringCommitment: Swift.String? = nil, amortizedUpfrontCommitment: Swift.String? = nil, totalAmortizedCommitment: Swift.String? = nil - ) - { + ) { self.amortizedRecurringCommitment = amortizedRecurringCommitment self.amortizedUpfrontCommitment = amortizedUpfrontCommitment self.totalAmortizedCommitment = totalAmortizedCommitment @@ -4736,8 +4618,7 @@ extension CostExplorerClientTypes { public init( netSavings: Swift.String? = nil, onDemandCostEquivalent: Swift.String? = nil - ) - { + ) { self.netSavings = netSavings self.onDemandCostEquivalent = onDemandCostEquivalent } @@ -4762,8 +4643,7 @@ extension CostExplorerClientTypes { unusedCommitment: Swift.String? = nil, usedCommitment: Swift.String? = nil, utilizationPercentage: Swift.String? = nil - ) - { + ) { self.totalCommitment = totalCommitment self.unusedCommitment = unusedCommitment self.usedCommitment = usedCommitment @@ -4792,8 +4672,7 @@ extension CostExplorerClientTypes { savings: CostExplorerClientTypes.SavingsPlansSavings? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil, utilization: CostExplorerClientTypes.SavingsPlansUtilization? = nil - ) - { + ) { self.amortizedCommitment = amortizedCommitment self.savings = savings self.timePeriod = timePeriod @@ -4818,8 +4697,7 @@ extension CostExplorerClientTypes { amortizedCommitment: CostExplorerClientTypes.SavingsPlansAmortizedCommitment? = nil, savings: CostExplorerClientTypes.SavingsPlansSavings? = nil, utilization: CostExplorerClientTypes.SavingsPlansUtilization? = nil - ) - { + ) { self.amortizedCommitment = amortizedCommitment self.savings = savings self.utilization = utilization @@ -4837,8 +4715,7 @@ public struct GetSavingsPlansUtilizationOutput: Swift.Sendable { public init( savingsPlansUtilizationsByTime: [CostExplorerClientTypes.SavingsPlansUtilizationByTime]? = nil, total: CostExplorerClientTypes.SavingsPlansUtilizationAggregates? = nil - ) - { + ) { self.savingsPlansUtilizationsByTime = savingsPlansUtilizationsByTime self.total = total } @@ -4900,8 +4777,7 @@ extension CostExplorerClientTypes { savings: CostExplorerClientTypes.SavingsPlansSavings? = nil, savingsPlanArn: Swift.String? = nil, utilization: CostExplorerClientTypes.SavingsPlansUtilization? = nil - ) - { + ) { self.amortizedCommitment = amortizedCommitment self.attributes = attributes self.savings = savings @@ -4928,8 +4804,7 @@ public struct GetSavingsPlansUtilizationDetailsOutput: Swift.Sendable { savingsPlansUtilizationDetails: [CostExplorerClientTypes.SavingsPlansUtilizationDetail]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil, total: CostExplorerClientTypes.SavingsPlansUtilizationAggregates? = nil - ) - { + ) { self.nextToken = nextToken self.savingsPlansUtilizationDetails = savingsPlansUtilizationDetails self.timePeriod = timePeriod @@ -4955,8 +4830,7 @@ public struct GetTagsOutput: Swift.Sendable { returnSize: Swift.Int? = nil, tags: [Swift.String]? = nil, totalSize: Swift.Int? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.returnSize = returnSize self.tags = tags @@ -4982,8 +4856,7 @@ public struct UnresolvableUsageUnitException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4997,8 +4870,7 @@ public struct GetUsageForecastOutput: Swift.Sendable { public init( forecastResultsByTime: [CostExplorerClientTypes.ForecastResult]? = nil, total: CostExplorerClientTypes.MetricValue? = nil - ) - { + ) { self.forecastResultsByTime = forecastResultsByTime self.total = total } @@ -5019,8 +4891,7 @@ public struct ListCommitmentPurchaseAnalysesInput: Swift.Sendable { analysisStatus: CostExplorerClientTypes.AnalysisStatus? = nil, nextPageToken: Swift.String? = nil, pageSize: Swift.Int? = 0 - ) - { + ) { self.analysisIds = analysisIds self.analysisStatus = analysisStatus self.nextPageToken = nextPageToken @@ -5037,8 +4908,7 @@ public struct ListCommitmentPurchaseAnalysesOutput: Swift.Sendable { public init( analysisSummaryList: [CostExplorerClientTypes.AnalysisSummary]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.analysisSummaryList = analysisSummaryList self.nextPageToken = nextPageToken } @@ -5053,8 +4923,7 @@ public struct ListCostAllocationTagBackfillHistoryInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5113,8 +4982,7 @@ extension CostExplorerClientTypes { completedAt: Swift.String? = nil, lastUpdatedAt: Swift.String? = nil, requestedAt: Swift.String? = nil - ) - { + ) { self.backfillFrom = backfillFrom self.backfillStatus = backfillStatus self.completedAt = completedAt @@ -5133,8 +5001,7 @@ public struct ListCostAllocationTagBackfillHistoryOutput: Swift.Sendable { public init( backfillRequests: [CostExplorerClientTypes.CostAllocationTagBackfillRequest]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backfillRequests = backfillRequests self.nextToken = nextToken } @@ -5216,8 +5083,7 @@ public struct ListCostAllocationTagsInput: Swift.Sendable { status: CostExplorerClientTypes.CostAllocationTagStatus? = nil, tagKeys: [Swift.String]? = nil, type: CostExplorerClientTypes.CostAllocationTagType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -5250,8 +5116,7 @@ extension CostExplorerClientTypes { status: CostExplorerClientTypes.CostAllocationTagStatus? = nil, tagKey: Swift.String? = nil, type: CostExplorerClientTypes.CostAllocationTagType? = nil - ) - { + ) { self.lastUpdatedDate = lastUpdatedDate self.lastUsedDate = lastUsedDate self.status = status @@ -5270,8 +5135,7 @@ public struct ListCostAllocationTagsOutput: Swift.Sendable { public init( costAllocationTags: [CostExplorerClientTypes.CostAllocationTag]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.costAllocationTags = costAllocationTags self.nextToken = nextToken } @@ -5289,8 +5153,7 @@ public struct ListCostCategoryDefinitionsInput: Swift.Sendable { effectiveOn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.effectiveOn = effectiveOn self.maxResults = maxResults self.nextToken = nextToken @@ -5327,8 +5190,7 @@ extension CostExplorerClientTypes { numberOfRules: Swift.Int = 0, processingStatus: [CostExplorerClientTypes.CostCategoryProcessingStatus]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.defaultValue = defaultValue self.effectiveEnd = effectiveEnd @@ -5350,8 +5212,7 @@ public struct ListCostCategoryDefinitionsOutput: Swift.Sendable { public init( costCategoryReferences: [CostExplorerClientTypes.CostCategoryReference]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.costCategoryReferences = costCategoryReferences self.nextToken = nextToken } @@ -5404,8 +5265,7 @@ public struct ListSavingsPlansPurchaseRecommendationGenerationInput: Swift.Senda nextPageToken: Swift.String? = nil, pageSize: Swift.Int? = 0, recommendationIds: [Swift.String]? = nil - ) - { + ) { self.generationStatus = generationStatus self.nextPageToken = nextPageToken self.pageSize = pageSize @@ -5434,8 +5294,7 @@ extension CostExplorerClientTypes { generationStartedTime: Swift.String? = nil, generationStatus: CostExplorerClientTypes.GenerationStatus? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.estimatedCompletionTime = estimatedCompletionTime self.generationCompletionTime = generationCompletionTime self.generationStartedTime = generationStartedTime @@ -5454,8 +5313,7 @@ public struct ListSavingsPlansPurchaseRecommendationGenerationOutput: Swift.Send public init( generationSummaryList: [CostExplorerClientTypes.GenerationSummary]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.generationSummaryList = generationSummaryList self.nextPageToken = nextPageToken } @@ -5468,8 +5326,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5480,8 +5337,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTags: [CostExplorerClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -5497,8 +5353,7 @@ public struct ProvideAnomalyFeedbackInput: Swift.Sendable { public init( anomalyId: Swift.String? = nil, feedback: CostExplorerClientTypes.AnomalyFeedbackType? = nil - ) - { + ) { self.anomalyId = anomalyId self.feedback = feedback } @@ -5511,8 +5366,7 @@ public struct ProvideAnomalyFeedbackOutput: Swift.Sendable { public init( anomalyId: Swift.String? = nil - ) - { + ) { self.anomalyId = anomalyId } } @@ -5535,8 +5389,7 @@ public struct GenerationExistsException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5548,8 +5401,7 @@ public struct StartCommitmentPurchaseAnalysisInput: Swift.Sendable { public init( commitmentPurchaseAnalysisConfiguration: CostExplorerClientTypes.CommitmentPurchaseAnalysisConfiguration? = nil - ) - { + ) { self.commitmentPurchaseAnalysisConfiguration = commitmentPurchaseAnalysisConfiguration } } @@ -5569,8 +5421,7 @@ public struct StartCommitmentPurchaseAnalysisOutput: Swift.Sendable { analysisId: Swift.String? = nil, analysisStartedTime: Swift.String? = nil, estimatedCompletionTime: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.analysisStartedTime = analysisStartedTime self.estimatedCompletionTime = estimatedCompletionTime @@ -5595,8 +5446,7 @@ public struct BackfillLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5608,8 +5458,7 @@ public struct StartCostAllocationTagBackfillInput: Swift.Sendable { public init( backfillFrom: Swift.String? = nil - ) - { + ) { self.backfillFrom = backfillFrom } } @@ -5620,8 +5469,7 @@ public struct StartCostAllocationTagBackfillOutput: Swift.Sendable { public init( backfillRequest: CostExplorerClientTypes.CostAllocationTagBackfillRequest? = nil - ) - { + ) { self.backfillRequest = backfillRequest } } @@ -5643,8 +5491,7 @@ public struct StartSavingsPlansPurchaseRecommendationGenerationOutput: Swift.Sen estimatedCompletionTime: Swift.String? = nil, generationStartedTime: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.estimatedCompletionTime = estimatedCompletionTime self.generationStartedTime = generationStartedTime self.recommendationId = recommendationId @@ -5671,8 +5518,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -5703,8 +5549,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTags: [CostExplorerClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTags = resourceTags } @@ -5726,8 +5571,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTagKeys = resourceTagKeys } @@ -5748,8 +5592,7 @@ public struct UpdateAnomalyMonitorInput: Swift.Sendable { public init( monitorArn: Swift.String? = nil, monitorName: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn self.monitorName = monitorName } @@ -5762,8 +5605,7 @@ public struct UpdateAnomalyMonitorOutput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -5775,8 +5617,7 @@ public struct UpdateAnomalySubscriptionOutput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -5795,8 +5636,7 @@ extension CostExplorerClientTypes { public init( status: CostExplorerClientTypes.CostAllocationTagStatus? = nil, tagKey: Swift.String? = nil - ) - { + ) { self.status = status self.tagKey = tagKey } @@ -5810,8 +5650,7 @@ public struct UpdateCostAllocationTagsStatusInput: Swift.Sendable { public init( costAllocationTagsStatus: [CostExplorerClientTypes.CostAllocationTagStatusEntry]? = nil - ) - { + ) { self.costAllocationTagsStatus = costAllocationTagsStatus } } @@ -5831,8 +5670,7 @@ extension CostExplorerClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, tagKey: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.tagKey = tagKey @@ -5846,8 +5684,7 @@ public struct UpdateCostAllocationTagsStatusOutput: Swift.Sendable { public init( errors: [CostExplorerClientTypes.UpdateCostAllocationTagsStatusError]? = nil - ) - { + ) { self.errors = errors } } @@ -5861,8 +5698,7 @@ public struct UpdateCostCategoryDefinitionOutput: Swift.Sendable { public init( costCategoryArn: Swift.String? = nil, effectiveStart: Swift.String? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.effectiveStart = effectiveStart } @@ -5942,8 +5778,7 @@ extension CostExplorerClientTypes { not: CostExplorerClientTypes.Expression? = nil, or: [CostExplorerClientTypes.Expression]? = nil, tags: CostExplorerClientTypes.TagValues? = nil - ) - { + ) { self.and = and self.costCategories = costCategories self.dimensions = dimensions @@ -6039,8 +5874,7 @@ extension CostExplorerClientTypes { monitorName: Swift.String? = nil, monitorSpecification: CostExplorerClientTypes.Expression? = nil, monitorType: CostExplorerClientTypes.MonitorType? = nil - ) - { + ) { self.creationDate = creationDate self.dimensionalValueCount = dimensionalValueCount self.lastEvaluatedDate = lastEvaluatedDate @@ -6097,8 +5931,7 @@ extension CostExplorerClientTypes { subscriptionName: Swift.String? = nil, threshold: Swift.Double? = nil, thresholdExpression: CostExplorerClientTypes.Expression? = nil - ) - { + ) { self.accountId = accountId self.frequency = frequency self.monitorArnList = monitorArnList @@ -6129,8 +5962,7 @@ extension CostExplorerClientTypes { rule: CostExplorerClientTypes.Expression? = nil, type: CostExplorerClientTypes.CostCategoryRuleType? = nil, value: Swift.String? = nil - ) - { + ) { self.inheritedValue = inheritedValue self.rule = rule self.type = type @@ -6166,8 +5998,7 @@ public struct GetCostAndUsageInput: Swift.Sendable { metrics: [Swift.String]? = nil, nextPageToken: Swift.String? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.filter = filter self.granularity = granularity @@ -6205,8 +6036,7 @@ public struct GetCostAndUsageWithResourcesInput: Swift.Sendable { metrics: [Swift.String]? = nil, nextPageToken: Swift.String? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.filter = filter self.granularity = granularity @@ -6312,8 +6142,7 @@ public struct GetCostCategoriesInput: Swift.Sendable { searchString: Swift.String? = nil, sortBy: [CostExplorerClientTypes.SortDefinition]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.costCategoryName = costCategoryName self.filter = filter @@ -6405,8 +6234,7 @@ public struct GetCostForecastInput: Swift.Sendable { metric: CostExplorerClientTypes.Metric? = nil, predictionIntervalLevel: Swift.Int? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.filter = filter self.granularity = granularity @@ -6601,8 +6429,7 @@ public struct GetDimensionValuesInput: Swift.Sendable { searchString: Swift.String? = nil, sortBy: [CostExplorerClientTypes.SortDefinition]? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.context = context self.dimension = dimension @@ -6716,8 +6543,7 @@ public struct GetReservationCoverageInput: Swift.Sendable { nextPageToken: Swift.String? = nil, sortBy: CostExplorerClientTypes.SortDefinition? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.filter = filter self.granularity = granularity self.groupBy = groupBy @@ -6813,8 +6639,7 @@ public struct GetReservationPurchaseRecommendationInput: Swift.Sendable { service: Swift.String? = nil, serviceSpecification: CostExplorerClientTypes.ServiceSpecification? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil - ) - { + ) { self.accountId = accountId self.accountScope = accountScope self.filter = filter @@ -6915,8 +6740,7 @@ public struct GetReservationUtilizationInput: Swift.Sendable { nextPageToken: Swift.String? = nil, sortBy: CostExplorerClientTypes.SortDefinition? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.filter = filter self.granularity = granularity self.groupBy = groupBy @@ -6996,8 +6820,7 @@ public struct GetRightsizingRecommendationInput: Swift.Sendable { nextPageToken: Swift.String? = nil, pageSize: Swift.Int? = 0, service: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.filter = filter self.nextPageToken = nextPageToken @@ -7062,8 +6885,7 @@ public struct GetSavingsPlansCoverageInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CostExplorerClientTypes.SortDefinition? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.filter = filter self.granularity = granularity self.groupBy = groupBy @@ -7106,8 +6928,7 @@ public struct GetSavingsPlansPurchaseRecommendationInput: Swift.Sendable { paymentOption: CostExplorerClientTypes.PaymentOption? = nil, savingsPlansType: CostExplorerClientTypes.SupportedSavingsPlansType? = nil, termInYears: CostExplorerClientTypes.TermInYears? = nil - ) - { + ) { self.accountScope = accountScope self.filter = filter self.lookbackPeriodInDays = lookbackPeriodInDays @@ -7171,8 +6992,7 @@ public struct GetSavingsPlansUtilizationDetailsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: CostExplorerClientTypes.SortDefinition? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.dataType = dataType self.filter = filter self.maxResults = maxResults @@ -7226,8 +7046,7 @@ public struct GetSavingsPlansUtilizationInput: Swift.Sendable { granularity: CostExplorerClientTypes.Granularity? = nil, sortBy: CostExplorerClientTypes.SortDefinition? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.filter = filter self.granularity = granularity self.sortBy = sortBy @@ -7330,8 +7149,7 @@ public struct GetTagsInput: Swift.Sendable { sortBy: [CostExplorerClientTypes.SortDefinition]? = nil, tagKey: Swift.String? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.filter = filter self.maxResults = maxResults @@ -7417,8 +7235,7 @@ public struct GetUsageForecastInput: Swift.Sendable { metric: CostExplorerClientTypes.Metric? = nil, predictionIntervalLevel: Swift.Int? = nil, timePeriod: CostExplorerClientTypes.DateInterval? = nil - ) - { + ) { self.billingViewArn = billingViewArn self.filter = filter self.granularity = granularity @@ -7462,8 +7279,7 @@ public struct UpdateAnomalySubscriptionInput: Swift.Sendable { subscriptionName: Swift.String? = nil, threshold: Swift.Double? = nil, thresholdExpression: CostExplorerClientTypes.Expression? = nil - ) - { + ) { self.frequency = frequency self.monitorArnList = monitorArnList self.subscribers = subscribers @@ -7498,8 +7314,7 @@ public struct CreateAnomalyMonitorInput: Swift.Sendable { public init( anomalyMonitor: CostExplorerClientTypes.AnomalyMonitor? = nil, resourceTags: [CostExplorerClientTypes.ResourceTag]? = nil - ) - { + ) { self.anomalyMonitor = anomalyMonitor self.resourceTags = resourceTags } @@ -7529,8 +7344,7 @@ public struct CreateAnomalySubscriptionInput: Swift.Sendable { public init( anomalySubscription: CostExplorerClientTypes.AnomalySubscription? = nil, resourceTags: [CostExplorerClientTypes.ResourceTag]? = nil - ) - { + ) { self.anomalySubscription = anomalySubscription self.resourceTags = resourceTags } @@ -7574,8 +7388,7 @@ extension CostExplorerClientTypes { ruleVersion: CostExplorerClientTypes.CostCategoryRuleVersion? = nil, rules: [CostExplorerClientTypes.CostCategoryRule]? = nil, splitChargeRules: [CostExplorerClientTypes.CostCategorySplitChargeRule]? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.defaultValue = defaultValue self.effectiveEnd = effectiveEnd @@ -7630,8 +7443,7 @@ public struct CreateCostCategoryDefinitionInput: Swift.Sendable { ruleVersion: CostExplorerClientTypes.CostCategoryRuleVersion? = nil, rules: [CostExplorerClientTypes.CostCategoryRule]? = nil, splitChargeRules: [CostExplorerClientTypes.CostCategorySplitChargeRule]? = nil - ) - { + ) { self.defaultValue = defaultValue self.effectiveStart = effectiveStart self.name = name @@ -7652,8 +7464,7 @@ public struct GetAnomalyMonitorsOutput: Swift.Sendable { public init( anomalyMonitors: [CostExplorerClientTypes.AnomalyMonitor]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.anomalyMonitors = anomalyMonitors self.nextPageToken = nextPageToken } @@ -7669,8 +7480,7 @@ public struct GetAnomalySubscriptionsOutput: Swift.Sendable { public init( anomalySubscriptions: [CostExplorerClientTypes.AnomalySubscription]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.anomalySubscriptions = anomalySubscriptions self.nextPageToken = nextPageToken } @@ -7700,8 +7510,7 @@ public struct UpdateCostCategoryDefinitionInput: Swift.Sendable { ruleVersion: CostExplorerClientTypes.CostCategoryRuleVersion? = nil, rules: [CostExplorerClientTypes.CostCategoryRule]? = nil, splitChargeRules: [CostExplorerClientTypes.CostCategorySplitChargeRule]? = nil - ) - { + ) { self.costCategoryArn = costCategoryArn self.defaultValue = defaultValue self.effectiveStart = effectiveStart @@ -7717,8 +7526,7 @@ public struct DescribeCostCategoryDefinitionOutput: Swift.Sendable { public init( costCategory: CostExplorerClientTypes.CostCategory? = nil - ) - { + ) { self.costCategory = costCategory } } diff --git a/Sources/Services/AWSCostOptimizationHub/Package.swift.txt b/Sources/Services/AWSCostOptimizationHub/Package.swift.txt index dd18553ebf2..402c283a0af 100644 --- a/Sources/Services/AWSCostOptimizationHub/Package.swift.txt +++ b/Sources/Services/AWSCostOptimizationHub/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/CostOptimizationHubClient.swift b/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/CostOptimizationHubClient.swift index 9d5f19ad02a..111f737544e 100644 --- a/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/CostOptimizationHubClient.swift +++ b/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/CostOptimizationHubClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CostOptimizationHubClient: ClientRuntime.Client { public static let clientName = "CostOptimizationHubClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CostOptimizationHubClient.CostOptimizationHubClientConfiguration let serviceName = "Cost Optimization Hub" diff --git a/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/Models.swift b/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/Models.swift index e3173c2047c..500c116a882 100644 --- a/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/Models.swift +++ b/Sources/Services/AWSCostOptimizationHub/Sources/AWSCostOptimizationHub/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +96,7 @@ extension CostOptimizationHubClientTypes { createdTimestamp: Foundation.Date? = nil, lastUpdatedTimestamp: Foundation.Date? = nil, status: CostOptimizationHubClientTypes.EnrollmentStatus? = nil - ) - { + ) { self.accountId = accountId self.createdTimestamp = createdTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -163,8 +161,7 @@ extension CostOptimizationHubClientTypes { public init( iops: Swift.Double? = nil, throughput: Swift.Double? = nil - ) - { + ) { self.iops = iops self.throughput = throughput } @@ -189,8 +186,7 @@ extension CostOptimizationHubClientTypes { memorySizeInMB: Swift.Int? = nil, platform: Swift.String? = nil, vCpu: Swift.Double? = nil - ) - { + ) { self.architecture = architecture self.memorySizeInMB = memorySizeInMB self.platform = platform @@ -217,8 +213,7 @@ extension CostOptimizationHubClientTypes { hourlyCommitment: Swift.String? = nil, paymentOption: Swift.String? = nil, term: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.hourlyCommitment = hourlyCommitment self.paymentOption = paymentOption @@ -245,8 +240,7 @@ extension CostOptimizationHubClientTypes { estimatedOnDemandCost: Swift.Double? = nil, monthlySavingsPlansEligibleCost: Swift.Double? = nil, savingsPercentage: Swift.Double? = nil - ) - { + ) { self.estimatedMonthlyCommitment = estimatedMonthlyCommitment self.estimatedOnDemandCost = estimatedOnDemandCost self.monthlySavingsPlansEligibleCost = monthlySavingsPlansEligibleCost @@ -264,8 +258,7 @@ extension CostOptimizationHubClientTypes { public init( pricing: CostOptimizationHubClientTypes.SavingsPlansPricing? = nil - ) - { + ) { self.pricing = pricing } } @@ -283,8 +276,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.ComputeSavingsPlansConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.SavingsPlansCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -310,8 +302,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -334,8 +325,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +344,7 @@ extension CostOptimizationHubClientTypes { public init( fieldName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.fieldName = fieldName self.message = message } @@ -416,8 +405,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [CostOptimizationHubClientTypes.ValidationExceptionDetail]? = nil, message: Swift.String? = nil, reason: CostOptimizationHubClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -496,8 +484,7 @@ public struct GetPreferencesOutput: Swift.Sendable { public init( memberAccountDiscountVisibility: CostOptimizationHubClientTypes.MemberAccountDiscountVisibility? = nil, savingsEstimationMode: CostOptimizationHubClientTypes.SavingsEstimationMode? = nil - ) - { + ) { self.memberAccountDiscountVisibility = memberAccountDiscountVisibility self.savingsEstimationMode = savingsEstimationMode } @@ -526,8 +513,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -540,8 +526,7 @@ public struct GetRecommendationInput: Swift.Sendable { public init( recommendationId: Swift.String? = nil - ) - { + ) { self.recommendationId = recommendationId } } @@ -558,8 +543,7 @@ extension CostOptimizationHubClientTypes { public init( sizeInGb: Swift.Double? = nil, type: Swift.String? = nil - ) - { + ) { self.sizeInGb = sizeInGb self.type = type } @@ -581,8 +565,7 @@ extension CostOptimizationHubClientTypes { attachmentState: Swift.String? = nil, performance: CostOptimizationHubClientTypes.BlockStoragePerformanceConfiguration? = nil, storage: CostOptimizationHubClientTypes.StorageConfiguration? = nil - ) - { + ) { self.attachmentState = attachmentState self.performance = performance self.storage = storage @@ -605,8 +588,7 @@ extension CostOptimizationHubClientTypes { otherDiscount: Swift.Double? = nil, reservedInstancesDiscount: Swift.Double? = nil, savingsPlansDiscount: Swift.Double? = nil - ) - { + ) { self.otherDiscount = otherDiscount self.reservedInstancesDiscount = reservedInstancesDiscount self.savingsPlansDiscount = savingsPlansDiscount @@ -632,8 +614,7 @@ extension CostOptimizationHubClientTypes { estimatedCostBeforeDiscounts: Swift.Double? = nil, estimatedDiscounts: CostOptimizationHubClientTypes.EstimatedDiscounts? = nil, estimatedNetUnusedAmortizedCommitments: Swift.Double? = nil - ) - { + ) { self.estimatedCostAfterDiscounts = estimatedCostAfterDiscounts self.estimatedCostBeforeDiscounts = estimatedCostBeforeDiscounts self.estimatedDiscounts = estimatedDiscounts @@ -663,8 +644,7 @@ extension CostOptimizationHubClientTypes { unit: Swift.String? = nil, usageAmount: Swift.Double? = nil, usageType: Swift.String? = nil - ) - { + ) { self.operation = operation self.productCode = productCode self.unit = unit @@ -686,8 +666,7 @@ extension CostOptimizationHubClientTypes { public init( pricing: CostOptimizationHubClientTypes.ResourcePricing? = nil, usages: [CostOptimizationHubClientTypes.Usage]? = nil - ) - { + ) { self.pricing = pricing self.usages = usages } @@ -706,8 +685,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.EbsVolumeConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -723,8 +701,7 @@ extension CostOptimizationHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -739,8 +716,7 @@ extension CostOptimizationHubClientTypes { public init( instance: CostOptimizationHubClientTypes.InstanceConfiguration? = nil - ) - { + ) { self.instance = instance } } @@ -758,8 +734,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.Ec2AutoScalingGroupConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -775,8 +750,7 @@ extension CostOptimizationHubClientTypes { public init( instance: CostOptimizationHubClientTypes.InstanceConfiguration? = nil - ) - { + ) { self.instance = instance } } @@ -794,8 +768,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.Ec2InstanceConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -826,8 +799,7 @@ extension CostOptimizationHubClientTypes { paymentOption: Swift.String? = nil, savingsPlansRegion: Swift.String? = nil, term: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.hourlyCommitment = hourlyCommitment self.instanceFamily = instanceFamily @@ -850,8 +822,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.Ec2InstanceSavingsPlansConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.SavingsPlansCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -912,8 +883,7 @@ extension CostOptimizationHubClientTypes { tenancy: Swift.String? = nil, term: Swift.String? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.currentGeneration = currentGeneration self.instanceFamily = instanceFamily @@ -952,8 +922,7 @@ extension CostOptimizationHubClientTypes { estimatedOnDemandCost: Swift.Double? = nil, monthlyReservationEligibleCost: Swift.Double? = nil, savingsPercentage: Swift.Double? = nil - ) - { + ) { self.estimatedMonthlyAmortizedReservationCost = estimatedMonthlyAmortizedReservationCost self.estimatedOnDemandCost = estimatedOnDemandCost self.monthlyReservationEligibleCost = monthlyReservationEligibleCost @@ -971,8 +940,7 @@ extension CostOptimizationHubClientTypes { public init( pricing: CostOptimizationHubClientTypes.ReservedInstancesPricing? = nil - ) - { + ) { self.pricing = pricing } } @@ -990,8 +958,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.Ec2ReservedInstancesConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ReservedInstancesCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1007,8 +974,7 @@ extension CostOptimizationHubClientTypes { public init( compute: CostOptimizationHubClientTypes.ComputeConfiguration? = nil - ) - { + ) { self.compute = compute } } @@ -1026,8 +992,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.EcsServiceConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1079,8 +1044,7 @@ extension CostOptimizationHubClientTypes { sizeFlexEligible: Swift.Bool? = nil, term: Swift.String? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.currentGeneration = currentGeneration self.instanceFamily = instanceFamily @@ -1110,8 +1074,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.ElastiCacheReservedInstancesConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ReservedInstancesCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1127,8 +1090,7 @@ extension CostOptimizationHubClientTypes { public init( compute: CostOptimizationHubClientTypes.ComputeConfiguration? = nil - ) - { + ) { self.compute = compute } } @@ -1146,8 +1108,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.LambdaFunctionConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1196,8 +1157,7 @@ extension CostOptimizationHubClientTypes { sizeFlexEligible: Swift.Bool? = nil, term: Swift.String? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.currentGeneration = currentGeneration self.instanceType = instanceType @@ -1226,8 +1186,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.OpenSearchReservedInstancesConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ReservedInstancesCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1243,8 +1202,7 @@ extension CostOptimizationHubClientTypes { public init( dbInstanceClass: Swift.String? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass } } @@ -1259,8 +1217,7 @@ extension CostOptimizationHubClientTypes { public init( instance: CostOptimizationHubClientTypes.DbInstanceConfiguration? = nil - ) - { + ) { self.instance = instance } } @@ -1278,8 +1235,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.RdsDbInstanceConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1304,8 +1260,7 @@ extension CostOptimizationHubClientTypes { iops: Swift.Double? = nil, storageThroughput: Swift.Double? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorageInGb = allocatedStorageInGb self.iops = iops self.storageThroughput = storageThroughput @@ -1326,8 +1281,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.RdsDbInstanceStorageConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ResourceCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1391,8 +1345,7 @@ extension CostOptimizationHubClientTypes { sizeFlexEligible: Swift.Bool? = nil, term: Swift.String? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.currentGeneration = currentGeneration self.databaseEdition = databaseEdition @@ -1426,8 +1379,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.RdsReservedInstancesConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ReservedInstancesCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1479,8 +1431,7 @@ extension CostOptimizationHubClientTypes { sizeFlexEligible: Swift.Bool? = nil, term: Swift.String? = nil, upfrontCost: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.currentGeneration = currentGeneration self.instanceFamily = instanceFamily @@ -1510,8 +1461,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.RedshiftReservedInstancesConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.ReservedInstancesCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1536,8 +1486,7 @@ extension CostOptimizationHubClientTypes { hourlyCommitment: Swift.String? = nil, paymentOption: Swift.String? = nil, term: Swift.String? = nil - ) - { + ) { self.accountScope = accountScope self.hourlyCommitment = hourlyCommitment self.paymentOption = paymentOption @@ -1558,8 +1507,7 @@ extension CostOptimizationHubClientTypes { public init( configuration: CostOptimizationHubClientTypes.SageMakerSavingsPlansConfiguration? = nil, costCalculation: CostOptimizationHubClientTypes.SavingsPlansCostCalculation? = nil - ) - { + ) { self.configuration = configuration self.costCalculation = costCalculation } @@ -1751,8 +1699,7 @@ extension CostOptimizationHubClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1831,8 +1778,7 @@ public struct GetRecommendationOutput: Swift.Sendable { rollbackPossible: Swift.Bool? = nil, source: CostOptimizationHubClientTypes.Source? = nil, tags: [CostOptimizationHubClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.actionType = actionType self.costCalculationLookbackPeriodInDays = costCalculationLookbackPeriodInDays @@ -1874,8 +1820,7 @@ public struct ListEnrollmentStatusesInput: Swift.Sendable { includeOrganizationInfo: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.includeOrganizationInfo = includeOrganizationInfo self.maxResults = maxResults @@ -1895,8 +1840,7 @@ public struct ListEnrollmentStatusesOutput: Swift.Sendable { includeMemberAccounts: Swift.Bool? = nil, items: [CostOptimizationHubClientTypes.AccountEnrollmentStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeMemberAccounts = includeMemberAccounts self.items = items self.nextToken = nextToken @@ -1942,8 +1886,7 @@ extension CostOptimizationHubClientTypes { restartNeeded: Swift.Bool? = nil, rollbackPossible: Swift.Bool? = nil, tags: [CostOptimizationHubClientTypes.Tag]? = nil - ) - { + ) { self.accountIds = accountIds self.actionTypes = actionTypes self.implementationEfforts = implementationEfforts @@ -2000,8 +1943,7 @@ extension CostOptimizationHubClientTypes { public init( dimension: Swift.String? = nil, order: CostOptimizationHubClientTypes.Order? = nil - ) - { + ) { self.dimension = dimension self.order = order } @@ -2026,8 +1968,7 @@ public struct ListRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, orderBy: CostOptimizationHubClientTypes.OrderBy? = nil - ) - { + ) { self.filter = filter self.includeAllRecommendations = includeAllRecommendations self.maxResults = maxResults @@ -2105,8 +2046,7 @@ extension CostOptimizationHubClientTypes { rollbackPossible: Swift.Bool? = nil, source: CostOptimizationHubClientTypes.Source? = nil, tags: [CostOptimizationHubClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.actionType = actionType self.currencyCode = currencyCode @@ -2141,8 +2081,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( items: [CostOptimizationHubClientTypes.Recommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2193,8 +2132,7 @@ public struct ListRecommendationSummariesInput: Swift.Sendable { maxResults: Swift.Int? = nil, metrics: [CostOptimizationHubClientTypes.SummaryMetrics]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.groupBy = groupBy self.maxResults = maxResults @@ -2218,8 +2156,7 @@ extension CostOptimizationHubClientTypes { estimatedMonthlySavings: Swift.Double? = nil, group: Swift.String? = nil, recommendationCount: Swift.Int? = nil - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.group = group self.recommendationCount = recommendationCount @@ -2236,8 +2173,7 @@ extension CostOptimizationHubClientTypes { public init( savingsPercentage: Swift.String? = nil - ) - { + ) { self.savingsPercentage = savingsPercentage } } @@ -2264,8 +2200,7 @@ public struct ListRecommendationSummariesOutput: Swift.Sendable { items: [CostOptimizationHubClientTypes.RecommendationSummary]? = nil, metrics: CostOptimizationHubClientTypes.SummaryMetricsResult? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.estimatedTotalDedupedSavings = estimatedTotalDedupedSavings self.groupBy = groupBy @@ -2285,8 +2220,7 @@ public struct UpdateEnrollmentStatusInput: Swift.Sendable { public init( includeMemberAccounts: Swift.Bool? = nil, status: CostOptimizationHubClientTypes.EnrollmentStatus? = nil - ) - { + ) { self.includeMemberAccounts = includeMemberAccounts self.status = status } @@ -2298,8 +2232,7 @@ public struct UpdateEnrollmentStatusOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -2313,8 +2246,7 @@ public struct UpdatePreferencesInput: Swift.Sendable { public init( memberAccountDiscountVisibility: CostOptimizationHubClientTypes.MemberAccountDiscountVisibility? = nil, savingsEstimationMode: CostOptimizationHubClientTypes.SavingsEstimationMode? = nil - ) - { + ) { self.memberAccountDiscountVisibility = memberAccountDiscountVisibility self.savingsEstimationMode = savingsEstimationMode } @@ -2329,8 +2261,7 @@ public struct UpdatePreferencesOutput: Swift.Sendable { public init( memberAccountDiscountVisibility: CostOptimizationHubClientTypes.MemberAccountDiscountVisibility? = nil, savingsEstimationMode: CostOptimizationHubClientTypes.SavingsEstimationMode? = nil - ) - { + ) { self.memberAccountDiscountVisibility = memberAccountDiscountVisibility self.savingsEstimationMode = savingsEstimationMode } diff --git a/Sources/Services/AWSCostandUsageReportService/Package.swift.txt b/Sources/Services/AWSCostandUsageReportService/Package.swift.txt index 55adf3be4d0..d79a33412ad 100644 --- a/Sources/Services/AWSCostandUsageReportService/Package.swift.txt +++ b/Sources/Services/AWSCostandUsageReportService/Package.swift.txt @@ -41,35 +41,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/CostandUsageReportClient.swift b/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/CostandUsageReportClient.swift index 8057e8238f6..22c257b51e0 100644 --- a/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/CostandUsageReportClient.swift +++ b/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/CostandUsageReportClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CostandUsageReportClient: ClientRuntime.Client { public static let clientName = "CostandUsageReportClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CostandUsageReportClient.CostandUsageReportClientConfiguration let serviceName = "Cost and Usage Report" diff --git a/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/Models.swift b/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/Models.swift index 4dafcf36391..e313a045925 100644 --- a/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/Models.swift +++ b/Sources/Services/AWSCostandUsageReportService/Sources/AWSCostandUsageReportService/Models.swift @@ -76,8 +76,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -101,8 +100,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -115,8 +113,7 @@ public struct DeleteReportDefinitionInput: Swift.Sendable { public init( reportName: Swift.String? = nil - ) - { + ) { self.reportName = reportName } } @@ -128,8 +125,7 @@ public struct DeleteReportDefinitionOutput: Swift.Sendable { public init( responseMessage: Swift.String? = nil - ) - { + ) { self.responseMessage = responseMessage } } @@ -144,8 +140,7 @@ public struct DescribeReportDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -291,8 +286,7 @@ extension CostandUsageReportClientTypes { public init( lastDelivery: Swift.String? = nil, lastStatus: CostandUsageReportClientTypes.LastStatus? = nil - ) - { + ) { self.lastDelivery = lastDelivery self.lastStatus = lastStatus } @@ -522,8 +516,7 @@ extension CostandUsageReportClientTypes { s3Prefix: Swift.String? = nil, s3Region: CostandUsageReportClientTypes.AWSRegion? = nil, timeUnit: CostandUsageReportClientTypes.TimeUnit? = nil - ) - { + ) { self.additionalArtifacts = additionalArtifacts self.additionalSchemaElements = additionalSchemaElements self.billingViewArn = billingViewArn @@ -551,8 +544,7 @@ public struct DescribeReportDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportDefinitions: [CostandUsageReportClientTypes.ReportDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.reportDefinitions = reportDefinitions } @@ -577,8 +569,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -590,8 +581,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( reportName: Swift.String? = nil - ) - { + ) { self.reportName = reportName } } @@ -610,8 +600,7 @@ extension CostandUsageReportClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -624,8 +613,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [CostandUsageReportClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -641,8 +629,7 @@ public struct ModifyReportDefinitionInput: Swift.Sendable { public init( reportDefinition: CostandUsageReportClientTypes.ReportDefinition? = nil, reportName: Swift.String? = nil - ) - { + ) { self.reportDefinition = reportDefinition self.reportName = reportName } @@ -672,8 +659,7 @@ public struct DuplicateReportNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -697,8 +683,7 @@ public struct ReportLimitReachedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -714,8 +699,7 @@ public struct PutReportDefinitionInput: Swift.Sendable { public init( reportDefinition: CostandUsageReportClientTypes.ReportDefinition? = nil, tags: [CostandUsageReportClientTypes.Tag]? = nil - ) - { + ) { self.reportDefinition = reportDefinition self.tags = tags } @@ -738,8 +722,7 @@ public struct TagResourceInput: Swift.Sendable { public init( reportName: Swift.String? = nil, tags: [CostandUsageReportClientTypes.Tag]? = nil - ) - { + ) { self.reportName = reportName self.tags = tags } @@ -761,8 +744,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( reportName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.reportName = reportName self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSCustomerProfiles/Package.swift.txt b/Sources/Services/AWSCustomerProfiles/Package.swift.txt index 11ecf69d885..29ca13c4ad3 100644 --- a/Sources/Services/AWSCustomerProfiles/Package.swift.txt +++ b/Sources/Services/AWSCustomerProfiles/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/CustomerProfilesClient.swift b/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/CustomerProfilesClient.swift index be685e901f8..cba694b4ec5 100644 --- a/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/CustomerProfilesClient.swift +++ b/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/CustomerProfilesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class CustomerProfilesClient: ClientRuntime.Client { public static let clientName = "CustomerProfilesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: CustomerProfilesClient.CustomerProfilesClientConfiguration let serviceName = "Customer Profiles" diff --git a/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/Models.swift b/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/Models.swift index c20529a1ee2..594dce49a14 100644 --- a/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/Models.swift +++ b/Sources/Services/AWSCustomerProfiles/Sources/AWSCustomerProfiles/Models.swift @@ -50,8 +50,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ extension CustomerProfilesClientTypes { public init( keyName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.keyName = keyName self.values = values } @@ -96,8 +94,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +117,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +140,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +163,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct AddProfileKeyInput: Swift.Sendable { keyName: Swift.String? = nil, profileId: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.keyName = keyName self.profileId = profileId @@ -211,8 +204,7 @@ public struct AddProfileKeyOutput: Swift.Sendable { public init( keyName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.keyName = keyName self.values = values } @@ -254,8 +246,7 @@ extension CustomerProfilesClientTypes { postalCode: Swift.String? = nil, province: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.address1 = address1 self.address2 = address2 self.address3 = address3 @@ -328,8 +319,7 @@ extension CustomerProfilesClientTypes { public init( dimensionType: CustomerProfilesClientTypes.StringDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -360,8 +350,7 @@ extension CustomerProfilesClientTypes { postalCode: CustomerProfilesClientTypes.ProfileDimension? = nil, province: CustomerProfilesClientTypes.ProfileDimension? = nil, state: CustomerProfilesClientTypes.ProfileDimension? = nil - ) - { + ) { self.city = city self.country = country self.county = county @@ -386,8 +375,7 @@ extension CustomerProfilesClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -441,8 +429,7 @@ extension CustomerProfilesClientTypes { public init( datetimeTypeFieldName: Swift.String? = nil - ) - { + ) { self.datetimeTypeFieldName = datetimeTypeFieldName } } @@ -458,8 +445,7 @@ extension CustomerProfilesClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -478,8 +464,7 @@ extension CustomerProfilesClientTypes { public init( bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix } @@ -502,8 +487,7 @@ extension CustomerProfilesClientTypes { enableDynamicFieldUpdate: Swift.Bool = false, includeDeletedRecords: Swift.Bool = false, object: Swift.String? = nil - ) - { + ) { self.enableDynamicFieldUpdate = enableDynamicFieldUpdate self.includeDeletedRecords = includeDeletedRecords self.object = object @@ -521,8 +505,7 @@ extension CustomerProfilesClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -538,8 +521,7 @@ extension CustomerProfilesClientTypes { public init( object: Swift.String? = nil - ) - { + ) { self.object = object } } @@ -566,8 +548,7 @@ extension CustomerProfilesClientTypes { salesforce: CustomerProfilesClientTypes.SalesforceSourceProperties? = nil, serviceNow: CustomerProfilesClientTypes.ServiceNowSourceProperties? = nil, zendesk: CustomerProfilesClientTypes.ZendeskSourceProperties? = nil - ) - { + ) { self.marketo = marketo self.s3 = s3 self.salesforce = salesforce @@ -597,8 +578,7 @@ extension CustomerProfilesClientTypes { connectorType: CustomerProfilesClientTypes.SourceConnectorType? = nil, incrementalPullConfig: CustomerProfilesClientTypes.IncrementalPullConfig? = nil, sourceConnectorProperties: CustomerProfilesClientTypes.SourceConnectorProperties? = nil - ) - { + ) { self.connectorProfileName = connectorProfileName self.connectorType = connectorType self.incrementalPullConfig = incrementalPullConfig @@ -1019,8 +999,7 @@ extension CustomerProfilesClientTypes { salesforce: CustomerProfilesClientTypes.SalesforceConnectorOperator? = nil, serviceNow: CustomerProfilesClientTypes.ServiceNowConnectorOperator? = nil, zendesk: CustomerProfilesClientTypes.ZendeskConnectorOperator? = nil - ) - { + ) { self.marketo = marketo self.s3 = s3 self.salesforce = salesforce @@ -1162,8 +1141,7 @@ extension CustomerProfilesClientTypes { sourceFields: [Swift.String]? = nil, taskProperties: [Swift.String: Swift.String]? = nil, taskType: CustomerProfilesClientTypes.TaskType? = nil - ) - { + ) { self.connectorOperator = connectorOperator self.destinationField = destinationField self.sourceFields = sourceFields @@ -1230,8 +1208,7 @@ extension CustomerProfilesClientTypes { scheduleOffset: Swift.Int? = 0, scheduleStartTime: Foundation.Date? = nil, timezone: Swift.String? = nil - ) - { + ) { self.dataPullMode = dataPullMode self.firstExecutionFrom = firstExecutionFrom self.scheduleEndTime = scheduleEndTime @@ -1252,8 +1229,7 @@ extension CustomerProfilesClientTypes { public init( scheduled: CustomerProfilesClientTypes.ScheduledTriggerProperties? = nil - ) - { + ) { self.scheduled = scheduled } } @@ -1304,8 +1280,7 @@ extension CustomerProfilesClientTypes { public init( triggerProperties: CustomerProfilesClientTypes.TriggerProperties? = nil, triggerType: CustomerProfilesClientTypes.TriggerType? = nil - ) - { + ) { self.triggerProperties = triggerProperties self.triggerType = triggerType } @@ -1341,8 +1316,7 @@ extension CustomerProfilesClientTypes { sourceFlowConfig: CustomerProfilesClientTypes.SourceFlowConfig? = nil, tasks: [CustomerProfilesClientTypes.Task]? = nil, triggerConfig: CustomerProfilesClientTypes.TriggerConfig? = nil - ) - { + ) { self.description = description self.flowName = flowName self.kmsArn = kmsArn @@ -1372,8 +1346,7 @@ extension CustomerProfilesClientTypes { public init( batches: [CustomerProfilesClientTypes.Batch]? = nil, flowDefinition: CustomerProfilesClientTypes.FlowDefinition? = nil - ) - { + ) { self.batches = batches self.flowDefinition = flowDefinition } @@ -1402,8 +1375,7 @@ extension CustomerProfilesClientTypes { connectorProfileName: Swift.String? = nil, roleArn: Swift.String? = nil, sourceConnectorType: CustomerProfilesClientTypes.SourceConnectorType? = nil - ) - { + ) { self.connectorProfileName = connectorProfileName self.roleArn = roleArn self.sourceConnectorType = sourceConnectorType @@ -1429,8 +1401,7 @@ extension CustomerProfilesClientTypes { recordsProcessed: Swift.Int = 0, stepsCompleted: Swift.Int = 0, totalSteps: Swift.Int = 0 - ) - { + ) { self.recordsProcessed = recordsProcessed self.stepsCompleted = stepsCompleted self.totalSteps = totalSteps @@ -1520,8 +1491,7 @@ extension CustomerProfilesClientTypes { lastUpdatedAt: Foundation.Date? = nil, recordsProcessed: Swift.Int = 0, status: CustomerProfilesClientTypes.Status? = nil - ) - { + ) { self.batchRecordsEndTime = batchRecordsEndTime self.batchRecordsStartTime = batchRecordsStartTime self.createdAt = createdAt @@ -1544,8 +1514,7 @@ extension CustomerProfilesClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1565,8 +1534,7 @@ extension CustomerProfilesClientTypes { public init( attributes: [CustomerProfilesClientTypes.AttributeItem]? = nil, expression: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.expression = expression } @@ -1661,8 +1629,7 @@ extension CustomerProfilesClientTypes { public init( dimensionType: CustomerProfilesClientTypes.AttributeDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -1751,8 +1718,7 @@ extension CustomerProfilesClientTypes { public init( dimensionType: CustomerProfilesClientTypes.FilterDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -1831,8 +1797,7 @@ extension CustomerProfilesClientTypes { attributeMatchingModel: CustomerProfilesClientTypes.AttributeMatchingModel? = nil, emailAddress: [Swift.String]? = nil, phoneNumber: [Swift.String]? = nil - ) - { + ) { self.address = address self.attributeMatchingModel = attributeMatchingModel self.emailAddress = emailAddress @@ -1850,8 +1815,7 @@ extension CustomerProfilesClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -1903,8 +1867,7 @@ extension CustomerProfilesClientTypes { public init( conflictResolvingModel: CustomerProfilesClientTypes.ConflictResolvingModel? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.conflictResolvingModel = conflictResolvingModel self.sourceName = sourceName } @@ -1921,8 +1884,7 @@ extension CustomerProfilesClientTypes { public init( matchingAttributesList: [[Swift.String]]? = nil - ) - { + ) { self.matchingAttributesList = matchingAttributesList } } @@ -1947,8 +1909,7 @@ extension CustomerProfilesClientTypes { consolidation: CustomerProfilesClientTypes.Consolidation? = nil, enabled: Swift.Bool? = nil, minAllowedConfidenceScoreForMerging: Swift.Double? = nil - ) - { + ) { self.conflictResolution = conflictResolution self.consolidation = consolidation self.enabled = enabled @@ -2000,8 +1961,7 @@ extension CustomerProfilesClientTypes { end: Swift.Int = 0, start: Swift.Int? = 366, unit: CustomerProfilesClientTypes.RangeUnit? = nil - ) - { + ) { self.end = end self.start = start self.unit = unit @@ -2018,8 +1978,7 @@ extension CustomerProfilesClientTypes { public init( range: CustomerProfilesClientTypes.RangeOverride? = nil - ) - { + ) { self.range = range } } @@ -2049,8 +2008,7 @@ public struct BatchGetCalculatedAttributeForProfileInput: Swift.Sendable { conditionOverrides: CustomerProfilesClientTypes.ConditionOverrides? = nil, domainName: Swift.String? = nil, profileIds: [Swift.String]? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.conditionOverrides = conditionOverrides self.domainName = domainName @@ -2084,8 +2042,7 @@ extension CustomerProfilesClientTypes { isDataPartial: Swift.String? = nil, profileId: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.displayName = displayName self.isDataPartial = isDataPartial @@ -2113,8 +2070,7 @@ extension CustomerProfilesClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.profileId = profileId @@ -2134,8 +2090,7 @@ public struct BatchGetCalculatedAttributeForProfileOutput: Swift.Sendable { calculatedAttributeValues: [CustomerProfilesClientTypes.CalculatedAttributeValue]? = nil, conditionOverrides: CustomerProfilesClientTypes.ConditionOverrides? = nil, errors: [CustomerProfilesClientTypes.BatchGetCalculatedAttributeForProfileError]? = nil - ) - { + ) { self.calculatedAttributeValues = calculatedAttributeValues self.conditionOverrides = conditionOverrides self.errors = errors @@ -2158,8 +2113,7 @@ public struct BatchGetProfileInput: Swift.Sendable { public init( domainName: Swift.String? = nil, profileIds: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.profileIds = profileIds } @@ -2183,8 +2137,7 @@ extension CustomerProfilesClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.profileId = profileId @@ -2204,8 +2157,7 @@ extension CustomerProfilesClientTypes { public init( keyName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.keyName = keyName self.values = values } @@ -2368,8 +2320,7 @@ extension CustomerProfilesClientTypes { phoneNumber: Swift.String? = nil, profileId: Swift.String? = nil, shippingAddress: CustomerProfilesClientTypes.Address? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address = address @@ -2413,8 +2364,7 @@ public struct BatchGetProfileOutput: Swift.Sendable { public init( errors: [CustomerProfilesClientTypes.BatchGetProfileError]? = nil, profiles: [CustomerProfilesClientTypes.Profile]? = nil - ) - { + ) { self.errors = errors self.profiles = profiles } @@ -2444,8 +2394,7 @@ extension CustomerProfilesClientTypes { displayName: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.createdAt = createdAt self.description = description @@ -2478,8 +2427,7 @@ extension CustomerProfilesClientTypes { conditionOverrides: CustomerProfilesClientTypes.ConditionOverrides? = nil, dimensionType: CustomerProfilesClientTypes.AttributeDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.conditionOverrides = conditionOverrides self.dimensionType = dimensionType self.values = values @@ -2510,8 +2458,7 @@ extension CustomerProfilesClientTypes { displayName: Swift.String? = nil, isDataPartial: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.displayName = displayName self.isDataPartial = isDataPartial @@ -2628,8 +2575,7 @@ extension CustomerProfilesClientTypes { public init( unit: CustomerProfilesClientTypes.Unit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -2685,8 +2631,7 @@ extension CustomerProfilesClientTypes { public init( `operator`: CustomerProfilesClientTypes.Operator? = nil, value: Swift.String? = nil - ) - { + ) { self.`operator` = `operator` self.value = value } @@ -2708,8 +2653,7 @@ extension CustomerProfilesClientTypes { objectCount: Swift.Int? = nil, range: CustomerProfilesClientTypes.Range? = nil, threshold: CustomerProfilesClientTypes.Threshold? = nil - ) - { + ) { self.objectCount = objectCount self.range = range self.threshold = threshold @@ -2733,8 +2677,7 @@ extension CustomerProfilesClientTypes { public init( attributes: [Swift.String: CustomerProfilesClientTypes.FilterAttributeDimension]? = nil - ) - { + ) { self.attributes = attributes } } @@ -2786,8 +2729,7 @@ extension CustomerProfilesClientTypes { public init( dimensions: [CustomerProfilesClientTypes.FilterDimension]? = nil, type: CustomerProfilesClientTypes.ModelType? = nil - ) - { + ) { self.dimensions = dimensions self.type = type } @@ -2840,8 +2782,7 @@ extension CustomerProfilesClientTypes { public init( groups: [CustomerProfilesClientTypes.FilterGroup]? = nil, include: CustomerProfilesClientTypes.Include? = nil - ) - { + ) { self.groups = groups self.include = include } @@ -2929,8 +2870,7 @@ public struct CreateCalculatedAttributeDefinitionInput: Swift.Sendable { filter: CustomerProfilesClientTypes.Filter? = nil, statistic: CustomerProfilesClientTypes.Statistic? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeDetails = attributeDetails self.calculatedAttributeName = calculatedAttributeName self.conditions = conditions @@ -2981,8 +2921,7 @@ public struct CreateCalculatedAttributeDefinitionOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, statistic: CustomerProfilesClientTypes.Statistic? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeDetails = attributeDetails self.calculatedAttributeName = calculatedAttributeName self.conditions = conditions @@ -3014,8 +2953,7 @@ extension CustomerProfilesClientTypes { public init( s3BucketName: Swift.String? = nil, s3KeyName: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3KeyName = s3KeyName } @@ -3031,8 +2969,7 @@ extension CustomerProfilesClientTypes { public init( s3Exporting: CustomerProfilesClientTypes.S3ExportingConfig? = nil - ) - { + ) { self.s3Exporting = s3Exporting } } @@ -3096,8 +3033,7 @@ extension CustomerProfilesClientTypes { public init( dayOfTheWeek: CustomerProfilesClientTypes.JobScheduleDayOfTheWeek? = nil, time: Swift.String? = nil - ) - { + ) { self.dayOfTheWeek = dayOfTheWeek self.time = time } @@ -3123,8 +3059,7 @@ extension CustomerProfilesClientTypes { enabled: Swift.Bool? = nil, exportingConfig: CustomerProfilesClientTypes.ExportingConfig? = nil, jobSchedule: CustomerProfilesClientTypes.JobSchedule? = nil - ) - { + ) { self.autoMerging = autoMerging self.enabled = enabled self.exportingConfig = exportingConfig @@ -3177,8 +3112,7 @@ extension CustomerProfilesClientTypes { public init( rule: [Swift.String]? = nil - ) - { + ) { self.rule = rule } } @@ -3212,8 +3146,7 @@ extension CustomerProfilesClientTypes { matchingRules: [CustomerProfilesClientTypes.MatchingRule]? = nil, maxAllowedRuleLevelForMatching: Swift.Int? = nil, maxAllowedRuleLevelForMerging: Swift.Int? = nil - ) - { + ) { self.attributeTypesSelector = attributeTypesSelector self.conflictResolution = conflictResolution self.enabled = enabled @@ -3251,8 +3184,7 @@ public struct CreateDomainInput: Swift.Sendable { matching: CustomerProfilesClientTypes.MatchingRequest? = nil, ruleBasedMatching: CustomerProfilesClientTypes.RuleBasedMatchingRequest? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deadLetterQueueUrl = deadLetterQueueUrl self.defaultEncryptionKey = defaultEncryptionKey self.defaultExpirationDays = defaultExpirationDays @@ -3281,8 +3213,7 @@ extension CustomerProfilesClientTypes { enabled: Swift.Bool? = nil, exportingConfig: CustomerProfilesClientTypes.ExportingConfig? = nil, jobSchedule: CustomerProfilesClientTypes.JobSchedule? = nil - ) - { + ) { self.autoMerging = autoMerging self.enabled = enabled self.exportingConfig = exportingConfig @@ -3365,8 +3296,7 @@ extension CustomerProfilesClientTypes { maxAllowedRuleLevelForMatching: Swift.Int? = nil, maxAllowedRuleLevelForMerging: Swift.Int? = nil, status: CustomerProfilesClientTypes.RuleBasedMatchingStatus? = nil - ) - { + ) { self.attributeTypesSelector = attributeTypesSelector self.conflictResolution = conflictResolution self.enabled = enabled @@ -3413,8 +3343,7 @@ public struct CreateDomainOutput: Swift.Sendable { matching: CustomerProfilesClientTypes.MatchingResponse? = nil, ruleBasedMatching: CustomerProfilesClientTypes.RuleBasedMatchingResponse? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.deadLetterQueueUrl = deadLetterQueueUrl self.defaultEncryptionKey = defaultEncryptionKey @@ -3445,8 +3374,7 @@ public struct CreateEventStreamInput: Swift.Sendable { eventStreamName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventStreamName = eventStreamName self.tags = tags @@ -3464,8 +3392,7 @@ public struct CreateEventStreamOutput: Swift.Sendable { public init( eventStreamArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.eventStreamArn = eventStreamArn self.tags = tags } @@ -3491,8 +3418,7 @@ extension CustomerProfilesClientTypes { fieldName: Swift.String? = nil, source: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.fieldName = fieldName self.source = source @@ -3511,8 +3437,7 @@ extension CustomerProfilesClientTypes { public init( objectAttributes: [CustomerProfilesClientTypes.ObjectAttribute]? = nil - ) - { + ) { self.objectAttributes = objectAttributes } } @@ -3564,8 +3489,7 @@ extension CustomerProfilesClientTypes { public init( eventTriggerDimensions: [CustomerProfilesClientTypes.EventTriggerDimension]? = nil, logicalOperator: CustomerProfilesClientTypes.EventTriggerLogicalOperator? = nil - ) - { + ) { self.eventTriggerDimensions = eventTriggerDimensions self.logicalOperator = logicalOperator } @@ -3627,8 +3551,7 @@ extension CustomerProfilesClientTypes { unit: CustomerProfilesClientTypes.PeriodUnit? = nil, unlimited: Swift.Bool = false, value: Swift.Int? = nil - ) - { + ) { self.maxInvocationsPerProfile = maxInvocationsPerProfile self.unit = unit self.unlimited = unlimited @@ -3649,8 +3572,7 @@ extension CustomerProfilesClientTypes { public init( eventExpiration: Swift.Int? = nil, periods: [CustomerProfilesClientTypes.Period]? = nil - ) - { + ) { self.eventExpiration = eventExpiration self.periods = periods } @@ -3688,8 +3610,7 @@ public struct CreateEventTriggerInput: Swift.Sendable { objectTypeName: Swift.String? = nil, segmentFilter: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.domainName = domainName self.eventTriggerConditions = eventTriggerConditions @@ -3736,8 +3657,7 @@ public struct CreateEventTriggerOutput: Swift.Sendable { objectTypeName: Swift.String? = nil, segmentFilter: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.eventTriggerConditions = eventTriggerConditions @@ -3764,8 +3684,7 @@ extension CustomerProfilesClientTypes { public init( appflowIntegration: CustomerProfilesClientTypes.AppflowIntegration? = nil - ) - { + ) { self.appflowIntegration = appflowIntegration } } @@ -3823,8 +3742,7 @@ public struct CreateIntegrationWorkflowInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workflowType: CustomerProfilesClientTypes.WorkflowType? = nil - ) - { + ) { self.domainName = domainName self.integrationConfig = integrationConfig self.objectTypeName = objectTypeName @@ -3845,8 +3763,7 @@ public struct CreateIntegrationWorkflowOutput: Swift.Sendable { public init( message: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.message = message self.workflowId = workflowId } @@ -3930,8 +3847,7 @@ public struct CreateProfileInput: Swift.Sendable { personalEmailAddress: Swift.String? = nil, phoneNumber: Swift.String? = nil, shippingAddress: CustomerProfilesClientTypes.Address? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address = address @@ -3971,8 +3887,7 @@ public struct CreateProfileOutput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -3991,8 +3906,7 @@ extension CustomerProfilesClientTypes { public init( dimensionType: CustomerProfilesClientTypes.StringDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -4051,8 +3965,7 @@ extension CustomerProfilesClientTypes { public init( dimensionType: CustomerProfilesClientTypes.DateDimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -4128,8 +4041,7 @@ extension CustomerProfilesClientTypes { personalEmailAddress: CustomerProfilesClientTypes.ProfileDimension? = nil, phoneNumber: CustomerProfilesClientTypes.ProfileDimension? = nil, shippingAddress: CustomerProfilesClientTypes.AddressDimension? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address = address @@ -4182,8 +4094,7 @@ extension CustomerProfilesClientTypes { public init( segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.segmentDefinitionName = segmentDefinitionName } } @@ -4239,8 +4150,7 @@ extension CustomerProfilesClientTypes { sourceSegments: [CustomerProfilesClientTypes.SourceSegment]? = nil, sourceType: CustomerProfilesClientTypes.IncludeOptions? = .all, type: CustomerProfilesClientTypes.IncludeOptions? = .all - ) - { + ) { self.dimensions = dimensions self.sourceSegments = sourceSegments self.sourceType = sourceType @@ -4261,8 +4171,7 @@ extension CustomerProfilesClientTypes { public init( groups: [CustomerProfilesClientTypes.Group]? = nil, include: CustomerProfilesClientTypes.IncludeOptions? = .all - ) - { + ) { self.groups = groups self.include = include } @@ -4300,8 +4209,7 @@ public struct CreateSegmentDefinitionInput: Swift.Sendable { segmentDefinitionName: Swift.String? = nil, segmentGroups: CustomerProfilesClientTypes.SegmentGroup? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.domainName = domainName @@ -4338,8 +4246,7 @@ public struct CreateSegmentDefinitionOutput: Swift.Sendable { segmentDefinitionArn: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.displayName = displayName @@ -4366,8 +4273,7 @@ extension CustomerProfilesClientTypes { public init( groups: [CustomerProfilesClientTypes.Group]? = nil, include: CustomerProfilesClientTypes.IncludeOptions? = nil - ) - { + ) { self.groups = groups self.include = include } @@ -4385,8 +4291,7 @@ public struct CreateSegmentEstimateInput: Swift.Sendable { public init( domainName: Swift.String? = nil, segmentQuery: CustomerProfilesClientTypes.SegmentGroupStructure? = nil - ) - { + ) { self.domainName = domainName self.segmentQuery = segmentQuery } @@ -4404,8 +4309,7 @@ public struct CreateSegmentEstimateOutput: Swift.Sendable { domainName: Swift.String? = nil, estimateId: Swift.String? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.domainName = domainName self.estimateId = estimateId self.statusCode = statusCode @@ -4468,8 +4372,7 @@ public struct CreateSegmentSnapshotInput: Swift.Sendable { encryptionKey: Swift.String? = nil, roleArn: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.dataFormat = dataFormat self.destinationUri = destinationUri self.domainName = domainName @@ -4486,8 +4389,7 @@ public struct CreateSegmentSnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -4503,8 +4405,7 @@ public struct DeleteCalculatedAttributeDefinitionInput: Swift.Sendable { public init( calculatedAttributeName: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.domainName = domainName } @@ -4522,8 +4423,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4535,8 +4435,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4552,8 +4451,7 @@ public struct DeleteEventStreamInput: Swift.Sendable { public init( domainName: Swift.String? = nil, eventStreamName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventStreamName = eventStreamName } @@ -4575,8 +4473,7 @@ public struct DeleteEventTriggerInput: Swift.Sendable { public init( domainName: Swift.String? = nil, eventTriggerName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventTriggerName = eventTriggerName } @@ -4589,8 +4486,7 @@ public struct DeleteEventTriggerOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4606,8 +4502,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( domainName: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.uri = uri } @@ -4620,8 +4515,7 @@ public struct DeleteIntegrationOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4637,8 +4531,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( domainName: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.profileId = profileId } @@ -4650,8 +4543,7 @@ public struct DeleteProfileOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4675,8 +4567,7 @@ public struct DeleteProfileKeyInput: Swift.Sendable { keyName: Swift.String? = nil, profileId: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.keyName = keyName self.profileId = profileId @@ -4690,8 +4581,7 @@ public struct DeleteProfileKeyOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4715,8 +4605,7 @@ public struct DeleteProfileObjectInput: Swift.Sendable { objectTypeName: Swift.String? = nil, profileId: Swift.String? = nil, profileObjectUniqueKey: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.objectTypeName = objectTypeName self.profileId = profileId @@ -4730,8 +4619,7 @@ public struct DeleteProfileObjectOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4747,8 +4635,7 @@ public struct DeleteProfileObjectTypeInput: Swift.Sendable { public init( domainName: Swift.String? = nil, objectTypeName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.objectTypeName = objectTypeName } @@ -4761,8 +4648,7 @@ public struct DeleteProfileObjectTypeOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4778,8 +4664,7 @@ public struct DeleteSegmentDefinitionInput: Swift.Sendable { public init( domainName: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.segmentDefinitionName = segmentDefinitionName } @@ -4791,8 +4676,7 @@ public struct DeleteSegmentDefinitionOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4808,8 +4692,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( domainName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.workflowId = workflowId } @@ -4831,8 +4714,7 @@ public struct DetectProfileObjectTypeInput: Swift.Sendable { public init( domainName: Swift.String? = nil, objects: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.objects = objects } @@ -4896,8 +4778,7 @@ extension CustomerProfilesClientTypes { contentType: CustomerProfilesClientTypes.FieldContentType? = nil, source: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.source = source self.target = target @@ -4967,8 +4848,7 @@ extension CustomerProfilesClientTypes { public init( fieldNames: [Swift.String]? = nil, standardIdentifiers: [CustomerProfilesClientTypes.StandardIdentifier]? = nil - ) - { + ) { self.fieldNames = fieldNames self.standardIdentifiers = standardIdentifiers } @@ -4990,8 +4870,7 @@ extension CustomerProfilesClientTypes { fields: [Swift.String: CustomerProfilesClientTypes.ObjectTypeField]? = nil, keys: [Swift.String: [CustomerProfilesClientTypes.ObjectTypeKey]]? = nil, sourceLastUpdatedTimestampFormat: Swift.String? = nil - ) - { + ) { self.fields = fields self.keys = keys self.sourceLastUpdatedTimestampFormat = sourceLastUpdatedTimestampFormat @@ -5010,8 +4889,7 @@ public struct DetectProfileObjectTypeOutput: Swift.Sendable { public init( detectedProfileObjectTypes: [CustomerProfilesClientTypes.DetectedProfileObjectType]? = nil - ) - { + ) { self.detectedProfileObjectTypes = detectedProfileObjectTypes } } @@ -5034,8 +4912,7 @@ public struct GetAutoMergingPreviewInput: Swift.Sendable { consolidation: CustomerProfilesClientTypes.Consolidation? = nil, domainName: Swift.String? = nil, minAllowedConfidenceScoreForMerging: Swift.Double? = nil - ) - { + ) { self.conflictResolution = conflictResolution self.consolidation = consolidation self.domainName = domainName @@ -5059,8 +4936,7 @@ public struct GetAutoMergingPreviewOutput: Swift.Sendable { numberOfMatchesInSample: Swift.Int = 0, numberOfProfilesInSample: Swift.Int = 0, numberOfProfilesWillBeMerged: Swift.Int = 0 - ) - { + ) { self.domainName = domainName self.numberOfMatchesInSample = numberOfMatchesInSample self.numberOfProfilesInSample = numberOfProfilesInSample @@ -5079,8 +4955,7 @@ public struct GetCalculatedAttributeDefinitionInput: Swift.Sendable { public init( calculatedAttributeName: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.domainName = domainName } @@ -5119,8 +4994,7 @@ public struct GetCalculatedAttributeDefinitionOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, statistic: CustomerProfilesClientTypes.Statistic? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeDetails = attributeDetails self.calculatedAttributeName = calculatedAttributeName self.conditions = conditions @@ -5154,8 +5028,7 @@ public struct GetCalculatedAttributeForProfileInput: Swift.Sendable { calculatedAttributeName: Swift.String? = nil, domainName: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.domainName = domainName self.profileId = profileId @@ -5177,8 +5050,7 @@ public struct GetCalculatedAttributeForProfileOutput: Swift.Sendable { displayName: Swift.String? = nil, isDataPartial: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.displayName = displayName self.isDataPartial = isDataPartial @@ -5193,8 +5065,7 @@ public struct GetDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -5217,8 +5088,7 @@ extension CustomerProfilesClientTypes { objectCount: Swift.Int = 0, profileCount: Swift.Int = 0, totalSize: Swift.Int = 0 - ) - { + ) { self.meteringProfileCount = meteringProfileCount self.objectCount = objectCount self.profileCount = profileCount @@ -5263,8 +5133,7 @@ public struct GetDomainOutput: Swift.Sendable { ruleBasedMatching: CustomerProfilesClientTypes.RuleBasedMatchingResponse? = nil, stats: CustomerProfilesClientTypes.DomainStats? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.deadLetterQueueUrl = deadLetterQueueUrl self.defaultEncryptionKey = defaultEncryptionKey @@ -5289,8 +5158,7 @@ public struct GetEventStreamInput: Swift.Sendable { public init( domainName: Swift.String? = nil, eventStreamName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventStreamName = eventStreamName } @@ -5345,8 +5213,7 @@ extension CustomerProfilesClientTypes { status: CustomerProfilesClientTypes.EventStreamDestinationStatus? = nil, unhealthySince: Foundation.Date? = nil, uri: Swift.String? = nil - ) - { + ) { self.message = message self.status = status self.unhealthySince = unhealthySince @@ -5413,8 +5280,7 @@ public struct GetEventStreamOutput: Swift.Sendable { state: CustomerProfilesClientTypes.EventStreamState? = nil, stoppedSince: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.destinationDetails = destinationDetails self.domainName = domainName @@ -5436,8 +5302,7 @@ public struct GetEventTriggerInput: Swift.Sendable { public init( domainName: Swift.String? = nil, eventTriggerName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventTriggerName = eventTriggerName } @@ -5473,8 +5338,7 @@ public struct GetEventTriggerOutput: Swift.Sendable { objectTypeName: Swift.String? = nil, segmentFilter: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.eventTriggerConditions = eventTriggerConditions @@ -5503,8 +5367,7 @@ public struct GetIdentityResolutionJobInput: Swift.Sendable { public init( domainName: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.jobId = jobId } @@ -5522,8 +5385,7 @@ extension CustomerProfilesClientTypes { public init( s3BucketName: Swift.String? = nil, s3KeyName: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3KeyName = s3KeyName } @@ -5539,8 +5401,7 @@ extension CustomerProfilesClientTypes { public init( s3Exporting: CustomerProfilesClientTypes.S3ExportingLocation? = nil - ) - { + ) { self.s3Exporting = s3Exporting } } @@ -5561,8 +5422,7 @@ extension CustomerProfilesClientTypes { numberOfMatchesFound: Swift.Int = 0, numberOfMergesDone: Swift.Int = 0, numberOfProfilesReviewed: Swift.Int = 0 - ) - { + ) { self.numberOfMatchesFound = numberOfMatchesFound self.numberOfMergesDone = numberOfMergesDone self.numberOfProfilesReviewed = numberOfProfilesReviewed @@ -5664,8 +5524,7 @@ public struct GetIdentityResolutionJobOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, message: Swift.String? = nil, status: CustomerProfilesClientTypes.IdentityResolutionJobStatus? = nil - ) - { + ) { self.autoMerging = autoMerging self.domainName = domainName self.exportingLocation = exportingLocation @@ -5691,8 +5550,7 @@ public struct GetIntegrationInput: Swift.Sendable { public init( domainName: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.uri = uri } @@ -5738,8 +5596,7 @@ public struct GetIntegrationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.domainName = domainName self.eventTriggerNames = eventTriggerNames @@ -5767,8 +5624,7 @@ public struct GetMatchesInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -5790,8 +5646,7 @@ extension CustomerProfilesClientTypes { confidenceScore: Swift.Double? = nil, matchId: Swift.String? = nil, profileIds: [Swift.String]? = nil - ) - { + ) { self.confidenceScore = confidenceScore self.matchId = matchId self.profileIds = profileIds @@ -5814,8 +5669,7 @@ public struct GetMatchesOutput: Swift.Sendable { matches: [CustomerProfilesClientTypes.MatchItem]? = nil, nextToken: Swift.String? = nil, potentialMatches: Swift.Int? = nil - ) - { + ) { self.matchGenerationDate = matchGenerationDate self.matches = matches self.nextToken = nextToken @@ -5834,8 +5688,7 @@ public struct GetProfileObjectTypeInput: Swift.Sendable { public init( domainName: Swift.String? = nil, objectTypeName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.objectTypeName = objectTypeName } @@ -5888,8 +5741,7 @@ public struct GetProfileObjectTypeOutput: Swift.Sendable { sourceLastUpdatedTimestampFormat: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.allowProfileCreation = allowProfileCreation self.createdAt = createdAt self.description = description @@ -5919,8 +5771,7 @@ public struct GetProfileObjectTypeTemplateInput: Swift.Sendable { public init( templateId: Swift.String? = nil - ) - { + ) { self.templateId = templateId } } @@ -5949,8 +5800,7 @@ public struct GetProfileObjectTypeTemplateOutput: Swift.Sendable { sourceName: Swift.String? = nil, sourceObject: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.allowProfileCreation = allowProfileCreation self.fields = fields self.keys = keys @@ -5977,8 +5827,7 @@ public struct GetSegmentDefinitionInput: Swift.Sendable { public init( domainName: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.segmentDefinitionName = segmentDefinitionName } @@ -6009,8 +5858,7 @@ public struct GetSegmentDefinitionOutput: Swift.Sendable { segmentDefinitionName: Swift.String? = nil, segmentGroups: CustomerProfilesClientTypes.SegmentGroup? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.displayName = displayName @@ -6037,8 +5885,7 @@ public struct GetSegmentEstimateInput: Swift.Sendable { public init( domainName: Swift.String? = nil, estimateId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.estimateId = estimateId } @@ -6097,8 +5944,7 @@ public struct GetSegmentEstimateOutput: Swift.Sendable { message: Swift.String? = nil, status: CustomerProfilesClientTypes.EstimateStatus? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.domainName = domainName self.estimate = estimate self.estimateId = estimateId @@ -6123,8 +5969,7 @@ public struct GetSegmentMembershipInput: Swift.Sendable { domainName: Swift.String? = nil, profileIds: [Swift.String]? = nil, segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.profileIds = profileIds self.segmentDefinitionName = segmentDefinitionName @@ -6148,8 +5993,7 @@ extension CustomerProfilesClientTypes { message: Swift.String? = nil, profileId: Swift.String? = nil, status: Swift.Int? = nil - ) - { + ) { self.message = message self.profileId = profileId self.status = status @@ -6203,8 +6047,7 @@ extension CustomerProfilesClientTypes { profile: CustomerProfilesClientTypes.Profile? = nil, profileId: Swift.String? = nil, queryResult: CustomerProfilesClientTypes.QueryResult? = nil - ) - { + ) { self.profile = profile self.profileId = profileId self.queryResult = queryResult @@ -6224,8 +6067,7 @@ public struct GetSegmentMembershipOutput: Swift.Sendable { failures: [CustomerProfilesClientTypes.ProfileQueryFailures]? = nil, profiles: [CustomerProfilesClientTypes.ProfileQueryResult]? = nil, segmentDefinitionName: Swift.String? = nil - ) - { + ) { self.failures = failures self.profiles = profiles self.segmentDefinitionName = segmentDefinitionName @@ -6247,8 +6089,7 @@ public struct GetSegmentSnapshotInput: Swift.Sendable { domainName: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.segmentDefinitionName = segmentDefinitionName self.snapshotId = snapshotId @@ -6314,8 +6155,7 @@ public struct GetSegmentSnapshotOutput: Swift.Sendable { snapshotId: Swift.String? = nil, status: CustomerProfilesClientTypes.SegmentSnapshotStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.dataFormat = dataFormat self.destinationUri = destinationUri self.encryptionKey = encryptionKey @@ -6380,8 +6220,7 @@ public struct GetSimilarProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchKey: Swift.String? = nil, searchValue: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.matchType = matchType self.maxResults = maxResults @@ -6412,8 +6251,7 @@ public struct GetSimilarProfilesOutput: Swift.Sendable { nextToken: Swift.String? = nil, profileIds: [Swift.String]? = nil, ruleLevel: Swift.Int? = nil - ) - { + ) { self.confidenceScore = confidenceScore self.matchId = matchId self.matchType = matchType @@ -6434,8 +6272,7 @@ public struct GetWorkflowInput: Swift.Sendable { public init( domainName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.workflowId = workflowId } @@ -6450,8 +6287,7 @@ extension CustomerProfilesClientTypes { public init( appflowIntegration: CustomerProfilesClientTypes.AppflowIntegrationWorkflowAttributes? = nil - ) - { + ) { self.appflowIntegration = appflowIntegration } } @@ -6466,8 +6302,7 @@ extension CustomerProfilesClientTypes { public init( appflowIntegration: CustomerProfilesClientTypes.AppflowIntegrationWorkflowMetrics? = nil - ) - { + ) { self.appflowIntegration = appflowIntegration } } @@ -6500,8 +6335,7 @@ public struct GetWorkflowOutput: Swift.Sendable { status: CustomerProfilesClientTypes.Status? = nil, workflowId: Swift.String? = nil, workflowType: CustomerProfilesClientTypes.WorkflowType? = nil - ) - { + ) { self.attributes = attributes self.errorDescription = errorDescription self.lastUpdatedAt = lastUpdatedAt @@ -6530,8 +6364,7 @@ public struct GetWorkflowStepsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -6548,8 +6381,7 @@ extension CustomerProfilesClientTypes { public init( appflowIntegration: CustomerProfilesClientTypes.AppflowIntegrationWorkflowStep? = nil - ) - { + ) { self.appflowIntegration = appflowIntegration } } @@ -6570,8 +6402,7 @@ public struct GetWorkflowStepsOutput: Swift.Sendable { nextToken: Swift.String? = nil, workflowId: Swift.String? = nil, workflowType: CustomerProfilesClientTypes.WorkflowType? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.workflowId = workflowId @@ -6595,8 +6426,7 @@ public struct ListAccountIntegrationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.includeHidden = includeHidden self.maxResults = maxResults self.nextToken = nextToken @@ -6647,8 +6477,7 @@ extension CustomerProfilesClientTypes { tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.domainName = domainName self.eventTriggerNames = eventTriggerNames @@ -6673,8 +6502,7 @@ public struct ListAccountIntegrationsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListIntegrationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6693,8 +6521,7 @@ public struct ListCalculatedAttributeDefinitionsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -6710,8 +6537,7 @@ public struct ListCalculatedAttributeDefinitionsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListCalculatedAttributeDefinitionItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6739,8 +6565,7 @@ public struct ListCalculatedAttributesForProfileInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -6757,8 +6582,7 @@ public struct ListCalculatedAttributesForProfileOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListCalculatedAttributeForProfileItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6773,8 +6597,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6801,8 +6624,7 @@ extension CustomerProfilesClientTypes { domainName: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.domainName = domainName self.lastUpdatedAt = lastUpdatedAt @@ -6820,8 +6642,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListDomainItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6840,8 +6661,7 @@ public struct ListEventStreamsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -6865,8 +6685,7 @@ extension CustomerProfilesClientTypes { status: CustomerProfilesClientTypes.EventStreamDestinationStatus? = nil, unhealthySince: Foundation.Date? = nil, uri: Swift.String? = nil - ) - { + ) { self.status = status self.unhealthySince = unhealthySince self.uri = uri @@ -6905,8 +6724,7 @@ extension CustomerProfilesClientTypes { state: CustomerProfilesClientTypes.EventStreamState? = nil, stoppedSince: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destinationSummary = destinationSummary self.domainName = domainName self.eventStreamArn = eventStreamArn @@ -6927,8 +6745,7 @@ public struct ListEventStreamsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.EventStreamSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6947,8 +6764,7 @@ public struct ListEventTriggersInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -6979,8 +6795,7 @@ extension CustomerProfilesClientTypes { lastUpdatedAt: Foundation.Date? = nil, objectTypeName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.eventTriggerName = eventTriggerName @@ -7000,8 +6815,7 @@ public struct ListEventTriggersOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.EventTriggerSummaryItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7025,8 +6839,7 @@ public struct ListIdentityResolutionJobsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7077,8 +6890,7 @@ extension CustomerProfilesClientTypes { jobStats: CustomerProfilesClientTypes.JobStats? = nil, message: Swift.String? = nil, status: CustomerProfilesClientTypes.IdentityResolutionJobStatus? = nil - ) - { + ) { self.domainName = domainName self.exportingLocation = exportingLocation self.jobEndTime = jobEndTime @@ -7100,8 +6912,7 @@ public struct ListIdentityResolutionJobsOutput: Swift.Sendable { public init( identityResolutionJobsList: [CustomerProfilesClientTypes.IdentityResolutionJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityResolutionJobsList = identityResolutionJobsList self.nextToken = nextToken } @@ -7123,8 +6934,7 @@ public struct ListIntegrationsInput: Swift.Sendable { includeHidden: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.includeHidden = includeHidden self.maxResults = maxResults @@ -7141,8 +6951,7 @@ public struct ListIntegrationsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListIntegrationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7165,8 +6974,7 @@ public struct ListObjectTypeAttributesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, objectTypeName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7188,8 +6996,7 @@ extension CustomerProfilesClientTypes { public init( attributeName: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.attributeName = attributeName self.lastUpdatedAt = lastUpdatedAt } @@ -7205,8 +7012,7 @@ public struct ListObjectTypeAttributesOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListObjectTypeAttributeItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7223,8 +7029,7 @@ public struct ListProfileAttributeValuesInput: Swift.Sendable { public init( attributeName: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.domainName = domainName } @@ -7245,8 +7050,7 @@ public struct ListProfileAttributeValuesOutput: Swift.Sendable { domainName: Swift.String? = nil, items: [CustomerProfilesClientTypes.AttributeValueItem]? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.attributeName = attributeName self.domainName = domainName self.items = items @@ -7268,8 +7072,7 @@ extension CustomerProfilesClientTypes { public init( keyName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.keyName = keyName self.values = values } @@ -7300,8 +7103,7 @@ public struct ListProfileObjectsInput: Swift.Sendable { objectFilter: CustomerProfilesClientTypes.ObjectFilter? = nil, objectTypeName: Swift.String? = nil, profileId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7326,8 +7128,7 @@ extension CustomerProfilesClientTypes { object: Swift.String? = nil, objectTypeName: Swift.String? = nil, profileObjectUniqueKey: Swift.String? = nil - ) - { + ) { self.object = object self.objectTypeName = objectTypeName self.profileObjectUniqueKey = profileObjectUniqueKey @@ -7349,8 +7150,7 @@ public struct ListProfileObjectsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListProfileObjectsItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7369,8 +7169,7 @@ public struct ListProfileObjectTypesInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7406,8 +7205,7 @@ extension CustomerProfilesClientTypes { maxProfileObjectCount: Swift.Int? = nil, objectTypeName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.lastUpdatedAt = lastUpdatedAt @@ -7428,8 +7226,7 @@ public struct ListProfileObjectTypesOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListProfileObjectTypeItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7449,8 +7246,7 @@ public struct ListProfileObjectTypeTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7471,8 +7267,7 @@ extension CustomerProfilesClientTypes { sourceName: Swift.String? = nil, sourceObject: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.sourceName = sourceName self.sourceObject = sourceObject self.templateId = templateId @@ -7489,8 +7284,7 @@ public struct ListProfileObjectTypeTemplatesOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListProfileObjectTypeTemplateItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7509,8 +7303,7 @@ public struct ListRuleBasedMatchesInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7526,8 +7319,7 @@ public struct ListRuleBasedMatchesOutput: Swift.Sendable { public init( matchIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.matchIds = matchIds self.nextToken = nextToken } @@ -7546,8 +7338,7 @@ public struct ListSegmentDefinitionsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7578,8 +7369,7 @@ extension CustomerProfilesClientTypes { segmentDefinitionArn: Swift.String? = nil, segmentDefinitionName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.displayName = displayName @@ -7604,8 +7394,7 @@ public struct ListSegmentDefinitionsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.SegmentDefinitionItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7618,8 +7407,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7630,8 +7418,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -7661,8 +7448,7 @@ public struct ListWorkflowsInput: Swift.Sendable { queryStartDate: Foundation.Date? = nil, status: CustomerProfilesClientTypes.Status? = nil, workflowType: CustomerProfilesClientTypes.WorkflowType? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7703,8 +7489,7 @@ extension CustomerProfilesClientTypes { statusDescription: Swift.String? = nil, workflowId: Swift.String? = nil, workflowType: CustomerProfilesClientTypes.WorkflowType? = nil - ) - { + ) { self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt self.status = status @@ -7724,8 +7509,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.ListWorkflowsItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7800,8 +7584,7 @@ extension CustomerProfilesClientTypes { personalEmailAddress: Swift.String? = nil, phoneNumber: Swift.String? = nil, shippingAddress: Swift.String? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address = address @@ -7845,8 +7628,7 @@ public struct MergeProfilesInput: Swift.Sendable { fieldSourceProfileIds: CustomerProfilesClientTypes.FieldSourceProfileIds? = nil, mainProfileId: Swift.String? = nil, profileIdsToBeMerged: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.fieldSourceProfileIds = fieldSourceProfileIds self.mainProfileId = mainProfileId @@ -7860,8 +7642,7 @@ public struct MergeProfilesOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -7894,8 +7675,7 @@ public struct PutIntegrationInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.eventTriggerNames = eventTriggerNames self.flowDefinition = flowDefinition @@ -7952,8 +7732,7 @@ public struct PutIntegrationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.domainName = domainName self.eventTriggerNames = eventTriggerNames @@ -7983,8 +7762,7 @@ public struct PutProfileObjectInput: Swift.Sendable { domainName: Swift.String? = nil, object: Swift.String? = nil, objectTypeName: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.object = object self.objectTypeName = objectTypeName @@ -8002,8 +7780,7 @@ public struct PutProfileObjectOutput: Swift.Sendable { public init( profileObjectUniqueKey: Swift.String? = nil - ) - { + ) { self.profileObjectUniqueKey = profileObjectUniqueKey } } @@ -8050,8 +7827,7 @@ public struct PutProfileObjectTypeInput: Swift.Sendable { sourceLastUpdatedTimestampFormat: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.allowProfileCreation = allowProfileCreation self.description = description self.domainName = domainName @@ -8119,8 +7895,7 @@ public struct PutProfileObjectTypeOutput: Swift.Sendable { sourceLastUpdatedTimestampFormat: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.allowProfileCreation = allowProfileCreation self.createdAt = createdAt self.description = description @@ -8206,8 +7981,7 @@ public struct SearchProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.additionalSearchKeys = additionalSearchKeys self.domainName = domainName self.keyName = keyName @@ -8227,8 +8001,7 @@ public struct SearchProfilesOutput: Swift.Sendable { public init( items: [CustomerProfilesClientTypes.Profile]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -8245,8 +8018,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8268,8 +8040,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8300,8 +8071,7 @@ public struct UpdateCalculatedAttributeDefinitionInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.calculatedAttributeName = calculatedAttributeName self.conditions = conditions self.description = description @@ -8345,8 +8115,7 @@ public struct UpdateCalculatedAttributeDefinitionOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, statistic: CustomerProfilesClientTypes.Statistic? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeDetails = attributeDetails self.calculatedAttributeName = calculatedAttributeName self.conditions = conditions @@ -8389,8 +8158,7 @@ public struct UpdateDomainInput: Swift.Sendable { matching: CustomerProfilesClientTypes.MatchingRequest? = nil, ruleBasedMatching: CustomerProfilesClientTypes.RuleBasedMatchingRequest? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deadLetterQueueUrl = deadLetterQueueUrl self.defaultEncryptionKey = defaultEncryptionKey self.defaultExpirationDays = defaultExpirationDays @@ -8434,8 +8202,7 @@ public struct UpdateDomainOutput: Swift.Sendable { matching: CustomerProfilesClientTypes.MatchingResponse? = nil, ruleBasedMatching: CustomerProfilesClientTypes.RuleBasedMatchingResponse? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.deadLetterQueueUrl = deadLetterQueueUrl self.defaultEncryptionKey = defaultEncryptionKey @@ -8474,8 +8241,7 @@ public struct UpdateEventTriggerInput: Swift.Sendable { eventTriggerName: Swift.String? = nil, objectTypeName: Swift.String? = nil, segmentFilter: Swift.String? = nil - ) - { + ) { self.description = description self.domainName = domainName self.eventTriggerConditions = eventTriggerConditions @@ -8521,8 +8287,7 @@ public struct UpdateEventTriggerOutput: Swift.Sendable { objectTypeName: Swift.String? = nil, segmentFilter: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.eventTriggerConditions = eventTriggerConditions @@ -8576,8 +8341,7 @@ extension CustomerProfilesClientTypes { postalCode: Swift.String? = nil, province: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.address1 = address1 self.address2 = address2 self.address3 = address3 @@ -8680,8 +8444,7 @@ public struct UpdateProfileInput: Swift.Sendable { phoneNumber: Swift.String? = nil, profileId: Swift.String? = nil, shippingAddress: CustomerProfilesClientTypes.UpdateAddress? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address = address @@ -8722,8 +8485,7 @@ public struct UpdateProfileOutput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } diff --git a/Sources/Services/AWSDAX/Package.swift.txt b/Sources/Services/AWSDAX/Package.swift.txt index 0a64e7d7503..c90613b67c8 100644 --- a/Sources/Services/AWSDAX/Package.swift.txt +++ b/Sources/Services/AWSDAX/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDAX/Sources/AWSDAX/DAXClient.swift b/Sources/Services/AWSDAX/Sources/AWSDAX/DAXClient.swift index cf4760c2153..bcb34d906bc 100644 --- a/Sources/Services/AWSDAX/Sources/AWSDAX/DAXClient.swift +++ b/Sources/Services/AWSDAX/Sources/AWSDAX/DAXClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DAXClient: ClientRuntime.Client { public static let clientName = "DAXClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DAXClient.DAXClientConfiguration let serviceName = "DAX" diff --git a/Sources/Services/AWSDAX/Sources/AWSDAX/Models.swift b/Sources/Services/AWSDAX/Sources/AWSDAX/Models.swift index 006f3c993a3..790364c644a 100644 --- a/Sources/Services/AWSDAX/Sources/AWSDAX/Models.swift +++ b/Sources/Services/AWSDAX/Sources/AWSDAX/Models.swift @@ -43,8 +43,7 @@ public struct ClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct ClusterQuotaForCustomerExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct InsufficientClusterCapacityFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -115,8 +112,7 @@ public struct InvalidClusterStateFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +135,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +158,7 @@ public struct InvalidParameterGroupStateFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +181,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -211,8 +204,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -235,8 +227,7 @@ public struct NodeQuotaForClusterExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -259,8 +250,7 @@ public struct NodeQuotaForCustomerExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -283,8 +273,7 @@ public struct ParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -307,8 +296,7 @@ public struct ServiceLinkedRoleNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -344,8 +332,7 @@ public struct SubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -368,8 +355,7 @@ public struct TagQuotaPerResourceExceeded: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -413,8 +399,7 @@ extension DAXClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -432,8 +417,7 @@ extension DAXClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -516,8 +500,7 @@ public struct CreateClusterInput: Swift.Sendable { sseSpecification: DAXClientTypes.SSESpecification? = nil, subnetGroupName: Swift.String? = nil, tags: [DAXClientTypes.Tag]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.clusterEndpointEncryptionType = clusterEndpointEncryptionType self.clusterName = clusterName @@ -550,8 +533,7 @@ extension DAXClientTypes { address: Swift.String? = nil, port: Swift.Int = 0, url: Swift.String? = nil - ) - { + ) { self.address = address self.port = port self.url = url @@ -583,8 +565,7 @@ extension DAXClientTypes { nodeId: Swift.String? = nil, nodeStatus: Swift.String? = nil, parameterGroupStatus: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.endpoint = endpoint self.nodeCreateTime = nodeCreateTime @@ -607,8 +588,7 @@ extension DAXClientTypes { public init( topicArn: Swift.String? = nil, topicStatus: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn self.topicStatus = topicStatus } @@ -630,8 +610,7 @@ extension DAXClientTypes { nodeIdsToReboot: [Swift.String]? = nil, parameterApplyStatus: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.nodeIdsToReboot = nodeIdsToReboot self.parameterApplyStatus = parameterApplyStatus self.parameterGroupName = parameterGroupName @@ -651,8 +630,7 @@ extension DAXClientTypes { public init( securityGroupIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.securityGroupIdentifier = securityGroupIdentifier self.status = status } @@ -711,8 +689,7 @@ extension DAXClientTypes { public init( status: DAXClientTypes.SSEStatus? = nil - ) - { + ) { self.status = status } } @@ -780,8 +757,7 @@ extension DAXClientTypes { status: Swift.String? = nil, subnetGroup: Swift.String? = nil, totalNodes: Swift.Int? = nil - ) - { + ) { self.activeNodes = activeNodes self.clusterArn = clusterArn self.clusterDiscoveryEndpoint = clusterDiscoveryEndpoint @@ -810,8 +786,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -834,8 +809,7 @@ public struct ParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -858,8 +832,7 @@ public struct ParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -874,8 +847,7 @@ public struct CreateParameterGroupInput: Swift.Sendable { public init( description: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.description = description self.parameterGroupName = parameterGroupName } @@ -893,8 +865,7 @@ extension DAXClientTypes { public init( description: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.description = description self.parameterGroupName = parameterGroupName } @@ -907,8 +878,7 @@ public struct CreateParameterGroupOutput: Swift.Sendable { public init( parameterGroup: DAXClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -931,8 +901,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -955,8 +924,7 @@ public struct SubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -979,8 +947,7 @@ public struct SubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1003,8 +970,7 @@ public struct SubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1023,8 +989,7 @@ public struct CreateSubnetGroupInput: Swift.Sendable { description: Swift.String? = nil, subnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.description = description self.subnetGroupName = subnetGroupName self.subnetIds = subnetIds @@ -1043,8 +1008,7 @@ extension DAXClientTypes { public init( subnetAvailabilityZone: Swift.String? = nil, subnetIdentifier: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier } @@ -1073,8 +1037,7 @@ extension DAXClientTypes { subnetGroupName: Swift.String? = nil, subnets: [DAXClientTypes.Subnet]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.description = description self.subnetGroupName = subnetGroupName self.subnets = subnets @@ -1089,8 +1052,7 @@ public struct CreateSubnetGroupOutput: Swift.Sendable { public init( subnetGroup: DAXClientTypes.SubnetGroup? = nil - ) - { + ) { self.subnetGroup = subnetGroup } } @@ -1113,8 +1075,7 @@ public struct ClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1137,8 +1098,7 @@ public struct NodeNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1160,8 +1120,7 @@ public struct DecreaseReplicationFactorInput: Swift.Sendable { clusterName: Swift.String? = nil, newReplicationFactor: Swift.Int? = 0, nodeIdsToRemove: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.clusterName = clusterName self.newReplicationFactor = newReplicationFactor @@ -1175,8 +1134,7 @@ public struct DecreaseReplicationFactorOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1188,8 +1146,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -1200,8 +1157,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1213,8 +1169,7 @@ public struct DeleteParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName } } @@ -1225,8 +1180,7 @@ public struct DeleteParameterGroupOutput: Swift.Sendable { public init( deletionMessage: Swift.String? = nil - ) - { + ) { self.deletionMessage = deletionMessage } } @@ -1249,8 +1203,7 @@ public struct SubnetGroupInUseFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1262,8 +1215,7 @@ public struct DeleteSubnetGroupInput: Swift.Sendable { public init( subnetGroupName: Swift.String? = nil - ) - { + ) { self.subnetGroupName = subnetGroupName } } @@ -1274,8 +1226,7 @@ public struct DeleteSubnetGroupOutput: Swift.Sendable { public init( deletionMessage: Swift.String? = nil - ) - { + ) { self.deletionMessage = deletionMessage } } @@ -1292,8 +1243,7 @@ public struct DescribeClustersInput: Swift.Sendable { clusterNames: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterNames = clusterNames self.maxResults = maxResults self.nextToken = nextToken @@ -1309,8 +1259,7 @@ public struct DescribeClustersOutput: Swift.Sendable { public init( clusters: [DAXClientTypes.Cluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -1325,8 +1274,7 @@ public struct DescribeDefaultParametersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1405,8 +1353,7 @@ extension DAXClientTypes { public init( nodeType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.nodeType = nodeType self.value = value } @@ -1478,8 +1425,7 @@ extension DAXClientTypes { parameterType: DAXClientTypes.ParameterType? = nil, parameterValue: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.changeType = changeType self.dataType = dataType @@ -1503,8 +1449,7 @@ public struct DescribeDefaultParametersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [DAXClientTypes.Parameter]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -1566,8 +1511,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceName: Swift.String? = nil, sourceType: DAXClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.maxResults = maxResults @@ -1596,8 +1540,7 @@ extension DAXClientTypes { message: Swift.String? = nil, sourceName: Swift.String? = nil, sourceType: DAXClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.message = message self.sourceName = sourceName @@ -1615,8 +1558,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [DAXClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1634,8 +1576,7 @@ public struct DescribeParameterGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parameterGroupNames: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parameterGroupNames = parameterGroupNames @@ -1651,8 +1592,7 @@ public struct DescribeParameterGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameterGroups: [DAXClientTypes.ParameterGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.parameterGroups = parameterGroups } @@ -1674,8 +1614,7 @@ public struct DescribeParametersInput: Swift.Sendable { nextToken: Swift.String? = nil, parameterGroupName: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parameterGroupName = parameterGroupName @@ -1692,8 +1631,7 @@ public struct DescribeParametersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [DAXClientTypes.Parameter]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -1711,8 +1649,7 @@ public struct DescribeSubnetGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, subnetGroupNames: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.subnetGroupNames = subnetGroupNames @@ -1728,8 +1665,7 @@ public struct DescribeSubnetGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subnetGroups: [DAXClientTypes.SubnetGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.subnetGroups = subnetGroups } @@ -1749,8 +1685,7 @@ public struct IncreaseReplicationFactorInput: Swift.Sendable { availabilityZones: [Swift.String]? = nil, clusterName: Swift.String? = nil, newReplicationFactor: Swift.Int? = 0 - ) - { + ) { self.availabilityZones = availabilityZones self.clusterName = clusterName self.newReplicationFactor = newReplicationFactor @@ -1763,8 +1698,7 @@ public struct IncreaseReplicationFactorOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1787,8 +1721,7 @@ public struct InvalidARNFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1803,8 +1736,7 @@ public struct ListTagsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceName = resourceName } @@ -1819,8 +1751,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [DAXClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1837,8 +1768,7 @@ public struct RebootNodeInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.nodeId = nodeId } @@ -1850,8 +1780,7 @@ public struct RebootNodeOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1867,8 +1796,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [DAXClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -1880,8 +1808,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( tags: [DAXClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1904,8 +1831,7 @@ public struct TagNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1921,8 +1847,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -1934,8 +1859,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( tags: [DAXClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1965,8 +1889,7 @@ public struct UpdateClusterInput: Swift.Sendable { parameterGroupName: Swift.String? = nil, preferredMaintenanceWindow: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.clusterName = clusterName self.description = description self.notificationTopicArn = notificationTopicArn @@ -1983,8 +1906,7 @@ public struct UpdateClusterOutput: Swift.Sendable { public init( cluster: DAXClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -2001,8 +1923,7 @@ extension DAXClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -2020,8 +1941,7 @@ public struct UpdateParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil, parameterNameValues: [DAXClientTypes.ParameterNameValue]? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameterNameValues = parameterNameValues } @@ -2033,8 +1953,7 @@ public struct UpdateParameterGroupOutput: Swift.Sendable { public init( parameterGroup: DAXClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -2057,8 +1976,7 @@ public struct SubnetInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2076,8 +1994,7 @@ public struct UpdateSubnetGroupInput: Swift.Sendable { description: Swift.String? = nil, subnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.description = description self.subnetGroupName = subnetGroupName self.subnetIds = subnetIds @@ -2090,8 +2007,7 @@ public struct UpdateSubnetGroupOutput: Swift.Sendable { public init( subnetGroup: DAXClientTypes.SubnetGroup? = nil - ) - { + ) { self.subnetGroup = subnetGroup } } diff --git a/Sources/Services/AWSDLM/Package.swift.txt b/Sources/Services/AWSDLM/Package.swift.txt index ae4f994a0f8..7f7fbe27ca2 100644 --- a/Sources/Services/AWSDLM/Package.swift.txt +++ b/Sources/Services/AWSDLM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDLM/Sources/AWSDLM/DLMClient.swift b/Sources/Services/AWSDLM/Sources/AWSDLM/DLMClient.swift index 4c304af8780..e61e105b798 100644 --- a/Sources/Services/AWSDLM/Sources/AWSDLM/DLMClient.swift +++ b/Sources/Services/AWSDLM/Sources/AWSDLM/DLMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DLMClient: ClientRuntime.Client { public static let clientName = "DLMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DLMClient.DLMClientConfiguration let serviceName = "DLM" diff --git a/Sources/Services/AWSDLM/Sources/AWSDLM/Models.swift b/Sources/Services/AWSDLM/Sources/AWSDLM/Models.swift index 1ac20deb05a..b1108d8fdc2 100644 --- a/Sources/Services/AWSDLM/Sources/AWSDLM/Models.swift +++ b/Sources/Services/AWSDLM/Sources/AWSDLM/Models.swift @@ -42,8 +42,7 @@ extension DLMClientTypes { public init( cmkArn: Swift.String? = nil, encrypted: Swift.Bool? = nil - ) - { + ) { self.cmkArn = cmkArn self.encrypted = encrypted } @@ -97,8 +96,7 @@ extension DLMClientTypes { public init( interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.interval = interval self.intervalUnit = intervalUnit } @@ -122,8 +120,7 @@ extension DLMClientTypes { encryptionConfiguration: DLMClientTypes.EncryptionConfiguration? = nil, retainRule: DLMClientTypes.CrossRegionCopyRetainRule? = nil, target: Swift.String? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.retainRule = retainRule self.target = target @@ -145,8 +142,7 @@ extension DLMClientTypes { public init( crossRegionCopy: [DLMClientTypes.CrossRegionCopyAction]? = nil, name: Swift.String? = nil - ) - { + ) { self.crossRegionCopy = crossRegionCopy self.name = name } @@ -168,8 +164,7 @@ extension DLMClientTypes { count: Swift.Int? = nil, interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.count = count self.interval = interval self.intervalUnit = intervalUnit @@ -187,8 +182,7 @@ extension DLMClientTypes { public init( retentionArchiveTier: DLMClientTypes.RetentionArchiveTier? = nil - ) - { + ) { self.retentionArchiveTier = retentionArchiveTier } } @@ -204,8 +198,7 @@ extension DLMClientTypes { public init( retainRule: DLMClientTypes.ArchiveRetainRule? = nil - ) - { + ) { self.retainRule = retainRule } } @@ -231,8 +224,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -264,8 +256,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, mutuallyExclusiveParameters: [Swift.String]? = nil, requiredParameters: [Swift.String]? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.mutuallyExclusiveParameters = mutuallyExclusiveParameters @@ -296,8 +287,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.resourceType = resourceType @@ -313,8 +303,7 @@ extension DLMClientTypes { public init( targetRegion: Swift.String? = nil - ) - { + ) { self.targetRegion = targetRegion } } @@ -363,8 +352,7 @@ extension DLMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -386,8 +374,7 @@ extension DLMClientTypes { excludeBootVolumes: Swift.Bool? = nil, excludeTags: [DLMClientTypes.Tag]? = nil, excludeVolumeTypes: [Swift.String]? = nil - ) - { + ) { self.excludeBootVolumes = excludeBootVolumes self.excludeTags = excludeTags self.excludeVolumeTypes = excludeVolumeTypes @@ -439,8 +426,7 @@ extension DLMClientTypes { descriptionRegex: Swift.String? = nil, eventType: DLMClientTypes.EventTypeValues? = nil, snapshotOwner: [Swift.String]? = nil - ) - { + ) { self.descriptionRegex = descriptionRegex self.eventType = eventType self.snapshotOwner = snapshotOwner @@ -487,8 +473,7 @@ extension DLMClientTypes { public init( parameters: DLMClientTypes.EventParameters? = nil, type: DLMClientTypes.EventSourceValues? = nil - ) - { + ) { self.parameters = parameters self.type = type } @@ -510,8 +495,7 @@ extension DLMClientTypes { excludeBootVolume: Swift.Bool? = nil, excludeDataVolumeTags: [DLMClientTypes.Tag]? = nil, noReboot: Swift.Bool? = nil - ) - { + ) { self.excludeBootVolume = excludeBootVolume self.excludeDataVolumeTags = excludeDataVolumeTags self.noReboot = noReboot @@ -815,8 +799,7 @@ extension DLMClientTypes { executionTimeout: Swift.Int? = nil, maximumRetryCount: Swift.Int? = nil, stages: [DLMClientTypes.StageValues]? = nil - ) - { + ) { self.executeOperationOnScriptFailure = executeOperationOnScriptFailure self.executionHandler = executionHandler self.executionHandlerService = executionHandlerService @@ -873,8 +856,7 @@ extension DLMClientTypes { location: DLMClientTypes.LocationValues? = nil, scripts: [DLMClientTypes.Script]? = nil, times: [Swift.String]? = nil - ) - { + ) { self.cronExpression = cronExpression self.interval = interval self.intervalUnit = intervalUnit @@ -897,8 +879,7 @@ extension DLMClientTypes { public init( interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.interval = interval self.intervalUnit = intervalUnit } @@ -933,8 +914,7 @@ extension DLMClientTypes { retainRule: DLMClientTypes.CrossRegionCopyRetainRule? = nil, target: Swift.String? = nil, targetRegion: Swift.String? = nil - ) - { + ) { self.cmkArn = cmkArn self.copyTags = copyTags self.deprecateRule = deprecateRule @@ -961,8 +941,7 @@ extension DLMClientTypes { count: Swift.Int? = nil, interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.count = count self.interval = interval self.intervalUnit = intervalUnit @@ -989,8 +968,7 @@ extension DLMClientTypes { count: Swift.Int? = nil, interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.count = count self.interval = interval @@ -1018,8 +996,7 @@ extension DLMClientTypes { count: Swift.Int? = nil, interval: Swift.Int? = nil, intervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.count = count self.interval = interval self.intervalUnit = intervalUnit @@ -1043,8 +1020,7 @@ extension DLMClientTypes { targetAccounts: [Swift.String]? = nil, unshareInterval: Swift.Int? = nil, unshareIntervalUnit: DLMClientTypes.RetentionIntervalUnitValues? = nil - ) - { + ) { self.targetAccounts = targetAccounts self.unshareInterval = unshareInterval self.unshareIntervalUnit = unshareIntervalUnit @@ -1091,8 +1067,7 @@ extension DLMClientTypes { shareRules: [DLMClientTypes.ShareRule]? = nil, tagsToAdd: [DLMClientTypes.Tag]? = nil, variableTags: [DLMClientTypes.Tag]? = nil - ) - { + ) { self.archiveRule = archiveRule self.copyTags = copyTags self.createRule = createRule @@ -1183,8 +1158,7 @@ extension DLMClientTypes { retainInterval: Swift.Int? = nil, schedules: [DLMClientTypes.Schedule]? = nil, targetTags: [DLMClientTypes.Tag]? = nil - ) - { + ) { self.actions = actions self.copyTags = copyTags self.createInterval = createInterval @@ -1287,8 +1261,7 @@ public struct CreateLifecyclePolicyInput: Swift.Sendable { retainInterval: Swift.Int? = nil, state: DLMClientTypes.SettablePolicyStateValues? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.copyTags = copyTags self.createInterval = createInterval self.crossRegionCopyTargets = crossRegionCopyTargets @@ -1310,8 +1283,7 @@ public struct CreateLifecyclePolicyOutput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -1374,8 +1346,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceIds: [Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.resourceIds = resourceIds @@ -1390,8 +1361,7 @@ public struct DeleteLifecyclePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -1460,8 +1430,7 @@ public struct GetLifecyclePoliciesInput: Swift.Sendable { state: DLMClientTypes.GettablePolicyStateValues? = nil, tagsToAdd: [Swift.String]? = nil, targetTags: [Swift.String]? = nil - ) - { + ) { self.defaultPolicyType = defaultPolicyType self.policyIds = policyIds self.resourceTypes = resourceTypes @@ -1499,8 +1468,7 @@ extension DLMClientTypes { policyType: DLMClientTypes.PolicyTypeValues? = nil, state: DLMClientTypes.GettablePolicyStateValues? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.defaultPolicy = defaultPolicy self.description = description self.policyId = policyId @@ -1517,8 +1485,7 @@ public struct GetLifecyclePoliciesOutput: Swift.Sendable { public init( policies: [DLMClientTypes.LifecyclePolicySummary]? = nil - ) - { + ) { self.policies = policies } } @@ -1530,8 +1497,7 @@ public struct GetLifecyclePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -1579,8 +1545,7 @@ extension DLMClientTypes { state: DLMClientTypes.GettablePolicyStateValues? = nil, statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.defaultPolicy = defaultPolicy @@ -1602,8 +1567,7 @@ public struct GetLifecyclePolicyOutput: Swift.Sendable { public init( policy: DLMClientTypes.LifecyclePolicy? = nil - ) - { + ) { self.policy = policy } } @@ -1615,8 +1579,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1627,8 +1590,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1644,8 +1606,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1667,8 +1628,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1723,8 +1683,7 @@ public struct UpdateLifecyclePolicyInput: Swift.Sendable { policyId: Swift.String? = nil, retainInterval: Swift.Int? = nil, state: DLMClientTypes.SettablePolicyStateValues? = nil - ) - { + ) { self.copyTags = copyTags self.createInterval = createInterval self.crossRegionCopyTargets = crossRegionCopyTargets diff --git a/Sources/Services/AWSDSQL/Package.swift.txt b/Sources/Services/AWSDSQL/Package.swift.txt index 5a9aafbf03f..cb939aaf92f 100644 --- a/Sources/Services/AWSDSQL/Package.swift.txt +++ b/Sources/Services/AWSDSQL/Package.swift.txt @@ -40,24 +40,20 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDSQL/Sources/AWSDSQL/DSQLClient.swift b/Sources/Services/AWSDSQL/Sources/AWSDSQL/DSQLClient.swift index 9759821e172..21cb9c3fcec 100644 --- a/Sources/Services/AWSDSQL/Sources/AWSDSQL/DSQLClient.swift +++ b/Sources/Services/AWSDSQL/Sources/AWSDSQL/DSQLClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DSQLClient: ClientRuntime.Client { public static let clientName = "DSQLClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DSQLClient.DSQLClientConfiguration let serviceName = "DSQL" diff --git a/Sources/Services/AWSDSQL/Sources/AWSDSQL/Models.swift b/Sources/Services/AWSDSQL/Sources/AWSDSQL/Models.swift index fc5586ca65d..1aee07ce93f 100644 --- a/Sources/Services/AWSDSQL/Sources/AWSDSQL/Models.swift +++ b/Sources/Services/AWSDSQL/Sources/AWSDSQL/Models.swift @@ -63,8 +63,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -136,8 +135,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -180,8 +178,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -202,8 +199,7 @@ public struct CreateClusterInput: Swift.Sendable { clientToken: Swift.String? = nil, deletionProtectionEnabled: Swift.Bool? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.tags = tags @@ -234,8 +230,7 @@ public struct CreateClusterOutput: Swift.Sendable { deletionProtectionEnabled: Swift.Bool? = nil, identifier: Swift.String? = nil, status: DSQLClientTypes.ClusterStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.deletionProtectionEnabled = deletionProtectionEnabled @@ -256,8 +251,7 @@ extension DSQLClientTypes { public init( deletionProtectionEnabled: Swift.Bool? = true, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.tags = tags } @@ -281,8 +275,7 @@ public struct CreateMultiRegionClustersInput: Swift.Sendable { clusterProperties: [Swift.String: DSQLClientTypes.LinkedClusterProperties]? = nil, linkedRegionList: [Swift.String]? = nil, witnessRegion: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterProperties = clusterProperties self.linkedRegionList = linkedRegionList @@ -297,8 +290,7 @@ public struct CreateMultiRegionClustersOutput: Swift.Sendable { public init( linkedClusterArns: [Swift.String]? = nil - ) - { + ) { self.linkedClusterArns = linkedClusterArns } } @@ -330,8 +322,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -348,8 +339,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.identifier = identifier } @@ -379,8 +369,7 @@ public struct DeleteClusterOutput: Swift.Sendable { deletionProtectionEnabled: Swift.Bool? = nil, identifier: Swift.String? = nil, status: DSQLClientTypes.ClusterStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.deletionProtectionEnabled = deletionProtectionEnabled @@ -399,8 +388,7 @@ public struct DeleteMultiRegionClustersInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, linkedClusterArns: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.linkedClusterArns = linkedClusterArns } @@ -413,8 +401,7 @@ public struct GetClusterInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -449,8 +436,7 @@ public struct GetClusterOutput: Swift.Sendable { linkedClusterArns: [Swift.String]? = nil, status: DSQLClientTypes.ClusterStatus? = nil, witnessRegion: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.deletionProtectionEnabled = deletionProtectionEnabled @@ -470,8 +456,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -491,8 +476,7 @@ extension DSQLClientTypes { public init( arn: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.identifier = identifier } @@ -509,8 +493,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [DSQLClientTypes.ClusterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -529,8 +512,7 @@ public struct UpdateClusterInput: Swift.Sendable { clientToken: Swift.String? = nil, deletionProtectionEnabled: Swift.Bool? = nil, identifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.identifier = identifier @@ -567,8 +549,7 @@ public struct UpdateClusterOutput: Swift.Sendable { linkedClusterArns: [Swift.String]? = nil, status: DSQLClientTypes.ClusterStatus? = nil, witnessRegion: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.deletionProtectionEnabled = deletionProtectionEnabled @@ -601,8 +582,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -615,8 +595,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -627,8 +606,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -644,8 +622,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -680,8 +657,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -700,8 +676,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -721,8 +696,7 @@ extension DSQLClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -794,8 +768,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [DSQLClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: DSQLClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason diff --git a/Sources/Services/AWSDataBrew/Package.swift.txt b/Sources/Services/AWSDataBrew/Package.swift.txt index 70cbaa46e97..75be849555b 100644 --- a/Sources/Services/AWSDataBrew/Package.swift.txt +++ b/Sources/Services/AWSDataBrew/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/DataBrewClient.swift b/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/DataBrewClient.swift index 73803202e1a..614d5b6b976 100644 --- a/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/DataBrewClient.swift +++ b/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/DataBrewClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DataBrewClient: ClientRuntime.Client { public static let clientName = "DataBrewClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DataBrewClient.DataBrewClientConfiguration let serviceName = "DataBrew" diff --git a/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/Models.swift b/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/Models.swift index aa4ac315cdd..6535cdbc296 100644 --- a/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/Models.swift +++ b/Sources/Services/AWSDataBrew/Sources/AWSDataBrew/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -61,8 +60,7 @@ extension DataBrewClientTypes { public init( statistics: [Swift.String]? = nil - ) - { + ) { self.statistics = statistics } } @@ -115,8 +113,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +136,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +159,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -180,8 +175,7 @@ public struct BatchDeleteRecipeVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, recipeVersions: [Swift.String]? = nil - ) - { + ) { self.name = name self.recipeVersions = recipeVersions } @@ -202,8 +196,7 @@ extension DataBrewClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.recipeVersion = recipeVersion @@ -221,8 +214,7 @@ public struct BatchDeleteRecipeVersionOutput: Swift.Sendable { public init( errors: [DataBrewClientTypes.RecipeVersionErrorDetail]? = nil, name: Swift.String? = nil - ) - { + ) { self.errors = errors self.name = name } @@ -246,8 +238,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +293,7 @@ extension DataBrewClientTypes { public init( delimiter: Swift.String? = nil, headerRow: Swift.Bool? = nil - ) - { + ) { self.delimiter = delimiter self.headerRow = headerRow } @@ -325,8 +315,7 @@ extension DataBrewClientTypes { headerRow: Swift.Bool? = nil, sheetIndexes: [Swift.Int]? = nil, sheetNames: [Swift.String]? = nil - ) - { + ) { self.headerRow = headerRow self.sheetIndexes = sheetIndexes self.sheetNames = sheetNames @@ -343,8 +332,7 @@ extension DataBrewClientTypes { public init( multiLine: Swift.Bool = false - ) - { + ) { self.multiLine = multiLine } } @@ -365,8 +353,7 @@ extension DataBrewClientTypes { csv: DataBrewClientTypes.CsvOptions? = nil, excel: DataBrewClientTypes.ExcelOptions? = nil, json: DataBrewClientTypes.JsonOptions? = nil - ) - { + ) { self.csv = csv self.excel = excel self.json = json @@ -390,8 +377,7 @@ extension DataBrewClientTypes { bucket: Swift.String? = nil, bucketOwner: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketOwner = bucketOwner self.key = key @@ -418,8 +404,7 @@ extension DataBrewClientTypes { glueConnectionName: Swift.String? = nil, queryString: Swift.String? = nil, tempDirectory: DataBrewClientTypes.S3Location? = nil - ) - { + ) { self.databaseTableName = databaseTableName self.glueConnectionName = glueConnectionName self.queryString = queryString @@ -448,8 +433,7 @@ extension DataBrewClientTypes { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, tempDirectory: DataBrewClientTypes.S3Location? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -467,8 +451,7 @@ extension DataBrewClientTypes { public init( sourceArn: Swift.String? = nil - ) - { + ) { self.sourceArn = sourceArn } } @@ -492,8 +475,7 @@ extension DataBrewClientTypes { databaseInputDefinition: DataBrewClientTypes.DatabaseInputDefinition? = nil, metadata: DataBrewClientTypes.Metadata? = nil, s3InputDefinition: DataBrewClientTypes.S3Location? = nil - ) - { + ) { self.dataCatalogInputDefinition = dataCatalogInputDefinition self.databaseInputDefinition = databaseInputDefinition self.metadata = metadata @@ -573,8 +555,7 @@ extension DataBrewClientTypes { maxFiles: Swift.Int? = nil, order: DataBrewClientTypes.Order? = nil, orderedBy: DataBrewClientTypes.OrderedBy? = nil - ) - { + ) { self.maxFiles = maxFiles self.order = order self.orderedBy = orderedBy @@ -596,8 +577,7 @@ extension DataBrewClientTypes { public init( expression: Swift.String? = nil, valuesMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.expression = expression self.valuesMap = valuesMap } @@ -620,8 +600,7 @@ extension DataBrewClientTypes { format: Swift.String? = nil, localeCode: Swift.String? = nil, timezoneOffset: Swift.String? = nil - ) - { + ) { self.format = format self.localeCode = localeCode self.timezoneOffset = timezoneOffset @@ -684,8 +663,7 @@ extension DataBrewClientTypes { filter: DataBrewClientTypes.FilterExpression? = nil, name: Swift.String? = nil, type: DataBrewClientTypes.ParameterType? = nil - ) - { + ) { self.createColumn = createColumn self.datetimeOptions = datetimeOptions self.filter = filter @@ -710,8 +688,7 @@ extension DataBrewClientTypes { filesLimit: DataBrewClientTypes.FilesLimit? = nil, lastModifiedDateCondition: DataBrewClientTypes.FilterExpression? = nil, parameters: [Swift.String: DataBrewClientTypes.DatasetParameter]? = nil - ) - { + ) { self.filesLimit = filesLimit self.lastModifiedDateCondition = lastModifiedDateCondition self.parameters = parameters @@ -742,8 +719,7 @@ public struct CreateDatasetInput: Swift.Sendable { name: Swift.String? = nil, pathOptions: DataBrewClientTypes.PathOptions? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.format = format self.formatOptions = formatOptions self.input = input @@ -760,8 +736,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -778,8 +753,7 @@ extension DataBrewClientTypes { public init( name: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.name = name self.regex = regex } @@ -800,8 +774,7 @@ extension DataBrewClientTypes { public init( parameters: [Swift.String: Swift.String]? = nil, statistic: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.statistic = statistic } @@ -820,8 +793,7 @@ extension DataBrewClientTypes { public init( includedStatistics: [Swift.String]? = nil, overrides: [DataBrewClientTypes.StatisticOverride]? = nil - ) - { + ) { self.includedStatistics = includedStatistics self.overrides = overrides } @@ -841,8 +813,7 @@ extension DataBrewClientTypes { public init( selectors: [DataBrewClientTypes.ColumnSelector]? = nil, statistics: DataBrewClientTypes.StatisticsConfiguration? = nil - ) - { + ) { self.selectors = selectors self.statistics = statistics } @@ -903,8 +874,7 @@ extension DataBrewClientTypes { public init( allowedStatistics: [DataBrewClientTypes.AllowedStatistics]? = nil, entityTypes: [Swift.String]? = nil - ) - { + ) { self.allowedStatistics = allowedStatistics self.entityTypes = entityTypes } @@ -929,8 +899,7 @@ extension DataBrewClientTypes { datasetStatisticsConfiguration: DataBrewClientTypes.StatisticsConfiguration? = nil, entityDetectorConfiguration: DataBrewClientTypes.EntityDetectorConfiguration? = nil, profileColumns: [DataBrewClientTypes.ColumnSelector]? = nil - ) - { + ) { self.columnStatisticsConfigurations = columnStatisticsConfigurations self.datasetStatisticsConfiguration = datasetStatisticsConfiguration self.entityDetectorConfiguration = entityDetectorConfiguration @@ -1013,8 +982,7 @@ extension DataBrewClientTypes { public init( mode: DataBrewClientTypes.SampleMode? = nil, size: Swift.Int? = nil - ) - { + ) { self.mode = mode self.size = size } @@ -1089,8 +1057,7 @@ extension DataBrewClientTypes { public init( rulesetArn: Swift.String? = nil, validationMode: DataBrewClientTypes.ValidationMode? = nil - ) - { + ) { self.rulesetArn = rulesetArn self.validationMode = validationMode } @@ -1150,8 +1117,7 @@ public struct CreateProfileJobInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timeout: Swift.Int? = 0, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.configuration = configuration self.datasetName = datasetName self.encryptionKeyArn = encryptionKeyArn @@ -1176,8 +1142,7 @@ public struct CreateProfileJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1200,8 +1165,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1251,8 +1215,7 @@ extension DataBrewClientTypes { public init( size: Swift.Int? = nil, type: DataBrewClientTypes.SampleType? = nil - ) - { + ) { self.size = size self.type = type } @@ -1284,8 +1247,7 @@ public struct CreateProjectInput: Swift.Sendable { roleArn: Swift.String? = nil, sample: DataBrewClientTypes.Sample? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.datasetName = datasetName self.name = name self.recipeName = recipeName @@ -1302,8 +1264,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1321,8 +1282,7 @@ extension DataBrewClientTypes { public init( operation: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.operation = operation self.parameters = parameters } @@ -1346,8 +1306,7 @@ extension DataBrewClientTypes { condition: Swift.String? = nil, targetColumn: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.condition = condition self.targetColumn = targetColumn self.value = value @@ -1368,8 +1327,7 @@ extension DataBrewClientTypes { public init( action: DataBrewClientTypes.RecipeAction? = nil, conditionExpressions: [DataBrewClientTypes.ConditionExpression]? = nil - ) - { + ) { self.action = action self.conditionExpressions = conditionExpressions } @@ -1393,8 +1351,7 @@ public struct CreateRecipeInput: Swift.Sendable { name: Swift.String? = nil, steps: [DataBrewClientTypes.RecipeStep]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.steps = steps @@ -1409,8 +1366,7 @@ public struct CreateRecipeOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1428,8 +1384,7 @@ extension DataBrewClientTypes { public init( tableName: Swift.String? = nil, tempDirectory: DataBrewClientTypes.S3Location? = nil - ) - { + ) { self.tableName = tableName self.tempDirectory = tempDirectory } @@ -1479,8 +1434,7 @@ extension DataBrewClientTypes { databaseOptions: DataBrewClientTypes.DatabaseTableOutputOptions? = nil, databaseOutputMode: DataBrewClientTypes.DatabaseOutputMode? = nil, glueConnectionName: Swift.String? = nil - ) - { + ) { self.databaseOptions = databaseOptions self.databaseOutputMode = databaseOutputMode self.glueConnectionName = glueConnectionName @@ -1498,8 +1452,7 @@ extension DataBrewClientTypes { public init( location: DataBrewClientTypes.S3Location? = nil - ) - { + ) { self.location = location } } @@ -1531,8 +1484,7 @@ extension DataBrewClientTypes { overwrite: Swift.Bool = false, s3Options: DataBrewClientTypes.S3TableOutputOptions? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.databaseOptions = databaseOptions @@ -1649,8 +1601,7 @@ extension DataBrewClientTypes { public init( delimiter: Swift.String? = nil - ) - { + ) { self.delimiter = delimiter } } @@ -1665,8 +1616,7 @@ extension DataBrewClientTypes { public init( csv: DataBrewClientTypes.CsvOutputOptions? = nil - ) - { + ) { self.csv = csv } } @@ -1700,8 +1650,7 @@ extension DataBrewClientTypes { maxOutputFiles: Swift.Int? = nil, overwrite: Swift.Bool = false, partitionColumns: [Swift.String]? = nil - ) - { + ) { self.compressionFormat = compressionFormat self.format = format self.formatOptions = formatOptions @@ -1726,8 +1675,7 @@ extension DataBrewClientTypes { public init( name: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.name = name self.recipeVersion = recipeVersion } @@ -1788,8 +1736,7 @@ public struct CreateRecipeJobInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, timeout: Swift.Int? = 0 - ) - { + ) { self.dataCatalogOutputs = dataCatalogOutputs self.databaseOutputs = databaseOutputs self.datasetName = datasetName @@ -1815,8 +1762,7 @@ public struct CreateRecipeJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1901,8 +1847,7 @@ extension DataBrewClientTypes { type: DataBrewClientTypes.ThresholdType? = nil, unit: DataBrewClientTypes.ThresholdUnit? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.type = type self.unit = unit self.value = value @@ -1936,8 +1881,7 @@ extension DataBrewClientTypes { name: Swift.String? = nil, substitutionMap: [Swift.String: Swift.String]? = nil, threshold: DataBrewClientTypes.Threshold? = nil - ) - { + ) { self.checkExpression = checkExpression self.columnSelectors = columnSelectors self.disabled = disabled @@ -1969,8 +1913,7 @@ public struct CreateRulesetInput: Swift.Sendable { rules: [DataBrewClientTypes.Rule]? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.rules = rules @@ -1986,8 +1929,7 @@ public struct CreateRulesetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2009,8 +1951,7 @@ public struct CreateScheduleInput: Swift.Sendable { jobNames: [Swift.String]? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cronExpression = cronExpression self.jobNames = jobNames self.name = name @@ -2025,8 +1966,7 @@ public struct CreateScheduleOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2038,8 +1978,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2051,8 +1990,7 @@ public struct DeleteDatasetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2064,8 +2002,7 @@ public struct DeleteJobInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2077,8 +2014,7 @@ public struct DeleteJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2090,8 +2026,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2103,8 +2038,7 @@ public struct DeleteProjectOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2120,8 +2054,7 @@ public struct DeleteRecipeVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.name = name self.recipeVersion = recipeVersion } @@ -2138,8 +2071,7 @@ public struct DeleteRecipeVersionOutput: Swift.Sendable { public init( name: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.name = name self.recipeVersion = recipeVersion } @@ -2152,8 +2084,7 @@ public struct DeleteRulesetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2165,8 +2096,7 @@ public struct DeleteRulesetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2178,8 +2108,7 @@ public struct DeleteScheduleInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2191,8 +2120,7 @@ public struct DeleteScheduleOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2204,8 +2132,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2283,8 +2210,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { resourceArn: Swift.String? = nil, source: DataBrewClientTypes.Source? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.format = format @@ -2307,8 +2233,7 @@ public struct DescribeJobInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2426,8 +2351,7 @@ public struct DescribeJobOutput: Swift.Sendable { timeout: Swift.Int = 0, type: DataBrewClientTypes.JobType? = nil, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.dataCatalogOutputs = dataCatalogOutputs @@ -2466,8 +2390,7 @@ public struct DescribeJobRunInput: Swift.Sendable { public init( name: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.name = name self.runId = runId } @@ -2578,8 +2501,7 @@ public struct DescribeJobRunOutput: Swift.Sendable { startedOn: Foundation.Date? = nil, state: DataBrewClientTypes.JobRunState? = nil, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.attempt = attempt self.completedOn = completedOn self.dataCatalogOutputs = dataCatalogOutputs @@ -2609,8 +2531,7 @@ public struct DescribeProjectInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2720,8 +2641,7 @@ public struct DescribeProjectOutput: Swift.Sendable { sample: DataBrewClientTypes.Sample? = nil, sessionStatus: DataBrewClientTypes.SessionStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.datasetName = datasetName @@ -2749,8 +2669,7 @@ public struct DescribeRecipeInput: Swift.Sendable { public init( name: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.name = name self.recipeVersion = recipeVersion } @@ -2799,8 +2718,7 @@ public struct DescribeRecipeOutput: Swift.Sendable { resourceArn: Swift.String? = nil, steps: [DataBrewClientTypes.RecipeStep]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.description = description @@ -2824,8 +2742,7 @@ public struct DescribeRulesetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2864,8 +2781,7 @@ public struct DescribeRulesetOutput: Swift.Sendable { rules: [DataBrewClientTypes.Rule]? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.description = description @@ -2886,8 +2802,7 @@ public struct DescribeScheduleInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2923,8 +2838,7 @@ public struct DescribeScheduleOutput: Swift.Sendable { name: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.cronExpression = cronExpression @@ -2946,8 +2860,7 @@ public struct ListDatasetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3000,8 +2913,7 @@ extension DataBrewClientTypes { resourceArn: Swift.String? = nil, source: DataBrewClientTypes.Source? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.createDate = createDate self.createdBy = createdBy @@ -3029,8 +2941,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasets: [DataBrewClientTypes.Dataset]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasets = datasets self.nextToken = nextToken } @@ -3049,8 +2960,7 @@ public struct ListJobRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3117,8 +3027,7 @@ extension DataBrewClientTypes { startedOn: Foundation.Date? = nil, state: DataBrewClientTypes.JobRunState? = nil, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.attempt = attempt self.completedOn = completedOn self.dataCatalogOutputs = dataCatalogOutputs @@ -3151,8 +3060,7 @@ public struct ListJobRunsOutput: Swift.Sendable { public init( jobRuns: [DataBrewClientTypes.JobRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobRuns = jobRuns self.nextToken = nextToken } @@ -3173,8 +3081,7 @@ public struct ListJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.maxResults = maxResults self.nextToken = nextToken @@ -3269,8 +3176,7 @@ extension DataBrewClientTypes { timeout: Swift.Int = 0, type: DataBrewClientTypes.JobType? = nil, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.accountId = accountId self.createDate = createDate self.createdBy = createdBy @@ -3309,8 +3215,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [DataBrewClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -3325,8 +3230,7 @@ public struct ListProjectsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3382,8 +3286,7 @@ extension DataBrewClientTypes { roleArn: Swift.String? = nil, sample: DataBrewClientTypes.Sample? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.createDate = createDate self.createdBy = createdBy @@ -3412,8 +3315,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [DataBrewClientTypes.Project]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -3431,8 +3333,7 @@ public struct ListRecipesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.recipeVersion = recipeVersion @@ -3491,8 +3392,7 @@ extension DataBrewClientTypes { resourceArn: Swift.String? = nil, steps: [DataBrewClientTypes.RecipeStep]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createDate = createDate self.createdBy = createdBy self.description = description @@ -3520,8 +3420,7 @@ public struct ListRecipesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recipes: [DataBrewClientTypes.Recipe]? = nil - ) - { + ) { self.nextToken = nextToken self.recipes = recipes } @@ -3540,8 +3439,7 @@ public struct ListRecipeVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3558,8 +3456,7 @@ public struct ListRecipeVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recipes: [DataBrewClientTypes.Recipe]? = nil - ) - { + ) { self.nextToken = nextToken self.recipes = recipes } @@ -3577,8 +3474,7 @@ public struct ListRulesetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetArn = targetArn @@ -3626,8 +3522,7 @@ extension DataBrewClientTypes { ruleCount: Swift.Int = 0, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.createDate = createDate self.createdBy = createdBy @@ -3653,8 +3548,7 @@ public struct ListRulesetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rulesets: [DataBrewClientTypes.RulesetItem]? = nil - ) - { + ) { self.nextToken = nextToken self.rulesets = rulesets } @@ -3672,8 +3566,7 @@ public struct ListSchedulesInput: Swift.Sendable { jobName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.maxResults = maxResults self.nextToken = nextToken @@ -3717,8 +3610,7 @@ extension DataBrewClientTypes { name: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.createDate = createDate self.createdBy = createdBy @@ -3743,8 +3635,7 @@ public struct ListSchedulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schedules: [DataBrewClientTypes.Schedule]? = nil - ) - { + ) { self.nextToken = nextToken self.schedules = schedules } @@ -3757,8 +3648,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3769,8 +3659,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3785,8 +3674,7 @@ public struct PublishRecipeInput: Swift.Sendable { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } @@ -3799,8 +3687,7 @@ public struct PublishRecipeOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3830,8 +3717,7 @@ extension DataBrewClientTypes { rowRange: Swift.Int? = nil, startColumnIndex: Swift.Int? = nil, startRowIndex: Swift.Int? = nil - ) - { + ) { self.analytics = analytics self.columnRange = columnRange self.hiddenColumns = hiddenColumns @@ -3864,8 +3750,7 @@ public struct SendProjectSessionActionInput: Swift.Sendable { recipeStep: DataBrewClientTypes.RecipeStep? = nil, stepIndex: Swift.Int? = nil, viewFrame: DataBrewClientTypes.ViewFrame? = nil - ) - { + ) { self.clientSessionId = clientSessionId self.name = name self.preview = preview @@ -3893,8 +3778,7 @@ public struct SendProjectSessionActionOutput: Swift.Sendable { actionId: Swift.Int? = nil, name: Swift.String? = nil, result: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.name = name self.result = result @@ -3908,8 +3792,7 @@ public struct StartJobRunInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3921,8 +3804,7 @@ public struct StartJobRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -3937,8 +3819,7 @@ public struct StartProjectSessionInput: Swift.Sendable { public init( assumeControl: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.assumeControl = assumeControl self.name = name } @@ -3954,8 +3835,7 @@ public struct StartProjectSessionOutput: Swift.Sendable { public init( clientSessionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientSessionId = clientSessionId self.name = name } @@ -3977,8 +3857,7 @@ public struct StopJobRunInput: Swift.Sendable { public init( name: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.name = name self.runId = runId } @@ -3991,8 +3870,7 @@ public struct StopJobRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -4008,8 +3886,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4031,8 +3908,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4063,8 +3939,7 @@ public struct UpdateDatasetInput: Swift.Sendable { input: DataBrewClientTypes.Input? = nil, name: Swift.String? = nil, pathOptions: DataBrewClientTypes.PathOptions? = nil - ) - { + ) { self.format = format self.formatOptions = formatOptions self.input = input @@ -4080,8 +3955,7 @@ public struct UpdateDatasetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4132,8 +4006,7 @@ public struct UpdateProfileJobInput: Swift.Sendable { roleArn: Swift.String? = nil, timeout: Swift.Int? = 0, validationConfigurations: [DataBrewClientTypes.ValidationConfiguration]? = nil - ) - { + ) { self.configuration = configuration self.encryptionKeyArn = encryptionKeyArn self.encryptionMode = encryptionMode @@ -4156,8 +4029,7 @@ public struct UpdateProfileJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4176,8 +4048,7 @@ public struct UpdateProjectInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, sample: DataBrewClientTypes.Sample? = nil - ) - { + ) { self.name = name self.roleArn = roleArn self.sample = sample @@ -4194,8 +4065,7 @@ public struct UpdateProjectOutput: Swift.Sendable { public init( lastModifiedDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.lastModifiedDate = lastModifiedDate self.name = name } @@ -4214,8 +4084,7 @@ public struct UpdateRecipeInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, steps: [DataBrewClientTypes.RecipeStep]? = nil - ) - { + ) { self.description = description self.name = name self.steps = steps @@ -4229,8 +4098,7 @@ public struct UpdateRecipeOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4277,8 +4145,7 @@ public struct UpdateRecipeJobInput: Swift.Sendable { outputs: [DataBrewClientTypes.Output]? = nil, roleArn: Swift.String? = nil, timeout: Swift.Int? = 0 - ) - { + ) { self.dataCatalogOutputs = dataCatalogOutputs self.databaseOutputs = databaseOutputs self.encryptionKeyArn = encryptionKeyArn @@ -4300,8 +4167,7 @@ public struct UpdateRecipeJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4320,8 +4186,7 @@ public struct UpdateRulesetInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, rules: [DataBrewClientTypes.Rule]? = nil - ) - { + ) { self.description = description self.name = name self.rules = rules @@ -4335,8 +4200,7 @@ public struct UpdateRulesetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4355,8 +4219,7 @@ public struct UpdateScheduleInput: Swift.Sendable { cronExpression: Swift.String? = nil, jobNames: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.cronExpression = cronExpression self.jobNames = jobNames self.name = name @@ -4370,8 +4233,7 @@ public struct UpdateScheduleOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } diff --git a/Sources/Services/AWSDataExchange/Package.swift.txt b/Sources/Services/AWSDataExchange/Package.swift.txt index 88b1af6a29f..988f6a2ec2f 100644 --- a/Sources/Services/AWSDataExchange/Package.swift.txt +++ b/Sources/Services/AWSDataExchange/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/DataExchangeClient.swift b/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/DataExchangeClient.swift index f19d98c131e..973911ad264 100644 --- a/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/DataExchangeClient.swift +++ b/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/DataExchangeClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DataExchangeClient: ClientRuntime.Client { public static let clientName = "DataExchangeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DataExchangeClient.DataExchangeClientConfiguration let serviceName = "DataExchange" diff --git a/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/Models.swift b/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/Models.swift index a4fee785b43..0a5f2f31f50 100644 --- a/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/Models.swift +++ b/Sources/Services/AWSDataExchange/Sources/AWSDataExchange/Models.swift @@ -122,8 +122,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +194,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: DataExchangeClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -223,8 +221,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -255,8 +252,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: DataExchangeClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -283,8 +279,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -341,8 +336,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionCause: DataExchangeClientTypes.ExceptionCause? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.exceptionCause = exceptionCause self.properties.message = message } @@ -355,8 +349,7 @@ public struct AcceptDataGrantInput: Swift.Sendable { public init( dataGrantArn: Swift.String? = nil - ) - { + ) { self.dataGrantArn = dataGrantArn } } @@ -470,8 +463,7 @@ public struct AcceptDataGrantOutput: Swift.Sendable { receiverPrincipal: Swift.String? = nil, senderPrincipal: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -530,8 +522,7 @@ extension DataExchangeClientTypes { public init( kmsKeyArn: Swift.String? = nil, type: DataExchangeClientTypes.ServerSideEncryptionTypes? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.type = type } @@ -551,8 +542,7 @@ extension DataExchangeClientTypes { public init( bucket: Swift.String? = nil, keyPattern: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPattern = keyPattern } @@ -572,8 +562,7 @@ extension DataExchangeClientTypes { public init( encryption: DataExchangeClientTypes.ExportServerSideEncryption? = nil, revisionDestination: DataExchangeClientTypes.AutoExportRevisionDestinationEntry? = nil - ) - { + ) { self.encryption = encryption self.revisionDestination = revisionDestination } @@ -589,8 +578,7 @@ extension DataExchangeClientTypes { public init( exportRevisionToS3: DataExchangeClientTypes.AutoExportRevisionToS3RequestDetails? = nil - ) - { + ) { self.exportRevisionToS3 = exportRevisionToS3 } } @@ -655,8 +643,7 @@ extension DataExchangeClientTypes { apiSpecificationDownloadUrlExpiresAt: Foundation.Date? = nil, protocolType: DataExchangeClientTypes.ProtocolType? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiDescription = apiDescription self.apiEndpoint = apiEndpoint self.apiId = apiId @@ -687,8 +674,7 @@ extension DataExchangeClientTypes { assetId: Swift.String? = nil, bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.bucket = bucket self.key = key @@ -710,8 +696,7 @@ extension DataExchangeClientTypes { public init( tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.tagKey = tagKey self.tagValues = tagValues } @@ -728,8 +713,7 @@ extension DataExchangeClientTypes { public init( expression: [DataExchangeClientTypes.LFTag]? = nil - ) - { + ) { self.expression = expression } } @@ -745,8 +729,7 @@ extension DataExchangeClientTypes { public init( expression: [DataExchangeClientTypes.LFTag]? = nil - ) - { + ) { self.expression = expression } } @@ -764,8 +747,7 @@ extension DataExchangeClientTypes { public init( database: DataExchangeClientTypes.DatabaseLFTagPolicy? = nil, table: DataExchangeClientTypes.TableLFTagPolicy? = nil - ) - { + ) { self.database = database self.table = table } @@ -819,8 +801,7 @@ extension DataExchangeClientTypes { catalogId: Swift.String? = nil, resourceDetails: DataExchangeClientTypes.LFResourceDetails? = nil, resourceType: DataExchangeClientTypes.LFResourceType? = nil - ) - { + ) { self.catalogId = catalogId self.resourceDetails = resourceDetails self.resourceType = resourceType @@ -837,8 +818,7 @@ extension DataExchangeClientTypes { public init( lfTagPolicy: DataExchangeClientTypes.LFTagPolicyDetails? = nil - ) - { + ) { self.lfTagPolicy = lfTagPolicy } } @@ -920,8 +900,7 @@ extension DataExchangeClientTypes { lakeFormationDataPermissionType: DataExchangeClientTypes.LakeFormationDataPermissionType? = nil, permissions: [DataExchangeClientTypes.LFPermission]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.lakeFormationDataPermissionDetails = lakeFormationDataPermissionDetails self.lakeFormationDataPermissionType = lakeFormationDataPermissionType self.permissions = permissions @@ -940,8 +919,7 @@ extension DataExchangeClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -957,8 +935,7 @@ extension DataExchangeClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -989,8 +966,7 @@ extension DataExchangeClientTypes { kmsKeysToGrant: [DataExchangeClientTypes.KmsKeyToGrant]? = nil, s3AccessPointAlias: Swift.String? = nil, s3AccessPointArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefixes = keyPrefixes self.keys = keys @@ -1011,8 +987,7 @@ extension DataExchangeClientTypes { public init( size: Swift.Double? = 0.0 - ) - { + ) { self.size = size } } @@ -1039,8 +1014,7 @@ extension DataExchangeClientTypes { redshiftDataShareAsset: DataExchangeClientTypes.RedshiftDataShareAsset? = nil, s3DataAccessAsset: DataExchangeClientTypes.S3DataAccessAsset? = nil, s3SnapshotAsset: DataExchangeClientTypes.S3SnapshotAsset? = nil - ) - { + ) { self.apiGatewayApiAsset = apiGatewayApiAsset self.lakeFormationDataPermissionAsset = lakeFormationDataPermissionAsset self.redshiftDataShareAsset = redshiftDataShareAsset @@ -1133,8 +1107,7 @@ extension DataExchangeClientTypes { revisionId: Swift.String? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetDetails = assetDetails self.assetType = assetType @@ -1163,8 +1136,7 @@ extension DataExchangeClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1178,8 +1150,7 @@ public struct CancelJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1367,8 +1338,7 @@ public struct ServiceLimitExceededException: ClientRuntime.ModeledError, AWSClie limitName: DataExchangeClientTypes.LimitName? = nil, limitValue: Swift.Double? = 0.0, message: Swift.String? = nil - ) - { + ) { self.properties.limitName = limitName self.properties.limitValue = limitValue self.properties.message = message @@ -1403,8 +1373,7 @@ public struct CreateDataGrantInput: Swift.Sendable { receiverPrincipal: Swift.String? = nil, sourceDataSetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.endsAt = endsAt self.grantDistributionScope = grantDistributionScope @@ -1474,8 +1443,7 @@ public struct CreateDataGrantOutput: Swift.Sendable { sourceDataSetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -1512,8 +1480,7 @@ public struct CreateDataSetInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assetType = assetType self.description = description self.name = name @@ -1562,8 +1529,7 @@ extension DataExchangeClientTypes { public init( dataGrantId: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.dataGrantId = dataGrantId self.productId = productId } @@ -1606,8 +1572,7 @@ public struct CreateDataSetOutput: Swift.Sendable { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetType = assetType self.createdAt = createdAt @@ -1632,8 +1597,7 @@ extension DataExchangeClientTypes { public init( dataSetId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId } } @@ -1648,8 +1612,7 @@ extension DataExchangeClientTypes { public init( revisionPublished: DataExchangeClientTypes.RevisionPublished? = nil - ) - { + ) { self.revisionPublished = revisionPublished } } @@ -1666,8 +1629,7 @@ public struct CreateEventActionInput: Swift.Sendable { public init( action: DataExchangeClientTypes.Action? = nil, event: DataExchangeClientTypes.Event? = nil - ) - { + ) { self.action = action self.event = event } @@ -1694,8 +1656,7 @@ public struct CreateEventActionOutput: Swift.Sendable { event: DataExchangeClientTypes.Event? = nil, id: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -1724,8 +1685,7 @@ extension DataExchangeClientTypes { keyPrefixes: [Swift.String]? = nil, keys: [Swift.String]? = nil, kmsKeysToGrant: [DataExchangeClientTypes.KmsKeyToGrant]? = nil - ) - { + ) { self.bucket = bucket self.keyPrefixes = keyPrefixes self.keys = keys @@ -1752,8 +1712,7 @@ extension DataExchangeClientTypes { assetSource: DataExchangeClientTypes.S3DataAccessAssetSourceEntry? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSource = assetSource self.dataSetId = dataSetId self.revisionId = revisionId @@ -1782,8 +1741,7 @@ extension DataExchangeClientTypes { dataSetId: Swift.String? = nil, encryption: DataExchangeClientTypes.ExportServerSideEncryption? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetDestinations = assetDestinations self.dataSetId = dataSetId self.encryption = encryption @@ -1810,8 +1768,7 @@ extension DataExchangeClientTypes { assetId: Swift.String? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.revisionId = revisionId @@ -1836,8 +1793,7 @@ extension DataExchangeClientTypes { bucket: Swift.String? = nil, keyPattern: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPattern = keyPattern self.revisionId = revisionId @@ -1862,8 +1818,7 @@ extension DataExchangeClientTypes { dataSetId: Swift.String? = nil, encryption: DataExchangeClientTypes.ExportServerSideEncryption? = nil, revisionDestinations: [DataExchangeClientTypes.RevisionDestinationEntry]? = nil - ) - { + ) { self.dataSetId = dataSetId self.encryption = encryption self.revisionDestinations = revisionDestinations @@ -1911,8 +1866,7 @@ extension DataExchangeClientTypes { protocolType: DataExchangeClientTypes.ProtocolType? = nil, revisionId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiDescription = apiDescription self.apiId = apiId self.apiKey = apiKey @@ -1948,8 +1902,7 @@ extension DataExchangeClientTypes { dataSetId: Swift.String? = nil, md5Hash: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetName = assetName self.dataSetId = dataSetId self.md5Hash = md5Hash @@ -1998,8 +1951,7 @@ extension DataExchangeClientTypes { public init( expression: [DataExchangeClientTypes.LFTag]? = nil, permissions: [DataExchangeClientTypes.DatabaseLFTagPolicyPermission]? = nil - ) - { + ) { self.expression = expression self.permissions = permissions } @@ -2049,8 +2001,7 @@ extension DataExchangeClientTypes { public init( expression: [DataExchangeClientTypes.LFTag]? = nil, permissions: [DataExchangeClientTypes.TableTagPolicyLFPermission]? = nil - ) - { + ) { self.expression = expression self.permissions = permissions } @@ -2085,8 +2036,7 @@ extension DataExchangeClientTypes { revisionId: Swift.String? = nil, roleArn: Swift.String? = nil, table: DataExchangeClientTypes.TableLFTagPolicyAndPermissions? = nil - ) - { + ) { self.catalogId = catalogId self.dataSetId = dataSetId self.database = database @@ -2107,8 +2057,7 @@ extension DataExchangeClientTypes { public init( dataShareArn: Swift.String? = nil - ) - { + ) { self.dataShareArn = dataShareArn } } @@ -2132,8 +2081,7 @@ extension DataExchangeClientTypes { assetSources: [DataExchangeClientTypes.RedshiftDataShareAssetSourceEntry]? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSources = assetSources self.dataSetId = dataSetId self.revisionId = revisionId @@ -2159,8 +2107,7 @@ extension DataExchangeClientTypes { assetSources: [DataExchangeClientTypes.AssetSourceEntry]? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSources = assetSources self.dataSetId = dataSetId self.revisionId = revisionId @@ -2201,8 +2148,7 @@ extension DataExchangeClientTypes { importAssetsFromLakeFormationTagPolicy: DataExchangeClientTypes.ImportAssetsFromLakeFormationTagPolicyRequestDetails? = nil, importAssetsFromRedshiftDataShares: DataExchangeClientTypes.ImportAssetsFromRedshiftDataSharesRequestDetails? = nil, importAssetsFromS3: DataExchangeClientTypes.ImportAssetsFromS3RequestDetails? = nil - ) - { + ) { self.createS3DataAccessFromS3Bucket = createS3DataAccessFromS3Bucket self.exportAssetToSignedUrl = exportAssetToSignedUrl self.exportAssetsToS3 = exportAssetsToS3 @@ -2277,8 +2223,7 @@ public struct CreateJobInput: Swift.Sendable { public init( details: DataExchangeClientTypes.RequestDetails? = nil, type: DataExchangeClientTypes.ModelType? = nil - ) - { + ) { self.details = details self.type = type } @@ -2302,8 +2247,7 @@ extension DataExchangeClientTypes { assetSource: DataExchangeClientTypes.S3DataAccessAssetSourceEntry? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSource = assetSource self.dataSetId = dataSetId self.revisionId = revisionId @@ -2332,8 +2276,7 @@ extension DataExchangeClientTypes { dataSetId: Swift.String? = nil, encryption: DataExchangeClientTypes.ExportServerSideEncryption? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetDestinations = assetDestinations self.dataSetId = dataSetId self.encryption = encryption @@ -2366,8 +2309,7 @@ extension DataExchangeClientTypes { revisionId: Swift.String? = nil, signedUrl: Swift.String? = nil, signedUrlExpiresAt: Foundation.Date? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.revisionId = revisionId @@ -2397,8 +2339,7 @@ extension DataExchangeClientTypes { encryption: DataExchangeClientTypes.ExportServerSideEncryption? = nil, eventActionArn: Swift.String? = nil, revisionDestinations: [DataExchangeClientTypes.RevisionDestinationEntry]? = nil - ) - { + ) { self.dataSetId = dataSetId self.encryption = encryption self.eventActionArn = eventActionArn @@ -2455,8 +2396,7 @@ extension DataExchangeClientTypes { protocolType: DataExchangeClientTypes.ProtocolType? = nil, revisionId: Swift.String? = nil, stage: Swift.String? = nil - ) - { + ) { self.apiDescription = apiDescription self.apiId = apiId self.apiKey = apiKey @@ -2499,8 +2439,7 @@ extension DataExchangeClientTypes { revisionId: Swift.String? = nil, signedUrl: Swift.String? = nil, signedUrlExpiresAt: Foundation.Date? = nil - ) - { + ) { self.assetName = assetName self.dataSetId = dataSetId self.md5Hash = md5Hash @@ -2539,8 +2478,7 @@ extension DataExchangeClientTypes { revisionId: Swift.String? = nil, roleArn: Swift.String? = nil, table: DataExchangeClientTypes.TableLFTagPolicyAndPermissions? = nil - ) - { + ) { self.catalogId = catalogId self.dataSetId = dataSetId self.database = database @@ -2569,8 +2507,7 @@ extension DataExchangeClientTypes { assetSources: [DataExchangeClientTypes.RedshiftDataShareAssetSourceEntry]? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSources = assetSources self.dataSetId = dataSetId self.revisionId = revisionId @@ -2596,8 +2533,7 @@ extension DataExchangeClientTypes { assetSources: [DataExchangeClientTypes.AssetSourceEntry]? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetSources = assetSources self.dataSetId = dataSetId self.revisionId = revisionId @@ -2638,8 +2574,7 @@ extension DataExchangeClientTypes { importAssetsFromLakeFormationTagPolicy: DataExchangeClientTypes.ImportAssetsFromLakeFormationTagPolicyResponseDetails? = nil, importAssetsFromRedshiftDataShares: DataExchangeClientTypes.ImportAssetsFromRedshiftDataSharesResponseDetails? = nil, importAssetsFromS3: DataExchangeClientTypes.ImportAssetsFromS3ResponseDetails? = nil - ) - { + ) { self.createS3DataAccessFromS3Bucket = createS3DataAccessFromS3Bucket self.exportAssetToSignedUrl = exportAssetToSignedUrl self.exportAssetsToS3 = exportAssetsToS3 @@ -2663,8 +2598,7 @@ extension DataExchangeClientTypes { public init( assetName: Swift.String? = nil - ) - { + ) { self.assetName = assetName } } @@ -2682,8 +2616,7 @@ extension DataExchangeClientTypes { public init( importAssetFromSignedUrlJobErrorDetails: DataExchangeClientTypes.ImportAssetFromSignedUrlJobErrorDetails? = nil, importAssetsFromS3JobErrorDetails: [DataExchangeClientTypes.AssetSourceEntry]? = nil - ) - { + ) { self.importAssetFromSignedUrlJobErrorDetails = importAssetFromSignedUrlJobErrorDetails self.importAssetsFromS3JobErrorDetails = importAssetsFromS3JobErrorDetails } @@ -2789,8 +2722,7 @@ extension DataExchangeClientTypes { message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: DataExchangeClientTypes.JobErrorResourceTypes? = nil - ) - { + ) { self.code = code self.details = details self.limitName = limitName @@ -2870,8 +2802,7 @@ public struct CreateJobOutput: Swift.Sendable { state: DataExchangeClientTypes.State? = nil, type: DataExchangeClientTypes.ModelType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.details = details @@ -2896,8 +2827,7 @@ public struct CreateRevisionInput: Swift.Sendable { comment: Swift.String? = nil, dataSetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.comment = comment self.dataSetId = dataSetId self.tags = tags @@ -2943,8 +2873,7 @@ public struct CreateRevisionOutput: Swift.Sendable { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.comment = comment self.createdAt = createdAt @@ -2975,8 +2904,7 @@ public struct DeleteAssetInput: Swift.Sendable { assetId: Swift.String? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.revisionId = revisionId @@ -2990,8 +2918,7 @@ public struct DeleteDataGrantInput: Swift.Sendable { public init( dataGrantId: Swift.String? = nil - ) - { + ) { self.dataGrantId = dataGrantId } } @@ -3003,8 +2930,7 @@ public struct DeleteDataSetInput: Swift.Sendable { public init( dataSetId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId } } @@ -3016,8 +2942,7 @@ public struct DeleteEventActionInput: Swift.Sendable { public init( eventActionId: Swift.String? = nil - ) - { + ) { self.eventActionId = eventActionId } } @@ -3033,8 +2958,7 @@ public struct DeleteRevisionInput: Swift.Sendable { public init( dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.revisionId = revisionId } @@ -3055,8 +2979,7 @@ public struct GetAssetInput: Swift.Sendable { assetId: Swift.String? = nil, dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.revisionId = revisionId @@ -3096,8 +3019,7 @@ public struct GetAssetOutput: Swift.Sendable { revisionId: Swift.String? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetDetails = assetDetails self.assetType = assetType @@ -3118,8 +3040,7 @@ public struct GetDataGrantInput: Swift.Sendable { public init( dataGrantId: Swift.String? = nil - ) - { + ) { self.dataGrantId = dataGrantId } } @@ -3183,8 +3104,7 @@ public struct GetDataGrantOutput: Swift.Sendable { sourceDataSetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -3210,8 +3130,7 @@ public struct GetDataSetInput: Swift.Sendable { public init( dataSetId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId } } @@ -3252,8 +3171,7 @@ public struct GetDataSetOutput: Swift.Sendable { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetType = assetType self.createdAt = createdAt @@ -3275,8 +3193,7 @@ public struct GetEventActionInput: Swift.Sendable { public init( eventActionId: Swift.String? = nil - ) - { + ) { self.eventActionId = eventActionId } } @@ -3302,8 +3219,7 @@ public struct GetEventActionOutput: Swift.Sendable { event: DataExchangeClientTypes.Event? = nil, id: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -3320,8 +3236,7 @@ public struct GetJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3353,8 +3268,7 @@ public struct GetJobOutput: Swift.Sendable { state: DataExchangeClientTypes.State? = nil, type: DataExchangeClientTypes.ModelType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.details = details @@ -3373,8 +3287,7 @@ public struct GetReceivedDataGrantInput: Swift.Sendable { public init( dataGrantArn: Swift.String? = nil - ) - { + ) { self.dataGrantArn = dataGrantArn } } @@ -3430,8 +3343,7 @@ public struct GetReceivedDataGrantOutput: Swift.Sendable { receiverPrincipal: Swift.String? = nil, senderPrincipal: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -3459,8 +3371,7 @@ public struct GetRevisionInput: Swift.Sendable { public init( dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.revisionId = revisionId } @@ -3505,8 +3416,7 @@ public struct GetRevisionOutput: Swift.Sendable { sourceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.comment = comment self.createdAt = createdAt @@ -3531,8 +3441,7 @@ public struct ListDataGrantsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3590,8 +3499,7 @@ extension DataExchangeClientTypes { senderPrincipal: Swift.String? = nil, sourceDataSetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -3617,8 +3525,7 @@ public struct ListDataGrantsOutput: Swift.Sendable { public init( dataGrantSummaries: [DataExchangeClientTypes.DataGrantSummaryEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataGrantSummaries = dataGrantSummaries self.nextToken = nextToken } @@ -3637,8 +3544,7 @@ public struct ListDataSetRevisionsInput: Swift.Sendable { dataSetId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.maxResults = maxResults self.nextToken = nextToken @@ -3689,8 +3595,7 @@ extension DataExchangeClientTypes { revokedAt: Foundation.Date? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.comment = comment self.createdAt = createdAt @@ -3715,8 +3620,7 @@ public struct ListDataSetRevisionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, revisions: [DataExchangeClientTypes.RevisionEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.revisions = revisions } @@ -3734,8 +3638,7 @@ public struct ListDataSetsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, origin: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.origin = origin @@ -3786,8 +3689,7 @@ extension DataExchangeClientTypes { originDetails: DataExchangeClientTypes.OriginDetails? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetType = assetType self.createdAt = createdAt @@ -3811,8 +3713,7 @@ public struct ListDataSetsOutput: Swift.Sendable { public init( dataSets: [DataExchangeClientTypes.DataSetEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSets = dataSets self.nextToken = nextToken } @@ -3830,8 +3731,7 @@ public struct ListEventActionsInput: Swift.Sendable { eventSourceId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.eventSourceId = eventSourceId self.maxResults = maxResults self.nextToken = nextToken @@ -3868,8 +3768,7 @@ extension DataExchangeClientTypes { event: DataExchangeClientTypes.Event? = nil, id: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -3889,8 +3788,7 @@ public struct ListEventActionsOutput: Swift.Sendable { public init( eventActions: [DataExchangeClientTypes.EventActionEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventActions = eventActions self.nextToken = nextToken } @@ -3911,8 +3809,7 @@ public struct ListJobsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.maxResults = maxResults self.nextToken = nextToken @@ -3957,8 +3854,7 @@ extension DataExchangeClientTypes { state: DataExchangeClientTypes.State? = nil, type: DataExchangeClientTypes.ModelType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.details = details @@ -3980,8 +3876,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [DataExchangeClientTypes.JobEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -3999,8 +3894,7 @@ public struct ListReceivedDataGrantsInput: Swift.Sendable { acceptanceState: [DataExchangeClientTypes.AcceptanceStateFilterValue]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.maxResults = maxResults self.nextToken = nextToken @@ -4055,8 +3949,7 @@ extension DataExchangeClientTypes { receiverPrincipal: Swift.String? = nil, senderPrincipal: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptanceState = acceptanceState self.acceptedAt = acceptedAt self.arn = arn @@ -4081,8 +3974,7 @@ public struct ListReceivedDataGrantsOutput: Swift.Sendable { public init( dataGrantSummaries: [DataExchangeClientTypes.ReceivedDataGrantSummariesEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataGrantSummaries = dataGrantSummaries self.nextToken = nextToken } @@ -4105,8 +3997,7 @@ public struct ListRevisionAssetsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.maxResults = maxResults self.nextToken = nextToken @@ -4123,8 +4014,7 @@ public struct ListRevisionAssetsOutput: Swift.Sendable { public init( assets: [DataExchangeClientTypes.AssetEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assets = assets self.nextToken = nextToken } @@ -4137,8 +4027,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4149,8 +4038,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4170,8 +4058,7 @@ public struct RevokeRevisionInput: Swift.Sendable { dataSetId: Swift.String? = nil, revisionId: Swift.String? = nil, revocationComment: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.revisionId = revisionId self.revocationComment = revocationComment @@ -4214,8 +4101,7 @@ public struct RevokeRevisionOutput: Swift.Sendable { revokedAt: Foundation.Date? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.comment = comment self.createdAt = createdAt @@ -4260,8 +4146,7 @@ public struct SendApiAssetInput: Swift.Sendable { queryStringParameters: [Swift.String: Swift.String]? = nil, requestHeaders: [Swift.String: Swift.String]? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.body = body self.dataSetId = dataSetId @@ -4282,8 +4167,7 @@ public struct SendApiAssetOutput: Swift.Sendable { public init( body: Swift.String? = nil, responseHeaders: [Swift.String: Swift.String]? = nil - ) - { + ) { self.body = body self.responseHeaders = responseHeaders } @@ -4298,8 +4182,7 @@ extension DataExchangeClientTypes { public init( dataUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.dataUpdatedAt = dataUpdatedAt } } @@ -4315,8 +4198,7 @@ extension DataExchangeClientTypes { public init( deprecationAt: Foundation.Date? = nil - ) - { + ) { self.deprecationAt = deprecationAt } } @@ -4371,8 +4253,7 @@ extension DataExchangeClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: DataExchangeClientTypes.SchemaChangeType? = nil - ) - { + ) { self.description = description self.name = name self.type = type @@ -4393,8 +4274,7 @@ extension DataExchangeClientTypes { public init( changes: [DataExchangeClientTypes.SchemaChangeDetails]? = nil, schemaChangeAt: Foundation.Date? = nil - ) - { + ) { self.changes = changes self.schemaChangeAt = schemaChangeAt } @@ -4416,8 +4296,7 @@ extension DataExchangeClientTypes { dataUpdate: DataExchangeClientTypes.DataUpdateRequestDetails? = nil, deprecation: DataExchangeClientTypes.DeprecationRequestDetails? = nil, schemaChange: DataExchangeClientTypes.SchemaChangeRequestDetails? = nil - ) - { + ) { self.dataUpdate = dataUpdate self.deprecation = deprecation self.schemaChange = schemaChange @@ -4437,8 +4316,7 @@ extension DataExchangeClientTypes { public init( database: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.table = table } @@ -4471,8 +4349,7 @@ extension DataExchangeClientTypes { schema: Swift.String? = nil, table: Swift.String? = nil, view: Swift.String? = nil - ) - { + ) { self.arn = arn self.database = database self.function = function @@ -4495,8 +4372,7 @@ extension DataExchangeClientTypes { public init( keyPrefixes: [Swift.String]? = nil, keys: [Swift.String]? = nil - ) - { + ) { self.keyPrefixes = keyPrefixes self.keys = keys } @@ -4518,8 +4394,7 @@ extension DataExchangeClientTypes { lakeFormationTagPolicies: [DataExchangeClientTypes.LakeFormationTagPolicyDetails]? = nil, redshiftDataShares: [DataExchangeClientTypes.RedshiftDataShareDetails]? = nil, s3DataAccesses: [DataExchangeClientTypes.S3DataAccessDetails]? = nil - ) - { + ) { self.lakeFormationTagPolicies = lakeFormationTagPolicies self.redshiftDataShares = redshiftDataShares self.s3DataAccesses = s3DataAccesses @@ -4585,8 +4460,7 @@ public struct SendDataSetNotificationInput: Swift.Sendable { details: DataExchangeClientTypes.NotificationDetails? = nil, scope: DataExchangeClientTypes.ScopeDetails? = nil, type: DataExchangeClientTypes.NotificationType? = nil - ) - { + ) { self.clientToken = clientToken self.comment = comment self.dataSetId = dataSetId @@ -4608,8 +4482,7 @@ public struct StartJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -4630,8 +4503,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4648,8 +4520,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4674,8 +4545,7 @@ public struct UpdateAssetInput: Swift.Sendable { dataSetId: Swift.String? = nil, name: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.name = name @@ -4716,8 +4586,7 @@ public struct UpdateAssetOutput: Swift.Sendable { revisionId: Swift.String? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetDetails = assetDetails self.assetType = assetType @@ -4744,8 +4613,7 @@ public struct UpdateDataSetInput: Swift.Sendable { dataSetId: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.description = description self.name = name @@ -4785,8 +4653,7 @@ public struct UpdateDataSetOutput: Swift.Sendable { originDetails: DataExchangeClientTypes.OriginDetails? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.assetType = assetType self.createdAt = createdAt @@ -4810,8 +4677,7 @@ public struct UpdateEventActionInput: Swift.Sendable { public init( action: DataExchangeClientTypes.Action? = nil, eventActionId: Swift.String? = nil - ) - { + ) { self.action = action self.eventActionId = eventActionId } @@ -4838,8 +4704,7 @@ public struct UpdateEventActionOutput: Swift.Sendable { event: DataExchangeClientTypes.Event? = nil, id: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -4866,8 +4731,7 @@ public struct UpdateRevisionInput: Swift.Sendable { dataSetId: Swift.String? = nil, finalized: Swift.Bool? = false, revisionId: Swift.String? = nil - ) - { + ) { self.comment = comment self.dataSetId = dataSetId self.finalized = finalized @@ -4911,8 +4775,7 @@ public struct UpdateRevisionOutput: Swift.Sendable { revokedAt: Foundation.Date? = nil, sourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.comment = comment self.createdAt = createdAt diff --git a/Sources/Services/AWSDataPipeline/Package.swift.txt b/Sources/Services/AWSDataPipeline/Package.swift.txt index 25688fdf495..8f84841b295 100644 --- a/Sources/Services/AWSDataPipeline/Package.swift.txt +++ b/Sources/Services/AWSDataPipeline/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/DataPipelineClient.swift b/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/DataPipelineClient.swift index 06b25b10d26..2fdb441f529 100644 --- a/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/DataPipelineClient.swift +++ b/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/DataPipelineClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DataPipelineClient: ClientRuntime.Client { public static let clientName = "DataPipelineClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DataPipelineClient.DataPipelineClientConfiguration let serviceName = "Data Pipeline" diff --git a/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/Models.swift b/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/Models.swift index 803a1200b28..8f73a56290a 100644 --- a/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/Models.swift +++ b/Sources/Services/AWSDataPipeline/Sources/AWSDataPipeline/Models.swift @@ -55,8 +55,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -80,8 +79,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -105,8 +103,7 @@ public struct PipelineDeletedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +127,7 @@ public struct PipelineNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +146,7 @@ extension DataPipelineClientTypes { public init( id: Swift.String? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.id = id self.stringValue = stringValue } @@ -172,8 +167,7 @@ public struct ActivatePipelineInput: Swift.Sendable { parameterValues: [DataPipelineClientTypes.ParameterValue]? = nil, pipelineId: Swift.String? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.parameterValues = parameterValues self.pipelineId = pipelineId self.startTimestamp = startTimestamp @@ -200,8 +194,7 @@ extension DataPipelineClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -220,8 +213,7 @@ public struct AddTagsInput: Swift.Sendable { public init( pipelineId: Swift.String? = nil, tags: [DataPipelineClientTypes.Tag]? = nil - ) - { + ) { self.pipelineId = pipelineId self.tags = tags } @@ -251,8 +243,7 @@ public struct CreatePipelineInput: Swift.Sendable { name: Swift.String? = nil, tags: [DataPipelineClientTypes.Tag]? = nil, uniqueId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -268,8 +259,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipelineId: Swift.String? = nil - ) - { + ) { self.pipelineId = pipelineId } } @@ -285,8 +275,7 @@ public struct DeactivatePipelineInput: Swift.Sendable { public init( cancelActive: Swift.Bool? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.cancelActive = cancelActive self.pipelineId = pipelineId } @@ -306,8 +295,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( pipelineId: Swift.String? = nil - ) - { + ) { self.pipelineId = pipelineId } } @@ -330,8 +318,7 @@ public struct DescribeObjectsInput: Swift.Sendable { marker: Swift.String? = nil, objectIds: [Swift.String]? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.evaluateExpressions = evaluateExpressions self.marker = marker self.objectIds = objectIds @@ -355,8 +342,7 @@ extension DataPipelineClientTypes { key: Swift.String? = nil, refValue: Swift.String? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.key = key self.refValue = refValue self.stringValue = stringValue @@ -382,8 +368,7 @@ extension DataPipelineClientTypes { fields: [DataPipelineClientTypes.Field]? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.fields = fields self.id = id self.name = name @@ -405,8 +390,7 @@ public struct DescribeObjectsOutput: Swift.Sendable { hasMoreResults: Swift.Bool = false, marker: Swift.String? = nil, pipelineObjects: [DataPipelineClientTypes.PipelineObject]? = nil - ) - { + ) { self.hasMoreResults = hasMoreResults self.marker = marker self.pipelineObjects = pipelineObjects @@ -421,8 +405,7 @@ public struct DescribePipelinesInput: Swift.Sendable { public init( pipelineIds: [Swift.String]? = nil - ) - { + ) { self.pipelineIds = pipelineIds } } @@ -451,8 +434,7 @@ extension DataPipelineClientTypes { name: Swift.String? = nil, pipelineId: Swift.String? = nil, tags: [DataPipelineClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.fields = fields self.name = name @@ -470,8 +452,7 @@ public struct DescribePipelinesOutput: Swift.Sendable { public init( pipelineDescriptionList: [DataPipelineClientTypes.PipelineDescription]? = nil - ) - { + ) { self.pipelineDescriptionList = pipelineDescriptionList } } @@ -495,8 +476,7 @@ public struct TaskNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -517,8 +497,7 @@ public struct EvaluateExpressionInput: Swift.Sendable { expression: Swift.String? = nil, objectId: Swift.String? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.expression = expression self.objectId = objectId self.pipelineId = pipelineId @@ -533,8 +512,7 @@ public struct EvaluateExpressionOutput: Swift.Sendable { public init( evaluatedExpression: Swift.String? = nil - ) - { + ) { self.evaluatedExpression = evaluatedExpression } } @@ -550,8 +528,7 @@ public struct GetPipelineDefinitionInput: Swift.Sendable { public init( pipelineId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.pipelineId = pipelineId self.version = version } @@ -571,8 +548,7 @@ extension DataPipelineClientTypes { public init( key: Swift.String? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.key = key self.stringValue = stringValue } @@ -593,8 +569,7 @@ extension DataPipelineClientTypes { public init( attributes: [DataPipelineClientTypes.ParameterAttribute]? = nil, id: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.id = id } @@ -614,8 +589,7 @@ public struct GetPipelineDefinitionOutput: Swift.Sendable { parameterObjects: [DataPipelineClientTypes.ParameterObject]? = nil, parameterValues: [DataPipelineClientTypes.ParameterValue]? = nil, pipelineObjects: [DataPipelineClientTypes.PipelineObject]? = nil - ) - { + ) { self.parameterObjects = parameterObjects self.parameterValues = parameterValues self.pipelineObjects = pipelineObjects @@ -629,8 +603,7 @@ public struct ListPipelinesInput: Swift.Sendable { public init( marker: Swift.String? = nil - ) - { + ) { self.marker = marker } } @@ -647,8 +620,7 @@ extension DataPipelineClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -669,8 +641,7 @@ public struct ListPipelinesOutput: Swift.Sendable { hasMoreResults: Swift.Bool = false, marker: Swift.String? = nil, pipelineIdList: [DataPipelineClientTypes.PipelineIdName]? = nil - ) - { + ) { self.hasMoreResults = hasMoreResults self.marker = marker self.pipelineIdList = pipelineIdList @@ -689,8 +660,7 @@ extension DataPipelineClientTypes { public init( document: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.document = document self.signature = signature } @@ -711,8 +681,7 @@ public struct PollForTaskInput: Swift.Sendable { hostname: Swift.String? = nil, instanceIdentity: DataPipelineClientTypes.InstanceIdentity? = nil, workerGroup: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.instanceIdentity = instanceIdentity self.workerGroup = workerGroup @@ -737,8 +706,7 @@ extension DataPipelineClientTypes { objects: [Swift.String: DataPipelineClientTypes.PipelineObject]? = nil, pipelineId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.attemptId = attemptId self.objects = objects self.pipelineId = pipelineId @@ -754,8 +722,7 @@ public struct PollForTaskOutput: Swift.Sendable { public init( taskObject: DataPipelineClientTypes.TaskObject? = nil - ) - { + ) { self.taskObject = taskObject } } @@ -778,8 +745,7 @@ public struct PutPipelineDefinitionInput: Swift.Sendable { parameterValues: [DataPipelineClientTypes.ParameterValue]? = nil, pipelineId: Swift.String? = nil, pipelineObjects: [DataPipelineClientTypes.PipelineObject]? = nil - ) - { + ) { self.parameterObjects = parameterObjects self.parameterValues = parameterValues self.pipelineId = pipelineId @@ -799,8 +765,7 @@ extension DataPipelineClientTypes { public init( errors: [Swift.String]? = nil, id: Swift.String? = nil - ) - { + ) { self.errors = errors self.id = id } @@ -819,8 +784,7 @@ extension DataPipelineClientTypes { public init( id: Swift.String? = nil, warnings: [Swift.String]? = nil - ) - { + ) { self.id = id self.warnings = warnings } @@ -841,8 +805,7 @@ public struct PutPipelineDefinitionOutput: Swift.Sendable { errored: Swift.Bool = false, validationErrors: [DataPipelineClientTypes.ValidationError]? = nil, validationWarnings: [DataPipelineClientTypes.ValidationWarning]? = nil - ) - { + ) { self.errored = errored self.validationErrors = validationErrors self.validationWarnings = validationWarnings @@ -933,8 +896,7 @@ extension DataPipelineClientTypes { public init( type: DataPipelineClientTypes.OperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.type = type self.values = values } @@ -953,8 +915,7 @@ extension DataPipelineClientTypes { public init( fieldName: Swift.String? = nil, `operator`: DataPipelineClientTypes.Operator? = nil - ) - { + ) { self.fieldName = fieldName self.`operator` = `operator` } @@ -970,8 +931,7 @@ extension DataPipelineClientTypes { public init( selectors: [DataPipelineClientTypes.Selector]? = nil - ) - { + ) { self.selectors = selectors } } @@ -998,8 +958,7 @@ public struct QueryObjectsInput: Swift.Sendable { pipelineId: Swift.String? = nil, query: DataPipelineClientTypes.Query? = nil, sphere: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker self.pipelineId = pipelineId @@ -1021,8 +980,7 @@ public struct QueryObjectsOutput: Swift.Sendable { hasMoreResults: Swift.Bool = false, ids: [Swift.String]? = nil, marker: Swift.String? = nil - ) - { + ) { self.hasMoreResults = hasMoreResults self.ids = ids self.marker = marker @@ -1041,8 +999,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( pipelineId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.pipelineId = pipelineId self.tagKeys = tagKeys } @@ -1065,8 +1022,7 @@ public struct ReportTaskProgressInput: Swift.Sendable { public init( fields: [DataPipelineClientTypes.Field]? = nil, taskId: Swift.String? = nil - ) - { + ) { self.fields = fields self.taskId = taskId } @@ -1080,8 +1036,7 @@ public struct ReportTaskProgressOutput: Swift.Sendable { public init( canceled: Swift.Bool = false - ) - { + ) { self.canceled = canceled } } @@ -1100,8 +1055,7 @@ public struct ReportTaskRunnerHeartbeatInput: Swift.Sendable { hostname: Swift.String? = nil, taskrunnerId: Swift.String? = nil, workerGroup: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.taskrunnerId = taskrunnerId self.workerGroup = workerGroup @@ -1116,8 +1070,7 @@ public struct ReportTaskRunnerHeartbeatOutput: Swift.Sendable { public init( terminate: Swift.Bool = false - ) - { + ) { self.terminate = terminate } } @@ -1138,8 +1091,7 @@ public struct SetStatusInput: Swift.Sendable { objectIds: [Swift.String]? = nil, pipelineId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.objectIds = objectIds self.pipelineId = pipelineId self.status = status @@ -1199,8 +1151,7 @@ public struct SetTaskStatusInput: Swift.Sendable { errorStackTrace: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: DataPipelineClientTypes.TaskStatus? = nil - ) - { + ) { self.errorId = errorId self.errorMessage = errorMessage self.errorStackTrace = errorStackTrace @@ -1233,8 +1184,7 @@ public struct ValidatePipelineDefinitionInput: Swift.Sendable { parameterValues: [DataPipelineClientTypes.ParameterValue]? = nil, pipelineId: Swift.String? = nil, pipelineObjects: [DataPipelineClientTypes.PipelineObject]? = nil - ) - { + ) { self.parameterObjects = parameterObjects self.parameterValues = parameterValues self.pipelineId = pipelineId @@ -1256,8 +1206,7 @@ public struct ValidatePipelineDefinitionOutput: Swift.Sendable { errored: Swift.Bool = false, validationErrors: [DataPipelineClientTypes.ValidationError]? = nil, validationWarnings: [DataPipelineClientTypes.ValidationWarning]? = nil - ) - { + ) { self.errored = errored self.validationErrors = validationErrors self.validationWarnings = validationWarnings diff --git a/Sources/Services/AWSDataSync/Package.swift.txt b/Sources/Services/AWSDataSync/Package.swift.txt index eb933df9219..7e4b04e572a 100644 --- a/Sources/Services/AWSDataSync/Package.swift.txt +++ b/Sources/Services/AWSDataSync/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDataSync/Sources/AWSDataSync/DataSyncClient.swift b/Sources/Services/AWSDataSync/Sources/AWSDataSync/DataSyncClient.swift index 139464c436e..c0a62a2f66e 100644 --- a/Sources/Services/AWSDataSync/Sources/AWSDataSync/DataSyncClient.swift +++ b/Sources/Services/AWSDataSync/Sources/AWSDataSync/DataSyncClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DataSyncClient: ClientRuntime.Client { public static let clientName = "DataSyncClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DataSyncClient.DataSyncClientConfiguration let serviceName = "DataSync" diff --git a/Sources/Services/AWSDataSync/Sources/AWSDataSync/Models.swift b/Sources/Services/AWSDataSync/Sources/AWSDataSync/Models.swift index 3e7a3bf688e..a84170165df 100644 --- a/Sources/Services/AWSDataSync/Sources/AWSDataSync/Models.swift +++ b/Sources/Services/AWSDataSync/Sources/AWSDataSync/Models.swift @@ -46,8 +46,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -75,8 +74,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt datasyncErrorCode: Swift.String? = nil, errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.datasyncErrorCode = datasyncErrorCode self.properties.errorCode = errorCode self.properties.message = message @@ -97,8 +95,7 @@ extension DataSyncClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -123,8 +120,7 @@ extension DataSyncClientTypes { public init( serverHostname: Swift.String? = nil, serverPort: Swift.Int? = nil - ) - { + ) { self.serverHostname = serverHostname self.serverPort = serverPort } @@ -170,8 +166,7 @@ extension DataSyncClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -210,8 +205,7 @@ public struct AddStorageSystemInput: Swift.Sendable { serverConfiguration: DataSyncClientTypes.DiscoveryServerConfiguration? = nil, systemType: DataSyncClientTypes.DiscoverySystemType? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.agentArns = agentArns self.clientToken = clientToken self.cloudWatchLogGroupArn = cloudWatchLogGroupArn @@ -230,8 +224,7 @@ public struct AddStorageSystemOutput: Swift.Sendable { public init( storageSystemArn: Swift.String? = nil - ) - { + ) { self.storageSystemArn = storageSystemArn } } @@ -245,8 +238,7 @@ extension DataSyncClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -303,8 +295,7 @@ extension DataSyncClientTypes { name: Swift.String? = nil, platform: DataSyncClientTypes.Platform? = nil, status: DataSyncClientTypes.AgentStatus? = nil - ) - { + ) { self.agentArn = agentArn self.name = name self.platform = platform @@ -410,8 +401,7 @@ extension DataSyncClientTypes { public init( token: Swift.String? = nil - ) - { + ) { self.token = token } } @@ -456,8 +446,7 @@ public struct CancelTaskExecutionInput: Swift.Sendable { public init( taskExecutionArn: Swift.String? = nil - ) - { + ) { self.taskExecutionArn = taskExecutionArn } } @@ -485,8 +474,7 @@ extension DataSyncClientTypes { logicalUsed: Swift.Int? = nil, provisioned: Swift.Int? = nil, used: Swift.Int? = nil - ) - { + ) { self.clusterCloudStorageUsed = clusterCloudStorageUsed self.logicalUsed = logicalUsed self.provisioned = provisioned @@ -518,8 +506,7 @@ public struct CreateAgentInput: Swift.Sendable { subnetArns: [Swift.String]? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.activationKey = activationKey self.agentName = agentName self.securityGroupArns = securityGroupArns @@ -536,8 +523,7 @@ public struct CreateAgentOutput: Swift.Sendable { public init( agentArn: Swift.String? = nil - ) - { + ) { self.agentArn = agentArn } } @@ -572,8 +558,7 @@ public struct CreateLocationAzureBlobInput: Swift.Sendable { sasConfiguration: DataSyncClientTypes.AzureBlobSasConfiguration? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.accessTier = accessTier self.agentArns = agentArns self.authenticationType = authenticationType @@ -591,8 +576,7 @@ public struct CreateLocationAzureBlobOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -618,8 +602,7 @@ extension DataSyncClientTypes { public init( securityGroupArns: [Swift.String]? = nil, subnetArn: Swift.String? = nil - ) - { + ) { self.securityGroupArns = securityGroupArns self.subnetArn = subnetArn } @@ -682,8 +665,7 @@ public struct CreateLocationEfsInput: Swift.Sendable { inTransitEncryption: DataSyncClientTypes.EfsInTransitEncryption? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.ec2Config = ec2Config self.efsFilesystemArn = efsFilesystemArn @@ -701,8 +683,7 @@ public struct CreateLocationEfsOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -724,8 +705,7 @@ public struct CreateLocationFsxLustreInput: Swift.Sendable { securityGroupArns: [Swift.String]? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.fsxFilesystemArn = fsxFilesystemArn self.securityGroupArns = securityGroupArns self.subdirectory = subdirectory @@ -739,8 +719,7 @@ public struct CreateLocationFsxLustreOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -800,8 +779,7 @@ extension DataSyncClientTypes { public init( version: DataSyncClientTypes.NfsVersion? = nil - ) - { + ) { self.version = version } } @@ -816,8 +794,7 @@ extension DataSyncClientTypes { public init( mountOptions: DataSyncClientTypes.NfsMountOptions? = nil - ) - { + ) { self.mountOptions = mountOptions } } @@ -880,8 +857,7 @@ extension DataSyncClientTypes { public init( version: DataSyncClientTypes.SmbVersion? = nil - ) - { + ) { self.version = version } } @@ -907,8 +883,7 @@ extension DataSyncClientTypes { mountOptions: DataSyncClientTypes.SmbMountOptions? = nil, password: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.domain = domain self.mountOptions = mountOptions self.password = password @@ -934,8 +909,7 @@ extension DataSyncClientTypes { public init( nfs: DataSyncClientTypes.FsxProtocolNfs? = nil, smb: DataSyncClientTypes.FsxProtocolSmb? = nil - ) - { + ) { self.nfs = nfs self.smb = smb } @@ -970,8 +944,7 @@ public struct CreateLocationFsxOntapInput: Swift.Sendable { storageVirtualMachineArn: Swift.String? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.`protocol` = `protocol` self.securityGroupArns = securityGroupArns self.storageVirtualMachineArn = storageVirtualMachineArn @@ -986,8 +959,7 @@ public struct CreateLocationFsxOntapOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1013,8 +985,7 @@ public struct CreateLocationFsxOpenZfsInput: Swift.Sendable { securityGroupArns: [Swift.String]? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.fsxFilesystemArn = fsxFilesystemArn self.`protocol` = `protocol` self.securityGroupArns = securityGroupArns @@ -1029,8 +1000,7 @@ public struct CreateLocationFsxOpenZfsOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1067,8 +1037,7 @@ public struct CreateLocationFsxWindowsInput: Swift.Sendable { subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil, user: Swift.String? = nil - ) - { + ) { self.domain = domain self.fsxFilesystemArn = fsxFilesystemArn self.password = password @@ -1090,8 +1059,7 @@ public struct CreateLocationFsxWindowsOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1139,8 +1107,7 @@ extension DataSyncClientTypes { public init( hostname: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.hostname = hostname self.port = port } @@ -1229,8 +1196,7 @@ extension DataSyncClientTypes { public init( dataTransferProtection: DataSyncClientTypes.HdfsDataTransferProtection? = nil, rpcProtection: DataSyncClientTypes.HdfsRpcProtection? = nil - ) - { + ) { self.dataTransferProtection = dataTransferProtection self.rpcProtection = rpcProtection } @@ -1282,8 +1248,7 @@ public struct CreateLocationHdfsInput: Swift.Sendable { simpleUser: Swift.String? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.agentArns = agentArns self.authenticationType = authenticationType self.blockSize = blockSize @@ -1306,8 +1271,7 @@ public struct CreateLocationHdfsOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1322,8 +1286,7 @@ extension DataSyncClientTypes { public init( agentArns: [Swift.String]? = nil - ) - { + ) { self.agentArns = agentArns } } @@ -1351,8 +1314,7 @@ public struct CreateLocationNfsInput: Swift.Sendable { serverHostname: Swift.String? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.mountOptions = mountOptions self.onPremConfig = onPremConfig self.serverHostname = serverHostname @@ -1368,8 +1330,7 @@ public struct CreateLocationNfsOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1449,8 +1410,7 @@ public struct CreateLocationObjectStorageInput: Swift.Sendable { serverProtocol: DataSyncClientTypes.ObjectStorageServerProtocol? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.accessKey = accessKey self.agentArns = agentArns self.bucketName = bucketName @@ -1476,8 +1436,7 @@ public struct CreateLocationObjectStorageOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1492,8 +1451,7 @@ extension DataSyncClientTypes { public init( bucketAccessRoleArn: Swift.String? = nil - ) - { + ) { self.bucketAccessRoleArn = bucketAccessRoleArn } } @@ -1578,8 +1536,7 @@ public struct CreateLocationS3Input: Swift.Sendable { s3StorageClass: DataSyncClientTypes.S3StorageClass? = nil, subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.agentArns = agentArns self.s3BucketArn = s3BucketArn self.s3Config = s3Config @@ -1596,8 +1553,7 @@ public struct CreateLocationS3Output: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1635,8 +1591,7 @@ public struct CreateLocationSmbInput: Swift.Sendable { subdirectory: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil, user: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.domain = domain self.mountOptions = mountOptions @@ -1660,8 +1615,7 @@ public struct CreateLocationSmbOutput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -1704,8 +1658,7 @@ extension DataSyncClientTypes { public init( filterType: DataSyncClientTypes.FilterType? = nil, value: Swift.String? = nil - ) - { + ) { self.filterType = filterType self.value = value } @@ -1785,8 +1738,7 @@ extension DataSyncClientTypes { manifestObjectPath: Swift.String? = nil, manifestObjectVersionId: Swift.String? = nil, s3BucketArn: Swift.String? = nil - ) - { + ) { self.bucketAccessRoleArn = bucketAccessRoleArn self.manifestObjectPath = manifestObjectPath self.manifestObjectVersionId = manifestObjectVersionId @@ -1805,8 +1757,7 @@ extension DataSyncClientTypes { public init( s3: DataSyncClientTypes.S3ManifestConfig? = nil - ) - { + ) { self.s3 = s3 } } @@ -1827,8 +1778,7 @@ extension DataSyncClientTypes { action: DataSyncClientTypes.ManifestAction? = nil, format: DataSyncClientTypes.ManifestFormat? = nil, source: DataSyncClientTypes.SourceManifestConfig? = nil - ) - { + ) { self.action = action self.format = format self.source = source @@ -2373,8 +2323,7 @@ extension DataSyncClientTypes { transferMode: DataSyncClientTypes.TransferMode? = nil, uid: DataSyncClientTypes.Uid? = nil, verifyMode: DataSyncClientTypes.VerifyMode? = nil - ) - { + ) { self.atime = atime self.bytesPerSecond = bytesPerSecond self.gid = gid @@ -2436,8 +2385,7 @@ extension DataSyncClientTypes { public init( scheduleExpression: Swift.String? = nil, status: DataSyncClientTypes.ScheduleStatus? = nil - ) - { + ) { self.scheduleExpression = scheduleExpression self.status = status } @@ -2490,8 +2438,7 @@ extension DataSyncClientTypes { bucketAccessRoleArn: Swift.String? = nil, s3BucketArn: Swift.String? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.bucketAccessRoleArn = bucketAccessRoleArn self.s3BucketArn = s3BucketArn self.subdirectory = subdirectory @@ -2508,8 +2455,7 @@ extension DataSyncClientTypes { public init( s3: DataSyncClientTypes.ReportDestinationS3? = nil - ) - { + ) { self.s3 = s3 } } @@ -2611,8 +2557,7 @@ extension DataSyncClientTypes { public init( reportLevel: DataSyncClientTypes.ReportLevel? = nil - ) - { + ) { self.reportLevel = reportLevel } } @@ -2636,8 +2581,7 @@ extension DataSyncClientTypes { skipped: DataSyncClientTypes.ReportOverride? = nil, transferred: DataSyncClientTypes.ReportOverride? = nil, verified: DataSyncClientTypes.ReportOverride? = nil - ) - { + ) { self.deleted = deleted self.skipped = skipped self.transferred = transferred @@ -2675,8 +2619,7 @@ extension DataSyncClientTypes { outputType: DataSyncClientTypes.ReportOutputType? = nil, overrides: DataSyncClientTypes.ReportOverrides? = nil, reportLevel: DataSyncClientTypes.ReportLevel? = nil - ) - { + ) { self.destination = destination self.objectVersionIds = objectVersionIds self.outputType = outputType @@ -2735,8 +2678,7 @@ public struct CreateTaskInput: Swift.Sendable { tags: [DataSyncClientTypes.TagListEntry]? = nil, taskMode: DataSyncClientTypes.TaskMode? = nil, taskReportConfig: DataSyncClientTypes.TaskReportConfig? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.destinationLocationArn = destinationLocationArn self.excludes = excludes @@ -2759,8 +2701,7 @@ public struct CreateTaskOutput: Swift.Sendable { public init( taskArn: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn } } @@ -2773,8 +2714,7 @@ public struct DeleteAgentInput: Swift.Sendable { public init( agentArn: Swift.String? = nil - ) - { + ) { self.agentArn = agentArn } } @@ -2792,8 +2732,7 @@ public struct DeleteLocationInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -2811,8 +2750,7 @@ public struct DeleteTaskInput: Swift.Sendable { public init( taskArn: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn } } @@ -2830,8 +2768,7 @@ public struct DescribeAgentInput: Swift.Sendable { public init( agentArn: Swift.String? = nil - ) - { + ) { self.agentArn = agentArn } } @@ -2886,8 +2823,7 @@ extension DataSyncClientTypes { securityGroupArns: [Swift.String]? = nil, subnetArns: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.privateLinkEndpoint = privateLinkEndpoint self.securityGroupArns = securityGroupArns self.subnetArns = subnetArns @@ -2928,8 +2864,7 @@ public struct DescribeAgentOutput: Swift.Sendable { platform: DataSyncClientTypes.Platform? = nil, privateLinkConfig: DataSyncClientTypes.PrivateLinkConfig? = nil, status: DataSyncClientTypes.AgentStatus? = nil - ) - { + ) { self.agentArn = agentArn self.creationTime = creationTime self.endpointType = endpointType @@ -2948,8 +2883,7 @@ public struct DescribeDiscoveryJobInput: Swift.Sendable { public init( discoveryJobArn: Swift.String? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn } } @@ -3019,8 +2953,7 @@ public struct DescribeDiscoveryJobOutput: Swift.Sendable { jobStartTime: Foundation.Date? = nil, status: DataSyncClientTypes.DiscoveryJobStatus? = nil, storageSystemArn: Swift.String? = nil - ) - { + ) { self.collectionDurationMinutes = collectionDurationMinutes self.discoveryJobArn = discoveryJobArn self.jobEndTime = jobEndTime @@ -3037,8 +2970,7 @@ public struct DescribeLocationAzureBlobInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3067,8 +2999,7 @@ public struct DescribeLocationAzureBlobOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, locationArn: Swift.String? = nil, locationUri: Swift.String? = nil - ) - { + ) { self.accessTier = accessTier self.agentArns = agentArns self.authenticationType = authenticationType @@ -3087,8 +3018,7 @@ public struct DescribeLocationEfsInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3118,8 +3048,7 @@ public struct DescribeLocationEfsOutput: Swift.Sendable { inTransitEncryption: DataSyncClientTypes.EfsInTransitEncryption? = nil, locationArn: Swift.String? = nil, locationUri: Swift.String? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.creationTime = creationTime self.ec2Config = ec2Config @@ -3137,8 +3066,7 @@ public struct DescribeLocationFsxLustreInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3158,8 +3086,7 @@ public struct DescribeLocationFsxLustreOutput: Swift.Sendable { locationArn: Swift.String? = nil, locationUri: Swift.String? = nil, securityGroupArns: [Swift.String]? = nil - ) - { + ) { self.creationTime = creationTime self.locationArn = locationArn self.locationUri = locationUri @@ -3174,8 +3101,7 @@ public struct DescribeLocationFsxOntapInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3204,8 +3130,7 @@ public struct DescribeLocationFsxOntapOutput: Swift.Sendable { `protocol`: DataSyncClientTypes.FsxProtocol? = nil, securityGroupArns: [Swift.String]? = nil, storageVirtualMachineArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.fsxFilesystemArn = fsxFilesystemArn self.locationArn = locationArn @@ -3223,8 +3148,7 @@ public struct DescribeLocationFsxOpenZfsInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3247,8 +3171,7 @@ public struct DescribeLocationFsxOpenZfsOutput: Swift.Sendable { locationUri: Swift.String? = nil, `protocol`: DataSyncClientTypes.FsxProtocol? = nil, securityGroupArns: [Swift.String]? = nil - ) - { + ) { self.creationTime = creationTime self.locationArn = locationArn self.locationUri = locationUri @@ -3264,8 +3187,7 @@ public struct DescribeLocationFsxWindowsInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3291,8 +3213,7 @@ public struct DescribeLocationFsxWindowsOutput: Swift.Sendable { locationUri: Swift.String? = nil, securityGroupArns: [Swift.String]? = nil, user: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.domain = domain self.locationArn = locationArn @@ -3309,8 +3230,7 @@ public struct DescribeLocationHdfsInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3354,8 +3274,7 @@ public struct DescribeLocationHdfsOutput: Swift.Sendable { qopConfiguration: DataSyncClientTypes.QopConfiguration? = nil, replicationFactor: Swift.Int? = nil, simpleUser: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.authenticationType = authenticationType self.blockSize = blockSize @@ -3379,8 +3298,7 @@ public struct DescribeLocationNfsInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3404,8 +3322,7 @@ public struct DescribeLocationNfsOutput: Swift.Sendable { locationUri: Swift.String? = nil, mountOptions: DataSyncClientTypes.NfsMountOptions? = nil, onPremConfig: DataSyncClientTypes.OnPremConfig? = nil - ) - { + ) { self.creationTime = creationTime self.locationArn = locationArn self.locationUri = locationUri @@ -3422,8 +3339,7 @@ public struct DescribeLocationObjectStorageInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3456,8 +3372,7 @@ public struct DescribeLocationObjectStorageOutput: Swift.Sendable { serverCertificate: Foundation.Data? = nil, serverPort: Swift.Int? = nil, serverProtocol: DataSyncClientTypes.ObjectStorageServerProtocol? = nil - ) - { + ) { self.accessKey = accessKey self.agentArns = agentArns self.creationTime = creationTime @@ -3477,8 +3392,7 @@ public struct DescribeLocationS3Input: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3505,8 +3419,7 @@ public struct DescribeLocationS3Output: Swift.Sendable { locationUri: Swift.String? = nil, s3Config: DataSyncClientTypes.S3Config? = nil, s3StorageClass: DataSyncClientTypes.S3StorageClass? = nil - ) - { + ) { self.agentArns = agentArns self.creationTime = creationTime self.locationArn = locationArn @@ -3524,8 +3437,7 @@ public struct DescribeLocationSmbInput: Swift.Sendable { public init( locationArn: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn } } @@ -3555,8 +3467,7 @@ public struct DescribeLocationSmbOutput: Swift.Sendable { locationUri: Swift.String? = nil, mountOptions: DataSyncClientTypes.SmbMountOptions? = nil, user: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.creationTime = creationTime self.domain = domain @@ -3574,8 +3485,7 @@ public struct DescribeStorageSystemInput: Swift.Sendable { public init( storageSystemArn: Swift.String? = nil - ) - { + ) { self.storageSystemArn = storageSystemArn } } @@ -3645,8 +3555,7 @@ public struct DescribeStorageSystemOutput: Swift.Sendable { serverConfiguration: DataSyncClientTypes.DiscoveryServerConfiguration? = nil, storageSystemArn: Swift.String? = nil, systemType: DataSyncClientTypes.DiscoverySystemType? = nil - ) - { + ) { self.agentArns = agentArns self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.connectivityStatus = connectivityStatus @@ -3719,8 +3628,7 @@ public struct DescribeStorageSystemResourceMetricsInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: DataSyncClientTypes.DiscoveryResourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn self.endTime = endTime self.maxResults = maxResults @@ -3749,8 +3657,7 @@ extension DataSyncClientTypes { read: Swift.Double? = nil, total: Swift.Double? = nil, write: Swift.Double? = nil - ) - { + ) { self.other = other self.read = read self.total = total @@ -3774,8 +3681,7 @@ extension DataSyncClientTypes { other: Swift.Double? = nil, read: Swift.Double? = nil, write: Swift.Double? = nil - ) - { + ) { self.other = other self.read = read self.write = write @@ -3801,8 +3707,7 @@ extension DataSyncClientTypes { read: Swift.Double? = nil, total: Swift.Double? = nil, write: Swift.Double? = nil - ) - { + ) { self.other = other self.read = read self.total = total @@ -3826,8 +3731,7 @@ extension DataSyncClientTypes { iops: DataSyncClientTypes.IOPS? = nil, latency: DataSyncClientTypes.Latency? = nil, throughput: DataSyncClientTypes.Throughput? = nil - ) - { + ) { self.iops = iops self.latency = latency self.throughput = throughput @@ -3856,8 +3760,7 @@ extension DataSyncClientTypes { resourceId: Swift.String? = nil, resourceType: DataSyncClientTypes.DiscoveryResourceType? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.capacity = capacity self.p95Metrics = p95Metrics self.resourceId = resourceId @@ -3876,8 +3779,7 @@ public struct DescribeStorageSystemResourceMetricsOutput: Swift.Sendable { public init( metrics: [DataSyncClientTypes.ResourceMetrics]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metrics = metrics self.nextToken = nextToken } @@ -3932,8 +3834,7 @@ public struct DescribeStorageSystemResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceIds: [Swift.String]? = nil, resourceType: DataSyncClientTypes.DiscoveryResourceType? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn self.filter = filter self.maxResults = maxResults @@ -3982,8 +3883,7 @@ extension DataSyncClientTypes { throughputRead: Swift.Double? = nil, throughputTotal: Swift.Double? = nil, throughputWrite: Swift.Double? = nil - ) - { + ) { self.iopsOther = iopsOther self.iopsRead = iopsRead self.iopsTotal = iopsTotal @@ -4014,8 +3914,7 @@ extension DataSyncClientTypes { estimatedMonthlyStorageCost: Swift.String? = nil, storageConfiguration: [Swift.String: Swift.String]? = nil, storageType: Swift.String? = nil - ) - { + ) { self.estimatedMonthlyStorageCost = estimatedMonthlyStorageCost self.storageConfiguration = storageConfiguration self.storageType = storageType @@ -4100,8 +3999,7 @@ extension DataSyncClientTypes { recommendationStatus: DataSyncClientTypes.RecommendationStatus? = nil, recommendations: [DataSyncClientTypes.Recommendation]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.cifsShareCount = cifsShareCount self.clusterBlockStorageLogicalUsed = clusterBlockStorageLogicalUsed self.clusterBlockStorageSize = clusterBlockStorageSize @@ -4166,8 +4064,7 @@ extension DataSyncClientTypes { totalCapacityUsed: Swift.Int? = nil, totalLogicalCapacityUsed: Swift.Int? = nil, totalSnapshotCapacityUsed: Swift.Int? = nil - ) - { + ) { self.cifsShareCount = cifsShareCount self.clusterUuid = clusterUuid self.enabledProtocols = enabledProtocols @@ -4237,8 +4134,7 @@ extension DataSyncClientTypes { svmName: Swift.String? = nil, svmUuid: Swift.String? = nil, volumeName: Swift.String? = nil - ) - { + ) { self.capacityProvisioned = capacityProvisioned self.capacityUsed = capacityUsed self.cifsShareCount = cifsShareCount @@ -4273,8 +4169,7 @@ extension DataSyncClientTypes { netAppONTAPClusters: [DataSyncClientTypes.NetAppONTAPCluster]? = nil, netAppONTAPSVMs: [DataSyncClientTypes.NetAppONTAPSVM]? = nil, netAppONTAPVolumes: [DataSyncClientTypes.NetAppONTAPVolume]? = nil - ) - { + ) { self.netAppONTAPClusters = netAppONTAPClusters self.netAppONTAPSVMs = netAppONTAPSVMs self.netAppONTAPVolumes = netAppONTAPVolumes @@ -4291,8 +4186,7 @@ public struct DescribeStorageSystemResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceDetails: DataSyncClientTypes.ResourceDetails? = nil - ) - { + ) { self.nextToken = nextToken self.resourceDetails = resourceDetails } @@ -4306,8 +4200,7 @@ public struct DescribeTaskInput: Swift.Sendable { public init( taskArn: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn } } @@ -4360,8 +4253,7 @@ extension DataSyncClientTypes { disabledBy: DataSyncClientTypes.ScheduleDisabledBy? = nil, disabledReason: Swift.String? = nil, statusUpdateTime: Foundation.Date? = nil - ) - { + ) { self.disabledBy = disabledBy self.disabledReason = disabledReason self.statusUpdateTime = statusUpdateTime @@ -4471,8 +4363,7 @@ public struct DescribeTaskOutput: Swift.Sendable { taskArn: Swift.String? = nil, taskMode: DataSyncClientTypes.TaskMode? = nil, taskReportConfig: DataSyncClientTypes.TaskReportConfig? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.creationTime = creationTime self.currentTaskExecutionArn = currentTaskExecutionArn @@ -4504,8 +4395,7 @@ public struct DescribeTaskExecutionInput: Swift.Sendable { public init( taskExecutionArn: Swift.String? = nil - ) - { + ) { self.taskExecutionArn = taskExecutionArn } } @@ -4528,8 +4418,7 @@ extension DataSyncClientTypes { prepare: Swift.Int = 0, transfer: Swift.Int = 0, verify: Swift.Int = 0 - ) - { + ) { self.delete = delete self.prepare = prepare self.transfer = transfer @@ -4556,8 +4445,7 @@ extension DataSyncClientTypes { public init( atDestinationForDelete: Swift.Int = 0, atSource: Swift.Int = 0 - ) - { + ) { self.atDestinationForDelete = atDestinationForDelete self.atSource = atSource } @@ -4611,8 +4499,7 @@ extension DataSyncClientTypes { errorCode: Swift.String? = nil, errorDetail: Swift.String? = nil, status: DataSyncClientTypes.PhaseStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorDetail = errorDetail self.status = status @@ -4653,8 +4540,7 @@ extension DataSyncClientTypes { transferStatus: DataSyncClientTypes.PhaseStatus? = nil, verifyDuration: Swift.Int? = nil, verifyStatus: DataSyncClientTypes.PhaseStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorDetail = errorDetail self.prepareDuration = prepareDuration @@ -4804,8 +4690,7 @@ public struct DescribeTaskExecutionOutput: Swift.Sendable { taskExecutionArn: Swift.String? = nil, taskMode: DataSyncClientTypes.TaskMode? = nil, taskReportConfig: DataSyncClientTypes.TaskReportConfig? = nil - ) - { + ) { self.bytesCompressed = bytesCompressed self.bytesTransferred = bytesTransferred self.bytesWritten = bytesWritten @@ -4845,8 +4730,7 @@ extension DataSyncClientTypes { public init( discoveryJobArn: Swift.String? = nil, status: DataSyncClientTypes.DiscoveryJobStatus? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn self.status = status } @@ -4868,8 +4752,7 @@ public struct GenerateRecommendationsInput: Swift.Sendable { discoveryJobArn: Swift.String? = nil, resourceIds: [Swift.String]? = nil, resourceType: DataSyncClientTypes.DiscoveryResourceType? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn self.resourceIds = resourceIds self.resourceType = resourceType @@ -4891,8 +4774,7 @@ public struct ListAgentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4908,8 +4790,7 @@ public struct ListAgentsOutput: Swift.Sendable { public init( agents: [DataSyncClientTypes.AgentListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agents = agents self.nextToken = nextToken } @@ -4927,8 +4808,7 @@ public struct ListDiscoveryJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, storageSystemArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.storageSystemArn = storageSystemArn @@ -4944,8 +4824,7 @@ public struct ListDiscoveryJobsOutput: Swift.Sendable { public init( discoveryJobs: [DataSyncClientTypes.DiscoveryJobListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.discoveryJobs = discoveryJobs self.nextToken = nextToken } @@ -5054,8 +4933,7 @@ extension DataSyncClientTypes { name: DataSyncClientTypes.LocationFilterName? = nil, `operator`: DataSyncClientTypes.Operator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -5076,8 +4954,7 @@ public struct ListLocationsInput: Swift.Sendable { filters: [DataSyncClientTypes.LocationFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5096,8 +4973,7 @@ extension DataSyncClientTypes { public init( locationArn: Swift.String? = nil, locationUri: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.locationUri = locationUri } @@ -5114,8 +4990,7 @@ public struct ListLocationsOutput: Swift.Sendable { public init( locations: [DataSyncClientTypes.LocationListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.locations = locations self.nextToken = nextToken } @@ -5130,8 +5005,7 @@ public struct ListStorageSystemsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5149,8 +5023,7 @@ extension DataSyncClientTypes { public init( name: Swift.String? = nil, storageSystemArn: Swift.String? = nil - ) - { + ) { self.name = name self.storageSystemArn = storageSystemArn } @@ -5166,8 +5039,7 @@ public struct ListStorageSystemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageSystems: [DataSyncClientTypes.StorageSystemListEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.storageSystems = storageSystems } @@ -5187,8 +5059,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -5205,8 +5076,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -5225,8 +5095,7 @@ public struct ListTaskExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.taskArn = taskArn @@ -5248,8 +5117,7 @@ extension DataSyncClientTypes { status: DataSyncClientTypes.TaskExecutionStatus? = nil, taskExecutionArn: Swift.String? = nil, taskMode: DataSyncClientTypes.TaskMode? = nil - ) - { + ) { self.status = status self.taskExecutionArn = taskExecutionArn self.taskMode = taskMode @@ -5267,8 +5135,7 @@ public struct ListTaskExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskExecutions: [DataSyncClientTypes.TaskExecutionListEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.taskExecutions = taskExecutions } @@ -5321,8 +5188,7 @@ extension DataSyncClientTypes { name: DataSyncClientTypes.TaskFilterName? = nil, `operator`: DataSyncClientTypes.Operator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -5343,8 +5209,7 @@ public struct ListTasksInput: Swift.Sendable { filters: [DataSyncClientTypes.TaskFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5369,8 +5234,7 @@ extension DataSyncClientTypes { status: DataSyncClientTypes.TaskStatus? = nil, taskArn: Swift.String? = nil, taskMode: DataSyncClientTypes.TaskMode? = nil - ) - { + ) { self.name = name self.status = status self.taskArn = taskArn @@ -5389,8 +5253,7 @@ public struct ListTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [DataSyncClientTypes.TaskListEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -5403,8 +5266,7 @@ public struct RemoveStorageSystemInput: Swift.Sendable { public init( storageSystemArn: Swift.String? = nil - ) - { + ) { self.storageSystemArn = storageSystemArn } } @@ -5432,8 +5294,7 @@ public struct StartDiscoveryJobInput: Swift.Sendable { collectionDurationMinutes: Swift.Int? = nil, storageSystemArn: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.clientToken = clientToken self.collectionDurationMinutes = collectionDurationMinutes self.storageSystemArn = storageSystemArn @@ -5447,8 +5308,7 @@ public struct StartDiscoveryJobOutput: Swift.Sendable { public init( discoveryJobArn: Swift.String? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn } } @@ -5479,8 +5339,7 @@ public struct StartTaskExecutionInput: Swift.Sendable { tags: [DataSyncClientTypes.TagListEntry]? = nil, taskArn: Swift.String? = nil, taskReportConfig: DataSyncClientTypes.TaskReportConfig? = nil - ) - { + ) { self.excludes = excludes self.includes = includes self.manifestConfig = manifestConfig @@ -5498,8 +5357,7 @@ public struct StartTaskExecutionOutput: Swift.Sendable { public init( taskExecutionArn: Swift.String? = nil - ) - { + ) { self.taskExecutionArn = taskExecutionArn } } @@ -5511,8 +5369,7 @@ public struct StopDiscoveryJobInput: Swift.Sendable { public init( discoveryJobArn: Swift.String? = nil - ) - { + ) { self.discoveryJobArn = discoveryJobArn } } @@ -5534,8 +5391,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [DataSyncClientTypes.TagListEntry]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5558,8 +5414,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( keys: [Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.keys = keys self.resourceArn = resourceArn } @@ -5581,8 +5436,7 @@ public struct UpdateAgentInput: Swift.Sendable { public init( agentArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.agentArn = agentArn self.name = name } @@ -5604,8 +5458,7 @@ public struct UpdateDiscoveryJobInput: Swift.Sendable { public init( collectionDurationMinutes: Swift.Int? = nil, discoveryJobArn: Swift.String? = nil - ) - { + ) { self.collectionDurationMinutes = collectionDurationMinutes self.discoveryJobArn = discoveryJobArn } @@ -5641,8 +5494,7 @@ public struct UpdateLocationAzureBlobInput: Swift.Sendable { locationArn: Swift.String? = nil, sasConfiguration: DataSyncClientTypes.AzureBlobSasConfiguration? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.accessTier = accessTier self.agentArns = agentArns self.authenticationType = authenticationType @@ -5677,8 +5529,7 @@ public struct UpdateLocationEfsInput: Swift.Sendable { inTransitEncryption: DataSyncClientTypes.EfsInTransitEncryption? = nil, locationArn: Swift.String? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.fileSystemAccessRoleArn = fileSystemAccessRoleArn self.inTransitEncryption = inTransitEncryption @@ -5702,8 +5553,7 @@ public struct UpdateLocationFsxLustreInput: Swift.Sendable { public init( locationArn: Swift.String? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.subdirectory = subdirectory } @@ -5732,8 +5582,7 @@ extension DataSyncClientTypes { mountOptions: DataSyncClientTypes.SmbMountOptions? = nil, password: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.domain = domain self.mountOptions = mountOptions self.password = password @@ -5759,8 +5608,7 @@ extension DataSyncClientTypes { public init( nfs: DataSyncClientTypes.FsxProtocolNfs? = nil, smb: DataSyncClientTypes.FsxUpdateProtocolSmb? = nil - ) - { + ) { self.nfs = nfs self.smb = smb } @@ -5780,8 +5628,7 @@ public struct UpdateLocationFsxOntapInput: Swift.Sendable { locationArn: Swift.String? = nil, `protocol`: DataSyncClientTypes.FsxUpdateProtocol? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.`protocol` = `protocol` self.subdirectory = subdirectory @@ -5806,8 +5653,7 @@ public struct UpdateLocationFsxOpenZfsInput: Swift.Sendable { locationArn: Swift.String? = nil, `protocol`: DataSyncClientTypes.FsxProtocol? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.`protocol` = `protocol` self.subdirectory = subdirectory @@ -5838,8 +5684,7 @@ public struct UpdateLocationFsxWindowsInput: Swift.Sendable { password: Swift.String? = nil, subdirectory: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.domain = domain self.locationArn = locationArn self.password = password @@ -5901,8 +5746,7 @@ public struct UpdateLocationHdfsInput: Swift.Sendable { replicationFactor: Swift.Int? = nil, simpleUser: Swift.String? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.authenticationType = authenticationType self.blockSize = blockSize @@ -5940,8 +5784,7 @@ public struct UpdateLocationNfsInput: Swift.Sendable { mountOptions: DataSyncClientTypes.NfsMountOptions? = nil, onPremConfig: DataSyncClientTypes.OnPremConfig? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.mountOptions = mountOptions self.onPremConfig = onPremConfig @@ -5991,8 +5834,7 @@ public struct UpdateLocationObjectStorageInput: Swift.Sendable { serverPort: Swift.Int? = nil, serverProtocol: DataSyncClientTypes.ObjectStorageServerProtocol? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.accessKey = accessKey self.agentArns = agentArns self.locationArn = locationArn @@ -6038,8 +5880,7 @@ public struct UpdateLocationS3Input: Swift.Sendable { s3Config: DataSyncClientTypes.S3Config? = nil, s3StorageClass: DataSyncClientTypes.S3StorageClass? = nil, subdirectory: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.s3Config = s3Config self.s3StorageClass = s3StorageClass @@ -6077,8 +5918,7 @@ public struct UpdateLocationSmbInput: Swift.Sendable { password: Swift.String? = nil, subdirectory: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.domain = domain self.locationArn = locationArn @@ -6121,8 +5961,7 @@ public struct UpdateStorageSystemInput: Swift.Sendable { name: Swift.String? = nil, serverConfiguration: DataSyncClientTypes.DiscoveryServerConfiguration? = nil, storageSystemArn: Swift.String? = nil - ) - { + ) { self.agentArns = agentArns self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.credentials = credentials @@ -6169,8 +6008,7 @@ public struct UpdateTaskInput: Swift.Sendable { schedule: DataSyncClientTypes.TaskSchedule? = nil, taskArn: Swift.String? = nil, taskReportConfig: DataSyncClientTypes.TaskReportConfig? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.excludes = excludes self.includes = includes @@ -6199,8 +6037,7 @@ public struct UpdateTaskExecutionInput: Swift.Sendable { public init( options: DataSyncClientTypes.Options? = nil, taskExecutionArn: Swift.String? = nil - ) - { + ) { self.options = options self.taskExecutionArn = taskExecutionArn } diff --git a/Sources/Services/AWSDataZone/Package.swift.txt b/Sources/Services/AWSDataZone/Package.swift.txt index 3a2f5cd8a53..fbd72f40765 100644 --- a/Sources/Services/AWSDataZone/Package.swift.txt +++ b/Sources/Services/AWSDataZone/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDataZone/Sources/AWSDataZone/DataZoneClient.swift b/Sources/Services/AWSDataZone/Sources/AWSDataZone/DataZoneClient.swift index 2d6f293ce19..5c5734515a7 100644 --- a/Sources/Services/AWSDataZone/Sources/AWSDataZone/DataZoneClient.swift +++ b/Sources/Services/AWSDataZone/Sources/AWSDataZone/DataZoneClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DataZoneClient: ClientRuntime.Client { public static let clientName = "DataZoneClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DataZoneClient.DataZoneClientConfiguration let serviceName = "DataZone" diff --git a/Sources/Services/AWSDataZone/Sources/AWSDataZone/Models.swift b/Sources/Services/AWSDataZone/Sources/AWSDataZone/Models.swift index 1a72b277c1d..4fa91abdc91 100644 --- a/Sources/Services/AWSDataZone/Sources/AWSDataZone/Models.swift +++ b/Sources/Services/AWSDataZone/Sources/AWSDataZone/Models.swift @@ -83,8 +83,7 @@ extension DataZoneClientTypes { editedValue: Swift.String? = nil, predictionChoice: Swift.Int? = nil, predictionTarget: Swift.String? = nil - ) - { + ) { self.editedValue = editedValue self.predictionChoice = predictionChoice self.predictionTarget = predictionTarget @@ -111,8 +110,7 @@ extension DataZoneClientTypes { public init( assetId: Swift.String? = nil, filterIds: [Swift.String]? = nil - ) - { + ) { self.assetId = assetId self.filterIds = filterIds } @@ -138,8 +136,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +160,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -188,8 +184,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -213,8 +208,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -238,8 +232,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +256,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -310,8 +302,7 @@ extension DataZoneClientTypes { public init( rule: DataZoneClientTypes.AcceptRuleBehavior? = nil, threshold: Swift.Float? = nil - ) - { + ) { self.rule = rule self.threshold = threshold } @@ -341,8 +332,7 @@ public struct AcceptPredictionsInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.acceptChoices = acceptChoices self.acceptRule = acceptRule self.clientToken = clientToken @@ -367,8 +357,7 @@ public struct AcceptPredictionsOutput: Swift.Sendable { assetId: Swift.String? = nil, domainId: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.domainId = domainId self.revision = revision @@ -392,8 +381,7 @@ public struct AcceptSubscriptionRequestInput: Swift.Sendable { decisionComment: Swift.String? = nil, domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.assetScopes = assetScopes self.decisionComment = decisionComment self.domainIdentifier = domainIdentifier @@ -425,8 +413,7 @@ extension DataZoneClientTypes { formName: Swift.String? = nil, typeName: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.content = content self.formName = formName self.typeName = typeName @@ -493,8 +480,7 @@ extension DataZoneClientTypes { errorMessage: Swift.String? = nil, filterIds: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.errorMessage = errorMessage self.filterIds = filterIds @@ -515,8 +501,7 @@ extension DataZoneClientTypes { public init( name: Swift.String? = nil, shortDescription: Swift.String? = nil - ) - { + ) { self.name = name self.shortDescription = shortDescription } @@ -552,8 +537,7 @@ extension DataZoneClientTypes { entityType: Swift.String? = nil, forms: Swift.String? = nil, glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil - ) - { + ) { self.assetScope = assetScope self.entityId = entityId self.entityRevision = entityRevision @@ -579,8 +563,7 @@ extension DataZoneClientTypes { entityId: Swift.String? = nil, entityRevision: Swift.String? = nil, entityType: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.entityRevision = entityRevision self.entityType = entityType @@ -612,8 +595,7 @@ extension DataZoneClientTypes { entityRevision: Swift.String? = nil, glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil, name: Swift.String? = nil - ) - { + ) { self.assetListings = assetListings self.description = description self.entityId = entityId @@ -668,8 +650,7 @@ extension DataZoneClientTypes { ownerProjectId: Swift.String? = nil, ownerProjectName: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.item = item @@ -698,8 +679,7 @@ extension DataZoneClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -775,8 +755,7 @@ public struct AcceptSubscriptionRequestOutput: Swift.Sendable { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -808,8 +787,7 @@ extension DataZoneClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -844,8 +822,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -886,8 +863,7 @@ extension DataZoneClientTypes { public init( groupIdentifier: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier } } @@ -903,8 +879,7 @@ extension DataZoneClientTypes { public init( userIdentifier: Swift.String? = nil - ) - { + ) { self.userIdentifier = userIdentifier } } @@ -944,8 +919,7 @@ public struct AddEntityOwnerInput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityType: DataZoneClientTypes.DataZoneEntityType? = nil, owner: DataZoneClientTypes.OwnerProperties? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier @@ -968,8 +942,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -984,8 +957,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1000,8 +972,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1025,8 +996,7 @@ extension DataZoneClientTypes { public init( domainUnitId: Swift.String? = nil - ) - { + ) { self.domainUnitId = domainUnitId } } @@ -1041,8 +1011,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1057,8 +1026,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1073,8 +1041,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1092,8 +1059,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil, projectProfiles: [Swift.String]? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits self.projectProfiles = projectProfiles } @@ -1109,8 +1075,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1125,8 +1090,7 @@ extension DataZoneClientTypes { public init( includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.includeChildDomainUnits = includeChildDomainUnits } } @@ -1321,8 +1285,7 @@ extension DataZoneClientTypes { domainUnitDesignation: DataZoneClientTypes.DomainUnitDesignation? = nil, domainUnitGrantFilter: DataZoneClientTypes.DomainUnitGrantFilter? = nil, domainUnitIdentifier: Swift.String? = nil - ) - { + ) { self.domainUnitDesignation = domainUnitDesignation self.domainUnitGrantFilter = domainUnitGrantFilter self.domainUnitIdentifier = domainUnitIdentifier @@ -1385,8 +1348,7 @@ extension DataZoneClientTypes { public init( domainUnit: Swift.String? = nil, includeChildDomainUnits: Swift.Bool? = false - ) - { + ) { self.domainUnit = domainUnit self.includeChildDomainUnits = includeChildDomainUnits } @@ -1419,8 +1381,7 @@ extension DataZoneClientTypes { projectDesignation: DataZoneClientTypes.ProjectDesignation? = nil, projectGrantFilter: DataZoneClientTypes.ProjectGrantFilter? = nil, projectIdentifier: Swift.String? = nil - ) - { + ) { self.projectDesignation = projectDesignation self.projectGrantFilter = projectGrantFilter self.projectIdentifier = projectIdentifier @@ -1495,8 +1456,7 @@ public struct AddPolicyGrantInput: Swift.Sendable { entityType: DataZoneClientTypes.TargetEntityType? = nil, policyType: DataZoneClientTypes.ManagedPolicyType? = nil, principal: DataZoneClientTypes.PolicyGrantPrincipal? = nil - ) - { + ) { self.clientToken = clientToken self.detail = detail self.domainIdentifier = domainIdentifier @@ -1558,8 +1518,7 @@ extension DataZoneClientTypes { public init( listingId: Swift.String? = nil, listingStatus: DataZoneClientTypes.ListingStatus? = nil - ) - { + ) { self.listingId = listingId self.listingStatus = listingStatus } @@ -1585,8 +1544,7 @@ extension DataZoneClientTypes { formName: Swift.String? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.content = content self.formName = formName self.typeIdentifier = typeIdentifier @@ -1610,8 +1568,7 @@ extension DataZoneClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1626,8 +1583,7 @@ extension DataZoneClientTypes { public init( businessNameGeneration: DataZoneClientTypes.BusinessNameGenerationConfiguration? = nil - ) - { + ) { self.businessNameGeneration = businessNameGeneration } } @@ -1673,8 +1629,7 @@ public struct CreateAssetInput: Swift.Sendable { predictionConfiguration: DataZoneClientTypes.PredictionConfiguration? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -1721,8 +1676,7 @@ extension DataZoneClientTypes { timestamp: Foundation.Date? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.contentSummary = contentSummary self.formName = formName self.id = id @@ -1801,8 +1755,7 @@ public struct CreateAssetOutput: Swift.Sendable { revision: Swift.String? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -1863,8 +1816,7 @@ public struct CreateAssetRevisionInput: Swift.Sendable { name: Swift.String? = nil, predictionConfiguration: DataZoneClientTypes.PredictionConfiguration? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -1950,8 +1902,7 @@ public struct CreateAssetRevisionOutput: Swift.Sendable { revision: Swift.String? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -1990,8 +1941,7 @@ public struct DeleteAssetInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -2016,8 +1966,7 @@ public struct GetAssetInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.revision = revision @@ -2089,8 +2038,7 @@ public struct GetAssetOutput: Swift.Sendable { revision: Swift.String? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -2126,8 +2074,7 @@ extension DataZoneClientTypes { public init( includedColumnNames: [Swift.String]? = nil - ) - { + ) { self.includedColumnNames = includedColumnNames } } @@ -2147,8 +2094,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2169,8 +2115,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2191,8 +2136,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2213,8 +2157,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.columnName = columnName self.values = values } @@ -2231,8 +2174,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil - ) - { + ) { self.columnName = columnName } } @@ -2248,8 +2190,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil - ) - { + ) { self.columnName = columnName } } @@ -2269,8 +2210,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2291,8 +2231,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2313,8 +2252,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2335,8 +2273,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2357,8 +2294,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.columnName = columnName self.values = values } @@ -2379,8 +2315,7 @@ extension DataZoneClientTypes { public init( columnName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.value = value } @@ -2488,8 +2423,7 @@ extension DataZoneClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.FilterStatus? = nil - ) - { + ) { self.assetId = assetId self.createdAt = createdAt self.description = description @@ -2524,8 +2458,7 @@ extension DataZoneClientTypes { formsOutput: [DataZoneClientTypes.FormOutput]? = nil, latestTimeSeriesDataPointFormsOutput: [DataZoneClientTypes.TimeSeriesDataPointSummaryFormOutput]? = nil, readOnlyFormsOutput: [DataZoneClientTypes.FormOutput]? = nil - ) - { + ) { self.formsOutput = formsOutput self.latestTimeSeriesDataPointFormsOutput = latestTimeSeriesDataPointFormsOutput self.readOnlyFormsOutput = readOnlyFormsOutput @@ -2587,8 +2520,7 @@ extension DataZoneClientTypes { owningProjectId: Swift.String? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.createdAt = createdAt self.createdBy = createdBy @@ -2642,8 +2574,7 @@ extension DataZoneClientTypes { glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil, latestTimeSeriesDataPointForms: [DataZoneClientTypes.TimeSeriesDataPointSummaryFormOutput]? = nil, owningProjectId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.assetRevision = assetRevision self.assetType = assetType @@ -2668,8 +2599,7 @@ extension DataZoneClientTypes { public init( forms: Swift.String? = nil, latestTimeSeriesDataPointForms: [DataZoneClientTypes.TimeSeriesDataPointSummaryFormOutput]? = nil - ) - { + ) { self.forms = forms self.latestTimeSeriesDataPointForms = latestTimeSeriesDataPointForms } @@ -2721,8 +2651,7 @@ extension DataZoneClientTypes { listingUpdatedBy: Swift.String? = nil, name: Swift.String? = nil, owningProjectId: Swift.String? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.createdAt = createdAt self.description = description @@ -2766,8 +2695,7 @@ extension DataZoneClientTypes { domainId: Swift.String? = nil, id: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -2791,8 +2719,7 @@ extension DataZoneClientTypes { public init( assetId: Swift.String? = nil, targetName: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.targetName = targetName } @@ -2816,8 +2743,7 @@ extension DataZoneClientTypes { `required`: Swift.Bool? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.`required` = `required` self.typeIdentifier = typeIdentifier self.typeRevision = typeRevision @@ -2847,8 +2773,7 @@ public struct CreateAssetTypeInput: Swift.Sendable { formsInput: [Swift.String: DataZoneClientTypes.FormEntryInput]? = nil, name: Swift.String? = nil, owningProjectIdentifier: Swift.String? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.formsInput = formsInput @@ -2879,8 +2804,7 @@ extension DataZoneClientTypes { `required`: Swift.Bool? = nil, typeName: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.`required` = `required` self.typeName = typeName self.typeRevision = typeRevision @@ -2936,8 +2860,7 @@ public struct CreateAssetTypeOutput: Swift.Sendable { revision: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -2969,8 +2892,7 @@ public struct DeleteAssetTypeInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -2995,8 +2917,7 @@ public struct GetAssetTypeInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.revision = revision @@ -3047,8 +2968,7 @@ public struct GetAssetTypeOutput: Swift.Sendable { revision: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -3116,8 +3036,7 @@ extension DataZoneClientTypes { revision: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -3181,8 +3100,7 @@ extension DataZoneClientTypes { public init( selectionMode: DataZoneClientTypes.RuleScopeSelectionMode? = nil, specificAssetTypes: [Swift.String]? = nil - ) - { + ) { self.selectionMode = selectionMode self.specificAssetTypes = specificAssetTypes } @@ -3204,8 +3122,7 @@ public struct AssociateEnvironmentRoleInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, environmentRoleArn: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.environmentRoleArn = environmentRoleArn @@ -3226,8 +3143,7 @@ extension DataZoneClientTypes { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -3242,8 +3158,7 @@ extension DataZoneClientTypes { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -3258,8 +3173,7 @@ extension DataZoneClientTypes { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -3309,8 +3223,7 @@ extension DataZoneClientTypes { public init( authorizationCode: Swift.String? = nil, redirectUri: Swift.String? = nil - ) - { + ) { self.authorizationCode = authorizationCode self.redirectUri = redirectUri } @@ -3329,8 +3242,7 @@ extension DataZoneClientTypes { public init( aWSManagedClientApplicationReference: Swift.String? = nil, userManagedClientApplicationClientId: Swift.String? = nil - ) - { + ) { self.aWSManagedClientApplicationReference = aWSManagedClientApplicationReference self.userManagedClientApplicationClientId = userManagedClientApplicationClientId } @@ -3355,8 +3267,7 @@ extension DataZoneClientTypes { jwtToken: Swift.String? = nil, refreshToken: Swift.String? = nil, userManagedClientApplicationClientSecret: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.jwtToken = jwtToken self.refreshToken = refreshToken @@ -3427,8 +3338,7 @@ extension DataZoneClientTypes { oAuth2GrantType: DataZoneClientTypes.OAuth2GrantType? = nil, tokenUrl: Swift.String? = nil, tokenUrlParametersMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorizationCodeProperties = authorizationCodeProperties self.oAuth2ClientApplication = oAuth2ClientApplication self.oAuth2Credentials = oAuth2Credentials @@ -3459,8 +3369,7 @@ extension DataZoneClientTypes { authenticationType: DataZoneClientTypes.AuthenticationType? = nil, oAuth2Properties: DataZoneClientTypes.OAuth2Properties? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.oAuth2Properties = oAuth2Properties self.secretArn = secretArn @@ -3480,8 +3389,7 @@ extension DataZoneClientTypes { public init( password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.password = password self.userName = userName } @@ -3518,8 +3426,7 @@ extension DataZoneClientTypes { kmsKeyArn: Swift.String? = nil, oAuth2Properties: DataZoneClientTypes.OAuth2Properties? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.basicAuthenticationCredentials = basicAuthenticationCredentials self.customAuthenticationCredentials = customAuthenticationCredentials @@ -3547,8 +3454,7 @@ extension DataZoneClientTypes { public init( basicAuthenticationCredentials: DataZoneClientTypes.BasicAuthenticationCredentials? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.basicAuthenticationCredentials = basicAuthenticationCredentials self.secretArn = secretArn } @@ -3619,8 +3525,7 @@ extension DataZoneClientTypes { awsAccountId: Swift.String? = nil, awsRegion: Swift.String? = nil, iamConnectionId: Swift.String? = nil - ) - { + ) { self.accessRole = accessRole self.awsAccountId = awsAccountId self.awsRegion = awsRegion @@ -3640,8 +3545,7 @@ public struct CancelMetadataGenerationRunInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -3663,8 +3567,7 @@ public struct CancelSubscriptionInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -3746,8 +3649,7 @@ public struct CancelSubscriptionOutput: Swift.Sendable { subscriptionRequestId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -3801,8 +3703,7 @@ extension DataZoneClientTypes { public init( templateUrl: Swift.String? = nil - ) - { + ) { self.templateUrl = templateUrl } } @@ -3852,8 +3753,7 @@ extension DataZoneClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3906,8 +3806,7 @@ extension DataZoneClientTypes { auth: DataZoneClientTypes.ConfigurableActionTypeAuthorization? = nil, parameters: [DataZoneClientTypes.ConfigurableActionParameter]? = nil, type: Swift.String? = nil - ) - { + ) { self.auth = auth self.parameters = parameters self.type = type @@ -3933,8 +3832,7 @@ extension DataZoneClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -4029,8 +3927,7 @@ extension DataZoneClientTypes { securityGroupIdList: [Swift.String]? = nil, subnetId: Swift.String? = nil, subnetIdList: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.securityGroupIdList = securityGroupIdList self.subnetId = subnetId @@ -4081,8 +3978,7 @@ extension DataZoneClientTypes { sparkProperties: [Swift.String: Swift.String]? = nil, validateCredentials: Swift.Bool? = nil, validateForComputeEnvironments: [DataZoneClientTypes.ComputeEnvironments]? = nil - ) - { + ) { self.athenaProperties = athenaProperties self.authenticationConfiguration = authenticationConfiguration self.connectionProperties = connectionProperties @@ -4108,8 +4004,7 @@ extension DataZoneClientTypes { public init( glueConnectionInput: DataZoneClientTypes.GlueConnectionInput? = nil - ) - { + ) { self.glueConnectionInput = glueConnectionInput } } @@ -4125,8 +4020,7 @@ extension DataZoneClientTypes { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -4141,8 +4035,7 @@ extension DataZoneClientTypes { public init( glueLineageSyncEnabled: Swift.Bool? = nil - ) - { + ) { self.glueLineageSyncEnabled = glueLineageSyncEnabled } } @@ -4162,8 +4055,7 @@ extension DataZoneClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4197,8 +4089,7 @@ extension DataZoneClientTypes { public init( schedule: Swift.String? = nil - ) - { + ) { self.schedule = schedule } } @@ -4216,8 +4107,7 @@ extension DataZoneClientTypes { public init( enabled: Swift.Bool? = nil, schedule: DataZoneClientTypes.LineageSyncSchedule? = nil - ) - { + ) { self.enabled = enabled self.schedule = schedule } @@ -4260,8 +4150,7 @@ extension DataZoneClientTypes { lineageSync: DataZoneClientTypes.RedshiftLineageSyncConfigurationInput? = nil, port: Swift.Int? = nil, storage: DataZoneClientTypes.RedshiftStorageProperties? = nil - ) - { + ) { self.credentials = credentials self.databaseName = databaseName self.host = host @@ -4304,8 +4193,7 @@ extension DataZoneClientTypes { pythonVirtualEnv: Swift.String? = nil, runtimeRole: Swift.String? = nil, trustedCertificatesS3Uri: Swift.String? = nil - ) - { + ) { self.computeArn = computeArn self.instanceProfileArn = instanceProfileArn self.javaVirtualEnv = javaVirtualEnv @@ -4326,8 +4214,7 @@ extension DataZoneClientTypes { public init( connection: Swift.String? = nil - ) - { + ) { self.connection = connection } } @@ -4363,8 +4250,7 @@ extension DataZoneClientTypes { numberOfWorkers: Swift.Int? = nil, pythonVirtualEnv: Swift.String? = nil, workerType: Swift.String? = nil - ) - { + ) { self.additionalArgs = additionalArgs self.glueConnectionName = glueConnectionName self.glueVersion = glueVersion @@ -4458,8 +4344,7 @@ extension DataZoneClientTypes { public init( errorMessage: Swift.String? = nil, status: DataZoneClientTypes.ConnectionStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.status = status } @@ -4511,8 +4396,7 @@ extension DataZoneClientTypes { clusterArn: Swift.String? = nil, clusterName: Swift.String? = nil, orchestrator: DataZoneClientTypes.HyperPodOrchestrator? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.orchestrator = orchestrator @@ -4532,8 +4416,7 @@ extension DataZoneClientTypes { public init( environmentId: Swift.String? = nil, glueLineageSyncEnabled: Swift.Bool? = nil - ) - { + ) { self.environmentId = environmentId self.glueLineageSyncEnabled = glueLineageSyncEnabled } @@ -4555,8 +4438,7 @@ extension DataZoneClientTypes { enabled: Swift.Bool? = nil, lineageJobId: Swift.String? = nil, schedule: DataZoneClientTypes.LineageSyncSchedule? = nil - ) - { + ) { self.enabled = enabled self.lineageJobId = lineageJobId self.schedule = schedule @@ -4597,8 +4479,7 @@ extension DataZoneClientTypes { redshiftTempDir: Swift.String? = nil, status: DataZoneClientTypes.ConnectionStatus? = nil, storage: DataZoneClientTypes.RedshiftStorageProperties? = nil - ) - { + ) { self.credentials = credentials self.databaseName = databaseName self.isProvisionedSecret = isProvisionedSecret @@ -4685,8 +4566,7 @@ extension DataZoneClientTypes { pythonVirtualEnv: Swift.String? = nil, runtimeRole: Swift.String? = nil, trustedCertificatesS3Uri: Swift.String? = nil - ) - { + ) { self.computeArn = computeArn self.credentials = credentials self.credentialsExpiration = credentialsExpiration @@ -4737,8 +4617,7 @@ extension DataZoneClientTypes { numberOfWorkers: Swift.Int? = nil, pythonVirtualEnv: Swift.String? = nil, workerType: Swift.String? = nil - ) - { + ) { self.additionalArgs = additionalArgs self.glueConnectionName = glueConnectionName self.glueVersion = glueVersion @@ -4788,8 +4667,7 @@ extension DataZoneClientTypes { authenticationConfiguration: DataZoneClientTypes.AuthenticationConfigurationPatch? = nil, connectionProperties: [Swift.String: Swift.String]? = nil, description: Swift.String? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.connectionProperties = connectionProperties self.description = description @@ -4806,8 +4684,7 @@ extension DataZoneClientTypes { public init( glueConnectionInput: DataZoneClientTypes.GlueConnectionPatch? = nil - ) - { + ) { self.glueConnectionInput = glueConnectionInput } } @@ -4822,8 +4699,7 @@ extension DataZoneClientTypes { public init( glueLineageSyncEnabled: Swift.Bool? = nil - ) - { + ) { self.glueLineageSyncEnabled = glueLineageSyncEnabled } } @@ -4853,8 +4729,7 @@ extension DataZoneClientTypes { lineageSync: DataZoneClientTypes.RedshiftLineageSyncConfigurationInput? = nil, port: Swift.Int? = nil, storage: DataZoneClientTypes.RedshiftStorageProperties? = nil - ) - { + ) { self.credentials = credentials self.databaseName = databaseName self.host = host @@ -4897,8 +4772,7 @@ extension DataZoneClientTypes { pythonVirtualEnv: Swift.String? = nil, runtimeRole: Swift.String? = nil, trustedCertificatesS3Uri: Swift.String? = nil - ) - { + ) { self.computeArn = computeArn self.instanceProfileArn = instanceProfileArn self.javaVirtualEnv = javaVirtualEnv @@ -5068,8 +4942,7 @@ extension DataZoneClientTypes { sparkProperties: [Swift.String: Swift.String]? = nil, status: DataZoneClientTypes.ConnectionStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.athenaProperties = athenaProperties self.authenticationConfiguration = authenticationConfiguration self.compatibleComputeEnvironments = compatibleComputeEnvironments @@ -5163,8 +5036,7 @@ extension DataZoneClientTypes { port: Swift.Int? = nil, `protocol`: DataZoneClientTypes.ModelProtocol? = nil, stage: Swift.String? = nil - ) - { + ) { self.awsLocation = awsLocation self.glueConnection = glueConnection self.glueConnectionName = glueConnectionName @@ -5215,8 +5087,7 @@ extension DataZoneClientTypes { projectId: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesOutput? = nil, type: DataZoneClientTypes.ConnectionType? = nil - ) - { + ) { self.connectionId = connectionId self.domainId = domainId self.domainUnitId = domainUnitId @@ -5257,8 +5128,7 @@ public struct CreateConnectionInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, name: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesInput? = nil - ) - { + ) { self.awsLocation = awsLocation self.clientToken = clientToken self.description = description @@ -5313,8 +5183,7 @@ public struct CreateConnectionOutput: Swift.Sendable { projectId: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesOutput? = nil, type: DataZoneClientTypes.ConnectionType? = nil - ) - { + ) { self.connectionId = connectionId self.description = description self.domainId = domainId @@ -5379,8 +5248,7 @@ extension DataZoneClientTypes { identifier: Swift.String? = nil, itemType: DataZoneClientTypes.DataProductItemType? = nil, revision: Swift.String? = nil - ) - { + ) { self.glossaryTerms = glossaryTerms self.identifier = identifier self.itemType = itemType @@ -5419,8 +5287,7 @@ public struct CreateDataProductInput: Swift.Sendable { items: [DataZoneClientTypes.DataProductItem]? = nil, name: Swift.String? = nil, owningProjectIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -5520,8 +5387,7 @@ public struct CreateDataProductOutput: Swift.Sendable { owningProjectId: Swift.String? = nil, revision: Swift.String? = nil, status: DataZoneClientTypes.DataProductStatus? = .created - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -5574,8 +5440,7 @@ public struct CreateDataProductRevisionInput: Swift.Sendable { identifier: Swift.String? = nil, items: [DataZoneClientTypes.DataProductItem]? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -5643,8 +5508,7 @@ public struct CreateDataProductRevisionOutput: Swift.Sendable { owningProjectId: Swift.String? = nil, revision: Swift.String? = nil, status: DataZoneClientTypes.DataProductStatus? = .created - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -5710,8 +5574,7 @@ extension DataZoneClientTypes { public init( expression: Swift.String? = nil, type: DataZoneClientTypes.FilterExpressionType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -5734,8 +5597,7 @@ extension DataZoneClientTypes { databaseName: Swift.String? = nil, filterExpressions: [DataZoneClientTypes.FilterExpression]? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.filterExpressions = filterExpressions self.schemaName = schemaName @@ -5762,8 +5624,7 @@ extension DataZoneClientTypes { catalogName: Swift.String? = nil, dataAccessRole: Swift.String? = nil, relationalFilterConfigurations: [DataZoneClientTypes.RelationalFilterConfiguration]? = nil - ) - { + ) { self.autoImportDataQualityResult = autoImportDataQualityResult self.catalogName = catalogName self.dataAccessRole = dataAccessRole @@ -5782,8 +5643,7 @@ extension DataZoneClientTypes { public init( secretManagerArn: Swift.String? = nil - ) - { + ) { self.secretManagerArn = secretManagerArn } } @@ -5799,8 +5659,7 @@ extension DataZoneClientTypes { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -5816,8 +5675,7 @@ extension DataZoneClientTypes { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -5854,8 +5712,7 @@ extension DataZoneClientTypes { redshiftCredentialConfiguration: DataZoneClientTypes.RedshiftCredentialConfiguration? = nil, redshiftStorage: DataZoneClientTypes.RedshiftStorage? = nil, relationalFilterConfigurations: [DataZoneClientTypes.RelationalFilterConfiguration]? = nil - ) - { + ) { self.dataAccessRole = dataAccessRole self.redshiftCredentialConfiguration = redshiftCredentialConfiguration self.redshiftStorage = redshiftStorage @@ -5874,8 +5731,7 @@ extension DataZoneClientTypes { public init( trackingAssets: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.trackingAssets = trackingAssets } } @@ -5933,8 +5789,7 @@ extension DataZoneClientTypes { public init( enableBusinessNameGeneration: Swift.Bool? = nil - ) - { + ) { self.enableBusinessNameGeneration = enableBusinessNameGeneration } } @@ -6167,8 +6022,7 @@ extension DataZoneClientTypes { public init( schedule: Swift.String? = nil, timezone: DataZoneClientTypes.Timezone? = nil - ) - { + ) { self.schedule = schedule self.timezone = timezone } @@ -6230,8 +6084,7 @@ public struct CreateDataSourceInput: Swift.Sendable { recommendation: DataZoneClientTypes.RecommendationConfiguration? = nil, schedule: DataZoneClientTypes.ScheduleConfiguration? = nil, type: Swift.String? = nil - ) - { + ) { self.assetFormsInput = assetFormsInput self.clientToken = clientToken self.configuration = configuration @@ -6279,8 +6132,7 @@ extension DataZoneClientTypes { dataAccessRole: Swift.String? = nil, region: Swift.String? = nil, relationalFilterConfigurations: [DataZoneClientTypes.RelationalFilterConfiguration]? = nil - ) - { + ) { self.accountId = accountId self.autoImportDataQualityResult = autoImportDataQualityResult self.catalogName = catalogName @@ -6317,8 +6169,7 @@ extension DataZoneClientTypes { redshiftStorage: DataZoneClientTypes.RedshiftStorage? = nil, region: Swift.String? = nil, relationalFilterConfigurations: [DataZoneClientTypes.RelationalFilterConfiguration]? = nil - ) - { + ) { self.accountId = accountId self.dataAccessRole = dataAccessRole self.redshiftCredentialConfiguration = redshiftCredentialConfiguration @@ -6345,8 +6196,7 @@ extension DataZoneClientTypes { accountId: Swift.String? = nil, region: Swift.String? = nil, trackingAssets: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.accountId = accountId self.region = region self.trackingAssets = trackingAssets @@ -6425,8 +6275,7 @@ extension DataZoneClientTypes { public init( errorDetail: Swift.String? = nil, errorType: DataZoneClientTypes.DataSourceErrorType? = nil - ) - { + ) { self.errorDetail = errorDetail self.errorType = errorType } @@ -6588,8 +6437,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.assetFormsOutput = assetFormsOutput self.configuration = configuration self.connectionId = connectionId @@ -6689,8 +6537,7 @@ extension DataZoneClientTypes { public init( type: DataZoneClientTypes.AuthType? = nil, userAssignment: DataZoneClientTypes.UserAssignment? = nil - ) - { + ) { self.type = type self.userAssignment = userAssignment } @@ -6729,8 +6576,7 @@ public struct CreateDomainInput: Swift.Sendable { serviceRole: Swift.String? = nil, singleSignOn: DataZoneClientTypes.SingleSignOn? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainExecutionRole = domainExecutionRole @@ -6827,8 +6673,7 @@ public struct CreateDomainOutput: Swift.Sendable { singleSignOn: DataZoneClientTypes.SingleSignOn? = nil, status: DataZoneClientTypes.DomainStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.description = description self.domainExecutionRole = domainExecutionRole @@ -6866,8 +6711,7 @@ public struct CreateDomainUnitInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, name: Swift.String? = nil, parentDomainUnitIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -6890,8 +6734,7 @@ extension DataZoneClientTypes { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -6906,8 +6749,7 @@ extension DataZoneClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -6960,8 +6802,7 @@ public struct CreateDomainUnitOutput: Swift.Sendable { name: Swift.String? = nil, owners: [DataZoneClientTypes.DomainUnitOwnerProperties]? = nil, parentDomainUnitId: Swift.String? = nil - ) - { + ) { self.ancestorDomainUnitIds = ancestorDomainUnitIds self.createdAt = createdAt self.createdBy = createdBy @@ -6991,8 +6832,7 @@ extension DataZoneClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -7042,8 +6882,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { name: Swift.String? = nil, projectIdentifier: Swift.String? = nil, userParameters: [DataZoneClientTypes.EnvironmentParameter]? = nil - ) - { + ) { self.deploymentOrder = deploymentOrder self.description = description self.domainIdentifier = domainIdentifier @@ -7071,8 +6910,7 @@ extension DataZoneClientTypes { public init( endTimeoutMinutes: Swift.Int? = nil, startTimeoutMinutes: Swift.Int? = nil - ) - { + ) { self.endTimeoutMinutes = endTimeoutMinutes self.startTimeoutMinutes = startTimeoutMinutes } @@ -7159,8 +6997,7 @@ extension DataZoneClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7191,8 +7028,7 @@ extension DataZoneClientTypes { failureReason: DataZoneClientTypes.EnvironmentError? = nil, isDeploymentComplete: Swift.Bool? = nil, messages: [Swift.String]? = nil - ) - { + ) { self.deploymentId = deploymentId self.deploymentStatus = deploymentStatus self.deploymentType = deploymentType @@ -7223,8 +7059,7 @@ extension DataZoneClientTypes { provider: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.provider = provider self.type = type @@ -7331,8 +7166,7 @@ extension DataZoneClientTypes { isEditable: Swift.Bool? = nil, isOptional: Swift.Bool? = nil, keyName: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.fieldType = fieldType @@ -7419,8 +7253,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { status: DataZoneClientTypes.EnvironmentStatus? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -7472,8 +7305,7 @@ public struct CreateEnvironmentActionInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier @@ -7508,8 +7340,7 @@ public struct CreateEnvironmentActionOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainId = domainId self.environmentId = environmentId @@ -7550,8 +7381,7 @@ public struct CreateEnvironmentProfileInput: Swift.Sendable { name: Swift.String? = nil, projectIdentifier: Swift.String? = nil, userParameters: [DataZoneClientTypes.EnvironmentParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.description = description @@ -7612,8 +7442,7 @@ public struct CreateEnvironmentProfileOutput: Swift.Sendable { projectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -7698,8 +7527,7 @@ public struct CreateFormTypeInput: Swift.Sendable { name: Swift.String? = nil, owningProjectIdentifier: Swift.String? = nil, status: DataZoneClientTypes.FormTypeStatus? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.model = model @@ -7741,8 +7569,7 @@ public struct CreateFormTypeOutput: Swift.Sendable { originProjectId: Swift.String? = nil, owningProjectId: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.description = description self.domainId = domainId self.name = name @@ -7811,8 +7638,7 @@ public struct CreateGlossaryInput: Swift.Sendable { name: Swift.String? = nil, owningProjectIdentifier: Swift.String? = nil, status: DataZoneClientTypes.GlossaryStatus? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -7852,8 +7678,7 @@ public struct CreateGlossaryOutput: Swift.Sendable { name: Swift.String? = nil, owningProjectId: Swift.String? = nil, status: DataZoneClientTypes.GlossaryStatus? = nil - ) - { + ) { self.description = description self.domainId = domainId self.id = id @@ -7909,8 +7734,7 @@ extension DataZoneClientTypes { public init( classifies: [Swift.String]? = nil, isa: [Swift.String]? = nil - ) - { + ) { self.classifies = classifies self.isa = isa } @@ -7947,8 +7771,7 @@ public struct CreateGlossaryTermInput: Swift.Sendable { shortDescription: Swift.String? = nil, status: DataZoneClientTypes.GlossaryTermStatus? = nil, termRelations: DataZoneClientTypes.TermRelations? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.glossaryIdentifier = glossaryIdentifier @@ -7997,8 +7820,7 @@ public struct CreateGlossaryTermOutput: Swift.Sendable { shortDescription: Swift.String? = nil, status: DataZoneClientTypes.GlossaryTermStatus? = nil, termRelations: DataZoneClientTypes.TermRelations? = nil - ) - { + ) { self.domainId = domainId self.glossaryId = glossaryId self.id = id @@ -8029,8 +7851,7 @@ public struct CreateGroupProfileInput: Swift.Sendable { clientToken: Swift.String? = nil, domainIdentifier: Swift.String? = nil, groupIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.groupIdentifier = groupIdentifier @@ -8081,8 +7902,7 @@ public struct CreateGroupProfileOutput: Swift.Sendable { groupName: Swift.String? = nil, id: Swift.String? = nil, status: DataZoneClientTypes.GroupProfileStatus? = nil - ) - { + ) { self.domainId = domainId self.groupName = groupName self.id = id @@ -8149,8 +7969,7 @@ public struct CreateListingChangeSetInput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityRevision: Swift.String? = nil, entityType: DataZoneClientTypes.EntityType? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.domainIdentifier = domainIdentifier @@ -8175,8 +7994,7 @@ public struct CreateListingChangeSetOutput: Swift.Sendable { listingId: Swift.String? = nil, listingRevision: Swift.String? = nil, status: DataZoneClientTypes.ListingStatus? = nil - ) - { + ) { self.listingId = listingId self.listingRevision = listingRevision self.status = status @@ -8195,8 +8013,7 @@ extension DataZoneClientTypes { public init( environmentConfigurationName: Swift.String? = nil, environmentParameters: [DataZoneClientTypes.EnvironmentParameter]? = nil - ) - { + ) { self.environmentConfigurationName = environmentConfigurationName self.environmentParameters = environmentParameters } @@ -8234,8 +8051,7 @@ public struct CreateProjectInput: Swift.Sendable { name: Swift.String? = nil, projectProfileId: Swift.String? = nil, userParameters: [DataZoneClientTypes.EnvironmentConfigurationUserParameter]? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.domainUnitId = domainUnitId @@ -8301,8 +8117,7 @@ extension DataZoneClientTypes { public init( environmentFailureReasons: [Swift.String: [DataZoneClientTypes.EnvironmentError]]? = nil, overallDeploymentStatus: DataZoneClientTypes.OverallDeploymentStatus? = nil - ) - { + ) { self.environmentFailureReasons = environmentFailureReasons self.overallDeploymentStatus = overallDeploymentStatus } @@ -8321,8 +8136,7 @@ extension DataZoneClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8410,8 +8224,7 @@ public struct CreateProjectOutput: Swift.Sendable { projectProfileId: Swift.String? = nil, projectStatus: DataZoneClientTypes.ProjectStatus? = nil, userParameters: [DataZoneClientTypes.EnvironmentConfigurationUserParameter]? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -8503,8 +8316,7 @@ public struct CreateProjectMembershipInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, member: DataZoneClientTypes.Member? = nil, projectIdentifier: Swift.String? = nil - ) - { + ) { self.designation = designation self.domainIdentifier = domainIdentifier self.member = member @@ -8544,8 +8356,7 @@ extension DataZoneClientTypes { isEditable: Swift.Bool? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isEditable = isEditable self.name = name self.value = value @@ -8568,8 +8379,7 @@ extension DataZoneClientTypes { parameterOverrides: [DataZoneClientTypes.EnvironmentConfigurationParameter]? = nil, resolvedParameters: [DataZoneClientTypes.EnvironmentConfigurationParameter]? = nil, ssmPath: Swift.String? = nil - ) - { + ) { self.parameterOverrides = parameterOverrides self.resolvedParameters = resolvedParameters self.ssmPath = ssmPath @@ -8643,8 +8453,7 @@ extension DataZoneClientTypes { environmentBlueprintId: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.awsAccount = awsAccount self.awsRegion = awsRegion self.configurationParameters = configurationParameters @@ -8715,8 +8524,7 @@ public struct CreateProjectProfileInput: Swift.Sendable { environmentConfigurations: [DataZoneClientTypes.EnvironmentConfiguration]? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.domainUnitIdentifier = domainUnitIdentifier @@ -8768,8 +8576,7 @@ public struct CreateProjectProfileOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -8828,8 +8635,7 @@ extension DataZoneClientTypes { public init( typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.typeIdentifier = typeIdentifier self.typeRevision = typeRevision } @@ -8845,8 +8651,7 @@ extension DataZoneClientTypes { public init( requiredMetadataForms: [DataZoneClientTypes.MetadataFormReference]? = nil - ) - { + ) { self.requiredMetadataForms = requiredMetadataForms } } @@ -8875,8 +8680,7 @@ extension DataZoneClientTypes { public init( selectionMode: DataZoneClientTypes.RuleScopeSelectionMode? = nil, specificProjects: [Swift.String]? = nil - ) - { + ) { self.selectionMode = selectionMode self.specificProjects = specificProjects } @@ -8898,8 +8702,7 @@ extension DataZoneClientTypes { assetType: DataZoneClientTypes.AssetTypesForRule? = nil, dataProduct: Swift.Bool? = nil, project: DataZoneClientTypes.ProjectsForRule? = nil - ) - { + ) { self.assetType = assetType self.dataProduct = dataProduct self.project = project @@ -8920,8 +8723,7 @@ extension DataZoneClientTypes { public init( domainUnitId: Swift.String? = nil, includeChildDomainUnits: Swift.Bool? = nil - ) - { + ) { self.domainUnitId = domainUnitId self.includeChildDomainUnits = includeChildDomainUnits } @@ -8971,8 +8773,7 @@ public struct CreateRuleInput: Swift.Sendable { name: Swift.String? = nil, scope: DataZoneClientTypes.RuleScope? = nil, target: DataZoneClientTypes.RuleTarget? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.description = description @@ -9086,8 +8887,7 @@ public struct CreateRuleOutput: Swift.Sendable { scope: DataZoneClientTypes.RuleScope? = nil, target: DataZoneClientTypes.RuleTarget? = nil, targetType: DataZoneClientTypes.RuleTargetType? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.createdBy = createdBy @@ -9121,8 +8921,7 @@ extension DataZoneClientTypes { public init( identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.revision = revision } @@ -9163,8 +8962,7 @@ public struct CreateSubscriptionGrantInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, grantedEntity: DataZoneClientTypes.GrantedEntityInput? = nil, subscriptionTargetIdentifier: Swift.String? = nil - ) - { + ) { self.assetTargetNames = assetTargetNames self.clientToken = clientToken self.domainIdentifier = domainIdentifier @@ -9183,8 +8981,7 @@ extension DataZoneClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -9270,8 +9067,7 @@ extension DataZoneClientTypes { grantedTimestamp: Foundation.Date? = nil, status: DataZoneClientTypes.SubscriptionGrantStatus? = nil, targetName: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.assetRevision = assetRevision self.assetScope = assetScope @@ -9298,8 +9094,7 @@ extension DataZoneClientTypes { public init( id: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.id = id self.revision = revision } @@ -9405,8 +9200,7 @@ public struct CreateSubscriptionGrantOutput: Swift.Sendable { subscriptionTargetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.assets = assets self.createdAt = createdAt self.createdBy = createdBy @@ -9431,8 +9225,7 @@ extension DataZoneClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -9447,8 +9240,7 @@ extension DataZoneClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -9489,8 +9281,7 @@ public struct CreateSubscriptionRequestInput: Swift.Sendable { requestReason: Swift.String? = nil, subscribedListings: [DataZoneClientTypes.SubscribedListingInput]? = nil, subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipalInput]? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.metadataForms = metadataForms @@ -9559,8 +9350,7 @@ public struct CreateSubscriptionRequestOutput: Swift.Sendable { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -9597,8 +9387,7 @@ extension DataZoneClientTypes { public init( content: Swift.String? = nil, formName: Swift.String? = nil - ) - { + ) { self.content = content self.formName = formName } @@ -9646,8 +9435,7 @@ public struct CreateSubscriptionTargetInput: Swift.Sendable { provider: Swift.String? = nil, subscriptionTargetConfig: [DataZoneClientTypes.SubscriptionTargetForm]? = nil, type: Swift.String? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.clientToken = clientToken @@ -9726,8 +9514,7 @@ public struct CreateSubscriptionTargetOutput: Swift.Sendable { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.createdAt = createdAt @@ -9800,8 +9587,7 @@ public struct CreateUserProfileInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, userIdentifier: Swift.String? = nil, userType: DataZoneClientTypes.UserType? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.userIdentifier = userIdentifier @@ -9818,8 +9604,7 @@ extension DataZoneClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -9840,8 +9625,7 @@ extension DataZoneClientTypes { firstName: Swift.String? = nil, lastName: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.firstName = firstName self.lastName = lastName self.username = username @@ -9948,8 +9732,7 @@ public struct CreateUserProfileOutput: Swift.Sendable { id: Swift.String? = nil, status: DataZoneClientTypes.UserProfileStatus? = nil, type: DataZoneClientTypes.UserProfileType? = nil - ) - { + ) { self.details = details self.domainId = domainId self.id = id @@ -10016,8 +9799,7 @@ public struct DeleteDataProductInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -10042,8 +9824,7 @@ public struct GetDataProductInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.revision = revision @@ -10101,8 +9882,7 @@ public struct GetDataProductOutput: Swift.Sendable { owningProjectId: Swift.String? = nil, revision: Swift.String? = nil, status: DataZoneClientTypes.DataProductStatus? = .created - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -10140,8 +9920,7 @@ extension DataZoneClientTypes { glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil, listingId: Swift.String? = nil, listingRevision: Swift.String? = nil - ) - { + ) { self.glossaryTerms = glossaryTerms self.listingId = listingId self.listingRevision = listingRevision @@ -10176,8 +9955,7 @@ extension DataZoneClientTypes { glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil, items: [DataZoneClientTypes.ListingSummary]? = nil, owningProjectId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.dataProductId = dataProductId self.dataProductRevision = dataProductRevision @@ -10198,8 +9976,7 @@ extension DataZoneClientTypes { public init( forms: Swift.String? = nil - ) - { + ) { self.forms = forms } } @@ -10220,8 +9997,7 @@ extension DataZoneClientTypes { glossaryTerms: [DataZoneClientTypes.DetailedGlossaryTerm]? = nil, listingId: Swift.String? = nil, listingRevision: Swift.String? = nil - ) - { + ) { self.glossaryTerms = glossaryTerms self.listingId = listingId self.listingRevision = listingRevision @@ -10274,8 +10050,7 @@ extension DataZoneClientTypes { listingUpdatedBy: Swift.String? = nil, name: Swift.String? = nil, owningProjectId: Swift.String? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.createdAt = createdAt self.description = description @@ -10338,8 +10113,7 @@ extension DataZoneClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, owningProjectId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -10380,8 +10154,7 @@ extension DataZoneClientTypes { domainId: Swift.String? = nil, id: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -10409,8 +10182,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, retainPermissionsOnRevokeFailure: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -10482,8 +10254,7 @@ extension DataZoneClientTypes { failureCause: Swift.String? = nil, schemaName: Swift.String? = nil, status: DataZoneClientTypes.SelfGrantStatus? = nil - ) - { + ) { self.databaseName = databaseName self.failureCause = failureCause self.schemaName = schemaName @@ -10502,8 +10273,7 @@ extension DataZoneClientTypes { public init( selfGrantStatusDetails: [DataZoneClientTypes.SelfGrantStatusDetail]? = nil - ) - { + ) { self.selfGrantStatusDetails = selfGrantStatusDetails } } @@ -10519,8 +10289,7 @@ extension DataZoneClientTypes { public init( selfGrantStatusDetails: [DataZoneClientTypes.SelfGrantStatusDetail]? = nil - ) - { + ) { self.selfGrantStatusDetails = selfGrantStatusDetails } } @@ -10611,8 +10380,7 @@ public struct DeleteDataSourceOutput: Swift.Sendable { status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.assetFormsOutput = assetFormsOutput self.configuration = configuration self.connectionId = connectionId @@ -10654,8 +10422,7 @@ public struct GetDataSourceInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -10737,8 +10504,7 @@ public struct GetDataSourceOutput: Swift.Sendable { status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.assetFormsOutput = assetFormsOutput self.configuration = configuration self.connectionId = connectionId @@ -10802,8 +10568,7 @@ public struct ListDataSourcesInput: Swift.Sendable { projectIdentifier: Swift.String? = nil, status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil - ) - { + ) { self.connectionIdentifier = connectionIdentifier self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier @@ -10880,8 +10645,7 @@ extension DataZoneClientTypes { status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.connectionId = connectionId self.createdAt = createdAt self.dataSourceId = dataSourceId @@ -10917,8 +10681,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DataSourceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -10962,8 +10725,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { recommendation: DataZoneClientTypes.RecommendationConfiguration? = nil, retainPermissionsOnRevokeFailure: Swift.Bool? = nil, schedule: DataZoneClientTypes.ScheduleConfiguration? = nil - ) - { + ) { self.assetFormsInput = assetFormsInput self.configuration = configuration self.description = description @@ -11059,8 +10821,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { status: DataZoneClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.assetFormsOutput = assetFormsOutput self.configuration = configuration self.connectionId = connectionId @@ -11136,8 +10897,7 @@ extension DataZoneClientTypes { public init( importStatus: DataZoneClientTypes.LineageImportStatus? = nil - ) - { + ) { self.importStatus = importStatus } } @@ -11183,8 +10943,7 @@ public struct GetDataSourceRunInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11211,8 +10970,7 @@ extension DataZoneClientTypes { skipped: Swift.Int? = nil, unchanged: Swift.Int? = nil, updated: Swift.Int? = nil - ) - { + ) { self.added = added self.failed = failed self.skipped = skipped @@ -11275,8 +11033,7 @@ public struct GetDataSourceRunOutput: Swift.Sendable { stoppedAt: Foundation.Date? = nil, type: DataZoneClientTypes.DataSourceRunType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataSourceConfigurationSnapshot = dataSourceConfigurationSnapshot self.dataSourceId = dataSourceId @@ -11314,8 +11071,7 @@ public struct ListDataSourceRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: DataZoneClientTypes.DataSourceRunStatus? = nil - ) - { + ) { self.dataSourceIdentifier = dataSourceIdentifier self.domainIdentifier = domainIdentifier self.maxResults = maxResults @@ -11373,8 +11129,7 @@ extension DataZoneClientTypes { stoppedAt: Foundation.Date? = nil, type: DataZoneClientTypes.DataSourceRunType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataSourceId = dataSourceId self.errorMessage = errorMessage @@ -11401,8 +11156,7 @@ public struct ListDataSourceRunsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DataSourceRunSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -11422,8 +11176,7 @@ public struct StartDataSourceRunInput: Swift.Sendable { clientToken: Swift.String? = nil, dataSourceIdentifier: Swift.String? = nil, domainIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataSourceIdentifier = dataSourceIdentifier self.domainIdentifier = domainIdentifier @@ -11480,8 +11233,7 @@ public struct StartDataSourceRunOutput: Swift.Sendable { stoppedAt: Foundation.Date? = nil, type: DataZoneClientTypes.DataSourceRunType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataSourceConfigurationSnapshot = dataSourceConfigurationSnapshot self.dataSourceId = dataSourceId @@ -11548,8 +11300,7 @@ extension DataZoneClientTypes { errorMessage: Swift.String? = nil, eventId: Swift.String? = nil, eventStatus: DataZoneClientTypes.LineageEventProcessingStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.eventId = eventId self.eventStatus = eventStatus @@ -11603,8 +11354,7 @@ extension DataZoneClientTypes { technicalDescription: Swift.String? = nil, technicalName: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataAssetId = dataAssetId self.dataAssetStatus = dataAssetStatus @@ -11640,8 +11390,7 @@ public struct DeleteAssetFilterInput: Swift.Sendable { assetIdentifier: Swift.String? = nil, domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -11659,8 +11408,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11672,8 +11420,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11689,8 +11436,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11711,8 +11457,7 @@ public struct DeleteEnvironmentActionInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.identifier = identifier @@ -11730,8 +11475,7 @@ public struct DeleteEnvironmentProfileInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11751,8 +11495,7 @@ public struct DeleteProjectInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, skipDeletionCheck: Swift.Bool? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.skipDeletionCheck = skipDeletionCheck @@ -11779,8 +11522,7 @@ public struct DeleteProjectMembershipInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, member: DataZoneClientTypes.Member? = nil, projectIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.member = member self.projectIdentifier = projectIdentifier @@ -11803,8 +11545,7 @@ public struct DeleteProjectProfileInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11826,8 +11567,7 @@ public struct DeleteSubscriptionGrantInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11878,8 +11618,7 @@ public struct DeleteSubscriptionGrantOutput: Swift.Sendable { subscriptionTargetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.assets = assets self.createdAt = createdAt self.createdBy = createdBy @@ -11905,8 +11644,7 @@ public struct DeleteSubscriptionRequestInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -11927,8 +11665,7 @@ public struct DeleteSubscriptionTargetInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.identifier = identifier @@ -11986,8 +11723,7 @@ public struct DeleteTimeSeriesDataPointsInput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityType: DataZoneClientTypes.TimeSeriesEntityType? = nil, formName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier @@ -12016,8 +11752,7 @@ public struct DisassociateEnvironmentRoleInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, environmentRoleArn: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.environmentRoleArn = environmentRoleArn @@ -12042,8 +11777,7 @@ public struct DeleteDomainInput: Swift.Sendable { clientToken: Swift.String? = nil, identifier: Swift.String? = nil, skipDeletionCheck: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.identifier = identifier self.skipDeletionCheck = skipDeletionCheck @@ -12057,8 +11791,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( status: DataZoneClientTypes.DomainStatus? = nil - ) - { + ) { self.status = status } } @@ -12070,8 +11803,7 @@ public struct GetDomainInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -12127,8 +11859,7 @@ public struct GetDomainOutput: Swift.Sendable { singleSignOn: DataZoneClientTypes.SingleSignOn? = nil, status: DataZoneClientTypes.DomainStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -12159,8 +11890,7 @@ public struct ListDomainsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: DataZoneClientTypes.DomainStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -12209,8 +11939,7 @@ extension DataZoneClientTypes { name: Swift.String? = nil, portalUrl: Swift.String? = nil, status: DataZoneClientTypes.DomainStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -12240,8 +11969,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -12272,8 +12000,7 @@ public struct UpdateDomainInput: Swift.Sendable { name: Swift.String? = nil, serviceRole: Swift.String? = nil, singleSignOn: DataZoneClientTypes.SingleSignOn? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainExecutionRole = domainExecutionRole @@ -12312,8 +12039,7 @@ public struct UpdateDomainOutput: Swift.Sendable { rootDomainUnitId: Swift.String? = nil, serviceRole: Swift.String? = nil, singleSignOn: DataZoneClientTypes.SingleSignOn? = nil - ) - { + ) { self.description = description self.domainExecutionRole = domainExecutionRole self.id = id @@ -12336,8 +12062,7 @@ public struct DeleteDomainUnitInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -12359,8 +12084,7 @@ public struct GetDomainUnitInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -12403,8 +12127,7 @@ public struct GetDomainUnitOutput: Swift.Sendable { name: Swift.String? = nil, owners: [DataZoneClientTypes.DomainUnitOwnerProperties]? = nil, parentDomainUnitId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -12440,8 +12163,7 @@ public struct ListDomainUnitsForParentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parentDomainUnitIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -12463,8 +12185,7 @@ extension DataZoneClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -12481,8 +12202,7 @@ public struct ListDomainUnitsForParentOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DomainUnitSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -12505,8 +12225,7 @@ public struct UpdateDomainUnitInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -12556,8 +12275,7 @@ public struct UpdateDomainUnitOutput: Swift.Sendable { name: Swift.String? = nil, owners: [DataZoneClientTypes.DomainUnitOwnerProperties]? = nil, parentDomainUnitId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -12587,8 +12305,7 @@ public struct DeleteEnvironmentBlueprintConfigurationInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, environmentBlueprintIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentBlueprintIdentifier = environmentBlueprintIdentifier } @@ -12610,8 +12327,7 @@ public struct GetEnvironmentBlueprintConfigurationInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, environmentBlueprintIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentBlueprintIdentifier = environmentBlueprintIdentifier } @@ -12629,8 +12345,7 @@ extension DataZoneClientTypes { public init( locationRegistrationExcludeS3Locations: [Swift.String]? = nil, locationRegistrationRole: Swift.String? = nil - ) - { + ) { self.locationRegistrationExcludeS3Locations = locationRegistrationExcludeS3Locations self.locationRegistrationRole = locationRegistrationRole } @@ -12682,8 +12397,7 @@ public struct GetEnvironmentBlueprintConfigurationOutput: Swift.Sendable { provisioningRoleArn: Swift.String? = nil, regionalParameters: [Swift.String: [Swift.String: Swift.String]]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.enabledRegions = enabledRegions @@ -12710,8 +12424,7 @@ public struct ListEnvironmentBlueprintConfigurationsInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -12756,8 +12469,7 @@ extension DataZoneClientTypes { provisioningRoleArn: Swift.String? = nil, regionalParameters: [Swift.String: [Swift.String: Swift.String]]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.enabledRegions = enabledRegions @@ -12781,8 +12493,7 @@ public struct ListEnvironmentBlueprintConfigurationsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.EnvironmentBlueprintConfigurationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -12818,8 +12529,7 @@ public struct PutEnvironmentBlueprintConfigurationInput: Swift.Sendable { provisioningConfigurations: [DataZoneClientTypes.ProvisioningConfiguration]? = nil, provisioningRoleArn: Swift.String? = nil, regionalParameters: [Swift.String: [Swift.String: Swift.String]]? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.enabledRegions = enabledRegions self.environmentBlueprintIdentifier = environmentBlueprintIdentifier @@ -12866,8 +12576,7 @@ public struct PutEnvironmentBlueprintConfigurationOutput: Swift.Sendable { provisioningRoleArn: Swift.String? = nil, regionalParameters: [Swift.String: [Swift.String: Swift.String]]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.enabledRegions = enabledRegions @@ -12892,8 +12601,7 @@ public struct DeleteFormTypeInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, formTypeIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.formTypeIdentifier = formTypeIdentifier } @@ -12918,8 +12626,7 @@ public struct GetFormTypeInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, formTypeIdentifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.formTypeIdentifier = formTypeIdentifier self.revision = revision @@ -12940,8 +12647,7 @@ extension DataZoneClientTypes { public init( name: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.name = name self.revision = revision } @@ -12996,8 +12702,7 @@ public struct GetFormTypeOutput: Swift.Sendable { owningProjectId: Swift.String? = nil, revision: Swift.String? = nil, status: DataZoneClientTypes.FormTypeStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -13033,8 +12738,7 @@ public struct GetAssetFilterInput: Swift.Sendable { assetIdentifier: Swift.String? = nil, domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -13055,8 +12759,7 @@ public struct GetConnectionInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, withSecret: Swift.Bool? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.withSecret = withSecret @@ -13108,8 +12811,7 @@ public struct GetConnectionOutput: Swift.Sendable { projectId: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesOutput? = nil, type: DataZoneClientTypes.ConnectionType? = nil - ) - { + ) { self.connectionCredentials = connectionCredentials self.connectionId = connectionId self.description = description @@ -13141,8 +12843,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -13219,8 +12920,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { status: DataZoneClientTypes.EnvironmentStatus? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -13265,8 +12965,7 @@ public struct GetEnvironmentActionInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.identifier = identifier @@ -13299,8 +12998,7 @@ public struct GetEnvironmentActionOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainId = domainId self.environmentId = environmentId @@ -13321,8 +13019,7 @@ public struct GetEnvironmentBlueprintInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -13365,8 +13062,7 @@ public struct GetEnvironmentBlueprintOutput: Swift.Sendable { provisioningProperties: DataZoneClientTypes.ProvisioningProperties? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.createdAt = createdAt self.deploymentProperties = deploymentProperties self.description = description @@ -13396,8 +13092,7 @@ public struct GetEnvironmentCredentialsInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier } @@ -13418,8 +13113,7 @@ public struct GetEnvironmentCredentialsOutput: Swift.Sendable { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -13444,8 +13138,7 @@ public struct GetEnvironmentProfileInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -13495,8 +13188,7 @@ public struct GetEnvironmentProfileOutput: Swift.Sendable { projectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -13528,8 +13220,7 @@ public struct GetGroupProfileInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, groupIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.groupIdentifier = groupIdentifier } @@ -13550,8 +13241,7 @@ public struct GetGroupProfileOutput: Swift.Sendable { groupName: Swift.String? = nil, id: Swift.String? = nil, status: DataZoneClientTypes.GroupProfileStatus? = nil - ) - { + ) { self.domainId = domainId self.groupName = groupName self.id = id @@ -13571,8 +13261,7 @@ public struct GetIamPortalLoginUrlInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier } } @@ -13587,8 +13276,7 @@ public struct GetIamPortalLoginUrlOutput: Swift.Sendable { public init( authCodeUrl: Swift.String? = nil, userProfileId: Swift.String? = nil - ) - { + ) { self.authCodeUrl = authCodeUrl self.userProfileId = userProfileId } @@ -13605,8 +13293,7 @@ public struct GetJobRunInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -13633,8 +13320,7 @@ extension DataZoneClientTypes { queryEndTime: Foundation.Date? = nil, queryStartTime: Foundation.Date? = nil, totalQueriesProcessed: Swift.Int? = nil - ) - { + ) { self.errorMessages = errorMessages self.numQueriesFailed = numQueriesFailed self.queryEndTime = queryEndTime @@ -13653,8 +13339,7 @@ extension DataZoneClientTypes { public init( sqlQueryRunDetails: DataZoneClientTypes.LineageSqlQueryRunDetails? = nil - ) - { + ) { self.sqlQueryRunDetails = sqlQueryRunDetails } } @@ -13680,8 +13365,7 @@ extension DataZoneClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -13828,8 +13512,7 @@ public struct GetJobRunOutput: Swift.Sendable { runMode: DataZoneClientTypes.JobRunMode? = nil, startTime: Foundation.Date? = nil, status: DataZoneClientTypes.JobRunStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.details = details @@ -13856,8 +13539,7 @@ public struct GetLineageEventInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -13887,8 +13569,7 @@ public struct GetLineageEventOutput: Swift.Sendable { eventTime: Foundation.Date? = nil, id: Swift.String? = nil, processingStatus: DataZoneClientTypes.LineageEventProcessingStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -13918,8 +13599,7 @@ public struct GetLineageNodeInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, eventTimestamp: Foundation.Date? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.eventTimestamp = eventTimestamp self.identifier = identifier @@ -13938,8 +13618,7 @@ extension DataZoneClientTypes { public init( eventTimestamp: Foundation.Date? = nil, id: Swift.String? = nil - ) - { + ) { self.eventTimestamp = eventTimestamp self.id = id } @@ -13997,8 +13676,7 @@ public struct GetLineageNodeOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, upstreamNodes: [DataZoneClientTypes.LineageNodeReference]? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -14028,8 +13706,7 @@ public struct GetProjectInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14084,8 +13761,7 @@ public struct GetProjectOutput: Swift.Sendable { projectProfileId: Swift.String? = nil, projectStatus: DataZoneClientTypes.ProjectStatus? = nil, userParameters: [DataZoneClientTypes.EnvironmentConfigurationUserParameter]? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -14119,8 +13795,7 @@ public struct GetProjectProfileInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14163,8 +13838,7 @@ public struct GetProjectProfileOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -14194,8 +13868,7 @@ public struct GetSubscriptionInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14245,8 +13918,7 @@ public struct GetSubscriptionOutput: Swift.Sendable { subscriptionRequestId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -14272,8 +13944,7 @@ public struct GetSubscriptionGrantInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14324,8 +13995,7 @@ public struct GetSubscriptionGrantOutput: Swift.Sendable { subscriptionTargetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.assets = assets self.createdAt = createdAt self.createdBy = createdBy @@ -14351,8 +14021,7 @@ public struct GetSubscriptionRequestDetailsInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14412,8 +14081,7 @@ public struct GetSubscriptionRequestDetailsOutput: Swift.Sendable { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -14451,8 +14119,7 @@ public struct GetSubscriptionTargetInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.identifier = identifier @@ -14519,8 +14186,7 @@ public struct GetSubscriptionTargetOutput: Swift.Sendable { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.createdAt = createdAt @@ -14567,8 +14233,7 @@ public struct GetTimeSeriesDataPointInput: Swift.Sendable { entityType: DataZoneClientTypes.TimeSeriesEntityType? = nil, formName: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier self.entityType = entityType @@ -14604,8 +14269,7 @@ extension DataZoneClientTypes { timestamp: Foundation.Date? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.content = content self.formName = formName self.id = id @@ -14634,8 +14298,7 @@ public struct GetTimeSeriesDataPointOutput: Swift.Sendable { entityType: DataZoneClientTypes.TimeSeriesEntityType? = nil, form: DataZoneClientTypes.TimeSeriesDataPointFormOutput? = nil, formName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.entityId = entityId self.entityType = entityType @@ -14658,8 +14321,7 @@ public struct GetUserProfileInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, type: DataZoneClientTypes.UserProfileType? = nil, userIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.type = type self.userIdentifier = userIdentifier @@ -14684,8 +14346,7 @@ public struct GetUserProfileOutput: Swift.Sendable { id: Swift.String? = nil, status: DataZoneClientTypes.UserProfileStatus? = nil, type: DataZoneClientTypes.UserProfileType? = nil - ) - { + ) { self.details = details self.domainId = domainId self.id = id @@ -14705,8 +14366,7 @@ public struct DeleteGlossaryInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14728,8 +14388,7 @@ public struct GetGlossaryInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14773,8 +14432,7 @@ public struct GetGlossaryOutput: Swift.Sendable { status: DataZoneClientTypes.GlossaryStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -14816,8 +14474,7 @@ public struct UpdateGlossaryInput: Swift.Sendable { identifier: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.GlossaryStatus? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainIdentifier = domainIdentifier @@ -14857,8 +14514,7 @@ public struct UpdateGlossaryOutput: Swift.Sendable { name: Swift.String? = nil, owningProjectId: Swift.String? = nil, status: DataZoneClientTypes.GlossaryStatus? = nil - ) - { + ) { self.description = description self.domainId = domainId self.id = id @@ -14884,8 +14540,7 @@ public struct DeleteGlossaryTermInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14907,8 +14562,7 @@ public struct GetGlossaryTermInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -14958,8 +14612,7 @@ public struct GetGlossaryTermOutput: Swift.Sendable { termRelations: DataZoneClientTypes.TermRelations? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -15009,8 +14662,7 @@ public struct UpdateGlossaryTermInput: Swift.Sendable { shortDescription: Swift.String? = nil, status: DataZoneClientTypes.GlossaryTermStatus? = nil, termRelations: DataZoneClientTypes.TermRelations? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.glossaryIdentifier = glossaryIdentifier self.identifier = identifier @@ -15059,8 +14711,7 @@ public struct UpdateGlossaryTermOutput: Swift.Sendable { shortDescription: Swift.String? = nil, status: DataZoneClientTypes.GlossaryTermStatus? = nil, termRelations: DataZoneClientTypes.TermRelations? = nil - ) - { + ) { self.domainId = domainId self.glossaryId = glossaryId self.id = id @@ -15097,8 +14748,7 @@ public struct ListAssetFiltersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: DataZoneClientTypes.FilterStatus? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.domainIdentifier = domainIdentifier self.maxResults = maxResults @@ -15117,8 +14767,7 @@ public struct ListAssetFiltersOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.AssetFilterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15141,8 +14790,7 @@ public struct ListAssetRevisionsInput: Swift.Sendable { identifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.maxResults = maxResults @@ -15159,8 +14807,7 @@ public struct ListAssetRevisionsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.AssetRevision]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15253,8 +14900,7 @@ public struct ListConnectionsInput: Swift.Sendable { sortBy: DataZoneClientTypes.SortFieldConnection? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil, type: DataZoneClientTypes.ConnectionType? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults @@ -15277,8 +14923,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.ConnectionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15301,8 +14946,7 @@ public struct ListDataProductRevisionsInput: Swift.Sendable { identifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.maxResults = maxResults @@ -15320,8 +14964,7 @@ public struct ListDataProductRevisionsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DataProductRevision]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15347,8 +14990,7 @@ public struct ListDataSourceRunActivitiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: DataZoneClientTypes.DataAssetActivityStatus? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.maxResults = maxResults @@ -15367,8 +15009,7 @@ public struct ListDataSourceRunActivitiesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.DataSourceRunActivity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15395,8 +15036,7 @@ public struct ListEntityOwnersInput: Swift.Sendable { entityType: DataZoneClientTypes.DataZoneEntityType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier self.entityType = entityType @@ -15414,8 +15054,7 @@ extension DataZoneClientTypes { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -15430,8 +15069,7 @@ extension DataZoneClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -15459,8 +15097,7 @@ public struct ListEntityOwnersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, owners: [DataZoneClientTypes.OwnerPropertiesOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.owners = owners } @@ -15483,8 +15120,7 @@ public struct ListEnvironmentActionsInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults @@ -15521,8 +15157,7 @@ extension DataZoneClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainId = domainId self.environmentId = environmentId @@ -15542,8 +15177,7 @@ public struct ListEnvironmentActionsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.EnvironmentActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15568,8 +15202,7 @@ public struct ListEnvironmentBlueprintsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.managed = managed self.maxResults = maxResults @@ -15609,8 +15242,7 @@ extension DataZoneClientTypes { provider: Swift.String? = nil, provisioningProperties: DataZoneClientTypes.ProvisioningProperties? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.id = id @@ -15637,8 +15269,7 @@ public struct ListEnvironmentBlueprintsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.EnvironmentBlueprintSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15672,8 +15303,7 @@ public struct ListEnvironmentProfilesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, projectIdentifier: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.domainIdentifier = domainIdentifier @@ -15734,8 +15364,7 @@ extension DataZoneClientTypes { name: Swift.String? = nil, projectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -15766,8 +15395,7 @@ public struct ListEnvironmentProfilesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.EnvironmentProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15811,8 +15439,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { projectIdentifier: Swift.String? = nil, provider: Swift.String? = nil, status: DataZoneClientTypes.EnvironmentStatus? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.domainIdentifier = domainIdentifier @@ -15877,8 +15504,7 @@ extension DataZoneClientTypes { provider: Swift.String? = nil, status: DataZoneClientTypes.EnvironmentStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -15911,8 +15537,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.EnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -15929,8 +15554,7 @@ public struct DeleteListingInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -15955,8 +15579,7 @@ public struct GetListingInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, listingRevision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.listingRevision = listingRevision @@ -16014,8 +15637,7 @@ public struct GetListingOutput: Swift.Sendable { status: DataZoneClientTypes.ListingStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -16058,8 +15680,7 @@ public struct ListJobRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil, status: DataZoneClientTypes.JobRunStatus? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.jobIdentifier = jobIdentifier self.maxResults = maxResults @@ -16108,8 +15729,7 @@ extension DataZoneClientTypes { runMode: DataZoneClientTypes.JobRunMode? = nil, startTime: Foundation.Date? = nil, status: DataZoneClientTypes.JobRunStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -16134,8 +15754,7 @@ public struct ListJobRunsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.JobRunSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -16166,8 +15785,7 @@ public struct ListLineageEventsInput: Swift.Sendable { sortOrder: DataZoneClientTypes.SortOrder? = nil, timestampAfter: Foundation.Date? = nil, timestampBefore: Foundation.Date? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -16231,8 +15849,7 @@ extension DataZoneClientTypes { public init( name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace } @@ -16260,8 +15877,7 @@ extension DataZoneClientTypes { job: DataZoneClientTypes.NameIdentifier? = nil, outputs: [DataZoneClientTypes.NameIdentifier]? = nil, runId: Swift.String? = nil - ) - { + ) { self.eventType = eventType self.inputs = inputs self.job = job @@ -16308,8 +15924,7 @@ extension DataZoneClientTypes { eventTime: Foundation.Date? = nil, id: Swift.String? = nil, processingStatus: DataZoneClientTypes.LineageEventProcessingStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -16330,8 +15945,7 @@ public struct ListLineageEventsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.LineageEventSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -16395,8 +16009,7 @@ public struct ListLineageNodeHistoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil - ) - { + ) { self.direction = direction self.domainIdentifier = domainIdentifier self.eventTimestampGTE = eventTimestampGTE @@ -16453,8 +16066,7 @@ extension DataZoneClientTypes { typeRevision: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -16480,8 +16092,7 @@ public struct ListLineageNodeHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [DataZoneClientTypes.LineageNodeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -16574,8 +16185,7 @@ public struct ListNotificationsInput: Swift.Sendable { subjects: [Swift.String]? = nil, taskStatus: DataZoneClientTypes.TaskStatus? = nil, type: DataZoneClientTypes.NotificationType? = nil - ) - { + ) { self.afterTimestamp = afterTimestamp self.beforeTimestamp = beforeTimestamp self.domainIdentifier = domainIdentifier @@ -16630,8 +16240,7 @@ extension DataZoneClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, type: DataZoneClientTypes.NotificationResourceType? = nil - ) - { + ) { self.id = id self.name = name self.type = type @@ -16695,8 +16304,7 @@ extension DataZoneClientTypes { resource: DataZoneClientTypes.NotificationResource? = nil, role: DataZoneClientTypes.NotificationRole? = nil, subject: Swift.String? = nil - ) - { + ) { self.resource = resource self.role = role self.subject = subject @@ -16752,8 +16360,7 @@ extension DataZoneClientTypes { title: Swift.String? = nil, topic: DataZoneClientTypes.Topic? = nil, type: DataZoneClientTypes.NotificationType? = nil - ) - { + ) { self.actionLink = actionLink self.creationTimestamp = creationTimestamp self.domainIdentifier = domainIdentifier @@ -16783,8 +16390,7 @@ public struct ListNotificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notifications: [DataZoneClientTypes.NotificationOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.notifications = notifications } @@ -16815,8 +16421,7 @@ public struct ListPolicyGrantsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyType: DataZoneClientTypes.ManagedPolicyType? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier self.entityType = entityType @@ -16844,8 +16449,7 @@ extension DataZoneClientTypes { createdBy: Swift.String? = nil, detail: DataZoneClientTypes.PolicyGrantDetail? = nil, principal: DataZoneClientTypes.PolicyGrantPrincipal? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.detail = detail @@ -16864,8 +16468,7 @@ public struct ListPolicyGrantsOutput: Swift.Sendable { public init( grantList: [DataZoneClientTypes.PolicyGrantMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grantList = grantList self.nextToken = nextToken } @@ -16920,8 +16523,7 @@ public struct ListProjectMembershipsInput: Swift.Sendable { projectIdentifier: Swift.String? = nil, sortBy: DataZoneClientTypes.SortFieldProject? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -16941,8 +16543,7 @@ extension DataZoneClientTypes { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -16958,8 +16559,7 @@ extension DataZoneClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -16991,8 +16591,7 @@ extension DataZoneClientTypes { public init( designation: DataZoneClientTypes.UserDesignation? = nil, memberDetails: DataZoneClientTypes.MemberDetails? = nil - ) - { + ) { self.designation = designation self.memberDetails = memberDetails } @@ -17009,8 +16608,7 @@ public struct ListProjectMembershipsOutput: Swift.Sendable { public init( members: [DataZoneClientTypes.ProjectMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -17038,8 +16636,7 @@ public struct ListProjectProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: DataZoneClientTypes.SortFieldProject? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.name = name @@ -17091,8 +16688,7 @@ extension DataZoneClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -17120,8 +16716,7 @@ public struct ListProjectProfilesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.ProjectProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17149,8 +16744,7 @@ public struct ListProjectsInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, userIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.groupIdentifier = groupIdentifier self.maxResults = maxResults @@ -17205,8 +16799,7 @@ extension DataZoneClientTypes { name: Swift.String? = nil, projectStatus: DataZoneClientTypes.ProjectStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -17235,8 +16828,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.ProjectSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17305,8 +16897,7 @@ public struct ListSubscriptionGrantsInput: Swift.Sendable { subscribedListingId: Swift.String? = nil, subscriptionId: Swift.String? = nil, subscriptionTargetId: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentId = environmentId self.maxResults = maxResults @@ -17368,8 +16959,7 @@ extension DataZoneClientTypes { subscriptionTargetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.assets = assets self.createdAt = createdAt self.createdBy = createdBy @@ -17395,8 +16985,7 @@ public struct ListSubscriptionGrantsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.SubscriptionGrantSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17433,8 +17022,7 @@ public struct ListSubscriptionRequestsInput: Swift.Sendable { sortOrder: DataZoneClientTypes.SortOrder? = nil, status: DataZoneClientTypes.SubscriptionRequestStatus? = nil, subscribedListingId: Swift.String? = nil - ) - { + ) { self.approverProjectId = approverProjectId self.domainIdentifier = domainIdentifier self.maxResults = maxResults @@ -17464,8 +17052,7 @@ extension DataZoneClientTypes { formName: Swift.String? = nil, typeName: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.formName = formName self.typeName = typeName self.typeRevision = typeRevision @@ -17535,8 +17122,7 @@ extension DataZoneClientTypes { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -17570,8 +17156,7 @@ public struct ListSubscriptionRequestsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.SubscriptionRequestSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17611,8 +17196,7 @@ public struct ListSubscriptionsInput: Swift.Sendable { status: DataZoneClientTypes.SubscriptionStatus? = nil, subscribedListingId: Swift.String? = nil, subscriptionRequestIdentifier: Swift.String? = nil - ) - { + ) { self.approverProjectId = approverProjectId self.domainIdentifier = domainIdentifier self.maxResults = maxResults @@ -17673,8 +17257,7 @@ extension DataZoneClientTypes { subscriptionRequestId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -17700,8 +17283,7 @@ public struct ListSubscriptionsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.SubscriptionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17730,8 +17312,7 @@ public struct ListSubscriptionTargetsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: DataZoneClientTypes.SortKey? = nil, sortOrder: DataZoneClientTypes.SortOrder? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults @@ -17804,8 +17385,7 @@ extension DataZoneClientTypes { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.createdAt = createdAt @@ -17840,8 +17420,7 @@ public struct ListSubscriptionTargetsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.SubscriptionTargetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17854,8 +17433,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -17866,8 +17444,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -17903,8 +17480,7 @@ public struct ListTimeSeriesDataPointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startedAt: Foundation.Date? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.endedAt = endedAt self.entityIdentifier = entityIdentifier @@ -17925,8 +17501,7 @@ public struct ListTimeSeriesDataPointsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.TimeSeriesDataPointSummaryFormOutput]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -17943,8 +17518,7 @@ public struct GetMetadataGenerationRunInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -18031,8 +17605,7 @@ extension DataZoneClientTypes { identifier: Swift.String? = nil, revision: Swift.String? = nil, type: DataZoneClientTypes.MetadataGenerationTargetType? = nil - ) - { + ) { self.identifier = identifier self.revision = revision self.type = type @@ -18096,8 +17669,7 @@ public struct GetMetadataGenerationRunOutput: Swift.Sendable { status: DataZoneClientTypes.MetadataGenerationRunStatus? = nil, target: DataZoneClientTypes.MetadataGenerationRunTarget? = nil, type: DataZoneClientTypes.MetadataGenerationRunType? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -18128,8 +17700,7 @@ public struct ListMetadataGenerationRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, status: DataZoneClientTypes.MetadataGenerationRunStatus? = nil, type: DataZoneClientTypes.MetadataGenerationRunType? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -18171,8 +17742,7 @@ extension DataZoneClientTypes { status: DataZoneClientTypes.MetadataGenerationRunStatus? = nil, target: DataZoneClientTypes.MetadataGenerationRunTarget? = nil, type: DataZoneClientTypes.MetadataGenerationRunType? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -18194,8 +17764,7 @@ public struct ListMetadataGenerationRunsOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.MetadataGenerationRunItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -18223,8 +17792,7 @@ public struct StartMetadataGenerationRunInput: Swift.Sendable { owningProjectIdentifier: Swift.String? = nil, target: DataZoneClientTypes.MetadataGenerationRunTarget? = nil, type: DataZoneClientTypes.MetadataGenerationRunType? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.owningProjectIdentifier = owningProjectIdentifier @@ -18259,8 +17827,7 @@ public struct StartMetadataGenerationRunOutput: Swift.Sendable { owningProjectId: Swift.String? = nil, status: DataZoneClientTypes.MetadataGenerationRunStatus? = nil, type: DataZoneClientTypes.MetadataGenerationRunType? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -18285,8 +17852,7 @@ public struct PostLineageEventInput: Swift.Sendable { clientToken: Swift.String? = nil, domainIdentifier: Swift.String? = nil, event: Foundation.Data? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.event = event @@ -18307,8 +17873,7 @@ public struct PostLineageEventOutput: Swift.Sendable { public init( domainId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.id = id } @@ -18338,8 +17903,7 @@ extension DataZoneClientTypes { timestamp: Foundation.Date? = nil, typeIdentifier: Swift.String? = nil, typeRevision: Swift.String? = nil - ) - { + ) { self.content = content self.formName = formName self.timestamp = timestamp @@ -18371,8 +17935,7 @@ public struct PostTimeSeriesDataPointsInput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityType: DataZoneClientTypes.TimeSeriesEntityType? = nil, forms: [DataZoneClientTypes.TimeSeriesDataPointFormInput]? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier @@ -18396,8 +17959,7 @@ public struct PostTimeSeriesDataPointsOutput: Swift.Sendable { entityId: Swift.String? = nil, entityType: DataZoneClientTypes.TimeSeriesEntityType? = nil, forms: [DataZoneClientTypes.TimeSeriesDataPointFormOutput]? = nil - ) - { + ) { self.domainId = domainId self.entityId = entityId self.entityType = entityType @@ -18418,8 +17980,7 @@ extension DataZoneClientTypes { public init( predictionChoices: [Swift.Int]? = nil, predictionTarget: Swift.String? = nil - ) - { + ) { self.predictionChoices = predictionChoices self.predictionTarget = predictionTarget } @@ -18467,8 +18028,7 @@ extension DataZoneClientTypes { public init( rule: DataZoneClientTypes.RejectRuleBehavior? = nil, threshold: Swift.Float? = nil - ) - { + ) { self.rule = rule self.threshold = threshold } @@ -18498,8 +18058,7 @@ public struct RejectPredictionsInput: Swift.Sendable { rejectChoices: [DataZoneClientTypes.RejectChoice]? = nil, rejectRule: DataZoneClientTypes.RejectRule? = nil, revision: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -18524,8 +18083,7 @@ public struct RejectPredictionsOutput: Swift.Sendable { assetId: Swift.String? = nil, assetRevision: Swift.String? = nil, domainId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.assetRevision = assetRevision self.domainId = domainId @@ -18546,8 +18104,7 @@ public struct RejectSubscriptionRequestInput: Swift.Sendable { decisionComment: Swift.String? = nil, domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.decisionComment = decisionComment self.domainIdentifier = domainIdentifier self.identifier = identifier @@ -18613,8 +18170,7 @@ public struct RejectSubscriptionRequestOutput: Swift.Sendable { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -18659,8 +18215,7 @@ public struct RemoveEntityOwnerInput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityType: DataZoneClientTypes.DataZoneEntityType? = nil, owner: DataZoneClientTypes.OwnerProperties? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier @@ -18700,8 +18255,7 @@ public struct RemovePolicyGrantInput: Swift.Sendable { entityType: DataZoneClientTypes.TargetEntityType? = nil, policyType: DataZoneClientTypes.ManagedPolicyType? = nil, principal: DataZoneClientTypes.PolicyGrantPrincipal? = nil - ) - { + ) { self.clientToken = clientToken self.domainIdentifier = domainIdentifier self.entityIdentifier = entityIdentifier @@ -18730,8 +18284,7 @@ public struct RevokeSubscriptionInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, retainPermissions: Swift.Bool? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.retainPermissions = retainPermissions @@ -18782,8 +18335,7 @@ public struct RevokeSubscriptionOutput: Swift.Sendable { subscriptionRequestId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -18809,8 +18361,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier } @@ -18835,8 +18386,7 @@ public struct GetRuleInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, revision: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.revision = revision @@ -18900,8 +18450,7 @@ public struct GetRuleOutput: Swift.Sendable { target: DataZoneClientTypes.RuleTarget? = nil, targetType: DataZoneClientTypes.RuleTargetType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.createdBy = createdBy @@ -18963,8 +18512,7 @@ public struct ListRulesInput: Swift.Sendable { ruleType: DataZoneClientTypes.RuleType? = nil, targetIdentifier: Swift.String? = nil, targetType: DataZoneClientTypes.RuleTargetType? = nil - ) - { + ) { self.action = action self.assetTypes = assetTypes self.dataProduct = dataProduct @@ -19015,8 +18563,7 @@ extension DataZoneClientTypes { target: DataZoneClientTypes.RuleTarget? = nil, targetType: DataZoneClientTypes.RuleTargetType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.identifier = identifier self.lastUpdatedBy = lastUpdatedBy @@ -19046,8 +18593,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.RuleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -19079,8 +18625,7 @@ public struct UpdateRuleInput: Swift.Sendable { includeChildDomainUnits: Swift.Bool? = nil, name: Swift.String? = nil, scope: DataZoneClientTypes.RuleScope? = nil - ) - { + ) { self.description = description self.detail = detail self.domainIdentifier = domainIdentifier @@ -19150,8 +18695,7 @@ public struct UpdateRuleOutput: Swift.Sendable { scope: DataZoneClientTypes.RuleScope? = nil, target: DataZoneClientTypes.RuleTarget? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.createdBy = createdBy @@ -19216,8 +18760,7 @@ extension DataZoneClientTypes { public init( attribute: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.value = value } @@ -19234,8 +18777,7 @@ extension DataZoneClientTypes { public init( attribute: Swift.String? = nil - ) - { + ) { self.attribute = attribute } } @@ -19289,8 +18831,7 @@ extension DataZoneClientTypes { public init( attribute: Swift.String? = nil, order: DataZoneClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -19338,8 +18879,7 @@ extension DataZoneClientTypes { status: DataZoneClientTypes.GlossaryStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -19406,8 +18946,7 @@ extension DataZoneClientTypes { termRelations: DataZoneClientTypes.TermRelations? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.domainId = domainId @@ -19457,8 +18996,7 @@ public struct SearchOutput: Swift.Sendable { items: [DataZoneClientTypes.SearchInventoryResultItem]? = nil, nextToken: Swift.String? = nil, totalMatchCount: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.totalMatchCount = totalMatchCount @@ -19514,8 +19052,7 @@ public struct SearchGroupProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchText: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.groupType = groupType self.maxResults = maxResults @@ -19547,8 +19084,7 @@ extension DataZoneClientTypes { groupName: Swift.String? = nil, id: Swift.String? = nil, status: DataZoneClientTypes.GroupProfileStatus? = nil - ) - { + ) { self.domainId = domainId self.groupName = groupName self.id = id @@ -19571,8 +19107,7 @@ public struct SearchGroupProfilesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.GroupProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -19602,8 +19137,7 @@ public struct SearchListingsOutput: Swift.Sendable { items: [DataZoneClientTypes.SearchResultItem]? = nil, nextToken: Swift.String? = nil, totalMatchCount: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.totalMatchCount = totalMatchCount @@ -19687,8 +19221,7 @@ extension DataZoneClientTypes { owningProjectId: Swift.String? = nil, revision: Swift.String? = nil, status: DataZoneClientTypes.FormTypeStatus? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -19746,8 +19279,7 @@ extension DataZoneClientTypes { revision: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -19787,8 +19319,7 @@ public struct SearchTypesOutput: Swift.Sendable { items: [DataZoneClientTypes.SearchTypesResultItem]? = nil, nextToken: Swift.String? = nil, totalMatchCount: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.totalMatchCount = totalMatchCount @@ -19850,8 +19381,7 @@ public struct SearchUserProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, searchText: Swift.String? = nil, userType: DataZoneClientTypes.UserSearchType? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -19886,8 +19416,7 @@ extension DataZoneClientTypes { id: Swift.String? = nil, status: DataZoneClientTypes.UserProfileStatus? = nil, type: DataZoneClientTypes.UserProfileType? = nil - ) - { + ) { self.details = details self.domainId = domainId self.id = id @@ -19906,8 +19435,7 @@ public struct SearchUserProfilesOutput: Swift.Sendable { public init( items: [DataZoneClientTypes.UserProfileSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -19924,8 +19452,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -19955,8 +19482,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19972,8 +19498,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -20004,8 +19529,7 @@ public struct UpdateConnectionInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesPatch? = nil - ) - { + ) { self.awsLocation = awsLocation self.description = description self.domainIdentifier = domainIdentifier @@ -20058,8 +19582,7 @@ public struct UpdateConnectionOutput: Swift.Sendable { projectId: Swift.String? = nil, props: DataZoneClientTypes.ConnectionPropertiesOutput? = nil, type: DataZoneClientTypes.ConnectionType? = nil - ) - { + ) { self.connectionId = connectionId self.description = description self.domainId = domainId @@ -20098,8 +19621,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { glossaryTerms: [Swift.String]? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.glossaryTerms = glossaryTerms @@ -20179,8 +19701,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { status: DataZoneClientTypes.EnvironmentStatus? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -20234,8 +19755,7 @@ public struct UpdateEnvironmentActionInput: Swift.Sendable { identifier: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.environmentIdentifier = environmentIdentifier @@ -20271,8 +19791,7 @@ public struct UpdateEnvironmentActionOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parameters: DataZoneClientTypes.ActionParameters? = nil - ) - { + ) { self.description = description self.domainId = domainId self.environmentId = environmentId @@ -20308,8 +19827,7 @@ public struct UpdateEnvironmentProfileInput: Swift.Sendable { identifier: Swift.String? = nil, name: Swift.String? = nil, userParameters: [DataZoneClientTypes.EnvironmentParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.description = description @@ -20369,8 +19887,7 @@ public struct UpdateEnvironmentProfileOutput: Swift.Sendable { projectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, userParameters: [DataZoneClientTypes.CustomParameter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountRegion = awsAccountRegion self.createdAt = createdAt @@ -20406,8 +19923,7 @@ public struct UpdateGroupProfileInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, groupIdentifier: Swift.String? = nil, status: DataZoneClientTypes.GroupProfileStatus? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.groupIdentifier = groupIdentifier self.status = status @@ -20429,8 +19945,7 @@ public struct UpdateGroupProfileOutput: Swift.Sendable { groupName: Swift.String? = nil, id: Swift.String? = nil, status: DataZoneClientTypes.GroupProfileStatus? = nil - ) - { + ) { self.domainId = domainId self.groupName = groupName self.id = id @@ -20466,8 +19981,7 @@ public struct UpdateProjectInput: Swift.Sendable { glossaryTerms: [Swift.String]? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.environmentDeploymentDetails = environmentDeploymentDetails @@ -20531,8 +20045,7 @@ public struct UpdateProjectOutput: Swift.Sendable { projectProfileId: Swift.String? = nil, projectStatus: DataZoneClientTypes.ProjectStatus? = nil, userParameters: [DataZoneClientTypes.EnvironmentConfigurationUserParameter]? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -20581,8 +20094,7 @@ public struct UpdateProjectProfileInput: Swift.Sendable { identifier: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.description = description self.domainIdentifier = domainIdentifier self.domainUnitIdentifier = domainUnitIdentifier @@ -20635,8 +20147,7 @@ public struct UpdateProjectProfileOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.Status? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -20680,8 +20191,7 @@ public struct UpdateSubscriptionGrantStatusInput: Swift.Sendable { identifier: Swift.String? = nil, status: DataZoneClientTypes.SubscriptionGrantStatus? = nil, targetName: Swift.String? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.domainIdentifier = domainIdentifier self.failureCause = failureCause @@ -20736,8 +20246,7 @@ public struct UpdateSubscriptionGrantStatusOutput: Swift.Sendable { subscriptionTargetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.assets = assets self.createdAt = createdAt self.createdBy = createdBy @@ -20767,8 +20276,7 @@ public struct UpdateSubscriptionRequestInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, requestReason: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.identifier = identifier self.requestReason = requestReason @@ -20834,8 +20342,7 @@ public struct UpdateSubscriptionRequestOutput: Swift.Sendable { subscribedPrincipals: [DataZoneClientTypes.SubscribedPrincipal]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.decisionComment = decisionComment @@ -20891,8 +20398,7 @@ public struct UpdateSubscriptionTargetInput: Swift.Sendable { name: Swift.String? = nil, provider: Swift.String? = nil, subscriptionTargetConfig: [DataZoneClientTypes.SubscriptionTargetForm]? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.domainIdentifier = domainIdentifier @@ -20970,8 +20476,7 @@ public struct UpdateSubscriptionTargetOutput: Swift.Sendable { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.applicableAssetTypes = applicableAssetTypes self.authorizedPrincipals = authorizedPrincipals self.createdAt = createdAt @@ -21013,8 +20518,7 @@ public struct UpdateUserProfileInput: Swift.Sendable { status: DataZoneClientTypes.UserProfileStatus? = nil, type: DataZoneClientTypes.UserProfileType? = nil, userIdentifier: Swift.String? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.status = status self.type = type @@ -21040,8 +20544,7 @@ public struct UpdateUserProfileOutput: Swift.Sendable { id: Swift.String? = nil, status: DataZoneClientTypes.UserProfileStatus? = nil, type: DataZoneClientTypes.UserProfileType? = nil - ) - { + ) { self.details = details self.domainId = domainId self.id = id @@ -21091,8 +20594,7 @@ extension DataZoneClientTypes { public init( rowFilter: DataZoneClientTypes.RowFilter? = nil, sensitive: Swift.Bool? = true - ) - { + ) { self.rowFilter = rowFilter self.sensitive = sensitive } @@ -21134,8 +20636,7 @@ public struct SearchInput: Swift.Sendable { searchScope: DataZoneClientTypes.InventorySearchScope? = nil, searchText: Swift.String? = nil, sort: DataZoneClientTypes.SearchSort? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.domainIdentifier = domainIdentifier self.filters = filters @@ -21177,8 +20678,7 @@ public struct SearchListingsInput: Swift.Sendable { searchIn: [DataZoneClientTypes.SearchInItem]? = nil, searchText: Swift.String? = nil, sort: DataZoneClientTypes.SearchSort? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.domainIdentifier = domainIdentifier self.filters = filters @@ -21223,8 +20723,7 @@ public struct SearchTypesInput: Swift.Sendable { searchScope: DataZoneClientTypes.TypesSearchScope? = nil, searchText: Swift.String? = nil, sort: DataZoneClientTypes.SearchSort? = nil - ) - { + ) { self.domainIdentifier = domainIdentifier self.filters = filters self.managed = managed @@ -21274,8 +20773,7 @@ public struct CreateAssetFilterInput: Swift.Sendable { description: Swift.String? = nil, domainIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.clientToken = clientToken self.configuration = configuration @@ -21331,8 +20829,7 @@ public struct CreateAssetFilterOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.FilterStatus? = nil - ) - { + ) { self.assetId = assetId self.configuration = configuration self.createdAt = createdAt @@ -21393,8 +20890,7 @@ public struct GetAssetFilterOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.FilterStatus? = nil - ) - { + ) { self.assetId = assetId self.configuration = configuration self.createdAt = createdAt @@ -21438,8 +20934,7 @@ public struct UpdateAssetFilterInput: Swift.Sendable { domainIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.assetIdentifier = assetIdentifier self.configuration = configuration self.description = description @@ -21495,8 +20990,7 @@ public struct UpdateAssetFilterOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: DataZoneClientTypes.FilterStatus? = nil - ) - { + ) { self.assetId = assetId self.configuration = configuration self.createdAt = createdAt diff --git a/Sources/Services/AWSDatabaseMigrationService/Package.swift.txt b/Sources/Services/AWSDatabaseMigrationService/Package.swift.txt index cb00235f361..78e67be90c0 100644 --- a/Sources/Services/AWSDatabaseMigrationService/Package.swift.txt +++ b/Sources/Services/AWSDatabaseMigrationService/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/DatabaseMigrationClient.swift b/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/DatabaseMigrationClient.swift index a62456e9291..0508b165081 100644 --- a/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/DatabaseMigrationClient.swift +++ b/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/DatabaseMigrationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DatabaseMigrationClient: ClientRuntime.Client { public static let clientName = "DatabaseMigrationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DatabaseMigrationClient.DatabaseMigrationClientConfiguration let serviceName = "Database Migration" diff --git a/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/Models.swift b/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/Models.swift index f1b2dd4906d..0e6955ad56e 100644 --- a/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/Models.swift +++ b/Sources/Services/AWSDatabaseMigrationService/Sources/AWSDatabaseMigrationService/Models.swift @@ -61,8 +61,7 @@ public struct AccessDeniedFault: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -82,8 +81,7 @@ extension DatabaseMigrationClientTypes { accountQuotaName: Swift.String? = nil, max: Swift.Int = 0, used: Swift.Int = 0 - ) - { + ) { self.accountQuotaName = accountQuotaName self.max = max self.used = used @@ -110,8 +108,7 @@ public struct InvalidResourceStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -135,8 +132,7 @@ public struct ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -162,8 +158,7 @@ extension DatabaseMigrationClientTypes { key: Swift.String? = nil, resourceArn: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.resourceArn = resourceArn self.value = value @@ -183,8 +178,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -218,8 +212,7 @@ public struct ApplyPendingMaintenanceActionInput: Swift.Sendable { applyAction: Swift.String? = nil, optInType: Swift.String? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.applyAction = applyAction self.optInType = optInType self.replicationInstanceArn = replicationInstanceArn @@ -250,8 +243,7 @@ extension DatabaseMigrationClientTypes { description: Swift.String? = nil, forcedApplyDate: Foundation.Date? = nil, optInStatus: Swift.String? = nil - ) - { + ) { self.action = action self.autoAppliedAfterDate = autoAppliedAfterDate self.currentApplyDate = currentApplyDate @@ -274,8 +266,7 @@ extension DatabaseMigrationClientTypes { public init( pendingMaintenanceActionDetails: [DatabaseMigrationClientTypes.PendingMaintenanceAction]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.pendingMaintenanceActionDetails = pendingMaintenanceActionDetails self.resourceIdentifier = resourceIdentifier } @@ -289,8 +280,7 @@ public struct ApplyPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceActions: DatabaseMigrationClientTypes.ResourcePendingMaintenanceActions? = nil - ) - { + ) { self.resourcePendingMaintenanceActions = resourcePendingMaintenanceActions } } @@ -309,8 +299,7 @@ extension DatabaseMigrationClientTypes { public init( instanceSizingType: Swift.String? = nil, workloadType: Swift.String? = nil - ) - { + ) { self.instanceSizingType = instanceSizingType self.workloadType = workloadType } @@ -331,8 +320,7 @@ extension DatabaseMigrationClientTypes { public init( databaseId: Swift.String? = nil, settings: DatabaseMigrationClientTypes.RecommendationSettings? = nil - ) - { + ) { self.databaseId = databaseId self.settings = settings } @@ -345,8 +333,7 @@ public struct BatchStartRecommendationsInput: Swift.Sendable { public init( data: [DatabaseMigrationClientTypes.StartRecommendationsRequestEntry]? = nil - ) - { + ) { self.data = data } } @@ -366,8 +353,7 @@ extension DatabaseMigrationClientTypes { code: Swift.String? = nil, databaseId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.databaseId = databaseId self.message = message @@ -381,8 +367,7 @@ public struct BatchStartRecommendationsOutput: Swift.Sendable { public init( errorEntries: [DatabaseMigrationClientTypes.BatchStartRecommendationsErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -395,8 +380,7 @@ public struct CancelReplicationTaskAssessmentRunInput: Swift.Sendable { public init( replicationTaskAssessmentRunArn: Swift.String? = nil - ) - { + ) { self.replicationTaskAssessmentRunArn = replicationTaskAssessmentRunArn } } @@ -413,8 +397,7 @@ extension DatabaseMigrationClientTypes { public init( individualAssessmentCompletedCount: Swift.Int = 0, individualAssessmentCount: Swift.Int = 0 - ) - { + ) { self.individualAssessmentCompletedCount = individualAssessmentCompletedCount self.individualAssessmentCount = individualAssessmentCount } @@ -442,8 +425,7 @@ extension DatabaseMigrationClientTypes { failed: Swift.Int = 0, passed: Swift.Int = 0, warning: Swift.Int = 0 - ) - { + ) { self.cancelled = cancelled self.error = error self.failed = failed @@ -523,8 +505,7 @@ extension DatabaseMigrationClientTypes { resultStatistic: DatabaseMigrationClientTypes.ReplicationTaskAssessmentRunResultStatistic? = nil, serviceAccessRoleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.assessmentProgress = assessmentProgress self.assessmentRunName = assessmentRunName self.isLatestTaskAssessmentRun = isLatestTaskAssessmentRun @@ -550,8 +531,7 @@ public struct CancelReplicationTaskAssessmentRunOutput: Swift.Sendable { public init( replicationTaskAssessmentRun: DatabaseMigrationClientTypes.ReplicationTaskAssessmentRun? = nil - ) - { + ) { self.replicationTaskAssessmentRun = replicationTaskAssessmentRun } } @@ -574,8 +554,7 @@ public struct FailedDependencyFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -598,8 +577,7 @@ public struct InvalidOperationFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -626,8 +604,7 @@ public struct ResourceAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn } @@ -652,8 +629,7 @@ public struct ResourceQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -708,8 +684,7 @@ extension DatabaseMigrationClientTypes { cdcStartTime: Foundation.Date? = nil, cdcStopTime: Foundation.Date? = nil, slotName: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopTime = cdcStopTime @@ -757,8 +732,7 @@ public struct CreateDataMigrationInput: Swift.Sendable { serviceAccessRoleArn: Swift.String? = nil, sourceDataSettings: [DatabaseMigrationClientTypes.SourceDataSetting]? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.dataMigrationName = dataMigrationName self.dataMigrationType = dataMigrationType self.enableCloudwatchLogs = enableCloudwatchLogs @@ -791,8 +765,7 @@ extension DatabaseMigrationClientTypes { cloudwatchLogsEnabled: Swift.Bool? = nil, numberOfJobs: Swift.Int? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.cloudwatchLogsEnabled = cloudwatchLogsEnabled self.numberOfJobs = numberOfJobs self.selectionRules = selectionRules @@ -838,8 +811,7 @@ extension DatabaseMigrationClientTypes { tablesLoaded: Swift.Int = 0, tablesLoading: Swift.Int = 0, tablesQueued: Swift.Int = 0 - ) - { + ) { self.cdcLatency = cdcLatency self.elapsedTimeMillis = elapsedTimeMillis self.fullLoadPercentage = fullLoadPercentage @@ -907,8 +879,7 @@ extension DatabaseMigrationClientTypes { serviceAccessRoleArn: Swift.String? = nil, sourceDataSettings: [DatabaseMigrationClientTypes.SourceDataSetting]? = nil, stopReason: Swift.String? = nil - ) - { + ) { self.dataMigrationArn = dataMigrationArn self.dataMigrationCidrBlocks = dataMigrationCidrBlocks self.dataMigrationCreateTime = dataMigrationCreateTime @@ -940,8 +911,7 @@ public struct CreateDataMigrationOutput: Swift.Sendable { public init( dataMigration: DatabaseMigrationClientTypes.DataMigration? = nil - ) - { + ) { self.dataMigration = dataMigration } } @@ -1002,8 +972,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.port = port @@ -1031,8 +1000,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.certificateArn = certificateArn self.port = port self.serverName = serverName @@ -1062,8 +1030,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.port = port @@ -1164,8 +1131,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.authMechanism = authMechanism self.authSource = authSource self.authType = authType @@ -1196,8 +1162,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.certificateArn = certificateArn self.port = port self.serverName = serverName @@ -1242,8 +1207,7 @@ extension DatabaseMigrationClientTypes { secretsManagerSecurityDbEncryptionSecretId: Swift.String? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.asmServer = asmServer self.certificateArn = certificateArn self.databaseName = databaseName @@ -1279,8 +1243,7 @@ extension DatabaseMigrationClientTypes { port: Swift.Int? = nil, serverName: Swift.String? = nil, sslMode: DatabaseMigrationClientTypes.DmsSslModeValue? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.port = port @@ -1305,8 +1268,7 @@ extension DatabaseMigrationClientTypes { databaseName: Swift.String? = nil, port: Swift.Int? = nil, serverName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.port = port self.serverName = serverName @@ -1358,8 +1320,7 @@ public struct CreateDataProviderInput: Swift.Sendable { engine: Swift.String? = nil, settings: DatabaseMigrationClientTypes.DataProviderSettings? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.dataProviderName = dataProviderName self.description = description self.engine = engine @@ -1392,8 +1353,7 @@ extension DatabaseMigrationClientTypes { description: Swift.String? = nil, engine: Swift.String? = nil, settings: DatabaseMigrationClientTypes.DataProviderSettings? = nil - ) - { + ) { self.dataProviderArn = dataProviderArn self.dataProviderCreationTime = dataProviderCreationTime self.dataProviderName = dataProviderName @@ -1410,8 +1370,7 @@ public struct CreateDataProviderOutput: Swift.Sendable { public init( dataProvider: DatabaseMigrationClientTypes.DataProvider? = nil - ) - { + ) { self.dataProvider = dataProvider } } @@ -1435,8 +1394,7 @@ public struct KMSKeyNotAccessibleFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1459,8 +1417,7 @@ public struct S3AccessDeniedFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1477,8 +1434,7 @@ extension DatabaseMigrationClientTypes { public init( bucketName: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.serviceAccessRoleArn = serviceAccessRoleArn } @@ -1563,8 +1519,7 @@ extension DatabaseMigrationClientTypes { serverName: Swift.String? = nil, useUpdateLookUp: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.docsToInvestigate = docsToInvestigate self.extractDocId = extractDocId @@ -1597,8 +1552,7 @@ extension DatabaseMigrationClientTypes { public init( serviceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.serviceAccessRoleArn = serviceAccessRoleArn } } @@ -1627,8 +1581,7 @@ extension DatabaseMigrationClientTypes { fullLoadErrorPercentage: Swift.Int? = nil, serviceAccessRoleArn: Swift.String? = nil, useNewMappingType: Swift.Bool? = nil - ) - { + ) { self.endpointUri = endpointUri self.errorRetryDuration = errorRetryDuration self.fullLoadErrorPercentage = fullLoadErrorPercentage @@ -1744,8 +1697,7 @@ extension DatabaseMigrationClientTypes { serverTimezone: Swift.String? = nil, targetDbType: DatabaseMigrationClientTypes.TargetDbType? = nil, username: Swift.String? = nil - ) - { + ) { self.afterConnectScript = afterConnectScript self.cleanSourceMetadataOnMismatch = cleanSourceMetadataOnMismatch self.databaseName = databaseName @@ -1817,8 +1769,7 @@ extension DatabaseMigrationClientTypes { setDataCaptureChanges: Swift.Bool? = nil, username: Swift.String? = nil, writeBufferSize: Swift.Int? = nil - ) - { + ) { self.currentLsn = currentLsn self.databaseName = databaseName self.keepCsvFiles = keepCsvFiles @@ -2033,8 +1984,7 @@ extension DatabaseMigrationClientTypes { sslEndpointIdentificationAlgorithm: DatabaseMigrationClientTypes.KafkaSslEndpointIdentificationAlgorithm? = nil, topic: Swift.String? = nil, useLargeIntegerValue: Swift.Bool? = nil - ) - { + ) { self.broker = broker self.includeControlDetails = includeControlDetails self.includeNullAndEmpty = includeNullAndEmpty @@ -2104,8 +2054,7 @@ extension DatabaseMigrationClientTypes { serviceAccessRoleArn: Swift.String? = nil, streamArn: Swift.String? = nil, useLargeIntegerValue: Swift.Bool? = nil - ) - { + ) { self.includeControlDetails = includeControlDetails self.includeNullAndEmpty = includeNullAndEmpty self.includePartitionValue = includePartitionValue @@ -2277,8 +2226,7 @@ extension DatabaseMigrationClientTypes { useBcpFullLoad: Swift.Bool? = nil, useThirdPartyBackupDevice: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.authenticationMethod = authenticationMethod self.bcpPacketSize = bcpPacketSize self.controlTablesFileGroup = controlTablesFileGroup @@ -2364,8 +2312,7 @@ extension DatabaseMigrationClientTypes { serverName: Swift.String? = nil, useUpdateLookUp: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.authMechanism = authMechanism self.authSource = authSource self.authType = authType @@ -2442,8 +2389,7 @@ extension DatabaseMigrationClientTypes { serverTimezone: Swift.String? = nil, targetDbType: DatabaseMigrationClientTypes.TargetDbType? = nil, username: Swift.String? = nil - ) - { + ) { self.afterConnectScript = afterConnectScript self.cleanSourceMetadataOnMismatch = cleanSourceMetadataOnMismatch self.databaseName = databaseName @@ -2497,8 +2443,7 @@ extension DatabaseMigrationClientTypes { s3BucketFolder: Swift.String? = nil, s3BucketName: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.errorRetryDuration = errorRetryDuration self.iamAuthEnabled = iamAuthEnabled self.maxFileSize = maxFileSize @@ -2709,8 +2654,7 @@ extension DatabaseMigrationClientTypes { useLogminerReader: Swift.Bool? = nil, usePathPrefix: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.accessAlternateDirectly = accessAlternateDirectly self.addSupplementalLogging = addSupplementalLogging self.additionalArchivedLogDestId = additionalArchivedLogDestId @@ -2938,8 +2882,7 @@ extension DatabaseMigrationClientTypes { slotName: Swift.String? = nil, trimSpaceInChar: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.afterConnectScript = afterConnectScript self.babelfishDatabaseName = babelfishDatabaseName self.captureDdls = captureDdls @@ -3064,8 +3007,7 @@ extension DatabaseMigrationClientTypes { serverName: Swift.String? = nil, sslCaCertificateArn: Swift.String? = nil, sslSecurityProtocol: DatabaseMigrationClientTypes.SslSecurityProtocolValue? = nil - ) - { + ) { self.authPassword = authPassword self.authType = authType self.authUserName = authUserName @@ -3210,8 +3152,7 @@ extension DatabaseMigrationClientTypes { truncateColumns: Swift.Bool? = nil, username: Swift.String? = nil, writeBufferSize: Swift.Int? = nil - ) - { + ) { self.acceptAnyDate = acceptAnyDate self.afterConnectScript = afterConnectScript self.bucketFolder = bucketFolder @@ -3652,8 +3593,7 @@ extension DatabaseMigrationClientTypes { timestampColumnName: Swift.String? = nil, useCsvNoSupValue: Swift.Bool? = nil, useTaskStartTimeForFullLoadTimestamp: Swift.Bool? = nil - ) - { + ) { self.addColumnName = addColumnName self.addTrailingPaddingCharacter = addTrailingPaddingCharacter self.bucketFolder = bucketFolder @@ -3726,8 +3666,7 @@ extension DatabaseMigrationClientTypes { secretsManagerSecretId: Swift.String? = nil, serverName: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.password = password self.port = port @@ -3768,8 +3707,7 @@ extension DatabaseMigrationClientTypes { enableMagneticStoreWrites: Swift.Bool? = nil, magneticDuration: Swift.Int? = nil, memoryDuration: Swift.Int? = nil - ) - { + ) { self.cdcInsertsAndUpdates = cdcInsertsAndUpdates self.databaseName = databaseName self.enableMagneticStoreWrites = enableMagneticStoreWrites @@ -3898,8 +3836,7 @@ public struct CreateEndpointInput: Swift.Sendable { tags: [DatabaseMigrationClientTypes.Tag]? = nil, timestreamSettings: DatabaseMigrationClientTypes.TimestreamSettings? = nil, username: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.dmsTransferSettings = dmsTransferSettings @@ -4063,8 +4000,7 @@ extension DatabaseMigrationClientTypes { sybaseSettings: DatabaseMigrationClientTypes.SybaseSettings? = nil, timestreamSettings: DatabaseMigrationClientTypes.TimestreamSettings? = nil, username: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.dmsTransferSettings = dmsTransferSettings @@ -4112,8 +4048,7 @@ public struct CreateEndpointOutput: Swift.Sendable { public init( endpoint: DatabaseMigrationClientTypes.Endpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -4136,8 +4071,7 @@ public struct KMSAccessDeniedFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4160,8 +4094,7 @@ public struct KMSDisabledFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4184,8 +4117,7 @@ public struct KMSInvalidStateFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4208,8 +4140,7 @@ public struct KMSNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4232,8 +4163,7 @@ public struct KMSThrottlingFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4257,8 +4187,7 @@ public struct SNSInvalidTopicFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4282,8 +4211,7 @@ public struct SNSNoAuthorizationFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4315,8 +4243,7 @@ public struct CreateEventSubscriptionInput: Swift.Sendable { sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -4360,8 +4287,7 @@ extension DatabaseMigrationClientTypes { sourceType: Swift.String? = nil, status: Swift.String? = nil, subscriptionCreationTime: Swift.String? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -4382,8 +4308,7 @@ public struct CreateEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DatabaseMigrationClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -4406,8 +4331,7 @@ public struct S3ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4430,8 +4354,7 @@ public struct CreateFleetAdvisorCollectorInput: Swift.Sendable { description: Swift.String? = nil, s3BucketName: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.collectorName = collectorName self.description = description self.s3BucketName = s3BucketName @@ -4457,8 +4380,7 @@ public struct CreateFleetAdvisorCollectorOutput: Swift.Sendable { description: Swift.String? = nil, s3BucketName: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil - ) - { + ) { self.collectorName = collectorName self.collectorReferencedId = collectorReferencedId self.description = description @@ -4497,8 +4419,7 @@ public struct CreateInstanceProfileInput: Swift.Sendable { subnetGroupIdentifier: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil, vpcSecurityGroups: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.instanceProfileName = instanceProfileName @@ -4547,8 +4468,7 @@ extension DatabaseMigrationClientTypes { publiclyAccessible: Swift.Bool? = nil, subnetGroupIdentifier: Swift.String? = nil, vpcSecurityGroups: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.instanceProfileArn = instanceProfileArn @@ -4569,8 +4489,7 @@ public struct CreateInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DatabaseMigrationClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -4587,8 +4506,7 @@ extension DatabaseMigrationClientTypes { public init( s3BucketPath: Swift.String? = nil, s3BucketRoleArn: Swift.String? = nil - ) - { + ) { self.s3BucketPath = s3BucketPath self.s3BucketRoleArn = s3BucketRoleArn } @@ -4611,8 +4529,7 @@ extension DatabaseMigrationClientTypes { dataProviderIdentifier: Swift.String? = nil, secretsManagerAccessRoleArn: Swift.String? = nil, secretsManagerSecretId: Swift.String? = nil - ) - { + ) { self.dataProviderIdentifier = dataProviderIdentifier self.secretsManagerAccessRoleArn = secretsManagerAccessRoleArn self.secretsManagerSecretId = secretsManagerSecretId @@ -4650,8 +4567,7 @@ public struct CreateMigrationProjectInput: Swift.Sendable { tags: [DatabaseMigrationClientTypes.Tag]? = nil, targetDataProviderDescriptors: [DatabaseMigrationClientTypes.DataProviderDescriptorDefinition]? = nil, transformationRules: Swift.String? = nil - ) - { + ) { self.description = description self.instanceProfileIdentifier = instanceProfileIdentifier self.migrationProjectName = migrationProjectName @@ -4681,8 +4597,7 @@ extension DatabaseMigrationClientTypes { dataProviderName: Swift.String? = nil, secretsManagerAccessRoleArn: Swift.String? = nil, secretsManagerSecretId: Swift.String? = nil - ) - { + ) { self.dataProviderArn = dataProviderArn self.dataProviderName = dataProviderName self.secretsManagerAccessRoleArn = secretsManagerAccessRoleArn @@ -4727,8 +4642,7 @@ extension DatabaseMigrationClientTypes { sourceDataProviderDescriptors: [DatabaseMigrationClientTypes.DataProviderDescriptor]? = nil, targetDataProviderDescriptors: [DatabaseMigrationClientTypes.DataProviderDescriptor]? = nil, transformationRules: Swift.String? = nil - ) - { + ) { self.description = description self.instanceProfileArn = instanceProfileArn self.instanceProfileName = instanceProfileName @@ -4749,8 +4663,7 @@ public struct CreateMigrationProjectOutput: Swift.Sendable { public init( migrationProject: DatabaseMigrationClientTypes.MigrationProject? = nil - ) - { + ) { self.migrationProject = migrationProject } } @@ -4774,8 +4687,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4799,8 +4711,7 @@ public struct ReplicationSubnetGroupDoesNotCoverEnoughAZs: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4838,8 +4749,7 @@ extension DatabaseMigrationClientTypes { preferredMaintenanceWindow: Swift.String? = nil, replicationSubnetGroupId: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.dnsNameServers = dnsNameServers self.kmsKeyId = kmsKeyId @@ -4899,8 +4809,7 @@ public struct CreateReplicationConfigInput: Swift.Sendable { tableMappings: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil, targetEndpointArn: Swift.String? = nil - ) - { + ) { self.computeConfig = computeConfig self.replicationConfigIdentifier = replicationConfigIdentifier self.replicationSettings = replicationSettings @@ -4953,8 +4862,7 @@ extension DatabaseMigrationClientTypes { supplementalSettings: Swift.String? = nil, tableMappings: Swift.String? = nil, targetEndpointArn: Swift.String? = nil - ) - { + ) { self.computeConfig = computeConfig self.replicationConfigArn = replicationConfigArn self.replicationConfigCreateTime = replicationConfigCreateTime @@ -4977,8 +4885,7 @@ public struct CreateReplicationConfigOutput: Swift.Sendable { public init( replicationConfig: DatabaseMigrationClientTypes.ReplicationConfig? = nil - ) - { + ) { self.replicationConfig = replicationConfig } } @@ -5002,8 +4909,7 @@ public struct InsufficientResourceCapacityFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5027,8 +4933,7 @@ public struct StorageQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5048,8 +4953,7 @@ extension DatabaseMigrationClientTypes { keyCacheSecretIamArn: Swift.String? = nil, keyCacheSecretId: Swift.String? = nil, krb5FileContents: Swift.String? = nil - ) - { + ) { self.keyCacheSecretIamArn = keyCacheSecretIamArn self.keyCacheSecretId = keyCacheSecretId self.krb5FileContents = krb5FileContents @@ -5123,8 +5027,7 @@ public struct CreateReplicationInstanceInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -5166,8 +5069,7 @@ extension DatabaseMigrationClientTypes { multiAZ: Swift.Bool? = nil, networkType: Swift.String? = nil, replicationInstanceClass: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.engineVersion = engineVersion self.multiAZ = multiAZ @@ -5186,8 +5088,7 @@ extension DatabaseMigrationClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5208,8 +5109,7 @@ extension DatabaseMigrationClientTypes { subnetAvailabilityZone: DatabaseMigrationClientTypes.AvailabilityZone? = nil, subnetIdentifier: Swift.String? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetStatus = subnetStatus @@ -5241,8 +5141,7 @@ extension DatabaseMigrationClientTypes { subnets: [DatabaseMigrationClientTypes.Subnet]? = nil, supportedNetworkTypes: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.replicationSubnetGroupDescription = replicationSubnetGroupDescription self.replicationSubnetGroupIdentifier = replicationSubnetGroupIdentifier self.subnetGroupStatus = subnetGroupStatus @@ -5265,8 +5164,7 @@ extension DatabaseMigrationClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -5394,8 +5292,7 @@ extension DatabaseMigrationClientTypes { replicationSubnetGroup: DatabaseMigrationClientTypes.ReplicationSubnetGroup? = nil, secondaryAvailabilityZone: Swift.String? = nil, vpcSecurityGroups: [DatabaseMigrationClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -5433,8 +5330,7 @@ public struct CreateReplicationInstanceOutput: Swift.Sendable { public init( replicationInstance: DatabaseMigrationClientTypes.ReplicationInstance? = nil - ) - { + ) { self.replicationInstance = replicationInstance } } @@ -5458,8 +5354,7 @@ public struct CreateReplicationSubnetGroupInput: Swift.Sendable { replicationSubnetGroupIdentifier: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.replicationSubnetGroupDescription = replicationSubnetGroupDescription self.replicationSubnetGroupIdentifier = replicationSubnetGroupIdentifier self.subnetIds = subnetIds @@ -5474,8 +5369,7 @@ public struct CreateReplicationSubnetGroupOutput: Swift.Sendable { public init( replicationSubnetGroup: DatabaseMigrationClientTypes.ReplicationSubnetGroup? = nil - ) - { + ) { self.replicationSubnetGroup = replicationSubnetGroup } } @@ -5535,8 +5429,7 @@ public struct CreateReplicationTaskInput: Swift.Sendable { tags: [DatabaseMigrationClientTypes.Tag]? = nil, targetEndpointArn: Swift.String? = nil, taskData: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -5592,8 +5485,7 @@ extension DatabaseMigrationClientTypes { tablesLoaded: Swift.Int = 0, tablesLoading: Swift.Int = 0, tablesQueued: Swift.Int = 0 - ) - { + ) { self.elapsedTimeMillis = elapsedTimeMillis self.freshStartDate = freshStartDate self.fullLoadFinishDate = fullLoadFinishDate @@ -5730,8 +5622,7 @@ extension DatabaseMigrationClientTypes { targetEndpointArn: Swift.String? = nil, targetReplicationInstanceArn: Swift.String? = nil, taskData: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStopPosition = cdcStopPosition self.lastFailureMessage = lastFailureMessage @@ -5762,8 +5653,7 @@ public struct CreateReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -5775,8 +5665,7 @@ public struct DeleteCertificateInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -5817,8 +5706,7 @@ extension DatabaseMigrationClientTypes { signingAlgorithm: Swift.String? = nil, validFromDate: Foundation.Date? = nil, validToDate: Foundation.Date? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateCreationDate = certificateCreationDate self.certificateIdentifier = certificateIdentifier @@ -5839,8 +5727,7 @@ public struct DeleteCertificateOutput: Swift.Sendable { public init( certificate: DatabaseMigrationClientTypes.Certificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -5857,8 +5744,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn self.replicationInstanceArn = replicationInstanceArn } @@ -5896,8 +5782,7 @@ extension DatabaseMigrationClientTypes { replicationInstanceArn: Swift.String? = nil, replicationInstanceIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn self.endpointIdentifier = endpointIdentifier self.lastFailureMessage = lastFailureMessage @@ -5915,8 +5800,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { public init( connection: DatabaseMigrationClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -5928,8 +5812,7 @@ public struct DeleteDataMigrationInput: Swift.Sendable { public init( dataMigrationIdentifier: Swift.String? = nil - ) - { + ) { self.dataMigrationIdentifier = dataMigrationIdentifier } } @@ -5940,8 +5823,7 @@ public struct DeleteDataMigrationOutput: Swift.Sendable { public init( dataMigration: DatabaseMigrationClientTypes.DataMigration? = nil - ) - { + ) { self.dataMigration = dataMigration } } @@ -5953,8 +5835,7 @@ public struct DeleteDataProviderInput: Swift.Sendable { public init( dataProviderIdentifier: Swift.String? = nil - ) - { + ) { self.dataProviderIdentifier = dataProviderIdentifier } } @@ -5965,8 +5846,7 @@ public struct DeleteDataProviderOutput: Swift.Sendable { public init( dataProvider: DatabaseMigrationClientTypes.DataProvider? = nil - ) - { + ) { self.dataProvider = dataProvider } } @@ -5979,8 +5859,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -5992,8 +5871,7 @@ public struct DeleteEndpointOutput: Swift.Sendable { public init( endpoint: DatabaseMigrationClientTypes.Endpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -6006,8 +5884,7 @@ public struct DeleteEventSubscriptionInput: Swift.Sendable { public init( subscriptionName: Swift.String? = nil - ) - { + ) { self.subscriptionName = subscriptionName } } @@ -6019,8 +5896,7 @@ public struct DeleteEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DatabaseMigrationClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -6043,8 +5919,7 @@ public struct CollectorNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6056,8 +5931,7 @@ public struct DeleteFleetAdvisorCollectorInput: Swift.Sendable { public init( collectorReferencedId: Swift.String? = nil - ) - { + ) { self.collectorReferencedId = collectorReferencedId } } @@ -6069,8 +5943,7 @@ public struct DeleteFleetAdvisorDatabasesInput: Swift.Sendable { public init( databaseIds: [Swift.String]? = nil - ) - { + ) { self.databaseIds = databaseIds } } @@ -6081,8 +5954,7 @@ public struct DeleteFleetAdvisorDatabasesOutput: Swift.Sendable { public init( databaseIds: [Swift.String]? = nil - ) - { + ) { self.databaseIds = databaseIds } } @@ -6094,8 +5966,7 @@ public struct DeleteInstanceProfileInput: Swift.Sendable { public init( instanceProfileIdentifier: Swift.String? = nil - ) - { + ) { self.instanceProfileIdentifier = instanceProfileIdentifier } } @@ -6106,8 +5977,7 @@ public struct DeleteInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DatabaseMigrationClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -6119,8 +5989,7 @@ public struct DeleteMigrationProjectInput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier } } @@ -6131,8 +6000,7 @@ public struct DeleteMigrationProjectOutput: Swift.Sendable { public init( migrationProject: DatabaseMigrationClientTypes.MigrationProject? = nil - ) - { + ) { self.migrationProject = migrationProject } } @@ -6145,8 +6013,7 @@ public struct DeleteReplicationConfigInput: Swift.Sendable { public init( replicationConfigArn: Swift.String? = nil - ) - { + ) { self.replicationConfigArn = replicationConfigArn } } @@ -6158,8 +6025,7 @@ public struct DeleteReplicationConfigOutput: Swift.Sendable { public init( replicationConfig: DatabaseMigrationClientTypes.ReplicationConfig? = nil - ) - { + ) { self.replicationConfig = replicationConfig } } @@ -6172,8 +6038,7 @@ public struct DeleteReplicationInstanceInput: Swift.Sendable { public init( replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.replicationInstanceArn = replicationInstanceArn } } @@ -6185,8 +6050,7 @@ public struct DeleteReplicationInstanceOutput: Swift.Sendable { public init( replicationInstance: DatabaseMigrationClientTypes.ReplicationInstance? = nil - ) - { + ) { self.replicationInstance = replicationInstance } } @@ -6199,8 +6063,7 @@ public struct DeleteReplicationSubnetGroupInput: Swift.Sendable { public init( replicationSubnetGroupIdentifier: Swift.String? = nil - ) - { + ) { self.replicationSubnetGroupIdentifier = replicationSubnetGroupIdentifier } } @@ -6219,8 +6082,7 @@ public struct DeleteReplicationTaskInput: Swift.Sendable { public init( replicationTaskArn: Swift.String? = nil - ) - { + ) { self.replicationTaskArn = replicationTaskArn } } @@ -6232,8 +6094,7 @@ public struct DeleteReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -6246,8 +6107,7 @@ public struct DeleteReplicationTaskAssessmentRunInput: Swift.Sendable { public init( replicationTaskAssessmentRunArn: Swift.String? = nil - ) - { + ) { self.replicationTaskAssessmentRunArn = replicationTaskAssessmentRunArn } } @@ -6259,8 +6119,7 @@ public struct DeleteReplicationTaskAssessmentRunOutput: Swift.Sendable { public init( replicationTaskAssessmentRun: DatabaseMigrationClientTypes.ReplicationTaskAssessmentRun? = nil - ) - { + ) { self.replicationTaskAssessmentRun = replicationTaskAssessmentRun } } @@ -6281,8 +6140,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( accountQuotas: [DatabaseMigrationClientTypes.AccountQuota]? = nil, uniqueAccountIdentifier: Swift.String? = nil - ) - { + ) { self.accountQuotas = accountQuotas self.uniqueAccountIdentifier = uniqueAccountIdentifier } @@ -6313,8 +6171,7 @@ public struct DescribeApplicableIndividualAssessmentsInput: Swift.Sendable { replicationTaskArn: Swift.String? = nil, sourceEngineName: Swift.String? = nil, targetEngineName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.migrationType = migrationType @@ -6335,8 +6192,7 @@ public struct DescribeApplicableIndividualAssessmentsOutput: Swift.Sendable { public init( individualAssessmentNames: [Swift.String]? = nil, marker: Swift.String? = nil - ) - { + ) { self.individualAssessmentNames = individualAssessmentNames self.marker = marker } @@ -6356,8 +6212,7 @@ extension DatabaseMigrationClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6376,8 +6231,7 @@ public struct DescribeCertificatesInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6393,8 +6247,7 @@ public struct DescribeCertificatesOutput: Swift.Sendable { public init( certificates: [DatabaseMigrationClientTypes.Certificate]? = nil, marker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.marker = marker } @@ -6413,8 +6266,7 @@ public struct DescribeConnectionsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6431,8 +6283,7 @@ public struct DescribeConnectionsOutput: Swift.Sendable { public init( connections: [DatabaseMigrationClientTypes.Connection]? = nil, marker: Swift.String? = nil - ) - { + ) { self.connections = connections self.marker = marker } @@ -6445,8 +6296,7 @@ public struct DescribeConversionConfigurationInput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier } } @@ -6460,8 +6310,7 @@ public struct DescribeConversionConfigurationOutput: Swift.Sendable { public init( conversionConfiguration: Swift.String? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.conversionConfiguration = conversionConfiguration self.migrationProjectIdentifier = migrationProjectIdentifier } @@ -6485,8 +6334,7 @@ public struct DescribeDataMigrationsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, withoutSettings: Swift.Bool? = nil, withoutStatistics: Swift.Bool? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6504,8 +6352,7 @@ public struct DescribeDataMigrationsOutput: Swift.Sendable { public init( dataMigrations: [DatabaseMigrationClientTypes.DataMigration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dataMigrations = dataMigrations self.marker = marker } @@ -6523,8 +6370,7 @@ public struct DescribeDataProvidersInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6540,8 +6386,7 @@ public struct DescribeDataProvidersOutput: Swift.Sendable { public init( dataProviders: [DatabaseMigrationClientTypes.DataProvider]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dataProviders = dataProviders self.marker = marker } @@ -6560,8 +6405,7 @@ public struct DescribeEndpointsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6578,8 +6422,7 @@ public struct DescribeEndpointsOutput: Swift.Sendable { public init( endpoints: [DatabaseMigrationClientTypes.Endpoint]? = nil, marker: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.marker = marker } @@ -6598,8 +6441,7 @@ public struct DescribeEndpointSettingsInput: Swift.Sendable { engineName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.engineName = engineName self.marker = marker self.maxRecords = maxRecords @@ -6674,8 +6516,7 @@ extension DatabaseMigrationClientTypes { sensitive: Swift.Bool? = nil, type: DatabaseMigrationClientTypes.EndpointSettingTypeValue? = nil, units: Swift.String? = nil - ) - { + ) { self.applicability = applicability self.defaultValue = defaultValue self.enumValues = enumValues @@ -6698,8 +6539,7 @@ public struct DescribeEndpointSettingsOutput: Swift.Sendable { public init( endpointSettings: [DatabaseMigrationClientTypes.EndpointSetting]? = nil, marker: Swift.String? = nil - ) - { + ) { self.endpointSettings = endpointSettings self.marker = marker } @@ -6718,8 +6558,7 @@ public struct DescribeEndpointTypesInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -6747,8 +6586,7 @@ extension DatabaseMigrationClientTypes { engineName: Swift.String? = nil, replicationInstanceEngineMinimumVersion: Swift.String? = nil, supportsCDC: Swift.Bool = false - ) - { + ) { self.endpointType = endpointType self.engineDisplayName = engineDisplayName self.engineName = engineName @@ -6768,8 +6606,7 @@ public struct DescribeEndpointTypesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, supportedEndpointTypes: [DatabaseMigrationClientTypes.SupportedEndpointType]? = nil - ) - { + ) { self.marker = marker self.supportedEndpointTypes = supportedEndpointTypes } @@ -6784,8 +6621,7 @@ public struct DescribeEngineVersionsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords } @@ -6850,8 +6686,7 @@ extension DatabaseMigrationClientTypes { lifecycle: Swift.String? = nil, releaseStatus: DatabaseMigrationClientTypes.ReleaseStatusValues? = nil, version: Swift.String? = nil - ) - { + ) { self.autoUpgradeDate = autoUpgradeDate self.availableUpgrades = availableUpgrades self.deprecationDate = deprecationDate @@ -6873,8 +6708,7 @@ public struct DescribeEngineVersionsOutput: Swift.Sendable { public init( engineVersions: [DatabaseMigrationClientTypes.EngineVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.engineVersions = engineVersions self.marker = marker } @@ -6890,8 +6724,7 @@ public struct DescribeEventCategoriesInput: Swift.Sendable { public init( filters: [DatabaseMigrationClientTypes.Filter]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.filters = filters self.sourceType = sourceType } @@ -6909,8 +6742,7 @@ extension DatabaseMigrationClientTypes { public init( eventCategories: [Swift.String]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.eventCategories = eventCategories self.sourceType = sourceType } @@ -6924,8 +6756,7 @@ public struct DescribeEventCategoriesOutput: Swift.Sendable { public init( eventCategoryGroupList: [DatabaseMigrationClientTypes.EventCategoryGroup]? = nil - ) - { + ) { self.eventCategoryGroupList = eventCategoryGroupList } } @@ -6987,8 +6818,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: DatabaseMigrationClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.eventCategories = eventCategories @@ -7022,8 +6852,7 @@ extension DatabaseMigrationClientTypes { message: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: DatabaseMigrationClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.eventCategories = eventCategories self.message = message @@ -7043,8 +6872,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [DatabaseMigrationClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -7066,8 +6894,7 @@ public struct DescribeEventSubscriptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -7085,8 +6912,7 @@ public struct DescribeEventSubscriptionsOutput: Swift.Sendable { public init( eventSubscriptionsList: [DatabaseMigrationClientTypes.EventSubscription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.eventSubscriptionsList = eventSubscriptionsList self.marker = marker } @@ -7108,8 +6934,7 @@ public struct DescribeExtensionPackAssociationsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -7126,8 +6951,7 @@ extension DatabaseMigrationClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -7155,8 +6979,7 @@ extension DatabaseMigrationClientTypes { public init( objectURL: Swift.String? = nil, s3ObjectKey: Swift.String? = nil - ) - { + ) { self.objectURL = objectURL self.s3ObjectKey = s3ObjectKey } @@ -7184,8 +7007,7 @@ extension DatabaseMigrationClientTypes { migrationProjectArn: Swift.String? = nil, requestIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.error = error self.exportSqlDetails = exportSqlDetails self.migrationProjectArn = migrationProjectArn @@ -7204,8 +7026,7 @@ public struct DescribeExtensionPackAssociationsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -7230,8 +7051,7 @@ public struct DescribeFleetAdvisorCollectorsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -7285,8 +7105,7 @@ extension DatabaseMigrationClientTypes { localCollectorS3Access: Swift.Bool? = nil, webCollectorGrantedRoleBasedAccess: Swift.Bool? = nil, webCollectorS3Access: Swift.Bool? = nil - ) - { + ) { self.collectorStatus = collectorStatus self.localCollectorS3Access = localCollectorS3Access self.webCollectorGrantedRoleBasedAccess = webCollectorGrantedRoleBasedAccess @@ -7307,8 +7126,7 @@ extension DatabaseMigrationClientTypes { public init( numberOfDatabases: Swift.Int? = nil, numberOfSchemas: Swift.Int? = nil - ) - { + ) { self.numberOfDatabases = numberOfDatabases self.numberOfSchemas = numberOfSchemas } @@ -7392,8 +7210,7 @@ extension DatabaseMigrationClientTypes { s3BucketName: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil, versionStatus: DatabaseMigrationClientTypes.VersionStatus? = nil - ) - { + ) { self.collectorHealthCheck = collectorHealthCheck self.collectorName = collectorName self.collectorReferencedId = collectorReferencedId @@ -7420,8 +7237,7 @@ public struct DescribeFleetAdvisorCollectorsOutput: Swift.Sendable { public init( collectors: [DatabaseMigrationClientTypes.CollectorResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectors = collectors self.nextToken = nextToken } @@ -7454,8 +7270,7 @@ public struct DescribeFleetAdvisorDatabasesInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -7474,8 +7289,7 @@ extension DatabaseMigrationClientTypes { public init( collectorName: Swift.String? = nil, collectorReferencedId: Swift.String? = nil - ) - { + ) { self.collectorName = collectorName self.collectorReferencedId = collectorReferencedId } @@ -7497,8 +7311,7 @@ extension DatabaseMigrationClientTypes { ipAddress: Swift.String? = nil, serverId: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.serverId = serverId self.serverName = serverName @@ -7533,8 +7346,7 @@ extension DatabaseMigrationClientTypes { servicePack: Swift.String? = nil, supportLevel: Swift.String? = nil, tooltip: Swift.String? = nil - ) - { + ) { self.engine = engine self.engineEdition = engineEdition self.engineVersion = engineVersion @@ -7573,8 +7385,7 @@ extension DatabaseMigrationClientTypes { numberOfSchemas: Swift.Int? = nil, server: DatabaseMigrationClientTypes.ServerShortInfoResponse? = nil, softwareDetails: DatabaseMigrationClientTypes.DatabaseInstanceSoftwareDetailsResponse? = nil - ) - { + ) { self.collectors = collectors self.databaseId = databaseId self.databaseName = databaseName @@ -7595,8 +7406,7 @@ public struct DescribeFleetAdvisorDatabasesOutput: Swift.Sendable { public init( databases: [DatabaseMigrationClientTypes.DatabaseResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databases = databases self.nextToken = nextToken } @@ -7611,8 +7421,7 @@ public struct DescribeFleetAdvisorLsaAnalysisInput: Swift.Sendable { public init( maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxRecords = maxRecords self.nextToken = nextToken } @@ -7630,8 +7439,7 @@ extension DatabaseMigrationClientTypes { public init( lsaAnalysisId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.lsaAnalysisId = lsaAnalysisId self.status = status } @@ -7647,8 +7455,7 @@ public struct DescribeFleetAdvisorLsaAnalysisOutput: Swift.Sendable { public init( analysis: [DatabaseMigrationClientTypes.FleetAdvisorLsaAnalysisResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysis = analysis self.nextToken = nextToken } @@ -7671,8 +7478,7 @@ public struct DescribeFleetAdvisorSchemaObjectSummaryInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -7708,8 +7514,7 @@ extension DatabaseMigrationClientTypes { numberOfObjects: Swift.Int? = nil, objectType: Swift.String? = nil, schemaId: Swift.String? = nil - ) - { + ) { self.codeLineCount = codeLineCount self.codeSize = codeSize self.numberOfObjects = numberOfObjects @@ -7728,8 +7533,7 @@ public struct DescribeFleetAdvisorSchemaObjectSummaryOutput: Swift.Sendable { public init( fleetAdvisorSchemaObjects: [DatabaseMigrationClientTypes.FleetAdvisorSchemaObjectResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetAdvisorSchemaObjects = fleetAdvisorSchemaObjects self.nextToken = nextToken } @@ -7768,8 +7572,7 @@ public struct DescribeFleetAdvisorSchemasInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -7794,8 +7597,7 @@ extension DatabaseMigrationClientTypes { databaseId: Swift.String? = nil, databaseIpAddress: Swift.String? = nil, databaseName: Swift.String? = nil - ) - { + ) { self.databaseEngine = databaseEngine self.databaseId = databaseId self.databaseIpAddress = databaseIpAddress @@ -7825,8 +7627,7 @@ extension DatabaseMigrationClientTypes { databaseName: Swift.String? = nil, schemaId: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.databaseId = databaseId self.databaseIpAddress = databaseIpAddress self.databaseName = databaseName @@ -7869,8 +7670,7 @@ extension DatabaseMigrationClientTypes { schemaName: Swift.String? = nil, server: DatabaseMigrationClientTypes.ServerShortInfoResponse? = nil, similarity: Swift.Double? = nil - ) - { + ) { self.codeLineCount = codeLineCount self.codeSize = codeSize self.complexity = complexity @@ -7893,8 +7693,7 @@ public struct DescribeFleetAdvisorSchemasOutput: Swift.Sendable { public init( fleetAdvisorSchemas: [DatabaseMigrationClientTypes.SchemaResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetAdvisorSchemas = fleetAdvisorSchemas self.nextToken = nextToken } @@ -7912,8 +7711,7 @@ public struct DescribeInstanceProfilesInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -7929,8 +7727,7 @@ public struct DescribeInstanceProfilesOutput: Swift.Sendable { public init( instanceProfiles: [DatabaseMigrationClientTypes.InstanceProfile]? = nil, marker: Swift.String? = nil - ) - { + ) { self.instanceProfiles = instanceProfiles self.marker = marker } @@ -7952,8 +7749,7 @@ public struct DescribeMetadataModelAssessmentsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -7970,8 +7766,7 @@ public struct DescribeMetadataModelAssessmentsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -7993,8 +7788,7 @@ public struct DescribeMetadataModelConversionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8011,8 +7805,7 @@ public struct DescribeMetadataModelConversionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -8034,8 +7827,7 @@ public struct DescribeMetadataModelExportsAsScriptInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8052,8 +7844,7 @@ public struct DescribeMetadataModelExportsAsScriptOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -8075,8 +7866,7 @@ public struct DescribeMetadataModelExportsToTargetInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8093,8 +7883,7 @@ public struct DescribeMetadataModelExportsToTargetOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -8116,8 +7905,7 @@ public struct DescribeMetadataModelImportsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8134,8 +7922,7 @@ public struct DescribeMetadataModelImportsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, requests: [DatabaseMigrationClientTypes.SchemaConversionRequest]? = nil - ) - { + ) { self.marker = marker self.requests = requests } @@ -8159,8 +7946,7 @@ public struct DescribeMigrationProjectsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8176,8 +7962,7 @@ public struct DescribeMigrationProjectsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, migrationProjects: [DatabaseMigrationClientTypes.MigrationProject]? = nil - ) - { + ) { self.marker = marker self.migrationProjects = migrationProjects } @@ -8193,8 +7978,7 @@ public struct DescribeOrderableReplicationInstancesInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords } @@ -8233,8 +8017,7 @@ extension DatabaseMigrationClientTypes { releaseStatus: DatabaseMigrationClientTypes.ReleaseStatusValues? = nil, replicationInstanceClass: Swift.String? = nil, storageType: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.defaultAllocatedStorage = defaultAllocatedStorage self.engineVersion = engineVersion @@ -8258,8 +8041,7 @@ public struct DescribeOrderableReplicationInstancesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, orderableReplicationInstances: [DatabaseMigrationClientTypes.OrderableReplicationInstance]? = nil - ) - { + ) { self.marker = marker self.orderableReplicationInstances = orderableReplicationInstances } @@ -8281,8 +8063,7 @@ public struct DescribePendingMaintenanceActionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8300,8 +8081,7 @@ public struct DescribePendingMaintenanceActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, pendingMaintenanceActions: [DatabaseMigrationClientTypes.ResourcePendingMaintenanceActions]? = nil - ) - { + ) { self.marker = marker self.pendingMaintenanceActions = pendingMaintenanceActions } @@ -8319,8 +8099,7 @@ public struct DescribeRecommendationLimitationsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -8351,8 +8130,7 @@ extension DatabaseMigrationClientTypes { impact: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.databaseId = databaseId self.description = description self.engineName = engineName @@ -8372,8 +8150,7 @@ public struct DescribeRecommendationLimitationsOutput: Swift.Sendable { public init( limitations: [DatabaseMigrationClientTypes.Limitation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limitations = limitations self.nextToken = nextToken } @@ -8391,8 +8168,7 @@ public struct DescribeRecommendationsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -8426,8 +8202,7 @@ extension DatabaseMigrationClientTypes { instanceVcpu: Swift.Double? = nil, storageIops: Swift.Int? = nil, storageSize: Swift.Int? = nil - ) - { + ) { self.deploymentOption = deploymentOption self.engineEdition = engineEdition self.engineVersion = engineVersion @@ -8472,8 +8247,7 @@ extension DatabaseMigrationClientTypes { storageIops: Swift.Int? = nil, storageSize: Swift.Int? = nil, storageType: Swift.String? = nil - ) - { + ) { self.deploymentOption = deploymentOption self.engineEdition = engineEdition self.engineVersion = engineVersion @@ -8499,8 +8273,7 @@ extension DatabaseMigrationClientTypes { public init( requirementsToTarget: DatabaseMigrationClientTypes.RdsRequirements? = nil, targetConfiguration: DatabaseMigrationClientTypes.RdsConfiguration? = nil - ) - { + ) { self.requirementsToTarget = requirementsToTarget self.targetConfiguration = targetConfiguration } @@ -8516,8 +8289,7 @@ extension DatabaseMigrationClientTypes { public init( rdsEngine: DatabaseMigrationClientTypes.RdsRecommendation? = nil - ) - { + ) { self.rdsEngine = rdsEngine } } @@ -8550,8 +8322,7 @@ extension DatabaseMigrationClientTypes { preferred: Swift.Bool? = nil, settings: DatabaseMigrationClientTypes.RecommendationSettings? = nil, status: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.data = data self.databaseId = databaseId @@ -8572,8 +8343,7 @@ public struct DescribeRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendations: [DatabaseMigrationClientTypes.Recommendation]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendations = recommendations } @@ -8587,8 +8357,7 @@ public struct DescribeRefreshSchemasStatusInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -8646,8 +8415,7 @@ extension DatabaseMigrationClientTypes { lastRefreshDate: Foundation.Date? = nil, replicationInstanceArn: Swift.String? = nil, status: DatabaseMigrationClientTypes.RefreshSchemasStatusTypeValue? = nil - ) - { + ) { self.endpointArn = endpointArn self.lastFailureMessage = lastFailureMessage self.lastRefreshDate = lastRefreshDate @@ -8664,8 +8432,7 @@ public struct DescribeRefreshSchemasStatusOutput: Swift.Sendable { public init( refreshSchemasStatus: DatabaseMigrationClientTypes.RefreshSchemasStatus? = nil - ) - { + ) { self.refreshSchemasStatus = refreshSchemasStatus } } @@ -8683,8 +8450,7 @@ public struct DescribeReplicationConfigsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8701,8 +8467,7 @@ public struct DescribeReplicationConfigsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationConfigs: [DatabaseMigrationClientTypes.ReplicationConfig]? = nil - ) - { + ) { self.marker = marker self.replicationConfigs = replicationConfigs } @@ -8721,8 +8486,7 @@ public struct DescribeReplicationInstancesInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8739,8 +8503,7 @@ public struct DescribeReplicationInstancesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationInstances: [DatabaseMigrationClientTypes.ReplicationInstance]? = nil - ) - { + ) { self.marker = marker self.replicationInstances = replicationInstances } @@ -8759,8 +8522,7 @@ public struct DescribeReplicationInstanceTaskLogsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.replicationInstanceArn = replicationInstanceArn @@ -8782,8 +8544,7 @@ extension DatabaseMigrationClientTypes { replicationInstanceTaskLogSize: Swift.Int = 0, replicationTaskArn: Swift.String? = nil, replicationTaskName: Swift.String? = nil - ) - { + ) { self.replicationInstanceTaskLogSize = replicationInstanceTaskLogSize self.replicationTaskArn = replicationTaskArn self.replicationTaskName = replicationTaskName @@ -8803,8 +8564,7 @@ public struct DescribeReplicationInstanceTaskLogsOutput: Swift.Sendable { marker: Swift.String? = nil, replicationInstanceArn: Swift.String? = nil, replicationInstanceTaskLogs: [DatabaseMigrationClientTypes.ReplicationInstanceTaskLog]? = nil - ) - { + ) { self.marker = marker self.replicationInstanceArn = replicationInstanceArn self.replicationInstanceTaskLogs = replicationInstanceTaskLogs @@ -8824,8 +8584,7 @@ public struct DescribeReplicationsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -8856,8 +8615,7 @@ extension DatabaseMigrationClientTypes { provisionState: Swift.String? = nil, provisionedCapacityUnits: Swift.Int = 0, reasonForNewProvisioningData: Swift.String? = nil - ) - { + ) { self.dateNewProvisioningDataAvailable = dateNewProvisioningDataAvailable self.dateProvisioned = dateProvisioned self.isNewProvisioningAvailable = isNewProvisioningAvailable @@ -8907,8 +8665,7 @@ extension DatabaseMigrationClientTypes { tablesLoaded: Swift.Int = 0, tablesLoading: Swift.Int = 0, tablesQueued: Swift.Int = 0 - ) - { + ) { self.elapsedTimeMillis = elapsedTimeMillis self.freshStartDate = freshStartDate self.fullLoadFinishDate = fullLoadFinishDate @@ -9015,8 +8772,7 @@ extension DatabaseMigrationClientTypes { status: Swift.String? = nil, stopReason: Swift.String? = nil, targetEndpointArn: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -9050,8 +8806,7 @@ public struct DescribeReplicationsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replications: [DatabaseMigrationClientTypes.Replication]? = nil - ) - { + ) { self.marker = marker self.replications = replications } @@ -9070,8 +8825,7 @@ public struct DescribeReplicationSubnetGroupsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9088,8 +8842,7 @@ public struct DescribeReplicationSubnetGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationSubnetGroups: [DatabaseMigrationClientTypes.ReplicationSubnetGroup]? = nil - ) - { + ) { self.marker = marker self.replicationSubnetGroups = replicationSubnetGroups } @@ -9112,8 +8865,7 @@ public struct DescribeReplicationTableStatisticsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationConfigArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9218,8 +8970,7 @@ extension DatabaseMigrationClientTypes { validationState: Swift.String? = nil, validationStateDetails: Swift.String? = nil, validationSuspendedRecords: Swift.Int = 0 - ) - { + ) { self.appliedDdls = appliedDdls self.appliedDeletes = appliedDeletes self.appliedInserts = appliedInserts @@ -9260,8 +9011,7 @@ public struct DescribeReplicationTableStatisticsOutput: Swift.Sendable { marker: Swift.String? = nil, replicationConfigArn: Swift.String? = nil, replicationTableStatistics: [DatabaseMigrationClientTypes.TableStatistics]? = nil - ) - { + ) { self.marker = marker self.replicationConfigArn = replicationConfigArn self.replicationTableStatistics = replicationTableStatistics @@ -9281,8 +9031,7 @@ public struct DescribeReplicationTaskAssessmentResultsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationTaskArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.replicationTaskArn = replicationTaskArn @@ -9316,8 +9065,7 @@ extension DatabaseMigrationClientTypes { replicationTaskIdentifier: Swift.String? = nil, replicationTaskLastAssessmentDate: Foundation.Date? = nil, s3ObjectUrl: Swift.String? = nil - ) - { + ) { self.assessmentResults = assessmentResults self.assessmentResultsFile = assessmentResultsFile self.assessmentStatus = assessmentStatus @@ -9347,8 +9095,7 @@ public struct DescribeReplicationTaskAssessmentResultsOutput: Swift.Sendable { bucketName: Swift.String? = nil, marker: Swift.String? = nil, replicationTaskAssessmentResults: [DatabaseMigrationClientTypes.ReplicationTaskAssessmentResult]? = nil - ) - { + ) { self.bucketName = bucketName self.marker = marker self.replicationTaskAssessmentResults = replicationTaskAssessmentResults @@ -9368,8 +9115,7 @@ public struct DescribeReplicationTaskAssessmentRunsInput: Swift.Sendable { filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9386,8 +9132,7 @@ public struct DescribeReplicationTaskAssessmentRunsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationTaskAssessmentRuns: [DatabaseMigrationClientTypes.ReplicationTaskAssessmentRun]? = nil - ) - { + ) { self.marker = marker self.replicationTaskAssessmentRuns = replicationTaskAssessmentRuns } @@ -9406,8 +9151,7 @@ public struct DescribeReplicationTaskIndividualAssessmentsInput: Swift.Sendable filters: [DatabaseMigrationClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9447,8 +9191,7 @@ extension DatabaseMigrationClientTypes { replicationTaskIndividualAssessmentArn: Swift.String? = nil, replicationTaskIndividualAssessmentStartDate: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.individualAssessmentName = individualAssessmentName self.replicationTaskAssessmentRunArn = replicationTaskAssessmentRunArn self.replicationTaskIndividualAssessmentArn = replicationTaskIndividualAssessmentArn @@ -9468,8 +9211,7 @@ public struct DescribeReplicationTaskIndividualAssessmentsOutput: Swift.Sendable public init( marker: Swift.String? = nil, replicationTaskIndividualAssessments: [DatabaseMigrationClientTypes.ReplicationTaskIndividualAssessment]? = nil - ) - { + ) { self.marker = marker self.replicationTaskIndividualAssessments = replicationTaskIndividualAssessments } @@ -9491,8 +9233,7 @@ public struct DescribeReplicationTasksInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, withoutSettings: Swift.Bool? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9510,8 +9251,7 @@ public struct DescribeReplicationTasksOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationTasks: [DatabaseMigrationClientTypes.ReplicationTask]? = nil - ) - { + ) { self.marker = marker self.replicationTasks = replicationTasks } @@ -9531,8 +9271,7 @@ public struct DescribeSchemasInput: Swift.Sendable { endpointArn: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.endpointArn = endpointArn self.marker = marker self.maxRecords = maxRecords @@ -9549,8 +9288,7 @@ public struct DescribeSchemasOutput: Swift.Sendable { public init( marker: Swift.String? = nil, schemas: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.schemas = schemas } @@ -9573,8 +9311,7 @@ public struct DescribeTableStatisticsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationTaskArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -9595,8 +9332,7 @@ public struct DescribeTableStatisticsOutput: Swift.Sendable { marker: Swift.String? = nil, replicationTaskArn: Swift.String? = nil, tableStatistics: [DatabaseMigrationClientTypes.TableStatistics]? = nil - ) - { + ) { self.marker = marker self.replicationTaskArn = replicationTaskArn self.tableStatistics = tableStatistics @@ -9649,8 +9385,7 @@ public struct ExportMetadataModelAssessmentInput: Swift.Sendable { fileName: Swift.String? = nil, migrationProjectIdentifier: Swift.String? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.assessmentReportTypes = assessmentReportTypes self.fileName = fileName self.migrationProjectIdentifier = migrationProjectIdentifier @@ -9670,8 +9405,7 @@ extension DatabaseMigrationClientTypes { public init( objectURL: Swift.String? = nil, s3ObjectKey: Swift.String? = nil - ) - { + ) { self.objectURL = objectURL self.s3ObjectKey = s3ObjectKey } @@ -9687,8 +9421,7 @@ public struct ExportMetadataModelAssessmentOutput: Swift.Sendable { public init( csvReport: DatabaseMigrationClientTypes.ExportMetadataModelAssessmentResultEntry? = nil, pdfReport: DatabaseMigrationClientTypes.ExportMetadataModelAssessmentResultEntry? = nil - ) - { + ) { self.csvReport = csvReport self.pdfReport = pdfReport } @@ -9712,8 +9445,7 @@ public struct InvalidCertificateFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9734,8 +9466,7 @@ public struct ImportCertificateInput: Swift.Sendable { certificatePem: Swift.String? = nil, certificateWallet: Foundation.Data? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.certificateIdentifier = certificateIdentifier self.certificatePem = certificatePem self.certificateWallet = certificateWallet @@ -9754,8 +9485,7 @@ public struct ImportCertificateOutput: Swift.Sendable { public init( certificate: DatabaseMigrationClientTypes.Certificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -9770,8 +9500,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceArnList: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceArnList = resourceArnList } @@ -9784,8 +9513,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -9801,8 +9529,7 @@ public struct ModifyConversionConfigurationInput: Swift.Sendable { public init( conversionConfiguration: Swift.String? = nil, migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.conversionConfiguration = conversionConfiguration self.migrationProjectIdentifier = migrationProjectIdentifier } @@ -9814,8 +9541,7 @@ public struct ModifyConversionConfigurationOutput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier } } @@ -9848,8 +9574,7 @@ public struct ModifyDataMigrationInput: Swift.Sendable { selectionRules: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil, sourceDataSettings: [DatabaseMigrationClientTypes.SourceDataSetting]? = nil - ) - { + ) { self.dataMigrationIdentifier = dataMigrationIdentifier self.dataMigrationName = dataMigrationName self.dataMigrationType = dataMigrationType @@ -9872,8 +9597,7 @@ public struct ModifyDataMigrationOutput: Swift.Sendable { public init( dataMigration: DatabaseMigrationClientTypes.DataMigration? = nil - ) - { + ) { self.dataMigration = dataMigration } } @@ -9904,8 +9628,7 @@ public struct ModifyDataProviderInput: Swift.Sendable { engine: Swift.String? = nil, exactSettings: Swift.Bool? = nil, settings: DatabaseMigrationClientTypes.DataProviderSettings? = nil - ) - { + ) { self.dataProviderIdentifier = dataProviderIdentifier self.dataProviderName = dataProviderName self.description = description @@ -9921,8 +9644,7 @@ public struct ModifyDataProviderOutput: Swift.Sendable { public init( dataProvider: DatabaseMigrationClientTypes.DataProvider? = nil - ) - { + ) { self.dataProvider = dataProvider } } @@ -10048,8 +9770,7 @@ public struct ModifyEndpointInput: Swift.Sendable { sybaseSettings: DatabaseMigrationClientTypes.SybaseSettings? = nil, timestreamSettings: DatabaseMigrationClientTypes.TimestreamSettings? = nil, username: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.dmsTransferSettings = dmsTransferSettings @@ -10099,8 +9820,7 @@ public struct ModifyEndpointOutput: Swift.Sendable { public init( endpoint: DatabaseMigrationClientTypes.Endpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -10125,8 +9845,7 @@ public struct ModifyEventSubscriptionInput: Swift.Sendable { snsTopicArn: Swift.String? = nil, sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -10142,8 +9861,7 @@ public struct ModifyEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DatabaseMigrationClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -10179,8 +9897,7 @@ public struct ModifyInstanceProfileInput: Swift.Sendable { publiclyAccessible: Swift.Bool? = nil, subnetGroupIdentifier: Swift.String? = nil, vpcSecurityGroups: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.instanceProfileIdentifier = instanceProfileIdentifier @@ -10199,8 +9916,7 @@ public struct ModifyInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DatabaseMigrationClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -10233,8 +9949,7 @@ public struct ModifyMigrationProjectInput: Swift.Sendable { sourceDataProviderDescriptors: [DatabaseMigrationClientTypes.DataProviderDescriptorDefinition]? = nil, targetDataProviderDescriptors: [DatabaseMigrationClientTypes.DataProviderDescriptorDefinition]? = nil, transformationRules: Swift.String? = nil - ) - { + ) { self.description = description self.instanceProfileIdentifier = instanceProfileIdentifier self.migrationProjectIdentifier = migrationProjectIdentifier @@ -10252,8 +9967,7 @@ public struct ModifyMigrationProjectOutput: Swift.Sendable { public init( migrationProject: DatabaseMigrationClientTypes.MigrationProject? = nil - ) - { + ) { self.migrationProject = migrationProject } } @@ -10290,8 +10004,7 @@ public struct ModifyReplicationConfigInput: Swift.Sendable { supplementalSettings: Swift.String? = nil, tableMappings: Swift.String? = nil, targetEndpointArn: Swift.String? = nil - ) - { + ) { self.computeConfig = computeConfig self.replicationConfigArn = replicationConfigArn self.replicationConfigIdentifier = replicationConfigIdentifier @@ -10310,8 +10023,7 @@ public struct ModifyReplicationConfigOutput: Swift.Sendable { public init( replicationConfig: DatabaseMigrationClientTypes.ReplicationConfig? = nil - ) - { + ) { self.replicationConfig = replicationConfig } } @@ -10335,8 +10047,7 @@ public struct UpgradeDependencyFailureFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10391,8 +10102,7 @@ public struct ModifyReplicationInstanceInput: Swift.Sendable { replicationInstanceClass: Swift.String? = nil, replicationInstanceIdentifier: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.applyImmediately = applyImmediately @@ -10416,8 +10126,7 @@ public struct ModifyReplicationInstanceOutput: Swift.Sendable { public init( replicationInstance: DatabaseMigrationClientTypes.ReplicationInstance? = nil - ) - { + ) { self.replicationInstance = replicationInstance } } @@ -10441,8 +10150,7 @@ public struct SubnetAlreadyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10462,8 +10170,7 @@ public struct ModifyReplicationSubnetGroupInput: Swift.Sendable { replicationSubnetGroupDescription: Swift.String? = nil, replicationSubnetGroupIdentifier: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.replicationSubnetGroupDescription = replicationSubnetGroupDescription self.replicationSubnetGroupIdentifier = replicationSubnetGroupIdentifier self.subnetIds = subnetIds @@ -10477,8 +10184,7 @@ public struct ModifyReplicationSubnetGroupOutput: Swift.Sendable { public init( replicationSubnetGroup: DatabaseMigrationClientTypes.ReplicationSubnetGroup? = nil - ) - { + ) { self.replicationSubnetGroup = replicationSubnetGroup } } @@ -10521,8 +10227,7 @@ public struct ModifyReplicationTaskInput: Swift.Sendable { replicationTaskSettings: Swift.String? = nil, tableMappings: Swift.String? = nil, taskData: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -10542,8 +10247,7 @@ public struct ModifyReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -10560,8 +10264,7 @@ public struct MoveReplicationTaskInput: Swift.Sendable { public init( replicationTaskArn: Swift.String? = nil, targetReplicationInstanceArn: Swift.String? = nil - ) - { + ) { self.replicationTaskArn = replicationTaskArn self.targetReplicationInstanceArn = targetReplicationInstanceArn } @@ -10574,8 +10277,7 @@ public struct MoveReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -10593,8 +10295,7 @@ public struct RebootReplicationInstanceInput: Swift.Sendable { forceFailover: Swift.Bool? = nil, forcePlannedFailover: Swift.Bool? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.forceFailover = forceFailover self.forcePlannedFailover = forcePlannedFailover self.replicationInstanceArn = replicationInstanceArn @@ -10607,8 +10308,7 @@ public struct RebootReplicationInstanceOutput: Swift.Sendable { public init( replicationInstance: DatabaseMigrationClientTypes.ReplicationInstance? = nil - ) - { + ) { self.replicationInstance = replicationInstance } } @@ -10625,8 +10325,7 @@ public struct RefreshSchemasInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn self.replicationInstanceArn = replicationInstanceArn } @@ -10639,8 +10338,7 @@ public struct RefreshSchemasOutput: Swift.Sendable { public init( refreshSchemasStatus: DatabaseMigrationClientTypes.RefreshSchemasStatus? = nil - ) - { + ) { self.refreshSchemasStatus = refreshSchemasStatus } } @@ -10688,8 +10386,7 @@ extension DatabaseMigrationClientTypes { public init( schemaName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.schemaName = schemaName self.tableName = tableName } @@ -10711,8 +10408,7 @@ public struct ReloadReplicationTablesInput: Swift.Sendable { reloadOption: DatabaseMigrationClientTypes.ReloadOptionValue? = nil, replicationConfigArn: Swift.String? = nil, tablesToReload: [DatabaseMigrationClientTypes.TableToReload]? = nil - ) - { + ) { self.reloadOption = reloadOption self.replicationConfigArn = replicationConfigArn self.tablesToReload = tablesToReload @@ -10726,8 +10422,7 @@ public struct ReloadReplicationTablesOutput: Swift.Sendable { public init( replicationConfigArn: Swift.String? = nil - ) - { + ) { self.replicationConfigArn = replicationConfigArn } } @@ -10746,8 +10441,7 @@ public struct ReloadTablesInput: Swift.Sendable { reloadOption: DatabaseMigrationClientTypes.ReloadOptionValue? = nil, replicationTaskArn: Swift.String? = nil, tablesToReload: [DatabaseMigrationClientTypes.TableToReload]? = nil - ) - { + ) { self.reloadOption = reloadOption self.replicationTaskArn = replicationTaskArn self.tablesToReload = tablesToReload @@ -10760,8 +10454,7 @@ public struct ReloadTablesOutput: Swift.Sendable { public init( replicationTaskArn: Swift.String? = nil - ) - { + ) { self.replicationTaskArn = replicationTaskArn } } @@ -10778,8 +10471,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -10800,8 +10492,7 @@ public struct RunFleetAdvisorLsaAnalysisOutput: Swift.Sendable { public init( lsaAnalysisId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.lsaAnalysisId = lsaAnalysisId self.status = status } @@ -10850,8 +10541,7 @@ public struct StartDataMigrationInput: Swift.Sendable { public init( dataMigrationIdentifier: Swift.String? = nil, startType: DatabaseMigrationClientTypes.StartReplicationMigrationTypeValue? = nil - ) - { + ) { self.dataMigrationIdentifier = dataMigrationIdentifier self.startType = startType } @@ -10863,8 +10553,7 @@ public struct StartDataMigrationOutput: Swift.Sendable { public init( dataMigration: DatabaseMigrationClientTypes.DataMigration? = nil - ) - { + ) { self.dataMigration = dataMigration } } @@ -10876,8 +10565,7 @@ public struct StartExtensionPackAssociationInput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier } } @@ -10888,8 +10576,7 @@ public struct StartExtensionPackAssociationOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -10905,8 +10592,7 @@ public struct StartMetadataModelAssessmentInput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier self.selectionRules = selectionRules } @@ -10918,8 +10604,7 @@ public struct StartMetadataModelAssessmentOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -10935,8 +10620,7 @@ public struct StartMetadataModelConversionInput: Swift.Sendable { public init( migrationProjectIdentifier: Swift.String? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier self.selectionRules = selectionRules } @@ -10948,8 +10632,7 @@ public struct StartMetadataModelConversionOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -11001,8 +10684,7 @@ public struct StartMetadataModelExportAsScriptInput: Swift.Sendable { migrationProjectIdentifier: Swift.String? = nil, origin: DatabaseMigrationClientTypes.OriginTypeValue? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.migrationProjectIdentifier = migrationProjectIdentifier self.origin = origin @@ -11016,8 +10698,7 @@ public struct StartMetadataModelExportAsScriptOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -11036,8 +10717,7 @@ public struct StartMetadataModelExportToTargetInput: Swift.Sendable { migrationProjectIdentifier: Swift.String? = nil, overwriteExtensionPack: Swift.Bool? = nil, selectionRules: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier self.overwriteExtensionPack = overwriteExtensionPack self.selectionRules = selectionRules @@ -11050,8 +10730,7 @@ public struct StartMetadataModelExportToTargetOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -11074,8 +10753,7 @@ public struct StartMetadataModelImportInput: Swift.Sendable { origin: DatabaseMigrationClientTypes.OriginTypeValue? = nil, refresh: Swift.Bool? = false, selectionRules: Swift.String? = nil - ) - { + ) { self.migrationProjectIdentifier = migrationProjectIdentifier self.origin = origin self.refresh = refresh @@ -11089,8 +10767,7 @@ public struct StartMetadataModelImportOutput: Swift.Sendable { public init( requestIdentifier: Swift.String? = nil - ) - { + ) { self.requestIdentifier = requestIdentifier } } @@ -11106,8 +10783,7 @@ public struct StartRecommendationsInput: Swift.Sendable { public init( databaseId: Swift.String? = nil, settings: DatabaseMigrationClientTypes.RecommendationSettings? = nil - ) - { + ) { self.databaseId = databaseId self.settings = settings } @@ -11134,8 +10810,7 @@ public struct StartReplicationInput: Swift.Sendable { cdcStopPosition: Swift.String? = nil, replicationConfigArn: Swift.String? = nil, startReplicationType: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -11151,8 +10826,7 @@ public struct StartReplicationOutput: Swift.Sendable { public init( replication: DatabaseMigrationClientTypes.Replication? = nil - ) - { + ) { self.replication = replication } } @@ -11210,8 +10884,7 @@ public struct StartReplicationTaskInput: Swift.Sendable { cdcStopPosition: Swift.String? = nil, replicationTaskArn: Swift.String? = nil, startReplicationTaskType: DatabaseMigrationClientTypes.StartReplicationTaskTypeValue? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -11227,8 +10900,7 @@ public struct StartReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -11241,8 +10913,7 @@ public struct StartReplicationTaskAssessmentInput: Swift.Sendable { public init( replicationTaskArn: Swift.String? = nil - ) - { + ) { self.replicationTaskArn = replicationTaskArn } } @@ -11254,8 +10925,7 @@ public struct StartReplicationTaskAssessmentOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -11278,8 +10948,7 @@ public struct KMSFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSServiceE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11326,8 +10995,7 @@ public struct StartReplicationTaskAssessmentRunInput: Swift.Sendable { resultLocationFolder: Swift.String? = nil, serviceAccessRoleArn: Swift.String? = nil, tags: [DatabaseMigrationClientTypes.Tag]? = nil - ) - { + ) { self.assessmentRunName = assessmentRunName self.exclude = exclude self.includeOnly = includeOnly @@ -11348,8 +11016,7 @@ public struct StartReplicationTaskAssessmentRunOutput: Swift.Sendable { public init( replicationTaskAssessmentRun: DatabaseMigrationClientTypes.ReplicationTaskAssessmentRun? = nil - ) - { + ) { self.replicationTaskAssessmentRun = replicationTaskAssessmentRun } } @@ -11361,8 +11028,7 @@ public struct StopDataMigrationInput: Swift.Sendable { public init( dataMigrationIdentifier: Swift.String? = nil - ) - { + ) { self.dataMigrationIdentifier = dataMigrationIdentifier } } @@ -11373,8 +11039,7 @@ public struct StopDataMigrationOutput: Swift.Sendable { public init( dataMigration: DatabaseMigrationClientTypes.DataMigration? = nil - ) - { + ) { self.dataMigration = dataMigration } } @@ -11387,8 +11052,7 @@ public struct StopReplicationInput: Swift.Sendable { public init( replicationConfigArn: Swift.String? = nil - ) - { + ) { self.replicationConfigArn = replicationConfigArn } } @@ -11399,8 +11063,7 @@ public struct StopReplicationOutput: Swift.Sendable { public init( replication: DatabaseMigrationClientTypes.Replication? = nil - ) - { + ) { self.replication = replication } } @@ -11413,8 +11076,7 @@ public struct StopReplicationTaskInput: Swift.Sendable { public init( replicationTaskArn: Swift.String? = nil - ) - { + ) { self.replicationTaskArn = replicationTaskArn } } @@ -11426,8 +11088,7 @@ public struct StopReplicationTaskOutput: Swift.Sendable { public init( replicationTask: DatabaseMigrationClientTypes.ReplicationTask? = nil - ) - { + ) { self.replicationTask = replicationTask } } @@ -11444,8 +11105,7 @@ public struct TestConnectionInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil, replicationInstanceArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn self.replicationInstanceArn = replicationInstanceArn } @@ -11458,8 +11118,7 @@ public struct TestConnectionOutput: Swift.Sendable { public init( connection: DatabaseMigrationClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -11471,8 +11130,7 @@ public struct UpdateSubscriptionsToEventBridgeInput: Swift.Sendable { public init( forceMove: Swift.Bool? = nil - ) - { + ) { self.forceMove = forceMove } } @@ -11484,8 +11142,7 @@ public struct UpdateSubscriptionsToEventBridgeOutput: Swift.Sendable { public init( result: Swift.String? = nil - ) - { + ) { self.result = result } } diff --git a/Sources/Services/AWSDeadline/Package.swift.txt b/Sources/Services/AWSDeadline/Package.swift.txt index 81308832c1a..38544c978d9 100644 --- a/Sources/Services/AWSDeadline/Package.swift.txt +++ b/Sources/Services/AWSDeadline/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDeadline/Sources/AWSDeadline/DeadlineClient.swift b/Sources/Services/AWSDeadline/Sources/AWSDeadline/DeadlineClient.swift index ecf8d26632f..f2d6ce00bb4 100644 --- a/Sources/Services/AWSDeadline/Sources/AWSDeadline/DeadlineClient.swift +++ b/Sources/Services/AWSDeadline/Sources/AWSDeadline/DeadlineClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DeadlineClient: ClientRuntime.Client { public static let clientName = "DeadlineClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DeadlineClient.DeadlineClientConfiguration let serviceName = "deadline" diff --git a/Sources/Services/AWSDeadline/Sources/AWSDeadline/Models.swift b/Sources/Services/AWSDeadline/Sources/AWSDeadline/Models.swift index 6a4667e545c..096947d1177 100644 --- a/Sources/Services/AWSDeadline/Sources/AWSDeadline/Models.swift +++ b/Sources/Services/AWSDeadline/Sources/AWSDeadline/Models.swift @@ -48,8 +48,7 @@ extension DeadlineClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -104,8 +103,7 @@ extension DeadlineClientTypes { public init( name: DeadlineClientTypes.AcceleratorName? = nil, runtime: Swift.String? = "latest" - ) - { + ) { self.name = name self.runtime = runtime } @@ -125,8 +123,7 @@ extension DeadlineClientTypes { public init( count: DeadlineClientTypes.AcceleratorCountRange? = nil, selections: [DeadlineClientTypes.AcceleratorSelection]? = nil - ) - { + ) { self.count = count self.selections = selections } @@ -146,8 +143,7 @@ extension DeadlineClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -203,8 +199,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( context: [Swift.String: Swift.String]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message } @@ -220,8 +215,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -237,8 +231,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -263,8 +256,7 @@ extension DeadlineClientTypes { logDriver: Swift.String? = nil, options: [Swift.String: Swift.String]? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.error = error self.logDriver = logDriver self.options = options @@ -282,8 +274,7 @@ extension DeadlineClientTypes { public init( stepId: Swift.String? = nil - ) - { + ) { self.stepId = stepId } } @@ -323,8 +314,7 @@ extension DeadlineClientTypes { parameters: [Swift.String: DeadlineClientTypes.TaskParameterValue]? = nil, stepId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.stepId = stepId self.taskId = taskId @@ -367,8 +357,7 @@ extension DeadlineClientTypes { public init( definition: DeadlineClientTypes.AssignedSessionActionDefinition? = nil, sessionActionId: Swift.String? = nil - ) - { + ) { self.definition = definition self.sessionActionId = sessionActionId } @@ -397,8 +386,7 @@ extension DeadlineClientTypes { logConfiguration: DeadlineClientTypes.LogConfiguration? = nil, queueId: Swift.String? = nil, sessionActions: [DeadlineClientTypes.AssignedSessionAction]? = nil - ) - { + ) { self.jobId = jobId self.logConfiguration = logConfiguration self.queueId = queueId @@ -429,8 +417,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -466,8 +453,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message self.properties.resourceId = resourceId @@ -545,8 +531,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message self.properties.quotaCode = quotaCode @@ -588,8 +573,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message self.properties.quotaCode = quotaCode @@ -612,8 +596,7 @@ extension DeadlineClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -684,8 +667,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [DeadlineClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: DeadlineClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.context = context self.properties.fieldList = fieldList self.properties.message = message @@ -780,8 +762,7 @@ public struct AssociateMemberToFarmInput: Swift.Sendable { membershipLevel: DeadlineClientTypes.MembershipLevel? = nil, principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.membershipLevel = membershipLevel @@ -822,8 +803,7 @@ public struct AssociateMemberToFleetInput: Swift.Sendable { membershipLevel: DeadlineClientTypes.MembershipLevel? = nil, principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.identityStoreId = identityStoreId @@ -869,8 +849,7 @@ public struct AssociateMemberToJobInput: Swift.Sendable { principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.jobId = jobId @@ -913,8 +892,7 @@ public struct AssociateMemberToQueueInput: Swift.Sendable { principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.membershipLevel = membershipLevel @@ -940,8 +918,7 @@ public struct AssumeFleetRoleForReadInput: Swift.Sendable { public init( farmId: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId } @@ -969,8 +946,7 @@ extension DeadlineClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -992,8 +968,7 @@ public struct AssumeFleetRoleForReadOutput: Swift.Sendable { public init( credentials: DeadlineClientTypes.AwsCredentials? = nil - ) - { + ) { self.credentials = credentials } } @@ -1076,8 +1051,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW reason: DeadlineClientTypes.ConflictExceptionReason? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message self.properties.reason = reason @@ -1101,8 +1075,7 @@ public struct AssumeFleetRoleForWorkerInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.workerId = workerId @@ -1116,8 +1089,7 @@ public struct AssumeFleetRoleForWorkerOutput: Swift.Sendable { public init( credentials: DeadlineClientTypes.AwsCredentials? = nil - ) - { + ) { self.credentials = credentials } } @@ -1139,8 +1111,7 @@ public struct AssumeQueueRoleForReadInput: Swift.Sendable { public init( farmId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueId = queueId } @@ -1153,8 +1124,7 @@ public struct AssumeQueueRoleForReadOutput: Swift.Sendable { public init( credentials: DeadlineClientTypes.AwsCredentials? = nil - ) - { + ) { self.credentials = credentials } } @@ -1176,8 +1146,7 @@ public struct AssumeQueueRoleForUserInput: Swift.Sendable { public init( farmId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueId = queueId } @@ -1190,8 +1159,7 @@ public struct AssumeQueueRoleForUserOutput: Swift.Sendable { public init( credentials: DeadlineClientTypes.AwsCredentials? = nil - ) - { + ) { self.credentials = credentials } } @@ -1221,8 +1189,7 @@ public struct AssumeQueueRoleForWorkerInput: Swift.Sendable { fleetId: Swift.String? = nil, queueId: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.queueId = queueId @@ -1236,8 +1203,7 @@ public struct AssumeQueueRoleForWorkerOutput: Swift.Sendable { public init( credentials: DeadlineClientTypes.AwsCredentials? = nil - ) - { + ) { self.credentials = credentials } } @@ -1332,8 +1298,7 @@ extension DeadlineClientTypes { outputRelativeDirectories: [Swift.String]? = nil, rootPath: Swift.String? = nil, rootPathFormat: DeadlineClientTypes.PathFormat? = nil - ) - { + ) { self.fileSystemLocationName = fileSystemLocationName self.inputManifestHash = inputManifestHash self.inputManifestPath = inputManifestPath @@ -1363,8 +1328,7 @@ extension DeadlineClientTypes { public init( fileSystem: DeadlineClientTypes.JobAttachmentsFileSystem? = .copied, manifests: [DeadlineClientTypes.ManifestProperties]? = nil - ) - { + ) { self.fileSystem = fileSystem self.manifests = manifests } @@ -1451,8 +1415,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.jobId = jobId } @@ -1469,8 +1432,7 @@ extension DeadlineClientTypes { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1486,8 +1448,7 @@ extension DeadlineClientTypes { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1507,8 +1468,7 @@ extension DeadlineClientTypes { public init( jobId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.stepId = stepId } @@ -1550,8 +1510,7 @@ public struct BatchGetJobEntityInput: Swift.Sendable { fleetId: Swift.String? = nil, identifiers: [DeadlineClientTypes.JobEntityIdentifiersUnion]? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.identifiers = identifiers @@ -1581,8 +1540,7 @@ extension DeadlineClientTypes { jobId: Swift.String? = nil, schemaVersion: Swift.String? = nil, template: Smithy.Document? = nil - ) - { + ) { self.environmentId = environmentId self.jobId = jobId self.schemaVersion = schemaVersion @@ -1610,8 +1568,7 @@ extension DeadlineClientTypes { public init( attachments: DeadlineClientTypes.Attachments? = nil, jobId: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.jobId = jobId } @@ -1632,8 +1589,7 @@ extension DeadlineClientTypes { public init( rootPrefix: Swift.String? = nil, s3BucketName: Swift.String? = nil - ) - { + ) { self.rootPrefix = rootPrefix self.s3BucketName = s3BucketName } @@ -1654,8 +1610,7 @@ extension DeadlineClientTypes { public init( group: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.group = group self.user = user } @@ -1705,8 +1660,7 @@ extension DeadlineClientTypes { public init( passwordArn: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.passwordArn = passwordArn self.user = user } @@ -1729,8 +1683,7 @@ extension DeadlineClientTypes { posix: DeadlineClientTypes.PosixUser? = nil, runAs: DeadlineClientTypes.RunAs? = nil, windows: DeadlineClientTypes.WindowsUser? = nil - ) - { + ) { self.posix = posix self.runAs = runAs self.windows = windows @@ -1772,8 +1725,7 @@ extension DeadlineClientTypes { destinationPath: Swift.String? = nil, sourcePath: Swift.String? = nil, sourcePathFormat: DeadlineClientTypes.PathFormat? = nil - ) - { + ) { self.destinationPath = destinationPath self.sourcePath = sourcePath self.sourcePathFormat = sourcePathFormat @@ -1820,8 +1772,7 @@ extension DeadlineClientTypes { pathMappingRules: [DeadlineClientTypes.PathMappingRule]? = nil, queueRoleArn: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.jobAttachmentSettings = jobAttachmentSettings self.jobId = jobId self.jobRunAsUser = jobRunAsUser @@ -1865,8 +1816,7 @@ extension DeadlineClientTypes { schemaVersion: Swift.String? = nil, stepId: Swift.String? = nil, template: Smithy.Document? = nil - ) - { + ) { self.dependencies = dependencies self.jobId = jobId self.schemaVersion = schemaVersion @@ -1960,8 +1910,7 @@ extension DeadlineClientTypes { environmentId: Swift.String? = nil, jobId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.environmentId = environmentId self.jobId = jobId @@ -1988,8 +1937,7 @@ extension DeadlineClientTypes { code: DeadlineClientTypes.JobEntityErrorCode? = nil, jobId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.jobId = jobId self.message = message @@ -2015,8 +1963,7 @@ extension DeadlineClientTypes { code: DeadlineClientTypes.JobEntityErrorCode? = nil, jobId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.jobId = jobId self.message = message @@ -2046,8 +1993,7 @@ extension DeadlineClientTypes { jobId: Swift.String? = nil, message: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.code = code self.jobId = jobId self.message = message @@ -2083,8 +2029,7 @@ public struct BatchGetJobEntityOutput: Swift.Sendable { public init( entities: [DeadlineClientTypes.JobEntity]? = nil, errors: [DeadlineClientTypes.GetJobEntityError]? = nil - ) - { + ) { self.entities = entities self.errors = errors } @@ -2136,8 +2081,7 @@ extension DeadlineClientTypes { description: Swift.String? = nil, thresholdPercentage: Swift.Float? = nil, type: DeadlineClientTypes.BudgetActionType? = nil - ) - { + ) { self.description = description self.thresholdPercentage = thresholdPercentage self.type = type @@ -2164,8 +2108,7 @@ extension DeadlineClientTypes { public init( thresholdPercentage: Swift.Float? = nil, type: DeadlineClientTypes.BudgetActionType? = nil - ) - { + ) { self.thresholdPercentage = thresholdPercentage self.type = type } @@ -2186,8 +2129,7 @@ extension DeadlineClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -2247,8 +2189,7 @@ public struct CreateBudgetInput: Swift.Sendable { farmId: Swift.String? = nil, schedule: DeadlineClientTypes.BudgetSchedule? = nil, usageTrackingResource: DeadlineClientTypes.UsageTrackingResource? = nil - ) - { + ) { self.actions = actions self.approximateDollarLimit = approximateDollarLimit self.clientToken = clientToken @@ -2272,8 +2213,7 @@ public struct CreateBudgetOutput: Swift.Sendable { public init( budgetId: Swift.String? = nil - ) - { + ) { self.budgetId = budgetId } } @@ -2289,8 +2229,7 @@ public struct DeleteBudgetInput: Swift.Sendable { public init( budgetId: Swift.String? = nil, farmId: Swift.String? = nil - ) - { + ) { self.budgetId = budgetId self.farmId = farmId } @@ -2312,8 +2251,7 @@ public struct GetBudgetInput: Swift.Sendable { public init( budgetId: Swift.String? = nil, farmId: Swift.String? = nil - ) - { + ) { self.budgetId = budgetId self.farmId = farmId } @@ -2336,8 +2274,7 @@ extension DeadlineClientTypes { description: Swift.String? = nil, thresholdPercentage: Swift.Float? = nil, type: DeadlineClientTypes.BudgetActionType? = nil - ) - { + ) { self.description = description self.thresholdPercentage = thresholdPercentage self.type = type @@ -2389,8 +2326,7 @@ extension DeadlineClientTypes { public init( approximateDollarUsage: Swift.Float? = nil - ) - { + ) { self.approximateDollarUsage = approximateDollarUsage } } @@ -2455,8 +2391,7 @@ public struct GetBudgetOutput: Swift.Sendable { updatedBy: Swift.String? = nil, usageTrackingResource: DeadlineClientTypes.UsageTrackingResource? = nil, usages: DeadlineClientTypes.ConsumedUsages? = nil - ) - { + ) { self.actions = actions self.approximateDollarLimit = approximateDollarLimit self.budgetId = budgetId @@ -2495,8 +2430,7 @@ public struct ListBudgetsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, status: DeadlineClientTypes.BudgetStatus? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -2556,8 +2490,7 @@ extension DeadlineClientTypes { updatedBy: Swift.String? = nil, usageTrackingResource: DeadlineClientTypes.UsageTrackingResource? = nil, usages: DeadlineClientTypes.ConsumedUsages? = nil - ) - { + ) { self.approximateDollarLimit = approximateDollarLimit self.budgetId = budgetId self.createdAt = createdAt @@ -2588,8 +2521,7 @@ public struct ListBudgetsOutput: Swift.Sendable { public init( budgets: [DeadlineClientTypes.BudgetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.budgets = budgets self.nextToken = nextToken } @@ -2634,8 +2566,7 @@ public struct UpdateBudgetInput: Swift.Sendable { farmId: Swift.String? = nil, schedule: DeadlineClientTypes.BudgetSchedule? = nil, status: DeadlineClientTypes.BudgetStatus? = nil - ) - { + ) { self.actionsToAdd = actionsToAdd self.actionsToRemove = actionsToRemove self.approximateDollarLimit = approximateDollarLimit @@ -2752,8 +2683,7 @@ extension DeadlineClientTypes { public init( bucketName: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.key = key } @@ -2779,8 +2709,7 @@ public struct CopyJobTemplateInput: Swift.Sendable { jobId: Swift.String? = nil, queueId: Swift.String? = nil, targetS3Location: DeadlineClientTypes.S3Location? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -2824,8 +2753,7 @@ public struct CopyJobTemplateOutput: Swift.Sendable { public init( templateType: DeadlineClientTypes.JobTemplateType? = nil - ) - { + ) { self.templateType = templateType } } @@ -2878,8 +2806,7 @@ public struct CreateFarmInput: Swift.Sendable { displayName: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.displayName = displayName @@ -2900,8 +2827,7 @@ public struct CreateFarmOutput: Swift.Sendable { public init( farmId: Swift.String? = nil - ) - { + ) { self.farmId = farmId } } @@ -2923,8 +2849,7 @@ extension DeadlineClientTypes { max: Swift.Float? = nil, min: Swift.Float? = nil, name: Swift.String? = nil - ) - { + ) { self.max = max self.min = min self.name = name @@ -2946,8 +2871,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2967,8 +2891,7 @@ extension DeadlineClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -3020,8 +2943,7 @@ extension DeadlineClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -3065,8 +2987,7 @@ extension DeadlineClientTypes { memoryMiB: DeadlineClientTypes.MemoryMiBRange? = nil, osFamily: DeadlineClientTypes.CustomerManagedFleetOperatingSystemFamily? = nil, vCpuCount: DeadlineClientTypes.VCpuCountRange? = nil - ) - { + ) { self.acceleratorCount = acceleratorCount self.acceleratorTotalMemoryMiB = acceleratorTotalMemoryMiB self.acceleratorTypes = acceleratorTypes @@ -3097,8 +3018,7 @@ extension DeadlineClientTypes { mode: DeadlineClientTypes.AutoScalingMode? = nil, storageProfileId: Swift.String? = nil, workerCapabilities: DeadlineClientTypes.CustomerManagedWorkerCapabilities? = nil - ) - { + ) { self.mode = mode self.storageProfileId = storageProfileId self.workerCapabilities = workerCapabilities @@ -3150,8 +3070,7 @@ extension DeadlineClientTypes { iops: Swift.Int? = 3000, sizeGiB: Swift.Int? = 250, throughputMiB: Swift.Int? = 125 - ) - { + ) { self.iops = iops self.sizeGiB = sizeGiB self.throughputMiB = throughputMiB @@ -3199,8 +3118,7 @@ extension DeadlineClientTypes { osFamily: DeadlineClientTypes.ServiceManagedFleetOperatingSystemFamily? = nil, rootEbsVolume: DeadlineClientTypes.Ec2EbsVolume? = nil, vCpuCount: DeadlineClientTypes.VCpuCountRange? = nil - ) - { + ) { self.acceleratorCapabilities = acceleratorCapabilities self.allowedInstanceTypes = allowedInstanceTypes self.cpuArchitectureType = cpuArchitectureType @@ -3254,8 +3172,7 @@ extension DeadlineClientTypes { public init( type: DeadlineClientTypes.Ec2MarketType? = nil - ) - { + ) { self.type = type } } @@ -3275,8 +3192,7 @@ extension DeadlineClientTypes { public init( instanceCapabilities: DeadlineClientTypes.ServiceManagedEc2InstanceCapabilities? = nil, instanceMarketOptions: DeadlineClientTypes.ServiceManagedEc2InstanceMarketOptions? = nil - ) - { + ) { self.instanceCapabilities = instanceCapabilities self.instanceMarketOptions = instanceMarketOptions } @@ -3330,8 +3246,7 @@ public struct CreateFleetInput: Swift.Sendable { minWorkerCount: Swift.Int? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.description = description @@ -3356,8 +3271,7 @@ public struct CreateFleetOutput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -3436,8 +3350,7 @@ public struct CreateJobInput: Swift.Sendable { targetTaskRunStatus: DeadlineClientTypes.CreateJobTargetTaskRunStatus? = nil, template: Swift.String? = nil, templateType: DeadlineClientTypes.JobTemplateType? = nil - ) - { + ) { self.attachments = attachments self.clientToken = clientToken self.farmId = farmId @@ -3466,8 +3379,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3493,8 +3405,7 @@ public struct CreateLicenseEndpointInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -3510,8 +3421,7 @@ public struct CreateLicenseEndpointOutput: Swift.Sendable { public init( licenseEndpointId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId } } @@ -3538,8 +3448,7 @@ public struct CreateMonitorInput: Swift.Sendable { identityCenterInstanceArn: Swift.String? = nil, roleArn: Swift.String? = nil, subdomain: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.displayName = displayName self.identityCenterInstanceArn = identityCenterInstanceArn @@ -3559,8 +3468,7 @@ public struct CreateMonitorOutput: Swift.Sendable { public init( identityCenterApplicationArn: Swift.String? = nil, monitorId: Swift.String? = nil - ) - { + ) { self.identityCenterApplicationArn = identityCenterApplicationArn self.monitorId = monitorId } @@ -3636,8 +3544,7 @@ public struct CreateQueueInput: Swift.Sendable { requiredFileSystemLocationNames: [Swift.String]? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedStorageProfileIds = allowedStorageProfileIds self.clientToken = clientToken self.defaultBudgetAction = defaultBudgetAction @@ -3664,8 +3571,7 @@ public struct CreateQueueOutput: Swift.Sendable { public init( queueId: Swift.String? = nil - ) - { + ) { self.queueId = queueId } } @@ -3725,8 +3631,7 @@ public struct CreateQueueEnvironmentInput: Swift.Sendable { queueId: Swift.String? = nil, template: Swift.String? = nil, templateType: DeadlineClientTypes.EnvironmentTemplateType? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.priority = priority @@ -3748,8 +3653,7 @@ public struct CreateQueueEnvironmentOutput: Swift.Sendable { public init( queueEnvironmentId: Swift.String? = nil - ) - { + ) { self.queueEnvironmentId = queueEnvironmentId } } @@ -3769,8 +3673,7 @@ public struct CreateQueueFleetAssociationInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.queueId = queueId @@ -3829,8 +3732,7 @@ extension DeadlineClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, type: DeadlineClientTypes.FileSystemLocationType? = nil - ) - { + ) { self.name = name self.path = path self.type = type @@ -3897,8 +3799,7 @@ public struct CreateStorageProfileInput: Swift.Sendable { farmId: Swift.String? = nil, fileSystemLocations: [DeadlineClientTypes.FileSystemLocation]? = nil, osFamily: DeadlineClientTypes.StorageProfileOperatingSystemFamily? = nil - ) - { + ) { self.clientToken = clientToken self.displayName = displayName self.farmId = farmId @@ -3919,8 +3820,7 @@ public struct CreateStorageProfileOutput: Swift.Sendable { public init( storageProfileId: Swift.String? = nil - ) - { + ) { self.storageProfileId = storageProfileId } } @@ -3937,8 +3837,7 @@ extension DeadlineClientTypes { public init( ipV4Addresses: [Swift.String]? = nil, ipV6Addresses: [Swift.String]? = nil - ) - { + ) { self.ipV4Addresses = ipV4Addresses self.ipV6Addresses = ipV6Addresses } @@ -3957,8 +3856,7 @@ extension DeadlineClientTypes { public init( hostName: Swift.String? = nil, ipAddresses: DeadlineClientTypes.IpAddresses? = nil - ) - { + ) { self.hostName = hostName self.ipAddresses = ipAddresses } @@ -3982,8 +3880,7 @@ public struct CreateWorkerInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, hostProperties: DeadlineClientTypes.HostPropertiesRequest? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.fleetId = fleetId @@ -3998,8 +3895,7 @@ public struct CreateWorkerOutput: Swift.Sendable { public init( workerId: Swift.String? = nil - ) - { + ) { self.workerId = workerId } } @@ -4022,8 +3918,7 @@ extension DeadlineClientTypes { dateTime: Foundation.Date? = nil, name: Swift.String? = nil, `operator`: DeadlineClientTypes.ComparisonOperator? = nil - ) - { + ) { self.dateTime = dateTime self.name = name self.`operator` = `operator` @@ -4046,8 +3941,7 @@ public struct DeleteQueueFleetAssociationInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.queueId = queueId @@ -4066,8 +3960,7 @@ public struct DeleteFarmInput: Swift.Sendable { public init( farmId: Swift.String? = nil - ) - { + ) { self.farmId = farmId } } @@ -4088,8 +3981,7 @@ public struct DeleteStorageProfileInput: Swift.Sendable { public init( farmId: Swift.String? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.storageProfileId = storageProfileId } @@ -4111,8 +4003,7 @@ public struct DisassociateMemberFromFarmInput: Swift.Sendable { public init( farmId: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.principalId = principalId } @@ -4137,8 +4028,7 @@ public struct DeleteFleetInput: Swift.Sendable { clientToken: Swift.String? = nil, farmId: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.fleetId = fleetId @@ -4165,8 +4055,7 @@ public struct DisassociateMemberFromFleetInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.principalId = principalId @@ -4189,8 +4078,7 @@ public struct GetFleetInput: Swift.Sendable { public init( farmId: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId } @@ -4208,8 +4096,7 @@ extension DeadlineClientTypes { public init( amounts: [DeadlineClientTypes.FleetAmountCapability]? = nil, attributes: [DeadlineClientTypes.FleetAttributeCapability]? = nil - ) - { + ) { self.amounts = amounts self.attributes = attributes } @@ -4319,8 +4206,7 @@ public struct GetFleetOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerCount: Swift.Int? = nil - ) - { + ) { self.autoScalingStatus = autoScalingStatus self.capabilities = capabilities self.configuration = configuration @@ -4363,8 +4249,7 @@ public struct ListFleetMembersInput: Swift.Sendable { fleetId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.maxResults = maxResults @@ -4402,8 +4287,7 @@ extension DeadlineClientTypes { membershipLevel: DeadlineClientTypes.MembershipLevel? = nil, principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.identityStoreId = identityStoreId @@ -4424,8 +4308,7 @@ public struct ListFleetMembersOutput: Swift.Sendable { public init( members: [DeadlineClientTypes.FleetMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -4453,8 +4336,7 @@ public struct ListFleetsInput: Swift.Sendable { nextToken: Swift.String? = nil, principalId: Swift.String? = nil, status: DeadlineClientTypes.FleetStatus? = nil - ) - { + ) { self.displayName = displayName self.farmId = farmId self.maxResults = maxResults @@ -4522,8 +4404,7 @@ extension DeadlineClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerCount: Swift.Int? = nil - ) - { + ) { self.autoScalingStatus = autoScalingStatus self.configuration = configuration self.createdAt = createdAt @@ -4552,8 +4433,7 @@ public struct ListFleetsOutput: Swift.Sendable { public init( fleets: [DeadlineClientTypes.FleetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleets = fleets self.nextToken = nextToken } @@ -4591,8 +4471,7 @@ public struct UpdateFleetInput: Swift.Sendable { maxWorkerCount: Swift.Int? = nil, minWorkerCount: Swift.Int? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.description = description @@ -4630,8 +4509,7 @@ public struct DeleteWorkerInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.workerId = workerId @@ -4658,8 +4536,7 @@ public struct GetWorkerInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.workerId = workerId @@ -4684,8 +4561,7 @@ extension DeadlineClientTypes { ec2InstanceType: Swift.String? = nil, hostName: Swift.String? = nil, ipAddresses: DeadlineClientTypes.IpAddresses? = nil - ) - { + ) { self.ec2InstanceArn = ec2InstanceArn self.ec2InstanceType = ec2InstanceType self.hostName = hostName @@ -4780,8 +4656,7 @@ public struct GetWorkerOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.farmId = farmId @@ -4816,8 +4691,7 @@ public struct ListSessionsForWorkerInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.maxResults = maxResults @@ -4922,8 +4796,7 @@ extension DeadlineClientTypes { sessionId: Swift.String? = nil, startedAt: Foundation.Date? = nil, targetLifecycleStatus: DeadlineClientTypes.SessionLifecycleTargetStatus? = nil - ) - { + ) { self.endedAt = endedAt self.jobId = jobId self.lifecycleStatus = lifecycleStatus @@ -4945,8 +4818,7 @@ public struct ListSessionsForWorkerOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [DeadlineClientTypes.WorkerSessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -4969,8 +4841,7 @@ public struct ListWorkersInput: Swift.Sendable { fleetId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.maxResults = maxResults @@ -5020,8 +4891,7 @@ extension DeadlineClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.farmId = farmId @@ -5046,8 +4916,7 @@ public struct ListWorkersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workers: [DeadlineClientTypes.WorkerSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workers = workers } @@ -5067,8 +4936,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, value: Swift.Float? = nil - ) - { + ) { self.name = name self.value = value } @@ -5089,8 +4957,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5111,8 +4978,7 @@ extension DeadlineClientTypes { public init( amounts: [DeadlineClientTypes.WorkerAmountCapability]? = nil, attributes: [DeadlineClientTypes.WorkerAttributeCapability]? = nil - ) - { + ) { self.amounts = amounts self.attributes = attributes } @@ -5175,8 +5041,7 @@ public struct UpdateWorkerInput: Swift.Sendable { hostProperties: DeadlineClientTypes.HostPropertiesRequest? = nil, status: DeadlineClientTypes.UpdatedWorkerStatus? = nil, workerId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.farmId = farmId self.fleetId = fleetId @@ -5192,8 +5057,7 @@ public struct UpdateWorkerOutput: Swift.Sendable { public init( log: DeadlineClientTypes.LogConfiguration? = nil - ) - { + ) { self.log = log } } @@ -5225,8 +5089,7 @@ extension DeadlineClientTypes { progressPercent: Swift.Float? = nil, startedAt: Foundation.Date? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.completedStatus = completedStatus self.endedAt = endedAt self.processExitCode = processExitCode @@ -5261,8 +5124,7 @@ public struct UpdateWorkerScheduleInput: Swift.Sendable { fleetId: Swift.String? = nil, updatedSessionActions: [Swift.String: DeadlineClientTypes.UpdatedSessionActionInfo]? = nil, workerId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.updatedSessionActions = updatedSessionActions @@ -5314,8 +5176,7 @@ public struct UpdateWorkerScheduleOutput: Swift.Sendable { cancelSessionActions: [Swift.String: [Swift.String]]? = nil, desiredWorkerStatus: DeadlineClientTypes.DesiredWorkerStatus? = nil, updateIntervalSeconds: Swift.Int? = nil - ) - { + ) { self.assignedSessions = assignedSessions self.cancelSessionActions = cancelSessionActions self.desiredWorkerStatus = desiredWorkerStatus @@ -5330,8 +5191,7 @@ public struct GetFarmInput: Swift.Sendable { public init( farmId: Swift.String? = nil - ) - { + ) { self.farmId = farmId } } @@ -5368,8 +5228,7 @@ public struct GetFarmOutput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -5397,8 +5256,7 @@ public struct GetStorageProfileInput: Swift.Sendable { public init( farmId: Swift.String? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.storageProfileId = storageProfileId } @@ -5436,8 +5294,7 @@ public struct GetStorageProfileOutput: Swift.Sendable { storageProfileId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.displayName = displayName @@ -5467,8 +5324,7 @@ public struct ListFarmMembersInput: Swift.Sendable { farmId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -5501,8 +5357,7 @@ extension DeadlineClientTypes { membershipLevel: DeadlineClientTypes.MembershipLevel? = nil, principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.membershipLevel = membershipLevel @@ -5522,8 +5377,7 @@ public struct ListFarmMembersOutput: Swift.Sendable { public init( members: [DeadlineClientTypes.FarmMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -5541,8 +5395,7 @@ public struct ListFarmsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principalId = principalId @@ -5580,8 +5433,7 @@ extension DeadlineClientTypes { kmsKeyArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.displayName = displayName @@ -5603,8 +5455,7 @@ public struct ListFarmsOutput: Swift.Sendable { public init( farms: [DeadlineClientTypes.FarmSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.farms = farms self.nextToken = nextToken } @@ -5623,8 +5474,7 @@ public struct ListStorageProfilesInput: Swift.Sendable { farmId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -5649,8 +5499,7 @@ extension DeadlineClientTypes { displayName: Swift.String? = nil, osFamily: DeadlineClientTypes.StorageProfileOperatingSystemFamily? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.osFamily = osFamily self.storageProfileId = storageProfileId @@ -5668,8 +5517,7 @@ public struct ListStorageProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageProfiles: [DeadlineClientTypes.StorageProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.storageProfiles = storageProfiles } @@ -5686,8 +5534,7 @@ public struct DeleteQueueInput: Swift.Sendable { public init( farmId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueId = queueId } @@ -5713,8 +5560,7 @@ public struct DeleteQueueEnvironmentInput: Swift.Sendable { farmId: Swift.String? = nil, queueEnvironmentId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueEnvironmentId = queueEnvironmentId self.queueId = queueId @@ -5741,8 +5587,7 @@ public struct DisassociateMemberFromQueueInput: Swift.Sendable { farmId: Swift.String? = nil, principalId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.principalId = principalId self.queueId = queueId @@ -5765,8 +5610,7 @@ public struct GetQueueInput: Swift.Sendable { public init( farmId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueId = queueId } @@ -5897,8 +5741,7 @@ public struct GetQueueOutput: Swift.Sendable { status: DeadlineClientTypes.QueueStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.allowedStorageProfileIds = allowedStorageProfileIds self.blockedReason = blockedReason self.createdAt = createdAt @@ -5938,8 +5781,7 @@ public struct GetQueueEnvironmentInput: Swift.Sendable { farmId: Swift.String? = nil, queueEnvironmentId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueEnvironmentId = queueEnvironmentId self.queueId = queueId @@ -5983,8 +5825,7 @@ public struct GetQueueEnvironmentOutput: Swift.Sendable { templateType: DeadlineClientTypes.EnvironmentTemplateType? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.name = name @@ -6017,8 +5858,7 @@ public struct GetStorageProfileForQueueInput: Swift.Sendable { farmId: Swift.String? = nil, queueId: Swift.String? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.queueId = queueId self.storageProfileId = storageProfileId @@ -6043,8 +5883,7 @@ public struct GetStorageProfileForQueueOutput: Swift.Sendable { fileSystemLocations: [DeadlineClientTypes.FileSystemLocation]? = nil, osFamily: DeadlineClientTypes.StorageProfileOperatingSystemFamily? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.fileSystemLocations = fileSystemLocations self.osFamily = osFamily @@ -6076,8 +5915,7 @@ public struct DisassociateMemberFromJobInput: Swift.Sendable { jobId: Swift.String? = nil, principalId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.principalId = principalId @@ -6105,8 +5943,7 @@ public struct GetJobInput: Swift.Sendable { farmId: Swift.String? = nil, jobId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -6336,8 +6173,7 @@ public struct GetJobOutput: Swift.Sendable { taskRunStatusCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.createdAt = createdAt self.createdBy = createdBy @@ -6386,8 +6222,7 @@ public struct GetSessionInput: Swift.Sendable { jobId: Swift.String? = nil, queueId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -6440,8 +6275,7 @@ public struct GetSessionOutput: Swift.Sendable { updatedBy: Swift.String? = nil, workerId: Swift.String? = nil, workerLog: DeadlineClientTypes.LogConfiguration? = nil - ) - { + ) { self.endedAt = endedAt self.fleetId = fleetId self.hostProperties = hostProperties @@ -6476,8 +6310,7 @@ public struct GetSessionActionInput: Swift.Sendable { jobId: Swift.String? = nil, queueId: Swift.String? = nil, sessionActionId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -6495,8 +6328,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -6512,8 +6344,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -6528,8 +6359,7 @@ extension DeadlineClientTypes { public init( stepId: Swift.String? = nil - ) - { + ) { self.stepId = stepId } } @@ -6553,8 +6383,7 @@ extension DeadlineClientTypes { parameters: [Swift.String: DeadlineClientTypes.TaskParameterValue]? = nil, stepId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.stepId = stepId self.taskId = taskId @@ -6676,8 +6505,7 @@ public struct GetSessionActionOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, status: DeadlineClientTypes.SessionActionStatus? = nil, workerUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.definition = definition self.endedAt = endedAt self.processExitCode = processExitCode @@ -6715,8 +6543,7 @@ public struct GetStepInput: Swift.Sendable { jobId: Swift.String? = nil, queueId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -6746,8 +6573,7 @@ extension DeadlineClientTypes { consumersUnresolved: Swift.Int? = nil, dependenciesResolved: Swift.Int? = nil, dependenciesUnresolved: Swift.Int? = nil - ) - { + ) { self.consumersResolved = consumersResolved self.consumersUnresolved = consumersUnresolved self.dependenciesResolved = dependenciesResolved @@ -6840,8 +6666,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, type: DeadlineClientTypes.StepParameterType? = nil - ) - { + ) { self.name = name self.type = type } @@ -6861,8 +6686,7 @@ extension DeadlineClientTypes { public init( combination: Swift.String? = nil, parameters: [DeadlineClientTypes.StepParameter]? = nil - ) - { + ) { self.combination = combination self.parameters = parameters } @@ -6888,8 +6712,7 @@ extension DeadlineClientTypes { min: Swift.Double? = nil, name: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min self.name = name @@ -6914,8 +6737,7 @@ extension DeadlineClientTypes { allOf: [Swift.String]? = nil, anyOf: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.allOf = allOf self.anyOf = anyOf self.name = name @@ -6937,8 +6759,7 @@ extension DeadlineClientTypes { public init( amounts: [DeadlineClientTypes.StepAmountCapability]? = nil, attributes: [DeadlineClientTypes.StepAttributeCapability]? = nil - ) - { + ) { self.amounts = amounts self.attributes = attributes } @@ -7047,8 +6868,7 @@ public struct GetStepOutput: Swift.Sendable { taskRunStatusCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.dependencyCounts = dependencyCounts @@ -7097,8 +6917,7 @@ public struct GetTaskInput: Swift.Sendable { queueId: Swift.String? = nil, stepId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.queueId = queueId @@ -7191,8 +7010,7 @@ public struct GetTaskOutput: Swift.Sendable { taskId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.endedAt = endedAt @@ -7234,8 +7052,7 @@ public struct ListJobMembersInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7278,8 +7095,7 @@ extension DeadlineClientTypes { principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.jobId = jobId @@ -7301,8 +7117,7 @@ public struct ListJobMembersOutput: Swift.Sendable { public init( members: [DeadlineClientTypes.JobMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -7329,8 +7144,7 @@ public struct ListJobParameterDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7349,8 +7163,7 @@ public struct ListJobParameterDefinitionsOutput: Swift.Sendable { public init( jobParameterDefinitions: [Smithy.Document]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobParameterDefinitions = jobParameterDefinitions self.nextToken = nextToken } @@ -7376,8 +7189,7 @@ public struct ListJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, principalId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -7470,8 +7282,7 @@ extension DeadlineClientTypes { taskRunStatusCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.endedAt = endedAt @@ -7503,8 +7314,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [DeadlineClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -7537,8 +7347,7 @@ public struct ListSessionActionsInput: Swift.Sendable { queueId: Swift.String? = nil, sessionId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7559,8 +7368,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -7576,8 +7384,7 @@ extension DeadlineClientTypes { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -7592,8 +7399,7 @@ extension DeadlineClientTypes { public init( stepId: Swift.String? = nil - ) - { + ) { self.stepId = stepId } } @@ -7613,8 +7419,7 @@ extension DeadlineClientTypes { public init( stepId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.stepId = stepId self.taskId = taskId } @@ -7667,8 +7472,7 @@ extension DeadlineClientTypes { startedAt: Foundation.Date? = nil, status: DeadlineClientTypes.SessionActionStatus? = nil, workerUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.definition = definition self.endedAt = endedAt self.progressPercent = progressPercent @@ -7690,8 +7494,7 @@ public struct ListSessionActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessionActions: [DeadlineClientTypes.SessionActionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessionActions = sessionActions } @@ -7718,8 +7521,7 @@ public struct ListSessionsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7766,8 +7568,7 @@ extension DeadlineClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.endedAt = endedAt self.fleetId = fleetId self.lifecycleStatus = lifecycleStatus @@ -7791,8 +7592,7 @@ public struct ListSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [DeadlineClientTypes.SessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -7823,8 +7623,7 @@ public struct ListStepConsumersInput: Swift.Sendable { nextToken: Swift.String? = nil, queueId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7877,8 +7676,7 @@ extension DeadlineClientTypes { public init( status: DeadlineClientTypes.DependencyConsumerResolutionStatus? = nil, stepId: Swift.String? = nil - ) - { + ) { self.status = status self.stepId = stepId } @@ -7895,8 +7693,7 @@ public struct ListStepConsumersOutput: Swift.Sendable { public init( consumers: [DeadlineClientTypes.StepConsumer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.consumers = consumers self.nextToken = nextToken } @@ -7927,8 +7724,7 @@ public struct ListStepDependenciesInput: Swift.Sendable { nextToken: Swift.String? = nil, queueId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -7952,8 +7748,7 @@ extension DeadlineClientTypes { public init( status: DeadlineClientTypes.DependencyConsumerResolutionStatus? = nil, stepId: Swift.String? = nil - ) - { + ) { self.status = status self.stepId = stepId } @@ -7970,8 +7765,7 @@ public struct ListStepDependenciesOutput: Swift.Sendable { public init( dependencies: [DeadlineClientTypes.StepDependency]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dependencies = dependencies self.nextToken = nextToken } @@ -7998,8 +7792,7 @@ public struct ListStepsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -8083,8 +7876,7 @@ extension DeadlineClientTypes { taskRunStatusCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.dependencyCounts = dependencyCounts @@ -8113,8 +7905,7 @@ public struct ListStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, steps: [DeadlineClientTypes.StepSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.steps = steps } @@ -8145,8 +7936,7 @@ public struct ListTasksInput: Swift.Sendable { nextToken: Swift.String? = nil, queueId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.jobId = jobId self.maxResults = maxResults @@ -8202,8 +7992,7 @@ extension DeadlineClientTypes { taskId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.endedAt = endedAt @@ -8235,8 +8024,7 @@ public struct ListTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [DeadlineClientTypes.TaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -8301,8 +8089,7 @@ public struct UpdateJobInput: Swift.Sendable { priority: Swift.Int? = nil, queueId: Swift.String? = nil, targetTaskRunStatus: DeadlineClientTypes.JobTargetTaskRunStatus? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.jobId = jobId @@ -8346,8 +8133,7 @@ public struct UpdateSessionInput: Swift.Sendable { queueId: Swift.String? = nil, sessionId: Swift.String? = nil, targetLifecycleStatus: DeadlineClientTypes.SessionLifecycleTargetStatus? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.jobId = jobId @@ -8388,8 +8174,7 @@ public struct UpdateStepInput: Swift.Sendable { queueId: Swift.String? = nil, stepId: Swift.String? = nil, targetTaskRunStatus: DeadlineClientTypes.StepTargetTaskRunStatus? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.jobId = jobId @@ -8434,8 +8219,7 @@ public struct UpdateTaskInput: Swift.Sendable { stepId: Swift.String? = nil, targetRunStatus: DeadlineClientTypes.TaskTargetRunStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.jobId = jobId @@ -8468,8 +8252,7 @@ public struct ListQueueEnvironmentsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -8495,8 +8278,7 @@ extension DeadlineClientTypes { name: Swift.String? = nil, priority: Swift.Int? = nil, queueEnvironmentId: Swift.String? = nil - ) - { + ) { self.name = name self.priority = priority self.queueEnvironmentId = queueEnvironmentId @@ -8514,8 +8296,7 @@ public struct ListQueueEnvironmentsOutput: Swift.Sendable { public init( environments: [DeadlineClientTypes.QueueEnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -8538,8 +8319,7 @@ public struct ListQueueMembersInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -8577,8 +8357,7 @@ extension DeadlineClientTypes { principalId: Swift.String? = nil, principalType: DeadlineClientTypes.DeadlinePrincipalType? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.identityStoreId = identityStoreId self.membershipLevel = membershipLevel @@ -8599,8 +8378,7 @@ public struct ListQueueMembersOutput: Swift.Sendable { public init( members: [DeadlineClientTypes.QueueMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -8631,8 +8409,7 @@ public struct ListQueuesInput: Swift.Sendable { nextToken: Swift.String? = nil, principalId: Swift.String? = nil, status: DeadlineClientTypes.QueueStatus? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -8684,8 +8461,7 @@ extension DeadlineClientTypes { status: DeadlineClientTypes.QueueStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.blockedReason = blockedReason self.createdAt = createdAt self.createdBy = createdBy @@ -8710,8 +8486,7 @@ public struct ListQueuesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queues: [DeadlineClientTypes.QueueSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.queues = queues } @@ -8734,8 +8509,7 @@ public struct ListStorageProfilesForQueueInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.maxResults = maxResults self.nextToken = nextToken @@ -8753,8 +8527,7 @@ public struct ListStorageProfilesForQueueOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageProfiles: [DeadlineClientTypes.StorageProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.storageProfiles = storageProfiles } @@ -8804,8 +8577,7 @@ public struct UpdateQueueInput: Swift.Sendable { requiredFileSystemLocationNamesToAdd: [Swift.String]? = nil, requiredFileSystemLocationNamesToRemove: [Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.allowedStorageProfileIdsToAdd = allowedStorageProfileIdsToAdd self.allowedStorageProfileIdsToRemove = allowedStorageProfileIdsToRemove self.clientToken = clientToken @@ -8859,8 +8631,7 @@ public struct UpdateQueueEnvironmentInput: Swift.Sendable { queueId: Swift.String? = nil, template: Swift.String? = nil, templateType: DeadlineClientTypes.EnvironmentTemplateType? = nil - ) - { + ) { self.clientToken = clientToken self.farmId = farmId self.priority = priority @@ -8894,8 +8665,7 @@ public struct UpdateFarmInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, farmId: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.farmId = farmId @@ -8938,8 +8708,7 @@ public struct UpdateStorageProfileInput: Swift.Sendable { fileSystemLocationsToRemove: [DeadlineClientTypes.FileSystemLocation]? = nil, osFamily: DeadlineClientTypes.StorageProfileOperatingSystemFamily? = nil, storageProfileId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.displayName = displayName self.farmId = farmId @@ -8975,8 +8744,7 @@ public struct GetQueueFleetAssociationInput: Swift.Sendable { farmId: Swift.String? = nil, fleetId: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.queueId = queueId @@ -9047,8 +8815,7 @@ public struct GetQueueFleetAssociationOutput: Swift.Sendable { status: DeadlineClientTypes.QueueFleetAssociationStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.fleetId = fleetId @@ -9076,8 +8843,7 @@ public struct GetSessionsStatisticsAggregationInput: Swift.Sendable { farmId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.aggregationId = aggregationId self.farmId = farmId self.maxResults = maxResults @@ -9103,8 +8869,7 @@ extension DeadlineClientTypes { max: Swift.Double? = nil, min: Swift.Double? = nil, sum: Swift.Double? = nil - ) - { + ) { self.avg = avg self.max = max self.min = min @@ -9190,8 +8955,7 @@ extension DeadlineClientTypes { runtimeInSeconds: DeadlineClientTypes.Stats? = nil, usageType: DeadlineClientTypes.UsageType? = nil, userId: Swift.String? = nil - ) - { + ) { self.aggregationEndTime = aggregationEndTime self.aggregationStartTime = aggregationStartTime self.costInUsd = costInUsd @@ -9260,8 +9024,7 @@ public struct GetSessionsStatisticsAggregationOutput: Swift.Sendable { statistics: [DeadlineClientTypes.Statistics]? = nil, status: DeadlineClientTypes.SessionsStatisticsAggregationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.statistics = statistics self.status = status @@ -9276,8 +9039,7 @@ public struct DeleteLicenseEndpointInput: Swift.Sendable { public init( licenseEndpointId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId } } @@ -9294,8 +9056,7 @@ public struct GetLicenseEndpointInput: Swift.Sendable { public init( licenseEndpointId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId } } @@ -9362,8 +9123,7 @@ public struct GetLicenseEndpointOutput: Swift.Sendable { statusMessage: Swift.String? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dnsName = dnsName self.licenseEndpointId = licenseEndpointId self.securityGroupIds = securityGroupIds @@ -9383,8 +9143,7 @@ public struct ListLicenseEndpointsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9408,8 +9167,7 @@ extension DeadlineClientTypes { status: DeadlineClientTypes.LicenseEndpointStatus? = nil, statusMessage: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId self.status = status self.statusMessage = statusMessage @@ -9428,8 +9186,7 @@ public struct ListLicenseEndpointsOutput: Swift.Sendable { public init( licenseEndpoints: [DeadlineClientTypes.LicenseEndpointSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseEndpoints = licenseEndpoints self.nextToken = nextToken } @@ -9446,8 +9203,7 @@ public struct DeleteMeteredProductInput: Swift.Sendable { public init( licenseEndpointId: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId self.productId = productId } @@ -9471,8 +9227,7 @@ public struct ListMeteredProductsInput: Swift.Sendable { licenseEndpointId: Swift.String? = nil, maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId self.maxResults = maxResults self.nextToken = nextToken @@ -9501,8 +9256,7 @@ extension DeadlineClientTypes { port: Swift.Int? = nil, productId: Swift.String? = nil, vendor: Swift.String? = nil - ) - { + ) { self.family = family self.port = port self.productId = productId @@ -9521,8 +9275,7 @@ public struct ListMeteredProductsOutput: Swift.Sendable { public init( meteredProducts: [DeadlineClientTypes.MeteredProductSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.meteredProducts = meteredProducts self.nextToken = nextToken } @@ -9539,8 +9292,7 @@ public struct PutMeteredProductInput: Swift.Sendable { public init( licenseEndpointId: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.licenseEndpointId = licenseEndpointId self.productId = productId } @@ -9560,8 +9312,7 @@ public struct ListAvailableMeteredProductsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9577,8 +9328,7 @@ public struct ListAvailableMeteredProductsOutput: Swift.Sendable { public init( meteredProducts: [DeadlineClientTypes.MeteredProductSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.meteredProducts = meteredProducts self.nextToken = nextToken } @@ -9603,8 +9353,7 @@ public struct ListQueueFleetAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, queueId: Swift.String? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.maxResults = maxResults @@ -9653,8 +9402,7 @@ extension DeadlineClientTypes { status: DeadlineClientTypes.QueueFleetAssociationStatus? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.fleetId = fleetId @@ -9676,8 +9424,7 @@ public struct ListQueueFleetAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queueFleetAssociations: [DeadlineClientTypes.QueueFleetAssociationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.queueFleetAssociations = queueFleetAssociations } @@ -9690,8 +9437,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -9702,8 +9448,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -9715,8 +9460,7 @@ public struct DeleteMonitorInput: Swift.Sendable { public init( monitorId: Swift.String? = nil - ) - { + ) { self.monitorId = monitorId } } @@ -9733,8 +9477,7 @@ public struct GetMonitorInput: Swift.Sendable { public init( monitorId: Swift.String? = nil - ) - { + ) { self.monitorId = monitorId } } @@ -9784,8 +9527,7 @@ public struct GetMonitorOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.displayName = displayName @@ -9809,8 +9551,7 @@ public struct ListMonitorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9864,8 +9605,7 @@ extension DeadlineClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.displayName = displayName @@ -9891,8 +9631,7 @@ public struct ListMonitorsOutput: Swift.Sendable { public init( monitors: [DeadlineClientTypes.MonitorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitors = monitors self.nextToken = nextToken } @@ -9914,8 +9653,7 @@ public struct UpdateMonitorInput: Swift.Sendable { monitorId: Swift.String? = nil, roleArn: Swift.String? = nil, subdomain: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.monitorId = monitorId self.roleArn = roleArn @@ -9946,8 +9684,7 @@ extension DeadlineClientTypes { name: Swift.String? = nil, `operator`: DeadlineClientTypes.ComparisonOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -9965,8 +9702,7 @@ extension DeadlineClientTypes { public init( searchTerm: Swift.String? = nil - ) - { + ) { self.searchTerm = searchTerm } } @@ -9990,8 +9726,7 @@ extension DeadlineClientTypes { name: Swift.String? = nil, `operator`: DeadlineClientTypes.ComparisonOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -10071,8 +9806,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, sortOrder: DeadlineClientTypes.SortOrder? = nil - ) - { + ) { self.name = name self.sortOrder = sortOrder } @@ -10093,8 +9827,7 @@ extension DeadlineClientTypes { public init( name: Swift.String? = nil, sortOrder: DeadlineClientTypes.SortOrder? = nil - ) - { + ) { self.name = name self.sortOrder = sortOrder } @@ -10111,8 +9844,7 @@ extension DeadlineClientTypes { public init( userIdentityId: Swift.String? = nil - ) - { + ) { self.userIdentityId = userIdentityId } } @@ -10209,8 +9941,7 @@ extension DeadlineClientTypes { targetTaskRunStatus: DeadlineClientTypes.JobTargetTaskRunStatus? = nil, taskRunStatus: DeadlineClientTypes.TaskRunStatus? = nil, taskRunStatusCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.endedAt = endedAt @@ -10251,8 +9982,7 @@ public struct SearchJobsOutput: Swift.Sendable { jobs: [DeadlineClientTypes.JobSearchSummary]? = nil, nextItemOffset: Swift.Int? = nil, totalResults: Swift.Int? = nil - ) - { + ) { self.jobs = jobs self.nextItemOffset = nextItemOffset self.totalResults = totalResults @@ -10324,8 +10054,7 @@ extension DeadlineClientTypes { targetTaskRunStatus: DeadlineClientTypes.StepTargetTaskRunStatus? = nil, taskRunStatus: DeadlineClientTypes.TaskRunStatus? = nil, taskRunStatusCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.createdAt = createdAt self.endedAt = endedAt self.jobId = jobId @@ -10357,8 +10086,7 @@ public struct SearchStepsOutput: Swift.Sendable { nextItemOffset: Swift.Int? = nil, steps: [DeadlineClientTypes.StepSearchSummary]? = nil, totalResults: Swift.Int? = nil - ) - { + ) { self.nextItemOffset = nextItemOffset self.steps = steps self.totalResults = totalResults @@ -10401,8 +10129,7 @@ extension DeadlineClientTypes { stepId: Swift.String? = nil, targetRunStatus: DeadlineClientTypes.TaskTargetRunStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.endedAt = endedAt self.failureRetryCount = failureRetryCount self.jobId = jobId @@ -10436,8 +10163,7 @@ public struct SearchTasksOutput: Swift.Sendable { nextItemOffset: Swift.Int? = nil, tasks: [DeadlineClientTypes.TaskSearchSummary]? = nil, totalResults: Swift.Int? = nil - ) - { + ) { self.nextItemOffset = nextItemOffset self.tasks = tasks self.totalResults = totalResults @@ -10474,8 +10200,7 @@ extension DeadlineClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.fleetId = fleetId @@ -10502,8 +10227,7 @@ public struct SearchWorkersOutput: Swift.Sendable { nextItemOffset: Swift.Int? = nil, totalResults: Swift.Int? = nil, workers: [DeadlineClientTypes.WorkerSearchSummary]? = nil - ) - { + ) { self.nextItemOffset = nextItemOffset self.totalResults = totalResults self.workers = workers @@ -10669,8 +10393,7 @@ public struct StartSessionsStatisticsAggregationInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [DeadlineClientTypes.UsageStatistic]? = nil, timezone: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.farmId = farmId self.groupBy = groupBy @@ -10689,8 +10412,7 @@ public struct StartSessionsStatisticsAggregationOutput: Swift.Sendable { public init( aggregationId: Swift.String? = nil - ) - { + ) { self.aggregationId = aggregationId } } @@ -10705,8 +10427,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -10728,8 +10449,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -10791,8 +10511,7 @@ public struct UpdateQueueFleetAssociationInput: Swift.Sendable { fleetId: Swift.String? = nil, queueId: Swift.String? = nil, status: DeadlineClientTypes.UpdateQueueFleetAssociationStatus? = nil - ) - { + ) { self.farmId = farmId self.fleetId = fleetId self.queueId = queueId @@ -10837,8 +10556,7 @@ extension DeadlineClientTypes { public init( filters: [DeadlineClientTypes.SearchFilterExpression]? = nil, `operator`: DeadlineClientTypes.LogicalOperator? = nil - ) - { + ) { self.filters = filters self.`operator` = `operator` } @@ -10869,8 +10587,7 @@ public struct SearchJobsInput: Swift.Sendable { pageSize: Swift.Int? = nil, queueIds: [Swift.String]? = nil, sortExpressions: [DeadlineClientTypes.SearchSortExpression]? = nil - ) - { + ) { self.farmId = farmId self.filterExpressions = filterExpressions self.itemOffset = itemOffset @@ -10907,8 +10624,7 @@ public struct SearchStepsInput: Swift.Sendable { pageSize: Swift.Int? = nil, queueIds: [Swift.String]? = nil, sortExpressions: [DeadlineClientTypes.SearchSortExpression]? = nil - ) - { + ) { self.farmId = farmId self.filterExpressions = filterExpressions self.itemOffset = itemOffset @@ -10946,8 +10662,7 @@ public struct SearchTasksInput: Swift.Sendable { pageSize: Swift.Int? = nil, queueIds: [Swift.String]? = nil, sortExpressions: [DeadlineClientTypes.SearchSortExpression]? = nil - ) - { + ) { self.farmId = farmId self.filterExpressions = filterExpressions self.itemOffset = itemOffset @@ -10982,8 +10697,7 @@ public struct SearchWorkersInput: Swift.Sendable { itemOffset: Swift.Int? = nil, pageSize: Swift.Int? = nil, sortExpressions: [DeadlineClientTypes.SearchSortExpression]? = nil - ) - { + ) { self.farmId = farmId self.filterExpressions = filterExpressions self.fleetIds = fleetIds diff --git a/Sources/Services/AWSDetective/Package.swift.txt b/Sources/Services/AWSDetective/Package.swift.txt index a9f1a1617b1..c3863e20b13 100644 --- a/Sources/Services/AWSDetective/Package.swift.txt +++ b/Sources/Services/AWSDetective/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDetective/Sources/AWSDetective/DetectiveClient.swift b/Sources/Services/AWSDetective/Sources/AWSDetective/DetectiveClient.swift index 3f69c8258e8..e489b21160e 100644 --- a/Sources/Services/AWSDetective/Sources/AWSDetective/DetectiveClient.swift +++ b/Sources/Services/AWSDetective/Sources/AWSDetective/DetectiveClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DetectiveClient: ClientRuntime.Client { public static let clientName = "DetectiveClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DetectiveClient.DetectiveClientConfiguration let serviceName = "Detective" diff --git a/Sources/Services/AWSDetective/Sources/AWSDetective/Models.swift b/Sources/Services/AWSDetective/Sources/AWSDetective/Models.swift index d204af844b9..2f655716912 100644 --- a/Sources/Services/AWSDetective/Sources/AWSDetective/Models.swift +++ b/Sources/Services/AWSDetective/Sources/AWSDetective/Models.swift @@ -148,8 +148,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim message: Swift.String? = nil, subErrorCode: DetectiveClientTypes.ErrorCode? = nil, subErrorCodeReason: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.errorCodeReason = errorCodeReason self.properties.message = message @@ -176,8 +175,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -200,8 +198,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -224,8 +221,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +250,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. errorCode: DetectiveClientTypes.ErrorCode? = nil, errorCodeReason: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.errorCodeReason = errorCodeReason self.properties.message = message @@ -269,8 +264,7 @@ public struct AcceptInvitationInput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -289,8 +283,7 @@ extension DetectiveClientTypes { public init( accountId: Swift.String? = nil, emailAddress: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.emailAddress = emailAddress } @@ -317,8 +310,7 @@ extension DetectiveClientTypes { accountId: Swift.String? = nil, delegationTime: Foundation.Date? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.delegationTime = delegationTime self.graphArn = graphArn @@ -337,8 +329,7 @@ public struct BatchGetGraphMemberDatasourcesInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.graphArn = graphArn } @@ -417,8 +408,7 @@ extension DetectiveClientTypes { public init( timestamp: Foundation.Date? = nil - ) - { + ) { self.timestamp = timestamp } } @@ -439,8 +429,7 @@ extension DetectiveClientTypes { accountId: Swift.String? = nil, datasourcePackageIngestHistory: [Swift.String: [Swift.String: DetectiveClientTypes.TimestampForCollection]]? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.datasourcePackageIngestHistory = datasourcePackageIngestHistory self.graphArn = graphArn @@ -460,8 +449,7 @@ extension DetectiveClientTypes { public init( accountId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.reason = reason } @@ -477,8 +465,7 @@ public struct BatchGetGraphMemberDatasourcesOutput: Swift.Sendable { public init( memberDatasources: [DetectiveClientTypes.MembershipDatasources]? = nil, unprocessedAccounts: [DetectiveClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.memberDatasources = memberDatasources self.unprocessedAccounts = unprocessedAccounts } @@ -491,8 +478,7 @@ public struct BatchGetMembershipDatasourcesInput: Swift.Sendable { public init( graphArns: [Swift.String]? = nil - ) - { + ) { self.graphArns = graphArns } } @@ -509,8 +495,7 @@ extension DetectiveClientTypes { public init( graphArn: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.reason = reason } @@ -526,8 +511,7 @@ public struct BatchGetMembershipDatasourcesOutput: Swift.Sendable { public init( membershipDatasources: [DetectiveClientTypes.MembershipDatasources]? = nil, unprocessedGraphs: [DetectiveClientTypes.UnprocessedGraph]? = nil - ) - { + ) { self.membershipDatasources = membershipDatasources self.unprocessedGraphs = unprocessedGraphs } @@ -558,8 +542,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.resources = resources } @@ -571,8 +554,7 @@ public struct CreateGraphInput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -583,8 +565,7 @@ public struct CreateGraphOutput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -606,8 +587,7 @@ public struct CreateMembersInput: Swift.Sendable { disableEmailNotification: Swift.Bool? = false, graphArn: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.disableEmailNotification = disableEmailNotification self.graphArn = graphArn @@ -728,8 +708,7 @@ extension DetectiveClientTypes { public init( volumeUsageInBytes: Swift.Int? = nil, volumeUsageUpdateTime: Foundation.Date? = nil - ) - { + ) { self.volumeUsageInBytes = volumeUsageInBytes self.volumeUsageUpdateTime = volumeUsageUpdateTime } @@ -812,8 +791,7 @@ extension DetectiveClientTypes { volumeUsageByDatasourcePackage: [Swift.String: DetectiveClientTypes.DatasourcePackageUsageInfo]? = nil, volumeUsageInBytes: Swift.Int? = nil, volumeUsageUpdatedTime: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.administratorId = administratorId self.datasourcePackageIngestStates = datasourcePackageIngestStates @@ -848,8 +826,7 @@ public struct CreateMembersOutput: Swift.Sendable { public init( members: [DetectiveClientTypes.MemberDetail]? = nil, unprocessedAccounts: [DetectiveClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.members = members self.unprocessedAccounts = unprocessedAccounts } @@ -862,8 +839,7 @@ public struct DeleteGraphInput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -879,8 +855,7 @@ public struct DeleteMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.graphArn = graphArn } @@ -895,8 +870,7 @@ public struct DeleteMembersOutput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, unprocessedAccounts: [DetectiveClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.accountIds = accountIds self.unprocessedAccounts = unprocessedAccounts } @@ -920,8 +894,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -933,8 +906,7 @@ public struct DescribeOrganizationConfigurationInput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -945,8 +917,7 @@ public struct DescribeOrganizationConfigurationOutput: Swift.Sendable { public init( autoEnable: Swift.Bool = false - ) - { + ) { self.autoEnable = autoEnable } } @@ -958,8 +929,7 @@ public struct DisassociateMembershipInput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -971,8 +941,7 @@ public struct EnableOrganizationAdminAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -988,8 +957,7 @@ public struct GetInvestigationInput: Swift.Sendable { public init( graphArn: Swift.String? = nil, investigationId: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.investigationId = investigationId } @@ -1156,8 +1124,7 @@ public struct GetInvestigationOutput: Swift.Sendable { severity: DetectiveClientTypes.Severity? = nil, state: DetectiveClientTypes.State? = nil, status: DetectiveClientTypes.Status? = nil - ) - { + ) { self.createdTime = createdTime self.entityArn = entityArn self.entityType = entityType @@ -1182,8 +1149,7 @@ public struct GetMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.graphArn = graphArn } @@ -1198,8 +1164,7 @@ public struct GetMembersOutput: Swift.Sendable { public init( memberDetails: [DetectiveClientTypes.MemberDetail]? = nil, unprocessedAccounts: [DetectiveClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.memberDetails = memberDetails self.unprocessedAccounts = unprocessedAccounts } @@ -1218,8 +1183,7 @@ public struct ListDatasourcePackagesInput: Swift.Sendable { graphArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.maxResults = maxResults self.nextToken = nextToken @@ -1238,8 +1202,7 @@ extension DetectiveClientTypes { public init( datasourcePackageIngestState: DetectiveClientTypes.DatasourcePackageIngestState? = nil, lastIngestStateChange: [Swift.String: DetectiveClientTypes.TimestampForCollection]? = nil - ) - { + ) { self.datasourcePackageIngestState = datasourcePackageIngestState self.lastIngestStateChange = lastIngestStateChange } @@ -1255,8 +1218,7 @@ public struct ListDatasourcePackagesOutput: Swift.Sendable { public init( datasourcePackages: [Swift.String: DetectiveClientTypes.DatasourcePackageIngestDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasourcePackages = datasourcePackages self.nextToken = nextToken } @@ -1271,8 +1233,7 @@ public struct ListGraphsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1290,8 +1251,7 @@ extension DetectiveClientTypes { public init( arn: Swift.String? = nil, createdTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime } @@ -1307,8 +1267,7 @@ public struct ListGraphsOutput: Swift.Sendable { public init( graphList: [DetectiveClientTypes.Graph]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphList = graphList self.nextToken = nextToken } @@ -1381,8 +1340,7 @@ public struct ListIndicatorsInput: Swift.Sendable { investigationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.indicatorType = indicatorType self.investigationId = investigationId @@ -1429,8 +1387,7 @@ extension DetectiveClientTypes { public init( ipAddress: Swift.String? = nil, reason: DetectiveClientTypes.Reason? = nil - ) - { + ) { self.ipAddress = ipAddress self.reason = reason } @@ -1458,8 +1415,7 @@ extension DetectiveClientTypes { hourlyTimeDelta: Swift.Int? = nil, startingIpAddress: Swift.String? = nil, startingLocation: Swift.String? = nil - ) - { + ) { self.endingIpAddress = endingIpAddress self.endingLocation = endingLocation self.hourlyTimeDelta = hourlyTimeDelta @@ -1481,8 +1437,7 @@ extension DetectiveClientTypes { public init( aso: Swift.String? = nil, isNewForEntireAccount: Swift.Bool = false - ) - { + ) { self.aso = aso self.isNewForEntireAccount = isNewForEntireAccount } @@ -1504,8 +1459,7 @@ extension DetectiveClientTypes { ipAddress: Swift.String? = nil, isNewForEntireAccount: Swift.Bool = false, location: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.isNewForEntireAccount = isNewForEntireAccount self.location = location @@ -1525,8 +1479,7 @@ extension DetectiveClientTypes { public init( isNewForEntireAccount: Swift.Bool = false, userAgent: Swift.String? = nil - ) - { + ) { self.isNewForEntireAccount = isNewForEntireAccount self.userAgent = userAgent } @@ -1548,8 +1501,7 @@ extension DetectiveClientTypes { arn: Swift.String? = nil, ipAddress: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.ipAddress = ipAddress self.type = type @@ -1566,8 +1518,7 @@ extension DetectiveClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1600,8 +1551,7 @@ extension DetectiveClientTypes { procedure: Swift.String? = nil, tactic: Swift.String? = nil, technique: Swift.String? = nil - ) - { + ) { self.apiFailureCount = apiFailureCount self.apiName = apiName self.apiSuccessCount = apiSuccessCount @@ -1643,8 +1593,7 @@ extension DetectiveClientTypes { relatedFindingDetail: DetectiveClientTypes.RelatedFindingDetail? = nil, relatedFindingGroupDetail: DetectiveClientTypes.RelatedFindingGroupDetail? = nil, ttPsObservedDetail: DetectiveClientTypes.TTPsObservedDetail? = nil - ) - { + ) { self.flaggedIpAddressDetail = flaggedIpAddressDetail self.impossibleTravelDetail = impossibleTravelDetail self.newAsoDetail = newAsoDetail @@ -1669,8 +1618,7 @@ extension DetectiveClientTypes { public init( indicatorDetail: DetectiveClientTypes.IndicatorDetail? = nil, indicatorType: DetectiveClientTypes.IndicatorType? = nil - ) - { + ) { self.indicatorDetail = indicatorDetail self.indicatorType = indicatorType } @@ -1692,8 +1640,7 @@ public struct ListIndicatorsOutput: Swift.Sendable { indicators: [DetectiveClientTypes.Indicator]? = nil, investigationId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.indicators = indicators self.investigationId = investigationId @@ -1715,8 +1662,7 @@ extension DetectiveClientTypes { public init( endInclusive: Foundation.Date? = nil, startInclusive: Foundation.Date? = nil - ) - { + ) { self.endInclusive = endInclusive self.startInclusive = startInclusive } @@ -1733,8 +1679,7 @@ extension DetectiveClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -1761,8 +1706,7 @@ extension DetectiveClientTypes { severity: DetectiveClientTypes.StringFilter? = nil, state: DetectiveClientTypes.StringFilter? = nil, status: DetectiveClientTypes.StringFilter? = nil - ) - { + ) { self.createdTime = createdTime self.entityArn = entityArn self.severity = severity @@ -1845,8 +1789,7 @@ extension DetectiveClientTypes { public init( field: DetectiveClientTypes.Field? = nil, sortOrder: DetectiveClientTypes.SortOrder? = nil - ) - { + ) { self.field = field self.sortOrder = sortOrder } @@ -1872,8 +1815,7 @@ public struct ListInvestigationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: DetectiveClientTypes.SortCriteria? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.graphArn = graphArn self.maxResults = maxResults @@ -1909,8 +1851,7 @@ extension DetectiveClientTypes { severity: DetectiveClientTypes.Severity? = nil, state: DetectiveClientTypes.State? = nil, status: DetectiveClientTypes.Status? = nil - ) - { + ) { self.createdTime = createdTime self.entityArn = entityArn self.entityType = entityType @@ -1931,8 +1872,7 @@ public struct ListInvestigationsOutput: Swift.Sendable { public init( investigationDetails: [DetectiveClientTypes.InvestigationDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.investigationDetails = investigationDetails self.nextToken = nextToken } @@ -1947,8 +1887,7 @@ public struct ListInvitationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1963,8 +1902,7 @@ public struct ListInvitationsOutput: Swift.Sendable { public init( invitations: [DetectiveClientTypes.MemberDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invitations = invitations self.nextToken = nextToken } @@ -1983,8 +1921,7 @@ public struct ListMembersInput: Swift.Sendable { graphArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn self.maxResults = maxResults self.nextToken = nextToken @@ -2000,8 +1937,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( memberDetails: [DetectiveClientTypes.MemberDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.memberDetails = memberDetails self.nextToken = nextToken } @@ -2016,8 +1952,7 @@ public struct ListOrganizationAdminAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2032,8 +1967,7 @@ public struct ListOrganizationAdminAccountsOutput: Swift.Sendable { public init( administrators: [DetectiveClientTypes.Administrator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.administrators = administrators self.nextToken = nextToken } @@ -2046,8 +1980,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2058,8 +1991,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2071,8 +2003,7 @@ public struct RejectInvitationInput: Swift.Sendable { public init( graphArn: Swift.String? = nil - ) - { + ) { self.graphArn = graphArn } } @@ -2096,8 +2027,7 @@ public struct StartInvestigationInput: Swift.Sendable { graphArn: Swift.String? = nil, scopeEndTime: Foundation.Date? = nil, scopeStartTime: Foundation.Date? = nil - ) - { + ) { self.entityArn = entityArn self.graphArn = graphArn self.scopeEndTime = scopeEndTime @@ -2111,8 +2041,7 @@ public struct StartInvestigationOutput: Swift.Sendable { public init( investigationId: Swift.String? = nil - ) - { + ) { self.investigationId = investigationId } } @@ -2128,8 +2057,7 @@ public struct StartMonitoringMemberInput: Swift.Sendable { public init( accountId: Swift.String? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.graphArn = graphArn } @@ -2146,8 +2074,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2169,8 +2096,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2192,8 +2118,7 @@ public struct UpdateDatasourcePackagesInput: Swift.Sendable { public init( datasourcePackages: [DetectiveClientTypes.DatasourcePackage]? = nil, graphArn: Swift.String? = nil - ) - { + ) { self.datasourcePackages = datasourcePackages self.graphArn = graphArn } @@ -2214,8 +2139,7 @@ public struct UpdateInvestigationStateInput: Swift.Sendable { graphArn: Swift.String? = nil, investigationId: Swift.String? = nil, state: DetectiveClientTypes.State? = nil - ) - { + ) { self.graphArn = graphArn self.investigationId = investigationId self.state = state @@ -2232,8 +2156,7 @@ public struct UpdateOrganizationConfigurationInput: Swift.Sendable { public init( autoEnable: Swift.Bool? = false, graphArn: Swift.String? = nil - ) - { + ) { self.autoEnable = autoEnable self.graphArn = graphArn } diff --git a/Sources/Services/AWSDevOpsGuru/Package.swift.txt b/Sources/Services/AWSDevOpsGuru/Package.swift.txt index eaf55939bb1..3039bb951d6 100644 --- a/Sources/Services/AWSDevOpsGuru/Package.swift.txt +++ b/Sources/Services/AWSDevOpsGuru/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/DevOpsGuruClient.swift b/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/DevOpsGuruClient.swift index 4cda6ddb0b6..c96837730b9 100644 --- a/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/DevOpsGuruClient.swift +++ b/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/DevOpsGuruClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DevOpsGuruClient: ClientRuntime.Client { public static let clientName = "DevOpsGuruClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DevOpsGuruClient.DevOpsGuruClientConfiguration let serviceName = "DevOps Guru" diff --git a/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/Models.swift b/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/Models.swift index 2dd590d98b0..0789cb1951c 100644 --- a/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/Models.swift +++ b/Sources/Services/AWSDevOpsGuru/Sources/AWSDevOpsGuru/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -66,8 +65,7 @@ extension DevOpsGuruClientTypes { public init( openProactiveInsights: Swift.Int = 0, openReactiveInsights: Swift.Int = 0 - ) - { + ) { self.openProactiveInsights = openProactiveInsights self.openReactiveInsights = openReactiveInsights } @@ -86,8 +84,7 @@ extension DevOpsGuruClientTypes { public init( accountId: Swift.String? = nil, insight: DevOpsGuruClientTypes.AccountInsightHealth? = nil - ) - { + ) { self.accountId = accountId self.insight = insight } @@ -121,8 +118,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -151,8 +147,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -185,8 +180,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -211,8 +205,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -245,8 +238,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -268,8 +260,7 @@ extension DevOpsGuruClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -343,8 +334,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [DevOpsGuruClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: DevOpsGuruClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -433,8 +423,7 @@ extension DevOpsGuruClientTypes { public init( messageTypes: [DevOpsGuruClientTypes.NotificationMessageType]? = nil, severities: [DevOpsGuruClientTypes.InsightSeverity]? = nil - ) - { + ) { self.messageTypes = messageTypes self.severities = severities } @@ -450,8 +439,7 @@ extension DevOpsGuruClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -470,8 +458,7 @@ extension DevOpsGuruClientTypes { public init( filters: DevOpsGuruClientTypes.NotificationFilterConfig? = nil, sns: DevOpsGuruClientTypes.SnsChannelConfig? = nil - ) - { + ) { self.filters = filters self.sns = sns } @@ -485,8 +472,7 @@ public struct AddNotificationChannelInput: Swift.Sendable { public init( config: DevOpsGuruClientTypes.NotificationChannelConfig? = nil - ) - { + ) { self.config = config } } @@ -498,8 +484,7 @@ public struct AddNotificationChannelOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -542,8 +527,7 @@ extension DevOpsGuruClientTypes { public init( status: DevOpsGuruClientTypes.EventSourceOptInStatus? = nil - ) - { + ) { self.status = status } } @@ -623,8 +607,7 @@ extension DevOpsGuruClientTypes { logEventTimestamp: Foundation.Date? = nil, logStreamName: Swift.String? = nil, numberOfLogLinesOccurrences: Swift.Int = 0 - ) - { + ) { self.explanation = explanation self.logAnomalyToken = logAnomalyToken self.logAnomalyType = logAnomalyType @@ -645,8 +628,7 @@ extension DevOpsGuruClientTypes { public init( logAnomalyClasses: [DevOpsGuruClientTypes.LogAnomalyClass]? = nil - ) - { + ) { self.logAnomalyClasses = logAnomalyClasses } } @@ -673,8 +655,7 @@ extension DevOpsGuruClientTypes { logAnomalyShowcases: [DevOpsGuruClientTypes.LogAnomalyShowcase]? = nil, logGroupName: Swift.String? = nil, numberOfLogLinesScanned: Swift.Int = 0 - ) - { + ) { self.impactEndTime = impactEndTime self.impactStartTime = impactStartTime self.logAnomalyShowcases = logAnomalyShowcases @@ -697,8 +678,7 @@ extension DevOpsGuruClientTypes { public init( closeTime: Foundation.Date? = nil, openTime: Foundation.Date? = nil - ) - { + ) { self.closeTime = closeTime self.openTime = openTime } @@ -717,8 +697,7 @@ extension DevOpsGuruClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -769,8 +748,7 @@ extension DevOpsGuruClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -821,8 +799,7 @@ extension DevOpsGuruClientTypes { public init( metricValue: Swift.Double? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.metricValue = metricValue self.timestamp = timestamp } @@ -841,8 +818,7 @@ extension DevOpsGuruClientTypes { public init( statusCode: DevOpsGuruClientTypes.CloudWatchMetricDataStatusCode? = nil, timestampMetricValuePairList: [DevOpsGuruClientTypes.TimestampMetricValuePair]? = nil - ) - { + ) { self.statusCode = statusCode self.timestampMetricValuePairList = timestampMetricValuePairList } @@ -923,8 +899,7 @@ extension DevOpsGuruClientTypes { period: Swift.Int = 0, stat: DevOpsGuruClientTypes.CloudWatchMetricsStat? = nil, unit: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metricDataSummary = metricDataSummary self.metricName = metricName @@ -1007,8 +982,7 @@ extension DevOpsGuruClientTypes { dimensions: [Swift.String]? = nil, group: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.dimensions = dimensions self.group = group self.limit = limit @@ -1046,8 +1020,7 @@ extension DevOpsGuruClientTypes { filter: [Swift.String: Swift.String]? = nil, groupBy: DevOpsGuruClientTypes.PerformanceInsightsMetricDimensionGroup? = nil, metric: Swift.String? = nil - ) - { + ) { self.filter = filter self.groupBy = groupBy self.metric = metric @@ -1064,8 +1037,7 @@ extension DevOpsGuruClientTypes { public init( metricQuery: DevOpsGuruClientTypes.PerformanceInsightsMetricQuery? = nil - ) - { + ) { self.metricQuery = metricQuery } } @@ -1080,8 +1052,7 @@ extension DevOpsGuruClientTypes { public init( value: Swift.Double? = nil - ) - { + ) { self.value = value } } @@ -1099,8 +1070,7 @@ extension DevOpsGuruClientTypes { public init( referenceMetric: DevOpsGuruClientTypes.PerformanceInsightsReferenceMetric? = nil, referenceScalar: DevOpsGuruClientTypes.PerformanceInsightsReferenceScalar? = nil - ) - { + ) { self.referenceMetric = referenceMetric self.referenceScalar = referenceScalar } @@ -1119,8 +1089,7 @@ extension DevOpsGuruClientTypes { public init( comparisonValues: DevOpsGuruClientTypes.PerformanceInsightsReferenceComparisonValues? = nil, name: Swift.String? = nil - ) - { + ) { self.comparisonValues = comparisonValues self.name = name } @@ -1139,8 +1108,7 @@ extension DevOpsGuruClientTypes { public init( type: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.type = type self.value = value } @@ -1175,8 +1143,7 @@ extension DevOpsGuruClientTypes { statsAtAnomaly: [DevOpsGuruClientTypes.PerformanceInsightsStat]? = nil, statsAtBaseline: [DevOpsGuruClientTypes.PerformanceInsightsStat]? = nil, unit: Swift.String? = nil - ) - { + ) { self.metricDisplayName = metricDisplayName self.metricQuery = metricQuery self.referenceData = referenceData @@ -1199,8 +1166,7 @@ extension DevOpsGuruClientTypes { public init( cloudWatchMetrics: [DevOpsGuruClientTypes.CloudWatchMetricsDetail]? = nil, performanceInsightsMetrics: [DevOpsGuruClientTypes.PerformanceInsightsMetricsDetail]? = nil - ) - { + ) { self.cloudWatchMetrics = cloudWatchMetrics self.performanceInsightsMetrics = performanceInsightsMetrics } @@ -1222,8 +1188,7 @@ extension DevOpsGuruClientTypes { source: Swift.String? = nil, sourceResourceName: Swift.String? = nil, sourceResourceType: Swift.String? = nil - ) - { + ) { self.source = source self.sourceResourceName = sourceResourceName self.sourceResourceType = sourceResourceType @@ -1273,8 +1238,7 @@ extension DevOpsGuruClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1317,8 +1281,7 @@ public struct DeleteInsightInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1355,8 +1318,7 @@ public struct DescribeAccountHealthOutput: Swift.Sendable { openProactiveInsights: Swift.Int = 0, openReactiveInsights: Swift.Int = 0, resourceHours: Swift.Int? = nil - ) - { + ) { self.analyzedResourceCount = analyzedResourceCount self.metricsAnalyzed = metricsAnalyzed self.openProactiveInsights = openProactiveInsights @@ -1375,8 +1337,7 @@ public struct DescribeAccountOverviewInput: Swift.Sendable { public init( fromTime: Foundation.Date? = nil, toTime: Foundation.Date? = nil - ) - { + ) { self.fromTime = fromTime self.toTime = toTime } @@ -1397,8 +1358,7 @@ public struct DescribeAccountOverviewOutput: Swift.Sendable { meanTimeToRecoverInMilliseconds: Swift.Int? = nil, proactiveInsights: Swift.Int = 0, reactiveInsights: Swift.Int = 0 - ) - { + ) { self.meanTimeToRecoverInMilliseconds = meanTimeToRecoverInMilliseconds self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights @@ -1415,8 +1375,7 @@ public struct DescribeAnomalyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.id = id } @@ -1435,8 +1394,7 @@ extension DevOpsGuruClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1452,8 +1410,7 @@ extension DevOpsGuruClientTypes { public init( stackNames: [Swift.String]? = nil - ) - { + ) { self.stackNames = stackNames } } @@ -1480,8 +1437,7 @@ extension DevOpsGuruClientTypes { public init( appBoundaryKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.appBoundaryKey = appBoundaryKey self.tagValues = tagValues } @@ -1507,8 +1463,7 @@ extension DevOpsGuruClientTypes { public init( cloudFormation: DevOpsGuruClientTypes.CloudFormationCollection? = nil, tags: [DevOpsGuruClientTypes.TagCollection]? = nil - ) - { + ) { self.cloudFormation = cloudFormation self.tags = tags } @@ -1563,8 +1518,7 @@ extension DevOpsGuruClientTypes { sourceMetadata: DevOpsGuruClientTypes.AnomalySourceMetadata? = nil, status: DevOpsGuruClientTypes.AnomalyStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.anomalyReportedTimeRange = anomalyReportedTimeRange self.anomalyResources = anomalyResources self.anomalyTimeRange = anomalyTimeRange @@ -1632,8 +1586,7 @@ extension DevOpsGuruClientTypes { sourceDetails: DevOpsGuruClientTypes.AnomalySourceDetails? = nil, status: DevOpsGuruClientTypes.AnomalyStatus? = nil, type: DevOpsGuruClientTypes.AnomalyType? = nil - ) - { + ) { self.anomalyReportedTimeRange = anomalyReportedTimeRange self.anomalyResources = anomalyResources self.anomalyTimeRange = anomalyTimeRange @@ -1660,8 +1613,7 @@ public struct DescribeAnomalyOutput: Swift.Sendable { public init( proactiveAnomaly: DevOpsGuruClientTypes.ProactiveAnomaly? = nil, reactiveAnomaly: DevOpsGuruClientTypes.ReactiveAnomaly? = nil - ) - { + ) { self.proactiveAnomaly = proactiveAnomaly self.reactiveAnomaly = reactiveAnomaly } @@ -1681,8 +1633,7 @@ extension DevOpsGuruClientTypes { public init( amazonCodeGuruProfiler: DevOpsGuruClientTypes.AmazonCodeGuruProfilerIntegration? = nil - ) - { + ) { self.amazonCodeGuruProfiler = amazonCodeGuruProfiler } } @@ -1694,8 +1645,7 @@ public struct DescribeEventSourcesConfigOutput: Swift.Sendable { public init( eventSources: DevOpsGuruClientTypes.EventSourcesConfig? = nil - ) - { + ) { self.eventSources = eventSources } } @@ -1706,8 +1656,7 @@ public struct DescribeFeedbackInput: Swift.Sendable { public init( insightId: Swift.String? = nil - ) - { + ) { self.insightId = insightId } } @@ -1762,8 +1711,7 @@ extension DevOpsGuruClientTypes { public init( feedback: DevOpsGuruClientTypes.InsightFeedbackOption? = nil, id: Swift.String? = nil - ) - { + ) { self.feedback = feedback self.id = id } @@ -1776,8 +1724,7 @@ public struct DescribeFeedbackOutput: Swift.Sendable { public init( insightFeedback: DevOpsGuruClientTypes.InsightFeedback? = nil - ) - { + ) { self.insightFeedback = insightFeedback } } @@ -1792,8 +1739,7 @@ public struct DescribeInsightInput: Swift.Sendable { public init( accountId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.id = id } @@ -1812,8 +1758,7 @@ extension DevOpsGuruClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1882,8 +1827,7 @@ extension DevOpsGuruClientTypes { severity: DevOpsGuruClientTypes.InsightSeverity? = nil, ssmOpsItemId: Swift.String? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.description = description self.id = id self.insightTimeRange = insightTimeRange @@ -1927,8 +1871,7 @@ extension DevOpsGuruClientTypes { severity: DevOpsGuruClientTypes.InsightSeverity? = nil, ssmOpsItemId: Swift.String? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.description = description self.id = id self.insightTimeRange = insightTimeRange @@ -1950,8 +1893,7 @@ public struct DescribeInsightOutput: Swift.Sendable { public init( proactiveInsight: DevOpsGuruClientTypes.ProactiveInsight? = nil, reactiveInsight: DevOpsGuruClientTypes.ReactiveInsight? = nil - ) - { + ) { self.proactiveInsight = proactiveInsight self.reactiveInsight = reactiveInsight } @@ -1966,8 +1908,7 @@ public struct DescribeOrganizationHealthInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, organizationalUnitIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.organizationalUnitIds = organizationalUnitIds } @@ -1992,8 +1933,7 @@ public struct DescribeOrganizationHealthOutput: Swift.Sendable { openProactiveInsights: Swift.Int = 0, openReactiveInsights: Swift.Int = 0, resourceHours: Swift.Int? = nil - ) - { + ) { self.metricsAnalyzed = metricsAnalyzed self.openProactiveInsights = openProactiveInsights self.openReactiveInsights = openReactiveInsights @@ -2017,8 +1957,7 @@ public struct DescribeOrganizationOverviewInput: Swift.Sendable { fromTime: Foundation.Date? = nil, organizationalUnitIds: [Swift.String]? = nil, toTime: Foundation.Date? = nil - ) - { + ) { self.accountIds = accountIds self.fromTime = fromTime self.organizationalUnitIds = organizationalUnitIds @@ -2037,8 +1976,7 @@ public struct DescribeOrganizationOverviewOutput: Swift.Sendable { public init( proactiveInsights: Swift.Int = 0, reactiveInsights: Swift.Int = 0 - ) - { + ) { self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights } @@ -2098,8 +2036,7 @@ public struct DescribeOrganizationResourceCollectionHealthInput: Swift.Sendable nextToken: Swift.String? = nil, organizationResourceCollectionType: DevOpsGuruClientTypes.OrganizationResourceCollectionType? = nil, organizationalUnitIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.maxResults = maxResults self.nextToken = nextToken @@ -2123,8 +2060,7 @@ extension DevOpsGuruClientTypes { meanTimeToRecoverInMilliseconds: Swift.Int? = nil, openProactiveInsights: Swift.Int = 0, openReactiveInsights: Swift.Int = 0 - ) - { + ) { self.meanTimeToRecoverInMilliseconds = meanTimeToRecoverInMilliseconds self.openProactiveInsights = openProactiveInsights self.openReactiveInsights = openReactiveInsights @@ -2147,8 +2083,7 @@ extension DevOpsGuruClientTypes { analyzedResourceCount: Swift.Int? = nil, insight: DevOpsGuruClientTypes.InsightHealth? = nil, stackName: Swift.String? = nil - ) - { + ) { self.analyzedResourceCount = analyzedResourceCount self.insight = insight self.stackName = stackName @@ -2168,8 +2103,7 @@ extension DevOpsGuruClientTypes { public init( openProactiveInsights: Swift.Int = 0, openReactiveInsights: Swift.Int = 0 - ) - { + ) { self.openProactiveInsights = openProactiveInsights self.openReactiveInsights = openReactiveInsights } @@ -2289,8 +2223,7 @@ extension DevOpsGuruClientTypes { analyzedResourceCount: Swift.Int? = nil, insight: DevOpsGuruClientTypes.ServiceInsightHealth? = nil, serviceName: DevOpsGuruClientTypes.ServiceName? = nil - ) - { + ) { self.analyzedResourceCount = analyzedResourceCount self.insight = insight self.serviceName = serviceName @@ -2316,8 +2249,7 @@ extension DevOpsGuruClientTypes { appBoundaryKey: Swift.String? = nil, insight: DevOpsGuruClientTypes.InsightHealth? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.analyzedResourceCount = analyzedResourceCount self.appBoundaryKey = appBoundaryKey self.insight = insight @@ -2351,8 +2283,7 @@ public struct DescribeOrganizationResourceCollectionHealthOutput: Swift.Sendable nextToken: Swift.String? = nil, service: [DevOpsGuruClientTypes.ServiceHealth]? = nil, tags: [DevOpsGuruClientTypes.TagHealth]? = nil - ) - { + ) { self.account = account self.cloudFormation = cloudFormation self.nextToken = nextToken @@ -2403,8 +2334,7 @@ public struct DescribeResourceCollectionHealthInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceCollectionType: DevOpsGuruClientTypes.ResourceCollectionType? = nil - ) - { + ) { self.nextToken = nextToken self.resourceCollectionType = resourceCollectionType } @@ -2432,8 +2362,7 @@ public struct DescribeResourceCollectionHealthOutput: Swift.Sendable { nextToken: Swift.String? = nil, service: [DevOpsGuruClientTypes.ServiceHealth]? = nil, tags: [DevOpsGuruClientTypes.TagHealth]? = nil - ) - { + ) { self.cloudFormation = cloudFormation self.nextToken = nextToken self.service = service @@ -2520,8 +2449,7 @@ extension DevOpsGuruClientTypes { kmsKeyId: Swift.String? = nil, optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil, type: DevOpsGuruClientTypes.ServerSideEncryptionType? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.optInStatus = optInStatus self.type = type @@ -2538,8 +2466,7 @@ extension DevOpsGuruClientTypes { public init( optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil - ) - { + ) { self.optInStatus = optInStatus } } @@ -2554,8 +2481,7 @@ extension DevOpsGuruClientTypes { public init( optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil - ) - { + ) { self.optInStatus = optInStatus } } @@ -2576,8 +2502,7 @@ extension DevOpsGuruClientTypes { kmsServerSideEncryption: DevOpsGuruClientTypes.KMSServerSideEncryptionIntegration? = nil, logsAnomalyDetection: DevOpsGuruClientTypes.LogsAnomalyDetectionIntegration? = nil, opsCenter: DevOpsGuruClientTypes.OpsCenterIntegration? = nil - ) - { + ) { self.kmsServerSideEncryption = kmsServerSideEncryption self.logsAnomalyDetection = logsAnomalyDetection self.opsCenter = opsCenter @@ -2591,8 +2516,7 @@ public struct DescribeServiceIntegrationOutput: Swift.Sendable { public init( serviceIntegration: DevOpsGuruClientTypes.ServiceIntegrationConfig? = nil - ) - { + ) { self.serviceIntegration = serviceIntegration } } @@ -2603,8 +2527,7 @@ public struct GetCostEstimationInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -2659,8 +2582,7 @@ extension DevOpsGuruClientTypes { state: DevOpsGuruClientTypes.CostEstimationServiceResourceState? = nil, type: Swift.String? = nil, unitCost: Swift.Double = 0.0 - ) - { + ) { self.cost = cost self.count = count self.state = state @@ -2679,8 +2601,7 @@ extension DevOpsGuruClientTypes { public init( stackNames: [Swift.String]? = nil - ) - { + ) { self.stackNames = stackNames } } @@ -2700,8 +2621,7 @@ extension DevOpsGuruClientTypes { public init( appBoundaryKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.appBoundaryKey = appBoundaryKey self.tagValues = tagValues } @@ -2727,8 +2647,7 @@ extension DevOpsGuruClientTypes { public init( cloudFormation: DevOpsGuruClientTypes.CloudFormationCostEstimationResourceCollectionFilter? = nil, tags: [DevOpsGuruClientTypes.TagCostEstimationResourceCollectionFilter]? = nil - ) - { + ) { self.cloudFormation = cloudFormation self.tags = tags } @@ -2776,8 +2695,7 @@ extension DevOpsGuruClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -2805,8 +2723,7 @@ public struct GetCostEstimationOutput: Swift.Sendable { status: DevOpsGuruClientTypes.CostEstimationStatus? = nil, timeRange: DevOpsGuruClientTypes.CostEstimationTimeRange? = nil, totalCost: Swift.Double = 0.0 - ) - { + ) { self.costs = costs self.nextToken = nextToken self.resourceCollection = resourceCollection @@ -2826,8 +2743,7 @@ public struct GetResourceCollectionInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceCollectionType: DevOpsGuruClientTypes.ResourceCollectionType? = nil - ) - { + ) { self.nextToken = nextToken self.resourceCollectionType = resourceCollectionType } @@ -2842,8 +2758,7 @@ extension DevOpsGuruClientTypes { public init( stackNames: [Swift.String]? = nil - ) - { + ) { self.stackNames = stackNames } } @@ -2863,8 +2778,7 @@ extension DevOpsGuruClientTypes { public init( appBoundaryKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.appBoundaryKey = appBoundaryKey self.tagValues = tagValues } @@ -2890,8 +2804,7 @@ extension DevOpsGuruClientTypes { public init( cloudFormation: DevOpsGuruClientTypes.CloudFormationCollectionFilter? = nil, tags: [DevOpsGuruClientTypes.TagCollectionFilter]? = nil - ) - { + ) { self.cloudFormation = cloudFormation self.tags = tags } @@ -2907,8 +2820,7 @@ public struct GetResourceCollectionOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceCollection: DevOpsGuruClientTypes.ResourceCollectionFilter? = nil - ) - { + ) { self.nextToken = nextToken self.resourceCollection = resourceCollection } @@ -2923,8 +2835,7 @@ extension DevOpsGuruClientTypes { public init( serviceNames: [DevOpsGuruClientTypes.ServiceName]? = nil - ) - { + ) { self.serviceNames = serviceNames } } @@ -2939,8 +2850,7 @@ extension DevOpsGuruClientTypes { public init( serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil - ) - { + ) { self.serviceCollection = serviceCollection } } @@ -2958,8 +2868,7 @@ extension DevOpsGuruClientTypes { public init( fromTime: Foundation.Date? = nil, toTime: Foundation.Date? = nil - ) - { + ) { self.fromTime = fromTime self.toTime = toTime } @@ -2988,8 +2897,7 @@ public struct ListAnomaliesForInsightInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTimeRange: DevOpsGuruClientTypes.StartTimeRange? = nil - ) - { + ) { self.accountId = accountId self.filters = filters self.insightId = insightId @@ -3047,8 +2955,7 @@ extension DevOpsGuruClientTypes { sourceMetadata: DevOpsGuruClientTypes.AnomalySourceMetadata? = nil, status: DevOpsGuruClientTypes.AnomalyStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.anomalyReportedTimeRange = anomalyReportedTimeRange self.anomalyResources = anomalyResources self.anomalyTimeRange = anomalyTimeRange @@ -3116,8 +3023,7 @@ extension DevOpsGuruClientTypes { sourceDetails: DevOpsGuruClientTypes.AnomalySourceDetails? = nil, status: DevOpsGuruClientTypes.AnomalyStatus? = nil, type: DevOpsGuruClientTypes.AnomalyType? = nil - ) - { + ) { self.anomalyReportedTimeRange = anomalyReportedTimeRange self.anomalyResources = anomalyResources self.anomalyTimeRange = anomalyTimeRange @@ -3147,8 +3053,7 @@ public struct ListAnomaliesForInsightOutput: Swift.Sendable { nextToken: Swift.String? = nil, proactiveAnomalies: [DevOpsGuruClientTypes.ProactiveAnomalySummary]? = nil, reactiveAnomalies: [DevOpsGuruClientTypes.ReactiveAnomalySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proactiveAnomalies = proactiveAnomalies self.reactiveAnomalies = reactiveAnomalies @@ -3168,8 +3073,7 @@ public struct ListAnomalousLogGroupsInput: Swift.Sendable { insightId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightId = insightId self.maxResults = maxResults self.nextToken = nextToken @@ -3190,8 +3094,7 @@ public struct ListAnomalousLogGroupsOutput: Swift.Sendable { anomalousLogGroups: [DevOpsGuruClientTypes.AnomalousLogGroup]? = nil, insightId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalousLogGroups = anomalousLogGroups self.insightId = insightId self.nextToken = nextToken @@ -3279,8 +3182,7 @@ extension DevOpsGuruClientTypes { public init( fromTime: Foundation.Date? = nil, toTime: Foundation.Date? = nil - ) - { + ) { self.fromTime = fromTime self.toTime = toTime } @@ -3311,8 +3213,7 @@ extension DevOpsGuruClientTypes { eventTimeRange: DevOpsGuruClientTypes.EventTimeRange? = nil, insightId: Swift.String? = nil, resourceCollection: DevOpsGuruClientTypes.ResourceCollection? = nil - ) - { + ) { self.dataSource = dataSource self.eventClass = eventClass self.eventSource = eventSource @@ -3339,8 +3240,7 @@ public struct ListEventsInput: Swift.Sendable { filters: DevOpsGuruClientTypes.ListEventsFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.filters = filters self.maxResults = maxResults @@ -3363,8 +3263,7 @@ extension DevOpsGuruClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.type = type @@ -3402,8 +3301,7 @@ extension DevOpsGuruClientTypes { resourceCollection: DevOpsGuruClientTypes.ResourceCollection? = nil, resources: [DevOpsGuruClientTypes.EventResource]? = nil, time: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.eventClass = eventClass self.eventSource = eventSource @@ -3426,8 +3324,7 @@ public struct ListEventsOutput: Swift.Sendable { public init( events: [DevOpsGuruClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -3476,8 +3373,7 @@ extension DevOpsGuruClientTypes { public init( startTimeRange: DevOpsGuruClientTypes.StartTimeRange? = nil, type: DevOpsGuruClientTypes.InsightType? = nil - ) - { + ) { self.startTimeRange = startTimeRange self.type = type } @@ -3496,8 +3392,7 @@ extension DevOpsGuruClientTypes { public init( fromTime: Foundation.Date? = nil, toTime: Foundation.Date? = nil - ) - { + ) { self.fromTime = fromTime self.toTime = toTime } @@ -3518,8 +3413,7 @@ extension DevOpsGuruClientTypes { public init( endTimeRange: DevOpsGuruClientTypes.EndTimeRange? = nil, type: DevOpsGuruClientTypes.InsightType? = nil - ) - { + ) { self.endTimeRange = endTimeRange self.type = type } @@ -3536,8 +3430,7 @@ extension DevOpsGuruClientTypes { public init( type: DevOpsGuruClientTypes.InsightType? = nil - ) - { + ) { self.type = type } } @@ -3558,8 +3451,7 @@ extension DevOpsGuruClientTypes { any: DevOpsGuruClientTypes.ListInsightsAnyStatusFilter? = nil, closed: DevOpsGuruClientTypes.ListInsightsClosedStatusFilter? = nil, ongoing: DevOpsGuruClientTypes.ListInsightsOngoingStatusFilter? = nil - ) - { + ) { self.any = any self.closed = closed self.ongoing = ongoing @@ -3580,8 +3472,7 @@ public struct ListInsightsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, statusFilter: DevOpsGuruClientTypes.ListInsightsStatusFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.statusFilter = statusFilter @@ -3621,8 +3512,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severity: DevOpsGuruClientTypes.InsightSeverity? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.associatedResourceArns = associatedResourceArns self.id = id self.insightTimeRange = insightTimeRange @@ -3666,8 +3556,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severity: DevOpsGuruClientTypes.InsightSeverity? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.associatedResourceArns = associatedResourceArns self.id = id self.insightTimeRange = insightTimeRange @@ -3692,8 +3581,7 @@ public struct ListInsightsOutput: Swift.Sendable { nextToken: Swift.String? = nil, proactiveInsights: [DevOpsGuruClientTypes.ProactiveInsightSummary]? = nil, reactiveInsights: [DevOpsGuruClientTypes.ReactiveInsightSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights @@ -3847,8 +3735,7 @@ extension DevOpsGuruClientTypes { public init( resourcePermission: DevOpsGuruClientTypes.ResourcePermission? = nil, resourceTypeFilters: [DevOpsGuruClientTypes.ResourceTypeFilter]? = nil - ) - { + ) { self.resourcePermission = resourcePermission self.resourceTypeFilters = resourceTypeFilters } @@ -3867,8 +3754,7 @@ public struct ListMonitoredResourcesInput: Swift.Sendable { filters: DevOpsGuruClientTypes.ListMonitoredResourcesFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3896,8 +3782,7 @@ extension DevOpsGuruClientTypes { resourceCollection: DevOpsGuruClientTypes.ResourceCollection? = nil, resourcePermission: DevOpsGuruClientTypes.ResourcePermission? = nil, type: Swift.String? = nil - ) - { + ) { self.lastUpdated = lastUpdated self.monitoredResourceName = monitoredResourceName self.resourceCollection = resourceCollection @@ -3917,8 +3802,7 @@ public struct ListMonitoredResourcesOutput: Swift.Sendable { public init( monitoredResourceIdentifiers: [DevOpsGuruClientTypes.MonitoredResourceIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitoredResourceIdentifiers = monitoredResourceIdentifiers self.nextToken = nextToken } @@ -3930,8 +3814,7 @@ public struct ListNotificationChannelsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -3948,8 +3831,7 @@ extension DevOpsGuruClientTypes { public init( config: DevOpsGuruClientTypes.NotificationChannelConfig? = nil, id: Swift.String? = nil - ) - { + ) { self.config = config self.id = id } @@ -3965,8 +3847,7 @@ public struct ListNotificationChannelsOutput: Swift.Sendable { public init( channels: [DevOpsGuruClientTypes.NotificationChannel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -3991,8 +3872,7 @@ public struct ListOrganizationInsightsInput: Swift.Sendable { nextToken: Swift.String? = nil, organizationalUnitIds: [Swift.String]? = nil, statusFilter: DevOpsGuruClientTypes.ListInsightsStatusFilter? = nil - ) - { + ) { self.accountIds = accountIds self.maxResults = maxResults self.nextToken = nextToken @@ -4037,8 +3917,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severity: DevOpsGuruClientTypes.InsightSeverity? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.accountId = accountId self.id = id self.insightTimeRange = insightTimeRange @@ -4086,8 +3965,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severity: DevOpsGuruClientTypes.InsightSeverity? = nil, status: DevOpsGuruClientTypes.InsightStatus? = nil - ) - { + ) { self.accountId = accountId self.id = id self.insightTimeRange = insightTimeRange @@ -4113,8 +3991,7 @@ public struct ListOrganizationInsightsOutput: Swift.Sendable { nextToken: Swift.String? = nil, proactiveInsights: [DevOpsGuruClientTypes.ProactiveOrganizationInsightSummary]? = nil, reactiveInsights: [DevOpsGuruClientTypes.ReactiveOrganizationInsightSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights @@ -4193,8 +4070,7 @@ public struct ListRecommendationsInput: Swift.Sendable { insightId: Swift.String? = nil, locale: DevOpsGuruClientTypes.Locale? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.insightId = insightId self.locale = locale @@ -4214,8 +4090,7 @@ extension DevOpsGuruClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -4234,8 +4109,7 @@ extension DevOpsGuruClientTypes { public init( metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.namespace = namespace } @@ -4251,8 +4125,7 @@ extension DevOpsGuruClientTypes { public init( cloudWatchMetrics: [DevOpsGuruClientTypes.RecommendationRelatedCloudWatchMetricsSourceDetail]? = nil - ) - { + ) { self.cloudWatchMetrics = cloudWatchMetrics } } @@ -4273,8 +4146,7 @@ extension DevOpsGuruClientTypes { anomalyId: Swift.String? = nil, resources: [DevOpsGuruClientTypes.RecommendationRelatedAnomalyResource]? = nil, sourceDetails: [DevOpsGuruClientTypes.RecommendationRelatedAnomalySourceDetail]? = nil - ) - { + ) { self.anomalyId = anomalyId self.resources = resources self.sourceDetails = sourceDetails @@ -4294,8 +4166,7 @@ extension DevOpsGuruClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -4314,8 +4185,7 @@ extension DevOpsGuruClientTypes { public init( name: Swift.String? = nil, resources: [DevOpsGuruClientTypes.RecommendationRelatedEventResource]? = nil - ) - { + ) { self.name = name self.resources = resources } @@ -4349,8 +4219,7 @@ extension DevOpsGuruClientTypes { reason: Swift.String? = nil, relatedAnomalies: [DevOpsGuruClientTypes.RecommendationRelatedAnomaly]? = nil, relatedEvents: [DevOpsGuruClientTypes.RecommendationRelatedEvent]? = nil - ) - { + ) { self.category = category self.description = description self.link = link @@ -4371,8 +4240,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendations: [DevOpsGuruClientTypes.Recommendation]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendations = recommendations } @@ -4384,8 +4252,7 @@ public struct PutFeedbackInput: Swift.Sendable { public init( insightFeedback: DevOpsGuruClientTypes.InsightFeedback? = nil - ) - { + ) { self.insightFeedback = insightFeedback } } @@ -4402,8 +4269,7 @@ public struct RemoveNotificationChannelInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4431,8 +4297,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severities: [DevOpsGuruClientTypes.InsightSeverity]? = nil, statuses: [DevOpsGuruClientTypes.InsightStatus]? = nil - ) - { + ) { self.resourceCollection = resourceCollection self.serviceCollection = serviceCollection self.severities = severities @@ -4461,8 +4326,7 @@ public struct SearchInsightsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTimeRange: DevOpsGuruClientTypes.StartTimeRange? = nil, type: DevOpsGuruClientTypes.InsightType? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4483,8 +4347,7 @@ public struct SearchInsightsOutput: Swift.Sendable { nextToken: Swift.String? = nil, proactiveInsights: [DevOpsGuruClientTypes.ProactiveInsightSummary]? = nil, reactiveInsights: [DevOpsGuruClientTypes.ReactiveInsightSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights @@ -4509,8 +4372,7 @@ extension DevOpsGuruClientTypes { serviceCollection: DevOpsGuruClientTypes.ServiceCollection? = nil, severities: [DevOpsGuruClientTypes.InsightSeverity]? = nil, statuses: [DevOpsGuruClientTypes.InsightStatus]? = nil - ) - { + ) { self.resourceCollection = resourceCollection self.serviceCollection = serviceCollection self.severities = severities @@ -4543,8 +4405,7 @@ public struct SearchOrganizationInsightsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTimeRange: DevOpsGuruClientTypes.StartTimeRange? = nil, type: DevOpsGuruClientTypes.InsightType? = nil - ) - { + ) { self.accountIds = accountIds self.filters = filters self.maxResults = maxResults @@ -4566,8 +4427,7 @@ public struct SearchOrganizationInsightsOutput: Swift.Sendable { nextToken: Swift.String? = nil, proactiveInsights: [DevOpsGuruClientTypes.ProactiveInsightSummary]? = nil, reactiveInsights: [DevOpsGuruClientTypes.ReactiveInsightSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proactiveInsights = proactiveInsights self.reactiveInsights = reactiveInsights @@ -4584,8 +4444,7 @@ public struct StartCostEstimationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceCollection: DevOpsGuruClientTypes.CostEstimationResourceCollectionFilter? = nil - ) - { + ) { self.clientToken = clientToken self.resourceCollection = resourceCollection } @@ -4602,8 +4461,7 @@ public struct UpdateEventSourcesConfigInput: Swift.Sendable { public init( eventSources: DevOpsGuruClientTypes.EventSourcesConfig? = nil - ) - { + ) { self.eventSources = eventSources } } @@ -4651,8 +4509,7 @@ extension DevOpsGuruClientTypes { public init( stackNames: [Swift.String]? = nil - ) - { + ) { self.stackNames = stackNames } } @@ -4672,8 +4529,7 @@ extension DevOpsGuruClientTypes { public init( appBoundaryKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.appBoundaryKey = appBoundaryKey self.tagValues = tagValues } @@ -4699,8 +4555,7 @@ extension DevOpsGuruClientTypes { public init( cloudFormation: DevOpsGuruClientTypes.UpdateCloudFormationCollectionFilter? = nil, tags: [DevOpsGuruClientTypes.UpdateTagCollectionFilter]? = nil - ) - { + ) { self.cloudFormation = cloudFormation self.tags = tags } @@ -4718,8 +4573,7 @@ public struct UpdateResourceCollectionInput: Swift.Sendable { public init( action: DevOpsGuruClientTypes.UpdateResourceCollectionAction? = nil, resourceCollection: DevOpsGuruClientTypes.UpdateResourceCollectionFilter? = nil - ) - { + ) { self.action = action self.resourceCollection = resourceCollection } @@ -4745,8 +4599,7 @@ extension DevOpsGuruClientTypes { kmsKeyId: Swift.String? = nil, optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil, type: DevOpsGuruClientTypes.ServerSideEncryptionType? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.optInStatus = optInStatus self.type = type @@ -4763,8 +4616,7 @@ extension DevOpsGuruClientTypes { public init( optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil - ) - { + ) { self.optInStatus = optInStatus } } @@ -4779,8 +4631,7 @@ extension DevOpsGuruClientTypes { public init( optInStatus: DevOpsGuruClientTypes.OptInStatus? = nil - ) - { + ) { self.optInStatus = optInStatus } } @@ -4801,8 +4652,7 @@ extension DevOpsGuruClientTypes { kmsServerSideEncryption: DevOpsGuruClientTypes.KMSServerSideEncryptionIntegrationConfig? = nil, logsAnomalyDetection: DevOpsGuruClientTypes.LogsAnomalyDetectionIntegrationConfig? = nil, opsCenter: DevOpsGuruClientTypes.OpsCenterIntegrationConfig? = nil - ) - { + ) { self.kmsServerSideEncryption = kmsServerSideEncryption self.logsAnomalyDetection = logsAnomalyDetection self.opsCenter = opsCenter @@ -4817,8 +4667,7 @@ public struct UpdateServiceIntegrationInput: Swift.Sendable { public init( serviceIntegration: DevOpsGuruClientTypes.UpdateServiceIntegrationConfig? = nil - ) - { + ) { self.serviceIntegration = serviceIntegration } } diff --git a/Sources/Services/AWSDeviceFarm/Package.swift.txt b/Sources/Services/AWSDeviceFarm/Package.swift.txt index a53310b5cad..e013974af08 100644 --- a/Sources/Services/AWSDeviceFarm/Package.swift.txt +++ b/Sources/Services/AWSDeviceFarm/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/DeviceFarmClient.swift b/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/DeviceFarmClient.swift index 7e1da892093..c5a9f3053f1 100644 --- a/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/DeviceFarmClient.swift +++ b/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/DeviceFarmClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DeviceFarmClient: ClientRuntime.Client { public static let clientName = "DeviceFarmClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DeviceFarmClient.DeviceFarmClientConfiguration let serviceName = "Device Farm" diff --git a/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/Models.swift b/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/Models.swift index 914b592d7d2..2c2e2ef4a6d 100644 --- a/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/Models.swift +++ b/Sources/Services/AWSDeviceFarm/Sources/AWSDeviceFarm/Models.swift @@ -38,8 +38,7 @@ extension DeviceFarmClientTypes { public init( remaining: Swift.Double? = nil, total: Swift.Double? = nil - ) - { + ) { self.remaining = remaining self.total = total } @@ -105,8 +104,7 @@ extension DeviceFarmClientTypes { trialMinutes: DeviceFarmClientTypes.TrialMinutes? = nil, unmeteredDevices: [Swift.String: Swift.Int]? = nil, unmeteredRemoteAccessDevices: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.awsAccountNumber = awsAccountNumber self.defaultJobTimeoutMinutes = defaultJobTimeoutMinutes self.maxJobTimeoutMinutes = maxJobTimeoutMinutes @@ -138,8 +136,7 @@ public struct ArgumentException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -314,8 +311,7 @@ extension DeviceFarmClientTypes { name: Swift.String? = nil, type: DeviceFarmClientTypes.ArtifactType? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.`extension` = `extension` self.name = name @@ -404,8 +400,7 @@ public struct CannotDeleteException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -437,8 +432,7 @@ extension DeviceFarmClientTypes { stopped: Swift.Int? = nil, total: Swift.Int? = nil, warned: Swift.Int? = nil - ) - { + ) { self.errored = errored self.failed = failed self.passed = passed @@ -465,8 +459,7 @@ extension DeviceFarmClientTypes { architecture: Swift.String? = nil, clock: Swift.Double? = nil, frequency: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.clock = clock self.frequency = frequency @@ -493,8 +486,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -518,8 +510,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -543,8 +534,7 @@ public struct ServiceAccountException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -673,8 +663,7 @@ extension DeviceFarmClientTypes { attribute: DeviceFarmClientTypes.DeviceAttribute? = nil, `operator`: DeviceFarmClientTypes.RuleOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.`operator` = `operator` self.value = value @@ -704,8 +693,7 @@ public struct CreateDevicePoolInput: Swift.Sendable { name: Swift.String? = nil, projectArn: Swift.String? = nil, rules: [DeviceFarmClientTypes.Rule]? = nil - ) - { + ) { self.description = description self.maxDevices = maxDevices self.name = name @@ -771,8 +759,7 @@ extension DeviceFarmClientTypes { name: Swift.String? = nil, rules: [DeviceFarmClientTypes.Rule]? = nil, type: DeviceFarmClientTypes.DevicePoolType? = nil - ) - { + ) { self.arn = arn self.description = description self.maxDevices = maxDevices @@ -790,8 +777,7 @@ public struct CreateDevicePoolOutput: Swift.Sendable { public init( devicePool: DeviceFarmClientTypes.DevicePool? = nil - ) - { + ) { self.devicePool = devicePool } } @@ -815,8 +801,7 @@ public struct CreateInstanceProfileInput: Swift.Sendable { name: Swift.String? = nil, packageCleanup: Swift.Bool? = nil, rebootAfterUse: Swift.Bool? = nil - ) - { + ) { self.description = description self.excludeAppPackagesFromCleanup = excludeAppPackagesFromCleanup self.name = name @@ -849,8 +834,7 @@ extension DeviceFarmClientTypes { name: Swift.String? = nil, packageCleanup: Swift.Bool? = nil, rebootAfterUse: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.description = description self.excludeAppPackagesFromCleanup = excludeAppPackagesFromCleanup @@ -867,8 +851,7 @@ public struct CreateInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DeviceFarmClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -943,8 +926,7 @@ public struct CreateNetworkProfileInput: Swift.Sendable { uplinkDelayMs: Swift.Int? = nil, uplinkJitterMs: Swift.Int? = nil, uplinkLossPercent: Swift.Int? = 0 - ) - { + ) { self.description = description self.downlinkBandwidthBits = downlinkBandwidthBits self.downlinkDelayMs = downlinkDelayMs @@ -1002,8 +984,7 @@ extension DeviceFarmClientTypes { uplinkDelayMs: Swift.Int? = nil, uplinkJitterMs: Swift.Int? = nil, uplinkLossPercent: Swift.Int = 0 - ) - { + ) { self.arn = arn self.description = description self.downlinkBandwidthBits = downlinkBandwidthBits @@ -1026,8 +1007,7 @@ public struct CreateNetworkProfileOutput: Swift.Sendable { public init( networkProfile: DeviceFarmClientTypes.NetworkProfile? = nil - ) - { + ) { self.networkProfile = networkProfile } } @@ -1052,8 +1032,7 @@ public struct TagOperationException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1077,8 +1056,7 @@ extension DeviceFarmClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcId = vpcId @@ -1100,8 +1078,7 @@ public struct CreateProjectInput: Swift.Sendable { defaultJobTimeoutMinutes: Swift.Int? = nil, name: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.VpcConfig? = nil - ) - { + ) { self.defaultJobTimeoutMinutes = defaultJobTimeoutMinutes self.name = name self.vpcConfig = vpcConfig @@ -1129,8 +1106,7 @@ extension DeviceFarmClientTypes { defaultJobTimeoutMinutes: Swift.Int? = nil, name: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.created = created self.defaultJobTimeoutMinutes = defaultJobTimeoutMinutes @@ -1147,8 +1123,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( project: DeviceFarmClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -1165,8 +1140,7 @@ extension DeviceFarmClientTypes { public init( billingMethod: DeviceFarmClientTypes.BillingMethod? = nil, vpceConfigurationArns: [Swift.String]? = nil - ) - { + ) { self.billingMethod = billingMethod self.vpceConfigurationArns = vpceConfigurationArns } @@ -1253,8 +1227,7 @@ public struct CreateRemoteAccessSessionInput: Swift.Sendable { remoteRecordEnabled: Swift.Bool? = nil, skipAppResign: Swift.Bool? = nil, sshPublicKey: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.configuration = configuration self.deviceArn = deviceArn @@ -1393,8 +1366,7 @@ extension DeviceFarmClientTypes { labels: [Swift.String]? = nil, status: DeviceFarmClientTypes.InstanceStatus? = nil, udid: Swift.String? = nil - ) - { + ) { self.arn = arn self.deviceArn = deviceArn self.instanceProfile = instanceProfile @@ -1417,8 +1389,7 @@ extension DeviceFarmClientTypes { public init( height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.height = height self.width = width } @@ -1502,8 +1473,7 @@ extension DeviceFarmClientTypes { remoteAccessEnabled: Swift.Bool? = nil, remoteDebugEnabled: Swift.Bool? = nil, resolution: DeviceFarmClientTypes.Resolution? = nil - ) - { + ) { self.arn = arn self.availability = availability self.carrier = carrier @@ -1544,8 +1514,7 @@ extension DeviceFarmClientTypes { metered: Swift.Double? = nil, total: Swift.Double? = nil, unmetered: Swift.Double? = nil - ) - { + ) { self.metered = metered self.total = total self.unmetered = unmetered @@ -1757,8 +1726,7 @@ extension DeviceFarmClientTypes { status: DeviceFarmClientTypes.ExecutionStatus? = nil, stopped: Foundation.Date? = nil, vpcConfig: DeviceFarmClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.billingMethod = billingMethod self.clientId = clientId @@ -1792,8 +1760,7 @@ public struct CreateRemoteAccessSessionOutput: Swift.Sendable { public init( remoteAccessSession: DeviceFarmClientTypes.RemoteAccessSession? = nil - ) - { + ) { self.remoteAccessSession = remoteAccessSession } } @@ -1816,8 +1783,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1840,8 +1806,7 @@ extension DeviceFarmClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcId = vpcId @@ -1862,8 +1827,7 @@ public struct CreateTestGridProjectInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.TestGridVpcConfig? = nil - ) - { + ) { self.description = description self.name = name self.vpcConfig = vpcConfig @@ -1891,8 +1855,7 @@ extension DeviceFarmClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.TestGridVpcConfig? = nil - ) - { + ) { self.arn = arn self.created = created self.description = description @@ -1908,8 +1871,7 @@ public struct CreateTestGridProjectOutput: Swift.Sendable { public init( testGridProject: DeviceFarmClientTypes.TestGridProject? = nil - ) - { + ) { self.testGridProject = testGridProject } } @@ -1925,8 +1887,7 @@ public struct CreateTestGridUrlInput: Swift.Sendable { public init( expiresInSeconds: Swift.Int? = nil, projectArn: Swift.String? = nil - ) - { + ) { self.expiresInSeconds = expiresInSeconds self.projectArn = projectArn } @@ -1941,8 +1902,7 @@ public struct CreateTestGridUrlOutput: Swift.Sendable { public init( expires: Foundation.Date? = nil, url: Swift.String? = nil - ) - { + ) { self.expires = expires self.url = url } @@ -2152,8 +2112,7 @@ public struct CreateUploadInput: Swift.Sendable { name: Swift.String? = nil, projectArn: Swift.String? = nil, type: DeviceFarmClientTypes.UploadType? = nil - ) - { + ) { self.contentType = contentType self.name = name self.projectArn = projectArn @@ -2331,8 +2290,7 @@ extension DeviceFarmClientTypes { status: DeviceFarmClientTypes.UploadStatus? = nil, type: DeviceFarmClientTypes.UploadType? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.category = category self.contentType = contentType @@ -2359,8 +2317,7 @@ public struct CreateUploadOutput: Swift.Sendable { public init( upload: DeviceFarmClientTypes.Upload? = nil - ) - { + ) { self.upload = upload } } @@ -2383,8 +2340,7 @@ public struct CreateVPCEConfigurationInput: Swift.Sendable { vpceConfigurationDescription: Swift.String? = nil, vpceConfigurationName: Swift.String? = nil, vpceServiceName: Swift.String? = nil - ) - { + ) { self.serviceDnsName = serviceDnsName self.vpceConfigurationDescription = vpceConfigurationDescription self.vpceConfigurationName = vpceConfigurationName @@ -2413,8 +2369,7 @@ extension DeviceFarmClientTypes { vpceConfigurationDescription: Swift.String? = nil, vpceConfigurationName: Swift.String? = nil, vpceServiceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.serviceDnsName = serviceDnsName self.vpceConfigurationDescription = vpceConfigurationDescription @@ -2430,8 +2385,7 @@ public struct CreateVPCEConfigurationOutput: Swift.Sendable { public init( vpceConfiguration: DeviceFarmClientTypes.VPCEConfiguration? = nil - ) - { + ) { self.vpceConfiguration = vpceConfiguration } } @@ -2477,8 +2431,7 @@ extension DeviceFarmClientTypes { androidPaths: [Swift.String]? = nil, deviceHostPaths: [Swift.String]? = nil, iosPaths: [Swift.String]? = nil - ) - { + ) { self.androidPaths = androidPaths self.deviceHostPaths = deviceHostPaths self.iosPaths = iosPaths @@ -2494,8 +2447,7 @@ public struct DeleteDevicePoolInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2513,8 +2465,7 @@ public struct DeleteInstanceProfileInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2531,8 +2482,7 @@ public struct DeleteNetworkProfileInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2550,8 +2500,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2570,8 +2519,7 @@ public struct DeleteRemoteAccessSessionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2590,8 +2538,7 @@ public struct DeleteRunInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2609,8 +2556,7 @@ public struct DeleteTestGridProjectInput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -2628,8 +2574,7 @@ public struct DeleteUploadInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2658,8 +2603,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2671,8 +2615,7 @@ public struct DeleteVPCEConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2695,8 +2638,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettings: DeviceFarmClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -2709,8 +2651,7 @@ public struct GetDeviceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2722,8 +2663,7 @@ public struct GetDeviceOutput: Swift.Sendable { public init( device: DeviceFarmClientTypes.Device? = nil - ) - { + ) { self.device = device } } @@ -2735,8 +2675,7 @@ public struct GetDeviceInstanceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2747,8 +2686,7 @@ public struct GetDeviceInstanceOutput: Swift.Sendable { public init( deviceInstance: DeviceFarmClientTypes.DeviceInstance? = nil - ) - { + ) { self.deviceInstance = deviceInstance } } @@ -2761,8 +2699,7 @@ public struct GetDevicePoolInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2774,8 +2711,7 @@ public struct GetDevicePoolOutput: Swift.Sendable { public init( devicePool: DeviceFarmClientTypes.DevicePool? = nil - ) - { + ) { self.devicePool = devicePool } } @@ -2794,8 +2730,7 @@ extension DeviceFarmClientTypes { public init( latitude: Swift.Double? = nil, longitude: Swift.Double? = nil - ) - { + ) { self.latitude = latitude self.longitude = longitude } @@ -2820,8 +2755,7 @@ extension DeviceFarmClientTypes { gps: Swift.Bool? = nil, nfc: Swift.Bool? = nil, wifi: Swift.Bool? = nil - ) - { + ) { self.bluetooth = bluetooth self.gps = gps self.nfc = nfc @@ -2863,8 +2797,7 @@ extension DeviceFarmClientTypes { networkProfileArn: Swift.String? = nil, radios: DeviceFarmClientTypes.Radios? = nil, vpceConfigurationArns: [Swift.String]? = nil - ) - { + ) { self.auxiliaryApps = auxiliaryApps self.billingMethod = billingMethod self.customerArtifactPaths = customerArtifactPaths @@ -3045,8 +2978,7 @@ extension DeviceFarmClientTypes { testPackageArn: Swift.String? = nil, testSpecArn: Swift.String? = nil, type: DeviceFarmClientTypes.TestType? = nil - ) - { + ) { self.filter = filter self.parameters = parameters self.testPackageArn = testPackageArn @@ -3104,8 +3036,7 @@ public struct GetDevicePoolCompatibilityInput: Swift.Sendable { devicePoolArn: Swift.String? = nil, test: DeviceFarmClientTypes.ScheduleRunTest? = nil, testType: DeviceFarmClientTypes.TestType? = nil - ) - { + ) { self.appArn = appArn self.configuration = configuration self.devicePoolArn = devicePoolArn @@ -3138,8 +3069,7 @@ extension DeviceFarmClientTypes { public init( message: Swift.String? = nil, type: DeviceFarmClientTypes.DeviceAttribute? = nil - ) - { + ) { self.message = message self.type = type } @@ -3161,8 +3091,7 @@ extension DeviceFarmClientTypes { compatible: Swift.Bool? = nil, device: DeviceFarmClientTypes.Device? = nil, incompatibilityMessages: [DeviceFarmClientTypes.IncompatibilityMessage]? = nil - ) - { + ) { self.compatible = compatible self.device = device self.incompatibilityMessages = incompatibilityMessages @@ -3180,8 +3109,7 @@ public struct GetDevicePoolCompatibilityOutput: Swift.Sendable { public init( compatibleDevices: [DeviceFarmClientTypes.DevicePoolCompatibilityResult]? = nil, incompatibleDevices: [DeviceFarmClientTypes.DevicePoolCompatibilityResult]? = nil - ) - { + ) { self.compatibleDevices = compatibleDevices self.incompatibleDevices = incompatibleDevices } @@ -3194,8 +3122,7 @@ public struct GetInstanceProfileInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3206,8 +3133,7 @@ public struct GetInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DeviceFarmClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -3220,8 +3146,7 @@ public struct GetJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3337,8 +3262,7 @@ extension DeviceFarmClientTypes { type: DeviceFarmClientTypes.TestType? = nil, videoCapture: Swift.Bool? = nil, videoEndpoint: Swift.String? = nil - ) - { + ) { self.arn = arn self.counters = counters self.created = created @@ -3365,8 +3289,7 @@ public struct GetJobOutput: Swift.Sendable { public init( job: DeviceFarmClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -3378,8 +3301,7 @@ public struct GetNetworkProfileInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3390,8 +3312,7 @@ public struct GetNetworkProfileOutput: Swift.Sendable { public init( networkProfile: DeviceFarmClientTypes.NetworkProfile? = nil - ) - { + ) { self.networkProfile = networkProfile } } @@ -3415,8 +3336,7 @@ public struct NotEligibleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3428,8 +3348,7 @@ public struct GetOfferingStatusInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -3446,8 +3365,7 @@ extension DeviceFarmClientTypes { public init( amount: Swift.Double? = nil, currencyCode: DeviceFarmClientTypes.CurrencyCode? = nil - ) - { + ) { self.amount = amount self.currencyCode = currencyCode } @@ -3492,8 +3410,7 @@ extension DeviceFarmClientTypes { public init( cost: DeviceFarmClientTypes.MonetaryAmount? = nil, frequency: DeviceFarmClientTypes.RecurringChargeFrequency? = nil - ) - { + ) { self.cost = cost self.frequency = frequency } @@ -3547,8 +3464,7 @@ extension DeviceFarmClientTypes { platform: DeviceFarmClientTypes.DevicePlatform? = nil, recurringCharges: [DeviceFarmClientTypes.RecurringCharge]? = nil, type: DeviceFarmClientTypes.OfferingType? = nil - ) - { + ) { self.description = description self.id = id self.platform = platform @@ -3608,8 +3524,7 @@ extension DeviceFarmClientTypes { offering: DeviceFarmClientTypes.Offering? = nil, quantity: Swift.Int? = nil, type: DeviceFarmClientTypes.OfferingTransactionType? = nil - ) - { + ) { self.effectiveOn = effectiveOn self.offering = offering self.quantity = quantity @@ -3631,8 +3546,7 @@ public struct GetOfferingStatusOutput: Swift.Sendable { current: [Swift.String: DeviceFarmClientTypes.OfferingStatus]? = nil, nextPeriod: [Swift.String: DeviceFarmClientTypes.OfferingStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.current = current self.nextPeriod = nextPeriod self.nextToken = nextToken @@ -3647,8 +3561,7 @@ public struct GetProjectInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3660,8 +3573,7 @@ public struct GetProjectOutput: Swift.Sendable { public init( project: DeviceFarmClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -3674,8 +3586,7 @@ public struct GetRemoteAccessSessionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3687,8 +3598,7 @@ public struct GetRemoteAccessSessionOutput: Swift.Sendable { public init( remoteAccessSession: DeviceFarmClientTypes.RemoteAccessSession? = nil - ) - { + ) { self.remoteAccessSession = remoteAccessSession } } @@ -3701,8 +3611,7 @@ public struct GetRunInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3799,8 +3708,7 @@ extension DeviceFarmClientTypes { attribute: DeviceFarmClientTypes.DeviceFilterAttribute? = nil, `operator`: DeviceFarmClientTypes.RuleOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.attribute = attribute self.`operator` = `operator` self.values = values @@ -3823,8 +3731,7 @@ extension DeviceFarmClientTypes { filters: [DeviceFarmClientTypes.DeviceFilter]? = nil, matchedDevicesCount: Swift.Int? = nil, maxDevices: Swift.Int? = nil - ) - { + ) { self.filters = filters self.matchedDevicesCount = matchedDevicesCount self.maxDevices = maxDevices @@ -4027,8 +3934,7 @@ extension DeviceFarmClientTypes { type: DeviceFarmClientTypes.TestType? = nil, vpcConfig: DeviceFarmClientTypes.VpcConfig? = nil, webUrl: Swift.String? = nil - ) - { + ) { self.appUpload = appUpload self.arn = arn self.billingMethod = billingMethod @@ -4072,8 +3978,7 @@ public struct GetRunOutput: Swift.Sendable { public init( run: DeviceFarmClientTypes.Run? = nil - ) - { + ) { self.run = run } } @@ -4086,8 +3991,7 @@ public struct GetSuiteInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4191,8 +4095,7 @@ extension DeviceFarmClientTypes { status: DeviceFarmClientTypes.ExecutionStatus? = nil, stopped: Foundation.Date? = nil, type: DeviceFarmClientTypes.TestType? = nil - ) - { + ) { self.arn = arn self.counters = counters self.created = created @@ -4215,8 +4118,7 @@ public struct GetSuiteOutput: Swift.Sendable { public init( suite: DeviceFarmClientTypes.Suite? = nil - ) - { + ) { self.suite = suite } } @@ -4229,8 +4131,7 @@ public struct GetTestInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4334,8 +4235,7 @@ extension DeviceFarmClientTypes { status: DeviceFarmClientTypes.ExecutionStatus? = nil, stopped: Foundation.Date? = nil, type: DeviceFarmClientTypes.TestType? = nil - ) - { + ) { self.arn = arn self.counters = counters self.created = created @@ -4358,8 +4258,7 @@ public struct GetTestOutput: Swift.Sendable { public init( test: DeviceFarmClientTypes.Test? = nil - ) - { + ) { self.test = test } } @@ -4371,8 +4270,7 @@ public struct GetTestGridProjectInput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -4383,8 +4281,7 @@ public struct GetTestGridProjectOutput: Swift.Sendable { public init( testGridProject: DeviceFarmClientTypes.TestGridProject? = nil - ) - { + ) { self.testGridProject = testGridProject } } @@ -4401,8 +4298,7 @@ public struct GetTestGridSessionInput: Swift.Sendable { projectArn: Swift.String? = nil, sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn self.sessionArn = sessionArn self.sessionId = sessionId @@ -4465,8 +4361,7 @@ extension DeviceFarmClientTypes { ended: Foundation.Date? = nil, seleniumProperties: Swift.String? = nil, status: DeviceFarmClientTypes.TestGridSessionStatus? = nil - ) - { + ) { self.arn = arn self.billingMinutes = billingMinutes self.created = created @@ -4483,8 +4378,7 @@ public struct GetTestGridSessionOutput: Swift.Sendable { public init( testGridSession: DeviceFarmClientTypes.TestGridSession? = nil - ) - { + ) { self.testGridSession = testGridSession } } @@ -4497,8 +4391,7 @@ public struct GetUploadInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4510,8 +4403,7 @@ public struct GetUploadOutput: Swift.Sendable { public init( upload: DeviceFarmClientTypes.Upload? = nil - ) - { + ) { self.upload = upload } } @@ -4523,8 +4415,7 @@ public struct GetVPCEConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4535,8 +4426,7 @@ public struct GetVPCEConfigurationOutput: Swift.Sendable { public init( vpceConfiguration: DeviceFarmClientTypes.VPCEConfiguration? = nil - ) - { + ) { self.vpceConfiguration = vpceConfiguration } } @@ -4553,8 +4443,7 @@ public struct InstallToRemoteAccessSessionInput: Swift.Sendable { public init( appArn: Swift.String? = nil, remoteAccessSessionArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.remoteAccessSessionArn = remoteAccessSessionArn } @@ -4567,8 +4456,7 @@ public struct InstallToRemoteAccessSessionOutput: Swift.Sendable { public init( appUpload: DeviceFarmClientTypes.Upload? = nil - ) - { + ) { self.appUpload = appUpload } } @@ -4594,8 +4482,7 @@ public struct ListArtifactsInput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, type: DeviceFarmClientTypes.ArtifactCategory? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.type = type @@ -4612,8 +4499,7 @@ public struct ListArtifactsOutput: Swift.Sendable { public init( artifacts: [DeviceFarmClientTypes.Artifact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.artifacts = artifacts self.nextToken = nextToken } @@ -4628,8 +4514,7 @@ public struct ListDeviceInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4644,8 +4529,7 @@ public struct ListDeviceInstancesOutput: Swift.Sendable { public init( deviceInstances: [DeviceFarmClientTypes.DeviceInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceInstances = deviceInstances self.nextToken = nextToken } @@ -4669,8 +4553,7 @@ public struct ListDevicePoolsInput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, type: DeviceFarmClientTypes.DevicePoolType? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.type = type @@ -4687,8 +4570,7 @@ public struct ListDevicePoolsOutput: Swift.Sendable { public init( devicePools: [DeviceFarmClientTypes.DevicePool]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devicePools = devicePools self.nextToken = nextToken } @@ -4757,8 +4639,7 @@ public struct ListDevicesInput: Swift.Sendable { arn: Swift.String? = nil, filters: [DeviceFarmClientTypes.DeviceFilter]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.filters = filters self.nextToken = nextToken @@ -4775,8 +4656,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( devices: [DeviceFarmClientTypes.Device]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -4791,8 +4671,7 @@ public struct ListInstanceProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4807,8 +4686,7 @@ public struct ListInstanceProfilesOutput: Swift.Sendable { public init( instanceProfiles: [DeviceFarmClientTypes.InstanceProfile]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceProfiles = instanceProfiles self.nextToken = nextToken } @@ -4825,8 +4703,7 @@ public struct ListJobsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -4842,8 +4719,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [DeviceFarmClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -4862,8 +4738,7 @@ public struct ListNetworkProfilesInput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, type: DeviceFarmClientTypes.NetworkProfileType? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.type = type @@ -4879,8 +4754,7 @@ public struct ListNetworkProfilesOutput: Swift.Sendable { public init( networkProfiles: [DeviceFarmClientTypes.NetworkProfile]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkProfiles = networkProfiles self.nextToken = nextToken } @@ -4892,8 +4766,7 @@ public struct ListOfferingPromotionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -4910,8 +4783,7 @@ extension DeviceFarmClientTypes { public init( description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.description = description self.id = id } @@ -4927,8 +4799,7 @@ public struct ListOfferingPromotionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offeringPromotions: [DeviceFarmClientTypes.OfferingPromotion]? = nil - ) - { + ) { self.nextToken = nextToken self.offeringPromotions = offeringPromotions } @@ -4941,8 +4812,7 @@ public struct ListOfferingsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -4957,8 +4827,7 @@ public struct ListOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offerings: [DeviceFarmClientTypes.Offering]? = nil - ) - { + ) { self.nextToken = nextToken self.offerings = offerings } @@ -4971,8 +4840,7 @@ public struct ListOfferingTransactionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -4998,8 +4866,7 @@ extension DeviceFarmClientTypes { offeringPromotionId: Swift.String? = nil, offeringStatus: DeviceFarmClientTypes.OfferingStatus? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.cost = cost self.createdOn = createdOn self.offeringPromotionId = offeringPromotionId @@ -5019,8 +4886,7 @@ public struct ListOfferingTransactionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offeringTransactions: [DeviceFarmClientTypes.OfferingTransaction]? = nil - ) - { + ) { self.nextToken = nextToken self.offeringTransactions = offeringTransactions } @@ -5036,8 +4902,7 @@ public struct ListProjectsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5053,8 +4918,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [DeviceFarmClientTypes.Project]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -5071,8 +4935,7 @@ public struct ListRemoteAccessSessionsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5088,8 +4951,7 @@ public struct ListRemoteAccessSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, remoteAccessSessions: [DeviceFarmClientTypes.RemoteAccessSession]? = nil - ) - { + ) { self.nextToken = nextToken self.remoteAccessSessions = remoteAccessSessions } @@ -5106,8 +4968,7 @@ public struct ListRunsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5123,8 +4984,7 @@ public struct ListRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, runs: [DeviceFarmClientTypes.Run]? = nil - ) - { + ) { self.nextToken = nextToken self.runs = runs } @@ -5141,8 +5001,7 @@ public struct ListSamplesInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5271,8 +5130,7 @@ extension DeviceFarmClientTypes { arn: Swift.String? = nil, type: DeviceFarmClientTypes.SampleType? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type self.url = url @@ -5290,8 +5148,7 @@ public struct ListSamplesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, samples: [DeviceFarmClientTypes.Sample]? = nil - ) - { + ) { self.nextToken = nextToken self.samples = samples } @@ -5308,8 +5165,7 @@ public struct ListSuitesInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5325,8 +5181,7 @@ public struct ListSuitesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, suites: [DeviceFarmClientTypes.Suite]? = nil - ) - { + ) { self.nextToken = nextToken self.suites = suites } @@ -5339,8 +5194,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -5359,8 +5213,7 @@ extension DeviceFarmClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5373,8 +5226,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [DeviceFarmClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -5388,8 +5240,7 @@ public struct ListTestGridProjectsInput: Swift.Sendable { public init( maxResult: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResult = maxResult self.nextToken = nextToken } @@ -5404,8 +5255,7 @@ public struct ListTestGridProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testGridProjects: [DeviceFarmClientTypes.TestGridProject]? = nil - ) - { + ) { self.nextToken = nextToken self.testGridProjects = testGridProjects } @@ -5424,8 +5274,7 @@ public struct ListTestGridSessionActionsInput: Swift.Sendable { maxResult: Swift.Int? = nil, nextToken: Swift.String? = nil, sessionArn: Swift.String? = nil - ) - { + ) { self.maxResult = maxResult self.nextToken = nextToken self.sessionArn = sessionArn @@ -5453,8 +5302,7 @@ extension DeviceFarmClientTypes { requestMethod: Swift.String? = nil, started: Foundation.Date? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.action = action self.duration = duration self.requestMethod = requestMethod @@ -5473,8 +5321,7 @@ public struct ListTestGridSessionActionsOutput: Swift.Sendable { public init( actions: [DeviceFarmClientTypes.TestGridSessionAction]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actions = actions self.nextToken = nextToken } @@ -5525,8 +5372,7 @@ public struct ListTestGridSessionArtifactsInput: Swift.Sendable { nextToken: Swift.String? = nil, sessionArn: Swift.String? = nil, type: DeviceFarmClientTypes.TestGridSessionArtifactCategory? = nil - ) - { + ) { self.maxResult = maxResult self.nextToken = nextToken self.sessionArn = sessionArn @@ -5581,8 +5427,7 @@ extension DeviceFarmClientTypes { filename: Swift.String? = nil, type: DeviceFarmClientTypes.TestGridSessionArtifactType? = nil, url: Swift.String? = nil - ) - { + ) { self.filename = filename self.type = type self.url = url @@ -5604,8 +5449,7 @@ public struct ListTestGridSessionArtifactsOutput: Swift.Sendable { public init( artifacts: [DeviceFarmClientTypes.TestGridSessionArtifact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.artifacts = artifacts self.nextToken = nextToken } @@ -5639,8 +5483,7 @@ public struct ListTestGridSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectArn: Swift.String? = nil, status: DeviceFarmClientTypes.TestGridSessionStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endTimeAfter = endTimeAfter @@ -5661,8 +5504,7 @@ public struct ListTestGridSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testGridSessions: [DeviceFarmClientTypes.TestGridSession]? = nil - ) - { + ) { self.nextToken = nextToken self.testGridSessions = testGridSessions } @@ -5679,8 +5521,7 @@ public struct ListTestsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5696,8 +5537,7 @@ public struct ListTestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tests: [DeviceFarmClientTypes.Test]? = nil - ) - { + ) { self.nextToken = nextToken self.tests = tests } @@ -5714,8 +5554,7 @@ public struct ListUniqueProblemsInput: Swift.Sendable { public init( arn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken } @@ -5733,8 +5572,7 @@ extension DeviceFarmClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -5782,8 +5620,7 @@ extension DeviceFarmClientTypes { run: DeviceFarmClientTypes.ProblemDetail? = nil, suite: DeviceFarmClientTypes.ProblemDetail? = nil, test: DeviceFarmClientTypes.ProblemDetail? = nil - ) - { + ) { self.device = device self.job = job self.message = message @@ -5807,8 +5644,7 @@ extension DeviceFarmClientTypes { public init( message: Swift.String? = nil, problems: [DeviceFarmClientTypes.Problem]? = nil - ) - { + ) { self.message = message self.problems = problems } @@ -5839,8 +5675,7 @@ public struct ListUniqueProblemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, uniqueProblems: [Swift.String: [DeviceFarmClientTypes.UniqueProblem]]? = nil - ) - { + ) { self.nextToken = nextToken self.uniqueProblems = uniqueProblems } @@ -5918,8 +5753,7 @@ public struct ListUploadsInput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, type: DeviceFarmClientTypes.UploadType? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.type = type @@ -5936,8 +5770,7 @@ public struct ListUploadsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, uploads: [DeviceFarmClientTypes.Upload]? = nil - ) - { + ) { self.nextToken = nextToken self.uploads = uploads } @@ -5952,8 +5785,7 @@ public struct ListVPCEConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5968,8 +5800,7 @@ public struct ListVPCEConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpceConfigurations: [DeviceFarmClientTypes.VPCEConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.vpceConfigurations = vpceConfigurations } @@ -5990,8 +5821,7 @@ public struct PurchaseOfferingInput: Swift.Sendable { offeringId: Swift.String? = nil, offeringPromotionId: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.offeringId = offeringId self.offeringPromotionId = offeringPromotionId self.quantity = quantity @@ -6005,8 +5835,7 @@ public struct PurchaseOfferingOutput: Swift.Sendable { public init( offeringTransaction: DeviceFarmClientTypes.OfferingTransaction? = nil - ) - { + ) { self.offeringTransaction = offeringTransaction } } @@ -6023,8 +5852,7 @@ public struct RenewOfferingInput: Swift.Sendable { public init( offeringId: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.offeringId = offeringId self.quantity = quantity } @@ -6037,8 +5865,7 @@ public struct RenewOfferingOutput: Swift.Sendable { public init( offeringTransaction: DeviceFarmClientTypes.OfferingTransaction? = nil - ) - { + ) { self.offeringTransaction = offeringTransaction } } @@ -6062,8 +5889,7 @@ public struct IdempotencyException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6141,8 +5967,7 @@ extension DeviceFarmClientTypes { public init( filters: [DeviceFarmClientTypes.DeviceFilter]? = nil, maxDevices: Swift.Int? = nil - ) - { + ) { self.filters = filters self.maxDevices = maxDevices } @@ -6170,8 +5995,7 @@ extension DeviceFarmClientTypes { jobTimeoutMinutes: Swift.Int? = nil, skipAppResign: Swift.Bool? = nil, videoCapture: Swift.Bool? = nil - ) - { + ) { self.accountsCleanup = accountsCleanup self.appPackagesCleanup = appPackagesCleanup self.jobTimeoutMinutes = jobTimeoutMinutes @@ -6211,8 +6035,7 @@ public struct ScheduleRunInput: Swift.Sendable { name: Swift.String? = nil, projectArn: Swift.String? = nil, test: DeviceFarmClientTypes.ScheduleRunTest? = nil - ) - { + ) { self.appArn = appArn self.configuration = configuration self.devicePoolArn = devicePoolArn @@ -6231,8 +6054,7 @@ public struct ScheduleRunOutput: Swift.Sendable { public init( run: DeviceFarmClientTypes.Run? = nil - ) - { + ) { self.run = run } } @@ -6244,8 +6066,7 @@ public struct StopJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6256,8 +6077,7 @@ public struct StopJobOutput: Swift.Sendable { public init( job: DeviceFarmClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -6270,8 +6090,7 @@ public struct StopRemoteAccessSessionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6283,8 +6102,7 @@ public struct StopRemoteAccessSessionOutput: Swift.Sendable { public init( remoteAccessSession: DeviceFarmClientTypes.RemoteAccessSession? = nil - ) - { + ) { self.remoteAccessSession = remoteAccessSession } } @@ -6297,8 +6115,7 @@ public struct StopRunInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6310,8 +6127,7 @@ public struct StopRunOutput: Swift.Sendable { public init( run: DeviceFarmClientTypes.Run? = nil - ) - { + ) { self.run = run } } @@ -6336,8 +6152,7 @@ public struct TagPolicyException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -6363,8 +6178,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -6381,8 +6195,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [DeviceFarmClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -6404,8 +6217,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -6429,8 +6241,7 @@ public struct UpdateDeviceInstanceInput: Swift.Sendable { arn: Swift.String? = nil, labels: [Swift.String]? = nil, profileArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.labels = labels self.profileArn = profileArn @@ -6443,8 +6254,7 @@ public struct UpdateDeviceInstanceOutput: Swift.Sendable { public init( deviceInstance: DeviceFarmClientTypes.DeviceInstance? = nil - ) - { + ) { self.deviceInstance = deviceInstance } } @@ -6472,8 +6282,7 @@ public struct UpdateDevicePoolInput: Swift.Sendable { maxDevices: Swift.Int? = nil, name: Swift.String? = nil, rules: [DeviceFarmClientTypes.Rule]? = nil - ) - { + ) { self.arn = arn self.clearMaxDevices = clearMaxDevices self.description = description @@ -6490,8 +6299,7 @@ public struct UpdateDevicePoolOutput: Swift.Sendable { public init( devicePool: DeviceFarmClientTypes.DevicePool? = nil - ) - { + ) { self.devicePool = devicePool } } @@ -6518,8 +6326,7 @@ public struct UpdateInstanceProfileInput: Swift.Sendable { name: Swift.String? = nil, packageCleanup: Swift.Bool? = nil, rebootAfterUse: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.description = description self.excludeAppPackagesFromCleanup = excludeAppPackagesFromCleanup @@ -6535,8 +6342,7 @@ public struct UpdateInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: DeviceFarmClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -6581,8 +6387,7 @@ public struct UpdateNetworkProfileInput: Swift.Sendable { uplinkDelayMs: Swift.Int? = nil, uplinkJitterMs: Swift.Int? = nil, uplinkLossPercent: Swift.Int? = 0 - ) - { + ) { self.arn = arn self.description = description self.downlinkBandwidthBits = downlinkBandwidthBits @@ -6604,8 +6409,7 @@ public struct UpdateNetworkProfileOutput: Swift.Sendable { public init( networkProfile: DeviceFarmClientTypes.NetworkProfile? = nil - ) - { + ) { self.networkProfile = networkProfile } } @@ -6627,8 +6431,7 @@ public struct UpdateProjectInput: Swift.Sendable { defaultJobTimeoutMinutes: Swift.Int? = nil, name: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.VpcConfig? = nil - ) - { + ) { self.arn = arn self.defaultJobTimeoutMinutes = defaultJobTimeoutMinutes self.name = name @@ -6643,8 +6446,7 @@ public struct UpdateProjectOutput: Swift.Sendable { public init( project: DeviceFarmClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -6665,8 +6467,7 @@ public struct UpdateTestGridProjectInput: Swift.Sendable { name: Swift.String? = nil, projectArn: Swift.String? = nil, vpcConfig: DeviceFarmClientTypes.TestGridVpcConfig? = nil - ) - { + ) { self.description = description self.name = name self.projectArn = projectArn @@ -6680,8 +6481,7 @@ public struct UpdateTestGridProjectOutput: Swift.Sendable { public init( testGridProject: DeviceFarmClientTypes.TestGridProject? = nil - ) - { + ) { self.testGridProject = testGridProject } } @@ -6702,8 +6502,7 @@ public struct UpdateUploadInput: Swift.Sendable { contentType: Swift.String? = nil, editContent: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.contentType = contentType self.editContent = editContent @@ -6717,8 +6516,7 @@ public struct UpdateUploadOutput: Swift.Sendable { public init( upload: DeviceFarmClientTypes.Upload? = nil - ) - { + ) { self.upload = upload } } @@ -6742,8 +6540,7 @@ public struct UpdateVPCEConfigurationInput: Swift.Sendable { vpceConfigurationDescription: Swift.String? = nil, vpceConfigurationName: Swift.String? = nil, vpceServiceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.serviceDnsName = serviceDnsName self.vpceConfigurationDescription = vpceConfigurationDescription @@ -6758,8 +6555,7 @@ public struct UpdateVPCEConfigurationOutput: Swift.Sendable { public init( vpceConfiguration: DeviceFarmClientTypes.VPCEConfiguration? = nil - ) - { + ) { self.vpceConfiguration = vpceConfiguration } } diff --git a/Sources/Services/AWSDirectConnect/Package.swift.txt b/Sources/Services/AWSDirectConnect/Package.swift.txt index 0d1d2b98fe0..ff965db257d 100644 --- a/Sources/Services/AWSDirectConnect/Package.swift.txt +++ b/Sources/Services/AWSDirectConnect/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/DirectConnectClient.swift b/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/DirectConnectClient.swift index 96cb6b5c0ff..bf50da7dfc6 100644 --- a/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/DirectConnectClient.swift +++ b/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/DirectConnectClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DirectConnectClient: ClientRuntime.Client { public static let clientName = "DirectConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DirectConnectClient.DirectConnectClientConfiguration let serviceName = "Direct Connect" diff --git a/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/Models.swift b/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/Models.swift index 0d357266e55..10d5faec906 100644 --- a/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/Models.swift +++ b/Sources/Services/AWSDirectConnect/Sources/AWSDirectConnect/Models.swift @@ -59,8 +59,7 @@ public struct DirectConnectClientException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -83,8 +82,7 @@ public struct DirectConnectServerException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ extension DirectConnectClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -123,8 +120,7 @@ public struct AcceptDirectConnectGatewayAssociationProposalInput: Swift.Sendable directConnectGatewayId: Swift.String? = nil, overrideAllowedPrefixesToDirectConnectGateway: [DirectConnectClientTypes.RouteFilterPrefix]? = nil, proposalId: Swift.String? = nil - ) - { + ) { self.associatedGatewayOwnerAccount = associatedGatewayOwnerAccount self.directConnectGatewayId = directConnectGatewayId self.overrideAllowedPrefixesToDirectConnectGateway = overrideAllowedPrefixesToDirectConnectGateway @@ -147,8 +143,7 @@ extension DirectConnectClientTypes { attachmentId: Swift.String? = nil, id: Swift.String? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.id = id self.ownerAccount = ownerAccount @@ -203,8 +198,7 @@ extension DirectConnectClientTypes { ownerAccount: Swift.String? = nil, region: Swift.String? = nil, type: DirectConnectClientTypes.GatewayType? = nil - ) - { + ) { self.id = id self.ownerAccount = ownerAccount self.region = region @@ -301,8 +295,7 @@ extension DirectConnectClientTypes { virtualGatewayId: Swift.String? = nil, virtualGatewayOwnerAccount: Swift.String? = nil, virtualGatewayRegion: Swift.String? = nil - ) - { + ) { self.allowedPrefixesToDirectConnectGateway = allowedPrefixesToDirectConnectGateway self.associatedCoreNetwork = associatedCoreNetwork self.associatedGateway = associatedGateway @@ -324,8 +317,7 @@ public struct AcceptDirectConnectGatewayAssociationProposalOutput: Swift.Sendabl public init( directConnectGatewayAssociation: DirectConnectClientTypes.DirectConnectGatewayAssociation? = nil - ) - { + ) { self.directConnectGatewayAssociation = directConnectGatewayAssociation } } @@ -371,8 +363,7 @@ extension DirectConnectClientTypes { public init( agreementName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.agreementName = agreementName self.status = status } @@ -402,8 +393,7 @@ public struct AllocateConnectionOnInterconnectInput: Swift.Sendable { interconnectId: Swift.String? = nil, ownerAccount: Swift.String? = nil, vlan: Swift.Int? = 0 - ) - { + ) { self.bandwidth = bandwidth self.connectionName = connectionName self.interconnectId = interconnectId @@ -520,8 +510,7 @@ extension DirectConnectClientTypes { secretARN: Swift.String? = nil, startOn: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.ckn = ckn self.secretARN = secretARN self.startOn = startOn @@ -543,8 +532,7 @@ extension DirectConnectClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -640,8 +628,7 @@ public struct AllocateConnectionOnInterconnectOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -685,8 +672,7 @@ public struct DuplicateTagKeysException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -709,8 +695,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -741,8 +726,7 @@ public struct AllocateHostedConnectionInput: Swift.Sendable { ownerAccount: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int? = 0 - ) - { + ) { self.bandwidth = bandwidth self.connectionId = connectionId self.connectionName = connectionName @@ -841,8 +825,7 @@ public struct AllocateHostedConnectionOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -904,8 +887,7 @@ extension DirectConnectClientTypes { tags: [DirectConnectClientTypes.Tag]? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -934,8 +916,7 @@ public struct AllocatePrivateVirtualInterfaceInput: Swift.Sendable { connectionId: Swift.String? = nil, newPrivateVirtualInterfaceAllocation: DirectConnectClientTypes.NewPrivateVirtualInterfaceAllocation? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.newPrivateVirtualInterfaceAllocation = newPrivateVirtualInterfaceAllocation self.ownerAccount = ownerAccount @@ -1064,8 +1045,7 @@ extension DirectConnectClientTypes { bgpPeerState: DirectConnectClientTypes.BGPPeerState? = nil, bgpStatus: DirectConnectClientTypes.BGPStatus? = nil, customerAddress: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -1230,8 +1210,7 @@ public struct AllocatePrivateVirtualInterfaceOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -1297,8 +1276,7 @@ extension DirectConnectClientTypes { tags: [DirectConnectClientTypes.Tag]? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -1327,8 +1305,7 @@ public struct AllocatePublicVirtualInterfaceInput: Swift.Sendable { connectionId: Swift.String? = nil, newPublicVirtualInterfaceAllocation: DirectConnectClientTypes.NewPublicVirtualInterfaceAllocation? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.newPublicVirtualInterfaceAllocation = newPublicVirtualInterfaceAllocation self.ownerAccount = ownerAccount @@ -1435,8 +1412,7 @@ public struct AllocatePublicVirtualInterfaceOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -1499,8 +1475,7 @@ extension DirectConnectClientTypes { tags: [DirectConnectClientTypes.Tag]? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -1529,8 +1504,7 @@ public struct AllocateTransitVirtualInterfaceInput: Swift.Sendable { connectionId: Swift.String? = nil, newTransitVirtualInterfaceAllocation: DirectConnectClientTypes.NewTransitVirtualInterfaceAllocation? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.newTransitVirtualInterfaceAllocation = newTransitVirtualInterfaceAllocation self.ownerAccount = ownerAccount @@ -1639,8 +1613,7 @@ extension DirectConnectClientTypes { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -1677,8 +1650,7 @@ public struct AllocateTransitVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterface: DirectConnectClientTypes.VirtualInterface? = nil - ) - { + ) { self.virtualInterface = virtualInterface } } @@ -1694,8 +1666,7 @@ public struct AssociateConnectionWithLagInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, lagId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.lagId = lagId } @@ -1790,8 +1761,7 @@ public struct AssociateConnectionWithLagOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -1828,8 +1798,7 @@ public struct AssociateHostedConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, parentConnectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.parentConnectionId = parentConnectionId } @@ -1924,8 +1893,7 @@ public struct AssociateHostedConnectionOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -1967,8 +1935,7 @@ public struct AssociateMacSecKeyInput: Swift.Sendable { ckn: Swift.String? = nil, connectionId: Swift.String? = nil, secretARN: Swift.String? = nil - ) - { + ) { self.cak = cak self.ckn = ckn self.connectionId = connectionId @@ -1985,8 +1952,7 @@ public struct AssociateMacSecKeyOutput: Swift.Sendable { public init( connectionId: Swift.String? = nil, macSecKeys: [DirectConnectClientTypes.MacSecKey]? = nil - ) - { + ) { self.connectionId = connectionId self.macSecKeys = macSecKeys } @@ -2003,8 +1969,7 @@ public struct AssociateVirtualInterfaceInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.virtualInterfaceId = virtualInterfaceId } @@ -2110,8 +2075,7 @@ public struct AssociateVirtualInterfaceOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -2148,8 +2112,7 @@ public struct ConfirmConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -2178,8 +2141,7 @@ public struct ConfirmConnectionOutput: Swift.Sendable { public init( connectionState: DirectConnectClientTypes.ConnectionState? = nil - ) - { + ) { self.connectionState = connectionState } } @@ -2190,8 +2152,7 @@ public struct ConfirmCustomerAgreementInput: Swift.Sendable { public init( agreementName: Swift.String? = nil - ) - { + ) { self.agreementName = agreementName } } @@ -2202,8 +2163,7 @@ public struct ConfirmCustomerAgreementOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -2221,8 +2181,7 @@ public struct ConfirmPrivateVirtualInterfaceInput: Swift.Sendable { directConnectGatewayId: Swift.String? = nil, virtualGatewayId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId self.virtualGatewayId = virtualGatewayId self.virtualInterfaceId = virtualInterfaceId @@ -2253,8 +2212,7 @@ public struct ConfirmPrivateVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil - ) - { + ) { self.virtualInterfaceState = virtualInterfaceState } } @@ -2266,8 +2224,7 @@ public struct ConfirmPublicVirtualInterfaceInput: Swift.Sendable { public init( virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.virtualInterfaceId = virtualInterfaceId } } @@ -2296,8 +2253,7 @@ public struct ConfirmPublicVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil - ) - { + ) { self.virtualInterfaceState = virtualInterfaceState } } @@ -2313,8 +2269,7 @@ public struct ConfirmTransitVirtualInterfaceInput: Swift.Sendable { public init( directConnectGatewayId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId self.virtualInterfaceId = virtualInterfaceId } @@ -2344,8 +2299,7 @@ public struct ConfirmTransitVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil - ) - { + ) { self.virtualInterfaceState = virtualInterfaceState } } @@ -2441,8 +2395,7 @@ extension DirectConnectClientTypes { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -2490,8 +2443,7 @@ extension DirectConnectClientTypes { asn: Swift.Int = 0, authKey: Swift.String? = nil, customerAddress: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -2510,8 +2462,7 @@ public struct CreateBGPPeerInput: Swift.Sendable { public init( newBGPPeer: DirectConnectClientTypes.NewBGPPeer? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.newBGPPeer = newBGPPeer self.virtualInterfaceId = virtualInterfaceId } @@ -2523,8 +2474,7 @@ public struct CreateBGPPeerOutput: Swift.Sendable { public init( virtualInterface: DirectConnectClientTypes.VirtualInterface? = nil - ) - { + ) { self.virtualInterface = virtualInterface } } @@ -2556,8 +2506,7 @@ public struct CreateConnectionInput: Swift.Sendable { providerName: Swift.String? = nil, requestMACSec: Swift.Bool? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.bandwidth = bandwidth self.connectionName = connectionName self.lagId = lagId @@ -2657,8 +2606,7 @@ public struct CreateConnectionOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -2694,8 +2642,7 @@ public struct CreateDirectConnectGatewayInput: Swift.Sendable { public init( amazonSideAsn: Swift.Int? = nil, directConnectGatewayName: Swift.String? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.directConnectGatewayName = directConnectGatewayName } @@ -2768,8 +2715,7 @@ extension DirectConnectClientTypes { directConnectGatewayState: DirectConnectClientTypes.DirectConnectGatewayState? = nil, ownerAccount: Swift.String? = nil, stateChangeError: Swift.String? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.directConnectGatewayId = directConnectGatewayId self.directConnectGatewayName = directConnectGatewayName @@ -2786,8 +2732,7 @@ public struct CreateDirectConnectGatewayOutput: Swift.Sendable { public init( directConnectGateway: DirectConnectClientTypes.DirectConnectGateway? = nil - ) - { + ) { self.directConnectGateway = directConnectGateway } } @@ -2808,8 +2753,7 @@ public struct CreateDirectConnectGatewayAssociationInput: Swift.Sendable { directConnectGatewayId: Swift.String? = nil, gatewayId: Swift.String? = nil, virtualGatewayId: Swift.String? = nil - ) - { + ) { self.addAllowedPrefixesToDirectConnectGateway = addAllowedPrefixesToDirectConnectGateway self.directConnectGatewayId = directConnectGatewayId self.gatewayId = gatewayId @@ -2823,8 +2767,7 @@ public struct CreateDirectConnectGatewayAssociationOutput: Swift.Sendable { public init( directConnectGatewayAssociation: DirectConnectClientTypes.DirectConnectGatewayAssociation? = nil - ) - { + ) { self.directConnectGatewayAssociation = directConnectGatewayAssociation } } @@ -2850,8 +2793,7 @@ public struct CreateDirectConnectGatewayAssociationProposalInput: Swift.Sendable directConnectGatewayOwnerAccount: Swift.String? = nil, gatewayId: Swift.String? = nil, removeAllowedPrefixesToDirectConnectGateway: [DirectConnectClientTypes.RouteFilterPrefix]? = nil - ) - { + ) { self.addAllowedPrefixesToDirectConnectGateway = addAllowedPrefixesToDirectConnectGateway self.directConnectGatewayId = directConnectGatewayId self.directConnectGatewayOwnerAccount = directConnectGatewayOwnerAccount @@ -2925,8 +2867,7 @@ extension DirectConnectClientTypes { proposalId: Swift.String? = nil, proposalState: DirectConnectClientTypes.DirectConnectGatewayAssociationProposalState? = nil, requestedAllowedPrefixesToDirectConnectGateway: [DirectConnectClientTypes.RouteFilterPrefix]? = nil - ) - { + ) { self.associatedGateway = associatedGateway self.directConnectGatewayId = directConnectGatewayId self.directConnectGatewayOwnerAccount = directConnectGatewayOwnerAccount @@ -2944,8 +2885,7 @@ public struct CreateDirectConnectGatewayAssociationProposalOutput: Swift.Sendabl public init( directConnectGatewayAssociationProposal: DirectConnectClientTypes.DirectConnectGatewayAssociationProposal? = nil - ) - { + ) { self.directConnectGatewayAssociationProposal = directConnectGatewayAssociationProposal } } @@ -2974,8 +2914,7 @@ public struct CreateInterconnectInput: Swift.Sendable { location: Swift.String? = nil, providerName: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.bandwidth = bandwidth self.interconnectName = interconnectName self.lagId = lagId @@ -3093,8 +3032,7 @@ public struct CreateInterconnectOutput: Swift.Sendable { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -3147,8 +3085,7 @@ public struct CreateLagInput: Swift.Sendable { providerName: Swift.String? = nil, requestMACSec: Swift.Bool? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.childConnectionTags = childConnectionTags self.connectionId = connectionId self.connectionsBandwidth = connectionsBandwidth @@ -3287,8 +3224,7 @@ public struct CreateLagOutput: Swift.Sendable { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.allowsHostedConnections = allowsHostedConnections self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 @@ -3358,8 +3294,7 @@ extension DirectConnectClientTypes { virtualGatewayId: Swift.String? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -3387,8 +3322,7 @@ public struct CreatePrivateVirtualInterfaceInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, newPrivateVirtualInterface: DirectConnectClientTypes.NewPrivateVirtualInterface? = nil - ) - { + ) { self.connectionId = connectionId self.newPrivateVirtualInterface = newPrivateVirtualInterface } @@ -3494,8 +3428,7 @@ public struct CreatePrivateVirtualInterfaceOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -3561,8 +3494,7 @@ extension DirectConnectClientTypes { tags: [DirectConnectClientTypes.Tag]? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -3587,8 +3519,7 @@ public struct CreatePublicVirtualInterfaceInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, newPublicVirtualInterface: DirectConnectClientTypes.NewPublicVirtualInterface? = nil - ) - { + ) { self.connectionId = connectionId self.newPublicVirtualInterface = newPublicVirtualInterface } @@ -3694,8 +3625,7 @@ public struct CreatePublicVirtualInterfaceOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn @@ -3764,8 +3694,7 @@ extension DirectConnectClientTypes { tags: [DirectConnectClientTypes.Tag]? = nil, virtualInterfaceName: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.asn = asn @@ -3792,8 +3721,7 @@ public struct CreateTransitVirtualInterfaceInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, newTransitVirtualInterface: DirectConnectClientTypes.NewTransitVirtualInterface? = nil - ) - { + ) { self.connectionId = connectionId self.newTransitVirtualInterface = newTransitVirtualInterface } @@ -3805,8 +3733,7 @@ public struct CreateTransitVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterface: DirectConnectClientTypes.VirtualInterface? = nil - ) - { + ) { self.virtualInterface = virtualInterface } } @@ -3826,8 +3753,7 @@ public struct DeleteBGPPeerInput: Swift.Sendable { bgpPeerId: Swift.String? = nil, customerAddress: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.asn = asn self.bgpPeerId = bgpPeerId self.customerAddress = customerAddress @@ -3841,8 +3767,7 @@ public struct DeleteBGPPeerOutput: Swift.Sendable { public init( virtualInterface: DirectConnectClientTypes.VirtualInterface? = nil - ) - { + ) { self.virtualInterface = virtualInterface } } @@ -3854,8 +3779,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -3949,8 +3873,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -3983,8 +3906,7 @@ public struct DeleteDirectConnectGatewayInput: Swift.Sendable { public init( directConnectGatewayId: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId } } @@ -3995,8 +3917,7 @@ public struct DeleteDirectConnectGatewayOutput: Swift.Sendable { public init( directConnectGateway: DirectConnectClientTypes.DirectConnectGateway? = nil - ) - { + ) { self.directConnectGateway = directConnectGateway } } @@ -4013,8 +3934,7 @@ public struct DeleteDirectConnectGatewayAssociationInput: Swift.Sendable { associationId: Swift.String? = nil, directConnectGatewayId: Swift.String? = nil, virtualGatewayId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.directConnectGatewayId = directConnectGatewayId self.virtualGatewayId = virtualGatewayId @@ -4027,8 +3947,7 @@ public struct DeleteDirectConnectGatewayAssociationOutput: Swift.Sendable { public init( directConnectGatewayAssociation: DirectConnectClientTypes.DirectConnectGatewayAssociation? = nil - ) - { + ) { self.directConnectGatewayAssociation = directConnectGatewayAssociation } } @@ -4040,8 +3959,7 @@ public struct DeleteDirectConnectGatewayAssociationProposalInput: Swift.Sendable public init( proposalId: Swift.String? = nil - ) - { + ) { self.proposalId = proposalId } } @@ -4052,8 +3970,7 @@ public struct DeleteDirectConnectGatewayAssociationProposalOutput: Swift.Sendabl public init( directConnectGatewayAssociationProposal: DirectConnectClientTypes.DirectConnectGatewayAssociationProposal? = nil - ) - { + ) { self.directConnectGatewayAssociationProposal = directConnectGatewayAssociationProposal } } @@ -4065,8 +3982,7 @@ public struct DeleteInterconnectInput: Swift.Sendable { public init( interconnectId: Swift.String? = nil - ) - { + ) { self.interconnectId = interconnectId } } @@ -4091,8 +4007,7 @@ public struct DeleteInterconnectOutput: Swift.Sendable { public init( interconnectState: DirectConnectClientTypes.InterconnectState? = nil - ) - { + ) { self.interconnectState = interconnectState } } @@ -4104,8 +4019,7 @@ public struct DeleteLagInput: Swift.Sendable { public init( lagId: Swift.String? = nil - ) - { + ) { self.lagId = lagId } } @@ -4192,8 +4106,7 @@ public struct DeleteLagOutput: Swift.Sendable { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.allowsHostedConnections = allowsHostedConnections self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 @@ -4225,8 +4138,7 @@ public struct DeleteVirtualInterfaceInput: Swift.Sendable { public init( virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.virtualInterfaceId = virtualInterfaceId } } @@ -4255,8 +4167,7 @@ public struct DeleteVirtualInterfaceOutput: Swift.Sendable { public init( virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil - ) - { + ) { self.virtualInterfaceState = virtualInterfaceState } } @@ -4300,8 +4211,7 @@ public struct DescribeConnectionLoaInput: Swift.Sendable { connectionId: Swift.String? = nil, loaContentType: DirectConnectClientTypes.LoaContentType? = nil, providerName: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.loaContentType = loaContentType self.providerName = providerName @@ -4320,8 +4230,7 @@ extension DirectConnectClientTypes { public init( loaContent: Foundation.Data? = nil, loaContentType: DirectConnectClientTypes.LoaContentType? = nil - ) - { + ) { self.loaContent = loaContent self.loaContentType = loaContentType } @@ -4334,8 +4243,7 @@ public struct DescribeConnectionLoaOutput: Swift.Sendable { public init( loa: DirectConnectClientTypes.Loa? = nil - ) - { + ) { self.loa = loa } } @@ -4346,8 +4254,7 @@ public struct DescribeConnectionsInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -4358,8 +4265,7 @@ public struct DescribeConnectionsOutput: Swift.Sendable { public init( connections: [DirectConnectClientTypes.Connection]? = nil - ) - { + ) { self.connections = connections } } @@ -4371,8 +4277,7 @@ public struct DescribeConnectionsOnInterconnectInput: Swift.Sendable { public init( interconnectId: Swift.String? = nil - ) - { + ) { self.interconnectId = interconnectId } } @@ -4383,8 +4288,7 @@ public struct DescribeConnectionsOnInterconnectOutput: Swift.Sendable { public init( connections: [DirectConnectClientTypes.Connection]? = nil - ) - { + ) { self.connections = connections } } @@ -4436,8 +4340,7 @@ public struct DescribeCustomerMetadataOutput: Swift.Sendable { public init( agreements: [DirectConnectClientTypes.CustomerAgreement]? = nil, nniPartnerType: DirectConnectClientTypes.NniPartnerType? = nil - ) - { + ) { self.agreements = agreements self.nniPartnerType = nniPartnerType } @@ -4461,8 +4364,7 @@ public struct DescribeDirectConnectGatewayAssociationProposalsInput: Swift.Senda maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, proposalId: Swift.String? = nil - ) - { + ) { self.associatedGatewayId = associatedGatewayId self.directConnectGatewayId = directConnectGatewayId self.maxResults = maxResults @@ -4480,8 +4382,7 @@ public struct DescribeDirectConnectGatewayAssociationProposalsOutput: Swift.Send public init( directConnectGatewayAssociationProposals: [DirectConnectClientTypes.DirectConnectGatewayAssociationProposal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directConnectGatewayAssociationProposals = directConnectGatewayAssociationProposals self.nextToken = nextToken } @@ -4508,8 +4409,7 @@ public struct DescribeDirectConnectGatewayAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, virtualGatewayId: Swift.String? = nil - ) - { + ) { self.associatedGatewayId = associatedGatewayId self.associationId = associationId self.directConnectGatewayId = directConnectGatewayId @@ -4528,8 +4428,7 @@ public struct DescribeDirectConnectGatewayAssociationsOutput: Swift.Sendable { public init( directConnectGatewayAssociations: [DirectConnectClientTypes.DirectConnectGatewayAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directConnectGatewayAssociations = directConnectGatewayAssociations self.nextToken = nextToken } @@ -4550,8 +4449,7 @@ public struct DescribeDirectConnectGatewayAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId self.maxResults = maxResults self.nextToken = nextToken @@ -4658,8 +4556,7 @@ extension DirectConnectClientTypes { virtualInterfaceId: Swift.String? = nil, virtualInterfaceOwnerAccount: Swift.String? = nil, virtualInterfaceRegion: Swift.String? = nil - ) - { + ) { self.attachmentState = attachmentState self.attachmentType = attachmentType self.directConnectGatewayId = directConnectGatewayId @@ -4680,8 +4577,7 @@ public struct DescribeDirectConnectGatewayAttachmentsOutput: Swift.Sendable { public init( directConnectGatewayAttachments: [DirectConnectClientTypes.DirectConnectGatewayAttachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directConnectGatewayAttachments = directConnectGatewayAttachments self.nextToken = nextToken } @@ -4699,8 +4595,7 @@ public struct DescribeDirectConnectGatewaysInput: Swift.Sendable { directConnectGatewayId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId self.maxResults = maxResults self.nextToken = nextToken @@ -4716,8 +4611,7 @@ public struct DescribeDirectConnectGatewaysOutput: Swift.Sendable { public init( directConnectGateways: [DirectConnectClientTypes.DirectConnectGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directConnectGateways = directConnectGateways self.nextToken = nextToken } @@ -4730,8 +4624,7 @@ public struct DescribeHostedConnectionsInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -4742,8 +4635,7 @@ public struct DescribeHostedConnectionsOutput: Swift.Sendable { public init( connections: [DirectConnectClientTypes.Connection]? = nil - ) - { + ) { self.connections = connections } } @@ -4761,8 +4653,7 @@ public struct DescribeInterconnectLoaInput: Swift.Sendable { interconnectId: Swift.String? = nil, loaContentType: DirectConnectClientTypes.LoaContentType? = nil, providerName: Swift.String? = nil - ) - { + ) { self.interconnectId = interconnectId self.loaContentType = loaContentType self.providerName = providerName @@ -4775,8 +4666,7 @@ public struct DescribeInterconnectLoaOutput: Swift.Sendable { public init( loa: DirectConnectClientTypes.Loa? = nil - ) - { + ) { self.loa = loa } } @@ -4787,8 +4677,7 @@ public struct DescribeInterconnectsInput: Swift.Sendable { public init( interconnectId: Swift.String? = nil - ) - { + ) { self.interconnectId = interconnectId } } @@ -4859,8 +4748,7 @@ extension DirectConnectClientTypes { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -4886,8 +4774,7 @@ public struct DescribeInterconnectsOutput: Swift.Sendable { public init( interconnects: [DirectConnectClientTypes.Interconnect]? = nil - ) - { + ) { self.interconnects = interconnects } } @@ -4898,8 +4785,7 @@ public struct DescribeLagsInput: Swift.Sendable { public init( lagId: Swift.String? = nil - ) - { + ) { self.lagId = lagId } } @@ -4988,8 +4874,7 @@ extension DirectConnectClientTypes { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.allowsHostedConnections = allowsHostedConnections self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 @@ -5021,8 +4906,7 @@ public struct DescribeLagsOutput: Swift.Sendable { public init( lags: [DirectConnectClientTypes.Lag]? = nil - ) - { + ) { self.lags = lags } } @@ -5040,8 +4924,7 @@ public struct DescribeLoaInput: Swift.Sendable { connectionId: Swift.String? = nil, loaContentType: DirectConnectClientTypes.LoaContentType? = nil, providerName: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.loaContentType = loaContentType self.providerName = providerName @@ -5058,8 +4941,7 @@ public struct DescribeLoaOutput: Swift.Sendable { public init( loaContent: Foundation.Data? = nil, loaContentType: DirectConnectClientTypes.LoaContentType? = nil - ) - { + ) { self.loaContent = loaContent self.loaContentType = loaContentType } @@ -5089,8 +4971,7 @@ extension DirectConnectClientTypes { locationCode: Swift.String? = nil, locationName: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.availableMacSecPortSpeeds = availableMacSecPortSpeeds self.availablePortSpeeds = availablePortSpeeds self.availableProviders = availableProviders @@ -5107,8 +4988,7 @@ public struct DescribeLocationsOutput: Swift.Sendable { public init( locations: [DirectConnectClientTypes.Location]? = nil - ) - { + ) { self.locations = locations } } @@ -5124,8 +5004,7 @@ public struct DescribeRouterConfigurationInput: Swift.Sendable { public init( routerTypeIdentifier: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.routerTypeIdentifier = routerTypeIdentifier self.virtualInterfaceId = virtualInterfaceId } @@ -5155,8 +5034,7 @@ extension DirectConnectClientTypes { vendor: Swift.String? = nil, xsltTemplateName: Swift.String? = nil, xsltTemplateNameForMacSec: Swift.String? = nil - ) - { + ) { self.platform = platform self.routerTypeIdentifier = routerTypeIdentifier self.software = software @@ -5182,8 +5060,7 @@ public struct DescribeRouterConfigurationOutput: Swift.Sendable { router: DirectConnectClientTypes.RouterType? = nil, virtualInterfaceId: Swift.String? = nil, virtualInterfaceName: Swift.String? = nil - ) - { + ) { self.customerRouterConfig = customerRouterConfig self.router = router self.virtualInterfaceId = virtualInterfaceId @@ -5198,8 +5075,7 @@ public struct DescribeTagsInput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil - ) - { + ) { self.resourceArns = resourceArns } } @@ -5216,8 +5092,7 @@ extension DirectConnectClientTypes { public init( resourceArn: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5230,8 +5105,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( resourceTags: [DirectConnectClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -5256,8 +5130,7 @@ extension DirectConnectClientTypes { public init( virtualGatewayId: Swift.String? = nil, virtualGatewayState: Swift.String? = nil - ) - { + ) { self.virtualGatewayId = virtualGatewayId self.virtualGatewayState = virtualGatewayState } @@ -5270,8 +5143,7 @@ public struct DescribeVirtualGatewaysOutput: Swift.Sendable { public init( virtualGateways: [DirectConnectClientTypes.VirtualGateway]? = nil - ) - { + ) { self.virtualGateways = virtualGateways } } @@ -5285,8 +5157,7 @@ public struct DescribeVirtualInterfacesInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.virtualInterfaceId = virtualInterfaceId } @@ -5298,8 +5169,7 @@ public struct DescribeVirtualInterfacesOutput: Swift.Sendable { public init( virtualInterfaces: [DirectConnectClientTypes.VirtualInterface]? = nil - ) - { + ) { self.virtualInterfaces = virtualInterfaces } } @@ -5315,8 +5185,7 @@ public struct DisassociateConnectionFromLagInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, lagId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.lagId = lagId } @@ -5411,8 +5280,7 @@ public struct DisassociateConnectionFromLagOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -5449,8 +5317,7 @@ public struct DisassociateMacSecKeyInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, secretARN: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.secretARN = secretARN } @@ -5465,8 +5332,7 @@ public struct DisassociateMacSecKeyOutput: Swift.Sendable { public init( connectionId: Swift.String? = nil, macSecKeys: [DirectConnectClientTypes.MacSecKey]? = nil - ) - { + ) { self.connectionId = connectionId self.macSecKeys = macSecKeys } @@ -5493,8 +5359,7 @@ public struct ListVirtualInterfaceTestHistoryInput: Swift.Sendable { status: Swift.String? = nil, testId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.bgpPeers = bgpPeers self.maxResults = maxResults self.nextToken = nextToken @@ -5534,8 +5399,7 @@ extension DirectConnectClientTypes { testDurationInMinutes: Swift.Int? = nil, testId: Swift.String? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.bgpPeers = bgpPeers self.endTime = endTime self.ownerAccount = ownerAccount @@ -5557,8 +5421,7 @@ public struct ListVirtualInterfaceTestHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualInterfaceTestHistory: [DirectConnectClientTypes.VirtualInterfaceTestHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualInterfaceTestHistory = virtualInterfaceTestHistory } @@ -5577,8 +5440,7 @@ public struct StartBgpFailoverTestInput: Swift.Sendable { bgpPeers: [Swift.String]? = nil, testDurationInMinutes: Swift.Int? = nil, virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.bgpPeers = bgpPeers self.testDurationInMinutes = testDurationInMinutes self.virtualInterfaceId = virtualInterfaceId @@ -5591,8 +5453,7 @@ public struct StartBgpFailoverTestOutput: Swift.Sendable { public init( virtualInterfaceTest: DirectConnectClientTypes.VirtualInterfaceTestHistory? = nil - ) - { + ) { self.virtualInterfaceTest = virtualInterfaceTest } } @@ -5604,8 +5465,7 @@ public struct StopBgpFailoverTestInput: Swift.Sendable { public init( virtualInterfaceId: Swift.String? = nil - ) - { + ) { self.virtualInterfaceId = virtualInterfaceId } } @@ -5616,8 +5476,7 @@ public struct StopBgpFailoverTestOutput: Swift.Sendable { public init( virtualInterfaceTest: DirectConnectClientTypes.VirtualInterfaceTestHistory? = nil - ) - { + ) { self.virtualInterfaceTest = virtualInterfaceTest } } @@ -5633,8 +5492,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5656,8 +5514,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5681,8 +5538,7 @@ public struct UpdateConnectionInput: Swift.Sendable { connectionId: Swift.String? = nil, connectionName: Swift.String? = nil, encryptionMode: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.connectionName = connectionName self.encryptionMode = encryptionMode @@ -5778,8 +5634,7 @@ public struct UpdateConnectionOutput: Swift.Sendable { region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 self.awsLogicalDeviceId = awsLogicalDeviceId @@ -5816,8 +5671,7 @@ public struct UpdateDirectConnectGatewayInput: Swift.Sendable { public init( directConnectGatewayId: Swift.String? = nil, newDirectConnectGatewayName: Swift.String? = nil - ) - { + ) { self.directConnectGatewayId = directConnectGatewayId self.newDirectConnectGatewayName = newDirectConnectGatewayName } @@ -5829,8 +5683,7 @@ public struct UpdateDirectConnectGatewayOutput: Swift.Sendable { public init( directConnectGateway: DirectConnectClientTypes.DirectConnectGateway? = nil - ) - { + ) { self.directConnectGateway = directConnectGateway } } @@ -5847,8 +5700,7 @@ public struct UpdateDirectConnectGatewayAssociationInput: Swift.Sendable { addAllowedPrefixesToDirectConnectGateway: [DirectConnectClientTypes.RouteFilterPrefix]? = nil, associationId: Swift.String? = nil, removeAllowedPrefixesToDirectConnectGateway: [DirectConnectClientTypes.RouteFilterPrefix]? = nil - ) - { + ) { self.addAllowedPrefixesToDirectConnectGateway = addAllowedPrefixesToDirectConnectGateway self.associationId = associationId self.removeAllowedPrefixesToDirectConnectGateway = removeAllowedPrefixesToDirectConnectGateway @@ -5861,8 +5713,7 @@ public struct UpdateDirectConnectGatewayAssociationOutput: Swift.Sendable { public init( directConnectGatewayAssociation: DirectConnectClientTypes.DirectConnectGatewayAssociation? = nil - ) - { + ) { self.directConnectGatewayAssociation = directConnectGatewayAssociation } } @@ -5883,8 +5734,7 @@ public struct UpdateLagInput: Swift.Sendable { lagId: Swift.String? = nil, lagName: Swift.String? = nil, minimumLinks: Swift.Int? = 0 - ) - { + ) { self.encryptionMode = encryptionMode self.lagId = lagId self.lagName = lagName @@ -5974,8 +5824,7 @@ public struct UpdateLagOutput: Swift.Sendable { providerName: Swift.String? = nil, region: Swift.String? = nil, tags: [DirectConnectClientTypes.Tag]? = nil - ) - { + ) { self.allowsHostedConnections = allowsHostedConnections self.awsDevice = awsDevice self.awsDeviceV2 = awsDeviceV2 @@ -6016,8 +5865,7 @@ public struct UpdateVirtualInterfaceAttributesInput: Swift.Sendable { mtu: Swift.Int? = nil, virtualInterfaceId: Swift.String? = nil, virtualInterfaceName: Swift.String? = nil - ) - { + ) { self.enableSiteLink = enableSiteLink self.mtu = mtu self.virtualInterfaceId = virtualInterfaceId @@ -6125,8 +5973,7 @@ public struct UpdateVirtualInterfaceAttributesOutput: Swift.Sendable { virtualInterfaceState: DirectConnectClientTypes.VirtualInterfaceState? = nil, virtualInterfaceType: Swift.String? = nil, vlan: Swift.Int = 0 - ) - { + ) { self.addressFamily = addressFamily self.amazonAddress = amazonAddress self.amazonSideAsn = amazonSideAsn diff --git a/Sources/Services/AWSDirectoryService/Package.swift.txt b/Sources/Services/AWSDirectoryService/Package.swift.txt index 3bb7cc8148e..108526b99b6 100644 --- a/Sources/Services/AWSDirectoryService/Package.swift.txt +++ b/Sources/Services/AWSDirectoryService/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/DirectoryClient.swift b/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/DirectoryClient.swift index 93a69651f52..c55a213a266 100644 --- a/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/DirectoryClient.swift +++ b/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/DirectoryClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DirectoryClient: ClientRuntime.Client { public static let clientName = "DirectoryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DirectoryClient.DirectoryClientConfiguration let serviceName = "Directory" diff --git a/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/Models.swift b/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/Models.swift index cdbedbc9438..4a065c39d9f 100644 --- a/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/Models.swift +++ b/Sources/Services/AWSDirectoryService/Sources/AWSDirectoryService/Models.swift @@ -48,8 +48,7 @@ public struct ClientException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -77,8 +76,7 @@ public struct DirectoryAlreadySharedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -106,8 +104,7 @@ public struct EntityDoesNotExistException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -135,8 +132,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -164,8 +160,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -178,8 +173,7 @@ public struct AcceptSharedDirectoryInput: Swift.Sendable { public init( sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.sharedDirectoryId = sharedDirectoryId } } @@ -296,8 +290,7 @@ extension DirectoryClientTypes { shareStatus: DirectoryClientTypes.ShareStatus? = nil, sharedAccountId: Swift.String? = nil, sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.createdDateTime = createdDateTime self.lastUpdatedDateTime = lastUpdatedDateTime self.ownerAccountId = ownerAccountId @@ -322,8 +315,7 @@ public struct AcceptSharedDirectoryOutput: Swift.Sendable { public init( sharedDirectory: DirectoryClientTypes.SharedDirectory? = nil - ) - { + ) { self.sharedDirectory = sharedDirectory } } @@ -350,8 +342,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -379,8 +370,7 @@ public struct DirectoryUnavailableException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -408,8 +398,7 @@ public struct EntityAlreadyExistsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -437,8 +426,7 @@ public struct IpRouteLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -456,8 +444,7 @@ extension DirectoryClientTypes { public init( cidrIp: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.cidrIp = cidrIp self.description = description } @@ -520,8 +507,7 @@ public struct AddIpRoutesInput: Swift.Sendable { directoryId: Swift.String? = nil, ipRoutes: [DirectoryClientTypes.IpRoute]? = nil, updateSecurityGroupForDirectoryControllers: Swift.Bool? = false - ) - { + ) { self.directoryId = directoryId self.ipRoutes = ipRoutes self.updateSecurityGroupForDirectoryControllers = updateSecurityGroupForDirectoryControllers @@ -555,8 +541,7 @@ public struct DirectoryAlreadyInRegionException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -584,8 +569,7 @@ public struct DirectoryDoesNotExistException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -613,8 +597,7 @@ public struct RegionLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -642,8 +625,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -663,8 +645,7 @@ extension DirectoryClientTypes { public init( subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.subnetIds = subnetIds self.vpcId = vpcId } @@ -686,8 +667,7 @@ public struct AddRegionInput: Swift.Sendable { directoryId: Swift.String? = nil, regionName: Swift.String? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettings? = nil - ) - { + ) { self.directoryId = directoryId self.regionName = regionName self.vpcSettings = vpcSettings @@ -721,8 +701,7 @@ public struct TagLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -742,8 +721,7 @@ extension DirectoryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -761,8 +739,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tags: [DirectoryClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tags = tags } @@ -785,8 +762,7 @@ extension DirectoryClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -815,8 +791,7 @@ public struct AuthenticationFailedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -833,8 +808,7 @@ public struct CancelSchemaExtensionInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, schemaExtensionId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.schemaExtensionId = schemaExtensionId } @@ -854,8 +828,7 @@ extension DirectoryClientTypes { public init( ocspUrl: Swift.String? = nil - ) - { + ) { self.ocspUrl = ocspUrl } } @@ -961,8 +934,7 @@ extension DirectoryClientTypes { state: DirectoryClientTypes.CertificateState? = nil, stateReason: Swift.String? = nil, type: DirectoryClientTypes.CertificateType? = nil - ) - { + ) { self.certificateId = certificateId self.clientCertAuthSettings = clientCertAuthSettings self.commonName = commonName @@ -997,8 +969,7 @@ public struct CertificateAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1026,8 +997,7 @@ public struct CertificateDoesNotExistException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1054,8 +1024,7 @@ extension DirectoryClientTypes { expiryDateTime: Foundation.Date? = nil, state: DirectoryClientTypes.CertificateState? = nil, type: DirectoryClientTypes.CertificateType? = nil - ) - { + ) { self.certificateId = certificateId self.commonName = commonName self.expiryDateTime = expiryDateTime @@ -1087,8 +1056,7 @@ public struct CertificateInUseException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1116,8 +1084,7 @@ public struct CertificateLimitExceededException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1196,8 +1163,7 @@ extension DirectoryClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, status: DirectoryClientTypes.ClientAuthenticationStatus? = nil, type: DirectoryClientTypes.ClientAuthenticationType? = nil - ) - { + ) { self.lastUpdatedDateTime = lastUpdatedDateTime self.status = status self.type = type @@ -1220,8 +1186,7 @@ extension DirectoryClientTypes { computerAttributes: [DirectoryClientTypes.Attribute]? = nil, computerId: Swift.String? = nil, computerName: Swift.String? = nil - ) - { + ) { self.computerAttributes = computerAttributes self.computerId = computerId self.computerName = computerName @@ -1270,8 +1235,7 @@ extension DirectoryClientTypes { dnsIpAddrs: [Swift.String]? = nil, remoteDomainName: Swift.String? = nil, replicationScope: DirectoryClientTypes.ReplicationScope? = nil - ) - { + ) { self.dnsIpAddrs = dnsIpAddrs self.remoteDomainName = remoteDomainName self.replicationScope = replicationScope @@ -1301,8 +1265,7 @@ public struct DirectoryLimitExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1336,8 +1299,7 @@ extension DirectoryClientTypes { customerUserName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.customerDnsIps = customerDnsIps self.customerUserName = customerUserName self.subnetIds = subnetIds @@ -1404,8 +1366,7 @@ public struct ConnectDirectoryInput: Swift.Sendable { shortName: Swift.String? = nil, size: DirectoryClientTypes.DirectorySize? = nil, tags: [DirectoryClientTypes.Tag]? = nil - ) - { + ) { self.connectSettings = connectSettings self.description = description self.name = name @@ -1428,8 +1389,7 @@ public struct ConnectDirectoryOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -1446,8 +1406,7 @@ public struct CreateAliasInput: Swift.Sendable { public init( alias: Swift.String? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.alias = alias self.directoryId = directoryId } @@ -1463,8 +1422,7 @@ public struct CreateAliasOutput: Swift.Sendable { public init( alias: Swift.String? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.alias = alias self.directoryId = directoryId } @@ -1492,8 +1450,7 @@ public struct CreateComputerInput: Swift.Sendable { directoryId: Swift.String? = nil, organizationalUnitDistinguishedName: Swift.String? = nil, password: Swift.String? = nil - ) - { + ) { self.computerAttributes = computerAttributes self.computerName = computerName self.directoryId = directoryId @@ -1514,8 +1471,7 @@ public struct CreateComputerOutput: Swift.Sendable { public init( computer: DirectoryClientTypes.Computer? = nil - ) - { + ) { self.computer = computer } } @@ -1536,8 +1492,7 @@ public struct CreateConditionalForwarderInput: Swift.Sendable { directoryId: Swift.String? = nil, dnsIpAddrs: [Swift.String]? = nil, remoteDomainName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.dnsIpAddrs = dnsIpAddrs self.remoteDomainName = remoteDomainName @@ -1594,8 +1549,7 @@ public struct CreateDirectoryInput: Swift.Sendable { size: DirectoryClientTypes.DirectorySize? = nil, tags: [DirectoryClientTypes.Tag]? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettings? = nil - ) - { + ) { self.description = description self.name = name self.password = password @@ -1618,8 +1572,7 @@ public struct CreateDirectoryOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -1646,8 +1599,7 @@ public struct InsufficientPermissionsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1664,8 +1616,7 @@ public struct CreateLogSubscriptionInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, logGroupName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.logGroupName = logGroupName } @@ -1733,8 +1684,7 @@ public struct CreateMicrosoftADInput: Swift.Sendable { shortName: Swift.String? = nil, tags: [DirectoryClientTypes.Tag]? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettings? = nil - ) - { + ) { self.description = description self.edition = edition self.name = name @@ -1757,8 +1707,7 @@ public struct CreateMicrosoftADOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -1785,8 +1734,7 @@ public struct SnapshotLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -1803,8 +1751,7 @@ public struct CreateSnapshotInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.name = name } @@ -1817,8 +1764,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -1942,8 +1888,7 @@ public struct CreateTrustInput: Swift.Sendable { trustDirection: DirectoryClientTypes.TrustDirection? = nil, trustPassword: Swift.String? = nil, trustType: DirectoryClientTypes.TrustType? = nil - ) - { + ) { self.conditionalForwarderIpAddrs = conditionalForwarderIpAddrs self.directoryId = directoryId self.remoteDomainName = remoteDomainName @@ -1966,8 +1911,7 @@ public struct CreateTrustOutput: Swift.Sendable { public init( trustId: Swift.String? = nil - ) - { + ) { self.trustId = trustId } } @@ -2022,8 +1966,7 @@ public struct DeleteConditionalForwarderInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, remoteDomainName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.remoteDomainName = remoteDomainName } @@ -2043,8 +1986,7 @@ public struct DeleteDirectoryInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -2056,8 +1998,7 @@ public struct DeleteDirectoryOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -2069,8 +2010,7 @@ public struct DeleteLogSubscriptionInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -2088,8 +2028,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -2101,8 +2040,7 @@ public struct DeleteSnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -2118,8 +2056,7 @@ public struct DeleteTrustInput: Swift.Sendable { public init( deleteAssociatedConditionalForwarder: Swift.Bool? = false, trustId: Swift.String? = nil - ) - { + ) { self.deleteAssociatedConditionalForwarder = deleteAssociatedConditionalForwarder self.trustId = trustId } @@ -2132,8 +2069,7 @@ public struct DeleteTrustOutput: Swift.Sendable { public init( trustId: Swift.String? = nil - ) - { + ) { self.trustId = trustId } } @@ -2149,8 +2085,7 @@ public struct DeregisterCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.directoryId = directoryId } @@ -2173,8 +2108,7 @@ public struct DeregisterEventTopicInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.topicName = topicName } @@ -2197,8 +2131,7 @@ public struct DescribeCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.directoryId = directoryId } @@ -2210,8 +2143,7 @@ public struct DescribeCertificateOutput: Swift.Sendable { public init( certificate: DirectoryClientTypes.Certificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -2232,8 +2164,7 @@ public struct DescribeClientAuthenticationSettingsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, type: DirectoryClientTypes.ClientAuthenticationType? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -2250,8 +2181,7 @@ public struct DescribeClientAuthenticationSettingsOutput: Swift.Sendable { public init( clientAuthenticationSettingsInfo: [DirectoryClientTypes.ClientAuthenticationSettingInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientAuthenticationSettingsInfo = clientAuthenticationSettingsInfo self.nextToken = nextToken } @@ -2268,8 +2198,7 @@ public struct DescribeConditionalForwardersInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, remoteDomainNames: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.remoteDomainNames = remoteDomainNames } @@ -2282,8 +2211,7 @@ public struct DescribeConditionalForwardersOutput: Swift.Sendable { public init( conditionalForwarders: [DirectoryClientTypes.ConditionalForwarder]? = nil - ) - { + ) { self.conditionalForwarders = conditionalForwarders } } @@ -2310,8 +2238,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -2330,8 +2257,7 @@ public struct DescribeDirectoriesInput: Swift.Sendable { directoryIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryIds = directoryIds self.limit = limit self.nextToken = nextToken @@ -2362,8 +2288,7 @@ extension DirectoryClientTypes { securityGroupId: Swift.String? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.connectIps = connectIps self.customerUserName = customerUserName @@ -2468,8 +2393,7 @@ extension DirectoryClientTypes { radiusTimeout: Swift.Int? = nil, sharedSecret: Swift.String? = nil, useSameUsername: Swift.Bool = false - ) - { + ) { self.authenticationProtocol = authenticationProtocol self.displayLabel = displayLabel self.radiusPort = radiusPort @@ -2537,8 +2461,7 @@ extension DirectoryClientTypes { securityGroupId: Swift.String? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.securityGroupId = securityGroupId self.subnetIds = subnetIds @@ -2571,8 +2494,7 @@ extension DirectoryClientTypes { radiusSettings: DirectoryClientTypes.RadiusSettings? = nil, radiusStatus: DirectoryClientTypes.RadiusStatus? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettingsDescription? = nil - ) - { + ) { self.accountId = accountId self.directoryId = directoryId self.dnsIpAddrs = dnsIpAddrs @@ -2595,8 +2517,7 @@ extension DirectoryClientTypes { public init( additionalRegions: [Swift.String]? = nil, primaryRegion: Swift.String? = nil - ) - { + ) { self.additionalRegions = additionalRegions self.primaryRegion = primaryRegion } @@ -2781,8 +2702,7 @@ extension DirectoryClientTypes { stageReason: Swift.String? = nil, type: DirectoryClientTypes.DirectoryType? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettingsDescription? = nil - ) - { + ) { self.accessUrl = accessUrl self.alias = alias self.connectSettings = connectSettings @@ -2828,8 +2748,7 @@ public struct DescribeDirectoriesOutput: Swift.Sendable { public init( directoryDescriptions: [DirectoryClientTypes.DirectoryDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryDescriptions = directoryDescriptions self.nextToken = nextToken } @@ -2842,8 +2761,7 @@ public struct DescribeDirectoryDataAccessInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -2854,8 +2772,7 @@ public struct DescribeDirectoryDataAccessOutput: Swift.Sendable { public init( dataAccessStatus: DirectoryClientTypes.DataAccessStatus? = nil - ) - { + ) { self.dataAccessStatus = dataAccessStatus } } @@ -2876,8 +2793,7 @@ public struct DescribeDomainControllersInput: Swift.Sendable { domainControllerIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.domainControllerIds = domainControllerIds self.limit = limit @@ -2968,8 +2884,7 @@ extension DirectoryClientTypes { statusReason: Swift.String? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.directoryId = directoryId self.dnsIpAddr = dnsIpAddr @@ -2993,8 +2908,7 @@ public struct DescribeDomainControllersOutput: Swift.Sendable { public init( domainControllers: [DirectoryClientTypes.DomainController]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainControllers = domainControllers self.nextToken = nextToken } @@ -3010,8 +2924,7 @@ public struct DescribeEventTopicsInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, topicNames: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.topicNames = topicNames } @@ -3073,8 +2986,7 @@ extension DirectoryClientTypes { status: DirectoryClientTypes.TopicStatus? = nil, topicArn: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.createdDateTime = createdDateTime self.directoryId = directoryId self.status = status @@ -3091,8 +3003,7 @@ public struct DescribeEventTopicsOutput: Swift.Sendable { public init( eventTopics: [DirectoryClientTypes.EventTopic]? = nil - ) - { + ) { self.eventTopics = eventTopics } } @@ -3139,8 +3050,7 @@ public struct DescribeLDAPSSettingsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, type: DirectoryClientTypes.LDAPSType? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -3198,8 +3108,7 @@ extension DirectoryClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, ldapsStatus: DirectoryClientTypes.LDAPSStatus? = nil, ldapsStatusReason: Swift.String? = nil - ) - { + ) { self.lastUpdatedDateTime = lastUpdatedDateTime self.ldapsStatus = ldapsStatus self.ldapsStatusReason = ldapsStatusReason @@ -3216,8 +3125,7 @@ public struct DescribeLDAPSSettingsOutput: Swift.Sendable { public init( ldapsSettingsInfo: [DirectoryClientTypes.LDAPSSettingInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ldapsSettingsInfo = ldapsSettingsInfo self.nextToken = nextToken } @@ -3236,8 +3144,7 @@ public struct DescribeRegionsInput: Swift.Sendable { directoryId: Swift.String? = nil, nextToken: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.regionName = regionName @@ -3306,8 +3213,7 @@ extension DirectoryClientTypes { status: DirectoryClientTypes.DirectoryStage? = nil, statusLastUpdatedDateTime: Foundation.Date? = nil, vpcSettings: DirectoryClientTypes.DirectoryVpcSettings? = nil - ) - { + ) { self.desiredNumberOfDomainControllers = desiredNumberOfDomainControllers self.directoryId = directoryId self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3330,8 +3236,7 @@ public struct DescribeRegionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, regionsDescription: [DirectoryClientTypes.RegionDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.regionsDescription = regionsDescription } @@ -3388,8 +3293,7 @@ public struct DescribeSettingsInput: Swift.Sendable { directoryId: Swift.String? = nil, nextToken: Swift.String? = nil, status: DirectoryClientTypes.DirectoryConfigurationStatus? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.status = status @@ -3435,8 +3339,7 @@ extension DirectoryClientTypes { requestStatusMessage: Swift.String? = nil, requestedValue: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.appliedValue = appliedValue self.dataType = dataType @@ -3464,8 +3367,7 @@ public struct DescribeSettingsOutput: Swift.Sendable { directoryId: Swift.String? = nil, nextToken: Swift.String? = nil, settingEntries: [DirectoryClientTypes.SettingEntry]? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.settingEntries = settingEntries @@ -3488,8 +3390,7 @@ public struct DescribeSharedDirectoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, ownerDirectoryId: Swift.String? = nil, sharedDirectoryIds: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.ownerDirectoryId = ownerDirectoryId @@ -3506,8 +3407,7 @@ public struct DescribeSharedDirectoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sharedDirectories: [DirectoryClientTypes.SharedDirectory]? = nil - ) - { + ) { self.nextToken = nextToken self.sharedDirectories = sharedDirectories } @@ -3529,8 +3429,7 @@ public struct DescribeSnapshotsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, snapshotIds: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -3623,8 +3522,7 @@ extension DirectoryClientTypes { startTime: Foundation.Date? = nil, status: DirectoryClientTypes.SnapshotStatus? = nil, type: DirectoryClientTypes.SnapshotType? = nil - ) - { + ) { self.directoryId = directoryId self.name = name self.snapshotId = snapshotId @@ -3645,8 +3543,7 @@ public struct DescribeSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [DirectoryClientTypes.Snapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -3668,8 +3565,7 @@ public struct DescribeTrustsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, trustIds: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -3772,8 +3668,7 @@ extension DirectoryClientTypes { trustState: DirectoryClientTypes.TrustState? = nil, trustStateReason: Swift.String? = nil, trustType: DirectoryClientTypes.TrustType? = nil - ) - { + ) { self.createdDateTime = createdDateTime self.directoryId = directoryId self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3799,8 +3694,7 @@ public struct DescribeTrustsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trusts: [DirectoryClientTypes.Trust]? = nil - ) - { + ) { self.nextToken = nextToken self.trusts = trusts } @@ -3849,8 +3743,7 @@ public struct DescribeUpdateDirectoryInput: Swift.Sendable { nextToken: Swift.String? = nil, regionName: Swift.String? = nil, updateType: DirectoryClientTypes.UpdateType? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.regionName = regionName @@ -3867,8 +3760,7 @@ extension DirectoryClientTypes { public init( osVersion: DirectoryClientTypes.OSVersion? = nil - ) - { + ) { self.osVersion = osVersion } } @@ -3883,8 +3775,7 @@ extension DirectoryClientTypes { public init( osUpdateSettings: DirectoryClientTypes.OSUpdateSettings? = nil - ) - { + ) { self.osUpdateSettings = osUpdateSettings } } @@ -3952,8 +3843,7 @@ extension DirectoryClientTypes { startTime: Foundation.Date? = nil, status: DirectoryClientTypes.UpdateStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.initiatedBy = initiatedBy self.lastUpdatedDateTime = lastUpdatedDateTime self.newValue = newValue @@ -3975,8 +3865,7 @@ public struct DescribeUpdateDirectoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, updateActivities: [DirectoryClientTypes.UpdateInfoEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.updateActivities = updateActivities } @@ -4004,8 +3893,7 @@ public struct DirectoryInDesiredStateException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4044,8 +3932,7 @@ extension DirectoryClientTypes { connectedDirectoriesCurrentCount: Swift.Int? = nil, connectedDirectoriesLimit: Swift.Int? = nil, connectedDirectoriesLimitReached: Swift.Bool = false - ) - { + ) { self.cloudOnlyDirectoriesCurrentCount = cloudOnlyDirectoriesCurrentCount self.cloudOnlyDirectoriesLimit = cloudOnlyDirectoriesLimit self.cloudOnlyDirectoriesLimitReached = cloudOnlyDirectoriesLimitReached @@ -4081,8 +3968,7 @@ public struct DirectoryNotSharedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4110,8 +3996,7 @@ public struct InvalidClientAuthStatusException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4128,8 +4013,7 @@ public struct DisableClientAuthenticationInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, type: DirectoryClientTypes.ClientAuthenticationType? = nil - ) - { + ) { self.directoryId = directoryId self.type = type } @@ -4147,8 +4031,7 @@ public struct DisableDirectoryDataAccessInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -4180,8 +4063,7 @@ public struct InvalidLDAPSStatusException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4198,8 +4080,7 @@ public struct DisableLDAPSInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, type: DirectoryClientTypes.LDAPSType? = nil - ) - { + ) { self.directoryId = directoryId self.type = type } @@ -4218,8 +4099,7 @@ public struct DisableRadiusInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -4244,8 +4124,7 @@ public struct DisableSsoInput: Swift.Sendable { directoryId: Swift.String? = nil, password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.password = password self.userName = userName @@ -4285,8 +4164,7 @@ public struct NoAvailableCertificateException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4303,8 +4181,7 @@ public struct EnableClientAuthenticationInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, type: DirectoryClientTypes.ClientAuthenticationType? = nil - ) - { + ) { self.directoryId = directoryId self.type = type } @@ -4322,8 +4199,7 @@ public struct EnableDirectoryDataAccessInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -4344,8 +4220,7 @@ public struct EnableLDAPSInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, type: DirectoryClientTypes.LDAPSType? = nil - ) - { + ) { self.directoryId = directoryId self.type = type } @@ -4368,8 +4243,7 @@ public struct EnableRadiusInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, radiusSettings: DirectoryClientTypes.RadiusSettings? = nil - ) - { + ) { self.directoryId = directoryId self.radiusSettings = radiusSettings } @@ -4395,8 +4269,7 @@ public struct EnableSsoInput: Swift.Sendable { directoryId: Swift.String? = nil, password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.password = password self.userName = userName @@ -4427,8 +4300,7 @@ public struct GetDirectoryLimitsOutput: Swift.Sendable { public init( directoryLimits: DirectoryClientTypes.DirectoryLimits? = nil - ) - { + ) { self.directoryLimits = directoryLimits } } @@ -4441,8 +4313,7 @@ public struct GetSnapshotLimitsInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -4462,8 +4333,7 @@ extension DirectoryClientTypes { manualSnapshotsCurrentCount: Swift.Int? = nil, manualSnapshotsLimit: Swift.Int? = nil, manualSnapshotsLimitReached: Swift.Bool = false - ) - { + ) { self.manualSnapshotsCurrentCount = manualSnapshotsCurrentCount self.manualSnapshotsLimit = manualSnapshotsLimit self.manualSnapshotsLimitReached = manualSnapshotsLimitReached @@ -4478,8 +4348,7 @@ public struct GetSnapshotLimitsOutput: Swift.Sendable { public init( snapshotLimits: DirectoryClientTypes.SnapshotLimits? = nil - ) - { + ) { self.snapshotLimits = snapshotLimits } } @@ -4497,8 +4366,7 @@ public struct ListCertificatesInput: Swift.Sendable { directoryId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -4514,8 +4382,7 @@ public struct ListCertificatesOutput: Swift.Sendable { public init( certificatesInfo: [DirectoryClientTypes.CertificateInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificatesInfo = certificatesInfo self.nextToken = nextToken } @@ -4534,8 +4401,7 @@ public struct ListIpRoutesInput: Swift.Sendable { directoryId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -4607,8 +4473,7 @@ extension DirectoryClientTypes { directoryId: Swift.String? = nil, ipRouteStatusMsg: DirectoryClientTypes.IpRouteStatusMsg? = nil, ipRouteStatusReason: Swift.String? = nil - ) - { + ) { self.addedDateTime = addedDateTime self.cidrIp = cidrIp self.description = description @@ -4628,8 +4493,7 @@ public struct ListIpRoutesOutput: Swift.Sendable { public init( ipRoutesInfo: [DirectoryClientTypes.IpRouteInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipRoutesInfo = ipRoutesInfo self.nextToken = nextToken } @@ -4647,8 +4511,7 @@ public struct ListLogSubscriptionsInput: Swift.Sendable { directoryId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -4670,8 +4533,7 @@ extension DirectoryClientTypes { directoryId: Swift.String? = nil, logGroupName: Swift.String? = nil, subscriptionCreatedDateTime: Foundation.Date? = nil - ) - { + ) { self.directoryId = directoryId self.logGroupName = logGroupName self.subscriptionCreatedDateTime = subscriptionCreatedDateTime @@ -4688,8 +4550,7 @@ public struct ListLogSubscriptionsOutput: Swift.Sendable { public init( logSubscriptions: [DirectoryClientTypes.LogSubscription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logSubscriptions = logSubscriptions self.nextToken = nextToken } @@ -4708,8 +4569,7 @@ public struct ListSchemaExtensionsInput: Swift.Sendable { directoryId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.limit = limit self.nextToken = nextToken @@ -4793,8 +4653,7 @@ extension DirectoryClientTypes { schemaExtensionStatus: DirectoryClientTypes.SchemaExtensionStatus? = nil, schemaExtensionStatusReason: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.description = description self.directoryId = directoryId self.endDateTime = endDateTime @@ -4815,8 +4674,7 @@ public struct ListSchemaExtensionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaExtensionsInfo: [DirectoryClientTypes.SchemaExtensionInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaExtensionsInfo = schemaExtensionsInfo } @@ -4835,8 +4693,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.resourceId = resourceId @@ -4852,8 +4709,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [DirectoryClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4881,8 +4737,7 @@ public struct InvalidCertificateException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -4905,8 +4760,7 @@ public struct RegisterCertificateInput: Swift.Sendable { clientCertAuthSettings: DirectoryClientTypes.ClientCertAuthSettings? = nil, directoryId: Swift.String? = nil, type: DirectoryClientTypes.CertificateType? = nil - ) - { + ) { self.certificateData = certificateData self.clientCertAuthSettings = clientCertAuthSettings self.directoryId = directoryId @@ -4920,8 +4774,7 @@ public struct RegisterCertificateOutput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -4938,8 +4791,7 @@ public struct RegisterEventTopicInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.topicName = topicName } @@ -4958,8 +4810,7 @@ public struct RejectSharedDirectoryInput: Swift.Sendable { public init( sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.sharedDirectoryId = sharedDirectoryId } } @@ -4970,8 +4821,7 @@ public struct RejectSharedDirectoryOutput: Swift.Sendable { public init( sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.sharedDirectoryId = sharedDirectoryId } } @@ -4987,8 +4837,7 @@ public struct RemoveIpRoutesInput: Swift.Sendable { public init( cidrIps: [Swift.String]? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.cidrIps = cidrIps self.directoryId = directoryId } @@ -5006,8 +4855,7 @@ public struct RemoveRegionInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -5028,8 +4876,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeys = tagKeys } @@ -5062,8 +4909,7 @@ public struct InvalidPasswordException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5091,8 +4937,7 @@ public struct UserDoesNotExistException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5113,8 +4958,7 @@ public struct ResetUserPasswordInput: Swift.Sendable { directoryId: Swift.String? = nil, newPassword: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.newPassword = newPassword self.userName = userName @@ -5139,8 +4983,7 @@ public struct RestoreFromSnapshotInput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -5173,8 +5016,7 @@ public struct InvalidTargetException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5202,8 +5044,7 @@ public struct OrganizationsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5231,8 +5072,7 @@ public struct ShareLimitExceededException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5278,8 +5118,7 @@ extension DirectoryClientTypes { public init( id: Swift.String? = nil, type: DirectoryClientTypes.TargetType? = nil - ) - { + ) { self.id = id self.type = type } @@ -5304,8 +5143,7 @@ public struct ShareDirectoryInput: Swift.Sendable { shareMethod: DirectoryClientTypes.ShareMethod? = nil, shareNotes: Swift.String? = nil, shareTarget: DirectoryClientTypes.ShareTarget? = nil - ) - { + ) { self.directoryId = directoryId self.shareMethod = shareMethod self.shareNotes = shareNotes @@ -5324,8 +5162,7 @@ public struct ShareDirectoryOutput: Swift.Sendable { public init( sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.sharedDirectoryId = sharedDirectoryId } } @@ -5349,8 +5186,7 @@ public struct StartSchemaExtensionInput: Swift.Sendable { description: Swift.String? = nil, directoryId: Swift.String? = nil, ldifContent: Swift.String? = nil - ) - { + ) { self.createSnapshotBeforeSchemaExtension = createSnapshotBeforeSchemaExtension self.description = description self.directoryId = directoryId @@ -5364,8 +5200,7 @@ public struct StartSchemaExtensionOutput: Swift.Sendable { public init( schemaExtensionId: Swift.String? = nil - ) - { + ) { self.schemaExtensionId = schemaExtensionId } } @@ -5384,8 +5219,7 @@ extension DirectoryClientTypes { public init( id: Swift.String? = nil, type: DirectoryClientTypes.TargetType? = nil - ) - { + ) { self.id = id self.type = type } @@ -5403,8 +5237,7 @@ public struct UnshareDirectoryInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, unshareTarget: DirectoryClientTypes.UnshareTarget? = nil - ) - { + ) { self.directoryId = directoryId self.unshareTarget = unshareTarget } @@ -5416,8 +5249,7 @@ public struct UnshareDirectoryOutput: Swift.Sendable { public init( sharedDirectoryId: Swift.String? = nil - ) - { + ) { self.sharedDirectoryId = sharedDirectoryId } } @@ -5438,8 +5270,7 @@ public struct UpdateConditionalForwarderInput: Swift.Sendable { directoryId: Swift.String? = nil, dnsIpAddrs: [Swift.String]? = nil, remoteDomainName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.dnsIpAddrs = dnsIpAddrs self.remoteDomainName = remoteDomainName @@ -5469,8 +5300,7 @@ public struct UpdateDirectorySetupInput: Swift.Sendable { directoryId: Swift.String? = nil, osUpdateSettings: DirectoryClientTypes.OSUpdateSettings? = nil, updateType: DirectoryClientTypes.UpdateType? = nil - ) - { + ) { self.createSnapshotBeforeUpdate = createSnapshotBeforeUpdate self.directoryId = directoryId self.osUpdateSettings = osUpdateSettings @@ -5505,8 +5335,7 @@ public struct DomainControllerLimitExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5523,8 +5352,7 @@ public struct UpdateNumberOfDomainControllersInput: Swift.Sendable { public init( desiredNumber: Swift.Int? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.desiredNumber = desiredNumber self.directoryId = directoryId } @@ -5547,8 +5375,7 @@ public struct UpdateRadiusInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, radiusSettings: DirectoryClientTypes.RadiusSettings? = nil - ) - { + ) { self.directoryId = directoryId self.radiusSettings = radiusSettings } @@ -5582,8 +5409,7 @@ public struct IncompatibleSettingsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5611,8 +5437,7 @@ public struct UnsupportedSettingsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -5632,8 +5457,7 @@ extension DirectoryClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -5651,8 +5475,7 @@ public struct UpdateSettingsInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, settings: [DirectoryClientTypes.Setting]? = nil - ) - { + ) { self.directoryId = directoryId self.settings = settings } @@ -5664,8 +5487,7 @@ public struct UpdateSettingsOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -5680,8 +5502,7 @@ public struct UpdateTrustInput: Swift.Sendable { public init( selectiveAuth: DirectoryClientTypes.SelectiveAuth? = nil, trustId: Swift.String? = nil - ) - { + ) { self.selectiveAuth = selectiveAuth self.trustId = trustId } @@ -5696,8 +5517,7 @@ public struct UpdateTrustOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, trustId: Swift.String? = nil - ) - { + ) { self.requestId = requestId self.trustId = trustId } @@ -5711,8 +5531,7 @@ public struct VerifyTrustInput: Swift.Sendable { public init( trustId: Swift.String? = nil - ) - { + ) { self.trustId = trustId } } @@ -5724,8 +5543,7 @@ public struct VerifyTrustOutput: Swift.Sendable { public init( trustId: Swift.String? = nil - ) - { + ) { self.trustId = trustId } } diff --git a/Sources/Services/AWSDirectoryServiceData/Package.swift.txt b/Sources/Services/AWSDirectoryServiceData/Package.swift.txt index a1415c4c26a..c402047ba78 100644 --- a/Sources/Services/AWSDirectoryServiceData/Package.swift.txt +++ b/Sources/Services/AWSDirectoryServiceData/Package.swift.txt @@ -40,24 +40,20 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/DirectoryServiceDataClient.swift b/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/DirectoryServiceDataClient.swift index 644d9783453..48795c63d72 100644 --- a/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/DirectoryServiceDataClient.swift +++ b/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/DirectoryServiceDataClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DirectoryServiceDataClient: ClientRuntime.Client { public static let clientName = "DirectoryServiceDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DirectoryServiceDataClient.DirectoryServiceDataClientConfiguration let serviceName = "Directory Service Data" diff --git a/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/Models.swift b/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/Models.swift index 44119f8584f..90d6aa79a36 100644 --- a/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/Models.swift +++ b/Sources/Services/AWSDirectoryServiceData/Sources/AWSDirectoryServiceData/Models.swift @@ -78,8 +78,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, reason: DirectoryServiceDataClientTypes.AccessDeniedReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -103,8 +102,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +166,7 @@ public struct DirectoryUnavailableException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, reason: DirectoryServiceDataClientTypes.DirectoryUnavailableReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -193,8 +190,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -217,8 +213,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -245,8 +240,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -341,8 +335,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: DirectoryServiceDataClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -369,8 +362,7 @@ public struct AddGroupMemberInput: Swift.Sendable { groupName: Swift.String? = nil, memberName: Swift.String? = nil, memberRealm: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.groupName = groupName @@ -487,8 +479,7 @@ public struct CreateGroupInput: Swift.Sendable { groupType: DirectoryServiceDataClientTypes.GroupType? = nil, otherAttributes: [Swift.String: DirectoryServiceDataClientTypes.AttributeValue]? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.groupScope = groupScope @@ -510,8 +501,7 @@ public struct CreateGroupOutput: Swift.Sendable { directoryId: Swift.String? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.samAccountName = samAccountName self.sid = sid @@ -544,8 +534,7 @@ public struct CreateUserInput: Swift.Sendable { otherAttributes: [Swift.String: DirectoryServiceDataClientTypes.AttributeValue]? = nil, samAccountName: Swift.String? = nil, surname: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.emailAddress = emailAddress @@ -573,8 +562,7 @@ public struct CreateUserOutput: Swift.Sendable { directoryId: Swift.String? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.samAccountName = samAccountName self.sid = sid @@ -595,8 +583,7 @@ public struct DeleteGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, directoryId: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.samAccountName = samAccountName @@ -622,8 +609,7 @@ public struct DeleteUserInput: Swift.Sendable { clientToken: Swift.String? = nil, directoryId: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.samAccountName = samAccountName @@ -652,8 +638,7 @@ public struct DescribeGroupInput: Swift.Sendable { otherAttributes: [Swift.String]? = nil, realm: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.otherAttributes = otherAttributes self.realm = realm @@ -688,8 +673,7 @@ public struct DescribeGroupOutput: Swift.Sendable { realm: Swift.String? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.distinguishedName = distinguishedName self.groupScope = groupScope @@ -723,8 +707,7 @@ public struct DescribeUserInput: Swift.Sendable { otherAttributes: [Swift.String]? = nil, realm: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.otherAttributes = otherAttributes self.realm = realm @@ -768,8 +751,7 @@ public struct DescribeUserOutput: Swift.Sendable { sid: Swift.String? = nil, surname: Swift.String? = nil, userPrincipalName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.distinguishedName = distinguishedName self.emailAddress = emailAddress @@ -803,8 +785,7 @@ public struct DisableUserInput: Swift.Sendable { clientToken: Swift.String? = nil, directoryId: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.samAccountName = samAccountName @@ -839,8 +820,7 @@ public struct ListGroupMembersInput: Swift.Sendable { nextToken: Swift.String? = nil, realm: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.memberRealm = memberRealm @@ -905,8 +885,7 @@ extension DirectoryServiceDataClientTypes { memberType: DirectoryServiceDataClientTypes.MemberType? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.memberType = memberType self.samAccountName = samAccountName self.sid = sid @@ -932,8 +911,7 @@ public struct ListGroupMembersOutput: Swift.Sendable { members: [DirectoryServiceDataClientTypes.Member]? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.memberRealm = memberRealm self.members = members @@ -963,8 +941,7 @@ public struct ListGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.nextToken = nextToken @@ -999,8 +976,7 @@ extension DirectoryServiceDataClientTypes { groupType: DirectoryServiceDataClientTypes.GroupType? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.groupScope = groupScope self.groupType = groupType self.samAccountName = samAccountName @@ -1024,8 +1000,7 @@ public struct ListGroupsOutput: Swift.Sendable { groups: [DirectoryServiceDataClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.groups = groups self.nextToken = nextToken @@ -1061,8 +1036,7 @@ public struct ListGroupsForMemberInput: Swift.Sendable { nextToken: Swift.String? = nil, realm: Swift.String? = nil, samAccountName: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.memberRealm = memberRealm @@ -1095,8 +1069,7 @@ public struct ListGroupsForMemberOutput: Swift.Sendable { memberRealm: Swift.String? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.groups = groups self.memberRealm = memberRealm @@ -1126,8 +1099,7 @@ public struct ListUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.nextToken = nextToken @@ -1164,8 +1136,7 @@ extension DirectoryServiceDataClientTypes { samAccountName: Swift.String? = nil, sid: Swift.String? = nil, surname: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.givenName = givenName self.samAccountName = samAccountName @@ -1195,8 +1166,7 @@ public struct ListUsersOutput: Swift.Sendable { nextToken: Swift.String? = nil, realm: Swift.String? = nil, users: [DirectoryServiceDataClientTypes.UserSummary]? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.realm = realm @@ -1230,8 +1200,7 @@ public struct RemoveGroupMemberInput: Swift.Sendable { groupName: Swift.String? = nil, memberName: Swift.String? = nil, memberRealm: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.groupName = groupName @@ -1269,8 +1238,7 @@ public struct SearchGroupsInput: Swift.Sendable { realm: Swift.String? = nil, searchAttributes: [Swift.String]? = nil, searchString: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.nextToken = nextToken @@ -1310,8 +1278,7 @@ extension DirectoryServiceDataClientTypes { otherAttributes: [Swift.String: DirectoryServiceDataClientTypes.AttributeValue]? = nil, samAccountName: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.distinguishedName = distinguishedName self.groupScope = groupScope self.groupType = groupType @@ -1342,8 +1309,7 @@ public struct SearchGroupsOutput: Swift.Sendable { groups: [DirectoryServiceDataClientTypes.Group]? = nil, nextToken: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.groups = groups self.nextToken = nextToken @@ -1380,8 +1346,7 @@ public struct SearchUsersInput: Swift.Sendable { realm: Swift.String? = nil, searchAttributes: [Swift.String]? = nil, searchString: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.maxResults = maxResults self.nextToken = nextToken @@ -1430,8 +1395,7 @@ extension DirectoryServiceDataClientTypes { sid: Swift.String? = nil, surname: Swift.String? = nil, userPrincipalName: Swift.String? = nil - ) - { + ) { self.distinguishedName = distinguishedName self.emailAddress = emailAddress self.enabled = enabled @@ -1465,8 +1429,7 @@ public struct SearchUsersOutput: Swift.Sendable { nextToken: Swift.String? = nil, realm: Swift.String? = nil, users: [DirectoryServiceDataClientTypes.User]? = nil - ) - { + ) { self.directoryId = directoryId self.nextToken = nextToken self.realm = realm @@ -1537,8 +1500,7 @@ public struct UpdateGroupInput: Swift.Sendable { otherAttributes: [Swift.String: DirectoryServiceDataClientTypes.AttributeValue]? = nil, samAccountName: Swift.String? = nil, updateType: DirectoryServiceDataClientTypes.UpdateType? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.groupScope = groupScope @@ -1583,8 +1545,7 @@ public struct UpdateUserInput: Swift.Sendable { samAccountName: Swift.String? = nil, surname: Swift.String? = nil, updateType: DirectoryServiceDataClientTypes.UpdateType? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.emailAddress = emailAddress diff --git a/Sources/Services/AWSDocDB/Package.swift.txt b/Sources/Services/AWSDocDB/Package.swift.txt index 481cd1c7115..be973e84c56 100644 --- a/Sources/Services/AWSDocDB/Package.swift.txt +++ b/Sources/Services/AWSDocDB/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDocDB/Sources/AWSDocDB/DocDBClient.swift b/Sources/Services/AWSDocDB/Sources/AWSDocDB/DocDBClient.swift index 5617d5d7ebc..f8e8971d485 100644 --- a/Sources/Services/AWSDocDB/Sources/AWSDocDB/DocDBClient.swift +++ b/Sources/Services/AWSDocDB/Sources/AWSDocDB/DocDBClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DocDBClient: ClientRuntime.Client { public static let clientName = "DocDBClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DocDBClient.DocDBClientConfiguration let serviceName = "DocDB" diff --git a/Sources/Services/AWSDocDB/Sources/AWSDocDB/Models.swift b/Sources/Services/AWSDocDB/Sources/AWSDocDB/Models.swift index ad3eb1cf2e5..e53f50c2f3c 100644 --- a/Sources/Services/AWSDocDB/Sources/AWSDocDB/Models.swift +++ b/Sources/Services/AWSDocDB/Sources/AWSDocDB/Models.swift @@ -64,8 +64,7 @@ public struct SourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +87,7 @@ public struct SubscriptionNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -114,8 +112,7 @@ public struct AddSourceIdentifierToSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -157,8 +154,7 @@ extension DocDBClientTypes { sourceType: Swift.String? = nil, status: Swift.String? = nil, subscriptionCreationTime: Swift.String? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -179,8 +175,7 @@ public struct AddSourceIdentifierToSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DocDBClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -203,8 +198,7 @@ public struct DBClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +221,7 @@ public struct DBInstanceNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -251,8 +244,7 @@ public struct DBSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -269,8 +261,7 @@ extension DocDBClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -289,8 +280,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -314,8 +304,7 @@ public struct InvalidDBClusterStateFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -338,8 +327,7 @@ public struct InvalidDBInstanceStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -362,8 +350,7 @@ public struct ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -390,8 +377,7 @@ public struct ApplyPendingMaintenanceActionInput: Swift.Sendable { applyAction: Swift.String? = nil, optInType: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.applyAction = applyAction self.optInType = optInType self.resourceIdentifier = resourceIdentifier @@ -422,8 +408,7 @@ extension DocDBClientTypes { description: Swift.String? = nil, forcedApplyDate: Foundation.Date? = nil, optInStatus: Swift.String? = nil - ) - { + ) { self.action = action self.autoAppliedAfterDate = autoAppliedAfterDate self.currentApplyDate = currentApplyDate @@ -446,8 +431,7 @@ extension DocDBClientTypes { public init( pendingMaintenanceActionDetails: [DocDBClientTypes.PendingMaintenanceAction]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.pendingMaintenanceActionDetails = pendingMaintenanceActionDetails self.resourceIdentifier = resourceIdentifier } @@ -460,8 +444,7 @@ public struct ApplyPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceActions: DocDBClientTypes.ResourcePendingMaintenanceActions? = nil - ) - { + ) { self.resourcePendingMaintenanceActions = resourcePendingMaintenanceActions } } @@ -484,8 +467,7 @@ public struct DBParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -508,8 +490,7 @@ public struct DBParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -532,8 +513,7 @@ public struct DBParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -574,8 +554,7 @@ public struct CopyDBClusterParameterGroupInput: Swift.Sendable { tags: [DocDBClientTypes.Tag]? = nil, targetDBClusterParameterGroupDescription: Swift.String? = nil, targetDBClusterParameterGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceDBClusterParameterGroupIdentifier = sourceDBClusterParameterGroupIdentifier self.tags = tags self.targetDBClusterParameterGroupDescription = targetDBClusterParameterGroupDescription @@ -601,8 +580,7 @@ extension DocDBClientTypes { dbClusterParameterGroupName: Swift.String? = nil, dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupArn = dbClusterParameterGroupArn self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily @@ -617,8 +595,7 @@ public struct CopyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: DocDBClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -641,8 +618,7 @@ public struct DBClusterSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -665,8 +641,7 @@ public struct DBClusterSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -689,8 +664,7 @@ public struct InvalidDBClusterSnapshotStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -713,8 +687,7 @@ public struct KMSKeyNotAccessibleFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -737,8 +710,7 @@ public struct SnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -791,8 +763,7 @@ public struct CopyDBClusterSnapshotInput: Swift.Sendable { sourceDBClusterSnapshotIdentifier: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil, targetDBClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.copyTags = copyTags self.kmsKeyId = kmsKeyId self.preSignedUrl = preSignedUrl @@ -862,8 +833,7 @@ extension DocDBClientTypes { storageEncrypted: Swift.Bool? = nil, storageType: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.clusterCreateTime = clusterCreateTime self.dbClusterIdentifier = dbClusterIdentifier @@ -892,8 +862,7 @@ public struct CopyDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: DocDBClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -916,8 +885,7 @@ public struct DBClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -940,8 +908,7 @@ public struct DBClusterParameterGroupNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -964,8 +931,7 @@ public struct DBClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -988,8 +954,7 @@ public struct DBSubnetGroupDoesNotCoverEnoughAZs: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1012,8 +977,7 @@ public struct DBSubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1036,8 +1000,7 @@ public struct GlobalClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1060,8 +1023,7 @@ public struct InsufficientStorageClusterCapacityFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1084,8 +1046,7 @@ public struct InvalidDBSubnetGroupStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1108,8 +1069,7 @@ public struct InvalidGlobalClusterStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1132,8 +1092,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1156,8 +1115,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1180,8 +1138,7 @@ public struct StorageQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1291,8 +1248,7 @@ public struct CreateDBClusterInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backupRetentionPeriod = backupRetentionPeriod self.dbClusterIdentifier = dbClusterIdentifier @@ -1337,8 +1293,7 @@ extension DocDBClientTypes { public init( roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.status = status } @@ -1363,8 +1318,7 @@ extension DocDBClientTypes { dbInstanceIdentifier: Swift.String? = nil, isClusterWriter: Swift.Bool? = nil, promotionTier: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupStatus = dbClusterParameterGroupStatus self.dbInstanceIdentifier = dbInstanceIdentifier self.isClusterWriter = isClusterWriter @@ -1396,8 +1350,7 @@ extension DocDBClientTypes { kmsKeyId: Swift.String? = nil, secretArn: Swift.String? = nil, secretStatus: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.secretArn = secretArn self.secretStatus = secretStatus @@ -1417,8 +1370,7 @@ extension DocDBClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -1533,8 +1485,7 @@ extension DocDBClientTypes { storageEncrypted: Swift.Bool? = nil, storageType: Swift.String? = nil, vpcSecurityGroups: [DocDBClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.associatedRoles = associatedRoles self.availabilityZones = availabilityZones self.backupRetentionPeriod = backupRetentionPeriod @@ -1579,8 +1530,7 @@ public struct CreateDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -1609,8 +1559,7 @@ public struct CreateDBClusterParameterGroupInput: Swift.Sendable { dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily self.description = description @@ -1624,8 +1573,7 @@ public struct CreateDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: DocDBClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -1659,8 +1607,7 @@ public struct CreateDBClusterSnapshotInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.tags = tags @@ -1673,8 +1620,7 @@ public struct CreateDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: DocDBClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -1697,8 +1643,7 @@ public struct AuthorizationNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1721,8 +1666,7 @@ public struct DBInstanceAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1745,8 +1689,7 @@ public struct DBSecurityGroupNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1769,8 +1712,7 @@ public struct InstanceQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1793,8 +1735,7 @@ public struct InsufficientDBInstanceCapacityFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1817,8 +1758,7 @@ public struct StorageTypeNotSupportedFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1879,8 +1819,7 @@ public struct CreateDBInstanceInput: Swift.Sendable { preferredMaintenanceWindow: Swift.String? = nil, promotionTier: Swift.Int? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone self.caCertificateIdentifier = caCertificateIdentifier @@ -1909,8 +1848,7 @@ extension DocDBClientTypes { public init( caIdentifier: Swift.String? = nil, validTill: Foundation.Date? = nil - ) - { + ) { self.caIdentifier = caIdentifier self.validTill = validTill } @@ -1926,8 +1864,7 @@ extension DocDBClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1948,8 +1885,7 @@ extension DocDBClientTypes { subnetAvailabilityZone: DocDBClientTypes.AvailabilityZone? = nil, subnetIdentifier: Swift.String? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetStatus = subnetStatus @@ -1981,8 +1917,7 @@ extension DocDBClientTypes { subnetGroupStatus: Swift.String? = nil, subnets: [DocDBClientTypes.Subnet]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupArn = dbSubnetGroupArn self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName @@ -2008,8 +1943,7 @@ extension DocDBClientTypes { address: Swift.String? = nil, hostedZoneId: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.hostedZoneId = hostedZoneId self.port = port @@ -2029,8 +1963,7 @@ extension DocDBClientTypes { public init( logTypesToDisable: [Swift.String]? = nil, logTypesToEnable: [Swift.String]? = nil - ) - { + ) { self.logTypesToDisable = logTypesToDisable self.logTypesToEnable = logTypesToEnable } @@ -2085,8 +2018,7 @@ extension DocDBClientTypes { pendingCloudwatchLogsExports: DocDBClientTypes.PendingCloudwatchLogsExports? = nil, port: Swift.Int? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.backupRetentionPeriod = backupRetentionPeriod self.caCertificateIdentifier = caCertificateIdentifier @@ -2123,8 +2055,7 @@ extension DocDBClientTypes { normal: Swift.Bool? = nil, status: Swift.String? = nil, statusType: Swift.String? = nil - ) - { + ) { self.message = message self.normal = normal self.status = status @@ -2229,8 +2160,7 @@ extension DocDBClientTypes { statusInfos: [DocDBClientTypes.DBInstanceStatusInfo]? = nil, storageEncrypted: Swift.Bool? = nil, vpcSecurityGroups: [DocDBClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone self.backupRetentionPeriod = backupRetentionPeriod @@ -2271,8 +2201,7 @@ public struct CreateDBInstanceOutput: Swift.Sendable { public init( dbInstance: DocDBClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -2295,8 +2224,7 @@ public struct DBSubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2319,8 +2247,7 @@ public struct DBSubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2343,8 +2270,7 @@ public struct DBSubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2368,8 +2294,7 @@ public struct CreateDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -2383,8 +2308,7 @@ public struct CreateDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: DocDBClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -2407,8 +2331,7 @@ public struct EventSubscriptionQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2431,8 +2354,7 @@ public struct SNSInvalidTopicFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2455,8 +2377,7 @@ public struct SNSNoAuthorizationFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2479,8 +2400,7 @@ public struct SNSTopicArnNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2503,8 +2423,7 @@ public struct SubscriptionAlreadyExistFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2527,8 +2446,7 @@ public struct SubscriptionCategoryNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2570,8 +2488,7 @@ public struct CreateEventSubscriptionInput: Swift.Sendable { sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -2588,8 +2505,7 @@ public struct CreateEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DocDBClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -2612,8 +2528,7 @@ public struct GlobalClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2636,8 +2551,7 @@ public struct GlobalClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2668,8 +2582,7 @@ public struct CreateGlobalClusterInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, sourceDBClusterIdentifier: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil - ) - { + ) { self.databaseName = databaseName self.deletionProtection = deletionProtection self.engine = engine @@ -2695,8 +2608,7 @@ extension DocDBClientTypes { dbClusterArn: Swift.String? = nil, isWriter: Swift.Bool? = nil, readers: [Swift.String]? = nil - ) - { + ) { self.dbClusterArn = dbClusterArn self.isWriter = isWriter self.readers = readers @@ -2740,8 +2652,7 @@ extension DocDBClientTypes { globalClusterResourceId: Swift.String? = nil, status: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil - ) - { + ) { self.databaseName = databaseName self.deletionProtection = deletionProtection self.engine = engine @@ -2762,8 +2673,7 @@ public struct CreateGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -2790,8 +2700,7 @@ public struct DeleteDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier self.skipFinalSnapshot = skipFinalSnapshot @@ -2804,8 +2713,7 @@ public struct DeleteDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -2828,8 +2736,7 @@ public struct InvalidDBParameterGroupStateFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2848,8 +2755,7 @@ public struct DeleteDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -2862,8 +2768,7 @@ public struct DeleteDBClusterSnapshotInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -2874,8 +2779,7 @@ public struct DeleteDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: DocDBClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -2898,8 +2802,7 @@ public struct DBSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2914,8 +2817,7 @@ public struct DeleteDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier } } @@ -2926,8 +2828,7 @@ public struct DeleteDBInstanceOutput: Swift.Sendable { public init( dbInstance: DocDBClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -2950,8 +2851,7 @@ public struct InvalidDBSubnetStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2964,8 +2864,7 @@ public struct DeleteDBSubnetGroupInput: Swift.Sendable { public init( dbSubnetGroupName: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName } } @@ -2988,8 +2887,7 @@ public struct InvalidEventSubscriptionStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3002,8 +2900,7 @@ public struct DeleteEventSubscriptionInput: Swift.Sendable { public init( subscriptionName: Swift.String? = nil - ) - { + ) { self.subscriptionName = subscriptionName } } @@ -3014,8 +2911,7 @@ public struct DeleteEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DocDBClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -3028,8 +2924,7 @@ public struct DeleteGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier } } @@ -3040,8 +2935,7 @@ public struct DeleteGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -3064,8 +2958,7 @@ public struct CertificateNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3084,8 +2977,7 @@ extension DocDBClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3113,8 +3005,7 @@ public struct DescribeCertificatesInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.certificateIdentifier = certificateIdentifier self.filters = filters self.marker = marker @@ -3146,8 +3037,7 @@ extension DocDBClientTypes { thumbprint: Swift.String? = nil, validFrom: Foundation.Date? = nil, validTill: Foundation.Date? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateIdentifier = certificateIdentifier self.certificateType = certificateType @@ -3167,8 +3057,7 @@ public struct DescribeCertificatesOutput: Swift.Sendable { public init( certificates: [DocDBClientTypes.Certificate]? = nil, marker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.marker = marker } @@ -3192,8 +3081,7 @@ public struct DescribeDBClusterParameterGroupsInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -3211,8 +3099,7 @@ public struct DescribeDBClusterParameterGroupsOutput: Swift.Sendable { public init( dbClusterParameterGroups: [DocDBClientTypes.DBClusterParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroups = dbClusterParameterGroups self.marker = marker } @@ -3240,8 +3127,7 @@ public struct DescribeDBClusterParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -3315,8 +3201,7 @@ extension DocDBClientTypes { parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyMethod = applyMethod self.applyType = applyType @@ -3341,8 +3226,7 @@ public struct DescribeDBClusterParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [DocDBClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -3368,8 +3252,7 @@ public struct DescribeDBClustersInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters self.marker = marker @@ -3387,8 +3270,7 @@ public struct DescribeDBClustersOutput: Swift.Sendable { public init( dbClusters: [DocDBClientTypes.DBCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusters = dbClusters self.marker = marker } @@ -3402,8 +3284,7 @@ public struct DescribeDBClusterSnapshotAttributesInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -3420,8 +3301,7 @@ extension DocDBClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -3440,8 +3320,7 @@ extension DocDBClientTypes { public init( dbClusterSnapshotAttributes: [DocDBClientTypes.DBClusterSnapshotAttribute]? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotAttributes = dbClusterSnapshotAttributes self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } @@ -3454,8 +3333,7 @@ public struct DescribeDBClusterSnapshotAttributesOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: DocDBClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -3505,8 +3383,7 @@ public struct DescribeDBClusterSnapshotsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.filters = filters @@ -3528,8 +3405,7 @@ public struct DescribeDBClusterSnapshotsOutput: Swift.Sendable { public init( dbClusterSnapshots: [DocDBClientTypes.DBClusterSnapshot]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshots = dbClusterSnapshots self.marker = marker } @@ -3568,8 +3444,7 @@ public struct DescribeDBEngineVersionsInput: Swift.Sendable { listSupportedTimezones: Swift.Bool? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.defaultOnly = defaultOnly self.engine = engine @@ -3603,8 +3478,7 @@ extension DocDBClientTypes { engine: Swift.String? = nil, engineVersion: Swift.String? = nil, isMajorVersionUpgrade: Swift.Bool? = nil - ) - { + ) { self.autoUpgrade = autoUpgrade self.description = description self.engine = engine @@ -3650,8 +3524,7 @@ extension DocDBClientTypes { supportsCertificateRotationWithoutRestart: Swift.Bool? = nil, supportsLogExportsToCloudwatchLogs: Swift.Bool? = nil, validUpgradeTarget: [DocDBClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.dbEngineDescription = dbEngineDescription self.dbEngineVersionDescription = dbEngineVersionDescription self.dbParameterGroupFamily = dbParameterGroupFamily @@ -3676,8 +3549,7 @@ public struct DescribeDBEngineVersionsOutput: Swift.Sendable { public init( dbEngineVersions: [DocDBClientTypes.DBEngineVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbEngineVersions = dbEngineVersions self.marker = marker } @@ -3705,8 +3577,7 @@ public struct DescribeDBInstancesInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.filters = filters self.marker = marker @@ -3724,8 +3595,7 @@ public struct DescribeDBInstancesOutput: Swift.Sendable { public init( dbInstances: [DocDBClientTypes.DBInstance]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbInstances = dbInstances self.marker = marker } @@ -3747,8 +3617,7 @@ public struct DescribeDBSubnetGroupsInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName self.filters = filters self.marker = marker @@ -3766,8 +3635,7 @@ public struct DescribeDBSubnetGroupsOutput: Swift.Sendable { public init( dbSubnetGroups: [DocDBClientTypes.DBSubnetGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSubnetGroups = dbSubnetGroups self.marker = marker } @@ -3790,8 +3658,7 @@ public struct DescribeEngineDefaultClusterParametersInput: Swift.Sendable { filters: [DocDBClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.filters = filters self.marker = marker @@ -3814,8 +3681,7 @@ extension DocDBClientTypes { dbParameterGroupFamily: Swift.String? = nil, marker: Swift.String? = nil, parameters: [DocDBClientTypes.Parameter]? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.marker = marker self.parameters = parameters @@ -3829,8 +3695,7 @@ public struct DescribeEngineDefaultClusterParametersOutput: Swift.Sendable { public init( engineDefaults: DocDBClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -3845,8 +3710,7 @@ public struct DescribeEventCategoriesInput: Swift.Sendable { public init( filters: [DocDBClientTypes.Filter]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.filters = filters self.sourceType = sourceType } @@ -3864,8 +3728,7 @@ extension DocDBClientTypes { public init( eventCategories: [Swift.String]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.eventCategories = eventCategories self.sourceType = sourceType } @@ -3879,8 +3742,7 @@ public struct DescribeEventCategoriesOutput: Swift.Sendable { public init( eventCategoriesMapList: [DocDBClientTypes.EventCategoriesMap]? = nil - ) - { + ) { self.eventCategoriesMapList = eventCategoriesMapList } } @@ -3969,8 +3831,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: DocDBClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.eventCategories = eventCategories @@ -4007,8 +3868,7 @@ extension DocDBClientTypes { sourceArn: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: DocDBClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.eventCategories = eventCategories self.message = message @@ -4029,8 +3889,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [DocDBClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -4052,8 +3911,7 @@ public struct DescribeEventSubscriptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -4071,8 +3929,7 @@ public struct DescribeEventSubscriptionsOutput: Swift.Sendable { public init( eventSubscriptionsList: [DocDBClientTypes.EventSubscription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.eventSubscriptionsList = eventSubscriptionsList self.marker = marker } @@ -4093,8 +3950,7 @@ public struct DescribeGlobalClustersInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.globalClusterIdentifier = globalClusterIdentifier self.marker = marker @@ -4111,8 +3967,7 @@ public struct DescribeGlobalClustersOutput: Swift.Sendable { public init( globalClusters: [DocDBClientTypes.GlobalCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.globalClusters = globalClusters self.marker = marker } @@ -4147,8 +4002,7 @@ public struct DescribeOrderableDBInstanceOptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass self.engine = engine self.engineVersion = engineVersion @@ -4187,8 +4041,7 @@ extension DocDBClientTypes { licenseModel: Swift.String? = nil, storageType: Swift.String? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dbInstanceClass = dbInstanceClass self.engine = engine @@ -4210,8 +4063,7 @@ public struct DescribeOrderableDBInstanceOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, orderableDBInstanceOptions: [DocDBClientTypes.OrderableDBInstanceOption]? = nil - ) - { + ) { self.marker = marker self.orderableDBInstanceOptions = orderableDBInstanceOptions } @@ -4237,8 +4089,7 @@ public struct DescribePendingMaintenanceActionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -4256,8 +4107,7 @@ public struct DescribePendingMaintenanceActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, pendingMaintenanceActions: [DocDBClientTypes.ResourcePendingMaintenanceActions]? = nil - ) - { + ) { self.marker = marker self.pendingMaintenanceActions = pendingMaintenanceActions } @@ -4275,8 +4125,7 @@ public struct FailoverDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, targetDBInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.targetDBInstanceIdentifier = targetDBInstanceIdentifier } @@ -4288,8 +4137,7 @@ public struct FailoverDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -4329,8 +4177,7 @@ public struct FailoverGlobalClusterInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, switchover: Swift.Bool? = nil, targetDbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.allowDataLoss = allowDataLoss self.globalClusterIdentifier = globalClusterIdentifier self.switchover = switchover @@ -4344,8 +4191,7 @@ public struct FailoverGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -4361,8 +4207,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( filters: [DocDBClientTypes.Filter]? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.filters = filters self.resourceName = resourceName } @@ -4375,8 +4220,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [DocDBClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -4399,8 +4243,7 @@ public struct InvalidDBSecurityGroupStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4417,8 +4260,7 @@ extension DocDBClientTypes { public init( disableLogTypes: [Swift.String]? = nil, enableLogTypes: [Swift.String]? = nil - ) - { + ) { self.disableLogTypes = disableLogTypes self.enableLogTypes = enableLogTypes } @@ -4512,8 +4354,7 @@ public struct ModifyDBClusterInput: Swift.Sendable { rotateMasterUserPassword: Swift.Bool? = nil, storageType: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.applyImmediately = applyImmediately self.backupRetentionPeriod = backupRetentionPeriod @@ -4541,8 +4382,7 @@ public struct ModifyDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -4559,8 +4399,7 @@ public struct ModifyDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil, parameters: [DocDBClientTypes.Parameter]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters } @@ -4582,8 +4421,7 @@ public struct ModifyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -4606,8 +4444,7 @@ public struct SharedSnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4630,8 +4467,7 @@ public struct ModifyDBClusterSnapshotAttributeInput: Swift.Sendable { dbClusterSnapshotIdentifier: Swift.String? = nil, valuesToAdd: [Swift.String]? = nil, valuesToRemove: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.valuesToAdd = valuesToAdd @@ -4645,8 +4481,7 @@ public struct ModifyDBClusterSnapshotAttributeOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: DocDBClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -4669,8 +4504,7 @@ public struct DBUpgradeDependencyFailureFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4727,8 +4561,7 @@ public struct ModifyDBInstanceInput: Swift.Sendable { performanceInsightsKMSKeyId: Swift.String? = nil, preferredMaintenanceWindow: Swift.String? = nil, promotionTier: Swift.Int? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.caCertificateIdentifier = caCertificateIdentifier @@ -4750,8 +4583,7 @@ public struct ModifyDBInstanceOutput: Swift.Sendable { public init( dbInstance: DocDBClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -4774,8 +4606,7 @@ public struct SubnetAlreadyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4795,8 +4626,7 @@ public struct ModifyDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupDescription: Swift.String? = nil, dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -4809,8 +4639,7 @@ public struct ModifyDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: DocDBClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -4835,8 +4664,7 @@ public struct ModifyEventSubscriptionInput: Swift.Sendable { snsTopicArn: Swift.String? = nil, sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -4851,8 +4679,7 @@ public struct ModifyEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DocDBClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -4878,8 +4705,7 @@ public struct ModifyGlobalClusterInput: Swift.Sendable { deletionProtection: Swift.Bool? = nil, globalClusterIdentifier: Swift.String? = nil, newGlobalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.globalClusterIdentifier = globalClusterIdentifier self.newGlobalClusterIdentifier = newGlobalClusterIdentifier @@ -4892,8 +4718,7 @@ public struct ModifyGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -4911,8 +4736,7 @@ public struct RebootDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil, forceFailover: Swift.Bool? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.forceFailover = forceFailover } @@ -4924,8 +4748,7 @@ public struct RebootDBInstanceOutput: Swift.Sendable { public init( dbInstance: DocDBClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -4942,8 +4765,7 @@ public struct RemoveFromGlobalClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.globalClusterIdentifier = globalClusterIdentifier } @@ -4955,8 +4777,7 @@ public struct RemoveFromGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -4973,8 +4794,7 @@ public struct RemoveSourceIdentifierFromSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -4986,8 +4806,7 @@ public struct RemoveSourceIdentifierFromSubscriptionOutput: Swift.Sendable { public init( eventSubscription: DocDBClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -5004,8 +4823,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -5025,8 +4843,7 @@ public struct ResetDBClusterParameterGroupInput: Swift.Sendable { dbClusterParameterGroupName: Swift.String? = nil, parameters: [DocDBClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -5049,8 +4866,7 @@ public struct ResetDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -5073,8 +4889,7 @@ public struct InsufficientDBClusterCapacityFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5097,8 +4912,7 @@ public struct InvalidDBSnapshotStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5121,8 +4935,7 @@ public struct InvalidRestoreFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5191,8 +5004,7 @@ public struct RestoreDBClusterFromSnapshotInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [DocDBClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterParameterGroupName = dbClusterParameterGroupName @@ -5216,8 +5028,7 @@ public struct RestoreDBClusterFromSnapshotOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5300,8 +5111,7 @@ public struct RestoreDBClusterToPointInTimeInput: Swift.Sendable { tags: [DocDBClientTypes.Tag]? = nil, useLatestRestorableTime: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbSubnetGroupName = dbSubnetGroupName self.deletionProtection = deletionProtection @@ -5324,8 +5134,7 @@ public struct RestoreDBClusterToPointInTimeOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5337,8 +5146,7 @@ public struct StartDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -5349,8 +5157,7 @@ public struct StartDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5362,8 +5169,7 @@ public struct StopDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -5374,8 +5180,7 @@ public struct StopDBClusterOutput: Swift.Sendable { public init( dbCluster: DocDBClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5405,8 +5210,7 @@ public struct SwitchoverGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil, targetDbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier self.targetDbClusterIdentifier = targetDbClusterIdentifier } @@ -5418,8 +5222,7 @@ public struct SwitchoverGlobalClusterOutput: Swift.Sendable { public init( globalCluster: DocDBClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } diff --git a/Sources/Services/AWSDocDBElastic/Package.swift.txt b/Sources/Services/AWSDocDBElastic/Package.swift.txt index 25817e6c139..c5704388fb7 100644 --- a/Sources/Services/AWSDocDBElastic/Package.swift.txt +++ b/Sources/Services/AWSDocDBElastic/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/DocDBElasticClient.swift b/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/DocDBElasticClient.swift index c6aeb76559f..278f1f0fb08 100644 --- a/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/DocDBElasticClient.swift +++ b/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/DocDBElasticClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DocDBElasticClient: ClientRuntime.Client { public static let clientName = "DocDBElasticClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DocDBElasticClient.DocDBElasticClientConfiguration let serviceName = "DocDB Elastic" diff --git a/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/Models.swift b/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/Models.swift index 513388f3b6d..3ef4a4ae224 100644 --- a/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/Models.swift +++ b/Sources/Services/AWSDocDBElastic/Sources/AWSDocDBElastic/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -78,8 +77,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -105,8 +103,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +136,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -169,8 +165,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -190,8 +185,7 @@ extension DocDBElasticClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -260,8 +254,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [DocDBElasticClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: DocDBElasticClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -331,8 +324,7 @@ public struct ApplyPendingMaintenanceActionInput: Swift.Sendable { applyOn: Swift.String? = nil, optInType: DocDBElasticClientTypes.OptInType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applyAction = applyAction self.applyOn = applyOn self.optInType = optInType @@ -365,8 +357,7 @@ extension DocDBElasticClientTypes { description: Swift.String? = nil, forcedApplyDate: Swift.String? = nil, optInStatus: Swift.String? = nil - ) - { + ) { self.action = action self.autoAppliedAfterDate = autoAppliedAfterDate self.currentApplyDate = currentApplyDate @@ -389,8 +380,7 @@ extension DocDBElasticClientTypes { public init( pendingMaintenanceActionDetails: [DocDBElasticClientTypes.PendingMaintenanceActionDetails]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.pendingMaintenanceActionDetails = pendingMaintenanceActionDetails self.resourceArn = resourceArn } @@ -404,8 +394,7 @@ public struct ApplyPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceAction: DocDBElasticClientTypes.ResourcePendingMaintenanceAction? = nil - ) - { + ) { self.resourcePendingMaintenanceAction = resourcePendingMaintenanceAction } } @@ -458,8 +447,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -493,8 +481,7 @@ public struct CopyClusterSnapshotInput: Swift.Sendable { snapshotArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetSnapshotName: Swift.String? = nil - ) - { + ) { self.copyTags = copyTags self.kmsKeyId = kmsKeyId self.snapshotArn = snapshotArn @@ -671,8 +658,7 @@ extension DocDBElasticClientTypes { status: DocDBElasticClientTypes.Status? = nil, subnetIds: [Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.adminUserName = adminUserName self.clusterArn = clusterArn self.clusterCreationTime = clusterCreationTime @@ -695,8 +681,7 @@ public struct CopyClusterSnapshotOutput: Swift.Sendable { public init( snapshot: DocDBElasticClientTypes.ClusterSnapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -774,8 +759,7 @@ public struct CreateClusterInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.adminUserName = adminUserName self.adminUserPassword = adminUserPassword self.authType = authType @@ -817,8 +801,7 @@ extension DocDBElasticClientTypes { createTime: Swift.String? = nil, shardId: Swift.String? = nil, status: DocDBElasticClientTypes.Status? = nil - ) - { + ) { self.createTime = createTime self.shardId = shardId self.status = status @@ -896,8 +879,7 @@ extension DocDBElasticClientTypes { status: DocDBElasticClientTypes.Status? = nil, subnetIds: [Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.adminUserName = adminUserName self.authType = authType self.backupRetentionPeriod = backupRetentionPeriod @@ -926,8 +908,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -946,8 +927,7 @@ public struct CreateClusterSnapshotInput: Swift.Sendable { clusterArn: Swift.String? = nil, snapshotName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterArn = clusterArn self.snapshotName = snapshotName self.tags = tags @@ -961,8 +941,7 @@ public struct CreateClusterSnapshotOutput: Swift.Sendable { public init( snapshot: DocDBElasticClientTypes.ClusterSnapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -974,8 +953,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -987,8 +965,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1000,8 +977,7 @@ public struct DeleteClusterSnapshotInput: Swift.Sendable { public init( snapshotArn: Swift.String? = nil - ) - { + ) { self.snapshotArn = snapshotArn } } @@ -1013,8 +989,7 @@ public struct DeleteClusterSnapshotOutput: Swift.Sendable { public init( snapshot: DocDBElasticClientTypes.ClusterSnapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -1026,8 +1001,7 @@ public struct GetClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -1039,8 +1013,7 @@ public struct GetClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1052,8 +1025,7 @@ public struct GetClusterSnapshotInput: Swift.Sendable { public init( snapshotArn: Swift.String? = nil - ) - { + ) { self.snapshotArn = snapshotArn } } @@ -1065,8 +1037,7 @@ public struct GetClusterSnapshotOutput: Swift.Sendable { public init( snapshot: DocDBElasticClientTypes.ClusterSnapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -1078,8 +1049,7 @@ public struct GetPendingMaintenanceActionInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1091,8 +1061,7 @@ public struct GetPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceAction: DocDBElasticClientTypes.ResourcePendingMaintenanceAction? = nil - ) - { + ) { self.resourcePendingMaintenanceAction = resourcePendingMaintenanceAction } } @@ -1106,8 +1075,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1131,8 +1099,7 @@ extension DocDBElasticClientTypes { clusterArn: Swift.String? = nil, clusterName: Swift.String? = nil, status: DocDBElasticClientTypes.Status? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.status = status @@ -1149,8 +1116,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [DocDBElasticClientTypes.ClusterInList]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -1175,8 +1141,7 @@ public struct ListClusterSnapshotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -1210,8 +1175,7 @@ extension DocDBElasticClientTypes { snapshotCreationTime: Swift.String? = nil, snapshotName: Swift.String? = nil, status: DocDBElasticClientTypes.Status? = nil - ) - { + ) { self.clusterArn = clusterArn self.snapshotArn = snapshotArn self.snapshotCreationTime = snapshotCreationTime @@ -1230,8 +1194,7 @@ public struct ListClusterSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [DocDBElasticClientTypes.ClusterSnapshotInList]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -1246,8 +1209,7 @@ public struct ListPendingMaintenanceActionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1263,8 +1225,7 @@ public struct ListPendingMaintenanceActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourcePendingMaintenanceActions: [DocDBElasticClientTypes.ResourcePendingMaintenanceAction]? = nil - ) - { + ) { self.nextToken = nextToken self.resourcePendingMaintenanceActions = resourcePendingMaintenanceActions } @@ -1277,8 +1238,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1289,8 +1249,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1324,8 +1283,7 @@ public struct RestoreClusterFromSnapshotInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.clusterName = clusterName self.kmsKeyId = kmsKeyId self.shardCapacity = shardCapacity @@ -1344,8 +1302,7 @@ public struct RestoreClusterFromSnapshotOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1357,8 +1314,7 @@ public struct StartClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -1370,8 +1326,7 @@ public struct StartClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1383,8 +1338,7 @@ public struct StopClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -1396,8 +1350,7 @@ public struct StopClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1413,8 +1366,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1436,8 +1388,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1488,8 +1439,7 @@ public struct UpdateClusterInput: Swift.Sendable { shardInstanceCount: Swift.Int? = nil, subnetIds: [Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.adminUserPassword = adminUserPassword self.authType = authType self.backupRetentionPeriod = backupRetentionPeriod @@ -1517,8 +1467,7 @@ public struct UpdateClusterOutput: Swift.Sendable { public init( cluster: DocDBElasticClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } diff --git a/Sources/Services/AWSDrs/Package.swift.txt b/Sources/Services/AWSDrs/Package.swift.txt index 85c2baab2ec..73d150dbae2 100644 --- a/Sources/Services/AWSDrs/Package.swift.txt +++ b/Sources/Services/AWSDrs/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSDrs/Sources/AWSDrs/DrsClient.swift b/Sources/Services/AWSDrs/Sources/AWSDrs/DrsClient.swift index dc9a6676a9b..4c13fd40460 100644 --- a/Sources/Services/AWSDrs/Sources/AWSDrs/DrsClient.swift +++ b/Sources/Services/AWSDrs/Sources/AWSDrs/DrsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DrsClient: ClientRuntime.Client { public static let clientName = "DrsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DrsClient.DrsClientConfiguration let serviceName = "drs" diff --git a/Sources/Services/AWSDrs/Sources/AWSDrs/Models.swift b/Sources/Services/AWSDrs/Sources/AWSDrs/Models.swift index e129ee40e8b..6e0a1142601 100644 --- a/Sources/Services/AWSDrs/Sources/AWSDrs/Models.swift +++ b/Sources/Services/AWSDrs/Sources/AWSDrs/Models.swift @@ -80,8 +80,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -96,8 +95,7 @@ extension DrsClientTypes { public init( accountID: Swift.String? = nil - ) - { + ) { self.accountID = accountID } } @@ -129,8 +127,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.resourceId = resourceId @@ -160,8 +157,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -193,8 +189,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.resourceId = resourceId @@ -234,8 +229,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.quotaCode = quotaCode @@ -273,8 +267,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -302,8 +295,7 @@ public struct UninitializedAccountException: ClientRuntime.ModeledError, AWSClie public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -321,8 +313,7 @@ extension DrsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -390,8 +381,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [DrsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: DrsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.code = code self.properties.fieldList = fieldList self.properties.message = message @@ -410,8 +400,7 @@ public struct AssociateSourceNetworkStackInput: Swift.Sendable { public init( cfnStackName: Swift.String? = nil, sourceNetworkID: Swift.String? = nil - ) - { + ) { self.cfnStackName = cfnStackName self.sourceNetworkID = sourceNetworkID } @@ -532,8 +521,7 @@ extension DrsClientTypes { public init( launchStatus: DrsClientTypes.LaunchStatus? = nil, participatingResourceID: DrsClientTypes.ParticipatingResourceID? = nil - ) - { + ) { self.launchStatus = launchStatus self.participatingResourceID = participatingResourceID } @@ -620,8 +608,7 @@ extension DrsClientTypes { public init( type: DrsClientTypes.LaunchActionParameterType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -696,8 +683,7 @@ extension DrsClientTypes { order: Swift.Int? = nil, parameters: [Swift.String: DrsClientTypes.LaunchActionParameter]? = nil, type: DrsClientTypes.LaunchActionType? = nil - ) - { + ) { self.actionCode = actionCode self.actionId = actionId self.actionVersion = actionVersion @@ -763,8 +749,7 @@ extension DrsClientTypes { failureReason: Swift.String? = nil, runId: Swift.String? = nil, status: DrsClientTypes.LaunchActionRunStatus? = nil - ) - { + ) { self.action = action self.failureReason = failureReason self.runId = runId @@ -785,8 +770,7 @@ extension DrsClientTypes { public init( runs: [DrsClientTypes.LaunchActionRun]? = nil, ssmAgentDiscoveryDatetime: Swift.String? = nil - ) - { + ) { self.runs = runs self.ssmAgentDiscoveryDatetime = ssmAgentDiscoveryDatetime } @@ -811,8 +795,7 @@ extension DrsClientTypes { launchStatus: DrsClientTypes.LaunchStatus? = nil, recoveryInstanceID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.launchActionsStatus = launchActionsStatus self.launchStatus = launchStatus self.recoveryInstanceID = recoveryInstanceID @@ -922,8 +905,7 @@ extension DrsClientTypes { status: DrsClientTypes.JobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: DrsClientTypes.JobType? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.endDateTime = endDateTime @@ -949,8 +931,7 @@ public struct AssociateSourceNetworkStackOutput: Swift.Sendable { public init( job: DrsClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -996,8 +977,7 @@ extension DrsClientTypes { public init( productCodeId: Swift.String? = nil, productCodeMode: DrsClientTypes.ProductCodeMode? = nil - ) - { + ) { self.productCodeId = productCodeId self.productCodeMode = productCodeMode } @@ -1028,8 +1008,7 @@ extension DrsClientTypes { volumeToConversionMap: [Swift.String: [Swift.String: Swift.String]]? = nil, volumeToProductCodes: [Swift.String: [DrsClientTypes.ProductCode]]? = nil, volumeToVolumeSize: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.dataTimestamp = dataTimestamp self.forceUefi = forceUefi self.rootVolumeName = rootVolumeName @@ -1052,8 +1031,7 @@ extension DrsClientTypes { public init( cores: Swift.Int = 0, modelName: Swift.String? = nil - ) - { + ) { self.cores = cores self.modelName = modelName } @@ -1070,8 +1048,7 @@ public struct CreateExtendedSourceServerInput: Swift.Sendable { public init( sourceServerArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.sourceServerArn = sourceServerArn self.tags = tags } @@ -1159,8 +1136,7 @@ extension DrsClientTypes { public init( error: DrsClientTypes.DataReplicationErrorString? = nil, rawError: Swift.String? = nil - ) - { + ) { self.error = error self.rawError = rawError } @@ -1273,8 +1249,7 @@ extension DrsClientTypes { public init( name: DrsClientTypes.DataReplicationInitiationStepName? = nil, status: DrsClientTypes.DataReplicationInitiationStepStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -1296,8 +1271,7 @@ extension DrsClientTypes { nextAttemptDateTime: Swift.String? = nil, startDateTime: Swift.String? = nil, steps: [DrsClientTypes.DataReplicationInitiationStep]? = nil - ) - { + ) { self.nextAttemptDateTime = nextAttemptDateTime self.startDateTime = startDateTime self.steps = steps @@ -1420,8 +1394,7 @@ extension DrsClientTypes { rescannedStorageBytes: Swift.Int = 0, totalStorageBytes: Swift.Int = 0, volumeStatus: DrsClientTypes.VolumeStatus? = nil - ) - { + ) { self.backloggedStorageBytes = backloggedStorageBytes self.deviceName = deviceName self.replicatedStorageBytes = replicatedStorageBytes @@ -1462,8 +1435,7 @@ extension DrsClientTypes { replicatedDisks: [DrsClientTypes.DataReplicationInfoReplicatedDisk]? = nil, stagingAvailabilityZone: Swift.String? = nil, stagingOutpostArn: Swift.String? = nil - ) - { + ) { self.dataReplicationError = dataReplicationError self.dataReplicationInitiation = dataReplicationInitiation self.dataReplicationState = dataReplicationState @@ -1555,8 +1527,7 @@ extension DrsClientTypes { apiCallDateTime: Swift.String? = nil, jobID: Swift.String? = nil, type: DrsClientTypes.LastLaunchType? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime self.jobID = jobID self.type = type @@ -1576,8 +1547,7 @@ extension DrsClientTypes { public init( initiated: DrsClientTypes.LifeCycleLastLaunchInitiated? = nil, status: DrsClientTypes.LaunchStatus? = nil - ) - { + ) { self.initiated = initiated self.status = status } @@ -1605,8 +1575,7 @@ extension DrsClientTypes { firstByteDateTime: Swift.String? = nil, lastLaunch: DrsClientTypes.LifeCycleLastLaunch? = nil, lastSeenByServiceDateTime: Swift.String? = nil - ) - { + ) { self.addedToServiceDateTime = addedToServiceDateTime self.elapsedReplicationDuration = elapsedReplicationDuration self.firstByteDateTime = firstByteDateTime @@ -1664,8 +1633,7 @@ extension DrsClientTypes { originAvailabilityZone: Swift.String? = nil, originRegion: Swift.String? = nil, sourceOutpostArn: Swift.String? = nil - ) - { + ) { self.originAccountID = originAccountID self.originAvailabilityZone = originAvailabilityZone self.originRegion = originRegion @@ -1686,8 +1654,7 @@ extension DrsClientTypes { public init( bytes: Swift.Int = 0, deviceName: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.deviceName = deviceName } @@ -1712,8 +1679,7 @@ extension DrsClientTypes { fqdn: Swift.String? = nil, hostname: Swift.String? = nil, vmWareUuid: Swift.String? = nil - ) - { + ) { self.awsInstanceID = awsInstanceID self.fqdn = fqdn self.hostname = hostname @@ -1737,8 +1703,7 @@ extension DrsClientTypes { ips: [Swift.String]? = nil, isPrimary: Swift.Bool? = nil, macAddress: Swift.String? = nil - ) - { + ) { self.ips = ips self.isPrimary = isPrimary self.macAddress = macAddress @@ -1755,8 +1720,7 @@ extension DrsClientTypes { public init( fullString: Swift.String? = nil - ) - { + ) { self.fullString = fullString } } @@ -1795,8 +1759,7 @@ extension DrsClientTypes { ramBytes: Swift.Int = 0, recommendedInstanceType: Swift.String? = nil, supportsNitroInstances: Swift.Bool? = nil - ) - { + ) { self.cpus = cpus self.disks = disks self.identificationHints = identificationHints @@ -1860,8 +1823,7 @@ extension DrsClientTypes { stagingAccountID: Swift.String? = nil, stagingSourceServerArn: Swift.String? = nil, status: DrsClientTypes.ExtensionStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.stagingAccountID = stagingAccountID self.stagingSourceServerArn = stagingSourceServerArn @@ -1917,8 +1879,7 @@ extension DrsClientTypes { sourceServerID: Swift.String? = nil, stagingArea: DrsClientTypes.StagingArea? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentVersion = agentVersion self.arn = arn self.dataReplicationInfo = dataReplicationInfo @@ -1948,8 +1909,7 @@ public struct CreateExtendedSourceServerOutput: Swift.Sendable { public init( sourceServer: DrsClientTypes.SourceServer? = nil - ) - { + ) { self.sourceServer = sourceServer } } @@ -1992,8 +1952,7 @@ extension DrsClientTypes { public init( osByol: Swift.Bool? = nil - ) - { + ) { self.osByol = osByol } } @@ -2061,8 +2020,7 @@ public struct CreateLaunchConfigurationTemplateInput: Swift.Sendable { postLaunchEnabled: Swift.Bool? = nil, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags self.exportBucketArn = exportBucketArn @@ -2119,8 +2077,7 @@ extension DrsClientTypes { postLaunchEnabled: Swift.Bool? = nil, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.arn = arn self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags @@ -2147,8 +2104,7 @@ public struct CreateLaunchConfigurationTemplateOutput: Swift.Sendable { public init( launchConfigurationTemplate: DrsClientTypes.LaunchConfigurationTemplate? = nil - ) - { + ) { self.launchConfigurationTemplate = launchConfigurationTemplate } } @@ -2305,8 +2261,7 @@ extension DrsClientTypes { retentionDuration: Swift.Int? = nil, ruleID: Swift.Int = 0, units: DrsClientTypes.PITPolicyRuleUnits? = nil - ) - { + ) { self.enabled = enabled self.interval = interval self.retentionDuration = retentionDuration @@ -2376,8 +2331,7 @@ public struct CreateReplicationConfigurationTemplateInput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks self.bandwidthThrottling = bandwidthThrottling @@ -2456,8 +2410,7 @@ public struct CreateReplicationConfigurationTemplateOutput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks @@ -2501,8 +2454,7 @@ public struct CreateSourceNetworkInput: Swift.Sendable { originRegion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vpcID: Swift.String? = nil - ) - { + ) { self.originAccountID = originAccountID self.originRegion = originRegion self.tags = tags @@ -2521,8 +2473,7 @@ public struct CreateSourceNetworkOutput: Swift.Sendable { public init( sourceNetworkID: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID } } @@ -2534,8 +2485,7 @@ public struct DeleteJobInput: Swift.Sendable { public init( jobID: Swift.String? = nil - ) - { + ) { self.jobID = jobID } } @@ -2556,8 +2506,7 @@ public struct DeleteLaunchActionInput: Swift.Sendable { public init( actionId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.resourceId = resourceId } @@ -2575,8 +2524,7 @@ public struct DeleteLaunchConfigurationTemplateInput: Swift.Sendable { public init( launchConfigurationTemplateID: Swift.String? = nil - ) - { + ) { self.launchConfigurationTemplateID = launchConfigurationTemplateID } } @@ -2593,8 +2541,7 @@ public struct DeleteRecoveryInstanceInput: Swift.Sendable { public init( recoveryInstanceID: Swift.String? = nil - ) - { + ) { self.recoveryInstanceID = recoveryInstanceID } } @@ -2606,8 +2553,7 @@ public struct DeleteReplicationConfigurationTemplateInput: Swift.Sendable { public init( replicationConfigurationTemplateID: Swift.String? = nil - ) - { + ) { self.replicationConfigurationTemplateID = replicationConfigurationTemplateID } } @@ -2624,8 +2570,7 @@ public struct DeleteSourceNetworkInput: Swift.Sendable { public init( sourceNetworkID: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID } } @@ -2642,8 +2587,7 @@ public struct DeleteSourceServerInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -2666,8 +2610,7 @@ public struct DescribeJobLogItemsInput: Swift.Sendable { jobID: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobID = jobID self.maxResults = maxResults self.nextToken = nextToken @@ -2796,8 +2739,7 @@ extension DrsClientTypes { sourceVpc: Swift.String? = nil, stackName: Swift.String? = nil, targetVpc: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID self.sourceVpc = sourceVpc self.stackName = stackName @@ -2840,8 +2782,7 @@ extension DrsClientTypes { rawError: Swift.String? = nil, sourceServerID: Swift.String? = nil, targetInstanceID: Swift.String? = nil - ) - { + ) { self.conversionProperties = conversionProperties self.conversionServerID = conversionServerID self.eventResourceData = eventResourceData @@ -2867,8 +2808,7 @@ extension DrsClientTypes { event: DrsClientTypes.JobLogEvent? = nil, eventData: DrsClientTypes.JobLogEventData? = nil, logDateTime: Swift.String? = nil - ) - { + ) { self.event = event self.eventData = eventData self.logDateTime = logDateTime @@ -2885,8 +2825,7 @@ public struct DescribeJobLogItemsOutput: Swift.Sendable { public init( items: [DrsClientTypes.JobLog]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2907,8 +2846,7 @@ extension DrsClientTypes { fromDate: Swift.String? = nil, jobIDs: [Swift.String]? = nil, toDate: Swift.String? = nil - ) - { + ) { self.fromDate = fromDate self.jobIDs = jobIDs self.toDate = toDate @@ -2928,8 +2866,7 @@ public struct DescribeJobsInput: Swift.Sendable { filters: DrsClientTypes.DescribeJobsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2945,8 +2882,7 @@ public struct DescribeJobsOutput: Swift.Sendable { public init( items: [DrsClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2964,8 +2900,7 @@ public struct DescribeLaunchConfigurationTemplatesInput: Swift.Sendable { launchConfigurationTemplateIDs: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchConfigurationTemplateIDs = launchConfigurationTemplateIDs self.maxResults = maxResults self.nextToken = nextToken @@ -2981,8 +2916,7 @@ public struct DescribeLaunchConfigurationTemplatesOutput: Swift.Sendable { public init( items: [DrsClientTypes.LaunchConfigurationTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3000,8 +2934,7 @@ extension DrsClientTypes { public init( recoveryInstanceIDs: [Swift.String]? = nil, sourceServerIDs: [Swift.String]? = nil - ) - { + ) { self.recoveryInstanceIDs = recoveryInstanceIDs self.sourceServerIDs = sourceServerIDs } @@ -3020,8 +2953,7 @@ public struct DescribeRecoveryInstancesInput: Swift.Sendable { filters: DrsClientTypes.DescribeRecoveryInstancesRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3126,8 +3058,7 @@ extension DrsClientTypes { public init( error: DrsClientTypes.FailbackReplicationError? = nil, rawError: Swift.String? = nil - ) - { + ) { self.error = error self.rawError = rawError } @@ -3261,8 +3192,7 @@ extension DrsClientTypes { public init( name: DrsClientTypes.RecoveryInstanceDataReplicationInitiationStepName? = nil, status: DrsClientTypes.RecoveryInstanceDataReplicationInitiationStepStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -3281,8 +3211,7 @@ extension DrsClientTypes { public init( startDateTime: Swift.String? = nil, steps: [DrsClientTypes.RecoveryInstanceDataReplicationInitiationStep]? = nil - ) - { + ) { self.startDateTime = startDateTime self.steps = steps } @@ -3369,8 +3298,7 @@ extension DrsClientTypes { replicatedStorageBytes: Swift.Int = 0, rescannedStorageBytes: Swift.Int = 0, totalStorageBytes: Swift.Int = 0 - ) - { + ) { self.backloggedStorageBytes = backloggedStorageBytes self.deviceName = deviceName self.replicatedStorageBytes = replicatedStorageBytes @@ -3410,8 +3338,7 @@ extension DrsClientTypes { replicatedDisks: [DrsClientTypes.RecoveryInstanceDataReplicationInfoReplicatedDisk]? = nil, stagingAvailabilityZone: Swift.String? = nil, stagingOutpostArn: Swift.String? = nil - ) - { + ) { self.dataReplicationError = dataReplicationError self.dataReplicationInitiation = dataReplicationInitiation self.dataReplicationState = dataReplicationState @@ -3577,8 +3504,7 @@ extension DrsClientTypes { failbackToOriginalServer: Swift.Bool? = nil, firstByteDateTime: Swift.String? = nil, state: DrsClientTypes.FailbackState? = nil - ) - { + ) { self.agentLastSeenByServiceDateTime = agentLastSeenByServiceDateTime self.elapsedReplicationDuration = elapsedReplicationDuration self.failbackClientID = failbackClientID @@ -3637,8 +3563,7 @@ extension DrsClientTypes { bytes: Swift.Int = 0, ebsVolumeID: Swift.String? = nil, internalDeviceName: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.ebsVolumeID = ebsVolumeID self.internalDeviceName = internalDeviceName @@ -3673,8 +3598,7 @@ extension DrsClientTypes { networkInterfaces: [DrsClientTypes.NetworkInterface]? = nil, os: DrsClientTypes.OS? = nil, ramBytes: Swift.Int = 0 - ) - { + ) { self.cpus = cpus self.disks = disks self.identificationHints = identificationHints @@ -3740,8 +3664,7 @@ extension DrsClientTypes { sourceOutpostArn: Swift.String? = nil, sourceServerID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentVersion = agentVersion self.arn = arn self.dataReplicationInfo = dataReplicationInfo @@ -3776,8 +3699,7 @@ public struct DescribeRecoveryInstancesOutput: Swift.Sendable { public init( items: [DrsClientTypes.RecoveryInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3795,8 +3717,7 @@ extension DrsClientTypes { public init( fromDateTime: Swift.String? = nil, toDateTime: Swift.String? = nil - ) - { + ) { self.fromDateTime = fromDateTime self.toDateTime = toDateTime } @@ -3851,8 +3772,7 @@ public struct DescribeRecoverySnapshotsInput: Swift.Sendable { nextToken: Swift.String? = nil, order: DrsClientTypes.RecoverySnapshotsOrder? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3885,8 +3805,7 @@ extension DrsClientTypes { snapshotID: Swift.String? = nil, sourceServerID: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.ebsSnapshots = ebsSnapshots self.expectedTimestamp = expectedTimestamp self.snapshotID = snapshotID @@ -3905,8 +3824,7 @@ public struct DescribeRecoverySnapshotsOutput: Swift.Sendable { public init( items: [DrsClientTypes.RecoverySnapshot]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3924,8 +3842,7 @@ public struct DescribeReplicationConfigurationTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicationConfigurationTemplateIDs: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.replicationConfigurationTemplateIDs = replicationConfigurationTemplateIDs @@ -3989,8 +3906,7 @@ extension DrsClientTypes { stagingAreaTags: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks @@ -4026,8 +3942,7 @@ public struct DescribeReplicationConfigurationTemplatesOutput: Swift.Sendable { public init( items: [DrsClientTypes.ReplicationConfigurationTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4048,8 +3963,7 @@ extension DrsClientTypes { originAccountID: Swift.String? = nil, originRegion: Swift.String? = nil, sourceNetworkIDs: [Swift.String]? = nil - ) - { + ) { self.originAccountID = originAccountID self.originRegion = originRegion self.sourceNetworkIDs = sourceNetworkIDs @@ -4069,8 +3983,7 @@ public struct DescribeSourceNetworksInput: Swift.Sendable { filters: DrsClientTypes.DescribeSourceNetworksRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4136,8 +4049,7 @@ extension DrsClientTypes { apiCallDateTime: Foundation.Date? = nil, jobID: Swift.String? = nil, lastRecoveryResult: DrsClientTypes.RecoveryResult? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime self.jobID = jobID self.lastRecoveryResult = lastRecoveryResult @@ -4219,8 +4131,7 @@ extension DrsClientTypes { sourceRegion: Swift.String? = nil, sourceVpcID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cfnStackName = cfnStackName self.lastRecovery = lastRecovery @@ -4250,8 +4161,7 @@ public struct DescribeSourceNetworksOutput: Swift.Sendable { public init( items: [DrsClientTypes.SourceNetwork]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4272,8 +4182,7 @@ extension DrsClientTypes { hardwareId: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil, stagingAccountIDs: [Swift.String]? = nil - ) - { + ) { self.hardwareId = hardwareId self.sourceServerIDs = sourceServerIDs self.stagingAccountIDs = stagingAccountIDs @@ -4293,8 +4202,7 @@ public struct DescribeSourceServersInput: Swift.Sendable { filters: DrsClientTypes.DescribeSourceServersRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4310,8 +4218,7 @@ public struct DescribeSourceServersOutput: Swift.Sendable { public init( items: [DrsClientTypes.SourceServer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4324,8 +4231,7 @@ public struct DisconnectRecoveryInstanceInput: Swift.Sendable { public init( recoveryInstanceID: Swift.String? = nil - ) - { + ) { self.recoveryInstanceID = recoveryInstanceID } } @@ -4337,8 +4243,7 @@ public struct DisconnectSourceServerInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -4388,8 +4293,7 @@ public struct DisconnectSourceServerOutput: Swift.Sendable { sourceServerID: Swift.String? = nil, stagingArea: DrsClientTypes.StagingArea? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentVersion = agentVersion self.arn = arn self.dataReplicationInfo = dataReplicationInfo @@ -4453,8 +4357,7 @@ public struct UpdateLaunchConfigurationTemplateInput: Swift.Sendable { licensing: DrsClientTypes.Licensing? = nil, postLaunchEnabled: Swift.Bool? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags self.exportBucketArn = exportBucketArn @@ -4473,8 +4376,7 @@ public struct UpdateLaunchConfigurationTemplateOutput: Swift.Sendable { public init( launchConfigurationTemplate: DrsClientTypes.LaunchConfigurationTemplate? = nil - ) - { + ) { self.launchConfigurationTemplate = launchConfigurationTemplate } } @@ -4492,8 +4394,7 @@ public struct ListExtensibleSourceServersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stagingAccountID: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stagingAccountID = stagingAccountID @@ -4515,8 +4416,7 @@ extension DrsClientTypes { arn: Swift.String? = nil, hostname: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.hostname = hostname self.tags = tags @@ -4538,8 +4438,7 @@ public struct ListExtensibleSourceServersOutput: Swift.Sendable { public init( items: [DrsClientTypes.StagingSourceServer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4554,8 +4453,7 @@ extension DrsClientTypes { public init( actionIds: [Swift.String]? = nil - ) - { + ) { self.actionIds = actionIds } } @@ -4577,8 +4475,7 @@ public struct ListLaunchActionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4595,8 +4492,7 @@ public struct ListLaunchActionsOutput: Swift.Sendable { public init( items: [DrsClientTypes.LaunchAction]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4611,8 +4507,7 @@ public struct ListStagingAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4627,8 +4522,7 @@ public struct ListStagingAccountsOutput: Swift.Sendable { public init( accounts: [DrsClientTypes.Account]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.nextToken = nextToken } @@ -4641,8 +4535,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4653,8 +4546,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4710,8 +4602,7 @@ public struct PutLaunchActionInput: Swift.Sendable { order: Swift.Int? = nil, parameters: [Swift.String: DrsClientTypes.LaunchActionParameter]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.actionCode = actionCode self.actionId = actionId self.actionVersion = actionVersion @@ -4765,8 +4656,7 @@ public struct PutLaunchActionOutput: Swift.Sendable { parameters: [Swift.String: DrsClientTypes.LaunchActionParameter]? = nil, resourceId: Swift.String? = nil, type: DrsClientTypes.LaunchActionType? = nil - ) - { + ) { self.actionCode = actionCode self.actionId = actionId self.actionVersion = actionVersion @@ -4789,8 +4679,7 @@ public struct GetFailbackReplicationConfigurationInput: Swift.Sendable { public init( recoveryInstanceID: Swift.String? = nil - ) - { + ) { self.recoveryInstanceID = recoveryInstanceID } } @@ -4811,8 +4700,7 @@ public struct GetFailbackReplicationConfigurationOutput: Swift.Sendable { name: Swift.String? = nil, recoveryInstanceID: Swift.String? = nil, usePrivateIP: Swift.Bool? = nil - ) - { + ) { self.bandwidthThrottling = bandwidthThrottling self.name = name self.recoveryInstanceID = recoveryInstanceID @@ -4827,8 +4715,7 @@ public struct ReverseReplicationInput: Swift.Sendable { public init( recoveryInstanceID: Swift.String? = nil - ) - { + ) { self.recoveryInstanceID = recoveryInstanceID } } @@ -4839,8 +4726,7 @@ public struct ReverseReplicationOutput: Swift.Sendable { public init( reversedDirectionSourceServerArn: Swift.String? = nil - ) - { + ) { self.reversedDirectionSourceServerArn = reversedDirectionSourceServerArn } } @@ -4855,8 +4741,7 @@ public struct StartFailbackLaunchInput: Swift.Sendable { public init( recoveryInstanceIDs: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.recoveryInstanceIDs = recoveryInstanceIDs self.tags = tags } @@ -4873,8 +4758,7 @@ public struct StartFailbackLaunchOutput: Swift.Sendable { public init( job: DrsClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -4886,8 +4770,7 @@ public struct StopFailbackInput: Swift.Sendable { public init( recoveryInstanceID: Swift.String? = nil - ) - { + ) { self.recoveryInstanceID = recoveryInstanceID } } @@ -4899,8 +4782,7 @@ public struct TerminateRecoveryInstancesInput: Swift.Sendable { public init( recoveryInstanceIDs: [Swift.String]? = nil - ) - { + ) { self.recoveryInstanceIDs = recoveryInstanceIDs } } @@ -4911,8 +4793,7 @@ public struct TerminateRecoveryInstancesOutput: Swift.Sendable { public init( job: DrsClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -4933,8 +4814,7 @@ public struct UpdateFailbackReplicationConfigurationInput: Swift.Sendable { name: Swift.String? = nil, recoveryInstanceID: Swift.String? = nil, usePrivateIP: Swift.Bool? = nil - ) - { + ) { self.bandwidthThrottling = bandwidthThrottling self.name = name self.recoveryInstanceID = recoveryInstanceID @@ -4994,8 +4874,7 @@ public struct UpdateReplicationConfigurationTemplateInput: Swift.Sendable { stagingAreaSubnetId: Swift.String? = nil, stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks @@ -5075,8 +4954,7 @@ public struct UpdateReplicationConfigurationTemplateOutput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks @@ -5109,8 +4987,7 @@ public struct ExportSourceNetworkCfnTemplateInput: Swift.Sendable { public init( sourceNetworkID: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID } } @@ -5121,8 +4998,7 @@ public struct ExportSourceNetworkCfnTemplateOutput: Swift.Sendable { public init( s3DestinationUrl: Swift.String? = nil - ) - { + ) { self.s3DestinationUrl = s3DestinationUrl } } @@ -5140,8 +5016,7 @@ extension DrsClientTypes { public init( cfnStackName: Swift.String? = nil, sourceNetworkID: Swift.String? = nil - ) - { + ) { self.cfnStackName = cfnStackName self.sourceNetworkID = sourceNetworkID } @@ -5166,8 +5041,7 @@ public struct StartSourceNetworkRecoveryInput: Swift.Sendable { deployAsNew: Swift.Bool? = nil, sourceNetworks: [DrsClientTypes.StartSourceNetworkRecoveryRequestNetworkEntry]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deployAsNew = deployAsNew self.sourceNetworks = sourceNetworks self.tags = tags @@ -5185,8 +5059,7 @@ public struct StartSourceNetworkRecoveryOutput: Swift.Sendable { public init( job: DrsClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -5198,8 +5071,7 @@ public struct StartSourceNetworkReplicationInput: Swift.Sendable { public init( sourceNetworkID: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID } } @@ -5210,8 +5082,7 @@ public struct StartSourceNetworkReplicationOutput: Swift.Sendable { public init( sourceNetwork: DrsClientTypes.SourceNetwork? = nil - ) - { + ) { self.sourceNetwork = sourceNetwork } } @@ -5223,8 +5094,7 @@ public struct StopSourceNetworkReplicationInput: Swift.Sendable { public init( sourceNetworkID: Swift.String? = nil - ) - { + ) { self.sourceNetworkID = sourceNetworkID } } @@ -5235,8 +5105,7 @@ public struct StopSourceNetworkReplicationOutput: Swift.Sendable { public init( sourceNetwork: DrsClientTypes.SourceNetwork? = nil - ) - { + ) { self.sourceNetwork = sourceNetwork } } @@ -5248,8 +5117,7 @@ public struct GetLaunchConfigurationInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -5263,8 +5131,7 @@ extension DrsClientTypes { public init( launchIntoEC2InstanceID: Swift.String? = nil - ) - { + ) { self.launchIntoEC2InstanceID = launchIntoEC2InstanceID } } @@ -5303,8 +5170,7 @@ public struct GetLaunchConfigurationOutput: Swift.Sendable { postLaunchEnabled: Swift.Bool? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags self.ec2LaunchTemplateID = ec2LaunchTemplateID @@ -5325,8 +5191,7 @@ public struct GetReplicationConfigurationInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -5399,8 +5264,7 @@ extension DrsClientTypes { optimizedStagingDiskType: DrsClientTypes.ReplicationConfigurationReplicatedDiskStagingDiskType? = nil, stagingDiskType: DrsClientTypes.ReplicationConfigurationReplicatedDiskStagingDiskType? = nil, throughput: Swift.Int = 0 - ) - { + ) { self.deviceName = deviceName self.iops = iops self.isBootDisk = isBootDisk @@ -5465,8 +5329,7 @@ public struct GetReplicationConfigurationOutput: Swift.Sendable { stagingAreaSubnetId: Swift.String? = nil, stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks self.bandwidthThrottling = bandwidthThrottling @@ -5500,8 +5363,7 @@ public struct RetryDataReplicationInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -5551,8 +5413,7 @@ public struct RetryDataReplicationOutput: Swift.Sendable { sourceServerID: Swift.String? = nil, stagingArea: DrsClientTypes.StagingArea? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentVersion = agentVersion self.arn = arn self.dataReplicationInfo = dataReplicationInfo @@ -5588,8 +5449,7 @@ extension DrsClientTypes { public init( recoverySnapshotID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.recoverySnapshotID = recoverySnapshotID self.sourceServerID = sourceServerID } @@ -5609,8 +5469,7 @@ public struct StartRecoveryInput: Swift.Sendable { isDrill: Swift.Bool? = nil, sourceServers: [DrsClientTypes.StartRecoveryRequestSourceServer]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.isDrill = isDrill self.sourceServers = sourceServers self.tags = tags @@ -5628,8 +5487,7 @@ public struct StartRecoveryOutput: Swift.Sendable { public init( job: DrsClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -5641,8 +5499,7 @@ public struct StartReplicationInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -5653,8 +5510,7 @@ public struct StartReplicationOutput: Swift.Sendable { public init( sourceServer: DrsClientTypes.SourceServer? = nil - ) - { + ) { self.sourceServer = sourceServer } } @@ -5666,8 +5522,7 @@ public struct StopReplicationInput: Swift.Sendable { public init( sourceServerID: Swift.String? = nil - ) - { + ) { self.sourceServerID = sourceServerID } } @@ -5678,8 +5533,7 @@ public struct StopReplicationOutput: Swift.Sendable { public init( sourceServer: DrsClientTypes.SourceServer? = nil - ) - { + ) { self.sourceServer = sourceServer } } @@ -5715,8 +5569,7 @@ public struct UpdateLaunchConfigurationInput: Swift.Sendable { postLaunchEnabled: Swift.Bool? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags self.launchDisposition = launchDisposition @@ -5762,8 +5615,7 @@ public struct UpdateLaunchConfigurationOutput: Swift.Sendable { postLaunchEnabled: Swift.Bool? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: DrsClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags self.ec2LaunchTemplateID = ec2LaunchTemplateID @@ -5832,8 +5684,7 @@ public struct UpdateReplicationConfigurationInput: Swift.Sendable { stagingAreaSubnetId: Swift.String? = nil, stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks self.bandwidthThrottling = bandwidthThrottling @@ -5913,8 +5764,7 @@ public struct UpdateReplicationConfigurationOutput: Swift.Sendable { stagingAreaSubnetId: Swift.String? = nil, stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.autoReplicateNewDisks = autoReplicateNewDisks self.bandwidthThrottling = bandwidthThrottling @@ -5951,8 +5801,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5974,8 +5823,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSDynamoDB/Package.swift.txt b/Sources/Services/AWSDynamoDB/Package.swift.txt index 2941268750b..44abe2f5728 100644 --- a/Sources/Services/AWSDynamoDB/Package.swift.txt +++ b/Sources/Services/AWSDynamoDB/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/DynamoDBClient.swift b/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/DynamoDBClient.swift index 6ea69799897..1e8ab2ff73a 100644 --- a/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/DynamoDBClient.swift +++ b/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/DynamoDBClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DynamoDBClient: ClientRuntime.Client { public static let clientName = "DynamoDBClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DynamoDBClient.DynamoDBClientConfiguration let serviceName = "DynamoDB" diff --git a/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/Models.swift b/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/Models.swift index 011f17309f6..542b1d85db2 100644 --- a/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/Models.swift +++ b/Sources/Services/AWSDynamoDB/Sources/AWSDynamoDB/Models.swift @@ -87,8 +87,7 @@ extension DynamoDBClientTypes { archivalBackupArn: Swift.String? = nil, archivalDateTime: Foundation.Date? = nil, archivalReason: Swift.String? = nil - ) - { + ) { self.archivalBackupArn = archivalBackupArn self.archivalDateTime = archivalDateTime self.archivalReason = archivalReason @@ -180,8 +179,7 @@ extension DynamoDBClientTypes { public init( attributeName: Swift.String? = nil, attributeType: DynamoDBClientTypes.ScalarAttributeType? = nil - ) - { + ) { self.attributeName = attributeName self.attributeType = attributeType } @@ -207,8 +205,7 @@ extension DynamoDBClientTypes { scaleInCooldown: Swift.Int? = nil, scaleOutCooldown: Swift.Int? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.disableScaleIn = disableScaleIn self.scaleInCooldown = scaleInCooldown self.scaleOutCooldown = scaleOutCooldown @@ -229,8 +226,7 @@ extension DynamoDBClientTypes { public init( policyName: Swift.String? = nil, targetTrackingScalingPolicyConfiguration: DynamoDBClientTypes.AutoScalingTargetTrackingScalingPolicyConfigurationDescription? = nil - ) - { + ) { self.policyName = policyName self.targetTrackingScalingPolicyConfiguration = targetTrackingScalingPolicyConfiguration } @@ -256,8 +252,7 @@ extension DynamoDBClientTypes { scaleInCooldown: Swift.Int? = nil, scaleOutCooldown: Swift.Int? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.disableScaleIn = disableScaleIn self.scaleInCooldown = scaleInCooldown self.scaleOutCooldown = scaleOutCooldown @@ -279,8 +274,7 @@ extension DynamoDBClientTypes { public init( policyName: Swift.String? = nil, targetTrackingScalingPolicyConfiguration: DynamoDBClientTypes.AutoScalingTargetTrackingScalingPolicyConfigurationUpdate? = nil - ) - { + ) { self.policyName = policyName self.targetTrackingScalingPolicyConfiguration = targetTrackingScalingPolicyConfiguration } @@ -308,8 +302,7 @@ extension DynamoDBClientTypes { maximumUnits: Swift.Int? = nil, minimumUnits: Swift.Int? = nil, scalingPolicies: [DynamoDBClientTypes.AutoScalingPolicyDescription]? = nil - ) - { + ) { self.autoScalingDisabled = autoScalingDisabled self.autoScalingRoleArn = autoScalingRoleArn self.maximumUnits = maximumUnits @@ -340,8 +333,7 @@ extension DynamoDBClientTypes { maximumUnits: Swift.Int? = nil, minimumUnits: Swift.Int? = nil, scalingPolicyUpdate: DynamoDBClientTypes.AutoScalingPolicyUpdate? = nil - ) - { + ) { self.autoScalingDisabled = autoScalingDisabled self.autoScalingRoleArn = autoScalingRoleArn self.maximumUnits = maximumUnits @@ -453,8 +445,7 @@ extension DynamoDBClientTypes { backupSizeBytes: Swift.Int? = nil, backupStatus: DynamoDBClientTypes.BackupStatus? = nil, backupType: DynamoDBClientTypes.BackupType? = nil - ) - { + ) { self.backupArn = backupArn self.backupCreationDateTime = backupCreationDateTime self.backupExpiryDateTime = backupExpiryDateTime @@ -545,8 +536,7 @@ extension DynamoDBClientTypes { public init( attributeName: Swift.String? = nil, keyType: DynamoDBClientTypes.KeyType? = nil - ) - { + ) { self.attributeName = attributeName self.keyType = keyType } @@ -565,8 +555,7 @@ extension DynamoDBClientTypes { public init( maxReadRequestUnits: Swift.Int? = nil, maxWriteRequestUnits: Swift.Int? = nil - ) - { + ) { self.maxReadRequestUnits = maxReadRequestUnits self.maxWriteRequestUnits = maxWriteRequestUnits } @@ -587,8 +576,7 @@ extension DynamoDBClientTypes { public init( readCapacityUnits: Swift.Int? = nil, writeCapacityUnits: Swift.Int? = nil - ) - { + ) { self.readCapacityUnits = readCapacityUnits self.writeCapacityUnits = writeCapacityUnits } @@ -640,8 +628,7 @@ extension DynamoDBClientTypes { tableId: Swift.String? = nil, tableName: Swift.String? = nil, tableSizeBytes: Swift.Int? = nil - ) - { + ) { self.billingMode = billingMode self.itemCount = itemCount self.keySchema = keySchema @@ -709,8 +696,7 @@ extension DynamoDBClientTypes { public init( nonKeyAttributes: [Swift.String]? = nil, projectionType: DynamoDBClientTypes.ProjectionType? = nil - ) - { + ) { self.nonKeyAttributes = nonKeyAttributes self.projectionType = projectionType } @@ -745,8 +731,7 @@ extension DynamoDBClientTypes { onDemandThroughput: DynamoDBClientTypes.OnDemandThroughput? = nil, projection: DynamoDBClientTypes.Projection? = nil, provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughput? = nil - ) - { + ) { self.indexName = indexName self.keySchema = keySchema self.onDemandThroughput = onDemandThroughput @@ -778,8 +763,7 @@ extension DynamoDBClientTypes { indexName: Swift.String? = nil, keySchema: [DynamoDBClientTypes.KeySchemaElement]? = nil, projection: DynamoDBClientTypes.Projection? = nil - ) - { + ) { self.indexName = indexName self.keySchema = keySchema self.projection = projection @@ -878,8 +862,7 @@ extension DynamoDBClientTypes { kmsMasterKeyArn: Swift.String? = nil, sseType: DynamoDBClientTypes.SSEType? = nil, status: DynamoDBClientTypes.SSEStatus? = nil - ) - { + ) { self.inaccessibleEncryptionDateTime = inaccessibleEncryptionDateTime self.kmsMasterKeyArn = kmsMasterKeyArn self.sseType = sseType @@ -944,8 +927,7 @@ extension DynamoDBClientTypes { public init( streamEnabled: Swift.Bool? = nil, streamViewType: DynamoDBClientTypes.StreamViewType? = nil - ) - { + ) { self.streamEnabled = streamEnabled self.streamViewType = streamViewType } @@ -999,8 +981,7 @@ extension DynamoDBClientTypes { public init( attributeName: Swift.String? = nil, timeToLiveStatus: DynamoDBClientTypes.TimeToLiveStatus? = nil - ) - { + ) { self.attributeName = attributeName self.timeToLiveStatus = timeToLiveStatus } @@ -1028,8 +1009,7 @@ extension DynamoDBClientTypes { sseDescription: DynamoDBClientTypes.SSEDescription? = nil, streamDescription: DynamoDBClientTypes.StreamSpecification? = nil, timeToLiveDescription: DynamoDBClientTypes.TimeToLiveDescription? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.localSecondaryIndexes = localSecondaryIndexes self.sseDescription = sseDescription @@ -1054,8 +1034,7 @@ extension DynamoDBClientTypes { backupDetails: DynamoDBClientTypes.BackupDetails? = nil, sourceTableDetails: DynamoDBClientTypes.SourceTableDetails? = nil, sourceTableFeatureDetails: DynamoDBClientTypes.SourceTableFeatureDetails? = nil - ) - { + ) { self.backupDetails = backupDetails self.sourceTableDetails = sourceTableDetails self.sourceTableFeatureDetails = sourceTableFeatureDetails @@ -1081,8 +1060,7 @@ public struct BackupInUseException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1105,8 +1083,7 @@ public struct BackupNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1153,8 +1130,7 @@ extension DynamoDBClientTypes { tableArn: Swift.String? = nil, tableId: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.backupArn = backupArn self.backupCreationDateTime = backupCreationDateTime self.backupExpiryDateTime = backupExpiryDateTime @@ -1223,8 +1199,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1247,8 +1222,7 @@ public struct RequestLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1336,8 +1310,7 @@ extension DynamoDBClientTypes { capacityUnits: Swift.Double? = nil, readCapacityUnits: Swift.Double? = nil, writeCapacityUnits: Swift.Double? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.readCapacityUnits = readCapacityUnits self.writeCapacityUnits = writeCapacityUnits @@ -1372,8 +1345,7 @@ extension DynamoDBClientTypes { table: DynamoDBClientTypes.Capacity? = nil, tableName: Swift.String? = nil, writeCapacityUnits: Swift.Double? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.globalSecondaryIndexes = globalSecondaryIndexes self.localSecondaryIndexes = localSecondaryIndexes @@ -1458,8 +1430,7 @@ public struct InvalidEndpointException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1483,8 +1454,7 @@ public struct ProvisionedThroughputExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1508,8 +1478,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1533,8 +1502,7 @@ public struct ItemCollectionSizeLimitExceededException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1584,8 +1552,7 @@ extension DynamoDBClientTypes { public init( billingMode: DynamoDBClientTypes.BillingMode? = nil, lastUpdateToPayPerRequestDateTime: Foundation.Date? = nil - ) - { + ) { self.billingMode = billingMode self.lastUpdateToPayPerRequestDateTime = lastUpdateToPayPerRequestDateTime } @@ -1763,8 +1730,7 @@ extension DynamoDBClientTypes { latestRestorableDateTime: Foundation.Date? = nil, pointInTimeRecoveryStatus: DynamoDBClientTypes.PointInTimeRecoveryStatus? = nil, recoveryPeriodInDays: Swift.Int? = nil - ) - { + ) { self.earliestRestorableDateTime = earliestRestorableDateTime self.latestRestorableDateTime = latestRestorableDateTime self.pointInTimeRecoveryStatus = pointInTimeRecoveryStatus @@ -1786,8 +1752,7 @@ extension DynamoDBClientTypes { public init( continuousBackupsStatus: DynamoDBClientTypes.ContinuousBackupsStatus? = nil, pointInTimeRecoveryDescription: DynamoDBClientTypes.PointInTimeRecoveryDescription? = nil - ) - { + ) { self.continuousBackupsStatus = continuousBackupsStatus self.pointInTimeRecoveryDescription = pointInTimeRecoveryDescription } @@ -1812,8 +1777,7 @@ public struct ContinuousBackupsUnavailableException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1900,8 +1864,7 @@ extension DynamoDBClientTypes { contributorInsightsStatus: DynamoDBClientTypes.ContributorInsightsStatus? = nil, indexName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.contributorInsightsStatus = contributorInsightsStatus self.indexName = indexName self.tableName = tableName @@ -1928,8 +1891,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1952,8 +1914,7 @@ public struct TableInUseException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1976,8 +1937,7 @@ public struct TableNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1993,8 +1953,7 @@ public struct CreateBackupInput: Swift.Sendable { public init( backupName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.backupName = backupName self.tableName = tableName } @@ -2006,8 +1965,7 @@ public struct CreateBackupOutput: Swift.Sendable { public init( backupDetails: DynamoDBClientTypes.BackupDetails? = nil - ) - { + ) { self.backupDetails = backupDetails } } @@ -2024,8 +1982,7 @@ extension DynamoDBClientTypes { public init( readUnitsPerSecond: Swift.Int? = nil, writeUnitsPerSecond: Swift.Int? = nil - ) - { + ) { self.readUnitsPerSecond = readUnitsPerSecond self.writeUnitsPerSecond = writeUnitsPerSecond } @@ -2059,8 +2016,7 @@ extension DynamoDBClientTypes { projection: DynamoDBClientTypes.Projection? = nil, provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughput? = nil, warmThroughput: DynamoDBClientTypes.WarmThroughput? = nil - ) - { + ) { self.indexName = indexName self.keySchema = keySchema self.onDemandThroughput = onDemandThroughput @@ -2089,8 +2045,7 @@ public struct GlobalTableAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2104,8 +2059,7 @@ extension DynamoDBClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -2122,8 +2076,7 @@ public struct CreateGlobalTableInput: Swift.Sendable { public init( globalTableName: Swift.String? = nil, replicationGroup: [DynamoDBClientTypes.Replica]? = nil - ) - { + ) { self.globalTableName = globalTableName self.replicationGroup = replicationGroup } @@ -2173,8 +2126,7 @@ extension DynamoDBClientTypes { public init( maxReadRequestUnits: Swift.Int? = nil - ) - { + ) { self.maxReadRequestUnits = maxReadRequestUnits } } @@ -2189,8 +2141,7 @@ extension DynamoDBClientTypes { public init( readCapacityUnits: Swift.Int? = nil - ) - { + ) { self.readCapacityUnits = readCapacityUnits } } @@ -2246,8 +2197,7 @@ extension DynamoDBClientTypes { readUnitsPerSecond: Swift.Int? = nil, status: DynamoDBClientTypes.IndexStatus? = nil, writeUnitsPerSecond: Swift.Int? = nil - ) - { + ) { self.readUnitsPerSecond = readUnitsPerSecond self.status = status self.writeUnitsPerSecond = writeUnitsPerSecond @@ -2273,8 +2223,7 @@ extension DynamoDBClientTypes { onDemandThroughputOverride: DynamoDBClientTypes.OnDemandThroughputOverride? = nil, provisionedThroughputOverride: DynamoDBClientTypes.ProvisionedThroughputOverride? = nil, warmThroughput: DynamoDBClientTypes.GlobalSecondaryIndexWarmThroughputDescription? = nil - ) - { + ) { self.indexName = indexName self.onDemandThroughputOverride = onDemandThroughputOverride self.provisionedThroughputOverride = provisionedThroughputOverride @@ -2368,8 +2317,7 @@ extension DynamoDBClientTypes { public init( lastUpdateDateTime: Foundation.Date? = nil, tableClass: DynamoDBClientTypes.TableClass? = nil - ) - { + ) { self.lastUpdateDateTime = lastUpdateDateTime self.tableClass = tableClass } @@ -2435,8 +2383,7 @@ extension DynamoDBClientTypes { readUnitsPerSecond: Swift.Int? = nil, status: DynamoDBClientTypes.TableStatus? = nil, writeUnitsPerSecond: Swift.Int? = nil - ) - { + ) { self.readUnitsPerSecond = readUnitsPerSecond self.status = status self.writeUnitsPerSecond = writeUnitsPerSecond @@ -2495,8 +2442,7 @@ extension DynamoDBClientTypes { replicaStatusPercentProgress: Swift.String? = nil, replicaTableClassSummary: DynamoDBClientTypes.TableClassSummary? = nil, warmThroughput: DynamoDBClientTypes.TableWarmThroughputDescription? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.kmsMasterKeyId = kmsMasterKeyId self.onDemandThroughputOverride = onDemandThroughputOverride @@ -2541,8 +2487,7 @@ extension DynamoDBClientTypes { globalTableName: Swift.String? = nil, globalTableStatus: DynamoDBClientTypes.GlobalTableStatus? = nil, replicationGroup: [DynamoDBClientTypes.ReplicaDescription]? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.globalTableArn = globalTableArn self.globalTableName = globalTableName @@ -2558,8 +2503,7 @@ public struct CreateGlobalTableOutput: Swift.Sendable { public init( globalTableDescription: DynamoDBClientTypes.GlobalTableDescription? = nil - ) - { + ) { self.globalTableDescription = globalTableDescription } } @@ -2574,8 +2518,7 @@ extension DynamoDBClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -2597,8 +2540,7 @@ extension DynamoDBClientTypes { indexName: Swift.String? = nil, onDemandThroughputOverride: DynamoDBClientTypes.OnDemandThroughputOverride? = nil, provisionedThroughputOverride: DynamoDBClientTypes.ProvisionedThroughputOverride? = nil - ) - { + ) { self.indexName = indexName self.onDemandThroughputOverride = onDemandThroughputOverride self.provisionedThroughputOverride = provisionedThroughputOverride @@ -2631,8 +2573,7 @@ extension DynamoDBClientTypes { provisionedThroughputOverride: DynamoDBClientTypes.ProvisionedThroughputOverride? = nil, regionName: Swift.String? = nil, tableClassOverride: DynamoDBClientTypes.TableClass? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.kmsMasterKeyId = kmsMasterKeyId self.onDemandThroughputOverride = onDemandThroughputOverride @@ -2671,8 +2612,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2711,8 +2651,7 @@ extension DynamoDBClientTypes { projection: DynamoDBClientTypes.Projection? = nil, provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughput? = nil, warmThroughput: DynamoDBClientTypes.WarmThroughput? = nil - ) - { + ) { self.indexName = indexName self.keySchema = keySchema self.onDemandThroughput = onDemandThroughput @@ -2748,8 +2687,7 @@ extension DynamoDBClientTypes { indexName: Swift.String? = nil, keySchema: [DynamoDBClientTypes.KeySchemaElement]? = nil, projection: DynamoDBClientTypes.Projection? = nil - ) - { + ) { self.indexName = indexName self.keySchema = keySchema self.projection = projection @@ -2774,8 +2712,7 @@ extension DynamoDBClientTypes { enabled: Swift.Bool? = nil, kmsMasterKeyId: Swift.String? = nil, sseType: DynamoDBClientTypes.SSEType? = nil - ) - { + ) { self.enabled = enabled self.kmsMasterKeyId = kmsMasterKeyId self.sseType = sseType @@ -2797,8 +2734,7 @@ extension DynamoDBClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2930,8 +2866,7 @@ public struct CreateTableInput: Swift.Sendable { tableName: Swift.String? = nil, tags: [DynamoDBClientTypes.Tag]? = nil, warmThroughput: DynamoDBClientTypes.WarmThroughput? = nil - ) - { + ) { self.attributeDefinitions = attributeDefinitions self.billingMode = billingMode self.deletionProtectionEnabled = deletionProtectionEnabled @@ -2971,8 +2906,7 @@ extension DynamoDBClientTypes { numberOfDecreasesToday: Swift.Int? = nil, readCapacityUnits: Swift.Int? = nil, writeCapacityUnits: Swift.Int? = nil - ) - { + ) { self.lastDecreaseDateTime = lastDecreaseDateTime self.lastIncreaseDateTime = lastIncreaseDateTime self.numberOfDecreasesToday = numberOfDecreasesToday @@ -3036,8 +2970,7 @@ extension DynamoDBClientTypes { projection: DynamoDBClientTypes.Projection? = nil, provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughputDescription? = nil, warmThroughput: DynamoDBClientTypes.GlobalSecondaryIndexWarmThroughputDescription? = nil - ) - { + ) { self.backfilling = backfilling self.indexArn = indexArn self.indexName = indexName @@ -3084,8 +3017,7 @@ extension DynamoDBClientTypes { itemCount: Swift.Int? = nil, keySchema: [DynamoDBClientTypes.KeySchemaElement]? = nil, projection: DynamoDBClientTypes.Projection? = nil - ) - { + ) { self.indexArn = indexArn self.indexName = indexName self.indexSizeBytes = indexSizeBytes @@ -3145,8 +3077,7 @@ extension DynamoDBClientTypes { restoreInProgress: Swift.Bool? = nil, sourceBackupArn: Swift.String? = nil, sourceTableArn: Swift.String? = nil - ) - { + ) { self.restoreDateTime = restoreDateTime self.restoreInProgress = restoreInProgress self.sourceBackupArn = sourceBackupArn @@ -3359,8 +3290,7 @@ extension DynamoDBClientTypes { tableSizeBytes: Swift.Int? = nil, tableStatus: DynamoDBClientTypes.TableStatus? = nil, warmThroughput: DynamoDBClientTypes.TableWarmThroughputDescription? = nil - ) - { + ) { self.archivalSummary = archivalSummary self.attributeDefinitions = attributeDefinitions self.billingModeSummary = billingModeSummary @@ -3398,8 +3328,7 @@ public struct CreateTableOutput: Swift.Sendable { public init( tableDescription: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.tableDescription = tableDescription } } @@ -3416,8 +3345,7 @@ extension DynamoDBClientTypes { public init( delimiter: Swift.String? = nil, headerList: [Swift.String]? = nil - ) - { + ) { self.delimiter = delimiter self.headerList = headerList } @@ -3431,8 +3359,7 @@ public struct DeleteBackupInput: Swift.Sendable { public init( backupArn: Swift.String? = nil - ) - { + ) { self.backupArn = backupArn } } @@ -3443,8 +3370,7 @@ public struct DeleteBackupOutput: Swift.Sendable { public init( backupDescription: DynamoDBClientTypes.BackupDescription? = nil - ) - { + ) { self.backupDescription = backupDescription } } @@ -3459,8 +3385,7 @@ extension DynamoDBClientTypes { public init( indexName: Swift.String? = nil - ) - { + ) { self.indexName = indexName } } @@ -3484,8 +3409,7 @@ public struct ReplicatedWriteConflictException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3508,8 +3432,7 @@ public struct TransactionConflictException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3562,8 +3485,7 @@ extension DynamoDBClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -3579,8 +3501,7 @@ extension DynamoDBClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -3604,8 +3525,7 @@ public struct PolicyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3620,8 +3540,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( expectedRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.expectedRevisionId = expectedRevisionId self.resourceArn = resourceArn } @@ -3633,8 +3552,7 @@ public struct DeleteResourcePolicyOutput: Swift.Sendable { public init( revisionId: Swift.String? = nil - ) - { + ) { self.revisionId = revisionId } } @@ -3647,8 +3565,7 @@ public struct DeleteTableInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -3660,8 +3577,7 @@ public struct DeleteTableOutput: Swift.Sendable { public init( tableDescription: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.tableDescription = tableDescription } } @@ -3673,8 +3589,7 @@ public struct DescribeBackupInput: Swift.Sendable { public init( backupArn: Swift.String? = nil - ) - { + ) { self.backupArn = backupArn } } @@ -3685,8 +3600,7 @@ public struct DescribeBackupOutput: Swift.Sendable { public init( backupDescription: DynamoDBClientTypes.BackupDescription? = nil - ) - { + ) { self.backupDescription = backupDescription } } @@ -3698,8 +3612,7 @@ public struct DescribeContinuousBackupsInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -3710,8 +3623,7 @@ public struct DescribeContinuousBackupsOutput: Swift.Sendable { public init( continuousBackupsDescription: DynamoDBClientTypes.ContinuousBackupsDescription? = nil - ) - { + ) { self.continuousBackupsDescription = continuousBackupsDescription } } @@ -3726,8 +3638,7 @@ public struct DescribeContributorInsightsInput: Swift.Sendable { public init( indexName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.indexName = indexName self.tableName = tableName } @@ -3745,8 +3656,7 @@ extension DynamoDBClientTypes { public init( exceptionDescription: Swift.String? = nil, exceptionName: Swift.String? = nil - ) - { + ) { self.exceptionDescription = exceptionDescription self.exceptionName = exceptionName } @@ -3782,8 +3692,7 @@ public struct DescribeContributorInsightsOutput: Swift.Sendable { indexName: Swift.String? = nil, lastUpdateDateTime: Foundation.Date? = nil, tableName: Swift.String? = nil - ) - { + ) { self.contributorInsightsRuleList = contributorInsightsRuleList self.contributorInsightsStatus = contributorInsightsStatus self.failureException = failureException @@ -3812,8 +3721,7 @@ extension DynamoDBClientTypes { public init( address: Swift.String? = nil, cachePeriodInMinutes: Swift.Int = 0 - ) - { + ) { self.address = address self.cachePeriodInMinutes = cachePeriodInMinutes } @@ -3827,8 +3735,7 @@ public struct DescribeEndpointsOutput: Swift.Sendable { public init( endpoints: [DynamoDBClientTypes.Endpoint]? = nil - ) - { + ) { self.endpoints = endpoints } } @@ -3851,8 +3758,7 @@ public struct ExportNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3864,8 +3770,7 @@ public struct DescribeExportInput: Swift.Sendable { public init( exportArn: Swift.String? = nil - ) - { + ) { self.exportArn = exportArn } } @@ -4004,8 +3909,7 @@ extension DynamoDBClientTypes { exportFromTime: Foundation.Date? = nil, exportToTime: Foundation.Date? = nil, exportViewType: DynamoDBClientTypes.ExportViewType? = nil - ) - { + ) { self.exportFromTime = exportFromTime self.exportToTime = exportToTime self.exportViewType = exportViewType @@ -4115,8 +4019,7 @@ extension DynamoDBClientTypes { startTime: Foundation.Date? = nil, tableArn: Swift.String? = nil, tableId: Swift.String? = nil - ) - { + ) { self.billedSizeBytes = billedSizeBytes self.clientToken = clientToken self.endTime = endTime @@ -4148,8 +4051,7 @@ public struct DescribeExportOutput: Swift.Sendable { public init( exportDescription: DynamoDBClientTypes.ExportDescription? = nil - ) - { + ) { self.exportDescription = exportDescription } } @@ -4172,8 +4074,7 @@ public struct GlobalTableNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4185,8 +4086,7 @@ public struct DescribeGlobalTableInput: Swift.Sendable { public init( globalTableName: Swift.String? = nil - ) - { + ) { self.globalTableName = globalTableName } } @@ -4197,8 +4097,7 @@ public struct DescribeGlobalTableOutput: Swift.Sendable { public init( globalTableDescription: DynamoDBClientTypes.GlobalTableDescription? = nil - ) - { + ) { self.globalTableDescription = globalTableDescription } } @@ -4210,8 +4109,7 @@ public struct DescribeGlobalTableSettingsInput: Swift.Sendable { public init( globalTableName: Swift.String? = nil - ) - { + ) { self.globalTableName = globalTableName } } @@ -4249,8 +4147,7 @@ extension DynamoDBClientTypes { provisionedReadCapacityUnits: Swift.Int? = nil, provisionedWriteCapacityAutoScalingSettings: DynamoDBClientTypes.AutoScalingSettingsDescription? = nil, provisionedWriteCapacityUnits: Swift.Int? = nil - ) - { + ) { self.indexName = indexName self.indexStatus = indexStatus self.provisionedReadCapacityAutoScalingSettings = provisionedReadCapacityAutoScalingSettings @@ -4303,8 +4200,7 @@ extension DynamoDBClientTypes { replicaProvisionedWriteCapacityUnits: Swift.Int? = nil, replicaStatus: DynamoDBClientTypes.ReplicaStatus? = nil, replicaTableClassSummary: DynamoDBClientTypes.TableClassSummary? = nil - ) - { + ) { self.regionName = regionName self.replicaBillingModeSummary = replicaBillingModeSummary self.replicaGlobalSecondaryIndexSettings = replicaGlobalSecondaryIndexSettings @@ -4327,8 +4223,7 @@ public struct DescribeGlobalTableSettingsOutput: Swift.Sendable { public init( globalTableName: Swift.String? = nil, replicaSettings: [DynamoDBClientTypes.ReplicaSettingsDescription]? = nil - ) - { + ) { self.globalTableName = globalTableName self.replicaSettings = replicaSettings } @@ -4352,8 +4247,7 @@ public struct ImportNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4365,8 +4259,7 @@ public struct DescribeImportInput: Swift.Sendable { public init( importArn: Swift.String? = nil - ) - { + ) { self.importArn = importArn } } @@ -4482,8 +4375,7 @@ extension DynamoDBClientTypes { public init( csv: DynamoDBClientTypes.CsvOptions? = nil - ) - { + ) { self.csv = csv } } @@ -4505,8 +4397,7 @@ extension DynamoDBClientTypes { s3Bucket: Swift.String? = nil, s3BucketOwner: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3BucketOwner = s3BucketOwner self.s3KeyPrefix = s3KeyPrefix @@ -4547,8 +4438,7 @@ extension DynamoDBClientTypes { provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughput? = nil, sseSpecification: DynamoDBClientTypes.SSESpecification? = nil, tableName: Swift.String? = nil - ) - { + ) { self.attributeDefinitions = attributeDefinitions self.billingMode = billingMode self.globalSecondaryIndexes = globalSecondaryIndexes @@ -4624,8 +4514,7 @@ extension DynamoDBClientTypes { tableArn: Swift.String? = nil, tableCreationParameters: DynamoDBClientTypes.TableCreationParameters? = nil, tableId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.endTime = endTime @@ -4656,8 +4545,7 @@ public struct DescribeImportOutput: Swift.Sendable { public init( importTableDescription: DynamoDBClientTypes.ImportTableDescription? = nil - ) - { + ) { self.importTableDescription = importTableDescription } } @@ -4669,8 +4557,7 @@ public struct DescribeKinesisStreamingDestinationInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -4734,8 +4621,7 @@ extension DynamoDBClientTypes { destinationStatus: DynamoDBClientTypes.DestinationStatus? = nil, destinationStatusDescription: Swift.String? = nil, streamArn: Swift.String? = nil - ) - { + ) { self.approximateCreationDateTimePrecision = approximateCreationDateTimePrecision self.destinationStatus = destinationStatus self.destinationStatusDescription = destinationStatusDescription @@ -4753,8 +4639,7 @@ public struct DescribeKinesisStreamingDestinationOutput: Swift.Sendable { public init( kinesisDataStreamDestinations: [DynamoDBClientTypes.KinesisDataStreamDestination]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.kinesisDataStreamDestinations = kinesisDataStreamDestinations self.tableName = tableName } @@ -4782,8 +4667,7 @@ public struct DescribeLimitsOutput: Swift.Sendable { accountMaxWriteCapacityUnits: Swift.Int? = nil, tableMaxReadCapacityUnits: Swift.Int? = nil, tableMaxWriteCapacityUnits: Swift.Int? = nil - ) - { + ) { self.accountMaxReadCapacityUnits = accountMaxReadCapacityUnits self.accountMaxWriteCapacityUnits = accountMaxWriteCapacityUnits self.tableMaxReadCapacityUnits = tableMaxReadCapacityUnits @@ -4799,8 +4683,7 @@ public struct DescribeTableInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -4812,8 +4695,7 @@ public struct DescribeTableOutput: Swift.Sendable { public init( table: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.table = table } } @@ -4825,8 +4707,7 @@ public struct DescribeTableReplicaAutoScalingInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -4857,8 +4738,7 @@ extension DynamoDBClientTypes { indexStatus: DynamoDBClientTypes.IndexStatus? = nil, provisionedReadCapacityAutoScalingSettings: DynamoDBClientTypes.AutoScalingSettingsDescription? = nil, provisionedWriteCapacityAutoScalingSettings: DynamoDBClientTypes.AutoScalingSettingsDescription? = nil - ) - { + ) { self.indexName = indexName self.indexStatus = indexStatus self.provisionedReadCapacityAutoScalingSettings = provisionedReadCapacityAutoScalingSettings @@ -4896,8 +4776,7 @@ extension DynamoDBClientTypes { replicaProvisionedReadCapacityAutoScalingSettings: DynamoDBClientTypes.AutoScalingSettingsDescription? = nil, replicaProvisionedWriteCapacityAutoScalingSettings: DynamoDBClientTypes.AutoScalingSettingsDescription? = nil, replicaStatus: DynamoDBClientTypes.ReplicaStatus? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.regionName = regionName self.replicaProvisionedReadCapacityAutoScalingSettings = replicaProvisionedReadCapacityAutoScalingSettings @@ -4930,8 +4809,7 @@ extension DynamoDBClientTypes { replicas: [DynamoDBClientTypes.ReplicaAutoScalingDescription]? = nil, tableName: Swift.String? = nil, tableStatus: DynamoDBClientTypes.TableStatus? = nil - ) - { + ) { self.replicas = replicas self.tableName = tableName self.tableStatus = tableStatus @@ -4945,8 +4823,7 @@ public struct DescribeTableReplicaAutoScalingOutput: Swift.Sendable { public init( tableAutoScalingDescription: DynamoDBClientTypes.TableAutoScalingDescription? = nil - ) - { + ) { self.tableAutoScalingDescription = tableAutoScalingDescription } } @@ -4958,8 +4835,7 @@ public struct DescribeTimeToLiveInput: Swift.Sendable { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -4970,8 +4846,7 @@ public struct DescribeTimeToLiveOutput: Swift.Sendable { public init( timeToLiveDescription: DynamoDBClientTypes.TimeToLiveDescription? = nil - ) - { + ) { self.timeToLiveDescription = timeToLiveDescription } } @@ -4985,8 +4860,7 @@ extension DynamoDBClientTypes { public init( approximateCreationDateTimePrecision: DynamoDBClientTypes.ApproximateCreationDateTimePrecision? = nil - ) - { + ) { self.approximateCreationDateTimePrecision = approximateCreationDateTimePrecision } } @@ -5006,8 +4880,7 @@ public struct DisableKinesisStreamingDestinationInput: Swift.Sendable { enableKinesisStreamingConfiguration: DynamoDBClientTypes.EnableKinesisStreamingConfiguration? = nil, streamArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.enableKinesisStreamingConfiguration = enableKinesisStreamingConfiguration self.streamArn = streamArn self.tableName = tableName @@ -5029,8 +4902,7 @@ public struct DisableKinesisStreamingDestinationOutput: Swift.Sendable { enableKinesisStreamingConfiguration: DynamoDBClientTypes.EnableKinesisStreamingConfiguration? = nil, streamArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.destinationStatus = destinationStatus self.enableKinesisStreamingConfiguration = enableKinesisStreamingConfiguration self.streamArn = streamArn @@ -5056,8 +4928,7 @@ public struct DuplicateItemException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5076,8 +4947,7 @@ public struct EnableKinesisStreamingDestinationInput: Swift.Sendable { enableKinesisStreamingConfiguration: DynamoDBClientTypes.EnableKinesisStreamingConfiguration? = nil, streamArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.enableKinesisStreamingConfiguration = enableKinesisStreamingConfiguration self.streamArn = streamArn self.tableName = tableName @@ -5099,8 +4969,7 @@ public struct EnableKinesisStreamingDestinationOutput: Swift.Sendable { enableKinesisStreamingConfiguration: DynamoDBClientTypes.EnableKinesisStreamingConfiguration? = nil, streamArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.destinationStatus = destinationStatus self.enableKinesisStreamingConfiguration = enableKinesisStreamingConfiguration self.streamArn = streamArn @@ -5126,8 +4995,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5175,8 +5043,7 @@ public struct TransactionInProgressException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5199,8 +5066,7 @@ public struct ExportConflictException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5223,8 +5089,7 @@ public struct InvalidExportTimeException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5247,8 +5112,7 @@ public struct PointInTimeRecoveryUnavailableException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5295,8 +5159,7 @@ public struct ExportTableToPointInTimeInput: Swift.Sendable { s3SseAlgorithm: DynamoDBClientTypes.S3SseAlgorithm? = nil, s3SseKmsKeyId: Swift.String? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.exportFormat = exportFormat self.exportTime = exportTime @@ -5317,8 +5180,7 @@ public struct ExportTableToPointInTimeOutput: Swift.Sendable { public init( exportDescription: DynamoDBClientTypes.ExportDescription? = nil - ) - { + ) { self.exportDescription = exportDescription } } @@ -5330,8 +5192,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5345,8 +5206,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -5370,8 +5230,7 @@ public struct ImportConflictException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5400,8 +5259,7 @@ public struct ImportTableInput: Swift.Sendable { inputFormatOptions: DynamoDBClientTypes.InputFormatOptions? = nil, s3BucketSource: DynamoDBClientTypes.S3BucketSource? = nil, tableCreationParameters: DynamoDBClientTypes.TableCreationParameters? = nil - ) - { + ) { self.clientToken = clientToken self.inputCompressionType = inputCompressionType self.inputFormat = inputFormat @@ -5418,8 +5276,7 @@ public struct ImportTableOutput: Swift.Sendable { public init( importTableDescription: DynamoDBClientTypes.ImportTableDescription? = nil - ) - { + ) { self.importTableDescription = importTableDescription } } @@ -5451,8 +5308,7 @@ public struct ListBackupsInput: Swift.Sendable { tableName: Swift.String? = nil, timeRangeLowerBound: Foundation.Date? = nil, timeRangeUpperBound: Foundation.Date? = nil - ) - { + ) { self.backupType = backupType self.exclusiveStartBackupArn = exclusiveStartBackupArn self.limit = limit @@ -5471,8 +5327,7 @@ public struct ListBackupsOutput: Swift.Sendable { public init( backupSummaries: [DynamoDBClientTypes.BackupSummary]? = nil, lastEvaluatedBackupArn: Swift.String? = nil - ) - { + ) { self.backupSummaries = backupSummaries self.lastEvaluatedBackupArn = lastEvaluatedBackupArn } @@ -5490,8 +5345,7 @@ public struct ListContributorInsightsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tableName = tableName @@ -5507,8 +5361,7 @@ public struct ListContributorInsightsOutput: Swift.Sendable { public init( contributorInsightsSummaries: [DynamoDBClientTypes.ContributorInsightsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contributorInsightsSummaries = contributorInsightsSummaries self.nextToken = nextToken } @@ -5526,8 +5379,7 @@ public struct ListExportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tableArn = tableArn @@ -5549,8 +5401,7 @@ extension DynamoDBClientTypes { exportArn: Swift.String? = nil, exportStatus: DynamoDBClientTypes.ExportStatus? = nil, exportType: DynamoDBClientTypes.ExportType? = nil - ) - { + ) { self.exportArn = exportArn self.exportStatus = exportStatus self.exportType = exportType @@ -5567,8 +5418,7 @@ public struct ListExportsOutput: Swift.Sendable { public init( exportSummaries: [DynamoDBClientTypes.ExportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportSummaries = exportSummaries self.nextToken = nextToken } @@ -5586,8 +5436,7 @@ public struct ListGlobalTablesInput: Swift.Sendable { exclusiveStartGlobalTableName: Swift.String? = nil, limit: Swift.Int? = nil, regionName: Swift.String? = nil - ) - { + ) { self.exclusiveStartGlobalTableName = exclusiveStartGlobalTableName self.limit = limit self.regionName = regionName @@ -5606,8 +5455,7 @@ extension DynamoDBClientTypes { public init( globalTableName: Swift.String? = nil, replicationGroup: [DynamoDBClientTypes.Replica]? = nil - ) - { + ) { self.globalTableName = globalTableName self.replicationGroup = replicationGroup } @@ -5623,8 +5471,7 @@ public struct ListGlobalTablesOutput: Swift.Sendable { public init( globalTables: [DynamoDBClientTypes.GlobalTable]? = nil, lastEvaluatedGlobalTableName: Swift.String? = nil - ) - { + ) { self.globalTables = globalTables self.lastEvaluatedGlobalTableName = lastEvaluatedGlobalTableName } @@ -5642,8 +5489,7 @@ public struct ListImportsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.tableArn = tableArn @@ -5680,8 +5526,7 @@ extension DynamoDBClientTypes { s3BucketSource: DynamoDBClientTypes.S3BucketSource? = nil, startTime: Foundation.Date? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.endTime = endTime self.importArn = importArn @@ -5703,8 +5548,7 @@ public struct ListImportsOutput: Swift.Sendable { public init( importSummaryList: [DynamoDBClientTypes.ImportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importSummaryList = importSummaryList self.nextToken = nextToken } @@ -5720,8 +5564,7 @@ public struct ListTablesInput: Swift.Sendable { public init( exclusiveStartTableName: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.exclusiveStartTableName = exclusiveStartTableName self.limit = limit } @@ -5737,8 +5580,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( lastEvaluatedTableName: Swift.String? = nil, tableNames: [Swift.String]? = nil - ) - { + ) { self.lastEvaluatedTableName = lastEvaluatedTableName self.tableNames = tableNames } @@ -5754,8 +5596,7 @@ public struct ListTagsOfResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArn = resourceArn } @@ -5770,8 +5611,7 @@ public struct ListTagsOfResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [DynamoDBClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -5801,8 +5641,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { expectedRevisionId: Swift.String? = nil, policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.confirmRemoveSelfResourceAccess = confirmRemoveSelfResourceAccess self.expectedRevisionId = expectedRevisionId self.policy = policy @@ -5816,8 +5655,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( revisionId: Swift.String? = nil - ) - { + ) { self.revisionId = revisionId } } @@ -5875,8 +5713,7 @@ public struct TableAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5910,8 +5747,7 @@ public struct RestoreTableFromBackupInput: Swift.Sendable { provisionedThroughputOverride: DynamoDBClientTypes.ProvisionedThroughput? = nil, sseSpecificationOverride: DynamoDBClientTypes.SSESpecification? = nil, targetTableName: Swift.String? = nil - ) - { + ) { self.backupArn = backupArn self.billingModeOverride = billingModeOverride self.globalSecondaryIndexOverride = globalSecondaryIndexOverride @@ -5929,8 +5765,7 @@ public struct RestoreTableFromBackupOutput: Swift.Sendable { public init( tableDescription: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.tableDescription = tableDescription } } @@ -5953,8 +5788,7 @@ public struct InvalidRestoreTimeException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5996,8 +5830,7 @@ public struct RestoreTableToPointInTimeInput: Swift.Sendable { sseSpecificationOverride: DynamoDBClientTypes.SSESpecification? = nil, targetTableName: Swift.String? = nil, useLatestRestorableTime: Swift.Bool? = nil - ) - { + ) { self.billingModeOverride = billingModeOverride self.globalSecondaryIndexOverride = globalSecondaryIndexOverride self.localSecondaryIndexOverride = localSecondaryIndexOverride @@ -6018,8 +5851,7 @@ public struct RestoreTableToPointInTimeOutput: Swift.Sendable { public init( tableDescription: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.tableDescription = tableDescription } } @@ -6035,8 +5867,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [DynamoDBClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6053,8 +5884,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6073,8 +5903,7 @@ extension DynamoDBClientTypes { public init( pointInTimeRecoveryEnabled: Swift.Bool? = nil, recoveryPeriodInDays: Swift.Int? = nil - ) - { + ) { self.pointInTimeRecoveryEnabled = pointInTimeRecoveryEnabled self.recoveryPeriodInDays = recoveryPeriodInDays } @@ -6092,8 +5921,7 @@ public struct UpdateContinuousBackupsInput: Swift.Sendable { public init( pointInTimeRecoverySpecification: DynamoDBClientTypes.PointInTimeRecoverySpecification? = nil, tableName: Swift.String? = nil - ) - { + ) { self.pointInTimeRecoverySpecification = pointInTimeRecoverySpecification self.tableName = tableName } @@ -6105,8 +5933,7 @@ public struct UpdateContinuousBackupsOutput: Swift.Sendable { public init( continuousBackupsDescription: DynamoDBClientTypes.ContinuousBackupsDescription? = nil - ) - { + ) { self.continuousBackupsDescription = continuousBackupsDescription } } @@ -6125,8 +5952,7 @@ public struct UpdateContributorInsightsInput: Swift.Sendable { contributorInsightsAction: DynamoDBClientTypes.ContributorInsightsAction? = nil, indexName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.contributorInsightsAction = contributorInsightsAction self.indexName = indexName self.tableName = tableName @@ -6145,8 +5971,7 @@ public struct UpdateContributorInsightsOutput: Swift.Sendable { contributorInsightsStatus: DynamoDBClientTypes.ContributorInsightsStatus? = nil, indexName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.contributorInsightsStatus = contributorInsightsStatus self.indexName = indexName self.tableName = tableName @@ -6171,8 +5996,7 @@ public struct ReplicaAlreadyExistsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6195,8 +6019,7 @@ public struct ReplicaNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6219,8 +6042,7 @@ extension DynamoDBClientTypes { public init( create: DynamoDBClientTypes.CreateReplicaAction? = nil, delete: DynamoDBClientTypes.DeleteReplicaAction? = nil - ) - { + ) { self.create = create self.delete = delete } @@ -6238,8 +6060,7 @@ public struct UpdateGlobalTableInput: Swift.Sendable { public init( globalTableName: Swift.String? = nil, replicaUpdates: [DynamoDBClientTypes.ReplicaUpdate]? = nil - ) - { + ) { self.globalTableName = globalTableName self.replicaUpdates = replicaUpdates } @@ -6251,8 +6072,7 @@ public struct UpdateGlobalTableOutput: Swift.Sendable { public init( globalTableDescription: DynamoDBClientTypes.GlobalTableDescription? = nil - ) - { + ) { self.globalTableDescription = globalTableDescription } } @@ -6275,8 +6095,7 @@ public struct IndexNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6297,8 +6116,7 @@ extension DynamoDBClientTypes { indexName: Swift.String? = nil, provisionedWriteCapacityAutoScalingSettingsUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil, provisionedWriteCapacityUnits: Swift.Int? = nil - ) - { + ) { self.indexName = indexName self.provisionedWriteCapacityAutoScalingSettingsUpdate = provisionedWriteCapacityAutoScalingSettingsUpdate self.provisionedWriteCapacityUnits = provisionedWriteCapacityUnits @@ -6322,8 +6140,7 @@ extension DynamoDBClientTypes { indexName: Swift.String? = nil, provisionedReadCapacityAutoScalingSettingsUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil, provisionedReadCapacityUnits: Swift.Int? = nil - ) - { + ) { self.indexName = indexName self.provisionedReadCapacityAutoScalingSettingsUpdate = provisionedReadCapacityAutoScalingSettingsUpdate self.provisionedReadCapacityUnits = provisionedReadCapacityUnits @@ -6353,8 +6170,7 @@ extension DynamoDBClientTypes { replicaProvisionedReadCapacityAutoScalingSettingsUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil, replicaProvisionedReadCapacityUnits: Swift.Int? = nil, replicaTableClass: DynamoDBClientTypes.TableClass? = nil - ) - { + ) { self.regionName = regionName self.replicaGlobalSecondaryIndexSettingsUpdate = replicaGlobalSecondaryIndexSettingsUpdate self.replicaProvisionedReadCapacityAutoScalingSettingsUpdate = replicaProvisionedReadCapacityAutoScalingSettingsUpdate @@ -6390,8 +6206,7 @@ public struct UpdateGlobalTableSettingsInput: Swift.Sendable { globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil, globalTableProvisionedWriteCapacityUnits: Swift.Int? = nil, replicaSettingsUpdate: [DynamoDBClientTypes.ReplicaSettingsUpdate]? = nil - ) - { + ) { self.globalTableBillingMode = globalTableBillingMode self.globalTableGlobalSecondaryIndexSettingsUpdate = globalTableGlobalSecondaryIndexSettingsUpdate self.globalTableName = globalTableName @@ -6410,8 +6225,7 @@ public struct UpdateGlobalTableSettingsOutput: Swift.Sendable { public init( globalTableName: Swift.String? = nil, replicaSettings: [DynamoDBClientTypes.ReplicaSettingsDescription]? = nil - ) - { + ) { self.globalTableName = globalTableName self.replicaSettings = replicaSettings } @@ -6426,8 +6240,7 @@ extension DynamoDBClientTypes { public init( approximateCreationDateTimePrecision: DynamoDBClientTypes.ApproximateCreationDateTimePrecision? = nil - ) - { + ) { self.approximateCreationDateTimePrecision = approximateCreationDateTimePrecision } } @@ -6447,8 +6260,7 @@ public struct UpdateKinesisStreamingDestinationInput: Swift.Sendable { streamArn: Swift.String? = nil, tableName: Swift.String? = nil, updateKinesisStreamingConfiguration: DynamoDBClientTypes.UpdateKinesisStreamingConfiguration? = nil - ) - { + ) { self.streamArn = streamArn self.tableName = tableName self.updateKinesisStreamingConfiguration = updateKinesisStreamingConfiguration @@ -6470,8 +6282,7 @@ public struct UpdateKinesisStreamingDestinationOutput: Swift.Sendable { streamArn: Swift.String? = nil, tableName: Swift.String? = nil, updateKinesisStreamingConfiguration: DynamoDBClientTypes.UpdateKinesisStreamingConfiguration? = nil - ) - { + ) { self.destinationStatus = destinationStatus self.streamArn = streamArn self.tableName = tableName @@ -6498,8 +6309,7 @@ extension DynamoDBClientTypes { onDemandThroughput: DynamoDBClientTypes.OnDemandThroughput? = nil, provisionedThroughput: DynamoDBClientTypes.ProvisionedThroughput? = nil, warmThroughput: DynamoDBClientTypes.WarmThroughput? = nil - ) - { + ) { self.indexName = indexName self.onDemandThroughput = onDemandThroughput self.provisionedThroughput = provisionedThroughput @@ -6539,8 +6349,7 @@ extension DynamoDBClientTypes { create: DynamoDBClientTypes.CreateGlobalSecondaryIndexAction? = nil, delete: DynamoDBClientTypes.DeleteGlobalSecondaryIndexAction? = nil, update: DynamoDBClientTypes.UpdateGlobalSecondaryIndexAction? = nil - ) - { + ) { self.create = create self.delete = delete self.update = update @@ -6573,8 +6382,7 @@ extension DynamoDBClientTypes { provisionedThroughputOverride: DynamoDBClientTypes.ProvisionedThroughputOverride? = nil, regionName: Swift.String? = nil, tableClassOverride: DynamoDBClientTypes.TableClass? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.kmsMasterKeyId = kmsMasterKeyId self.onDemandThroughputOverride = onDemandThroughputOverride @@ -6609,8 +6417,7 @@ extension DynamoDBClientTypes { create: DynamoDBClientTypes.CreateReplicationGroupMemberAction? = nil, delete: DynamoDBClientTypes.DeleteReplicationGroupMemberAction? = nil, update: DynamoDBClientTypes.UpdateReplicationGroupMemberAction? = nil - ) - { + ) { self.create = create self.delete = delete self.update = update @@ -6682,8 +6489,7 @@ public struct UpdateTableInput: Swift.Sendable { tableClass: DynamoDBClientTypes.TableClass? = nil, tableName: Swift.String? = nil, warmThroughput: DynamoDBClientTypes.WarmThroughput? = nil - ) - { + ) { self.attributeDefinitions = attributeDefinitions self.billingMode = billingMode self.deletionProtectionEnabled = deletionProtectionEnabled @@ -6707,8 +6513,7 @@ public struct UpdateTableOutput: Swift.Sendable { public init( tableDescription: DynamoDBClientTypes.TableDescription? = nil - ) - { + ) { self.tableDescription = tableDescription } } @@ -6725,8 +6530,7 @@ extension DynamoDBClientTypes { public init( indexName: Swift.String? = nil, provisionedWriteCapacityAutoScalingUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil - ) - { + ) { self.indexName = indexName self.provisionedWriteCapacityAutoScalingUpdate = provisionedWriteCapacityAutoScalingUpdate } @@ -6745,8 +6549,7 @@ extension DynamoDBClientTypes { public init( indexName: Swift.String? = nil, provisionedReadCapacityAutoScalingUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil - ) - { + ) { self.indexName = indexName self.provisionedReadCapacityAutoScalingUpdate = provisionedReadCapacityAutoScalingUpdate } @@ -6769,8 +6572,7 @@ extension DynamoDBClientTypes { regionName: Swift.String? = nil, replicaGlobalSecondaryIndexUpdates: [DynamoDBClientTypes.ReplicaGlobalSecondaryIndexAutoScalingUpdate]? = nil, replicaProvisionedReadCapacityAutoScalingUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil - ) - { + ) { self.regionName = regionName self.replicaGlobalSecondaryIndexUpdates = replicaGlobalSecondaryIndexUpdates self.replicaProvisionedReadCapacityAutoScalingUpdate = replicaProvisionedReadCapacityAutoScalingUpdate @@ -6794,8 +6596,7 @@ public struct UpdateTableReplicaAutoScalingInput: Swift.Sendable { provisionedWriteCapacityAutoScalingUpdate: DynamoDBClientTypes.AutoScalingSettingsUpdate? = nil, replicaUpdates: [DynamoDBClientTypes.ReplicaAutoScalingUpdate]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.globalSecondaryIndexUpdates = globalSecondaryIndexUpdates self.provisionedWriteCapacityAutoScalingUpdate = provisionedWriteCapacityAutoScalingUpdate self.replicaUpdates = replicaUpdates @@ -6809,8 +6610,7 @@ public struct UpdateTableReplicaAutoScalingOutput: Swift.Sendable { public init( tableAutoScalingDescription: DynamoDBClientTypes.TableAutoScalingDescription? = nil - ) - { + ) { self.tableAutoScalingDescription = tableAutoScalingDescription } } @@ -6829,8 +6629,7 @@ extension DynamoDBClientTypes { public init( attributeName: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.attributeName = attributeName self.enabled = enabled } @@ -6849,8 +6648,7 @@ public struct UpdateTimeToLiveInput: Swift.Sendable { public init( tableName: Swift.String? = nil, timeToLiveSpecification: DynamoDBClientTypes.TimeToLiveSpecification? = nil - ) - { + ) { self.tableName = tableName self.timeToLiveSpecification = timeToLiveSpecification } @@ -6862,8 +6660,7 @@ public struct UpdateTimeToLiveOutput: Swift.Sendable { public init( timeToLiveSpecification: DynamoDBClientTypes.TimeToLiveSpecification? = nil - ) - { + ) { self.timeToLiveSpecification = timeToLiveSpecification } } @@ -6930,8 +6727,7 @@ extension DynamoDBClientTypes { public init( action: DynamoDBClientTypes.AttributeAction? = nil, value: DynamoDBClientTypes.AttributeValue? = nil - ) - { + ) { self.action = action self.value = value } @@ -6953,8 +6749,7 @@ extension DynamoDBClientTypes { code: DynamoDBClientTypes.BatchStatementErrorCodeEnum? = nil, item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.item = item self.message = message @@ -6981,8 +6776,7 @@ extension DynamoDBClientTypes { parameters: [DynamoDBClientTypes.AttributeValue]? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, statement: Swift.String? = nil - ) - { + ) { self.consistentRead = consistentRead self.parameters = parameters self.returnValuesOnConditionCheckFailure = returnValuesOnConditionCheckFailure @@ -7006,8 +6800,7 @@ extension DynamoDBClientTypes { code: Swift.String? = nil, item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.item = item self.message = message @@ -7061,8 +6854,7 @@ extension DynamoDBClientTypes { public init( attributeValueList: [DynamoDBClientTypes.AttributeValue]? = nil, comparisonOperator: DynamoDBClientTypes.ComparisonOperator? = nil - ) - { + ) { self.attributeValueList = attributeValueList self.comparisonOperator = comparisonOperator } @@ -7091,8 +6883,7 @@ public struct ConditionalCheckFailedException: ClientRuntime.ModeledError, AWSCl public init( item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.item = item self.properties.message = message } @@ -7108,8 +6899,7 @@ extension DynamoDBClientTypes { public init( key: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil - ) - { + ) { self.key = key } } @@ -7135,8 +6925,7 @@ extension DynamoDBClientTypes { key: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, projectionExpression: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.expressionAttributeNames = expressionAttributeNames self.key = key self.projectionExpression = projectionExpression @@ -7157,8 +6946,7 @@ extension DynamoDBClientTypes { public init( itemCollectionKey: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, sizeEstimateRangeGB: [Swift.Double]? = nil - ) - { + ) { self.itemCollectionKey = itemCollectionKey self.sizeEstimateRangeGB = sizeEstimateRangeGB } @@ -7174,8 +6962,7 @@ extension DynamoDBClientTypes { public init( item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil - ) - { + ) { self.item = item } } @@ -7197,8 +6984,7 @@ extension DynamoDBClientTypes { parameters: [DynamoDBClientTypes.AttributeValue]? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, statement: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.returnValuesOnConditionCheckFailure = returnValuesOnConditionCheckFailure self.statement = statement @@ -7216,8 +7002,7 @@ extension DynamoDBClientTypes { public init( item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil - ) - { + ) { self.item = item } } @@ -7254,8 +7039,7 @@ public struct ExecuteStatementInput: Swift.Sendable { returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, statement: Swift.String? = nil - ) - { + ) { self.consistentRead = consistentRead self.limit = limit self.nextToken = nextToken @@ -7323,8 +7107,7 @@ public struct GetItemInput: Swift.Sendable { projectionExpression: Swift.String? = nil, returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, tableName: Swift.String? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.consistentRead = consistentRead self.expressionAttributeNames = expressionAttributeNames @@ -7345,8 +7128,7 @@ public struct GetItemOutput: Swift.Sendable { public init( consumedCapacity: DynamoDBClientTypes.ConsumedCapacity? = nil, item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.item = item } @@ -7398,8 +7180,7 @@ extension DynamoDBClientTypes { expressionAttributeNames: [Swift.String: Swift.String]? = nil, keys: [[Swift.String: DynamoDBClientTypes.AttributeValue]]? = nil, projectionExpression: Swift.String? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.consistentRead = consistentRead self.expressionAttributeNames = expressionAttributeNames @@ -7419,8 +7200,7 @@ extension DynamoDBClientTypes { public init( `get`: DynamoDBClientTypes.Get? = nil - ) - { + ) { self.`get` = `get` } } @@ -7569,8 +7349,7 @@ public struct TransactionCanceledException: ClientRuntime.ModeledError, AWSClien public init( cancellationReasons: [DynamoDBClientTypes.CancellationReason]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.cancellationReasons = cancellationReasons self.properties.message = message } @@ -7592,8 +7371,7 @@ public struct BatchExecuteStatementInput: Swift.Sendable { public init( returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, statements: [DynamoDBClientTypes.BatchStatementRequest]? = nil - ) - { + ) { self.returnConsumedCapacity = returnConsumedCapacity self.statements = statements } @@ -7612,8 +7390,7 @@ public struct ExecuteTransactionInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, transactStatements: [DynamoDBClientTypes.ParameterizedStatement]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.returnConsumedCapacity = returnConsumedCapacity self.transactStatements = transactStatements @@ -7629,8 +7406,7 @@ public struct ExecuteTransactionOutput: Swift.Sendable { public init( consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, responses: [DynamoDBClientTypes.ItemResponse]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.responses = responses } @@ -7645,8 +7421,7 @@ public struct TransactGetItemsOutput: Swift.Sendable { public init( consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, responses: [DynamoDBClientTypes.ItemResponse]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.responses = responses } @@ -7714,8 +7489,7 @@ extension DynamoDBClientTypes { comparisonOperator: DynamoDBClientTypes.ComparisonOperator? = nil, exists: Swift.Bool? = nil, value: DynamoDBClientTypes.AttributeValue? = nil - ) - { + ) { self.attributeValueList = attributeValueList self.comparisonOperator = comparisonOperator self.exists = exists @@ -7775,8 +7549,7 @@ public struct BatchGetItemInput: Swift.Sendable { public init( requestItems: [Swift.String: DynamoDBClientTypes.KeysAndAttributes]? = nil, returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil - ) - { + ) { self.requestItems = requestItems self.returnConsumedCapacity = returnConsumedCapacity } @@ -7792,8 +7565,7 @@ public struct TransactGetItemsInput: Swift.Sendable { public init( returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, transactItems: [DynamoDBClientTypes.TransactGetItem]? = nil - ) - { + ) { self.returnConsumedCapacity = returnConsumedCapacity self.transactItems = transactItems } @@ -7808,8 +7580,7 @@ public struct TransactWriteItemsOutput: Swift.Sendable { public init( consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, itemCollectionMetrics: [Swift.String: [DynamoDBClientTypes.ItemCollectionMetrics]]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.itemCollectionMetrics = itemCollectionMetrics } @@ -7842,8 +7613,7 @@ extension DynamoDBClientTypes { key: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.expressionAttributeNames = expressionAttributeNames self.expressionAttributeValues = expressionAttributeValues @@ -7880,8 +7650,7 @@ extension DynamoDBClientTypes { key: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.expressionAttributeNames = expressionAttributeNames self.expressionAttributeValues = expressionAttributeValues @@ -7918,8 +7687,7 @@ extension DynamoDBClientTypes { item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.expressionAttributeNames = expressionAttributeNames self.expressionAttributeValues = expressionAttributeValues @@ -7960,8 +7728,7 @@ extension DynamoDBClientTypes { returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil, updateExpression: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.expressionAttributeNames = expressionAttributeNames self.expressionAttributeValues = expressionAttributeValues @@ -7988,8 +7755,7 @@ extension DynamoDBClientTypes { error: DynamoDBClientTypes.BatchStatementError? = nil, item: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.error = error self.item = item self.tableName = tableName @@ -8014,8 +7780,7 @@ public struct DeleteItemOutput: Swift.Sendable { attributes: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, consumedCapacity: DynamoDBClientTypes.ConsumedCapacity? = nil, itemCollectionMetrics: DynamoDBClientTypes.ItemCollectionMetrics? = nil - ) - { + ) { self.attributes = attributes self.consumedCapacity = consumedCapacity self.itemCollectionMetrics = itemCollectionMetrics @@ -8037,8 +7802,7 @@ public struct ExecuteStatementOutput: Swift.Sendable { items: [[Swift.String: DynamoDBClientTypes.AttributeValue]]? = nil, lastEvaluatedKey: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.items = items self.lastEvaluatedKey = lastEvaluatedKey @@ -8063,8 +7827,7 @@ public struct PutItemOutput: Swift.Sendable { attributes: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, consumedCapacity: DynamoDBClientTypes.ConsumedCapacity? = nil, itemCollectionMetrics: DynamoDBClientTypes.ItemCollectionMetrics? = nil - ) - { + ) { self.attributes = attributes self.consumedCapacity = consumedCapacity self.itemCollectionMetrics = itemCollectionMetrics @@ -8090,8 +7853,7 @@ public struct QueryOutput: Swift.Sendable { items: [[Swift.String: DynamoDBClientTypes.AttributeValue]]? = nil, lastEvaluatedKey: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, scannedCount: Swift.Int = 0 - ) - { + ) { self.consumedCapacity = consumedCapacity self.count = count self.items = items @@ -8119,8 +7881,7 @@ public struct ScanOutput: Swift.Sendable { items: [[Swift.String: DynamoDBClientTypes.AttributeValue]]? = nil, lastEvaluatedKey: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, scannedCount: Swift.Int = 0 - ) - { + ) { self.consumedCapacity = consumedCapacity self.count = count self.items = items @@ -8146,8 +7907,7 @@ public struct UpdateItemOutput: Swift.Sendable { attributes: [Swift.String: DynamoDBClientTypes.AttributeValue]? = nil, consumedCapacity: DynamoDBClientTypes.ConsumedCapacity? = nil, itemCollectionMetrics: DynamoDBClientTypes.ItemCollectionMetrics? = nil - ) - { + ) { self.attributes = attributes self.consumedCapacity = consumedCapacity self.itemCollectionMetrics = itemCollectionMetrics @@ -8166,8 +7926,7 @@ extension DynamoDBClientTypes { public init( deleteRequest: DynamoDBClientTypes.DeleteRequest? = nil, putRequest: DynamoDBClientTypes.PutRequest? = nil - ) - { + ) { self.deleteRequest = deleteRequest self.putRequest = putRequest } @@ -8183,8 +7942,7 @@ public struct BatchExecuteStatementOutput: Swift.Sendable { public init( consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, responses: [DynamoDBClientTypes.BatchStatementResponse]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.responses = responses } @@ -8216,8 +7974,7 @@ public struct BatchGetItemOutput: Swift.Sendable { consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, responses: [Swift.String: [[Swift.String: DynamoDBClientTypes.AttributeValue]]]? = nil, unprocessedKeys: [Swift.String: DynamoDBClientTypes.KeysAndAttributes]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.responses = responses self.unprocessedKeys = unprocessedKeys @@ -8325,8 +8082,7 @@ public struct ScanInput: Swift.Sendable { select: DynamoDBClientTypes.Select? = nil, tableName: Swift.String? = nil, totalSegments: Swift.Int? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.conditionalOperator = conditionalOperator self.consistentRead = consistentRead @@ -8377,8 +8133,7 @@ public struct BatchWriteItemInput: Swift.Sendable { requestItems: [Swift.String: [DynamoDBClientTypes.WriteRequest]]? = nil, returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, returnItemCollectionMetrics: DynamoDBClientTypes.ReturnItemCollectionMetrics? = nil - ) - { + ) { self.requestItems = requestItems self.returnConsumedCapacity = returnConsumedCapacity self.returnItemCollectionMetrics = returnItemCollectionMetrics @@ -8470,8 +8225,7 @@ public struct DeleteItemInput: Swift.Sendable { returnValues: DynamoDBClientTypes.ReturnValue? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.conditionalOperator = conditionalOperator self.expected = expected @@ -8571,8 +8325,7 @@ public struct PutItemInput: Swift.Sendable { returnValues: DynamoDBClientTypes.ReturnValue? = nil, returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.conditionalOperator = conditionalOperator self.expected = expected @@ -8726,8 +8479,7 @@ public struct QueryInput: Swift.Sendable { scanIndexForward: Swift.Bool? = nil, select: DynamoDBClientTypes.Select? = nil, tableName: Swift.String? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.conditionalOperator = conditionalOperator self.consistentRead = consistentRead @@ -8786,8 +8538,7 @@ public struct BatchWriteItemOutput: Swift.Sendable { consumedCapacity: [DynamoDBClientTypes.ConsumedCapacity]? = nil, itemCollectionMetrics: [Swift.String: [DynamoDBClientTypes.ItemCollectionMetrics]]? = nil, unprocessedItems: [Swift.String: [DynamoDBClientTypes.WriteRequest]]? = nil - ) - { + ) { self.consumedCapacity = consumedCapacity self.itemCollectionMetrics = itemCollectionMetrics self.unprocessedItems = unprocessedItems @@ -8916,8 +8667,7 @@ public struct UpdateItemInput: Swift.Sendable { returnValuesOnConditionCheckFailure: DynamoDBClientTypes.ReturnValuesOnConditionCheckFailure? = nil, tableName: Swift.String? = nil, updateExpression: Swift.String? = nil - ) - { + ) { self.attributeUpdates = attributeUpdates self.conditionExpression = conditionExpression self.conditionalOperator = conditionalOperator @@ -8952,8 +8702,7 @@ extension DynamoDBClientTypes { delete: DynamoDBClientTypes.Delete? = nil, put: DynamoDBClientTypes.Put? = nil, update: DynamoDBClientTypes.Update? = nil - ) - { + ) { self.conditionCheck = conditionCheck self.delete = delete self.put = put @@ -8984,8 +8733,7 @@ public struct TransactWriteItemsInput: Swift.Sendable { returnConsumedCapacity: DynamoDBClientTypes.ReturnConsumedCapacity? = nil, returnItemCollectionMetrics: DynamoDBClientTypes.ReturnItemCollectionMetrics? = nil, transactItems: [DynamoDBClientTypes.TransactWriteItem]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.returnConsumedCapacity = returnConsumedCapacity self.returnItemCollectionMetrics = returnItemCollectionMetrics diff --git a/Sources/Services/AWSDynamoDBStreams/Package.swift.txt b/Sources/Services/AWSDynamoDBStreams/Package.swift.txt index d3477f6ebe6..4be0a7b95f7 100644 --- a/Sources/Services/AWSDynamoDBStreams/Package.swift.txt +++ b/Sources/Services/AWSDynamoDBStreams/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/DynamoDBStreamsClient.swift b/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/DynamoDBStreamsClient.swift index 08afc238d53..0446253644e 100644 --- a/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/DynamoDBStreamsClient.swift +++ b/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/DynamoDBStreamsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class DynamoDBStreamsClient: ClientRuntime.Client { public static let clientName = "DynamoDBStreamsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: DynamoDBStreamsClient.DynamoDBStreamsClientConfiguration let serviceName = "DynamoDB Streams" diff --git a/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/Models.swift b/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/Models.swift index 97709ed8aab..a68f9010083 100644 --- a/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/Models.swift +++ b/Sources/Services/AWSDynamoDBStreams/Sources/AWSDynamoDBStreams/Models.swift @@ -43,8 +43,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +86,7 @@ public struct DescribeStreamInput: Swift.Sendable { exclusiveStartShardId: Swift.String? = nil, limit: Swift.Int? = nil, streamArn: Swift.String? = nil - ) - { + ) { self.exclusiveStartShardId = exclusiveStartShardId self.limit = limit self.streamArn = streamArn @@ -146,8 +143,7 @@ extension DynamoDBStreamsClientTypes { public init( attributeName: Swift.String? = nil, keyType: DynamoDBStreamsClientTypes.KeyType? = nil - ) - { + ) { self.attributeName = attributeName self.keyType = keyType } @@ -166,8 +162,7 @@ extension DynamoDBStreamsClientTypes { public init( endingSequenceNumber: Swift.String? = nil, startingSequenceNumber: Swift.String? = nil - ) - { + ) { self.endingSequenceNumber = endingSequenceNumber self.startingSequenceNumber = startingSequenceNumber } @@ -189,8 +184,7 @@ extension DynamoDBStreamsClientTypes { parentShardId: Swift.String? = nil, sequenceNumberRange: DynamoDBStreamsClientTypes.SequenceNumberRange? = nil, shardId: Swift.String? = nil - ) - { + ) { self.parentShardId = parentShardId self.sequenceNumberRange = sequenceNumberRange self.shardId = shardId @@ -323,8 +317,7 @@ extension DynamoDBStreamsClientTypes { streamStatus: DynamoDBStreamsClientTypes.StreamStatus? = nil, streamViewType: DynamoDBStreamsClientTypes.StreamViewType? = nil, tableName: Swift.String? = nil - ) - { + ) { self.creationRequestDateTime = creationRequestDateTime self.keySchema = keySchema self.lastEvaluatedShardId = lastEvaluatedShardId @@ -345,8 +338,7 @@ public struct DescribeStreamOutput: Swift.Sendable { public init( streamDescription: DynamoDBStreamsClientTypes.StreamDescription? = nil - ) - { + ) { self.streamDescription = streamDescription } } @@ -370,8 +362,7 @@ public struct ExpiredIteratorException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -395,8 +386,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -424,8 +414,7 @@ public struct TrimmedDataAccessException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -441,8 +430,7 @@ public struct GetRecordsInput: Swift.Sendable { public init( limit: Swift.Int? = nil, shardIterator: Swift.String? = nil - ) - { + ) { self.limit = limit self.shardIterator = shardIterator } @@ -492,8 +480,7 @@ extension DynamoDBStreamsClientTypes { public init( principalId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.principalId = principalId self.type = type } @@ -562,8 +549,7 @@ public struct GetShardIteratorInput: Swift.Sendable { shardId: Swift.String? = nil, shardIteratorType: DynamoDBStreamsClientTypes.ShardIteratorType? = nil, streamArn: Swift.String? = nil - ) - { + ) { self.sequenceNumber = sequenceNumber self.shardId = shardId self.shardIteratorType = shardIteratorType @@ -578,8 +564,7 @@ public struct GetShardIteratorOutput: Swift.Sendable { public init( shardIterator: Swift.String? = nil - ) - { + ) { self.shardIterator = shardIterator } } @@ -597,8 +582,7 @@ public struct ListStreamsInput: Swift.Sendable { exclusiveStartStreamArn: Swift.String? = nil, limit: Swift.Int? = nil, tableName: Swift.String? = nil - ) - { + ) { self.exclusiveStartStreamArn = exclusiveStartStreamArn self.limit = limit self.tableName = tableName @@ -626,8 +610,7 @@ extension DynamoDBStreamsClientTypes { streamArn: Swift.String? = nil, streamLabel: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.streamArn = streamArn self.streamLabel = streamLabel self.tableName = tableName @@ -645,8 +628,7 @@ public struct ListStreamsOutput: Swift.Sendable { public init( lastEvaluatedStreamArn: Swift.String? = nil, streams: [DynamoDBStreamsClientTypes.Stream]? = nil - ) - { + ) { self.lastEvaluatedStreamArn = lastEvaluatedStreamArn self.streams = streams } @@ -715,8 +697,7 @@ extension DynamoDBStreamsClientTypes { sequenceNumber: Swift.String? = nil, sizeBytes: Swift.Int? = nil, streamViewType: DynamoDBStreamsClientTypes.StreamViewType? = nil - ) - { + ) { self.approximateCreationDateTime = approximateCreationDateTime self.keys = keys self.newImage = newImage @@ -765,8 +746,7 @@ extension DynamoDBStreamsClientTypes { eventSource: Swift.String? = nil, eventVersion: Swift.String? = nil, userIdentity: DynamoDBStreamsClientTypes.Identity? = nil - ) - { + ) { self.awsRegion = awsRegion self.dynamodb = dynamodb self.eventID = eventID @@ -788,8 +768,7 @@ public struct GetRecordsOutput: Swift.Sendable { public init( nextShardIterator: Swift.String? = nil, records: [DynamoDBStreamsClientTypes.Record]? = nil - ) - { + ) { self.nextShardIterator = nextShardIterator self.records = records } diff --git a/Sources/Services/AWSEBS/Package.swift.txt b/Sources/Services/AWSEBS/Package.swift.txt index de1a9cac7ee..f6f22750f6f 100644 --- a/Sources/Services/AWSEBS/Package.swift.txt +++ b/Sources/Services/AWSEBS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEBS/Sources/AWSEBS/EBSClient.swift b/Sources/Services/AWSEBS/Sources/AWSEBS/EBSClient.swift index f3ad2a1241d..34276f04033 100644 --- a/Sources/Services/AWSEBS/Sources/AWSEBS/EBSClient.swift +++ b/Sources/Services/AWSEBS/Sources/AWSEBS/EBSClient.swift @@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EBSClient: ClientRuntime.Client { public static let clientName = "EBSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EBSClient.EBSClientConfiguration let serviceName = "EBS" diff --git a/Sources/Services/AWSEBS/Sources/AWSEBS/Models.swift b/Sources/Services/AWSEBS/Sources/AWSEBS/Models.swift index 0a410833635..6421c194260 100644 --- a/Sources/Services/AWSEBS/Sources/AWSEBS/Models.swift +++ b/Sources/Services/AWSEBS/Sources/AWSEBS/Models.swift @@ -79,8 +79,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, reason: EBSClientTypes.AccessDeniedExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -98,8 +97,7 @@ extension EBSClientTypes { public init( blockIndex: Swift.Int? = nil, blockToken: Swift.String? = nil - ) - { + ) { self.blockIndex = blockIndex self.blockToken = blockToken } @@ -121,8 +119,7 @@ extension EBSClientTypes { blockIndex: Swift.Int? = nil, firstBlockToken: Swift.String? = nil, secondBlockToken: Swift.String? = nil - ) - { + ) { self.blockIndex = blockIndex self.firstBlockToken = firstBlockToken self.secondBlockToken = secondBlockToken @@ -206,8 +203,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -265,8 +261,7 @@ public struct RequestThrottledException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, reason: EBSClientTypes.RequestThrottledExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -328,8 +323,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, reason: EBSClientTypes.ResourceNotFoundExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -382,8 +376,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, reason: EBSClientTypes.ServiceQuotaExceededExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -478,8 +471,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: EBSClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -505,8 +497,7 @@ public struct CompleteSnapshotInput: Swift.Sendable { checksumAggregationMethod: EBSClientTypes.ChecksumAggregationMethod? = nil, checksumAlgorithm: EBSClientTypes.ChecksumAlgorithm? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.changedBlocksCount = changedBlocksCount self.checksum = checksum self.checksumAggregationMethod = checksumAggregationMethod @@ -553,8 +544,7 @@ public struct CompleteSnapshotOutput: Swift.Sendable { public init( status: EBSClientTypes.Status? = nil - ) - { + ) { self.status = status } } @@ -577,8 +567,7 @@ public struct ConcurrentLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -601,8 +590,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -622,8 +610,7 @@ public struct GetSnapshotBlockInput: Swift.Sendable { blockIndex: Swift.Int? = nil, blockToken: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.blockIndex = blockIndex self.blockToken = blockToken self.snapshotId = snapshotId @@ -645,8 +632,7 @@ public struct GetSnapshotBlockOutput: Swift.Sendable { checksum: Swift.String? = nil, checksumAlgorithm: EBSClientTypes.ChecksumAlgorithm? = nil, dataLength: Swift.Int? = nil - ) - { + ) { self.blockData = blockData self.checksum = checksum self.checksumAlgorithm = checksumAlgorithm @@ -678,8 +664,7 @@ public struct ListChangedBlocksInput: Swift.Sendable { nextToken: Swift.String? = nil, secondSnapshotId: Swift.String? = nil, startingBlockIndex: Swift.Int? = nil - ) - { + ) { self.firstSnapshotId = firstSnapshotId self.maxResults = maxResults self.nextToken = nextToken @@ -706,8 +691,7 @@ public struct ListChangedBlocksOutput: Swift.Sendable { expiryTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.blockSize = blockSize self.changedBlocks = changedBlocks self.expiryTime = expiryTime @@ -737,8 +721,7 @@ public struct ListSnapshotBlocksInput: Swift.Sendable { nextToken: Swift.String? = nil, snapshotId: Swift.String? = nil, startingBlockIndex: Swift.Int? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.snapshotId = snapshotId @@ -764,8 +747,7 @@ public struct ListSnapshotBlocksOutput: Swift.Sendable { expiryTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.blockSize = blockSize self.blocks = blocks self.expiryTime = expiryTime @@ -809,8 +791,7 @@ public struct PutSnapshotBlockInput: Swift.Sendable { dataLength: Swift.Int? = nil, progress: Swift.Int? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.blockData = blockData self.blockIndex = blockIndex self.checksum = checksum @@ -835,8 +816,7 @@ public struct PutSnapshotBlockOutput: Swift.Sendable { public init( checksum: Swift.String? = nil, checksumAlgorithm: EBSClientTypes.ChecksumAlgorithm? = nil - ) - { + ) { self.checksum = checksum self.checksumAlgorithm = checksumAlgorithm } @@ -854,8 +834,7 @@ extension EBSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -897,8 +876,7 @@ public struct StartSnapshotInput: Swift.Sendable { tags: [EBSClientTypes.Tag]? = nil, timeout: Swift.Int? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.encrypted = encrypted @@ -983,8 +961,7 @@ public struct StartSnapshotOutput: Swift.Sendable { status: EBSClientTypes.Status? = nil, tags: [EBSClientTypes.Tag]? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.blockSize = blockSize self.description = description self.kmsKeyArn = kmsKeyArn diff --git a/Sources/Services/AWSEC2/Package.swift.txt b/Sources/Services/AWSEC2/Package.swift.txt index d07f54d8e29..0dd1fe741b1 100644 --- a/Sources/Services/AWSEC2/Package.swift.txt +++ b/Sources/Services/AWSEC2/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift b/Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift index e60cdb0ae8b..cb55347f71b 100644 --- a/Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift +++ b/Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EC2Client: ClientRuntime.Client { public static let clientName = "EC2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EC2Client.EC2ClientConfiguration let serviceName = "EC2" diff --git a/Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift b/Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift index b327933ccff..88e3aba3861 100644 --- a/Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift +++ b/Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift @@ -306,8 +306,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -326,8 +325,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -443,8 +441,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -463,8 +460,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -805,8 +801,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -825,8 +820,7 @@ extension EC2ClientTypes { public init( resourceType: EC2ClientTypes.ResourceType? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceType = resourceType self.tags = tags } @@ -846,8 +840,7 @@ public struct AcceptAddressTransferInput: Swift.Sendable { address: Swift.String? = nil, dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.address = address self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -910,8 +903,7 @@ extension EC2ClientTypes { transferAccountId: Swift.String? = nil, transferOfferAcceptedTimestamp: Foundation.Date? = nil, transferOfferExpirationTimestamp: Foundation.Date? = nil - ) - { + ) { self.addressTransferStatus = addressTransferStatus self.allocationId = allocationId self.publicIp = publicIp @@ -928,8 +920,7 @@ public struct AcceptAddressTransferOutput: Swift.Sendable { public init( addressTransfer: EC2ClientTypes.AddressTransfer? = nil - ) - { + ) { self.addressTransfer = addressTransfer } } @@ -944,8 +935,7 @@ public struct AcceptCapacityReservationBillingOwnershipInput: Swift.Sendable { public init( capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun } @@ -957,8 +947,7 @@ public struct AcceptCapacityReservationBillingOwnershipOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -976,8 +965,7 @@ extension EC2ClientTypes { public init( instanceCount: Swift.Int? = nil, offeringId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.offeringId = offeringId } @@ -998,8 +986,7 @@ public struct AcceptReservedInstancesExchangeQuoteInput: Swift.Sendable { dryRun: Swift.Bool? = nil, reservedInstanceIds: [Swift.String]? = nil, targetConfigurations: [EC2ClientTypes.TargetConfigurationRequest]? = nil - ) - { + ) { self.dryRun = dryRun self.reservedInstanceIds = reservedInstanceIds self.targetConfigurations = targetConfigurations @@ -1013,8 +1000,7 @@ public struct AcceptReservedInstancesExchangeQuoteOutput: Swift.Sendable { public init( exchangeId: Swift.String? = nil - ) - { + ) { self.exchangeId = exchangeId } } @@ -1034,8 +1020,7 @@ public struct AcceptTransitGatewayMulticastDomainAssociationsInput: Swift.Sendab subnetIds: [Swift.String]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetIds = subnetIds self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -1140,8 +1125,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.TransitGatewayMulitcastDomainAssociationState? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.state = state self.subnetId = subnetId } @@ -1172,8 +1156,7 @@ extension EC2ClientTypes { subnets: [EC2ClientTypes.SubnetAssociation]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceOwnerId = resourceOwnerId self.resourceType = resourceType @@ -1190,8 +1173,7 @@ public struct AcceptTransitGatewayMulticastDomainAssociationsOutput: Swift.Senda public init( associations: EC2ClientTypes.TransitGatewayMulticastDomainAssociations? = nil - ) - { + ) { self.associations = associations } } @@ -1206,8 +1188,7 @@ public struct AcceptTransitGatewayPeeringAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -1231,8 +1212,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, region: Swift.String? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.ownerId = ownerId self.region = region @@ -1279,8 +1259,7 @@ extension EC2ClientTypes { public init( dynamicRouting: EC2ClientTypes.DynamicRoutingValue? = nil - ) - { + ) { self.dynamicRouting = dynamicRouting } } @@ -1360,8 +1339,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1401,8 +1379,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.PeeringAttachmentStatus? = nil, tags: [EC2ClientTypes.Tag]? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.accepterTgwInfo = accepterTgwInfo self.accepterTransitGatewayAttachmentId = accepterTransitGatewayAttachmentId self.creationTime = creationTime @@ -1422,8 +1399,7 @@ public struct AcceptTransitGatewayPeeringAttachmentOutput: Swift.Sendable { public init( transitGatewayPeeringAttachment: EC2ClientTypes.TransitGatewayPeeringAttachment? = nil - ) - { + ) { self.transitGatewayPeeringAttachment = transitGatewayPeeringAttachment } } @@ -1438,8 +1414,7 @@ public struct AcceptTransitGatewayVpcAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -1579,8 +1554,7 @@ extension EC2ClientTypes { dnsSupport: EC2ClientTypes.DnsSupportValue? = nil, ipv6Support: EC2ClientTypes.Ipv6SupportValue? = nil, securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil - ) - { + ) { self.applianceModeSupport = applianceModeSupport self.dnsSupport = dnsSupport self.ipv6Support = ipv6Support @@ -1622,8 +1596,7 @@ extension EC2ClientTypes { transitGatewayId: Swift.String? = nil, vpcId: Swift.String? = nil, vpcOwnerId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.options = options self.state = state @@ -1643,8 +1616,7 @@ public struct AcceptTransitGatewayVpcAttachmentOutput: Swift.Sendable { public init( transitGatewayVpcAttachment: EC2ClientTypes.TransitGatewayVpcAttachment? = nil - ) - { + ) { self.transitGatewayVpcAttachment = transitGatewayVpcAttachment } } @@ -1663,8 +1635,7 @@ public struct AcceptVpcEndpointConnectionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, serviceId: Swift.String? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.serviceId = serviceId self.vpcEndpointIds = vpcEndpointIds @@ -1683,8 +1654,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1703,8 +1673,7 @@ extension EC2ClientTypes { public init( error: EC2ClientTypes.UnsuccessfulItemError? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.error = error self.resourceId = resourceId } @@ -1717,8 +1686,7 @@ public struct AcceptVpcEndpointConnectionsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -1733,8 +1701,7 @@ public struct AcceptVpcPeeringConnectionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcPeeringConnectionId = vpcPeeringConnectionId } @@ -1749,8 +1716,7 @@ extension EC2ClientTypes { public init( cidrBlock: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock } } @@ -1765,8 +1731,7 @@ extension EC2ClientTypes { public init( ipv6CidrBlock: Swift.String? = nil - ) - { + ) { self.ipv6CidrBlock = ipv6CidrBlock } } @@ -1787,8 +1752,7 @@ extension EC2ClientTypes { allowDnsResolutionFromRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalClassicLinkToRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalVpcToRemoteClassicLink: Swift.Bool? = nil - ) - { + ) { self.allowDnsResolutionFromRemoteVpc = allowDnsResolutionFromRemoteVpc self.allowEgressFromLocalClassicLinkToRemoteVpc = allowEgressFromLocalClassicLinkToRemoteVpc self.allowEgressFromLocalVpcToRemoteClassicLink = allowEgressFromLocalVpcToRemoteClassicLink @@ -1823,8 +1787,7 @@ extension EC2ClientTypes { peeringOptions: EC2ClientTypes.VpcPeeringConnectionOptionsDescription? = nil, region: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.cidrBlockSet = cidrBlockSet self.ipv6CidrBlockSet = ipv6CidrBlockSet @@ -1898,8 +1861,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.VpcPeeringConnectionStateReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1930,8 +1892,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.VpcPeeringConnectionStateReason? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.accepterVpcInfo = accepterVpcInfo self.expirationTime = expirationTime self.requesterVpcInfo = requesterVpcInfo @@ -1948,8 +1909,7 @@ public struct AcceptVpcPeeringConnectionOutput: Swift.Sendable { public init( vpcPeeringConnection: EC2ClientTypes.VpcPeeringConnection? = nil - ) - { + ) { self.vpcPeeringConnection = vpcPeeringConnection } } @@ -1966,8 +1926,7 @@ extension EC2ClientTypes { public init( from: Swift.Int? = nil, to: Swift.Int? = nil - ) - { + ) { self.from = from self.to = to } @@ -1998,8 +1957,7 @@ extension EC2ClientTypes { `protocol`: Swift.String? = nil, ruleAction: Swift.String? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidr = cidr self.egress = egress self.portRange = portRange @@ -2025,8 +1983,7 @@ extension EC2ClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -2046,8 +2003,7 @@ extension EC2ClientTypes { public init( keyword: Swift.String? = nil, settings: [Swift.String]? = nil - ) - { + ) { self.keyword = keyword self.settings = settings } @@ -2066,8 +2022,7 @@ extension EC2ClientTypes { public init( ruleGroupArn: Swift.String? = nil, ruleOptions: [EC2ClientTypes.RuleOption]? = nil - ) - { + ) { self.ruleGroupArn = ruleGroupArn self.ruleOptions = ruleOptions } @@ -2086,8 +2041,7 @@ extension EC2ClientTypes { public init( ruleGroupArn: Swift.String? = nil, ruleGroupType: Swift.String? = nil - ) - { + ) { self.ruleGroupArn = ruleGroupArn self.ruleGroupType = ruleGroupType } @@ -2124,8 +2078,7 @@ extension EC2ClientTypes { ruleOptions: [EC2ClientTypes.RuleOption]? = nil, serviceName: Swift.String? = nil, vpcEndpointService: EC2ClientTypes.AnalysisComponent? = nil - ) - { + ) { self.additionalDetailType = additionalDetailType self.component = component self.loadBalancers = loadBalancers @@ -2150,8 +2103,7 @@ extension EC2ClientTypes { public init( instancePort: Swift.Int? = nil, loadBalancerPort: Swift.Int? = nil - ) - { + ) { self.instancePort = instancePort self.loadBalancerPort = loadBalancerPort } @@ -2188,8 +2140,7 @@ extension EC2ClientTypes { ruleGroupArn: Swift.String? = nil, sourcePorts: [EC2ClientTypes.PortRange]? = nil, sources: [Swift.String]? = nil - ) - { + ) { self.destinationPorts = destinationPorts self.destinations = destinations self.direction = direction @@ -2232,8 +2183,7 @@ extension EC2ClientTypes { ruleGroupArn: Swift.String? = nil, sourcePorts: [EC2ClientTypes.PortRange]? = nil, sources: [Swift.String]? = nil - ) - { + ) { self.destinationPorts = destinationPorts self.destinations = destinations self.priority = priority @@ -2264,8 +2214,7 @@ extension EC2ClientTypes { availabilityZone: Swift.String? = nil, instance: EC2ClientTypes.AnalysisComponent? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.availabilityZone = availabilityZone self.instance = instance @@ -2332,8 +2281,7 @@ extension EC2ClientTypes { state: Swift.String? = nil, transitGatewayId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.coreNetworkArn = coreNetworkArn self.destinationCidr = destinationCidr @@ -2380,8 +2328,7 @@ extension EC2ClientTypes { prefixListId: Swift.String? = nil, `protocol`: Swift.String? = nil, securityGroupId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.direction = direction self.portRange = portRange @@ -2423,8 +2370,7 @@ extension EC2ClientTypes { resourceType: Swift.String? = nil, routeOrigin: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.destinationCidr = destinationCidr self.prefixListId = prefixListId @@ -2605,8 +2551,7 @@ extension EC2ClientTypes { vpcPeeringConnection: EC2ClientTypes.AnalysisComponent? = nil, vpnConnection: EC2ClientTypes.AnalysisComponent? = nil, vpnGateway: EC2ClientTypes.AnalysisComponent? = nil - ) - { + ) { self.acl = acl self.aclRule = aclRule self.address = address @@ -2685,8 +2630,7 @@ extension EC2ClientTypes { `protocol`: Swift.String? = nil, sourceAddresses: [Swift.String]? = nil, sourcePortRanges: [EC2ClientTypes.PortRange]? = nil - ) - { + ) { self.destinationAddresses = destinationAddresses self.destinationPortRanges = destinationPortRanges self.`protocol` = `protocol` @@ -2762,8 +2706,7 @@ extension EC2ClientTypes { transitGateway: EC2ClientTypes.AnalysisComponent? = nil, transitGatewayRouteTableRoute: EC2ClientTypes.TransitGatewayRouteTableRoute? = nil, vpc: EC2ClientTypes.AnalysisComponent? = nil - ) - { + ) { self.aclRule = aclRule self.additionalDetails = additionalDetails self.attachedTo = attachedTo @@ -2806,8 +2749,7 @@ extension EC2ClientTypes { findingId: Swift.String? = nil, networkInsightsAccessScopeAnalysisId: Swift.String? = nil, networkInsightsAccessScopeId: Swift.String? = nil - ) - { + ) { self.findingComponents = findingComponents self.findingId = findingId self.networkInsightsAccessScopeAnalysisId = networkInsightsAccessScopeAnalysisId @@ -2872,8 +2814,7 @@ extension EC2ClientTypes { sourceAddresses: [Swift.String]? = nil, sourcePorts: [Swift.String]? = nil, sourcePrefixLists: [Swift.String]? = nil - ) - { + ) { self.destinationAddresses = destinationAddresses self.destinationPorts = destinationPorts self.destinationPrefixLists = destinationPrefixLists @@ -2897,8 +2838,7 @@ extension EC2ClientTypes { public init( resourceTypes: [Swift.String]? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.resourceTypes = resourceTypes self.resources = resources } @@ -2917,8 +2857,7 @@ extension EC2ClientTypes { public init( packetHeaderStatement: EC2ClientTypes.PacketHeaderStatement? = nil, resourceStatement: EC2ClientTypes.ResourceStatement? = nil - ) - { + ) { self.packetHeaderStatement = packetHeaderStatement self.resourceStatement = resourceStatement } @@ -2934,8 +2873,7 @@ extension EC2ClientTypes { public init( resourceStatement: EC2ClientTypes.ResourceStatement? = nil - ) - { + ) { self.resourceStatement = resourceStatement } } @@ -2956,8 +2894,7 @@ extension EC2ClientTypes { destination: EC2ClientTypes.PathStatement? = nil, source: EC2ClientTypes.PathStatement? = nil, throughResources: [EC2ClientTypes.ThroughResourcesStatement]? = nil - ) - { + ) { self.destination = destination self.source = source self.throughResources = throughResources @@ -2992,8 +2929,7 @@ extension EC2ClientTypes { sourceAddresses: [Swift.String]? = nil, sourcePorts: [Swift.String]? = nil, sourcePrefixLists: [Swift.String]? = nil - ) - { + ) { self.destinationAddresses = destinationAddresses self.destinationPorts = destinationPorts self.destinationPrefixLists = destinationPrefixLists @@ -3017,8 +2953,7 @@ extension EC2ClientTypes { public init( resourceTypes: [Swift.String]? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.resourceTypes = resourceTypes self.resources = resources } @@ -3037,8 +2972,7 @@ extension EC2ClientTypes { public init( packetHeaderStatement: EC2ClientTypes.PacketHeaderStatementRequest? = nil, resourceStatement: EC2ClientTypes.ResourceStatementRequest? = nil - ) - { + ) { self.packetHeaderStatement = packetHeaderStatement self.resourceStatement = resourceStatement } @@ -3054,8 +2988,7 @@ extension EC2ClientTypes { public init( resourceStatement: EC2ClientTypes.ResourceStatementRequest? = nil - ) - { + ) { self.resourceStatement = resourceStatement } } @@ -3076,8 +3009,7 @@ extension EC2ClientTypes { destination: EC2ClientTypes.PathStatementRequest? = nil, source: EC2ClientTypes.PathStatementRequest? = nil, throughResources: [EC2ClientTypes.ThroughResourcesStatementRequest]? = nil - ) - { + ) { self.destination = destination self.source = source self.throughResources = throughResources @@ -3094,8 +3026,7 @@ extension EC2ClientTypes { public init( attributeValue: Swift.String? = nil - ) - { + ) { self.attributeValue = attributeValue } } @@ -3113,8 +3044,7 @@ extension EC2ClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [EC2ClientTypes.AccountAttributeValue]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -3197,8 +3127,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, instanceType: Swift.String? = nil, spotInstanceRequestId: Swift.String? = nil - ) - { + ) { self.instanceHealth = instanceHealth self.instanceId = instanceId self.instanceType = instanceType @@ -3301,8 +3230,7 @@ extension EC2ClientTypes { principalType: EC2ClientTypes.PrincipalType? = nil, serviceId: Swift.String? = nil, servicePermissionId: Swift.String? = nil - ) - { + ) { self.principal = principal self.principalType = principalType self.serviceId = serviceId @@ -3320,8 +3248,7 @@ extension EC2ClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -3359,8 +3286,7 @@ extension EC2ClientTypes { public init( organizationsEntityPath: Swift.String? = nil - ) - { + ) { self.organizationsEntityPath = organizationsEntityPath } } @@ -3379,8 +3305,7 @@ extension EC2ClientTypes { public init( cidr: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.description = description } @@ -3464,8 +3389,7 @@ extension EC2ClientTypes { publicIp: Swift.String? = nil, publicIpv4Pool: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.allocationId = allocationId self.associationId = associationId self.carrierIp = carrierIp @@ -3499,8 +3423,7 @@ extension EC2ClientTypes { reason: Swift.String? = nil, status: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.reason = reason self.status = status self.value = value @@ -3526,8 +3449,7 @@ extension EC2ClientTypes { ptrRecord: Swift.String? = nil, ptrRecordUpdate: EC2ClientTypes.PtrUpdateStatus? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.ptrRecord = ptrRecord self.ptrRecordUpdate = ptrRecordUpdate @@ -3616,8 +3538,7 @@ public struct AdvertiseByoipCidrInput: Swift.Sendable { cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil, networkBorderGroup: Swift.String? = nil - ) - { + ) { self.asn = asn self.cidr = cidr self.dryRun = dryRun @@ -3684,8 +3605,7 @@ extension EC2ClientTypes { cidr: Swift.String? = nil, state: EC2ClientTypes.AsnAssociationState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.asn = asn self.cidr = cidr self.state = state @@ -3790,8 +3710,7 @@ extension EC2ClientTypes { networkBorderGroup: Swift.String? = nil, state: EC2ClientTypes.ByoipCidrState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.asnAssociations = asnAssociations self.cidr = cidr self.description = description @@ -3808,8 +3727,7 @@ public struct AdvertiseByoipCidrOutput: Swift.Sendable { public init( byoipCidr: EC2ClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -3870,8 +3788,7 @@ public struct AllocateAddressInput: Swift.Sendable { networkBorderGroup: Swift.String? = nil, publicIpv4Pool: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.address = address self.customerOwnedIpv4Pool = customerOwnedIpv4Pool self.domain = domain @@ -3910,8 +3827,7 @@ public struct AllocateAddressOutput: Swift.Sendable { networkBorderGroup: Swift.String? = nil, publicIp: Swift.String? = nil, publicIpv4Pool: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.carrierIp = carrierIp self.customerOwnedIp = customerOwnedIp @@ -4051,8 +3967,7 @@ public struct AllocateHostsInput: Swift.Sendable { outpostArn: Swift.String? = nil, quantity: Swift.Int? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.assetIds = assetIds self.autoPlacement = autoPlacement self.availabilityZone = availabilityZone @@ -4074,8 +3989,7 @@ public struct AllocateHostsOutput: Swift.Sendable { public init( hostIds: [Swift.String]? = nil - ) - { + ) { self.hostIds = hostIds } } @@ -4125,8 +4039,7 @@ public struct AllocateIpamPoolCidrInput: Swift.Sendable { ipamPoolId: Swift.String? = nil, netmaskLength: Swift.Int? = nil, previewNextCidr: Swift.Bool? = nil - ) - { + ) { self.allowedCidrs = allowedCidrs self.cidr = cidr self.clientToken = clientToken @@ -4207,8 +4120,7 @@ extension EC2ClientTypes { resourceOwner: Swift.String? = nil, resourceRegion: Swift.String? = nil, resourceType: EC2ClientTypes.IpamPoolAllocationResourceType? = nil - ) - { + ) { self.cidr = cidr self.description = description self.ipamPoolAllocationId = ipamPoolAllocationId @@ -4226,8 +4138,7 @@ public struct AllocateIpamPoolCidrOutput: Swift.Sendable { public init( ipamPoolAllocation: EC2ClientTypes.IpamPoolAllocation? = nil - ) - { + ) { self.ipamPoolAllocation = ipamPoolAllocation } } @@ -4413,8 +4324,7 @@ extension EC2ClientTypes { serviceId: Swift.String? = nil, servicePermissionId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.principal = principal self.principalType = principalType self.serviceId = serviceId @@ -4465,8 +4375,7 @@ extension EC2ClientTypes { public init( componentArn: Swift.String? = nil, componentId: Swift.String? = nil - ) - { + ) { self.componentArn = componentArn self.componentId = componentId } @@ -4491,8 +4400,7 @@ public struct ApplySecurityGroupsToClientVpnTargetNetworkInput: Swift.Sendable { dryRun: Swift.Bool? = nil, securityGroupIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun self.securityGroupIds = securityGroupIds @@ -4506,8 +4414,7 @@ public struct ApplySecurityGroupsToClientVpnTargetNetworkOutput: Swift.Sendable public init( securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds } } @@ -4531,8 +4438,7 @@ public struct AssignIpv6AddressesInput: Swift.Sendable { ipv6PrefixCount: Swift.Int? = nil, ipv6Prefixes: [Swift.String]? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.ipv6AddressCount = ipv6AddressCount self.ipv6Addresses = ipv6Addresses self.ipv6PrefixCount = ipv6PrefixCount @@ -4553,8 +4459,7 @@ public struct AssignIpv6AddressesOutput: Swift.Sendable { assignedIpv6Addresses: [Swift.String]? = nil, assignedIpv6Prefixes: [Swift.String]? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.assignedIpv6Addresses = assignedIpv6Addresses self.assignedIpv6Prefixes = assignedIpv6Prefixes self.networkInterfaceId = networkInterfaceId @@ -4584,8 +4489,7 @@ public struct AssignPrivateIpAddressesInput: Swift.Sendable { networkInterfaceId: Swift.String? = nil, privateIpAddresses: [Swift.String]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil - ) - { + ) { self.allowReassignment = allowReassignment self.ipv4PrefixCount = ipv4PrefixCount self.ipv4Prefixes = ipv4Prefixes @@ -4604,8 +4508,7 @@ extension EC2ClientTypes { public init( ipv4Prefix: Swift.String? = nil - ) - { + ) { self.ipv4Prefix = ipv4Prefix } } @@ -4620,8 +4523,7 @@ extension EC2ClientTypes { public init( privateIpAddress: Swift.String? = nil - ) - { + ) { self.privateIpAddress = privateIpAddress } } @@ -4639,8 +4541,7 @@ public struct AssignPrivateIpAddressesOutput: Swift.Sendable { assignedIpv4Prefixes: [EC2ClientTypes.Ipv4PrefixSpecification]? = nil, assignedPrivateIpAddresses: [EC2ClientTypes.AssignedPrivateIpAddress]? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.assignedIpv4Prefixes = assignedIpv4Prefixes self.assignedPrivateIpAddresses = assignedPrivateIpAddresses self.networkInterfaceId = networkInterfaceId @@ -4663,8 +4564,7 @@ public struct AssignPrivateNatGatewayAddressInput: Swift.Sendable { natGatewayId: Swift.String? = nil, privateIpAddressCount: Swift.Int? = nil, privateIpAddresses: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.natGatewayId = natGatewayId self.privateIpAddressCount = privateIpAddressCount @@ -4743,8 +4643,7 @@ extension EC2ClientTypes { privateIp: Swift.String? = nil, publicIp: Swift.String? = nil, status: EC2ClientTypes.NatGatewayAddressStatus? = nil - ) - { + ) { self.allocationId = allocationId self.associationId = associationId self.failureMessage = failureMessage @@ -4766,8 +4665,7 @@ public struct AssignPrivateNatGatewayAddressOutput: Swift.Sendable { public init( natGatewayAddresses: [EC2ClientTypes.NatGatewayAddress]? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.natGatewayAddresses = natGatewayAddresses self.natGatewayId = natGatewayId } @@ -4797,8 +4695,7 @@ public struct AssociateAddressInput: Swift.Sendable { networkInterfaceId: Swift.String? = nil, privateIpAddress: Swift.String? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.allowReassociation = allowReassociation self.dryRun = dryRun @@ -4815,8 +4712,7 @@ public struct AssociateAddressOutput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -4835,8 +4731,7 @@ public struct AssociateCapacityReservationBillingOwnerInput: Swift.Sendable { capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, unusedReservationBillingOwnerId: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun self.unusedReservationBillingOwnerId = unusedReservationBillingOwnerId @@ -4849,8 +4744,7 @@ public struct AssociateCapacityReservationBillingOwnerOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -4872,8 +4766,7 @@ public struct AssociateClientVpnTargetNetworkInput: Swift.Sendable { clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun @@ -4931,8 +4824,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.AssociationStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4948,8 +4840,7 @@ public struct AssociateClientVpnTargetNetworkOutput: Swift.Sendable { public init( associationId: Swift.String? = nil, status: EC2ClientTypes.AssociationStatus? = nil - ) - { + ) { self.associationId = associationId self.status = status } @@ -4969,8 +4860,7 @@ public struct AssociateDhcpOptionsInput: Swift.Sendable { dhcpOptionsId: Swift.String? = nil, dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dhcpOptionsId = dhcpOptionsId self.dryRun = dryRun self.vpcId = vpcId @@ -4991,8 +4881,7 @@ public struct AssociateEnclaveCertificateIamRoleInput: Swift.Sendable { certificateArn: Swift.String? = nil, dryRun: Swift.Bool? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.dryRun = dryRun self.roleArn = roleArn @@ -5011,8 +4900,7 @@ public struct AssociateEnclaveCertificateIamRoleOutput: Swift.Sendable { certificateS3BucketName: Swift.String? = nil, certificateS3ObjectKey: Swift.String? = nil, encryptionKmsKeyId: Swift.String? = nil - ) - { + ) { self.certificateS3BucketName = certificateS3BucketName self.certificateS3ObjectKey = certificateS3ObjectKey self.encryptionKmsKeyId = encryptionKmsKeyId @@ -5031,8 +4919,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -5050,8 +4937,7 @@ public struct AssociateIamInstanceProfileInput: Swift.Sendable { public init( iamInstanceProfile: EC2ClientTypes.IamInstanceProfileSpecification? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.iamInstanceProfile = iamInstanceProfile self.instanceId = instanceId } @@ -5069,8 +4955,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -5133,8 +5018,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, state: EC2ClientTypes.IamInstanceProfileAssociationState? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.associationId = associationId self.iamInstanceProfile = iamInstanceProfile self.instanceId = instanceId @@ -5150,8 +5034,7 @@ public struct AssociateIamInstanceProfileOutput: Swift.Sendable { public init( iamInstanceProfileAssociation: EC2ClientTypes.IamInstanceProfileAssociation? = nil - ) - { + ) { self.iamInstanceProfileAssociation = iamInstanceProfileAssociation } } @@ -5171,8 +5054,7 @@ extension EC2ClientTypes { dedicatedHostIds: [Swift.String]? = nil, instanceIds: [Swift.String]? = nil, instanceTags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dedicatedHostIds = dedicatedHostIds self.instanceIds = instanceIds self.instanceTags = instanceTags @@ -5194,8 +5076,7 @@ public struct AssociateInstanceEventWindowInput: Swift.Sendable { associationTarget: EC2ClientTypes.InstanceEventWindowAssociationRequest? = nil, dryRun: Swift.Bool? = nil, instanceEventWindowId: Swift.String? = nil - ) - { + ) { self.associationTarget = associationTarget self.dryRun = dryRun self.instanceEventWindowId = instanceEventWindowId @@ -5217,8 +5098,7 @@ extension EC2ClientTypes { dedicatedHostIds: [Swift.String]? = nil, instanceIds: [Swift.String]? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dedicatedHostIds = dedicatedHostIds self.instanceIds = instanceIds self.tags = tags @@ -5323,8 +5203,7 @@ extension EC2ClientTypes { endWeekDay: EC2ClientTypes.WeekDay? = nil, startHour: Swift.Int? = nil, startWeekDay: EC2ClientTypes.WeekDay? = nil - ) - { + ) { self.endHour = endHour self.endWeekDay = endWeekDay self.startHour = startHour @@ -5360,8 +5239,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.InstanceEventWindowState? = nil, tags: [EC2ClientTypes.Tag]? = nil, timeRanges: [EC2ClientTypes.InstanceEventWindowTimeRange]? = nil - ) - { + ) { self.associationTarget = associationTarget self.cronExpression = cronExpression self.instanceEventWindowId = instanceEventWindowId @@ -5379,8 +5257,7 @@ public struct AssociateInstanceEventWindowOutput: Swift.Sendable { public init( instanceEventWindow: EC2ClientTypes.InstanceEventWindow? = nil - ) - { + ) { self.instanceEventWindow = instanceEventWindow } } @@ -5399,8 +5276,7 @@ public struct AssociateIpamByoasnInput: Swift.Sendable { asn: Swift.String? = nil, cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.asn = asn self.cidr = cidr self.dryRun = dryRun @@ -5413,8 +5289,7 @@ public struct AssociateIpamByoasnOutput: Swift.Sendable { public init( asnAssociation: EC2ClientTypes.AsnAssociation? = nil - ) - { + ) { self.asnAssociation = asnAssociation } } @@ -5439,8 +5314,7 @@ public struct AssociateIpamResourceDiscoveryInput: Swift.Sendable { ipamId: Swift.String? = nil, ipamResourceDiscoveryId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.ipamId = ipamId @@ -5589,8 +5463,7 @@ extension EC2ClientTypes { resourceDiscoveryStatus: EC2ClientTypes.IpamAssociatedResourceDiscoveryStatus? = nil, state: EC2ClientTypes.IpamResourceDiscoveryAssociationState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.ipamArn = ipamArn self.ipamId = ipamId self.ipamRegion = ipamRegion @@ -5612,8 +5485,7 @@ public struct AssociateIpamResourceDiscoveryOutput: Swift.Sendable { public init( ipamResourceDiscoveryAssociation: EC2ClientTypes.IpamResourceDiscoveryAssociation? = nil - ) - { + ) { self.ipamResourceDiscoveryAssociation = ipamResourceDiscoveryAssociation } } @@ -5635,8 +5507,7 @@ public struct AssociateNatGatewayAddressInput: Swift.Sendable { dryRun: Swift.Bool? = nil, natGatewayId: Swift.String? = nil, privateIpAddresses: [Swift.String]? = nil - ) - { + ) { self.allocationIds = allocationIds self.dryRun = dryRun self.natGatewayId = natGatewayId @@ -5653,8 +5524,7 @@ public struct AssociateNatGatewayAddressOutput: Swift.Sendable { public init( natGatewayAddresses: [EC2ClientTypes.NatGatewayAddress]? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.natGatewayAddresses = natGatewayAddresses self.natGatewayId = natGatewayId } @@ -5676,8 +5546,7 @@ public struct AssociateRouteTableInput: Swift.Sendable { gatewayId: Swift.String? = nil, routeTableId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.gatewayId = gatewayId self.routeTableId = routeTableId @@ -5735,8 +5604,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.RouteTableAssociationStateCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.state = state self.statusMessage = statusMessage } @@ -5752,8 +5620,7 @@ public struct AssociateRouteTableOutput: Swift.Sendable { public init( associationId: Swift.String? = nil, associationState: EC2ClientTypes.RouteTableAssociationState? = nil - ) - { + ) { self.associationId = associationId self.associationState = associationState } @@ -5773,8 +5640,7 @@ public struct AssociateSecurityGroupVpcInput: Swift.Sendable { dryRun: Swift.Bool? = nil, groupId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.vpcId = vpcId @@ -5828,8 +5694,7 @@ public struct AssociateSecurityGroupVpcOutput: Swift.Sendable { public init( state: EC2ClientTypes.SecurityGroupVpcAssociationState? = nil - ) - { + ) { self.state = state } } @@ -5850,8 +5715,7 @@ public struct AssociateSubnetCidrBlockInput: Swift.Sendable { ipv6IpamPoolId: Swift.String? = nil, ipv6NetmaskLength: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipv6CidrBlock = ipv6CidrBlock self.ipv6IpamPoolId = ipv6IpamPoolId self.ipv6NetmaskLength = ipv6NetmaskLength @@ -5973,8 +5837,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.SubnetCidrBlockStateCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.state = state self.statusMessage = statusMessage } @@ -6002,8 +5865,7 @@ extension EC2ClientTypes { ipv6AddressAttribute: EC2ClientTypes.Ipv6AddressAttribute? = nil, ipv6CidrBlock: Swift.String? = nil, ipv6CidrBlockState: EC2ClientTypes.SubnetCidrBlockState? = nil - ) - { + ) { self.associationId = associationId self.ipSource = ipSource self.ipv6AddressAttribute = ipv6AddressAttribute @@ -6022,8 +5884,7 @@ public struct AssociateSubnetCidrBlockOutput: Swift.Sendable { public init( ipv6CidrBlockAssociation: EC2ClientTypes.SubnetIpv6CidrBlockAssociation? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipv6CidrBlockAssociation = ipv6CidrBlockAssociation self.subnetId = subnetId } @@ -6047,8 +5908,7 @@ public struct AssociateTransitGatewayMulticastDomainInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetIds = subnetIds self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -6062,8 +5922,7 @@ public struct AssociateTransitGatewayMulticastDomainOutput: Swift.Sendable { public init( associations: EC2ClientTypes.TransitGatewayMulticastDomainAssociations? = nil - ) - { + ) { self.associations = associations } } @@ -6082,8 +5941,7 @@ public struct AssociateTransitGatewayPolicyTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayPolicyTableId = transitGatewayPolicyTableId @@ -6146,8 +6004,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.TransitGatewayAssociationState? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.state = state @@ -6163,8 +6020,7 @@ public struct AssociateTransitGatewayPolicyTableOutput: Swift.Sendable { public init( association: EC2ClientTypes.TransitGatewayPolicyTableAssociation? = nil - ) - { + ) { self.association = association } } @@ -6183,8 +6039,7 @@ public struct AssociateTransitGatewayRouteTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayRouteTableId = transitGatewayRouteTableId @@ -6212,8 +6067,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.TransitGatewayAssociationState? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.state = state @@ -6229,8 +6083,7 @@ public struct AssociateTransitGatewayRouteTableOutput: Swift.Sendable { public init( association: EC2ClientTypes.TransitGatewayAssociation? = nil - ) - { + ) { self.association = association } } @@ -6258,8 +6111,7 @@ public struct AssociateTrunkInterfaceInput: Swift.Sendable { greKey: Swift.Int? = nil, trunkInterfaceId: Swift.String? = nil, vlanId: Swift.Int? = nil - ) - { + ) { self.branchInterfaceId = branchInterfaceId self.clientToken = clientToken self.dryRun = dryRun @@ -6325,8 +6177,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, trunkInterfaceId: Swift.String? = nil, vlanId: Swift.Int? = nil - ) - { + ) { self.associationId = associationId self.branchInterfaceId = branchInterfaceId self.greKey = greKey @@ -6347,8 +6198,7 @@ public struct AssociateTrunkInterfaceOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, interfaceAssociation: EC2ClientTypes.TrunkInterfaceAssociation? = nil - ) - { + ) { self.clientToken = clientToken self.interfaceAssociation = interfaceAssociation } @@ -6388,8 +6238,7 @@ public struct AssociateVpcCidrBlockInput: Swift.Sendable { ipv6NetmaskLength: Swift.Int? = nil, ipv6Pool: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.amazonProvidedIpv6CidrBlock = amazonProvidedIpv6CidrBlock self.cidrBlock = cidrBlock self.ipv4IpamPoolId = ipv4IpamPoolId @@ -6456,8 +6305,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.VpcCidrBlockStateCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.state = state self.statusMessage = statusMessage } @@ -6479,8 +6327,7 @@ extension EC2ClientTypes { associationId: Swift.String? = nil, cidrBlock: Swift.String? = nil, cidrBlockState: EC2ClientTypes.VpcCidrBlockState? = nil - ) - { + ) { self.associationId = associationId self.cidrBlock = cidrBlock self.cidrBlockState = cidrBlockState @@ -6515,8 +6362,7 @@ extension EC2ClientTypes { ipv6CidrBlockState: EC2ClientTypes.VpcCidrBlockState? = nil, ipv6Pool: Swift.String? = nil, networkBorderGroup: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.ipSource = ipSource self.ipv6AddressAttribute = ipv6AddressAttribute @@ -6540,8 +6386,7 @@ public struct AssociateVpcCidrBlockOutput: Swift.Sendable { cidrBlockAssociation: EC2ClientTypes.VpcCidrBlockAssociation? = nil, ipv6CidrBlockAssociation: EC2ClientTypes.VpcIpv6CidrBlockAssociation? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.cidrBlockAssociation = cidrBlockAssociation self.ipv6CidrBlockAssociation = ipv6CidrBlockAssociation self.vpcId = vpcId @@ -6566,8 +6411,7 @@ public struct AttachClassicLinkVpcInput: Swift.Sendable { groups: [Swift.String]? = nil, instanceId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groups = groups self.instanceId = instanceId @@ -6581,8 +6425,7 @@ public struct AttachClassicLinkVpcOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -6601,8 +6444,7 @@ public struct AttachInternetGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, internetGatewayId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.internetGatewayId = internetGatewayId self.vpcId = vpcId @@ -6618,8 +6460,7 @@ extension EC2ClientTypes { public init( enaSrdUdpEnabled: Swift.Bool? = nil - ) - { + ) { self.enaSrdUdpEnabled = enaSrdUdpEnabled } } @@ -6637,8 +6478,7 @@ extension EC2ClientTypes { public init( enaSrdEnabled: Swift.Bool? = nil, enaSrdUdpSpecification: EC2ClientTypes.EnaSrdUdpSpecification? = nil - ) - { + ) { self.enaSrdEnabled = enaSrdEnabled self.enaSrdUdpSpecification = enaSrdUdpSpecification } @@ -6670,8 +6510,7 @@ public struct AttachNetworkInterfaceInput: Swift.Sendable { instanceId: Swift.String? = nil, networkCardIndex: Swift.Int? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.deviceIndex = deviceIndex self.dryRun = dryRun self.enaSrdSpecification = enaSrdSpecification @@ -6691,8 +6530,7 @@ public struct AttachNetworkInterfaceOutput: Swift.Sendable { public init( attachmentId: Swift.String? = nil, networkCardIndex: Swift.Int? = nil - ) - { + ) { self.attachmentId = attachmentId self.networkCardIndex = networkCardIndex } @@ -6715,8 +6553,7 @@ public struct AttachVerifiedAccessTrustProviderInput: Swift.Sendable { dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessInstanceId = verifiedAccessInstanceId @@ -6736,8 +6573,7 @@ extension EC2ClientTypes { public init( nameservers: [Swift.String]? = nil, subDomain: Swift.String? = nil - ) - { + ) { self.nameservers = nameservers self.subDomain = subDomain } @@ -6855,8 +6691,7 @@ extension EC2ClientTypes { trustProviderType: EC2ClientTypes.TrustProviderType? = nil, userTrustProviderType: EC2ClientTypes.UserTrustProviderType? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.description = description self.deviceTrustProviderType = deviceTrustProviderType self.trustProviderType = trustProviderType @@ -6896,8 +6731,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, verifiedAccessInstanceId: Swift.String? = nil, verifiedAccessTrustProviders: [EC2ClientTypes.VerifiedAccessTrustProviderCondensed]? = nil - ) - { + ) { self.cidrEndpointsCustomSubDomain = cidrEndpointsCustomSubDomain self.creationTime = creationTime self.description = description @@ -6922,8 +6756,7 @@ extension EC2ClientTypes { public init( publicSigningKeyUrl: Swift.String? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.publicSigningKeyUrl = publicSigningKeyUrl self.tenantId = tenantId } @@ -6957,8 +6790,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.issuer = issuer @@ -6997,8 +6829,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -7027,8 +6858,7 @@ extension EC2ClientTypes { public init( customerManagedKeyEnabled: Swift.Bool? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.customerManagedKeyEnabled = customerManagedKeyEnabled self.kmsKeyArn = kmsKeyArn } @@ -7080,8 +6910,7 @@ extension EC2ClientTypes { trustProviderType: EC2ClientTypes.TrustProviderType? = nil, userTrustProviderType: EC2ClientTypes.UserTrustProviderType? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.deviceOptions = deviceOptions @@ -7108,8 +6937,7 @@ public struct AttachVerifiedAccessTrustProviderOutput: Swift.Sendable { public init( verifiedAccessInstance: EC2ClientTypes.VerifiedAccessInstance? = nil, verifiedAccessTrustProvider: EC2ClientTypes.VerifiedAccessTrustProvider? = nil - ) - { + ) { self.verifiedAccessInstance = verifiedAccessInstance self.verifiedAccessTrustProvider = verifiedAccessTrustProvider } @@ -7133,8 +6961,7 @@ public struct AttachVolumeInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.device = device self.dryRun = dryRun self.instanceId = instanceId @@ -7208,8 +7035,7 @@ public struct AttachVolumeOutput: Swift.Sendable { instanceOwningService: Swift.String? = nil, state: EC2ClientTypes.VolumeAttachmentState? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.associatedResource = associatedResource self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination @@ -7236,8 +7062,7 @@ public struct AttachVpnGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcId = vpcId self.vpnGatewayId = vpnGatewayId @@ -7291,8 +7116,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.AttachmentStatus? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.state = state self.vpcId = vpcId } @@ -7306,8 +7130,7 @@ public struct AttachVpnGatewayOutput: Swift.Sendable { public init( vpcAttachment: EC2ClientTypes.VpcAttachment? = nil - ) - { + ) { self.vpcAttachment = vpcAttachment } } @@ -7338,8 +7161,7 @@ public struct AuthorizeClientVpnIngressInput: Swift.Sendable { description: Swift.String? = nil, dryRun: Swift.Bool? = nil, targetNetworkCidr: Swift.String? = nil - ) - { + ) { self.accessGroupId = accessGroupId self.authorizeAllGroups = authorizeAllGroups self.clientToken = clientToken @@ -7397,8 +7219,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientVpnAuthorizationRuleStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7411,8 +7232,7 @@ public struct AuthorizeClientVpnIngressOutput: Swift.Sendable { public init( status: EC2ClientTypes.ClientVpnAuthorizationRuleStatus? = nil - ) - { + ) { self.status = status } } @@ -7429,8 +7249,7 @@ extension EC2ClientTypes { public init( cidrIp: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.cidrIp = cidrIp self.description = description } @@ -7449,8 +7268,7 @@ extension EC2ClientTypes { public init( cidrIpv6: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.cidrIpv6 = cidrIpv6 self.description = description } @@ -7469,8 +7287,7 @@ extension EC2ClientTypes { public init( description: Swift.String? = nil, prefixListId: Swift.String? = nil - ) - { + ) { self.description = description self.prefixListId = prefixListId } @@ -7504,8 +7321,7 @@ extension EC2ClientTypes { userId: Swift.String? = nil, vpcId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.description = description self.groupId = groupId self.groupName = groupName @@ -7544,8 +7360,7 @@ extension EC2ClientTypes { prefixListIds: [EC2ClientTypes.PrefixListId]? = nil, toPort: Swift.Int? = nil, userIdGroupPairs: [EC2ClientTypes.UserIdGroupPair]? = nil - ) - { + ) { self.fromPort = fromPort self.ipProtocol = ipProtocol self.ipRanges = ipRanges @@ -7591,8 +7406,7 @@ public struct AuthorizeSecurityGroupEgressInput: Swift.Sendable { sourceSecurityGroupOwnerId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIp = cidrIp self.dryRun = dryRun self.fromPort = fromPort @@ -7627,8 +7441,7 @@ extension EC2ClientTypes { userId: Swift.String? = nil, vpcId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.peeringStatus = peeringStatus self.userId = userId @@ -7686,8 +7499,7 @@ extension EC2ClientTypes { securityGroupRuleId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIpv4 = cidrIpv4 self.cidrIpv6 = cidrIpv6 self.description = description @@ -7715,8 +7527,7 @@ public struct AuthorizeSecurityGroupEgressOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil, securityGroupRules: [EC2ClientTypes.SecurityGroupRule]? = nil - ) - { + ) { self.`return` = `return` self.securityGroupRules = securityGroupRules } @@ -7758,8 +7569,7 @@ public struct AuthorizeSecurityGroupIngressInput: Swift.Sendable { sourceSecurityGroupOwnerId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIp = cidrIp self.dryRun = dryRun self.fromPort = fromPort @@ -7783,8 +7593,7 @@ public struct AuthorizeSecurityGroupIngressOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil, securityGroupRules: [EC2ClientTypes.SecurityGroupRule]? = nil - ) - { + ) { self.`return` = `return` self.securityGroupRules = securityGroupRules } @@ -7811,8 +7620,7 @@ extension EC2ClientTypes { `prefix`: Swift.String? = nil, uploadPolicy: Foundation.Data? = nil, uploadPolicySignature: Swift.String? = nil - ) - { + ) { self.awsAccessKeyId = awsAccessKeyId self.bucket = bucket self.`prefix` = `prefix` @@ -7836,8 +7644,7 @@ extension EC2ClientTypes { public init( s3: EC2ClientTypes.S3Storage? = nil - ) - { + ) { self.s3 = s3 } } @@ -7858,8 +7665,7 @@ public struct BundleInstanceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, storage: EC2ClientTypes.Storage? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.storage = storage @@ -7878,8 +7684,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7960,8 +7765,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.BundleTaskState? = nil, storage: EC2ClientTypes.Storage? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.bundleId = bundleId self.bundleTaskError = bundleTaskError self.instanceId = instanceId @@ -7981,8 +7785,7 @@ public struct BundleInstanceOutput: Swift.Sendable { public init( bundleTask: EC2ClientTypes.BundleTask? = nil - ) - { + ) { self.bundleTask = bundleTask } } @@ -7998,8 +7801,7 @@ public struct CancelBundleTaskInput: Swift.Sendable { public init( bundleId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.bundleId = bundleId self.dryRun = dryRun } @@ -8012,8 +7814,7 @@ public struct CancelBundleTaskOutput: Swift.Sendable { public init( bundleTask: EC2ClientTypes.BundleTask? = nil - ) - { + ) { self.bundleTask = bundleTask } } @@ -8028,8 +7829,7 @@ public struct CancelCapacityReservationInput: Swift.Sendable { public init( capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun } @@ -8041,8 +7841,7 @@ public struct CancelCapacityReservationOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -8057,8 +7856,7 @@ public struct CancelCapacityReservationFleetsInput: Swift.Sendable { public init( capacityReservationFleetIds: [Swift.String]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.capacityReservationFleetIds = capacityReservationFleetIds self.dryRun = dryRun } @@ -8076,8 +7874,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8096,8 +7893,7 @@ extension EC2ClientTypes { public init( cancelCapacityReservationFleetError: EC2ClientTypes.CancelCapacityReservationFleetError? = nil, capacityReservationFleetId: Swift.String? = nil - ) - { + ) { self.cancelCapacityReservationFleetError = cancelCapacityReservationFleetError self.capacityReservationFleetId = capacityReservationFleetId } @@ -8169,8 +7965,7 @@ extension EC2ClientTypes { capacityReservationFleetId: Swift.String? = nil, currentFleetState: EC2ClientTypes.CapacityReservationFleetState? = nil, previousFleetState: EC2ClientTypes.CapacityReservationFleetState? = nil - ) - { + ) { self.capacityReservationFleetId = capacityReservationFleetId self.currentFleetState = currentFleetState self.previousFleetState = previousFleetState @@ -8187,8 +7982,7 @@ public struct CancelCapacityReservationFleetsOutput: Swift.Sendable { public init( failedFleetCancellations: [EC2ClientTypes.FailedCapacityReservationFleetCancellationResult]? = nil, successfulFleetCancellations: [EC2ClientTypes.CapacityReservationFleetCancellationState]? = nil - ) - { + ) { self.failedFleetCancellations = failedFleetCancellations self.successfulFleetCancellations = successfulFleetCancellations } @@ -8207,8 +8001,7 @@ public struct CancelConversionTaskInput: Swift.Sendable { conversionTaskId: Swift.String? = nil, dryRun: Swift.Bool? = nil, reasonMessage: Swift.String? = nil - ) - { + ) { self.conversionTaskId = conversionTaskId self.dryRun = dryRun self.reasonMessage = reasonMessage @@ -8225,8 +8018,7 @@ public struct CancelDeclarativePoliciesReportInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, reportId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.reportId = reportId } @@ -8238,8 +8030,7 @@ public struct CancelDeclarativePoliciesReportOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -8251,8 +8042,7 @@ public struct CancelExportTaskInput: Swift.Sendable { public init( exportTaskId: Swift.String? = nil - ) - { + ) { self.exportTaskId = exportTaskId } } @@ -8267,8 +8057,7 @@ public struct CancelImageLaunchPermissionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -8280,8 +8069,7 @@ public struct CancelImageLaunchPermissionOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -8298,8 +8086,7 @@ public struct CancelImportTaskInput: Swift.Sendable { cancelReason: Swift.String? = nil, dryRun: Swift.Bool? = nil, importTaskId: Swift.String? = nil - ) - { + ) { self.cancelReason = cancelReason self.dryRun = dryRun self.importTaskId = importTaskId @@ -8318,8 +8105,7 @@ public struct CancelImportTaskOutput: Swift.Sendable { importTaskId: Swift.String? = nil, previousState: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.importTaskId = importTaskId self.previousState = previousState self.state = state @@ -8334,8 +8120,7 @@ public struct CancelReservedInstancesListingInput: Swift.Sendable { public init( reservedInstancesListingId: Swift.String? = nil - ) - { + ) { self.reservedInstancesListingId = reservedInstancesListingId } } @@ -8387,8 +8172,7 @@ extension EC2ClientTypes { public init( instanceCount: Swift.Int? = nil, state: EC2ClientTypes.ListingState? = nil - ) - { + ) { self.instanceCount = instanceCount self.state = state } @@ -8439,8 +8223,7 @@ extension EC2ClientTypes { currencyCode: EC2ClientTypes.CurrencyCodeValues? = nil, price: Swift.Double? = nil, term: Swift.Int? = nil - ) - { + ) { self.active = active self.currencyCode = currencyCode self.price = price @@ -8520,8 +8303,7 @@ extension EC2ClientTypes { statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.createDate = createDate self.instanceCounts = instanceCounts @@ -8543,8 +8325,7 @@ public struct CancelReservedInstancesListingOutput: Swift.Sendable { public init( reservedInstancesListings: [EC2ClientTypes.ReservedInstancesListing]? = nil - ) - { + ) { self.reservedInstancesListings = reservedInstancesListings } } @@ -8564,8 +8345,7 @@ public struct CancelSpotFleetRequestsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, spotFleetRequestIds: [Swift.String]? = nil, terminateInstances: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun self.spotFleetRequestIds = spotFleetRequestIds self.terminateInstances = terminateInstances @@ -8631,8 +8411,7 @@ extension EC2ClientTypes { currentSpotFleetRequestState: EC2ClientTypes.BatchState? = nil, previousSpotFleetRequestState: EC2ClientTypes.BatchState? = nil, spotFleetRequestId: Swift.String? = nil - ) - { + ) { self.currentSpotFleetRequestState = currentSpotFleetRequestState self.previousSpotFleetRequestState = previousSpotFleetRequestState self.spotFleetRequestId = spotFleetRequestId @@ -8687,8 +8466,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.CancelBatchErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8707,8 +8485,7 @@ extension EC2ClientTypes { public init( error: EC2ClientTypes.CancelSpotFleetRequestsError? = nil, spotFleetRequestId: Swift.String? = nil - ) - { + ) { self.error = error self.spotFleetRequestId = spotFleetRequestId } @@ -8725,8 +8502,7 @@ public struct CancelSpotFleetRequestsOutput: Swift.Sendable { public init( successfulFleetRequests: [EC2ClientTypes.CancelSpotFleetRequestsSuccessItem]? = nil, unsuccessfulFleetRequests: [EC2ClientTypes.CancelSpotFleetRequestsErrorItem]? = nil - ) - { + ) { self.successfulFleetRequests = successfulFleetRequests self.unsuccessfulFleetRequests = unsuccessfulFleetRequests } @@ -8743,8 +8519,7 @@ public struct CancelSpotInstanceRequestsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, spotInstanceRequestIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.spotInstanceRequestIds = spotInstanceRequestIds } @@ -8800,8 +8575,7 @@ extension EC2ClientTypes { public init( spotInstanceRequestId: Swift.String? = nil, state: EC2ClientTypes.CancelSpotInstanceRequestState? = nil - ) - { + ) { self.spotInstanceRequestId = spotInstanceRequestId self.state = state } @@ -8815,8 +8589,7 @@ public struct CancelSpotInstanceRequestsOutput: Swift.Sendable { public init( cancelledSpotInstanceRequests: [EC2ClientTypes.CancelledSpotInstanceRequest]? = nil - ) - { + ) { self.cancelledSpotInstanceRequests = cancelledSpotInstanceRequests } } @@ -8835,8 +8608,7 @@ public struct ConfirmProductInstanceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, productCode: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.productCode = productCode @@ -8852,8 +8624,7 @@ public struct ConfirmProductInstanceOutput: Swift.Sendable { public init( ownerId: Swift.String? = nil, `return`: Swift.Bool? = nil - ) - { + ) { self.ownerId = ownerId self.`return` = `return` } @@ -8882,8 +8653,7 @@ public struct CopyFpgaImageInput: Swift.Sendable { name: Swift.String? = nil, sourceFpgaImageId: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -8899,8 +8669,7 @@ public struct CopyFpgaImageOutput: Swift.Sendable { public init( fpgaImageId: Swift.String? = nil - ) - { + ) { self.fpgaImageId = fpgaImageId } } @@ -8970,8 +8739,7 @@ public struct CopyImageInput: Swift.Sendable { sourceImageId: Swift.String? = nil, sourceRegion: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.copyImageTags = copyImageTags self.description = description @@ -8993,8 +8761,7 @@ public struct CopyImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -9048,8 +8815,7 @@ public struct CopySnapshotInput: Swift.Sendable { sourceRegion: Swift.String? = nil, sourceSnapshotId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.completionDurationMinutes = completionDurationMinutes self.description = description self.destinationOutpostArn = destinationOutpostArn @@ -9078,8 +8844,7 @@ public struct CopySnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.snapshotId = snapshotId self.tags = tags } @@ -9356,8 +9121,7 @@ public struct CreateCapacityReservationInput: Swift.Sendable { startDate: Foundation.Date? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, tenancy: EC2ClientTypes.CapacityReservationTenancy? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.clientToken = clientToken @@ -9392,8 +9156,7 @@ extension EC2ClientTypes { public init( allocationType: EC2ClientTypes.AllocationType? = nil, count: Swift.Int? = nil - ) - { + ) { self.allocationType = allocationType self.count = count } @@ -9412,8 +9175,7 @@ extension EC2ClientTypes { public init( commitmentEndDate: Foundation.Date? = nil, committedInstanceCount: Swift.Int? = nil - ) - { + ) { self.commitmentEndDate = commitmentEndDate self.committedInstanceCount = committedInstanceCount } @@ -9622,8 +9384,7 @@ extension EC2ClientTypes { tenancy: EC2ClientTypes.CapacityReservationTenancy? = nil, totalInstanceCount: Swift.Int? = nil, unusedReservationBillingOwnerId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.availableInstanceCount = availableInstanceCount @@ -9661,8 +9422,7 @@ public struct CreateCapacityReservationOutput: Swift.Sendable { public init( capacityReservation: EC2ClientTypes.CapacityReservation? = nil - ) - { + ) { self.capacityReservation = capacityReservation } } @@ -9687,8 +9447,7 @@ public struct CreateCapacityReservationBySplittingInput: Swift.Sendable { instanceCount: Swift.Int? = nil, sourceCapacityReservationId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.instanceCount = instanceCount @@ -9709,8 +9468,7 @@ public struct CreateCapacityReservationBySplittingOutput: Swift.Sendable { destinationCapacityReservation: EC2ClientTypes.CapacityReservation? = nil, instanceCount: Swift.Int? = nil, sourceCapacityReservation: EC2ClientTypes.CapacityReservation? = nil - ) - { + ) { self.destinationCapacityReservation = destinationCapacityReservation self.instanceCount = instanceCount self.sourceCapacityReservation = sourceCapacityReservation @@ -12439,8 +12197,7 @@ extension EC2ClientTypes { instanceType: EC2ClientTypes.InstanceType? = nil, priority: Swift.Int? = nil, weight: Swift.Double? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.ebsOptimized = ebsOptimized @@ -12514,8 +12271,7 @@ public struct CreateCapacityReservationFleetInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, tenancy: EC2ClientTypes.FleetCapacityReservationTenancy? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.clientToken = clientToken self.dryRun = dryRun @@ -12567,8 +12323,7 @@ extension EC2ClientTypes { priority: Swift.Int? = nil, totalInstanceCount: Swift.Int? = nil, weight: Swift.Double? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.capacityReservationId = capacityReservationId @@ -12620,8 +12375,7 @@ public struct CreateCapacityReservationFleetOutput: Swift.Sendable { tenancy: EC2ClientTypes.FleetCapacityReservationTenancy? = nil, totalFulfilledCapacity: Swift.Double? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationFleetId = capacityReservationFleetId self.createTime = createTime @@ -12652,8 +12406,7 @@ public struct CreateCarrierGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -12717,8 +12470,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.CarrierGatewayState? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.ownerId = ownerId self.state = state @@ -12734,8 +12486,7 @@ public struct CreateCarrierGatewayOutput: Swift.Sendable { public init( carrierGateway: EC2ClientTypes.CarrierGateway? = nil - ) - { + ) { self.carrierGateway = carrierGateway } } @@ -12749,8 +12500,7 @@ extension EC2ClientTypes { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -12768,8 +12518,7 @@ extension EC2ClientTypes { public init( samlProviderArn: Swift.String? = nil, selfServiceSAMLProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.selfServiceSAMLProviderArn = selfServiceSAMLProviderArn } @@ -12785,8 +12534,7 @@ extension EC2ClientTypes { public init( clientRootCertificateChainArn: Swift.String? = nil - ) - { + ) { self.clientRootCertificateChainArn = clientRootCertificateChainArn } } @@ -12842,8 +12590,7 @@ extension EC2ClientTypes { federatedAuthentication: EC2ClientTypes.FederatedAuthenticationRequest? = nil, mutualAuthentication: EC2ClientTypes.CertificateAuthenticationRequest? = nil, type: EC2ClientTypes.ClientVpnAuthenticationType? = nil - ) - { + ) { self.activeDirectory = activeDirectory self.federatedAuthentication = federatedAuthentication self.mutualAuthentication = mutualAuthentication @@ -12864,8 +12611,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil, lambdaFunctionArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.lambdaFunctionArn = lambdaFunctionArn } @@ -12884,8 +12630,7 @@ extension EC2ClientTypes { public init( bannerText: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.bannerText = bannerText self.enabled = enabled } @@ -12907,8 +12652,7 @@ extension EC2ClientTypes { cloudwatchLogGroup: Swift.String? = nil, cloudwatchLogStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudwatchLogGroup = cloudwatchLogGroup self.cloudwatchLogStream = cloudwatchLogStream self.enabled = enabled @@ -13043,8 +12787,7 @@ public struct CreateClientVpnEndpointInput: Swift.Sendable { transportProtocol: EC2ClientTypes.TransportProtocol? = nil, vpcId: Swift.String? = nil, vpnPort: Swift.Int? = nil - ) - { + ) { self.authenticationOptions = authenticationOptions self.clientCidrBlock = clientCidrBlock self.clientConnectOptions = clientConnectOptions @@ -13121,8 +12864,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientVpnEndpointStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -13141,8 +12883,7 @@ public struct CreateClientVpnEndpointOutput: Swift.Sendable { clientVpnEndpointId: Swift.String? = nil, dnsName: Swift.String? = nil, status: EC2ClientTypes.ClientVpnEndpointStatus? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dnsName = dnsName self.status = status @@ -13181,8 +12922,7 @@ public struct CreateClientVpnRouteInput: Swift.Sendable { destinationCidrBlock: Swift.String? = nil, dryRun: Swift.Bool? = nil, targetVpcSubnetId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clientVpnEndpointId = clientVpnEndpointId self.description = description @@ -13239,8 +12979,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientVpnRouteStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -13253,8 +12992,7 @@ public struct CreateClientVpnRouteOutput: Swift.Sendable { public init( status: EC2ClientTypes.ClientVpnRouteStatus? = nil - ) - { + ) { self.status = status } } @@ -13273,8 +13011,7 @@ public struct CreateCoipCidrInput: Swift.Sendable { cidr: Swift.String? = nil, coipPoolId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cidr = cidr self.coipPoolId = coipPoolId self.dryRun = dryRun @@ -13296,8 +13033,7 @@ extension EC2ClientTypes { cidr: Swift.String? = nil, coipPoolId: Swift.String? = nil, localGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.coipPoolId = coipPoolId self.localGatewayRouteTableId = localGatewayRouteTableId @@ -13311,8 +13047,7 @@ public struct CreateCoipCidrOutput: Swift.Sendable { public init( coipCidr: EC2ClientTypes.CoipCidr? = nil - ) - { + ) { self.coipCidr = coipCidr } } @@ -13330,8 +13065,7 @@ public struct CreateCoipPoolInput: Swift.Sendable { dryRun: Swift.Bool? = nil, localGatewayRouteTableId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableId = localGatewayRouteTableId self.tagSpecifications = tagSpecifications @@ -13359,8 +13093,7 @@ extension EC2ClientTypes { poolCidrs: [Swift.String]? = nil, poolId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.localGatewayRouteTableId = localGatewayRouteTableId self.poolArn = poolArn self.poolCidrs = poolCidrs @@ -13376,8 +13109,7 @@ public struct CreateCoipPoolOutput: Swift.Sendable { public init( coipPool: EC2ClientTypes.CoipPool? = nil - ) - { + ) { self.coipPool = coipPool } } @@ -13440,8 +13172,7 @@ public struct CreateCustomerGatewayInput: Swift.Sendable { publicIp: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, type: EC2ClientTypes.GatewayType? = nil - ) - { + ) { self.bgpAsn = bgpAsn self.bgpAsnExtended = bgpAsnExtended self.certificateArn = certificateArn @@ -13487,8 +13218,7 @@ extension EC2ClientTypes { state: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, type: Swift.String? = nil - ) - { + ) { self.bgpAsn = bgpAsn self.bgpAsnExtended = bgpAsnExtended self.certificateArn = certificateArn @@ -13509,8 +13239,7 @@ public struct CreateCustomerGatewayOutput: Swift.Sendable { public init( customerGateway: EC2ClientTypes.CustomerGateway? = nil - ) - { + ) { self.customerGateway = customerGateway } } @@ -13528,8 +13257,7 @@ public struct CreateDefaultSubnetInput: Swift.Sendable { availabilityZone: Swift.String? = nil, dryRun: Swift.Bool? = nil, ipv6Native: Swift.Bool? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.dryRun = dryRun self.ipv6Native = ipv6Native @@ -13583,8 +13311,7 @@ extension EC2ClientTypes { public init( internetGatewayBlockMode: EC2ClientTypes.BlockPublicAccessMode? = nil - ) - { + ) { self.internetGatewayBlockMode = internetGatewayBlockMode } } @@ -13634,8 +13361,7 @@ extension EC2ClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -13747,8 +13473,7 @@ extension EC2ClientTypes { subnetId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.assignIpv6AddressOnCreation = assignIpv6AddressOnCreation self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId @@ -13781,8 +13506,7 @@ public struct CreateDefaultSubnetOutput: Swift.Sendable { public init( subnet: EC2ClientTypes.Subnet? = nil - ) - { + ) { self.subnet = subnet } } @@ -13793,8 +13517,7 @@ public struct CreateDefaultVpcInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -13899,8 +13622,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.VpcState? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.blockPublicAccessStates = blockPublicAccessStates self.cidrBlock = cidrBlock self.cidrBlockAssociationSet = cidrBlockAssociationSet @@ -13922,8 +13644,7 @@ public struct CreateDefaultVpcOutput: Swift.Sendable { public init( vpc: EC2ClientTypes.Vpc? = nil - ) - { + ) { self.vpc = vpc } } @@ -13940,8 +13661,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -13961,8 +13681,7 @@ public struct CreateDhcpOptionsInput: Swift.Sendable { dhcpConfigurations: [EC2ClientTypes.NewDhcpConfiguration]? = nil, dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dhcpConfigurations = dhcpConfigurations self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -13978,8 +13697,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -13997,8 +13715,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, values: [EC2ClientTypes.AttributeValue]? = nil - ) - { + ) { self.key = key self.values = values } @@ -14023,8 +13740,7 @@ extension EC2ClientTypes { dhcpOptionsId: Swift.String? = nil, ownerId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dhcpConfigurations = dhcpConfigurations self.dhcpOptionsId = dhcpOptionsId self.ownerId = ownerId @@ -14039,8 +13755,7 @@ public struct CreateDhcpOptionsOutput: Swift.Sendable { public init( dhcpOptions: EC2ClientTypes.DhcpOptions? = nil - ) - { + ) { self.dhcpOptions = dhcpOptions } } @@ -14061,8 +13776,7 @@ public struct CreateEgressOnlyInternetGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -14082,8 +13796,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.AttachmentStatus? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.state = state self.vpcId = vpcId } @@ -14105,8 +13818,7 @@ extension EC2ClientTypes { attachments: [EC2ClientTypes.InternetGatewayAttachment]? = nil, egressOnlyInternetGatewayId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.attachments = attachments self.egressOnlyInternetGatewayId = egressOnlyInternetGatewayId self.tags = tags @@ -14123,8 +13835,7 @@ public struct CreateEgressOnlyInternetGatewayOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, egressOnlyInternetGateway: EC2ClientTypes.EgressOnlyInternetGateway? = nil - ) - { + ) { self.clientToken = clientToken self.egressOnlyInternetGateway = egressOnlyInternetGateway } @@ -14174,8 +13885,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -14227,8 +13937,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -14263,8 +13972,7 @@ extension EC2ClientTypes { public init( instanceFamily: Swift.String? = nil - ) - { + ) { self.instanceFamily = instanceFamily } } @@ -14279,8 +13987,7 @@ extension EC2ClientTypes { public init( references: [EC2ClientTypes.PerformanceFactorReferenceRequest]? = nil - ) - { + ) { self.references = references } } @@ -14295,8 +14002,7 @@ extension EC2ClientTypes { public init( cpu: EC2ClientTypes.CpuPerformanceFactorRequest? = nil - ) - { + ) { self.cpu = cpu } } @@ -14471,8 +14177,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -14492,8 +14197,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -14512,8 +14216,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -14532,8 +14235,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -14552,8 +14254,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -14573,8 +14274,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -14763,8 +14463,7 @@ extension EC2ClientTypes { spotMaxPricePercentageOverLowestPrice: Swift.Int? = nil, totalLocalStorageGB: EC2ClientTypes.TotalLocalStorageGBRequest? = nil, vCpuCount: EC2ClientTypes.VCpuCountRangeRequest? = nil - ) - { + ) { self.acceleratorCount = acceleratorCount self.acceleratorManufacturers = acceleratorManufacturers self.acceleratorNames = acceleratorNames @@ -14827,8 +14526,7 @@ extension EC2ClientTypes { partitionNumber: Swift.Int? = nil, spreadDomain: Swift.String? = nil, tenancy: EC2ClientTypes.Tenancy? = nil - ) - { + ) { self.affinity = affinity self.availabilityZone = availabilityZone self.groupId = groupId @@ -14898,8 +14596,7 @@ extension EC2ClientTypes { priority: Swift.Double? = nil, subnetId: Swift.String? = nil, weightedCapacity: Swift.Double? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.imageId = imageId self.instanceRequirements = instanceRequirements @@ -14925,8 +14622,7 @@ extension EC2ClientTypes { public init( launchTemplateSpecification: EC2ClientTypes.FleetLaunchTemplateSpecificationRequest? = nil, overrides: [EC2ClientTypes.FleetLaunchTemplateOverridesRequest]? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -14997,8 +14693,7 @@ extension EC2ClientTypes { public init( usageStrategy: EC2ClientTypes.FleetCapacityReservationUsageStrategy? = nil - ) - { + ) { self.usageStrategy = usageStrategy } } @@ -15028,8 +14723,7 @@ extension EC2ClientTypes { minTargetCapacity: Swift.Int? = nil, singleAvailabilityZone: Swift.Bool? = nil, singleInstanceType: Swift.Bool? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationOptions = capacityReservationOptions self.maxTotalPrice = maxTotalPrice @@ -15151,8 +14845,7 @@ extension EC2ClientTypes { public init( replacementStrategy: EC2ClientTypes.FleetReplacementStrategy? = nil, terminationDelay: Swift.Int? = nil - ) - { + ) { self.replacementStrategy = replacementStrategy self.terminationDelay = terminationDelay } @@ -15168,8 +14861,7 @@ extension EC2ClientTypes { public init( capacityRebalance: EC2ClientTypes.FleetSpotCapacityRebalanceRequest? = nil - ) - { + ) { self.capacityRebalance = capacityRebalance } } @@ -15205,8 +14897,7 @@ extension EC2ClientTypes { minTargetCapacity: Swift.Int? = nil, singleAvailabilityZone: Swift.Bool? = nil, singleInstanceType: Swift.Bool? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.instanceInterruptionBehavior = instanceInterruptionBehavior self.instancePoolsToUseCount = instancePoolsToUseCount @@ -15305,8 +14996,7 @@ extension EC2ClientTypes { spotTargetCapacity: Swift.Int? = nil, targetCapacityUnitType: EC2ClientTypes.TargetCapacityUnitType? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.defaultTargetCapacityType = defaultTargetCapacityType self.onDemandTargetCapacity = onDemandTargetCapacity self.spotTargetCapacity = spotTargetCapacity @@ -15404,8 +15094,7 @@ public struct CreateFleetInput: Swift.Sendable { type: EC2ClientTypes.FleetType? = nil, validFrom: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.context = context self.dryRun = dryRun @@ -15438,8 +15127,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -15459,8 +15147,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -15495,8 +15182,7 @@ extension EC2ClientTypes { public init( instanceFamily: Swift.String? = nil - ) - { + ) { self.instanceFamily = instanceFamily } } @@ -15511,8 +15197,7 @@ extension EC2ClientTypes { public init( references: [EC2ClientTypes.PerformanceFactorReference]? = nil - ) - { + ) { self.references = references } } @@ -15527,8 +15212,7 @@ extension EC2ClientTypes { public init( cpu: EC2ClientTypes.CpuPerformanceFactor? = nil - ) - { + ) { self.cpu = cpu } } @@ -15546,8 +15230,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -15566,8 +15249,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -15586,8 +15268,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -15606,8 +15287,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -15626,8 +15306,7 @@ extension EC2ClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -15646,8 +15325,7 @@ extension EC2ClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -15834,8 +15512,7 @@ extension EC2ClientTypes { spotMaxPricePercentageOverLowestPrice: Swift.Int? = nil, totalLocalStorageGB: EC2ClientTypes.TotalLocalStorageGB? = nil, vCpuCount: EC2ClientTypes.VCpuCountRange? = nil - ) - { + ) { self.acceleratorCount = acceleratorCount self.acceleratorManufacturers = acceleratorManufacturers self.acceleratorNames = acceleratorNames @@ -15874,8 +15551,7 @@ extension EC2ClientTypes { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -15937,8 +15613,7 @@ extension EC2ClientTypes { priority: Swift.Double? = nil, subnetId: Swift.String? = nil, weightedCapacity: Swift.Double? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.imageId = imageId self.instanceRequirements = instanceRequirements @@ -15964,8 +15639,7 @@ extension EC2ClientTypes { public init( launchTemplateSpecification: EC2ClientTypes.FleetLaunchTemplateSpecification? = nil, overrides: EC2ClientTypes.FleetLaunchTemplateOverrides? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -16019,8 +15693,7 @@ extension EC2ClientTypes { errorMessage: Swift.String? = nil, launchTemplateAndOverrides: EC2ClientTypes.LaunchTemplateAndOverridesResponse? = nil, lifecycle: EC2ClientTypes.InstanceLifecycle? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.launchTemplateAndOverrides = launchTemplateAndOverrides @@ -16076,8 +15749,7 @@ extension EC2ClientTypes { launchTemplateAndOverrides: EC2ClientTypes.LaunchTemplateAndOverridesResponse? = nil, lifecycle: EC2ClientTypes.InstanceLifecycle? = nil, platform: EC2ClientTypes.PlatformValues? = nil - ) - { + ) { self.instanceIds = instanceIds self.instanceType = instanceType self.launchTemplateAndOverrides = launchTemplateAndOverrides @@ -16099,8 +15771,7 @@ public struct CreateFleetOutput: Swift.Sendable { errors: [EC2ClientTypes.CreateFleetError]? = nil, fleetId: Swift.String? = nil, instances: [EC2ClientTypes.CreateFleetInstance]? = nil - ) - { + ) { self.errors = errors self.fleetId = fleetId self.instances = instances @@ -16151,8 +15822,7 @@ extension EC2ClientTypes { fileFormat: EC2ClientTypes.DestinationFileFormat? = nil, hiveCompatiblePartitions: Swift.Bool? = nil, perHourPartition: Swift.Bool? = nil - ) - { + ) { self.fileFormat = fileFormat self.hiveCompatiblePartitions = hiveCompatiblePartitions self.perHourPartition = perHourPartition @@ -16315,8 +15985,7 @@ public struct CreateFlowLogsInput: Swift.Sendable { resourceType: EC2ClientTypes.FlowLogsResourceType? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, trafficType: EC2ClientTypes.TrafficType? = nil - ) - { + ) { self.clientToken = clientToken self.deliverCrossAccountRole = deliverCrossAccountRole self.deliverLogsPermissionArn = deliverLogsPermissionArn @@ -16346,8 +16015,7 @@ public struct CreateFlowLogsOutput: Swift.Sendable { clientToken: Swift.String? = nil, flowLogIds: [Swift.String]? = nil, unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.clientToken = clientToken self.flowLogIds = flowLogIds self.unsuccessful = unsuccessful @@ -16366,8 +16034,7 @@ extension EC2ClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -16399,8 +16066,7 @@ public struct CreateFpgaImageInput: Swift.Sendable { logsStorageLocation: EC2ClientTypes.StorageLocation? = nil, name: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -16420,8 +16086,7 @@ public struct CreateFpgaImageOutput: Swift.Sendable { public init( fpgaImageGlobalId: Swift.String? = nil, fpgaImageId: Swift.String? = nil - ) - { + ) { self.fpgaImageGlobalId = fpgaImageGlobalId self.fpgaImageId = fpgaImageId } @@ -16531,8 +16196,7 @@ extension EC2ClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -16564,8 +16228,7 @@ extension EC2ClientTypes { ebs: EC2ClientTypes.EbsBlockDevice? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -16620,8 +16283,7 @@ public struct CreateImageInput: Swift.Sendable { name: Swift.String? = nil, noReboot: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.description = description self.dryRun = dryRun @@ -16638,8 +16300,7 @@ public struct CreateImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -16673,8 +16334,7 @@ public struct CreateInstanceConnectEndpointInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.preserveClientIp = preserveClientIp @@ -16783,8 +16443,7 @@ extension EC2ClientTypes { subnetId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.createdAt = createdAt self.dnsName = dnsName @@ -16813,8 +16472,7 @@ public struct CreateInstanceConnectEndpointOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, instanceConnectEndpoint: EC2ClientTypes.Ec2InstanceConnectEndpoint? = nil - ) - { + ) { self.clientToken = clientToken self.instanceConnectEndpoint = instanceConnectEndpoint } @@ -16838,8 +16496,7 @@ extension EC2ClientTypes { endWeekDay: EC2ClientTypes.WeekDay? = nil, startHour: Swift.Int? = nil, startWeekDay: EC2ClientTypes.WeekDay? = nil - ) - { + ) { self.endHour = endHour self.endWeekDay = endWeekDay self.startHour = startHour @@ -16881,8 +16538,7 @@ public struct CreateInstanceEventWindowInput: Swift.Sendable { name: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, timeRanges: [EC2ClientTypes.InstanceEventWindowTimeRangeRequest]? = nil - ) - { + ) { self.cronExpression = cronExpression self.dryRun = dryRun self.name = name @@ -16897,8 +16553,7 @@ public struct CreateInstanceEventWindowOutput: Swift.Sendable { public init( instanceEventWindow: EC2ClientTypes.InstanceEventWindow? = nil - ) - { + ) { self.instanceEventWindow = instanceEventWindow } } @@ -16979,8 +16634,7 @@ extension EC2ClientTypes { diskImageFormat: EC2ClientTypes.DiskImageFormat? = nil, s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.containerFormat = containerFormat self.diskImageFormat = diskImageFormat self.s3Bucket = s3Bucket @@ -17042,8 +16696,7 @@ public struct CreateInstanceExportTaskInput: Swift.Sendable { instanceId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, targetEnvironment: EC2ClientTypes.ExportEnvironment? = nil - ) - { + ) { self.description = description self.exportToS3Task = exportToS3Task self.instanceId = instanceId @@ -17070,8 +16723,7 @@ extension EC2ClientTypes { diskImageFormat: EC2ClientTypes.DiskImageFormat? = nil, s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.containerFormat = containerFormat self.diskImageFormat = diskImageFormat self.s3Bucket = s3Bucket @@ -17092,8 +16744,7 @@ extension EC2ClientTypes { public init( instanceId: Swift.String? = nil, targetEnvironment: EC2ClientTypes.ExportEnvironment? = nil - ) - { + ) { self.instanceId = instanceId self.targetEnvironment = targetEnvironment } @@ -17162,8 +16813,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.ExportTaskState? = nil, statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.exportTaskId = exportTaskId self.exportToS3Task = exportToS3Task @@ -17181,8 +16831,7 @@ public struct CreateInstanceExportTaskOutput: Swift.Sendable { public init( exportTask: EC2ClientTypes.ExportTask? = nil - ) - { + ) { self.exportTask = exportTask } } @@ -17196,8 +16845,7 @@ public struct CreateInternetGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.tagSpecifications = tagSpecifications } @@ -17221,8 +16869,7 @@ extension EC2ClientTypes { internetGatewayId: Swift.String? = nil, ownerId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.attachments = attachments self.internetGatewayId = internetGatewayId self.ownerId = ownerId @@ -17237,8 +16884,7 @@ public struct CreateInternetGatewayOutput: Swift.Sendable { public init( internetGateway: EC2ClientTypes.InternetGateway? = nil - ) - { + ) { self.internetGateway = internetGateway } } @@ -17296,8 +16942,7 @@ public struct CreateIpamInput: Swift.Sendable { operatingRegions: [EC2ClientTypes.AddIpamOperatingRegion]? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, tier: EC2ClientTypes.IpamTier? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -17317,8 +16962,7 @@ extension EC2ClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -17440,8 +17084,7 @@ extension EC2ClientTypes { stateMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, tier: EC2ClientTypes.IpamTier? = nil - ) - { + ) { self.defaultResourceDiscoveryAssociationId = defaultResourceDiscoveryAssociationId self.defaultResourceDiscoveryId = defaultResourceDiscoveryId self.description = description @@ -17469,8 +17112,7 @@ public struct CreateIpamOutput: Swift.Sendable { public init( ipam: EC2ClientTypes.Ipam? = nil - ) - { + ) { self.ipam = ipam } } @@ -17491,8 +17133,7 @@ public struct CreateIpamExternalResourceVerificationTokenInput: Swift.Sendable { dryRun: Swift.Bool? = nil, ipamId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.ipamId = ipamId @@ -17609,8 +17250,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, tokenName: Swift.String? = nil, tokenValue: Swift.String? = nil - ) - { + ) { self.ipamArn = ipamArn self.ipamExternalResourceVerificationTokenArn = ipamExternalResourceVerificationTokenArn self.ipamExternalResourceVerificationTokenId = ipamExternalResourceVerificationTokenId @@ -17632,8 +17272,7 @@ public struct CreateIpamExternalResourceVerificationTokenOutput: Swift.Sendable public init( ipamExternalResourceVerificationToken: EC2ClientTypes.IpamExternalResourceVerificationToken? = nil - ) - { + ) { self.ipamExternalResourceVerificationToken = ipamExternalResourceVerificationToken } } @@ -17650,8 +17289,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -17757,8 +17395,7 @@ extension EC2ClientTypes { resourceOwner: Swift.String? = nil, resourceRegion: Swift.String? = nil, resourceType: EC2ClientTypes.IpamPoolSourceResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceOwner = resourceOwner self.resourceRegion = resourceRegion @@ -17830,8 +17467,7 @@ public struct CreateIpamPoolInput: Swift.Sendable { sourceIpamPoolId: Swift.String? = nil, sourceResource: EC2ClientTypes.IpamPoolSourceResourceRequest? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.addressFamily = addressFamily self.allocationDefaultNetmaskLength = allocationDefaultNetmaskLength self.allocationMaxNetmaskLength = allocationMaxNetmaskLength @@ -17864,8 +17500,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -17919,8 +17554,7 @@ extension EC2ClientTypes { resourceOwner: Swift.String? = nil, resourceRegion: Swift.String? = nil, resourceType: EC2ClientTypes.IpamPoolSourceResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceOwner = resourceOwner self.resourceRegion = resourceRegion @@ -18073,8 +17707,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.IpamPoolState? = nil, stateMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.addressFamily = addressFamily self.allocationDefaultNetmaskLength = allocationDefaultNetmaskLength self.allocationMaxNetmaskLength = allocationMaxNetmaskLength @@ -18109,8 +17742,7 @@ public struct CreateIpamPoolOutput: Swift.Sendable { public init( ipamPool: EC2ClientTypes.IpamPool? = nil - ) - { + ) { self.ipamPool = ipamPool } } @@ -18133,8 +17765,7 @@ public struct CreateIpamResourceDiscoveryInput: Swift.Sendable { dryRun: Swift.Bool? = nil, operatingRegions: [EC2ClientTypes.AddIpamOperatingRegion]? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -18152,8 +17783,7 @@ extension EC2ClientTypes { public init( organizationsEntityPath: Swift.String? = nil - ) - { + ) { self.organizationsEntityPath = organizationsEntityPath } } @@ -18278,8 +17908,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, state: EC2ClientTypes.IpamResourceDiscoveryState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.ipamResourceDiscoveryArn = ipamResourceDiscoveryArn self.ipamResourceDiscoveryId = ipamResourceDiscoveryId @@ -18300,8 +17929,7 @@ public struct CreateIpamResourceDiscoveryOutput: Swift.Sendable { public init( ipamResourceDiscovery: EC2ClientTypes.IpamResourceDiscovery? = nil - ) - { + ) { self.ipamResourceDiscovery = ipamResourceDiscovery } } @@ -18325,8 +17953,7 @@ public struct CreateIpamScopeInput: Swift.Sendable { dryRun: Swift.Bool? = nil, ipamId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -18433,8 +18060,7 @@ extension EC2ClientTypes { poolCount: Swift.Int? = nil, state: EC2ClientTypes.IpamScopeState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.ipamArn = ipamArn self.ipamRegion = ipamRegion @@ -18456,8 +18082,7 @@ public struct CreateIpamScopeOutput: Swift.Sendable { public init( ipamScope: EC2ClientTypes.IpamScope? = nil - ) - { + ) { self.ipamScope = ipamScope } } @@ -18539,8 +18164,7 @@ public struct CreateKeyPairInput: Swift.Sendable { keyName: Swift.String? = nil, keyType: EC2ClientTypes.KeyType? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.keyFormat = keyFormat self.keyName = keyName @@ -18570,8 +18194,7 @@ public struct CreateKeyPairOutput: Swift.Sendable { keyName: Swift.String? = nil, keyPairId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.keyFingerprint = keyFingerprint self.keyMaterial = keyMaterial self.keyName = keyName @@ -18634,8 +18257,7 @@ extension EC2ClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -18666,8 +18288,7 @@ extension EC2ClientTypes { ebs: EC2ClientTypes.LaunchTemplateEbsBlockDeviceRequest? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -18720,8 +18341,7 @@ extension EC2ClientTypes { public init( capacityReservationId: Swift.String? = nil, capacityReservationResourceGroupArn: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.capacityReservationResourceGroupArn = capacityReservationResourceGroupArn } @@ -18746,8 +18366,7 @@ extension EC2ClientTypes { public init( capacityReservationPreference: EC2ClientTypes.CapacityReservationPreference? = nil, capacityReservationTarget: EC2ClientTypes.CapacityReservationTarget? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -18798,8 +18417,7 @@ extension EC2ClientTypes { amdSevSnp: EC2ClientTypes.AmdSevSnpSpecification? = nil, coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.amdSevSnp = amdSevSnp self.coreCount = coreCount self.threadsPerCore = threadsPerCore @@ -18817,8 +18435,7 @@ extension EC2ClientTypes { public init( cpuCredits: Swift.String? = nil - ) - { + ) { self.cpuCredits = cpuCredits } } @@ -18834,8 +18451,7 @@ extension EC2ClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -18854,8 +18470,7 @@ extension EC2ClientTypes { public init( count: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.type = type } @@ -18871,8 +18486,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -18887,8 +18501,7 @@ extension EC2ClientTypes { public init( configured: Swift.Bool? = nil - ) - { + ) { self.configured = configured } } @@ -18906,8 +18519,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -19061,8 +18673,7 @@ extension EC2ClientTypes { maxPrice: Swift.String? = nil, spotInstanceType: EC2ClientTypes.SpotInstanceType? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.blockDurationMinutes = blockDurationMinutes self.instanceInterruptionBehavior = instanceInterruptionBehavior self.maxPrice = maxPrice @@ -19084,8 +18695,7 @@ extension EC2ClientTypes { public init( marketType: EC2ClientTypes.MarketType? = nil, spotOptions: EC2ClientTypes.LaunchTemplateSpotMarketOptionsRequest? = nil - ) - { + ) { self.marketType = marketType self.spotOptions = spotOptions } @@ -19101,8 +18711,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -19146,8 +18755,7 @@ extension EC2ClientTypes { public init( autoRecovery: EC2ClientTypes.LaunchTemplateAutoRecoveryState? = nil - ) - { + ) { self.autoRecovery = autoRecovery } } @@ -19297,8 +18905,7 @@ extension EC2ClientTypes { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: EC2ClientTypes.LaunchTemplateHttpTokensState? = nil, instanceMetadataTags: EC2ClientTypes.LaunchTemplateInstanceMetadataTagsState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -19317,8 +18924,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -19339,8 +18945,7 @@ extension EC2ClientTypes { tcpEstablishedTimeout: Swift.Int? = nil, udpStreamTimeout: Swift.Int? = nil, udpTimeout: Swift.Int? = nil - ) - { + ) { self.tcpEstablishedTimeout = tcpEstablishedTimeout self.udpStreamTimeout = udpStreamTimeout self.udpTimeout = udpTimeout @@ -19357,8 +18962,7 @@ extension EC2ClientTypes { public init( enaSrdUdpEnabled: Swift.Bool? = nil - ) - { + ) { self.enaSrdUdpEnabled = enaSrdUdpEnabled } } @@ -19376,8 +18980,7 @@ extension EC2ClientTypes { public init( enaSrdEnabled: Swift.Bool? = nil, enaSrdUdpSpecification: EC2ClientTypes.EnaSrdUdpSpecificationRequest? = nil - ) - { + ) { self.enaSrdEnabled = enaSrdEnabled self.enaSrdUdpSpecification = enaSrdUdpSpecification } @@ -19393,8 +18996,7 @@ extension EC2ClientTypes { public init( ipv4Prefix: Swift.String? = nil - ) - { + ) { self.ipv4Prefix = ipv4Prefix } } @@ -19409,8 +19011,7 @@ extension EC2ClientTypes { public init( ipv6Address: Swift.String? = nil - ) - { + ) { self.ipv6Address = ipv6Address } } @@ -19425,8 +19026,7 @@ extension EC2ClientTypes { public init( ipv6Prefix: Swift.String? = nil - ) - { + ) { self.ipv6Prefix = ipv6Prefix } } @@ -19444,8 +19044,7 @@ extension EC2ClientTypes { public init( primary: Swift.Bool? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.primary = primary self.privateIpAddress = privateIpAddress } @@ -19524,8 +19123,7 @@ extension EC2ClientTypes { privateIpAddresses: [EC2ClientTypes.PrivateIpAddressSpecification]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associateCarrierIpAddress = associateCarrierIpAddress self.associatePublicIpAddress = associatePublicIpAddress self.connectionTrackingSpecification = connectionTrackingSpecification @@ -19593,8 +19191,7 @@ extension EC2ClientTypes { public init( bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting } } @@ -19609,8 +19206,7 @@ extension EC2ClientTypes { public init( principal: Swift.String? = nil - ) - { + ) { self.principal = principal } } @@ -19649,8 +19245,7 @@ extension EC2ClientTypes { partitionNumber: Swift.Int? = nil, spreadDomain: Swift.String? = nil, tenancy: EC2ClientTypes.Tenancy? = nil - ) - { + ) { self.affinity = affinity self.availabilityZone = availabilityZone self.groupId = groupId @@ -19679,8 +19274,7 @@ extension EC2ClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -19700,8 +19294,7 @@ extension EC2ClientTypes { public init( resourceType: EC2ClientTypes.ResourceType? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceType = resourceType self.tags = tags } @@ -19847,8 +19440,7 @@ extension EC2ClientTypes { securityGroups: [Swift.String]? = nil, tagSpecifications: [EC2ClientTypes.LaunchTemplateTagSpecificationRequest]? = nil, userData: Swift.String? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.capacityReservationSpecification = capacityReservationSpecification self.cpuOptions = cpuOptions @@ -19917,8 +19509,7 @@ public struct CreateLaunchTemplateInput: Swift.Sendable { `operator`: EC2ClientTypes.OperatorRequest? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.launchTemplateData = launchTemplateData @@ -19941,8 +19532,7 @@ extension EC2ClientTypes { public init( managed: Swift.Bool? = nil, principal: Swift.String? = nil - ) - { + ) { self.managed = managed self.principal = principal } @@ -19979,8 +19569,7 @@ extension EC2ClientTypes { launchTemplateName: Swift.String? = nil, `operator`: EC2ClientTypes.OperatorResponse? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.createTime = createTime self.createdBy = createdBy self.defaultVersionNumber = defaultVersionNumber @@ -20005,8 +19594,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -20022,8 +19610,7 @@ extension EC2ClientTypes { public init( errors: [EC2ClientTypes.ValidationError]? = nil - ) - { + ) { self.errors = errors } } @@ -20038,8 +19625,7 @@ public struct CreateLaunchTemplateOutput: Swift.Sendable { public init( launchTemplate: EC2ClientTypes.LaunchTemplate? = nil, warning: EC2ClientTypes.ValidationWarning? = nil - ) - { + ) { self.launchTemplate = launchTemplate self.warning = warning } @@ -20073,8 +19659,7 @@ public struct CreateLaunchTemplateVersionInput: Swift.Sendable { resolveAlias: Swift.Bool? = nil, sourceVersion: Swift.String? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.launchTemplateData = launchTemplateData @@ -20116,8 +19701,7 @@ extension EC2ClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -20148,8 +19732,7 @@ extension EC2ClientTypes { ebs: EC2ClientTypes.LaunchTemplateEbsBlockDevice? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -20170,8 +19753,7 @@ extension EC2ClientTypes { public init( capacityReservationId: Swift.String? = nil, capacityReservationResourceGroupArn: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.capacityReservationResourceGroupArn = capacityReservationResourceGroupArn } @@ -20194,8 +19776,7 @@ extension EC2ClientTypes { public init( capacityReservationPreference: EC2ClientTypes.CapacityReservationPreference? = nil, capacityReservationTarget: EC2ClientTypes.CapacityReservationTargetResponse? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -20217,8 +19798,7 @@ extension EC2ClientTypes { amdSevSnp: EC2ClientTypes.AmdSevSnpSpecification? = nil, coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.amdSevSnp = amdSevSnp self.coreCount = coreCount self.threadsPerCore = threadsPerCore @@ -20235,8 +19815,7 @@ extension EC2ClientTypes { public init( cpuCredits: Swift.String? = nil - ) - { + ) { self.cpuCredits = cpuCredits } } @@ -20251,8 +19830,7 @@ extension EC2ClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -20270,8 +19848,7 @@ extension EC2ClientTypes { public init( count: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.type = type } @@ -20287,8 +19864,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -20303,8 +19879,7 @@ extension EC2ClientTypes { public init( configured: Swift.Bool? = nil - ) - { + ) { self.configured = configured } } @@ -20322,8 +19897,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -20351,8 +19925,7 @@ extension EC2ClientTypes { maxPrice: Swift.String? = nil, spotInstanceType: EC2ClientTypes.SpotInstanceType? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.blockDurationMinutes = blockDurationMinutes self.instanceInterruptionBehavior = instanceInterruptionBehavior self.maxPrice = maxPrice @@ -20374,8 +19947,7 @@ extension EC2ClientTypes { public init( marketType: EC2ClientTypes.MarketType? = nil, spotOptions: EC2ClientTypes.LaunchTemplateSpotMarketOptions? = nil - ) - { + ) { self.marketType = marketType self.spotOptions = spotOptions } @@ -20391,8 +19963,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -20407,8 +19978,7 @@ extension EC2ClientTypes { public init( autoRecovery: EC2ClientTypes.LaunchTemplateAutoRecoveryState? = nil - ) - { + ) { self.autoRecovery = autoRecovery } } @@ -20471,8 +20041,7 @@ extension EC2ClientTypes { httpTokens: EC2ClientTypes.LaunchTemplateHttpTokensState? = nil, instanceMetadataTags: EC2ClientTypes.LaunchTemplateInstanceMetadataTagsState? = nil, state: EC2ClientTypes.LaunchTemplateInstanceMetadataOptionsState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -20492,8 +20061,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -20514,8 +20082,7 @@ extension EC2ClientTypes { tcpEstablishedTimeout: Swift.Int? = nil, udpStreamTimeout: Swift.Int? = nil, udpTimeout: Swift.Int? = nil - ) - { + ) { self.tcpEstablishedTimeout = tcpEstablishedTimeout self.udpStreamTimeout = udpStreamTimeout self.udpTimeout = udpTimeout @@ -20532,8 +20099,7 @@ extension EC2ClientTypes { public init( enaSrdUdpEnabled: Swift.Bool? = nil - ) - { + ) { self.enaSrdUdpEnabled = enaSrdUdpEnabled } } @@ -20551,8 +20117,7 @@ extension EC2ClientTypes { public init( enaSrdEnabled: Swift.Bool? = nil, enaSrdUdpSpecification: EC2ClientTypes.LaunchTemplateEnaSrdUdpSpecification? = nil - ) - { + ) { self.enaSrdEnabled = enaSrdEnabled self.enaSrdUdpSpecification = enaSrdUdpSpecification } @@ -20568,8 +20133,7 @@ extension EC2ClientTypes { public init( ipv4Prefix: Swift.String? = nil - ) - { + ) { self.ipv4Prefix = ipv4Prefix } } @@ -20587,8 +20151,7 @@ extension EC2ClientTypes { public init( ipv6Address: Swift.String? = nil, isPrimaryIpv6: Swift.Bool? = nil - ) - { + ) { self.ipv6Address = ipv6Address self.isPrimaryIpv6 = isPrimaryIpv6 } @@ -20604,8 +20167,7 @@ extension EC2ClientTypes { public init( ipv6Prefix: Swift.String? = nil - ) - { + ) { self.ipv6Prefix = ipv6Prefix } } @@ -20683,8 +20245,7 @@ extension EC2ClientTypes { privateIpAddresses: [EC2ClientTypes.PrivateIpAddressSpecification]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associateCarrierIpAddress = associateCarrierIpAddress self.associatePublicIpAddress = associatePublicIpAddress self.connectionTrackingSpecification = connectionTrackingSpecification @@ -20720,8 +20281,7 @@ extension EC2ClientTypes { public init( bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting } } @@ -20760,8 +20320,7 @@ extension EC2ClientTypes { partitionNumber: Swift.Int? = nil, spreadDomain: Swift.String? = nil, tenancy: EC2ClientTypes.Tenancy? = nil - ) - { + ) { self.affinity = affinity self.availabilityZone = availabilityZone self.groupId = groupId @@ -20790,8 +20349,7 @@ extension EC2ClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -20811,8 +20369,7 @@ extension EC2ClientTypes { public init( resourceType: EC2ClientTypes.ResourceType? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceType = resourceType self.tags = tags } @@ -20933,8 +20490,7 @@ extension EC2ClientTypes { securityGroups: [Swift.String]? = nil, tagSpecifications: [EC2ClientTypes.LaunchTemplateTagSpecification]? = nil, userData: Swift.String? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.capacityReservationSpecification = capacityReservationSpecification self.cpuOptions = cpuOptions @@ -21010,8 +20566,7 @@ extension EC2ClientTypes { `operator`: EC2ClientTypes.OperatorResponse? = nil, versionDescription: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.createTime = createTime self.createdBy = createdBy self.defaultVersion = defaultVersion @@ -21034,8 +20589,7 @@ public struct CreateLaunchTemplateVersionOutput: Swift.Sendable { public init( launchTemplateVersion: EC2ClientTypes.LaunchTemplateVersion? = nil, warning: EC2ClientTypes.ValidationWarning? = nil - ) - { + ) { self.launchTemplateVersion = launchTemplateVersion self.warning = warning } @@ -21063,8 +20617,7 @@ public struct CreateLocalGatewayRouteInput: Swift.Sendable { localGatewayRouteTableId: Swift.String? = nil, localGatewayVirtualInterfaceGroupId: Swift.String? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinationPrefixListId = destinationPrefixListId self.dryRun = dryRun @@ -21180,8 +20733,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.LocalGatewayRouteState? = nil, subnetId: Swift.String? = nil, type: EC2ClientTypes.LocalGatewayRouteType? = nil - ) - { + ) { self.coipPoolId = coipPoolId self.destinationCidrBlock = destinationCidrBlock self.destinationPrefixListId = destinationPrefixListId @@ -21203,8 +20755,7 @@ public struct CreateLocalGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.LocalGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -21254,8 +20805,7 @@ public struct CreateLocalGatewayRouteTableInput: Swift.Sendable { localGatewayId: Swift.String? = nil, mode: EC2ClientTypes.LocalGatewayRouteTableMode? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayId = localGatewayId self.mode = mode @@ -21299,8 +20849,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -21340,8 +20889,7 @@ extension EC2ClientTypes { state: Swift.String? = nil, stateReason: EC2ClientTypes.StateReason? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.localGatewayId = localGatewayId self.localGatewayRouteTableArn = localGatewayRouteTableArn self.localGatewayRouteTableId = localGatewayRouteTableId @@ -21361,8 +20909,7 @@ public struct CreateLocalGatewayRouteTableOutput: Swift.Sendable { public init( localGatewayRouteTable: EC2ClientTypes.LocalGatewayRouteTable? = nil - ) - { + ) { self.localGatewayRouteTable = localGatewayRouteTable } } @@ -21384,8 +20931,7 @@ public struct CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput: localGatewayRouteTableId: Swift.String? = nil, localGatewayVirtualInterfaceGroupId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableId = localGatewayRouteTableId self.localGatewayVirtualInterfaceGroupId = localGatewayVirtualInterfaceGroupId @@ -21423,8 +20969,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, state: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.localGatewayId = localGatewayId self.localGatewayRouteTableArn = localGatewayRouteTableArn self.localGatewayRouteTableId = localGatewayRouteTableId @@ -21443,8 +20988,7 @@ public struct CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput public init( localGatewayRouteTableVirtualInterfaceGroupAssociation: EC2ClientTypes.LocalGatewayRouteTableVirtualInterfaceGroupAssociation? = nil - ) - { + ) { self.localGatewayRouteTableVirtualInterfaceGroupAssociation = localGatewayRouteTableVirtualInterfaceGroupAssociation } } @@ -21466,8 +21010,7 @@ public struct CreateLocalGatewayRouteTableVpcAssociationInput: Swift.Sendable { localGatewayRouteTableId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableId = localGatewayRouteTableId self.tagSpecifications = tagSpecifications @@ -21505,8 +21048,7 @@ extension EC2ClientTypes { state: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.localGatewayId = localGatewayId self.localGatewayRouteTableArn = localGatewayRouteTableArn self.localGatewayRouteTableId = localGatewayRouteTableId @@ -21525,8 +21067,7 @@ public struct CreateLocalGatewayRouteTableVpcAssociationOutput: Swift.Sendable { public init( localGatewayRouteTableVpcAssociation: EC2ClientTypes.LocalGatewayRouteTableVpcAssociation? = nil - ) - { + ) { self.localGatewayRouteTableVpcAssociation = localGatewayRouteTableVpcAssociation } } @@ -21558,8 +21099,7 @@ public struct CreateManagedPrefixListInput: Swift.Sendable { maxEntries: Swift.Int? = nil, prefixListName: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.addressFamily = addressFamily self.clientToken = clientToken self.dryRun = dryRun @@ -21665,8 +21205,7 @@ extension EC2ClientTypes { stateMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, version: Swift.Int? = nil - ) - { + ) { self.addressFamily = addressFamily self.maxEntries = maxEntries self.ownerId = ownerId @@ -21687,8 +21226,7 @@ public struct CreateManagedPrefixListOutput: Swift.Sendable { public init( prefixList: EC2ClientTypes.ManagedPrefixList? = nil - ) - { + ) { self.prefixList = prefixList } } @@ -21756,8 +21294,7 @@ public struct CreateNatGatewayInput: Swift.Sendable { secondaryPrivateIpAddresses: [Swift.String]? = nil, subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.allocationId = allocationId self.clientToken = clientToken self.connectivityType = connectivityType @@ -21792,8 +21329,7 @@ extension EC2ClientTypes { requestTime: Foundation.Date? = nil, requested: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.provisionTime = provisionTime self.provisioned = provisioned self.requestTime = requestTime @@ -21905,8 +21441,7 @@ extension EC2ClientTypes { subnetId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.connectivityType = connectivityType self.createTime = createTime self.deleteTime = deleteTime @@ -21932,8 +21467,7 @@ public struct CreateNatGatewayOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, natGateway: EC2ClientTypes.NatGateway? = nil - ) - { + ) { self.clientToken = clientToken self.natGateway = natGateway } @@ -21955,8 +21489,7 @@ public struct CreateNetworkAclInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -21979,8 +21512,7 @@ extension EC2ClientTypes { networkAclAssociationId: Swift.String? = nil, networkAclId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.networkAclAssociationId = networkAclAssociationId self.networkAclId = networkAclId self.subnetId = subnetId @@ -22000,8 +21532,7 @@ extension EC2ClientTypes { public init( code: Swift.Int? = nil, type: Swift.Int? = nil - ) - { + ) { self.code = code self.type = type } @@ -22067,8 +21598,7 @@ extension EC2ClientTypes { `protocol`: Swift.String? = nil, ruleAction: EC2ClientTypes.RuleAction? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.egress = egress self.icmpTypeCode = icmpTypeCode @@ -22108,8 +21638,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associations = associations self.entries = entries self.isDefault = isDefault @@ -22130,8 +21659,7 @@ public struct CreateNetworkAclOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, networkAcl: EC2ClientTypes.NetworkAcl? = nil - ) - { + ) { self.clientToken = clientToken self.networkAcl = networkAcl } @@ -22175,8 +21703,7 @@ public struct CreateNetworkAclEntryInput: Swift.Sendable { `protocol`: Swift.String? = nil, ruleAction: EC2ClientTypes.RuleAction? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.dryRun = dryRun self.egress = egress @@ -22209,8 +21736,7 @@ public struct CreateNetworkInsightsAccessScopeInput: Swift.Sendable { excludePaths: [EC2ClientTypes.AccessScopePathRequest]? = nil, matchPaths: [EC2ClientTypes.AccessScopePathRequest]? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.excludePaths = excludePaths @@ -22240,8 +21766,7 @@ extension EC2ClientTypes { networkInsightsAccessScopeId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, updatedDate: Foundation.Date? = nil - ) - { + ) { self.createdDate = createdDate self.networkInsightsAccessScopeArn = networkInsightsAccessScopeArn self.networkInsightsAccessScopeId = networkInsightsAccessScopeId @@ -22266,8 +21791,7 @@ extension EC2ClientTypes { excludePaths: [EC2ClientTypes.AccessScopePath]? = nil, matchPaths: [EC2ClientTypes.AccessScopePath]? = nil, networkInsightsAccessScopeId: Swift.String? = nil - ) - { + ) { self.excludePaths = excludePaths self.matchPaths = matchPaths self.networkInsightsAccessScopeId = networkInsightsAccessScopeId @@ -22284,8 +21808,7 @@ public struct CreateNetworkInsightsAccessScopeOutput: Swift.Sendable { public init( networkInsightsAccessScope: EC2ClientTypes.NetworkInsightsAccessScope? = nil, networkInsightsAccessScopeContent: EC2ClientTypes.NetworkInsightsAccessScopeContent? = nil - ) - { + ) { self.networkInsightsAccessScope = networkInsightsAccessScope self.networkInsightsAccessScopeContent = networkInsightsAccessScopeContent } @@ -22303,8 +21826,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -22329,8 +21851,7 @@ extension EC2ClientTypes { destinationPortRange: EC2ClientTypes.RequestFilterPortRange? = nil, sourceAddress: Swift.String? = nil, sourcePortRange: EC2ClientTypes.RequestFilterPortRange? = nil - ) - { + ) { self.destinationAddress = destinationAddress self.destinationPortRange = destinationPortRange self.sourceAddress = sourceAddress @@ -22378,8 +21899,7 @@ public struct CreateNetworkInsightsPathInput: Swift.Sendable { source: Swift.String? = nil, sourceIp: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.destination = destination self.destinationIp = destinationIp @@ -22406,8 +21926,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -22432,8 +21951,7 @@ extension EC2ClientTypes { destinationPortRange: EC2ClientTypes.FilterPortRange? = nil, sourceAddress: Swift.String? = nil, sourcePortRange: EC2ClientTypes.FilterPortRange? = nil - ) - { + ) { self.destinationAddress = destinationAddress self.destinationPortRange = destinationPortRange self.sourceAddress = sourceAddress @@ -22490,8 +22008,7 @@ extension EC2ClientTypes { sourceArn: Swift.String? = nil, sourceIp: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.createdDate = createdDate self.destination = destination self.destinationArn = destinationArn @@ -22516,8 +22033,7 @@ public struct CreateNetworkInsightsPathOutput: Swift.Sendable { public init( networkInsightsPath: EC2ClientTypes.NetworkInsightsPath? = nil - ) - { + ) { self.networkInsightsPath = networkInsightsPath } } @@ -22618,8 +22134,7 @@ public struct CreateNetworkInterfaceInput: Swift.Sendable { secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.connectionTrackingSpecification = connectionTrackingSpecification self.description = description @@ -22669,8 +22184,7 @@ extension EC2ClientTypes { ipOwnerId: Swift.String? = nil, publicDnsName: Swift.String? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.associationId = associationId self.carrierIp = carrierIp @@ -22691,8 +22205,7 @@ extension EC2ClientTypes { public init( enaSrdUdpEnabled: Swift.Bool? = nil - ) - { + ) { self.enaSrdUdpEnabled = enaSrdUdpEnabled } } @@ -22710,8 +22223,7 @@ extension EC2ClientTypes { public init( enaSrdEnabled: Swift.Bool? = nil, enaSrdUdpSpecification: EC2ClientTypes.AttachmentEnaSrdUdpSpecification? = nil - ) - { + ) { self.enaSrdEnabled = enaSrdEnabled self.enaSrdUdpSpecification = enaSrdUdpSpecification } @@ -22751,8 +22263,7 @@ extension EC2ClientTypes { instanceOwnerId: Swift.String? = nil, networkCardIndex: Swift.Int? = nil, status: EC2ClientTypes.AttachmentStatus? = nil - ) - { + ) { self.attachTime = attachTime self.attachmentId = attachmentId self.deleteOnTermination = deleteOnTermination @@ -22781,8 +22292,7 @@ extension EC2ClientTypes { tcpEstablishedTimeout: Swift.Int? = nil, udpStreamTimeout: Swift.Int? = nil, udpTimeout: Swift.Int? = nil - ) - { + ) { self.tcpEstablishedTimeout = tcpEstablishedTimeout self.udpStreamTimeout = udpStreamTimeout self.udpTimeout = udpTimeout @@ -22802,8 +22312,7 @@ extension EC2ClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -22899,8 +22408,7 @@ extension EC2ClientTypes { public init( ipv6Address: Swift.String? = nil, isPrimaryIpv6: Swift.Bool? = nil - ) - { + ) { self.ipv6Address = ipv6Address self.isPrimaryIpv6 = isPrimaryIpv6 } @@ -22916,8 +22424,7 @@ extension EC2ClientTypes { public init( ipv6Prefix: Swift.String? = nil - ) - { + ) { self.ipv6Prefix = ipv6Prefix } } @@ -22941,8 +22448,7 @@ extension EC2ClientTypes { primary: Swift.Bool? = nil, privateDnsName: Swift.String? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.association = association self.primary = primary self.privateDnsName = privateDnsName @@ -23079,8 +22585,7 @@ extension EC2ClientTypes { subnetId: Swift.String? = nil, tagSet: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.association = association self.attachment = attachment self.availabilityZone = availabilityZone @@ -23122,8 +22627,7 @@ public struct CreateNetworkInterfaceOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, networkInterface: EC2ClientTypes.NetworkInterface? = nil - ) - { + ) { self.clientToken = clientToken self.networkInterface = networkInterface } @@ -23179,8 +22683,7 @@ public struct CreateNetworkInterfacePermissionInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkInterfaceId: Swift.String? = nil, permission: EC2ClientTypes.InterfacePermissionType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsService = awsService self.dryRun = dryRun @@ -23236,8 +22739,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.NetworkInterfacePermissionStateCode? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.state = state self.statusMessage = statusMessage } @@ -23268,8 +22770,7 @@ extension EC2ClientTypes { networkInterfacePermissionId: Swift.String? = nil, permission: EC2ClientTypes.InterfacePermissionType? = nil, permissionState: EC2ClientTypes.NetworkInterfacePermissionState? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsService = awsService self.networkInterfaceId = networkInterfaceId @@ -23287,8 +22788,7 @@ public struct CreateNetworkInterfacePermissionOutput: Swift.Sendable { public init( interfacePermission: EC2ClientTypes.NetworkInterfacePermission? = nil - ) - { + ) { self.interfacePermission = interfacePermission } } @@ -23379,8 +22879,7 @@ public struct CreatePlacementGroupInput: Swift.Sendable { spreadLevel: EC2ClientTypes.SpreadLevel? = nil, strategy: EC2ClientTypes.PlacementStrategy? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.groupName = groupName self.partitionCount = partitionCount @@ -23455,8 +22954,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.PlacementGroupState? = nil, strategy: EC2ClientTypes.PlacementStrategy? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.groupArn = groupArn self.groupId = groupId self.groupName = groupName @@ -23475,8 +22973,7 @@ public struct CreatePlacementGroupOutput: Swift.Sendable { public init( placementGroup: EC2ClientTypes.PlacementGroup? = nil - ) - { + ) { self.placementGroup = placementGroup } } @@ -23493,8 +22990,7 @@ public struct CreatePublicIpv4PoolInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkBorderGroup: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.networkBorderGroup = networkBorderGroup self.tagSpecifications = tagSpecifications @@ -23507,8 +23003,7 @@ public struct CreatePublicIpv4PoolOutput: Swift.Sendable { public init( poolId: Swift.String? = nil - ) - { + ) { self.poolId = poolId } } @@ -23538,8 +23033,7 @@ public struct CreateReplaceRootVolumeTaskInput: Swift.Sendable { instanceId: Swift.String? = nil, snapshotId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.deleteReplacedRootVolume = deleteReplacedRootVolume self.dryRun = dryRun @@ -23638,8 +23132,7 @@ extension EC2ClientTypes { startTime: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, taskState: EC2ClientTypes.ReplaceRootVolumeTaskState? = nil - ) - { + ) { self.completeTime = completeTime self.deleteReplacedRootVolume = deleteReplacedRootVolume self.imageId = imageId @@ -23659,8 +23152,7 @@ public struct CreateReplaceRootVolumeTaskOutput: Swift.Sendable { public init( replaceRootVolumeTask: EC2ClientTypes.ReplaceRootVolumeTask? = nil - ) - { + ) { self.replaceRootVolumeTask = replaceRootVolumeTask } } @@ -23680,8 +23172,7 @@ extension EC2ClientTypes { currencyCode: EC2ClientTypes.CurrencyCodeValues? = nil, price: Swift.Double? = nil, term: Swift.Int? = nil - ) - { + ) { self.currencyCode = currencyCode self.price = price self.term = term @@ -23709,8 +23200,7 @@ public struct CreateReservedInstancesListingInput: Swift.Sendable { instanceCount: Swift.Int? = nil, priceSchedules: [EC2ClientTypes.PriceScheduleSpecification]? = nil, reservedInstancesId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceCount = instanceCount self.priceSchedules = priceSchedules @@ -23725,8 +23215,7 @@ public struct CreateReservedInstancesListingOutput: Swift.Sendable { public init( reservedInstancesListings: [EC2ClientTypes.ReservedInstancesListing]? = nil - ) - { + ) { self.reservedInstancesListings = reservedInstancesListings } } @@ -23755,8 +23244,7 @@ public struct CreateRestoreImageTaskInput: Swift.Sendable { name: Swift.String? = nil, objectKey: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.bucket = bucket self.dryRun = dryRun self.name = name @@ -23771,8 +23259,7 @@ public struct CreateRestoreImageTaskOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -23829,8 +23316,7 @@ public struct CreateRouteInput: Swift.Sendable { transitGatewayId: Swift.String? = nil, vpcEndpointId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.coreNetworkArn = coreNetworkArn self.destinationCidrBlock = destinationCidrBlock @@ -23856,8 +23342,7 @@ public struct CreateRouteOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -23878,8 +23363,7 @@ public struct CreateRouteTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.tagSpecifications = tagSpecifications @@ -23911,8 +23395,7 @@ extension EC2ClientTypes { routeTableAssociationId: Swift.String? = nil, routeTableId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associationState = associationState self.gatewayId = gatewayId self.main = main @@ -23932,8 +23415,7 @@ extension EC2ClientTypes { public init( gatewayId: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId } } @@ -24060,8 +23542,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.RouteState? = nil, transitGatewayId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.coreNetworkArn = coreNetworkArn self.destinationCidrBlock = destinationCidrBlock @@ -24109,8 +23590,7 @@ extension EC2ClientTypes { routes: [EC2ClientTypes.Route]? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associations = associations self.ownerId = ownerId self.propagatingVgws = propagatingVgws @@ -24131,8 +23611,7 @@ public struct CreateRouteTableOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, routeTable: EC2ClientTypes.RouteTable? = nil - ) - { + ) { self.clientToken = clientToken self.routeTable = routeTable } @@ -24158,8 +23637,7 @@ public struct CreateSecurityGroupInput: Swift.Sendable { groupName: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.groupName = groupName @@ -24180,8 +23658,7 @@ public struct CreateSecurityGroupOutput: Swift.Sendable { groupId: Swift.String? = nil, securityGroupArn: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.groupId = groupId self.securityGroupArn = securityGroupArn self.tags = tags @@ -24253,8 +23730,7 @@ public struct CreateSnapshotInput: Swift.Sendable { outpostArn: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.location = location @@ -24466,8 +23942,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { transferType: EC2ClientTypes.TransferType? = nil, volumeId: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.completionDurationMinutes = completionDurationMinutes self.completionTime = completionTime @@ -24535,8 +24010,7 @@ extension EC2ClientTypes { excludeBootVolume: Swift.Bool? = nil, excludeDataVolumeIds: [Swift.String]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.excludeBootVolume = excludeBootVolume self.excludeDataVolumeIds = excludeDataVolumeIds self.instanceId = instanceId @@ -24583,8 +24057,7 @@ public struct CreateSnapshotsInput: Swift.Sendable { location: EC2ClientTypes.SnapshotLocationEnum? = nil, outpostArn: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.copyTagsFromSource = copyTagsFromSource self.description = description self.dryRun = dryRun @@ -24640,8 +24113,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, volumeId: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.encrypted = encrypted @@ -24665,8 +24137,7 @@ public struct CreateSnapshotsOutput: Swift.Sendable { public init( snapshots: [EC2ClientTypes.SnapshotInfo]? = nil - ) - { + ) { self.snapshots = snapshots } } @@ -24685,8 +24156,7 @@ public struct CreateSpotDatafeedSubscriptionInput: Swift.Sendable { bucket: Swift.String? = nil, dryRun: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.dryRun = dryRun self.`prefix` = `prefix` @@ -24705,8 +24175,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -24763,8 +24232,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, `prefix`: Swift.String? = nil, state: EC2ClientTypes.DatafeedSubscriptionState? = nil - ) - { + ) { self.bucket = bucket self.fault = fault self.ownerId = ownerId @@ -24781,8 +24249,7 @@ public struct CreateSpotDatafeedSubscriptionOutput: Swift.Sendable { public init( spotDatafeedSubscription: EC2ClientTypes.SpotDatafeedSubscription? = nil - ) - { + ) { self.spotDatafeedSubscription = spotDatafeedSubscription } } @@ -24799,8 +24266,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -24824,8 +24290,7 @@ public struct CreateStoreImageTaskInput: Swift.Sendable { dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil, s3ObjectTags: [EC2ClientTypes.S3ObjectTag]? = nil - ) - { + ) { self.bucket = bucket self.dryRun = dryRun self.imageId = imageId @@ -24839,8 +24304,7 @@ public struct CreateStoreImageTaskOutput: Swift.Sendable { public init( objectKey: Swift.String? = nil - ) - { + ) { self.objectKey = objectKey } } @@ -24888,8 +24352,7 @@ public struct CreateSubnetInput: Swift.Sendable { outpostArn: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.cidrBlock = cidrBlock @@ -24912,8 +24375,7 @@ public struct CreateSubnetOutput: Swift.Sendable { public init( subnet: EC2ClientTypes.Subnet? = nil - ) - { + ) { self.subnet = subnet } } @@ -24975,8 +24437,7 @@ public struct CreateSubnetCidrReservationInput: Swift.Sendable { reservationType: EC2ClientTypes.SubnetCidrReservationType? = nil, subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.cidr = cidr self.description = description self.dryRun = dryRun @@ -25013,8 +24474,7 @@ extension EC2ClientTypes { subnetCidrReservationId: Swift.String? = nil, subnetId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.cidr = cidr self.description = description self.ownerId = ownerId @@ -25032,8 +24492,7 @@ public struct CreateSubnetCidrReservationOutput: Swift.Sendable { public init( subnetCidrReservation: EC2ClientTypes.SubnetCidrReservation? = nil - ) - { + ) { self.subnetCidrReservation = subnetCidrReservation } } @@ -25052,8 +24511,7 @@ public struct CreateTagsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, resources: [Swift.String]? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dryRun = dryRun self.resources = resources self.tags = tags @@ -25075,8 +24533,7 @@ public struct CreateTrafficMirrorFilterInput: Swift.Sendable { description: Swift.String? = nil, dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -25096,8 +24553,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -25204,8 +24660,7 @@ extension EC2ClientTypes { trafficDirection: EC2ClientTypes.TrafficDirection? = nil, trafficMirrorFilterId: Swift.String? = nil, trafficMirrorFilterRuleId: Swift.String? = nil - ) - { + ) { self.description = description self.destinationCidrBlock = destinationCidrBlock self.destinationPortRange = destinationPortRange @@ -25272,8 +24727,7 @@ extension EC2ClientTypes { networkServices: [EC2ClientTypes.TrafficMirrorNetworkService]? = nil, tags: [EC2ClientTypes.Tag]? = nil, trafficMirrorFilterId: Swift.String? = nil - ) - { + ) { self.description = description self.egressFilterRules = egressFilterRules self.ingressFilterRules = ingressFilterRules @@ -25293,8 +24747,7 @@ public struct CreateTrafficMirrorFilterOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, trafficMirrorFilter: EC2ClientTypes.TrafficMirrorFilter? = nil - ) - { + ) { self.clientToken = clientToken self.trafficMirrorFilter = trafficMirrorFilter } @@ -25312,8 +24765,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -25368,8 +24820,7 @@ public struct CreateTrafficMirrorFilterRuleInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, trafficDirection: EC2ClientTypes.TrafficDirection? = nil, trafficMirrorFilterId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.destinationCidrBlock = destinationCidrBlock @@ -25395,8 +24846,7 @@ public struct CreateTrafficMirrorFilterRuleOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, trafficMirrorFilterRule: EC2ClientTypes.TrafficMirrorFilterRule? = nil - ) - { + ) { self.clientToken = clientToken self.trafficMirrorFilterRule = trafficMirrorFilterRule } @@ -25439,8 +24889,7 @@ public struct CreateTrafficMirrorSessionInput: Swift.Sendable { trafficMirrorFilterId: Swift.String? = nil, trafficMirrorTargetId: Swift.String? = nil, virtualNetworkId: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -25490,8 +24939,7 @@ extension EC2ClientTypes { trafficMirrorSessionId: Swift.String? = nil, trafficMirrorTargetId: Swift.String? = nil, virtualNetworkId: Swift.Int? = nil - ) - { + ) { self.description = description self.networkInterfaceId = networkInterfaceId self.ownerId = ownerId @@ -25515,8 +24963,7 @@ public struct CreateTrafficMirrorSessionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, trafficMirrorSession: EC2ClientTypes.TrafficMirrorSession? = nil - ) - { + ) { self.clientToken = clientToken self.trafficMirrorSession = trafficMirrorSession } @@ -25546,8 +24993,7 @@ public struct CreateTrafficMirrorTargetInput: Swift.Sendable { networkInterfaceId: Swift.String? = nil, networkLoadBalancerArn: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -25620,8 +25066,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, trafficMirrorTargetId: Swift.String? = nil, type: EC2ClientTypes.TrafficMirrorTargetType? = nil - ) - { + ) { self.description = description self.gatewayLoadBalancerEndpointId = gatewayLoadBalancerEndpointId self.networkInterfaceId = networkInterfaceId @@ -25643,8 +25088,7 @@ public struct CreateTrafficMirrorTargetOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, trafficMirrorTarget: EC2ClientTypes.TrafficMirrorTarget? = nil - ) - { + ) { self.clientToken = clientToken self.trafficMirrorTarget = trafficMirrorTarget } @@ -25828,8 +25272,7 @@ extension EC2ClientTypes { securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil, transitGatewayCidrBlocks: [Swift.String]? = nil, vpnEcmpSupport: EC2ClientTypes.VpnEcmpSupportValue? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.autoAcceptSharedAttachments = autoAcceptSharedAttachments self.defaultRouteTableAssociation = defaultRouteTableAssociation @@ -25858,8 +25301,7 @@ public struct CreateTransitGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, options: EC2ClientTypes.TransitGatewayRequestOptions? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.options = options @@ -25906,8 +25348,7 @@ extension EC2ClientTypes { securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil, transitGatewayCidrBlocks: [Swift.String]? = nil, vpnEcmpSupport: EC2ClientTypes.VpnEcmpSupportValue? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.associationDefaultRouteTableId = associationDefaultRouteTableId self.autoAcceptSharedAttachments = autoAcceptSharedAttachments @@ -25991,8 +25432,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, transitGatewayArn: Swift.String? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.options = options @@ -26011,8 +25451,7 @@ public struct CreateTransitGatewayOutput: Swift.Sendable { public init( transitGateway: EC2ClientTypes.TransitGateway? = nil - ) - { + ) { self.transitGateway = transitGateway } } @@ -26053,8 +25492,7 @@ extension EC2ClientTypes { public init( `protocol`: EC2ClientTypes.ProtocolValue? = nil - ) - { + ) { self.`protocol` = `protocol` } } @@ -26077,8 +25515,7 @@ public struct CreateTransitGatewayConnectInput: Swift.Sendable { options: EC2ClientTypes.CreateTransitGatewayConnectRequestOptions? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transportTransitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.options = options self.tagSpecifications = tagSpecifications @@ -26095,8 +25532,7 @@ extension EC2ClientTypes { public init( `protocol`: EC2ClientTypes.ProtocolValue? = nil - ) - { + ) { self.`protocol` = `protocol` } } @@ -26129,8 +25565,7 @@ extension EC2ClientTypes { transitGatewayAttachmentId: Swift.String? = nil, transitGatewayId: Swift.String? = nil, transportTransitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.options = options self.state = state @@ -26148,8 +25583,7 @@ public struct CreateTransitGatewayConnectOutput: Swift.Sendable { public init( transitGatewayConnect: EC2ClientTypes.TransitGatewayConnect? = nil - ) - { + ) { self.transitGatewayConnect = transitGatewayConnect } } @@ -26163,8 +25597,7 @@ extension EC2ClientTypes { public init( peerAsn: Swift.Int? = nil - ) - { + ) { self.peerAsn = peerAsn } } @@ -26197,8 +25630,7 @@ public struct CreateTransitGatewayConnectPeerInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayAddress: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.bgpOptions = bgpOptions self.dryRun = dryRun self.insideCidrBlocks = insideCidrBlocks @@ -26259,8 +25691,7 @@ extension EC2ClientTypes { peerAsn: Swift.Int? = nil, transitGatewayAddress: Swift.String? = nil, transitGatewayAsn: Swift.Int? = nil - ) - { + ) { self.bgpStatus = bgpStatus self.peerAddress = peerAddress self.peerAsn = peerAsn @@ -26291,8 +25722,7 @@ extension EC2ClientTypes { peerAddress: Swift.String? = nil, `protocol`: EC2ClientTypes.ProtocolValue? = nil, transitGatewayAddress: Swift.String? = nil - ) - { + ) { self.bgpConfigurations = bgpConfigurations self.insideCidrBlocks = insideCidrBlocks self.peerAddress = peerAddress @@ -26361,8 +25791,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayConnectPeerId: Swift.String? = nil - ) - { + ) { self.connectPeerConfiguration = connectPeerConfiguration self.creationTime = creationTime self.state = state @@ -26379,8 +25808,7 @@ public struct CreateTransitGatewayConnectPeerOutput: Swift.Sendable { public init( transitGatewayConnectPeer: EC2ClientTypes.TransitGatewayConnectPeer? = nil - ) - { + ) { self.transitGatewayConnectPeer = transitGatewayConnectPeer } } @@ -26487,8 +25915,7 @@ extension EC2ClientTypes { autoAcceptSharedAssociations: EC2ClientTypes.AutoAcceptSharedAssociationsValue? = nil, igmpv2Support: EC2ClientTypes.Igmpv2SupportValue? = nil, staticSourcesSupport: EC2ClientTypes.StaticSourcesSupportValue? = nil - ) - { + ) { self.autoAcceptSharedAssociations = autoAcceptSharedAssociations self.igmpv2Support = igmpv2Support self.staticSourcesSupport = staticSourcesSupport @@ -26512,8 +25939,7 @@ public struct CreateTransitGatewayMulticastDomainInput: Swift.Sendable { options: EC2ClientTypes.CreateTransitGatewayMulticastDomainRequestOptions? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.options = options self.tagSpecifications = tagSpecifications @@ -26536,8 +25962,7 @@ extension EC2ClientTypes { autoAcceptSharedAssociations: EC2ClientTypes.AutoAcceptSharedAssociationsValue? = nil, igmpv2Support: EC2ClientTypes.Igmpv2SupportValue? = nil, staticSourcesSupport: EC2ClientTypes.StaticSourcesSupportValue? = nil - ) - { + ) { self.autoAcceptSharedAssociations = autoAcceptSharedAssociations self.igmpv2Support = igmpv2Support self.staticSourcesSupport = staticSourcesSupport @@ -26610,8 +26035,7 @@ extension EC2ClientTypes { transitGatewayId: Swift.String? = nil, transitGatewayMulticastDomainArn: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.options = options self.ownerId = ownerId @@ -26630,8 +26054,7 @@ public struct CreateTransitGatewayMulticastDomainOutput: Swift.Sendable { public init( transitGatewayMulticastDomain: EC2ClientTypes.TransitGatewayMulticastDomain? = nil - ) - { + ) { self.transitGatewayMulticastDomain = transitGatewayMulticastDomain } } @@ -26645,8 +26068,7 @@ extension EC2ClientTypes { public init( dynamicRouting: EC2ClientTypes.DynamicRoutingValue? = nil - ) - { + ) { self.dynamicRouting = dynamicRouting } } @@ -26680,8 +26102,7 @@ public struct CreateTransitGatewayPeeringAttachmentInput: Swift.Sendable { peerTransitGatewayId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.options = options self.peerAccountId = peerAccountId @@ -26698,8 +26119,7 @@ public struct CreateTransitGatewayPeeringAttachmentOutput: Swift.Sendable { public init( transitGatewayPeeringAttachment: EC2ClientTypes.TransitGatewayPeeringAttachment? = nil - ) - { + ) { self.transitGatewayPeeringAttachment = transitGatewayPeeringAttachment } } @@ -26717,8 +26137,7 @@ public struct CreateTransitGatewayPolicyTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.tagSpecifications = tagSpecifications self.transitGatewayId = transitGatewayId @@ -26781,8 +26200,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, transitGatewayId: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.state = state self.tags = tags @@ -26798,8 +26216,7 @@ public struct CreateTransitGatewayPolicyTableOutput: Swift.Sendable { public init( transitGatewayPolicyTable: EC2ClientTypes.TransitGatewayPolicyTable? = nil - ) - { + ) { self.transitGatewayPolicyTable = transitGatewayPolicyTable } } @@ -26824,8 +26241,7 @@ public struct CreateTransitGatewayPrefixListReferenceInput: Swift.Sendable { prefixListId: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.blackhole = blackhole self.dryRun = dryRun self.prefixListId = prefixListId @@ -26884,8 +26300,7 @@ extension EC2ClientTypes { resourceId: Swift.String? = nil, resourceType: EC2ClientTypes.TransitGatewayAttachmentResourceType? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -26917,8 +26332,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.TransitGatewayPrefixListReferenceState? = nil, transitGatewayAttachment: EC2ClientTypes.TransitGatewayPrefixListAttachment? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.blackhole = blackhole self.prefixListId = prefixListId self.prefixListOwnerId = prefixListOwnerId @@ -26935,8 +26349,7 @@ public struct CreateTransitGatewayPrefixListReferenceOutput: Swift.Sendable { public init( transitGatewayPrefixListReference: EC2ClientTypes.TransitGatewayPrefixListReference? = nil - ) - { + ) { self.transitGatewayPrefixListReference = transitGatewayPrefixListReference } } @@ -26961,8 +26374,7 @@ public struct CreateTransitGatewayRouteInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.blackhole = blackhole self.destinationCidrBlock = destinationCidrBlock self.dryRun = dryRun @@ -27024,8 +26436,7 @@ extension EC2ClientTypes { resourceId: Swift.String? = nil, resourceType: EC2ClientTypes.TransitGatewayAttachmentResourceType? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -27086,8 +26497,7 @@ extension EC2ClientTypes { transitGatewayAttachments: [EC2ClientTypes.TransitGatewayRouteAttachment]? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil, type: EC2ClientTypes.TransitGatewayRouteType? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.prefixListId = prefixListId self.state = state @@ -27104,8 +26514,7 @@ public struct CreateTransitGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.TransitGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -27123,8 +26532,7 @@ public struct CreateTransitGatewayRouteTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.tagSpecifications = tagSpecifications self.transitGatewayId = transitGatewayId @@ -27193,8 +26601,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, transitGatewayId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.defaultAssociationRouteTable = defaultAssociationRouteTable self.defaultPropagationRouteTable = defaultPropagationRouteTable @@ -27212,8 +26619,7 @@ public struct CreateTransitGatewayRouteTableOutput: Swift.Sendable { public init( transitGatewayRouteTable: EC2ClientTypes.TransitGatewayRouteTable? = nil - ) - { + ) { self.transitGatewayRouteTable = transitGatewayRouteTable } } @@ -27235,8 +26641,7 @@ public struct CreateTransitGatewayRouteTableAnnouncementInput: Swift.Sendable { peeringAttachmentId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.peeringAttachmentId = peeringAttachmentId self.tagSpecifications = tagSpecifications @@ -27353,8 +26758,7 @@ extension EC2ClientTypes { transitGatewayId: Swift.String? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.announcementDirection = announcementDirection self.coreNetworkId = coreNetworkId self.creationTime = creationTime @@ -27376,8 +26780,7 @@ public struct CreateTransitGatewayRouteTableAnnouncementOutput: Swift.Sendable { public init( transitGatewayRouteTableAnnouncement: EC2ClientTypes.TransitGatewayRouteTableAnnouncement? = nil - ) - { + ) { self.transitGatewayRouteTableAnnouncement = transitGatewayRouteTableAnnouncement } } @@ -27400,8 +26803,7 @@ extension EC2ClientTypes { dnsSupport: EC2ClientTypes.DnsSupportValue? = nil, ipv6Support: EC2ClientTypes.Ipv6SupportValue? = nil, securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil - ) - { + ) { self.applianceModeSupport = applianceModeSupport self.dnsSupport = dnsSupport self.ipv6Support = ipv6Support @@ -27434,8 +26836,7 @@ public struct CreateTransitGatewayVpcAttachmentInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, transitGatewayId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.options = options self.subnetIds = subnetIds @@ -27451,8 +26852,7 @@ public struct CreateTransitGatewayVpcAttachmentOutput: Swift.Sendable { public init( transitGatewayVpcAttachment: EC2ClientTypes.TransitGatewayVpcAttachment? = nil - ) - { + ) { self.transitGatewayVpcAttachment = transitGatewayVpcAttachment } } @@ -27495,8 +26895,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -27553,8 +26952,7 @@ extension EC2ClientTypes { portRanges: [EC2ClientTypes.CreateVerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.cidr = cidr self.portRanges = portRanges self.`protocol` = `protocol` @@ -27619,8 +27017,7 @@ extension EC2ClientTypes { portRanges: [EC2ClientTypes.CreateVerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn self.port = port self.portRanges = portRanges @@ -27648,8 +27045,7 @@ extension EC2ClientTypes { port: Swift.Int? = nil, portRanges: [EC2ClientTypes.CreateVerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId self.port = port self.portRanges = portRanges @@ -27685,8 +27081,7 @@ extension EC2ClientTypes { rdsDbProxyArn: Swift.String? = nil, rdsEndpoint: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.port = port self.`protocol` = `protocol` self.rdsDbClusterArn = rdsDbClusterArn @@ -27710,8 +27105,7 @@ extension EC2ClientTypes { public init( customerManagedKeyEnabled: Swift.Bool? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.customerManagedKeyEnabled = customerManagedKeyEnabled self.kmsKeyArn = kmsKeyArn } @@ -27775,8 +27169,7 @@ public struct CreateVerifiedAccessEndpointInput: Swift.Sendable { sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationRequest? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, verifiedAccessGroupId: Swift.String? = nil - ) - { + ) { self.applicationDomain = applicationDomain self.attachmentType = attachmentType self.cidrOptions = cidrOptions @@ -27809,8 +27202,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -27835,8 +27227,7 @@ extension EC2ClientTypes { portRanges: [EC2ClientTypes.VerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.cidr = cidr self.portRanges = portRanges self.`protocol` = `protocol` @@ -27866,8 +27257,7 @@ extension EC2ClientTypes { portRanges: [EC2ClientTypes.VerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn self.port = port self.portRanges = portRanges @@ -27895,8 +27285,7 @@ extension EC2ClientTypes { port: Swift.Int? = nil, portRanges: [EC2ClientTypes.VerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId self.port = port self.portRanges = portRanges @@ -27932,8 +27321,7 @@ extension EC2ClientTypes { rdsDbProxyArn: Swift.String? = nil, rdsEndpoint: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.port = port self.`protocol` = `protocol` self.rdsDbClusterArn = rdsDbClusterArn @@ -27995,8 +27383,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.VerifiedAccessEndpointStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -28072,8 +27459,7 @@ extension EC2ClientTypes { verifiedAccessEndpointId: Swift.String? = nil, verifiedAccessGroupId: Swift.String? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.applicationDomain = applicationDomain self.attachmentType = attachmentType self.cidrOptions = cidrOptions @@ -28105,8 +27491,7 @@ public struct CreateVerifiedAccessEndpointOutput: Swift.Sendable { public init( verifiedAccessEndpoint: EC2ClientTypes.VerifiedAccessEndpoint? = nil - ) - { + ) { self.verifiedAccessEndpoint = verifiedAccessEndpoint } } @@ -28136,8 +27521,7 @@ public struct CreateVerifiedAccessGroupInput: Swift.Sendable { sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationRequest? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -28184,8 +27568,7 @@ extension EC2ClientTypes { verifiedAccessGroupArn: Swift.String? = nil, verifiedAccessGroupId: Swift.String? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.deletionTime = deletionTime self.description = description @@ -28206,8 +27589,7 @@ public struct CreateVerifiedAccessGroupOutput: Swift.Sendable { public init( verifiedAccessGroup: EC2ClientTypes.VerifiedAccessGroup? = nil - ) - { + ) { self.verifiedAccessGroup = verifiedAccessGroup } } @@ -28233,8 +27615,7 @@ public struct CreateVerifiedAccessInstanceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, fipsEnabled: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.cidrEndpointsCustomSubDomain = cidrEndpointsCustomSubDomain self.clientToken = clientToken self.description = description @@ -28250,8 +27631,7 @@ public struct CreateVerifiedAccessInstanceOutput: Swift.Sendable { public init( verifiedAccessInstance: EC2ClientTypes.VerifiedAccessInstance? = nil - ) - { + ) { self.verifiedAccessInstance = verifiedAccessInstance } } @@ -28268,8 +27648,7 @@ extension EC2ClientTypes { public init( publicSigningKeyUrl: Swift.String? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.publicSigningKeyUrl = publicSigningKeyUrl self.tenantId = tenantId } @@ -28306,8 +27685,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -28352,8 +27730,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -28411,8 +27788,7 @@ public struct CreateVerifiedAccessTrustProviderInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, trustProviderType: EC2ClientTypes.TrustProviderType? = nil, userTrustProviderType: EC2ClientTypes.UserTrustProviderType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.deviceOptions = deviceOptions @@ -28434,8 +27810,7 @@ public struct CreateVerifiedAccessTrustProviderOutput: Swift.Sendable { public init( verifiedAccessTrustProvider: EC2ClientTypes.VerifiedAccessTrustProvider? = nil - ) - { + ) { self.verifiedAccessTrustProvider = verifiedAccessTrustProvider } } @@ -28529,8 +27904,7 @@ public struct CreateVolumeInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, throughput: Swift.Int? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.clientToken = clientToken self.dryRun = dryRun @@ -28578,8 +27952,7 @@ extension EC2ClientTypes { instanceOwningService: Swift.String? = nil, state: EC2ClientTypes.VolumeAttachmentState? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.associatedResource = associatedResource self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination @@ -28691,8 +28064,7 @@ public struct CreateVolumeOutput: Swift.Sendable { throughput: Swift.Int? = nil, volumeId: Swift.String? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.attachments = attachments self.availabilityZone = availabilityZone self.createTime = createTime @@ -28753,8 +28125,7 @@ public struct CreateVpcInput: Swift.Sendable { ipv6NetmaskLength: Swift.Int? = nil, ipv6Pool: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.amazonProvidedIpv6CidrBlock = amazonProvidedIpv6CidrBlock self.cidrBlock = cidrBlock self.dryRun = dryRun @@ -28776,8 +28147,7 @@ public struct CreateVpcOutput: Swift.Sendable { public init( vpc: EC2ClientTypes.Vpc? = nil - ) - { + ) { self.vpc = vpc } } @@ -28834,8 +28204,7 @@ public struct CreateVpcBlockPublicAccessExclusionInput: Swift.Sendable { subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.internetGatewayExclusionMode = internetGatewayExclusionMode self.subnetId = subnetId @@ -28934,8 +28303,7 @@ extension EC2ClientTypes { resourceArn: Swift.String? = nil, state: EC2ClientTypes.VpcBlockPublicAccessExclusionState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.deletionTimestamp = deletionTimestamp self.exclusionId = exclusionId @@ -28955,8 +28323,7 @@ public struct CreateVpcBlockPublicAccessExclusionOutput: Swift.Sendable { public init( vpcBlockPublicAccessExclusion: EC2ClientTypes.VpcBlockPublicAccessExclusion? = nil - ) - { + ) { self.vpcBlockPublicAccessExclusion = vpcBlockPublicAccessExclusion } } @@ -29008,8 +28375,7 @@ extension EC2ClientTypes { public init( dnsRecordIpType: EC2ClientTypes.DnsRecordIpType? = nil, privateDnsOnlyForInboundResolverEndpoint: Swift.Bool? = nil - ) - { + ) { self.dnsRecordIpType = dnsRecordIpType self.privateDnsOnlyForInboundResolverEndpoint = privateDnsOnlyForInboundResolverEndpoint } @@ -29063,8 +28429,7 @@ extension EC2ClientTypes { ipv4: Swift.String? = nil, ipv6: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipv4 = ipv4 self.ipv6 = ipv6 self.subnetId = subnetId @@ -29165,8 +28530,7 @@ public struct CreateVpcEndpointInput: Swift.Sendable { tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcEndpointType: EC2ClientTypes.VpcEndpointType? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dnsOptions = dnsOptions self.dryRun = dryRun @@ -29199,8 +28563,7 @@ extension EC2ClientTypes { public init( dnsName: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.dnsName = dnsName self.hostedZoneId = hostedZoneId } @@ -29219,8 +28582,7 @@ extension EC2ClientTypes { public init( dnsRecordIpType: EC2ClientTypes.DnsRecordIpType? = nil, privateDnsOnlyForInboundResolverEndpoint: Swift.Bool? = nil - ) - { + ) { self.dnsRecordIpType = dnsRecordIpType self.privateDnsOnlyForInboundResolverEndpoint = privateDnsOnlyForInboundResolverEndpoint } @@ -29239,8 +28601,7 @@ extension EC2ClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -29259,8 +28620,7 @@ extension EC2ClientTypes { public init( ipPrefixes: [Swift.String]? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipPrefixes = ipPrefixes self.subnetId = subnetId } @@ -29279,8 +28639,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -29418,8 +28777,7 @@ extension EC2ClientTypes { vpcEndpointId: Swift.String? = nil, vpcEndpointType: EC2ClientTypes.VpcEndpointType? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.dnsEntries = dnsEntries self.dnsOptions = dnsOptions @@ -29458,8 +28816,7 @@ public struct CreateVpcEndpointOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, vpcEndpoint: EC2ClientTypes.VpcEndpoint? = nil - ) - { + ) { self.clientToken = clientToken self.vpcEndpoint = vpcEndpoint } @@ -29488,8 +28845,7 @@ public struct CreateVpcEndpointConnectionNotificationInput: Swift.Sendable { dryRun: Swift.Bool? = nil, serviceId: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectionEvents = connectionEvents self.connectionNotificationArn = connectionNotificationArn @@ -29584,8 +28940,7 @@ extension EC2ClientTypes { serviceId: Swift.String? = nil, serviceRegion: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.connectionEvents = connectionEvents self.connectionNotificationArn = connectionNotificationArn self.connectionNotificationId = connectionNotificationId @@ -29607,8 +28962,7 @@ public struct CreateVpcEndpointConnectionNotificationOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, connectionNotification: EC2ClientTypes.ConnectionNotification? = nil - ) - { + ) { self.clientToken = clientToken self.connectionNotification = connectionNotification } @@ -29644,8 +28998,7 @@ public struct CreateVpcEndpointServiceConfigurationInput: Swift.Sendable { supportedIpAddressTypes: [Swift.String]? = nil, supportedRegions: [Swift.String]? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.clientToken = clientToken self.dryRun = dryRun @@ -29734,8 +29087,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.DnsNameState? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.state = state self.type = type @@ -29823,8 +29175,7 @@ extension EC2ClientTypes { public init( serviceType: EC2ClientTypes.ServiceType? = nil - ) - { + ) { self.serviceType = serviceType } } @@ -29871,8 +29222,7 @@ extension EC2ClientTypes { public init( region: Swift.String? = nil, serviceState: Swift.String? = nil - ) - { + ) { self.region = region self.serviceState = serviceState } @@ -29936,8 +29286,7 @@ extension EC2ClientTypes { supportedIpAddressTypes: [EC2ClientTypes.ServiceConnectivityType]? = nil, supportedRegions: [EC2ClientTypes.SupportedRegionDetail]? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.availabilityZones = availabilityZones self.baseEndpointDnsNames = baseEndpointDnsNames @@ -29968,8 +29317,7 @@ public struct CreateVpcEndpointServiceConfigurationOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, serviceConfiguration: EC2ClientTypes.ServiceConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.serviceConfiguration = serviceConfiguration } @@ -29997,8 +29345,7 @@ public struct CreateVpcPeeringConnectionInput: Swift.Sendable { peerVpcId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.peerOwnerId = peerOwnerId self.peerRegion = peerRegion @@ -30014,8 +29361,7 @@ public struct CreateVpcPeeringConnectionOutput: Swift.Sendable { public init( vpcPeeringConnection: EC2ClientTypes.VpcPeeringConnection? = nil - ) - { + ) { self.vpcPeeringConnection = vpcPeeringConnection } } @@ -30058,8 +29404,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30080,8 +29425,7 @@ extension EC2ClientTypes { logEnabled: Swift.Bool? = nil, logGroupArn: Swift.String? = nil, logOutputFormat: Swift.String? = nil - ) - { + ) { self.logEnabled = logEnabled self.logGroupArn = logGroupArn self.logOutputFormat = logOutputFormat @@ -30098,8 +29442,7 @@ extension EC2ClientTypes { public init( cloudWatchLogOptions: EC2ClientTypes.CloudWatchLogOptionsSpecification? = nil - ) - { + ) { self.cloudWatchLogOptions = cloudWatchLogOptions } } @@ -30114,8 +29457,7 @@ extension EC2ClientTypes { public init( value: Swift.Int? = nil - ) - { + ) { self.value = value } } @@ -30130,8 +29472,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30146,8 +29487,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30162,8 +29502,7 @@ extension EC2ClientTypes { public init( value: Swift.Int? = nil - ) - { + ) { self.value = value } } @@ -30178,8 +29517,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30194,8 +29532,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30281,8 +29618,7 @@ extension EC2ClientTypes { startupAction: Swift.String? = nil, tunnelInsideCidr: Swift.String? = nil, tunnelInsideIpv6Cidr: Swift.String? = nil - ) - { + ) { self.dpdTimeoutAction = dpdTimeoutAction self.dpdTimeoutSeconds = dpdTimeoutSeconds self.enableTunnelLifecycleControl = enableTunnelLifecycleControl @@ -30348,8 +29684,7 @@ extension EC2ClientTypes { transportTransitGatewayAttachmentId: Swift.String? = nil, tunnelInsideIpVersion: EC2ClientTypes.TunnelInsideIpVersion? = nil, tunnelOptions: [EC2ClientTypes.VpnTunnelOptionsSpecification]? = nil - ) - { + ) { self.enableAcceleration = enableAcceleration self.localIpv4NetworkCidr = localIpv4NetworkCidr self.localIpv6NetworkCidr = localIpv6NetworkCidr @@ -30391,8 +29726,7 @@ public struct CreateVpnConnectionInput: Swift.Sendable { transitGatewayId: Swift.String? = nil, type: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.customerGatewayId = customerGatewayId self.dryRun = dryRun self.options = options @@ -30447,8 +29781,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30469,8 +29802,7 @@ extension EC2ClientTypes { logEnabled: Swift.Bool? = nil, logGroupArn: Swift.String? = nil, logOutputFormat: Swift.String? = nil - ) - { + ) { self.logEnabled = logEnabled self.logGroupArn = logGroupArn self.logOutputFormat = logOutputFormat @@ -30487,8 +29819,7 @@ extension EC2ClientTypes { public init( cloudWatchLogOptions: EC2ClientTypes.CloudWatchLogOptions? = nil - ) - { + ) { self.cloudWatchLogOptions = cloudWatchLogOptions } } @@ -30503,8 +29834,7 @@ extension EC2ClientTypes { public init( value: Swift.Int? = nil - ) - { + ) { self.value = value } } @@ -30519,8 +29849,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30535,8 +29864,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30551,8 +29879,7 @@ extension EC2ClientTypes { public init( value: Swift.Int? = nil - ) - { + ) { self.value = value } } @@ -30567,8 +29894,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30583,8 +29909,7 @@ extension EC2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -30659,8 +29984,7 @@ extension EC2ClientTypes { startupAction: Swift.String? = nil, tunnelInsideCidr: Swift.String? = nil, tunnelInsideIpv6Cidr: Swift.String? = nil - ) - { + ) { self.dpdTimeoutAction = dpdTimeoutAction self.dpdTimeoutSeconds = dpdTimeoutSeconds self.enableTunnelLifecycleControl = enableTunnelLifecycleControl @@ -30727,8 +30051,7 @@ extension EC2ClientTypes { transportTransitGatewayAttachmentId: Swift.String? = nil, tunnelInsideIpVersion: EC2ClientTypes.TunnelInsideIpVersion? = nil, tunnelOptions: [EC2ClientTypes.TunnelOption]? = nil - ) - { + ) { self.enableAcceleration = enableAcceleration self.localIpv4NetworkCidr = localIpv4NetworkCidr self.localIpv6NetworkCidr = localIpv6NetworkCidr @@ -30819,8 +30142,7 @@ extension EC2ClientTypes { destinationCidrBlock: Swift.String? = nil, source: EC2ClientTypes.VpnStaticRouteSource? = nil, state: EC2ClientTypes.VpnState? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.source = source self.state = state @@ -30881,8 +30203,7 @@ extension EC2ClientTypes { outsideIpAddress: Swift.String? = nil, status: EC2ClientTypes.TelemetryStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.acceptedRouteCount = acceptedRouteCount self.certificateArn = certificateArn self.lastStatusChange = lastStatusChange @@ -30944,8 +30265,7 @@ extension EC2ClientTypes { vgwTelemetry: [EC2ClientTypes.VgwTelemetry]? = nil, vpnConnectionId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.category = category self.coreNetworkArn = coreNetworkArn self.coreNetworkAttachmentArn = coreNetworkAttachmentArn @@ -30977,8 +30297,7 @@ public struct CreateVpnConnectionOutput: Swift.Sendable { public init( vpnConnection: EC2ClientTypes.VpnConnection? = nil - ) - { + ) { self.vpnConnection = vpnConnection } } @@ -30995,8 +30314,7 @@ public struct CreateVpnConnectionRouteInput: Swift.Sendable { public init( destinationCidrBlock: Swift.String? = nil, vpnConnectionId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.vpnConnectionId = vpnConnectionId } @@ -31022,8 +30340,7 @@ public struct CreateVpnGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, type: EC2ClientTypes.GatewayType? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.availabilityZone = availabilityZone self.dryRun = dryRun @@ -31059,8 +30376,7 @@ extension EC2ClientTypes { type: EC2ClientTypes.GatewayType? = nil, vpcAttachments: [EC2ClientTypes.VpcAttachment]? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.availabilityZone = availabilityZone self.state = state @@ -31079,8 +30395,7 @@ public struct CreateVpnGatewayOutput: Swift.Sendable { public init( vpnGateway: EC2ClientTypes.VpnGateway? = nil - ) - { + ) { self.vpnGateway = vpnGateway } } @@ -31095,8 +30410,7 @@ public struct DeleteCarrierGatewayInput: Swift.Sendable { public init( carrierGatewayId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.dryRun = dryRun } @@ -31108,8 +30422,7 @@ public struct DeleteCarrierGatewayOutput: Swift.Sendable { public init( carrierGateway: EC2ClientTypes.CarrierGateway? = nil - ) - { + ) { self.carrierGateway = carrierGateway } } @@ -31124,8 +30437,7 @@ public struct DeleteClientVpnEndpointInput: Swift.Sendable { public init( clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun } @@ -31137,8 +30449,7 @@ public struct DeleteClientVpnEndpointOutput: Swift.Sendable { public init( status: EC2ClientTypes.ClientVpnEndpointStatus? = nil - ) - { + ) { self.status = status } } @@ -31160,8 +30471,7 @@ public struct DeleteClientVpnRouteInput: Swift.Sendable { destinationCidrBlock: Swift.String? = nil, dryRun: Swift.Bool? = nil, targetVpcSubnetId: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.destinationCidrBlock = destinationCidrBlock self.dryRun = dryRun @@ -31175,8 +30485,7 @@ public struct DeleteClientVpnRouteOutput: Swift.Sendable { public init( status: EC2ClientTypes.ClientVpnRouteStatus? = nil - ) - { + ) { self.status = status } } @@ -31195,8 +30504,7 @@ public struct DeleteCoipCidrInput: Swift.Sendable { cidr: Swift.String? = nil, coipPoolId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cidr = cidr self.coipPoolId = coipPoolId self.dryRun = dryRun @@ -31209,8 +30517,7 @@ public struct DeleteCoipCidrOutput: Swift.Sendable { public init( coipCidr: EC2ClientTypes.CoipCidr? = nil - ) - { + ) { self.coipCidr = coipCidr } } @@ -31225,8 +30532,7 @@ public struct DeleteCoipPoolInput: Swift.Sendable { public init( coipPoolId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.coipPoolId = coipPoolId self.dryRun = dryRun } @@ -31238,8 +30544,7 @@ public struct DeleteCoipPoolOutput: Swift.Sendable { public init( coipPool: EC2ClientTypes.CoipPool? = nil - ) - { + ) { self.coipPool = coipPool } } @@ -31255,8 +30560,7 @@ public struct DeleteCustomerGatewayInput: Swift.Sendable { public init( customerGatewayId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.customerGatewayId = customerGatewayId self.dryRun = dryRun } @@ -31272,8 +30576,7 @@ public struct DeleteDhcpOptionsInput: Swift.Sendable { public init( dhcpOptionsId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.dhcpOptionsId = dhcpOptionsId self.dryRun = dryRun } @@ -31289,8 +30592,7 @@ public struct DeleteEgressOnlyInternetGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, egressOnlyInternetGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.egressOnlyInternetGatewayId = egressOnlyInternetGatewayId } @@ -31302,8 +30604,7 @@ public struct DeleteEgressOnlyInternetGatewayOutput: Swift.Sendable { public init( returnCode: Swift.Bool? = nil - ) - { + ) { self.returnCode = returnCode } } @@ -31322,8 +30623,7 @@ public struct DeleteFleetsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, fleetIds: [Swift.String]? = nil, terminateInstances: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun self.fleetIds = fleetIds self.terminateInstances = terminateInstances @@ -31389,8 +30689,7 @@ extension EC2ClientTypes { currentFleetState: EC2ClientTypes.FleetStateCode? = nil, fleetId: Swift.String? = nil, previousFleetState: EC2ClientTypes.FleetStateCode? = nil - ) - { + ) { self.currentFleetState = currentFleetState self.fleetId = fleetId self.previousFleetState = previousFleetState @@ -31445,8 +30744,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.DeleteFleetErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -31465,8 +30763,7 @@ extension EC2ClientTypes { public init( error: EC2ClientTypes.DeleteFleetError? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.error = error self.fleetId = fleetId } @@ -31482,8 +30779,7 @@ public struct DeleteFleetsOutput: Swift.Sendable { public init( successfulFleetDeletions: [EC2ClientTypes.DeleteFleetSuccessItem]? = nil, unsuccessfulFleetDeletions: [EC2ClientTypes.DeleteFleetErrorItem]? = nil - ) - { + ) { self.successfulFleetDeletions = successfulFleetDeletions self.unsuccessfulFleetDeletions = unsuccessfulFleetDeletions } @@ -31499,8 +30795,7 @@ public struct DeleteFlowLogsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, flowLogIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.flowLogIds = flowLogIds } @@ -31512,8 +30807,7 @@ public struct DeleteFlowLogsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -31528,8 +30822,7 @@ public struct DeleteFpgaImageInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, fpgaImageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.fpgaImageId = fpgaImageId } @@ -31541,8 +30834,7 @@ public struct DeleteFpgaImageOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -31557,8 +30849,7 @@ public struct DeleteInstanceConnectEndpointInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceConnectEndpointId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceConnectEndpointId = instanceConnectEndpointId } @@ -31570,8 +30861,7 @@ public struct DeleteInstanceConnectEndpointOutput: Swift.Sendable { public init( instanceConnectEndpoint: EC2ClientTypes.Ec2InstanceConnectEndpoint? = nil - ) - { + ) { self.instanceConnectEndpoint = instanceConnectEndpoint } } @@ -31589,8 +30879,7 @@ public struct DeleteInstanceEventWindowInput: Swift.Sendable { dryRun: Swift.Bool? = nil, forceDelete: Swift.Bool? = nil, instanceEventWindowId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.forceDelete = forceDelete self.instanceEventWindowId = instanceEventWindowId @@ -31609,8 +30898,7 @@ extension EC2ClientTypes { public init( instanceEventWindowId: Swift.String? = nil, state: EC2ClientTypes.InstanceEventWindowState? = nil - ) - { + ) { self.instanceEventWindowId = instanceEventWindowId self.state = state } @@ -31623,8 +30911,7 @@ public struct DeleteInstanceEventWindowOutput: Swift.Sendable { public init( instanceEventWindowState: EC2ClientTypes.InstanceEventWindowStateChange? = nil - ) - { + ) { self.instanceEventWindowState = instanceEventWindowState } } @@ -31639,8 +30926,7 @@ public struct DeleteInternetGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, internetGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.internetGatewayId = internetGatewayId } @@ -31669,8 +30955,7 @@ public struct DeleteIpamInput: Swift.Sendable { cascade: Swift.Bool? = nil, dryRun: Swift.Bool? = nil, ipamId: Swift.String? = nil - ) - { + ) { self.cascade = cascade self.dryRun = dryRun self.ipamId = ipamId @@ -31683,8 +30968,7 @@ public struct DeleteIpamOutput: Swift.Sendable { public init( ipam: EC2ClientTypes.Ipam? = nil - ) - { + ) { self.ipam = ipam } } @@ -31699,8 +30983,7 @@ public struct DeleteIpamExternalResourceVerificationTokenInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, ipamExternalResourceVerificationTokenId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.ipamExternalResourceVerificationTokenId = ipamExternalResourceVerificationTokenId } @@ -31712,8 +30995,7 @@ public struct DeleteIpamExternalResourceVerificationTokenOutput: Swift.Sendable public init( ipamExternalResourceVerificationToken: EC2ClientTypes.IpamExternalResourceVerificationToken? = nil - ) - { + ) { self.ipamExternalResourceVerificationToken = ipamExternalResourceVerificationToken } } @@ -31731,8 +31013,7 @@ public struct DeleteIpamPoolInput: Swift.Sendable { cascade: Swift.Bool? = nil, dryRun: Swift.Bool? = nil, ipamPoolId: Swift.String? = nil - ) - { + ) { self.cascade = cascade self.dryRun = dryRun self.ipamPoolId = ipamPoolId @@ -31745,8 +31026,7 @@ public struct DeleteIpamPoolOutput: Swift.Sendable { public init( ipamPool: EC2ClientTypes.IpamPool? = nil - ) - { + ) { self.ipamPool = ipamPool } } @@ -31761,8 +31041,7 @@ public struct DeleteIpamResourceDiscoveryInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, ipamResourceDiscoveryId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.ipamResourceDiscoveryId = ipamResourceDiscoveryId } @@ -31774,8 +31053,7 @@ public struct DeleteIpamResourceDiscoveryOutput: Swift.Sendable { public init( ipamResourceDiscovery: EC2ClientTypes.IpamResourceDiscovery? = nil - ) - { + ) { self.ipamResourceDiscovery = ipamResourceDiscovery } } @@ -31790,8 +31068,7 @@ public struct DeleteIpamScopeInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, ipamScopeId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.ipamScopeId = ipamScopeId } @@ -31803,8 +31080,7 @@ public struct DeleteIpamScopeOutput: Swift.Sendable { public init( ipamScope: EC2ClientTypes.IpamScope? = nil - ) - { + ) { self.ipamScope = ipamScope } } @@ -31821,8 +31097,7 @@ public struct DeleteKeyPairInput: Swift.Sendable { dryRun: Swift.Bool? = nil, keyName: Swift.String? = nil, keyPairId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.keyName = keyName self.keyPairId = keyPairId @@ -31838,8 +31113,7 @@ public struct DeleteKeyPairOutput: Swift.Sendable { public init( keyPairId: Swift.String? = nil, `return`: Swift.Bool? = nil - ) - { + ) { self.keyPairId = keyPairId self.`return` = `return` } @@ -31857,8 +31131,7 @@ public struct DeleteLaunchTemplateInput: Swift.Sendable { dryRun: Swift.Bool? = nil, launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName @@ -31871,8 +31144,7 @@ public struct DeleteLaunchTemplateOutput: Swift.Sendable { public init( launchTemplate: EC2ClientTypes.LaunchTemplate? = nil - ) - { + ) { self.launchTemplate = launchTemplate } } @@ -31893,8 +31165,7 @@ public struct DeleteLaunchTemplateVersionsInput: Swift.Sendable { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName @@ -31917,8 +31188,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.versionNumber = versionNumber @@ -31979,8 +31249,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.LaunchTemplateErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -32005,8 +31274,7 @@ extension EC2ClientTypes { launchTemplateName: Swift.String? = nil, responseError: EC2ClientTypes.ResponseError? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.responseError = responseError @@ -32024,8 +31292,7 @@ public struct DeleteLaunchTemplateVersionsOutput: Swift.Sendable { public init( successfullyDeletedLaunchTemplateVersions: [EC2ClientTypes.DeleteLaunchTemplateVersionsResponseSuccessItem]? = nil, unsuccessfullyDeletedLaunchTemplateVersions: [EC2ClientTypes.DeleteLaunchTemplateVersionsResponseErrorItem]? = nil - ) - { + ) { self.successfullyDeletedLaunchTemplateVersions = successfullyDeletedLaunchTemplateVersions self.unsuccessfullyDeletedLaunchTemplateVersions = unsuccessfullyDeletedLaunchTemplateVersions } @@ -32047,8 +31314,7 @@ public struct DeleteLocalGatewayRouteInput: Swift.Sendable { destinationPrefixListId: Swift.String? = nil, dryRun: Swift.Bool? = nil, localGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinationPrefixListId = destinationPrefixListId self.dryRun = dryRun @@ -32062,8 +31328,7 @@ public struct DeleteLocalGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.LocalGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -32078,8 +31343,7 @@ public struct DeleteLocalGatewayRouteTableInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, localGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableId = localGatewayRouteTableId } @@ -32091,8 +31355,7 @@ public struct DeleteLocalGatewayRouteTableOutput: Swift.Sendable { public init( localGatewayRouteTable: EC2ClientTypes.LocalGatewayRouteTable? = nil - ) - { + ) { self.localGatewayRouteTable = localGatewayRouteTable } } @@ -32107,8 +31370,7 @@ public struct DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput: public init( dryRun: Swift.Bool? = nil, localGatewayRouteTableVirtualInterfaceGroupAssociationId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableVirtualInterfaceGroupAssociationId = localGatewayRouteTableVirtualInterfaceGroupAssociationId } @@ -32120,8 +31382,7 @@ public struct DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput public init( localGatewayRouteTableVirtualInterfaceGroupAssociation: EC2ClientTypes.LocalGatewayRouteTableVirtualInterfaceGroupAssociation? = nil - ) - { + ) { self.localGatewayRouteTableVirtualInterfaceGroupAssociation = localGatewayRouteTableVirtualInterfaceGroupAssociation } } @@ -32136,8 +31397,7 @@ public struct DeleteLocalGatewayRouteTableVpcAssociationInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, localGatewayRouteTableVpcAssociationId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.localGatewayRouteTableVpcAssociationId = localGatewayRouteTableVpcAssociationId } @@ -32149,8 +31409,7 @@ public struct DeleteLocalGatewayRouteTableVpcAssociationOutput: Swift.Sendable { public init( localGatewayRouteTableVpcAssociation: EC2ClientTypes.LocalGatewayRouteTableVpcAssociation? = nil - ) - { + ) { self.localGatewayRouteTableVpcAssociation = localGatewayRouteTableVpcAssociation } } @@ -32165,8 +31424,7 @@ public struct DeleteManagedPrefixListInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, prefixListId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.prefixListId = prefixListId } @@ -32178,8 +31436,7 @@ public struct DeleteManagedPrefixListOutput: Swift.Sendable { public init( prefixList: EC2ClientTypes.ManagedPrefixList? = nil - ) - { + ) { self.prefixList = prefixList } } @@ -32194,8 +31451,7 @@ public struct DeleteNatGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.natGatewayId = natGatewayId } @@ -32207,8 +31463,7 @@ public struct DeleteNatGatewayOutput: Swift.Sendable { public init( natGatewayId: Swift.String? = nil - ) - { + ) { self.natGatewayId = natGatewayId } } @@ -32223,8 +31478,7 @@ public struct DeleteNetworkAclInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkAclId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkAclId = networkAclId } @@ -32248,8 +31502,7 @@ public struct DeleteNetworkAclEntryInput: Swift.Sendable { egress: Swift.Bool? = nil, networkAclId: Swift.String? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.dryRun = dryRun self.egress = egress self.networkAclId = networkAclId @@ -32267,8 +31520,7 @@ public struct DeleteNetworkInsightsAccessScopeInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInsightsAccessScopeId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInsightsAccessScopeId = networkInsightsAccessScopeId } @@ -32280,8 +31532,7 @@ public struct DeleteNetworkInsightsAccessScopeOutput: Swift.Sendable { public init( networkInsightsAccessScopeId: Swift.String? = nil - ) - { + ) { self.networkInsightsAccessScopeId = networkInsightsAccessScopeId } } @@ -32296,8 +31547,7 @@ public struct DeleteNetworkInsightsAccessScopeAnalysisInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInsightsAccessScopeAnalysisId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInsightsAccessScopeAnalysisId = networkInsightsAccessScopeAnalysisId } @@ -32309,8 +31559,7 @@ public struct DeleteNetworkInsightsAccessScopeAnalysisOutput: Swift.Sendable { public init( networkInsightsAccessScopeAnalysisId: Swift.String? = nil - ) - { + ) { self.networkInsightsAccessScopeAnalysisId = networkInsightsAccessScopeAnalysisId } } @@ -32325,8 +31574,7 @@ public struct DeleteNetworkInsightsAnalysisInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInsightsAnalysisId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInsightsAnalysisId = networkInsightsAnalysisId } @@ -32338,8 +31586,7 @@ public struct DeleteNetworkInsightsAnalysisOutput: Swift.Sendable { public init( networkInsightsAnalysisId: Swift.String? = nil - ) - { + ) { self.networkInsightsAnalysisId = networkInsightsAnalysisId } } @@ -32354,8 +31601,7 @@ public struct DeleteNetworkInsightsPathInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInsightsPathId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInsightsPathId = networkInsightsPathId } @@ -32367,8 +31613,7 @@ public struct DeleteNetworkInsightsPathOutput: Swift.Sendable { public init( networkInsightsPathId: Swift.String? = nil - ) - { + ) { self.networkInsightsPathId = networkInsightsPathId } } @@ -32384,8 +31629,7 @@ public struct DeleteNetworkInterfaceInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInterfaceId = networkInterfaceId } @@ -32405,8 +31649,7 @@ public struct DeleteNetworkInterfacePermissionInput: Swift.Sendable { dryRun: Swift.Bool? = nil, force: Swift.Bool? = nil, networkInterfacePermissionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.force = force self.networkInterfacePermissionId = networkInterfacePermissionId @@ -32420,8 +31663,7 @@ public struct DeleteNetworkInterfacePermissionOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -32436,8 +31678,7 @@ public struct DeletePlacementGroupInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, groupName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupName = groupName } @@ -32456,8 +31697,7 @@ public struct DeletePublicIpv4PoolInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkBorderGroup: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkBorderGroup = networkBorderGroup self.poolId = poolId @@ -32470,8 +31710,7 @@ public struct DeletePublicIpv4PoolOutput: Swift.Sendable { public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -32486,8 +31725,7 @@ public struct DeleteQueuedReservedInstancesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, reservedInstancesIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.reservedInstancesIds = reservedInstancesIds } @@ -32537,8 +31775,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.DeleteQueuedReservedInstancesErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -32557,8 +31794,7 @@ extension EC2ClientTypes { public init( error: EC2ClientTypes.DeleteQueuedReservedInstancesError? = nil, reservedInstancesId: Swift.String? = nil - ) - { + ) { self.error = error self.reservedInstancesId = reservedInstancesId } @@ -32574,8 +31810,7 @@ extension EC2ClientTypes { public init( reservedInstancesId: Swift.String? = nil - ) - { + ) { self.reservedInstancesId = reservedInstancesId } } @@ -32590,8 +31825,7 @@ public struct DeleteQueuedReservedInstancesOutput: Swift.Sendable { public init( failedQueuedPurchaseDeletions: [EC2ClientTypes.FailedQueuedPurchaseDeletion]? = nil, successfulQueuedPurchaseDeletions: [EC2ClientTypes.SuccessfulQueuedPurchaseDeletion]? = nil - ) - { + ) { self.failedQueuedPurchaseDeletions = failedQueuedPurchaseDeletions self.successfulQueuedPurchaseDeletions = successfulQueuedPurchaseDeletions } @@ -32616,8 +31850,7 @@ public struct DeleteRouteInput: Swift.Sendable { destinationPrefixListId: Swift.String? = nil, dryRun: Swift.Bool? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinationIpv6CidrBlock = destinationIpv6CidrBlock self.destinationPrefixListId = destinationPrefixListId @@ -32636,8 +31869,7 @@ public struct DeleteRouteTableInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.routeTableId = routeTableId } @@ -32655,8 +31887,7 @@ public struct DeleteSecurityGroupInput: Swift.Sendable { dryRun: Swift.Bool? = nil, groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.groupName = groupName @@ -32672,8 +31903,7 @@ public struct DeleteSecurityGroupOutput: Swift.Sendable { public init( groupId: Swift.String? = nil, `return`: Swift.Bool? = nil - ) - { + ) { self.groupId = groupId self.`return` = `return` } @@ -32689,8 +31919,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.snapshotId = snapshotId } @@ -32703,8 +31932,7 @@ public struct DeleteSpotDatafeedSubscriptionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -32719,8 +31947,7 @@ public struct DeleteSubnetInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetId = subnetId } @@ -32736,8 +31963,7 @@ public struct DeleteSubnetCidrReservationInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, subnetCidrReservationId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetCidrReservationId = subnetCidrReservationId } @@ -32749,8 +31975,7 @@ public struct DeleteSubnetCidrReservationOutput: Swift.Sendable { public init( deletedSubnetCidrReservation: EC2ClientTypes.SubnetCidrReservation? = nil - ) - { + ) { self.deletedSubnetCidrReservation = deletedSubnetCidrReservation } } @@ -32768,8 +31993,7 @@ public struct DeleteTagsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, resources: [Swift.String]? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dryRun = dryRun self.resources = resources self.tags = tags @@ -32786,8 +32010,7 @@ public struct DeleteTrafficMirrorFilterInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, trafficMirrorFilterId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.trafficMirrorFilterId = trafficMirrorFilterId } @@ -32799,8 +32022,7 @@ public struct DeleteTrafficMirrorFilterOutput: Swift.Sendable { public init( trafficMirrorFilterId: Swift.String? = nil - ) - { + ) { self.trafficMirrorFilterId = trafficMirrorFilterId } } @@ -32815,8 +32037,7 @@ public struct DeleteTrafficMirrorFilterRuleInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, trafficMirrorFilterRuleId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.trafficMirrorFilterRuleId = trafficMirrorFilterRuleId } @@ -32828,8 +32049,7 @@ public struct DeleteTrafficMirrorFilterRuleOutput: Swift.Sendable { public init( trafficMirrorFilterRuleId: Swift.String? = nil - ) - { + ) { self.trafficMirrorFilterRuleId = trafficMirrorFilterRuleId } } @@ -32844,8 +32064,7 @@ public struct DeleteTrafficMirrorSessionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, trafficMirrorSessionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.trafficMirrorSessionId = trafficMirrorSessionId } @@ -32857,8 +32076,7 @@ public struct DeleteTrafficMirrorSessionOutput: Swift.Sendable { public init( trafficMirrorSessionId: Swift.String? = nil - ) - { + ) { self.trafficMirrorSessionId = trafficMirrorSessionId } } @@ -32873,8 +32091,7 @@ public struct DeleteTrafficMirrorTargetInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, trafficMirrorTargetId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.trafficMirrorTargetId = trafficMirrorTargetId } @@ -32886,8 +32103,7 @@ public struct DeleteTrafficMirrorTargetOutput: Swift.Sendable { public init( trafficMirrorTargetId: Swift.String? = nil - ) - { + ) { self.trafficMirrorTargetId = trafficMirrorTargetId } } @@ -32902,8 +32118,7 @@ public struct DeleteTransitGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayId = transitGatewayId } @@ -32915,8 +32130,7 @@ public struct DeleteTransitGatewayOutput: Swift.Sendable { public init( transitGateway: EC2ClientTypes.TransitGateway? = nil - ) - { + ) { self.transitGateway = transitGateway } } @@ -32931,8 +32145,7 @@ public struct DeleteTransitGatewayConnectInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -32944,8 +32157,7 @@ public struct DeleteTransitGatewayConnectOutput: Swift.Sendable { public init( transitGatewayConnect: EC2ClientTypes.TransitGatewayConnect? = nil - ) - { + ) { self.transitGatewayConnect = transitGatewayConnect } } @@ -32960,8 +32172,7 @@ public struct DeleteTransitGatewayConnectPeerInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayConnectPeerId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayConnectPeerId = transitGatewayConnectPeerId } @@ -32973,8 +32184,7 @@ public struct DeleteTransitGatewayConnectPeerOutput: Swift.Sendable { public init( transitGatewayConnectPeer: EC2ClientTypes.TransitGatewayConnectPeer? = nil - ) - { + ) { self.transitGatewayConnectPeer = transitGatewayConnectPeer } } @@ -32989,8 +32199,7 @@ public struct DeleteTransitGatewayMulticastDomainInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId } @@ -33002,8 +32211,7 @@ public struct DeleteTransitGatewayMulticastDomainOutput: Swift.Sendable { public init( transitGatewayMulticastDomain: EC2ClientTypes.TransitGatewayMulticastDomain? = nil - ) - { + ) { self.transitGatewayMulticastDomain = transitGatewayMulticastDomain } } @@ -33018,8 +32226,7 @@ public struct DeleteTransitGatewayPeeringAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -33031,8 +32238,7 @@ public struct DeleteTransitGatewayPeeringAttachmentOutput: Swift.Sendable { public init( transitGatewayPeeringAttachment: EC2ClientTypes.TransitGatewayPeeringAttachment? = nil - ) - { + ) { self.transitGatewayPeeringAttachment = transitGatewayPeeringAttachment } } @@ -33047,8 +32253,7 @@ public struct DeleteTransitGatewayPolicyTableInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayPolicyTableId = transitGatewayPolicyTableId } @@ -33060,8 +32265,7 @@ public struct DeleteTransitGatewayPolicyTableOutput: Swift.Sendable { public init( transitGatewayPolicyTable: EC2ClientTypes.TransitGatewayPolicyTable? = nil - ) - { + ) { self.transitGatewayPolicyTable = transitGatewayPolicyTable } } @@ -33080,8 +32284,7 @@ public struct DeleteTransitGatewayPrefixListReferenceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, prefixListId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.prefixListId = prefixListId self.transitGatewayRouteTableId = transitGatewayRouteTableId @@ -33094,8 +32297,7 @@ public struct DeleteTransitGatewayPrefixListReferenceOutput: Swift.Sendable { public init( transitGatewayPrefixListReference: EC2ClientTypes.TransitGatewayPrefixListReference? = nil - ) - { + ) { self.transitGatewayPrefixListReference = transitGatewayPrefixListReference } } @@ -33114,8 +32316,7 @@ public struct DeleteTransitGatewayRouteInput: Swift.Sendable { destinationCidrBlock: Swift.String? = nil, dryRun: Swift.Bool? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.dryRun = dryRun self.transitGatewayRouteTableId = transitGatewayRouteTableId @@ -33128,8 +32329,7 @@ public struct DeleteTransitGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.TransitGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -33144,8 +32344,7 @@ public struct DeleteTransitGatewayRouteTableInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayRouteTableId = transitGatewayRouteTableId } @@ -33157,8 +32356,7 @@ public struct DeleteTransitGatewayRouteTableOutput: Swift.Sendable { public init( transitGatewayRouteTable: EC2ClientTypes.TransitGatewayRouteTable? = nil - ) - { + ) { self.transitGatewayRouteTable = transitGatewayRouteTable } } @@ -33173,8 +32371,7 @@ public struct DeleteTransitGatewayRouteTableAnnouncementInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayRouteTableAnnouncementId = transitGatewayRouteTableAnnouncementId } @@ -33186,8 +32383,7 @@ public struct DeleteTransitGatewayRouteTableAnnouncementOutput: Swift.Sendable { public init( transitGatewayRouteTableAnnouncement: EC2ClientTypes.TransitGatewayRouteTableAnnouncement? = nil - ) - { + ) { self.transitGatewayRouteTableAnnouncement = transitGatewayRouteTableAnnouncement } } @@ -33202,8 +32398,7 @@ public struct DeleteTransitGatewayVpcAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -33215,8 +32410,7 @@ public struct DeleteTransitGatewayVpcAttachmentOutput: Swift.Sendable { public init( transitGatewayVpcAttachment: EC2ClientTypes.TransitGatewayVpcAttachment? = nil - ) - { + ) { self.transitGatewayVpcAttachment = transitGatewayVpcAttachment } } @@ -33234,8 +32428,7 @@ public struct DeleteVerifiedAccessEndpointInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessEndpointId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessEndpointId = verifiedAccessEndpointId @@ -33248,8 +32441,7 @@ public struct DeleteVerifiedAccessEndpointOutput: Swift.Sendable { public init( verifiedAccessEndpoint: EC2ClientTypes.VerifiedAccessEndpoint? = nil - ) - { + ) { self.verifiedAccessEndpoint = verifiedAccessEndpoint } } @@ -33267,8 +32459,7 @@ public struct DeleteVerifiedAccessGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessGroupId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessGroupId = verifiedAccessGroupId @@ -33281,8 +32472,7 @@ public struct DeleteVerifiedAccessGroupOutput: Swift.Sendable { public init( verifiedAccessGroup: EC2ClientTypes.VerifiedAccessGroup? = nil - ) - { + ) { self.verifiedAccessGroup = verifiedAccessGroup } } @@ -33300,8 +32490,7 @@ public struct DeleteVerifiedAccessInstanceInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessInstanceId = verifiedAccessInstanceId @@ -33314,8 +32503,7 @@ public struct DeleteVerifiedAccessInstanceOutput: Swift.Sendable { public init( verifiedAccessInstance: EC2ClientTypes.VerifiedAccessInstance? = nil - ) - { + ) { self.verifiedAccessInstance = verifiedAccessInstance } } @@ -33333,8 +32521,7 @@ public struct DeleteVerifiedAccessTrustProviderInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessTrustProviderId = verifiedAccessTrustProviderId @@ -33347,8 +32534,7 @@ public struct DeleteVerifiedAccessTrustProviderOutput: Swift.Sendable { public init( verifiedAccessTrustProvider: EC2ClientTypes.VerifiedAccessTrustProvider? = nil - ) - { + ) { self.verifiedAccessTrustProvider = verifiedAccessTrustProvider } } @@ -33363,8 +32549,7 @@ public struct DeleteVolumeInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.volumeId = volumeId } @@ -33380,8 +32565,7 @@ public struct DeleteVpcInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcId = vpcId } @@ -33397,8 +32581,7 @@ public struct DeleteVpcBlockPublicAccessExclusionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, exclusionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.exclusionId = exclusionId } @@ -33410,8 +32593,7 @@ public struct DeleteVpcBlockPublicAccessExclusionOutput: Swift.Sendable { public init( vpcBlockPublicAccessExclusion: EC2ClientTypes.VpcBlockPublicAccessExclusion? = nil - ) - { + ) { self.vpcBlockPublicAccessExclusion = vpcBlockPublicAccessExclusion } } @@ -33426,8 +32608,7 @@ public struct DeleteVpcEndpointConnectionNotificationsInput: Swift.Sendable { public init( connectionNotificationIds: [Swift.String]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.connectionNotificationIds = connectionNotificationIds self.dryRun = dryRun } @@ -33439,8 +32620,7 @@ public struct DeleteVpcEndpointConnectionNotificationsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -33455,8 +32635,7 @@ public struct DeleteVpcEndpointsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.vpcEndpointIds = vpcEndpointIds } @@ -33468,8 +32647,7 @@ public struct DeleteVpcEndpointsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -33484,8 +32662,7 @@ public struct DeleteVpcEndpointServiceConfigurationsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, serviceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.serviceIds = serviceIds } @@ -33497,8 +32674,7 @@ public struct DeleteVpcEndpointServiceConfigurationsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -33513,8 +32689,7 @@ public struct DeleteVpcPeeringConnectionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcPeeringConnectionId = vpcPeeringConnectionId } @@ -33526,8 +32701,7 @@ public struct DeleteVpcPeeringConnectionOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -33543,8 +32717,7 @@ public struct DeleteVpnConnectionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpnConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpnConnectionId = vpnConnectionId } @@ -33562,8 +32735,7 @@ public struct DeleteVpnConnectionRouteInput: Swift.Sendable { public init( destinationCidrBlock: Swift.String? = nil, vpnConnectionId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.vpnConnectionId = vpnConnectionId } @@ -33580,8 +32752,7 @@ public struct DeleteVpnGatewayInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpnGatewayId = vpnGatewayId } @@ -33597,8 +32768,7 @@ public struct DeprovisionByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun } @@ -33610,8 +32780,7 @@ public struct DeprovisionByoipCidrOutput: Swift.Sendable { public init( byoipCidr: EC2ClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -33630,8 +32799,7 @@ public struct DeprovisionIpamByoasnInput: Swift.Sendable { asn: Swift.String? = nil, dryRun: Swift.Bool? = nil, ipamId: Swift.String? = nil - ) - { + ) { self.asn = asn self.dryRun = dryRun self.ipamId = ipamId @@ -33697,8 +32865,7 @@ extension EC2ClientTypes { ipamId: Swift.String? = nil, state: EC2ClientTypes.AsnState? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.asn = asn self.ipamId = ipamId self.state = state @@ -33713,8 +32880,7 @@ public struct DeprovisionIpamByoasnOutput: Swift.Sendable { public init( byoasn: EC2ClientTypes.Byoasn? = nil - ) - { + ) { self.byoasn = byoasn } } @@ -33732,8 +32898,7 @@ public struct DeprovisionIpamPoolCidrInput: Swift.Sendable { cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil, ipamPoolId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun self.ipamPoolId = ipamPoolId @@ -33781,8 +32946,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.IpamPoolCidrFailureCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -33857,8 +33021,7 @@ extension EC2ClientTypes { ipamPoolCidrId: Swift.String? = nil, netmaskLength: Swift.Int? = nil, state: EC2ClientTypes.IpamPoolCidrState? = nil - ) - { + ) { self.cidr = cidr self.failureReason = failureReason self.ipamPoolCidrId = ipamPoolCidrId @@ -33874,8 +33037,7 @@ public struct DeprovisionIpamPoolCidrOutput: Swift.Sendable { public init( ipamPoolCidr: EC2ClientTypes.IpamPoolCidr? = nil - ) - { + ) { self.ipamPoolCidr = ipamPoolCidr } } @@ -33894,8 +33056,7 @@ public struct DeprovisionPublicIpv4PoolCidrInput: Swift.Sendable { cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil, poolId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun self.poolId = poolId @@ -33911,8 +33072,7 @@ public struct DeprovisionPublicIpv4PoolCidrOutput: Swift.Sendable { public init( deprovisionedAddresses: [Swift.String]? = nil, poolId: Swift.String? = nil - ) - { + ) { self.deprovisionedAddresses = deprovisionedAddresses self.poolId = poolId } @@ -33929,8 +33089,7 @@ public struct DeregisterImageInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -33948,8 +33107,7 @@ extension EC2ClientTypes { public init( includeAllTagsOfInstance: Swift.Bool? = nil, instanceTagKeys: [Swift.String]? = nil - ) - { + ) { self.includeAllTagsOfInstance = includeAllTagsOfInstance self.instanceTagKeys = instanceTagKeys } @@ -33966,8 +33124,7 @@ public struct DeregisterInstanceEventNotificationAttributesInput: Swift.Sendable public init( dryRun: Swift.Bool? = nil, instanceTagAttribute: EC2ClientTypes.DeregisterInstanceTagAttributeRequest? = nil - ) - { + ) { self.dryRun = dryRun self.instanceTagAttribute = instanceTagAttribute } @@ -33985,8 +33142,7 @@ extension EC2ClientTypes { public init( includeAllTagsOfInstance: Swift.Bool? = nil, instanceTagKeys: [Swift.String]? = nil - ) - { + ) { self.includeAllTagsOfInstance = includeAllTagsOfInstance self.instanceTagKeys = instanceTagKeys } @@ -33999,8 +33155,7 @@ public struct DeregisterInstanceEventNotificationAttributesOutput: Swift.Sendabl public init( instanceTagAttribute: EC2ClientTypes.InstanceTagNotificationAttribute? = nil - ) - { + ) { self.instanceTagAttribute = instanceTagAttribute } } @@ -34020,8 +33175,7 @@ public struct DeregisterTransitGatewayMulticastGroupMembersInput: Swift.Sendable groupIpAddress: Swift.String? = nil, networkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupIpAddress = groupIpAddress self.networkInterfaceIds = networkInterfaceIds @@ -34044,8 +33198,7 @@ extension EC2ClientTypes { deregisteredNetworkInterfaceIds: [Swift.String]? = nil, groupIpAddress: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.deregisteredNetworkInterfaceIds = deregisteredNetworkInterfaceIds self.groupIpAddress = groupIpAddress self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId @@ -34059,8 +33212,7 @@ public struct DeregisterTransitGatewayMulticastGroupMembersOutput: Swift.Sendabl public init( deregisteredMulticastGroupMembers: EC2ClientTypes.TransitGatewayMulticastDeregisteredGroupMembers? = nil - ) - { + ) { self.deregisteredMulticastGroupMembers = deregisteredMulticastGroupMembers } } @@ -34080,8 +33232,7 @@ public struct DeregisterTransitGatewayMulticastGroupSourcesInput: Swift.Sendable groupIpAddress: Swift.String? = nil, networkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupIpAddress = groupIpAddress self.networkInterfaceIds = networkInterfaceIds @@ -34104,8 +33255,7 @@ extension EC2ClientTypes { deregisteredNetworkInterfaceIds: [Swift.String]? = nil, groupIpAddress: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.deregisteredNetworkInterfaceIds = deregisteredNetworkInterfaceIds self.groupIpAddress = groupIpAddress self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId @@ -34119,8 +33269,7 @@ public struct DeregisterTransitGatewayMulticastGroupSourcesOutput: Swift.Sendabl public init( deregisteredMulticastGroupSources: EC2ClientTypes.TransitGatewayMulticastDeregisteredGroupSources? = nil - ) - { + ) { self.deregisteredMulticastGroupSources = deregisteredMulticastGroupSources } } @@ -34134,8 +33283,7 @@ public struct DescribeAccountAttributesInput: Swift.Sendable { public init( attributeNames: [EC2ClientTypes.AccountAttributeName]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.attributeNames = attributeNames self.dryRun = dryRun } @@ -34147,8 +33295,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( accountAttributes: [EC2ClientTypes.AccountAttribute]? = nil - ) - { + ) { self.accountAttributes = accountAttributes } } @@ -34165,8 +33312,7 @@ extension EC2ClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -34208,8 +33354,7 @@ public struct DescribeAddressesInput: Swift.Sendable { dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil, publicIps: [Swift.String]? = nil - ) - { + ) { self.allocationIds = allocationIds self.dryRun = dryRun self.filters = filters @@ -34223,8 +33368,7 @@ public struct DescribeAddressesOutput: Swift.Sendable { public init( addresses: [EC2ClientTypes.Address]? = nil - ) - { + ) { self.addresses = addresses } } @@ -34247,8 +33391,7 @@ public struct DescribeAddressesAttributeInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.allocationIds = allocationIds self.attribute = attribute self.dryRun = dryRun @@ -34266,8 +33409,7 @@ public struct DescribeAddressesAttributeOutput: Swift.Sendable { public init( addresses: [EC2ClientTypes.AddressAttribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.nextToken = nextToken } @@ -34288,8 +33430,7 @@ public struct DescribeAddressTransfersInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.allocationIds = allocationIds self.dryRun = dryRun self.maxResults = maxResults @@ -34306,8 +33447,7 @@ public struct DescribeAddressTransfersOutput: Swift.Sendable { public init( addressTransfers: [EC2ClientTypes.AddressTransfer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addressTransfers = addressTransfers self.nextToken = nextToken } @@ -34319,8 +33459,7 @@ public struct DescribeAggregateIdFormatInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -34340,8 +33479,7 @@ extension EC2ClientTypes { deadline: Foundation.Date? = nil, resource: Swift.String? = nil, useLongIds: Swift.Bool? = nil - ) - { + ) { self.deadline = deadline self.resource = resource self.useLongIds = useLongIds @@ -34358,8 +33496,7 @@ public struct DescribeAggregateIdFormatOutput: Swift.Sendable { public init( statuses: [EC2ClientTypes.IdFormat]? = nil, useLongIdsAggregated: Swift.Bool? = nil - ) - { + ) { self.statuses = statuses self.useLongIdsAggregated = useLongIdsAggregated } @@ -34403,8 +33540,7 @@ public struct DescribeAvailabilityZonesInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, zoneIds: [Swift.String]? = nil, zoneNames: [Swift.String]? = nil - ) - { + ) { self.allAvailabilityZones = allAvailabilityZones self.dryRun = dryRun self.filters = filters @@ -34422,8 +33558,7 @@ extension EC2ClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -34538,8 +33673,7 @@ extension EC2ClientTypes { zoneId: Swift.String? = nil, zoneName: Swift.String? = nil, zoneType: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.messages = messages self.networkBorderGroup = networkBorderGroup @@ -34561,8 +33695,7 @@ public struct DescribeAvailabilityZonesOutput: Swift.Sendable { public init( availabilityZones: [EC2ClientTypes.AvailabilityZone]? = nil - ) - { + ) { self.availabilityZones = availabilityZones } } @@ -34582,8 +33715,7 @@ public struct DescribeAwsNetworkPerformanceMetricSubscriptionsInput: Swift.Senda filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -34705,8 +33837,7 @@ extension EC2ClientTypes { period: EC2ClientTypes.PeriodType? = nil, source: Swift.String? = nil, statistic: EC2ClientTypes.StatisticType? = nil - ) - { + ) { self.destination = destination self.metric = metric self.period = period @@ -34725,8 +33856,7 @@ public struct DescribeAwsNetworkPerformanceMetricSubscriptionsOutput: Swift.Send public init( nextToken: Swift.String? = nil, subscriptions: [EC2ClientTypes.Subscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -34764,8 +33894,7 @@ public struct DescribeBundleTasksInput: Swift.Sendable { bundleIds: [Swift.String]? = nil, dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil - ) - { + ) { self.bundleIds = bundleIds self.dryRun = dryRun self.filters = filters @@ -34778,8 +33907,7 @@ public struct DescribeBundleTasksOutput: Swift.Sendable { public init( bundleTasks: [EC2ClientTypes.BundleTask]? = nil - ) - { + ) { self.bundleTasks = bundleTasks } } @@ -34797,8 +33925,7 @@ public struct DescribeByoipCidrsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -34814,8 +33941,7 @@ public struct DescribeByoipCidrsOutput: Swift.Sendable { public init( byoipCidrs: [EC2ClientTypes.ByoipCidr]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byoipCidrs = byoipCidrs self.nextToken = nextToken } @@ -34851,8 +33977,7 @@ public struct DescribeCapacityBlockExtensionHistoryInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationIds = capacityReservationIds self.dryRun = dryRun self.filters = filters @@ -34944,8 +34069,7 @@ extension EC2ClientTypes { instanceCount: Swift.Int? = nil, instanceType: Swift.String? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.capacityBlockExtensionDurationHours = capacityBlockExtensionDurationHours @@ -34972,8 +34096,7 @@ public struct DescribeCapacityBlockExtensionHistoryOutput: Swift.Sendable { public init( capacityBlockExtensions: [EC2ClientTypes.CapacityBlockExtension]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityBlockExtensions = capacityBlockExtensions self.nextToken = nextToken } @@ -34999,8 +34122,7 @@ public struct DescribeCapacityBlockExtensionOfferingsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityBlockExtensionDurationHours = capacityBlockExtensionDurationHours self.capacityReservationId = capacityReservationId self.dryRun = dryRun @@ -35055,8 +34177,7 @@ extension EC2ClientTypes { startDate: Foundation.Date? = nil, tenancy: EC2ClientTypes.CapacityReservationTenancy? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.capacityBlockExtensionDurationHours = capacityBlockExtensionDurationHours @@ -35082,8 +34203,7 @@ public struct DescribeCapacityBlockExtensionOfferingsOutput: Swift.Sendable { public init( capacityBlockExtensionOfferings: [EC2ClientTypes.CapacityBlockExtensionOffering]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityBlockExtensionOfferings = capacityBlockExtensionOfferings self.nextToken = nextToken } @@ -35117,8 +34237,7 @@ public struct DescribeCapacityBlockOfferingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startDateRange: Foundation.Date? = nil - ) - { + ) { self.capacityDurationHours = capacityDurationHours self.dryRun = dryRun self.endDateRange = endDateRange @@ -35169,8 +34288,7 @@ extension EC2ClientTypes { startDate: Foundation.Date? = nil, tenancy: EC2ClientTypes.CapacityReservationTenancy? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.capacityBlockDurationHours = capacityBlockDurationHours self.capacityBlockDurationMinutes = capacityBlockDurationMinutes @@ -35195,8 +34313,7 @@ public struct DescribeCapacityBlockOfferingsOutput: Swift.Sendable { public init( capacityBlockOfferings: [EC2ClientTypes.CapacityBlockOffering]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityBlockOfferings = capacityBlockOfferings self.nextToken = nextToken } @@ -35263,8 +34380,7 @@ public struct DescribeCapacityReservationBillingRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, role: EC2ClientTypes.CallerRole? = nil - ) - { + ) { self.capacityReservationIds = capacityReservationIds self.dryRun = dryRun self.filters = filters @@ -35289,8 +34405,7 @@ extension EC2ClientTypes { availabilityZone: Swift.String? = nil, instanceType: Swift.String? = nil, tenancy: EC2ClientTypes.CapacityReservationTenancy? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceType = instanceType self.tenancy = tenancy @@ -35366,8 +34481,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.CapacityReservationBillingRequestStatus? = nil, statusMessage: Swift.String? = nil, unusedReservationBillingOwnerId: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.capacityReservationInfo = capacityReservationInfo self.lastUpdateTime = lastUpdateTime @@ -35388,8 +34502,7 @@ public struct DescribeCapacityReservationBillingRequestsOutput: Swift.Sendable { public init( capacityReservationBillingRequests: [EC2ClientTypes.CapacityReservationBillingRequest]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationBillingRequests = capacityReservationBillingRequests self.nextToken = nextToken } @@ -35421,8 +34534,7 @@ public struct DescribeCapacityReservationFleetsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationFleetIds = capacityReservationFleetIds self.dryRun = dryRun self.filters = filters @@ -35495,8 +34607,7 @@ extension EC2ClientTypes { tenancy: EC2ClientTypes.FleetCapacityReservationTenancy? = nil, totalFulfilledCapacity: Swift.Double? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationFleetArn = capacityReservationFleetArn self.capacityReservationFleetId = capacityReservationFleetId @@ -35522,8 +34633,7 @@ public struct DescribeCapacityReservationFleetsOutput: Swift.Sendable { public init( capacityReservationFleets: [EC2ClientTypes.CapacityReservationFleet]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationFleets = capacityReservationFleets self.nextToken = nextToken } @@ -35605,8 +34715,7 @@ public struct DescribeCapacityReservationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationIds = capacityReservationIds self.dryRun = dryRun self.filters = filters @@ -35624,8 +34733,7 @@ public struct DescribeCapacityReservationsOutput: Swift.Sendable { public init( capacityReservations: [EC2ClientTypes.CapacityReservation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservations = capacityReservations self.nextToken = nextToken } @@ -35661,8 +34769,7 @@ public struct DescribeCarrierGatewaysInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.carrierGatewayIds = carrierGatewayIds self.dryRun = dryRun self.filters = filters @@ -35680,8 +34787,7 @@ public struct DescribeCarrierGatewaysOutput: Swift.Sendable { public init( carrierGateways: [EC2ClientTypes.CarrierGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.carrierGateways = carrierGateways self.nextToken = nextToken } @@ -35715,8 +34821,7 @@ public struct DescribeClassicLinkInstancesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceIds = instanceIds @@ -35743,8 +34848,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.groups = groups self.instanceId = instanceId self.tags = tags @@ -35762,8 +34866,7 @@ public struct DescribeClassicLinkInstancesOutput: Swift.Sendable { public init( instances: [EC2ClientTypes.ClassicLinkInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -35794,8 +34897,7 @@ public struct DescribeClientVpnAuthorizationRulesInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun self.filters = filters @@ -35828,8 +34930,7 @@ extension EC2ClientTypes { destinationCidr: Swift.String? = nil, groupId: Swift.String? = nil, status: EC2ClientTypes.ClientVpnAuthorizationRuleStatus? = nil - ) - { + ) { self.accessAll = accessAll self.clientVpnEndpointId = clientVpnEndpointId self.description = description @@ -35849,8 +34950,7 @@ public struct DescribeClientVpnAuthorizationRulesOutput: Swift.Sendable { public init( authorizationRules: [EC2ClientTypes.AuthorizationRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authorizationRules = authorizationRules self.nextToken = nextToken } @@ -35879,8 +34979,7 @@ public struct DescribeClientVpnConnectionsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun self.filters = filters @@ -35936,8 +35035,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientVpnConnectionStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -35992,8 +35090,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.ClientVpnConnectionStatus? = nil, timestamp: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientIp = clientIp self.clientVpnEndpointId = clientVpnEndpointId self.commonName = commonName @@ -36021,8 +35118,7 @@ public struct DescribeClientVpnConnectionsOutput: Swift.Sendable { public init( connections: [EC2ClientTypes.ClientVpnConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -36050,8 +35146,7 @@ public struct DescribeClientVpnEndpointsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointIds = clientVpnEndpointIds self.dryRun = dryRun self.filters = filters @@ -36098,8 +35193,7 @@ extension EC2ClientTypes { public init( networkId: Swift.String? = nil, networkType: EC2ClientTypes.AssociatedNetworkType? = nil - ) - { + ) { self.networkId = networkId self.networkType = networkType } @@ -36115,8 +35209,7 @@ extension EC2ClientTypes { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -36134,8 +35227,7 @@ extension EC2ClientTypes { public init( samlProviderArn: Swift.String? = nil, selfServiceSamlProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.selfServiceSamlProviderArn = selfServiceSamlProviderArn } @@ -36151,8 +35243,7 @@ extension EC2ClientTypes { public init( clientRootCertificateChain: Swift.String? = nil - ) - { + ) { self.clientRootCertificateChain = clientRootCertificateChain } } @@ -36176,8 +35267,7 @@ extension EC2ClientTypes { federatedAuthentication: EC2ClientTypes.FederatedAuthentication? = nil, mutualAuthentication: EC2ClientTypes.CertificateAuthentication? = nil, type: EC2ClientTypes.ClientVpnAuthenticationType? = nil - ) - { + ) { self.activeDirectory = activeDirectory self.federatedAuthentication = federatedAuthentication self.mutualAuthentication = mutualAuthentication @@ -36227,8 +35317,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientVpnEndpointAttributeStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -36250,8 +35339,7 @@ extension EC2ClientTypes { enabled: Swift.Bool? = nil, lambdaFunctionArn: Swift.String? = nil, status: EC2ClientTypes.ClientVpnEndpointAttributeStatus? = nil - ) - { + ) { self.enabled = enabled self.lambdaFunctionArn = lambdaFunctionArn self.status = status @@ -36271,8 +35359,7 @@ extension EC2ClientTypes { public init( bannerText: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.bannerText = bannerText self.enabled = enabled } @@ -36294,8 +35381,7 @@ extension EC2ClientTypes { cloudwatchLogGroup: Swift.String? = nil, cloudwatchLogStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudwatchLogGroup = cloudwatchLogGroup self.cloudwatchLogStream = cloudwatchLogStream self.enabled = enabled @@ -36405,8 +35491,7 @@ extension EC2ClientTypes { vpcId: Swift.String? = nil, vpnPort: Swift.Int? = nil, vpnProtocol: EC2ClientTypes.VpnProtocol? = nil - ) - { + ) { self.associatedTargetNetworks = associatedTargetNetworks self.authenticationOptions = authenticationOptions self.clientCidrBlock = clientCidrBlock @@ -36443,8 +35528,7 @@ public struct DescribeClientVpnEndpointsOutput: Swift.Sendable { public init( clientVpnEndpoints: [EC2ClientTypes.ClientVpnEndpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnEndpoints = clientVpnEndpoints self.nextToken = nextToken } @@ -36475,8 +35559,7 @@ public struct DescribeClientVpnRoutesInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun self.filters = filters @@ -36512,8 +35595,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.ClientVpnRouteStatus? = nil, targetSubnet: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.description = description self.destinationCidr = destinationCidr @@ -36534,8 +35616,7 @@ public struct DescribeClientVpnRoutesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routes: [EC2ClientTypes.ClientVpnRoute]? = nil - ) - { + ) { self.nextToken = nextToken self.routes = routes } @@ -36569,8 +35650,7 @@ public struct DescribeClientVpnTargetNetworksInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationIds = associationIds self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun @@ -36604,8 +35684,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.AssociationStatus? = nil, targetNetworkId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.clientVpnEndpointId = clientVpnEndpointId self.securityGroups = securityGroups @@ -36625,8 +35704,7 @@ public struct DescribeClientVpnTargetNetworksOutput: Swift.Sendable { public init( clientVpnTargetNetworks: [EC2ClientTypes.TargetNetwork]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpnTargetNetworks = clientVpnTargetNetworks self.nextToken = nextToken } @@ -36654,8 +35732,7 @@ public struct DescribeCoipPoolsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -36673,8 +35750,7 @@ public struct DescribeCoipPoolsOutput: Swift.Sendable { public init( coipPools: [EC2ClientTypes.CoipPool]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coipPools = coipPools self.nextToken = nextToken } @@ -36689,8 +35765,7 @@ public struct DescribeConversionTasksInput: Swift.Sendable { public init( conversionTaskIds: [Swift.String]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.conversionTaskIds = conversionTaskIds self.dryRun = dryRun } @@ -36714,8 +35789,7 @@ extension EC2ClientTypes { format: EC2ClientTypes.DiskImageFormat? = nil, importManifestUrl: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.checksum = checksum self.format = format self.importManifestUrl = importManifestUrl @@ -36741,8 +35815,7 @@ extension EC2ClientTypes { public init( id: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.id = id self.size = size } @@ -36776,8 +35849,7 @@ extension EC2ClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, volume: EC2ClientTypes.DiskImageVolumeDescription? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.bytesConverted = bytesConverted self.description = description @@ -36807,8 +35879,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, platform: EC2ClientTypes.PlatformValues? = nil, volumes: [EC2ClientTypes.ImportInstanceVolumeDetailItem]? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.platform = platform @@ -36838,8 +35909,7 @@ extension EC2ClientTypes { description: Swift.String? = nil, image: EC2ClientTypes.DiskImageDescription? = nil, volume: EC2ClientTypes.DiskImageVolumeDescription? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.bytesConverted = bytesConverted self.description = description @@ -36911,8 +35981,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.ConversionTaskState? = nil, statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.conversionTaskId = conversionTaskId self.expirationTime = expirationTime self.importInstance = importInstance @@ -36930,8 +35999,7 @@ public struct DescribeConversionTasksOutput: Swift.Sendable { public init( conversionTasks: [EC2ClientTypes.ConversionTask]? = nil - ) - { + ) { self.conversionTasks = conversionTasks } } @@ -36963,8 +36031,7 @@ public struct DescribeCustomerGatewaysInput: Swift.Sendable { customerGatewayIds: [Swift.String]? = nil, dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil - ) - { + ) { self.customerGatewayIds = customerGatewayIds self.dryRun = dryRun self.filters = filters @@ -36978,8 +36045,7 @@ public struct DescribeCustomerGatewaysOutput: Swift.Sendable { public init( customerGateways: [EC2ClientTypes.CustomerGateway]? = nil - ) - { + ) { self.customerGateways = customerGateways } } @@ -36999,8 +36065,7 @@ public struct DescribeDeclarativePoliciesReportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, reportIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -37079,8 +36144,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.ReportState? = nil, tags: [EC2ClientTypes.Tag]? = nil, targetId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.reportId = reportId self.s3Bucket = s3Bucket @@ -37102,8 +36166,7 @@ public struct DescribeDeclarativePoliciesReportsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reports: [EC2ClientTypes.DeclarativePoliciesReport]? = nil - ) - { + ) { self.nextToken = nextToken self.reports = reports } @@ -37139,8 +36202,7 @@ public struct DescribeDhcpOptionsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dhcpOptionsIds = dhcpOptionsIds self.dryRun = dryRun self.filters = filters @@ -37158,8 +36220,7 @@ public struct DescribeDhcpOptionsOutput: Swift.Sendable { public init( dhcpOptions: [EC2ClientTypes.DhcpOptions]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dhcpOptions = dhcpOptions self.nextToken = nextToken } @@ -37187,8 +36248,7 @@ public struct DescribeEgressOnlyInternetGatewaysInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.egressOnlyInternetGatewayIds = egressOnlyInternetGatewayIds self.filters = filters @@ -37206,8 +36266,7 @@ public struct DescribeEgressOnlyInternetGatewaysOutput: Swift.Sendable { public init( egressOnlyInternetGateways: [EC2ClientTypes.EgressOnlyInternetGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.egressOnlyInternetGateways = egressOnlyInternetGateways self.nextToken = nextToken } @@ -37241,8 +36300,7 @@ public struct DescribeElasticGpusInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.elasticGpuIds = elasticGpuIds self.filters = filters @@ -37289,8 +36347,7 @@ extension EC2ClientTypes { public init( status: EC2ClientTypes.ElasticGpuStatus? = nil - ) - { + ) { self.status = status } } @@ -37349,8 +36406,7 @@ extension EC2ClientTypes { elasticGpuType: Swift.String? = nil, instanceId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.elasticGpuHealth = elasticGpuHealth self.elasticGpuId = elasticGpuId @@ -37374,8 +36430,7 @@ public struct DescribeElasticGpusOutput: Swift.Sendable { elasticGpuSet: [EC2ClientTypes.ElasticGpus]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.elasticGpuSet = elasticGpuSet self.maxResults = maxResults self.nextToken = nextToken @@ -37400,8 +36455,7 @@ public struct DescribeExportImageTasksInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.exportImageTaskIds = exportImageTaskIds self.filters = filters @@ -37422,8 +36476,7 @@ extension EC2ClientTypes { public init( s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Prefix = s3Prefix } @@ -37460,8 +36513,7 @@ extension EC2ClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.exportImageTaskId = exportImageTaskId self.imageId = imageId @@ -37483,8 +36535,7 @@ public struct DescribeExportImageTasksOutput: Swift.Sendable { public init( exportImageTasks: [EC2ClientTypes.ExportImageTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportImageTasks = exportImageTasks self.nextToken = nextToken } @@ -37499,8 +36550,7 @@ public struct DescribeExportTasksInput: Swift.Sendable { public init( exportTaskIds: [Swift.String]? = nil, filters: [EC2ClientTypes.Filter]? = nil - ) - { + ) { self.exportTaskIds = exportTaskIds self.filters = filters } @@ -37512,8 +36562,7 @@ public struct DescribeExportTasksOutput: Swift.Sendable { public init( exportTasks: [EC2ClientTypes.ExportTask]? = nil - ) - { + ) { self.exportTasks = exportTasks } } @@ -37542,8 +36591,7 @@ public struct DescribeFastLaunchImagesInput: Swift.Sendable { imageIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.imageIds = imageIds @@ -37567,8 +36615,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -37611,8 +36658,7 @@ extension EC2ClientTypes { public init( targetResourceCount: Swift.Int? = nil - ) - { + ) { self.targetResourceCount = targetResourceCount } } @@ -37692,8 +36738,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.FastLaunchStateCode? = nil, stateTransitionReason: Swift.String? = nil, stateTransitionTime: Foundation.Date? = nil - ) - { + ) { self.imageId = imageId self.launchTemplate = launchTemplate self.maxParallelLaunches = maxParallelLaunches @@ -37716,8 +36761,7 @@ public struct DescribeFastLaunchImagesOutput: Swift.Sendable { public init( fastLaunchImages: [EC2ClientTypes.DescribeFastLaunchImagesSuccessItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fastLaunchImages = fastLaunchImages self.nextToken = nextToken } @@ -37746,8 +36790,7 @@ public struct DescribeFastSnapshotRestoresInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -37836,8 +36879,7 @@ extension EC2ClientTypes { snapshotId: Swift.String? = nil, state: EC2ClientTypes.FastSnapshotRestoreStateCode? = nil, stateTransitionReason: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.disabledTime = disabledTime self.disablingTime = disablingTime @@ -37862,8 +36904,7 @@ public struct DescribeFastSnapshotRestoresOutput: Swift.Sendable { public init( fastSnapshotRestores: [EC2ClientTypes.DescribeFastSnapshotRestoreSuccessItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fastSnapshotRestores = fastSnapshotRestores self.nextToken = nextToken } @@ -37924,8 +36965,7 @@ public struct DescribeFleetHistoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dryRun = dryRun self.eventType = eventType self.fleetId = fleetId @@ -37999,8 +37039,7 @@ extension EC2ClientTypes { eventDescription: Swift.String? = nil, eventSubType: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.eventDescription = eventDescription self.eventSubType = eventSubType self.instanceId = instanceId @@ -38023,8 +37062,7 @@ extension EC2ClientTypes { eventInformation: EC2ClientTypes.EventInformation? = nil, eventType: EC2ClientTypes.FleetEventType? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.eventInformation = eventInformation self.eventType = eventType self.timestamp = timestamp @@ -38050,8 +37088,7 @@ public struct DescribeFleetHistoryOutput: Swift.Sendable { lastEvaluatedTime: Foundation.Date? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.fleetId = fleetId self.historyRecords = historyRecords self.lastEvaluatedTime = lastEvaluatedTime @@ -38081,8 +37118,7 @@ public struct DescribeFleetInstancesInput: Swift.Sendable { fleetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.fleetId = fleetId @@ -38103,8 +37139,7 @@ public struct DescribeFleetInstancesOutput: Swift.Sendable { activeInstances: [EC2ClientTypes.ActiveInstance]? = nil, fleetId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activeInstances = activeInstances self.fleetId = fleetId self.nextToken = nextToken @@ -38139,8 +37174,7 @@ public struct DescribeFleetsInput: Swift.Sendable { fleetIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.fleetIds = fleetIds @@ -38202,8 +37236,7 @@ extension EC2ClientTypes { errorMessage: Swift.String? = nil, launchTemplateAndOverrides: EC2ClientTypes.LaunchTemplateAndOverridesResponse? = nil, lifecycle: EC2ClientTypes.InstanceLifecycle? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.launchTemplateAndOverrides = launchTemplateAndOverrides @@ -38233,8 +37266,7 @@ extension EC2ClientTypes { launchTemplateAndOverrides: EC2ClientTypes.LaunchTemplateAndOverridesResponse? = nil, lifecycle: EC2ClientTypes.InstanceLifecycle? = nil, platform: EC2ClientTypes.PlatformValues? = nil - ) - { + ) { self.instanceIds = instanceIds self.instanceType = instanceType self.launchTemplateAndOverrides = launchTemplateAndOverrides @@ -38256,8 +37288,7 @@ extension EC2ClientTypes { public init( launchTemplateSpecification: EC2ClientTypes.FleetLaunchTemplateSpecification? = nil, overrides: [EC2ClientTypes.FleetLaunchTemplateOverrides]? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -38273,8 +37304,7 @@ extension EC2ClientTypes { public init( usageStrategy: EC2ClientTypes.FleetCapacityReservationUsageStrategy? = nil - ) - { + ) { self.usageStrategy = usageStrategy } } @@ -38304,8 +37334,7 @@ extension EC2ClientTypes { minTargetCapacity: Swift.Int? = nil, singleAvailabilityZone: Swift.Bool? = nil, singleInstanceType: Swift.Bool? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationOptions = capacityReservationOptions self.maxTotalPrice = maxTotalPrice @@ -38328,8 +37357,7 @@ extension EC2ClientTypes { public init( replacementStrategy: EC2ClientTypes.FleetReplacementStrategy? = nil, terminationDelay: Swift.Int? = nil - ) - { + ) { self.replacementStrategy = replacementStrategy self.terminationDelay = terminationDelay } @@ -38345,8 +37373,7 @@ extension EC2ClientTypes { public init( capacityRebalance: EC2ClientTypes.FleetSpotCapacityRebalance? = nil - ) - { + ) { self.capacityRebalance = capacityRebalance } } @@ -38382,8 +37409,7 @@ extension EC2ClientTypes { minTargetCapacity: Swift.Int? = nil, singleAvailabilityZone: Swift.Bool? = nil, singleInstanceType: Swift.Bool? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.instanceInterruptionBehavior = instanceInterruptionBehavior self.instancePoolsToUseCount = instancePoolsToUseCount @@ -38417,8 +37443,7 @@ extension EC2ClientTypes { spotTargetCapacity: Swift.Int? = nil, targetCapacityUnitType: EC2ClientTypes.TargetCapacityUnitType? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.defaultTargetCapacityType = defaultTargetCapacityType self.onDemandTargetCapacity = onDemandTargetCapacity self.spotTargetCapacity = spotTargetCapacity @@ -38497,8 +37522,7 @@ extension EC2ClientTypes { type: EC2ClientTypes.FleetType? = nil, validFrom: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.activityStatus = activityStatus self.clientToken = clientToken self.context = context @@ -38533,8 +37557,7 @@ public struct DescribeFleetsOutput: Swift.Sendable { public init( fleets: [EC2ClientTypes.FleetData]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleets = fleets self.nextToken = nextToken } @@ -38574,8 +37597,7 @@ public struct DescribeFlowLogsInput: Swift.Sendable { flowLogIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filter = filter self.flowLogIds = flowLogIds @@ -38599,8 +37621,7 @@ extension EC2ClientTypes { fileFormat: EC2ClientTypes.DestinationFileFormat? = nil, hiveCompatiblePartitions: Swift.Bool? = nil, perHourPartition: Swift.Bool? = nil - ) - { + ) { self.fileFormat = fileFormat self.hiveCompatiblePartitions = hiveCompatiblePartitions self.perHourPartition = perHourPartition @@ -38662,8 +37683,7 @@ extension EC2ClientTypes { resourceId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, trafficType: EC2ClientTypes.TrafficType? = nil - ) - { + ) { self.creationTime = creationTime self.deliverCrossAccountRole = deliverCrossAccountRole self.deliverLogsErrorMessage = deliverLogsErrorMessage @@ -38693,8 +37713,7 @@ public struct DescribeFlowLogsOutput: Swift.Sendable { public init( flowLogs: [EC2ClientTypes.FlowLog]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowLogs = flowLogs self.nextToken = nextToken } @@ -38749,8 +37768,7 @@ public struct DescribeFpgaImageAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.FpgaImageAttributeName? = nil, dryRun: Swift.Bool? = nil, fpgaImageId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.fpgaImageId = fpgaImageId @@ -38795,8 +37813,7 @@ extension EC2ClientTypes { public init( group: EC2ClientTypes.PermissionGroup? = nil, userId: Swift.String? = nil - ) - { + ) { self.group = group self.userId = userId } @@ -38844,8 +37861,7 @@ extension EC2ClientTypes { public init( productCodeId: Swift.String? = nil, productCodeType: EC2ClientTypes.ProductCodeValues? = nil - ) - { + ) { self.productCodeId = productCodeId self.productCodeType = productCodeType } @@ -38873,8 +37889,7 @@ extension EC2ClientTypes { loadPermissions: [EC2ClientTypes.LoadPermission]? = nil, name: Swift.String? = nil, productCodes: [EC2ClientTypes.ProductCode]? = nil - ) - { + ) { self.description = description self.fpgaImageId = fpgaImageId self.loadPermissions = loadPermissions @@ -38890,8 +37905,7 @@ public struct DescribeFpgaImageAttributeOutput: Swift.Sendable { public init( fpgaImageAttribute: EC2ClientTypes.FpgaImageAttribute? = nil - ) - { + ) { self.fpgaImageAttribute = fpgaImageAttribute } } @@ -38939,8 +37953,7 @@ public struct DescribeFpgaImagesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owners: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.fpgaImageIds = fpgaImageIds @@ -38968,8 +37981,7 @@ extension EC2ClientTypes { subsystemId: Swift.String? = nil, subsystemVendorId: Swift.String? = nil, vendorId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.subsystemId = subsystemId self.subsystemVendorId = subsystemVendorId @@ -39033,8 +38045,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.FpgaImageStateCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -39095,8 +38106,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.FpgaImageState? = nil, tags: [EC2ClientTypes.Tag]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.dataRetentionSupport = dataRetentionSupport self.description = description @@ -39126,8 +38136,7 @@ public struct DescribeFpgaImagesOutput: Swift.Sendable { public init( fpgaImages: [EC2ClientTypes.FpgaImage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fpgaImages = fpgaImages self.nextToken = nextToken } @@ -39158,8 +38167,7 @@ public struct DescribeHostReservationOfferingsInput: Swift.Sendable { minDuration: Swift.Int? = nil, nextToken: Swift.String? = nil, offeringId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxDuration = maxDuration self.maxResults = maxResults @@ -39228,8 +38236,7 @@ extension EC2ClientTypes { offeringId: Swift.String? = nil, paymentOption: EC2ClientTypes.PaymentOption? = nil, upfrontPrice: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.hourlyPrice = hourlyPrice @@ -39250,8 +38257,7 @@ public struct DescribeHostReservationOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offeringSet: [EC2ClientTypes.HostOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.offeringSet = offeringSet } @@ -39282,8 +38288,7 @@ public struct DescribeHostReservationsInput: Swift.Sendable { hostReservationIdSet: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.hostReservationIdSet = hostReservationIdSet self.maxResults = maxResults @@ -39374,8 +38379,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.ReservationState? = nil, tags: [EC2ClientTypes.Tag]? = nil, upfrontPrice: Swift.String? = nil - ) - { + ) { self.count = count self.currencyCode = currencyCode self.duration = duration @@ -39403,8 +38407,7 @@ public struct DescribeHostReservationsOutput: Swift.Sendable { public init( hostReservationSet: [EC2ClientTypes.HostReservation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hostReservationSet = hostReservationSet self.nextToken = nextToken } @@ -39439,8 +38442,7 @@ public struct DescribeHostsInput: Swift.Sendable { hostIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.hostIds = hostIds self.maxResults = maxResults @@ -39463,8 +38465,7 @@ extension EC2ClientTypes { availableCapacity: Swift.Int? = nil, instanceType: Swift.String? = nil, totalCapacity: Swift.Int? = nil - ) - { + ) { self.availableCapacity = availableCapacity self.instanceType = instanceType self.totalCapacity = totalCapacity @@ -39484,8 +38485,7 @@ extension EC2ClientTypes { public init( availableInstanceCapacity: [EC2ClientTypes.InstanceCapacity]? = nil, availableVCpus: Swift.Int? = nil - ) - { + ) { self.availableInstanceCapacity = availableInstanceCapacity self.availableVCpus = availableVCpus } @@ -39513,8 +38513,7 @@ extension EC2ClientTypes { instanceType: Swift.String? = nil, sockets: Swift.Int? = nil, totalVCpus: Swift.Int? = nil - ) - { + ) { self.cores = cores self.instanceFamily = instanceFamily self.instanceType = instanceType @@ -39539,8 +38538,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, instanceType: Swift.String? = nil, ownerId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.instanceType = instanceType self.ownerId = ownerId @@ -39614,8 +38612,7 @@ extension EC2ClientTypes { releaseTime: Foundation.Date? = nil, state: EC2ClientTypes.AllocationState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.allocationTime = allocationTime self.allowsMultipleInstanceTypes = allowsMultipleInstanceTypes self.assetId = assetId @@ -39649,8 +38646,7 @@ public struct DescribeHostsOutput: Swift.Sendable { public init( hosts: [EC2ClientTypes.Host]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hosts = hosts self.nextToken = nextToken } @@ -39675,8 +38671,7 @@ public struct DescribeIamInstanceProfileAssociationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationIds = associationIds self.filters = filters self.maxResults = maxResults @@ -39693,8 +38688,7 @@ public struct DescribeIamInstanceProfileAssociationsOutput: Swift.Sendable { public init( iamInstanceProfileAssociations: [EC2ClientTypes.IamInstanceProfileAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.iamInstanceProfileAssociations = iamInstanceProfileAssociations self.nextToken = nextToken } @@ -39710,8 +38704,7 @@ public struct DescribeIdentityIdFormatInput: Swift.Sendable { public init( principalArn: Swift.String? = nil, resource: Swift.String? = nil - ) - { + ) { self.principalArn = principalArn self.resource = resource } @@ -39723,8 +38716,7 @@ public struct DescribeIdentityIdFormatOutput: Swift.Sendable { public init( statuses: [EC2ClientTypes.IdFormat]? = nil - ) - { + ) { self.statuses = statuses } } @@ -39735,8 +38727,7 @@ public struct DescribeIdFormatInput: Swift.Sendable { public init( resource: Swift.String? = nil - ) - { + ) { self.resource = resource } } @@ -39747,8 +38738,7 @@ public struct DescribeIdFormatOutput: Swift.Sendable { public init( statuses: [EC2ClientTypes.IdFormat]? = nil - ) - { + ) { self.statuses = statuses } } @@ -39830,8 +38820,7 @@ public struct DescribeImageAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.ImageAttributeName? = nil, dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.imageId = imageId @@ -39856,8 +38845,7 @@ extension EC2ClientTypes { organizationArn: Swift.String? = nil, organizationalUnitArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.group = group self.organizationArn = organizationArn self.organizationalUnitArn = organizationalUnitArn @@ -39912,8 +38900,7 @@ public struct DescribeImageAttributeOutput: Swift.Sendable { sriovNetSupport: EC2ClientTypes.AttributeValue? = nil, tpmSupport: EC2ClientTypes.AttributeValue? = nil, uefiData: EC2ClientTypes.AttributeValue? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.bootMode = bootMode self.deregistrationProtection = deregistrationProtection @@ -40039,8 +39026,7 @@ public struct DescribeImagesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owners: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.executableUsers = executableUsers self.filters = filters @@ -40455,8 +39441,7 @@ extension EC2ClientTypes { tpmSupport: EC2ClientTypes.TpmSupportValues? = nil, usageOperation: Swift.String? = nil, virtualizationType: EC2ClientTypes.VirtualizationType? = nil - ) - { + ) { self.architecture = architecture self.blockDeviceMappings = blockDeviceMappings self.bootMode = bootMode @@ -40506,8 +39491,7 @@ public struct DescribeImagesOutput: Swift.Sendable { public init( images: [EC2ClientTypes.Image]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -40531,8 +39515,7 @@ public struct DescribeImportImageTasksInput: Swift.Sendable { importTaskIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.importTaskIds = importTaskIds @@ -40550,8 +39533,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -40569,8 +39551,7 @@ extension EC2ClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -40613,8 +39594,7 @@ extension EC2ClientTypes { statusMessage: Swift.String? = nil, url: Swift.String? = nil, userBucket: EC2ClientTypes.UserBucketDetails? = nil - ) - { + ) { self.description = description self.deviceName = deviceName self.diskImageSize = diskImageSize @@ -40691,8 +39671,7 @@ extension EC2ClientTypes { statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, usageOperation: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.bootMode = bootMode self.description = description @@ -40723,8 +39702,7 @@ public struct DescribeImportImageTasksOutput: Swift.Sendable { public init( importImageTasks: [EC2ClientTypes.ImportImageTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importImageTasks = importImageTasks self.nextToken = nextToken } @@ -40748,8 +39726,7 @@ public struct DescribeImportSnapshotTasksInput: Swift.Sendable { importTaskIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.importTaskIds = importTaskIds @@ -40797,8 +39774,7 @@ extension EC2ClientTypes { statusMessage: Swift.String? = nil, url: Swift.String? = nil, userBucket: EC2ClientTypes.UserBucketDetails? = nil - ) - { + ) { self.description = description self.diskImageSize = diskImageSize self.encrypted = encrypted @@ -40837,8 +39813,7 @@ extension EC2ClientTypes { importTaskId: Swift.String? = nil, snapshotTaskDetail: EC2ClientTypes.SnapshotTaskDetail? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.importTaskId = importTaskId self.snapshotTaskDetail = snapshotTaskDetail @@ -40856,8 +39831,7 @@ public struct DescribeImportSnapshotTasksOutput: Swift.Sendable { public init( importSnapshotTasks: [EC2ClientTypes.ImportSnapshotTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importSnapshotTasks = importSnapshotTasks self.nextToken = nextToken } @@ -40948,8 +39922,7 @@ public struct DescribeInstanceAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.InstanceAttributeName? = nil, dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.instanceId = instanceId @@ -40983,8 +39956,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.AttachmentStatus? = nil, volumeId: Swift.String? = nil, volumeOwnerId: Swift.String? = nil - ) - { + ) { self.associatedResource = associatedResource self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination @@ -41008,8 +39980,7 @@ extension EC2ClientTypes { public init( deviceName: Swift.String? = nil, ebs: EC2ClientTypes.EbsInstanceBlockDevice? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs } @@ -41025,8 +39996,7 @@ extension EC2ClientTypes { public init( value: Swift.Bool? = nil - ) - { + ) { self.value = value } } @@ -41041,8 +40011,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -41103,8 +40072,7 @@ public struct DescribeInstanceAttributeOutput: Swift.Sendable { sourceDestCheck: EC2ClientTypes.AttributeBooleanValue? = nil, sriovNetSupport: EC2ClientTypes.AttributeValue? = nil, userData: EC2ClientTypes.AttributeValue? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.disableApiStop = disableApiStop self.disableApiTermination = disableApiTermination @@ -41157,8 +40125,7 @@ public struct DescribeInstanceConnectEndpointsInput: Swift.Sendable { instanceConnectEndpointIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceConnectEndpointIds = instanceConnectEndpointIds @@ -41176,8 +40143,7 @@ public struct DescribeInstanceConnectEndpointsOutput: Swift.Sendable { public init( instanceConnectEndpoints: [EC2ClientTypes.Ec2InstanceConnectEndpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceConnectEndpoints = instanceConnectEndpoints self.nextToken = nextToken } @@ -41203,8 +40169,7 @@ public struct DescribeInstanceCreditSpecificationsInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceIds = instanceIds @@ -41225,8 +40190,7 @@ extension EC2ClientTypes { public init( cpuCredits: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.cpuCredits = cpuCredits self.instanceId = instanceId } @@ -41242,8 +40206,7 @@ public struct DescribeInstanceCreditSpecificationsOutput: Swift.Sendable { public init( instanceCreditSpecifications: [EC2ClientTypes.InstanceCreditSpecification]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceCreditSpecifications = instanceCreditSpecifications self.nextToken = nextToken } @@ -41255,8 +40218,7 @@ public struct DescribeInstanceEventNotificationAttributesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -41267,8 +40229,7 @@ public struct DescribeInstanceEventNotificationAttributesOutput: Swift.Sendable public init( instanceTagAttribute: EC2ClientTypes.InstanceTagNotificationAttribute? = nil - ) - { + ) { self.instanceTagAttribute = instanceTagAttribute } } @@ -41310,8 +40271,7 @@ public struct DescribeInstanceEventWindowsInput: Swift.Sendable { instanceEventWindowIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceEventWindowIds = instanceEventWindowIds @@ -41329,8 +40289,7 @@ public struct DescribeInstanceEventWindowsOutput: Swift.Sendable { public init( instanceEventWindows: [EC2ClientTypes.InstanceEventWindow]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceEventWindows = instanceEventWindows self.nextToken = nextToken } @@ -41376,8 +40335,7 @@ public struct DescribeInstanceImageMetadataInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceIds = instanceIds @@ -41419,8 +40377,7 @@ extension EC2ClientTypes { name: Swift.String? = nil, ownerId: Swift.String? = nil, state: EC2ClientTypes.ImageState? = nil - ) - { + ) { self.creationDate = creationDate self.deprecationTime = deprecationTime self.imageAllowed = imageAllowed @@ -41502,8 +40459,7 @@ extension EC2ClientTypes { public init( code: Swift.Int? = nil, name: EC2ClientTypes.InstanceStateName? = nil - ) - { + ) { self.code = code self.name = name } @@ -41546,8 +40502,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.InstanceState? = nil, tags: [EC2ClientTypes.Tag]? = nil, zoneId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.imageMetadata = imageMetadata self.instanceId = instanceId @@ -41571,8 +40526,7 @@ public struct DescribeInstanceImageMetadataOutput: Swift.Sendable { public init( instanceImageMetadata: [EC2ClientTypes.InstanceImageMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceImageMetadata = instanceImageMetadata self.nextToken = nextToken } @@ -41866,8 +40820,7 @@ public struct DescribeInstancesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceIds = instanceIds @@ -41892,8 +40845,7 @@ extension EC2ClientTypes { public init( capacityReservationPreference: EC2ClientTypes.CapacityReservationPreference? = nil, capacityReservationTarget: EC2ClientTypes.CapacityReservationTargetResponse? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -41915,8 +40867,7 @@ extension EC2ClientTypes { amdSevSnp: EC2ClientTypes.AmdSevSnpSpecification? = nil, coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.amdSevSnp = amdSevSnp self.coreCount = coreCount self.threadsPerCore = threadsPerCore @@ -41971,8 +40922,7 @@ extension EC2ClientTypes { elasticGpuAssociationState: Swift.String? = nil, elasticGpuAssociationTime: Swift.String? = nil, elasticGpuId: Swift.String? = nil - ) - { + ) { self.elasticGpuAssociationId = elasticGpuAssociationId self.elasticGpuAssociationState = elasticGpuAssociationState self.elasticGpuAssociationTime = elasticGpuAssociationTime @@ -41999,8 +40949,7 @@ extension EC2ClientTypes { elasticInferenceAcceleratorAssociationId: Swift.String? = nil, elasticInferenceAcceleratorAssociationState: Swift.String? = nil, elasticInferenceAcceleratorAssociationTime: Foundation.Date? = nil - ) - { + ) { self.elasticInferenceAcceleratorArn = elasticInferenceAcceleratorArn self.elasticInferenceAcceleratorAssociationId = elasticInferenceAcceleratorAssociationId self.elasticInferenceAcceleratorAssociationState = elasticInferenceAcceleratorAssociationState @@ -42018,8 +40967,7 @@ extension EC2ClientTypes { public init( configured: Swift.Bool? = nil - ) - { + ) { self.configured = configured } } @@ -42066,8 +41014,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -42111,8 +41058,7 @@ extension EC2ClientTypes { public init( autoRecovery: EC2ClientTypes.InstanceAutoRecoveryState? = nil - ) - { + ) { self.autoRecovery = autoRecovery } } @@ -42291,8 +41237,7 @@ extension EC2ClientTypes { httpTokens: EC2ClientTypes.HttpTokensState? = nil, instanceMetadataTags: EC2ClientTypes.InstanceMetadataTagsState? = nil, state: EC2ClientTypes.InstanceMetadataOptionsState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -42347,8 +41292,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.MonitoringState? = nil - ) - { + ) { self.state = state } } @@ -42375,8 +41319,7 @@ extension EC2ClientTypes { ipOwnerId: Swift.String? = nil, publicDnsName: Swift.String? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.carrierIp = carrierIp self.customerOwnedIp = customerOwnedIp self.ipOwnerId = ipOwnerId @@ -42395,8 +41338,7 @@ extension EC2ClientTypes { public init( enaSrdUdpEnabled: Swift.Bool? = nil - ) - { + ) { self.enaSrdUdpEnabled = enaSrdUdpEnabled } } @@ -42414,8 +41356,7 @@ extension EC2ClientTypes { public init( enaSrdEnabled: Swift.Bool? = nil, enaSrdUdpSpecification: EC2ClientTypes.InstanceAttachmentEnaSrdUdpSpecification? = nil - ) - { + ) { self.enaSrdEnabled = enaSrdEnabled self.enaSrdUdpSpecification = enaSrdUdpSpecification } @@ -42449,8 +41390,7 @@ extension EC2ClientTypes { enaSrdSpecification: EC2ClientTypes.InstanceAttachmentEnaSrdSpecification? = nil, networkCardIndex: Swift.Int? = nil, status: EC2ClientTypes.AttachmentStatus? = nil - ) - { + ) { self.attachTime = attachTime self.attachmentId = attachmentId self.deleteOnTermination = deleteOnTermination @@ -42477,8 +41417,7 @@ extension EC2ClientTypes { tcpEstablishedTimeout: Swift.Int? = nil, udpStreamTimeout: Swift.Int? = nil, udpTimeout: Swift.Int? = nil - ) - { + ) { self.tcpEstablishedTimeout = tcpEstablishedTimeout self.udpStreamTimeout = udpStreamTimeout self.udpTimeout = udpTimeout @@ -42495,8 +41434,7 @@ extension EC2ClientTypes { public init( ipv4Prefix: Swift.String? = nil - ) - { + ) { self.ipv4Prefix = ipv4Prefix } } @@ -42511,8 +41449,7 @@ extension EC2ClientTypes { public init( ipv6Prefix: Swift.String? = nil - ) - { + ) { self.ipv6Prefix = ipv6Prefix } } @@ -42536,8 +41473,7 @@ extension EC2ClientTypes { primary: Swift.Bool? = nil, privateDnsName: Swift.String? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.association = association self.primary = primary self.privateDnsName = privateDnsName @@ -42612,8 +41548,7 @@ extension EC2ClientTypes { status: EC2ClientTypes.NetworkInterfaceStatus? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.association = association self.attachment = attachment self.connectionTrackingConfiguration = connectionTrackingConfiguration @@ -42647,8 +41582,7 @@ extension EC2ClientTypes { public init( bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting } } @@ -42669,8 +41603,7 @@ extension EC2ClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -42861,8 +41794,7 @@ extension EC2ClientTypes { usageOperationUpdateTime: Foundation.Date? = nil, virtualizationType: EC2ClientTypes.VirtualizationType? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.amiLaunchIndex = amiLaunchIndex self.architecture = architecture self.blockDeviceMappings = blockDeviceMappings @@ -42947,8 +41879,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, requesterId: Swift.String? = nil, reservationId: Swift.String? = nil - ) - { + ) { self.groups = groups self.instances = instances self.ownerId = ownerId @@ -42967,8 +41898,7 @@ public struct DescribeInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservations: [EC2ClientTypes.Reservation]? = nil - ) - { + ) { self.nextToken = nextToken self.reservations = reservations } @@ -43027,8 +41957,7 @@ public struct DescribeInstanceStatusInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.includeAllInstances = includeAllInstances @@ -43114,8 +42043,7 @@ extension EC2ClientTypes { impairedSince: Foundation.Date? = nil, name: EC2ClientTypes.StatusName? = nil, status: EC2ClientTypes.StatusType? = nil - ) - { + ) { self.impairedSince = impairedSince self.name = name self.status = status @@ -43173,8 +42101,7 @@ extension EC2ClientTypes { public init( details: [EC2ClientTypes.EbsStatusDetails]? = nil, status: EC2ClientTypes.SummaryStatus? = nil - ) - { + ) { self.details = details self.status = status } @@ -43243,8 +42170,7 @@ extension EC2ClientTypes { notAfter: Foundation.Date? = nil, notBefore: Foundation.Date? = nil, notBeforeDeadline: Foundation.Date? = nil - ) - { + ) { self.code = code self.description = description self.instanceEventId = instanceEventId @@ -43270,8 +42196,7 @@ extension EC2ClientTypes { impairedSince: Foundation.Date? = nil, name: EC2ClientTypes.StatusName? = nil, status: EC2ClientTypes.StatusType? = nil - ) - { + ) { self.impairedSince = impairedSince self.name = name self.status = status @@ -43291,8 +42216,7 @@ extension EC2ClientTypes { public init( details: [EC2ClientTypes.InstanceStatusDetails]? = nil, status: EC2ClientTypes.SummaryStatus? = nil - ) - { + ) { self.details = details self.status = status } @@ -43332,8 +42256,7 @@ extension EC2ClientTypes { `operator`: EC2ClientTypes.OperatorResponse? = nil, outpostArn: Swift.String? = nil, systemStatus: EC2ClientTypes.InstanceStatusSummary? = nil - ) - { + ) { self.attachedEbsStatus = attachedEbsStatus self.availabilityZone = availabilityZone self.events = events @@ -43356,8 +42279,7 @@ public struct DescribeInstanceStatusOutput: Swift.Sendable { public init( instanceStatuses: [EC2ClientTypes.InstanceStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceStatuses = instanceStatuses self.nextToken = nextToken } @@ -43390,8 +42312,7 @@ public struct DescribeInstanceTopologyInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.groupNames = groupNames @@ -43425,8 +42346,7 @@ extension EC2ClientTypes { instanceType: Swift.String? = nil, networkNodes: [Swift.String]? = nil, zoneId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.groupName = groupName self.instanceId = instanceId @@ -43446,8 +42366,7 @@ public struct DescribeInstanceTopologyOutput: Swift.Sendable { public init( instances: [EC2ClientTypes.InstanceTopology]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -43518,8 +42437,7 @@ public struct DescribeInstanceTypeOfferingsInput: Swift.Sendable { locationType: EC2ClientTypes.LocationType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.locationType = locationType @@ -43543,8 +42461,7 @@ extension EC2ClientTypes { instanceType: EC2ClientTypes.InstanceType? = nil, location: Swift.String? = nil, locationType: EC2ClientTypes.LocationType? = nil - ) - { + ) { self.instanceType = instanceType self.location = location self.locationType = locationType @@ -43561,8 +42478,7 @@ public struct DescribeInstanceTypeOfferingsOutput: Swift.Sendable { public init( instanceTypeOfferings: [EC2ClientTypes.InstanceTypeOffering]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceTypeOfferings = instanceTypeOfferings self.nextToken = nextToken } @@ -43688,8 +42604,7 @@ public struct DescribeInstanceTypesInput: Swift.Sendable { instanceTypes: [EC2ClientTypes.InstanceType]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.instanceTypes = instanceTypes @@ -43722,8 +42637,7 @@ extension EC2ClientTypes { maximumBandwidthInMbps: Swift.Int? = nil, maximumIops: Swift.Int? = nil, maximumThroughputInMBps: Swift.Double? = nil - ) - { + ) { self.baselineBandwidthInMbps = baselineBandwidthInMbps self.baselineIops = baselineIops self.baselineThroughputInMBps = baselineThroughputInMBps @@ -43845,8 +42759,7 @@ extension EC2ClientTypes { ebsOptimizedSupport: EC2ClientTypes.EbsOptimizedSupport? = nil, encryptionSupport: EC2ClientTypes.EbsEncryptionSupport? = nil, nvmeSupport: EC2ClientTypes.EbsNvmeSupport? = nil - ) - { + ) { self.ebsOptimizedInfo = ebsOptimizedInfo self.ebsOptimizedSupport = ebsOptimizedSupport self.encryptionSupport = encryptionSupport @@ -43864,8 +42777,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -43889,8 +42801,7 @@ extension EC2ClientTypes { manufacturer: Swift.String? = nil, memoryInfo: EC2ClientTypes.FpgaDeviceMemoryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.count = count self.manufacturer = manufacturer self.memoryInfo = memoryInfo @@ -43911,8 +42822,7 @@ extension EC2ClientTypes { public init( fpgas: [EC2ClientTypes.FpgaDeviceInfo]? = nil, totalFpgaMemoryInMiB: Swift.Int? = nil - ) - { + ) { self.fpgas = fpgas self.totalFpgaMemoryInMiB = totalFpgaMemoryInMiB } @@ -43928,8 +42838,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -43953,8 +42862,7 @@ extension EC2ClientTypes { manufacturer: Swift.String? = nil, memoryInfo: EC2ClientTypes.GpuDeviceMemoryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.count = count self.manufacturer = manufacturer self.memoryInfo = memoryInfo @@ -43975,8 +42883,7 @@ extension EC2ClientTypes { public init( gpus: [EC2ClientTypes.GpuDeviceInfo]? = nil, totalGpuMemoryInMiB: Swift.Int? = nil - ) - { + ) { self.gpus = gpus self.totalGpuMemoryInMiB = totalGpuMemoryInMiB } @@ -44021,8 +42928,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -44046,8 +42952,7 @@ extension EC2ClientTypes { manufacturer: Swift.String? = nil, memoryInfo: EC2ClientTypes.InferenceDeviceMemoryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.count = count self.manufacturer = manufacturer self.memoryInfo = memoryInfo @@ -44068,8 +42973,7 @@ extension EC2ClientTypes { public init( accelerators: [EC2ClientTypes.InferenceDeviceInfo]? = nil, totalInferenceMemoryInMiB: Swift.Int? = nil - ) - { + ) { self.accelerators = accelerators self.totalInferenceMemoryInMiB = totalInferenceMemoryInMiB } @@ -44120,8 +43024,7 @@ extension EC2ClientTypes { count: Swift.Int? = nil, sizeInGB: Swift.Int? = nil, type: EC2ClientTypes.DiskType? = nil - ) - { + ) { self.count = count self.sizeInGB = sizeInGB self.type = type @@ -44208,8 +43111,7 @@ extension EC2ClientTypes { encryptionSupport: EC2ClientTypes.InstanceStorageEncryptionSupport? = nil, nvmeSupport: EC2ClientTypes.EphemeralNvmeSupport? = nil, totalSizeInGB: Swift.Int? = nil - ) - { + ) { self.disks = disks self.encryptionSupport = encryptionSupport self.nvmeSupport = nvmeSupport @@ -44227,8 +43129,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -44252,8 +43153,7 @@ extension EC2ClientTypes { manufacturer: Swift.String? = nil, memoryInfo: EC2ClientTypes.MediaDeviceMemoryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.count = count self.manufacturer = manufacturer self.memoryInfo = memoryInfo @@ -44274,8 +43174,7 @@ extension EC2ClientTypes { public init( accelerators: [EC2ClientTypes.MediaDeviceInfo]? = nil, totalMediaMemoryInMiB: Swift.Int? = nil - ) - { + ) { self.accelerators = accelerators self.totalMediaMemoryInMiB = totalMediaMemoryInMiB } @@ -44291,8 +43190,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -44339,8 +43237,7 @@ extension EC2ClientTypes { public init( maximumEfaInterfaces: Swift.Int? = nil - ) - { + ) { self.maximumEfaInterfaces = maximumEfaInterfaces } } @@ -44399,8 +43296,7 @@ extension EC2ClientTypes { networkCardIndex: Swift.Int? = nil, networkPerformance: Swift.String? = nil, peakBandwidthInGbps: Swift.Double? = nil - ) - { + ) { self.baselineBandwidthInGbps = baselineBandwidthInGbps self.maximumNetworkInterfaces = maximumNetworkInterfaces self.networkCardIndex = networkCardIndex @@ -44458,8 +43354,7 @@ extension EC2ClientTypes { maximumNetworkInterfaces: Swift.Int? = nil, networkCards: [EC2ClientTypes.NetworkCardInfo]? = nil, networkPerformance: Swift.String? = nil - ) - { + ) { self.bandwidthWeightings = bandwidthWeightings self.defaultNetworkCardIndex = defaultNetworkCardIndex self.efaInfo = efaInfo @@ -44490,8 +43385,7 @@ extension EC2ClientTypes { public init( count: Swift.Int? = nil, version: Swift.Int? = nil - ) - { + ) { self.count = count self.version = version } @@ -44507,8 +43401,7 @@ extension EC2ClientTypes { public init( sizeInMiB: Swift.Int? = nil - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -44532,8 +43425,7 @@ extension EC2ClientTypes { count: Swift.Int? = nil, memoryInfo: EC2ClientTypes.NeuronDeviceMemoryInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.coreInfo = coreInfo self.count = count self.memoryInfo = memoryInfo @@ -44554,8 +43446,7 @@ extension EC2ClientTypes { public init( neuronDevices: [EC2ClientTypes.NeuronDeviceInfo]? = nil, totalNeuronDeviceMemoryInMiB: Swift.Int? = nil - ) - { + ) { self.neuronDevices = neuronDevices self.totalNeuronDeviceMemoryInMiB = totalNeuronDeviceMemoryInMiB } @@ -44600,8 +43491,7 @@ extension EC2ClientTypes { public init( supportedVersions: [Swift.String]? = nil - ) - { + ) { self.supportedVersions = supportedVersions } } @@ -44706,8 +43596,7 @@ extension EC2ClientTypes { public init( supportedStrategies: [EC2ClientTypes.PlacementGroupStrategy]? = nil - ) - { + ) { self.supportedStrategies = supportedStrategies } } @@ -44795,8 +43684,7 @@ extension EC2ClientTypes { supportedArchitectures: [EC2ClientTypes.ArchitectureType]? = nil, supportedFeatures: [EC2ClientTypes.SupportedAdditionalProcessorFeature]? = nil, sustainedClockSpeedInGhz: Swift.Double? = nil - ) - { + ) { self.manufacturer = manufacturer self.supportedArchitectures = supportedArchitectures self.supportedFeatures = supportedFeatures @@ -44916,8 +43804,7 @@ extension EC2ClientTypes { defaultVCpus: Swift.Int? = nil, validCores: [Swift.Int]? = nil, validThreadsPerCore: [Swift.Int]? = nil - ) - { + ) { self.defaultCores = defaultCores self.defaultThreadsPerCore = defaultThreadsPerCore self.defaultVCpus = defaultVCpus @@ -45023,8 +43910,7 @@ extension EC2ClientTypes { supportedUsageClasses: [EC2ClientTypes.UsageClassType]? = nil, supportedVirtualizationTypes: [EC2ClientTypes.VirtualizationType]? = nil, vCpuInfo: EC2ClientTypes.VCpuInfo? = nil - ) - { + ) { self.autoRecoverySupported = autoRecoverySupported self.bareMetal = bareMetal self.burstablePerformanceSupported = burstablePerformanceSupported @@ -45068,8 +43954,7 @@ public struct DescribeInstanceTypesOutput: Swift.Sendable { public init( instanceTypes: [EC2ClientTypes.InstanceTypeInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceTypes = instanceTypes self.nextToken = nextToken } @@ -45105,8 +43990,7 @@ public struct DescribeInternetGatewaysInput: Swift.Sendable { internetGatewayIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.internetGatewayIds = internetGatewayIds @@ -45124,8 +44008,7 @@ public struct DescribeInternetGatewaysOutput: Swift.Sendable { public init( internetGateways: [EC2ClientTypes.InternetGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.internetGateways = internetGateways self.nextToken = nextToken } @@ -45143,8 +44026,7 @@ public struct DescribeIpamByoasnInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -45160,8 +44042,7 @@ public struct DescribeIpamByoasnOutput: Swift.Sendable { public init( byoasns: [EC2ClientTypes.Byoasn]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byoasns = byoasns self.nextToken = nextToken } @@ -45203,8 +44084,7 @@ public struct DescribeIpamExternalResourceVerificationTokensInput: Swift.Sendabl ipamExternalResourceVerificationTokenIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamExternalResourceVerificationTokenIds = ipamExternalResourceVerificationTokenIds @@ -45222,8 +44102,7 @@ public struct DescribeIpamExternalResourceVerificationTokensOutput: Swift.Sendab public init( ipamExternalResourceVerificationTokens: [EC2ClientTypes.IpamExternalResourceVerificationToken]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamExternalResourceVerificationTokens = ipamExternalResourceVerificationTokens self.nextToken = nextToken } @@ -45247,8 +44126,7 @@ public struct DescribeIpamPoolsInput: Swift.Sendable { ipamPoolIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamPoolIds = ipamPoolIds @@ -45266,8 +44144,7 @@ public struct DescribeIpamPoolsOutput: Swift.Sendable { public init( ipamPools: [EC2ClientTypes.IpamPool]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamPools = ipamPools self.nextToken = nextToken } @@ -45291,8 +44168,7 @@ public struct DescribeIpamResourceDiscoveriesInput: Swift.Sendable { ipamResourceDiscoveryIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamResourceDiscoveryIds = ipamResourceDiscoveryIds @@ -45310,8 +44186,7 @@ public struct DescribeIpamResourceDiscoveriesOutput: Swift.Sendable { public init( ipamResourceDiscoveries: [EC2ClientTypes.IpamResourceDiscovery]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamResourceDiscoveries = ipamResourceDiscoveries self.nextToken = nextToken } @@ -45335,8 +44210,7 @@ public struct DescribeIpamResourceDiscoveryAssociationsInput: Swift.Sendable { ipamResourceDiscoveryAssociationIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamResourceDiscoveryAssociationIds = ipamResourceDiscoveryAssociationIds @@ -45354,8 +44228,7 @@ public struct DescribeIpamResourceDiscoveryAssociationsOutput: Swift.Sendable { public init( ipamResourceDiscoveryAssociations: [EC2ClientTypes.IpamResourceDiscoveryAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamResourceDiscoveryAssociations = ipamResourceDiscoveryAssociations self.nextToken = nextToken } @@ -45379,8 +44252,7 @@ public struct DescribeIpamsInput: Swift.Sendable { ipamIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamIds = ipamIds @@ -45398,8 +44270,7 @@ public struct DescribeIpamsOutput: Swift.Sendable { public init( ipams: [EC2ClientTypes.Ipam]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipams = ipams self.nextToken = nextToken } @@ -45423,8 +44294,7 @@ public struct DescribeIpamScopesInput: Swift.Sendable { ipamScopeIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamScopeIds = ipamScopeIds @@ -45442,8 +44312,7 @@ public struct DescribeIpamScopesOutput: Swift.Sendable { public init( ipamScopes: [EC2ClientTypes.IpamScope]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamScopes = ipamScopes self.nextToken = nextToken } @@ -45471,8 +44340,7 @@ public struct DescribeIpv6PoolsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -45490,8 +44358,7 @@ extension EC2ClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -45515,8 +44382,7 @@ extension EC2ClientTypes { poolCidrBlocks: [EC2ClientTypes.PoolCidrBlock]? = nil, poolId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.poolCidrBlocks = poolCidrBlocks self.poolId = poolId @@ -45534,8 +44400,7 @@ public struct DescribeIpv6PoolsOutput: Swift.Sendable { public init( ipv6Pools: [EC2ClientTypes.Ipv6Pool]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipv6Pools = ipv6Pools self.nextToken = nextToken } @@ -45569,8 +44434,7 @@ public struct DescribeKeyPairsInput: Swift.Sendable { includePublicKey: Swift.Bool? = nil, keyNames: [Swift.String]? = nil, keyPairIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.includePublicKey = includePublicKey @@ -45617,8 +44481,7 @@ extension EC2ClientTypes { keyType: EC2ClientTypes.KeyType? = nil, publicKey: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.createTime = createTime self.keyFingerprint = keyFingerprint self.keyName = keyName @@ -45636,8 +44499,7 @@ public struct DescribeKeyPairsOutput: Swift.Sendable { public init( keyPairs: [EC2ClientTypes.KeyPairInfo]? = nil - ) - { + ) { self.keyPairs = keyPairs } } @@ -45671,8 +44533,7 @@ public struct DescribeLaunchTemplatesInput: Swift.Sendable { launchTemplateNames: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.launchTemplateIds = launchTemplateIds @@ -45691,8 +44552,7 @@ public struct DescribeLaunchTemplatesOutput: Swift.Sendable { public init( launchTemplates: [EC2ClientTypes.LaunchTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchTemplates = launchTemplates self.nextToken = nextToken } @@ -45759,8 +44619,7 @@ public struct DescribeLaunchTemplateVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, resolveAlias: Swift.Bool? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.launchTemplateId = launchTemplateId @@ -45783,8 +44642,7 @@ public struct DescribeLaunchTemplateVersionsOutput: Swift.Sendable { public init( launchTemplateVersions: [EC2ClientTypes.LaunchTemplateVersion]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchTemplateVersions = launchTemplateVersions self.nextToken = nextToken } @@ -45820,8 +44678,7 @@ public struct DescribeLocalGatewayRouteTablesInput: Swift.Sendable { localGatewayRouteTableIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayRouteTableIds = localGatewayRouteTableIds @@ -45839,8 +44696,7 @@ public struct DescribeLocalGatewayRouteTablesOutput: Swift.Sendable { public init( localGatewayRouteTables: [EC2ClientTypes.LocalGatewayRouteTable]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGatewayRouteTables = localGatewayRouteTables self.nextToken = nextToken } @@ -45878,8 +44734,7 @@ public struct DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInp localGatewayRouteTableVirtualInterfaceGroupAssociationIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayRouteTableVirtualInterfaceGroupAssociationIds = localGatewayRouteTableVirtualInterfaceGroupAssociationIds @@ -45897,8 +44752,7 @@ public struct DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOut public init( localGatewayRouteTableVirtualInterfaceGroupAssociations: [EC2ClientTypes.LocalGatewayRouteTableVirtualInterfaceGroupAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGatewayRouteTableVirtualInterfaceGroupAssociations = localGatewayRouteTableVirtualInterfaceGroupAssociations self.nextToken = nextToken } @@ -45936,8 +44790,7 @@ public struct DescribeLocalGatewayRouteTableVpcAssociationsInput: Swift.Sendable localGatewayRouteTableVpcAssociationIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayRouteTableVpcAssociationIds = localGatewayRouteTableVpcAssociationIds @@ -45955,8 +44808,7 @@ public struct DescribeLocalGatewayRouteTableVpcAssociationsOutput: Swift.Sendabl public init( localGatewayRouteTableVpcAssociations: [EC2ClientTypes.LocalGatewayRouteTableVpcAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGatewayRouteTableVpcAssociations = localGatewayRouteTableVpcAssociations self.nextToken = nextToken } @@ -45988,8 +44840,7 @@ public struct DescribeLocalGatewaysInput: Swift.Sendable { localGatewayIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayIds = localGatewayIds @@ -46019,8 +44870,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, state: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.localGatewayId = localGatewayId self.outpostArn = outpostArn self.ownerId = ownerId @@ -46039,8 +44889,7 @@ public struct DescribeLocalGatewaysOutput: Swift.Sendable { public init( localGateways: [EC2ClientTypes.LocalGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGateways = localGateways self.nextToken = nextToken } @@ -46072,8 +44921,7 @@ public struct DescribeLocalGatewayVirtualInterfaceGroupsInput: Swift.Sendable { localGatewayVirtualInterfaceGroupIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayVirtualInterfaceGroupIds = localGatewayVirtualInterfaceGroupIds @@ -46103,8 +44951,7 @@ extension EC2ClientTypes { localGatewayVirtualInterfaceIds: [Swift.String]? = nil, ownerId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.localGatewayId = localGatewayId self.localGatewayVirtualInterfaceGroupId = localGatewayVirtualInterfaceGroupId self.localGatewayVirtualInterfaceIds = localGatewayVirtualInterfaceIds @@ -46123,8 +44970,7 @@ public struct DescribeLocalGatewayVirtualInterfaceGroupsOutput: Swift.Sendable { public init( localGatewayVirtualInterfaceGroups: [EC2ClientTypes.LocalGatewayVirtualInterfaceGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGatewayVirtualInterfaceGroups = localGatewayVirtualInterfaceGroups self.nextToken = nextToken } @@ -46164,8 +45010,7 @@ public struct DescribeLocalGatewayVirtualInterfacesInput: Swift.Sendable { localGatewayVirtualInterfaceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayVirtualInterfaceIds = localGatewayVirtualInterfaceIds @@ -46207,8 +45052,7 @@ extension EC2ClientTypes { peerBgpAsn: Swift.Int? = nil, tags: [EC2ClientTypes.Tag]? = nil, vlan: Swift.Int? = nil - ) - { + ) { self.localAddress = localAddress self.localBgpAsn = localBgpAsn self.localGatewayId = localGatewayId @@ -46231,8 +45075,7 @@ public struct DescribeLocalGatewayVirtualInterfacesOutput: Swift.Sendable { public init( localGatewayVirtualInterfaces: [EC2ClientTypes.LocalGatewayVirtualInterface]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.localGatewayVirtualInterfaces = localGatewayVirtualInterfaces self.nextToken = nextToken } @@ -46258,8 +45101,7 @@ public struct DescribeLockedSnapshotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, snapshotIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -46344,8 +45186,7 @@ extension EC2ClientTypes { lockState: EC2ClientTypes.LockState? = nil, ownerId: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.coolOffPeriod = coolOffPeriod self.coolOffPeriodExpiresOn = coolOffPeriodExpiresOn self.lockCreatedOn = lockCreatedOn @@ -46368,8 +45209,7 @@ public struct DescribeLockedSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [EC2ClientTypes.LockedSnapshotsInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -46394,8 +45234,7 @@ public struct DescribeMacHostsInput: Swift.Sendable { hostIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.hostIds = hostIds self.maxResults = maxResults @@ -46415,8 +45254,7 @@ extension EC2ClientTypes { public init( hostId: Swift.String? = nil, macOSLatestSupportedVersions: [Swift.String]? = nil - ) - { + ) { self.hostId = hostId self.macOSLatestSupportedVersions = macOSLatestSupportedVersions } @@ -46432,8 +45270,7 @@ public struct DescribeMacHostsOutput: Swift.Sendable { public init( macHosts: [EC2ClientTypes.MacHost]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.macHosts = macHosts self.nextToken = nextToken } @@ -46463,8 +45300,7 @@ public struct DescribeManagedPrefixListsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, prefixListIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -46482,8 +45318,7 @@ public struct DescribeManagedPrefixListsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, prefixLists: [EC2ClientTypes.ManagedPrefixList]? = nil - ) - { + ) { self.nextToken = nextToken self.prefixLists = prefixLists } @@ -46509,8 +45344,7 @@ public struct DescribeMovingAddressesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, publicIps: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -46560,8 +45394,7 @@ extension EC2ClientTypes { public init( moveStatus: EC2ClientTypes.MoveStatus? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.moveStatus = moveStatus self.publicIp = publicIp } @@ -46577,8 +45410,7 @@ public struct DescribeMovingAddressesOutput: Swift.Sendable { public init( movingAddressStatuses: [EC2ClientTypes.MovingAddressStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.movingAddressStatuses = movingAddressStatuses self.nextToken = nextToken } @@ -46614,8 +45446,7 @@ public struct DescribeNatGatewaysInput: Swift.Sendable { maxResults: Swift.Int? = nil, natGatewayIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filter = filter self.maxResults = maxResults @@ -46633,8 +45464,7 @@ public struct DescribeNatGatewaysOutput: Swift.Sendable { public init( natGateways: [EC2ClientTypes.NatGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.natGateways = natGateways self.nextToken = nextToken } @@ -46696,8 +45526,7 @@ public struct DescribeNetworkAclsInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkAclIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -46715,8 +45544,7 @@ public struct DescribeNetworkAclsOutput: Swift.Sendable { public init( networkAcls: [EC2ClientTypes.NetworkAcl]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkAcls = networkAcls self.nextToken = nextToken } @@ -46749,8 +45577,7 @@ public struct DescribeNetworkInsightsAccessScopeAnalysesInput: Swift.Sendable { networkInsightsAccessScopeAnalysisIds: [Swift.String]? = nil, networkInsightsAccessScopeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisStartTimeBegin = analysisStartTimeBegin self.analysisStartTimeEnd = analysisStartTimeEnd self.dryRun = dryRun @@ -46865,8 +45692,7 @@ extension EC2ClientTypes { statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, warningMessage: Swift.String? = nil - ) - { + ) { self.analyzedEniCount = analyzedEniCount self.endDate = endDate self.findingsFound = findingsFound @@ -46891,8 +45717,7 @@ public struct DescribeNetworkInsightsAccessScopeAnalysesOutput: Swift.Sendable { public init( networkInsightsAccessScopeAnalyses: [EC2ClientTypes.NetworkInsightsAccessScopeAnalysis]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInsightsAccessScopeAnalyses = networkInsightsAccessScopeAnalyses self.nextToken = nextToken } @@ -46916,8 +45741,7 @@ public struct DescribeNetworkInsightsAccessScopesInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkInsightsAccessScopeIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -46935,8 +45759,7 @@ public struct DescribeNetworkInsightsAccessScopesOutput: Swift.Sendable { public init( networkInsightsAccessScopes: [EC2ClientTypes.NetworkInsightsAccessScope]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInsightsAccessScopes = networkInsightsAccessScopes self.nextToken = nextToken } @@ -46973,8 +45796,7 @@ public struct DescribeNetworkInsightsAnalysesInput: Swift.Sendable { networkInsightsAnalysisIds: [Swift.String]? = nil, networkInsightsPathId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisEndTime = analysisEndTime self.analysisStartTime = analysisStartTime self.dryRun = dryRun @@ -47040,8 +45862,7 @@ extension EC2ClientTypes { suggestedAccounts: [Swift.String]? = nil, tags: [EC2ClientTypes.Tag]? = nil, warningMessage: Swift.String? = nil - ) - { + ) { self.additionalAccounts = additionalAccounts self.alternatePathHints = alternatePathHints self.explanations = explanations @@ -47071,8 +45892,7 @@ public struct DescribeNetworkInsightsAnalysesOutput: Swift.Sendable { public init( networkInsightsAnalyses: [EC2ClientTypes.NetworkInsightsAnalysis]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInsightsAnalyses = networkInsightsAnalyses self.nextToken = nextToken } @@ -47118,8 +45938,7 @@ public struct DescribeNetworkInsightsPathsInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkInsightsPathIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -47137,8 +45956,7 @@ public struct DescribeNetworkInsightsPathsOutput: Swift.Sendable { public init( networkInsightsPaths: [EC2ClientTypes.NetworkInsightsPath]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInsightsPaths = networkInsightsPaths self.nextToken = nextToken } @@ -47196,8 +46014,7 @@ public struct DescribeNetworkInterfaceAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.NetworkInterfaceAttribute? = nil, dryRun: Swift.Bool? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.networkInterfaceId = networkInterfaceId @@ -47226,8 +46043,7 @@ public struct DescribeNetworkInterfaceAttributeOutput: Swift.Sendable { groups: [EC2ClientTypes.GroupIdentifier]? = nil, networkInterfaceId: Swift.String? = nil, sourceDestCheck: EC2ClientTypes.AttributeBooleanValue? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.attachment = attachment self.description = description @@ -47263,8 +46079,7 @@ public struct DescribeNetworkInterfacePermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkInterfacePermissionIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.networkInterfacePermissionIds = networkInterfacePermissionIds @@ -47282,8 +46097,7 @@ public struct DescribeNetworkInterfacePermissionsOutput: Swift.Sendable { public init( networkInterfacePermissions: [EC2ClientTypes.NetworkInterfacePermission]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInterfacePermissions = networkInterfacePermissions self.nextToken = nextToken } @@ -47376,8 +46190,7 @@ public struct DescribeNetworkInterfacesInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkInterfaceIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -47395,8 +46208,7 @@ public struct DescribeNetworkInterfacesOutput: Swift.Sendable { public init( networkInterfaces: [EC2ClientTypes.NetworkInterface]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInterfaces = networkInterfaces self.nextToken = nextToken } @@ -47435,8 +46247,7 @@ public struct DescribePlacementGroupsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, groupIds: [Swift.String]? = nil, groupNames: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.groupIds = groupIds @@ -47450,8 +46261,7 @@ public struct DescribePlacementGroupsOutput: Swift.Sendable { public init( placementGroups: [EC2ClientTypes.PlacementGroup]? = nil - ) - { + ) { self.placementGroups = placementGroups } } @@ -47478,8 +46288,7 @@ public struct DescribePrefixListsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, prefixListIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -47503,8 +46312,7 @@ extension EC2ClientTypes { cidrs: [Swift.String]? = nil, prefixListId: Swift.String? = nil, prefixListName: Swift.String? = nil - ) - { + ) { self.cidrs = cidrs self.prefixListId = prefixListId self.prefixListName = prefixListName @@ -47521,8 +46329,7 @@ public struct DescribePrefixListsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, prefixLists: [EC2ClientTypes.PrefixList]? = nil - ) - { + ) { self.nextToken = nextToken self.prefixLists = prefixLists } @@ -47543,8 +46350,7 @@ public struct DescribePrincipalIdFormatInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -47564,8 +46370,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, statuses: [EC2ClientTypes.IdFormat]? = nil - ) - { + ) { self.arn = arn self.statuses = statuses } @@ -47581,8 +46386,7 @@ public struct DescribePrincipalIdFormatOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, principals: [EC2ClientTypes.PrincipalIdFormat]? = nil - ) - { + ) { self.nextToken = nextToken self.principals = principals } @@ -47607,8 +46411,7 @@ public struct DescribePublicIpv4PoolsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -47634,8 +46437,7 @@ extension EC2ClientTypes { availableAddressCount: Swift.Int? = nil, firstAddress: Swift.String? = nil, lastAddress: Swift.String? = nil - ) - { + ) { self.addressCount = addressCount self.availableAddressCount = availableAddressCount self.firstAddress = firstAddress @@ -47671,8 +46473,7 @@ extension EC2ClientTypes { tags: [EC2ClientTypes.Tag]? = nil, totalAddressCount: Swift.Int? = nil, totalAvailableAddressCount: Swift.Int? = nil - ) - { + ) { self.description = description self.networkBorderGroup = networkBorderGroup self.poolAddressRanges = poolAddressRanges @@ -47693,8 +46494,7 @@ public struct DescribePublicIpv4PoolsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, publicIpv4Pools: [EC2ClientTypes.PublicIpv4Pool]? = nil - ) - { + ) { self.nextToken = nextToken self.publicIpv4Pools = publicIpv4Pools } @@ -47721,8 +46521,7 @@ public struct DescribeRegionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil, regionNames: [Swift.String]? = nil - ) - { + ) { self.allRegions = allRegions self.dryRun = dryRun self.filters = filters @@ -47745,8 +46544,7 @@ extension EC2ClientTypes { endpoint: Swift.String? = nil, optInStatus: Swift.String? = nil, regionName: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.optInStatus = optInStatus self.regionName = regionName @@ -47760,8 +46558,7 @@ public struct DescribeRegionsOutput: Swift.Sendable { public init( regions: [EC2ClientTypes.Region]? = nil - ) - { + ) { self.regions = regions } } @@ -47786,8 +46583,7 @@ public struct DescribeReplaceRootVolumeTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replaceRootVolumeTaskIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -47805,8 +46601,7 @@ public struct DescribeReplaceRootVolumeTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replaceRootVolumeTasks: [EC2ClientTypes.ReplaceRootVolumeTask]? = nil - ) - { + ) { self.nextToken = nextToken self.replaceRootVolumeTasks = replaceRootVolumeTasks } @@ -47927,8 +46722,7 @@ public struct DescribeReservedInstancesInput: Swift.Sendable { offeringClass: EC2ClientTypes.OfferingClassType? = nil, offeringType: EC2ClientTypes.OfferingTypeValues? = nil, reservedInstancesIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.offeringClass = offeringClass @@ -48010,8 +46804,7 @@ extension EC2ClientTypes { public init( amount: Swift.Double? = nil, frequency: EC2ClientTypes.RecurringChargeFrequency? = nil - ) - { + ) { self.amount = amount self.frequency = frequency } @@ -48148,8 +46941,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.ReservedInstanceState? = nil, tags: [EC2ClientTypes.Tag]? = nil, usagePrice: Swift.Float? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.currencyCode = currencyCode self.duration = duration @@ -48179,8 +46971,7 @@ public struct DescribeReservedInstancesOutput: Swift.Sendable { public init( reservedInstances: [EC2ClientTypes.ReservedInstances]? = nil - ) - { + ) { self.reservedInstances = reservedInstances } } @@ -48206,8 +46997,7 @@ public struct DescribeReservedInstancesListingsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, reservedInstancesId: Swift.String? = nil, reservedInstancesListingId: Swift.String? = nil - ) - { + ) { self.filters = filters self.reservedInstancesId = reservedInstancesId self.reservedInstancesListingId = reservedInstancesListingId @@ -48221,8 +47011,7 @@ public struct DescribeReservedInstancesListingsOutput: Swift.Sendable { public init( reservedInstancesListings: [EC2ClientTypes.ReservedInstancesListing]? = nil - ) - { + ) { self.reservedInstancesListings = reservedInstancesListings } } @@ -48264,8 +47053,7 @@ public struct DescribeReservedInstancesModificationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, nextToken: Swift.String? = nil, reservedInstancesModificationIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.nextToken = nextToken self.reservedInstancesModificationIds = reservedInstancesModificationIds @@ -48293,8 +47081,7 @@ extension EC2ClientTypes { instanceType: EC2ClientTypes.InstanceType? = nil, platform: Swift.String? = nil, scope: EC2ClientTypes.Scope? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceCount = instanceCount self.instanceType = instanceType @@ -48316,8 +47103,7 @@ extension EC2ClientTypes { public init( reservedInstancesId: Swift.String? = nil, targetConfiguration: EC2ClientTypes.ReservedInstancesConfiguration? = nil - ) - { + ) { self.reservedInstancesId = reservedInstancesId self.targetConfiguration = targetConfiguration } @@ -48333,8 +47119,7 @@ extension EC2ClientTypes { public init( reservedInstancesId: Swift.String? = nil - ) - { + ) { self.reservedInstancesId = reservedInstancesId } } @@ -48373,8 +47158,7 @@ extension EC2ClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.createDate = createDate self.effectiveDate = effectiveDate @@ -48398,8 +47182,7 @@ public struct DescribeReservedInstancesModificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedInstancesModifications: [EC2ClientTypes.ReservedInstancesModification]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedInstancesModifications = reservedInstancesModifications } @@ -48472,8 +47255,7 @@ public struct DescribeReservedInstancesOfferingsInput: Swift.Sendable { offeringType: EC2ClientTypes.OfferingTypeValues? = nil, productDescription: EC2ClientTypes.RIProductDescription? = nil, reservedInstancesOfferingIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.dryRun = dryRun self.filters = filters @@ -48504,8 +47286,7 @@ extension EC2ClientTypes { public init( count: Swift.Int? = nil, price: Swift.Double? = nil - ) - { + ) { self.count = count self.price = price } @@ -48563,8 +47344,7 @@ extension EC2ClientTypes { reservedInstancesOfferingId: Swift.String? = nil, scope: EC2ClientTypes.Scope? = nil, usagePrice: Swift.Float? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.currencyCode = currencyCode self.duration = duration @@ -48594,8 +47374,7 @@ public struct DescribeReservedInstancesOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedInstancesOfferings: [EC2ClientTypes.ReservedInstancesOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedInstancesOfferings = reservedInstancesOfferings } @@ -48661,8 +47440,7 @@ public struct DescribeRouteTablesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, routeTableIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -48681,8 +47459,7 @@ public struct DescribeRouteTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routeTables: [EC2ClientTypes.RouteTable]? = nil - ) - { + ) { self.nextToken = nextToken self.routeTables = routeTables } @@ -48702,8 +47479,7 @@ extension EC2ClientTypes { public init( earliestTime: Foundation.Date? = nil, latestTime: Foundation.Date? = nil - ) - { + ) { self.earliestTime = earliestTime self.latestTime = latestTime } @@ -48731,8 +47507,7 @@ extension EC2ClientTypes { occurrenceDays: [Swift.Int]? = nil, occurrenceRelativeToEnd: Swift.Bool? = nil, occurrenceUnit: Swift.String? = nil - ) - { + ) { self.frequency = frequency self.interval = interval self.occurrenceDays = occurrenceDays @@ -48778,8 +47553,7 @@ public struct DescribeScheduledInstanceAvailabilityInput: Swift.Sendable { minSlotDurationInHours: Swift.Int? = nil, nextToken: Swift.String? = nil, recurrence: EC2ClientTypes.ScheduledInstanceRecurrenceRequest? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.firstSlotStartTimeRange = firstSlotStartTimeRange @@ -48812,8 +47586,7 @@ extension EC2ClientTypes { occurrenceDaySet: [Swift.Int]? = nil, occurrenceRelativeToEnd: Swift.Bool? = nil, occurrenceUnit: Swift.String? = nil - ) - { + ) { self.frequency = frequency self.interval = interval self.occurrenceDaySet = occurrenceDaySet @@ -48868,8 +47641,7 @@ extension EC2ClientTypes { recurrence: EC2ClientTypes.ScheduledInstanceRecurrence? = nil, slotDurationInHours: Swift.Int? = nil, totalScheduledInstanceHours: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availableInstanceCount = availableInstanceCount self.firstSlotStartTime = firstSlotStartTime @@ -48897,8 +47669,7 @@ public struct DescribeScheduledInstanceAvailabilityOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledInstanceAvailabilitySet: [EC2ClientTypes.ScheduledInstanceAvailability]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledInstanceAvailabilitySet = scheduledInstanceAvailabilitySet } @@ -48916,8 +47687,7 @@ extension EC2ClientTypes { public init( earliestTime: Foundation.Date? = nil, latestTime: Foundation.Date? = nil - ) - { + ) { self.earliestTime = earliestTime self.latestTime = latestTime } @@ -48952,8 +47722,7 @@ public struct DescribeScheduledInstancesInput: Swift.Sendable { nextToken: Swift.String? = nil, scheduledInstanceIds: [Swift.String]? = nil, slotStartTimeRange: EC2ClientTypes.SlotStartTimeRangeRequest? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -49014,8 +47783,7 @@ extension EC2ClientTypes { termEndDate: Foundation.Date? = nil, termStartDate: Foundation.Date? = nil, totalScheduledInstanceHours: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.createDate = createDate self.hourlyPrice = hourlyPrice @@ -49045,8 +47813,7 @@ public struct DescribeScheduledInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledInstanceSet: [EC2ClientTypes.ScheduledInstance]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledInstanceSet = scheduledInstanceSet } @@ -49062,8 +47829,7 @@ public struct DescribeSecurityGroupReferencesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, groupId: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId } @@ -49087,8 +47853,7 @@ extension EC2ClientTypes { referencingVpcId: Swift.String? = nil, transitGatewayId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.referencingVpcId = referencingVpcId self.transitGatewayId = transitGatewayId @@ -49103,8 +47868,7 @@ public struct DescribeSecurityGroupReferencesOutput: Swift.Sendable { public init( securityGroupReferenceSet: [EC2ClientTypes.SecurityGroupReference]? = nil - ) - { + ) { self.securityGroupReferenceSet = securityGroupReferenceSet } } @@ -49133,8 +47897,7 @@ public struct DescribeSecurityGroupRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityGroupRuleIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -49152,8 +47915,7 @@ public struct DescribeSecurityGroupRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityGroupRules: [EC2ClientTypes.SecurityGroupRule]? = nil - ) - { + ) { self.nextToken = nextToken self.securityGroupRules = securityGroupRules } @@ -49230,8 +47992,7 @@ public struct DescribeSecurityGroupsInput: Swift.Sendable { groupNames: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.groupIds = groupIds @@ -49274,8 +48035,7 @@ extension EC2ClientTypes { securityGroupArn: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.description = description self.groupId = groupId self.groupName = groupName @@ -49298,8 +48058,7 @@ public struct DescribeSecurityGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityGroups: [EC2ClientTypes.SecurityGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.securityGroups = securityGroups } @@ -49332,8 +48091,7 @@ public struct DescribeSecurityGroupVpcAssociationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -49362,8 +48120,7 @@ extension EC2ClientTypes { stateReason: Swift.String? = nil, vpcId: Swift.String? = nil, vpcOwnerId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.state = state self.stateReason = stateReason @@ -49382,8 +48139,7 @@ public struct DescribeSecurityGroupVpcAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityGroupVpcAssociations: [EC2ClientTypes.SecurityGroupVpcAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.securityGroupVpcAssociations = securityGroupVpcAssociations } @@ -49432,8 +48188,7 @@ public struct DescribeSnapshotAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.SnapshotAttributeName? = nil, dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.snapshotId = snapshotId @@ -49452,8 +48207,7 @@ extension EC2ClientTypes { public init( group: EC2ClientTypes.PermissionGroup? = nil, userId: Swift.String? = nil - ) - { + ) { self.group = group self.userId = userId } @@ -49472,8 +48226,7 @@ public struct DescribeSnapshotAttributeOutput: Swift.Sendable { createVolumePermissions: [EC2ClientTypes.CreateVolumePermission]? = nil, productCodes: [EC2ClientTypes.ProductCode]? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.createVolumePermissions = createVolumePermissions self.productCodes = productCodes self.snapshotId = snapshotId @@ -49532,8 +48285,7 @@ public struct DescribeSnapshotsInput: Swift.Sendable { ownerIds: [Swift.String]? = nil, restorableByUserIds: [Swift.String]? = nil, snapshotIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -49620,8 +48372,7 @@ extension EC2ClientTypes { transferType: EC2ClientTypes.TransferType? = nil, volumeId: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.completionDurationMinutes = completionDurationMinutes self.completionTime = completionTime @@ -49657,8 +48408,7 @@ public struct DescribeSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [EC2ClientTypes.Snapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -49685,8 +48435,7 @@ public struct DescribeSnapshotTierStatusInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -49786,8 +48535,7 @@ extension EC2ClientTypes { storageTier: EC2ClientTypes.StorageTier? = nil, tags: [EC2ClientTypes.Tag]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.archivalCompleteTime = archivalCompleteTime self.lastTieringOperationStatus = lastTieringOperationStatus self.lastTieringOperationStatusDetail = lastTieringOperationStatusDetail @@ -49813,8 +48561,7 @@ public struct DescribeSnapshotTierStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshotTierStatuses: [EC2ClientTypes.SnapshotTierStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshotTierStatuses = snapshotTierStatuses } @@ -49827,8 +48574,7 @@ public struct DescribeSpotDatafeedSubscriptionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -49840,8 +48586,7 @@ public struct DescribeSpotDatafeedSubscriptionOutput: Swift.Sendable { public init( spotDatafeedSubscription: EC2ClientTypes.SpotDatafeedSubscription? = nil - ) - { + ) { self.spotDatafeedSubscription = spotDatafeedSubscription } } @@ -49863,8 +48608,7 @@ public struct DescribeSpotFleetInstancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, spotFleetRequestId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -49885,8 +48629,7 @@ public struct DescribeSpotFleetInstancesOutput: Swift.Sendable { activeInstances: [EC2ClientTypes.ActiveInstance]? = nil, nextToken: Swift.String? = nil, spotFleetRequestId: Swift.String? = nil - ) - { + ) { self.activeInstances = activeInstances self.nextToken = nextToken self.spotFleetRequestId = spotFleetRequestId @@ -49952,8 +48695,7 @@ public struct DescribeSpotFleetRequestHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, spotFleetRequestId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dryRun = dryRun self.eventType = eventType self.maxResults = maxResults @@ -49986,8 +48728,7 @@ extension EC2ClientTypes { eventInformation: EC2ClientTypes.EventInformation? = nil, eventType: EC2ClientTypes.EventType? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.eventInformation = eventInformation self.eventType = eventType self.timestamp = timestamp @@ -50014,8 +48755,7 @@ public struct DescribeSpotFleetRequestHistoryOutput: Swift.Sendable { nextToken: Swift.String? = nil, spotFleetRequestId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.historyRecords = historyRecords self.lastEvaluatedTime = lastEvaluatedTime self.nextToken = nextToken @@ -50040,8 +48780,7 @@ public struct DescribeSpotFleetRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, spotFleetRequestIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -50087,8 +48826,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -50166,8 +48904,7 @@ extension EC2ClientTypes { privateIpAddresses: [EC2ClientTypes.PrivateIpAddressSpecification]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associateCarrierIpAddress = associateCarrierIpAddress self.associatePublicIpAddress = associatePublicIpAddress self.connectionTrackingSpecification = connectionTrackingSpecification @@ -50209,8 +48946,7 @@ extension EC2ClientTypes { availabilityZone: Swift.String? = nil, groupName: Swift.String? = nil, tenancy: EC2ClientTypes.Tenancy? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.groupName = groupName self.tenancy = tenancy @@ -50230,8 +48966,7 @@ extension EC2ClientTypes { public init( resourceType: EC2ClientTypes.ResourceType? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceType = resourceType self.tags = tags } @@ -50301,8 +49036,7 @@ extension EC2ClientTypes { tagSpecifications: [EC2ClientTypes.SpotFleetTagSpecification]? = nil, userData: Swift.String? = nil, weightedCapacity: Swift.Double? = nil - ) - { + ) { self.addressingType = addressingType self.blockDeviceMappings = blockDeviceMappings self.ebsOptimized = ebsOptimized @@ -50358,8 +49092,7 @@ extension EC2ClientTypes { spotPrice: Swift.String? = nil, subnetId: Swift.String? = nil, weightedCapacity: Swift.Double? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceRequirements = instanceRequirements self.instanceType = instanceType @@ -50383,8 +49116,7 @@ extension EC2ClientTypes { public init( launchTemplateSpecification: EC2ClientTypes.FleetLaunchTemplateSpecification? = nil, overrides: [EC2ClientTypes.LaunchTemplateOverrides]? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -50400,8 +49132,7 @@ extension EC2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -50416,8 +49147,7 @@ extension EC2ClientTypes { public init( classicLoadBalancers: [EC2ClientTypes.ClassicLoadBalancer]? = nil - ) - { + ) { self.classicLoadBalancers = classicLoadBalancers } } @@ -50432,8 +49162,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -50448,8 +49177,7 @@ extension EC2ClientTypes { public init( targetGroups: [EC2ClientTypes.TargetGroup]? = nil - ) - { + ) { self.targetGroups = targetGroups } } @@ -50467,8 +49195,7 @@ extension EC2ClientTypes { public init( classicLoadBalancersConfig: EC2ClientTypes.ClassicLoadBalancersConfig? = nil, targetGroupsConfig: EC2ClientTypes.TargetGroupsConfig? = nil - ) - { + ) { self.classicLoadBalancersConfig = classicLoadBalancersConfig self.targetGroupsConfig = targetGroupsConfig } @@ -50545,8 +49272,7 @@ extension EC2ClientTypes { public init( replacementStrategy: EC2ClientTypes.ReplacementStrategy? = nil, terminationDelay: Swift.Int? = nil - ) - { + ) { self.replacementStrategy = replacementStrategy self.terminationDelay = terminationDelay } @@ -50562,8 +49288,7 @@ extension EC2ClientTypes { public init( capacityRebalance: EC2ClientTypes.SpotCapacityRebalance? = nil - ) - { + ) { self.capacityRebalance = capacityRebalance } } @@ -50655,8 +49380,7 @@ extension EC2ClientTypes { type: EC2ClientTypes.FleetType? = nil, validFrom: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.clientToken = clientToken self.context = context @@ -50711,8 +49435,7 @@ extension EC2ClientTypes { spotFleetRequestId: Swift.String? = nil, spotFleetRequestState: EC2ClientTypes.BatchState? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.activityStatus = activityStatus self.createTime = createTime self.spotFleetRequestConfig = spotFleetRequestConfig @@ -50733,8 +49456,7 @@ public struct DescribeSpotFleetRequestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spotFleetRequestConfigs: [EC2ClientTypes.SpotFleetRequestConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.spotFleetRequestConfigs = spotFleetRequestConfigs } @@ -50837,8 +49559,7 @@ public struct DescribeSpotInstanceRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, spotInstanceRequestIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -50857,8 +49578,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -50915,8 +49635,7 @@ extension EC2ClientTypes { securityGroups: [EC2ClientTypes.GroupIdentifier]? = nil, subnetId: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.addressingType = addressingType self.blockDeviceMappings = blockDeviceMappings self.ebsOptimized = ebsOptimized @@ -50997,8 +49716,7 @@ extension EC2ClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.code = code self.message = message self.updateTime = updateTime @@ -51073,8 +49791,7 @@ extension EC2ClientTypes { type: EC2ClientTypes.SpotInstanceType? = nil, validFrom: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.actualBlockHourlyPrice = actualBlockHourlyPrice self.availabilityZoneGroup = availabilityZoneGroup self.blockDurationMinutes = blockDurationMinutes @@ -51108,8 +49825,7 @@ public struct DescribeSpotInstanceRequestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spotInstanceRequests: [EC2ClientTypes.SpotInstanceRequest]? = nil - ) - { + ) { self.nextToken = nextToken self.spotInstanceRequests = spotInstanceRequests } @@ -51156,8 +49872,7 @@ public struct DescribeSpotPriceHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, productDescriptions: [Swift.String]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.dryRun = dryRun self.endTime = endTime @@ -51191,8 +49906,7 @@ extension EC2ClientTypes { productDescription: EC2ClientTypes.RIProductDescription? = nil, spotPrice: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceType = instanceType self.productDescription = productDescription @@ -51212,8 +49926,7 @@ public struct DescribeSpotPriceHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spotPriceHistory: [EC2ClientTypes.SpotPrice]? = nil - ) - { + ) { self.nextToken = nextToken self.spotPriceHistory = spotPriceHistory } @@ -51235,8 +49948,7 @@ public struct DescribeStaleSecurityGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -51268,8 +49980,7 @@ extension EC2ClientTypes { prefixListIds: [Swift.String]? = nil, toPort: Swift.Int? = nil, userIdGroupPairs: [EC2ClientTypes.UserIdGroupPair]? = nil - ) - { + ) { self.fromPort = fromPort self.ipProtocol = ipProtocol self.ipRanges = ipRanges @@ -51304,8 +50015,7 @@ extension EC2ClientTypes { staleIpPermissions: [EC2ClientTypes.StaleIpPermission]? = nil, staleIpPermissionsEgress: [EC2ClientTypes.StaleIpPermission]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.description = description self.groupId = groupId self.groupName = groupName @@ -51325,8 +50035,7 @@ public struct DescribeStaleSecurityGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, staleSecurityGroupSet: [EC2ClientTypes.StaleSecurityGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.staleSecurityGroupSet = staleSecurityGroupSet } @@ -51357,8 +50066,7 @@ public struct DescribeStoreImageTasksInput: Swift.Sendable { imageIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.imageIds = imageIds @@ -51394,8 +50102,7 @@ extension EC2ClientTypes { storeTaskFailureReason: Swift.String? = nil, storeTaskState: Swift.String? = nil, taskStartTime: Foundation.Date? = nil - ) - { + ) { self.amiId = amiId self.bucket = bucket self.progressPercentage = progressPercentage @@ -51416,8 +50123,7 @@ public struct DescribeStoreImageTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storeImageTaskResults: [EC2ClientTypes.StoreImageTaskResult]? = nil - ) - { + ) { self.nextToken = nextToken self.storeImageTaskResults = storeImageTaskResults } @@ -51491,8 +50197,7 @@ public struct DescribeSubnetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51510,8 +50215,7 @@ public struct DescribeSubnetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subnets: [EC2ClientTypes.Subnet]? = nil - ) - { + ) { self.nextToken = nextToken self.subnets = subnets } @@ -51542,8 +50246,7 @@ public struct DescribeTagsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51569,8 +50272,7 @@ extension EC2ClientTypes { resourceId: Swift.String? = nil, resourceType: EC2ClientTypes.ResourceType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.resourceId = resourceId self.resourceType = resourceType @@ -51588,8 +50290,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [EC2ClientTypes.TagDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -51634,8 +50335,7 @@ public struct DescribeTrafficMirrorFilterRulesInput: Swift.Sendable { nextToken: Swift.String? = nil, trafficMirrorFilterId: Swift.String? = nil, trafficMirrorFilterRuleIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51654,8 +50354,7 @@ public struct DescribeTrafficMirrorFilterRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficMirrorFilterRules: [EC2ClientTypes.TrafficMirrorFilterRule]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficMirrorFilterRules = trafficMirrorFilterRules } @@ -51683,8 +50382,7 @@ public struct DescribeTrafficMirrorFiltersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trafficMirrorFilterIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51702,8 +50400,7 @@ public struct DescribeTrafficMirrorFiltersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficMirrorFilters: [EC2ClientTypes.TrafficMirrorFilter]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficMirrorFilters = trafficMirrorFilters } @@ -51745,8 +50442,7 @@ public struct DescribeTrafficMirrorSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trafficMirrorSessionIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51764,8 +50460,7 @@ public struct DescribeTrafficMirrorSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficMirrorSessions: [EC2ClientTypes.TrafficMirrorSession]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficMirrorSessions = trafficMirrorSessions } @@ -51799,8 +50494,7 @@ public struct DescribeTrafficMirrorTargetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trafficMirrorTargetIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51818,8 +50512,7 @@ public struct DescribeTrafficMirrorTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficMirrorTargets: [EC2ClientTypes.TrafficMirrorTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficMirrorTargets = trafficMirrorTargets } @@ -51861,8 +50554,7 @@ public struct DescribeTransitGatewayAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayAttachmentIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -51883,8 +50575,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.TransitGatewayAssociationState? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.state = state self.transitGatewayRouteTableId = transitGatewayRouteTableId } @@ -51927,8 +50618,7 @@ extension EC2ClientTypes { transitGatewayAttachmentId: Swift.String? = nil, transitGatewayId: Swift.String? = nil, transitGatewayOwnerId: Swift.String? = nil - ) - { + ) { self.association = association self.creationTime = creationTime self.resourceId = resourceId @@ -51952,8 +50642,7 @@ public struct DescribeTransitGatewayAttachmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayAttachments: [EC2ClientTypes.TransitGatewayAttachment]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayAttachments = transitGatewayAttachments } @@ -51983,8 +50672,7 @@ public struct DescribeTransitGatewayConnectPeersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayConnectPeerIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52002,8 +50690,7 @@ public struct DescribeTransitGatewayConnectPeersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayConnectPeers: [EC2ClientTypes.TransitGatewayConnectPeer]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayConnectPeers = transitGatewayConnectPeers } @@ -52037,8 +50724,7 @@ public struct DescribeTransitGatewayConnectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayAttachmentIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52056,8 +50742,7 @@ public struct DescribeTransitGatewayConnectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayConnects: [EC2ClientTypes.TransitGatewayConnect]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayConnects = transitGatewayConnects } @@ -52087,8 +50772,7 @@ public struct DescribeTransitGatewayMulticastDomainsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayMulticastDomainIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52106,8 +50790,7 @@ public struct DescribeTransitGatewayMulticastDomainsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayMulticastDomains: [EC2ClientTypes.TransitGatewayMulticastDomain]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayMulticastDomains = transitGatewayMulticastDomains } @@ -52145,8 +50828,7 @@ public struct DescribeTransitGatewayPeeringAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayAttachmentIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52164,8 +50846,7 @@ public struct DescribeTransitGatewayPeeringAttachmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayPeeringAttachments: [EC2ClientTypes.TransitGatewayPeeringAttachment]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayPeeringAttachments = transitGatewayPeeringAttachments } @@ -52189,8 +50870,7 @@ public struct DescribeTransitGatewayPolicyTablesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayPolicyTableIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52208,8 +50888,7 @@ public struct DescribeTransitGatewayPolicyTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayPolicyTables: [EC2ClientTypes.TransitGatewayPolicyTable]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayPolicyTables = transitGatewayPolicyTables } @@ -52233,8 +50912,7 @@ public struct DescribeTransitGatewayRouteTableAnnouncementsInput: Swift.Sendable maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayRouteTableAnnouncementIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52252,8 +50930,7 @@ public struct DescribeTransitGatewayRouteTableAnnouncementsOutput: Swift.Sendabl public init( nextToken: Swift.String? = nil, transitGatewayRouteTableAnnouncements: [EC2ClientTypes.TransitGatewayRouteTableAnnouncement]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayRouteTableAnnouncements = transitGatewayRouteTableAnnouncements } @@ -52287,8 +50964,7 @@ public struct DescribeTransitGatewayRouteTablesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayRouteTableIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52306,8 +50982,7 @@ public struct DescribeTransitGatewayRouteTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayRouteTables: [EC2ClientTypes.TransitGatewayRouteTable]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayRouteTables = transitGatewayRouteTables } @@ -52355,8 +51030,7 @@ public struct DescribeTransitGatewaysInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52374,8 +51048,7 @@ public struct DescribeTransitGatewaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGateways: [EC2ClientTypes.TransitGateway]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGateways = transitGateways } @@ -52407,8 +51080,7 @@ public struct DescribeTransitGatewayVpcAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayAttachmentIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52426,8 +51098,7 @@ public struct DescribeTransitGatewayVpcAttachmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayVpcAttachments: [EC2ClientTypes.TransitGatewayVpcAttachment]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayVpcAttachments = transitGatewayVpcAttachments } @@ -52455,8 +51126,7 @@ public struct DescribeTrunkInterfaceAssociationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationIds = associationIds self.dryRun = dryRun self.filters = filters @@ -52474,8 +51144,7 @@ public struct DescribeTrunkInterfaceAssociationsOutput: Swift.Sendable { public init( interfaceAssociations: [EC2ClientTypes.TrunkInterfaceAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.interfaceAssociations = interfaceAssociations self.nextToken = nextToken } @@ -52505,8 +51174,7 @@ public struct DescribeVerifiedAccessEndpointsInput: Swift.Sendable { verifiedAccessEndpointIds: [Swift.String]? = nil, verifiedAccessGroupId: Swift.String? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52526,8 +51194,7 @@ public struct DescribeVerifiedAccessEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedAccessEndpoints: [EC2ClientTypes.VerifiedAccessEndpoint]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedAccessEndpoints = verifiedAccessEndpoints } @@ -52554,8 +51221,7 @@ public struct DescribeVerifiedAccessGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, verifiedAccessGroupIds: [Swift.String]? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52574,8 +51240,7 @@ public struct DescribeVerifiedAccessGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedAccessGroups: [EC2ClientTypes.VerifiedAccessGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedAccessGroups = verifiedAccessGroups } @@ -52599,8 +51264,7 @@ public struct DescribeVerifiedAccessInstanceLoggingConfigurationsInput: Swift.Se maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, verifiedAccessInstanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52650,8 +51314,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.VerifiedAccessLogDeliveryStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -52673,8 +51336,7 @@ extension EC2ClientTypes { deliveryStatus: EC2ClientTypes.VerifiedAccessLogDeliveryStatus? = nil, enabled: Swift.Bool? = nil, logGroup: Swift.String? = nil - ) - { + ) { self.deliveryStatus = deliveryStatus self.enabled = enabled self.logGroup = logGroup @@ -52697,8 +51359,7 @@ extension EC2ClientTypes { deliveryStatus: EC2ClientTypes.VerifiedAccessLogDeliveryStatus? = nil, deliveryStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.deliveryStatus = deliveryStatus self.deliveryStream = deliveryStream self.enabled = enabled @@ -52727,8 +51388,7 @@ extension EC2ClientTypes { deliveryStatus: EC2ClientTypes.VerifiedAccessLogDeliveryStatus? = nil, enabled: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketOwner = bucketOwner self.deliveryStatus = deliveryStatus @@ -52759,8 +51419,7 @@ extension EC2ClientTypes { kinesisDataFirehose: EC2ClientTypes.VerifiedAccessLogKinesisDataFirehoseDestination? = nil, logVersion: Swift.String? = nil, s3: EC2ClientTypes.VerifiedAccessLogS3Destination? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.includeTrustContext = includeTrustContext self.kinesisDataFirehose = kinesisDataFirehose @@ -52782,8 +51441,7 @@ extension EC2ClientTypes { public init( accessLogs: EC2ClientTypes.VerifiedAccessLogs? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.accessLogs = accessLogs self.verifiedAccessInstanceId = verifiedAccessInstanceId } @@ -52799,8 +51457,7 @@ public struct DescribeVerifiedAccessInstanceLoggingConfigurationsOutput: Swift.S public init( loggingConfigurations: [EC2ClientTypes.VerifiedAccessInstanceLoggingConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loggingConfigurations = loggingConfigurations self.nextToken = nextToken } @@ -52824,8 +51481,7 @@ public struct DescribeVerifiedAccessInstancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, verifiedAccessInstanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52843,8 +51499,7 @@ public struct DescribeVerifiedAccessInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedAccessInstances: [EC2ClientTypes.VerifiedAccessInstance]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedAccessInstances = verifiedAccessInstances } @@ -52868,8 +51523,7 @@ public struct DescribeVerifiedAccessTrustProvidersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, verifiedAccessTrustProviderIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -52887,8 +51541,7 @@ public struct DescribeVerifiedAccessTrustProvidersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedAccessTrustProviders: [EC2ClientTypes.VerifiedAccessTrustProvider]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedAccessTrustProviders = verifiedAccessTrustProviders } @@ -52937,8 +51590,7 @@ public struct DescribeVolumeAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.VolumeAttributeName? = nil, dryRun: Swift.Bool? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.volumeId = volumeId @@ -52957,8 +51609,7 @@ public struct DescribeVolumeAttributeOutput: Swift.Sendable { autoEnableIO: EC2ClientTypes.AttributeBooleanValue? = nil, productCodes: [EC2ClientTypes.ProductCode]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.autoEnableIO = autoEnableIO self.productCodes = productCodes self.volumeId = volumeId @@ -53021,8 +51672,7 @@ public struct DescribeVolumesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, volumeIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -53091,8 +51741,7 @@ extension EC2ClientTypes { throughput: Swift.Int? = nil, volumeId: Swift.String? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.attachments = attachments self.availabilityZone = availabilityZone self.createTime = createTime @@ -53124,8 +51773,7 @@ public struct DescribeVolumesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, volumes: [EC2ClientTypes.Volume]? = nil - ) - { + ) { self.nextToken = nextToken self.volumes = volumes } @@ -53171,8 +51819,7 @@ public struct DescribeVolumesModificationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, volumeIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -53270,8 +51917,7 @@ extension EC2ClientTypes { targetThroughput: Swift.Int? = nil, targetVolumeType: EC2ClientTypes.VolumeType? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.modificationState = modificationState self.originalIops = originalIops @@ -53301,8 +51947,7 @@ public struct DescribeVolumesModificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, volumesModifications: [EC2ClientTypes.VolumeModification]? = nil - ) - { + ) { self.nextToken = nextToken self.volumesModifications = volumesModifications } @@ -53350,8 +51995,7 @@ public struct DescribeVolumeStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, volumeIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -53378,8 +52022,7 @@ extension EC2ClientTypes { description: Swift.String? = nil, eventId: Swift.String? = nil, eventType: Swift.String? = nil - ) - { + ) { self.code = code self.description = description self.eventId = eventId @@ -53400,8 +52043,7 @@ extension EC2ClientTypes { public init( instanceId: Swift.String? = nil, ioPerformance: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.ioPerformance = ioPerformance } @@ -53432,8 +52074,7 @@ extension EC2ClientTypes { instanceId: Swift.String? = nil, notAfter: Foundation.Date? = nil, notBefore: Foundation.Date? = nil - ) - { + ) { self.description = description self.eventId = eventId self.eventType = eventType @@ -53485,8 +52126,7 @@ extension EC2ClientTypes { public init( name: EC2ClientTypes.VolumeStatusName? = nil, status: Swift.String? = nil - ) - { + ) { self.name = name self.status = status } @@ -53537,8 +52177,7 @@ extension EC2ClientTypes { public init( details: [EC2ClientTypes.VolumeStatusDetails]? = nil, status: EC2ClientTypes.VolumeStatusInfoStatus? = nil - ) - { + ) { self.details = details self.status = status } @@ -53572,8 +52211,7 @@ extension EC2ClientTypes { outpostArn: Swift.String? = nil, volumeId: Swift.String? = nil, volumeStatus: EC2ClientTypes.VolumeStatusInfo? = nil - ) - { + ) { self.actions = actions self.attachmentStatuses = attachmentStatuses self.availabilityZone = availabilityZone @@ -53594,8 +52232,7 @@ public struct DescribeVolumeStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, volumeStatuses: [EC2ClientTypes.VolumeStatusItem]? = nil - ) - { + ) { self.nextToken = nextToken self.volumeStatuses = volumeStatuses } @@ -53647,8 +52284,7 @@ public struct DescribeVpcAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.VpcAttributeName? = nil, dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.vpcId = vpcId @@ -53670,8 +52306,7 @@ public struct DescribeVpcAttributeOutput: Swift.Sendable { enableDnsSupport: EC2ClientTypes.AttributeBooleanValue? = nil, enableNetworkAddressUsageMetrics: EC2ClientTypes.AttributeBooleanValue? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.enableDnsHostnames = enableDnsHostnames self.enableDnsSupport = enableDnsSupport self.enableNetworkAddressUsageMetrics = enableNetworkAddressUsageMetrics @@ -53709,8 +52344,7 @@ public struct DescribeVpcBlockPublicAccessExclusionsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.exclusionIds = exclusionIds self.filters = filters @@ -53728,8 +52362,7 @@ public struct DescribeVpcBlockPublicAccessExclusionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcBlockPublicAccessExclusions: [EC2ClientTypes.VpcBlockPublicAccessExclusion]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcBlockPublicAccessExclusions = vpcBlockPublicAccessExclusions } @@ -53741,8 +52374,7 @@ public struct DescribeVpcBlockPublicAccessOptionsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -53909,8 +52541,7 @@ extension EC2ClientTypes { managedBy: EC2ClientTypes.ManagedBy? = nil, reason: Swift.String? = nil, state: EC2ClientTypes.VpcBlockPublicAccessState? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsRegion = awsRegion self.exclusionsAllowed = exclusionsAllowed @@ -53929,8 +52560,7 @@ public struct DescribeVpcBlockPublicAccessOptionsOutput: Swift.Sendable { public init( vpcBlockPublicAccessOptions: EC2ClientTypes.VpcBlockPublicAccessOptions? = nil - ) - { + ) { self.vpcBlockPublicAccessOptions = vpcBlockPublicAccessOptions } } @@ -53953,8 +52583,7 @@ public struct DescribeVpcClassicLinkInput: Swift.Sendable { dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.vpcIds = vpcIds @@ -53976,8 +52605,7 @@ extension EC2ClientTypes { classicLinkEnabled: Swift.Bool? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.classicLinkEnabled = classicLinkEnabled self.tags = tags self.vpcId = vpcId @@ -53991,8 +52619,7 @@ public struct DescribeVpcClassicLinkOutput: Swift.Sendable { public init( vpcs: [EC2ClientTypes.VpcClassicLink]? = nil - ) - { + ) { self.vpcs = vpcs } } @@ -54009,8 +52636,7 @@ public struct DescribeVpcClassicLinkDnsSupportInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vpcIds = vpcIds @@ -54029,8 +52655,7 @@ extension EC2ClientTypes { public init( classicLinkDnsSupported: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.classicLinkDnsSupported = classicLinkDnsSupported self.vpcId = vpcId } @@ -54046,8 +52671,7 @@ public struct DescribeVpcClassicLinkDnsSupportOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcs: [EC2ClientTypes.ClassicLinkDnsSupport]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcs = vpcs } @@ -54085,8 +52709,7 @@ public struct DescribeVpcEndpointAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54137,8 +52760,7 @@ extension EC2ClientTypes { serviceNetworkName: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.associatedResourceAccessibility = associatedResourceAccessibility self.associatedResourceArn = associatedResourceArn self.dnsEntry = dnsEntry @@ -54164,8 +52786,7 @@ public struct DescribeVpcEndpointAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointAssociations: [EC2ClientTypes.VpcEndpointAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointAssociations = vpcEndpointAssociations } @@ -54201,8 +52822,7 @@ public struct DescribeVpcEndpointConnectionNotificationsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionNotificationId = connectionNotificationId self.dryRun = dryRun self.filters = filters @@ -54220,8 +52840,7 @@ public struct DescribeVpcEndpointConnectionNotificationsOutput: Swift.Sendable { public init( connectionNotificationSet: [EC2ClientTypes.ConnectionNotification]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionNotificationSet = connectionNotificationSet self.nextToken = nextToken } @@ -54254,8 +52873,7 @@ public struct DescribeVpcEndpointConnectionsInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54305,8 +52923,7 @@ extension EC2ClientTypes { vpcEndpointOwner: Swift.String? = nil, vpcEndpointRegion: Swift.String? = nil, vpcEndpointState: EC2ClientTypes.State? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.dnsEntries = dnsEntries self.gatewayLoadBalancerArns = gatewayLoadBalancerArns @@ -54332,8 +52949,7 @@ public struct DescribeVpcEndpointConnectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointConnections: [EC2ClientTypes.VpcEndpointConnection]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointConnections = vpcEndpointConnections } @@ -54375,8 +52991,7 @@ public struct DescribeVpcEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54394,8 +53009,7 @@ public struct DescribeVpcEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpoints: [EC2ClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpoints = vpcEndpoints } @@ -54431,8 +53045,7 @@ public struct DescribeVpcEndpointServiceConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54450,8 +53063,7 @@ public struct DescribeVpcEndpointServiceConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceConfigurations: [EC2ClientTypes.ServiceConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceConfigurations = serviceConfigurations } @@ -54480,8 +53092,7 @@ public struct DescribeVpcEndpointServicePermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54499,8 +53110,7 @@ public struct DescribeVpcEndpointServicePermissionsOutput: Swift.Sendable { public init( allowedPrincipals: [EC2ClientTypes.AllowedPrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.allowedPrincipals = allowedPrincipals self.nextToken = nextToken } @@ -54541,8 +53151,7 @@ public struct DescribeVpcEndpointServicesInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceNames: [Swift.String]? = nil, serviceRegions: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54561,8 +53170,7 @@ extension EC2ClientTypes { public init( privateDnsName: Swift.String? = nil - ) - { + ) { self.privateDnsName = privateDnsName } } @@ -54622,8 +53230,7 @@ extension EC2ClientTypes { supportedIpAddressTypes: [EC2ClientTypes.ServiceConnectivityType]? = nil, tags: [EC2ClientTypes.Tag]? = nil, vpcEndpointPolicySupported: Swift.Bool? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.availabilityZones = availabilityZones self.baseEndpointDnsNames = baseEndpointDnsNames @@ -54656,8 +53263,7 @@ public struct DescribeVpcEndpointServicesOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceDetails: [EC2ClientTypes.ServiceDetail]? = nil, serviceNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceDetails = serviceDetails self.serviceNames = serviceNames @@ -54706,8 +53312,7 @@ public struct DescribeVpcPeeringConnectionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcPeeringConnectionIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54725,8 +53330,7 @@ public struct DescribeVpcPeeringConnectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcPeeringConnections: [EC2ClientTypes.VpcPeeringConnection]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcPeeringConnections = vpcPeeringConnections } @@ -54780,8 +53384,7 @@ public struct DescribeVpcsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -54799,8 +53402,7 @@ public struct DescribeVpcsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcs: [EC2ClientTypes.Vpc]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcs = vpcs } @@ -54843,8 +53445,7 @@ public struct DescribeVpnConnectionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil, vpnConnectionIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.vpnConnectionIds = vpnConnectionIds @@ -54858,8 +53459,7 @@ public struct DescribeVpnConnectionsOutput: Swift.Sendable { public init( vpnConnections: [EC2ClientTypes.VpnConnection]? = nil - ) - { + ) { self.vpnConnections = vpnConnections } } @@ -54895,8 +53495,7 @@ public struct DescribeVpnGatewaysInput: Swift.Sendable { dryRun: Swift.Bool? = nil, filters: [EC2ClientTypes.Filter]? = nil, vpnGatewayIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.vpnGatewayIds = vpnGatewayIds @@ -54910,8 +53509,7 @@ public struct DescribeVpnGatewaysOutput: Swift.Sendable { public init( vpnGateways: [EC2ClientTypes.VpnGateway]? = nil - ) - { + ) { self.vpnGateways = vpnGateways } } @@ -54930,8 +53528,7 @@ public struct DetachClassicLinkVpcInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.vpcId = vpcId @@ -54944,8 +53541,7 @@ public struct DetachClassicLinkVpcOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -54964,8 +53560,7 @@ public struct DetachInternetGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, internetGatewayId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.internetGatewayId = internetGatewayId self.vpcId = vpcId @@ -54992,8 +53587,7 @@ public struct DetachNetworkInterfaceInput: Swift.Sendable { attachmentId: Swift.String? = nil, dryRun: Swift.Bool? = nil, force: Swift.Bool? = nil - ) - { + ) { self.attachmentId = attachmentId self.dryRun = dryRun self.force = force @@ -55017,8 +53611,7 @@ public struct DetachVerifiedAccessTrustProviderInput: Swift.Sendable { dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.verifiedAccessInstanceId = verifiedAccessInstanceId @@ -55035,8 +53628,7 @@ public struct DetachVerifiedAccessTrustProviderOutput: Swift.Sendable { public init( verifiedAccessInstance: EC2ClientTypes.VerifiedAccessInstance? = nil, verifiedAccessTrustProvider: EC2ClientTypes.VerifiedAccessTrustProvider? = nil - ) - { + ) { self.verifiedAccessInstance = verifiedAccessInstance self.verifiedAccessTrustProvider = verifiedAccessTrustProvider } @@ -55061,8 +53653,7 @@ public struct DetachVolumeInput: Swift.Sendable { force: Swift.Bool? = nil, instanceId: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.device = device self.dryRun = dryRun self.force = force @@ -55099,8 +53690,7 @@ public struct DetachVolumeOutput: Swift.Sendable { instanceOwningService: Swift.String? = nil, state: EC2ClientTypes.VolumeAttachmentState? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.associatedResource = associatedResource self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination @@ -55127,8 +53717,7 @@ public struct DetachVpnGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcId = vpcId self.vpnGatewayId = vpnGatewayId @@ -55145,8 +53734,7 @@ public struct DisableAddressTransferInput: Swift.Sendable { public init( allocationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.allocationId = allocationId self.dryRun = dryRun } @@ -55158,8 +53746,7 @@ public struct DisableAddressTransferOutput: Swift.Sendable { public init( addressTransfer: EC2ClientTypes.AddressTransfer? = nil - ) - { + ) { self.addressTransfer = addressTransfer } } @@ -55170,8 +53757,7 @@ public struct DisableAllowedImagesSettingsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -55182,8 +53768,7 @@ public struct DisableAllowedImagesSettingsOutput: Swift.Sendable { public init( allowedImagesSettingsState: EC2ClientTypes.AllowedImagesSettingsDisabledState? = nil - ) - { + ) { self.allowedImagesSettingsState = allowedImagesSettingsState } } @@ -55206,8 +53791,7 @@ public struct DisableAwsNetworkPerformanceMetricSubscriptionInput: Swift.Sendabl metric: EC2ClientTypes.MetricType? = nil, source: Swift.String? = nil, statistic: EC2ClientTypes.StatisticType? = nil - ) - { + ) { self.destination = destination self.dryRun = dryRun self.metric = metric @@ -55222,8 +53806,7 @@ public struct DisableAwsNetworkPerformanceMetricSubscriptionOutput: Swift.Sendab public init( output: Swift.Bool? = nil - ) - { + ) { self.output = output } } @@ -55234,8 +53817,7 @@ public struct DisableEbsEncryptionByDefaultInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -55246,8 +53828,7 @@ public struct DisableEbsEncryptionByDefaultOutput: Swift.Sendable { public init( ebsEncryptionByDefault: Swift.Bool? = nil - ) - { + ) { self.ebsEncryptionByDefault = ebsEncryptionByDefault } } @@ -55265,8 +53846,7 @@ public struct DisableFastLaunchInput: Swift.Sendable { dryRun: Swift.Bool? = nil, force: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.force = force self.imageId = imageId @@ -55303,8 +53883,7 @@ public struct DisableFastLaunchOutput: Swift.Sendable { state: EC2ClientTypes.FastLaunchStateCode? = nil, stateTransitionReason: Swift.String? = nil, stateTransitionTime: Foundation.Date? = nil - ) - { + ) { self.imageId = imageId self.launchTemplate = launchTemplate self.maxParallelLaunches = maxParallelLaunches @@ -55331,8 +53910,7 @@ public struct DisableFastSnapshotRestoresInput: Swift.Sendable { availabilityZones: [Swift.String]? = nil, dryRun: Swift.Bool? = nil, sourceSnapshotIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dryRun = dryRun self.sourceSnapshotIds = sourceSnapshotIds @@ -55382,8 +53960,7 @@ extension EC2ClientTypes { snapshotId: Swift.String? = nil, state: EC2ClientTypes.FastSnapshotRestoreStateCode? = nil, stateTransitionReason: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.disabledTime = disabledTime self.disablingTime = disablingTime @@ -55411,8 +53988,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -55431,8 +54007,7 @@ extension EC2ClientTypes { public init( availabilityZone: Swift.String? = nil, error: EC2ClientTypes.DisableFastSnapshotRestoreStateError? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.error = error } @@ -55451,8 +54026,7 @@ extension EC2ClientTypes { public init( fastSnapshotRestoreStateErrors: [EC2ClientTypes.DisableFastSnapshotRestoreStateErrorItem]? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.fastSnapshotRestoreStateErrors = fastSnapshotRestoreStateErrors self.snapshotId = snapshotId } @@ -55468,8 +54042,7 @@ public struct DisableFastSnapshotRestoresOutput: Swift.Sendable { public init( successful: [EC2ClientTypes.DisableFastSnapshotRestoreSuccessItem]? = nil, unsuccessful: [EC2ClientTypes.DisableFastSnapshotRestoreErrorItem]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -55485,8 +54058,7 @@ public struct DisableImageInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -55498,8 +54070,7 @@ public struct DisableImageOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -55510,8 +54081,7 @@ public struct DisableImageBlockPublicAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -55548,8 +54118,7 @@ public struct DisableImageBlockPublicAccessOutput: Swift.Sendable { public init( imageBlockPublicAccessState: EC2ClientTypes.ImageBlockPublicAccessDisabledState? = nil - ) - { + ) { self.imageBlockPublicAccessState = imageBlockPublicAccessState } } @@ -55564,8 +54133,7 @@ public struct DisableImageDeprecationInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -55577,8 +54145,7 @@ public struct DisableImageDeprecationOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -55593,8 +54160,7 @@ public struct DisableImageDeregistrationProtectionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -55606,8 +54172,7 @@ public struct DisableImageDeregistrationProtectionOutput: Swift.Sendable { public init( `return`: Swift.String? = nil - ) - { + ) { self.`return` = `return` } } @@ -55622,8 +54187,7 @@ public struct DisableIpamOrganizationAdminAccountInput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId self.dryRun = dryRun } @@ -55635,8 +54199,7 @@ public struct DisableIpamOrganizationAdminAccountOutput: Swift.Sendable { public init( success: Swift.Bool? = nil - ) - { + ) { self.success = success } } @@ -55647,8 +54210,7 @@ public struct DisableSerialConsoleAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -55659,8 +54221,7 @@ public struct DisableSerialConsoleAccessOutput: Swift.Sendable { public init( serialConsoleAccessEnabled: Swift.Bool? = nil - ) - { + ) { self.serialConsoleAccessEnabled = serialConsoleAccessEnabled } } @@ -55671,8 +54232,7 @@ public struct DisableSnapshotBlockPublicAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -55715,8 +54275,7 @@ public struct DisableSnapshotBlockPublicAccessOutput: Swift.Sendable { public init( state: EC2ClientTypes.SnapshotBlockPublicAccessState? = nil - ) - { + ) { self.state = state } } @@ -55737,8 +54296,7 @@ public struct DisableTransitGatewayRouteTablePropagationInput: Swift.Sendable { transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayRouteTableAnnouncementId = transitGatewayRouteTableAnnouncementId @@ -55805,8 +54363,7 @@ extension EC2ClientTypes { transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.state = state @@ -55823,8 +54380,7 @@ public struct DisableTransitGatewayRouteTablePropagationOutput: Swift.Sendable { public init( propagation: EC2ClientTypes.TransitGatewayPropagation? = nil - ) - { + ) { self.propagation = propagation } } @@ -55844,8 +54400,7 @@ public struct DisableVgwRoutePropagationInput: Swift.Sendable { dryRun: Swift.Bool? = nil, gatewayId: Swift.String? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.gatewayId = gatewayId self.routeTableId = routeTableId @@ -55862,8 +54417,7 @@ public struct DisableVpcClassicLinkInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcId = vpcId } @@ -55875,8 +54429,7 @@ public struct DisableVpcClassicLinkOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -55887,8 +54440,7 @@ public struct DisableVpcClassicLinkDnsSupportInput: Swift.Sendable { public init( vpcId: Swift.String? = nil - ) - { + ) { self.vpcId = vpcId } } @@ -55899,8 +54451,7 @@ public struct DisableVpcClassicLinkDnsSupportOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -55917,8 +54468,7 @@ public struct DisassociateAddressInput: Swift.Sendable { associationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.dryRun = dryRun self.publicIp = publicIp @@ -55939,8 +54489,7 @@ public struct DisassociateCapacityReservationBillingOwnerInput: Swift.Sendable { capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, unusedReservationBillingOwnerId: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun self.unusedReservationBillingOwnerId = unusedReservationBillingOwnerId @@ -55953,8 +54502,7 @@ public struct DisassociateCapacityReservationBillingOwnerOutput: Swift.Sendable public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -55973,8 +54521,7 @@ public struct DisassociateClientVpnTargetNetworkInput: Swift.Sendable { associationId: Swift.String? = nil, clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.associationId = associationId self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun @@ -55990,8 +54537,7 @@ public struct DisassociateClientVpnTargetNetworkOutput: Swift.Sendable { public init( associationId: Swift.String? = nil, status: EC2ClientTypes.AssociationStatus? = nil - ) - { + ) { self.associationId = associationId self.status = status } @@ -56011,8 +54557,7 @@ public struct DisassociateEnclaveCertificateIamRoleInput: Swift.Sendable { certificateArn: Swift.String? = nil, dryRun: Swift.Bool? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.dryRun = dryRun self.roleArn = roleArn @@ -56025,8 +54570,7 @@ public struct DisassociateEnclaveCertificateIamRoleOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -56038,8 +54582,7 @@ public struct DisassociateIamInstanceProfileInput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -56050,8 +54593,7 @@ public struct DisassociateIamInstanceProfileOutput: Swift.Sendable { public init( iamInstanceProfileAssociation: EC2ClientTypes.IamInstanceProfileAssociation? = nil - ) - { + ) { self.iamInstanceProfileAssociation = iamInstanceProfileAssociation } } @@ -56071,8 +54613,7 @@ extension EC2ClientTypes { dedicatedHostIds: [Swift.String]? = nil, instanceIds: [Swift.String]? = nil, instanceTags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.dedicatedHostIds = dedicatedHostIds self.instanceIds = instanceIds self.instanceTags = instanceTags @@ -56094,8 +54635,7 @@ public struct DisassociateInstanceEventWindowInput: Swift.Sendable { associationTarget: EC2ClientTypes.InstanceEventWindowDisassociationRequest? = nil, dryRun: Swift.Bool? = nil, instanceEventWindowId: Swift.String? = nil - ) - { + ) { self.associationTarget = associationTarget self.dryRun = dryRun self.instanceEventWindowId = instanceEventWindowId @@ -56108,8 +54648,7 @@ public struct DisassociateInstanceEventWindowOutput: Swift.Sendable { public init( instanceEventWindow: EC2ClientTypes.InstanceEventWindow? = nil - ) - { + ) { self.instanceEventWindow = instanceEventWindow } } @@ -56128,8 +54667,7 @@ public struct DisassociateIpamByoasnInput: Swift.Sendable { asn: Swift.String? = nil, cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.asn = asn self.cidr = cidr self.dryRun = dryRun @@ -56142,8 +54680,7 @@ public struct DisassociateIpamByoasnOutput: Swift.Sendable { public init( asnAssociation: EC2ClientTypes.AsnAssociation? = nil - ) - { + ) { self.asnAssociation = asnAssociation } } @@ -56158,8 +54695,7 @@ public struct DisassociateIpamResourceDiscoveryInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, ipamResourceDiscoveryAssociationId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.ipamResourceDiscoveryAssociationId = ipamResourceDiscoveryAssociationId } @@ -56171,8 +54707,7 @@ public struct DisassociateIpamResourceDiscoveryOutput: Swift.Sendable { public init( ipamResourceDiscoveryAssociation: EC2ClientTypes.IpamResourceDiscoveryAssociation? = nil - ) - { + ) { self.ipamResourceDiscoveryAssociation = ipamResourceDiscoveryAssociation } } @@ -56194,8 +54729,7 @@ public struct DisassociateNatGatewayAddressInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxDrainDurationSeconds: Swift.Int? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.associationIds = associationIds self.dryRun = dryRun self.maxDrainDurationSeconds = maxDrainDurationSeconds @@ -56212,8 +54746,7 @@ public struct DisassociateNatGatewayAddressOutput: Swift.Sendable { public init( natGatewayAddresses: [EC2ClientTypes.NatGatewayAddress]? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.natGatewayAddresses = natGatewayAddresses self.natGatewayId = natGatewayId } @@ -56229,8 +54762,7 @@ public struct DisassociateRouteTableInput: Swift.Sendable { public init( associationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.associationId = associationId self.dryRun = dryRun } @@ -56250,8 +54782,7 @@ public struct DisassociateSecurityGroupVpcInput: Swift.Sendable { dryRun: Swift.Bool? = nil, groupId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.vpcId = vpcId @@ -56264,8 +54795,7 @@ public struct DisassociateSecurityGroupVpcOutput: Swift.Sendable { public init( state: EC2ClientTypes.SecurityGroupVpcAssociationState? = nil - ) - { + ) { self.state = state } } @@ -56277,8 +54807,7 @@ public struct DisassociateSubnetCidrBlockInput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -56292,8 +54821,7 @@ public struct DisassociateSubnetCidrBlockOutput: Swift.Sendable { public init( ipv6CidrBlockAssociation: EC2ClientTypes.SubnetIpv6CidrBlockAssociation? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipv6CidrBlockAssociation = ipv6CidrBlockAssociation self.subnetId = subnetId } @@ -56317,8 +54845,7 @@ public struct DisassociateTransitGatewayMulticastDomainInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetIds = subnetIds self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -56332,8 +54859,7 @@ public struct DisassociateTransitGatewayMulticastDomainOutput: Swift.Sendable { public init( associations: EC2ClientTypes.TransitGatewayMulticastDomainAssociations? = nil - ) - { + ) { self.associations = associations } } @@ -56352,8 +54878,7 @@ public struct DisassociateTransitGatewayPolicyTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayPolicyTableId = transitGatewayPolicyTableId @@ -56366,8 +54891,7 @@ public struct DisassociateTransitGatewayPolicyTableOutput: Swift.Sendable { public init( association: EC2ClientTypes.TransitGatewayPolicyTableAssociation? = nil - ) - { + ) { self.association = association } } @@ -56386,8 +54910,7 @@ public struct DisassociateTransitGatewayRouteTableInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayRouteTableId = transitGatewayRouteTableId @@ -56400,8 +54923,7 @@ public struct DisassociateTransitGatewayRouteTableOutput: Swift.Sendable { public init( association: EC2ClientTypes.TransitGatewayAssociation? = nil - ) - { + ) { self.association = association } } @@ -56419,8 +54941,7 @@ public struct DisassociateTrunkInterfaceInput: Swift.Sendable { associationId: Swift.String? = nil, clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.associationId = associationId self.clientToken = clientToken self.dryRun = dryRun @@ -56436,8 +54957,7 @@ public struct DisassociateTrunkInterfaceOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, `return`: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.`return` = `return` } @@ -56450,8 +54970,7 @@ public struct DisassociateVpcCidrBlockInput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -56468,8 +54987,7 @@ public struct DisassociateVpcCidrBlockOutput: Swift.Sendable { cidrBlockAssociation: EC2ClientTypes.VpcCidrBlockAssociation? = nil, ipv6CidrBlockAssociation: EC2ClientTypes.VpcIpv6CidrBlockAssociation? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.cidrBlockAssociation = cidrBlockAssociation self.ipv6CidrBlockAssociation = ipv6CidrBlockAssociation self.vpcId = vpcId @@ -56490,8 +55008,7 @@ public struct EnableAddressTransferInput: Swift.Sendable { allocationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, transferAccountId: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.dryRun = dryRun self.transferAccountId = transferAccountId @@ -56504,8 +55021,7 @@ public struct EnableAddressTransferOutput: Swift.Sendable { public init( addressTransfer: EC2ClientTypes.AddressTransfer? = nil - ) - { + ) { self.addressTransfer = addressTransfer } } @@ -56520,8 +55036,7 @@ public struct EnableAllowedImagesSettingsInput: Swift.Sendable { public init( allowedImagesSettingsState: EC2ClientTypes.AllowedImagesSettingsEnabledState? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.allowedImagesSettingsState = allowedImagesSettingsState self.dryRun = dryRun } @@ -56533,8 +55048,7 @@ public struct EnableAllowedImagesSettingsOutput: Swift.Sendable { public init( allowedImagesSettingsState: EC2ClientTypes.AllowedImagesSettingsEnabledState? = nil - ) - { + ) { self.allowedImagesSettingsState = allowedImagesSettingsState } } @@ -56557,8 +55071,7 @@ public struct EnableAwsNetworkPerformanceMetricSubscriptionInput: Swift.Sendable metric: EC2ClientTypes.MetricType? = nil, source: Swift.String? = nil, statistic: EC2ClientTypes.StatisticType? = nil - ) - { + ) { self.destination = destination self.dryRun = dryRun self.metric = metric @@ -56573,8 +55086,7 @@ public struct EnableAwsNetworkPerformanceMetricSubscriptionOutput: Swift.Sendabl public init( output: Swift.Bool? = nil - ) - { + ) { self.output = output } } @@ -56585,8 +55097,7 @@ public struct EnableEbsEncryptionByDefaultInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -56597,8 +55108,7 @@ public struct EnableEbsEncryptionByDefaultOutput: Swift.Sendable { public init( ebsEncryptionByDefault: Swift.Bool? = nil - ) - { + ) { self.ebsEncryptionByDefault = ebsEncryptionByDefault } } @@ -56619,8 +55129,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -56637,8 +55146,7 @@ extension EC2ClientTypes { public init( targetResourceCount: Swift.Int? = nil - ) - { + ) { self.targetResourceCount = targetResourceCount } } @@ -56666,8 +55174,7 @@ public struct EnableFastLaunchInput: Swift.Sendable { maxParallelLaunches: Swift.Int? = nil, resourceType: Swift.String? = nil, snapshotConfiguration: EC2ClientTypes.FastLaunchSnapshotConfigurationRequest? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId self.launchTemplate = launchTemplate @@ -56707,8 +55214,7 @@ public struct EnableFastLaunchOutput: Swift.Sendable { state: EC2ClientTypes.FastLaunchStateCode? = nil, stateTransitionReason: Swift.String? = nil, stateTransitionTime: Foundation.Date? = nil - ) - { + ) { self.imageId = imageId self.launchTemplate = launchTemplate self.maxParallelLaunches = maxParallelLaunches @@ -56735,8 +55241,7 @@ public struct EnableFastSnapshotRestoresInput: Swift.Sendable { availabilityZones: [Swift.String]? = nil, dryRun: Swift.Bool? = nil, sourceSnapshotIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dryRun = dryRun self.sourceSnapshotIds = sourceSnapshotIds @@ -56786,8 +55291,7 @@ extension EC2ClientTypes { snapshotId: Swift.String? = nil, state: EC2ClientTypes.FastSnapshotRestoreStateCode? = nil, stateTransitionReason: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.disabledTime = disabledTime self.disablingTime = disablingTime @@ -56815,8 +55319,7 @@ extension EC2ClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -56835,8 +55338,7 @@ extension EC2ClientTypes { public init( availabilityZone: Swift.String? = nil, error: EC2ClientTypes.EnableFastSnapshotRestoreStateError? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.error = error } @@ -56855,8 +55357,7 @@ extension EC2ClientTypes { public init( fastSnapshotRestoreStateErrors: [EC2ClientTypes.EnableFastSnapshotRestoreStateErrorItem]? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.fastSnapshotRestoreStateErrors = fastSnapshotRestoreStateErrors self.snapshotId = snapshotId } @@ -56872,8 +55373,7 @@ public struct EnableFastSnapshotRestoresOutput: Swift.Sendable { public init( successful: [EC2ClientTypes.EnableFastSnapshotRestoreSuccessItem]? = nil, unsuccessful: [EC2ClientTypes.EnableFastSnapshotRestoreErrorItem]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -56889,8 +55389,7 @@ public struct EnableImageInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -56902,8 +55401,7 @@ public struct EnableImageOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -56944,8 +55442,7 @@ public struct EnableImageBlockPublicAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageBlockPublicAccessState: EC2ClientTypes.ImageBlockPublicAccessEnabledState? = nil - ) - { + ) { self.dryRun = dryRun self.imageBlockPublicAccessState = imageBlockPublicAccessState } @@ -56957,8 +55454,7 @@ public struct EnableImageBlockPublicAccessOutput: Swift.Sendable { public init( imageBlockPublicAccessState: EC2ClientTypes.ImageBlockPublicAccessEnabledState? = nil - ) - { + ) { self.imageBlockPublicAccessState = imageBlockPublicAccessState } } @@ -56977,8 +55473,7 @@ public struct EnableImageDeprecationInput: Swift.Sendable { deprecateAt: Foundation.Date? = nil, dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.deprecateAt = deprecateAt self.dryRun = dryRun self.imageId = imageId @@ -56991,8 +55486,7 @@ public struct EnableImageDeprecationOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -57010,8 +55504,7 @@ public struct EnableImageDeregistrationProtectionInput: Swift.Sendable { dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil, withCooldown: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId self.withCooldown = withCooldown @@ -57024,8 +55517,7 @@ public struct EnableImageDeregistrationProtectionOutput: Swift.Sendable { public init( `return`: Swift.String? = nil - ) - { + ) { self.`return` = `return` } } @@ -57040,8 +55532,7 @@ public struct EnableIpamOrganizationAdminAccountInput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId self.dryRun = dryRun } @@ -57053,8 +55544,7 @@ public struct EnableIpamOrganizationAdminAccountOutput: Swift.Sendable { public init( success: Swift.Bool? = nil - ) - { + ) { self.success = success } } @@ -57065,8 +55555,7 @@ public struct EnableReachabilityAnalyzerOrganizationSharingInput: Swift.Sendable public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -57077,8 +55566,7 @@ public struct EnableReachabilityAnalyzerOrganizationSharingOutput: Swift.Sendabl public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -57089,8 +55577,7 @@ public struct EnableSerialConsoleAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -57101,8 +55588,7 @@ public struct EnableSerialConsoleAccessOutput: Swift.Sendable { public init( serialConsoleAccessEnabled: Swift.Bool? = nil - ) - { + ) { self.serialConsoleAccessEnabled = serialConsoleAccessEnabled } } @@ -57124,8 +55610,7 @@ public struct EnableSnapshotBlockPublicAccessInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, state: EC2ClientTypes.SnapshotBlockPublicAccessState? = nil - ) - { + ) { self.dryRun = dryRun self.state = state } @@ -57137,8 +55622,7 @@ public struct EnableSnapshotBlockPublicAccessOutput: Swift.Sendable { public init( state: EC2ClientTypes.SnapshotBlockPublicAccessState? = nil - ) - { + ) { self.state = state } } @@ -57159,8 +55643,7 @@ public struct EnableTransitGatewayRouteTablePropagationInput: Swift.Sendable { transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId self.transitGatewayRouteTableAnnouncementId = transitGatewayRouteTableAnnouncementId @@ -57174,8 +55657,7 @@ public struct EnableTransitGatewayRouteTablePropagationOutput: Swift.Sendable { public init( propagation: EC2ClientTypes.TransitGatewayPropagation? = nil - ) - { + ) { self.propagation = propagation } } @@ -57195,8 +55677,7 @@ public struct EnableVgwRoutePropagationInput: Swift.Sendable { dryRun: Swift.Bool? = nil, gatewayId: Swift.String? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.gatewayId = gatewayId self.routeTableId = routeTableId @@ -57213,8 +55694,7 @@ public struct EnableVolumeIOInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.volumeId = volumeId } @@ -57230,8 +55710,7 @@ public struct EnableVpcClassicLinkInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcId = vpcId } @@ -57243,8 +55722,7 @@ public struct EnableVpcClassicLinkOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -57255,8 +55733,7 @@ public struct EnableVpcClassicLinkDnsSupportInput: Swift.Sendable { public init( vpcId: Swift.String? = nil - ) - { + ) { self.vpcId = vpcId } } @@ -57267,8 +55744,7 @@ public struct EnableVpcClassicLinkDnsSupportOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -57283,8 +55759,7 @@ public struct ExportClientVpnClientCertificateRevocationListInput: Swift.Sendabl public init( clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun } @@ -57331,8 +55806,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.ClientCertificateRevocationListStatusCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -57348,8 +55822,7 @@ public struct ExportClientVpnClientCertificateRevocationListOutput: Swift.Sendab public init( certificateRevocationList: Swift.String? = nil, status: EC2ClientTypes.ClientCertificateRevocationListStatus? = nil - ) - { + ) { self.certificateRevocationList = certificateRevocationList self.status = status } @@ -57365,8 +55838,7 @@ public struct ExportClientVpnClientConfigurationInput: Swift.Sendable { public init( clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun } @@ -57378,8 +55850,7 @@ public struct ExportClientVpnClientConfigurationOutput: Swift.Sendable { public init( clientConfiguration: Swift.String? = nil - ) - { + ) { self.clientConfiguration = clientConfiguration } } @@ -57397,8 +55868,7 @@ extension EC2ClientTypes { public init( s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Prefix = s3Prefix } @@ -57435,8 +55905,7 @@ public struct ExportImageInput: Swift.Sendable { roleName: Swift.String? = nil, s3ExportLocation: EC2ClientTypes.ExportTaskS3LocationRequest? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.diskImageFormat = diskImageFormat @@ -57481,8 +55950,7 @@ public struct ExportImageOutput: Swift.Sendable { status: Swift.String? = nil, statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.diskImageFormat = diskImageFormat self.exportImageTaskId = exportImageTaskId @@ -57531,8 +55999,7 @@ public struct ExportTransitGatewayRoutesInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, s3Bucket: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.s3Bucket = s3Bucket @@ -57546,8 +56013,7 @@ public struct ExportTransitGatewayRoutesOutput: Swift.Sendable { public init( s3Location: Swift.String? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -57562,8 +56028,7 @@ public struct ExportVerifiedAccessInstanceClientConfigurationInput: Swift.Sendab public init( dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.verifiedAccessInstanceId = verifiedAccessInstanceId } @@ -57578,8 +56043,7 @@ extension EC2ClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -57597,8 +56061,7 @@ extension EC2ClientTypes { public init( config: Swift.String? = nil, routes: [EC2ClientTypes.VerifiedAccessInstanceOpenVpnClientConfigurationRoute]? = nil - ) - { + ) { self.config = config self.routes = routes } @@ -57641,8 +56104,7 @@ extension EC2ClientTypes { tokenEndpoint: Swift.String? = nil, type: EC2ClientTypes.UserTrustProviderType? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -57683,8 +56145,7 @@ public struct ExportVerifiedAccessInstanceClientConfigurationOutput: Swift.Senda userTrustProvider: EC2ClientTypes.VerifiedAccessInstanceUserTrustProviderClientConfiguration? = nil, verifiedAccessInstanceId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.deviceTrustProviders = deviceTrustProviders self.openVpnConfigurations = openVpnConfigurations self.region = region @@ -57700,8 +56161,7 @@ public struct GetAllowedImagesSettingsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -57715,8 +56175,7 @@ extension EC2ClientTypes { public init( imageProviders: [Swift.String]? = nil - ) - { + ) { self.imageProviders = imageProviders } } @@ -57744,8 +56203,7 @@ public struct GetAllowedImagesSettingsOutput: Swift.Sendable { imageCriteria: [EC2ClientTypes.ImageCriterion]? = nil, managedBy: EC2ClientTypes.ManagedBy? = nil, state: Swift.String? = nil - ) - { + ) { self.imageCriteria = imageCriteria self.managedBy = managedBy self.state = state @@ -57762,8 +56220,7 @@ public struct GetAssociatedEnclaveCertificateIamRolesInput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.certificateArn = certificateArn self.dryRun = dryRun } @@ -57787,8 +56244,7 @@ extension EC2ClientTypes { certificateS3BucketName: Swift.String? = nil, certificateS3ObjectKey: Swift.String? = nil, encryptionKmsKeyId: Swift.String? = nil - ) - { + ) { self.associatedRoleArn = associatedRoleArn self.certificateS3BucketName = certificateS3BucketName self.certificateS3ObjectKey = certificateS3ObjectKey @@ -57803,8 +56259,7 @@ public struct GetAssociatedEnclaveCertificateIamRolesOutput: Swift.Sendable { public init( associatedRoles: [EC2ClientTypes.AssociatedRole]? = nil - ) - { + ) { self.associatedRoles = associatedRoles } } @@ -57825,8 +56280,7 @@ public struct GetAssociatedIpv6PoolCidrsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -57846,8 +56300,7 @@ extension EC2ClientTypes { public init( associatedResource: Swift.String? = nil, ipv6Cidr: Swift.String? = nil - ) - { + ) { self.associatedResource = associatedResource self.ipv6Cidr = ipv6Cidr } @@ -57863,8 +56316,7 @@ public struct GetAssociatedIpv6PoolCidrsOutput: Swift.Sendable { public init( ipv6CidrAssociations: [EC2ClientTypes.Ipv6CidrAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipv6CidrAssociations = ipv6CidrAssociations self.nextToken = nextToken } @@ -57894,8 +56346,7 @@ extension EC2ClientTypes { period: EC2ClientTypes.PeriodType? = nil, source: Swift.String? = nil, statistic: EC2ClientTypes.StatisticType? = nil - ) - { + ) { self.destination = destination self.id = id self.metric = metric @@ -57927,8 +56378,7 @@ public struct GetAwsNetworkPerformanceDataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dataQueries = dataQueries self.dryRun = dryRun self.endTime = endTime @@ -57955,8 +56405,7 @@ extension EC2ClientTypes { startDate: Foundation.Date? = nil, status: Swift.String? = nil, value: Swift.Float? = nil - ) - { + ) { self.endDate = endDate self.startDate = startDate self.status = status @@ -57992,8 +56441,7 @@ extension EC2ClientTypes { period: EC2ClientTypes.PeriodType? = nil, source: Swift.String? = nil, statistic: EC2ClientTypes.StatisticType? = nil - ) - { + ) { self.destination = destination self.id = id self.metric = metric @@ -58014,8 +56462,7 @@ public struct GetAwsNetworkPerformanceDataOutput: Swift.Sendable { public init( dataResponses: [EC2ClientTypes.DataResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataResponses = dataResponses self.nextToken = nextToken } @@ -58037,8 +56484,7 @@ public struct GetCapacityReservationUsageInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun self.maxResults = maxResults @@ -58058,8 +56504,7 @@ extension EC2ClientTypes { public init( accountId: Swift.String? = nil, usedInstanceCount: Swift.Int? = nil - ) - { + ) { self.accountId = accountId self.usedInstanceCount = usedInstanceCount } @@ -58108,8 +56553,7 @@ public struct GetCapacityReservationUsageOutput: Swift.Sendable { nextToken: Swift.String? = nil, state: EC2ClientTypes.CapacityReservationState? = nil, totalInstanceCount: Swift.Int? = nil - ) - { + ) { self.availableInstanceCount = availableInstanceCount self.capacityReservationId = capacityReservationId self.instanceType = instanceType @@ -58147,8 +56591,7 @@ public struct GetCoipPoolUsageInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -58175,8 +56618,7 @@ extension EC2ClientTypes { awsAccountId: Swift.String? = nil, awsService: Swift.String? = nil, coIp: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.awsAccountId = awsAccountId self.awsService = awsService @@ -58200,8 +56642,7 @@ public struct GetCoipPoolUsageOutput: Swift.Sendable { coipPoolId: Swift.String? = nil, localGatewayRouteTableId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coipAddressUsages = coipAddressUsages self.coipPoolId = coipPoolId self.localGatewayRouteTableId = localGatewayRouteTableId @@ -58222,8 +56663,7 @@ public struct GetConsoleOutputInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, latest: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.latest = latest @@ -58242,8 +56682,7 @@ public struct GetConsoleOutputOutput: Swift.Sendable { instanceId: Swift.String? = nil, output: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.instanceId = instanceId self.output = output self.timestamp = timestamp @@ -58263,8 +56702,7 @@ public struct GetConsoleScreenshotInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, wakeUp: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.wakeUp = wakeUp @@ -58280,8 +56718,7 @@ public struct GetConsoleScreenshotOutput: Swift.Sendable { public init( imageData: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.imageData = imageData self.instanceId = instanceId } @@ -58297,8 +56734,7 @@ public struct GetDeclarativePoliciesReportSummaryInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, reportId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.reportId = reportId } @@ -58319,8 +56755,7 @@ extension EC2ClientTypes { numberOfMatchedAccounts: Swift.Int? = nil, numberOfUnmatchedAccounts: Swift.Int? = nil, regionName: Swift.String? = nil - ) - { + ) { self.numberOfMatchedAccounts = numberOfMatchedAccounts self.numberOfUnmatchedAccounts = numberOfUnmatchedAccounts self.regionName = regionName @@ -58349,8 +56784,7 @@ extension EC2ClientTypes { numberOfMatchedAccounts: Swift.Int? = nil, numberOfUnmatchedAccounts: Swift.Int? = nil, regionalSummaries: [EC2ClientTypes.RegionalSummary]? = nil - ) - { + ) { self.attributeName = attributeName self.mostFrequentValue = mostFrequentValue self.numberOfMatchedAccounts = numberOfMatchedAccounts @@ -58396,8 +56830,7 @@ public struct GetDeclarativePoliciesReportSummaryOutput: Swift.Sendable { s3Prefix: Swift.String? = nil, startTime: Foundation.Date? = nil, targetId: Swift.String? = nil - ) - { + ) { self.attributeSummaries = attributeSummaries self.endTime = endTime self.numberOfAccounts = numberOfAccounts @@ -58455,8 +56888,7 @@ public struct GetDefaultCreditSpecificationInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceFamily: EC2ClientTypes.UnlimitedSupportedInstanceFamily? = nil - ) - { + ) { self.dryRun = dryRun self.instanceFamily = instanceFamily } @@ -58474,8 +56906,7 @@ extension EC2ClientTypes { public init( cpuCredits: Swift.String? = nil, instanceFamily: EC2ClientTypes.UnlimitedSupportedInstanceFamily? = nil - ) - { + ) { self.cpuCredits = cpuCredits self.instanceFamily = instanceFamily } @@ -58488,8 +56919,7 @@ public struct GetDefaultCreditSpecificationOutput: Swift.Sendable { public init( instanceFamilyCreditSpecification: EC2ClientTypes.InstanceFamilyCreditSpecification? = nil - ) - { + ) { self.instanceFamilyCreditSpecification = instanceFamilyCreditSpecification } } @@ -58500,8 +56930,7 @@ public struct GetEbsDefaultKmsKeyIdInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -58512,8 +56941,7 @@ public struct GetEbsDefaultKmsKeyIdOutput: Swift.Sendable { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -58524,8 +56952,7 @@ public struct GetEbsEncryptionByDefaultInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -58539,8 +56966,7 @@ public struct GetEbsEncryptionByDefaultOutput: Swift.Sendable { public init( ebsEncryptionByDefault: Swift.Bool? = nil, sseType: EC2ClientTypes.SSEType? = nil - ) - { + ) { self.ebsEncryptionByDefault = ebsEncryptionByDefault self.sseType = sseType } @@ -58601,8 +57027,7 @@ extension EC2ClientTypes { partitionEndDate: Foundation.Date? = nil, partitionLoadFrequency: EC2ClientTypes.PartitionLoadFrequency? = nil, partitionStartDate: Foundation.Date? = nil - ) - { + ) { self.integrationResultS3DestinationArn = integrationResultS3DestinationArn self.partitionEndDate = partitionEndDate self.partitionLoadFrequency = partitionLoadFrequency @@ -58620,8 +57045,7 @@ extension EC2ClientTypes { public init( athenaIntegrations: [EC2ClientTypes.AthenaIntegration]? = nil - ) - { + ) { self.athenaIntegrations = athenaIntegrations } } @@ -58645,8 +57069,7 @@ public struct GetFlowLogsIntegrationTemplateInput: Swift.Sendable { dryRun: Swift.Bool? = nil, flowLogId: Swift.String? = nil, integrateServices: EC2ClientTypes.IntegrateServices? = nil - ) - { + ) { self.configDeliveryS3DestinationArn = configDeliveryS3DestinationArn self.dryRun = dryRun self.flowLogId = flowLogId @@ -58660,8 +57083,7 @@ public struct GetFlowLogsIntegrationTemplateOutput: Swift.Sendable { public init( result: Swift.String? = nil - ) - { + ) { self.result = result } } @@ -58682,8 +57104,7 @@ public struct GetGroupsForCapacityReservationInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun self.maxResults = maxResults @@ -58703,8 +57124,7 @@ extension EC2ClientTypes { public init( groupArn: Swift.String? = nil, ownerId: Swift.String? = nil - ) - { + ) { self.groupArn = groupArn self.ownerId = ownerId } @@ -58720,8 +57140,7 @@ public struct GetGroupsForCapacityReservationOutput: Swift.Sendable { public init( capacityReservationGroups: [EC2ClientTypes.CapacityReservationGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityReservationGroups = capacityReservationGroups self.nextToken = nextToken } @@ -58738,8 +57157,7 @@ public struct GetHostReservationPurchasePreviewInput: Swift.Sendable { public init( hostIdSet: [Swift.String]? = nil, offeringId: Swift.String? = nil - ) - { + ) { self.hostIdSet = hostIdSet self.offeringId = offeringId } @@ -58775,8 +57193,7 @@ extension EC2ClientTypes { instanceFamily: Swift.String? = nil, paymentOption: EC2ClientTypes.PaymentOption? = nil, upfrontPrice: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.hostIdSet = hostIdSet @@ -58804,8 +57221,7 @@ public struct GetHostReservationPurchasePreviewOutput: Swift.Sendable { purchase: [EC2ClientTypes.Purchase]? = nil, totalHourlyPrice: Swift.String? = nil, totalUpfrontPrice: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.purchase = purchase self.totalHourlyPrice = totalHourlyPrice @@ -58819,8 +57235,7 @@ public struct GetImageBlockPublicAccessStateInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -58842,8 +57257,7 @@ public struct GetImageBlockPublicAccessStateOutput: Swift.Sendable { public init( imageBlockPublicAccessState: Swift.String? = nil, managedBy: EC2ClientTypes.ManagedBy? = nil - ) - { + ) { self.imageBlockPublicAccessState = imageBlockPublicAccessState self.managedBy = managedBy } @@ -58855,8 +57269,7 @@ public struct GetInstanceMetadataDefaultsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -58893,8 +57306,7 @@ extension EC2ClientTypes { instanceMetadataTags: EC2ClientTypes.InstanceMetadataTagsState? = nil, managedBy: EC2ClientTypes.ManagedBy? = nil, managedExceptionMessage: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpPutResponseHopLimit = httpPutResponseHopLimit self.httpTokens = httpTokens @@ -58911,8 +57323,7 @@ public struct GetInstanceMetadataDefaultsOutput: Swift.Sendable { public init( accountLevel: EC2ClientTypes.InstanceMetadataDefaultsResponse? = nil - ) - { + ) { self.accountLevel = accountLevel } } @@ -58993,8 +57404,7 @@ public struct GetInstanceTpmEkPubInput: Swift.Sendable { instanceId: Swift.String? = nil, keyFormat: EC2ClientTypes.EkPubKeyFormat? = nil, keyType: EC2ClientTypes.EkPubKeyType? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId self.keyFormat = keyFormat @@ -59017,8 +57427,7 @@ public struct GetInstanceTpmEkPubOutput: Swift.Sendable { keyFormat: EC2ClientTypes.EkPubKeyFormat? = nil, keyType: EC2ClientTypes.EkPubKeyType? = nil, keyValue: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.keyFormat = keyFormat self.keyType = keyType @@ -59055,8 +57464,7 @@ public struct GetInstanceTypesFromInstanceRequirementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, virtualizationTypes: [EC2ClientTypes.VirtualizationType]? = nil - ) - { + ) { self.architectureTypes = architectureTypes self.dryRun = dryRun self.instanceRequirements = instanceRequirements @@ -59075,8 +57483,7 @@ extension EC2ClientTypes { public init( instanceType: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType } } @@ -59091,8 +57498,7 @@ public struct GetInstanceTypesFromInstanceRequirementsOutput: Swift.Sendable { public init( instanceTypes: [EC2ClientTypes.InstanceTypeInfoFromInstanceRequirements]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceTypes = instanceTypes self.nextToken = nextToken } @@ -59108,8 +57514,7 @@ public struct GetInstanceUefiDataInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId } @@ -59124,8 +57529,7 @@ public struct GetInstanceUefiDataOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil, uefiData: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.uefiData = uefiData } @@ -59160,8 +57564,7 @@ public struct GetIpamAddressHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun self.endTime = endTime @@ -59317,8 +57720,7 @@ extension EC2ClientTypes { sampledEndTime: Foundation.Date? = nil, sampledStartTime: Foundation.Date? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.resourceCidr = resourceCidr self.resourceComplianceStatus = resourceComplianceStatus self.resourceId = resourceId @@ -59343,8 +57745,7 @@ public struct GetIpamAddressHistoryOutput: Swift.Sendable { public init( historyRecords: [EC2ClientTypes.IpamAddressHistoryRecord]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.historyRecords = historyRecords self.nextToken = nextToken } @@ -59373,8 +57774,7 @@ public struct GetIpamDiscoveredAccountsInput: Swift.Sendable { ipamResourceDiscoveryId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.discoveryRegion = discoveryRegion self.dryRun = dryRun self.filters = filters @@ -59443,8 +57843,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.IpamDiscoveryFailureCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -59475,8 +57874,7 @@ extension EC2ClientTypes { lastAttemptedDiscoveryTime: Foundation.Date? = nil, lastSuccessfulDiscoveryTime: Foundation.Date? = nil, organizationalUnitId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.discoveryRegion = discoveryRegion self.failureReason = failureReason @@ -59496,8 +57894,7 @@ public struct GetIpamDiscoveredAccountsOutput: Swift.Sendable { public init( ipamDiscoveredAccounts: [EC2ClientTypes.IpamDiscoveredAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamDiscoveredAccounts = ipamDiscoveredAccounts self.nextToken = nextToken } @@ -59526,8 +57923,7 @@ public struct GetIpamDiscoveredPublicAddressesInput: Swift.Sendable { ipamResourceDiscoveryId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addressRegion = addressRegion self.dryRun = dryRun self.filters = filters @@ -59619,8 +58015,7 @@ extension EC2ClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -59689,8 +58084,7 @@ extension EC2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -59706,8 +58100,7 @@ extension EC2ClientTypes { public init( eipTags: [EC2ClientTypes.IpamPublicAddressTag]? = nil - ) - { + ) { self.eipTags = eipTags } } @@ -59776,8 +58169,7 @@ extension EC2ClientTypes { subnetId: Swift.String? = nil, tags: EC2ClientTypes.IpamPublicAddressTags? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.address = address self.addressAllocationId = addressAllocationId self.addressOwnerId = addressOwnerId @@ -59813,8 +58205,7 @@ public struct GetIpamDiscoveredPublicAddressesOutput: Swift.Sendable { ipamDiscoveredPublicAddresses: [EC2ClientTypes.IpamDiscoveredPublicAddress]? = nil, nextToken: Swift.String? = nil, oldestSampleTime: Foundation.Date? = nil - ) - { + ) { self.ipamDiscoveredPublicAddresses = ipamDiscoveredPublicAddresses self.nextToken = nextToken self.oldestSampleTime = oldestSampleTime @@ -59844,8 +58235,7 @@ public struct GetIpamDiscoveredResourceCidrsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceRegion: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamResourceDiscoveryId = ipamResourceDiscoveryId @@ -60011,8 +58401,7 @@ extension EC2ClientTypes { sampleTime: Foundation.Date? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.ipSource = ipSource self.ipUsage = ipUsage @@ -60040,8 +58429,7 @@ public struct GetIpamDiscoveredResourceCidrsOutput: Swift.Sendable { public init( ipamDiscoveredResourceCidrs: [EC2ClientTypes.IpamDiscoveredResourceCidr]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamDiscoveredResourceCidrs = ipamDiscoveredResourceCidrs self.nextToken = nextToken } @@ -60069,8 +58457,7 @@ public struct GetIpamPoolAllocationsInput: Swift.Sendable { ipamPoolId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamPoolAllocationId = ipamPoolAllocationId @@ -60089,8 +58476,7 @@ public struct GetIpamPoolAllocationsOutput: Swift.Sendable { public init( ipamPoolAllocations: [EC2ClientTypes.IpamPoolAllocation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamPoolAllocations = ipamPoolAllocations self.nextToken = nextToken } @@ -60115,8 +58501,7 @@ public struct GetIpamPoolCidrsInput: Swift.Sendable { ipamPoolId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamPoolId = ipamPoolId @@ -60134,8 +58519,7 @@ public struct GetIpamPoolCidrsOutput: Swift.Sendable { public init( ipamPoolCidrs: [EC2ClientTypes.IpamPoolCidr]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamPoolCidrs = ipamPoolCidrs self.nextToken = nextToken } @@ -60175,8 +58559,7 @@ public struct GetIpamResourceCidrsInput: Swift.Sendable { resourceOwner: Swift.String? = nil, resourceTag: EC2ClientTypes.RequestIpamResourceTag? = nil, resourceType: EC2ClientTypes.IpamResourceType? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.ipamPoolId = ipamPoolId @@ -60282,8 +58665,7 @@ extension EC2ClientTypes { resourceTags: [EC2ClientTypes.IpamResourceTag]? = nil, resourceType: EC2ClientTypes.IpamResourceType? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.complianceStatus = complianceStatus self.ipUsage = ipUsage @@ -60313,8 +58695,7 @@ public struct GetIpamResourceCidrsOutput: Swift.Sendable { public init( ipamResourceCidrs: [EC2ClientTypes.IpamResourceCidr]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipamResourceCidrs = ipamResourceCidrs self.nextToken = nextToken } @@ -60330,8 +58711,7 @@ public struct GetLaunchTemplateDataInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId } @@ -60343,8 +58723,7 @@ public struct GetLaunchTemplateDataOutput: Swift.Sendable { public init( launchTemplateData: EC2ClientTypes.ResponseLaunchTemplateData? = nil - ) - { + ) { self.launchTemplateData = launchTemplateData } } @@ -60365,8 +58744,7 @@ public struct GetManagedPrefixListAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, prefixListId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -60386,8 +58764,7 @@ extension EC2ClientTypes { public init( resourceId: Swift.String? = nil, resourceOwner: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceOwner = resourceOwner } @@ -60403,8 +58780,7 @@ public struct GetManagedPrefixListAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, prefixListAssociations: [EC2ClientTypes.PrefixListAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.prefixListAssociations = prefixListAssociations } @@ -60429,8 +58805,7 @@ public struct GetManagedPrefixListEntriesInput: Swift.Sendable { nextToken: Swift.String? = nil, prefixListId: Swift.String? = nil, targetVersion: Swift.Int? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -60451,8 +58826,7 @@ extension EC2ClientTypes { public init( cidr: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.description = description } @@ -60468,8 +58842,7 @@ public struct GetManagedPrefixListEntriesOutput: Swift.Sendable { public init( entries: [EC2ClientTypes.PrefixListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -60491,8 +58864,7 @@ public struct GetNetworkInsightsAccessScopeAnalysisFindingsInput: Swift.Sendable maxResults: Swift.Int? = nil, networkInsightsAccessScopeAnalysisId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.networkInsightsAccessScopeAnalysisId = networkInsightsAccessScopeAnalysisId @@ -60515,8 +58887,7 @@ public struct GetNetworkInsightsAccessScopeAnalysisFindingsOutput: Swift.Sendabl analysisStatus: EC2ClientTypes.AnalysisStatus? = nil, networkInsightsAccessScopeAnalysisId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisFindings = analysisFindings self.analysisStatus = analysisStatus self.networkInsightsAccessScopeAnalysisId = networkInsightsAccessScopeAnalysisId @@ -60534,8 +58905,7 @@ public struct GetNetworkInsightsAccessScopeContentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, networkInsightsAccessScopeId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInsightsAccessScopeId = networkInsightsAccessScopeId } @@ -60547,8 +58917,7 @@ public struct GetNetworkInsightsAccessScopeContentOutput: Swift.Sendable { public init( networkInsightsAccessScopeContent: EC2ClientTypes.NetworkInsightsAccessScopeContent? = nil - ) - { + ) { self.networkInsightsAccessScopeContent = networkInsightsAccessScopeContent } } @@ -60563,8 +58932,7 @@ public struct GetPasswordDataInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId } @@ -60582,8 +58950,7 @@ public struct GetPasswordDataOutput: Swift.Sendable { instanceId: Swift.String? = nil, passwordData: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.instanceId = instanceId self.passwordData = passwordData self.timestamp = timestamp @@ -60609,8 +58976,7 @@ public struct GetReservedInstancesExchangeQuoteInput: Swift.Sendable { dryRun: Swift.Bool? = nil, reservedInstanceIds: [Swift.String]? = nil, targetConfigurations: [EC2ClientTypes.TargetConfigurationRequest]? = nil - ) - { + ) { self.dryRun = dryRun self.reservedInstanceIds = reservedInstanceIds self.targetConfigurations = targetConfigurations @@ -60632,8 +58998,7 @@ extension EC2ClientTypes { hourlyPrice: Swift.String? = nil, remainingTotalValue: Swift.String? = nil, remainingUpfrontValue: Swift.String? = nil - ) - { + ) { self.hourlyPrice = hourlyPrice self.remainingTotalValue = remainingTotalValue self.remainingUpfrontValue = remainingUpfrontValue @@ -60653,8 +59018,7 @@ extension EC2ClientTypes { public init( reservationValue: EC2ClientTypes.ReservationValue? = nil, reservedInstanceId: Swift.String? = nil - ) - { + ) { self.reservationValue = reservationValue self.reservedInstanceId = reservedInstanceId } @@ -60673,8 +59037,7 @@ extension EC2ClientTypes { public init( instanceCount: Swift.Int? = nil, offeringId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.offeringId = offeringId } @@ -60693,8 +59056,7 @@ extension EC2ClientTypes { public init( reservationValue: EC2ClientTypes.ReservationValue? = nil, targetConfiguration: EC2ClientTypes.TargetConfiguration? = nil - ) - { + ) { self.reservationValue = reservationValue self.targetConfiguration = targetConfiguration } @@ -60732,8 +59094,7 @@ public struct GetReservedInstancesExchangeQuoteOutput: Swift.Sendable { targetConfigurationValueRollup: EC2ClientTypes.ReservationValue? = nil, targetConfigurationValueSet: [EC2ClientTypes.TargetReservationValue]? = nil, validationFailureReason: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.isValidExchange = isValidExchange self.outputReservedInstancesWillExpireAt = outputReservedInstancesWillExpireAt @@ -60775,8 +59136,7 @@ public struct GetSecurityGroupsForVpcInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -60809,8 +59169,7 @@ extension EC2ClientTypes { ownerId: Swift.String? = nil, primaryVpcId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.groupId = groupId self.groupName = groupName @@ -60830,8 +59189,7 @@ public struct GetSecurityGroupsForVpcOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityGroupForVpcs: [EC2ClientTypes.SecurityGroupForVpc]? = nil - ) - { + ) { self.nextToken = nextToken self.securityGroupForVpcs = securityGroupForVpcs } @@ -60843,8 +59201,7 @@ public struct GetSerialConsoleAccessStatusInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -60862,8 +59219,7 @@ public struct GetSerialConsoleAccessStatusOutput: Swift.Sendable { public init( managedBy: EC2ClientTypes.ManagedBy? = nil, serialConsoleAccessEnabled: Swift.Bool? = nil - ) - { + ) { self.managedBy = managedBy self.serialConsoleAccessEnabled = serialConsoleAccessEnabled } @@ -60875,8 +59231,7 @@ public struct GetSnapshotBlockPublicAccessStateInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -60900,8 +59255,7 @@ public struct GetSnapshotBlockPublicAccessStateOutput: Swift.Sendable { public init( managedBy: EC2ClientTypes.ManagedBy? = nil, state: EC2ClientTypes.SnapshotBlockPublicAccessState? = nil - ) - { + ) { self.managedBy = managedBy self.state = state } @@ -60922,8 +59276,7 @@ extension EC2ClientTypes { architectureTypes: [EC2ClientTypes.ArchitectureType]? = nil, instanceRequirements: EC2ClientTypes.InstanceRequirementsRequest? = nil, virtualizationTypes: [EC2ClientTypes.VirtualizationType]? = nil - ) - { + ) { self.architectureTypes = architectureTypes self.instanceRequirements = instanceRequirements self.virtualizationTypes = virtualizationTypes @@ -60962,8 +59315,7 @@ public struct GetSpotPlacementScoresInput: Swift.Sendable { singleAvailabilityZone: Swift.Bool? = nil, targetCapacity: Swift.Int? = nil, targetCapacityUnitType: EC2ClientTypes.TargetCapacityUnitType? = nil - ) - { + ) { self.dryRun = dryRun self.instanceRequirementsWithMetadata = instanceRequirementsWithMetadata self.instanceTypes = instanceTypes @@ -60991,8 +59343,7 @@ extension EC2ClientTypes { availabilityZoneId: Swift.String? = nil, region: Swift.String? = nil, score: Swift.Int? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.region = region self.score = score @@ -61009,8 +59360,7 @@ public struct GetSpotPlacementScoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spotPlacementScores: [EC2ClientTypes.SpotPlacementScore]? = nil - ) - { + ) { self.nextToken = nextToken self.spotPlacementScores = spotPlacementScores } @@ -61043,8 +59393,7 @@ public struct GetSubnetCidrReservationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61065,8 +59414,7 @@ public struct GetSubnetCidrReservationsOutput: Swift.Sendable { nextToken: Swift.String? = nil, subnetIpv4CidrReservations: [EC2ClientTypes.SubnetCidrReservation]? = nil, subnetIpv6CidrReservations: [EC2ClientTypes.SubnetCidrReservation]? = nil - ) - { + ) { self.nextToken = nextToken self.subnetIpv4CidrReservations = subnetIpv4CidrReservations self.subnetIpv6CidrReservations = subnetIpv6CidrReservations @@ -61094,8 +59442,7 @@ public struct GetTransitGatewayAttachmentPropagationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61116,8 +59463,7 @@ extension EC2ClientTypes { public init( state: EC2ClientTypes.TransitGatewayPropagationState? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.state = state self.transitGatewayRouteTableId = transitGatewayRouteTableId } @@ -61133,8 +59479,7 @@ public struct GetTransitGatewayAttachmentPropagationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayAttachmentPropagations: [EC2ClientTypes.TransitGatewayAttachmentPropagation]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayAttachmentPropagations = transitGatewayAttachmentPropagations } @@ -61169,8 +59514,7 @@ public struct GetTransitGatewayMulticastDomainAssociationsInput: Swift.Sendable maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61200,8 +59544,7 @@ extension EC2ClientTypes { resourceType: EC2ClientTypes.TransitGatewayAttachmentResourceType? = nil, subnet: EC2ClientTypes.SubnetAssociation? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceOwnerId = resourceOwnerId self.resourceType = resourceType @@ -61220,8 +59563,7 @@ public struct GetTransitGatewayMulticastDomainAssociationsOutput: Swift.Sendable public init( multicastDomainAssociations: [EC2ClientTypes.TransitGatewayMulticastDomainAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multicastDomainAssociations = multicastDomainAssociations self.nextToken = nextToken } @@ -61246,8 +59588,7 @@ public struct GetTransitGatewayPolicyTableAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61265,8 +59606,7 @@ public struct GetTransitGatewayPolicyTableAssociationsOutput: Swift.Sendable { public init( associations: [EC2ClientTypes.TransitGatewayPolicyTableAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -61291,8 +59631,7 @@ public struct GetTransitGatewayPolicyTableEntriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayPolicyTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61313,8 +59652,7 @@ extension EC2ClientTypes { public init( metaDataKey: Swift.String? = nil, metaDataValue: Swift.String? = nil - ) - { + ) { self.metaDataKey = metaDataKey self.metaDataValue = metaDataValue } @@ -61345,8 +59683,7 @@ extension EC2ClientTypes { `protocol`: Swift.String? = nil, sourceCidrBlock: Swift.String? = nil, sourcePortRange: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinationPortRange = destinationPortRange self.metaData = metaData @@ -61372,8 +59709,7 @@ extension EC2ClientTypes { policyRule: EC2ClientTypes.TransitGatewayPolicyRule? = nil, policyRuleNumber: Swift.String? = nil, targetRouteTableId: Swift.String? = nil - ) - { + ) { self.policyRule = policyRule self.policyRuleNumber = policyRuleNumber self.targetRouteTableId = targetRouteTableId @@ -61387,8 +59723,7 @@ public struct GetTransitGatewayPolicyTableEntriesOutput: Swift.Sendable { public init( transitGatewayPolicyTableEntries: [EC2ClientTypes.TransitGatewayPolicyTableEntry]? = nil - ) - { + ) { self.transitGatewayPolicyTableEntries = transitGatewayPolicyTableEntries } } @@ -61426,8 +59761,7 @@ public struct GetTransitGatewayPrefixListReferencesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61445,8 +59779,7 @@ public struct GetTransitGatewayPrefixListReferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayPrefixListReferences: [EC2ClientTypes.TransitGatewayPrefixListReference]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayPrefixListReferences = transitGatewayPrefixListReferences } @@ -61477,8 +59810,7 @@ public struct GetTransitGatewayRouteTableAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61505,8 +59837,7 @@ extension EC2ClientTypes { resourceType: EC2ClientTypes.TransitGatewayAttachmentResourceType? = nil, state: EC2ClientTypes.TransitGatewayAssociationState? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.state = state @@ -61524,8 +59855,7 @@ public struct GetTransitGatewayRouteTableAssociationsOutput: Swift.Sendable { public init( associations: [EC2ClientTypes.TransitGatewayRouteTableAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -61556,8 +59886,7 @@ public struct GetTransitGatewayRouteTablePropagationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -61587,8 +59916,7 @@ extension EC2ClientTypes { state: EC2ClientTypes.TransitGatewayPropagationState? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableAnnouncementId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.state = state @@ -61607,8 +59935,7 @@ public struct GetTransitGatewayRouteTablePropagationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayRouteTablePropagations: [EC2ClientTypes.TransitGatewayRouteTablePropagation]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayRouteTablePropagations = transitGatewayRouteTablePropagations } @@ -61624,8 +59951,7 @@ public struct GetVerifiedAccessEndpointPolicyInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, verifiedAccessEndpointId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.verifiedAccessEndpointId = verifiedAccessEndpointId } @@ -61640,8 +59966,7 @@ public struct GetVerifiedAccessEndpointPolicyOutput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, policyEnabled: Swift.Bool? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyEnabled = policyEnabled } @@ -61663,8 +59988,7 @@ public struct GetVerifiedAccessEndpointTargetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, verifiedAccessEndpointId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -61687,8 +60011,7 @@ extension EC2ClientTypes { verifiedAccessEndpointId: Swift.String? = nil, verifiedAccessEndpointTargetDns: Swift.String? = nil, verifiedAccessEndpointTargetIpAddress: Swift.String? = nil - ) - { + ) { self.verifiedAccessEndpointId = verifiedAccessEndpointId self.verifiedAccessEndpointTargetDns = verifiedAccessEndpointTargetDns self.verifiedAccessEndpointTargetIpAddress = verifiedAccessEndpointTargetIpAddress @@ -61705,8 +60028,7 @@ public struct GetVerifiedAccessEndpointTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedAccessEndpointTargets: [EC2ClientTypes.VerifiedAccessEndpointTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedAccessEndpointTargets = verifiedAccessEndpointTargets } @@ -61722,8 +60044,7 @@ public struct GetVerifiedAccessGroupPolicyInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, verifiedAccessGroupId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.verifiedAccessGroupId = verifiedAccessGroupId } @@ -61738,8 +60059,7 @@ public struct GetVerifiedAccessGroupPolicyOutput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, policyEnabled: Swift.Bool? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyEnabled = policyEnabled } @@ -61762,8 +60082,7 @@ public struct GetVpnConnectionDeviceSampleConfigurationInput: Swift.Sendable { internetKeyExchangeVersion: Swift.String? = nil, vpnConnectionDeviceTypeId: Swift.String? = nil, vpnConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.internetKeyExchangeVersion = internetKeyExchangeVersion self.vpnConnectionDeviceTypeId = vpnConnectionDeviceTypeId @@ -61777,8 +60096,7 @@ public struct GetVpnConnectionDeviceSampleConfigurationOutput: Swift.Sendable { public init( vpnConnectionDeviceSampleConfiguration: Swift.String? = nil - ) - { + ) { self.vpnConnectionDeviceSampleConfiguration = vpnConnectionDeviceSampleConfiguration } } @@ -61800,8 +60118,7 @@ public struct GetVpnConnectionDeviceTypesInput: Swift.Sendable { dryRun: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -61826,8 +60143,7 @@ extension EC2ClientTypes { software: Swift.String? = nil, vendor: Swift.String? = nil, vpnConnectionDeviceTypeId: Swift.String? = nil - ) - { + ) { self.platform = platform self.software = software self.vendor = vendor @@ -61845,8 +60161,7 @@ public struct GetVpnConnectionDeviceTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpnConnectionDeviceTypes: [EC2ClientTypes.VpnConnectionDeviceType]? = nil - ) - { + ) { self.nextToken = nextToken self.vpnConnectionDeviceTypes = vpnConnectionDeviceTypes } @@ -61866,8 +60181,7 @@ public struct GetVpnTunnelReplacementStatusInput: Swift.Sendable { dryRun: Swift.Bool? = nil, vpnConnectionId: Swift.String? = nil, vpnTunnelOutsideIpAddress: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpnConnectionId = vpnConnectionId self.vpnTunnelOutsideIpAddress = vpnTunnelOutsideIpAddress @@ -61889,8 +60203,7 @@ extension EC2ClientTypes { lastMaintenanceApplied: Foundation.Date? = nil, maintenanceAutoAppliedAfter: Foundation.Date? = nil, pendingMaintenance: Swift.String? = nil - ) - { + ) { self.lastMaintenanceApplied = lastMaintenanceApplied self.maintenanceAutoAppliedAfter = maintenanceAutoAppliedAfter self.pendingMaintenance = pendingMaintenance @@ -61919,8 +60232,7 @@ public struct GetVpnTunnelReplacementStatusOutput: Swift.Sendable { vpnConnectionId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil, vpnTunnelOutsideIpAddress: Swift.String? = nil - ) - { + ) { self.customerGatewayId = customerGatewayId self.maintenanceDetails = maintenanceDetails self.transitGatewayId = transitGatewayId @@ -61944,8 +60256,7 @@ public struct ImportClientVpnClientCertificateRevocationListInput: Swift.Sendabl certificateRevocationList: Swift.String? = nil, clientVpnEndpointId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.certificateRevocationList = certificateRevocationList self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun @@ -61958,8 +60269,7 @@ public struct ImportClientVpnClientCertificateRevocationListOutput: Swift.Sendab public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -61982,8 +60292,7 @@ extension EC2ClientTypes { uploadEnd: Foundation.Date? = nil, uploadSize: Swift.Double? = nil, uploadStart: Foundation.Date? = nil - ) - { + ) { self.comment = comment self.uploadEnd = uploadEnd self.uploadSize = uploadSize @@ -62004,8 +60313,7 @@ extension EC2ClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -62036,8 +60344,7 @@ extension EC2ClientTypes { snapshotId: Swift.String? = nil, url: Swift.String? = nil, userBucket: EC2ClientTypes.UserBucket? = nil - ) - { + ) { self.description = description self.deviceName = deviceName self.format = format @@ -62062,8 +60369,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -62131,8 +60437,7 @@ public struct ImportImageInput: Swift.Sendable { roleName: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, usageOperation: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.bootMode = bootMode self.clientData = clientData @@ -62203,8 +60508,7 @@ public struct ImportImageOutput: Swift.Sendable { statusMessage: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil, usageOperation: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.description = description self.encrypted = encrypted @@ -62242,8 +60546,7 @@ extension EC2ClientTypes { bytes: Swift.Int? = nil, format: EC2ClientTypes.DiskImageFormat? = nil, importManifestUrl: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.format = format self.importManifestUrl = importManifestUrl @@ -62266,8 +60569,7 @@ extension EC2ClientTypes { public init( size: Swift.Int? = nil - ) - { + ) { self.size = size } } @@ -62288,8 +60590,7 @@ extension EC2ClientTypes { description: Swift.String? = nil, image: EC2ClientTypes.DiskImageDetail? = nil, volume: EC2ClientTypes.VolumeDetail? = nil - ) - { + ) { self.description = description self.image = image self.volume = volume @@ -62306,8 +60607,7 @@ extension EC2ClientTypes { public init( data: Swift.String? = nil - ) - { + ) { self.data = data } } @@ -62358,8 +60658,7 @@ extension EC2ClientTypes { privateIpAddress: Swift.String? = nil, subnetId: Swift.String? = nil, userData: EC2ClientTypes.UserData? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.architecture = architecture self.groupIds = groupIds @@ -62399,8 +60698,7 @@ public struct ImportInstanceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, launchSpecification: EC2ClientTypes.ImportInstanceLaunchSpecification? = nil, platform: EC2ClientTypes.PlatformValues? = nil - ) - { + ) { self.description = description self.diskImages = diskImages self.dryRun = dryRun @@ -62415,8 +60713,7 @@ public struct ImportInstanceOutput: Swift.Sendable { public init( conversionTask: EC2ClientTypes.ConversionTask? = nil - ) - { + ) { self.conversionTask = conversionTask } } @@ -62438,8 +60735,7 @@ public struct ImportKeyPairInput: Swift.Sendable { keyName: Swift.String? = nil, publicKeyMaterial: Foundation.Data? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.dryRun = dryRun self.keyName = keyName self.publicKeyMaterial = publicKeyMaterial @@ -62464,8 +60760,7 @@ public struct ImportKeyPairOutput: Swift.Sendable { keyName: Swift.String? = nil, keyPairId: Swift.String? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.keyFingerprint = keyFingerprint self.keyName = keyName self.keyPairId = keyPairId @@ -62491,8 +60786,7 @@ extension EC2ClientTypes { format: Swift.String? = nil, url: Swift.String? = nil, userBucket: EC2ClientTypes.UserBucket? = nil - ) - { + ) { self.description = description self.format = format self.url = url @@ -62547,8 +60841,7 @@ public struct ImportSnapshotInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, roleName: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientData = clientData self.clientToken = clientToken self.description = description @@ -62576,8 +60869,7 @@ public struct ImportSnapshotOutput: Swift.Sendable { importTaskId: Swift.String? = nil, snapshotTaskDetail: EC2ClientTypes.SnapshotTaskDetail? = nil, tags: [EC2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.importTaskId = importTaskId self.snapshotTaskDetail = snapshotTaskDetail @@ -62606,8 +60898,7 @@ public struct ImportVolumeInput: Swift.Sendable { dryRun: Swift.Bool? = nil, image: EC2ClientTypes.DiskImageDetail? = nil, volume: EC2ClientTypes.VolumeDetail? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.dryRun = dryRun @@ -62622,8 +60913,7 @@ public struct ImportVolumeOutput: Swift.Sendable { public init( conversionTask: EC2ClientTypes.ConversionTask? = nil - ) - { + ) { self.conversionTask = conversionTask } } @@ -62643,8 +60933,7 @@ public struct ListImagesInRecycleBinInput: Swift.Sendable { imageIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageIds = imageIds self.maxResults = maxResults @@ -62673,8 +60962,7 @@ extension EC2ClientTypes { name: Swift.String? = nil, recycleBinEnterTime: Foundation.Date? = nil, recycleBinExitTime: Foundation.Date? = nil - ) - { + ) { self.description = description self.imageId = imageId self.name = name @@ -62693,8 +60981,7 @@ public struct ListImagesInRecycleBinOutput: Swift.Sendable { public init( images: [EC2ClientTypes.ImageRecycleBinInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -62715,8 +61002,7 @@ public struct ListSnapshotsInRecycleBinInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, snapshotIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.maxResults = maxResults self.nextToken = nextToken @@ -62745,8 +61031,7 @@ extension EC2ClientTypes { recycleBinExitTime: Foundation.Date? = nil, snapshotId: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.description = description self.recycleBinEnterTime = recycleBinEnterTime self.recycleBinExitTime = recycleBinExitTime @@ -62765,8 +61050,7 @@ public struct ListSnapshotsInRecycleBinOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [EC2ClientTypes.SnapshotRecycleBinInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -62835,8 +61119,7 @@ public struct LockSnapshotInput: Swift.Sendable { lockDuration: Swift.Int? = nil, lockMode: EC2ClientTypes.LockMode? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.coolOffPeriod = coolOffPeriod self.dryRun = dryRun self.expirationDate = expirationDate @@ -62881,8 +61164,7 @@ public struct LockSnapshotOutput: Swift.Sendable { lockExpiresOn: Foundation.Date? = nil, lockState: EC2ClientTypes.LockState? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.coolOffPeriod = coolOffPeriod self.coolOffPeriodExpiresOn = coolOffPeriodExpiresOn self.lockCreatedOn = lockCreatedOn @@ -62907,8 +61189,7 @@ public struct ModifyAddressAttributeInput: Swift.Sendable { allocationId: Swift.String? = nil, domainName: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.allocationId = allocationId self.domainName = domainName self.dryRun = dryRun @@ -62921,8 +61202,7 @@ public struct ModifyAddressAttributeOutput: Swift.Sendable { public init( address: EC2ClientTypes.AddressAttribute? = nil - ) - { + ) { self.address = address } } @@ -62970,8 +61250,7 @@ public struct ModifyAvailabilityZoneGroupInput: Swift.Sendable { dryRun: Swift.Bool? = nil, groupName: Swift.String? = nil, optInStatus: EC2ClientTypes.ModifyAvailabilityZoneOptInStatus? = nil - ) - { + ) { self.dryRun = dryRun self.groupName = groupName self.optInStatus = optInStatus @@ -62984,8 +61263,7 @@ public struct ModifyAvailabilityZoneGroupOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63022,8 +61300,7 @@ public struct ModifyCapacityReservationInput: Swift.Sendable { endDateType: EC2ClientTypes.EndDateType? = nil, instanceCount: Swift.Int? = nil, instanceMatchCriteria: EC2ClientTypes.InstanceMatchCriteria? = nil - ) - { + ) { self.accept = accept self.additionalInfo = additionalInfo self.capacityReservationId = capacityReservationId @@ -63041,8 +61318,7 @@ public struct ModifyCapacityReservationOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63066,8 +61342,7 @@ public struct ModifyCapacityReservationFleetInput: Swift.Sendable { endDate: Foundation.Date? = nil, removeEndDate: Swift.Bool? = nil, totalTargetCapacity: Swift.Int? = nil - ) - { + ) { self.capacityReservationFleetId = capacityReservationFleetId self.dryRun = dryRun self.endDate = endDate @@ -63082,8 +61357,7 @@ public struct ModifyCapacityReservationFleetOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63100,8 +61374,7 @@ extension EC2ClientTypes { public init( customDnsServers: [Swift.String]? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.customDnsServers = customDnsServers self.enabled = enabled } @@ -63162,8 +61435,7 @@ public struct ModifyClientVpnEndpointInput: Swift.Sendable { splitTunnel: Swift.Bool? = nil, vpcId: Swift.String? = nil, vpnPort: Swift.Int? = nil - ) - { + ) { self.clientConnectOptions = clientConnectOptions self.clientLoginBannerOptions = clientLoginBannerOptions self.clientVpnEndpointId = clientVpnEndpointId @@ -63187,8 +61459,7 @@ public struct ModifyClientVpnEndpointOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63207,8 +61478,7 @@ public struct ModifyDefaultCreditSpecificationInput: Swift.Sendable { cpuCredits: Swift.String? = nil, dryRun: Swift.Bool? = nil, instanceFamily: EC2ClientTypes.UnlimitedSupportedInstanceFamily? = nil - ) - { + ) { self.cpuCredits = cpuCredits self.dryRun = dryRun self.instanceFamily = instanceFamily @@ -63221,8 +61491,7 @@ public struct ModifyDefaultCreditSpecificationOutput: Swift.Sendable { public init( instanceFamilyCreditSpecification: EC2ClientTypes.InstanceFamilyCreditSpecification? = nil - ) - { + ) { self.instanceFamilyCreditSpecification = instanceFamilyCreditSpecification } } @@ -63248,8 +61517,7 @@ public struct ModifyEbsDefaultKmsKeyIdInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.kmsKeyId = kmsKeyId } @@ -63261,8 +61529,7 @@ public struct ModifyEbsDefaultKmsKeyIdOutput: Swift.Sendable { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -63289,8 +61556,7 @@ public struct ModifyFleetInput: Swift.Sendable { fleetId: Swift.String? = nil, launchTemplateConfigs: [EC2ClientTypes.FleetLaunchTemplateConfigRequest]? = nil, targetCapacitySpecification: EC2ClientTypes.TargetCapacitySpecificationRequest? = nil - ) - { + ) { self.context = context self.dryRun = dryRun self.excessCapacityTerminationPolicy = excessCapacityTerminationPolicy @@ -63306,8 +61572,7 @@ public struct ModifyFleetOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63324,8 +61589,7 @@ extension EC2ClientTypes { public init( group: EC2ClientTypes.PermissionGroup? = nil, userId: Swift.String? = nil - ) - { + ) { self.group = group self.userId = userId } @@ -63344,8 +61608,7 @@ extension EC2ClientTypes { public init( add: [EC2ClientTypes.LoadPermissionRequest]? = nil, remove: [EC2ClientTypes.LoadPermissionRequest]? = nil - ) - { + ) { self.add = add self.remove = remove } @@ -63415,8 +61678,7 @@ public struct ModifyFpgaImageAttributeInput: Swift.Sendable { productCodes: [Swift.String]? = nil, userGroups: [Swift.String]? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.attribute = attribute self.description = description self.dryRun = dryRun @@ -63436,8 +61698,7 @@ public struct ModifyFpgaImageAttributeOutput: Swift.Sendable { public init( fpgaImageAttribute: EC2ClientTypes.FpgaImageAttribute? = nil - ) - { + ) { self.fpgaImageAttribute = fpgaImageAttribute } } @@ -63464,8 +61725,7 @@ public struct ModifyHostsInput: Swift.Sendable { hostRecovery: EC2ClientTypes.HostRecovery? = nil, instanceFamily: Swift.String? = nil, instanceType: Swift.String? = nil - ) - { + ) { self.autoPlacement = autoPlacement self.hostIds = hostIds self.hostMaintenance = hostMaintenance @@ -63484,8 +61744,7 @@ public struct ModifyHostsOutput: Swift.Sendable { public init( successful: [Swift.String]? = nil, unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -63506,8 +61765,7 @@ public struct ModifyIdentityIdFormatInput: Swift.Sendable { principalArn: Swift.String? = nil, resource: Swift.String? = nil, useLongIds: Swift.Bool? = nil - ) - { + ) { self.principalArn = principalArn self.resource = resource self.useLongIds = useLongIds @@ -63525,8 +61783,7 @@ public struct ModifyIdFormatInput: Swift.Sendable { public init( resource: Swift.String? = nil, useLongIds: Swift.Bool? = nil - ) - { + ) { self.resource = resource self.useLongIds = useLongIds } @@ -63544,8 +61801,7 @@ extension EC2ClientTypes { public init( add: [EC2ClientTypes.LaunchPermission]? = nil, remove: [EC2ClientTypes.LaunchPermission]? = nil - ) - { + ) { self.add = add self.remove = remove } @@ -63596,8 +61852,7 @@ public struct ModifyImageAttributeInput: Swift.Sendable { userGroups: [Swift.String]? = nil, userIds: [Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.description = description self.dryRun = dryRun @@ -63626,8 +61881,7 @@ extension EC2ClientTypes { public init( deleteOnTermination: Swift.Bool? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.volumeId = volumeId } @@ -63652,8 +61906,7 @@ extension EC2ClientTypes { ebs: EC2ClientTypes.EbsInstanceBlockDeviceSpecification? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -63669,8 +61922,7 @@ extension EC2ClientTypes { public init( value: Foundation.Data? = nil - ) - { + ) { self.value = value } } @@ -63731,8 +61983,7 @@ public struct ModifyInstanceAttributeInput: Swift.Sendable { sriovNetSupport: EC2ClientTypes.AttributeValue? = nil, userData: EC2ClientTypes.BlobAttributeValue? = nil, value: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.blockDeviceMappings = blockDeviceMappings self.disableApiStop = disableApiStop @@ -63771,8 +62022,7 @@ extension EC2ClientTypes { public init( capacityReservationPreference: EC2ClientTypes.CapacityReservationPreference? = nil, capacityReservationTarget: EC2ClientTypes.CapacityReservationTarget? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -63793,8 +62043,7 @@ public struct ModifyInstanceCapacityReservationAttributesInput: Swift.Sendable { capacityReservationSpecification: EC2ClientTypes.CapacityReservationSpecification? = nil, dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.capacityReservationSpecification = capacityReservationSpecification self.dryRun = dryRun self.instanceId = instanceId @@ -63807,8 +62056,7 @@ public struct ModifyInstanceCapacityReservationAttributesOutput: Swift.Sendable public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -63831,8 +62079,7 @@ public struct ModifyInstanceCpuOptionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.coreCount = coreCount self.dryRun = dryRun self.instanceId = instanceId @@ -63852,8 +62099,7 @@ public struct ModifyInstanceCpuOptionsOutput: Swift.Sendable { coreCount: Swift.Int? = nil, instanceId: Swift.String? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.coreCount = coreCount self.instanceId = instanceId self.threadsPerCore = threadsPerCore @@ -63873,8 +62119,7 @@ extension EC2ClientTypes { public init( cpuCredits: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.cpuCredits = cpuCredits self.instanceId = instanceId } @@ -63894,8 +62139,7 @@ public struct ModifyInstanceCreditSpecificationInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, instanceCreditSpecifications: [EC2ClientTypes.InstanceCreditSpecificationRequest]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.instanceCreditSpecifications = instanceCreditSpecifications @@ -63911,8 +62155,7 @@ extension EC2ClientTypes { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -63965,8 +62208,7 @@ extension EC2ClientTypes { public init( code: EC2ClientTypes.UnsuccessfulInstanceCreditSpecificationErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -63985,8 +62227,7 @@ extension EC2ClientTypes { public init( error: EC2ClientTypes.UnsuccessfulInstanceCreditSpecificationItemError? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.error = error self.instanceId = instanceId } @@ -64002,8 +62243,7 @@ public struct ModifyInstanceCreditSpecificationOutput: Swift.Sendable { public init( successfulInstanceCreditSpecifications: [EC2ClientTypes.SuccessfulInstanceCreditSpecificationItem]? = nil, unsuccessfulInstanceCreditSpecifications: [EC2ClientTypes.UnsuccessfulInstanceCreditSpecificationItem]? = nil - ) - { + ) { self.successfulInstanceCreditSpecifications = successfulInstanceCreditSpecifications self.unsuccessfulInstanceCreditSpecifications = unsuccessfulInstanceCreditSpecifications } @@ -64027,8 +62267,7 @@ public struct ModifyInstanceEventStartTimeInput: Swift.Sendable { instanceEventId: Swift.String? = nil, instanceId: Swift.String? = nil, notBefore: Foundation.Date? = nil - ) - { + ) { self.dryRun = dryRun self.instanceEventId = instanceEventId self.instanceId = instanceId @@ -64042,8 +62281,7 @@ public struct ModifyInstanceEventStartTimeOutput: Swift.Sendable { public init( event: EC2ClientTypes.InstanceStatusEvent? = nil - ) - { + ) { self.event = event } } @@ -64082,8 +62320,7 @@ public struct ModifyInstanceEventWindowInput: Swift.Sendable { instanceEventWindowId: Swift.String? = nil, name: Swift.String? = nil, timeRanges: [EC2ClientTypes.InstanceEventWindowTimeRangeRequest]? = nil - ) - { + ) { self.cronExpression = cronExpression self.dryRun = dryRun self.instanceEventWindowId = instanceEventWindowId @@ -64098,8 +62335,7 @@ public struct ModifyInstanceEventWindowOutput: Swift.Sendable { public init( instanceEventWindow: EC2ClientTypes.InstanceEventWindow? = nil - ) - { + ) { self.instanceEventWindow = instanceEventWindow } } @@ -64117,8 +62353,7 @@ public struct ModifyInstanceMaintenanceOptionsInput: Swift.Sendable { autoRecovery: EC2ClientTypes.InstanceAutoRecoveryState? = nil, dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.autoRecovery = autoRecovery self.dryRun = dryRun self.instanceId = instanceId @@ -64134,8 +62369,7 @@ public struct ModifyInstanceMaintenanceOptionsOutput: Swift.Sendable { public init( autoRecovery: EC2ClientTypes.InstanceAutoRecoveryState? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.autoRecovery = autoRecovery self.instanceId = instanceId } @@ -64259,8 +62493,7 @@ public struct ModifyInstanceMetadataDefaultsInput: Swift.Sendable { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: EC2ClientTypes.MetadataDefaultHttpTokensState? = nil, instanceMetadataTags: EC2ClientTypes.DefaultInstanceMetadataTagsState? = nil - ) - { + ) { self.dryRun = dryRun self.httpEndpoint = httpEndpoint self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -64275,8 +62508,7 @@ public struct ModifyInstanceMetadataDefaultsOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -64320,8 +62552,7 @@ public struct ModifyInstanceMetadataOptionsInput: Swift.Sendable { httpTokens: EC2ClientTypes.HttpTokensState? = nil, instanceId: Swift.String? = nil, instanceMetadataTags: EC2ClientTypes.InstanceMetadataTagsState? = nil - ) - { + ) { self.dryRun = dryRun self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 @@ -64341,8 +62572,7 @@ public struct ModifyInstanceMetadataOptionsOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil, instanceMetadataOptions: EC2ClientTypes.InstanceMetadataOptionsResponse? = nil - ) - { + ) { self.instanceId = instanceId self.instanceMetadataOptions = instanceMetadataOptions } @@ -64362,8 +62592,7 @@ public struct ModifyInstanceNetworkPerformanceOptionsInput: Swift.Sendable { bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil, dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting self.dryRun = dryRun self.instanceId = instanceId @@ -64379,8 +62608,7 @@ public struct ModifyInstanceNetworkPerformanceOptionsOutput: Swift.Sendable { public init( bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting self.instanceId = instanceId } @@ -64446,8 +62674,7 @@ public struct ModifyInstancePlacementInput: Swift.Sendable { instanceId: Swift.String? = nil, partitionNumber: Swift.Int? = nil, tenancy: EC2ClientTypes.HostTenancy? = nil - ) - { + ) { self.affinity = affinity self.groupId = groupId self.groupName = groupName @@ -64465,8 +62692,7 @@ public struct ModifyInstancePlacementOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -64480,8 +62706,7 @@ extension EC2ClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -64512,8 +62737,7 @@ public struct ModifyIpamInput: Swift.Sendable { ipamId: Swift.String? = nil, removeOperatingRegions: [EC2ClientTypes.RemoveIpamOperatingRegion]? = nil, tier: EC2ClientTypes.IpamTier? = nil - ) - { + ) { self.addOperatingRegions = addOperatingRegions self.description = description self.dryRun = dryRun @@ -64530,8 +62754,7 @@ public struct ModifyIpamOutput: Swift.Sendable { public init( ipam: EC2ClientTypes.Ipam? = nil - ) - { + ) { self.ipam = ipam } } @@ -64570,8 +62793,7 @@ public struct ModifyIpamPoolInput: Swift.Sendable { dryRun: Swift.Bool? = nil, ipamPoolId: Swift.String? = nil, removeAllocationResourceTags: [EC2ClientTypes.RequestIpamResourceTag]? = nil - ) - { + ) { self.addAllocationResourceTags = addAllocationResourceTags self.allocationDefaultNetmaskLength = allocationDefaultNetmaskLength self.allocationMaxNetmaskLength = allocationMaxNetmaskLength @@ -64591,8 +62813,7 @@ public struct ModifyIpamPoolOutput: Swift.Sendable { public init( ipamPool: EC2ClientTypes.IpamPool? = nil - ) - { + ) { self.ipamPool = ipamPool } } @@ -64626,8 +62847,7 @@ public struct ModifyIpamResourceCidrInput: Swift.Sendable { resourceCidr: Swift.String? = nil, resourceId: Swift.String? = nil, resourceRegion: Swift.String? = nil - ) - { + ) { self.currentIpamScopeId = currentIpamScopeId self.destinationIpamScopeId = destinationIpamScopeId self.dryRun = dryRun @@ -64644,8 +62864,7 @@ public struct ModifyIpamResourceCidrOutput: Swift.Sendable { public init( ipamResourceCidr: EC2ClientTypes.IpamResourceCidr? = nil - ) - { + ) { self.ipamResourceCidr = ipamResourceCidr } } @@ -64682,8 +62901,7 @@ extension EC2ClientTypes { public init( organizationsEntityPath: Swift.String? = nil - ) - { + ) { self.organizationsEntityPath = organizationsEntityPath } } @@ -64714,8 +62932,7 @@ public struct ModifyIpamResourceDiscoveryInput: Swift.Sendable { ipamResourceDiscoveryId: Swift.String? = nil, removeOperatingRegions: [EC2ClientTypes.RemoveIpamOperatingRegion]? = nil, removeOrganizationalUnitExclusions: [EC2ClientTypes.RemoveIpamOrganizationalUnitExclusion]? = nil - ) - { + ) { self.addOperatingRegions = addOperatingRegions self.addOrganizationalUnitExclusions = addOrganizationalUnitExclusions self.description = description @@ -64732,8 +62949,7 @@ public struct ModifyIpamResourceDiscoveryOutput: Swift.Sendable { public init( ipamResourceDiscovery: EC2ClientTypes.IpamResourceDiscovery? = nil - ) - { + ) { self.ipamResourceDiscovery = ipamResourceDiscovery } } @@ -64751,8 +62967,7 @@ public struct ModifyIpamScopeInput: Swift.Sendable { description: Swift.String? = nil, dryRun: Swift.Bool? = nil, ipamScopeId: Swift.String? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.ipamScopeId = ipamScopeId @@ -64765,8 +62980,7 @@ public struct ModifyIpamScopeOutput: Swift.Sendable { public init( ipamScope: EC2ClientTypes.IpamScope? = nil - ) - { + ) { self.ipamScope = ipamScope } } @@ -64789,8 +63003,7 @@ public struct ModifyLaunchTemplateInput: Swift.Sendable { dryRun: Swift.Bool? = nil, launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.defaultVersion = defaultVersion self.dryRun = dryRun @@ -64805,8 +63018,7 @@ public struct ModifyLaunchTemplateOutput: Swift.Sendable { public init( launchTemplate: EC2ClientTypes.LaunchTemplate? = nil - ) - { + ) { self.launchTemplate = launchTemplate } } @@ -64833,8 +63045,7 @@ public struct ModifyLocalGatewayRouteInput: Swift.Sendable { localGatewayRouteTableId: Swift.String? = nil, localGatewayVirtualInterfaceGroupId: Swift.String? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinationPrefixListId = destinationPrefixListId self.dryRun = dryRun @@ -64850,8 +63061,7 @@ public struct ModifyLocalGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.LocalGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -64866,8 +63076,7 @@ extension EC2ClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -64898,8 +63107,7 @@ public struct ModifyManagedPrefixListInput: Swift.Sendable { prefixListId: Swift.String? = nil, prefixListName: Swift.String? = nil, removeEntries: [EC2ClientTypes.RemovePrefixListEntry]? = nil - ) - { + ) { self.addEntries = addEntries self.currentVersion = currentVersion self.dryRun = dryRun @@ -64916,8 +63124,7 @@ public struct ModifyManagedPrefixListOutput: Swift.Sendable { public init( prefixList: EC2ClientTypes.ManagedPrefixList? = nil - ) - { + ) { self.prefixList = prefixList } } @@ -64934,8 +63141,7 @@ extension EC2ClientTypes { public init( attachmentId: Swift.String? = nil, deleteOnTermination: Swift.Bool? = nil - ) - { + ) { self.attachmentId = attachmentId self.deleteOnTermination = deleteOnTermination } @@ -64977,8 +63183,7 @@ public struct ModifyNetworkInterfaceAttributeInput: Swift.Sendable { groups: [Swift.String]? = nil, networkInterfaceId: Swift.String? = nil, sourceDestCheck: EC2ClientTypes.AttributeBooleanValue? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.attachment = attachment self.connectionTrackingSpecification = connectionTrackingSpecification @@ -65011,8 +63216,7 @@ public struct ModifyPrivateDnsNameOptionsInput: Swift.Sendable { enableResourceNameDnsARecord: Swift.Bool? = nil, instanceId: Swift.String? = nil, privateDnsHostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.dryRun = dryRun self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord @@ -65027,8 +63231,7 @@ public struct ModifyPrivateDnsNameOptionsOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -65048,8 +63251,7 @@ public struct ModifyReservedInstancesInput: Swift.Sendable { clientToken: Swift.String? = nil, reservedInstancesIds: [Swift.String]? = nil, targetConfigurations: [EC2ClientTypes.ReservedInstancesConfiguration]? = nil - ) - { + ) { self.clientToken = clientToken self.reservedInstancesIds = reservedInstancesIds self.targetConfigurations = targetConfigurations @@ -65063,8 +63265,7 @@ public struct ModifyReservedInstancesOutput: Swift.Sendable { public init( reservedInstancesModificationId: Swift.String? = nil - ) - { + ) { self.reservedInstancesModificationId = reservedInstancesModificationId } } @@ -65110,8 +63311,7 @@ extension EC2ClientTypes { prefixListId: Swift.String? = nil, referencedGroupId: Swift.String? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIpv4 = cidrIpv4 self.cidrIpv6 = cidrIpv6 self.description = description @@ -65137,8 +63337,7 @@ extension EC2ClientTypes { public init( securityGroupRule: EC2ClientTypes.SecurityGroupRuleRequest? = nil, securityGroupRuleId: Swift.String? = nil - ) - { + ) { self.securityGroupRule = securityGroupRule self.securityGroupRuleId = securityGroupRuleId } @@ -65159,8 +63358,7 @@ public struct ModifySecurityGroupRulesInput: Swift.Sendable { dryRun: Swift.Bool? = nil, groupId: Swift.String? = nil, securityGroupRules: [EC2ClientTypes.SecurityGroupRuleUpdate]? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.securityGroupRules = securityGroupRules @@ -65173,8 +63371,7 @@ public struct ModifySecurityGroupRulesOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -65191,8 +63388,7 @@ extension EC2ClientTypes { public init( add: [EC2ClientTypes.CreateVolumePermission]? = nil, remove: [EC2ClientTypes.CreateVolumePermission]? = nil - ) - { + ) { self.add = add self.remove = remove } @@ -65224,8 +63420,7 @@ public struct ModifySnapshotAttributeInput: Swift.Sendable { operationType: EC2ClientTypes.OperationType? = nil, snapshotId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.attribute = attribute self.createVolumePermission = createVolumePermission self.dryRun = dryRun @@ -65275,8 +63470,7 @@ public struct ModifySnapshotTierInput: Swift.Sendable { dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil, storageTier: EC2ClientTypes.TargetStorageTier? = nil - ) - { + ) { self.dryRun = dryRun self.snapshotId = snapshotId self.storageTier = storageTier @@ -65292,8 +63486,7 @@ public struct ModifySnapshotTierOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil, tieringStartTime: Foundation.Date? = nil - ) - { + ) { self.snapshotId = snapshotId self.tieringStartTime = tieringStartTime } @@ -65322,8 +63515,7 @@ public struct ModifySpotFleetRequestInput: Swift.Sendable { onDemandTargetCapacity: Swift.Int? = nil, spotFleetRequestId: Swift.String? = nil, targetCapacity: Swift.Int? = nil - ) - { + ) { self.context = context self.excessCapacityTerminationPolicy = excessCapacityTerminationPolicy self.launchTemplateConfigs = launchTemplateConfigs @@ -65340,8 +63532,7 @@ public struct ModifySpotFleetRequestOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -65383,8 +63574,7 @@ public struct ModifySubnetAttributeInput: Swift.Sendable { mapPublicIpOnLaunch: EC2ClientTypes.AttributeBooleanValue? = nil, privateDnsHostnameTypeOnLaunch: EC2ClientTypes.HostnameType? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.assignIpv6AddressOnCreation = assignIpv6AddressOnCreation self.customerOwnedIpv4Pool = customerOwnedIpv4Pool self.disableLniAtDeviceIndex = disableLniAtDeviceIndex @@ -65415,8 +63605,7 @@ public struct ModifyTrafficMirrorFilterNetworkServicesInput: Swift.Sendable { dryRun: Swift.Bool? = nil, removeNetworkServices: [EC2ClientTypes.TrafficMirrorNetworkService]? = nil, trafficMirrorFilterId: Swift.String? = nil - ) - { + ) { self.addNetworkServices = addNetworkServices self.dryRun = dryRun self.removeNetworkServices = removeNetworkServices @@ -65430,8 +63619,7 @@ public struct ModifyTrafficMirrorFilterNetworkServicesOutput: Swift.Sendable { public init( trafficMirrorFilter: EC2ClientTypes.TrafficMirrorFilter? = nil - ) - { + ) { self.trafficMirrorFilter = trafficMirrorFilter } } @@ -65511,8 +63699,7 @@ public struct ModifyTrafficMirrorFilterRuleInput: Swift.Sendable { sourcePortRange: EC2ClientTypes.TrafficMirrorPortRangeRequest? = nil, trafficDirection: EC2ClientTypes.TrafficDirection? = nil, trafficMirrorFilterRuleId: Swift.String? = nil - ) - { + ) { self.description = description self.destinationCidrBlock = destinationCidrBlock self.destinationPortRange = destinationPortRange @@ -65534,8 +63721,7 @@ public struct ModifyTrafficMirrorFilterRuleOutput: Swift.Sendable { public init( trafficMirrorFilterRule: EC2ClientTypes.TrafficMirrorFilterRule? = nil - ) - { + ) { self.trafficMirrorFilterRule = trafficMirrorFilterRule } } @@ -65603,8 +63789,7 @@ public struct ModifyTrafficMirrorSessionInput: Swift.Sendable { trafficMirrorSessionId: Swift.String? = nil, trafficMirrorTargetId: Swift.String? = nil, virtualNetworkId: Swift.Int? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.packetLength = packetLength @@ -65623,8 +63808,7 @@ public struct ModifyTrafficMirrorSessionOutput: Swift.Sendable { public init( trafficMirrorSession: EC2ClientTypes.TrafficMirrorSession? = nil - ) - { + ) { self.trafficMirrorSession = trafficMirrorSession } } @@ -65679,8 +63863,7 @@ extension EC2ClientTypes { removeTransitGatewayCidrBlocks: [Swift.String]? = nil, securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil, vpnEcmpSupport: EC2ClientTypes.VpnEcmpSupportValue? = nil - ) - { + ) { self.addTransitGatewayCidrBlocks = addTransitGatewayCidrBlocks self.amazonSideAsn = amazonSideAsn self.associationDefaultRouteTableId = associationDefaultRouteTableId @@ -65712,8 +63895,7 @@ public struct ModifyTransitGatewayInput: Swift.Sendable { dryRun: Swift.Bool? = nil, options: EC2ClientTypes.ModifyTransitGatewayOptions? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.options = options @@ -65727,8 +63909,7 @@ public struct ModifyTransitGatewayOutput: Swift.Sendable { public init( transitGateway: EC2ClientTypes.TransitGateway? = nil - ) - { + ) { self.transitGateway = transitGateway } } @@ -65753,8 +63934,7 @@ public struct ModifyTransitGatewayPrefixListReferenceInput: Swift.Sendable { prefixListId: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.blackhole = blackhole self.dryRun = dryRun self.prefixListId = prefixListId @@ -65769,8 +63949,7 @@ public struct ModifyTransitGatewayPrefixListReferenceOutput: Swift.Sendable { public init( transitGatewayPrefixListReference: EC2ClientTypes.TransitGatewayPrefixListReference? = nil - ) - { + ) { self.transitGatewayPrefixListReference = transitGatewayPrefixListReference } } @@ -65793,8 +63972,7 @@ extension EC2ClientTypes { dnsSupport: EC2ClientTypes.DnsSupportValue? = nil, ipv6Support: EC2ClientTypes.Ipv6SupportValue? = nil, securityGroupReferencingSupport: EC2ClientTypes.SecurityGroupReferencingSupportValue? = nil - ) - { + ) { self.applianceModeSupport = applianceModeSupport self.dnsSupport = dnsSupport self.ipv6Support = ipv6Support @@ -65822,8 +64000,7 @@ public struct ModifyTransitGatewayVpcAttachmentInput: Swift.Sendable { options: EC2ClientTypes.ModifyTransitGatewayVpcAttachmentRequestOptions? = nil, removeSubnetIds: [Swift.String]? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.addSubnetIds = addSubnetIds self.dryRun = dryRun self.options = options @@ -65838,8 +64015,7 @@ public struct ModifyTransitGatewayVpcAttachmentOutput: Swift.Sendable { public init( transitGatewayVpcAttachment: EC2ClientTypes.TransitGatewayVpcAttachment? = nil - ) - { + ) { self.transitGatewayVpcAttachment = transitGatewayVpcAttachment } } @@ -65856,8 +64032,7 @@ extension EC2ClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -65873,8 +64048,7 @@ extension EC2ClientTypes { public init( portRanges: [EC2ClientTypes.ModifyVerifiedAccessEndpointPortRange]? = nil - ) - { + ) { self.portRanges = portRanges } } @@ -65898,8 +64072,7 @@ extension EC2ClientTypes { portRanges: [EC2ClientTypes.ModifyVerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.port = port self.portRanges = portRanges self.`protocol` = `protocol` @@ -65923,8 +64096,7 @@ extension EC2ClientTypes { port: Swift.Int? = nil, portRanges: [EC2ClientTypes.ModifyVerifiedAccessEndpointPortRange]? = nil, `protocol`: EC2ClientTypes.VerifiedAccessEndpointProtocol? = nil - ) - { + ) { self.port = port self.portRanges = portRanges self.`protocol` = `protocol` @@ -65947,8 +64119,7 @@ extension EC2ClientTypes { port: Swift.Int? = nil, rdsEndpoint: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.port = port self.rdsEndpoint = rdsEndpoint self.subnetIds = subnetIds @@ -65987,8 +64158,7 @@ public struct ModifyVerifiedAccessEndpointInput: Swift.Sendable { rdsOptions: EC2ClientTypes.ModifyVerifiedAccessEndpointRdsOptions? = nil, verifiedAccessEndpointId: Swift.String? = nil, verifiedAccessGroupId: Swift.String? = nil - ) - { + ) { self.cidrOptions = cidrOptions self.clientToken = clientToken self.description = description @@ -66007,8 +64177,7 @@ public struct ModifyVerifiedAccessEndpointOutput: Swift.Sendable { public init( verifiedAccessEndpoint: EC2ClientTypes.VerifiedAccessEndpoint? = nil - ) - { + ) { self.verifiedAccessEndpoint = verifiedAccessEndpoint } } @@ -66035,8 +64204,7 @@ public struct ModifyVerifiedAccessEndpointPolicyInput: Swift.Sendable { policyEnabled: Swift.Bool? = nil, sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationRequest? = nil, verifiedAccessEndpointId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.policyDocument = policyDocument @@ -66058,8 +64226,7 @@ public struct ModifyVerifiedAccessEndpointPolicyOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyEnabled: Swift.Bool? = nil, sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationResponse? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyEnabled = policyEnabled self.sseSpecification = sseSpecification @@ -66085,8 +64252,7 @@ public struct ModifyVerifiedAccessGroupInput: Swift.Sendable { dryRun: Swift.Bool? = nil, verifiedAccessGroupId: Swift.String? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.dryRun = dryRun @@ -66101,8 +64267,7 @@ public struct ModifyVerifiedAccessGroupOutput: Swift.Sendable { public init( verifiedAccessGroup: EC2ClientTypes.VerifiedAccessGroup? = nil - ) - { + ) { self.verifiedAccessGroup = verifiedAccessGroup } } @@ -66129,8 +64294,7 @@ public struct ModifyVerifiedAccessGroupPolicyInput: Swift.Sendable { policyEnabled: Swift.Bool? = nil, sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationRequest? = nil, verifiedAccessGroupId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.policyDocument = policyDocument @@ -66152,8 +64316,7 @@ public struct ModifyVerifiedAccessGroupPolicyOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyEnabled: Swift.Bool? = nil, sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationResponse? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyEnabled = policyEnabled self.sseSpecification = sseSpecification @@ -66179,8 +64342,7 @@ public struct ModifyVerifiedAccessInstanceInput: Swift.Sendable { description: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.cidrEndpointsCustomSubDomain = cidrEndpointsCustomSubDomain self.clientToken = clientToken self.description = description @@ -66195,8 +64357,7 @@ public struct ModifyVerifiedAccessInstanceOutput: Swift.Sendable { public init( verifiedAccessInstance: EC2ClientTypes.VerifiedAccessInstance? = nil - ) - { + ) { self.verifiedAccessInstance = verifiedAccessInstance } } @@ -66214,8 +64375,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil, logGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.logGroup = logGroup } @@ -66235,8 +64395,7 @@ extension EC2ClientTypes { public init( deliveryStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.deliveryStream = deliveryStream self.enabled = enabled } @@ -66262,8 +64421,7 @@ extension EC2ClientTypes { bucketOwner: Swift.String? = nil, enabled: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketOwner = bucketOwner self.enabled = enabled @@ -66293,8 +64451,7 @@ extension EC2ClientTypes { kinesisDataFirehose: EC2ClientTypes.VerifiedAccessLogKinesisDataFirehoseDestinationOptions? = nil, logVersion: Swift.String? = nil, s3: EC2ClientTypes.VerifiedAccessLogS3DestinationOptions? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.includeTrustContext = includeTrustContext self.kinesisDataFirehose = kinesisDataFirehose @@ -66321,8 +64478,7 @@ public struct ModifyVerifiedAccessInstanceLoggingConfigurationInput: Swift.Senda clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, verifiedAccessInstanceId: Swift.String? = nil - ) - { + ) { self.accessLogs = accessLogs self.clientToken = clientToken self.dryRun = dryRun @@ -66336,8 +64492,7 @@ public struct ModifyVerifiedAccessInstanceLoggingConfigurationOutput: Swift.Send public init( loggingConfiguration: EC2ClientTypes.VerifiedAccessInstanceLoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -66351,8 +64506,7 @@ extension EC2ClientTypes { public init( publicSigningKeyUrl: Swift.String? = nil - ) - { + ) { self.publicSigningKeyUrl = publicSigningKeyUrl } } @@ -66388,8 +64542,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -66434,8 +64587,7 @@ extension EC2ClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientSecret = clientSecret @@ -66480,8 +64632,7 @@ public struct ModifyVerifiedAccessTrustProviderInput: Swift.Sendable { oidcOptions: EC2ClientTypes.ModifyVerifiedAccessTrustProviderOidcOptions? = nil, sseSpecification: EC2ClientTypes.VerifiedAccessSseSpecificationRequest? = nil, verifiedAccessTrustProviderId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.deviceOptions = deviceOptions @@ -66499,8 +64650,7 @@ public struct ModifyVerifiedAccessTrustProviderOutput: Swift.Sendable { public init( verifiedAccessTrustProvider: EC2ClientTypes.VerifiedAccessTrustProvider? = nil - ) - { + ) { self.verifiedAccessTrustProvider = verifiedAccessTrustProvider } } @@ -66552,8 +64702,7 @@ public struct ModifyVolumeInput: Swift.Sendable { throughput: Swift.Int? = nil, volumeId: Swift.String? = nil, volumeType: EC2ClientTypes.VolumeType? = nil - ) - { + ) { self.dryRun = dryRun self.iops = iops self.multiAttachEnabled = multiAttachEnabled @@ -66570,8 +64719,7 @@ public struct ModifyVolumeOutput: Swift.Sendable { public init( volumeModification: EC2ClientTypes.VolumeModification? = nil - ) - { + ) { self.volumeModification = volumeModification } } @@ -66589,8 +64737,7 @@ public struct ModifyVolumeAttributeInput: Swift.Sendable { autoEnableIO: EC2ClientTypes.AttributeBooleanValue? = nil, dryRun: Swift.Bool? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.autoEnableIO = autoEnableIO self.dryRun = dryRun self.volumeId = volumeId @@ -66613,8 +64760,7 @@ public struct ModifyVpcAttributeInput: Swift.Sendable { enableDnsSupport: EC2ClientTypes.AttributeBooleanValue? = nil, enableNetworkAddressUsageMetrics: EC2ClientTypes.AttributeBooleanValue? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.enableDnsHostnames = enableDnsHostnames self.enableDnsSupport = enableDnsSupport self.enableNetworkAddressUsageMetrics = enableNetworkAddressUsageMetrics @@ -66640,8 +64786,7 @@ public struct ModifyVpcBlockPublicAccessExclusionInput: Swift.Sendable { dryRun: Swift.Bool? = nil, exclusionId: Swift.String? = nil, internetGatewayExclusionMode: EC2ClientTypes.InternetGatewayExclusionMode? = nil - ) - { + ) { self.dryRun = dryRun self.exclusionId = exclusionId self.internetGatewayExclusionMode = internetGatewayExclusionMode @@ -66654,8 +64799,7 @@ public struct ModifyVpcBlockPublicAccessExclusionOutput: Swift.Sendable { public init( vpcBlockPublicAccessExclusion: EC2ClientTypes.VpcBlockPublicAccessExclusion? = nil - ) - { + ) { self.vpcBlockPublicAccessExclusion = vpcBlockPublicAccessExclusion } } @@ -66676,8 +64820,7 @@ public struct ModifyVpcBlockPublicAccessOptionsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, internetGatewayBlockMode: EC2ClientTypes.InternetGatewayBlockMode? = nil - ) - { + ) { self.dryRun = dryRun self.internetGatewayBlockMode = internetGatewayBlockMode } @@ -66689,8 +64832,7 @@ public struct ModifyVpcBlockPublicAccessOptionsOutput: Swift.Sendable { public init( vpcBlockPublicAccessOptions: EC2ClientTypes.VpcBlockPublicAccessOptions? = nil - ) - { + ) { self.vpcBlockPublicAccessOptions = vpcBlockPublicAccessOptions } } @@ -66741,8 +64883,7 @@ public struct ModifyVpcEndpointInput: Swift.Sendable { resetPolicy: Swift.Bool? = nil, subnetConfigurations: [EC2ClientTypes.SubnetConfiguration]? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.addRouteTableIds = addRouteTableIds self.addSecurityGroupIds = addSecurityGroupIds self.addSubnetIds = addSubnetIds @@ -66766,8 +64907,7 @@ public struct ModifyVpcEndpointOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -66788,8 +64928,7 @@ public struct ModifyVpcEndpointConnectionNotificationInput: Swift.Sendable { connectionNotificationArn: Swift.String? = nil, connectionNotificationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.connectionEvents = connectionEvents self.connectionNotificationArn = connectionNotificationArn self.connectionNotificationId = connectionNotificationId @@ -66803,8 +64942,7 @@ public struct ModifyVpcEndpointConnectionNotificationOutput: Swift.Sendable { public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -66852,8 +64990,7 @@ public struct ModifyVpcEndpointServiceConfigurationInput: Swift.Sendable { removeSupportedIpAddressTypes: [Swift.String]? = nil, removeSupportedRegions: [Swift.String]? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.addGatewayLoadBalancerArns = addGatewayLoadBalancerArns self.addNetworkLoadBalancerArns = addNetworkLoadBalancerArns @@ -66876,8 +65013,7 @@ public struct ModifyVpcEndpointServiceConfigurationOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -66896,8 +65032,7 @@ public struct ModifyVpcEndpointServicePayerResponsibilityInput: Swift.Sendable { dryRun: Swift.Bool? = nil, payerResponsibility: EC2ClientTypes.PayerResponsibility? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.payerResponsibility = payerResponsibility self.serviceId = serviceId @@ -66910,8 +65045,7 @@ public struct ModifyVpcEndpointServicePayerResponsibilityOutput: Swift.Sendable public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -66932,8 +65066,7 @@ public struct ModifyVpcEndpointServicePermissionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, removeAllowedPrincipals: [Swift.String]? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.addAllowedPrincipals = addAllowedPrincipals self.dryRun = dryRun self.removeAllowedPrincipals = removeAllowedPrincipals @@ -66950,8 +65083,7 @@ public struct ModifyVpcEndpointServicePermissionsOutput: Swift.Sendable { public init( addedPrincipals: [EC2ClientTypes.AddedPrincipal]? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.addedPrincipals = addedPrincipals self.returnValue = returnValue } @@ -66972,8 +65104,7 @@ extension EC2ClientTypes { allowDnsResolutionFromRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalClassicLinkToRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalVpcToRemoteClassicLink: Swift.Bool? = nil - ) - { + ) { self.allowDnsResolutionFromRemoteVpc = allowDnsResolutionFromRemoteVpc self.allowEgressFromLocalClassicLinkToRemoteVpc = allowEgressFromLocalClassicLinkToRemoteVpc self.allowEgressFromLocalVpcToRemoteClassicLink = allowEgressFromLocalVpcToRemoteClassicLink @@ -66997,8 +65128,7 @@ public struct ModifyVpcPeeringConnectionOptionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, requesterPeeringConnectionOptions: EC2ClientTypes.PeeringConnectionOptionsRequest? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.accepterPeeringConnectionOptions = accepterPeeringConnectionOptions self.dryRun = dryRun self.requesterPeeringConnectionOptions = requesterPeeringConnectionOptions @@ -67021,8 +65151,7 @@ extension EC2ClientTypes { allowDnsResolutionFromRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalClassicLinkToRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalVpcToRemoteClassicLink: Swift.Bool? = nil - ) - { + ) { self.allowDnsResolutionFromRemoteVpc = allowDnsResolutionFromRemoteVpc self.allowEgressFromLocalClassicLinkToRemoteVpc = allowEgressFromLocalClassicLinkToRemoteVpc self.allowEgressFromLocalVpcToRemoteClassicLink = allowEgressFromLocalVpcToRemoteClassicLink @@ -67039,8 +65168,7 @@ public struct ModifyVpcPeeringConnectionOptionsOutput: Swift.Sendable { public init( accepterPeeringConnectionOptions: EC2ClientTypes.PeeringConnectionOptions? = nil, requesterPeeringConnectionOptions: EC2ClientTypes.PeeringConnectionOptions? = nil - ) - { + ) { self.accepterPeeringConnectionOptions = accepterPeeringConnectionOptions self.requesterPeeringConnectionOptions = requesterPeeringConnectionOptions } @@ -67086,8 +65214,7 @@ public struct ModifyVpcTenancyInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceTenancy: EC2ClientTypes.VpcTenancy? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceTenancy = instanceTenancy self.vpcId = vpcId @@ -67100,8 +65227,7 @@ public struct ModifyVpcTenancyOutput: Swift.Sendable { public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -67125,8 +65251,7 @@ public struct ModifyVpnConnectionInput: Swift.Sendable { transitGatewayId: Swift.String? = nil, vpnConnectionId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.customerGatewayId = customerGatewayId self.dryRun = dryRun self.transitGatewayId = transitGatewayId @@ -67141,8 +65266,7 @@ public struct ModifyVpnConnectionOutput: Swift.Sendable { public init( vpnConnection: EC2ClientTypes.VpnConnection? = nil - ) - { + ) { self.vpnConnection = vpnConnection } } @@ -67169,8 +65293,7 @@ public struct ModifyVpnConnectionOptionsInput: Swift.Sendable { remoteIpv4NetworkCidr: Swift.String? = nil, remoteIpv6NetworkCidr: Swift.String? = nil, vpnConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.localIpv4NetworkCidr = localIpv4NetworkCidr self.localIpv6NetworkCidr = localIpv6NetworkCidr @@ -67186,8 +65309,7 @@ public struct ModifyVpnConnectionOptionsOutput: Swift.Sendable { public init( vpnConnection: EC2ClientTypes.VpnConnection? = nil - ) - { + ) { self.vpnConnection = vpnConnection } } @@ -67206,8 +65328,7 @@ public struct ModifyVpnTunnelCertificateInput: Swift.Sendable { dryRun: Swift.Bool? = nil, vpnConnectionId: Swift.String? = nil, vpnTunnelOutsideIpAddress: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpnConnectionId = vpnConnectionId self.vpnTunnelOutsideIpAddress = vpnTunnelOutsideIpAddress @@ -67220,8 +65341,7 @@ public struct ModifyVpnTunnelCertificateOutput: Swift.Sendable { public init( vpnConnection: EC2ClientTypes.VpnConnection? = nil - ) - { + ) { self.vpnConnection = vpnConnection } } @@ -67306,8 +65426,7 @@ extension EC2ClientTypes { startupAction: Swift.String? = nil, tunnelInsideCidr: Swift.String? = nil, tunnelInsideIpv6Cidr: Swift.String? = nil - ) - { + ) { self.dpdTimeoutAction = dpdTimeoutAction self.dpdTimeoutSeconds = dpdTimeoutSeconds self.enableTunnelLifecycleControl = enableTunnelLifecycleControl @@ -67359,8 +65478,7 @@ public struct ModifyVpnTunnelOptionsInput: Swift.Sendable { tunnelOptions: EC2ClientTypes.ModifyVpnTunnelOptionsSpecification? = nil, vpnConnectionId: Swift.String? = nil, vpnTunnelOutsideIpAddress: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.skipTunnelReplacement = skipTunnelReplacement self.tunnelOptions = tunnelOptions @@ -67380,8 +65498,7 @@ public struct ModifyVpnTunnelOptionsOutput: Swift.Sendable { public init( vpnConnection: EC2ClientTypes.VpnConnection? = nil - ) - { + ) { self.vpnConnection = vpnConnection } } @@ -67396,8 +65513,7 @@ public struct MonitorInstancesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.instanceIds = instanceIds } @@ -67415,8 +65531,7 @@ extension EC2ClientTypes { public init( instanceId: Swift.String? = nil, monitoring: EC2ClientTypes.Monitoring? = nil - ) - { + ) { self.instanceId = instanceId self.monitoring = monitoring } @@ -67429,8 +65544,7 @@ public struct MonitorInstancesOutput: Swift.Sendable { public init( instanceMonitorings: [EC2ClientTypes.InstanceMonitoring]? = nil - ) - { + ) { self.instanceMonitorings = instanceMonitorings } } @@ -67445,8 +65559,7 @@ public struct MoveAddressToVpcInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.publicIp = publicIp } @@ -67493,8 +65606,7 @@ public struct MoveAddressToVpcOutput: Swift.Sendable { public init( allocationId: Swift.String? = nil, status: EC2ClientTypes.Status? = nil - ) - { + ) { self.allocationId = allocationId self.status = status } @@ -67518,8 +65630,7 @@ public struct MoveByoipCidrToIpamInput: Swift.Sendable { dryRun: Swift.Bool? = nil, ipamPoolId: Swift.String? = nil, ipamPoolOwner: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun self.ipamPoolId = ipamPoolId @@ -67533,8 +65644,7 @@ public struct MoveByoipCidrToIpamOutput: Swift.Sendable { public init( byoipCidr: EC2ClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -67560,8 +65670,7 @@ public struct MoveCapacityReservationInstancesInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instanceCount: Swift.Int? = nil, sourceCapacityReservationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.destinationCapacityReservationId = destinationCapacityReservationId self.dryRun = dryRun @@ -67582,8 +65691,7 @@ public struct MoveCapacityReservationInstancesOutput: Swift.Sendable { destinationCapacityReservation: EC2ClientTypes.CapacityReservation? = nil, instanceCount: Swift.Int? = nil, sourceCapacityReservation: EC2ClientTypes.CapacityReservation? = nil - ) - { + ) { self.destinationCapacityReservation = destinationCapacityReservation self.instanceCount = instanceCount self.sourceCapacityReservation = sourceCapacityReservation @@ -67604,8 +65712,7 @@ extension EC2ClientTypes { public init( message: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.message = message self.signature = signature } @@ -67649,8 +65756,7 @@ public struct ProvisionByoipCidrInput: Swift.Sendable { networkBorderGroup: Swift.String? = nil, poolTagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, publiclyAdvertisable: Swift.Bool? = nil - ) - { + ) { self.cidr = cidr self.cidrAuthorizationContext = cidrAuthorizationContext self.description = description @@ -67668,8 +65774,7 @@ public struct ProvisionByoipCidrOutput: Swift.Sendable { public init( byoipCidr: EC2ClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -67688,8 +65793,7 @@ extension EC2ClientTypes { public init( message: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.message = message self.signature = signature } @@ -67714,8 +65818,7 @@ public struct ProvisionIpamByoasnInput: Swift.Sendable { asnAuthorizationContext: EC2ClientTypes.AsnAuthorizationContext? = nil, dryRun: Swift.Bool? = nil, ipamId: Swift.String? = nil - ) - { + ) { self.asn = asn self.asnAuthorizationContext = asnAuthorizationContext self.dryRun = dryRun @@ -67729,8 +65832,7 @@ public struct ProvisionIpamByoasnOutput: Swift.Sendable { public init( byoasn: EC2ClientTypes.Byoasn? = nil - ) - { + ) { self.byoasn = byoasn } } @@ -67747,8 +65849,7 @@ extension EC2ClientTypes { public init( message: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.message = message self.signature = signature } @@ -67812,8 +65913,7 @@ public struct ProvisionIpamPoolCidrInput: Swift.Sendable { ipamPoolId: Swift.String? = nil, netmaskLength: Swift.Int? = nil, verificationMethod: EC2ClientTypes.VerificationMethod? = nil - ) - { + ) { self.cidr = cidr self.cidrAuthorizationContext = cidrAuthorizationContext self.clientToken = clientToken @@ -67831,8 +65931,7 @@ public struct ProvisionIpamPoolCidrOutput: Swift.Sendable { public init( ipamPoolCidr: EC2ClientTypes.IpamPoolCidr? = nil - ) - { + ) { self.ipamPoolCidr = ipamPoolCidr } } @@ -67858,8 +65957,7 @@ public struct ProvisionPublicIpv4PoolCidrInput: Swift.Sendable { netmaskLength: Swift.Int? = nil, networkBorderGroup: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.ipamPoolId = ipamPoolId self.netmaskLength = netmaskLength @@ -67877,8 +65975,7 @@ public struct ProvisionPublicIpv4PoolCidrOutput: Swift.Sendable { public init( poolAddressRange: EC2ClientTypes.PublicIpv4PoolRange? = nil, poolId: Swift.String? = nil - ) - { + ) { self.poolAddressRange = poolAddressRange self.poolId = poolId } @@ -67901,8 +65998,7 @@ public struct PurchaseCapacityBlockInput: Swift.Sendable { dryRun: Swift.Bool? = nil, instancePlatform: EC2ClientTypes.CapacityReservationInstancePlatform? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.capacityBlockOfferingId = capacityBlockOfferingId self.dryRun = dryRun self.instancePlatform = instancePlatform @@ -67916,8 +66012,7 @@ public struct PurchaseCapacityBlockOutput: Swift.Sendable { public init( capacityReservation: EC2ClientTypes.CapacityReservation? = nil - ) - { + ) { self.capacityReservation = capacityReservation } } @@ -67936,8 +66031,7 @@ public struct PurchaseCapacityBlockExtensionInput: Swift.Sendable { capacityBlockExtensionOfferingId: Swift.String? = nil, capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.capacityBlockExtensionOfferingId = capacityBlockExtensionOfferingId self.capacityReservationId = capacityReservationId self.dryRun = dryRun @@ -67950,8 +66044,7 @@ public struct PurchaseCapacityBlockExtensionOutput: Swift.Sendable { public init( capacityBlockExtensions: [EC2ClientTypes.CapacityBlockExtension]? = nil - ) - { + ) { self.capacityBlockExtensions = capacityBlockExtensions } } @@ -67979,8 +66072,7 @@ public struct PurchaseHostReservationInput: Swift.Sendable { limitPrice: Swift.String? = nil, offeringId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.currencyCode = currencyCode self.hostIdSet = hostIdSet @@ -68008,8 +66100,7 @@ public struct PurchaseHostReservationOutput: Swift.Sendable { purchase: [EC2ClientTypes.Purchase]? = nil, totalHourlyPrice: Swift.String? = nil, totalUpfrontPrice: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.currencyCode = currencyCode self.purchase = purchase @@ -68030,8 +66121,7 @@ extension EC2ClientTypes { public init( amount: Swift.Double? = nil, currencyCode: EC2ClientTypes.CurrencyCodeValues? = nil - ) - { + ) { self.amount = amount self.currencyCode = currencyCode } @@ -68059,8 +66149,7 @@ public struct PurchaseReservedInstancesOfferingInput: Swift.Sendable { limitPrice: EC2ClientTypes.ReservedInstanceLimitPrice? = nil, purchaseTime: Foundation.Date? = nil, reservedInstancesOfferingId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceCount = instanceCount self.limitPrice = limitPrice @@ -68076,8 +66165,7 @@ public struct PurchaseReservedInstancesOfferingOutput: Swift.Sendable { public init( reservedInstancesId: Swift.String? = nil - ) - { + ) { self.reservedInstancesId = reservedInstancesId } } @@ -68096,8 +66184,7 @@ extension EC2ClientTypes { public init( instanceCount: Swift.Int? = nil, purchaseToken: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.purchaseToken = purchaseToken } @@ -68118,8 +66205,7 @@ public struct PurchaseScheduledInstancesInput: Swift.Sendable { clientToken: Swift.String? = nil, dryRun: Swift.Bool? = nil, purchaseRequests: [EC2ClientTypes.PurchaseRequest]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.purchaseRequests = purchaseRequests @@ -68133,8 +66219,7 @@ public struct PurchaseScheduledInstancesOutput: Swift.Sendable { public init( scheduledInstanceSet: [EC2ClientTypes.ScheduledInstance]? = nil - ) - { + ) { self.scheduledInstanceSet = scheduledInstanceSet } } @@ -68149,8 +66234,7 @@ public struct RebootInstancesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.instanceIds = instanceIds } @@ -68215,8 +66299,7 @@ public struct RegisterImageInput: Swift.Sendable { tpmSupport: EC2ClientTypes.TpmSupportValues? = nil, uefiData: Swift.String? = nil, virtualizationType: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.billingProducts = billingProducts self.blockDeviceMappings = blockDeviceMappings @@ -68245,8 +66328,7 @@ public struct RegisterImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -68263,8 +66345,7 @@ extension EC2ClientTypes { public init( includeAllTagsOfInstance: Swift.Bool? = nil, instanceTagKeys: [Swift.String]? = nil - ) - { + ) { self.includeAllTagsOfInstance = includeAllTagsOfInstance self.instanceTagKeys = instanceTagKeys } @@ -68281,8 +66362,7 @@ public struct RegisterInstanceEventNotificationAttributesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceTagAttribute: EC2ClientTypes.RegisterInstanceTagAttributeRequest? = nil - ) - { + ) { self.dryRun = dryRun self.instanceTagAttribute = instanceTagAttribute } @@ -68294,8 +66374,7 @@ public struct RegisterInstanceEventNotificationAttributesOutput: Swift.Sendable public init( instanceTagAttribute: EC2ClientTypes.InstanceTagNotificationAttribute? = nil - ) - { + ) { self.instanceTagAttribute = instanceTagAttribute } } @@ -68317,8 +66396,7 @@ public struct RegisterTransitGatewayMulticastGroupMembersInput: Swift.Sendable { groupIpAddress: Swift.String? = nil, networkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupIpAddress = groupIpAddress self.networkInterfaceIds = networkInterfaceIds @@ -68341,8 +66419,7 @@ extension EC2ClientTypes { groupIpAddress: Swift.String? = nil, registeredNetworkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.groupIpAddress = groupIpAddress self.registeredNetworkInterfaceIds = registeredNetworkInterfaceIds self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId @@ -68356,8 +66433,7 @@ public struct RegisterTransitGatewayMulticastGroupMembersOutput: Swift.Sendable public init( registeredMulticastGroupMembers: EC2ClientTypes.TransitGatewayMulticastRegisteredGroupMembers? = nil - ) - { + ) { self.registeredMulticastGroupMembers = registeredMulticastGroupMembers } } @@ -68379,8 +66455,7 @@ public struct RegisterTransitGatewayMulticastGroupSourcesInput: Swift.Sendable { groupIpAddress: Swift.String? = nil, networkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.groupIpAddress = groupIpAddress self.networkInterfaceIds = networkInterfaceIds @@ -68403,8 +66478,7 @@ extension EC2ClientTypes { groupIpAddress: Swift.String? = nil, registeredNetworkInterfaceIds: [Swift.String]? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.groupIpAddress = groupIpAddress self.registeredNetworkInterfaceIds = registeredNetworkInterfaceIds self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId @@ -68418,8 +66492,7 @@ public struct RegisterTransitGatewayMulticastGroupSourcesOutput: Swift.Sendable public init( registeredMulticastGroupSources: EC2ClientTypes.TransitGatewayMulticastRegisteredGroupSources? = nil - ) - { + ) { self.registeredMulticastGroupSources = registeredMulticastGroupSources } } @@ -68434,8 +66507,7 @@ public struct RejectCapacityReservationBillingOwnershipInput: Swift.Sendable { public init( capacityReservationId: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.dryRun = dryRun } @@ -68447,8 +66519,7 @@ public struct RejectCapacityReservationBillingOwnershipOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -68468,8 +66539,7 @@ public struct RejectTransitGatewayMulticastDomainAssociationsInput: Swift.Sendab subnetIds: [Swift.String]? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.subnetIds = subnetIds self.transitGatewayAttachmentId = transitGatewayAttachmentId @@ -68483,8 +66553,7 @@ public struct RejectTransitGatewayMulticastDomainAssociationsOutput: Swift.Senda public init( associations: EC2ClientTypes.TransitGatewayMulticastDomainAssociations? = nil - ) - { + ) { self.associations = associations } } @@ -68499,8 +66568,7 @@ public struct RejectTransitGatewayPeeringAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -68512,8 +66580,7 @@ public struct RejectTransitGatewayPeeringAttachmentOutput: Swift.Sendable { public init( transitGatewayPeeringAttachment: EC2ClientTypes.TransitGatewayPeeringAttachment? = nil - ) - { + ) { self.transitGatewayPeeringAttachment = transitGatewayPeeringAttachment } } @@ -68528,8 +66595,7 @@ public struct RejectTransitGatewayVpcAttachmentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.transitGatewayAttachmentId = transitGatewayAttachmentId } @@ -68541,8 +66607,7 @@ public struct RejectTransitGatewayVpcAttachmentOutput: Swift.Sendable { public init( transitGatewayVpcAttachment: EC2ClientTypes.TransitGatewayVpcAttachment? = nil - ) - { + ) { self.transitGatewayVpcAttachment = transitGatewayVpcAttachment } } @@ -68561,8 +66626,7 @@ public struct RejectVpcEndpointConnectionsInput: Swift.Sendable { dryRun: Swift.Bool? = nil, serviceId: Swift.String? = nil, vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.serviceId = serviceId self.vpcEndpointIds = vpcEndpointIds @@ -68575,8 +66639,7 @@ public struct RejectVpcEndpointConnectionsOutput: Swift.Sendable { public init( unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.unsuccessful = unsuccessful } } @@ -68591,8 +66654,7 @@ public struct RejectVpcPeeringConnectionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.vpcPeeringConnectionId = vpcPeeringConnectionId } @@ -68604,8 +66666,7 @@ public struct RejectVpcPeeringConnectionOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -68625,8 +66686,7 @@ public struct ReleaseAddressInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkBorderGroup: Swift.String? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.dryRun = dryRun self.networkBorderGroup = networkBorderGroup @@ -68641,8 +66701,7 @@ public struct ReleaseHostsInput: Swift.Sendable { public init( hostIds: [Swift.String]? = nil - ) - { + ) { self.hostIds = hostIds } } @@ -68656,8 +66715,7 @@ public struct ReleaseHostsOutput: Swift.Sendable { public init( successful: [Swift.String]? = nil, unsuccessful: [EC2ClientTypes.UnsuccessfulItem]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -68681,8 +66739,7 @@ public struct ReleaseIpamPoolAllocationInput: Swift.Sendable { dryRun: Swift.Bool? = nil, ipamPoolAllocationId: Swift.String? = nil, ipamPoolId: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun self.ipamPoolAllocationId = ipamPoolAllocationId @@ -68696,8 +66753,7 @@ public struct ReleaseIpamPoolAllocationOutput: Swift.Sendable { public init( success: Swift.Bool? = nil - ) - { + ) { self.success = success } } @@ -68713,8 +66769,7 @@ public struct ReplaceIamInstanceProfileAssociationInput: Swift.Sendable { public init( associationId: Swift.String? = nil, iamInstanceProfile: EC2ClientTypes.IamInstanceProfileSpecification? = nil - ) - { + ) { self.associationId = associationId self.iamInstanceProfile = iamInstanceProfile } @@ -68726,8 +66781,7 @@ public struct ReplaceIamInstanceProfileAssociationOutput: Swift.Sendable { public init( iamInstanceProfileAssociation: EC2ClientTypes.IamInstanceProfileAssociation? = nil - ) - { + ) { self.iamInstanceProfileAssociation = iamInstanceProfileAssociation } } @@ -68741,8 +66795,7 @@ extension EC2ClientTypes { public init( imageProviders: [Swift.String]? = nil - ) - { + ) { self.imageProviders = imageProviders } } @@ -68757,8 +66810,7 @@ public struct ReplaceImageCriteriaInAllowedImagesSettingsInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageCriteria: [EC2ClientTypes.ImageCriterionRequest]? = nil - ) - { + ) { self.dryRun = dryRun self.imageCriteria = imageCriteria } @@ -68770,8 +66822,7 @@ public struct ReplaceImageCriteriaInAllowedImagesSettingsOutput: Swift.Sendable public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -68790,8 +66841,7 @@ public struct ReplaceNetworkAclAssociationInput: Swift.Sendable { associationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, networkAclId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.dryRun = dryRun self.networkAclId = networkAclId @@ -68804,8 +66854,7 @@ public struct ReplaceNetworkAclAssociationOutput: Swift.Sendable { public init( newAssociationId: Swift.String? = nil - ) - { + ) { self.newAssociationId = newAssociationId } } @@ -68848,8 +66897,7 @@ public struct ReplaceNetworkAclEntryInput: Swift.Sendable { `protocol`: Swift.String? = nil, ruleAction: EC2ClientTypes.RuleAction? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.dryRun = dryRun self.egress = egress @@ -68918,8 +66966,7 @@ public struct ReplaceRouteInput: Swift.Sendable { transitGatewayId: Swift.String? = nil, vpcEndpointId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.coreNetworkArn = coreNetworkArn self.destinationCidrBlock = destinationCidrBlock @@ -68954,8 +67001,7 @@ public struct ReplaceRouteTableAssociationInput: Swift.Sendable { associationId: Swift.String? = nil, dryRun: Swift.Bool? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.dryRun = dryRun self.routeTableId = routeTableId @@ -68971,8 +67017,7 @@ public struct ReplaceRouteTableAssociationOutput: Swift.Sendable { public init( associationState: EC2ClientTypes.RouteTableAssociationState? = nil, newAssociationId: Swift.String? = nil - ) - { + ) { self.associationState = associationState self.newAssociationId = newAssociationId } @@ -68998,8 +67043,7 @@ public struct ReplaceTransitGatewayRouteInput: Swift.Sendable { dryRun: Swift.Bool? = nil, transitGatewayAttachmentId: Swift.String? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.blackhole = blackhole self.destinationCidrBlock = destinationCidrBlock self.dryRun = dryRun @@ -69014,8 +67058,7 @@ public struct ReplaceTransitGatewayRouteOutput: Swift.Sendable { public init( route: EC2ClientTypes.TransitGatewayRoute? = nil - ) - { + ) { self.route = route } } @@ -69037,8 +67080,7 @@ public struct ReplaceVpnTunnelInput: Swift.Sendable { dryRun: Swift.Bool? = nil, vpnConnectionId: Swift.String? = nil, vpnTunnelOutsideIpAddress: Swift.String? = nil - ) - { + ) { self.applyPendingMaintenance = applyPendingMaintenance self.dryRun = dryRun self.vpnConnectionId = vpnConnectionId @@ -69052,8 +67094,7 @@ public struct ReplaceVpnTunnelOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -69183,8 +67224,7 @@ public struct ReportInstanceStatusInput: Swift.Sendable { reasonCodes: [EC2ClientTypes.ReportInstanceReasonCodes]? = nil, startTime: Foundation.Date? = nil, status: EC2ClientTypes.ReportStatusType? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.endTime = endTime @@ -69211,8 +67251,7 @@ public struct RequestSpotFleetInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, spotFleetRequestConfig: EC2ClientTypes.SpotFleetRequestConfigData? = nil - ) - { + ) { self.dryRun = dryRun self.spotFleetRequestConfig = spotFleetRequestConfig } @@ -69225,8 +67264,7 @@ public struct RequestSpotFleetOutput: Swift.Sendable { public init( spotFleetRequestId: Swift.String? = nil - ) - { + ) { self.spotFleetRequestId = spotFleetRequestId } } @@ -69285,8 +67323,7 @@ extension EC2ClientTypes { securityGroups: [Swift.String]? = nil, subnetId: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.addressingType = addressingType self.blockDeviceMappings = blockDeviceMappings self.ebsOptimized = ebsOptimized @@ -69359,8 +67396,7 @@ public struct RequestSpotInstancesInput: Swift.Sendable { type: EC2ClientTypes.SpotInstanceType? = nil, validFrom: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.availabilityZoneGroup = availabilityZoneGroup self.blockDurationMinutes = blockDurationMinutes self.clientToken = clientToken @@ -69384,8 +67420,7 @@ public struct RequestSpotInstancesOutput: Swift.Sendable { public init( spotInstanceRequests: [EC2ClientTypes.SpotInstanceRequest]? = nil - ) - { + ) { self.spotInstanceRequests = spotInstanceRequests } } @@ -69404,8 +67439,7 @@ public struct ResetAddressAttributeInput: Swift.Sendable { allocationId: Swift.String? = nil, attribute: EC2ClientTypes.AddressAttributeName? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.allocationId = allocationId self.attribute = attribute self.dryRun = dryRun @@ -69418,8 +67452,7 @@ public struct ResetAddressAttributeOutput: Swift.Sendable { public init( address: EC2ClientTypes.AddressAttribute? = nil - ) - { + ) { self.address = address } } @@ -69430,8 +67463,7 @@ public struct ResetEbsDefaultKmsKeyIdInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil - ) - { + ) { self.dryRun = dryRun } } @@ -69442,8 +67474,7 @@ public struct ResetEbsDefaultKmsKeyIdOutput: Swift.Sendable { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -69487,8 +67518,7 @@ public struct ResetFpgaImageAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.ResetFpgaImageAttributeName? = nil, dryRun: Swift.Bool? = nil, fpgaImageId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.fpgaImageId = fpgaImageId @@ -69501,8 +67531,7 @@ public struct ResetFpgaImageAttributeOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -69548,8 +67577,7 @@ public struct ResetImageAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.ResetImageAttributeName? = nil, dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.imageId = imageId @@ -69570,8 +67598,7 @@ public struct ResetInstanceAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.InstanceAttributeName? = nil, dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.instanceId = instanceId @@ -69592,8 +67619,7 @@ public struct ResetNetworkInterfaceAttributeInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkInterfaceId: Swift.String? = nil, sourceDestCheck: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.networkInterfaceId = networkInterfaceId self.sourceDestCheck = sourceDestCheck @@ -69614,8 +67640,7 @@ public struct ResetSnapshotAttributeInput: Swift.Sendable { attribute: EC2ClientTypes.SnapshotAttributeName? = nil, dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.dryRun = dryRun self.snapshotId = snapshotId @@ -69632,8 +67657,7 @@ public struct RestoreAddressToClassicInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, publicIp: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.publicIp = publicIp } @@ -69648,8 +67672,7 @@ public struct RestoreAddressToClassicOutput: Swift.Sendable { public init( publicIp: Swift.String? = nil, status: EC2ClientTypes.Status? = nil - ) - { + ) { self.publicIp = publicIp self.status = status } @@ -69665,8 +67688,7 @@ public struct RestoreImageFromRecycleBinInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, imageId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.imageId = imageId } @@ -69678,8 +67700,7 @@ public struct RestoreImageFromRecycleBinOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -69702,8 +67723,7 @@ public struct RestoreManagedPrefixListVersionInput: Swift.Sendable { dryRun: Swift.Bool? = nil, prefixListId: Swift.String? = nil, previousVersion: Swift.Int? = nil - ) - { + ) { self.currentVersion = currentVersion self.dryRun = dryRun self.prefixListId = prefixListId @@ -69717,8 +67737,7 @@ public struct RestoreManagedPrefixListVersionOutput: Swift.Sendable { public init( prefixList: EC2ClientTypes.ManagedPrefixList? = nil - ) - { + ) { self.prefixList = prefixList } } @@ -69733,8 +67752,7 @@ public struct RestoreSnapshotFromRecycleBinInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.snapshotId = snapshotId } @@ -69776,8 +67794,7 @@ public struct RestoreSnapshotFromRecycleBinOutput: Swift.Sendable { state: EC2ClientTypes.SnapshotState? = nil, volumeId: Swift.String? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.description = description self.encrypted = encrypted self.outpostArn = outpostArn @@ -69808,8 +67825,7 @@ public struct RestoreSnapshotTierInput: Swift.Sendable { permanentRestore: Swift.Bool? = nil, snapshotId: Swift.String? = nil, temporaryRestoreDays: Swift.Int? = nil - ) - { + ) { self.dryRun = dryRun self.permanentRestore = permanentRestore self.snapshotId = snapshotId @@ -69832,8 +67848,7 @@ public struct RestoreSnapshotTierOutput: Swift.Sendable { restoreDuration: Swift.Int? = nil, restoreStartTime: Foundation.Date? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.isPermanentRestore = isPermanentRestore self.restoreDuration = restoreDuration self.restoreStartTime = restoreStartTime @@ -69861,8 +67876,7 @@ public struct RevokeClientVpnIngressInput: Swift.Sendable { dryRun: Swift.Bool? = nil, revokeAllGroups: Swift.Bool? = nil, targetNetworkCidr: Swift.String? = nil - ) - { + ) { self.accessGroupId = accessGroupId self.clientVpnEndpointId = clientVpnEndpointId self.dryRun = dryRun @@ -69877,8 +67891,7 @@ public struct RevokeClientVpnIngressOutput: Swift.Sendable { public init( status: EC2ClientTypes.ClientVpnAuthorizationRuleStatus? = nil - ) - { + ) { self.status = status } } @@ -69917,8 +67930,7 @@ public struct RevokeSecurityGroupEgressInput: Swift.Sendable { sourceSecurityGroupName: Swift.String? = nil, sourceSecurityGroupOwnerId: Swift.String? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIp = cidrIp self.dryRun = dryRun self.fromPort = fromPort @@ -69971,8 +67983,7 @@ extension EC2ClientTypes { referencedGroupId: Swift.String? = nil, securityGroupRuleId: Swift.String? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIpv4 = cidrIpv4 self.cidrIpv6 = cidrIpv6 self.description = description @@ -70000,8 +68011,7 @@ public struct RevokeSecurityGroupEgressOutput: Swift.Sendable { `return`: Swift.Bool? = nil, revokedSecurityGroupRules: [EC2ClientTypes.RevokedSecurityGroupRule]? = nil, unknownIpPermissions: [EC2ClientTypes.IpPermission]? = nil - ) - { + ) { self.`return` = `return` self.revokedSecurityGroupRules = revokedSecurityGroupRules self.unknownIpPermissions = unknownIpPermissions @@ -70044,8 +68054,7 @@ public struct RevokeSecurityGroupIngressInput: Swift.Sendable { sourceSecurityGroupName: Swift.String? = nil, sourceSecurityGroupOwnerId: Swift.String? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.cidrIp = cidrIp self.dryRun = dryRun self.fromPort = fromPort @@ -70072,8 +68081,7 @@ public struct RevokeSecurityGroupIngressOutput: Swift.Sendable { `return`: Swift.Bool? = nil, revokedSecurityGroupRules: [EC2ClientTypes.RevokedSecurityGroupRule]? = nil, unknownIpPermissions: [EC2ClientTypes.IpPermission]? = nil - ) - { + ) { self.`return` = `return` self.revokedSecurityGroupRules = revokedSecurityGroupRules self.unknownIpPermissions = unknownIpPermissions @@ -70095,8 +68103,7 @@ extension EC2ClientTypes { amdSevSnp: EC2ClientTypes.AmdSevSnpSpecification? = nil, coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.amdSevSnp = amdSevSnp self.coreCount = coreCount self.threadsPerCore = threadsPerCore @@ -70117,8 +68124,7 @@ extension EC2ClientTypes { public init( count: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.type = type } @@ -70134,8 +68140,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -70157,8 +68162,7 @@ extension EC2ClientTypes { public init( configured: Swift.Bool? = nil - ) - { + ) { self.configured = configured } } @@ -70189,8 +68193,7 @@ extension EC2ClientTypes { maxPrice: Swift.String? = nil, spotInstanceType: EC2ClientTypes.SpotInstanceType? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.blockDurationMinutes = blockDurationMinutes self.instanceInterruptionBehavior = instanceInterruptionBehavior self.maxPrice = maxPrice @@ -70212,8 +68215,7 @@ extension EC2ClientTypes { public init( marketType: EC2ClientTypes.MarketType? = nil, spotOptions: EC2ClientTypes.SpotMarketOptions? = nil - ) - { + ) { self.marketType = marketType self.spotOptions = spotOptions } @@ -70235,8 +68237,7 @@ extension EC2ClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -70253,8 +68254,7 @@ extension EC2ClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -70269,8 +68269,7 @@ extension EC2ClientTypes { public init( autoRecovery: EC2ClientTypes.InstanceAutoRecoveryState? = nil - ) - { + ) { self.autoRecovery = autoRecovery } } @@ -70311,8 +68310,7 @@ extension EC2ClientTypes { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: EC2ClientTypes.HttpTokensState? = nil, instanceMetadataTags: EC2ClientTypes.InstanceMetadataTagsState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -70331,8 +68329,7 @@ extension EC2ClientTypes { public init( bandwidthWeighting: EC2ClientTypes.InstanceBandwidthWeighting? = nil - ) - { + ) { self.bandwidthWeighting = bandwidthWeighting } } @@ -70353,8 +68350,7 @@ extension EC2ClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: EC2ClientTypes.HostnameType? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -70507,8 +68503,7 @@ public struct RunInstancesInput: Swift.Sendable { subnetId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, userData: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.blockDeviceMappings = blockDeviceMappings self.capacityReservationSpecification = capacityReservationSpecification @@ -70579,8 +68574,7 @@ public struct RunInstancesOutput: Swift.Sendable { ownerId: Swift.String? = nil, requesterId: Swift.String? = nil, reservationId: Swift.String? = nil - ) - { + ) { self.groups = groups self.instances = instances self.ownerId = ownerId @@ -70613,8 +68607,7 @@ extension EC2ClientTypes { snapshotId: Swift.String? = nil, volumeSize: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -70643,8 +68636,7 @@ extension EC2ClientTypes { ebs: EC2ClientTypes.ScheduledInstancesEbs? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -70665,8 +68657,7 @@ extension EC2ClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -70682,8 +68673,7 @@ extension EC2ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -70698,8 +68688,7 @@ extension EC2ClientTypes { public init( ipv6Address: Swift.String? = nil - ) - { + ) { self.ipv6Address = ipv6Address } } @@ -70717,8 +68706,7 @@ extension EC2ClientTypes { public init( primary: Swift.Bool? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.primary = primary self.privateIpAddress = privateIpAddress } @@ -70767,8 +68755,7 @@ extension EC2ClientTypes { privateIpAddressConfigs: [EC2ClientTypes.ScheduledInstancesPrivateIpAddressConfig]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.deleteOnTermination = deleteOnTermination self.description = description @@ -70797,8 +68784,7 @@ extension EC2ClientTypes { public init( availabilityZone: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.groupName = groupName } @@ -70854,8 +68840,7 @@ extension EC2ClientTypes { securityGroupIds: [Swift.String]? = nil, subnetId: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.ebsOptimized = ebsOptimized self.iamInstanceProfile = iamInstanceProfile @@ -70901,8 +68886,7 @@ public struct RunScheduledInstancesInput: Swift.Sendable { instanceCount: Swift.Int? = nil, launchSpecification: EC2ClientTypes.ScheduledInstancesLaunchSpecification? = nil, scheduledInstanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.instanceCount = instanceCount @@ -70923,8 +68907,7 @@ public struct RunScheduledInstancesOutput: Swift.Sendable { public init( instanceIdSet: [Swift.String]? = nil - ) - { + ) { self.instanceIdSet = instanceIdSet } } @@ -70962,8 +68945,7 @@ public struct SearchLocalGatewayRoutesInput: Swift.Sendable { localGatewayRouteTableId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.localGatewayRouteTableId = localGatewayRouteTableId @@ -70981,8 +68963,7 @@ public struct SearchLocalGatewayRoutesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routes: [EC2ClientTypes.LocalGatewayRoute]? = nil - ) - { + ) { self.nextToken = nextToken self.routes = routes } @@ -71025,8 +69006,7 @@ public struct SearchTransitGatewayMulticastGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -71103,8 +69083,7 @@ extension EC2ClientTypes { sourceType: EC2ClientTypes.MembershipType? = nil, subnetId: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.groupIpAddress = groupIpAddress self.groupMember = groupMember self.groupSource = groupSource @@ -71129,8 +69108,7 @@ public struct SearchTransitGatewayMulticastGroupsOutput: Swift.Sendable { public init( multicastGroups: [EC2ClientTypes.TransitGatewayMulticastGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multicastGroups = multicastGroups self.nextToken = nextToken } @@ -71173,8 +69151,7 @@ public struct SearchTransitGatewayRoutesInput: Swift.Sendable { filters: [EC2ClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, transitGatewayRouteTableId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.filters = filters self.maxResults = maxResults @@ -71191,8 +69168,7 @@ public struct SearchTransitGatewayRoutesOutput: Swift.Sendable { public init( additionalRoutesAvailable: Swift.Bool? = nil, routes: [EC2ClientTypes.TransitGatewayRoute]? = nil - ) - { + ) { self.additionalRoutesAvailable = additionalRoutesAvailable self.routes = routes } @@ -71208,8 +69184,7 @@ public struct SendDiagnosticInterruptInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.instanceId = instanceId } @@ -71241,8 +69216,7 @@ public struct StartDeclarativePoliciesReportInput: Swift.Sendable { s3Prefix: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil, targetId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.s3Bucket = s3Bucket self.s3Prefix = s3Prefix @@ -71257,8 +69231,7 @@ public struct StartDeclarativePoliciesReportOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -71276,8 +69249,7 @@ public struct StartInstancesInput: Swift.Sendable { additionalInfo: Swift.String? = nil, dryRun: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.dryRun = dryRun self.instanceIds = instanceIds @@ -71299,8 +69271,7 @@ extension EC2ClientTypes { currentState: EC2ClientTypes.InstanceState? = nil, instanceId: Swift.String? = nil, previousState: EC2ClientTypes.InstanceState? = nil - ) - { + ) { self.currentState = currentState self.instanceId = instanceId self.previousState = previousState @@ -71314,8 +69285,7 @@ public struct StartInstancesOutput: Swift.Sendable { public init( startingInstances: [EC2ClientTypes.InstanceStateChange]? = nil - ) - { + ) { self.startingInstances = startingInstances } } @@ -71337,8 +69307,7 @@ public struct StartNetworkInsightsAccessScopeAnalysisInput: Swift.Sendable { dryRun: Swift.Bool? = nil, networkInsightsAccessScopeId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.networkInsightsAccessScopeId = networkInsightsAccessScopeId @@ -71352,8 +69321,7 @@ public struct StartNetworkInsightsAccessScopeAnalysisOutput: Swift.Sendable { public init( networkInsightsAccessScopeAnalysis: EC2ClientTypes.NetworkInsightsAccessScopeAnalysis? = nil - ) - { + ) { self.networkInsightsAccessScopeAnalysis = networkInsightsAccessScopeAnalysis } } @@ -71381,8 +69349,7 @@ public struct StartNetworkInsightsAnalysisInput: Swift.Sendable { filterInArns: [Swift.String]? = nil, networkInsightsPathId: Swift.String? = nil, tagSpecifications: [EC2ClientTypes.TagSpecification]? = nil - ) - { + ) { self.additionalAccounts = additionalAccounts self.clientToken = clientToken self.dryRun = dryRun @@ -71398,8 +69365,7 @@ public struct StartNetworkInsightsAnalysisOutput: Swift.Sendable { public init( networkInsightsAnalysis: EC2ClientTypes.NetworkInsightsAnalysis? = nil - ) - { + ) { self.networkInsightsAnalysis = networkInsightsAnalysis } } @@ -71414,8 +69380,7 @@ public struct StartVpcEndpointServicePrivateDnsVerificationInput: Swift.Sendable public init( dryRun: Swift.Bool? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.serviceId = serviceId } @@ -71427,8 +69392,7 @@ public struct StartVpcEndpointServicePrivateDnsVerificationOutput: Swift.Sendabl public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -71449,8 +69413,7 @@ public struct StopInstancesInput: Swift.Sendable { force: Swift.Bool? = nil, hibernate: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.force = force self.hibernate = hibernate @@ -71464,8 +69427,7 @@ public struct StopInstancesOutput: Swift.Sendable { public init( stoppingInstances: [EC2ClientTypes.InstanceStateChange]? = nil - ) - { + ) { self.stoppingInstances = stoppingInstances } } @@ -71486,8 +69448,7 @@ public struct TerminateClientVpnConnectionsInput: Swift.Sendable { connectionId: Swift.String? = nil, dryRun: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.connectionId = connectionId self.dryRun = dryRun @@ -71510,8 +69471,7 @@ extension EC2ClientTypes { connectionId: Swift.String? = nil, currentStatus: EC2ClientTypes.ClientVpnConnectionStatus? = nil, previousStatus: EC2ClientTypes.ClientVpnConnectionStatus? = nil - ) - { + ) { self.connectionId = connectionId self.currentStatus = currentStatus self.previousStatus = previousStatus @@ -71531,8 +69491,7 @@ public struct TerminateClientVpnConnectionsOutput: Swift.Sendable { clientVpnEndpointId: Swift.String? = nil, connectionStatuses: [EC2ClientTypes.TerminateConnectionStatus]? = nil, username: Swift.String? = nil - ) - { + ) { self.clientVpnEndpointId = clientVpnEndpointId self.connectionStatuses = connectionStatuses self.username = username @@ -71549,8 +69508,7 @@ public struct TerminateInstancesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.instanceIds = instanceIds } @@ -71562,8 +69520,7 @@ public struct TerminateInstancesOutput: Swift.Sendable { public init( terminatingInstances: [EC2ClientTypes.InstanceStateChange]? = nil - ) - { + ) { self.terminatingInstances = terminatingInstances } } @@ -71581,8 +69538,7 @@ public struct UnassignIpv6AddressesInput: Swift.Sendable { ipv6Addresses: [Swift.String]? = nil, ipv6Prefixes: [Swift.String]? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.ipv6Addresses = ipv6Addresses self.ipv6Prefixes = ipv6Prefixes self.networkInterfaceId = networkInterfaceId @@ -71601,8 +69557,7 @@ public struct UnassignIpv6AddressesOutput: Swift.Sendable { networkInterfaceId: Swift.String? = nil, unassignedIpv6Addresses: [Swift.String]? = nil, unassignedIpv6Prefixes: [Swift.String]? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId self.unassignedIpv6Addresses = unassignedIpv6Addresses self.unassignedIpv6Prefixes = unassignedIpv6Prefixes @@ -71623,8 +69578,7 @@ public struct UnassignPrivateIpAddressesInput: Swift.Sendable { ipv4Prefixes: [Swift.String]? = nil, networkInterfaceId: Swift.String? = nil, privateIpAddresses: [Swift.String]? = nil - ) - { + ) { self.ipv4Prefixes = ipv4Prefixes self.networkInterfaceId = networkInterfaceId self.privateIpAddresses = privateIpAddresses @@ -71648,8 +69602,7 @@ public struct UnassignPrivateNatGatewayAddressInput: Swift.Sendable { maxDrainDurationSeconds: Swift.Int? = nil, natGatewayId: Swift.String? = nil, privateIpAddresses: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.maxDrainDurationSeconds = maxDrainDurationSeconds self.natGatewayId = natGatewayId @@ -71666,8 +69619,7 @@ public struct UnassignPrivateNatGatewayAddressOutput: Swift.Sendable { public init( natGatewayAddresses: [EC2ClientTypes.NatGatewayAddress]? = nil, natGatewayId: Swift.String? = nil - ) - { + ) { self.natGatewayAddresses = natGatewayAddresses self.natGatewayId = natGatewayId } @@ -71683,8 +69635,7 @@ public struct UnlockSnapshotInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.snapshotId = snapshotId } @@ -71696,8 +69647,7 @@ public struct UnlockSnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId } } @@ -71712,8 +69662,7 @@ public struct UnmonitorInstancesInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.dryRun = dryRun self.instanceIds = instanceIds } @@ -71725,8 +69674,7 @@ public struct UnmonitorInstancesOutput: Swift.Sendable { public init( instanceMonitorings: [EC2ClientTypes.InstanceMonitoring]? = nil - ) - { + ) { self.instanceMonitorings = instanceMonitorings } } @@ -71743,8 +69691,7 @@ extension EC2ClientTypes { public init( description: Swift.String? = nil, securityGroupRuleId: Swift.String? = nil - ) - { + ) { self.description = description self.securityGroupRuleId = securityGroupRuleId } @@ -71769,8 +69716,7 @@ public struct UpdateSecurityGroupRuleDescriptionsEgressInput: Swift.Sendable { groupName: Swift.String? = nil, ipPermissions: [EC2ClientTypes.IpPermission]? = nil, securityGroupRuleDescriptions: [EC2ClientTypes.SecurityGroupRuleDescription]? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.groupName = groupName @@ -71785,8 +69731,7 @@ public struct UpdateSecurityGroupRuleDescriptionsEgressOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -71809,8 +69754,7 @@ public struct UpdateSecurityGroupRuleDescriptionsIngressInput: Swift.Sendable { groupName: Swift.String? = nil, ipPermissions: [EC2ClientTypes.IpPermission]? = nil, securityGroupRuleDescriptions: [EC2ClientTypes.SecurityGroupRuleDescription]? = nil - ) - { + ) { self.dryRun = dryRun self.groupId = groupId self.groupName = groupName @@ -71825,8 +69769,7 @@ public struct UpdateSecurityGroupRuleDescriptionsIngressOutput: Swift.Sendable { public init( `return`: Swift.Bool? = nil - ) - { + ) { self.`return` = `return` } } @@ -71841,8 +69784,7 @@ public struct WithdrawByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cidr = cidr self.dryRun = dryRun } @@ -71854,8 +69796,7 @@ public struct WithdrawByoipCidrOutput: Swift.Sendable { public init( byoipCidr: EC2ClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } diff --git a/Sources/Services/AWSEC2InstanceConnect/Package.swift.txt b/Sources/Services/AWSEC2InstanceConnect/Package.swift.txt index 5aa70294d53..5ceacc778d9 100644 --- a/Sources/Services/AWSEC2InstanceConnect/Package.swift.txt +++ b/Sources/Services/AWSEC2InstanceConnect/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/EC2InstanceConnectClient.swift b/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/EC2InstanceConnectClient.swift index 2fd25bba8cb..1f5500911f4 100644 --- a/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/EC2InstanceConnectClient.swift +++ b/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/EC2InstanceConnectClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EC2InstanceConnectClient: ClientRuntime.Client { public static let clientName = "EC2InstanceConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EC2InstanceConnectClient.EC2InstanceConnectClientConfiguration let serviceName = "EC2 Instance Connect" diff --git a/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/Models.swift b/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/Models.swift index fad6a6011cb..f68a86a8024 100644 --- a/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/Models.swift +++ b/Sources/Services/AWSEC2InstanceConnect/Sources/AWSEC2InstanceConnect/Models.swift @@ -38,8 +38,7 @@ public struct AuthException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ public struct EC2InstanceNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -86,8 +84,7 @@ public struct EC2InstanceStateInvalidException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -110,8 +107,7 @@ public struct EC2InstanceTypeInvalidException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -134,8 +130,7 @@ public struct EC2InstanceUnavailableException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -158,8 +153,7 @@ public struct InvalidArgsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -182,8 +176,7 @@ public struct SerialConsoleAccessDisabledException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -206,8 +199,7 @@ public struct SerialConsoleSessionLimitExceededException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -230,8 +222,7 @@ public struct SerialConsoleSessionUnavailableException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +245,7 @@ public struct SerialConsoleSessionUnsupportedException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +268,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +291,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -322,8 +310,7 @@ public struct SendSerialConsoleSSHPublicKeyInput: Swift.Sendable { instanceId: Swift.String? = nil, serialPort: Swift.Int? = 0, sshPublicKey: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.serialPort = serialPort self.sshPublicKey = sshPublicKey @@ -339,8 +326,7 @@ public struct SendSerialConsoleSSHPublicKeyOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, success: Swift.Bool = false - ) - { + ) { self.requestId = requestId self.success = success } @@ -364,8 +350,7 @@ public struct SendSSHPublicKeyInput: Swift.Sendable { instanceId: Swift.String? = nil, instanceOSUser: Swift.String? = nil, sshPublicKey: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceId = instanceId self.instanceOSUser = instanceOSUser @@ -382,8 +367,7 @@ public struct SendSSHPublicKeyOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, success: Swift.Bool = false - ) - { + ) { self.requestId = requestId self.success = success } diff --git a/Sources/Services/AWSECR/Package.swift.txt b/Sources/Services/AWSECR/Package.swift.txt index 47a06c429a7..c9d1dc4ee64 100644 --- a/Sources/Services/AWSECR/Package.swift.txt +++ b/Sources/Services/AWSECR/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSECR/Sources/AWSECR/ECRClient.swift b/Sources/Services/AWSECR/Sources/AWSECR/ECRClient.swift index 4b5821ba4c5..709ee484a77 100644 --- a/Sources/Services/AWSECR/Sources/AWSECR/ECRClient.swift +++ b/Sources/Services/AWSECR/Sources/AWSECR/ECRClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ECRClient: ClientRuntime.Client { public static let clientName = "ECRClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ECRClient.ECRClientConfiguration let serviceName = "ECR" diff --git a/Sources/Services/AWSECR/Sources/AWSECR/Models.swift b/Sources/Services/AWSECR/Sources/AWSECR/Models.swift index 4b0cc832d74..47a00290844 100644 --- a/Sources/Services/AWSECR/Sources/AWSECR/Models.swift +++ b/Sources/Services/AWSECR/Sources/AWSECR/Models.swift @@ -46,8 +46,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct RepositoryNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ServerException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +113,7 @@ public struct BatchCheckLayerAvailabilityInput: Swift.Sendable { layerDigests: [Swift.String]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.layerDigests = layerDigests self.registryId = registryId self.repositoryName = repositoryName @@ -168,8 +164,7 @@ extension ECRClientTypes { failureCode: ECRClientTypes.LayerFailureCode? = nil, failureReason: Swift.String? = nil, layerDigest: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.layerDigest = layerDigest @@ -224,8 +219,7 @@ extension ECRClientTypes { layerDigest: Swift.String? = nil, layerSize: Swift.Int? = nil, mediaType: Swift.String? = nil - ) - { + ) { self.layerAvailability = layerAvailability self.layerDigest = layerDigest self.layerSize = layerSize @@ -243,8 +237,7 @@ public struct BatchCheckLayerAvailabilityOutput: Swift.Sendable { public init( failures: [ECRClientTypes.LayerFailure]? = nil, layers: [ECRClientTypes.Layer]? = nil - ) - { + ) { self.failures = failures self.layers = layers } @@ -262,8 +255,7 @@ extension ECRClientTypes { public init( imageDigest: Swift.String? = nil, imageTag: Swift.String? = nil - ) - { + ) { self.imageDigest = imageDigest self.imageTag = imageTag } @@ -285,8 +277,7 @@ public struct BatchDeleteImageInput: Swift.Sendable { imageIds: [ECRClientTypes.ImageIdentifier]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageIds = imageIds self.registryId = registryId self.repositoryName = repositoryName @@ -361,8 +352,7 @@ extension ECRClientTypes { failureCode: ECRClientTypes.ImageFailureCode? = nil, failureReason: Swift.String? = nil, imageId: ECRClientTypes.ImageIdentifier? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.imageId = imageId @@ -379,8 +369,7 @@ public struct BatchDeleteImageOutput: Swift.Sendable { public init( failures: [ECRClientTypes.ImageFailure]? = nil, imageIds: [ECRClientTypes.ImageIdentifier]? = nil - ) - { + ) { self.failures = failures self.imageIds = imageIds } @@ -405,8 +394,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -429,8 +417,7 @@ public struct UnableToGetUpstreamImageException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -452,8 +439,7 @@ public struct BatchGetImageInput: Swift.Sendable { imageIds: [ECRClientTypes.ImageIdentifier]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.acceptedMediaTypes = acceptedMediaTypes self.imageIds = imageIds self.registryId = registryId @@ -482,8 +468,7 @@ extension ECRClientTypes { imageManifestMediaType: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.imageManifest = imageManifest self.imageManifestMediaType = imageManifestMediaType @@ -502,8 +487,7 @@ public struct BatchGetImageOutput: Swift.Sendable { public init( failures: [ECRClientTypes.ImageFailure]? = nil, images: [ECRClientTypes.Image]? = nil - ) - { + ) { self.failures = failures self.images = images } @@ -527,8 +511,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -540,8 +523,7 @@ public struct BatchGetRepositoryScanningConfigurationInput: Swift.Sendable { public init( repositoryNames: [Swift.String]? = nil - ) - { + ) { self.repositoryNames = repositoryNames } } @@ -587,8 +569,7 @@ extension ECRClientTypes { failureCode: ECRClientTypes.ScanningConfigurationFailureCode? = nil, failureReason: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.repositoryName = repositoryName @@ -636,8 +617,7 @@ extension ECRClientTypes { public init( filter: Swift.String? = nil, filterType: ECRClientTypes.ScanningRepositoryFilterType? = nil - ) - { + ) { self.filter = filter self.filterType = filterType } @@ -697,8 +677,7 @@ extension ECRClientTypes { repositoryName: Swift.String? = nil, scanFrequency: ECRClientTypes.ScanFrequency? = nil, scanOnPush: Swift.Bool = false - ) - { + ) { self.appliedScanFilters = appliedScanFilters self.repositoryArn = repositoryArn self.repositoryName = repositoryName @@ -717,8 +696,7 @@ public struct BatchGetRepositoryScanningConfigurationOutput: Swift.Sendable { public init( failures: [ECRClientTypes.RepositoryScanningConfigurationFailure]? = nil, scanningConfigurations: [ECRClientTypes.RepositoryScanningConfiguration]? = nil - ) - { + ) { self.failures = failures self.scanningConfigurations = scanningConfigurations } @@ -743,8 +721,7 @@ public struct EmptyUploadException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -768,8 +745,7 @@ public struct InvalidLayerException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -795,8 +771,7 @@ public struct KmsException: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( kmsError: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.kmsError = kmsError self.properties.message = message } @@ -821,8 +796,7 @@ public struct LayerAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -846,8 +820,7 @@ public struct LayerPartTooSmallException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -871,8 +844,7 @@ public struct UploadNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -895,8 +867,7 @@ public struct CompleteLayerUploadInput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerDigests = layerDigests self.registryId = registryId self.repositoryName = repositoryName @@ -919,8 +890,7 @@ public struct CompleteLayerUploadOutput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerDigest = layerDigest self.registryId = registryId self.repositoryName = repositoryName @@ -946,8 +916,7 @@ public struct PullThroughCacheRuleAlreadyExistsException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -970,8 +939,7 @@ public struct SecretNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -994,8 +962,7 @@ public struct UnableToAccessSecretException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1018,8 +985,7 @@ public struct UnableToDecryptSecretValueException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1042,8 +1008,7 @@ public struct UnsupportedUpstreamRegistryException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1124,8 +1089,7 @@ public struct CreatePullThroughCacheRuleInput: Swift.Sendable { registryId: Swift.String? = nil, upstreamRegistry: ECRClientTypes.UpstreamRegistry? = nil, upstreamRegistryUrl: Swift.String? = nil - ) - { + ) { self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix self.registryId = registryId @@ -1155,8 +1119,7 @@ public struct CreatePullThroughCacheRuleOutput: Swift.Sendable { registryId: Swift.String? = nil, upstreamRegistry: ECRClientTypes.UpstreamRegistry? = nil, upstreamRegistryUrl: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix @@ -1184,8 +1147,7 @@ public struct InvalidTagParameterException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1209,8 +1171,7 @@ public struct RepositoryAlreadyExistsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1233,8 +1194,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1284,8 +1244,7 @@ extension ECRClientTypes { public init( encryptionType: ECRClientTypes.EncryptionType? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsKey = kmsKey } @@ -1301,8 +1260,7 @@ extension ECRClientTypes { public init( scanOnPush: Swift.Bool = false - ) - { + ) { self.scanOnPush = scanOnPush } } @@ -1351,8 +1309,7 @@ extension ECRClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1381,8 +1338,7 @@ public struct CreateRepositoryInput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, tags: [ECRClientTypes.Tag]? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.imageScanningConfiguration = imageScanningConfiguration self.imageTagMutability = imageTagMutability @@ -1422,8 +1378,7 @@ extension ECRClientTypes { repositoryArn: Swift.String? = nil, repositoryName: Swift.String? = nil, repositoryUri: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.encryptionConfiguration = encryptionConfiguration self.imageScanningConfiguration = imageScanningConfiguration @@ -1442,8 +1397,7 @@ public struct CreateRepositoryOutput: Swift.Sendable { public init( repository: ECRClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -1466,8 +1420,7 @@ public struct TemplateAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1514,8 +1467,7 @@ extension ECRClientTypes { public init( encryptionType: ECRClientTypes.EncryptionType? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsKey = kmsKey } @@ -1554,8 +1506,7 @@ public struct CreateRepositoryCreationTemplateInput: Swift.Sendable { `prefix`: Swift.String? = nil, repositoryPolicy: Swift.String? = nil, resourceTags: [ECRClientTypes.Tag]? = nil - ) - { + ) { self.appliedFor = appliedFor self.customRoleArn = customRoleArn self.description = description @@ -1607,8 +1558,7 @@ extension ECRClientTypes { repositoryPolicy: Swift.String? = nil, resourceTags: [ECRClientTypes.Tag]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.appliedFor = appliedFor self.createdAt = createdAt self.customRoleArn = customRoleArn @@ -1633,8 +1583,7 @@ public struct CreateRepositoryCreationTemplateOutput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryCreationTemplate: ECRClientTypes.RepositoryCreationTemplate? = nil - ) - { + ) { self.registryId = registryId self.repositoryCreationTemplate = repositoryCreationTemplate } @@ -1658,8 +1607,7 @@ public struct LifecyclePolicyNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1674,8 +1622,7 @@ public struct DeleteLifecyclePolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -1696,8 +1643,7 @@ public struct DeleteLifecyclePolicyOutput: Swift.Sendable { lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.lastEvaluatedAt = lastEvaluatedAt self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId @@ -1723,8 +1669,7 @@ public struct PullThroughCacheRuleNotFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1739,8 +1684,7 @@ public struct DeletePullThroughCacheRuleInput: Swift.Sendable { public init( ecrRepositoryPrefix: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.ecrRepositoryPrefix = ecrRepositoryPrefix self.registryId = registryId } @@ -1764,8 +1708,7 @@ public struct DeletePullThroughCacheRuleOutput: Swift.Sendable { ecrRepositoryPrefix: Swift.String? = nil, registryId: Swift.String? = nil, upstreamRegistryUrl: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix @@ -1792,8 +1735,7 @@ public struct RegistryPolicyNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1812,8 +1754,7 @@ public struct DeleteRegistryPolicyOutput: Swift.Sendable { public init( policyText: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId } @@ -1838,8 +1779,7 @@ public struct RepositoryNotEmptyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1857,8 +1797,7 @@ public struct DeleteRepositoryInput: Swift.Sendable { force: Swift.Bool? = false, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.force = force self.registryId = registryId self.repositoryName = repositoryName @@ -1871,8 +1810,7 @@ public struct DeleteRepositoryOutput: Swift.Sendable { public init( repository: ECRClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -1895,8 +1833,7 @@ public struct TemplateNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1908,8 +1845,7 @@ public struct DeleteRepositoryCreationTemplateInput: Swift.Sendable { public init( `prefix`: Swift.String? = nil - ) - { + ) { self.`prefix` = `prefix` } } @@ -1923,8 +1859,7 @@ public struct DeleteRepositoryCreationTemplateOutput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryCreationTemplate: ECRClientTypes.RepositoryCreationTemplate? = nil - ) - { + ) { self.registryId = registryId self.repositoryCreationTemplate = repositoryCreationTemplate } @@ -1949,8 +1884,7 @@ public struct RepositoryPolicyNotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1965,8 +1899,7 @@ public struct DeleteRepositoryPolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -1984,8 +1917,7 @@ public struct DeleteRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -2010,8 +1942,7 @@ public struct ImageNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2030,8 +1961,7 @@ public struct DescribeImageReplicationStatusInput: Swift.Sendable { imageId: ECRClientTypes.ImageIdentifier? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.registryId = registryId self.repositoryName = repositoryName @@ -2088,8 +2018,7 @@ extension ECRClientTypes { region: Swift.String? = nil, registryId: Swift.String? = nil, status: ECRClientTypes.ReplicationStatus? = nil - ) - { + ) { self.failureCode = failureCode self.region = region self.registryId = registryId @@ -2110,8 +2039,7 @@ public struct DescribeImageReplicationStatusOutput: Swift.Sendable { imageId: ECRClientTypes.ImageIdentifier? = nil, replicationStatuses: [ECRClientTypes.ImageReplicationStatus]? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.replicationStatuses = replicationStatuses self.repositoryName = repositoryName @@ -2159,8 +2087,7 @@ extension ECRClientTypes { public init( tagStatus: ECRClientTypes.TagStatus? = nil - ) - { + ) { self.tagStatus = tagStatus } } @@ -2188,8 +2115,7 @@ public struct DescribeImagesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.filter = filter self.imageIds = imageIds self.maxResults = maxResults @@ -2255,8 +2181,7 @@ extension ECRClientTypes { findingSeverityCounts: [Swift.String: Swift.Int]? = nil, imageScanCompletedAt: Foundation.Date? = nil, vulnerabilitySourceUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.findingSeverityCounts = findingSeverityCounts self.imageScanCompletedAt = imageScanCompletedAt self.vulnerabilitySourceUpdatedAt = vulnerabilitySourceUpdatedAt @@ -2323,8 +2248,7 @@ extension ECRClientTypes { public init( description: Swift.String? = nil, status: ECRClientTypes.ScanStatus? = nil - ) - { + ) { self.description = description self.status = status } @@ -2370,8 +2294,7 @@ extension ECRClientTypes { lastRecordedPullTime: Foundation.Date? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.artifactMediaType = artifactMediaType self.imageDigest = imageDigest self.imageManifestMediaType = imageManifestMediaType @@ -2396,8 +2319,7 @@ public struct DescribeImagesOutput: Swift.Sendable { public init( imageDetails: [ECRClientTypes.ImageDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageDetails = imageDetails self.nextToken = nextToken } @@ -2421,8 +2343,7 @@ public struct ScanNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2447,8 +2368,7 @@ public struct DescribeImageScanFindingsInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.maxResults = maxResults self.nextToken = nextToken @@ -2475,8 +2395,7 @@ extension ECRClientTypes { scoringVector: Swift.String? = nil, source: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.baseScore = baseScore self.scoringVector = scoringVector self.source = source @@ -2518,8 +2437,7 @@ extension ECRClientTypes { release: Swift.String? = nil, sourceLayerHash: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arch = arch self.epoch = epoch self.filePath = filePath @@ -2569,8 +2487,7 @@ extension ECRClientTypes { vendorUpdatedAt: Foundation.Date? = nil, vulnerabilityId: Swift.String? = nil, vulnerablePackages: [ECRClientTypes.VulnerablePackage]? = nil - ) - { + ) { self.cvss = cvss self.referenceUrls = referenceUrls self.relatedVulnerabilities = relatedVulnerabilities @@ -2597,8 +2514,7 @@ extension ECRClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -2614,8 +2530,7 @@ extension ECRClientTypes { public init( recommendation: ECRClientTypes.Recommendation? = nil - ) - { + ) { self.recommendation = recommendation } } @@ -2651,8 +2566,7 @@ extension ECRClientTypes { pushedAt: Foundation.Date? = nil, registry: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.author = author self.imageHash = imageHash @@ -2674,8 +2588,7 @@ extension ECRClientTypes { public init( awsEcrContainerImage: ECRClientTypes.AwsEcrContainerImageDetails? = nil - ) - { + ) { self.awsEcrContainerImage = awsEcrContainerImage } } @@ -2699,8 +2612,7 @@ extension ECRClientTypes { id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.details = details self.id = id self.tags = tags @@ -2721,8 +2633,7 @@ extension ECRClientTypes { public init( metric: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.metric = metric self.reason = reason } @@ -2750,8 +2661,7 @@ extension ECRClientTypes { scoreSource: Swift.String? = nil, scoringVector: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.adjustments = adjustments self.score = score self.scoreSource = scoreSource @@ -2770,8 +2680,7 @@ extension ECRClientTypes { public init( cvss: ECRClientTypes.CvssScoreDetails? = nil - ) - { + ) { self.cvss = cvss } } @@ -2834,8 +2743,7 @@ extension ECRClientTypes { title: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.description = description self.exploitAvailable = exploitAvailable @@ -2870,8 +2778,7 @@ extension ECRClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2899,8 +2806,7 @@ extension ECRClientTypes { name: Swift.String? = nil, severity: ECRClientTypes.FindingSeverity? = nil, uri: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.description = description self.name = name @@ -2931,8 +2837,7 @@ extension ECRClientTypes { findings: [ECRClientTypes.ImageScanFinding]? = nil, imageScanCompletedAt: Foundation.Date? = nil, vulnerabilitySourceUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.enhancedFindings = enhancedFindings self.findingSeverityCounts = findingSeverityCounts self.findings = findings @@ -2963,8 +2868,7 @@ public struct DescribeImageScanFindingsOutput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.imageScanFindings = imageScanFindings self.imageScanStatus = imageScanStatus @@ -2989,8 +2893,7 @@ public struct DescribePullThroughCacheRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.ecrRepositoryPrefixes = ecrRepositoryPrefixes self.maxResults = maxResults self.nextToken = nextToken @@ -3025,8 +2928,7 @@ extension ECRClientTypes { updatedAt: Foundation.Date? = nil, upstreamRegistry: ECRClientTypes.UpstreamRegistry? = nil, upstreamRegistryUrl: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix @@ -3047,8 +2949,7 @@ public struct DescribePullThroughCacheRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pullThroughCacheRules: [ECRClientTypes.PullThroughCacheRule]? = nil - ) - { + ) { self.nextToken = nextToken self.pullThroughCacheRules = pullThroughCacheRules } @@ -3073,8 +2974,7 @@ extension ECRClientTypes { public init( region: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.region = region self.registryId = registryId } @@ -3121,8 +3021,7 @@ extension ECRClientTypes { public init( filter: Swift.String? = nil, filterType: ECRClientTypes.RepositoryFilterType? = nil - ) - { + ) { self.filter = filter self.filterType = filterType } @@ -3142,8 +3041,7 @@ extension ECRClientTypes { public init( destinations: [ECRClientTypes.ReplicationDestination]? = nil, repositoryFilters: [ECRClientTypes.RepositoryFilter]? = nil - ) - { + ) { self.destinations = destinations self.repositoryFilters = repositoryFilters } @@ -3160,8 +3058,7 @@ extension ECRClientTypes { public init( rules: [ECRClientTypes.ReplicationRule]? = nil - ) - { + ) { self.rules = rules } } @@ -3176,8 +3073,7 @@ public struct DescribeRegistryOutput: Swift.Sendable { public init( registryId: Swift.String? = nil, replicationConfiguration: ECRClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.registryId = registryId self.replicationConfiguration = replicationConfiguration } @@ -3198,8 +3094,7 @@ public struct DescribeRepositoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryNames: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registryId = registryId @@ -3216,8 +3111,7 @@ public struct DescribeRepositoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [ECRClientTypes.Repository]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -3235,8 +3129,7 @@ public struct DescribeRepositoryCreationTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, prefixes: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.prefixes = prefixes @@ -3255,8 +3148,7 @@ public struct DescribeRepositoryCreationTemplatesOutput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryCreationTemplates: [ECRClientTypes.RepositoryCreationTemplate]? = nil - ) - { + ) { self.nextToken = nextToken self.registryId = registryId self.repositoryCreationTemplates = repositoryCreationTemplates @@ -3270,8 +3162,7 @@ public struct GetAccountSettingInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3285,8 +3176,7 @@ public struct GetAccountSettingOutput: Swift.Sendable { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -3299,8 +3189,7 @@ public struct GetAuthorizationTokenInput: Swift.Sendable { public init( registryIds: [Swift.String]? = nil - ) - { + ) { self.registryIds = registryIds } } @@ -3320,8 +3209,7 @@ extension ECRClientTypes { authorizationToken: Swift.String? = nil, expiresAt: Foundation.Date? = nil, proxyEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationToken = authorizationToken self.expiresAt = expiresAt self.proxyEndpoint = proxyEndpoint @@ -3335,8 +3223,7 @@ public struct GetAuthorizationTokenOutput: Swift.Sendable { public init( authorizationData: [ECRClientTypes.AuthorizationData]? = nil - ) - { + ) { self.authorizationData = authorizationData } } @@ -3360,8 +3247,7 @@ public struct LayerInaccessibleException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3385,8 +3271,7 @@ public struct LayersNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3409,8 +3294,7 @@ public struct UnableToGetUpstreamLayerException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3429,8 +3313,7 @@ public struct GetDownloadUrlForLayerInput: Swift.Sendable { layerDigest: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.layerDigest = layerDigest self.registryId = registryId self.repositoryName = repositoryName @@ -3446,8 +3329,7 @@ public struct GetDownloadUrlForLayerOutput: Swift.Sendable { public init( downloadUrl: Swift.String? = nil, layerDigest: Swift.String? = nil - ) - { + ) { self.downloadUrl = downloadUrl self.layerDigest = layerDigest } @@ -3463,8 +3345,7 @@ public struct GetLifecyclePolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -3485,8 +3366,7 @@ public struct GetLifecyclePolicyOutput: Swift.Sendable { lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.lastEvaluatedAt = lastEvaluatedAt self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId @@ -3512,8 +3392,7 @@ public struct LifecyclePolicyPreviewNotFoundException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3527,8 +3406,7 @@ extension ECRClientTypes { public init( tagStatus: ECRClientTypes.TagStatus? = nil - ) - { + ) { self.tagStatus = tagStatus } } @@ -3556,8 +3434,7 @@ public struct GetLifecyclePolicyPreviewInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.filter = filter self.imageIds = imageIds self.maxResults = maxResults @@ -3602,8 +3479,7 @@ extension ECRClientTypes { public init( type: ECRClientTypes.ImageActionType? = nil - ) - { + ) { self.type = type } } @@ -3630,8 +3506,7 @@ extension ECRClientTypes { imageDigest: Swift.String? = nil, imagePushedAt: Foundation.Date? = nil, imageTags: [Swift.String]? = nil - ) - { + ) { self.action = action self.appliedRulePriority = appliedRulePriority self.imageDigest = imageDigest @@ -3685,8 +3560,7 @@ extension ECRClientTypes { public init( expiringImageTotalCount: Swift.Int? = nil - ) - { + ) { self.expiringImageTotalCount = expiringImageTotalCount } } @@ -3716,8 +3590,7 @@ public struct GetLifecyclePolicyPreviewOutput: Swift.Sendable { repositoryName: Swift.String? = nil, status: ECRClientTypes.LifecyclePolicyPreviewStatus? = nil, summary: ECRClientTypes.LifecyclePolicyPreviewSummary? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.nextToken = nextToken self.previewResults = previewResults @@ -3742,8 +3615,7 @@ public struct GetRegistryPolicyOutput: Swift.Sendable { public init( policyText: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId } @@ -3768,8 +3640,7 @@ extension ECRClientTypes { public init( repositoryFilters: [ECRClientTypes.ScanningRepositoryFilter]? = nil, scanFrequency: ECRClientTypes.ScanFrequency? = nil - ) - { + ) { self.repositoryFilters = repositoryFilters self.scanFrequency = scanFrequency } @@ -3817,8 +3688,7 @@ extension ECRClientTypes { public init( rules: [ECRClientTypes.RegistryScanningRule]? = nil, scanType: ECRClientTypes.ScanType? = nil - ) - { + ) { self.rules = rules self.scanType = scanType } @@ -3834,8 +3704,7 @@ public struct GetRegistryScanningConfigurationOutput: Swift.Sendable { public init( registryId: Swift.String? = nil, scanningConfiguration: ECRClientTypes.RegistryScanningConfiguration? = nil - ) - { + ) { self.registryId = registryId self.scanningConfiguration = scanningConfiguration } @@ -3851,8 +3720,7 @@ public struct GetRepositoryPolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -3870,8 +3738,7 @@ public struct GetRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -3888,8 +3755,7 @@ public struct InitiateLayerUploadInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -3904,8 +3770,7 @@ public struct InitiateLayerUploadOutput: Swift.Sendable { public init( partSize: Swift.Int? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.partSize = partSize self.uploadId = uploadId } @@ -3920,8 +3785,7 @@ extension ECRClientTypes { public init( tagStatus: ECRClientTypes.TagStatus? = nil - ) - { + ) { self.tagStatus = tagStatus } } @@ -3946,8 +3810,7 @@ public struct ListImagesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -3965,8 +3828,7 @@ public struct ListImagesOutput: Swift.Sendable { public init( imageIds: [ECRClientTypes.ImageIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageIds = imageIds self.nextToken = nextToken } @@ -3979,8 +3841,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3991,8 +3852,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ECRClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4008,8 +3868,7 @@ public struct PutAccountSettingInput: Swift.Sendable { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4024,8 +3883,7 @@ public struct PutAccountSettingOutput: Swift.Sendable { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4050,8 +3908,7 @@ public struct ImageAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4074,8 +3931,7 @@ public struct ImageDigestDoesNotMatchException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4098,8 +3954,7 @@ public struct ImageTagAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4122,8 +3977,7 @@ public struct ReferencedImagesNotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4151,8 +4005,7 @@ public struct PutImageInput: Swift.Sendable { imageTag: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageDigest = imageDigest self.imageManifest = imageManifest self.imageManifestMediaType = imageManifestMediaType @@ -4168,8 +4021,7 @@ public struct PutImageOutput: Swift.Sendable { public init( image: ECRClientTypes.Image? = nil - ) - { + ) { self.image = image } } @@ -4188,8 +4040,7 @@ public struct PutImageScanningConfigurationInput: Swift.Sendable { imageScanningConfiguration: ECRClientTypes.ImageScanningConfiguration? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageScanningConfiguration = imageScanningConfiguration self.registryId = registryId self.repositoryName = repositoryName @@ -4208,8 +4059,7 @@ public struct PutImageScanningConfigurationOutput: Swift.Sendable { imageScanningConfiguration: ECRClientTypes.ImageScanningConfiguration? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageScanningConfiguration = imageScanningConfiguration self.registryId = registryId self.repositoryName = repositoryName @@ -4230,8 +4080,7 @@ public struct PutImageTagMutabilityInput: Swift.Sendable { imageTagMutability: ECRClientTypes.ImageTagMutability? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageTagMutability = imageTagMutability self.registryId = registryId self.repositoryName = repositoryName @@ -4250,8 +4099,7 @@ public struct PutImageTagMutabilityOutput: Swift.Sendable { imageTagMutability: ECRClientTypes.ImageTagMutability? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageTagMutability = imageTagMutability self.registryId = registryId self.repositoryName = repositoryName @@ -4272,8 +4120,7 @@ public struct PutLifecyclePolicyInput: Swift.Sendable { lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId self.repositoryName = repositoryName @@ -4292,8 +4139,7 @@ public struct PutLifecyclePolicyOutput: Swift.Sendable { lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId self.repositoryName = repositoryName @@ -4307,8 +4153,7 @@ public struct PutRegistryPolicyInput: Swift.Sendable { public init( policyText: Swift.String? = nil - ) - { + ) { self.policyText = policyText } } @@ -4322,8 +4167,7 @@ public struct PutRegistryPolicyOutput: Swift.Sendable { public init( policyText: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId } @@ -4338,8 +4182,7 @@ public struct PutRegistryScanningConfigurationInput: Swift.Sendable { public init( rules: [ECRClientTypes.RegistryScanningRule]? = nil, scanType: ECRClientTypes.ScanType? = nil - ) - { + ) { self.rules = rules self.scanType = scanType } @@ -4351,8 +4194,7 @@ public struct PutRegistryScanningConfigurationOutput: Swift.Sendable { public init( registryScanningConfiguration: ECRClientTypes.RegistryScanningConfiguration? = nil - ) - { + ) { self.registryScanningConfiguration = registryScanningConfiguration } } @@ -4364,8 +4206,7 @@ public struct PutReplicationConfigurationInput: Swift.Sendable { public init( replicationConfiguration: ECRClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.replicationConfiguration = replicationConfiguration } } @@ -4376,8 +4217,7 @@ public struct PutReplicationConfigurationOutput: Swift.Sendable { public init( replicationConfiguration: ECRClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.replicationConfiguration = replicationConfiguration } } @@ -4399,8 +4239,7 @@ public struct SetRepositoryPolicyInput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.force = force self.policyText = policyText self.registryId = registryId @@ -4420,8 +4259,7 @@ public struct SetRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -4446,8 +4284,7 @@ public struct UnsupportedImageTypeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4466,8 +4303,7 @@ public struct StartImageScanInput: Swift.Sendable { imageId: ECRClientTypes.ImageIdentifier? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.registryId = registryId self.repositoryName = repositoryName @@ -4489,8 +4325,7 @@ public struct StartImageScanOutput: Swift.Sendable { imageScanStatus: ECRClientTypes.ImageScanStatus? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.imageScanStatus = imageScanStatus self.registryId = registryId @@ -4516,8 +4351,7 @@ public struct LifecyclePolicyPreviewInProgressException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4535,8 +4369,7 @@ public struct StartLifecyclePolicyPreviewInput: Swift.Sendable { lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId self.repositoryName = repositoryName @@ -4558,8 +4391,7 @@ public struct StartLifecyclePolicyPreviewOutput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, status: ECRClientTypes.LifecyclePolicyPreviewStatus? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId self.repositoryName = repositoryName @@ -4578,8 +4410,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ECRClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4601,8 +4432,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4627,8 +4457,7 @@ public struct UpdatePullThroughCacheRuleInput: Swift.Sendable { credentialArn: Swift.String? = nil, ecrRepositoryPrefix: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix self.registryId = registryId @@ -4650,8 +4479,7 @@ public struct UpdatePullThroughCacheRuleOutput: Swift.Sendable { ecrRepositoryPrefix: Swift.String? = nil, registryId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix self.registryId = registryId @@ -4690,8 +4518,7 @@ public struct UpdateRepositoryCreationTemplateInput: Swift.Sendable { `prefix`: Swift.String? = nil, repositoryPolicy: Swift.String? = nil, resourceTags: [ECRClientTypes.Tag]? = nil - ) - { + ) { self.appliedFor = appliedFor self.customRoleArn = customRoleArn self.description = description @@ -4713,8 +4540,7 @@ public struct UpdateRepositoryCreationTemplateOutput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryCreationTemplate: ECRClientTypes.RepositoryCreationTemplate? = nil - ) - { + ) { self.registryId = registryId self.repositoryCreationTemplate = repositoryCreationTemplate } @@ -4751,8 +4577,7 @@ public struct InvalidLayerPartException: ClientRuntime.ModeledError, AWSClientRu registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.properties.lastValidByteReceived = lastValidByteReceived self.properties.message = message self.properties.registryId = registryId @@ -4787,8 +4612,7 @@ public struct UploadLayerPartInput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerPartBlob = layerPartBlob self.partFirstByte = partFirstByte self.partLastByte = partLastByte @@ -4813,8 +4637,7 @@ public struct UploadLayerPartOutput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.lastByteReceived = lastByteReceived self.registryId = registryId self.repositoryName = repositoryName @@ -4832,8 +4655,7 @@ public struct ValidatePullThroughCacheRuleInput: Swift.Sendable { public init( ecrRepositoryPrefix: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.ecrRepositoryPrefix = ecrRepositoryPrefix self.registryId = registryId } @@ -4860,8 +4682,7 @@ public struct ValidatePullThroughCacheRuleOutput: Swift.Sendable { isValid: Swift.Bool = false, registryId: Swift.String? = nil, upstreamRegistryUrl: Swift.String? = nil - ) - { + ) { self.credentialArn = credentialArn self.ecrRepositoryPrefix = ecrRepositoryPrefix self.failure = failure diff --git a/Sources/Services/AWSECRPUBLIC/Package.swift.txt b/Sources/Services/AWSECRPUBLIC/Package.swift.txt index bd66bc5c9d7..cc22f49db64 100644 --- a/Sources/Services/AWSECRPUBLIC/Package.swift.txt +++ b/Sources/Services/AWSECRPUBLIC/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/ECRPUBLICClient.swift b/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/ECRPUBLICClient.swift index 1c66aa20fc1..ad535231d12 100644 --- a/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/ECRPUBLICClient.swift +++ b/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/ECRPUBLICClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ECRPUBLICClient: ClientRuntime.Client { public static let clientName = "ECRPUBLICClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ECRPUBLICClient.ECRPUBLICClientConfiguration let serviceName = "ECR PUBLIC" diff --git a/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/Models.swift b/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/Models.swift index e6b5eb49b9a..66e5e58afbe 100644 --- a/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/Models.swift +++ b/Sources/Services/AWSECRPUBLIC/Sources/AWSECRPUBLIC/Models.swift @@ -37,8 +37,7 @@ extension ECRPUBLICClientTypes { public init( authorizationToken: Swift.String? = nil, expiresAt: Foundation.Date? = nil - ) - { + ) { self.authorizationToken = authorizationToken self.expiresAt = expiresAt } @@ -63,8 +62,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -87,8 +85,7 @@ public struct RegistryNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -111,8 +108,7 @@ public struct RepositoryNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -135,8 +131,7 @@ public struct ServerException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -159,8 +154,7 @@ public struct UnsupportedCommandException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +173,7 @@ public struct BatchCheckLayerAvailabilityInput: Swift.Sendable { layerDigests: [Swift.String]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.layerDigests = layerDigests self.registryId = registryId self.repositoryName = repositoryName @@ -231,8 +224,7 @@ extension ECRPUBLICClientTypes { failureCode: ECRPUBLICClientTypes.LayerFailureCode? = nil, failureReason: Swift.String? = nil, layerDigest: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.layerDigest = layerDigest @@ -287,8 +279,7 @@ extension ECRPUBLICClientTypes { layerDigest: Swift.String? = nil, layerSize: Swift.Int? = nil, mediaType: Swift.String? = nil - ) - { + ) { self.layerAvailability = layerAvailability self.layerDigest = layerDigest self.layerSize = layerSize @@ -306,8 +297,7 @@ public struct BatchCheckLayerAvailabilityOutput: Swift.Sendable { public init( failures: [ECRPUBLICClientTypes.LayerFailure]? = nil, layers: [ECRPUBLICClientTypes.Layer]? = nil - ) - { + ) { self.failures = failures self.layers = layers } @@ -325,8 +315,7 @@ extension ECRPUBLICClientTypes { public init( imageDigest: Swift.String? = nil, imageTag: Swift.String? = nil - ) - { + ) { self.imageDigest = imageDigest self.imageTag = imageTag } @@ -347,8 +336,7 @@ public struct BatchDeleteImageInput: Swift.Sendable { imageIds: [ECRPUBLICClientTypes.ImageIdentifier]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageIds = imageIds self.registryId = registryId self.repositoryName = repositoryName @@ -414,8 +402,7 @@ extension ECRPUBLICClientTypes { failureCode: ECRPUBLICClientTypes.ImageFailureCode? = nil, failureReason: Swift.String? = nil, imageId: ECRPUBLICClientTypes.ImageIdentifier? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.imageId = imageId @@ -432,8 +419,7 @@ public struct BatchDeleteImageOutput: Swift.Sendable { public init( failures: [ECRPUBLICClientTypes.ImageFailure]? = nil, imageIds: [ECRPUBLICClientTypes.ImageIdentifier]? = nil - ) - { + ) { self.failures = failures self.imageIds = imageIds } @@ -457,8 +443,7 @@ public struct EmptyUploadException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -481,8 +466,7 @@ public struct InvalidLayerException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -505,8 +489,7 @@ public struct LayerAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -529,8 +512,7 @@ public struct LayerPartTooSmallException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -553,8 +535,7 @@ public struct UploadNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -577,8 +558,7 @@ public struct CompleteLayerUploadInput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerDigests = layerDigests self.registryId = registryId self.repositoryName = repositoryName @@ -601,8 +581,7 @@ public struct CompleteLayerUploadOutput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerDigest = layerDigest self.registryId = registryId self.repositoryName = repositoryName @@ -628,8 +607,7 @@ public struct InvalidTagParameterException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -652,8 +630,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -676,8 +653,7 @@ public struct RepositoryAlreadyExistsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -700,8 +676,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -742,8 +717,7 @@ extension ECRPUBLICClientTypes { logoImageBlob: Foundation.Data? = nil, operatingSystems: [Swift.String]? = nil, usageText: Swift.String? = nil - ) - { + ) { self.aboutText = aboutText self.architectures = architectures self.description = description @@ -766,8 +740,7 @@ extension ECRPUBLICClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -787,8 +760,7 @@ public struct CreateRepositoryInput: Swift.Sendable { catalogData: ECRPUBLICClientTypes.RepositoryCatalogDataInput? = nil, repositoryName: Swift.String? = nil, tags: [ECRPUBLICClientTypes.Tag]? = nil - ) - { + ) { self.catalogData = catalogData self.repositoryName = repositoryName self.tags = tags @@ -822,8 +794,7 @@ extension ECRPUBLICClientTypes { marketplaceCertified: Swift.Bool? = nil, operatingSystems: [Swift.String]? = nil, usageText: Swift.String? = nil - ) - { + ) { self.aboutText = aboutText self.architectures = architectures self.description = description @@ -856,8 +827,7 @@ extension ECRPUBLICClientTypes { repositoryArn: Swift.String? = nil, repositoryName: Swift.String? = nil, repositoryUri: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.registryId = registryId self.repositoryArn = repositoryArn @@ -876,8 +846,7 @@ public struct CreateRepositoryOutput: Swift.Sendable { public init( catalogData: ECRPUBLICClientTypes.RepositoryCatalogData? = nil, repository: ECRPUBLICClientTypes.Repository? = nil - ) - { + ) { self.catalogData = catalogData self.repository = repository } @@ -901,8 +870,7 @@ public struct RepositoryNotEmptyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -920,8 +888,7 @@ public struct DeleteRepositoryInput: Swift.Sendable { force: Swift.Bool? = false, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.force = force self.registryId = registryId self.repositoryName = repositoryName @@ -934,8 +901,7 @@ public struct DeleteRepositoryOutput: Swift.Sendable { public init( repository: ECRPUBLICClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -958,8 +924,7 @@ public struct RepositoryPolicyNotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -974,8 +939,7 @@ public struct DeleteRepositoryPolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -993,8 +957,7 @@ public struct DeleteRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -1019,8 +982,7 @@ public struct ImageNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1044,8 +1006,7 @@ public struct DescribeImagesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageIds = imageIds self.maxResults = maxResults self.nextToken = nextToken @@ -1084,8 +1045,7 @@ extension ECRPUBLICClientTypes { imageTags: [Swift.String]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.artifactMediaType = artifactMediaType self.imageDigest = imageDigest self.imageManifestMediaType = imageManifestMediaType @@ -1107,8 +1067,7 @@ public struct DescribeImagesOutput: Swift.Sendable { public init( imageDetails: [ECRPUBLICClientTypes.ImageDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageDetails = imageDetails self.nextToken = nextToken } @@ -1130,8 +1089,7 @@ public struct DescribeImageTagsInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registryId = registryId @@ -1160,8 +1118,7 @@ extension ECRPUBLICClientTypes { imageManifestMediaType: Swift.String? = nil, imagePushedAt: Foundation.Date? = nil, imageSizeInBytes: Swift.Int? = nil - ) - { + ) { self.artifactMediaType = artifactMediaType self.imageDigest = imageDigest self.imageManifestMediaType = imageManifestMediaType @@ -1186,8 +1143,7 @@ extension ECRPUBLICClientTypes { createdAt: Foundation.Date? = nil, imageDetail: ECRPUBLICClientTypes.ReferencedImageDetail? = nil, imageTag: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.imageDetail = imageDetail self.imageTag = imageTag @@ -1204,8 +1160,7 @@ public struct DescribeImageTagsOutput: Swift.Sendable { public init( imageTagDetails: [ECRPUBLICClientTypes.ImageTagDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageTagDetails = imageTagDetails self.nextToken = nextToken } @@ -1220,8 +1175,7 @@ public struct DescribeRegistriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1281,8 +1235,7 @@ extension ECRPUBLICClientTypes { name: Swift.String? = nil, primaryRegistryAlias: Swift.Bool = false, status: ECRPUBLICClientTypes.RegistryAliasStatus? = nil - ) - { + ) { self.defaultRegistryAlias = defaultRegistryAlias self.name = name self.primaryRegistryAlias = primaryRegistryAlias @@ -1317,8 +1270,7 @@ extension ECRPUBLICClientTypes { registryId: Swift.String? = nil, registryUri: Swift.String? = nil, verified: Swift.Bool? = nil - ) - { + ) { self.aliases = aliases self.registryArn = registryArn self.registryId = registryId @@ -1338,8 +1290,7 @@ public struct DescribeRegistriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registries: [ECRPUBLICClientTypes.Registry]? = nil - ) - { + ) { self.nextToken = nextToken self.registries = registries } @@ -1360,8 +1311,7 @@ public struct DescribeRepositoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryId: Swift.String? = nil, repositoryNames: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registryId = registryId @@ -1378,8 +1328,7 @@ public struct DescribeRepositoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [ECRPUBLICClientTypes.Repository]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -1396,8 +1345,7 @@ public struct GetAuthorizationTokenOutput: Swift.Sendable { public init( authorizationData: ECRPUBLICClientTypes.AuthorizationData? = nil - ) - { + ) { self.authorizationData = authorizationData } } @@ -1416,8 +1364,7 @@ extension ECRPUBLICClientTypes { public init( displayName: Swift.String? = nil - ) - { + ) { self.displayName = displayName } } @@ -1430,8 +1377,7 @@ public struct GetRegistryCatalogDataOutput: Swift.Sendable { public init( registryCatalogData: ECRPUBLICClientTypes.RegistryCatalogData? = nil - ) - { + ) { self.registryCatalogData = registryCatalogData } } @@ -1454,8 +1400,7 @@ public struct RepositoryCatalogDataNotFoundException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1470,8 +1415,7 @@ public struct GetRepositoryCatalogDataInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -1483,8 +1427,7 @@ public struct GetRepositoryCatalogDataOutput: Swift.Sendable { public init( catalogData: ECRPUBLICClientTypes.RepositoryCatalogData? = nil - ) - { + ) { self.catalogData = catalogData } } @@ -1499,8 +1442,7 @@ public struct GetRepositoryPolicyInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -1518,8 +1460,7 @@ public struct GetRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -1547,8 +1488,7 @@ extension ECRPUBLICClientTypes { imageManifestMediaType: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.imageManifest = imageManifest self.imageManifestMediaType = imageManifestMediaType @@ -1576,8 +1516,7 @@ public struct ImageAlreadyExistsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1600,8 +1539,7 @@ public struct ImageDigestDoesNotMatchException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1624,8 +1562,7 @@ public struct ImageTagAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1640,8 +1577,7 @@ public struct InitiateLayerUploadInput: Swift.Sendable { public init( registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.registryId = registryId self.repositoryName = repositoryName } @@ -1656,8 +1592,7 @@ public struct InitiateLayerUploadOutput: Swift.Sendable { public init( partSize: Swift.Int? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.partSize = partSize self.uploadId = uploadId } @@ -1693,8 +1628,7 @@ public struct InvalidLayerPartException: ClientRuntime.ModeledError, AWSClientRu registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.properties.lastValidByteReceived = lastValidByteReceived self.properties.message = message self.properties.registryId = registryId @@ -1721,8 +1655,7 @@ public struct LayersNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1734,8 +1667,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1746,8 +1678,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ECRPUBLICClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1770,8 +1701,7 @@ public struct ReferencedImagesNotFoundException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1799,8 +1729,7 @@ public struct PutImageInput: Swift.Sendable { imageTag: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.imageDigest = imageDigest self.imageManifest = imageManifest self.imageManifestMediaType = imageManifestMediaType @@ -1816,8 +1745,7 @@ public struct PutImageOutput: Swift.Sendable { public init( image: ECRPUBLICClientTypes.Image? = nil - ) - { + ) { self.image = image } } @@ -1828,8 +1756,7 @@ public struct PutRegistryCatalogDataInput: Swift.Sendable { public init( displayName: Swift.String? = nil - ) - { + ) { self.displayName = displayName } } @@ -1841,8 +1768,7 @@ public struct PutRegistryCatalogDataOutput: Swift.Sendable { public init( registryCatalogData: ECRPUBLICClientTypes.RegistryCatalogData? = nil - ) - { + ) { self.registryCatalogData = registryCatalogData } } @@ -1861,8 +1787,7 @@ public struct PutRepositoryCatalogDataInput: Swift.Sendable { catalogData: ECRPUBLICClientTypes.RepositoryCatalogDataInput? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.catalogData = catalogData self.registryId = registryId self.repositoryName = repositoryName @@ -1875,8 +1800,7 @@ public struct PutRepositoryCatalogDataOutput: Swift.Sendable { public init( catalogData: ECRPUBLICClientTypes.RepositoryCatalogData? = nil - ) - { + ) { self.catalogData = catalogData } } @@ -1898,8 +1822,7 @@ public struct SetRepositoryPolicyInput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.force = force self.policyText = policyText self.registryId = registryId @@ -1919,8 +1842,7 @@ public struct SetRepositoryPolicyOutput: Swift.Sendable { policyText: Swift.String? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.policyText = policyText self.registryId = registryId self.repositoryName = repositoryName @@ -1938,8 +1860,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ECRPUBLICClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1961,8 +1882,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1999,8 +1919,7 @@ public struct UploadLayerPartInput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.layerPartBlob = layerPartBlob self.partFirstByte = partFirstByte self.partLastByte = partLastByte @@ -2025,8 +1944,7 @@ public struct UploadLayerPartOutput: Swift.Sendable { registryId: Swift.String? = nil, repositoryName: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.lastByteReceived = lastByteReceived self.registryId = registryId self.repositoryName = repositoryName diff --git a/Sources/Services/AWSECS/Package.swift.txt b/Sources/Services/AWSECS/Package.swift.txt index 4a97bdc232f..3cc2f876e71 100644 --- a/Sources/Services/AWSECS/Package.swift.txt +++ b/Sources/Services/AWSECS/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSECS/Sources/AWSECS/ECSClient.swift b/Sources/Services/AWSECS/Sources/AWSECS/ECSClient.swift index 3b49e5da5f5..d15b08239fb 100644 --- a/Sources/Services/AWSECS/Sources/AWSECS/ECSClient.swift +++ b/Sources/Services/AWSECS/Sources/AWSECS/ECSClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ECSClient: ClientRuntime.Client { public static let clientName = "ECSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ECSClient.ECSClientConfiguration let serviceName = "ECS" diff --git a/Sources/Services/AWSECS/Sources/AWSECS/Models.swift b/Sources/Services/AWSECS/Sources/AWSECS/Models.swift index 248c8bfa26a..e173ef2790f 100644 --- a/Sources/Services/AWSECS/Sources/AWSECS/Models.swift +++ b/Sources/Services/AWSECS/Sources/AWSECS/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -114,8 +113,7 @@ public struct ClientException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +137,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +161,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -189,8 +185,7 @@ public struct ServerException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -214,8 +209,7 @@ public struct UpdateInProgressException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -299,8 +293,7 @@ extension ECSClientTypes { minimumScalingStepSize: Swift.Int? = nil, status: ECSClientTypes.ManagedScalingStatus? = nil, targetCapacity: Swift.Int? = nil - ) - { + ) { self.instanceWarmupPeriod = instanceWarmupPeriod self.maximumScalingStepSize = maximumScalingStepSize self.minimumScalingStepSize = minimumScalingStepSize @@ -358,8 +351,7 @@ extension ECSClientTypes { managedDraining: ECSClientTypes.ManagedDraining? = nil, managedScaling: ECSClientTypes.ManagedScaling? = nil, managedTerminationProtection: ECSClientTypes.ManagedTerminationProtection? = nil - ) - { + ) { self.autoScalingGroupArn = autoScalingGroupArn self.managedDraining = managedDraining self.managedScaling = managedScaling @@ -394,8 +386,7 @@ extension ECSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -430,8 +421,7 @@ public struct CreateCapacityProviderInput: Swift.Sendable { autoScalingGroupProvider: ECSClientTypes.AutoScalingGroupProvider? = nil, name: Swift.String? = nil, tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.autoScalingGroupProvider = autoScalingGroupProvider self.name = name self.tags = tags @@ -549,8 +539,7 @@ extension ECSClientTypes { tags: [ECSClientTypes.Tag]? = nil, updateStatus: ECSClientTypes.CapacityProviderUpdateStatus? = nil, updateStatusReason: Swift.String? = nil - ) - { + ) { self.autoScalingGroupProvider = autoScalingGroupProvider self.capacityProviderArn = capacityProviderArn self.name = name @@ -568,8 +557,7 @@ public struct CreateCapacityProviderOutput: Swift.Sendable { public init( capacityProvider: ECSClientTypes.CapacityProvider? = nil - ) - { + ) { self.capacityProvider = capacityProvider } } @@ -593,8 +581,7 @@ public struct NamespaceNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -620,8 +607,7 @@ extension ECSClientTypes { s3BucketName: Swift.String? = nil, s3EncryptionEnabled: Swift.Bool = false, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.cloudWatchEncryptionEnabled = cloudWatchEncryptionEnabled self.cloudWatchLogGroupName = cloudWatchLogGroupName self.s3BucketName = s3BucketName @@ -684,8 +670,7 @@ extension ECSClientTypes { kmsKeyId: Swift.String? = nil, logConfiguration: ECSClientTypes.ExecuteCommandLogConfiguration? = nil, logging: ECSClientTypes.ExecuteCommandLogging? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.logConfiguration = logConfiguration self.logging = logging @@ -705,8 +690,7 @@ extension ECSClientTypes { public init( fargateEphemeralStorageKmsKeyId: Swift.String? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.fargateEphemeralStorageKmsKeyId = fargateEphemeralStorageKmsKeyId self.kmsKeyId = kmsKeyId } @@ -725,8 +709,7 @@ extension ECSClientTypes { public init( executeCommandConfiguration: ECSClientTypes.ExecuteCommandConfiguration? = nil, managedStorageConfiguration: ECSClientTypes.ManagedStorageConfiguration? = nil - ) - { + ) { self.executeCommandConfiguration = executeCommandConfiguration self.managedStorageConfiguration = managedStorageConfiguration } @@ -749,8 +732,7 @@ extension ECSClientTypes { base: Swift.Int = 0, capacityProvider: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -768,8 +750,7 @@ extension ECSClientTypes { public init( namespace: Swift.String? = nil - ) - { + ) { self.namespace = namespace } } @@ -813,8 +794,7 @@ extension ECSClientTypes { public init( name: ECSClientTypes.ClusterSettingName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -859,8 +839,7 @@ public struct CreateClusterInput: Swift.Sendable { serviceConnectDefaults: ECSClientTypes.ClusterServiceConnectDefaultsRequest? = nil, settings: [ECSClientTypes.ClusterSetting]? = nil, tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.capacityProviders = capacityProviders self.clusterName = clusterName self.configuration = configuration @@ -883,8 +862,7 @@ extension ECSClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -909,8 +887,7 @@ extension ECSClientTypes { id: Swift.String? = nil, status: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.details = details self.id = id self.status = status @@ -928,8 +905,7 @@ extension ECSClientTypes { public init( namespace: Swift.String? = nil - ) - { + ) { self.namespace = namespace } } @@ -1019,8 +995,7 @@ extension ECSClientTypes { statistics: [ECSClientTypes.KeyValuePair]? = nil, status: Swift.String? = nil, tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.activeServicesCount = activeServicesCount self.attachments = attachments self.attachmentsStatus = attachmentsStatus @@ -1047,8 +1022,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: ECSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1072,8 +1046,7 @@ public struct ClusterNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1097,8 +1070,7 @@ public struct PlatformTaskDefinitionIncompatibilityException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1122,8 +1094,7 @@ public struct PlatformUnknownException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1147,8 +1118,7 @@ public struct UnsupportedFeatureException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1200,8 +1170,7 @@ extension ECSClientTypes { alarmNames: [Swift.String]? = nil, enable: Swift.Bool = false, rollback: Swift.Bool = false - ) - { + ) { self.alarmNames = alarmNames self.enable = enable self.rollback = rollback @@ -1223,8 +1192,7 @@ extension ECSClientTypes { public init( enable: Swift.Bool = false, rollback: Swift.Bool = false - ) - { + ) { self.enable = enable self.rollback = rollback } @@ -1265,8 +1233,7 @@ extension ECSClientTypes { deploymentCircuitBreaker: ECSClientTypes.DeploymentCircuitBreaker? = nil, maximumPercent: Swift.Int? = nil, minimumHealthyPercent: Swift.Int? = nil - ) - { + ) { self.alarms = alarms self.deploymentCircuitBreaker = deploymentCircuitBreaker self.maximumPercent = maximumPercent @@ -1317,8 +1284,7 @@ extension ECSClientTypes { public init( type: ECSClientTypes.DeploymentControllerType? = nil - ) - { + ) { self.type = type } } @@ -1374,8 +1340,7 @@ extension ECSClientTypes { containerPort: Swift.Int? = nil, loadBalancerName: Swift.String? = nil, targetGroupArn: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.loadBalancerName = loadBalancerName @@ -1429,8 +1394,7 @@ extension ECSClientTypes { assignPublicIp: ECSClientTypes.AssignPublicIp? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -1447,8 +1411,7 @@ extension ECSClientTypes { public init( awsvpcConfiguration: ECSClientTypes.AwsVpcConfiguration? = nil - ) - { + ) { self.awsvpcConfiguration = awsvpcConfiguration } } @@ -1495,8 +1458,7 @@ extension ECSClientTypes { public init( expression: Swift.String? = nil, type: ECSClientTypes.PlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -1547,8 +1509,7 @@ extension ECSClientTypes { public init( field: Swift.String? = nil, type: ECSClientTypes.PlacementStrategyType? = nil - ) - { + ) { self.field = field self.type = type } @@ -1684,8 +1645,7 @@ extension ECSClientTypes { public init( name: Swift.String? = nil, valueFrom: Swift.String? = nil - ) - { + ) { self.name = name self.valueFrom = valueFrom } @@ -1716,8 +1676,7 @@ extension ECSClientTypes { logDriver: ECSClientTypes.LogDriver? = nil, options: [Swift.String: Swift.String]? = nil, secretOptions: [ECSClientTypes.Secret]? = nil - ) - { + ) { self.logDriver = logDriver self.options = options self.secretOptions = secretOptions @@ -1738,8 +1697,7 @@ extension ECSClientTypes { public init( dnsName: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.dnsName = dnsName self.port = port } @@ -1758,8 +1716,7 @@ extension ECSClientTypes { public init( idleTimeoutSeconds: Swift.Int? = nil, perRequestTimeoutSeconds: Swift.Int? = nil - ) - { + ) { self.idleTimeoutSeconds = idleTimeoutSeconds self.perRequestTimeoutSeconds = perRequestTimeoutSeconds } @@ -1775,8 +1732,7 @@ extension ECSClientTypes { public init( awsPcaAuthorityArn: Swift.String? = nil - ) - { + ) { self.awsPcaAuthorityArn = awsPcaAuthorityArn } } @@ -1798,8 +1754,7 @@ extension ECSClientTypes { issuerCertificateAuthority: ECSClientTypes.ServiceConnectTlsCertificateAuthority? = nil, kmsKey: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.issuerCertificateAuthority = issuerCertificateAuthority self.kmsKey = kmsKey self.roleArn = roleArn @@ -1832,8 +1787,7 @@ extension ECSClientTypes { portName: Swift.String? = nil, timeout: ECSClientTypes.TimeoutConfiguration? = nil, tls: ECSClientTypes.ServiceConnectTlsConfiguration? = nil - ) - { + ) { self.clientAliases = clientAliases self.discoveryName = discoveryName self.ingressPortOverride = ingressPortOverride @@ -1871,8 +1825,7 @@ extension ECSClientTypes { logConfiguration: ECSClientTypes.LogConfiguration? = nil, namespace: Swift.String? = nil, services: [ECSClientTypes.ServiceConnectService]? = nil - ) - { + ) { self.enabled = enabled self.logConfiguration = logConfiguration self.namespace = namespace @@ -1899,8 +1852,7 @@ extension ECSClientTypes { containerPort: Swift.Int? = nil, port: Swift.Int? = nil, registryArn: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.port = port @@ -1986,8 +1938,7 @@ extension ECSClientTypes { propagateTags: ECSClientTypes.PropagateTags? = nil, resourceType: ECSClientTypes.EBSResourceType? = nil, tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.propagateTags = propagateTags self.resourceType = resourceType self.tags = tags @@ -2059,8 +2010,7 @@ extension ECSClientTypes { tagSpecifications: [ECSClientTypes.EBSTagSpecification]? = nil, throughput: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.encrypted = encrypted self.filesystemType = filesystemType self.iops = iops @@ -2088,8 +2038,7 @@ extension ECSClientTypes { public init( managedEBSVolume: ECSClientTypes.ServiceManagedEBSVolumeConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.managedEBSVolume = managedEBSVolume self.name = name } @@ -2114,8 +2063,7 @@ extension ECSClientTypes { portName: Swift.String? = nil, roleArn: Swift.String? = nil, targetGroupArn: Swift.String? = nil - ) - { + ) { self.portName = portName self.roleArn = roleArn self.targetGroupArn = targetGroupArn @@ -2223,8 +2171,7 @@ public struct CreateServiceInput: Swift.Sendable { taskDefinition: Swift.String? = nil, volumeConfigurations: [ECSClientTypes.ServiceVolumeConfiguration]? = nil, vpcLatticeConfigurations: [ECSClientTypes.VpcLatticeConfiguration]? = nil - ) - { + ) { self.availabilityZoneRebalancing = availabilityZoneRebalancing self.capacityProviderStrategy = capacityProviderStrategy self.clientToken = clientToken @@ -2263,8 +2210,7 @@ extension ECSClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -2314,8 +2260,7 @@ extension ECSClientTypes { public init( discoveryArn: Swift.String? = nil, discoveryName: Swift.String? = nil - ) - { + ) { self.discoveryArn = discoveryArn self.discoveryName = discoveryName } @@ -2391,8 +2336,7 @@ extension ECSClientTypes { updatedAt: Foundation.Date? = nil, volumeConfigurations: [ECSClientTypes.ServiceVolumeConfiguration]? = nil, vpcLatticeConfigurations: [ECSClientTypes.VpcLatticeConfiguration]? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.createdAt = createdAt self.desiredCount = desiredCount @@ -2433,8 +2377,7 @@ extension ECSClientTypes { createdAt: Foundation.Date? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.message = message @@ -2480,8 +2423,7 @@ extension ECSClientTypes { public init( unit: ECSClientTypes.ScaleUnit? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.unit = unit self.value = value } @@ -2623,8 +2565,7 @@ extension ECSClientTypes { taskDefinition: Swift.String? = nil, taskSetArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.clusterArn = clusterArn self.computedDesiredCount = computedDesiredCount @@ -2774,8 +2715,7 @@ extension ECSClientTypes { tags: [ECSClientTypes.Tag]? = nil, taskDefinition: Swift.String? = nil, taskSets: [ECSClientTypes.TaskSet]? = nil - ) - { + ) { self.availabilityZoneRebalancing = availabilityZoneRebalancing self.capacityProviderStrategy = capacityProviderStrategy self.clusterArn = clusterArn @@ -2818,8 +2758,7 @@ public struct CreateServiceOutput: Swift.Sendable { public init( service: ECSClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -2843,8 +2782,7 @@ public struct ServiceNotActiveException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2868,8 +2806,7 @@ public struct ServiceNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2933,8 +2870,7 @@ public struct CreateTaskSetInput: Swift.Sendable { serviceRegistries: [ECSClientTypes.ServiceRegistry]? = nil, tags: [ECSClientTypes.Tag]? = nil, taskDefinition: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.clientToken = clientToken self.cluster = cluster @@ -2957,8 +2893,7 @@ public struct CreateTaskSetOutput: Swift.Sendable { public init( taskSet: ECSClientTypes.TaskSet? = nil - ) - { + ) { self.taskSet = taskSet } } @@ -3023,8 +2958,7 @@ public struct DeleteAccountSettingInput: Swift.Sendable { public init( name: ECSClientTypes.SettingName? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.name = name self.principalArn = principalArn } @@ -3077,8 +3011,7 @@ extension ECSClientTypes { principalArn: Swift.String? = nil, type: ECSClientTypes.SettingType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.principalArn = principalArn self.type = type @@ -3093,8 +3026,7 @@ public struct DeleteAccountSettingOutput: Swift.Sendable { public init( setting: ECSClientTypes.Setting? = nil - ) - { + ) { self.setting = setting } } @@ -3118,8 +3050,7 @@ public struct TargetNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3169,8 +3100,7 @@ extension ECSClientTypes { targetId: Swift.String? = nil, targetType: ECSClientTypes.TargetType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.targetId = targetId self.targetType = targetType @@ -3189,8 +3119,7 @@ public struct DeleteAttributesInput: Swift.Sendable { public init( attributes: [ECSClientTypes.Attribute]? = nil, cluster: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.cluster = cluster } @@ -3202,8 +3131,7 @@ public struct DeleteAttributesOutput: Swift.Sendable { public init( attributes: [ECSClientTypes.Attribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -3215,8 +3143,7 @@ public struct DeleteCapacityProviderInput: Swift.Sendable { public init( capacityProvider: Swift.String? = nil - ) - { + ) { self.capacityProvider = capacityProvider } } @@ -3227,8 +3154,7 @@ public struct DeleteCapacityProviderOutput: Swift.Sendable { public init( capacityProvider: ECSClientTypes.CapacityProvider? = nil - ) - { + ) { self.capacityProvider = capacityProvider } } @@ -3252,8 +3178,7 @@ public struct ClusterContainsContainerInstancesException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3277,8 +3202,7 @@ public struct ClusterContainsServicesException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3302,8 +3226,7 @@ public struct ClusterContainsTasksException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3315,8 +3238,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( cluster: Swift.String? = nil - ) - { + ) { self.cluster = cluster } } @@ -3327,8 +3249,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: ECSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -3346,8 +3267,7 @@ public struct DeleteServiceInput: Swift.Sendable { cluster: Swift.String? = nil, force: Swift.Bool? = nil, service: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.force = force self.service = service @@ -3360,8 +3280,7 @@ public struct DeleteServiceOutput: Swift.Sendable { public init( service: ECSClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -3373,8 +3292,7 @@ public struct DeleteTaskDefinitionsInput: Swift.Sendable { public init( taskDefinitions: [Swift.String]? = nil - ) - { + ) { self.taskDefinitions = taskDefinitions } } @@ -3394,8 +3312,7 @@ extension ECSClientTypes { arn: Swift.String? = nil, detail: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.arn = arn self.detail = detail self.reason = reason @@ -3499,8 +3416,7 @@ extension ECSClientTypes { public init( condition: ECSClientTypes.ContainerCondition? = nil, containerName: Swift.String? = nil - ) - { + ) { self.condition = condition self.containerName = containerName } @@ -3560,8 +3476,7 @@ extension ECSClientTypes { public init( type: ECSClientTypes.EnvironmentFileType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -3582,8 +3497,7 @@ extension ECSClientTypes { public init( hostname: Swift.String? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.ipAddress = ipAddress } @@ -3632,8 +3546,7 @@ extension ECSClientTypes { public init( options: [Swift.String: Swift.String]? = nil, type: ECSClientTypes.FirelensConfigurationType? = nil - ) - { + ) { self.options = options self.type = type } @@ -3714,8 +3627,7 @@ extension ECSClientTypes { retries: Swift.Int? = nil, startPeriod: Swift.Int? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.command = command self.interval = interval self.retries = retries @@ -3737,8 +3649,7 @@ extension ECSClientTypes { public init( add: [Swift.String]? = nil, drop: [Swift.String]? = nil - ) - { + ) { self.add = add self.drop = drop } @@ -3793,8 +3704,7 @@ extension ECSClientTypes { containerPath: Swift.String? = nil, hostPath: Swift.String? = nil, permissions: [ECSClientTypes.DeviceCgroupPermission]? = nil - ) - { + ) { self.containerPath = containerPath self.hostPath = hostPath self.permissions = permissions @@ -3819,8 +3729,7 @@ extension ECSClientTypes { containerPath: Swift.String? = nil, mountOptions: [Swift.String]? = nil, size: Swift.Int = 0 - ) - { + ) { self.containerPath = containerPath self.mountOptions = mountOptions self.size = size @@ -3855,8 +3764,7 @@ extension ECSClientTypes { sharedMemorySize: Swift.Int? = nil, swappiness: Swift.Int? = nil, tmpfs: [ECSClientTypes.Tmpfs]? = nil - ) - { + ) { self.capabilities = capabilities self.devices = devices self.initProcessEnabled = initProcessEnabled @@ -3883,8 +3791,7 @@ extension ECSClientTypes { containerPath: Swift.String? = nil, readOnly: Swift.Bool? = nil, sourceVolume: Swift.String? = nil - ) - { + ) { self.containerPath = containerPath self.readOnly = readOnly self.sourceVolume = sourceVolume @@ -4016,8 +3923,7 @@ extension ECSClientTypes { hostPort: Swift.Int? = nil, name: Swift.String? = nil, `protocol`: ECSClientTypes.TransportProtocol? = nil - ) - { + ) { self.appProtocol = appProtocol self.containerPort = containerPort self.containerPortRange = containerPortRange @@ -4038,8 +3944,7 @@ extension ECSClientTypes { public init( credentialsParameter: Swift.String? = nil - ) - { + ) { self.credentialsParameter = credentialsParameter } } @@ -4088,8 +3993,7 @@ extension ECSClientTypes { public init( type: ECSClientTypes.ResourceType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -4112,8 +4016,7 @@ extension ECSClientTypes { enabled: Swift.Bool? = nil, ignoredExitCodes: [Swift.Int]? = nil, restartAttemptPeriod: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.ignoredExitCodes = ignoredExitCodes self.restartAttemptPeriod = restartAttemptPeriod @@ -4147,8 +4050,7 @@ extension ECSClientTypes { public init( namespace: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.value = value } @@ -4241,8 +4143,7 @@ extension ECSClientTypes { hardLimit: Swift.Int = 0, name: ECSClientTypes.UlimitName? = nil, softLimit: Swift.Int = 0 - ) - { + ) { self.hardLimit = hardLimit self.name = name self.softLimit = softLimit @@ -4291,8 +4192,7 @@ extension ECSClientTypes { public init( readOnly: Swift.Bool? = nil, sourceContainer: Swift.String? = nil - ) - { + ) { self.readOnly = readOnly self.sourceContainer = sourceContainer } @@ -4483,8 +4383,7 @@ extension ECSClientTypes { versionConsistency: ECSClientTypes.VersionConsistency? = nil, volumesFrom: [ECSClientTypes.VolumeFrom]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.command = command self.cpu = cpu self.credentialSpecs = credentialSpecs @@ -4545,8 +4444,7 @@ extension ECSClientTypes { public init( sizeInGiB: Swift.Int = 0 - ) - { + ) { self.sizeInGiB = sizeInGiB } } @@ -4566,8 +4464,7 @@ extension ECSClientTypes { public init( deviceName: Swift.String? = nil, deviceType: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.deviceType = deviceType } @@ -4708,8 +4605,7 @@ extension ECSClientTypes { public init( expression: Swift.String? = nil, type: ECSClientTypes.TaskDefinitionPlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -4772,8 +4668,7 @@ extension ECSClientTypes { containerName: Swift.String? = nil, properties: [ECSClientTypes.KeyValuePair]? = nil, type: ECSClientTypes.ProxyConfigurationType? = nil - ) - { + ) { self.containerName = containerName self.properties = properties self.type = type @@ -4869,8 +4764,7 @@ extension ECSClientTypes { public init( cpuArchitecture: ECSClientTypes.CPUArchitecture? = nil, operatingSystemFamily: ECSClientTypes.OSFamily? = nil - ) - { + ) { self.cpuArchitecture = cpuArchitecture self.operatingSystemFamily = operatingSystemFamily } @@ -4959,8 +4853,7 @@ extension ECSClientTypes { driverOpts: [Swift.String: Swift.String]? = nil, labels: [Swift.String: Swift.String]? = nil, scope: ECSClientTypes.Scope? = nil - ) - { + ) { self.autoprovision = autoprovision self.driver = driver self.driverOpts = driverOpts @@ -5011,8 +4904,7 @@ extension ECSClientTypes { public init( accessPointId: Swift.String? = nil, iam: ECSClientTypes.EFSAuthorizationConfigIAM? = nil - ) - { + ) { self.accessPointId = accessPointId self.iam = iam } @@ -5070,8 +4962,7 @@ extension ECSClientTypes { rootDirectory: Swift.String? = nil, transitEncryption: ECSClientTypes.EFSTransitEncryption? = nil, transitEncryptionPort: Swift.Int? = nil - ) - { + ) { self.authorizationConfig = authorizationConfig self.fileSystemId = fileSystemId self.rootDirectory = rootDirectory @@ -5095,8 +4986,7 @@ extension ECSClientTypes { public init( credentialsParameter: Swift.String? = nil, domain: Swift.String? = nil - ) - { + ) { self.credentialsParameter = credentialsParameter self.domain = domain } @@ -5121,8 +5011,7 @@ extension ECSClientTypes { authorizationConfig: ECSClientTypes.FSxWindowsFileServerAuthorizationConfig? = nil, fileSystemId: Swift.String? = nil, rootDirectory: Swift.String? = nil - ) - { + ) { self.authorizationConfig = authorizationConfig self.fileSystemId = fileSystemId self.rootDirectory = rootDirectory @@ -5139,8 +5028,7 @@ extension ECSClientTypes { public init( sourcePath: Swift.String? = nil - ) - { + ) { self.sourcePath = sourcePath } } @@ -5170,8 +5058,7 @@ extension ECSClientTypes { fsxWindowsFileServerVolumeConfiguration: ECSClientTypes.FSxWindowsFileServerVolumeConfiguration? = nil, host: ECSClientTypes.HostVolumeProperties? = nil, name: Swift.String? = nil - ) - { + ) { self.configuredAtLaunch = configuredAtLaunch self.dockerVolumeConfiguration = dockerVolumeConfiguration self.efsVolumeConfiguration = efsVolumeConfiguration @@ -5298,8 +5185,7 @@ extension ECSClientTypes { taskDefinitionArn: Swift.String? = nil, taskRoleArn: Swift.String? = nil, volumes: [ECSClientTypes.Volume]? = nil - ) - { + ) { self.compatibilities = compatibilities self.containerDefinitions = containerDefinitions self.cpu = cpu @@ -5338,8 +5224,7 @@ public struct DeleteTaskDefinitionsOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, taskDefinitions: [ECSClientTypes.TaskDefinition]? = nil - ) - { + ) { self.failures = failures self.taskDefinitions = taskDefinitions } @@ -5364,8 +5249,7 @@ public struct TaskSetNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5388,8 +5272,7 @@ public struct DeleteTaskSetInput: Swift.Sendable { force: Swift.Bool? = nil, service: Swift.String? = nil, taskSet: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.force = force self.service = service @@ -5403,8 +5286,7 @@ public struct DeleteTaskSetOutput: Swift.Sendable { public init( taskSet: ECSClientTypes.TaskSet? = nil - ) - { + ) { self.taskSet = taskSet } } @@ -5422,8 +5304,7 @@ public struct DeregisterContainerInstanceInput: Swift.Sendable { cluster: Swift.String? = nil, containerInstance: Swift.String? = nil, force: Swift.Bool? = nil - ) - { + ) { self.cluster = cluster self.containerInstance = containerInstance self.force = force @@ -5509,8 +5390,7 @@ extension ECSClientTypes { lastUpdated: Foundation.Date? = nil, status: ECSClientTypes.InstanceHealthCheckState? = nil, type: ECSClientTypes.InstanceHealthCheckType? = nil - ) - { + ) { self.lastStatusChange = lastStatusChange self.lastUpdated = lastUpdated self.status = status @@ -5531,8 +5411,7 @@ extension ECSClientTypes { public init( details: [ECSClientTypes.InstanceHealthCheckResult]? = nil, overallStatus: ECSClientTypes.InstanceHealthCheckState? = nil - ) - { + ) { self.details = details self.overallStatus = overallStatus } @@ -5563,8 +5442,7 @@ extension ECSClientTypes { name: Swift.String? = nil, stringSetValue: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.doubleValue = doubleValue self.integerValue = integerValue self.longValue = longValue @@ -5590,8 +5468,7 @@ extension ECSClientTypes { agentHash: Swift.String? = nil, agentVersion: Swift.String? = nil, dockerVersion: Swift.String? = nil - ) - { + ) { self.agentHash = agentHash self.agentVersion = agentVersion self.dockerVersion = dockerVersion @@ -5673,8 +5550,7 @@ extension ECSClientTypes { tags: [ECSClientTypes.Tag]? = nil, version: Swift.Int = 0, versionInfo: ECSClientTypes.VersionInfo? = nil - ) - { + ) { self.agentConnected = agentConnected self.agentUpdateStatus = agentUpdateStatus self.attachments = attachments @@ -5703,8 +5579,7 @@ public struct DeregisterContainerInstanceOutput: Swift.Sendable { public init( containerInstance: ECSClientTypes.ContainerInstance? = nil - ) - { + ) { self.containerInstance = containerInstance } } @@ -5716,8 +5591,7 @@ public struct DeregisterTaskDefinitionInput: Swift.Sendable { public init( taskDefinition: Swift.String? = nil - ) - { + ) { self.taskDefinition = taskDefinition } } @@ -5728,8 +5602,7 @@ public struct DeregisterTaskDefinitionOutput: Swift.Sendable { public init( taskDefinition: ECSClientTypes.TaskDefinition? = nil - ) - { + ) { self.taskDefinition = taskDefinition } } @@ -5775,8 +5648,7 @@ public struct DescribeCapacityProvidersInput: Swift.Sendable { include: [ECSClientTypes.CapacityProviderField]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityProviders = capacityProviders self.include = include self.maxResults = maxResults @@ -5796,8 +5668,7 @@ public struct DescribeCapacityProvidersOutput: Swift.Sendable { capacityProviders: [ECSClientTypes.CapacityProvider]? = nil, failures: [ECSClientTypes.Failure]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityProviders = capacityProviders self.failures = failures self.nextToken = nextToken @@ -5851,8 +5722,7 @@ public struct DescribeClustersInput: Swift.Sendable { public init( clusters: [Swift.String]? = nil, include: [ECSClientTypes.ClusterField]? = nil - ) - { + ) { self.clusters = clusters self.include = include } @@ -5867,8 +5737,7 @@ public struct DescribeClustersOutput: Swift.Sendable { public init( clusters: [ECSClientTypes.Cluster]? = nil, failures: [ECSClientTypes.Failure]? = nil - ) - { + ) { self.clusters = clusters self.failures = failures } @@ -5916,8 +5785,7 @@ public struct DescribeContainerInstancesInput: Swift.Sendable { cluster: Swift.String? = nil, containerInstances: [Swift.String]? = nil, include: [ECSClientTypes.ContainerInstanceField]? = nil - ) - { + ) { self.cluster = cluster self.containerInstances = containerInstances self.include = include @@ -5933,8 +5801,7 @@ public struct DescribeContainerInstancesOutput: Swift.Sendable { public init( containerInstances: [ECSClientTypes.ContainerInstance]? = nil, failures: [ECSClientTypes.Failure]? = nil - ) - { + ) { self.containerInstances = containerInstances self.failures = failures } @@ -5947,8 +5814,7 @@ public struct DescribeServiceDeploymentsInput: Swift.Sendable { public init( serviceDeploymentArns: [Swift.String]? = nil - ) - { + ) { self.serviceDeploymentArns = serviceDeploymentArns } } @@ -6003,8 +5869,7 @@ extension ECSClientTypes { alarmNames: [Swift.String]? = nil, status: ECSClientTypes.ServiceDeploymentRollbackMonitorsStatus? = nil, triggeredAlarmNames: [Swift.String]? = nil - ) - { + ) { self.alarmNames = alarmNames self.status = status self.triggeredAlarmNames = triggeredAlarmNames @@ -6027,8 +5892,7 @@ extension ECSClientTypes { failureCount: Swift.Int = 0, status: ECSClientTypes.ServiceDeploymentRollbackMonitorsStatus? = nil, threshold: Swift.Int = 0 - ) - { + ) { self.failureCount = failureCount self.status = status self.threshold = threshold @@ -6051,8 +5915,7 @@ extension ECSClientTypes { reason: Swift.String? = nil, serviceRevisionArn: Swift.String? = nil, startedAt: Foundation.Date? = nil - ) - { + ) { self.reason = reason self.serviceRevisionArn = serviceRevisionArn self.startedAt = startedAt @@ -6078,8 +5941,7 @@ extension ECSClientTypes { pendingTaskCount: Swift.Int = 0, requestedTaskCount: Swift.Int = 0, runningTaskCount: Swift.Int = 0 - ) - { + ) { self.arn = arn self.pendingTaskCount = pendingTaskCount self.requestedTaskCount = requestedTaskCount @@ -6193,8 +6055,7 @@ extension ECSClientTypes { stoppedAt: Foundation.Date? = nil, targetServiceRevision: ECSClientTypes.ServiceRevisionSummary? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.alarms = alarms self.clusterArn = clusterArn self.createdAt = createdAt @@ -6224,8 +6085,7 @@ public struct DescribeServiceDeploymentsOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, serviceDeployments: [ECSClientTypes.ServiceDeployment]? = nil - ) - { + ) { self.failures = failures self.serviceDeployments = serviceDeployments } @@ -6238,8 +6098,7 @@ public struct DescribeServiceRevisionsInput: Swift.Sendable { public init( serviceRevisionArns: [Swift.String]? = nil - ) - { + ) { self.serviceRevisionArns = serviceRevisionArns } } @@ -6259,8 +6118,7 @@ extension ECSClientTypes { containerName: Swift.String? = nil, image: Swift.String? = nil, imageDigest: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.image = image self.imageDigest = imageDigest @@ -6328,8 +6186,7 @@ extension ECSClientTypes { taskDefinition: Swift.String? = nil, volumeConfigurations: [ECSClientTypes.ServiceVolumeConfiguration]? = nil, vpcLatticeConfigurations: [ECSClientTypes.VpcLatticeConfiguration]? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.clusterArn = clusterArn self.containerImages = containerImages @@ -6361,8 +6218,7 @@ public struct DescribeServiceRevisionsOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, serviceRevisions: [ECSClientTypes.ServiceRevision]? = nil - ) - { + ) { self.failures = failures self.serviceRevisions = serviceRevisions } @@ -6407,8 +6263,7 @@ public struct DescribeServicesInput: Swift.Sendable { cluster: Swift.String? = nil, include: [ECSClientTypes.ServiceField]? = nil, services: [Swift.String]? = nil - ) - { + ) { self.cluster = cluster self.include = include self.services = services @@ -6424,8 +6279,7 @@ public struct DescribeServicesOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, services: [ECSClientTypes.Service]? = nil - ) - { + ) { self.failures = failures self.services = services } @@ -6467,8 +6321,7 @@ public struct DescribeTaskDefinitionInput: Swift.Sendable { public init( include: [ECSClientTypes.TaskDefinitionField]? = nil, taskDefinition: Swift.String? = nil - ) - { + ) { self.include = include self.taskDefinition = taskDefinition } @@ -6497,8 +6350,7 @@ public struct DescribeTaskDefinitionOutput: Swift.Sendable { public init( tags: [ECSClientTypes.Tag]? = nil, taskDefinition: ECSClientTypes.TaskDefinition? = nil - ) - { + ) { self.tags = tags self.taskDefinition = taskDefinition } @@ -6543,8 +6395,7 @@ public struct DescribeTasksInput: Swift.Sendable { cluster: Swift.String? = nil, include: [ECSClientTypes.TaskField]? = nil, tasks: [Swift.String]? = nil - ) - { + ) { self.cluster = cluster self.include = include self.tasks = tasks @@ -6656,8 +6507,7 @@ extension ECSClientTypes { lastStatus: Swift.String? = nil, name: ECSClientTypes.ManagedAgentName? = nil, reason: Swift.String? = nil - ) - { + ) { self.lastStartedAt = lastStartedAt self.lastStatus = lastStatus self.name = name @@ -6722,8 +6572,7 @@ extension ECSClientTypes { hostPort: Swift.Int? = nil, hostPortRange: Swift.String? = nil, `protocol`: ECSClientTypes.TransportProtocol? = nil - ) - { + ) { self.bindIP = bindIP self.containerPort = containerPort self.containerPortRange = containerPortRange @@ -6749,8 +6598,7 @@ extension ECSClientTypes { attachmentId: Swift.String? = nil, ipv6Address: Swift.String? = nil, privateIpv4Address: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.ipv6Address = ipv6Address self.privateIpv4Address = privateIpv4Address @@ -6815,8 +6663,7 @@ extension ECSClientTypes { reason: Swift.String? = nil, runtimeId: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.containerArn = containerArn self.cpu = cpu self.exitCode = exitCode @@ -6850,8 +6697,7 @@ extension ECSClientTypes { public init( kmsKeyId: Swift.String? = nil, sizeInGiB: Swift.Int = 0 - ) - { + ) { self.kmsKeyId = kmsKeyId self.sizeInGiB = sizeInGiB } @@ -6888,8 +6734,7 @@ extension ECSClientTypes { memoryReservation: Swift.Int? = nil, name: Swift.String? = nil, resourceRequirements: [ECSClientTypes.ResourceRequirement]? = nil - ) - { + ) { self.command = command self.cpu = cpu self.environment = environment @@ -6914,8 +6759,7 @@ extension ECSClientTypes { public init( deviceName: Swift.String? = nil, deviceType: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.deviceType = deviceType } @@ -6953,8 +6797,7 @@ extension ECSClientTypes { inferenceAcceleratorOverrides: [ECSClientTypes.InferenceAcceleratorOverride]? = nil, memory: Swift.String? = nil, taskRoleArn: Swift.String? = nil - ) - { + ) { self.containerOverrides = containerOverrides self.cpu = cpu self.ephemeralStorage = ephemeralStorage @@ -7166,8 +7009,7 @@ extension ECSClientTypes { taskArn: Swift.String? = nil, taskDefinitionArn: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.attachments = attachments self.attributes = attributes self.availabilityZone = availabilityZone @@ -7218,8 +7060,7 @@ public struct DescribeTasksOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, tasks: [ECSClientTypes.Task]? = nil - ) - { + ) { self.failures = failures self.tasks = tasks } @@ -7268,8 +7109,7 @@ public struct DescribeTaskSetsInput: Swift.Sendable { include: [ECSClientTypes.TaskSetField]? = nil, service: Swift.String? = nil, taskSets: [Swift.String]? = nil - ) - { + ) { self.cluster = cluster self.include = include self.service = service @@ -7286,8 +7126,7 @@ public struct DescribeTaskSetsOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, taskSets: [ECSClientTypes.TaskSet]? = nil - ) - { + ) { self.failures = failures self.taskSets = taskSets } @@ -7302,8 +7141,7 @@ public struct DiscoverPollEndpointInput: Swift.Sendable { public init( cluster: Swift.String? = nil, containerInstance: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.containerInstance = containerInstance } @@ -7321,8 +7159,7 @@ public struct DiscoverPollEndpointOutput: Swift.Sendable { endpoint: Swift.String? = nil, serviceConnectEndpoint: Swift.String? = nil, telemetryEndpoint: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.serviceConnectEndpoint = serviceConnectEndpoint self.telemetryEndpoint = telemetryEndpoint @@ -7357,8 +7194,7 @@ public struct TargetNotConnectedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7384,8 +7220,7 @@ public struct ExecuteCommandInput: Swift.Sendable { container: Swift.String? = nil, interactive: Swift.Bool? = false, task: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.command = command self.container = container @@ -7409,8 +7244,7 @@ extension ECSClientTypes { sessionId: Swift.String? = nil, streamUrl: Swift.String? = nil, tokenValue: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId self.streamUrl = streamUrl self.tokenValue = tokenValue @@ -7444,8 +7278,7 @@ public struct ExecuteCommandOutput: Swift.Sendable { interactive: Swift.Bool = false, session: ECSClientTypes.Session? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.containerArn = containerArn self.containerName = containerName @@ -7474,8 +7307,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7490,8 +7322,7 @@ public struct GetTaskProtectionInput: Swift.Sendable { public init( cluster: Swift.String? = nil, tasks: [Swift.String]? = nil - ) - { + ) { self.cluster = cluster self.tasks = tasks } @@ -7512,8 +7343,7 @@ extension ECSClientTypes { expirationDate: Foundation.Date? = nil, protectionEnabled: Swift.Bool = false, taskArn: Swift.String? = nil - ) - { + ) { self.expirationDate = expirationDate self.protectionEnabled = protectionEnabled self.taskArn = taskArn @@ -7536,8 +7366,7 @@ public struct GetTaskProtectionOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, protectedTasks: [ECSClientTypes.ProtectedTask]? = nil - ) - { + ) { self.failures = failures self.protectedTasks = protectedTasks } @@ -7564,8 +7393,7 @@ public struct ListAccountSettingsInput: Swift.Sendable { nextToken: Swift.String? = nil, principalArn: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.effectiveSettings = effectiveSettings self.maxResults = maxResults self.name = name @@ -7584,8 +7412,7 @@ public struct ListAccountSettingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, settings: [ECSClientTypes.Setting]? = nil - ) - { + ) { self.nextToken = nextToken self.settings = settings } @@ -7613,8 +7440,7 @@ public struct ListAttributesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetType: ECSClientTypes.TargetType? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.cluster = cluster @@ -7633,8 +7459,7 @@ public struct ListAttributesOutput: Swift.Sendable { public init( attributes: [ECSClientTypes.Attribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.nextToken = nextToken } @@ -7649,8 +7474,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7665,8 +7489,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusterArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArns = clusterArns self.nextToken = nextToken } @@ -7728,8 +7551,7 @@ public struct ListContainerInstancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: ECSClientTypes.ContainerInstanceStatus? = nil - ) - { + ) { self.cluster = cluster self.filter = filter self.maxResults = maxResults @@ -7747,8 +7569,7 @@ public struct ListContainerInstancesOutput: Swift.Sendable { public init( containerInstanceArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerInstanceArns = containerInstanceArns self.nextToken = nextToken } @@ -7766,8 +7587,7 @@ extension ECSClientTypes { public init( after: Foundation.Date? = nil, before: Foundation.Date? = nil - ) - { + ) { self.after = after self.before = before } @@ -7796,8 +7616,7 @@ public struct ListServiceDeploymentsInput: Swift.Sendable { nextToken: Swift.String? = nil, service: Swift.String? = nil, status: [ECSClientTypes.ServiceDeploymentStatus]? = nil - ) - { + ) { self.cluster = cluster self.createdAt = createdAt self.maxResults = maxResults @@ -7840,8 +7659,7 @@ extension ECSClientTypes { status: ECSClientTypes.ServiceDeploymentStatus? = nil, statusReason: Swift.String? = nil, targetServiceRevisionArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.createdAt = createdAt self.finishedAt = finishedAt @@ -7880,8 +7698,7 @@ public struct ListServiceDeploymentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceDeployments: [ECSClientTypes.ServiceDeploymentBrief]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceDeployments = serviceDeployments } @@ -7905,8 +7722,7 @@ public struct ListServicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schedulingStrategy: ECSClientTypes.SchedulingStrategy? = nil - ) - { + ) { self.cluster = cluster self.launchType = launchType self.maxResults = maxResults @@ -7924,8 +7740,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceArns = serviceArns } @@ -7944,8 +7759,7 @@ public struct ListServicesByNamespaceInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namespace = namespace self.nextToken = nextToken @@ -7961,8 +7775,7 @@ public struct ListServicesByNamespaceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceArns = serviceArns } @@ -7975,8 +7788,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7987,8 +7799,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -8040,8 +7851,7 @@ public struct ListTaskDefinitionFamiliesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: ECSClientTypes.TaskDefinitionFamilyStatus? = nil - ) - { + ) { self.familyPrefix = familyPrefix self.maxResults = maxResults self.nextToken = nextToken @@ -8058,8 +7868,7 @@ public struct ListTaskDefinitionFamiliesOutput: Swift.Sendable { public init( families: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.families = families self.nextToken = nextToken } @@ -8112,8 +7921,7 @@ public struct ListTaskDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: ECSClientTypes.SortOrder? = nil, status: ECSClientTypes.TaskDefinitionStatus? = nil - ) - { + ) { self.familyPrefix = familyPrefix self.maxResults = maxResults self.nextToken = nextToken @@ -8131,8 +7939,7 @@ public struct ListTaskDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskDefinitionArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.taskDefinitionArns = taskDefinitionArns } @@ -8200,8 +8007,7 @@ public struct ListTasksInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceName: Swift.String? = nil, startedBy: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.containerInstance = containerInstance self.desiredStatus = desiredStatus @@ -8223,8 +8029,7 @@ public struct ListTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.taskArns = taskArns } @@ -8270,8 +8075,7 @@ public struct PutAccountSettingInput: Swift.Sendable { name: ECSClientTypes.SettingName? = nil, principalArn: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.principalArn = principalArn self.value = value @@ -8284,8 +8088,7 @@ public struct PutAccountSettingOutput: Swift.Sendable { public init( setting: ECSClientTypes.Setting? = nil - ) - { + ) { self.setting = setting } } @@ -8327,8 +8130,7 @@ public struct PutAccountSettingDefaultInput: Swift.Sendable { public init( name: ECSClientTypes.SettingName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -8340,8 +8142,7 @@ public struct PutAccountSettingDefaultOutput: Swift.Sendable { public init( setting: ECSClientTypes.Setting? = nil - ) - { + ) { self.setting = setting } } @@ -8365,8 +8166,7 @@ public struct AttributeLimitExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8381,8 +8181,7 @@ public struct PutAttributesInput: Swift.Sendable { public init( attributes: [ECSClientTypes.Attribute]? = nil, cluster: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.cluster = cluster } @@ -8394,8 +8193,7 @@ public struct PutAttributesOutput: Swift.Sendable { public init( attributes: [ECSClientTypes.Attribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -8419,8 +8217,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8440,8 +8237,7 @@ public struct PutClusterCapacityProvidersInput: Swift.Sendable { capacityProviders: [Swift.String]? = nil, cluster: Swift.String? = nil, defaultCapacityProviderStrategy: [ECSClientTypes.CapacityProviderStrategyItem]? = nil - ) - { + ) { self.capacityProviders = capacityProviders self.cluster = cluster self.defaultCapacityProviderStrategy = defaultCapacityProviderStrategy @@ -8454,8 +8250,7 @@ public struct PutClusterCapacityProvidersOutput: Swift.Sendable { public init( cluster: ECSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -8500,8 +8295,7 @@ extension ECSClientTypes { public init( id: Swift.String? = nil, type: ECSClientTypes.PlatformDeviceType? = nil - ) - { + ) { self.id = id self.type = type } @@ -8552,8 +8346,7 @@ public struct RegisterContainerInstanceInput: Swift.Sendable { tags: [ECSClientTypes.Tag]? = nil, totalResources: [ECSClientTypes.Resource]? = nil, versionInfo: ECSClientTypes.VersionInfo? = nil - ) - { + ) { self.attributes = attributes self.cluster = cluster self.containerInstanceArn = containerInstanceArn @@ -8572,8 +8365,7 @@ public struct RegisterContainerInstanceOutput: Swift.Sendable { public init( containerInstance: ECSClientTypes.ContainerInstance? = nil - ) - { + ) { self.containerInstance = containerInstance } } @@ -8690,8 +8482,7 @@ public struct RegisterTaskDefinitionInput: Swift.Sendable { tags: [ECSClientTypes.Tag]? = nil, taskRoleArn: Swift.String? = nil, volumes: [ECSClientTypes.Volume]? = nil - ) - { + ) { self.containerDefinitions = containerDefinitions self.cpu = cpu self.enableFaultInjection = enableFaultInjection @@ -8722,8 +8513,7 @@ public struct RegisterTaskDefinitionOutput: Swift.Sendable { public init( tags: [ECSClientTypes.Tag]? = nil, taskDefinition: ECSClientTypes.TaskDefinition? = nil - ) - { + ) { self.tags = tags self.taskDefinition = taskDefinition } @@ -8748,8 +8538,7 @@ public struct BlockedException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8780,8 +8569,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.resourceIds = resourceIds } @@ -8797,8 +8585,7 @@ extension ECSClientTypes { public init( deleteOnTermination: Swift.Bool? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination } } @@ -8871,8 +8658,7 @@ extension ECSClientTypes { terminationPolicy: ECSClientTypes.TaskManagedEBSVolumeTerminationPolicy? = nil, throughput: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.encrypted = encrypted self.filesystemType = filesystemType self.iops = iops @@ -8901,8 +8687,7 @@ extension ECSClientTypes { public init( managedEBSVolume: ECSClientTypes.TaskManagedEBSVolumeConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.managedEBSVolume = managedEBSVolume self.name = name } @@ -8984,8 +8769,7 @@ public struct RunTaskInput: Swift.Sendable { tags: [ECSClientTypes.Tag]? = nil, taskDefinition: Swift.String? = nil, volumeConfigurations: [ECSClientTypes.TaskVolumeConfiguration]? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.clientToken = clientToken self.cluster = cluster @@ -9017,8 +8801,7 @@ public struct RunTaskOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, tasks: [ECSClientTypes.Task]? = nil - ) - { + ) { self.failures = failures self.tasks = tasks } @@ -9082,8 +8865,7 @@ public struct StartTaskInput: Swift.Sendable { tags: [ECSClientTypes.Tag]? = nil, taskDefinition: Swift.String? = nil, volumeConfigurations: [ECSClientTypes.TaskVolumeConfiguration]? = nil - ) - { + ) { self.cluster = cluster self.containerInstances = containerInstances self.enableECSManagedTags = enableECSManagedTags @@ -9109,8 +8891,7 @@ public struct StartTaskOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, tasks: [ECSClientTypes.Task]? = nil - ) - { + ) { self.failures = failures self.tasks = tasks } @@ -9129,8 +8910,7 @@ public struct StopTaskInput: Swift.Sendable { cluster: Swift.String? = nil, reason: Swift.String? = nil, task: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.reason = reason self.task = task @@ -9143,8 +8923,7 @@ public struct StopTaskOutput: Swift.Sendable { public init( task: ECSClientTypes.Task? = nil - ) - { + ) { self.task = task } } @@ -9163,8 +8942,7 @@ extension ECSClientTypes { public init( attachmentArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.attachmentArn = attachmentArn self.status = status } @@ -9181,8 +8959,7 @@ public struct SubmitAttachmentStateChangesInput: Swift.Sendable { public init( attachments: [ECSClientTypes.AttachmentStateChange]? = nil, cluster: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.cluster = cluster } @@ -9194,8 +8971,7 @@ public struct SubmitAttachmentStateChangesOutput: Swift.Sendable { public init( acknowledgment: Swift.String? = nil - ) - { + ) { self.acknowledgment = acknowledgment } } @@ -9227,8 +9003,7 @@ public struct SubmitContainerStateChangeInput: Swift.Sendable { runtimeId: Swift.String? = nil, status: Swift.String? = nil, task: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.containerName = containerName self.exitCode = exitCode @@ -9246,8 +9021,7 @@ public struct SubmitContainerStateChangeOutput: Swift.Sendable { public init( acknowledgment: Swift.String? = nil - ) - { + ) { self.acknowledgment = acknowledgment } } @@ -9279,8 +9053,7 @@ extension ECSClientTypes { reason: Swift.String? = nil, runtimeId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.exitCode = exitCode self.imageDigest = imageDigest @@ -9313,8 +9086,7 @@ extension ECSClientTypes { managedAgentName: ECSClientTypes.ManagedAgentName? = nil, reason: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.managedAgentName = managedAgentName self.reason = reason @@ -9356,8 +9128,7 @@ public struct SubmitTaskStateChangeInput: Swift.Sendable { reason: Swift.String? = nil, status: Swift.String? = nil, task: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.cluster = cluster self.containers = containers @@ -9377,8 +9148,7 @@ public struct SubmitTaskStateChangeOutput: Swift.Sendable { public init( acknowledgment: Swift.String? = nil - ) - { + ) { self.acknowledgment = acknowledgment } } @@ -9408,8 +9178,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ECSClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -9431,8 +9200,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -9458,8 +9226,7 @@ extension ECSClientTypes { managedDraining: ECSClientTypes.ManagedDraining? = nil, managedScaling: ECSClientTypes.ManagedScaling? = nil, managedTerminationProtection: ECSClientTypes.ManagedTerminationProtection? = nil - ) - { + ) { self.managedDraining = managedDraining self.managedScaling = managedScaling self.managedTerminationProtection = managedTerminationProtection @@ -9478,8 +9245,7 @@ public struct UpdateCapacityProviderInput: Swift.Sendable { public init( autoScalingGroupProvider: ECSClientTypes.AutoScalingGroupProviderUpdate? = nil, name: Swift.String? = nil - ) - { + ) { self.autoScalingGroupProvider = autoScalingGroupProvider self.name = name } @@ -9491,8 +9257,7 @@ public struct UpdateCapacityProviderOutput: Swift.Sendable { public init( capacityProvider: ECSClientTypes.CapacityProvider? = nil - ) - { + ) { self.capacityProvider = capacityProvider } } @@ -9513,8 +9278,7 @@ public struct UpdateClusterInput: Swift.Sendable { configuration: ECSClientTypes.ClusterConfiguration? = nil, serviceConnectDefaults: ECSClientTypes.ClusterServiceConnectDefaultsRequest? = nil, settings: [ECSClientTypes.ClusterSetting]? = nil - ) - { + ) { self.cluster = cluster self.configuration = configuration self.serviceConnectDefaults = serviceConnectDefaults @@ -9528,8 +9292,7 @@ public struct UpdateClusterOutput: Swift.Sendable { public init( cluster: ECSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -9545,8 +9308,7 @@ public struct UpdateClusterSettingsInput: Swift.Sendable { public init( cluster: Swift.String? = nil, settings: [ECSClientTypes.ClusterSetting]? = nil - ) - { + ) { self.cluster = cluster self.settings = settings } @@ -9558,8 +9320,7 @@ public struct UpdateClusterSettingsOutput: Swift.Sendable { public init( cluster: ECSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -9583,8 +9344,7 @@ public struct MissingVersionException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9608,8 +9368,7 @@ public struct NoUpdateAvailableException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9624,8 +9383,7 @@ public struct UpdateContainerAgentInput: Swift.Sendable { public init( cluster: Swift.String? = nil, containerInstance: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.containerInstance = containerInstance } @@ -9637,8 +9395,7 @@ public struct UpdateContainerAgentOutput: Swift.Sendable { public init( containerInstance: ECSClientTypes.ContainerInstance? = nil - ) - { + ) { self.containerInstance = containerInstance } } @@ -9657,8 +9414,7 @@ public struct UpdateContainerInstancesStateInput: Swift.Sendable { cluster: Swift.String? = nil, containerInstances: [Swift.String]? = nil, status: ECSClientTypes.ContainerInstanceStatus? = nil - ) - { + ) { self.cluster = cluster self.containerInstances = containerInstances self.status = status @@ -9674,8 +9430,7 @@ public struct UpdateContainerInstancesStateOutput: Swift.Sendable { public init( containerInstances: [ECSClientTypes.ContainerInstance]? = nil, failures: [ECSClientTypes.Failure]? = nil - ) - { + ) { self.containerInstances = containerInstances self.failures = failures } @@ -9748,8 +9503,7 @@ public struct UpdateServiceInput: Swift.Sendable { taskDefinition: Swift.String? = nil, volumeConfigurations: [ECSClientTypes.ServiceVolumeConfiguration]? = nil, vpcLatticeConfigurations: [ECSClientTypes.VpcLatticeConfiguration]? = nil - ) - { + ) { self.availabilityZoneRebalancing = availabilityZoneRebalancing self.capacityProviderStrategy = capacityProviderStrategy self.cluster = cluster @@ -9780,8 +9534,7 @@ public struct UpdateServiceOutput: Swift.Sendable { public init( service: ECSClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -9801,8 +9554,7 @@ public struct UpdateServicePrimaryTaskSetInput: Swift.Sendable { cluster: Swift.String? = nil, primaryTaskSet: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.primaryTaskSet = primaryTaskSet self.service = service @@ -9815,8 +9567,7 @@ public struct UpdateServicePrimaryTaskSetOutput: Swift.Sendable { public init( taskSet: ECSClientTypes.TaskSet? = nil - ) - { + ) { self.taskSet = taskSet } } @@ -9839,8 +9590,7 @@ public struct UpdateTaskProtectionInput: Swift.Sendable { expiresInMinutes: Swift.Int? = nil, protectionEnabled: Swift.Bool? = false, tasks: [Swift.String]? = nil - ) - { + ) { self.cluster = cluster self.expiresInMinutes = expiresInMinutes self.protectionEnabled = protectionEnabled @@ -9863,8 +9613,7 @@ public struct UpdateTaskProtectionOutput: Swift.Sendable { public init( failures: [ECSClientTypes.Failure]? = nil, protectedTasks: [ECSClientTypes.ProtectedTask]? = nil - ) - { + ) { self.failures = failures self.protectedTasks = protectedTasks } @@ -9889,8 +9638,7 @@ public struct UpdateTaskSetInput: Swift.Sendable { scale: ECSClientTypes.Scale? = nil, service: Swift.String? = nil, taskSet: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.scale = scale self.service = service @@ -9904,8 +9652,7 @@ public struct UpdateTaskSetOutput: Swift.Sendable { public init( taskSet: ECSClientTypes.TaskSet? = nil - ) - { + ) { self.taskSet = taskSet } } diff --git a/Sources/Services/AWSEFS/Package.swift.txt b/Sources/Services/AWSEFS/Package.swift.txt index ee534186f53..5e1d6378b76 100644 --- a/Sources/Services/AWSEFS/Package.swift.txt +++ b/Sources/Services/AWSEFS/Package.swift.txt @@ -40,24 +40,20 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSEFS/Sources/AWSEFS/EFSClient.swift b/Sources/Services/AWSEFS/Sources/AWSEFS/EFSClient.swift index 26df175ac46..2b624ebff80 100644 --- a/Sources/Services/AWSEFS/Sources/AWSEFS/EFSClient.swift +++ b/Sources/Services/AWSEFS/Sources/AWSEFS/EFSClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EFSClient: ClientRuntime.Client { public static let clientName = "EFSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EFSClient.EFSClientConfiguration let serviceName = "EFS" diff --git a/Sources/Services/AWSEFS/Sources/AWSEFS/Models.swift b/Sources/Services/AWSEFS/Sources/AWSEFS/Models.swift index ff31eb8c14e..ce5cd7f9335 100644 --- a/Sources/Services/AWSEFS/Sources/AWSEFS/Models.swift +++ b/Sources/Services/AWSEFS/Sources/AWSEFS/Models.swift @@ -106,8 +106,7 @@ public struct AccessPointAlreadyExists: ClientRuntime.ModeledError, AWSClientRun accessPointId: Swift.String? = nil, errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.accessPointId = accessPointId self.properties.errorCode = errorCode self.properties.message = message @@ -172,8 +171,7 @@ extension EFSClientTypes { gid: Swift.Int? = nil, secondaryGids: [Swift.Int]? = nil, uid: Swift.Int? = nil - ) - { + ) { self.gid = gid self.secondaryGids = secondaryGids self.uid = uid @@ -199,8 +197,7 @@ extension EFSClientTypes { ownerGid: Swift.Int? = nil, ownerUid: Swift.Int? = nil, permissions: Swift.String? = nil - ) - { + ) { self.ownerGid = ownerGid self.ownerUid = ownerUid self.permissions = permissions @@ -220,8 +217,7 @@ extension EFSClientTypes { public init( creationInfo: EFSClientTypes.CreationInfo? = nil, path: Swift.String? = nil - ) - { + ) { self.creationInfo = creationInfo self.path = path } @@ -242,8 +238,7 @@ extension EFSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -286,8 +281,7 @@ extension EFSClientTypes { posixUser: EFSClientTypes.PosixUser? = nil, rootDirectory: EFSClientTypes.RootDirectory? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.accessPointId = accessPointId self.clientToken = clientToken @@ -325,8 +319,7 @@ public struct AccessPointLimitExceeded: ClientRuntime.ModeledError, AWSClientRun public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -355,8 +348,7 @@ public struct AccessPointNotFound: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -384,8 +376,7 @@ public struct AvailabilityZonesMismatch: ClientRuntime.ModeledError, AWSClientRu public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -444,8 +435,7 @@ extension EFSClientTypes { public init( status: EFSClientTypes.Status? = nil - ) - { + ) { self.status = status } } @@ -474,8 +464,7 @@ public struct BadRequest: ClientRuntime.ModeledError, AWSClientRuntime.AWSServic public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -503,8 +492,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -533,8 +521,7 @@ public struct FileSystemNotFound: ClientRuntime.ModeledError, AWSClientRuntime.A public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -563,8 +550,7 @@ public struct IncorrectFileSystemLifeCycleState: ClientRuntime.ModeledError, AWS public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -593,8 +579,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -622,8 +607,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -649,8 +633,7 @@ public struct CreateAccessPointInput: Swift.Sendable { posixUser: EFSClientTypes.PosixUser? = nil, rootDirectory: EFSClientTypes.RootDirectory? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.fileSystemId = fileSystemId self.posixUser = posixUser @@ -693,8 +676,7 @@ public struct CreateAccessPointOutput: Swift.Sendable { posixUser: EFSClientTypes.PosixUser? = nil, rootDirectory: EFSClientTypes.RootDirectory? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.accessPointId = accessPointId self.clientToken = clientToken @@ -734,8 +716,7 @@ public struct FileSystemAlreadyExists: ClientRuntime.ModeledError, AWSClientRunt errorCode: Swift.String? = nil, fileSystemId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.fileSystemId = fileSystemId self.properties.message = message @@ -765,8 +746,7 @@ public struct FileSystemLimitExceeded: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -795,8 +775,7 @@ public struct InsufficientThroughputCapacity: ClientRuntime.ModeledError, AWSCli public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -825,8 +804,7 @@ public struct ThroughputLimitExceeded: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -855,8 +833,7 @@ public struct UnsupportedAvailabilityZone: ClientRuntime.ModeledError, AWSClient public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -965,8 +942,7 @@ public struct CreateFileSystemInput: Swift.Sendable { provisionedThroughputInMibps: Swift.Double? = nil, tags: [EFSClientTypes.Tag]? = nil, throughputMode: EFSClientTypes.ThroughputMode? = nil - ) - { + ) { self.availabilityZoneName = availabilityZoneName self.backup = backup self.creationToken = creationToken @@ -1029,8 +1005,7 @@ extension EFSClientTypes { public init( replicationOverwriteProtection: EFSClientTypes.ReplicationOverwriteProtection? = nil - ) - { + ) { self.replicationOverwriteProtection = replicationOverwriteProtection } } @@ -1058,8 +1033,7 @@ extension EFSClientTypes { valueInArchive: Swift.Int? = nil, valueInIA: Swift.Int? = nil, valueInStandard: Swift.Int? = nil - ) - { + ) { self.timestamp = timestamp self.value = value self.valueInArchive = valueInArchive @@ -1136,8 +1110,7 @@ public struct CreateFileSystemOutput: Swift.Sendable { sizeInBytes: EFSClientTypes.FileSystemSize? = nil, tags: [EFSClientTypes.Tag]? = nil, throughputMode: EFSClientTypes.ThroughputMode? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.availabilityZoneName = availabilityZoneName self.creationTime = creationTime @@ -1182,8 +1155,7 @@ public struct IpAddressInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1212,8 +1184,7 @@ public struct MountTargetConflict: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1242,8 +1213,7 @@ public struct NetworkInterfaceLimitExceeded: ClientRuntime.ModeledError, AWSClie public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1272,8 +1242,7 @@ public struct NoFreeAddressesInSubnet: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1302,8 +1271,7 @@ public struct SecurityGroupLimitExceeded: ClientRuntime.ModeledError, AWSClientR public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1332,8 +1300,7 @@ public struct SecurityGroupNotFound: ClientRuntime.ModeledError, AWSClientRuntim public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1362,8 +1329,7 @@ public struct SubnetNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1387,8 +1353,7 @@ public struct CreateMountTargetInput: Swift.Sendable { ipAddress: Swift.String? = nil, securityGroups: [Swift.String]? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.ipAddress = ipAddress self.securityGroups = securityGroups @@ -1434,8 +1399,7 @@ public struct CreateMountTargetOutput: Swift.Sendable { ownerId: Swift.String? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.availabilityZoneName = availabilityZoneName self.fileSystemId = fileSystemId @@ -1471,8 +1435,7 @@ public struct ReplicationNotFound: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1501,8 +1464,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1543,8 +1505,7 @@ extension EFSClientTypes { kmsKeyId: Swift.String? = nil, region: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.availabilityZoneName = availabilityZoneName self.fileSystemId = fileSystemId self.kmsKeyId = kmsKeyId @@ -1565,8 +1526,7 @@ public struct CreateReplicationConfigurationInput: Swift.Sendable { public init( destinations: [EFSClientTypes.DestinationToCreate]? = nil, sourceFileSystemId: Swift.String? = nil - ) - { + ) { self.destinations = destinations self.sourceFileSystemId = sourceFileSystemId } @@ -1643,8 +1603,7 @@ extension EFSClientTypes { roleArn: Swift.String? = nil, status: EFSClientTypes.ReplicationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.lastReplicatedTimestamp = lastReplicatedTimestamp self.ownerId = ownerId @@ -1687,8 +1646,7 @@ public struct CreateReplicationConfigurationOutput: Swift.Sendable { sourceFileSystemId: Swift.String? = nil, sourceFileSystemOwnerId: Swift.String? = nil, sourceFileSystemRegion: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destinations = destinations self.originalSourceFileSystemArn = originalSourceFileSystemArn @@ -1711,8 +1669,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.tags = tags } @@ -1725,8 +1682,7 @@ public struct DeleteAccessPointInput: Swift.Sendable { public init( accessPointId: Swift.String? = nil - ) - { + ) { self.accessPointId = accessPointId } } @@ -1754,8 +1710,7 @@ public struct FileSystemInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1769,8 +1724,7 @@ public struct DeleteFileSystemInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -1782,8 +1736,7 @@ public struct DeleteFileSystemPolicyInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -1811,8 +1764,7 @@ public struct DependencyTimeout: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1841,8 +1793,7 @@ public struct MountTargetNotFound: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1856,8 +1807,7 @@ public struct DeleteMountTargetInput: Swift.Sendable { public init( mountTargetId: Swift.String? = nil - ) - { + ) { self.mountTargetId = mountTargetId } } @@ -1901,8 +1851,7 @@ public struct DeleteReplicationConfigurationInput: Swift.Sendable { public init( deletionMode: EFSClientTypes.DeletionMode? = nil, sourceFileSystemId: Swift.String? = nil - ) - { + ) { self.deletionMode = deletionMode self.sourceFileSystemId = sourceFileSystemId } @@ -1920,8 +1869,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.tagKeys = tagKeys } @@ -1942,8 +1890,7 @@ public struct DescribeAccessPointsInput: Swift.Sendable { fileSystemId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPointId = accessPointId self.fileSystemId = fileSystemId self.maxResults = maxResults @@ -1960,8 +1907,7 @@ public struct DescribeAccessPointsOutput: Swift.Sendable { public init( accessPoints: [EFSClientTypes.AccessPointDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.nextToken = nextToken } @@ -1976,8 +1922,7 @@ public struct DescribeAccountPreferencesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2055,8 +2000,7 @@ extension EFSClientTypes { public init( resourceIdType: EFSClientTypes.ResourceIdType? = nil, resources: [EFSClientTypes.Resource]? = nil - ) - { + ) { self.resourceIdType = resourceIdType self.resources = resources } @@ -2072,8 +2016,7 @@ public struct DescribeAccountPreferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceIdPreference: EFSClientTypes.ResourceIdPreference? = nil - ) - { + ) { self.nextToken = nextToken self.resourceIdPreference = resourceIdPreference } @@ -2101,8 +2044,7 @@ public struct PolicyNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -2115,8 +2057,7 @@ public struct DescribeBackupPolicyInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -2127,8 +2068,7 @@ public struct DescribeBackupPolicyOutput: Swift.Sendable { public init( backupPolicy: EFSClientTypes.BackupPolicy? = nil - ) - { + ) { self.backupPolicy = backupPolicy } } @@ -2140,8 +2080,7 @@ public struct DescribeFileSystemPolicyInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -2155,8 +2094,7 @@ public struct DescribeFileSystemPolicyOutput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.policy = policy } @@ -2178,8 +2116,7 @@ public struct DescribeFileSystemsInput: Swift.Sendable { fileSystemId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.creationToken = creationToken self.fileSystemId = fileSystemId self.marker = marker @@ -2256,8 +2193,7 @@ extension EFSClientTypes { sizeInBytes: EFSClientTypes.FileSystemSize? = nil, tags: [EFSClientTypes.Tag]? = nil, throughputMode: EFSClientTypes.ThroughputMode? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.availabilityZoneName = availabilityZoneName self.creationTime = creationTime @@ -2292,8 +2228,7 @@ public struct DescribeFileSystemsOutput: Swift.Sendable { fileSystems: [EFSClientTypes.FileSystemDescription]? = nil, marker: Swift.String? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.fileSystems = fileSystems self.marker = marker self.nextMarker = nextMarker @@ -2307,8 +2242,7 @@ public struct DescribeLifecycleConfigurationInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -2454,8 +2388,7 @@ extension EFSClientTypes { transitionToArchive: EFSClientTypes.TransitionToArchiveRules? = nil, transitionToIA: EFSClientTypes.TransitionToIARules? = nil, transitionToPrimaryStorageClass: EFSClientTypes.TransitionToPrimaryStorageClassRules? = nil - ) - { + ) { self.transitionToArchive = transitionToArchive self.transitionToIA = transitionToIA self.transitionToPrimaryStorageClass = transitionToPrimaryStorageClass @@ -2469,8 +2402,7 @@ public struct DescribeLifecycleConfigurationOutput: Swift.Sendable { public init( lifecyclePolicies: [EFSClientTypes.LifecyclePolicy]? = nil - ) - { + ) { self.lifecyclePolicies = lifecyclePolicies } } @@ -2494,8 +2426,7 @@ public struct DescribeMountTargetsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, mountTargetId: Swift.String? = nil - ) - { + ) { self.accessPointId = accessPointId self.fileSystemId = fileSystemId self.marker = marker @@ -2544,8 +2475,7 @@ extension EFSClientTypes { ownerId: Swift.String? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.availabilityZoneName = availabilityZoneName self.fileSystemId = fileSystemId @@ -2573,8 +2503,7 @@ public struct DescribeMountTargetsOutput: Swift.Sendable { marker: Swift.String? = nil, mountTargets: [EFSClientTypes.MountTargetDescription]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.marker = marker self.mountTargets = mountTargets self.nextMarker = nextMarker @@ -2604,8 +2533,7 @@ public struct IncorrectMountTargetState: ClientRuntime.ModeledError, AWSClientRu public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -2619,8 +2547,7 @@ public struct DescribeMountTargetSecurityGroupsInput: Swift.Sendable { public init( mountTargetId: Swift.String? = nil - ) - { + ) { self.mountTargetId = mountTargetId } } @@ -2632,8 +2559,7 @@ public struct DescribeMountTargetSecurityGroupsOutput: Swift.Sendable { public init( securityGroups: [Swift.String]? = nil - ) - { + ) { self.securityGroups = securityGroups } } @@ -2650,8 +2576,7 @@ public struct DescribeReplicationConfigurationsInput: Swift.Sendable { fileSystemId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.maxResults = maxResults self.nextToken = nextToken @@ -2691,8 +2616,7 @@ extension EFSClientTypes { sourceFileSystemId: Swift.String? = nil, sourceFileSystemOwnerId: Swift.String? = nil, sourceFileSystemRegion: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destinations = destinations self.originalSourceFileSystemArn = originalSourceFileSystemArn @@ -2713,8 +2637,7 @@ public struct DescribeReplicationConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replications: [EFSClientTypes.ReplicationConfigurationDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.replications = replications } @@ -2734,8 +2657,7 @@ public struct DescribeTagsInput: Swift.Sendable { fileSystemId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.marker = marker self.maxItems = maxItems @@ -2756,8 +2678,7 @@ public struct DescribeTagsOutput: Swift.Sendable { marker: Swift.String? = nil, nextMarker: Swift.String? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.marker = marker self.nextMarker = nextMarker self.tags = tags @@ -2786,8 +2707,7 @@ public struct InvalidPolicyException: ClientRuntime.ModeledError, AWSClientRunti public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -2806,8 +2726,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceId = resourceId @@ -2823,8 +2742,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -2841,8 +2759,7 @@ public struct ModifyMountTargetSecurityGroupsInput: Swift.Sendable { public init( mountTargetId: Swift.String? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.mountTargetId = mountTargetId self.securityGroups = securityGroups } @@ -2855,8 +2772,7 @@ public struct PutAccountPreferencesInput: Swift.Sendable { public init( resourceIdType: EFSClientTypes.ResourceIdType? = nil - ) - { + ) { self.resourceIdType = resourceIdType } } @@ -2867,8 +2783,7 @@ public struct PutAccountPreferencesOutput: Swift.Sendable { public init( resourceIdPreference: EFSClientTypes.ResourceIdPreference? = nil - ) - { + ) { self.resourceIdPreference = resourceIdPreference } } @@ -2884,8 +2799,7 @@ public struct PutBackupPolicyInput: Swift.Sendable { public init( backupPolicy: EFSClientTypes.BackupPolicy? = nil, fileSystemId: Swift.String? = nil - ) - { + ) { self.backupPolicy = backupPolicy self.fileSystemId = fileSystemId } @@ -2897,8 +2811,7 @@ public struct PutBackupPolicyOutput: Swift.Sendable { public init( backupPolicy: EFSClientTypes.BackupPolicy? = nil - ) - { + ) { self.backupPolicy = backupPolicy } } @@ -2917,8 +2830,7 @@ public struct PutFileSystemPolicyInput: Swift.Sendable { bypassPolicyLockoutSafetyCheck: Swift.Bool? = false, fileSystemId: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.bypassPolicyLockoutSafetyCheck = bypassPolicyLockoutSafetyCheck self.fileSystemId = fileSystemId self.policy = policy @@ -2934,8 +2846,7 @@ public struct PutFileSystemPolicyOutput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.policy = policy } @@ -2961,8 +2872,7 @@ public struct PutLifecycleConfigurationInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, lifecyclePolicies: [EFSClientTypes.LifecyclePolicy]? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.lifecyclePolicies = lifecyclePolicies } @@ -2974,8 +2884,7 @@ public struct PutLifecycleConfigurationOutput: Swift.Sendable { public init( lifecyclePolicies: [EFSClientTypes.LifecyclePolicy]? = nil - ) - { + ) { self.lifecyclePolicies = lifecyclePolicies } } @@ -2991,8 +2900,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tags: [EFSClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tags = tags } @@ -3009,8 +2917,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeys = tagKeys } @@ -3039,8 +2946,7 @@ public struct TooManyRequests: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -3059,8 +2965,7 @@ public struct UpdateFileSystemInput: Swift.Sendable { fileSystemId: Swift.String? = nil, provisionedThroughputInMibps: Swift.Double? = nil, throughputMode: EFSClientTypes.ThroughputMode? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.provisionedThroughputInMibps = provisionedThroughputInMibps self.throughputMode = throughputMode @@ -3134,8 +3039,7 @@ public struct UpdateFileSystemOutput: Swift.Sendable { sizeInBytes: EFSClientTypes.FileSystemSize? = nil, tags: [EFSClientTypes.Tag]? = nil, throughputMode: EFSClientTypes.ThroughputMode? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.availabilityZoneName = availabilityZoneName self.creationTime = creationTime @@ -3179,8 +3083,7 @@ public struct ReplicationAlreadyExists: ClientRuntime.ModeledError, AWSClientRun public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -3205,8 +3108,7 @@ public struct UpdateFileSystemProtectionInput: Swift.Sendable { public init( fileSystemId: Swift.String? = nil, replicationOverwriteProtection: EFSClientTypes.ReplicationOverwriteProtection? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.replicationOverwriteProtection = replicationOverwriteProtection } @@ -3228,8 +3130,7 @@ public struct UpdateFileSystemProtectionOutput: Swift.Sendable { public init( replicationOverwriteProtection: EFSClientTypes.ReplicationOverwriteProtection? = nil - ) - { + ) { self.replicationOverwriteProtection = replicationOverwriteProtection } } diff --git a/Sources/Services/AWSEKS/Package.swift.txt b/Sources/Services/AWSEKS/Package.swift.txt index 0d2ce97f255..26a06dd3a27 100644 --- a/Sources/Services/AWSEKS/Package.swift.txt +++ b/Sources/Services/AWSEKS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEKS/Sources/AWSEKS/EKSClient.swift b/Sources/Services/AWSEKS/Sources/AWSEKS/EKSClient.swift index e6088dc54fd..3df317c8022 100644 --- a/Sources/Services/AWSEKS/Sources/AWSEKS/EKSClient.swift +++ b/Sources/Services/AWSEKS/Sources/AWSEKS/EKSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EKSClient: ClientRuntime.Client { public static let clientName = "EKSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EKSClient.EKSClientConfiguration let serviceName = "EKS" diff --git a/Sources/Services/AWSEKS/Sources/AWSEKS/Models.swift b/Sources/Services/AWSEKS/Sources/AWSEKS/Models.swift index 3cfff73ca17..da25c3c9ed4 100644 --- a/Sources/Services/AWSEKS/Sources/AWSEKS/Models.swift +++ b/Sources/Services/AWSEKS/Sources/AWSEKS/Models.swift @@ -73,8 +73,7 @@ extension EKSClientTypes { public init( authenticationMode: EKSClientTypes.AuthenticationMode? = nil, bootstrapClusterCreatorAdminPermissions: Swift.Bool? = nil - ) - { + ) { self.authenticationMode = authenticationMode self.bootstrapClusterCreatorAdminPermissions = bootstrapClusterCreatorAdminPermissions } @@ -100,8 +99,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +137,7 @@ extension EKSClientTypes { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.accessEntryArn = accessEntryArn self.clusterName = clusterName self.createdAt = createdAt @@ -166,8 +163,7 @@ extension EKSClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -215,8 +211,7 @@ extension EKSClientTypes { public init( namespaces: [Swift.String]? = nil, type: EKSClientTypes.AccessScopeType? = nil - ) - { + ) { self.namespaces = namespaces self.type = type } @@ -291,8 +286,7 @@ extension EKSClientTypes { code: EKSClientTypes.AddonIssueCode? = nil, message: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.code = code self.message = message self.resourceIds = resourceIds @@ -309,8 +303,7 @@ extension EKSClientTypes { public init( issues: [EKSClientTypes.AddonIssue]? = nil - ) - { + ) { self.issues = issues } } @@ -328,8 +321,7 @@ extension EKSClientTypes { public init( productId: Swift.String? = nil, productUrl: Swift.String? = nil - ) - { + ) { self.productId = productId self.productUrl = productUrl } @@ -434,8 +426,7 @@ extension EKSClientTypes { serviceAccountRoleArn: Swift.String? = nil, status: EKSClientTypes.AddonStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.addonArn = addonArn self.addonName = addonName self.addonVersion = addonVersion @@ -467,8 +458,7 @@ extension EKSClientTypes { public init( compatibleVersions: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.compatibleVersions = compatibleVersions self.name = name } @@ -490,8 +480,7 @@ extension EKSClientTypes { clusterVersion: Swift.String? = nil, defaultVersion: Swift.Bool = false, platformVersions: [Swift.String]? = nil - ) - { + ) { self.clusterVersion = clusterVersion self.defaultVersion = defaultVersion self.platformVersions = platformVersions @@ -523,8 +512,7 @@ extension EKSClientTypes { computeTypes: [Swift.String]? = nil, requiresConfiguration: Swift.Bool = false, requiresIamPermissions: Swift.Bool = false - ) - { + ) { self.addonVersion = addonVersion self.architecture = architecture self.compatibilities = compatibilities @@ -559,8 +547,7 @@ extension EKSClientTypes { owner: Swift.String? = nil, publisher: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.addonVersions = addonVersions self.marketplaceInformation = marketplaceInformation @@ -585,8 +572,7 @@ extension EKSClientTypes { public init( roleArn: Swift.String? = nil, serviceAccount: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.serviceAccount = serviceAccount } @@ -605,8 +591,7 @@ extension EKSClientTypes { public init( recommendedManagedPolicies: [Swift.String]? = nil, serviceAccount: Swift.String? = nil - ) - { + ) { self.recommendedManagedPolicies = recommendedManagedPolicies self.serviceAccount = serviceAccount } @@ -718,8 +703,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.fargateProfileName = fargateProfileName @@ -760,8 +744,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.message = message @@ -804,8 +787,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.fargateProfileName = fargateProfileName @@ -846,8 +828,7 @@ public struct ServerException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.message = message @@ -875,8 +856,7 @@ public struct AssociateAccessPolicyInput: Swift.Sendable { clusterName: Swift.String? = nil, policyArn: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.accessScope = accessScope self.clusterName = clusterName self.policyArn = policyArn @@ -902,8 +882,7 @@ extension EKSClientTypes { associatedAt: Foundation.Date? = nil, modifiedAt: Foundation.Date? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.accessScope = accessScope self.associatedAt = associatedAt self.modifiedAt = modifiedAt @@ -924,8 +903,7 @@ public struct AssociateAccessPolicyOutput: Swift.Sendable { associatedAccessPolicy: EKSClientTypes.AssociatedAccessPolicy? = nil, clusterName: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.associatedAccessPolicy = associatedAccessPolicy self.clusterName = clusterName self.principalArn = principalArn @@ -963,8 +941,7 @@ public struct ClientException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.message = message @@ -1001,8 +978,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti clusterName: Swift.String? = nil, message: Swift.String? = nil, nodegroupName: Swift.String? = nil - ) - { + ) { self.properties.addonName = addonName self.properties.clusterName = clusterName self.properties.message = message @@ -1019,8 +995,7 @@ extension EKSClientTypes { public init( keyArn: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn } } @@ -1038,8 +1013,7 @@ extension EKSClientTypes { public init( provider: EKSClientTypes.Provider? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.provider = provider self.resources = resources } @@ -1060,8 +1034,7 @@ public struct AssociateEncryptionConfigInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, clusterName: Swift.String? = nil, encryptionConfig: [EKSClientTypes.EncryptionConfig]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.encryptionConfig = encryptionConfig @@ -1171,8 +1144,7 @@ extension EKSClientTypes { errorCode: EKSClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.resourceIds = resourceIds @@ -1317,8 +1289,7 @@ extension EKSClientTypes { public init( type: EKSClientTypes.UpdateParamType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1446,8 +1417,7 @@ extension EKSClientTypes { params: [EKSClientTypes.UpdateParam]? = nil, status: EKSClientTypes.UpdateStatus? = nil, type: EKSClientTypes.UpdateType? = nil - ) - { + ) { self.createdAt = createdAt self.errors = errors self.id = id @@ -1464,8 +1434,7 @@ public struct AssociateEncryptionConfigOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -1503,8 +1472,7 @@ extension EKSClientTypes { requiredClaims: [Swift.String: Swift.String]? = nil, usernameClaim: Swift.String? = nil, usernamePrefix: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.groupsClaim = groupsClaim self.groupsPrefix = groupsPrefix @@ -1534,8 +1502,7 @@ public struct AssociateIdentityProviderConfigInput: Swift.Sendable { clusterName: Swift.String? = nil, oidc: EKSClientTypes.OidcIdentityProviderConfigRequest? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.oidc = oidc @@ -1552,8 +1519,7 @@ public struct AssociateIdentityProviderConfigOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil, update: EKSClientTypes.Update? = nil - ) - { + ) { self.tags = tags self.update = update } @@ -1568,8 +1534,7 @@ extension EKSClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1603,8 +1568,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, nodegroupName: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.properties.clusterName = clusterName self.properties.message = message self.properties.nodegroupName = nodegroupName @@ -1638,8 +1602,7 @@ public struct CreateAccessEntryInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.kubernetesGroups = kubernetesGroups @@ -1656,8 +1619,7 @@ public struct CreateAccessEntryOutput: Swift.Sendable { public init( accessEntry: EKSClientTypes.AccessEntry? = nil - ) - { + ) { self.accessEntry = accessEntry } } @@ -1735,8 +1697,7 @@ public struct CreateAddonInput: Swift.Sendable { resolveConflicts: EKSClientTypes.ResolveConflicts? = nil, serviceAccountRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.addonName = addonName self.addonVersion = addonVersion self.clientRequestToken = clientRequestToken @@ -1755,8 +1716,7 @@ public struct CreateAddonOutput: Swift.Sendable { public init( addon: EKSClientTypes.Addon? = nil - ) - { + ) { self.addon = addon } } @@ -1780,8 +1740,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1814,8 +1773,7 @@ public struct UnsupportedAvailabilityZoneException: ClientRuntime.ModeledError, message: Swift.String? = nil, nodegroupName: Swift.String? = nil, validZones: [Swift.String]? = nil - ) - { + ) { self.properties.clusterName = clusterName self.properties.message = message self.properties.nodegroupName = nodegroupName @@ -1835,8 +1793,7 @@ extension EKSClientTypes { public init( authenticationMode: EKSClientTypes.AuthenticationMode? = nil, bootstrapClusterCreatorAdminPermissions: Swift.Bool? = nil - ) - { + ) { self.authenticationMode = authenticationMode self.bootstrapClusterCreatorAdminPermissions = bootstrapClusterCreatorAdminPermissions } @@ -1858,8 +1815,7 @@ extension EKSClientTypes { enabled: Swift.Bool? = nil, nodePools: [Swift.String]? = nil, nodeRoleArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.nodePools = nodePools self.nodeRoleArn = nodeRoleArn @@ -1876,8 +1832,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1936,8 +1891,7 @@ extension EKSClientTypes { elasticLoadBalancing: EKSClientTypes.ElasticLoadBalancing? = nil, ipFamily: EKSClientTypes.IpFamily? = nil, serviceIpv4Cidr: Swift.String? = nil - ) - { + ) { self.elasticLoadBalancing = elasticLoadBalancing self.ipFamily = ipFamily self.serviceIpv4Cidr = serviceIpv4Cidr @@ -1995,8 +1949,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil, types: [EKSClientTypes.LogType]? = nil - ) - { + ) { self.enabled = enabled self.types = types } @@ -2012,8 +1965,7 @@ extension EKSClientTypes { public init( clusterLogging: [EKSClientTypes.LogSetup]? = nil - ) - { + ) { self.clusterLogging = clusterLogging } } @@ -2028,8 +1980,7 @@ extension EKSClientTypes { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -2052,8 +2003,7 @@ extension EKSClientTypes { controlPlaneInstanceType: Swift.String? = nil, controlPlanePlacement: EKSClientTypes.ControlPlanePlacementRequest? = nil, outpostArns: [Swift.String]? = nil - ) - { + ) { self.controlPlaneInstanceType = controlPlaneInstanceType self.controlPlanePlacement = controlPlanePlacement self.outpostArns = outpostArns @@ -2094,8 +2044,7 @@ extension EKSClientTypes { public init( cidrs: [Swift.String]? = nil - ) - { + ) { self.cidrs = cidrs } } @@ -2118,8 +2067,7 @@ extension EKSClientTypes { public init( cidrs: [Swift.String]? = nil - ) - { + ) { self.cidrs = cidrs } } @@ -2153,8 +2101,7 @@ extension EKSClientTypes { public init( remoteNodeNetworks: [EKSClientTypes.RemoteNodeNetwork]? = nil, remotePodNetworks: [EKSClientTypes.RemotePodNetwork]? = nil - ) - { + ) { self.remoteNodeNetworks = remoteNodeNetworks self.remotePodNetworks = remotePodNetworks } @@ -2182,8 +2129,7 @@ extension EKSClientTypes { publicAccessCidrs: [Swift.String]? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.endpointPrivateAccess = endpointPrivateAccess self.endpointPublicAccess = endpointPublicAccess self.publicAccessCidrs = publicAccessCidrs @@ -2202,8 +2148,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2218,8 +2163,7 @@ extension EKSClientTypes { public init( blockStorage: EKSClientTypes.BlockStorage? = nil - ) - { + ) { self.blockStorage = blockStorage } } @@ -2263,8 +2207,7 @@ extension EKSClientTypes { public init( supportType: EKSClientTypes.SupportType? = nil - ) - { + ) { self.supportType = supportType } } @@ -2279,8 +2222,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2343,8 +2285,7 @@ public struct CreateClusterInput: Swift.Sendable { upgradePolicy: EKSClientTypes.UpgradePolicyRequest? = nil, version: Swift.String? = nil, zonalShiftConfig: EKSClientTypes.ZonalShiftConfigRequest? = nil - ) - { + ) { self.accessConfig = accessConfig self.bootstrapSelfManagedAddons = bootstrapSelfManagedAddons self.clientRequestToken = clientRequestToken @@ -2374,8 +2315,7 @@ extension EKSClientTypes { public init( data: Swift.String? = nil - ) - { + ) { self.data = data } } @@ -2396,8 +2336,7 @@ extension EKSClientTypes { enabled: Swift.Bool? = nil, nodePools: [Swift.String]? = nil, nodeRoleArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.nodePools = nodePools self.nodeRoleArn = nodeRoleArn @@ -2426,8 +2365,7 @@ extension EKSClientTypes { activationId: Swift.String? = nil, provider: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.activationCode = activationCode self.activationExpiry = activationExpiry self.activationId = activationId @@ -2532,8 +2470,7 @@ extension EKSClientTypes { code: EKSClientTypes.ClusterIssueCode? = nil, message: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.code = code self.message = message self.resourceIds = resourceIds @@ -2550,8 +2487,7 @@ extension EKSClientTypes { public init( issues: [EKSClientTypes.ClusterIssue]? = nil - ) - { + ) { self.issues = issues } } @@ -2566,8 +2502,7 @@ extension EKSClientTypes { public init( issuer: Swift.String? = nil - ) - { + ) { self.issuer = issuer } } @@ -2582,8 +2517,7 @@ extension EKSClientTypes { public init( oidc: EKSClientTypes.OIDC? = nil - ) - { + ) { self.oidc = oidc } } @@ -2607,8 +2541,7 @@ extension EKSClientTypes { ipFamily: EKSClientTypes.IpFamily? = nil, serviceIpv4Cidr: Swift.String? = nil, serviceIpv6Cidr: Swift.String? = nil - ) - { + ) { self.elasticLoadBalancing = elasticLoadBalancing self.ipFamily = ipFamily self.serviceIpv4Cidr = serviceIpv4Cidr @@ -2626,8 +2559,7 @@ extension EKSClientTypes { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -2650,8 +2582,7 @@ extension EKSClientTypes { controlPlaneInstanceType: Swift.String? = nil, controlPlanePlacement: EKSClientTypes.ControlPlanePlacementResponse? = nil, outpostArns: [Swift.String]? = nil - ) - { + ) { self.controlPlaneInstanceType = controlPlaneInstanceType self.controlPlanePlacement = controlPlanePlacement self.outpostArns = outpostArns @@ -2671,8 +2602,7 @@ extension EKSClientTypes { public init( remoteNodeNetworks: [EKSClientTypes.RemoteNodeNetwork]? = nil, remotePodNetworks: [EKSClientTypes.RemotePodNetwork]? = nil - ) - { + ) { self.remoteNodeNetworks = remoteNodeNetworks self.remotePodNetworks = remotePodNetworks } @@ -2706,8 +2636,7 @@ extension EKSClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clusterSecurityGroupId = clusterSecurityGroupId self.endpointPrivateAccess = endpointPrivateAccess self.endpointPublicAccess = endpointPublicAccess @@ -2769,8 +2698,7 @@ extension EKSClientTypes { public init( blockStorage: EKSClientTypes.BlockStorage? = nil - ) - { + ) { self.blockStorage = blockStorage } } @@ -2785,8 +2713,7 @@ extension EKSClientTypes { public init( supportType: EKSClientTypes.SupportType? = nil - ) - { + ) { self.supportType = supportType } } @@ -2801,8 +2728,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2892,8 +2818,7 @@ extension EKSClientTypes { upgradePolicy: EKSClientTypes.UpgradePolicyResponse? = nil, version: Swift.String? = nil, zonalShiftConfig: EKSClientTypes.ZonalShiftConfigResponse? = nil - ) - { + ) { self.accessConfig = accessConfig self.arn = arn self.certificateAuthority = certificateAuthority @@ -2930,8 +2855,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: EKSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -3000,8 +2924,7 @@ extension EKSClientTypes { public init( duration: Swift.Int = 0, unit: EKSClientTypes.EksAnywhereSubscriptionTermUnit? = nil - ) - { + ) { self.duration = duration self.unit = unit } @@ -3034,8 +2957,7 @@ public struct CreateEksAnywhereSubscriptionInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, term: EKSClientTypes.EksAnywhereSubscriptionTerm? = nil - ) - { + ) { self.autoRenew = autoRenew self.clientRequestToken = clientRequestToken self.licenseQuantity = licenseQuantity @@ -3088,8 +3010,7 @@ extension EKSClientTypes { status: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, term: EKSClientTypes.EksAnywhereSubscriptionTerm? = nil - ) - { + ) { self.arn = arn self.autoRenew = autoRenew self.createdAt = createdAt @@ -3112,8 +3033,7 @@ public struct CreateEksAnywhereSubscriptionOutput: Swift.Sendable { public init( subscription: EKSClientTypes.EksAnywhereSubscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -3130,8 +3050,7 @@ extension EKSClientTypes { public init( labels: [Swift.String: Swift.String]? = nil, namespace: Swift.String? = nil - ) - { + ) { self.labels = labels self.namespace = namespace } @@ -3165,8 +3084,7 @@ public struct CreateFargateProfileInput: Swift.Sendable { selectors: [EKSClientTypes.FargateProfileSelector]? = nil, subnets: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.fargateProfileName = fargateProfileName @@ -3227,8 +3145,7 @@ extension EKSClientTypes { code: EKSClientTypes.FargateProfileIssueCode? = nil, message: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.code = code self.message = message self.resourceIds = resourceIds @@ -3245,8 +3162,7 @@ extension EKSClientTypes { public init( issues: [EKSClientTypes.FargateProfileIssue]? = nil - ) - { + ) { self.issues = issues } } @@ -3326,8 +3242,7 @@ extension EKSClientTypes { status: EKSClientTypes.FargateProfileStatus? = nil, subnets: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterName = clusterName self.createdAt = createdAt self.fargateProfileArn = fargateProfileArn @@ -3348,8 +3263,7 @@ public struct CreateFargateProfileOutput: Swift.Sendable { public init( fargateProfile: EKSClientTypes.FargateProfile? = nil - ) - { + ) { self.fargateProfile = fargateProfile } } @@ -3401,8 +3315,7 @@ extension EKSClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.version = version @@ -3419,8 +3332,7 @@ extension EKSClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -3438,8 +3350,7 @@ extension EKSClientTypes { public init( ec2SshKey: Swift.String? = nil, sourceSecurityGroups: [Swift.String]? = nil - ) - { + ) { self.ec2SshKey = ec2SshKey self.sourceSecurityGroups = sourceSecurityGroups } @@ -3461,8 +3372,7 @@ extension EKSClientTypes { desiredSize: Swift.Int? = nil, maxSize: Swift.Int? = nil, minSize: Swift.Int? = nil - ) - { + ) { self.desiredSize = desiredSize self.maxSize = maxSize self.minSize = minSize @@ -3517,8 +3427,7 @@ extension EKSClientTypes { effect: EKSClientTypes.TaintEffect? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.effect = effect self.key = key self.value = value @@ -3538,8 +3447,7 @@ extension EKSClientTypes { public init( maxUnavailable: Swift.Int? = nil, maxUnavailablePercentage: Swift.Int? = nil - ) - { + ) { self.maxUnavailable = maxUnavailable self.maxUnavailablePercentage = maxUnavailablePercentage } @@ -3610,8 +3518,7 @@ public struct CreateNodegroupInput: Swift.Sendable { taints: [EKSClientTypes.Taint]? = nil, updateConfig: EKSClientTypes.NodegroupUpdateConfig? = nil, version: Swift.String? = nil - ) - { + ) { self.amiType = amiType self.capacityType = capacityType self.clientRequestToken = clientRequestToken @@ -3812,8 +3719,7 @@ extension EKSClientTypes { code: EKSClientTypes.NodegroupIssueCode? = nil, message: Swift.String? = nil, resourceIds: [Swift.String]? = nil - ) - { + ) { self.code = code self.message = message self.resourceIds = resourceIds @@ -3830,8 +3736,7 @@ extension EKSClientTypes { public init( issues: [EKSClientTypes.Issue]? = nil - ) - { + ) { self.issues = issues } } @@ -3849,8 +3754,7 @@ extension EKSClientTypes { public init( autoScalingGroups: [EKSClientTypes.AutoScalingGroup]? = nil, remoteAccessSecurityGroup: Swift.String? = nil - ) - { + ) { self.autoScalingGroups = autoScalingGroups self.remoteAccessSecurityGroup = remoteAccessSecurityGroup } @@ -3979,8 +3883,7 @@ extension EKSClientTypes { taints: [EKSClientTypes.Taint]? = nil, updateConfig: EKSClientTypes.NodegroupUpdateConfig? = nil, version: Swift.String? = nil - ) - { + ) { self.amiType = amiType self.capacityType = capacityType self.clusterName = clusterName @@ -4015,8 +3918,7 @@ public struct CreateNodegroupOutput: Swift.Sendable { public init( nodegroup: EKSClientTypes.Nodegroup? = nil - ) - { + ) { self.nodegroup = nodegroup } } @@ -4060,8 +3962,7 @@ public struct CreatePodIdentityAssociationInput: Swift.Sendable { roleArn: Swift.String? = nil, serviceAccount: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.namespace = namespace @@ -4121,8 +4022,7 @@ extension EKSClientTypes { roleArn: Swift.String? = nil, serviceAccount: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.clusterName = clusterName @@ -4143,8 +4043,7 @@ public struct CreatePodIdentityAssociationOutput: Swift.Sendable { public init( association: EKSClientTypes.PodIdentityAssociation? = nil - ) - { + ) { self.association = association } } @@ -4160,8 +4059,7 @@ public struct DeleteAccessEntryInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.principalArn = principalArn } @@ -4186,8 +4084,7 @@ public struct DeleteAddonInput: Swift.Sendable { addonName: Swift.String? = nil, clusterName: Swift.String? = nil, preserve: Swift.Bool? = false - ) - { + ) { self.addonName = addonName self.clusterName = clusterName self.preserve = preserve @@ -4200,8 +4097,7 @@ public struct DeleteAddonOutput: Swift.Sendable { public init( addon: EKSClientTypes.Addon? = nil - ) - { + ) { self.addon = addon } } @@ -4213,8 +4109,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4225,8 +4120,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: EKSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -4238,8 +4132,7 @@ public struct DeleteEksAnywhereSubscriptionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4250,8 +4143,7 @@ public struct DeleteEksAnywhereSubscriptionOutput: Swift.Sendable { public init( subscription: EKSClientTypes.EksAnywhereSubscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -4267,8 +4159,7 @@ public struct DeleteFargateProfileInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, fargateProfileName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.fargateProfileName = fargateProfileName } @@ -4280,8 +4171,7 @@ public struct DeleteFargateProfileOutput: Swift.Sendable { public init( fargateProfile: EKSClientTypes.FargateProfile? = nil - ) - { + ) { self.fargateProfile = fargateProfile } } @@ -4297,8 +4187,7 @@ public struct DeleteNodegroupInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, nodegroupName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.nodegroupName = nodegroupName } @@ -4310,8 +4199,7 @@ public struct DeleteNodegroupOutput: Swift.Sendable { public init( nodegroup: EKSClientTypes.Nodegroup? = nil - ) - { + ) { self.nodegroup = nodegroup } } @@ -4327,8 +4215,7 @@ public struct DeletePodIdentityAssociationInput: Swift.Sendable { public init( associationId: Swift.String? = nil, clusterName: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.clusterName = clusterName } @@ -4340,8 +4227,7 @@ public struct DeletePodIdentityAssociationOutput: Swift.Sendable { public init( association: EKSClientTypes.PodIdentityAssociation? = nil - ) - { + ) { self.association = association } } @@ -4353,8 +4239,7 @@ public struct DeregisterClusterInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4365,8 +4250,7 @@ public struct DeregisterClusterOutput: Swift.Sendable { public init( cluster: EKSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -4382,8 +4266,7 @@ public struct DescribeAccessEntryInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.principalArn = principalArn } @@ -4395,8 +4278,7 @@ public struct DescribeAccessEntryOutput: Swift.Sendable { public init( accessEntry: EKSClientTypes.AccessEntry? = nil - ) - { + ) { self.accessEntry = accessEntry } } @@ -4412,8 +4294,7 @@ public struct DescribeAddonInput: Swift.Sendable { public init( addonName: Swift.String? = nil, clusterName: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.clusterName = clusterName } @@ -4425,8 +4306,7 @@ public struct DescribeAddonOutput: Swift.Sendable { public init( addon: EKSClientTypes.Addon? = nil - ) - { + ) { self.addon = addon } } @@ -4442,8 +4322,7 @@ public struct DescribeAddonConfigurationInput: Swift.Sendable { public init( addonName: Swift.String? = nil, addonVersion: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.addonVersion = addonVersion } @@ -4464,8 +4343,7 @@ public struct DescribeAddonConfigurationOutput: Swift.Sendable { addonVersion: Swift.String? = nil, configurationSchema: Swift.String? = nil, podIdentityConfiguration: [EKSClientTypes.AddonPodIdentityConfiguration]? = nil - ) - { + ) { self.addonName = addonName self.addonVersion = addonVersion self.configurationSchema = configurationSchema @@ -4497,8 +4375,7 @@ public struct DescribeAddonVersionsInput: Swift.Sendable { owners: [Swift.String]? = nil, publishers: [Swift.String]? = nil, types: [Swift.String]? = nil - ) - { + ) { self.addonName = addonName self.kubernetesVersion = kubernetesVersion self.maxResults = maxResults @@ -4518,8 +4395,7 @@ public struct DescribeAddonVersionsOutput: Swift.Sendable { public init( addons: [EKSClientTypes.AddonInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addons = addons self.nextToken = nextToken } @@ -4532,8 +4408,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4544,8 +4419,7 @@ public struct DescribeClusterOutput: Swift.Sendable { public init( cluster: EKSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -4606,8 +4480,7 @@ public struct DescribeClusterVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: EKSClientTypes.ClusterVersionStatus? = nil - ) - { + ) { self.clusterType = clusterType self.clusterVersions = clusterVersions self.defaultOnly = defaultOnly @@ -4651,8 +4524,7 @@ extension EKSClientTypes { kubernetesPatchVersion: Swift.String? = nil, releaseDate: Foundation.Date? = nil, status: EKSClientTypes.ClusterVersionStatus? = nil - ) - { + ) { self.clusterType = clusterType self.clusterVersion = clusterVersion self.defaultPlatformVersion = defaultPlatformVersion @@ -4675,8 +4547,7 @@ public struct DescribeClusterVersionsOutput: Swift.Sendable { public init( clusterVersions: [EKSClientTypes.ClusterVersionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterVersions = clusterVersions self.nextToken = nextToken } @@ -4689,8 +4560,7 @@ public struct DescribeEksAnywhereSubscriptionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4701,8 +4571,7 @@ public struct DescribeEksAnywhereSubscriptionOutput: Swift.Sendable { public init( subscription: EKSClientTypes.EksAnywhereSubscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -4718,8 +4587,7 @@ public struct DescribeFargateProfileInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, fargateProfileName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.fargateProfileName = fargateProfileName } @@ -4731,8 +4599,7 @@ public struct DescribeFargateProfileOutput: Swift.Sendable { public init( fargateProfile: EKSClientTypes.FargateProfile? = nil - ) - { + ) { self.fargateProfile = fargateProfile } } @@ -4751,8 +4618,7 @@ extension EKSClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -4770,8 +4636,7 @@ public struct DescribeIdentityProviderConfigInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, identityProviderConfig: EKSClientTypes.IdentityProviderConfig? = nil - ) - { + ) { self.clusterName = clusterName self.identityProviderConfig = identityProviderConfig } @@ -4851,8 +4716,7 @@ extension EKSClientTypes { tags: [Swift.String: Swift.String]? = nil, usernameClaim: Swift.String? = nil, usernamePrefix: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clusterName = clusterName self.groupsClaim = groupsClaim @@ -4878,8 +4742,7 @@ extension EKSClientTypes { public init( oidc: EKSClientTypes.OidcIdentityProviderConfig? = nil - ) - { + ) { self.oidc = oidc } } @@ -4891,8 +4754,7 @@ public struct DescribeIdentityProviderConfigOutput: Swift.Sendable { public init( identityProviderConfig: EKSClientTypes.IdentityProviderConfigResponse? = nil - ) - { + ) { self.identityProviderConfig = identityProviderConfig } } @@ -4908,8 +4770,7 @@ public struct DescribeInsightInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.id = id } @@ -4956,8 +4817,7 @@ extension EKSClientTypes { lastRequestTime: Foundation.Date? = nil, numberOfRequestsLast30Days: Swift.Int = 0, userAgent: Swift.String? = nil - ) - { + ) { self.lastRequestTime = lastRequestTime self.numberOfRequestsLast30Days = numberOfRequestsLast30Days self.userAgent = userAgent @@ -4986,8 +4846,7 @@ extension EKSClientTypes { startServingReplacementVersion: Swift.String? = nil, stopServingVersion: Swift.String? = nil, usage: Swift.String? = nil - ) - { + ) { self.clientStats = clientStats self.replacedWith = replacedWith self.startServingReplacementVersion = startServingReplacementVersion @@ -5009,8 +4868,7 @@ extension EKSClientTypes { public init( addonCompatibilityDetails: [EKSClientTypes.AddonCompatibilityDetail]? = nil, deprecationDetails: [EKSClientTypes.DeprecationDetail]? = nil - ) - { + ) { self.addonCompatibilityDetails = addonCompatibilityDetails self.deprecationDetails = deprecationDetails } @@ -5064,8 +4922,7 @@ extension EKSClientTypes { public init( reason: Swift.String? = nil, status: EKSClientTypes.InsightStatusValue? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -5087,8 +4944,7 @@ extension EKSClientTypes { arn: Swift.String? = nil, insightStatus: EKSClientTypes.InsightStatus? = nil, kubernetesResourceUri: Swift.String? = nil - ) - { + ) { self.arn = arn self.insightStatus = insightStatus self.kubernetesResourceUri = kubernetesResourceUri @@ -5138,8 +4994,7 @@ extension EKSClientTypes { name: Swift.String? = nil, recommendation: Swift.String? = nil, resources: [EKSClientTypes.InsightResourceDetail]? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.category = category self.categorySpecificSummary = categorySpecificSummary @@ -5162,8 +5017,7 @@ public struct DescribeInsightOutput: Swift.Sendable { public init( insight: EKSClientTypes.Insight? = nil - ) - { + ) { self.insight = insight } } @@ -5179,8 +5033,7 @@ public struct DescribeNodegroupInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, nodegroupName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.nodegroupName = nodegroupName } @@ -5192,8 +5045,7 @@ public struct DescribeNodegroupOutput: Swift.Sendable { public init( nodegroup: EKSClientTypes.Nodegroup? = nil - ) - { + ) { self.nodegroup = nodegroup } } @@ -5209,8 +5061,7 @@ public struct DescribePodIdentityAssociationInput: Swift.Sendable { public init( associationId: Swift.String? = nil, clusterName: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.clusterName = clusterName } @@ -5222,8 +5073,7 @@ public struct DescribePodIdentityAssociationOutput: Swift.Sendable { public init( association: EKSClientTypes.PodIdentityAssociation? = nil - ) - { + ) { self.association = association } } @@ -5246,8 +5096,7 @@ public struct DescribeUpdateInput: Swift.Sendable { name: Swift.String? = nil, nodegroupName: Swift.String? = nil, updateId: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.name = name self.nodegroupName = nodegroupName @@ -5261,8 +5110,7 @@ public struct DescribeUpdateOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -5282,8 +5130,7 @@ public struct DisassociateAccessPolicyInput: Swift.Sendable { clusterName: Swift.String? = nil, policyArn: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.policyArn = policyArn self.principalArn = principalArn @@ -5309,8 +5156,7 @@ public struct DisassociateIdentityProviderConfigInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, clusterName: Swift.String? = nil, identityProviderConfig: EKSClientTypes.IdentityProviderConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.identityProviderConfig = identityProviderConfig @@ -5323,8 +5169,7 @@ public struct DisassociateIdentityProviderConfigOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -5345,8 +5190,7 @@ public struct ListAccessEntriesInput: Swift.Sendable { clusterName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associatedPolicyArn = associatedPolicyArn self.clusterName = clusterName self.maxResults = maxResults @@ -5363,8 +5207,7 @@ public struct ListAccessEntriesOutput: Swift.Sendable { public init( accessEntries: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessEntries = accessEntries self.nextToken = nextToken } @@ -5379,8 +5222,7 @@ public struct ListAccessPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5395,8 +5237,7 @@ public struct ListAccessPoliciesOutput: Swift.Sendable { public init( accessPolicies: [EKSClientTypes.AccessPolicy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.nextToken = nextToken } @@ -5415,8 +5256,7 @@ public struct ListAddonsInput: Swift.Sendable { clusterName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -5432,8 +5272,7 @@ public struct ListAddonsOutput: Swift.Sendable { public init( addons: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addons = addons self.nextToken = nextToken } @@ -5456,8 +5295,7 @@ public struct ListAssociatedAccessPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -5480,8 +5318,7 @@ public struct ListAssociatedAccessPoliciesOutput: Swift.Sendable { clusterName: Swift.String? = nil, nextToken: Swift.String? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.associatedAccessPolicies = associatedAccessPolicies self.clusterName = clusterName self.nextToken = nextToken @@ -5501,8 +5338,7 @@ public struct ListClustersInput: Swift.Sendable { include: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.include = include self.maxResults = maxResults self.nextToken = nextToken @@ -5518,8 +5354,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -5578,8 +5413,7 @@ public struct ListEksAnywhereSubscriptionsInput: Swift.Sendable { includeStatus: [EKSClientTypes.EksAnywhereSubscriptionStatus]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeStatus = includeStatus self.maxResults = maxResults self.nextToken = nextToken @@ -5595,8 +5429,7 @@ public struct ListEksAnywhereSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptions: [EKSClientTypes.EksAnywhereSubscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -5615,8 +5448,7 @@ public struct ListFargateProfilesInput: Swift.Sendable { clusterName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -5632,8 +5464,7 @@ public struct ListFargateProfilesOutput: Swift.Sendable { public init( fargateProfileNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fargateProfileNames = fargateProfileNames self.nextToken = nextToken } @@ -5652,8 +5483,7 @@ public struct ListIdentityProviderConfigsInput: Swift.Sendable { clusterName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -5669,8 +5499,7 @@ public struct ListIdentityProviderConfigsOutput: Swift.Sendable { public init( identityProviderConfigs: [EKSClientTypes.IdentityProviderConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityProviderConfigs = identityProviderConfigs self.nextToken = nextToken } @@ -5691,8 +5520,7 @@ extension EKSClientTypes { categories: [EKSClientTypes.Category]? = nil, kubernetesVersions: [Swift.String]? = nil, statuses: [EKSClientTypes.InsightStatusValue]? = nil - ) - { + ) { self.categories = categories self.kubernetesVersions = kubernetesVersions self.statuses = statuses @@ -5716,8 +5544,7 @@ public struct ListInsightsInput: Swift.Sendable { filter: EKSClientTypes.InsightsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.filter = filter self.maxResults = maxResults @@ -5755,8 +5582,7 @@ extension EKSClientTypes { lastRefreshTime: Foundation.Date? = nil, lastTransitionTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.category = category self.description = description self.id = id @@ -5778,8 +5604,7 @@ public struct ListInsightsOutput: Swift.Sendable { public init( insights: [EKSClientTypes.InsightSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insights = insights self.nextToken = nextToken } @@ -5798,8 +5623,7 @@ public struct ListNodegroupsInput: Swift.Sendable { clusterName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -5815,8 +5639,7 @@ public struct ListNodegroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodegroups: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.nodegroups = nodegroups } @@ -5841,8 +5664,7 @@ public struct ListPodIdentityAssociationsInput: Swift.Sendable { namespace: Swift.String? = nil, nextToken: Swift.String? = nil, serviceAccount: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.namespace = namespace @@ -5883,8 +5705,7 @@ extension EKSClientTypes { namespace: Swift.String? = nil, ownerArn: Swift.String? = nil, serviceAccount: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId self.clusterName = clusterName @@ -5912,8 +5733,7 @@ public struct ListPodIdentityAssociationsOutput: Swift.Sendable { public init( associations: [EKSClientTypes.PodIdentityAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -5938,8 +5758,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5963,8 +5782,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5976,8 +5794,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5988,8 +5805,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -6013,8 +5829,7 @@ public struct ListUpdatesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, nodegroupName: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.maxResults = maxResults self.name = name @@ -6032,8 +5847,7 @@ public struct ListUpdatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, updateIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.updateIds = updateIds } @@ -6058,8 +5872,7 @@ public struct ResourcePropagationDelayException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6128,8 +5941,7 @@ extension EKSClientTypes { public init( provider: EKSClientTypes.ConnectorConfigProvider? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.provider = provider self.roleArn = roleArn } @@ -6153,8 +5965,7 @@ public struct RegisterClusterInput: Swift.Sendable { connectorConfig: EKSClientTypes.ConnectorConfigRequest? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.connectorConfig = connectorConfig self.name = name @@ -6168,8 +5979,7 @@ public struct RegisterClusterOutput: Swift.Sendable { public init( cluster: EKSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -6185,8 +5995,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6208,8 +6017,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6240,8 +6048,7 @@ public struct UpdateAccessEntryInput: Swift.Sendable { kubernetesGroups: [Swift.String]? = nil, principalArn: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.kubernetesGroups = kubernetesGroups @@ -6256,8 +6063,7 @@ public struct UpdateAccessEntryOutput: Swift.Sendable { public init( accessEntry: EKSClientTypes.AccessEntry? = nil - ) - { + ) { self.accessEntry = accessEntry } } @@ -6297,8 +6103,7 @@ public struct UpdateAddonInput: Swift.Sendable { podIdentityAssociations: [EKSClientTypes.AddonPodIdentityAssociations]? = nil, resolveConflicts: EKSClientTypes.ResolveConflicts? = nil, serviceAccountRoleArn: Swift.String? = nil - ) - { + ) { self.addonName = addonName self.addonVersion = addonVersion self.clientRequestToken = clientRequestToken @@ -6316,8 +6121,7 @@ public struct UpdateAddonOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -6331,8 +6135,7 @@ extension EKSClientTypes { public init( authenticationMode: EKSClientTypes.AuthenticationMode? = nil - ) - { + ) { self.authenticationMode = authenticationMode } } @@ -6372,8 +6175,7 @@ public struct UpdateClusterConfigInput: Swift.Sendable { storageConfig: EKSClientTypes.StorageConfigRequest? = nil, upgradePolicy: EKSClientTypes.UpgradePolicyRequest? = nil, zonalShiftConfig: EKSClientTypes.ZonalShiftConfigRequest? = nil - ) - { + ) { self.accessConfig = accessConfig self.clientRequestToken = clientRequestToken self.computeConfig = computeConfig @@ -6393,8 +6195,7 @@ public struct UpdateClusterConfigOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -6413,8 +6214,7 @@ public struct UpdateClusterVersionInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.version = version @@ -6427,8 +6227,7 @@ public struct UpdateClusterVersionOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -6447,8 +6246,7 @@ public struct UpdateEksAnywhereSubscriptionInput: Swift.Sendable { autoRenew: Swift.Bool? = false, clientRequestToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.autoRenew = autoRenew self.clientRequestToken = clientRequestToken self.id = id @@ -6461,8 +6259,7 @@ public struct UpdateEksAnywhereSubscriptionOutput: Swift.Sendable { public init( subscription: EKSClientTypes.EksAnywhereSubscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -6479,8 +6276,7 @@ extension EKSClientTypes { public init( addOrUpdateLabels: [Swift.String: Swift.String]? = nil, removeLabels: [Swift.String]? = nil - ) - { + ) { self.addOrUpdateLabels = addOrUpdateLabels self.removeLabels = removeLabels } @@ -6499,8 +6295,7 @@ extension EKSClientTypes { public init( addOrUpdateTaints: [EKSClientTypes.Taint]? = nil, removeTaints: [EKSClientTypes.Taint]? = nil - ) - { + ) { self.addOrUpdateTaints = addOrUpdateTaints self.removeTaints = removeTaints } @@ -6536,8 +6331,7 @@ public struct UpdateNodegroupConfigInput: Swift.Sendable { scalingConfig: EKSClientTypes.NodegroupScalingConfig? = nil, taints: EKSClientTypes.UpdateTaintsPayload? = nil, updateConfig: EKSClientTypes.NodegroupUpdateConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.labels = labels @@ -6555,8 +6349,7 @@ public struct UpdateNodegroupConfigOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -6587,8 +6380,7 @@ public struct UpdateNodegroupVersionInput: Swift.Sendable { nodegroupName: Swift.String? = nil, releaseVersion: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.clusterName = clusterName self.force = force @@ -6605,8 +6397,7 @@ public struct UpdateNodegroupVersionOutput: Swift.Sendable { public init( update: EKSClientTypes.Update? = nil - ) - { + ) { self.update = update } } @@ -6628,8 +6419,7 @@ public struct UpdatePodIdentityAssociationInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, clusterName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.clientRequestToken = clientRequestToken self.clusterName = clusterName @@ -6643,8 +6433,7 @@ public struct UpdatePodIdentityAssociationOutput: Swift.Sendable { public init( association: EKSClientTypes.PodIdentityAssociation? = nil - ) - { + ) { self.association = association } } diff --git a/Sources/Services/AWSEKSAuth/Package.swift.txt b/Sources/Services/AWSEKSAuth/Package.swift.txt index 7d876200249..6b1b3fc78e0 100644 --- a/Sources/Services/AWSEKSAuth/Package.swift.txt +++ b/Sources/Services/AWSEKSAuth/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/EKSAuthClient.swift b/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/EKSAuthClient.swift index cdc35ab813d..e6d4152dbbe 100644 --- a/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/EKSAuthClient.swift +++ b/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/EKSAuthClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EKSAuthClient: ClientRuntime.Client { public static let clientName = "EKSAuthClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EKSAuthClient.EKSAuthClientConfiguration let serviceName = "EKS Auth" diff --git a/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/Models.swift b/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/Models.swift index b4ce0942024..429192d48c2 100644 --- a/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/Models.swift +++ b/Sources/Services/AWSEKSAuth/Sources/AWSEKSAuth/Models.swift @@ -42,8 +42,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension EKSAuthClientTypes { public init( arn: Swift.String? = nil, assumeRoleId: Swift.String? = nil - ) - { + ) { self.arn = arn self.assumeRoleId = assumeRoleId } @@ -88,8 +86,7 @@ public struct ExpiredTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -136,8 +132,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -160,8 +155,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -184,8 +178,7 @@ public struct InvalidTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -208,8 +201,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -232,8 +224,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -256,8 +247,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -273,8 +263,7 @@ public struct AssumeRoleForPodIdentityInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.token = token } @@ -307,8 +296,7 @@ extension EKSAuthClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -337,8 +325,7 @@ extension EKSAuthClientTypes { public init( associationArn: Swift.String? = nil, associationId: Swift.String? = nil - ) - { + ) { self.associationArn = associationArn self.associationId = associationId } @@ -359,8 +346,7 @@ extension EKSAuthClientTypes { public init( namespace: Swift.String? = nil, serviceAccount: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.serviceAccount = serviceAccount } @@ -390,8 +376,7 @@ public struct AssumeRoleForPodIdentityOutput: Swift.Sendable { credentials: EKSAuthClientTypes.Credentials? = nil, podIdentityAssociation: EKSAuthClientTypes.PodIdentityAssociation? = nil, subject: EKSAuthClientTypes.Subject? = nil - ) - { + ) { self.assumedRoleUser = assumedRoleUser self.audience = audience self.credentials = credentials diff --git a/Sources/Services/AWSEMR/Package.swift.txt b/Sources/Services/AWSEMR/Package.swift.txt index d10c7a12ace..4562d008a2f 100644 --- a/Sources/Services/AWSEMR/Package.swift.txt +++ b/Sources/Services/AWSEMR/Package.swift.txt @@ -41,11 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( @@ -65,11 +69,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -80,10 +84,6 @@ let package = Package( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSEMR/Sources/AWSEMR/EMRClient.swift b/Sources/Services/AWSEMR/Sources/AWSEMR/EMRClient.swift index 52bc7372d8f..eecd1daa6ac 100644 --- a/Sources/Services/AWSEMR/Sources/AWSEMR/EMRClient.swift +++ b/Sources/Services/AWSEMR/Sources/AWSEMR/EMRClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EMRClient: ClientRuntime.Client { public static let clientName = "EMRClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EMRClient.EMRClientConfiguration let serviceName = "EMR" diff --git a/Sources/Services/AWSEMR/Sources/AWSEMR/Models.swift b/Sources/Services/AWSEMR/Sources/AWSEMR/Models.swift index 841680d7a3e..cf3d61a80f2 100644 --- a/Sources/Services/AWSEMR/Sources/AWSEMR/Models.swift +++ b/Sources/Services/AWSEMR/Sources/AWSEMR/Models.swift @@ -148,8 +148,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -176,8 +175,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -235,8 +233,7 @@ extension EMRClientTypes { sizeInGB: Swift.Int? = nil, throughput: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.iops = iops self.sizeInGB = sizeInGB self.throughput = throughput @@ -258,8 +255,7 @@ extension EMRClientTypes { public init( volumeSpecification: EMRClientTypes.VolumeSpecification? = nil, volumesPerInstance: Swift.Int? = nil - ) - { + ) { self.volumeSpecification = volumeSpecification self.volumesPerInstance = volumesPerInstance } @@ -278,8 +274,7 @@ extension EMRClientTypes { public init( ebsBlockDeviceConfigs: [EMRClientTypes.EbsBlockDeviceConfig]? = nil, ebsOptimized: Swift.Bool? = nil - ) - { + ) { self.ebsBlockDeviceConfigs = ebsBlockDeviceConfigs self.ebsOptimized = ebsOptimized } @@ -389,8 +384,7 @@ extension EMRClientTypes { capacityReservationPreference: EMRClientTypes.OnDemandCapacityReservationPreference? = nil, capacityReservationResourceGroupArn: Swift.String? = nil, usageStrategy: EMRClientTypes.OnDemandCapacityReservationUsageStrategy? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationResourceGroupArn = capacityReservationResourceGroupArn self.usageStrategy = usageStrategy @@ -411,8 +405,7 @@ extension EMRClientTypes { public init( allocationStrategy: EMRClientTypes.OnDemandProvisioningAllocationStrategy? = nil, capacityReservationOptions: EMRClientTypes.OnDemandCapacityReservationOptions? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationOptions = capacityReservationOptions } @@ -506,8 +499,7 @@ extension EMRClientTypes { blockDurationMinutes: Swift.Int? = nil, timeoutAction: EMRClientTypes.SpotProvisioningTimeoutAction? = nil, timeoutDurationMinutes: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.blockDurationMinutes = blockDurationMinutes self.timeoutAction = timeoutAction @@ -528,8 +520,7 @@ extension EMRClientTypes { public init( onDemandSpecification: EMRClientTypes.OnDemandProvisioningSpecification? = nil, spotSpecification: EMRClientTypes.SpotProvisioningSpecification? = nil - ) - { + ) { self.onDemandSpecification = onDemandSpecification self.spotSpecification = spotSpecification } @@ -551,8 +542,7 @@ extension EMRClientTypes { allocationStrategy: EMRClientTypes.OnDemandProvisioningAllocationStrategy? = nil, capacityReservationOptions: EMRClientTypes.OnDemandCapacityReservationOptions? = nil, timeoutDurationMinutes: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.capacityReservationOptions = capacityReservationOptions self.timeoutDurationMinutes = timeoutDurationMinutes @@ -572,8 +562,7 @@ extension EMRClientTypes { public init( allocationStrategy: EMRClientTypes.SpotProvisioningAllocationStrategy? = nil, timeoutDurationMinutes: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.timeoutDurationMinutes = timeoutDurationMinutes } @@ -592,8 +581,7 @@ extension EMRClientTypes { public init( onDemandResizeSpecification: EMRClientTypes.OnDemandResizingSpecification? = nil, spotResizeSpecification: EMRClientTypes.SpotResizingSpecification? = nil - ) - { + ) { self.onDemandResizeSpecification = onDemandResizeSpecification self.spotResizeSpecification = spotResizeSpecification } @@ -612,8 +600,7 @@ public struct AddInstanceFleetOutput: Swift.Sendable { clusterArn: Swift.String? = nil, clusterId: Swift.String? = nil, instanceFleetId: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterId = clusterId self.instanceFleetId = instanceFleetId @@ -647,8 +634,7 @@ extension EMRClientTypes { public init( maxCapacity: Swift.Int? = nil, minCapacity: Swift.Int? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity } @@ -732,8 +718,7 @@ extension EMRClientTypes { adjustmentType: EMRClientTypes.AdjustmentType? = nil, coolDown: Swift.Int? = nil, scalingAdjustment: Swift.Int? = nil - ) - { + ) { self.adjustmentType = adjustmentType self.coolDown = coolDown self.scalingAdjustment = scalingAdjustment @@ -754,8 +739,7 @@ extension EMRClientTypes { public init( market: EMRClientTypes.MarketType? = nil, simpleScalingPolicyConfiguration: EMRClientTypes.SimpleScalingPolicyConfiguration? = nil - ) - { + ) { self.market = market self.simpleScalingPolicyConfiguration = simpleScalingPolicyConfiguration } @@ -809,8 +793,7 @@ extension EMRClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -996,8 +979,7 @@ extension EMRClientTypes { statistic: EMRClientTypes.Statistic? = nil, threshold: Swift.Double? = nil, unit: EMRClientTypes.Unit? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.dimensions = dimensions self.evaluationPeriods = evaluationPeriods @@ -1021,8 +1003,7 @@ extension EMRClientTypes { public init( cloudWatchAlarmDefinition: EMRClientTypes.CloudWatchAlarmDefinition? = nil - ) - { + ) { self.cloudWatchAlarmDefinition = cloudWatchAlarmDefinition } } @@ -1049,8 +1030,7 @@ extension EMRClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, trigger: EMRClientTypes.ScalingTrigger? = nil - ) - { + ) { self.action = action self.description = description self.name = name @@ -1073,8 +1053,7 @@ extension EMRClientTypes { public init( constraints: EMRClientTypes.ScalingConstraints? = nil, rules: [EMRClientTypes.ScalingRule]? = nil - ) - { + ) { self.constraints = constraints self.rules = rules } @@ -1126,8 +1105,7 @@ public struct AddInstanceGroupsOutput: Swift.Sendable { clusterArn: Swift.String? = nil, instanceGroupIds: [Swift.String]? = nil, jobFlowId: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.instanceGroupIds = instanceGroupIds self.jobFlowId = jobFlowId @@ -1146,8 +1124,7 @@ extension EMRClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1173,8 +1150,7 @@ extension EMRClientTypes { jar: Swift.String? = nil, mainClass: Swift.String? = nil, properties: [EMRClientTypes.KeyValue]? = nil - ) - { + ) { self.args = args self.jar = jar self.mainClass = mainClass @@ -1211,8 +1187,7 @@ extension EMRClientTypes { actionOnFailure: EMRClientTypes.ActionOnFailure? = nil, hadoopJarStep: EMRClientTypes.HadoopJarStepConfig? = nil, name: Swift.String? = nil - ) - { + ) { self.actionOnFailure = actionOnFailure self.hadoopJarStep = hadoopJarStep self.name = name @@ -1235,8 +1210,7 @@ public struct AddJobFlowStepsInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, jobFlowId: Swift.String? = nil, steps: [EMRClientTypes.StepConfig]? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.jobFlowId = jobFlowId self.steps = steps @@ -1250,8 +1224,7 @@ public struct AddJobFlowStepsOutput: Swift.Sendable { public init( stepIds: [Swift.String]? = nil - ) - { + ) { self.stepIds = stepIds } } @@ -1268,8 +1241,7 @@ extension EMRClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1288,8 +1260,7 @@ public struct AddTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tags: [EMRClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tags = tags } @@ -1319,8 +1290,7 @@ extension EMRClientTypes { args: [Swift.String]? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.args = args self.name = name @@ -1443,8 +1413,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.AutoScalingPolicyStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1463,8 +1432,7 @@ extension EMRClientTypes { public init( state: EMRClientTypes.AutoScalingPolicyState? = nil, stateChangeReason: EMRClientTypes.AutoScalingPolicyStateChangeReason? = nil - ) - { + ) { self.state = state self.stateChangeReason = stateChangeReason } @@ -1486,8 +1454,7 @@ extension EMRClientTypes { constraints: EMRClientTypes.ScalingConstraints? = nil, rules: [EMRClientTypes.ScalingRule]? = nil, status: EMRClientTypes.AutoScalingPolicyStatus? = nil - ) - { + ) { self.constraints = constraints self.rules = rules self.status = status @@ -1504,8 +1471,7 @@ extension EMRClientTypes { public init( idleTimeout: Swift.Int? = nil - ) - { + ) { self.idleTimeout = idleTimeout } } @@ -1524,8 +1490,7 @@ extension EMRClientTypes { public init( maxRange: Swift.Int? = nil, minRange: Swift.Int? = nil - ) - { + ) { self.maxRange = maxRange self.minRange = minRange } @@ -1546,8 +1511,7 @@ extension EMRClientTypes { public init( createdByArn: Swift.String? = nil, creationDateTime: Foundation.Date? = nil - ) - { + ) { self.createdByArn = createdByArn self.creationDateTime = creationDateTime } @@ -1567,8 +1531,7 @@ extension EMRClientTypes { public init( args: [Swift.String]? = nil, path: Swift.String? = nil - ) - { + ) { self.args = args self.path = path } @@ -1589,8 +1552,7 @@ extension EMRClientTypes { public init( name: Swift.String? = nil, scriptBootstrapAction: EMRClientTypes.ScriptBootstrapActionConfig? = nil - ) - { + ) { self.name = name self.scriptBootstrapAction = scriptBootstrapAction } @@ -1606,8 +1568,7 @@ extension EMRClientTypes { public init( bootstrapActionConfig: EMRClientTypes.BootstrapActionConfig? = nil - ) - { + ) { self.bootstrapActionConfig = bootstrapActionConfig } } @@ -1657,8 +1618,7 @@ public struct CancelStepsInput: Swift.Sendable { clusterId: Swift.String? = nil, stepCancellationOption: EMRClientTypes.StepCancellationOption? = nil, stepIds: [Swift.String]? = nil - ) - { + ) { self.clusterId = clusterId self.stepCancellationOption = stepCancellationOption self.stepIds = stepIds @@ -1709,8 +1669,7 @@ extension EMRClientTypes { reason: Swift.String? = nil, status: EMRClientTypes.CancelStepsRequestStatus? = nil, stepId: Swift.String? = nil - ) - { + ) { self.reason = reason self.status = status self.stepId = stepId @@ -1725,8 +1684,7 @@ public struct CancelStepsOutput: Swift.Sendable { public init( cancelStepsInfoList: [EMRClientTypes.CancelStepsInfo]? = nil - ) - { + ) { self.cancelStepsInfoList = cancelStepsInfoList } } @@ -1770,8 +1728,7 @@ extension EMRClientTypes { requestedEc2AvailabilityZones: [Swift.String]? = nil, requestedEc2SubnetIds: [Swift.String]? = nil, serviceAccessSecurityGroup: Swift.String? = nil - ) - { + ) { self.additionalMasterSecurityGroups = additionalMasterSecurityGroups self.additionalSlaveSecurityGroups = additionalSlaveSecurityGroups self.ec2AvailabilityZone = ec2AvailabilityZone @@ -1839,8 +1796,7 @@ extension EMRClientTypes { crossRealmTrustPrincipalPassword: Swift.String? = nil, kdcAdminPassword: Swift.String? = nil, realm: Swift.String? = nil - ) - { + ) { self.adDomainJoinPassword = adDomainJoinPassword self.adDomainJoinUser = adDomainJoinUser self.crossRealmTrustPrincipalPassword = crossRealmTrustPrincipalPassword @@ -1898,8 +1854,7 @@ extension EMRClientTypes { public init( instanceRole: EMRClientTypes.InstanceRoleType? = nil, placementStrategy: EMRClientTypes.PlacementGroupStrategy? = nil - ) - { + ) { self.instanceRole = instanceRole self.placementStrategy = placementStrategy } @@ -1979,8 +1934,7 @@ extension EMRClientTypes { errorCode: Swift.String? = nil, errorData: [[Swift.String: Swift.String]]? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorData = errorData self.errorMessage = errorMessage @@ -2091,8 +2045,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.ClusterStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2114,8 +2067,7 @@ extension EMRClientTypes { creationDateTime: Foundation.Date? = nil, endDateTime: Foundation.Date? = nil, readyDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.readyDateTime = readyDateTime @@ -2141,8 +2093,7 @@ extension EMRClientTypes { state: EMRClientTypes.ClusterState? = nil, stateChangeReason: EMRClientTypes.ClusterStateChangeReason? = nil, timeline: EMRClientTypes.ClusterTimeline? = nil - ) - { + ) { self.errorDetails = errorDetails self.state = state self.stateChangeReason = stateChangeReason @@ -2175,8 +2126,7 @@ extension EMRClientTypes { normalizedInstanceHours: Swift.Int? = nil, outpostArn: Swift.String? = nil, status: EMRClientTypes.ClusterStatus? = nil - ) - { + ) { self.clusterArn = clusterArn self.id = id self.name = name @@ -2202,8 +2152,7 @@ extension EMRClientTypes { args: [Swift.String]? = nil, name: Swift.String? = nil, scriptPath: Swift.String? = nil - ) - { + ) { self.args = args self.name = name self.scriptPath = scriptPath @@ -2267,8 +2216,7 @@ extension EMRClientTypes { maximumOnDemandCapacityUnits: Swift.Int? = nil, minimumCapacityUnits: Swift.Int? = nil, unitType: EMRClientTypes.ComputeLimitsUnitType? = nil - ) - { + ) { self.maximumCapacityUnits = maximumCapacityUnits self.maximumCoreCapacityUnits = maximumCoreCapacityUnits self.maximumOnDemandCapacityUnits = maximumOnDemandCapacityUnits @@ -2289,8 +2237,7 @@ public struct CreateSecurityConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil, securityConfiguration: Swift.String? = nil - ) - { + ) { self.name = name self.securityConfiguration = securityConfiguration } @@ -2307,8 +2254,7 @@ public struct CreateSecurityConfigurationOutput: Swift.Sendable { public init( creationDateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.name = name } @@ -2405,8 +2351,7 @@ public struct CreateStudioInput: Swift.Sendable { userRole: Swift.String? = nil, vpcId: Swift.String? = nil, workspaceSecurityGroupId: Swift.String? = nil - ) - { + ) { self.authMode = authMode self.defaultS3Location = defaultS3Location self.description = description @@ -2436,8 +2381,7 @@ public struct CreateStudioOutput: Swift.Sendable { public init( studioId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.studioId = studioId self.url = url } @@ -2493,8 +2437,7 @@ public struct CreateStudioSessionMappingInput: Swift.Sendable { identityType: EMRClientTypes.IdentityType? = nil, sessionPolicyArn: Swift.String? = nil, studioId: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityName = identityName self.identityType = identityType @@ -2515,8 +2458,7 @@ extension EMRClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -2546,8 +2488,7 @@ public struct DeleteSecurityConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2564,8 +2505,7 @@ public struct DeleteStudioInput: Swift.Sendable { public init( studioId: Swift.String? = nil - ) - { + ) { self.studioId = studioId } } @@ -2587,8 +2527,7 @@ public struct DeleteStudioSessionMappingInput: Swift.Sendable { identityName: Swift.String? = nil, identityType: EMRClientTypes.IdentityType? = nil, studioId: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityName = identityName self.identityType = identityType @@ -2604,8 +2543,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -2674,8 +2612,7 @@ public struct DescribeJobFlowsInput: Swift.Sendable { createdBefore: Foundation.Date? = nil, jobFlowIds: [Swift.String]? = nil, jobFlowStates: [EMRClientTypes.JobFlowExecutionState]? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.jobFlowIds = jobFlowIds @@ -2709,8 +2646,7 @@ extension EMRClientTypes { readyDateTime: Foundation.Date? = nil, startDateTime: Foundation.Date? = nil, state: EMRClientTypes.JobFlowExecutionState? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.lastStateChangeReason = lastStateChangeReason @@ -2835,8 +2771,7 @@ extension EMRClientTypes { readyDateTime: Foundation.Date? = nil, startDateTime: Foundation.Date? = nil, state: EMRClientTypes.InstanceGroupState? = nil - ) - { + ) { self.bidPrice = bidPrice self.creationDateTime = creationDateTime self.customAmiId = customAmiId @@ -2868,8 +2803,7 @@ extension EMRClientTypes { public init( availabilityZone: Swift.String? = nil, availabilityZones: [Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZones = availabilityZones } @@ -2927,8 +2861,7 @@ extension EMRClientTypes { slaveInstanceType: Swift.String? = nil, terminationProtected: Swift.Bool? = nil, unhealthyNodeReplacement: Swift.Bool? = nil - ) - { + ) { self.ec2KeyName = ec2KeyName self.ec2SubnetId = ec2SubnetId self.hadoopVersion = hadoopVersion @@ -3014,8 +2947,7 @@ extension EMRClientTypes { lastStateChangeReason: Swift.String? = nil, startDateTime: Foundation.Date? = nil, state: EMRClientTypes.StepExecutionState? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.lastStateChangeReason = lastStateChangeReason @@ -3039,8 +2971,7 @@ extension EMRClientTypes { public init( executionStatusDetail: EMRClientTypes.StepExecutionStatusDetail? = nil, stepConfig: EMRClientTypes.StepConfig? = nil - ) - { + ) { self.executionStatusDetail = executionStatusDetail self.stepConfig = stepConfig } @@ -3102,8 +3033,7 @@ extension EMRClientTypes { steps: [EMRClientTypes.StepDetail]? = nil, supportedProducts: [Swift.String]? = nil, visibleToAllUsers: Swift.Bool? = nil - ) - { + ) { self.amiVersion = amiVersion self.autoScalingRole = autoScalingRole self.bootstrapActions = bootstrapActions @@ -3130,8 +3060,7 @@ public struct DescribeJobFlowsOutput: Swift.Sendable { public init( jobFlows: [EMRClientTypes.JobFlowDetail]? = nil - ) - { + ) { self.jobFlows = jobFlows } } @@ -3143,8 +3072,7 @@ public struct DescribeNotebookExecutionInput: Swift.Sendable { public init( notebookExecutionId: Swift.String? = nil - ) - { + ) { self.notebookExecutionId = notebookExecutionId } } @@ -3194,8 +3122,7 @@ extension EMRClientTypes { id: Swift.String? = nil, masterInstanceSecurityGroupId: Swift.String? = nil, type: EMRClientTypes.ExecutionEngineType? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.id = id self.masterInstanceSecurityGroupId = masterInstanceSecurityGroupId @@ -3216,8 +3143,7 @@ extension EMRClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -3262,8 +3188,7 @@ extension EMRClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -3400,8 +3325,7 @@ extension EMRClientTypes { startTime: Foundation.Date? = nil, status: EMRClientTypes.NotebookExecutionStatus? = nil, tags: [EMRClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.editorId = editorId self.endTime = endTime @@ -3429,8 +3353,7 @@ public struct DescribeNotebookExecutionOutput: Swift.Sendable { public init( notebookExecution: EMRClientTypes.NotebookExecution? = nil - ) - { + ) { self.notebookExecution = notebookExecution } } @@ -3447,8 +3370,7 @@ public struct DescribeReleaseLabelInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, releaseLabel: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.releaseLabel = releaseLabel @@ -3467,8 +3389,7 @@ extension EMRClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -3484,8 +3405,7 @@ extension EMRClientTypes { public init( label: Swift.String? = nil - ) - { + ) { self.label = label } } @@ -3506,8 +3426,7 @@ public struct DescribeReleaseLabelOutput: Swift.Sendable { availableOSReleases: [EMRClientTypes.OSRelease]? = nil, nextToken: Swift.String? = nil, releaseLabel: Swift.String? = nil - ) - { + ) { self.applications = applications self.availableOSReleases = availableOSReleases self.nextToken = nextToken @@ -3522,8 +3441,7 @@ public struct DescribeSecurityConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3540,8 +3458,7 @@ public struct DescribeSecurityConfigurationOutput: Swift.Sendable { creationDateTime: Foundation.Date? = nil, name: Swift.String? = nil, securityConfiguration: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.name = name self.securityConfiguration = securityConfiguration @@ -3560,8 +3477,7 @@ public struct DescribeStepInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, stepId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.stepId = stepId } @@ -3585,8 +3501,7 @@ extension EMRClientTypes { jar: Swift.String? = nil, mainClass: Swift.String? = nil, properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.args = args self.jar = jar self.mainClass = mainClass @@ -3610,8 +3525,7 @@ extension EMRClientTypes { logFile: Swift.String? = nil, message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.logFile = logFile self.message = message self.reason = reason @@ -3701,8 +3615,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.StepStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -3724,8 +3637,7 @@ extension EMRClientTypes { creationDateTime: Foundation.Date? = nil, endDateTime: Foundation.Date? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.startDateTime = startDateTime @@ -3751,8 +3663,7 @@ extension EMRClientTypes { state: EMRClientTypes.StepState? = nil, stateChangeReason: EMRClientTypes.StepStateChangeReason? = nil, timeline: EMRClientTypes.StepTimeline? = nil - ) - { + ) { self.failureDetails = failureDetails self.state = state self.stateChangeReason = stateChangeReason @@ -3785,8 +3696,7 @@ extension EMRClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: EMRClientTypes.StepStatus? = nil - ) - { + ) { self.actionOnFailure = actionOnFailure self.config = config self.executionRoleArn = executionRoleArn @@ -3804,8 +3714,7 @@ public struct DescribeStepOutput: Swift.Sendable { public init( step: EMRClientTypes.Step? = nil - ) - { + ) { self.step = step } } @@ -3817,8 +3726,7 @@ public struct DescribeStudioInput: Swift.Sendable { public init( studioId: Swift.String? = nil - ) - { + ) { self.studioId = studioId } } @@ -3892,8 +3800,7 @@ extension EMRClientTypes { userRole: Swift.String? = nil, vpcId: Swift.String? = nil, workspaceSecurityGroupId: Swift.String? = nil - ) - { + ) { self.authMode = authMode self.creationTime = creationTime self.defaultS3Location = defaultS3Location @@ -3925,8 +3832,7 @@ public struct DescribeStudioOutput: Swift.Sendable { public init( studio: EMRClientTypes.Studio? = nil - ) - { + ) { self.studio = studio } } @@ -3943,8 +3849,7 @@ extension EMRClientTypes { public init( device: Swift.String? = nil, volumeSpecification: EMRClientTypes.VolumeSpecification? = nil - ) - { + ) { self.device = device self.volumeSpecification = volumeSpecification } @@ -3963,8 +3868,7 @@ extension EMRClientTypes { public init( device: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.device = device self.volumeId = volumeId } @@ -3978,8 +3882,7 @@ public struct GetAutoTerminationPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -3990,8 +3893,7 @@ public struct GetAutoTerminationPolicyOutput: Swift.Sendable { public init( autoTerminationPolicy: EMRClientTypes.AutoTerminationPolicy? = nil - ) - { + ) { self.autoTerminationPolicy = autoTerminationPolicy } } @@ -4011,8 +3913,7 @@ public struct GetClusterSessionCredentialsInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, executionRoleArn: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.executionRoleArn = executionRoleArn } @@ -4027,8 +3928,7 @@ public struct GetClusterSessionCredentialsOutput: Swift.Sendable { public init( credentials: EMRClientTypes.Credentials? = nil, expiresAt: Foundation.Date? = nil - ) - { + ) { self.credentials = credentials self.expiresAt = expiresAt } @@ -4041,8 +3941,7 @@ public struct GetManagedScalingPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -4091,8 +3990,7 @@ extension EMRClientTypes { computeLimits: EMRClientTypes.ComputeLimits? = nil, scalingStrategy: EMRClientTypes.ScalingStrategy? = nil, utilizationPerformanceIndex: Swift.Int? = nil - ) - { + ) { self.computeLimits = computeLimits self.scalingStrategy = scalingStrategy self.utilizationPerformanceIndex = utilizationPerformanceIndex @@ -4106,8 +4004,7 @@ public struct GetManagedScalingPolicyOutput: Swift.Sendable { public init( managedScalingPolicy: EMRClientTypes.ManagedScalingPolicy? = nil - ) - { + ) { self.managedScalingPolicy = managedScalingPolicy } } @@ -4129,8 +4026,7 @@ public struct GetStudioSessionMappingInput: Swift.Sendable { identityName: Swift.String? = nil, identityType: EMRClientTypes.IdentityType? = nil, studioId: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityName = identityName self.identityType = identityType @@ -4165,8 +4061,7 @@ extension EMRClientTypes { lastModifiedTime: Foundation.Date? = nil, sessionPolicyArn: Swift.String? = nil, studioId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.identityId = identityId self.identityName = identityName @@ -4184,8 +4079,7 @@ public struct GetStudioSessionMappingOutput: Swift.Sendable { public init( sessionMapping: EMRClientTypes.SessionMappingDetail? = nil - ) - { + ) { self.sessionMapping = sessionMapping } } @@ -4201,8 +4095,7 @@ public struct ListBootstrapActionsInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.marker = marker } @@ -4218,8 +4111,7 @@ public struct ListBootstrapActionsOutput: Swift.Sendable { public init( bootstrapActions: [EMRClientTypes.Command]? = nil, marker: Swift.String? = nil - ) - { + ) { self.bootstrapActions = bootstrapActions self.marker = marker } @@ -4241,8 +4133,7 @@ public struct ListClustersInput: Swift.Sendable { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterStates = clusterStates self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -4260,8 +4151,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [EMRClientTypes.ClusterSummary]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.marker = marker } @@ -4277,8 +4167,7 @@ public struct ListInstanceFleetsInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.marker = marker } @@ -4375,8 +4264,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.InstanceFleetStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4398,8 +4286,7 @@ extension EMRClientTypes { creationDateTime: Foundation.Date? = nil, endDateTime: Foundation.Date? = nil, readyDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.readyDateTime = readyDateTime @@ -4436,8 +4323,7 @@ extension EMRClientTypes { state: EMRClientTypes.InstanceFleetState? = nil, stateChangeReason: EMRClientTypes.InstanceFleetStateChangeReason? = nil, timeline: EMRClientTypes.InstanceFleetTimeline? = nil - ) - { + ) { self.state = state self.stateChangeReason = stateChangeReason self.timeline = timeline @@ -4456,8 +4342,7 @@ public struct ListInstanceGroupsInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.marker = marker } @@ -4510,8 +4395,7 @@ extension EMRClientTypes { instanceTerminationTimeout: Swift.Int? = nil, instancesToProtect: [Swift.String]? = nil, instancesToTerminate: [Swift.String]? = nil - ) - { + ) { self.instanceTerminationTimeout = instanceTerminationTimeout self.instancesToProtect = instancesToProtect self.instancesToTerminate = instancesToTerminate @@ -4531,8 +4415,7 @@ extension EMRClientTypes { public init( decommissionTimeout: Swift.Int? = nil, instanceResizePolicy: EMRClientTypes.InstanceResizePolicy? = nil - ) - { + ) { self.decommissionTimeout = decommissionTimeout self.instanceResizePolicy = instanceResizePolicy } @@ -4586,8 +4469,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.InstanceGroupStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4609,8 +4491,7 @@ extension EMRClientTypes { creationDateTime: Foundation.Date? = nil, endDateTime: Foundation.Date? = nil, readyDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.readyDateTime = readyDateTime @@ -4633,8 +4514,7 @@ extension EMRClientTypes { state: EMRClientTypes.InstanceGroupState? = nil, stateChangeReason: EMRClientTypes.InstanceGroupStateChangeReason? = nil, timeline: EMRClientTypes.InstanceGroupTimeline? = nil - ) - { + ) { self.state = state self.stateChangeReason = stateChangeReason self.timeline = timeline @@ -4706,8 +4586,7 @@ public struct ListInstancesInput: Swift.Sendable { instanceGroupTypes: [EMRClientTypes.InstanceGroupType]? = nil, instanceStates: [EMRClientTypes.InstanceState]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.instanceFleetId = instanceFleetId self.instanceFleetType = instanceFleetType @@ -4768,8 +4647,7 @@ extension EMRClientTypes { public init( code: EMRClientTypes.InstanceStateChangeReasonCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4791,8 +4669,7 @@ extension EMRClientTypes { creationDateTime: Foundation.Date? = nil, endDateTime: Foundation.Date? = nil, readyDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.readyDateTime = readyDateTime @@ -4815,8 +4692,7 @@ extension EMRClientTypes { state: EMRClientTypes.InstanceState? = nil, stateChangeReason: EMRClientTypes.InstanceStateChangeReason? = nil, timeline: EMRClientTypes.InstanceTimeline? = nil - ) - { + ) { self.state = state self.stateChangeReason = stateChangeReason self.timeline = timeline @@ -4866,8 +4742,7 @@ extension EMRClientTypes { publicDnsName: Swift.String? = nil, publicIpAddress: Swift.String? = nil, status: EMRClientTypes.InstanceStatus? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes self.ec2InstanceId = ec2InstanceId self.id = id @@ -4894,8 +4769,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instances: [EMRClientTypes.Instance]? = nil, marker: Swift.String? = nil - ) - { + ) { self.instances = instances self.marker = marker } @@ -4942,8 +4816,7 @@ public struct ListNotebookExecutionsInput: Swift.Sendable { marker: Swift.String? = nil, status: EMRClientTypes.NotebookExecutionStatus? = nil, to: Foundation.Date? = nil - ) - { + ) { self.editorId = editorId self.executionEngineId = executionEngineId self.from = from @@ -5003,8 +4876,7 @@ extension EMRClientTypes { notebookS3Location: EMRClientTypes.NotebookS3LocationForOutput? = nil, startTime: Foundation.Date? = nil, status: EMRClientTypes.NotebookExecutionStatus? = nil - ) - { + ) { self.editorId = editorId self.endTime = endTime self.executionEngineId = executionEngineId @@ -5026,8 +4898,7 @@ public struct ListNotebookExecutionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, notebookExecutions: [EMRClientTypes.NotebookExecutionSummary]? = nil - ) - { + ) { self.marker = marker self.notebookExecutions = notebookExecutions } @@ -5045,8 +4916,7 @@ extension EMRClientTypes { public init( application: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.application = application self.`prefix` = `prefix` } @@ -5065,8 +4935,7 @@ public struct ListReleaseLabelsInput: Swift.Sendable { filters: EMRClientTypes.ReleaseLabelFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5082,8 +4951,7 @@ public struct ListReleaseLabelsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, releaseLabels: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.releaseLabels = releaseLabels } @@ -5095,8 +4963,7 @@ public struct ListSecurityConfigurationsInput: Swift.Sendable { public init( marker: Swift.String? = nil - ) - { + ) { self.marker = marker } } @@ -5113,8 +4980,7 @@ extension EMRClientTypes { public init( creationDateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.name = name } @@ -5130,8 +4996,7 @@ public struct ListSecurityConfigurationsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, securityConfigurations: [EMRClientTypes.SecurityConfigurationSummary]? = nil - ) - { + ) { self.marker = marker self.securityConfigurations = securityConfigurations } @@ -5154,8 +5019,7 @@ public struct ListStepsInput: Swift.Sendable { marker: Swift.String? = nil, stepIds: [Swift.String]? = nil, stepStates: [EMRClientTypes.StepState]? = nil - ) - { + ) { self.clusterId = clusterId self.marker = marker self.stepIds = stepIds @@ -5184,8 +5048,7 @@ extension EMRClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: EMRClientTypes.StepStatus? = nil - ) - { + ) { self.actionOnFailure = actionOnFailure self.config = config self.id = id @@ -5205,8 +5068,7 @@ public struct ListStepsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, steps: [EMRClientTypes.StepSummary]? = nil - ) - { + ) { self.marker = marker self.steps = steps } @@ -5218,8 +5080,7 @@ public struct ListStudiosInput: Swift.Sendable { public init( marker: Swift.String? = nil - ) - { + ) { self.marker = marker } } @@ -5251,8 +5112,7 @@ extension EMRClientTypes { studioId: Swift.String? = nil, url: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.authMode = authMode self.creationTime = creationTime self.description = description @@ -5273,8 +5133,7 @@ public struct ListStudiosOutput: Swift.Sendable { public init( marker: Swift.String? = nil, studios: [EMRClientTypes.StudioSummary]? = nil - ) - { + ) { self.marker = marker self.studios = studios } @@ -5292,8 +5151,7 @@ public struct ListStudioSessionMappingsInput: Swift.Sendable { identityType: EMRClientTypes.IdentityType? = nil, marker: Swift.String? = nil, studioId: Swift.String? = nil - ) - { + ) { self.identityType = identityType self.marker = marker self.studioId = studioId @@ -5324,8 +5182,7 @@ extension EMRClientTypes { identityType: EMRClientTypes.IdentityType? = nil, sessionPolicyArn: Swift.String? = nil, studioId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.identityId = identityId self.identityName = identityName @@ -5345,8 +5202,7 @@ public struct ListStudioSessionMappingsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, sessionMappings: [EMRClientTypes.SessionMappingSummary]? = nil - ) - { + ) { self.marker = marker self.sessionMappings = sessionMappings } @@ -5362,8 +5218,7 @@ public struct ListSupportedInstanceTypesInput: Swift.Sendable { public init( marker: Swift.String? = nil, releaseLabel: Swift.String? = nil - ) - { + ) { self.marker = marker self.releaseLabel = releaseLabel } @@ -5408,8 +5263,7 @@ extension EMRClientTypes { storageGB: Swift.Int? = nil, type: Swift.String? = nil, vcpu: Swift.Int? = nil - ) - { + ) { self.architecture = architecture self.ebsOptimizedAvailable = ebsOptimizedAvailable self.ebsOptimizedByDefault = ebsOptimizedByDefault @@ -5434,8 +5288,7 @@ public struct ListSupportedInstanceTypesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, supportedInstanceTypes: [EMRClientTypes.SupportedInstanceType]? = nil - ) - { + ) { self.marker = marker self.supportedInstanceTypes = supportedInstanceTypes } @@ -5451,8 +5304,7 @@ public struct ModifyClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, stepConcurrencyLevel: Swift.Int? = nil - ) - { + ) { self.clusterId = clusterId self.stepConcurrencyLevel = stepConcurrencyLevel } @@ -5464,8 +5316,7 @@ public struct ModifyClusterOutput: Swift.Sendable { public init( stepConcurrencyLevel: Swift.Int? = nil - ) - { + ) { self.stepConcurrencyLevel = stepConcurrencyLevel } } @@ -5514,8 +5365,7 @@ public struct PutAutoScalingPolicyInput: Swift.Sendable { autoScalingPolicy: EMRClientTypes.AutoScalingPolicy? = nil, clusterId: Swift.String? = nil, instanceGroupId: Swift.String? = nil - ) - { + ) { self.autoScalingPolicy = autoScalingPolicy self.clusterId = clusterId self.instanceGroupId = instanceGroupId @@ -5537,8 +5387,7 @@ public struct PutAutoScalingPolicyOutput: Swift.Sendable { clusterArn: Swift.String? = nil, clusterId: Swift.String? = nil, instanceGroupId: Swift.String? = nil - ) - { + ) { self.autoScalingPolicy = autoScalingPolicy self.clusterArn = clusterArn self.clusterId = clusterId @@ -5556,8 +5405,7 @@ public struct PutAutoTerminationPolicyInput: Swift.Sendable { public init( autoTerminationPolicy: EMRClientTypes.AutoTerminationPolicy? = nil, clusterId: Swift.String? = nil - ) - { + ) { self.autoTerminationPolicy = autoTerminationPolicy self.clusterId = clusterId } @@ -5584,8 +5432,7 @@ public struct PutManagedScalingPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, managedScalingPolicy: EMRClientTypes.ManagedScalingPolicy? = nil - ) - { + ) { self.clusterId = clusterId self.managedScalingPolicy = managedScalingPolicy } @@ -5607,8 +5454,7 @@ public struct RemoveAutoScalingPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, instanceGroupId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.instanceGroupId = instanceGroupId } @@ -5626,8 +5472,7 @@ public struct RemoveAutoTerminationPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -5644,8 +5489,7 @@ public struct RemoveManagedScalingPolicyInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -5667,8 +5511,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeys = tagKeys } @@ -5692,8 +5535,7 @@ extension EMRClientTypes { public init( args: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.args = args self.name = name } @@ -5710,8 +5552,7 @@ public struct RunJobFlowOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, jobFlowId: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.jobFlowId = jobFlowId } @@ -5728,8 +5569,7 @@ public struct SetKeepJobFlowAliveWhenNoStepsInput: Swift.Sendable { public init( jobFlowIds: [Swift.String]? = nil, keepJobFlowAliveWhenNoSteps: Swift.Bool? = nil - ) - { + ) { self.jobFlowIds = jobFlowIds self.keepJobFlowAliveWhenNoSteps = keepJobFlowAliveWhenNoSteps } @@ -5747,8 +5587,7 @@ public struct SetTerminationProtectionInput: Swift.Sendable { public init( jobFlowIds: [Swift.String]? = nil, terminationProtected: Swift.Bool? = nil - ) - { + ) { self.jobFlowIds = jobFlowIds self.terminationProtected = terminationProtected } @@ -5765,8 +5604,7 @@ public struct SetUnhealthyNodeReplacementInput: Swift.Sendable { public init( jobFlowIds: [Swift.String]? = nil, unhealthyNodeReplacement: Swift.Bool? = nil - ) - { + ) { self.jobFlowIds = jobFlowIds self.unhealthyNodeReplacement = unhealthyNodeReplacement } @@ -5784,8 +5622,7 @@ public struct SetVisibleToAllUsersInput: Swift.Sendable { public init( jobFlowIds: [Swift.String]? = nil, visibleToAllUsers: Swift.Bool? = nil - ) - { + ) { self.jobFlowIds = jobFlowIds self.visibleToAllUsers = visibleToAllUsers } @@ -5803,8 +5640,7 @@ extension EMRClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -5823,8 +5659,7 @@ extension EMRClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -5872,8 +5707,7 @@ public struct StartNotebookExecutionInput: Swift.Sendable { relativePath: Swift.String? = nil, serviceRole: Swift.String? = nil, tags: [EMRClientTypes.Tag]? = nil - ) - { + ) { self.editorId = editorId self.environmentVariables = environmentVariables self.executionEngine = executionEngine @@ -5895,8 +5729,7 @@ public struct StartNotebookExecutionOutput: Swift.Sendable { public init( notebookExecutionId: Swift.String? = nil - ) - { + ) { self.notebookExecutionId = notebookExecutionId } } @@ -5908,8 +5741,7 @@ public struct StopNotebookExecutionInput: Swift.Sendable { public init( notebookExecutionId: Swift.String? = nil - ) - { + ) { self.notebookExecutionId = notebookExecutionId } } @@ -5922,8 +5754,7 @@ public struct TerminateJobFlowsInput: Swift.Sendable { public init( jobFlowIds: [Swift.String]? = nil - ) - { + ) { self.jobFlowIds = jobFlowIds } } @@ -5950,8 +5781,7 @@ public struct UpdateStudioInput: Swift.Sendable { name: Swift.String? = nil, studioId: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.defaultS3Location = defaultS3Location self.description = description self.encryptionKeyArn = encryptionKeyArn @@ -5982,8 +5812,7 @@ public struct UpdateStudioSessionMappingInput: Swift.Sendable { identityType: EMRClientTypes.IdentityType? = nil, sessionPolicyArn: Swift.String? = nil, studioId: Swift.String? = nil - ) - { + ) { self.identityId = identityId self.identityName = identityName self.identityType = identityType @@ -6007,8 +5836,7 @@ extension EMRClientTypes { classification: Swift.String? = nil, configurations: [EMRClientTypes.Configuration]? = nil, properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.classification = classification self.configurations = configurations self.properties = properties @@ -6038,8 +5866,7 @@ extension EMRClientTypes { configurations: [EMRClientTypes.Configuration]? = nil, permittedPublicSecurityGroupRuleRanges: [EMRClientTypes.PortRange]? = nil, properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.blockPublicSecurityGroupRules = blockPublicSecurityGroupRules self.classification = classification self.configurations = configurations @@ -6157,8 +5984,7 @@ extension EMRClientTypes { terminationProtected: Swift.Bool? = nil, unhealthyNodeReplacement: Swift.Bool? = nil, visibleToAllUsers: Swift.Bool? = nil - ) - { + ) { self.applications = applications self.autoScalingRole = autoScalingRole self.autoTerminate = autoTerminate @@ -6236,8 +6062,7 @@ extension EMRClientTypes { instanceType: Swift.String? = nil, market: EMRClientTypes.MarketType? = nil, name: Swift.String? = nil - ) - { + ) { self.autoScalingPolicy = autoScalingPolicy self.bidPrice = bidPrice self.configurations = configurations @@ -6277,8 +6102,7 @@ extension EMRClientTypes { instanceGroupId: Swift.String? = nil, reconfigurationType: EMRClientTypes.ReconfigurationType? = nil, shrinkPolicy: EMRClientTypes.ShrinkPolicy? = nil - ) - { + ) { self.configurations = configurations self.ec2InstanceIdsToTerminate = ec2InstanceIdsToTerminate self.instanceCount = instanceCount @@ -6320,8 +6144,7 @@ extension EMRClientTypes { instanceType: Swift.String? = nil, priority: Swift.Double? = nil, weightedCapacity: Swift.Int? = nil - ) - { + ) { self.bidPrice = bidPrice self.bidPriceAsPercentageOfOnDemandPrice = bidPriceAsPercentageOfOnDemandPrice self.configurations = configurations @@ -6367,8 +6190,7 @@ extension EMRClientTypes { instanceType: Swift.String? = nil, priority: Swift.Double? = nil, weightedCapacity: Swift.Int? = nil - ) - { + ) { self.bidPrice = bidPrice self.bidPriceAsPercentageOfOnDemandPrice = bidPriceAsPercentageOfOnDemandPrice self.configurations = configurations @@ -6389,8 +6211,7 @@ public struct DescribeClusterOutput: Swift.Sendable { public init( cluster: EMRClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -6406,8 +6227,7 @@ public struct GetBlockPublicAccessConfigurationOutput: Swift.Sendable { public init( blockPublicAccessConfiguration: EMRClientTypes.BlockPublicAccessConfiguration? = nil, blockPublicAccessConfigurationMetadata: EMRClientTypes.BlockPublicAccessConfigurationMetadata? = nil - ) - { + ) { self.blockPublicAccessConfiguration = blockPublicAccessConfiguration self.blockPublicAccessConfigurationMetadata = blockPublicAccessConfigurationMetadata } @@ -6420,8 +6240,7 @@ public struct PutBlockPublicAccessConfigurationInput: Swift.Sendable { public init( blockPublicAccessConfiguration: EMRClientTypes.BlockPublicAccessConfiguration? = nil - ) - { + ) { self.blockPublicAccessConfiguration = blockPublicAccessConfiguration } } @@ -6468,8 +6287,7 @@ extension EMRClientTypes { status: EMRClientTypes.InstanceFleetStatus? = nil, targetOnDemandCapacity: Swift.Int? = nil, targetSpotCapacity: Swift.Int? = nil - ) - { + ) { self.context = context self.id = id self.instanceFleetType = instanceFleetType @@ -6517,8 +6335,7 @@ extension EMRClientTypes { resizeSpecifications: EMRClientTypes.InstanceFleetResizingSpecifications? = nil, targetOnDemandCapacity: Swift.Int? = nil, targetSpotCapacity: Swift.Int? = nil - ) - { + ) { self.context = context self.instanceFleetType = instanceFleetType self.instanceTypeConfigs = instanceTypeConfigs @@ -6556,8 +6373,7 @@ extension EMRClientTypes { resizeSpecifications: EMRClientTypes.InstanceFleetResizingSpecifications? = nil, targetOnDemandCapacity: Swift.Int? = nil, targetSpotCapacity: Swift.Int? = nil - ) - { + ) { self.context = context self.instanceFleetId = instanceFleetId self.instanceTypeConfigs = instanceTypeConfigs @@ -6580,8 +6396,7 @@ public struct AddInstanceGroupsInput: Swift.Sendable { public init( instanceGroups: [EMRClientTypes.InstanceGroupConfig]? = nil, jobFlowId: Swift.String? = nil - ) - { + ) { self.instanceGroups = instanceGroups self.jobFlowId = jobFlowId } @@ -6597,8 +6412,7 @@ public struct ModifyInstanceGroupsInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, instanceGroups: [EMRClientTypes.InstanceGroupModifyConfig]? = nil - ) - { + ) { self.clusterId = clusterId self.instanceGroups = instanceGroups } @@ -6664,8 +6478,7 @@ extension EMRClientTypes { runningInstanceCount: Swift.Int? = nil, shrinkPolicy: EMRClientTypes.ShrinkPolicy? = nil, status: EMRClientTypes.InstanceGroupStatus? = nil - ) - { + ) { self.autoScalingPolicy = autoScalingPolicy self.bidPrice = bidPrice self.configurations = configurations @@ -6699,8 +6512,7 @@ public struct AddInstanceFleetInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, instanceFleet: EMRClientTypes.InstanceFleetConfig? = nil - ) - { + ) { self.clusterId = clusterId self.instanceFleet = instanceFleet } @@ -6717,8 +6529,7 @@ public struct ModifyInstanceFleetInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, instanceFleet: EMRClientTypes.InstanceFleetModifyConfig? = nil - ) - { + ) { self.clusterId = clusterId self.instanceFleet = instanceFleet } @@ -6733,8 +6544,7 @@ public struct ListInstanceFleetsOutput: Swift.Sendable { public init( instanceFleets: [EMRClientTypes.InstanceFleet]? = nil, marker: Swift.String? = nil - ) - { + ) { self.instanceFleets = instanceFleets self.marker = marker } @@ -6750,8 +6560,7 @@ public struct ListInstanceGroupsOutput: Swift.Sendable { public init( instanceGroups: [EMRClientTypes.InstanceGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.instanceGroups = instanceGroups self.marker = marker } @@ -6817,8 +6626,7 @@ extension EMRClientTypes { slaveInstanceType: Swift.String? = nil, terminationProtected: Swift.Bool? = nil, unhealthyNodeReplacement: Swift.Bool? = nil - ) - { + ) { self.additionalMasterSecurityGroups = additionalMasterSecurityGroups self.additionalSlaveSecurityGroups = additionalSlaveSecurityGroups self.ec2KeyName = ec2KeyName @@ -6960,8 +6768,7 @@ public struct RunJobFlowInput: Swift.Sendable { supportedProducts: [Swift.String]? = nil, tags: [EMRClientTypes.Tag]? = nil, visibleToAllUsers: Swift.Bool? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.amiVersion = amiVersion self.applications = applications diff --git a/Sources/Services/AWSEMRServerless/Package.swift.txt b/Sources/Services/AWSEMRServerless/Package.swift.txt index 5d6ddd0db3b..05c984ee7bb 100644 --- a/Sources/Services/AWSEMRServerless/Package.swift.txt +++ b/Sources/Services/AWSEMRServerless/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/EMRServerlessClient.swift b/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/EMRServerlessClient.swift index ec0d32603fb..8e1c71fcbe0 100644 --- a/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/EMRServerlessClient.swift +++ b/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/EMRServerlessClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EMRServerlessClient: ClientRuntime.Client { public static let clientName = "EMRServerlessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EMRServerlessClient.EMRServerlessClientConfiguration let serviceName = "EMR Serverless" diff --git a/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/Models.swift b/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/Models.swift index b91ea377834..9d7da0c7543 100644 --- a/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/Models.swift +++ b/Sources/Services/AWSEMRServerless/Sources/AWSEMRServerless/Models.swift @@ -68,8 +68,7 @@ extension EMRServerlessClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -87,8 +86,7 @@ extension EMRServerlessClientTypes { public init( enabled: Swift.Bool? = nil, idleTimeoutMinutes: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.idleTimeoutMinutes = idleTimeoutMinutes } @@ -108,8 +106,7 @@ extension EMRServerlessClientTypes { public init( imageUri: Swift.String? = nil, resolvedImageDigest: Swift.String? = nil - ) - { + ) { self.imageUri = imageUri self.resolvedImageDigest = resolvedImageDigest } @@ -136,8 +133,7 @@ extension EMRServerlessClientTypes { disk: Swift.String? = nil, diskType: Swift.String? = nil, memory: Swift.String? = nil - ) - { + ) { self.cpu = cpu self.disk = disk self.diskType = diskType @@ -159,8 +155,7 @@ extension EMRServerlessClientTypes { public init( workerConfiguration: EMRServerlessClientTypes.WorkerResourceConfig? = nil, workerCount: Swift.Int = 0 - ) - { + ) { self.workerConfiguration = workerConfiguration self.workerCount = workerCount } @@ -179,8 +174,7 @@ extension EMRServerlessClientTypes { public init( livyEndpointEnabled: Swift.Bool? = nil, studioEnabled: Swift.Bool? = nil - ) - { + ) { self.livyEndpointEnabled = livyEndpointEnabled self.studioEnabled = studioEnabled } @@ -204,8 +198,7 @@ extension EMRServerlessClientTypes { cpu: Swift.String? = nil, disk: Swift.String? = nil, memory: Swift.String? = nil - ) - { + ) { self.cpu = cpu self.disk = disk self.memory = memory @@ -239,8 +232,7 @@ extension EMRServerlessClientTypes { logGroupName: Swift.String? = nil, logStreamNamePrefix: Swift.String? = nil, logTypes: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.enabled = enabled self.encryptionKeyArn = encryptionKeyArn self.logGroupName = logGroupName @@ -262,8 +254,7 @@ extension EMRServerlessClientTypes { public init( enabled: Swift.Bool? = nil, encryptionKeyArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.encryptionKeyArn = encryptionKeyArn } @@ -279,8 +270,7 @@ extension EMRServerlessClientTypes { public init( remoteWriteUrl: Swift.String? = nil - ) - { + ) { self.remoteWriteUrl = remoteWriteUrl } } @@ -298,8 +288,7 @@ extension EMRServerlessClientTypes { public init( encryptionKeyArn: Swift.String? = nil, logUri: Swift.String? = nil - ) - { + ) { self.encryptionKeyArn = encryptionKeyArn self.logUri = logUri } @@ -324,8 +313,7 @@ extension EMRServerlessClientTypes { managedPersistenceMonitoringConfiguration: EMRServerlessClientTypes.ManagedPersistenceMonitoringConfiguration? = nil, prometheusMonitoringConfiguration: EMRServerlessClientTypes.PrometheusMonitoringConfiguration? = nil, s3MonitoringConfiguration: EMRServerlessClientTypes.S3MonitoringConfiguration? = nil - ) - { + ) { self.cloudWatchLoggingConfiguration = cloudWatchLoggingConfiguration self.managedPersistenceMonitoringConfiguration = managedPersistenceMonitoringConfiguration self.prometheusMonitoringConfiguration = prometheusMonitoringConfiguration @@ -346,8 +334,7 @@ extension EMRServerlessClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -366,8 +353,7 @@ extension EMRServerlessClientTypes { public init( maxConcurrentRuns: Swift.Int? = nil, queueTimeoutMinutes: Swift.Int? = nil - ) - { + ) { self.maxConcurrentRuns = maxConcurrentRuns self.queueTimeoutMinutes = queueTimeoutMinutes } @@ -427,8 +413,7 @@ extension EMRServerlessClientTypes { public init( imageConfiguration: EMRServerlessClientTypes.ImageConfiguration? = nil - ) - { + ) { self.imageConfiguration = imageConfiguration } } @@ -477,8 +462,7 @@ extension EMRServerlessClientTypes { stateDetails: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.architecture = architecture self.arn = arn self.createdAt = createdAt @@ -512,8 +496,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -537,8 +520,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -562,8 +544,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -587,8 +568,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -602,8 +582,7 @@ extension EMRServerlessClientTypes { public init( imageUri: Swift.String? = nil - ) - { + ) { self.imageUri = imageUri } } @@ -618,8 +597,7 @@ extension EMRServerlessClientTypes { public init( imageConfiguration: EMRServerlessClientTypes.ImageConfigurationInput? = nil - ) - { + ) { self.imageConfiguration = imageConfiguration } } @@ -639,8 +617,7 @@ public struct CreateApplicationOutput: Swift.Sendable { applicationId: Swift.String? = nil, arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.name = name @@ -654,8 +631,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -672,8 +648,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -690,8 +665,7 @@ public struct ListApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, states: [EMRServerlessClientTypes.ApplicationState]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.states = states @@ -708,8 +682,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [EMRServerlessClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -734,8 +707,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -747,8 +719,7 @@ public struct StartApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -765,8 +736,7 @@ public struct StopApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -787,8 +757,7 @@ public struct CancelJobRunInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.jobRunId = jobRunId } @@ -805,8 +774,7 @@ public struct CancelJobRunOutput: Swift.Sendable { public init( applicationId: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.jobRunId = jobRunId } @@ -829,8 +797,7 @@ public struct GetDashboardForJobRunInput: Swift.Sendable { applicationId: Swift.String? = nil, attempt: Swift.Int? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.accessSystemProfileLogs = accessSystemProfileLogs self.applicationId = applicationId self.attempt = attempt @@ -844,8 +811,7 @@ public struct GetDashboardForJobRunOutput: Swift.Sendable { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -864,8 +830,7 @@ public struct GetJobRunInput: Swift.Sendable { applicationId: Swift.String? = nil, attempt: Swift.Int? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.attempt = attempt self.jobRunId = jobRunId @@ -887,8 +852,7 @@ extension EMRServerlessClientTypes { memoryGBHour: Swift.Double? = nil, storageGBHour: Swift.Double? = nil, vCPUHour: Swift.Double? = nil - ) - { + ) { self.memoryGBHour = memoryGBHour self.storageGBHour = storageGBHour self.vCPUHour = vCPUHour @@ -912,8 +876,7 @@ extension EMRServerlessClientTypes { initQueryFile: Swift.String? = nil, parameters: Swift.String? = nil, query: Swift.String? = nil - ) - { + ) { self.initQueryFile = initQueryFile self.parameters = parameters self.query = query @@ -942,8 +905,7 @@ extension EMRServerlessClientTypes { entryPoint: Swift.String? = nil, entryPointArguments: [Swift.String]? = nil, sparkSubmitParameters: Swift.String? = nil - ) - { + ) { self.entryPoint = entryPoint self.entryPointArguments = entryPointArguments self.sparkSubmitParameters = sparkSubmitParameters @@ -1009,8 +971,7 @@ extension EMRServerlessClientTypes { public init( maxAttempts: Swift.Int? = nil, maxFailedAttemptsPerHour: Swift.Int? = nil - ) - { + ) { self.maxAttempts = maxAttempts self.maxFailedAttemptsPerHour = maxFailedAttemptsPerHour } @@ -1082,8 +1043,7 @@ extension EMRServerlessClientTypes { memoryGBHour: Swift.Double? = nil, storageGBHour: Swift.Double? = nil, vCPUHour: Swift.Double? = nil - ) - { + ) { self.memoryGBHour = memoryGBHour self.storageGBHour = storageGBHour self.vCPUHour = vCPUHour @@ -1108,8 +1068,7 @@ public struct ListJobRunAttemptsInput: Swift.Sendable { jobRunId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.jobRunId = jobRunId self.maxResults = maxResults @@ -1179,8 +1138,7 @@ extension EMRServerlessClientTypes { stateDetails: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.attempt = attempt @@ -1210,8 +1168,7 @@ public struct ListJobRunAttemptsOutput: Swift.Sendable { public init( jobRunAttempts: [EMRServerlessClientTypes.JobRunAttemptSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobRunAttempts = jobRunAttempts self.nextToken = nextToken } @@ -1242,8 +1199,7 @@ public struct ListJobRunsInput: Swift.Sendable { mode: EMRServerlessClientTypes.JobRunMode? = nil, nextToken: Swift.String? = nil, states: [EMRServerlessClientTypes.JobRunState]? = nil - ) - { + ) { self.applicationId = applicationId self.createdAtAfter = createdAtAfter self.createdAtBefore = createdAtBefore @@ -1318,8 +1274,7 @@ extension EMRServerlessClientTypes { stateDetails: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.attempt = attempt @@ -1350,8 +1305,7 @@ public struct ListJobRunsOutput: Swift.Sendable { public init( jobRuns: [EMRServerlessClientTypes.JobRunSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobRuns = jobRuns self.nextToken = nextToken } @@ -1372,8 +1326,7 @@ public struct StartJobRunOutput: Swift.Sendable { applicationId: Swift.String? = nil, arn: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.jobRunId = jobRunId @@ -1387,8 +1340,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1399,8 +1351,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1416,8 +1367,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1439,8 +1389,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1467,8 +1416,7 @@ extension EMRServerlessClientTypes { classification: Swift.String? = nil, configurations: [EMRServerlessClientTypes.Configuration]? = nil, properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.classification = classification self.configurations = configurations self.properties = properties @@ -1560,8 +1508,7 @@ extension EMRServerlessClientTypes { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, workerTypeSpecifications: [Swift.String: EMRServerlessClientTypes.WorkerTypeSpecification]? = nil - ) - { + ) { self.applicationId = applicationId self.architecture = architecture self.arn = arn @@ -1600,8 +1547,7 @@ extension EMRServerlessClientTypes { public init( applicationConfiguration: [EMRServerlessClientTypes.Configuration]? = nil, monitoringConfiguration: EMRServerlessClientTypes.MonitoringConfiguration? = nil - ) - { + ) { self.applicationConfiguration = applicationConfiguration self.monitoringConfiguration = monitoringConfiguration } @@ -1665,8 +1611,7 @@ public struct CreateApplicationInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, workerTypeSpecifications: [Swift.String: EMRServerlessClientTypes.WorkerTypeSpecificationInput]? = nil - ) - { + ) { self.architecture = architecture self.autoStartConfiguration = autoStartConfiguration self.autoStopConfiguration = autoStopConfiguration @@ -1737,8 +1682,7 @@ public struct UpdateApplicationInput: Swift.Sendable { runtimeConfiguration: [EMRServerlessClientTypes.Configuration]? = nil, schedulerConfiguration: EMRServerlessClientTypes.SchedulerConfiguration? = nil, workerTypeSpecifications: [Swift.String: EMRServerlessClientTypes.WorkerTypeSpecificationInput]? = nil - ) - { + ) { self.applicationId = applicationId self.architecture = architecture self.autoStartConfiguration = autoStartConfiguration @@ -1855,8 +1799,7 @@ extension EMRServerlessClientTypes { totalExecutionDurationSeconds: Swift.Int? = nil, totalResourceUtilization: EMRServerlessClientTypes.TotalResourceUtilization? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.attempt = attempt @@ -1895,8 +1838,7 @@ public struct GetApplicationOutput: Swift.Sendable { public init( application: EMRServerlessClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -1937,8 +1879,7 @@ public struct StartJobRunInput: Swift.Sendable { name: Swift.String? = nil, retryPolicy: EMRServerlessClientTypes.RetryPolicy? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.configurationOverrides = configurationOverrides @@ -1959,8 +1900,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( application: EMRServerlessClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -1972,8 +1912,7 @@ public struct GetJobRunOutput: Swift.Sendable { public init( jobRun: EMRServerlessClientTypes.JobRun? = nil - ) - { + ) { self.jobRun = jobRun } } diff --git a/Sources/Services/AWSEMRcontainers/Package.swift.txt b/Sources/Services/AWSEMRcontainers/Package.swift.txt index f5e57feb4ed..c8588eac53d 100644 --- a/Sources/Services/AWSEMRcontainers/Package.swift.txt +++ b/Sources/Services/AWSEMRcontainers/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/EMRcontainersClient.swift b/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/EMRcontainersClient.swift index b1683b10bb2..94f7d4fc2a5 100644 --- a/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/EMRcontainersClient.swift +++ b/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/EMRcontainersClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EMRcontainersClient: ClientRuntime.Client { public static let clientName = "EMRcontainersClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EMRcontainersClient.EMRcontainersClientConfiguration let serviceName = "EMR containers" diff --git a/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/Models.swift b/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/Models.swift index a8459f0a571..176537b5ef0 100644 --- a/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/Models.swift +++ b/Sources/Services/AWSEMRcontainers/Sources/AWSEMRcontainers/Models.swift @@ -69,8 +69,7 @@ extension EMRcontainersClientTypes { certificateProviderType: EMRcontainersClientTypes.CertificateProviderType? = nil, privateCertificateSecretArn: Swift.String? = nil, publicCertificateSecretArn: Swift.String? = nil - ) - { + ) { self.certificateProviderType = certificateProviderType self.privateCertificateSecretArn = privateCertificateSecretArn self.publicCertificateSecretArn = publicCertificateSecretArn @@ -87,8 +86,7 @@ extension EMRcontainersClientTypes { public init( tlsCertificateConfiguration: EMRcontainersClientTypes.TLSCertificateConfiguration? = nil - ) - { + ) { self.tlsCertificateConfiguration = tlsCertificateConfiguration } } @@ -103,8 +101,7 @@ extension EMRcontainersClientTypes { public init( inTransitEncryptionConfiguration: EMRcontainersClientTypes.InTransitEncryptionConfiguration? = nil - ) - { + ) { self.inTransitEncryptionConfiguration = inTransitEncryptionConfiguration } } @@ -122,8 +119,7 @@ extension EMRcontainersClientTypes { public init( clusterId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.namespace = namespace } @@ -145,8 +141,7 @@ extension EMRcontainersClientTypes { authorizedSessionTagValue: Swift.String? = nil, queryEngineRoleArn: Swift.String? = nil, secureNamespaceInfo: EMRcontainersClientTypes.SecureNamespaceInfo? = nil - ) - { + ) { self.authorizedSessionTagValue = authorizedSessionTagValue self.queryEngineRoleArn = queryEngineRoleArn self.secureNamespaceInfo = secureNamespaceInfo @@ -166,8 +161,7 @@ extension EMRcontainersClientTypes { public init( encryptionConfiguration: EMRcontainersClientTypes.EncryptionConfiguration? = nil, lakeFormationConfiguration: EMRcontainersClientTypes.LakeFormationConfiguration? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.lakeFormationConfiguration = lakeFormationConfiguration } @@ -192,8 +186,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -216,8 +209,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -233,8 +225,7 @@ public struct CancelJobRunInput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -249,8 +240,7 @@ public struct CancelJobRunOutput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -274,8 +264,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -292,8 +281,7 @@ extension EMRcontainersClientTypes { public init( logGroupName: Swift.String? = nil, logStreamNamePrefix: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logStreamNamePrefix = logStreamNamePrefix } @@ -309,8 +297,7 @@ extension EMRcontainersClientTypes { public init( logUri: Swift.String? = nil - ) - { + ) { self.logUri = logUri } } @@ -331,8 +318,7 @@ extension EMRcontainersClientTypes { cloudWatchMonitoringConfiguration: EMRcontainersClientTypes.ParametricCloudWatchMonitoringConfiguration? = nil, persistentAppUI: Swift.String? = nil, s3MonitoringConfiguration: EMRcontainersClientTypes.ParametricS3MonitoringConfiguration? = nil - ) - { + ) { self.cloudWatchMonitoringConfiguration = cloudWatchMonitoringConfiguration self.persistentAppUI = persistentAppUI self.s3MonitoringConfiguration = s3MonitoringConfiguration @@ -352,8 +338,7 @@ extension EMRcontainersClientTypes { public init( entryPoint: Swift.String? = nil, sparkSqlParameters: Swift.String? = nil - ) - { + ) { self.entryPoint = entryPoint self.sparkSqlParameters = sparkSqlParameters } @@ -381,8 +366,7 @@ extension EMRcontainersClientTypes { entryPoint: Swift.String? = nil, entryPointArguments: [Swift.String]? = nil, sparkSubmitParameters: Swift.String? = nil - ) - { + ) { self.entryPoint = entryPoint self.entryPointArguments = entryPointArguments self.sparkSubmitParameters = sparkSubmitParameters @@ -407,8 +391,7 @@ extension EMRcontainersClientTypes { public init( sparkSqlJobDriver: EMRcontainersClientTypes.SparkSqlJobDriver? = nil, sparkSubmitJobDriver: EMRcontainersClientTypes.SparkSubmitJobDriver? = nil - ) - { + ) { self.sparkSqlJobDriver = sparkSqlJobDriver self.sparkSubmitJobDriver = sparkSubmitJobDriver } @@ -456,8 +439,7 @@ extension EMRcontainersClientTypes { public init( defaultValue: Swift.String? = nil, type: EMRcontainersClientTypes.TemplateParameterDataType? = nil - ) - { + ) { self.defaultValue = defaultValue self.type = type } @@ -479,8 +461,7 @@ public struct CreateJobTemplateOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -501,8 +482,7 @@ extension EMRcontainersClientTypes { public init( logGroupName: Swift.String? = nil, logStreamNamePrefix: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logStreamNamePrefix = logStreamNamePrefix } @@ -523,8 +503,7 @@ extension EMRcontainersClientTypes { public init( maxFilesToKeep: Swift.Int? = nil, rotationSize: Swift.String? = nil - ) - { + ) { self.maxFilesToKeep = maxFilesToKeep self.rotationSize = rotationSize } @@ -570,8 +549,7 @@ extension EMRcontainersClientTypes { public init( logUri: Swift.String? = nil - ) - { + ) { self.logUri = logUri } } @@ -595,8 +573,7 @@ extension EMRcontainersClientTypes { containerLogRotationConfiguration: EMRcontainersClientTypes.ContainerLogRotationConfiguration? = nil, persistentAppUI: EMRcontainersClientTypes.PersistentAppUI? = nil, s3MonitoringConfiguration: EMRcontainersClientTypes.S3MonitoringConfiguration? = nil - ) - { + ) { self.cloudWatchMonitoringConfiguration = cloudWatchMonitoringConfiguration self.containerLogRotationConfiguration = containerLogRotationConfiguration self.persistentAppUI = persistentAppUI @@ -620,8 +597,7 @@ public struct CreateManagedEndpointOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -638,8 +614,7 @@ extension EMRcontainersClientTypes { public init( authorizationConfiguration: EMRcontainersClientTypes.AuthorizationConfiguration? = nil - ) - { + ) { self.authorizationConfiguration = authorizationConfiguration } } @@ -663,8 +638,7 @@ public struct CreateSecurityConfigurationInput: Swift.Sendable { name: Swift.String? = nil, securityConfigurationData: EMRcontainersClientTypes.SecurityConfigurationData? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.securityConfigurationData = securityConfigurationData @@ -684,8 +658,7 @@ public struct CreateSecurityConfigurationOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -710,8 +683,7 @@ public struct EKSRequestThrottledException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -725,8 +697,7 @@ extension EMRcontainersClientTypes { public init( namespace: Swift.String? = nil - ) - { + ) { self.namespace = namespace } } @@ -785,8 +756,7 @@ extension EMRcontainersClientTypes { id: Swift.String? = nil, info: EMRcontainersClientTypes.ContainerInfo? = nil, type: EMRcontainersClientTypes.ContainerProviderType? = nil - ) - { + ) { self.id = id self.info = info self.type = type @@ -815,8 +785,7 @@ public struct CreateVirtualClusterInput: Swift.Sendable { name: Swift.String? = nil, securityConfigurationId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.containerProvider = containerProvider self.name = name @@ -837,8 +806,7 @@ public struct CreateVirtualClusterOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -852,8 +820,7 @@ public struct DeleteJobTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -864,8 +831,7 @@ public struct DeleteJobTemplateOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -881,8 +847,7 @@ public struct DeleteManagedEndpointInput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -897,8 +862,7 @@ public struct DeleteManagedEndpointOutput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -911,8 +875,7 @@ public struct DeleteVirtualClusterInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -923,8 +886,7 @@ public struct DeleteVirtualClusterOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -940,8 +902,7 @@ public struct DescribeJobRunInput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -992,8 +953,7 @@ extension EMRcontainersClientTypes { public init( maxAttempts: Swift.Int? = nil - ) - { + ) { self.maxAttempts = maxAttempts } } @@ -1009,8 +969,7 @@ extension EMRcontainersClientTypes { public init( currentAttemptCount: Swift.Int? = nil - ) - { + ) { self.currentAttemptCount = currentAttemptCount } } @@ -1067,8 +1026,7 @@ public struct DescribeJobTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1084,8 +1042,7 @@ public struct DescribeManagedEndpointInput: Swift.Sendable { public init( id: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.id = id self.virtualClusterId = virtualClusterId } @@ -1103,8 +1060,7 @@ extension EMRcontainersClientTypes { public init( certificateArn: Swift.String? = nil, certificateData: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateData = certificateData } @@ -1156,8 +1112,7 @@ public struct DescribeSecurityConfigurationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1189,8 +1144,7 @@ extension EMRcontainersClientTypes { name: Swift.String? = nil, securityConfigurationData: EMRcontainersClientTypes.SecurityConfigurationData? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -1208,8 +1162,7 @@ public struct DescribeSecurityConfigurationOutput: Swift.Sendable { public init( securityConfiguration: EMRcontainersClientTypes.SecurityConfiguration? = nil - ) - { + ) { self.securityConfiguration = securityConfiguration } } @@ -1221,8 +1174,7 @@ public struct DescribeVirtualClusterInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1292,8 +1244,7 @@ extension EMRcontainersClientTypes { securityConfigurationId: Swift.String? = nil, state: EMRcontainersClientTypes.VirtualClusterState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.containerProvider = containerProvider self.createdAt = createdAt @@ -1312,8 +1263,7 @@ public struct DescribeVirtualClusterOutput: Swift.Sendable { public init( virtualCluster: EMRcontainersClientTypes.VirtualCluster? = nil - ) - { + ) { self.virtualCluster = virtualCluster } } @@ -1336,8 +1286,7 @@ public struct RequestThrottledException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1370,8 +1319,7 @@ public struct GetManagedEndpointSessionCredentialsInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, logContext: Swift.String? = nil, virtualClusterIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.credentialType = credentialType self.durationInSeconds = durationInSeconds @@ -1404,8 +1352,7 @@ public struct GetManagedEndpointSessionCredentialsOutput: Swift.Sendable { credentials: EMRcontainersClientTypes.Credentials? = nil, expiresAt: Foundation.Date? = nil, id: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.expiresAt = expiresAt self.id = id @@ -1437,8 +1384,7 @@ public struct ListJobRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, states: [EMRcontainersClientTypes.JobRunState]? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -1464,8 +1410,7 @@ public struct ListJobTemplatesInput: Swift.Sendable { createdBefore: Foundation.Date? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -1498,8 +1443,7 @@ public struct ListManagedEndpointsInput: Swift.Sendable { states: [EMRcontainersClientTypes.EndpointState]? = nil, types: [Swift.String]? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -1525,8 +1469,7 @@ public struct ListSecurityConfigurationsInput: Swift.Sendable { createdBefore: Foundation.Date? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -1543,8 +1486,7 @@ public struct ListSecurityConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityConfigurations: [EMRcontainersClientTypes.SecurityConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.securityConfigurations = securityConfigurations } @@ -1557,8 +1499,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1569,8 +1510,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1602,8 +1542,7 @@ public struct ListVirtualClustersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, states: [EMRcontainersClientTypes.VirtualClusterState]? = nil - ) - { + ) { self.containerProviderId = containerProviderId self.containerProviderType = containerProviderType self.createdAfter = createdAfter @@ -1624,8 +1563,7 @@ public struct ListVirtualClustersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, virtualClusters: [EMRcontainersClientTypes.VirtualCluster]? = nil - ) - { + ) { self.nextToken = nextToken self.virtualClusters = virtualClusters } @@ -1646,8 +1584,7 @@ public struct StartJobRunOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -1666,8 +1603,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1689,8 +1625,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1717,8 +1652,7 @@ extension EMRcontainersClientTypes { classification: Swift.String? = nil, configurations: [EMRcontainersClientTypes.Configuration]? = nil, properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.classification = classification self.configurations = configurations self.properties = properties @@ -1743,8 +1677,7 @@ extension EMRcontainersClientTypes { public init( applicationConfiguration: [EMRcontainersClientTypes.Configuration]? = nil, monitoringConfiguration: EMRcontainersClientTypes.MonitoringConfiguration? = nil - ) - { + ) { self.applicationConfiguration = applicationConfiguration self.monitoringConfiguration = monitoringConfiguration } @@ -1763,8 +1696,7 @@ extension EMRcontainersClientTypes { public init( applicationConfiguration: [EMRcontainersClientTypes.Configuration]? = nil, monitoringConfiguration: EMRcontainersClientTypes.ParametricMonitoringConfiguration? = nil - ) - { + ) { self.applicationConfiguration = applicationConfiguration self.monitoringConfiguration = monitoringConfiguration } @@ -1832,8 +1764,7 @@ extension EMRcontainersClientTypes { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.arn = arn self.certificateArn = certificateArn self.certificateAuthority = certificateAuthority @@ -1916,8 +1847,7 @@ extension EMRcontainersClientTypes { stateDetails: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.configurationOverrides = configurationOverrides @@ -1967,8 +1897,7 @@ extension EMRcontainersClientTypes { jobTags: [Swift.String: Swift.String]? = nil, parameterConfiguration: [Swift.String: EMRcontainersClientTypes.TemplateParameterConfiguration]? = nil, releaseLabel: Swift.String? = nil - ) - { + ) { self.configurationOverrides = configurationOverrides self.executionRoleArn = executionRoleArn self.jobDriver = jobDriver @@ -2016,8 +1945,7 @@ public struct CreateManagedEndpointInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.clientToken = clientToken self.configurationOverrides = configurationOverrides @@ -2068,8 +1996,7 @@ public struct StartJobRunInput: Swift.Sendable { retryPolicyConfiguration: EMRcontainersClientTypes.RetryPolicyConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, virtualClusterId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.configurationOverrides = configurationOverrides self.executionRoleArn = executionRoleArn @@ -2118,8 +2045,7 @@ extension EMRcontainersClientTypes { kmsKeyArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -2154,8 +2080,7 @@ public struct CreateJobTemplateInput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.jobTemplateData = jobTemplateData self.kmsKeyArn = kmsKeyArn @@ -2170,8 +2095,7 @@ public struct DescribeJobRunOutput: Swift.Sendable { public init( jobRun: EMRcontainersClientTypes.JobRun? = nil - ) - { + ) { self.jobRun = jobRun } } @@ -2182,8 +2106,7 @@ public struct DescribeManagedEndpointOutput: Swift.Sendable { public init( endpoint: EMRcontainersClientTypes.Endpoint? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -2194,8 +2117,7 @@ public struct DescribeJobTemplateOutput: Swift.Sendable { public init( jobTemplate: EMRcontainersClientTypes.JobTemplate? = nil - ) - { + ) { self.jobTemplate = jobTemplate } } @@ -2209,8 +2131,7 @@ public struct ListJobRunsOutput: Swift.Sendable { public init( jobRuns: [EMRcontainersClientTypes.JobRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobRuns = jobRuns self.nextToken = nextToken } @@ -2225,8 +2146,7 @@ public struct ListManagedEndpointsOutput: Swift.Sendable { public init( endpoints: [EMRcontainersClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -2241,8 +2161,7 @@ public struct ListJobTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [EMRcontainersClientTypes.JobTemplate]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } diff --git a/Sources/Services/AWSElastiCache/Package.swift.txt b/Sources/Services/AWSElastiCache/Package.swift.txt index 36d1c681590..d2d3ce4d5e5 100644 --- a/Sources/Services/AWSElastiCache/Package.swift.txt +++ b/Sources/Services/AWSElastiCache/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/ElastiCacheClient.swift b/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/ElastiCacheClient.swift index cfddcf5a084..e1d927f2972 100644 --- a/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/ElastiCacheClient.swift +++ b/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/ElastiCacheClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElastiCacheClient: ClientRuntime.Client { public static let clientName = "ElastiCacheClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElastiCacheClient.ElastiCacheClientConfiguration let serviceName = "ElastiCache" diff --git a/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift b/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift index e515ddfe833..39be15d863e 100644 --- a/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift +++ b/Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift @@ -61,8 +61,7 @@ public struct CacheClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -85,8 +84,7 @@ public struct CacheParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -109,8 +107,7 @@ public struct CacheSecurityGroupNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -133,8 +130,7 @@ public struct CacheSubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -157,8 +153,7 @@ public struct InvalidARNFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -181,8 +176,7 @@ public struct InvalidReplicationGroupStateFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -205,8 +199,7 @@ public struct InvalidServerlessCacheSnapshotStateFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -229,8 +222,7 @@ public struct InvalidServerlessCacheStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -253,8 +245,7 @@ public struct ReplicationGroupNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -277,8 +268,7 @@ public struct ReservedCacheNodeNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -301,8 +291,7 @@ public struct ServerlessCacheNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -325,8 +314,7 @@ public struct ServerlessCacheSnapshotNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -349,8 +337,7 @@ public struct SnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -373,8 +360,7 @@ public struct TagQuotaPerResourceExceeded: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -397,8 +383,7 @@ public struct UserGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -421,8 +406,7 @@ public struct UserNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -439,8 +423,7 @@ extension ElastiCacheClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -459,8 +442,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -473,8 +455,7 @@ public struct AddTagsToResourceOutput: Swift.Sendable { public init( tagList: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -497,8 +478,7 @@ public struct AuthorizationAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -521,8 +501,7 @@ public struct InvalidCacheSecurityGroupStateFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -546,8 +525,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -571,8 +549,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -593,8 +570,7 @@ public struct AuthorizeCacheSecurityGroupIngressInput: Swift.Sendable { cacheSecurityGroupName: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId @@ -616,8 +592,7 @@ extension ElastiCacheClientTypes { ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId self.status = status @@ -652,8 +627,7 @@ extension ElastiCacheClientTypes { description: Swift.String? = nil, ec2SecurityGroups: [ElastiCacheClientTypes.EC2SecurityGroup]? = nil, ownerId: Swift.String? = nil - ) - { + ) { self.arn = arn self.cacheSecurityGroupName = cacheSecurityGroupName self.description = description @@ -675,8 +649,7 @@ public struct AuthorizeCacheSecurityGroupIngressOutput: Swift.Sendable { public init( cacheSecurityGroup: ElastiCacheClientTypes.CacheSecurityGroup? = nil - ) - { + ) { self.cacheSecurityGroup = cacheSecurityGroup } } @@ -699,8 +672,7 @@ public struct ServiceUpdateNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -718,8 +690,7 @@ public struct BatchApplyUpdateActionInput: Swift.Sendable { cacheClusterIds: [Swift.String]? = nil, replicationGroupIds: [Swift.String]? = nil, serviceUpdateName: Swift.String? = nil - ) - { + ) { self.cacheClusterIds = cacheClusterIds self.replicationGroupIds = replicationGroupIds self.serviceUpdateName = serviceUpdateName @@ -794,8 +765,7 @@ extension ElastiCacheClientTypes { replicationGroupId: Swift.String? = nil, serviceUpdateName: Swift.String? = nil, updateActionStatus: ElastiCacheClientTypes.UpdateActionStatus? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.replicationGroupId = replicationGroupId self.serviceUpdateName = serviceUpdateName @@ -825,8 +795,7 @@ extension ElastiCacheClientTypes { errorType: Swift.String? = nil, replicationGroupId: Swift.String? = nil, serviceUpdateName: Swift.String? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.errorMessage = errorMessage self.errorType = errorType @@ -845,8 +814,7 @@ public struct BatchApplyUpdateActionOutput: Swift.Sendable { public init( processedUpdateActions: [ElastiCacheClientTypes.ProcessedUpdateAction]? = nil, unprocessedUpdateActions: [ElastiCacheClientTypes.UnprocessedUpdateAction]? = nil - ) - { + ) { self.processedUpdateActions = processedUpdateActions self.unprocessedUpdateActions = unprocessedUpdateActions } @@ -865,8 +833,7 @@ public struct BatchStopUpdateActionInput: Swift.Sendable { cacheClusterIds: [Swift.String]? = nil, replicationGroupIds: [Swift.String]? = nil, serviceUpdateName: Swift.String? = nil - ) - { + ) { self.cacheClusterIds = cacheClusterIds self.replicationGroupIds = replicationGroupIds self.serviceUpdateName = serviceUpdateName @@ -882,8 +849,7 @@ public struct BatchStopUpdateActionOutput: Swift.Sendable { public init( processedUpdateActions: [ElastiCacheClientTypes.ProcessedUpdateAction]? = nil, unprocessedUpdateActions: [ElastiCacheClientTypes.UnprocessedUpdateAction]? = nil - ) - { + ) { self.processedUpdateActions = processedUpdateActions self.unprocessedUpdateActions = unprocessedUpdateActions } @@ -907,8 +873,7 @@ public struct ReplicationGroupNotUnderMigrationFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -923,8 +888,7 @@ public struct CompleteMigrationInput: Swift.Sendable { public init( force: Swift.Bool? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.force = force self.replicationGroupId = replicationGroupId } @@ -1009,8 +973,7 @@ extension ElastiCacheClientTypes { public init( address: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.port = port } @@ -1058,8 +1021,7 @@ extension ElastiCacheClientTypes { public init( globalReplicationGroupId: Swift.String? = nil, globalReplicationGroupMemberRole: Swift.String? = nil - ) - { + ) { self.globalReplicationGroupId = globalReplicationGroupId self.globalReplicationGroupMemberRole = globalReplicationGroupMemberRole } @@ -1104,8 +1066,7 @@ extension ElastiCacheClientTypes { public init( logGroup: Swift.String? = nil - ) - { + ) { self.logGroup = logGroup } } @@ -1120,8 +1081,7 @@ extension ElastiCacheClientTypes { public init( deliveryStream: Swift.String? = nil - ) - { + ) { self.deliveryStream = deliveryStream } } @@ -1139,8 +1099,7 @@ extension ElastiCacheClientTypes { public init( cloudWatchLogsDetails: ElastiCacheClientTypes.CloudWatchLogsDestinationDetails? = nil, kinesisFirehoseDetails: ElastiCacheClientTypes.KinesisFirehoseDestinationDetails? = nil - ) - { + ) { self.cloudWatchLogsDetails = cloudWatchLogsDetails self.kinesisFirehoseDetails = kinesisFirehoseDetails } @@ -1296,8 +1255,7 @@ extension ElastiCacheClientTypes { logType: ElastiCacheClientTypes.LogType? = nil, message: Swift.String? = nil, status: ElastiCacheClientTypes.LogDeliveryConfigurationStatus? = nil - ) - { + ) { self.destinationDetails = destinationDetails self.destinationType = destinationType self.logFormat = logFormat @@ -1393,8 +1351,7 @@ extension ElastiCacheClientTypes { preferredAvailabilityZone: Swift.String? = nil, preferredOutpostArn: Swift.String? = nil, readEndpoint: ElastiCacheClientTypes.Endpoint? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.cacheNodeId = cacheNodeId self.currentRole = currentRole @@ -1429,8 +1386,7 @@ extension ElastiCacheClientTypes { readerEndpoint: ElastiCacheClientTypes.Endpoint? = nil, slots: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.nodeGroupId = nodeGroupId self.nodeGroupMembers = nodeGroupMembers self.primaryEndpoint = primaryEndpoint @@ -1517,8 +1473,7 @@ extension ElastiCacheClientTypes { destinationType: ElastiCacheClientTypes.DestinationType? = nil, logFormat: ElastiCacheClientTypes.LogFormat? = nil, logType: ElastiCacheClientTypes.LogType? = nil - ) - { + ) { self.destinationDetails = destinationDetails self.destinationType = destinationType self.logFormat = logFormat @@ -1536,8 +1491,7 @@ extension ElastiCacheClientTypes { public init( progressPercentage: Swift.Double? = nil - ) - { + ) { self.progressPercentage = progressPercentage } } @@ -1552,8 +1506,7 @@ extension ElastiCacheClientTypes { public init( slotMigration: ElastiCacheClientTypes.SlotMigration? = nil - ) - { + ) { self.slotMigration = slotMigration } } @@ -1600,8 +1553,7 @@ extension ElastiCacheClientTypes { public init( userGroupIdsToAdd: [Swift.String]? = nil, userGroupIdsToRemove: [Swift.String]? = nil - ) - { + ) { self.userGroupIdsToAdd = userGroupIdsToAdd self.userGroupIdsToRemove = userGroupIdsToRemove } @@ -1641,8 +1593,7 @@ extension ElastiCacheClientTypes { transitEncryptionEnabled: Swift.Bool? = nil, transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil, userGroups: ElastiCacheClientTypes.UserGroupsUpdateStatus? = nil - ) - { + ) { self.authTokenStatus = authTokenStatus self.automaticFailoverStatus = automaticFailoverStatus self.clusterMode = clusterMode @@ -1758,8 +1709,7 @@ extension ElastiCacheClientTypes { transitEncryptionEnabled: Swift.Bool? = nil, transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil, userGroupIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.atRestEncryptionEnabled = atRestEncryptionEnabled self.authTokenEnabled = authTokenEnabled @@ -1802,8 +1752,7 @@ public struct CompleteMigrationOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -1826,8 +1775,7 @@ public struct ServerlessCacheSnapshotAlreadyExistsFault: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1850,8 +1798,7 @@ public struct ServerlessCacheSnapshotQuotaExceededFault: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1874,8 +1821,7 @@ public struct ServiceLinkedRoleNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1897,8 +1843,7 @@ public struct CopyServerlessCacheSnapshotInput: Swift.Sendable { sourceServerlessCacheSnapshotName: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil, targetServerlessCacheSnapshotName: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.sourceServerlessCacheSnapshotName = sourceServerlessCacheSnapshotName self.tags = tags @@ -1921,8 +1866,7 @@ extension ElastiCacheClientTypes { engine: Swift.String? = nil, majorEngineVersion: Swift.String? = nil, serverlessCacheName: Swift.String? = nil - ) - { + ) { self.engine = engine self.majorEngineVersion = majorEngineVersion self.serverlessCacheName = serverlessCacheName @@ -1963,8 +1907,7 @@ extension ElastiCacheClientTypes { serverlessCacheSnapshotName: Swift.String? = nil, snapshotType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.bytesUsedForCache = bytesUsedForCache self.createTime = createTime @@ -1984,8 +1927,7 @@ public struct CopyServerlessCacheSnapshotOutput: Swift.Sendable { public init( serverlessCacheSnapshot: ElastiCacheClientTypes.ServerlessCacheSnapshot? = nil - ) - { + ) { self.serverlessCacheSnapshot = serverlessCacheSnapshot } } @@ -2008,8 +1950,7 @@ public struct InvalidSnapshotStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2032,8 +1973,7 @@ public struct SnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2056,8 +1996,7 @@ public struct SnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2083,8 +2022,7 @@ public struct CopySnapshotInput: Swift.Sendable { tags: [ElastiCacheClientTypes.Tag]? = nil, targetBucket: Swift.String? = nil, targetSnapshotName: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.sourceSnapshotName = sourceSnapshotName self.tags = tags @@ -2120,8 +2058,7 @@ extension ElastiCacheClientTypes { replicaCount: Swift.Int? = nil, replicaOutpostArns: [Swift.String]? = nil, slots: Swift.String? = nil - ) - { + ) { self.nodeGroupId = nodeGroupId self.primaryAvailabilityZone = primaryAvailabilityZone self.primaryOutpostArn = primaryOutpostArn @@ -2160,8 +2097,7 @@ extension ElastiCacheClientTypes { nodeGroupConfiguration: ElastiCacheClientTypes.NodeGroupConfiguration? = nil, nodeGroupId: Swift.String? = nil, snapshotCreateTime: Foundation.Date? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.cacheNodeCreateTime = cacheNodeCreateTime self.cacheNodeId = cacheNodeId @@ -2319,8 +2255,7 @@ extension ElastiCacheClientTypes { snapshotWindow: Swift.String? = nil, topicArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.automaticFailover = automaticFailover @@ -2359,8 +2294,7 @@ public struct CopySnapshotOutput: Swift.Sendable { public init( snapshot: ElastiCacheClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2383,8 +2317,7 @@ public struct CacheClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2407,8 +2340,7 @@ public struct ClusterQuotaForCustomerExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2431,8 +2363,7 @@ public struct InsufficientCacheClusterCapacityFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2455,8 +2386,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2479,8 +2409,7 @@ public struct NodeQuotaForClusterExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2503,8 +2432,7 @@ public struct NodeQuotaForCustomerExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2559,8 +2487,7 @@ extension ElastiCacheClientTypes { enabled: Swift.Bool? = nil, logFormat: ElastiCacheClientTypes.LogFormat? = nil, logType: ElastiCacheClientTypes.LogType? = nil - ) - { + ) { self.destinationDetails = destinationDetails self.destinationType = destinationType self.enabled = enabled @@ -2748,8 +2675,7 @@ public struct CreateCacheClusterInput: Swift.Sendable { snapshotWindow: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil, transitEncryptionEnabled: Swift.Bool? = nil - ) - { + ) { self.authToken = authToken self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.azMode = azMode @@ -2852,8 +2778,7 @@ extension ElastiCacheClientTypes { endpoint: ElastiCacheClientTypes.Endpoint? = nil, parameterGroupStatus: Swift.String? = nil, sourceCacheNodeId: Swift.String? = nil - ) - { + ) { self.cacheNodeCreateTime = cacheNodeCreateTime self.cacheNodeId = cacheNodeId self.cacheNodeStatus = cacheNodeStatus @@ -2881,8 +2806,7 @@ extension ElastiCacheClientTypes { cacheNodeIdsToReboot: [Swift.String]? = nil, cacheParameterGroupName: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil - ) - { + ) { self.cacheNodeIdsToReboot = cacheNodeIdsToReboot self.cacheParameterGroupName = cacheParameterGroupName self.parameterApplyStatus = parameterApplyStatus @@ -2902,8 +2826,7 @@ extension ElastiCacheClientTypes { public init( cacheSecurityGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName self.status = status } @@ -2922,8 +2845,7 @@ extension ElastiCacheClientTypes { public init( topicArn: Swift.String? = nil, topicStatus: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn self.topicStatus = topicStatus } @@ -2960,8 +2882,7 @@ extension ElastiCacheClientTypes { numCacheNodes: Swift.Int? = nil, transitEncryptionEnabled: Swift.Bool? = nil, transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil - ) - { + ) { self.authTokenStatus = authTokenStatus self.cacheNodeIdsToRemove = cacheNodeIdsToRemove self.cacheNodeType = cacheNodeType @@ -2986,8 +2907,7 @@ extension ElastiCacheClientTypes { public init( securityGroupId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.securityGroupId = securityGroupId self.status = status } @@ -3155,8 +3075,7 @@ extension ElastiCacheClientTypes { snapshotWindow: Swift.String? = nil, transitEncryptionEnabled: Swift.Bool? = nil, transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil - ) - { + ) { self.arn = arn self.atRestEncryptionEnabled = atRestEncryptionEnabled self.authTokenEnabled = authTokenEnabled @@ -3200,8 +3119,7 @@ public struct CreateCacheClusterOutput: Swift.Sendable { public init( cacheCluster: ElastiCacheClientTypes.CacheCluster? = nil - ) - { + ) { self.cacheCluster = cacheCluster } } @@ -3224,8 +3142,7 @@ public struct CacheParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3248,8 +3165,7 @@ public struct CacheParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3272,8 +3188,7 @@ public struct InvalidCacheParameterGroupStateFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3297,8 +3212,7 @@ public struct CreateCacheParameterGroupInput: Swift.Sendable { cacheParameterGroupName: Swift.String? = nil, description: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.cacheParameterGroupFamily = cacheParameterGroupFamily self.cacheParameterGroupName = cacheParameterGroupName self.description = description @@ -3327,8 +3241,7 @@ extension ElastiCacheClientTypes { cacheParameterGroupName: Swift.String? = nil, description: Swift.String? = nil, isGlobal: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.cacheParameterGroupFamily = cacheParameterGroupFamily self.cacheParameterGroupName = cacheParameterGroupName @@ -3344,8 +3257,7 @@ public struct CreateCacheParameterGroupOutput: Swift.Sendable { public init( cacheParameterGroup: ElastiCacheClientTypes.CacheParameterGroup? = nil - ) - { + ) { self.cacheParameterGroup = cacheParameterGroup } } @@ -3368,8 +3280,7 @@ public struct CacheSecurityGroupAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3392,8 +3303,7 @@ public struct CacheSecurityGroupQuotaExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3413,8 +3323,7 @@ public struct CreateCacheSecurityGroupInput: Swift.Sendable { cacheSecurityGroupName: Swift.String? = nil, description: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName self.description = description self.tags = tags @@ -3433,8 +3342,7 @@ public struct CreateCacheSecurityGroupOutput: Swift.Sendable { public init( cacheSecurityGroup: ElastiCacheClientTypes.CacheSecurityGroup? = nil - ) - { + ) { self.cacheSecurityGroup = cacheSecurityGroup } } @@ -3457,8 +3365,7 @@ public struct CacheSubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3481,8 +3388,7 @@ public struct CacheSubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3505,8 +3411,7 @@ public struct CacheSubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3529,8 +3434,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3553,8 +3457,7 @@ public struct SubnetNotAllowedFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3578,8 +3481,7 @@ public struct CreateCacheSubnetGroupInput: Swift.Sendable { cacheSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.cacheSubnetGroupDescription = cacheSubnetGroupDescription self.cacheSubnetGroupName = cacheSubnetGroupName self.subnetIds = subnetIds @@ -3596,8 +3498,7 @@ extension ElastiCacheClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3612,8 +3513,7 @@ extension ElastiCacheClientTypes { public init( subnetOutpostArn: Swift.String? = nil - ) - { + ) { self.subnetOutpostArn = subnetOutpostArn } } @@ -3637,8 +3537,7 @@ extension ElastiCacheClientTypes { subnetIdentifier: Swift.String? = nil, subnetOutpost: ElastiCacheClientTypes.SubnetOutpost? = nil, supportedNetworkTypes: [ElastiCacheClientTypes.NetworkType]? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetOutpost = subnetOutpost @@ -3675,8 +3574,7 @@ extension ElastiCacheClientTypes { subnets: [ElastiCacheClientTypes.Subnet]? = nil, supportedNetworkTypes: [ElastiCacheClientTypes.NetworkType]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.cacheSubnetGroupDescription = cacheSubnetGroupDescription self.cacheSubnetGroupName = cacheSubnetGroupName @@ -3697,8 +3595,7 @@ public struct CreateCacheSubnetGroupOutput: Swift.Sendable { public init( cacheSubnetGroup: ElastiCacheClientTypes.CacheSubnetGroup? = nil - ) - { + ) { self.cacheSubnetGroup = cacheSubnetGroup } } @@ -3721,8 +3618,7 @@ public struct GlobalReplicationGroupAlreadyExistsFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3741,8 +3637,7 @@ public struct CreateGlobalReplicationGroupInput: Swift.Sendable { globalReplicationGroupDescription: Swift.String? = nil, globalReplicationGroupIdSuffix: Swift.String? = nil, primaryReplicationGroupId: Swift.String? = nil - ) - { + ) { self.globalReplicationGroupDescription = globalReplicationGroupDescription self.globalReplicationGroupIdSuffix = globalReplicationGroupIdSuffix self.primaryReplicationGroupId = primaryReplicationGroupId @@ -3761,8 +3656,7 @@ extension ElastiCacheClientTypes { public init( globalNodeGroupId: Swift.String? = nil, slots: Swift.String? = nil - ) - { + ) { self.globalNodeGroupId = globalNodeGroupId self.slots = slots } @@ -3790,8 +3684,7 @@ extension ElastiCacheClientTypes { replicationGroupRegion: Swift.String? = nil, role: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.automaticFailover = automaticFailover self.replicationGroupId = replicationGroupId self.replicationGroupRegion = replicationGroupRegion @@ -3848,8 +3741,7 @@ extension ElastiCacheClientTypes { members: [ElastiCacheClientTypes.GlobalReplicationGroupMember]? = nil, status: Swift.String? = nil, transitEncryptionEnabled: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.atRestEncryptionEnabled = atRestEncryptionEnabled self.authTokenEnabled = authTokenEnabled @@ -3875,8 +3767,7 @@ public struct CreateGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -3899,8 +3790,7 @@ public struct GlobalReplicationGroupNotFoundFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3923,8 +3813,7 @@ public struct InvalidCacheClusterStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3947,8 +3836,7 @@ public struct InvalidGlobalReplicationGroupStateFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3971,8 +3859,7 @@ public struct InvalidUserGroupStateFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3995,8 +3882,7 @@ public struct NodeGroupsPerReplicationGroupQuotaExceededFault: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4019,8 +3905,7 @@ public struct ReplicationGroupAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4223,8 +4108,7 @@ public struct CreateReplicationGroupInput: Swift.Sendable { transitEncryptionEnabled: Swift.Bool? = nil, transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil, userGroupIds: [Swift.String]? = nil - ) - { + ) { self.atRestEncryptionEnabled = atRestEncryptionEnabled self.authToken = authToken self.autoMinorVersionUpgrade = autoMinorVersionUpgrade @@ -4273,8 +4157,7 @@ public struct CreateReplicationGroupOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -4297,8 +4180,7 @@ public struct InvalidCredentialsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4321,8 +4203,7 @@ public struct ServerlessCacheAlreadyExistsFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4345,8 +4226,7 @@ public struct ServerlessCacheQuotaForCustomerExceededFault: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4393,8 +4273,7 @@ extension ElastiCacheClientTypes { maximum: Swift.Int? = nil, minimum: Swift.Int? = nil, unit: ElastiCacheClientTypes.DataStorageUnit? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum self.unit = unit @@ -4414,8 +4293,7 @@ extension ElastiCacheClientTypes { public init( maximum: Swift.Int? = nil, minimum: Swift.Int? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum } @@ -4434,8 +4312,7 @@ extension ElastiCacheClientTypes { public init( dataStorage: ElastiCacheClientTypes.DataStorage? = nil, ecpuPerSecond: ElastiCacheClientTypes.ECPUPerSecond? = nil - ) - { + ) { self.dataStorage = dataStorage self.ecpuPerSecond = ecpuPerSecond } @@ -4486,8 +4363,7 @@ public struct CreateServerlessCacheInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil, userGroupId: Swift.String? = nil - ) - { + ) { self.cacheUsageLimits = cacheUsageLimits self.dailySnapshotTime = dailySnapshotTime self.description = description @@ -4561,8 +4437,7 @@ extension ElastiCacheClientTypes { status: Swift.String? = nil, subnetIds: [Swift.String]? = nil, userGroupId: Swift.String? = nil - ) - { + ) { self.arn = arn self.cacheUsageLimits = cacheUsageLimits self.createTime = createTime @@ -4590,8 +4465,7 @@ public struct CreateServerlessCacheOutput: Swift.Sendable { public init( serverlessCache: ElastiCacheClientTypes.ServerlessCache? = nil - ) - { + ) { self.serverlessCache = serverlessCache } } @@ -4613,8 +4487,7 @@ public struct CreateServerlessCacheSnapshotInput: Swift.Sendable { serverlessCacheName: Swift.String? = nil, serverlessCacheSnapshotName: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.serverlessCacheName = serverlessCacheName self.serverlessCacheSnapshotName = serverlessCacheSnapshotName @@ -4628,8 +4501,7 @@ public struct CreateServerlessCacheSnapshotOutput: Swift.Sendable { public init( serverlessCacheSnapshot: ElastiCacheClientTypes.ServerlessCacheSnapshot? = nil - ) - { + ) { self.serverlessCacheSnapshot = serverlessCacheSnapshot } } @@ -4659,8 +4531,7 @@ public struct SnapshotFeatureNotSupportedFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4685,8 +4556,7 @@ public struct CreateSnapshotInput: Swift.Sendable { replicationGroupId: Swift.String? = nil, snapshotName: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.kmsKeyId = kmsKeyId self.replicationGroupId = replicationGroupId @@ -4701,8 +4571,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshot: ElastiCacheClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -4725,8 +4594,7 @@ public struct DuplicateUserNameFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4749,8 +4617,7 @@ public struct UserAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4773,8 +4640,7 @@ public struct UserQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4823,8 +4689,7 @@ extension ElastiCacheClientTypes { public init( passwords: [Swift.String]? = nil, type: ElastiCacheClientTypes.InputAuthenticationType? = nil - ) - { + ) { self.passwords = passwords self.type = type } @@ -4862,8 +4727,7 @@ public struct CreateUserInput: Swift.Sendable { tags: [ElastiCacheClientTypes.Tag]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.authenticationMode = authenticationMode self.engine = engine @@ -4919,8 +4783,7 @@ extension ElastiCacheClientTypes { public init( passwordCount: Swift.Int? = nil, type: ElastiCacheClientTypes.AuthenticationType? = nil - ) - { + ) { self.passwordCount = passwordCount self.type = type } @@ -4957,8 +4820,7 @@ public struct CreateUserOutput: Swift.Sendable { userGroupIds: [Swift.String]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.arn = arn self.authentication = authentication @@ -4989,8 +4851,7 @@ public struct DefaultUserRequired: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5013,8 +4874,7 @@ public struct UserGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5037,8 +4897,7 @@ public struct UserGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5060,8 +4919,7 @@ public struct CreateUserGroupInput: Swift.Sendable { tags: [ElastiCacheClientTypes.Tag]? = nil, userGroupId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.engine = engine self.tags = tags self.userGroupId = userGroupId @@ -5081,8 +4939,7 @@ extension ElastiCacheClientTypes { public init( userIdsToAdd: [Swift.String]? = nil, userIdsToRemove: [Swift.String]? = nil - ) - { + ) { self.userIdsToAdd = userIdsToAdd self.userIdsToRemove = userIdsToRemove } @@ -5119,8 +4976,7 @@ public struct CreateUserGroupOutput: Swift.Sendable { status: Swift.String? = nil, userGroupId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.engine = engine self.minimumEngineVersion = minimumEngineVersion @@ -5154,8 +5010,7 @@ public struct DecreaseNodeGroupsInGlobalReplicationGroupInput: Swift.Sendable { globalNodeGroupsToRetain: [Swift.String]? = nil, globalReplicationGroupId: Swift.String? = nil, nodeGroupCount: Swift.Int? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.globalNodeGroupsToRemove = globalNodeGroupsToRemove self.globalNodeGroupsToRetain = globalNodeGroupsToRetain @@ -5172,8 +5027,7 @@ public struct DecreaseNodeGroupsInGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -5196,8 +5050,7 @@ public struct NoOperationFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5233,8 +5086,7 @@ extension ElastiCacheClientTypes { nodeGroupId: Swift.String? = nil, preferredAvailabilityZones: [Swift.String]? = nil, preferredOutpostArns: [Swift.String]? = nil - ) - { + ) { self.newReplicaCount = newReplicaCount self.nodeGroupId = nodeGroupId self.preferredAvailabilityZones = preferredAvailabilityZones @@ -5274,8 +5126,7 @@ public struct DecreaseReplicaCountInput: Swift.Sendable { replicaConfiguration: [ElastiCacheClientTypes.ConfigureShard]? = nil, replicasToRemove: [Swift.String]? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.newReplicaCount = newReplicaCount self.replicaConfiguration = replicaConfiguration @@ -5290,8 +5141,7 @@ public struct DecreaseReplicaCountOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -5307,8 +5157,7 @@ public struct DeleteCacheClusterInput: Swift.Sendable { public init( cacheClusterId: Swift.String? = nil, finalSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.finalSnapshotIdentifier = finalSnapshotIdentifier } @@ -5320,8 +5169,7 @@ public struct DeleteCacheClusterOutput: Swift.Sendable { public init( cacheCluster: ElastiCacheClientTypes.CacheCluster? = nil - ) - { + ) { self.cacheCluster = cacheCluster } } @@ -5334,8 +5182,7 @@ public struct DeleteCacheParameterGroupInput: Swift.Sendable { public init( cacheParameterGroupName: Swift.String? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName } } @@ -5348,8 +5195,7 @@ public struct DeleteCacheSecurityGroupInput: Swift.Sendable { public init( cacheSecurityGroupName: Swift.String? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName } } @@ -5372,8 +5218,7 @@ public struct CacheSubnetGroupInUse: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5386,8 +5231,7 @@ public struct DeleteCacheSubnetGroupInput: Swift.Sendable { public init( cacheSubnetGroupName: Swift.String? = nil - ) - { + ) { self.cacheSubnetGroupName = cacheSubnetGroupName } } @@ -5403,8 +5247,7 @@ public struct DeleteGlobalReplicationGroupInput: Swift.Sendable { public init( globalReplicationGroupId: Swift.String? = nil, retainPrimaryReplicationGroup: Swift.Bool? = nil - ) - { + ) { self.globalReplicationGroupId = globalReplicationGroupId self.retainPrimaryReplicationGroup = retainPrimaryReplicationGroup } @@ -5418,8 +5261,7 @@ public struct DeleteGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -5438,8 +5280,7 @@ public struct DeleteReplicationGroupInput: Swift.Sendable { finalSnapshotIdentifier: Swift.String? = nil, replicationGroupId: Swift.String? = nil, retainPrimaryCluster: Swift.Bool? = nil - ) - { + ) { self.finalSnapshotIdentifier = finalSnapshotIdentifier self.replicationGroupId = replicationGroupId self.retainPrimaryCluster = retainPrimaryCluster @@ -5452,8 +5293,7 @@ public struct DeleteReplicationGroupOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -5468,8 +5308,7 @@ public struct DeleteServerlessCacheInput: Swift.Sendable { public init( finalSnapshotName: Swift.String? = nil, serverlessCacheName: Swift.String? = nil - ) - { + ) { self.finalSnapshotName = finalSnapshotName self.serverlessCacheName = serverlessCacheName } @@ -5481,8 +5320,7 @@ public struct DeleteServerlessCacheOutput: Swift.Sendable { public init( serverlessCache: ElastiCacheClientTypes.ServerlessCache? = nil - ) - { + ) { self.serverlessCache = serverlessCache } } @@ -5494,8 +5332,7 @@ public struct DeleteServerlessCacheSnapshotInput: Swift.Sendable { public init( serverlessCacheSnapshotName: Swift.String? = nil - ) - { + ) { self.serverlessCacheSnapshotName = serverlessCacheSnapshotName } } @@ -5506,8 +5343,7 @@ public struct DeleteServerlessCacheSnapshotOutput: Swift.Sendable { public init( serverlessCacheSnapshot: ElastiCacheClientTypes.ServerlessCacheSnapshot? = nil - ) - { + ) { self.serverlessCacheSnapshot = serverlessCacheSnapshot } } @@ -5520,8 +5356,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( snapshotName: Swift.String? = nil - ) - { + ) { self.snapshotName = snapshotName } } @@ -5532,8 +5367,7 @@ public struct DeleteSnapshotOutput: Swift.Sendable { public init( snapshot: ElastiCacheClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -5556,8 +5390,7 @@ public struct DefaultUserAssociatedToUserGroupFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5580,8 +5413,7 @@ public struct InvalidUserStateFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5593,8 +5425,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -5629,8 +5460,7 @@ public struct DeleteUserOutput: Swift.Sendable { userGroupIds: [Swift.String]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.arn = arn self.authentication = authentication @@ -5650,8 +5480,7 @@ public struct DeleteUserGroupInput: Swift.Sendable { public init( userGroupId: Swift.String? = nil - ) - { + ) { self.userGroupId = userGroupId } } @@ -5686,8 +5515,7 @@ public struct DeleteUserGroupOutput: Swift.Sendable { status: Swift.String? = nil, userGroupId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.engine = engine self.minimumEngineVersion = minimumEngineVersion @@ -5719,8 +5547,7 @@ public struct DescribeCacheClustersInput: Swift.Sendable { maxRecords: Swift.Int? = nil, showCacheClustersNotInReplicationGroups: Swift.Bool? = nil, showCacheNodeInfo: Swift.Bool? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.marker = marker self.maxRecords = maxRecords @@ -5739,8 +5566,7 @@ public struct DescribeCacheClustersOutput: Swift.Sendable { public init( cacheClusters: [ElastiCacheClientTypes.CacheCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.cacheClusters = cacheClusters self.marker = marker } @@ -5774,8 +5600,7 @@ public struct DescribeCacheEngineVersionsInput: Swift.Sendable { engineVersion: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.cacheParameterGroupFamily = cacheParameterGroupFamily self.defaultOnly = defaultOnly self.engine = engine @@ -5806,8 +5631,7 @@ extension ElastiCacheClientTypes { cacheParameterGroupFamily: Swift.String? = nil, engine: Swift.String? = nil, engineVersion: Swift.String? = nil - ) - { + ) { self.cacheEngineDescription = cacheEngineDescription self.cacheEngineVersionDescription = cacheEngineVersionDescription self.cacheParameterGroupFamily = cacheParameterGroupFamily @@ -5827,8 +5651,7 @@ public struct DescribeCacheEngineVersionsOutput: Swift.Sendable { public init( cacheEngineVersions: [ElastiCacheClientTypes.CacheEngineVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.cacheEngineVersions = cacheEngineVersions self.marker = marker } @@ -5847,8 +5670,7 @@ public struct DescribeCacheParameterGroupsInput: Swift.Sendable { cacheParameterGroupName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName self.marker = marker self.maxRecords = maxRecords @@ -5865,8 +5687,7 @@ public struct DescribeCacheParameterGroupsOutput: Swift.Sendable { public init( cacheParameterGroups: [ElastiCacheClientTypes.CacheParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.cacheParameterGroups = cacheParameterGroups self.marker = marker } @@ -5889,8 +5710,7 @@ public struct DescribeCacheParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName self.marker = marker self.maxRecords = maxRecords @@ -5910,8 +5730,7 @@ extension ElastiCacheClientTypes { public init( cacheNodeType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.cacheNodeType = cacheNodeType self.value = value } @@ -5980,8 +5799,7 @@ extension ElastiCacheClientTypes { minimumEngineVersion: Swift.String? = nil, parameterName: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.cacheNodeTypeSpecificValues = cacheNodeTypeSpecificValues self.changeType = changeType @@ -6028,8 +5846,7 @@ extension ElastiCacheClientTypes { parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.changeType = changeType self.dataType = dataType @@ -6056,8 +5873,7 @@ public struct DescribeCacheParametersOutput: Swift.Sendable { cacheNodeTypeSpecificParameters: [ElastiCacheClientTypes.CacheNodeTypeSpecificParameter]? = nil, marker: Swift.String? = nil, parameters: [ElastiCacheClientTypes.Parameter]? = nil - ) - { + ) { self.cacheNodeTypeSpecificParameters = cacheNodeTypeSpecificParameters self.marker = marker self.parameters = parameters @@ -6077,8 +5893,7 @@ public struct DescribeCacheSecurityGroupsInput: Swift.Sendable { cacheSecurityGroupName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName self.marker = marker self.maxRecords = maxRecords @@ -6095,8 +5910,7 @@ public struct DescribeCacheSecurityGroupsOutput: Swift.Sendable { public init( cacheSecurityGroups: [ElastiCacheClientTypes.CacheSecurityGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.cacheSecurityGroups = cacheSecurityGroups self.marker = marker } @@ -6115,8 +5929,7 @@ public struct DescribeCacheSubnetGroupsInput: Swift.Sendable { cacheSubnetGroupName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.cacheSubnetGroupName = cacheSubnetGroupName self.marker = marker self.maxRecords = maxRecords @@ -6133,8 +5946,7 @@ public struct DescribeCacheSubnetGroupsOutput: Swift.Sendable { public init( cacheSubnetGroups: [ElastiCacheClientTypes.CacheSubnetGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.cacheSubnetGroups = cacheSubnetGroups self.marker = marker } @@ -6154,8 +5966,7 @@ public struct DescribeEngineDefaultParametersInput: Swift.Sendable { cacheParameterGroupFamily: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.cacheParameterGroupFamily = cacheParameterGroupFamily self.marker = marker self.maxRecords = maxRecords @@ -6180,8 +5991,7 @@ extension ElastiCacheClientTypes { cacheParameterGroupFamily: Swift.String? = nil, marker: Swift.String? = nil, parameters: [ElastiCacheClientTypes.Parameter]? = nil - ) - { + ) { self.cacheNodeTypeSpecificParameters = cacheNodeTypeSpecificParameters self.cacheParameterGroupFamily = cacheParameterGroupFamily self.marker = marker @@ -6196,8 +6006,7 @@ public struct DescribeEngineDefaultParametersOutput: Swift.Sendable { public init( engineDefaults: ElastiCacheClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -6277,8 +6086,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: ElastiCacheClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.marker = marker @@ -6307,8 +6115,7 @@ extension ElastiCacheClientTypes { message: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: ElastiCacheClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.message = message self.sourceIdentifier = sourceIdentifier @@ -6327,8 +6134,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [ElastiCacheClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -6349,8 +6155,7 @@ public struct DescribeGlobalReplicationGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, showMemberInfo: Swift.Bool? = nil - ) - { + ) { self.globalReplicationGroupId = globalReplicationGroupId self.marker = marker self.maxRecords = maxRecords @@ -6367,8 +6172,7 @@ public struct DescribeGlobalReplicationGroupsOutput: Swift.Sendable { public init( globalReplicationGroups: [ElastiCacheClientTypes.GlobalReplicationGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.globalReplicationGroups = globalReplicationGroups self.marker = marker } @@ -6387,8 +6191,7 @@ public struct DescribeReplicationGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.replicationGroupId = replicationGroupId @@ -6405,8 +6208,7 @@ public struct DescribeReplicationGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, replicationGroups: [ElastiCacheClientTypes.ReplicationGroup]? = nil - ) - { + ) { self.marker = marker self.replicationGroups = replicationGroups } @@ -6479,8 +6281,7 @@ public struct DescribeReservedCacheNodesInput: Swift.Sendable { productDescription: Swift.String? = nil, reservedCacheNodeId: Swift.String? = nil, reservedCacheNodesOfferingId: Swift.String? = nil - ) - { + ) { self.cacheNodeType = cacheNodeType self.duration = duration self.marker = marker @@ -6504,8 +6305,7 @@ extension ElastiCacheClientTypes { public init( recurringChargeAmount: Swift.Double? = nil, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -6596,8 +6396,7 @@ extension ElastiCacheClientTypes { startTime: Foundation.Date? = nil, state: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.cacheNodeCount = cacheNodeCount self.cacheNodeType = cacheNodeType self.duration = duration @@ -6625,8 +6424,7 @@ public struct DescribeReservedCacheNodesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedCacheNodes: [ElastiCacheClientTypes.ReservedCacheNode]? = nil - ) - { + ) { self.marker = marker self.reservedCacheNodes = reservedCacheNodes } @@ -6650,8 +6448,7 @@ public struct ReservedCacheNodesOfferingNotFoundFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6720,8 +6517,7 @@ public struct DescribeReservedCacheNodesOfferingsInput: Swift.Sendable { offeringType: Swift.String? = nil, productDescription: Swift.String? = nil, reservedCacheNodesOfferingId: Swift.String? = nil - ) - { + ) { self.cacheNodeType = cacheNodeType self.duration = duration self.marker = marker @@ -6801,8 +6597,7 @@ extension ElastiCacheClientTypes { recurringCharges: [ElastiCacheClientTypes.RecurringCharge]? = nil, reservedCacheNodesOfferingId: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.cacheNodeType = cacheNodeType self.duration = duration self.fixedPrice = fixedPrice @@ -6825,8 +6620,7 @@ public struct DescribeReservedCacheNodesOfferingsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedCacheNodesOfferings: [ElastiCacheClientTypes.ReservedCacheNodesOffering]? = nil - ) - { + ) { self.marker = marker self.reservedCacheNodesOfferings = reservedCacheNodesOfferings } @@ -6844,8 +6638,7 @@ public struct DescribeServerlessCachesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverlessCacheName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverlessCacheName = serverlessCacheName @@ -6861,8 +6654,7 @@ public struct DescribeServerlessCachesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serverlessCaches: [ElastiCacheClientTypes.ServerlessCache]? = nil - ) - { + ) { self.nextToken = nextToken self.serverlessCaches = serverlessCaches } @@ -6886,8 +6678,7 @@ public struct DescribeServerlessCacheSnapshotsInput: Swift.Sendable { serverlessCacheName: Swift.String? = nil, serverlessCacheSnapshotName: Swift.String? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverlessCacheName = serverlessCacheName @@ -6905,8 +6696,7 @@ public struct DescribeServerlessCacheSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serverlessCacheSnapshots: [ElastiCacheClientTypes.ServerlessCacheSnapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.serverlessCacheSnapshots = serverlessCacheSnapshots } @@ -6959,8 +6749,7 @@ public struct DescribeServiceUpdatesInput: Swift.Sendable { maxRecords: Swift.Int? = nil, serviceUpdateName: Swift.String? = nil, serviceUpdateStatus: [ElastiCacheClientTypes.ServiceUpdateStatus]? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.serviceUpdateName = serviceUpdateName @@ -7071,8 +6860,7 @@ extension ElastiCacheClientTypes { serviceUpdateSeverity: ElastiCacheClientTypes.ServiceUpdateSeverity? = nil, serviceUpdateStatus: ElastiCacheClientTypes.ServiceUpdateStatus? = nil, serviceUpdateType: ElastiCacheClientTypes.ServiceUpdateType? = nil - ) - { + ) { self.autoUpdateAfterRecommendedApplyByDate = autoUpdateAfterRecommendedApplyByDate self.engine = engine self.engineVersion = engineVersion @@ -7098,8 +6886,7 @@ public struct DescribeServiceUpdatesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, serviceUpdates: [ElastiCacheClientTypes.ServiceUpdate]? = nil - ) - { + ) { self.marker = marker self.serviceUpdates = serviceUpdates } @@ -7130,8 +6917,7 @@ public struct DescribeSnapshotsInput: Swift.Sendable { showNodeGroupConfig: Swift.Bool? = nil, snapshotName: Swift.String? = nil, snapshotSource: Swift.String? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.marker = marker self.maxRecords = maxRecords @@ -7152,8 +6938,7 @@ public struct DescribeSnapshotsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, snapshots: [ElastiCacheClientTypes.Snapshot]? = nil - ) - { + ) { self.marker = marker self.snapshots = snapshots } @@ -7171,8 +6956,7 @@ extension ElastiCacheClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -7212,8 +6996,7 @@ public struct DescribeUpdateActionsInput: Swift.Sendable { serviceUpdateTimeRange: ElastiCacheClientTypes.TimeRangeFilter? = nil, showNodeLevelUpdateStatus: Swift.Bool? = nil, updateActionStatus: [ElastiCacheClientTypes.UpdateActionStatus]? = nil - ) - { + ) { self.cacheClusterIds = cacheClusterIds self.engine = engine self.marker = marker @@ -7327,8 +7110,7 @@ extension ElastiCacheClientTypes { nodeUpdateStartDate: Foundation.Date? = nil, nodeUpdateStatus: ElastiCacheClientTypes.NodeUpdateStatus? = nil, nodeUpdateStatusModifiedDate: Foundation.Date? = nil - ) - { + ) { self.cacheNodeId = cacheNodeId self.nodeDeletionDate = nodeDeletionDate self.nodeUpdateEndDate = nodeUpdateEndDate @@ -7374,8 +7156,7 @@ extension ElastiCacheClientTypes { nodeUpdateStartDate: Foundation.Date? = nil, nodeUpdateStatus: ElastiCacheClientTypes.NodeUpdateStatus? = nil, nodeUpdateStatusModifiedDate: Foundation.Date? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.cacheNodeId = cacheNodeId self.nodeDeletionDate = nodeDeletionDate @@ -7401,8 +7182,7 @@ extension ElastiCacheClientTypes { public init( nodeGroupId: Swift.String? = nil, nodeGroupMemberUpdateStatus: [ElastiCacheClientTypes.NodeGroupMemberUpdateStatus]? = nil - ) - { + ) { self.nodeGroupId = nodeGroupId self.nodeGroupMemberUpdateStatus = nodeGroupMemberUpdateStatus } @@ -7498,8 +7278,7 @@ extension ElastiCacheClientTypes { updateActionAvailableDate: Foundation.Date? = nil, updateActionStatus: ElastiCacheClientTypes.UpdateActionStatus? = nil, updateActionStatusModifiedDate: Foundation.Date? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.cacheNodeUpdateStatus = cacheNodeUpdateStatus self.engine = engine @@ -7530,8 +7309,7 @@ public struct DescribeUpdateActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, updateActions: [ElastiCacheClientTypes.UpdateAction]? = nil - ) - { + ) { self.marker = marker self.updateActions = updateActions } @@ -7549,8 +7327,7 @@ public struct DescribeUserGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, userGroupId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.userGroupId = userGroupId @@ -7589,8 +7366,7 @@ extension ElastiCacheClientTypes { status: Swift.String? = nil, userGroupId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.engine = engine self.minimumEngineVersion = minimumEngineVersion @@ -7613,8 +7389,7 @@ public struct DescribeUserGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, userGroups: [ElastiCacheClientTypes.UserGroup]? = nil - ) - { + ) { self.marker = marker self.userGroups = userGroups } @@ -7634,8 +7409,7 @@ extension ElastiCacheClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7660,8 +7434,7 @@ public struct DescribeUsersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, userId: Swift.String? = nil - ) - { + ) { self.engine = engine self.filters = filters self.marker = marker @@ -7702,8 +7475,7 @@ extension ElastiCacheClientTypes { userGroupIds: [Swift.String]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.arn = arn self.authentication = authentication @@ -7726,8 +7498,7 @@ public struct DescribeUsersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, users: [ElastiCacheClientTypes.User]? = nil - ) - { + ) { self.marker = marker self.users = users } @@ -7748,8 +7519,7 @@ public struct DisassociateGlobalReplicationGroupInput: Swift.Sendable { globalReplicationGroupId: Swift.String? = nil, replicationGroupId: Swift.String? = nil, replicationGroupRegion: Swift.String? = nil - ) - { + ) { self.globalReplicationGroupId = globalReplicationGroupId self.replicationGroupId = replicationGroupId self.replicationGroupRegion = replicationGroupRegion @@ -7764,8 +7534,7 @@ public struct DisassociateGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -7781,8 +7550,7 @@ public struct ExportServerlessCacheSnapshotInput: Swift.Sendable { public init( s3BucketName: Swift.String? = nil, serverlessCacheSnapshotName: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.serverlessCacheSnapshotName = serverlessCacheSnapshotName } @@ -7794,8 +7562,7 @@ public struct ExportServerlessCacheSnapshotOutput: Swift.Sendable { public init( serverlessCacheSnapshot: ElastiCacheClientTypes.ServerlessCacheSnapshot? = nil - ) - { + ) { self.serverlessCacheSnapshot = serverlessCacheSnapshot } } @@ -7815,8 +7582,7 @@ public struct FailoverGlobalReplicationGroupInput: Swift.Sendable { globalReplicationGroupId: Swift.String? = nil, primaryRegion: Swift.String? = nil, primaryReplicationGroupId: Swift.String? = nil - ) - { + ) { self.globalReplicationGroupId = globalReplicationGroupId self.primaryRegion = primaryRegion self.primaryReplicationGroupId = primaryReplicationGroupId @@ -7831,8 +7597,7 @@ public struct FailoverGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -7849,8 +7614,7 @@ extension ElastiCacheClientTypes { public init( nodeGroupId: Swift.String? = nil, preferredAvailabilityZones: [Swift.String]? = nil - ) - { + ) { self.nodeGroupId = nodeGroupId self.preferredAvailabilityZones = preferredAvailabilityZones } @@ -7875,8 +7639,7 @@ extension ElastiCacheClientTypes { replicationGroupId: Swift.String? = nil, replicationGroupRegion: Swift.String? = nil, reshardingConfiguration: [ElastiCacheClientTypes.ReshardingConfiguration]? = nil - ) - { + ) { self.replicationGroupId = replicationGroupId self.replicationGroupRegion = replicationGroupRegion self.reshardingConfiguration = reshardingConfiguration @@ -7902,8 +7665,7 @@ public struct IncreaseNodeGroupsInGlobalReplicationGroupInput: Swift.Sendable { globalReplicationGroupId: Swift.String? = nil, nodeGroupCount: Swift.Int? = nil, regionalConfigurations: [ElastiCacheClientTypes.RegionalConfiguration]? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.globalReplicationGroupId = globalReplicationGroupId self.nodeGroupCount = nodeGroupCount @@ -7919,8 +7681,7 @@ public struct IncreaseNodeGroupsInGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -7943,8 +7704,7 @@ public struct InvalidKMSKeyFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7966,8 +7726,7 @@ public struct IncreaseReplicaCountInput: Swift.Sendable { newReplicaCount: Swift.Int? = nil, replicaConfiguration: [ElastiCacheClientTypes.ConfigureShard]? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.newReplicaCount = newReplicaCount self.replicaConfiguration = replicaConfiguration @@ -7981,8 +7740,7 @@ public struct IncreaseReplicaCountOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -7997,8 +7755,7 @@ public struct ListAllowedNodeTypeModificationsInput: Swift.Sendable { public init( cacheClusterId: Swift.String? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.replicationGroupId = replicationGroupId } @@ -8014,8 +7771,7 @@ public struct ListAllowedNodeTypeModificationsOutput: Swift.Sendable { public init( scaleDownModifications: [Swift.String]? = nil, scaleUpModifications: [Swift.String]? = nil - ) - { + ) { self.scaleDownModifications = scaleDownModifications self.scaleUpModifications = scaleUpModifications } @@ -8029,8 +7785,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName } } @@ -8042,8 +7797,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -8236,8 +7990,7 @@ public struct ModifyCacheClusterInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, snapshotRetentionLimit: Swift.Int? = nil, snapshotWindow: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.authToken = authToken self.authTokenUpdateStrategy = authTokenUpdateStrategy @@ -8269,8 +8022,7 @@ public struct ModifyCacheClusterOutput: Swift.Sendable { public init( cacheCluster: ElastiCacheClientTypes.CacheCluster? = nil - ) - { + ) { self.cacheCluster = cacheCluster } } @@ -8287,8 +8039,7 @@ extension ElastiCacheClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -8307,8 +8058,7 @@ public struct ModifyCacheParameterGroupInput: Swift.Sendable { public init( cacheParameterGroupName: Swift.String? = nil, parameterNameValues: [ElastiCacheClientTypes.ParameterNameValue]? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName self.parameterNameValues = parameterNameValues } @@ -8325,8 +8075,7 @@ public struct ModifyCacheParameterGroupOutput: Swift.Sendable { public init( cacheParameterGroupName: Swift.String? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName } } @@ -8349,8 +8098,7 @@ public struct SubnetInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8369,8 +8117,7 @@ public struct ModifyCacheSubnetGroupInput: Swift.Sendable { cacheSubnetGroupDescription: Swift.String? = nil, cacheSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.cacheSubnetGroupDescription = cacheSubnetGroupDescription self.cacheSubnetGroupName = cacheSubnetGroupName self.subnetIds = subnetIds @@ -8387,8 +8134,7 @@ public struct ModifyCacheSubnetGroupOutput: Swift.Sendable { public init( cacheSubnetGroup: ElastiCacheClientTypes.CacheSubnetGroup? = nil - ) - { + ) { self.cacheSubnetGroup = cacheSubnetGroup } } @@ -8422,8 +8168,7 @@ public struct ModifyGlobalReplicationGroupInput: Swift.Sendable { engineVersion: Swift.String? = nil, globalReplicationGroupDescription: Swift.String? = nil, globalReplicationGroupId: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.automaticFailoverEnabled = automaticFailoverEnabled self.cacheNodeType = cacheNodeType @@ -8443,8 +8188,7 @@ public struct ModifyGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -8580,8 +8324,7 @@ public struct ModifyReplicationGroupInput: Swift.Sendable { transitEncryptionMode: ElastiCacheClientTypes.TransitEncryptionMode? = nil, userGroupIdsToAdd: [Swift.String]? = nil, userGroupIdsToRemove: [Swift.String]? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.authToken = authToken self.authTokenUpdateStrategy = authTokenUpdateStrategy @@ -8621,8 +8364,7 @@ public struct ModifyReplicationGroupOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -8652,8 +8394,7 @@ public struct ModifyReplicationGroupShardConfigurationInput: Swift.Sendable { nodeGroupsToRetain: [Swift.String]? = nil, replicationGroupId: Swift.String? = nil, reshardingConfiguration: [ElastiCacheClientTypes.ReshardingConfiguration]? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.nodeGroupCount = nodeGroupCount self.nodeGroupsToRemove = nodeGroupsToRemove @@ -8669,8 +8410,7 @@ public struct ModifyReplicationGroupShardConfigurationOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -8709,8 +8449,7 @@ public struct ModifyServerlessCacheInput: Swift.Sendable { serverlessCacheName: Swift.String? = nil, snapshotRetentionLimit: Swift.Int? = nil, userGroupId: Swift.String? = nil - ) - { + ) { self.cacheUsageLimits = cacheUsageLimits self.dailySnapshotTime = dailySnapshotTime self.description = description @@ -8730,8 +8469,7 @@ public struct ModifyServerlessCacheOutput: Swift.Sendable { public init( serverlessCache: ElastiCacheClientTypes.ServerlessCache? = nil - ) - { + ) { self.serverlessCache = serverlessCache } } @@ -8761,8 +8499,7 @@ public struct ModifyUserInput: Swift.Sendable { noPasswordRequired: Swift.Bool? = nil, passwords: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.appendAccessString = appendAccessString self.authenticationMode = authenticationMode @@ -8803,8 +8540,7 @@ public struct ModifyUserOutput: Swift.Sendable { userGroupIds: [Swift.String]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.arn = arn self.authentication = authentication @@ -8833,8 +8569,7 @@ public struct ModifyUserGroupInput: Swift.Sendable { userGroupId: Swift.String? = nil, userIdsToAdd: [Swift.String]? = nil, userIdsToRemove: [Swift.String]? = nil - ) - { + ) { self.engine = engine self.userGroupId = userGroupId self.userIdsToAdd = userIdsToAdd @@ -8872,8 +8607,7 @@ public struct ModifyUserGroupOutput: Swift.Sendable { status: Swift.String? = nil, userGroupId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.engine = engine self.minimumEngineVersion = minimumEngineVersion @@ -8904,8 +8638,7 @@ public struct ReservedCacheNodeAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8928,8 +8661,7 @@ public struct ReservedCacheNodeQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8951,8 +8683,7 @@ public struct PurchaseReservedCacheNodesOfferingInput: Swift.Sendable { reservedCacheNodeId: Swift.String? = nil, reservedCacheNodesOfferingId: Swift.String? = nil, tags: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.cacheNodeCount = cacheNodeCount self.reservedCacheNodeId = reservedCacheNodeId self.reservedCacheNodesOfferingId = reservedCacheNodesOfferingId @@ -8966,8 +8697,7 @@ public struct PurchaseReservedCacheNodesOfferingOutput: Swift.Sendable { public init( reservedCacheNode: ElastiCacheClientTypes.ReservedCacheNode? = nil - ) - { + ) { self.reservedCacheNode = reservedCacheNode } } @@ -8983,8 +8713,7 @@ public struct RebalanceSlotsInGlobalReplicationGroupInput: Swift.Sendable { public init( applyImmediately: Swift.Bool? = nil, globalReplicationGroupId: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.globalReplicationGroupId = globalReplicationGroupId } @@ -8998,8 +8727,7 @@ public struct RebalanceSlotsInGlobalReplicationGroupOutput: Swift.Sendable { public init( globalReplicationGroup: ElastiCacheClientTypes.GlobalReplicationGroup? = nil - ) - { + ) { self.globalReplicationGroup = globalReplicationGroup } } @@ -9016,8 +8744,7 @@ public struct RebootCacheClusterInput: Swift.Sendable { public init( cacheClusterId: Swift.String? = nil, cacheNodeIdsToReboot: [Swift.String]? = nil - ) - { + ) { self.cacheClusterId = cacheClusterId self.cacheNodeIdsToReboot = cacheNodeIdsToReboot } @@ -9029,8 +8756,7 @@ public struct RebootCacheClusterOutput: Swift.Sendable { public init( cacheCluster: ElastiCacheClientTypes.CacheCluster? = nil - ) - { + ) { self.cacheCluster = cacheCluster } } @@ -9053,8 +8779,7 @@ public struct TagNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9071,8 +8796,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -9085,8 +8809,7 @@ public struct RemoveTagsFromResourceOutput: Swift.Sendable { public init( tagList: [ElastiCacheClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -9105,8 +8828,7 @@ public struct ResetCacheParameterGroupInput: Swift.Sendable { cacheParameterGroupName: Swift.String? = nil, parameterNameValues: [ElastiCacheClientTypes.ParameterNameValue]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName self.parameterNameValues = parameterNameValues self.resetAllParameters = resetAllParameters @@ -9124,8 +8846,7 @@ public struct ResetCacheParameterGroupOutput: Swift.Sendable { public init( cacheParameterGroupName: Swift.String? = nil - ) - { + ) { self.cacheParameterGroupName = cacheParameterGroupName } } @@ -9148,8 +8869,7 @@ public struct AuthorizationNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9170,8 +8890,7 @@ public struct RevokeCacheSecurityGroupIngressInput: Swift.Sendable { cacheSecurityGroupName: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cacheSecurityGroupName = cacheSecurityGroupName self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId @@ -9190,8 +8909,7 @@ public struct RevokeCacheSecurityGroupIngressOutput: Swift.Sendable { public init( cacheSecurityGroup: ElastiCacheClientTypes.CacheSecurityGroup? = nil - ) - { + ) { self.cacheSecurityGroup = cacheSecurityGroup } } @@ -9214,8 +8932,7 @@ public struct ReplicationGroupAlreadyUnderMigrationFault: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9232,8 +8949,7 @@ extension ElastiCacheClientTypes { public init( address: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.port = port } @@ -9251,8 +8967,7 @@ public struct StartMigrationInput: Swift.Sendable { public init( customerNodeEndpointList: [ElastiCacheClientTypes.CustomerNodeEndpoint]? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.customerNodeEndpointList = customerNodeEndpointList self.replicationGroupId = replicationGroupId } @@ -9264,8 +8979,7 @@ public struct StartMigrationOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -9288,8 +9002,7 @@ public struct APICallRateForCustomerExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9312,8 +9025,7 @@ public struct NodeGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9336,8 +9048,7 @@ public struct TestFailoverNotAvailableFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9353,8 +9064,7 @@ public struct TestFailoverInput: Swift.Sendable { public init( nodeGroupId: Swift.String? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.nodeGroupId = nodeGroupId self.replicationGroupId = replicationGroupId } @@ -9366,8 +9076,7 @@ public struct TestFailoverOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } @@ -9383,8 +9092,7 @@ public struct TestMigrationInput: Swift.Sendable { public init( customerNodeEndpointList: [ElastiCacheClientTypes.CustomerNodeEndpoint]? = nil, replicationGroupId: Swift.String? = nil - ) - { + ) { self.customerNodeEndpointList = customerNodeEndpointList self.replicationGroupId = replicationGroupId } @@ -9396,8 +9104,7 @@ public struct TestMigrationOutput: Swift.Sendable { public init( replicationGroup: ElastiCacheClientTypes.ReplicationGroup? = nil - ) - { + ) { self.replicationGroup = replicationGroup } } diff --git a/Sources/Services/AWSElasticBeanstalk/Package.swift.txt b/Sources/Services/AWSElasticBeanstalk/Package.swift.txt index 66936864833..2992dd891ff 100644 --- a/Sources/Services/AWSElasticBeanstalk/Package.swift.txt +++ b/Sources/Services/AWSElasticBeanstalk/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/ElasticBeanstalkClient.swift b/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/ElasticBeanstalkClient.swift index bd49e2a58a5..a7d08c0c8f3 100644 --- a/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/ElasticBeanstalkClient.swift +++ b/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/ElasticBeanstalkClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticBeanstalkClient: ClientRuntime.Client { public static let clientName = "ElasticBeanstalkClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticBeanstalkClient.ElasticBeanstalkClientConfiguration let serviceName = "Elastic Beanstalk" diff --git a/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/Models.swift b/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/Models.swift index e9e8211d980..666ec65bc0a 100644 --- a/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/Models.swift +++ b/Sources/Services/AWSElasticBeanstalk/Sources/AWSElasticBeanstalk/Models.swift @@ -121,8 +121,7 @@ public struct InsufficientPrivilegesException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +136,7 @@ public struct AbortEnvironmentUpdateInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName } @@ -259,8 +257,7 @@ extension ElasticBeanstalkClientTypes { deleteSourceFromS3: Swift.Bool? = nil, enabled: Swift.Bool? = nil, maxAgeInDays: Swift.Int? = nil - ) - { + ) { self.deleteSourceFromS3 = deleteSourceFromS3 self.enabled = enabled self.maxAgeInDays = maxAgeInDays @@ -284,8 +281,7 @@ extension ElasticBeanstalkClientTypes { deleteSourceFromS3: Swift.Bool? = nil, enabled: Swift.Bool? = nil, maxCount: Swift.Int? = nil - ) - { + ) { self.deleteSourceFromS3 = deleteSourceFromS3 self.enabled = enabled self.maxCount = maxCount @@ -305,8 +301,7 @@ extension ElasticBeanstalkClientTypes { public init( maxAgeRule: ElasticBeanstalkClientTypes.MaxAgeRule? = nil, maxCountRule: ElasticBeanstalkClientTypes.MaxCountRule? = nil - ) - { + ) { self.maxAgeRule = maxAgeRule self.maxCountRule = maxCountRule } @@ -325,8 +320,7 @@ extension ElasticBeanstalkClientTypes { public init( serviceRole: Swift.String? = nil, versionLifecycleConfig: ElasticBeanstalkClientTypes.ApplicationVersionLifecycleConfig? = nil - ) - { + ) { self.serviceRole = serviceRole self.versionLifecycleConfig = versionLifecycleConfig } @@ -363,8 +357,7 @@ extension ElasticBeanstalkClientTypes { description: Swift.String? = nil, resourceLifecycleConfig: ElasticBeanstalkClientTypes.ApplicationResourceLifecycleConfig? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationName = applicationName self.configurationTemplates = configurationTemplates @@ -407,8 +400,7 @@ extension ElasticBeanstalkClientTypes { p95: Swift.Double? = nil, p99: Swift.Double? = nil, p999: Swift.Double? = nil - ) - { + ) { self.p10 = p10 self.p50 = p50 self.p75 = p75 @@ -439,8 +431,7 @@ extension ElasticBeanstalkClientTypes { status3xx: Swift.Int? = nil, status4xx: Swift.Int? = nil, status5xx: Swift.Int? = nil - ) - { + ) { self.status2xx = status2xx self.status3xx = status3xx self.status4xx = status4xx @@ -467,8 +458,7 @@ extension ElasticBeanstalkClientTypes { latency: ElasticBeanstalkClientTypes.Latency? = nil, requestCount: Swift.Int = 0, statusCodes: ElasticBeanstalkClientTypes.StatusCodes? = nil - ) - { + ) { self.duration = duration self.latency = latency self.requestCount = requestCount @@ -565,8 +555,7 @@ extension ElasticBeanstalkClientTypes { sourceLocation: Swift.String? = nil, sourceRepository: ElasticBeanstalkClientTypes.SourceRepository? = nil, sourceType: ElasticBeanstalkClientTypes.SourceType? = nil - ) - { + ) { self.sourceLocation = sourceLocation self.sourceRepository = sourceRepository self.sourceType = sourceType @@ -586,8 +575,7 @@ extension ElasticBeanstalkClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -678,8 +666,7 @@ extension ElasticBeanstalkClientTypes { sourceBundle: ElasticBeanstalkClientTypes.S3Location? = nil, status: ElasticBeanstalkClientTypes.ApplicationVersionStatus? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.applicationVersionArn = applicationVersionArn self.buildArn = buildArn @@ -713,8 +700,7 @@ public struct ElasticBeanstalkServiceException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -738,8 +724,7 @@ public struct ManagedActionInvalidStateException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -758,8 +743,7 @@ public struct ApplyEnvironmentManagedActionInput: Swift.Sendable { actionId: Swift.String? = nil, environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.environmentId = environmentId self.environmentName = environmentName @@ -782,8 +766,7 @@ public struct ApplyEnvironmentManagedActionOutput: Swift.Sendable { actionId: Swift.String? = nil, actionType: ElasticBeanstalkClientTypes.ActionType? = nil, status: Swift.String? = nil - ) - { + ) { self.actionDescription = actionDescription self.actionId = actionId self.actionType = actionType @@ -803,8 +786,7 @@ public struct AssociateEnvironmentOperationsRoleInput: Swift.Sendable { public init( environmentName: Swift.String? = nil, operationsRole: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName self.operationsRole = operationsRole } @@ -819,8 +801,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -838,8 +819,7 @@ extension ElasticBeanstalkClientTypes { public init( permittedFileTypes: [Swift.String]? = nil, solutionStackName: Swift.String? = nil - ) - { + ) { self.permittedFileTypes = permittedFileTypes self.solutionStackName = solutionStackName } @@ -854,8 +834,7 @@ public struct CheckDNSAvailabilityInput: Swift.Sendable { public init( cnamePrefix: Swift.String? = nil - ) - { + ) { self.cnamePrefix = cnamePrefix } } @@ -874,8 +853,7 @@ public struct CheckDNSAvailabilityOutput: Swift.Sendable { public init( available: Swift.Bool? = nil, fullyQualifiedCNAME: Swift.String? = nil - ) - { + ) { self.available = available self.fullyQualifiedCNAME = fullyQualifiedCNAME } @@ -900,8 +878,7 @@ public struct TooManyEnvironmentsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -919,8 +896,7 @@ public struct ComposeEnvironmentsInput: Swift.Sendable { applicationName: Swift.String? = nil, groupName: Swift.String? = nil, versionLabels: [Swift.String]? = nil - ) - { + ) { self.applicationName = applicationName self.groupName = groupName self.versionLabels = versionLabels @@ -939,8 +915,7 @@ extension ElasticBeanstalkClientTypes { public init( environmentName: Swift.String? = nil, linkName: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName self.linkName = linkName } @@ -1044,8 +1019,7 @@ extension ElasticBeanstalkClientTypes { public init( port: Swift.Int = 0, `protocol`: Swift.String? = nil - ) - { + ) { self.port = port self.`protocol` = `protocol` } @@ -1067,8 +1041,7 @@ extension ElasticBeanstalkClientTypes { domain: Swift.String? = nil, listeners: [ElasticBeanstalkClientTypes.Listener]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.domain = domain self.listeners = listeners self.loadBalancerName = loadBalancerName @@ -1085,8 +1058,7 @@ extension ElasticBeanstalkClientTypes { public init( loadBalancer: ElasticBeanstalkClientTypes.LoadBalancerDescription? = nil - ) - { + ) { self.loadBalancer = loadBalancer } } @@ -1162,8 +1134,7 @@ extension ElasticBeanstalkClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.version = version @@ -1261,8 +1232,7 @@ extension ElasticBeanstalkClientTypes { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.abortableOperationInProgress = abortableOperationInProgress self.applicationName = applicationName self.cname = cname @@ -1298,8 +1268,7 @@ public struct ComposeEnvironmentsOutput: Swift.Sendable { public init( environments: [ElasticBeanstalkClientTypes.EnvironmentDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -1324,8 +1293,7 @@ public struct TooManyApplicationsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1342,8 +1310,7 @@ extension ElasticBeanstalkClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1367,8 +1334,7 @@ public struct CreateApplicationInput: Swift.Sendable { description: Swift.String? = nil, resourceLifecycleConfig: ElasticBeanstalkClientTypes.ApplicationResourceLifecycleConfig? = nil, tags: [ElasticBeanstalkClientTypes.Tag]? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.resourceLifecycleConfig = resourceLifecycleConfig @@ -1383,8 +1349,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( application: ElasticBeanstalkClientTypes.ApplicationDescription? = nil - ) - { + ) { self.application = application } } @@ -1408,8 +1373,7 @@ public struct CodeBuildNotInServiceRegionException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1439,8 +1403,7 @@ public struct S3LocationNotInServiceRegionException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1464,8 +1427,7 @@ public struct TooManyApplicationVersionsException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1531,8 +1493,7 @@ extension ElasticBeanstalkClientTypes { computeType: ElasticBeanstalkClientTypes.ComputeType? = nil, image: Swift.String? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.artifactName = artifactName self.codeBuildServiceRole = codeBuildServiceRole self.computeType = computeType @@ -1575,8 +1536,7 @@ public struct CreateApplicationVersionInput: Swift.Sendable { sourceBundle: ElasticBeanstalkClientTypes.S3Location? = nil, tags: [ElasticBeanstalkClientTypes.Tag]? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.autoCreateApplication = autoCreateApplication self.buildConfiguration = buildConfiguration @@ -1596,8 +1556,7 @@ public struct CreateApplicationVersionOutput: Swift.Sendable { public init( applicationVersion: ElasticBeanstalkClientTypes.ApplicationVersionDescription? = nil - ) - { + ) { self.applicationVersion = applicationVersion } } @@ -1621,8 +1580,7 @@ public struct TooManyBucketsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1646,8 +1604,7 @@ public struct TooManyConfigurationTemplatesException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1670,8 +1627,7 @@ extension ElasticBeanstalkClientTypes { optionName: Swift.String? = nil, resourceName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.optionName = optionName self.resourceName = resourceName @@ -1692,8 +1648,7 @@ extension ElasticBeanstalkClientTypes { public init( applicationName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.templateName = templateName } @@ -1733,8 +1688,7 @@ public struct CreateConfigurationTemplateInput: Swift.Sendable { sourceConfiguration: ElasticBeanstalkClientTypes.SourceConfiguration? = nil, tags: [ElasticBeanstalkClientTypes.Tag]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.environmentId = environmentId @@ -1821,8 +1775,7 @@ public struct CreateConfigurationTemplateOutput: Swift.Sendable { platformArn: Swift.String? = nil, solutionStackName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -1851,8 +1804,7 @@ extension ElasticBeanstalkClientTypes { namespace: Swift.String? = nil, optionName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.optionName = optionName self.resourceName = resourceName @@ -1907,8 +1859,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.cnamePrefix = cnamePrefix self.description = description @@ -2014,8 +1965,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.abortableOperationInProgress = abortableOperationInProgress self.applicationName = applicationName self.cname = cname @@ -2059,8 +2009,7 @@ public struct TooManyPlatformsException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2090,8 +2039,7 @@ public struct CreatePlatformVersionInput: Swift.Sendable { platformName: Swift.String? = nil, platformVersion: Swift.String? = nil, tags: [ElasticBeanstalkClientTypes.Tag]? = nil - ) - { + ) { self.environmentName = environmentName self.optionSettings = optionSettings self.platformDefinitionBundle = platformDefinitionBundle @@ -2110,8 +2058,7 @@ extension ElasticBeanstalkClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2197,8 +2144,7 @@ extension ElasticBeanstalkClientTypes { platformVersion: Swift.String? = nil, supportedAddonList: [Swift.String]? = nil, supportedTierList: [Swift.String]? = nil - ) - { + ) { self.operatingSystemName = operatingSystemName self.operatingSystemVersion = operatingSystemVersion self.platformArn = platformArn @@ -2224,8 +2170,7 @@ public struct CreatePlatformVersionOutput: Swift.Sendable { public init( builder: ElasticBeanstalkClientTypes.Builder? = nil, platformSummary: ElasticBeanstalkClientTypes.PlatformSummary? = nil - ) - { + ) { self.builder = builder self.platformSummary = platformSummary } @@ -2250,8 +2195,7 @@ public struct S3SubscriptionRequiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2263,8 +2207,7 @@ public struct CreateStorageLocationOutput: Swift.Sendable { public init( s3Bucket: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket } } @@ -2288,8 +2231,7 @@ public struct OperationInProgressException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2305,8 +2247,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, terminateEnvByForce: Swift.Bool? = nil - ) - { + ) { self.applicationName = applicationName self.terminateEnvByForce = terminateEnvByForce } @@ -2331,8 +2272,7 @@ public struct SourceBundleDeletionException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2352,8 +2292,7 @@ public struct DeleteApplicationVersionInput: Swift.Sendable { applicationName: Swift.String? = nil, deleteSourceBundle: Swift.Bool? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.deleteSourceBundle = deleteSourceBundle self.versionLabel = versionLabel @@ -2372,8 +2311,7 @@ public struct DeleteConfigurationTemplateInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.templateName = templateName } @@ -2391,8 +2329,7 @@ public struct DeleteEnvironmentConfigurationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentName = environmentName } @@ -2417,8 +2354,7 @@ public struct PlatformVersionStillReferencedException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2429,8 +2365,7 @@ public struct DeletePlatformVersionInput: Swift.Sendable { public init( platformArn: Swift.String? = nil - ) - { + ) { self.platformArn = platformArn } } @@ -2441,8 +2376,7 @@ public struct DeletePlatformVersionOutput: Swift.Sendable { public init( platformSummary: ElasticBeanstalkClientTypes.PlatformSummary? = nil - ) - { + ) { self.platformSummary = platformSummary } } @@ -2456,8 +2390,7 @@ extension ElasticBeanstalkClientTypes { public init( maximum: Swift.Int? = nil - ) - { + ) { self.maximum = maximum } } @@ -2484,8 +2417,7 @@ extension ElasticBeanstalkClientTypes { configurationTemplateQuota: ElasticBeanstalkClientTypes.ResourceQuota? = nil, customPlatformQuota: ElasticBeanstalkClientTypes.ResourceQuota? = nil, environmentQuota: ElasticBeanstalkClientTypes.ResourceQuota? = nil - ) - { + ) { self.applicationQuota = applicationQuota self.applicationVersionQuota = applicationVersionQuota self.configurationTemplateQuota = configurationTemplateQuota @@ -2501,8 +2433,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( resourceQuotas: ElasticBeanstalkClientTypes.ResourceQuotas? = nil - ) - { + ) { self.resourceQuotas = resourceQuotas } } @@ -2514,8 +2445,7 @@ public struct DescribeApplicationsInput: Swift.Sendable { public init( applicationNames: [Swift.String]? = nil - ) - { + ) { self.applicationNames = applicationNames } } @@ -2527,8 +2457,7 @@ public struct DescribeApplicationsOutput: Swift.Sendable { public init( applications: [ElasticBeanstalkClientTypes.ApplicationDescription]? = nil - ) - { + ) { self.applications = applications } } @@ -2549,8 +2478,7 @@ public struct DescribeApplicationVersionsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil, versionLabels: [Swift.String]? = nil - ) - { + ) { self.applicationName = applicationName self.maxRecords = maxRecords self.nextToken = nextToken @@ -2568,8 +2496,7 @@ public struct DescribeApplicationVersionsOutput: Swift.Sendable { public init( applicationVersions: [ElasticBeanstalkClientTypes.ApplicationVersionDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationVersions = applicationVersions self.nextToken = nextToken } @@ -2597,8 +2524,7 @@ public struct DescribeConfigurationOptionsInput: Swift.Sendable { platformArn: Swift.String? = nil, solutionStackName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentName = environmentName self.options = options @@ -2620,8 +2546,7 @@ extension ElasticBeanstalkClientTypes { public init( label: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.label = label self.pattern = pattern } @@ -2717,8 +2642,7 @@ extension ElasticBeanstalkClientTypes { userDefined: Swift.Bool? = nil, valueOptions: [Swift.String]? = nil, valueType: ElasticBeanstalkClientTypes.ConfigurationOptionValueType? = nil - ) - { + ) { self.changeSeverity = changeSeverity self.defaultValue = defaultValue self.maxLength = maxLength @@ -2747,8 +2671,7 @@ public struct DescribeConfigurationOptionsOutput: Swift.Sendable { options: [ElasticBeanstalkClientTypes.ConfigurationOptionDescription]? = nil, platformArn: Swift.String? = nil, solutionStackName: Swift.String? = nil - ) - { + ) { self.options = options self.platformArn = platformArn self.solutionStackName = solutionStackName @@ -2769,8 +2692,7 @@ public struct DescribeConfigurationSettingsInput: Swift.Sendable { applicationName: Swift.String? = nil, environmentName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentName = environmentName self.templateName = templateName @@ -2821,8 +2743,7 @@ extension ElasticBeanstalkClientTypes { platformArn: Swift.String? = nil, solutionStackName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -2844,8 +2765,7 @@ public struct DescribeConfigurationSettingsOutput: Swift.Sendable { public init( configurationSettings: [ElasticBeanstalkClientTypes.ConfigurationSettingsDescription]? = nil - ) - { + ) { self.configurationSettings = configurationSettings } } @@ -2869,8 +2789,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2935,8 +2854,7 @@ public struct DescribeEnvironmentHealthInput: Swift.Sendable { attributeNames: [ElasticBeanstalkClientTypes.EnvironmentHealthAttribute]? = nil, environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.environmentId = environmentId self.environmentName = environmentName @@ -2973,8 +2891,7 @@ extension ElasticBeanstalkClientTypes { severe: Swift.Int? = nil, unknown: Swift.Int? = nil, warning: Swift.Int? = nil - ) - { + ) { self.degraded = degraded self.info = info self.noData = noData @@ -3015,8 +2932,7 @@ public struct DescribeEnvironmentHealthOutput: Swift.Sendable { instancesHealth: ElasticBeanstalkClientTypes.InstanceHealthSummary? = nil, refreshedAt: Foundation.Date? = nil, status: ElasticBeanstalkClientTypes.EnvironmentHealth? = nil - ) - { + ) { self.applicationMetrics = applicationMetrics self.causes = causes self.color = color @@ -3044,8 +2960,7 @@ public struct DescribeEnvironmentManagedActionHistoryInput: Swift.Sendable { environmentName: Swift.String? = nil, maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName self.maxItems = maxItems @@ -3127,8 +3042,7 @@ extension ElasticBeanstalkClientTypes { failureType: ElasticBeanstalkClientTypes.FailureType? = nil, finishedTime: Foundation.Date? = nil, status: ElasticBeanstalkClientTypes.ActionHistoryStatus? = nil - ) - { + ) { self.actionDescription = actionDescription self.actionId = actionId self.actionType = actionType @@ -3151,8 +3065,7 @@ public struct DescribeEnvironmentManagedActionHistoryOutput: Swift.Sendable { public init( managedActionHistoryItems: [ElasticBeanstalkClientTypes.ManagedActionHistoryItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managedActionHistoryItems = managedActionHistoryItems self.nextToken = nextToken } @@ -3171,8 +3084,7 @@ public struct DescribeEnvironmentManagedActionsInput: Swift.Sendable { environmentId: Swift.String? = nil, environmentName: Swift.String? = nil, status: ElasticBeanstalkClientTypes.ActionStatus? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName self.status = status @@ -3200,8 +3112,7 @@ extension ElasticBeanstalkClientTypes { actionType: ElasticBeanstalkClientTypes.ActionType? = nil, status: ElasticBeanstalkClientTypes.ActionStatus? = nil, windowStartTime: Foundation.Date? = nil - ) - { + ) { self.actionDescription = actionDescription self.actionId = actionId self.actionType = actionType @@ -3218,8 +3129,7 @@ public struct DescribeEnvironmentManagedActionsOutput: Swift.Sendable { public init( managedActions: [ElasticBeanstalkClientTypes.ManagedAction]? = nil - ) - { + ) { self.managedActions = managedActions } } @@ -3234,8 +3144,7 @@ public struct DescribeEnvironmentResourcesInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName } @@ -3250,8 +3159,7 @@ extension ElasticBeanstalkClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3266,8 +3174,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3282,8 +3189,7 @@ extension ElasticBeanstalkClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3298,8 +3204,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3317,8 +3222,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.name = name self.url = url } @@ -3334,8 +3238,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3371,8 +3274,7 @@ extension ElasticBeanstalkClientTypes { loadBalancers: [ElasticBeanstalkClientTypes.LoadBalancer]? = nil, queues: [ElasticBeanstalkClientTypes.Queue]? = nil, triggers: [ElasticBeanstalkClientTypes.Trigger]? = nil - ) - { + ) { self.autoScalingGroups = autoScalingGroups self.environmentName = environmentName self.instances = instances @@ -3392,8 +3294,7 @@ public struct DescribeEnvironmentResourcesOutput: Swift.Sendable { public init( environmentResources: ElasticBeanstalkClientTypes.EnvironmentResourceDescription? = nil - ) - { + ) { self.environmentResources = environmentResources } } @@ -3426,8 +3327,7 @@ public struct DescribeEnvironmentsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentIds = environmentIds self.environmentNames = environmentNames @@ -3449,8 +3349,7 @@ public struct DescribeEnvironmentsOutput: Swift.Sendable { public init( environments: [ElasticBeanstalkClientTypes.EnvironmentDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -3537,8 +3436,7 @@ public struct DescribeEventsInput: Swift.Sendable { startTime: Foundation.Date? = nil, templateName: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.endTime = endTime self.environmentId = environmentId @@ -3587,8 +3485,7 @@ extension ElasticBeanstalkClientTypes { severity: ElasticBeanstalkClientTypes.EventSeverity? = nil, templateName: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentName = environmentName self.eventDate = eventDate @@ -3612,8 +3509,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [ElasticBeanstalkClientTypes.EventDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -3691,8 +3587,7 @@ public struct DescribeInstancesHealthInput: Swift.Sendable { environmentId: Swift.String? = nil, environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.environmentId = environmentId self.environmentName = environmentName @@ -3724,8 +3619,7 @@ extension ElasticBeanstalkClientTypes { deploymentTime: Foundation.Date? = nil, status: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.deploymentTime = deploymentTime self.status = status @@ -3764,8 +3658,7 @@ extension ElasticBeanstalkClientTypes { softIRQ: Swift.Double? = nil, system: Swift.Double? = nil, user: Swift.Double? = nil - ) - { + ) { self.idle = idle self.ioWait = ioWait self.irq = irq @@ -3790,8 +3683,7 @@ extension ElasticBeanstalkClientTypes { public init( cpuUtilization: ElasticBeanstalkClientTypes.CPUUtilization? = nil, loadAverage: [Swift.Double]? = nil - ) - { + ) { self.cpuUtilization = cpuUtilization self.loadAverage = loadAverage } @@ -3834,8 +3726,7 @@ extension ElasticBeanstalkClientTypes { instanceType: Swift.String? = nil, launchedAt: Foundation.Date? = nil, system: ElasticBeanstalkClientTypes.SystemStatus? = nil - ) - { + ) { self.applicationMetrics = applicationMetrics self.availabilityZone = availabilityZone self.causes = causes @@ -3863,8 +3754,7 @@ public struct DescribeInstancesHealthOutput: Swift.Sendable { instanceHealthList: [ElasticBeanstalkClientTypes.SingleInstanceHealth]? = nil, nextToken: Swift.String? = nil, refreshedAt: Foundation.Date? = nil - ) - { + ) { self.instanceHealthList = instanceHealthList self.nextToken = nextToken self.refreshedAt = refreshedAt @@ -3877,8 +3767,7 @@ public struct DescribePlatformVersionInput: Swift.Sendable { public init( platformArn: Swift.String? = nil - ) - { + ) { self.platformArn = platformArn } } @@ -3895,8 +3784,7 @@ extension ElasticBeanstalkClientTypes { public init( imageId: Swift.String? = nil, virtualizationType: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.virtualizationType = virtualizationType } @@ -3915,8 +3803,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -3935,8 +3822,7 @@ extension ElasticBeanstalkClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -4012,8 +3898,7 @@ extension ElasticBeanstalkClientTypes { solutionStackName: Swift.String? = nil, supportedAddonList: [Swift.String]? = nil, supportedTierList: [Swift.String]? = nil - ) - { + ) { self.customAmiList = customAmiList self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -4045,8 +3930,7 @@ public struct DescribePlatformVersionOutput: Swift.Sendable { public init( platformDescription: ElasticBeanstalkClientTypes.PlatformDescription? = nil - ) - { + ) { self.platformDescription = platformDescription } } @@ -4059,8 +3943,7 @@ public struct DisassociateEnvironmentOperationsRoleInput: Swift.Sendable { public init( environmentName: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName } } @@ -4075,8 +3958,7 @@ public struct ListAvailableSolutionStacksOutput: Swift.Sendable { public init( solutionStackDetails: [ElasticBeanstalkClientTypes.SolutionStackDescription]? = nil, solutionStacks: [Swift.String]? = nil - ) - { + ) { self.solutionStackDetails = solutionStackDetails self.solutionStacks = solutionStacks } @@ -4097,8 +3979,7 @@ extension ElasticBeanstalkClientTypes { attribute: Swift.String? = nil, `operator`: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.attribute = attribute self.`operator` = `operator` self.values = values @@ -4153,8 +4034,7 @@ public struct ListPlatformBranchesInput: Swift.Sendable { filters: [ElasticBeanstalkClientTypes.SearchFilter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -4182,8 +4062,7 @@ extension ElasticBeanstalkClientTypes { lifecycleState: Swift.String? = nil, platformName: Swift.String? = nil, supportedTierList: [Swift.String]? = nil - ) - { + ) { self.branchName = branchName self.branchOrder = branchOrder self.lifecycleState = lifecycleState @@ -4202,8 +4081,7 @@ public struct ListPlatformBranchesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, platformBranchSummaryList: [ElasticBeanstalkClientTypes.PlatformBranchSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.platformBranchSummaryList = platformBranchSummaryList } @@ -4232,8 +4110,7 @@ extension ElasticBeanstalkClientTypes { `operator`: Swift.String? = nil, type: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.`operator` = `operator` self.type = type self.values = values @@ -4253,8 +4130,7 @@ public struct ListPlatformVersionsInput: Swift.Sendable { filters: [ElasticBeanstalkClientTypes.PlatformFilter]? = nil, maxRecords: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxRecords = maxRecords self.nextToken = nextToken @@ -4270,8 +4146,7 @@ public struct ListPlatformVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, platformSummaryList: [ElasticBeanstalkClientTypes.PlatformSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.platformSummaryList = platformSummaryList } @@ -4296,8 +4171,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4321,8 +4195,7 @@ public struct ResourceTypeNotSupportedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4334,8 +4207,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4349,8 +4221,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTags: [ElasticBeanstalkClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTags = resourceTags } @@ -4366,8 +4237,7 @@ public struct RebuildEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName } @@ -4416,8 +4286,7 @@ public struct RequestEnvironmentInfoInput: Swift.Sendable { environmentId: Swift.String? = nil, environmentName: Swift.String? = nil, infoType: ElasticBeanstalkClientTypes.EnvironmentInfoType? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName self.infoType = infoType @@ -4434,8 +4303,7 @@ public struct RestartAppServerInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, environmentName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName } @@ -4455,8 +4323,7 @@ public struct RetrieveEnvironmentInfoInput: Swift.Sendable { environmentId: Swift.String? = nil, environmentName: Swift.String? = nil, infoType: ElasticBeanstalkClientTypes.EnvironmentInfoType? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName self.infoType = infoType @@ -4481,8 +4348,7 @@ extension ElasticBeanstalkClientTypes { infoType: ElasticBeanstalkClientTypes.EnvironmentInfoType? = nil, message: Swift.String? = nil, sampleTimestamp: Foundation.Date? = nil - ) - { + ) { self.ec2InstanceId = ec2InstanceId self.infoType = infoType self.message = message @@ -4498,8 +4364,7 @@ public struct RetrieveEnvironmentInfoOutput: Swift.Sendable { public init( environmentInfo: [ElasticBeanstalkClientTypes.EnvironmentInfoDescription]? = nil - ) - { + ) { self.environmentInfo = environmentInfo } } @@ -4520,8 +4385,7 @@ public struct SwapEnvironmentCNAMEsInput: Swift.Sendable { destinationEnvironmentName: Swift.String? = nil, sourceEnvironmentId: Swift.String? = nil, sourceEnvironmentName: Swift.String? = nil - ) - { + ) { self.destinationEnvironmentId = destinationEnvironmentId self.destinationEnvironmentName = destinationEnvironmentName self.sourceEnvironmentId = sourceEnvironmentId @@ -4552,8 +4416,7 @@ public struct TerminateEnvironmentInput: Swift.Sendable { environmentName: Swift.String? = nil, forceTerminate: Swift.Bool? = nil, terminateResources: Swift.Bool? = nil - ) - { + ) { self.environmentId = environmentId self.environmentName = environmentName self.forceTerminate = forceTerminate @@ -4649,8 +4512,7 @@ public struct TerminateEnvironmentOutput: Swift.Sendable { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.abortableOperationInProgress = abortableOperationInProgress self.applicationName = applicationName self.cname = cname @@ -4686,8 +4548,7 @@ public struct UpdateApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.description = description } @@ -4700,8 +4561,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( application: ElasticBeanstalkClientTypes.ApplicationDescription? = nil - ) - { + ) { self.application = application } } @@ -4717,8 +4577,7 @@ public struct UpdateApplicationResourceLifecycleInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, resourceLifecycleConfig: ElasticBeanstalkClientTypes.ApplicationResourceLifecycleConfig? = nil - ) - { + ) { self.applicationName = applicationName self.resourceLifecycleConfig = resourceLifecycleConfig } @@ -4733,8 +4592,7 @@ public struct UpdateApplicationResourceLifecycleOutput: Swift.Sendable { public init( applicationName: Swift.String? = nil, resourceLifecycleConfig: ElasticBeanstalkClientTypes.ApplicationResourceLifecycleConfig? = nil - ) - { + ) { self.applicationName = applicationName self.resourceLifecycleConfig = resourceLifecycleConfig } @@ -4755,8 +4613,7 @@ public struct UpdateApplicationVersionInput: Swift.Sendable { applicationName: Swift.String? = nil, description: Swift.String? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.versionLabel = versionLabel @@ -4770,8 +4627,7 @@ public struct UpdateApplicationVersionOutput: Swift.Sendable { public init( applicationVersion: ElasticBeanstalkClientTypes.ApplicationVersionDescription? = nil - ) - { + ) { self.applicationVersion = applicationVersion } } @@ -4797,8 +4653,7 @@ public struct UpdateConfigurationTemplateInput: Swift.Sendable { optionSettings: [ElasticBeanstalkClientTypes.ConfigurationOptionSetting]? = nil, optionsToRemove: [ElasticBeanstalkClientTypes.OptionSpecification]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.optionSettings = optionSettings @@ -4849,8 +4704,7 @@ public struct UpdateConfigurationTemplateOutput: Swift.Sendable { platformArn: Swift.String? = nil, solutionStackName: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -4904,8 +4758,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.description = description self.environmentId = environmentId @@ -5009,8 +4862,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { templateName: Swift.String? = nil, tier: ElasticBeanstalkClientTypes.EnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.abortableOperationInProgress = abortableOperationInProgress self.applicationName = applicationName self.cname = cname @@ -5054,8 +4906,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5073,8 +4924,7 @@ public struct UpdateTagsForResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, tagsToAdd: [ElasticBeanstalkClientTypes.Tag]? = nil, tagsToRemove: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagsToAdd = tagsToAdd self.tagsToRemove = tagsToRemove @@ -5099,8 +4949,7 @@ public struct ValidateConfigurationSettingsInput: Swift.Sendable { environmentName: Swift.String? = nil, optionSettings: [ElasticBeanstalkClientTypes.ConfigurationOptionSetting]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.environmentName = environmentName self.optionSettings = optionSettings @@ -5159,8 +5008,7 @@ extension ElasticBeanstalkClientTypes { namespace: Swift.String? = nil, optionName: Swift.String? = nil, severity: ElasticBeanstalkClientTypes.ValidationSeverity? = nil - ) - { + ) { self.message = message self.namespace = namespace self.optionName = optionName @@ -5176,8 +5024,7 @@ public struct ValidateConfigurationSettingsOutput: Swift.Sendable { public init( messages: [ElasticBeanstalkClientTypes.ValidationMessage]? = nil - ) - { + ) { self.messages = messages } } diff --git a/Sources/Services/AWSElasticInference/Package.swift.txt b/Sources/Services/AWSElasticInference/Package.swift.txt index 582bd8e270a..e25d3a3184b 100644 --- a/Sources/Services/AWSElasticInference/Package.swift.txt +++ b/Sources/Services/AWSElasticInference/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,19 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", - package: "smithy-swift" - ), - .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/ElasticInferenceClient.swift b/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/ElasticInferenceClient.swift index 2faebe2f51a..551c557bfda 100644 --- a/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/ElasticInferenceClient.swift +++ b/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/ElasticInferenceClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticInferenceClient: ClientRuntime.Client { public static let clientName = "ElasticInferenceClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticInferenceClient.ElasticInferenceClientConfiguration let serviceName = "Elastic Inference" diff --git a/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/Models.swift b/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/Models.swift index fd560a5af53..63f7f57c31f 100644 --- a/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/Models.swift +++ b/Sources/Services/AWSElasticInference/Sources/AWSElasticInference/Models.swift @@ -34,8 +34,7 @@ extension ElasticInferenceClientTypes { public init( sizeInMiB: Swift.Int = 0 - ) - { + ) { self.sizeInMiB = sizeInMiB } } @@ -53,8 +52,7 @@ extension ElasticInferenceClientTypes { public init( key: Swift.String? = nil, value: Swift.Int = 0 - ) - { + ) { self.key = key self.value = value } @@ -76,8 +74,7 @@ extension ElasticInferenceClientTypes { acceleratorTypeName: Swift.String? = nil, memoryInfo: ElasticInferenceClientTypes.MemoryInfo? = nil, throughputInfo: [ElasticInferenceClientTypes.KeyValuePair]? = nil - ) - { + ) { self.acceleratorTypeName = acceleratorTypeName self.memoryInfo = memoryInfo self.throughputInfo = throughputInfo @@ -132,8 +129,7 @@ extension ElasticInferenceClientTypes { acceleratorType: Swift.String? = nil, location: Swift.String? = nil, locationType: ElasticInferenceClientTypes.LocationType? = nil - ) - { + ) { self.acceleratorType = acceleratorType self.location = location self.locationType = locationType @@ -159,8 +155,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -183,8 +178,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -207,8 +201,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +216,7 @@ public struct DescribeAcceleratorOfferingsInput: Swift.Sendable { public init( acceleratorTypes: [Swift.String]? = nil, locationType: ElasticInferenceClientTypes.LocationType? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes self.locationType = locationType } @@ -236,8 +228,7 @@ public struct DescribeAcceleratorOfferingsOutput: Swift.Sendable { public init( acceleratorTypeOfferings: [ElasticInferenceClientTypes.AcceleratorTypeOffering]? = nil - ) - { + ) { self.acceleratorTypeOfferings = acceleratorTypeOfferings } } @@ -254,8 +245,7 @@ extension ElasticInferenceClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -277,8 +267,7 @@ public struct DescribeAcceleratorsInput: Swift.Sendable { filters: [ElasticInferenceClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.acceleratorIds = acceleratorIds self.filters = filters self.maxResults = maxResults @@ -295,8 +284,7 @@ extension ElasticInferenceClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -323,8 +311,7 @@ extension ElasticInferenceClientTypes { acceleratorType: Swift.String? = nil, attachedResource: Swift.String? = nil, availabilityZone: Swift.String? = nil - ) - { + ) { self.acceleratorHealth = acceleratorHealth self.acceleratorId = acceleratorId self.acceleratorType = acceleratorType @@ -343,8 +330,7 @@ public struct DescribeAcceleratorsOutput: Swift.Sendable { public init( acceleratorSet: [ElasticInferenceClientTypes.ElasticInferenceAccelerator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acceleratorSet = acceleratorSet self.nextToken = nextToken } @@ -361,8 +347,7 @@ public struct DescribeAcceleratorTypesOutput: Swift.Sendable { public init( acceleratorTypes: [ElasticInferenceClientTypes.AcceleratorType]? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes } } @@ -374,8 +359,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -386,8 +370,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -403,8 +386,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -426,8 +408,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSElasticLoadBalancing/Package.swift.txt b/Sources/Services/AWSElasticLoadBalancing/Package.swift.txt index 88604521aaa..1c00ee967bd 100644 --- a/Sources/Services/AWSElasticLoadBalancing/Package.swift.txt +++ b/Sources/Services/AWSElasticLoadBalancing/Package.swift.txt @@ -41,39 +41,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/ElasticLoadBalancingClient.swift b/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/ElasticLoadBalancingClient.swift index f801ba59cda..41205745d52 100644 --- a/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/ElasticLoadBalancingClient.swift +++ b/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/ElasticLoadBalancingClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticLoadBalancingClient: ClientRuntime.Client { public static let clientName = "ElasticLoadBalancingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticLoadBalancingClient.ElasticLoadBalancingClientConfiguration let serviceName = "Elastic Load Balancing" diff --git a/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/Models.swift b/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/Models.swift index 004985707dc..2eff255d402 100644 --- a/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/Models.swift +++ b/Sources/Services/AWSElasticLoadBalancing/Sources/AWSElasticLoadBalancing/Models.swift @@ -44,8 +44,7 @@ extension ElasticLoadBalancingClientTypes { enabled: Swift.Bool = false, s3BucketName: Swift.String? = nil, s3BucketPrefix: Swift.String? = nil - ) - { + ) { self.emitInterval = emitInterval self.enabled = enabled self.s3BucketName = s3BucketName @@ -72,8 +71,7 @@ public struct AccessPointNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +90,7 @@ extension ElasticLoadBalancingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -118,8 +115,7 @@ public struct DuplicateTagKeysException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -142,8 +138,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +156,7 @@ extension ElasticLoadBalancingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -181,8 +175,7 @@ public struct AddTagsInput: Swift.Sendable { public init( loadBalancerNames: [Swift.String]? = nil, tags: [ElasticLoadBalancingClientTypes.Tag]? = nil - ) - { + ) { self.loadBalancerNames = loadBalancerNames self.tags = tags } @@ -206,8 +199,7 @@ extension ElasticLoadBalancingClientTypes { public init( cookieName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieName = cookieName self.policyName = policyName } @@ -232,8 +224,7 @@ public struct InvalidConfigurationRequestException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -256,8 +247,7 @@ public struct InvalidSecurityGroupException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +264,7 @@ public struct ApplySecurityGroupsToLoadBalancerInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.securityGroups = securityGroups } @@ -288,8 +277,7 @@ public struct ApplySecurityGroupsToLoadBalancerOutput: Swift.Sendable { public init( securityGroups: [Swift.String]? = nil - ) - { + ) { self.securityGroups = securityGroups } } @@ -312,8 +300,7 @@ public struct InvalidSubnetException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -336,8 +323,7 @@ public struct SubnetNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +340,7 @@ public struct AttachLoadBalancerToSubnetsInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.subnets = subnets } @@ -368,8 +353,7 @@ public struct AttachLoadBalancerToSubnetsOutput: Swift.Sendable { public init( subnets: [Swift.String]? = nil - ) - { + ) { self.subnets = subnets } } @@ -386,8 +370,7 @@ extension ElasticLoadBalancingClientTypes { public init( instancePort: Swift.Int? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.instancePort = instancePort self.policyNames = policyNames } @@ -412,8 +395,7 @@ public struct CertificateNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -444,8 +426,7 @@ extension ElasticLoadBalancingClientTypes { target: Swift.String? = nil, timeout: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.interval = interval self.target = target @@ -467,8 +448,7 @@ public struct ConfigureHealthCheckInput: Swift.Sendable { public init( healthCheck: ElasticLoadBalancingClientTypes.HealthCheck? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck self.loadBalancerName = loadBalancerName } @@ -481,8 +461,7 @@ public struct ConfigureHealthCheckOutput: Swift.Sendable { public init( healthCheck: ElasticLoadBalancingClientTypes.HealthCheck? = nil - ) - { + ) { self.healthCheck = healthCheck } } @@ -500,8 +479,7 @@ extension ElasticLoadBalancingClientTypes { public init( enabled: Swift.Bool = false, timeout: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.timeout = timeout } @@ -518,8 +496,7 @@ extension ElasticLoadBalancingClientTypes { public init( idleTimeout: Swift.Int? = nil - ) - { + ) { self.idleTimeout = idleTimeout } } @@ -549,8 +526,7 @@ extension ElasticLoadBalancingClientTypes { loadBalancerPort: Swift.Int = 0, `protocol`: Swift.String? = nil, sslCertificateId: Swift.String? = nil - ) - { + ) { self.instancePort = instancePort self.instanceProtocol = instanceProtocol self.loadBalancerPort = loadBalancerPort @@ -578,8 +554,7 @@ public struct DuplicatePolicyNameException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -602,8 +577,7 @@ public struct TooManyPoliciesException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -624,8 +598,7 @@ public struct CreateAppCookieStickinessPolicyInput: Swift.Sendable { cookieName: Swift.String? = nil, loadBalancerName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieName = cookieName self.loadBalancerName = loadBalancerName self.policyName = policyName @@ -653,8 +626,7 @@ public struct CreateLBCookieStickinessPolicyInput: Swift.Sendable { cookieExpirationPeriod: Swift.Int? = nil, loadBalancerName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieExpirationPeriod = cookieExpirationPeriod self.loadBalancerName = loadBalancerName self.policyName = policyName @@ -685,8 +657,7 @@ public struct DuplicateAccessPointNameException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -709,8 +680,7 @@ public struct InvalidSchemeException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -733,8 +703,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -757,8 +726,7 @@ public struct TooManyAccessPointsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -781,8 +749,7 @@ public struct UnsupportedProtocolException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -814,8 +781,7 @@ public struct CreateLoadBalancerInput: Swift.Sendable { securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil, tags: [ElasticLoadBalancingClientTypes.Tag]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.listeners = listeners self.loadBalancerName = loadBalancerName @@ -833,8 +799,7 @@ public struct CreateLoadBalancerOutput: Swift.Sendable { public init( dnsName: Swift.String? = nil - ) - { + ) { self.dnsName = dnsName } } @@ -857,8 +822,7 @@ public struct DuplicateListenerException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -875,8 +839,7 @@ public struct CreateLoadBalancerListenersInput: Swift.Sendable { public init( listeners: [ElasticLoadBalancingClientTypes.Listener]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.listeners = listeners self.loadBalancerName = loadBalancerName } @@ -906,8 +869,7 @@ public struct PolicyTypeNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -924,8 +886,7 @@ extension ElasticLoadBalancingClientTypes { public init( attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue } @@ -951,8 +912,7 @@ public struct CreateLoadBalancerPolicyInput: Swift.Sendable { policyAttributes: [ElasticLoadBalancingClientTypes.PolicyAttribute]? = nil, policyName: Swift.String? = nil, policyTypeName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.policyAttributes = policyAttributes self.policyName = policyName @@ -976,8 +936,7 @@ extension ElasticLoadBalancingClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -991,8 +950,7 @@ public struct DeleteLoadBalancerInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName } } @@ -1015,8 +973,7 @@ public struct DeleteLoadBalancerListenersInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, loadBalancerPorts: [Swift.Int]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.loadBalancerPorts = loadBalancerPorts } @@ -1040,8 +997,7 @@ public struct DeleteLoadBalancerPolicyInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.policyName = policyName } @@ -1071,8 +1027,7 @@ public struct DependencyThrottleException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1086,8 +1041,7 @@ extension ElasticLoadBalancingClientTypes { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -1111,8 +1065,7 @@ public struct InvalidEndPointException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1129,8 +1082,7 @@ public struct DeregisterInstancesFromLoadBalancerInput: Swift.Sendable { public init( instances: [ElasticLoadBalancingClientTypes.Instance]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.instances = instances self.loadBalancerName = loadBalancerName } @@ -1143,8 +1095,7 @@ public struct DeregisterInstancesFromLoadBalancerOutput: Swift.Sendable { public init( instances: [ElasticLoadBalancingClientTypes.Instance]? = nil - ) - { + ) { self.instances = instances } } @@ -1161,8 +1112,7 @@ extension ElasticLoadBalancingClientTypes { public init( listener: ElasticLoadBalancingClientTypes.Listener? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.listener = listener self.policyNames = policyNames } @@ -1181,8 +1131,7 @@ extension ElasticLoadBalancingClientTypes { public init( cookieExpirationPeriod: Swift.Int? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieExpirationPeriod = cookieExpirationPeriod self.policyName = policyName } @@ -1204,8 +1153,7 @@ extension ElasticLoadBalancingClientTypes { appCookieStickinessPolicies: [ElasticLoadBalancingClientTypes.AppCookieStickinessPolicy]? = nil, lbCookieStickinessPolicies: [ElasticLoadBalancingClientTypes.LBCookieStickinessPolicy]? = nil, otherPolicies: [Swift.String]? = nil - ) - { + ) { self.appCookieStickinessPolicies = appCookieStickinessPolicies self.lbCookieStickinessPolicies = lbCookieStickinessPolicies self.otherPolicies = otherPolicies @@ -1225,8 +1173,7 @@ extension ElasticLoadBalancingClientTypes { public init( groupName: Swift.String? = nil, ownerAlias: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.ownerAlias = ownerAlias } @@ -1287,8 +1234,7 @@ extension ElasticLoadBalancingClientTypes { sourceSecurityGroup: ElasticLoadBalancingClientTypes.SourceSecurityGroup? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backendServerDescriptions = backendServerDescriptions self.canonicalHostedZoneName = canonicalHostedZoneName @@ -1318,8 +1264,7 @@ public struct DescribeAccountLimitsInput: Swift.Sendable { public init( marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize } @@ -1343,8 +1288,7 @@ extension ElasticLoadBalancingClientTypes { public init( max: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.max = max self.name = name } @@ -1360,8 +1304,7 @@ public struct DescribeAccountLimitsOutput: Swift.Sendable { public init( limits: [ElasticLoadBalancingClientTypes.Limit]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.limits = limits self.nextMarker = nextMarker } @@ -1409,8 +1352,7 @@ extension ElasticLoadBalancingClientTypes { instanceId: Swift.String? = nil, reasonCode: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.reasonCode = reasonCode @@ -1430,8 +1372,7 @@ public struct DescribeInstanceHealthInput: Swift.Sendable { public init( instances: [ElasticLoadBalancingClientTypes.Instance]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.instances = instances self.loadBalancerName = loadBalancerName } @@ -1444,8 +1385,7 @@ public struct DescribeInstanceHealthOutput: Swift.Sendable { public init( instanceStates: [ElasticLoadBalancingClientTypes.InstanceState]? = nil - ) - { + ) { self.instanceStates = instanceStates } } @@ -1468,8 +1408,7 @@ public struct LoadBalancerAttributeNotFoundException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1482,8 +1421,7 @@ public struct DescribeLoadBalancerAttributesInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName } } @@ -1509,8 +1447,7 @@ extension ElasticLoadBalancingClientTypes { connectionDraining: ElasticLoadBalancingClientTypes.ConnectionDraining? = nil, connectionSettings: ElasticLoadBalancingClientTypes.ConnectionSettings? = nil, crossZoneLoadBalancing: ElasticLoadBalancingClientTypes.CrossZoneLoadBalancing? = nil - ) - { + ) { self.accessLog = accessLog self.additionalAttributes = additionalAttributes self.connectionDraining = connectionDraining @@ -1527,8 +1464,7 @@ public struct DescribeLoadBalancerAttributesOutput: Swift.Sendable { public init( loadBalancerAttributes: ElasticLoadBalancingClientTypes.LoadBalancerAttributes? = nil - ) - { + ) { self.loadBalancerAttributes = loadBalancerAttributes } } @@ -1551,8 +1487,7 @@ public struct PolicyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1567,8 +1502,7 @@ public struct DescribeLoadBalancerPoliciesInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.policyNames = policyNames } @@ -1586,8 +1520,7 @@ extension ElasticLoadBalancingClientTypes { public init( attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue } @@ -1609,8 +1542,7 @@ extension ElasticLoadBalancingClientTypes { policyAttributeDescriptions: [ElasticLoadBalancingClientTypes.PolicyAttributeDescription]? = nil, policyName: Swift.String? = nil, policyTypeName: Swift.String? = nil - ) - { + ) { self.policyAttributeDescriptions = policyAttributeDescriptions self.policyName = policyName self.policyTypeName = policyTypeName @@ -1625,8 +1557,7 @@ public struct DescribeLoadBalancerPoliciesOutput: Swift.Sendable { public init( policyDescriptions: [ElasticLoadBalancingClientTypes.PolicyDescription]? = nil - ) - { + ) { self.policyDescriptions = policyDescriptions } } @@ -1638,8 +1569,7 @@ public struct DescribeLoadBalancerPolicyTypesInput: Swift.Sendable { public init( policyTypeNames: [Swift.String]? = nil - ) - { + ) { self.policyTypeNames = policyTypeNames } } @@ -1673,8 +1603,7 @@ extension ElasticLoadBalancingClientTypes { cardinality: Swift.String? = nil, defaultValue: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeType = attributeType self.cardinality = cardinality @@ -1699,8 +1628,7 @@ extension ElasticLoadBalancingClientTypes { description: Swift.String? = nil, policyAttributeTypeDescriptions: [ElasticLoadBalancingClientTypes.PolicyAttributeTypeDescription]? = nil, policyTypeName: Swift.String? = nil - ) - { + ) { self.description = description self.policyAttributeTypeDescriptions = policyAttributeTypeDescriptions self.policyTypeName = policyTypeName @@ -1715,8 +1643,7 @@ public struct DescribeLoadBalancerPolicyTypesOutput: Swift.Sendable { public init( policyTypeDescriptions: [ElasticLoadBalancingClientTypes.PolicyTypeDescription]? = nil - ) - { + ) { self.policyTypeDescriptions = policyTypeDescriptions } } @@ -1734,8 +1661,7 @@ public struct DescribeLoadBalancersInput: Swift.Sendable { loadBalancerNames: [Swift.String]? = nil, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.loadBalancerNames = loadBalancerNames self.marker = marker self.pageSize = pageSize @@ -1752,8 +1678,7 @@ public struct DescribeLoadBalancersOutput: Swift.Sendable { public init( loadBalancerDescriptions: [ElasticLoadBalancingClientTypes.LoadBalancerDescription]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.loadBalancerDescriptions = loadBalancerDescriptions self.nextMarker = nextMarker } @@ -1767,8 +1692,7 @@ public struct DescribeTagsInput: Swift.Sendable { public init( loadBalancerNames: [Swift.String]? = nil - ) - { + ) { self.loadBalancerNames = loadBalancerNames } } @@ -1785,8 +1709,7 @@ extension ElasticLoadBalancingClientTypes { public init( loadBalancerName: Swift.String? = nil, tags: [ElasticLoadBalancingClientTypes.Tag]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.tags = tags } @@ -1800,8 +1723,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( tagDescriptions: [ElasticLoadBalancingClientTypes.TagDescription]? = nil - ) - { + ) { self.tagDescriptions = tagDescriptions } } @@ -1818,8 +1740,7 @@ public struct DetachLoadBalancerFromSubnetsInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.subnets = subnets } @@ -1832,8 +1753,7 @@ public struct DetachLoadBalancerFromSubnetsOutput: Swift.Sendable { public init( subnets: [Swift.String]? = nil - ) - { + ) { self.subnets = subnets } } @@ -1850,8 +1770,7 @@ public struct DisableAvailabilityZonesForLoadBalancerInput: Swift.Sendable { public init( availabilityZones: [Swift.String]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.loadBalancerName = loadBalancerName } @@ -1864,8 +1783,7 @@ public struct DisableAvailabilityZonesForLoadBalancerOutput: Swift.Sendable { public init( availabilityZones: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones } } @@ -1882,8 +1800,7 @@ public struct EnableAvailabilityZonesForLoadBalancerInput: Swift.Sendable { public init( availabilityZones: [Swift.String]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.loadBalancerName = loadBalancerName } @@ -1896,8 +1813,7 @@ public struct EnableAvailabilityZonesForLoadBalancerOutput: Swift.Sendable { public init( availabilityZones: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones } } @@ -1914,8 +1830,7 @@ public struct ModifyLoadBalancerAttributesInput: Swift.Sendable { public init( loadBalancerAttributes: ElasticLoadBalancingClientTypes.LoadBalancerAttributes? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerAttributes = loadBalancerAttributes self.loadBalancerName = loadBalancerName } @@ -1931,8 +1846,7 @@ public struct ModifyLoadBalancerAttributesOutput: Swift.Sendable { public init( loadBalancerAttributes: ElasticLoadBalancingClientTypes.LoadBalancerAttributes? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerAttributes = loadBalancerAttributes self.loadBalancerName = loadBalancerName } @@ -1950,8 +1864,7 @@ public struct RegisterInstancesWithLoadBalancerInput: Swift.Sendable { public init( instances: [ElasticLoadBalancingClientTypes.Instance]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.instances = instances self.loadBalancerName = loadBalancerName } @@ -1964,8 +1877,7 @@ public struct RegisterInstancesWithLoadBalancerOutput: Swift.Sendable { public init( instances: [ElasticLoadBalancingClientTypes.Instance]? = nil - ) - { + ) { self.instances = instances } } @@ -1979,8 +1891,7 @@ extension ElasticLoadBalancingClientTypes { public init( key: Swift.String? = nil - ) - { + ) { self.key = key } } @@ -1998,8 +1909,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( loadBalancerNames: [Swift.String]? = nil, tags: [ElasticLoadBalancingClientTypes.TagKeyOnly]? = nil - ) - { + ) { self.loadBalancerNames = loadBalancerNames self.tags = tags } @@ -2029,8 +1939,7 @@ public struct ListenerNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2051,8 +1960,7 @@ public struct SetLoadBalancerListenerSSLCertificateInput: Swift.Sendable { loadBalancerName: Swift.String? = nil, loadBalancerPort: Swift.Int? = 0, sslCertificateId: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.loadBalancerPort = loadBalancerPort self.sslCertificateId = sslCertificateId @@ -2081,8 +1989,7 @@ public struct SetLoadBalancerPoliciesForBackendServerInput: Swift.Sendable { instancePort: Swift.Int? = nil, loadBalancerName: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.instancePort = instancePort self.loadBalancerName = loadBalancerName self.policyNames = policyNames @@ -2111,8 +2018,7 @@ public struct SetLoadBalancerPoliciesOfListenerInput: Swift.Sendable { loadBalancerName: Swift.String? = nil, loadBalancerPort: Swift.Int? = 0, policyNames: [Swift.String]? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName self.loadBalancerPort = loadBalancerPort self.policyNames = policyNames diff --git a/Sources/Services/AWSElasticLoadBalancingv2/Package.swift.txt b/Sources/Services/AWSElasticLoadBalancingv2/Package.swift.txt index edaefa4876f..fb1434d5138 100644 --- a/Sources/Services/AWSElasticLoadBalancingv2/Package.swift.txt +++ b/Sources/Services/AWSElasticLoadBalancingv2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,35 +45,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyFormURL", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/ElasticLoadBalancingv2Client.swift b/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/ElasticLoadBalancingv2Client.swift index e035d8ceadf..ed06f32f324 100644 --- a/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/ElasticLoadBalancingv2Client.swift +++ b/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/ElasticLoadBalancingv2Client.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticLoadBalancingv2Client: ClientRuntime.Client { public static let clientName = "ElasticLoadBalancingv2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticLoadBalancingv2Client.ElasticLoadBalancingv2ClientConfiguration let serviceName = "Elastic Load Balancing v2" diff --git a/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/Models.swift b/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/Models.swift index eba33ca8867..9aec69d1a3e 100644 --- a/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/Models.swift +++ b/Sources/Services/AWSElasticLoadBalancingv2/Sources/AWSElasticLoadBalancingv2/Models.swift @@ -97,8 +97,7 @@ extension ElasticLoadBalancingv2ClientTypes { userPoolArn: Swift.String? = nil, userPoolClientId: Swift.String? = nil, userPoolDomain: Swift.String? = nil - ) - { + ) { self.authenticationRequestExtraParams = authenticationRequestExtraParams self.onUnauthenticatedRequest = onUnauthenticatedRequest self.scope = scope @@ -196,8 +195,7 @@ extension ElasticLoadBalancingv2ClientTypes { tokenEndpoint: Swift.String? = nil, useExistingClientSecret: Swift.Bool? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authenticationRequestExtraParams = authenticationRequestExtraParams self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId @@ -230,8 +228,7 @@ extension ElasticLoadBalancingv2ClientTypes { contentType: Swift.String? = nil, messageBody: Swift.String? = nil, statusCode: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.messageBody = messageBody self.statusCode = statusCode @@ -251,8 +248,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( targetGroupArn: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.targetGroupArn = targetGroupArn self.weight = weight } @@ -271,8 +267,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( durationSeconds: Swift.Int? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.enabled = enabled } @@ -291,8 +286,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( targetGroupStickinessConfig: ElasticLoadBalancingv2ClientTypes.TargetGroupStickinessConfig? = nil, targetGroups: [ElasticLoadBalancingv2ClientTypes.TargetGroupTuple]? = nil - ) - { + ) { self.targetGroupStickinessConfig = targetGroupStickinessConfig self.targetGroups = targetGroups } @@ -366,8 +360,7 @@ extension ElasticLoadBalancingv2ClientTypes { `protocol`: Swift.String? = nil, query: Swift.String? = nil, statusCode: ElasticLoadBalancingv2ClientTypes.RedirectActionStatusCodeEnum? = nil - ) - { + ) { self.host = host self.path = path self.port = port @@ -447,8 +440,7 @@ extension ElasticLoadBalancingv2ClientTypes { redirectConfig: ElasticLoadBalancingv2ClientTypes.RedirectActionConfig? = nil, targetGroupArn: Swift.String? = nil, type: ElasticLoadBalancingv2ClientTypes.ActionTypeEnum? = nil - ) - { + ) { self.authenticateCognitoConfig = authenticateCognitoConfig self.authenticateOidcConfig = authenticateOidcConfig self.fixedResponseConfig = fixedResponseConfig @@ -479,8 +471,7 @@ public struct CertificateNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -503,8 +494,7 @@ public struct ListenerNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -527,8 +517,7 @@ public struct TooManyCertificatesException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -545,8 +534,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( certificateArn: Swift.String? = nil, isDefault: Swift.Bool? = nil - ) - { + ) { self.certificateArn = certificateArn self.isDefault = isDefault } @@ -564,8 +552,7 @@ public struct AddListenerCertificatesInput: Swift.Sendable { public init( certificates: [ElasticLoadBalancingv2ClientTypes.Certificate]? = nil, listenerArn: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.listenerArn = listenerArn } @@ -577,8 +564,7 @@ public struct AddListenerCertificatesOutput: Swift.Sendable { public init( certificates: [ElasticLoadBalancingv2ClientTypes.Certificate]? = nil - ) - { + ) { self.certificates = certificates } } @@ -601,8 +587,7 @@ public struct DuplicateTagKeysException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -625,8 +610,7 @@ public struct LoadBalancerNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -649,8 +633,7 @@ public struct RuleNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -673,8 +656,7 @@ public struct TargetGroupNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -697,8 +679,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -721,8 +702,7 @@ public struct TrustStoreNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -740,8 +720,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -759,8 +738,7 @@ public struct AddTagsInput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceArns = resourceArns self.tags = tags } @@ -789,8 +767,7 @@ public struct InvalidRevocationContentException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -813,8 +790,7 @@ public struct RevocationContentNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -837,8 +813,7 @@ public struct TooManyTrustStoreRevocationEntriesException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -887,8 +862,7 @@ extension ElasticLoadBalancingv2ClientTypes { s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil, s3ObjectVersion: Swift.String? = nil - ) - { + ) { self.revocationType = revocationType self.s3Bucket = s3Bucket self.s3Key = s3Key @@ -907,8 +881,7 @@ public struct AddTrustStoreRevocationsInput: Swift.Sendable { public init( revocationContents: [ElasticLoadBalancingv2ClientTypes.RevocationContent]? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.revocationContents = revocationContents self.trustStoreArn = trustStoreArn } @@ -932,8 +905,7 @@ extension ElasticLoadBalancingv2ClientTypes { revocationId: Swift.Int? = nil, revocationType: ElasticLoadBalancingv2ClientTypes.RevocationType? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.numberOfRevokedEntries = numberOfRevokedEntries self.revocationId = revocationId self.revocationType = revocationType @@ -948,8 +920,7 @@ public struct AddTrustStoreRevocationsOutput: Swift.Sendable { public init( trustStoreRevocations: [ElasticLoadBalancingv2ClientTypes.TrustStoreRevocation]? = nil - ) - { + ) { self.trustStoreRevocations = trustStoreRevocations } } @@ -1039,8 +1010,7 @@ extension ElasticLoadBalancingv2ClientTypes { description: Swift.String? = nil, reason: ElasticLoadBalancingv2ClientTypes.TargetAdministrativeOverrideReasonEnum? = nil, state: ElasticLoadBalancingv2ClientTypes.TargetAdministrativeOverrideStateEnum? = nil - ) - { + ) { self.description = description self.reason = reason self.state = state @@ -1095,8 +1065,7 @@ public struct AllocationIdNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1119,8 +1088,7 @@ public struct ALPNPolicyNotSupportedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1195,8 +1163,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( mitigationInEffect: ElasticLoadBalancingv2ClientTypes.MitigationInEffectEnum? = nil, result: ElasticLoadBalancingv2ClientTypes.AnomalyResultEnum? = nil - ) - { + ) { self.mitigationInEffect = mitigationInEffect self.result = result } @@ -1221,8 +1188,7 @@ extension ElasticLoadBalancingv2ClientTypes { ipAddress: Swift.String? = nil, ipv6Address: Swift.String? = nil, privateIPv4Address: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.ipAddress = ipAddress self.ipv6Address = ipv6Address @@ -1252,8 +1218,7 @@ extension ElasticLoadBalancingv2ClientTypes { sourceNatIpv6Prefixes: [Swift.String]? = nil, subnetId: Swift.String? = nil, zoneName: Swift.String? = nil - ) - { + ) { self.loadBalancerAddresses = loadBalancerAddresses self.outpostId = outpostId self.sourceNatIpv6Prefixes = sourceNatIpv6Prefixes @@ -1281,8 +1246,7 @@ public struct AvailabilityZoneNotSupportedException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1305,8 +1269,7 @@ public struct CaCertificatesBundleNotFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1329,8 +1292,7 @@ public struct CapacityDecreaseRequestsLimitExceededException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1353,8 +1315,7 @@ public struct CapacityReservationPendingException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1406,8 +1367,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( code: ElasticLoadBalancingv2ClientTypes.CapacityReservationStateEnum? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -1432,8 +1392,7 @@ public struct CapacityUnitsLimitExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1450,8 +1409,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.name = name self.priority = priority } @@ -1476,8 +1434,7 @@ public struct DuplicateListenerException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1500,8 +1457,7 @@ public struct IncompatibleProtocolsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1524,8 +1480,7 @@ public struct InvalidConfigurationRequestException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1548,8 +1503,7 @@ public struct InvalidLoadBalancerActionException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1572,8 +1526,7 @@ public struct SSLPolicyNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1596,8 +1549,7 @@ public struct TargetGroupAssociationLimitException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1620,8 +1572,7 @@ public struct TooManyActionsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1644,8 +1595,7 @@ public struct TooManyListenersException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1668,8 +1618,7 @@ public struct TooManyRegistrationsForTargetIdException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1692,8 +1641,7 @@ public struct TooManyTargetsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1716,8 +1664,7 @@ public struct TooManyUniqueTargetGroupsPerLoadBalancerException: ClientRuntime.M public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1740,8 +1687,7 @@ public struct TrustStoreNotReadyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1764,8 +1710,7 @@ public struct UnsupportedProtocolException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1820,8 +1765,7 @@ extension ElasticLoadBalancingv2ClientTypes { mode: Swift.String? = nil, trustStoreArn: Swift.String? = nil, trustStoreAssociationStatus: ElasticLoadBalancingv2ClientTypes.TrustStoreAssociationStatusEnum? = nil - ) - { + ) { self.advertiseTrustStoreCaNames = advertiseTrustStoreCaNames self.ignoreClientCertificateExpiry = ignoreClientCertificateExpiry self.mode = mode @@ -1920,8 +1864,7 @@ public struct CreateListenerInput: Swift.Sendable { `protocol`: ElasticLoadBalancingv2ClientTypes.ProtocolEnum? = nil, sslPolicy: Swift.String? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil - ) - { + ) { self.alpnPolicy = alpnPolicy self.certificates = certificates self.defaultActions = defaultActions @@ -1967,8 +1910,7 @@ extension ElasticLoadBalancingv2ClientTypes { port: Swift.Int? = nil, `protocol`: ElasticLoadBalancingv2ClientTypes.ProtocolEnum? = nil, sslPolicy: Swift.String? = nil - ) - { + ) { self.alpnPolicy = alpnPolicy self.certificates = certificates self.defaultActions = defaultActions @@ -1988,8 +1930,7 @@ public struct CreateListenerOutput: Swift.Sendable { public init( listeners: [ElasticLoadBalancingv2ClientTypes.Listener]? = nil - ) - { + ) { self.listeners = listeners } } @@ -2012,8 +1953,7 @@ public struct DuplicateLoadBalancerNameException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2036,8 +1976,7 @@ public struct InvalidSchemeException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2060,8 +1999,7 @@ public struct InvalidSecurityGroupException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2084,8 +2022,7 @@ public struct InvalidSubnetException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2108,8 +2045,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2132,8 +2068,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2156,8 +2091,7 @@ public struct SubnetNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2180,8 +2114,7 @@ public struct TooManyLoadBalancersException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2297,8 +2230,7 @@ extension ElasticLoadBalancingv2ClientTypes { privateIPv4Address: Swift.String? = nil, sourceNatIpv6Prefix: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.ipv6Address = ipv6Address self.privateIPv4Address = privateIPv4Address @@ -2374,8 +2306,7 @@ public struct CreateLoadBalancerInput: Swift.Sendable { subnets: [Swift.String]? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil, type: ElasticLoadBalancingv2ClientTypes.LoadBalancerTypeEnum? = nil - ) - { + ) { self.customerOwnedIpv4Pool = customerOwnedIpv4Pool self.enablePrefixForIpv6SourceNat = enablePrefixForIpv6SourceNat self.ipAddressType = ipAddressType @@ -2436,8 +2367,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( code: ElasticLoadBalancingv2ClientTypes.LoadBalancerStateEnum? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -2495,8 +2425,7 @@ extension ElasticLoadBalancingv2ClientTypes { state: ElasticLoadBalancingv2ClientTypes.LoadBalancerState? = nil, type: ElasticLoadBalancingv2ClientTypes.LoadBalancerTypeEnum? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.canonicalHostedZoneId = canonicalHostedZoneId self.createdTime = createdTime @@ -2522,8 +2451,7 @@ public struct CreateLoadBalancerOutput: Swift.Sendable { public init( loadBalancers: [ElasticLoadBalancingv2ClientTypes.LoadBalancer]? = nil - ) - { + ) { self.loadBalancers = loadBalancers } } @@ -2546,8 +2474,7 @@ public struct PriorityInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2570,8 +2497,7 @@ public struct TooManyRulesException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2594,8 +2520,7 @@ public struct TooManyTargetGroupsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2609,8 +2534,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -2628,8 +2552,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( httpHeaderName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.httpHeaderName = httpHeaderName self.values = values } @@ -2645,8 +2568,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -2661,8 +2583,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -2680,8 +2601,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2697,8 +2617,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( values: [ElasticLoadBalancingv2ClientTypes.QueryStringKeyValuePair]? = nil - ) - { + ) { self.values = values } } @@ -2713,8 +2632,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -2783,8 +2701,7 @@ extension ElasticLoadBalancingv2ClientTypes { queryStringConfig: ElasticLoadBalancingv2ClientTypes.QueryStringConditionConfig? = nil, sourceIpConfig: ElasticLoadBalancingv2ClientTypes.SourceIpConditionConfig? = nil, values: [Swift.String]? = nil - ) - { + ) { self.field = field self.hostHeaderConfig = hostHeaderConfig self.httpHeaderConfig = httpHeaderConfig @@ -2819,8 +2736,7 @@ public struct CreateRuleInput: Swift.Sendable { listenerArn: Swift.String? = nil, priority: Swift.Int? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil - ) - { + ) { self.actions = actions self.conditions = conditions self.listenerArn = listenerArn @@ -2850,8 +2766,7 @@ extension ElasticLoadBalancingv2ClientTypes { isDefault: Swift.Bool? = nil, priority: Swift.String? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.actions = actions self.conditions = conditions self.isDefault = isDefault @@ -2867,8 +2782,7 @@ public struct CreateRuleOutput: Swift.Sendable { public init( rules: [ElasticLoadBalancingv2ClientTypes.Rule]? = nil - ) - { + ) { self.rules = rules } } @@ -2891,8 +2805,7 @@ public struct DuplicateTargetGroupNameException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2938,8 +2851,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( grpcCode: Swift.String? = nil, httpCode: Swift.String? = nil - ) - { + ) { self.grpcCode = grpcCode self.httpCode = httpCode } @@ -3044,8 +2956,7 @@ public struct CreateTargetGroupInput: Swift.Sendable { targetType: ElasticLoadBalancingv2ClientTypes.TargetTypeEnum? = nil, unhealthyThresholdCount: Swift.Int? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.healthCheckEnabled = healthCheckEnabled self.healthCheckIntervalSeconds = healthCheckIntervalSeconds self.healthCheckPath = healthCheckPath @@ -3126,8 +3037,7 @@ extension ElasticLoadBalancingv2ClientTypes { targetType: ElasticLoadBalancingv2ClientTypes.TargetTypeEnum? = nil, unhealthyThresholdCount: Swift.Int? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.healthCheckEnabled = healthCheckEnabled self.healthCheckIntervalSeconds = healthCheckIntervalSeconds self.healthCheckPath = healthCheckPath @@ -3156,8 +3066,7 @@ public struct CreateTargetGroupOutput: Swift.Sendable { public init( targetGroups: [ElasticLoadBalancingv2ClientTypes.TargetGroup]? = nil - ) - { + ) { self.targetGroups = targetGroups } } @@ -3180,8 +3089,7 @@ public struct DuplicateTrustStoreNameException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3204,8 +3112,7 @@ public struct InvalidCaCertificatesBundleException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3228,8 +3135,7 @@ public struct TooManyTrustStoresException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3255,8 +3161,7 @@ public struct CreateTrustStoreInput: Swift.Sendable { caCertificatesBundleS3ObjectVersion: Swift.String? = nil, name: Swift.String? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil - ) - { + ) { self.caCertificatesBundleS3Bucket = caCertificatesBundleS3Bucket self.caCertificatesBundleS3Key = caCertificatesBundleS3Key self.caCertificatesBundleS3ObjectVersion = caCertificatesBundleS3ObjectVersion @@ -3315,8 +3220,7 @@ extension ElasticLoadBalancingv2ClientTypes { status: ElasticLoadBalancingv2ClientTypes.TrustStoreStatus? = nil, totalRevokedEntries: Swift.Int? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.name = name self.numberOfCaCertificates = numberOfCaCertificates self.status = status @@ -3332,8 +3236,7 @@ public struct CreateTrustStoreOutput: Swift.Sendable { public init( trustStores: [ElasticLoadBalancingv2ClientTypes.TrustStore]? = nil - ) - { + ) { self.trustStores = trustStores } } @@ -3356,8 +3259,7 @@ public struct DeleteAssociationSameAccountException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3369,8 +3271,7 @@ public struct DeleteListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -3387,8 +3288,7 @@ public struct DeleteLoadBalancerInput: Swift.Sendable { public init( loadBalancerArn: Swift.String? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn } } @@ -3405,8 +3305,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( ruleArn: Swift.String? = nil - ) - { + ) { self.ruleArn = ruleArn } } @@ -3434,8 +3333,7 @@ public struct TrustStoreAssociationNotFoundException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3451,8 +3349,7 @@ public struct DeleteSharedTrustStoreAssociationInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.trustStoreArn = trustStoreArn } @@ -3470,8 +3367,7 @@ public struct DeleteTargetGroupInput: Swift.Sendable { public init( targetGroupArn: Swift.String? = nil - ) - { + ) { self.targetGroupArn = targetGroupArn } } @@ -3499,8 +3395,7 @@ public struct TrustStoreInUseException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3512,8 +3407,7 @@ public struct DeleteTrustStoreInput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3541,8 +3435,7 @@ public struct InvalidTargetException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3563,8 +3456,7 @@ extension ElasticLoadBalancingv2ClientTypes { availabilityZone: Swift.String? = nil, id: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.id = id self.port = port @@ -3583,8 +3475,7 @@ public struct DeregisterTargetsInput: Swift.Sendable { public init( targetGroupArn: Swift.String? = nil, targets: [ElasticLoadBalancingv2ClientTypes.TargetDescription]? = nil - ) - { + ) { self.targetGroupArn = targetGroupArn self.targets = targets } @@ -3604,8 +3495,7 @@ public struct DescribeAccountLimitsInput: Swift.Sendable { public init( marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize } @@ -3665,8 +3555,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( max: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.max = max self.name = name } @@ -3682,8 +3571,7 @@ public struct DescribeAccountLimitsOutput: Swift.Sendable { public init( limits: [ElasticLoadBalancingv2ClientTypes.Limit]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.limits = limits self.nextMarker = nextMarker } @@ -3696,8 +3584,7 @@ public struct DescribeCapacityReservationInput: Swift.Sendable { public init( loadBalancerArn: Swift.String? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn } } @@ -3717,8 +3604,7 @@ extension ElasticLoadBalancingv2ClientTypes { availabilityZone: Swift.String? = nil, effectiveCapacityUnits: Swift.Double? = nil, state: ElasticLoadBalancingv2ClientTypes.CapacityReservationStatus? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.effectiveCapacityUnits = effectiveCapacityUnits self.state = state @@ -3735,8 +3621,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( capacityUnits: Swift.Int? = nil - ) - { + ) { self.capacityUnits = capacityUnits } } @@ -3757,8 +3642,7 @@ public struct DescribeCapacityReservationOutput: Swift.Sendable { decreaseRequestsRemaining: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, minimumLoadBalancerCapacity: ElasticLoadBalancingv2ClientTypes.MinimumLoadBalancerCapacity? = nil - ) - { + ) { self.capacityReservationState = capacityReservationState self.decreaseRequestsRemaining = decreaseRequestsRemaining self.lastModifiedTime = lastModifiedTime @@ -3773,8 +3657,7 @@ public struct DescribeListenerAttributesInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -3834,8 +3717,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3848,8 +3730,7 @@ public struct DescribeListenerAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.ListenerAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -3867,8 +3748,7 @@ public struct DescribeListenerCertificatesInput: Swift.Sendable { listenerArn: Swift.String? = nil, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.listenerArn = listenerArn self.marker = marker self.pageSize = pageSize @@ -3884,8 +3764,7 @@ public struct DescribeListenerCertificatesOutput: Swift.Sendable { public init( certificates: [ElasticLoadBalancingv2ClientTypes.Certificate]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextMarker = nextMarker } @@ -3906,8 +3785,7 @@ public struct DescribeListenersInput: Swift.Sendable { loadBalancerArn: Swift.String? = nil, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.listenerArns = listenerArns self.loadBalancerArn = loadBalancerArn self.marker = marker @@ -3924,8 +3802,7 @@ public struct DescribeListenersOutput: Swift.Sendable { public init( listeners: [ElasticLoadBalancingv2ClientTypes.Listener]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.listeners = listeners self.nextMarker = nextMarker } @@ -3938,8 +3815,7 @@ public struct DescribeLoadBalancerAttributesInput: Swift.Sendable { public init( loadBalancerArn: Swift.String? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn } } @@ -4016,8 +3892,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4030,8 +3905,7 @@ public struct DescribeLoadBalancerAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.LoadBalancerAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -4051,8 +3925,7 @@ public struct DescribeLoadBalancersInput: Swift.Sendable { marker: Swift.String? = nil, names: [Swift.String]? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.loadBalancerArns = loadBalancerArns self.marker = marker self.names = names @@ -4069,8 +3942,7 @@ public struct DescribeLoadBalancersOutput: Swift.Sendable { public init( loadBalancers: [ElasticLoadBalancingv2ClientTypes.LoadBalancer]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.loadBalancers = loadBalancers self.nextMarker = nextMarker } @@ -4091,8 +3963,7 @@ public struct DescribeRulesInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, ruleArns: [Swift.String]? = nil - ) - { + ) { self.listenerArn = listenerArn self.marker = marker self.pageSize = pageSize @@ -4109,8 +3980,7 @@ public struct DescribeRulesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, rules: [ElasticLoadBalancingv2ClientTypes.Rule]? = nil - ) - { + ) { self.nextMarker = nextMarker self.rules = rules } @@ -4131,8 +4001,7 @@ public struct DescribeSSLPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, names: [Swift.String]? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.loadBalancerType = loadBalancerType self.marker = marker self.names = names @@ -4158,8 +4027,7 @@ extension ElasticLoadBalancingv2ClientTypes { name: Swift.String? = nil, sslProtocols: [Swift.String]? = nil, supportedLoadBalancerTypes: [Swift.String]? = nil - ) - { + ) { self.ciphers = ciphers self.name = name self.sslProtocols = sslProtocols @@ -4177,8 +4045,7 @@ public struct DescribeSSLPoliciesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, sslPolicies: [ElasticLoadBalancingv2ClientTypes.SslPolicy]? = nil - ) - { + ) { self.nextMarker = nextMarker self.sslPolicies = sslPolicies } @@ -4191,8 +4058,7 @@ public struct DescribeTagsInput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil - ) - { + ) { self.resourceArns = resourceArns } } @@ -4209,8 +4075,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( resourceArn: Swift.String? = nil, tags: [ElasticLoadBalancingv2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4223,8 +4088,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( tagDescriptions: [ElasticLoadBalancingv2ClientTypes.TagDescription]? = nil - ) - { + ) { self.tagDescriptions = tagDescriptions } } @@ -4236,8 +4100,7 @@ public struct DescribeTargetGroupAttributesInput: Swift.Sendable { public init( targetGroupArn: Swift.String? = nil - ) - { + ) { self.targetGroupArn = targetGroupArn } } @@ -4322,8 +4185,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4336,8 +4198,7 @@ public struct DescribeTargetGroupAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.TargetGroupAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -4360,8 +4221,7 @@ public struct DescribeTargetGroupsInput: Swift.Sendable { names: [Swift.String]? = nil, pageSize: Swift.Int? = nil, targetGroupArns: [Swift.String]? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn self.marker = marker self.names = names @@ -4379,8 +4239,7 @@ public struct DescribeTargetGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, targetGroups: [ElasticLoadBalancingv2ClientTypes.TargetGroup]? = nil - ) - { + ) { self.nextMarker = nextMarker self.targetGroups = targetGroups } @@ -4404,8 +4263,7 @@ public struct HealthUnavailableException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4452,8 +4310,7 @@ public struct DescribeTargetHealthInput: Swift.Sendable { include: [ElasticLoadBalancingv2ClientTypes.DescribeTargetHealthInputIncludeEnum]? = nil, targetGroupArn: Swift.String? = nil, targets: [ElasticLoadBalancingv2ClientTypes.TargetDescription]? = nil - ) - { + ) { self.include = include self.targetGroupArn = targetGroupArn self.targets = targets @@ -4616,8 +4473,7 @@ extension ElasticLoadBalancingv2ClientTypes { description: Swift.String? = nil, reason: ElasticLoadBalancingv2ClientTypes.TargetHealthReasonEnum? = nil, state: ElasticLoadBalancingv2ClientTypes.TargetHealthStateEnum? = nil - ) - { + ) { self.description = description self.reason = reason self.state = state @@ -4646,8 +4502,7 @@ extension ElasticLoadBalancingv2ClientTypes { healthCheckPort: Swift.String? = nil, target: ElasticLoadBalancingv2ClientTypes.TargetDescription? = nil, targetHealth: ElasticLoadBalancingv2ClientTypes.TargetHealth? = nil - ) - { + ) { self.administrativeOverride = administrativeOverride self.anomalyDetection = anomalyDetection self.healthCheckPort = healthCheckPort @@ -4663,8 +4518,7 @@ public struct DescribeTargetHealthOutput: Swift.Sendable { public init( targetHealthDescriptions: [ElasticLoadBalancingv2ClientTypes.TargetHealthDescription]? = nil - ) - { + ) { self.targetHealthDescriptions = targetHealthDescriptions } } @@ -4682,8 +4536,7 @@ public struct DescribeTrustStoreAssociationsInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize self.trustStoreArn = trustStoreArn @@ -4699,8 +4552,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4715,8 +4567,7 @@ public struct DescribeTrustStoreAssociationsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, trustStoreAssociations: [ElasticLoadBalancingv2ClientTypes.TrustStoreAssociation]? = nil - ) - { + ) { self.nextMarker = nextMarker self.trustStoreAssociations = trustStoreAssociations } @@ -4740,8 +4591,7 @@ extension ElasticLoadBalancingv2ClientTypes { revocationId: Swift.Int? = nil, revocationType: ElasticLoadBalancingv2ClientTypes.RevocationType? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.numberOfRevokedEntries = numberOfRevokedEntries self.revocationId = revocationId self.revocationType = revocationType @@ -4768,8 +4618,7 @@ public struct RevocationIdNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4790,8 +4639,7 @@ public struct DescribeTrustStoreRevocationsInput: Swift.Sendable { pageSize: Swift.Int? = nil, revocationIds: [Swift.Int]? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize self.revocationIds = revocationIds @@ -4808,8 +4656,7 @@ public struct DescribeTrustStoreRevocationsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, trustStoreRevocations: [ElasticLoadBalancingv2ClientTypes.DescribeTrustStoreRevocation]? = nil - ) - { + ) { self.nextMarker = nextMarker self.trustStoreRevocations = trustStoreRevocations } @@ -4830,8 +4677,7 @@ public struct DescribeTrustStoresInput: Swift.Sendable { names: [Swift.String]? = nil, pageSize: Swift.Int? = nil, trustStoreArns: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.names = names self.pageSize = pageSize @@ -4848,8 +4694,7 @@ public struct DescribeTrustStoresOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, trustStores: [ElasticLoadBalancingv2ClientTypes.TrustStore]? = nil - ) - { + ) { self.nextMarker = nextMarker self.trustStores = trustStores } @@ -4873,8 +4718,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4886,8 +4730,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4898,8 +4741,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -4911,8 +4753,7 @@ public struct GetTrustStoreCaCertificatesBundleInput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -4923,8 +4764,7 @@ public struct GetTrustStoreCaCertificatesBundleOutput: Swift.Sendable { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -4940,8 +4780,7 @@ public struct GetTrustStoreRevocationContentInput: Swift.Sendable { public init( revocationId: Swift.Int? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.revocationId = revocationId self.trustStoreArn = trustStoreArn } @@ -4953,8 +4792,7 @@ public struct GetTrustStoreRevocationContentOutput: Swift.Sendable { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -4977,8 +4815,7 @@ public struct InsufficientCapacityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5001,8 +4838,7 @@ public struct PriorRequestNotCompleteException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5020,8 +4856,7 @@ public struct ModifyCapacityReservationInput: Swift.Sendable { loadBalancerArn: Swift.String? = nil, minimumLoadBalancerCapacity: ElasticLoadBalancingv2ClientTypes.MinimumLoadBalancerCapacity? = nil, resetCapacityReservation: Swift.Bool? = nil - ) - { + ) { self.loadBalancerArn = loadBalancerArn self.minimumLoadBalancerCapacity = minimumLoadBalancerCapacity self.resetCapacityReservation = resetCapacityReservation @@ -5043,8 +4878,7 @@ public struct ModifyCapacityReservationOutput: Swift.Sendable { decreaseRequestsRemaining: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, minimumLoadBalancerCapacity: ElasticLoadBalancingv2ClientTypes.MinimumLoadBalancerCapacity? = nil - ) - { + ) { self.capacityReservationState = capacityReservationState self.decreaseRequestsRemaining = decreaseRequestsRemaining self.lastModifiedTime = lastModifiedTime @@ -5093,8 +4927,7 @@ public struct ModifyListenerInput: Swift.Sendable { port: Swift.Int? = nil, `protocol`: ElasticLoadBalancingv2ClientTypes.ProtocolEnum? = nil, sslPolicy: Swift.String? = nil - ) - { + ) { self.alpnPolicy = alpnPolicy self.certificates = certificates self.defaultActions = defaultActions @@ -5112,8 +4945,7 @@ public struct ModifyListenerOutput: Swift.Sendable { public init( listeners: [ElasticLoadBalancingv2ClientTypes.Listener]? = nil - ) - { + ) { self.listeners = listeners } } @@ -5129,8 +4961,7 @@ public struct ModifyListenerAttributesInput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.ListenerAttribute]? = nil, listenerArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.listenerArn = listenerArn } @@ -5142,8 +4973,7 @@ public struct ModifyListenerAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.ListenerAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -5159,8 +4989,7 @@ public struct ModifyLoadBalancerAttributesInput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.LoadBalancerAttribute]? = nil, loadBalancerArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.loadBalancerArn = loadBalancerArn } @@ -5172,8 +5001,7 @@ public struct ModifyLoadBalancerAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.LoadBalancerAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -5191,8 +5019,7 @@ public struct ModifyRuleInput: Swift.Sendable { actions: [ElasticLoadBalancingv2ClientTypes.Action]? = nil, conditions: [ElasticLoadBalancingv2ClientTypes.RuleCondition]? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.actions = actions self.conditions = conditions self.ruleArn = ruleArn @@ -5205,8 +5032,7 @@ public struct ModifyRuleOutput: Swift.Sendable { public init( rules: [ElasticLoadBalancingv2ClientTypes.Rule]? = nil - ) - { + ) { self.rules = rules } } @@ -5245,8 +5071,7 @@ public struct ModifyTargetGroupInput: Swift.Sendable { matcher: ElasticLoadBalancingv2ClientTypes.Matcher? = nil, targetGroupArn: Swift.String? = nil, unhealthyThresholdCount: Swift.Int? = nil - ) - { + ) { self.healthCheckEnabled = healthCheckEnabled self.healthCheckIntervalSeconds = healthCheckIntervalSeconds self.healthCheckPath = healthCheckPath @@ -5266,8 +5091,7 @@ public struct ModifyTargetGroupOutput: Swift.Sendable { public init( targetGroups: [ElasticLoadBalancingv2ClientTypes.TargetGroup]? = nil - ) - { + ) { self.targetGroups = targetGroups } } @@ -5283,8 +5107,7 @@ public struct ModifyTargetGroupAttributesInput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.TargetGroupAttribute]? = nil, targetGroupArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.targetGroupArn = targetGroupArn } @@ -5296,8 +5119,7 @@ public struct ModifyTargetGroupAttributesOutput: Swift.Sendable { public init( attributes: [ElasticLoadBalancingv2ClientTypes.TargetGroupAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -5320,8 +5142,7 @@ public struct ModifyTrustStoreInput: Swift.Sendable { caCertificatesBundleS3Key: Swift.String? = nil, caCertificatesBundleS3ObjectVersion: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.caCertificatesBundleS3Bucket = caCertificatesBundleS3Bucket self.caCertificatesBundleS3Key = caCertificatesBundleS3Key self.caCertificatesBundleS3ObjectVersion = caCertificatesBundleS3ObjectVersion @@ -5335,8 +5156,7 @@ public struct ModifyTrustStoreOutput: Swift.Sendable { public init( trustStores: [ElasticLoadBalancingv2ClientTypes.TrustStore]? = nil - ) - { + ) { self.trustStores = trustStores } } @@ -5352,8 +5172,7 @@ public struct RegisterTargetsInput: Swift.Sendable { public init( targetGroupArn: Swift.String? = nil, targets: [ElasticLoadBalancingv2ClientTypes.TargetDescription]? = nil - ) - { + ) { self.targetGroupArn = targetGroupArn self.targets = targets } @@ -5375,8 +5194,7 @@ public struct RemoveListenerCertificatesInput: Swift.Sendable { public init( certificates: [ElasticLoadBalancingv2ClientTypes.Certificate]? = nil, listenerArn: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.listenerArn = listenerArn } @@ -5398,8 +5216,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArns = resourceArns self.tagKeys = tagKeys } @@ -5421,8 +5238,7 @@ public struct RemoveTrustStoreRevocationsInput: Swift.Sendable { public init( revocationIds: [Swift.Int]? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.revocationIds = revocationIds self.trustStoreArn = trustStoreArn } @@ -5444,8 +5260,7 @@ public struct SetIpAddressTypeInput: Swift.Sendable { public init( ipAddressType: ElasticLoadBalancingv2ClientTypes.IpAddressType? = nil, loadBalancerArn: Swift.String? = nil - ) - { + ) { self.ipAddressType = ipAddressType self.loadBalancerArn = loadBalancerArn } @@ -5457,8 +5272,7 @@ public struct SetIpAddressTypeOutput: Swift.Sendable { public init( ipAddressType: ElasticLoadBalancingv2ClientTypes.IpAddressType? = nil - ) - { + ) { self.ipAddressType = ipAddressType } } @@ -5475,8 +5289,7 @@ extension ElasticLoadBalancingv2ClientTypes { public init( priority: Swift.Int? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.priority = priority self.ruleArn = ruleArn } @@ -5490,8 +5303,7 @@ public struct SetRulePrioritiesInput: Swift.Sendable { public init( rulePriorities: [ElasticLoadBalancingv2ClientTypes.RulePriorityPair]? = nil - ) - { + ) { self.rulePriorities = rulePriorities } } @@ -5502,8 +5314,7 @@ public struct SetRulePrioritiesOutput: Swift.Sendable { public init( rules: [ElasticLoadBalancingv2ClientTypes.Rule]? = nil - ) - { + ) { self.rules = rules } } @@ -5551,8 +5362,7 @@ public struct SetSecurityGroupsInput: Swift.Sendable { enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: ElasticLoadBalancingv2ClientTypes.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum? = nil, loadBalancerArn: Swift.String? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic = enforceSecurityGroupInboundRulesOnPrivateLinkTraffic self.loadBalancerArn = loadBalancerArn self.securityGroups = securityGroups @@ -5568,8 +5378,7 @@ public struct SetSecurityGroupsOutput: Swift.Sendable { public init( enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: ElasticLoadBalancingv2ClientTypes.EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum? = nil, securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic = enforceSecurityGroupInboundRulesOnPrivateLinkTraffic self.securityGroupIds = securityGroupIds } @@ -5594,8 +5403,7 @@ public struct SetSubnetsInput: Swift.Sendable { loadBalancerArn: Swift.String? = nil, subnetMappings: [ElasticLoadBalancingv2ClientTypes.SubnetMapping]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.enablePrefixForIpv6SourceNat = enablePrefixForIpv6SourceNat self.ipAddressType = ipAddressType self.loadBalancerArn = loadBalancerArn @@ -5616,8 +5424,7 @@ public struct SetSubnetsOutput: Swift.Sendable { availabilityZones: [ElasticLoadBalancingv2ClientTypes.AvailabilityZone]? = nil, enablePrefixForIpv6SourceNat: ElasticLoadBalancingv2ClientTypes.EnablePrefixForIpv6SourceNatEnum? = nil, ipAddressType: ElasticLoadBalancingv2ClientTypes.IpAddressType? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.enablePrefixForIpv6SourceNat = enablePrefixForIpv6SourceNat self.ipAddressType = ipAddressType diff --git a/Sources/Services/AWSElasticTranscoder/Package.swift.txt b/Sources/Services/AWSElasticTranscoder/Package.swift.txt index 4df6be4d518..d73b3fdc567 100644 --- a/Sources/Services/AWSElasticTranscoder/Package.swift.txt +++ b/Sources/Services/AWSElasticTranscoder/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/ElasticTranscoderClient.swift b/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/ElasticTranscoderClient.swift index fc6473efbfa..a52d9691c89 100644 --- a/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/ElasticTranscoderClient.swift +++ b/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/ElasticTranscoderClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticTranscoderClient: ClientRuntime.Client { public static let clientName = "ElasticTranscoderClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticTranscoderClient.ElasticTranscoderClientConfiguration let serviceName = "Elastic Transcoder" diff --git a/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/Models.swift b/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/Models.swift index 12db3bf8912..a8d374b50cc 100644 --- a/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/Models.swift +++ b/Sources/Services/AWSElasticTranscoder/Sources/AWSElasticTranscoder/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -89,8 +88,7 @@ extension ElasticTranscoderClientTypes { key: Swift.String? = nil, keyMd5: Swift.String? = nil, mode: Swift.String? = nil - ) - { + ) { self.initializationVector = initializationVector self.key = key self.keyMd5 = keyMd5 @@ -138,8 +136,7 @@ extension ElasticTranscoderClientTypes { maxWidth: Swift.String? = nil, paddingPolicy: Swift.String? = nil, sizingPolicy: Swift.String? = nil - ) - { + ) { self.albumArtFormat = albumArtFormat self.encryption = encryption self.inputKey = inputKey @@ -180,8 +177,7 @@ extension ElasticTranscoderClientTypes { bitOrder: Swift.String? = nil, profile: Swift.String? = nil, signed: Swift.String? = nil - ) - { + ) { self.bitDepth = bitDepth self.bitOrder = bitOrder self.profile = profile @@ -285,8 +281,7 @@ extension ElasticTranscoderClientTypes { codec: Swift.String? = nil, codecOptions: ElasticTranscoderClientTypes.AudioCodecOptions? = nil, sampleRate: Swift.String? = nil - ) - { + ) { self.audioPackingMode = audioPackingMode self.bitRate = bitRate self.channels = channels @@ -315,8 +310,7 @@ public struct IncompatibleVersionException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -340,8 +334,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -365,8 +358,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -390,8 +382,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -415,8 +406,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -429,8 +419,7 @@ public struct CancelJobInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -489,8 +478,7 @@ extension ElasticTranscoderClientTypes { encryption: ElasticTranscoderClientTypes.Encryption? = nil, format: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.encryption = encryption self.format = format self.pattern = pattern @@ -526,8 +514,7 @@ extension ElasticTranscoderClientTypes { label: Swift.String? = nil, language: Swift.String? = nil, timeOffset: Swift.String? = nil - ) - { + ) { self.encryption = encryption self.key = key self.label = label @@ -563,8 +550,7 @@ extension ElasticTranscoderClientTypes { captionFormats: [ElasticTranscoderClientTypes.CaptionFormat]? = nil, captionSources: [ElasticTranscoderClientTypes.CaptionSource]? = nil, mergePolicy: Swift.String? = nil - ) - { + ) { self.captionFormats = captionFormats self.captionSources = captionSources self.mergePolicy = mergePolicy @@ -584,8 +570,7 @@ extension ElasticTranscoderClientTypes { public init( duration: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.duration = duration self.startTime = startTime } @@ -602,8 +587,7 @@ extension ElasticTranscoderClientTypes { public init( timeSpan: ElasticTranscoderClientTypes.TimeSpan? = nil - ) - { + ) { self.timeSpan = timeSpan } } @@ -628,8 +612,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -655,8 +638,7 @@ extension ElasticTranscoderClientTypes { frameRate: Swift.String? = nil, height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.durationMillis = durationMillis self.fileSize = fileSize self.frameRate = frameRate @@ -687,8 +669,7 @@ extension ElasticTranscoderClientTypes { public init( captionSources: [ElasticTranscoderClientTypes.CaptionSource]? = nil, mergePolicy: Swift.String? = nil - ) - { + ) { self.captionSources = captionSources self.mergePolicy = mergePolicy } @@ -738,8 +719,7 @@ extension ElasticTranscoderClientTypes { key: Swift.String? = nil, resolution: Swift.String? = nil, timeSpan: ElasticTranscoderClientTypes.TimeSpan? = nil - ) - { + ) { self.aspectRatio = aspectRatio self.container = container self.detectedProperties = detectedProperties @@ -774,8 +754,7 @@ extension ElasticTranscoderClientTypes { public init( artwork: [ElasticTranscoderClientTypes.Artwork]? = nil, mergePolicy: Swift.String? = nil - ) - { + ) { self.artwork = artwork self.mergePolicy = mergePolicy } @@ -797,8 +776,7 @@ extension ElasticTranscoderClientTypes { encryption: ElasticTranscoderClientTypes.Encryption? = nil, inputKey: Swift.String? = nil, presetWatermarkId: Swift.String? = nil - ) - { + ) { self.encryption = encryption self.inputKey = inputKey self.presetWatermarkId = presetWatermarkId @@ -862,8 +840,7 @@ extension ElasticTranscoderClientTypes { thumbnailEncryption: ElasticTranscoderClientTypes.Encryption? = nil, thumbnailPattern: Swift.String? = nil, watermarks: [ElasticTranscoderClientTypes.JobWatermark]? = nil - ) - { + ) { self.albumArt = albumArt self.captions = captions self.composition = composition @@ -903,8 +880,7 @@ extension ElasticTranscoderClientTypes { keyStoragePolicy: Swift.String? = nil, licenseAcquisitionUrl: Swift.String? = nil, method: Swift.String? = nil - ) - { + ) { self.initializationVector = initializationVector self.key = key self.keyMd5 = keyMd5 @@ -939,8 +915,7 @@ extension ElasticTranscoderClientTypes { keyId: Swift.String? = nil, keyMd5: Swift.String? = nil, licenseAcquisitionUrl: Swift.String? = nil - ) - { + ) { self.format = format self.initializationVector = initializationVector self.key = key @@ -981,8 +956,7 @@ extension ElasticTranscoderClientTypes { name: Swift.String? = nil, outputKeys: [Swift.String]? = nil, playReadyDrm: ElasticTranscoderClientTypes.PlayReadyDrm? = nil - ) - { + ) { self.format = format self.hlsContentProtection = hlsContentProtection self.name = name @@ -1021,8 +995,7 @@ public struct CreateJobInput: Swift.Sendable { pipelineId: Swift.String? = nil, playlists: [ElasticTranscoderClientTypes.CreateJobPlaylist]? = nil, userMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.input = input self.inputs = inputs self.output = output @@ -1131,8 +1104,7 @@ extension ElasticTranscoderClientTypes { thumbnailPattern: Swift.String? = nil, watermarks: [ElasticTranscoderClientTypes.JobWatermark]? = nil, width: Swift.Int? = nil - ) - { + ) { self.albumArt = albumArt self.appliedColorSpaceConversion = appliedColorSpaceConversion self.captions = captions @@ -1197,8 +1169,7 @@ extension ElasticTranscoderClientTypes { playReadyDrm: ElasticTranscoderClientTypes.PlayReadyDrm? = nil, status: Swift.String? = nil, statusDetail: Swift.String? = nil - ) - { + ) { self.format = format self.hlsContentProtection = hlsContentProtection self.name = name @@ -1225,8 +1196,7 @@ extension ElasticTranscoderClientTypes { finishTimeMillis: Swift.Int? = nil, startTimeMillis: Swift.Int? = nil, submitTimeMillis: Swift.Int? = nil - ) - { + ) { self.finishTimeMillis = finishTimeMillis self.startTimeMillis = startTimeMillis self.submitTimeMillis = submitTimeMillis @@ -1284,8 +1254,7 @@ extension ElasticTranscoderClientTypes { status: Swift.String? = nil, timing: ElasticTranscoderClientTypes.Timing? = nil, userMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.input = input @@ -1309,8 +1278,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( job: ElasticTranscoderClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -1344,8 +1312,7 @@ extension ElasticTranscoderClientTypes { access: [Swift.String]? = nil, grantee: Swift.String? = nil, granteeType: Swift.String? = nil - ) - { + ) { self.access = access self.grantee = grantee self.granteeType = granteeType @@ -1379,8 +1346,7 @@ extension ElasticTranscoderClientTypes { bucket: Swift.String? = nil, permissions: [ElasticTranscoderClientTypes.Permission]? = nil, storageClass: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.permissions = permissions self.storageClass = storageClass @@ -1406,8 +1372,7 @@ extension ElasticTranscoderClientTypes { error: Swift.String? = nil, progressing: Swift.String? = nil, warning: Swift.String? = nil - ) - { + ) { self.completed = completed self.error = error self.progressing = progressing @@ -1530,8 +1495,7 @@ public struct CreatePipelineInput: Swift.Sendable { outputBucket: Swift.String? = nil, role: Swift.String? = nil, thumbnailConfig: ElasticTranscoderClientTypes.PipelineOutputConfig? = nil - ) - { + ) { self.awsKmsKeyArn = awsKmsKeyArn self.contentConfig = contentConfig self.inputBucket = inputBucket @@ -1664,8 +1628,7 @@ extension ElasticTranscoderClientTypes { role: Swift.String? = nil, status: Swift.String? = nil, thumbnailConfig: ElasticTranscoderClientTypes.PipelineOutputConfig? = nil - ) - { + ) { self.arn = arn self.awsKmsKeyArn = awsKmsKeyArn self.contentConfig = contentConfig @@ -1693,8 +1656,7 @@ extension ElasticTranscoderClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1711,8 +1673,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipeline: ElasticTranscoderClientTypes.Pipeline? = nil, warnings: [ElasticTranscoderClientTypes.Warning]? = nil - ) - { + ) { self.pipeline = pipeline self.warnings = warnings } @@ -1760,8 +1721,7 @@ extension ElasticTranscoderClientTypes { paddingPolicy: Swift.String? = nil, resolution: Swift.String? = nil, sizingPolicy: Swift.String? = nil - ) - { + ) { self.aspectRatio = aspectRatio self.format = format self.interval = interval @@ -1857,8 +1817,7 @@ extension ElasticTranscoderClientTypes { target: Swift.String? = nil, verticalAlign: Swift.String? = nil, verticalOffset: Swift.String? = nil - ) - { + ) { self.horizontalAlign = horizontalAlign self.horizontalOffset = horizontalOffset self.id = id @@ -2090,8 +2049,7 @@ extension ElasticTranscoderClientTypes { resolution: Swift.String? = nil, sizingPolicy: Swift.String? = nil, watermarks: [ElasticTranscoderClientTypes.PresetWatermark]? = nil - ) - { + ) { self.aspectRatio = aspectRatio self.bitRate = bitRate self.codec = codec @@ -2135,8 +2093,7 @@ public struct CreatePresetInput: Swift.Sendable { name: Swift.String? = nil, thumbnails: ElasticTranscoderClientTypes.Thumbnails? = nil, video: ElasticTranscoderClientTypes.VideoParameters? = nil - ) - { + ) { self.audio = audio self.container = container self.description = description @@ -2179,8 +2136,7 @@ extension ElasticTranscoderClientTypes { thumbnails: ElasticTranscoderClientTypes.Thumbnails? = nil, type: Swift.String? = nil, video: ElasticTranscoderClientTypes.VideoParameters? = nil - ) - { + ) { self.arn = arn self.audio = audio self.container = container @@ -2204,8 +2160,7 @@ public struct CreatePresetOutput: Swift.Sendable { public init( preset: ElasticTranscoderClientTypes.Preset? = nil, warning: Swift.String? = nil - ) - { + ) { self.preset = preset self.warning = warning } @@ -2219,8 +2174,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2239,8 +2193,7 @@ public struct DeletePresetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2265,8 +2218,7 @@ public struct ListJobsByPipelineInput: Swift.Sendable { ascending: Swift.String? = nil, pageToken: Swift.String? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.ascending = ascending self.pageToken = pageToken self.pipelineId = pipelineId @@ -2283,8 +2235,7 @@ public struct ListJobsByPipelineOutput: Swift.Sendable { public init( jobs: [ElasticTranscoderClientTypes.Job]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextPageToken = nextPageToken } @@ -2304,8 +2255,7 @@ public struct ListJobsByStatusInput: Swift.Sendable { ascending: Swift.String? = nil, pageToken: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.ascending = ascending self.pageToken = pageToken self.status = status @@ -2322,8 +2272,7 @@ public struct ListJobsByStatusOutput: Swift.Sendable { public init( jobs: [ElasticTranscoderClientTypes.Job]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextPageToken = nextPageToken } @@ -2339,8 +2288,7 @@ public struct ListPipelinesInput: Swift.Sendable { public init( ascending: Swift.String? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.ascending = ascending self.pageToken = pageToken } @@ -2356,8 +2304,7 @@ public struct ListPipelinesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, pipelines: [ElasticTranscoderClientTypes.Pipeline]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.pipelines = pipelines } @@ -2373,8 +2320,7 @@ public struct ListPresetsInput: Swift.Sendable { public init( ascending: Swift.String? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.ascending = ascending self.pageToken = pageToken } @@ -2390,8 +2336,7 @@ public struct ListPresetsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, presets: [ElasticTranscoderClientTypes.Preset]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.presets = presets } @@ -2405,8 +2350,7 @@ public struct ReadJobInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2418,8 +2362,7 @@ public struct ReadJobOutput: Swift.Sendable { public init( job: ElasticTranscoderClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -2432,8 +2375,7 @@ public struct ReadPipelineInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2448,8 +2390,7 @@ public struct ReadPipelineOutput: Swift.Sendable { public init( pipeline: ElasticTranscoderClientTypes.Pipeline? = nil, warnings: [ElasticTranscoderClientTypes.Warning]? = nil - ) - { + ) { self.pipeline = pipeline self.warnings = warnings } @@ -2463,8 +2404,7 @@ public struct ReadPresetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2476,8 +2416,7 @@ public struct ReadPresetOutput: Swift.Sendable { public init( preset: ElasticTranscoderClientTypes.Preset? = nil - ) - { + ) { self.preset = preset } } @@ -2503,8 +2442,7 @@ public struct TestRoleInput: Swift.Sendable { outputBucket: Swift.String? = nil, role: Swift.String? = nil, topics: [Swift.String]? = nil - ) - { + ) { self.inputBucket = inputBucket self.outputBucket = outputBucket self.role = role @@ -2523,8 +2461,7 @@ public struct TestRoleOutput: Swift.Sendable { public init( messages: [Swift.String]? = nil, success: Swift.String? = nil - ) - { + ) { self.messages = messages self.success = success } @@ -2631,8 +2568,7 @@ public struct UpdatePipelineInput: Swift.Sendable { notifications: ElasticTranscoderClientTypes.Notifications? = nil, role: Swift.String? = nil, thumbnailConfig: ElasticTranscoderClientTypes.PipelineOutputConfig? = nil - ) - { + ) { self.awsKmsKeyArn = awsKmsKeyArn self.contentConfig = contentConfig self.id = id @@ -2654,8 +2590,7 @@ public struct UpdatePipelineOutput: Swift.Sendable { public init( pipeline: ElasticTranscoderClientTypes.Pipeline? = nil, warnings: [ElasticTranscoderClientTypes.Warning]? = nil - ) - { + ) { self.pipeline = pipeline self.warnings = warnings } @@ -2681,8 +2616,7 @@ public struct UpdatePipelineNotificationsInput: Swift.Sendable { public init( id: Swift.String? = nil, notifications: ElasticTranscoderClientTypes.Notifications? = nil - ) - { + ) { self.id = id self.notifications = notifications } @@ -2695,8 +2629,7 @@ public struct UpdatePipelineNotificationsOutput: Swift.Sendable { public init( pipeline: ElasticTranscoderClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -2717,8 +2650,7 @@ public struct UpdatePipelineStatusInput: Swift.Sendable { public init( id: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.id = id self.status = status } @@ -2731,8 +2663,7 @@ public struct UpdatePipelineStatusOutput: Swift.Sendable { public init( pipeline: ElasticTranscoderClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } diff --git a/Sources/Services/AWSElasticsearchService/Package.swift.txt b/Sources/Services/AWSElasticsearchService/Package.swift.txt index 654960d4467..a41e9567779 100644 --- a/Sources/Services/AWSElasticsearchService/Package.swift.txt +++ b/Sources/Services/AWSElasticsearchService/Package.swift.txt @@ -41,43 +41,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/ElasticsearchClient.swift b/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/ElasticsearchClient.swift index 7a24524c0ad..9120aee4065 100644 --- a/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/ElasticsearchClient.swift +++ b/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/ElasticsearchClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ElasticsearchClient: ClientRuntime.Client { public static let clientName = "ElasticsearchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ElasticsearchClient.ElasticsearchClientConfiguration let serviceName = "Elasticsearch" diff --git a/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/Models.swift b/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/Models.swift index 5d3651a66ce..96c170f120a 100644 --- a/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/Models.swift +++ b/Sources/Services/AWSElasticsearchService/Sources/AWSElasticsearchService/Models.swift @@ -69,8 +69,7 @@ public struct DisabledOperationException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -94,8 +93,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +117,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -133,8 +130,7 @@ public struct AcceptInboundCrossClusterSearchConnectionInput: Swift.Sendable { public init( crossClusterSearchConnectionId: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnectionId = crossClusterSearchConnectionId } } @@ -204,8 +200,7 @@ extension ElasticsearchClientTypes { public init( message: Swift.String? = nil, statusCode: ElasticsearchClientTypes.InboundCrossClusterSearchConnectionStatusCode? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -225,8 +220,7 @@ extension ElasticsearchClientTypes { domainName: Swift.String? = nil, ownerId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.ownerId = ownerId self.region = region @@ -252,8 +246,7 @@ extension ElasticsearchClientTypes { crossClusterSearchConnectionId: Swift.String? = nil, destinationDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil, sourceDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.crossClusterSearchConnectionId = crossClusterSearchConnectionId self.destinationDomainInfo = destinationDomainInfo @@ -269,8 +262,7 @@ public struct AcceptInboundCrossClusterSearchConnectionOutput: Swift.Sendable { public init( crossClusterSearchConnection: ElasticsearchClientTypes.InboundCrossClusterSearchConnection? = nil - ) - { + ) { self.crossClusterSearchConnection = crossClusterSearchConnection } } @@ -294,8 +286,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -361,8 +352,7 @@ extension ElasticsearchClientTypes { state: ElasticsearchClientTypes.OptionState? = nil, updateDate: Foundation.Date? = nil, updateVersion: Swift.Int = 0 - ) - { + ) { self.creationDate = creationDate self.pendingDeletion = pendingDeletion self.state = state @@ -386,8 +376,7 @@ extension ElasticsearchClientTypes { public init( options: Swift.String? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -423,8 +412,7 @@ extension ElasticsearchClientTypes { public init( limitName: Swift.String? = nil, limitValues: [Swift.String]? = nil - ) - { + ) { self.limitName = limitName self.limitValues = limitValues } @@ -450,8 +438,7 @@ public struct BaseException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -475,8 +462,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -500,8 +486,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -520,8 +505,7 @@ extension ElasticsearchClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -540,8 +524,7 @@ public struct AddTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagList: [ElasticsearchClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.tagList = tagList } @@ -568,8 +551,7 @@ extension ElasticsearchClientTypes { public init( options: [Swift.String: Swift.String]? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -590,8 +572,7 @@ extension ElasticsearchClientTypes { public init( entityId: Swift.String? = nil, metadataContent: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.metadataContent = metadataContent } @@ -619,8 +600,7 @@ extension ElasticsearchClientTypes { rolesKey: Swift.String? = nil, sessionTimeoutMinutes: Swift.Int? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.idp = idp self.rolesKey = rolesKey @@ -651,8 +631,7 @@ extension ElasticsearchClientTypes { enabled: Swift.Bool? = nil, internalUserDatabaseEnabled: Swift.Bool? = nil, samlOptions: ElasticsearchClientTypes.SAMLOptionsOutput? = nil - ) - { + ) { self.anonymousAuthDisableDate = anonymousAuthDisableDate self.anonymousAuthEnabled = anonymousAuthEnabled self.enabled = enabled @@ -677,8 +656,7 @@ extension ElasticsearchClientTypes { masterUserARN: Swift.String? = nil, masterUserName: Swift.String? = nil, masterUserPassword: Swift.String? = nil - ) - { + ) { self.masterUserARN = masterUserARN self.masterUserName = masterUserName self.masterUserPassword = masterUserPassword @@ -718,8 +696,7 @@ extension ElasticsearchClientTypes { rolesKey: Swift.String? = nil, sessionTimeoutMinutes: Swift.Int? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.idp = idp self.masterBackendRole = masterBackendRole @@ -757,8 +734,7 @@ extension ElasticsearchClientTypes { internalUserDatabaseEnabled: Swift.Bool? = nil, masterUserOptions: ElasticsearchClientTypes.MasterUserOptions? = nil, samlOptions: ElasticsearchClientTypes.SAMLOptionsInput? = nil - ) - { + ) { self.anonymousAuthEnabled = anonymousAuthEnabled self.enabled = enabled self.internalUserDatabaseEnabled = internalUserDatabaseEnabled @@ -782,8 +758,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.AdvancedSecurityOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -809,8 +784,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -827,8 +801,7 @@ public struct AssociatePackageInput: Swift.Sendable { public init( domainName: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.packageID = packageID } @@ -881,8 +854,7 @@ extension ElasticsearchClientTypes { public init( errorMessage: Swift.String? = nil, errorType: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -947,8 +919,7 @@ extension ElasticsearchClientTypes { packageType: ElasticsearchClientTypes.PackageType? = nil, packageVersion: Swift.String? = nil, referencePath: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.domainPackageStatus = domainPackageStatus self.errorDetails = errorDetails @@ -969,8 +940,7 @@ public struct AssociatePackageOutput: Swift.Sendable { public init( domainPackageDetails: ElasticsearchClientTypes.DomainPackageDetails? = nil - ) - { + ) { self.domainPackageDetails = domainPackageDetails } } @@ -987,8 +957,7 @@ public struct AuthorizeVpcEndpointAccessInput: Swift.Sendable { public init( account: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.account = account self.domainName = domainName } @@ -1040,8 +1009,7 @@ extension ElasticsearchClientTypes { public init( principal: Swift.String? = nil, principalType: ElasticsearchClientTypes.PrincipalType? = nil - ) - { + ) { self.principal = principal self.principalType = principalType } @@ -1056,8 +1024,7 @@ public struct AuthorizeVpcEndpointAccessOutput: Swift.Sendable { public init( authorizedPrincipal: ElasticsearchClientTypes.AuthorizedPrincipal? = nil - ) - { + ) { self.authorizedPrincipal = authorizedPrincipal } } @@ -1073,8 +1040,7 @@ public struct CancelDomainConfigChangeInput: Swift.Sendable { public init( domainName: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.dryRun = dryRun } @@ -1095,8 +1061,7 @@ extension ElasticsearchClientTypes { activeValue: Swift.String? = nil, cancelledValue: Swift.String? = nil, propertyName: Swift.String? = nil - ) - { + ) { self.activeValue = activeValue self.cancelledValue = cancelledValue self.propertyName = propertyName @@ -1117,8 +1082,7 @@ public struct CancelDomainConfigChangeOutput: Swift.Sendable { cancelledChangeIds: [Swift.String]? = nil, cancelledChangeProperties: [ElasticsearchClientTypes.CancelledChangeProperty]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cancelledChangeIds = cancelledChangeIds self.cancelledChangeProperties = cancelledChangeProperties self.dryRun = dryRun @@ -1133,8 +1097,7 @@ public struct CancelElasticsearchServiceSoftwareUpdateInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -1207,8 +1170,7 @@ extension ElasticsearchClientTypes { optionalDeployment: Swift.Bool? = nil, updateAvailable: Swift.Bool? = nil, updateStatus: ElasticsearchClientTypes.DeploymentStatus? = nil - ) - { + ) { self.automatedUpdateDate = automatedUpdateDate self.cancellable = cancellable self.currentVersion = currentVersion @@ -1228,8 +1190,7 @@ public struct CancelElasticsearchServiceSoftwareUpdateOutput: Swift.Sendable { public init( serviceSoftwareOptions: ElasticsearchClientTypes.ServiceSoftwareOptions? = nil - ) - { + ) { self.serviceSoftwareOptions = serviceSoftwareOptions } } @@ -1253,8 +1214,7 @@ public struct InvalidTypeException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1278,8 +1238,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1353,8 +1312,7 @@ extension ElasticsearchClientTypes { public init( unit: ElasticsearchClientTypes.TimeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1376,8 +1334,7 @@ extension ElasticsearchClientTypes { cronExpressionForRecurrence: Swift.String? = nil, duration: ElasticsearchClientTypes.Duration? = nil, startAt: Foundation.Date? = nil - ) - { + ) { self.cronExpressionForRecurrence = cronExpressionForRecurrence self.duration = duration self.startAt = startAt @@ -1397,8 +1354,7 @@ extension ElasticsearchClientTypes { public init( desiredState: ElasticsearchClientTypes.AutoTuneDesiredState? = nil, maintenanceSchedules: [ElasticsearchClientTypes.AutoTuneMaintenanceSchedule]? = nil - ) - { + ) { self.desiredState = desiredState self.maintenanceSchedules = maintenanceSchedules } @@ -1423,8 +1379,7 @@ extension ElasticsearchClientTypes { identityPoolId: Swift.String? = nil, roleArn: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.identityPoolId = identityPoolId self.roleArn = roleArn @@ -1498,8 +1453,7 @@ extension ElasticsearchClientTypes { customEndpointEnabled: Swift.Bool? = nil, enforceHTTPS: Swift.Bool? = nil, tlsSecurityPolicy: ElasticsearchClientTypes.TLSSecurityPolicy? = nil - ) - { + ) { self.customEndpoint = customEndpoint self.customEndpointCertificateArn = customEndpointCertificateArn self.customEndpointEnabled = customEndpointEnabled @@ -1566,8 +1520,7 @@ extension ElasticsearchClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: ElasticsearchClientTypes.VolumeType? = nil - ) - { + ) { self.ebsEnabled = ebsEnabled self.iops = iops self.throughput = throughput @@ -1587,8 +1540,7 @@ extension ElasticsearchClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1829,8 +1781,7 @@ extension ElasticsearchClientTypes { public init( availabilityZoneCount: Swift.Int? = nil - ) - { + ) { self.availabilityZoneCount = availabilityZoneCount } } @@ -1875,8 +1826,7 @@ extension ElasticsearchClientTypes { warmType: ElasticsearchClientTypes.ESWarmPartitionInstanceType? = nil, zoneAwarenessConfig: ElasticsearchClientTypes.ZoneAwarenessConfig? = nil, zoneAwarenessEnabled: Swift.Bool? = nil - ) - { + ) { self.coldStorageOptions = coldStorageOptions self.dedicatedMasterCount = dedicatedMasterCount self.dedicatedMasterEnabled = dedicatedMasterEnabled @@ -1904,8 +1854,7 @@ extension ElasticsearchClientTypes { public init( enabled: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.kmsKeyId = kmsKeyId } @@ -1978,8 +1927,7 @@ extension ElasticsearchClientTypes { public init( cloudWatchLogsLogGroupArn: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.enabled = enabled } @@ -1995,8 +1943,7 @@ extension ElasticsearchClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2011,8 +1958,7 @@ extension ElasticsearchClientTypes { public init( automatedSnapshotStartHour: Swift.Int? = nil - ) - { + ) { self.automatedSnapshotStartHour = automatedSnapshotStartHour } } @@ -2030,8 +1976,7 @@ extension ElasticsearchClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -2090,8 +2035,7 @@ public struct CreateElasticsearchDomainInput: Swift.Sendable { snapshotOptions: ElasticsearchClientTypes.SnapshotOptions? = nil, tagList: [ElasticsearchClientTypes.Tag]? = nil, vpcOptions: ElasticsearchClientTypes.VPCOptions? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -2174,8 +2118,7 @@ extension ElasticsearchClientTypes { public init( errorMessage: Swift.String? = nil, state: ElasticsearchClientTypes.AutoTuneState? = nil - ) - { + ) { self.errorMessage = errorMessage self.state = state } @@ -2282,8 +2225,7 @@ extension ElasticsearchClientTypes { lastUpdatedTime: Foundation.Date? = nil, message: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.changeId = changeId self.configChangeStatus = configChangeStatus self.initiatedBy = initiatedBy @@ -2389,8 +2331,7 @@ extension ElasticsearchClientTypes { name: Swift.String? = nil, pendingValue: Swift.String? = nil, valueType: ElasticsearchClientTypes.PropertyValueType? = nil - ) - { + ) { self.activeValue = activeValue self.name = name self.pendingValue = pendingValue @@ -2417,8 +2358,7 @@ extension ElasticsearchClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -2517,8 +2457,7 @@ extension ElasticsearchClientTypes { snapshotOptions: ElasticsearchClientTypes.SnapshotOptions? = nil, upgradeProcessing: Swift.Bool? = nil, vpcOptions: ElasticsearchClientTypes.VPCDerivedInfo? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -2557,8 +2496,7 @@ public struct CreateElasticsearchDomainOutput: Swift.Sendable { public init( domainStatus: ElasticsearchClientTypes.ElasticsearchDomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -2579,8 +2517,7 @@ public struct CreateOutboundCrossClusterSearchConnectionInput: Swift.Sendable { connectionAlias: Swift.String? = nil, destinationDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil, sourceDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.destinationDomainInfo = destinationDomainInfo self.sourceDomainInfo = sourceDomainInfo @@ -2662,8 +2599,7 @@ extension ElasticsearchClientTypes { public init( message: Swift.String? = nil, statusCode: ElasticsearchClientTypes.OutboundCrossClusterSearchConnectionStatusCode? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -2689,8 +2625,7 @@ public struct CreateOutboundCrossClusterSearchConnectionOutput: Swift.Sendable { crossClusterSearchConnectionId: Swift.String? = nil, destinationDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil, sourceDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.connectionStatus = connectionStatus self.crossClusterSearchConnectionId = crossClusterSearchConnectionId @@ -2711,8 +2646,7 @@ extension ElasticsearchClientTypes { public init( s3BucketName: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3Key = s3Key } @@ -2738,8 +2672,7 @@ public struct CreatePackageInput: Swift.Sendable { packageName: Swift.String? = nil, packageSource: ElasticsearchClientTypes.PackageSource? = nil, packageType: ElasticsearchClientTypes.PackageType? = nil - ) - { + ) { self.packageDescription = packageDescription self.packageName = packageName self.packageSource = packageSource @@ -2825,8 +2758,7 @@ extension ElasticsearchClientTypes { packageName: Swift.String? = nil, packageStatus: ElasticsearchClientTypes.PackageStatus? = nil, packageType: ElasticsearchClientTypes.PackageType? = nil - ) - { + ) { self.availablePackageVersion = availablePackageVersion self.createdAt = createdAt self.errorDetails = errorDetails @@ -2847,8 +2779,7 @@ public struct CreatePackageOutput: Swift.Sendable { public init( packageDetails: ElasticsearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -2868,8 +2799,7 @@ public struct CreateVpcEndpointInput: Swift.Sendable { clientToken: Swift.String? = nil, domainArn: Swift.String? = nil, vpcOptions: ElasticsearchClientTypes.VPCOptions? = nil - ) - { + ) { self.clientToken = clientToken self.domainArn = domainArn self.vpcOptions = vpcOptions @@ -2959,8 +2889,7 @@ extension ElasticsearchClientTypes { vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil, vpcOptions: ElasticsearchClientTypes.VPCDerivedInfo? = nil - ) - { + ) { self.domainArn = domainArn self.endpoint = endpoint self.status = status @@ -2979,8 +2908,7 @@ public struct CreateVpcEndpointOutput: Swift.Sendable { public init( vpcEndpoint: ElasticsearchClientTypes.VpcEndpoint? = nil - ) - { + ) { self.vpcEndpoint = vpcEndpoint } } @@ -2993,8 +2921,7 @@ public struct DeleteElasticsearchDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3006,8 +2933,7 @@ public struct DeleteElasticsearchDomainOutput: Swift.Sendable { public init( domainStatus: ElasticsearchClientTypes.ElasticsearchDomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -3020,8 +2946,7 @@ public struct DeleteInboundCrossClusterSearchConnectionInput: Swift.Sendable { public init( crossClusterSearchConnectionId: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnectionId = crossClusterSearchConnectionId } } @@ -3033,8 +2958,7 @@ public struct DeleteInboundCrossClusterSearchConnectionOutput: Swift.Sendable { public init( crossClusterSearchConnection: ElasticsearchClientTypes.InboundCrossClusterSearchConnection? = nil - ) - { + ) { self.crossClusterSearchConnection = crossClusterSearchConnection } } @@ -3047,8 +2971,7 @@ public struct DeleteOutboundCrossClusterSearchConnectionInput: Swift.Sendable { public init( crossClusterSearchConnectionId: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnectionId = crossClusterSearchConnectionId } } @@ -3074,8 +2997,7 @@ extension ElasticsearchClientTypes { crossClusterSearchConnectionId: Swift.String? = nil, destinationDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil, sourceDomainInfo: ElasticsearchClientTypes.DomainInformation? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.connectionStatus = connectionStatus self.crossClusterSearchConnectionId = crossClusterSearchConnectionId @@ -3092,8 +3014,7 @@ public struct DeleteOutboundCrossClusterSearchConnectionOutput: Swift.Sendable { public init( crossClusterSearchConnection: ElasticsearchClientTypes.OutboundCrossClusterSearchConnection? = nil - ) - { + ) { self.crossClusterSearchConnection = crossClusterSearchConnection } } @@ -3106,8 +3027,7 @@ public struct DeletePackageInput: Swift.Sendable { public init( packageID: Swift.String? = nil - ) - { + ) { self.packageID = packageID } } @@ -3119,8 +3039,7 @@ public struct DeletePackageOutput: Swift.Sendable { public init( packageDetails: ElasticsearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -3133,8 +3052,7 @@ public struct DeleteVpcEndpointInput: Swift.Sendable { public init( vpcEndpointId: Swift.String? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId } } @@ -3157,8 +3075,7 @@ extension ElasticsearchClientTypes { status: ElasticsearchClientTypes.VpcEndpointStatus? = nil, vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn self.status = status self.vpcEndpointId = vpcEndpointId @@ -3175,8 +3092,7 @@ public struct DeleteVpcEndpointOutput: Swift.Sendable { public init( vpcEndpointSummary: ElasticsearchClientTypes.VpcEndpointSummary? = nil - ) - { + ) { self.vpcEndpointSummary = vpcEndpointSummary } } @@ -3195,8 +3111,7 @@ public struct DescribeDomainAutoTunesInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -3284,8 +3199,7 @@ extension ElasticsearchClientTypes { actionType: ElasticsearchClientTypes.ScheduledAutoTuneActionType? = nil, date: Foundation.Date? = nil, severity: ElasticsearchClientTypes.ScheduledAutoTuneSeverityType? = nil - ) - { + ) { self.action = action self.actionType = actionType self.date = date @@ -3303,8 +3217,7 @@ extension ElasticsearchClientTypes { public init( scheduledAutoTuneDetails: ElasticsearchClientTypes.ScheduledAutoTuneDetails? = nil - ) - { + ) { self.scheduledAutoTuneDetails = scheduledAutoTuneDetails } } @@ -3349,8 +3262,7 @@ extension ElasticsearchClientTypes { public init( autoTuneDetails: ElasticsearchClientTypes.AutoTuneDetails? = nil, autoTuneType: ElasticsearchClientTypes.AutoTuneType? = nil - ) - { + ) { self.autoTuneDetails = autoTuneDetails self.autoTuneType = autoTuneType } @@ -3367,8 +3279,7 @@ public struct DescribeDomainAutoTunesOutput: Swift.Sendable { public init( autoTunes: [ElasticsearchClientTypes.AutoTune]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoTunes = autoTunes self.nextToken = nextToken } @@ -3385,8 +3296,7 @@ public struct DescribeDomainChangeProgressInput: Swift.Sendable { public init( changeId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.changeId = changeId self.domainName = domainName } @@ -3410,8 +3320,7 @@ extension ElasticsearchClientTypes { lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.description = description self.lastUpdated = lastUpdated self.name = name @@ -3492,8 +3401,7 @@ extension ElasticsearchClientTypes { startTime: Foundation.Date? = nil, status: ElasticsearchClientTypes.OverallChangeStatus? = nil, totalNumberOfStages: Swift.Int = 0 - ) - { + ) { self.changeId = changeId self.changeProgressStages = changeProgressStages self.completedProperties = completedProperties @@ -3515,8 +3423,7 @@ public struct DescribeDomainChangeProgressOutput: Swift.Sendable { public init( changeProgressStatus: ElasticsearchClientTypes.ChangeProgressStatusDetails? = nil - ) - { + ) { self.changeProgressStatus = changeProgressStatus } } @@ -3529,8 +3436,7 @@ public struct DescribeElasticsearchDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3543,8 +3449,7 @@ public struct DescribeElasticsearchDomainOutput: Swift.Sendable { public init( domainStatus: ElasticsearchClientTypes.ElasticsearchDomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -3557,8 +3462,7 @@ public struct DescribeElasticsearchDomainConfigInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3608,8 +3512,7 @@ extension ElasticsearchClientTypes { desiredState: ElasticsearchClientTypes.AutoTuneDesiredState? = nil, maintenanceSchedules: [ElasticsearchClientTypes.AutoTuneMaintenanceSchedule]? = nil, rollbackOnDisable: ElasticsearchClientTypes.RollbackOnDisable? = nil - ) - { + ) { self.desiredState = desiredState self.maintenanceSchedules = maintenanceSchedules self.rollbackOnDisable = rollbackOnDisable @@ -3644,8 +3547,7 @@ extension ElasticsearchClientTypes { state: ElasticsearchClientTypes.AutoTuneState? = nil, updateDate: Foundation.Date? = nil, updateVersion: Swift.Int = 0 - ) - { + ) { self.creationDate = creationDate self.errorMessage = errorMessage self.pendingDeletion = pendingDeletion @@ -3668,8 +3570,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.AutoTuneOptions? = nil, status: ElasticsearchClientTypes.AutoTuneStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3690,8 +3591,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.CognitoOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3712,8 +3612,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.DomainEndpointOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3734,8 +3633,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.EBSOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3756,8 +3654,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.ElasticsearchClusterConfig? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3778,8 +3675,7 @@ extension ElasticsearchClientTypes { public init( options: Swift.String? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3800,8 +3696,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.EncryptionAtRestOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3820,8 +3715,7 @@ extension ElasticsearchClientTypes { public init( options: [Swift.String: ElasticsearchClientTypes.LogPublishingOption]? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3842,8 +3736,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.NodeToNodeEncryptionOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3864,8 +3757,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.SnapshotOptions? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3886,8 +3778,7 @@ extension ElasticsearchClientTypes { public init( options: ElasticsearchClientTypes.VPCDerivedInfo? = nil, status: ElasticsearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -3948,8 +3839,7 @@ extension ElasticsearchClientTypes { nodeToNodeEncryptionOptions: ElasticsearchClientTypes.NodeToNodeEncryptionOptionsStatus? = nil, snapshotOptions: ElasticsearchClientTypes.SnapshotOptionsStatus? = nil, vpcOptions: ElasticsearchClientTypes.VPCDerivedInfoStatus? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -3978,8 +3868,7 @@ public struct DescribeElasticsearchDomainConfigOutput: Swift.Sendable { public init( domainConfig: ElasticsearchClientTypes.ElasticsearchDomainConfig? = nil - ) - { + ) { self.domainConfig = domainConfig } } @@ -3992,8 +3881,7 @@ public struct DescribeElasticsearchDomainsInput: Swift.Sendable { public init( domainNames: [Swift.String]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -4006,8 +3894,7 @@ public struct DescribeElasticsearchDomainsOutput: Swift.Sendable { public init( domainStatusList: [ElasticsearchClientTypes.ElasticsearchDomainStatus]? = nil - ) - { + ) { self.domainStatusList = domainStatusList } } @@ -4027,8 +3914,7 @@ public struct DescribeElasticsearchInstanceTypeLimitsInput: Swift.Sendable { domainName: Swift.String? = nil, elasticsearchVersion: Swift.String? = nil, instanceType: ElasticsearchClientTypes.ESPartitionInstanceType? = nil - ) - { + ) { self.domainName = domainName self.elasticsearchVersion = elasticsearchVersion self.instanceType = instanceType @@ -4047,8 +3933,7 @@ extension ElasticsearchClientTypes { public init( maximumInstanceCount: Swift.Int = 0, minimumInstanceCount: Swift.Int = 0 - ) - { + ) { self.maximumInstanceCount = maximumInstanceCount self.minimumInstanceCount = minimumInstanceCount } @@ -4064,8 +3949,7 @@ extension ElasticsearchClientTypes { public init( instanceCountLimits: ElasticsearchClientTypes.InstanceCountLimits? = nil - ) - { + ) { self.instanceCountLimits = instanceCountLimits } } @@ -4096,8 +3980,7 @@ extension ElasticsearchClientTypes { public init( limitName: Swift.String? = nil, limitValues: [Swift.String]? = nil - ) - { + ) { self.limitName = limitName self.limitValues = limitValues } @@ -4135,8 +4018,7 @@ extension ElasticsearchClientTypes { storageSubTypeName: Swift.String? = nil, storageTypeLimits: [ElasticsearchClientTypes.StorageTypeLimit]? = nil, storageTypeName: Swift.String? = nil - ) - { + ) { self.storageSubTypeName = storageSubTypeName self.storageTypeLimits = storageTypeLimits self.storageTypeName = storageTypeName @@ -4165,8 +4047,7 @@ extension ElasticsearchClientTypes { additionalLimits: [ElasticsearchClientTypes.AdditionalLimit]? = nil, instanceLimits: ElasticsearchClientTypes.InstanceLimits? = nil, storageTypes: [ElasticsearchClientTypes.StorageType]? = nil - ) - { + ) { self.additionalLimits = additionalLimits self.instanceLimits = instanceLimits self.storageTypes = storageTypes @@ -4187,8 +4068,7 @@ public struct DescribeElasticsearchInstanceTypeLimitsOutput: Swift.Sendable { public init( limitsByRole: [Swift.String: ElasticsearchClientTypes.Limits]? = nil - ) - { + ) { self.limitsByRole = limitsByRole } } @@ -4212,8 +4092,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4230,8 +4109,7 @@ extension ElasticsearchClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4261,8 +4139,7 @@ public struct DescribeInboundCrossClusterSearchConnectionsInput: Swift.Sendable filters: [ElasticsearchClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4279,8 +4156,7 @@ public struct DescribeInboundCrossClusterSearchConnectionsOutput: Swift.Sendable public init( crossClusterSearchConnections: [ElasticsearchClientTypes.InboundCrossClusterSearchConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnections = crossClusterSearchConnections self.nextToken = nextToken } @@ -4309,8 +4185,7 @@ public struct DescribeOutboundCrossClusterSearchConnectionsInput: Swift.Sendable filters: [ElasticsearchClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4327,8 +4202,7 @@ public struct DescribeOutboundCrossClusterSearchConnectionsOutput: Swift.Sendabl public init( crossClusterSearchConnections: [ElasticsearchClientTypes.OutboundCrossClusterSearchConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnections = crossClusterSearchConnections self.nextToken = nextToken } @@ -4378,8 +4252,7 @@ extension ElasticsearchClientTypes { public init( name: ElasticsearchClientTypes.DescribePackagesFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -4399,8 +4272,7 @@ public struct DescribePackagesInput: Swift.Sendable { filters: [ElasticsearchClientTypes.DescribePackagesFilter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4416,8 +4288,7 @@ public struct DescribePackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageDetailsList: [ElasticsearchClientTypes.PackageDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.packageDetailsList = packageDetailsList } @@ -4436,8 +4307,7 @@ public struct DescribeReservedElasticsearchInstanceOfferingsInput: Swift.Sendabl maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, reservedElasticsearchInstanceOfferingId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.reservedElasticsearchInstanceOfferingId = reservedElasticsearchInstanceOfferingId @@ -4488,8 +4358,7 @@ extension ElasticsearchClientTypes { public init( recurringChargeAmount: Swift.Double? = nil, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -4526,8 +4395,7 @@ extension ElasticsearchClientTypes { recurringCharges: [ElasticsearchClientTypes.RecurringCharge]? = nil, reservedElasticsearchInstanceOfferingId: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.elasticsearchInstanceType = elasticsearchInstanceType @@ -4550,8 +4418,7 @@ public struct DescribeReservedElasticsearchInstanceOfferingsOutput: Swift.Sendab public init( nextToken: Swift.String? = nil, reservedElasticsearchInstanceOfferings: [ElasticsearchClientTypes.ReservedElasticsearchInstanceOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedElasticsearchInstanceOfferings = reservedElasticsearchInstanceOfferings } @@ -4570,8 +4437,7 @@ public struct DescribeReservedElasticsearchInstancesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, reservedElasticsearchInstanceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.reservedElasticsearchInstanceId = reservedElasticsearchInstanceId @@ -4623,8 +4489,7 @@ extension ElasticsearchClientTypes { startTime: Foundation.Date? = nil, state: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.elasticsearchInstanceCount = elasticsearchInstanceCount @@ -4652,8 +4517,7 @@ public struct DescribeReservedElasticsearchInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedElasticsearchInstances: [ElasticsearchClientTypes.ReservedElasticsearchInstance]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedElasticsearchInstances = reservedElasticsearchInstances } @@ -4667,8 +4531,7 @@ public struct DescribeVpcEndpointsInput: Swift.Sendable { public init( vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.vpcEndpointIds = vpcEndpointIds } } @@ -4722,8 +4585,7 @@ extension ElasticsearchClientTypes { errorCode: ElasticsearchClientTypes.VpcEndpointErrorCode? = nil, errorMessage: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.vpcEndpointId = vpcEndpointId @@ -4743,8 +4605,7 @@ public struct DescribeVpcEndpointsOutput: Swift.Sendable { public init( vpcEndpointErrors: [ElasticsearchClientTypes.VpcEndpointError]? = nil, vpcEndpoints: [ElasticsearchClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.vpcEndpointErrors = vpcEndpointErrors self.vpcEndpoints = vpcEndpoints } @@ -4762,8 +4623,7 @@ public struct DissociatePackageInput: Swift.Sendable { public init( domainName: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.packageID = packageID } @@ -4776,8 +4636,7 @@ public struct DissociatePackageOutput: Swift.Sendable { public init( domainPackageDetails: ElasticsearchClientTypes.DomainPackageDetails? = nil - ) - { + ) { self.domainPackageDetails = domainPackageDetails } } @@ -4789,8 +4648,7 @@ public struct GetCompatibleElasticsearchVersionsInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4807,8 +4665,7 @@ extension ElasticsearchClientTypes { public init( sourceVersion: Swift.String? = nil, targetVersions: [Swift.String]? = nil - ) - { + ) { self.sourceVersion = sourceVersion self.targetVersions = targetVersions } @@ -4822,8 +4679,7 @@ public struct GetCompatibleElasticsearchVersionsOutput: Swift.Sendable { public init( compatibleElasticsearchVersions: [ElasticsearchClientTypes.CompatibleVersionsMap]? = nil - ) - { + ) { self.compatibleElasticsearchVersions = compatibleElasticsearchVersions } } @@ -4842,8 +4698,7 @@ public struct GetPackageVersionHistoryInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageID = packageID @@ -4865,8 +4720,7 @@ extension ElasticsearchClientTypes { commitMessage: Swift.String? = nil, createdAt: Foundation.Date? = nil, packageVersion: Swift.String? = nil - ) - { + ) { self.commitMessage = commitMessage self.createdAt = createdAt self.packageVersion = packageVersion @@ -4885,8 +4739,7 @@ public struct GetPackageVersionHistoryOutput: Swift.Sendable { nextToken: Swift.String? = nil, packageID: Swift.String? = nil, packageVersionHistoryList: [ElasticsearchClientTypes.PackageVersionHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.packageID = packageID self.packageVersionHistoryList = packageVersionHistoryList @@ -4907,8 +4760,7 @@ public struct GetUpgradeHistoryInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -5014,8 +4866,7 @@ extension ElasticsearchClientTypes { progressPercent: Swift.Double? = nil, upgradeStep: ElasticsearchClientTypes.UpgradeStep? = nil, upgradeStepStatus: ElasticsearchClientTypes.UpgradeStatus? = nil - ) - { + ) { self.issues = issues self.progressPercent = progressPercent self.upgradeStep = upgradeStep @@ -5050,8 +4901,7 @@ extension ElasticsearchClientTypes { stepsList: [ElasticsearchClientTypes.UpgradeStepItem]? = nil, upgradeName: Swift.String? = nil, upgradeStatus: ElasticsearchClientTypes.UpgradeStatus? = nil - ) - { + ) { self.startTimestamp = startTimestamp self.stepsList = stepsList self.upgradeName = upgradeName @@ -5070,8 +4920,7 @@ public struct GetUpgradeHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, upgradeHistories: [ElasticsearchClientTypes.UpgradeHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.upgradeHistories = upgradeHistories } @@ -5085,8 +4934,7 @@ public struct GetUpgradeStatusInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -5118,8 +4966,7 @@ public struct GetUpgradeStatusOutput: Swift.Sendable { stepStatus: ElasticsearchClientTypes.UpgradeStatus? = nil, upgradeName: Swift.String? = nil, upgradeStep: ElasticsearchClientTypes.UpgradeStep? = nil - ) - { + ) { self.stepStatus = stepStatus self.upgradeName = upgradeName self.upgradeStep = upgradeStep @@ -5162,8 +5009,7 @@ public struct ListDomainNamesInput: Swift.Sendable { public init( engineType: ElasticsearchClientTypes.EngineType? = nil - ) - { + ) { self.engineType = engineType } } @@ -5179,8 +5025,7 @@ extension ElasticsearchClientTypes { public init( domainName: Swift.String? = nil, engineType: ElasticsearchClientTypes.EngineType? = nil - ) - { + ) { self.domainName = domainName self.engineType = engineType } @@ -5194,8 +5039,7 @@ public struct ListDomainNamesOutput: Swift.Sendable { public init( domainNames: [ElasticsearchClientTypes.DomainInfo]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -5214,8 +5058,7 @@ public struct ListDomainsForPackageInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageID = packageID @@ -5231,8 +5074,7 @@ public struct ListDomainsForPackageOutput: Swift.Sendable { public init( domainPackageDetailsList: [ElasticsearchClientTypes.DomainPackageDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList self.nextToken = nextToken } @@ -5255,8 +5097,7 @@ public struct ListElasticsearchInstanceTypesInput: Swift.Sendable { elasticsearchVersion: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.elasticsearchVersion = elasticsearchVersion self.maxResults = maxResults @@ -5274,8 +5115,7 @@ public struct ListElasticsearchInstanceTypesOutput: Swift.Sendable { public init( elasticsearchInstanceTypes: [ElasticsearchClientTypes.ESPartitionInstanceType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.elasticsearchInstanceTypes = elasticsearchInstanceTypes self.nextToken = nextToken } @@ -5291,8 +5131,7 @@ public struct ListElasticsearchVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5308,8 +5147,7 @@ public struct ListElasticsearchVersionsOutput: Swift.Sendable { public init( elasticsearchVersions: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.elasticsearchVersions = elasticsearchVersions self.nextToken = nextToken } @@ -5329,8 +5167,7 @@ public struct ListPackagesForDomainInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -5347,8 +5184,7 @@ public struct ListPackagesForDomainOutput: Swift.Sendable { public init( domainPackageDetailsList: [ElasticsearchClientTypes.DomainPackageDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList self.nextToken = nextToken } @@ -5362,8 +5198,7 @@ public struct ListTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5375,8 +5210,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( tagList: [ElasticsearchClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -5392,8 +5226,7 @@ public struct ListVpcEndpointAccessInput: Swift.Sendable { public init( domainName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.nextToken = nextToken } @@ -5411,8 +5244,7 @@ public struct ListVpcEndpointAccessOutput: Swift.Sendable { public init( authorizedPrincipalList: [ElasticsearchClientTypes.AuthorizedPrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authorizedPrincipalList = authorizedPrincipalList self.nextToken = nextToken } @@ -5425,8 +5257,7 @@ public struct ListVpcEndpointsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -5443,8 +5274,7 @@ public struct ListVpcEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointSummaryList: [ElasticsearchClientTypes.VpcEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointSummaryList = vpcEndpointSummaryList } @@ -5461,8 +5291,7 @@ public struct ListVpcEndpointsForDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.nextToken = nextToken } @@ -5480,8 +5309,7 @@ public struct ListVpcEndpointsForDomainOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointSummaryList: [ElasticsearchClientTypes.VpcEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointSummaryList = vpcEndpointSummaryList } @@ -5502,8 +5330,7 @@ public struct PurchaseReservedElasticsearchInstanceOfferingInput: Swift.Sendable instanceCount: Swift.Int? = nil, reservationName: Swift.String? = nil, reservedElasticsearchInstanceOfferingId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.reservationName = reservationName self.reservedElasticsearchInstanceOfferingId = reservedElasticsearchInstanceOfferingId @@ -5520,8 +5347,7 @@ public struct PurchaseReservedElasticsearchInstanceOfferingOutput: Swift.Sendabl public init( reservationName: Swift.String? = nil, reservedElasticsearchInstanceId: Swift.String? = nil - ) - { + ) { self.reservationName = reservationName self.reservedElasticsearchInstanceId = reservedElasticsearchInstanceId } @@ -5535,8 +5361,7 @@ public struct RejectInboundCrossClusterSearchConnectionInput: Swift.Sendable { public init( crossClusterSearchConnectionId: Swift.String? = nil - ) - { + ) { self.crossClusterSearchConnectionId = crossClusterSearchConnectionId } } @@ -5548,8 +5373,7 @@ public struct RejectInboundCrossClusterSearchConnectionOutput: Swift.Sendable { public init( crossClusterSearchConnection: ElasticsearchClientTypes.InboundCrossClusterSearchConnection? = nil - ) - { + ) { self.crossClusterSearchConnection = crossClusterSearchConnection } } @@ -5566,8 +5390,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -5585,8 +5408,7 @@ public struct RevokeVpcEndpointAccessInput: Swift.Sendable { public init( account: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.account = account self.domainName = domainName } @@ -5606,8 +5428,7 @@ public struct StartElasticsearchServiceSoftwareUpdateInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -5619,8 +5440,7 @@ public struct StartElasticsearchServiceSoftwareUpdateOutput: Swift.Sendable { public init( serviceSoftwareOptions: ElasticsearchClientTypes.ServiceSoftwareOptions? = nil - ) - { + ) { self.serviceSoftwareOptions = serviceSoftwareOptions } } @@ -5675,8 +5495,7 @@ public struct UpdateElasticsearchDomainConfigInput: Swift.Sendable { nodeToNodeEncryptionOptions: ElasticsearchClientTypes.NodeToNodeEncryptionOptions? = nil, snapshotOptions: ElasticsearchClientTypes.SnapshotOptions? = nil, vpcOptions: ElasticsearchClientTypes.VPCOptions? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -5706,8 +5525,7 @@ extension ElasticsearchClientTypes { public init( deploymentType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.deploymentType = deploymentType self.message = message } @@ -5725,8 +5543,7 @@ public struct UpdateElasticsearchDomainConfigOutput: Swift.Sendable { public init( domainConfig: ElasticsearchClientTypes.ElasticsearchDomainConfig? = nil, dryRunResults: ElasticsearchClientTypes.DryRunResults? = nil - ) - { + ) { self.domainConfig = domainConfig self.dryRunResults = dryRunResults } @@ -5750,8 +5567,7 @@ public struct UpdatePackageInput: Swift.Sendable { packageDescription: Swift.String? = nil, packageID: Swift.String? = nil, packageSource: ElasticsearchClientTypes.PackageSource? = nil - ) - { + ) { self.commitMessage = commitMessage self.packageDescription = packageDescription self.packageID = packageID @@ -5766,8 +5582,7 @@ public struct UpdatePackageOutput: Swift.Sendable { public init( packageDetails: ElasticsearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -5784,8 +5599,7 @@ public struct UpdateVpcEndpointInput: Swift.Sendable { public init( vpcEndpointId: Swift.String? = nil, vpcOptions: ElasticsearchClientTypes.VPCOptions? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId self.vpcOptions = vpcOptions } @@ -5799,8 +5613,7 @@ public struct UpdateVpcEndpointOutput: Swift.Sendable { public init( vpcEndpoint: ElasticsearchClientTypes.VpcEndpoint? = nil - ) - { + ) { self.vpcEndpoint = vpcEndpoint } } @@ -5820,8 +5633,7 @@ public struct UpgradeElasticsearchDomainInput: Swift.Sendable { domainName: Swift.String? = nil, performCheckOnly: Swift.Bool? = nil, targetVersion: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.performCheckOnly = performCheckOnly self.targetVersion = targetVersion @@ -5844,8 +5656,7 @@ public struct UpgradeElasticsearchDomainOutput: Swift.Sendable { domainName: Swift.String? = nil, performCheckOnly: Swift.Bool? = nil, targetVersion: Swift.String? = nil - ) - { + ) { self.changeProgressDetails = changeProgressDetails self.domainName = domainName self.performCheckOnly = performCheckOnly diff --git a/Sources/Services/AWSEntityResolution/Package.swift.txt b/Sources/Services/AWSEntityResolution/Package.swift.txt index 51506b3e7bf..35874345467 100644 --- a/Sources/Services/AWSEntityResolution/Package.swift.txt +++ b/Sources/Services/AWSEntityResolution/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/EntityResolutionClient.swift b/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/EntityResolutionClient.swift index 7ff38d4260a..d7fb878ad6f 100644 --- a/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/EntityResolutionClient.swift +++ b/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/EntityResolutionClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EntityResolutionClient: ClientRuntime.Client { public static let clientName = "EntityResolutionClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EntityResolutionClient.EntityResolutionClientConfiguration let serviceName = "EntityResolution" diff --git a/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/Models.swift b/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/Models.swift index b2804e070ce..089e469f356 100644 --- a/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/Models.swift +++ b/Sources/Services/AWSEntityResolution/Sources/AWSEntityResolution/Models.swift @@ -54,8 +54,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -78,8 +77,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -102,8 +100,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -126,8 +123,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +146,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -174,8 +169,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -235,8 +229,7 @@ public struct AddPolicyStatementInput: Swift.Sendable { effect: EntityResolutionClientTypes.StatementEffect? = nil, principal: [Swift.String]? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.arn = arn self.condition = condition @@ -260,8 +253,7 @@ public struct AddPolicyStatementOutput: Swift.Sendable { arn: Swift.String? = nil, policy: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.arn = arn self.policy = policy self.token = token @@ -311,8 +303,7 @@ public struct BatchDeleteUniqueIdInput: Swift.Sendable { inputSource: Swift.String? = nil, uniqueIds: [Swift.String]? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.inputSource = inputSource self.uniqueIds = uniqueIds self.workflowName = workflowName @@ -329,8 +320,7 @@ extension EntityResolutionClientTypes { public init( uniqueId: Swift.String? = nil - ) - { + ) { self.uniqueId = uniqueId } } @@ -379,8 +369,7 @@ extension EntityResolutionClientTypes { public init( errorType: EntityResolutionClientTypes.DeleteUniqueIdErrorType? = nil, uniqueId: Swift.String? = nil - ) - { + ) { self.errorType = errorType self.uniqueId = uniqueId } @@ -435,8 +424,7 @@ public struct BatchDeleteUniqueIdOutput: Swift.Sendable { disconnectedUniqueIds: [Swift.String]? = nil, errors: [EntityResolutionClientTypes.DeleteUniqueIdError]? = nil, status: EntityResolutionClientTypes.DeleteUniqueIdStatus? = nil - ) - { + ) { self.deleted = deleted self.disconnectedUniqueIds = disconnectedUniqueIds self.errors = errors @@ -468,8 +456,7 @@ public struct ExceedsLimitException: ClientRuntime.ModeledError, AWSClientRuntim message: Swift.String? = nil, quotaName: Swift.String? = nil, quotaValue: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.quotaName = quotaName self.properties.quotaValue = quotaValue @@ -515,8 +502,7 @@ extension EntityResolutionClientTypes { public init( intermediateS3Path: Swift.String? = nil - ) - { + ) { self.intermediateS3Path = intermediateS3Path } } @@ -538,8 +524,7 @@ extension EntityResolutionClientTypes { intermediateSourceConfiguration: EntityResolutionClientTypes.IntermediateSourceConfiguration? = nil, providerConfiguration: Smithy.Document? = nil, providerServiceArn: Swift.String? = nil - ) - { + ) { self.intermediateSourceConfiguration = intermediateSourceConfiguration self.providerConfiguration = providerConfiguration self.providerServiceArn = providerServiceArn @@ -619,8 +604,7 @@ extension EntityResolutionClientTypes { public init( matchingKeys: [Swift.String]? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.matchingKeys = matchingKeys self.ruleName = ruleName } @@ -648,8 +632,7 @@ extension EntityResolutionClientTypes { recordMatchingModel: EntityResolutionClientTypes.RecordMatchingModel? = nil, ruleDefinitionType: EntityResolutionClientTypes.IdMappingWorkflowRuleDefinitionType? = nil, rules: [EntityResolutionClientTypes.Rule]? = nil - ) - { + ) { self.attributeMatchingModel = attributeMatchingModel self.recordMatchingModel = recordMatchingModel self.ruleDefinitionType = ruleDefinitionType @@ -674,8 +657,7 @@ extension EntityResolutionClientTypes { idMappingType: EntityResolutionClientTypes.IdMappingType? = nil, providerProperties: EntityResolutionClientTypes.ProviderProperties? = nil, ruleBasedProperties: EntityResolutionClientTypes.IdMappingRuleBasedProperties? = nil - ) - { + ) { self.idMappingType = idMappingType self.providerProperties = providerProperties self.ruleBasedProperties = ruleBasedProperties @@ -728,8 +710,7 @@ extension EntityResolutionClientTypes { inputSourceARN: Swift.String? = nil, schemaName: Swift.String? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil - ) - { + ) { self.inputSourceARN = inputSourceARN self.schemaName = schemaName self.type = type @@ -750,8 +731,7 @@ extension EntityResolutionClientTypes { public init( kmsArn: Swift.String? = nil, outputS3Path: Swift.String? = nil - ) - { + ) { self.kmsArn = kmsArn self.outputS3Path = outputS3Path } @@ -785,8 +765,7 @@ public struct CreateIdMappingWorkflowInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingTechniques = idMappingTechniques self.inputSourceConfig = inputSourceConfig @@ -825,8 +804,7 @@ public struct CreateIdMappingWorkflowOutput: Swift.Sendable { roleArn: Swift.String? = "", workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingTechniques = idMappingTechniques self.inputSourceConfig = inputSourceConfig @@ -850,8 +828,7 @@ extension EntityResolutionClientTypes { public init( providerConfiguration: Smithy.Document? = nil, providerServiceArn: Swift.String? = nil - ) - { + ) { self.providerConfiguration = providerConfiguration self.providerServiceArn = providerServiceArn } @@ -876,8 +853,7 @@ extension EntityResolutionClientTypes { recordMatchingModels: [EntityResolutionClientTypes.RecordMatchingModel]? = nil, ruleDefinitionTypes: [EntityResolutionClientTypes.IdMappingWorkflowRuleDefinitionType]? = nil, rules: [EntityResolutionClientTypes.Rule]? = nil - ) - { + ) { self.attributeMatchingModel = attributeMatchingModel self.recordMatchingModels = recordMatchingModels self.ruleDefinitionTypes = ruleDefinitionTypes @@ -902,8 +878,7 @@ extension EntityResolutionClientTypes { idMappingType: EntityResolutionClientTypes.IdMappingType? = nil, providerProperties: EntityResolutionClientTypes.NamespaceProviderProperties? = nil, ruleBasedProperties: EntityResolutionClientTypes.NamespaceRuleBasedProperties? = nil - ) - { + ) { self.idMappingType = idMappingType self.providerProperties = providerProperties self.ruleBasedProperties = ruleBasedProperties @@ -924,8 +899,7 @@ extension EntityResolutionClientTypes { public init( inputSourceARN: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.inputSourceARN = inputSourceARN self.schemaName = schemaName } @@ -958,8 +932,7 @@ public struct CreateIdNamespaceInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil - ) - { + ) { self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties self.idNamespaceName = idNamespaceName @@ -1008,8 +981,7 @@ public struct CreateIdNamespaceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties @@ -1058,8 +1030,7 @@ extension EntityResolutionClientTypes { public init( incrementalRunType: EntityResolutionClientTypes.IncrementalRunType? = nil - ) - { + ) { self.incrementalRunType = incrementalRunType } } @@ -1082,8 +1053,7 @@ extension EntityResolutionClientTypes { applyNormalization: Swift.Bool? = nil, inputSourceARN: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.applyNormalization = applyNormalization self.inputSourceARN = inputSourceARN self.schemaName = schemaName @@ -1104,8 +1074,7 @@ extension EntityResolutionClientTypes { public init( hashed: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.hashed = hashed self.name = name } @@ -1132,8 +1101,7 @@ extension EntityResolutionClientTypes { kmsArn: Swift.String? = nil, output: [EntityResolutionClientTypes.OutputAttribute]? = nil, outputS3Path: Swift.String? = nil - ) - { + ) { self.applyNormalization = applyNormalization self.kmsArn = kmsArn self.output = output @@ -1220,8 +1188,7 @@ extension EntityResolutionClientTypes { attributeMatchingModel: EntityResolutionClientTypes.AttributeMatchingModel? = nil, matchPurpose: EntityResolutionClientTypes.MatchPurpose? = nil, rules: [EntityResolutionClientTypes.Rule]? = nil - ) - { + ) { self.attributeMatchingModel = attributeMatchingModel self.matchPurpose = matchPurpose self.rules = rules @@ -1245,8 +1212,7 @@ extension EntityResolutionClientTypes { providerProperties: EntityResolutionClientTypes.ProviderProperties? = nil, resolutionType: EntityResolutionClientTypes.ResolutionType? = nil, ruleBasedProperties: EntityResolutionClientTypes.RuleBasedProperties? = nil - ) - { + ) { self.providerProperties = providerProperties self.resolutionType = resolutionType self.ruleBasedProperties = ruleBasedProperties @@ -1286,8 +1252,7 @@ public struct CreateMatchingWorkflowInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.incrementalRunConfig = incrementalRunConfig self.inputSourceConfig = inputSourceConfig @@ -1332,8 +1297,7 @@ public struct CreateMatchingWorkflowOutput: Swift.Sendable { roleArn: Swift.String? = nil, workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.incrementalRunConfig = incrementalRunConfig self.inputSourceConfig = inputSourceConfig @@ -1454,8 +1418,7 @@ extension EntityResolutionClientTypes { matchKey: Swift.String? = nil, subType: Swift.String? = nil, type: EntityResolutionClientTypes.SchemaAttributeType? = nil - ) - { + ) { self.fieldName = fieldName self.groupName = groupName self.hashed = hashed @@ -1483,8 +1446,7 @@ public struct CreateSchemaMappingInput: Swift.Sendable { mappedInputFields: [EntityResolutionClientTypes.SchemaInputAttribute]? = nil, schemaName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.mappedInputFields = mappedInputFields self.schemaName = schemaName @@ -1511,8 +1473,7 @@ public struct CreateSchemaMappingOutput: Swift.Sendable { mappedInputFields: [EntityResolutionClientTypes.SchemaInputAttribute]? = nil, schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.description = description self.mappedInputFields = mappedInputFields self.schemaArn = schemaArn @@ -1527,8 +1488,7 @@ public struct DeleteIdMappingWorkflowInput: Swift.Sendable { public init( workflowName: Swift.String? = nil - ) - { + ) { self.workflowName = workflowName } } @@ -1540,8 +1500,7 @@ public struct DeleteIdMappingWorkflowOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1553,8 +1512,7 @@ public struct DeleteIdNamespaceInput: Swift.Sendable { public init( idNamespaceName: Swift.String? = nil - ) - { + ) { self.idNamespaceName = idNamespaceName } } @@ -1566,8 +1524,7 @@ public struct DeleteIdNamespaceOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1579,8 +1536,7 @@ public struct DeleteMatchingWorkflowInput: Swift.Sendable { public init( workflowName: Swift.String? = nil - ) - { + ) { self.workflowName = workflowName } } @@ -1592,8 +1548,7 @@ public struct DeleteMatchingWorkflowOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1609,8 +1564,7 @@ public struct DeletePolicyStatementInput: Swift.Sendable { public init( arn: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.arn = arn self.statementId = statementId } @@ -1630,8 +1584,7 @@ public struct DeletePolicyStatementOutput: Swift.Sendable { arn: Swift.String? = nil, policy: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.arn = arn self.policy = policy self.token = token @@ -1645,8 +1598,7 @@ public struct DeleteSchemaMappingInput: Swift.Sendable { public init( schemaName: Swift.String? = nil - ) - { + ) { self.schemaName = schemaName } } @@ -1658,8 +1610,7 @@ public struct DeleteSchemaMappingOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1675,8 +1626,7 @@ public struct GetIdMappingJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.workflowName = workflowName } @@ -1691,8 +1641,7 @@ extension EntityResolutionClientTypes { public init( errorMessage: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage } } @@ -1722,8 +1671,7 @@ extension EntityResolutionClientTypes { totalMappedSourceRecords: Swift.Int? = nil, totalMappedTargetRecords: Swift.Int? = nil, totalRecordsProcessed: Swift.Int? = nil - ) - { + ) { self.inputRecords = inputRecords self.recordsNotProcessed = recordsNotProcessed self.totalMappedRecords = totalMappedRecords @@ -1751,8 +1699,7 @@ extension EntityResolutionClientTypes { kmsArn: Swift.String? = nil, outputS3Path: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.kmsArn = kmsArn self.outputS3Path = outputS3Path self.roleArn = roleArn @@ -1822,8 +1769,7 @@ public struct GetIdMappingJobOutput: Swift.Sendable { outputSourceConfig: [EntityResolutionClientTypes.IdMappingJobOutputSource]? = nil, startTime: Foundation.Date? = nil, status: EntityResolutionClientTypes.JobStatus? = nil - ) - { + ) { self.endTime = endTime self.errorDetails = errorDetails self.jobId = jobId @@ -1841,8 +1787,7 @@ public struct GetIdMappingWorkflowInput: Swift.Sendable { public init( workflowName: Swift.String? = nil - ) - { + ) { self.workflowName = workflowName } } @@ -1886,8 +1831,7 @@ public struct GetIdMappingWorkflowOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.idMappingTechniques = idMappingTechniques @@ -1908,8 +1852,7 @@ public struct GetIdNamespaceInput: Swift.Sendable { public init( idNamespaceName: Swift.String? = nil - ) - { + ) { self.idNamespaceName = idNamespaceName } } @@ -1952,8 +1895,7 @@ public struct GetIdNamespaceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties @@ -1981,8 +1923,7 @@ public struct GetMatchIdInput: Swift.Sendable { applyNormalization: Swift.Bool? = nil, record: [Swift.String: Swift.String]? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.applyNormalization = applyNormalization self.record = record self.workflowName = workflowName @@ -2003,8 +1944,7 @@ public struct GetMatchIdOutput: Swift.Sendable { public init( matchId: Swift.String? = nil, matchRule: Swift.String? = nil - ) - { + ) { self.matchId = matchId self.matchRule = matchRule } @@ -2021,8 +1961,7 @@ public struct GetMatchingJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.workflowName = workflowName } @@ -2046,8 +1985,7 @@ extension EntityResolutionClientTypes { matchIDs: Swift.Int? = nil, recordsNotProcessed: Swift.Int? = nil, totalRecordsProcessed: Swift.Int? = nil - ) - { + ) { self.inputRecords = inputRecords self.matchIDs = matchIDs self.recordsNotProcessed = recordsNotProcessed @@ -2073,8 +2011,7 @@ extension EntityResolutionClientTypes { kmsArn: Swift.String? = nil, outputS3Path: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.kmsArn = kmsArn self.outputS3Path = outputS3Path self.roleArn = roleArn @@ -2109,8 +2046,7 @@ public struct GetMatchingJobOutput: Swift.Sendable { outputSourceConfig: [EntityResolutionClientTypes.JobOutputSource]? = nil, startTime: Foundation.Date? = nil, status: EntityResolutionClientTypes.JobStatus? = nil - ) - { + ) { self.endTime = endTime self.errorDetails = errorDetails self.jobId = jobId @@ -2128,8 +2064,7 @@ public struct GetMatchingWorkflowInput: Swift.Sendable { public init( workflowName: Swift.String? = nil - ) - { + ) { self.workflowName = workflowName } } @@ -2178,8 +2113,7 @@ public struct GetMatchingWorkflowOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.incrementalRunConfig = incrementalRunConfig @@ -2201,8 +2135,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2221,8 +2154,7 @@ public struct GetPolicyOutput: Swift.Sendable { arn: Swift.String? = nil, policy: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.arn = arn self.policy = policy self.token = token @@ -2240,8 +2172,7 @@ public struct GetProviderServiceInput: Swift.Sendable { public init( providerName: Swift.String? = nil, providerServiceName: Swift.String? = nil - ) - { + ) { self.providerName = providerName self.providerServiceName = providerServiceName } @@ -2267,8 +2198,7 @@ extension EntityResolutionClientTypes { hashing: Swift.Bool? = nil, subType: Swift.String? = nil, type: EntityResolutionClientTypes.SchemaAttributeType? = nil - ) - { + ) { self.fieldName = fieldName self.hashing = hashing self.subType = subType @@ -2289,8 +2219,7 @@ extension EntityResolutionClientTypes { public init( providerSchemaAttributes: [EntityResolutionClientTypes.ProviderSchemaAttribute]? = nil, schemas: [[Swift.String]]? = nil - ) - { + ) { self.providerSchemaAttributes = providerSchemaAttributes self.schemas = schemas } @@ -2319,8 +2248,7 @@ extension EntityResolutionClientTypes { dataSetId: Swift.String? = nil, listingId: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.dataSetId = dataSetId self.listingId = listingId @@ -2354,8 +2282,7 @@ extension EntityResolutionClientTypes { description: Swift.String? = nil, providerSourceConfigurationDefinition: Smithy.Document? = nil, providerTargetConfigurationDefinition: Smithy.Document? = nil - ) - { + ) { self.description = description self.providerSourceConfigurationDefinition = providerSourceConfigurationDefinition self.providerTargetConfigurationDefinition = providerTargetConfigurationDefinition @@ -2375,8 +2302,7 @@ extension EntityResolutionClientTypes { public init( awsAccountIds: [Swift.String]? = nil, requiredBucketActions: [Swift.String]? = nil - ) - { + ) { self.awsAccountIds = awsAccountIds self.requiredBucketActions = requiredBucketActions } @@ -2462,8 +2388,7 @@ public struct GetProviderServiceOutput: Swift.Sendable { providerServiceDisplayName: Swift.String? = nil, providerServiceName: Swift.String? = nil, providerServiceType: EntityResolutionClientTypes.ServiceType? = nil - ) - { + ) { self.anonymizedOutput = anonymizedOutput self.providerComponentSchema = providerComponentSchema self.providerConfigurationDefinition = providerConfigurationDefinition @@ -2487,8 +2412,7 @@ public struct GetSchemaMappingInput: Swift.Sendable { public init( schemaName: Swift.String? = nil - ) - { + ) { self.schemaName = schemaName } } @@ -2526,8 +2450,7 @@ public struct GetSchemaMappingOutput: Swift.Sendable { schemaName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.hasWorkflows = hasWorkflows @@ -2552,8 +2475,7 @@ public struct ListIdMappingJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowName = workflowName @@ -2581,8 +2503,7 @@ extension EntityResolutionClientTypes { jobId: Swift.String? = nil, startTime: Foundation.Date? = nil, status: EntityResolutionClientTypes.JobStatus? = nil - ) - { + ) { self.endTime = endTime self.jobId = jobId self.startTime = startTime @@ -2600,8 +2521,7 @@ public struct ListIdMappingJobsOutput: Swift.Sendable { public init( jobs: [EntityResolutionClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -2616,8 +2536,7 @@ public struct ListIdMappingWorkflowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2645,8 +2564,7 @@ extension EntityResolutionClientTypes { updatedAt: Foundation.Date? = nil, workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.updatedAt = updatedAt self.workflowArn = workflowArn @@ -2664,8 +2582,7 @@ public struct ListIdMappingWorkflowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowSummaries: [EntityResolutionClientTypes.IdMappingWorkflowSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowSummaries = workflowSummaries } @@ -2680,8 +2597,7 @@ public struct ListIdNamespacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2697,8 +2613,7 @@ extension EntityResolutionClientTypes { public init( idMappingType: EntityResolutionClientTypes.IdMappingType? = nil - ) - { + ) { self.idMappingType = idMappingType } } @@ -2736,8 +2651,7 @@ extension EntityResolutionClientTypes { idNamespaceName: Swift.String? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties @@ -2758,8 +2672,7 @@ public struct ListIdNamespacesOutput: Swift.Sendable { public init( idNamespaceSummaries: [EntityResolutionClientTypes.IdNamespaceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.idNamespaceSummaries = idNamespaceSummaries self.nextToken = nextToken } @@ -2778,8 +2691,7 @@ public struct ListMatchingJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowName = workflowName @@ -2795,8 +2707,7 @@ public struct ListMatchingJobsOutput: Swift.Sendable { public init( jobs: [EntityResolutionClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -2811,8 +2722,7 @@ public struct ListMatchingWorkflowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2844,8 +2754,7 @@ extension EntityResolutionClientTypes { updatedAt: Foundation.Date? = nil, workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.resolutionType = resolutionType self.updatedAt = updatedAt @@ -2864,8 +2773,7 @@ public struct ListMatchingWorkflowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowSummaries: [EntityResolutionClientTypes.MatchingWorkflowSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowSummaries = workflowSummaries } @@ -2883,8 +2791,7 @@ public struct ListProviderServicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, providerName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.providerName = providerName @@ -2917,8 +2824,7 @@ extension EntityResolutionClientTypes { providerServiceDisplayName: Swift.String? = nil, providerServiceName: Swift.String? = nil, providerServiceType: EntityResolutionClientTypes.ServiceType? = nil - ) - { + ) { self.providerName = providerName self.providerServiceArn = providerServiceArn self.providerServiceDisplayName = providerServiceDisplayName @@ -2937,8 +2843,7 @@ public struct ListProviderServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, providerServiceSummaries: [EntityResolutionClientTypes.ProviderServiceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.providerServiceSummaries = providerServiceSummaries } @@ -2953,8 +2858,7 @@ public struct ListSchemaMappingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2986,8 +2890,7 @@ extension EntityResolutionClientTypes { schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.hasWorkflows = hasWorkflows self.schemaArn = schemaArn @@ -3006,8 +2909,7 @@ public struct ListSchemaMappingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaList: [EntityResolutionClientTypes.SchemaMappingSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaList = schemaList } @@ -3020,8 +2922,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3033,8 +2934,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3053,8 +2953,7 @@ public struct PutPolicyInput: Swift.Sendable { arn: Swift.String? = nil, policy: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.arn = arn self.policy = policy self.token = token @@ -3075,8 +2974,7 @@ public struct PutPolicyOutput: Swift.Sendable { arn: Swift.String? = nil, policy: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.arn = arn self.policy = policy self.token = token @@ -3093,8 +2991,7 @@ public struct StartIdMappingJobInput: Swift.Sendable { public init( outputSourceConfig: [EntityResolutionClientTypes.IdMappingJobOutputSource]? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.outputSourceConfig = outputSourceConfig self.workflowName = workflowName } @@ -3110,8 +3007,7 @@ public struct StartIdMappingJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, outputSourceConfig: [EntityResolutionClientTypes.IdMappingJobOutputSource]? = nil - ) - { + ) { self.jobId = jobId self.outputSourceConfig = outputSourceConfig } @@ -3124,8 +3020,7 @@ public struct StartMatchingJobInput: Swift.Sendable { public init( workflowName: Swift.String? = nil - ) - { + ) { self.workflowName = workflowName } } @@ -3137,8 +3032,7 @@ public struct StartMatchingJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3154,8 +3048,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3177,8 +3070,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3213,8 +3105,7 @@ public struct UpdateIdMappingWorkflowInput: Swift.Sendable { outputSourceConfig: [EntityResolutionClientTypes.IdMappingWorkflowOutputSource]? = nil, roleArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingTechniques = idMappingTechniques self.inputSourceConfig = inputSourceConfig @@ -3252,8 +3143,7 @@ public struct UpdateIdMappingWorkflowOutput: Swift.Sendable { roleArn: Swift.String? = "", workflowArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingTechniques = idMappingTechniques self.inputSourceConfig = inputSourceConfig @@ -3283,8 +3173,7 @@ public struct UpdateIdNamespaceInput: Swift.Sendable { idNamespaceName: Swift.String? = nil, inputSourceConfig: [EntityResolutionClientTypes.IdNamespaceInputSource]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties self.idNamespaceName = idNamespaceName @@ -3328,8 +3217,7 @@ public struct UpdateIdNamespaceOutput: Swift.Sendable { roleArn: Swift.String? = nil, type: EntityResolutionClientTypes.IdNamespaceType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.idMappingWorkflowProperties = idMappingWorkflowProperties @@ -3371,8 +3259,7 @@ public struct UpdateMatchingWorkflowInput: Swift.Sendable { resolutionTechniques: EntityResolutionClientTypes.ResolutionTechniques? = nil, roleArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.incrementalRunConfig = incrementalRunConfig self.inputSourceConfig = inputSourceConfig @@ -3412,8 +3299,7 @@ public struct UpdateMatchingWorkflowOutput: Swift.Sendable { resolutionTechniques: EntityResolutionClientTypes.ResolutionTechniques? = nil, roleArn: Swift.String? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.description = description self.incrementalRunConfig = incrementalRunConfig self.inputSourceConfig = inputSourceConfig @@ -3438,8 +3324,7 @@ public struct UpdateSchemaMappingInput: Swift.Sendable { description: Swift.String? = nil, mappedInputFields: [EntityResolutionClientTypes.SchemaInputAttribute]? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.description = description self.mappedInputFields = mappedInputFields self.schemaName = schemaName @@ -3464,8 +3349,7 @@ public struct UpdateSchemaMappingOutput: Swift.Sendable { mappedInputFields: [EntityResolutionClientTypes.SchemaInputAttribute]? = nil, schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.description = description self.mappedInputFields = mappedInputFields self.schemaArn = schemaArn diff --git a/Sources/Services/AWSEventBridge/Package.swift.txt b/Sources/Services/AWSEventBridge/Package.swift.txt index 1bdc031e29c..b2d6f3eb410 100644 --- a/Sources/Services/AWSEventBridge/Package.swift.txt +++ b/Sources/Services/AWSEventBridge/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/EventBridgeClient.swift b/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/EventBridgeClient.swift index 99803d1200b..2a5cba90582 100644 --- a/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/EventBridgeClient.swift +++ b/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/EventBridgeClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EventBridgeClient: ClientRuntime.Client { public static let clientName = "EventBridgeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EventBridgeClient.EventBridgeClientConfiguration let serviceName = "EventBridge" diff --git a/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/Models.swift b/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/Models.swift index d48cc95cf8e..7d418aefdc1 100644 --- a/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/Models.swift +++ b/Sources/Services/AWSEventBridge/Sources/AWSEventBridge/Models.swift @@ -89,8 +89,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +112,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +135,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +158,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +181,7 @@ public struct OperationDisabledException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -209,8 +204,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -222,8 +216,7 @@ public struct ActivateEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -334,8 +327,7 @@ extension EventBridgeClientTypes { invocationRateLimitPerSecond: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.connectionArn = connectionArn @@ -358,8 +350,7 @@ extension EventBridgeClientTypes { public init( graphQLOperation: Swift.String? = nil - ) - { + ) { self.graphQLOperation = graphQLOperation } } @@ -441,8 +432,7 @@ extension EventBridgeClientTypes { sizeBytes: Swift.Int = 0, state: EventBridgeClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName self.creationTime = creationTime self.eventCount = eventCount @@ -502,8 +492,7 @@ public struct IllegalStatusException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -515,8 +504,7 @@ public struct CancelReplayInput: Swift.Sendable { public init( replayName: Swift.String? = nil - ) - { + ) { self.replayName = replayName } } @@ -574,8 +562,7 @@ public struct CancelReplayOutput: Swift.Sendable { replayArn: Swift.String? = nil, state: EventBridgeClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.replayArn = replayArn self.state = state self.stateReason = stateReason @@ -600,8 +587,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -624,8 +610,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -655,8 +640,7 @@ public struct CreateApiDestinationInput: Swift.Sendable { invocationEndpoint: Swift.String? = nil, invocationRateLimitPerSecond: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.description = description self.httpMethod = httpMethod @@ -681,8 +665,7 @@ public struct CreateApiDestinationOutput: Swift.Sendable { apiDestinationState: EventBridgeClientTypes.ApiDestinationState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.creationTime = creationTime @@ -708,8 +691,7 @@ public struct InvalidEventPatternException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -734,8 +716,7 @@ public struct CreateArchiveInput: Swift.Sendable { eventPattern: Swift.String? = nil, eventSourceArn: Swift.String? = nil, retentionDays: Swift.Int? = nil - ) - { + ) { self.archiveName = archiveName self.description = description self.eventPattern = eventPattern @@ -759,8 +740,7 @@ public struct CreateArchiveOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, state: EventBridgeClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.creationTime = creationTime self.state = state @@ -786,8 +766,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -838,8 +817,7 @@ extension EventBridgeClientTypes { public init( apiKeyName: Swift.String? = nil, apiKeyValue: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName self.apiKeyValue = apiKeyValue } @@ -865,8 +843,7 @@ extension EventBridgeClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -888,8 +865,7 @@ extension EventBridgeClientTypes { public init( resourceConfigurationArn: Swift.String? = nil - ) - { + ) { self.resourceConfigurationArn = resourceConfigurationArn } } @@ -905,8 +881,7 @@ extension EventBridgeClientTypes { public init( resourceParameters: EventBridgeClientTypes.ConnectivityResourceConfigurationArn? = nil - ) - { + ) { self.resourceParameters = resourceParameters } } @@ -927,8 +902,7 @@ extension EventBridgeClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -956,8 +930,7 @@ extension EventBridgeClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -985,8 +958,7 @@ extension EventBridgeClientTypes { isValueSecret: Swift.Bool = false, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.isValueSecret = isValueSecret self.key = key self.value = value @@ -1014,8 +986,7 @@ extension EventBridgeClientTypes { bodyParameters: [EventBridgeClientTypes.ConnectionBodyParameter]? = nil, headerParameters: [EventBridgeClientTypes.ConnectionHeaderParameter]? = nil, queryStringParameters: [EventBridgeClientTypes.ConnectionQueryStringParameter]? = nil - ) - { + ) { self.bodyParameters = bodyParameters self.headerParameters = headerParameters self.queryStringParameters = queryStringParameters @@ -1037,8 +1008,7 @@ extension EventBridgeClientTypes { public init( clientID: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.clientSecret = clientSecret } @@ -1103,8 +1073,7 @@ extension EventBridgeClientTypes { clientParameters: EventBridgeClientTypes.CreateConnectionOAuthClientRequestParameters? = nil, httpMethod: EventBridgeClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -1134,8 +1103,7 @@ extension EventBridgeClientTypes { connectivityParameters: EventBridgeClientTypes.ConnectivityResourceParameters? = nil, invocationHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: EventBridgeClientTypes.CreateConnectionOAuthRequestParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.connectivityParameters = connectivityParameters @@ -1166,8 +1134,7 @@ public struct CreateConnectionInput: Swift.Sendable { description: Swift.String? = nil, invocationConnectivityParameters: EventBridgeClientTypes.ConnectivityResourceParameters? = nil, name: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.description = description @@ -1241,8 +1208,7 @@ public struct CreateConnectionOutput: Swift.Sendable { connectionState: EventBridgeClientTypes.ConnectionState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1260,8 +1226,7 @@ extension EventBridgeClientTypes { public init( eventBusArn: Swift.String? = nil - ) - { + ) { self.eventBusArn = eventBusArn } } @@ -1305,8 +1270,7 @@ extension EventBridgeClientTypes { public init( state: EventBridgeClientTypes.ReplicationState? = nil - ) - { + ) { self.state = state } } @@ -1322,8 +1286,7 @@ extension EventBridgeClientTypes { public init( healthCheck: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck } } @@ -1339,8 +1302,7 @@ extension EventBridgeClientTypes { public init( route: Swift.String? = nil - ) - { + ) { self.route = route } } @@ -1360,8 +1322,7 @@ extension EventBridgeClientTypes { public init( primary: EventBridgeClientTypes.Primary? = nil, secondary: EventBridgeClientTypes.Secondary? = nil - ) - { + ) { self.primary = primary self.secondary = secondary } @@ -1378,8 +1339,7 @@ extension EventBridgeClientTypes { public init( failoverConfig: EventBridgeClientTypes.FailoverConfig? = nil - ) - { + ) { self.failoverConfig = failoverConfig } } @@ -1409,8 +1369,7 @@ public struct CreateEndpointInput: Swift.Sendable { replicationConfig: EventBridgeClientTypes.ReplicationConfig? = nil, roleArn: Swift.String? = nil, routingConfig: EventBridgeClientTypes.RoutingConfig? = nil - ) - { + ) { self.description = description self.eventBuses = eventBuses self.name = name @@ -1488,8 +1447,7 @@ public struct CreateEndpointOutput: Swift.Sendable { roleArn: Swift.String? = nil, routingConfig: EventBridgeClientTypes.RoutingConfig? = nil, state: EventBridgeClientTypes.EndpointState? = nil - ) - { + ) { self.arn = arn self.eventBuses = eventBuses self.name = name @@ -1509,8 +1467,7 @@ extension EventBridgeClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1530,8 +1487,7 @@ extension EventBridgeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1569,8 +1525,7 @@ public struct CreateEventBusInput: Swift.Sendable { kmsKeyIdentifier: Swift.String? = nil, name: Swift.String? = nil, tags: [EventBridgeClientTypes.Tag]? = nil - ) - { + ) { self.deadLetterConfig = deadLetterConfig self.description = description self.eventSourceName = eventSourceName @@ -1595,8 +1550,7 @@ public struct CreateEventBusOutput: Swift.Sendable { description: Swift.String? = nil, eventBusArn: Swift.String? = nil, kmsKeyIdentifier: Swift.String? = nil - ) - { + ) { self.deadLetterConfig = deadLetterConfig self.description = description self.eventBusArn = eventBusArn @@ -1615,8 +1569,7 @@ public struct CreatePartnerEventSourceInput: Swift.Sendable { public init( account: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.account = account self.name = name } @@ -1628,8 +1581,7 @@ public struct CreatePartnerEventSourceOutput: Swift.Sendable { public init( eventSourceArn: Swift.String? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn } } @@ -1641,8 +1593,7 @@ public struct DeactivateEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1654,8 +1605,7 @@ public struct DeauthorizeConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1678,8 +1628,7 @@ public struct DeauthorizeConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1695,8 +1644,7 @@ public struct DeleteApiDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1713,8 +1661,7 @@ public struct DeleteArchiveInput: Swift.Sendable { public init( archiveName: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName } } @@ -1731,8 +1678,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1755,8 +1701,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -1772,8 +1717,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1790,8 +1734,7 @@ public struct DeleteEventBusInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1807,8 +1750,7 @@ public struct DeletePartnerEventSourceInput: Swift.Sendable { public init( account: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.account = account self.name = name } @@ -1832,8 +1774,7 @@ public struct ManagedRuleException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1851,8 +1792,7 @@ public struct DeleteRuleInput: Swift.Sendable { eventBusName: Swift.String? = nil, force: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.force = force self.name = name @@ -1866,8 +1806,7 @@ public struct DescribeApiDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1905,8 +1844,7 @@ public struct DescribeApiDestinationOutput: Swift.Sendable { invocationRateLimitPerSecond: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.connectionArn = connectionArn @@ -1927,8 +1865,7 @@ public struct DescribeArchiveInput: Swift.Sendable { public init( archiveName: Swift.String? = nil - ) - { + ) { self.archiveName = archiveName } } @@ -1969,8 +1906,7 @@ public struct DescribeArchiveOutput: Swift.Sendable { sizeBytes: Swift.Int = 0, state: EventBridgeClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.archiveName = archiveName self.creationTime = creationTime @@ -1992,8 +1928,7 @@ public struct DescribeConnectionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2007,8 +1942,7 @@ extension EventBridgeClientTypes { public init( apiKeyName: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName } } @@ -2023,8 +1957,7 @@ extension EventBridgeClientTypes { public init( username: Swift.String? = nil - ) - { + ) { self.username = username } } @@ -2044,8 +1977,7 @@ extension EventBridgeClientTypes { public init( resourceAssociationArn: Swift.String? = nil, resourceConfigurationArn: Swift.String? = nil - ) - { + ) { self.resourceAssociationArn = resourceAssociationArn self.resourceConfigurationArn = resourceConfigurationArn } @@ -2062,8 +1994,7 @@ extension EventBridgeClientTypes { public init( resourceParameters: EventBridgeClientTypes.DescribeConnectionResourceParameters? = nil - ) - { + ) { self.resourceParameters = resourceParameters } } @@ -2078,8 +2009,7 @@ extension EventBridgeClientTypes { public init( clientID: Swift.String? = nil - ) - { + ) { self.clientID = clientID } } @@ -2103,8 +2033,7 @@ extension EventBridgeClientTypes { clientParameters: EventBridgeClientTypes.ConnectionOAuthClientResponseParameters? = nil, httpMethod: EventBridgeClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -2134,8 +2063,7 @@ extension EventBridgeClientTypes { connectivityParameters: EventBridgeClientTypes.DescribeConnectionConnectivityParameters? = nil, invocationHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: EventBridgeClientTypes.ConnectionOAuthResponseParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.connectivityParameters = connectivityParameters @@ -2184,8 +2112,7 @@ public struct DescribeConnectionOutput: Swift.Sendable { name: Swift.String? = nil, secretArn: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.connectionArn = connectionArn @@ -2211,8 +2138,7 @@ public struct DescribeEndpointInput: Swift.Sendable { public init( homeRegion: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion self.name = name } @@ -2260,8 +2186,7 @@ public struct DescribeEndpointOutput: Swift.Sendable { routingConfig: EventBridgeClientTypes.RoutingConfig? = nil, state: EventBridgeClientTypes.EndpointState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2284,8 +2209,7 @@ public struct DescribeEventBusInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2317,8 +2241,7 @@ public struct DescribeEventBusOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.deadLetterConfig = deadLetterConfig @@ -2337,8 +2260,7 @@ public struct DescribeEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2396,8 +2318,7 @@ public struct DescribeEventSourceOutput: Swift.Sendable { expirationTime: Foundation.Date? = nil, name: Swift.String? = nil, state: EventBridgeClientTypes.EventSourceState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.creationTime = creationTime @@ -2414,8 +2335,7 @@ public struct DescribePartnerEventSourceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2429,8 +2349,7 @@ public struct DescribePartnerEventSourceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2443,8 +2362,7 @@ public struct DescribeReplayInput: Swift.Sendable { public init( replayName: Swift.String? = nil - ) - { + ) { self.replayName = replayName } } @@ -2462,8 +2380,7 @@ extension EventBridgeClientTypes { public init( arn: Swift.String? = nil, filterArns: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.filterArns = filterArns } @@ -2509,8 +2426,7 @@ public struct DescribeReplayOutput: Swift.Sendable { replayStartTime: Foundation.Date? = nil, state: EventBridgeClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.description = description self.destination = destination self.eventEndTime = eventEndTime @@ -2536,8 +2452,7 @@ public struct DescribeRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2608,8 +2523,7 @@ public struct DescribeRuleOutput: Swift.Sendable { roleArn: Swift.String? = nil, scheduleExpression: Swift.String? = nil, state: EventBridgeClientTypes.RuleState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.description = description @@ -2633,8 +2547,7 @@ public struct DisableRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2650,8 +2563,7 @@ public struct EnableRuleInput: Swift.Sendable { public init( eventBusName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.name = name } @@ -2672,8 +2584,7 @@ public struct ListApiDestinationsInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.limit = limit self.namePrefix = namePrefix @@ -2690,8 +2601,7 @@ public struct ListApiDestinationsOutput: Swift.Sendable { public init( apiDestinations: [EventBridgeClientTypes.ApiDestination]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apiDestinations = apiDestinations self.nextToken = nextToken } @@ -2715,8 +2625,7 @@ public struct ListArchivesInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, state: EventBridgeClientTypes.ArchiveState? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn self.limit = limit self.namePrefix = namePrefix @@ -2734,8 +2643,7 @@ public struct ListArchivesOutput: Swift.Sendable { public init( archives: [EventBridgeClientTypes.Archive]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.archives = archives self.nextToken = nextToken } @@ -2756,8 +2664,7 @@ public struct ListConnectionsInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionState = connectionState self.limit = limit self.namePrefix = namePrefix @@ -2795,8 +2702,7 @@ extension EventBridgeClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.authorizationType = authorizationType self.connectionArn = connectionArn self.connectionState = connectionState @@ -2818,8 +2724,7 @@ public struct ListConnectionsOutput: Swift.Sendable { public init( connections: [EventBridgeClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -2840,8 +2745,7 @@ public struct ListEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion self.maxResults = maxResults self.namePrefix = namePrefix @@ -2894,8 +2798,7 @@ extension EventBridgeClientTypes { routingConfig: EventBridgeClientTypes.RoutingConfig? = nil, state: EventBridgeClientTypes.EndpointState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2922,8 +2825,7 @@ public struct ListEndpointsOutput: Swift.Sendable { public init( endpoints: [EventBridgeClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -2941,8 +2843,7 @@ public struct ListEventBusesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -2973,8 +2874,7 @@ extension EventBridgeClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2994,8 +2894,7 @@ public struct ListEventBusesOutput: Swift.Sendable { public init( eventBuses: [EventBridgeClientTypes.EventBus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBuses = eventBuses self.nextToken = nextToken } @@ -3013,8 +2912,7 @@ public struct ListEventSourcesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -3045,8 +2943,7 @@ extension EventBridgeClientTypes { expirationTime: Foundation.Date? = nil, name: Swift.String? = nil, state: EventBridgeClientTypes.EventSourceState? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.creationTime = creationTime @@ -3066,8 +2963,7 @@ public struct ListEventSourcesOutput: Swift.Sendable { public init( eventSources: [EventBridgeClientTypes.EventSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventSources = eventSources self.nextToken = nextToken } @@ -3086,8 +2982,7 @@ public struct ListPartnerEventSourceAccountsInput: Swift.Sendable { eventSourceName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventSourceName = eventSourceName self.limit = limit self.nextToken = nextToken @@ -3112,8 +3007,7 @@ extension EventBridgeClientTypes { creationTime: Foundation.Date? = nil, expirationTime: Foundation.Date? = nil, state: EventBridgeClientTypes.EventSourceState? = nil - ) - { + ) { self.account = account self.creationTime = creationTime self.expirationTime = expirationTime @@ -3131,8 +3025,7 @@ public struct ListPartnerEventSourceAccountsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partnerEventSourceAccounts: [EventBridgeClientTypes.PartnerEventSourceAccount]? = nil - ) - { + ) { self.nextToken = nextToken self.partnerEventSourceAccounts = partnerEventSourceAccounts } @@ -3151,8 +3044,7 @@ public struct ListPartnerEventSourcesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.namePrefix = namePrefix self.nextToken = nextToken @@ -3171,8 +3063,7 @@ extension EventBridgeClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3188,8 +3079,7 @@ public struct ListPartnerEventSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partnerEventSources: [EventBridgeClientTypes.PartnerEventSource]? = nil - ) - { + ) { self.nextToken = nextToken self.partnerEventSources = partnerEventSources } @@ -3213,8 +3103,7 @@ public struct ListReplaysInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, state: EventBridgeClientTypes.ReplayState? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn self.limit = limit self.namePrefix = namePrefix @@ -3256,8 +3145,7 @@ extension EventBridgeClientTypes { replayStartTime: Foundation.Date? = nil, state: EventBridgeClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.eventEndTime = eventEndTime self.eventLastReplayedTime = eventLastReplayedTime self.eventSourceArn = eventSourceArn @@ -3280,8 +3168,7 @@ public struct ListReplaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replays: [EventBridgeClientTypes.Replay]? = nil - ) - { + ) { self.nextToken = nextToken self.replays = replays } @@ -3303,8 +3190,7 @@ public struct ListRuleNamesByTargetInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.nextToken = nextToken @@ -3321,8 +3207,7 @@ public struct ListRuleNamesByTargetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleNames = ruleNames } @@ -3343,8 +3228,7 @@ public struct ListRulesInput: Swift.Sendable { limit: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.namePrefix = namePrefix @@ -3391,8 +3275,7 @@ extension EventBridgeClientTypes { roleArn: Swift.String? = nil, scheduleExpression: Swift.String? = nil, state: EventBridgeClientTypes.RuleState? = nil - ) - { + ) { self.arn = arn self.description = description self.eventBusName = eventBusName @@ -3415,8 +3298,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rules: [EventBridgeClientTypes.Rule]? = nil - ) - { + ) { self.nextToken = nextToken self.rules = rules } @@ -3429,8 +3311,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -3441,8 +3322,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [EventBridgeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3463,8 +3343,7 @@ public struct ListTargetsByRuleInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, rule: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.limit = limit self.nextToken = nextToken @@ -3481,8 +3360,7 @@ extension EventBridgeClientTypes { public init( size: Swift.Int = 0 - ) - { + ) { self.size = size } } @@ -3497,8 +3375,7 @@ extension EventBridgeClientTypes { public init( attempts: Swift.Int = 0 - ) - { + ) { self.attempts = attempts } } @@ -3524,8 +3401,7 @@ extension EventBridgeClientTypes { jobDefinition: Swift.String? = nil, jobName: Swift.String? = nil, retryStrategy: EventBridgeClientTypes.BatchRetryStrategy? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.jobDefinition = jobDefinition self.jobName = jobName @@ -3550,8 +3426,7 @@ extension EventBridgeClientTypes { base: Swift.Int = 0, capacityProvider: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -3607,8 +3482,7 @@ extension EventBridgeClientTypes { assignPublicIp: EventBridgeClientTypes.AssignPublicIp? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -3625,8 +3499,7 @@ extension EventBridgeClientTypes { public init( awsvpcConfiguration: EventBridgeClientTypes.AwsVpcConfiguration? = nil - ) - { + ) { self.awsvpcConfiguration = awsvpcConfiguration } } @@ -3673,8 +3546,7 @@ extension EventBridgeClientTypes { public init( expression: Swift.String? = nil, type: EventBridgeClientTypes.PlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -3725,8 +3597,7 @@ extension EventBridgeClientTypes { public init( field: Swift.String? = nil, type: EventBridgeClientTypes.PlacementStrategyType? = nil - ) - { + ) { self.field = field self.type = type } @@ -3808,8 +3679,7 @@ extension EventBridgeClientTypes { tags: [EventBridgeClientTypes.Tag]? = nil, taskCount: Swift.Int? = nil, taskDefinitionArn: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.enableECSManagedTags = enableECSManagedTags self.enableExecuteCommand = enableExecuteCommand @@ -3843,8 +3713,7 @@ extension EventBridgeClientTypes { headerParameters: [Swift.String: Swift.String]? = nil, pathParameterValues: [Swift.String]? = nil, queryStringParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.headerParameters = headerParameters self.pathParameterValues = pathParameterValues self.queryStringParameters = queryStringParameters @@ -3898,8 +3767,7 @@ extension EventBridgeClientTypes { public init( inputPathsMap: [Swift.String: Swift.String]? = nil, inputTemplate: Swift.String? = nil - ) - { + ) { self.inputPathsMap = inputPathsMap self.inputTemplate = inputTemplate } @@ -3916,8 +3784,7 @@ extension EventBridgeClientTypes { public init( partitionKeyPath: Swift.String? = nil - ) - { + ) { self.partitionKeyPath = partitionKeyPath } } @@ -3951,8 +3818,7 @@ extension EventBridgeClientTypes { sqls: [Swift.String]? = nil, statementName: Swift.String? = nil, withEvent: Swift.Bool = false - ) - { + ) { self.database = database self.dbUser = dbUser self.secretManagerArn = secretManagerArn @@ -3981,8 +3847,7 @@ extension EventBridgeClientTypes { public init( maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.maximumEventAgeInSeconds = maximumEventAgeInSeconds self.maximumRetryAttempts = maximumRetryAttempts } @@ -4003,8 +3868,7 @@ extension EventBridgeClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -4021,8 +3885,7 @@ extension EventBridgeClientTypes { public init( runCommandTargets: [EventBridgeClientTypes.RunCommandTarget]? = nil - ) - { + ) { self.runCommandTargets = runCommandTargets } } @@ -4042,8 +3905,7 @@ extension EventBridgeClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4059,8 +3921,7 @@ extension EventBridgeClientTypes { public init( pipelineParameterList: [EventBridgeClientTypes.SageMakerPipelineParameter]? = nil - ) - { + ) { self.pipelineParameterList = pipelineParameterList } } @@ -4075,8 +3936,7 @@ extension EventBridgeClientTypes { public init( messageGroupId: Swift.String? = nil - ) - { + ) { self.messageGroupId = messageGroupId } } @@ -4141,8 +4001,7 @@ extension EventBridgeClientTypes { runCommandParameters: EventBridgeClientTypes.RunCommandParameters? = nil, sageMakerPipelineParameters: EventBridgeClientTypes.SageMakerPipelineParameters? = nil, sqsParameters: EventBridgeClientTypes.SqsParameters? = nil - ) - { + ) { self.appSyncParameters = appSyncParameters self.arn = arn self.batchParameters = batchParameters @@ -4173,8 +4032,7 @@ public struct ListTargetsByRuleOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targets: [EventBridgeClientTypes.Target]? = nil - ) - { + ) { self.nextToken = nextToken self.targets = targets } @@ -4207,8 +4065,7 @@ extension EventBridgeClientTypes { source: Swift.String? = nil, time: Foundation.Date? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.detail = detail self.detailType = detailType self.eventBusName = eventBusName @@ -4230,8 +4087,7 @@ public struct PutEventsInput: Swift.Sendable { public init( endpointId: Swift.String? = nil, entries: [EventBridgeClientTypes.PutEventsRequestEntry]? = nil - ) - { + ) { self.endpointId = endpointId self.entries = entries } @@ -4273,8 +4129,7 @@ extension EventBridgeClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.eventId = eventId @@ -4291,8 +4146,7 @@ public struct PutEventsOutput: Swift.Sendable { public init( entries: [EventBridgeClientTypes.PutEventsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.entries = entries self.failedEntryCount = failedEntryCount } @@ -4319,8 +4173,7 @@ extension EventBridgeClientTypes { resources: [Swift.String]? = nil, source: Swift.String? = nil, time: Foundation.Date? = nil - ) - { + ) { self.detail = detail self.detailType = detailType self.resources = resources @@ -4337,8 +4190,7 @@ public struct PutPartnerEventsInput: Swift.Sendable { public init( entries: [EventBridgeClientTypes.PutPartnerEventsRequestEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -4358,8 +4210,7 @@ extension EventBridgeClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.eventId = eventId @@ -4376,8 +4227,7 @@ public struct PutPartnerEventsOutput: Swift.Sendable { public init( entries: [EventBridgeClientTypes.PutPartnerEventsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.entries = entries self.failedEntryCount = failedEntryCount } @@ -4401,8 +4251,7 @@ public struct PolicyLengthExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4425,8 +4274,7 @@ extension EventBridgeClientTypes { key: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -4455,8 +4303,7 @@ public struct PutPermissionInput: Swift.Sendable { policy: Swift.String? = nil, principal: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.condition = condition self.eventBusName = eventBusName @@ -4500,8 +4347,7 @@ public struct PutRuleInput: Swift.Sendable { scheduleExpression: Swift.String? = nil, state: EventBridgeClientTypes.RuleState? = nil, tags: [EventBridgeClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.eventBusName = eventBusName self.eventPattern = eventPattern @@ -4519,8 +4365,7 @@ public struct PutRuleOutput: Swift.Sendable { public init( ruleArn: Swift.String? = nil - ) - { + ) { self.ruleArn = ruleArn } } @@ -4539,8 +4384,7 @@ public struct PutTargetsInput: Swift.Sendable { eventBusName: Swift.String? = nil, rule: Swift.String? = nil, targets: [EventBridgeClientTypes.Target]? = nil - ) - { + ) { self.eventBusName = eventBusName self.rule = rule self.targets = targets @@ -4562,8 +4406,7 @@ extension EventBridgeClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.targetId = targetId @@ -4580,8 +4423,7 @@ public struct PutTargetsOutput: Swift.Sendable { public init( failedEntries: [EventBridgeClientTypes.PutTargetsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.failedEntries = failedEntries self.failedEntryCount = failedEntryCount } @@ -4599,8 +4441,7 @@ public struct RemovePermissionInput: Swift.Sendable { eventBusName: Swift.String? = nil, removeAllPermissions: Swift.Bool? = false, statementId: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.removeAllPermissions = removeAllPermissions self.statementId = statementId @@ -4624,8 +4465,7 @@ public struct RemoveTargetsInput: Swift.Sendable { force: Swift.Bool? = false, ids: [Swift.String]? = nil, rule: Swift.String? = nil - ) - { + ) { self.eventBusName = eventBusName self.force = force self.ids = ids @@ -4648,8 +4488,7 @@ extension EventBridgeClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.targetId = targetId @@ -4666,8 +4505,7 @@ public struct RemoveTargetsOutput: Swift.Sendable { public init( failedEntries: [EventBridgeClientTypes.RemoveTargetsResultEntry]? = nil, failedEntryCount: Swift.Int = 0 - ) - { + ) { self.failedEntries = failedEntries self.failedEntryCount = failedEntryCount } @@ -4699,8 +4537,7 @@ public struct StartReplayInput: Swift.Sendable { eventSourceArn: Swift.String? = nil, eventStartTime: Foundation.Date? = nil, replayName: Swift.String? = nil - ) - { + ) { self.description = description self.destination = destination self.eventEndTime = eventEndTime @@ -4725,8 +4562,7 @@ public struct StartReplayOutput: Swift.Sendable { replayStartTime: Foundation.Date? = nil, state: EventBridgeClientTypes.ReplayState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.replayArn = replayArn self.replayStartTime = replayStartTime self.state = state @@ -4745,8 +4581,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [EventBridgeClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4782,8 +4617,7 @@ public struct TestEventPatternInput: Swift.Sendable { public init( event: Swift.String? = nil, eventPattern: Swift.String? = nil - ) - { + ) { self.event = event self.eventPattern = eventPattern } @@ -4795,8 +4629,7 @@ public struct TestEventPatternOutput: Swift.Sendable { public init( result: Swift.Bool = false - ) - { + ) { self.result = result } } @@ -4812,8 +4645,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4846,8 +4678,7 @@ public struct UpdateApiDestinationInput: Swift.Sendable { invocationEndpoint: Swift.String? = nil, invocationRateLimitPerSecond: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.connectionArn = connectionArn self.description = description self.httpMethod = httpMethod @@ -4872,8 +4703,7 @@ public struct UpdateApiDestinationOutput: Swift.Sendable { apiDestinationState: EventBridgeClientTypes.ApiDestinationState? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.apiDestinationArn = apiDestinationArn self.apiDestinationState = apiDestinationState self.creationTime = creationTime @@ -4897,8 +4727,7 @@ public struct UpdateArchiveInput: Swift.Sendable { description: Swift.String? = nil, eventPattern: Swift.String? = nil, retentionDays: Swift.Int? = nil - ) - { + ) { self.archiveName = archiveName self.description = description self.eventPattern = eventPattern @@ -4921,8 +4750,7 @@ public struct UpdateArchiveOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, state: EventBridgeClientTypes.ArchiveState? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.archiveArn = archiveArn self.creationTime = creationTime self.state = state @@ -4942,8 +4770,7 @@ extension EventBridgeClientTypes { public init( apiKeyName: Swift.String? = nil, apiKeyValue: Swift.String? = nil - ) - { + ) { self.apiKeyName = apiKeyName self.apiKeyValue = apiKeyValue } @@ -4967,8 +4794,7 @@ extension EventBridgeClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -4992,8 +4818,7 @@ extension EventBridgeClientTypes { public init( clientID: Swift.String? = nil, clientSecret: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.clientSecret = clientSecret } @@ -5023,8 +4848,7 @@ extension EventBridgeClientTypes { clientParameters: EventBridgeClientTypes.UpdateConnectionOAuthClientRequestParameters? = nil, httpMethod: EventBridgeClientTypes.ConnectionOAuthHttpMethod? = nil, oAuthHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientParameters = clientParameters self.httpMethod = httpMethod @@ -5054,8 +4878,7 @@ extension EventBridgeClientTypes { connectivityParameters: EventBridgeClientTypes.ConnectivityResourceParameters? = nil, invocationHttpParameters: EventBridgeClientTypes.ConnectionHttpParameters? = nil, oAuthParameters: EventBridgeClientTypes.UpdateConnectionOAuthRequestParameters? = nil - ) - { + ) { self.apiKeyAuthParameters = apiKeyAuthParameters self.basicAuthParameters = basicAuthParameters self.connectivityParameters = connectivityParameters @@ -5084,8 +4907,7 @@ public struct UpdateConnectionInput: Swift.Sendable { description: Swift.String? = nil, invocationConnectivityParameters: EventBridgeClientTypes.ConnectivityResourceParameters? = nil, name: Swift.String? = nil - ) - { + ) { self.authParameters = authParameters self.authorizationType = authorizationType self.description = description @@ -5112,8 +4934,7 @@ public struct UpdateConnectionOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastAuthorizedTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.connectionArn = connectionArn self.connectionState = connectionState self.creationTime = creationTime @@ -5144,8 +4965,7 @@ public struct UpdateEndpointInput: Swift.Sendable { replicationConfig: EventBridgeClientTypes.ReplicationConfig? = nil, roleArn: Swift.String? = nil, routingConfig: EventBridgeClientTypes.RoutingConfig? = nil - ) - { + ) { self.description = description self.eventBuses = eventBuses self.name = name @@ -5185,8 +5005,7 @@ public struct UpdateEndpointOutput: Swift.Sendable { roleArn: Swift.String? = nil, routingConfig: EventBridgeClientTypes.RoutingConfig? = nil, state: EventBridgeClientTypes.EndpointState? = nil - ) - { + ) { self.arn = arn self.endpointId = endpointId self.endpointUrl = endpointUrl @@ -5223,8 +5042,7 @@ public struct UpdateEventBusInput: Swift.Sendable { description: Swift.String? = nil, kmsKeyIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.deadLetterConfig = deadLetterConfig self.description = description self.kmsKeyIdentifier = kmsKeyIdentifier @@ -5250,8 +5068,7 @@ public struct UpdateEventBusOutput: Swift.Sendable { description: Swift.String? = nil, kmsKeyIdentifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.deadLetterConfig = deadLetterConfig self.description = description diff --git a/Sources/Services/AWSEvidently/Package.swift.txt b/Sources/Services/AWSEvidently/Package.swift.txt index 41f1441dc23..a0a3c9854f8 100644 --- a/Sources/Services/AWSEvidently/Package.swift.txt +++ b/Sources/Services/AWSEvidently/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSEvidently/Sources/AWSEvidently/EvidentlyClient.swift b/Sources/Services/AWSEvidently/Sources/AWSEvidently/EvidentlyClient.swift index ca947fccdd3..6de577ae453 100644 --- a/Sources/Services/AWSEvidently/Sources/AWSEvidently/EvidentlyClient.swift +++ b/Sources/Services/AWSEvidently/Sources/AWSEvidently/EvidentlyClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class EvidentlyClient: ClientRuntime.Client { public static let clientName = "EvidentlyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: EvidentlyClient.EvidentlyClientConfiguration let serviceName = "Evidently" diff --git a/Sources/Services/AWSEvidently/Sources/AWSEvidently/Models.swift b/Sources/Services/AWSEvidently/Sources/AWSEvidently/Models.swift index 3628028a3d0..da4b3b7f12d 100644 --- a/Sources/Services/AWSEvidently/Sources/AWSEvidently/Models.swift +++ b/Sources/Services/AWSEvidently/Sources/AWSEvidently/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -78,8 +77,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -110,8 +108,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -132,8 +129,7 @@ extension EvidentlyClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -199,8 +195,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [EvidentlyClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: EvidentlyClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -224,8 +219,7 @@ extension EvidentlyClientTypes { entityId: Swift.String? = nil, evaluationContext: Swift.String? = nil, feature: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.evaluationContext = evaluationContext self.feature = feature @@ -244,8 +238,7 @@ public struct BatchEvaluateFeatureInput: Swift.Sendable { public init( project: Swift.String? = nil, requests: [EvidentlyClientTypes.EvaluationRequest]? = nil - ) - { + ) { self.project = project self.requests = requests } @@ -296,8 +289,7 @@ extension EvidentlyClientTypes { reason: Swift.String? = nil, value: EvidentlyClientTypes.VariableValue? = nil, variation: Swift.String? = nil - ) - { + ) { self.details = details self.entityId = entityId self.feature = feature @@ -315,8 +307,7 @@ public struct BatchEvaluateFeatureOutput: Swift.Sendable { public init( results: [EvidentlyClientTypes.EvaluationResult]? = nil - ) - { + ) { self.results = results } } @@ -359,8 +350,7 @@ extension EvidentlyClientTypes { public init( logGroup: Swift.String? = nil - ) - { + ) { self.logGroup = logGroup } } @@ -375,8 +365,7 @@ extension EvidentlyClientTypes { public init( logGroup: Swift.String? = nil - ) - { + ) { self.logGroup = logGroup } } @@ -406,8 +395,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -444,8 +432,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -478,8 +465,7 @@ extension EvidentlyClientTypes { name: Swift.String? = nil, unitLabel: Swift.String? = nil, valueKey: Swift.String? = nil - ) - { + ) { self.entityIdKey = entityIdKey self.eventPattern = eventPattern self.name = name @@ -502,8 +488,7 @@ extension EvidentlyClientTypes { public init( desiredChange: EvidentlyClientTypes.ChangeDirectionEnum? = nil, metricDefinition: EvidentlyClientTypes.MetricDefinitionConfig? = nil - ) - { + ) { self.desiredChange = desiredChange self.metricDefinition = metricDefinition } @@ -522,8 +507,7 @@ extension EvidentlyClientTypes { public init( controlTreatmentName: Swift.String? = nil, treatmentWeights: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.controlTreatmentName = controlTreatmentName self.treatmentWeights = treatmentWeights } @@ -551,8 +535,7 @@ extension EvidentlyClientTypes { feature: Swift.String? = nil, name: Swift.String? = nil, variation: Swift.String? = nil - ) - { + ) { self.description = description self.feature = feature self.name = name @@ -598,8 +581,7 @@ public struct CreateExperimentInput: Swift.Sendable { segment: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, treatments: [EvidentlyClientTypes.TreatmentConfig]? = nil - ) - { + ) { self.description = description self.metricGoals = metricGoals self.name = name @@ -625,8 +607,7 @@ extension EvidentlyClientTypes { public init( endedTime: Foundation.Date? = nil, startedTime: Foundation.Date? = nil - ) - { + ) { self.endedTime = endedTime self.startedTime = startedTime } @@ -654,8 +635,7 @@ extension EvidentlyClientTypes { name: Swift.String? = nil, unitLabel: Swift.String? = nil, valueKey: Swift.String? = nil - ) - { + ) { self.entityIdKey = entityIdKey self.eventPattern = eventPattern self.name = name @@ -678,8 +658,7 @@ extension EvidentlyClientTypes { public init( desiredChange: EvidentlyClientTypes.ChangeDirectionEnum? = nil, metricDefinition: EvidentlyClientTypes.MetricDefinition? = nil - ) - { + ) { self.desiredChange = desiredChange self.metricDefinition = metricDefinition } @@ -698,8 +677,7 @@ extension EvidentlyClientTypes { public init( controlTreatmentName: Swift.String? = nil, treatmentWeights: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.controlTreatmentName = controlTreatmentName self.treatmentWeights = treatmentWeights } @@ -715,8 +693,7 @@ extension EvidentlyClientTypes { public init( analysisCompleteTime: Foundation.Date? = nil - ) - { + ) { self.analysisCompleteTime = analysisCompleteTime } } @@ -776,8 +753,7 @@ extension EvidentlyClientTypes { description: Swift.String? = nil, featureVariations: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.featureVariations = featureVariations self.name = name @@ -877,8 +853,7 @@ extension EvidentlyClientTypes { tags: [Swift.String: Swift.String]? = nil, treatments: [EvidentlyClientTypes.Treatment]? = nil, type: EvidentlyClientTypes.ExperimentType? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -908,8 +883,7 @@ public struct CreateExperimentOutput: Swift.Sendable { public init( experiment: EvidentlyClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -957,8 +931,7 @@ extension EvidentlyClientTypes { public init( name: Swift.String? = nil, value: EvidentlyClientTypes.VariableValue? = nil - ) - { + ) { self.name = name self.value = value } @@ -995,8 +968,7 @@ public struct CreateFeatureInput: Swift.Sendable { project: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, variations: [EvidentlyClientTypes.VariationConfig]? = nil - ) - { + ) { self.defaultVariation = defaultVariation self.description = description self.entityOverrides = entityOverrides @@ -1021,8 +993,7 @@ extension EvidentlyClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -1105,8 +1076,7 @@ extension EvidentlyClientTypes { public init( name: Swift.String? = nil, value: EvidentlyClientTypes.VariableValue? = nil - ) - { + ) { self.name = name self.value = value } @@ -1169,8 +1139,7 @@ extension EvidentlyClientTypes { tags: [Swift.String: Swift.String]? = nil, valueType: EvidentlyClientTypes.VariationValueType? = nil, variations: [EvidentlyClientTypes.Variation]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.defaultVariation = defaultVariation @@ -1195,8 +1164,7 @@ public struct CreateFeatureOutput: Swift.Sendable { public init( feature: EvidentlyClientTypes.Feature? = nil - ) - { + ) { self.feature = feature } } @@ -1222,8 +1190,7 @@ extension EvidentlyClientTypes { feature: Swift.String? = nil, name: Swift.String? = nil, variation: Swift.String? = nil - ) - { + ) { self.description = description self.feature = feature self.name = name @@ -1242,8 +1209,7 @@ extension EvidentlyClientTypes { public init( metricDefinition: EvidentlyClientTypes.MetricDefinitionConfig? = nil - ) - { + ) { self.metricDefinition = metricDefinition } } @@ -1267,8 +1233,7 @@ extension EvidentlyClientTypes { evaluationOrder: Swift.Int? = nil, segment: Swift.String? = nil, weights: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.evaluationOrder = evaluationOrder self.segment = segment self.weights = weights @@ -1293,8 +1258,7 @@ extension EvidentlyClientTypes { groupWeights: [Swift.String: Swift.Int]? = nil, segmentOverrides: [EvidentlyClientTypes.SegmentOverride]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.groupWeights = groupWeights self.segmentOverrides = segmentOverrides self.startTime = startTime @@ -1312,8 +1276,7 @@ extension EvidentlyClientTypes { public init( steps: [EvidentlyClientTypes.ScheduledSplitConfig]? = nil - ) - { + ) { self.steps = steps } } @@ -1349,8 +1312,7 @@ public struct CreateLaunchInput: Swift.Sendable { randomizationSalt: Swift.String? = nil, scheduledSplitsConfig: EvidentlyClientTypes.ScheduledSplitsLaunchConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.groups = groups self.metricMonitors = metricMonitors @@ -1374,8 +1336,7 @@ extension EvidentlyClientTypes { public init( endedTime: Foundation.Date? = nil, startedTime: Foundation.Date? = nil - ) - { + ) { self.endedTime = endedTime self.startedTime = startedTime } @@ -1399,8 +1360,7 @@ extension EvidentlyClientTypes { description: Swift.String? = nil, featureVariations: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.featureVariations = featureVariations self.name = name @@ -1418,8 +1378,7 @@ extension EvidentlyClientTypes { public init( metricDefinition: EvidentlyClientTypes.MetricDefinition? = nil - ) - { + ) { self.metricDefinition = metricDefinition } } @@ -1441,8 +1400,7 @@ extension EvidentlyClientTypes { groupWeights: [Swift.String: Swift.Int]? = nil, segmentOverrides: [EvidentlyClientTypes.SegmentOverride]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.groupWeights = groupWeights self.segmentOverrides = segmentOverrides self.startTime = startTime @@ -1459,8 +1417,7 @@ extension EvidentlyClientTypes { public init( steps: [EvidentlyClientTypes.ScheduledSplit]? = nil - ) - { + ) { self.steps = steps } } @@ -1587,8 +1544,7 @@ extension EvidentlyClientTypes { statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: EvidentlyClientTypes.LaunchType? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -1615,8 +1571,7 @@ public struct CreateLaunchOutput: Swift.Sendable { public init( launch: EvidentlyClientTypes.Launch? = nil - ) - { + ) { self.launch = launch } } @@ -1633,8 +1588,7 @@ extension EvidentlyClientTypes { public init( applicationId: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.environmentId = environmentId } @@ -1653,8 +1607,7 @@ extension EvidentlyClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -1673,8 +1626,7 @@ extension EvidentlyClientTypes { public init( cloudWatchLogs: EvidentlyClientTypes.CloudWatchLogsDestinationConfig? = nil, s3Destination: EvidentlyClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.s3Destination = s3Destination } @@ -1700,8 +1652,7 @@ public struct CreateProjectInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appConfigResource = appConfigResource self.dataDelivery = dataDelivery self.description = description @@ -1728,8 +1679,7 @@ extension EvidentlyClientTypes { applicationId: Swift.String? = nil, configurationProfileId: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configurationProfileId = configurationProfileId self.environmentId = environmentId @@ -1749,8 +1699,7 @@ extension EvidentlyClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -1769,8 +1718,7 @@ extension EvidentlyClientTypes { public init( cloudWatchLogs: EvidentlyClientTypes.CloudWatchLogsDestination? = nil, s3Destination: EvidentlyClientTypes.S3Destination? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.s3Destination = s3Destination } @@ -1859,8 +1807,7 @@ extension EvidentlyClientTypes { name: Swift.String? = nil, status: EvidentlyClientTypes.ProjectStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeExperimentCount = activeExperimentCount self.activeLaunchCount = activeLaunchCount self.appConfigResource = appConfigResource @@ -1886,8 +1833,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( project: EvidentlyClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -1909,8 +1855,7 @@ public struct CreateSegmentInput: Swift.Sendable { name: Swift.String? = nil, pattern: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.pattern = pattern @@ -1956,8 +1901,7 @@ extension EvidentlyClientTypes { name: Swift.String? = nil, pattern: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -1978,8 +1922,7 @@ public struct CreateSegmentOutput: Swift.Sendable { public init( segment: EvidentlyClientTypes.Segment? = nil - ) - { + ) { self.segment = segment } } @@ -2002,8 +1945,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2026,8 +1968,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2043,8 +1984,7 @@ public struct DeleteExperimentInput: Swift.Sendable { public init( experiment: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.experiment = experiment self.project = project } @@ -2066,8 +2006,7 @@ public struct DeleteFeatureInput: Swift.Sendable { public init( feature: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.feature = feature self.project = project } @@ -2089,8 +2028,7 @@ public struct DeleteLaunchInput: Swift.Sendable { public init( launch: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.launch = launch self.project = project } @@ -2108,8 +2046,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( project: Swift.String? = nil - ) - { + ) { self.project = project } } @@ -2126,8 +2063,7 @@ public struct DeleteSegmentInput: Swift.Sendable { public init( segment: Swift.String? = nil - ) - { + ) { self.segment = segment } } @@ -2155,8 +2091,7 @@ public struct EvaluateFeatureInput: Swift.Sendable { evaluationContext: Swift.String? = nil, feature: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.evaluationContext = evaluationContext self.feature = feature @@ -2179,8 +2114,7 @@ public struct EvaluateFeatureOutput: Swift.Sendable { reason: Swift.String? = nil, value: EvidentlyClientTypes.VariableValue? = nil, variation: Swift.String? = nil - ) - { + ) { self.details = details self.reason = reason self.value = value @@ -2235,8 +2169,7 @@ extension EvidentlyClientTypes { data: Swift.String? = nil, timestamp: Foundation.Date? = nil, type: EvidentlyClientTypes.EventType? = nil - ) - { + ) { self.data = data self.timestamp = timestamp self.type = type @@ -2251,8 +2184,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2263,8 +2195,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2280,8 +2211,7 @@ public struct GetExperimentInput: Swift.Sendable { public init( experiment: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.experiment = experiment self.project = project } @@ -2293,8 +2223,7 @@ public struct GetExperimentOutput: Swift.Sendable { public init( experiment: EvidentlyClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -2431,8 +2360,7 @@ public struct GetExperimentResultsInput: Swift.Sendable { resultStats: [EvidentlyClientTypes.ExperimentResultRequestType]? = nil, startTime: Foundation.Date? = nil, treatmentNames: [Swift.String]? = nil - ) - { + ) { self.baseStat = baseStat self.endTime = endTime self.experiment = experiment @@ -2464,8 +2392,7 @@ extension EvidentlyClientTypes { metricName: Swift.String? = nil, reportName: EvidentlyClientTypes.ExperimentReportName? = nil, treatmentName: Swift.String? = nil - ) - { + ) { self.content = content self.metricName = metricName self.reportName = reportName @@ -2530,8 +2457,7 @@ extension EvidentlyClientTypes { resultStat: EvidentlyClientTypes.ExperimentResultResponseType? = nil, treatmentName: Swift.String? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.metricName = metricName self.resultStat = resultStat self.treatmentName = treatmentName @@ -2555,8 +2481,7 @@ public struct GetExperimentResultsOutput: Swift.Sendable { reports: [EvidentlyClientTypes.ExperimentReport]? = nil, resultsData: [EvidentlyClientTypes.ExperimentResultsData]? = nil, timestamps: [Foundation.Date]? = nil - ) - { + ) { self.details = details self.reports = reports self.resultsData = resultsData @@ -2580,8 +2505,7 @@ public struct ListExperimentsInput: Swift.Sendable { nextToken: Swift.String? = nil, project: Swift.String? = nil, status: EvidentlyClientTypes.ExperimentStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.project = project @@ -2598,8 +2522,7 @@ public struct ListExperimentsOutput: Swift.Sendable { public init( experiments: [EvidentlyClientTypes.Experiment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experiments = experiments self.nextToken = nextToken } @@ -2620,8 +2543,7 @@ public struct StartExperimentInput: Swift.Sendable { analysisCompleteTime: Foundation.Date? = nil, experiment: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.analysisCompleteTime = analysisCompleteTime self.experiment = experiment self.project = project @@ -2634,8 +2556,7 @@ public struct StartExperimentOutput: Swift.Sendable { public init( startedTime: Foundation.Date? = nil - ) - { + ) { self.startedTime = startedTime } } @@ -2686,8 +2607,7 @@ public struct StopExperimentInput: Swift.Sendable { experiment: Swift.String? = nil, project: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.desiredState = desiredState self.experiment = experiment self.project = project @@ -2701,8 +2621,7 @@ public struct StopExperimentOutput: Swift.Sendable { public init( endedTime: Foundation.Date? = nil - ) - { + ) { self.endedTime = endedTime } } @@ -2742,8 +2661,7 @@ public struct UpdateExperimentInput: Swift.Sendable { samplingRate: Swift.Int? = 0, segment: Swift.String? = nil, treatments: [EvidentlyClientTypes.TreatmentConfig]? = nil - ) - { + ) { self.description = description self.experiment = experiment self.metricGoals = metricGoals @@ -2764,8 +2682,7 @@ public struct UpdateExperimentOutput: Swift.Sendable { public init( experiment: EvidentlyClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -2781,8 +2698,7 @@ public struct GetFeatureInput: Swift.Sendable { public init( feature: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.feature = feature self.project = project } @@ -2795,8 +2711,7 @@ public struct GetFeatureOutput: Swift.Sendable { public init( feature: EvidentlyClientTypes.Feature? = nil - ) - { + ) { self.feature = feature } } @@ -2814,8 +2729,7 @@ public struct ListFeaturesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.project = project @@ -2864,8 +2778,7 @@ extension EvidentlyClientTypes { project: Swift.String? = nil, status: EvidentlyClientTypes.FeatureStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.defaultVariation = defaultVariation @@ -2889,8 +2802,7 @@ public struct ListFeaturesOutput: Swift.Sendable { public init( features: [EvidentlyClientTypes.FeatureSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.features = features self.nextToken = nextToken } @@ -2925,8 +2837,7 @@ public struct UpdateFeatureInput: Swift.Sendable { feature: Swift.String? = nil, project: Swift.String? = nil, removeVariations: [Swift.String]? = nil - ) - { + ) { self.addOrUpdateVariations = addOrUpdateVariations self.defaultVariation = defaultVariation self.description = description @@ -2945,8 +2856,7 @@ public struct UpdateFeatureOutput: Swift.Sendable { public init( feature: EvidentlyClientTypes.Feature? = nil - ) - { + ) { self.feature = feature } } @@ -2958,8 +2868,7 @@ public struct GetProjectInput: Swift.Sendable { public init( project: Swift.String? = nil - ) - { + ) { self.project = project } } @@ -2971,8 +2880,7 @@ public struct GetProjectOutput: Swift.Sendable { public init( project: EvidentlyClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -2988,8 +2896,7 @@ public struct GetLaunchInput: Swift.Sendable { public init( launch: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.launch = launch self.project = project } @@ -3001,8 +2908,7 @@ public struct GetLaunchOutput: Swift.Sendable { public init( launch: EvidentlyClientTypes.Launch? = nil - ) - { + ) { self.launch = launch } } @@ -3023,8 +2929,7 @@ public struct ListLaunchesInput: Swift.Sendable { nextToken: Swift.String? = nil, project: Swift.String? = nil, status: EvidentlyClientTypes.LaunchStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.project = project @@ -3041,8 +2946,7 @@ public struct ListLaunchesOutput: Swift.Sendable { public init( launches: [EvidentlyClientTypes.Launch]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launches = launches self.nextToken = nextToken } @@ -3059,8 +2963,7 @@ public struct StartLaunchInput: Swift.Sendable { public init( launch: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.launch = launch self.project = project } @@ -3073,8 +2976,7 @@ public struct StartLaunchOutput: Swift.Sendable { public init( launch: EvidentlyClientTypes.Launch? = nil - ) - { + ) { self.launch = launch } } @@ -3125,8 +3027,7 @@ public struct StopLaunchInput: Swift.Sendable { launch: Swift.String? = nil, project: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.desiredState = desiredState self.launch = launch self.project = project @@ -3140,8 +3041,7 @@ public struct StopLaunchOutput: Swift.Sendable { public init( endedTime: Foundation.Date? = nil - ) - { + ) { self.endedTime = endedTime } } @@ -3172,8 +3072,7 @@ public struct UpdateLaunchInput: Swift.Sendable { project: Swift.String? = nil, randomizationSalt: Swift.String? = nil, scheduledSplitsConfig: EvidentlyClientTypes.ScheduledSplitsLaunchConfig? = nil - ) - { + ) { self.description = description self.groups = groups self.launch = launch @@ -3191,8 +3090,7 @@ public struct UpdateLaunchOutput: Swift.Sendable { public init( launch: EvidentlyClientTypes.Launch? = nil - ) - { + ) { self.launch = launch } } @@ -3206,8 +3104,7 @@ public struct ListProjectsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3260,8 +3157,7 @@ extension EvidentlyClientTypes { name: Swift.String? = nil, status: EvidentlyClientTypes.ProjectStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeExperimentCount = activeExperimentCount self.activeLaunchCount = activeLaunchCount self.arn = arn @@ -3287,8 +3183,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [EvidentlyClientTypes.ProjectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -3305,8 +3200,7 @@ public struct PutProjectEventsInput: Swift.Sendable { public init( events: [EvidentlyClientTypes.Event]? = nil, project: Swift.String? = nil - ) - { + ) { self.events = events self.project = project } @@ -3327,8 +3221,7 @@ extension EvidentlyClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.eventId = eventId @@ -3345,8 +3238,7 @@ public struct PutProjectEventsOutput: Swift.Sendable { public init( eventResults: [EvidentlyClientTypes.PutProjectEventsResultEntry]? = nil, failedEventCount: Swift.Int? = nil - ) - { + ) { self.eventResults = eventResults self.failedEventCount = failedEventCount } @@ -3365,8 +3257,7 @@ public struct UpdateProjectInput: Swift.Sendable { appConfigResource: EvidentlyClientTypes.ProjectAppConfigResourceConfig? = nil, description: Swift.String? = nil, project: Swift.String? = nil - ) - { + ) { self.appConfigResource = appConfigResource self.description = description self.project = project @@ -3380,8 +3271,7 @@ public struct UpdateProjectOutput: Swift.Sendable { public init( project: EvidentlyClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -3399,8 +3289,7 @@ public struct UpdateProjectDataDeliveryInput: Swift.Sendable { cloudWatchLogs: EvidentlyClientTypes.CloudWatchLogsDestinationConfig? = nil, project: Swift.String? = nil, s3Destination: EvidentlyClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.project = project self.s3Destination = s3Destination @@ -3414,8 +3303,7 @@ public struct UpdateProjectDataDeliveryOutput: Swift.Sendable { public init( project: EvidentlyClientTypes.Project? = nil - ) - { + ) { self.project = project } } @@ -3427,8 +3315,7 @@ public struct GetSegmentInput: Swift.Sendable { public init( segment: Swift.String? = nil - ) - { + ) { self.segment = segment } } @@ -3440,8 +3327,7 @@ public struct GetSegmentOutput: Swift.Sendable { public init( segment: EvidentlyClientTypes.Segment? = nil - ) - { + ) { self.segment = segment } } @@ -3492,8 +3378,7 @@ public struct ListSegmentReferencesInput: Swift.Sendable { nextToken: Swift.String? = nil, segment: Swift.String? = nil, type: EvidentlyClientTypes.SegmentReferenceResourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.segment = segment @@ -3530,8 +3415,7 @@ extension EvidentlyClientTypes { startTime: Swift.String? = nil, status: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.endTime = endTime self.lastUpdatedOn = lastUpdatedOn @@ -3552,8 +3436,7 @@ public struct ListSegmentReferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, referencedBy: [EvidentlyClientTypes.RefResource]? = nil - ) - { + ) { self.nextToken = nextToken self.referencedBy = referencedBy } @@ -3568,8 +3451,7 @@ public struct ListSegmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3584,8 +3466,7 @@ public struct ListSegmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, segments: [EvidentlyClientTypes.Segment]? = nil - ) - { + ) { self.nextToken = nextToken self.segments = segments } @@ -3602,8 +3483,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3625,8 +3505,7 @@ public struct TestSegmentPatternInput: Swift.Sendable { public init( pattern: Swift.String? = nil, payload: Swift.String? = nil - ) - { + ) { self.pattern = pattern self.payload = payload } @@ -3639,8 +3518,7 @@ public struct TestSegmentPatternOutput: Swift.Sendable { public init( match: Swift.Bool? = nil - ) - { + ) { self.match = match } } @@ -3656,8 +3534,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSFMS/Package.swift.txt b/Sources/Services/AWSFMS/Package.swift.txt index 5a7713224a4..b27f5ad40d3 100644 --- a/Sources/Services/AWSFMS/Package.swift.txt +++ b/Sources/Services/AWSFMS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSFMS/Sources/AWSFMS/FMSClient.swift b/Sources/Services/AWSFMS/Sources/AWSFMS/FMSClient.swift index 10042b38c66..a9ef15a04c9 100644 --- a/Sources/Services/AWSFMS/Sources/AWSFMS/FMSClient.swift +++ b/Sources/Services/AWSFMS/Sources/AWSFMS/FMSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FMSClient: ClientRuntime.Client { public static let clientName = "FMSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FMSClient.FMSClientConfiguration let serviceName = "FMS" diff --git a/Sources/Services/AWSFMS/Sources/AWSFMS/Models.swift b/Sources/Services/AWSFMS/Sources/AWSFMS/Models.swift index d9cb50a4b79..293f840f2fa 100644 --- a/Sources/Services/AWSFMS/Sources/AWSFMS/Models.swift +++ b/Sources/Services/AWSFMS/Sources/AWSFMS/Models.swift @@ -128,8 +128,7 @@ extension FMSClientTypes { accounts: [Swift.String]? = nil, allAccountsEnabled: Swift.Bool = false, excludeSpecifiedAccounts: Swift.Bool = false - ) - { + ) { self.accounts = accounts self.allAccountsEnabled = allAccountsEnabled self.excludeSpecifiedAccounts = excludeSpecifiedAccounts @@ -149,8 +148,7 @@ extension FMSClientTypes { public init( description: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.description = description self.resourceId = resourceId } @@ -215,8 +213,7 @@ extension FMSClientTypes { adminAccount: Swift.String? = nil, defaultAdmin: Swift.Bool = false, status: FMSClientTypes.OrganizationStatus? = nil - ) - { + ) { self.adminAccount = adminAccount self.defaultAdmin = defaultAdmin self.status = status @@ -239,8 +236,7 @@ extension FMSClientTypes { allOrganizationalUnitsEnabled: Swift.Bool = false, excludeSpecifiedOrganizationalUnits: Swift.Bool = false, organizationalUnits: [Swift.String]? = nil - ) - { + ) { self.allOrganizationalUnitsEnabled = allOrganizationalUnitsEnabled self.excludeSpecifiedOrganizationalUnits = excludeSpecifiedOrganizationalUnits self.organizationalUnits = organizationalUnits @@ -316,8 +312,7 @@ extension FMSClientTypes { public init( allPolicyTypesEnabled: Swift.Bool = false, policyTypes: [FMSClientTypes.SecurityServiceType]? = nil - ) - { + ) { self.allPolicyTypesEnabled = allPolicyTypesEnabled self.policyTypes = policyTypes } @@ -336,8 +331,7 @@ extension FMSClientTypes { public init( allRegionsEnabled: Swift.Bool = false, regions: [Swift.String]? = nil - ) - { + ) { self.allRegionsEnabled = allRegionsEnabled self.regions = regions } @@ -362,8 +356,7 @@ extension FMSClientTypes { organizationalUnitScope: FMSClientTypes.OrganizationalUnitScope? = nil, policyTypeScope: FMSClientTypes.PolicyTypeScope? = nil, regionScope: FMSClientTypes.RegionScope? = nil - ) - { + ) { self.accountScope = accountScope self.organizationalUnitScope = organizationalUnitScope self.policyTypeScope = policyTypeScope @@ -390,8 +383,7 @@ extension FMSClientTypes { appName: Swift.String? = nil, port: Swift.Int? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.appName = appName self.port = port self.`protocol` = `protocol` @@ -428,8 +420,7 @@ extension FMSClientTypes { listName: Swift.String? = nil, listUpdateToken: Swift.String? = nil, previousAppsList: [Swift.String: [FMSClientTypes.App]]? = nil - ) - { + ) { self.appsList = appsList self.createTime = createTime self.lastUpdateTime = lastUpdateTime @@ -459,8 +450,7 @@ extension FMSClientTypes { listArn: Swift.String? = nil, listId: Swift.String? = nil, listName: Swift.String? = nil - ) - { + ) { self.appsList = appsList self.listArn = listArn self.listId = listId @@ -487,8 +477,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -511,8 +500,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -535,8 +523,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -559,8 +546,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -583,8 +569,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -596,8 +581,7 @@ public struct AssociateAdminAccountInput: Swift.Sendable { public init( adminAccount: Swift.String? = nil - ) - { + ) { self.adminAccount = adminAccount } } @@ -638,8 +622,7 @@ public struct AssociateThirdPartyFirewallInput: Swift.Sendable { public init( thirdPartyFirewall: FMSClientTypes.ThirdPartyFirewall? = nil - ) - { + ) { self.thirdPartyFirewall = thirdPartyFirewall } } @@ -698,8 +681,7 @@ public struct AssociateThirdPartyFirewallOutput: Swift.Sendable { public init( thirdPartyFirewallStatus: FMSClientTypes.ThirdPartyFirewallAssociationStatus? = nil - ) - { + ) { self.thirdPartyFirewallStatus = thirdPartyFirewallStatus } } @@ -716,8 +698,7 @@ extension FMSClientTypes { public init( violatingSecurityGroups: [Swift.String]? = nil, violationTarget: Swift.String? = nil - ) - { + ) { self.violatingSecurityGroups = violatingSecurityGroups self.violationTarget = violationTarget } @@ -736,8 +717,7 @@ extension FMSClientTypes { public init( awsEc2NetworkInterfaceViolations: [FMSClientTypes.AwsEc2NetworkInterfaceViolation]? = nil, violationTarget: Swift.String? = nil - ) - { + ) { self.awsEc2NetworkInterfaceViolations = awsEc2NetworkInterfaceViolations self.violationTarget = violationTarget } @@ -755,8 +735,7 @@ public struct BatchAssociateResourceInput: Swift.Sendable { public init( items: [Swift.String]? = nil, resourceSetIdentifier: Swift.String? = nil - ) - { + ) { self.items = items self.resourceSetIdentifier = resourceSetIdentifier } @@ -815,8 +794,7 @@ extension FMSClientTypes { public init( reason: FMSClientTypes.FailedItemReason? = nil, uri: Swift.String? = nil - ) - { + ) { self.reason = reason self.uri = uri } @@ -834,8 +812,7 @@ public struct BatchAssociateResourceOutput: Swift.Sendable { public init( failedItems: [FMSClientTypes.FailedItem]? = nil, resourceSetIdentifier: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.resourceSetIdentifier = resourceSetIdentifier } @@ -852,8 +829,7 @@ public struct BatchDisassociateResourceInput: Swift.Sendable { public init( items: [Swift.String]? = nil, resourceSetIdentifier: Swift.String? = nil - ) - { + ) { self.items = items self.resourceSetIdentifier = resourceSetIdentifier } @@ -870,8 +846,7 @@ public struct BatchDisassociateResourceOutput: Swift.Sendable { public init( failedItems: [FMSClientTypes.FailedItem]? = nil, resourceSetIdentifier: Swift.String? = nil - ) - { + ) { self.failedItems = failedItems self.resourceSetIdentifier = resourceSetIdentifier } @@ -884,8 +859,7 @@ public struct DeleteAppsListInput: Swift.Sendable { public init( listId: Swift.String? = nil - ) - { + ) { self.listId = listId } } @@ -921,8 +895,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( deleteAllPolicyResources: Swift.Bool? = false, policyId: Swift.String? = nil - ) - { + ) { self.deleteAllPolicyResources = deleteAllPolicyResources self.policyId = policyId } @@ -935,8 +908,7 @@ public struct DeleteProtocolsListInput: Swift.Sendable { public init( listId: Swift.String? = nil - ) - { + ) { self.listId = listId } } @@ -948,8 +920,7 @@ public struct DeleteResourceSetInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -966,8 +937,7 @@ public struct DisassociateThirdPartyFirewallInput: Swift.Sendable { public init( thirdPartyFirewall: FMSClientTypes.ThirdPartyFirewall? = nil - ) - { + ) { self.thirdPartyFirewall = thirdPartyFirewall } } @@ -978,8 +948,7 @@ public struct DisassociateThirdPartyFirewallOutput: Swift.Sendable { public init( thirdPartyFirewallStatus: FMSClientTypes.ThirdPartyFirewallAssociationStatus? = nil - ) - { + ) { self.thirdPartyFirewallStatus = thirdPartyFirewallStatus } } @@ -998,8 +967,7 @@ public struct GetAdminAccountOutput: Swift.Sendable { public init( adminAccount: Swift.String? = nil, roleStatus: FMSClientTypes.AccountRoleStatus? = nil - ) - { + ) { self.adminAccount = adminAccount self.roleStatus = roleStatus } @@ -1012,8 +980,7 @@ public struct GetAdminScopeInput: Swift.Sendable { public init( adminAccount: Swift.String? = nil - ) - { + ) { self.adminAccount = adminAccount } } @@ -1035,8 +1002,7 @@ public struct GetAdminScopeOutput: Swift.Sendable { public init( adminScope: FMSClientTypes.AdminScope? = nil, status: FMSClientTypes.OrganizationStatus? = nil - ) - { + ) { self.adminScope = adminScope self.status = status } @@ -1052,8 +1018,7 @@ public struct GetAppsListInput: Swift.Sendable { public init( defaultList: Swift.Bool? = false, listId: Swift.String? = nil - ) - { + ) { self.defaultList = defaultList self.listId = listId } @@ -1068,8 +1033,7 @@ public struct GetAppsListOutput: Swift.Sendable { public init( appsList: FMSClientTypes.AppsListData? = nil, appsListArn: Swift.String? = nil - ) - { + ) { self.appsList = appsList self.appsListArn = appsListArn } @@ -1086,8 +1050,7 @@ public struct GetComplianceDetailInput: Swift.Sendable { public init( memberAccount: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.memberAccount = memberAccount self.policyId = policyId } @@ -1259,8 +1222,7 @@ extension FMSClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, violationReason: FMSClientTypes.ViolationReason? = nil - ) - { + ) { self.metadata = metadata self.resourceId = resourceId self.resourceType = resourceType @@ -1296,8 +1258,7 @@ extension FMSClientTypes { policyId: Swift.String? = nil, policyOwner: Swift.String? = nil, violators: [FMSClientTypes.ComplianceViolator]? = nil - ) - { + ) { self.evaluationLimitExceeded = evaluationLimitExceeded self.expiredAt = expiredAt self.issueInfoMap = issueInfoMap @@ -1315,8 +1276,7 @@ public struct GetComplianceDetailOutput: Swift.Sendable { public init( policyComplianceDetail: FMSClientTypes.PolicyComplianceDetail? = nil - ) - { + ) { self.policyComplianceDetail = policyComplianceDetail } } @@ -1335,8 +1295,7 @@ public struct GetNotificationChannelOutput: Swift.Sendable { public init( snsRoleName: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.snsRoleName = snsRoleName self.snsTopicArn = snsTopicArn } @@ -1360,8 +1319,7 @@ public struct InvalidTypeException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1373,8 +1331,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -1450,8 +1407,7 @@ extension FMSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1470,8 +1426,7 @@ extension FMSClientTypes { public init( code: Swift.Int? = nil, type: Swift.Int? = nil - ) - { + ) { self.code = code self.type = type } @@ -1490,8 +1445,7 @@ extension FMSClientTypes { public init( from: Swift.Int? = nil, to: Swift.Int? = nil - ) - { + ) { self.from = from self.to = to } @@ -1557,8 +1511,7 @@ extension FMSClientTypes { portRange: FMSClientTypes.NetworkAclPortRange? = nil, `protocol`: Swift.String? = nil, ruleAction: FMSClientTypes.NetworkAclRuleAction? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.egress = egress self.icmpTypeCode = icmpTypeCode @@ -1590,8 +1543,7 @@ extension FMSClientTypes { forceRemediateForFirstEntries: Swift.Bool? = nil, forceRemediateForLastEntries: Swift.Bool? = nil, lastEntries: [FMSClientTypes.NetworkAclEntry]? = nil - ) - { + ) { self.firstEntries = firstEntries self.forceRemediateForFirstEntries = forceRemediateForFirstEntries self.forceRemediateForLastEntries = forceRemediateForLastEntries @@ -1610,8 +1562,7 @@ extension FMSClientTypes { public init( networkAclEntrySet: FMSClientTypes.NetworkAclEntrySet? = nil - ) - { + ) { self.networkAclEntrySet = networkAclEntrySet } } @@ -1655,8 +1606,7 @@ extension FMSClientTypes { public init( firewallDeploymentModel: FMSClientTypes.FirewallDeploymentModel? = nil - ) - { + ) { self.firewallDeploymentModel = firewallDeploymentModel } } @@ -1671,8 +1621,7 @@ extension FMSClientTypes { public init( firewallDeploymentModel: FMSClientTypes.FirewallDeploymentModel? = nil - ) - { + ) { self.firewallDeploymentModel = firewallDeploymentModel } } @@ -1693,8 +1642,7 @@ extension FMSClientTypes { networkAclCommonPolicy: FMSClientTypes.NetworkAclCommonPolicy? = nil, networkFirewallPolicy: FMSClientTypes.NetworkFirewallPolicy? = nil, thirdPartyFirewallPolicy: FMSClientTypes.ThirdPartyFirewallPolicy? = nil - ) - { + ) { self.networkAclCommonPolicy = networkAclCommonPolicy self.networkFirewallPolicy = networkFirewallPolicy self.thirdPartyFirewallPolicy = thirdPartyFirewallPolicy @@ -1776,8 +1724,7 @@ extension FMSClientTypes { managedServiceData: Swift.String? = nil, policyOption: FMSClientTypes.PolicyOption? = nil, type: FMSClientTypes.SecurityServiceType? = nil - ) - { + ) { self.managedServiceData = managedServiceData self.policyOption = policyOption self.type = type @@ -1871,8 +1818,7 @@ extension FMSClientTypes { resourceType: Swift.String? = nil, resourceTypeList: [Swift.String]? = nil, securityServicePolicyData: FMSClientTypes.SecurityServicePolicyData? = nil - ) - { + ) { self.deleteUnusedFMManagedResources = deleteUnusedFMManagedResources self.excludeMap = excludeMap self.excludeResourceTags = excludeResourceTags @@ -1901,8 +1847,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: FMSClientTypes.Policy? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.policyArn = policyArn } @@ -1930,8 +1875,7 @@ public struct GetProtectionStatusInput: Swift.Sendable { nextToken: Swift.String? = nil, policyId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.memberAccountId = memberAccountId @@ -1969,8 +1913,7 @@ public struct GetProtectionStatusOutput: Swift.Sendable { data: Swift.String? = nil, nextToken: Swift.String? = nil, serviceType: FMSClientTypes.SecurityServiceType? = nil - ) - { + ) { self.adminAccountId = adminAccountId self.data = data self.nextToken = nextToken @@ -1988,8 +1931,7 @@ public struct GetProtocolsListInput: Swift.Sendable { public init( defaultList: Swift.Bool? = false, listId: Swift.String? = nil - ) - { + ) { self.defaultList = defaultList self.listId = listId } @@ -2024,8 +1966,7 @@ extension FMSClientTypes { listUpdateToken: Swift.String? = nil, previousProtocolsList: [Swift.String: [Swift.String]]? = nil, protocolsList: [Swift.String]? = nil - ) - { + ) { self.createTime = createTime self.lastUpdateTime = lastUpdateTime self.listId = listId @@ -2046,8 +1987,7 @@ public struct GetProtocolsListOutput: Swift.Sendable { public init( protocolsList: FMSClientTypes.ProtocolsListData? = nil, protocolsListArn: Swift.String? = nil - ) - { + ) { self.protocolsList = protocolsList self.protocolsListArn = protocolsListArn } @@ -2060,8 +2000,7 @@ public struct GetResourceSetInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2128,8 +2067,7 @@ extension FMSClientTypes { resourceSetStatus: FMSClientTypes.ResourceSetStatus? = nil, resourceTypeList: [Swift.String]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.lastUpdateTime = lastUpdateTime @@ -2152,8 +2090,7 @@ public struct GetResourceSetOutput: Swift.Sendable { public init( resourceSet: FMSClientTypes.ResourceSet? = nil, resourceSetArn: Swift.String? = nil - ) - { + ) { self.resourceSet = resourceSet self.resourceSetArn = resourceSetArn } @@ -2166,8 +2103,7 @@ public struct GetThirdPartyFirewallAssociationStatusInput: Swift.Sendable { public init( thirdPartyFirewall: FMSClientTypes.ThirdPartyFirewall? = nil - ) - { + ) { self.thirdPartyFirewall = thirdPartyFirewall } } @@ -2229,8 +2165,7 @@ public struct GetThirdPartyFirewallAssociationStatusOutput: Swift.Sendable { public init( marketplaceOnboardingStatus: FMSClientTypes.MarketplaceSubscriptionOnboardingStatus? = nil, thirdPartyFirewallStatus: FMSClientTypes.ThirdPartyFirewallAssociationStatus? = nil - ) - { + ) { self.marketplaceOnboardingStatus = marketplaceOnboardingStatus self.thirdPartyFirewallStatus = thirdPartyFirewallStatus } @@ -2269,8 +2204,7 @@ public struct GetViolationDetailsInput: Swift.Sendable { policyId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.memberAccount = memberAccount self.policyId = policyId self.resourceId = resourceId @@ -2292,8 +2226,7 @@ extension FMSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2312,8 +2245,7 @@ extension FMSClientTypes { public init( reference: Swift.String? = nil, targetViolationReasons: [Swift.String]? = nil - ) - { + ) { self.reference = reference self.targetViolationReasons = targetViolationReasons } @@ -2373,8 +2305,7 @@ extension FMSClientTypes { prefixListId: Swift.String? = nil, `protocol`: Swift.String? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.ipv4Range = ipv4Range self.ipv6Range = ipv6Range @@ -2403,8 +2334,7 @@ extension FMSClientTypes { isDefaultAction: Swift.Bool = false, remediationActionType: FMSClientTypes.RemediationActionType? = nil, remediationResult: FMSClientTypes.SecurityGroupRuleDescription? = nil - ) - { + ) { self.description = description self.isDefaultAction = isDefaultAction self.remediationActionType = remediationActionType @@ -2431,8 +2361,7 @@ extension FMSClientTypes { possibleSecurityGroupRemediationActions: [FMSClientTypes.SecurityGroupRemediationAction]? = nil, violationTarget: Swift.String? = nil, violationTargetDescription: Swift.String? = nil - ) - { + ) { self.partialMatches = partialMatches self.possibleSecurityGroupRemediationActions = possibleSecurityGroupRemediationActions self.violationTarget = violationTarget @@ -2453,8 +2382,7 @@ extension FMSClientTypes { public init( violationTarget: Swift.String? = nil, violationTargetDescription: Swift.String? = nil - ) - { + ) { self.violationTarget = violationTarget self.violationTargetDescription = violationTargetDescription } @@ -2476,8 +2404,7 @@ extension FMSClientTypes { numberOfRuleGroupsAlreadyAssociated: Swift.Int = 0, violationTarget: Swift.String? = nil, violationTargetDescription: Swift.String? = nil - ) - { + ) { self.numberOfRuleGroupsAlreadyAssociated = numberOfRuleGroupsAlreadyAssociated self.violationTarget = violationTarget self.violationTargetDescription = violationTargetDescription @@ -2506,8 +2433,7 @@ extension FMSClientTypes { unavailablePriorities: [Swift.Int]? = nil, violationTarget: Swift.String? = nil, violationTargetDescription: Swift.String? = nil - ) - { + ) { self.conflictingPolicyId = conflictingPolicyId self.conflictingPriority = conflictingPriority self.unavailablePriorities = unavailablePriorities @@ -2538,8 +2464,7 @@ extension FMSClientTypes { subnetAvailabilityZoneId: Swift.String? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.firewallSubnetId = firewallSubnetId self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetAvailabilityZoneId = subnetAvailabilityZoneId @@ -2567,8 +2492,7 @@ extension FMSClientTypes { subnetAvailabilityZone: Swift.String? = nil, subnetAvailabilityZoneId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.firewallSubnetId = firewallSubnetId self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetAvailabilityZoneId = subnetAvailabilityZoneId @@ -2624,8 +2548,7 @@ extension FMSClientTypes { entryDetail: FMSClientTypes.NetworkAclEntry? = nil, entryRuleNumber: Swift.Int = 0, entryType: FMSClientTypes.EntryType? = nil - ) - { + ) { self.entryDetail = entryDetail self.entryRuleNumber = entryRuleNumber self.entryType = entryType @@ -2689,8 +2612,7 @@ extension FMSClientTypes { entryViolationReasons: [FMSClientTypes.EntryViolationReason]? = nil, expectedEntry: FMSClientTypes.EntryDescription? = nil, expectedEvaluationOrder: Swift.String? = nil - ) - { + ) { self.actualEvaluationOrder = actualEvaluationOrder self.entriesWithConflicts = entriesWithConflicts self.entryAtExpectedEvaluationOrder = entryAtExpectedEvaluationOrder @@ -2722,8 +2644,7 @@ extension FMSClientTypes { subnet: Swift.String? = nil, subnetAvailabilityZone: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.currentAssociatedNetworkAcl = currentAssociatedNetworkAcl self.entryViolations = entryViolations self.subnet = subnet @@ -2836,8 +2757,7 @@ extension FMSClientTypes { destinationType: FMSClientTypes.DestinationType? = nil, target: Swift.String? = nil, targetType: FMSClientTypes.TargetType? = nil - ) - { + ) { self.destination = destination self.destinationType = destinationType self.target = target @@ -2864,8 +2784,7 @@ extension FMSClientTypes { violatingRoutes: [FMSClientTypes.Route]? = nil, violationTarget: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.routeTableId = routeTableId self.violatingRoutes = violatingRoutes self.violationTarget = violationTarget @@ -2898,8 +2817,7 @@ extension FMSClientTypes { ipV6Cidr: Swift.String? = nil, prefixListId: Swift.String? = nil, routeTableId: Swift.String? = nil - ) - { + ) { self.allowedTargets = allowedTargets self.contributingSubnets = contributingSubnets self.ipV4Cidr = ipV4Cidr @@ -2961,8 +2879,7 @@ extension FMSClientTypes { subnetId: Swift.String? = nil, violatingRoutes: [FMSClientTypes.Route]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.actualFirewallSubnetRoutes = actualFirewallSubnetRoutes self.actualInternetGatewayRoutes = actualInternetGatewayRoutes self.currentFirewallSubnetRouteTable = currentFirewallSubnetRouteTable @@ -3036,8 +2953,7 @@ extension FMSClientTypes { routeTableId: Swift.String? = nil, violatingRoute: FMSClientTypes.Route? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.actualFirewallEndpoint = actualFirewallEndpoint self.actualFirewallSubnetId = actualFirewallSubnetId self.actualFirewallSubnetRoutes = actualFirewallSubnetRoutes @@ -3073,8 +2989,7 @@ extension FMSClientTypes { expectedRoutes: [FMSClientTypes.ExpectedRoute]? = nil, violationTarget: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.expectedRoutes = expectedRoutes self.violationTarget = violationTarget self.vpcId = vpcId @@ -3103,8 +3018,7 @@ extension FMSClientTypes { expectedRouteTable: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.currentRouteTable = currentRouteTable self.expectedRouteTable = expectedRouteTable @@ -3132,8 +3046,7 @@ extension FMSClientTypes { targetViolationReason: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.targetViolationReason = targetViolationReason self.violationTarget = violationTarget @@ -3160,8 +3073,7 @@ extension FMSClientTypes { targetViolationReason: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.targetViolationReason = targetViolationReason self.violationTarget = violationTarget @@ -3257,8 +3169,7 @@ extension FMSClientTypes { public init( ruleOrder: FMSClientTypes.RuleOrder? = nil, streamExceptionPolicy: FMSClientTypes.StreamExceptionPolicy? = nil - ) - { + ) { self.ruleOrder = ruleOrder self.streamExceptionPolicy = streamExceptionPolicy } @@ -3300,8 +3211,7 @@ extension FMSClientTypes { public init( action: FMSClientTypes.NetworkFirewallOverrideAction? = nil - ) - { + ) { self.action = action } } @@ -3325,8 +3235,7 @@ extension FMSClientTypes { priority: Swift.Int? = nil, resourceId: Swift.String? = nil, ruleGroupName: Swift.String? = nil - ) - { + ) { self.`override` = `override` self.priority = priority self.resourceId = resourceId @@ -3350,8 +3259,7 @@ extension FMSClientTypes { priority: Swift.Int? = nil, resourceId: Swift.String? = nil, ruleGroupName: Swift.String? = nil - ) - { + ) { self.priority = priority self.resourceId = resourceId self.ruleGroupName = ruleGroupName @@ -3394,8 +3302,7 @@ extension FMSClientTypes { statelessDefaultActions: [Swift.String]? = nil, statelessFragmentDefaultActions: [Swift.String]? = nil, statelessRuleGroups: [FMSClientTypes.StatelessRuleGroup]? = nil - ) - { + ) { self.statefulDefaultActions = statefulDefaultActions self.statefulEngineOptions = statefulEngineOptions self.statefulRuleGroups = statefulRuleGroups @@ -3422,8 +3329,7 @@ extension FMSClientTypes { currentPolicyDescription: FMSClientTypes.NetworkFirewallPolicyDescription? = nil, expectedPolicyDescription: FMSClientTypes.NetworkFirewallPolicyDescription? = nil, violationTarget: Swift.String? = nil - ) - { + ) { self.currentPolicyDescription = currentPolicyDescription self.expectedPolicyDescription = expectedPolicyDescription self.violationTarget = violationTarget @@ -3452,8 +3358,7 @@ extension FMSClientTypes { routeTableId: Swift.String? = nil, violatingRoutes: [FMSClientTypes.Route]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.firewallEndpoint = firewallEndpoint self.firewallSubnetId = firewallSubnetId self.routeTableId = routeTableId @@ -3481,8 +3386,7 @@ extension FMSClientTypes { routeTableId: Swift.String? = nil, violatingRoutes: [FMSClientTypes.Route]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId self.routeTableId = routeTableId self.violatingRoutes = violatingRoutes @@ -3506,8 +3410,7 @@ extension FMSClientTypes { description: Swift.String? = nil, fmsCanRemediate: Swift.Bool = false, vpc: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.fmsCanRemediate = fmsCanRemediate self.vpc = vpc @@ -3533,8 +3436,7 @@ extension FMSClientTypes { fmsCanRemediate: Swift.Bool = false, networkAclEntriesToBeCreated: [FMSClientTypes.EntryDescription]? = nil, networkAclId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.fmsCanRemediate = fmsCanRemediate self.networkAclEntriesToBeCreated = networkAclEntriesToBeCreated @@ -3561,8 +3463,7 @@ extension FMSClientTypes { fmsCanRemediate: Swift.Bool = false, networkAclEntriesToBeDeleted: [FMSClientTypes.EntryDescription]? = nil, networkAclId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.fmsCanRemediate = fmsCanRemediate self.networkAclEntriesToBeDeleted = networkAclEntriesToBeDeleted @@ -3590,8 +3491,7 @@ extension FMSClientTypes { gatewayId: FMSClientTypes.ActionTarget? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil, subnetId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.gatewayId = gatewayId self.routeTableId = routeTableId @@ -3617,8 +3517,7 @@ extension FMSClientTypes { description: Swift.String? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil, vpcId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.routeTableId = routeTableId self.vpcId = vpcId @@ -3654,8 +3553,7 @@ extension FMSClientTypes { gatewayId: FMSClientTypes.ActionTarget? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil, vpcEndpointId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.destinationCidrBlock = destinationCidrBlock self.destinationIpv6CidrBlock = destinationIpv6CidrBlock @@ -3680,8 +3578,7 @@ extension FMSClientTypes { public init( description: Swift.String? = nil, vpcId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.vpcId = vpcId } @@ -3710,8 +3607,7 @@ extension FMSClientTypes { destinationIpv6CidrBlock: Swift.String? = nil, destinationPrefixListId: Swift.String? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.destinationCidrBlock = destinationCidrBlock self.destinationIpv6CidrBlock = destinationIpv6CidrBlock @@ -3746,8 +3642,7 @@ extension FMSClientTypes { destinationPrefixListId: Swift.String? = nil, gatewayId: FMSClientTypes.ActionTarget? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.description = description self.destinationCidrBlock = destinationCidrBlock self.destinationIpv6CidrBlock = destinationIpv6CidrBlock @@ -3775,8 +3670,7 @@ extension FMSClientTypes { associationId: FMSClientTypes.ActionTarget? = nil, description: Swift.String? = nil, routeTableId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.associationId = associationId self.description = description self.routeTableId = routeTableId @@ -3796,8 +3690,7 @@ extension FMSClientTypes { public init( description: Swift.String? = nil, firewallCreationConfig: Swift.String? = nil - ) - { + ) { self.description = description self.firewallCreationConfig = firewallCreationConfig } @@ -3822,8 +3715,7 @@ extension FMSClientTypes { description: Swift.String? = nil, fmsCanRemediate: Swift.Bool = false, networkAclId: FMSClientTypes.ActionTarget? = nil - ) - { + ) { self.associationId = associationId self.description = description self.fmsCanRemediate = fmsCanRemediate @@ -3877,8 +3769,7 @@ extension FMSClientTypes { ec2ReplaceRouteTableAssociationAction: FMSClientTypes.EC2ReplaceRouteTableAssociationAction? = nil, fmsPolicyUpdateFirewallCreationConfigAction: FMSClientTypes.FMSPolicyUpdateFirewallCreationConfigAction? = nil, replaceNetworkAclAssociationAction: FMSClientTypes.ReplaceNetworkAclAssociationAction? = nil - ) - { + ) { self.createNetworkAclAction = createNetworkAclAction self.createNetworkAclEntriesAction = createNetworkAclEntriesAction self.deleteNetworkAclEntriesAction = deleteNetworkAclEntriesAction @@ -3908,8 +3799,7 @@ extension FMSClientTypes { public init( order: Swift.Int = 0, remediationAction: FMSClientTypes.RemediationAction? = nil - ) - { + ) { self.order = order self.remediationAction = remediationAction } @@ -3932,8 +3822,7 @@ extension FMSClientTypes { description: Swift.String? = nil, isDefaultAction: Swift.Bool = false, orderedRemediationActions: [FMSClientTypes.RemediationActionWithOrder]? = nil - ) - { + ) { self.description = description self.isDefaultAction = isDefaultAction self.orderedRemediationActions = orderedRemediationActions @@ -3953,8 +3842,7 @@ extension FMSClientTypes { public init( actions: [FMSClientTypes.PossibleRemediationAction]? = nil, description: Swift.String? = nil - ) - { + ) { self.actions = actions self.description = description } @@ -4003,8 +3891,7 @@ extension FMSClientTypes { subnetId: Swift.String? = nil, violatingRoutes: [FMSClientTypes.Route]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.currentFirewallSubnetRouteTable = currentFirewallSubnetRouteTable self.currentInternetGatewayRouteTable = currentInternetGatewayRouteTable self.firewallSubnetId = firewallSubnetId @@ -4042,8 +3929,7 @@ extension FMSClientTypes { expectedRouteTable: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.currentRouteTable = currentRouteTable self.expectedRouteTable = expectedRouteTable @@ -4071,8 +3957,7 @@ extension FMSClientTypes { targetViolationReason: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.targetViolationReason = targetViolationReason self.violationTarget = violationTarget @@ -4099,8 +3984,7 @@ extension FMSClientTypes { targetViolationReason: Swift.String? = nil, violationTarget: Swift.String? = nil, vpc: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.targetViolationReason = targetViolationReason self.violationTarget = violationTarget @@ -4121,8 +4005,7 @@ extension FMSClientTypes { public init( description: Swift.String? = nil, webACLArn: Swift.String? = nil - ) - { + ) { self.description = description self.webACLArn = webACLArn } @@ -4141,8 +4024,7 @@ extension FMSClientTypes { public init( outOfScopeResourceList: [Swift.String]? = nil, webACLArn: Swift.String? = nil - ) - { + ) { self.outOfScopeResourceList = outOfScopeResourceList self.webACLArn = webACLArn } @@ -4233,8 +4115,7 @@ extension FMSClientTypes { thirdPartyFirewallMissingSubnetViolation: FMSClientTypes.ThirdPartyFirewallMissingSubnetViolation? = nil, webACLHasIncompatibleConfigurationViolation: FMSClientTypes.WebACLHasIncompatibleConfigurationViolation? = nil, webACLHasOutOfScopeResourcesViolation: FMSClientTypes.WebACLHasOutOfScopeResourcesViolation? = nil - ) - { + ) { self.awsEc2InstanceViolation = awsEc2InstanceViolation self.awsEc2NetworkInterfaceViolation = awsEc2NetworkInterfaceViolation self.awsVPCSecurityGroupViolation = awsVPCSecurityGroupViolation @@ -4297,8 +4178,7 @@ extension FMSClientTypes { resourceTags: [FMSClientTypes.Tag]? = nil, resourceType: Swift.String? = nil, resourceViolations: [FMSClientTypes.ResourceViolation]? = nil - ) - { + ) { self.memberAccount = memberAccount self.policyId = policyId self.resourceDescription = resourceDescription @@ -4316,8 +4196,7 @@ public struct GetViolationDetailsOutput: Swift.Sendable { public init( violationDetail: FMSClientTypes.ViolationDetail? = nil - ) - { + ) { self.violationDetail = violationDetail } } @@ -4331,8 +4210,7 @@ public struct ListAdminAccountsForOrganizationInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4347,8 +4225,7 @@ public struct ListAdminAccountsForOrganizationOutput: Swift.Sendable { public init( adminAccounts: [FMSClientTypes.AdminAccountSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adminAccounts = adminAccounts self.nextToken = nextToken } @@ -4363,8 +4240,7 @@ public struct ListAdminsManagingAccountInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4379,8 +4255,7 @@ public struct ListAdminsManagingAccountOutput: Swift.Sendable { public init( adminAccounts: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adminAccounts = adminAccounts self.nextToken = nextToken } @@ -4399,8 +4274,7 @@ public struct ListAppsListsInput: Swift.Sendable { defaultLists: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.defaultLists = defaultLists self.maxResults = maxResults self.nextToken = nextToken @@ -4416,8 +4290,7 @@ public struct ListAppsListsOutput: Swift.Sendable { public init( appsLists: [FMSClientTypes.AppsListDataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appsLists = appsLists self.nextToken = nextToken } @@ -4436,8 +4309,7 @@ public struct ListComplianceStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyId = policyId @@ -4488,8 +4360,7 @@ extension FMSClientTypes { complianceStatus: FMSClientTypes.PolicyComplianceStatusType? = nil, evaluationLimitExceeded: Swift.Bool = false, violatorCount: Swift.Int = 0 - ) - { + ) { self.complianceStatus = complianceStatus self.evaluationLimitExceeded = evaluationLimitExceeded self.violatorCount = violatorCount @@ -4524,8 +4395,7 @@ extension FMSClientTypes { policyId: Swift.String? = nil, policyName: Swift.String? = nil, policyOwner: Swift.String? = nil - ) - { + ) { self.evaluationResults = evaluationResults self.issueInfoMap = issueInfoMap self.lastUpdated = lastUpdated @@ -4546,8 +4416,7 @@ public struct ListComplianceStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyComplianceStatusList: [FMSClientTypes.PolicyComplianceStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.policyComplianceStatusList = policyComplianceStatusList } @@ -4570,8 +4439,7 @@ public struct ListDiscoveredResourcesInput: Swift.Sendable { memberAccountIds: [Swift.String]? = nil, nextToken: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.memberAccountIds = memberAccountIds self.nextToken = nextToken @@ -4597,8 +4465,7 @@ extension FMSClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name self.type = type @@ -4616,8 +4483,7 @@ public struct ListDiscoveredResourcesOutput: Swift.Sendable { public init( items: [FMSClientTypes.DiscoveredResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4632,8 +4498,7 @@ public struct ListMemberAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4648,8 +4513,7 @@ public struct ListMemberAccountsOutput: Swift.Sendable { public init( memberAccounts: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.memberAccounts = memberAccounts self.nextToken = nextToken } @@ -4664,8 +4528,7 @@ public struct ListPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4705,8 +4568,7 @@ extension FMSClientTypes { remediationEnabled: Swift.Bool = false, resourceType: Swift.String? = nil, securityServiceType: FMSClientTypes.SecurityServiceType? = nil - ) - { + ) { self.deleteUnusedFMManagedResources = deleteUnusedFMManagedResources self.policyArn = policyArn self.policyId = policyId @@ -4728,8 +4590,7 @@ public struct ListPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyList: [FMSClientTypes.PolicySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.policyList = policyList } @@ -4748,8 +4609,7 @@ public struct ListProtocolsListsInput: Swift.Sendable { defaultLists: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.defaultLists = defaultLists self.maxResults = maxResults self.nextToken = nextToken @@ -4774,8 +4634,7 @@ extension FMSClientTypes { listId: Swift.String? = nil, listName: Swift.String? = nil, protocolsList: [Swift.String]? = nil - ) - { + ) { self.listArn = listArn self.listId = listId self.listName = listName @@ -4793,8 +4652,7 @@ public struct ListProtocolsListsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, protocolsLists: [FMSClientTypes.ProtocolsListDataSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.protocolsLists = protocolsLists } @@ -4813,8 +4671,7 @@ public struct ListResourceSetResourcesInput: Swift.Sendable { identifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.maxResults = maxResults self.nextToken = nextToken @@ -4834,8 +4691,7 @@ extension FMSClientTypes { public init( accountId: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.uri = uri } @@ -4852,8 +4708,7 @@ public struct ListResourceSetResourcesOutput: Swift.Sendable { public init( items: [FMSClientTypes.Resource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4868,8 +4723,7 @@ public struct ListResourceSetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4900,8 +4754,7 @@ extension FMSClientTypes { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, resourceSetStatus: FMSClientTypes.ResourceSetStatus? = nil - ) - { + ) { self.description = description self.id = id self.lastUpdateTime = lastUpdateTime @@ -4920,8 +4773,7 @@ public struct ListResourceSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceSets: [FMSClientTypes.ResourceSetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceSets = resourceSets } @@ -4934,8 +4786,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4946,8 +4797,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -4966,8 +4816,7 @@ public struct ListThirdPartyFirewallFirewallPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, thirdPartyFirewall: FMSClientTypes.ThirdPartyFirewall? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thirdPartyFirewall = thirdPartyFirewall @@ -4986,8 +4835,7 @@ extension FMSClientTypes { public init( firewallPolicyId: Swift.String? = nil, firewallPolicyName: Swift.String? = nil - ) - { + ) { self.firewallPolicyId = firewallPolicyId self.firewallPolicyName = firewallPolicyName } @@ -5003,8 +4851,7 @@ public struct ListThirdPartyFirewallFirewallPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, thirdPartyFirewallFirewallPolicies: [FMSClientTypes.ThirdPartyFirewallFirewallPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.thirdPartyFirewallFirewallPolicies = thirdPartyFirewallFirewallPolicies } @@ -5020,8 +4867,7 @@ public struct PutAdminAccountInput: Swift.Sendable { public init( adminAccount: Swift.String? = nil, adminScope: FMSClientTypes.AdminScope? = nil - ) - { + ) { self.adminAccount = adminAccount self.adminScope = adminScope } @@ -5037,8 +4883,7 @@ public struct PutAppsListInput: Swift.Sendable { public init( appsList: FMSClientTypes.AppsListData? = nil, tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.appsList = appsList self.tagList = tagList } @@ -5053,8 +4898,7 @@ public struct PutAppsListOutput: Swift.Sendable { public init( appsList: FMSClientTypes.AppsListData? = nil, appsListArn: Swift.String? = nil - ) - { + ) { self.appsList = appsList self.appsListArn = appsListArn } @@ -5071,8 +4915,7 @@ public struct PutNotificationChannelInput: Swift.Sendable { public init( snsRoleName: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.snsRoleName = snsRoleName self.snsTopicArn = snsTopicArn } @@ -5088,8 +4931,7 @@ public struct PutPolicyInput: Swift.Sendable { public init( policy: FMSClientTypes.Policy? = nil, tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.policy = policy self.tagList = tagList } @@ -5104,8 +4946,7 @@ public struct PutPolicyOutput: Swift.Sendable { public init( policy: FMSClientTypes.Policy? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.policyArn = policyArn } @@ -5121,8 +4962,7 @@ public struct PutProtocolsListInput: Swift.Sendable { public init( protocolsList: FMSClientTypes.ProtocolsListData? = nil, tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.protocolsList = protocolsList self.tagList = tagList } @@ -5137,8 +4977,7 @@ public struct PutProtocolsListOutput: Swift.Sendable { public init( protocolsList: FMSClientTypes.ProtocolsListData? = nil, protocolsListArn: Swift.String? = nil - ) - { + ) { self.protocolsList = protocolsList self.protocolsListArn = protocolsListArn } @@ -5154,8 +4993,7 @@ public struct PutResourceSetInput: Swift.Sendable { public init( resourceSet: FMSClientTypes.ResourceSet? = nil, tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.resourceSet = resourceSet self.tagList = tagList } @@ -5172,8 +5010,7 @@ public struct PutResourceSetOutput: Swift.Sendable { public init( resourceSet: FMSClientTypes.ResourceSet? = nil, resourceSetArn: Swift.String? = nil - ) - { + ) { self.resourceSet = resourceSet self.resourceSetArn = resourceSetArn } @@ -5190,8 +5027,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagList: [FMSClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagList = tagList } @@ -5213,8 +5049,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSFSx/Package.swift.txt b/Sources/Services/AWSFSx/Package.swift.txt index 8177b6d14b5..00dab8a5122 100644 --- a/Sources/Services/AWSFSx/Package.swift.txt +++ b/Sources/Services/AWSFSx/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSFSx/Sources/AWSFSx/FSxClient.swift b/Sources/Services/AWSFSx/Sources/AWSFSx/FSxClient.swift index f6e7bd37e00..696f9979fa6 100644 --- a/Sources/Services/AWSFSx/Sources/AWSFSx/FSxClient.swift +++ b/Sources/Services/AWSFSx/Sources/AWSFSx/FSxClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FSxClient: ClientRuntime.Client { public static let clientName = "FSxClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FSxClient.FSxClientConfiguration let serviceName = "FSx" diff --git a/Sources/Services/AWSFSx/Sources/AWSFSx/Models.swift b/Sources/Services/AWSFSx/Sources/AWSFSx/Models.swift index ace10f0d3a7..902511644d4 100644 --- a/Sources/Services/AWSFSx/Sources/AWSFSx/Models.swift +++ b/Sources/Services/AWSFSx/Sources/AWSFSx/Models.swift @@ -43,8 +43,7 @@ extension FSxClientTypes { activeDirectoryId: Swift.String? = nil, domainName: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.activeDirectoryId = activeDirectoryId self.domainName = domainName self.resourceARN = resourceARN @@ -114,8 +113,7 @@ public struct ActiveDirectoryError: ClientRuntime.ModeledError, AWSClientRuntime activeDirectoryId: Swift.String? = nil, message: Swift.String? = nil, type: FSxClientTypes.ActiveDirectoryErrorType? = nil - ) - { + ) { self.properties.activeDirectoryId = activeDirectoryId self.properties.message = message self.properties.type = type @@ -235,8 +233,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -292,8 +289,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -453,8 +449,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -543,8 +538,7 @@ extension FSxClientTypes { importPath: Swift.String? = nil, importedFileChunkSize: Swift.Int? = nil, lifecycle: FSxClientTypes.DataRepositoryLifecycle? = nil - ) - { + ) { self.autoImportPolicy = autoImportPolicy self.exportPath = exportPath self.failureDetails = failureDetails @@ -678,8 +672,7 @@ extension FSxClientTypes { public init( destination: Swift.String? = nil, level: FSxClientTypes.LustreAccessAuditLogLevel? = nil - ) - { + ) { self.destination = destination self.level = level } @@ -732,8 +725,7 @@ extension FSxClientTypes { public init( iops: Swift.Int? = nil, mode: FSxClientTypes.MetadataConfigurationMode? = nil - ) - { + ) { self.iops = iops self.mode = mode } @@ -763,8 +755,7 @@ extension FSxClientTypes { public init( noSquashNids: [Swift.String]? = nil, rootSquash: Swift.String? = nil - ) - { + ) { self.noSquashNids = noSquashNids self.rootSquash = rootSquash } @@ -832,8 +823,7 @@ extension FSxClientTypes { perUnitStorageThroughput: Swift.Int? = nil, rootSquashConfiguration: FSxClientTypes.LustreRootSquashConfiguration? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.automaticBackupRetentionDays = automaticBackupRetentionDays self.copyTagsToBackups = copyTagsToBackups self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime @@ -928,8 +918,7 @@ extension FSxClientTypes { public init( iops: Swift.Int? = nil, mode: FSxClientTypes.DiskIopsConfigurationMode? = nil - ) - { + ) { self.iops = iops self.mode = mode } @@ -948,8 +937,7 @@ extension FSxClientTypes { public init( dnsName: Swift.String? = nil, ipAddresses: [Swift.String]? = nil - ) - { + ) { self.dnsName = dnsName self.ipAddresses = ipAddresses } @@ -968,8 +956,7 @@ extension FSxClientTypes { public init( intercluster: FSxClientTypes.FileSystemEndpoint? = nil, management: FSxClientTypes.FileSystemEndpoint? = nil - ) - { + ) { self.intercluster = intercluster self.management = management } @@ -1051,8 +1038,7 @@ extension FSxClientTypes { throughputCapacity: Swift.Int? = nil, throughputCapacityPerHAPair: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.automaticBackupRetentionDays = automaticBackupRetentionDays self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime self.deploymentType = deploymentType @@ -1163,8 +1149,7 @@ extension FSxClientTypes { public init( sizeGiB: Swift.Int? = nil, sizingMode: FSxClientTypes.OpenZFSReadCacheSizingMode? = nil - ) - { + ) { self.sizeGiB = sizeGiB self.sizingMode = sizingMode } @@ -1219,8 +1204,7 @@ extension FSxClientTypes { routeTableIds: [Swift.String]? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.automaticBackupRetentionDays = automaticBackupRetentionDays self.copyTagsToBackups = copyTagsToBackups self.copyTagsToVolumes = copyTagsToVolumes @@ -1286,8 +1270,7 @@ extension FSxClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1365,8 +1348,7 @@ extension FSxClientTypes { public init( lifecycle: FSxClientTypes.AliasLifecycle? = nil, name: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.name = name } @@ -1441,8 +1423,7 @@ extension FSxClientTypes { auditLogDestination: Swift.String? = nil, fileAccessAuditLogLevel: FSxClientTypes.WindowsAccessAuditLogLevel? = nil, fileShareAccessAuditLogLevel: FSxClientTypes.WindowsAccessAuditLogLevel? = nil - ) - { + ) { self.auditLogDestination = auditLogDestination self.fileAccessAuditLogLevel = fileAccessAuditLogLevel self.fileShareAccessAuditLogLevel = fileShareAccessAuditLogLevel @@ -1533,8 +1514,7 @@ extension FSxClientTypes { fileSystemAdministratorsGroup: Swift.String? = nil, organizationalUnitDistinguishedName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.dnsIps = dnsIps self.domainName = domainName self.fileSystemAdministratorsGroup = fileSystemAdministratorsGroup @@ -1604,8 +1584,7 @@ extension FSxClientTypes { selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryAttributes? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.activeDirectoryId = activeDirectoryId self.aliases = aliases self.auditLogConfiguration = auditLogConfiguration @@ -1669,8 +1648,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1738,8 +1716,7 @@ extension FSxClientTypes { public init( aggregates: [Swift.String]? = nil, totalConstituents: Swift.Int? = nil - ) - { + ) { self.aggregates = aggregates self.totalConstituents = totalConstituents } @@ -1906,8 +1883,7 @@ extension FSxClientTypes { public init( type: FSxClientTypes.AutocommitPeriodType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -2018,8 +1994,7 @@ extension FSxClientTypes { public init( type: FSxClientTypes.RetentionPeriodType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -2044,8 +2019,7 @@ extension FSxClientTypes { defaultRetention: FSxClientTypes.RetentionPeriod? = nil, maximumRetention: FSxClientTypes.RetentionPeriod? = nil, minimumRetention: FSxClientTypes.RetentionPeriod? = nil - ) - { + ) { self.defaultRetention = defaultRetention self.maximumRetention = maximumRetention self.minimumRetention = minimumRetention @@ -2110,8 +2084,7 @@ extension FSxClientTypes { retentionPeriod: FSxClientTypes.SnaplockRetentionPeriod? = nil, snaplockType: FSxClientTypes.SnaplockType? = nil, volumeAppendModeEnabled: Swift.Bool? = nil - ) - { + ) { self.auditLogVolume = auditLogVolume self.autocommitPeriod = autocommitPeriod self.privilegedDelete = privilegedDelete @@ -2194,8 +2167,7 @@ extension FSxClientTypes { public init( coolingPeriod: Swift.Int? = nil, name: FSxClientTypes.TieringPolicyName? = nil - ) - { + ) { self.coolingPeriod = coolingPeriod self.name = name } @@ -2306,8 +2278,7 @@ extension FSxClientTypes { tieringPolicy: FSxClientTypes.TieringPolicy? = nil, uuid: Swift.String? = nil, volumeStyle: FSxClientTypes.VolumeStyle? = nil - ) - { + ) { self.aggregateConfiguration = aggregateConfiguration self.copyTagsToBackups = copyTagsToBackups self.flexCacheEndpointType = flexCacheEndpointType @@ -2410,8 +2381,7 @@ extension FSxClientTypes { public init( clients: Swift.String? = nil, options: [Swift.String]? = nil - ) - { + ) { self.clients = clients self.options = options } @@ -2428,8 +2398,7 @@ extension FSxClientTypes { public init( clientConfigurations: [FSxClientTypes.OpenZFSClientConfiguration]? = nil - ) - { + ) { self.clientConfigurations = clientConfigurations } } @@ -2454,8 +2423,7 @@ extension FSxClientTypes { public init( copyStrategy: FSxClientTypes.OpenZFSCopyStrategy? = nil, snapshotARN: Swift.String? = nil - ) - { + ) { self.copyStrategy = copyStrategy self.snapshotARN = snapshotARN } @@ -2509,8 +2477,7 @@ extension FSxClientTypes { id: Swift.Int? = nil, storageCapacityQuotaGiB: Swift.Int? = nil, type: FSxClientTypes.OpenZFSQuotaType? = nil - ) - { + ) { self.id = id self.storageCapacityQuotaGiB = storageCapacityQuotaGiB self.type = type @@ -2591,8 +2558,7 @@ extension FSxClientTypes { storageCapacityReservationGiB: Swift.Int? = nil, userAndGroupQuotas: [FSxClientTypes.OpenZFSUserOrGroupQuota]? = nil, volumePath: Swift.String? = nil - ) - { + ) { self.copyStrategy = copyStrategy self.copyTagsToSnapshots = copyTagsToSnapshots self.dataCompressionType = dataCompressionType @@ -2663,8 +2629,7 @@ public struct BadRequest: ClientRuntime.ModeledError, AWSClientRuntime.AWSServic public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2688,8 +2653,7 @@ public struct FileSystemNotFound: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2713,8 +2677,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2745,8 +2708,7 @@ public struct AssociateFileSystemAliasesInput: Swift.Sendable { aliases: [Swift.String]? = nil, clientRequestToken: Swift.String? = nil, fileSystemId: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId @@ -2760,8 +2722,7 @@ public struct AssociateFileSystemAliasesOutput: Swift.Sendable { public init( aliases: [FSxClientTypes.Alias]? = nil - ) - { + ) { self.aliases = aliases } } @@ -2816,8 +2777,7 @@ extension FSxClientTypes { public init( events: [FSxClientTypes.EventType]? = nil - ) - { + ) { self.events = events } } @@ -2841,8 +2801,7 @@ extension FSxClientTypes { public init( events: [FSxClientTypes.EventType]? = nil - ) - { + ) { self.events = events } } @@ -2867,8 +2826,7 @@ public struct DataRepositoryTaskEnded: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2892,8 +2850,7 @@ public struct DataRepositoryTaskNotFound: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2917,8 +2874,7 @@ public struct UnsupportedOperation: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2931,8 +2887,7 @@ public struct CancelDataRepositoryTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -2999,8 +2954,7 @@ public struct CancelDataRepositoryTaskOutput: Swift.Sendable { public init( lifecycle: FSxClientTypes.DataRepositoryTaskLifecycle? = nil, taskId: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.taskId = taskId } @@ -3025,8 +2979,7 @@ public struct BackupNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3054,8 +3007,7 @@ public struct IncompatibleParameterError: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil, parameter: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.parameter = parameter } @@ -3080,8 +3032,7 @@ public struct IncompatibleRegionForMultiAZ: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3105,8 +3056,7 @@ public struct InvalidDestinationKmsKey: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3130,8 +3080,7 @@ public struct InvalidRegion: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3155,8 +3104,7 @@ public struct InvalidSourceKmsKey: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3238,8 +3186,7 @@ public struct ServiceLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime public init( limit: FSxClientTypes.ServiceLimit? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.limit = limit self.properties.message = message } @@ -3267,8 +3214,7 @@ public struct SourceBackupUnavailable: ClientRuntime.ModeledError, AWSClientRunt public init( backupId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.backupId = backupId self.properties.message = message } @@ -3307,8 +3253,7 @@ public struct CopyBackupInput: Swift.Sendable { sourceBackupId: Swift.String? = nil, sourceRegion: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.copyTags = copyTags self.kmsKeyId = kmsKeyId @@ -3327,8 +3272,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -3520,8 +3464,7 @@ public struct CopySnapshotAndUpdateVolumeInput: Swift.Sendable { options: [FSxClientTypes.UpdateOpenZFSVolumeOption]? = nil, sourceSnapshotARN: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.copyStrategy = copyStrategy self.options = options @@ -3549,8 +3492,7 @@ public struct BackupInProgress: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3574,8 +3516,7 @@ public struct VolumeNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3596,8 +3537,7 @@ public struct CreateBackupInput: Swift.Sendable { fileSystemId: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId self.tags = tags @@ -3617,8 +3557,7 @@ extension FSxClientTypes { public init( autoExportPolicy: FSxClientTypes.AutoExportPolicy? = nil, autoImportPolicy: FSxClientTypes.AutoImportPolicy? = nil - ) - { + ) { self.autoExportPolicy = autoExportPolicy self.autoImportPolicy = autoImportPolicy } @@ -3654,8 +3593,7 @@ public struct CreateDataRepositoryAssociationInput: Swift.Sendable { importedFileChunkSize: Swift.Int? = nil, s3: FSxClientTypes.S3DataRepositoryConfiguration? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.batchImportMetaDataOnCreate = batchImportMetaDataOnCreate self.clientRequestToken = clientRequestToken self.dataRepositoryPath = dataRepositoryPath @@ -3709,8 +3647,7 @@ extension FSxClientTypes { autoExportPolicy: FSxClientTypes.AutoExportPolicy? = nil, dnsIps: [Swift.String]? = nil, version: FSxClientTypes.NfsVersion? = nil - ) - { + ) { self.autoExportPolicy = autoExportPolicy self.dnsIps = dnsIps self.version = version @@ -3806,8 +3743,7 @@ extension FSxClientTypes { resourceARN: Swift.String? = nil, s3: FSxClientTypes.S3DataRepositoryConfiguration? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.associationId = associationId self.batchImportMetaDataOnCreate = batchImportMetaDataOnCreate self.creationTime = creationTime @@ -3834,8 +3770,7 @@ public struct CreateDataRepositoryAssociationOutput: Swift.Sendable { public init( association: FSxClientTypes.DataRepositoryAssociation? = nil - ) - { + ) { self.association = association } } @@ -3859,8 +3794,7 @@ public struct DataRepositoryTaskExecuting: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3903,8 +3837,7 @@ extension FSxClientTypes { public init( unit: FSxClientTypes.Unit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -3920,8 +3853,7 @@ extension FSxClientTypes { public init( durationSinceLastAccess: FSxClientTypes.DurationSinceLastAccess? = nil - ) - { + ) { self.durationSinceLastAccess = durationSinceLastAccess } } @@ -3998,8 +3930,7 @@ extension FSxClientTypes { format: FSxClientTypes.ReportFormat? = nil, path: Swift.String? = nil, scope: FSxClientTypes.ReportScope? = nil - ) - { + ) { self.enabled = enabled self.format = format self.path = path @@ -4087,8 +4018,7 @@ public struct CreateDataRepositoryTaskInput: Swift.Sendable { report: FSxClientTypes.CompletionReport? = nil, tags: [FSxClientTypes.Tag]? = nil, type: FSxClientTypes.DataRepositoryTaskType? = nil - ) - { + ) { self.capacityToRelease = capacityToRelease self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId @@ -4109,8 +4039,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4137,8 +4066,7 @@ extension FSxClientTypes { releasedCapacity: Swift.Int? = nil, succeededCount: Swift.Int? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.failedCount = failedCount self.lastUpdatedTime = lastUpdatedTime self.releasedCapacity = releasedCapacity @@ -4238,8 +4166,7 @@ extension FSxClientTypes { tags: [FSxClientTypes.Tag]? = nil, taskId: Swift.String? = nil, type: FSxClientTypes.DataRepositoryTaskType? = nil - ) - { + ) { self.capacityToRelease = capacityToRelease self.creationTime = creationTime self.endTime = endTime @@ -4266,8 +4193,7 @@ public struct CreateDataRepositoryTaskOutput: Swift.Sendable { public init( dataRepositoryTask: FSxClientTypes.DataRepositoryTask? = nil - ) - { + ) { self.dataRepositoryTask = dataRepositoryTask } } @@ -4300,8 +4226,7 @@ public struct InvalidNetworkSettings: ClientRuntime.ModeledError, AWSClientRunti invalidSecurityGroupId: Swift.String? = nil, invalidSubnetId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidRouteTableId = invalidRouteTableId self.properties.invalidSecurityGroupId = invalidSecurityGroupId self.properties.invalidSubnetId = invalidSubnetId @@ -4328,8 +4253,7 @@ public struct InvalidPerUnitStorageThroughput: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4353,8 +4277,7 @@ public struct MissingFileCacheConfiguration: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4372,8 +4295,7 @@ extension FSxClientTypes { public init( dnsIps: [Swift.String]? = nil, version: FSxClientTypes.NfsVersion? = nil - ) - { + ) { self.dnsIps = dnsIps self.version = version } @@ -4411,8 +4333,7 @@ extension FSxClientTypes { dataRepositorySubdirectories: [Swift.String]? = nil, fileCachePath: Swift.String? = nil, nfs: FSxClientTypes.FileCacheNFSConfiguration? = nil - ) - { + ) { self.dataRepositoryPath = dataRepositoryPath self.dataRepositorySubdirectories = dataRepositorySubdirectories self.fileCachePath = fileCachePath @@ -4483,8 +4404,7 @@ extension FSxClientTypes { public init( storageCapacity: Swift.Int? = nil - ) - { + ) { self.storageCapacity = storageCapacity } } @@ -4511,8 +4431,7 @@ extension FSxClientTypes { metadataConfiguration: FSxClientTypes.FileCacheLustreMetadataConfiguration? = nil, perUnitStorageThroughput: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.deploymentType = deploymentType self.metadataConfiguration = metadataConfiguration self.perUnitStorageThroughput = perUnitStorageThroughput @@ -4568,8 +4487,7 @@ public struct CreateFileCacheInput: Swift.Sendable { storageCapacity: Swift.Int? = nil, subnetIds: [Swift.String]? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.copyTagsToDataRepositoryAssociations = copyTagsToDataRepositoryAssociations self.dataRepositoryAssociations = dataRepositoryAssociations @@ -4593,8 +4511,7 @@ extension FSxClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4662,8 +4579,7 @@ extension FSxClientTypes { mountName: Swift.String? = nil, perUnitStorageThroughput: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.deploymentType = deploymentType self.logConfiguration = logConfiguration self.metadataConfiguration = metadataConfiguration @@ -4744,8 +4660,7 @@ extension FSxClientTypes { subnetIds: [Swift.String]? = nil, tags: [FSxClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.copyTagsToDataRepositoryAssociations = copyTagsToDataRepositoryAssociations self.creationTime = creationTime self.dataRepositoryAssociationIds = dataRepositoryAssociationIds @@ -4774,8 +4689,7 @@ public struct CreateFileCacheOutput: Swift.Sendable { public init( fileCache: FSxClientTypes.FileCacheCreating? = nil - ) - { + ) { self.fileCache = fileCache } } @@ -4799,8 +4713,7 @@ public struct InvalidExportPath: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4824,8 +4737,7 @@ public struct InvalidImportPath: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4849,8 +4761,7 @@ public struct MissingFileSystemConfiguration: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4886,8 +4797,7 @@ extension FSxClientTypes { public init( destination: Swift.String? = nil, level: FSxClientTypes.LustreAccessAuditLogLevel? = nil - ) - { + ) { self.destination = destination self.level = level } @@ -4911,8 +4821,7 @@ extension FSxClientTypes { public init( iops: Swift.Int? = nil, mode: FSxClientTypes.MetadataConfigurationMode? = nil - ) - { + ) { self.iops = iops self.mode = mode } @@ -5005,8 +4914,7 @@ extension FSxClientTypes { perUnitStorageThroughput: Swift.Int? = nil, rootSquashConfiguration: FSxClientTypes.LustreRootSquashConfiguration? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.autoImportPolicy = autoImportPolicy self.automaticBackupRetentionDays = automaticBackupRetentionDays self.copyTagsToBackups = copyTagsToBackups @@ -5104,8 +5012,7 @@ extension FSxClientTypes { throughputCapacity: Swift.Int? = nil, throughputCapacityPerHAPair: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.automaticBackupRetentionDays = automaticBackupRetentionDays self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime self.deploymentType = deploymentType @@ -5157,8 +5064,7 @@ extension FSxClientTypes { readOnly: Swift.Bool? = nil, recordSizeKiB: Swift.Int? = nil, userAndGroupQuotas: [FSxClientTypes.OpenZFSUserOrGroupQuota]? = nil - ) - { + ) { self.copyTagsToSnapshots = copyTagsToSnapshots self.dataCompressionType = dataCompressionType self.nfsExports = nfsExports @@ -5236,8 +5142,7 @@ extension FSxClientTypes { routeTableIds: [Swift.String]? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.automaticBackupRetentionDays = automaticBackupRetentionDays self.copyTagsToBackups = copyTagsToBackups self.copyTagsToVolumes = copyTagsToVolumes @@ -5298,8 +5203,7 @@ extension FSxClientTypes { auditLogDestination: Swift.String? = nil, fileAccessAuditLogLevel: FSxClientTypes.WindowsAccessAuditLogLevel? = nil, fileShareAccessAuditLogLevel: FSxClientTypes.WindowsAccessAuditLogLevel? = nil - ) - { + ) { self.auditLogDestination = auditLogDestination self.fileAccessAuditLogLevel = fileAccessAuditLogLevel self.fileShareAccessAuditLogLevel = fileShareAccessAuditLogLevel @@ -5335,8 +5239,7 @@ extension FSxClientTypes { organizationalUnitDistinguishedName: Swift.String? = nil, password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.dnsIps = dnsIps self.domainName = domainName self.fileSystemAdministratorsGroup = fileSystemAdministratorsGroup @@ -5415,8 +5318,7 @@ extension FSxClientTypes { selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryConfiguration? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.activeDirectoryId = activeDirectoryId self.aliases = aliases self.auditLogConfiguration = auditLogConfiguration @@ -5532,8 +5434,7 @@ public struct CreateFileSystemInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [FSxClientTypes.Tag]? = nil, windowsConfiguration: FSxClientTypes.CreateFileSystemWindowsConfiguration? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemType = fileSystemType self.fileSystemTypeVersion = fileSystemTypeVersion @@ -5618,8 +5519,7 @@ public struct CreateFileSystemFromBackupInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [FSxClientTypes.Tag]? = nil, windowsConfiguration: FSxClientTypes.CreateFileSystemWindowsConfiguration? = nil - ) - { + ) { self.backupId = backupId self.clientRequestToken = clientRequestToken self.fileSystemTypeVersion = fileSystemTypeVersion @@ -5652,8 +5552,7 @@ public struct CreateSnapshotInput: Swift.Sendable { name: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.tags = tags @@ -5674,8 +5573,7 @@ extension FSxClientTypes { public init( netBiosName: Swift.String? = nil, selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryConfiguration? = nil - ) - { + ) { self.netBiosName = netBiosName self.selfManagedActiveDirectoryConfiguration = selfManagedActiveDirectoryConfiguration } @@ -5746,8 +5644,7 @@ public struct CreateStorageVirtualMachineInput: Swift.Sendable { rootVolumeSecurityStyle: FSxClientTypes.StorageVirtualMachineRootVolumeSecurityStyle? = nil, svmAdminPassword: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.activeDirectoryConfiguration = activeDirectoryConfiguration self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId @@ -5775,8 +5672,7 @@ extension FSxClientTypes { public init( netBiosName: Swift.String? = nil, selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryAttributes? = nil - ) - { + ) { self.netBiosName = netBiosName self.selfManagedActiveDirectoryConfiguration = selfManagedActiveDirectoryConfiguration } @@ -5795,8 +5691,7 @@ extension FSxClientTypes { public init( dnsName: Swift.String? = nil, ipAddresses: [Swift.String]? = nil - ) - { + ) { self.dnsName = dnsName self.ipAddresses = ipAddresses } @@ -5821,8 +5716,7 @@ extension FSxClientTypes { management: FSxClientTypes.SvmEndpoint? = nil, nfs: FSxClientTypes.SvmEndpoint? = nil, smb: FSxClientTypes.SvmEndpoint? = nil - ) - { + ) { self.iscsi = iscsi self.management = management self.nfs = nfs @@ -5964,8 +5858,7 @@ extension FSxClientTypes { subtype: FSxClientTypes.StorageVirtualMachineSubtype? = nil, tags: [FSxClientTypes.Tag]? = nil, uuid: Swift.String? = nil - ) - { + ) { self.activeDirectoryConfiguration = activeDirectoryConfiguration self.creationTime = creationTime self.endpoints = endpoints @@ -5989,8 +5882,7 @@ public struct CreateStorageVirtualMachineOutput: Swift.Sendable { public init( storageVirtualMachine: FSxClientTypes.StorageVirtualMachine? = nil - ) - { + ) { self.storageVirtualMachine = storageVirtualMachine } } @@ -6014,8 +5906,7 @@ public struct MissingVolumeConfiguration: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6039,8 +5930,7 @@ public struct StorageVirtualMachineNotFound: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6057,8 +5947,7 @@ extension FSxClientTypes { public init( aggregates: [Swift.String]? = nil, constituentsPerAggregate: Swift.Int? = nil - ) - { + ) { self.aggregates = aggregates self.constituentsPerAggregate = constituentsPerAggregate } @@ -6123,8 +6012,7 @@ extension FSxClientTypes { retentionPeriod: FSxClientTypes.SnaplockRetentionPeriod? = nil, snaplockType: FSxClientTypes.SnaplockType? = nil, volumeAppendModeEnabled: Swift.Bool? = nil - ) - { + ) { self.auditLogVolume = auditLogVolume self.autocommitPeriod = autocommitPeriod self.privilegedDelete = privilegedDelete @@ -6224,8 +6112,7 @@ extension FSxClientTypes { storageVirtualMachineId: Swift.String? = nil, tieringPolicy: FSxClientTypes.TieringPolicy? = nil, volumeStyle: FSxClientTypes.VolumeStyle? = nil - ) - { + ) { self.aggregateConfiguration = aggregateConfiguration self.copyTagsToBackups = copyTagsToBackups self.junctionPath = junctionPath @@ -6264,8 +6151,7 @@ extension FSxClientTypes { public init( copyStrategy: FSxClientTypes.OpenZFSCopyStrategy? = nil, snapshotARN: Swift.String? = nil - ) - { + ) { self.copyStrategy = copyStrategy self.snapshotARN = snapshotARN } @@ -6318,8 +6204,7 @@ extension FSxClientTypes { storageCapacityQuotaGiB: Swift.Int? = nil, storageCapacityReservationGiB: Swift.Int? = nil, userAndGroupQuotas: [FSxClientTypes.OpenZFSUserOrGroupQuota]? = nil - ) - { + ) { self.copyTagsToSnapshots = copyTagsToSnapshots self.dataCompressionType = dataCompressionType self.nfsExports = nfsExports @@ -6357,8 +6242,7 @@ public struct CreateVolumeInput: Swift.Sendable { openZFSConfiguration: FSxClientTypes.CreateOpenZFSVolumeConfiguration? = nil, tags: [FSxClientTypes.Tag]? = nil, volumeType: FSxClientTypes.VolumeType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.ontapConfiguration = ontapConfiguration @@ -6388,8 +6272,7 @@ public struct CreateVolumeFromBackupInput: Swift.Sendable { name: Swift.String? = nil, ontapConfiguration: FSxClientTypes.CreateOntapVolumeConfiguration? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.backupId = backupId self.clientRequestToken = clientRequestToken self.name = name @@ -6420,8 +6303,7 @@ public struct BackupBeingCopied: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( backupId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.backupId = backupId self.properties.message = message } @@ -6449,8 +6331,7 @@ public struct BackupRestoring: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( fileSystemId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fileSystemId = fileSystemId self.properties.message = message } @@ -6467,8 +6348,7 @@ public struct DeleteBackupInput: Swift.Sendable { public init( backupId: Swift.String? = nil, clientRequestToken: Swift.String? = nil - ) - { + ) { self.backupId = backupId self.clientRequestToken = clientRequestToken } @@ -6484,8 +6364,7 @@ public struct DeleteBackupOutput: Swift.Sendable { public init( backupId: Swift.String? = nil, lifecycle: FSxClientTypes.BackupLifecycle? = nil - ) - { + ) { self.backupId = backupId self.lifecycle = lifecycle } @@ -6510,8 +6389,7 @@ public struct DataRepositoryAssociationNotFound: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6529,8 +6407,7 @@ public struct DeleteDataRepositoryAssociationInput: Swift.Sendable { associationId: Swift.String? = nil, clientRequestToken: Swift.String? = nil, deleteDataInFileSystem: Swift.Bool? = nil - ) - { + ) { self.associationId = associationId self.clientRequestToken = clientRequestToken self.deleteDataInFileSystem = deleteDataInFileSystem @@ -6549,8 +6426,7 @@ public struct DeleteDataRepositoryAssociationOutput: Swift.Sendable { associationId: Swift.String? = nil, deleteDataInFileSystem: Swift.Bool? = nil, lifecycle: FSxClientTypes.DataRepositoryLifecycle? = nil - ) - { + ) { self.associationId = associationId self.deleteDataInFileSystem = deleteDataInFileSystem self.lifecycle = lifecycle @@ -6576,8 +6452,7 @@ public struct FileCacheNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6592,8 +6467,7 @@ public struct DeleteFileCacheInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, fileCacheId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileCacheId = fileCacheId } @@ -6608,8 +6482,7 @@ public struct DeleteFileCacheOutput: Swift.Sendable { public init( fileCacheId: Swift.String? = nil, lifecycle: FSxClientTypes.FileCacheLifecycle? = nil - ) - { + ) { self.fileCacheId = fileCacheId self.lifecycle = lifecycle } @@ -6627,8 +6500,7 @@ extension FSxClientTypes { public init( finalBackupTags: [FSxClientTypes.Tag]? = nil, skipFinalBackup: Swift.Bool? = nil - ) - { + ) { self.finalBackupTags = finalBackupTags self.skipFinalBackup = skipFinalBackup } @@ -6676,8 +6548,7 @@ extension FSxClientTypes { finalBackupTags: [FSxClientTypes.Tag]? = nil, options: [FSxClientTypes.DeleteFileSystemOpenZFSOption]? = nil, skipFinalBackup: Swift.Bool? = nil - ) - { + ) { self.finalBackupTags = finalBackupTags self.options = options self.skipFinalBackup = skipFinalBackup @@ -6697,8 +6568,7 @@ extension FSxClientTypes { public init( finalBackupTags: [FSxClientTypes.Tag]? = nil, skipFinalBackup: Swift.Bool? = nil - ) - { + ) { self.finalBackupTags = finalBackupTags self.skipFinalBackup = skipFinalBackup } @@ -6725,8 +6595,7 @@ public struct DeleteFileSystemInput: Swift.Sendable { lustreConfiguration: FSxClientTypes.DeleteFileSystemLustreConfiguration? = nil, openZFSConfiguration: FSxClientTypes.DeleteFileSystemOpenZFSConfiguration? = nil, windowsConfiguration: FSxClientTypes.DeleteFileSystemWindowsConfiguration? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId self.lustreConfiguration = lustreConfiguration @@ -6747,8 +6616,7 @@ extension FSxClientTypes { public init( finalBackupId: Swift.String? = nil, finalBackupTags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.finalBackupId = finalBackupId self.finalBackupTags = finalBackupTags } @@ -6767,8 +6635,7 @@ extension FSxClientTypes { public init( finalBackupId: Swift.String? = nil, finalBackupTags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.finalBackupId = finalBackupId self.finalBackupTags = finalBackupTags } @@ -6787,8 +6654,7 @@ extension FSxClientTypes { public init( finalBackupId: Swift.String? = nil, finalBackupTags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.finalBackupId = finalBackupId self.finalBackupTags = finalBackupTags } @@ -6814,8 +6680,7 @@ public struct DeleteFileSystemOutput: Swift.Sendable { lustreResponse: FSxClientTypes.DeleteFileSystemLustreResponse? = nil, openZFSResponse: FSxClientTypes.DeleteFileSystemOpenZFSResponse? = nil, windowsResponse: FSxClientTypes.DeleteFileSystemWindowsResponse? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.lifecycle = lifecycle self.lustreResponse = lustreResponse @@ -6843,8 +6708,7 @@ public struct SnapshotNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6859,8 +6723,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.snapshotId = snapshotId } @@ -6875,8 +6738,7 @@ public struct DeleteSnapshotOutput: Swift.Sendable { public init( lifecycle: FSxClientTypes.SnapshotLifecycle? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.snapshotId = snapshotId } @@ -6892,8 +6754,7 @@ public struct DeleteStorageVirtualMachineInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, storageVirtualMachineId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.storageVirtualMachineId = storageVirtualMachineId } @@ -6908,8 +6769,7 @@ public struct DeleteStorageVirtualMachineOutput: Swift.Sendable { public init( lifecycle: FSxClientTypes.StorageVirtualMachineLifecycle? = nil, storageVirtualMachineId: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.storageVirtualMachineId = storageVirtualMachineId } @@ -6930,8 +6790,7 @@ extension FSxClientTypes { bypassSnaplockEnterpriseRetention: Swift.Bool? = nil, finalBackupTags: [FSxClientTypes.Tag]? = nil, skipFinalBackup: Swift.Bool? = nil - ) - { + ) { self.bypassSnaplockEnterpriseRetention = bypassSnaplockEnterpriseRetention self.finalBackupTags = finalBackupTags self.skipFinalBackup = skipFinalBackup @@ -6974,8 +6833,7 @@ extension FSxClientTypes { public init( options: [FSxClientTypes.DeleteOpenZFSVolumeOption]? = nil - ) - { + ) { self.options = options } } @@ -6997,8 +6855,7 @@ public struct DeleteVolumeInput: Swift.Sendable { ontapConfiguration: FSxClientTypes.DeleteVolumeOntapConfiguration? = nil, openZFSConfiguration: FSxClientTypes.DeleteVolumeOpenZFSConfiguration? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.ontapConfiguration = ontapConfiguration self.openZFSConfiguration = openZFSConfiguration @@ -7018,8 +6875,7 @@ extension FSxClientTypes { public init( finalBackupId: Swift.String? = nil, finalBackupTags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.finalBackupId = finalBackupId self.finalBackupTags = finalBackupTags } @@ -7038,8 +6894,7 @@ public struct DeleteVolumeOutput: Swift.Sendable { lifecycle: FSxClientTypes.VolumeLifecycle? = nil, ontapResponse: FSxClientTypes.DeleteVolumeOntapResponse? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.ontapResponse = ontapResponse self.volumeId = volumeId @@ -7103,8 +6958,7 @@ extension FSxClientTypes { public init( name: FSxClientTypes.FilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7127,8 +6981,7 @@ public struct DescribeBackupsInput: Swift.Sendable { filters: [FSxClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backupIds = backupIds self.filters = filters self.maxResults = maxResults @@ -7155,8 +7008,7 @@ public struct InvalidDataRepositoryType: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7176,8 +7028,7 @@ public struct DescribeDataRepositoryAssociationsInput: Swift.Sendable { filters: [FSxClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationIds = associationIds self.filters = filters self.maxResults = maxResults @@ -7194,8 +7045,7 @@ public struct DescribeDataRepositoryAssociationsOutput: Swift.Sendable { public init( associations: [FSxClientTypes.DataRepositoryAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -7252,8 +7102,7 @@ extension FSxClientTypes { public init( name: FSxClientTypes.DataRepositoryTaskFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7275,8 +7124,7 @@ public struct DescribeDataRepositoryTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, taskIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -7293,8 +7141,7 @@ public struct DescribeDataRepositoryTasksOutput: Swift.Sendable { public init( dataRepositoryTasks: [FSxClientTypes.DataRepositoryTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataRepositoryTasks = dataRepositoryTasks self.nextToken = nextToken } @@ -7312,8 +7159,7 @@ public struct DescribeFileCachesInput: Swift.Sendable { fileCacheIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileCacheIds = fileCacheIds self.maxResults = maxResults self.nextToken = nextToken @@ -7384,8 +7230,7 @@ extension FSxClientTypes { storageCapacity: Swift.Int? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.dataRepositoryAssociationIds = dataRepositoryAssociationIds self.dnsName = dnsName @@ -7415,8 +7260,7 @@ public struct DescribeFileCachesOutput: Swift.Sendable { public init( fileCaches: [FSxClientTypes.FileCache]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileCaches = fileCaches self.nextToken = nextToken } @@ -7439,8 +7283,7 @@ public struct DescribeFileSystemAliasesInput: Swift.Sendable { fileSystemId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId self.maxResults = maxResults @@ -7458,8 +7301,7 @@ public struct DescribeFileSystemAliasesOutput: Swift.Sendable { public init( aliases: [FSxClientTypes.Alias]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.nextToken = nextToken } @@ -7478,8 +7320,7 @@ public struct DescribeFileSystemsInput: Swift.Sendable { fileSystemIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileSystemIds = fileSystemIds self.maxResults = maxResults self.nextToken = nextToken @@ -7497,8 +7338,7 @@ public struct DescribeSharedVpcConfigurationOutput: Swift.Sendable { public init( enableFsxRouteTableUpdatesFromParticipantAccounts: Swift.String? = nil - ) - { + ) { self.enableFsxRouteTableUpdatesFromParticipantAccounts = enableFsxRouteTableUpdatesFromParticipantAccounts } } @@ -7544,8 +7384,7 @@ extension FSxClientTypes { public init( name: FSxClientTypes.SnapshotFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7570,8 +7409,7 @@ public struct DescribeSnapshotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, snapshotIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.includeShared = includeShared self.maxResults = maxResults @@ -7618,8 +7456,7 @@ extension FSxClientTypes { public init( name: FSxClientTypes.StorageVirtualMachineFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7641,8 +7478,7 @@ public struct DescribeStorageVirtualMachinesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, storageVirtualMachineIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -7659,8 +7495,7 @@ public struct DescribeStorageVirtualMachinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageVirtualMachines: [FSxClientTypes.StorageVirtualMachine]? = nil - ) - { + ) { self.nextToken = nextToken self.storageVirtualMachines = storageVirtualMachines } @@ -7707,8 +7542,7 @@ extension FSxClientTypes { public init( name: FSxClientTypes.VolumeFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -7730,8 +7564,7 @@ public struct DescribeVolumesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, volumeIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -7754,8 +7587,7 @@ public struct DisassociateFileSystemAliasesInput: Swift.Sendable { aliases: [Swift.String]? = nil, clientRequestToken: Swift.String? = nil, fileSystemId: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId @@ -7769,8 +7601,7 @@ public struct DisassociateFileSystemAliasesOutput: Swift.Sendable { public init( aliases: [FSxClientTypes.Alias]? = nil - ) - { + ) { self.aliases = aliases } } @@ -7798,8 +7629,7 @@ public struct NotServiceResourceError: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceARN = resourceARN } @@ -7828,8 +7658,7 @@ public struct ResourceDoesNotSupportTagging: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceARN = resourceARN } @@ -7858,8 +7687,7 @@ public struct ResourceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceARN = resourceARN } @@ -7879,8 +7707,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -7897,8 +7724,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -7914,8 +7740,7 @@ public struct ReleaseFileSystemNfsV3LocksInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, fileSystemId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId } @@ -7971,8 +7796,7 @@ public struct RestoreVolumeFromSnapshotInput: Swift.Sendable { options: [FSxClientTypes.RestoreOpenZFSVolumeOption]? = nil, snapshotId: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.options = options self.snapshotId = snapshotId @@ -7990,8 +7814,7 @@ public struct StartMisconfiguredStateRecoveryInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, fileSystemId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId } @@ -8009,8 +7832,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -8034,8 +7856,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -8063,8 +7884,7 @@ public struct UpdateDataRepositoryAssociationInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, importedFileChunkSize: Swift.Int? = nil, s3: FSxClientTypes.S3DataRepositoryConfiguration? = nil - ) - { + ) { self.associationId = associationId self.clientRequestToken = clientRequestToken self.importedFileChunkSize = importedFileChunkSize @@ -8078,8 +7898,7 @@ public struct UpdateDataRepositoryAssociationOutput: Swift.Sendable { public init( association: FSxClientTypes.DataRepositoryAssociation? = nil - ) - { + ) { self.association = association } } @@ -8093,8 +7912,7 @@ extension FSxClientTypes { public init( weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.weeklyMaintenanceStartTime = weeklyMaintenanceStartTime } } @@ -8113,8 +7931,7 @@ public struct UpdateFileCacheInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, fileCacheId: Swift.String? = nil, lustreConfiguration: FSxClientTypes.UpdateFileCacheLustreConfiguration? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileCacheId = fileCacheId self.lustreConfiguration = lustreConfiguration @@ -8127,8 +7944,7 @@ public struct UpdateFileCacheOutput: Swift.Sendable { public init( fileCache: FSxClientTypes.FileCache? = nil - ) - { + ) { self.fileCache = fileCache } } @@ -8149,8 +7965,7 @@ extension FSxClientTypes { public init( iops: Swift.Int? = nil, mode: FSxClientTypes.MetadataConfigurationMode? = nil - ) - { + ) { self.iops = iops self.mode = mode } @@ -8215,8 +8030,7 @@ extension FSxClientTypes { perUnitStorageThroughput: Swift.Int? = nil, rootSquashConfiguration: FSxClientTypes.LustreRootSquashConfiguration? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.autoImportPolicy = autoImportPolicy self.automaticBackupRetentionDays = automaticBackupRetentionDays self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime @@ -8285,8 +8099,7 @@ extension FSxClientTypes { throughputCapacity: Swift.Int? = nil, throughputCapacityPerHAPair: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.addRouteTableIds = addRouteTableIds self.automaticBackupRetentionDays = automaticBackupRetentionDays self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime @@ -8346,8 +8159,7 @@ extension FSxClientTypes { removeRouteTableIds: [Swift.String]? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.addRouteTableIds = addRouteTableIds self.automaticBackupRetentionDays = automaticBackupRetentionDays self.copyTagsToBackups = copyTagsToBackups @@ -8386,8 +8198,7 @@ extension FSxClientTypes { organizationalUnitDistinguishedName: Swift.String? = nil, password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.dnsIps = dnsIps self.domainName = domainName self.fileSystemAdministratorsGroup = fileSystemAdministratorsGroup @@ -8430,8 +8241,7 @@ extension FSxClientTypes { selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryConfigurationUpdates? = nil, throughputCapacity: Swift.Int? = nil, weeklyMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.auditLogConfiguration = auditLogConfiguration self.automaticBackupRetentionDays = automaticBackupRetentionDays self.dailyAutomaticBackupStartTime = dailyAutomaticBackupStartTime @@ -8481,8 +8291,7 @@ public struct UpdateFileSystemInput: Swift.Sendable { storageCapacity: Swift.Int? = nil, storageType: FSxClientTypes.StorageType? = nil, windowsConfiguration: FSxClientTypes.UpdateFileSystemWindowsConfiguration? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fileSystemId = fileSystemId self.lustreConfiguration = lustreConfiguration @@ -8503,8 +8312,7 @@ public struct UpdateSharedVpcConfigurationInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, enableFsxRouteTableUpdatesFromParticipantAccounts: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.enableFsxRouteTableUpdatesFromParticipantAccounts = enableFsxRouteTableUpdatesFromParticipantAccounts } @@ -8516,8 +8324,7 @@ public struct UpdateSharedVpcConfigurationOutput: Swift.Sendable { public init( enableFsxRouteTableUpdatesFromParticipantAccounts: Swift.String? = nil - ) - { + ) { self.enableFsxRouteTableUpdatesFromParticipantAccounts = enableFsxRouteTableUpdatesFromParticipantAccounts } } @@ -8536,8 +8343,7 @@ public struct UpdateSnapshotInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, name: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.snapshotId = snapshotId @@ -8556,8 +8362,7 @@ extension FSxClientTypes { public init( netBiosName: Swift.String? = nil, selfManagedActiveDirectoryConfiguration: FSxClientTypes.SelfManagedActiveDirectoryConfigurationUpdates? = nil - ) - { + ) { self.netBiosName = netBiosName self.selfManagedActiveDirectoryConfiguration = selfManagedActiveDirectoryConfiguration } @@ -8580,8 +8385,7 @@ public struct UpdateStorageVirtualMachineInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, storageVirtualMachineId: Swift.String? = nil, svmAdminPassword: Swift.String? = nil - ) - { + ) { self.activeDirectoryConfiguration = activeDirectoryConfiguration self.clientRequestToken = clientRequestToken self.storageVirtualMachineId = storageVirtualMachineId @@ -8600,8 +8404,7 @@ public struct UpdateStorageVirtualMachineOutput: Swift.Sendable { public init( storageVirtualMachine: FSxClientTypes.StorageVirtualMachine? = nil - ) - { + ) { self.storageVirtualMachine = storageVirtualMachine } } @@ -8627,8 +8430,7 @@ extension FSxClientTypes { privilegedDelete: FSxClientTypes.PrivilegedDelete? = nil, retentionPeriod: FSxClientTypes.SnaplockRetentionPeriod? = nil, volumeAppendModeEnabled: Swift.Bool? = nil - ) - { + ) { self.auditLogVolume = auditLogVolume self.autocommitPeriod = autocommitPeriod self.privilegedDelete = privilegedDelete @@ -8680,8 +8482,7 @@ extension FSxClientTypes { snapshotPolicy: Swift.String? = nil, storageEfficiencyEnabled: Swift.Bool? = nil, tieringPolicy: FSxClientTypes.TieringPolicy? = nil - ) - { + ) { self.copyTagsToBackups = copyTagsToBackups self.junctionPath = junctionPath self.securityStyle = securityStyle @@ -8728,8 +8529,7 @@ extension FSxClientTypes { storageCapacityQuotaGiB: Swift.Int? = nil, storageCapacityReservationGiB: Swift.Int? = nil, userAndGroupQuotas: [FSxClientTypes.OpenZFSUserOrGroupQuota]? = nil - ) - { + ) { self.dataCompressionType = dataCompressionType self.nfsExports = nfsExports self.readOnly = readOnly @@ -8760,8 +8560,7 @@ public struct UpdateVolumeInput: Swift.Sendable { ontapConfiguration: FSxClientTypes.UpdateOntapVolumeConfiguration? = nil, openZFSConfiguration: FSxClientTypes.UpdateOpenZFSVolumeConfiguration? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.ontapConfiguration = ontapConfiguration @@ -8855,8 +8654,7 @@ extension FSxClientTypes { targetSnapshotValues: FSxClientTypes.Snapshot? = nil, targetVolumeValues: FSxClientTypes.Volume? = nil, totalTransferBytes: Swift.Int? = nil - ) - { + ) { self.administrativeActionType = administrativeActionType self.failureDetails = failureDetails self.progressPercent = progressPercent @@ -8962,8 +8760,7 @@ extension FSxClientTypes { tags: [FSxClientTypes.Tag]? = nil, vpcId: Swift.String? = nil, windowsConfiguration: FSxClientTypes.WindowsFileSystemConfiguration? = nil - ) - { + ) { self.administrativeActions = administrativeActions self.creationTime = creationTime self.dnsName = dnsName @@ -9030,8 +8827,7 @@ extension FSxClientTypes { snapshotId: Swift.String? = nil, tags: [FSxClientTypes.Tag]? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.administrativeActions = administrativeActions self.creationTime = creationTime self.lifecycle = lifecycle @@ -9101,8 +8897,7 @@ extension FSxClientTypes { tags: [FSxClientTypes.Tag]? = nil, volumeId: Swift.String? = nil, volumeType: FSxClientTypes.VolumeType? = nil - ) - { + ) { self.administrativeActions = administrativeActions self.creationTime = creationTime self.fileSystemId = fileSystemId @@ -9131,8 +8926,7 @@ public struct CopySnapshotAndUpdateVolumeOutput: Swift.Sendable { administrativeActions: [FSxClientTypes.AdministrativeAction]? = nil, lifecycle: FSxClientTypes.VolumeLifecycle? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.administrativeActions = administrativeActions self.lifecycle = lifecycle self.volumeId = volumeId @@ -9151,8 +8945,7 @@ public struct RestoreVolumeFromSnapshotOutput: Swift.Sendable { administrativeActions: [FSxClientTypes.AdministrativeAction]? = nil, lifecycle: FSxClientTypes.VolumeLifecycle? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.administrativeActions = administrativeActions self.lifecycle = lifecycle self.volumeId = volumeId @@ -9166,8 +8959,7 @@ public struct CreateFileSystemFromBackupOutput: Swift.Sendable { public init( fileSystem: FSxClientTypes.FileSystem? = nil - ) - { + ) { self.fileSystem = fileSystem } } @@ -9179,8 +8971,7 @@ public struct CreateFileSystemOutput: Swift.Sendable { public init( fileSystem: FSxClientTypes.FileSystem? = nil - ) - { + ) { self.fileSystem = fileSystem } } @@ -9191,8 +8982,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshot: FSxClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -9203,8 +8993,7 @@ public struct CreateVolumeFromBackupOutput: Swift.Sendable { public init( volume: FSxClientTypes.Volume? = nil - ) - { + ) { self.volume = volume } } @@ -9215,8 +9004,7 @@ public struct CreateVolumeOutput: Swift.Sendable { public init( volume: FSxClientTypes.Volume? = nil - ) - { + ) { self.volume = volume } } @@ -9227,8 +9015,7 @@ public struct ReleaseFileSystemNfsV3LocksOutput: Swift.Sendable { public init( fileSystem: FSxClientTypes.FileSystem? = nil - ) - { + ) { self.fileSystem = fileSystem } } @@ -9239,8 +9026,7 @@ public struct StartMisconfiguredStateRecoveryOutput: Swift.Sendable { public init( fileSystem: FSxClientTypes.FileSystem? = nil - ) - { + ) { self.fileSystem = fileSystem } } @@ -9252,8 +9038,7 @@ public struct UpdateFileSystemOutput: Swift.Sendable { public init( fileSystem: FSxClientTypes.FileSystem? = nil - ) - { + ) { self.fileSystem = fileSystem } } @@ -9264,8 +9049,7 @@ public struct UpdateSnapshotOutput: Swift.Sendable { public init( snapshot: FSxClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -9276,8 +9060,7 @@ public struct UpdateVolumeOutput: Swift.Sendable { public init( volume: FSxClientTypes.Volume? = nil - ) - { + ) { self.volume = volume } } @@ -9292,8 +9075,7 @@ public struct DescribeFileSystemsOutput: Swift.Sendable { public init( fileSystems: [FSxClientTypes.FileSystem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileSystems = fileSystems self.nextToken = nextToken } @@ -9308,8 +9090,7 @@ public struct DescribeSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [FSxClientTypes.Snapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -9324,8 +9105,7 @@ public struct DescribeVolumesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, volumes: [FSxClientTypes.Volume]? = nil - ) - { + ) { self.nextToken = nextToken self.volumes = volumes } @@ -9407,8 +9187,7 @@ extension FSxClientTypes { tags: [FSxClientTypes.Tag]? = nil, type: FSxClientTypes.BackupType? = nil, volume: FSxClientTypes.Volume? = nil - ) - { + ) { self.backupId = backupId self.creationTime = creationTime self.directoryInformation = directoryInformation @@ -9436,8 +9215,7 @@ public struct CopyBackupOutput: Swift.Sendable { public init( backup: FSxClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -9449,8 +9227,7 @@ public struct CreateBackupOutput: Swift.Sendable { public init( backup: FSxClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -9465,8 +9242,7 @@ public struct DescribeBackupsOutput: Swift.Sendable { public init( backups: [FSxClientTypes.Backup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backups = backups self.nextToken = nextToken } diff --git a/Sources/Services/AWSFinspace/Package.swift.txt b/Sources/Services/AWSFinspace/Package.swift.txt index 96d2d9b0f84..49be6d7c579 100644 --- a/Sources/Services/AWSFinspace/Package.swift.txt +++ b/Sources/Services/AWSFinspace/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSFinspace/Sources/AWSFinspace/FinspaceClient.swift b/Sources/Services/AWSFinspace/Sources/AWSFinspace/FinspaceClient.swift index 389a1a99a85..f7675442e32 100644 --- a/Sources/Services/AWSFinspace/Sources/AWSFinspace/FinspaceClient.swift +++ b/Sources/Services/AWSFinspace/Sources/AWSFinspace/FinspaceClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FinspaceClient: ClientRuntime.Client { public static let clientName = "FinspaceClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FinspaceClient.FinspaceClientConfiguration let serviceName = "finspace" diff --git a/Sources/Services/AWSFinspace/Sources/AWSFinspace/Models.swift b/Sources/Services/AWSFinspace/Sources/AWSFinspace/Models.swift index d0dc0773ff6..7e3b4165a35 100644 --- a/Sources/Services/AWSFinspace/Sources/AWSFinspace/Models.swift +++ b/Sources/Services/AWSFinspace/Sources/AWSFinspace/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -101,8 +100,7 @@ extension FinspaceClientTypes { minNodeCount: Swift.Int? = nil, scaleInCooldownSeconds: Swift.Double? = nil, scaleOutCooldownSeconds: Swift.Double? = nil - ) - { + ) { self.autoScalingMetric = autoScalingMetric self.maxNodeCount = maxNodeCount self.metricTarget = metricTarget @@ -131,8 +129,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -155,8 +152,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +175,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -203,8 +198,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +221,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -286,8 +279,7 @@ extension FinspaceClientTypes { federationURN: Swift.String? = nil, samlMetadataDocument: Swift.String? = nil, samlMetadataURL: Swift.String? = nil - ) - { + ) { self.applicationCallBackURL = applicationCallBackURL self.attributeMap = attributeMap self.federationProviderName = federationProviderName @@ -316,8 +308,7 @@ extension FinspaceClientTypes { emailAddress: Swift.String? = nil, firstName: Swift.String? = nil, lastName: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress self.firstName = firstName self.lastName = lastName @@ -366,8 +357,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { name: Swift.String? = nil, superuserParameters: FinspaceClientTypes.SuperuserParameters? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dataBundles = dataBundles self.description = description self.federationMode = federationMode @@ -391,8 +381,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { environmentArn: Swift.String? = nil, environmentId: Swift.String? = nil, environmentUrl: Swift.String? = nil - ) - { + ) { self.environmentArn = environmentArn self.environmentId = environmentId self.environmentUrl = environmentUrl @@ -420,8 +409,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -445,8 +433,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -501,8 +488,7 @@ extension FinspaceClientTypes { changeType: FinspaceClientTypes.ChangeType? = nil, dbPath: Swift.String? = nil, s3Path: Swift.String? = nil - ) - { + ) { self.changeType = changeType self.dbPath = dbPath self.s3Path = s3Path @@ -546,8 +532,7 @@ public struct CreateKxChangesetInput: Swift.Sendable { clientToken: Swift.String? = nil, databaseName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.changeRequests = changeRequests self.clientToken = clientToken self.databaseName = databaseName @@ -614,8 +599,7 @@ extension FinspaceClientTypes { public init( errorMessage: Swift.String? = nil, errorType: FinspaceClientTypes.ErrorDetails? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -692,8 +676,7 @@ public struct CreateKxChangesetOutput: Swift.Sendable { errorInfo: FinspaceClientTypes.ErrorInfo? = nil, lastModifiedTimestamp: Foundation.Date? = nil, status: FinspaceClientTypes.ChangesetStatus? = nil - ) - { + ) { self.changeRequests = changeRequests self.changesetId = changesetId self.createdTimestamp = createdTimestamp @@ -757,8 +740,7 @@ extension FinspaceClientTypes { public init( size: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.size = size self.type = type } @@ -791,8 +773,7 @@ extension FinspaceClientTypes { public init( nodeCount: Swift.Int? = nil, nodeType: Swift.String? = nil - ) - { + ) { self.nodeCount = nodeCount self.nodeType = nodeType } @@ -852,8 +833,7 @@ extension FinspaceClientTypes { s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil, s3ObjectVersion: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key self.s3ObjectVersion = s3ObjectVersion @@ -873,8 +853,7 @@ extension FinspaceClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -900,8 +879,7 @@ extension FinspaceClientTypes { cacheType: Swift.String? = nil, dataviewName: Swift.String? = nil, dbPaths: [Swift.String]? = nil - ) - { + ) { self.cacheType = cacheType self.dataviewName = dataviewName self.dbPaths = dbPaths @@ -926,8 +904,7 @@ extension FinspaceClientTypes { dbPaths: [Swift.String]? = nil, onDemand: Swift.Bool = false, volumeName: Swift.String? = nil - ) - { + ) { self.dbPaths = dbPaths self.onDemand = onDemand self.volumeName = volumeName @@ -953,8 +930,7 @@ extension FinspaceClientTypes { dataviewName: Swift.String? = nil, dataviewVersionId: Swift.String? = nil, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil - ) - { + ) { self.changesetId = changesetId self.dataviewName = dataviewName self.dataviewVersionId = dataviewVersionId @@ -985,8 +961,7 @@ extension FinspaceClientTypes { databaseName: Swift.String? = nil, dataviewConfiguration: FinspaceClientTypes.KxDataviewConfiguration? = nil, dataviewName: Swift.String? = nil - ) - { + ) { self.cacheConfigurations = cacheConfigurations self.changesetId = changesetId self.databaseName = databaseName @@ -1039,8 +1014,7 @@ extension FinspaceClientTypes { size: Swift.Int? = nil, type: FinspaceClientTypes.KxSavedownStorageType? = nil, volumeName: Swift.String? = nil - ) - { + ) { self.size = size self.type = type self.volumeName = volumeName @@ -1072,8 +1046,7 @@ extension FinspaceClientTypes { memoryReservation: Swift.Int? = nil, nodeCount: Swift.Int? = nil, scalingGroupName: Swift.String? = nil - ) - { + ) { self.cpu = cpu self.memoryLimit = memoryLimit self.memoryReservation = memoryReservation @@ -1092,8 +1065,7 @@ extension FinspaceClientTypes { public init( tickerplantLogVolumes: [Swift.String]? = nil - ) - { + ) { self.tickerplantLogVolumes = tickerplantLogVolumes } } @@ -1145,8 +1117,7 @@ extension FinspaceClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipAddressType = ipAddressType self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -1241,8 +1212,7 @@ public struct CreateKxClusterInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tickerplantLogConfiguration: FinspaceClientTypes.TickerplantLogConfiguration? = nil, vpcConfiguration: FinspaceClientTypes.VpcConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration self.availabilityZoneId = availabilityZoneId self.azMode = azMode @@ -1352,8 +1322,7 @@ extension FinspaceClientTypes { public init( volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.VolumeType? = nil - ) - { + ) { self.volumeName = volumeName self.volumeType = volumeType } @@ -1465,8 +1434,7 @@ public struct CreateKxClusterOutput: Swift.Sendable { tickerplantLogConfiguration: FinspaceClientTypes.TickerplantLogConfiguration? = nil, volumes: [FinspaceClientTypes.Volume]? = nil, vpcConfiguration: FinspaceClientTypes.VpcConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration self.availabilityZoneId = availabilityZoneId self.azMode = azMode @@ -1512,8 +1480,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1539,8 +1506,7 @@ public struct CreateKxDatabaseInput: Swift.Sendable { description: Swift.String? = nil, environmentId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.databaseName = databaseName self.description = description @@ -1570,8 +1536,7 @@ public struct CreateKxDatabaseOutput: Swift.Sendable { description: Swift.String? = nil, environmentId: Swift.String? = nil, lastModifiedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.databaseArn = databaseArn self.databaseName = databaseName @@ -1633,8 +1598,7 @@ public struct CreateKxDataviewInput: Swift.Sendable { readWrite: Swift.Bool? = false, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.autoUpdate = autoUpdate self.availabilityZoneId = availabilityZoneId self.azMode = azMode @@ -1736,8 +1700,7 @@ public struct CreateKxDataviewOutput: Swift.Sendable { readWrite: Swift.Bool = false, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, status: FinspaceClientTypes.KxDataviewStatus? = nil - ) - { + ) { self.autoUpdate = autoUpdate self.availabilityZoneId = availabilityZoneId self.azMode = azMode @@ -1774,8 +1737,7 @@ public struct CreateKxEnvironmentInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.kmsKeyId = kmsKeyId @@ -1870,8 +1832,7 @@ public struct CreateKxEnvironmentOutput: Swift.Sendable { kmsKeyId: Swift.String? = nil, name: Swift.String? = nil, status: FinspaceClientTypes.EnvironmentStatus? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.description = description self.environmentArn = environmentArn @@ -1926,8 +1887,7 @@ public struct CreateKxScalingGroupInput: Swift.Sendable { hostType: Swift.String? = nil, scalingGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.clientToken = clientToken self.environmentId = environmentId @@ -2018,8 +1978,7 @@ public struct CreateKxScalingGroupOutput: Swift.Sendable { lastModifiedTimestamp: Foundation.Date? = nil, scalingGroupName: Swift.String? = nil, status: FinspaceClientTypes.KxScalingGroupStatus? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.createdTimestamp = createdTimestamp self.environmentId = environmentId @@ -2051,8 +2010,7 @@ public struct CreateKxUserInput: Swift.Sendable { iamRole: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, userName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId self.iamRole = iamRole @@ -2076,8 +2034,7 @@ public struct CreateKxUserOutput: Swift.Sendable { iamRole: Swift.String? = nil, userArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.iamRole = iamRole self.userArn = userArn @@ -2129,8 +2086,7 @@ extension FinspaceClientTypes { public init( size: Swift.Int? = nil, type: FinspaceClientTypes.KxNAS1Type? = nil - ) - { + ) { self.size = size self.type = type } @@ -2198,8 +2154,7 @@ public struct CreateKxVolumeInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.azMode = azMode self.clientToken = clientToken @@ -2316,8 +2271,7 @@ public struct CreateKxVolumeOutput: Swift.Sendable { volumeArn: Swift.String? = nil, volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.azMode = azMode self.createdTimestamp = createdTimestamp @@ -2339,8 +2293,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -2364,8 +2317,7 @@ public struct DeleteKxClusterInput: Swift.Sendable { clientToken: Swift.String? = nil, clusterName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterName = clusterName self.environmentId = environmentId @@ -2392,8 +2344,7 @@ public struct DeleteKxClusterNodeInput: Swift.Sendable { clusterName: Swift.String? = nil, environmentId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.environmentId = environmentId self.nodeId = nodeId @@ -2420,8 +2371,7 @@ public struct DeleteKxDatabaseInput: Swift.Sendable { clientToken: Swift.String? = nil, databaseName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.databaseName = databaseName self.environmentId = environmentId @@ -2452,8 +2402,7 @@ public struct DeleteKxDataviewInput: Swift.Sendable { databaseName: Swift.String? = nil, dataviewName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.databaseName = databaseName self.dataviewName = dataviewName @@ -2476,8 +2425,7 @@ public struct DeleteKxEnvironmentInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId } @@ -2502,8 +2450,7 @@ public struct DeleteKxScalingGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, environmentId: Swift.String? = nil, scalingGroupName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId self.scalingGroupName = scalingGroupName @@ -2529,8 +2476,7 @@ public struct DeleteKxUserInput: Swift.Sendable { clientToken: Swift.String? = nil, environmentId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId self.userName = userName @@ -2556,8 +2502,7 @@ public struct DeleteKxVolumeInput: Swift.Sendable { clientToken: Swift.String? = nil, environmentId: Swift.String? = nil, volumeName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId self.volumeName = volumeName @@ -2576,8 +2521,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -2624,8 +2568,7 @@ extension FinspaceClientTypes { name: Swift.String? = nil, sageMakerStudioDomainUrl: Swift.String? = nil, status: FinspaceClientTypes.EnvironmentStatus? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dedicatedServiceAccountId = dedicatedServiceAccountId self.description = description @@ -2648,8 +2591,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { public init( environment: FinspaceClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -2669,8 +2611,7 @@ public struct GetKxChangesetInput: Swift.Sendable { changesetId: Swift.String? = nil, databaseName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.changesetId = changesetId self.databaseName = databaseName self.environmentId = environmentId @@ -2715,8 +2656,7 @@ public struct GetKxChangesetOutput: Swift.Sendable { errorInfo: FinspaceClientTypes.ErrorInfo? = nil, lastModifiedTimestamp: Foundation.Date? = nil, status: FinspaceClientTypes.ChangesetStatus? = nil - ) - { + ) { self.activeFromTimestamp = activeFromTimestamp self.changeRequests = changeRequests self.changesetId = changesetId @@ -2740,8 +2680,7 @@ public struct GetKxClusterInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.environmentId = environmentId } @@ -2849,8 +2788,7 @@ public struct GetKxClusterOutput: Swift.Sendable { tickerplantLogConfiguration: FinspaceClientTypes.TickerplantLogConfiguration? = nil, volumes: [FinspaceClientTypes.Volume]? = nil, vpcConfiguration: FinspaceClientTypes.VpcConfiguration? = nil - ) - { + ) { self.autoScalingConfiguration = autoScalingConfiguration self.availabilityZoneId = availabilityZoneId self.azMode = azMode @@ -2892,8 +2830,7 @@ public struct GetKxConnectionStringInput: Swift.Sendable { clusterName: Swift.String? = nil, environmentId: Swift.String? = nil, userArn: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.environmentId = environmentId self.userArn = userArn @@ -2906,8 +2843,7 @@ public struct GetKxConnectionStringOutput: Swift.Sendable { public init( signedConnectionString: Swift.String? = nil - ) - { + ) { self.signedConnectionString = signedConnectionString } } @@ -2928,8 +2864,7 @@ public struct GetKxDatabaseInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.environmentId = environmentId } @@ -2968,8 +2903,7 @@ public struct GetKxDatabaseOutput: Swift.Sendable { numBytes: Swift.Int = 0, numChangesets: Swift.Int = 0, numFiles: Swift.Int = 0 - ) - { + ) { self.createdTimestamp = createdTimestamp self.databaseArn = databaseArn self.databaseName = databaseName @@ -2998,8 +2932,7 @@ public struct GetKxDataviewInput: Swift.Sendable { databaseName: Swift.String? = nil, dataviewName: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.dataviewName = dataviewName self.environmentId = environmentId @@ -3027,8 +2960,7 @@ extension FinspaceClientTypes { createdTimestamp: Foundation.Date? = nil, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, versionId: Swift.String? = nil - ) - { + ) { self.attachedClusters = attachedClusters self.changesetId = changesetId self.createdTimestamp = createdTimestamp @@ -3092,8 +3024,7 @@ public struct GetKxDataviewOutput: Swift.Sendable { segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, status: FinspaceClientTypes.KxDataviewStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.activeVersions = activeVersions self.autoUpdate = autoUpdate self.availabilityZoneId = availabilityZoneId @@ -3119,8 +3050,7 @@ public struct GetKxEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -3139,8 +3069,7 @@ extension FinspaceClientTypes { public init( customDNSServerIP: Swift.String? = nil, customDNSServerName: Swift.String? = nil - ) - { + ) { self.customDNSServerIP = customDNSServerIP self.customDNSServerName = customDNSServerName } @@ -3237,8 +3166,7 @@ extension FinspaceClientTypes { public init( code: Swift.Int = 0, type: Swift.Int = 0 - ) - { + ) { self.code = code self.type = type } @@ -3259,8 +3187,7 @@ extension FinspaceClientTypes { public init( from: Swift.Int = 0, to: Swift.Int = 0 - ) - { + ) { self.from = from self.to = to } @@ -3324,8 +3251,7 @@ extension FinspaceClientTypes { `protocol`: Swift.String? = nil, ruleAction: FinspaceClientTypes.RuleAction? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.icmpTypeCode = icmpTypeCode self.portRange = portRange @@ -3353,8 +3279,7 @@ extension FinspaceClientTypes { attachmentNetworkAclConfiguration: [FinspaceClientTypes.NetworkACLEntry]? = nil, routableCIDRSpace: Swift.String? = nil, transitGatewayID: Swift.String? = nil - ) - { + ) { self.attachmentNetworkAclConfiguration = attachmentNetworkAclConfiguration self.routableCIDRSpace = routableCIDRSpace self.transitGatewayID = transitGatewayID @@ -3416,8 +3341,7 @@ public struct GetKxEnvironmentOutput: Swift.Sendable { tgwStatus: FinspaceClientTypes.TgwStatus? = nil, transitGatewayConfiguration: FinspaceClientTypes.TransitGatewayConfiguration? = nil, updateTimestamp: Foundation.Date? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.awsAccountId = awsAccountId self.certificateAuthorityArn = certificateAuthorityArn @@ -3449,8 +3373,7 @@ public struct GetKxScalingGroupInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, scalingGroupName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.scalingGroupName = scalingGroupName } @@ -3520,8 +3443,7 @@ public struct GetKxScalingGroupOutput: Swift.Sendable { scalingGroupName: Swift.String? = nil, status: FinspaceClientTypes.KxScalingGroupStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.clusters = clusters self.createdTimestamp = createdTimestamp @@ -3545,8 +3467,7 @@ public struct GetKxUserInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.userName = userName } @@ -3567,8 +3488,7 @@ public struct GetKxUserOutput: Swift.Sendable { iamRole: Swift.String? = nil, userArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.iamRole = iamRole self.userArn = userArn @@ -3587,8 +3507,7 @@ public struct GetKxVolumeInput: Swift.Sendable { public init( environmentId: Swift.String? = nil, volumeName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.volumeName = volumeName } @@ -3625,8 +3544,7 @@ extension FinspaceClientTypes { clusterName: Swift.String? = nil, clusterStatus: FinspaceClientTypes.KxClusterStatus? = nil, clusterType: FinspaceClientTypes.KxClusterType? = nil - ) - { + ) { self.clusterName = clusterName self.clusterStatus = clusterStatus self.clusterType = clusterType @@ -3694,8 +3612,7 @@ public struct GetKxVolumeOutput: Swift.Sendable { volumeArn: Swift.String? = nil, volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.attachedClusters = attachedClusters self.availabilityZoneIds = availabilityZoneIds self.azMode = azMode @@ -3721,8 +3638,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3737,8 +3653,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environments: [FinspaceClientTypes.Environment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -3761,8 +3676,7 @@ public struct ListKxChangesetsInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.environmentId = environmentId self.maxResults = maxResults @@ -3799,8 +3713,7 @@ extension FinspaceClientTypes { createdTimestamp: Foundation.Date? = nil, lastModifiedTimestamp: Foundation.Date? = nil, status: FinspaceClientTypes.ChangesetStatus? = nil - ) - { + ) { self.activeFromTimestamp = activeFromTimestamp self.changesetId = changesetId self.createdTimestamp = createdTimestamp @@ -3819,8 +3732,7 @@ public struct ListKxChangesetsOutput: Swift.Sendable { public init( kxChangesets: [FinspaceClientTypes.KxChangesetListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kxChangesets = kxChangesets self.nextToken = nextToken } @@ -3843,8 +3755,7 @@ public struct ListKxClusterNodesInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.environmentId = environmentId self.maxResults = maxResults @@ -3903,8 +3814,7 @@ extension FinspaceClientTypes { launchTime: Foundation.Date? = nil, nodeId: Swift.String? = nil, status: FinspaceClientTypes.KxNodeStatus? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.launchTime = launchTime self.nodeId = nodeId @@ -3922,8 +3832,7 @@ public struct ListKxClusterNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [FinspaceClientTypes.KxNode]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -3955,8 +3864,7 @@ public struct ListKxClustersInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.clusterType = clusterType self.environmentId = environmentId self.maxResults = maxResults @@ -4039,8 +3947,7 @@ extension FinspaceClientTypes { status: FinspaceClientTypes.KxClusterStatus? = nil, statusReason: Swift.String? = nil, volumes: [FinspaceClientTypes.Volume]? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.azMode = azMode self.clusterDescription = clusterDescription @@ -4067,8 +3974,7 @@ public struct ListKxClustersOutput: Swift.Sendable { public init( kxClusterSummaries: [FinspaceClientTypes.KxCluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kxClusterSummaries = kxClusterSummaries self.nextToken = nextToken } @@ -4087,8 +3993,7 @@ public struct ListKxDatabasesInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.nextToken = nextToken @@ -4110,8 +4015,7 @@ extension FinspaceClientTypes { createdTimestamp: Foundation.Date? = nil, databaseName: Swift.String? = nil, lastModifiedTimestamp: Foundation.Date? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.databaseName = databaseName self.lastModifiedTimestamp = lastModifiedTimestamp @@ -4128,8 +4032,7 @@ public struct ListKxDatabasesOutput: Swift.Sendable { public init( kxDatabases: [FinspaceClientTypes.KxDatabaseListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kxDatabases = kxDatabases self.nextToken = nextToken } @@ -4152,8 +4055,7 @@ public struct ListKxDataviewsInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.environmentId = environmentId self.maxResults = maxResults @@ -4212,8 +4114,7 @@ extension FinspaceClientTypes { segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, status: FinspaceClientTypes.KxDataviewStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.activeVersions = activeVersions self.autoUpdate = autoUpdate self.availabilityZoneId = availabilityZoneId @@ -4242,8 +4143,7 @@ public struct ListKxDataviewsOutput: Swift.Sendable { public init( kxDataviews: [FinspaceClientTypes.KxDataviewListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kxDataviews = kxDataviews self.nextToken = nextToken } @@ -4258,8 +4158,7 @@ public struct ListKxEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4340,8 +4239,7 @@ extension FinspaceClientTypes { tgwStatus: FinspaceClientTypes.TgwStatus? = nil, transitGatewayConfiguration: FinspaceClientTypes.TransitGatewayConfiguration? = nil, updateTimestamp: Foundation.Date? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.awsAccountId = awsAccountId self.certificateAuthorityArn = certificateAuthorityArn @@ -4372,8 +4270,7 @@ public struct ListKxEnvironmentsOutput: Swift.Sendable { public init( environments: [FinspaceClientTypes.KxEnvironment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -4392,8 +4289,7 @@ public struct ListKxScalingGroupsInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.nextToken = nextToken @@ -4448,8 +4344,7 @@ extension FinspaceClientTypes { scalingGroupName: Swift.String? = nil, status: FinspaceClientTypes.KxScalingGroupStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.availabilityZoneId = availabilityZoneId self.clusters = clusters self.createdTimestamp = createdTimestamp @@ -4471,8 +4366,7 @@ public struct ListKxScalingGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingGroups: [FinspaceClientTypes.KxScalingGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingGroups = scalingGroups } @@ -4491,8 +4385,7 @@ public struct ListKxUsersInput: Swift.Sendable { environmentId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.nextToken = nextToken @@ -4520,8 +4413,7 @@ extension FinspaceClientTypes { updateTimestamp: Foundation.Date? = nil, userArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.createTimestamp = createTimestamp self.iamRole = iamRole self.updateTimestamp = updateTimestamp @@ -4540,8 +4432,7 @@ public struct ListKxUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [FinspaceClientTypes.KxUser]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -4563,8 +4454,7 @@ public struct ListKxVolumesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.nextToken = nextToken @@ -4623,8 +4513,7 @@ extension FinspaceClientTypes { statusReason: Swift.String? = nil, volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.azMode = azMode self.createdTimestamp = createdTimestamp @@ -4647,8 +4536,7 @@ public struct ListKxVolumesOutput: Swift.Sendable { public init( kxVolumeSummaries: [FinspaceClientTypes.KxVolume]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kxVolumeSummaries = kxVolumeSummaries self.nextToken = nextToken } @@ -4672,8 +4560,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4685,8 +4572,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4697,8 +4583,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4714,8 +4599,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4737,8 +4621,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4772,8 +4655,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { federationMode: FinspaceClientTypes.FederationMode? = nil, federationParameters: FinspaceClientTypes.FederationParameters? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.environmentId = environmentId self.federationMode = federationMode @@ -4788,8 +4670,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { public init( environment: FinspaceClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -4842,8 +4723,7 @@ extension FinspaceClientTypes { public init( deploymentStrategy: FinspaceClientTypes.KxClusterCodeDeploymentStrategy? = nil - ) - { + ) { self.deploymentStrategy = deploymentStrategy } } @@ -4876,8 +4756,7 @@ public struct UpdateKxClusterCodeConfigurationInput: Swift.Sendable { deploymentConfiguration: FinspaceClientTypes.KxClusterCodeDeploymentConfiguration? = nil, environmentId: Swift.String? = nil, initializationScript: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterName = clusterName self.code = code @@ -4936,8 +4815,7 @@ extension FinspaceClientTypes { public init( deploymentStrategy: FinspaceClientTypes.KxDeploymentStrategy? = nil - ) - { + ) { self.deploymentStrategy = deploymentStrategy } } @@ -4964,8 +4842,7 @@ public struct UpdateKxClusterDatabasesInput: Swift.Sendable { databases: [FinspaceClientTypes.KxDatabaseConfiguration]? = nil, deploymentConfiguration: FinspaceClientTypes.KxDeploymentConfiguration? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterName = clusterName self.databases = databases @@ -4997,8 +4874,7 @@ public struct UpdateKxDatabaseInput: Swift.Sendable { databaseName: Swift.String? = nil, description: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.databaseName = databaseName self.description = description @@ -5021,8 +4897,7 @@ public struct UpdateKxDatabaseOutput: Swift.Sendable { description: Swift.String? = nil, environmentId: Swift.String? = nil, lastModifiedTimestamp: Foundation.Date? = nil - ) - { + ) { self.databaseName = databaseName self.description = description self.environmentId = environmentId @@ -5058,8 +4933,7 @@ public struct UpdateKxDataviewInput: Swift.Sendable { description: Swift.String? = nil, environmentId: Swift.String? = nil, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil - ) - { + ) { self.changesetId = changesetId self.clientToken = clientToken self.databaseName = databaseName @@ -5121,8 +4995,7 @@ public struct UpdateKxDataviewOutput: Swift.Sendable { readWrite: Swift.Bool = false, segmentConfigurations: [FinspaceClientTypes.KxDataviewSegmentConfiguration]? = nil, status: FinspaceClientTypes.KxDataviewStatus? = nil - ) - { + ) { self.activeVersions = activeVersions self.autoUpdate = autoUpdate self.availabilityZoneId = availabilityZoneId @@ -5156,8 +5029,7 @@ public struct UpdateKxEnvironmentInput: Swift.Sendable { description: Swift.String? = nil, environmentId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.environmentId = environmentId @@ -5216,8 +5088,7 @@ public struct UpdateKxEnvironmentOutput: Swift.Sendable { tgwStatus: FinspaceClientTypes.TgwStatus? = nil, transitGatewayConfiguration: FinspaceClientTypes.TransitGatewayConfiguration? = nil, updateTimestamp: Foundation.Date? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.awsAccountId = awsAccountId self.creationTimestamp = creationTimestamp @@ -5253,8 +5124,7 @@ public struct UpdateKxEnvironmentNetworkInput: Swift.Sendable { customDNSConfiguration: [FinspaceClientTypes.CustomDNSServer]? = nil, environmentId: Swift.String? = nil, transitGatewayConfiguration: FinspaceClientTypes.TransitGatewayConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.customDNSConfiguration = customDNSConfiguration self.environmentId = environmentId @@ -5313,8 +5183,7 @@ public struct UpdateKxEnvironmentNetworkOutput: Swift.Sendable { tgwStatus: FinspaceClientTypes.TgwStatus? = nil, transitGatewayConfiguration: FinspaceClientTypes.TransitGatewayConfiguration? = nil, updateTimestamp: Foundation.Date? = nil - ) - { + ) { self.availabilityZoneIds = availabilityZoneIds self.awsAccountId = awsAccountId self.creationTimestamp = creationTimestamp @@ -5352,8 +5221,7 @@ public struct UpdateKxUserInput: Swift.Sendable { environmentId: Swift.String? = nil, iamRole: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.environmentId = environmentId self.iamRole = iamRole @@ -5376,8 +5244,7 @@ public struct UpdateKxUserOutput: Swift.Sendable { iamRole: Swift.String? = nil, userArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.iamRole = iamRole self.userArn = userArn @@ -5405,8 +5272,7 @@ public struct UpdateKxVolumeInput: Swift.Sendable { environmentId: Swift.String? = nil, nas1Configuration: FinspaceClientTypes.KxNAS1Configuration? = nil, volumeName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.environmentId = environmentId @@ -5475,8 +5341,7 @@ public struct UpdateKxVolumeOutput: Swift.Sendable { volumeArn: Swift.String? = nil, volumeName: Swift.String? = nil, volumeType: FinspaceClientTypes.KxVolumeType? = nil - ) - { + ) { self.attachedClusters = attachedClusters self.availabilityZoneIds = availabilityZoneIds self.azMode = azMode diff --git a/Sources/Services/AWSFinspacedata/Package.swift.txt b/Sources/Services/AWSFinspacedata/Package.swift.txt index e807215f43c..96075d90eed 100644 --- a/Sources/Services/AWSFinspacedata/Package.swift.txt +++ b/Sources/Services/AWSFinspacedata/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/FinspacedataClient.swift b/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/FinspacedataClient.swift index e2fd0d6abdb..ec626dee262 100644 --- a/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/FinspacedataClient.swift +++ b/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/FinspacedataClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FinspacedataClient: ClientRuntime.Client { public static let clientName = "FinspacedataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FinspacedataClient.FinspacedataClientConfiguration let serviceName = "finspace data" diff --git a/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/Models.swift b/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/Models.swift index 4e94126dea5..2cfc86bd4c5 100644 --- a/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/Models.swift +++ b/Sources/Services/AWSFinspacedata/Sources/AWSFinspacedata/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +143,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -169,8 +167,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +192,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -235,8 +231,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -256,8 +251,7 @@ public struct AssociateUserToPermissionGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionGroupId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionGroupId = permissionGroupId self.userId = userId @@ -270,8 +264,7 @@ public struct AssociateUserToPermissionGroupOutput: Swift.Sendable { public init( statusCode: Swift.Int = 0 - ) - { + ) { self.statusCode = statusCode } } @@ -294,8 +287,7 @@ extension FinspacedataClientTypes { expiration: Swift.Int = 0, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -328,8 +320,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +398,7 @@ public struct CreateChangesetInput: Swift.Sendable { datasetId: Swift.String? = nil, formatParams: [Swift.String: Swift.String]? = nil, sourceParams: [Swift.String: Swift.String]? = nil - ) - { + ) { self.changeType = changeType self.clientToken = clientToken self.datasetId = datasetId @@ -427,8 +417,7 @@ public struct CreateChangesetOutput: Swift.Sendable { public init( changesetId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.changesetId = changesetId self.datasetId = datasetId } @@ -479,8 +468,7 @@ extension FinspacedataClientTypes { email: Swift.String? = nil, name: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.email = email self.name = name self.phoneNumber = phoneNumber @@ -517,8 +505,7 @@ extension FinspacedataClientTypes { public init( permission: Swift.String? = nil - ) - { + ) { self.permission = permission } } @@ -536,8 +523,7 @@ extension FinspacedataClientTypes { public init( datasetPermissions: [FinspacedataClientTypes.ResourcePermission]? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.datasetPermissions = datasetPermissions self.permissionGroupId = permissionGroupId } @@ -621,8 +607,7 @@ extension FinspacedataClientTypes { columnDescription: Swift.String? = nil, columnName: Swift.String? = nil, dataType: FinspacedataClientTypes.ColumnDataType? = nil - ) - { + ) { self.columnDescription = columnDescription self.columnName = columnName self.dataType = dataType @@ -642,8 +627,7 @@ extension FinspacedataClientTypes { public init( columns: [FinspacedataClientTypes.ColumnDefinition]? = nil, primaryKeyColumns: [Swift.String]? = nil - ) - { + ) { self.columns = columns self.primaryKeyColumns = primaryKeyColumns } @@ -659,8 +643,7 @@ extension FinspacedataClientTypes { public init( tabularSchemaConfig: FinspacedataClientTypes.SchemaDefinition? = nil - ) - { + ) { self.tabularSchemaConfig = tabularSchemaConfig } } @@ -701,8 +684,7 @@ public struct CreateDatasetInput: Swift.Sendable { ownerInfo: FinspacedataClientTypes.DatasetOwnerInfo? = nil, permissionGroupParams: FinspacedataClientTypes.PermissionGroupParams? = nil, schemaDefinition: FinspacedataClientTypes.SchemaUnion? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.datasetDescription = datasetDescription @@ -721,8 +703,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetId: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId } } @@ -782,8 +763,7 @@ extension FinspacedataClientTypes { destinationType: Swift.String? = nil, s3DestinationExportFileFormat: FinspacedataClientTypes.ExportFileFormat? = nil, s3DestinationExportFileFormatOptions: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destinationType = destinationType self.s3DestinationExportFileFormat = s3DestinationExportFileFormat self.s3DestinationExportFileFormatOptions = s3DestinationExportFileFormatOptions @@ -818,8 +798,7 @@ public struct CreateDataViewInput: Swift.Sendable { destinationTypeParams: FinspacedataClientTypes.DataViewDestinationTypeParams? = nil, partitionColumns: [Swift.String]? = nil, sortColumns: [Swift.String]? = nil - ) - { + ) { self.asOfTimestamp = asOfTimestamp self.autoUpdate = autoUpdate self.clientToken = clientToken @@ -840,8 +819,7 @@ public struct CreateDataViewOutput: Swift.Sendable { public init( dataViewId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.dataViewId = dataViewId self.datasetId = datasetId } @@ -878,8 +856,7 @@ public struct CreatePermissionGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.applicationPermissions = applicationPermissions self.clientToken = clientToken self.description = description @@ -898,8 +875,7 @@ public struct CreatePermissionGroupOutput: Swift.Sendable { public init( permissionGroupId: Swift.String? = nil - ) - { + ) { self.permissionGroupId = permissionGroupId } } @@ -967,8 +943,7 @@ public struct CreateUserInput: Swift.Sendable { firstName: Swift.String? = nil, lastName: Swift.String? = nil, type: FinspacedataClientTypes.UserType? = nil - ) - { + ) { self.apiAccess = apiAccess self.apiAccessPrincipalArn = apiAccessPrincipalArn self.clientToken = clientToken @@ -990,8 +965,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -1007,8 +981,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.datasetId = datasetId } @@ -1021,8 +994,7 @@ public struct DeleteDatasetOutput: Swift.Sendable { public init( datasetId: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId } } @@ -1037,8 +1009,7 @@ public struct DeletePermissionGroupInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionGroupId = permissionGroupId } @@ -1050,8 +1021,7 @@ public struct DeletePermissionGroupOutput: Swift.Sendable { public init( permissionGroupId: Swift.String? = nil - ) - { + ) { self.permissionGroupId = permissionGroupId } } @@ -1066,8 +1036,7 @@ public struct DisableUserInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.userId = userId } @@ -1079,8 +1048,7 @@ public struct DisableUserOutput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -1099,8 +1067,7 @@ public struct DisassociateUserFromPermissionGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionGroupId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionGroupId = permissionGroupId self.userId = userId @@ -1113,8 +1080,7 @@ public struct DisassociateUserFromPermissionGroupOutput: Swift.Sendable { public init( statusCode: Swift.Int = 0 - ) - { + ) { self.statusCode = statusCode } } @@ -1129,8 +1095,7 @@ public struct EnableUserInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.userId = userId } @@ -1142,8 +1107,7 @@ public struct EnableUserOutput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -1160,8 +1124,7 @@ public struct GetChangesetInput: Swift.Sendable { public init( changesetId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.changesetId = changesetId self.datasetId = datasetId } @@ -1243,8 +1206,7 @@ extension FinspacedataClientTypes { public init( errorCategory: FinspacedataClientTypes.ErrorCategory? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCategory = errorCategory self.errorMessage = errorMessage } @@ -1339,8 +1301,7 @@ public struct GetChangesetOutput: Swift.Sendable { status: FinspacedataClientTypes.IngestionStatus? = nil, updatedByChangesetId: Swift.String? = nil, updatesChangesetId: Swift.String? = nil - ) - { + ) { self.activeFromTimestamp = activeFromTimestamp self.activeUntilTimestamp = activeUntilTimestamp self.changeType = changeType @@ -1365,8 +1326,7 @@ public struct GetDatasetInput: Swift.Sendable { public init( datasetId: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId } } @@ -1453,8 +1413,7 @@ public struct GetDatasetOutput: Swift.Sendable { lastModifiedTime: Swift.Int = 0, schemaDefinition: FinspacedataClientTypes.SchemaUnion? = nil, status: FinspacedataClientTypes.DatasetStatus? = nil - ) - { + ) { self.alias = alias self.createTime = createTime self.datasetArn = datasetArn @@ -1480,8 +1439,7 @@ public struct GetDataViewInput: Swift.Sendable { public init( dataViewId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.dataViewId = dataViewId self.datasetId = datasetId } @@ -1515,8 +1473,7 @@ extension FinspacedataClientTypes { public init( errorCategory: FinspacedataClientTypes.ErrorCategory? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCategory = errorCategory self.errorMessage = errorMessage } @@ -1627,8 +1584,7 @@ public struct GetDataViewOutput: Swift.Sendable { partitionColumns: [Swift.String]? = nil, sortColumns: [Swift.String]? = nil, status: FinspacedataClientTypes.DataViewStatus? = nil - ) - { + ) { self.asOfTimestamp = asOfTimestamp self.autoUpdate = autoUpdate self.createTime = createTime @@ -1655,8 +1611,7 @@ public struct GetExternalDataViewAccessDetailsInput: Swift.Sendable { public init( dataViewId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.dataViewId = dataViewId self.datasetId = datasetId } @@ -1676,8 +1631,7 @@ extension FinspacedataClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1693,8 +1647,7 @@ public struct GetExternalDataViewAccessDetailsOutput: Swift.Sendable { public init( credentials: FinspacedataClientTypes.AwsCredentials? = nil, s3Location: FinspacedataClientTypes.S3Location? = nil - ) - { + ) { self.credentials = credentials self.s3Location = s3Location } @@ -1712,8 +1665,7 @@ public struct GetPermissionGroupInput: Swift.Sendable { public init( permissionGroupId: Swift.String? = nil - ) - { + ) { self.permissionGroupId = permissionGroupId } } @@ -1797,8 +1749,7 @@ extension FinspacedataClientTypes { membershipStatus: FinspacedataClientTypes.PermissionGroupMembershipStatus? = nil, name: Swift.String? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.applicationPermissions = applicationPermissions self.createTime = createTime self.description = description @@ -1821,8 +1772,7 @@ public struct GetPermissionGroupOutput: Swift.Sendable { public init( permissionGroup: FinspacedataClientTypes.PermissionGroup? = nil - ) - { + ) { self.permissionGroup = permissionGroup } } @@ -1838,8 +1788,7 @@ public struct GetProgrammaticAccessCredentialsInput: Swift.Sendable { public init( durationInMinutes: Swift.Int? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.durationInMinutes = durationInMinutes self.environmentId = environmentId } @@ -1860,8 +1809,7 @@ extension FinspacedataClientTypes { accessKeyId: Swift.String? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.secretAccessKey = secretAccessKey self.sessionToken = sessionToken @@ -1885,8 +1833,7 @@ public struct GetProgrammaticAccessCredentialsOutput: Swift.Sendable { public init( credentials: FinspacedataClientTypes.Credentials? = nil, durationInMinutes: Swift.Int? = nil - ) - { + ) { self.credentials = credentials self.durationInMinutes = durationInMinutes } @@ -1904,8 +1851,7 @@ public struct GetUserInput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -2001,8 +1947,7 @@ public struct GetUserOutput: Swift.Sendable { status: FinspacedataClientTypes.UserStatus? = nil, type: FinspacedataClientTypes.UserType? = nil, userId: Swift.String? = nil - ) - { + ) { self.apiAccess = apiAccess self.apiAccessPrincipalArn = apiAccessPrincipalArn self.createTime = createTime @@ -2063,8 +2008,7 @@ public struct GetWorkingLocationInput: Swift.Sendable { public init( locationType: FinspacedataClientTypes.LocationType? = nil - ) - { + ) { self.locationType = locationType } } @@ -2081,8 +2025,7 @@ public struct GetWorkingLocationOutput: Swift.Sendable { s3Bucket: Swift.String? = nil, s3Path: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Path = s3Path self.s3Uri = s3Uri @@ -2103,8 +2046,7 @@ public struct ListChangesetsInput: Swift.Sendable { datasetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId self.maxResults = maxResults self.nextToken = nextToken @@ -2172,8 +2114,7 @@ extension FinspacedataClientTypes { status: FinspacedataClientTypes.IngestionStatus? = nil, updatedByChangesetId: Swift.String? = nil, updatesChangesetId: Swift.String? = nil - ) - { + ) { self.activeFromTimestamp = activeFromTimestamp self.activeUntilTimestamp = activeUntilTimestamp self.changeType = changeType @@ -2201,8 +2142,7 @@ public struct ListChangesetsOutput: Swift.Sendable { public init( changesets: [FinspacedataClientTypes.ChangesetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.changesets = changesets self.nextToken = nextToken } @@ -2218,8 +2158,7 @@ public struct ListDatasetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2265,8 +2204,7 @@ extension FinspacedataClientTypes { lastModifiedTime: Swift.Int = 0, ownerInfo: FinspacedataClientTypes.DatasetOwnerInfo? = nil, schemaDefinition: FinspacedataClientTypes.SchemaUnion? = nil - ) - { + ) { self.alias = alias self.createTime = createTime self.datasetArn = datasetArn @@ -2291,8 +2229,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasets: [FinspacedataClientTypes.Dataset]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasets = datasets self.nextToken = nextToken } @@ -2312,8 +2249,7 @@ public struct ListDataViewsInput: Swift.Sendable { datasetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId self.maxResults = maxResults self.nextToken = nextToken @@ -2378,8 +2314,7 @@ extension FinspacedataClientTypes { partitionColumns: [Swift.String]? = nil, sortColumns: [Swift.String]? = nil, status: FinspacedataClientTypes.DataViewStatus? = nil - ) - { + ) { self.asOfTimestamp = asOfTimestamp self.autoUpdate = autoUpdate self.createTime = createTime @@ -2405,8 +2340,7 @@ public struct ListDataViewsOutput: Swift.Sendable { public init( dataViews: [FinspacedataClientTypes.DataViewSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataViews = dataViews self.nextToken = nextToken } @@ -2422,8 +2356,7 @@ public struct ListPermissionGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2438,8 +2371,7 @@ public struct ListPermissionGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissionGroups: [FinspacedataClientTypes.PermissionGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.permissionGroups = permissionGroups } @@ -2459,8 +2391,7 @@ public struct ListPermissionGroupsByUserInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.userId = userId @@ -2488,8 +2419,7 @@ extension FinspacedataClientTypes { membershipStatus: FinspacedataClientTypes.PermissionGroupMembershipStatus? = nil, name: Swift.String? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.membershipStatus = membershipStatus self.name = name self.permissionGroupId = permissionGroupId @@ -2511,8 +2441,7 @@ public struct ListPermissionGroupsByUserOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissionGroups: [FinspacedataClientTypes.PermissionGroupByUser]? = nil - ) - { + ) { self.nextToken = nextToken self.permissionGroups = permissionGroups } @@ -2528,8 +2457,7 @@ public struct ListUsersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2594,8 +2522,7 @@ extension FinspacedataClientTypes { status: FinspacedataClientTypes.UserStatus? = nil, type: FinspacedataClientTypes.UserType? = nil, userId: Swift.String? = nil - ) - { + ) { self.apiAccess = apiAccess self.apiAccessPrincipalArn = apiAccessPrincipalArn self.createTime = createTime @@ -2627,8 +2554,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [FinspacedataClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -2648,8 +2574,7 @@ public struct ListUsersByPermissionGroupInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.permissionGroupId = permissionGroupId @@ -2709,8 +2634,7 @@ extension FinspacedataClientTypes { status: FinspacedataClientTypes.UserStatus? = nil, type: FinspacedataClientTypes.UserType? = nil, userId: Swift.String? = nil - ) - { + ) { self.apiAccess = apiAccess self.apiAccessPrincipalArn = apiAccessPrincipalArn self.emailAddress = emailAddress @@ -2738,8 +2662,7 @@ public struct ListUsersByPermissionGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [FinspacedataClientTypes.UserByPermissionGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -2755,8 +2678,7 @@ public struct ResetUserPasswordInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.userId = userId } @@ -2771,8 +2693,7 @@ public struct ResetUserPasswordOutput: Swift.Sendable { public init( temporaryPassword: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.temporaryPassword = temporaryPassword self.userId = userId } @@ -2817,8 +2738,7 @@ public struct UpdateChangesetInput: Swift.Sendable { datasetId: Swift.String? = nil, formatParams: [Swift.String: Swift.String]? = nil, sourceParams: [Swift.String: Swift.String]? = nil - ) - { + ) { self.changesetId = changesetId self.clientToken = clientToken self.datasetId = datasetId @@ -2837,8 +2757,7 @@ public struct UpdateChangesetOutput: Swift.Sendable { public init( changesetId: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.changesetId = changesetId self.datasetId = datasetId } @@ -2876,8 +2795,7 @@ public struct UpdateDatasetInput: Swift.Sendable { datasetTitle: Swift.String? = nil, kind: FinspacedataClientTypes.DatasetKind? = nil, schemaDefinition: FinspacedataClientTypes.SchemaUnion? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.datasetDescription = datasetDescription @@ -2895,8 +2813,7 @@ public struct UpdateDatasetOutput: Swift.Sendable { public init( datasetId: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId } } @@ -2934,8 +2851,7 @@ public struct UpdatePermissionGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, permissionGroupId: Swift.String? = nil - ) - { + ) { self.applicationPermissions = applicationPermissions self.clientToken = clientToken self.description = description @@ -2955,8 +2871,7 @@ public struct UpdatePermissionGroupOutput: Swift.Sendable { public init( permissionGroupId: Swift.String? = nil - ) - { + ) { self.permissionGroupId = permissionGroupId } } @@ -2994,8 +2909,7 @@ public struct UpdateUserInput: Swift.Sendable { lastName: Swift.String? = nil, type: FinspacedataClientTypes.UserType? = nil, userId: Swift.String? = nil - ) - { + ) { self.apiAccess = apiAccess self.apiAccessPrincipalArn = apiAccessPrincipalArn self.clientToken = clientToken @@ -3017,8 +2931,7 @@ public struct UpdateUserOutput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } diff --git a/Sources/Services/AWSFirehose/Package.swift.txt b/Sources/Services/AWSFirehose/Package.swift.txt index a28836b4cba..7ce53cf0f71 100644 --- a/Sources/Services/AWSFirehose/Package.swift.txt +++ b/Sources/Services/AWSFirehose/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSFirehose/Sources/AWSFirehose/FirehoseClient.swift b/Sources/Services/AWSFirehose/Sources/AWSFirehose/FirehoseClient.swift index f13594a3626..b60f5c4bc3c 100644 --- a/Sources/Services/AWSFirehose/Sources/AWSFirehose/FirehoseClient.swift +++ b/Sources/Services/AWSFirehose/Sources/AWSFirehose/FirehoseClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FirehoseClient: ClientRuntime.Client { public static let clientName = "FirehoseClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FirehoseClient.FirehoseClientConfiguration let serviceName = "Firehose" diff --git a/Sources/Services/AWSFirehose/Sources/AWSFirehose/Models.swift b/Sources/Services/AWSFirehose/Sources/AWSFirehose/Models.swift index 0170f91949d..0210eb1c3a5 100644 --- a/Sources/Services/AWSFirehose/Sources/AWSFirehose/Models.swift +++ b/Sources/Services/AWSFirehose/Sources/AWSFirehose/Models.swift @@ -38,8 +38,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -61,8 +60,7 @@ extension FirehoseClientTypes { enabled: Swift.Bool? = nil, logGroupName: Swift.String? = nil, logStreamName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.logGroupName = logGroupName self.logStreamName = logStreamName @@ -140,8 +138,7 @@ extension FirehoseClientTypes { public init( parameterName: FirehoseClientTypes.ProcessorParameterName? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -202,8 +199,7 @@ extension FirehoseClientTypes { public init( parameters: [FirehoseClientTypes.ProcessorParameter]? = nil, type: FirehoseClientTypes.ProcessorType? = nil - ) - { + ) { self.parameters = parameters self.type = type } @@ -222,8 +218,7 @@ extension FirehoseClientTypes { public init( enabled: Swift.Bool? = nil, processors: [FirehoseClientTypes.Processor]? = nil - ) - { + ) { self.enabled = enabled self.processors = processors } @@ -239,8 +234,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -287,8 +281,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -343,8 +336,7 @@ extension FirehoseClientTypes { public init( awskmsKeyARN: Swift.String? = nil - ) - { + ) { self.awskmsKeyARN = awskmsKeyARN } } @@ -388,8 +380,7 @@ extension FirehoseClientTypes { public init( kmsEncryptionConfig: FirehoseClientTypes.KMSEncryptionConfig? = nil, noEncryptionConfig: FirehoseClientTypes.NoEncryptionConfig? = nil - ) - { + ) { self.kmsEncryptionConfig = kmsEncryptionConfig self.noEncryptionConfig = noEncryptionConfig } @@ -428,8 +419,7 @@ extension FirehoseClientTypes { errorOutputPrefix: Swift.String? = nil, `prefix`: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -479,8 +469,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.roleARN = roleARN self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -527,8 +516,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.AmazonOpenSearchServerlessS3BackupMode? = nil, s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, vpcConfiguration: FirehoseClientTypes.VpcConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.collectionEndpoint = collectionEndpoint @@ -578,8 +566,7 @@ extension FirehoseClientTypes { errorOutputPrefix: Swift.String? = nil, `prefix`: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -633,8 +620,7 @@ extension FirehoseClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.roleARN = roleARN self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -679,8 +665,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.AmazonOpenSearchServerlessS3BackupMode? = nil, s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, vpcConfigurationDescription: FirehoseClientTypes.VpcConfigurationDescription? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.collectionEndpoint = collectionEndpoint @@ -725,8 +710,7 @@ extension FirehoseClientTypes { errorOutputPrefix: Swift.String? = nil, `prefix`: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -769,8 +753,7 @@ extension FirehoseClientTypes { retryOptions: FirehoseClientTypes.AmazonOpenSearchServerlessRetryOptions? = nil, roleARN: Swift.String? = nil, s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.collectionEndpoint = collectionEndpoint @@ -795,8 +778,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -842,8 +824,7 @@ extension FirehoseClientTypes { public init( defaultDocumentIdFormat: FirehoseClientTypes.DefaultDocumentIdFormat? = nil - ) - { + ) { self.defaultDocumentIdFormat = defaultDocumentIdFormat } } @@ -896,8 +877,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -983,8 +963,7 @@ extension FirehoseClientTypes { s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, typeName: Swift.String? = nil, vpcConfiguration: FirehoseClientTypes.VpcConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -1051,8 +1030,7 @@ extension FirehoseClientTypes { s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, typeName: Swift.String? = nil, vpcConfigurationDescription: FirehoseClientTypes.VpcConfigurationDescription? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -1113,8 +1091,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil, typeName: Swift.String? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -1174,8 +1151,7 @@ extension FirehoseClientTypes { public init( connectivity: FirehoseClientTypes.Connectivity? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.connectivity = connectivity self.roleARN = roleARN } @@ -1194,8 +1170,7 @@ extension FirehoseClientTypes { public init( catalogARN: Swift.String? = nil, warehouseLocation: Swift.String? = nil - ) - { + ) { self.catalogARN = catalogARN self.warehouseLocation = warehouseLocation } @@ -1221,8 +1196,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1272,8 +1246,7 @@ extension FirehoseClientTypes { copyOptions: Swift.String? = nil, dataTableColumns: Swift.String? = nil, dataTableName: Swift.String? = nil - ) - { + ) { self.copyOptions = copyOptions self.dataTableColumns = dataTableColumns self.dataTableName = dataTableName @@ -1300,8 +1273,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1326,8 +1298,7 @@ public struct InvalidKMSResourceException: ClientRuntime.ModeledError, AWSClient public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1352,8 +1323,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1377,8 +1347,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1395,8 +1364,7 @@ extension FirehoseClientTypes { public init( exclude: [Swift.String]? = nil, include: [Swift.String]? = nil - ) - { + ) { self.exclude = exclude self.include = include } @@ -1415,8 +1383,7 @@ extension FirehoseClientTypes { public init( exclude: [Swift.String]? = nil, include: [Swift.String]? = nil - ) - { + ) { self.exclude = exclude self.include = include } @@ -1439,8 +1406,7 @@ extension FirehoseClientTypes { enabled: Swift.Bool? = nil, roleARN: Swift.String? = nil, secretARN: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.roleARN = roleARN self.secretARN = secretARN @@ -1458,8 +1424,7 @@ extension FirehoseClientTypes { public init( secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.secretsManagerConfiguration = secretsManagerConfiguration } } @@ -1475,8 +1440,7 @@ extension FirehoseClientTypes { public init( vpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.vpcEndpointServiceName = vpcEndpointServiceName } } @@ -1523,8 +1487,7 @@ extension FirehoseClientTypes { public init( exclude: [Swift.String]? = nil, include: [Swift.String]? = nil - ) - { + ) { self.exclude = exclude self.include = include } @@ -1607,8 +1570,7 @@ extension FirehoseClientTypes { surrogateKeys: [Swift.String]? = nil, tables: FirehoseClientTypes.DatabaseTableList? = nil, type: FirehoseClientTypes.DatabaseType? = nil - ) - { + ) { self.columns = columns self.databaseSourceAuthenticationConfiguration = databaseSourceAuthenticationConfiguration self.databaseSourceVPCConfiguration = databaseSourceVPCConfiguration @@ -1666,8 +1628,7 @@ extension FirehoseClientTypes { public init( keyARN: Swift.String? = nil, keyType: FirehoseClientTypes.KeyType? = nil - ) - { + ) { self.keyARN = keyARN self.keyType = keyType } @@ -1721,8 +1682,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -1776,8 +1736,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -1863,8 +1822,7 @@ extension FirehoseClientTypes { s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, typeName: Swift.String? = nil, vpcConfiguration: FirehoseClientTypes.VpcConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -1892,8 +1850,7 @@ extension FirehoseClientTypes { public init( timestampFormats: [Swift.String]? = nil - ) - { + ) { self.timestampFormats = timestampFormats } } @@ -1914,8 +1871,7 @@ extension FirehoseClientTypes { caseInsensitive: Swift.Bool? = nil, columnToJsonKeyMappings: [Swift.String: Swift.String]? = nil, convertDotsInJsonKeysToUnderscores: Swift.Bool? = nil - ) - { + ) { self.caseInsensitive = caseInsensitive self.columnToJsonKeyMappings = columnToJsonKeyMappings self.convertDotsInJsonKeysToUnderscores = convertDotsInJsonKeysToUnderscores @@ -1935,8 +1891,7 @@ extension FirehoseClientTypes { public init( hiveJsonSerDe: FirehoseClientTypes.HiveJsonSerDe? = nil, openXJsonSerDe: FirehoseClientTypes.OpenXJsonSerDe? = nil - ) - { + ) { self.hiveJsonSerDe = hiveJsonSerDe self.openXJsonSerDe = openXJsonSerDe } @@ -1952,8 +1907,7 @@ extension FirehoseClientTypes { public init( deserializer: FirehoseClientTypes.Deserializer? = nil - ) - { + ) { self.deserializer = deserializer } } @@ -2056,8 +2010,7 @@ extension FirehoseClientTypes { paddingTolerance: Swift.Double? = nil, rowIndexStride: Swift.Int? = nil, stripeSizeBytes: Swift.Int? = nil - ) - { + ) { self.blockSizeBytes = blockSizeBytes self.bloomFilterColumns = bloomFilterColumns self.bloomFilterFalsePositiveProbability = bloomFilterFalsePositiveProbability @@ -2157,8 +2110,7 @@ extension FirehoseClientTypes { maxPaddingBytes: Swift.Int? = nil, pageSizeBytes: Swift.Int? = nil, writerVersion: FirehoseClientTypes.ParquetWriterVersion? = nil - ) - { + ) { self.blockSizeBytes = blockSizeBytes self.compression = compression self.enableDictionaryCompression = enableDictionaryCompression @@ -2181,8 +2133,7 @@ extension FirehoseClientTypes { public init( orcSerDe: FirehoseClientTypes.OrcSerDe? = nil, parquetSerDe: FirehoseClientTypes.ParquetSerDe? = nil - ) - { + ) { self.orcSerDe = orcSerDe self.parquetSerDe = parquetSerDe } @@ -2198,8 +2149,7 @@ extension FirehoseClientTypes { public init( serializer: FirehoseClientTypes.Serializer? = nil - ) - { + ) { self.serializer = serializer } } @@ -2229,8 +2179,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, tableName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.region = region @@ -2259,8 +2208,7 @@ extension FirehoseClientTypes { inputFormatConfiguration: FirehoseClientTypes.InputFormatConfiguration? = nil, outputFormatConfiguration: FirehoseClientTypes.OutputFormatConfiguration? = nil, schemaConfiguration: FirehoseClientTypes.SchemaConfiguration? = nil - ) - { + ) { self.enabled = enabled self.inputFormatConfiguration = inputFormatConfiguration self.outputFormatConfiguration = outputFormatConfiguration @@ -2278,8 +2226,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -2297,8 +2244,7 @@ extension FirehoseClientTypes { public init( enabled: Swift.Bool? = nil, retryOptions: FirehoseClientTypes.RetryOptions? = nil - ) - { + ) { self.enabled = enabled self.retryOptions = retryOptions } @@ -2387,8 +2333,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, s3BackupConfiguration: FirehoseClientTypes.S3DestinationConfiguration? = nil, s3BackupMode: FirehoseClientTypes.S3BackupMode? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -2420,8 +2365,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -2444,8 +2388,7 @@ extension FirehoseClientTypes { accessKey: Swift.String? = nil, name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.accessKey = accessKey self.name = name self.url = url @@ -2472,8 +2415,7 @@ extension FirehoseClientTypes { public init( attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue } @@ -2497,8 +2439,7 @@ extension FirehoseClientTypes { public init( commonAttributes: [FirehoseClientTypes.HttpEndpointCommonAttribute]? = nil, contentEncoding: FirehoseClientTypes.ContentEncoding? = nil - ) - { + ) { self.commonAttributes = commonAttributes self.contentEncoding = contentEncoding } @@ -2514,8 +2455,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -2588,8 +2528,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.HttpEndpointS3BackupMode? = nil, s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.endpointConfiguration = endpointConfiguration @@ -2614,8 +2553,7 @@ extension FirehoseClientTypes { public init( sourceName: Swift.String? = nil - ) - { + ) { self.sourceName = sourceName } } @@ -2630,8 +2568,7 @@ extension FirehoseClientTypes { public init( identity: [FirehoseClientTypes.PartitionField]? = nil - ) - { + ) { self.identity = identity } } @@ -2660,8 +2597,7 @@ extension FirehoseClientTypes { partitionSpec: FirehoseClientTypes.PartitionSpec? = nil, s3ErrorOutputPrefix: Swift.String? = nil, uniqueKeys: [Swift.String]? = nil - ) - { + ) { self.destinationDatabaseName = destinationDatabaseName self.destinationTableName = destinationTableName self.partitionSpec = partitionSpec @@ -2710,8 +2646,7 @@ extension FirehoseClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2727,8 +2662,7 @@ extension FirehoseClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2776,8 +2710,7 @@ extension FirehoseClientTypes { s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, schemaEvolutionConfiguration: FirehoseClientTypes.SchemaEvolutionConfiguration? = nil, tableCreationConfiguration: FirehoseClientTypes.TableCreationConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.catalogConfiguration = catalogConfiguration self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -2807,8 +2740,7 @@ extension FirehoseClientTypes { public init( kinesisStreamARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.kinesisStreamARN = kinesisStreamARN self.roleARN = roleARN } @@ -2836,8 +2768,7 @@ extension FirehoseClientTypes { mskClusterARN: Swift.String? = nil, readFromTimestamp: Foundation.Date? = nil, topicName: Swift.String? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.mskClusterARN = mskClusterARN self.readFromTimestamp = readFromTimestamp @@ -2855,8 +2786,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -2937,8 +2867,7 @@ extension FirehoseClientTypes { s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil, username: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterJDBCURL = clusterJDBCURL self.copyCommand = copyCommand @@ -2972,8 +2901,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -3021,8 +2949,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -3069,8 +2996,7 @@ extension FirehoseClientTypes { public init( enabled: Swift.Bool? = nil, snowflakeRole: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.snowflakeRole = snowflakeRole } @@ -3092,8 +3018,7 @@ extension FirehoseClientTypes { public init( privateLinkVpceId: Swift.String? = nil - ) - { + ) { self.privateLinkVpceId = privateLinkVpceId } } @@ -3176,8 +3101,7 @@ extension FirehoseClientTypes { snowflakeVpcConfiguration: FirehoseClientTypes.SnowflakeVpcConfiguration? = nil, table: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.accountUrl = accountUrl self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -3219,8 +3143,7 @@ extension FirehoseClientTypes { public init( intervalInSeconds: Swift.Int? = nil, sizeInMBs: Swift.Int? = nil - ) - { + ) { self.intervalInSeconds = intervalInSeconds self.sizeInMBs = sizeInMBs } @@ -3265,8 +3188,7 @@ extension FirehoseClientTypes { public init( durationInSeconds: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds } } @@ -3343,8 +3265,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.SplunkS3BackupMode? = nil, s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.hecAcknowledgmentTimeoutInSeconds = hecAcknowledgmentTimeoutInSeconds @@ -3373,8 +3294,7 @@ extension FirehoseClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3441,8 +3361,7 @@ public struct CreateDeliveryStreamInput: Swift.Sendable { snowflakeDestinationConfiguration: FirehoseClientTypes.SnowflakeDestinationConfiguration? = nil, splunkDestinationConfiguration: FirehoseClientTypes.SplunkDestinationConfiguration? = nil, tags: [FirehoseClientTypes.Tag]? = nil - ) - { + ) { self.amazonOpenSearchServerlessDestinationConfiguration = amazonOpenSearchServerlessDestinationConfiguration self.amazonopensearchserviceDestinationConfiguration = amazonopensearchserviceDestinationConfiguration self.databaseSourceConfiguration = databaseSourceConfiguration @@ -3469,8 +3388,7 @@ public struct CreateDeliveryStreamOutput: Swift.Sendable { public init( deliveryStreamARN: Swift.String? = nil - ) - { + ) { self.deliveryStreamARN = deliveryStreamARN } } @@ -3563,8 +3481,7 @@ extension FirehoseClientTypes { public init( details: Swift.String? = nil, type: FirehoseClientTypes.DeliveryStreamFailureType? = nil - ) - { + ) { self.details = details self.type = type } @@ -3661,8 +3578,7 @@ extension FirehoseClientTypes { requestedBy: FirehoseClientTypes.SnapshotRequestedBy? = nil, status: FirehoseClientTypes.SnapshotStatus? = nil, table: Swift.String? = nil - ) - { + ) { self.failureDescription = failureDescription self.id = id self.requestTimestamp = requestTimestamp @@ -3715,8 +3631,7 @@ extension FirehoseClientTypes { surrogateKeys: [Swift.String]? = nil, tables: FirehoseClientTypes.DatabaseTableList? = nil, type: FirehoseClientTypes.DatabaseType? = nil - ) - { + ) { self.columns = columns self.databaseSourceAuthenticationConfiguration = databaseSourceAuthenticationConfiguration self.databaseSourceVPCConfiguration = databaseSourceVPCConfiguration @@ -3752,8 +3667,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3768,8 +3682,7 @@ public struct DeleteDeliveryStreamInput: Swift.Sendable { public init( allowForceDelete: Swift.Bool? = nil, deliveryStreamName: Swift.String? = nil - ) - { + ) { self.allowForceDelete = allowForceDelete self.deliveryStreamName = deliveryStreamName } @@ -3839,8 +3752,7 @@ extension FirehoseClientTypes { keyARN: Swift.String? = nil, keyType: FirehoseClientTypes.KeyType? = nil, status: FirehoseClientTypes.DeliveryStreamEncryptionStatus? = nil - ) - { + ) { self.failureDescription = failureDescription self.keyARN = keyARN self.keyType = keyType @@ -3935,8 +3847,7 @@ extension FirehoseClientTypes { s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, typeName: Swift.String? = nil, vpcConfigurationDescription: FirehoseClientTypes.VpcConfigurationDescription? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -4011,8 +3922,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, s3BackupDescription: FirehoseClientTypes.S3DestinationDescription? = nil, s3BackupMode: FirehoseClientTypes.S3BackupMode? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -4044,8 +3954,7 @@ extension FirehoseClientTypes { public init( name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.name = name self.url = url } @@ -4093,8 +4002,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.HttpEndpointS3BackupMode? = nil, s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.endpointConfiguration = endpointConfiguration @@ -4148,8 +4056,7 @@ extension FirehoseClientTypes { s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, schemaEvolutionConfiguration: FirehoseClientTypes.SchemaEvolutionConfiguration? = nil, tableCreationConfiguration: FirehoseClientTypes.TableCreationConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.catalogConfiguration = catalogConfiguration self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -4208,8 +4115,7 @@ extension FirehoseClientTypes { s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil, username: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterJDBCURL = clusterJDBCURL self.copyCommand = copyCommand @@ -4290,8 +4196,7 @@ extension FirehoseClientTypes { snowflakeVpcConfiguration: FirehoseClientTypes.SnowflakeVpcConfiguration? = nil, table: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.accountUrl = accountUrl self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -4358,8 +4263,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.SplunkS3BackupMode? = nil, s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.hecAcknowledgmentTimeoutInSeconds = hecAcknowledgmentTimeoutInSeconds @@ -4415,8 +4319,7 @@ extension FirehoseClientTypes { s3DestinationDescription: FirehoseClientTypes.S3DestinationDescription? = nil, snowflakeDestinationDescription: FirehoseClientTypes.SnowflakeDestinationDescription? = nil, splunkDestinationDescription: FirehoseClientTypes.SplunkDestinationDescription? = nil - ) - { + ) { self.amazonOpenSearchServerlessDestinationDescription = amazonOpenSearchServerlessDestinationDescription self.amazonopensearchserviceDestinationDescription = amazonopensearchserviceDestinationDescription self.destinationId = destinationId @@ -4447,8 +4350,7 @@ extension FirehoseClientTypes { deliveryStartTimestamp: Foundation.Date? = nil, kinesisStreamARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.deliveryStartTimestamp = deliveryStartTimestamp self.kinesisStreamARN = kinesisStreamARN self.roleARN = roleARN @@ -4477,8 +4379,7 @@ extension FirehoseClientTypes { mskClusterARN: Swift.String? = nil, readFromTimestamp: Foundation.Date? = nil, topicName: Swift.String? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.deliveryStartTimestamp = deliveryStartTimestamp self.mskClusterARN = mskClusterARN @@ -4503,8 +4404,7 @@ extension FirehoseClientTypes { databaseSourceDescription: FirehoseClientTypes.DatabaseSourceDescription? = nil, kinesisStreamSourceDescription: FirehoseClientTypes.KinesisStreamSourceDescription? = nil, mskSourceDescription: FirehoseClientTypes.MSKSourceDescription? = nil - ) - { + ) { self.databaseSourceDescription = databaseSourceDescription self.kinesisStreamSourceDescription = kinesisStreamSourceDescription self.mskSourceDescription = mskSourceDescription @@ -4565,8 +4465,7 @@ extension FirehoseClientTypes { lastUpdateTimestamp: Foundation.Date? = nil, source: FirehoseClientTypes.SourceDescription? = nil, versionId: Swift.String? = nil - ) - { + ) { self.createTimestamp = createTimestamp self.deliveryStreamARN = deliveryStreamARN self.deliveryStreamEncryptionConfiguration = deliveryStreamEncryptionConfiguration @@ -4596,8 +4495,7 @@ public struct DescribeDeliveryStreamInput: Swift.Sendable { deliveryStreamName: Swift.String? = nil, exclusiveStartDestinationId: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.exclusiveStartDestinationId = exclusiveStartDestinationId self.limit = limit @@ -4611,8 +4509,7 @@ public struct DescribeDeliveryStreamOutput: Swift.Sendable { public init( deliveryStreamDescription: FirehoseClientTypes.DeliveryStreamDescription? = nil - ) - { + ) { self.deliveryStreamDescription = deliveryStreamDescription } } @@ -4659,8 +4556,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil, typeName: Swift.String? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterEndpoint = clusterEndpoint @@ -4728,8 +4624,7 @@ extension FirehoseClientTypes { roleARN: Swift.String? = nil, s3BackupMode: FirehoseClientTypes.S3BackupMode? = nil, s3BackupUpdate: FirehoseClientTypes.S3DestinationUpdate? = nil - ) - { + ) { self.bucketARN = bucketARN self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -4768,8 +4663,7 @@ public struct ListDeliveryStreamsInput: Swift.Sendable { deliveryStreamType: FirehoseClientTypes.DeliveryStreamType? = nil, exclusiveStartDeliveryStreamName: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.deliveryStreamType = deliveryStreamType self.exclusiveStartDeliveryStreamName = exclusiveStartDeliveryStreamName self.limit = limit @@ -4787,8 +4681,7 @@ public struct ListDeliveryStreamsOutput: Swift.Sendable { public init( deliveryStreamNames: [Swift.String]? = nil, hasMoreDeliveryStreams: Swift.Bool? = nil - ) - { + ) { self.deliveryStreamNames = deliveryStreamNames self.hasMoreDeliveryStreams = hasMoreDeliveryStreams } @@ -4807,8 +4700,7 @@ public struct ListTagsForDeliveryStreamInput: Swift.Sendable { deliveryStreamName: Swift.String? = nil, exclusiveStartTagKey: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.exclusiveStartTagKey = exclusiveStartTagKey self.limit = limit @@ -4826,8 +4718,7 @@ public struct ListTagsForDeliveryStreamOutput: Swift.Sendable { public init( hasMoreTags: Swift.Bool? = nil, tags: [FirehoseClientTypes.Tag]? = nil - ) - { + ) { self.hasMoreTags = hasMoreTags self.tags = tags } @@ -4853,8 +4744,7 @@ public struct InvalidSourceException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -4879,8 +4769,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4895,8 +4784,7 @@ extension FirehoseClientTypes { public init( data: Foundation.Data? = nil - ) - { + ) { self.data = data } } @@ -4913,8 +4801,7 @@ public struct PutRecordInput: Swift.Sendable { public init( deliveryStreamName: Swift.String? = nil, record: FirehoseClientTypes.Record? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.record = record } @@ -4930,8 +4817,7 @@ public struct PutRecordOutput: Swift.Sendable { public init( encrypted: Swift.Bool? = nil, recordId: Swift.String? = nil - ) - { + ) { self.encrypted = encrypted self.recordId = recordId } @@ -4948,8 +4834,7 @@ public struct PutRecordBatchInput: Swift.Sendable { public init( deliveryStreamName: Swift.String? = nil, records: [FirehoseClientTypes.Record]? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.records = records } @@ -4970,8 +4855,7 @@ extension FirehoseClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, recordId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.recordId = recordId @@ -4993,8 +4877,7 @@ public struct PutRecordBatchOutput: Swift.Sendable { encrypted: Swift.Bool? = nil, failedPutCount: Swift.Int? = nil, requestResponses: [FirehoseClientTypes.PutRecordBatchResponseEntry]? = nil - ) - { + ) { self.encrypted = encrypted self.failedPutCount = failedPutCount self.requestResponses = requestResponses @@ -5011,8 +4894,7 @@ public struct StartDeliveryStreamEncryptionInput: Swift.Sendable { public init( deliveryStreamEncryptionConfigurationInput: FirehoseClientTypes.DeliveryStreamEncryptionConfigurationInput? = nil, deliveryStreamName: Swift.String? = nil - ) - { + ) { self.deliveryStreamEncryptionConfigurationInput = deliveryStreamEncryptionConfigurationInput self.deliveryStreamName = deliveryStreamName } @@ -5030,8 +4912,7 @@ public struct StopDeliveryStreamEncryptionInput: Swift.Sendable { public init( deliveryStreamName: Swift.String? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName } } @@ -5052,8 +4933,7 @@ public struct TagDeliveryStreamInput: Swift.Sendable { public init( deliveryStreamName: Swift.String? = nil, tags: [FirehoseClientTypes.Tag]? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.tags = tags } @@ -5075,8 +4955,7 @@ public struct UntagDeliveryStreamInput: Swift.Sendable { public init( deliveryStreamName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.tagKeys = tagKeys } @@ -5123,8 +5002,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.HttpEndpointS3BackupMode? = nil, s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.endpointConfiguration = endpointConfiguration @@ -5178,8 +5056,7 @@ extension FirehoseClientTypes { s3Configuration: FirehoseClientTypes.S3DestinationConfiguration? = nil, schemaEvolutionConfiguration: FirehoseClientTypes.SchemaEvolutionConfiguration? = nil, tableCreationConfiguration: FirehoseClientTypes.TableCreationConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.catalogConfiguration = catalogConfiguration self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -5237,8 +5114,7 @@ extension FirehoseClientTypes { s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil, username: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.clusterJDBCURL = clusterJDBCURL self.copyCommand = copyCommand @@ -5323,8 +5199,7 @@ extension FirehoseClientTypes { snowflakeRoleConfiguration: FirehoseClientTypes.SnowflakeRoleConfiguration? = nil, table: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.accountUrl = accountUrl self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions @@ -5392,8 +5267,7 @@ extension FirehoseClientTypes { s3BackupMode: FirehoseClientTypes.SplunkS3BackupMode? = nil, s3Update: FirehoseClientTypes.S3DestinationUpdate? = nil, secretsManagerConfiguration: FirehoseClientTypes.SecretsManagerConfiguration? = nil - ) - { + ) { self.bufferingHints = bufferingHints self.cloudWatchLoggingOptions = cloudWatchLoggingOptions self.hecAcknowledgmentTimeoutInSeconds = hecAcknowledgmentTimeoutInSeconds @@ -5455,8 +5329,7 @@ public struct UpdateDestinationInput: Swift.Sendable { s3DestinationUpdate: FirehoseClientTypes.S3DestinationUpdate? = nil, snowflakeDestinationUpdate: FirehoseClientTypes.SnowflakeDestinationUpdate? = nil, splunkDestinationUpdate: FirehoseClientTypes.SplunkDestinationUpdate? = nil - ) - { + ) { self.amazonOpenSearchServerlessDestinationUpdate = amazonOpenSearchServerlessDestinationUpdate self.amazonopensearchserviceDestinationUpdate = amazonopensearchserviceDestinationUpdate self.currentDeliveryStreamVersionId = currentDeliveryStreamVersionId diff --git a/Sources/Services/AWSFis/Package.swift.txt b/Sources/Services/AWSFis/Package.swift.txt index e9b078da256..add28ce9cd2 100644 --- a/Sources/Services/AWSFis/Package.swift.txt +++ b/Sources/Services/AWSFis/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSFis/Sources/AWSFis/FisClient.swift b/Sources/Services/AWSFis/Sources/AWSFis/FisClient.swift index ad56fb7abd3..664c5347f65 100644 --- a/Sources/Services/AWSFis/Sources/AWSFis/FisClient.swift +++ b/Sources/Services/AWSFis/Sources/AWSFis/FisClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FisClient: ClientRuntime.Client { public static let clientName = "FisClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FisClient.FisClientConfiguration let serviceName = "fis" diff --git a/Sources/Services/AWSFis/Sources/AWSFis/Models.swift b/Sources/Services/AWSFis/Sources/AWSFis/Models.swift index 5820d30b64c..37147199834 100644 --- a/Sources/Services/AWSFis/Sources/AWSFis/Models.swift +++ b/Sources/Services/AWSFis/Sources/AWSFis/Models.swift @@ -67,8 +67,7 @@ extension FisClientTypes { public init( description: Swift.String? = nil, `required`: Swift.Bool? = false - ) - { + ) { self.description = description self.`required` = `required` } @@ -84,8 +83,7 @@ extension FisClientTypes { public init( resourceType: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType } } @@ -115,8 +113,7 @@ extension FisClientTypes { parameters: [Swift.String: FisClientTypes.ActionParameter]? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [Swift.String: FisClientTypes.ActionTarget]? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -177,8 +174,7 @@ extension FisClientTypes { id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [Swift.String: FisClientTypes.ActionTarget]? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -206,8 +202,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -230,8 +225,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +248,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +271,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -306,8 +298,7 @@ extension FisClientTypes { parameters: [Swift.String: Swift.String]? = nil, startAfter: [Swift.String]? = nil, targets: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actionId = actionId self.description = description self.parameters = parameters @@ -358,8 +349,7 @@ extension FisClientTypes { public init( accountTargeting: FisClientTypes.AccountTargeting? = nil, emptyTargetResolutionMode: FisClientTypes.EmptyTargetResolutionMode? = nil - ) - { + ) { self.accountTargeting = accountTargeting self.emptyTargetResolutionMode = emptyTargetResolutionMode } @@ -375,8 +365,7 @@ extension FisClientTypes { public init( dashboardIdentifier: Swift.String? = nil - ) - { + ) { self.dashboardIdentifier = dashboardIdentifier } } @@ -391,8 +380,7 @@ extension FisClientTypes { public init( cloudWatchDashboards: [FisClientTypes.ReportConfigurationCloudWatchDashboardInput]? = nil - ) - { + ) { self.cloudWatchDashboards = cloudWatchDashboards } } @@ -410,8 +398,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -427,8 +414,7 @@ extension FisClientTypes { public init( s3Configuration: FisClientTypes.ReportConfigurationS3OutputInput? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -452,8 +438,7 @@ extension FisClientTypes { outputs: FisClientTypes.ExperimentTemplateReportConfigurationOutputsInput? = nil, postExperimentDuration: Swift.String? = nil, preExperimentDuration: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.outputs = outputs self.postExperimentDuration = postExperimentDuration @@ -472,8 +457,7 @@ extension FisClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -492,8 +476,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -516,8 +499,7 @@ extension FisClientTypes { cloudWatchLogsConfiguration: FisClientTypes.ExperimentTemplateCloudWatchLogsLogConfigurationInput? = nil, logSchemaVersion: Swift.Int? = nil, s3Configuration: FisClientTypes.ExperimentTemplateS3LogConfigurationInput? = nil - ) - { + ) { self.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration self.logSchemaVersion = logSchemaVersion self.s3Configuration = s3Configuration @@ -538,8 +520,7 @@ extension FisClientTypes { public init( source: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.source = source self.value = value } @@ -560,8 +541,7 @@ extension FisClientTypes { public init( path: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.path = path self.values = values } @@ -600,8 +580,7 @@ extension FisClientTypes { resourceTags: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil, selectionMode: Swift.String? = nil - ) - { + ) { self.filters = filters self.parameters = parameters self.resourceArns = resourceArns @@ -650,8 +629,7 @@ public struct CreateExperimentTemplateInput: Swift.Sendable { stopConditions: [FisClientTypes.CreateExperimentTemplateStopConditionInput]? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [Swift.String: FisClientTypes.CreateExperimentTemplateTargetInput]? = nil - ) - { + ) { self.actions = actions self.clientToken = clientToken self.description = description @@ -686,8 +664,7 @@ extension FisClientTypes { parameters: [Swift.String: Swift.String]? = nil, startAfter: [Swift.String]? = nil, targets: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actionId = actionId self.description = description self.parameters = parameters @@ -709,8 +686,7 @@ extension FisClientTypes { public init( accountTargeting: FisClientTypes.AccountTargeting? = nil, emptyTargetResolutionMode: FisClientTypes.EmptyTargetResolutionMode? = nil - ) - { + ) { self.accountTargeting = accountTargeting self.emptyTargetResolutionMode = emptyTargetResolutionMode } @@ -726,8 +702,7 @@ extension FisClientTypes { public init( dashboardIdentifier: Swift.String? = nil - ) - { + ) { self.dashboardIdentifier = dashboardIdentifier } } @@ -742,8 +717,7 @@ extension FisClientTypes { public init( cloudWatchDashboards: [FisClientTypes.ExperimentTemplateReportConfigurationCloudWatchDashboard]? = nil - ) - { + ) { self.cloudWatchDashboards = cloudWatchDashboards } } @@ -761,8 +735,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -778,8 +751,7 @@ extension FisClientTypes { public init( s3Configuration: FisClientTypes.ReportConfigurationS3Output? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -803,8 +775,7 @@ extension FisClientTypes { outputs: FisClientTypes.ExperimentTemplateReportConfigurationOutputs? = nil, postExperimentDuration: Swift.String? = nil, preExperimentDuration: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.outputs = outputs self.postExperimentDuration = postExperimentDuration @@ -822,8 +793,7 @@ extension FisClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -841,8 +811,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -864,8 +833,7 @@ extension FisClientTypes { cloudWatchLogsConfiguration: FisClientTypes.ExperimentTemplateCloudWatchLogsLogConfiguration? = nil, logSchemaVersion: Swift.Int? = nil, s3Configuration: FisClientTypes.ExperimentTemplateS3LogConfiguration? = nil - ) - { + ) { self.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration self.logSchemaVersion = logSchemaVersion self.s3Configuration = s3Configuration @@ -885,8 +853,7 @@ extension FisClientTypes { public init( source: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.source = source self.value = value } @@ -905,8 +872,7 @@ extension FisClientTypes { public init( path: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.path = path self.values = values } @@ -937,8 +903,7 @@ extension FisClientTypes { resourceTags: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil, selectionMode: Swift.String? = nil - ) - { + ) { self.filters = filters self.parameters = parameters self.resourceArns = resourceArns @@ -997,8 +962,7 @@ extension FisClientTypes { tags: [Swift.String: Swift.String]? = nil, targetAccountConfigurationsCount: Swift.Int? = nil, targets: [Swift.String: FisClientTypes.ExperimentTemplateTarget]? = nil - ) - { + ) { self.actions = actions self.arn = arn self.creationTime = creationTime @@ -1023,8 +987,7 @@ public struct CreateExperimentTemplateOutput: Swift.Sendable { public init( experimentTemplate: FisClientTypes.ExperimentTemplate? = nil - ) - { + ) { self.experimentTemplate = experimentTemplate } } @@ -1050,8 +1013,7 @@ public struct CreateTargetAccountConfigurationInput: Swift.Sendable { description: Swift.String? = nil, experimentTemplateId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clientToken = clientToken self.description = description @@ -1075,8 +1037,7 @@ extension FisClientTypes { accountId: Swift.String? = nil, description: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.description = description self.roleArn = roleArn @@ -1090,8 +1051,7 @@ public struct CreateTargetAccountConfigurationOutput: Swift.Sendable { public init( targetAccountConfiguration: FisClientTypes.TargetAccountConfiguration? = nil - ) - { + ) { self.targetAccountConfiguration = targetAccountConfiguration } } @@ -1103,8 +1063,7 @@ public struct DeleteExperimentTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1115,8 +1074,7 @@ public struct DeleteExperimentTemplateOutput: Swift.Sendable { public init( experimentTemplate: FisClientTypes.ExperimentTemplate? = nil - ) - { + ) { self.experimentTemplate = experimentTemplate } } @@ -1132,8 +1090,7 @@ public struct DeleteTargetAccountConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, experimentTemplateId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.experimentTemplateId = experimentTemplateId } @@ -1145,8 +1102,7 @@ public struct DeleteTargetAccountConfigurationOutput: Swift.Sendable { public init( targetAccountConfiguration: FisClientTypes.TargetAccountConfiguration? = nil - ) - { + ) { self.targetAccountConfiguration = targetAccountConfiguration } } @@ -1213,8 +1169,7 @@ extension FisClientTypes { public init( reason: Swift.String? = nil, status: FisClientTypes.ExperimentActionStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -1251,8 +1206,7 @@ extension FisClientTypes { startTime: Foundation.Date? = nil, state: FisClientTypes.ExperimentActionState? = nil, targets: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actionId = actionId self.description = description self.endTime = endTime @@ -1280,8 +1234,7 @@ extension FisClientTypes { accountTargeting: FisClientTypes.AccountTargeting? = nil, actionsMode: FisClientTypes.ActionsMode? = nil, emptyTargetResolutionMode: FisClientTypes.EmptyTargetResolutionMode? = nil - ) - { + ) { self.accountTargeting = accountTargeting self.actionsMode = actionsMode self.emptyTargetResolutionMode = emptyTargetResolutionMode @@ -1301,8 +1254,7 @@ extension FisClientTypes { public init( arn: Swift.String? = nil, reportType: Swift.String? = nil - ) - { + ) { self.arn = arn self.reportType = reportType } @@ -1318,8 +1270,7 @@ extension FisClientTypes { public init( code: Swift.String? = nil - ) - { + ) { self.code = code } } @@ -1378,8 +1329,7 @@ extension FisClientTypes { error: FisClientTypes.ExperimentReportError? = nil, reason: Swift.String? = nil, status: FisClientTypes.ExperimentReportStatus? = nil - ) - { + ) { self.error = error self.reason = reason self.status = status @@ -1399,8 +1349,7 @@ extension FisClientTypes { public init( s3Reports: [FisClientTypes.ExperimentReportS3Report]? = nil, state: FisClientTypes.ExperimentReportState? = nil - ) - { + ) { self.s3Reports = s3Reports self.state = state } @@ -1416,8 +1365,7 @@ extension FisClientTypes { public init( dashboardIdentifier: Swift.String? = nil - ) - { + ) { self.dashboardIdentifier = dashboardIdentifier } } @@ -1432,8 +1380,7 @@ extension FisClientTypes { public init( cloudWatchDashboards: [FisClientTypes.ExperimentReportConfigurationCloudWatchDashboard]? = nil - ) - { + ) { self.cloudWatchDashboards = cloudWatchDashboards } } @@ -1451,8 +1398,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -1468,8 +1414,7 @@ extension FisClientTypes { public init( s3Configuration: FisClientTypes.ExperimentReportConfigurationOutputsS3Configuration? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -1493,8 +1438,7 @@ extension FisClientTypes { outputs: FisClientTypes.ExperimentReportConfigurationOutputs? = nil, postExperimentDuration: Swift.String? = nil, preExperimentDuration: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.outputs = outputs self.postExperimentDuration = postExperimentDuration @@ -1512,8 +1456,7 @@ extension FisClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -1531,8 +1474,7 @@ extension FisClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -1554,8 +1496,7 @@ extension FisClientTypes { cloudWatchLogsConfiguration: FisClientTypes.ExperimentCloudWatchLogsLogConfiguration? = nil, logSchemaVersion: Swift.Int? = nil, s3Configuration: FisClientTypes.ExperimentS3LogConfiguration? = nil - ) - { + ) { self.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration self.logSchemaVersion = logSchemaVersion self.s3Configuration = s3Configuration @@ -1578,8 +1519,7 @@ extension FisClientTypes { accountId: Swift.String? = nil, code: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.code = code self.location = location @@ -1649,8 +1589,7 @@ extension FisClientTypes { error: FisClientTypes.ExperimentError? = nil, reason: Swift.String? = nil, status: FisClientTypes.ExperimentStatus? = nil - ) - { + ) { self.error = error self.reason = reason self.status = status @@ -1670,8 +1609,7 @@ extension FisClientTypes { public init( source: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.source = source self.value = value } @@ -1690,8 +1628,7 @@ extension FisClientTypes { public init( path: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.path = path self.values = values } @@ -1722,8 +1659,7 @@ extension FisClientTypes { resourceTags: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil, selectionMode: Swift.String? = nil - ) - { + ) { self.filters = filters self.parameters = parameters self.resourceArns = resourceArns @@ -1791,8 +1727,7 @@ extension FisClientTypes { tags: [Swift.String: Swift.String]? = nil, targetAccountConfigurationsCount: Swift.Int? = nil, targets: [Swift.String: FisClientTypes.ExperimentTarget]? = nil - ) - { + ) { self.actions = actions self.arn = arn self.creationTime = creationTime @@ -1841,8 +1776,7 @@ extension FisClientTypes { id: Swift.String? = nil, state: FisClientTypes.ExperimentState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.experimentOptions = experimentOptions @@ -1869,8 +1803,7 @@ extension FisClientTypes { accountId: Swift.String? = nil, description: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.description = description self.roleArn = roleArn @@ -1893,8 +1826,7 @@ extension FisClientTypes { accountId: Swift.String? = nil, description: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.description = description self.roleArn = roleArn @@ -1926,8 +1858,7 @@ extension FisClientTypes { id: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -1945,8 +1876,7 @@ public struct GetActionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1957,8 +1887,7 @@ public struct GetActionOutput: Swift.Sendable { public init( action: FisClientTypes.Action? = nil - ) - { + ) { self.action = action } } @@ -1970,8 +1899,7 @@ public struct GetExperimentInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1982,8 +1910,7 @@ public struct GetExperimentOutput: Swift.Sendable { public init( experiment: FisClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -1999,8 +1926,7 @@ public struct GetExperimentTargetAccountConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, experimentId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.experimentId = experimentId } @@ -2012,8 +1938,7 @@ public struct GetExperimentTargetAccountConfigurationOutput: Swift.Sendable { public init( targetAccountConfiguration: FisClientTypes.ExperimentTargetAccountConfiguration? = nil - ) - { + ) { self.targetAccountConfiguration = targetAccountConfiguration } } @@ -2025,8 +1950,7 @@ public struct GetExperimentTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2037,8 +1961,7 @@ public struct GetExperimentTemplateOutput: Swift.Sendable { public init( experimentTemplate: FisClientTypes.ExperimentTemplate? = nil - ) - { + ) { self.experimentTemplate = experimentTemplate } } @@ -2050,8 +1973,7 @@ public struct GetSafetyLeverInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2100,8 +2022,7 @@ extension FisClientTypes { public init( reason: Swift.String? = nil, status: FisClientTypes.SafetyLeverStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -2123,8 +2044,7 @@ extension FisClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, state: FisClientTypes.SafetyLeverState? = nil - ) - { + ) { self.arn = arn self.id = id self.state = state @@ -2138,8 +2058,7 @@ public struct GetSafetyLeverOutput: Swift.Sendable { public init( safetyLever: FisClientTypes.SafetyLever? = nil - ) - { + ) { self.safetyLever = safetyLever } } @@ -2155,8 +2074,7 @@ public struct GetTargetAccountConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, experimentTemplateId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.experimentTemplateId = experimentTemplateId } @@ -2168,8 +2086,7 @@ public struct GetTargetAccountConfigurationOutput: Swift.Sendable { public init( targetAccountConfiguration: FisClientTypes.TargetAccountConfiguration? = nil - ) - { + ) { self.targetAccountConfiguration = targetAccountConfiguration } } @@ -2181,8 +2098,7 @@ public struct GetTargetResourceTypeInput: Swift.Sendable { public init( resourceType: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType } } @@ -2199,8 +2115,7 @@ extension FisClientTypes { public init( description: Swift.String? = nil, `required`: Swift.Bool? = false - ) - { + ) { self.description = description self.`required` = `required` } @@ -2222,8 +2137,7 @@ extension FisClientTypes { description: Swift.String? = nil, parameters: [Swift.String: FisClientTypes.TargetResourceTypeParameter]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.description = description self.parameters = parameters self.resourceType = resourceType @@ -2237,8 +2151,7 @@ public struct GetTargetResourceTypeOutput: Swift.Sendable { public init( targetResourceType: FisClientTypes.TargetResourceType? = nil - ) - { + ) { self.targetResourceType = targetResourceType } } @@ -2252,8 +2165,7 @@ public struct ListActionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2268,8 +2180,7 @@ public struct ListActionsOutput: Swift.Sendable { public init( actions: [FisClientTypes.ActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actions = actions self.nextToken = nextToken } @@ -2291,8 +2202,7 @@ public struct ListExperimentResolvedTargetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetName: Swift.String? = nil - ) - { + ) { self.experimentId = experimentId self.maxResults = maxResults self.nextToken = nextToken @@ -2315,8 +2225,7 @@ extension FisClientTypes { resourceType: Swift.String? = nil, targetInformation: [Swift.String: Swift.String]? = nil, targetName: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.targetInformation = targetInformation self.targetName = targetName @@ -2333,8 +2242,7 @@ public struct ListExperimentResolvedTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resolvedTargets: [FisClientTypes.ResolvedTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.resolvedTargets = resolvedTargets } @@ -2352,8 +2260,7 @@ public struct ListExperimentsInput: Swift.Sendable { experimentTemplateId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experimentTemplateId = experimentTemplateId self.maxResults = maxResults self.nextToken = nextToken @@ -2369,8 +2276,7 @@ public struct ListExperimentsOutput: Swift.Sendable { public init( experiments: [FisClientTypes.ExperimentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experiments = experiments self.nextToken = nextToken } @@ -2386,8 +2292,7 @@ public struct ListExperimentTargetAccountConfigurationsInput: Swift.Sendable { public init( experimentId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experimentId = experimentId self.nextToken = nextToken } @@ -2402,8 +2307,7 @@ public struct ListExperimentTargetAccountConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targetAccountConfigurations: [FisClientTypes.ExperimentTargetAccountConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.targetAccountConfigurations = targetAccountConfigurations } @@ -2418,8 +2322,7 @@ public struct ListExperimentTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2434,8 +2337,7 @@ public struct ListExperimentTemplatesOutput: Swift.Sendable { public init( experimentTemplates: [FisClientTypes.ExperimentTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experimentTemplates = experimentTemplates self.nextToken = nextToken } @@ -2448,8 +2350,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2460,8 +2361,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2479,8 +2379,7 @@ public struct ListTargetAccountConfigurationsInput: Swift.Sendable { experimentTemplateId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experimentTemplateId = experimentTemplateId self.maxResults = maxResults self.nextToken = nextToken @@ -2502,8 +2401,7 @@ extension FisClientTypes { accountId: Swift.String? = nil, description: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.description = description self.roleArn = roleArn @@ -2520,8 +2418,7 @@ public struct ListTargetAccountConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targetAccountConfigurations: [FisClientTypes.TargetAccountConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.targetAccountConfigurations = targetAccountConfigurations } @@ -2536,8 +2433,7 @@ public struct ListTargetResourceTypesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2555,8 +2451,7 @@ extension FisClientTypes { public init( description: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.description = description self.resourceType = resourceType } @@ -2572,8 +2467,7 @@ public struct ListTargetResourceTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targetResourceTypes: [FisClientTypes.TargetResourceTypeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.targetResourceTypes = targetResourceTypes } @@ -2588,8 +2482,7 @@ extension FisClientTypes { public init( actionsMode: FisClientTypes.ActionsMode? = nil - ) - { + ) { self.actionsMode = actionsMode } } @@ -2612,8 +2505,7 @@ public struct StartExperimentInput: Swift.Sendable { experimentOptions: FisClientTypes.StartExperimentExperimentOptionsInput? = nil, experimentTemplateId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.experimentOptions = experimentOptions self.experimentTemplateId = experimentTemplateId @@ -2627,8 +2519,7 @@ public struct StartExperimentOutput: Swift.Sendable { public init( experiment: FisClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -2640,8 +2531,7 @@ public struct StopExperimentInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2652,8 +2542,7 @@ public struct StopExperimentOutput: Swift.Sendable { public init( experiment: FisClientTypes.Experiment? = nil - ) - { + ) { self.experiment = experiment } } @@ -2669,8 +2558,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2691,8 +2579,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2724,8 +2611,7 @@ extension FisClientTypes { parameters: [Swift.String: Swift.String]? = nil, startAfter: [Swift.String]? = nil, targets: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actionId = actionId self.description = description self.parameters = parameters @@ -2744,8 +2630,7 @@ extension FisClientTypes { public init( emptyTargetResolutionMode: FisClientTypes.EmptyTargetResolutionMode? = nil - ) - { + ) { self.emptyTargetResolutionMode = emptyTargetResolutionMode } } @@ -2769,8 +2654,7 @@ extension FisClientTypes { outputs: FisClientTypes.ExperimentTemplateReportConfigurationOutputsInput? = nil, postExperimentDuration: Swift.String? = nil, preExperimentDuration: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.outputs = outputs self.postExperimentDuration = postExperimentDuration @@ -2794,8 +2678,7 @@ extension FisClientTypes { cloudWatchLogsConfiguration: FisClientTypes.ExperimentTemplateCloudWatchLogsLogConfigurationInput? = nil, logSchemaVersion: Swift.Int? = nil, s3Configuration: FisClientTypes.ExperimentTemplateS3LogConfigurationInput? = nil - ) - { + ) { self.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration self.logSchemaVersion = logSchemaVersion self.s3Configuration = s3Configuration @@ -2816,8 +2699,7 @@ extension FisClientTypes { public init( source: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.source = source self.value = value } @@ -2850,8 +2732,7 @@ extension FisClientTypes { resourceTags: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil, selectionMode: Swift.String? = nil - ) - { + ) { self.filters = filters self.parameters = parameters self.resourceArns = resourceArns @@ -2893,8 +2774,7 @@ public struct UpdateExperimentTemplateInput: Swift.Sendable { roleArn: Swift.String? = nil, stopConditions: [FisClientTypes.UpdateExperimentTemplateStopConditionInput]? = nil, targets: [Swift.String: FisClientTypes.UpdateExperimentTemplateTargetInput]? = nil - ) - { + ) { self.actions = actions self.description = description self.experimentOptions = experimentOptions @@ -2913,8 +2793,7 @@ public struct UpdateExperimentTemplateOutput: Swift.Sendable { public init( experimentTemplate: FisClientTypes.ExperimentTemplate? = nil - ) - { + ) { self.experimentTemplate = experimentTemplate } } @@ -2962,8 +2841,7 @@ extension FisClientTypes { public init( reason: Swift.String? = nil, status: FisClientTypes.SafetyLeverStatusInput? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -2981,8 +2859,7 @@ public struct UpdateSafetyLeverStateInput: Swift.Sendable { public init( id: Swift.String? = nil, state: FisClientTypes.UpdateSafetyLeverStateInput? = nil - ) - { + ) { self.id = id self.state = state } @@ -2994,8 +2871,7 @@ public struct UpdateSafetyLeverStateOutput: Swift.Sendable { public init( safetyLever: FisClientTypes.SafetyLever? = nil - ) - { + ) { self.safetyLever = safetyLever } } @@ -3017,8 +2893,7 @@ public struct UpdateTargetAccountConfigurationInput: Swift.Sendable { description: Swift.String? = nil, experimentTemplateId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.description = description self.experimentTemplateId = experimentTemplateId @@ -3032,8 +2907,7 @@ public struct UpdateTargetAccountConfigurationOutput: Swift.Sendable { public init( targetAccountConfiguration: FisClientTypes.TargetAccountConfiguration? = nil - ) - { + ) { self.targetAccountConfiguration = targetAccountConfiguration } } diff --git a/Sources/Services/AWSForecast/Package.swift.txt b/Sources/Services/AWSForecast/Package.swift.txt index f6eb10f3fa1..84c87b12e61 100644 --- a/Sources/Services/AWSForecast/Package.swift.txt +++ b/Sources/Services/AWSForecast/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSForecast/Sources/AWSForecast/ForecastClient.swift b/Sources/Services/AWSForecast/Sources/AWSForecast/ForecastClient.swift index b8c3e7ce16d..a2e0520900a 100644 --- a/Sources/Services/AWSForecast/Sources/AWSForecast/ForecastClient.swift +++ b/Sources/Services/AWSForecast/Sources/AWSForecast/ForecastClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ForecastClient: ClientRuntime.Client { public static let clientName = "ForecastClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ForecastClient.ForecastClientConfiguration let serviceName = "forecast" diff --git a/Sources/Services/AWSForecast/Sources/AWSForecast/Models.swift b/Sources/Services/AWSForecast/Sources/AWSForecast/Models.swift index e1349768e07..0581acd69ae 100644 --- a/Sources/Services/AWSForecast/Sources/AWSForecast/Models.swift +++ b/Sources/Services/AWSForecast/Sources/AWSForecast/Models.swift @@ -169,8 +169,7 @@ extension ForecastClientTypes { attributeName: Swift.String? = nil, operation: ForecastClientTypes.Operation? = nil, value: Swift.Double? = nil - ) - { + ) { self.attributeName = attributeName self.operation = operation self.value = value @@ -323,8 +322,7 @@ extension ForecastClientTypes { public init( configuration: [Swift.String: [Swift.String]]? = nil, name: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.name = name } @@ -349,8 +347,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -373,8 +370,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -397,8 +393,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -421,8 +416,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -445,8 +439,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -492,8 +485,7 @@ extension ForecastClientTypes { public init( attributeName: Swift.String? = nil, transformations: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.transformations = transformations } @@ -516,8 +508,7 @@ extension ForecastClientTypes { additionalDatasets: [ForecastClientTypes.AdditionalDataset]? = nil, attributeConfigs: [ForecastClientTypes.AttributeConfig]? = nil, datasetGroupArn: Swift.String? = nil - ) - { + ) { self.additionalDatasets = additionalDatasets self.attributeConfigs = attributeConfigs self.datasetGroupArn = datasetGroupArn @@ -539,8 +530,7 @@ extension ForecastClientTypes { public init( kmsKeyArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.roleArn = roleArn } @@ -557,8 +547,7 @@ extension ForecastClientTypes { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -630,8 +619,7 @@ extension ForecastClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -764,8 +752,7 @@ extension ForecastClientTypes { dayOfWeek: ForecastClientTypes.DayOfWeek? = nil, hour: Swift.Int? = nil, month: ForecastClientTypes.Month? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.hour = hour @@ -844,8 +831,7 @@ public struct CreateAutoPredictorInput: Swift.Sendable { referencePredictorArn: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil, timeAlignmentBoundary: ForecastClientTypes.TimeAlignmentBoundary? = nil - ) - { + ) { self.dataConfig = dataConfig self.encryptionConfig = encryptionConfig self.explainPredictor = explainPredictor @@ -868,8 +854,7 @@ public struct CreateAutoPredictorOutput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -1000,8 +985,7 @@ extension ForecastClientTypes { public init( attributeName: Swift.String? = nil, attributeType: ForecastClientTypes.AttributeType? = nil - ) - { + ) { self.attributeName = attributeName self.attributeType = attributeType } @@ -1017,8 +1001,7 @@ extension ForecastClientTypes { public init( attributes: [ForecastClientTypes.SchemaAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1081,8 +1064,7 @@ public struct CreateDatasetInput: Swift.Sendable { encryptionConfig: ForecastClientTypes.EncryptionConfig? = nil, schema: ForecastClientTypes.Schema? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.dataFrequency = dataFrequency self.datasetName = datasetName self.datasetType = datasetType @@ -1099,8 +1081,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -1136,8 +1117,7 @@ public struct CreateDatasetGroupInput: Swift.Sendable { datasetGroupName: Swift.String? = nil, domain: ForecastClientTypes.Domain? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.datasetArns = datasetArns self.datasetGroupName = datasetGroupName self.domain = domain @@ -1151,8 +1131,7 @@ public struct CreateDatasetGroupOutput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn } } @@ -1174,8 +1153,7 @@ extension ForecastClientTypes { kmsKeyArn: Swift.String? = nil, path: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.path = path self.roleArn = roleArn @@ -1193,8 +1171,7 @@ extension ForecastClientTypes { public init( s3Config: ForecastClientTypes.S3Config? = nil - ) - { + ) { self.s3Config = s3Config } } @@ -1290,8 +1267,7 @@ public struct CreateDatasetImportJobInput: Swift.Sendable { timeZone: Swift.String? = nil, timestampFormat: Swift.String? = nil, useGeolocationForTimeZone: Swift.Bool? = false - ) - { + ) { self.dataSource = dataSource self.datasetArn = datasetArn self.datasetImportJobName = datasetImportJobName @@ -1311,8 +1287,7 @@ public struct CreateDatasetImportJobOutput: Swift.Sendable { public init( datasetImportJobArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn } } @@ -1389,8 +1364,7 @@ extension ForecastClientTypes { public init( timePointGranularity: ForecastClientTypes.TimePointGranularity? = nil, timeSeriesGranularity: ForecastClientTypes.TimeSeriesGranularity? = nil - ) - { + ) { self.timePointGranularity = timePointGranularity self.timeSeriesGranularity = timeSeriesGranularity } @@ -1442,8 +1416,7 @@ public struct CreateExplainabilityInput: Swift.Sendable { schema: ForecastClientTypes.Schema? = nil, startDateTime: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.dataSource = dataSource self.enableVisualization = enableVisualization self.endDateTime = endDateTime @@ -1462,8 +1435,7 @@ public struct CreateExplainabilityOutput: Swift.Sendable { public init( explainabilityArn: Swift.String? = nil - ) - { + ) { self.explainabilityArn = explainabilityArn } } @@ -1478,8 +1450,7 @@ extension ForecastClientTypes { public init( s3Config: ForecastClientTypes.S3Config? = nil - ) - { + ) { self.s3Config = s3Config } } @@ -1518,8 +1489,7 @@ public struct CreateExplainabilityExportInput: Swift.Sendable { explainabilityExportName: Swift.String? = nil, format: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.destination = destination self.explainabilityArn = explainabilityArn self.explainabilityExportName = explainabilityExportName @@ -1534,8 +1504,7 @@ public struct CreateExplainabilityExportOutput: Swift.Sendable { public init( explainabilityExportArn: Swift.String? = nil - ) - { + ) { self.explainabilityExportArn = explainabilityExportArn } } @@ -1555,8 +1524,7 @@ extension ForecastClientTypes { dataSource: ForecastClientTypes.DataSource? = nil, format: Swift.String? = nil, schema: ForecastClientTypes.Schema? = nil - ) - { + ) { self.dataSource = dataSource self.format = format self.schema = schema @@ -1579,8 +1547,7 @@ extension ForecastClientTypes { public init( timeSeriesIdentifiers: ForecastClientTypes.TimeSeriesIdentifiers? = nil - ) - { + ) { self.timeSeriesIdentifiers = timeSeriesIdentifiers } } @@ -1626,8 +1593,7 @@ public struct CreateForecastInput: Swift.Sendable { predictorArn: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil, timeSeriesSelector: ForecastClientTypes.TimeSeriesSelector? = nil - ) - { + ) { self.forecastName = forecastName self.forecastTypes = forecastTypes self.predictorArn = predictorArn @@ -1642,8 +1608,7 @@ public struct CreateForecastOutput: Swift.Sendable { public init( forecastArn: Swift.String? = nil - ) - { + ) { self.forecastArn = forecastArn } } @@ -1683,8 +1648,7 @@ public struct CreateForecastExportJobInput: Swift.Sendable { forecastExportJobName: Swift.String? = nil, format: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.destination = destination self.forecastArn = forecastArn self.forecastExportJobName = forecastExportJobName @@ -1699,8 +1663,7 @@ public struct CreateForecastExportJobOutput: Swift.Sendable { public init( forecastExportJobArn: Swift.String? = nil - ) - { + ) { self.forecastExportJobArn = forecastExportJobArn } } @@ -1719,8 +1682,7 @@ public struct CreateMonitorInput: Swift.Sendable { monitorName: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.monitorName = monitorName self.resourceArn = resourceArn self.tags = tags @@ -1733,8 +1695,7 @@ public struct CreateMonitorOutput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -1780,8 +1741,7 @@ extension ForecastClientTypes { public init( backTestWindowOffset: Swift.Int? = nil, numberOfBacktestWindows: Swift.Int? = nil - ) - { + ) { self.backTestWindowOffset = backTestWindowOffset self.numberOfBacktestWindows = numberOfBacktestWindows } @@ -1854,8 +1814,7 @@ extension ForecastClientTypes { public init( featurizationMethodName: ForecastClientTypes.FeaturizationMethodName? = nil, featurizationMethodParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.featurizationMethodName = featurizationMethodName self.featurizationMethodParameters = featurizationMethodParameters } @@ -1891,8 +1850,7 @@ extension ForecastClientTypes { public init( attributeName: Swift.String? = nil, featurizationPipeline: [ForecastClientTypes.FeaturizationMethod]? = nil - ) - { + ) { self.attributeName = attributeName self.featurizationPipeline = featurizationPipeline } @@ -1930,8 +1888,7 @@ extension ForecastClientTypes { featurizations: [ForecastClientTypes.Featurization]? = nil, forecastDimensions: [Swift.String]? = nil, forecastFrequency: Swift.String? = nil - ) - { + ) { self.featurizations = featurizations self.forecastDimensions = forecastDimensions self.forecastFrequency = forecastFrequency @@ -1953,8 +1910,7 @@ extension ForecastClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2017,8 +1973,7 @@ extension ForecastClientTypes { minValue: Swift.Double? = nil, name: Swift.String? = nil, scalingType: ForecastClientTypes.ScalingType? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -2048,8 +2003,7 @@ extension ForecastClientTypes { minValue: Swift.Int? = nil, name: Swift.String? = nil, scalingType: ForecastClientTypes.ScalingType? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -2073,8 +2027,7 @@ extension ForecastClientTypes { categoricalParameterRanges: [ForecastClientTypes.CategoricalParameterRange]? = nil, continuousParameterRanges: [ForecastClientTypes.ContinuousParameterRange]? = nil, integerParameterRanges: [ForecastClientTypes.IntegerParameterRange]? = nil - ) - { + ) { self.categoricalParameterRanges = categoricalParameterRanges self.continuousParameterRanges = continuousParameterRanges self.integerParameterRanges = integerParameterRanges @@ -2091,8 +2044,7 @@ extension ForecastClientTypes { public init( parameterRanges: ForecastClientTypes.ParameterRanges? = nil - ) - { + ) { self.parameterRanges = parameterRanges } } @@ -2244,8 +2196,7 @@ extension ForecastClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2265,8 +2216,7 @@ extension ForecastClientTypes { public init( datasetGroupArn: Swift.String? = nil, supplementaryFeatures: [ForecastClientTypes.SupplementaryFeature]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.supplementaryFeatures = supplementaryFeatures } @@ -2355,8 +2305,7 @@ public struct CreatePredictorInput: Swift.Sendable { predictorName: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil, trainingParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.autoMLOverrideStrategy = autoMLOverrideStrategy self.encryptionConfig = encryptionConfig @@ -2381,8 +2330,7 @@ public struct CreatePredictorOutput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -2420,8 +2368,7 @@ public struct CreatePredictorBacktestExportJobInput: Swift.Sendable { predictorArn: Swift.String? = nil, predictorBacktestExportJobName: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.destination = destination self.format = format self.predictorArn = predictorArn @@ -2436,8 +2383,7 @@ public struct CreatePredictorBacktestExportJobOutput: Swift.Sendable { public init( predictorBacktestExportJobArn: Swift.String? = nil - ) - { + ) { self.predictorBacktestExportJobArn = predictorBacktestExportJobArn } } @@ -2465,8 +2411,7 @@ public struct CreateWhatIfAnalysisInput: Swift.Sendable { tags: [ForecastClientTypes.Tag]? = nil, timeSeriesSelector: ForecastClientTypes.TimeSeriesSelector? = nil, whatIfAnalysisName: Swift.String? = nil - ) - { + ) { self.forecastArn = forecastArn self.tags = tags self.timeSeriesSelector = timeSeriesSelector @@ -2480,8 +2425,7 @@ public struct CreateWhatIfAnalysisOutput: Swift.Sendable { public init( whatIfAnalysisArn: Swift.String? = nil - ) - { + ) { self.whatIfAnalysisArn = whatIfAnalysisArn } } @@ -2506,8 +2450,7 @@ extension ForecastClientTypes { s3Config: ForecastClientTypes.S3Config? = nil, schema: ForecastClientTypes.Schema? = nil, timestampFormat: Swift.String? = nil - ) - { + ) { self.format = format self.s3Config = s3Config self.schema = schema @@ -2569,8 +2512,7 @@ extension ForecastClientTypes { attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil, condition: ForecastClientTypes.Condition? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.condition = condition @@ -2590,8 +2532,7 @@ extension ForecastClientTypes { public init( action: ForecastClientTypes.Action? = nil, timeSeriesConditions: [ForecastClientTypes.TimeSeriesCondition]? = nil - ) - { + ) { self.action = action self.timeSeriesConditions = timeSeriesConditions } @@ -2618,8 +2559,7 @@ public struct CreateWhatIfForecastInput: Swift.Sendable { timeSeriesTransformations: [ForecastClientTypes.TimeSeriesTransformation]? = nil, whatIfAnalysisArn: Swift.String? = nil, whatIfForecastName: Swift.String? = nil - ) - { + ) { self.tags = tags self.timeSeriesReplacementsDataSource = timeSeriesReplacementsDataSource self.timeSeriesTransformations = timeSeriesTransformations @@ -2634,8 +2574,7 @@ public struct CreateWhatIfForecastOutput: Swift.Sendable { public init( whatIfForecastArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastArn = whatIfForecastArn } } @@ -2661,8 +2600,7 @@ public struct CreateWhatIfForecastExportInput: Swift.Sendable { tags: [ForecastClientTypes.Tag]? = nil, whatIfForecastArns: [Swift.String]? = nil, whatIfForecastExportName: Swift.String? = nil - ) - { + ) { self.destination = destination self.format = format self.tags = tags @@ -2677,8 +2615,7 @@ public struct CreateWhatIfForecastExportOutput: Swift.Sendable { public init( whatIfForecastExportArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastExportArn = whatIfForecastExportArn } } @@ -2690,8 +2627,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -2703,8 +2639,7 @@ public struct DeleteDatasetGroupInput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn } } @@ -2716,8 +2651,7 @@ public struct DeleteDatasetImportJobInput: Swift.Sendable { public init( datasetImportJobArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn } } @@ -2729,8 +2663,7 @@ public struct DeleteExplainabilityInput: Swift.Sendable { public init( explainabilityArn: Swift.String? = nil - ) - { + ) { self.explainabilityArn = explainabilityArn } } @@ -2742,8 +2675,7 @@ public struct DeleteExplainabilityExportInput: Swift.Sendable { public init( explainabilityExportArn: Swift.String? = nil - ) - { + ) { self.explainabilityExportArn = explainabilityExportArn } } @@ -2755,8 +2687,7 @@ public struct DeleteForecastInput: Swift.Sendable { public init( forecastArn: Swift.String? = nil - ) - { + ) { self.forecastArn = forecastArn } } @@ -2768,8 +2699,7 @@ public struct DeleteForecastExportJobInput: Swift.Sendable { public init( forecastExportJobArn: Swift.String? = nil - ) - { + ) { self.forecastExportJobArn = forecastExportJobArn } } @@ -2781,8 +2711,7 @@ public struct DeleteMonitorInput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -2794,8 +2723,7 @@ public struct DeletePredictorInput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -2807,8 +2735,7 @@ public struct DeletePredictorBacktestExportJobInput: Swift.Sendable { public init( predictorBacktestExportJobArn: Swift.String? = nil - ) - { + ) { self.predictorBacktestExportJobArn = predictorBacktestExportJobArn } } @@ -2820,8 +2747,7 @@ public struct DeleteResourceTreeInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2833,8 +2759,7 @@ public struct DeleteWhatIfAnalysisInput: Swift.Sendable { public init( whatIfAnalysisArn: Swift.String? = nil - ) - { + ) { self.whatIfAnalysisArn = whatIfAnalysisArn } } @@ -2846,8 +2771,7 @@ public struct DeleteWhatIfForecastInput: Swift.Sendable { public init( whatIfForecastArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastArn = whatIfForecastArn } } @@ -2859,8 +2783,7 @@ public struct DeleteWhatIfForecastExportInput: Swift.Sendable { public init( whatIfForecastExportArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastExportArn = whatIfForecastExportArn } } @@ -2872,8 +2795,7 @@ public struct DescribeAutoPredictorInput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -2898,8 +2820,7 @@ extension ForecastClientTypes { public init( explainabilityArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.explainabilityArn = explainabilityArn self.status = status } @@ -2928,8 +2849,7 @@ extension ForecastClientTypes { public init( monitorArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn self.status = status } @@ -2977,8 +2897,7 @@ extension ForecastClientTypes { public init( arn: Swift.String? = nil, state: ForecastClientTypes.State? = nil - ) - { + ) { self.arn = arn self.state = state } @@ -3063,8 +2982,7 @@ public struct DescribeAutoPredictorOutput: Swift.Sendable { referencePredictorSummary: ForecastClientTypes.ReferencePredictorSummary? = nil, status: Swift.String? = nil, timeAlignmentBoundary: ForecastClientTypes.TimeAlignmentBoundary? = nil - ) - { + ) { self.creationTime = creationTime self.dataConfig = dataConfig self.datasetImportJobArns = datasetImportJobArns @@ -3094,8 +3012,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -3144,8 +3061,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { lastModificationTime: Foundation.Date? = nil, schema: ForecastClientTypes.Schema? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.dataFrequency = dataFrequency self.datasetArn = datasetArn @@ -3166,8 +3082,7 @@ public struct DescribeDatasetGroupInput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn } } @@ -3207,8 +3122,7 @@ public struct DescribeDatasetGroupOutput: Swift.Sendable { domain: ForecastClientTypes.Domain? = nil, lastModificationTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.datasetArns = datasetArns self.datasetGroupArn = datasetGroupArn @@ -3226,8 +3140,7 @@ public struct DescribeDatasetImportJobInput: Swift.Sendable { public init( datasetImportJobArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn } } @@ -3274,8 +3187,7 @@ extension ForecastClientTypes { max: Swift.String? = nil, min: Swift.String? = nil, stddev: Swift.Double? = nil - ) - { + ) { self.avg = avg self.count = count self.countDistinct = countDistinct @@ -3368,8 +3280,7 @@ public struct DescribeDatasetImportJobOutput: Swift.Sendable { timeZone: Swift.String? = nil, timestampFormat: Swift.String? = nil, useGeolocationForTimeZone: Swift.Bool = false - ) - { + ) { self.creationTime = creationTime self.dataSize = dataSize self.dataSource = dataSource @@ -3397,8 +3308,7 @@ public struct DescribeExplainabilityInput: Swift.Sendable { public init( explainabilityArn: Swift.String? = nil - ) - { + ) { self.explainabilityArn = explainabilityArn } } @@ -3466,8 +3376,7 @@ public struct DescribeExplainabilityOutput: Swift.Sendable { schema: ForecastClientTypes.Schema? = nil, startDateTime: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.dataSource = dataSource self.enableVisualization = enableVisualization @@ -3492,8 +3401,7 @@ public struct DescribeExplainabilityExportInput: Swift.Sendable { public init( explainabilityExportArn: Swift.String? = nil - ) - { + ) { self.explainabilityExportArn = explainabilityExportArn } } @@ -3546,8 +3454,7 @@ public struct DescribeExplainabilityExportOutput: Swift.Sendable { lastModificationTime: Foundation.Date? = nil, message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.explainabilityArn = explainabilityArn @@ -3567,8 +3474,7 @@ public struct DescribeForecastInput: Swift.Sendable { public init( forecastArn: Swift.String? = nil - ) - { + ) { self.forecastArn = forecastArn } } @@ -3630,8 +3536,7 @@ public struct DescribeForecastOutput: Swift.Sendable { predictorArn: Swift.String? = nil, status: Swift.String? = nil, timeSeriesSelector: ForecastClientTypes.TimeSeriesSelector? = nil - ) - { + ) { self.creationTime = creationTime self.datasetGroupArn = datasetGroupArn self.estimatedTimeRemainingInMinutes = estimatedTimeRemainingInMinutes @@ -3653,8 +3558,7 @@ public struct DescribeForecastExportJobInput: Swift.Sendable { public init( forecastExportJobArn: Swift.String? = nil - ) - { + ) { self.forecastExportJobArn = forecastExportJobArn } } @@ -3710,8 +3614,7 @@ public struct DescribeForecastExportJobOutput: Swift.Sendable { lastModificationTime: Foundation.Date? = nil, message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.forecastArn = forecastArn @@ -3731,8 +3634,7 @@ public struct DescribeMonitorInput: Swift.Sendable { public init( monitorArn: Swift.String? = nil - ) - { + ) { self.monitorArn = monitorArn } } @@ -3749,8 +3651,7 @@ extension ForecastClientTypes { public init( name: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.value = value } @@ -3766,8 +3667,7 @@ extension ForecastClientTypes { public init( baselineMetrics: [ForecastClientTypes.BaselineMetric]? = nil - ) - { + ) { self.baselineMetrics = baselineMetrics } } @@ -3782,8 +3682,7 @@ extension ForecastClientTypes { public init( predictorBaseline: ForecastClientTypes.PredictorBaseline? = nil - ) - { + ) { self.predictorBaseline = predictorBaseline } } @@ -3825,8 +3724,7 @@ public struct DescribeMonitorOutput: Swift.Sendable { monitorName: Swift.String? = nil, resourceArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.baseline = baseline self.creationTime = creationTime self.estimatedEvaluationTimeRemainingInMinutes = estimatedEvaluationTimeRemainingInMinutes @@ -3848,8 +3746,7 @@ public struct DescribePredictorInput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -3878,8 +3775,7 @@ extension ForecastClientTypes { status: Swift.String? = nil, testWindowEnd: Foundation.Date? = nil, testWindowStart: Foundation.Date? = nil - ) - { + ) { self.message = message self.status = status self.testWindowEnd = testWindowEnd @@ -3900,8 +3796,7 @@ extension ForecastClientTypes { public init( algorithmArn: Swift.String? = nil, testWindows: [ForecastClientTypes.TestWindowSummary]? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.testWindows = testWindows } @@ -3917,8 +3812,7 @@ extension ForecastClientTypes { public init( predictorExecutions: [ForecastClientTypes.PredictorExecution]? = nil - ) - { + ) { self.predictorExecutions = predictorExecutions } } @@ -4020,8 +3914,7 @@ public struct DescribePredictorOutput: Swift.Sendable { predictorName: Swift.String? = nil, status: Swift.String? = nil, trainingParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.autoMLAlgorithmArns = autoMLAlgorithmArns self.autoMLOverrideStrategy = autoMLOverrideStrategy @@ -4056,8 +3949,7 @@ public struct DescribePredictorBacktestExportJobInput: Swift.Sendable { public init( predictorBacktestExportJobArn: Swift.String? = nil - ) - { + ) { self.predictorBacktestExportJobArn = predictorBacktestExportJobArn } } @@ -4110,8 +4002,7 @@ public struct DescribePredictorBacktestExportJobOutput: Swift.Sendable { predictorBacktestExportJobArn: Swift.String? = nil, predictorBacktestExportJobName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.format = format @@ -4131,8 +4022,7 @@ public struct DescribeWhatIfAnalysisInput: Swift.Sendable { public init( whatIfAnalysisArn: Swift.String? = nil - ) - { + ) { self.whatIfAnalysisArn = whatIfAnalysisArn } } @@ -4194,8 +4084,7 @@ public struct DescribeWhatIfAnalysisOutput: Swift.Sendable { timeSeriesSelector: ForecastClientTypes.TimeSeriesSelector? = nil, whatIfAnalysisArn: Swift.String? = nil, whatIfAnalysisName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.estimatedTimeRemainingInMinutes = estimatedTimeRemainingInMinutes self.forecastArn = forecastArn @@ -4215,8 +4104,7 @@ public struct DescribeWhatIfForecastInput: Swift.Sendable { public init( whatIfForecastArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastArn = whatIfForecastArn } } @@ -4278,8 +4166,7 @@ public struct DescribeWhatIfForecastOutput: Swift.Sendable { whatIfAnalysisArn: Swift.String? = nil, whatIfForecastArn: Swift.String? = nil, whatIfForecastName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.estimatedTimeRemainingInMinutes = estimatedTimeRemainingInMinutes self.forecastTypes = forecastTypes @@ -4301,8 +4188,7 @@ public struct DescribeWhatIfForecastExportInput: Swift.Sendable { public init( whatIfForecastExportArn: Swift.String? = nil - ) - { + ) { self.whatIfForecastExportArn = whatIfForecastExportArn } } @@ -4361,8 +4247,7 @@ public struct DescribeWhatIfForecastExportOutput: Swift.Sendable { whatIfForecastArns: [Swift.String]? = nil, whatIfForecastExportArn: Swift.String? = nil, whatIfForecastExportName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.estimatedTimeRemainingInMinutes = estimatedTimeRemainingInMinutes @@ -4383,8 +4268,7 @@ public struct GetAccuracyMetricsInput: Swift.Sendable { public init( predictorArn: Swift.String? = nil - ) - { + ) { self.predictorArn = predictorArn } } @@ -4439,8 +4323,7 @@ extension ForecastClientTypes { mase: Swift.Double? = nil, rmse: Swift.Double? = nil, wape: Swift.Double? = nil - ) - { + ) { self.forecastType = forecastType self.mape = mape self.mase = mase @@ -4462,8 +4345,7 @@ extension ForecastClientTypes { public init( lossValue: Swift.Double? = nil, quantile: Swift.Double? = nil - ) - { + ) { self.lossValue = lossValue self.quantile = quantile } @@ -4489,8 +4371,7 @@ extension ForecastClientTypes { errorMetrics: [ForecastClientTypes.ErrorMetric]? = nil, rmse: Swift.Double? = nil, weightedQuantileLosses: [ForecastClientTypes.WeightedQuantileLoss]? = nil - ) - { + ) { self.averageWeightedQuantileLoss = averageWeightedQuantileLoss self.errorMetrics = errorMetrics self.rmse = rmse @@ -4524,8 +4405,7 @@ extension ForecastClientTypes { metrics: ForecastClientTypes.Metrics? = nil, testWindowEnd: Foundation.Date? = nil, testWindowStart: Foundation.Date? = nil - ) - { + ) { self.evaluationType = evaluationType self.itemCount = itemCount self.metrics = metrics @@ -4547,8 +4427,7 @@ extension ForecastClientTypes { public init( algorithmArn: Swift.String? = nil, testWindows: [ForecastClientTypes.WindowSummary]? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.testWindows = testWindows } @@ -4570,8 +4449,7 @@ public struct GetAccuracyMetricsOutput: Swift.Sendable { isAutoPredictor: Swift.Bool? = nil, optimizationMetric: ForecastClientTypes.OptimizationMetric? = nil, predictorEvaluationResults: [ForecastClientTypes.EvaluationResult]? = nil - ) - { + ) { self.autoMLOverrideStrategy = autoMLOverrideStrategy self.isAutoPredictor = isAutoPredictor self.optimizationMetric = optimizationMetric @@ -4597,8 +4475,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4612,8 +4489,7 @@ public struct ListDatasetGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4637,8 +4513,7 @@ extension ForecastClientTypes { datasetGroupArn: Swift.String? = nil, datasetGroupName: Swift.String? = nil, lastModificationTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.datasetGroupArn = datasetGroupArn self.datasetGroupName = datasetGroupName @@ -4656,8 +4531,7 @@ public struct ListDatasetGroupsOutput: Swift.Sendable { public init( datasetGroups: [ForecastClientTypes.DatasetGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroups = datasetGroups self.nextToken = nextToken } @@ -4710,8 +4584,7 @@ extension ForecastClientTypes { condition: ForecastClientTypes.FilterConditionString? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.condition = condition self.key = key self.value = value @@ -4740,8 +4613,7 @@ public struct ListDatasetImportJobsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4796,8 +4668,7 @@ extension ForecastClientTypes { lastModificationTime: Foundation.Date? = nil, message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.dataSource = dataSource self.datasetImportJobArn = datasetImportJobArn @@ -4819,8 +4690,7 @@ public struct ListDatasetImportJobsOutput: Swift.Sendable { public init( datasetImportJobs: [ForecastClientTypes.DatasetImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetImportJobs = datasetImportJobs self.nextToken = nextToken } @@ -4835,8 +4705,7 @@ public struct ListDatasetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4866,8 +4735,7 @@ extension ForecastClientTypes { datasetType: ForecastClientTypes.DatasetType? = nil, domain: ForecastClientTypes.Domain? = nil, lastModificationTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.datasetArn = datasetArn self.datasetName = datasetName @@ -4887,8 +4755,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasets: [ForecastClientTypes.DatasetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasets = datasets self.nextToken = nextToken } @@ -4912,8 +4779,7 @@ public struct ListExplainabilitiesInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4968,8 +4834,7 @@ extension ForecastClientTypes { message: Swift.String? = nil, resourceArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.explainabilityArn = explainabilityArn self.explainabilityConfig = explainabilityConfig @@ -4991,8 +4856,7 @@ public struct ListExplainabilitiesOutput: Swift.Sendable { public init( explainabilities: [ForecastClientTypes.ExplainabilitySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.explainabilities = explainabilities self.nextToken = nextToken } @@ -5016,8 +4880,7 @@ public struct ListExplainabilityExportsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5069,8 +4932,7 @@ extension ForecastClientTypes { lastModificationTime: Foundation.Date? = nil, message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.explainabilityExportArn = explainabilityExportArn @@ -5091,8 +4953,7 @@ public struct ListExplainabilityExportsOutput: Swift.Sendable { public init( explainabilityExports: [ForecastClientTypes.ExplainabilityExportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.explainabilityExports = explainabilityExports self.nextToken = nextToken } @@ -5119,8 +4980,7 @@ public struct ListForecastExportJobsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5175,8 +5035,7 @@ extension ForecastClientTypes { lastModificationTime: Foundation.Date? = nil, message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.forecastExportJobArn = forecastExportJobArn @@ -5197,8 +5056,7 @@ public struct ListForecastExportJobsOutput: Swift.Sendable { public init( forecastExportJobs: [ForecastClientTypes.ForecastExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.forecastExportJobs = forecastExportJobs self.nextToken = nextToken } @@ -5225,8 +5083,7 @@ public struct ListForecastsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5287,8 +5144,7 @@ extension ForecastClientTypes { message: Swift.String? = nil, predictorArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.createdUsingAutoPredictor = createdUsingAutoPredictor self.creationTime = creationTime self.datasetGroupArn = datasetGroupArn @@ -5311,8 +5167,7 @@ public struct ListForecastsOutput: Swift.Sendable { public init( forecasts: [ForecastClientTypes.ForecastSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.forecasts = forecasts self.nextToken = nextToken } @@ -5343,8 +5198,7 @@ public struct ListMonitorEvaluationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, monitorArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.monitorArn = monitorArn @@ -5364,8 +5218,7 @@ extension ForecastClientTypes { public init( metricName: Swift.String? = nil, metricValue: Swift.Double? = nil - ) - { + ) { self.metricName = metricName self.metricValue = metricValue } @@ -5387,8 +5240,7 @@ extension ForecastClientTypes { datasetImportJobArn: Swift.String? = nil, forecastArn: Swift.String? = nil, predictorArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn self.forecastArn = forecastArn self.predictorArn = predictorArn @@ -5408,8 +5260,7 @@ extension ForecastClientTypes { public init( datetime: Foundation.Date? = nil, detail: Swift.String? = nil - ) - { + ) { self.datetime = datetime self.detail = detail } @@ -5455,8 +5306,7 @@ extension ForecastClientTypes { resourceArn: Swift.String? = nil, windowEndDatetime: Foundation.Date? = nil, windowStartDatetime: Foundation.Date? = nil - ) - { + ) { self.evaluationState = evaluationState self.evaluationTime = evaluationTime self.message = message @@ -5481,8 +5331,7 @@ public struct ListMonitorEvaluationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, predictorMonitorEvaluations: [ForecastClientTypes.PredictorMonitorEvaluation]? = nil - ) - { + ) { self.nextToken = nextToken self.predictorMonitorEvaluations = predictorMonitorEvaluations } @@ -5509,8 +5358,7 @@ public struct ListMonitorsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5559,8 +5407,7 @@ extension ForecastClientTypes { monitorName: Swift.String? = nil, resourceArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModificationTime = lastModificationTime self.monitorArn = monitorArn @@ -5580,8 +5427,7 @@ public struct ListMonitorsOutput: Swift.Sendable { public init( monitors: [ForecastClientTypes.MonitorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitors = monitors self.nextToken = nextToken } @@ -5605,8 +5451,7 @@ public struct ListPredictorBacktestExportJobsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5658,8 +5503,7 @@ extension ForecastClientTypes { predictorBacktestExportJobArn: Swift.String? = nil, predictorBacktestExportJobName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.lastModificationTime = lastModificationTime @@ -5680,8 +5524,7 @@ public struct ListPredictorBacktestExportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, predictorBacktestExportJobs: [ForecastClientTypes.PredictorBacktestExportJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.predictorBacktestExportJobs = predictorBacktestExportJobs } @@ -5708,8 +5551,7 @@ public struct ListPredictorsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5770,8 +5612,7 @@ extension ForecastClientTypes { predictorName: Swift.String? = nil, referencePredictorSummary: ForecastClientTypes.ReferencePredictorSummary? = nil, status: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.datasetGroupArn = datasetGroupArn self.isAutoPredictor = isAutoPredictor @@ -5794,8 +5635,7 @@ public struct ListPredictorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, predictors: [ForecastClientTypes.PredictorSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.predictors = predictors } @@ -5808,8 +5648,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5820,8 +5659,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -5847,8 +5685,7 @@ public struct ListWhatIfAnalysesInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5903,8 +5740,7 @@ extension ForecastClientTypes { status: Swift.String? = nil, whatIfAnalysisArn: Swift.String? = nil, whatIfAnalysisName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.forecastArn = forecastArn self.lastModificationTime = lastModificationTime @@ -5925,8 +5761,7 @@ public struct ListWhatIfAnalysesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, whatIfAnalyses: [ForecastClientTypes.WhatIfAnalysisSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.whatIfAnalyses = whatIfAnalyses } @@ -5953,8 +5788,7 @@ public struct ListWhatIfForecastExportsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6012,8 +5846,7 @@ extension ForecastClientTypes { whatIfForecastArns: [Swift.String]? = nil, whatIfForecastExportArn: Swift.String? = nil, whatIfForecastExportName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.lastModificationTime = lastModificationTime @@ -6035,8 +5868,7 @@ public struct ListWhatIfForecastExportsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, whatIfForecastExports: [ForecastClientTypes.WhatIfForecastExportSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.whatIfForecastExports = whatIfForecastExports } @@ -6063,8 +5895,7 @@ public struct ListWhatIfForecastsInput: Swift.Sendable { filters: [ForecastClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6119,8 +5950,7 @@ extension ForecastClientTypes { whatIfAnalysisArn: Swift.String? = nil, whatIfForecastArn: Swift.String? = nil, whatIfForecastName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModificationTime = lastModificationTime self.message = message @@ -6141,8 +5971,7 @@ public struct ListWhatIfForecastsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, whatIfForecasts: [ForecastClientTypes.WhatIfForecastSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.whatIfForecasts = whatIfForecasts } @@ -6155,8 +5984,7 @@ public struct ResumeResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6168,8 +5996,7 @@ public struct StopResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6199,8 +6026,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ForecastClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6222,8 +6048,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6250,8 +6075,7 @@ public struct UpdateDatasetGroupInput: Swift.Sendable { public init( datasetArns: [Swift.String]? = nil, datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetArns = datasetArns self.datasetGroupArn = datasetGroupArn } diff --git a/Sources/Services/AWSForecastquery/Package.swift.txt b/Sources/Services/AWSForecastquery/Package.swift.txt index 4b36b5b4820..840092e94da 100644 --- a/Sources/Services/AWSForecastquery/Package.swift.txt +++ b/Sources/Services/AWSForecastquery/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/ForecastqueryClient.swift b/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/ForecastqueryClient.swift index f07a5a16dc6..35aac341201 100644 --- a/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/ForecastqueryClient.swift +++ b/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/ForecastqueryClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ForecastqueryClient: ClientRuntime.Client { public static let clientName = "ForecastqueryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ForecastqueryClient.ForecastqueryClientConfiguration let serviceName = "forecastquery" diff --git a/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/Models.swift b/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/Models.swift index e30c1c989d7..62878a15ca6 100644 --- a/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/Models.swift +++ b/Sources/Services/AWSForecastquery/Sources/AWSForecastquery/Models.swift @@ -41,8 +41,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -89,8 +87,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +158,7 @@ public struct QueryForecastInput: Swift.Sendable { forecastArn: Swift.String? = nil, nextToken: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.filters = filters self.forecastArn = forecastArn @@ -185,8 +179,7 @@ extension ForecastqueryClientTypes { public init( timestamp: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.timestamp = timestamp self.value = value } @@ -211,8 +204,7 @@ extension ForecastqueryClientTypes { public init( predictions: [Swift.String: [ForecastqueryClientTypes.DataPoint]]? = nil - ) - { + ) { self.predictions = predictions } } @@ -224,8 +216,7 @@ public struct QueryForecastOutput: Swift.Sendable { public init( forecast: ForecastqueryClientTypes.Forecast? = nil - ) - { + ) { self.forecast = forecast } } @@ -250,8 +241,7 @@ public struct QueryWhatIfForecastInput: Swift.Sendable { nextToken: Swift.String? = nil, startDate: Swift.String? = nil, whatIfForecastArn: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.filters = filters self.nextToken = nextToken @@ -266,8 +256,7 @@ public struct QueryWhatIfForecastOutput: Swift.Sendable { public init( forecast: ForecastqueryClientTypes.Forecast? = nil - ) - { + ) { self.forecast = forecast } } diff --git a/Sources/Services/AWSFraudDetector/Package.swift.txt b/Sources/Services/AWSFraudDetector/Package.swift.txt index 55e9e2e6b15..78e7b3382fb 100644 --- a/Sources/Services/AWSFraudDetector/Package.swift.txt +++ b/Sources/Services/AWSFraudDetector/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/FraudDetectorClient.swift b/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/FraudDetectorClient.swift index 42cce0de0bf..7dbd5f7962f 100644 --- a/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/FraudDetectorClient.swift +++ b/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/FraudDetectorClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FraudDetectorClient: ClientRuntime.Client { public static let clientName = "FraudDetectorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FraudDetectorClient.FraudDetectorClientConfiguration let serviceName = "FraudDetector" diff --git a/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/Models.swift b/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/Models.swift index 73f21bd909b..4942d162104 100644 --- a/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/Models.swift +++ b/Sources/Services/AWSFraudDetector/Sources/AWSFraudDetector/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ extension FraudDetectorClientTypes { public init( aggregatedVariablesImportance: Swift.Float? = nil, variableNames: [Swift.String]? = nil - ) - { + ) { self.aggregatedVariablesImportance = aggregatedVariablesImportance self.variableNames = variableNames } @@ -98,8 +96,7 @@ extension FraudDetectorClientTypes { eventVariableNames: [Swift.String]? = nil, logOddsImpact: Swift.Float? = nil, relativeImpact: Swift.String? = nil - ) - { + ) { self.eventVariableNames = eventVariableNames self.logOddsImpact = logOddsImpact self.relativeImpact = relativeImpact @@ -116,8 +113,7 @@ extension FraudDetectorClientTypes { public init( logOddsMetrics: [FraudDetectorClientTypes.AggregatedLogOddsMetric]? = nil - ) - { + ) { self.logOddsMetrics = logOddsMetrics } } @@ -148,8 +144,7 @@ extension FraudDetectorClientTypes { name: Swift.String? = nil, updatedTime: Swift.String? = nil, variableType: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -219,8 +214,7 @@ extension FraudDetectorClientTypes { atodr: Swift.Float? = nil, cr: Swift.Float? = nil, threshold: Swift.Float? = nil - ) - { + ) { self.adr = adr self.atodr = atodr self.cr = cr @@ -238,8 +232,7 @@ extension FraudDetectorClientTypes { public init( asi: Swift.Float? = nil - ) - { + ) { self.asi = asi } } @@ -257,8 +250,7 @@ extension FraudDetectorClientTypes { public init( metricDataPoints: [FraudDetectorClientTypes.ATIMetricDataPoint]? = nil, modelPerformance: FraudDetectorClientTypes.ATIModelPerformance? = nil - ) - { + ) { self.metricDataPoints = metricDataPoints self.modelPerformance = modelPerformance } @@ -284,8 +276,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -309,8 +300,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -334,8 +324,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +343,7 @@ extension FraudDetectorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -386,8 +374,7 @@ extension FraudDetectorClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, variableType: Swift.String? = nil - ) - { + ) { self.dataSource = dataSource self.dataType = dataType self.defaultValue = defaultValue @@ -408,8 +395,7 @@ public struct BatchCreateVariableInput: Swift.Sendable { public init( tags: [FraudDetectorClientTypes.Tag]? = nil, variableEntries: [FraudDetectorClientTypes.VariableEntry]? = nil - ) - { + ) { self.tags = tags self.variableEntries = variableEntries } @@ -430,8 +416,7 @@ extension FraudDetectorClientTypes { code: Swift.Int = 0, message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.name = name @@ -445,8 +430,7 @@ public struct BatchCreateVariableOutput: Swift.Sendable { public init( errors: [FraudDetectorClientTypes.BatchCreateVariableError]? = nil - ) - { + ) { self.errors = errors } } @@ -458,8 +442,7 @@ public struct BatchGetVariableInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -479,8 +462,7 @@ extension FraudDetectorClientTypes { code: Swift.Int = 0, message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.name = name @@ -591,8 +573,7 @@ extension FraudDetectorClientTypes { lastUpdatedTime: Swift.String? = nil, name: Swift.String? = nil, variableType: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.dataSource = dataSource @@ -615,8 +596,7 @@ public struct BatchGetVariableOutput: Swift.Sendable { public init( errors: [FraudDetectorClientTypes.BatchGetVariableError]? = nil, variables: [FraudDetectorClientTypes.Variable]? = nil - ) - { + ) { self.errors = errors self.variables = variables } @@ -641,8 +621,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -654,8 +633,7 @@ public struct CancelBatchImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -672,8 +650,7 @@ public struct CancelBatchPredictionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -709,8 +686,7 @@ public struct CreateBatchImportJobInput: Swift.Sendable { jobId: Swift.String? = nil, outputPath: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.eventTypeName = eventTypeName self.iamRoleArn = iamRoleArn self.inputPath = inputPath @@ -758,8 +734,7 @@ public struct CreateBatchPredictionJobInput: Swift.Sendable { jobId: Swift.String? = nil, outputPath: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.detectorName = detectorName self.detectorVersion = detectorVersion self.eventTypeName = eventTypeName @@ -829,8 +804,7 @@ extension FraudDetectorClientTypes { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil - ) - { + ) { self.arn = arn self.modelId = modelId self.modelType = modelType @@ -886,8 +860,7 @@ extension FraudDetectorClientTypes { detectorId: Swift.String? = nil, ruleId: Swift.String? = nil, ruleVersion: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.ruleId = ruleId self.ruleVersion = ruleVersion @@ -921,8 +894,7 @@ public struct CreateDetectorVersionInput: Swift.Sendable { ruleExecutionMode: FraudDetectorClientTypes.RuleExecutionMode? = nil, rules: [FraudDetectorClientTypes.Rule]? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.detectorId = detectorId self.externalModelEndpoints = externalModelEndpoints @@ -977,8 +949,7 @@ public struct CreateDetectorVersionOutput: Swift.Sendable { detectorId: Swift.String? = nil, detectorVersionId: Swift.String? = nil, status: FraudDetectorClientTypes.DetectorVersionStatus? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.status = status @@ -1004,8 +975,7 @@ public struct CreateListInput: Swift.Sendable { name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil, variableType: Swift.String? = nil - ) - { + ) { self.description = description self.elements = elements self.name = name @@ -1045,8 +1015,7 @@ public struct CreateModelInput: Swift.Sendable { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.eventTypeName = eventTypeName self.modelId = modelId @@ -1074,8 +1043,7 @@ extension FraudDetectorClientTypes { public init( dataAccessRoleArn: Swift.String? = nil, dataLocation: Swift.String? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.dataLocation = dataLocation } @@ -1096,8 +1064,7 @@ extension FraudDetectorClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1114,8 +1081,7 @@ extension FraudDetectorClientTypes { public init( ingestedEventsTimeWindow: FraudDetectorClientTypes.IngestedEventsTimeWindow? = nil - ) - { + ) { self.ingestedEventsTimeWindow = ingestedEventsTimeWindow } } @@ -1179,8 +1145,7 @@ extension FraudDetectorClientTypes { public init( labelMapper: [Swift.String: [Swift.String]]? = nil, unlabeledEventsTreatment: FraudDetectorClientTypes.UnlabeledEventsTreatment? = nil - ) - { + ) { self.labelMapper = labelMapper self.unlabeledEventsTreatment = unlabeledEventsTreatment } @@ -1200,8 +1165,7 @@ extension FraudDetectorClientTypes { public init( labelSchema: FraudDetectorClientTypes.LabelSchema? = nil, modelVariables: [Swift.String]? = nil - ) - { + ) { self.labelSchema = labelSchema self.modelVariables = modelVariables } @@ -1265,8 +1229,7 @@ public struct CreateModelVersionInput: Swift.Sendable { tags: [FraudDetectorClientTypes.Tag]? = nil, trainingDataSchema: FraudDetectorClientTypes.TrainingDataSchema? = nil, trainingDataSource: FraudDetectorClientTypes.TrainingDataSourceEnum? = nil - ) - { + ) { self.externalEventsDetail = externalEventsDetail self.ingestedEventsDetail = ingestedEventsDetail self.modelId = modelId @@ -1292,8 +1255,7 @@ public struct CreateModelVersionOutput: Swift.Sendable { modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType self.modelVersionNumber = modelVersionNumber @@ -1356,8 +1318,7 @@ public struct CreateRuleInput: Swift.Sendable { outcomes: [Swift.String]? = nil, ruleId: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.detectorId = detectorId self.expression = expression @@ -1379,8 +1340,7 @@ public struct CreateRuleOutput: Swift.Sendable { public init( rule: FraudDetectorClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -1413,8 +1373,7 @@ public struct CreateVariableInput: Swift.Sendable { name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil, variableType: Swift.String? = nil - ) - { + ) { self.dataSource = dataSource self.dataType = dataType self.defaultValue = defaultValue @@ -1437,8 +1396,7 @@ public struct DeleteBatchImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1455,8 +1413,7 @@ public struct DeleteBatchPredictionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1485,8 +1442,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1498,8 +1454,7 @@ public struct DeleteDetectorInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -1520,8 +1475,7 @@ public struct DeleteDetectorVersionInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, detectorVersionId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId } @@ -1539,8 +1493,7 @@ public struct DeleteEntityTypeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1564,8 +1517,7 @@ public struct DeleteEventInput: Swift.Sendable { deleteAuditHistory: Swift.Bool? = nil, eventId: Swift.String? = nil, eventTypeName: Swift.String? = nil - ) - { + ) { self.deleteAuditHistory = deleteAuditHistory self.eventId = eventId self.eventTypeName = eventTypeName @@ -1584,8 +1536,7 @@ public struct DeleteEventsByEventTypeInput: Swift.Sendable { public init( eventTypeName: Swift.String? = nil - ) - { + ) { self.eventTypeName = eventTypeName } } @@ -1599,8 +1550,7 @@ public struct DeleteEventsByEventTypeOutput: Swift.Sendable { public init( eventTypeName: Swift.String? = nil, eventsDeletionStatus: Swift.String? = nil - ) - { + ) { self.eventTypeName = eventTypeName self.eventsDeletionStatus = eventsDeletionStatus } @@ -1613,8 +1563,7 @@ public struct DeleteEventTypeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1631,8 +1580,7 @@ public struct DeleteExternalModelInput: Swift.Sendable { public init( modelEndpoint: Swift.String? = nil - ) - { + ) { self.modelEndpoint = modelEndpoint } } @@ -1649,8 +1597,7 @@ public struct DeleteLabelInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1667,8 +1614,7 @@ public struct DeleteListInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1689,8 +1635,7 @@ public struct DeleteModelInput: Swift.Sendable { public init( modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType } @@ -1716,8 +1661,7 @@ public struct DeleteModelVersionInput: Swift.Sendable { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType self.modelVersionNumber = modelVersionNumber @@ -1736,8 +1680,7 @@ public struct DeleteOutcomeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1754,8 +1697,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( rule: FraudDetectorClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -1772,8 +1714,7 @@ public struct DeleteVariableInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1796,8 +1737,7 @@ public struct DescribeDetectorInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -1822,8 +1762,7 @@ extension FraudDetectorClientTypes { detectorVersionId: Swift.String? = nil, lastUpdatedTime: Swift.String? = nil, status: FraudDetectorClientTypes.DetectorVersionStatus? = nil - ) - { + ) { self.description = description self.detectorVersionId = detectorVersionId self.lastUpdatedTime = lastUpdatedTime @@ -1847,8 +1786,7 @@ public struct DescribeDetectorOutput: Swift.Sendable { detectorId: Swift.String? = nil, detectorVersionSummaries: [FraudDetectorClientTypes.DetectorVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.detectorId = detectorId self.detectorVersionSummaries = detectorVersionSummaries @@ -1874,8 +1812,7 @@ public struct DescribeModelVersionsInput: Swift.Sendable { modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.modelId = modelId self.modelType = modelType @@ -1905,8 +1842,7 @@ extension FraudDetectorClientTypes { identifier: Swift.String? = nil, title: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.content = content self.fieldName = fieldName self.identifier = identifier @@ -1931,8 +1867,7 @@ extension FraudDetectorClientTypes { content: Swift.String? = nil, title: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.content = content self.title = title self.type = type @@ -1952,8 +1887,7 @@ extension FraudDetectorClientTypes { public init( fieldLevelMessages: [FraudDetectorClientTypes.FieldValidationMessage]? = nil, fileLevelMessages: [FraudDetectorClientTypes.FileValidationMessage]? = nil - ) - { + ) { self.fieldLevelMessages = fieldLevelMessages self.fileLevelMessages = fileLevelMessages } @@ -1978,8 +1912,7 @@ extension FraudDetectorClientTypes { precision: Swift.Float? = nil, threshold: Swift.Float? = nil, tpr: Swift.Float? = nil - ) - { + ) { self.fpr = fpr self.precision = precision self.threshold = threshold @@ -2000,8 +1933,7 @@ extension FraudDetectorClientTypes { public init( auc: Swift.Float? = nil, metricDataPoints: [FraudDetectorClientTypes.MetricDataPoint]? = nil - ) - { + ) { self.auc = auc self.metricDataPoints = metricDataPoints } @@ -2026,8 +1958,7 @@ extension FraudDetectorClientTypes { variableImportance: Swift.Float? = nil, variableName: Swift.String? = nil, variableType: Swift.String? = nil - ) - { + ) { self.variableImportance = variableImportance self.variableName = variableName self.variableType = variableType @@ -2044,8 +1975,7 @@ extension FraudDetectorClientTypes { public init( logOddsMetrics: [FraudDetectorClientTypes.LogOddsMetric]? = nil - ) - { + ) { self.logOddsMetrics = logOddsMetrics } } @@ -2066,8 +1996,7 @@ extension FraudDetectorClientTypes { dataValidationMetrics: FraudDetectorClientTypes.DataValidationMetrics? = nil, trainingMetrics: FraudDetectorClientTypes.TrainingMetrics? = nil, variableImportanceMetrics: FraudDetectorClientTypes.VariableImportanceMetrics? = nil - ) - { + ) { self.dataValidationMetrics = dataValidationMetrics self.trainingMetrics = trainingMetrics self.variableImportanceMetrics = variableImportanceMetrics @@ -2093,8 +2022,7 @@ extension FraudDetectorClientTypes { precision: Swift.Float? = nil, threshold: Swift.Float? = nil, tpr: Swift.Float? = nil - ) - { + ) { self.fpr = fpr self.precision = precision self.threshold = threshold @@ -2117,8 +2045,7 @@ extension FraudDetectorClientTypes { public init( lowerBoundValue: Swift.Float? = nil, upperBoundValue: Swift.Float? = nil - ) - { + ) { self.lowerBoundValue = lowerBoundValue self.upperBoundValue = upperBoundValue } @@ -2137,8 +2064,7 @@ extension FraudDetectorClientTypes { public init( auc: Swift.Float? = nil, uncertaintyRange: FraudDetectorClientTypes.UncertaintyRange? = nil - ) - { + ) { self.auc = auc self.uncertaintyRange = uncertaintyRange } @@ -2157,8 +2083,7 @@ extension FraudDetectorClientTypes { public init( metricDataPoints: [FraudDetectorClientTypes.OFIMetricDataPoint]? = nil, modelPerformance: FraudDetectorClientTypes.OFIModelPerformance? = nil - ) - { + ) { self.metricDataPoints = metricDataPoints self.modelPerformance = modelPerformance } @@ -2183,8 +2108,7 @@ extension FraudDetectorClientTypes { precision: Swift.Float? = nil, threshold: Swift.Float? = nil, tpr: Swift.Float? = nil - ) - { + ) { self.fpr = fpr self.precision = precision self.threshold = threshold @@ -2205,8 +2129,7 @@ extension FraudDetectorClientTypes { public init( auc: Swift.Float? = nil, uncertaintyRange: FraudDetectorClientTypes.UncertaintyRange? = nil - ) - { + ) { self.auc = auc self.uncertaintyRange = uncertaintyRange } @@ -2225,8 +2148,7 @@ extension FraudDetectorClientTypes { public init( metricDataPoints: [FraudDetectorClientTypes.TFIMetricDataPoint]? = nil, modelPerformance: FraudDetectorClientTypes.TFIModelPerformance? = nil - ) - { + ) { self.metricDataPoints = metricDataPoints self.modelPerformance = modelPerformance } @@ -2248,8 +2170,7 @@ extension FraudDetectorClientTypes { ati: FraudDetectorClientTypes.ATITrainingMetricsValue? = nil, ofi: FraudDetectorClientTypes.OFITrainingMetricsValue? = nil, tfi: FraudDetectorClientTypes.TFITrainingMetricsValue? = nil - ) - { + ) { self.ati = ati self.ofi = ofi self.tfi = tfi @@ -2275,8 +2196,7 @@ extension FraudDetectorClientTypes { dataValidationMetrics: FraudDetectorClientTypes.DataValidationMetrics? = nil, trainingMetricsV2: FraudDetectorClientTypes.TrainingMetricsV2? = nil, variableImportanceMetrics: FraudDetectorClientTypes.VariableImportanceMetrics? = nil - ) - { + ) { self.aggregatedVariablesImportanceMetrics = aggregatedVariablesImportanceMetrics self.dataValidationMetrics = dataValidationMetrics self.trainingMetricsV2 = trainingMetricsV2 @@ -2330,8 +2250,7 @@ extension FraudDetectorClientTypes { trainingDataSource: FraudDetectorClientTypes.TrainingDataSourceEnum? = nil, trainingResult: FraudDetectorClientTypes.TrainingResult? = nil, trainingResultV2: FraudDetectorClientTypes.TrainingResultV2? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.externalEventsDetail = externalEventsDetail @@ -2358,8 +2277,7 @@ public struct DescribeModelVersionsOutput: Swift.Sendable { public init( modelVersionDetails: [FraudDetectorClientTypes.ModelVersionDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelVersionDetails = modelVersionDetails self.nextToken = nextToken } @@ -2377,8 +2295,7 @@ public struct GetBatchImportJobsInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2430,8 +2347,7 @@ extension FraudDetectorClientTypes { startTime: Swift.String? = nil, status: FraudDetectorClientTypes.AsyncJobStatus? = nil, totalRecordsCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.completionTime = completionTime self.eventTypeName = eventTypeName @@ -2458,8 +2374,7 @@ public struct GetBatchImportJobsOutput: Swift.Sendable { public init( batchImports: [FraudDetectorClientTypes.BatchImport]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchImports = batchImports self.nextToken = nextToken } @@ -2477,8 +2392,7 @@ public struct GetBatchPredictionJobsInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2536,8 +2450,7 @@ extension FraudDetectorClientTypes { startTime: Swift.String? = nil, status: FraudDetectorClientTypes.AsyncJobStatus? = nil, totalRecordsCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.completionTime = completionTime self.detectorName = detectorName @@ -2566,8 +2479,7 @@ public struct GetBatchPredictionJobsOutput: Swift.Sendable { public init( batchPredictions: [FraudDetectorClientTypes.BatchPrediction]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchPredictions = batchPredictions self.nextToken = nextToken } @@ -2580,8 +2492,7 @@ public struct GetDeleteEventsByEventTypeStatusInput: Swift.Sendable { public init( eventTypeName: Swift.String? = nil - ) - { + ) { self.eventTypeName = eventTypeName } } @@ -2595,8 +2506,7 @@ public struct GetDeleteEventsByEventTypeStatusOutput: Swift.Sendable { public init( eventTypeName: Swift.String? = nil, eventsDeletionStatus: FraudDetectorClientTypes.AsyncJobStatus? = nil - ) - { + ) { self.eventTypeName = eventTypeName self.eventsDeletionStatus = eventsDeletionStatus } @@ -2614,8 +2524,7 @@ public struct GetDetectorsInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -2646,8 +2555,7 @@ extension FraudDetectorClientTypes { detectorId: Swift.String? = nil, eventTypeName: Swift.String? = nil, lastUpdatedTime: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -2667,8 +2575,7 @@ public struct GetDetectorsOutput: Swift.Sendable { public init( detectors: [FraudDetectorClientTypes.Detector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectors = detectors self.nextToken = nextToken } @@ -2685,8 +2592,7 @@ public struct GetDetectorVersionInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, detectorVersionId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId } @@ -2728,8 +2634,7 @@ public struct GetDetectorVersionOutput: Swift.Sendable { ruleExecutionMode: FraudDetectorClientTypes.RuleExecutionMode? = nil, rules: [FraudDetectorClientTypes.Rule]? = nil, status: FraudDetectorClientTypes.DetectorVersionStatus? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -2756,8 +2661,7 @@ public struct GetEntityTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -2785,8 +2689,7 @@ extension FraudDetectorClientTypes { description: Swift.String? = nil, lastUpdatedTime: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -2805,8 +2708,7 @@ public struct GetEntityTypesOutput: Swift.Sendable { public init( entityTypes: [FraudDetectorClientTypes.EntityType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entityTypes = entityTypes self.nextToken = nextToken } @@ -2823,8 +2725,7 @@ public struct GetEventInput: Swift.Sendable { public init( eventId: Swift.String? = nil, eventTypeName: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.eventTypeName = eventTypeName } @@ -2844,8 +2745,7 @@ extension FraudDetectorClientTypes { public init( entityId: Swift.String? = nil, entityType: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.entityType = entityType } @@ -2885,8 +2785,7 @@ extension FraudDetectorClientTypes { eventTypeName: Swift.String? = nil, eventVariables: [Swift.String: Swift.String]? = nil, labelTimestamp: Swift.String? = nil - ) - { + ) { self.currentLabel = currentLabel self.entities = entities self.eventId = eventId @@ -2909,8 +2808,7 @@ public struct GetEventOutput: Swift.Sendable { public init( event: FraudDetectorClientTypes.Event? = nil - ) - { + ) { self.event = event } } @@ -2933,8 +2831,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2951,8 +2848,7 @@ extension FraudDetectorClientTypes { public init( byteBuffer: Foundation.Data? = nil, contentType: Swift.String? = nil - ) - { + ) { self.byteBuffer = byteBuffer self.contentType = contentType } @@ -2992,8 +2888,7 @@ public struct GetEventPredictionInput: Swift.Sendable { eventTypeName: Swift.String? = nil, eventVariables: [Swift.String: Swift.String]? = nil, externalModelEndpointDataBlobs: [Swift.String: FraudDetectorClientTypes.ModelEndpointDataBlob]? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.entities = entities @@ -3048,8 +2943,7 @@ extension FraudDetectorClientTypes { public init( modelEndpoint: Swift.String? = nil, modelSource: FraudDetectorClientTypes.ModelSource? = nil - ) - { + ) { self.modelEndpoint = modelEndpoint self.modelSource = modelSource } @@ -3068,8 +2962,7 @@ extension FraudDetectorClientTypes { public init( externalModel: FraudDetectorClientTypes.ExternalModelSummary? = nil, outputs: [Swift.String: Swift.String]? = nil - ) - { + ) { self.externalModel = externalModel self.outputs = outputs } @@ -3088,8 +2981,7 @@ extension FraudDetectorClientTypes { public init( modelVersion: FraudDetectorClientTypes.ModelVersion? = nil, scores: [Swift.String: Swift.Float]? = nil - ) - { + ) { self.modelVersion = modelVersion self.scores = scores } @@ -3108,8 +3000,7 @@ extension FraudDetectorClientTypes { public init( outcomes: [Swift.String]? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.outcomes = outcomes self.ruleId = ruleId } @@ -3128,8 +3019,7 @@ public struct GetEventPredictionOutput: Swift.Sendable { externalModelOutputs: [FraudDetectorClientTypes.ExternalModelOutputs]? = nil, modelScores: [FraudDetectorClientTypes.ModelScores]? = nil, ruleResults: [FraudDetectorClientTypes.RuleResult]? = nil - ) - { + ) { self.externalModelOutputs = externalModelOutputs self.modelScores = modelScores self.ruleResults = ruleResults @@ -3159,8 +3049,7 @@ public struct GetEventPredictionMetadataInput: Swift.Sendable { eventId: Swift.String? = nil, eventTypeName: Swift.String? = nil, predictionTimestamp: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.eventId = eventId @@ -3187,8 +3076,7 @@ extension FraudDetectorClientTypes { modelEndpoint: Swift.String? = nil, outputVariables: [Swift.String: Swift.String]? = nil, useEventVariables: Swift.Bool? = nil - ) - { + ) { self.inputVariables = inputVariables self.modelEndpoint = modelEndpoint self.outputVariables = outputVariables @@ -3221,8 +3109,7 @@ extension FraudDetectorClientTypes { eventVariableName: Swift.String? = nil, logOddsImpact: Swift.Float? = nil, relativeImpact: Swift.String? = nil - ) - { + ) { self.eventVariableName = eventVariableName self.logOddsImpact = logOddsImpact self.relativeImpact = relativeImpact @@ -3242,8 +3129,7 @@ extension FraudDetectorClientTypes { public init( aggregatedVariablesImpactExplanations: [FraudDetectorClientTypes.AggregatedVariablesImpactExplanation]? = nil, variableImpactExplanations: [FraudDetectorClientTypes.VariableImpactExplanation]? = nil - ) - { + ) { self.aggregatedVariablesImpactExplanations = aggregatedVariablesImpactExplanations self.variableImpactExplanations = variableImpactExplanations } @@ -3265,8 +3151,7 @@ extension FraudDetectorClientTypes { evaluationScore: Swift.String? = nil, outputVariableName: Swift.String? = nil, predictionExplanations: FraudDetectorClientTypes.PredictionExplanations? = nil - ) - { + ) { self.evaluationScore = evaluationScore self.outputVariableName = outputVariableName self.predictionExplanations = predictionExplanations @@ -3292,8 +3177,7 @@ extension FraudDetectorClientTypes { modelId: Swift.String? = nil, modelType: Swift.String? = nil, modelVersion: Swift.String? = nil - ) - { + ) { self.evaluations = evaluations self.modelId = modelId self.modelType = modelType @@ -3317,8 +3201,7 @@ extension FraudDetectorClientTypes { name: Swift.String? = nil, source: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.source = source self.value = value @@ -3358,8 +3241,7 @@ extension FraudDetectorClientTypes { outcomes: [Swift.String]? = nil, ruleId: Swift.String? = nil, ruleVersion: Swift.String? = nil - ) - { + ) { self.evaluated = evaluated self.expression = expression self.expressionWithValues = expressionWithValues @@ -3424,8 +3306,7 @@ public struct GetEventPredictionMetadataOutput: Swift.Sendable { predictionTimestamp: Swift.String? = nil, ruleExecutionMode: FraudDetectorClientTypes.RuleExecutionMode? = nil, rules: [FraudDetectorClientTypes.EvaluatedRule]? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.detectorVersionStatus = detectorVersionStatus @@ -3456,8 +3337,7 @@ public struct GetEventTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3503,8 +3383,7 @@ extension FraudDetectorClientTypes { public init( eventBridgeEnabled: Swift.Bool? = nil - ) - { + ) { self.eventBridgeEnabled = eventBridgeEnabled } } @@ -3531,8 +3410,7 @@ extension FraudDetectorClientTypes { leastRecentEvent: Swift.String? = nil, mostRecentEvent: Swift.String? = nil, numberOfEvents: Swift.Int? = nil - ) - { + ) { self.eventDataSizeInBytes = eventDataSizeInBytes self.lastUpdatedTime = lastUpdatedTime self.leastRecentEvent = leastRecentEvent @@ -3581,8 +3459,7 @@ extension FraudDetectorClientTypes { labels: [Swift.String]? = nil, lastUpdatedTime: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -3613,8 +3490,7 @@ public struct GetEventTypesOutput: Swift.Sendable { public init( eventTypes: [FraudDetectorClientTypes.EventType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventTypes = eventTypes self.nextToken = nextToken } @@ -3637,8 +3513,7 @@ public struct GetExternalModelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, modelEndpoint: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.modelEndpoint = modelEndpoint self.nextToken = nextToken @@ -3696,8 +3571,7 @@ extension FraudDetectorClientTypes { format: FraudDetectorClientTypes.ModelInputDataFormat? = nil, jsonInputTemplate: Swift.String? = nil, useEventVariables: Swift.Bool? = nil - ) - { + ) { self.csvInputTemplate = csvInputTemplate self.eventTypeName = eventTypeName self.format = format @@ -3781,8 +3655,7 @@ extension FraudDetectorClientTypes { csvIndexToVariableMap: [Swift.String: Swift.String]? = nil, format: FraudDetectorClientTypes.ModelOutputDataFormat? = nil, jsonKeyToVariableMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.csvIndexToVariableMap = csvIndexToVariableMap self.format = format self.jsonKeyToVariableMap = jsonKeyToVariableMap @@ -3823,8 +3696,7 @@ extension FraudDetectorClientTypes { modelEndpointStatus: FraudDetectorClientTypes.ModelEndpointStatus? = nil, modelSource: FraudDetectorClientTypes.ModelSource? = nil, outputConfiguration: FraudDetectorClientTypes.ModelOutputConfiguration? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.inputConfiguration = inputConfiguration @@ -3847,8 +3719,7 @@ public struct GetExternalModelsOutput: Swift.Sendable { public init( externalModels: [FraudDetectorClientTypes.ExternalModel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.externalModels = externalModels self.nextToken = nextToken } @@ -3863,8 +3734,7 @@ extension FraudDetectorClientTypes { public init( kmsEncryptionKeyArn: Swift.String? = nil - ) - { + ) { self.kmsEncryptionKeyArn = kmsEncryptionKeyArn } } @@ -3876,8 +3746,7 @@ public struct GetKMSEncryptionKeyOutput: Swift.Sendable { public init( kmsKey: FraudDetectorClientTypes.KMSKey? = nil - ) - { + ) { self.kmsKey = kmsKey } } @@ -3894,8 +3763,7 @@ public struct GetLabelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3923,8 +3791,7 @@ extension FraudDetectorClientTypes { description: Swift.String? = nil, lastUpdatedTime: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -3943,8 +3810,7 @@ public struct GetLabelsOutput: Swift.Sendable { public init( labels: [FraudDetectorClientTypes.Label]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labels = labels self.nextToken = nextToken } @@ -3963,8 +3829,7 @@ public struct GetListElementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3980,8 +3845,7 @@ public struct GetListElementsOutput: Swift.Sendable { public init( elements: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.elements = elements self.nextToken = nextToken } @@ -4004,8 +3868,7 @@ public struct GetListsMetadataInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4021,8 +3884,7 @@ public struct GetListsMetadataOutput: Swift.Sendable { public init( lists: [FraudDetectorClientTypes.AllowDenyList]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lists = lists self.nextToken = nextToken } @@ -4043,8 +3905,7 @@ public struct GetModelsInput: Swift.Sendable { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.modelId = modelId self.modelType = modelType @@ -4079,8 +3940,7 @@ extension FraudDetectorClientTypes { lastUpdatedTime: Swift.String? = nil, modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -4101,8 +3961,7 @@ public struct GetModelsOutput: Swift.Sendable { public init( models: [FraudDetectorClientTypes.Model]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.models = models self.nextToken = nextToken } @@ -4123,8 +3982,7 @@ public struct GetModelVersionInput: Swift.Sendable { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType self.modelVersionNumber = modelVersionNumber @@ -4179,8 +4037,7 @@ public struct GetModelVersionOutput: Swift.Sendable { status: Swift.String? = nil, trainingDataSchema: FraudDetectorClientTypes.TrainingDataSchema? = nil, trainingDataSource: FraudDetectorClientTypes.TrainingDataSourceEnum? = nil - ) - { + ) { self.arn = arn self.externalEventsDetail = externalEventsDetail self.ingestedEventsDetail = ingestedEventsDetail @@ -4205,8 +4062,7 @@ public struct GetOutcomesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4234,8 +4090,7 @@ extension FraudDetectorClientTypes { description: Swift.String? = nil, lastUpdatedTime: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -4254,8 +4109,7 @@ public struct GetOutcomesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outcomes: [FraudDetectorClientTypes.Outcome]? = nil - ) - { + ) { self.nextToken = nextToken self.outcomes = outcomes } @@ -4280,8 +4134,7 @@ public struct GetRulesInput: Swift.Sendable { nextToken: Swift.String? = nil, ruleId: Swift.String? = nil, ruleVersion: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -4326,8 +4179,7 @@ extension FraudDetectorClientTypes { outcomes: [Swift.String]? = nil, ruleId: Swift.String? = nil, ruleVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -4356,8 +4208,7 @@ public struct GetRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleDetails: [FraudDetectorClientTypes.RuleDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleDetails = ruleDetails } @@ -4375,8 +4226,7 @@ public struct GetVariablesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4392,8 +4242,7 @@ public struct GetVariablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, variables: [FraudDetectorClientTypes.Variable]? = nil - ) - { + ) { self.nextToken = nextToken self.variables = variables } @@ -4408,8 +4257,7 @@ extension FraudDetectorClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -4429,8 +4277,7 @@ extension FraudDetectorClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -4461,8 +4308,7 @@ public struct ListEventPredictionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, predictionTimeRange: FraudDetectorClientTypes.PredictionTimeRange? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.eventId = eventId @@ -4497,8 +4343,7 @@ extension FraudDetectorClientTypes { eventTimestamp: Swift.String? = nil, eventTypeName: Swift.String? = nil, predictionTimestamp: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.eventId = eventId @@ -4518,8 +4363,7 @@ public struct ListEventPredictionsOutput: Swift.Sendable { public init( eventPredictionSummaries: [FraudDetectorClientTypes.EventPredictionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventPredictionSummaries = eventPredictionSummaries self.nextToken = nextToken } @@ -4538,8 +4382,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -4555,8 +4398,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4579,8 +4421,7 @@ public struct PutDetectorInput: Swift.Sendable { detectorId: Swift.String? = nil, eventTypeName: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.detectorId = detectorId self.eventTypeName = eventTypeName @@ -4606,8 +4447,7 @@ public struct PutEntityTypeInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -4649,8 +4489,7 @@ public struct PutEventTypeInput: Swift.Sendable { labels: [Swift.String]? = nil, name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.entityTypes = entityTypes self.eventIngestion = eventIngestion @@ -4697,8 +4536,7 @@ public struct PutExternalModelInput: Swift.Sendable { modelSource: FraudDetectorClientTypes.ModelSource? = nil, outputConfiguration: FraudDetectorClientTypes.ModelOutputConfiguration? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.inputConfiguration = inputConfiguration self.invokeModelEndpointRoleArn = invokeModelEndpointRoleArn self.modelEndpoint = modelEndpoint @@ -4721,8 +4559,7 @@ public struct PutKMSEncryptionKeyInput: Swift.Sendable { public init( kmsEncryptionKeyArn: Swift.String? = nil - ) - { + ) { self.kmsEncryptionKeyArn = kmsEncryptionKeyArn } } @@ -4745,8 +4582,7 @@ public struct PutLabelInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -4771,8 +4607,7 @@ public struct PutOutcomeInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -4813,8 +4648,7 @@ public struct SendEventInput: Swift.Sendable { eventTypeName: Swift.String? = nil, eventVariables: [Swift.String: Swift.String]? = nil, labelTimestamp: Swift.String? = nil - ) - { + ) { self.assignedLabel = assignedLabel self.entities = entities self.eventId = eventId @@ -4846,8 +4680,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4869,8 +4702,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4909,8 +4741,7 @@ public struct UpdateDetectorVersionInput: Swift.Sendable { modelVersions: [FraudDetectorClientTypes.ModelVersion]? = nil, ruleExecutionMode: FraudDetectorClientTypes.RuleExecutionMode? = nil, rules: [FraudDetectorClientTypes.Rule]? = nil - ) - { + ) { self.description = description self.detectorId = detectorId self.detectorVersionId = detectorVersionId @@ -4941,8 +4772,7 @@ public struct UpdateDetectorVersionMetadataInput: Swift.Sendable { description: Swift.String? = nil, detectorId: Swift.String? = nil, detectorVersionId: Swift.String? = nil - ) - { + ) { self.description = description self.detectorId = detectorId self.detectorVersionId = detectorVersionId @@ -4969,8 +4799,7 @@ public struct UpdateDetectorVersionStatusInput: Swift.Sendable { detectorId: Swift.String? = nil, detectorVersionId: Swift.String? = nil, status: FraudDetectorClientTypes.DetectorVersionStatus? = nil - ) - { + ) { self.detectorId = detectorId self.detectorVersionId = detectorVersionId self.status = status @@ -5001,8 +4830,7 @@ public struct UpdateEventLabelInput: Swift.Sendable { eventId: Swift.String? = nil, eventTypeName: Swift.String? = nil, labelTimestamp: Swift.String? = nil - ) - { + ) { self.assignedLabel = assignedLabel self.eventId = eventId self.eventTypeName = eventTypeName @@ -5072,8 +4900,7 @@ public struct UpdateListInput: Swift.Sendable { name: Swift.String? = nil, updateMode: FraudDetectorClientTypes.ListUpdateMode? = nil, variableType: Swift.String? = nil - ) - { + ) { self.description = description self.elements = elements self.name = name @@ -5106,8 +4933,7 @@ public struct UpdateModelInput: Swift.Sendable { description: Swift.String? = nil, modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil - ) - { + ) { self.description = description self.modelId = modelId self.modelType = modelType @@ -5143,8 +4969,7 @@ public struct UpdateModelVersionInput: Swift.Sendable { modelId: Swift.String? = nil, modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.externalEventsDetail = externalEventsDetail self.ingestedEventsDetail = ingestedEventsDetail self.majorVersionNumber = majorVersionNumber @@ -5169,8 +4994,7 @@ public struct UpdateModelVersionOutput: Swift.Sendable { modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType self.modelVersionNumber = modelVersionNumber @@ -5229,8 +5053,7 @@ public struct UpdateModelVersionStatusInput: Swift.Sendable { modelType: FraudDetectorClientTypes.ModelTypeEnum? = nil, modelVersionNumber: Swift.String? = nil, status: FraudDetectorClientTypes.ModelVersionStatus? = nil - ) - { + ) { self.modelId = modelId self.modelType = modelType self.modelVersionNumber = modelVersionNumber @@ -5254,8 +5077,7 @@ public struct UpdateRuleMetadataInput: Swift.Sendable { public init( description: Swift.String? = nil, rule: FraudDetectorClientTypes.Rule? = nil - ) - { + ) { self.description = description self.rule = rule } @@ -5291,8 +5113,7 @@ public struct UpdateRuleVersionInput: Swift.Sendable { outcomes: [Swift.String]? = nil, rule: FraudDetectorClientTypes.Rule? = nil, tags: [FraudDetectorClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.expression = expression self.language = language @@ -5313,8 +5134,7 @@ public struct UpdateRuleVersionOutput: Swift.Sendable { public init( rule: FraudDetectorClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -5335,8 +5155,7 @@ public struct UpdateVariableInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, variableType: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name diff --git a/Sources/Services/AWSFreeTier/Package.swift.txt b/Sources/Services/AWSFreeTier/Package.swift.txt index 50d7c959c79..9e0eaf13f5f 100644 --- a/Sources/Services/AWSFreeTier/Package.swift.txt +++ b/Sources/Services/AWSFreeTier/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/FreeTierClient.swift b/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/FreeTierClient.swift index 512eea8141d..6ef8bf3caf0 100644 --- a/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/FreeTierClient.swift +++ b/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/FreeTierClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class FreeTierClient: ClientRuntime.Client { public static let clientName = "FreeTierClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: FreeTierClient.FreeTierClientConfiguration let serviceName = "FreeTier" diff --git a/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/Models.swift b/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/Models.swift index 82251cbe867..bcbadd1435e 100644 --- a/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/Models.swift +++ b/Sources/Services/AWSFreeTier/Sources/AWSFreeTier/Models.swift @@ -43,8 +43,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +196,7 @@ extension FreeTierClientTypes { key: FreeTierClientTypes.Dimension? = nil, matchOptions: [FreeTierClientTypes.MatchOption]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.matchOptions = matchOptions self.values = values @@ -244,8 +240,7 @@ extension FreeTierClientTypes { service: Swift.String? = nil, unit: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.actualUsageAmount = actualUsageAmount self.description = description self.forecastedUsageAmount = forecastedUsageAmount @@ -270,8 +265,7 @@ public struct GetFreeTierUsageOutput: Swift.Sendable { public init( freeTierUsages: [FreeTierClientTypes.FreeTierUsage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.freeTierUsages = freeTierUsages self.nextToken = nextToken } @@ -302,8 +296,7 @@ extension FreeTierClientTypes { dimensions: FreeTierClientTypes.DimensionValues? = nil, not: FreeTierClientTypes.Expression? = nil, or: [FreeTierClientTypes.Expression]? = nil - ) - { + ) { self.and = and self.dimensions = dimensions self.not = not @@ -324,8 +317,7 @@ public struct GetFreeTierUsageInput: Swift.Sendable { filter: FreeTierClientTypes.Expression? = nil, maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken diff --git a/Sources/Services/AWSGameLift/Package.swift.txt b/Sources/Services/AWSGameLift/Package.swift.txt index 3b8ecd002d1..cc9fe5c6531 100644 --- a/Sources/Services/AWSGameLift/Package.swift.txt +++ b/Sources/Services/AWSGameLift/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGameLift/Sources/AWSGameLift/GameLiftClient.swift b/Sources/Services/AWSGameLift/Sources/AWSGameLift/GameLiftClient.swift index aac6bfecd11..d64abb07937 100644 --- a/Sources/Services/AWSGameLift/Sources/AWSGameLift/GameLiftClient.swift +++ b/Sources/Services/AWSGameLift/Sources/AWSGameLift/GameLiftClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GameLiftClient: ClientRuntime.Client { public static let clientName = "GameLiftClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GameLiftClient.GameLiftClientConfiguration let serviceName = "GameLift" diff --git a/Sources/Services/AWSGameLift/Sources/AWSGameLift/Models.swift b/Sources/Services/AWSGameLift/Sources/AWSGameLift/Models.swift index 6cc422df9b1..b5cd4bb757a 100644 --- a/Sources/Services/AWSGameLift/Sources/AWSGameLift/Models.swift +++ b/Sources/Services/AWSGameLift/Sources/AWSGameLift/Models.swift @@ -105,8 +105,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -129,8 +128,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -153,8 +151,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -177,8 +174,7 @@ public struct UnsupportedRegionException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +194,7 @@ public struct AcceptMatchInput: Swift.Sendable { acceptanceType: GameLiftClientTypes.AcceptanceType? = nil, playerIds: [Swift.String]? = nil, ticketId: Swift.String? = nil - ) - { + ) { self.acceptanceType = acceptanceType self.playerIds = playerIds self.ticketId = ticketId @@ -264,8 +259,7 @@ extension GameLiftClientTypes { fleetId: Swift.String? = nil, message: Swift.String? = nil, type: GameLiftClientTypes.RoutingStrategyType? = nil - ) - { + ) { self.fleetId = fleetId self.message = message self.type = type @@ -300,8 +294,7 @@ extension GameLiftClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, routingStrategy: GameLiftClientTypes.RoutingStrategy? = nil - ) - { + ) { self.aliasArn = aliasArn self.aliasId = aliasId self.creationTime = creationTime @@ -323,8 +316,7 @@ extension GameLiftClientTypes { public init( cost: Swift.String? = nil - ) - { + ) { self.cost = cost } } @@ -348,8 +340,7 @@ extension GameLiftClientTypes { s: Swift.String? = nil, sdm: [Swift.String: Swift.Double]? = nil, sl: [Swift.String]? = nil - ) - { + ) { self.n = n self.s = s self.sdm = sdm @@ -377,8 +368,7 @@ extension GameLiftClientTypes { accessKeyId: Swift.String? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.secretAccessKey = secretAccessKey self.sessionToken = sessionToken @@ -562,8 +552,7 @@ extension GameLiftClientTypes { sizeOnDisk: Swift.Int? = nil, status: GameLiftClientTypes.BuildStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.buildArn = buildArn self.buildId = buildId self.creationTime = creationTime @@ -620,8 +609,7 @@ extension GameLiftClientTypes { public init( certificateType: GameLiftClientTypes.CertificateType? = nil - ) - { + ) { self.certificateType = certificateType } } @@ -665,8 +653,7 @@ extension GameLiftClientTypes { public init( instanceStatuses: [GameLiftClientTypes.FilterInstanceStatus]? = nil - ) - { + ) { self.instanceStatuses = instanceStatuses } } @@ -690,8 +677,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -714,8 +700,7 @@ public struct OutOfCapacityException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -738,8 +723,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -760,8 +744,7 @@ public struct ClaimGameServerInput: Swift.Sendable { gameServerData: Swift.String? = nil, gameServerGroupName: Swift.String? = nil, gameServerId: Swift.String? = nil - ) - { + ) { self.filterOption = filterOption self.gameServerData = gameServerData self.gameServerGroupName = gameServerGroupName @@ -867,8 +850,7 @@ extension GameLiftClientTypes { lastHealthCheckTime: Foundation.Date? = nil, registrationTime: Foundation.Date? = nil, utilizationStatus: GameLiftClientTypes.GameServerUtilizationStatus? = nil - ) - { + ) { self.claimStatus = claimStatus self.connectionInfo = connectionInfo self.gameServerData = gameServerData @@ -890,8 +872,7 @@ public struct ClaimGameServerOutput: Swift.Sendable { public init( gameServer: GameLiftClientTypes.GameServer? = nil - ) - { + ) { self.gameServer = gameServer } } @@ -978,8 +959,7 @@ extension GameLiftClientTypes { public init( containerName: Swift.String? = nil, containerRuntimeId: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerRuntimeId = containerRuntimeId } @@ -1592,8 +1572,7 @@ extension GameLiftClientTypes { location: Swift.String? = nil, operatingSystem: GameLiftClientTypes.OperatingSystem? = nil, type: GameLiftClientTypes.EC2InstanceType? = nil - ) - { + ) { self.computeArn = computeArn self.computeName = computeName self.computeStatus = computeStatus @@ -1662,8 +1641,7 @@ extension GameLiftClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -1732,8 +1710,7 @@ extension GameLiftClientTypes { public init( condition: GameLiftClientTypes.ContainerDependencyCondition? = nil, containerName: Swift.String? = nil - ) - { + ) { self.condition = condition self.containerName = containerName } @@ -1754,8 +1731,7 @@ extension GameLiftClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1800,8 +1776,7 @@ extension GameLiftClientTypes { public init( latestDeploymentId: Swift.String? = nil - ) - { + ) { self.latestDeploymentId = latestDeploymentId } } @@ -1819,8 +1794,7 @@ extension GameLiftClientTypes { public init( newGameSessionsPerCreator: Swift.Int? = nil, policyPeriodInMinutes: Swift.Int? = nil - ) - { + ) { self.newGameSessionsPerCreator = newGameSessionsPerCreator self.policyPeriodInMinutes = policyPeriodInMinutes } @@ -1878,8 +1852,7 @@ extension GameLiftClientTypes { ipRange: Swift.String? = nil, `protocol`: GameLiftClientTypes.IpProtocol? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.ipRange = ipRange self.`protocol` = `protocol` @@ -1961,8 +1934,7 @@ extension GameLiftClientTypes { public init( location: Swift.String? = nil, status: GameLiftClientTypes.ContainerFleetLocationStatus? = nil - ) - { + ) { self.location = location self.status = status } @@ -2022,8 +1994,7 @@ extension GameLiftClientTypes { logDestination: GameLiftClientTypes.LogDestination? = nil, logGroupArn: Swift.String? = nil, s3BucketName: Swift.String? = nil - ) - { + ) { self.logDestination = logDestination self.logGroupArn = logGroupArn self.s3BucketName = s3BucketName @@ -2198,8 +2169,7 @@ extension GameLiftClientTypes { perInstanceContainerGroupDefinitionArn: Swift.String? = nil, perInstanceContainerGroupDefinitionName: Swift.String? = nil, status: GameLiftClientTypes.ContainerFleetStatus? = nil - ) - { + ) { self.billingType = billingType self.creationTime = creationTime self.deploymentDetails = deploymentDetails @@ -2326,8 +2296,7 @@ extension GameLiftClientTypes { accessLevel: GameLiftClientTypes.ContainerMountPointAccessLevel? = nil, containerPath: Swift.String? = nil, instancePath: Swift.String? = nil - ) - { + ) { self.accessLevel = accessLevel self.containerPath = containerPath self.instancePath = instancePath @@ -2353,8 +2322,7 @@ extension GameLiftClientTypes { fromPort: Swift.Int? = nil, `protocol`: GameLiftClientTypes.IpProtocol? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.`protocol` = `protocol` self.toPort = toPort @@ -2377,8 +2345,7 @@ extension GameLiftClientTypes { public init( containerPortRanges: [GameLiftClientTypes.ContainerPortRange]? = nil - ) - { + ) { self.containerPortRanges = containerPortRanges } } @@ -2414,8 +2381,7 @@ extension GameLiftClientTypes { portConfiguration: GameLiftClientTypes.ContainerPortConfiguration? = nil, resolvedImageDigest: Swift.String? = nil, serverSdkVersion: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.dependsOn = dependsOn self.environmentOverride = environmentOverride @@ -2508,8 +2474,7 @@ extension GameLiftClientTypes { retries: Swift.Int? = nil, startPeriod: Swift.Int? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.command = command self.interval = interval self.retries = retries @@ -2558,8 +2523,7 @@ extension GameLiftClientTypes { portConfiguration: GameLiftClientTypes.ContainerPortConfiguration? = nil, resolvedImageDigest: Swift.String? = nil, vcpu: Swift.Double? = nil - ) - { + ) { self.containerName = containerName self.dependsOn = dependsOn self.environmentOverride = environmentOverride @@ -2637,8 +2601,7 @@ extension GameLiftClientTypes { totalVcpuLimit: Swift.Double? = nil, versionDescription: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.containerGroupDefinitionArn = containerGroupDefinitionArn self.containerGroupType = containerGroupType self.creationTime = creationTime @@ -2668,8 +2631,7 @@ extension GameLiftClientTypes { public init( containerName: Swift.String? = nil, containerRuntimeId: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerRuntimeId = containerRuntimeId } @@ -2694,8 +2656,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2718,8 +2679,7 @@ public struct TaggingFailedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2738,8 +2698,7 @@ extension GameLiftClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2763,8 +2722,7 @@ public struct CreateAliasInput: Swift.Sendable { name: Swift.String? = nil, routingStrategy: GameLiftClientTypes.RoutingStrategy? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.routingStrategy = routingStrategy @@ -2778,8 +2736,7 @@ public struct CreateAliasOutput: Swift.Sendable { public init( alias: GameLiftClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -2802,8 +2759,7 @@ extension GameLiftClientTypes { key: Swift.String? = nil, objectVersion: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.objectVersion = objectVersion @@ -2833,8 +2789,7 @@ public struct CreateBuildInput: Swift.Sendable { storageLocation: GameLiftClientTypes.S3Location? = nil, tags: [GameLiftClientTypes.Tag]? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.operatingSystem = operatingSystem self.serverSdkVersion = serverSdkVersion @@ -2856,8 +2811,7 @@ public struct CreateBuildOutput: Swift.Sendable { build: GameLiftClientTypes.Build? = nil, storageLocation: GameLiftClientTypes.S3Location? = nil, uploadCredentials: GameLiftClientTypes.AwsCredentials? = nil - ) - { + ) { self.build = build self.storageLocation = storageLocation self.uploadCredentials = uploadCredentials @@ -2879,8 +2833,7 @@ extension GameLiftClientTypes { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -2963,8 +2916,7 @@ public struct CreateContainerFleetInput: Swift.Sendable { newGameSessionProtectionPolicy: GameLiftClientTypes.ProtectionPolicy? = nil, perInstanceContainerGroupDefinitionName: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.billingType = billingType self.description = description self.fleetRoleArn = fleetRoleArn @@ -2989,8 +2941,7 @@ public struct CreateContainerFleetOutput: Swift.Sendable { public init( containerFleet: GameLiftClientTypes.ContainerFleet? = nil - ) - { + ) { self.containerFleet = containerFleet } } @@ -3032,8 +2983,7 @@ extension GameLiftClientTypes { mountPoints: [GameLiftClientTypes.ContainerMountPoint]? = nil, portConfiguration: GameLiftClientTypes.ContainerPortConfiguration? = nil, serverSdkVersion: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.dependsOn = dependsOn self.environmentOverride = environmentOverride @@ -3089,8 +3039,7 @@ extension GameLiftClientTypes { mountPoints: [GameLiftClientTypes.ContainerMountPoint]? = nil, portConfiguration: GameLiftClientTypes.ContainerPortConfiguration? = nil, vcpu: Swift.Double? = nil - ) - { + ) { self.containerName = containerName self.dependsOn = dependsOn self.environmentOverride = environmentOverride @@ -3139,8 +3088,7 @@ public struct CreateContainerGroupDefinitionInput: Swift.Sendable { totalMemoryLimitMebibytes: Swift.Int? = nil, totalVcpuLimit: Swift.Double? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.containerGroupType = containerGroupType self.gameServerContainerDefinition = gameServerContainerDefinition self.name = name @@ -3159,8 +3107,7 @@ public struct CreateContainerGroupDefinitionOutput: Swift.Sendable { public init( containerGroupDefinition: GameLiftClientTypes.ContainerGroupDefinition? = nil - ) - { + ) { self.containerGroupDefinition = containerGroupDefinition } } @@ -3183,8 +3130,7 @@ public struct NotReadyException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3256,8 +3202,7 @@ extension GameLiftClientTypes { public init( newGameSessionsPerCreator: Swift.Int? = nil, policyPeriodInMinutes: Swift.Int? = nil - ) - { + ) { self.newGameSessionsPerCreator = newGameSessionsPerCreator self.policyPeriodInMinutes = policyPeriodInMinutes } @@ -3288,8 +3233,7 @@ extension GameLiftClientTypes { concurrentExecutions: Swift.Int? = nil, launchPath: Swift.String? = nil, parameters: Swift.String? = nil - ) - { + ) { self.concurrentExecutions = concurrentExecutions self.launchPath = launchPath self.parameters = parameters @@ -3312,8 +3256,7 @@ extension GameLiftClientTypes { gameSessionActivationTimeoutSeconds: Swift.Int? = nil, maxConcurrentGameSessionActivations: Swift.Int? = nil, serverProcesses: [GameLiftClientTypes.ServerProcess]? = nil - ) - { + ) { self.gameSessionActivationTimeoutSeconds = gameSessionActivationTimeoutSeconds self.maxConcurrentGameSessionActivations = maxConcurrentGameSessionActivations self.serverProcesses = serverProcesses @@ -3402,8 +3345,7 @@ public struct CreateFleetInput: Swift.Sendable { serverLaunchParameters: Swift.String? = nil, serverLaunchPath: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.anywhereConfiguration = anywhereConfiguration self.buildId = buildId self.certificateConfiguration = certificateConfiguration @@ -3618,8 +3560,7 @@ extension GameLiftClientTypes { status: GameLiftClientTypes.FleetStatus? = nil, stoppedActions: [GameLiftClientTypes.FleetAction]? = nil, terminationTime: Foundation.Date? = nil - ) - { + ) { self.anywhereConfiguration = anywhereConfiguration self.buildArn = buildArn self.buildId = buildId @@ -3676,8 +3617,7 @@ extension GameLiftClientTypes { public init( location: Swift.String? = nil, status: GameLiftClientTypes.FleetStatus? = nil - ) - { + ) { self.location = location self.status = status } @@ -3693,8 +3633,7 @@ public struct CreateFleetOutput: Swift.Sendable { public init( fleetAttributes: GameLiftClientTypes.FleetAttributes? = nil, locationStates: [GameLiftClientTypes.LocationState]? = nil - ) - { + ) { self.fleetAttributes = fleetAttributes self.locationStates = locationStates } @@ -3718,8 +3657,7 @@ public struct InvalidFleetStatusException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3735,8 +3673,7 @@ public struct CreateFleetLocationsInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, locations: [GameLiftClientTypes.LocationConfiguration]? = nil - ) - { + ) { self.fleetId = fleetId self.locations = locations } @@ -3754,8 +3691,7 @@ public struct CreateFleetLocationsOutput: Swift.Sendable { fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil, locationStates: [GameLiftClientTypes.LocationState]? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.locationStates = locationStates @@ -3772,8 +3708,7 @@ extension GameLiftClientTypes { public init( targetValue: Swift.Double? = nil - ) - { + ) { self.targetValue = targetValue } } @@ -3792,8 +3727,7 @@ extension GameLiftClientTypes { public init( estimatedInstanceWarmup: Swift.Int? = nil, targetTrackingConfiguration: GameLiftClientTypes.TargetTrackingConfiguration? = nil - ) - { + ) { self.estimatedInstanceWarmup = estimatedInstanceWarmup self.targetTrackingConfiguration = targetTrackingConfiguration } @@ -4129,8 +4063,7 @@ extension GameLiftClientTypes { public init( instanceType: GameLiftClientTypes.GameServerGroupInstanceType? = nil, weightedCapacity: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType self.weightedCapacity = weightedCapacity } @@ -4152,8 +4085,7 @@ extension GameLiftClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -4209,8 +4141,7 @@ public struct CreateGameServerGroupInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil, vpcSubnets: [Swift.String]? = nil - ) - { + ) { self.autoScalingPolicy = autoScalingPolicy self.balancingStrategy = balancingStrategy self.gameServerGroupName = gameServerGroupName @@ -4357,8 +4288,7 @@ extension GameLiftClientTypes { status: GameLiftClientTypes.GameServerGroupStatus? = nil, statusReason: Swift.String? = nil, suspendedActions: [GameLiftClientTypes.GameServerGroupAction]? = nil - ) - { + ) { self.autoScalingGroupArn = autoScalingGroupArn self.balancingStrategy = balancingStrategy self.creationTime = creationTime @@ -4381,8 +4311,7 @@ public struct CreateGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -4405,8 +4334,7 @@ public struct FleetCapacityExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4429,8 +4357,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4453,8 +4380,7 @@ public struct TerminalRoutingStrategyException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4473,8 +4399,7 @@ extension GameLiftClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4515,8 +4440,7 @@ public struct CreateGameSessionInput: Swift.Sendable { location: Swift.String? = nil, maximumPlayerSessionCount: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.creatorId = creatorId self.fleetId = fleetId @@ -4705,8 +4629,7 @@ extension GameLiftClientTypes { status: GameLiftClientTypes.GameSessionStatus? = nil, statusReason: GameLiftClientTypes.GameSessionStatusReason? = nil, terminationTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.creatorId = creatorId self.currentPlayerSessionCount = currentPlayerSessionCount @@ -4741,8 +4664,7 @@ public struct CreateGameSessionOutput: Swift.Sendable { public init( gameSession: GameLiftClientTypes.GameSession? = nil - ) - { + ) { self.gameSession = gameSession } } @@ -4756,8 +4678,7 @@ extension GameLiftClientTypes { public init( destinationArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn } } @@ -4772,8 +4693,7 @@ extension GameLiftClientTypes { public init( allowedLocations: [Swift.String]? = nil - ) - { + ) { self.allowedLocations = allowedLocations } } @@ -4791,8 +4711,7 @@ extension GameLiftClientTypes { public init( maximumIndividualPlayerLatencyMilliseconds: Swift.Int? = nil, policyDurationSeconds: Swift.Int? = nil - ) - { + ) { self.maximumIndividualPlayerLatencyMilliseconds = maximumIndividualPlayerLatencyMilliseconds self.policyDurationSeconds = policyDurationSeconds } @@ -4861,8 +4780,7 @@ extension GameLiftClientTypes { public init( locationOrder: [Swift.String]? = nil, priorityOrder: [GameLiftClientTypes.PriorityType]? = nil - ) - { + ) { self.locationOrder = locationOrder self.priorityOrder = priorityOrder } @@ -4900,8 +4818,7 @@ public struct CreateGameSessionQueueInput: Swift.Sendable { priorityConfiguration: GameLiftClientTypes.PriorityConfiguration? = nil, tags: [GameLiftClientTypes.Tag]? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.customEventData = customEventData self.destinations = destinations self.filterConfiguration = filterConfiguration @@ -4947,8 +4864,7 @@ extension GameLiftClientTypes { playerLatencyPolicies: [GameLiftClientTypes.PlayerLatencyPolicy]? = nil, priorityConfiguration: GameLiftClientTypes.PriorityConfiguration? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.customEventData = customEventData self.destinations = destinations self.filterConfiguration = filterConfiguration @@ -4968,8 +4884,7 @@ public struct CreateGameSessionQueueOutput: Swift.Sendable { public init( gameSessionQueue: GameLiftClientTypes.GameSessionQueue? = nil - ) - { + ) { self.gameSessionQueue = gameSessionQueue } } @@ -4984,8 +4899,7 @@ public struct CreateLocationInput: Swift.Sendable { public init( locationName: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.locationName = locationName self.tags = tags } @@ -5003,8 +4917,7 @@ extension GameLiftClientTypes { public init( locationArn: Swift.String? = nil, locationName: Swift.String? = nil - ) - { + ) { self.locationArn = locationArn self.locationName = locationName } @@ -5017,8 +4930,7 @@ public struct CreateLocationOutput: Swift.Sendable { public init( location: GameLiftClientTypes.LocationModel? = nil - ) - { + ) { self.location = location } } @@ -5108,8 +5020,7 @@ public struct CreateMatchmakingConfigurationInput: Swift.Sendable { requestTimeoutSeconds: Swift.Int? = nil, ruleSetName: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.acceptanceTimeoutSeconds = acceptanceTimeoutSeconds self.additionalPlayerCount = additionalPlayerCount @@ -5189,8 +5100,7 @@ extension GameLiftClientTypes { requestTimeoutSeconds: Swift.Int? = nil, ruleSetArn: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.acceptanceTimeoutSeconds = acceptanceTimeoutSeconds self.additionalPlayerCount = additionalPlayerCount @@ -5218,8 +5128,7 @@ public struct CreateMatchmakingConfigurationOutput: Swift.Sendable { public init( configuration: GameLiftClientTypes.MatchmakingConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -5238,8 +5147,7 @@ public struct CreateMatchmakingRuleSetInput: Swift.Sendable { name: Swift.String? = nil, ruleSetBody: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.name = name self.ruleSetBody = ruleSetBody self.tags = tags @@ -5273,8 +5181,7 @@ extension GameLiftClientTypes { ruleSetArn: Swift.String? = nil, ruleSetBody: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.ruleSetArn = ruleSetArn self.ruleSetBody = ruleSetBody @@ -5290,8 +5197,7 @@ public struct CreateMatchmakingRuleSetOutput: Swift.Sendable { public init( ruleSet: GameLiftClientTypes.MatchmakingRuleSet? = nil - ) - { + ) { self.ruleSet = ruleSet } } @@ -5314,8 +5220,7 @@ public struct GameSessionFullException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5338,8 +5243,7 @@ public struct InvalidGameSessionStatusException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5358,8 +5262,7 @@ public struct CreatePlayerSessionInput: Swift.Sendable { gameSessionId: Swift.String? = nil, playerData: Swift.String? = nil, playerId: Swift.String? = nil - ) - { + ) { self.gameSessionId = gameSessionId self.playerData = playerData self.playerId = playerId @@ -5463,8 +5366,7 @@ extension GameLiftClientTypes { port: Swift.Int? = nil, status: GameLiftClientTypes.PlayerSessionStatus? = nil, terminationTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.dnsName = dnsName self.fleetArn = fleetArn @@ -5492,8 +5394,7 @@ public struct CreatePlayerSessionOutput: Swift.Sendable { public init( playerSession: GameLiftClientTypes.PlayerSession? = nil - ) - { + ) { self.playerSession = playerSession } } @@ -5512,8 +5413,7 @@ public struct CreatePlayerSessionsInput: Swift.Sendable { gameSessionId: Swift.String? = nil, playerDataMap: [Swift.String: Swift.String]? = nil, playerIds: [Swift.String]? = nil - ) - { + ) { self.gameSessionId = gameSessionId self.playerDataMap = playerDataMap self.playerIds = playerIds @@ -5531,8 +5431,7 @@ public struct CreatePlayerSessionsOutput: Swift.Sendable { public init( playerSessions: [GameLiftClientTypes.PlayerSession]? = nil - ) - { + ) { self.playerSessions = playerSessions } } @@ -5555,8 +5454,7 @@ public struct CreateScriptInput: Swift.Sendable { tags: [GameLiftClientTypes.Tag]? = nil, version: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.name = name self.storageLocation = storageLocation self.tags = tags @@ -5592,8 +5490,7 @@ extension GameLiftClientTypes { sizeOnDisk: Swift.Int? = nil, storageLocation: GameLiftClientTypes.S3Location? = nil, version: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.name = name self.scriptArn = scriptArn @@ -5611,8 +5508,7 @@ public struct CreateScriptOutput: Swift.Sendable { public init( script: GameLiftClientTypes.Script? = nil - ) - { + ) { self.script = script } } @@ -5628,8 +5524,7 @@ public struct CreateVpcPeeringAuthorizationInput: Swift.Sendable { public init( gameLiftAwsAccountId: Swift.String? = nil, peerVpcId: Swift.String? = nil - ) - { + ) { self.gameLiftAwsAccountId = gameLiftAwsAccountId self.peerVpcId = peerVpcId } @@ -5656,8 +5551,7 @@ extension GameLiftClientTypes { gameLiftAwsAccountId: Swift.String? = nil, peerVpcAwsAccountId: Swift.String? = nil, peerVpcId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.expirationTime = expirationTime self.gameLiftAwsAccountId = gameLiftAwsAccountId @@ -5673,8 +5567,7 @@ public struct CreateVpcPeeringAuthorizationOutput: Swift.Sendable { public init( vpcPeeringAuthorization: GameLiftClientTypes.VpcPeeringAuthorization? = nil - ) - { + ) { self.vpcPeeringAuthorization = vpcPeeringAuthorization } } @@ -5694,8 +5587,7 @@ public struct CreateVpcPeeringConnectionInput: Swift.Sendable { fleetId: Swift.String? = nil, peerVpcAwsAccountId: Swift.String? = nil, peerVpcId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.peerVpcAwsAccountId = peerVpcAwsAccountId self.peerVpcId = peerVpcId @@ -5714,8 +5606,7 @@ public struct DeleteAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -5727,8 +5618,7 @@ public struct DeleteBuildInput: Swift.Sendable { public init( buildId: Swift.String? = nil - ) - { + ) { self.buildId = buildId } } @@ -5740,8 +5630,7 @@ public struct DeleteContainerFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -5764,8 +5653,7 @@ public struct DeleteContainerGroupDefinitionInput: Swift.Sendable { name: Swift.String? = nil, versionCountToRetain: Swift.Int? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.name = name self.versionCountToRetain = versionCountToRetain self.versionNumber = versionNumber @@ -5784,8 +5672,7 @@ public struct DeleteFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -5801,8 +5688,7 @@ public struct DeleteFleetLocationsInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, locations: [Swift.String]? = nil - ) - { + ) { self.fleetId = fleetId self.locations = locations } @@ -5820,8 +5706,7 @@ public struct DeleteFleetLocationsOutput: Swift.Sendable { fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil, locationStates: [GameLiftClientTypes.LocationState]? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.locationStates = locationStates @@ -5876,8 +5761,7 @@ public struct DeleteGameServerGroupInput: Swift.Sendable { public init( deleteOption: GameLiftClientTypes.GameServerGroupDeleteOption? = nil, gameServerGroupName: Swift.String? = nil - ) - { + ) { self.deleteOption = deleteOption self.gameServerGroupName = gameServerGroupName } @@ -5889,8 +5773,7 @@ public struct DeleteGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -5902,8 +5785,7 @@ public struct DeleteGameSessionQueueInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5920,8 +5802,7 @@ public struct DeleteLocationInput: Swift.Sendable { public init( locationName: Swift.String? = nil - ) - { + ) { self.locationName = locationName } } @@ -5938,8 +5819,7 @@ public struct DeleteMatchmakingConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5956,8 +5836,7 @@ public struct DeleteMatchmakingRuleSetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5978,8 +5857,7 @@ public struct DeleteScalingPolicyInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.name = name } @@ -5992,8 +5870,7 @@ public struct DeleteScriptInput: Swift.Sendable { public init( scriptId: Swift.String? = nil - ) - { + ) { self.scriptId = scriptId } } @@ -6009,8 +5886,7 @@ public struct DeleteVpcPeeringAuthorizationInput: Swift.Sendable { public init( gameLiftAwsAccountId: Swift.String? = nil, peerVpcId: Swift.String? = nil - ) - { + ) { self.gameLiftAwsAccountId = gameLiftAwsAccountId self.peerVpcId = peerVpcId } @@ -6032,8 +5908,7 @@ public struct DeleteVpcPeeringConnectionInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.vpcPeeringConnectionId = vpcPeeringConnectionId } @@ -6117,8 +5992,7 @@ extension GameLiftClientTypes { impairmentStrategy: GameLiftClientTypes.DeploymentImpairmentStrategy? = nil, minimumHealthyPercentage: Swift.Int? = nil, protectionStrategy: GameLiftClientTypes.DeploymentProtectionStrategy? = nil - ) - { + ) { self.impairmentStrategy = impairmentStrategy self.minimumHealthyPercentage = minimumHealthyPercentage self.protectionStrategy = protectionStrategy @@ -6181,8 +6055,7 @@ public struct DeregisterComputeInput: Swift.Sendable { public init( computeName: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.computeName = computeName self.fleetId = fleetId } @@ -6204,8 +6077,7 @@ public struct DeregisterGameServerInput: Swift.Sendable { public init( gameServerGroupName: Swift.String? = nil, gameServerId: Swift.String? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.gameServerId = gameServerId } @@ -6218,8 +6090,7 @@ public struct DescribeAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -6230,8 +6101,7 @@ public struct DescribeAliasOutput: Swift.Sendable { public init( alias: GameLiftClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -6243,8 +6113,7 @@ public struct DescribeBuildInput: Swift.Sendable { public init( buildId: Swift.String? = nil - ) - { + ) { self.buildId = buildId } } @@ -6255,8 +6124,7 @@ public struct DescribeBuildOutput: Swift.Sendable { public init( build: GameLiftClientTypes.Build? = nil - ) - { + ) { self.build = build } } @@ -6272,8 +6140,7 @@ public struct DescribeComputeInput: Swift.Sendable { public init( computeName: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.computeName = computeName self.fleetId = fleetId } @@ -6285,8 +6152,7 @@ public struct DescribeComputeOutput: Swift.Sendable { public init( compute: GameLiftClientTypes.Compute? = nil - ) - { + ) { self.compute = compute } } @@ -6298,8 +6164,7 @@ public struct DescribeContainerFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -6310,8 +6175,7 @@ public struct DescribeContainerFleetOutput: Swift.Sendable { public init( containerFleet: GameLiftClientTypes.ContainerFleet? = nil - ) - { + ) { self.containerFleet = containerFleet } } @@ -6326,8 +6190,7 @@ public struct DescribeContainerGroupDefinitionInput: Swift.Sendable { public init( name: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.name = name self.versionNumber = versionNumber } @@ -6339,8 +6202,7 @@ public struct DescribeContainerGroupDefinitionOutput: Swift.Sendable { public init( containerGroupDefinition: GameLiftClientTypes.ContainerGroupDefinition? = nil - ) - { + ) { self.containerGroupDefinition = containerGroupDefinition } } @@ -6354,8 +6216,7 @@ public struct DescribeEC2InstanceLimitsInput: Swift.Sendable { public init( ec2InstanceType: GameLiftClientTypes.EC2InstanceType? = nil, location: Swift.String? = nil - ) - { + ) { self.ec2InstanceType = ec2InstanceType self.location = location } @@ -6379,8 +6240,7 @@ extension GameLiftClientTypes { ec2InstanceType: GameLiftClientTypes.EC2InstanceType? = nil, instanceLimit: Swift.Int? = nil, location: Swift.String? = nil - ) - { + ) { self.currentInstances = currentInstances self.ec2InstanceType = ec2InstanceType self.instanceLimit = instanceLimit @@ -6395,8 +6255,7 @@ public struct DescribeEC2InstanceLimitsOutput: Swift.Sendable { public init( ec2InstanceLimits: [GameLiftClientTypes.EC2InstanceLimit]? = nil - ) - { + ) { self.ec2InstanceLimits = ec2InstanceLimits } } @@ -6413,8 +6272,7 @@ public struct DescribeFleetAttributesInput: Swift.Sendable { fleetIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetIds = fleetIds self.limit = limit self.nextToken = nextToken @@ -6430,8 +6288,7 @@ public struct DescribeFleetAttributesOutput: Swift.Sendable { public init( fleetAttributes: [GameLiftClientTypes.FleetAttributes]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetAttributes = fleetAttributes self.nextToken = nextToken } @@ -6449,8 +6306,7 @@ public struct DescribeFleetCapacityInput: Swift.Sendable { fleetIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetIds = fleetIds self.limit = limit self.nextToken = nextToken @@ -6475,8 +6331,7 @@ extension GameLiftClientTypes { idle: Swift.Int? = nil, pending: Swift.Int? = nil, terminating: Swift.Int? = nil - ) - { + ) { self.active = active self.idle = idle self.pending = pending @@ -6512,8 +6367,7 @@ extension GameLiftClientTypes { minimum: Swift.Int? = nil, pending: Swift.Int? = nil, terminating: Swift.Int? = nil - ) - { + ) { self.active = active self.desired = desired self.idle = idle @@ -6549,8 +6403,7 @@ extension GameLiftClientTypes { instanceCounts: GameLiftClientTypes.EC2InstanceCounts? = nil, instanceType: GameLiftClientTypes.EC2InstanceType? = nil, location: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.gameServerContainerGroupCounts = gameServerContainerGroupCounts @@ -6570,8 +6423,7 @@ public struct DescribeFleetCapacityOutput: Swift.Sendable { public init( fleetCapacity: [GameLiftClientTypes.FleetCapacity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetCapacity = fleetCapacity self.nextToken = nextToken } @@ -6587,8 +6439,7 @@ public struct DescribeFleetDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.fleetId = fleetId } @@ -6639,8 +6490,7 @@ extension GameLiftClientTypes { perInstanceBinaryArn: Swift.String? = nil, rollbackGameServerBinaryArn: Swift.String? = nil, rollbackPerInstanceBinaryArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.deploymentConfiguration = deploymentConfiguration self.deploymentId = deploymentId @@ -6675,8 +6525,7 @@ extension GameLiftClientTypes { public init( deploymentStatus: GameLiftClientTypes.DeploymentStatus? = nil - ) - { + ) { self.deploymentStatus = deploymentStatus } } @@ -6691,8 +6540,7 @@ public struct DescribeFleetDeploymentOutput: Swift.Sendable { public init( fleetDeployment: GameLiftClientTypes.FleetDeployment? = nil, locationalDeployments: [Swift.String: GameLiftClientTypes.LocationalDeployment]? = nil - ) - { + ) { self.fleetDeployment = fleetDeployment self.locationalDeployments = locationalDeployments } @@ -6717,8 +6565,7 @@ public struct DescribeFleetEventsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.fleetId = fleetId self.limit = limit @@ -7035,8 +6882,7 @@ extension GameLiftClientTypes { message: Swift.String? = nil, preSignedLogUrl: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.count = count self.eventCode = eventCode self.eventId = eventId @@ -7057,8 +6903,7 @@ public struct DescribeFleetEventsOutput: Swift.Sendable { public init( events: [GameLiftClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -7080,8 +6925,7 @@ public struct DescribeFleetLocationAttributesInput: Swift.Sendable { limit: Swift.Int? = nil, locations: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.limit = limit self.locations = locations @@ -7130,8 +6974,7 @@ extension GameLiftClientTypes { locationState: GameLiftClientTypes.LocationState? = nil, stoppedActions: [GameLiftClientTypes.FleetAction]? = nil, updateStatus: GameLiftClientTypes.LocationUpdateStatus? = nil - ) - { + ) { self.locationState = locationState self.stoppedActions = stoppedActions self.updateStatus = updateStatus @@ -7154,8 +6997,7 @@ public struct DescribeFleetLocationAttributesOutput: Swift.Sendable { fleetId: Swift.String? = nil, locationAttributes: [GameLiftClientTypes.LocationAttributes]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.locationAttributes = locationAttributes @@ -7174,8 +7016,7 @@ public struct DescribeFleetLocationCapacityInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.location = location } @@ -7187,8 +7028,7 @@ public struct DescribeFleetLocationCapacityOutput: Swift.Sendable { public init( fleetCapacity: GameLiftClientTypes.FleetCapacity? = nil - ) - { + ) { self.fleetCapacity = fleetCapacity } } @@ -7204,8 +7044,7 @@ public struct DescribeFleetLocationUtilizationInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.location = location } @@ -7238,8 +7077,7 @@ extension GameLiftClientTypes { fleetId: Swift.String? = nil, location: Swift.String? = nil, maximumPlayerSessionCount: Swift.Int? = nil - ) - { + ) { self.activeGameSessionCount = activeGameSessionCount self.activeServerProcessCount = activeServerProcessCount self.currentPlayerSessionCount = currentPlayerSessionCount @@ -7257,8 +7095,7 @@ public struct DescribeFleetLocationUtilizationOutput: Swift.Sendable { public init( fleetUtilization: GameLiftClientTypes.FleetUtilization? = nil - ) - { + ) { self.fleetUtilization = fleetUtilization } } @@ -7273,8 +7110,7 @@ public struct DescribeFleetPortSettingsInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.location = location } @@ -7298,8 +7134,7 @@ public struct DescribeFleetPortSettingsOutput: Swift.Sendable { inboundPermissions: [GameLiftClientTypes.IpPermission]? = nil, location: Swift.String? = nil, updateStatus: GameLiftClientTypes.LocationUpdateStatus? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.inboundPermissions = inboundPermissions @@ -7320,8 +7155,7 @@ public struct DescribeFleetUtilizationInput: Swift.Sendable { fleetIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetIds = fleetIds self.limit = limit self.nextToken = nextToken @@ -7337,8 +7171,7 @@ public struct DescribeFleetUtilizationOutput: Swift.Sendable { public init( fleetUtilization: [GameLiftClientTypes.FleetUtilization]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetUtilization = fleetUtilization self.nextToken = nextToken } @@ -7355,8 +7188,7 @@ public struct DescribeGameServerInput: Swift.Sendable { public init( gameServerGroupName: Swift.String? = nil, gameServerId: Swift.String? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.gameServerId = gameServerId } @@ -7368,8 +7200,7 @@ public struct DescribeGameServerOutput: Swift.Sendable { public init( gameServer: GameLiftClientTypes.GameServer? = nil - ) - { + ) { self.gameServer = gameServer } } @@ -7381,8 +7212,7 @@ public struct DescribeGameServerGroupInput: Swift.Sendable { public init( gameServerGroupName: Swift.String? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName } } @@ -7393,8 +7223,7 @@ public struct DescribeGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -7415,8 +7244,7 @@ public struct DescribeGameServerInstancesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.instanceIds = instanceIds self.limit = limit @@ -7474,8 +7302,7 @@ extension GameLiftClientTypes { gameServerGroupName: Swift.String? = nil, instanceId: Swift.String? = nil, instanceStatus: GameLiftClientTypes.GameServerInstanceStatus? = nil - ) - { + ) { self.gameServerGroupArn = gameServerGroupArn self.gameServerGroupName = gameServerGroupName self.instanceId = instanceId @@ -7493,8 +7320,7 @@ public struct DescribeGameServerInstancesOutput: Swift.Sendable { public init( gameServerInstances: [GameLiftClientTypes.GameServerInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameServerInstances = gameServerInstances self.nextToken = nextToken } @@ -7524,8 +7350,7 @@ public struct DescribeGameSessionDetailsInput: Swift.Sendable { location: Swift.String? = nil, nextToken: Swift.String? = nil, statusFilter: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.fleetId = fleetId self.gameSessionId = gameSessionId @@ -7552,8 +7377,7 @@ extension GameLiftClientTypes { public init( gameSession: GameLiftClientTypes.GameSession? = nil, protectionPolicy: GameLiftClientTypes.ProtectionPolicy? = nil - ) - { + ) { self.gameSession = gameSession self.protectionPolicy = protectionPolicy } @@ -7569,8 +7393,7 @@ public struct DescribeGameSessionDetailsOutput: Swift.Sendable { public init( gameSessionDetails: [GameLiftClientTypes.GameSessionDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameSessionDetails = gameSessionDetails self.nextToken = nextToken } @@ -7583,8 +7406,7 @@ public struct DescribeGameSessionPlacementInput: Swift.Sendable { public init( placementId: Swift.String? = nil - ) - { + ) { self.placementId = placementId } } @@ -7601,8 +7423,7 @@ extension GameLiftClientTypes { public init( playerId: Swift.String? = nil, playerSessionId: Swift.String? = nil - ) - { + ) { self.playerId = playerId self.playerSessionId = playerSessionId } @@ -7629,8 +7450,7 @@ extension GameLiftClientTypes { latencyInMilliseconds: Swift.Float? = nil, playerId: Swift.String? = nil, regionIdentifier: Swift.String? = nil - ) - { + ) { self.latencyInMilliseconds = latencyInMilliseconds self.playerId = playerId self.regionIdentifier = regionIdentifier @@ -7758,8 +7578,7 @@ extension GameLiftClientTypes { port: Swift.Int? = nil, startTime: Foundation.Date? = nil, status: GameLiftClientTypes.GameSessionPlacementState? = nil - ) - { + ) { self.dnsName = dnsName self.endTime = endTime self.gameProperties = gameProperties @@ -7793,8 +7612,7 @@ public struct DescribeGameSessionPlacementOutput: Swift.Sendable { public init( gameSessionPlacement: GameLiftClientTypes.GameSessionPlacement? = nil - ) - { + ) { self.gameSessionPlacement = gameSessionPlacement } } @@ -7811,8 +7629,7 @@ public struct DescribeGameSessionQueuesInput: Swift.Sendable { limit: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.names = names self.nextToken = nextToken @@ -7828,8 +7645,7 @@ public struct DescribeGameSessionQueuesOutput: Swift.Sendable { public init( gameSessionQueues: [GameLiftClientTypes.GameSessionQueue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameSessionQueues = gameSessionQueues self.nextToken = nextToken } @@ -7859,8 +7675,7 @@ public struct DescribeGameSessionsInput: Swift.Sendable { location: Swift.String? = nil, nextToken: Swift.String? = nil, statusFilter: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.fleetId = fleetId self.gameSessionId = gameSessionId @@ -7880,8 +7695,7 @@ public struct DescribeGameSessionsOutput: Swift.Sendable { public init( gameSessions: [GameLiftClientTypes.GameSession]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameSessions = gameSessions self.nextToken = nextToken } @@ -7906,8 +7720,7 @@ public struct DescribeInstancesInput: Swift.Sendable { limit: Swift.Int? = nil, location: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.instanceId = instanceId self.limit = limit @@ -7997,8 +7810,7 @@ extension GameLiftClientTypes { operatingSystem: GameLiftClientTypes.OperatingSystem? = nil, status: GameLiftClientTypes.InstanceStatus? = nil, type: GameLiftClientTypes.EC2InstanceType? = nil - ) - { + ) { self.creationTime = creationTime self.dnsName = dnsName self.fleetArn = fleetArn @@ -8027,8 +7839,7 @@ public struct DescribeInstancesOutput: Swift.Sendable { public init( instances: [GameLiftClientTypes.Instance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -8041,8 +7852,7 @@ public struct DescribeMatchmakingInput: Swift.Sendable { public init( ticketIds: [Swift.String]? = nil - ) - { + ) { self.ticketIds = ticketIds } } @@ -8059,8 +7869,7 @@ extension GameLiftClientTypes { public init( playerId: Swift.String? = nil, playerSessionId: Swift.String? = nil - ) - { + ) { self.playerId = playerId self.playerSessionId = playerSessionId } @@ -8100,8 +7909,7 @@ extension GameLiftClientTypes { ipAddress: Swift.String? = nil, matchedPlayerSessions: [GameLiftClientTypes.MatchedPlayerSession]? = nil, port: Swift.Int? = nil - ) - { + ) { self.dnsName = dnsName self.gameSessionArn = gameSessionArn self.ipAddress = ipAddress @@ -8134,8 +7942,7 @@ extension GameLiftClientTypes { playerAttributes: [Swift.String: GameLiftClientTypes.AttributeValue]? = nil, playerId: Swift.String? = nil, team: Swift.String? = nil - ) - { + ) { self.latencyInMs = latencyInMs self.playerAttributes = playerAttributes self.playerId = playerId @@ -8254,8 +8061,7 @@ extension GameLiftClientTypes { statusMessage: Swift.String? = nil, statusReason: Swift.String? = nil, ticketId: Swift.String? = nil - ) - { + ) { self.configurationArn = configurationArn self.configurationName = configurationName self.endTime = endTime @@ -8277,8 +8083,7 @@ public struct DescribeMatchmakingOutput: Swift.Sendable { public init( ticketList: [GameLiftClientTypes.MatchmakingTicket]? = nil - ) - { + ) { self.ticketList = ticketList } } @@ -8298,8 +8103,7 @@ public struct DescribeMatchmakingConfigurationsInput: Swift.Sendable { names: [Swift.String]? = nil, nextToken: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.limit = limit self.names = names self.nextToken = nextToken @@ -8316,8 +8120,7 @@ public struct DescribeMatchmakingConfigurationsOutput: Swift.Sendable { public init( configurations: [GameLiftClientTypes.MatchmakingConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurations = configurations self.nextToken = nextToken } @@ -8335,8 +8138,7 @@ public struct DescribeMatchmakingRuleSetsInput: Swift.Sendable { limit: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.names = names self.nextToken = nextToken @@ -8353,8 +8155,7 @@ public struct DescribeMatchmakingRuleSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleSets: [GameLiftClientTypes.MatchmakingRuleSet]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleSets = ruleSets } @@ -8389,8 +8190,7 @@ public struct DescribePlayerSessionsInput: Swift.Sendable { playerId: Swift.String? = nil, playerSessionId: Swift.String? = nil, playerSessionStatusFilter: Swift.String? = nil - ) - { + ) { self.gameSessionId = gameSessionId self.limit = limit self.nextToken = nextToken @@ -8414,8 +8214,7 @@ public struct DescribePlayerSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, playerSessions: [GameLiftClientTypes.PlayerSession]? = nil - ) - { + ) { self.nextToken = nextToken self.playerSessions = playerSessions } @@ -8428,8 +8227,7 @@ public struct DescribeRuntimeConfigurationInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -8440,8 +8238,7 @@ public struct DescribeRuntimeConfigurationOutput: Swift.Sendable { public init( runtimeConfiguration: GameLiftClientTypes.RuntimeConfiguration? = nil - ) - { + ) { self.runtimeConfiguration = runtimeConfiguration } } @@ -8523,8 +8320,7 @@ public struct DescribeScalingPoliciesInput: Swift.Sendable { location: Swift.String? = nil, nextToken: Swift.String? = nil, statusFilter: GameLiftClientTypes.ScalingStatusType? = nil - ) - { + ) { self.fleetId = fleetId self.limit = limit self.location = location @@ -8663,8 +8459,7 @@ extension GameLiftClientTypes { public init( targetValue: Swift.Double? = nil - ) - { + ) { self.targetValue = targetValue } } @@ -8760,8 +8555,7 @@ extension GameLiftClientTypes { targetConfiguration: GameLiftClientTypes.TargetConfiguration? = nil, threshold: Swift.Double? = nil, updateStatus: GameLiftClientTypes.LocationUpdateStatus? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.evaluationPeriods = evaluationPeriods self.fleetArn = fleetArn @@ -8789,8 +8583,7 @@ public struct DescribeScalingPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scalingPolicies: [GameLiftClientTypes.ScalingPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.scalingPolicies = scalingPolicies } @@ -8803,8 +8596,7 @@ public struct DescribeScriptInput: Swift.Sendable { public init( scriptId: Swift.String? = nil - ) - { + ) { self.scriptId = scriptId } } @@ -8815,8 +8607,7 @@ public struct DescribeScriptOutput: Swift.Sendable { public init( script: GameLiftClientTypes.Script? = nil - ) - { + ) { self.script = script } } @@ -8832,8 +8623,7 @@ public struct DescribeVpcPeeringAuthorizationsOutput: Swift.Sendable { public init( vpcPeeringAuthorizations: [GameLiftClientTypes.VpcPeeringAuthorization]? = nil - ) - { + ) { self.vpcPeeringAuthorizations = vpcPeeringAuthorizations } } @@ -8844,8 +8634,7 @@ public struct DescribeVpcPeeringConnectionsInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -8862,8 +8651,7 @@ extension GameLiftClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8897,8 +8685,7 @@ extension GameLiftClientTypes { peerVpcId: Swift.String? = nil, status: GameLiftClientTypes.VpcPeeringConnectionStatus? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.gameLiftVpcId = gameLiftVpcId @@ -8916,8 +8703,7 @@ public struct DescribeVpcPeeringConnectionsOutput: Swift.Sendable { public init( vpcPeeringConnections: [GameLiftClientTypes.VpcPeeringConnection]? = nil - ) - { + ) { self.vpcPeeringConnections = vpcPeeringConnections } } @@ -8934,8 +8720,7 @@ extension GameLiftClientTypes { public init( playerData: Swift.String? = nil, playerId: Swift.String? = nil - ) - { + ) { self.playerData = playerData self.playerId = playerId } @@ -8958,8 +8743,7 @@ public struct GetComputeAccessInput: Swift.Sendable { public init( computeName: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.computeName = computeName self.fleetId = fleetId } @@ -8989,8 +8773,7 @@ public struct GetComputeAccessOutput: Swift.Sendable { fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.computeArn = computeArn self.computeName = computeName self.containerIdentifiers = containerIdentifiers @@ -9017,8 +8800,7 @@ public struct GetComputeAuthTokenInput: Swift.Sendable { public init( computeName: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.computeName = computeName self.fleetId = fleetId } @@ -9045,8 +8827,7 @@ public struct GetComputeAuthTokenOutput: Swift.Sendable { expirationTimestamp: Foundation.Date? = nil, fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.authToken = authToken self.computeArn = computeArn self.computeName = computeName @@ -9063,8 +8844,7 @@ public struct GetGameSessionLogUrlInput: Swift.Sendable { public init( gameSessionId: Swift.String? = nil - ) - { + ) { self.gameSessionId = gameSessionId } } @@ -9075,8 +8855,7 @@ public struct GetGameSessionLogUrlOutput: Swift.Sendable { public init( preSignedUrl: Swift.String? = nil - ) - { + ) { self.preSignedUrl = preSignedUrl } } @@ -9092,8 +8871,7 @@ public struct GetInstanceAccessInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.instanceId = instanceId } @@ -9111,8 +8889,7 @@ extension GameLiftClientTypes { public init( secret: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.secret = secret self.userName = userName } @@ -9146,8 +8923,7 @@ extension GameLiftClientTypes { instanceId: Swift.String? = nil, ipAddress: Swift.String? = nil, operatingSystem: GameLiftClientTypes.OperatingSystem? = nil - ) - { + ) { self.credentials = credentials self.fleetId = fleetId self.instanceId = instanceId @@ -9168,8 +8944,7 @@ public struct GetInstanceAccessOutput: Swift.Sendable { public init( instanceAccess: GameLiftClientTypes.InstanceAccess? = nil - ) - { + ) { self.instanceAccess = instanceAccess } } @@ -9193,8 +8968,7 @@ public struct ListAliasesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, routingStrategyType: GameLiftClientTypes.RoutingStrategyType? = nil - ) - { + ) { self.limit = limit self.name = name self.nextToken = nextToken @@ -9211,8 +8985,7 @@ public struct ListAliasesOutput: Swift.Sendable { public init( aliases: [GameLiftClientTypes.Alias]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.nextToken = nextToken } @@ -9236,8 +9009,7 @@ public struct ListBuildsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, status: GameLiftClientTypes.BuildStatus? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.status = status @@ -9253,8 +9025,7 @@ public struct ListBuildsOutput: Swift.Sendable { public init( builds: [GameLiftClientTypes.Build]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.builds = builds self.nextToken = nextToken } @@ -9315,8 +9086,7 @@ public struct ListComputeInput: Swift.Sendable { limit: Swift.Int? = nil, location: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeStatus = computeStatus self.containerGroupDefinitionName = containerGroupDefinitionName self.fleetId = fleetId @@ -9335,8 +9105,7 @@ public struct ListComputeOutput: Swift.Sendable { public init( computeList: [GameLiftClientTypes.Compute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeList = computeList self.nextToken = nextToken } @@ -9354,8 +9123,7 @@ public struct ListContainerFleetsInput: Swift.Sendable { containerGroupDefinitionName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerGroupDefinitionName = containerGroupDefinitionName self.limit = limit self.nextToken = nextToken @@ -9371,8 +9139,7 @@ public struct ListContainerFleetsOutput: Swift.Sendable { public init( containerFleets: [GameLiftClientTypes.ContainerFleet]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerFleets = containerFleets self.nextToken = nextToken } @@ -9390,8 +9157,7 @@ public struct ListContainerGroupDefinitionsInput: Swift.Sendable { containerGroupType: GameLiftClientTypes.ContainerGroupType? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerGroupType = containerGroupType self.limit = limit self.nextToken = nextToken @@ -9407,8 +9173,7 @@ public struct ListContainerGroupDefinitionsOutput: Swift.Sendable { public init( containerGroupDefinitions: [GameLiftClientTypes.ContainerGroupDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerGroupDefinitions = containerGroupDefinitions self.nextToken = nextToken } @@ -9427,8 +9192,7 @@ public struct ListContainerGroupDefinitionVersionsInput: Swift.Sendable { limit: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.name = name self.nextToken = nextToken @@ -9444,8 +9208,7 @@ public struct ListContainerGroupDefinitionVersionsOutput: Swift.Sendable { public init( containerGroupDefinitions: [GameLiftClientTypes.ContainerGroupDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containerGroupDefinitions = containerGroupDefinitions self.nextToken = nextToken } @@ -9463,8 +9226,7 @@ public struct ListFleetDeploymentsInput: Swift.Sendable { fleetId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.limit = limit self.nextToken = nextToken @@ -9480,8 +9242,7 @@ public struct ListFleetDeploymentsOutput: Swift.Sendable { public init( fleetDeployments: [GameLiftClientTypes.FleetDeployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetDeployments = fleetDeployments self.nextToken = nextToken } @@ -9502,8 +9263,7 @@ public struct ListFleetsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, scriptId: Swift.String? = nil - ) - { + ) { self.buildId = buildId self.limit = limit self.nextToken = nextToken @@ -9520,8 +9280,7 @@ public struct ListFleetsOutput: Swift.Sendable { public init( fleetIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetIds = fleetIds self.nextToken = nextToken } @@ -9536,8 +9295,7 @@ public struct ListGameServerGroupsInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -9552,8 +9310,7 @@ public struct ListGameServerGroupsOutput: Swift.Sendable { public init( gameServerGroups: [GameLiftClientTypes.GameServerGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameServerGroups = gameServerGroups self.nextToken = nextToken } @@ -9604,8 +9361,7 @@ public struct ListGameServersInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: GameLiftClientTypes.SortOrder? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.limit = limit self.nextToken = nextToken @@ -9622,8 +9378,7 @@ public struct ListGameServersOutput: Swift.Sendable { public init( gameServers: [GameLiftClientTypes.GameServer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameServers = gameServers self.nextToken = nextToken } @@ -9670,8 +9425,7 @@ public struct ListLocationsInput: Swift.Sendable { filters: [GameLiftClientTypes.LocationFilter]? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -9687,8 +9441,7 @@ public struct ListLocationsOutput: Swift.Sendable { public init( locations: [GameLiftClientTypes.LocationModel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.locations = locations self.nextToken = nextToken } @@ -9703,8 +9456,7 @@ public struct ListScriptsInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -9719,8 +9471,7 @@ public struct ListScriptsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scripts: [GameLiftClientTypes.Script]? = nil - ) - { + ) { self.nextToken = nextToken self.scripts = scripts } @@ -9733,8 +9484,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -9745,8 +9495,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -9815,8 +9564,7 @@ public struct PutScalingPolicyInput: Swift.Sendable { scalingAdjustmentType: GameLiftClientTypes.ScalingAdjustmentType? = nil, targetConfiguration: GameLiftClientTypes.TargetConfiguration? = nil, threshold: Swift.Double? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.evaluationPeriods = evaluationPeriods self.fleetId = fleetId @@ -9836,8 +9584,7 @@ public struct PutScalingPolicyOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -9865,8 +9612,7 @@ public struct RegisterComputeInput: Swift.Sendable { fleetId: Swift.String? = nil, ipAddress: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.certificatePath = certificatePath self.computeName = computeName self.dnsName = dnsName @@ -9887,8 +9633,7 @@ public struct RegisterComputeOutput: Swift.Sendable { public init( compute: GameLiftClientTypes.Compute? = nil - ) - { + ) { self.compute = compute } } @@ -9914,8 +9659,7 @@ public struct RegisterGameServerInput: Swift.Sendable { gameServerGroupName: Swift.String? = nil, gameServerId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.connectionInfo = connectionInfo self.gameServerData = gameServerData self.gameServerGroupName = gameServerGroupName @@ -9930,8 +9674,7 @@ public struct RegisterGameServerOutput: Swift.Sendable { public init( gameServer: GameLiftClientTypes.GameServer? = nil - ) - { + ) { self.gameServer = gameServer } } @@ -9943,8 +9686,7 @@ public struct RequestUploadCredentialsInput: Swift.Sendable { public init( buildId: Swift.String? = nil - ) - { + ) { self.buildId = buildId } } @@ -9958,8 +9700,7 @@ public struct RequestUploadCredentialsOutput: Swift.Sendable { public init( storageLocation: GameLiftClientTypes.S3Location? = nil, uploadCredentials: GameLiftClientTypes.AwsCredentials? = nil - ) - { + ) { self.storageLocation = storageLocation self.uploadCredentials = uploadCredentials } @@ -9977,8 +9718,7 @@ public struct ResolveAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -9992,8 +9732,7 @@ public struct ResolveAliasOutput: Swift.Sendable { public init( fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId } @@ -10010,8 +9749,7 @@ public struct ResumeGameServerGroupInput: Swift.Sendable { public init( gameServerGroupName: Swift.String? = nil, resumeActions: [GameLiftClientTypes.GameServerGroupAction]? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.resumeActions = resumeActions } @@ -10023,8 +9761,7 @@ public struct ResumeGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -10082,8 +9819,7 @@ public struct SearchGameSessionsInput: Swift.Sendable { location: Swift.String? = nil, nextToken: Swift.String? = nil, sortExpression: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.filterExpression = filterExpression self.fleetId = fleetId @@ -10103,8 +9839,7 @@ public struct SearchGameSessionsOutput: Swift.Sendable { public init( gameSessions: [GameLiftClientTypes.GameSession]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gameSessions = gameSessions self.nextToken = nextToken } @@ -10124,8 +9859,7 @@ public struct StartFleetActionsInput: Swift.Sendable { actions: [GameLiftClientTypes.FleetAction]? = nil, fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.actions = actions self.fleetId = fleetId self.location = location @@ -10141,8 +9875,7 @@ public struct StartFleetActionsOutput: Swift.Sendable { public init( fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId } @@ -10178,8 +9911,7 @@ public struct StartGameSessionPlacementInput: Swift.Sendable { maximumPlayerSessionCount: Swift.Int? = nil, placementId: Swift.String? = nil, playerLatencies: [GameLiftClientTypes.PlayerLatency]? = nil - ) - { + ) { self.desiredPlayerSessions = desiredPlayerSessions self.gameProperties = gameProperties self.gameSessionData = gameSessionData @@ -10197,8 +9929,7 @@ public struct StartGameSessionPlacementOutput: Swift.Sendable { public init( gameSessionPlacement: GameLiftClientTypes.GameSessionPlacement? = nil - ) - { + ) { self.gameSessionPlacement = gameSessionPlacement } } @@ -10224,8 +9955,7 @@ public struct StartMatchBackfillInput: Swift.Sendable { gameSessionArn: Swift.String? = nil, players: [GameLiftClientTypes.Player]? = nil, ticketId: Swift.String? = nil - ) - { + ) { self.configurationName = configurationName self.gameSessionArn = gameSessionArn self.players = players @@ -10239,8 +9969,7 @@ public struct StartMatchBackfillOutput: Swift.Sendable { public init( matchmakingTicket: GameLiftClientTypes.MatchmakingTicket? = nil - ) - { + ) { self.matchmakingTicket = matchmakingTicket } } @@ -10259,8 +9988,7 @@ public struct StartMatchmakingInput: Swift.Sendable { configurationName: Swift.String? = nil, players: [GameLiftClientTypes.Player]? = nil, ticketId: Swift.String? = nil - ) - { + ) { self.configurationName = configurationName self.players = players self.ticketId = ticketId @@ -10273,8 +10001,7 @@ public struct StartMatchmakingOutput: Swift.Sendable { public init( matchmakingTicket: GameLiftClientTypes.MatchmakingTicket? = nil - ) - { + ) { self.matchmakingTicket = matchmakingTicket } } @@ -10293,8 +10020,7 @@ public struct StopFleetActionsInput: Swift.Sendable { actions: [GameLiftClientTypes.FleetAction]? = nil, fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.actions = actions self.fleetId = fleetId self.location = location @@ -10310,8 +10036,7 @@ public struct StopFleetActionsOutput: Swift.Sendable { public init( fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId } @@ -10324,8 +10049,7 @@ public struct StopGameSessionPlacementInput: Swift.Sendable { public init( placementId: Swift.String? = nil - ) - { + ) { self.placementId = placementId } } @@ -10336,8 +10060,7 @@ public struct StopGameSessionPlacementOutput: Swift.Sendable { public init( gameSessionPlacement: GameLiftClientTypes.GameSessionPlacement? = nil - ) - { + ) { self.gameSessionPlacement = gameSessionPlacement } } @@ -10349,8 +10072,7 @@ public struct StopMatchmakingInput: Swift.Sendable { public init( ticketId: Swift.String? = nil - ) - { + ) { self.ticketId = ticketId } } @@ -10371,8 +10093,7 @@ public struct SuspendGameServerGroupInput: Swift.Sendable { public init( gameServerGroupName: Swift.String? = nil, suspendActions: [GameLiftClientTypes.GameServerGroupAction]? = nil - ) - { + ) { self.gameServerGroupName = gameServerGroupName self.suspendActions = suspendActions } @@ -10384,8 +10105,7 @@ public struct SuspendGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -10401,8 +10121,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [GameLiftClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -10457,8 +10176,7 @@ public struct TerminateGameSessionInput: Swift.Sendable { public init( gameSessionId: Swift.String? = nil, terminationMode: GameLiftClientTypes.TerminationMode? = nil - ) - { + ) { self.gameSessionId = gameSessionId self.terminationMode = terminationMode } @@ -10470,8 +10188,7 @@ public struct TerminateGameSessionOutput: Swift.Sendable { public init( gameSession: GameLiftClientTypes.GameSession? = nil - ) - { + ) { self.gameSession = gameSession } } @@ -10487,8 +10204,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -10515,8 +10231,7 @@ public struct UpdateAliasInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, routingStrategy: GameLiftClientTypes.RoutingStrategy? = nil - ) - { + ) { self.aliasId = aliasId self.description = description self.name = name @@ -10530,8 +10245,7 @@ public struct UpdateAliasOutput: Swift.Sendable { public init( alias: GameLiftClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -10549,8 +10263,7 @@ public struct UpdateBuildInput: Swift.Sendable { buildId: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.buildId = buildId self.name = name self.version = version @@ -10563,8 +10276,7 @@ public struct UpdateBuildOutput: Swift.Sendable { public init( build: GameLiftClientTypes.Build? = nil - ) - { + ) { self.build = build } } @@ -10615,8 +10327,7 @@ public struct UpdateContainerFleetInput: Swift.Sendable { newGameSessionProtectionPolicy: GameLiftClientTypes.ProtectionPolicy? = nil, perInstanceContainerGroupDefinitionName: Swift.String? = nil, removeAttributes: [GameLiftClientTypes.ContainerFleetRemoveAttribute]? = nil - ) - { + ) { self.deploymentConfiguration = deploymentConfiguration self.description = description self.fleetId = fleetId @@ -10640,8 +10351,7 @@ public struct UpdateContainerFleetOutput: Swift.Sendable { public init( containerFleet: GameLiftClientTypes.ContainerFleet? = nil - ) - { + ) { self.containerFleet = containerFleet } } @@ -10674,8 +10384,7 @@ public struct UpdateContainerGroupDefinitionInput: Swift.Sendable { totalMemoryLimitMebibytes: Swift.Int? = nil, totalVcpuLimit: Swift.Double? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.gameServerContainerDefinition = gameServerContainerDefinition self.name = name self.operatingSystem = operatingSystem @@ -10693,8 +10402,7 @@ public struct UpdateContainerGroupDefinitionOutput: Swift.Sendable { public init( containerGroupDefinition: GameLiftClientTypes.ContainerGroupDefinition? = nil - ) - { + ) { self.containerGroupDefinition = containerGroupDefinition } } @@ -10728,8 +10436,7 @@ public struct UpdateFleetAttributesInput: Swift.Sendable { name: Swift.String? = nil, newGameSessionProtectionPolicy: GameLiftClientTypes.ProtectionPolicy? = nil, resourceCreationLimitPolicy: GameLiftClientTypes.ResourceCreationLimitPolicy? = nil - ) - { + ) { self.anywhereConfiguration = anywhereConfiguration self.description = description self.fleetId = fleetId @@ -10749,8 +10456,7 @@ public struct UpdateFleetAttributesOutput: Swift.Sendable { public init( fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId } @@ -10775,8 +10481,7 @@ public struct UpdateFleetCapacityInput: Swift.Sendable { location: Swift.String? = nil, maxSize: Swift.Int? = nil, minSize: Swift.Int? = nil - ) - { + ) { self.desiredInstances = desiredInstances self.fleetId = fleetId self.location = location @@ -10797,8 +10502,7 @@ public struct UpdateFleetCapacityOutput: Swift.Sendable { fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId self.location = location @@ -10818,8 +10522,7 @@ public struct UpdateFleetPortSettingsInput: Swift.Sendable { fleetId: Swift.String? = nil, inboundPermissionAuthorizations: [GameLiftClientTypes.IpPermission]? = nil, inboundPermissionRevocations: [GameLiftClientTypes.IpPermission]? = nil - ) - { + ) { self.fleetId = fleetId self.inboundPermissionAuthorizations = inboundPermissionAuthorizations self.inboundPermissionRevocations = inboundPermissionRevocations @@ -10835,8 +10538,7 @@ public struct UpdateFleetPortSettingsOutput: Swift.Sendable { public init( fleetArn: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.fleetArn = fleetArn self.fleetId = fleetId } @@ -10888,8 +10590,7 @@ public struct UpdateGameServerInput: Swift.Sendable { gameServerId: Swift.String? = nil, healthCheck: GameLiftClientTypes.GameServerHealthCheck? = nil, utilizationStatus: GameLiftClientTypes.GameServerUtilizationStatus? = nil - ) - { + ) { self.gameServerData = gameServerData self.gameServerGroupName = gameServerGroupName self.gameServerId = gameServerId @@ -10904,8 +10605,7 @@ public struct UpdateGameServerOutput: Swift.Sendable { public init( gameServer: GameLiftClientTypes.GameServer? = nil - ) - { + ) { self.gameServer = gameServer } } @@ -10935,8 +10635,7 @@ public struct UpdateGameServerGroupInput: Swift.Sendable { gameServerProtectionPolicy: GameLiftClientTypes.GameServerProtectionPolicy? = nil, instanceDefinitions: [GameLiftClientTypes.InstanceDefinition]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.balancingStrategy = balancingStrategy self.gameServerGroupName = gameServerGroupName self.gameServerProtectionPolicy = gameServerProtectionPolicy @@ -10951,8 +10650,7 @@ public struct UpdateGameServerGroupOutput: Swift.Sendable { public init( gameServerGroup: GameLiftClientTypes.GameServerGroup? = nil - ) - { + ) { self.gameServerGroup = gameServerGroup } } @@ -10983,8 +10681,7 @@ public struct UpdateGameSessionInput: Swift.Sendable { name: Swift.String? = nil, playerSessionCreationPolicy: GameLiftClientTypes.PlayerSessionCreationPolicy? = nil, protectionPolicy: GameLiftClientTypes.ProtectionPolicy? = nil - ) - { + ) { self.gameProperties = gameProperties self.gameSessionId = gameSessionId self.maximumPlayerSessionCount = maximumPlayerSessionCount @@ -11000,8 +10697,7 @@ public struct UpdateGameSessionOutput: Swift.Sendable { public init( gameSession: GameLiftClientTypes.GameSession? = nil - ) - { + ) { self.gameSession = gameSession } } @@ -11034,8 +10730,7 @@ public struct UpdateGameSessionQueueInput: Swift.Sendable { playerLatencyPolicies: [GameLiftClientTypes.PlayerLatencyPolicy]? = nil, priorityConfiguration: GameLiftClientTypes.PriorityConfiguration? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.customEventData = customEventData self.destinations = destinations self.filterConfiguration = filterConfiguration @@ -11053,8 +10748,7 @@ public struct UpdateGameSessionQueueOutput: Swift.Sendable { public init( gameSessionQueue: GameLiftClientTypes.GameSessionQueue? = nil - ) - { + ) { self.gameSessionQueue = gameSessionQueue } } @@ -11109,8 +10803,7 @@ public struct UpdateMatchmakingConfigurationInput: Swift.Sendable { notificationTarget: Swift.String? = nil, requestTimeoutSeconds: Swift.Int? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.acceptanceTimeoutSeconds = acceptanceTimeoutSeconds self.additionalPlayerCount = additionalPlayerCount @@ -11134,8 +10827,7 @@ public struct UpdateMatchmakingConfigurationOutput: Swift.Sendable { public init( configuration: GameLiftClientTypes.MatchmakingConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -11151,8 +10843,7 @@ public struct UpdateRuntimeConfigurationInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, runtimeConfiguration: GameLiftClientTypes.RuntimeConfiguration? = nil - ) - { + ) { self.fleetId = fleetId self.runtimeConfiguration = runtimeConfiguration } @@ -11164,8 +10855,7 @@ public struct UpdateRuntimeConfigurationOutput: Swift.Sendable { public init( runtimeConfiguration: GameLiftClientTypes.RuntimeConfiguration? = nil - ) - { + ) { self.runtimeConfiguration = runtimeConfiguration } } @@ -11189,8 +10879,7 @@ public struct UpdateScriptInput: Swift.Sendable { storageLocation: GameLiftClientTypes.S3Location? = nil, version: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.name = name self.scriptId = scriptId self.storageLocation = storageLocation @@ -11205,8 +10894,7 @@ public struct UpdateScriptOutput: Swift.Sendable { public init( script: GameLiftClientTypes.Script? = nil - ) - { + ) { self.script = script } } @@ -11218,8 +10906,7 @@ public struct ValidateMatchmakingRuleSetInput: Swift.Sendable { public init( ruleSetBody: Swift.String? = nil - ) - { + ) { self.ruleSetBody = ruleSetBody } } @@ -11230,8 +10917,7 @@ public struct ValidateMatchmakingRuleSetOutput: Swift.Sendable { public init( valid: Swift.Bool? = nil - ) - { + ) { self.valid = valid } } diff --git a/Sources/Services/AWSGeoMaps/Package.swift.txt b/Sources/Services/AWSGeoMaps/Package.swift.txt index 9e273ca9ade..35aff4e395b 100644 --- a/Sources/Services/AWSGeoMaps/Package.swift.txt +++ b/Sources/Services/AWSGeoMaps/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/GeoMapsClient.swift b/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/GeoMapsClient.swift index da4fe9b099e..27b0b8e1b74 100644 --- a/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/GeoMapsClient.swift +++ b/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/GeoMapsClient.swift @@ -59,7 +59,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GeoMapsClient: ClientRuntime.Client { public static let clientName = "GeoMapsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GeoMapsClient.GeoMapsClientConfiguration let serviceName = "Geo Maps" diff --git a/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/Models.swift b/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/Models.swift index 46350f3a0f1..6113aacabaf 100644 --- a/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/Models.swift +++ b/Sources/Services/AWSGeoMaps/Sources/AWSGeoMaps/Models.swift @@ -41,8 +41,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -245,8 +244,7 @@ public struct GetGlyphsInput: Swift.Sendable { public init( fontStack: Swift.String? = nil, fontUnicodeRange: Swift.String? = nil - ) - { + ) { self.fontStack = fontStack self.fontUnicodeRange = fontUnicodeRange } @@ -267,8 +265,7 @@ public struct GetGlyphsOutput: Swift.Sendable { cacheControl: Swift.String? = nil, contentType: Swift.String? = nil, eTag: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -356,8 +353,7 @@ public struct GetSpritesInput: Swift.Sendable { fileName: Swift.String? = nil, style: GeoMapsClientTypes.MapStyle? = nil, variant: GeoMapsClientTypes.Variant? = nil - ) - { + ) { self.colorScheme = colorScheme self.fileName = fileName self.style = style @@ -380,8 +376,7 @@ public struct GetSpritesOutput: Swift.Sendable { cacheControl: Swift.String? = nil, contentType: Swift.String? = nil, eTag: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -408,8 +403,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -433,8 +427,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -453,8 +446,7 @@ extension GeoMapsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -535,8 +527,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [GeoMapsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: GeoMapsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -652,8 +643,7 @@ public struct GetStaticMapInput: Swift.Sendable { style: GeoMapsClientTypes.StaticMapStyle? = nil, width: Swift.Int? = nil, zoom: Swift.Float? = nil - ) - { + ) { self.boundedPositions = boundedPositions self.boundingBox = boundingBox self.center = center @@ -695,8 +685,7 @@ public struct GetStaticMapOutput: Swift.Sendable { contentType: Swift.String? = nil, eTag: Swift.String? = nil, pricingBucket: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -751,8 +740,7 @@ public struct GetStyleDescriptorInput: Swift.Sendable { key: Swift.String? = nil, politicalView: Swift.String? = nil, style: GeoMapsClientTypes.MapStyle? = nil - ) - { + ) { self.colorScheme = colorScheme self.key = key self.politicalView = politicalView @@ -780,8 +768,7 @@ public struct GetStyleDescriptorOutput: Swift.Sendable { cacheControl: Swift.String? = nil, contentType: Swift.String? = nil, eTag: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -811,8 +798,7 @@ public struct GetTileInput: Swift.Sendable { x: Swift.String? = nil, y: Swift.String? = nil, z: Swift.String? = nil - ) - { + ) { self.key = key self.tileset = tileset self.x = x @@ -845,8 +831,7 @@ public struct GetTileOutput: Swift.Sendable { contentType: Swift.String? = nil, eTag: Swift.String? = nil, pricingBucket: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType diff --git a/Sources/Services/AWSGeoPlaces/Package.swift.txt b/Sources/Services/AWSGeoPlaces/Package.swift.txt index 3284ac2d0d0..6cb47170987 100644 --- a/Sources/Services/AWSGeoPlaces/Package.swift.txt +++ b/Sources/Services/AWSGeoPlaces/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,11 +49,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/GeoPlacesClient.swift b/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/GeoPlacesClient.swift index 31045c37821..c6f74319a91 100644 --- a/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/GeoPlacesClient.swift +++ b/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/GeoPlacesClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GeoPlacesClient: ClientRuntime.Client { public static let clientName = "GeoPlacesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GeoPlacesClient.GeoPlacesClientConfiguration let serviceName = "Geo Places" diff --git a/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/Models.swift b/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/Models.swift index a4e02d43df3..0af299e3c3f 100644 --- a/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/Models.swift +++ b/Sources/Services/AWSGeoPlaces/Sources/AWSGeoPlaces/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -60,8 +59,7 @@ extension GeoPlacesClientTypes { public init( position: [Swift.Double]? = nil - ) - { + ) { self.position = position } } @@ -92,8 +90,7 @@ extension GeoPlacesClientTypes { localizedName: Swift.String? = nil, name: Swift.String? = nil, primary: Swift.Bool? = nil - ) - { + ) { self.id = id self.localizedName = localizedName self.name = name @@ -114,8 +111,7 @@ extension GeoPlacesClientTypes { public init( categories: [GeoPlacesClientTypes.Category]? = nil, restricted: Swift.Bool? = nil - ) - { + ) { self.categories = categories self.restricted = restricted } @@ -137,8 +133,7 @@ extension GeoPlacesClientTypes { code2: Swift.String? = nil, code3: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code2 = code2 self.code3 = code3 self.name = name @@ -158,8 +153,7 @@ extension GeoPlacesClientTypes { public init( code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -225,8 +219,7 @@ extension GeoPlacesClientTypes { type: Swift.String? = nil, typePlacement: GeoPlacesClientTypes.TypePlacement? = nil, typeSeparator: Swift.String? = nil - ) - { + ) { self.baseName = baseName self.direction = direction self.language = language @@ -251,8 +244,7 @@ extension GeoPlacesClientTypes { public init( code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -310,8 +302,7 @@ extension GeoPlacesClientTypes { subBlock: Swift.String? = nil, subDistrict: Swift.String? = nil, subRegion: GeoPlacesClientTypes.SubRegion? = nil - ) - { + ) { self.addressNumber = addressNumber self.block = block self.building = building @@ -373,8 +364,7 @@ extension GeoPlacesClientTypes { subBlock: Swift.Double = 0.0, subDistrict: Swift.Double = 0.0, subRegion: Swift.Double = 0.0 - ) - { + ) { self.addressNumber = addressNumber self.block = block self.building = building @@ -406,8 +396,7 @@ extension GeoPlacesClientTypes { language: Swift.String? = nil, preferred: Swift.Bool? = nil, value: Swift.String? = nil - ) - { + ) { self.language = language self.preferred = preferred self.value = value @@ -448,8 +437,7 @@ extension GeoPlacesClientTypes { subBlock: [GeoPlacesClientTypes.PhonemeTranscription]? = nil, subDistrict: [GeoPlacesClientTypes.PhonemeTranscription]? = nil, subRegion: [GeoPlacesClientTypes.PhonemeTranscription]? = nil - ) - { + ) { self.block = block self.country = country self.district = district @@ -482,8 +470,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -507,8 +494,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -527,8 +513,7 @@ extension GeoPlacesClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -609,8 +594,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [GeoPlacesClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: GeoPlacesClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -657,8 +641,7 @@ extension GeoPlacesClientTypes { public init( center: [Swift.Double]? = nil, radius: Swift.Int? = 0 - ) - { + ) { self.center = center self.radius = radius } @@ -718,8 +701,7 @@ extension GeoPlacesClientTypes { circle: GeoPlacesClientTypes.FilterCircle? = nil, includeCountries: [Swift.String]? = nil, includePlaceTypes: [GeoPlacesClientTypes.AutocompleteFilterPlaceType]? = nil - ) - { + ) { self.boundingBox = boundingBox self.circle = circle self.includeCountries = includeCountries @@ -823,8 +805,7 @@ public struct AutocompleteInput: Swift.Sendable { politicalView: Swift.String? = nil, postalCodeMode: GeoPlacesClientTypes.PostalCodeMode? = nil, queryText: Swift.String? = nil - ) - { + ) { self.additionalFeatures = additionalFeatures self.biasPosition = biasPosition self.filter = filter @@ -858,8 +839,7 @@ extension GeoPlacesClientTypes { endIndex: Swift.Int? = nil, startIndex: Swift.Int? = nil, value: Swift.String? = nil - ) - { + ) { self.endIndex = endIndex self.startIndex = startIndex self.value = value @@ -879,8 +859,7 @@ extension GeoPlacesClientTypes { public init( code: [GeoPlacesClientTypes.Highlight]? = nil, name: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.code = code self.name = name } @@ -899,8 +878,7 @@ extension GeoPlacesClientTypes { public init( code: [GeoPlacesClientTypes.Highlight]? = nil, name: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.code = code self.name = name } @@ -919,8 +897,7 @@ extension GeoPlacesClientTypes { public init( code: [GeoPlacesClientTypes.Highlight]? = nil, name: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.code = code self.name = name } @@ -975,8 +952,7 @@ extension GeoPlacesClientTypes { subBlock: [GeoPlacesClientTypes.Highlight]? = nil, subDistrict: [GeoPlacesClientTypes.Highlight]? = nil, subRegion: GeoPlacesClientTypes.SubRegionHighlights? = nil - ) - { + ) { self.addressNumber = addressNumber self.block = block self.building = building @@ -1007,8 +983,7 @@ extension GeoPlacesClientTypes { public init( address: GeoPlacesClientTypes.AutocompleteAddressHighlights? = nil, title: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.address = address self.title = title } @@ -1113,8 +1088,7 @@ extension GeoPlacesClientTypes { placeType: GeoPlacesClientTypes.PlaceType? = nil, politicalView: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.address = address self.distance = distance self.highlights = highlights @@ -1137,8 +1111,7 @@ public struct AutocompleteOutput: Swift.Sendable { public init( pricingBucket: Swift.String? = nil, resultItems: [GeoPlacesClientTypes.AutocompleteResultItem]? = nil - ) - { + ) { self.pricingBucket = pricingBucket self.resultItems = resultItems } @@ -1156,8 +1129,7 @@ extension GeoPlacesClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -1176,8 +1148,7 @@ extension GeoPlacesClientTypes { public init( address: GeoPlacesClientTypes.AddressComponentMatchScores? = nil, title: Swift.Double = 0.0 - ) - { + ) { self.address = address self.title = title } @@ -1199,8 +1170,7 @@ extension GeoPlacesClientTypes { categories: [GeoPlacesClientTypes.Category]? = nil, label: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.categories = categories self.label = label self.value = value @@ -1226,8 +1196,7 @@ extension GeoPlacesClientTypes { faxes: [GeoPlacesClientTypes.ContactDetails]? = nil, phones: [GeoPlacesClientTypes.ContactDetails]? = nil, websites: [GeoPlacesClientTypes.ContactDetails]? = nil - ) - { + ) { self.emails = emails self.faxes = faxes self.phones = phones @@ -1252,8 +1221,7 @@ extension GeoPlacesClientTypes { id: Swift.String? = nil, localizedName: Swift.String? = nil, primary: Swift.Bool? = nil - ) - { + ) { self.id = id self.localizedName = localizedName self.primary = primary @@ -1343,8 +1311,7 @@ extension GeoPlacesClientTypes { public init( includeCountries: [Swift.String]? = nil, includePlaceTypes: [GeoPlacesClientTypes.GeocodeFilterPlaceType]? = nil - ) - { + ) { self.includeCountries = includeCountries self.includePlaceTypes = includePlaceTypes } @@ -1412,8 +1379,7 @@ extension GeoPlacesClientTypes { region: Swift.String? = nil, street: Swift.String? = nil, subRegion: Swift.String? = nil - ) - { + ) { self.addressNumber = addressNumber self.country = country self.district = district @@ -1464,8 +1430,7 @@ public struct GeocodeInput: Swift.Sendable { politicalView: Swift.String? = nil, queryComponents: GeoPlacesClientTypes.GeocodeQueryComponents? = nil, queryText: Swift.String? = nil - ) - { + ) { self.additionalFeatures = additionalFeatures self.biasPosition = biasPosition self.filter = filter @@ -1496,8 +1461,7 @@ extension GeoPlacesClientTypes { public init( components: GeoPlacesClientTypes.ComponentMatchScores? = nil, overall: Swift.Double = 0.0 - ) - { + ) { self.components = components self.overall = overall } @@ -1600,8 +1564,7 @@ extension GeoPlacesClientTypes { public init( zipClassificationCode: GeoPlacesClientTypes.ZipClassificationCode? = nil - ) - { + ) { self.zipClassificationCode = zipClassificationCode } } @@ -1657,8 +1620,7 @@ extension GeoPlacesClientTypes { public init( recordTypeCode: GeoPlacesClientTypes.RecordTypeCode? = nil - ) - { + ) { self.recordTypeCode = recordTypeCode } } @@ -1685,8 +1647,7 @@ extension GeoPlacesClientTypes { postalCodeType: GeoPlacesClientTypes.PostalCodeType? = nil, uspsZip: GeoPlacesClientTypes.UspsZip? = nil, uspsZipPlus4: GeoPlacesClientTypes.UspsZipPlus4? = nil - ) - { + ) { self.postalAuthority = postalAuthority self.postalCode = postalCode self.postalCodeType = postalCodeType @@ -1712,8 +1673,7 @@ extension GeoPlacesClientTypes { name: Swift.String? = nil, offset: Swift.String? = nil, offsetSeconds: Swift.Int = 0 - ) - { + ) { self.name = name self.offset = offset self.offsetSeconds = offsetSeconds @@ -1775,8 +1735,7 @@ extension GeoPlacesClientTypes { postalCodeDetails: [GeoPlacesClientTypes.PostalCodeDetails]? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil, title: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.address = address self.addressNumberCorrected = addressNumberCorrected @@ -1811,8 +1770,7 @@ public struct GeocodeOutput: Swift.Sendable { public init( pricingBucket: Swift.String? = nil, resultItems: [GeoPlacesClientTypes.GeocodeResultItem]? = nil - ) - { + ) { self.pricingBucket = pricingBucket self.resultItems = resultItems } @@ -1906,8 +1864,7 @@ public struct GetPlaceInput: Swift.Sendable { language: Swift.String? = nil, placeId: Swift.String? = nil, politicalView: Swift.String? = nil - ) - { + ) { self.additionalFeatures = additionalFeatures self.intendedUse = intendedUse self.key = key @@ -1937,8 +1894,7 @@ extension GeoPlacesClientTypes { openDuration: Swift.String? = nil, openTime: Swift.String? = nil, recurrence: Swift.String? = nil - ) - { + ) { self.openDuration = openDuration self.openTime = openTime self.recurrence = recurrence @@ -1964,8 +1920,7 @@ extension GeoPlacesClientTypes { components: [GeoPlacesClientTypes.OpeningHoursComponents]? = nil, display: [Swift.String]? = nil, openNow: Swift.Bool? = nil - ) - { + ) { self.categories = categories self.components = components self.display = display @@ -1986,8 +1941,7 @@ extension GeoPlacesClientTypes { public init( address: GeoPlacesClientTypes.AddressComponentPhonemes? = nil, title: [GeoPlacesClientTypes.PhonemeTranscription]? = nil - ) - { + ) { self.address = address self.title = title } @@ -2058,8 +2012,7 @@ public struct GetPlaceOutput: Swift.Sendable { pricingBucket: Swift.String? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil, title: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.accessRestrictions = accessRestrictions self.address = address @@ -2163,8 +2116,7 @@ extension GeoPlacesClientTypes { public init( includePlaceTypes: [GeoPlacesClientTypes.ReverseGeocodeFilterPlaceType]? = nil - ) - { + ) { self.includePlaceTypes = includePlaceTypes } } @@ -2232,8 +2184,7 @@ public struct ReverseGeocodeInput: Swift.Sendable { politicalView: Swift.String? = nil, queryPosition: [Swift.Double]? = nil, queryRadius: Swift.Int? = 0 - ) - { + ) { self.additionalFeatures = additionalFeatures self.filter = filter self.intendedUse = intendedUse @@ -2302,8 +2253,7 @@ extension GeoPlacesClientTypes { postalCodeDetails: [GeoPlacesClientTypes.PostalCodeDetails]? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil, title: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.address = address self.addressNumberCorrected = addressNumberCorrected @@ -2337,8 +2287,7 @@ public struct ReverseGeocodeOutput: Swift.Sendable { public init( pricingBucket: Swift.String? = nil, resultItems: [GeoPlacesClientTypes.ReverseGeocodeResultItem]? = nil - ) - { + ) { self.pricingBucket = pricingBucket self.resultItems = resultItems } @@ -2409,8 +2358,7 @@ extension GeoPlacesClientTypes { includeCategories: [Swift.String]? = nil, includeCountries: [Swift.String]? = nil, includeFoodTypes: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.excludeBusinessChains = excludeBusinessChains self.excludeCategories = excludeCategories @@ -2493,8 +2441,7 @@ public struct SearchNearbyInput: Swift.Sendable { politicalView: Swift.String? = nil, queryPosition: [Swift.Double]? = nil, queryRadius: Swift.Int? = 0 - ) - { + ) { self.additionalFeatures = additionalFeatures self.filter = filter self.intendedUse = intendedUse @@ -2576,8 +2523,7 @@ extension GeoPlacesClientTypes { position: [Swift.Double]? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil, title: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.accessRestrictions = accessRestrictions self.address = address @@ -2618,8 +2564,7 @@ public struct SearchNearbyOutput: Swift.Sendable { nextToken: Swift.String? = nil, pricingBucket: Swift.String? = nil, resultItems: [GeoPlacesClientTypes.SearchNearbyResultItem]? = nil - ) - { + ) { self.nextToken = nextToken self.pricingBucket = pricingBucket self.resultItems = resultItems @@ -2676,8 +2621,7 @@ extension GeoPlacesClientTypes { boundingBox: [Swift.Double]? = nil, circle: GeoPlacesClientTypes.FilterCircle? = nil, includeCountries: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.circle = circle self.includeCountries = includeCountries @@ -2757,8 +2701,7 @@ public struct SearchTextInput: Swift.Sendable { politicalView: Swift.String? = nil, queryId: Swift.String? = nil, queryText: Swift.String? = nil - ) - { + ) { self.additionalFeatures = additionalFeatures self.biasPosition = biasPosition self.filter = filter @@ -2841,8 +2784,7 @@ extension GeoPlacesClientTypes { position: [Swift.Double]? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil, title: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.accessRestrictions = accessRestrictions self.address = address @@ -2883,8 +2825,7 @@ public struct SearchTextOutput: Swift.Sendable { nextToken: Swift.String? = nil, pricingBucket: Swift.String? = nil, resultItems: [GeoPlacesClientTypes.SearchTextResultItem]? = nil - ) - { + ) { self.nextToken = nextToken self.pricingBucket = pricingBucket self.resultItems = resultItems @@ -2941,8 +2882,7 @@ extension GeoPlacesClientTypes { boundingBox: [Swift.Double]? = nil, circle: GeoPlacesClientTypes.FilterCircle? = nil, includeCountries: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.circle = circle self.includeCountries = includeCountries @@ -3016,8 +2956,7 @@ public struct SuggestInput: Swift.Sendable { maxResults: Swift.Int? = nil, politicalView: Swift.String? = nil, queryText: Swift.String? = nil - ) - { + ) { self.additionalFeatures = additionalFeatures self.biasPosition = biasPosition self.filter = filter @@ -3058,8 +2997,7 @@ extension GeoPlacesClientTypes { originalTerm: Swift.String? = nil, refinedTerm: Swift.String? = nil, startIndex: Swift.Int? = nil - ) - { + ) { self.endIndex = endIndex self.originalTerm = originalTerm self.refinedTerm = refinedTerm @@ -3077,8 +3015,7 @@ extension GeoPlacesClientTypes { public init( label: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.label = label } } @@ -3096,8 +3033,7 @@ extension GeoPlacesClientTypes { public init( address: GeoPlacesClientTypes.SuggestAddressHighlights? = nil, title: [GeoPlacesClientTypes.Highlight]? = nil - ) - { + ) { self.address = address self.title = title } @@ -3152,8 +3088,7 @@ extension GeoPlacesClientTypes { politicalView: Swift.String? = nil, position: [Swift.Double]? = nil, timeZone: GeoPlacesClientTypes.TimeZone? = nil - ) - { + ) { self.accessPoints = accessPoints self.accessRestrictions = accessRestrictions self.address = address @@ -3218,8 +3153,7 @@ extension GeoPlacesClientTypes { public init( queryId: Swift.String? = nil, queryType: GeoPlacesClientTypes.QueryType? = nil - ) - { + ) { self.queryId = queryId self.queryType = queryType } @@ -3278,8 +3212,7 @@ extension GeoPlacesClientTypes { query: GeoPlacesClientTypes.SuggestQueryResult? = nil, suggestResultItemType: GeoPlacesClientTypes.SuggestResultItemType? = nil, title: Swift.String? = nil - ) - { + ) { self.highlights = highlights self.place = place self.query = query @@ -3302,8 +3235,7 @@ public struct SuggestOutput: Swift.Sendable { pricingBucket: Swift.String? = nil, queryRefinements: [GeoPlacesClientTypes.QueryRefinement]? = nil, resultItems: [GeoPlacesClientTypes.SuggestResultItem]? = nil - ) - { + ) { self.pricingBucket = pricingBucket self.queryRefinements = queryRefinements self.resultItems = resultItems diff --git a/Sources/Services/AWSGeoRoutes/Package.swift.txt b/Sources/Services/AWSGeoRoutes/Package.swift.txt index 59f6c426640..f662e6e1042 100644 --- a/Sources/Services/AWSGeoRoutes/Package.swift.txt +++ b/Sources/Services/AWSGeoRoutes/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,11 +49,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/GeoRoutesClient.swift b/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/GeoRoutesClient.swift index 461950d3503..1701c9e6940 100644 --- a/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/GeoRoutesClient.swift +++ b/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/GeoRoutesClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GeoRoutesClient: ClientRuntime.Client { public static let clientName = "GeoRoutesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GeoRoutesClient.GeoRoutesClientConfiguration let serviceName = "Geo Routes" diff --git a/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/Models.swift b/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/Models.swift index dbd9ea898a9..9206c75bbdd 100644 --- a/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/Models.swift +++ b/Sources/Services/AWSGeoRoutes/Sources/AWSGeoRoutes/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ extension GeoRoutesClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -199,8 +195,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [GeoRoutesClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: GeoRoutesClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -219,8 +214,7 @@ extension GeoRoutesClientTypes { public init( hot: Swift.Bool? = nil, hov: Swift.Bool? = nil - ) - { + ) { self.hot = hot self.hov = hov } @@ -241,8 +235,7 @@ extension GeoRoutesClientTypes { public init( lineString: [[Swift.Double]]? = nil, radius: Swift.Int? = nil - ) - { + ) { self.lineString = lineString self.radius = radius } @@ -269,8 +262,7 @@ extension GeoRoutesClientTypes { public init( polyline: Swift.String? = nil, radius: Swift.Int? = nil - ) - { + ) { self.polyline = polyline self.radius = radius } @@ -304,8 +296,7 @@ extension GeoRoutesClientTypes { polygon: [[[Swift.Double]]]? = nil, polylineCorridor: GeoRoutesClientTypes.PolylineCorridor? = nil, polylinePolygon: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.corridor = corridor self.polygon = polygon @@ -333,8 +324,7 @@ extension GeoRoutesClientTypes { public init( except: [GeoRoutesClientTypes.IsolineAvoidanceAreaGeometry]? = nil, geometry: GeoRoutesClientTypes.IsolineAvoidanceAreaGeometry? = nil - ) - { + ) { self.except = except self.geometry = geometry } @@ -382,8 +372,7 @@ extension GeoRoutesClientTypes { public init( category: GeoRoutesClientTypes.IsolineZoneCategory? = nil - ) - { + ) { self.category = category } } @@ -431,8 +420,7 @@ extension GeoRoutesClientTypes { tunnels: Swift.Bool? = nil, uTurns: Swift.Bool? = nil, zoneCategories: [GeoRoutesClientTypes.IsolineAvoidanceZoneCategory]? = nil - ) - { + ) { self.areas = areas self.carShuttleTrains = carShuttleTrains self.controlledAccessHighways = controlledAccessHighways @@ -496,8 +484,7 @@ extension GeoRoutesClientTypes { onRoadThreshold: Swift.Int = 0, radius: Swift.Int = 0, strategy: GeoRoutesClientTypes.MatchingStrategy? = nil - ) - { + ) { self.nameHint = nameHint self.onRoadThreshold = onRoadThreshold self.radius = radius @@ -553,8 +540,7 @@ extension GeoRoutesClientTypes { public init( position: [Swift.Double]? = nil, useWith: GeoRoutesClientTypes.SideOfStreetMatchingStrategy? = nil - ) - { + ) { self.position = position self.useWith = useWith } @@ -584,8 +570,7 @@ extension GeoRoutesClientTypes { heading: Swift.Double = 0.0, matching: GeoRoutesClientTypes.IsolineMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.IsolineSideOfStreetOptions? = nil - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.heading = heading self.matching = matching @@ -635,8 +620,7 @@ extension GeoRoutesClientTypes { public init( maxPoints: Swift.Int? = nil, maxResolution: Swift.Int = 0 - ) - { + ) { self.maxPoints = maxPoints self.maxResolution = maxResolution } @@ -722,8 +706,7 @@ extension GeoRoutesClientTypes { heading: Swift.Double = 0.0, matching: GeoRoutesClientTypes.IsolineMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.IsolineSideOfStreetOptions? = nil - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.heading = heading self.matching = matching @@ -744,8 +727,7 @@ extension GeoRoutesClientTypes { public init( distance: [Swift.Int]? = nil, time: [Swift.Int]? = nil - ) - { + ) { self.distance = distance self.time = time } @@ -793,8 +775,7 @@ extension GeoRoutesClientTypes { public init( flowEventThresholdOverride: Swift.Int = 0, usage: GeoRoutesClientTypes.TrafficUsage? = nil - ) - { + ) { self.flowEventThresholdOverride = flowEventThresholdOverride self.usage = usage } @@ -877,8 +858,7 @@ extension GeoRoutesClientTypes { public init( lastCharacter: Swift.String? = nil - ) - { + ) { self.lastCharacter = lastCharacter } } @@ -902,8 +882,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.IsolineVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.engineType = engineType self.licensePlate = licensePlate self.maxSpeed = maxSpeed @@ -930,8 +909,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.IsolineVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.engineType = engineType self.licensePlate = licensePlate self.maxSpeed = maxSpeed @@ -1008,8 +986,7 @@ extension GeoRoutesClientTypes { public init( axleCount: Swift.Int? = nil, trailerCount: Swift.Int? = nil - ) - { + ) { self.axleCount = axleCount self.trailerCount = trailerCount } @@ -1069,8 +1046,7 @@ extension GeoRoutesClientTypes { single: Swift.Int = 0, tandem: Swift.Int = 0, triple: Swift.Int = 0 - ) - { + ) { self.quad = quad self.quint = quint self.single = single @@ -1176,8 +1152,7 @@ extension GeoRoutesClientTypes { weightPerAxle: Swift.Int = 0, weightPerAxleGroup: GeoRoutesClientTypes.WeightPerAxleGroup? = nil, width: Swift.Int = 0 - ) - { + ) { self.axleCount = axleCount self.engineType = engineType self.grossWeight = grossWeight @@ -1216,8 +1191,7 @@ extension GeoRoutesClientTypes { car: GeoRoutesClientTypes.IsolineCarOptions? = nil, scooter: GeoRoutesClientTypes.IsolineScooterOptions? = nil, truck: GeoRoutesClientTypes.IsolineTruckOptions? = nil - ) - { + ) { self.car = car self.scooter = scooter self.truck = truck @@ -1285,8 +1259,7 @@ public struct CalculateIsolinesInput: Swift.Sendable { traffic: GeoRoutesClientTypes.IsolineTrafficOptions? = nil, travelMode: GeoRoutesClientTypes.IsolineTravelMode? = nil, travelModeOptions: GeoRoutesClientTypes.IsolineTravelModeOptions? = nil - ) - { + ) { self.allow = allow self.arrivalTime = arrivalTime self.avoid = avoid @@ -1325,8 +1298,7 @@ extension GeoRoutesClientTypes { public init( lineString: [[Swift.Double]]? = nil, polyline: Swift.String? = nil - ) - { + ) { self.lineString = lineString self.polyline = polyline } @@ -1356,8 +1328,7 @@ extension GeoRoutesClientTypes { fromPolygonIndex: Swift.Int? = nil, geometry: GeoRoutesClientTypes.IsolineConnectionGeometry? = nil, toPolygonIndex: Swift.Int? = nil - ) - { + ) { self.fromPolygonIndex = fromPolygonIndex self.geometry = geometry self.toPolygonIndex = toPolygonIndex @@ -1377,8 +1348,7 @@ extension GeoRoutesClientTypes { public init( polygon: [[[Swift.Double]]]? = nil, polylinePolygon: [Swift.String]? = nil - ) - { + ) { self.polygon = polygon self.polylinePolygon = polylinePolygon } @@ -1410,8 +1380,7 @@ extension GeoRoutesClientTypes { distanceThreshold: Swift.Int = 0, geometries: [GeoRoutesClientTypes.IsolineShapeGeometry]? = nil, timeThreshold: Swift.Int = 0 - ) - { + ) { self.connections = connections self.distanceThreshold = distanceThreshold self.geometries = geometries @@ -1449,8 +1418,7 @@ public struct CalculateIsolinesOutput: Swift.Sendable { pricingBucket: Swift.String? = nil, snappedDestination: [Swift.Double]? = nil, snappedOrigin: [Swift.Double]? = nil - ) - { + ) { self.arrivalTime = arrivalTime self.departureTime = departureTime self.isolineGeometryFormat = isolineGeometryFormat @@ -1478,8 +1446,7 @@ extension GeoRoutesClientTypes { public init( hot: Swift.Bool? = nil, hov: Swift.Bool? = nil - ) - { + ) { self.hot = hot self.hov = hov } @@ -1501,8 +1468,7 @@ extension GeoRoutesClientTypes { boundingBox: [Swift.Double]? = nil, polygon: [[[Swift.Double]]]? = nil, polylinePolygon: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.polygon = polygon self.polylinePolygon = polylinePolygon @@ -1525,8 +1491,7 @@ extension GeoRoutesClientTypes { public init( geometry: GeoRoutesClientTypes.RouteMatrixAvoidanceAreaGeometry? = nil - ) - { + ) { self.geometry = geometry } } @@ -1573,8 +1538,7 @@ extension GeoRoutesClientTypes { public init( category: GeoRoutesClientTypes.RouteMatrixZoneCategory? = nil - ) - { + ) { self.category = category } } @@ -1619,8 +1583,7 @@ extension GeoRoutesClientTypes { tunnels: Swift.Bool? = nil, uTurns: Swift.Bool? = nil, zoneCategories: [GeoRoutesClientTypes.RouteMatrixAvoidanceZoneCategory]? = nil - ) - { + ) { self.areas = areas self.carShuttleTrains = carShuttleTrains self.controlledAccessHighways = controlledAccessHighways @@ -1654,8 +1617,7 @@ extension GeoRoutesClientTypes { onRoadThreshold: Swift.Int = 0, radius: Swift.Int = 0, strategy: GeoRoutesClientTypes.MatchingStrategy? = nil - ) - { + ) { self.nameHint = nameHint self.onRoadThreshold = onRoadThreshold self.radius = radius @@ -1682,8 +1644,7 @@ extension GeoRoutesClientTypes { public init( position: [Swift.Double]? = nil, useWith: GeoRoutesClientTypes.SideOfStreetMatchingStrategy? = nil - ) - { + ) { self.position = position self.useWith = useWith } @@ -1713,8 +1674,7 @@ extension GeoRoutesClientTypes { heading: Swift.Double = 0.0, matching: GeoRoutesClientTypes.RouteMatrixMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.RouteMatrixSideOfStreetOptions? = nil - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.heading = heading self.matching = matching @@ -1736,8 +1696,7 @@ extension GeoRoutesClientTypes { public init( options: GeoRoutesClientTypes.RouteMatrixDestinationOptions? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.options = options self.position = position } @@ -1759,8 +1718,7 @@ extension GeoRoutesClientTypes { public init( countries: [Swift.String]? = nil - ) - { + ) { self.countries = countries } } @@ -1784,8 +1742,7 @@ extension GeoRoutesClientTypes { heading: Swift.Double = 0.0, matching: GeoRoutesClientTypes.RouteMatrixMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.RouteMatrixSideOfStreetOptions? = nil - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.heading = heading self.matching = matching @@ -1807,8 +1764,7 @@ extension GeoRoutesClientTypes { public init( options: GeoRoutesClientTypes.RouteMatrixOriginOptions? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.options = options self.position = position } @@ -1832,8 +1788,7 @@ extension GeoRoutesClientTypes { public init( margin: Swift.Int = 0, maxRadius: Swift.Int = 0 - ) - { + ) { self.margin = margin self.maxRadius = maxRadius } @@ -1854,8 +1809,7 @@ extension GeoRoutesClientTypes { public init( center: [Swift.Double]? = nil, radius: Swift.Double? = nil - ) - { + ) { self.center = center self.radius = radius } @@ -1886,8 +1840,7 @@ extension GeoRoutesClientTypes { boundingBox: [Swift.Double]? = nil, circle: GeoRoutesClientTypes.Circle? = nil, polygon: [[[Swift.Double]]]? = nil - ) - { + ) { self.autoCircle = autoCircle self.boundingBox = boundingBox self.circle = circle @@ -1913,8 +1866,7 @@ extension GeoRoutesClientTypes { public init( geometry: GeoRoutesClientTypes.RouteMatrixBoundaryGeometry? = nil, unbounded: Swift.Bool? = nil - ) - { + ) { self.geometry = geometry self.unbounded = unbounded } @@ -1933,8 +1885,7 @@ extension GeoRoutesClientTypes { public init( flowEventThresholdOverride: Swift.Int = 0, usage: GeoRoutesClientTypes.TrafficUsage? = nil - ) - { + ) { self.flowEventThresholdOverride = flowEventThresholdOverride self.usage = usage } @@ -1985,8 +1936,7 @@ extension GeoRoutesClientTypes { public init( lastCharacter: Swift.String? = nil - ) - { + ) { self.lastCharacter = lastCharacter } } @@ -2007,8 +1957,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.RouteMatrixVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.licensePlate = licensePlate self.maxSpeed = maxSpeed self.occupancy = occupancy @@ -2031,8 +1980,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.RouteMatrixVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.licensePlate = licensePlate self.maxSpeed = maxSpeed self.occupancy = occupancy @@ -2105,8 +2053,7 @@ extension GeoRoutesClientTypes { public init( trailerCount: Swift.Int? = nil - ) - { + ) { self.trailerCount = trailerCount } } @@ -2231,8 +2178,7 @@ extension GeoRoutesClientTypes { weightPerAxle: Swift.Int = 0, weightPerAxleGroup: GeoRoutesClientTypes.WeightPerAxleGroup? = nil, width: Swift.Int = 0 - ) - { + ) { self.axleCount = axleCount self.grossWeight = grossWeight self.hazardousCargos = hazardousCargos @@ -2268,8 +2214,7 @@ extension GeoRoutesClientTypes { car: GeoRoutesClientTypes.RouteMatrixCarOptions? = nil, scooter: GeoRoutesClientTypes.RouteMatrixScooterOptions? = nil, truck: GeoRoutesClientTypes.RouteMatrixTruckOptions? = nil - ) - { + ) { self.car = car self.scooter = scooter self.truck = truck @@ -2323,8 +2268,7 @@ public struct CalculateRouteMatrixInput: Swift.Sendable { traffic: GeoRoutesClientTypes.RouteMatrixTrafficOptions? = nil, travelMode: GeoRoutesClientTypes.RouteMatrixTravelMode? = nil, travelModeOptions: GeoRoutesClientTypes.RouteMatrixTravelModeOptions? = nil - ) - { + ) { self.allow = allow self.avoid = avoid self.departNow = departNow @@ -2413,8 +2357,7 @@ extension GeoRoutesClientTypes { distance: Swift.Int = 0, duration: Swift.Int = 0, error: GeoRoutesClientTypes.RouteMatrixErrorCode? = nil - ) - { + ) { self.distance = distance self.duration = duration self.error = error @@ -2441,8 +2384,7 @@ public struct CalculateRouteMatrixOutput: Swift.Sendable { pricingBucket: Swift.String? = nil, routeMatrix: [[GeoRoutesClientTypes.RouteMatrixEntry]]? = nil, routingBoundary: GeoRoutesClientTypes.RouteMatrixBoundary? = nil - ) - { + ) { self.errorCount = errorCount self.pricingBucket = pricingBucket self.routeMatrix = routeMatrix @@ -2462,8 +2404,7 @@ extension GeoRoutesClientTypes { public init( hot: Swift.Bool? = nil, hov: Swift.Bool? = nil - ) - { + ) { self.hot = hot self.hov = hov } @@ -2491,8 +2432,7 @@ extension GeoRoutesClientTypes { polygon: [[[Swift.Double]]]? = nil, polylineCorridor: GeoRoutesClientTypes.PolylineCorridor? = nil, polylinePolygon: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.corridor = corridor self.polygon = polygon @@ -2520,8 +2460,7 @@ extension GeoRoutesClientTypes { public init( except: [GeoRoutesClientTypes.RouteAvoidanceAreaGeometry]? = nil, geometry: GeoRoutesClientTypes.RouteAvoidanceAreaGeometry? = nil - ) - { + ) { self.except = except self.geometry = geometry } @@ -2570,8 +2509,7 @@ extension GeoRoutesClientTypes { public init( category: GeoRoutesClientTypes.RouteZoneCategory? = nil - ) - { + ) { self.category = category } } @@ -2619,8 +2557,7 @@ extension GeoRoutesClientTypes { tunnels: Swift.Bool? = nil, uTurns: Swift.Bool? = nil, zoneCategories: [GeoRoutesClientTypes.RouteAvoidanceZoneCategory]? = nil - ) - { + ) { self.areas = areas self.carShuttleTrains = carShuttleTrains self.controlledAccessHighways = controlledAccessHighways @@ -2655,8 +2592,7 @@ extension GeoRoutesClientTypes { onRoadThreshold: Swift.Int = 0, radius: Swift.Int = 0, strategy: GeoRoutesClientTypes.MatchingStrategy? = nil - ) - { + ) { self.nameHint = nameHint self.onRoadThreshold = onRoadThreshold self.radius = radius @@ -2683,8 +2619,7 @@ extension GeoRoutesClientTypes { public init( position: [Swift.Double]? = nil, useWith: GeoRoutesClientTypes.SideOfStreetMatchingStrategy? = nil - ) - { + ) { self.position = position self.useWith = useWith } @@ -2720,8 +2655,7 @@ extension GeoRoutesClientTypes { matching: GeoRoutesClientTypes.RouteMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.RouteSideOfStreetOptions? = nil, stopDuration: Swift.Int = 0 - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.avoidUTurns = avoidUTurns self.heading = heading @@ -2746,8 +2680,7 @@ extension GeoRoutesClientTypes { public init( driveDuration: Swift.Int = 0, restDuration: Swift.Int = 0 - ) - { + ) { self.driveDuration = driveDuration self.restDuration = restDuration } @@ -2763,8 +2696,7 @@ extension GeoRoutesClientTypes { public init( schedule: [GeoRoutesClientTypes.RouteDriverScheduleInterval]? = nil - ) - { + ) { self.schedule = schedule } } @@ -2780,8 +2712,7 @@ extension GeoRoutesClientTypes { public init( countries: [Swift.String]? = nil - ) - { + ) { self.countries = countries } } @@ -2887,8 +2818,7 @@ extension GeoRoutesClientTypes { heading: Swift.Double = 0.0, matching: GeoRoutesClientTypes.RouteMatchingOptions? = nil, sideOfStreet: GeoRoutesClientTypes.RouteSideOfStreetOptions? = nil - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.avoidUTurns = avoidUTurns self.heading = heading @@ -3006,8 +2936,7 @@ extension GeoRoutesClientTypes { public init( co2EmissionClass: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.co2EmissionClass = co2EmissionClass self.type = type } @@ -3061,8 +2990,7 @@ extension GeoRoutesClientTypes { currency: Swift.String? = nil, emissionType: GeoRoutesClientTypes.RouteEmissionType? = nil, vehicleCategory: GeoRoutesClientTypes.RouteTollVehicleCategory? = nil - ) - { + ) { self.allTransponders = allTransponders self.allVignettes = allVignettes self.currency = currency @@ -3084,8 +3012,7 @@ extension GeoRoutesClientTypes { public init( flowEventThresholdOverride: Swift.Int = 0, usage: GeoRoutesClientTypes.TrafficUsage? = nil - ) - { + ) { self.flowEventThresholdOverride = flowEventThresholdOverride self.usage = usage } @@ -3168,8 +3095,7 @@ extension GeoRoutesClientTypes { public init( lastCharacter: Swift.String? = nil - ) - { + ) { self.lastCharacter = lastCharacter } } @@ -3193,8 +3119,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.RouteVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.engineType = engineType self.licensePlate = licensePlate self.maxSpeed = maxSpeed @@ -3212,8 +3137,7 @@ extension GeoRoutesClientTypes { public init( speed: Swift.Double? = 0.0 - ) - { + ) { self.speed = speed } } @@ -3237,8 +3161,7 @@ extension GeoRoutesClientTypes { licensePlate: GeoRoutesClientTypes.RouteVehicleLicensePlate? = nil, maxSpeed: Swift.Double? = 0.0, occupancy: Swift.Int? = nil - ) - { + ) { self.engineType = engineType self.licensePlate = licensePlate self.maxSpeed = maxSpeed @@ -3315,8 +3238,7 @@ extension GeoRoutesClientTypes { public init( axleCount: Swift.Int? = nil, trailerCount: Swift.Int? = nil - ) - { + ) { self.axleCount = axleCount self.trailerCount = trailerCount } @@ -3451,8 +3373,7 @@ extension GeoRoutesClientTypes { weightPerAxle: Swift.Int = 0, weightPerAxleGroup: GeoRoutesClientTypes.WeightPerAxleGroup? = nil, width: Swift.Int = 0 - ) - { + ) { self.axleCount = axleCount self.engineType = engineType self.grossWeight = grossWeight @@ -3494,8 +3415,7 @@ extension GeoRoutesClientTypes { pedestrian: GeoRoutesClientTypes.RoutePedestrianOptions? = nil, scooter: GeoRoutesClientTypes.RouteScooterOptions? = nil, truck: GeoRoutesClientTypes.RouteTruckOptions? = nil - ) - { + ) { self.car = car self.pedestrian = pedestrian self.scooter = scooter @@ -3564,8 +3484,7 @@ extension GeoRoutesClientTypes { position: [Swift.Double]? = nil, sideOfStreet: GeoRoutesClientTypes.RouteSideOfStreetOptions? = nil, stopDuration: Swift.Int = 0 - ) - { + ) { self.avoidActionsForDistance = avoidActionsForDistance self.avoidUTurns = avoidUTurns self.heading = heading @@ -3683,8 +3602,7 @@ public struct CalculateRoutesInput: Swift.Sendable { travelModeOptions: GeoRoutesClientTypes.RouteTravelModeOptions? = nil, travelStepType: GeoRoutesClientTypes.RouteTravelStepType? = nil, waypoints: [GeoRoutesClientTypes.RouteWaypoint]? = nil - ) - { + ) { self.allow = allow self.arrivalTime = arrivalTime self.avoid = avoid @@ -3792,8 +3710,7 @@ extension GeoRoutesClientTypes { public init( code: GeoRoutesClientTypes.RouteResponseNoticeCode? = nil, impact: GeoRoutesClientTypes.RouteNoticeImpact? = nil - ) - { + ) { self.code = code self.impact = impact } @@ -3843,8 +3760,7 @@ extension GeoRoutesClientTypes { duration: Swift.Int = 0, instruction: Swift.String? = nil, type: GeoRoutesClientTypes.RouteFerryAfterTravelStepType? = nil - ) - { + ) { self.duration = duration self.instruction = instruction self.type = type @@ -3871,8 +3787,7 @@ extension GeoRoutesClientTypes { originalPosition: [Swift.Double]? = nil, position: [Swift.Double]? = nil, waypointIndex: Swift.Int? = nil - ) - { + ) { self.name = name self.originalPosition = originalPosition self.position = position @@ -3899,8 +3814,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RouteFerryPlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -3950,8 +3864,7 @@ extension GeoRoutesClientTypes { duration: Swift.Int = 0, instruction: Swift.String? = nil, type: GeoRoutesClientTypes.RouteFerryBeforeTravelStepType? = nil - ) - { + ) { self.duration = duration self.instruction = instruction self.type = type @@ -3972,8 +3885,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RouteFerryPlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -4031,8 +3943,7 @@ extension GeoRoutesClientTypes { public init( code: GeoRoutesClientTypes.RouteFerryNoticeCode? = nil, impact: GeoRoutesClientTypes.RouteNoticeImpact? = nil - ) - { + ) { self.code = code self.impact = impact } @@ -4055,8 +3966,7 @@ extension GeoRoutesClientTypes { originalPosition: [Swift.Double]? = nil, position: [Swift.Double]? = nil, waypointIndex: Swift.Int? = nil - ) - { + ) { self.originalPosition = originalPosition self.position = position self.waypointIndex = waypointIndex @@ -4082,8 +3992,7 @@ extension GeoRoutesClientTypes { public init( geometryOffset: Swift.Int? = nil, place: GeoRoutesClientTypes.RoutePassThroughPlace? = nil - ) - { + ) { self.geometryOffset = geometryOffset self.place = place } @@ -4103,8 +4012,7 @@ extension GeoRoutesClientTypes { public init( language: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.language = language self.value = value } @@ -4135,8 +4043,7 @@ extension GeoRoutesClientTypes { geometryOffset: Swift.Int? = nil, names: [GeoRoutesClientTypes.LocalizedString]? = nil, region: Swift.String? = nil - ) - { + ) { self.country = country self.distance = distance self.duration = duration @@ -4161,8 +4068,7 @@ extension GeoRoutesClientTypes { public init( distance: Swift.Int = 0, duration: Swift.Int = 0 - ) - { + ) { self.distance = distance self.duration = duration } @@ -4179,8 +4085,7 @@ extension GeoRoutesClientTypes { public init( duration: Swift.Int = 0 - ) - { + ) { self.duration = duration } } @@ -4198,8 +4103,7 @@ extension GeoRoutesClientTypes { public init( overview: GeoRoutesClientTypes.RouteFerryOverviewSummary? = nil, travelOnly: GeoRoutesClientTypes.RouteFerryTravelOnlySummary? = nil - ) - { + ) { self.overview = overview self.travelOnly = travelOnly } @@ -4261,8 +4165,7 @@ extension GeoRoutesClientTypes { geometryOffset: Swift.Int? = nil, instruction: Swift.String? = nil, type: GeoRoutesClientTypes.RouteFerryTravelStepType? = nil - ) - { + ) { self.distance = distance self.duration = duration self.geometryOffset = geometryOffset @@ -4316,8 +4219,7 @@ extension GeoRoutesClientTypes { spans: [GeoRoutesClientTypes.RouteFerrySpan]? = nil, summary: GeoRoutesClientTypes.RouteFerrySummary? = nil, travelSteps: [GeoRoutesClientTypes.RouteFerryTravelStep]? = nil - ) - { + ) { self.afterTravelSteps = afterTravelSteps self.arrival = arrival self.beforeTravelSteps = beforeTravelSteps @@ -4344,8 +4246,7 @@ extension GeoRoutesClientTypes { public init( lineString: [[Swift.Double]]? = nil, polyline: Swift.String? = nil - ) - { + ) { self.lineString = lineString self.polyline = polyline } @@ -4408,8 +4309,7 @@ extension GeoRoutesClientTypes { position: [Swift.Double]? = nil, sideOfStreet: GeoRoutesClientTypes.RouteSideOfStreet? = nil, waypointIndex: Swift.Int? = nil - ) - { + ) { self.name = name self.originalPosition = originalPosition self.position = position @@ -4438,8 +4338,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RoutePedestrianPlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -4460,8 +4359,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RoutePedestrianPlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -4519,8 +4417,7 @@ extension GeoRoutesClientTypes { public init( code: GeoRoutesClientTypes.RoutePedestrianNoticeCode? = nil, impact: GeoRoutesClientTypes.RouteNoticeImpact? = nil - ) - { + ) { self.code = code self.impact = impact } @@ -4542,8 +4439,7 @@ extension GeoRoutesClientTypes { bestCaseSpeed: Swift.Double = 0.0, turnDuration: Swift.Int = 0, typicalSpeed: Swift.Double = 0.0 - ) - { + ) { self.bestCaseSpeed = bestCaseSpeed self.turnDuration = turnDuration self.typicalSpeed = typicalSpeed @@ -4702,8 +4598,7 @@ extension GeoRoutesClientTypes { direction: GeoRoutesClientTypes.RouteDirection? = nil, language: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.direction = direction self.language = language self.value = value @@ -4723,8 +4618,7 @@ extension GeoRoutesClientTypes { public init( maxSpeed: Swift.Double = 0.0, unlimited: Swift.Bool? = nil - ) - { + ) { self.maxSpeed = maxSpeed self.unlimited = unlimited } @@ -4782,8 +4676,7 @@ extension GeoRoutesClientTypes { routeNumbers: [GeoRoutesClientTypes.RouteNumber]? = nil, speedLimit: GeoRoutesClientTypes.RouteSpanSpeedLimitDetails? = nil, typicalDuration: Swift.Int = 0 - ) - { + ) { self.bestCaseDuration = bestCaseDuration self.country = country self.distance = distance @@ -4817,8 +4710,7 @@ extension GeoRoutesClientTypes { public init( distance: Swift.Int = 0, duration: Swift.Int = 0 - ) - { + ) { self.distance = distance self.duration = duration } @@ -4835,8 +4727,7 @@ extension GeoRoutesClientTypes { public init( duration: Swift.Int = 0 - ) - { + ) { self.duration = duration } } @@ -4854,8 +4745,7 @@ extension GeoRoutesClientTypes { public init( overview: GeoRoutesClientTypes.RoutePedestrianOverviewSummary? = nil, travelOnly: GeoRoutesClientTypes.RoutePedestrianTravelOnlySummary? = nil - ) - { + ) { self.overview = overview self.travelOnly = travelOnly } @@ -4872,8 +4762,7 @@ extension GeoRoutesClientTypes { public init( intersection: [GeoRoutesClientTypes.LocalizedString]? = nil - ) - { + ) { self.intersection = intersection } } @@ -4932,8 +4821,7 @@ extension GeoRoutesClientTypes { routeNumber: [GeoRoutesClientTypes.RouteNumber]? = nil, towards: [GeoRoutesClientTypes.LocalizedString]? = nil, type: GeoRoutesClientTypes.RouteRoadType? = nil - ) - { + ) { self.roadName = roadName self.routeNumber = routeNumber self.towards = towards @@ -5025,8 +4913,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -5054,8 +4941,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -5083,8 +4969,7 @@ extension GeoRoutesClientTypes { relativeExit: Swift.Int? = nil, roundaboutAngle: Swift.Double = 0.0, steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil - ) - { + ) { self.intersection = intersection self.relativeExit = relativeExit self.roundaboutAngle = roundaboutAngle @@ -5112,8 +4997,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -5134,8 +5018,7 @@ extension GeoRoutesClientTypes { public init( routeNumber: GeoRoutesClientTypes.RouteNumber? = nil, text: GeoRoutesClientTypes.LocalizedString? = nil - ) - { + ) { self.routeNumber = routeNumber self.text = text } @@ -5152,8 +5035,7 @@ extension GeoRoutesClientTypes { public init( labels: [GeoRoutesClientTypes.RouteSignpostLabel]? = nil - ) - { + ) { self.labels = labels } } @@ -5178,8 +5060,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -5297,8 +5178,7 @@ extension GeoRoutesClientTypes { signpost: GeoRoutesClientTypes.RouteSignpost? = nil, turnStepDetails: GeoRoutesClientTypes.RouteTurnStepDetails? = nil, type: GeoRoutesClientTypes.RoutePedestrianTravelStepType? = nil - ) - { + ) { self.continueStepDetails = continueStepDetails self.currentRoad = currentRoad self.distance = distance @@ -5351,8 +5231,7 @@ extension GeoRoutesClientTypes { spans: [GeoRoutesClientTypes.RoutePedestrianSpan]? = nil, summary: GeoRoutesClientTypes.RoutePedestrianSummary? = nil, travelSteps: [GeoRoutesClientTypes.RoutePedestrianTravelStep]? = nil - ) - { + ) { self.arrival = arrival self.departure = departure self.notices = notices @@ -5456,8 +5335,7 @@ extension GeoRoutesClientTypes { position: [Swift.Double]? = nil, sideOfStreet: GeoRoutesClientTypes.RouteSideOfStreet? = nil, waypointIndex: Swift.Int? = nil - ) - { + ) { self.name = name self.originalPosition = originalPosition self.position = position @@ -5485,8 +5363,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RouteVehiclePlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -5506,8 +5383,7 @@ extension GeoRoutesClientTypes { public init( place: GeoRoutesClientTypes.RouteVehiclePlace? = nil, time: Swift.String? = nil - ) - { + ) { self.place = place self.time = time } @@ -5626,8 +5502,7 @@ extension GeoRoutesClientTypes { severity: GeoRoutesClientTypes.RouteVehicleIncidentSeverity? = nil, startTime: Swift.String? = nil, type: GeoRoutesClientTypes.RouteVehicleIncidentType? = nil - ) - { + ) { self.description = description self.endTime = endTime self.severity = severity @@ -5753,8 +5628,7 @@ extension GeoRoutesClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -5807,8 +5681,7 @@ extension GeoRoutesClientTypes { public init( type: GeoRoutesClientTypes.RouteWeightConstraintType? = nil, value: Swift.Int = 0 - ) - { + ) { self.type = type self.value = value } @@ -5912,8 +5785,7 @@ extension GeoRoutesClientTypes { truckRoadType: Swift.String? = nil, truckType: GeoRoutesClientTypes.RouteTruckType? = nil, tunnelRestrictionCode: Swift.String? = nil - ) - { + ) { self.allHazardsRestricted = allHazardsRestricted self.axleCount = axleCount self.hazardousCargos = hazardousCargos @@ -5949,8 +5821,7 @@ extension GeoRoutesClientTypes { public init( title: Swift.String? = nil, violatedConstraints: GeoRoutesClientTypes.RouteViolatedConstraints? = nil - ) - { + ) { self.title = title self.violatedConstraints = violatedConstraints } @@ -5974,8 +5845,7 @@ extension GeoRoutesClientTypes { code: GeoRoutesClientTypes.RouteVehicleNoticeCode? = nil, details: [GeoRoutesClientTypes.RouteVehicleNoticeDetail]? = nil, impact: GeoRoutesClientTypes.RouteNoticeImpact? = nil - ) - { + ) { self.code = code self.details = details self.impact = impact @@ -6215,8 +6085,7 @@ extension GeoRoutesClientTypes { truckRoadTypes: [Swift.Int]? = nil, typicalDuration: Swift.Int = 0, zones: [Swift.Int]? = nil - ) - { + ) { self.bestCaseDuration = bestCaseDuration self.carAccess = carAccess self.country = country @@ -6264,8 +6133,7 @@ extension GeoRoutesClientTypes { distance: Swift.Int = 0, duration: Swift.Int = 0, typicalDuration: Swift.Int = 0 - ) - { + ) { self.bestCaseDuration = bestCaseDuration self.distance = distance self.duration = duration @@ -6290,8 +6158,7 @@ extension GeoRoutesClientTypes { bestCaseDuration: Swift.Int = 0, duration: Swift.Int = 0, typicalDuration: Swift.Int = 0 - ) - { + ) { self.bestCaseDuration = bestCaseDuration self.duration = duration self.typicalDuration = typicalDuration @@ -6311,8 +6178,7 @@ extension GeoRoutesClientTypes { public init( overview: GeoRoutesClientTypes.RouteVehicleOverviewSummary? = nil, travelOnly: GeoRoutesClientTypes.RouteVehicleTravelOnlySummary? = nil - ) - { + ) { self.overview = overview self.travelOnly = travelOnly } @@ -6332,8 +6198,7 @@ extension GeoRoutesClientTypes { public init( name: Swift.String? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.name = name self.position = position } @@ -6359,8 +6224,7 @@ extension GeoRoutesClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -6395,8 +6259,7 @@ extension GeoRoutesClientTypes { range: Swift.Bool? = nil, rangeValue: GeoRoutesClientTypes.RouteTollPriceValueRange? = nil, value: Swift.Double? = nil - ) - { + ) { self.currency = currency self.estimate = estimate self.perDuration = perDuration @@ -6458,8 +6321,7 @@ extension GeoRoutesClientTypes { public init( period: GeoRoutesClientTypes.RouteTollPassValidityPeriodType? = nil, periodCount: Swift.Int? = nil - ) - { + ) { self.period = period self.periodCount = periodCount } @@ -6487,8 +6349,7 @@ extension GeoRoutesClientTypes { transferCount: Swift.Int? = nil, tripCount: Swift.Int? = nil, validityPeriod: GeoRoutesClientTypes.RouteTollPassValidityPeriod? = nil - ) - { + ) { self.includesReturnTrip = includesReturnTrip self.seniorPass = seniorPass self.transferCount = transferCount @@ -6554,8 +6415,7 @@ extension GeoRoutesClientTypes { public init( systemName: Swift.String? = nil - ) - { + ) { self.systemName = systemName } } @@ -6596,8 +6456,7 @@ extension GeoRoutesClientTypes { pass: GeoRoutesClientTypes.RouteTollPass? = nil, paymentMethods: [GeoRoutesClientTypes.RouteTollPaymentMethod]? = nil, transponders: [GeoRoutesClientTypes.RouteTransponder]? = nil - ) - { + ) { self.applicableTimes = applicableTimes self.convertedPrice = convertedPrice self.id = id @@ -6631,8 +6490,7 @@ extension GeoRoutesClientTypes { paymentSites: [GeoRoutesClientTypes.RouteTollPaymentSite]? = nil, rates: [GeoRoutesClientTypes.RouteTollRate]? = nil, systems: [Swift.Int]? = nil - ) - { + ) { self.country = country self.paymentSites = paymentSites self.rates = rates @@ -6650,8 +6508,7 @@ extension GeoRoutesClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6676,8 +6533,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -6705,8 +6561,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -6737,8 +6592,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.relativeExit = relativeExit self.steeringDirection = steeringDirection @@ -6767,8 +6621,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -6858,8 +6711,7 @@ extension GeoRoutesClientTypes { steeringDirection: GeoRoutesClientTypes.RouteSteeringDirection? = nil, turnAngle: Swift.Double = 0.0, turnIntensity: GeoRoutesClientTypes.RouteTurnIntensity? = nil - ) - { + ) { self.intersection = intersection self.steeringDirection = steeringDirection self.turnAngle = turnAngle @@ -6936,8 +6788,7 @@ extension GeoRoutesClientTypes { turnStepDetails: GeoRoutesClientTypes.RouteTurnStepDetails? = nil, type: GeoRoutesClientTypes.RouteVehicleTravelStepType? = nil, uTurnStepDetails: GeoRoutesClientTypes.RouteUTurnStepDetails? = nil - ) - { + ) { self.continueHighwayStepDetails = continueHighwayStepDetails self.continueStepDetails = continueStepDetails self.currentRoad = currentRoad @@ -6974,8 +6825,7 @@ extension GeoRoutesClientTypes { public init( category: GeoRoutesClientTypes.RouteZoneCategory? = nil, name: Swift.String? = nil - ) - { + ) { self.category = category self.name = name } @@ -7035,8 +6885,7 @@ extension GeoRoutesClientTypes { travelSteps: [GeoRoutesClientTypes.RouteVehicleTravelStep]? = nil, truckRoadTypes: [Swift.String]? = nil, zones: [GeoRoutesClientTypes.RouteZone]? = nil - ) - { + ) { self.arrival = arrival self.departure = departure self.incidents = incidents @@ -7083,8 +6932,7 @@ extension GeoRoutesClientTypes { travelMode: GeoRoutesClientTypes.RouteLegTravelMode? = nil, type: GeoRoutesClientTypes.RouteLegType? = nil, vehicleLegDetails: GeoRoutesClientTypes.RouteVehicleLegDetails? = nil - ) - { + ) { self.ferryLegDetails = ferryLegDetails self.geometry = geometry self.language = language @@ -7108,8 +6956,7 @@ extension GeoRoutesClientTypes { public init( roadName: GeoRoutesClientTypes.LocalizedString? = nil, routeNumber: GeoRoutesClientTypes.RouteNumber? = nil - ) - { + ) { self.roadName = roadName self.routeNumber = routeNumber } @@ -7141,8 +6988,7 @@ extension GeoRoutesClientTypes { range: Swift.Bool? = nil, rangeValue: GeoRoutesClientTypes.RouteTollPriceValueRange? = nil, value: Swift.Double? = nil - ) - { + ) { self.currency = currency self.estimate = estimate self.range = range @@ -7161,8 +7007,7 @@ extension GeoRoutesClientTypes { public init( total: GeoRoutesClientTypes.RouteTollPriceSummary? = nil - ) - { + ) { self.total = total } } @@ -7183,8 +7028,7 @@ extension GeoRoutesClientTypes { distance: Swift.Int = 0, duration: Swift.Int = 0, tolls: GeoRoutesClientTypes.RouteTollSummary? = nil - ) - { + ) { self.distance = distance self.duration = duration self.tolls = tolls @@ -7209,8 +7053,7 @@ extension GeoRoutesClientTypes { legs: [GeoRoutesClientTypes.RouteLeg]? = nil, majorRoadLabels: [GeoRoutesClientTypes.RouteMajorRoadLabel]? = nil, summary: GeoRoutesClientTypes.RouteSummary? = nil - ) - { + ) { self.legs = legs self.majorRoadLabels = majorRoadLabels self.summary = summary @@ -7237,8 +7080,7 @@ public struct CalculateRoutesOutput: Swift.Sendable { notices: [GeoRoutesClientTypes.RouteResponseNotice]? = nil, pricingBucket: Swift.String? = nil, routes: [GeoRoutesClientTypes.Route]? = nil - ) - { + ) { self.legGeometryFormat = legGeometryFormat self.notices = notices self.pricingBucket = pricingBucket @@ -7299,8 +7141,7 @@ extension GeoRoutesClientTypes { public init( boundingBox: [Swift.Double]? = nil - ) - { + ) { self.boundingBox = boundingBox } } @@ -7321,8 +7162,7 @@ extension GeoRoutesClientTypes { public init( geometry: GeoRoutesClientTypes.WaypointOptimizationAvoidanceAreaGeometry? = nil - ) - { + ) { self.geometry = geometry } } @@ -7358,8 +7198,7 @@ extension GeoRoutesClientTypes { tollRoads: Swift.Bool? = nil, tunnels: Swift.Bool? = nil, uTurns: Swift.Bool? = nil - ) - { + ) { self.areas = areas self.carShuttleTrains = carShuttleTrains self.controlledAccessHighways = controlledAccessHighways @@ -7386,8 +7225,7 @@ extension GeoRoutesClientTypes { public init( dayOfWeek: GeoRoutesClientTypes.DayOfWeek? = nil, timeOfDay: Swift.String? = nil - ) - { + ) { self.dayOfWeek = dayOfWeek self.timeOfDay = timeOfDay } @@ -7408,8 +7246,7 @@ extension GeoRoutesClientTypes { public init( from: GeoRoutesClientTypes.WaypointOptimizationAccessHoursEntry? = nil, to: GeoRoutesClientTypes.WaypointOptimizationAccessHoursEntry? = nil - ) - { + ) { self.from = from self.to = to } @@ -7429,8 +7266,7 @@ extension GeoRoutesClientTypes { public init( position: [Swift.Double]? = nil, useWith: GeoRoutesClientTypes.SideOfStreetMatchingStrategy? = nil - ) - { + ) { self.position = position self.useWith = useWith } @@ -7466,8 +7302,7 @@ extension GeoRoutesClientTypes { id: Swift.String? = nil, serviceDuration: Swift.Int = 0, sideOfStreet: GeoRoutesClientTypes.WaypointOptimizationSideOfStreetOptions? = nil - ) - { + ) { self.accessHours = accessHours self.appointmentTime = appointmentTime self.heading = heading @@ -7492,8 +7327,7 @@ extension GeoRoutesClientTypes { public init( restDuration: Swift.Int = 0, workDuration: Swift.Int = 0 - ) - { + ) { self.restDuration = restDuration self.workDuration = workDuration } @@ -7514,8 +7348,7 @@ extension GeoRoutesClientTypes { public init( longCycle: GeoRoutesClientTypes.WaypointOptimizationRestCycleDurations? = nil, shortCycle: GeoRoutesClientTypes.WaypointOptimizationRestCycleDurations? = nil - ) - { + ) { self.longCycle = longCycle self.shortCycle = shortCycle } @@ -7532,8 +7365,7 @@ extension GeoRoutesClientTypes { public init( profile: Swift.String? = nil - ) - { + ) { self.profile = profile } } @@ -7583,8 +7415,7 @@ extension GeoRoutesClientTypes { restCycles: GeoRoutesClientTypes.WaypointOptimizationRestCycles? = nil, restProfile: GeoRoutesClientTypes.WaypointOptimizationRestProfile? = nil, treatServiceTimeAs: GeoRoutesClientTypes.WaypointOptimizationServiceTimeTreatment? = nil - ) - { + ) { self.restCycles = restCycles self.restProfile = restProfile self.treatServiceTimeAs = treatServiceTimeAs @@ -7602,8 +7433,7 @@ extension GeoRoutesClientTypes { public init( countries: [Swift.String]? = nil - ) - { + ) { self.countries = countries } } @@ -7647,8 +7477,7 @@ extension GeoRoutesClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7663,8 +7492,7 @@ extension GeoRoutesClientTypes { public init( usage: GeoRoutesClientTypes.TrafficUsage? = nil - ) - { + ) { self.usage = usage } } @@ -7714,8 +7542,7 @@ extension GeoRoutesClientTypes { public init( speed: Swift.Double? = 0.0 - ) - { + ) { self.speed = speed } } @@ -7786,8 +7613,7 @@ extension GeoRoutesClientTypes { public init( trailerCount: Swift.Int? = nil - ) - { + ) { self.trailerCount = trailerCount } } @@ -7888,8 +7714,7 @@ extension GeoRoutesClientTypes { tunnelRestrictionCode: Swift.String? = nil, weightPerAxle: Swift.Int = 0, width: Swift.Int = 0 - ) - { + ) { self.grossWeight = grossWeight self.hazardousCargos = hazardousCargos self.height = height @@ -7915,8 +7740,7 @@ extension GeoRoutesClientTypes { public init( pedestrian: GeoRoutesClientTypes.WaypointOptimizationPedestrianOptions? = nil, truck: GeoRoutesClientTypes.WaypointOptimizationTruckOptions? = nil - ) - { + ) { self.pedestrian = pedestrian self.truck = truck } @@ -7954,8 +7778,7 @@ extension GeoRoutesClientTypes { position: [Swift.Double]? = nil, serviceDuration: Swift.Int = 0, sideOfStreet: GeoRoutesClientTypes.WaypointOptimizationSideOfStreetOptions? = nil - ) - { + ) { self.accessHours = accessHours self.appointmentTime = appointmentTime self.before = before @@ -8020,8 +7843,7 @@ public struct OptimizeWaypointsInput: Swift.Sendable { travelMode: GeoRoutesClientTypes.WaypointOptimizationTravelMode? = nil, travelModeOptions: GeoRoutesClientTypes.WaypointOptimizationTravelModeOptions? = nil, waypoints: [GeoRoutesClientTypes.WaypointOptimizationWaypoint]? = nil - ) - { + ) { self.avoid = avoid self.departureTime = departureTime self.destination = destination @@ -8074,8 +7896,7 @@ extension GeoRoutesClientTypes { to: Swift.String? = nil, travelDuration: Swift.Int = 0, waitDuration: Swift.Int = 0 - ) - { + ) { self.distance = distance self.from = from self.restDuration = restDuration @@ -8139,8 +7960,7 @@ extension GeoRoutesClientTypes { public init( constraint: GeoRoutesClientTypes.WaypointOptimizationConstraint? = nil, reason: Swift.String? = nil - ) - { + ) { self.constraint = constraint self.reason = reason } @@ -8165,8 +7985,7 @@ extension GeoRoutesClientTypes { failedConstraints: [GeoRoutesClientTypes.WaypointOptimizationFailedConstraint]? = nil, id: Swift.String? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.failedConstraints = failedConstraints self.id = id self.position = position @@ -8202,8 +8021,7 @@ extension GeoRoutesClientTypes { departureTime: Swift.String? = nil, id: Swift.String? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.arrivalTime = arrivalTime self.departureTime = departureTime self.id = id @@ -8239,8 +8057,7 @@ extension GeoRoutesClientTypes { serviceDuration: Swift.Int = 0, travelDuration: Swift.Int = 0, waitDuration: Swift.Int = 0 - ) - { + ) { self.restDuration = restDuration self.serviceDuration = serviceDuration self.travelDuration = travelDuration @@ -8280,8 +8097,7 @@ public struct OptimizeWaypointsOutput: Swift.Sendable { optimizedWaypoints: [GeoRoutesClientTypes.WaypointOptimizationOptimizedWaypoint]? = nil, pricingBucket: Swift.String? = nil, timeBreakdown: GeoRoutesClientTypes.WaypointOptimizationTimeBreakdown? = nil - ) - { + ) { self.connections = connections self.distance = distance self.duration = duration @@ -8311,8 +8127,7 @@ extension GeoRoutesClientTypes { position: [Swift.Double]? = nil, speed: Swift.Double = 0.0, timestamp: Swift.String? = nil - ) - { + ) { self.heading = heading self.position = position self.speed = speed @@ -8426,8 +8241,7 @@ extension GeoRoutesClientTypes { public init( trailerCount: Swift.Int? = nil - ) - { + ) { self.trailerCount = trailerCount } } @@ -8493,8 +8307,7 @@ extension GeoRoutesClientTypes { trailer: GeoRoutesClientTypes.RoadSnapTrailerOptions? = nil, tunnelRestrictionCode: Swift.String? = nil, width: Swift.Int = 0 - ) - { + ) { self.grossWeight = grossWeight self.hazardousCargos = hazardousCargos self.height = height @@ -8515,8 +8328,7 @@ extension GeoRoutesClientTypes { public init( truck: GeoRoutesClientTypes.RoadSnapTruckOptions? = nil - ) - { + ) { self.truck = truck } } @@ -8544,8 +8356,7 @@ public struct SnapToRoadsInput: Swift.Sendable { tracePoints: [GeoRoutesClientTypes.RoadSnapTracePoint]? = nil, travelMode: GeoRoutesClientTypes.RoadSnapTravelMode? = nil, travelModeOptions: GeoRoutesClientTypes.RoadSnapTravelModeOptions? = nil - ) - { + ) { self.key = key self.snapRadius = snapRadius self.snappedGeometryFormat = snappedGeometryFormat @@ -8622,8 +8433,7 @@ extension GeoRoutesClientTypes { code: GeoRoutesClientTypes.RoadSnapNoticeCode? = nil, title: Swift.String? = nil, tracePointIndexes: [Swift.Int]? = nil - ) - { + ) { self.code = code self.title = title self.tracePointIndexes = tracePointIndexes @@ -8643,8 +8453,7 @@ extension GeoRoutesClientTypes { public init( lineString: [[Swift.Double]]? = nil, polyline: Swift.String? = nil - ) - { + ) { self.lineString = lineString self.polyline = polyline } @@ -8674,8 +8483,7 @@ extension GeoRoutesClientTypes { confidence: Swift.Double? = nil, originalPosition: [Swift.Double]? = nil, snappedPosition: [Swift.Double]? = nil - ) - { + ) { self.confidence = confidence self.originalPosition = originalPosition self.snappedPosition = snappedPosition @@ -8710,8 +8518,7 @@ public struct SnapToRoadsOutput: Swift.Sendable { snappedGeometry: GeoRoutesClientTypes.RoadSnapSnappedGeometry? = nil, snappedGeometryFormat: GeoRoutesClientTypes.GeometryFormat? = nil, snappedTracePoints: [GeoRoutesClientTypes.RoadSnapSnappedTracePoint]? = nil - ) - { + ) { self.notices = notices self.pricingBucket = pricingBucket self.snappedGeometry = snappedGeometry diff --git a/Sources/Services/AWSGlacier/Package.swift.txt b/Sources/Services/AWSGlacier/Package.swift.txt index 518cd999e49..197e8e89b5b 100644 --- a/Sources/Services/AWSGlacier/Package.swift.txt +++ b/Sources/Services/AWSGlacier/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGlacier/Sources/AWSGlacier/GlacierClient.swift b/Sources/Services/AWSGlacier/Sources/AWSGlacier/GlacierClient.swift index a9921973e8f..a33cc1643a9 100644 --- a/Sources/Services/AWSGlacier/Sources/AWSGlacier/GlacierClient.swift +++ b/Sources/Services/AWSGlacier/Sources/AWSGlacier/GlacierClient.swift @@ -70,7 +70,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GlacierClient: ClientRuntime.Client { public static let clientName = "GlacierClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GlacierClient.GlacierClientConfiguration let serviceName = "Glacier" diff --git a/Sources/Services/AWSGlacier/Sources/AWSGlacier/Models.swift b/Sources/Services/AWSGlacier/Sources/AWSGlacier/Models.swift index 0f8c5f6714b..f0325c44c53 100644 --- a/Sources/Services/AWSGlacier/Sources/AWSGlacier/Models.swift +++ b/Sources/Services/AWSGlacier/Sources/AWSGlacier/Models.swift @@ -114,8 +114,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -147,8 +146,7 @@ public struct MissingParameterValueException: ClientRuntime.ModeledError, AWSCli code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -180,8 +178,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -213,8 +210,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -237,8 +233,7 @@ public struct AbortMultipartUploadInput: Swift.Sendable { accountId: Swift.String? = nil, uploadId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.uploadId = uploadId self.vaultName = vaultName @@ -257,8 +252,7 @@ public struct AbortVaultLockInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -318,8 +312,7 @@ extension GlacierClientTypes { id: Swift.String? = nil, type: GlacierClientTypes.ModelType? = nil, uri: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.emailAddress = emailAddress self.id = id @@ -379,8 +372,7 @@ extension GlacierClientTypes { public init( grantee: GlacierClientTypes.Grantee? = nil, permission: GlacierClientTypes.Permission? = nil - ) - { + ) { self.grantee = grantee self.permission = permission } @@ -444,8 +436,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -467,8 +458,7 @@ public struct AddTagsToVaultInput: Swift.Sendable { accountId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.tags = tags self.vaultName = vaultName @@ -541,8 +531,7 @@ public struct CompleteMultipartUploadInput: Swift.Sendable { checksum: Swift.String? = nil, uploadId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.archiveSize = archiveSize self.checksum = checksum @@ -564,8 +553,7 @@ public struct CompleteMultipartUploadOutput: Swift.Sendable { archiveId: Swift.String? = nil, checksum: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId self.checksum = checksum self.location = location @@ -588,8 +576,7 @@ public struct CompleteVaultLockInput: Swift.Sendable { accountId: Swift.String? = nil, lockId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.lockId = lockId self.vaultName = vaultName @@ -608,8 +595,7 @@ public struct CreateVaultInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -622,8 +608,7 @@ public struct CreateVaultOutput: Swift.Sendable { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -684,8 +669,7 @@ extension GlacierClientTypes { quoteCharacter: Swift.String? = nil, quoteEscapeCharacter: Swift.String? = nil, recordDelimiter: Swift.String? = nil - ) - { + ) { self.comments = comments self.fieldDelimiter = fieldDelimiter self.fileHeaderInfo = fileHeaderInfo @@ -746,8 +730,7 @@ extension GlacierClientTypes { quoteEscapeCharacter: Swift.String? = nil, quoteFields: GlacierClientTypes.QuoteFields? = nil, recordDelimiter: Swift.String? = nil - ) - { + ) { self.fieldDelimiter = fieldDelimiter self.quoteCharacter = quoteCharacter self.quoteEscapeCharacter = quoteEscapeCharacter @@ -769,8 +752,7 @@ extension GlacierClientTypes { public init( bytesPerHour: Swift.Int? = nil, strategy: Swift.String? = nil - ) - { + ) { self.bytesPerHour = bytesPerHour self.strategy = strategy } @@ -786,8 +768,7 @@ extension GlacierClientTypes { public init( rules: [GlacierClientTypes.DataRetrievalRule]? = nil - ) - { + ) { self.rules = rules } } @@ -809,8 +790,7 @@ public struct DeleteArchiveInput: Swift.Sendable { accountId: Swift.String? = nil, archiveId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.archiveId = archiveId self.vaultName = vaultName @@ -829,8 +809,7 @@ public struct DeleteVaultInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -848,8 +827,7 @@ public struct DeleteVaultAccessPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -867,8 +845,7 @@ public struct DeleteVaultNotificationsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -890,8 +867,7 @@ public struct DescribeJobInput: Swift.Sendable { accountId: Swift.String? = nil, jobId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId self.vaultName = vaultName @@ -919,8 +895,7 @@ extension GlacierClientTypes { limit: Swift.String? = nil, marker: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.format = format self.limit = limit @@ -974,8 +949,7 @@ extension GlacierClientTypes { encryptionType: GlacierClientTypes.EncryptionType? = nil, kmsContext: Swift.String? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsContext = kmsContext self.kmsKeyId = kmsKeyId @@ -1045,8 +1019,7 @@ extension GlacierClientTypes { storageClass: GlacierClientTypes.StorageClass? = nil, tagging: [Swift.String: Swift.String]? = nil, userMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessControlList = accessControlList self.bucketName = bucketName self.cannedACL = cannedACL @@ -1068,8 +1041,7 @@ extension GlacierClientTypes { public init( s3: GlacierClientTypes.S3Location? = nil - ) - { + ) { self.s3 = s3 } } @@ -1110,8 +1082,7 @@ extension GlacierClientTypes { public init( csv: GlacierClientTypes.CSVInput? = nil - ) - { + ) { self.csv = csv } } @@ -1126,8 +1097,7 @@ extension GlacierClientTypes { public init( csv: GlacierClientTypes.CSVOutput? = nil - ) - { + ) { self.csv = csv } } @@ -1151,8 +1121,7 @@ extension GlacierClientTypes { expressionType: GlacierClientTypes.ExpressionType? = nil, inputSerialization: GlacierClientTypes.InputSerialization? = nil, outputSerialization: GlacierClientTypes.OutputSerialization? = nil - ) - { + ) { self.expression = expression self.expressionType = expressionType self.inputSerialization = inputSerialization @@ -1274,8 +1243,7 @@ public struct DescribeJobOutput: Swift.Sendable { statusMessage: Swift.String? = nil, tier: Swift.String? = nil, vaultARN: Swift.String? = nil - ) - { + ) { self.action = action self.archiveId = archiveId self.archiveSHA256TreeHash = archiveSHA256TreeHash @@ -1312,8 +1280,7 @@ public struct DescribeVaultInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -1341,8 +1308,7 @@ public struct DescribeVaultOutput: Swift.Sendable { sizeInBytes: Swift.Int = 0, vaultARN: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.lastInventoryDate = lastInventoryDate self.numberOfArchives = numberOfArchives @@ -1376,8 +1342,7 @@ extension GlacierClientTypes { sizeInBytes: Swift.Int = 0, vaultARN: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.lastInventoryDate = lastInventoryDate self.numberOfArchives = numberOfArchives @@ -1396,8 +1361,7 @@ public struct GetDataRetrievalPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -1409,8 +1373,7 @@ public struct GetDataRetrievalPolicyOutput: Swift.Sendable { public init( policy: GlacierClientTypes.DataRetrievalPolicy? = nil - ) - { + ) { self.policy = policy } } @@ -1442,8 +1405,7 @@ public struct GetJobOutputInput: Swift.Sendable { jobId: Swift.String? = nil, range: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId self.range = range @@ -1482,8 +1444,7 @@ public struct GetJobOutputOutput: Swift.Sendable { contentRange: Swift.String? = nil, contentType: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.acceptRanges = acceptRanges self.archiveDescription = archiveDescription self.body = body @@ -1506,8 +1467,7 @@ public struct GetVaultAccessPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -1522,8 +1482,7 @@ extension GlacierClientTypes { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1536,8 +1495,7 @@ public struct GetVaultAccessPolicyOutput: Swift.Sendable { public init( policy: GlacierClientTypes.VaultAccessPolicy? = nil - ) - { + ) { self.policy = policy } } @@ -1554,8 +1512,7 @@ public struct GetVaultLockInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -1577,8 +1534,7 @@ public struct GetVaultLockOutput: Swift.Sendable { expirationDate: Swift.String? = nil, policy: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.expirationDate = expirationDate self.policy = policy @@ -1598,8 +1554,7 @@ public struct GetVaultNotificationsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -1617,8 +1572,7 @@ extension GlacierClientTypes { public init( events: [Swift.String]? = nil, snsTopic: Swift.String? = nil - ) - { + ) { self.events = events self.snsTopic = snsTopic } @@ -1632,8 +1586,7 @@ public struct GetVaultNotificationsOutput: Swift.Sendable { public init( vaultNotificationConfig: GlacierClientTypes.VaultNotificationConfig? = nil - ) - { + ) { self.vaultNotificationConfig = vaultNotificationConfig } } @@ -1660,8 +1613,7 @@ public struct InsufficientCapacityException: ClientRuntime.ModeledError, AWSClie code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -1693,8 +1645,7 @@ public struct PolicyEnforcedException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -1719,8 +1670,7 @@ extension GlacierClientTypes { limit: Swift.String? = nil, marker: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.limit = limit self.marker = marker @@ -1765,8 +1715,7 @@ extension GlacierClientTypes { snsTopic: Swift.String? = nil, tier: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId self.description = description self.format = format @@ -1796,8 +1745,7 @@ public struct InitiateJobInput: Swift.Sendable { accountId: Swift.String? = nil, jobParameters: GlacierClientTypes.JobParameters? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobParameters = jobParameters self.vaultName = vaultName @@ -1817,8 +1765,7 @@ public struct InitiateJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobOutputPath: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.jobOutputPath = jobOutputPath self.location = location @@ -1843,8 +1790,7 @@ public struct InitiateMultipartUploadInput: Swift.Sendable { archiveDescription: Swift.String? = nil, partSize: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.archiveDescription = archiveDescription self.partSize = partSize @@ -1862,8 +1808,7 @@ public struct InitiateMultipartUploadOutput: Swift.Sendable { public init( location: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.location = location self.uploadId = uploadId } @@ -1878,8 +1823,7 @@ extension GlacierClientTypes { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1900,8 +1844,7 @@ public struct InitiateVaultLockInput: Swift.Sendable { accountId: Swift.String? = nil, policy: GlacierClientTypes.VaultLockPolicy? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.policy = policy self.vaultName = vaultName @@ -1915,8 +1858,7 @@ public struct InitiateVaultLockOutput: Swift.Sendable { public init( lockId: Swift.String? = nil - ) - { + ) { self.lockId = lockId } } @@ -1945,8 +1887,7 @@ public struct ListJobsInput: Swift.Sendable { marker: Swift.String? = nil, statuscode: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.completed = completed self.limit = limit @@ -2039,8 +1980,7 @@ extension GlacierClientTypes { statusMessage: Swift.String? = nil, tier: Swift.String? = nil, vaultARN: Swift.String? = nil - ) - { + ) { self.action = action self.archiveId = archiveId self.archiveSHA256TreeHash = archiveSHA256TreeHash @@ -2076,8 +2016,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobList: [GlacierClientTypes.GlacierJobDescription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.jobList = jobList self.marker = marker } @@ -2101,8 +2040,7 @@ public struct ListMultipartUploadsInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.limit = limit self.marker = marker @@ -2131,8 +2069,7 @@ extension GlacierClientTypes { multipartUploadId: Swift.String? = nil, partSizeInBytes: Swift.Int = 0, vaultARN: Swift.String? = nil - ) - { + ) { self.archiveDescription = archiveDescription self.creationDate = creationDate self.multipartUploadId = multipartUploadId @@ -2152,8 +2089,7 @@ public struct ListMultipartUploadsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, uploadsList: [GlacierClientTypes.UploadListElement]? = nil - ) - { + ) { self.marker = marker self.uploadsList = uploadsList } @@ -2181,8 +2117,7 @@ public struct ListPartsInput: Swift.Sendable { marker: Swift.String? = nil, uploadId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.limit = limit self.marker = marker @@ -2203,8 +2138,7 @@ extension GlacierClientTypes { public init( rangeInBytes: Swift.String? = nil, sha256TreeHash: Swift.String? = nil - ) - { + ) { self.rangeInBytes = rangeInBytes self.sha256TreeHash = sha256TreeHash } @@ -2236,8 +2170,7 @@ public struct ListPartsOutput: Swift.Sendable { partSizeInBytes: Swift.Int = 0, parts: [GlacierClientTypes.PartListElement]? = nil, vaultARN: Swift.String? = nil - ) - { + ) { self.archiveDescription = archiveDescription self.creationDate = creationDate self.marker = marker @@ -2255,8 +2188,7 @@ public struct ListProvisionedCapacityInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -2276,8 +2208,7 @@ extension GlacierClientTypes { capacityId: Swift.String? = nil, expirationDate: Swift.String? = nil, startDate: Swift.String? = nil - ) - { + ) { self.capacityId = capacityId self.expirationDate = expirationDate self.startDate = startDate @@ -2291,8 +2222,7 @@ public struct ListProvisionedCapacityOutput: Swift.Sendable { public init( provisionedCapacityList: [GlacierClientTypes.ProvisionedCapacityDescription]? = nil - ) - { + ) { self.provisionedCapacityList = provisionedCapacityList } } @@ -2309,8 +2239,7 @@ public struct ListTagsForVaultInput: Swift.Sendable { public init( accountId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName } @@ -2323,8 +2252,7 @@ public struct ListTagsForVaultOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2343,8 +2271,7 @@ public struct ListVaultsInput: Swift.Sendable { accountId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.limit = limit self.marker = marker @@ -2361,8 +2288,7 @@ public struct ListVaultsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, vaultList: [GlacierClientTypes.DescribeVaultOutput]? = nil - ) - { + ) { self.marker = marker self.vaultList = vaultList } @@ -2375,8 +2301,7 @@ public struct PurchaseProvisionedCapacityInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -2387,8 +2312,7 @@ public struct PurchaseProvisionedCapacityOutput: Swift.Sendable { public init( capacityId: Swift.String? = nil - ) - { + ) { self.capacityId = capacityId } } @@ -2408,8 +2332,7 @@ public struct RemoveTagsFromVaultInput: Swift.Sendable { accountId: Swift.String? = nil, tagKeys: [Swift.String]? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.tagKeys = tagKeys self.vaultName = vaultName @@ -2427,8 +2350,7 @@ public struct SetDataRetrievalPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, policy: GlacierClientTypes.DataRetrievalPolicy? = nil - ) - { + ) { self.accountId = accountId self.policy = policy } @@ -2449,8 +2371,7 @@ public struct SetVaultAccessPolicyInput: Swift.Sendable { accountId: Swift.String? = nil, policy: GlacierClientTypes.VaultAccessPolicy? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.policy = policy self.vaultName = vaultName @@ -2472,8 +2393,7 @@ public struct SetVaultNotificationsInput: Swift.Sendable { accountId: Swift.String? = nil, vaultName: Swift.String? = nil, vaultNotificationConfig: GlacierClientTypes.VaultNotificationConfig? = nil - ) - { + ) { self.accountId = accountId self.vaultName = vaultName self.vaultNotificationConfig = vaultNotificationConfig @@ -2505,8 +2425,7 @@ public struct RequestTimeoutException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.type = type @@ -2534,8 +2453,7 @@ public struct UploadArchiveInput: Swift.Sendable { body: Smithy.ByteStream? = nil, checksum: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.archiveDescription = archiveDescription self.body = body @@ -2557,8 +2475,7 @@ public struct UploadArchiveOutput: Swift.Sendable { archiveId: Swift.String? = nil, checksum: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId self.checksum = checksum self.location = location @@ -2590,8 +2507,7 @@ public struct UploadMultipartPartInput: Swift.Sendable { range: Swift.String? = nil, uploadId: Swift.String? = nil, vaultName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.body = body self.checksum = checksum @@ -2608,8 +2524,7 @@ public struct UploadMultipartPartOutput: Swift.Sendable { public init( checksum: Swift.String? = nil - ) - { + ) { self.checksum = checksum } } diff --git a/Sources/Services/AWSGlobalAccelerator/Package.swift.txt b/Sources/Services/AWSGlobalAccelerator/Package.swift.txt index 231cdcea0b5..12ca09a4dc9 100644 --- a/Sources/Services/AWSGlobalAccelerator/Package.swift.txt +++ b/Sources/Services/AWSGlobalAccelerator/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/GlobalAcceleratorClient.swift b/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/GlobalAcceleratorClient.swift index 76976690bf3..ca3decf9733 100644 --- a/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/GlobalAcceleratorClient.swift +++ b/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/GlobalAcceleratorClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GlobalAcceleratorClient: ClientRuntime.Client { public static let clientName = "GlobalAcceleratorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GlobalAcceleratorClient.GlobalAcceleratorClientConfiguration let serviceName = "Global Accelerator" diff --git a/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/Models.swift b/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/Models.swift index 00f0bba8dae..95a27951305 100644 --- a/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/Models.swift +++ b/Sources/Services/AWSGlobalAccelerator/Sources/AWSGlobalAccelerator/Models.swift @@ -95,8 +95,7 @@ extension GlobalAcceleratorClientTypes { public init( message: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.message = message self.timestamp = timestamp } @@ -177,8 +176,7 @@ extension GlobalAcceleratorClientTypes { ipAddressFamily: GlobalAcceleratorClientTypes.IpAddressFamily? = nil, ipAddresses: [Swift.String]? = nil, ipFamily: Swift.String? = nil - ) - { + ) { self.ipAddressFamily = ipAddressFamily self.ipAddresses = ipAddresses self.ipFamily = ipFamily @@ -254,8 +252,7 @@ extension GlobalAcceleratorClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: GlobalAcceleratorClientTypes.AcceleratorStatus? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.createdTime = createdTime self.dnsName = dnsName @@ -286,8 +283,7 @@ extension GlobalAcceleratorClientTypes { flowLogsEnabled: Swift.Bool? = nil, flowLogsS3Bucket: Swift.String? = nil, flowLogsS3Prefix: Swift.String? = nil - ) - { + ) { self.flowLogsEnabled = flowLogsEnabled self.flowLogsS3Bucket = flowLogsS3Bucket self.flowLogsS3Prefix = flowLogsS3Prefix @@ -313,8 +309,7 @@ public struct AcceleratorNotDisabledException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -337,8 +332,7 @@ public struct AcceleratorNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -361,8 +355,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -385,8 +378,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -409,8 +401,7 @@ public struct EndpointAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -433,8 +424,7 @@ public struct EndpointGroupNotFoundException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -457,8 +447,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -481,8 +470,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -505,8 +493,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -523,8 +510,7 @@ extension GlobalAcceleratorClientTypes { public init( attachmentArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.attachmentArn = attachmentArn self.endpointId = endpointId } @@ -542,8 +528,7 @@ public struct AddCustomRoutingEndpointsInput: Swift.Sendable { public init( endpointConfigurations: [GlobalAcceleratorClientTypes.CustomRoutingEndpointConfiguration]? = nil, endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointConfigurations = endpointConfigurations self.endpointGroupArn = endpointGroupArn } @@ -558,8 +543,7 @@ extension GlobalAcceleratorClientTypes { public init( endpointId: Swift.String? = nil - ) - { + ) { self.endpointId = endpointId } } @@ -574,8 +558,7 @@ public struct AddCustomRoutingEndpointsOutput: Swift.Sendable { public init( endpointDescriptions: [GlobalAcceleratorClientTypes.CustomRoutingEndpointDescription]? = nil, endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointDescriptions = endpointDescriptions self.endpointGroupArn = endpointGroupArn } @@ -599,8 +582,7 @@ public struct TransactionInProgressException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -623,8 +605,7 @@ extension GlobalAcceleratorClientTypes { clientIPPreservationEnabled: Swift.Bool? = nil, endpointId: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.attachmentArn = attachmentArn self.clientIPPreservationEnabled = clientIPPreservationEnabled self.endpointId = endpointId @@ -644,8 +625,7 @@ public struct AddEndpointsInput: Swift.Sendable { public init( endpointConfigurations: [GlobalAcceleratorClientTypes.EndpointConfiguration]? = nil, endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointConfigurations = endpointConfigurations self.endpointGroupArn = endpointGroupArn } @@ -704,8 +684,7 @@ extension GlobalAcceleratorClientTypes { healthReason: Swift.String? = nil, healthState: GlobalAcceleratorClientTypes.HealthState? = nil, weight: Swift.Int? = nil - ) - { + ) { self.clientIPPreservationEnabled = clientIPPreservationEnabled self.endpointId = endpointId self.healthReason = healthReason @@ -724,8 +703,7 @@ public struct AddEndpointsOutput: Swift.Sendable { public init( endpointDescriptions: [GlobalAcceleratorClientTypes.EndpointDescription]? = nil, endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointDescriptions = endpointDescriptions self.endpointGroupArn = endpointGroupArn } @@ -749,8 +727,7 @@ public struct ByoipCidrNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -773,8 +750,7 @@ public struct IncorrectCidrStateException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -786,8 +762,7 @@ public struct AdvertiseByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -804,8 +779,7 @@ extension GlobalAcceleratorClientTypes { public init( message: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.message = message self.timestamp = timestamp } @@ -905,8 +879,7 @@ extension GlobalAcceleratorClientTypes { cidr: Swift.String? = nil, events: [GlobalAcceleratorClientTypes.ByoipCidrEvent]? = nil, state: GlobalAcceleratorClientTypes.ByoipCidrState? = nil - ) - { + ) { self.cidr = cidr self.events = events self.state = state @@ -920,8 +893,7 @@ public struct AdvertiseByoipCidrOutput: Swift.Sendable { public init( byoipCidr: GlobalAcceleratorClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -946,8 +918,7 @@ public struct AllowCustomRoutingTrafficInput: Swift.Sendable { destinationPorts: [Swift.Int]? = nil, endpointGroupArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.allowAllTrafficToEndpoint = allowAllTrafficToEndpoint self.destinationAddresses = destinationAddresses self.destinationPorts = destinationPorts @@ -974,8 +945,7 @@ public struct AssociatedEndpointGroupFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -998,8 +968,7 @@ public struct AssociatedListenerFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1019,8 +988,7 @@ extension GlobalAcceleratorClientTypes { cidr: Swift.String? = nil, endpointId: Swift.String? = "", region: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.endpointId = endpointId self.region = region @@ -1052,8 +1020,7 @@ extension GlobalAcceleratorClientTypes { name: Swift.String? = nil, principals: [Swift.String]? = nil, resources: [GlobalAcceleratorClientTypes.Resource]? = nil - ) - { + ) { self.attachmentArn = attachmentArn self.createdTime = createdTime self.lastModifiedTime = lastModifiedTime @@ -1082,8 +1049,7 @@ public struct AttachmentNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1102,8 +1068,7 @@ extension GlobalAcceleratorClientTypes { public init( message: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.message = message self.signature = signature } @@ -1153,8 +1118,7 @@ extension GlobalAcceleratorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1184,8 +1148,7 @@ public struct CreateAcceleratorInput: Swift.Sendable { ipAddresses: [Swift.String]? = nil, name: Swift.String? = nil, tags: [GlobalAcceleratorClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.idempotencyToken = idempotencyToken self.ipAddressType = ipAddressType @@ -1201,8 +1164,7 @@ public struct CreateAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.Accelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -1227,8 +1189,7 @@ public struct CreateCrossAccountAttachmentInput: Swift.Sendable { principals: [Swift.String]? = nil, resources: [GlobalAcceleratorClientTypes.Resource]? = nil, tags: [GlobalAcceleratorClientTypes.Tag]? = nil - ) - { + ) { self.idempotencyToken = idempotencyToken self.name = name self.principals = principals @@ -1243,8 +1204,7 @@ public struct CreateCrossAccountAttachmentOutput: Swift.Sendable { public init( crossAccountAttachment: GlobalAcceleratorClientTypes.Attachment? = nil - ) - { + ) { self.crossAccountAttachment = crossAccountAttachment } } @@ -1272,8 +1232,7 @@ public struct CreateCustomRoutingAcceleratorInput: Swift.Sendable { ipAddresses: [Swift.String]? = nil, name: Swift.String? = nil, tags: [GlobalAcceleratorClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.idempotencyToken = idempotencyToken self.ipAddressType = ipAddressType @@ -1345,8 +1304,7 @@ extension GlobalAcceleratorClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: GlobalAcceleratorClientTypes.CustomRoutingAcceleratorStatus? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.createdTime = createdTime self.dnsName = dnsName @@ -1366,8 +1324,7 @@ public struct CreateCustomRoutingAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.CustomRoutingAccelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -1390,8 +1347,7 @@ public struct EndpointGroupAlreadyExistsException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1414,8 +1370,7 @@ public struct InvalidPortRangeException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1438,8 +1393,7 @@ public struct ListenerNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1491,8 +1445,7 @@ extension GlobalAcceleratorClientTypes { fromPort: Swift.Int? = nil, protocols: [GlobalAcceleratorClientTypes.CustomRoutingProtocol]? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.protocols = protocols self.toPort = toPort @@ -1519,8 +1472,7 @@ public struct CreateCustomRoutingEndpointGroupInput: Swift.Sendable { endpointGroupRegion: Swift.String? = nil, idempotencyToken: Swift.String? = nil, listenerArn: Swift.String? = nil - ) - { + ) { self.destinationConfigurations = destinationConfigurations self.endpointGroupRegion = endpointGroupRegion self.idempotencyToken = idempotencyToken @@ -1572,8 +1524,7 @@ extension GlobalAcceleratorClientTypes { fromPort: Swift.Int? = nil, protocols: [GlobalAcceleratorClientTypes.ModelProtocol]? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.protocols = protocols self.toPort = toPort @@ -1599,8 +1550,7 @@ extension GlobalAcceleratorClientTypes { endpointDescriptions: [GlobalAcceleratorClientTypes.CustomRoutingEndpointDescription]? = nil, endpointGroupArn: Swift.String? = nil, endpointGroupRegion: Swift.String? = nil - ) - { + ) { self.destinationDescriptions = destinationDescriptions self.endpointDescriptions = endpointDescriptions self.endpointGroupArn = endpointGroupArn @@ -1615,8 +1565,7 @@ public struct CreateCustomRoutingEndpointGroupOutput: Swift.Sendable { public init( endpointGroup: GlobalAcceleratorClientTypes.CustomRoutingEndpointGroup? = nil - ) - { + ) { self.endpointGroup = endpointGroup } } @@ -1633,8 +1582,7 @@ extension GlobalAcceleratorClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -1656,8 +1604,7 @@ public struct CreateCustomRoutingListenerInput: Swift.Sendable { acceleratorArn: Swift.String? = nil, idempotencyToken: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.idempotencyToken = idempotencyToken self.portRanges = portRanges @@ -1676,8 +1623,7 @@ extension GlobalAcceleratorClientTypes { public init( listenerArn: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil - ) - { + ) { self.listenerArn = listenerArn self.portRanges = portRanges } @@ -1690,8 +1636,7 @@ public struct CreateCustomRoutingListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.CustomRoutingListener? = nil - ) - { + ) { self.listener = listener } } @@ -1740,8 +1685,7 @@ extension GlobalAcceleratorClientTypes { public init( endpointPort: Swift.Int? = nil, listenerPort: Swift.Int? = nil - ) - { + ) { self.endpointPort = endpointPort self.listenerPort = listenerPort } @@ -1787,8 +1731,7 @@ public struct CreateEndpointGroupInput: Swift.Sendable { portOverrides: [GlobalAcceleratorClientTypes.PortOverride]? = nil, thresholdCount: Swift.Int? = nil, trafficDialPercentage: Swift.Float? = nil - ) - { + ) { self.endpointConfigurations = endpointConfigurations self.endpointGroupRegion = endpointGroupRegion self.healthCheckIntervalSeconds = healthCheckIntervalSeconds @@ -1839,8 +1782,7 @@ extension GlobalAcceleratorClientTypes { portOverrides: [GlobalAcceleratorClientTypes.PortOverride]? = nil, thresholdCount: Swift.Int? = nil, trafficDialPercentage: Swift.Float? = nil - ) - { + ) { self.endpointDescriptions = endpointDescriptions self.endpointGroupArn = endpointGroupArn self.endpointGroupRegion = endpointGroupRegion @@ -1861,8 +1803,7 @@ public struct CreateEndpointGroupOutput: Swift.Sendable { public init( endpointGroup: GlobalAcceleratorClientTypes.EndpointGroup? = nil - ) - { + ) { self.endpointGroup = endpointGroup } } @@ -1889,8 +1830,7 @@ public struct CreateListenerInput: Swift.Sendable { idempotencyToken: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil, `protocol`: GlobalAcceleratorClientTypes.ModelProtocol? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.clientAffinity = clientAffinity self.idempotencyToken = idempotencyToken @@ -1917,8 +1857,7 @@ extension GlobalAcceleratorClientTypes { listenerArn: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil, `protocol`: GlobalAcceleratorClientTypes.ModelProtocol? = nil - ) - { + ) { self.clientAffinity = clientAffinity self.listenerArn = listenerArn self.portRanges = portRanges @@ -1933,8 +1872,7 @@ public struct CreateListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.Listener? = nil - ) - { + ) { self.listener = listener } } @@ -1954,8 +1892,7 @@ extension GlobalAcceleratorClientTypes { attachmentArn: Swift.String? = nil, cidr: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.attachmentArn = attachmentArn self.cidr = cidr self.endpointId = endpointId @@ -1978,8 +1915,7 @@ extension GlobalAcceleratorClientTypes { flowLogsEnabled: Swift.Bool? = nil, flowLogsS3Bucket: Swift.String? = nil, flowLogsS3Prefix: Swift.String? = nil - ) - { + ) { self.flowLogsEnabled = flowLogsEnabled self.flowLogsS3Bucket = flowLogsS3Bucket self.flowLogsS3Prefix = flowLogsS3Prefix @@ -2023,8 +1959,7 @@ public struct DeleteAcceleratorInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2036,8 +1971,7 @@ public struct DeleteCrossAccountAttachmentInput: Swift.Sendable { public init( attachmentArn: Swift.String? = nil - ) - { + ) { self.attachmentArn = attachmentArn } } @@ -2049,8 +1983,7 @@ public struct DeleteCustomRoutingAcceleratorInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2062,8 +1995,7 @@ public struct DeleteCustomRoutingEndpointGroupInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn } } @@ -2075,8 +2007,7 @@ public struct DeleteCustomRoutingListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -2088,8 +2019,7 @@ public struct DeleteEndpointGroupInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn } } @@ -2101,8 +2031,7 @@ public struct DeleteListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -2127,8 +2056,7 @@ public struct DenyCustomRoutingTrafficInput: Swift.Sendable { destinationPorts: [Swift.Int]? = nil, endpointGroupArn: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.denyAllTrafficToEndpoint = denyAllTrafficToEndpoint self.destinationAddresses = destinationAddresses self.destinationPorts = destinationPorts @@ -2144,8 +2072,7 @@ public struct DeprovisionByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -2156,8 +2083,7 @@ public struct DeprovisionByoipCidrOutput: Swift.Sendable { public init( byoipCidr: GlobalAcceleratorClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -2169,8 +2095,7 @@ public struct DescribeAcceleratorInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2181,8 +2106,7 @@ public struct DescribeAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.Accelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -2194,8 +2118,7 @@ public struct DescribeAcceleratorAttributesInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2206,8 +2129,7 @@ public struct DescribeAcceleratorAttributesOutput: Swift.Sendable { public init( acceleratorAttributes: GlobalAcceleratorClientTypes.AcceleratorAttributes? = nil - ) - { + ) { self.acceleratorAttributes = acceleratorAttributes } } @@ -2219,8 +2141,7 @@ public struct DescribeCrossAccountAttachmentInput: Swift.Sendable { public init( attachmentArn: Swift.String? = nil - ) - { + ) { self.attachmentArn = attachmentArn } } @@ -2231,8 +2152,7 @@ public struct DescribeCrossAccountAttachmentOutput: Swift.Sendable { public init( crossAccountAttachment: GlobalAcceleratorClientTypes.Attachment? = nil - ) - { + ) { self.crossAccountAttachment = crossAccountAttachment } } @@ -2244,8 +2164,7 @@ public struct DescribeCustomRoutingAcceleratorInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2256,8 +2175,7 @@ public struct DescribeCustomRoutingAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.CustomRoutingAccelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -2269,8 +2187,7 @@ public struct DescribeCustomRoutingAcceleratorAttributesInput: Swift.Sendable { public init( acceleratorArn: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn } } @@ -2281,8 +2198,7 @@ public struct DescribeCustomRoutingAcceleratorAttributesOutput: Swift.Sendable { public init( acceleratorAttributes: GlobalAcceleratorClientTypes.CustomRoutingAcceleratorAttributes? = nil - ) - { + ) { self.acceleratorAttributes = acceleratorAttributes } } @@ -2294,8 +2210,7 @@ public struct DescribeCustomRoutingEndpointGroupInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn } } @@ -2306,8 +2221,7 @@ public struct DescribeCustomRoutingEndpointGroupOutput: Swift.Sendable { public init( endpointGroup: GlobalAcceleratorClientTypes.CustomRoutingEndpointGroup? = nil - ) - { + ) { self.endpointGroup = endpointGroup } } @@ -2319,8 +2233,7 @@ public struct DescribeCustomRoutingListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -2331,8 +2244,7 @@ public struct DescribeCustomRoutingListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.CustomRoutingListener? = nil - ) - { + ) { self.listener = listener } } @@ -2344,8 +2256,7 @@ public struct DescribeEndpointGroupInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn } } @@ -2356,8 +2267,7 @@ public struct DescribeEndpointGroupOutput: Swift.Sendable { public init( endpointGroup: GlobalAcceleratorClientTypes.EndpointGroup? = nil - ) - { + ) { self.endpointGroup = endpointGroup } } @@ -2369,8 +2279,7 @@ public struct DescribeListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn } } @@ -2381,8 +2290,7 @@ public struct DescribeListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.Listener? = nil - ) - { + ) { self.listener = listener } } @@ -2399,8 +2307,7 @@ extension GlobalAcceleratorClientTypes { public init( ipAddress: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.ipAddress = ipAddress self.port = port } @@ -2437,8 +2344,7 @@ extension GlobalAcceleratorClientTypes { endpointGroupRegion: Swift.String? = nil, endpointId: Swift.String? = nil, ipAddressType: GlobalAcceleratorClientTypes.IpAddressType? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.acceleratorSocketAddresses = acceleratorSocketAddresses self.destinationSocketAddress = destinationSocketAddress @@ -2464,8 +2370,7 @@ extension GlobalAcceleratorClientTypes { public init( clientIPPreservationEnabled: Swift.Bool? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.clientIPPreservationEnabled = clientIPPreservationEnabled self.endpointId = endpointId } @@ -2490,8 +2395,7 @@ public struct EndpointNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2514,8 +2418,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2529,8 +2432,7 @@ public struct ListAcceleratorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2545,8 +2447,7 @@ public struct ListAcceleratorsOutput: Swift.Sendable { public init( accelerators: [GlobalAcceleratorClientTypes.Accelerator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accelerators = accelerators self.nextToken = nextToken } @@ -2561,8 +2462,7 @@ public struct ListByoipCidrsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2577,8 +2477,7 @@ public struct ListByoipCidrsOutput: Swift.Sendable { public init( byoipCidrs: [GlobalAcceleratorClientTypes.ByoipCidr]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.byoipCidrs = byoipCidrs self.nextToken = nextToken } @@ -2593,8 +2492,7 @@ public struct ListCrossAccountAttachmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2609,8 +2507,7 @@ public struct ListCrossAccountAttachmentsOutput: Swift.Sendable { public init( crossAccountAttachments: [GlobalAcceleratorClientTypes.Attachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crossAccountAttachments = crossAccountAttachments self.nextToken = nextToken } @@ -2627,8 +2524,7 @@ public struct ListCrossAccountResourceAccountsOutput: Swift.Sendable { public init( resourceOwnerAwsAccountIds: [Swift.String]? = nil - ) - { + ) { self.resourceOwnerAwsAccountIds = resourceOwnerAwsAccountIds } } @@ -2649,8 +2545,7 @@ public struct ListCrossAccountResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceOwnerAwsAccountId: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2667,8 +2562,7 @@ public struct ListCrossAccountResourcesOutput: Swift.Sendable { public init( crossAccountResources: [GlobalAcceleratorClientTypes.CrossAccountResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crossAccountResources = crossAccountResources self.nextToken = nextToken } @@ -2683,8 +2577,7 @@ public struct ListCustomRoutingAcceleratorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2699,8 +2592,7 @@ public struct ListCustomRoutingAcceleratorsOutput: Swift.Sendable { public init( accelerators: [GlobalAcceleratorClientTypes.CustomRoutingAccelerator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accelerators = accelerators self.nextToken = nextToken } @@ -2719,8 +2611,7 @@ public struct ListCustomRoutingEndpointGroupsInput: Swift.Sendable { listenerArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn self.maxResults = maxResults self.nextToken = nextToken @@ -2736,8 +2627,7 @@ public struct ListCustomRoutingEndpointGroupsOutput: Swift.Sendable { public init( endpointGroups: [GlobalAcceleratorClientTypes.CustomRoutingEndpointGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpointGroups = endpointGroups self.nextToken = nextToken } @@ -2756,8 +2646,7 @@ public struct ListCustomRoutingListenersInput: Swift.Sendable { acceleratorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2773,8 +2662,7 @@ public struct ListCustomRoutingListenersOutput: Swift.Sendable { public init( listeners: [GlobalAcceleratorClientTypes.CustomRoutingListener]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.listeners = listeners self.nextToken = nextToken } @@ -2796,8 +2684,7 @@ public struct ListCustomRoutingPortMappingsInput: Swift.Sendable { endpointGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.endpointGroupArn = endpointGroupArn self.maxResults = maxResults @@ -2829,8 +2716,7 @@ extension GlobalAcceleratorClientTypes { endpointGroupArn: Swift.String? = nil, endpointId: Swift.String? = nil, protocols: [GlobalAcceleratorClientTypes.CustomRoutingProtocol]? = nil - ) - { + ) { self.acceleratorPort = acceleratorPort self.destinationSocketAddress = destinationSocketAddress self.destinationTrafficState = destinationTrafficState @@ -2850,8 +2736,7 @@ public struct ListCustomRoutingPortMappingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, portMappings: [GlobalAcceleratorClientTypes.PortMapping]? = nil - ) - { + ) { self.nextToken = nextToken self.portMappings = portMappings } @@ -2874,8 +2759,7 @@ public struct ListCustomRoutingPortMappingsByDestinationInput: Swift.Sendable { endpointId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationAddress = destinationAddress self.endpointId = endpointId self.maxResults = maxResults @@ -2892,8 +2776,7 @@ public struct ListCustomRoutingPortMappingsByDestinationOutput: Swift.Sendable { public init( destinationPortMappings: [GlobalAcceleratorClientTypes.DestinationPortMapping]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationPortMappings = destinationPortMappings self.nextToken = nextToken } @@ -2912,8 +2795,7 @@ public struct ListEndpointGroupsInput: Swift.Sendable { listenerArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.listenerArn = listenerArn self.maxResults = maxResults self.nextToken = nextToken @@ -2929,8 +2811,7 @@ public struct ListEndpointGroupsOutput: Swift.Sendable { public init( endpointGroups: [GlobalAcceleratorClientTypes.EndpointGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpointGroups = endpointGroups self.nextToken = nextToken } @@ -2949,8 +2830,7 @@ public struct ListListenersInput: Swift.Sendable { acceleratorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2966,8 +2846,7 @@ public struct ListListenersOutput: Swift.Sendable { public init( listeners: [GlobalAcceleratorClientTypes.Listener]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.listeners = listeners self.nextToken = nextToken } @@ -2980,8 +2859,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2992,8 +2870,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [GlobalAcceleratorClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3009,8 +2886,7 @@ public struct ProvisionByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil, cidrAuthorizationContext: GlobalAcceleratorClientTypes.CidrAuthorizationContext? = nil - ) - { + ) { self.cidr = cidr self.cidrAuthorizationContext = cidrAuthorizationContext } @@ -3022,8 +2898,7 @@ public struct ProvisionByoipCidrOutput: Swift.Sendable { public init( byoipCidr: GlobalAcceleratorClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } @@ -3039,8 +2914,7 @@ public struct RemoveCustomRoutingEndpointsInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil, endpointIds: [Swift.String]? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn self.endpointIds = endpointIds } @@ -3057,8 +2931,7 @@ public struct RemoveEndpointsInput: Swift.Sendable { public init( endpointGroupArn: Swift.String? = nil, endpointIdentifiers: [GlobalAcceleratorClientTypes.EndpointIdentifier]? = nil - ) - { + ) { self.endpointGroupArn = endpointGroupArn self.endpointIdentifiers = endpointIdentifiers } @@ -3075,8 +2948,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [GlobalAcceleratorClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3098,8 +2970,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3129,8 +3000,7 @@ public struct UpdateAcceleratorInput: Swift.Sendable { ipAddressType: GlobalAcceleratorClientTypes.IpAddressType? = nil, ipAddresses: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.enabled = enabled self.ipAddressType = ipAddressType @@ -3145,8 +3015,7 @@ public struct UpdateAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.Accelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -3167,8 +3036,7 @@ public struct UpdateAcceleratorAttributesInput: Swift.Sendable { flowLogsEnabled: Swift.Bool? = nil, flowLogsS3Bucket: Swift.String? = nil, flowLogsS3Prefix: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.flowLogsEnabled = flowLogsEnabled self.flowLogsS3Bucket = flowLogsS3Bucket @@ -3182,8 +3050,7 @@ public struct UpdateAcceleratorAttributesOutput: Swift.Sendable { public init( acceleratorAttributes: GlobalAcceleratorClientTypes.AcceleratorAttributes? = nil - ) - { + ) { self.acceleratorAttributes = acceleratorAttributes } } @@ -3210,8 +3077,7 @@ public struct UpdateCrossAccountAttachmentInput: Swift.Sendable { name: Swift.String? = nil, removePrincipals: [Swift.String]? = nil, removeResources: [GlobalAcceleratorClientTypes.Resource]? = nil - ) - { + ) { self.addPrincipals = addPrincipals self.addResources = addResources self.attachmentArn = attachmentArn @@ -3227,8 +3093,7 @@ public struct UpdateCrossAccountAttachmentOutput: Swift.Sendable { public init( crossAccountAttachment: GlobalAcceleratorClientTypes.Attachment? = nil - ) - { + ) { self.crossAccountAttachment = crossAccountAttachment } } @@ -3252,8 +3117,7 @@ public struct UpdateCustomRoutingAcceleratorInput: Swift.Sendable { ipAddressType: GlobalAcceleratorClientTypes.IpAddressType? = nil, ipAddresses: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.enabled = enabled self.ipAddressType = ipAddressType @@ -3268,8 +3132,7 @@ public struct UpdateCustomRoutingAcceleratorOutput: Swift.Sendable { public init( accelerator: GlobalAcceleratorClientTypes.CustomRoutingAccelerator? = nil - ) - { + ) { self.accelerator = accelerator } } @@ -3290,8 +3153,7 @@ public struct UpdateCustomRoutingAcceleratorAttributesInput: Swift.Sendable { flowLogsEnabled: Swift.Bool? = nil, flowLogsS3Bucket: Swift.String? = nil, flowLogsS3Prefix: Swift.String? = nil - ) - { + ) { self.acceleratorArn = acceleratorArn self.flowLogsEnabled = flowLogsEnabled self.flowLogsS3Bucket = flowLogsS3Bucket @@ -3305,8 +3167,7 @@ public struct UpdateCustomRoutingAcceleratorAttributesOutput: Swift.Sendable { public init( acceleratorAttributes: GlobalAcceleratorClientTypes.CustomRoutingAcceleratorAttributes? = nil - ) - { + ) { self.acceleratorAttributes = acceleratorAttributes } } @@ -3322,8 +3183,7 @@ public struct UpdateCustomRoutingListenerInput: Swift.Sendable { public init( listenerArn: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil - ) - { + ) { self.listenerArn = listenerArn self.portRanges = portRanges } @@ -3335,8 +3195,7 @@ public struct UpdateCustomRoutingListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.CustomRoutingListener? = nil - ) - { + ) { self.listener = listener } } @@ -3372,8 +3231,7 @@ public struct UpdateEndpointGroupInput: Swift.Sendable { portOverrides: [GlobalAcceleratorClientTypes.PortOverride]? = nil, thresholdCount: Swift.Int? = nil, trafficDialPercentage: Swift.Float? = nil - ) - { + ) { self.endpointConfigurations = endpointConfigurations self.endpointGroupArn = endpointGroupArn self.healthCheckIntervalSeconds = healthCheckIntervalSeconds @@ -3392,8 +3250,7 @@ public struct UpdateEndpointGroupOutput: Swift.Sendable { public init( endpointGroup: GlobalAcceleratorClientTypes.EndpointGroup? = nil - ) - { + ) { self.endpointGroup = endpointGroup } } @@ -3414,8 +3271,7 @@ public struct UpdateListenerInput: Swift.Sendable { listenerArn: Swift.String? = nil, portRanges: [GlobalAcceleratorClientTypes.PortRange]? = nil, `protocol`: GlobalAcceleratorClientTypes.ModelProtocol? = nil - ) - { + ) { self.clientAffinity = clientAffinity self.listenerArn = listenerArn self.portRanges = portRanges @@ -3429,8 +3285,7 @@ public struct UpdateListenerOutput: Swift.Sendable { public init( listener: GlobalAcceleratorClientTypes.Listener? = nil - ) - { + ) { self.listener = listener } } @@ -3442,8 +3297,7 @@ public struct WithdrawByoipCidrInput: Swift.Sendable { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -3454,8 +3308,7 @@ public struct WithdrawByoipCidrOutput: Swift.Sendable { public init( byoipCidr: GlobalAcceleratorClientTypes.ByoipCidr? = nil - ) - { + ) { self.byoipCidr = byoipCidr } } diff --git a/Sources/Services/AWSGlue/Package.swift.txt b/Sources/Services/AWSGlue/Package.swift.txt index c655852f992..835df034b46 100644 --- a/Sources/Services/AWSGlue/Package.swift.txt +++ b/Sources/Services/AWSGlue/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGlue/Sources/AWSGlue/GlueClient.swift b/Sources/Services/AWSGlue/Sources/AWSGlue/GlueClient.swift index 129d7ccea39..d4b54f8ee8c 100644 --- a/Sources/Services/AWSGlue/Sources/AWSGlue/GlueClient.swift +++ b/Sources/Services/AWSGlue/Sources/AWSGlue/GlueClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GlueClient: ClientRuntime.Client { public static let clientName = "GlueClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GlueClient.GlueClientConfiguration let serviceName = "Glue" diff --git a/Sources/Services/AWSGlue/Sources/AWSGlue/Models.swift b/Sources/Services/AWSGlue/Sources/AWSGlue/Models.swift index 6db79d1f898..df939cc58a9 100644 --- a/Sources/Services/AWSGlue/Sources/AWSGlue/Models.swift +++ b/Sources/Services/AWSGlue/Sources/AWSGlue/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -66,8 +65,7 @@ extension GlueClientTypes { public init( notifyDelayAfter: Swift.Int? = nil - ) - { + ) { self.notifyDelayAfter = notifyDelayAfter } } @@ -97,8 +95,7 @@ extension GlueClientTypes { notificationProperty: GlueClientTypes.NotificationProperty? = nil, securityConfiguration: Swift.String? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.arguments = arguments self.crawlerName = crawlerName self.jobName = jobName @@ -220,8 +217,7 @@ extension GlueClientTypes { public init( aggFunc: GlueClientTypes.AggFunction? = nil, column: [Swift.String]? = nil - ) - { + ) { self.aggFunc = aggFunc self.column = column } @@ -250,8 +246,7 @@ extension GlueClientTypes { groups: [[Swift.String]]? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.aggs = aggs self.groups = groups self.inputs = inputs @@ -273,8 +268,7 @@ extension GlueClientTypes { public init( description: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.description = description self.value = value } @@ -300,8 +294,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -318,8 +311,7 @@ extension GlueClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -341,8 +333,7 @@ extension GlueClientTypes { description: Swift.String? = nil, label: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.description = description self.label = label self.value = value @@ -434,8 +425,7 @@ extension GlueClientTypes { tableSchema: [GlueClientTypes.Option]? = nil, tempDir: Swift.String? = nil, upsert: Swift.Bool = false - ) - { + ) { self.accessType = accessType self.action = action self.advancedOptions = advancedOptions @@ -478,8 +468,7 @@ extension GlueClientTypes { public init( data: GlueClientTypes.AmazonRedshiftNodeData? = nil, name: Swift.String? = nil - ) - { + ) { self.data = data self.name = name } @@ -501,8 +490,7 @@ extension GlueClientTypes { data: GlueClientTypes.AmazonRedshiftNodeData? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.data = data self.inputs = inputs self.name = name @@ -525,8 +513,7 @@ extension GlueClientTypes { failureReason: Swift.String? = nil, profileId: Swift.String? = nil, statisticId: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.profileId = profileId self.statisticId = statisticId @@ -575,8 +562,7 @@ extension GlueClientTypes { public init( lastModifiedOn: Foundation.Date? = nil, value: GlueClientTypes.InclusionAnnotationValue? = nil - ) - { + ) { self.lastModifiedOn = lastModifiedOn self.value = value } @@ -601,8 +587,7 @@ extension GlueClientTypes { profileId: Swift.String? = nil, statisticId: Swift.String? = nil, statisticRecordedOn: Foundation.Date? = nil - ) - { + ) { self.inclusionAnnotation = inclusionAnnotation self.profileId = profileId self.statisticId = statisticId @@ -624,8 +609,7 @@ extension GlueClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -641,8 +625,7 @@ extension GlueClientTypes { public init( columns: [GlueClientTypes.GlueStudioSchemaColumn]? = nil - ) - { + ) { self.columns = columns } } @@ -680,8 +663,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.connectionTable = connectionTable self.connectionType = connectionType @@ -708,8 +690,7 @@ extension GlueClientTypes { additionalAuditContext: Swift.String? = nil, allColumnsRequested: Swift.Bool? = nil, requestedColumns: [Swift.String]? = nil - ) - { + ) { self.additionalAuditContext = additionalAuditContext self.allColumnsRequested = allColumnsRequested self.requestedColumns = requestedColumns @@ -815,8 +796,7 @@ extension GlueClientTypes { name: Swift.String? = nil, propertyTypes: [GlueClientTypes.PropertyType]? = [], `required`: Swift.Bool? = nil - ) - { + ) { self.allowedValues = allowedValues self.dataOperationScopes = dataOperationScopes self.defaultValue = defaultValue @@ -850,8 +830,7 @@ extension GlueClientTypes { customAuthenticationProperties: [Swift.String: GlueClientTypes.Property]? = nil, oAuth2Properties: [Swift.String: GlueClientTypes.Property]? = nil, secretArn: GlueClientTypes.Property? = nil - ) - { + ) { self.authenticationType = authenticationType self.basicAuthenticationProperties = basicAuthenticationProperties self.customAuthenticationProperties = customAuthenticationProperties @@ -908,8 +887,7 @@ extension GlueClientTypes { public init( awsManagedClientApplicationReference: Swift.String? = nil, userManagedClientApplicationClientId: Swift.String? = nil - ) - { + ) { self.awsManagedClientApplicationReference = awsManagedClientApplicationReference self.userManagedClientApplicationClientId = userManagedClientApplicationClientId } @@ -966,8 +944,7 @@ extension GlueClientTypes { oAuth2GrantType: GlueClientTypes.OAuth2GrantType? = nil, tokenUrl: Swift.String? = nil, tokenUrlParametersMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.oAuth2ClientApplication = oAuth2ClientApplication self.oAuth2GrantType = oAuth2GrantType self.tokenUrl = tokenUrl @@ -991,8 +968,7 @@ extension GlueClientTypes { authenticationType: GlueClientTypes.AuthenticationType? = nil, oAuth2Properties: GlueClientTypes.OAuth2Properties? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.oAuth2Properties = oAuth2Properties self.secretArn = secretArn @@ -1012,8 +988,7 @@ extension GlueClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -1037,8 +1012,7 @@ extension GlueClientTypes { public init( authorizationCode: Swift.String? = nil, redirectUri: Swift.String? = nil - ) - { + ) { self.authorizationCode = authorizationCode self.redirectUri = redirectUri } @@ -1068,8 +1042,7 @@ extension GlueClientTypes { jwtToken: Swift.String? = nil, refreshToken: Swift.String? = nil, userManagedClientApplicationClientSecret: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.jwtToken = jwtToken self.refreshToken = refreshToken @@ -1107,8 +1080,7 @@ extension GlueClientTypes { oAuth2GrantType: GlueClientTypes.OAuth2GrantType? = nil, tokenUrl: Swift.String? = nil, tokenUrlParametersMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorizationCodeProperties = authorizationCodeProperties self.oAuth2ClientApplication = oAuth2ClientApplication self.oAuth2Credentials = oAuth2Credentials @@ -1143,8 +1115,7 @@ extension GlueClientTypes { kmsKeyArn: Swift.String? = nil, oAuth2Properties: GlueClientTypes.OAuth2PropertiesInput? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.basicAuthenticationCredentials = basicAuthenticationCredentials self.customAuthenticationCredentials = customAuthenticationCredentials @@ -1182,8 +1153,7 @@ public struct EntityNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( fromFederationSource: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fromFederationSource = fromFederationSource self.properties.message = message } @@ -1208,8 +1178,7 @@ public struct GlueEncryptionException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1233,8 +1202,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1261,8 +1229,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( fromFederationSource: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fromFederationSource = fromFederationSource self.properties.message = message } @@ -1287,8 +1254,7 @@ public struct OperationTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1312,8 +1278,7 @@ public struct ResourceNumberLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1337,8 +1302,7 @@ extension GlueClientTypes { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.comment = comment self.name = name self.parameters = parameters @@ -1362,8 +1326,7 @@ extension GlueClientTypes { registryName: Swift.String? = nil, schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaArn = schemaArn self.schemaName = schemaName @@ -1386,8 +1349,7 @@ extension GlueClientTypes { schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionId: Swift.String? = nil, schemaVersionNumber: Swift.Int? = nil - ) - { + ) { self.schemaId = schemaId self.schemaVersionId = schemaVersionId self.schemaVersionNumber = schemaVersionNumber @@ -1410,8 +1372,7 @@ extension GlueClientTypes { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, serializationLibrary: Swift.String? = nil - ) - { + ) { self.name = name self.parameters = parameters self.serializationLibrary = serializationLibrary @@ -1434,8 +1395,7 @@ extension GlueClientTypes { skewedColumnNames: [Swift.String]? = nil, skewedColumnValueLocationMaps: [Swift.String: Swift.String]? = nil, skewedColumnValues: [Swift.String]? = nil - ) - { + ) { self.skewedColumnNames = skewedColumnNames self.skewedColumnValueLocationMaps = skewedColumnValueLocationMaps self.skewedColumnValues = skewedColumnValues @@ -1457,8 +1417,7 @@ extension GlueClientTypes { public init( column: Swift.String? = nil, sortOrder: Swift.Int = 0 - ) - { + ) { self.column = column self.sortOrder = sortOrder } @@ -1513,8 +1472,7 @@ extension GlueClientTypes { skewedInfo: GlueClientTypes.SkewedInfo? = nil, sortColumns: [GlueClientTypes.Order]? = nil, storedAsSubDirectories: Swift.Bool = false - ) - { + ) { self.additionalLocations = additionalLocations self.bucketColumns = bucketColumns self.columns = columns @@ -1554,8 +1512,7 @@ extension GlueClientTypes { parameters: [Swift.String: Swift.String]? = nil, storageDescriptor: GlueClientTypes.StorageDescriptor? = nil, values: [Swift.String]? = nil - ) - { + ) { self.lastAccessTime = lastAccessTime self.lastAnalyzedTime = lastAnalyzedTime self.parameters = parameters @@ -1583,8 +1540,7 @@ public struct BatchCreatePartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionInputList: [GlueClientTypes.PartitionInput]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionInputList = partitionInputList @@ -1604,8 +1560,7 @@ extension GlueClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -1624,8 +1579,7 @@ extension GlueClientTypes { public init( errorDetail: GlueClientTypes.ErrorDetail? = nil, partitionValues: [Swift.String]? = nil - ) - { + ) { self.errorDetail = errorDetail self.partitionValues = partitionValues } @@ -1638,8 +1592,7 @@ public struct BatchCreatePartitionOutput: Swift.Sendable { public init( errors: [GlueClientTypes.PartitionError]? = nil - ) - { + ) { self.errors = errors } } @@ -1654,8 +1607,7 @@ public struct BatchDeleteConnectionInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, connectionNameList: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.connectionNameList = connectionNameList } @@ -1670,8 +1622,7 @@ public struct BatchDeleteConnectionOutput: Swift.Sendable { public init( errors: [Swift.String: GlueClientTypes.ErrorDetail]? = nil, succeeded: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.succeeded = succeeded } @@ -1687,8 +1638,7 @@ extension GlueClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -1712,8 +1662,7 @@ public struct BatchDeletePartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionsToDelete: [GlueClientTypes.PartitionValueList]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionsToDelete = partitionsToDelete @@ -1727,8 +1676,7 @@ public struct BatchDeletePartitionOutput: Swift.Sendable { public init( errors: [GlueClientTypes.PartitionError]? = nil - ) - { + ) { self.errors = errors } } @@ -1752,8 +1700,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1775,8 +1722,7 @@ public struct BatchDeleteTableInput: Swift.Sendable { databaseName: Swift.String? = nil, tablesToDelete: [Swift.String]? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tablesToDelete = tablesToDelete @@ -1796,8 +1742,7 @@ extension GlueClientTypes { public init( errorDetail: GlueClientTypes.ErrorDetail? = nil, tableName: Swift.String? = nil - ) - { + ) { self.errorDetail = errorDetail self.tableName = tableName } @@ -1810,8 +1755,7 @@ public struct BatchDeleteTableOutput: Swift.Sendable { public init( errors: [GlueClientTypes.TableError]? = nil - ) - { + ) { self.errors = errors } } @@ -1834,8 +1778,7 @@ public struct BatchDeleteTableVersionInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, versionIds: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -1858,8 +1801,7 @@ extension GlueClientTypes { errorDetail: GlueClientTypes.ErrorDetail? = nil, tableName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.errorDetail = errorDetail self.tableName = tableName self.versionId = versionId @@ -1873,8 +1815,7 @@ public struct BatchDeleteTableVersionOutput: Swift.Sendable { public init( errors: [GlueClientTypes.TableVersionError]? = nil - ) - { + ) { self.errors = errors } } @@ -1892,8 +1833,7 @@ public struct BatchGetBlueprintsInput: Swift.Sendable { includeBlueprint: Swift.Bool? = nil, includeParameterSpec: Swift.Bool? = nil, names: [Swift.String]? = nil - ) - { + ) { self.includeBlueprint = includeBlueprint self.includeParameterSpec = includeParameterSpec self.names = names @@ -1921,8 +1861,7 @@ extension GlueClientTypes { description: Swift.String? = nil, lastModifiedOn: Foundation.Date? = nil, parameterSpec: Swift.String? = nil - ) - { + ) { self.blueprintLocation = blueprintLocation self.blueprintServiceLocation = blueprintServiceLocation self.description = description @@ -2011,8 +1950,7 @@ extension GlueClientTypes { name: Swift.String? = nil, parameterSpec: Swift.String? = nil, status: GlueClientTypes.BlueprintStatus? = nil - ) - { + ) { self.blueprintLocation = blueprintLocation self.blueprintServiceLocation = blueprintServiceLocation self.createdOn = createdOn @@ -2036,8 +1974,7 @@ public struct BatchGetBlueprintsOutput: Swift.Sendable { public init( blueprints: [GlueClientTypes.Blueprint]? = nil, missingBlueprints: [Swift.String]? = nil - ) - { + ) { self.blueprints = blueprints self.missingBlueprints = missingBlueprints } @@ -2050,8 +1987,7 @@ public struct BatchGetCrawlersInput: Swift.Sendable { public init( crawlerNames: [Swift.String]? = nil - ) - { + ) { self.crawlerNames = crawlerNames } } @@ -2068,8 +2004,7 @@ extension GlueClientTypes { public init( accountId: Swift.String? = nil, useLakeFormationCredentials: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.useLakeFormationCredentials = useLakeFormationCredentials } @@ -2132,8 +2067,7 @@ extension GlueClientTypes { messagePrefix: Swift.String? = nil, startTime: Foundation.Date? = nil, status: GlueClientTypes.LastCrawlStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.logGroup = logGroup self.logStream = logStream @@ -2186,8 +2120,7 @@ extension GlueClientTypes { public init( crawlerLineageSettings: GlueClientTypes.CrawlerLineageSettings? = nil - ) - { + ) { self.crawlerLineageSettings = crawlerLineageSettings } } @@ -2234,8 +2167,7 @@ extension GlueClientTypes { public init( recrawlBehavior: GlueClientTypes.RecrawlBehavior? = nil - ) - { + ) { self.recrawlBehavior = recrawlBehavior } } @@ -2285,8 +2217,7 @@ extension GlueClientTypes { public init( scheduleExpression: Swift.String? = nil, state: GlueClientTypes.ScheduleState? = nil - ) - { + ) { self.scheduleExpression = scheduleExpression self.state = state } @@ -2366,8 +2297,7 @@ extension GlueClientTypes { public init( deleteBehavior: GlueClientTypes.DeleteBehavior? = nil, updateBehavior: GlueClientTypes.UpdateBehavior? = nil - ) - { + ) { self.deleteBehavior = deleteBehavior self.updateBehavior = updateBehavior } @@ -2429,8 +2359,7 @@ extension GlueClientTypes { dlqEventQueueArn: Swift.String? = nil, eventQueueArn: Swift.String? = nil, tables: [Swift.String]? = nil - ) - { + ) { self.connectionName = connectionName self.databaseName = databaseName self.dlqEventQueueArn = dlqEventQueueArn @@ -2458,8 +2387,7 @@ extension GlueClientTypes { createNativeDeltaTable: Swift.Bool? = nil, deltaTables: [Swift.String]? = nil, writeManifest: Swift.Bool? = nil - ) - { + ) { self.connectionName = connectionName self.createNativeDeltaTable = createNativeDeltaTable self.deltaTables = deltaTables @@ -2483,8 +2411,7 @@ extension GlueClientTypes { path: Swift.String? = nil, scanAll: Swift.Bool? = nil, scanRate: Swift.Double? = nil - ) - { + ) { self.path = path self.scanAll = scanAll self.scanRate = scanRate @@ -2510,8 +2437,7 @@ extension GlueClientTypes { exclusions: [Swift.String]? = nil, maximumTraversalDepth: Swift.Int? = nil, paths: [Swift.String]? = nil - ) - { + ) { self.connectionName = connectionName self.exclusions = exclusions self.maximumTraversalDepth = maximumTraversalDepth @@ -2538,8 +2464,7 @@ extension GlueClientTypes { exclusions: [Swift.String]? = nil, maximumTraversalDepth: Swift.Int? = nil, paths: [Swift.String]? = nil - ) - { + ) { self.connectionName = connectionName self.exclusions = exclusions self.maximumTraversalDepth = maximumTraversalDepth @@ -2595,8 +2520,7 @@ extension GlueClientTypes { enableAdditionalMetadata: [GlueClientTypes.JdbcMetadataEntry]? = nil, exclusions: [Swift.String]? = nil, path: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.enableAdditionalMetadata = enableAdditionalMetadata self.exclusions = exclusions @@ -2620,8 +2544,7 @@ extension GlueClientTypes { connectionName: Swift.String? = nil, path: Swift.String? = nil, scanAll: Swift.Bool? = nil - ) - { + ) { self.connectionName = connectionName self.path = path self.scanAll = scanAll @@ -2653,8 +2576,7 @@ extension GlueClientTypes { exclusions: [Swift.String]? = nil, path: Swift.String? = nil, sampleSize: Swift.Int? = nil - ) - { + ) { self.connectionName = connectionName self.dlqEventQueueArn = dlqEventQueueArn self.eventQueueArn = eventQueueArn @@ -2695,8 +2617,7 @@ extension GlueClientTypes { jdbcTargets: [GlueClientTypes.JdbcTarget]? = nil, mongoDBTargets: [GlueClientTypes.MongoDBTarget]? = nil, s3Targets: [GlueClientTypes.S3Target]? = nil - ) - { + ) { self.catalogTargets = catalogTargets self.deltaTargets = deltaTargets self.dynamoDBTargets = dynamoDBTargets @@ -2775,8 +2696,7 @@ extension GlueClientTypes { tablePrefix: Swift.String? = nil, targets: GlueClientTypes.CrawlerTargets? = nil, version: Swift.Int = 0 - ) - { + ) { self.classifiers = classifiers self.configuration = configuration self.crawlElapsedTime = crawlElapsedTime @@ -2810,8 +2730,7 @@ public struct BatchGetCrawlersOutput: Swift.Sendable { public init( crawlers: [GlueClientTypes.Crawler]? = nil, crawlersNotFound: [Swift.String]? = nil - ) - { + ) { self.crawlers = crawlers self.crawlersNotFound = crawlersNotFound } @@ -2824,8 +2743,7 @@ public struct BatchGetCustomEntityTypesInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -2847,8 +2765,7 @@ extension GlueClientTypes { contextWords: [Swift.String]? = nil, name: Swift.String? = nil, regexString: Swift.String? = nil - ) - { + ) { self.contextWords = contextWords self.name = name self.regexString = regexString @@ -2865,8 +2782,7 @@ public struct BatchGetCustomEntityTypesOutput: Swift.Sendable { public init( customEntityTypes: [GlueClientTypes.CustomEntityType]? = nil, customEntityTypesNotFound: [Swift.String]? = nil - ) - { + ) { self.customEntityTypes = customEntityTypes self.customEntityTypesNotFound = customEntityTypesNotFound } @@ -2879,8 +2795,7 @@ public struct BatchGetDataQualityResultInput: Swift.Sendable { public init( resultIds: [Swift.String]? = nil - ) - { + ) { self.resultIds = resultIds } } @@ -2903,8 +2818,7 @@ extension GlueClientTypes { evaluatedMetrics: [Swift.String: Swift.Double]? = nil, evaluationMessage: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.evaluatedMetrics = evaluatedMetrics self.evaluationMessage = evaluationMessage @@ -2945,8 +2859,7 @@ extension GlueClientTypes { connectionName: Swift.String? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.catalogId = catalogId self.connectionName = connectionName @@ -2966,8 +2879,7 @@ extension GlueClientTypes { public init( glueTable: GlueClientTypes.GlueTable? = nil - ) - { + ) { self.glueTable = glueTable } } @@ -2991,8 +2903,7 @@ extension GlueClientTypes { expectedValue: Swift.Double? = nil, lowerLimit: Swift.Double? = nil, upperLimit: Swift.Double? = nil - ) - { + ) { self.actualValue = actualValue self.expectedValue = expectedValue self.lowerLimit = lowerLimit @@ -3019,8 +2930,7 @@ extension GlueClientTypes { metricValues: GlueClientTypes.DataQualityMetricValues? = nil, newRules: [Swift.String]? = nil, statisticId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.metricValues = metricValues self.newRules = newRules @@ -3041,8 +2951,7 @@ extension GlueClientTypes { public init( description: Swift.String? = nil, metricBasedObservation: GlueClientTypes.MetricBasedObservation? = nil - ) - { + ) { self.description = description self.metricBasedObservation = metricBasedObservation } @@ -3110,8 +3019,7 @@ extension GlueClientTypes { evaluationMessage: Swift.String? = nil, name: Swift.String? = nil, result: GlueClientTypes.DataQualityRuleResultStatus? = nil - ) - { + ) { self.description = description self.evaluatedMetrics = evaluatedMetrics self.evaluatedRule = evaluatedRule @@ -3175,8 +3083,7 @@ extension GlueClientTypes { rulesetName: Swift.String? = nil, score: Swift.Double? = nil, startedOn: Foundation.Date? = nil - ) - { + ) { self.analyzerResults = analyzerResults self.completedOn = completedOn self.dataSource = dataSource @@ -3205,8 +3112,7 @@ public struct BatchGetDataQualityResultOutput: Swift.Sendable { public init( results: [GlueClientTypes.DataQualityResult]? = nil, resultsNotFound: [Swift.String]? = nil - ) - { + ) { self.results = results self.resultsNotFound = resultsNotFound } @@ -3219,8 +3125,7 @@ public struct BatchGetDevEndpointsInput: Swift.Sendable { public init( devEndpointNames: [Swift.String]? = nil - ) - { + ) { self.devEndpointNames = devEndpointNames } } @@ -3364,8 +3269,7 @@ extension GlueClientTypes { workerType: GlueClientTypes.WorkerType? = nil, yarnEndpointAddress: Swift.String? = nil, zeppelinRemoteSparkInterpreterPort: Swift.Int = 0 - ) - { + ) { self.arguments = arguments self.availabilityZone = availabilityZone self.createdTimestamp = createdTimestamp @@ -3404,8 +3308,7 @@ public struct BatchGetDevEndpointsOutput: Swift.Sendable { public init( devEndpoints: [GlueClientTypes.DevEndpoint]? = nil, devEndpointsNotFound: [Swift.String]? = nil - ) - { + ) { self.devEndpoints = devEndpoints self.devEndpointsNotFound = devEndpointsNotFound } @@ -3418,8 +3321,7 @@ public struct BatchGetJobsInput: Swift.Sendable { public init( jobNames: [Swift.String]? = nil - ) - { + ) { self.jobNames = jobNames } } @@ -3448,8 +3350,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalDeltaOptions = additionalDeltaOptions self.database = database self.name = name @@ -3483,8 +3384,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalHudiOptions = additionalHudiOptions self.database = database self.name = name @@ -3506,8 +3406,7 @@ extension GlueClientTypes { public init( pollingTime: Swift.Int? = nil, recordPollingLimit: Swift.Int? = nil - ) - { + ) { self.pollingTime = pollingTime self.recordPollingLimit = recordPollingLimit } @@ -3577,8 +3476,7 @@ extension GlueClientTypes { startingTimestamp: Foundation.Date? = nil, subscribePattern: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.addRecordTimestamp = addRecordTimestamp self.assign = assign self.bootstrapServers = bootstrapServers @@ -3632,8 +3530,7 @@ extension GlueClientTypes { streamingOptions: GlueClientTypes.KafkaStreamingSourceOptions? = nil, table: Swift.String? = nil, windowSize: Swift.Int? = nil - ) - { + ) { self.dataPreviewOptions = dataPreviewOptions self.database = database self.detectSchema = detectSchema @@ -3749,8 +3646,7 @@ extension GlueClientTypes { startingTimestamp: Foundation.Date? = nil, streamArn: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.addIdleTimeBetweenReads = addIdleTimeBetweenReads self.addRecordTimestamp = addRecordTimestamp self.avoidEmptyBatches = avoidEmptyBatches @@ -3806,8 +3702,7 @@ extension GlueClientTypes { streamingOptions: GlueClientTypes.KinesisStreamingSourceOptions? = nil, table: Swift.String? = nil, windowSize: Swift.Int? = nil - ) - { + ) { self.dataPreviewOptions = dataPreviewOptions self.database = database self.detectSchema = detectSchema @@ -3837,8 +3732,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -3871,8 +3765,7 @@ extension GlueClientTypes { name: Swift.String? = nil, partitionKeys: [[Swift.String]]? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -3917,8 +3810,7 @@ extension GlueClientTypes { data: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.connectionType = connectionType self.data = data self.name = name @@ -3962,8 +3854,7 @@ extension GlueClientTypes { data: [Swift.String: Swift.String]? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.connectionType = connectionType self.data = data self.inputs = inputs @@ -3997,8 +3888,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.className = className self.code = code self.inputs = inputs @@ -4075,8 +3965,7 @@ extension GlueClientTypes { name: Swift.String? = nil, redshiftTmpDir: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.connectionType = connectionType self.database = database @@ -4109,8 +3998,7 @@ extension GlueClientTypes { name: Swift.String? = nil, streamingOptions: GlueClientTypes.KafkaStreamingSourceOptions? = nil, windowSize: Swift.Int? = nil - ) - { + ) { self.dataPreviewOptions = dataPreviewOptions self.detectSchema = detectSchema self.name = name @@ -4142,8 +4030,7 @@ extension GlueClientTypes { name: Swift.String? = nil, streamingOptions: GlueClientTypes.KinesisStreamingSourceOptions? = nil, windowSize: Swift.Int? = nil - ) - { + ) { self.dataPreviewOptions = dataPreviewOptions self.detectSchema = detectSchema self.name = name @@ -4170,8 +4057,7 @@ extension GlueClientTypes { columns: [[Swift.String]]? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.columns = columns self.inputs = inputs self.name = name @@ -4197,8 +4083,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, paths: [[Swift.String]]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.paths = paths @@ -4221,8 +4106,7 @@ extension GlueClientTypes { isEmpty: Swift.Bool? = nil, isNegOne: Swift.Bool? = nil, isNullString: Swift.Bool? = nil - ) - { + ) { self.isEmpty = isEmpty self.isNegOne = isNegOne self.isNullString = isNullString @@ -4244,8 +4128,7 @@ extension GlueClientTypes { public init( id: Swift.String? = nil, label: Swift.String? = nil - ) - { + ) { self.id = id self.label = label } @@ -4266,8 +4149,7 @@ extension GlueClientTypes { public init( datatype: GlueClientTypes.Datatype? = nil, value: Swift.String? = nil - ) - { + ) { self.datatype = datatype self.value = value } @@ -4294,8 +4176,7 @@ extension GlueClientTypes { name: Swift.String? = nil, nullCheckBoxList: GlueClientTypes.NullCheckBoxList? = nil, nullTextList: [GlueClientTypes.NullValueField]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.nullCheckBoxList = nullCheckBoxList @@ -4377,8 +4258,7 @@ extension GlueClientTypes { validationMessage: Swift.String? = nil, validationRule: Swift.String? = nil, value: [Swift.String]? = nil - ) - { + ) { self.isOptional = isOptional self.listType = listType self.name = name @@ -4425,8 +4305,7 @@ extension GlueClientTypes { path: Swift.String? = nil, transformName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.inputs = inputs self.name = name @@ -4457,8 +4336,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -4513,8 +4391,7 @@ extension GlueClientTypes { evaluationContext: Swift.String? = nil, resultsPublishingEnabled: Swift.Bool? = nil, resultsS3Prefix: Swift.String? = nil - ) - { + ) { self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.evaluationContext = evaluationContext self.resultsPublishingEnabled = resultsPublishingEnabled @@ -4561,8 +4438,7 @@ extension GlueClientTypes { public init( stopJobOnFailureTiming: GlueClientTypes.DQStopJobOnFailureTiming? = nil - ) - { + ) { self.stopJobOnFailureTiming = stopJobOnFailureTiming } } @@ -4595,8 +4471,7 @@ extension GlueClientTypes { publishingOptions: GlueClientTypes.DQResultsPublishingOptions? = nil, ruleset: Swift.String? = nil, stopJobOnFailureOptions: GlueClientTypes.DQStopJobOnFailureOptions? = nil - ) - { + ) { self.inputs = inputs self.name = name self.output = output @@ -4637,8 +4512,7 @@ extension GlueClientTypes { publishingOptions: GlueClientTypes.DQResultsPublishingOptions? = nil, ruleset: Swift.String? = nil, stopJobOnFailureOptions: GlueClientTypes.DQStopJobOnFailureOptions? = nil - ) - { + ) { self.additionalDataSources = additionalDataSources self.additionalOptions = additionalOptions self.inputs = inputs @@ -4671,8 +4545,7 @@ extension GlueClientTypes { imputedPath: Swift.String? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.filledPath = filledPath self.imputedPath = imputedPath self.inputs = inputs @@ -4768,8 +4641,7 @@ extension GlueClientTypes { public init( type: GlueClientTypes.FilterValueType? = nil, value: [Swift.String]? = nil - ) - { + ) { self.type = type self.value = value } @@ -4793,8 +4665,7 @@ extension GlueClientTypes { negated: Swift.Bool? = nil, operation: GlueClientTypes.FilterOperation? = nil, values: [GlueClientTypes.FilterValue]? = nil - ) - { + ) { self.negated = negated self.operation = operation self.values = values @@ -4853,8 +4724,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, logicalOperator: GlueClientTypes.FilterLogicalOperator? = nil, name: Swift.String? = nil - ) - { + ) { self.filters = filters self.inputs = inputs self.logicalOperator = logicalOperator @@ -4875,8 +4745,7 @@ extension GlueClientTypes { public init( boundedFiles: Swift.Int? = nil, boundedSize: Swift.Int? = nil - ) - { + ) { self.boundedFiles = boundedFiles self.boundedSize = boundedSize } @@ -4907,8 +4776,7 @@ extension GlueClientTypes { name: Swift.String? = nil, partitionPredicate: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.database = database self.name = name @@ -4959,8 +4827,7 @@ extension GlueClientTypes { public init( enableUpdateCatalog: Swift.Bool? = nil, updateBehavior: GlueClientTypes.UpdateCatalogBehavior? = nil - ) - { + ) { self.enableUpdateCatalog = enableUpdateCatalog self.updateBehavior = updateBehavior } @@ -4995,8 +4862,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, schemaChangePolicy: GlueClientTypes.CatalogSchemaChangePolicy? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -5230,8 +5096,7 @@ extension GlueClientTypes { numPartitions: Swift.Int? = nil, partitionColumn: Swift.String? = nil, upperBound: Swift.Int? = nil - ) - { + ) { self.dataTypeMapping = dataTypeMapping self.filterPredicate = filterPredicate self.jobBookmarkKeys = jobBookmarkKeys @@ -5278,8 +5143,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, query: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.connectionName = connectionName self.connectionTable = connectionTable @@ -5328,8 +5192,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.connectionName = connectionName self.connectionTable = connectionTable @@ -5356,8 +5219,7 @@ extension GlueClientTypes { public init( from: Swift.String? = nil, keys: [[Swift.String]]? = nil - ) - { + ) { self.from = from self.keys = keys } @@ -5427,8 +5289,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, joinType: GlueClientTypes.JoinType? = nil, name: Swift.String? = nil - ) - { + ) { self.columns = columns self.inputs = inputs self.joinType = joinType @@ -5459,8 +5320,7 @@ extension GlueClientTypes { name: Swift.String? = nil, primaryKeys: [[Swift.String]]? = nil, source: Swift.String? = nil - ) - { + ) { self.inputs = inputs self.name = name self.primaryKeys = primaryKeys @@ -5487,8 +5347,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -5518,8 +5377,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -5546,8 +5404,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -5577,8 +5434,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -5605,8 +5461,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -5636,8 +5491,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -5715,8 +5569,7 @@ extension GlueClientTypes { piiType: GlueClientTypes.PiiType? = nil, sampleFraction: Swift.Double? = nil, thresholdFraction: Swift.Double? = nil - ) - { + ) { self.entityTypesToDetect = entityTypesToDetect self.inputs = inputs self.maskValue = maskValue @@ -5747,8 +5600,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -5778,8 +5630,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -5802,8 +5653,7 @@ extension GlueClientTypes { public init( recipeArn: Swift.String? = nil, recipeVersion: Swift.String? = nil - ) - { + ) { self.recipeArn = recipeArn self.recipeVersion = recipeVersion } @@ -5823,8 +5673,7 @@ extension GlueClientTypes { public init( operation: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.operation = operation self.parameters = parameters } @@ -5848,8 +5697,7 @@ extension GlueClientTypes { condition: Swift.String? = nil, targetColumn: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.condition = condition self.targetColumn = targetColumn self.value = value @@ -5870,8 +5718,7 @@ extension GlueClientTypes { public init( action: GlueClientTypes.RecipeAction? = nil, conditionExpressions: [GlueClientTypes.ConditionExpression]? = nil - ) - { + ) { self.action = action self.conditionExpressions = conditionExpressions } @@ -5898,8 +5745,7 @@ extension GlueClientTypes { name: Swift.String? = nil, recipeReference: GlueClientTypes.RecipeReference? = nil, recipeSteps: [GlueClientTypes.RecipeStep]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.recipeReference = recipeReference @@ -5932,8 +5778,7 @@ extension GlueClientTypes { redshiftTmpDir: Swift.String? = nil, table: Swift.String? = nil, tmpDirIAMRole: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.redshiftTmpDir = redshiftTmpDir @@ -5958,8 +5803,7 @@ extension GlueClientTypes { connectionName: Swift.String? = nil, tableLocation: Swift.String? = nil, upsertKeys: [Swift.String]? = nil - ) - { + ) { self.connectionName = connectionName self.tableLocation = tableLocation self.upsertKeys = upsertKeys @@ -5998,8 +5842,7 @@ extension GlueClientTypes { table: Swift.String? = nil, tmpDirIAMRole: Swift.String? = nil, upsertRedshiftOptions: GlueClientTypes.UpsertRedshiftTargetOptions? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -6029,8 +5872,7 @@ extension GlueClientTypes { database: Swift.String? = nil, name: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.name = name self.table = table @@ -6060,8 +5902,7 @@ extension GlueClientTypes { name: Swift.String? = nil, sourcePath: [Swift.String]? = nil, targetPath: [Swift.String]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.sourcePath = sourcePath @@ -6094,8 +5935,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalDeltaOptions = additionalDeltaOptions self.database = database self.name = name @@ -6129,8 +5969,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalHudiOptions = additionalHudiOptions self.database = database self.name = name @@ -6164,8 +6003,7 @@ extension GlueClientTypes { name: Swift.String? = nil, partitionPredicate: Swift.String? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.database = database self.name = name @@ -6203,8 +6041,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, schemaChangePolicy: GlueClientTypes.CatalogSchemaChangePolicy? = nil, table: Swift.String? = nil - ) - { + ) { self.database = database self.inputs = inputs self.name = name @@ -6233,8 +6070,7 @@ extension GlueClientTypes { boundedSize: Swift.Int? = nil, enableSamplePath: Swift.Bool? = nil, samplePath: Swift.String? = nil - ) - { + ) { self.boundedFiles = boundedFiles self.boundedSize = boundedSize self.enableSamplePath = enableSamplePath @@ -6412,8 +6248,7 @@ extension GlueClientTypes { skipFirst: Swift.Bool? = nil, withHeader: Swift.Bool? = nil, writeHeader: Swift.Bool? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.compressionType = compressionType self.escaper = escaper @@ -6468,8 +6303,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, schemaChangePolicy: GlueClientTypes.CatalogSchemaChangePolicy? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.database = database self.inputs = inputs @@ -6572,8 +6406,7 @@ extension GlueClientTypes { enableUpdateCatalog: Swift.Bool? = nil, table: Swift.String? = nil, updateBehavior: GlueClientTypes.UpdateCatalogBehavior? = nil - ) - { + ) { self.database = database self.enableUpdateCatalog = enableUpdateCatalog self.table = table @@ -6617,8 +6450,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, path: Swift.String? = nil, schemaChangePolicy: GlueClientTypes.DirectSchemaChangePolicy? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.compression = compression self.format = format @@ -6654,8 +6486,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, paths: [Swift.String]? = nil - ) - { + ) { self.additionalDeltaOptions = additionalDeltaOptions self.additionalOptions = additionalOptions self.name = name @@ -6696,8 +6527,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, path: Swift.String? = nil, schemaChangePolicy: GlueClientTypes.DirectSchemaChangePolicy? = nil - ) - { + ) { self.compression = compression self.format = format self.inputs = inputs @@ -6774,8 +6604,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, path: Swift.String? = nil, schemaChangePolicy: GlueClientTypes.DirectSchemaChangePolicy? = nil - ) - { + ) { self.compression = compression self.inputs = inputs self.name = name @@ -6818,8 +6647,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, schemaChangePolicy: GlueClientTypes.CatalogSchemaChangePolicy? = nil, table: Swift.String? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.database = database self.inputs = inputs @@ -6902,8 +6730,7 @@ extension GlueClientTypes { partitionKeys: [[Swift.String]]? = nil, path: Swift.String? = nil, schemaChangePolicy: GlueClientTypes.DirectSchemaChangePolicy? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.compression = compression self.format = format @@ -6939,8 +6766,7 @@ extension GlueClientTypes { name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil, paths: [Swift.String]? = nil - ) - { + ) { self.additionalHudiOptions = additionalHudiOptions self.additionalOptions = additionalOptions self.name = name @@ -6997,8 +6823,7 @@ extension GlueClientTypes { outputSchemas: [GlueClientTypes.GlueSchema]? = nil, paths: [Swift.String]? = nil, recurse: Swift.Bool? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.compressionType = compressionType self.exclusions = exclusions @@ -7057,8 +6882,7 @@ extension GlueClientTypes { outputSchemas: [GlueClientTypes.GlueSchema]? = nil, paths: [Swift.String]? = nil, recurse: Swift.Bool? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.compressionType = compressionType self.exclusions = exclusions @@ -7092,8 +6916,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, paths: [[Swift.String]]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.paths = paths @@ -7119,8 +6942,7 @@ extension GlueClientTypes { index: Swift.Int = 0, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.index = index self.inputs = inputs self.name = name @@ -7197,8 +7019,7 @@ extension GlueClientTypes { tableSchema: [GlueClientTypes.Option]? = nil, tempDir: Swift.String? = nil, upsert: Swift.Bool = false - ) - { + ) { self.action = action self.additionalOptions = additionalOptions self.autoPushdown = autoPushdown @@ -7241,8 +7062,7 @@ extension GlueClientTypes { data: GlueClientTypes.SnowflakeNodeData? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.data = data self.name = name self.outputSchemas = outputSchemas @@ -7267,8 +7087,7 @@ extension GlueClientTypes { data: GlueClientTypes.SnowflakeNodeData? = nil, inputs: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.data = data self.inputs = inputs self.name = name @@ -7304,8 +7123,7 @@ extension GlueClientTypes { connectorName: Swift.String? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.connectionName = connectionName self.connectionType = connectionType @@ -7348,8 +7166,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, outputSchemas: [GlueClientTypes.GlueSchema]? = nil - ) - { + ) { self.additionalOptions = additionalOptions self.connectionName = connectionName self.connectionType = connectionType @@ -7375,8 +7192,7 @@ extension GlueClientTypes { public init( alias: Swift.String? = nil, from: Swift.String? = nil - ) - { + ) { self.alias = alias self.from = from } @@ -7408,8 +7224,7 @@ extension GlueClientTypes { outputSchemas: [GlueClientTypes.GlueSchema]? = nil, sqlAliases: [GlueClientTypes.SqlAlias]? = nil, sqlQuery: Swift.String? = nil - ) - { + ) { self.inputs = inputs self.name = name self.outputSchemas = outputSchemas @@ -7443,8 +7258,7 @@ extension GlueClientTypes { path: Swift.String? = nil, prob: Swift.Double? = nil, topk: Swift.Int? = nil - ) - { + ) { self.inputs = inputs self.name = name self.path = path @@ -7472,8 +7286,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, paths: [[Swift.String]]? = nil - ) - { + ) { self.inputs = inputs self.name = name self.paths = paths @@ -7528,8 +7341,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, name: Swift.String? = nil, unionType: GlueClientTypes.UnionType? = nil - ) - { + ) { self.inputs = inputs self.name = name self.unionType = unionType @@ -7555,8 +7367,7 @@ extension GlueClientTypes { pythonVersion: Swift.String? = nil, runtime: Swift.String? = nil, scriptLocation: Swift.String? = nil - ) - { + ) { self.name = name self.pythonVersion = pythonVersion self.runtime = runtime @@ -7574,8 +7385,7 @@ extension GlueClientTypes { public init( connections: [Swift.String]? = nil - ) - { + ) { self.connections = connections } } @@ -7619,8 +7429,7 @@ extension GlueClientTypes { public init( maxConcurrentRuns: Swift.Int = 0 - ) - { + ) { self.maxConcurrentRuns = maxConcurrentRuns } } @@ -7752,8 +7561,7 @@ extension GlueClientTypes { owner: Swift.String? = nil, provider: GlueClientTypes.SourceControlProvider? = nil, repository: Swift.String? = nil - ) - { + ) { self.authStrategy = authStrategy self.authToken = authToken self.branch = branch @@ -7841,8 +7649,7 @@ public struct FederationSourceException: ClientRuntime.ModeledError, AWSClientRu public init( federationSourceErrorCode: GlueClientTypes.FederationSourceErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.federationSourceErrorCode = federationSourceErrorCode self.properties.message = message } @@ -7867,8 +7674,7 @@ public struct FederationSourceRetryableException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7892,8 +7698,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7916,8 +7721,7 @@ public struct BatchGetPartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionsToGet: [GlueClientTypes.PartitionValueList]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionsToGet = partitionsToGet @@ -7958,8 +7762,7 @@ extension GlueClientTypes { storageDescriptor: GlueClientTypes.StorageDescriptor? = nil, tableName: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.creationTime = creationTime self.databaseName = databaseName @@ -7982,8 +7785,7 @@ public struct BatchGetPartitionOutput: Swift.Sendable { public init( partitions: [GlueClientTypes.Partition]? = nil, unprocessedKeys: [GlueClientTypes.PartitionValueList]? = nil - ) - { + ) { self.partitions = partitions self.unprocessedKeys = unprocessedKeys } @@ -8008,8 +7810,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8064,8 +7865,7 @@ extension GlueClientTypes { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -8081,8 +7881,7 @@ public struct BatchGetTableOptimizerInput: Swift.Sendable { public init( entries: [GlueClientTypes.BatchGetTableOptimizerEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -8108,8 +7907,7 @@ extension GlueClientTypes { error: GlueClientTypes.ErrorDetail? = nil, tableName: Swift.String? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.error = error @@ -8131,8 +7929,7 @@ extension GlueClientTypes { public init( location: Swift.String? = nil, orphanFileRetentionPeriodInDays: Swift.Int? = nil - ) - { + ) { self.location = location self.orphanFileRetentionPeriodInDays = orphanFileRetentionPeriodInDays } @@ -8148,8 +7945,7 @@ extension GlueClientTypes { public init( icebergConfiguration: GlueClientTypes.IcebergOrphanFileDeletionConfiguration? = nil - ) - { + ) { self.icebergConfiguration = icebergConfiguration } } @@ -8170,8 +7966,7 @@ extension GlueClientTypes { cleanExpiredFiles: Swift.Bool? = nil, numberOfSnapshotsToRetain: Swift.Int? = nil, snapshotRetentionPeriodInDays: Swift.Int? = nil - ) - { + ) { self.cleanExpiredFiles = cleanExpiredFiles self.numberOfSnapshotsToRetain = numberOfSnapshotsToRetain self.snapshotRetentionPeriodInDays = snapshotRetentionPeriodInDays @@ -8188,8 +7983,7 @@ extension GlueClientTypes { public init( icebergConfiguration: GlueClientTypes.IcebergRetentionConfiguration? = nil - ) - { + ) { self.icebergConfiguration = icebergConfiguration } } @@ -8226,8 +8020,7 @@ extension GlueClientTypes { retentionConfiguration: GlueClientTypes.RetentionConfiguration? = nil, roleArn: Swift.String? = nil, vpcConfiguration: GlueClientTypes.TableOptimizerVpcConfiguration? = nil - ) - { + ) { self.enabled = enabled self.orphanFileDeletionConfiguration = orphanFileDeletionConfiguration self.retentionConfiguration = retentionConfiguration @@ -8255,8 +8048,7 @@ extension GlueClientTypes { numberOfBytesCompacted: Swift.Int = 0, numberOfDpus: Swift.Int = 0, numberOfFilesCompacted: Swift.Int = 0 - ) - { + ) { self.jobDurationInHour = jobDurationInHour self.numberOfBytesCompacted = numberOfBytesCompacted self.numberOfDpus = numberOfDpus @@ -8274,8 +8066,7 @@ extension GlueClientTypes { public init( icebergMetrics: GlueClientTypes.IcebergCompactionMetrics? = nil - ) - { + ) { self.icebergMetrics = icebergMetrics } } @@ -8334,8 +8125,7 @@ extension GlueClientTypes { numberOfBytesCompacted: Swift.String? = nil, numberOfDpus: Swift.String? = nil, numberOfFilesCompacted: Swift.String? = nil - ) - { + ) { self.jobDurationInHour = jobDurationInHour self.numberOfBytesCompacted = numberOfBytesCompacted self.numberOfDpus = numberOfDpus @@ -8359,8 +8149,7 @@ extension GlueClientTypes { jobDurationInHour: Swift.Double = 0.0, numberOfDpus: Swift.Int = 0, numberOfOrphanFilesDeleted: Swift.Int = 0 - ) - { + ) { self.jobDurationInHour = jobDurationInHour self.numberOfDpus = numberOfDpus self.numberOfOrphanFilesDeleted = numberOfOrphanFilesDeleted @@ -8377,8 +8166,7 @@ extension GlueClientTypes { public init( icebergMetrics: GlueClientTypes.IcebergOrphanFileDeletionMetrics? = nil - ) - { + ) { self.icebergMetrics = icebergMetrics } } @@ -8405,8 +8193,7 @@ extension GlueClientTypes { numberOfDpus: Swift.Int = 0, numberOfManifestFilesDeleted: Swift.Int = 0, numberOfManifestListsDeleted: Swift.Int = 0 - ) - { + ) { self.jobDurationInHour = jobDurationInHour self.numberOfDataFilesDeleted = numberOfDataFilesDeleted self.numberOfDpus = numberOfDpus @@ -8425,8 +8212,7 @@ extension GlueClientTypes { public init( icebergMetrics: GlueClientTypes.IcebergRetentionMetrics? = nil - ) - { + ) { self.icebergMetrics = icebergMetrics } } @@ -8463,8 +8249,7 @@ extension GlueClientTypes { orphanFileDeletionMetrics: GlueClientTypes.OrphanFileDeletionMetrics? = nil, retentionMetrics: GlueClientTypes.RetentionMetrics? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.compactionMetrics = compactionMetrics self.endTimestamp = endTimestamp self.error = error @@ -8498,8 +8283,7 @@ extension GlueClientTypes { configuration: GlueClientTypes.TableOptimizerConfiguration? = nil, lastRun: GlueClientTypes.TableOptimizerRun? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.configuration = configuration self.lastRun = lastRun self.type = type @@ -8525,8 +8309,7 @@ extension GlueClientTypes { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, tableOptimizer: GlueClientTypes.TableOptimizer? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -8544,8 +8327,7 @@ public struct BatchGetTableOptimizerOutput: Swift.Sendable { public init( failures: [GlueClientTypes.BatchGetTableOptimizerError]? = nil, tableOptimizers: [GlueClientTypes.BatchTableOptimizer]? = nil - ) - { + ) { self.failures = failures self.tableOptimizers = tableOptimizers } @@ -8558,8 +8340,7 @@ public struct BatchGetTriggersInput: Swift.Sendable { public init( triggerNames: [Swift.String]? = nil - ) - { + ) { self.triggerNames = triggerNames } } @@ -8577,8 +8358,7 @@ extension GlueClientTypes { public init( batchSize: Swift.Int? = nil, batchWindow: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.batchWindow = batchWindow } @@ -8726,8 +8506,7 @@ extension GlueClientTypes { jobName: Swift.String? = nil, logicalOperator: GlueClientTypes.LogicalOperator? = nil, state: GlueClientTypes.JobRunState? = nil - ) - { + ) { self.crawlState = crawlState self.crawlerName = crawlerName self.jobName = jobName @@ -8778,8 +8557,7 @@ extension GlueClientTypes { public init( conditions: [GlueClientTypes.Condition]? = nil, logical: GlueClientTypes.Logical? = nil - ) - { + ) { self.conditions = conditions self.logical = logical } @@ -8904,8 +8682,7 @@ extension GlueClientTypes { state: GlueClientTypes.TriggerState? = nil, type: GlueClientTypes.TriggerType? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.actions = actions self.description = description self.eventBatchingCondition = eventBatchingCondition @@ -8929,8 +8706,7 @@ public struct BatchGetTriggersOutput: Swift.Sendable { public init( triggers: [GlueClientTypes.Trigger]? = nil, triggersNotFound: [Swift.String]? = nil - ) - { + ) { self.triggers = triggers self.triggersNotFound = triggersNotFound } @@ -8946,8 +8722,7 @@ public struct BatchGetWorkflowsInput: Swift.Sendable { public init( includeGraph: Swift.Bool? = nil, names: [Swift.String]? = nil - ) - { + ) { self.includeGraph = includeGraph self.names = names } @@ -8965,8 +8740,7 @@ extension GlueClientTypes { public init( blueprintName: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.runId = runId } @@ -8985,8 +8759,7 @@ extension GlueClientTypes { public init( destinationId: Swift.String? = nil, sourceId: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId self.sourceId = sourceId } @@ -9017,8 +8790,7 @@ extension GlueClientTypes { logStream: Swift.String? = nil, startedOn: Foundation.Date? = nil, state: GlueClientTypes.CrawlState? = nil - ) - { + ) { self.completedOn = completedOn self.errorMessage = errorMessage self.logGroup = logGroup @@ -9038,8 +8810,7 @@ extension GlueClientTypes { public init( crawls: [GlueClientTypes.Crawl]? = nil - ) - { + ) { self.crawls = crawls } } @@ -9057,8 +8828,7 @@ extension GlueClientTypes { public init( jobName: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.runId = runId } @@ -9184,8 +8954,7 @@ extension GlueClientTypes { timeout: Swift.Int? = nil, triggerName: Swift.String? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.allocatedCapacity = allocatedCapacity self.arguments = arguments self.attempt = attempt @@ -9228,8 +8997,7 @@ extension GlueClientTypes { public init( jobRuns: [GlueClientTypes.JobRun]? = nil - ) - { + ) { self.jobRuns = jobRuns } } @@ -9244,8 +9012,7 @@ extension GlueClientTypes { public init( trigger: GlueClientTypes.Trigger? = nil - ) - { + ) { self.trigger = trigger } } @@ -9307,8 +9074,7 @@ extension GlueClientTypes { triggerDetails: GlueClientTypes.TriggerNodeDetails? = nil, type: GlueClientTypes.NodeType? = nil, uniqueId: Swift.String? = nil - ) - { + ) { self.crawlerDetails = crawlerDetails self.jobDetails = jobDetails self.name = name @@ -9331,8 +9097,7 @@ extension GlueClientTypes { public init( edges: [GlueClientTypes.Edge]? = nil, nodes: [GlueClientTypes.Node]? = nil - ) - { + ) { self.edges = edges self.nodes = nodes } @@ -9351,8 +9116,7 @@ extension GlueClientTypes { public init( batchSize: Swift.Int? = nil, batchWindow: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.batchWindow = batchWindow } @@ -9389,8 +9153,7 @@ extension GlueClientTypes { timeoutActions: Swift.Int = 0, totalActions: Swift.Int = 0, waitingActions: Swift.Int = 0 - ) - { + ) { self.erroredActions = erroredActions self.failedActions = failedActions self.runningActions = runningActions @@ -9480,8 +9243,7 @@ extension GlueClientTypes { status: GlueClientTypes.WorkflowRunStatus? = nil, workflowRunId: Swift.String? = nil, workflowRunProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.completedOn = completedOn self.errorMessage = errorMessage self.graph = graph @@ -9530,8 +9292,7 @@ extension GlueClientTypes { lastRun: GlueClientTypes.WorkflowRun? = nil, maxConcurrentRuns: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.blueprintDetails = blueprintDetails self.createdOn = createdOn self.defaultRunProperties = defaultRunProperties @@ -9554,8 +9315,7 @@ public struct BatchGetWorkflowsOutput: Swift.Sendable { public init( missingWorkflows: [Swift.String]? = nil, workflows: [GlueClientTypes.Workflow]? = nil - ) - { + ) { self.missingWorkflows = missingWorkflows self.workflows = workflows } @@ -9576,8 +9336,7 @@ extension GlueClientTypes { inclusionAnnotation: GlueClientTypes.InclusionAnnotationValue? = nil, profileId: Swift.String? = nil, statisticId: Swift.String? = nil - ) - { + ) { self.inclusionAnnotation = inclusionAnnotation self.profileId = profileId self.statisticId = statisticId @@ -9595,8 +9354,7 @@ public struct BatchPutDataQualityStatisticAnnotationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, inclusionAnnotations: [GlueClientTypes.DatapointInclusionAnnotation]? = nil - ) - { + ) { self.clientToken = clientToken self.inclusionAnnotations = inclusionAnnotations } @@ -9608,8 +9366,7 @@ public struct BatchPutDataQualityStatisticAnnotationOutput: Swift.Sendable { public init( failedInclusionAnnotations: [GlueClientTypes.AnnotationError]? = nil - ) - { + ) { self.failedInclusionAnnotations = failedInclusionAnnotations } } @@ -9625,8 +9382,7 @@ public struct BatchStopJobRunInput: Swift.Sendable { public init( jobName: Swift.String? = nil, jobRunIds: [Swift.String]? = nil - ) - { + ) { self.jobName = jobName self.jobRunIds = jobRunIds } @@ -9647,8 +9403,7 @@ extension GlueClientTypes { errorDetail: GlueClientTypes.ErrorDetail? = nil, jobName: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.errorDetail = errorDetail self.jobName = jobName self.jobRunId = jobRunId @@ -9668,8 +9423,7 @@ extension GlueClientTypes { public init( jobName: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.jobRunId = jobRunId } @@ -9685,8 +9439,7 @@ public struct BatchStopJobRunOutput: Swift.Sendable { public init( errors: [GlueClientTypes.BatchStopJobRunError]? = nil, successfulSubmissions: [GlueClientTypes.BatchStopJobRunSuccessfulSubmission]? = nil - ) - { + ) { self.errors = errors self.successfulSubmissions = successfulSubmissions } @@ -9706,8 +9459,7 @@ extension GlueClientTypes { public init( partitionInput: GlueClientTypes.PartitionInput? = nil, partitionValueList: [Swift.String]? = nil - ) - { + ) { self.partitionInput = partitionInput self.partitionValueList = partitionValueList } @@ -9732,8 +9484,7 @@ public struct BatchUpdatePartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, entries: [GlueClientTypes.BatchUpdatePartitionRequestEntry]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.entries = entries @@ -9753,8 +9504,7 @@ extension GlueClientTypes { public init( errorDetail: GlueClientTypes.ErrorDetail? = nil, partitionValueList: [Swift.String]? = nil - ) - { + ) { self.errorDetail = errorDetail self.partitionValueList = partitionValueList } @@ -9767,8 +9517,7 @@ public struct BatchUpdatePartitionOutput: Swift.Sendable { public init( errors: [GlueClientTypes.BatchUpdatePartitionFailureEntry]? = nil - ) - { + ) { self.errors = errors } } @@ -9780,8 +9529,7 @@ public struct CancelDataQualityRuleRecommendationRunInput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -9798,8 +9546,7 @@ public struct CancelDataQualityRulesetEvaluationRunInput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -9820,8 +9567,7 @@ public struct CancelMLTaskRunInput: Swift.Sendable { public init( taskRunId: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId self.transformId = transformId } @@ -9883,8 +9629,7 @@ public struct CancelMLTaskRunOutput: Swift.Sendable { status: GlueClientTypes.TaskStatusType? = nil, taskRunId: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.status = status self.taskRunId = taskRunId self.transformId = transformId @@ -9910,8 +9655,7 @@ public struct IllegalSessionStateException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9930,8 +9674,7 @@ public struct CancelStatementInput: Swift.Sendable { id: Swift.Int? = 0, requestOrigin: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.id = id self.requestOrigin = requestOrigin self.sessionId = sessionId @@ -9986,8 +9729,7 @@ public struct CheckSchemaVersionValidityInput: Swift.Sendable { public init( dataFormat: GlueClientTypes.DataFormat? = nil, schemaDefinition: Swift.String? = nil - ) - { + ) { self.dataFormat = dataFormat self.schemaDefinition = schemaDefinition } @@ -10002,8 +9744,7 @@ public struct CheckSchemaVersionValidityOutput: Swift.Sendable { public init( error: Swift.String? = nil, valid: Swift.Bool = false - ) - { + ) { self.error = error self.valid = valid } @@ -10026,8 +9767,7 @@ public struct CreateBlueprintInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.blueprintLocation = blueprintLocation self.description = description self.name = name @@ -10041,8 +9781,7 @@ public struct CreateBlueprintOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -10066,8 +9805,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10094,8 +9832,7 @@ public struct FederatedResourceAlreadyExistsException: ClientRuntime.ModeledErro public init( associatedGlueResource: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.associatedGlueResource = associatedGlueResource self.properties.message = message } @@ -10119,8 +9856,7 @@ extension GlueClientTypes { dataLakeAccess: Swift.Bool = false, dataTransferRole: Swift.String? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.catalogType = catalogType self.dataLakeAccess = dataLakeAccess self.dataTransferRole = dataTransferRole @@ -10141,8 +9877,7 @@ extension GlueClientTypes { public init( customProperties: [Swift.String: Swift.String]? = nil, dataLakeAccessProperties: GlueClientTypes.DataLakeAccessProperties? = nil - ) - { + ) { self.customProperties = customProperties self.dataLakeAccessProperties = dataLakeAccessProperties } @@ -10208,8 +9943,7 @@ extension GlueClientTypes { public init( dataLakePrincipalIdentifier: Swift.String? = nil - ) - { + ) { self.dataLakePrincipalIdentifier = dataLakePrincipalIdentifier } } @@ -10227,8 +9961,7 @@ extension GlueClientTypes { public init( permissions: [GlueClientTypes.Permission]? = nil, principal: GlueClientTypes.DataLakePrincipal? = nil - ) - { + ) { self.permissions = permissions self.principal = principal } @@ -10247,8 +9980,7 @@ extension GlueClientTypes { public init( connectionName: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.identifier = identifier } @@ -10265,8 +9997,7 @@ extension GlueClientTypes { public init( catalogArn: Swift.String? = nil - ) - { + ) { self.catalogArn = catalogArn } } @@ -10299,8 +10030,7 @@ extension GlueClientTypes { federatedCatalog: GlueClientTypes.FederatedCatalog? = nil, parameters: [Swift.String: Swift.String]? = nil, targetRedshiftCatalog: GlueClientTypes.TargetRedshiftCatalog? = nil - ) - { + ) { self.catalogProperties = catalogProperties self.createDatabaseDefaultPermissions = createDatabaseDefaultPermissions self.createTableDefaultPermissions = createTableDefaultPermissions @@ -10326,8 +10056,7 @@ public struct CreateCatalogInput: Swift.Sendable { catalogInput: GlueClientTypes.CatalogInput? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.catalogInput = catalogInput self.name = name self.tags = tags @@ -10440,8 +10169,7 @@ extension GlueClientTypes { name: Swift.String? = nil, quoteSymbol: Swift.String? = nil, serde: GlueClientTypes.CsvSerdeOption? = nil - ) - { + ) { self.allowSingleColumn = allowSingleColumn self.containsHeader = containsHeader self.customDatatypeConfigured = customDatatypeConfigured @@ -10477,8 +10205,7 @@ extension GlueClientTypes { customPatterns: Swift.String? = nil, grokPattern: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.classification = classification self.customPatterns = customPatterns self.grokPattern = grokPattern @@ -10501,8 +10228,7 @@ extension GlueClientTypes { public init( jsonPath: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.jsonPath = jsonPath self.name = name } @@ -10526,8 +10252,7 @@ extension GlueClientTypes { classification: Swift.String? = nil, name: Swift.String? = nil, rowTag: Swift.String? = nil - ) - { + ) { self.classification = classification self.name = name self.rowTag = rowTag @@ -10550,8 +10275,7 @@ public struct CreateClassifierInput: Swift.Sendable { grokClassifier: GlueClientTypes.CreateGrokClassifierRequest? = nil, jsonClassifier: GlueClientTypes.CreateJsonClassifierRequest? = nil, xmlClassifier: GlueClientTypes.CreateXMLClassifierRequest? = nil - ) - { + ) { self.csvClassifier = csvClassifier self.grokClassifier = grokClassifier self.jsonClassifier = jsonClassifier @@ -10583,8 +10307,7 @@ public struct ColumnStatisticsTaskRunningException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10622,8 +10345,7 @@ public struct CreateColumnStatisticsTaskSettingsInput: Swift.Sendable { securityConfiguration: Swift.String? = nil, tableName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.catalogID = catalogID self.columnNameList = columnNameList self.databaseName = databaseName @@ -10936,8 +10658,7 @@ extension GlueClientTypes { availabilityZone: Swift.String? = nil, securityGroupIdList: [Swift.String]? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.securityGroupIdList = securityGroupIdList self.subnetId = subnetId @@ -11122,8 +10843,7 @@ extension GlueClientTypes { sparkProperties: [Swift.String: Swift.String]? = nil, validateCredentials: Swift.Bool = false, validateForComputeEnvironments: [GlueClientTypes.ComputeEnvironment]? = nil - ) - { + ) { self.athenaProperties = athenaProperties self.authenticationConfiguration = authenticationConfiguration self.connectionProperties = connectionProperties @@ -11153,8 +10873,7 @@ public struct CreateConnectionInput: Swift.Sendable { catalogId: Swift.String? = nil, connectionInput: GlueClientTypes.ConnectionInput? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.connectionInput = connectionInput self.tags = tags @@ -11199,8 +10918,7 @@ public struct CreateConnectionOutput: Swift.Sendable { public init( createConnectionStatus: GlueClientTypes.ConnectionStatus? = nil - ) - { + ) { self.createConnectionStatus = createConnectionStatus } } @@ -11256,8 +10974,7 @@ public struct CreateCrawlerInput: Swift.Sendable { tablePrefix: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targets: GlueClientTypes.CrawlerTargets? = nil - ) - { + ) { self.classifiers = classifiers self.configuration = configuration self.crawlerSecurityConfiguration = crawlerSecurityConfiguration @@ -11300,8 +11017,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11323,8 +11039,7 @@ public struct CreateCustomEntityTypeInput: Swift.Sendable { name: Swift.String? = nil, regexString: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contextWords = contextWords self.name = name self.regexString = regexString @@ -11338,8 +11053,7 @@ public struct CreateCustomEntityTypeOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -11356,8 +11070,7 @@ extension GlueClientTypes { public init( connectionName: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.identifier = identifier } @@ -11379,8 +11092,7 @@ extension GlueClientTypes { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.region = region @@ -11416,8 +11128,7 @@ extension GlueClientTypes { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, targetDatabase: GlueClientTypes.DatabaseIdentifier? = nil - ) - { + ) { self.createTableDefaultPermissions = createTableDefaultPermissions self.description = description self.federatedDatabase = federatedDatabase @@ -11442,8 +11153,7 @@ public struct CreateDatabaseInput: Swift.Sendable { catalogId: Swift.String? = nil, databaseInput: GlueClientTypes.DatabaseInput? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.databaseInput = databaseInput self.tags = tags @@ -11472,8 +11182,7 @@ extension GlueClientTypes { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -11507,8 +11216,7 @@ public struct CreateDataQualityRulesetInput: Swift.Sendable { ruleset: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetTable: GlueClientTypes.DataQualityTargetTable? = nil - ) - { + ) { self.clientToken = clientToken self.dataQualitySecurityConfiguration = dataQualitySecurityConfiguration self.description = description @@ -11525,8 +11233,7 @@ public struct CreateDataQualityRulesetOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -11550,8 +11257,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11615,8 +11321,7 @@ public struct CreateDevEndpointInput: Swift.Sendable { subnetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.arguments = arguments self.endpointName = endpointName self.extraJarsS3Path = extraJarsS3Path @@ -11700,8 +11405,7 @@ public struct CreateDevEndpointOutput: Swift.Sendable { workerType: GlueClientTypes.WorkerType? = nil, yarnEndpointAddress: Swift.String? = nil, zeppelinRemoteSparkInterpreterPort: Swift.Int = 0 - ) - { + ) { self.arguments = arguments self.availabilityZone = availabilityZone self.createdTimestamp = createdTimestamp @@ -11743,8 +11447,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11768,8 +11471,7 @@ public struct IntegrationConflictOperationFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11793,8 +11495,7 @@ public struct IntegrationQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11818,8 +11519,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11843,8 +11543,7 @@ public struct KMSKeyNotAccessibleFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11868,8 +11567,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11886,8 +11584,7 @@ extension GlueClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -11924,8 +11621,7 @@ public struct CreateIntegrationInput: Swift.Sendable { sourceArn: Swift.String? = nil, tags: [GlueClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.dataFilter = dataFilter self.description = description @@ -11949,8 +11645,7 @@ extension GlueClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -12060,8 +11755,7 @@ public struct CreateIntegrationOutput: Swift.Sendable { status: GlueClientTypes.IntegrationStatus? = nil, tags: [GlueClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -12086,8 +11780,7 @@ extension GlueClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -12111,8 +11804,7 @@ extension GlueClientTypes { eventBusArn: Swift.String? = nil, kmsArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.eventBusArn = eventBusArn self.kmsArn = kmsArn @@ -12134,8 +11826,7 @@ public struct CreateIntegrationResourcePropertyInput: Swift.Sendable { resourceArn: Swift.String? = nil, sourceProcessingProperties: GlueClientTypes.SourceProcessingProperties? = nil, targetProcessingProperties: GlueClientTypes.TargetProcessingProperties? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceProcessingProperties = sourceProcessingProperties self.targetProcessingProperties = targetProcessingProperties @@ -12155,8 +11846,7 @@ public struct CreateIntegrationResourcePropertyOutput: Swift.Sendable { resourceArn: Swift.String? = nil, sourceProcessingProperties: GlueClientTypes.SourceProcessingProperties? = nil, targetProcessingProperties: GlueClientTypes.TargetProcessingProperties? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceProcessingProperties = sourceProcessingProperties self.targetProcessingProperties = targetProcessingProperties @@ -12181,8 +11871,7 @@ extension GlueClientTypes { filterPredicate: Swift.String? = nil, primaryKey: [Swift.String]? = nil, recordUpdateField: Swift.String? = nil - ) - { + ) { self.fields = fields self.filterPredicate = filterPredicate self.primaryKey = primaryKey @@ -12203,8 +11892,7 @@ extension GlueClientTypes { public init( fieldName: Swift.String? = nil, functionSpec: Swift.String? = nil - ) - { + ) { self.fieldName = fieldName self.functionSpec = functionSpec } @@ -12258,8 +11946,7 @@ extension GlueClientTypes { partitionSpec: [GlueClientTypes.IntegrationPartition]? = nil, targetTableName: Swift.String? = nil, unnestSpec: GlueClientTypes.UnnestSpec? = nil - ) - { + ) { self.partitionSpec = partitionSpec self.targetTableName = targetTableName self.unnestSpec = unnestSpec @@ -12284,8 +11971,7 @@ public struct CreateIntegrationTablePropertiesInput: Swift.Sendable { sourceTableConfig: GlueClientTypes.SourceTableConfig? = nil, tableName: Swift.String? = nil, targetTableConfig: GlueClientTypes.TargetTableConfig? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceTableConfig = sourceTableConfig self.tableName = tableName @@ -12304,8 +11990,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -12328,8 +12013,7 @@ extension GlueClientTypes { enforceProvidedLabels: Swift.Bool? = nil, precisionRecallTradeoff: Swift.Double? = nil, primaryKeyColumnName: Swift.String? = nil - ) - { + ) { self.accuracyCostTradeoff = accuracyCostTradeoff self.enforceProvidedLabels = enforceProvidedLabels self.precisionRecallTradeoff = precisionRecallTradeoff @@ -12377,8 +12061,7 @@ extension GlueClientTypes { public init( findMatchesParameters: GlueClientTypes.FindMatchesParameters? = nil, transformType: GlueClientTypes.TransformType? = nil - ) - { + ) { self.findMatchesParameters = findMatchesParameters self.transformType = transformType } @@ -12431,8 +12114,7 @@ extension GlueClientTypes { public init( kmsKeyId: Swift.String? = nil, mlUserDataEncryptionMode: GlueClientTypes.MLUserDataEncryptionModeString? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.mlUserDataEncryptionMode = mlUserDataEncryptionMode } @@ -12451,8 +12133,7 @@ extension GlueClientTypes { public init( mlUserDataEncryption: GlueClientTypes.MLUserDataEncryption? = nil, taskRunSecurityConfigurationName: Swift.String? = nil - ) - { + ) { self.mlUserDataEncryption = mlUserDataEncryption self.taskRunSecurityConfigurationName = taskRunSecurityConfigurationName } @@ -12537,8 +12218,7 @@ public struct CreateMLTransformInput: Swift.Sendable { timeout: Swift.Int? = nil, transformEncryption: GlueClientTypes.TransformEncryption? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.description = description self.glueVersion = glueVersion self.inputRecordTables = inputRecordTables @@ -12561,8 +12241,7 @@ public struct CreateMLTransformOutput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -12585,8 +12264,7 @@ public struct CreatePartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionInput: GlueClientTypes.PartitionInput? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionInput = partitionInput @@ -12613,8 +12291,7 @@ extension GlueClientTypes { public init( indexName: Swift.String? = nil, keys: [Swift.String]? = nil - ) - { + ) { self.indexName = indexName self.keys = keys } @@ -12639,8 +12316,7 @@ public struct CreatePartitionIndexInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionIndex: GlueClientTypes.PartitionIndex? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionIndex = partitionIndex @@ -12666,8 +12342,7 @@ public struct CreateRegistryInput: Swift.Sendable { description: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryName = registryName self.tags = tags @@ -12689,8 +12364,7 @@ public struct CreateRegistryOutput: Swift.Sendable { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryArn = registryArn self.registryName = registryName @@ -12757,8 +12431,7 @@ extension GlueClientTypes { public init( registryArn: Swift.String? = nil, registryName: Swift.String? = nil - ) - { + ) { self.registryArn = registryArn self.registryName = registryName } @@ -12807,8 +12480,7 @@ public struct CreateSchemaInput: Swift.Sendable { schemaDefinition: Swift.String? = nil, schemaName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.compatibility = compatibility self.dataFormat = dataFormat self.description = description @@ -12931,8 +12603,7 @@ public struct CreateSchemaOutput: Swift.Sendable { schemaVersionId: Swift.String? = nil, schemaVersionStatus: GlueClientTypes.SchemaVersionStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.compatibility = compatibility self.dataFormat = dataFormat self.description = description @@ -12967,8 +12638,7 @@ extension GlueClientTypes { source: Swift.String? = nil, target: Swift.String? = nil, targetParameter: Swift.String? = nil - ) - { + ) { self.source = source self.target = target self.targetParameter = targetParameter @@ -12993,8 +12663,7 @@ extension GlueClientTypes { name: Swift.String? = nil, param: Swift.Bool = false, value: Swift.String? = nil - ) - { + ) { self.name = name self.param = param self.value = value @@ -13023,8 +12692,7 @@ extension GlueClientTypes { id: Swift.String? = nil, lineNumber: Swift.Int = 0, nodeType: Swift.String? = nil - ) - { + ) { self.args = args self.id = id self.lineNumber = lineNumber @@ -13074,8 +12742,7 @@ public struct CreateScriptInput: Swift.Sendable { dagEdges: [GlueClientTypes.CodeGenEdge]? = nil, dagNodes: [GlueClientTypes.CodeGenNode]? = nil, language: GlueClientTypes.Language? = nil - ) - { + ) { self.dagEdges = dagEdges self.dagNodes = dagNodes self.language = language @@ -13091,8 +12758,7 @@ public struct CreateScriptOutput: Swift.Sendable { public init( pythonScript: Swift.String? = nil, scalaCode: Swift.String? = nil - ) - { + ) { self.pythonScript = pythonScript self.scalaCode = scalaCode } @@ -13139,8 +12805,7 @@ extension GlueClientTypes { public init( cloudWatchEncryptionMode: GlueClientTypes.CloudWatchEncryptionMode? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.cloudWatchEncryptionMode = cloudWatchEncryptionMode self.kmsKeyArn = kmsKeyArn } @@ -13188,8 +12853,7 @@ extension GlueClientTypes { public init( dataQualityEncryptionMode: GlueClientTypes.DataQualityEncryptionMode? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.dataQualityEncryptionMode = dataQualityEncryptionMode self.kmsKeyArn = kmsKeyArn } @@ -13237,8 +12901,7 @@ extension GlueClientTypes { public init( jobBookmarksEncryptionMode: GlueClientTypes.JobBookmarksEncryptionMode? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.jobBookmarksEncryptionMode = jobBookmarksEncryptionMode self.kmsKeyArn = kmsKeyArn } @@ -13289,8 +12952,7 @@ extension GlueClientTypes { public init( kmsKeyArn: Swift.String? = nil, s3EncryptionMode: GlueClientTypes.S3EncryptionMode? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.s3EncryptionMode = s3EncryptionMode } @@ -13315,8 +12977,7 @@ extension GlueClientTypes { dataQualityEncryption: GlueClientTypes.DataQualityEncryption? = nil, jobBookmarksEncryption: GlueClientTypes.JobBookmarksEncryption? = nil, s3Encryption: [GlueClientTypes.S3Encryption]? = nil - ) - { + ) { self.cloudWatchEncryption = cloudWatchEncryption self.dataQualityEncryption = dataQualityEncryption self.jobBookmarksEncryption = jobBookmarksEncryption @@ -13336,8 +12997,7 @@ public struct CreateSecurityConfigurationInput: Swift.Sendable { public init( encryptionConfiguration: GlueClientTypes.EncryptionConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.name = name } @@ -13352,8 +13012,7 @@ public struct CreateSecurityConfigurationOutput: Swift.Sendable { public init( createdTimestamp: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.name = name } @@ -13371,8 +13030,7 @@ extension GlueClientTypes { public init( name: Swift.String? = nil, pythonVersion: Swift.String? = nil - ) - { + ) { self.name = name self.pythonVersion = pythonVersion } @@ -13441,8 +13099,7 @@ public struct CreateSessionInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timeout: Swift.Int? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.command = command self.connections = connections self.defaultArguments = defaultArguments @@ -13568,8 +13225,7 @@ extension GlueClientTypes { securityConfiguration: Swift.String? = nil, status: GlueClientTypes.SessionStatus? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.command = command self.completedOn = completedOn self.connections = connections @@ -13600,8 +13256,7 @@ public struct CreateSessionOutput: Swift.Sendable { public init( session: GlueClientTypes.Session? = nil - ) - { + ) { self.session = session } } @@ -13645,8 +13300,7 @@ extension GlueClientTypes { public init( metadataOperation: GlueClientTypes.MetadataOperation? = nil, version: Swift.String? = nil - ) - { + ) { self.metadataOperation = metadataOperation self.version = version } @@ -13662,8 +13316,7 @@ extension GlueClientTypes { public init( icebergInput: GlueClientTypes.IcebergInput? = nil - ) - { + ) { self.icebergInput = icebergInput } } @@ -13687,8 +13340,7 @@ extension GlueClientTypes { databaseName: Swift.String? = nil, name: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.name = name @@ -13750,8 +13402,7 @@ extension GlueClientTypes { validationConnection: Swift.String? = nil, viewExpandedText: Swift.String? = nil, viewOriginalText: Swift.String? = nil - ) - { + ) { self.dialect = dialect self.dialectVersion = dialectVersion self.validationConnection = validationConnection @@ -13779,8 +13430,7 @@ extension GlueClientTypes { isProtected: Swift.Bool? = nil, representations: [GlueClientTypes.ViewRepresentationInput]? = nil, subObjects: [Swift.String]? = nil - ) - { + ) { self.definer = definer self.isProtected = isProtected self.representations = representations @@ -13838,8 +13488,7 @@ extension GlueClientTypes { viewDefinition: GlueClientTypes.ViewDefinitionInput? = nil, viewExpandedText: Swift.String? = nil, viewOriginalText: Swift.String? = nil - ) - { + ) { self.description = description self.lastAccessTime = lastAccessTime self.lastAnalyzedTime = lastAnalyzedTime @@ -13881,8 +13530,7 @@ public struct CreateTableInput: Swift.Sendable { partitionIndexes: [GlueClientTypes.PartitionIndex]? = nil, tableInput: GlueClientTypes.TableInput? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.openTableFormatInput = openTableFormatInput @@ -13920,8 +13568,7 @@ public struct CreateTableOptimizerInput: Swift.Sendable { tableName: Swift.String? = nil, tableOptimizerConfiguration: GlueClientTypes.TableOptimizerConfiguration? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -13971,8 +13618,7 @@ public struct CreateTriggerInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: GlueClientTypes.TriggerType? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.actions = actions self.description = description self.eventBatchingCondition = eventBatchingCondition @@ -13992,8 +13638,7 @@ public struct CreateTriggerOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14017,8 +13662,7 @@ public struct OperationNotSupportedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14041,8 +13685,7 @@ extension GlueClientTypes { defaultValue: Swift.String? = nil, maxValue: Swift.String? = nil, minValue: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue self.maxValue = maxValue @@ -14063,8 +13706,7 @@ extension GlueClientTypes { public init( jobConfiguration: [Swift.String: GlueClientTypes.ConfigurationObject]? = nil, sessionConfiguration: [Swift.String: GlueClientTypes.ConfigurationObject]? = nil - ) - { + ) { self.jobConfiguration = jobConfiguration self.sessionConfiguration = sessionConfiguration } @@ -14088,8 +13730,7 @@ public struct CreateUsageProfileInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuration = configuration self.description = description self.name = name @@ -14103,8 +13744,7 @@ public struct CreateUsageProfileOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14185,8 +13825,7 @@ extension GlueClientTypes { public init( resourceType: GlueClientTypes.ResourceType? = nil, uri: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.uri = uri } @@ -14214,8 +13853,7 @@ extension GlueClientTypes { ownerName: Swift.String? = nil, ownerType: GlueClientTypes.PrincipalType? = nil, resourceUris: [GlueClientTypes.ResourceUri]? = nil - ) - { + ) { self.className = className self.functionName = functionName self.ownerName = ownerName @@ -14239,8 +13877,7 @@ public struct CreateUserDefinedFunctionInput: Swift.Sendable { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, functionInput: GlueClientTypes.UserDefinedFunctionInput? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.functionInput = functionInput @@ -14271,8 +13908,7 @@ public struct CreateWorkflowInput: Swift.Sendable { maxConcurrentRuns: Swift.Int? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.defaultRunProperties = defaultRunProperties self.description = description self.maxConcurrentRuns = maxConcurrentRuns @@ -14287,8 +13923,7 @@ public struct CreateWorkflowOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14300,8 +13935,7 @@ public struct DeleteBlueprintInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14312,8 +13946,7 @@ public struct DeleteBlueprintOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14325,8 +13958,7 @@ public struct DeleteCatalogInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -14343,8 +13975,7 @@ public struct DeleteClassifierInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14376,8 +14007,7 @@ public struct DeleteColumnStatisticsForPartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionValues: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnName = columnName self.databaseName = databaseName @@ -14409,8 +14039,7 @@ public struct DeleteColumnStatisticsForTableInput: Swift.Sendable { columnName: Swift.String? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnName = columnName self.databaseName = databaseName @@ -14434,8 +14063,7 @@ public struct DeleteColumnStatisticsTaskSettingsInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -14456,8 +14084,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, connectionName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.connectionName = connectionName } @@ -14487,8 +14114,7 @@ public struct CrawlerRunningException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14512,8 +14138,7 @@ public struct SchedulerTransitioningException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14525,8 +14150,7 @@ public struct DeleteCrawlerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14543,8 +14167,7 @@ public struct DeleteCustomEntityTypeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14555,8 +14178,7 @@ public struct DeleteCustomEntityTypeOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14571,8 +14193,7 @@ public struct DeleteDatabaseInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -14590,8 +14211,7 @@ public struct DeleteDataQualityRulesetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14608,8 +14228,7 @@ public struct DeleteDevEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -14638,8 +14257,7 @@ public struct IntegrationNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14663,8 +14281,7 @@ public struct InvalidIntegrationStateFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14676,8 +14293,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( integrationIdentifier: Swift.String? = nil - ) - { + ) { self.integrationIdentifier = integrationIdentifier } } @@ -14741,8 +14357,7 @@ public struct DeleteIntegrationOutput: Swift.Sendable { status: GlueClientTypes.IntegrationStatus? = nil, tags: [GlueClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -14769,8 +14384,7 @@ public struct DeleteIntegrationTablePropertiesInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.tableName = tableName } @@ -14788,8 +14402,7 @@ public struct DeleteJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -14800,8 +14413,7 @@ public struct DeleteJobOutput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -14813,8 +14425,7 @@ public struct DeleteMLTransformInput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -14825,8 +14436,7 @@ public struct DeleteMLTransformOutput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -14849,8 +14459,7 @@ public struct DeletePartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionValues: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionValues = partitionValues @@ -14881,8 +14490,7 @@ public struct DeletePartitionIndexInput: Swift.Sendable { databaseName: Swift.String? = nil, indexName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.indexName = indexName @@ -14902,8 +14510,7 @@ public struct DeleteRegistryInput: Swift.Sendable { public init( registryId: GlueClientTypes.RegistryId? = nil - ) - { + ) { self.registryId = registryId } } @@ -14949,8 +14556,7 @@ public struct DeleteRegistryOutput: Swift.Sendable { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, status: GlueClientTypes.RegistryStatus? = nil - ) - { + ) { self.registryArn = registryArn self.registryName = registryName self.status = status @@ -14976,8 +14582,7 @@ public struct ConditionCheckFailureException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -14991,8 +14596,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( policyHashCondition: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyHashCondition = policyHashCondition self.resourceArn = resourceArn } @@ -15010,8 +14614,7 @@ public struct DeleteSchemaInput: Swift.Sendable { public init( schemaId: GlueClientTypes.SchemaId? = nil - ) - { + ) { self.schemaId = schemaId } } @@ -15028,8 +14631,7 @@ public struct DeleteSchemaOutput: Swift.Sendable { schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil, status: GlueClientTypes.SchemaStatus? = nil - ) - { + ) { self.schemaArn = schemaArn self.schemaName = schemaName self.status = status @@ -15051,8 +14653,7 @@ public struct DeleteSchemaVersionsInput: Swift.Sendable { public init( schemaId: GlueClientTypes.SchemaId? = nil, versions: Swift.String? = nil - ) - { + ) { self.schemaId = schemaId self.versions = versions } @@ -15070,8 +14671,7 @@ extension GlueClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -15090,8 +14690,7 @@ extension GlueClientTypes { public init( errorDetails: GlueClientTypes.ErrorDetails? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.errorDetails = errorDetails self.versionNumber = versionNumber } @@ -15104,8 +14703,7 @@ public struct DeleteSchemaVersionsOutput: Swift.Sendable { public init( schemaVersionErrors: [GlueClientTypes.SchemaVersionErrorItem]? = nil - ) - { + ) { self.schemaVersionErrors = schemaVersionErrors } } @@ -15117,8 +14715,7 @@ public struct DeleteSecurityConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15138,8 +14735,7 @@ public struct DeleteSessionInput: Swift.Sendable { public init( id: Swift.String? = nil, requestOrigin: Swift.String? = nil - ) - { + ) { self.id = id self.requestOrigin = requestOrigin } @@ -15151,8 +14747,7 @@ public struct DeleteSessionOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -15174,8 +14769,7 @@ public struct DeleteTableInput: Swift.Sendable { databaseName: Swift.String? = nil, name: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.name = name @@ -15207,8 +14801,7 @@ public struct DeleteTableOptimizerInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -15239,8 +14832,7 @@ public struct DeleteTableVersionInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -15260,8 +14852,7 @@ public struct DeleteTriggerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15272,8 +14863,7 @@ public struct DeleteTriggerOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15285,8 +14875,7 @@ public struct DeleteUsageProfileInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15310,8 +14899,7 @@ public struct DeleteUserDefinedFunctionInput: Swift.Sendable { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, functionName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.functionName = functionName @@ -15330,8 +14918,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15342,8 +14929,7 @@ public struct DeleteWorkflowOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -15355,8 +14941,7 @@ public struct DescribeConnectionTypeInput: Swift.Sendable { public init( connectionType: Swift.String? = nil - ) - { + ) { self.connectionType = connectionType } } @@ -15379,8 +14964,7 @@ extension GlueClientTypes { supportedAuthenticationTypes: [GlueClientTypes.AuthenticationType]? = nil, supportedComputeEnvironments: [GlueClientTypes.ComputeEnvironment]? = nil, supportedDataOperations: [GlueClientTypes.DataOperation]? = nil - ) - { + ) { self.supportedAuthenticationTypes = supportedAuthenticationTypes self.supportedComputeEnvironments = supportedComputeEnvironments self.supportedDataOperations = supportedDataOperations @@ -15429,8 +15013,7 @@ extension GlueClientTypes { name: Swift.String? = nil, physicalConnectionPropertiesRequired: Swift.Bool? = nil, supportedAuthenticationTypes: [GlueClientTypes.AuthenticationType]? = nil - ) - { + ) { self.computeEnvironment = computeEnvironment self.connectionOptionNameOverrides = connectionOptionNameOverrides self.connectionOptions = connectionOptions @@ -15480,8 +15063,7 @@ public struct DescribeConnectionTypeOutput: Swift.Sendable { physicalConnectionRequirements: [Swift.String: GlueClientTypes.Property]? = nil, pythonConnectionProperties: [Swift.String: GlueClientTypes.Property]? = nil, sparkConnectionProperties: [Swift.String: GlueClientTypes.Property]? = nil - ) - { + ) { self.athenaConnectionProperties = athenaConnectionProperties self.authenticationConfiguration = authenticationConfiguration self.capabilities = capabilities @@ -15516,8 +15098,7 @@ public struct DescribeEntityInput: Swift.Sendable { dataStoreApiVersion: Swift.String? = nil, entityName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.connectionName = connectionName self.dataStoreApiVersion = dataStoreApiVersion @@ -15707,8 +15288,7 @@ extension GlueClientTypes { parentField: Swift.String? = nil, supportedFilterOperators: [GlueClientTypes.FieldFilterOperator]? = nil, supportedValues: [Swift.String]? = nil - ) - { + ) { self.customProperties = customProperties self.description = description self.fieldName = fieldName @@ -15740,8 +15320,7 @@ public struct DescribeEntityOutput: Swift.Sendable { public init( fields: [GlueClientTypes.Field]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fields = fields self.nextToken = nextToken } @@ -15766,8 +15345,7 @@ public struct TargetResourceNotFound: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -15787,8 +15365,7 @@ public struct DescribeInboundIntegrationsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.integrationArn = integrationArn self.marker = marker self.maxRecords = maxRecords @@ -15839,8 +15416,7 @@ extension GlueClientTypes { sourceArn: Swift.String? = nil, status: GlueClientTypes.IntegrationStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.errors = errors self.integrationArn = integrationArn @@ -15860,8 +15436,7 @@ public struct DescribeInboundIntegrationsOutput: Swift.Sendable { public init( inboundIntegrations: [GlueClientTypes.InboundIntegration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.inboundIntegrations = inboundIntegrations self.marker = marker } @@ -15879,8 +15454,7 @@ extension GlueClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -15902,8 +15476,7 @@ public struct DescribeIntegrationsInput: Swift.Sendable { integrationIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.integrationIdentifier = integrationIdentifier self.marker = marker @@ -15973,8 +15546,7 @@ extension GlueClientTypes { status: GlueClientTypes.IntegrationStatus? = nil, tags: [GlueClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -16000,8 +15572,7 @@ public struct DescribeIntegrationsOutput: Swift.Sendable { public init( integrations: [GlueClientTypes.Integration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.integrations = integrations self.marker = marker } @@ -16020,8 +15591,7 @@ public struct GetBlueprintInput: Swift.Sendable { includeBlueprint: Swift.Bool? = nil, includeParameterSpec: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.includeBlueprint = includeBlueprint self.includeParameterSpec = includeParameterSpec self.name = name @@ -16034,8 +15604,7 @@ public struct GetBlueprintOutput: Swift.Sendable { public init( blueprint: GlueClientTypes.Blueprint? = nil - ) - { + ) { self.blueprint = blueprint } } @@ -16051,8 +15620,7 @@ public struct GetBlueprintRunInput: Swift.Sendable { public init( blueprintName: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.runId = runId } @@ -16137,8 +15705,7 @@ extension GlueClientTypes { startedOn: Foundation.Date? = nil, state: GlueClientTypes.BlueprintRunState? = nil, workflowName: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.completedOn = completedOn self.errorMessage = errorMessage @@ -16159,8 +15726,7 @@ public struct GetBlueprintRunOutput: Swift.Sendable { public init( blueprintRun: GlueClientTypes.BlueprintRun? = nil - ) - { + ) { self.blueprintRun = blueprintRun } } @@ -16178,8 +15744,7 @@ public struct GetBlueprintRunsInput: Swift.Sendable { blueprintName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.maxResults = maxResults self.nextToken = nextToken @@ -16195,8 +15760,7 @@ public struct GetBlueprintRunsOutput: Swift.Sendable { public init( blueprintRuns: [GlueClientTypes.BlueprintRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blueprintRuns = blueprintRuns self.nextToken = nextToken } @@ -16209,8 +15773,7 @@ public struct GetCatalogInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -16245,8 +15808,7 @@ extension GlueClientTypes { managedWorkgroupStatus: Swift.String? = nil, redshiftDatabaseName: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.catalogType = catalogType self.dataLakeAccess = dataLakeAccess self.dataTransferRole = dataTransferRole @@ -16271,8 +15833,7 @@ extension GlueClientTypes { public init( customProperties: [Swift.String: Swift.String]? = nil, dataLakeAccessProperties: GlueClientTypes.DataLakeAccessPropertiesOutput? = nil - ) - { + ) { self.customProperties = customProperties self.dataLakeAccessProperties = dataLakeAccessProperties } @@ -16322,8 +15883,7 @@ extension GlueClientTypes { resourceArn: Swift.String? = nil, targetRedshiftCatalog: GlueClientTypes.TargetRedshiftCatalog? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.catalogId = catalogId self.catalogProperties = catalogProperties self.createDatabaseDefaultPermissions = createDatabaseDefaultPermissions @@ -16346,8 +15906,7 @@ public struct GetCatalogOutput: Swift.Sendable { public init( catalog: GlueClientTypes.Catalog? = nil - ) - { + ) { self.catalog = catalog } } @@ -16358,8 +15917,7 @@ public struct GetCatalogImportStatusInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -16379,8 +15937,7 @@ extension GlueClientTypes { importCompleted: Swift.Bool = false, importTime: Foundation.Date? = nil, importedBy: Swift.String? = nil - ) - { + ) { self.importCompleted = importCompleted self.importTime = importTime self.importedBy = importedBy @@ -16394,8 +15951,7 @@ public struct GetCatalogImportStatusOutput: Swift.Sendable { public init( importStatus: GlueClientTypes.CatalogImportStatus? = nil - ) - { + ) { self.importStatus = importStatus } } @@ -16418,8 +15974,7 @@ public struct GetCatalogsInput: Swift.Sendable { nextToken: Swift.String? = nil, parentCatalogId: Swift.String? = nil, recursive: Swift.Bool? = false - ) - { + ) { self.includeRoot = includeRoot self.maxResults = maxResults self.nextToken = nextToken @@ -16438,8 +15993,7 @@ public struct GetCatalogsOutput: Swift.Sendable { public init( catalogList: [GlueClientTypes.Catalog]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogList = catalogList self.nextToken = nextToken } @@ -16452,8 +16006,7 @@ public struct GetClassifierInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -16504,8 +16057,7 @@ extension GlueClientTypes { quoteSymbol: Swift.String? = nil, serde: GlueClientTypes.CsvSerdeOption? = nil, version: Swift.Int = 0 - ) - { + ) { self.allowSingleColumn = allowSingleColumn self.containsHeader = containsHeader self.creationTime = creationTime @@ -16553,8 +16105,7 @@ extension GlueClientTypes { lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.classification = classification self.creationTime = creationTime self.customPatterns = customPatterns @@ -16589,8 +16140,7 @@ extension GlueClientTypes { lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.jsonPath = jsonPath self.lastUpdated = lastUpdated @@ -16626,8 +16176,7 @@ extension GlueClientTypes { name: Swift.String? = nil, rowTag: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.classification = classification self.creationTime = creationTime self.lastUpdated = lastUpdated @@ -16656,8 +16205,7 @@ extension GlueClientTypes { grokClassifier: GlueClientTypes.GrokClassifier? = nil, jsonClassifier: GlueClientTypes.JsonClassifier? = nil, xmlClassifier: GlueClientTypes.XMLClassifier? = nil - ) - { + ) { self.csvClassifier = csvClassifier self.grokClassifier = grokClassifier self.jsonClassifier = jsonClassifier @@ -16672,8 +16220,7 @@ public struct GetClassifierOutput: Swift.Sendable { public init( classifier: GlueClientTypes.Classifier? = nil - ) - { + ) { self.classifier = classifier } } @@ -16687,8 +16234,7 @@ public struct GetClassifiersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -16703,8 +16249,7 @@ public struct GetClassifiersOutput: Swift.Sendable { public init( classifiers: [GlueClientTypes.Classifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.classifiers = classifiers self.nextToken = nextToken } @@ -16732,8 +16277,7 @@ public struct GetColumnStatisticsForPartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionValues: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnNames = columnNames self.databaseName = databaseName @@ -16760,8 +16304,7 @@ extension GlueClientTypes { averageLength: Swift.Double = 0.0, maximumLength: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.averageLength = averageLength self.maximumLength = maximumLength self.numberOfNulls = numberOfNulls @@ -16787,8 +16330,7 @@ extension GlueClientTypes { numberOfFalses: Swift.Int = 0, numberOfNulls: Swift.Int = 0, numberOfTrues: Swift.Int = 0 - ) - { + ) { self.numberOfFalses = numberOfFalses self.numberOfNulls = numberOfNulls self.numberOfTrues = numberOfTrues @@ -16816,8 +16358,7 @@ extension GlueClientTypes { minimumValue: Foundation.Date? = nil, numberOfDistinctValues: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.maximumValue = maximumValue self.minimumValue = minimumValue self.numberOfDistinctValues = numberOfDistinctValues @@ -16840,8 +16381,7 @@ extension GlueClientTypes { public init( scale: Swift.Int = 0, unscaledValue: Foundation.Data? = nil - ) - { + ) { self.scale = scale self.unscaledValue = unscaledValue } @@ -16868,8 +16408,7 @@ extension GlueClientTypes { minimumValue: GlueClientTypes.DecimalNumber? = nil, numberOfDistinctValues: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.maximumValue = maximumValue self.minimumValue = minimumValue self.numberOfDistinctValues = numberOfDistinctValues @@ -16898,8 +16437,7 @@ extension GlueClientTypes { minimumValue: Swift.Double = 0.0, numberOfDistinctValues: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.maximumValue = maximumValue self.minimumValue = minimumValue self.numberOfDistinctValues = numberOfDistinctValues @@ -16928,8 +16466,7 @@ extension GlueClientTypes { minimumValue: Swift.Int = 0, numberOfDistinctValues: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.maximumValue = maximumValue self.minimumValue = minimumValue self.numberOfDistinctValues = numberOfDistinctValues @@ -16960,8 +16497,7 @@ extension GlueClientTypes { maximumLength: Swift.Int = 0, numberOfDistinctValues: Swift.Int = 0, numberOfNulls: Swift.Int = 0 - ) - { + ) { self.averageLength = averageLength self.maximumLength = maximumLength self.numberOfDistinctValues = numberOfDistinctValues @@ -17045,8 +16581,7 @@ extension GlueClientTypes { longColumnStatisticsData: GlueClientTypes.LongColumnStatisticsData? = nil, stringColumnStatisticsData: GlueClientTypes.StringColumnStatisticsData? = nil, type: GlueClientTypes.ColumnStatisticsType? = nil - ) - { + ) { self.binaryColumnStatisticsData = binaryColumnStatisticsData self.booleanColumnStatisticsData = booleanColumnStatisticsData self.dateColumnStatisticsData = dateColumnStatisticsData @@ -17081,8 +16616,7 @@ extension GlueClientTypes { columnName: Swift.String? = nil, columnType: Swift.String? = nil, statisticsData: GlueClientTypes.ColumnStatisticsData? = nil - ) - { + ) { self.analyzedTime = analyzedTime self.columnName = columnName self.columnType = columnType @@ -17103,8 +16637,7 @@ extension GlueClientTypes { public init( columnName: Swift.String? = nil, error: GlueClientTypes.ErrorDetail? = nil - ) - { + ) { self.columnName = columnName self.error = error } @@ -17120,8 +16653,7 @@ public struct GetColumnStatisticsForPartitionOutput: Swift.Sendable { public init( columnStatisticsList: [GlueClientTypes.ColumnStatistics]? = nil, errors: [GlueClientTypes.ColumnError]? = nil - ) - { + ) { self.columnStatisticsList = columnStatisticsList self.errors = errors } @@ -17145,8 +16677,7 @@ public struct GetColumnStatisticsForTableInput: Swift.Sendable { columnNames: [Swift.String]? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnNames = columnNames self.databaseName = databaseName @@ -17163,8 +16694,7 @@ public struct GetColumnStatisticsForTableOutput: Swift.Sendable { public init( columnStatisticsList: [GlueClientTypes.ColumnStatistics]? = nil, errors: [GlueClientTypes.ColumnError]? = nil - ) - { + ) { self.columnStatisticsList = columnStatisticsList self.errors = errors } @@ -17177,8 +16707,7 @@ public struct GetColumnStatisticsTaskRunInput: Swift.Sendable { public init( columnStatisticsTaskRunId: Swift.String? = nil - ) - { + ) { self.columnStatisticsTaskRunId = columnStatisticsTaskRunId } } @@ -17313,8 +16842,7 @@ extension GlueClientTypes { status: GlueClientTypes.ColumnStatisticsState? = nil, tableName: Swift.String? = nil, workerType: Swift.String? = nil - ) - { + ) { self.catalogID = catalogID self.columnNameList = columnNameList self.columnStatisticsTaskRunId = columnStatisticsTaskRunId @@ -17344,8 +16872,7 @@ public struct GetColumnStatisticsTaskRunOutput: Swift.Sendable { public init( columnStatisticsTaskRun: GlueClientTypes.ColumnStatisticsTaskRun? = nil - ) - { + ) { self.columnStatisticsTaskRun = columnStatisticsTaskRun } } @@ -17367,8 +16894,7 @@ public struct GetColumnStatisticsTaskRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.maxResults = maxResults self.nextToken = nextToken @@ -17385,8 +16911,7 @@ public struct GetColumnStatisticsTaskRunsOutput: Swift.Sendable { public init( columnStatisticsTaskRuns: [GlueClientTypes.ColumnStatisticsTaskRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.columnStatisticsTaskRuns = columnStatisticsTaskRuns self.nextToken = nextToken } @@ -17403,8 +16928,7 @@ public struct GetColumnStatisticsTaskSettingsInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -17457,8 +16981,7 @@ extension GlueClientTypes { errorMessage: Swift.String? = nil, executionTimestamp: Foundation.Date? = nil, status: GlueClientTypes.ExecutionStatus? = nil - ) - { + ) { self.columnStatisticsTaskRunId = columnStatisticsTaskRunId self.errorMessage = errorMessage self.executionTimestamp = executionTimestamp @@ -17564,8 +17087,7 @@ extension GlueClientTypes { securityConfiguration: Swift.String? = nil, settingSource: GlueClientTypes.SettingSource? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogID = catalogID self.columnNameList = columnNameList self.databaseName = databaseName @@ -17587,8 +17109,7 @@ public struct GetColumnStatisticsTaskSettingsOutput: Swift.Sendable { public init( columnStatisticsTaskSettings: GlueClientTypes.ColumnStatisticsTaskSettings? = nil - ) - { + ) { self.columnStatisticsTaskSettings = columnStatisticsTaskSettings } } @@ -17609,8 +17130,7 @@ public struct GetConnectionInput: Swift.Sendable { catalogId: Swift.String? = nil, hidePassword: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.applyOverrideForComputeEnvironment = applyOverrideForComputeEnvironment self.catalogId = catalogId self.hidePassword = hidePassword @@ -17772,8 +17292,7 @@ extension GlueClientTypes { sparkProperties: [Swift.String: Swift.String]? = nil, status: GlueClientTypes.ConnectionStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.athenaProperties = athenaProperties self.authenticationConfiguration = authenticationConfiguration self.compatibleComputeEnvironments = compatibleComputeEnvironments @@ -17802,8 +17321,7 @@ public struct GetConnectionOutput: Swift.Sendable { public init( connection: GlueClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -17823,8 +17341,7 @@ extension GlueClientTypes { connectionSchemaVersion: Swift.Int? = nil, connectionType: GlueClientTypes.ConnectionType? = nil, matchCriteria: [Swift.String]? = nil - ) - { + ) { self.connectionSchemaVersion = connectionSchemaVersion self.connectionType = connectionType self.matchCriteria = matchCriteria @@ -17850,8 +17367,7 @@ public struct GetConnectionsInput: Swift.Sendable { hidePassword: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.filter = filter self.hidePassword = hidePassword @@ -17869,8 +17385,7 @@ public struct GetConnectionsOutput: Swift.Sendable { public init( connectionList: [GlueClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionList = connectionList self.nextToken = nextToken } @@ -17883,8 +17398,7 @@ public struct GetCrawlerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -17895,8 +17409,7 @@ public struct GetCrawlerOutput: Swift.Sendable { public init( crawler: GlueClientTypes.Crawler? = nil - ) - { + ) { self.crawler = crawler } } @@ -17913,8 +17426,7 @@ public struct GetCrawlerMetricsInput: Swift.Sendable { crawlerNameList: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawlerNameList = crawlerNameList self.maxResults = maxResults self.nextToken = nextToken @@ -17951,8 +17463,7 @@ extension GlueClientTypes { tablesDeleted: Swift.Int = 0, tablesUpdated: Swift.Int = 0, timeLeftSeconds: Swift.Double = 0.0 - ) - { + ) { self.crawlerName = crawlerName self.lastRuntimeSeconds = lastRuntimeSeconds self.medianRuntimeSeconds = medianRuntimeSeconds @@ -17974,8 +17485,7 @@ public struct GetCrawlerMetricsOutput: Swift.Sendable { public init( crawlerMetricsList: [GlueClientTypes.CrawlerMetrics]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawlerMetricsList = crawlerMetricsList self.nextToken = nextToken } @@ -17990,8 +17500,7 @@ public struct GetCrawlersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -18006,8 +17515,7 @@ public struct GetCrawlersOutput: Swift.Sendable { public init( crawlers: [GlueClientTypes.Crawler]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawlers = crawlers self.nextToken = nextToken } @@ -18020,8 +17528,7 @@ public struct GetCustomEntityTypeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -18038,8 +17545,7 @@ public struct GetCustomEntityTypeOutput: Swift.Sendable { contextWords: [Swift.String]? = nil, name: Swift.String? = nil, regexString: Swift.String? = nil - ) - { + ) { self.contextWords = contextWords self.name = name self.regexString = regexString @@ -18056,8 +17562,7 @@ public struct GetDatabaseInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -18097,8 +17602,7 @@ extension GlueClientTypes { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, targetDatabase: GlueClientTypes.DatabaseIdentifier? = nil - ) - { + ) { self.catalogId = catalogId self.createTableDefaultPermissions = createTableDefaultPermissions self.createTime = createTime @@ -18118,8 +17622,7 @@ public struct GetDatabaseOutput: Swift.Sendable { public init( database: GlueClientTypes.Database? = nil - ) - { + ) { self.database = database } } @@ -18206,8 +17709,7 @@ public struct GetDatabasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceShareType: GlueClientTypes.ResourceShareType? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.catalogId = catalogId self.maxResults = maxResults @@ -18226,8 +17728,7 @@ public struct GetDatabasesOutput: Swift.Sendable { public init( databaseList: [GlueClientTypes.Database]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databaseList = databaseList self.nextToken = nextToken } @@ -18239,8 +17740,7 @@ public struct GetDataCatalogEncryptionSettingsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -18258,8 +17758,7 @@ extension GlueClientTypes { public init( awsKmsKeyId: Swift.String? = nil, returnConnectionPasswordEncrypted: Swift.Bool = false - ) - { + ) { self.awsKmsKeyId = awsKmsKeyId self.returnConnectionPasswordEncrypted = returnConnectionPasswordEncrypted } @@ -18314,8 +17813,7 @@ extension GlueClientTypes { catalogEncryptionMode: GlueClientTypes.CatalogEncryptionMode? = nil, catalogEncryptionServiceRole: Swift.String? = nil, sseAwsKmsKeyId: Swift.String? = nil - ) - { + ) { self.catalogEncryptionMode = catalogEncryptionMode self.catalogEncryptionServiceRole = catalogEncryptionServiceRole self.sseAwsKmsKeyId = sseAwsKmsKeyId @@ -18335,8 +17833,7 @@ extension GlueClientTypes { public init( connectionPasswordEncryption: GlueClientTypes.ConnectionPasswordEncryption? = nil, encryptionAtRest: GlueClientTypes.EncryptionAtRest? = nil - ) - { + ) { self.connectionPasswordEncryption = connectionPasswordEncryption self.encryptionAtRest = encryptionAtRest } @@ -18349,8 +17846,7 @@ public struct GetDataCatalogEncryptionSettingsOutput: Swift.Sendable { public init( dataCatalogEncryptionSettings: GlueClientTypes.DataCatalogEncryptionSettings? = nil - ) - { + ) { self.dataCatalogEncryptionSettings = dataCatalogEncryptionSettings } } @@ -18361,8 +17857,7 @@ public struct GetDataflowGraphInput: Swift.Sendable { public init( pythonScript: Swift.String? = nil - ) - { + ) { self.pythonScript = pythonScript } } @@ -18376,8 +17871,7 @@ public struct GetDataflowGraphOutput: Swift.Sendable { public init( dagEdges: [GlueClientTypes.CodeGenEdge]? = nil, dagNodes: [GlueClientTypes.CodeGenNode]? = nil - ) - { + ) { self.dagEdges = dagEdges self.dagNodes = dagNodes } @@ -18393,8 +17887,7 @@ public struct GetDataQualityModelInput: Swift.Sendable { public init( profileId: Swift.String? = nil, statisticId: Swift.String? = nil - ) - { + ) { self.profileId = profileId self.statisticId = statisticId } @@ -18447,8 +17940,7 @@ public struct GetDataQualityModelOutput: Swift.Sendable { failureReason: Swift.String? = nil, startedOn: Foundation.Date? = nil, status: GlueClientTypes.DataQualityModelStatus? = nil - ) - { + ) { self.completedOn = completedOn self.failureReason = failureReason self.startedOn = startedOn @@ -18467,8 +17959,7 @@ public struct GetDataQualityModelResultInput: Swift.Sendable { public init( profileId: Swift.String? = nil, statisticId: Swift.String? = nil - ) - { + ) { self.profileId = profileId self.statisticId = statisticId } @@ -18498,8 +17989,7 @@ extension GlueClientTypes { lowerBound: Swift.Double? = nil, predictedValue: Swift.Double? = nil, upperBound: Swift.Double? = nil - ) - { + ) { self.actualValue = actualValue self.date = date self.inclusionAnnotation = inclusionAnnotation @@ -18519,8 +18009,7 @@ public struct GetDataQualityModelResultOutput: Swift.Sendable { public init( completedOn: Foundation.Date? = nil, model: [GlueClientTypes.StatisticModelResult]? = nil - ) - { + ) { self.completedOn = completedOn self.model = model } @@ -18533,8 +18022,7 @@ public struct GetDataQualityResultInput: Swift.Sendable { public init( resultId: Swift.String? = nil - ) - { + ) { self.resultId = resultId } } @@ -18584,8 +18072,7 @@ public struct GetDataQualityResultOutput: Swift.Sendable { rulesetName: Swift.String? = nil, score: Swift.Double? = nil, startedOn: Foundation.Date? = nil - ) - { + ) { self.analyzerResults = analyzerResults self.completedOn = completedOn self.dataSource = dataSource @@ -18610,8 +18097,7 @@ public struct GetDataQualityRuleRecommendationRunInput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -18661,8 +18147,7 @@ public struct GetDataQualityRuleRecommendationRunOutput: Swift.Sendable { startedOn: Foundation.Date? = nil, status: GlueClientTypes.TaskStatusType? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.completedOn = completedOn self.createdRulesetName = createdRulesetName self.dataQualitySecurityConfiguration = dataQualitySecurityConfiguration @@ -18687,8 +18172,7 @@ public struct GetDataQualityRulesetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -18720,8 +18204,7 @@ public struct GetDataQualityRulesetOutput: Swift.Sendable { recommendationRunId: Swift.String? = nil, ruleset: Swift.String? = nil, targetTable: GlueClientTypes.DataQualityTargetTable? = nil - ) - { + ) { self.createdOn = createdOn self.dataQualitySecurityConfiguration = dataQualitySecurityConfiguration self.description = description @@ -18740,8 +18223,7 @@ public struct GetDataQualityRulesetEvaluationRunInput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -18790,8 +18272,7 @@ extension GlueClientTypes { cloudWatchMetricsEnabled: Swift.Bool? = nil, compositeRuleEvaluationMethod: GlueClientTypes.DQCompositeRuleEvaluationMethod? = nil, resultsS3Prefix: Swift.String? = nil - ) - { + ) { self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.compositeRuleEvaluationMethod = compositeRuleEvaluationMethod self.resultsS3Prefix = resultsS3Prefix @@ -18847,8 +18328,7 @@ public struct GetDataQualityRulesetEvaluationRunOutput: Swift.Sendable { startedOn: Foundation.Date? = nil, status: GlueClientTypes.TaskStatusType? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.additionalDataSources = additionalDataSources self.additionalRunOptions = additionalRunOptions self.completedOn = completedOn @@ -18874,8 +18354,7 @@ public struct GetDevEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -18886,8 +18365,7 @@ public struct GetDevEndpointOutput: Swift.Sendable { public init( devEndpoint: GlueClientTypes.DevEndpoint? = nil - ) - { + ) { self.devEndpoint = devEndpoint } } @@ -18901,8 +18379,7 @@ public struct GetDevEndpointsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -18917,8 +18394,7 @@ public struct GetDevEndpointsOutput: Swift.Sendable { public init( devEndpoints: [GlueClientTypes.DevEndpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devEndpoints = devEndpoints self.nextToken = nextToken } @@ -18959,8 +18435,7 @@ public struct GetEntityRecordsInput: Swift.Sendable { nextToken: Swift.String? = nil, orderBy: Swift.String? = nil, selectedFields: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.connectionName = connectionName self.connectionOptions = connectionOptions @@ -18983,8 +18458,7 @@ public struct GetEntityRecordsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, records: [Smithy.Document]? = nil - ) - { + ) { self.nextToken = nextToken self.records = records } @@ -19002,8 +18476,7 @@ public struct GetIntegrationResourcePropertyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -19020,8 +18493,7 @@ public struct GetIntegrationResourcePropertyOutput: Swift.Sendable { resourceArn: Swift.String? = nil, sourceProcessingProperties: GlueClientTypes.SourceProcessingProperties? = nil, targetProcessingProperties: GlueClientTypes.TargetProcessingProperties? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceProcessingProperties = sourceProcessingProperties self.targetProcessingProperties = targetProcessingProperties @@ -19039,8 +18511,7 @@ public struct GetIntegrationTablePropertiesInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.tableName = tableName } @@ -19061,8 +18532,7 @@ public struct GetIntegrationTablePropertiesOutput: Swift.Sendable { sourceTableConfig: GlueClientTypes.SourceTableConfig? = nil, tableName: Swift.String? = nil, targetTableConfig: GlueClientTypes.TargetTableConfig? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceTableConfig = sourceTableConfig self.tableName = tableName @@ -19077,8 +18547,7 @@ public struct GetJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -19093,8 +18562,7 @@ public struct GetJobBookmarkInput: Swift.Sendable { public init( jobName: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.runId = runId } @@ -19127,8 +18595,7 @@ extension GlueClientTypes { run: Swift.Int = 0, runId: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.attempt = attempt self.jobBookmark = jobBookmark self.jobName = jobName @@ -19146,8 +18613,7 @@ public struct GetJobBookmarkOutput: Swift.Sendable { public init( jobBookmarkEntry: GlueClientTypes.JobBookmarkEntry? = nil - ) - { + ) { self.jobBookmarkEntry = jobBookmarkEntry } } @@ -19166,8 +18632,7 @@ public struct GetJobRunInput: Swift.Sendable { jobName: Swift.String? = nil, predecessorsIncluded: Swift.Bool? = false, runId: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.predecessorsIncluded = predecessorsIncluded self.runId = runId @@ -19180,8 +18645,7 @@ public struct GetJobRunOutput: Swift.Sendable { public init( jobRun: GlueClientTypes.JobRun? = nil - ) - { + ) { self.jobRun = jobRun } } @@ -19199,8 +18663,7 @@ public struct GetJobRunsInput: Swift.Sendable { jobName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.maxResults = maxResults self.nextToken = nextToken @@ -19216,8 +18679,7 @@ public struct GetJobRunsOutput: Swift.Sendable { public init( jobRuns: [GlueClientTypes.JobRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobRuns = jobRuns self.nextToken = nextToken } @@ -19232,8 +18694,7 @@ public struct GetJobsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -19254,8 +18715,7 @@ extension GlueClientTypes { dynamoDB: [GlueClientTypes.CodeGenNodeArg]? = nil, jdbc: [GlueClientTypes.CodeGenNodeArg]? = nil, s3: [GlueClientTypes.CodeGenNodeArg]? = nil - ) - { + ) { self.dynamoDB = dynamoDB self.jdbc = jdbc self.s3 = s3 @@ -19277,8 +18737,7 @@ extension GlueClientTypes { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -19298,8 +18757,7 @@ public struct GetMappingInput: Swift.Sendable { location: GlueClientTypes.Location? = nil, sinks: [GlueClientTypes.CatalogEntry]? = nil, source: GlueClientTypes.CatalogEntry? = nil - ) - { + ) { self.location = location self.sinks = sinks self.source = source @@ -19330,8 +18788,7 @@ extension GlueClientTypes { targetPath: Swift.String? = nil, targetTable: Swift.String? = nil, targetType: Swift.String? = nil - ) - { + ) { self.sourcePath = sourcePath self.sourceTable = sourceTable self.sourceType = sourceType @@ -19349,8 +18806,7 @@ public struct GetMappingOutput: Swift.Sendable { public init( mapping: [GlueClientTypes.MappingEntry]? = nil - ) - { + ) { self.mapping = mapping } } @@ -19366,8 +18822,7 @@ public struct GetMLTaskRunInput: Swift.Sendable { public init( taskRunId: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId self.transformId = transformId } @@ -19382,8 +18837,7 @@ extension GlueClientTypes { public init( outputS3Path: Swift.String? = nil - ) - { + ) { self.outputS3Path = outputS3Path } } @@ -19404,8 +18858,7 @@ extension GlueClientTypes { jobId: Swift.String? = nil, jobName: Swift.String? = nil, jobRunId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.jobName = jobName self.jobRunId = jobRunId @@ -19425,8 +18878,7 @@ extension GlueClientTypes { public init( inputS3Path: Swift.String? = nil, replace: Swift.Bool = false - ) - { + ) { self.inputS3Path = inputS3Path self.replace = replace } @@ -19442,8 +18894,7 @@ extension GlueClientTypes { public init( outputS3Path: Swift.String? = nil - ) - { + ) { self.outputS3Path = outputS3Path } } @@ -19508,8 +18959,7 @@ extension GlueClientTypes { importLabelsTaskRunProperties: GlueClientTypes.ImportLabelsTaskRunProperties? = nil, labelingSetGenerationTaskRunProperties: GlueClientTypes.LabelingSetGenerationTaskRunProperties? = nil, taskType: GlueClientTypes.TaskType? = nil - ) - { + ) { self.exportLabelsTaskRunProperties = exportLabelsTaskRunProperties self.findMatchesTaskRunProperties = findMatchesTaskRunProperties self.importLabelsTaskRunProperties = importLabelsTaskRunProperties @@ -19552,8 +19002,7 @@ public struct GetMLTaskRunOutput: Swift.Sendable { status: GlueClientTypes.TaskStatusType? = nil, taskRunId: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.completedOn = completedOn self.errorString = errorString self.executionTime = executionTime @@ -19585,8 +19034,7 @@ extension GlueClientTypes { startedBefore: Foundation.Date? = nil, status: GlueClientTypes.TaskStatusType? = nil, taskRunType: GlueClientTypes.TaskType? = nil - ) - { + ) { self.startedAfter = startedAfter self.startedBefore = startedBefore self.status = status @@ -19670,8 +19118,7 @@ extension GlueClientTypes { public init( column: GlueClientTypes.TaskRunSortColumnType? = nil, sortDirection: GlueClientTypes.SortDirectionType? = nil - ) - { + ) { self.column = column self.sortDirection = sortDirection } @@ -19697,8 +19144,7 @@ public struct GetMLTaskRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: GlueClientTypes.TaskRunSortCriteria? = nil, transformId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -19743,8 +19189,7 @@ extension GlueClientTypes { status: GlueClientTypes.TaskStatusType? = nil, taskRunId: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.completedOn = completedOn self.errorString = errorString self.executionTime = executionTime @@ -19768,8 +19213,7 @@ public struct GetMLTaskRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskRuns: [GlueClientTypes.TaskRun]? = nil - ) - { + ) { self.nextToken = nextToken self.taskRuns = taskRuns } @@ -19782,8 +19226,7 @@ public struct GetMLTransformInput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -19800,8 +19243,7 @@ extension GlueClientTypes { public init( columnName: Swift.String? = nil, importance: Swift.Double? = nil - ) - { + ) { self.columnName = columnName self.importance = importance } @@ -19826,8 +19268,7 @@ extension GlueClientTypes { numFalsePositives: Swift.Int? = nil, numTrueNegatives: Swift.Int? = nil, numTruePositives: Swift.Int? = nil - ) - { + ) { self.numFalseNegatives = numFalseNegatives self.numFalsePositives = numFalsePositives self.numTrueNegatives = numTrueNegatives @@ -19860,8 +19301,7 @@ extension GlueClientTypes { f1: Swift.Double? = nil, precision: Swift.Double? = nil, recall: Swift.Double? = nil - ) - { + ) { self.areaUnderPRCurve = areaUnderPRCurve self.columnImportances = columnImportances self.confusionMatrix = confusionMatrix @@ -19885,8 +19325,7 @@ extension GlueClientTypes { public init( findMatchesMetrics: GlueClientTypes.FindMatchesMetrics? = nil, transformType: GlueClientTypes.TransformType? = nil - ) - { + ) { self.findMatchesMetrics = findMatchesMetrics self.transformType = transformType } @@ -19905,8 +19344,7 @@ extension GlueClientTypes { public init( dataType: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.name = name } @@ -20011,8 +19449,7 @@ public struct GetMLTransformOutput: Swift.Sendable { transformEncryption: GlueClientTypes.TransformEncryption? = nil, transformId: Swift.String? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.createdOn = createdOn self.description = description self.evaluationMetrics = evaluationMetrics @@ -20068,8 +19505,7 @@ extension GlueClientTypes { schema: [GlueClientTypes.SchemaColumn]? = nil, status: GlueClientTypes.TransformStatusType? = nil, transformType: GlueClientTypes.TransformType? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.glueVersion = glueVersion @@ -20135,8 +19571,7 @@ extension GlueClientTypes { public init( column: GlueClientTypes.TransformSortColumnType? = nil, sortDirection: GlueClientTypes.SortDirectionType? = nil - ) - { + ) { self.column = column self.sortDirection = sortDirection } @@ -20158,8 +19593,7 @@ public struct GetMLTransformsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: GlueClientTypes.TransformSortCriteria? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -20262,8 +19696,7 @@ extension GlueClientTypes { transformEncryption: GlueClientTypes.TransformEncryption? = nil, transformId: Swift.String? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.createdOn = createdOn self.description = description self.evaluationMetrics = evaluationMetrics @@ -20297,8 +19730,7 @@ public struct GetMLTransformsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transforms: [GlueClientTypes.MLTransform]? = nil - ) - { + ) { self.nextToken = nextToken self.transforms = transforms } @@ -20322,8 +19754,7 @@ public struct GetPartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionValues: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionValues = partitionValues @@ -20337,8 +19768,7 @@ public struct GetPartitionOutput: Swift.Sendable { public init( partition: GlueClientTypes.Partition? = nil - ) - { + ) { self.partition = partition } } @@ -20360,8 +19790,7 @@ public struct GetPartitionIndexesInput: Swift.Sendable { databaseName: Swift.String? = nil, nextToken: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.nextToken = nextToken @@ -20429,8 +19858,7 @@ extension GlueClientTypes { public init( code: GlueClientTypes.BackfillErrorCode? = nil, partitions: [GlueClientTypes.PartitionValueList]? = nil - ) - { + ) { self.code = code self.partitions = partitions } @@ -20486,8 +19914,7 @@ extension GlueClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -20523,8 +19950,7 @@ extension GlueClientTypes { indexName: Swift.String? = nil, indexStatus: GlueClientTypes.PartitionIndexStatus? = nil, keys: [GlueClientTypes.KeySchemaElement]? = nil - ) - { + ) { self.backfillErrors = backfillErrors self.indexName = indexName self.indexStatus = indexStatus @@ -20542,8 +19968,7 @@ public struct GetPartitionIndexesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partitionIndexDescriptorList: [GlueClientTypes.PartitionIndexDescriptor]? = nil - ) - { + ) { self.nextToken = nextToken self.partitionIndexDescriptorList = partitionIndexDescriptorList } @@ -20563,8 +19988,7 @@ extension GlueClientTypes { public init( segmentNumber: Swift.Int = 0, totalSegments: Swift.Int? = nil - ) - { + ) { self.segmentNumber = segmentNumber self.totalSegments = totalSegments } @@ -20627,8 +20051,7 @@ public struct GetPartitionsInput: Swift.Sendable { segment: GlueClientTypes.Segment? = nil, tableName: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.excludeColumnSchema = excludeColumnSchema @@ -20651,8 +20074,7 @@ public struct GetPartitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, partitions: [GlueClientTypes.Partition]? = nil - ) - { + ) { self.nextToken = nextToken self.partitions = partitions } @@ -20683,8 +20105,7 @@ public struct GetPlanInput: Swift.Sendable { mapping: [GlueClientTypes.MappingEntry]? = nil, sinks: [GlueClientTypes.CatalogEntry]? = nil, source: GlueClientTypes.CatalogEntry? = nil - ) - { + ) { self.additionalPlanOptionsMap = additionalPlanOptionsMap self.language = language self.location = location @@ -20703,8 +20124,7 @@ public struct GetPlanOutput: Swift.Sendable { public init( pythonScript: Swift.String? = nil, scalaCode: Swift.String? = nil - ) - { + ) { self.pythonScript = pythonScript self.scalaCode = scalaCode } @@ -20717,8 +20137,7 @@ public struct GetRegistryInput: Swift.Sendable { public init( registryId: GlueClientTypes.RegistryId? = nil - ) - { + ) { self.registryId = registryId } } @@ -20744,8 +20163,7 @@ public struct GetRegistryOutput: Swift.Sendable { registryName: Swift.String? = nil, status: GlueClientTypes.RegistryStatus? = nil, updatedTime: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.registryArn = registryArn @@ -20764,8 +20182,7 @@ public struct GetResourcePoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -20789,8 +20206,7 @@ extension GlueClientTypes { policyHash: Swift.String? = nil, policyInJson: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.policyHash = policyHash self.policyInJson = policyInJson @@ -20808,8 +20224,7 @@ public struct GetResourcePoliciesOutput: Swift.Sendable { public init( getResourcePoliciesResponseList: [GlueClientTypes.GluePolicy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.getResourcePoliciesResponseList = getResourcePoliciesResponseList self.nextToken = nextToken } @@ -20821,8 +20236,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -20842,8 +20256,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { policyHash: Swift.String? = nil, policyInJson: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.policyHash = policyHash self.policyInJson = policyInJson @@ -20862,8 +20275,7 @@ public struct GetSchemaInput: Swift.Sendable { public init( schemaId: GlueClientTypes.SchemaId? = nil - ) - { + ) { self.schemaId = schemaId } } @@ -20910,8 +20322,7 @@ public struct GetSchemaOutput: Swift.Sendable { schemaName: Swift.String? = nil, schemaStatus: GlueClientTypes.SchemaStatus? = nil, updatedTime: Swift.String? = nil - ) - { + ) { self.compatibility = compatibility self.createdTime = createdTime self.dataFormat = dataFormat @@ -20943,8 +20354,7 @@ public struct GetSchemaByDefinitionInput: Swift.Sendable { public init( schemaDefinition: Swift.String? = nil, schemaId: GlueClientTypes.SchemaId? = nil - ) - { + ) { self.schemaDefinition = schemaDefinition self.schemaId = schemaId } @@ -20968,8 +20378,7 @@ public struct GetSchemaByDefinitionOutput: Swift.Sendable { schemaArn: Swift.String? = nil, schemaVersionId: Swift.String? = nil, status: GlueClientTypes.SchemaVersionStatus? = nil - ) - { + ) { self.createdTime = createdTime self.dataFormat = dataFormat self.schemaArn = schemaArn @@ -20990,8 +20399,7 @@ extension GlueClientTypes { public init( latestVersion: Swift.Bool = false, versionNumber: Swift.Int? = nil - ) - { + ) { self.latestVersion = latestVersion self.versionNumber = versionNumber } @@ -21014,8 +20422,7 @@ public struct GetSchemaVersionInput: Swift.Sendable { schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionId: Swift.String? = nil, schemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.schemaId = schemaId self.schemaVersionId = schemaVersionId self.schemaVersionNumber = schemaVersionNumber @@ -21046,8 +20453,7 @@ public struct GetSchemaVersionOutput: Swift.Sendable { schemaVersionId: Swift.String? = nil, status: GlueClientTypes.SchemaVersionStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.createdTime = createdTime self.dataFormat = dataFormat self.schemaArn = schemaArn @@ -21107,8 +20513,7 @@ public struct GetSchemaVersionsDiffInput: Swift.Sendable { schemaDiffType: GlueClientTypes.SchemaDiffType? = nil, schemaId: GlueClientTypes.SchemaId? = nil, secondSchemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.firstSchemaVersionNumber = firstSchemaVersionNumber self.schemaDiffType = schemaDiffType self.schemaId = schemaId @@ -21122,8 +20527,7 @@ public struct GetSchemaVersionsDiffOutput: Swift.Sendable { public init( diff: Swift.String? = nil - ) - { + ) { self.diff = diff } } @@ -21135,8 +20539,7 @@ public struct GetSecurityConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -21156,8 +20559,7 @@ extension GlueClientTypes { createdTimeStamp: Foundation.Date? = nil, encryptionConfiguration: GlueClientTypes.EncryptionConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTimeStamp = createdTimeStamp self.encryptionConfiguration = encryptionConfiguration self.name = name @@ -21171,8 +20573,7 @@ public struct GetSecurityConfigurationOutput: Swift.Sendable { public init( securityConfiguration: GlueClientTypes.SecurityConfiguration? = nil - ) - { + ) { self.securityConfiguration = securityConfiguration } } @@ -21186,8 +20587,7 @@ public struct GetSecurityConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -21202,8 +20602,7 @@ public struct GetSecurityConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityConfigurations: [GlueClientTypes.SecurityConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.securityConfigurations = securityConfigurations } @@ -21219,8 +20618,7 @@ public struct GetSessionInput: Swift.Sendable { public init( id: Swift.String? = nil, requestOrigin: Swift.String? = nil - ) - { + ) { self.id = id self.requestOrigin = requestOrigin } @@ -21232,8 +20630,7 @@ public struct GetSessionOutput: Swift.Sendable { public init( session: GlueClientTypes.Session? = nil - ) - { + ) { self.session = session } } @@ -21252,8 +20649,7 @@ public struct GetStatementInput: Swift.Sendable { id: Swift.Int? = 0, requestOrigin: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.id = id self.requestOrigin = requestOrigin self.sessionId = sessionId @@ -21269,8 +20665,7 @@ extension GlueClientTypes { public init( textPlain: Swift.String? = nil - ) - { + ) { self.textPlain = textPlain } } @@ -21341,8 +20736,7 @@ extension GlueClientTypes { executionCount: Swift.Int = 0, status: GlueClientTypes.StatementState? = nil, traceback: [Swift.String]? = nil - ) - { + ) { self.data = data self.errorName = errorName self.errorValue = errorValue @@ -21380,8 +20774,7 @@ extension GlueClientTypes { progress: Swift.Double = 0.0, startedOn: Swift.Int = 0, state: GlueClientTypes.StatementState? = nil - ) - { + ) { self.code = code self.completedOn = completedOn self.id = id @@ -21399,8 +20792,7 @@ public struct GetStatementOutput: Swift.Sendable { public init( statement: GlueClientTypes.Statement? = nil - ) - { + ) { self.statement = statement } } @@ -21428,8 +20820,7 @@ public struct GetTableInput: Swift.Sendable { name: Swift.String? = nil, queryAsOfTime: Foundation.Date? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.includeStatusDetails = includeStatusDetails @@ -21454,8 +20845,7 @@ extension GlueClientTypes { connectionName: Swift.String? = nil, databaseIdentifier: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.connectionName = connectionName self.databaseIdentifier = databaseIdentifier self.identifier = identifier @@ -21554,8 +20944,7 @@ extension GlueClientTypes { state: GlueClientTypes.ResourceState? = nil, updateTime: Foundation.Date? = nil, viewValidationText: Swift.String? = nil - ) - { + ) { self.dialect = dialect self.dialectVersion = dialectVersion self.error = error @@ -21592,8 +20981,7 @@ extension GlueClientTypes { validationConnection: Swift.String? = nil, viewExpandedText: Swift.String? = nil, viewOriginalText: Swift.String? = nil - ) - { + ) { self.dialect = dialect self.dialectVersion = dialectVersion self.isStale = isStale @@ -21622,8 +21010,7 @@ extension GlueClientTypes { isProtected: Swift.Bool? = nil, representations: [GlueClientTypes.ViewRepresentation]? = nil, subObjects: [Swift.String]? = nil - ) - { + ) { self.definer = definer self.isProtected = isProtected self.representations = representations @@ -21651,8 +21038,7 @@ public struct GetTableOptimizerInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -21675,8 +21061,7 @@ public struct GetTableOptimizerOutput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, tableOptimizer: GlueClientTypes.TableOptimizer? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -21748,8 +21133,7 @@ public struct GetTablesInput: Swift.Sendable { nextToken: Swift.String? = nil, queryAsOfTime: Foundation.Date? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.attributesToGet = attributesToGet self.catalogId = catalogId self.databaseName = databaseName @@ -21779,8 +21163,7 @@ public struct GetTableVersionInput: Swift.Sendable { databaseName: Swift.String? = nil, tableName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -21808,8 +21191,7 @@ public struct GetTableVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.maxResults = maxResults @@ -21825,8 +21207,7 @@ public struct GetTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -21837,8 +21218,7 @@ public struct GetTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -21850,8 +21230,7 @@ public struct GetTriggerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -21862,8 +21241,7 @@ public struct GetTriggerOutput: Swift.Sendable { public init( trigger: GlueClientTypes.Trigger? = nil - ) - { + ) { self.trigger = trigger } } @@ -21880,8 +21258,7 @@ public struct GetTriggersInput: Swift.Sendable { dependentJobName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dependentJobName = dependentJobName self.maxResults = maxResults self.nextToken = nextToken @@ -21897,8 +21274,7 @@ public struct GetTriggersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, triggers: [GlueClientTypes.Trigger]? = nil - ) - { + ) { self.nextToken = nextToken self.triggers = triggers } @@ -21923,8 +21299,7 @@ public struct PermissionTypeMismatchException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21950,8 +21325,7 @@ extension GlueClientTypes { queryAuthorizationId: Swift.String? = nil, queryId: Swift.String? = nil, queryStartTime: Foundation.Date? = nil - ) - { + ) { self.additionalContext = additionalContext self.clusterId = clusterId self.queryAuthorizationId = queryAuthorizationId @@ -22028,8 +21402,7 @@ public struct GetUnfilteredPartitionMetadataInput: Swift.Sendable { region: Swift.String? = nil, supportedPermissionTypes: [GlueClientTypes.PermissionType]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.auditContext = auditContext self.catalogId = catalogId self.databaseName = databaseName @@ -22053,8 +21426,7 @@ public struct GetUnfilteredPartitionMetadataOutput: Swift.Sendable { authorizedColumns: [Swift.String]? = nil, isRegisteredWithLakeFormation: Swift.Bool = false, partition: GlueClientTypes.Partition? = nil - ) - { + ) { self.authorizedColumns = authorizedColumns self.isRegisteredWithLakeFormation = isRegisteredWithLakeFormation self.partition = partition @@ -22122,8 +21494,7 @@ public struct GetUnfilteredPartitionsMetadataInput: Swift.Sendable { segment: GlueClientTypes.Segment? = nil, supportedPermissionTypes: [GlueClientTypes.PermissionType]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.auditContext = auditContext self.catalogId = catalogId self.databaseName = databaseName @@ -22153,8 +21524,7 @@ extension GlueClientTypes { authorizedColumns: [Swift.String]? = nil, isRegisteredWithLakeFormation: Swift.Bool = false, partition: GlueClientTypes.Partition? = nil - ) - { + ) { self.authorizedColumns = authorizedColumns self.isRegisteredWithLakeFormation = isRegisteredWithLakeFormation self.partition = partition @@ -22171,8 +21541,7 @@ public struct GetUnfilteredPartitionsMetadataOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, unfilteredPartitions: [GlueClientTypes.UnfilteredPartition]? = nil - ) - { + ) { self.nextToken = nextToken self.unfilteredPartitions = unfilteredPartitions } @@ -22190,8 +21559,7 @@ extension GlueClientTypes { public init( dialect: GlueClientTypes.ViewDialect? = nil, dialectVersion: Swift.String? = nil - ) - { + ) { self.dialect = dialect self.dialectVersion = dialectVersion } @@ -22249,8 +21617,7 @@ public struct GetUnfilteredTableMetadataInput: Swift.Sendable { rootResourceArn: Swift.String? = nil, supportedDialect: GlueClientTypes.SupportedDialect? = nil, supportedPermissionTypes: [GlueClientTypes.PermissionType]? = nil - ) - { + ) { self.auditContext = auditContext self.catalogId = catalogId self.databaseName = databaseName @@ -22277,8 +21644,7 @@ extension GlueClientTypes { public init( columnName: Swift.String? = nil, rowFilterExpression: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.rowFilterExpression = rowFilterExpression } @@ -22292,8 +21658,7 @@ public struct GetUsageProfileInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22316,8 +21681,7 @@ public struct GetUsageProfileOutput: Swift.Sendable { description: Swift.String? = nil, lastModifiedOn: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.createdOn = createdOn self.description = description @@ -22340,8 +21704,7 @@ public struct GetUserDefinedFunctionInput: Swift.Sendable { catalogId: Swift.String? = nil, databaseName: Swift.String? = nil, functionName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.functionName = functionName @@ -22378,8 +21741,7 @@ extension GlueClientTypes { ownerName: Swift.String? = nil, ownerType: GlueClientTypes.PrincipalType? = nil, resourceUris: [GlueClientTypes.ResourceUri]? = nil - ) - { + ) { self.catalogId = catalogId self.className = className self.createTime = createTime @@ -22398,8 +21760,7 @@ public struct GetUserDefinedFunctionOutput: Swift.Sendable { public init( userDefinedFunction: GlueClientTypes.UserDefinedFunction? = nil - ) - { + ) { self.userDefinedFunction = userDefinedFunction } } @@ -22423,8 +21784,7 @@ public struct GetUserDefinedFunctionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.maxResults = maxResults @@ -22442,8 +21802,7 @@ public struct GetUserDefinedFunctionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userDefinedFunctions: [GlueClientTypes.UserDefinedFunction]? = nil - ) - { + ) { self.nextToken = nextToken self.userDefinedFunctions = userDefinedFunctions } @@ -22459,8 +21818,7 @@ public struct GetWorkflowInput: Swift.Sendable { public init( includeGraph: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.includeGraph = includeGraph self.name = name } @@ -22472,8 +21830,7 @@ public struct GetWorkflowOutput: Swift.Sendable { public init( workflow: GlueClientTypes.Workflow? = nil - ) - { + ) { self.workflow = workflow } } @@ -22492,8 +21849,7 @@ public struct GetWorkflowRunInput: Swift.Sendable { includeGraph: Swift.Bool? = nil, name: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.includeGraph = includeGraph self.name = name self.runId = runId @@ -22506,8 +21862,7 @@ public struct GetWorkflowRunOutput: Swift.Sendable { public init( run: GlueClientTypes.WorkflowRun? = nil - ) - { + ) { self.run = run } } @@ -22523,8 +21878,7 @@ public struct GetWorkflowRunPropertiesInput: Swift.Sendable { public init( name: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.name = name self.runId = runId } @@ -22536,8 +21890,7 @@ public struct GetWorkflowRunPropertiesOutput: Swift.Sendable { public init( runProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.runProperties = runProperties } } @@ -22558,8 +21911,7 @@ public struct GetWorkflowRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeGraph = includeGraph self.maxResults = maxResults self.name = name @@ -22576,8 +21928,7 @@ public struct GetWorkflowRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, runs: [GlueClientTypes.WorkflowRun]? = nil - ) - { + ) { self.nextToken = nextToken self.runs = runs } @@ -22589,8 +21940,7 @@ public struct ImportCatalogToGlueInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -22612,8 +21962,7 @@ public struct ListBlueprintsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tags = tags @@ -22629,8 +21978,7 @@ public struct ListBlueprintsOutput: Swift.Sendable { public init( blueprints: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blueprints = blueprints self.nextToken = nextToken } @@ -22645,8 +21993,7 @@ public struct ListColumnStatisticsTaskRunsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -22661,8 +22008,7 @@ public struct ListColumnStatisticsTaskRunsOutput: Swift.Sendable { public init( columnStatisticsTaskRunIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.columnStatisticsTaskRunIds = columnStatisticsTaskRunIds self.nextToken = nextToken } @@ -22677,8 +22023,7 @@ public struct ListConnectionTypesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -22699,8 +22044,7 @@ extension GlueClientTypes { capabilities: GlueClientTypes.Capabilities? = nil, connectionType: GlueClientTypes.ConnectionType? = nil, description: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.connectionType = connectionType self.description = description @@ -22717,8 +22061,7 @@ public struct ListConnectionTypesOutput: Swift.Sendable { public init( connectionTypes: [GlueClientTypes.ConnectionTypeBrief]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionTypes = connectionTypes self.nextToken = nextToken } @@ -22736,8 +22079,7 @@ public struct ListCrawlersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tags = tags @@ -22753,8 +22095,7 @@ public struct ListCrawlersOutput: Swift.Sendable { public init( crawlerNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawlerNames = crawlerNames self.nextToken = nextToken } @@ -22874,8 +22215,7 @@ extension GlueClientTypes { fieldName: GlueClientTypes.FieldName? = nil, fieldValue: Swift.String? = nil, filterOperator: GlueClientTypes.FilterOperator? = nil - ) - { + ) { self.fieldName = fieldName self.fieldValue = fieldValue self.filterOperator = filterOperator @@ -22899,8 +22239,7 @@ public struct ListCrawlsInput: Swift.Sendable { filters: [GlueClientTypes.CrawlsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawlerName = crawlerName self.filters = filters self.maxResults = maxResults @@ -22979,8 +22318,7 @@ extension GlueClientTypes { startTime: Foundation.Date? = nil, state: GlueClientTypes.CrawlerHistoryState? = nil, summary: Swift.String? = nil - ) - { + ) { self.crawlId = crawlId self.dpuHour = dpuHour self.endTime = endTime @@ -23004,8 +22342,7 @@ public struct ListCrawlsOutput: Swift.Sendable { public init( crawls: [GlueClientTypes.CrawlerHistory]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crawls = crawls self.nextToken = nextToken } @@ -23023,8 +22360,7 @@ public struct ListCustomEntityTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tags = tags @@ -23040,8 +22376,7 @@ public struct ListCustomEntityTypesOutput: Swift.Sendable { public init( customEntityTypes: [GlueClientTypes.CustomEntityType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customEntityTypes = customEntityTypes self.nextToken = nextToken } @@ -23068,8 +22403,7 @@ extension GlueClientTypes { jobRunId: Swift.String? = nil, startedAfter: Foundation.Date? = nil, startedBefore: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.jobName = jobName self.jobRunId = jobRunId @@ -23091,8 +22425,7 @@ public struct ListDataQualityResultsInput: Swift.Sendable { filter: GlueClientTypes.DataQualityResultFilterCriteria? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -23120,8 +22453,7 @@ extension GlueClientTypes { jobRunId: Swift.String? = nil, resultId: Swift.String? = nil, startedOn: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.jobName = jobName self.jobRunId = jobRunId @@ -23141,8 +22473,7 @@ public struct ListDataQualityResultsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [GlueClientTypes.DataQualityResultDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -23164,8 +22495,7 @@ extension GlueClientTypes { dataSource: GlueClientTypes.DataSource? = nil, startedAfter: Foundation.Date? = nil, startedBefore: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.startedAfter = startedAfter self.startedBefore = startedBefore @@ -23185,8 +22515,7 @@ public struct ListDataQualityRuleRecommendationRunsInput: Swift.Sendable { filter: GlueClientTypes.DataQualityRuleRecommendationRunFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -23211,8 +22540,7 @@ extension GlueClientTypes { runId: Swift.String? = nil, startedOn: Foundation.Date? = nil, status: GlueClientTypes.TaskStatusType? = nil - ) - { + ) { self.dataSource = dataSource self.runId = runId self.startedOn = startedOn @@ -23230,8 +22558,7 @@ public struct ListDataQualityRuleRecommendationRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, runs: [GlueClientTypes.DataQualityRuleRecommendationRunDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.runs = runs } @@ -23253,8 +22580,7 @@ extension GlueClientTypes { dataSource: GlueClientTypes.DataSource? = nil, startedAfter: Foundation.Date? = nil, startedBefore: Foundation.Date? = nil - ) - { + ) { self.dataSource = dataSource self.startedAfter = startedAfter self.startedBefore = startedBefore @@ -23274,8 +22600,7 @@ public struct ListDataQualityRulesetEvaluationRunsInput: Swift.Sendable { filter: GlueClientTypes.DataQualityRulesetEvaluationRunFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -23300,8 +22625,7 @@ extension GlueClientTypes { runId: Swift.String? = nil, startedOn: Foundation.Date? = nil, status: GlueClientTypes.TaskStatusType? = nil - ) - { + ) { self.dataSource = dataSource self.runId = runId self.startedOn = startedOn @@ -23319,8 +22643,7 @@ public struct ListDataQualityRulesetEvaluationRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, runs: [GlueClientTypes.DataQualityRulesetEvaluationRunDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.runs = runs } @@ -23353,8 +22676,7 @@ extension GlueClientTypes { lastModifiedBefore: Foundation.Date? = nil, name: Swift.String? = nil, targetTable: GlueClientTypes.DataQualityTargetTable? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.description = description @@ -23381,8 +22703,7 @@ public struct ListDataQualityRulesetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -23417,8 +22738,7 @@ extension GlueClientTypes { recommendationRunId: Swift.String? = nil, ruleCount: Swift.Int? = nil, targetTable: GlueClientTypes.DataQualityTargetTable? = nil - ) - { + ) { self.createdOn = createdOn self.description = description self.lastModifiedOn = lastModifiedOn @@ -23439,8 +22759,7 @@ public struct ListDataQualityRulesetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rulesets: [GlueClientTypes.DataQualityRulesetListDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.rulesets = rulesets } @@ -23458,8 +22777,7 @@ extension GlueClientTypes { public init( recordedAfter: Foundation.Date? = nil, recordedBefore: Foundation.Date? = nil - ) - { + ) { self.recordedAfter = recordedAfter self.recordedBefore = recordedBefore } @@ -23484,8 +22802,7 @@ public struct ListDataQualityStatisticAnnotationsInput: Swift.Sendable { profileId: Swift.String? = nil, statisticId: Swift.String? = nil, timestampFilter: GlueClientTypes.TimestampFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileId = profileId @@ -23503,8 +22820,7 @@ public struct ListDataQualityStatisticAnnotationsOutput: Swift.Sendable { public init( annotations: [GlueClientTypes.StatisticAnnotation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.annotations = annotations self.nextToken = nextToken } @@ -23528,8 +22844,7 @@ public struct ListDataQualityStatisticsInput: Swift.Sendable { profileId: Swift.String? = nil, statisticId: Swift.String? = nil, timestampFilter: GlueClientTypes.TimestampFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileId = profileId @@ -23582,8 +22897,7 @@ extension GlueClientTypes { public init( jobRunId: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.jobRunId = jobRunId self.runId = runId } @@ -23629,8 +22943,7 @@ extension GlueClientTypes { statisticId: Swift.String? = nil, statisticName: Swift.String? = nil, statisticProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.columnsReferenced = columnsReferenced self.doubleValue = doubleValue self.evaluationLevel = evaluationLevel @@ -23660,8 +22973,7 @@ public struct ListDataQualityStatisticsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, statistics: [GlueClientTypes.StatisticSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.statistics = statistics } @@ -23679,8 +22991,7 @@ public struct ListDevEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tags = tags @@ -23696,8 +23007,7 @@ public struct ListDevEndpointsOutput: Swift.Sendable { public init( devEndpointNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devEndpointNames = devEndpointNames self.nextToken = nextToken } @@ -23721,8 +23031,7 @@ public struct ListEntitiesInput: Swift.Sendable { dataStoreApiVersion: Swift.String? = nil, nextToken: Swift.String? = nil, parentEntityName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.connectionName = connectionName self.dataStoreApiVersion = dataStoreApiVersion @@ -23755,8 +23064,7 @@ extension GlueClientTypes { entityName: Swift.String? = nil, isParentEntity: Swift.Bool? = nil, label: Swift.String? = nil - ) - { + ) { self.category = category self.customProperties = customProperties self.description = description @@ -23776,8 +23084,7 @@ public struct ListEntitiesOutput: Swift.Sendable { public init( entities: [GlueClientTypes.Entity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -23795,8 +23102,7 @@ public struct ListJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.tags = tags @@ -23812,8 +23118,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobNames = jobNames self.nextToken = nextToken } @@ -23837,8 +23142,7 @@ public struct ListMLTransformsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: GlueClientTypes.TransformSortCriteria? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -23857,8 +23161,7 @@ public struct ListMLTransformsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transformIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.transformIds = transformIds } @@ -23873,8 +23176,7 @@ public struct ListRegistriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23904,8 +23206,7 @@ extension GlueClientTypes { registryName: Swift.String? = nil, status: GlueClientTypes.RegistryStatus? = nil, updatedTime: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.registryArn = registryArn @@ -23925,8 +23226,7 @@ public struct ListRegistriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registries: [GlueClientTypes.RegistryListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.registries = registries } @@ -23944,8 +23244,7 @@ public struct ListSchemasInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registryId: GlueClientTypes.RegistryId? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registryId = registryId @@ -23979,8 +23278,7 @@ extension GlueClientTypes { schemaName: Swift.String? = nil, schemaStatus: GlueClientTypes.SchemaStatus? = nil, updatedTime: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.registryName = registryName @@ -24001,8 +23299,7 @@ public struct ListSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [GlueClientTypes.SchemaListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -24025,8 +23322,7 @@ public struct ListSchemaVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, schemaId: GlueClientTypes.SchemaId? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.schemaId = schemaId @@ -24054,8 +23350,7 @@ extension GlueClientTypes { schemaVersionId: Swift.String? = nil, status: GlueClientTypes.SchemaVersionStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.createdTime = createdTime self.schemaArn = schemaArn self.schemaVersionId = schemaVersionId @@ -24074,8 +23369,7 @@ public struct ListSchemaVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [GlueClientTypes.SchemaVersionListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -24096,8 +23390,7 @@ public struct ListSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, requestOrigin: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.requestOrigin = requestOrigin @@ -24117,8 +23410,7 @@ public struct ListSessionsOutput: Swift.Sendable { ids: [Swift.String]? = nil, nextToken: Swift.String? = nil, sessions: [GlueClientTypes.Session]? = nil - ) - { + ) { self.ids = ids self.nextToken = nextToken self.sessions = sessions @@ -24138,8 +23430,7 @@ public struct ListStatementsInput: Swift.Sendable { nextToken: Swift.String? = nil, requestOrigin: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.requestOrigin = requestOrigin self.sessionId = sessionId @@ -24155,8 +23446,7 @@ public struct ListStatementsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, statements: [GlueClientTypes.Statement]? = nil - ) - { + ) { self.nextToken = nextToken self.statements = statements } @@ -24187,8 +23477,7 @@ public struct ListTableOptimizerRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, tableName: Swift.String? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.maxResults = maxResults @@ -24216,8 +23505,7 @@ public struct ListTableOptimizerRunsOutput: Swift.Sendable { nextToken: Swift.String? = nil, tableName: Swift.String? = nil, tableOptimizerRuns: [GlueClientTypes.TableOptimizerRun]? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.nextToken = nextToken @@ -24241,8 +23529,7 @@ public struct ListTriggersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dependentJobName = dependentJobName self.maxResults = maxResults self.nextToken = nextToken @@ -24259,8 +23546,7 @@ public struct ListTriggersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, triggerNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.triggerNames = triggerNames } @@ -24275,8 +23561,7 @@ public struct ListUsageProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -24300,8 +23585,7 @@ extension GlueClientTypes { description: Swift.String? = nil, lastModifiedOn: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdOn = createdOn self.description = description self.lastModifiedOn = lastModifiedOn @@ -24319,8 +23603,7 @@ public struct ListUsageProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profiles: [GlueClientTypes.UsageProfileDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.profiles = profiles } @@ -24335,8 +23618,7 @@ public struct ListWorkflowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -24351,8 +23633,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflows: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.workflows = workflows } @@ -24374,8 +23655,7 @@ public struct ModifyIntegrationInput: Swift.Sendable { description: Swift.String? = nil, integrationIdentifier: Swift.String? = nil, integrationName: Swift.String? = nil - ) - { + ) { self.dataFilter = dataFilter self.description = description self.integrationIdentifier = integrationIdentifier @@ -24442,8 +23722,7 @@ public struct ModifyIntegrationOutput: Swift.Sendable { status: GlueClientTypes.IntegrationStatus? = nil, tags: [GlueClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -24469,8 +23748,7 @@ public struct PutDataCatalogEncryptionSettingsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, dataCatalogEncryptionSettings: GlueClientTypes.DataCatalogEncryptionSettings? = nil - ) - { + ) { self.catalogId = catalogId self.dataCatalogEncryptionSettings = dataCatalogEncryptionSettings } @@ -24492,8 +23770,7 @@ public struct PutDataQualityProfileAnnotationInput: Swift.Sendable { public init( inclusionAnnotation: GlueClientTypes.InclusionAnnotationValue? = nil, profileId: Swift.String? = nil - ) - { + ) { self.inclusionAnnotation = inclusionAnnotation self.profileId = profileId } @@ -24592,8 +23869,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policyHashCondition: Swift.String? = nil, policyInJson: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.enableHybrid = enableHybrid self.policyExistsCondition = policyExistsCondition self.policyHashCondition = policyHashCondition @@ -24608,8 +23884,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policyHash: Swift.String? = nil - ) - { + ) { self.policyHash = policyHash } } @@ -24626,8 +23901,7 @@ extension GlueClientTypes { public init( metadataKey: Swift.String? = nil, metadataValue: Swift.String? = nil - ) - { + ) { self.metadataKey = metadataKey self.metadataValue = metadataValue } @@ -24650,8 +23924,7 @@ public struct PutSchemaVersionMetadataInput: Swift.Sendable { schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionId: Swift.String? = nil, schemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.metadataKeyValue = metadataKeyValue self.schemaId = schemaId self.schemaVersionId = schemaVersionId @@ -24686,8 +23959,7 @@ public struct PutSchemaVersionMetadataOutput: Swift.Sendable { schemaName: Swift.String? = nil, schemaVersionId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.latestVersion = latestVersion self.metadataKey = metadataKey self.metadataValue = metadataValue @@ -24714,8 +23986,7 @@ public struct PutWorkflowRunPropertiesInput: Swift.Sendable { name: Swift.String? = nil, runId: Swift.String? = nil, runProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.runId = runId self.runProperties = runProperties @@ -24748,8 +24019,7 @@ public struct QuerySchemaVersionMetadataInput: Swift.Sendable { schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionId: Swift.String? = nil, schemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.maxResults = maxResults self.metadataList = metadataList self.nextToken = nextToken @@ -24771,8 +24041,7 @@ extension GlueClientTypes { public init( createdTime: Swift.String? = nil, metadataValue: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.metadataValue = metadataValue } @@ -24794,8 +24063,7 @@ extension GlueClientTypes { createdTime: Swift.String? = nil, metadataValue: Swift.String? = nil, otherMetadataValueList: [GlueClientTypes.OtherMetadataValueListItem]? = nil - ) - { + ) { self.createdTime = createdTime self.metadataValue = metadataValue self.otherMetadataValueList = otherMetadataValueList @@ -24815,8 +24083,7 @@ public struct QuerySchemaVersionMetadataOutput: Swift.Sendable { metadataInfoMap: [Swift.String: GlueClientTypes.MetadataInfo]? = nil, nextToken: Swift.String? = nil, schemaVersionId: Swift.String? = nil - ) - { + ) { self.metadataInfoMap = metadataInfoMap self.nextToken = nextToken self.schemaVersionId = schemaVersionId @@ -24838,8 +24105,7 @@ public struct RegisterSchemaVersionInput: Swift.Sendable { public init( schemaDefinition: Swift.String? = nil, schemaId: GlueClientTypes.SchemaId? = nil - ) - { + ) { self.schemaDefinition = schemaDefinition self.schemaId = schemaId } @@ -24857,8 +24123,7 @@ public struct RegisterSchemaVersionOutput: Swift.Sendable { schemaVersionId: Swift.String? = nil, status: GlueClientTypes.SchemaVersionStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.schemaVersionId = schemaVersionId self.status = status self.versionNumber = versionNumber @@ -24881,8 +24146,7 @@ public struct RemoveSchemaVersionMetadataInput: Swift.Sendable { schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionId: Swift.String? = nil, schemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.metadataKeyValue = metadataKeyValue self.schemaId = schemaId self.schemaVersionId = schemaVersionId @@ -24917,8 +24181,7 @@ public struct RemoveSchemaVersionMetadataOutput: Swift.Sendable { schemaName: Swift.String? = nil, schemaVersionId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.latestVersion = latestVersion self.metadataKey = metadataKey self.metadataValue = metadataValue @@ -24940,8 +24203,7 @@ public struct ResetJobBookmarkInput: Swift.Sendable { public init( jobName: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.runId = runId } @@ -24953,8 +24215,7 @@ public struct ResetJobBookmarkOutput: Swift.Sendable { public init( jobBookmarkEntry: GlueClientTypes.JobBookmarkEntry? = nil - ) - { + ) { self.jobBookmarkEntry = jobBookmarkEntry } } @@ -24978,8 +24239,7 @@ public struct ConcurrentRunsExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25003,8 +24263,7 @@ public struct IllegalWorkflowStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25024,8 +24283,7 @@ public struct ResumeWorkflowRunInput: Swift.Sendable { name: Swift.String? = nil, nodeIds: [Swift.String]? = nil, runId: Swift.String? = nil - ) - { + ) { self.name = name self.nodeIds = nodeIds self.runId = runId @@ -25041,8 +24299,7 @@ public struct ResumeWorkflowRunOutput: Swift.Sendable { public init( nodeIds: [Swift.String]? = nil, runId: Swift.String? = nil - ) - { + ) { self.nodeIds = nodeIds self.runId = runId } @@ -25062,8 +24319,7 @@ public struct RunStatementInput: Swift.Sendable { code: Swift.String? = nil, requestOrigin: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.code = code self.requestOrigin = requestOrigin self.sessionId = sessionId @@ -25076,8 +24332,7 @@ public struct RunStatementOutput: Swift.Sendable { public init( id: Swift.Int = 0 - ) - { + ) { self.id = id } } @@ -25135,8 +24390,7 @@ extension GlueClientTypes { comparator: GlueClientTypes.Comparator? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparator = comparator self.key = key self.value = value @@ -25185,8 +24439,7 @@ extension GlueClientTypes { public init( fieldName: Swift.String? = nil, sort: GlueClientTypes.Sort? = nil - ) - { + ) { self.fieldName = fieldName self.sort = sort } @@ -25224,8 +24477,7 @@ public struct SearchTablesInput: Swift.Sendable { resourceShareType: GlueClientTypes.ResourceShareType? = nil, searchText: Swift.String? = nil, sortCriteria: [GlueClientTypes.SortCriterion]? = nil - ) - { + ) { self.catalogId = catalogId self.filters = filters self.includeStatusDetails = includeStatusDetails @@ -25256,8 +24508,7 @@ public struct IllegalBlueprintStateException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25276,8 +24527,7 @@ public struct StartBlueprintRunInput: Swift.Sendable { blueprintName: Swift.String? = nil, parameters: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.parameters = parameters self.roleArn = roleArn @@ -25290,8 +24540,7 @@ public struct StartBlueprintRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -25323,8 +24572,7 @@ public struct StartColumnStatisticsTaskRunInput: Swift.Sendable { sampleSize: Swift.Double? = 0.0, securityConfiguration: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogID = catalogID self.columnNameList = columnNameList self.databaseName = databaseName @@ -25341,8 +24589,7 @@ public struct StartColumnStatisticsTaskRunOutput: Swift.Sendable { public init( columnStatisticsTaskRunId: Swift.String? = nil - ) - { + ) { self.columnStatisticsTaskRunId = columnStatisticsTaskRunId } } @@ -25358,8 +24605,7 @@ public struct StartColumnStatisticsTaskRunScheduleInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -25377,8 +24623,7 @@ public struct StartCrawlerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -25407,8 +24652,7 @@ public struct NoScheduleException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25432,8 +24676,7 @@ public struct SchedulerRunningException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25445,8 +24688,7 @@ public struct StartCrawlerScheduleInput: Swift.Sendable { public init( crawlerName: Swift.String? = nil - ) - { + ) { self.crawlerName = crawlerName } } @@ -25482,8 +24724,7 @@ public struct StartDataQualityRuleRecommendationRunInput: Swift.Sendable { numberOfWorkers: Swift.Int? = nil, role: Swift.String? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.createdRulesetName = createdRulesetName self.dataQualitySecurityConfiguration = dataQualitySecurityConfiguration @@ -25500,8 +24741,7 @@ public struct StartDataQualityRuleRecommendationRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -25536,8 +24776,7 @@ public struct StartDataQualityRulesetEvaluationRunInput: Swift.Sendable { role: Swift.String? = nil, rulesetNames: [Swift.String]? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.additionalDataSources = additionalDataSources self.additionalRunOptions = additionalRunOptions self.clientToken = clientToken @@ -25555,8 +24794,7 @@ public struct StartDataQualityRulesetEvaluationRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -25572,8 +24810,7 @@ public struct StartExportLabelsTaskRunInput: Swift.Sendable { public init( outputS3Path: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.outputS3Path = outputS3Path self.transformId = transformId } @@ -25585,8 +24822,7 @@ public struct StartExportLabelsTaskRunOutput: Swift.Sendable { public init( taskRunId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId } } @@ -25605,8 +24841,7 @@ public struct StartImportLabelsTaskRunInput: Swift.Sendable { inputS3Path: Swift.String? = nil, replaceAllLabels: Swift.Bool? = false, transformId: Swift.String? = nil - ) - { + ) { self.inputS3Path = inputS3Path self.replaceAllLabels = replaceAllLabels self.transformId = transformId @@ -25619,8 +24854,7 @@ public struct StartImportLabelsTaskRunOutput: Swift.Sendable { public init( taskRunId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId } } @@ -25682,8 +24916,7 @@ public struct StartJobRunInput: Swift.Sendable { securityConfiguration: Swift.String? = nil, timeout: Swift.Int? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.allocatedCapacity = allocatedCapacity self.arguments = arguments self.executionClass = executionClass @@ -25705,8 +24938,7 @@ public struct StartJobRunOutput: Swift.Sendable { public init( jobRunId: Swift.String? = nil - ) - { + ) { self.jobRunId = jobRunId } } @@ -25730,8 +24962,7 @@ public struct MLTransformNotReadyException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25743,8 +24974,7 @@ public struct StartMLEvaluationTaskRunInput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -25755,8 +24985,7 @@ public struct StartMLEvaluationTaskRunOutput: Swift.Sendable { public init( taskRunId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId } } @@ -25772,8 +25001,7 @@ public struct StartMLLabelingSetGenerationTaskRunInput: Swift.Sendable { public init( outputS3Path: Swift.String? = nil, transformId: Swift.String? = nil - ) - { + ) { self.outputS3Path = outputS3Path self.transformId = transformId } @@ -25785,8 +25013,7 @@ public struct StartMLLabelingSetGenerationTaskRunOutput: Swift.Sendable { public init( taskRunId: Swift.String? = nil - ) - { + ) { self.taskRunId = taskRunId } } @@ -25798,8 +25025,7 @@ public struct StartTriggerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -25810,8 +25036,7 @@ public struct StartTriggerOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -25826,8 +25051,7 @@ public struct StartWorkflowRunInput: Swift.Sendable { public init( name: Swift.String? = nil, runProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.runProperties = runProperties } @@ -25839,8 +25063,7 @@ public struct StartWorkflowRunOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -25864,8 +25087,7 @@ public struct ColumnStatisticsTaskNotRunningException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25889,8 +25111,7 @@ public struct ColumnStatisticsTaskStoppingException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25906,8 +25127,7 @@ public struct StopColumnStatisticsTaskRunInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -25929,8 +25149,7 @@ public struct StopColumnStatisticsTaskRunScheduleInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -25960,8 +25179,7 @@ public struct CrawlerNotRunningException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25985,8 +25203,7 @@ public struct CrawlerStoppingException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -25998,8 +25215,7 @@ public struct StopCrawlerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -26028,8 +25244,7 @@ public struct SchedulerNotRunningException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -26041,8 +25256,7 @@ public struct StopCrawlerScheduleInput: Swift.Sendable { public init( crawlerName: Swift.String? = nil - ) - { + ) { self.crawlerName = crawlerName } } @@ -26062,8 +25276,7 @@ public struct StopSessionInput: Swift.Sendable { public init( id: Swift.String? = nil, requestOrigin: Swift.String? = nil - ) - { + ) { self.id = id self.requestOrigin = requestOrigin } @@ -26075,8 +25288,7 @@ public struct StopSessionOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -26088,8 +25300,7 @@ public struct StopTriggerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -26100,8 +25311,7 @@ public struct StopTriggerOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -26117,8 +25327,7 @@ public struct StopWorkflowRunInput: Swift.Sendable { public init( name: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.name = name self.runId = runId } @@ -26140,8 +25349,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagsToAdd: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagsToAdd = tagsToAdd } @@ -26178,8 +25386,7 @@ extension GlueClientTypes { authenticationConfiguration: GlueClientTypes.AuthenticationConfigurationInput? = nil, connectionProperties: [Swift.String: Swift.String]? = nil, connectionType: GlueClientTypes.ConnectionType? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.connectionProperties = connectionProperties self.connectionType = connectionType @@ -26199,8 +25406,7 @@ public struct TestConnectionInput: Swift.Sendable { catalogId: Swift.String? = nil, connectionName: Swift.String? = nil, testConnectionInput: GlueClientTypes.TestConnectionInput? = nil - ) - { + ) { self.catalogId = catalogId self.connectionName = connectionName self.testConnectionInput = testConnectionInput @@ -26223,8 +25429,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagsToRemove: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagsToRemove = tagsToRemove } @@ -26249,8 +25454,7 @@ public struct UpdateBlueprintInput: Swift.Sendable { blueprintLocation: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.blueprintLocation = blueprintLocation self.description = description self.name = name @@ -26263,8 +25467,7 @@ public struct UpdateBlueprintOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -26280,8 +25483,7 @@ public struct UpdateCatalogInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, catalogInput: GlueClientTypes.CatalogInput? = nil - ) - { + ) { self.catalogId = catalogId self.catalogInput = catalogInput } @@ -26311,8 +25513,7 @@ public struct VersionMismatchException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -26354,8 +25555,7 @@ extension GlueClientTypes { name: Swift.String? = nil, quoteSymbol: Swift.String? = nil, serde: GlueClientTypes.CsvSerdeOption? = nil - ) - { + ) { self.allowSingleColumn = allowSingleColumn self.containsHeader = containsHeader self.customDatatypeConfigured = customDatatypeConfigured @@ -26389,8 +25589,7 @@ extension GlueClientTypes { customPatterns: Swift.String? = nil, grokPattern: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.classification = classification self.customPatterns = customPatterns self.grokPattern = grokPattern @@ -26412,8 +25611,7 @@ extension GlueClientTypes { public init( jsonPath: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.jsonPath = jsonPath self.name = name } @@ -26436,8 +25634,7 @@ extension GlueClientTypes { classification: Swift.String? = nil, name: Swift.String? = nil, rowTag: Swift.String? = nil - ) - { + ) { self.classification = classification self.name = name self.rowTag = rowTag @@ -26460,8 +25657,7 @@ public struct UpdateClassifierInput: Swift.Sendable { grokClassifier: GlueClientTypes.UpdateGrokClassifierRequest? = nil, jsonClassifier: GlueClientTypes.UpdateJsonClassifierRequest? = nil, xmlClassifier: GlueClientTypes.UpdateXMLClassifierRequest? = nil - ) - { + ) { self.csvClassifier = csvClassifier self.grokClassifier = grokClassifier self.jsonClassifier = jsonClassifier @@ -26496,8 +25692,7 @@ public struct UpdateColumnStatisticsForPartitionInput: Swift.Sendable { databaseName: Swift.String? = nil, partitionValues: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnStatisticsList = columnStatisticsList self.databaseName = databaseName @@ -26518,8 +25713,7 @@ extension GlueClientTypes { public init( columnStatistics: GlueClientTypes.ColumnStatistics? = nil, error: GlueClientTypes.ErrorDetail? = nil - ) - { + ) { self.columnStatistics = columnStatistics self.error = error } @@ -26532,8 +25726,7 @@ public struct UpdateColumnStatisticsForPartitionOutput: Swift.Sendable { public init( errors: [GlueClientTypes.ColumnStatisticsError]? = nil - ) - { + ) { self.errors = errors } } @@ -26556,8 +25749,7 @@ public struct UpdateColumnStatisticsForTableInput: Swift.Sendable { columnStatisticsList: [GlueClientTypes.ColumnStatistics]? = nil, databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnStatisticsList = columnStatisticsList self.databaseName = databaseName @@ -26571,8 +25763,7 @@ public struct UpdateColumnStatisticsForTableOutput: Swift.Sendable { public init( errors: [GlueClientTypes.ColumnStatisticsError]? = nil - ) - { + ) { self.errors = errors } } @@ -26606,8 +25797,7 @@ public struct UpdateColumnStatisticsTaskSettingsInput: Swift.Sendable { schedule: Swift.String? = nil, securityConfiguration: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogID = catalogID self.columnNameList = columnNameList self.databaseName = databaseName @@ -26638,8 +25828,7 @@ public struct UpdateConnectionInput: Swift.Sendable { catalogId: Swift.String? = nil, connectionInput: GlueClientTypes.ConnectionInput? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.connectionInput = connectionInput self.name = name @@ -26697,8 +25886,7 @@ public struct UpdateCrawlerInput: Swift.Sendable { schemaChangePolicy: GlueClientTypes.SchemaChangePolicy? = nil, tablePrefix: Swift.String? = nil, targets: GlueClientTypes.CrawlerTargets? = nil - ) - { + ) { self.classifiers = classifiers self.configuration = configuration self.crawlerSecurityConfiguration = crawlerSecurityConfiguration @@ -26731,8 +25919,7 @@ public struct UpdateCrawlerScheduleInput: Swift.Sendable { public init( crawlerName: Swift.String? = nil, schedule: Swift.String? = nil - ) - { + ) { self.crawlerName = crawlerName self.schedule = schedule } @@ -26757,8 +25944,7 @@ public struct UpdateDatabaseInput: Swift.Sendable { catalogId: Swift.String? = nil, databaseInput: GlueClientTypes.DatabaseInput? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseInput = databaseInput self.name = name @@ -26783,8 +25969,7 @@ public struct UpdateDataQualityRulesetInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, ruleset: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ruleset = ruleset @@ -26803,8 +25988,7 @@ public struct UpdateDataQualityRulesetOutput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, ruleset: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ruleset = ruleset @@ -26823,8 +26007,7 @@ extension GlueClientTypes { public init( extraJarsS3Path: Swift.String? = nil, extraPythonLibsS3Path: Swift.String? = nil - ) - { + ) { self.extraJarsS3Path = extraJarsS3Path self.extraPythonLibsS3Path = extraPythonLibsS3Path } @@ -26864,8 +26047,7 @@ public struct UpdateDevEndpointInput: Swift.Sendable { endpointName: Swift.String? = nil, publicKey: Swift.String? = nil, updateEtlLibraries: Swift.Bool? = false - ) - { + ) { self.addArguments = addArguments self.addPublicKeys = addPublicKeys self.customLibraries = customLibraries @@ -26895,8 +26077,7 @@ public struct UpdateIntegrationResourcePropertyInput: Swift.Sendable { resourceArn: Swift.String? = nil, sourceProcessingProperties: GlueClientTypes.SourceProcessingProperties? = nil, targetProcessingProperties: GlueClientTypes.TargetProcessingProperties? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceProcessingProperties = sourceProcessingProperties self.targetProcessingProperties = targetProcessingProperties @@ -26915,8 +26096,7 @@ public struct UpdateIntegrationResourcePropertyOutput: Swift.Sendable { resourceArn: Swift.String? = nil, sourceProcessingProperties: GlueClientTypes.SourceProcessingProperties? = nil, targetProcessingProperties: GlueClientTypes.TargetProcessingProperties? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceProcessingProperties = sourceProcessingProperties self.targetProcessingProperties = targetProcessingProperties @@ -26940,8 +26120,7 @@ public struct UpdateIntegrationTablePropertiesInput: Swift.Sendable { sourceTableConfig: GlueClientTypes.SourceTableConfig? = nil, tableName: Swift.String? = nil, targetTableConfig: GlueClientTypes.TargetTableConfig? = nil - ) - { + ) { self.resourceArn = resourceArn self.sourceTableConfig = sourceTableConfig self.tableName = tableName @@ -26960,8 +26139,7 @@ public struct UpdateJobOutput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -26996,8 +26174,7 @@ public struct UpdateJobFromSourceControlInput: Swift.Sendable { provider: GlueClientTypes.SourceControlProvider? = nil, repositoryName: Swift.String? = nil, repositoryOwner: Swift.String? = nil - ) - { + ) { self.authStrategy = authStrategy self.authToken = authToken self.branchName = branchName @@ -27016,8 +26193,7 @@ public struct UpdateJobFromSourceControlOutput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -27065,8 +26241,7 @@ public struct UpdateMLTransformInput: Swift.Sendable { timeout: Swift.Int? = nil, transformId: Swift.String? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.description = description self.glueVersion = glueVersion self.maxCapacity = maxCapacity @@ -27087,8 +26262,7 @@ public struct UpdateMLTransformOutput: Swift.Sendable { public init( transformId: Swift.String? = nil - ) - { + ) { self.transformId = transformId } } @@ -27115,8 +26289,7 @@ public struct UpdatePartitionInput: Swift.Sendable { partitionInput: GlueClientTypes.PartitionInput? = nil, partitionValueList: [Swift.String]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.partitionInput = partitionInput @@ -27141,8 +26314,7 @@ public struct UpdateRegistryInput: Swift.Sendable { public init( description: Swift.String? = nil, registryId: GlueClientTypes.RegistryId? = nil - ) - { + ) { self.description = description self.registryId = registryId } @@ -27157,8 +26329,7 @@ public struct UpdateRegistryOutput: Swift.Sendable { public init( registryArn: Swift.String? = nil, registryName: Swift.String? = nil - ) - { + ) { self.registryArn = registryArn self.registryName = registryName } @@ -27184,8 +26355,7 @@ public struct UpdateSchemaInput: Swift.Sendable { description: Swift.String? = nil, schemaId: GlueClientTypes.SchemaId? = nil, schemaVersionNumber: GlueClientTypes.SchemaVersionNumber? = nil - ) - { + ) { self.compatibility = compatibility self.description = description self.schemaId = schemaId @@ -27205,8 +26375,7 @@ public struct UpdateSchemaOutput: Swift.Sendable { registryName: Swift.String? = nil, schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaArn = schemaArn self.schemaName = schemaName @@ -27243,8 +26412,7 @@ public struct UpdateSourceControlFromJobInput: Swift.Sendable { provider: GlueClientTypes.SourceControlProvider? = nil, repositoryName: Swift.String? = nil, repositoryOwner: Swift.String? = nil - ) - { + ) { self.authStrategy = authStrategy self.authToken = authToken self.branchName = branchName @@ -27263,8 +26431,7 @@ public struct UpdateSourceControlFromJobOutput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -27333,8 +26500,7 @@ public struct UpdateTableInput: Swift.Sendable { transactionId: Swift.String? = nil, versionId: Swift.String? = nil, viewUpdateAction: GlueClientTypes.ViewUpdateAction? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.force = force @@ -27374,8 +26540,7 @@ public struct UpdateTableOptimizerInput: Swift.Sendable { tableName: Swift.String? = nil, tableOptimizerConfiguration: GlueClientTypes.TableOptimizerConfiguration? = nil, type: GlueClientTypes.TableOptimizerType? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -27413,8 +26578,7 @@ extension GlueClientTypes { name: Swift.String? = nil, predicate: GlueClientTypes.Predicate? = nil, schedule: Swift.String? = nil - ) - { + ) { self.actions = actions self.description = description self.eventBatchingCondition = eventBatchingCondition @@ -27436,8 +26600,7 @@ public struct UpdateTriggerInput: Swift.Sendable { public init( name: Swift.String? = nil, triggerUpdate: GlueClientTypes.TriggerUpdate? = nil - ) - { + ) { self.name = name self.triggerUpdate = triggerUpdate } @@ -27449,8 +26612,7 @@ public struct UpdateTriggerOutput: Swift.Sendable { public init( trigger: GlueClientTypes.Trigger? = nil - ) - { + ) { self.trigger = trigger } } @@ -27469,8 +26631,7 @@ public struct UpdateUsageProfileInput: Swift.Sendable { configuration: GlueClientTypes.ProfileConfiguration? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.description = description self.name = name @@ -27483,8 +26644,7 @@ public struct UpdateUsageProfileOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -27507,8 +26667,7 @@ public struct UpdateUserDefinedFunctionInput: Swift.Sendable { databaseName: Swift.String? = nil, functionInput: GlueClientTypes.UserDefinedFunctionInput? = nil, functionName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.functionInput = functionInput @@ -27537,8 +26696,7 @@ public struct UpdateWorkflowInput: Swift.Sendable { description: Swift.String? = nil, maxConcurrentRuns: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.defaultRunProperties = defaultRunProperties self.description = description self.maxConcurrentRuns = maxConcurrentRuns @@ -27552,8 +26710,7 @@ public struct UpdateWorkflowOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -27582,8 +26739,7 @@ extension GlueClientTypes { fromType: Swift.String? = nil, toKey: Swift.String? = nil, toType: Swift.String? = nil - ) - { + ) { self.children = children self.dropped = dropped self.fromPath = fromPath @@ -27612,8 +26768,7 @@ extension GlueClientTypes { inputs: [Swift.String]? = nil, mapping: [GlueClientTypes.Mapping]? = nil, name: Swift.String? = nil - ) - { + ) { self.inputs = inputs self.mapping = mapping self.name = name @@ -27633,8 +26788,7 @@ extension GlueClientTypes { public init( requestedChange: GlueClientTypes.Table? = nil, viewValidations: [GlueClientTypes.ViewValidation]? = nil - ) - { + ) { self.requestedChange = requestedChange self.viewValidations = viewValidations } @@ -27720,8 +26874,7 @@ extension GlueClientTypes { viewDefinition: GlueClientTypes.ViewDefinition? = nil, viewExpandedText: Swift.String? = nil, viewOriginalText: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.createTime = createTime self.createdBy = createdBy @@ -27780,8 +26933,7 @@ extension GlueClientTypes { state: GlueClientTypes.ResourceState? = nil, updateTime: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.action = action self.details = details self.error = error @@ -28013,8 +27165,7 @@ extension GlueClientTypes { spigot: GlueClientTypes.Spigot? = nil, splitFields: GlueClientTypes.SplitFields? = nil, union: GlueClientTypes.Union? = nil - ) - { + ) { self.aggregate = aggregate self.amazonRedshiftSource = amazonRedshiftSource self.amazonRedshiftTarget = amazonRedshiftTarget @@ -28102,8 +27253,7 @@ extension GlueClientTypes { public init( table: GlueClientTypes.Table? = nil, versionId: Swift.String? = nil - ) - { + ) { self.table = table self.versionId = versionId } @@ -28116,8 +27266,7 @@ public struct GetTableOutput: Swift.Sendable { public init( table: GlueClientTypes.Table? = nil - ) - { + ) { self.table = table } } @@ -28155,8 +27304,7 @@ public struct GetUnfilteredTableMetadataOutput: Swift.Sendable { resourceArn: Swift.String? = nil, rowFilter: Swift.String? = nil, table: GlueClientTypes.Table? = nil - ) - { + ) { self.authorizedColumns = authorizedColumns self.cellFilters = cellFilters self.isMultiDialectView = isMultiDialectView @@ -28179,8 +27327,7 @@ public struct GetTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableList: [GlueClientTypes.Table]? = nil - ) - { + ) { self.nextToken = nextToken self.tableList = tableList } @@ -28192,8 +27339,7 @@ public struct GetTableVersionOutput: Swift.Sendable { public init( tableVersion: GlueClientTypes.TableVersion? = nil - ) - { + ) { self.tableVersion = tableVersion } } @@ -28207,8 +27353,7 @@ public struct SearchTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableList: [GlueClientTypes.Table]? = nil - ) - { + ) { self.nextToken = nextToken self.tableList = tableList } @@ -28327,8 +27472,7 @@ extension GlueClientTypes { sourceControlDetails: GlueClientTypes.SourceControlDetails? = nil, timeout: Swift.Int? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.allocatedCapacity = allocatedCapacity self.codeGenConfigurationNodes = codeGenConfigurationNodes self.command = command @@ -28466,8 +27610,7 @@ extension GlueClientTypes { sourceControlDetails: GlueClientTypes.SourceControlDetails? = nil, timeout: Swift.Int? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.allocatedCapacity = allocatedCapacity self.codeGenConfigurationNodes = codeGenConfigurationNodes self.command = command @@ -28607,8 +27750,7 @@ public struct CreateJobInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timeout: Swift.Int? = nil, workerType: GlueClientTypes.WorkerType? = nil - ) - { + ) { self.allocatedCapacity = allocatedCapacity self.codeGenConfigurationNodes = codeGenConfigurationNodes self.command = command @@ -28651,8 +27793,7 @@ public struct GetTableVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableVersions: [GlueClientTypes.TableVersion]? = nil - ) - { + ) { self.nextToken = nextToken self.tableVersions = tableVersions } @@ -28664,8 +27805,7 @@ public struct GetJobOutput: Swift.Sendable { public init( job: GlueClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -28681,8 +27821,7 @@ public struct UpdateJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil, jobUpdate: GlueClientTypes.JobUpdate? = nil - ) - { + ) { self.jobName = jobName self.jobUpdate = jobUpdate } @@ -28697,8 +27836,7 @@ public struct BatchGetJobsOutput: Swift.Sendable { public init( jobs: [GlueClientTypes.Job]? = nil, jobsNotFound: [Swift.String]? = nil - ) - { + ) { self.jobs = jobs self.jobsNotFound = jobsNotFound } @@ -28713,8 +27851,7 @@ public struct GetJobsOutput: Swift.Sendable { public init( jobs: [GlueClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } diff --git a/Sources/Services/AWSGrafana/Package.swift.txt b/Sources/Services/AWSGrafana/Package.swift.txt index 8380c7c3e7b..9dd56ab2116 100644 --- a/Sources/Services/AWSGrafana/Package.swift.txt +++ b/Sources/Services/AWSGrafana/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGrafana/Sources/AWSGrafana/GrafanaClient.swift b/Sources/Services/AWSGrafana/Sources/AWSGrafana/GrafanaClient.swift index 9a5c1fe1850..5e1c1f566ca 100644 --- a/Sources/Services/AWSGrafana/Sources/AWSGrafana/GrafanaClient.swift +++ b/Sources/Services/AWSGrafana/Sources/AWSGrafana/GrafanaClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GrafanaClient: ClientRuntime.Client { public static let clientName = "GrafanaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GrafanaClient.GrafanaClientConfiguration let serviceName = "grafana" diff --git a/Sources/Services/AWSGrafana/Sources/AWSGrafana/Models.swift b/Sources/Services/AWSGrafana/Sources/AWSGrafana/Models.swift index 18e28c9f0a3..2a9aeef8597 100644 --- a/Sources/Services/AWSGrafana/Sources/AWSGrafana/Models.swift +++ b/Sources/Services/AWSGrafana/Sources/AWSGrafana/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +115,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -147,8 +145,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -182,8 +179,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -226,8 +222,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -265,8 +260,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -288,8 +282,7 @@ extension GrafanaClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -358,8 +351,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [GrafanaClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: GrafanaClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -385,8 +377,7 @@ public struct CreateWorkspaceApiKeyInput: Swift.Sendable { keyRole: Swift.String? = nil, secondsToLive: Swift.Int? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.keyName = keyName self.keyRole = keyRole self.secondsToLive = secondsToLive @@ -409,8 +400,7 @@ public struct CreateWorkspaceApiKeyOutput: Swift.Sendable { key: Swift.String? = nil, keyName: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.key = key self.keyName = keyName self.workspaceId = workspaceId @@ -433,8 +423,7 @@ public struct DeleteWorkspaceApiKeyInput: Swift.Sendable { public init( keyName: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.keyName = keyName self.workspaceId = workspaceId } @@ -451,8 +440,7 @@ public struct DeleteWorkspaceApiKeyOutput: Swift.Sendable { public init( keyName: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.keyName = keyName self.workspaceId = workspaceId } @@ -482,8 +470,7 @@ extension GrafanaClientTypes { name: Swift.String? = nil, org: Swift.String? = nil, role: Swift.String? = nil - ) - { + ) { self.email = email self.groups = groups self.login = login @@ -539,8 +526,7 @@ public struct AssociateLicenseInput: Swift.Sendable { grafanaToken: Swift.String? = nil, licenseType: GrafanaClientTypes.LicenseType? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.grafanaToken = grafanaToken self.licenseType = licenseType self.workspaceId = workspaceId @@ -622,8 +608,7 @@ extension GrafanaClientTypes { public init( providers: [GrafanaClientTypes.AuthenticationProviderTypes]? = nil, samlConfigurationStatus: GrafanaClientTypes.SamlConfigurationStatus? = nil - ) - { + ) { self.providers = providers self.samlConfigurationStatus = samlConfigurationStatus } @@ -703,8 +688,7 @@ extension GrafanaClientTypes { public init( prefixListIds: [Swift.String]? = nil, vpceIds: [Swift.String]? = nil - ) - { + ) { self.prefixListIds = prefixListIds self.vpceIds = vpceIds } @@ -858,8 +842,7 @@ extension GrafanaClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -955,8 +938,7 @@ extension GrafanaClientTypes { tags: [Swift.String: Swift.String]? = nil, vpcConfiguration: GrafanaClientTypes.VpcConfiguration? = nil, workspaceRoleArn: Swift.String? = nil - ) - { + ) { self.accountAccessType = accountAccessType self.authentication = authentication self.created = created @@ -998,8 +980,7 @@ public struct AssociateLicenseOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -1011,8 +992,7 @@ public struct DescribeWorkspaceAuthenticationInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -1026,8 +1006,7 @@ extension GrafanaClientTypes { public init( ssoClientId: Swift.String? = nil - ) - { + ) { self.ssoClientId = ssoClientId } } @@ -1057,8 +1036,7 @@ extension GrafanaClientTypes { public init( admin: [Swift.String]? = nil, editor: [Swift.String]? = nil - ) - { + ) { self.admin = admin self.editor = editor } @@ -1092,8 +1070,7 @@ extension GrafanaClientTypes { idpMetadata: GrafanaClientTypes.IdpMetadata? = nil, loginValidityDuration: Swift.Int = 0, roleValues: GrafanaClientTypes.RoleValues? = nil - ) - { + ) { self.allowedOrganizations = allowedOrganizations self.assertionAttributes = assertionAttributes self.idpMetadata = idpMetadata @@ -1116,8 +1093,7 @@ extension GrafanaClientTypes { public init( configuration: GrafanaClientTypes.SamlConfiguration? = nil, status: GrafanaClientTypes.SamlConfigurationStatus? = nil - ) - { + ) { self.configuration = configuration self.status = status } @@ -1140,8 +1116,7 @@ extension GrafanaClientTypes { awsSso: GrafanaClientTypes.AwsSsoAuthentication? = nil, providers: [GrafanaClientTypes.AuthenticationProviderTypes]? = nil, saml: GrafanaClientTypes.SamlAuthentication? = nil - ) - { + ) { self.awsSso = awsSso self.providers = providers self.saml = saml @@ -1156,8 +1131,7 @@ public struct DescribeWorkspaceAuthenticationOutput: Swift.Sendable { public init( authentication: GrafanaClientTypes.AuthenticationDescription? = nil - ) - { + ) { self.authentication = authentication } } @@ -1176,8 +1150,7 @@ public struct UpdateWorkspaceAuthenticationInput: Swift.Sendable { authenticationProviders: [GrafanaClientTypes.AuthenticationProviderTypes]? = nil, samlConfiguration: GrafanaClientTypes.SamlConfiguration? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.authenticationProviders = authenticationProviders self.samlConfiguration = samlConfiguration self.workspaceId = workspaceId @@ -1191,8 +1164,7 @@ public struct UpdateWorkspaceAuthenticationOutput: Swift.Sendable { public init( authentication: GrafanaClientTypes.AuthenticationDescription? = nil - ) - { + ) { self.authentication = authentication } } @@ -1204,8 +1176,7 @@ public struct DescribeWorkspaceConfigurationInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -1220,8 +1191,7 @@ public struct DescribeWorkspaceConfigurationOutput: Swift.Sendable { public init( configuration: Swift.String? = nil, grafanaVersion: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.grafanaVersion = grafanaVersion } @@ -1241,8 +1211,7 @@ public struct UpdateWorkspaceConfigurationInput: Swift.Sendable { configuration: Swift.String? = nil, grafanaVersion: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.grafanaVersion = grafanaVersion self.workspaceId = workspaceId @@ -1265,8 +1234,7 @@ public struct DisassociateLicenseInput: Swift.Sendable { public init( licenseType: GrafanaClientTypes.LicenseType? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.licenseType = licenseType self.workspaceId = workspaceId } @@ -1279,8 +1247,7 @@ public struct DisassociateLicenseOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -1292,8 +1259,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1304,8 +1270,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1322,8 +1287,7 @@ public struct ListVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workspaceId = workspaceId @@ -1339,8 +1303,7 @@ public struct ListVersionsOutput: Swift.Sendable { public init( grafanaVersions: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grafanaVersions = grafanaVersions self.nextToken = nextToken } @@ -1399,8 +1362,7 @@ public struct ListPermissionsInput: Swift.Sendable { userId: Swift.String? = nil, userType: GrafanaClientTypes.UserType? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.maxResults = maxResults self.nextToken = nextToken @@ -1459,8 +1421,7 @@ extension GrafanaClientTypes { public init( id: Swift.String? = nil, type: GrafanaClientTypes.UserType? = nil - ) - { + ) { self.id = id self.type = type } @@ -1481,8 +1442,7 @@ extension GrafanaClientTypes { public init( role: GrafanaClientTypes.Role? = nil, user: GrafanaClientTypes.User? = nil - ) - { + ) { self.role = role self.user = user } @@ -1499,8 +1459,7 @@ public struct ListPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [GrafanaClientTypes.PermissionEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -1555,8 +1514,7 @@ extension GrafanaClientTypes { action: GrafanaClientTypes.UpdateAction? = nil, role: GrafanaClientTypes.Role? = nil, users: [GrafanaClientTypes.User]? = nil - ) - { + ) { self.action = action self.role = role self.users = users @@ -1575,8 +1533,7 @@ public struct UpdatePermissionsInput: Swift.Sendable { public init( updateInstructionBatch: [GrafanaClientTypes.UpdateInstruction]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.updateInstructionBatch = updateInstructionBatch self.workspaceId = workspaceId } @@ -1600,8 +1557,7 @@ extension GrafanaClientTypes { causedBy: GrafanaClientTypes.UpdateInstruction? = nil, code: Swift.Int? = nil, message: Swift.String? = nil - ) - { + ) { self.causedBy = causedBy self.code = code self.message = message @@ -1616,8 +1572,7 @@ public struct UpdatePermissionsOutput: Swift.Sendable { public init( errors: [GrafanaClientTypes.UpdateError]? = nil - ) - { + ) { self.errors = errors } } @@ -1637,8 +1592,7 @@ public struct CreateWorkspaceServiceAccountInput: Swift.Sendable { grafanaRole: GrafanaClientTypes.Role? = nil, name: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.grafanaRole = grafanaRole self.name = name self.workspaceId = workspaceId @@ -1664,8 +1618,7 @@ public struct CreateWorkspaceServiceAccountOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.grafanaRole = grafanaRole self.id = id self.name = name @@ -1684,8 +1637,7 @@ public struct DeleteWorkspaceServiceAccountInput: Swift.Sendable { public init( serviceAccountId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.serviceAccountId = serviceAccountId self.workspaceId = workspaceId } @@ -1702,8 +1654,7 @@ public struct DeleteWorkspaceServiceAccountOutput: Swift.Sendable { public init( serviceAccountId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.serviceAccountId = serviceAccountId self.workspaceId = workspaceId } @@ -1722,8 +1673,7 @@ public struct ListWorkspaceServiceAccountsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workspaceId = workspaceId @@ -1752,8 +1702,7 @@ extension GrafanaClientTypes { id: Swift.String? = nil, isDisabled: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.grafanaRole = grafanaRole self.id = id self.isDisabled = isDisabled @@ -1776,8 +1725,7 @@ public struct ListWorkspaceServiceAccountsOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceAccounts: [GrafanaClientTypes.ServiceAccountSummary]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.serviceAccounts = serviceAccounts self.workspaceId = workspaceId @@ -1803,8 +1751,7 @@ public struct CreateWorkspaceServiceAccountTokenInput: Swift.Sendable { secondsToLive: Swift.Int? = nil, serviceAccountId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.name = name self.secondsToLive = secondsToLive self.serviceAccountId = serviceAccountId @@ -1830,8 +1777,7 @@ extension GrafanaClientTypes { id: Swift.String? = nil, key: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.key = key self.name = name @@ -1859,8 +1805,7 @@ public struct CreateWorkspaceServiceAccountTokenOutput: Swift.Sendable { serviceAccountId: Swift.String? = nil, serviceAccountToken: GrafanaClientTypes.ServiceAccountTokenSummaryWithKey? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.serviceAccountId = serviceAccountId self.serviceAccountToken = serviceAccountToken self.workspaceId = workspaceId @@ -1882,8 +1827,7 @@ public struct DeleteWorkspaceServiceAccountTokenInput: Swift.Sendable { serviceAccountId: Swift.String? = nil, tokenId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.serviceAccountId = serviceAccountId self.tokenId = tokenId self.workspaceId = workspaceId @@ -1905,8 +1849,7 @@ public struct DeleteWorkspaceServiceAccountTokenOutput: Swift.Sendable { serviceAccountId: Swift.String? = nil, tokenId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.serviceAccountId = serviceAccountId self.tokenId = tokenId self.workspaceId = workspaceId @@ -1930,8 +1873,7 @@ public struct ListWorkspaceServiceAccountTokensInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceAccountId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceAccountId = serviceAccountId @@ -1964,8 +1906,7 @@ extension GrafanaClientTypes { id: Swift.String? = nil, lastUsedAt: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.expiresAt = expiresAt self.id = id @@ -1993,8 +1934,7 @@ public struct ListWorkspaceServiceAccountTokensOutput: Swift.Sendable { serviceAccountId: Swift.String? = nil, serviceAccountTokens: [GrafanaClientTypes.ServiceAccountTokenSummary]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.serviceAccountId = serviceAccountId self.serviceAccountTokens = serviceAccountTokens @@ -2013,8 +1953,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2036,8 +1975,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2105,8 +2043,7 @@ public struct CreateWorkspaceInput: Swift.Sendable { workspaceNotificationDestinations: [GrafanaClientTypes.NotificationDestinationType]? = nil, workspaceOrganizationalUnits: [Swift.String]? = nil, workspaceRoleArn: Swift.String? = nil - ) - { + ) { self.accountAccessType = accountAccessType self.authenticationProviders = authenticationProviders self.clientToken = clientToken @@ -2139,8 +2076,7 @@ public struct CreateWorkspaceOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -2152,8 +2088,7 @@ public struct DeleteWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -2165,8 +2100,7 @@ public struct DeleteWorkspaceOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -2178,8 +2112,7 @@ public struct DescribeWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -2191,8 +2124,7 @@ public struct DescribeWorkspaceOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } @@ -2206,8 +2138,7 @@ public struct ListWorkspacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2265,8 +2196,7 @@ extension GrafanaClientTypes { notificationDestinations: [GrafanaClientTypes.NotificationDestinationType]? = nil, status: GrafanaClientTypes.WorkspaceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authentication = authentication self.created = created self.description = description @@ -2299,8 +2229,7 @@ public struct ListWorkspacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspaces: [GrafanaClientTypes.WorkspaceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workspaces = workspaces } @@ -2355,8 +2284,7 @@ public struct UpdateWorkspaceInput: Swift.Sendable { workspaceNotificationDestinations: [GrafanaClientTypes.NotificationDestinationType]? = nil, workspaceOrganizationalUnits: [Swift.String]? = nil, workspaceRoleArn: Swift.String? = nil - ) - { + ) { self.accountAccessType = accountAccessType self.networkAccessControl = networkAccessControl self.organizationRoleName = organizationRoleName @@ -2387,8 +2315,7 @@ public struct UpdateWorkspaceOutput: Swift.Sendable { public init( workspace: GrafanaClientTypes.WorkspaceDescription? = nil - ) - { + ) { self.workspace = workspace } } diff --git a/Sources/Services/AWSGreengrass/Package.swift.txt b/Sources/Services/AWSGreengrass/Package.swift.txt index 50454694884..3281f724ae5 100644 --- a/Sources/Services/AWSGreengrass/Package.swift.txt +++ b/Sources/Services/AWSGreengrass/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/GreengrassClient.swift b/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/GreengrassClient.swift index 9e8550a5476..fb09b17f27d 100644 --- a/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/GreengrassClient.swift +++ b/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/GreengrassClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GreengrassClient: ClientRuntime.Client { public static let clientName = "GreengrassClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GreengrassClient.GreengrassClientConfiguration let serviceName = "Greengrass" diff --git a/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/Models.swift b/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/Models.swift index b902d9bc456..45824e3d9f8 100644 --- a/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/Models.swift +++ b/Sources/Services/AWSGreengrass/Sources/AWSGreengrass/Models.swift @@ -56,8 +56,7 @@ extension GreengrassClientTypes { id: Swift.String? = nil, metadata: Swift.String? = nil, portNumber: Swift.Int? = nil - ) - { + ) { self.hostAddress = hostAddress self.id = id self.metadata = metadata @@ -83,8 +82,7 @@ extension GreengrassClientTypes { connectorArn: Swift.String? = nil, id: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.connectorArn = connectorArn self.id = id self.parameters = parameters @@ -113,8 +111,7 @@ extension GreengrassClientTypes { id: Swift.String? = nil, syncShadow: Swift.Bool? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.id = id self.syncShadow = syncShadow @@ -153,8 +150,7 @@ extension GreengrassClientTypes { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -188,8 +184,7 @@ extension GreengrassClientTypes { id: Swift.String? = nil, syncShadow: Swift.Bool? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.id = id self.syncShadow = syncShadow @@ -269,8 +264,7 @@ extension GreengrassClientTypes { public init( gid: Swift.Int? = nil, uid: Swift.Int? = nil - ) - { + ) { self.gid = gid self.uid = uid } @@ -289,8 +283,7 @@ extension GreengrassClientTypes { public init( isolationMode: GreengrassClientTypes.FunctionIsolationMode? = nil, runAs: GreengrassClientTypes.FunctionRunAsConfig? = nil - ) - { + ) { self.isolationMode = isolationMode self.runAs = runAs } @@ -340,8 +333,7 @@ extension GreengrassClientTypes { public init( permission: GreengrassClientTypes.Permission? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.permission = permission self.resourceId = resourceId } @@ -366,8 +358,7 @@ extension GreengrassClientTypes { execution: GreengrassClientTypes.FunctionExecutionConfig? = nil, resourceAccessPolicies: [GreengrassClientTypes.ResourceAccessPolicy]? = nil, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessSysfs = accessSysfs self.execution = execution self.resourceAccessPolicies = resourceAccessPolicies @@ -406,8 +397,7 @@ extension GreengrassClientTypes { memorySize: Swift.Int? = nil, pinned: Swift.Bool? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.encodingType = encodingType self.environment = environment self.execArgs = execArgs @@ -436,8 +426,7 @@ extension GreengrassClientTypes { functionArn: Swift.String? = nil, functionConfiguration: GreengrassClientTypes.FunctionConfiguration? = nil, id: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn self.functionConfiguration = functionConfiguration self.id = id @@ -457,8 +446,7 @@ extension GreengrassClientTypes { public init( groupCertificateAuthorityArn: Swift.String? = nil, groupCertificateAuthorityId: Swift.String? = nil - ) - { + ) { self.groupCertificateAuthorityArn = groupCertificateAuthorityArn self.groupCertificateAuthorityId = groupCertificateAuthorityId } @@ -492,8 +480,7 @@ extension GreengrassClientTypes { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -626,8 +613,7 @@ extension GreengrassClientTypes { level: GreengrassClientTypes.LoggerLevel? = nil, space: Swift.Int? = nil, type: GreengrassClientTypes.LoggerType? = nil - ) - { + ) { self.component = component self.id = id self.level = level @@ -649,8 +635,7 @@ extension GreengrassClientTypes { public init( autoAddGroupOwner: Swift.Bool? = nil, groupOwner: Swift.String? = nil - ) - { + ) { self.autoAddGroupOwner = autoAddGroupOwner self.groupOwner = groupOwner } @@ -669,8 +654,7 @@ extension GreengrassClientTypes { public init( groupOwnerSetting: GreengrassClientTypes.GroupOwnerSetting? = nil, sourcePath: Swift.String? = nil - ) - { + ) { self.groupOwnerSetting = groupOwnerSetting self.sourcePath = sourcePath } @@ -692,8 +676,7 @@ extension GreengrassClientTypes { destinationPath: Swift.String? = nil, groupOwnerSetting: GreengrassClientTypes.GroupOwnerSetting? = nil, sourcePath: Swift.String? = nil - ) - { + ) { self.destinationPath = destinationPath self.groupOwnerSetting = groupOwnerSetting self.sourcePath = sourcePath @@ -715,8 +698,7 @@ extension GreengrassClientTypes { public init( groupOwner: Swift.String? = nil, groupPermission: GreengrassClientTypes.Permission? = nil - ) - { + ) { self.groupOwner = groupOwner self.groupPermission = groupPermission } @@ -738,8 +720,7 @@ extension GreengrassClientTypes { destinationPath: Swift.String? = nil, ownerSetting: GreengrassClientTypes.ResourceDownloadOwnerSetting? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.destinationPath = destinationPath self.ownerSetting = ownerSetting self.s3Uri = s3Uri @@ -762,8 +743,7 @@ extension GreengrassClientTypes { destinationPath: Swift.String? = nil, ownerSetting: GreengrassClientTypes.ResourceDownloadOwnerSetting? = nil, sageMakerJobArn: Swift.String? = nil - ) - { + ) { self.destinationPath = destinationPath self.ownerSetting = ownerSetting self.sageMakerJobArn = sageMakerJobArn @@ -783,8 +763,7 @@ extension GreengrassClientTypes { public init( additionalStagingLabelsToDownload: [Swift.String]? = nil, arn: Swift.String? = nil - ) - { + ) { self.additionalStagingLabelsToDownload = additionalStagingLabelsToDownload self.arn = arn } @@ -812,8 +791,7 @@ extension GreengrassClientTypes { s3MachineLearningModelResourceData: GreengrassClientTypes.S3MachineLearningModelResourceData? = nil, sageMakerMachineLearningModelResourceData: GreengrassClientTypes.SageMakerMachineLearningModelResourceData? = nil, secretsManagerSecretResourceData: GreengrassClientTypes.SecretsManagerSecretResourceData? = nil - ) - { + ) { self.localDeviceResourceData = localDeviceResourceData self.localVolumeResourceData = localVolumeResourceData self.s3MachineLearningModelResourceData = s3MachineLearningModelResourceData @@ -841,8 +819,7 @@ extension GreengrassClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, resourceDataContainer: GreengrassClientTypes.ResourceDataContainer? = nil - ) - { + ) { self.id = id self.name = name self.resourceDataContainer = resourceDataContainer @@ -872,8 +849,7 @@ extension GreengrassClientTypes { source: Swift.String? = nil, subject: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.id = id self.source = source self.subject = subject @@ -900,8 +876,7 @@ extension GreengrassClientTypes { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -922,8 +897,7 @@ extension GreengrassClientTypes { public init( detailedErrorCode: Swift.String? = nil, detailedErrorMessage: Swift.String? = nil - ) - { + ) { self.detailedErrorCode = detailedErrorCode self.detailedErrorMessage = detailedErrorMessage } @@ -952,8 +926,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorDetails: [GreengrassClientTypes.ErrorDetail]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorDetails = errorDetails self.properties.message = message } @@ -981,8 +954,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( errorDetails: [GreengrassClientTypes.ErrorDetail]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorDetails = errorDetails self.properties.message = message } @@ -999,8 +971,7 @@ public struct AssociateRoleToGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.roleArn = roleArn } @@ -1012,8 +983,7 @@ public struct AssociateRoleToGroupOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt } } @@ -1025,8 +995,7 @@ public struct AssociateServiceRoleToAccountInput: Swift.Sendable { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -1037,8 +1006,7 @@ public struct AssociateServiceRoleToAccountOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt } } @@ -1058,8 +1026,7 @@ extension GreengrassClientTypes { bulkDeploymentArn: Swift.String? = nil, bulkDeploymentId: Swift.String? = nil, createdAt: Swift.String? = nil - ) - { + ) { self.bulkDeploymentArn = bulkDeploymentArn self.bulkDeploymentId = bulkDeploymentId self.createdAt = createdAt @@ -1082,8 +1049,7 @@ extension GreengrassClientTypes { invalidInputRecords: Swift.Int? = nil, recordsProcessed: Swift.Int? = nil, retryAttempts: Swift.Int? = nil - ) - { + ) { self.invalidInputRecords = invalidInputRecords self.recordsProcessed = recordsProcessed self.retryAttempts = retryAttempts @@ -1157,8 +1123,7 @@ extension GreengrassClientTypes { errorDetails: [GreengrassClientTypes.ErrorDetail]? = nil, errorMessage: Swift.String? = nil, groupArn: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.deploymentArn = deploymentArn self.deploymentId = deploymentId @@ -1251,8 +1216,7 @@ extension GreengrassClientTypes { public init( connectors: [GreengrassClientTypes.Connector]? = nil - ) - { + ) { self.connectors = connectors } } @@ -1267,8 +1231,7 @@ extension GreengrassClientTypes { public init( cores: [GreengrassClientTypes.Core]? = nil - ) - { + ) { self.cores = cores } } @@ -1289,8 +1252,7 @@ public struct CreateConnectorDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.ConnectorDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -1322,8 +1284,7 @@ public struct CreateConnectorDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1347,8 +1308,7 @@ public struct CreateConnectorDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, connectorDefinitionId: Swift.String? = nil, connectors: [GreengrassClientTypes.Connector]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.connectorDefinitionId = connectorDefinitionId self.connectors = connectors @@ -1370,8 +1330,7 @@ public struct CreateConnectorDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1395,8 +1354,7 @@ public struct CreateCoreDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.CoreDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -1428,8 +1386,7 @@ public struct CreateCoreDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1453,8 +1410,7 @@ public struct CreateCoreDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, coreDefinitionId: Swift.String? = nil, cores: [GreengrassClientTypes.Core]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.coreDefinitionId = coreDefinitionId self.cores = cores @@ -1476,8 +1432,7 @@ public struct CreateCoreDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1505,8 +1460,7 @@ public struct CreateDeploymentInput: Swift.Sendable { deploymentType: GreengrassClientTypes.DeploymentType? = nil, groupId: Swift.String? = nil, groupVersionId: Swift.String? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.deploymentId = deploymentId self.deploymentType = deploymentType @@ -1524,8 +1478,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { public init( deploymentArn: Swift.String? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentArn = deploymentArn self.deploymentId = deploymentId } @@ -1540,8 +1493,7 @@ extension GreengrassClientTypes { public init( devices: [GreengrassClientTypes.Device]? = nil - ) - { + ) { self.devices = devices } } @@ -1562,8 +1514,7 @@ public struct CreateDeviceDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.DeviceDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -1595,8 +1546,7 @@ public struct CreateDeviceDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1620,8 +1570,7 @@ public struct CreateDeviceDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, deviceDefinitionId: Swift.String? = nil, devices: [GreengrassClientTypes.Device]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.deviceDefinitionId = deviceDefinitionId self.devices = devices @@ -1643,8 +1592,7 @@ public struct CreateDeviceDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1664,8 +1612,7 @@ extension GreengrassClientTypes { public init( isolationMode: GreengrassClientTypes.FunctionIsolationMode? = nil, runAs: GreengrassClientTypes.FunctionRunAsConfig? = nil - ) - { + ) { self.isolationMode = isolationMode self.runAs = runAs } @@ -1681,8 +1628,7 @@ extension GreengrassClientTypes { public init( execution: GreengrassClientTypes.FunctionDefaultExecutionConfig? = nil - ) - { + ) { self.execution = execution } } @@ -1700,8 +1646,7 @@ extension GreengrassClientTypes { public init( defaultConfig: GreengrassClientTypes.FunctionDefaultConfig? = nil, functions: [GreengrassClientTypes.Function]? = nil - ) - { + ) { self.defaultConfig = defaultConfig self.functions = functions } @@ -1723,8 +1668,7 @@ public struct CreateFunctionDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.FunctionDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -1756,8 +1700,7 @@ public struct CreateFunctionDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1785,8 +1728,7 @@ public struct CreateFunctionDefinitionVersionInput: Swift.Sendable { defaultConfig: GreengrassClientTypes.FunctionDefaultConfig? = nil, functionDefinitionId: Swift.String? = nil, functions: [GreengrassClientTypes.Function]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.defaultConfig = defaultConfig self.functionDefinitionId = functionDefinitionId @@ -1809,8 +1751,7 @@ public struct CreateFunctionDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1845,8 +1786,7 @@ extension GreengrassClientTypes { loggerDefinitionVersionArn: Swift.String? = nil, resourceDefinitionVersionArn: Swift.String? = nil, subscriptionDefinitionVersionArn: Swift.String? = nil - ) - { + ) { self.connectorDefinitionVersionArn = connectorDefinitionVersionArn self.coreDefinitionVersionArn = coreDefinitionVersionArn self.deviceDefinitionVersionArn = deviceDefinitionVersionArn @@ -1874,8 +1814,7 @@ public struct CreateGroupInput: Swift.Sendable { initialVersion: GreengrassClientTypes.GroupVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -1907,8 +1846,7 @@ public struct CreateGroupOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -1929,8 +1867,7 @@ public struct CreateGroupCertificateAuthorityInput: Swift.Sendable { public init( amznClientToken: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.groupId = groupId } @@ -1942,8 +1879,7 @@ public struct CreateGroupCertificateAuthorityOutput: Swift.Sendable { public init( groupCertificateAuthorityArn: Swift.String? = nil - ) - { + ) { self.groupCertificateAuthorityArn = groupCertificateAuthorityArn } } @@ -1979,8 +1915,7 @@ public struct CreateGroupVersionInput: Swift.Sendable { loggerDefinitionVersionArn: Swift.String? = nil, resourceDefinitionVersionArn: Swift.String? = nil, subscriptionDefinitionVersionArn: Swift.String? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.connectorDefinitionVersionArn = connectorDefinitionVersionArn self.coreDefinitionVersionArn = coreDefinitionVersionArn @@ -2008,8 +1943,7 @@ public struct CreateGroupVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2026,8 +1960,7 @@ extension GreengrassClientTypes { public init( loggers: [GreengrassClientTypes.Logger]? = nil - ) - { + ) { self.loggers = loggers } } @@ -2048,8 +1981,7 @@ public struct CreateLoggerDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.LoggerDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -2081,8 +2013,7 @@ public struct CreateLoggerDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2106,8 +2037,7 @@ public struct CreateLoggerDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, loggerDefinitionId: Swift.String? = nil, loggers: [GreengrassClientTypes.Logger]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.loggerDefinitionId = loggerDefinitionId self.loggers = loggers @@ -2129,8 +2059,7 @@ public struct CreateLoggerDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2147,8 +2076,7 @@ extension GreengrassClientTypes { public init( resources: [GreengrassClientTypes.Resource]? = nil - ) - { + ) { self.resources = resources } } @@ -2169,8 +2097,7 @@ public struct CreateResourceDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.ResourceDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -2202,8 +2129,7 @@ public struct CreateResourceDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2227,8 +2153,7 @@ public struct CreateResourceDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, resourceDefinitionId: Swift.String? = nil, resources: [GreengrassClientTypes.Resource]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.resourceDefinitionId = resourceDefinitionId self.resources = resources @@ -2250,8 +2175,7 @@ public struct CreateResourceDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2438,8 +2362,7 @@ public struct CreateSoftwareUpdateJobInput: Swift.Sendable { updateTargets: [Swift.String]? = nil, updateTargetsArchitecture: GreengrassClientTypes.UpdateTargetsArchitecture? = nil, updateTargetsOperatingSystem: GreengrassClientTypes.UpdateTargetsOperatingSystem? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.s3UrlSignerRole = s3UrlSignerRole self.softwareToUpdate = softwareToUpdate @@ -2462,8 +2385,7 @@ public struct CreateSoftwareUpdateJobOutput: Swift.Sendable { iotJobArn: Swift.String? = nil, iotJobId: Swift.String? = nil, platformSoftwareVersion: Swift.String? = nil - ) - { + ) { self.iotJobArn = iotJobArn self.iotJobId = iotJobId self.platformSoftwareVersion = platformSoftwareVersion @@ -2479,8 +2401,7 @@ extension GreengrassClientTypes { public init( subscriptions: [GreengrassClientTypes.Subscription]? = nil - ) - { + ) { self.subscriptions = subscriptions } } @@ -2501,8 +2422,7 @@ public struct CreateSubscriptionDefinitionInput: Swift.Sendable { initialVersion: GreengrassClientTypes.SubscriptionDefinitionVersion? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.initialVersion = initialVersion self.name = name @@ -2534,8 +2454,7 @@ public struct CreateSubscriptionDefinitionOutput: Swift.Sendable { latestVersion: Swift.String? = nil, latestVersionArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2559,8 +2478,7 @@ public struct CreateSubscriptionDefinitionVersionInput: Swift.Sendable { amznClientToken: Swift.String? = nil, subscriptionDefinitionId: Swift.String? = nil, subscriptions: [GreengrassClientTypes.Subscription]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.subscriptionDefinitionId = subscriptionDefinitionId self.subscriptions = subscriptions @@ -2582,8 +2500,7 @@ public struct CreateSubscriptionDefinitionVersionOutput: Swift.Sendable { creationTimestamp: Swift.String? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2598,8 +2515,7 @@ public struct DeleteConnectorDefinitionInput: Swift.Sendable { public init( connectorDefinitionId: Swift.String? = nil - ) - { + ) { self.connectorDefinitionId = connectorDefinitionId } } @@ -2616,8 +2532,7 @@ public struct DeleteCoreDefinitionInput: Swift.Sendable { public init( coreDefinitionId: Swift.String? = nil - ) - { + ) { self.coreDefinitionId = coreDefinitionId } } @@ -2634,8 +2549,7 @@ public struct DeleteDeviceDefinitionInput: Swift.Sendable { public init( deviceDefinitionId: Swift.String? = nil - ) - { + ) { self.deviceDefinitionId = deviceDefinitionId } } @@ -2652,8 +2566,7 @@ public struct DeleteFunctionDefinitionInput: Swift.Sendable { public init( functionDefinitionId: Swift.String? = nil - ) - { + ) { self.functionDefinitionId = functionDefinitionId } } @@ -2670,8 +2583,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -2688,8 +2600,7 @@ public struct DeleteLoggerDefinitionInput: Swift.Sendable { public init( loggerDefinitionId: Swift.String? = nil - ) - { + ) { self.loggerDefinitionId = loggerDefinitionId } } @@ -2706,8 +2617,7 @@ public struct DeleteResourceDefinitionInput: Swift.Sendable { public init( resourceDefinitionId: Swift.String? = nil - ) - { + ) { self.resourceDefinitionId = resourceDefinitionId } } @@ -2724,8 +2634,7 @@ public struct DeleteSubscriptionDefinitionInput: Swift.Sendable { public init( subscriptionDefinitionId: Swift.String? = nil - ) - { + ) { self.subscriptionDefinitionId = subscriptionDefinitionId } } @@ -2756,8 +2665,7 @@ extension GreengrassClientTypes { deploymentId: Swift.String? = nil, deploymentType: GreengrassClientTypes.DeploymentType? = nil, groupArn: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.deploymentArn = deploymentArn self.deploymentId = deploymentId @@ -2774,8 +2682,7 @@ public struct DisassociateRoleFromGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -2786,8 +2693,7 @@ public struct DisassociateRoleFromGroupOutput: Swift.Sendable { public init( disassociatedAt: Swift.String? = nil - ) - { + ) { self.disassociatedAt = disassociatedAt } } @@ -2803,8 +2709,7 @@ public struct DisassociateServiceRoleFromAccountOutput: Swift.Sendable { public init( disassociatedAt: Swift.String? = nil - ) - { + ) { self.disassociatedAt = disassociatedAt } } @@ -2816,8 +2721,7 @@ public struct GetAssociatedRoleInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -2831,8 +2735,7 @@ public struct GetAssociatedRoleOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt self.roleArn = roleArn } @@ -2845,8 +2748,7 @@ public struct GetBulkDeploymentStatusInput: Swift.Sendable { public init( bulkDeploymentId: Swift.String? = nil - ) - { + ) { self.bulkDeploymentId = bulkDeploymentId } } @@ -2872,8 +2774,7 @@ public struct GetBulkDeploymentStatusOutput: Swift.Sendable { errorDetails: [GreengrassClientTypes.ErrorDetail]? = nil, errorMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.bulkDeploymentMetrics = bulkDeploymentMetrics self.bulkDeploymentStatus = bulkDeploymentStatus self.createdAt = createdAt @@ -2890,8 +2791,7 @@ public struct GetConnectivityInfoInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -2905,8 +2805,7 @@ public struct GetConnectivityInfoOutput: Swift.Sendable { public init( connectivityInfo: [GreengrassClientTypes.ConnectivityInfo]? = nil, message: Swift.String? = nil - ) - { + ) { self.connectivityInfo = connectivityInfo self.message = message } @@ -2919,8 +2818,7 @@ public struct GetConnectorDefinitionInput: Swift.Sendable { public init( connectorDefinitionId: Swift.String? = nil - ) - { + ) { self.connectorDefinitionId = connectorDefinitionId } } @@ -2952,8 +2850,7 @@ public struct GetConnectorDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -2979,8 +2876,7 @@ public struct GetConnectorDefinitionVersionInput: Swift.Sendable { connectorDefinitionId: Swift.String? = nil, connectorDefinitionVersionId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorDefinitionId = connectorDefinitionId self.connectorDefinitionVersionId = connectorDefinitionVersionId self.nextToken = nextToken @@ -3008,8 +2904,7 @@ public struct GetConnectorDefinitionVersionOutput: Swift.Sendable { id: Swift.String? = nil, nextToken: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3026,8 +2921,7 @@ public struct GetCoreDefinitionInput: Swift.Sendable { public init( coreDefinitionId: Swift.String? = nil - ) - { + ) { self.coreDefinitionId = coreDefinitionId } } @@ -3059,8 +2953,7 @@ public struct GetCoreDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3083,8 +2976,7 @@ public struct GetCoreDefinitionVersionInput: Swift.Sendable { public init( coreDefinitionId: Swift.String? = nil, coreDefinitionVersionId: Swift.String? = nil - ) - { + ) { self.coreDefinitionId = coreDefinitionId self.coreDefinitionVersionId = coreDefinitionVersionId } @@ -3111,8 +3003,7 @@ public struct GetCoreDefinitionVersionOutput: Swift.Sendable { id: Swift.String? = nil, nextToken: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3133,8 +3024,7 @@ public struct GetDeploymentStatusInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.groupId = groupId } @@ -3158,8 +3048,7 @@ public struct GetDeploymentStatusOutput: Swift.Sendable { errorDetails: [GreengrassClientTypes.ErrorDetail]? = nil, errorMessage: Swift.String? = nil, updatedAt: Swift.String? = nil - ) - { + ) { self.deploymentStatus = deploymentStatus self.deploymentType = deploymentType self.errorDetails = errorDetails @@ -3175,8 +3064,7 @@ public struct GetDeviceDefinitionInput: Swift.Sendable { public init( deviceDefinitionId: Swift.String? = nil - ) - { + ) { self.deviceDefinitionId = deviceDefinitionId } } @@ -3208,8 +3096,7 @@ public struct GetDeviceDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3235,8 +3122,7 @@ public struct GetDeviceDefinitionVersionInput: Swift.Sendable { deviceDefinitionId: Swift.String? = nil, deviceDefinitionVersionId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceDefinitionId = deviceDefinitionId self.deviceDefinitionVersionId = deviceDefinitionVersionId self.nextToken = nextToken @@ -3264,8 +3150,7 @@ public struct GetDeviceDefinitionVersionOutput: Swift.Sendable { id: Swift.String? = nil, nextToken: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3282,8 +3167,7 @@ public struct GetFunctionDefinitionInput: Swift.Sendable { public init( functionDefinitionId: Swift.String? = nil - ) - { + ) { self.functionDefinitionId = functionDefinitionId } } @@ -3315,8 +3199,7 @@ public struct GetFunctionDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3342,8 +3225,7 @@ public struct GetFunctionDefinitionVersionInput: Swift.Sendable { functionDefinitionId: Swift.String? = nil, functionDefinitionVersionId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.functionDefinitionId = functionDefinitionId self.functionDefinitionVersionId = functionDefinitionVersionId self.nextToken = nextToken @@ -3371,8 +3253,7 @@ public struct GetFunctionDefinitionVersionOutput: Swift.Sendable { id: Swift.String? = nil, nextToken: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3389,8 +3270,7 @@ public struct GetGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -3422,8 +3302,7 @@ public struct GetGroupOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3446,8 +3325,7 @@ public struct GetGroupCertificateAuthorityInput: Swift.Sendable { public init( certificateAuthorityId: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.certificateAuthorityId = certificateAuthorityId self.groupId = groupId } @@ -3465,8 +3343,7 @@ public struct GetGroupCertificateAuthorityOutput: Swift.Sendable { groupCertificateAuthorityArn: Swift.String? = nil, groupCertificateAuthorityId: Swift.String? = nil, pemEncodedCertificate: Swift.String? = nil - ) - { + ) { self.groupCertificateAuthorityArn = groupCertificateAuthorityArn self.groupCertificateAuthorityId = groupCertificateAuthorityId self.pemEncodedCertificate = pemEncodedCertificate @@ -3480,8 +3357,7 @@ public struct GetGroupCertificateConfigurationInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -3498,8 +3374,7 @@ public struct GetGroupCertificateConfigurationOutput: Swift.Sendable { certificateAuthorityExpiryInMilliseconds: Swift.String? = nil, certificateExpiryInMilliseconds: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.certificateAuthorityExpiryInMilliseconds = certificateAuthorityExpiryInMilliseconds self.certificateExpiryInMilliseconds = certificateExpiryInMilliseconds self.groupId = groupId @@ -3517,8 +3392,7 @@ public struct GetGroupVersionInput: Swift.Sendable { public init( groupId: Swift.String? = nil, groupVersionId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupVersionId = groupVersionId } @@ -3542,8 +3416,7 @@ public struct GetGroupVersionOutput: Swift.Sendable { definition: GreengrassClientTypes.GroupVersion? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3559,8 +3432,7 @@ public struct GetLoggerDefinitionInput: Swift.Sendable { public init( loggerDefinitionId: Swift.String? = nil - ) - { + ) { self.loggerDefinitionId = loggerDefinitionId } } @@ -3592,8 +3464,7 @@ public struct GetLoggerDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3619,8 +3490,7 @@ public struct GetLoggerDefinitionVersionInput: Swift.Sendable { loggerDefinitionId: Swift.String? = nil, loggerDefinitionVersionId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loggerDefinitionId = loggerDefinitionId self.loggerDefinitionVersionId = loggerDefinitionVersionId self.nextToken = nextToken @@ -3645,8 +3515,7 @@ public struct GetLoggerDefinitionVersionOutput: Swift.Sendable { definition: GreengrassClientTypes.LoggerDefinitionVersion? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3662,8 +3531,7 @@ public struct GetResourceDefinitionInput: Swift.Sendable { public init( resourceDefinitionId: Swift.String? = nil - ) - { + ) { self.resourceDefinitionId = resourceDefinitionId } } @@ -3695,8 +3563,7 @@ public struct GetResourceDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3719,8 +3586,7 @@ public struct GetResourceDefinitionVersionInput: Swift.Sendable { public init( resourceDefinitionId: Swift.String? = nil, resourceDefinitionVersionId: Swift.String? = nil - ) - { + ) { self.resourceDefinitionId = resourceDefinitionId self.resourceDefinitionVersionId = resourceDefinitionVersionId } @@ -3744,8 +3610,7 @@ public struct GetResourceDefinitionVersionOutput: Swift.Sendable { definition: GreengrassClientTypes.ResourceDefinitionVersion? = nil, id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3768,8 +3633,7 @@ public struct GetServiceRoleForAccountOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt self.roleArn = roleArn } @@ -3782,8 +3646,7 @@ public struct GetSubscriptionDefinitionInput: Swift.Sendable { public init( subscriptionDefinitionId: Swift.String? = nil - ) - { + ) { self.subscriptionDefinitionId = subscriptionDefinitionId } } @@ -3815,8 +3678,7 @@ public struct GetSubscriptionDefinitionOutput: Swift.Sendable { latestVersionArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.id = id @@ -3842,8 +3704,7 @@ public struct GetSubscriptionDefinitionVersionInput: Swift.Sendable { nextToken: Swift.String? = nil, subscriptionDefinitionId: Swift.String? = nil, subscriptionDefinitionVersionId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptionDefinitionId = subscriptionDefinitionId self.subscriptionDefinitionVersionId = subscriptionDefinitionVersionId @@ -3871,8 +3732,7 @@ public struct GetSubscriptionDefinitionVersionOutput: Swift.Sendable { id: Swift.String? = nil, nextToken: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimestamp = creationTimestamp self.definition = definition @@ -3889,8 +3749,7 @@ public struct GetThingRuntimeConfigurationInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -3937,8 +3796,7 @@ extension GreengrassClientTypes { public init( configurationSyncStatus: GreengrassClientTypes.ConfigurationSyncStatus? = nil, telemetry: GreengrassClientTypes.Telemetry? = nil - ) - { + ) { self.configurationSyncStatus = configurationSyncStatus self.telemetry = telemetry } @@ -3954,8 +3812,7 @@ extension GreengrassClientTypes { public init( telemetryConfiguration: GreengrassClientTypes.TelemetryConfiguration? = nil - ) - { + ) { self.telemetryConfiguration = telemetryConfiguration } } @@ -3967,8 +3824,7 @@ public struct GetThingRuntimeConfigurationOutput: Swift.Sendable { public init( runtimeConfiguration: GreengrassClientTypes.RuntimeConfiguration? = nil - ) - { + ) { self.runtimeConfiguration = runtimeConfiguration } } @@ -3986,8 +3842,7 @@ public struct ListBulkDeploymentDetailedReportsInput: Swift.Sendable { bulkDeploymentId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bulkDeploymentId = bulkDeploymentId self.maxResults = maxResults self.nextToken = nextToken @@ -4003,8 +3858,7 @@ public struct ListBulkDeploymentDetailedReportsOutput: Swift.Sendable { public init( deployments: [GreengrassClientTypes.BulkDeploymentResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -4019,8 +3873,7 @@ public struct ListBulkDeploymentsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4035,8 +3888,7 @@ public struct ListBulkDeploymentsOutput: Swift.Sendable { public init( bulkDeployments: [GreengrassClientTypes.BulkDeployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bulkDeployments = bulkDeployments self.nextToken = nextToken } @@ -4051,8 +3903,7 @@ public struct ListConnectorDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4067,8 +3918,7 @@ public struct ListConnectorDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4087,8 +3937,7 @@ public struct ListConnectorDefinitionVersionsInput: Swift.Sendable { connectorDefinitionId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorDefinitionId = connectorDefinitionId self.maxResults = maxResults self.nextToken = nextToken @@ -4104,8 +3953,7 @@ public struct ListConnectorDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4120,8 +3968,7 @@ public struct ListCoreDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4136,8 +3983,7 @@ public struct ListCoreDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4156,8 +4002,7 @@ public struct ListCoreDefinitionVersionsInput: Swift.Sendable { coreDefinitionId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreDefinitionId = coreDefinitionId self.maxResults = maxResults self.nextToken = nextToken @@ -4173,8 +4018,7 @@ public struct ListCoreDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4193,8 +4037,7 @@ public struct ListDeploymentsInput: Swift.Sendable { groupId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.maxResults = maxResults self.nextToken = nextToken @@ -4210,8 +4053,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [GreengrassClientTypes.Deployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -4226,8 +4068,7 @@ public struct ListDeviceDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4242,8 +4083,7 @@ public struct ListDeviceDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4262,8 +4102,7 @@ public struct ListDeviceDefinitionVersionsInput: Swift.Sendable { deviceDefinitionId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceDefinitionId = deviceDefinitionId self.maxResults = maxResults self.nextToken = nextToken @@ -4279,8 +4118,7 @@ public struct ListDeviceDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4295,8 +4133,7 @@ public struct ListFunctionDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4311,8 +4148,7 @@ public struct ListFunctionDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4331,8 +4167,7 @@ public struct ListFunctionDefinitionVersionsInput: Swift.Sendable { functionDefinitionId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.functionDefinitionId = functionDefinitionId self.maxResults = maxResults self.nextToken = nextToken @@ -4348,8 +4183,7 @@ public struct ListFunctionDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4362,8 +4196,7 @@ public struct ListGroupCertificateAuthoritiesInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -4374,8 +4207,7 @@ public struct ListGroupCertificateAuthoritiesOutput: Swift.Sendable { public init( groupCertificateAuthorities: [GreengrassClientTypes.GroupCertificateAuthorityProperties]? = nil - ) - { + ) { self.groupCertificateAuthorities = groupCertificateAuthorities } } @@ -4389,8 +4221,7 @@ public struct ListGroupsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4405,8 +4236,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( groups: [GreengrassClientTypes.GroupInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -4425,8 +4255,7 @@ public struct ListGroupVersionsInput: Swift.Sendable { groupId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.maxResults = maxResults self.nextToken = nextToken @@ -4442,8 +4271,7 @@ public struct ListGroupVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4458,8 +4286,7 @@ public struct ListLoggerDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4474,8 +4301,7 @@ public struct ListLoggerDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4494,8 +4320,7 @@ public struct ListLoggerDefinitionVersionsInput: Swift.Sendable { loggerDefinitionId: Swift.String? = nil, maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loggerDefinitionId = loggerDefinitionId self.maxResults = maxResults self.nextToken = nextToken @@ -4511,8 +4336,7 @@ public struct ListLoggerDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4527,8 +4351,7 @@ public struct ListResourceDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4543,8 +4366,7 @@ public struct ListResourceDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4563,8 +4385,7 @@ public struct ListResourceDefinitionVersionsInput: Swift.Sendable { maxResults: Swift.String? = nil, nextToken: Swift.String? = nil, resourceDefinitionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceDefinitionId = resourceDefinitionId @@ -4580,8 +4401,7 @@ public struct ListResourceDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4596,8 +4416,7 @@ public struct ListSubscriptionDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4612,8 +4431,7 @@ public struct ListSubscriptionDefinitionsOutput: Swift.Sendable { public init( definitions: [GreengrassClientTypes.DefinitionInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.definitions = definitions self.nextToken = nextToken } @@ -4632,8 +4450,7 @@ public struct ListSubscriptionDefinitionVersionsInput: Swift.Sendable { maxResults: Swift.String? = nil, nextToken: Swift.String? = nil, subscriptionDefinitionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.subscriptionDefinitionId = subscriptionDefinitionId @@ -4649,8 +4466,7 @@ public struct ListSubscriptionDefinitionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [GreengrassClientTypes.VersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -4663,8 +4479,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4675,8 +4490,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4695,8 +4509,7 @@ public struct ResetDeploymentsInput: Swift.Sendable { amznClientToken: Swift.String? = nil, force: Swift.Bool? = nil, groupId: Swift.String? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.force = force self.groupId = groupId @@ -4712,8 +4525,7 @@ public struct ResetDeploymentsOutput: Swift.Sendable { public init( deploymentArn: Swift.String? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentArn = deploymentArn self.deploymentId = deploymentId } @@ -4736,8 +4548,7 @@ public struct StartBulkDeploymentInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, inputFileUri: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amznClientToken = amznClientToken self.executionRoleArn = executionRoleArn self.inputFileUri = inputFileUri @@ -4754,8 +4565,7 @@ public struct StartBulkDeploymentOutput: Swift.Sendable { public init( bulkDeploymentArn: Swift.String? = nil, bulkDeploymentId: Swift.String? = nil - ) - { + ) { self.bulkDeploymentArn = bulkDeploymentArn self.bulkDeploymentId = bulkDeploymentId } @@ -4768,8 +4578,7 @@ public struct StopBulkDeploymentInput: Swift.Sendable { public init( bulkDeploymentId: Swift.String? = nil - ) - { + ) { self.bulkDeploymentId = bulkDeploymentId } } @@ -4790,8 +4599,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4808,8 +4616,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4826,8 +4633,7 @@ public struct UpdateConnectivityInfoInput: Swift.Sendable { public init( connectivityInfo: [GreengrassClientTypes.ConnectivityInfo]? = nil, thingName: Swift.String? = nil - ) - { + ) { self.connectivityInfo = connectivityInfo self.thingName = thingName } @@ -4842,8 +4648,7 @@ public struct UpdateConnectivityInfoOutput: Swift.Sendable { public init( message: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.message = message self.version = version } @@ -4859,8 +4664,7 @@ public struct UpdateConnectorDefinitionInput: Swift.Sendable { public init( connectorDefinitionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.connectorDefinitionId = connectorDefinitionId self.name = name } @@ -4881,8 +4685,7 @@ public struct UpdateCoreDefinitionInput: Swift.Sendable { public init( coreDefinitionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.coreDefinitionId = coreDefinitionId self.name = name } @@ -4903,8 +4706,7 @@ public struct UpdateDeviceDefinitionInput: Swift.Sendable { public init( deviceDefinitionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.deviceDefinitionId = deviceDefinitionId self.name = name } @@ -4925,8 +4727,7 @@ public struct UpdateFunctionDefinitionInput: Swift.Sendable { public init( functionDefinitionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.functionDefinitionId = functionDefinitionId self.name = name } @@ -4947,8 +4748,7 @@ public struct UpdateGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.name = name } @@ -4969,8 +4769,7 @@ public struct UpdateGroupCertificateConfigurationInput: Swift.Sendable { public init( certificateExpiryInMilliseconds: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.certificateExpiryInMilliseconds = certificateExpiryInMilliseconds self.groupId = groupId } @@ -4988,8 +4787,7 @@ public struct UpdateGroupCertificateConfigurationOutput: Swift.Sendable { certificateAuthorityExpiryInMilliseconds: Swift.String? = nil, certificateExpiryInMilliseconds: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.certificateAuthorityExpiryInMilliseconds = certificateAuthorityExpiryInMilliseconds self.certificateExpiryInMilliseconds = certificateExpiryInMilliseconds self.groupId = groupId @@ -5006,8 +4804,7 @@ public struct UpdateLoggerDefinitionInput: Swift.Sendable { public init( loggerDefinitionId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.loggerDefinitionId = loggerDefinitionId self.name = name } @@ -5028,8 +4825,7 @@ public struct UpdateResourceDefinitionInput: Swift.Sendable { public init( name: Swift.String? = nil, resourceDefinitionId: Swift.String? = nil - ) - { + ) { self.name = name self.resourceDefinitionId = resourceDefinitionId } @@ -5050,8 +4846,7 @@ public struct UpdateSubscriptionDefinitionInput: Swift.Sendable { public init( name: Swift.String? = nil, subscriptionDefinitionId: Swift.String? = nil - ) - { + ) { self.name = name self.subscriptionDefinitionId = subscriptionDefinitionId } @@ -5072,8 +4867,7 @@ extension GreengrassClientTypes { public init( telemetry: GreengrassClientTypes.Telemetry? = nil - ) - { + ) { self.telemetry = telemetry } } @@ -5089,8 +4883,7 @@ public struct UpdateThingRuntimeConfigurationInput: Swift.Sendable { public init( telemetryConfiguration: GreengrassClientTypes.TelemetryConfigurationUpdate? = nil, thingName: Swift.String? = nil - ) - { + ) { self.telemetryConfiguration = telemetryConfiguration self.thingName = thingName } diff --git a/Sources/Services/AWSGreengrassV2/Package.swift.txt b/Sources/Services/AWSGreengrassV2/Package.swift.txt index 1d1a1835e6a..43ef71b783b 100644 --- a/Sources/Services/AWSGreengrassV2/Package.swift.txt +++ b/Sources/Services/AWSGreengrassV2/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/GreengrassV2Client.swift b/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/GreengrassV2Client.swift index 20d62ef4894..690f161a19b 100644 --- a/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/GreengrassV2Client.swift +++ b/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/GreengrassV2Client.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GreengrassV2Client: ClientRuntime.Client { public static let clientName = "GreengrassV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GreengrassV2Client.GreengrassV2ClientConfiguration let serviceName = "GreengrassV2" diff --git a/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/Models.swift b/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/Models.swift index d70c59b97a3..57c547153ae 100644 --- a/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/Models.swift +++ b/Sources/Services/AWSGreengrassV2/Sources/AWSGreengrassV2/Models.swift @@ -65,8 +65,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -81,8 +80,7 @@ extension GreengrassV2ClientTypes { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -103,8 +101,7 @@ extension GreengrassV2ClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.thingName = thingName @@ -124,8 +121,7 @@ extension GreengrassV2ClientTypes { public init( associationTimestamp: Foundation.Date? = nil, thingName: Swift.String? = nil - ) - { + ) { self.associationTimestamp = associationTimestamp self.thingName = thingName } @@ -154,8 +150,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -175,8 +170,7 @@ extension GreengrassV2ClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -243,8 +237,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [GreengrassV2ClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: GreengrassV2ClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -258,8 +251,7 @@ public struct AssociateServiceRoleToAccountInput: Swift.Sendable { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -270,8 +262,7 @@ public struct AssociateServiceRoleToAccountOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt } } @@ -303,8 +294,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -339,8 +329,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -358,8 +347,7 @@ public struct BatchAssociateClientDeviceWithCoreDeviceInput: Swift.Sendable { public init( coreDeviceThingName: Swift.String? = nil, entries: [GreengrassV2ClientTypes.AssociateClientDeviceWithCoreDeviceEntry]? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName self.entries = entries } @@ -371,8 +359,7 @@ public struct BatchAssociateClientDeviceWithCoreDeviceOutput: Swift.Sendable { public init( errorEntries: [GreengrassV2ClientTypes.AssociateClientDeviceWithCoreDeviceErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -387,8 +374,7 @@ extension GreengrassV2ClientTypes { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -404,8 +390,7 @@ public struct BatchDisassociateClientDeviceFromCoreDeviceInput: Swift.Sendable { public init( coreDeviceThingName: Swift.String? = nil, entries: [GreengrassV2ClientTypes.DisassociateClientDeviceFromCoreDeviceEntry]? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName self.entries = entries } @@ -426,8 +411,7 @@ extension GreengrassV2ClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.thingName = thingName @@ -441,8 +425,7 @@ public struct BatchDisassociateClientDeviceFromCoreDeviceOutput: Swift.Sendable public init( errorEntries: [GreengrassV2ClientTypes.DisassociateClientDeviceFromCoreDeviceErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -474,8 +457,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -489,8 +471,7 @@ public struct CancelDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -501,8 +482,7 @@ public struct CancelDeploymentOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -604,8 +584,7 @@ extension GreengrassV2ClientTypes { message: Swift.String? = nil, vendorGuidance: GreengrassV2ClientTypes.VendorGuidance? = nil, vendorGuidanceMessage: Swift.String? = nil - ) - { + ) { self.componentState = componentState self.errors = errors self.message = message @@ -627,8 +606,7 @@ extension GreengrassV2ClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name } @@ -659,8 +637,7 @@ extension GreengrassV2ClientTypes { description: Swift.String? = nil, platforms: [GreengrassV2ClientTypes.ComponentPlatform]? = nil, publisher: Swift.String? = nil - ) - { + ) { self.arn = arn self.componentVersion = componentVersion self.creationTimestamp = creationTimestamp @@ -686,8 +663,7 @@ extension GreengrassV2ClientTypes { arn: Swift.String? = nil, componentName: Swift.String? = nil, latestVersion: GreengrassV2ClientTypes.ComponentLatestVersion? = nil - ) - { + ) { self.arn = arn self.componentName = componentName self.latestVersion = latestVersion @@ -710,8 +686,7 @@ extension GreengrassV2ClientTypes { componentName: Swift.String? = nil, componentVersion: Swift.String? = nil, versionRequirements: [Swift.String: Swift.String]? = nil - ) - { + ) { self.componentName = componentName self.componentVersion = componentVersion self.versionRequirements = versionRequirements @@ -731,8 +706,7 @@ extension GreengrassV2ClientTypes { public init( merge: Swift.String? = nil, reset: [Swift.String]? = nil - ) - { + ) { self.merge = merge self.reset = reset } @@ -787,8 +761,7 @@ extension GreengrassV2ClientTypes { public init( dependencyType: GreengrassV2ClientTypes.ComponentDependencyType? = nil, versionRequirement: Swift.String? = nil - ) - { + ) { self.dependencyType = dependencyType self.versionRequirement = versionRequirement } @@ -807,8 +780,7 @@ extension GreengrassV2ClientTypes { public init( cpus: Swift.Double = 0.0, memory: Swift.Int = 0 - ) - { + ) { self.cpus = cpus self.memory = memory } @@ -830,8 +802,7 @@ extension GreengrassV2ClientTypes { posixUser: Swift.String? = nil, systemResourceLimits: GreengrassV2ClientTypes.SystemResourceLimits? = nil, windowsUser: Swift.String? = nil - ) - { + ) { self.posixUser = posixUser self.systemResourceLimits = systemResourceLimits self.windowsUser = windowsUser @@ -855,8 +826,7 @@ extension GreengrassV2ClientTypes { componentVersion: Swift.String? = nil, configurationUpdate: GreengrassV2ClientTypes.ComponentConfigurationUpdate? = nil, runWith: GreengrassV2ClientTypes.ComponentRunWith? = nil - ) - { + ) { self.componentVersion = componentVersion self.configurationUpdate = configurationUpdate self.runWith = runWith @@ -879,8 +849,7 @@ extension GreengrassV2ClientTypes { arn: Swift.String? = nil, componentName: Swift.String? = nil, componentVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.componentName = componentName self.componentVersion = componentVersion @@ -935,8 +904,7 @@ extension GreengrassV2ClientTypes { id: Swift.String? = nil, metadata: Swift.String? = nil, portNumber: Swift.Int = 0 - ) - { + ) { self.hostAddress = hostAddress self.id = id self.metadata = metadata @@ -1006,8 +974,7 @@ extension GreengrassV2ClientTypes { platform: Swift.String? = nil, runtime: Swift.String? = nil, status: GreengrassV2ClientTypes.CoreDeviceStatus? = nil - ) - { + ) { self.architecture = architecture self.coreDeviceThingName = coreDeviceThingName self.lastStatusUpdateTimestamp = lastStatusUpdateTimestamp @@ -1037,8 +1004,7 @@ public struct RequestAlreadyInProgressException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1076,8 +1042,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1133,8 +1098,7 @@ extension GreengrassV2ClientTypes { public init( topic: Swift.String? = nil, type: GreengrassV2ClientTypes.LambdaEventSourceType? = nil - ) - { + ) { self.topic = topic self.type = type } @@ -1215,8 +1179,7 @@ extension GreengrassV2ClientTypes { addGroupOwner: Swift.Bool? = false, path: Swift.String? = nil, permission: GreengrassV2ClientTypes.LambdaFilesystemPermission? = nil - ) - { + ) { self.addGroupOwner = addGroupOwner self.path = path self.permission = permission @@ -1244,8 +1207,7 @@ extension GreengrassV2ClientTypes { destinationPath: Swift.String? = nil, permission: GreengrassV2ClientTypes.LambdaFilesystemPermission? = nil, sourcePath: Swift.String? = nil - ) - { + ) { self.addGroupOwner = addGroupOwner self.destinationPath = destinationPath self.permission = permission @@ -1272,8 +1234,7 @@ extension GreengrassV2ClientTypes { memorySizeInKB: Swift.Int? = 0, mountROSysfs: Swift.Bool? = false, volumes: [GreengrassV2ClientTypes.LambdaVolumeMount]? = nil - ) - { + ) { self.devices = devices self.memorySizeInKB = memorySizeInKB self.mountROSysfs = mountROSysfs @@ -1323,8 +1284,7 @@ extension GreengrassV2ClientTypes { public init( containerParams: GreengrassV2ClientTypes.LambdaContainerParams? = nil, isolationMode: GreengrassV2ClientTypes.LambdaIsolationMode? = nil - ) - { + ) { self.containerParams = containerParams self.isolationMode = isolationMode } @@ -1377,8 +1337,7 @@ extension GreengrassV2ClientTypes { pinned: Swift.Bool? = false, statusTimeoutInSeconds: Swift.Int? = 0, timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.environmentVariables = environmentVariables self.eventSources = eventSources self.execArgs = execArgs @@ -1419,8 +1378,7 @@ extension GreengrassV2ClientTypes { componentPlatforms: [GreengrassV2ClientTypes.ComponentPlatform]? = nil, componentVersion: Swift.String? = nil, lambdaArn: Swift.String? = nil - ) - { + ) { self.componentDependencies = componentDependencies self.componentLambdaParameters = componentLambdaParameters self.componentName = componentName @@ -1446,8 +1404,7 @@ public struct CreateComponentVersionInput: Swift.Sendable { inlineRecipe: Foundation.Data? = nil, lambdaFunction: GreengrassV2ClientTypes.LambdaFunctionRecipeSource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.inlineRecipe = inlineRecipe self.lambdaFunction = lambdaFunction @@ -1477,8 +1434,7 @@ public struct CreateComponentVersionOutput: Swift.Sendable { componentVersion: Swift.String? = nil, creationTimestamp: Foundation.Date? = nil, status: GreengrassV2ClientTypes.CloudComponentStatus? = nil - ) - { + ) { self.arn = arn self.componentName = componentName self.componentVersion = componentVersion @@ -1535,8 +1491,7 @@ extension GreengrassV2ClientTypes { public init( action: GreengrassV2ClientTypes.DeploymentComponentUpdatePolicyAction? = nil, timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.action = action self.timeoutInSeconds = timeoutInSeconds } @@ -1552,8 +1507,7 @@ extension GreengrassV2ClientTypes { public init( timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.timeoutInSeconds = timeoutInSeconds } } @@ -1603,8 +1557,7 @@ extension GreengrassV2ClientTypes { componentUpdatePolicy: GreengrassV2ClientTypes.DeploymentComponentUpdatePolicy? = nil, configurationValidationPolicy: GreengrassV2ClientTypes.DeploymentConfigurationValidationPolicy? = nil, failureHandlingPolicy: GreengrassV2ClientTypes.DeploymentFailureHandlingPolicy? = nil - ) - { + ) { self.componentUpdatePolicy = componentUpdatePolicy self.configurationValidationPolicy = configurationValidationPolicy self.failureHandlingPolicy = failureHandlingPolicy @@ -1699,8 +1652,7 @@ extension GreengrassV2ClientTypes { failureType: GreengrassV2ClientTypes.IoTJobExecutionFailureType? = nil, minNumberOfExecutedThings: Swift.Int? = nil, thresholdPercentage: Swift.Double = 0.0 - ) - { + ) { self.action = action self.failureType = failureType self.minNumberOfExecutedThings = minNumberOfExecutedThings @@ -1719,8 +1671,7 @@ extension GreengrassV2ClientTypes { public init( criteriaList: [GreengrassV2ClientTypes.IoTJobAbortCriteria]? = nil - ) - { + ) { self.criteriaList = criteriaList } } @@ -1738,8 +1689,7 @@ extension GreengrassV2ClientTypes { public init( numberOfNotifiedThings: Swift.Int? = nil, numberOfSucceededThings: Swift.Int? = nil - ) - { + ) { self.numberOfNotifiedThings = numberOfNotifiedThings self.numberOfSucceededThings = numberOfSucceededThings } @@ -1764,8 +1714,7 @@ extension GreengrassV2ClientTypes { baseRatePerMinute: Swift.Int? = nil, incrementFactor: Swift.Double? = nil, rateIncreaseCriteria: GreengrassV2ClientTypes.IoTJobRateIncreaseCriteria? = nil - ) - { + ) { self.baseRatePerMinute = baseRatePerMinute self.incrementFactor = incrementFactor self.rateIncreaseCriteria = rateIncreaseCriteria @@ -1785,8 +1734,7 @@ extension GreengrassV2ClientTypes { public init( exponentialRate: GreengrassV2ClientTypes.IoTJobExponentialRolloutRate? = nil, maximumPerMinute: Swift.Int? = nil - ) - { + ) { self.exponentialRate = exponentialRate self.maximumPerMinute = maximumPerMinute } @@ -1802,8 +1750,7 @@ extension GreengrassV2ClientTypes { public init( inProgressTimeoutInMinutes: Swift.Int? = 0 - ) - { + ) { self.inProgressTimeoutInMinutes = inProgressTimeoutInMinutes } } @@ -1824,8 +1771,7 @@ extension GreengrassV2ClientTypes { abortConfig: GreengrassV2ClientTypes.IoTJobAbortConfig? = nil, jobExecutionsRolloutConfig: GreengrassV2ClientTypes.IoTJobExecutionsRolloutConfig? = nil, timeoutConfig: GreengrassV2ClientTypes.IoTJobTimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.jobExecutionsRolloutConfig = jobExecutionsRolloutConfig self.timeoutConfig = timeoutConfig @@ -1861,8 +1807,7 @@ public struct CreateDeploymentInput: Swift.Sendable { parentTargetArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.components = components self.deploymentName = deploymentName @@ -1886,8 +1831,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { deploymentId: Swift.String? = nil, iotJobArn: Swift.String? = nil, iotJobId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.iotJobArn = iotJobArn self.iotJobId = iotJobId @@ -1901,8 +1845,7 @@ public struct DeleteComponentInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1914,8 +1857,7 @@ public struct DeleteCoreDeviceInput: Swift.Sendable { public init( coreDeviceThingName: Swift.String? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName } } @@ -1927,8 +1869,7 @@ public struct DeleteDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -2001,8 +1942,7 @@ extension GreengrassV2ClientTypes { parentTargetArn: Swift.String? = nil, revisionId: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.deploymentId = deploymentId self.deploymentName = deploymentName @@ -2051,8 +1991,7 @@ public struct DescribeComponentInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2087,8 +2026,7 @@ public struct DescribeComponentOutput: Swift.Sendable { publisher: Swift.String? = nil, status: GreengrassV2ClientTypes.CloudComponentStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.componentName = componentName self.componentVersion = componentVersion @@ -2112,8 +2050,7 @@ public struct DisassociateServiceRoleFromAccountOutput: Swift.Sendable { public init( disassociatedAt: Swift.String? = nil - ) - { + ) { self.disassociatedAt = disassociatedAt } } @@ -2177,8 +2114,7 @@ extension GreengrassV2ClientTypes { public init( errorStack: [Swift.String]? = nil, errorTypes: [Swift.String]? = nil - ) - { + ) { self.errorStack = errorStack self.errorTypes = errorTypes } @@ -2246,8 +2182,7 @@ extension GreengrassV2ClientTypes { reason: Swift.String? = nil, statusDetails: GreengrassV2ClientTypes.EffectiveDeploymentStatusDetails? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.coreDeviceExecutionStatus = coreDeviceExecutionStatus self.creationTimestamp = creationTimestamp self.deploymentId = deploymentId @@ -2302,8 +2237,7 @@ public struct GetComponentInput: Swift.Sendable { public init( arn: Swift.String? = nil, recipeOutputFormat: GreengrassV2ClientTypes.RecipeOutputFormat? = nil - ) - { + ) { self.arn = arn self.recipeOutputFormat = recipeOutputFormat } @@ -2323,8 +2257,7 @@ public struct GetComponentOutput: Swift.Sendable { recipe: Foundation.Data? = nil, recipeOutputFormat: GreengrassV2ClientTypes.RecipeOutputFormat? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.recipe = recipe self.recipeOutputFormat = recipeOutputFormat self.tags = tags @@ -2406,8 +2339,7 @@ public struct GetComponentVersionArtifactInput: Swift.Sendable { artifactName: Swift.String? = nil, iotEndpointType: GreengrassV2ClientTypes.IotEndpointType? = nil, s3EndpointType: GreengrassV2ClientTypes.S3EndpointType? = nil - ) - { + ) { self.arn = arn self.artifactName = artifactName self.iotEndpointType = iotEndpointType @@ -2422,8 +2354,7 @@ public struct GetComponentVersionArtifactOutput: Swift.Sendable { public init( preSignedUrl: Swift.String? = nil - ) - { + ) { self.preSignedUrl = preSignedUrl } } @@ -2435,8 +2366,7 @@ public struct GetConnectivityInfoInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -2450,8 +2380,7 @@ public struct GetConnectivityInfoOutput: Swift.Sendable { public init( connectivityInfo: [GreengrassV2ClientTypes.ConnectivityInfo]? = nil, message: Swift.String? = nil - ) - { + ) { self.connectivityInfo = connectivityInfo self.message = message } @@ -2464,8 +2393,7 @@ public struct GetCoreDeviceInput: Swift.Sendable { public init( coreDeviceThingName: Swift.String? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName } } @@ -2505,8 +2433,7 @@ public struct GetCoreDeviceOutput: Swift.Sendable { runtime: Swift.String? = nil, status: GreengrassV2ClientTypes.CoreDeviceStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.architecture = architecture self.coreDeviceThingName = coreDeviceThingName self.coreVersion = coreVersion @@ -2525,8 +2452,7 @@ public struct GetDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -2576,8 +2502,7 @@ public struct GetDeploymentOutput: Swift.Sendable { revisionId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.components = components self.creationTimestamp = creationTimestamp self.deploymentId = deploymentId @@ -2609,8 +2534,7 @@ public struct GetServiceRoleForAccountOutput: Swift.Sendable { public init( associatedAt: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.associatedAt = associatedAt self.roleArn = roleArn } @@ -2629,8 +2553,7 @@ public struct ListClientDevicesAssociatedWithCoreDeviceInput: Swift.Sendable { coreDeviceThingName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName self.maxResults = maxResults self.nextToken = nextToken @@ -2646,8 +2569,7 @@ public struct ListClientDevicesAssociatedWithCoreDeviceOutput: Swift.Sendable { public init( associatedClientDevices: [GreengrassV2ClientTypes.AssociatedClientDevice]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associatedClientDevices = associatedClientDevices self.nextToken = nextToken } @@ -2665,8 +2587,7 @@ public struct ListComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, scope: GreengrassV2ClientTypes.ComponentVisibilityScope? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.scope = scope @@ -2682,8 +2603,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( components: [GreengrassV2ClientTypes.Component]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.components = components self.nextToken = nextToken } @@ -2702,8 +2622,7 @@ public struct ListComponentVersionsInput: Swift.Sendable { arn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.maxResults = maxResults self.nextToken = nextToken @@ -2719,8 +2638,7 @@ public struct ListComponentVersionsOutput: Swift.Sendable { public init( componentVersions: [GreengrassV2ClientTypes.ComponentVersionListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentVersions = componentVersions self.nextToken = nextToken } @@ -2752,8 +2670,7 @@ public struct ListCoreDevicesInput: Swift.Sendable { runtime: Swift.String? = nil, status: GreengrassV2ClientTypes.CoreDeviceStatus? = nil, thingGroupArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.runtime = runtime @@ -2771,8 +2688,7 @@ public struct ListCoreDevicesOutput: Swift.Sendable { public init( coreDevices: [GreengrassV2ClientTypes.CoreDevice]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreDevices = coreDevices self.nextToken = nextToken } @@ -2803,8 +2719,7 @@ public struct ListDeploymentsInput: Swift.Sendable { nextToken: Swift.String? = nil, parentTargetArn: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.historyFilter = historyFilter self.maxResults = maxResults self.nextToken = nextToken @@ -2822,8 +2737,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [GreengrassV2ClientTypes.Deployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -2842,8 +2756,7 @@ public struct ListEffectiveDeploymentsInput: Swift.Sendable { coreDeviceThingName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName self.maxResults = maxResults self.nextToken = nextToken @@ -2859,8 +2772,7 @@ public struct ListEffectiveDeploymentsOutput: Swift.Sendable { public init( effectiveDeployments: [GreengrassV2ClientTypes.EffectiveDeployment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.effectiveDeployments = effectiveDeployments self.nextToken = nextToken } @@ -2918,8 +2830,7 @@ public struct ListInstalledComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, topologyFilter: GreengrassV2ClientTypes.InstalledComponentTopologyFilter? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName self.maxResults = maxResults self.nextToken = nextToken @@ -3007,8 +2918,7 @@ extension GreengrassV2ClientTypes { lifecycleState: GreengrassV2ClientTypes.InstalledComponentLifecycleState? = nil, lifecycleStateDetails: Swift.String? = nil, lifecycleStatusCodes: [Swift.String]? = nil - ) - { + ) { self.componentName = componentName self.componentVersion = componentVersion self.isRoot = isRoot @@ -3031,8 +2941,7 @@ public struct ListInstalledComponentsOutput: Swift.Sendable { public init( installedComponents: [GreengrassV2ClientTypes.InstalledComponent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.installedComponents = installedComponents self.nextToken = nextToken } @@ -3045,8 +2954,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3057,8 +2965,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3072,8 +2979,7 @@ public struct ResolveComponentCandidatesInput: Swift.Sendable { public init( componentCandidates: [GreengrassV2ClientTypes.ComponentCandidate]? = nil, platform: GreengrassV2ClientTypes.ComponentPlatform? = nil - ) - { + ) { self.componentCandidates = componentCandidates self.platform = platform } @@ -3109,8 +3015,7 @@ extension GreengrassV2ClientTypes { message: Swift.String? = nil, recipe: Foundation.Data? = nil, vendorGuidance: GreengrassV2ClientTypes.VendorGuidance? = nil - ) - { + ) { self.arn = arn self.componentName = componentName self.componentVersion = componentVersion @@ -3127,8 +3032,7 @@ public struct ResolveComponentCandidatesOutput: Swift.Sendable { public init( resolvedComponentVersions: [GreengrassV2ClientTypes.ResolvedComponentVersion]? = nil - ) - { + ) { self.resolvedComponentVersions = resolvedComponentVersions } } @@ -3144,8 +3048,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3167,8 +3070,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3190,8 +3092,7 @@ public struct UpdateConnectivityInfoInput: Swift.Sendable { public init( connectivityInfo: [GreengrassV2ClientTypes.ConnectivityInfo]? = nil, thingName: Swift.String? = nil - ) - { + ) { self.connectivityInfo = connectivityInfo self.thingName = thingName } @@ -3206,8 +3107,7 @@ public struct UpdateConnectivityInfoOutput: Swift.Sendable { public init( message: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.message = message self.version = version } diff --git a/Sources/Services/AWSGroundStation/Package.swift.txt b/Sources/Services/AWSGroundStation/Package.swift.txt index 5974d875dc2..ab53839e0ac 100644 --- a/Sources/Services/AWSGroundStation/Package.swift.txt +++ b/Sources/Services/AWSGroundStation/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/GroundStationClient.swift b/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/GroundStationClient.swift index 615630933b7..9e66c176bd4 100644 --- a/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/GroundStationClient.swift +++ b/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/GroundStationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GroundStationClient: ClientRuntime.Client { public static let clientName = "GroundStationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GroundStationClient.GroundStationClientConfiguration let serviceName = "GroundStation" diff --git a/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/Models.swift b/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/Models.swift index 328d1d930ea..62f69ed2de2 100644 --- a/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/Models.swift +++ b/Sources/Services/AWSGroundStation/Sources/AWSGroundStation/Models.swift @@ -52,8 +52,7 @@ public struct DependencyException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.parameterName = parameterName } @@ -80,8 +79,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.parameterName = parameterName } @@ -105,8 +103,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -118,8 +115,7 @@ public struct GetAgentConfigurationInput: Swift.Sendable { public init( agentId: Swift.String? = nil - ) - { + ) { self.agentId = agentId } } @@ -133,8 +129,7 @@ public struct GetAgentConfigurationOutput: Swift.Sendable { public init( agentId: Swift.String? = nil, taskingDocument: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.taskingDocument = taskingDocument } @@ -154,8 +149,7 @@ extension GroundStationClientTypes { public init( componentType: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.componentType = componentType self.versions = versions } @@ -190,8 +184,7 @@ extension GroundStationClientTypes { instanceId: Swift.String? = nil, instanceType: Swift.String? = nil, reservedCpuCores: [Swift.Int]? = nil - ) - { + ) { self.agentCpuCores = agentCpuCores self.agentVersion = agentVersion self.componentVersions = componentVersions @@ -220,8 +213,7 @@ extension GroundStationClientTypes { capabilityArns: [Swift.String]? = nil, privateIpAddresses: [Swift.String]? = nil, publicIpAddresses: [Swift.String]? = nil - ) - { + ) { self.capabilityArns = capabilityArns self.privateIpAddresses = privateIpAddresses self.publicIpAddresses = publicIpAddresses @@ -240,8 +232,7 @@ public struct RegisterAgentInput: Swift.Sendable { public init( agentDetails: GroundStationClientTypes.AgentDetails? = nil, discoveryData: GroundStationClientTypes.DiscoveryData? = nil - ) - { + ) { self.agentDetails = agentDetails self.discoveryData = discoveryData } @@ -253,8 +244,7 @@ public struct RegisterAgentOutput: Swift.Sendable { public init( agentId: Swift.String? = nil - ) - { + ) { self.agentId = agentId } } @@ -307,8 +297,7 @@ extension GroundStationClientTypes { public init( signatureMap: [Swift.String: Swift.Bool]? = nil, status: GroundStationClientTypes.AgentStatus? = nil - ) - { + ) { self.signatureMap = signatureMap self.status = status } @@ -346,8 +335,7 @@ extension GroundStationClientTypes { dataflowId: Swift.String? = nil, packetsDropped: Swift.Int? = nil, status: GroundStationClientTypes.AgentStatus? = nil - ) - { + ) { self.bytesReceived = bytesReceived self.bytesSent = bytesSent self.capabilityArn = capabilityArn @@ -378,8 +366,7 @@ public struct UpdateAgentStatusInput: Swift.Sendable { aggregateStatus: GroundStationClientTypes.AggregateStatus? = nil, componentStatuses: [GroundStationClientTypes.ComponentStatusData]? = nil, taskId: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.aggregateStatus = aggregateStatus self.componentStatuses = componentStatuses @@ -394,8 +381,7 @@ public struct UpdateAgentStatusOutput: Swift.Sendable { public init( agentId: Swift.String? = nil - ) - { + ) { self.agentId = agentId } } @@ -438,8 +424,7 @@ extension GroundStationClientTypes { public init( outputNode: Swift.String? = nil - ) - { + ) { self.outputNode = outputNode } } @@ -497,8 +482,7 @@ extension GroundStationClientTypes { public init( units: GroundStationClientTypes.BandwidthUnits? = nil, value: Swift.Double? = nil - ) - { + ) { self.units = units self.value = value } @@ -551,8 +535,7 @@ extension GroundStationClientTypes { public init( units: GroundStationClientTypes.FrequencyUnits? = nil, value: Swift.Double? = nil - ) - { + ) { self.units = units self.value = value } @@ -614,8 +597,7 @@ extension GroundStationClientTypes { bandwidth: GroundStationClientTypes.FrequencyBandwidth? = nil, centerFrequency: GroundStationClientTypes.Frequency? = nil, polarization: GroundStationClientTypes.Polarization? = nil - ) - { + ) { self.bandwidth = bandwidth self.centerFrequency = centerFrequency self.polarization = polarization @@ -633,8 +615,7 @@ extension GroundStationClientTypes { public init( spectrumConfig: GroundStationClientTypes.SpectrumConfig? = nil - ) - { + ) { self.spectrumConfig = spectrumConfig } } @@ -650,8 +631,7 @@ extension GroundStationClientTypes { public init( unvalidatedJSON: Swift.String? = nil - ) - { + ) { self.unvalidatedJSON = unvalidatedJSON } } @@ -667,8 +647,7 @@ extension GroundStationClientTypes { public init( unvalidatedJSON: Swift.String? = nil - ) - { + ) { self.unvalidatedJSON = unvalidatedJSON } } @@ -692,8 +671,7 @@ extension GroundStationClientTypes { decodeConfig: GroundStationClientTypes.DecodeConfig? = nil, demodulationConfig: GroundStationClientTypes.DemodulationConfig? = nil, spectrumConfig: GroundStationClientTypes.SpectrumConfig? = nil - ) - { + ) { self.decodeConfig = decodeConfig self.demodulationConfig = demodulationConfig self.spectrumConfig = spectrumConfig @@ -714,8 +692,7 @@ extension GroundStationClientTypes { public init( centerFrequency: GroundStationClientTypes.Frequency? = nil, polarization: GroundStationClientTypes.Polarization? = nil - ) - { + ) { self.centerFrequency = centerFrequency self.polarization = polarization } @@ -762,8 +739,7 @@ extension GroundStationClientTypes { public init( units: GroundStationClientTypes.EirpUnits? = nil, value: Swift.Double? = nil - ) - { + ) { self.units = units self.value = value } @@ -787,8 +763,7 @@ extension GroundStationClientTypes { spectrumConfig: GroundStationClientTypes.UplinkSpectrumConfig? = nil, targetEirp: GroundStationClientTypes.Eirp? = nil, transmitDisabled: Swift.Bool? = nil - ) - { + ) { self.spectrumConfig = spectrumConfig self.targetEirp = targetEirp self.transmitDisabled = transmitDisabled @@ -839,8 +814,7 @@ extension GroundStationClientTypes { public init( name: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.name = name self.port = port } @@ -860,8 +834,7 @@ extension GroundStationClientTypes { public init( mtu: Swift.Int? = nil, socketAddress: GroundStationClientTypes.SocketAddress? = nil - ) - { + ) { self.mtu = mtu self.socketAddress = socketAddress } @@ -882,8 +855,7 @@ extension GroundStationClientTypes { public init( maximum: Swift.Int? = nil, minimum: Swift.Int? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum } @@ -904,8 +876,7 @@ extension GroundStationClientTypes { public init( name: Swift.String? = nil, portRange: GroundStationClientTypes.IntegerRange? = nil - ) - { + ) { self.name = name self.portRange = portRange } @@ -925,8 +896,7 @@ extension GroundStationClientTypes { public init( mtu: Swift.Int? = nil, socketAddress: GroundStationClientTypes.RangedSocketAddress? = nil - ) - { + ) { self.mtu = mtu self.socketAddress = socketAddress } @@ -957,8 +927,7 @@ extension GroundStationClientTypes { egressAddress: GroundStationClientTypes.ConnectionDetails? = nil, ingressAddress: GroundStationClientTypes.RangedConnectionDetails? = nil, name: Swift.String? = nil - ) - { + ) { self.agentStatus = agentStatus self.auditResults = auditResults self.egressAddress = egressAddress @@ -976,8 +945,7 @@ public struct CancelContactInput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -989,8 +957,7 @@ public struct CancelContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -1133,8 +1100,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.parameterName = parameterName } @@ -1153,8 +1119,7 @@ extension GroundStationClientTypes { public init( dataflowEndpointName: Swift.String? = nil, dataflowEndpointRegion: Swift.String? = nil - ) - { + ) { self.dataflowEndpointName = dataflowEndpointName self.dataflowEndpointRegion = dataflowEndpointRegion } @@ -1178,8 +1143,7 @@ extension GroundStationClientTypes { bucketArn: Swift.String? = nil, `prefix`: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.`prefix` = `prefix` self.roleArn = roleArn @@ -1229,8 +1193,7 @@ extension GroundStationClientTypes { public init( autotrack: GroundStationClientTypes.Criticality? = nil - ) - { + ) { self.autotrack = autotrack } } @@ -1250,8 +1213,7 @@ extension GroundStationClientTypes { public init( antennaUplinkConfigArn: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.antennaUplinkConfigArn = antennaUplinkConfigArn self.enabled = enabled } @@ -1295,8 +1257,7 @@ public struct CreateConfigInput: Swift.Sendable { configData: GroundStationClientTypes.ConfigTypeData? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configData = configData self.name = name self.tags = tags @@ -1316,8 +1277,7 @@ public struct CreateConfigOutput: Swift.Sendable { configArn: Swift.String? = nil, configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil - ) - { + ) { self.configArn = configArn self.configId = configId self.configType = configType @@ -1336,8 +1296,7 @@ public struct DeleteConfigInput: Swift.Sendable { public init( configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil - ) - { + ) { self.configId = configId self.configType = configType } @@ -1356,8 +1315,7 @@ public struct DeleteConfigOutput: Swift.Sendable { configArn: Swift.String? = nil, configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil - ) - { + ) { self.configArn = configArn self.configId = configId self.configType = configType @@ -1376,8 +1334,7 @@ public struct GetConfigInput: Swift.Sendable { public init( configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil - ) - { + ) { self.configId = configId self.configType = configType } @@ -1409,8 +1366,7 @@ public struct GetConfigOutput: Swift.Sendable { configType: GroundStationClientTypes.ConfigCapabilityType? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configArn = configArn self.configData = configData self.configId = configId @@ -1430,8 +1386,7 @@ public struct ListConfigsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1455,8 +1410,7 @@ extension GroundStationClientTypes { configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil, name: Swift.String? = nil - ) - { + ) { self.configArn = configArn self.configId = configId self.configType = configType @@ -1475,8 +1429,7 @@ public struct ListConfigsOutput: Swift.Sendable { public init( configList: [GroundStationClientTypes.ConfigListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configList = configList self.nextToken = nextToken } @@ -1502,8 +1455,7 @@ public struct UpdateConfigInput: Swift.Sendable { configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil, name: Swift.String? = nil - ) - { + ) { self.configData = configData self.configId = configId self.configType = configType @@ -1524,8 +1476,7 @@ public struct UpdateConfigOutput: Swift.Sendable { configArn: Swift.String? = nil, configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil - ) - { + ) { self.configArn = configArn self.configId = configId self.configType = configType @@ -1588,8 +1539,7 @@ extension GroundStationClientTypes { mtu: Swift.Int? = nil, name: Swift.String? = nil, status: GroundStationClientTypes.EndpointStatus? = nil - ) - { + ) { self.address = address self.mtu = mtu self.name = name @@ -1616,8 +1566,7 @@ extension GroundStationClientTypes { roleArn: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.roleArn = roleArn self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -1646,8 +1595,7 @@ extension GroundStationClientTypes { healthReasons: [GroundStationClientTypes.CapabilityHealthReason]? = nil, healthStatus: GroundStationClientTypes.CapabilityHealth? = nil, securityDetails: GroundStationClientTypes.SecurityDetails? = nil - ) - { + ) { self.awsGroundStationAgentEndpoint = awsGroundStationAgentEndpoint self.endpoint = endpoint self.healthReasons = healthReasons @@ -1669,8 +1617,7 @@ extension GroundStationClientTypes { public init( bucketArn: Swift.String? = nil, keyTemplate: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.keyTemplate = keyTemplate } @@ -1699,8 +1646,7 @@ public struct DescribeContactInput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -1785,8 +1731,7 @@ extension GroundStationClientTypes { configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil, dataflowDestinationRegion: Swift.String? = nil - ) - { + ) { self.configDetails = configDetails self.configId = configId self.configType = configType @@ -1813,8 +1758,7 @@ extension GroundStationClientTypes { configId: Swift.String? = nil, configType: GroundStationClientTypes.ConfigCapabilityType? = nil, dataflowSourceRegion: Swift.String? = nil - ) - { + ) { self.configDetails = configDetails self.configId = configId self.configType = configType @@ -1838,8 +1782,7 @@ extension GroundStationClientTypes { destination: GroundStationClientTypes.Destination? = nil, errorMessage: Swift.String? = nil, source: GroundStationClientTypes.Source? = nil - ) - { + ) { self.destination = destination self.errorMessage = errorMessage self.source = source @@ -1861,8 +1804,7 @@ extension GroundStationClientTypes { public init( unit: GroundStationClientTypes.AngleUnits? = nil, value: Swift.Double? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1921,8 +1863,7 @@ public struct DescribeContactOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, visibilityEndTime: Foundation.Date? = nil, visibilityStartTime: Foundation.Date? = nil - ) - { + ) { self.contactId = contactId self.contactStatus = contactStatus self.dataflowList = dataflowList @@ -1973,8 +1914,7 @@ public struct ListContactsInput: Swift.Sendable { satelliteArn: Swift.String? = nil, startTime: Foundation.Date? = nil, statusList: [GroundStationClientTypes.ContactStatus]? = nil - ) - { + ) { self.endTime = endTime self.groundStation = groundStation self.maxResults = maxResults @@ -2037,8 +1977,7 @@ extension GroundStationClientTypes { tags: [Swift.String: Swift.String]? = nil, visibilityEndTime: Foundation.Date? = nil, visibilityStartTime: Foundation.Date? = nil - ) - { + ) { self.contactId = contactId self.contactStatus = contactStatus self.endTime = endTime @@ -2068,8 +2007,7 @@ public struct ListContactsOutput: Swift.Sendable { public init( contactList: [GroundStationClientTypes.ContactData]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactList = contactList self.nextToken = nextToken } @@ -2102,8 +2040,7 @@ public struct ReserveContactInput: Swift.Sendable { satelliteArn: Swift.String? = nil, startTime: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.endTime = endTime self.groundStation = groundStation self.missionProfileArn = missionProfileArn @@ -2120,8 +2057,7 @@ public struct ReserveContactOutput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -2143,8 +2079,7 @@ public struct CreateDataflowEndpointGroupInput: Swift.Sendable { contactPrePassDurationSeconds: Swift.Int? = nil, endpointDetails: [GroundStationClientTypes.EndpointDetails]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contactPostPassDurationSeconds = contactPostPassDurationSeconds self.contactPrePassDurationSeconds = contactPrePassDurationSeconds self.endpointDetails = endpointDetails @@ -2159,8 +2094,7 @@ public struct CreateDataflowEndpointGroupOutput: Swift.Sendable { public init( dataflowEndpointGroupId: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupId = dataflowEndpointGroupId } } @@ -2180,8 +2114,7 @@ extension GroundStationClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.version = version @@ -2201,8 +2134,7 @@ extension GroundStationClientTypes { public init( oemData: Swift.String? = nil, s3Object: GroundStationClientTypes.S3Object? = nil - ) - { + ) { self.oemData = oemData self.s3Object = s3Object } @@ -2223,8 +2155,7 @@ extension GroundStationClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -2249,8 +2180,7 @@ extension GroundStationClientTypes { tleLine1: Swift.String? = nil, tleLine2: Swift.String? = nil, validTimeRange: GroundStationClientTypes.TimeRange? = nil - ) - { + ) { self.tleLine1 = tleLine1 self.tleLine2 = tleLine2 self.validTimeRange = validTimeRange @@ -2270,8 +2200,7 @@ extension GroundStationClientTypes { public init( s3Object: GroundStationClientTypes.S3Object? = nil, tleData: [GroundStationClientTypes.TLEData]? = nil - ) - { + ) { self.s3Object = s3Object self.tleData = tleData } @@ -2319,8 +2248,7 @@ public struct CreateEphemerisInput: Swift.Sendable { priority: Swift.Int? = nil, satelliteId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.enabled = enabled self.ephemeris = ephemeris self.expirationTime = expirationTime @@ -2338,8 +2266,7 @@ public struct CreateEphemerisOutput: Swift.Sendable { public init( ephemerisId: Swift.String? = nil - ) - { + ) { self.ephemerisId = ephemerisId } } @@ -2393,8 +2320,7 @@ public struct CreateMissionProfileInput: Swift.Sendable { streamsKmsRole: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, trackingConfigArn: Swift.String? = nil - ) - { + ) { self.contactPostPassDurationSeconds = contactPostPassDurationSeconds self.contactPrePassDurationSeconds = contactPrePassDurationSeconds self.dataflowEdges = dataflowEdges @@ -2414,8 +2340,7 @@ public struct CreateMissionProfileOutput: Swift.Sendable { public init( missionProfileId: Swift.String? = nil - ) - { + ) { self.missionProfileId = missionProfileId } } @@ -2428,8 +2353,7 @@ public struct DeleteDataflowEndpointGroupInput: Swift.Sendable { public init( dataflowEndpointGroupId: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupId = dataflowEndpointGroupId } } @@ -2441,8 +2365,7 @@ public struct DeleteDataflowEndpointGroupOutput: Swift.Sendable { public init( dataflowEndpointGroupId: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupId = dataflowEndpointGroupId } } @@ -2455,8 +2378,7 @@ public struct GetDataflowEndpointGroupInput: Swift.Sendable { public init( dataflowEndpointGroupId: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupId = dataflowEndpointGroupId } } @@ -2483,8 +2405,7 @@ public struct GetDataflowEndpointGroupOutput: Swift.Sendable { dataflowEndpointGroupId: Swift.String? = nil, endpointsDetails: [GroundStationClientTypes.EndpointDetails]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contactPostPassDurationSeconds = contactPostPassDurationSeconds self.contactPrePassDurationSeconds = contactPrePassDurationSeconds self.dataflowEndpointGroupArn = dataflowEndpointGroupArn @@ -2504,8 +2425,7 @@ public struct ListDataflowEndpointGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2523,8 +2443,7 @@ extension GroundStationClientTypes { public init( dataflowEndpointGroupArn: Swift.String? = nil, dataflowEndpointGroupId: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupArn = dataflowEndpointGroupArn self.dataflowEndpointGroupId = dataflowEndpointGroupId } @@ -2541,8 +2460,7 @@ public struct ListDataflowEndpointGroupsOutput: Swift.Sendable { public init( dataflowEndpointGroupList: [GroundStationClientTypes.DataflowEndpointListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataflowEndpointGroupList = dataflowEndpointGroupList self.nextToken = nextToken } @@ -2555,8 +2473,7 @@ public struct DeleteEphemerisInput: Swift.Sendable { public init( ephemerisId: Swift.String? = nil - ) - { + ) { self.ephemerisId = ephemerisId } } @@ -2567,8 +2484,7 @@ public struct DeleteEphemerisOutput: Swift.Sendable { public init( ephemerisId: Swift.String? = nil - ) - { + ) { self.ephemerisId = ephemerisId } } @@ -2581,8 +2497,7 @@ public struct DeleteMissionProfileInput: Swift.Sendable { public init( missionProfileId: Swift.String? = nil - ) - { + ) { self.missionProfileId = missionProfileId } } @@ -2594,8 +2509,7 @@ public struct DeleteMissionProfileOutput: Swift.Sendable { public init( missionProfileId: Swift.String? = nil - ) - { + ) { self.missionProfileId = missionProfileId } } @@ -2607,8 +2521,7 @@ public struct DescribeEphemerisInput: Swift.Sendable { public init( ephemerisId: Swift.String? = nil - ) - { + ) { self.ephemerisId = ephemerisId } } @@ -2709,8 +2622,7 @@ extension GroundStationClientTypes { public init( ephemerisData: Swift.String? = nil, sourceS3Object: GroundStationClientTypes.S3Object? = nil - ) - { + ) { self.ephemerisData = ephemerisData self.sourceS3Object = sourceS3Object } @@ -2762,8 +2674,7 @@ public struct DescribeEphemerisOutput: Swift.Sendable { status: GroundStationClientTypes.EphemerisStatus? = nil, suppliedData: GroundStationClientTypes.EphemerisTypeDescription? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.creationTime = creationTime self.enabled = enabled self.ephemerisId = ephemerisId @@ -2804,8 +2715,7 @@ extension GroundStationClientTypes { priority: Swift.Int? = nil, sourceS3Object: GroundStationClientTypes.S3Object? = nil, status: GroundStationClientTypes.EphemerisStatus? = nil - ) - { + ) { self.creationTime = creationTime self.enabled = enabled self.ephemerisId = ephemerisId @@ -2841,8 +2751,7 @@ public struct ListEphemeridesInput: Swift.Sendable { satelliteId: Swift.String? = nil, startTime: Foundation.Date? = nil, statusList: [GroundStationClientTypes.EphemerisStatus]? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -2861,8 +2770,7 @@ public struct ListEphemeridesOutput: Swift.Sendable { public init( ephemerides: [GroundStationClientTypes.EphemerisItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ephemerides = ephemerides self.nextToken = nextToken } @@ -2885,8 +2793,7 @@ public struct UpdateEphemerisInput: Swift.Sendable { ephemerisId: Swift.String? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.ephemerisId = ephemerisId self.name = name @@ -2900,8 +2807,7 @@ public struct UpdateEphemerisOutput: Swift.Sendable { public init( ephemerisId: Swift.String? = nil - ) - { + ) { self.ephemerisId = ephemerisId } } @@ -2954,8 +2860,7 @@ extension GroundStationClientTypes { epoch: Foundation.Date? = nil, name: Swift.String? = nil, source: GroundStationClientTypes.EphemerisSource? = nil - ) - { + ) { self.ephemerisId = ephemerisId self.epoch = epoch self.name = name @@ -2976,8 +2881,7 @@ public struct GetMinuteUsageInput: Swift.Sendable { public init( month: Swift.Int? = nil, year: Swift.Int? = nil - ) - { + ) { self.month = month self.year = year } @@ -3002,8 +2906,7 @@ public struct GetMinuteUsageOutput: Swift.Sendable { totalReservedMinuteAllocation: Swift.Int? = nil, totalScheduledMinutes: Swift.Int? = nil, upcomingMinutesScheduled: Swift.Int? = nil - ) - { + ) { self.estimatedMinutesRemaining = estimatedMinutesRemaining self.isReservedMinutesCustomer = isReservedMinutesCustomer self.totalReservedMinuteAllocation = totalReservedMinuteAllocation @@ -3020,8 +2923,7 @@ public struct GetMissionProfileInput: Swift.Sendable { public init( missionProfileId: Swift.String? = nil - ) - { + ) { self.missionProfileId = missionProfileId } } @@ -3066,8 +2968,7 @@ public struct GetMissionProfileOutput: Swift.Sendable { streamsKmsRole: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, trackingConfigArn: Swift.String? = nil - ) - { + ) { self.contactPostPassDurationSeconds = contactPostPassDurationSeconds self.contactPrePassDurationSeconds = contactPrePassDurationSeconds self.dataflowEdges = dataflowEdges @@ -3091,8 +2992,7 @@ public struct GetSatelliteInput: Swift.Sendable { public init( satelliteId: Swift.String? = nil - ) - { + ) { self.satelliteId = satelliteId } } @@ -3116,8 +3016,7 @@ public struct GetSatelliteOutput: Swift.Sendable { noradSatelliteID: Swift.Int = 0, satelliteArn: Swift.String? = nil, satelliteId: Swift.String? = nil - ) - { + ) { self.currentEphemeris = currentEphemeris self.groundStations = groundStations self.noradSatelliteID = noradSatelliteID @@ -3139,8 +3038,7 @@ public struct ListGroundStationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, satelliteId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.satelliteId = satelliteId @@ -3162,8 +3060,7 @@ extension GroundStationClientTypes { groundStationId: Swift.String? = nil, groundStationName: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.groundStationId = groundStationId self.groundStationName = groundStationName self.region = region @@ -3181,8 +3078,7 @@ public struct ListGroundStationsOutput: Swift.Sendable { public init( groundStationList: [GroundStationClientTypes.GroundStationData]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groundStationList = groundStationList self.nextToken = nextToken } @@ -3196,8 +3092,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3209,8 +3104,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3225,8 +3119,7 @@ public struct ListMissionProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3250,8 +3143,7 @@ extension GroundStationClientTypes { missionProfileId: Swift.String? = nil, name: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.missionProfileArn = missionProfileArn self.missionProfileId = missionProfileId self.name = name @@ -3270,8 +3162,7 @@ public struct ListMissionProfilesOutput: Swift.Sendable { public init( missionProfileList: [GroundStationClientTypes.MissionProfileListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.missionProfileList = missionProfileList self.nextToken = nextToken } @@ -3309,8 +3200,7 @@ public struct UpdateMissionProfileInput: Swift.Sendable { streamsKmsKey: GroundStationClientTypes.KmsKey? = nil, streamsKmsRole: Swift.String? = nil, trackingConfigArn: Swift.String? = nil - ) - { + ) { self.contactPostPassDurationSeconds = contactPostPassDurationSeconds self.contactPrePassDurationSeconds = contactPrePassDurationSeconds self.dataflowEdges = dataflowEdges @@ -3330,8 +3220,7 @@ public struct UpdateMissionProfileOutput: Swift.Sendable { public init( missionProfileId: Swift.String? = nil - ) - { + ) { self.missionProfileId = missionProfileId } } @@ -3346,8 +3235,7 @@ public struct ListSatellitesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3374,8 +3262,7 @@ extension GroundStationClientTypes { noradSatelliteID: Swift.Int = 0, satelliteArn: Swift.String? = nil, satelliteId: Swift.String? = nil - ) - { + ) { self.currentEphemeris = currentEphemeris self.groundStations = groundStations self.noradSatelliteID = noradSatelliteID @@ -3395,8 +3282,7 @@ public struct ListSatellitesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, satellites: [GroundStationClientTypes.SatelliteListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.satellites = satellites } @@ -3414,8 +3300,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3439,8 +3324,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSGuardDuty/Package.swift.txt b/Sources/Services/AWSGuardDuty/Package.swift.txt index 2729f178f80..ece918c5e97 100644 --- a/Sources/Services/AWSGuardDuty/Package.swift.txt +++ b/Sources/Services/AWSGuardDuty/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/GuardDutyClient.swift b/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/GuardDutyClient.swift index a09f95fccb3..e6fcfdcf9a1 100644 --- a/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/GuardDutyClient.swift +++ b/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/GuardDutyClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class GuardDutyClient: ClientRuntime.Client { public static let clientName = "GuardDutyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: GuardDutyClient.GuardDutyClientConfiguration let serviceName = "GuardDuty" diff --git a/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/Models.swift b/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/Models.swift index e0f2912738a..2559f01a6eb 100644 --- a/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/Models.swift +++ b/Sources/Services/AWSGuardDuty/Sources/AWSGuardDuty/Models.swift @@ -69,8 +69,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -98,8 +97,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -120,8 +118,7 @@ public struct AcceptAdministratorInvitationInput: Swift.Sendable { administratorId: Swift.String? = nil, detectorId: Swift.String? = nil, invitationId: Swift.String? = nil - ) - { + ) { self.administratorId = administratorId self.detectorId = detectorId self.invitationId = invitationId @@ -149,8 +146,7 @@ public struct AcceptInvitationInput: Swift.Sendable { detectorId: Swift.String? = nil, invitationId: Swift.String? = nil, masterId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.invitationId = invitationId self.masterId = masterId @@ -175,8 +171,7 @@ extension GuardDutyClientTypes { public init( allowsPublicReadAccess: Swift.Bool? = nil, allowsPublicWriteAccess: Swift.Bool? = nil - ) - { + ) { self.allowsPublicReadAccess = allowsPublicReadAccess self.allowsPublicWriteAccess = allowsPublicWriteAccess } @@ -205,8 +200,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -227,8 +221,7 @@ extension GuardDutyClientTypes { principalId: Swift.String? = nil, userName: Swift.String? = nil, userType: Swift.String? = nil - ) - { + ) { self.principalId = principalId self.userName = userName self.userType = userType @@ -254,8 +247,7 @@ extension GuardDutyClientTypes { principalId: Swift.String? = nil, userName: Swift.String? = nil, userType: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.principalId = principalId self.userName = userName @@ -277,8 +269,7 @@ extension GuardDutyClientTypes { public init( name: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.name = name self.uid = uid } @@ -299,8 +290,7 @@ extension GuardDutyClientTypes { public init( accountId: Swift.String? = nil, email: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.email = email } @@ -321,8 +311,7 @@ extension GuardDutyClientTypes { public init( freeTrialDaysRemaining: Swift.Int? = nil - ) - { + ) { self.freeTrialDaysRemaining = freeTrialDaysRemaining } } @@ -337,8 +326,7 @@ extension GuardDutyClientTypes { public init( auditLogs: GuardDutyClientTypes.DataSourceFreeTrial? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -353,8 +341,7 @@ extension GuardDutyClientTypes { public init( scanEc2InstanceWithFindings: GuardDutyClientTypes.DataSourceFreeTrial? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings } } @@ -384,8 +371,7 @@ extension GuardDutyClientTypes { kubernetes: GuardDutyClientTypes.KubernetesDataSourceFreeTrial? = nil, malwareProtection: GuardDutyClientTypes.MalwareProtectionDataSourceFreeTrial? = nil, s3Logs: GuardDutyClientTypes.DataSourceFreeTrial? = nil - ) - { + ) { self.cloudTrail = cloudTrail self.dnsLogs = dnsLogs self.flowLogs = flowLogs @@ -464,8 +450,7 @@ extension GuardDutyClientTypes { public init( freeTrialDaysRemaining: Swift.Int? = nil, name: GuardDutyClientTypes.FreeTrialFeatureResult? = nil - ) - { + ) { self.freeTrialDaysRemaining = freeTrialDaysRemaining self.name = name } @@ -488,8 +473,7 @@ extension GuardDutyClientTypes { accountId: Swift.String? = nil, dataSources: GuardDutyClientTypes.DataSourcesFreeTrial? = nil, features: [GuardDutyClientTypes.FreeTrialFeatureConfigurationResult]? = nil - ) - { + ) { self.accountId = accountId self.dataSources = dataSources self.features = features @@ -515,8 +499,7 @@ extension GuardDutyClientTypes { blockPublicPolicy: Swift.Bool? = nil, ignorePublicAcls: Swift.Bool? = nil, restrictPublicBuckets: Swift.Bool? = nil - ) - { + ) { self.blockPublicAcls = blockPublicAcls self.blockPublicPolicy = blockPublicPolicy self.ignorePublicAcls = ignorePublicAcls @@ -534,8 +517,7 @@ extension GuardDutyClientTypes { public init( blockPublicAccess: GuardDutyClientTypes.BlockPublicAccess? = nil - ) - { + ) { self.blockPublicAccess = blockPublicAccess } } @@ -556,8 +538,7 @@ extension GuardDutyClientTypes { accountId: Swift.String? = nil, lastGeneratedAt: Foundation.Date? = nil, totalFindings: Swift.Int? = nil - ) - { + ) { self.accountId = accountId self.lastGeneratedAt = lastGeneratedAt self.totalFindings = totalFindings @@ -574,8 +555,7 @@ extension GuardDutyClientTypes { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -593,8 +573,7 @@ extension GuardDutyClientTypes { public init( accountId: Swift.String? = nil, affiliated: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.affiliated = affiliated } @@ -610,8 +589,7 @@ extension GuardDutyClientTypes { public init( cityName: Swift.String? = nil - ) - { + ) { self.cityName = cityName } } @@ -629,8 +607,7 @@ extension GuardDutyClientTypes { public init( countryCode: Swift.String? = nil, countryName: Swift.String? = nil - ) - { + ) { self.countryCode = countryCode self.countryName = countryName } @@ -649,8 +626,7 @@ extension GuardDutyClientTypes { public init( lat: Swift.Double? = nil, lon: Swift.Double? = nil - ) - { + ) { self.lat = lat self.lon = lon } @@ -675,8 +651,7 @@ extension GuardDutyClientTypes { asnOrg: Swift.String? = nil, isp: Swift.String? = nil, org: Swift.String? = nil - ) - { + ) { self.asn = asn self.asnOrg = asnOrg self.isp = isp @@ -709,8 +684,7 @@ extension GuardDutyClientTypes { ipAddressV4: Swift.String? = nil, ipAddressV6: Swift.String? = nil, organization: GuardDutyClientTypes.Organization? = nil - ) - { + ) { self.city = city self.country = country self.geoLocation = geoLocation @@ -759,8 +733,7 @@ extension GuardDutyClientTypes { remoteIpDetails: GuardDutyClientTypes.RemoteIpDetails? = nil, serviceName: Swift.String? = nil, userAgent: Swift.String? = nil - ) - { + ) { self.affectedResources = affectedResources self.api = api self.callerType = callerType @@ -792,8 +765,7 @@ extension GuardDutyClientTypes { domain: Swift.String? = nil, domainWithSuffix: Swift.String? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.blocked = blocked self.domain = domain self.domainWithSuffix = domainWithSuffix @@ -841,8 +813,7 @@ extension GuardDutyClientTypes { subresource: Swift.String? = nil, userAgent: Swift.String? = nil, verb: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.parameters = parameters self.remoteIpDetails = remoteIpDetails @@ -876,8 +847,7 @@ extension GuardDutyClientTypes { namespace: Swift.String? = nil, resource: Swift.String? = nil, verb: Swift.String? = nil - ) - { + ) { self.allowed = allowed self.namespace = namespace self.resource = resource @@ -907,8 +877,7 @@ extension GuardDutyClientTypes { roleRefKind: Swift.String? = nil, roleRefName: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.kind = kind self.name = name self.roleRefKind = roleRefKind @@ -933,8 +902,7 @@ extension GuardDutyClientTypes { kind: Swift.String? = nil, name: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.kind = kind self.name = name self.uid = uid @@ -954,8 +922,7 @@ extension GuardDutyClientTypes { public init( ipAddressV4: Swift.String? = nil, ipAddressV6: Swift.String? = nil - ) - { + ) { self.ipAddressV4 = ipAddressV4 self.ipAddressV6 = ipAddressV6 } @@ -979,8 +946,7 @@ extension GuardDutyClientTypes { public init( port: Swift.Int? = nil, portName: Swift.String? = nil - ) - { + ) { self.port = port self.portName = portName } @@ -999,8 +965,7 @@ extension GuardDutyClientTypes { public init( port: Swift.Int? = nil, portName: Swift.String? = nil - ) - { + ) { self.port = port self.portName = portName } @@ -1037,8 +1002,7 @@ extension GuardDutyClientTypes { `protocol`: Swift.String? = nil, remoteIpDetails: GuardDutyClientTypes.RemoteIpDetails? = nil, remotePortDetails: GuardDutyClientTypes.RemotePortDetails? = nil - ) - { + ) { self.blocked = blocked self.connectionDirection = connectionDirection self.localIpDetails = localIpDetails @@ -1066,8 +1030,7 @@ extension GuardDutyClientTypes { localIpDetails: GuardDutyClientTypes.LocalIpDetails? = nil, localPortDetails: GuardDutyClientTypes.LocalPortDetails? = nil, remoteIpDetails: GuardDutyClientTypes.RemoteIpDetails? = nil - ) - { + ) { self.localIpDetails = localIpDetails self.localPortDetails = localPortDetails self.remoteIpDetails = remoteIpDetails @@ -1087,8 +1050,7 @@ extension GuardDutyClientTypes { public init( blocked: Swift.Bool? = nil, portProbeDetails: [GuardDutyClientTypes.PortProbeDetail]? = nil - ) - { + ) { self.blocked = blocked self.portProbeDetails = portProbeDetails } @@ -1113,8 +1075,7 @@ extension GuardDutyClientTypes { failedLoginAttempts: Swift.Int? = nil, successfulLoginAttempts: Swift.Int? = nil, user: Swift.String? = nil - ) - { + ) { self.application = application self.failedLoginAttempts = failedLoginAttempts self.successfulLoginAttempts = successfulLoginAttempts @@ -1135,8 +1096,7 @@ extension GuardDutyClientTypes { public init( loginAttributes: [GuardDutyClientTypes.LoginAttribute]? = nil, remoteIpDetails: GuardDutyClientTypes.RemoteIpDetails? = nil - ) - { + ) { self.loginAttributes = loginAttributes self.remoteIpDetails = remoteIpDetails } @@ -1179,8 +1139,7 @@ extension GuardDutyClientTypes { networkConnectionAction: GuardDutyClientTypes.NetworkConnectionAction? = nil, portProbeAction: GuardDutyClientTypes.PortProbeAction? = nil, rdsLoginAttemptAction: GuardDutyClientTypes.RdsLoginAttemptAction? = nil - ) - { + ) { self.actionType = actionType self.awsApiCallAction = awsApiCallAction self.dnsRequestAction = dnsRequestAction @@ -1242,8 +1201,7 @@ extension GuardDutyClientTypes { issuer: Swift.String? = nil, mfaStatus: GuardDutyClientTypes.MfaStatus? = nil, uid: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.issuer = issuer self.mfaStatus = mfaStatus @@ -1276,8 +1234,7 @@ extension GuardDutyClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.account = account self.credentialUid = credentialUid self.name = name @@ -1303,8 +1260,7 @@ extension GuardDutyClientTypes { id: Swift.String? = nil, session: GuardDutyClientTypes.Session? = nil, user: GuardDutyClientTypes.User? = nil - ) - { + ) { self.id = id self.session = session self.user = user @@ -1324,8 +1280,7 @@ extension GuardDutyClientTypes { public init( addonStatus: Swift.String? = nil, addonVersion: Swift.String? = nil - ) - { + ) { self.addonStatus = addonStatus self.addonVersion = addonVersion } @@ -1373,8 +1328,7 @@ extension GuardDutyClientTypes { public init( adminAccountId: Swift.String? = nil, adminStatus: GuardDutyClientTypes.AdminStatus? = nil - ) - { + ) { self.adminAccountId = adminAccountId self.adminStatus = adminStatus } @@ -1399,8 +1353,7 @@ extension GuardDutyClientTypes { invitationId: Swift.String? = nil, invitedAt: Swift.String? = nil, relationshipStatus: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.invitationId = invitationId self.invitedAt = invitedAt @@ -1418,8 +1371,7 @@ extension GuardDutyClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -1434,8 +1386,7 @@ extension GuardDutyClientTypes { public init( text: [Swift.String]? = nil - ) - { + ) { self.text = text } } @@ -1517,8 +1468,7 @@ extension GuardDutyClientTypes { observations: GuardDutyClientTypes.Observations? = nil, profileSubtype: GuardDutyClientTypes.ProfileSubtype? = nil, profileType: GuardDutyClientTypes.ProfileType? = nil - ) - { + ) { self.observations = observations self.profileSubtype = profileSubtype self.profileType = profileType @@ -1535,8 +1485,7 @@ extension GuardDutyClientTypes { public init( behavior: [Swift.String: [Swift.String: GuardDutyClientTypes.AnomalyObject]]? = nil - ) - { + ) { self.behavior = behavior } } @@ -1554,8 +1503,7 @@ extension GuardDutyClientTypes { public init( profiles: [Swift.String: [Swift.String: [GuardDutyClientTypes.AnomalyObject]]]? = nil, unusual: GuardDutyClientTypes.AnomalyUnusual? = nil - ) - { + ) { self.profiles = profiles self.unusual = unusual } @@ -1573,8 +1521,7 @@ public struct ArchiveFindingsInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, findingIds: [Swift.String]? = nil - ) - { + ) { self.detectorId = detectorId self.findingIds = findingIds } @@ -1631,8 +1578,7 @@ extension GuardDutyClientTypes { public init( name: Swift.String? = nil, number: Swift.Int? = nil - ) - { + ) { self.name = name self.number = number } @@ -1651,8 +1597,7 @@ extension GuardDutyClientTypes { public init( allowsPublicReadAccess: Swift.Bool? = nil, allowsPublicWriteAccess: Swift.Bool? = nil - ) - { + ) { self.allowsPublicReadAccess = allowsPublicReadAccess self.allowsPublicWriteAccess = allowsPublicWriteAccess } @@ -1674,8 +1619,7 @@ extension GuardDutyClientTypes { accessControlList: GuardDutyClientTypes.AccessControlList? = nil, blockPublicAccess: GuardDutyClientTypes.BlockPublicAccess? = nil, bucketPolicy: GuardDutyClientTypes.BucketPolicy? = nil - ) - { + ) { self.accessControlList = accessControlList self.blockPublicAccess = blockPublicAccess self.bucketPolicy = bucketPolicy @@ -1722,8 +1666,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.status = status } } @@ -1777,8 +1720,7 @@ extension GuardDutyClientTypes { lte: Swift.Int? = nil, neq: [Swift.String]? = nil, notEquals: [Swift.String]? = nil - ) - { + ) { self.eq = eq self.equals = equals self.greaterThan = greaterThan @@ -1817,8 +1759,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -1836,8 +1777,7 @@ extension GuardDutyClientTypes { public init( allowPrivilegeEscalation: Swift.Bool? = nil, privileged: Swift.Bool? = nil - ) - { + ) { self.allowPrivilegeEscalation = allowPrivilegeEscalation self.privileged = privileged } @@ -1856,8 +1796,7 @@ extension GuardDutyClientTypes { public init( mountPath: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.mountPath = mountPath self.name = name } @@ -1891,8 +1830,7 @@ extension GuardDutyClientTypes { name: Swift.String? = nil, securityContext: GuardDutyClientTypes.SecurityContext? = nil, volumeMounts: [GuardDutyClientTypes.VolumeMount]? = nil - ) - { + ) { self.containerRuntime = containerRuntime self.id = id self.image = image @@ -1916,8 +1854,7 @@ extension GuardDutyClientTypes { public init( compatibleContainerInstances: Swift.Int? = nil, coveredContainerInstances: Swift.Int? = nil - ) - { + ) { self.compatibleContainerInstances = compatibleContainerInstances self.coveredContainerInstances = coveredContainerInstances } @@ -2045,8 +1982,7 @@ extension GuardDutyClientTypes { instanceId: Swift.String? = nil, instanceType: Swift.String? = nil, managementType: GuardDutyClientTypes.ManagementType? = nil - ) - { + ) { self.agentDetails = agentDetails self.clusterArn = clusterArn self.instanceId = instanceId @@ -2075,8 +2011,7 @@ extension GuardDutyClientTypes { public init( issues: [Swift.String]? = nil, managementType: GuardDutyClientTypes.ManagementType? = nil - ) - { + ) { self.issues = issues self.managementType = managementType } @@ -2098,8 +2033,7 @@ extension GuardDutyClientTypes { clusterName: Swift.String? = nil, containerInstanceDetails: GuardDutyClientTypes.ContainerInstanceDetails? = nil, fargateDetails: GuardDutyClientTypes.FargateDetails? = nil - ) - { + ) { self.clusterName = clusterName self.containerInstanceDetails = containerInstanceDetails self.fargateDetails = fargateDetails @@ -2128,8 +2062,7 @@ extension GuardDutyClientTypes { compatibleNodes: Swift.Int? = nil, coveredNodes: Swift.Int? = nil, managementType: GuardDutyClientTypes.ManagementType? = nil - ) - { + ) { self.addonDetails = addonDetails self.clusterName = clusterName self.compatibleNodes = compatibleNodes @@ -2151,8 +2084,7 @@ extension GuardDutyClientTypes { public init( equals: [Swift.String]? = nil, notEquals: [Swift.String]? = nil - ) - { + ) { self.equals = equals self.notEquals = notEquals } @@ -2227,8 +2159,7 @@ extension GuardDutyClientTypes { public init( criterionKey: GuardDutyClientTypes.CoverageFilterCriterionKey? = nil, filterCondition: GuardDutyClientTypes.CoverageFilterCondition? = nil - ) - { + ) { self.criterionKey = criterionKey self.filterCondition = filterCondition } @@ -2244,8 +2175,7 @@ extension GuardDutyClientTypes { public init( filterCriterion: [GuardDutyClientTypes.CoverageFilterCriterion]? = nil - ) - { + ) { self.filterCriterion = filterCriterion } } @@ -2269,8 +2199,7 @@ extension GuardDutyClientTypes { ecsClusterDetails: GuardDutyClientTypes.CoverageEcsClusterDetails? = nil, eksClusterDetails: GuardDutyClientTypes.CoverageEksClusterDetails? = nil, resourceType: GuardDutyClientTypes.ResourceType? = nil - ) - { + ) { self.ec2InstanceDetails = ec2InstanceDetails self.ecsClusterDetails = ecsClusterDetails self.eksClusterDetails = eksClusterDetails @@ -2306,8 +2235,7 @@ extension GuardDutyClientTypes { resourceDetails: GuardDutyClientTypes.CoverageResourceDetails? = nil, resourceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.coverageStatus = coverageStatus self.detectorId = detectorId @@ -2410,8 +2338,7 @@ extension GuardDutyClientTypes { public init( attributeName: GuardDutyClientTypes.CoverageSortKey? = nil, orderBy: GuardDutyClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -2430,8 +2357,7 @@ extension GuardDutyClientTypes { public init( countByCoverageStatus: [Swift.String: Swift.Int]? = nil, countByResourceType: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.countByCoverageStatus = countByCoverageStatus self.countByResourceType = countByResourceType } @@ -2477,8 +2403,7 @@ extension GuardDutyClientTypes { public init( enable: Swift.Bool? = nil - ) - { + ) { self.enable = enable } } @@ -2494,8 +2419,7 @@ extension GuardDutyClientTypes { public init( auditLogs: GuardDutyClientTypes.KubernetesAuditLogsConfiguration? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -2510,8 +2434,7 @@ extension GuardDutyClientTypes { public init( ebsVolumes: Swift.Bool? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes } } @@ -2526,8 +2449,7 @@ extension GuardDutyClientTypes { public init( scanEc2InstanceWithFindings: GuardDutyClientTypes.ScanEc2InstanceWithFindings? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings } } @@ -2543,8 +2465,7 @@ extension GuardDutyClientTypes { public init( enable: Swift.Bool? = nil - ) - { + ) { self.enable = enable } } @@ -2565,8 +2486,7 @@ extension GuardDutyClientTypes { kubernetes: GuardDutyClientTypes.KubernetesConfiguration? = nil, malwareProtection: GuardDutyClientTypes.MalwareProtectionConfiguration? = nil, s3Logs: GuardDutyClientTypes.S3LogsConfiguration? = nil - ) - { + ) { self.kubernetes = kubernetes self.malwareProtection = malwareProtection self.s3Logs = s3Logs @@ -2647,8 +2567,7 @@ extension GuardDutyClientTypes { public init( name: GuardDutyClientTypes.FeatureAdditionalConfiguration? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -2714,8 +2633,7 @@ extension GuardDutyClientTypes { additionalConfiguration: [GuardDutyClientTypes.DetectorAdditionalConfiguration]? = nil, name: GuardDutyClientTypes.DetectorFeature? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.name = name self.status = status @@ -2778,8 +2696,7 @@ public struct CreateDetectorInput: Swift.Sendable { features: [GuardDutyClientTypes.DetectorFeatureConfiguration]? = nil, findingPublishingFrequency: GuardDutyClientTypes.FindingPublishingFrequency? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.dataSources = dataSources self.enable = enable @@ -2801,8 +2718,7 @@ extension GuardDutyClientTypes { public init( reason: Swift.String? = nil, status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -2818,8 +2734,7 @@ extension GuardDutyClientTypes { public init( ebsVolumes: GuardDutyClientTypes.EbsVolumesResult? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes } } @@ -2837,8 +2752,7 @@ extension GuardDutyClientTypes { public init( scanEc2InstanceWithFindings: GuardDutyClientTypes.ScanEc2InstanceWithFindingsResult? = nil, serviceRole: Swift.String? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings self.serviceRole = serviceRole } @@ -2854,8 +2768,7 @@ extension GuardDutyClientTypes { public init( malwareProtection: GuardDutyClientTypes.MalwareProtectionConfigurationResult? = nil - ) - { + ) { self.malwareProtection = malwareProtection } } @@ -2870,8 +2783,7 @@ public struct CreateDetectorOutput: Swift.Sendable { public init( detectorId: Swift.String? = nil, unprocessedDataSources: GuardDutyClientTypes.UnprocessedDataSourcesResult? = nil - ) - { + ) { self.detectorId = detectorId self.unprocessedDataSources = unprocessedDataSources } @@ -2915,8 +2827,7 @@ extension GuardDutyClientTypes { public init( criterion: [Swift.String: GuardDutyClientTypes.Condition]? = nil - ) - { + ) { self.criterion = criterion } } @@ -3153,8 +3064,7 @@ public struct CreateFilterInput: Swift.Sendable { name: Swift.String? = nil, rank: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.description = description @@ -3173,8 +3083,7 @@ public struct CreateFilterOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3249,8 +3158,7 @@ public struct CreateIPSetInput: Swift.Sendable { location: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activate = activate self.clientToken = clientToken self.detectorId = detectorId @@ -3268,8 +3176,7 @@ public struct CreateIPSetOutput: Swift.Sendable { public init( ipSetId: Swift.String? = nil - ) - { + ) { self.ipSetId = ipSetId } } @@ -3312,8 +3219,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.MalwareProtectionPlanTaggingActionStatus? = nil - ) - { + ) { self.status = status } } @@ -3328,8 +3234,7 @@ extension GuardDutyClientTypes { public init( tagging: GuardDutyClientTypes.MalwareProtectionPlanTaggingAction? = nil - ) - { + ) { self.tagging = tagging } } @@ -3347,8 +3252,7 @@ extension GuardDutyClientTypes { public init( bucketName: Swift.String? = nil, objectPrefixes: [Swift.String]? = nil - ) - { + ) { self.bucketName = bucketName self.objectPrefixes = objectPrefixes } @@ -3364,8 +3268,7 @@ extension GuardDutyClientTypes { public init( s3Bucket: GuardDutyClientTypes.CreateS3BucketResource? = nil - ) - { + ) { self.s3Bucket = s3Bucket } } @@ -3391,8 +3294,7 @@ public struct CreateMalwareProtectionPlanInput: Swift.Sendable { protectedResource: GuardDutyClientTypes.CreateProtectedResource? = nil, role: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.clientToken = clientToken self.protectedResource = protectedResource @@ -3407,8 +3309,7 @@ public struct CreateMalwareProtectionPlanOutput: Swift.Sendable { public init( malwareProtectionPlanId: Swift.String? = nil - ) - { + ) { self.malwareProtectionPlanId = malwareProtectionPlanId } } @@ -3424,8 +3325,7 @@ public struct CreateMembersInput: Swift.Sendable { public init( accountDetails: [GuardDutyClientTypes.AccountDetail]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountDetails = accountDetails self.detectorId = detectorId } @@ -3445,8 +3345,7 @@ extension GuardDutyClientTypes { public init( accountId: Swift.String? = nil, result: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.result = result } @@ -3460,8 +3359,7 @@ public struct CreateMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -3478,8 +3376,7 @@ extension GuardDutyClientTypes { public init( destinationArn: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.kmsKeyArn = kmsKeyArn } @@ -3530,8 +3427,7 @@ public struct CreatePublishingDestinationInput: Swift.Sendable { destinationProperties: GuardDutyClientTypes.DestinationProperties? = nil, destinationType: GuardDutyClientTypes.DestinationType? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.destinationProperties = destinationProperties self.destinationType = destinationType @@ -3546,8 +3442,7 @@ public struct CreatePublishingDestinationOutput: Swift.Sendable { public init( destinationId: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId } } @@ -3562,8 +3457,7 @@ public struct CreateSampleFindingsInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, findingTypes: [Swift.String]? = nil - ) - { + ) { self.detectorId = detectorId self.findingTypes = findingTypes } @@ -3644,8 +3538,7 @@ public struct CreateThreatIntelSetInput: Swift.Sendable { location: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activate = activate self.clientToken = clientToken self.detectorId = detectorId @@ -3663,8 +3556,7 @@ public struct CreateThreatIntelSetOutput: Swift.Sendable { public init( threatIntelSetId: Swift.String? = nil - ) - { + ) { self.threatIntelSetId = threatIntelSetId } } @@ -3764,8 +3656,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.status = status } } @@ -3781,8 +3672,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.status = status } } @@ -3798,8 +3688,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.status = status } } @@ -3815,8 +3704,7 @@ extension GuardDutyClientTypes { public init( auditLogs: GuardDutyClientTypes.KubernetesAuditLogsConfigurationResult? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -3832,8 +3720,7 @@ extension GuardDutyClientTypes { public init( status: GuardDutyClientTypes.DataSourceStatus? = nil - ) - { + ) { self.status = status } } @@ -3867,8 +3754,7 @@ extension GuardDutyClientTypes { kubernetes: GuardDutyClientTypes.KubernetesConfigurationResult? = nil, malwareProtection: GuardDutyClientTypes.MalwareProtectionConfigurationResult? = nil, s3Logs: GuardDutyClientTypes.S3LogsConfigurationResult? = nil - ) - { + ) { self.cloudTrail = cloudTrail self.dnsLogs = dnsLogs self.flowLogs = flowLogs @@ -3897,8 +3783,7 @@ extension GuardDutyClientTypes { lastGeneratedAt: Foundation.Date? = nil, severity: Swift.Double? = nil, totalFindings: Swift.Int? = nil - ) - { + ) { self.date = date self.lastGeneratedAt = lastGeneratedAt self.severity = severity @@ -3914,8 +3799,7 @@ public struct DeclineInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -3927,8 +3811,7 @@ public struct DeclineInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -3945,8 +3828,7 @@ extension GuardDutyClientTypes { public init( encryptionType: Swift.String? = nil, kmsMasterKeyArn: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsMasterKeyArn = kmsMasterKeyArn } @@ -3960,8 +3842,7 @@ public struct DeleteDetectorInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -3982,8 +3863,7 @@ public struct DeleteFilterInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, filterName: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.filterName = filterName } @@ -4001,8 +3881,7 @@ public struct DeleteInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -4014,8 +3893,7 @@ public struct DeleteInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -4031,8 +3909,7 @@ public struct DeleteIPSetInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, ipSetId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.ipSetId = ipSetId } @@ -4065,8 +3942,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -4079,8 +3955,7 @@ public struct DeleteMalwareProtectionPlanInput: Swift.Sendable { public init( malwareProtectionPlanId: Swift.String? = nil - ) - { + ) { self.malwareProtectionPlanId = malwareProtectionPlanId } } @@ -4096,8 +3971,7 @@ public struct DeleteMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -4110,8 +3984,7 @@ public struct DeleteMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -4127,8 +4000,7 @@ public struct DeletePublishingDestinationInput: Swift.Sendable { public init( destinationId: Swift.String? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId self.detectorId = detectorId } @@ -4150,8 +4022,7 @@ public struct DeleteThreatIntelSetInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, threatIntelSetId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.threatIntelSetId = threatIntelSetId } @@ -4177,8 +4048,7 @@ extension GuardDutyClientTypes { equalsValue: Swift.String? = nil, greaterThan: Swift.Int? = nil, lessThan: Swift.Int? = nil - ) - { + ) { self.equalsValue = equalsValue self.greaterThan = greaterThan self.lessThan = lessThan @@ -4198,8 +4068,7 @@ extension GuardDutyClientTypes { public init( criterionKey: GuardDutyClientTypes.CriterionKey? = nil, filterCondition: GuardDutyClientTypes.FilterCondition? = nil - ) - { + ) { self.criterionKey = criterionKey self.filterCondition = filterCondition } @@ -4215,8 +4084,7 @@ extension GuardDutyClientTypes { public init( filterCriterion: [GuardDutyClientTypes.FilterCriterion]? = nil - ) - { + ) { self.filterCriterion = filterCriterion } } @@ -4234,8 +4102,7 @@ extension GuardDutyClientTypes { public init( attributeName: Swift.String? = nil, orderBy: GuardDutyClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -4261,8 +4128,7 @@ public struct DescribeMalwareScansInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: GuardDutyClientTypes.SortCriteria? = nil - ) - { + ) { self.detectorId = detectorId self.filterCriteria = filterCriteria self.maxResults = maxResults @@ -4298,8 +4164,7 @@ extension GuardDutyClientTypes { volumeArn: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.encryptionType = encryptionType self.kmsKeyArn = kmsKeyArn @@ -4320,8 +4185,7 @@ extension GuardDutyClientTypes { public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -4365,8 +4229,7 @@ extension GuardDutyClientTypes { public init( scanResult: GuardDutyClientTypes.ScanResult? = nil - ) - { + ) { self.scanResult = scanResult } } @@ -4448,8 +4311,7 @@ extension GuardDutyClientTypes { public init( description: Swift.String? = nil, guardDutyFindingId: Swift.String? = nil - ) - { + ) { self.description = description self.guardDutyFindingId = guardDutyFindingId } @@ -4507,8 +4369,7 @@ extension GuardDutyClientTypes { scanType: GuardDutyClientTypes.ScanType? = nil, totalBytes: Swift.Int? = nil, triggerDetails: GuardDutyClientTypes.TriggerDetails? = nil - ) - { + ) { self.accountId = accountId self.adminDetectorId = adminDetectorId self.attachedVolumes = attachedVolumes @@ -4538,8 +4399,7 @@ public struct DescribeMalwareScansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scans: [GuardDutyClientTypes.Scan]? = nil - ) - { + ) { self.nextToken = nextToken self.scans = scans } @@ -4558,8 +4418,7 @@ public struct DescribeOrganizationConfigurationInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -4576,8 +4435,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -4593,8 +4451,7 @@ extension GuardDutyClientTypes { public init( auditLogs: GuardDutyClientTypes.OrganizationKubernetesAuditLogsConfigurationResult? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -4609,8 +4466,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -4625,8 +4481,7 @@ extension GuardDutyClientTypes { public init( ebsVolumes: GuardDutyClientTypes.OrganizationEbsVolumesResult? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes } } @@ -4641,8 +4496,7 @@ extension GuardDutyClientTypes { public init( scanEc2InstanceWithFindings: GuardDutyClientTypes.OrganizationScanEc2InstanceWithFindingsResult? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings } } @@ -4658,8 +4512,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -4681,8 +4534,7 @@ extension GuardDutyClientTypes { kubernetes: GuardDutyClientTypes.OrganizationKubernetesConfigurationResult? = nil, malwareProtection: GuardDutyClientTypes.OrganizationMalwareProtectionConfigurationResult? = nil, s3Logs: GuardDutyClientTypes.OrganizationS3LogsConfigurationResult? = nil - ) - { + ) { self.kubernetes = kubernetes self.malwareProtection = malwareProtection self.s3Logs = s3Logs @@ -4772,8 +4624,7 @@ extension GuardDutyClientTypes { public init( autoEnable: GuardDutyClientTypes.OrgFeatureStatus? = nil, name: GuardDutyClientTypes.OrgFeatureAdditionalConfiguration? = nil - ) - { + ) { self.autoEnable = autoEnable self.name = name } @@ -4845,8 +4696,7 @@ extension GuardDutyClientTypes { additionalConfiguration: [GuardDutyClientTypes.OrganizationAdditionalConfigurationResult]? = nil, autoEnable: GuardDutyClientTypes.OrgFeatureStatus? = nil, name: GuardDutyClientTypes.OrgFeature? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.autoEnable = autoEnable self.name = name @@ -4884,8 +4734,7 @@ public struct DescribeOrganizationConfigurationOutput: Swift.Sendable { features: [GuardDutyClientTypes.OrganizationFeatureConfigurationResult]? = nil, memberAccountLimitReached: Swift.Bool? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoEnable = autoEnable self.autoEnableOrganizationMembers = autoEnableOrganizationMembers self.dataSources = dataSources @@ -4906,8 +4755,7 @@ public struct DescribePublishingDestinationInput: Swift.Sendable { public init( destinationId: Swift.String? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId self.detectorId = detectorId } @@ -4971,8 +4819,7 @@ public struct DescribePublishingDestinationOutput: Swift.Sendable { destinationType: GuardDutyClientTypes.DestinationType? = nil, publishingFailureStartTimestamp: Swift.Int? = nil, status: GuardDutyClientTypes.PublishingStatus? = nil - ) - { + ) { self.destinationId = destinationId self.destinationProperties = destinationProperties self.destinationType = destinationType @@ -4999,8 +4846,7 @@ extension GuardDutyClientTypes { destinationId: Swift.String? = nil, destinationType: GuardDutyClientTypes.DestinationType? = nil, status: GuardDutyClientTypes.PublishingStatus? = nil - ) - { + ) { self.destinationId = destinationId self.destinationType = destinationType self.status = status @@ -5047,8 +4893,7 @@ extension GuardDutyClientTypes { public init( direction: GuardDutyClientTypes.NetworkDirection? = nil - ) - { + ) { self.direction = direction } } @@ -5076,8 +4921,7 @@ extension GuardDutyClientTypes { country: Swift.String? = nil, latitude: Swift.Double? = nil, longitude: Swift.Double? = nil - ) - { + ) { self.city = city self.country = country self.latitude = latitude @@ -5114,8 +4958,7 @@ extension GuardDutyClientTypes { ip: Swift.String? = nil, location: GuardDutyClientTypes.NetworkGeoLocation? = nil, port: Swift.Int? = nil - ) - { + ) { self.autonomousSystem = autonomousSystem self.connection = connection self.domain = domain @@ -5139,8 +4982,7 @@ extension GuardDutyClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -5159,8 +5001,7 @@ extension GuardDutyClientTypes { public init( code: Swift.String? = nil, productType: Swift.String? = nil - ) - { + ) { self.code = code self.productType = productType } @@ -5200,8 +5041,7 @@ extension GuardDutyClientTypes { outpostArn: Swift.String? = nil, platform: Swift.String? = nil, productCodes: [GuardDutyClientTypes.ProductCode]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.ec2NetworkInterfaceUids = ec2NetworkInterfaceUids self.iamInstanceProfile = iamInstanceProfile @@ -5227,8 +5067,7 @@ extension GuardDutyClientTypes { public init( privateDnsName: Swift.String? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.privateDnsName = privateDnsName self.privateIpAddress = privateIpAddress } @@ -5252,8 +5091,7 @@ extension GuardDutyClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -5284,8 +5122,7 @@ extension GuardDutyClientTypes { securityGroups: [GuardDutyClientTypes.SecurityGroup]? = nil, subNetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipv6Addresses = ipv6Addresses self.privateIpAddresses = privateIpAddresses self.publicIp = publicIp @@ -5401,8 +5238,7 @@ extension GuardDutyClientTypes { publicAclIgnoreBehavior: GuardDutyClientTypes.PublicAclIgnoreBehavior? = nil, publicBucketRestrictBehavior: GuardDutyClientTypes.PublicBucketRestrictBehavior? = nil, publicPolicyAccess: GuardDutyClientTypes.PublicAccessStatus? = nil - ) - { + ) { self.publicAclAccess = publicAclAccess self.publicAclIgnoreBehavior = publicAclIgnoreBehavior self.publicBucketRestrictBehavior = publicBucketRestrictBehavior @@ -5447,8 +5283,7 @@ extension GuardDutyClientTypes { publicReadAccess: GuardDutyClientTypes.PublicAccessStatus? = nil, publicWriteAccess: GuardDutyClientTypes.PublicAccessStatus? = nil, s3ObjectUids: [Swift.String]? = nil - ) - { + ) { self.accountPublicAccess = accountPublicAccess self.bucketPublicAccess = bucketPublicAccess self.createdAt = createdAt @@ -5478,8 +5313,7 @@ extension GuardDutyClientTypes { eTag: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.key = key self.versionId = versionId @@ -5508,8 +5342,7 @@ extension GuardDutyClientTypes { ec2NetworkInterface: GuardDutyClientTypes.Ec2NetworkInterface? = nil, s3Bucket: GuardDutyClientTypes.S3Bucket? = nil, s3Object: GuardDutyClientTypes.S3Object? = nil - ) - { + ) { self.accessKey = accessKey self.ec2Instance = ec2Instance self.ec2NetworkInterface = ec2NetworkInterface @@ -5569,8 +5402,7 @@ extension GuardDutyClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5612,8 +5444,7 @@ extension GuardDutyClientTypes { service: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil, uid: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.cloudPartition = cloudPartition self.data = data @@ -5696,8 +5527,7 @@ extension GuardDutyClientTypes { key: GuardDutyClientTypes.IndicatorType? = nil, title: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.title = title self.values = values @@ -5799,8 +5629,7 @@ extension GuardDutyClientTypes { type: GuardDutyClientTypes.SignalType? = nil, uid: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actorIds = actorIds self.count = count self.createdAt = createdAt @@ -5849,8 +5678,7 @@ extension GuardDutyClientTypes { sequenceIndicators: [GuardDutyClientTypes.Indicator]? = nil, signals: [GuardDutyClientTypes.Signal]? = nil, uid: Swift.String? = nil - ) - { + ) { self.actors = actors self.description = description self.endpoints = endpoints @@ -5874,8 +5702,7 @@ extension GuardDutyClientTypes { public init( anomaly: GuardDutyClientTypes.Anomaly? = nil, sequence: GuardDutyClientTypes.Sequence? = nil - ) - { + ) { self.anomaly = anomaly self.sequence = sequence } @@ -5897,8 +5724,7 @@ extension GuardDutyClientTypes { name: GuardDutyClientTypes.FeatureAdditionalConfiguration? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.name = name self.status = status self.updatedAt = updatedAt @@ -5977,8 +5803,7 @@ extension GuardDutyClientTypes { name: GuardDutyClientTypes.DetectorFeatureResult? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.name = name self.status = status @@ -6023,8 +5848,7 @@ public struct DisableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -6041,8 +5865,7 @@ public struct DisassociateFromAdministratorAccountInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -6060,8 +5883,7 @@ public struct DisassociateFromMasterAccountInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -6083,8 +5905,7 @@ public struct DisassociateMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -6097,8 +5918,7 @@ public struct DisassociateMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -6144,8 +5964,7 @@ extension GuardDutyClientTypes { public init( scannedVolumeDetails: [GuardDutyClientTypes.VolumeDetail]? = nil, skippedVolumeDetails: [GuardDutyClientTypes.VolumeDetail]? = nil - ) - { + ) { self.scannedVolumeDetails = scannedVolumeDetails self.skippedVolumeDetails = skippedVolumeDetails } @@ -6167,8 +5986,7 @@ extension GuardDutyClientTypes { count: Swift.Int? = nil, severity: Swift.String? = nil, threatName: Swift.String? = nil - ) - { + ) { self.count = count self.severity = severity self.threatName = threatName @@ -6191,8 +6009,7 @@ extension GuardDutyClientTypes { files: Swift.Int? = nil, totalGb: Swift.Int? = nil, volumes: Swift.Int? = nil - ) - { + ) { self.files = files self.totalGb = totalGb self.volumes = volumes @@ -6218,8 +6035,7 @@ extension GuardDutyClientTypes { filePath: Swift.String? = nil, hash: Swift.String? = nil, volumeArn: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.filePath = filePath self.hash = hash @@ -6246,8 +6062,7 @@ extension GuardDutyClientTypes { itemCount: Swift.Int? = nil, name: Swift.String? = nil, severity: Swift.String? = nil - ) - { + ) { self.filePaths = filePaths self.itemCount = itemCount self.name = name @@ -6274,8 +6089,7 @@ extension GuardDutyClientTypes { shortened: Swift.Bool? = nil, threatNames: [GuardDutyClientTypes.ScanThreatName]? = nil, uniqueThreatNameCount: Swift.Int? = nil - ) - { + ) { self.itemCount = itemCount self.shortened = shortened self.threatNames = threatNames @@ -6293,8 +6107,7 @@ extension GuardDutyClientTypes { public init( files: Swift.Int? = nil - ) - { + ) { self.files = files } } @@ -6318,8 +6131,7 @@ extension GuardDutyClientTypes { scannedItemCount: GuardDutyClientTypes.ScannedItemCount? = nil, threatDetectedByName: GuardDutyClientTypes.ThreatDetectedByName? = nil, threatsDetectedItemCount: GuardDutyClientTypes.ThreatsDetectedItemCount? = nil - ) - { + ) { self.highestSeverityThreatDetails = highestSeverityThreatDetails self.scannedItemCount = scannedItemCount self.threatDetectedByName = threatDetectedByName @@ -6355,8 +6167,7 @@ extension GuardDutyClientTypes { scanType: GuardDutyClientTypes.ScanType? = nil, sources: [Swift.String]? = nil, triggerFindingId: Swift.String? = nil - ) - { + ) { self.scanCompletedAt = scanCompletedAt self.scanDetections = scanDetections self.scanId = scanId @@ -6377,8 +6188,7 @@ extension GuardDutyClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -6396,8 +6206,7 @@ extension GuardDutyClientTypes { public init( hostPath: GuardDutyClientTypes.HostPath? = nil, name: Swift.String? = nil - ) - { + ) { self.hostPath = hostPath self.name = name } @@ -6443,8 +6252,7 @@ extension GuardDutyClientTypes { taskCreatedAt: Foundation.Date? = nil, version: Swift.String? = nil, volumes: [GuardDutyClientTypes.Volume]? = nil - ) - { + ) { self.arn = arn self.containers = containers self.definitionArn = definitionArn @@ -6490,8 +6298,7 @@ extension GuardDutyClientTypes { status: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil, taskDetails: GuardDutyClientTypes.EcsTaskDetails? = nil - ) - { + ) { self.activeServicesCount = activeServicesCount self.arn = arn self.name = name @@ -6528,8 +6335,7 @@ extension GuardDutyClientTypes { status: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.name = name @@ -6547,8 +6353,7 @@ public struct EnableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -6573,8 +6378,7 @@ extension GuardDutyClientTypes { threatFileSha256: Swift.String? = nil, threatListName: Swift.String? = nil, threatNames: [Swift.String]? = nil - ) - { + ) { self.threatFileSha256 = threatFileSha256 self.threatListName = threatListName self.threatNames = threatNames @@ -6591,8 +6395,7 @@ extension GuardDutyClientTypes { public init( threatIntelligenceDetails: [GuardDutyClientTypes.ThreatIntelligenceDetail]? = nil - ) - { + ) { self.threatIntelligenceDetails = threatIntelligenceDetails } } @@ -6663,8 +6466,7 @@ extension GuardDutyClientTypes { securityGroups: [GuardDutyClientTypes.SecurityGroup]? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipv6Addresses = ipv6Addresses self.networkInterfaceId = networkInterfaceId self.privateDnsName = privateDnsName @@ -6729,8 +6531,7 @@ extension GuardDutyClientTypes { platform: Swift.String? = nil, productCodes: [GuardDutyClientTypes.ProductCode]? = nil, tags: [GuardDutyClientTypes.Tag]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.iamInstanceProfile = iamInstanceProfile self.imageDescription = imageDescription @@ -6760,8 +6561,7 @@ extension GuardDutyClientTypes { public init( groups: [Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.groups = groups self.username = username } @@ -6789,8 +6589,7 @@ extension GuardDutyClientTypes { sessionName: [Swift.String]? = nil, uid: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.groups = groups self.impersonatedUser = impersonatedUser self.sessionName = sessionName @@ -6836,8 +6635,7 @@ extension GuardDutyClientTypes { type: Swift.String? = nil, uid: Swift.String? = nil, volumes: [GuardDutyClientTypes.Volume]? = nil - ) - { + ) { self.containers = containers self.hostIPC = hostIPC self.hostNetwork = hostNetwork @@ -6864,8 +6662,7 @@ extension GuardDutyClientTypes { public init( kubernetesUserDetails: GuardDutyClientTypes.KubernetesUserDetails? = nil, kubernetesWorkloadDetails: GuardDutyClientTypes.KubernetesWorkloadDetails? = nil - ) - { + ) { self.kubernetesUserDetails = kubernetesUserDetails self.kubernetesWorkloadDetails = kubernetesWorkloadDetails } @@ -6887,8 +6684,7 @@ extension GuardDutyClientTypes { securityGroups: [GuardDutyClientTypes.SecurityGroup]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroups = securityGroups self.subnetIds = subnetIds self.vpcId = vpcId @@ -6929,8 +6725,7 @@ extension GuardDutyClientTypes { role: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil, vpcConfig: GuardDutyClientTypes.VpcConfig? = nil - ) - { + ) { self.description = description self.functionArn = functionArn self.functionName = functionName @@ -6968,8 +6763,7 @@ extension GuardDutyClientTypes { engine: Swift.String? = nil, engineVersion: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbInstanceArn = dbInstanceArn self.dbInstanceIdentifier = dbInstanceIdentifier @@ -7001,8 +6795,7 @@ extension GuardDutyClientTypes { database: Swift.String? = nil, ssl: Swift.String? = nil, user: Swift.String? = nil - ) - { + ) { self.application = application self.authMethod = authMethod self.database = database @@ -7039,8 +6832,7 @@ extension GuardDutyClientTypes { engine: Swift.String? = nil, engineVersion: Swift.String? = nil, tags: [GuardDutyClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn self.dbShardGroupIdentifier = dbShardGroupIdentifier @@ -7061,8 +6853,7 @@ extension GuardDutyClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7080,8 +6871,7 @@ extension GuardDutyClientTypes { public init( accountLevelPermissions: GuardDutyClientTypes.AccountLevelPermissions? = nil, bucketLevelPermissions: GuardDutyClientTypes.BucketLevelPermissions? = nil - ) - { + ) { self.accountLevelPermissions = accountLevelPermissions self.bucketLevelPermissions = bucketLevelPermissions } @@ -7100,8 +6890,7 @@ extension GuardDutyClientTypes { public init( effectivePermission: Swift.String? = nil, permissionConfiguration: GuardDutyClientTypes.PermissionConfiguration? = nil - ) - { + ) { self.effectivePermission = effectivePermission self.permissionConfiguration = permissionConfiguration } @@ -7129,8 +6918,7 @@ extension GuardDutyClientTypes { key: Swift.String? = nil, objectArn: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.hash = hash self.key = key @@ -7173,8 +6961,7 @@ extension GuardDutyClientTypes { s3ObjectDetails: [GuardDutyClientTypes.S3ObjectDetail]? = nil, tags: [GuardDutyClientTypes.Tag]? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.defaultServerSideEncryption = defaultServerSideEncryption @@ -7233,8 +7020,7 @@ extension GuardDutyClientTypes { rdsLimitlessDbDetails: GuardDutyClientTypes.RdsLimitlessDbDetails? = nil, resourceType: Swift.String? = nil, s3BucketDetails: [GuardDutyClientTypes.S3BucketDetail]? = nil - ) - { + ) { self.accessKeyDetails = accessKeyDetails self.containerDetails = containerDetails self.ebsVolumeDetails = ebsVolumeDetails @@ -7264,8 +7050,7 @@ extension GuardDutyClientTypes { public init( type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -7284,8 +7069,7 @@ extension GuardDutyClientTypes { public init( hash: Swift.String? = nil, nestedItemPath: Swift.String? = nil - ) - { + ) { self.hash = hash self.nestedItemPath = nestedItemPath } @@ -7307,8 +7091,7 @@ extension GuardDutyClientTypes { itemPaths: [GuardDutyClientTypes.ItemPath]? = nil, name: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.itemPaths = itemPaths self.name = name self.source = source @@ -7325,8 +7108,7 @@ extension GuardDutyClientTypes { public init( threats: [GuardDutyClientTypes.Threat]? = nil - ) - { + ) { self.threats = threats } } @@ -7365,8 +7147,7 @@ extension GuardDutyClientTypes { startTime: Foundation.Date? = nil, userId: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.euid = euid self.executablePath = executablePath self.name = name @@ -7425,8 +7206,7 @@ extension GuardDutyClientTypes { user: Swift.String? = nil, userId: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.euid = euid self.executablePath = executablePath self.executableSha256 = executableSha256 @@ -7525,8 +7305,7 @@ extension GuardDutyClientTypes { threatFilePath: Swift.String? = nil, toolCategory: Swift.String? = nil, toolName: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.commandLineExample = commandLineExample self.fileSystemType = fileSystemType @@ -7568,8 +7347,7 @@ extension GuardDutyClientTypes { public init( context: GuardDutyClientTypes.RuntimeContext? = nil, process: GuardDutyClientTypes.ProcessDetails? = nil - ) - { + ) { self.context = context self.process = process } @@ -7630,8 +7408,7 @@ extension GuardDutyClientTypes { runtimeDetails: GuardDutyClientTypes.RuntimeDetails? = nil, serviceName: Swift.String? = nil, userFeedback: Swift.String? = nil - ) - { + ) { self.action = action self.additionalInfo = additionalInfo self.archived = archived @@ -7716,8 +7493,7 @@ extension GuardDutyClientTypes { title: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.associatedAttackSequenceArn = associatedAttackSequenceArn @@ -7753,8 +7529,7 @@ extension GuardDutyClientTypes { findingType: Swift.String? = nil, lastGeneratedAt: Foundation.Date? = nil, totalFindings: Swift.Int? = nil - ) - { + ) { self.findingType = findingType self.lastGeneratedAt = lastGeneratedAt self.totalFindings = totalFindings @@ -7803,8 +7578,7 @@ extension GuardDutyClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, totalFindings: Swift.Int? = nil - ) - { + ) { self.accountId = accountId self.lastGeneratedAt = lastGeneratedAt self.resourceId = resourceId @@ -7829,8 +7603,7 @@ extension GuardDutyClientTypes { lastGeneratedAt: Foundation.Date? = nil, severity: Swift.Double? = nil, totalFindings: Swift.Int? = nil - ) - { + ) { self.lastGeneratedAt = lastGeneratedAt self.severity = severity self.totalFindings = totalFindings @@ -7863,8 +7636,7 @@ extension GuardDutyClientTypes { groupedByFindingType: [GuardDutyClientTypes.FindingTypeStatistics]? = nil, groupedByResource: [GuardDutyClientTypes.ResourceStatistics]? = nil, groupedBySeverity: [GuardDutyClientTypes.SeverityStatistics]? = nil - ) - { + ) { self.countBySeverity = countBySeverity self.groupedByAccount = groupedByAccount self.groupedByDate = groupedByDate @@ -7908,8 +7680,7 @@ public struct GetAdministratorAccountInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -7921,8 +7692,7 @@ public struct GetAdministratorAccountOutput: Swift.Sendable { public init( administrator: GuardDutyClientTypes.Administrator? = nil - ) - { + ) { self.administrator = administrator } } @@ -7941,8 +7711,7 @@ public struct GetCoverageStatisticsInput: Swift.Sendable { detectorId: Swift.String? = nil, filterCriteria: GuardDutyClientTypes.CoverageFilterCriteria? = nil, statisticsType: [GuardDutyClientTypes.CoverageStatisticsType]? = nil - ) - { + ) { self.detectorId = detectorId self.filterCriteria = filterCriteria self.statisticsType = statisticsType @@ -7955,8 +7724,7 @@ public struct GetCoverageStatisticsOutput: Swift.Sendable { public init( coverageStatistics: GuardDutyClientTypes.CoverageStatistics? = nil - ) - { + ) { self.coverageStatistics = coverageStatistics } } @@ -7968,8 +7736,7 @@ public struct GetDetectorInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -8004,8 +7771,7 @@ public struct GetDetectorOutput: Swift.Sendable { status: GuardDutyClientTypes.DetectorStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.dataSources = dataSources self.features = features @@ -8028,8 +7794,7 @@ public struct GetFilterInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, filterName: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.filterName = filterName } @@ -8059,8 +7824,7 @@ public struct GetFilterOutput: Swift.Sendable { name: Swift.String? = nil, rank: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.description = description self.findingCriteria = findingCriteria @@ -8084,8 +7848,7 @@ public struct GetFindingsInput: Swift.Sendable { detectorId: Swift.String? = nil, findingIds: [Swift.String]? = nil, sortCriteria: GuardDutyClientTypes.SortCriteria? = nil - ) - { + ) { self.detectorId = detectorId self.findingIds = findingIds self.sortCriteria = sortCriteria @@ -8099,8 +7862,7 @@ public struct GetFindingsOutput: Swift.Sendable { public init( findings: [GuardDutyClientTypes.Finding]? = nil - ) - { + ) { self.findings = findings } } @@ -8166,8 +7928,7 @@ public struct GetFindingsStatisticsInput: Swift.Sendable { groupBy: GuardDutyClientTypes.GroupByType? = nil, maxResults: Swift.Int? = nil, orderBy: GuardDutyClientTypes.OrderBy? = nil - ) - { + ) { self.detectorId = detectorId self.findingCriteria = findingCriteria self.findingStatisticTypes = findingStatisticTypes @@ -8187,8 +7948,7 @@ public struct GetFindingsStatisticsOutput: Swift.Sendable { public init( findingStatistics: GuardDutyClientTypes.FindingStatistics? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingStatistics = findingStatistics self.nextToken = nextToken } @@ -8205,8 +7965,7 @@ public struct GetInvitationsCountOutput: Swift.Sendable { public init( invitationsCount: Swift.Int? = nil - ) - { + ) { self.invitationsCount = invitationsCount } } @@ -8222,8 +7981,7 @@ public struct GetIPSetInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, ipSetId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.ipSetId = ipSetId } @@ -8295,8 +8053,7 @@ public struct GetIPSetOutput: Swift.Sendable { name: Swift.String? = nil, status: GuardDutyClientTypes.IpSetStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.format = format self.location = location self.name = name @@ -8312,8 +8069,7 @@ public struct GetMalwareProtectionPlanInput: Swift.Sendable { public init( malwareProtectionPlanId: Swift.String? = nil - ) - { + ) { self.malwareProtectionPlanId = malwareProtectionPlanId } } @@ -8362,8 +8118,7 @@ extension GuardDutyClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8397,8 +8152,7 @@ public struct GetMalwareProtectionPlanOutput: Swift.Sendable { status: GuardDutyClientTypes.MalwareProtectionPlanStatus? = nil, statusReasons: [GuardDutyClientTypes.MalwareProtectionPlanStatusReason]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.arn = arn self.createdAt = createdAt @@ -8417,8 +8171,7 @@ public struct GetMalwareScanSettingsInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -8463,8 +8216,7 @@ extension GuardDutyClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -8481,8 +8233,7 @@ extension GuardDutyClientTypes { public init( mapEquals: [GuardDutyClientTypes.ScanConditionPair]? = nil - ) - { + ) { self.mapEquals = mapEquals } } @@ -8500,8 +8251,7 @@ extension GuardDutyClientTypes { public init( exclude: [Swift.String: GuardDutyClientTypes.ScanCondition]? = nil, include: [Swift.String: GuardDutyClientTypes.ScanCondition]? = nil - ) - { + ) { self.exclude = exclude self.include = include } @@ -8517,8 +8267,7 @@ public struct GetMalwareScanSettingsOutput: Swift.Sendable { public init( ebsSnapshotPreservation: GuardDutyClientTypes.EbsSnapshotPreservation? = nil, scanResourceCriteria: GuardDutyClientTypes.ScanResourceCriteria? = nil - ) - { + ) { self.ebsSnapshotPreservation = ebsSnapshotPreservation self.scanResourceCriteria = scanResourceCriteria } @@ -8532,8 +8281,7 @@ public struct GetMasterAccountInput: Swift.Sendable { public init( detectorId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId } } @@ -8556,8 +8304,7 @@ extension GuardDutyClientTypes { invitationId: Swift.String? = nil, invitedAt: Swift.String? = nil, relationshipStatus: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.invitationId = invitationId self.invitedAt = invitedAt @@ -8574,8 +8321,7 @@ public struct GetMasterAccountOutput: Swift.Sendable { public init( master: GuardDutyClientTypes.Master? = nil - ) - { + ) { self.master = master } } @@ -8591,8 +8337,7 @@ public struct GetMemberDetectorsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -8613,8 +8358,7 @@ extension GuardDutyClientTypes { name: GuardDutyClientTypes.OrgFeatureAdditionalConfiguration? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.name = name self.status = status self.updatedAt = updatedAt @@ -8640,8 +8384,7 @@ extension GuardDutyClientTypes { name: GuardDutyClientTypes.OrgFeature? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.name = name self.status = status @@ -8667,8 +8410,7 @@ extension GuardDutyClientTypes { accountId: Swift.String? = nil, dataSources: GuardDutyClientTypes.DataSourceConfigurationsResult? = nil, features: [GuardDutyClientTypes.MemberFeaturesConfigurationResult]? = nil - ) - { + ) { self.accountId = accountId self.dataSources = dataSources self.features = features @@ -8687,8 +8429,7 @@ public struct GetMemberDetectorsOutput: Swift.Sendable { public init( memberDataSourceConfigurations: [GuardDutyClientTypes.MemberDataSourceConfiguration]? = nil, unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.memberDataSourceConfigurations = memberDataSourceConfigurations self.unprocessedAccounts = unprocessedAccounts } @@ -8705,8 +8446,7 @@ public struct GetMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -8747,8 +8487,7 @@ extension GuardDutyClientTypes { masterId: Swift.String? = nil, relationshipStatus: Swift.String? = nil, updatedAt: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.administratorId = administratorId self.detectorId = detectorId @@ -8777,8 +8516,7 @@ public struct GetMembersOutput: Swift.Sendable { public init( members: [GuardDutyClientTypes.Member]? = nil, unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.members = members self.unprocessedAccounts = unprocessedAccounts } @@ -8796,8 +8534,7 @@ extension GuardDutyClientTypes { public init( enabledAccountsCount: Swift.Int? = nil, name: GuardDutyClientTypes.OrgFeatureAdditionalConfiguration? = nil - ) - { + ) { self.enabledAccountsCount = enabledAccountsCount self.name = name } @@ -8819,8 +8556,7 @@ extension GuardDutyClientTypes { additionalConfiguration: [GuardDutyClientTypes.OrganizationFeatureStatisticsAdditionalConfiguration]? = nil, enabledAccountsCount: Swift.Int? = nil, name: GuardDutyClientTypes.OrgFeature? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.enabledAccountsCount = enabledAccountsCount self.name = name @@ -8849,8 +8585,7 @@ extension GuardDutyClientTypes { enabledAccountsCount: Swift.Int? = nil, memberAccountsCount: Swift.Int? = nil, totalAccountsCount: Swift.Int? = nil - ) - { + ) { self.activeAccountsCount = activeAccountsCount self.countByFeature = countByFeature self.enabledAccountsCount = enabledAccountsCount @@ -8872,8 +8607,7 @@ extension GuardDutyClientTypes { public init( organizationStatistics: GuardDutyClientTypes.OrganizationStatistics? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.organizationStatistics = organizationStatistics self.updatedAt = updatedAt } @@ -8886,8 +8620,7 @@ public struct GetOrganizationStatisticsOutput: Swift.Sendable { public init( organizationDetails: GuardDutyClientTypes.OrganizationDetails? = nil - ) - { + ) { self.organizationDetails = organizationDetails } } @@ -8902,8 +8635,7 @@ public struct GetRemainingFreeTrialDaysInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -8918,8 +8650,7 @@ public struct GetRemainingFreeTrialDaysOutput: Swift.Sendable { public init( accounts: [GuardDutyClientTypes.AccountFreeTrialInfo]? = nil, unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.accounts = accounts self.unprocessedAccounts = unprocessedAccounts } @@ -8936,8 +8667,7 @@ public struct GetThreatIntelSetInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, threatIntelSetId: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.threatIntelSetId = threatIntelSetId } @@ -9009,8 +8739,7 @@ public struct GetThreatIntelSetOutput: Swift.Sendable { name: Swift.String? = nil, status: GuardDutyClientTypes.ThreatIntelSetStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.format = format self.location = location self.name = name @@ -9100,8 +8829,7 @@ extension GuardDutyClientTypes { dataSources: [GuardDutyClientTypes.DataSource]? = nil, features: [GuardDutyClientTypes.UsageFeature]? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds self.dataSources = dataSources self.features = features @@ -9175,8 +8903,7 @@ public struct GetUsageStatisticsInput: Swift.Sendable { unit: Swift.String? = nil, usageCriteria: GuardDutyClientTypes.UsageCriteria? = nil, usageStatisticType: GuardDutyClientTypes.UsageStatisticType? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9198,8 +8925,7 @@ extension GuardDutyClientTypes { public init( amount: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.amount = amount self.unit = unit } @@ -9218,8 +8944,7 @@ extension GuardDutyClientTypes { public init( accountId: Swift.String? = nil, total: GuardDutyClientTypes.Total? = nil - ) - { + ) { self.accountId = accountId self.total = total } @@ -9238,8 +8963,7 @@ extension GuardDutyClientTypes { public init( dataSource: GuardDutyClientTypes.DataSource? = nil, total: GuardDutyClientTypes.Total? = nil - ) - { + ) { self.dataSource = dataSource self.total = total } @@ -9258,8 +8982,7 @@ extension GuardDutyClientTypes { public init( feature: GuardDutyClientTypes.UsageFeature? = nil, total: GuardDutyClientTypes.Total? = nil - ) - { + ) { self.feature = feature self.total = total } @@ -9278,8 +9001,7 @@ extension GuardDutyClientTypes { public init( resource: Swift.String? = nil, total: GuardDutyClientTypes.Total? = nil - ) - { + ) { self.resource = resource self.total = total } @@ -9298,8 +9020,7 @@ extension GuardDutyClientTypes { public init( accountId: Swift.String? = nil, total: GuardDutyClientTypes.Total? = nil - ) - { + ) { self.accountId = accountId self.total = total } @@ -9318,8 +9039,7 @@ extension GuardDutyClientTypes { public init( accounts: [GuardDutyClientTypes.UsageTopAccountResult]? = nil, feature: GuardDutyClientTypes.UsageFeature? = nil - ) - { + ) { self.accounts = accounts self.feature = feature } @@ -9350,8 +9070,7 @@ extension GuardDutyClientTypes { sumByResource: [GuardDutyClientTypes.UsageResourceResult]? = nil, topAccountsByFeature: [GuardDutyClientTypes.UsageTopAccountsResult]? = nil, topResources: [GuardDutyClientTypes.UsageResourceResult]? = nil - ) - { + ) { self.sumByAccount = sumByAccount self.sumByDataSource = sumByDataSource self.sumByFeature = sumByFeature @@ -9371,8 +9090,7 @@ public struct GetUsageStatisticsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, usageStatistics: GuardDutyClientTypes.UsageStatistics? = nil - ) - { + ) { self.nextToken = nextToken self.usageStatistics = usageStatistics } @@ -9395,8 +9113,7 @@ public struct InviteMembersInput: Swift.Sendable { detectorId: Swift.String? = nil, disableEmailNotification: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId self.disableEmailNotification = disableEmailNotification @@ -9411,8 +9128,7 @@ public struct InviteMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -9436,8 +9152,7 @@ public struct ListCoverageInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: GuardDutyClientTypes.CoverageSortCriteria? = nil - ) - { + ) { self.detectorId = detectorId self.filterCriteria = filterCriteria self.maxResults = maxResults @@ -9456,8 +9171,7 @@ public struct ListCoverageOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [GuardDutyClientTypes.CoverageResource]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -9472,8 +9186,7 @@ public struct ListDetectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9489,8 +9202,7 @@ public struct ListDetectorsOutput: Swift.Sendable { public init( detectorIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorIds = detectorIds self.nextToken = nextToken } @@ -9509,8 +9221,7 @@ public struct ListFiltersInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9527,8 +9238,7 @@ public struct ListFiltersOutput: Swift.Sendable { public init( filterNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterNames = filterNames self.nextToken = nextToken } @@ -9653,8 +9363,7 @@ public struct ListFindingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: GuardDutyClientTypes.SortCriteria? = nil - ) - { + ) { self.detectorId = detectorId self.findingCriteria = findingCriteria self.maxResults = maxResults @@ -9673,8 +9382,7 @@ public struct ListFindingsOutput: Swift.Sendable { public init( findingIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingIds = findingIds self.nextToken = nextToken } @@ -9689,8 +9397,7 @@ public struct ListInvitationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9714,8 +9421,7 @@ extension GuardDutyClientTypes { invitationId: Swift.String? = nil, invitedAt: Swift.String? = nil, relationshipStatus: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.invitationId = invitationId self.invitedAt = invitedAt @@ -9733,8 +9439,7 @@ public struct ListInvitationsOutput: Swift.Sendable { public init( invitations: [GuardDutyClientTypes.Invitation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invitations = invitations self.nextToken = nextToken } @@ -9753,8 +9458,7 @@ public struct ListIPSetsInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9771,8 +9475,7 @@ public struct ListIPSetsOutput: Swift.Sendable { public init( ipSetIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipSetIds = ipSetIds self.nextToken = nextToken } @@ -9784,8 +9487,7 @@ public struct ListMalwareProtectionPlansInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -9799,8 +9501,7 @@ extension GuardDutyClientTypes { public init( malwareProtectionPlanId: Swift.String? = nil - ) - { + ) { self.malwareProtectionPlanId = malwareProtectionPlanId } } @@ -9815,8 +9516,7 @@ public struct ListMalwareProtectionPlansOutput: Swift.Sendable { public init( malwareProtectionPlans: [GuardDutyClientTypes.MalwareProtectionPlanSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.malwareProtectionPlans = malwareProtectionPlans self.nextToken = nextToken } @@ -9838,8 +9538,7 @@ public struct ListMembersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, onlyAssociated: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9856,8 +9555,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( members: [GuardDutyClientTypes.Member]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -9872,8 +9570,7 @@ public struct ListOrganizationAdminAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9888,8 +9585,7 @@ public struct ListOrganizationAdminAccountsOutput: Swift.Sendable { public init( adminAccounts: [GuardDutyClientTypes.AdminAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adminAccounts = adminAccounts self.nextToken = nextToken } @@ -9908,8 +9604,7 @@ public struct ListPublishingDestinationsInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9926,8 +9621,7 @@ public struct ListPublishingDestinationsOutput: Swift.Sendable { public init( destinations: [GuardDutyClientTypes.Destination]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinations = destinations self.nextToken = nextToken } @@ -9940,8 +9634,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -9952,8 +9645,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -9971,8 +9663,7 @@ public struct ListThreatIntelSetsInput: Swift.Sendable { detectorId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorId = detectorId self.maxResults = maxResults self.nextToken = nextToken @@ -9989,8 +9680,7 @@ public struct ListThreatIntelSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, threatIntelSetIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.threatIntelSetIds = threatIntelSetIds } @@ -10003,8 +9693,7 @@ public struct StartMalwareScanInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -10015,8 +9704,7 @@ public struct StartMalwareScanOutput: Swift.Sendable { public init( scanId: Swift.String? = nil - ) - { + ) { self.scanId = scanId } } @@ -10032,8 +9720,7 @@ public struct StartMonitoringMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -10046,8 +9733,7 @@ public struct StartMonitoringMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -10063,8 +9749,7 @@ public struct StopMonitoringMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.detectorId = detectorId } @@ -10077,8 +9762,7 @@ public struct StopMonitoringMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -10094,8 +9778,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -10117,8 +9800,7 @@ public struct UnarchiveFindingsInput: Swift.Sendable { public init( detectorId: Swift.String? = nil, findingIds: [Swift.String]? = nil - ) - { + ) { self.detectorId = detectorId self.findingIds = findingIds } @@ -10140,8 +9822,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -10172,8 +9853,7 @@ public struct UpdateDetectorInput: Swift.Sendable { enable: Swift.Bool? = nil, features: [GuardDutyClientTypes.DetectorFeatureConfiguration]? = nil, findingPublishingFrequency: GuardDutyClientTypes.FindingPublishingFrequency? = nil - ) - { + ) { self.dataSources = dataSources self.detectorId = detectorId self.enable = enable @@ -10210,8 +9890,7 @@ public struct UpdateFilterInput: Swift.Sendable { filterName: Swift.String? = nil, findingCriteria: GuardDutyClientTypes.FindingCriteria? = nil, rank: Swift.Int? = nil - ) - { + ) { self.action = action self.description = description self.detectorId = detectorId @@ -10228,8 +9907,7 @@ public struct UpdateFilterOutput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -10252,8 +9930,7 @@ public struct UpdateFindingsFeedbackInput: Swift.Sendable { detectorId: Swift.String? = nil, feedback: GuardDutyClientTypes.Feedback? = nil, findingIds: [Swift.String]? = nil - ) - { + ) { self.comments = comments self.detectorId = detectorId self.feedback = feedback @@ -10286,8 +9963,7 @@ public struct UpdateIPSetInput: Swift.Sendable { ipSetId: Swift.String? = nil, location: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.activate = activate self.detectorId = detectorId self.ipSetId = ipSetId @@ -10310,8 +9986,7 @@ extension GuardDutyClientTypes { public init( objectPrefixes: [Swift.String]? = nil - ) - { + ) { self.objectPrefixes = objectPrefixes } } @@ -10326,8 +10001,7 @@ extension GuardDutyClientTypes { public init( s3Bucket: GuardDutyClientTypes.UpdateS3BucketResource? = nil - ) - { + ) { self.s3Bucket = s3Bucket } } @@ -10349,8 +10023,7 @@ public struct UpdateMalwareProtectionPlanInput: Swift.Sendable { malwareProtectionPlanId: Swift.String? = nil, protectedResource: GuardDutyClientTypes.UpdateProtectedResource? = nil, role: Swift.String? = nil - ) - { + ) { self.actions = actions self.malwareProtectionPlanId = malwareProtectionPlanId self.protectedResource = protectedResource @@ -10371,8 +10044,7 @@ public struct UpdateMalwareScanSettingsInput: Swift.Sendable { detectorId: Swift.String? = nil, ebsSnapshotPreservation: GuardDutyClientTypes.EbsSnapshotPreservation? = nil, scanResourceCriteria: GuardDutyClientTypes.ScanResourceCriteria? = nil - ) - { + ) { self.detectorId = detectorId self.ebsSnapshotPreservation = ebsSnapshotPreservation self.scanResourceCriteria = scanResourceCriteria @@ -10396,8 +10068,7 @@ extension GuardDutyClientTypes { public init( name: GuardDutyClientTypes.OrgFeatureAdditionalConfiguration? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -10419,8 +10090,7 @@ extension GuardDutyClientTypes { additionalConfiguration: [GuardDutyClientTypes.MemberAdditionalConfiguration]? = nil, name: GuardDutyClientTypes.OrgFeature? = nil, status: GuardDutyClientTypes.FeatureStatus? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.name = name self.status = status @@ -10446,8 +10116,7 @@ public struct UpdateMemberDetectorsInput: Swift.Sendable { dataSources: GuardDutyClientTypes.DataSourceConfigurations? = nil, detectorId: Swift.String? = nil, features: [GuardDutyClientTypes.MemberFeaturesConfiguration]? = nil - ) - { + ) { self.accountIds = accountIds self.dataSources = dataSources self.detectorId = detectorId @@ -10462,8 +10131,7 @@ public struct UpdateMemberDetectorsOutput: Swift.Sendable { public init( unprocessedAccounts: [GuardDutyClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -10478,8 +10146,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -10495,8 +10162,7 @@ extension GuardDutyClientTypes { public init( auditLogs: GuardDutyClientTypes.OrganizationKubernetesAuditLogsConfiguration? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -10511,8 +10177,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -10527,8 +10192,7 @@ extension GuardDutyClientTypes { public init( ebsVolumes: GuardDutyClientTypes.OrganizationEbsVolumes? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes } } @@ -10543,8 +10207,7 @@ extension GuardDutyClientTypes { public init( scanEc2InstanceWithFindings: GuardDutyClientTypes.OrganizationScanEc2InstanceWithFindings? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings } } @@ -10560,8 +10223,7 @@ extension GuardDutyClientTypes { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -10582,8 +10244,7 @@ extension GuardDutyClientTypes { kubernetes: GuardDutyClientTypes.OrganizationKubernetesConfiguration? = nil, malwareProtection: GuardDutyClientTypes.OrganizationMalwareProtectionConfiguration? = nil, s3Logs: GuardDutyClientTypes.OrganizationS3LogsConfiguration? = nil - ) - { + ) { self.kubernetes = kubernetes self.malwareProtection = malwareProtection self.s3Logs = s3Logs @@ -10609,8 +10270,7 @@ extension GuardDutyClientTypes { public init( autoEnable: GuardDutyClientTypes.OrgFeatureStatus? = nil, name: GuardDutyClientTypes.OrgFeatureAdditionalConfiguration? = nil - ) - { + ) { self.autoEnable = autoEnable self.name = name } @@ -10638,8 +10298,7 @@ extension GuardDutyClientTypes { additionalConfiguration: [GuardDutyClientTypes.OrganizationAdditionalConfiguration]? = nil, autoEnable: GuardDutyClientTypes.OrgFeatureStatus? = nil, name: GuardDutyClientTypes.OrgFeature? = nil - ) - { + ) { self.additionalConfiguration = additionalConfiguration self.autoEnable = autoEnable self.name = name @@ -10674,8 +10333,7 @@ public struct UpdateOrganizationConfigurationInput: Swift.Sendable { dataSources: GuardDutyClientTypes.OrganizationDataSourceConfigurations? = nil, detectorId: Swift.String? = nil, features: [GuardDutyClientTypes.OrganizationFeatureConfiguration]? = nil - ) - { + ) { self.autoEnable = autoEnable self.autoEnableOrganizationMembers = autoEnableOrganizationMembers self.dataSources = dataSources @@ -10703,8 +10361,7 @@ public struct UpdatePublishingDestinationInput: Swift.Sendable { destinationId: Swift.String? = nil, destinationProperties: GuardDutyClientTypes.DestinationProperties? = nil, detectorId: Swift.String? = nil - ) - { + ) { self.destinationId = destinationId self.destinationProperties = destinationProperties self.detectorId = detectorId @@ -10736,8 +10393,7 @@ public struct UpdateThreatIntelSetInput: Swift.Sendable { location: Swift.String? = nil, name: Swift.String? = nil, threatIntelSetId: Swift.String? = nil - ) - { + ) { self.activate = activate self.detectorId = detectorId self.location = location diff --git a/Sources/Services/AWSHealth/Package.swift.txt b/Sources/Services/AWSHealth/Package.swift.txt index 1fb7b2a846c..6515bb0514c 100644 --- a/Sources/Services/AWSHealth/Package.swift.txt +++ b/Sources/Services/AWSHealth/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSHealth/Sources/AWSHealth/HealthClient.swift b/Sources/Services/AWSHealth/Sources/AWSHealth/HealthClient.swift index 69b6ca64911..7b24be9b646 100644 --- a/Sources/Services/AWSHealth/Sources/AWSHealth/HealthClient.swift +++ b/Sources/Services/AWSHealth/Sources/AWSHealth/HealthClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class HealthClient: ClientRuntime.Client { public static let clientName = "HealthClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: HealthClient.HealthClientConfiguration let serviceName = "Health" diff --git a/Sources/Services/AWSHealth/Sources/AWSHealth/Models.swift b/Sources/Services/AWSHealth/Sources/AWSHealth/Models.swift index 8e8af684b27..bb8dce9b307 100644 --- a/Sources/Services/AWSHealth/Sources/AWSHealth/Models.swift +++ b/Sources/Services/AWSHealth/Sources/AWSHealth/Models.swift @@ -106,8 +106,7 @@ extension HealthClientTypes { accountId: Swift.String? = nil, count: Swift.Int = 0, statuses: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.accountId = accountId self.count = count self.statuses = statuses @@ -148,8 +147,7 @@ extension HealthClientTypes { lastUpdatedTime: Foundation.Date? = nil, statusCode: HealthClientTypes.EntityStatusCode? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.entityArn = entityArn self.entityMetadata = entityMetadata @@ -181,8 +179,7 @@ public struct InvalidPaginationToken: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -200,8 +197,7 @@ public struct DescribeAffectedAccountsForOrganizationInput: Swift.Sendable { eventArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventArn = eventArn self.maxResults = maxResults self.nextToken = nextToken @@ -258,8 +254,7 @@ public struct DescribeAffectedAccountsForOrganizationOutput: Swift.Sendable { affectedAccounts: [Swift.String]? = nil, eventScopeCode: HealthClientTypes.EventScopeCode? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.affectedAccounts = affectedAccounts self.eventScopeCode = eventScopeCode self.nextToken = nextToken @@ -284,8 +279,7 @@ public struct UnsupportedLocale: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +296,7 @@ extension HealthClientTypes { public init( from: Foundation.Date? = nil, to: Foundation.Date? = nil - ) - { + ) { self.from = from self.to = to } @@ -335,8 +328,7 @@ extension HealthClientTypes { lastUpdatedTimes: [HealthClientTypes.DateTimeRange]? = nil, statusCodes: [HealthClientTypes.EntityStatusCode]? = nil, tags: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.entityArns = entityArns self.entityValues = entityValues self.eventArns = eventArns @@ -363,8 +355,7 @@ public struct DescribeAffectedEntitiesInput: Swift.Sendable { locale: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.locale = locale self.maxResults = maxResults @@ -381,8 +372,7 @@ public struct DescribeAffectedEntitiesOutput: Swift.Sendable { public init( entities: [HealthClientTypes.AffectedEntity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -404,8 +394,7 @@ extension HealthClientTypes { awsAccountId: Swift.String? = nil, eventArn: Swift.String? = nil, statusCodes: [HealthClientTypes.EntityStatusCode]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.eventArn = eventArn self.statusCodes = statusCodes @@ -426,8 +415,7 @@ extension HealthClientTypes { public init( awsAccountId: Swift.String? = nil, eventArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.eventArn = eventArn } @@ -453,8 +441,7 @@ public struct DescribeAffectedEntitiesForOrganizationInput: Swift.Sendable { nextToken: Swift.String? = nil, organizationEntityAccountFilters: [HealthClientTypes.EntityAccountFilter]? = nil, organizationEntityFilters: [HealthClientTypes.EventAccountFilter]? = nil - ) - { + ) { self.locale = locale self.maxResults = maxResults self.nextToken = nextToken @@ -481,8 +468,7 @@ extension HealthClientTypes { errorMessage: Swift.String? = nil, errorName: Swift.String? = nil, eventArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.errorMessage = errorMessage self.errorName = errorName @@ -503,8 +489,7 @@ public struct DescribeAffectedEntitiesForOrganizationOutput: Swift.Sendable { entities: [HealthClientTypes.AffectedEntity]? = nil, failedSet: [HealthClientTypes.OrganizationAffectedEntitiesErrorItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.failedSet = failedSet self.nextToken = nextToken @@ -517,8 +502,7 @@ public struct DescribeEntityAggregatesInput: Swift.Sendable { public init( eventArns: [Swift.String]? = nil - ) - { + ) { self.eventArns = eventArns } } @@ -538,8 +522,7 @@ extension HealthClientTypes { count: Swift.Int = 0, eventArn: Swift.String? = nil, statuses: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.count = count self.eventArn = eventArn self.statuses = statuses @@ -553,8 +536,7 @@ public struct DescribeEntityAggregatesOutput: Swift.Sendable { public init( entityAggregates: [HealthClientTypes.EntityAggregate]? = nil - ) - { + ) { self.entityAggregates = entityAggregates } } @@ -569,8 +551,7 @@ public struct DescribeEntityAggregatesForOrganizationInput: Swift.Sendable { public init( awsAccountIds: [Swift.String]? = nil, eventArns: [Swift.String]? = nil - ) - { + ) { self.awsAccountIds = awsAccountIds self.eventArns = eventArns } @@ -594,8 +575,7 @@ extension HealthClientTypes { count: Swift.Int = 0, eventArn: Swift.String? = nil, statuses: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.accounts = accounts self.count = count self.eventArn = eventArn @@ -610,8 +590,7 @@ public struct DescribeEntityAggregatesForOrganizationOutput: Swift.Sendable { public init( organizationEntityAggregates: [HealthClientTypes.OrganizationEntityAggregate]? = nil - ) - { + ) { self.organizationEntityAggregates = organizationEntityAggregates } } @@ -754,8 +733,7 @@ extension HealthClientTypes { services: [Swift.String]? = nil, startTimes: [HealthClientTypes.DateTimeRange]? = nil, tags: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.endTimes = endTimes self.entityArns = entityArns @@ -789,8 +767,7 @@ public struct DescribeEventAggregatesInput: Swift.Sendable { filter: HealthClientTypes.EventFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregateField = aggregateField self.filter = filter self.maxResults = maxResults @@ -810,8 +787,7 @@ extension HealthClientTypes { public init( aggregateValue: Swift.String? = nil, count: Swift.Int = 0 - ) - { + ) { self.aggregateValue = aggregateValue self.count = count } @@ -827,8 +803,7 @@ public struct DescribeEventAggregatesOutput: Swift.Sendable { public init( eventAggregates: [HealthClientTypes.EventAggregate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventAggregates = eventAggregates self.nextToken = nextToken } @@ -844,8 +819,7 @@ public struct DescribeEventDetailsInput: Swift.Sendable { public init( eventArns: [Swift.String]? = nil, locale: Swift.String? = nil - ) - { + ) { self.eventArns = eventArns self.locale = locale } @@ -866,8 +840,7 @@ extension HealthClientTypes { errorMessage: Swift.String? = nil, errorName: Swift.String? = nil, eventArn: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorName = errorName self.eventArn = eventArn @@ -927,8 +900,7 @@ extension HealthClientTypes { service: Swift.String? = nil, startTime: Foundation.Date? = nil, statusCode: HealthClientTypes.EventStatusCode? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.endTime = endTime @@ -953,8 +925,7 @@ extension HealthClientTypes { public init( latestDescription: Swift.String? = nil - ) - { + ) { self.latestDescription = latestDescription } } @@ -975,8 +946,7 @@ extension HealthClientTypes { event: HealthClientTypes.Event? = nil, eventDescription: HealthClientTypes.EventDescription? = nil, eventMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.event = event self.eventDescription = eventDescription self.eventMetadata = eventMetadata @@ -993,8 +963,7 @@ public struct DescribeEventDetailsOutput: Swift.Sendable { public init( failedSet: [HealthClientTypes.EventDetailsErrorItem]? = nil, successfulSet: [HealthClientTypes.EventDetails]? = nil - ) - { + ) { self.failedSet = failedSet self.successfulSet = successfulSet } @@ -1010,8 +979,7 @@ public struct DescribeEventDetailsForOrganizationInput: Swift.Sendable { public init( locale: Swift.String? = nil, organizationEventDetailFilters: [HealthClientTypes.EventAccountFilter]? = nil - ) - { + ) { self.locale = locale self.organizationEventDetailFilters = organizationEventDetailFilters } @@ -1041,8 +1009,7 @@ extension HealthClientTypes { errorMessage: Swift.String? = nil, errorName: Swift.String? = nil, eventArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.errorMessage = errorMessage self.errorName = errorName @@ -1076,8 +1043,7 @@ extension HealthClientTypes { event: HealthClientTypes.Event? = nil, eventDescription: HealthClientTypes.EventDescription? = nil, eventMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.event = event self.eventDescription = eventDescription @@ -1095,8 +1061,7 @@ public struct DescribeEventDetailsForOrganizationOutput: Swift.Sendable { public init( failedSet: [HealthClientTypes.OrganizationEventDetailsErrorItem]? = nil, successfulSet: [HealthClientTypes.OrganizationEventDetails]? = nil - ) - { + ) { self.failedSet = failedSet self.successfulSet = successfulSet } @@ -1117,8 +1082,7 @@ public struct DescribeEventsInput: Swift.Sendable { locale: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.locale = locale self.maxResults = maxResults @@ -1135,8 +1099,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [HealthClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1181,8 +1144,7 @@ extension HealthClientTypes { regions: [Swift.String]? = nil, services: [Swift.String]? = nil, startTime: HealthClientTypes.DateTimeRange? = nil - ) - { + ) { self.awsAccountIds = awsAccountIds self.endTime = endTime self.entityArns = entityArns @@ -1213,8 +1175,7 @@ public struct DescribeEventsForOrganizationInput: Swift.Sendable { locale: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.locale = locale self.maxResults = maxResults @@ -1264,8 +1225,7 @@ extension HealthClientTypes { service: Swift.String? = nil, startTime: Foundation.Date? = nil, statusCode: HealthClientTypes.EventStatusCode? = nil - ) - { + ) { self.arn = arn self.endTime = endTime self.eventScopeCode = eventScopeCode @@ -1289,8 +1249,7 @@ public struct DescribeEventsForOrganizationOutput: Swift.Sendable { public init( events: [HealthClientTypes.OrganizationEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1311,8 +1270,7 @@ extension HealthClientTypes { eventTypeCategories: [HealthClientTypes.EventTypeCategory]? = nil, eventTypeCodes: [Swift.String]? = nil, services: [Swift.String]? = nil - ) - { + ) { self.eventTypeCategories = eventTypeCategories self.eventTypeCodes = eventTypeCodes self.services = services @@ -1335,8 +1293,7 @@ public struct DescribeEventTypesInput: Swift.Sendable { locale: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.locale = locale self.maxResults = maxResults @@ -1359,8 +1316,7 @@ extension HealthClientTypes { category: HealthClientTypes.EventTypeCategory? = nil, code: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.category = category self.code = code self.service = service @@ -1377,8 +1333,7 @@ public struct DescribeEventTypesOutput: Swift.Sendable { public init( eventTypes: [HealthClientTypes.EventType]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventTypes = eventTypes self.nextToken = nextToken } @@ -1390,8 +1345,7 @@ public struct DescribeHealthServiceStatusForOrganizationOutput: Swift.Sendable { public init( healthServiceAccessStatusForOrganization: Swift.String? = nil - ) - { + ) { self.healthServiceAccessStatusForOrganization = healthServiceAccessStatusForOrganization } } @@ -1414,8 +1368,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } diff --git a/Sources/Services/AWSHealthLake/Package.swift.txt b/Sources/Services/AWSHealthLake/Package.swift.txt index 2ac04ff1dc1..887d11fee00 100644 --- a/Sources/Services/AWSHealthLake/Package.swift.txt +++ b/Sources/Services/AWSHealthLake/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/HealthLakeClient.swift b/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/HealthLakeClient.swift index ad9a0c3f55c..83b8e0cfc67 100644 --- a/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/HealthLakeClient.swift +++ b/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/HealthLakeClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class HealthLakeClient: ClientRuntime.Client { public static let clientName = "HealthLakeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: HealthLakeClient.HealthLakeClientConfiguration let serviceName = "HealthLake" diff --git a/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/Models.swift b/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/Models.swift index 6e6bba40d6b..0c2ad63564d 100644 --- a/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/Models.swift +++ b/Sources/Services/AWSHealthLake/Sources/AWSHealthLake/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -125,8 +124,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +147,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -173,8 +170,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +193,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -248,8 +243,7 @@ extension HealthLakeClientTypes { fineGrainedAuthorizationEnabled: Swift.Bool = false, idpLambdaArn: Swift.String? = nil, metadata: Swift.String? = nil - ) - { + ) { self.authorizationStrategy = authorizationStrategy self.fineGrainedAuthorizationEnabled = fineGrainedAuthorizationEnabled self.idpLambdaArn = idpLambdaArn @@ -294,8 +288,7 @@ extension HealthLakeClientTypes { public init( preloadDataType: HealthLakeClientTypes.PreloadDataType? = nil - ) - { + ) { self.preloadDataType = preloadDataType } } @@ -314,8 +307,7 @@ extension HealthLakeClientTypes { public init( cmkType: HealthLakeClientTypes.CmkType? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.cmkType = cmkType self.kmsKeyId = kmsKeyId } @@ -332,8 +324,7 @@ extension HealthLakeClientTypes { public init( kmsEncryptionConfig: HealthLakeClientTypes.KmsEncryptionConfig? = nil - ) - { + ) { self.kmsEncryptionConfig = kmsEncryptionConfig } } @@ -353,8 +344,7 @@ extension HealthLakeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -386,8 +376,7 @@ public struct CreateFHIRDatastoreInput: Swift.Sendable { preloadDataConfig: HealthLakeClientTypes.PreloadDataConfig? = nil, sseConfiguration: HealthLakeClientTypes.SseConfiguration? = nil, tags: [HealthLakeClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.datastoreName = datastoreName self.datastoreTypeVersion = datastoreTypeVersion @@ -455,8 +444,7 @@ public struct CreateFHIRDatastoreOutput: Swift.Sendable { datastoreEndpoint: Swift.String? = nil, datastoreId: Swift.String? = nil, datastoreStatus: HealthLakeClientTypes.DatastoreStatus? = nil - ) - { + ) { self.datastoreArn = datastoreArn self.datastoreEndpoint = datastoreEndpoint self.datastoreId = datastoreId @@ -482,8 +470,7 @@ extension HealthLakeClientTypes { createdBefore: Foundation.Date? = nil, datastoreName: Swift.String? = nil, datastoreStatus: HealthLakeClientTypes.DatastoreStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.datastoreName = datastoreName @@ -533,8 +520,7 @@ extension HealthLakeClientTypes { public init( errorCategory: HealthLakeClientTypes.ErrorCategory? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCategory = errorCategory self.errorMessage = errorMessage } @@ -585,8 +571,7 @@ extension HealthLakeClientTypes { identityProviderConfiguration: HealthLakeClientTypes.IdentityProviderConfiguration? = nil, preloadDataConfig: HealthLakeClientTypes.PreloadDataConfig? = nil, sseConfiguration: HealthLakeClientTypes.SseConfiguration? = nil - ) - { + ) { self.createdAt = createdAt self.datastoreArn = datastoreArn self.datastoreEndpoint = datastoreEndpoint @@ -620,8 +605,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -633,8 +617,7 @@ public struct DeleteFHIRDatastoreInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId } } @@ -658,8 +641,7 @@ public struct DeleteFHIRDatastoreOutput: Swift.Sendable { datastoreEndpoint: Swift.String? = nil, datastoreId: Swift.String? = nil, datastoreStatus: HealthLakeClientTypes.DatastoreStatus? = nil - ) - { + ) { self.datastoreArn = datastoreArn self.datastoreEndpoint = datastoreEndpoint self.datastoreId = datastoreId @@ -674,8 +656,7 @@ public struct DescribeFHIRDatastoreInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId } } @@ -687,8 +668,7 @@ public struct DescribeFHIRDatastoreOutput: Swift.Sendable { public init( datastoreProperties: HealthLakeClientTypes.DatastoreProperties? = nil - ) - { + ) { self.datastoreProperties = datastoreProperties } } @@ -704,8 +684,7 @@ public struct DescribeFHIRExportJobInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId } @@ -775,8 +754,7 @@ extension HealthLakeClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -831,8 +809,7 @@ extension HealthLakeClientTypes { message: Swift.String? = nil, outputDataConfig: HealthLakeClientTypes.OutputDataConfig? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId self.endTime = endTime @@ -853,8 +830,7 @@ public struct DescribeFHIRExportJobOutput: Swift.Sendable { public init( exportJobProperties: HealthLakeClientTypes.ExportJobProperties? = nil - ) - { + ) { self.exportJobProperties = exportJobProperties } } @@ -870,8 +846,7 @@ public struct DescribeFHIRImportJobInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId } @@ -917,8 +892,7 @@ extension HealthLakeClientTypes { totalNumberOfResourcesWithCustomerError: Swift.Int? = nil, totalNumberOfScannedFiles: Swift.Int? = nil, totalSizeOfScannedFilesInMB: Swift.Double? = nil - ) - { + ) { self.throughput = throughput self.totalNumberOfFilesReadWithCustomerError = totalNumberOfFilesReadWithCustomerError self.totalNumberOfImportedFiles = totalNumberOfImportedFiles @@ -975,8 +949,7 @@ extension HealthLakeClientTypes { jobStatus: HealthLakeClientTypes.JobStatus? = nil, message: Swift.String? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId self.endTime = endTime @@ -999,8 +972,7 @@ public struct DescribeFHIRImportJobOutput: Swift.Sendable { public init( importJobProperties: HealthLakeClientTypes.ImportJobProperties? = nil - ) - { + ) { self.importJobProperties = importJobProperties } } @@ -1017,8 +989,7 @@ public struct ListFHIRDatastoresInput: Swift.Sendable { filter: HealthLakeClientTypes.DatastoreFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -1035,8 +1006,7 @@ public struct ListFHIRDatastoresOutput: Swift.Sendable { public init( datastorePropertiesList: [HealthLakeClientTypes.DatastoreProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastorePropertiesList = datastorePropertiesList self.nextToken = nextToken } @@ -1067,8 +1037,7 @@ public struct ListFHIRExportJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, submittedAfter: Foundation.Date? = nil, submittedBefore: Foundation.Date? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobName = jobName self.jobStatus = jobStatus @@ -1089,8 +1058,7 @@ public struct ListFHIRExportJobsOutput: Swift.Sendable { public init( exportJobPropertiesList: [HealthLakeClientTypes.ExportJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportJobPropertiesList = exportJobPropertiesList self.nextToken = nextToken } @@ -1121,8 +1089,7 @@ public struct ListFHIRImportJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, submittedAfter: Foundation.Date? = nil, submittedBefore: Foundation.Date? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobName = jobName self.jobStatus = jobStatus @@ -1143,8 +1110,7 @@ public struct ListFHIRImportJobsOutput: Swift.Sendable { public init( importJobPropertiesList: [HealthLakeClientTypes.ImportJobProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobPropertiesList = importJobPropertiesList self.nextToken = nextToken } @@ -1157,8 +1123,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1169,8 +1134,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [HealthLakeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1197,8 +1161,7 @@ public struct StartFHIRExportJobInput: Swift.Sendable { datastoreId: Swift.String? = nil, jobName: Swift.String? = nil, outputDataConfig: HealthLakeClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId @@ -1221,8 +1184,7 @@ public struct StartFHIRExportJobOutput: Swift.Sendable { datastoreId: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: HealthLakeClientTypes.JobStatus? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId self.jobStatus = jobStatus @@ -1255,8 +1217,7 @@ public struct StartFHIRImportJobInput: Swift.Sendable { inputDataConfig: HealthLakeClientTypes.InputDataConfig? = nil, jobName: Swift.String? = nil, jobOutputDataConfig: HealthLakeClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId @@ -1280,8 +1241,7 @@ public struct StartFHIRImportJobOutput: Swift.Sendable { datastoreId: Swift.String? = nil, jobId: Swift.String? = nil, jobStatus: HealthLakeClientTypes.JobStatus? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId self.jobStatus = jobStatus @@ -1299,8 +1259,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [HealthLakeClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1322,8 +1281,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSIAM/Package.swift.txt b/Sources/Services/AWSIAM/Package.swift.txt index ec1686e740b..3d7017e48b6 100644 --- a/Sources/Services/AWSIAM/Package.swift.txt +++ b/Sources/Services/AWSIAM/Package.swift.txt @@ -41,11 +41,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,27 +53,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSIAM/Sources/AWSIAM/IAMClient.swift b/Sources/Services/AWSIAM/Sources/AWSIAM/IAMClient.swift index da05954209b..3e70573b5eb 100644 --- a/Sources/Services/AWSIAM/Sources/AWSIAM/IAMClient.swift +++ b/Sources/Services/AWSIAM/Sources/AWSIAM/IAMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IAMClient: ClientRuntime.Client { public static let clientName = "IAMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IAMClient.IAMClientConfiguration let serviceName = "IAM" diff --git a/Sources/Services/AWSIAM/Sources/AWSIAM/Models.swift b/Sources/Services/AWSIAM/Sources/AWSIAM/Models.swift index a0739cd5b53..bc30fb58675 100644 --- a/Sources/Services/AWSIAM/Sources/AWSIAM/Models.swift +++ b/Sources/Services/AWSIAM/Sources/AWSIAM/Models.swift @@ -474,8 +474,7 @@ extension IAMClientTypes { serviceName: Swift.String? = nil, serviceNamespace: Swift.String? = nil, totalAuthenticatedEntities: Swift.Int? = nil - ) - { + ) { self.entityPath = entityPath self.lastAuthenticatedTime = lastAuthenticatedTime self.region = region @@ -540,8 +539,7 @@ extension IAMClientTypes { secretAccessKey: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.createDate = createDate self.secretAccessKey = secretAccessKey @@ -594,8 +592,7 @@ extension IAMClientTypes { lastUsedDate: Foundation.Date? = nil, region: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.lastUsedDate = lastUsedDate self.region = region self.serviceName = serviceName @@ -621,8 +618,7 @@ extension IAMClientTypes { createDate: Foundation.Date? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.createDate = createDate self.status = status @@ -649,8 +645,7 @@ public struct AccountNotManagementOrDelegatedAdministratorException: ClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -673,8 +668,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -697,8 +691,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -721,8 +714,7 @@ public struct NoSuchEntityException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -745,8 +737,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -762,8 +753,7 @@ public struct AddClientIDToOpenIDConnectProviderInput: Swift.Sendable { public init( clientID: Swift.String? = nil, openIDConnectProviderArn: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.openIDConnectProviderArn = openIDConnectProviderArn } @@ -787,8 +777,7 @@ public struct EntityAlreadyExistsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -811,8 +800,7 @@ public struct UnmodifiableEntityException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -828,8 +816,7 @@ public struct AddRoleToInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.roleName = roleName } @@ -846,8 +833,7 @@ public struct AddUserToGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userName = userName } @@ -923,8 +909,7 @@ extension IAMClientTypes { public init( permissionsBoundaryArn: Swift.String? = nil, permissionsBoundaryType: IAMClientTypes.PermissionsBoundaryAttachmentType? = nil - ) - { + ) { self.permissionsBoundaryArn = permissionsBoundaryArn self.permissionsBoundaryType = permissionsBoundaryType } @@ -943,8 +928,7 @@ extension IAMClientTypes { public init( policyArn: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.policyName = policyName } @@ -969,8 +953,7 @@ public struct PolicyNotAttachableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -986,8 +969,7 @@ public struct AttachGroupPolicyInput: Swift.Sendable { public init( groupName: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyArn = policyArn } @@ -1004,8 +986,7 @@ public struct AttachRolePolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.roleName = roleName } @@ -1022,8 +1003,7 @@ public struct AttachUserPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.userName = userName } @@ -1047,8 +1027,7 @@ public struct EntityTemporarilyUnmodifiableException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1071,8 +1050,7 @@ public struct InvalidUserTypeException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1095,8 +1073,7 @@ public struct PasswordPolicyViolationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1112,8 +1089,7 @@ public struct ChangePasswordInput: Swift.Sendable { public init( newPassword: Swift.String? = nil, oldPassword: Swift.String? = nil - ) - { + ) { self.newPassword = newPassword self.oldPassword = oldPassword } @@ -1130,8 +1106,7 @@ public struct CreateAccessKeyInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -1144,8 +1119,7 @@ public struct CreateAccessKeyOutput: Swift.Sendable { public init( accessKey: IAMClientTypes.AccessKey? = nil - ) - { + ) { self.accessKey = accessKey } } @@ -1168,8 +1142,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1181,8 +1154,7 @@ public struct CreateAccountAliasInput: Swift.Sendable { public init( accountAlias: Swift.String? = nil - ) - { + ) { self.accountAlias = accountAlias } } @@ -1197,8 +1169,7 @@ public struct CreateGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.path = path } @@ -1236,8 +1207,7 @@ extension IAMClientTypes { groupId: Swift.String? = nil, groupName: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.groupId = groupId @@ -1255,8 +1225,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( group: IAMClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -1275,8 +1244,7 @@ extension IAMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1296,8 +1264,7 @@ public struct CreateInstanceProfileInput: Swift.Sendable { instanceProfileName: Swift.String? = nil, path: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.path = path self.tags = tags @@ -1316,8 +1283,7 @@ extension IAMClientTypes { public init( lastUsedDate: Foundation.Date? = nil, region: Swift.String? = nil - ) - { + ) { self.lastUsedDate = lastUsedDate self.region = region } @@ -1368,8 +1334,7 @@ extension IAMClientTypes { roleLastUsed: IAMClientTypes.RoleLastUsed? = nil, roleName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.assumeRolePolicyDocument = assumeRolePolicyDocument self.createDate = createDate @@ -1426,8 +1391,7 @@ extension IAMClientTypes { path: Swift.String? = nil, roles: [IAMClientTypes.Role]? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.instanceProfileId = instanceProfileId @@ -1447,8 +1411,7 @@ public struct CreateInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: IAMClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -1465,8 +1428,7 @@ public struct CreateLoginProfileInput: Swift.Sendable { password: Swift.String? = nil, passwordResetRequired: Swift.Bool? = false, userName: Swift.String? = nil - ) - { + ) { self.password = password self.passwordResetRequired = passwordResetRequired self.userName = userName @@ -1495,8 +1457,7 @@ extension IAMClientTypes { createDate: Foundation.Date? = nil, passwordResetRequired: Swift.Bool = false, userName: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.passwordResetRequired = passwordResetRequired self.userName = userName @@ -1512,8 +1473,7 @@ public struct CreateLoginProfileOutput: Swift.Sendable { public init( loginProfile: IAMClientTypes.LoginProfile? = nil - ) - { + ) { self.loginProfile = loginProfile } } @@ -1536,8 +1496,7 @@ public struct OpenIdIdpCommunicationErrorException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1558,8 +1517,7 @@ public struct CreateOpenIDConnectProviderInput: Swift.Sendable { tags: [IAMClientTypes.Tag]? = nil, thumbprintList: [Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.clientIDList = clientIDList self.tags = tags self.thumbprintList = thumbprintList @@ -1577,8 +1535,7 @@ public struct CreateOpenIDConnectProviderOutput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn self.tags = tags } @@ -1602,8 +1559,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1634,8 +1590,7 @@ public struct CreatePolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.path = path self.policyDocument = policyDocument @@ -1686,8 +1641,7 @@ extension IAMClientTypes { policyName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.attachmentCount = attachmentCount self.createDate = createDate @@ -1711,8 +1665,7 @@ public struct CreatePolicyOutput: Swift.Sendable { public init( policy: IAMClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -1737,8 +1690,7 @@ public struct CreatePolicyVersionInput: Swift.Sendable { policyArn: Swift.String? = nil, policyDocument: Swift.String? = nil, setAsDefault: Swift.Bool? = false - ) - { + ) { self.policyArn = policyArn self.policyDocument = policyDocument self.setAsDefault = setAsDefault @@ -1763,8 +1715,7 @@ extension IAMClientTypes { document: Swift.String? = nil, isDefaultVersion: Swift.Bool = false, versionId: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.document = document self.isDefaultVersion = isDefaultVersion @@ -1780,8 +1731,7 @@ public struct CreatePolicyVersionOutput: Swift.Sendable { public init( policyVersion: IAMClientTypes.PolicyVersion? = nil - ) - { + ) { self.policyVersion = policyVersion } } @@ -1821,8 +1771,7 @@ public struct CreateRoleInput: Swift.Sendable { permissionsBoundary: Swift.String? = nil, roleName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.assumeRolePolicyDocument = assumeRolePolicyDocument self.description = description self.maxSessionDuration = maxSessionDuration @@ -1841,8 +1790,7 @@ public struct CreateRoleOutput: Swift.Sendable { public init( role: IAMClientTypes.Role? = nil - ) - { + ) { self.role = role } } @@ -1861,8 +1809,7 @@ public struct CreateSAMLProviderInput: Swift.Sendable { name: Swift.String? = nil, samlMetadataDocument: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.name = name self.samlMetadataDocument = samlMetadataDocument self.tags = tags @@ -1879,8 +1826,7 @@ public struct CreateSAMLProviderOutput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.tags = tags } @@ -1899,8 +1845,7 @@ public struct CreateServiceLinkedRoleInput: Swift.Sendable { awsServiceName: Swift.String? = nil, customSuffix: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.awsServiceName = awsServiceName self.customSuffix = customSuffix self.description = description @@ -1913,8 +1858,7 @@ public struct CreateServiceLinkedRoleOutput: Swift.Sendable { public init( role: IAMClientTypes.Role? = nil - ) - { + ) { self.role = role } } @@ -1937,8 +1881,7 @@ public struct ServiceNotSupportedException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1954,8 +1897,7 @@ public struct CreateServiceSpecificCredentialInput: Swift.Sendable { public init( serviceName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName self.userName = userName } @@ -1995,8 +1937,7 @@ extension IAMClientTypes { serviceUserName: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.serviceName = serviceName self.servicePassword = servicePassword @@ -2019,8 +1960,7 @@ public struct CreateServiceSpecificCredentialOutput: Swift.Sendable { public init( serviceSpecificCredential: IAMClientTypes.ServiceSpecificCredential? = nil - ) - { + ) { self.serviceSpecificCredential = serviceSpecificCredential } } @@ -2041,8 +1981,7 @@ public struct CreateUserInput: Swift.Sendable { permissionsBoundary: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.path = path self.permissionsBoundary = permissionsBoundary self.tags = tags @@ -2098,8 +2037,7 @@ extension IAMClientTypes { tags: [IAMClientTypes.Tag]? = nil, userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.passwordLastUsed = passwordLastUsed @@ -2119,8 +2057,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( user: IAMClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -2138,8 +2075,7 @@ public struct CreateVirtualMFADeviceInput: Swift.Sendable { path: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil, virtualMFADeviceName: Swift.String? = nil - ) - { + ) { self.path = path self.tags = tags self.virtualMFADeviceName = virtualMFADeviceName @@ -2171,8 +2107,7 @@ extension IAMClientTypes { serialNumber: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil, user: IAMClientTypes.User? = nil - ) - { + ) { self.base32StringSeed = base32StringSeed self.enableDate = enableDate self.qrCodePNG = qrCodePNG @@ -2196,8 +2131,7 @@ public struct CreateVirtualMFADeviceOutput: Swift.Sendable { public init( virtualMFADevice: IAMClientTypes.VirtualMFADevice? = nil - ) - { + ) { self.virtualMFADevice = virtualMFADevice } } @@ -2212,8 +2146,7 @@ public struct DeactivateMFADeviceInput: Swift.Sendable { public init( serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serialNumber = serialNumber self.userName = userName } @@ -2229,8 +2162,7 @@ public struct DeleteAccessKeyInput: Swift.Sendable { public init( accessKeyId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.userName = userName } @@ -2243,8 +2175,7 @@ public struct DeleteAccountAliasInput: Swift.Sendable { public init( accountAlias: Swift.String? = nil - ) - { + ) { self.accountAlias = accountAlias } } @@ -2267,8 +2198,7 @@ public struct DeleteConflictException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2280,8 +2210,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -2297,8 +2226,7 @@ public struct DeleteGroupPolicyInput: Swift.Sendable { public init( groupName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyName = policyName } @@ -2311,8 +2239,7 @@ public struct DeleteInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName } } @@ -2323,8 +2250,7 @@ public struct DeleteLoginProfileInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -2336,8 +2262,7 @@ public struct DeleteOpenIDConnectProviderInput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn } } @@ -2349,8 +2274,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn } } @@ -2366,8 +2290,7 @@ public struct DeletePolicyVersionInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.versionId = versionId } @@ -2380,8 +2303,7 @@ public struct DeleteRoleInput: Swift.Sendable { public init( roleName: Swift.String? = nil - ) - { + ) { self.roleName = roleName } } @@ -2393,8 +2315,7 @@ public struct DeleteRolePermissionsBoundaryInput: Swift.Sendable { public init( roleName: Swift.String? = nil - ) - { + ) { self.roleName = roleName } } @@ -2410,8 +2331,7 @@ public struct DeleteRolePolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.roleName = roleName } @@ -2424,8 +2344,7 @@ public struct DeleteSAMLProviderInput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn } } @@ -2437,8 +2356,7 @@ public struct DeleteServerCertificateInput: Swift.Sendable { public init( serverCertificateName: Swift.String? = nil - ) - { + ) { self.serverCertificateName = serverCertificateName } } @@ -2450,8 +2368,7 @@ public struct DeleteServiceLinkedRoleInput: Swift.Sendable { public init( roleName: Swift.String? = nil - ) - { + ) { self.roleName = roleName } } @@ -2463,8 +2380,7 @@ public struct DeleteServiceLinkedRoleOutput: Swift.Sendable { public init( deletionTaskId: Swift.String? = nil - ) - { + ) { self.deletionTaskId = deletionTaskId } } @@ -2479,8 +2395,7 @@ public struct DeleteServiceSpecificCredentialInput: Swift.Sendable { public init( serviceSpecificCredentialId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceSpecificCredentialId = serviceSpecificCredentialId self.userName = userName } @@ -2496,8 +2411,7 @@ public struct DeleteSigningCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.userName = userName } @@ -2514,8 +2428,7 @@ public struct DeleteSSHPublicKeyInput: Swift.Sendable { public init( sshPublicKeyId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.sshPublicKeyId = sshPublicKeyId self.userName = userName } @@ -2528,8 +2441,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -2541,8 +2453,7 @@ public struct DeleteUserPermissionsBoundaryInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -2558,8 +2469,7 @@ public struct DeleteUserPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.userName = userName } @@ -2572,8 +2482,7 @@ public struct DeleteVirtualMFADeviceInput: Swift.Sendable { public init( serialNumber: Swift.String? = nil - ) - { + ) { self.serialNumber = serialNumber } } @@ -2589,8 +2498,7 @@ public struct DetachGroupPolicyInput: Swift.Sendable { public init( groupName: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyArn = policyArn } @@ -2607,8 +2515,7 @@ public struct DetachRolePolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.roleName = roleName } @@ -2625,8 +2532,7 @@ public struct DetachUserPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.userName = userName } @@ -2650,8 +2556,7 @@ public struct OrganizationNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2674,8 +2579,7 @@ public struct OrganizationNotInAllFeaturesModeException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2698,8 +2602,7 @@ public struct ServiceAccessNotEnabledException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2747,8 +2650,7 @@ public struct DisableOrganizationsRootCredentialsManagementOutput: Swift.Sendabl public init( enabledFeatures: [IAMClientTypes.FeatureType]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enabledFeatures = enabledFeatures self.organizationId = organizationId } @@ -2768,8 +2670,7 @@ public struct DisableOrganizationsRootSessionsOutput: Swift.Sendable { public init( enabledFeatures: [IAMClientTypes.FeatureType]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enabledFeatures = enabledFeatures self.organizationId = organizationId } @@ -2793,8 +2694,7 @@ public struct InvalidAuthenticationCodeException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2818,8 +2718,7 @@ public struct EnableMFADeviceInput: Swift.Sendable { authenticationCode2: Swift.String? = nil, serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationCode1 = authenticationCode1 self.authenticationCode2 = authenticationCode2 self.serialNumber = serialNumber @@ -2845,8 +2744,7 @@ public struct CallerIsNotManagementAccountException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2865,8 +2763,7 @@ public struct EnableOrganizationsRootCredentialsManagementOutput: Swift.Sendable public init( enabledFeatures: [IAMClientTypes.FeatureType]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enabledFeatures = enabledFeatures self.organizationId = organizationId } @@ -2886,8 +2783,7 @@ public struct EnableOrganizationsRootSessionsOutput: Swift.Sendable { public init( enabledFeatures: [IAMClientTypes.FeatureType]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enabledFeatures = enabledFeatures self.organizationId = organizationId } @@ -2935,8 +2831,7 @@ public struct GenerateCredentialReportOutput: Swift.Sendable { public init( description: Swift.String? = nil, state: IAMClientTypes.ReportStateType? = nil - ) - { + ) { self.description = description self.state = state } @@ -2960,8 +2855,7 @@ public struct ReportGenerationLimitExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2976,8 +2870,7 @@ public struct GenerateOrganizationsAccessReportInput: Swift.Sendable { public init( entityPath: Swift.String? = nil, organizationsPolicyId: Swift.String? = nil - ) - { + ) { self.entityPath = entityPath self.organizationsPolicyId = organizationsPolicyId } @@ -2989,8 +2882,7 @@ public struct GenerateOrganizationsAccessReportOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3005,8 +2897,7 @@ public struct GenerateServiceLastAccessedDetailsInput: Swift.Sendable { public init( arn: Swift.String? = nil, granularity: IAMClientTypes.AccessAdvisorUsageGranularityType? = nil - ) - { + ) { self.arn = arn self.granularity = granularity } @@ -3018,8 +2909,7 @@ public struct GenerateServiceLastAccessedDetailsOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3031,8 +2921,7 @@ public struct GetAccessKeyLastUsedInput: Swift.Sendable { public init( accessKeyId: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId } } @@ -3047,8 +2936,7 @@ public struct GetAccessKeyLastUsedOutput: Swift.Sendable { public init( accessKeyLastUsed: IAMClientTypes.AccessKeyLastUsed? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyLastUsed = accessKeyLastUsed self.userName = userName } @@ -3104,8 +2992,7 @@ public struct GetAccountAuthorizationDetailsInput: Swift.Sendable { filter: [IAMClientTypes.EntityType]? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.filter = filter self.marker = marker self.maxItems = maxItems @@ -3124,8 +3011,7 @@ extension IAMClientTypes { public init( policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName } @@ -3159,8 +3045,7 @@ extension IAMClientTypes { groupName: Swift.String? = nil, groupPolicyList: [IAMClientTypes.PolicyDetail]? = nil, path: Swift.String? = nil - ) - { + ) { self.arn = arn self.attachedManagedPolicies = attachedManagedPolicies self.createDate = createDate @@ -3214,8 +3099,7 @@ extension IAMClientTypes { policyName: Swift.String? = nil, policyVersionList: [IAMClientTypes.PolicyVersion]? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.attachmentCount = attachmentCount self.createDate = createDate @@ -3274,8 +3158,7 @@ extension IAMClientTypes { roleName: Swift.String? = nil, rolePolicyList: [IAMClientTypes.PolicyDetail]? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.assumeRolePolicyDocument = assumeRolePolicyDocument self.attachedManagedPolicies = attachedManagedPolicies @@ -3328,8 +3211,7 @@ extension IAMClientTypes { userId: Swift.String? = nil, userName: Swift.String? = nil, userPolicyList: [IAMClientTypes.PolicyDetail]? = nil - ) - { + ) { self.arn = arn self.attachedManagedPolicies = attachedManagedPolicies self.createDate = createDate @@ -3366,8 +3248,7 @@ public struct GetAccountAuthorizationDetailsOutput: Swift.Sendable { policies: [IAMClientTypes.ManagedPolicyDetail]? = nil, roleDetailList: [IAMClientTypes.RoleDetail]? = nil, userDetailList: [IAMClientTypes.UserDetail]? = nil - ) - { + ) { self.groupDetailList = groupDetailList self.isTruncated = isTruncated self.marker = marker @@ -3413,8 +3294,7 @@ extension IAMClientTypes { requireNumbers: Swift.Bool = false, requireSymbols: Swift.Bool = false, requireUppercaseCharacters: Swift.Bool = false - ) - { + ) { self.allowUsersToChangePassword = allowUsersToChangePassword self.expirePasswords = expirePasswords self.hardExpiry = hardExpiry @@ -3437,8 +3317,7 @@ public struct GetAccountPasswordPolicyOutput: Swift.Sendable { public init( passwordPolicy: IAMClientTypes.PasswordPolicy? = nil - ) - { + ) { self.passwordPolicy = passwordPolicy } } @@ -3554,8 +3433,7 @@ public struct GetAccountSummaryOutput: Swift.Sendable { public init( summaryMap: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.summaryMap = summaryMap } } @@ -3573,8 +3451,7 @@ public struct GetContextKeysForCustomPolicyInput: Swift.Sendable { public init( policyInputList: [Swift.String]? = nil - ) - { + ) { self.policyInputList = policyInputList } } @@ -3586,8 +3463,7 @@ public struct GetContextKeysForCustomPolicyOutput: Swift.Sendable { public init( contextKeyNames: [Swift.String]? = nil - ) - { + ) { self.contextKeyNames = contextKeyNames } } @@ -3608,8 +3484,7 @@ public struct GetContextKeysForPrincipalPolicyInput: Swift.Sendable { public init( policyInputList: [Swift.String]? = nil, policySourceArn: Swift.String? = nil - ) - { + ) { self.policyInputList = policyInputList self.policySourceArn = policySourceArn } @@ -3622,8 +3497,7 @@ public struct GetContextKeysForPrincipalPolicyOutput: Swift.Sendable { public init( contextKeyNames: [Swift.String]? = nil - ) - { + ) { self.contextKeyNames = contextKeyNames } } @@ -3646,8 +3520,7 @@ public struct CredentialReportExpiredException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3670,8 +3543,7 @@ public struct CredentialReportNotPresentException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3694,8 +3566,7 @@ public struct CredentialReportNotReadyException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3739,8 +3610,7 @@ public struct GetCredentialReportOutput: Swift.Sendable { content: Foundation.Data? = nil, generatedTime: Foundation.Date? = nil, reportFormat: IAMClientTypes.ReportFormatType? = nil - ) - { + ) { self.content = content self.generatedTime = generatedTime self.reportFormat = reportFormat @@ -3760,8 +3630,7 @@ public struct GetGroupInput: Swift.Sendable { groupName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.groupName = groupName self.marker = marker self.maxItems = maxItems @@ -3786,8 +3655,7 @@ public struct GetGroupOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, users: [IAMClientTypes.User]? = nil - ) - { + ) { self.group = group self.isTruncated = isTruncated self.marker = marker @@ -3806,8 +3674,7 @@ public struct GetGroupPolicyInput: Swift.Sendable { public init( groupName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyName = policyName } @@ -3829,8 +3696,7 @@ public struct GetGroupPolicyOutput: Swift.Sendable { groupName: Swift.String? = nil, policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyDocument = policyDocument self.policyName = policyName @@ -3844,8 +3710,7 @@ public struct GetInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName } } @@ -3858,8 +3723,7 @@ public struct GetInstanceProfileOutput: Swift.Sendable { public init( instanceProfile: IAMClientTypes.InstanceProfile? = nil - ) - { + ) { self.instanceProfile = instanceProfile } } @@ -3870,8 +3734,7 @@ public struct GetLoginProfileInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -3884,8 +3747,7 @@ public struct GetLoginProfileOutput: Swift.Sendable { public init( loginProfile: IAMClientTypes.LoginProfile? = nil - ) - { + ) { self.loginProfile = loginProfile } } @@ -3900,8 +3762,7 @@ public struct GetMFADeviceInput: Swift.Sendable { public init( serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serialNumber = serialNumber self.userName = userName } @@ -3923,8 +3784,7 @@ public struct GetMFADeviceOutput: Swift.Sendable { enableDate: Foundation.Date? = nil, serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.certifications = certifications self.enableDate = enableDate self.serialNumber = serialNumber @@ -3939,8 +3799,7 @@ public struct GetOpenIDConnectProviderInput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn } } @@ -3964,8 +3823,7 @@ public struct GetOpenIDConnectProviderOutput: Swift.Sendable { tags: [IAMClientTypes.Tag]? = nil, thumbprintList: [Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.clientIDList = clientIDList self.createDate = createDate self.tags = tags @@ -4025,8 +3883,7 @@ public struct GetOrganizationsAccessReportInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, sortKey: IAMClientTypes.SortKeyType? = nil - ) - { + ) { self.jobId = jobId self.marker = marker self.maxItems = maxItems @@ -4048,8 +3905,7 @@ extension IAMClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4120,8 +3976,7 @@ public struct GetOrganizationsAccessReportOutput: Swift.Sendable { marker: Swift.String? = nil, numberOfServicesAccessible: Swift.Int? = nil, numberOfServicesNotAccessed: Swift.Int? = nil - ) - { + ) { self.accessDetails = accessDetails self.errorDetails = errorDetails self.isTruncated = isTruncated @@ -4141,8 +3996,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn } } @@ -4154,8 +4008,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: IAMClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -4171,8 +4024,7 @@ public struct GetPolicyVersionInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.versionId = versionId } @@ -4185,8 +4037,7 @@ public struct GetPolicyVersionOutput: Swift.Sendable { public init( policyVersion: IAMClientTypes.PolicyVersion? = nil - ) - { + ) { self.policyVersion = policyVersion } } @@ -4198,8 +4049,7 @@ public struct GetRoleInput: Swift.Sendable { public init( roleName: Swift.String? = nil - ) - { + ) { self.roleName = roleName } } @@ -4212,8 +4062,7 @@ public struct GetRoleOutput: Swift.Sendable { public init( role: IAMClientTypes.Role? = nil - ) - { + ) { self.role = role } } @@ -4229,8 +4078,7 @@ public struct GetRolePolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.roleName = roleName } @@ -4252,8 +4100,7 @@ public struct GetRolePolicyOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.roleName = roleName @@ -4267,8 +4114,7 @@ public struct GetSAMLProviderInput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn } } @@ -4289,8 +4135,7 @@ public struct GetSAMLProviderOutput: Swift.Sendable { samlMetadataDocument: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.createDate = createDate self.samlMetadataDocument = samlMetadataDocument self.tags = tags @@ -4305,8 +4150,7 @@ public struct GetServerCertificateInput: Swift.Sendable { public init( serverCertificateName: Swift.String? = nil - ) - { + ) { self.serverCertificateName = serverCertificateName } } @@ -4339,8 +4183,7 @@ extension IAMClientTypes { serverCertificateId: Swift.String? = nil, serverCertificateName: Swift.String? = nil, uploadDate: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.expiration = expiration self.path = path @@ -4371,8 +4214,7 @@ extension IAMClientTypes { certificateChain: Swift.String? = nil, serverCertificateMetadata: IAMClientTypes.ServerCertificateMetadata? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.certificateBody = certificateBody self.certificateChain = certificateChain self.serverCertificateMetadata = serverCertificateMetadata @@ -4389,8 +4231,7 @@ public struct GetServerCertificateOutput: Swift.Sendable { public init( serverCertificate: IAMClientTypes.ServerCertificate? = nil - ) - { + ) { self.serverCertificate = serverCertificate } } @@ -4408,8 +4249,7 @@ public struct GetServiceLastAccessedDetailsInput: Swift.Sendable { jobId: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.jobId = jobId self.marker = marker self.maxItems = maxItems @@ -4434,8 +4274,7 @@ extension IAMClientTypes { lastAccessedEntity: Swift.String? = nil, lastAccessedRegion: Swift.String? = nil, lastAccessedTime: Foundation.Date? = nil - ) - { + ) { self.actionName = actionName self.lastAccessedEntity = lastAccessedEntity self.lastAccessedRegion = lastAccessedRegion @@ -4473,8 +4312,7 @@ extension IAMClientTypes { serviceNamespace: Swift.String? = nil, totalAuthenticatedEntities: Swift.Int? = nil, trackedActionsLastAccessed: [IAMClientTypes.TrackedActionLastAccessed]? = nil - ) - { + ) { self.lastAuthenticated = lastAuthenticated self.lastAuthenticatedEntity = lastAuthenticatedEntity self.lastAuthenticatedRegion = lastAuthenticatedRegion @@ -4517,8 +4355,7 @@ public struct GetServiceLastAccessedDetailsOutput: Swift.Sendable { jobType: IAMClientTypes.AccessAdvisorUsageGranularityType? = nil, marker: Swift.String? = nil, servicesLastAccessed: [IAMClientTypes.ServiceLastAccessed]? = nil - ) - { + ) { self.error = error self.isTruncated = isTruncated self.jobCompletionDate = jobCompletionDate @@ -4547,8 +4384,7 @@ public struct GetServiceLastAccessedDetailsWithEntitiesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, serviceNamespace: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.marker = marker self.maxItems = maxItems @@ -4613,8 +4449,7 @@ extension IAMClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, type: IAMClientTypes.PolicyOwnerEntityType? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -4637,8 +4472,7 @@ extension IAMClientTypes { public init( entityInfo: IAMClientTypes.EntityInfo? = nil, lastAuthenticated: Foundation.Date? = nil - ) - { + ) { self.entityInfo = entityInfo self.lastAuthenticated = lastAuthenticated } @@ -4673,8 +4507,7 @@ public struct GetServiceLastAccessedDetailsWithEntitiesOutput: Swift.Sendable { jobCreationDate: Foundation.Date? = nil, jobStatus: IAMClientTypes.JobStatusType? = nil, marker: Swift.String? = nil - ) - { + ) { self.entityDetailsList = entityDetailsList self.error = error self.isTruncated = isTruncated @@ -4692,8 +4525,7 @@ public struct GetServiceLinkedRoleDeletionStatusInput: Swift.Sendable { public init( deletionTaskId: Swift.String? = nil - ) - { + ) { self.deletionTaskId = deletionTaskId } } @@ -4710,8 +4542,7 @@ extension IAMClientTypes { public init( region: Swift.String? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.region = region self.resources = resources } @@ -4730,8 +4561,7 @@ extension IAMClientTypes { public init( reason: Swift.String? = nil, roleUsageList: [IAMClientTypes.RoleUsageType]? = nil - ) - { + ) { self.reason = reason self.roleUsageList = roleUsageList } @@ -4783,8 +4613,7 @@ public struct GetServiceLinkedRoleDeletionStatusOutput: Swift.Sendable { public init( reason: IAMClientTypes.DeletionTaskFailureReasonType? = nil, status: IAMClientTypes.DeletionTaskStatusType? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -4808,8 +4637,7 @@ public struct UnrecognizedPublicKeyEncodingException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4858,8 +4686,7 @@ public struct GetSSHPublicKeyInput: Swift.Sendable { encoding: IAMClientTypes.EncodingType? = nil, sshPublicKeyId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.encoding = encoding self.sshPublicKeyId = sshPublicKeyId self.userName = userName @@ -4895,8 +4722,7 @@ extension IAMClientTypes { status: IAMClientTypes.StatusType? = nil, uploadDate: Foundation.Date? = nil, userName: Swift.String? = nil - ) - { + ) { self.fingerprint = fingerprint self.sshPublicKeyBody = sshPublicKeyBody self.sshPublicKeyId = sshPublicKeyId @@ -4914,8 +4740,7 @@ public struct GetSSHPublicKeyOutput: Swift.Sendable { public init( sshPublicKey: IAMClientTypes.SSHPublicKey? = nil - ) - { + ) { self.sshPublicKey = sshPublicKey } } @@ -4926,8 +4751,7 @@ public struct GetUserInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -4940,8 +4764,7 @@ public struct GetUserOutput: Swift.Sendable { public init( user: IAMClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -4957,8 +4780,7 @@ public struct GetUserPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.userName = userName } @@ -4980,8 +4802,7 @@ public struct GetUserPolicyOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.userName = userName @@ -5000,8 +4821,7 @@ public struct ListAccessKeysInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -5022,8 +4842,7 @@ public struct ListAccessKeysOutput: Swift.Sendable { accessKeyMetadata: [IAMClientTypes.AccessKeyMetadata]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.accessKeyMetadata = accessKeyMetadata self.isTruncated = isTruncated self.marker = marker @@ -5039,8 +4858,7 @@ public struct ListAccountAliasesInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -5060,8 +4878,7 @@ public struct ListAccountAliasesOutput: Swift.Sendable { accountAliases: [Swift.String]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.accountAliases = accountAliases self.isTruncated = isTruncated self.marker = marker @@ -5084,8 +4901,7 @@ public struct ListAttachedGroupPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.marker = marker self.maxItems = maxItems @@ -5106,8 +4922,7 @@ public struct ListAttachedGroupPoliciesOutput: Swift.Sendable { attachedPolicies: [IAMClientTypes.AttachedPolicy]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.attachedPolicies = attachedPolicies self.isTruncated = isTruncated self.marker = marker @@ -5130,8 +4945,7 @@ public struct ListAttachedRolePoliciesInput: Swift.Sendable { maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -5152,8 +4966,7 @@ public struct ListAttachedRolePoliciesOutput: Swift.Sendable { attachedPolicies: [IAMClientTypes.AttachedPolicy]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.attachedPolicies = attachedPolicies self.isTruncated = isTruncated self.marker = marker @@ -5176,8 +4989,7 @@ public struct ListAttachedUserPoliciesInput: Swift.Sendable { maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -5198,8 +5010,7 @@ public struct ListAttachedUserPoliciesOutput: Swift.Sendable { attachedPolicies: [IAMClientTypes.AttachedPolicy]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.attachedPolicies = attachedPolicies self.isTruncated = isTruncated self.marker = marker @@ -5258,8 +5069,7 @@ public struct ListEntitiesForPolicyInput: Swift.Sendable { pathPrefix: Swift.String? = nil, policyArn: Swift.String? = nil, policyUsageFilter: IAMClientTypes.PolicyUsageType? = nil - ) - { + ) { self.entityFilter = entityFilter self.marker = marker self.maxItems = maxItems @@ -5281,8 +5091,7 @@ extension IAMClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -5301,8 +5110,7 @@ extension IAMClientTypes { public init( roleId: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.roleId = roleId self.roleName = roleName } @@ -5321,8 +5129,7 @@ extension IAMClientTypes { public init( userId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.userId = userId self.userName = userName } @@ -5348,8 +5155,7 @@ public struct ListEntitiesForPolicyOutput: Swift.Sendable { policyGroups: [IAMClientTypes.PolicyGroup]? = nil, policyRoles: [IAMClientTypes.PolicyRole]? = nil, policyUsers: [IAMClientTypes.PolicyUser]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policyGroups = policyGroups @@ -5371,8 +5177,7 @@ public struct ListGroupPoliciesInput: Swift.Sendable { groupName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.groupName = groupName self.marker = marker self.maxItems = maxItems @@ -5393,8 +5198,7 @@ public struct ListGroupPoliciesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policyNames = policyNames @@ -5413,8 +5217,7 @@ public struct ListGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -5435,8 +5238,7 @@ public struct ListGroupsOutput: Swift.Sendable { groups: [IAMClientTypes.Group]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.groups = groups self.isTruncated = isTruncated self.marker = marker @@ -5456,8 +5258,7 @@ public struct ListGroupsForUserInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -5478,8 +5279,7 @@ public struct ListGroupsForUserOutput: Swift.Sendable { groups: [IAMClientTypes.Group]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.groups = groups self.isTruncated = isTruncated self.marker = marker @@ -5498,8 +5298,7 @@ public struct ListInstanceProfilesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -5520,8 +5319,7 @@ public struct ListInstanceProfilesOutput: Swift.Sendable { instanceProfiles: [IAMClientTypes.InstanceProfile]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.instanceProfiles = instanceProfiles self.isTruncated = isTruncated self.marker = marker @@ -5541,8 +5339,7 @@ public struct ListInstanceProfilesForRoleInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, roleName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.roleName = roleName @@ -5563,8 +5360,7 @@ public struct ListInstanceProfilesForRoleOutput: Swift.Sendable { instanceProfiles: [IAMClientTypes.InstanceProfile]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.instanceProfiles = instanceProfiles self.isTruncated = isTruncated self.marker = marker @@ -5584,8 +5380,7 @@ public struct ListInstanceProfileTagsInput: Swift.Sendable { instanceProfileName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.marker = marker self.maxItems = maxItems @@ -5605,8 +5400,7 @@ public struct ListInstanceProfileTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -5625,8 +5419,7 @@ public struct ListMFADevicesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -5651,8 +5444,7 @@ extension IAMClientTypes { enableDate: Foundation.Date? = nil, serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.enableDate = enableDate self.serialNumber = serialNumber self.userName = userName @@ -5674,8 +5466,7 @@ public struct ListMFADevicesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, mfaDevices: [IAMClientTypes.MFADevice]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.mfaDevices = mfaDevices @@ -5695,8 +5486,7 @@ public struct ListMFADeviceTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, serialNumber: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.serialNumber = serialNumber @@ -5716,8 +5506,7 @@ public struct ListMFADeviceTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -5738,8 +5527,7 @@ extension IAMClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5752,8 +5540,7 @@ public struct ListOpenIDConnectProvidersOutput: Swift.Sendable { public init( openIDConnectProviderList: [IAMClientTypes.OpenIDConnectProviderListEntry]? = nil - ) - { + ) { self.openIDConnectProviderList = openIDConnectProviderList } } @@ -5771,8 +5558,7 @@ public struct ListOpenIDConnectProviderTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, openIDConnectProviderArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.openIDConnectProviderArn = openIDConnectProviderArn @@ -5792,8 +5578,7 @@ public struct ListOpenIDConnectProviderTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -5814,8 +5599,7 @@ public struct ListOrganizationsFeaturesOutput: Swift.Sendable { public init( enabledFeatures: [IAMClientTypes.FeatureType]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enabledFeatures = enabledFeatures self.organizationId = organizationId } @@ -5874,8 +5658,7 @@ public struct ListPoliciesInput: Swift.Sendable { pathPrefix: Swift.String? = nil, policyUsageFilter: IAMClientTypes.PolicyUsageType? = nil, scope: IAMClientTypes.PolicyScopeType? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.onlyAttached = onlyAttached @@ -5898,8 +5681,7 @@ public struct ListPoliciesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, policies: [IAMClientTypes.Policy]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policies = policies @@ -5920,8 +5702,7 @@ public struct ListPoliciesGrantingServiceAccessInput: Swift.Sendable { arn: Swift.String? = nil, marker: Swift.String? = nil, serviceNamespaces: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.marker = marker self.serviceNamespaces = serviceNamespaces @@ -5980,8 +5761,7 @@ extension IAMClientTypes { policyArn: Swift.String? = nil, policyName: Swift.String? = nil, policyType: IAMClientTypes.PolicyType? = nil - ) - { + ) { self.entityName = entityName self.entityType = entityType self.policyArn = policyArn @@ -6003,8 +5783,7 @@ extension IAMClientTypes { public init( policies: [IAMClientTypes.PolicyGrantingServiceAccess]? = nil, serviceNamespace: Swift.String? = nil - ) - { + ) { self.policies = policies self.serviceNamespace = serviceNamespace } @@ -6024,8 +5803,7 @@ public struct ListPoliciesGrantingServiceAccessOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, policiesGrantingServiceAccess: [IAMClientTypes.ListPoliciesGrantingServiceAccessEntry]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policiesGrantingServiceAccess = policiesGrantingServiceAccess @@ -6045,8 +5823,7 @@ public struct ListPolicyTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.policyArn = policyArn @@ -6066,8 +5843,7 @@ public struct ListPolicyTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -6087,8 +5863,7 @@ public struct ListPolicyVersionsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.policyArn = policyArn @@ -6108,8 +5883,7 @@ public struct ListPolicyVersionsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, versions: [IAMClientTypes.PolicyVersion]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.versions = versions @@ -6129,8 +5903,7 @@ public struct ListRolePoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, roleName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.roleName = roleName @@ -6151,8 +5924,7 @@ public struct ListRolePoliciesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policyNames = policyNames @@ -6171,8 +5943,7 @@ public struct ListRolesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -6193,8 +5964,7 @@ public struct ListRolesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, roles: [IAMClientTypes.Role]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.roles = roles @@ -6214,8 +5984,7 @@ public struct ListRoleTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, roleName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.roleName = roleName @@ -6235,8 +6004,7 @@ public struct ListRoleTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -6263,8 +6031,7 @@ extension IAMClientTypes { arn: Swift.String? = nil, createDate: Foundation.Date? = nil, validUntil: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.validUntil = validUntil @@ -6279,8 +6046,7 @@ public struct ListSAMLProvidersOutput: Swift.Sendable { public init( samlProviderList: [IAMClientTypes.SAMLProviderListEntry]? = nil - ) - { + ) { self.samlProviderList = samlProviderList } } @@ -6298,8 +6064,7 @@ public struct ListSAMLProviderTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, samlProviderArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.samlProviderArn = samlProviderArn @@ -6319,8 +6084,7 @@ public struct ListSAMLProviderTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -6339,8 +6103,7 @@ public struct ListServerCertificatesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -6361,8 +6124,7 @@ public struct ListServerCertificatesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, serverCertificateMetadataList: [IAMClientTypes.ServerCertificateMetadata]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.serverCertificateMetadataList = serverCertificateMetadataList @@ -6382,8 +6144,7 @@ public struct ListServerCertificateTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, serverCertificateName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.serverCertificateName = serverCertificateName @@ -6403,8 +6164,7 @@ public struct ListServerCertificateTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -6420,8 +6180,7 @@ public struct ListServiceSpecificCredentialsInput: Swift.Sendable { public init( serviceName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName self.userName = userName } @@ -6457,8 +6216,7 @@ extension IAMClientTypes { serviceUserName: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.serviceName = serviceName self.serviceSpecificCredentialId = serviceSpecificCredentialId @@ -6475,8 +6233,7 @@ public struct ListServiceSpecificCredentialsOutput: Swift.Sendable { public init( serviceSpecificCredentials: [IAMClientTypes.ServiceSpecificCredentialMetadata]? = nil - ) - { + ) { self.serviceSpecificCredentials = serviceSpecificCredentials } } @@ -6493,8 +6250,7 @@ public struct ListSigningCertificatesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -6526,8 +6282,7 @@ extension IAMClientTypes { status: IAMClientTypes.StatusType? = nil, uploadDate: Foundation.Date? = nil, userName: Swift.String? = nil - ) - { + ) { self.certificateBody = certificateBody self.certificateId = certificateId self.status = status @@ -6551,8 +6306,7 @@ public struct ListSigningCertificatesOutput: Swift.Sendable { certificates: [IAMClientTypes.SigningCertificate]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.isTruncated = isTruncated self.marker = marker @@ -6571,8 +6325,7 @@ public struct ListSSHPublicKeysInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -6601,8 +6354,7 @@ extension IAMClientTypes { status: IAMClientTypes.StatusType? = nil, uploadDate: Foundation.Date? = nil, userName: Swift.String? = nil - ) - { + ) { self.sshPublicKeyId = sshPublicKeyId self.status = status self.uploadDate = uploadDate @@ -6624,8 +6376,7 @@ public struct ListSSHPublicKeysOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, sshPublicKeys: [IAMClientTypes.SSHPublicKeyMetadata]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.sshPublicKeys = sshPublicKeys @@ -6645,8 +6396,7 @@ public struct ListUserPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -6667,8 +6417,7 @@ public struct ListUserPoliciesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.policyNames = policyNames @@ -6687,8 +6436,7 @@ public struct ListUsersInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, pathPrefix: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.pathPrefix = pathPrefix @@ -6709,8 +6457,7 @@ public struct ListUsersOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, users: [IAMClientTypes.User]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.users = users @@ -6730,8 +6477,7 @@ public struct ListUserTagsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.userName = userName @@ -6751,8 +6497,7 @@ public struct ListUserTagsOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.tags = tags @@ -6771,8 +6516,7 @@ public struct ListVirtualMFADevicesInput: Swift.Sendable { assignmentStatus: IAMClientTypes.AssignmentStatusType? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.assignmentStatus = assignmentStatus self.marker = marker self.maxItems = maxItems @@ -6793,8 +6537,7 @@ public struct ListVirtualMFADevicesOutput: Swift.Sendable { isTruncated: Swift.Bool = false, marker: Swift.String? = nil, virtualMFADevices: [IAMClientTypes.VirtualMFADevice]? = nil - ) - { + ) { self.isTruncated = isTruncated self.marker = marker self.virtualMFADevices = virtualMFADevices @@ -6822,8 +6565,7 @@ public struct PutGroupPolicyInput: Swift.Sendable { groupName: Swift.String? = nil, policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.policyDocument = policyDocument self.policyName = policyName @@ -6841,8 +6583,7 @@ public struct PutRolePermissionsBoundaryInput: Swift.Sendable { public init( permissionsBoundary: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.permissionsBoundary = permissionsBoundary self.roleName = roleName } @@ -6869,8 +6610,7 @@ public struct PutRolePolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.roleName = roleName @@ -6888,8 +6628,7 @@ public struct PutUserPermissionsBoundaryInput: Swift.Sendable { public init( permissionsBoundary: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.permissionsBoundary = permissionsBoundary self.userName = userName } @@ -6916,8 +6655,7 @@ public struct PutUserPolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.userName = userName @@ -6935,8 +6673,7 @@ public struct RemoveClientIDFromOpenIDConnectProviderInput: Swift.Sendable { public init( clientID: Swift.String? = nil, openIDConnectProviderArn: Swift.String? = nil - ) - { + ) { self.clientID = clientID self.openIDConnectProviderArn = openIDConnectProviderArn } @@ -6953,8 +6690,7 @@ public struct RemoveRoleFromInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.roleName = roleName } @@ -6971,8 +6707,7 @@ public struct RemoveUserFromGroupInput: Swift.Sendable { public init( groupName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.userName = userName } @@ -6988,8 +6723,7 @@ public struct ResetServiceSpecificCredentialInput: Swift.Sendable { public init( serviceSpecificCredentialId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceSpecificCredentialId = serviceSpecificCredentialId self.userName = userName } @@ -7001,8 +6735,7 @@ public struct ResetServiceSpecificCredentialOutput: Swift.Sendable { public init( serviceSpecificCredential: IAMClientTypes.ServiceSpecificCredential? = nil - ) - { + ) { self.serviceSpecificCredential = serviceSpecificCredential } } @@ -7026,8 +6759,7 @@ public struct ResyncMFADeviceInput: Swift.Sendable { authenticationCode2: Swift.String? = nil, serialNumber: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authenticationCode1 = authenticationCode1 self.authenticationCode2 = authenticationCode2 self.serialNumber = serialNumber @@ -7046,8 +6778,7 @@ public struct SetDefaultPolicyVersionInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.versionId = versionId } @@ -7089,8 +6820,7 @@ public struct SetSecurityTokenServicePreferencesInput: Swift.Sendable { public init( globalEndpointTokenVersion: IAMClientTypes.GlobalEndpointTokenVersion? = nil - ) - { + ) { self.globalEndpointTokenVersion = globalEndpointTokenVersion } } @@ -7113,8 +6843,7 @@ public struct PolicyEvaluationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7193,8 +6922,7 @@ extension IAMClientTypes { contextKeyName: Swift.String? = nil, contextKeyType: IAMClientTypes.ContextKeyTypeEnum? = nil, contextKeyValues: [Swift.String]? = nil - ) - { + ) { self.contextKeyName = contextKeyName self.contextKeyType = contextKeyType self.contextKeyValues = contextKeyValues @@ -7269,8 +6997,7 @@ public struct SimulateCustomPolicyInput: Swift.Sendable { resourceHandlingOption: Swift.String? = nil, resourceOwner: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.actionNames = actionNames self.callerArn = callerArn self.contextEntries = contextEntries @@ -7329,8 +7056,7 @@ extension IAMClientTypes { public init( column: Swift.Int = 0, line: Swift.Int = 0 - ) - { + ) { self.column = column self.line = line } @@ -7399,8 +7125,7 @@ extension IAMClientTypes { sourcePolicyId: Swift.String? = nil, sourcePolicyType: IAMClientTypes.PolicySourceType? = nil, startPosition: IAMClientTypes.Position? = nil - ) - { + ) { self.endPosition = endPosition self.sourcePolicyId = sourcePolicyId self.sourcePolicyType = sourcePolicyType @@ -7418,8 +7143,7 @@ extension IAMClientTypes { public init( allowedByOrganizations: Swift.Bool = false - ) - { + ) { self.allowedByOrganizations = allowedByOrganizations } } @@ -7434,8 +7158,7 @@ extension IAMClientTypes { public init( allowedByPermissionsBoundary: Swift.Bool = false - ) - { + ) { self.allowedByPermissionsBoundary = allowedByPermissionsBoundary } } @@ -7467,8 +7190,7 @@ extension IAMClientTypes { matchedStatements: [IAMClientTypes.Statement]? = nil, missingContextValues: [Swift.String]? = nil, permissionsBoundaryDecisionDetail: IAMClientTypes.PermissionsBoundaryDecisionDetail? = nil - ) - { + ) { self.evalDecisionDetails = evalDecisionDetails self.evalResourceDecision = evalResourceDecision self.evalResourceName = evalResourceName @@ -7514,8 +7236,7 @@ extension IAMClientTypes { organizationsDecisionDetail: IAMClientTypes.OrganizationsDecisionDetail? = nil, permissionsBoundaryDecisionDetail: IAMClientTypes.PermissionsBoundaryDecisionDetail? = nil, resourceSpecificResults: [IAMClientTypes.ResourceSpecificResult]? = nil - ) - { + ) { self.evalActionName = evalActionName self.evalDecision = evalDecision self.evalDecisionDetails = evalDecisionDetails @@ -7542,8 +7263,7 @@ public struct SimulateCustomPolicyOutput: Swift.Sendable { evaluationResults: [IAMClientTypes.EvaluationResult]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.evaluationResults = evaluationResults self.isTruncated = isTruncated self.marker = marker @@ -7620,8 +7340,7 @@ public struct SimulatePrincipalPolicyInput: Swift.Sendable { resourceHandlingOption: Swift.String? = nil, resourceOwner: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.actionNames = actionNames self.callerArn = callerArn self.contextEntries = contextEntries @@ -7650,8 +7369,7 @@ public struct SimulatePrincipalPolicyOutput: Swift.Sendable { evaluationResults: [IAMClientTypes.EvaluationResult]? = nil, isTruncated: Swift.Bool = false, marker: Swift.String? = nil - ) - { + ) { self.evaluationResults = evaluationResults self.isTruncated = isTruncated self.marker = marker @@ -7669,8 +7387,7 @@ public struct TagInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.tags = tags } @@ -7687,8 +7404,7 @@ public struct TagMFADeviceInput: Swift.Sendable { public init( serialNumber: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.serialNumber = serialNumber self.tags = tags } @@ -7705,8 +7421,7 @@ public struct TagOpenIDConnectProviderInput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn self.tags = tags } @@ -7723,8 +7438,7 @@ public struct TagPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.policyArn = policyArn self.tags = tags } @@ -7741,8 +7455,7 @@ public struct TagRoleInput: Swift.Sendable { public init( roleName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.roleName = roleName self.tags = tags } @@ -7759,8 +7472,7 @@ public struct TagSAMLProviderInput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.tags = tags } @@ -7777,8 +7489,7 @@ public struct TagServerCertificateInput: Swift.Sendable { public init( serverCertificateName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.serverCertificateName = serverCertificateName self.tags = tags } @@ -7795,8 +7506,7 @@ public struct TagUserInput: Swift.Sendable { public init( tags: [IAMClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.tags = tags self.userName = userName } @@ -7813,8 +7523,7 @@ public struct UntagInstanceProfileInput: Swift.Sendable { public init( instanceProfileName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.instanceProfileName = instanceProfileName self.tagKeys = tagKeys } @@ -7831,8 +7540,7 @@ public struct UntagMFADeviceInput: Swift.Sendable { public init( serialNumber: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.serialNumber = serialNumber self.tagKeys = tagKeys } @@ -7849,8 +7557,7 @@ public struct UntagOpenIDConnectProviderInput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn self.tagKeys = tagKeys } @@ -7867,8 +7574,7 @@ public struct UntagPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.policyArn = policyArn self.tagKeys = tagKeys } @@ -7885,8 +7591,7 @@ public struct UntagRoleInput: Swift.Sendable { public init( roleName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.roleName = roleName self.tagKeys = tagKeys } @@ -7903,8 +7608,7 @@ public struct UntagSAMLProviderInput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.tagKeys = tagKeys } @@ -7921,8 +7625,7 @@ public struct UntagServerCertificateInput: Swift.Sendable { public init( serverCertificateName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.serverCertificateName = serverCertificateName self.tagKeys = tagKeys } @@ -7939,8 +7642,7 @@ public struct UntagUserInput: Swift.Sendable { public init( tagKeys: [Swift.String]? = nil, userName: Swift.String? = nil - ) - { + ) { self.tagKeys = tagKeys self.userName = userName } @@ -7960,8 +7662,7 @@ public struct UpdateAccessKeyInput: Swift.Sendable { accessKeyId: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.status = status self.userName = userName @@ -7998,8 +7699,7 @@ public struct UpdateAccountPasswordPolicyInput: Swift.Sendable { requireNumbers: Swift.Bool? = false, requireSymbols: Swift.Bool? = false, requireUppercaseCharacters: Swift.Bool? = false - ) - { + ) { self.allowUsersToChangePassword = allowUsersToChangePassword self.hardExpiry = hardExpiry self.maxPasswordAge = maxPasswordAge @@ -8029,8 +7729,7 @@ public struct UpdateAssumeRolePolicyInput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.roleName = roleName } @@ -8049,8 +7748,7 @@ public struct UpdateGroupInput: Swift.Sendable { groupName: Swift.String? = nil, newGroupName: Swift.String? = nil, newPath: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.newGroupName = newGroupName self.newPath = newPath @@ -8079,8 +7777,7 @@ public struct UpdateLoginProfileInput: Swift.Sendable { password: Swift.String? = nil, passwordResetRequired: Swift.Bool? = nil, userName: Swift.String? = nil - ) - { + ) { self.password = password self.passwordResetRequired = passwordResetRequired self.userName = userName @@ -8103,8 +7800,7 @@ public struct UpdateOpenIDConnectProviderThumbprintInput: Swift.Sendable { public init( openIDConnectProviderArn: Swift.String? = nil, thumbprintList: [Swift.String]? = nil - ) - { + ) { self.openIDConnectProviderArn = openIDConnectProviderArn self.thumbprintList = thumbprintList } @@ -8123,8 +7819,7 @@ public struct UpdateRoleInput: Swift.Sendable { description: Swift.String? = nil, maxSessionDuration: Swift.Int? = nil, roleName: Swift.String? = nil - ) - { + ) { self.description = description self.maxSessionDuration = maxSessionDuration self.roleName = roleName @@ -8147,8 +7842,7 @@ public struct UpdateRoleDescriptionInput: Swift.Sendable { public init( description: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.description = description self.roleName = roleName } @@ -8160,8 +7854,7 @@ public struct UpdateRoleDescriptionOutput: Swift.Sendable { public init( role: IAMClientTypes.Role? = nil - ) - { + ) { self.role = role } } @@ -8177,8 +7870,7 @@ public struct UpdateSAMLProviderInput: Swift.Sendable { public init( samlMetadataDocument: Swift.String? = nil, samlProviderArn: Swift.String? = nil - ) - { + ) { self.samlMetadataDocument = samlMetadataDocument self.samlProviderArn = samlProviderArn } @@ -8191,8 +7883,7 @@ public struct UpdateSAMLProviderOutput: Swift.Sendable { public init( samlProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn } } @@ -8210,8 +7901,7 @@ public struct UpdateServerCertificateInput: Swift.Sendable { newPath: Swift.String? = nil, newServerCertificateName: Swift.String? = nil, serverCertificateName: Swift.String? = nil - ) - { + ) { self.newPath = newPath self.newServerCertificateName = newServerCertificateName self.serverCertificateName = serverCertificateName @@ -8232,8 +7922,7 @@ public struct UpdateServiceSpecificCredentialInput: Swift.Sendable { serviceSpecificCredentialId: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceSpecificCredentialId = serviceSpecificCredentialId self.status = status self.userName = userName @@ -8254,8 +7943,7 @@ public struct UpdateSigningCertificateInput: Swift.Sendable { certificateId: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.status = status self.userName = userName @@ -8277,8 +7965,7 @@ public struct UpdateSSHPublicKeyInput: Swift.Sendable { sshPublicKeyId: Swift.String? = nil, status: IAMClientTypes.StatusType? = nil, userName: Swift.String? = nil - ) - { + ) { self.sshPublicKeyId = sshPublicKeyId self.status = status self.userName = userName @@ -8298,8 +7985,7 @@ public struct UpdateUserInput: Swift.Sendable { newPath: Swift.String? = nil, newUserName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.newPath = newPath self.newUserName = newUserName self.userName = userName @@ -8324,8 +8010,7 @@ public struct KeyPairMismatchException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8348,8 +8033,7 @@ public struct MalformedCertificateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8396,8 +8080,7 @@ public struct UploadServerCertificateInput: Swift.Sendable { privateKey: Swift.String? = nil, serverCertificateName: Swift.String? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.certificateBody = certificateBody self.certificateChain = certificateChain self.path = path @@ -8422,8 +8105,7 @@ public struct UploadServerCertificateOutput: Swift.Sendable { public init( serverCertificateMetadata: IAMClientTypes.ServerCertificateMetadata? = nil, tags: [IAMClientTypes.Tag]? = nil - ) - { + ) { self.serverCertificateMetadata = serverCertificateMetadata self.tags = tags } @@ -8447,8 +8129,7 @@ public struct DuplicateCertificateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8471,8 +8152,7 @@ public struct InvalidCertificateException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8493,8 +8173,7 @@ public struct UploadSigningCertificateInput: Swift.Sendable { public init( certificateBody: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.certificateBody = certificateBody self.userName = userName } @@ -8508,8 +8187,7 @@ public struct UploadSigningCertificateOutput: Swift.Sendable { public init( certificate: IAMClientTypes.SigningCertificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -8532,8 +8210,7 @@ public struct DuplicateSSHPublicKeyException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8556,8 +8233,7 @@ public struct InvalidPublicKeyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8579,8 +8255,7 @@ public struct UploadSSHPublicKeyInput: Swift.Sendable { public init( sshPublicKeyBody: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.sshPublicKeyBody = sshPublicKeyBody self.userName = userName } @@ -8593,8 +8268,7 @@ public struct UploadSSHPublicKeyOutput: Swift.Sendable { public init( sshPublicKey: IAMClientTypes.SSHPublicKey? = nil - ) - { + ) { self.sshPublicKey = sshPublicKey } } diff --git a/Sources/Services/AWSIVSRealTime/Package.swift.txt b/Sources/Services/AWSIVSRealTime/Package.swift.txt index bfa92f7a499..2c27469c62d 100644 --- a/Sources/Services/AWSIVSRealTime/Package.swift.txt +++ b/Sources/Services/AWSIVSRealTime/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/IVSRealTimeClient.swift b/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/IVSRealTimeClient.swift index 70a1b5aca13..31b44f8f61b 100644 --- a/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/IVSRealTimeClient.swift +++ b/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/IVSRealTimeClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IVSRealTimeClient: ClientRuntime.Client { public static let clientName = "IVSRealTimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IVSRealTimeClient.IVSRealTimeClientConfiguration let serviceName = "IVS RealTime" diff --git a/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/Models.swift b/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/Models.swift index de3c6fa9972..bc5a504109f 100644 --- a/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/Models.swift +++ b/Sources/Services/AWSIVSRealTime/Sources/AWSIVSRealTime/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -73,8 +72,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -98,8 +96,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -123,8 +120,7 @@ public struct PendingVerification: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -148,8 +144,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -173,8 +168,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -198,8 +192,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -222,8 +215,7 @@ extension IVSRealTimeClientTypes { framerate: Swift.Float? = nil, height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.bitrate = bitrate self.framerate = framerate self.height = height @@ -244,8 +236,7 @@ public struct CreateEncoderConfigurationInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, video: IVSRealTimeClientTypes.Video? = nil - ) - { + ) { self.name = name self.tags = tags self.video = video @@ -271,8 +262,7 @@ extension IVSRealTimeClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, video: IVSRealTimeClientTypes.Video? = nil - ) - { + ) { self.arn = arn self.name = name self.tags = tags @@ -287,8 +277,7 @@ public struct CreateEncoderConfigurationOutput: Swift.Sendable { public init( encoderConfiguration: IVSRealTimeClientTypes.EncoderConfiguration? = nil - ) - { + ) { self.encoderConfiguration = encoderConfiguration } } @@ -347,8 +336,7 @@ public struct CreateIngestConfigurationInput: Swift.Sendable { stageArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.ingestProtocol = ingestProtocol self.insecureIngest = insecureIngest @@ -430,8 +418,7 @@ extension IVSRealTimeClientTypes { streamKey: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.ingestProtocol = ingestProtocol @@ -457,8 +444,7 @@ public struct CreateIngestConfigurationOutput: Swift.Sendable { public init( ingestConfiguration: IVSRealTimeClientTypes.IngestConfiguration? = nil - ) - { + ) { self.ingestConfiguration = ingestConfiguration } } @@ -511,8 +497,7 @@ public struct CreateParticipantTokenInput: Swift.Sendable { duration: Swift.Int? = nil, stageArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.capabilities = capabilities self.duration = duration @@ -548,8 +533,7 @@ extension IVSRealTimeClientTypes { participantId: Swift.String? = nil, token: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.capabilities = capabilities self.duration = duration @@ -572,8 +556,7 @@ public struct CreateParticipantTokenOutput: Swift.Sendable { public init( participantToken: IVSRealTimeClientTypes.ParticipantToken? = nil - ) - { + ) { self.participantToken = participantToken } } @@ -683,8 +666,7 @@ extension IVSRealTimeClientTypes { recordingMode: IVSRealTimeClientTypes.ThumbnailRecordingMode? = nil, storage: [IVSRealTimeClientTypes.ThumbnailStorageType]? = nil, targetIntervalSeconds: Swift.Int? = nil - ) - { + ) { self.recordingMode = recordingMode self.storage = storage self.targetIntervalSeconds = targetIntervalSeconds @@ -708,8 +690,7 @@ extension IVSRealTimeClientTypes { mediaTypes: [IVSRealTimeClientTypes.ParticipantRecordingMediaType]? = nil, storageConfigurationArn: Swift.String? = nil, thumbnailConfiguration: IVSRealTimeClientTypes.ParticipantThumbnailConfiguration? = nil - ) - { + ) { self.mediaTypes = mediaTypes self.storageConfigurationArn = storageConfigurationArn self.thumbnailConfiguration = thumbnailConfiguration @@ -735,8 +716,7 @@ extension IVSRealTimeClientTypes { capabilities: [IVSRealTimeClientTypes.ParticipantTokenCapability]? = nil, duration: Swift.Int? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.capabilities = capabilities self.duration = duration @@ -760,8 +740,7 @@ public struct CreateStageInput: Swift.Sendable { name: Swift.String? = nil, participantTokenConfigurations: [IVSRealTimeClientTypes.ParticipantTokenConfiguration]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.autoParticipantRecordingConfiguration = autoParticipantRecordingConfiguration self.name = name self.participantTokenConfigurations = participantTokenConfigurations @@ -787,8 +766,7 @@ extension IVSRealTimeClientTypes { rtmp: Swift.String? = nil, rtmps: Swift.String? = nil, whip: Swift.String? = nil - ) - { + ) { self.events = events self.rtmp = rtmp self.rtmps = rtmps @@ -822,8 +800,7 @@ extension IVSRealTimeClientTypes { endpoints: IVSRealTimeClientTypes.StageEndpoints? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeSessionId = activeSessionId self.arn = arn self.autoParticipantRecordingConfiguration = autoParticipantRecordingConfiguration @@ -843,8 +820,7 @@ public struct CreateStageOutput: Swift.Sendable { public init( participantTokens: [IVSRealTimeClientTypes.ParticipantToken]? = nil, stage: IVSRealTimeClientTypes.Stage? = nil - ) - { + ) { self.participantTokens = participantTokens self.stage = stage } @@ -860,8 +836,7 @@ extension IVSRealTimeClientTypes { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -880,8 +855,7 @@ public struct CreateStorageConfigurationInput: Swift.Sendable { name: Swift.String? = nil, s3: IVSRealTimeClientTypes.S3StorageConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.s3 = s3 self.tags = tags @@ -907,8 +881,7 @@ extension IVSRealTimeClientTypes { name: Swift.String? = nil, s3: IVSRealTimeClientTypes.S3StorageConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.s3 = s3 @@ -923,8 +896,7 @@ public struct CreateStorageConfigurationOutput: Swift.Sendable { public init( storageConfiguration: IVSRealTimeClientTypes.StorageConfiguration? = nil - ) - { + ) { self.storageConfiguration = storageConfiguration } } @@ -936,8 +908,7 @@ public struct DeleteEncoderConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -957,8 +928,7 @@ public struct DeleteIngestConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil, force: Swift.Bool? = false - ) - { + ) { self.arn = arn self.force = force } @@ -976,8 +946,7 @@ public struct DeletePublicKeyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -994,8 +963,7 @@ public struct DeleteStageInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1012,8 +980,7 @@ public struct DeleteStorageConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1037,8 +1004,7 @@ public struct DisconnectParticipantInput: Swift.Sendable { participantId: Swift.String? = nil, reason: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.participantId = participantId self.reason = reason self.stageArn = stageArn @@ -1057,8 +1023,7 @@ public struct GetCompositionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1076,8 +1041,7 @@ extension IVSRealTimeClientTypes { public init( channelArn: Swift.String? = nil, encoderConfigurationArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.encoderConfigurationArn = encoderConfigurationArn } @@ -1119,8 +1083,7 @@ extension IVSRealTimeClientTypes { public init( format: IVSRealTimeClientTypes.RecordingConfigurationFormat? = nil - ) - { + ) { self.format = format } } @@ -1138,8 +1101,7 @@ extension IVSRealTimeClientTypes { public init( storage: [IVSRealTimeClientTypes.ThumbnailStorageType]? = nil, targetIntervalSeconds: Swift.Int? = nil - ) - { + ) { self.storage = storage self.targetIntervalSeconds = targetIntervalSeconds } @@ -1166,8 +1128,7 @@ extension IVSRealTimeClientTypes { recordingConfiguration: IVSRealTimeClientTypes.RecordingConfiguration? = nil, storageConfigurationArn: Swift.String? = nil, thumbnailConfigurations: [IVSRealTimeClientTypes.CompositionThumbnailConfiguration]? = nil - ) - { + ) { self.encoderConfigurationArns = encoderConfigurationArns self.recordingConfiguration = recordingConfiguration self.storageConfigurationArn = storageConfigurationArn @@ -1191,8 +1152,7 @@ extension IVSRealTimeClientTypes { channel: IVSRealTimeClientTypes.ChannelDestinationConfiguration? = nil, name: Swift.String? = nil, s3: IVSRealTimeClientTypes.S3DestinationConfiguration? = nil - ) - { + ) { self.channel = channel self.name = name self.s3 = s3 @@ -1210,8 +1170,7 @@ extension IVSRealTimeClientTypes { public init( recordingPrefix: Swift.String? = nil - ) - { + ) { self.recordingPrefix = recordingPrefix } } @@ -1226,8 +1185,7 @@ extension IVSRealTimeClientTypes { public init( s3: IVSRealTimeClientTypes.S3Detail? = nil - ) - { + ) { self.s3 = s3 } } @@ -1301,8 +1259,7 @@ extension IVSRealTimeClientTypes { id: Swift.String? = nil, startTime: Foundation.Date? = nil, state: IVSRealTimeClientTypes.DestinationState? = nil - ) - { + ) { self.configuration = configuration self.detail = detail self.endTime = endTime @@ -1401,8 +1358,7 @@ extension IVSRealTimeClientTypes { omitStoppedVideo: Swift.Bool = false, videoAspectRatio: IVSRealTimeClientTypes.VideoAspectRatio? = nil, videoFillMode: IVSRealTimeClientTypes.VideoFillMode? = nil - ) - { + ) { self.featuredParticipantAttribute = featuredParticipantAttribute self.gridGap = gridGap self.omitStoppedVideo = omitStoppedVideo @@ -1512,8 +1468,7 @@ extension IVSRealTimeClientTypes { pipPosition: IVSRealTimeClientTypes.PipPosition? = nil, pipWidth: Swift.Int? = nil, videoFillMode: IVSRealTimeClientTypes.VideoFillMode? = nil - ) - { + ) { self.featuredParticipantAttribute = featuredParticipantAttribute self.gridGap = gridGap self.omitStoppedVideo = omitStoppedVideo @@ -1540,8 +1495,7 @@ extension IVSRealTimeClientTypes { public init( grid: IVSRealTimeClientTypes.GridConfiguration? = nil, pip: IVSRealTimeClientTypes.PipConfiguration? = nil - ) - { + ) { self.grid = grid self.pip = pip } @@ -1621,8 +1575,7 @@ extension IVSRealTimeClientTypes { startTime: Foundation.Date? = nil, state: IVSRealTimeClientTypes.CompositionState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.destinations = destinations self.endTime = endTime @@ -1641,8 +1594,7 @@ public struct GetCompositionOutput: Swift.Sendable { public init( composition: IVSRealTimeClientTypes.Composition? = nil - ) - { + ) { self.composition = composition } } @@ -1654,8 +1606,7 @@ public struct GetEncoderConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1666,8 +1617,7 @@ public struct GetEncoderConfigurationOutput: Swift.Sendable { public init( encoderConfiguration: IVSRealTimeClientTypes.EncoderConfiguration? = nil - ) - { + ) { self.encoderConfiguration = encoderConfiguration } } @@ -1679,8 +1629,7 @@ public struct GetIngestConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1691,8 +1640,7 @@ public struct GetIngestConfigurationOutput: Swift.Sendable { public init( ingestConfiguration: IVSRealTimeClientTypes.IngestConfiguration? = nil - ) - { + ) { self.ingestConfiguration = ingestConfiguration } } @@ -1712,8 +1660,7 @@ public struct GetParticipantInput: Swift.Sendable { participantId: Swift.String? = nil, sessionId: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.participantId = participantId self.sessionId = sessionId self.stageArn = stageArn @@ -1879,8 +1826,7 @@ extension IVSRealTimeClientTypes { sdkVersion: Swift.String? = nil, state: IVSRealTimeClientTypes.ParticipantState? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.browserName = browserName self.browserVersion = browserVersion @@ -1907,8 +1853,7 @@ public struct GetParticipantOutput: Swift.Sendable { public init( participant: IVSRealTimeClientTypes.Participant? = nil - ) - { + ) { self.participant = participant } } @@ -1920,8 +1865,7 @@ public struct GetPublicKeyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1947,8 +1891,7 @@ extension IVSRealTimeClientTypes { name: Swift.String? = nil, publicKeyMaterial: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.fingerprint = fingerprint self.name = name @@ -1964,8 +1907,7 @@ public struct GetPublicKeyOutput: Swift.Sendable { public init( publicKey: IVSRealTimeClientTypes.PublicKey? = nil - ) - { + ) { self.publicKey = publicKey } } @@ -1977,8 +1919,7 @@ public struct GetStageInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1989,8 +1930,7 @@ public struct GetStageOutput: Swift.Sendable { public init( stage: IVSRealTimeClientTypes.Stage? = nil - ) - { + ) { self.stage = stage } } @@ -2006,8 +1946,7 @@ public struct GetStageSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId self.stageArn = stageArn } @@ -2028,8 +1967,7 @@ extension IVSRealTimeClientTypes { endTime: Foundation.Date? = nil, sessionId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.sessionId = sessionId self.startTime = startTime @@ -2043,8 +1981,7 @@ public struct GetStageSessionOutput: Swift.Sendable { public init( stageSession: IVSRealTimeClientTypes.StageSession? = nil - ) - { + ) { self.stageSession = stageSession } } @@ -2056,8 +1993,7 @@ public struct GetStorageConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2068,8 +2004,7 @@ public struct GetStorageConfigurationOutput: Swift.Sendable { public init( storageConfiguration: IVSRealTimeClientTypes.StorageConfiguration? = nil - ) - { + ) { self.storageConfiguration = storageConfiguration } } @@ -2087,8 +2022,7 @@ public struct ImportPublicKeyInput: Swift.Sendable { name: Swift.String? = nil, publicKeyMaterial: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.publicKeyMaterial = publicKeyMaterial self.tags = tags @@ -2101,8 +2035,7 @@ public struct ImportPublicKeyOutput: Swift.Sendable { public init( publicKey: IVSRealTimeClientTypes.PublicKey? = nil - ) - { + ) { self.publicKey = publicKey } } @@ -2122,8 +2055,7 @@ public struct ListCompositionsInput: Swift.Sendable { filterByStageArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterByEncoderConfigurationArn = filterByEncoderConfigurationArn self.filterByStageArn = filterByStageArn self.maxResults = maxResults @@ -2151,8 +2083,7 @@ extension IVSRealTimeClientTypes { id: Swift.String? = nil, startTime: Foundation.Date? = nil, state: IVSRealTimeClientTypes.DestinationState? = nil - ) - { + ) { self.endTime = endTime self.id = id self.startTime = startTime @@ -2192,8 +2123,7 @@ extension IVSRealTimeClientTypes { startTime: Foundation.Date? = nil, state: IVSRealTimeClientTypes.CompositionState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.destinations = destinations self.endTime = endTime @@ -2215,8 +2145,7 @@ public struct ListCompositionsOutput: Swift.Sendable { public init( compositions: [IVSRealTimeClientTypes.CompositionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.compositions = compositions self.nextToken = nextToken } @@ -2231,8 +2160,7 @@ public struct ListEncoderConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2254,8 +2182,7 @@ extension IVSRealTimeClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.tags = tags @@ -2273,8 +2200,7 @@ public struct ListEncoderConfigurationsOutput: Swift.Sendable { public init( encoderConfigurations: [IVSRealTimeClientTypes.EncoderConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.encoderConfigurations = encoderConfigurations self.nextToken = nextToken } @@ -2295,8 +2221,7 @@ public struct ListIngestConfigurationsInput: Swift.Sendable { filterByState: IVSRealTimeClientTypes.IngestConfigurationState? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterByStageArn = filterByStageArn self.filterByState = filterByState self.maxResults = maxResults @@ -2336,8 +2261,7 @@ extension IVSRealTimeClientTypes { stageArn: Swift.String? = nil, state: IVSRealTimeClientTypes.IngestConfigurationState? = nil, userId: Swift.String? = nil - ) - { + ) { self.arn = arn self.ingestProtocol = ingestProtocol self.name = name @@ -2359,8 +2283,7 @@ public struct ListIngestConfigurationsOutput: Swift.Sendable { public init( ingestConfigurations: [IVSRealTimeClientTypes.IngestConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ingestConfigurations = ingestConfigurations self.nextToken = nextToken } @@ -2387,8 +2310,7 @@ public struct ListParticipantEventsInput: Swift.Sendable { participantId: Swift.String? = nil, sessionId: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.participantId = participantId @@ -2561,8 +2483,7 @@ extension IVSRealTimeClientTypes { name: IVSRealTimeClientTypes.EventName? = nil, participantId: Swift.String? = nil, remoteParticipantId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.eventTime = eventTime self.name = name @@ -2582,8 +2503,7 @@ public struct ListParticipantEventsOutput: Swift.Sendable { public init( events: [IVSRealTimeClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -2656,8 +2576,7 @@ public struct ListParticipantsInput: Swift.Sendable { nextToken: Swift.String? = nil, sessionId: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.filterByPublished = filterByPublished self.filterByRecordingState = filterByRecordingState self.filterByState = filterByState @@ -2693,8 +2612,7 @@ extension IVSRealTimeClientTypes { recordingState: IVSRealTimeClientTypes.ParticipantRecordingState? = nil, state: IVSRealTimeClientTypes.ParticipantState? = nil, userId: Swift.String? = nil - ) - { + ) { self.firstJoinTime = firstJoinTime self.participantId = participantId self.published = published @@ -2715,8 +2633,7 @@ public struct ListParticipantsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, participants: [IVSRealTimeClientTypes.ParticipantSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.participants = participants } @@ -2731,8 +2648,7 @@ public struct ListPublicKeysInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2753,8 +2669,7 @@ extension IVSRealTimeClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.tags = tags @@ -2772,8 +2687,7 @@ public struct ListPublicKeysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, publicKeys: [IVSRealTimeClientTypes.PublicKeySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.publicKeys = publicKeys } @@ -2788,8 +2702,7 @@ public struct ListStagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2814,8 +2727,7 @@ extension IVSRealTimeClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeSessionId = activeSessionId self.arn = arn self.name = name @@ -2834,8 +2746,7 @@ public struct ListStagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stages: [IVSRealTimeClientTypes.StageSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.stages = stages } @@ -2854,8 +2765,7 @@ public struct ListStageSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stageArn = stageArn @@ -2877,8 +2787,7 @@ extension IVSRealTimeClientTypes { endTime: Foundation.Date? = nil, sessionId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.sessionId = sessionId self.startTime = startTime @@ -2896,8 +2805,7 @@ public struct ListStageSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stageSessions: [IVSRealTimeClientTypes.StageSessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.stageSessions = stageSessions } @@ -2912,8 +2820,7 @@ public struct ListStorageConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2938,8 +2845,7 @@ extension IVSRealTimeClientTypes { name: Swift.String? = nil, s3: IVSRealTimeClientTypes.S3StorageConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.s3 = s3 @@ -2958,8 +2864,7 @@ public struct ListStorageConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageConfigurations: [IVSRealTimeClientTypes.StorageConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.storageConfigurations = storageConfigurations } @@ -2972,8 +2877,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2985,8 +2889,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3011,8 +2914,7 @@ public struct StartCompositionInput: Swift.Sendable { layout: IVSRealTimeClientTypes.LayoutConfiguration? = nil, stageArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destinations = destinations self.idempotencyToken = idempotencyToken self.layout = layout @@ -3027,8 +2929,7 @@ public struct StartCompositionOutput: Swift.Sendable { public init( composition: IVSRealTimeClientTypes.Composition? = nil - ) - { + ) { self.composition = composition } } @@ -3040,8 +2941,7 @@ public struct StopCompositionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3062,8 +2962,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3085,8 +2984,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3107,8 +3005,7 @@ public struct UpdateIngestConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil, stageArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.stageArn = stageArn } @@ -3120,8 +3017,7 @@ public struct UpdateIngestConfigurationOutput: Swift.Sendable { public init( ingestConfiguration: IVSRealTimeClientTypes.IngestConfiguration? = nil - ) - { + ) { self.ingestConfiguration = ingestConfiguration } } @@ -3139,8 +3035,7 @@ public struct UpdateStageInput: Swift.Sendable { arn: Swift.String? = nil, autoParticipantRecordingConfiguration: IVSRealTimeClientTypes.AutoParticipantRecordingConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.autoParticipantRecordingConfiguration = autoParticipantRecordingConfiguration self.name = name @@ -3153,8 +3048,7 @@ public struct UpdateStageOutput: Swift.Sendable { public init( stage: IVSRealTimeClientTypes.Stage? = nil - ) - { + ) { self.stage = stage } } diff --git a/Sources/Services/AWSIdentitystore/Package.swift.txt b/Sources/Services/AWSIdentitystore/Package.swift.txt index 5b2cb173bb2..783053e5ddc 100644 --- a/Sources/Services/AWSIdentitystore/Package.swift.txt +++ b/Sources/Services/AWSIdentitystore/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/IdentitystoreClient.swift b/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/IdentitystoreClient.swift index 7289ac97518..e7e146cf571 100644 --- a/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/IdentitystoreClient.swift +++ b/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/IdentitystoreClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IdentitystoreClient: ClientRuntime.Client { public static let clientName = "IdentitystoreClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IdentitystoreClient.IdentitystoreClientConfiguration let serviceName = "identitystore" diff --git a/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/Models.swift b/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/Models.swift index d53efaae78d..b519d31d5e5 100644 --- a/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/Models.swift +++ b/Sources/Services/AWSIdentitystore/Sources/AWSIdentitystore/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -81,8 +80,7 @@ extension IdentitystoreClientTypes { region: Swift.String? = nil, streetAddress: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.country = country self.formatted = formatted self.locality = locality @@ -114,8 +112,7 @@ extension IdentitystoreClientTypes { public init( id: Swift.String? = nil, issuer: Swift.String? = nil - ) - { + ) { self.id = id self.issuer = issuer } @@ -141,8 +138,7 @@ extension IdentitystoreClientTypes { public init( attributePath: Swift.String? = nil, attributeValue: Smithy.Document? = nil - ) - { + ) { self.attributePath = attributePath self.attributeValue = attributeValue } @@ -174,8 +170,7 @@ extension IdentitystoreClientTypes { public init( attributePath: Swift.String? = nil, attributeValue: Smithy.Document? = nil - ) - { + ) { self.attributePath = attributePath self.attributeValue = attributeValue } @@ -244,8 +239,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu requestId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IdentitystoreClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceId = resourceId @@ -274,8 +268,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -292,8 +285,7 @@ public struct GetGroupIdInput: Swift.Sendable { public init( alternateIdentifier: IdentitystoreClientTypes.AlternateIdentifier? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.alternateIdentifier = alternateIdentifier self.identityStoreId = identityStoreId } @@ -310,8 +302,7 @@ public struct GetGroupIdOutput: Swift.Sendable { public init( groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId } @@ -342,8 +333,7 @@ public struct GetGroupMembershipIdInput: Swift.Sendable { groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.memberId = memberId @@ -361,8 +351,7 @@ public struct GetGroupMembershipIdOutput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.membershipId = membershipId } @@ -379,8 +368,7 @@ public struct GetUserIdInput: Swift.Sendable { public init( alternateIdentifier: IdentitystoreClientTypes.AlternateIdentifier? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.alternateIdentifier = alternateIdentifier self.identityStoreId = identityStoreId } @@ -397,8 +385,7 @@ public struct GetUserIdOutput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.userId = userId } @@ -465,8 +452,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, reason: IdentitystoreClientTypes.ConflictExceptionReason? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.requestId = requestId @@ -494,8 +480,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -516,8 +501,7 @@ public struct CreateGroupMembershipInput: Swift.Sendable { groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.memberId = memberId @@ -535,8 +519,7 @@ public struct CreateGroupMembershipOutput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.membershipId = membershipId } @@ -553,8 +536,7 @@ public struct DeleteGroupMembershipInput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.membershipId = membershipId } @@ -576,8 +558,7 @@ public struct DescribeGroupMembershipInput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.membershipId = membershipId } @@ -602,8 +583,7 @@ public struct DescribeGroupMembershipOutput: Swift.Sendable { identityStoreId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.memberId = memberId @@ -628,8 +608,7 @@ public struct ListGroupMembershipsInput: Swift.Sendable { identityStoreId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.maxResults = maxResults @@ -656,8 +635,7 @@ extension IdentitystoreClientTypes { identityStoreId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.memberId = memberId @@ -676,8 +654,7 @@ public struct ListGroupMembershipsOutput: Swift.Sendable { public init( groupMemberships: [IdentitystoreClientTypes.GroupMembership]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupMemberships = groupMemberships self.nextToken = nextToken } @@ -696,8 +673,7 @@ public struct CreateGroupInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.identityStoreId = identityStoreId @@ -720,8 +696,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId } @@ -738,8 +713,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId } @@ -761,8 +735,7 @@ public struct DescribeGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId } @@ -788,8 +761,7 @@ public struct DescribeGroupOutput: Swift.Sendable { externalIds: [IdentitystoreClientTypes.ExternalId]? = nil, groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.externalIds = externalIds @@ -817,8 +789,7 @@ extension IdentitystoreClientTypes { public init( attributePath: Swift.String? = nil, attributeValue: Swift.String? = nil - ) - { + ) { self.attributePath = attributePath self.attributeValue = attributeValue } @@ -847,8 +818,7 @@ public struct ListGroupsInput: Swift.Sendable { identityStoreId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.identityStoreId = identityStoreId self.maxResults = maxResults @@ -879,8 +849,7 @@ extension IdentitystoreClientTypes { externalIds: [IdentitystoreClientTypes.ExternalId]? = nil, groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.externalIds = externalIds @@ -905,8 +874,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( groups: [IdentitystoreClientTypes.Group]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -927,8 +895,7 @@ public struct UpdateGroupInput: Swift.Sendable { groupId: Swift.String? = nil, identityStoreId: Swift.String? = nil, operations: [IdentitystoreClientTypes.AttributeOperation]? = nil - ) - { + ) { self.groupId = groupId self.identityStoreId = identityStoreId self.operations = operations @@ -964,8 +931,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, requestId: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.retryAfterSeconds = retryAfterSeconds @@ -987,8 +953,7 @@ public struct IsMemberInGroupsInput: Swift.Sendable { groupIds: [Swift.String]? = nil, identityStoreId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil - ) - { + ) { self.groupIds = groupIds self.identityStoreId = identityStoreId self.memberId = memberId @@ -1010,8 +975,7 @@ extension IdentitystoreClientTypes { groupId: Swift.String? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil, membershipExists: Swift.Bool = false - ) - { + ) { self.groupId = groupId self.memberId = memberId self.membershipExists = membershipExists @@ -1031,8 +995,7 @@ public struct IsMemberInGroupsOutput: Swift.Sendable { public init( results: [IdentitystoreClientTypes.GroupMembershipExistenceResult]? = nil - ) - { + ) { self.results = results } } @@ -1054,8 +1017,7 @@ public struct ListGroupMembershipsForMemberInput: Swift.Sendable { maxResults: Swift.Int? = nil, memberId: IdentitystoreClientTypes.MemberId? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.maxResults = maxResults self.memberId = memberId @@ -1073,8 +1035,7 @@ public struct ListGroupMembershipsForMemberOutput: Swift.Sendable { public init( groupMemberships: [IdentitystoreClientTypes.GroupMembership]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupMemberships = groupMemberships self.nextToken = nextToken } @@ -1104,8 +1065,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, requestId: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.retryAfterSeconds = retryAfterSeconds @@ -1127,8 +1087,7 @@ extension IdentitystoreClientTypes { primary: Swift.Bool = false, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.primary = primary self.type = type self.value = value @@ -1165,8 +1124,7 @@ extension IdentitystoreClientTypes { honorificPrefix: Swift.String? = nil, honorificSuffix: Swift.String? = nil, middleName: Swift.String? = nil - ) - { + ) { self.familyName = familyName self.formatted = formatted self.givenName = givenName @@ -1197,8 +1155,7 @@ extension IdentitystoreClientTypes { primary: Swift.Bool = false, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.primary = primary self.type = type self.value = value @@ -1257,8 +1214,7 @@ public struct CreateUserInput: Swift.Sendable { title: Swift.String? = nil, userName: Swift.String? = nil, userType: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.displayName = displayName self.emails = emails @@ -1292,8 +1248,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.userId = userId } @@ -1310,8 +1265,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.userId = userId } @@ -1333,8 +1287,7 @@ public struct DescribeUserInput: Swift.Sendable { public init( identityStoreId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.userId = userId } @@ -1393,8 +1346,7 @@ public struct DescribeUserOutput: Swift.Sendable { userId: Swift.String? = nil, userName: Swift.String? = nil, userType: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.displayName = displayName self.emails = emails @@ -1436,8 +1388,7 @@ public struct ListUsersInput: Swift.Sendable { identityStoreId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.identityStoreId = identityStoreId self.maxResults = maxResults @@ -1501,8 +1452,7 @@ extension IdentitystoreClientTypes { userId: Swift.String? = nil, userName: Swift.String? = nil, userType: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.displayName = displayName self.emails = emails @@ -1538,8 +1488,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [IdentitystoreClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -1560,8 +1509,7 @@ public struct UpdateUserInput: Swift.Sendable { identityStoreId: Swift.String? = nil, operations: [IdentitystoreClientTypes.AttributeOperation]? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.operations = operations self.userId = userId diff --git a/Sources/Services/AWSImagebuilder/Package.swift.txt b/Sources/Services/AWSImagebuilder/Package.swift.txt index 395a34b21d8..b34d004d6fd 100644 --- a/Sources/Services/AWSImagebuilder/Package.swift.txt +++ b/Sources/Services/AWSImagebuilder/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/ImagebuilderClient.swift b/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/ImagebuilderClient.swift index 98c317ed655..0f676f00dfa 100644 --- a/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/ImagebuilderClient.swift +++ b/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/ImagebuilderClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ImagebuilderClient: ClientRuntime.Client { public static let clientName = "ImagebuilderClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ImagebuilderClient.ImagebuilderClientConfiguration let serviceName = "imagebuilder" diff --git a/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/Models.swift b/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/Models.swift index 7905988f721..7df791b75e4 100644 --- a/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/Models.swift +++ b/Sources/Services/AWSImagebuilder/Sources/AWSImagebuilder/Models.swift @@ -45,8 +45,7 @@ extension ImagebuilderClientTypes { critical: Swift.Int? = nil, high: Swift.Int? = nil, medium: Swift.Int? = nil - ) - { + ) { self.all = all self.critical = critical self.high = high @@ -67,8 +66,7 @@ extension ImagebuilderClientTypes { public init( accountId: Swift.String? = nil, severityCounts: ImagebuilderClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.severityCounts = severityCounts } @@ -84,8 +82,7 @@ extension ImagebuilderClientTypes { public init( uninstallAfterBuild: Swift.Bool? = nil - ) - { + ) { self.uninstallAfterBuild = uninstallAfterBuild } } @@ -103,8 +100,7 @@ extension ImagebuilderClientTypes { public init( systemsManagerAgent: ImagebuilderClientTypes.SystemsManagerAgent? = nil, userDataOverride: Swift.String? = nil - ) - { + ) { self.systemsManagerAgent = systemsManagerAgent self.userDataOverride = userDataOverride } @@ -182,8 +178,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.ImageStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -214,8 +209,7 @@ extension ImagebuilderClientTypes { name: Swift.String? = nil, region: Swift.String? = nil, state: ImagebuilderClientTypes.ImageState? = nil - ) - { + ) { self.accountId = accountId self.description = description self.image = image @@ -244,8 +238,7 @@ extension ImagebuilderClientTypes { organizationalUnitArns: [Swift.String]? = nil, userGroups: [Swift.String]? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.organizationArns = organizationArns self.organizationalUnitArns = organizationalUnitArns self.userGroups = userGroups @@ -278,8 +271,7 @@ extension ImagebuilderClientTypes { launchPermission: ImagebuilderClientTypes.LaunchPermissionConfiguration? = nil, name: Swift.String? = nil, targetAccountIds: [Swift.String]? = nil - ) - { + ) { self.amiTags = amiTags self.description = description self.kmsKeyId = kmsKeyId @@ -343,8 +335,7 @@ public struct CallRateLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -367,8 +358,7 @@ public struct ClientException: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -391,8 +381,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -415,8 +404,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -439,8 +427,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -463,8 +450,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -487,8 +473,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -511,8 +496,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -528,8 +512,7 @@ public struct CancelImageCreationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn } @@ -547,8 +530,7 @@ public struct CancelImageCreationOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn self.requestId = requestId @@ -566,8 +548,7 @@ public struct CancelLifecycleExecutionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, lifecycleExecutionId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.lifecycleExecutionId = lifecycleExecutionId } @@ -579,8 +560,7 @@ public struct CancelLifecycleExecutionOutput: Swift.Sendable { public init( lifecycleExecutionId: Swift.String? = nil - ) - { + ) { self.lifecycleExecutionId = lifecycleExecutionId } } @@ -605,8 +585,7 @@ extension ImagebuilderClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -687,8 +666,7 @@ extension ImagebuilderClientTypes { public init( productCodeId: Swift.String? = nil, productCodeType: ImagebuilderClientTypes.ProductCodeType? = nil - ) - { + ) { self.productCodeId = productCodeId self.productCodeType = productCodeType } @@ -739,8 +717,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.ComponentStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -839,8 +816,7 @@ extension ImagebuilderClientTypes { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.ComponentType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.changeDescription = changeDescription self.data = data @@ -878,8 +854,7 @@ extension ImagebuilderClientTypes { public init( name: Swift.String? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -899,8 +874,7 @@ extension ImagebuilderClientTypes { public init( componentArn: Swift.String? = nil, parameters: [ImagebuilderClientTypes.ComponentParameter]? = nil - ) - { + ) { self.componentArn = componentArn self.parameters = parameters } @@ -981,8 +955,7 @@ extension ImagebuilderClientTypes { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.ComponentType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.changeDescription = changeDescription self.dateCreated = dateCreated @@ -1046,8 +1019,7 @@ extension ImagebuilderClientTypes { supportedOsVersions: [Swift.String]? = nil, type: ImagebuilderClientTypes.ComponentType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.description = description @@ -1075,8 +1047,7 @@ extension ImagebuilderClientTypes { public init( imageUris: [Swift.String]? = nil, region: Swift.String? = nil - ) - { + ) { self.imageUris = imageUris self.region = region } @@ -1123,8 +1094,7 @@ extension ImagebuilderClientTypes { public init( repositoryName: Swift.String? = nil, service: ImagebuilderClientTypes.ContainerRepositoryService? = nil - ) - { + ) { self.repositoryName = repositoryName self.service = service } @@ -1147,8 +1117,7 @@ extension ImagebuilderClientTypes { containerTags: [Swift.String]? = nil, description: Swift.String? = nil, targetRepository: ImagebuilderClientTypes.TargetContainerRepository? = nil - ) - { + ) { self.containerTags = containerTags self.description = description self.targetRepository = targetRepository @@ -1256,8 +1225,7 @@ extension ImagebuilderClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: ImagebuilderClientTypes.EbsVolumeType? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -1288,8 +1256,7 @@ extension ImagebuilderClientTypes { ebs: ImagebuilderClientTypes.EbsInstanceBlockDeviceSpecification? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -1310,8 +1277,7 @@ extension ImagebuilderClientTypes { public init( blockDeviceMappings: [ImagebuilderClientTypes.InstanceBlockDeviceMapping]? = nil, image: Swift.String? = nil - ) - { + ) { self.blockDeviceMappings = blockDeviceMappings self.image = image } @@ -1381,8 +1347,7 @@ extension ImagebuilderClientTypes { targetRepository: ImagebuilderClientTypes.TargetContainerRepository? = nil, version: Swift.String? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.arn = arn self.components = components self.containerType = containerType @@ -1434,8 +1399,7 @@ extension ImagebuilderClientTypes { parentImage: Swift.String? = nil, platform: ImagebuilderClientTypes.Platform? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.containerType = containerType self.dateCreated = dateCreated @@ -1466,8 +1430,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1490,8 +1453,7 @@ public struct InvalidVersionNumberException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1514,8 +1476,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1560,8 +1521,7 @@ public struct CreateComponentInput: Swift.Sendable { supportedOsVersions: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil - ) - { + ) { self.changeDescription = changeDescription self.clientToken = clientToken self.data = data @@ -1588,8 +1548,7 @@ public struct CreateComponentOutput: Swift.Sendable { clientToken: Swift.String? = nil, componentBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.componentBuildVersionArn = componentBuildVersionArn self.requestId = requestId @@ -1614,8 +1573,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1678,8 +1636,7 @@ public struct CreateContainerRecipeInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, targetRepository: ImagebuilderClientTypes.TargetContainerRepository? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.components = components self.containerType = containerType @@ -1711,8 +1668,7 @@ public struct CreateContainerRecipeOutput: Swift.Sendable { clientToken: Swift.String? = nil, containerRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.containerRecipeArn = containerRecipeArn self.requestId = requestId @@ -1734,8 +1690,7 @@ extension ImagebuilderClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, launchTemplateVersion: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.launchTemplateVersion = launchTemplateVersion @@ -1752,8 +1707,7 @@ extension ImagebuilderClientTypes { public init( targetResourceCount: Swift.Int? = nil - ) - { + ) { self.targetResourceCount = targetResourceCount } } @@ -1781,8 +1735,7 @@ extension ImagebuilderClientTypes { launchTemplate: ImagebuilderClientTypes.FastLaunchLaunchTemplateSpecification? = nil, maxParallelLaunches: Swift.Int? = nil, snapshotConfiguration: ImagebuilderClientTypes.FastLaunchSnapshotConfiguration? = nil - ) - { + ) { self.accountId = accountId self.enabled = enabled self.launchTemplate = launchTemplate @@ -1808,8 +1761,7 @@ extension ImagebuilderClientTypes { accountId: Swift.String? = nil, launchTemplateId: Swift.String? = nil, setDefaultVersion: Swift.Bool = false - ) - { + ) { self.accountId = accountId self.launchTemplateId = launchTemplateId self.setDefaultVersion = setDefaultVersion @@ -1876,8 +1828,7 @@ extension ImagebuilderClientTypes { roleName: Swift.String? = nil, s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.diskImageFormat = diskImageFormat self.roleName = roleName self.s3Bucket = s3Bucket @@ -1914,8 +1865,7 @@ extension ImagebuilderClientTypes { licenseConfigurationArns: [Swift.String]? = nil, region: Swift.String? = nil, s3ExportConfiguration: ImagebuilderClientTypes.S3ExportConfiguration? = nil - ) - { + ) { self.amiDistributionConfiguration = amiDistributionConfiguration self.containerDistributionConfiguration = containerDistributionConfiguration self.fastLaunchConfigurations = fastLaunchConfigurations @@ -1948,8 +1898,7 @@ public struct CreateDistributionConfigurationInput: Swift.Sendable { distributions: [ImagebuilderClientTypes.Distribution]? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.distributions = distributions @@ -1970,8 +1919,7 @@ public struct CreateDistributionConfigurationOutput: Swift.Sendable { clientToken: Swift.String? = nil, distributionConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.distributionConfigurationArn = distributionConfigurationArn self.requestId = requestId @@ -1990,8 +1938,7 @@ extension ImagebuilderClientTypes { public init( containerTags: [Swift.String]? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.containerTags = containerTags self.repositoryName = repositoryName } @@ -2010,8 +1957,7 @@ extension ImagebuilderClientTypes { public init( ecrConfiguration: ImagebuilderClientTypes.EcrConfiguration? = nil, imageScanningEnabled: Swift.Bool? = nil - ) - { + ) { self.ecrConfiguration = ecrConfiguration self.imageScanningEnabled = imageScanningEnabled } @@ -2030,8 +1976,7 @@ extension ImagebuilderClientTypes { public init( imageTestsEnabled: Swift.Bool? = nil, timeoutMinutes: Swift.Int? = nil - ) - { + ) { self.imageTestsEnabled = imageTestsEnabled self.timeoutMinutes = timeoutMinutes } @@ -2081,8 +2026,7 @@ extension ImagebuilderClientTypes { public init( name: Swift.String? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -2108,8 +2052,7 @@ extension ImagebuilderClientTypes { parallelGroup: Swift.String? = nil, parameters: [ImagebuilderClientTypes.WorkflowParameter]? = nil, workflowArn: Swift.String? = nil - ) - { + ) { self.onFailure = onFailure self.parallelGroup = parallelGroup self.parameters = parameters @@ -2156,8 +2099,7 @@ public struct CreateImageInput: Swift.Sendable { infrastructureConfigurationArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workflows: [ImagebuilderClientTypes.WorkflowConfiguration]? = nil - ) - { + ) { self.clientToken = clientToken self.containerRecipeArn = containerRecipeArn self.distributionConfigurationArn = distributionConfigurationArn @@ -2184,8 +2126,7 @@ public struct CreateImageOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn self.requestId = requestId @@ -2240,8 +2181,7 @@ extension ImagebuilderClientTypes { pipelineExecutionStartCondition: ImagebuilderClientTypes.PipelineExecutionStartCondition? = nil, scheduleExpression: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.pipelineExecutionStartCondition = pipelineExecutionStartCondition self.scheduleExpression = scheduleExpression self.timezone = timezone @@ -2329,8 +2269,7 @@ public struct CreateImagePipelineInput: Swift.Sendable { status: ImagebuilderClientTypes.PipelineStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workflows: [ImagebuilderClientTypes.WorkflowConfiguration]? = nil - ) - { + ) { self.clientToken = clientToken self.containerRecipeArn = containerRecipeArn self.description = description @@ -2361,8 +2300,7 @@ public struct CreateImagePipelineOutput: Swift.Sendable { clientToken: Swift.String? = nil, imagePipelineArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imagePipelineArn = imagePipelineArn self.requestId = requestId @@ -2407,8 +2345,7 @@ public struct CreateImageRecipeInput: Swift.Sendable { semanticVersion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.additionalInstanceConfiguration = additionalInstanceConfiguration self.blockDeviceMappings = blockDeviceMappings self.clientToken = clientToken @@ -2434,8 +2371,7 @@ public struct CreateImageRecipeOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageRecipeArn = imageRecipeArn self.requestId = requestId @@ -2461,8 +2397,7 @@ extension ImagebuilderClientTypes { public init( httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: Swift.String? = nil - ) - { + ) { self.httpPutResponseHopLimit = httpPutResponseHopLimit self.httpTokens = httpTokens } @@ -2481,8 +2416,7 @@ extension ImagebuilderClientTypes { public init( s3BucketName: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3KeyPrefix = s3KeyPrefix } @@ -2498,8 +2432,7 @@ extension ImagebuilderClientTypes { public init( s3Logs: ImagebuilderClientTypes.S3Logs? = nil - ) - { + ) { self.s3Logs = s3Logs } } @@ -2555,8 +2488,7 @@ extension ImagebuilderClientTypes { hostId: Swift.String? = nil, hostResourceGroupArn: Swift.String? = nil, tenancy: ImagebuilderClientTypes.TenancyType? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.hostId = hostId self.hostResourceGroupArn = hostResourceGroupArn @@ -2616,8 +2548,7 @@ public struct CreateInfrastructureConfigurationInput: Swift.Sendable { subnetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, terminateInstanceOnFailure: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.instanceMetadataOptions = instanceMetadataOptions @@ -2648,8 +2579,7 @@ public struct CreateInfrastructureConfigurationOutput: Swift.Sendable { clientToken: Swift.String? = nil, infrastructureConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.infrastructureConfigurationArn = infrastructureConfigurationArn self.requestId = requestId @@ -2671,8 +2601,7 @@ extension ImagebuilderClientTypes { amis: Swift.Bool = false, containers: Swift.Bool = false, snapshots: Swift.Bool = false - ) - { + ) { self.amis = amis self.containers = containers self.snapshots = snapshots @@ -2725,8 +2654,7 @@ extension ImagebuilderClientTypes { public init( includeResources: ImagebuilderClientTypes.LifecyclePolicyDetailActionIncludeResources? = nil, type: ImagebuilderClientTypes.LifecyclePolicyDetailActionType? = nil - ) - { + ) { self.includeResources = includeResources self.type = type } @@ -2782,8 +2710,7 @@ extension ImagebuilderClientTypes { public init( unit: ImagebuilderClientTypes.LifecyclePolicyTimeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -2811,8 +2738,7 @@ extension ImagebuilderClientTypes { regions: [Swift.String]? = nil, sharedAccounts: [Swift.String]? = nil, tagMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.isPublic = isPublic self.lastLaunched = lastLaunched self.regions = regions @@ -2834,8 +2760,7 @@ extension ImagebuilderClientTypes { public init( amis: ImagebuilderClientTypes.LifecyclePolicyDetailExclusionRulesAmis? = nil, tagMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amis = amis self.tagMap = tagMap } @@ -2891,8 +2816,7 @@ extension ImagebuilderClientTypes { type: ImagebuilderClientTypes.LifecyclePolicyDetailFilterType? = nil, unit: ImagebuilderClientTypes.LifecyclePolicyTimeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.retainAtLeast = retainAtLeast self.type = type self.unit = unit @@ -2918,8 +2842,7 @@ extension ImagebuilderClientTypes { action: ImagebuilderClientTypes.LifecyclePolicyDetailAction? = nil, exclusionRules: ImagebuilderClientTypes.LifecyclePolicyDetailExclusionRules? = nil, filter: ImagebuilderClientTypes.LifecyclePolicyDetailFilter? = nil - ) - { + ) { self.action = action self.exclusionRules = exclusionRules self.filter = filter @@ -2941,8 +2864,7 @@ extension ImagebuilderClientTypes { public init( name: Swift.String? = nil, semanticVersion: Swift.String? = nil - ) - { + ) { self.name = name self.semanticVersion = semanticVersion } @@ -2961,8 +2883,7 @@ extension ImagebuilderClientTypes { public init( recipes: [ImagebuilderClientTypes.LifecyclePolicyResourceSelectionRecipe]? = nil, tagMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.recipes = recipes self.tagMap = tagMap } @@ -3063,8 +2984,7 @@ public struct CreateLifecyclePolicyInput: Swift.Sendable { resourceType: ImagebuilderClientTypes.LifecyclePolicyResourceType? = nil, status: ImagebuilderClientTypes.LifecyclePolicyStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.executionRole = executionRole @@ -3086,8 +3006,7 @@ public struct CreateLifecyclePolicyOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, lifecyclePolicyArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.lifecyclePolicyArn = lifecyclePolicyArn } @@ -3162,8 +3081,7 @@ public struct CreateWorkflowInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.WorkflowType? = nil, uri: Swift.String? = nil - ) - { + ) { self.changeDescription = changeDescription self.clientToken = clientToken self.data = data @@ -3186,8 +3104,7 @@ public struct CreateWorkflowOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, workflowBuildVersionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.workflowBuildVersionArn = workflowBuildVersionArn } @@ -3211,8 +3128,7 @@ extension ImagebuilderClientTypes { scoringVector: Swift.String? = nil, source: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.baseScore = baseScore self.scoringVector = scoringVector self.source = source @@ -3233,8 +3149,7 @@ extension ImagebuilderClientTypes { public init( metric: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.metric = metric self.reason = reason } @@ -3265,8 +3180,7 @@ extension ImagebuilderClientTypes { scoreSource: Swift.String? = nil, scoringVector: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.adjustments = adjustments self.cvssSource = cvssSource self.score = score @@ -3295,8 +3209,7 @@ public struct ResourceDependencyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3308,8 +3221,7 @@ public struct DeleteComponentInput: Swift.Sendable { public init( componentBuildVersionArn: Swift.String? = nil - ) - { + ) { self.componentBuildVersionArn = componentBuildVersionArn } } @@ -3323,8 +3235,7 @@ public struct DeleteComponentOutput: Swift.Sendable { public init( componentBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.componentBuildVersionArn = componentBuildVersionArn self.requestId = requestId } @@ -3337,8 +3248,7 @@ public struct DeleteContainerRecipeInput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn } } @@ -3352,8 +3262,7 @@ public struct DeleteContainerRecipeOutput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn self.requestId = requestId } @@ -3366,8 +3275,7 @@ public struct DeleteDistributionConfigurationInput: Swift.Sendable { public init( distributionConfigurationArn: Swift.String? = nil - ) - { + ) { self.distributionConfigurationArn = distributionConfigurationArn } } @@ -3381,8 +3289,7 @@ public struct DeleteDistributionConfigurationOutput: Swift.Sendable { public init( distributionConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.distributionConfigurationArn = distributionConfigurationArn self.requestId = requestId } @@ -3395,8 +3302,7 @@ public struct DeleteImageInput: Swift.Sendable { public init( imageBuildVersionArn: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn } } @@ -3410,8 +3316,7 @@ public struct DeleteImageOutput: Swift.Sendable { public init( imageBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.requestId = requestId } @@ -3424,8 +3329,7 @@ public struct DeleteImagePipelineInput: Swift.Sendable { public init( imagePipelineArn: Swift.String? = nil - ) - { + ) { self.imagePipelineArn = imagePipelineArn } } @@ -3439,8 +3343,7 @@ public struct DeleteImagePipelineOutput: Swift.Sendable { public init( imagePipelineArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imagePipelineArn = imagePipelineArn self.requestId = requestId } @@ -3453,8 +3356,7 @@ public struct DeleteImageRecipeInput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn } } @@ -3468,8 +3370,7 @@ public struct DeleteImageRecipeOutput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn self.requestId = requestId } @@ -3482,8 +3383,7 @@ public struct DeleteInfrastructureConfigurationInput: Swift.Sendable { public init( infrastructureConfigurationArn: Swift.String? = nil - ) - { + ) { self.infrastructureConfigurationArn = infrastructureConfigurationArn } } @@ -3497,8 +3397,7 @@ public struct DeleteInfrastructureConfigurationOutput: Swift.Sendable { public init( infrastructureConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.infrastructureConfigurationArn = infrastructureConfigurationArn self.requestId = requestId } @@ -3511,8 +3410,7 @@ public struct DeleteLifecyclePolicyInput: Swift.Sendable { public init( lifecyclePolicyArn: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyArn = lifecyclePolicyArn } } @@ -3523,8 +3421,7 @@ public struct DeleteLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicyArn: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyArn = lifecyclePolicyArn } } @@ -3536,8 +3433,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( workflowBuildVersionArn: Swift.String? = nil - ) - { + ) { self.workflowBuildVersionArn = workflowBuildVersionArn } } @@ -3548,8 +3444,7 @@ public struct DeleteWorkflowOutput: Swift.Sendable { public init( workflowBuildVersionArn: Swift.String? = nil - ) - { + ) { self.workflowBuildVersionArn = workflowBuildVersionArn } } @@ -3585,8 +3480,7 @@ extension ImagebuilderClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, timeoutMinutes: Swift.Int? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -3626,8 +3520,7 @@ extension ImagebuilderClientTypes { name: Swift.String? = nil, regions: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -3651,8 +3544,7 @@ extension ImagebuilderClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3666,8 +3558,7 @@ public struct GetComponentInput: Swift.Sendable { public init( componentBuildVersionArn: Swift.String? = nil - ) - { + ) { self.componentBuildVersionArn = componentBuildVersionArn } } @@ -3681,8 +3572,7 @@ public struct GetComponentOutput: Swift.Sendable { public init( component: ImagebuilderClientTypes.Component? = nil, requestId: Swift.String? = nil - ) - { + ) { self.component = component self.requestId = requestId } @@ -3706,8 +3596,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3719,8 +3608,7 @@ public struct GetComponentPolicyInput: Swift.Sendable { public init( componentArn: Swift.String? = nil - ) - { + ) { self.componentArn = componentArn } } @@ -3734,8 +3622,7 @@ public struct GetComponentPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.policy = policy self.requestId = requestId } @@ -3748,8 +3635,7 @@ public struct GetContainerRecipeInput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn } } @@ -3763,8 +3649,7 @@ public struct GetContainerRecipeOutput: Swift.Sendable { public init( containerRecipe: ImagebuilderClientTypes.ContainerRecipe? = nil, requestId: Swift.String? = nil - ) - { + ) { self.containerRecipe = containerRecipe self.requestId = requestId } @@ -3777,8 +3662,7 @@ public struct GetContainerRecipePolicyInput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn } } @@ -3792,8 +3676,7 @@ public struct GetContainerRecipePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.policy = policy self.requestId = requestId } @@ -3806,8 +3689,7 @@ public struct GetDistributionConfigurationInput: Swift.Sendable { public init( distributionConfigurationArn: Swift.String? = nil - ) - { + ) { self.distributionConfigurationArn = distributionConfigurationArn } } @@ -3821,8 +3703,7 @@ public struct GetDistributionConfigurationOutput: Swift.Sendable { public init( distributionConfiguration: ImagebuilderClientTypes.DistributionConfiguration? = nil, requestId: Swift.String? = nil - ) - { + ) { self.distributionConfiguration = distributionConfiguration self.requestId = requestId } @@ -3835,8 +3716,7 @@ public struct GetImageInput: Swift.Sendable { public init( imageBuildVersionArn: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn } } @@ -3918,8 +3798,7 @@ extension ImagebuilderClientTypes { type: ImagebuilderClientTypes.ImageType? = nil, version: Swift.String? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.additionalInstanceConfiguration = additionalInstanceConfiguration self.arn = arn self.blockDeviceMappings = blockDeviceMappings @@ -4030,8 +3909,7 @@ extension ImagebuilderClientTypes { subnetId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, terminateInstanceOnFailure: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -4065,8 +3943,7 @@ extension ImagebuilderClientTypes { public init( amis: [ImagebuilderClientTypes.Ami]? = nil, containers: [ImagebuilderClientTypes.Container]? = nil - ) - { + ) { self.amis = amis self.containers = containers } @@ -4129,8 +4006,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.ImageScanStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -4235,8 +4111,7 @@ extension ImagebuilderClientTypes { type: ImagebuilderClientTypes.ImageType? = nil, version: Swift.String? = nil, workflows: [ImagebuilderClientTypes.WorkflowConfiguration]? = nil - ) - { + ) { self.arn = arn self.buildType = buildType self.containerRecipe = containerRecipe @@ -4276,8 +4151,7 @@ public struct GetImageOutput: Swift.Sendable { public init( image: ImagebuilderClientTypes.Image? = nil, requestId: Swift.String? = nil - ) - { + ) { self.image = image self.requestId = requestId } @@ -4290,8 +4164,7 @@ public struct GetImagePipelineInput: Swift.Sendable { public init( imagePipelineArn: Swift.String? = nil - ) - { + ) { self.imagePipelineArn = imagePipelineArn } } @@ -4362,8 +4235,7 @@ extension ImagebuilderClientTypes { status: ImagebuilderClientTypes.PipelineStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workflows: [ImagebuilderClientTypes.WorkflowConfiguration]? = nil - ) - { + ) { self.arn = arn self.containerRecipeArn = containerRecipeArn self.dateCreated = dateCreated @@ -4397,8 +4269,7 @@ public struct GetImagePipelineOutput: Swift.Sendable { public init( imagePipeline: ImagebuilderClientTypes.ImagePipeline? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imagePipeline = imagePipeline self.requestId = requestId } @@ -4411,8 +4282,7 @@ public struct GetImagePolicyInput: Swift.Sendable { public init( imageArn: Swift.String? = nil - ) - { + ) { self.imageArn = imageArn } } @@ -4426,8 +4296,7 @@ public struct GetImagePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.policy = policy self.requestId = requestId } @@ -4440,8 +4309,7 @@ public struct GetImageRecipeInput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn } } @@ -4455,8 +4323,7 @@ public struct GetImageRecipeOutput: Swift.Sendable { public init( imageRecipe: ImagebuilderClientTypes.ImageRecipe? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageRecipe = imageRecipe self.requestId = requestId } @@ -4469,8 +4336,7 @@ public struct GetImageRecipePolicyInput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn } } @@ -4484,8 +4350,7 @@ public struct GetImageRecipePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.policy = policy self.requestId = requestId } @@ -4499,8 +4364,7 @@ public struct GetInfrastructureConfigurationInput: Swift.Sendable { public init( infrastructureConfigurationArn: Swift.String? = nil - ) - { + ) { self.infrastructureConfigurationArn = infrastructureConfigurationArn } } @@ -4515,8 +4379,7 @@ public struct GetInfrastructureConfigurationOutput: Swift.Sendable { public init( infrastructureConfiguration: ImagebuilderClientTypes.InfrastructureConfiguration? = nil, requestId: Swift.String? = nil - ) - { + ) { self.infrastructureConfiguration = infrastructureConfiguration self.requestId = requestId } @@ -4529,8 +4392,7 @@ public struct GetLifecycleExecutionInput: Swift.Sendable { public init( lifecycleExecutionId: Swift.String? = nil - ) - { + ) { self.lifecycleExecutionId = lifecycleExecutionId } } @@ -4544,8 +4406,7 @@ extension ImagebuilderClientTypes { public init( hasImpactedResources: Swift.Bool = false - ) - { + ) { self.hasImpactedResources = hasImpactedResources } } @@ -4604,8 +4465,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.LifecycleExecutionStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -4636,8 +4496,7 @@ extension ImagebuilderClientTypes { resourcesImpactedSummary: ImagebuilderClientTypes.LifecycleExecutionResourcesImpactedSummary? = nil, startTime: Foundation.Date? = nil, state: ImagebuilderClientTypes.LifecycleExecutionState? = nil - ) - { + ) { self.endTime = endTime self.lifecycleExecutionId = lifecycleExecutionId self.lifecyclePolicyArn = lifecyclePolicyArn @@ -4654,8 +4513,7 @@ public struct GetLifecycleExecutionOutput: Swift.Sendable { public init( lifecycleExecution: ImagebuilderClientTypes.LifecycleExecution? = nil - ) - { + ) { self.lifecycleExecution = lifecycleExecution } } @@ -4667,8 +4525,7 @@ public struct GetLifecyclePolicyInput: Swift.Sendable { public init( lifecyclePolicyArn: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyArn = lifecyclePolicyArn } } @@ -4715,8 +4572,7 @@ extension ImagebuilderClientTypes { resourceType: ImagebuilderClientTypes.LifecyclePolicyResourceType? = nil, status: ImagebuilderClientTypes.LifecyclePolicyStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateLastRun = dateLastRun @@ -4739,8 +4595,7 @@ public struct GetLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicy: ImagebuilderClientTypes.LifecyclePolicy? = nil - ) - { + ) { self.lifecyclePolicy = lifecyclePolicy } } @@ -4788,8 +4643,7 @@ public struct GetMarketplaceResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceLocation: Swift.String? = nil, resourceType: ImagebuilderClientTypes.MarketplaceResourceType? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceLocation = resourceLocation self.resourceType = resourceType @@ -4808,8 +4662,7 @@ public struct GetMarketplaceResourceOutput: Swift.Sendable { data: Swift.String? = nil, resourceArn: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.data = data self.resourceArn = resourceArn self.url = url @@ -4823,8 +4676,7 @@ public struct GetWorkflowInput: Swift.Sendable { public init( workflowBuildVersionArn: Swift.String? = nil - ) - { + ) { self.workflowBuildVersionArn = workflowBuildVersionArn } } @@ -4849,8 +4701,7 @@ extension ImagebuilderClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -4897,8 +4748,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.WorkflowStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -4950,8 +4800,7 @@ extension ImagebuilderClientTypes { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.WorkflowType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.changeDescription = changeDescription self.data = data @@ -4975,8 +4824,7 @@ public struct GetWorkflowOutput: Swift.Sendable { public init( workflow: ImagebuilderClientTypes.Workflow? = nil - ) - { + ) { self.workflow = workflow } } @@ -4988,8 +4836,7 @@ public struct GetWorkflowExecutionInput: Swift.Sendable { public init( workflowExecutionId: Swift.String? = nil - ) - { + ) { self.workflowExecutionId = workflowExecutionId } } @@ -5086,8 +4933,7 @@ public struct GetWorkflowExecutionOutput: Swift.Sendable { type: ImagebuilderClientTypes.WorkflowType? = nil, workflowBuildVersionArn: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.imageBuildVersionArn = imageBuildVersionArn self.message = message @@ -5112,8 +4958,7 @@ public struct GetWorkflowStepExecutionInput: Swift.Sendable { public init( stepExecutionId: Swift.String? = nil - ) - { + ) { self.stepExecutionId = stepExecutionId } } @@ -5248,8 +5093,7 @@ public struct GetWorkflowStepExecutionOutput: Swift.Sendable { timeoutSeconds: Swift.Int? = nil, workflowBuildVersionArn: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.endTime = endTime @@ -5282,8 +5126,7 @@ extension ImagebuilderClientTypes { public init( imageBuildVersionArn: Swift.String? = nil, severityCounts: ImagebuilderClientTypes.SeverityCounts? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.severityCounts = severityCounts } @@ -5335,8 +5178,7 @@ public struct ImportComponentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.ComponentType? = nil, uri: Swift.String? = nil - ) - { + ) { self.changeDescription = changeDescription self.clientToken = clientToken self.data = data @@ -5364,8 +5206,7 @@ public struct ImportComponentOutput: Swift.Sendable { clientToken: Swift.String? = nil, componentBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.componentBuildVersionArn = componentBuildVersionArn self.requestId = requestId @@ -5412,8 +5253,7 @@ public struct ImportDiskImageInput: Swift.Sendable { semanticVersion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uri: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.executionRole = executionRole @@ -5436,8 +5276,7 @@ public struct ImportDiskImageOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn } @@ -5475,8 +5314,7 @@ public struct ImportVmImageInput: Swift.Sendable { semanticVersion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vmImportTaskId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -5500,8 +5338,7 @@ public struct ImportVmImageOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageArn = imageArn self.requestId = requestId @@ -5526,8 +5363,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5545,8 +5381,7 @@ public struct ListComponentBuildVersionsInput: Swift.Sendable { componentVersionArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentVersionArn = componentVersionArn self.maxResults = maxResults self.nextToken = nextToken @@ -5565,8 +5400,7 @@ public struct ListComponentBuildVersionsOutput: Swift.Sendable { componentSummaryList: [ImagebuilderClientTypes.ComponentSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.componentSummaryList = componentSummaryList self.nextToken = nextToken self.requestId = requestId @@ -5641,8 +5475,7 @@ public struct ListComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owner: ImagebuilderClientTypes.Ownership? = nil - ) - { + ) { self.byName = byName self.filters = filters self.maxResults = maxResults @@ -5663,8 +5496,7 @@ public struct ListComponentsOutput: Swift.Sendable { componentVersionList: [ImagebuilderClientTypes.ComponentVersion]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.componentVersionList = componentVersionList self.nextToken = nextToken self.requestId = requestId @@ -5694,8 +5526,7 @@ public struct ListContainerRecipesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owner: ImagebuilderClientTypes.Ownership? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5715,8 +5546,7 @@ public struct ListContainerRecipesOutput: Swift.Sendable { containerRecipeSummaryList: [ImagebuilderClientTypes.ContainerRecipeSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.containerRecipeSummaryList = containerRecipeSummaryList self.nextToken = nextToken self.requestId = requestId @@ -5735,8 +5565,7 @@ public struct ListDistributionConfigurationsInput: Swift.Sendable { filters: [ImagebuilderClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5755,8 +5584,7 @@ public struct ListDistributionConfigurationsOutput: Swift.Sendable { distributionConfigurationSummaryList: [ImagebuilderClientTypes.DistributionConfigurationSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.distributionConfigurationSummaryList = distributionConfigurationSummaryList self.nextToken = nextToken self.requestId = requestId @@ -5789,8 +5617,7 @@ public struct ListImageBuildVersionsInput: Swift.Sendable { imageVersionArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.imageVersionArn = imageVersionArn self.maxResults = maxResults @@ -5857,8 +5684,7 @@ extension ImagebuilderClientTypes { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.ImageType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.buildType = buildType self.dateCreated = dateCreated @@ -5890,8 +5716,7 @@ public struct ListImageBuildVersionsOutput: Swift.Sendable { imageSummaryList: [ImagebuilderClientTypes.ImageSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageSummaryList = imageSummaryList self.nextToken = nextToken self.requestId = requestId @@ -5911,8 +5736,7 @@ public struct ListImagePackagesInput: Swift.Sendable { imageBuildVersionArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.maxResults = maxResults self.nextToken = nextToken @@ -5931,8 +5755,7 @@ extension ImagebuilderClientTypes { public init( packageName: Swift.String? = nil, packageVersion: Swift.String? = nil - ) - { + ) { self.packageName = packageName self.packageVersion = packageVersion } @@ -5951,8 +5774,7 @@ public struct ListImagePackagesOutput: Swift.Sendable { imagePackageList: [ImagebuilderClientTypes.ImagePackage]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imagePackageList = imagePackageList self.nextToken = nextToken self.requestId = requestId @@ -5979,8 +5801,7 @@ public struct ListImagePipelineImagesInput: Swift.Sendable { imagePipelineArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.imagePipelineArn = imagePipelineArn self.maxResults = maxResults @@ -6000,8 +5821,7 @@ public struct ListImagePipelineImagesOutput: Swift.Sendable { imageSummaryList: [ImagebuilderClientTypes.ImageSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageSummaryList = imageSummaryList self.nextToken = nextToken self.requestId = requestId @@ -6032,8 +5852,7 @@ public struct ListImagePipelinesInput: Swift.Sendable { filters: [ImagebuilderClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6052,8 +5871,7 @@ public struct ListImagePipelinesOutput: Swift.Sendable { imagePipelineList: [ImagebuilderClientTypes.ImagePipeline]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imagePipelineList = imagePipelineList self.nextToken = nextToken self.requestId = requestId @@ -6081,8 +5899,7 @@ public struct ListImageRecipesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owner: ImagebuilderClientTypes.Ownership? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6117,8 +5934,7 @@ extension ImagebuilderClientTypes { parentImage: Swift.String? = nil, platform: ImagebuilderClientTypes.Platform? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.name = name @@ -6142,8 +5958,7 @@ public struct ListImageRecipesOutput: Swift.Sendable { imageRecipeSummaryList: [ImagebuilderClientTypes.ImageRecipeSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageRecipeSummaryList = imageRecipeSummaryList self.nextToken = nextToken self.requestId = requestId @@ -6181,8 +5996,7 @@ public struct ListImagesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owner: ImagebuilderClientTypes.Ownership? = nil - ) - { + ) { self.byName = byName self.filters = filters self.includeDeprecated = includeDeprecated @@ -6242,8 +6056,7 @@ extension ImagebuilderClientTypes { platform: ImagebuilderClientTypes.Platform? = nil, type: ImagebuilderClientTypes.ImageType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.buildType = buildType self.dateCreated = dateCreated @@ -6270,8 +6083,7 @@ public struct ListImagesOutput: Swift.Sendable { imageVersionList: [ImagebuilderClientTypes.ImageVersion]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageVersionList = imageVersionList self.nextToken = nextToken self.requestId = requestId @@ -6287,8 +6099,7 @@ public struct ListImageScanFindingAggregationsInput: Swift.Sendable { public init( filter: ImagebuilderClientTypes.Filter? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.nextToken = nextToken } @@ -6306,8 +6117,7 @@ extension ImagebuilderClientTypes { public init( imagePipelineArn: Swift.String? = nil, severityCounts: ImagebuilderClientTypes.SeverityCounts? = nil - ) - { + ) { self.imagePipelineArn = imagePipelineArn self.severityCounts = severityCounts } @@ -6326,8 +6136,7 @@ extension ImagebuilderClientTypes { public init( severityCounts: ImagebuilderClientTypes.SeverityCounts? = nil, vulnerabilityId: Swift.String? = nil - ) - { + ) { self.severityCounts = severityCounts self.vulnerabilityId = vulnerabilityId } @@ -6352,8 +6161,7 @@ extension ImagebuilderClientTypes { imageAggregation: ImagebuilderClientTypes.ImageAggregation? = nil, imagePipelineAggregation: ImagebuilderClientTypes.ImagePipelineAggregation? = nil, vulnerabilityIdAggregation: ImagebuilderClientTypes.VulnerabilityIdAggregation? = nil - ) - { + ) { self.accountAggregation = accountAggregation self.imageAggregation = imageAggregation self.imagePipelineAggregation = imagePipelineAggregation @@ -6388,8 +6196,7 @@ public struct ListImageScanFindingAggregationsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, responses: [ImagebuilderClientTypes.ImageScanFindingAggregation]? = nil - ) - { + ) { self.aggregationType = aggregationType self.nextToken = nextToken self.requestId = requestId @@ -6409,8 +6216,7 @@ extension ImagebuilderClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6440,8 +6246,7 @@ public struct ListImageScanFindingsInput: Swift.Sendable { filters: [ImagebuilderClientTypes.ImageScanFindingsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6457,8 +6262,7 @@ extension ImagebuilderClientTypes { public init( adjustedCvss: ImagebuilderClientTypes.CvssScoreDetails? = nil - ) - { + ) { self.adjustedCvss = adjustedCvss } } @@ -6500,8 +6304,7 @@ extension ImagebuilderClientTypes { remediation: Swift.String? = nil, sourceLayerHash: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arch = arch self.epoch = epoch self.filePath = filePath @@ -6553,8 +6356,7 @@ extension ImagebuilderClientTypes { vendorUpdatedAt: Foundation.Date? = nil, vulnerabilityId: Swift.String? = nil, vulnerablePackages: [ImagebuilderClientTypes.VulnerablePackage]? = nil - ) - { + ) { self.cvss = cvss self.referenceUrls = referenceUrls self.relatedVulnerabilities = relatedVulnerabilities @@ -6581,8 +6383,7 @@ extension ImagebuilderClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -6598,8 +6399,7 @@ extension ImagebuilderClientTypes { public init( recommendation: ImagebuilderClientTypes.RemediationRecommendation? = nil - ) - { + ) { self.recommendation = recommendation } } @@ -6653,8 +6453,7 @@ extension ImagebuilderClientTypes { title: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.description = description self.firstObservedAt = firstObservedAt @@ -6685,8 +6484,7 @@ public struct ListImageScanFindingsOutput: Swift.Sendable { findings: [ImagebuilderClientTypes.ImageScanFinding]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken self.requestId = requestId @@ -6705,8 +6503,7 @@ public struct ListInfrastructureConfigurationsInput: Swift.Sendable { filters: [ImagebuilderClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6749,8 +6546,7 @@ extension ImagebuilderClientTypes { placement: ImagebuilderClientTypes.Placement? = nil, resourceTags: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateUpdated = dateUpdated @@ -6777,8 +6573,7 @@ public struct ListInfrastructureConfigurationsOutput: Swift.Sendable { infrastructureConfigurationSummaryList: [ImagebuilderClientTypes.InfrastructureConfigurationSummary]? = nil, nextToken: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.infrastructureConfigurationSummaryList = infrastructureConfigurationSummaryList self.nextToken = nextToken self.requestId = requestId @@ -6801,8 +6596,7 @@ public struct ListLifecycleExecutionResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parentResourceId: Swift.String? = nil - ) - { + ) { self.lifecycleExecutionId = lifecycleExecutionId self.maxResults = maxResults self.nextToken = nextToken @@ -6857,8 +6651,7 @@ extension ImagebuilderClientTypes { public init( name: ImagebuilderClientTypes.LifecycleExecutionResourceActionName? = nil, reason: Swift.String? = nil - ) - { + ) { self.name = name self.reason = reason } @@ -6912,8 +6705,7 @@ extension ImagebuilderClientTypes { public init( reason: Swift.String? = nil, status: ImagebuilderClientTypes.LifecycleExecutionResourceStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -6932,8 +6724,7 @@ extension ImagebuilderClientTypes { public init( snapshotId: Swift.String? = nil, state: ImagebuilderClientTypes.LifecycleExecutionResourceState? = nil - ) - { + ) { self.snapshotId = snapshotId self.state = state } @@ -6979,8 +6770,7 @@ extension ImagebuilderClientTypes { snapshots: [ImagebuilderClientTypes.LifecycleExecutionSnapshotResource]? = nil, startTime: Foundation.Date? = nil, state: ImagebuilderClientTypes.LifecycleExecutionResourceState? = nil - ) - { + ) { self.accountId = accountId self.action = action self.endTime = endTime @@ -7009,8 +6799,7 @@ public struct ListLifecycleExecutionResourcesOutput: Swift.Sendable { lifecycleExecutionState: ImagebuilderClientTypes.LifecycleExecutionState? = nil, nextToken: Swift.String? = nil, resources: [ImagebuilderClientTypes.LifecycleExecutionResource]? = nil - ) - { + ) { self.lifecycleExecutionId = lifecycleExecutionId self.lifecycleExecutionState = lifecycleExecutionState self.nextToken = nextToken @@ -7031,8 +6820,7 @@ public struct ListLifecycleExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -7048,8 +6836,7 @@ public struct ListLifecycleExecutionsOutput: Swift.Sendable { public init( lifecycleExecutions: [ImagebuilderClientTypes.LifecycleExecution]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lifecycleExecutions = lifecycleExecutions self.nextToken = nextToken } @@ -7067,8 +6854,7 @@ public struct ListLifecyclePoliciesInput: Swift.Sendable { filters: [ImagebuilderClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -7111,8 +6897,7 @@ extension ImagebuilderClientTypes { resourceType: ImagebuilderClientTypes.LifecyclePolicyResourceType? = nil, status: ImagebuilderClientTypes.LifecyclePolicyStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.dateLastRun = dateLastRun @@ -7136,8 +6921,7 @@ public struct ListLifecyclePoliciesOutput: Swift.Sendable { public init( lifecyclePolicySummaryList: [ImagebuilderClientTypes.LifecyclePolicySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lifecyclePolicySummaryList = lifecyclePolicySummaryList self.nextToken = nextToken } @@ -7161,8 +6945,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7174,8 +6957,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7186,8 +6968,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -7201,8 +6982,7 @@ public struct ListWaitingWorkflowStepsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7235,8 +7015,7 @@ extension ImagebuilderClientTypes { stepExecutionId: Swift.String? = nil, workflowBuildVersionArn: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.action = action self.imageBuildVersionArn = imageBuildVersionArn self.name = name @@ -7257,8 +7036,7 @@ public struct ListWaitingWorkflowStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, steps: [ImagebuilderClientTypes.WorkflowStepExecution]? = nil - ) - { + ) { self.nextToken = nextToken self.steps = steps } @@ -7277,8 +7055,7 @@ public struct ListWorkflowBuildVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowVersionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowVersionArn = workflowVersionArn @@ -7321,8 +7098,7 @@ extension ImagebuilderClientTypes { tags: [Swift.String: Swift.String]? = nil, type: ImagebuilderClientTypes.WorkflowType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.changeDescription = changeDescription self.dateCreated = dateCreated @@ -7346,8 +7122,7 @@ public struct ListWorkflowBuildVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowSummaryList: [ImagebuilderClientTypes.WorkflowSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowSummaryList = workflowSummaryList } @@ -7366,8 +7141,7 @@ public struct ListWorkflowExecutionsInput: Swift.Sendable { imageBuildVersionArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.maxResults = maxResults self.nextToken = nextToken @@ -7416,8 +7190,7 @@ extension ImagebuilderClientTypes { type: ImagebuilderClientTypes.WorkflowType? = nil, workflowBuildVersionArn: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.message = message self.parallelGroup = parallelGroup @@ -7452,8 +7225,7 @@ public struct ListWorkflowExecutionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, workflowExecutions: [ImagebuilderClientTypes.WorkflowExecutionMetadata]? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.message = message self.nextToken = nextToken @@ -7480,8 +7252,7 @@ public struct ListWorkflowsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, owner: ImagebuilderClientTypes.Ownership? = nil - ) - { + ) { self.byName = byName self.filters = filters self.maxResults = maxResults @@ -7517,8 +7288,7 @@ extension ImagebuilderClientTypes { owner: Swift.String? = nil, type: ImagebuilderClientTypes.WorkflowType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.dateCreated = dateCreated self.description = description @@ -7539,8 +7309,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowVersionList: [ImagebuilderClientTypes.WorkflowVersion]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowVersionList = workflowVersionList } @@ -7559,8 +7328,7 @@ public struct ListWorkflowStepExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowExecutionId = workflowExecutionId @@ -7606,8 +7374,7 @@ extension ImagebuilderClientTypes { startTime: Swift.String? = nil, status: ImagebuilderClientTypes.WorkflowStepExecutionStatus? = nil, stepExecutionId: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.endTime = endTime @@ -7647,8 +7414,7 @@ public struct ListWorkflowStepExecutionsOutput: Swift.Sendable { steps: [ImagebuilderClientTypes.WorkflowStepMetadata]? = nil, workflowBuildVersionArn: Swift.String? = nil, workflowExecutionId: Swift.String? = nil - ) - { + ) { self.imageBuildVersionArn = imageBuildVersionArn self.message = message self.nextToken = nextToken @@ -7677,8 +7443,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7694,8 +7459,7 @@ public struct PutComponentPolicyInput: Swift.Sendable { public init( componentArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.componentArn = componentArn self.policy = policy } @@ -7710,8 +7474,7 @@ public struct PutComponentPolicyOutput: Swift.Sendable { public init( componentArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.componentArn = componentArn self.requestId = requestId } @@ -7728,8 +7491,7 @@ public struct PutContainerRecipePolicyInput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn self.policy = policy } @@ -7744,8 +7506,7 @@ public struct PutContainerRecipePolicyOutput: Swift.Sendable { public init( containerRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.containerRecipeArn = containerRecipeArn self.requestId = requestId } @@ -7762,8 +7523,7 @@ public struct PutImagePolicyInput: Swift.Sendable { public init( imageArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.imageArn = imageArn self.policy = policy } @@ -7778,8 +7538,7 @@ public struct PutImagePolicyOutput: Swift.Sendable { public init( imageArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageArn = imageArn self.requestId = requestId } @@ -7796,8 +7555,7 @@ public struct PutImageRecipePolicyInput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn self.policy = policy } @@ -7812,8 +7570,7 @@ public struct PutImageRecipePolicyOutput: Swift.Sendable { public init( imageRecipeArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.imageRecipeArn = imageRecipeArn self.requestId = requestId } @@ -7870,8 +7627,7 @@ public struct SendWorkflowStepActionInput: Swift.Sendable { imageBuildVersionArn: Swift.String? = nil, reason: Swift.String? = nil, stepExecutionId: Swift.String? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn @@ -7892,8 +7648,7 @@ public struct SendWorkflowStepActionOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil, stepExecutionId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn self.stepExecutionId = stepExecutionId @@ -7911,8 +7666,7 @@ public struct StartImagePipelineExecutionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, imagePipelineArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imagePipelineArn = imagePipelineArn } @@ -7930,8 +7684,7 @@ public struct StartImagePipelineExecutionOutput: Swift.Sendable { clientToken: Swift.String? = nil, imageBuildVersionArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imageBuildVersionArn = imageBuildVersionArn self.requestId = requestId @@ -7947,8 +7700,7 @@ extension ImagebuilderClientTypes { public init( amis: ImagebuilderClientTypes.LifecyclePolicyDetailExclusionRulesAmis? = nil - ) - { + ) { self.amis = amis } } @@ -7969,8 +7721,7 @@ extension ImagebuilderClientTypes { amis: Swift.Bool = false, containers: Swift.Bool = false, snapshots: Swift.Bool = false - ) - { + ) { self.amis = amis self.containers = containers self.snapshots = snapshots @@ -8022,8 +7773,7 @@ extension ImagebuilderClientTypes { public init( status: ImagebuilderClientTypes.ResourceStatus? = nil - ) - { + ) { self.status = status } } @@ -8056,8 +7806,7 @@ public struct StartResourceStateUpdateInput: Swift.Sendable { resourceArn: Swift.String? = nil, state: ImagebuilderClientTypes.ResourceState? = nil, updateAt: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.exclusionRules = exclusionRules self.executionRole = executionRole @@ -8077,8 +7826,7 @@ public struct StartResourceStateUpdateOutput: Swift.Sendable { public init( lifecycleExecutionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.lifecycleExecutionId = lifecycleExecutionId self.resourceArn = resourceArn } @@ -8095,8 +7843,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8118,8 +7865,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8148,8 +7894,7 @@ public struct UpdateDistributionConfigurationInput: Swift.Sendable { description: Swift.String? = nil, distributionConfigurationArn: Swift.String? = nil, distributions: [ImagebuilderClientTypes.Distribution]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.distributionConfigurationArn = distributionConfigurationArn @@ -8169,8 +7914,7 @@ public struct UpdateDistributionConfigurationOutput: Swift.Sendable { clientToken: Swift.String? = nil, distributionConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.distributionConfigurationArn = distributionConfigurationArn self.requestId = requestId @@ -8225,8 +7969,7 @@ public struct UpdateImagePipelineInput: Swift.Sendable { schedule: ImagebuilderClientTypes.Schedule? = nil, status: ImagebuilderClientTypes.PipelineStatus? = nil, workflows: [ImagebuilderClientTypes.WorkflowConfiguration]? = nil - ) - { + ) { self.clientToken = clientToken self.containerRecipeArn = containerRecipeArn self.description = description @@ -8256,8 +7999,7 @@ public struct UpdateImagePipelineOutput: Swift.Sendable { clientToken: Swift.String? = nil, imagePipelineArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.imagePipelineArn = imagePipelineArn self.requestId = requestId @@ -8316,8 +8058,7 @@ public struct UpdateInfrastructureConfigurationInput: Swift.Sendable { snsTopicArn: Swift.String? = nil, subnetId: Swift.String? = nil, terminateInstanceOnFailure: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.infrastructureConfigurationArn = infrastructureConfigurationArn @@ -8347,8 +8088,7 @@ public struct UpdateInfrastructureConfigurationOutput: Swift.Sendable { clientToken: Swift.String? = nil, infrastructureConfigurationArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.infrastructureConfigurationArn = infrastructureConfigurationArn self.requestId = requestId @@ -8388,8 +8128,7 @@ public struct UpdateLifecyclePolicyInput: Swift.Sendable { resourceSelection: ImagebuilderClientTypes.LifecyclePolicyResourceSelection? = nil, resourceType: ImagebuilderClientTypes.LifecyclePolicyResourceType? = nil, status: ImagebuilderClientTypes.LifecyclePolicyStatus? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.executionRole = executionRole @@ -8407,8 +8146,7 @@ public struct UpdateLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicyArn: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyArn = lifecyclePolicyArn } } diff --git a/Sources/Services/AWSInspector/Package.swift.txt b/Sources/Services/AWSInspector/Package.swift.txt index aaa9dc9f445..40736bbd251 100644 --- a/Sources/Services/AWSInspector/Package.swift.txt +++ b/Sources/Services/AWSInspector/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSInspector/Sources/AWSInspector/InspectorClient.swift b/Sources/Services/AWSInspector/Sources/AWSInspector/InspectorClient.swift index d3def6d2ed5..f0da20a4926 100644 --- a/Sources/Services/AWSInspector/Sources/AWSInspector/InspectorClient.swift +++ b/Sources/Services/AWSInspector/Sources/AWSInspector/InspectorClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class InspectorClient: ClientRuntime.Client { public static let clientName = "InspectorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: InspectorClient.InspectorClientConfiguration let serviceName = "Inspector" diff --git a/Sources/Services/AWSInspector/Sources/AWSInspector/Models.swift b/Sources/Services/AWSInspector/Sources/AWSInspector/Models.swift index 3a291d978cf..f728f1a3c71 100644 --- a/Sources/Services/AWSInspector/Sources/AWSInspector/Models.swift +++ b/Sources/Services/AWSInspector/Sources/AWSInspector/Models.swift @@ -153,8 +153,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim canRetry: Swift.Bool? = nil, errorCode: InspectorClientTypes.AccessDeniedErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.errorCode = errorCode self.properties.message = message @@ -185,8 +184,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( canRetry: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.message = message } @@ -405,8 +403,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim canRetry: Swift.Bool? = nil, errorCode: InspectorClientTypes.InvalidInputErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.errorCode = errorCode self.properties.message = message @@ -488,8 +485,7 @@ public struct NoSuchEntityException: ClientRuntime.ModeledError, AWSClientRuntim canRetry: Swift.Bool? = nil, errorCode: InspectorClientTypes.NoSuchEntityErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.errorCode = errorCode self.properties.message = message @@ -520,8 +516,7 @@ public struct ServiceTemporarilyUnavailableException: ClientRuntime.ModeledError public init( canRetry: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.message = message } @@ -540,8 +535,7 @@ extension InspectorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -559,8 +553,7 @@ public struct AddAttributesToFindingsInput: Swift.Sendable { public init( attributes: [InspectorClientTypes.Attribute]? = nil, findingArns: [Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.findingArns = findingArns } @@ -621,8 +614,7 @@ extension InspectorClientTypes { public init( failureCode: InspectorClientTypes.FailedItemErrorCode? = nil, retryable: Swift.Bool? = nil - ) - { + ) { self.failureCode = failureCode self.retryable = retryable } @@ -636,8 +628,7 @@ public struct AddAttributesToFindingsOutput: Swift.Sendable { public init( failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.failedItems = failedItems } } @@ -656,8 +647,7 @@ extension InspectorClientTypes { public init( agentId: Swift.String? = nil, assessmentRunArn: Swift.String? = nil - ) - { + ) { self.agentId = agentId self.assessmentRunArn = assessmentRunArn } @@ -751,8 +741,7 @@ extension InspectorClientTypes { public init( agentHealthCodes: [InspectorClientTypes.AgentHealthCode]? = nil, agentHealths: [InspectorClientTypes.AgentHealth]? = nil - ) - { + ) { self.agentHealthCodes = agentHealthCodes self.agentHealths = agentHealths } @@ -790,8 +779,7 @@ extension InspectorClientTypes { ipv4Address: Swift.String? = nil, kernelVersion: Swift.String? = nil, operatingSystem: Swift.String? = nil - ) - { + ) { self.agentHealth = agentHealth self.agentId = agentId self.agentVersion = agentVersion @@ -836,8 +824,7 @@ public struct AgentsAlreadyRunningAssessmentException: ClientRuntime.ModeledErro agentsTruncated: Swift.Bool? = nil, canRetry: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.agents = agents self.properties.agentsTruncated = agentsTruncated self.properties.canRetry = canRetry @@ -983,8 +970,7 @@ extension InspectorClientTypes { message: Swift.String? = nil, snsPublishStatusCode: InspectorClientTypes.AssessmentRunNotificationSnsStatusCode? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.date = date self.error = error self.event = event @@ -1071,8 +1057,7 @@ extension InspectorClientTypes { public init( state: InspectorClientTypes.AssessmentRunState? = nil, stateChangedAt: Foundation.Date? = nil - ) - { + ) { self.state = state self.stateChangedAt = stateChangedAt } @@ -1143,8 +1128,7 @@ extension InspectorClientTypes { stateChangedAt: Foundation.Date? = nil, stateChanges: [InspectorClientTypes.AssessmentRunStateChange]? = nil, userAttributesForFindings: [InspectorClientTypes.Attribute]? = nil - ) - { + ) { self.arn = arn self.assessmentTemplateArn = assessmentTemplateArn self.completedAt = completedAt @@ -1181,8 +1165,7 @@ extension InspectorClientTypes { count: Swift.Int? = nil, dataSize: Swift.Int? = nil, messageType: Swift.String? = nil - ) - { + ) { self.count = count self.dataSize = dataSize self.messageType = messageType @@ -1222,8 +1205,7 @@ extension InspectorClientTypes { assessmentRunArn: Swift.String? = nil, autoScalingGroup: Swift.String? = nil, telemetryMetadata: [InspectorClientTypes.TelemetryMetadata]? = nil - ) - { + ) { self.agentHealth = agentHealth self.agentHealthCode = agentHealthCode self.agentHealthDetails = agentHealthDetails @@ -1247,8 +1229,7 @@ extension InspectorClientTypes { public init( beginDate: Foundation.Date? = nil, endDate: Foundation.Date? = nil - ) - { + ) { self.beginDate = beginDate self.endDate = endDate } @@ -1267,8 +1248,7 @@ extension InspectorClientTypes { public init( maxSeconds: Swift.Int? = nil, minSeconds: Swift.Int? = nil - ) - { + ) { self.maxSeconds = maxSeconds self.minSeconds = minSeconds } @@ -1302,8 +1282,7 @@ extension InspectorClientTypes { startTimeRange: InspectorClientTypes.TimestampRange? = nil, stateChangeTimeRange: InspectorClientTypes.TimestampRange? = nil, states: [InspectorClientTypes.AssessmentRunState]? = nil - ) - { + ) { self.completionTimeRange = completionTimeRange self.durationRange = durationRange self.namePattern = namePattern @@ -1347,8 +1326,7 @@ public struct AssessmentRunInProgressException: ClientRuntime.ModeledError, AWSC assessmentRunArnsTruncated: Swift.Bool? = nil, canRetry: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.assessmentRunArns = assessmentRunArns self.properties.assessmentRunArnsTruncated = assessmentRunArnsTruncated self.properties.canRetry = canRetry @@ -1381,8 +1359,7 @@ extension InspectorClientTypes { name: Swift.String? = nil, resourceGroupArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.name = name @@ -1401,8 +1378,7 @@ extension InspectorClientTypes { public init( assessmentTargetNamePattern: Swift.String? = nil - ) - { + ) { self.assessmentTargetNamePattern = assessmentTargetNamePattern } } @@ -1449,8 +1425,7 @@ extension InspectorClientTypes { name: Swift.String? = nil, rulesPackageArns: [Swift.String]? = nil, userAttributesForFindings: [InspectorClientTypes.Attribute]? = nil - ) - { + ) { self.arn = arn self.assessmentRunCount = assessmentRunCount self.assessmentTargetArn = assessmentTargetArn @@ -1479,8 +1454,7 @@ extension InspectorClientTypes { durationRange: InspectorClientTypes.DurationRange? = nil, namePattern: Swift.String? = nil, rulesPackageArns: [Swift.String]? = nil - ) - { + ) { self.durationRange = durationRange self.namePattern = namePattern self.rulesPackageArns = rulesPackageArns @@ -1500,8 +1474,7 @@ extension InspectorClientTypes { public init( privateDnsName: Swift.String? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.privateDnsName = privateDnsName self.privateIpAddress = privateIpAddress } @@ -1520,8 +1493,7 @@ extension InspectorClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -1564,8 +1536,7 @@ extension InspectorClientTypes { securityGroups: [InspectorClientTypes.SecurityGroup]? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipv6Addresses = ipv6Addresses self.networkInterfaceId = networkInterfaceId self.privateDnsName = privateDnsName @@ -1593,8 +1564,7 @@ extension InspectorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1632,8 +1602,7 @@ extension InspectorClientTypes { networkInterfaces: [InspectorClientTypes.NetworkInterface]? = nil, schemaVersion: Swift.Int = 0, tags: [InspectorClientTypes.Tag]? = nil - ) - { + ) { self.agentId = agentId self.amiId = amiId self.autoScalingGroup = autoScalingGroup @@ -1729,8 +1698,7 @@ public struct InvalidCrossAccountRoleException: ClientRuntime.ModeledError, AWSC canRetry: Swift.Bool? = nil, errorCode: InspectorClientTypes.InvalidCrossAccountRoleErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.errorCode = errorCode self.properties.message = message @@ -1803,8 +1771,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti canRetry: Swift.Bool? = nil, errorCode: InspectorClientTypes.LimitExceededErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.errorCode = errorCode self.properties.message = message @@ -1821,8 +1788,7 @@ public struct CreateAssessmentTargetInput: Swift.Sendable { public init( assessmentTargetName: Swift.String? = nil, resourceGroupArn: Swift.String? = nil - ) - { + ) { self.assessmentTargetName = assessmentTargetName self.resourceGroupArn = resourceGroupArn } @@ -1835,8 +1801,7 @@ public struct CreateAssessmentTargetOutput: Swift.Sendable { public init( assessmentTargetArn: Swift.String? = nil - ) - { + ) { self.assessmentTargetArn = assessmentTargetArn } } @@ -1863,8 +1828,7 @@ public struct CreateAssessmentTemplateInput: Swift.Sendable { durationInSeconds: Swift.Int? = nil, rulesPackageArns: [Swift.String]? = nil, userAttributesForFindings: [InspectorClientTypes.Attribute]? = nil - ) - { + ) { self.assessmentTargetArn = assessmentTargetArn self.assessmentTemplateName = assessmentTemplateName self.durationInSeconds = durationInSeconds @@ -1880,8 +1844,7 @@ public struct CreateAssessmentTemplateOutput: Swift.Sendable { public init( assessmentTemplateArn: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArn = assessmentTemplateArn } } @@ -1905,8 +1868,7 @@ public struct PreviewGenerationInProgressException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1918,8 +1880,7 @@ public struct CreateExclusionsPreviewInput: Swift.Sendable { public init( assessmentTemplateArn: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArn = assessmentTemplateArn } } @@ -1931,8 +1892,7 @@ public struct CreateExclusionsPreviewOutput: Swift.Sendable { public init( previewToken: Swift.String? = nil - ) - { + ) { self.previewToken = previewToken } } @@ -1950,8 +1910,7 @@ extension InspectorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1965,8 +1924,7 @@ public struct CreateResourceGroupInput: Swift.Sendable { public init( resourceGroupTags: [InspectorClientTypes.ResourceGroupTag]? = nil - ) - { + ) { self.resourceGroupTags = resourceGroupTags } } @@ -1978,8 +1936,7 @@ public struct CreateResourceGroupOutput: Swift.Sendable { public init( resourceGroupArn: Swift.String? = nil - ) - { + ) { self.resourceGroupArn = resourceGroupArn } } @@ -1991,8 +1948,7 @@ public struct DeleteAssessmentRunInput: Swift.Sendable { public init( assessmentRunArn: Swift.String? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn } } @@ -2004,8 +1960,7 @@ public struct DeleteAssessmentTargetInput: Swift.Sendable { public init( assessmentTargetArn: Swift.String? = nil - ) - { + ) { self.assessmentTargetArn = assessmentTargetArn } } @@ -2017,8 +1972,7 @@ public struct DeleteAssessmentTemplateInput: Swift.Sendable { public init( assessmentTemplateArn: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArn = assessmentTemplateArn } } @@ -2030,8 +1984,7 @@ public struct DescribeAssessmentRunsInput: Swift.Sendable { public init( assessmentRunArns: [Swift.String]? = nil - ) - { + ) { self.assessmentRunArns = assessmentRunArns } } @@ -2047,8 +2000,7 @@ public struct DescribeAssessmentRunsOutput: Swift.Sendable { public init( assessmentRuns: [InspectorClientTypes.AssessmentRun]? = nil, failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.assessmentRuns = assessmentRuns self.failedItems = failedItems } @@ -2061,8 +2013,7 @@ public struct DescribeAssessmentTargetsInput: Swift.Sendable { public init( assessmentTargetArns: [Swift.String]? = nil - ) - { + ) { self.assessmentTargetArns = assessmentTargetArns } } @@ -2078,8 +2029,7 @@ public struct DescribeAssessmentTargetsOutput: Swift.Sendable { public init( assessmentTargets: [InspectorClientTypes.AssessmentTarget]? = nil, failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.assessmentTargets = assessmentTargets self.failedItems = failedItems } @@ -2091,8 +2041,7 @@ public struct DescribeAssessmentTemplatesInput: Swift.Sendable { public init( assessmentTemplateArns: [Swift.String]? = nil - ) - { + ) { self.assessmentTemplateArns = assessmentTemplateArns } } @@ -2108,8 +2057,7 @@ public struct DescribeAssessmentTemplatesOutput: Swift.Sendable { public init( assessmentTemplates: [InspectorClientTypes.AssessmentTemplate]? = nil, failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.assessmentTemplates = assessmentTemplates self.failedItems = failedItems } @@ -2130,8 +2078,7 @@ public struct DescribeCrossAccountAccessRoleOutput: Swift.Sendable { registeredAt: Foundation.Date? = nil, roleArn: Swift.String? = nil, valid: Swift.Bool? = nil - ) - { + ) { self.registeredAt = registeredAt self.roleArn = roleArn self.valid = valid @@ -2174,8 +2121,7 @@ public struct DescribeExclusionsInput: Swift.Sendable { public init( exclusionArns: [Swift.String]? = nil, locale: InspectorClientTypes.Locale? = nil - ) - { + ) { self.exclusionArns = exclusionArns self.locale = locale } @@ -2222,8 +2168,7 @@ extension InspectorClientTypes { public init( key: InspectorClientTypes.ScopeType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2259,8 +2204,7 @@ extension InspectorClientTypes { recommendation: Swift.String? = nil, scopes: [InspectorClientTypes.Scope]? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.description = description @@ -2282,8 +2226,7 @@ public struct DescribeExclusionsOutput: Swift.Sendable { public init( exclusions: [Swift.String: InspectorClientTypes.Exclusion]? = nil, failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.exclusions = exclusions self.failedItems = failedItems } @@ -2299,8 +2242,7 @@ public struct DescribeFindingsInput: Swift.Sendable { public init( findingArns: [Swift.String]? = nil, locale: InspectorClientTypes.Locale? = nil - ) - { + ) { self.findingArns = findingArns self.locale = locale } @@ -2322,8 +2264,7 @@ extension InspectorClientTypes { assessmentRunArn: Swift.String? = nil, rulesPackageArn: Swift.String? = nil, schemaVersion: Swift.Int = 0 - ) - { + ) { self.assessmentRunArn = assessmentRunArn self.rulesPackageArn = rulesPackageArn self.schemaVersion = schemaVersion @@ -2396,8 +2337,7 @@ extension InspectorClientTypes { title: Swift.String? = nil, updatedAt: Foundation.Date? = nil, userAttributes: [InspectorClientTypes.Attribute]? = nil - ) - { + ) { self.arn = arn self.assetAttributes = assetAttributes self.assetType = assetType @@ -2431,8 +2371,7 @@ public struct DescribeFindingsOutput: Swift.Sendable { public init( failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil, findings: [InspectorClientTypes.Finding]? = nil - ) - { + ) { self.failedItems = failedItems self.findings = findings } @@ -2445,8 +2384,7 @@ public struct DescribeResourceGroupsInput: Swift.Sendable { public init( resourceGroupArns: [Swift.String]? = nil - ) - { + ) { self.resourceGroupArns = resourceGroupArns } } @@ -2469,8 +2407,7 @@ extension InspectorClientTypes { arn: Swift.String? = nil, createdAt: Foundation.Date? = nil, tags: [InspectorClientTypes.ResourceGroupTag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.tags = tags @@ -2489,8 +2426,7 @@ public struct DescribeResourceGroupsOutput: Swift.Sendable { public init( failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil, resourceGroups: [InspectorClientTypes.ResourceGroup]? = nil - ) - { + ) { self.failedItems = failedItems self.resourceGroups = resourceGroups } @@ -2506,8 +2442,7 @@ public struct DescribeRulesPackagesInput: Swift.Sendable { public init( locale: InspectorClientTypes.Locale? = nil, rulesPackageArns: [Swift.String]? = nil - ) - { + ) { self.locale = locale self.rulesPackageArns = rulesPackageArns } @@ -2538,8 +2473,7 @@ extension InspectorClientTypes { name: Swift.String? = nil, provider: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -2560,8 +2494,7 @@ public struct DescribeRulesPackagesOutput: Swift.Sendable { public init( failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil, rulesPackages: [InspectorClientTypes.RulesPackage]? = nil - ) - { + ) { self.failedItems = failedItems self.rulesPackages = rulesPackages } @@ -2581,8 +2514,7 @@ extension InspectorClientTypes { public init( event: InspectorClientTypes.InspectorEvent? = nil, subscribedAt: Foundation.Date? = nil - ) - { + ) { self.event = event self.subscribedAt = subscribedAt } @@ -2614,8 +2546,7 @@ extension InspectorClientTypes { recommendation: Swift.String? = nil, scopes: [InspectorClientTypes.Scope]? = nil, title: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.description = description self.recommendation = recommendation @@ -2655,8 +2586,7 @@ extension InspectorClientTypes { rulesPackageArns: [Swift.String]? = nil, severities: [InspectorClientTypes.Severity]? = nil, userAttributes: [InspectorClientTypes.Attribute]? = nil - ) - { + ) { self.agentIds = agentIds self.attributes = attributes self.autoScalingGroups = autoScalingGroups @@ -2691,8 +2621,7 @@ public struct UnsupportedFeatureException: ClientRuntime.ModeledError, AWSClient public init( canRetry: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.canRetry = canRetry self.properties.message = message } @@ -2771,8 +2700,7 @@ public struct GetAssessmentReportInput: Swift.Sendable { assessmentRunArn: Swift.String? = nil, reportFileFormat: InspectorClientTypes.ReportFileFormat? = nil, reportType: InspectorClientTypes.ReportType? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn self.reportFileFormat = reportFileFormat self.reportType = reportType @@ -2821,8 +2749,7 @@ public struct GetAssessmentReportOutput: Swift.Sendable { public init( status: InspectorClientTypes.ReportStatus? = nil, url: Swift.String? = nil - ) - { + ) { self.status = status self.url = url } @@ -2848,8 +2775,7 @@ public struct GetExclusionsPreviewInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, previewToken: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArn = assessmentTemplateArn self.locale = locale self.maxResults = maxResults @@ -2900,8 +2826,7 @@ public struct GetExclusionsPreviewOutput: Swift.Sendable { exclusionPreviews: [InspectorClientTypes.ExclusionPreview]? = nil, nextToken: Swift.String? = nil, previewStatus: InspectorClientTypes.PreviewStatus? = nil - ) - { + ) { self.exclusionPreviews = exclusionPreviews self.nextToken = nextToken self.previewStatus = previewStatus @@ -2915,8 +2840,7 @@ public struct GetTelemetryMetadataInput: Swift.Sendable { public init( assessmentRunArn: Swift.String? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn } } @@ -2928,8 +2852,7 @@ public struct GetTelemetryMetadataOutput: Swift.Sendable { public init( telemetryMetadata: [InspectorClientTypes.TelemetryMetadata]? = nil - ) - { + ) { self.telemetryMetadata = telemetryMetadata } } @@ -2950,8 +2873,7 @@ public struct ListAssessmentRunAgentsInput: Swift.Sendable { filter: InspectorClientTypes.AgentFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn self.filter = filter self.maxResults = maxResults @@ -2969,8 +2891,7 @@ public struct ListAssessmentRunAgentsOutput: Swift.Sendable { public init( assessmentRunAgents: [InspectorClientTypes.AssessmentRunAgent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentRunAgents = assessmentRunAgents self.nextToken = nextToken } @@ -2991,8 +2912,7 @@ public struct ListAssessmentRunsInput: Swift.Sendable { filter: InspectorClientTypes.AssessmentRunFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArns = assessmentTemplateArns self.filter = filter self.maxResults = maxResults @@ -3010,8 +2930,7 @@ public struct ListAssessmentRunsOutput: Swift.Sendable { public init( assessmentRunArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentRunArns = assessmentRunArns self.nextToken = nextToken } @@ -3029,8 +2948,7 @@ public struct ListAssessmentTargetsInput: Swift.Sendable { filter: InspectorClientTypes.AssessmentTargetFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -3047,8 +2965,7 @@ public struct ListAssessmentTargetsOutput: Swift.Sendable { public init( assessmentTargetArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentTargetArns = assessmentTargetArns self.nextToken = nextToken } @@ -3069,8 +2986,7 @@ public struct ListAssessmentTemplatesInput: Swift.Sendable { filter: InspectorClientTypes.AssessmentTemplateFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentTargetArns = assessmentTargetArns self.filter = filter self.maxResults = maxResults @@ -3088,8 +3004,7 @@ public struct ListAssessmentTemplatesOutput: Swift.Sendable { public init( assessmentTemplateArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentTemplateArns = assessmentTemplateArns self.nextToken = nextToken } @@ -3107,8 +3022,7 @@ public struct ListEventSubscriptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -3133,8 +3047,7 @@ extension InspectorClientTypes { eventSubscriptions: [InspectorClientTypes.EventSubscription]? = nil, resourceArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.eventSubscriptions = eventSubscriptions self.resourceArn = resourceArn self.topicArn = topicArn @@ -3152,8 +3065,7 @@ public struct ListEventSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptions: [InspectorClientTypes.Subscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -3172,8 +3084,7 @@ public struct ListExclusionsInput: Swift.Sendable { assessmentRunArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn self.maxResults = maxResults self.nextToken = nextToken @@ -3190,8 +3101,7 @@ public struct ListExclusionsOutput: Swift.Sendable { public init( exclusionArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exclusionArns = exclusionArns self.nextToken = nextToken } @@ -3212,8 +3122,7 @@ public struct ListFindingsInput: Swift.Sendable { filter: InspectorClientTypes.FindingFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentRunArns = assessmentRunArns self.filter = filter self.maxResults = maxResults @@ -3231,8 +3140,7 @@ public struct ListFindingsOutput: Swift.Sendable { public init( findingArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingArns = findingArns self.nextToken = nextToken } @@ -3247,8 +3155,7 @@ public struct ListRulesPackagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3264,8 +3171,7 @@ public struct ListRulesPackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rulesPackageArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.rulesPackageArns = rulesPackageArns } @@ -3278,8 +3184,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3291,8 +3196,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [InspectorClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3310,8 +3214,7 @@ public struct PreviewAgentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, previewAgentsArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.previewAgentsArn = previewAgentsArn @@ -3328,8 +3231,7 @@ public struct PreviewAgentsOutput: Swift.Sendable { public init( agentPreviews: [InspectorClientTypes.AgentPreview]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agentPreviews = agentPreviews self.nextToken = nextToken } @@ -3342,8 +3244,7 @@ public struct RegisterCrossAccountAccessRoleInput: Swift.Sendable { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -3359,8 +3260,7 @@ public struct RemoveAttributesFromFindingsInput: Swift.Sendable { public init( attributeKeys: [Swift.String]? = nil, findingArns: [Swift.String]? = nil - ) - { + ) { self.attributeKeys = attributeKeys self.findingArns = findingArns } @@ -3373,8 +3273,7 @@ public struct RemoveAttributesFromFindingsOutput: Swift.Sendable { public init( failedItems: [Swift.String: InspectorClientTypes.FailedItemDetails]? = nil - ) - { + ) { self.failedItems = failedItems } } @@ -3389,8 +3288,7 @@ public struct SetTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [InspectorClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3406,8 +3304,7 @@ public struct StartAssessmentRunInput: Swift.Sendable { public init( assessmentRunName: Swift.String? = nil, assessmentTemplateArn: Swift.String? = nil - ) - { + ) { self.assessmentRunName = assessmentRunName self.assessmentTemplateArn = assessmentTemplateArn } @@ -3420,8 +3317,7 @@ public struct StartAssessmentRunOutput: Swift.Sendable { public init( assessmentRunArn: Swift.String? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn } } @@ -3465,8 +3361,7 @@ public struct StopAssessmentRunInput: Swift.Sendable { public init( assessmentRunArn: Swift.String? = nil, stopAction: InspectorClientTypes.StopAction? = nil - ) - { + ) { self.assessmentRunArn = assessmentRunArn self.stopAction = stopAction } @@ -3487,8 +3382,7 @@ public struct SubscribeToEventInput: Swift.Sendable { event: InspectorClientTypes.InspectorEvent? = nil, resourceArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.event = event self.resourceArn = resourceArn self.topicArn = topicArn @@ -3510,8 +3404,7 @@ public struct UnsubscribeFromEventInput: Swift.Sendable { event: InspectorClientTypes.InspectorEvent? = nil, resourceArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.event = event self.resourceArn = resourceArn self.topicArn = topicArn @@ -3532,8 +3425,7 @@ public struct UpdateAssessmentTargetInput: Swift.Sendable { assessmentTargetArn: Swift.String? = nil, assessmentTargetName: Swift.String? = nil, resourceGroupArn: Swift.String? = nil - ) - { + ) { self.assessmentTargetArn = assessmentTargetArn self.assessmentTargetName = assessmentTargetName self.resourceGroupArn = resourceGroupArn diff --git a/Sources/Services/AWSInspector2/Package.swift.txt b/Sources/Services/AWSInspector2/Package.swift.txt index f1f56c52ef4..0c7d7322d58 100644 --- a/Sources/Services/AWSInspector2/Package.swift.txt +++ b/Sources/Services/AWSInspector2/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSInspector2/Sources/AWSInspector2/Inspector2Client.swift b/Sources/Services/AWSInspector2/Sources/AWSInspector2/Inspector2Client.swift index b045273e112..c344d9b730b 100644 --- a/Sources/Services/AWSInspector2/Sources/AWSInspector2/Inspector2Client.swift +++ b/Sources/Services/AWSInspector2/Sources/AWSInspector2/Inspector2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Inspector2Client: ClientRuntime.Client { public static let clientName = "Inspector2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Inspector2Client.Inspector2ClientConfiguration let serviceName = "Inspector2" diff --git a/Sources/Services/AWSInspector2/Sources/AWSInspector2/Models.swift b/Sources/Services/AWSInspector2/Sources/AWSInspector2/Models.swift index cfb7567be24..ca3b6132a75 100644 --- a/Sources/Services/AWSInspector2/Sources/AWSInspector2/Models.swift +++ b/Sources/Services/AWSInspector2/Sources/AWSInspector2/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -118,8 +117,7 @@ extension Inspector2ClientTypes { ecr: Inspector2ClientTypes.Status? = nil, lambda: Inspector2ClientTypes.Status? = nil, lambdaCode: Inspector2ClientTypes.Status? = nil - ) - { + ) { self.ec2 = ec2 self.ecr = ecr self.lambda = lambda @@ -146,8 +144,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, resourceStatus: Inspector2ClientTypes.ResourceStatus? = nil, status: Inspector2ClientTypes.Status? = nil - ) - { + ) { self.accountId = accountId self.resourceStatus = resourceStatus self.status = status @@ -298,8 +295,7 @@ extension Inspector2ClientTypes { resourceType: Inspector2ClientTypes.AggregationResourceType? = nil, sortBy: Inspector2ClientTypes.AccountSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.findingType = findingType self.resourceType = resourceType self.sortBy = sortBy @@ -326,8 +322,7 @@ extension Inspector2ClientTypes { critical: Swift.Int? = nil, high: Swift.Int? = nil, medium: Swift.Int? = nil - ) - { + ) { self.all = all self.critical = critical self.high = high @@ -354,8 +349,7 @@ extension Inspector2ClientTypes { exploitAvailableCount: Swift.Int? = nil, fixAvailableCount: Swift.Int? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.exploitAvailableCount = exploitAvailableCount self.fixAvailableCount = fixAvailableCount @@ -410,8 +404,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisStringComparison? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -507,8 +500,7 @@ extension Inspector2ClientTypes { errorCode: Inspector2ClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, status: Inspector2ClientTypes.Status? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.status = status @@ -536,8 +528,7 @@ extension Inspector2ClientTypes { ecr: Inspector2ClientTypes.State? = nil, lambda: Inspector2ClientTypes.State? = nil, lambdaCode: Inspector2ClientTypes.State? = nil - ) - { + ) { self.ec2 = ec2 self.ecr = ecr self.lambda = lambda @@ -564,8 +555,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, resourceState: Inspector2ClientTypes.ResourceState? = nil, state: Inspector2ClientTypes.State? = nil - ) - { + ) { self.accountId = accountId self.resourceState = resourceState self.state = state @@ -619,8 +609,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.StringComparison? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -677,8 +666,7 @@ extension Inspector2ClientTypes { amis: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.AmiSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.amis = amis self.sortBy = sortBy self.sortOrder = sortOrder @@ -745,8 +733,7 @@ extension Inspector2ClientTypes { resourceIds: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.AwsEcrContainerSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.architectures = architectures self.imageShas = imageShas self.imageTags = imageTags @@ -801,8 +788,7 @@ extension Inspector2ClientTypes { comparison: Inspector2ClientTypes.MapComparison? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.key = key self.value = value @@ -869,8 +855,7 @@ extension Inspector2ClientTypes { operatingSystems: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.Ec2InstanceSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.amis = amis self.instanceIds = instanceIds self.instanceTags = instanceTags @@ -931,8 +916,7 @@ extension Inspector2ClientTypes { resourceType: Inspector2ClientTypes.AggregationResourceType? = nil, sortBy: Inspector2ClientTypes.FindingTypeSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.findingType = findingType self.resourceType = resourceType self.sortBy = sortBy @@ -994,8 +978,7 @@ extension Inspector2ClientTypes { resourceIds: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.ImageLayerSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.layerHashes = layerHashes self.repositories = repositories self.resourceIds = resourceIds @@ -1061,8 +1044,7 @@ extension Inspector2ClientTypes { runtimes: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.LambdaFunctionSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.functionNames = functionNames self.functionTags = functionTags self.resourceIds = resourceIds @@ -1126,8 +1108,7 @@ extension Inspector2ClientTypes { resourceIds: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.LambdaLayerSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.functionNames = functionNames self.layerArns = layerArns self.resourceIds = resourceIds @@ -1184,8 +1165,7 @@ extension Inspector2ClientTypes { packageNames: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.PackageSortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.packageNames = packageNames self.sortBy = sortBy self.sortOrder = sortOrder @@ -1243,8 +1223,7 @@ extension Inspector2ClientTypes { repositories: [Inspector2ClientTypes.StringFilter]? = nil, sortBy: Inspector2ClientTypes.RepositorySortBy? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.repositories = repositories self.sortBy = sortBy self.sortOrder = sortOrder @@ -1308,8 +1287,7 @@ extension Inspector2ClientTypes { sortOrder: Inspector2ClientTypes.SortOrder? = nil, titles: [Inspector2ClientTypes.StringFilter]? = nil, vulnerabilityIds: [Inspector2ClientTypes.StringFilter]? = nil - ) - { + ) { self.findingType = findingType self.resourceType = resourceType self.sortBy = sortBy @@ -1369,8 +1347,7 @@ extension Inspector2ClientTypes { affectedInstances: Swift.Int? = nil, ami: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.affectedInstances = affectedInstances self.ami = ami @@ -1407,8 +1384,7 @@ extension Inspector2ClientTypes { repository: Swift.String? = nil, resourceId: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.architecture = architecture self.imageSha = imageSha @@ -1448,8 +1424,7 @@ extension Inspector2ClientTypes { networkFindings: Swift.Int? = nil, operatingSystem: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.ami = ami self.instanceId = instanceId @@ -1479,8 +1454,7 @@ extension Inspector2ClientTypes { exploitAvailableCount: Swift.Int? = nil, fixAvailableCount: Swift.Int? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.exploitAvailableCount = exploitAvailableCount self.fixAvailableCount = fixAvailableCount @@ -1514,8 +1488,7 @@ extension Inspector2ClientTypes { repository: Swift.String? = nil, resourceId: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.layerHash = layerHash self.repository = repository @@ -1553,8 +1526,7 @@ extension Inspector2ClientTypes { resourceId: Swift.String? = nil, runtime: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.functionName = functionName self.lambdaTags = lambdaTags @@ -1591,8 +1563,7 @@ extension Inspector2ClientTypes { layerArn: Swift.String? = nil, resourceId: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.functionName = functionName self.layerArn = layerArn @@ -1618,8 +1589,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, packageName: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.packageName = packageName self.severityCounts = severityCounts @@ -1646,8 +1616,7 @@ extension Inspector2ClientTypes { affectedImages: Swift.Int? = nil, repository: Swift.String? = nil, severityCounts: Inspector2ClientTypes.SeverityCounts? = nil - ) - { + ) { self.accountId = accountId self.affectedImages = affectedImages self.repository = repository @@ -1675,8 +1644,7 @@ extension Inspector2ClientTypes { severityCounts: Inspector2ClientTypes.SeverityCounts? = nil, title: Swift.String? = nil, vulnerabilityId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.severityCounts = severityCounts self.title = title @@ -1822,8 +1790,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -1852,8 +1819,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -1881,8 +1847,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -1902,8 +1867,7 @@ extension Inspector2ClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1968,8 +1932,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [Inspector2ClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: Inspector2ClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -1983,8 +1946,7 @@ public struct AssociateMemberInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -1996,8 +1958,7 @@ public struct AssociateMemberOutput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -2020,8 +1981,7 @@ extension Inspector2ClientTypes { lastSeen: Foundation.Date? = nil, targets: [Swift.String]? = nil, ttps: [Swift.String]? = nil - ) - { + ) { self.firstSeen = firstSeen self.lastSeen = lastSeen self.targets = targets @@ -2050,8 +2010,7 @@ extension Inspector2ClientTypes { ecr: Swift.Bool? = nil, lambda: Swift.Bool? = nil, lambdaCode: Swift.Bool? = nil - ) - { + ) { self.ec2 = ec2 self.ecr = ecr self.lambda = lambda @@ -2096,8 +2055,7 @@ extension Inspector2ClientTypes { subnetId: Swift.String? = nil, type: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.iamInstanceProfileArn = iamInstanceProfileArn self.imageId = imageId self.ipV4Addresses = ipV4Addresses @@ -2145,8 +2103,7 @@ extension Inspector2ClientTypes { pushedAt: Foundation.Date? = nil, registry: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.author = author self.imageHash = imageHash @@ -2289,8 +2246,7 @@ extension Inspector2ClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcId = vpcId @@ -2339,8 +2295,7 @@ extension Inspector2ClientTypes { runtime: Inspector2ClientTypes.Runtime? = nil, version: Swift.String? = nil, vpcConfig: Inspector2ClientTypes.LambdaVpcConfig? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.executionRoleArn = executionRoleArn @@ -2374,8 +2329,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2399,8 +2353,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2411,8 +2364,7 @@ public struct BatchGetAccountStatusInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -2441,8 +2393,7 @@ extension Inspector2ClientTypes { errorMessage: Swift.String? = nil, resourceStatus: Inspector2ClientTypes.ResourceStatus? = nil, status: Inspector2ClientTypes.Status? = nil - ) - { + ) { self.accountId = accountId self.errorCode = errorCode self.errorMessage = errorMessage @@ -2462,8 +2413,7 @@ public struct BatchGetAccountStatusOutput: Swift.Sendable { public init( accounts: [Inspector2ClientTypes.AccountState]? = nil, failedAccounts: [Inspector2ClientTypes.FailedAccount]? = nil - ) - { + ) { self.accounts = accounts self.failedAccounts = failedAccounts } @@ -2476,8 +2426,7 @@ public struct BatchGetCodeSnippetInput: Swift.Sendable { public init( findingArns: [Swift.String]? = nil - ) - { + ) { self.findingArns = findingArns } } @@ -2496,8 +2445,7 @@ extension Inspector2ClientTypes { public init( content: Swift.String? = nil, lineNumber: Swift.Int? = nil - ) - { + ) { self.content = content self.lineNumber = lineNumber } @@ -2516,8 +2464,7 @@ extension Inspector2ClientTypes { public init( code: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.code = code self.description = description } @@ -2545,8 +2492,7 @@ extension Inspector2ClientTypes { findingArn: Swift.String? = nil, startLine: Swift.Int? = nil, suggestedFixes: [Inspector2ClientTypes.SuggestedFix]? = nil - ) - { + ) { self.codeSnippet = codeSnippet self.endLine = endLine self.findingArn = findingArn @@ -2609,8 +2555,7 @@ extension Inspector2ClientTypes { errorCode: Inspector2ClientTypes.CodeSnippetErrorCode? = nil, errorMessage: Swift.String? = nil, findingArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.findingArn = findingArn @@ -2627,8 +2572,7 @@ public struct BatchGetCodeSnippetOutput: Swift.Sendable { public init( codeSnippetResults: [Inspector2ClientTypes.CodeSnippetResult]? = nil, errors: [Inspector2ClientTypes.CodeSnippetError]? = nil - ) - { + ) { self.codeSnippetResults = codeSnippetResults self.errors = errors } @@ -2641,8 +2585,7 @@ public struct BatchGetFindingDetailsInput: Swift.Sendable { public init( findingArns: [Swift.String]? = nil - ) - { + ) { self.findingArns = findingArns } } @@ -2700,8 +2643,7 @@ extension Inspector2ClientTypes { errorCode: Inspector2ClientTypes.FindingDetailsErrorCode? = nil, errorMessage: Swift.String? = nil, findingArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.findingArn = findingArn @@ -2724,8 +2666,7 @@ extension Inspector2ClientTypes { action: Swift.String? = nil, dateAdded: Foundation.Date? = nil, dateDue: Foundation.Date? = nil - ) - { + ) { self.action = action self.dateAdded = dateAdded self.dateDue = dateDue @@ -2748,8 +2689,7 @@ extension Inspector2ClientTypes { evidenceDetail: Swift.String? = nil, evidenceRule: Swift.String? = nil, severity: Swift.String? = nil - ) - { + ) { self.evidenceDetail = evidenceDetail self.evidenceRule = evidenceRule self.severity = severity @@ -2769,8 +2709,7 @@ extension Inspector2ClientTypes { public init( firstSeen: Foundation.Date? = nil, lastSeen: Foundation.Date? = nil - ) - { + ) { self.firstSeen = firstSeen self.lastSeen = lastSeen } @@ -2813,8 +2752,7 @@ extension Inspector2ClientTypes { riskScore: Swift.Int? = nil, tools: [Swift.String]? = nil, ttps: [Swift.String]? = nil - ) - { + ) { self.cisaData = cisaData self.cwes = cwes self.epssScore = epssScore @@ -2838,8 +2776,7 @@ public struct BatchGetFindingDetailsOutput: Swift.Sendable { public init( errors: [Inspector2ClientTypes.FindingDetailsError]? = nil, findingDetails: [Inspector2ClientTypes.FindingDetail]? = nil - ) - { + ) { self.errors = errors self.findingDetails = findingDetails } @@ -2852,8 +2789,7 @@ public struct BatchGetFreeTrialInfoInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -2944,8 +2880,7 @@ extension Inspector2ClientTypes { start: Foundation.Date? = nil, status: Inspector2ClientTypes.FreeTrialStatus? = nil, type: Inspector2ClientTypes.FreeTrialType? = nil - ) - { + ) { self.end = end self.start = start self.status = status @@ -2968,8 +2903,7 @@ extension Inspector2ClientTypes { public init( accountId: Swift.String? = nil, freeTrialInfo: [Inspector2ClientTypes.FreeTrialInfo]? = nil - ) - { + ) { self.accountId = accountId self.freeTrialInfo = freeTrialInfo } @@ -3023,8 +2957,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, code: Inspector2ClientTypes.FreeTrialInfoErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.code = code self.message = message @@ -3043,8 +2976,7 @@ public struct BatchGetFreeTrialInfoOutput: Swift.Sendable { public init( accounts: [Inspector2ClientTypes.FreeTrialAccountInfo]? = nil, failedAccounts: [Inspector2ClientTypes.FreeTrialInfoError]? = nil - ) - { + ) { self.accounts = accounts self.failedAccounts = failedAccounts } @@ -3056,8 +2988,7 @@ public struct BatchGetMemberEc2DeepInspectionStatusInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -3113,8 +3044,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, errorMessage: Swift.String? = nil, status: Inspector2ClientTypes.Ec2DeepInspectionStatus? = nil - ) - { + ) { self.accountId = accountId self.errorMessage = errorMessage self.status = status @@ -3138,8 +3068,7 @@ extension Inspector2ClientTypes { accountId: Swift.String? = nil, ec2ScanStatus: Inspector2ClientTypes.Status? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.ec2ScanStatus = ec2ScanStatus self.errorMessage = errorMessage @@ -3156,8 +3085,7 @@ public struct BatchGetMemberEc2DeepInspectionStatusOutput: Swift.Sendable { public init( accountIds: [Inspector2ClientTypes.MemberAccountEc2DeepInspectionStatusState]? = nil, failedAccountIds: [Inspector2ClientTypes.FailedMemberAccountEc2DeepInspectionStatusState]? = nil - ) - { + ) { self.accountIds = accountIds self.failedAccountIds = failedAccountIds } @@ -3177,8 +3105,7 @@ extension Inspector2ClientTypes { public init( accountId: Swift.String? = nil, activateDeepInspection: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.activateDeepInspection = activateDeepInspection } @@ -3192,8 +3119,7 @@ public struct BatchUpdateMemberEc2DeepInspectionStatusInput: Swift.Sendable { public init( accountIds: [Inspector2ClientTypes.MemberAccountEc2DeepInspectionStatus]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -3207,8 +3133,7 @@ public struct BatchUpdateMemberEc2DeepInspectionStatusOutput: Swift.Sendable { public init( accountIds: [Inspector2ClientTypes.MemberAccountEc2DeepInspectionStatusState]? = nil, failedAccountIds: [Inspector2ClientTypes.FailedMemberAccountEc2DeepInspectionStatusState]? = nil - ) - { + ) { self.accountIds = accountIds self.failedAccountIds = failedAccountIds } @@ -3221,8 +3146,7 @@ public struct CancelFindingsReportInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -3234,8 +3158,7 @@ public struct CancelFindingsReportOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -3247,8 +3170,7 @@ public struct CancelSbomExportInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -3259,8 +3181,7 @@ public struct CancelSbomExportOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -3309,8 +3230,7 @@ extension Inspector2ClientTypes { failed: Swift.Int? = nil, passed: Swift.Int? = nil, skipped: Swift.Int? = nil - ) - { + ) { self.failed = failed self.passed = passed self.skipped = skipped @@ -3349,8 +3269,7 @@ extension Inspector2ClientTypes { scanArn: Swift.String? = nil, statusCounts: Inspector2ClientTypes.StatusCounts? = nil, title: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.checkDescription = checkDescription self.checkId = checkId @@ -3375,8 +3294,7 @@ extension Inspector2ClientTypes { public init( earliestScanStartTime: Foundation.Date? = nil, latestScanStartTime: Foundation.Date? = nil - ) - { + ) { self.earliestScanStartTime = earliestScanStartTime self.latestScanStartTime = latestScanStartTime } @@ -3455,8 +3373,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisFindingStatusComparison? = nil, value: Inspector2ClientTypes.CisFindingStatus? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -3475,8 +3392,7 @@ extension Inspector2ClientTypes { public init( lowerInclusive: Swift.Int? = nil, upperInclusive: Swift.Int? = nil - ) - { + ) { self.lowerInclusive = lowerInclusive self.upperInclusive = upperInclusive } @@ -3616,8 +3532,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisResultStatusComparison? = nil, value: Inspector2ClientTypes.CisResultStatus? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -3715,8 +3630,7 @@ extension Inspector2ClientTypes { public init( accountIds: [Swift.String]? = nil, targetResourceTags: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.accountIds = accountIds self.targetResourceTags = targetResourceTags } @@ -3761,8 +3675,7 @@ extension Inspector2ClientTypes { status: Inspector2ClientTypes.CisScanStatus? = nil, targets: Inspector2ClientTypes.CisTargets? = nil, totalChecks: Swift.Int? = nil - ) - { + ) { self.failedChecks = failedChecks self.scanArn = scanArn self.scanConfigurationArn = scanConfigurationArn @@ -3791,8 +3704,7 @@ extension Inspector2ClientTypes { public init( timeOfDay: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.timeOfDay = timeOfDay self.timezone = timezone } @@ -3809,8 +3721,7 @@ extension Inspector2ClientTypes { public init( startTime: Inspector2ClientTypes.Time? = nil - ) - { + ) { self.startTime = startTime } } @@ -3874,8 +3785,7 @@ extension Inspector2ClientTypes { public init( day: Inspector2ClientTypes.Day? = nil, startTime: Inspector2ClientTypes.Time? = nil - ) - { + ) { self.day = day self.startTime = startTime } @@ -3905,8 +3815,7 @@ extension Inspector2ClientTypes { public init( days: [Inspector2ClientTypes.Day]? = nil, startTime: Inspector2ClientTypes.Time? = nil - ) - { + ) { self.days = days self.startTime = startTime } @@ -3957,8 +3866,7 @@ extension Inspector2ClientTypes { securityLevel: Inspector2ClientTypes.CisSecurityLevel? = nil, tags: [Swift.String: Swift.String]? = nil, targets: Inspector2ClientTypes.CisTargets? = nil - ) - { + ) { self.ownerId = ownerId self.scanConfigurationArn = scanConfigurationArn self.scanName = scanName @@ -4042,8 +3950,7 @@ extension Inspector2ClientTypes { statusReason: Swift.String? = nil, targetResourceId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.checkDescription = checkDescription self.checkId = checkId @@ -4100,8 +4007,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisSecurityLevelComparison? = nil, value: Inspector2ClientTypes.CisSecurityLevel? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -4129,8 +4035,7 @@ extension Inspector2ClientTypes { findingStatusFilters: [Inspector2ClientTypes.CisFindingStatusFilter]? = nil, securityLevelFilters: [Inspector2ClientTypes.CisSecurityLevelFilter]? = nil, titleFilters: [Inspector2ClientTypes.CisStringFilter]? = nil - ) - { + ) { self.checkIdFilters = checkIdFilters self.findingArnFilters = findingArnFilters self.findingStatusFilters = findingStatusFilters @@ -4193,8 +4098,7 @@ extension Inspector2ClientTypes { platformFilters: [Inspector2ClientTypes.CisStringFilter]? = nil, securityLevelFilters: [Inspector2ClientTypes.CisSecurityLevelFilter]? = nil, titleFilters: [Inspector2ClientTypes.CisStringFilter]? = nil - ) - { + ) { self.accountIdFilters = accountIdFilters self.checkIdFilters = checkIdFilters self.failedResourcesFilters = failedResourcesFilters @@ -4287,8 +4191,7 @@ extension Inspector2ClientTypes { comparison: Inspector2ClientTypes.TagComparison? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.key = key self.value = value @@ -4368,8 +4271,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisTargetStatusComparison? = nil, value: Inspector2ClientTypes.CisTargetStatus? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -4422,8 +4324,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisTargetStatusComparison? = nil, value: Inspector2ClientTypes.CisTargetStatusReason? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -4463,8 +4364,7 @@ extension Inspector2ClientTypes { targetResourceTagFilters: [Inspector2ClientTypes.TagFilter]? = nil, targetStatusFilters: [Inspector2ClientTypes.CisTargetStatusFilter]? = nil, targetStatusReasonFilters: [Inspector2ClientTypes.CisTargetStatusReasonFilter]? = nil - ) - { + ) { self.accountIdFilters = accountIdFilters self.checkIdFilters = checkIdFilters self.failedChecksFilters = failedChecksFilters @@ -4559,8 +4459,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CisScanStatusComparison? = nil, value: Inspector2ClientTypes.CisScanStatus? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -4585,8 +4484,7 @@ extension Inspector2ClientTypes { cisRuleDetails: Foundation.Data? = nil, ruleId: Swift.String? = nil, status: Inspector2ClientTypes.CisRuleStatus? = nil - ) - { + ) { self.cisRuleDetails = cisRuleDetails self.ruleId = ruleId self.status = status @@ -4654,8 +4552,7 @@ extension Inspector2ClientTypes { targetResourceTags: [Swift.String: [Swift.String]]? = nil, targetStatus: Inspector2ClientTypes.CisTargetStatus? = nil, targetStatusReason: Inspector2ClientTypes.CisTargetStatusReason? = nil - ) - { + ) { self.accountId = accountId self.platform = platform self.scanArn = scanArn @@ -4690,8 +4587,7 @@ extension Inspector2ClientTypes { fileName: Swift.String? = nil, filePath: Swift.String? = nil, startLine: Swift.Int? = nil - ) - { + ) { self.endLine = endLine self.fileName = fileName self.filePath = filePath @@ -4734,8 +4630,7 @@ extension Inspector2ClientTypes { referenceUrls: [Swift.String]? = nil, ruleId: Swift.String? = nil, sourceLambdaLayerArn: Swift.String? = nil - ) - { + ) { self.cwes = cwes self.detectorId = detectorId self.detectorName = detectorName @@ -4763,8 +4658,7 @@ extension Inspector2ClientTypes { product: Swift.String? = nil, vendor: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.product = product self.vendor = vendor self.version = version @@ -4799,8 +4693,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -4857,8 +4750,7 @@ extension Inspector2ClientTypes { public init( count: Swift.Int = 0, groupKey: Inspector2ClientTypes.GroupKey? = nil - ) - { + ) { self.count = count self.groupKey = groupKey } @@ -4877,8 +4769,7 @@ extension Inspector2ClientTypes { public init( endInclusive: Foundation.Date? = nil, startInclusive: Foundation.Date? = nil - ) - { + ) { self.endInclusive = endInclusive self.startInclusive = startInclusive } @@ -4928,8 +4819,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.CoverageStringComparison? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -4979,8 +4869,7 @@ extension Inspector2ClientTypes { comparison: Inspector2ClientTypes.CoverageMapComparison? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.key = key self.value = value @@ -5039,8 +4928,7 @@ extension Inspector2ClientTypes { scanStatusCode: [Inspector2ClientTypes.CoverageStringFilter]? = nil, scanStatusReason: [Inspector2ClientTypes.CoverageStringFilter]? = nil, scanType: [Inspector2ClientTypes.CoverageStringFilter]? = nil - ) - { + ) { self.accountId = accountId self.ec2InstanceTags = ec2InstanceTags self.ecrImageTags = ecrImageTags @@ -5145,8 +5033,7 @@ extension Inspector2ClientTypes { amiId: Swift.String? = nil, platform: Inspector2ClientTypes.Ec2Platform? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amiId = amiId self.platform = platform self.tags = tags @@ -5166,8 +5053,7 @@ extension Inspector2ClientTypes { public init( imagePulledAt: Foundation.Date? = nil, tags: [Swift.String]? = nil - ) - { + ) { self.imagePulledAt = imagePulledAt self.tags = tags } @@ -5218,8 +5104,7 @@ extension Inspector2ClientTypes { public init( name: Swift.String? = nil, scanFrequency: Inspector2ClientTypes.EcrScanFrequency? = nil - ) - { + ) { self.name = name self.scanFrequency = scanFrequency } @@ -5244,8 +5129,7 @@ extension Inspector2ClientTypes { functionTags: [Swift.String: Swift.String]? = nil, layers: [Swift.String]? = nil, runtime: Inspector2ClientTypes.Runtime? = nil - ) - { + ) { self.functionName = functionName self.functionTags = functionTags self.layers = layers @@ -5272,8 +5156,7 @@ extension Inspector2ClientTypes { ecrImage: Inspector2ClientTypes.EcrContainerImageMetadata? = nil, ecrRepository: Inspector2ClientTypes.EcrRepositoryMetadata? = nil, lambdaFunction: Inspector2ClientTypes.LambdaFunctionMetadata? = nil - ) - { + ) { self.ec2 = ec2 self.ecrImage = ecrImage self.ecrRepository = ecrRepository @@ -5455,8 +5338,7 @@ extension Inspector2ClientTypes { public init( reason: Inspector2ClientTypes.ScanStatusReason? = nil, statusCode: Inspector2ClientTypes.ScanStatusCode? = nil - ) - { + ) { self.reason = reason self.statusCode = statusCode } @@ -5529,8 +5411,7 @@ extension Inspector2ClientTypes { scanMode: Inspector2ClientTypes.ScanMode? = nil, scanStatus: Inspector2ClientTypes.ScanStatus? = nil, scanType: Inspector2ClientTypes.ScanType? = nil - ) - { + ) { self.accountId = accountId self.lastScannedAt = lastScannedAt self.resourceId = resourceId @@ -5557,8 +5438,7 @@ extension Inspector2ClientTypes { public init( accountIds: [Swift.String]? = nil, targetResourceTags: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.accountIds = accountIds self.targetResourceTags = targetResourceTags } @@ -5587,8 +5467,7 @@ public struct CreateCisScanConfigurationInput: Swift.Sendable { securityLevel: Inspector2ClientTypes.CisSecurityLevel? = nil, tags: [Swift.String: Swift.String]? = nil, targets: Inspector2ClientTypes.CreateCisTargets? = nil - ) - { + ) { self.scanName = scanName self.schedule = schedule self.securityLevel = securityLevel @@ -5603,8 +5482,7 @@ public struct CreateCisScanConfigurationOutput: Swift.Sendable { public init( scanConfigurationArn: Swift.String? = nil - ) - { + ) { self.scanConfigurationArn = scanConfigurationArn } } @@ -5650,8 +5528,7 @@ extension Inspector2ClientTypes { public init( endInclusive: Foundation.Date? = nil, startInclusive: Foundation.Date? = nil - ) - { + ) { self.endInclusive = endInclusive self.startInclusive = startInclusive } @@ -5670,8 +5547,7 @@ extension Inspector2ClientTypes { public init( lowerInclusive: Swift.Double? = nil, upperInclusive: Swift.Double? = nil - ) - { + ) { self.lowerInclusive = lowerInclusive self.upperInclusive = upperInclusive } @@ -5690,8 +5566,7 @@ extension Inspector2ClientTypes { public init( beginInclusive: Swift.Int? = nil, endInclusive: Swift.Int? = nil - ) - { + ) { self.beginInclusive = beginInclusive self.endInclusive = endInclusive } @@ -5728,8 +5603,7 @@ extension Inspector2ClientTypes { sourceLambdaLayerArn: Inspector2ClientTypes.StringFilter? = nil, sourceLayerHash: Inspector2ClientTypes.StringFilter? = nil, version: Inspector2ClientTypes.StringFilter? = nil - ) - { + ) { self.architecture = architecture self.epoch = epoch self.filePath = filePath @@ -5874,8 +5748,7 @@ extension Inspector2ClientTypes { vulnerabilityId: [Inspector2ClientTypes.StringFilter]? = nil, vulnerabilitySource: [Inspector2ClientTypes.StringFilter]? = nil, vulnerablePackages: [Inspector2ClientTypes.PackageFilter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.codeVulnerabilityDetectorName = codeVulnerabilityDetectorName self.codeVulnerabilityDetectorTags = codeVulnerabilityDetectorTags @@ -5946,8 +5819,7 @@ public struct CreateFilterInput: Swift.Sendable { name: Swift.String? = nil, reason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.description = description self.filterCriteria = filterCriteria @@ -5964,8 +5836,7 @@ public struct CreateFilterOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6016,8 +5887,7 @@ extension Inspector2ClientTypes { bucketName: Swift.String? = nil, keyPrefix: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.keyPrefix = keyPrefix self.kmsKeyArn = kmsKeyArn @@ -6039,8 +5909,7 @@ public struct CreateFindingsReportInput: Swift.Sendable { filterCriteria: Inspector2ClientTypes.FilterCriteria? = nil, reportFormat: Inspector2ClientTypes.ReportFormat? = nil, s3Destination: Inspector2ClientTypes.Destination? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.reportFormat = reportFormat self.s3Destination = s3Destination @@ -6053,8 +5922,7 @@ public struct CreateFindingsReportOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -6131,8 +5999,7 @@ extension Inspector2ClientTypes { public init( comparison: Inspector2ClientTypes.ResourceStringComparison? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -6182,8 +6049,7 @@ extension Inspector2ClientTypes { comparison: Inspector2ClientTypes.ResourceMapComparison? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.key = key self.value = value @@ -6221,8 +6087,7 @@ extension Inspector2ClientTypes { lambdaFunctionTags: [Inspector2ClientTypes.ResourceMapFilter]? = nil, resourceId: [Inspector2ClientTypes.ResourceStringFilter]? = nil, resourceType: [Inspector2ClientTypes.ResourceStringFilter]? = nil - ) - { + ) { self.accountId = accountId self.ec2InstanceTags = ec2InstanceTags self.ecrImageTags = ecrImageTags @@ -6249,8 +6114,7 @@ public struct CreateSbomExportInput: Swift.Sendable { reportFormat: Inspector2ClientTypes.SbomReportFormat? = nil, resourceFilterCriteria: Inspector2ClientTypes.ResourceFilterCriteria? = nil, s3Destination: Inspector2ClientTypes.Destination? = nil - ) - { + ) { self.reportFormat = reportFormat self.resourceFilterCriteria = resourceFilterCriteria self.s3Destination = s3Destination @@ -6263,8 +6127,7 @@ public struct CreateSbomExportOutput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -6307,8 +6170,7 @@ extension Inspector2ClientTypes { public init( baseScore: Swift.Double = 0.0, scoringVector: Swift.String? = nil - ) - { + ) { self.baseScore = baseScore self.scoringVector = scoringVector } @@ -6327,8 +6189,7 @@ extension Inspector2ClientTypes { public init( baseScore: Swift.Double = 0.0, scoringVector: Swift.String? = nil - ) - { + ) { self.baseScore = baseScore self.scoringVector = scoringVector } @@ -6357,8 +6218,7 @@ extension Inspector2ClientTypes { scoringVector: Swift.String? = nil, source: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.baseScore = baseScore self.scoringVector = scoringVector self.source = source @@ -6381,8 +6241,7 @@ extension Inspector2ClientTypes { public init( metric: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.metric = metric self.reason = reason } @@ -6417,8 +6276,7 @@ extension Inspector2ClientTypes { scoreSource: Swift.String? = nil, scoringVector: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.adjustments = adjustments self.cvssSource = cvssSource self.score = score @@ -6500,8 +6358,7 @@ extension Inspector2ClientTypes { public init( accountId: Swift.String? = nil, relationshipStatus: Inspector2ClientTypes.RelationshipStatus? = nil - ) - { + ) { self.accountId = accountId self.relationshipStatus = relationshipStatus } @@ -6549,8 +6406,7 @@ extension Inspector2ClientTypes { public init( accountId: Swift.String? = nil, status: Inspector2ClientTypes.DelegatedAdminStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -6564,8 +6420,7 @@ public struct DeleteCisScanConfigurationInput: Swift.Sendable { public init( scanConfigurationArn: Swift.String? = nil - ) - { + ) { self.scanConfigurationArn = scanConfigurationArn } } @@ -6577,8 +6432,7 @@ public struct DeleteCisScanConfigurationOutput: Swift.Sendable { public init( scanConfigurationArn: Swift.String? = nil - ) - { + ) { self.scanConfigurationArn = scanConfigurationArn } } @@ -6590,8 +6444,7 @@ public struct DeleteFilterInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6603,8 +6456,7 @@ public struct DeleteFilterOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6623,8 +6475,7 @@ public struct DescribeOrganizationConfigurationOutput: Swift.Sendable { public init( autoEnable: Inspector2ClientTypes.AutoEnable? = nil, maxAccountLimitReached: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable self.maxAccountLimitReached = maxAccountLimitReached } @@ -6674,8 +6525,7 @@ public struct DisableInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, resourceTypes: [Inspector2ClientTypes.ResourceScanType]? = nil - ) - { + ) { self.accountIds = accountIds self.resourceTypes = resourceTypes } @@ -6691,8 +6541,7 @@ public struct DisableOutput: Swift.Sendable { public init( accounts: [Inspector2ClientTypes.Account]? = nil, failedAccounts: [Inspector2ClientTypes.FailedAccount]? = nil - ) - { + ) { self.accounts = accounts self.failedAccounts = failedAccounts } @@ -6705,8 +6554,7 @@ public struct DisableDelegatedAdminAccountInput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId } } @@ -6718,8 +6566,7 @@ public struct DisableDelegatedAdminAccountOutput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId } } @@ -6731,8 +6578,7 @@ public struct DisassociateMemberInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6744,8 +6590,7 @@ public struct DisassociateMemberOutput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6789,8 +6634,7 @@ extension Inspector2ClientTypes { public init( scanMode: Inspector2ClientTypes.Ec2ScanMode? = nil - ) - { + ) { self.scanMode = scanMode } } @@ -6837,8 +6681,7 @@ extension Inspector2ClientTypes { public init( scanMode: Inspector2ClientTypes.Ec2ScanMode? = nil, scanModeStatus: Inspector2ClientTypes.Ec2ScanModeStatus? = nil - ) - { + ) { self.scanMode = scanMode self.scanModeStatus = scanModeStatus } @@ -6854,8 +6697,7 @@ extension Inspector2ClientTypes { public init( scanModeState: Inspector2ClientTypes.Ec2ScanModeState? = nil - ) - { + ) { self.scanModeState = scanModeState } } @@ -6953,8 +6795,7 @@ extension Inspector2ClientTypes { public init( pullDateRescanDuration: Inspector2ClientTypes.EcrPullDateRescanDuration? = nil, rescanDuration: Inspector2ClientTypes.EcrRescanDuration? = nil - ) - { + ) { self.pullDateRescanDuration = pullDateRescanDuration self.rescanDuration = rescanDuration } @@ -7011,8 +6852,7 @@ extension Inspector2ClientTypes { rescanDuration: Inspector2ClientTypes.EcrRescanDuration? = nil, status: Inspector2ClientTypes.EcrRescanDurationStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.pullDateRescanDuration = pullDateRescanDuration self.rescanDuration = rescanDuration self.status = status @@ -7030,8 +6870,7 @@ extension Inspector2ClientTypes { public init( rescanDurationState: Inspector2ClientTypes.EcrRescanDurationState? = nil - ) - { + ) { self.rescanDurationState = rescanDurationState } } @@ -7050,8 +6889,7 @@ public struct EnableInput: Swift.Sendable { accountIds: [Swift.String]? = nil, clientToken: Swift.String? = nil, resourceTypes: [Inspector2ClientTypes.ResourceScanType]? = nil - ) - { + ) { self.accountIds = accountIds self.clientToken = clientToken self.resourceTypes = resourceTypes @@ -7068,8 +6906,7 @@ public struct EnableOutput: Swift.Sendable { public init( accounts: [Inspector2ClientTypes.Account]? = nil, failedAccounts: [Inspector2ClientTypes.FailedAccount]? = nil - ) - { + ) { self.accounts = accounts self.failedAccounts = failedAccounts } @@ -7085,8 +6922,7 @@ public struct EnableDelegatedAdminAccountInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, delegatedAdminAccountId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.delegatedAdminAccountId = delegatedAdminAccountId } @@ -7099,8 +6935,7 @@ public struct EnableDelegatedAdminAccountOutput: Swift.Sendable { public init( delegatedAdminAccountId: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccountId = delegatedAdminAccountId } } @@ -7114,8 +6949,7 @@ extension Inspector2ClientTypes { public init( score: Swift.Double = 0.0 - ) - { + ) { self.score = score } } @@ -7130,8 +6964,7 @@ extension Inspector2ClientTypes { public init( score: Swift.Double = 0.0 - ) - { + ) { self.score = score } } @@ -7146,8 +6979,7 @@ extension Inspector2ClientTypes { public init( lastKnownExploitAt: Foundation.Date? = nil - ) - { + ) { self.lastKnownExploitAt = lastKnownExploitAt } } @@ -7260,8 +7092,7 @@ extension Inspector2ClientTypes { reason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -7317,8 +7148,7 @@ extension Inspector2ClientTypes { public init( adjustedCvss: Inspector2ClientTypes.CvssScoreDetails? = nil - ) - { + ) { self.adjustedCvss = adjustedCvss } } @@ -7338,8 +7168,7 @@ extension Inspector2ClientTypes { public init( componentId: Swift.String? = nil, componentType: Swift.String? = nil - ) - { + ) { self.componentId = componentId self.componentType = componentType } @@ -7355,8 +7184,7 @@ extension Inspector2ClientTypes { public init( steps: [Inspector2ClientTypes.Step]? = nil - ) - { + ) { self.steps = steps } } @@ -7376,8 +7204,7 @@ extension Inspector2ClientTypes { public init( begin: Swift.Int? = nil, end: Swift.Int? = nil - ) - { + ) { self.begin = begin self.end = end } @@ -7431,8 +7258,7 @@ extension Inspector2ClientTypes { networkPath: Inspector2ClientTypes.NetworkPath? = nil, openPortRange: Inspector2ClientTypes.PortRange? = nil, `protocol`: Inspector2ClientTypes.NetworkProtocol? = nil - ) - { + ) { self.networkPath = networkPath self.openPortRange = openPortRange self.`protocol` = `protocol` @@ -7558,8 +7384,7 @@ extension Inspector2ClientTypes { sourceLambdaLayerArn: Swift.String? = nil, sourceLayerHash: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arch = arch self.epoch = epoch self.filePath = filePath @@ -7613,8 +7438,7 @@ extension Inspector2ClientTypes { vendorUpdatedAt: Foundation.Date? = nil, vulnerabilityId: Swift.String? = nil, vulnerablePackages: [Inspector2ClientTypes.VulnerablePackage]? = nil - ) - { + ) { self.cvss = cvss self.referenceUrls = referenceUrls self.relatedVulnerabilities = relatedVulnerabilities @@ -7641,8 +7465,7 @@ extension Inspector2ClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -7658,8 +7481,7 @@ extension Inspector2ClientTypes { public init( recommendation: Inspector2ClientTypes.Recommendation? = nil - ) - { + ) { self.recommendation = recommendation } } @@ -7680,8 +7502,7 @@ extension Inspector2ClientTypes { awsEc2Instance: Inspector2ClientTypes.AwsEc2InstanceDetails? = nil, awsEcrContainerImage: Inspector2ClientTypes.AwsEcrContainerImageDetails? = nil, awsLambdaFunction: Inspector2ClientTypes.AwsLambdaFunctionDetails? = nil - ) - { + ) { self.awsEc2Instance = awsEc2Instance self.awsEcrContainerImage = awsEcrContainerImage self.awsLambdaFunction = awsLambdaFunction @@ -7750,8 +7571,7 @@ extension Inspector2ClientTypes { region: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: Inspector2ClientTypes.ResourceType? = nil - ) - { + ) { self.details = details self.id = id self.partition = partition @@ -7946,8 +7766,7 @@ extension Inspector2ClientTypes { title: Swift.String? = nil, type: Inspector2ClientTypes.FindingType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.codeVulnerabilityDetails = codeVulnerabilityDetails self.description = description @@ -7986,8 +7805,7 @@ public struct GetCisScanReportInput: Swift.Sendable { reportFormat: Inspector2ClientTypes.CisReportFormat? = nil, scanArn: Swift.String? = nil, targetAccounts: [Swift.String]? = nil - ) - { + ) { self.reportFormat = reportFormat self.scanArn = scanArn self.targetAccounts = targetAccounts @@ -8003,8 +7821,7 @@ public struct GetCisScanReportOutput: Swift.Sendable { public init( status: Inspector2ClientTypes.CisReportStatus? = nil, url: Swift.String? = nil - ) - { + ) { self.status = status self.url = url } @@ -8040,8 +7857,7 @@ public struct GetCisScanResultDetailsInput: Swift.Sendable { sortBy: Inspector2ClientTypes.CisScanResultDetailsSortBy? = nil, sortOrder: Inspector2ClientTypes.CisSortOrder? = nil, targetResourceId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.filterCriteria = filterCriteria self.maxResults = maxResults @@ -8062,8 +7878,7 @@ public struct GetCisScanResultDetailsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scanResultDetails: [Inspector2ClientTypes.CisScanResultDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.scanResultDetails = scanResultDetails } @@ -8083,8 +7898,7 @@ public struct GetConfigurationOutput: Swift.Sendable { public init( ec2Configuration: Inspector2ClientTypes.Ec2ConfigurationState? = nil, ecrConfiguration: Inspector2ClientTypes.EcrConfigurationState? = nil - ) - { + ) { self.ec2Configuration = ec2Configuration self.ecrConfiguration = ecrConfiguration } @@ -8101,8 +7915,7 @@ public struct GetDelegatedAdminAccountOutput: Swift.Sendable { public init( delegatedAdmin: Inspector2ClientTypes.DelegatedAdmin? = nil - ) - { + ) { self.delegatedAdmin = delegatedAdmin } } @@ -8127,8 +7940,7 @@ public struct GetEc2DeepInspectionConfigurationOutput: Swift.Sendable { orgPackagePaths: [Swift.String]? = nil, packagePaths: [Swift.String]? = nil, status: Inspector2ClientTypes.Ec2DeepInspectionStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.orgPackagePaths = orgPackagePaths self.packagePaths = packagePaths @@ -8147,8 +7959,7 @@ public struct GetEncryptionKeyInput: Swift.Sendable { public init( resourceType: Inspector2ClientTypes.ResourceType? = nil, scanType: Inspector2ClientTypes.ScanType? = nil - ) - { + ) { self.resourceType = resourceType self.scanType = scanType } @@ -8161,8 +7972,7 @@ public struct GetEncryptionKeyOutput: Swift.Sendable { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -8173,8 +7983,7 @@ public struct GetFindingsReportStatusInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -8241,8 +8050,7 @@ public struct GetFindingsReportStatusOutput: Swift.Sendable { filterCriteria: Inspector2ClientTypes.FilterCriteria? = nil, reportId: Swift.String? = nil, status: Inspector2ClientTypes.ExternalReportStatus? = nil - ) - { + ) { self.destination = destination self.errorCode = errorCode self.errorMessage = errorMessage @@ -8259,8 +8067,7 @@ public struct GetMemberInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -8283,8 +8090,7 @@ extension Inspector2ClientTypes { delegatedAdminAccountId: Swift.String? = nil, relationshipStatus: Inspector2ClientTypes.RelationshipStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.delegatedAdminAccountId = delegatedAdminAccountId self.relationshipStatus = relationshipStatus @@ -8299,8 +8105,7 @@ public struct GetMemberOutput: Swift.Sendable { public init( member: Inspector2ClientTypes.Member? = nil - ) - { + ) { self.member = member } } @@ -8312,8 +8117,7 @@ public struct GetSbomExportInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -8342,8 +8146,7 @@ public struct GetSbomExportOutput: Swift.Sendable { reportId: Swift.String? = nil, s3Destination: Inspector2ClientTypes.Destination? = nil, status: Inspector2ClientTypes.ExternalReportStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.filterCriteria = filterCriteria @@ -8398,8 +8201,7 @@ public struct ListAccountPermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, service: Inspector2ClientTypes.Service? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.service = service @@ -8455,8 +8257,7 @@ extension Inspector2ClientTypes { public init( operation: Inspector2ClientTypes.Operation? = nil, service: Inspector2ClientTypes.Service? = nil - ) - { + ) { self.operation = operation self.service = service } @@ -8473,8 +8274,7 @@ public struct ListAccountPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [Inspector2ClientTypes.Permission]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -8495,8 +8295,7 @@ extension Inspector2ClientTypes { scanConfigurationArnFilters: [Inspector2ClientTypes.CisStringFilter]? = nil, scanNameFilters: [Inspector2ClientTypes.CisStringFilter]? = nil, targetResourceTagFilters: [Inspector2ClientTypes.TagFilter]? = nil - ) - { + ) { self.scanConfigurationArnFilters = scanConfigurationArnFilters self.scanNameFilters = scanNameFilters self.targetResourceTagFilters = targetResourceTagFilters @@ -8522,8 +8321,7 @@ public struct ListCisScanConfigurationsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: Inspector2ClientTypes.CisScanConfigurationsSortBy? = nil, sortOrder: Inspector2ClientTypes.CisSortOrder? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -8541,8 +8339,7 @@ public struct ListCisScanConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scanConfigurations: [Inspector2ClientTypes.CisScanConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.scanConfigurations = scanConfigurations } @@ -8570,8 +8367,7 @@ public struct ListCisScanResultsAggregatedByChecksInput: Swift.Sendable { scanArn: Swift.String? = nil, sortBy: Inspector2ClientTypes.CisScanResultsAggregatedByChecksSortBy? = nil, sortOrder: Inspector2ClientTypes.CisSortOrder? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -8590,8 +8386,7 @@ public struct ListCisScanResultsAggregatedByChecksOutput: Swift.Sendable { public init( checkAggregations: [Inspector2ClientTypes.CisCheckAggregation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.checkAggregations = checkAggregations self.nextToken = nextToken } @@ -8619,8 +8414,7 @@ public struct ListCisScanResultsAggregatedByTargetResourceInput: Swift.Sendable scanArn: Swift.String? = nil, sortBy: Inspector2ClientTypes.CisScanResultsAggregatedByTargetResourceSortBy? = nil, sortOrder: Inspector2ClientTypes.CisSortOrder? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -8639,8 +8433,7 @@ public struct ListCisScanResultsAggregatedByTargetResourceOutput: Swift.Sendable public init( nextToken: Swift.String? = nil, targetResourceAggregations: [Inspector2ClientTypes.CisTargetResourceAggregation]? = nil - ) - { + ) { self.nextToken = nextToken self.targetResourceAggregations = targetResourceAggregations } @@ -8711,8 +8504,7 @@ extension Inspector2ClientTypes { targetAccountIdFilters: [Inspector2ClientTypes.CisStringFilter]? = nil, targetResourceIdFilters: [Inspector2ClientTypes.CisStringFilter]? = nil, targetResourceTagFilters: [Inspector2ClientTypes.TagFilter]? = nil - ) - { + ) { self.failedChecksFilters = failedChecksFilters self.scanArnFilters = scanArnFilters self.scanAtFilters = scanAtFilters @@ -8783,8 +8575,7 @@ public struct ListCisScansInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: Inspector2ClientTypes.ListCisScansSortBy? = nil, sortOrder: Inspector2ClientTypes.CisSortOrder? = nil - ) - { + ) { self.detailLevel = detailLevel self.filterCriteria = filterCriteria self.maxResults = maxResults @@ -8803,8 +8594,7 @@ public struct ListCisScansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scans: [Inspector2ClientTypes.CisScan]? = nil - ) - { + ) { self.nextToken = nextToken self.scans = scans } @@ -8822,8 +8612,7 @@ public struct ListCoverageInput: Swift.Sendable { filterCriteria: Inspector2ClientTypes.CoverageFilterCriteria? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -8839,8 +8628,7 @@ public struct ListCoverageOutput: Swift.Sendable { public init( coveredResources: [Inspector2ClientTypes.CoveredResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coveredResources = coveredResources self.nextToken = nextToken } @@ -8858,8 +8646,7 @@ public struct ListCoverageStatisticsInput: Swift.Sendable { filterCriteria: Inspector2ClientTypes.CoverageFilterCriteria? = nil, groupBy: Inspector2ClientTypes.GroupKey? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.groupBy = groupBy self.nextToken = nextToken @@ -8879,8 +8666,7 @@ public struct ListCoverageStatisticsOutput: Swift.Sendable { countsByGroup: [Inspector2ClientTypes.Counts]? = nil, nextToken: Swift.String? = nil, totalCounts: Swift.Int? = nil - ) - { + ) { self.countsByGroup = countsByGroup self.nextToken = nextToken self.totalCounts = totalCounts @@ -8896,8 +8682,7 @@ public struct ListDelegatedAdminAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8912,8 +8697,7 @@ public struct ListDelegatedAdminAccountsOutput: Swift.Sendable { public init( delegatedAdminAccounts: [Inspector2ClientTypes.DelegatedAdminAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.delegatedAdminAccounts = delegatedAdminAccounts self.nextToken = nextToken } @@ -8934,8 +8718,7 @@ public struct ListFiltersInput: Swift.Sendable { arns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.action = action self.arns = arns self.maxResults = maxResults @@ -8953,8 +8736,7 @@ public struct ListFiltersOutput: Swift.Sendable { public init( filters: [Inspector2ClientTypes.Filter]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.nextToken = nextToken } @@ -8979,8 +8761,7 @@ public struct ListFindingAggregationsInput: Swift.Sendable { aggregationType: Inspector2ClientTypes.AggregationType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.aggregationRequest = aggregationRequest self.aggregationType = aggregationType @@ -9002,8 +8783,7 @@ public struct ListFindingAggregationsOutput: Swift.Sendable { aggregationType: Inspector2ClientTypes.AggregationType? = nil, nextToken: Swift.String? = nil, responses: [Inspector2ClientTypes.AggregationResponse]? = nil - ) - { + ) { self.aggregationType = aggregationType self.nextToken = nextToken self.responses = responses @@ -9098,8 +8878,7 @@ extension Inspector2ClientTypes { public init( field: Inspector2ClientTypes.SortField? = nil, sortOrder: Inspector2ClientTypes.SortOrder? = nil - ) - { + ) { self.field = field self.sortOrder = sortOrder } @@ -9121,8 +8900,7 @@ public struct ListFindingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: Inspector2ClientTypes.SortCriteria? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -9139,8 +8917,7 @@ public struct ListFindingsOutput: Swift.Sendable { public init( findings: [Inspector2ClientTypes.Finding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -9158,8 +8935,7 @@ public struct ListMembersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, onlyAssociated: Swift.Bool? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.onlyAssociated = onlyAssociated @@ -9175,8 +8951,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( members: [Inspector2ClientTypes.Member]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -9189,8 +8964,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -9201,8 +8975,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -9219,8 +8992,7 @@ public struct ListUsageTotalsInput: Swift.Sendable { accountIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.maxResults = maxResults self.nextToken = nextToken @@ -9283,8 +9055,7 @@ extension Inspector2ClientTypes { estimatedMonthlyCost: Swift.Double = 0.0, total: Swift.Double = 0.0, type: Inspector2ClientTypes.UsageType? = nil - ) - { + ) { self.currency = currency self.estimatedMonthlyCost = estimatedMonthlyCost self.total = total @@ -9305,8 +9076,7 @@ extension Inspector2ClientTypes { public init( accountId: Swift.String? = nil, usage: [Inspector2ClientTypes.Usage]? = nil - ) - { + ) { self.accountId = accountId self.usage = usage } @@ -9322,8 +9092,7 @@ public struct ListUsageTotalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, totals: [Inspector2ClientTypes.UsageTotal]? = nil - ) - { + ) { self.nextToken = nextToken self.totals = totals } @@ -9340,8 +9109,7 @@ public struct ResetEncryptionKeyInput: Swift.Sendable { public init( resourceType: Inspector2ClientTypes.ResourceType? = nil, scanType: Inspector2ClientTypes.ScanType? = nil - ) - { + ) { self.resourceType = resourceType self.scanType = scanType } @@ -9362,8 +9130,7 @@ extension Inspector2ClientTypes { public init( vulnerabilityIds: [Swift.String]? = nil - ) - { + ) { self.vulnerabilityIds = vulnerabilityIds } } @@ -9379,8 +9146,7 @@ public struct SearchVulnerabilitiesInput: Swift.Sendable { public init( filterCriteria: Inspector2ClientTypes.SearchVulnerabilitiesFilterCriteria? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.nextToken = nextToken } @@ -9470,8 +9236,7 @@ extension Inspector2ClientTypes { vendorCreatedAt: Foundation.Date? = nil, vendorSeverity: Swift.String? = nil, vendorUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.atigData = atigData self.cisaData = cisaData self.cvss2 = cvss2 @@ -9503,8 +9268,7 @@ public struct SearchVulnerabilitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vulnerabilities: [Inspector2ClientTypes.Vulnerability]? = nil - ) - { + ) { self.nextToken = nextToken self.vulnerabilities = vulnerabilities } @@ -9521,8 +9285,7 @@ public struct SendCisSessionHealthInput: Swift.Sendable { public init( scanJobId: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.scanJobId = scanJobId self.sessionToken = sessionToken } @@ -9548,8 +9311,7 @@ public struct SendCisSessionTelemetryInput: Swift.Sendable { messages: [Inspector2ClientTypes.CisSessionMessage]? = nil, scanJobId: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.messages = messages self.scanJobId = scanJobId self.sessionToken = sessionToken @@ -9571,8 +9333,7 @@ extension Inspector2ClientTypes { public init( sessionToken: Swift.String? = nil - ) - { + ) { self.sessionToken = sessionToken } } @@ -9589,8 +9350,7 @@ public struct StartCisSessionInput: Swift.Sendable { public init( message: Inspector2ClientTypes.StartCisSessionMessage? = nil, scanJobId: Swift.String? = nil - ) - { + ) { self.message = message self.scanJobId = scanJobId } @@ -9631,8 +9391,7 @@ extension Inspector2ClientTypes { successfulChecks: Swift.Int = 0, totalChecks: Swift.Int = 0, unknownChecks: Swift.Int = 0 - ) - { + ) { self.errorChecks = errorChecks self.failedChecks = failedChecks self.informationalChecks = informationalChecks @@ -9706,8 +9465,7 @@ extension Inspector2ClientTypes { progress: Inspector2ClientTypes.StopCisMessageProgress? = nil, reason: Swift.String? = nil, status: Inspector2ClientTypes.StopCisSessionStatus? = nil - ) - { + ) { self.benchmarkProfile = benchmarkProfile self.benchmarkVersion = benchmarkVersion self.computePlatform = computePlatform @@ -9733,8 +9491,7 @@ public struct StopCisSessionInput: Swift.Sendable { message: Inspector2ClientTypes.StopCisSessionMessage? = nil, scanJobId: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.message = message self.scanJobId = scanJobId self.sessionToken = sessionToken @@ -9757,8 +9514,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -9780,8 +9536,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -9804,8 +9559,7 @@ extension Inspector2ClientTypes { public init( accountIds: [Swift.String]? = nil, targetResourceTags: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.accountIds = accountIds self.targetResourceTags = targetResourceTags } @@ -9831,8 +9585,7 @@ public struct UpdateCisScanConfigurationInput: Swift.Sendable { schedule: Inspector2ClientTypes.Schedule? = nil, securityLevel: Inspector2ClientTypes.CisSecurityLevel? = nil, targets: Inspector2ClientTypes.UpdateCisTargets? = nil - ) - { + ) { self.scanConfigurationArn = scanConfigurationArn self.scanName = scanName self.schedule = schedule @@ -9848,8 +9601,7 @@ public struct UpdateCisScanConfigurationOutput: Swift.Sendable { public init( scanConfigurationArn: Swift.String? = nil - ) - { + ) { self.scanConfigurationArn = scanConfigurationArn } } @@ -9863,8 +9615,7 @@ public struct UpdateConfigurationInput: Swift.Sendable { public init( ec2Configuration: Inspector2ClientTypes.Ec2Configuration? = nil, ecrConfiguration: Inspector2ClientTypes.EcrConfiguration? = nil - ) - { + ) { self.ec2Configuration = ec2Configuration self.ecrConfiguration = ecrConfiguration } @@ -9884,8 +9635,7 @@ public struct UpdateEc2DeepInspectionConfigurationInput: Swift.Sendable { public init( activateDeepInspection: Swift.Bool? = nil, packagePaths: [Swift.String]? = nil - ) - { + ) { self.activateDeepInspection = activateDeepInspection self.packagePaths = packagePaths } @@ -9906,8 +9656,7 @@ public struct UpdateEc2DeepInspectionConfigurationOutput: Swift.Sendable { orgPackagePaths: [Swift.String]? = nil, packagePaths: [Swift.String]? = nil, status: Inspector2ClientTypes.Ec2DeepInspectionStatus? = nil - ) - { + ) { self.errorMessage = errorMessage self.orgPackagePaths = orgPackagePaths self.packagePaths = packagePaths @@ -9930,8 +9679,7 @@ public struct UpdateEncryptionKeyInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, resourceType: Inspector2ClientTypes.ResourceType? = nil, scanType: Inspector2ClientTypes.ScanType? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.resourceType = resourceType self.scanType = scanType @@ -9965,8 +9713,7 @@ public struct UpdateFilterInput: Swift.Sendable { filterCriteria: Inspector2ClientTypes.FilterCriteria? = nil, name: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.filterArn = filterArn @@ -9983,8 +9730,7 @@ public struct UpdateFilterOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -9996,8 +9742,7 @@ public struct UpdateOrganizationConfigurationInput: Swift.Sendable { public init( autoEnable: Inspector2ClientTypes.AutoEnable? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -10009,8 +9754,7 @@ public struct UpdateOrganizationConfigurationOutput: Swift.Sendable { public init( autoEnable: Inspector2ClientTypes.AutoEnable? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -10022,8 +9766,7 @@ public struct UpdateOrgEc2DeepInspectionConfigurationInput: Swift.Sendable { public init( orgPackagePaths: [Swift.String]? = nil - ) - { + ) { self.orgPackagePaths = orgPackagePaths } } diff --git a/Sources/Services/AWSInspectorScan/Package.swift.txt b/Sources/Services/AWSInspectorScan/Package.swift.txt index 62ab80c0665..d9e1af389ce 100644 --- a/Sources/Services/AWSInspectorScan/Package.swift.txt +++ b/Sources/Services/AWSInspectorScan/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,7 +57,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( @@ -65,11 +65,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/InspectorScanClient.swift b/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/InspectorScanClient.swift index 4985ccc270c..4bf021951c5 100644 --- a/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/InspectorScanClient.swift +++ b/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/InspectorScanClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class InspectorScanClient: ClientRuntime.Client { public static let clientName = "InspectorScanClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: InspectorScanClient.InspectorScanClientConfiguration let serviceName = "Inspector Scan" diff --git a/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/Models.swift b/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/Models.swift index 2bbc56c0b7e..8bb11b80809 100644 --- a/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/Models.swift +++ b/Sources/Services/AWSInspectorScan/Sources/AWSInspectorScan/Models.swift @@ -41,8 +41,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -102,8 +101,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, reason: InspectorScanClientTypes.InternalServerExceptionReason? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.retryAfterSeconds = retryAfterSeconds @@ -132,8 +130,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -153,8 +150,7 @@ extension InspectorScanClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -225,8 +221,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [InspectorScanClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: InspectorScanClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -272,8 +267,7 @@ public struct ScanSbomInput: Swift.Sendable { public init( outputFormat: InspectorScanClientTypes.OutputFormat? = nil, sbom: Smithy.Document? = nil - ) - { + ) { self.outputFormat = outputFormat self.sbom = sbom } @@ -285,8 +279,7 @@ public struct ScanSbomOutput: Swift.Sendable { public init( sbom: Smithy.Document? = nil - ) - { + ) { self.sbom = sbom } } diff --git a/Sources/Services/AWSInternetMonitor/Package.swift.txt b/Sources/Services/AWSInternetMonitor/Package.swift.txt index c4c32f54243..fb89236d6cb 100644 --- a/Sources/Services/AWSInternetMonitor/Package.swift.txt +++ b/Sources/Services/AWSInternetMonitor/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/InternetMonitorClient.swift b/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/InternetMonitorClient.swift index 702ba6ae785..97ff2b71cb1 100644 --- a/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/InternetMonitorClient.swift +++ b/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/InternetMonitorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class InternetMonitorClient: ClientRuntime.Client { public static let clientName = "InternetMonitorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: InternetMonitorClient.InternetMonitorClientConfiguration let serviceName = "InternetMonitor" diff --git a/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/Models.swift b/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/Models.swift index 8fcdef18bbe..638018c723e 100644 --- a/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/Models.swift +++ b/Sources/Services/AWSInternetMonitor/Sources/AWSInternetMonitor/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ extension InternetMonitorClientTypes { experienceScore: Swift.Double? = nil, percentOfClientLocationImpacted: Swift.Double? = nil, percentOfTotalTrafficImpacted: Swift.Double? = nil - ) - { + ) { self.experienceScore = experienceScore self.percentOfClientLocationImpacted = percentOfClientLocationImpacted self.percentOfTotalTrafficImpacted = percentOfTotalTrafficImpacted @@ -95,8 +93,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ extension InternetMonitorClientTypes { longitude: Swift.Double? = nil, metro: Swift.String? = nil, subdivision: Swift.String? = nil - ) - { + ) { self.asName = asName self.asNumber = asNumber self.city = city @@ -169,8 +165,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +188,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -217,8 +211,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -241,8 +234,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -265,8 +257,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -315,8 +306,7 @@ extension InternetMonitorClientTypes { healthScoreThreshold: Swift.Double = 0.0, minTrafficImpact: Swift.Double = 0.0, status: InternetMonitorClientTypes.LocalHealthEventsConfigStatus? = nil - ) - { + ) { self.healthScoreThreshold = healthScoreThreshold self.minTrafficImpact = minTrafficImpact self.status = status @@ -342,8 +332,7 @@ extension InternetMonitorClientTypes { availabilityScoreThreshold: Swift.Double = 0.0, performanceLocalHealthEventsConfig: InternetMonitorClientTypes.LocalHealthEventsConfig? = nil, performanceScoreThreshold: Swift.Double = 0.0 - ) - { + ) { self.availabilityLocalHealthEventsConfig = availabilityLocalHealthEventsConfig self.availabilityScoreThreshold = availabilityScoreThreshold self.performanceLocalHealthEventsConfig = performanceLocalHealthEventsConfig @@ -396,8 +385,7 @@ extension InternetMonitorClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, logDeliveryStatus: InternetMonitorClientTypes.LogDeliveryStatus? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.logDeliveryStatus = logDeliveryStatus @@ -414,8 +402,7 @@ extension InternetMonitorClientTypes { public init( s3Config: InternetMonitorClientTypes.S3Config? = nil - ) - { + ) { self.s3Config = s3Config } } @@ -449,8 +436,7 @@ public struct CreateMonitorInput: Swift.Sendable { resources: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, trafficPercentageToMonitor: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.healthEventsConfig = healthEventsConfig self.internetMeasurementsLogDelivery = internetMeasurementsLogDelivery @@ -508,8 +494,7 @@ public struct CreateMonitorOutput: Swift.Sendable { public init( arn: Swift.String? = nil, status: InternetMonitorClientTypes.MonitorConfigState? = nil - ) - { + ) { self.arn = arn self.status = status } @@ -522,8 +507,7 @@ public struct DeleteMonitorInput: Swift.Sendable { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -577,8 +561,7 @@ extension InternetMonitorClientTypes { field: Swift.String? = nil, `operator`: InternetMonitorClientTypes.Operator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.field = field self.`operator` = `operator` self.values = values @@ -600,8 +583,7 @@ public struct GetHealthEventInput: Swift.Sendable { eventId: Swift.String? = nil, linkedAccountId: Swift.String? = nil, monitorName: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.linkedAccountId = linkedAccountId self.monitorName = monitorName @@ -622,8 +604,7 @@ extension InternetMonitorClientTypes { public init( asName: Swift.String? = nil, asNumber: Swift.Int? = nil - ) - { + ) { self.asName = asName self.asNumber = asNumber } @@ -677,8 +658,7 @@ extension InternetMonitorClientTypes { asPath: [InternetMonitorClientTypes.Network]? = nil, networkEventType: InternetMonitorClientTypes.TriangulationEventType? = nil, networks: [InternetMonitorClientTypes.Network]? = nil - ) - { + ) { self.asPath = asPath self.networkEventType = networkEventType self.networks = networks @@ -701,8 +681,7 @@ extension InternetMonitorClientTypes { p50: Swift.Double? = nil, p90: Swift.Double? = nil, p95: Swift.Double? = nil - ) - { + ) { self.p50 = p50 self.p90 = p90 self.p95 = p95 @@ -728,8 +707,7 @@ extension InternetMonitorClientTypes { percentOfClientLocationImpacted: Swift.Double? = nil, percentOfTotalTrafficImpacted: Swift.Double? = nil, roundTripTime: InternetMonitorClientTypes.RoundTripTime? = nil - ) - { + ) { self.experienceScore = experienceScore self.percentOfClientLocationImpacted = percentOfClientLocationImpacted self.percentOfTotalTrafficImpacted = percentOfTotalTrafficImpacted @@ -750,8 +728,7 @@ extension InternetMonitorClientTypes { public init( availability: InternetMonitorClientTypes.AvailabilityMeasurement? = nil, performance: InternetMonitorClientTypes.PerformanceMeasurement? = nil - ) - { + ) { self.availability = availability self.performance = performance } @@ -842,8 +819,7 @@ extension InternetMonitorClientTypes { status: InternetMonitorClientTypes.HealthEventStatus? = nil, subdivision: Swift.String? = nil, subdivisionCode: Swift.String? = nil - ) - { + ) { self.asName = asName self.asNumber = asNumber self.causedBy = causedBy @@ -941,8 +917,7 @@ public struct GetHealthEventOutput: Swift.Sendable { percentOfTotalTrafficImpacted: Swift.Double? = nil, startedAt: Foundation.Date? = nil, status: InternetMonitorClientTypes.HealthEventStatus? = nil - ) - { + ) { self.createdAt = createdAt self.endedAt = endedAt self.eventArn = eventArn @@ -964,8 +939,7 @@ public struct GetInternetEventInput: Swift.Sendable { public init( eventId: Swift.String? = nil - ) - { + ) { self.eventId = eventId } } @@ -1058,8 +1032,7 @@ public struct GetInternetEventOutput: Swift.Sendable { eventStatus: InternetMonitorClientTypes.InternetEventStatus? = nil, eventType: InternetMonitorClientTypes.InternetEventType? = nil, startedAt: Foundation.Date? = nil - ) - { + ) { self.clientLocation = clientLocation self.endedAt = endedAt self.eventArn = eventArn @@ -1080,8 +1053,7 @@ public struct GetMonitorInput: Swift.Sendable { public init( linkedAccountId: Swift.String? = nil, monitorName: Swift.String? = nil - ) - { + ) { self.linkedAccountId = linkedAccountId self.monitorName = monitorName } @@ -1176,8 +1148,7 @@ public struct GetMonitorOutput: Swift.Sendable { status: InternetMonitorClientTypes.MonitorConfigState? = nil, tags: [Swift.String: Swift.String]? = nil, trafficPercentageToMonitor: Swift.Int? = nil - ) - { + ) { self.createdAt = createdAt self.healthEventsConfig = healthEventsConfig self.internetMeasurementsLogDelivery = internetMeasurementsLogDelivery @@ -1211,8 +1182,7 @@ public struct GetQueryResultsInput: Swift.Sendable { monitorName: Swift.String? = nil, nextToken: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.monitorName = monitorName self.nextToken = nextToken @@ -1232,8 +1202,7 @@ extension InternetMonitorClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -1254,8 +1223,7 @@ public struct GetQueryResultsOutput: Swift.Sendable { data: [[Swift.String]]? = nil, fields: [InternetMonitorClientTypes.QueryField]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.data = data self.fields = fields self.nextToken = nextToken @@ -1273,8 +1241,7 @@ public struct GetQueryStatusInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.queryId = queryId } @@ -1325,8 +1292,7 @@ public struct GetQueryStatusOutput: Swift.Sendable { public init( status: InternetMonitorClientTypes.QueryStatus? = nil - ) - { + ) { self.status = status } } @@ -1377,8 +1343,7 @@ extension InternetMonitorClientTypes { percentOfTotalTrafficImpacted: Swift.Double? = nil, startedAt: Foundation.Date? = nil, status: InternetMonitorClientTypes.HealthEventStatus? = nil - ) - { + ) { self.createdAt = createdAt self.endedAt = endedAt self.eventArn = eventArn @@ -1419,8 +1384,7 @@ public struct ListHealthEventsInput: Swift.Sendable { monitorName: Swift.String? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.eventStatus = eventStatus self.linkedAccountId = linkedAccountId @@ -1441,8 +1405,7 @@ public struct ListHealthEventsOutput: Swift.Sendable { public init( healthEvents: [InternetMonitorClientTypes.HealthEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.healthEvents = healthEvents self.nextToken = nextToken } @@ -1466,8 +1429,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1493,8 +1455,7 @@ public struct ListInternetEventsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.eventStatus = eventStatus self.eventType = eventType @@ -1537,8 +1498,7 @@ extension InternetMonitorClientTypes { eventStatus: InternetMonitorClientTypes.InternetEventStatus? = nil, eventType: InternetMonitorClientTypes.InternetEventType? = nil, startedAt: Foundation.Date? = nil - ) - { + ) { self.clientLocation = clientLocation self.endedAt = endedAt self.eventArn = eventArn @@ -1560,8 +1520,7 @@ public struct ListInternetEventsOutput: Swift.Sendable { public init( internetEvents: [InternetMonitorClientTypes.InternetEventSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.internetEvents = internetEvents self.nextToken = nextToken } @@ -1585,8 +1544,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1609,8 +1567,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1622,8 +1579,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1634,8 +1590,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1655,8 +1610,7 @@ public struct ListMonitorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, monitorStatus: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeLinkedAccounts = includeLinkedAccounts self.maxResults = maxResults self.monitorStatus = monitorStatus @@ -1685,8 +1639,7 @@ extension InternetMonitorClientTypes { monitorName: Swift.String? = nil, processingStatus: InternetMonitorClientTypes.MonitorProcessingStatusCode? = nil, status: InternetMonitorClientTypes.MonitorConfigState? = nil - ) - { + ) { self.monitorArn = monitorArn self.monitorName = monitorName self.processingStatus = processingStatus @@ -1705,8 +1658,7 @@ public struct ListMonitorsOutput: Swift.Sendable { public init( monitors: [InternetMonitorClientTypes.Monitor]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitors = monitors self.nextToken = nextToken } @@ -1793,8 +1745,7 @@ public struct StartQueryInput: Swift.Sendable { monitorName: Swift.String? = nil, queryType: InternetMonitorClientTypes.QueryType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.filterParameters = filterParameters self.linkedAccountId = linkedAccountId @@ -1811,8 +1762,7 @@ public struct StartQueryOutput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -1828,8 +1778,7 @@ public struct StopQueryInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.queryId = queryId } @@ -1858,8 +1807,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1895,8 +1843,7 @@ public struct UpdateMonitorInput: Swift.Sendable { resourcesToRemove: [Swift.String]? = nil, status: InternetMonitorClientTypes.MonitorConfigState? = nil, trafficPercentageToMonitor: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.healthEventsConfig = healthEventsConfig self.internetMeasurementsLogDelivery = internetMeasurementsLogDelivery @@ -1920,8 +1867,7 @@ public struct UpdateMonitorOutput: Swift.Sendable { public init( monitorArn: Swift.String? = nil, status: InternetMonitorClientTypes.MonitorConfigState? = nil - ) - { + ) { self.monitorArn = monitorArn self.status = status } @@ -1938,8 +1884,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1961,8 +1906,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSInvoicing/Package.swift.txt b/Sources/Services/AWSInvoicing/Package.swift.txt index 93f060a561c..c8cbb067921 100644 --- a/Sources/Services/AWSInvoicing/Package.swift.txt +++ b/Sources/Services/AWSInvoicing/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/InvoicingClient.swift b/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/InvoicingClient.swift index 81434b7c3cf..e4b5fdeadff 100644 --- a/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/InvoicingClient.swift +++ b/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/InvoicingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class InvoicingClient: ClientRuntime.Client { public static let clientName = "InvoicingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: InvoicingClient.InvoicingClientConfiguration let serviceName = "Invoicing" diff --git a/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/Models.swift b/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/Models.swift index 175720071ab..25749e61124 100644 --- a/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/Models.swift +++ b/Sources/Services/AWSInvoicing/Sources/AWSInvoicing/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -74,8 +73,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -102,8 +100,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -127,8 +124,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ extension InvoicingClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -247,8 +242,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, reason: InvoicingClientTypes.ValidationExceptionReason? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -263,8 +257,7 @@ public struct BatchGetInvoiceProfileInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -302,8 +295,7 @@ extension InvoicingClientTypes { districtOrCounty: Swift.String? = nil, postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil - ) - { + ) { self.addressLine1 = addressLine1 self.addressLine2 = addressLine2 self.addressLine3 = addressLine3 @@ -347,8 +339,7 @@ extension InvoicingClientTypes { receiverEmail: Swift.String? = nil, receiverName: Swift.String? = nil, taxRegistrationNumber: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.issuer = issuer self.receiverAddress = receiverAddress @@ -370,8 +361,7 @@ public struct BatchGetInvoiceProfileOutput: Swift.Sendable { public init( profiles: [InvoicingClientTypes.InvoiceProfile]? = nil - ) - { + ) { self.profiles = profiles } } @@ -390,8 +380,7 @@ extension InvoicingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -407,8 +396,7 @@ extension InvoicingClientTypes { public init( linkedAccounts: [Swift.String]? = nil - ) - { + ) { self.linkedAccounts = linkedAccounts } } @@ -438,8 +426,7 @@ public struct CreateInvoiceUnitInput: Swift.Sendable { resourceTags: [InvoicingClientTypes.ResourceTag]? = nil, rule: InvoicingClientTypes.InvoiceUnitRule? = nil, taxInheritanceDisabled: Swift.Bool? = false - ) - { + ) { self.description = description self.invoiceReceiver = invoiceReceiver self.name = name @@ -455,8 +442,7 @@ public struct CreateInvoiceUnitOutput: Swift.Sendable { public init( invoiceUnitArn: Swift.String? = nil - ) - { + ) { self.invoiceUnitArn = invoiceUnitArn } } @@ -468,8 +454,7 @@ public struct DeleteInvoiceUnitInput: Swift.Sendable { public init( invoiceUnitArn: Swift.String? = nil - ) - { + ) { self.invoiceUnitArn = invoiceUnitArn } } @@ -480,8 +465,7 @@ public struct DeleteInvoiceUnitOutput: Swift.Sendable { public init( invoiceUnitArn: Swift.String? = nil - ) - { + ) { self.invoiceUnitArn = invoiceUnitArn } } @@ -501,8 +485,7 @@ extension InvoicingClientTypes { accounts: [Swift.String]? = nil, invoiceReceivers: [Swift.String]? = nil, names: [Swift.String]? = nil - ) - { + ) { self.accounts = accounts self.invoiceReceivers = invoiceReceivers self.names = names @@ -520,8 +503,7 @@ public struct GetInvoiceUnitInput: Swift.Sendable { public init( asOf: Foundation.Date? = nil, invoiceUnitArn: Swift.String? = nil - ) - { + ) { self.asOf = asOf self.invoiceUnitArn = invoiceUnitArn } @@ -551,8 +533,7 @@ public struct GetInvoiceUnitOutput: Swift.Sendable { name: Swift.String? = nil, rule: InvoicingClientTypes.InvoiceUnitRule? = nil, taxInheritanceDisabled: Swift.Bool? = false - ) - { + ) { self.description = description self.invoiceReceiver = invoiceReceiver self.invoiceUnitArn = invoiceUnitArn @@ -590,8 +571,7 @@ extension InvoicingClientTypes { name: Swift.String? = nil, rule: InvoicingClientTypes.InvoiceUnitRule? = nil, taxInheritanceDisabled: Swift.Bool? = false - ) - { + ) { self.description = description self.invoiceReceiver = invoiceReceiver self.invoiceUnitArn = invoiceUnitArn @@ -618,8 +598,7 @@ public struct ListInvoiceUnitsInput: Swift.Sendable { filters: InvoicingClientTypes.Filters? = nil, maxResults: Swift.Int? = 500, nextToken: Swift.String? = nil - ) - { + ) { self.asOf = asOf self.filters = filters self.maxResults = maxResults @@ -636,8 +615,7 @@ public struct ListInvoiceUnitsOutput: Swift.Sendable { public init( invoiceUnits: [InvoicingClientTypes.InvoiceUnit]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invoiceUnits = invoiceUnits self.nextToken = nextToken } @@ -650,8 +628,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -662,8 +639,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTags: [InvoicingClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -687,8 +663,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -704,8 +679,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTags: [InvoicingClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTags = resourceTags } @@ -727,8 +701,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, resourceTagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceTagKeys = resourceTagKeys } @@ -755,8 +728,7 @@ public struct UpdateInvoiceUnitInput: Swift.Sendable { invoiceUnitArn: Swift.String? = nil, rule: InvoicingClientTypes.InvoiceUnitRule? = nil, taxInheritanceDisabled: Swift.Bool? = false - ) - { + ) { self.description = description self.invoiceUnitArn = invoiceUnitArn self.rule = rule @@ -770,8 +742,7 @@ public struct UpdateInvoiceUnitOutput: Swift.Sendable { public init( invoiceUnitArn: Swift.String? = nil - ) - { + ) { self.invoiceUnitArn = invoiceUnitArn } } diff --git a/Sources/Services/AWSIoT/Package.swift.txt b/Sources/Services/AWSIoT/Package.swift.txt index d8e1b2098e4..644f914db1b 100644 --- a/Sources/Services/AWSIoT/Package.swift.txt +++ b/Sources/Services/AWSIoT/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSIoT/Sources/AWSIoT/IoTClient.swift b/Sources/Services/AWSIoT/Sources/AWSIoT/IoTClient.swift index 5e00870d29c..88742812ae9 100644 --- a/Sources/Services/AWSIoT/Sources/AWSIoT/IoTClient.swift +++ b/Sources/Services/AWSIoT/Sources/AWSIoT/IoTClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTClient: ClientRuntime.Client { public static let clientName = "IoTClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTClient.IoTClientConfiguration let serviceName = "IoT" diff --git a/Sources/Services/AWSIoT/Sources/AWSIoT/Models.swift b/Sources/Services/AWSIoT/Sources/AWSIoT/Models.swift index 74ca397d150..e0c6cbccd59 100644 --- a/Sources/Services/AWSIoT/Sources/AWSIoT/Models.swift +++ b/Sources/Services/AWSIoT/Sources/AWSIoT/Models.swift @@ -263,8 +263,7 @@ extension IoTClientTypes { failureType: IoTClientTypes.JobExecutionFailureType? = nil, minNumberOfExecutedThings: Swift.Int? = nil, thresholdPercentage: Swift.Double? = nil - ) - { + ) { self.action = action self.failureType = failureType self.minNumberOfExecutedThings = minNumberOfExecutedThings @@ -283,8 +282,7 @@ extension IoTClientTypes { public init( criteriaList: [IoTClientTypes.AbortCriteria]? = nil - ) - { + ) { self.criteriaList = criteriaList } } @@ -309,8 +307,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -334,8 +331,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -359,8 +355,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -384,8 +379,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -409,8 +403,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -434,8 +427,7 @@ public struct TransferAlreadyCompletedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -459,8 +451,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -476,8 +467,7 @@ public struct AcceptCertificateTransferInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, setAsActive: Swift.Bool? = false - ) - { + ) { self.certificateId = certificateId self.setAsActive = setAsActive } @@ -505,8 +495,7 @@ extension IoTClientTypes { roleArn: Swift.String? = nil, stateReason: Swift.String? = nil, stateValue: Swift.String? = nil - ) - { + ) { self.alarmName = alarmName self.roleArn = roleArn self.stateReason = stateReason @@ -532,8 +521,7 @@ extension IoTClientTypes { batchMode: Swift.Bool? = nil, logGroupName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.batchMode = batchMode self.logGroupName = logGroupName self.roleArn = roleArn @@ -570,8 +558,7 @@ extension IoTClientTypes { metricUnit: Swift.String? = nil, metricValue: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.metricNamespace = metricNamespace self.metricTimestamp = metricTimestamp @@ -651,8 +638,7 @@ extension IoTClientTypes { rangeKeyValue: Swift.String? = nil, roleArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.hashKeyField = hashKeyField self.hashKeyType = hashKeyType self.hashKeyValue = hashKeyValue @@ -677,8 +663,7 @@ extension IoTClientTypes { public init( tableName: Swift.String? = nil - ) - { + ) { self.tableName = tableName } } @@ -698,8 +683,7 @@ extension IoTClientTypes { public init( putItem: IoTClientTypes.PutItemInput? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.putItem = putItem self.roleArn = roleArn } @@ -732,8 +716,7 @@ extension IoTClientTypes { index: Swift.String? = nil, roleArn: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.id = id self.index = index @@ -763,8 +746,7 @@ extension IoTClientTypes { deliveryStreamName: Swift.String? = nil, roleArn: Swift.String? = nil, separator: Swift.String? = nil - ) - { + ) { self.batchMode = batchMode self.deliveryStreamName = deliveryStreamName self.roleArn = roleArn @@ -791,8 +773,7 @@ extension IoTClientTypes { roleArn: Swift.String? = nil, serviceName: Swift.String? = nil, signingRegion: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.serviceName = serviceName self.signingRegion = signingRegion @@ -809,8 +790,7 @@ extension IoTClientTypes { public init( sigv4: IoTClientTypes.SigV4Authorization? = nil - ) - { + ) { self.sigv4 = sigv4 } } @@ -830,8 +810,7 @@ extension IoTClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -857,8 +836,7 @@ extension IoTClientTypes { confirmationUrl: Swift.String? = nil, headers: [IoTClientTypes.HttpActionHeader]? = nil, url: Swift.String? = nil - ) - { + ) { self.auth = auth self.confirmationUrl = confirmationUrl self.headers = headers @@ -885,8 +863,7 @@ extension IoTClientTypes { channelArn: Swift.String? = nil, channelName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.batchMode = batchMode self.channelArn = channelArn self.channelName = channelName @@ -915,8 +892,7 @@ extension IoTClientTypes { inputName: Swift.String? = nil, messageId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.batchMode = batchMode self.inputName = inputName self.messageId = messageId @@ -938,8 +914,7 @@ extension IoTClientTypes { public init( offsetInNanos: Swift.String? = nil, timeInSeconds: Swift.String? = nil - ) - { + ) { self.offsetInNanos = offsetInNanos self.timeInSeconds = timeInSeconds } @@ -979,8 +954,7 @@ extension IoTClientTypes { quality: Swift.String? = nil, timestamp: IoTClientTypes.AssetPropertyTimestamp? = nil, value: IoTClientTypes.AssetPropertyVariant? = nil - ) - { + ) { self.quality = quality self.timestamp = timestamp self.value = value @@ -1010,8 +984,7 @@ extension IoTClientTypes { propertyAlias: Swift.String? = nil, propertyId: Swift.String? = nil, propertyValues: [IoTClientTypes.AssetPropertyValue]? = nil - ) - { + ) { self.assetId = assetId self.entryId = entryId self.propertyAlias = propertyAlias @@ -1035,8 +1008,7 @@ extension IoTClientTypes { public init( putAssetPropertyValueEntries: [IoTClientTypes.PutAssetPropertyValueEntry]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.putAssetPropertyValueEntries = putAssetPropertyValueEntries self.roleArn = roleArn } @@ -1057,8 +1029,7 @@ extension IoTClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1092,8 +1063,7 @@ extension IoTClientTypes { key: Swift.String? = nil, partition: Swift.String? = nil, topic: Swift.String? = nil - ) - { + ) { self.clientProperties = clientProperties self.destinationArn = destinationArn self.headers = headers @@ -1121,8 +1091,7 @@ extension IoTClientTypes { partitionKey: Swift.String? = nil, roleArn: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.partitionKey = partitionKey self.roleArn = roleArn self.streamName = streamName @@ -1140,8 +1109,7 @@ extension IoTClientTypes { public init( functionArn: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn } } @@ -1160,8 +1128,7 @@ extension IoTClientTypes { public init( unit: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1197,8 +1164,7 @@ extension IoTClientTypes { roleArn: Swift.String? = nil, timestamp: IoTClientTypes.LocationTimestamp? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.latitude = latitude self.longitude = longitude @@ -1235,8 +1201,7 @@ extension IoTClientTypes { index: Swift.String? = nil, roleArn: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.id = id self.index = index @@ -1260,8 +1225,7 @@ extension IoTClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1292,8 +1256,7 @@ extension IoTClientTypes { payloadFormatIndicator: Swift.String? = nil, responseTopic: Swift.String? = nil, userProperties: [IoTClientTypes.UserProperty]? = nil - ) - { + ) { self.contentType = contentType self.correlationData = correlationData self.messageExpiry = messageExpiry @@ -1324,8 +1287,7 @@ extension IoTClientTypes { qos: Swift.Int? = nil, roleArn: Swift.String? = nil, topic: Swift.String? = nil - ) - { + ) { self.headers = headers self.qos = qos self.roleArn = roleArn @@ -1402,8 +1364,7 @@ extension IoTClientTypes { cannedAcl: IoTClientTypes.CannedAccessControlList? = nil, key: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.cannedAcl = cannedAcl self.key = key @@ -1426,8 +1387,7 @@ extension IoTClientTypes { public init( token: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.token = token self.url = url } @@ -1480,8 +1440,7 @@ extension IoTClientTypes { messageFormat: IoTClientTypes.MessageFormat? = nil, roleArn: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.messageFormat = messageFormat self.roleArn = roleArn self.targetArn = targetArn @@ -1506,8 +1465,7 @@ extension IoTClientTypes { queueUrl: Swift.String? = nil, roleArn: Swift.String? = nil, useBase64: Swift.Bool? = nil - ) - { + ) { self.queueUrl = queueUrl self.roleArn = roleArn self.useBase64 = useBase64 @@ -1532,8 +1490,7 @@ extension IoTClientTypes { executionNamePrefix: Swift.String? = nil, roleArn: Swift.String? = nil, stateMachineName: Swift.String? = nil - ) - { + ) { self.executionNamePrefix = executionNamePrefix self.roleArn = roleArn self.stateMachineName = stateMachineName @@ -1555,8 +1512,7 @@ extension IoTClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1577,8 +1533,7 @@ extension IoTClientTypes { public init( unit: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1610,8 +1565,7 @@ extension IoTClientTypes { roleArn: Swift.String? = nil, tableName: Swift.String? = nil, timestamp: IoTClientTypes.TimestreamTimestamp? = nil - ) - { + ) { self.databaseName = databaseName self.dimensions = dimensions self.roleArn = roleArn @@ -1696,8 +1650,7 @@ extension IoTClientTypes { sqs: IoTClientTypes.SqsAction? = nil, stepFunctions: IoTClientTypes.StepFunctionsAction? = nil, timestream: IoTClientTypes.TimestreamAction? = nil - ) - { + ) { self.cloudwatchAlarm = cloudwatchAlarm self.cloudwatchLogs = cloudwatchLogs self.cloudwatchMetric = cloudwatchMetric @@ -1855,8 +1808,7 @@ extension IoTClientTypes { public init( confidenceLevel: IoTClientTypes.ConfidenceLevel? = nil - ) - { + ) { self.confidenceLevel = confidenceLevel } } @@ -1871,8 +1823,7 @@ extension IoTClientTypes { public init( statistic: Swift.String? = nil - ) - { + ) { self.statistic = statistic } } @@ -1902,8 +1853,7 @@ extension IoTClientTypes { numbers: [Swift.Double]? = nil, ports: [Swift.Int]? = nil, strings: [Swift.String]? = nil - ) - { + ) { self.cidrs = cidrs self.count = count self.number = number @@ -1949,8 +1899,7 @@ extension IoTClientTypes { mlDetectionConfig: IoTClientTypes.MachineLearningDetectionConfig? = nil, statisticalThreshold: IoTClientTypes.StatisticalThreshold? = nil, value: IoTClientTypes.MetricValue? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.consecutiveDatapointsToAlarm = consecutiveDatapointsToAlarm self.consecutiveDatapointsToClear = consecutiveDatapointsToClear @@ -2004,8 +1953,7 @@ extension IoTClientTypes { public init( dimensionName: Swift.String? = nil, `operator`: IoTClientTypes.DimensionValueOperator? = nil - ) - { + ) { self.dimensionName = dimensionName self.`operator` = `operator` } @@ -2037,8 +1985,7 @@ extension IoTClientTypes { metricDimension: IoTClientTypes.MetricDimension? = nil, name: Swift.String? = nil, suppressAlerts: Swift.Bool? = nil - ) - { + ) { self.criteria = criteria self.exportMetric = exportMetric self.metric = metric @@ -2093,8 +2040,7 @@ extension IoTClientTypes { public init( confidenceLevel: IoTClientTypes.ConfidenceLevel? = nil - ) - { + ) { self.confidenceLevel = confidenceLevel } } @@ -2136,8 +2082,7 @@ extension IoTClientTypes { violationEventAdditionalInfo: IoTClientTypes.ViolationEventAdditionalInfo? = nil, violationId: Swift.String? = nil, violationStartTime: Foundation.Date? = nil - ) - { + ) { self.behavior = behavior self.lastViolationTime = lastViolationTime self.lastViolationValue = lastViolationValue @@ -2168,8 +2113,7 @@ extension IoTClientTypes { exportMetric: Swift.Bool? = nil, metric: Swift.String? = nil, metricDimension: IoTClientTypes.MetricDimension? = nil - ) - { + ) { self.exportMetric = exportMetric self.metric = metric self.metricDimension = metricDimension @@ -2190,8 +2134,7 @@ extension IoTClientTypes { public init( overrideDynamicGroups: Swift.Bool? = nil, thingGroupNames: [Swift.String]? = nil - ) - { + ) { self.overrideDynamicGroups = overrideDynamicGroups self.thingGroupNames = thingGroupNames } @@ -2213,8 +2156,7 @@ public struct AddThingToBillingGroupInput: Swift.Sendable { billingGroupName: Swift.String? = nil, thingArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.billingGroupArn = billingGroupArn self.billingGroupName = billingGroupName self.thingArn = thingArn @@ -2245,8 +2187,7 @@ public struct AddThingToThingGroupInput: Swift.Sendable { thingGroupArn: Swift.String? = nil, thingGroupName: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.overrideDynamicGroups = overrideDynamicGroups self.thingArn = thingArn self.thingGroupArn = thingGroupArn @@ -2305,8 +2246,7 @@ extension IoTClientTypes { public init( name: IoTClientTypes.AggregationTypeName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2327,8 +2267,7 @@ extension IoTClientTypes { public init( alertTargetArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.alertTargetArn = alertTargetArn self.roleArn = roleArn } @@ -2374,8 +2313,7 @@ extension IoTClientTypes { public init( policyArn: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.policyName = policyName } @@ -2391,8 +2329,7 @@ extension IoTClientTypes { public init( policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.policies = policies } } @@ -2454,8 +2391,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -2479,8 +2415,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2503,8 +2438,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2527,8 +2461,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2548,8 +2481,7 @@ extension IoTClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.version = version @@ -2566,8 +2498,7 @@ extension IoTClientTypes { public init( s3Location: IoTClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -2591,8 +2522,7 @@ public struct AssociateSbomWithPackageVersionInput: Swift.Sendable { packageName: Swift.String? = nil, sbom: IoTClientTypes.Sbom? = nil, versionName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.packageName = packageName self.sbom = sbom @@ -2647,8 +2577,7 @@ public struct AssociateSbomWithPackageVersionOutput: Swift.Sendable { sbom: IoTClientTypes.Sbom? = nil, sbomValidationStatus: IoTClientTypes.SbomValidationStatus? = nil, versionName: Swift.String? = nil - ) - { + ) { self.packageName = packageName self.sbom = sbom self.sbomValidationStatus = sbomValidationStatus @@ -2675,8 +2604,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2698,8 +2626,7 @@ public struct AssociateTargetsWithJobInput: Swift.Sendable { jobId: Swift.String? = nil, namespaceId: Swift.String? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.comment = comment self.jobId = jobId self.namespaceId = namespaceId @@ -2719,8 +2646,7 @@ public struct AssociateTargetsWithJobOutput: Swift.Sendable { description: Swift.String? = nil, jobArn: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.description = description self.jobArn = jobArn self.jobId = jobId @@ -2738,8 +2664,7 @@ public struct AttachPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.target = target } @@ -2757,8 +2682,7 @@ public struct AttachPrincipalPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, principal: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.principal = principal } @@ -2783,8 +2707,7 @@ public struct VersionConflictException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2800,8 +2723,7 @@ public struct AttachSecurityProfileInput: Swift.Sendable { public init( securityProfileName: Swift.String? = nil, securityProfileTargetArn: Swift.String? = nil - ) - { + ) { self.securityProfileName = securityProfileName self.securityProfileTargetArn = securityProfileTargetArn } @@ -2863,8 +2785,7 @@ public struct AttachThingPrincipalInput: Swift.Sendable { principal: Swift.String? = nil, thingName: Swift.String? = nil, thingPrincipalType: IoTClientTypes.ThingPrincipalType? = nil - ) - { + ) { self.principal = principal self.thingName = thingName self.thingPrincipalType = thingPrincipalType @@ -2889,8 +2810,7 @@ extension IoTClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, merge: Swift.Bool = false - ) - { + ) { self.attributes = attributes self.merge = merge } @@ -2906,8 +2826,7 @@ extension IoTClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -2981,8 +2900,7 @@ extension IoTClientTypes { nonCompliantResourcesCount: Swift.Int? = nil, suppressedNonCompliantResourcesCount: Swift.Int? = nil, totalResourcesCount: Swift.Int? = nil - ) - { + ) { self.checkCompliant = checkCompliant self.checkRunStatus = checkRunStatus self.errorCode = errorCode @@ -3009,8 +2927,7 @@ extension IoTClientTypes { issuerCertificateSerialNumber: Swift.String? = nil, issuerCertificateSubject: Swift.String? = nil, issuerId: Swift.String? = nil - ) - { + ) { self.issuerCertificateSerialNumber = issuerCertificateSerialNumber self.issuerCertificateSubject = issuerCertificateSubject self.issuerId = issuerId @@ -3030,8 +2947,7 @@ extension IoTClientTypes { public init( policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyVersionId = policyVersionId } @@ -3074,8 +2990,7 @@ extension IoTClientTypes { issuerCertificateIdentifier: IoTClientTypes.IssuerCertificateIdentifier? = nil, policyVersionIdentifier: IoTClientTypes.PolicyVersionIdentifier? = nil, roleAliasArn: Swift.String? = nil - ) - { + ) { self.account = account self.caCertificateId = caCertificateId self.clientId = clientId @@ -3155,8 +3070,7 @@ extension IoTClientTypes { additionalInfo: [Swift.String: Swift.String]? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, resourceType: IoTClientTypes.ResourceType? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -3179,8 +3093,7 @@ extension IoTClientTypes { additionalInfo: [Swift.String: Swift.String]? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, resourceType: IoTClientTypes.ResourceType? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -3262,8 +3175,7 @@ extension IoTClientTypes { severity: IoTClientTypes.AuditFindingSeverity? = nil, taskId: Swift.String? = nil, taskStartTime: Foundation.Date? = nil - ) - { + ) { self.checkName = checkName self.findingId = findingId self.findingTime = findingTime @@ -3388,8 +3300,7 @@ extension IoTClientTypes { startTime: Foundation.Date? = nil, status: IoTClientTypes.AuditMitigationActionsExecutionStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.actionName = actionName self.endTime = endTime @@ -3453,8 +3364,7 @@ extension IoTClientTypes { startTime: Foundation.Date? = nil, taskId: Swift.String? = nil, taskStatus: IoTClientTypes.AuditMitigationActionsTaskStatus? = nil - ) - { + ) { self.startTime = startTime self.taskId = taskId self.taskStatus = taskStatus @@ -3483,8 +3393,7 @@ extension IoTClientTypes { skippedFindingsCount: Swift.Int? = nil, succeededFindingsCount: Swift.Int? = nil, totalFindingsCount: Swift.Int? = nil - ) - { + ) { self.canceledFindingsCount = canceledFindingsCount self.failedFindingsCount = failedFindingsCount self.skippedFindingsCount = skippedFindingsCount @@ -3509,8 +3418,7 @@ extension IoTClientTypes { auditCheckToReasonCodeFilter: [Swift.String: [Swift.String]]? = nil, auditTaskId: Swift.String? = nil, findingIds: [Swift.String]? = nil - ) - { + ) { self.auditCheckToReasonCodeFilter = auditCheckToReasonCodeFilter self.auditTaskId = auditTaskId self.findingIds = findingIds @@ -3533,8 +3441,7 @@ extension IoTClientTypes { enabled: Swift.Bool = false, roleArn: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.roleArn = roleArn self.targetArn = targetArn @@ -3591,8 +3498,7 @@ extension IoTClientTypes { expirationDate: Foundation.Date? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, suppressIndefinitely: Swift.Bool? = nil - ) - { + ) { self.checkName = checkName self.description = description self.expirationDate = expirationDate @@ -3681,8 +3587,7 @@ extension IoTClientTypes { taskId: Swift.String? = nil, taskStatus: IoTClientTypes.AuditTaskStatus? = nil, taskType: IoTClientTypes.AuditTaskType? = nil - ) - { + ) { self.taskId = taskId self.taskStatus = taskStatus self.taskType = taskType @@ -3773,8 +3678,7 @@ extension IoTClientTypes { public init( actionType: IoTClientTypes.ActionType? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.actionType = actionType self.resources = resources } @@ -3793,8 +3697,7 @@ extension IoTClientTypes { public init( allowAuthorizerOverride: Swift.Bool? = false, defaultAuthorizerName: Swift.String? = nil - ) - { + ) { self.allowAuthorizerOverride = allowAuthorizerOverride self.defaultAuthorizerName = defaultAuthorizerName } @@ -3866,8 +3769,7 @@ extension IoTClientTypes { status: IoTClientTypes.AuthorizerStatus? = nil, tokenKeyName: Swift.String? = nil, tokenSigningPublicKeys: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorizerArn = authorizerArn self.authorizerFunctionArn = authorizerFunctionArn self.authorizerName = authorizerName @@ -3894,8 +3796,7 @@ extension IoTClientTypes { public init( authorizerArn: Swift.String? = nil, authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerArn = authorizerArn self.authorizerName = authorizerName } @@ -3911,8 +3812,7 @@ extension IoTClientTypes { public init( policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.policies = policies } } @@ -3927,8 +3827,7 @@ extension IoTClientTypes { public init( policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.policies = policies } } @@ -3946,8 +3845,7 @@ extension IoTClientTypes { public init( explicitDeny: IoTClientTypes.ExplicitDeny? = nil, implicitDeny: IoTClientTypes.ImplicitDeny? = nil - ) - { + ) { self.explicitDeny = explicitDeny self.implicitDeny = implicitDeny } @@ -3975,8 +3873,7 @@ extension IoTClientTypes { authInfo: IoTClientTypes.AuthInfo? = nil, denied: IoTClientTypes.Denied? = nil, missingContextValues: [Swift.String]? = nil - ) - { + ) { self.allowed = allowed self.authDecision = authDecision self.authInfo = authInfo @@ -4022,8 +3919,7 @@ public struct CancelAuditMitigationActionsTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -4040,8 +3936,7 @@ public struct CancelAuditTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -4059,8 +3954,7 @@ public struct CancelCertificateTransferInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -4072,8 +3966,7 @@ public struct CancelDetectMitigationActionsTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -4099,8 +3992,7 @@ public struct CancelJobInput: Swift.Sendable { force: Swift.Bool? = false, jobId: Swift.String? = nil, reasonCode: Swift.String? = nil - ) - { + ) { self.comment = comment self.force = force self.jobId = jobId @@ -4120,8 +4012,7 @@ public struct CancelJobOutput: Swift.Sendable { description: Swift.String? = nil, jobArn: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.description = description self.jobArn = jobArn self.jobId = jobId @@ -4147,8 +4038,7 @@ public struct InvalidStateTransitionException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4173,8 +4063,7 @@ public struct CancelJobExecutionInput: Swift.Sendable { jobId: Swift.String? = nil, statusDetails: [Swift.String: Swift.String]? = nil, thingName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.force = force self.jobId = jobId @@ -4212,8 +4101,7 @@ public struct ConflictingResourceUpdateException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4237,8 +4125,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4250,8 +4137,7 @@ public struct ConfirmTopicRuleDestinationInput: Swift.Sendable { public init( confirmationToken: Swift.String? = nil - ) - { + ) { self.confirmationToken = confirmationToken } } @@ -4286,8 +4172,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -4318,8 +4203,7 @@ public struct CreateAuditSuppressionInput: Swift.Sendable { expirationDate: Foundation.Date? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, suppressIndefinitely: Swift.Bool? = nil - ) - { + ) { self.checkName = checkName self.clientRequestToken = clientRequestToken self.description = description @@ -4347,8 +4231,7 @@ extension IoTClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4384,8 +4267,7 @@ public struct CreateAuthorizerInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, tokenKeyName: Swift.String? = nil, tokenSigningPublicKeys: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorizerFunctionArn = authorizerFunctionArn self.authorizerName = authorizerName self.enableCachingForHttp = enableCachingForHttp @@ -4406,8 +4288,7 @@ public struct CreateAuthorizerOutput: Swift.Sendable { public init( authorizerArn: Swift.String? = nil, authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerArn = authorizerArn self.authorizerName = authorizerName } @@ -4422,8 +4303,7 @@ extension IoTClientTypes { public init( billingGroupDescription: Swift.String? = nil - ) - { + ) { self.billingGroupDescription = billingGroupDescription } } @@ -4442,8 +4322,7 @@ public struct CreateBillingGroupInput: Swift.Sendable { billingGroupName: Swift.String? = nil, billingGroupProperties: IoTClientTypes.BillingGroupProperties? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.billingGroupName = billingGroupName self.billingGroupProperties = billingGroupProperties self.tags = tags @@ -4462,8 +4341,7 @@ public struct CreateBillingGroupOutput: Swift.Sendable { billingGroupArn: Swift.String? = nil, billingGroupId: Swift.String? = nil, billingGroupName: Swift.String? = nil - ) - { + ) { self.billingGroupArn = billingGroupArn self.billingGroupId = billingGroupId self.billingGroupName = billingGroupName @@ -4481,8 +4359,7 @@ public struct CreateCertificateFromCsrInput: Swift.Sendable { public init( certificateSigningRequest: Swift.String? = nil, setAsActive: Swift.Bool? = false - ) - { + ) { self.certificateSigningRequest = certificateSigningRequest self.setAsActive = setAsActive } @@ -4501,8 +4378,7 @@ public struct CreateCertificateFromCsrOutput: Swift.Sendable { certificateArn: Swift.String? = nil, certificateId: Swift.String? = nil, certificatePem: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId self.certificatePem = certificatePem @@ -4556,8 +4432,7 @@ public struct CreateCertificateProviderInput: Swift.Sendable { clientToken: Swift.String? = nil, lambdaFunctionArn: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.accountDefaultForOperations = accountDefaultForOperations self.certificateProviderName = certificateProviderName self.clientToken = clientToken @@ -4575,8 +4450,7 @@ public struct CreateCertificateProviderOutput: Swift.Sendable { public init( certificateProviderArn: Swift.String? = nil, certificateProviderName: Swift.String? = nil - ) - { + ) { self.certificateProviderArn = certificateProviderArn self.certificateProviderName = certificateProviderName } @@ -4609,8 +4483,7 @@ extension IoTClientTypes { l: Swift.Int? = nil, s: Swift.String? = nil, ul: Swift.String? = nil - ) - { + ) { self.b = b self.bin = bin self.d = d @@ -4641,8 +4514,7 @@ extension IoTClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, value: IoTClientTypes.CommandParameterValue? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -4692,8 +4564,7 @@ extension IoTClientTypes { public init( content: Foundation.Data? = nil, contentType: Swift.String? = nil - ) - { + ) { self.content = content self.contentType = contentType } @@ -4728,8 +4599,7 @@ public struct CreateCommandInput: Swift.Sendable { payload: IoTClientTypes.CommandPayload? = nil, roleArn: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.commandId = commandId self.description = description self.displayName = displayName @@ -4750,8 +4620,7 @@ public struct CreateCommandOutput: Swift.Sendable { public init( commandArn: Swift.String? = nil, commandId: Swift.String? = nil - ) - { + ) { self.commandArn = commandArn self.commandId = commandId } @@ -4813,8 +4682,7 @@ public struct CreateCustomMetricInput: Swift.Sendable { metricName: Swift.String? = nil, metricType: IoTClientTypes.CustomMetricType? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.displayName = displayName self.metricName = metricName @@ -4832,8 +4700,7 @@ public struct CreateCustomMetricOutput: Swift.Sendable { public init( metricArn: Swift.String? = nil, metricName: Swift.String? = nil - ) - { + ) { self.metricArn = metricArn self.metricName = metricName } @@ -4887,8 +4754,7 @@ public struct CreateDimensionInput: Swift.Sendable { stringValues: [Swift.String]? = nil, tags: [IoTClientTypes.Tag]? = nil, type: IoTClientTypes.DimensionType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.stringValues = stringValues @@ -4906,8 +4772,7 @@ public struct CreateDimensionOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -4932,8 +4797,7 @@ public struct CertificateValidationException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4947,8 +4811,7 @@ extension IoTClientTypes { public init( clientCertificateCallbackArn: Swift.String? = nil - ) - { + ) { self.clientCertificateCallbackArn = clientCertificateCallbackArn } } @@ -4969,8 +4832,7 @@ extension IoTClientTypes { enableOCSPCheck: Swift.Bool? = nil, ocspAuthorizedResponderArn: Swift.String? = nil, ocspLambdaArn: Swift.String? = nil - ) - { + ) { self.enableOCSPCheck = enableOCSPCheck self.ocspAuthorizedResponderArn = ocspAuthorizedResponderArn self.ocspLambdaArn = ocspLambdaArn @@ -5019,8 +4881,7 @@ extension IoTClientTypes { public init( securityPolicy: Swift.String? = nil - ) - { + ) { self.securityPolicy = securityPolicy } } @@ -5105,8 +4966,7 @@ public struct CreateDomainConfigurationInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, tlsConfig: IoTClientTypes.TlsConfig? = nil, validationCertificateArn: Swift.String? = nil - ) - { + ) { self.applicationProtocol = applicationProtocol self.authenticationType = authenticationType self.authorizerConfig = authorizerConfig @@ -5131,8 +4991,7 @@ public struct CreateDomainConfigurationOutput: Swift.Sendable { public init( domainConfigurationArn: Swift.String? = nil, domainConfigurationName: Swift.String? = nil - ) - { + ) { self.domainConfigurationArn = domainConfigurationArn self.domainConfigurationName = domainConfigurationName } @@ -5157,8 +5016,7 @@ public struct InvalidQueryException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5175,8 +5033,7 @@ extension IoTClientTypes { public init( attributePayload: IoTClientTypes.AttributePayload? = nil, thingGroupDescription: Swift.String? = nil - ) - { + ) { self.attributePayload = attributePayload self.thingGroupDescription = thingGroupDescription } @@ -5206,8 +5063,7 @@ public struct CreateDynamicThingGroupInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, thingGroupName: Swift.String? = nil, thingGroupProperties: IoTClientTypes.ThingGroupProperties? = nil - ) - { + ) { self.indexName = indexName self.queryString = queryString self.queryVersion = queryVersion @@ -5238,8 +5094,7 @@ public struct CreateDynamicThingGroupOutput: Swift.Sendable { thingGroupArn: Swift.String? = nil, thingGroupId: Swift.String? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.indexName = indexName self.queryString = queryString self.queryVersion = queryVersion @@ -5268,8 +5123,7 @@ public struct IndexNotReadyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5292,8 +5146,7 @@ public struct InvalidAggregationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5440,8 +5293,7 @@ public struct CreateFleetMetricInput: Swift.Sendable { queryVersion: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil, unit: IoTClientTypes.FleetMetricUnit? = nil - ) - { + ) { self.aggregationField = aggregationField self.aggregationType = aggregationType self.description = description @@ -5464,8 +5316,7 @@ public struct CreateFleetMetricOutput: Swift.Sendable { public init( metricArn: Swift.String? = nil, metricName: Swift.String? = nil - ) - { + ) { self.metricArn = metricArn self.metricName = metricName } @@ -5517,8 +5368,7 @@ extension IoTClientTypes { public init( failureType: IoTClientTypes.RetryableFailureType? = nil, numberOfRetries: Swift.Int? = nil - ) - { + ) { self.failureType = failureType self.numberOfRetries = numberOfRetries } @@ -5535,8 +5385,7 @@ extension IoTClientTypes { public init( criteriaList: [IoTClientTypes.RetryCriteria]? = nil - ) - { + ) { self.criteriaList = criteriaList } } @@ -5554,8 +5403,7 @@ extension IoTClientTypes { public init( numberOfNotifiedThings: Swift.Int? = nil, numberOfSucceededThings: Swift.Int? = nil - ) - { + ) { self.numberOfNotifiedThings = numberOfNotifiedThings self.numberOfSucceededThings = numberOfSucceededThings } @@ -5580,8 +5428,7 @@ extension IoTClientTypes { baseRatePerMinute: Swift.Int? = nil, incrementFactor: Swift.Double? = nil, rateIncreaseCriteria: IoTClientTypes.RateIncreaseCriteria? = nil - ) - { + ) { self.baseRatePerMinute = baseRatePerMinute self.incrementFactor = incrementFactor self.rateIncreaseCriteria = rateIncreaseCriteria @@ -5601,8 +5448,7 @@ extension IoTClientTypes { public init( exponentialRate: IoTClientTypes.ExponentialRolloutRate? = nil, maximumPerMinute: Swift.Int? = nil - ) - { + ) { self.exponentialRate = exponentialRate self.maximumPerMinute = maximumPerMinute } @@ -5621,8 +5467,7 @@ extension IoTClientTypes { public init( expiresInSec: Swift.Int? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.expiresInSec = expiresInSec self.roleArn = roleArn } @@ -5675,8 +5520,7 @@ extension IoTClientTypes { public init( durationInMinutes: Swift.Int? = nil, startTime: Swift.String? = nil - ) - { + ) { self.durationInMinutes = durationInMinutes self.startTime = startTime } @@ -5701,8 +5545,7 @@ extension IoTClientTypes { endTime: Swift.String? = nil, maintenanceWindows: [IoTClientTypes.MaintenanceWindow]? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endBehavior = endBehavior self.endTime = endTime self.maintenanceWindows = maintenanceWindows @@ -5749,8 +5592,7 @@ extension IoTClientTypes { public init( inProgressTimeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.inProgressTimeoutInMinutes = inProgressTimeoutInMinutes } } @@ -5812,8 +5654,7 @@ public struct CreateJobInput: Swift.Sendable { targetSelection: IoTClientTypes.TargetSelection? = nil, targets: [Swift.String]? = nil, timeoutConfig: IoTClientTypes.TimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.description = description self.destinationPackageVersions = destinationPackageVersions @@ -5846,8 +5687,7 @@ public struct CreateJobOutput: Swift.Sendable { description: Swift.String? = nil, jobArn: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.description = description self.jobArn = jobArn self.jobId = jobId @@ -5898,8 +5738,7 @@ public struct CreateJobTemplateInput: Swift.Sendable { presignedUrlConfig: IoTClientTypes.PresignedUrlConfig? = nil, tags: [IoTClientTypes.Tag]? = nil, timeoutConfig: IoTClientTypes.TimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.description = description self.destinationPackageVersions = destinationPackageVersions @@ -5925,8 +5764,7 @@ public struct CreateJobTemplateOutput: Swift.Sendable { public init( jobTemplateArn: Swift.String? = nil, jobTemplateId: Swift.String? = nil - ) - { + ) { self.jobTemplateArn = jobTemplateArn self.jobTemplateId = jobTemplateId } @@ -5939,8 +5777,7 @@ public struct CreateKeysAndCertificateInput: Swift.Sendable { public init( setAsActive: Swift.Bool? = false - ) - { + ) { self.setAsActive = setAsActive } } @@ -5957,8 +5794,7 @@ extension IoTClientTypes { public init( privateKey: Swift.String? = nil, publicKey: Swift.String? = nil - ) - { + ) { self.privateKey = privateKey self.publicKey = publicKey } @@ -5986,8 +5822,7 @@ public struct CreateKeysAndCertificateOutput: Swift.Sendable { certificateId: Swift.String? = nil, certificatePem: Swift.String? = nil, keyPair: IoTClientTypes.KeyPair? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId self.certificatePem = certificatePem @@ -6047,8 +5882,7 @@ extension IoTClientTypes { public init( logLevel: IoTClientTypes.LogLevel? = nil, roleArnForLogging: Swift.String? = nil - ) - { + ) { self.logLevel = logLevel self.roleArnForLogging = roleArnForLogging } @@ -6065,8 +5899,7 @@ extension IoTClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -6108,8 +5941,7 @@ extension IoTClientTypes { public init( templateName: IoTClientTypes.PolicyTemplateName? = nil - ) - { + ) { self.templateName = templateName } } @@ -6151,8 +5983,7 @@ extension IoTClientTypes { public init( action: IoTClientTypes.CACertificateUpdateAction? = nil - ) - { + ) { self.action = action } } @@ -6194,8 +6025,7 @@ extension IoTClientTypes { public init( action: IoTClientTypes.DeviceCertificateUpdateAction? = nil - ) - { + ) { self.action = action } } @@ -6225,8 +6055,7 @@ extension IoTClientTypes { replaceDefaultPolicyVersionParams: IoTClientTypes.ReplaceDefaultPolicyVersionParams? = nil, updateCACertificateParams: IoTClientTypes.UpdateCACertificateParams? = nil, updateDeviceCertificateParams: IoTClientTypes.UpdateDeviceCertificateParams? = nil - ) - { + ) { self.addThingsToThingGroupParams = addThingsToThingGroupParams self.enableIoTLoggingParams = enableIoTLoggingParams self.publishFindingToSnsParams = publishFindingToSnsParams @@ -6255,8 +6084,7 @@ public struct CreateMitigationActionInput: Swift.Sendable { actionParams: IoTClientTypes.MitigationActionParams? = nil, roleArn: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.actionName = actionName self.actionParams = actionParams self.roleArn = roleArn @@ -6273,8 +6101,7 @@ public struct CreateMitigationActionOutput: Swift.Sendable { public init( actionArn: Swift.String? = nil, actionId: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn self.actionId = actionId } @@ -6363,8 +6190,7 @@ extension IoTClientTypes { failureType: IoTClientTypes.AwsJobAbortCriteriaFailureType? = nil, minNumberOfExecutedThings: Swift.Int? = nil, thresholdPercentage: Swift.Double? = nil - ) - { + ) { self.action = action self.failureType = failureType self.minNumberOfExecutedThings = minNumberOfExecutedThings @@ -6383,8 +6209,7 @@ extension IoTClientTypes { public init( abortCriteriaList: [IoTClientTypes.AwsJobAbortCriteria]? = nil - ) - { + ) { self.abortCriteriaList = abortCriteriaList } } @@ -6402,8 +6227,7 @@ extension IoTClientTypes { public init( numberOfNotifiedThings: Swift.Int? = nil, numberOfSucceededThings: Swift.Int? = nil - ) - { + ) { self.numberOfNotifiedThings = numberOfNotifiedThings self.numberOfSucceededThings = numberOfSucceededThings } @@ -6428,8 +6252,7 @@ extension IoTClientTypes { baseRatePerMinute: Swift.Int? = nil, incrementFactor: Swift.Double = 0.0, rateIncreaseCriteria: IoTClientTypes.AwsJobRateIncreaseCriteria? = nil - ) - { + ) { self.baseRatePerMinute = baseRatePerMinute self.incrementFactor = incrementFactor self.rateIncreaseCriteria = rateIncreaseCriteria @@ -6449,8 +6272,7 @@ extension IoTClientTypes { public init( exponentialRate: IoTClientTypes.AwsJobExponentialRolloutRate? = nil, maximumPerMinute: Swift.Int? = nil - ) - { + ) { self.exponentialRate = exponentialRate self.maximumPerMinute = maximumPerMinute } @@ -6466,8 +6288,7 @@ extension IoTClientTypes { public init( expiresInSec: Swift.Int? = nil - ) - { + ) { self.expiresInSec = expiresInSec } } @@ -6482,8 +6303,7 @@ extension IoTClientTypes { public init( inProgressTimeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.inProgressTimeoutInMinutes = inProgressTimeoutInMinutes } } @@ -6501,8 +6321,7 @@ extension IoTClientTypes { public init( certificateName: Swift.String? = nil, inlineDocument: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName self.inlineDocument = inlineDocument } @@ -6518,8 +6337,7 @@ extension IoTClientTypes { public init( inlineDocument: Foundation.Data? = nil - ) - { + ) { self.inlineDocument = inlineDocument } } @@ -6543,8 +6361,7 @@ extension IoTClientTypes { hashAlgorithm: Swift.String? = nil, signature: IoTClientTypes.CodeSigningSignature? = nil, signatureAlgorithm: Swift.String? = nil - ) - { + ) { self.certificateChain = certificateChain self.hashAlgorithm = hashAlgorithm self.signature = signature @@ -6565,8 +6382,7 @@ extension IoTClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -6582,8 +6398,7 @@ extension IoTClientTypes { public init( s3Destination: IoTClientTypes.S3Destination? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -6604,8 +6419,7 @@ extension IoTClientTypes { certificateArn: Swift.String? = nil, certificatePathOnDevice: Swift.String? = nil, platform: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificatePathOnDevice = certificatePathOnDevice self.platform = platform @@ -6628,8 +6442,7 @@ extension IoTClientTypes { destination: IoTClientTypes.Destination? = nil, signingProfileName: Swift.String? = nil, signingProfileParameter: IoTClientTypes.SigningProfileParameter? = nil - ) - { + ) { self.destination = destination self.signingProfileName = signingProfileName self.signingProfileParameter = signingProfileParameter @@ -6652,8 +6465,7 @@ extension IoTClientTypes { awsSignerJobId: Swift.String? = nil, customCodeSigning: IoTClientTypes.CustomCodeSigning? = nil, startSigningJobParameter: IoTClientTypes.StartSigningJobParameter? = nil - ) - { + ) { self.awsSignerJobId = awsSignerJobId self.customCodeSigning = customCodeSigning self.startSigningJobParameter = startSigningJobParameter @@ -6673,8 +6485,7 @@ extension IoTClientTypes { public init( fileId: Swift.Int? = nil, streamId: Swift.String? = nil - ) - { + ) { self.fileId = fileId self.streamId = streamId } @@ -6693,8 +6504,7 @@ extension IoTClientTypes { public init( s3Location: IoTClientTypes.S3Location? = nil, stream: IoTClientTypes.Stream? = nil - ) - { + ) { self.s3Location = s3Location self.stream = stream } @@ -6725,8 +6535,7 @@ extension IoTClientTypes { fileName: Swift.String? = nil, fileType: Swift.Int? = nil, fileVersion: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.codeSigning = codeSigning self.fileLocation = fileLocation @@ -6812,8 +6621,7 @@ public struct CreateOTAUpdateInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, targetSelection: IoTClientTypes.TargetSelection? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.additionalParameters = additionalParameters self.awsJobAbortConfig = awsJobAbortConfig self.awsJobExecutionsRolloutConfig = awsJobExecutionsRolloutConfig @@ -6889,8 +6697,7 @@ public struct CreateOTAUpdateOutput: Swift.Sendable { otaUpdateArn: Swift.String? = nil, otaUpdateId: Swift.String? = nil, otaUpdateStatus: IoTClientTypes.OTAUpdateStatus? = nil - ) - { + ) { self.awsIotJobArn = awsIotJobArn self.awsIotJobId = awsIotJobId self.otaUpdateArn = otaUpdateArn @@ -6915,8 +6722,7 @@ public struct CreatePackageInput: Swift.Sendable { description: Swift.String? = nil, packageName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.packageName = packageName @@ -6941,8 +6747,7 @@ public struct CreatePackageOutput: Swift.Sendable { description: Swift.String? = nil, packageArn: Swift.String? = nil, packageName: Swift.String? = nil - ) - { + ) { self.description = description self.packageArn = packageArn self.packageName = packageName @@ -6963,8 +6768,7 @@ extension IoTClientTypes { public init( s3Location: IoTClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -6999,8 +6803,7 @@ public struct CreatePackageVersionInput: Swift.Sendable { recipe: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, versionName: Swift.String? = nil - ) - { + ) { self.artifact = artifact self.attributes = attributes self.clientToken = clientToken @@ -7073,8 +6876,7 @@ public struct CreatePackageVersionOutput: Swift.Sendable { packageVersionArn: Swift.String? = nil, status: IoTClientTypes.PackageVersionStatus? = nil, versionName: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.description = description self.errorReason = errorReason @@ -7109,8 +6911,7 @@ public struct MalformedPolicyException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7130,8 +6931,7 @@ public struct CreatePolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.tags = tags @@ -7154,8 +6954,7 @@ public struct CreatePolicyOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.policyDocument = policyDocument self.policyName = policyName @@ -7182,8 +6981,7 @@ public struct VersionsLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7203,8 +7001,7 @@ public struct CreatePolicyVersionInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, setAsDefault: Swift.Bool? = false - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.setAsDefault = setAsDefault @@ -7227,8 +7024,7 @@ public struct CreatePolicyVersionOutput: Swift.Sendable { policyArn: Swift.String? = nil, policyDocument: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.isDefaultVersion = isDefaultVersion self.policyArn = policyArn self.policyDocument = policyDocument @@ -7243,8 +7039,7 @@ public struct CreateProvisioningClaimInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -7264,8 +7059,7 @@ public struct CreateProvisioningClaimOutput: Swift.Sendable { certificatePem: Swift.String? = nil, expiration: Foundation.Date? = nil, keyPair: IoTClientTypes.KeyPair? = nil - ) - { + ) { self.certificateId = certificateId self.certificatePem = certificatePem self.expiration = expiration @@ -7286,8 +7080,7 @@ extension IoTClientTypes { public init( payloadVersion: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.payloadVersion = payloadVersion self.targetArn = targetArn } @@ -7353,8 +7146,7 @@ public struct CreateProvisioningTemplateInput: Swift.Sendable { templateBody: Swift.String? = nil, templateName: Swift.String? = nil, type: IoTClientTypes.TemplateType? = nil - ) - { + ) { self.description = description self.enabled = enabled self.preProvisioningHook = preProvisioningHook @@ -7378,8 +7170,7 @@ public struct CreateProvisioningTemplateOutput: Swift.Sendable { defaultVersionId: Swift.Int? = nil, templateArn: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.defaultVersionId = defaultVersionId self.templateArn = templateArn self.templateName = templateName @@ -7400,8 +7191,7 @@ public struct CreateProvisioningTemplateVersionInput: Swift.Sendable { setAsDefault: Swift.Bool? = false, templateBody: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.setAsDefault = setAsDefault self.templateBody = templateBody self.templateName = templateName @@ -7423,8 +7213,7 @@ public struct CreateProvisioningTemplateVersionOutput: Swift.Sendable { templateArn: Swift.String? = nil, templateName: Swift.String? = nil, versionId: Swift.Int? = nil - ) - { + ) { self.isDefaultVersion = isDefaultVersion self.templateArn = templateArn self.templateName = templateName @@ -7449,8 +7238,7 @@ public struct CreateRoleAliasInput: Swift.Sendable { roleAlias: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.credentialDurationSeconds = credentialDurationSeconds self.roleAlias = roleAlias self.roleArn = roleArn @@ -7467,8 +7255,7 @@ public struct CreateRoleAliasOutput: Swift.Sendable { public init( roleAlias: Swift.String? = nil, roleAliasArn: Swift.String? = nil - ) - { + ) { self.roleAlias = roleAlias self.roleAliasArn = roleAliasArn } @@ -7542,8 +7329,7 @@ public struct CreateScheduledAuditInput: Swift.Sendable { scheduledAuditName: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil, targetCheckNames: [Swift.String]? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.frequency = frequency @@ -7559,8 +7345,7 @@ public struct CreateScheduledAuditOutput: Swift.Sendable { public init( scheduledAuditArn: Swift.String? = nil - ) - { + ) { self.scheduledAuditArn = scheduledAuditArn } } @@ -7579,8 +7364,7 @@ extension IoTClientTypes { public init( mqttTopic: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.mqttTopic = mqttTopic self.roleArn = roleArn } @@ -7616,8 +7400,7 @@ public struct CreateSecurityProfileInput: Swift.Sendable { securityProfileDescription: Swift.String? = nil, securityProfileName: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.additionalMetricsToRetain = additionalMetricsToRetain self.additionalMetricsToRetainV2 = additionalMetricsToRetainV2 self.alertTargets = alertTargets @@ -7638,8 +7421,7 @@ public struct CreateSecurityProfileOutput: Swift.Sendable { public init( securityProfileArn: Swift.String? = nil, securityProfileName: Swift.String? = nil - ) - { + ) { self.securityProfileArn = securityProfileArn self.securityProfileName = securityProfileName } @@ -7657,8 +7439,7 @@ extension IoTClientTypes { public init( fileId: Swift.Int? = nil, s3Location: IoTClientTypes.S3Location? = nil - ) - { + ) { self.fileId = fileId self.s3Location = s3Location } @@ -7686,8 +7467,7 @@ public struct CreateStreamInput: Swift.Sendable { roleArn: Swift.String? = nil, streamId: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.files = files self.roleArn = roleArn @@ -7711,8 +7491,7 @@ public struct CreateStreamOutput: Swift.Sendable { streamArn: Swift.String? = nil, streamId: Swift.String? = nil, streamVersion: Swift.Int? = nil - ) - { + ) { self.description = description self.streamArn = streamArn self.streamId = streamId @@ -7737,8 +7516,7 @@ public struct CreateThingInput: Swift.Sendable { billingGroupName: Swift.String? = nil, thingName: Swift.String? = nil, thingTypeName: Swift.String? = nil - ) - { + ) { self.attributePayload = attributePayload self.billingGroupName = billingGroupName self.thingName = thingName @@ -7759,8 +7537,7 @@ public struct CreateThingOutput: Swift.Sendable { thingArn: Swift.String? = nil, thingId: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.thingArn = thingArn self.thingId = thingId self.thingName = thingName @@ -7783,8 +7560,7 @@ public struct CreateThingGroupInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, thingGroupName: Swift.String? = nil, thingGroupProperties: IoTClientTypes.ThingGroupProperties? = nil - ) - { + ) { self.parentGroupName = parentGroupName self.tags = tags self.thingGroupName = thingGroupName @@ -7804,8 +7580,7 @@ public struct CreateThingGroupOutput: Swift.Sendable { thingGroupArn: Swift.String? = nil, thingGroupId: Swift.String? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.thingGroupArn = thingGroupArn self.thingGroupId = thingGroupId self.thingGroupName = thingGroupName @@ -7827,8 +7602,7 @@ extension IoTClientTypes { connectionAttribute: Swift.String? = nil, thingAttribute: Swift.String? = nil, userPropertyKey: Swift.String? = nil - ) - { + ) { self.connectionAttribute = connectionAttribute self.thingAttribute = thingAttribute self.userPropertyKey = userPropertyKey @@ -7845,8 +7619,7 @@ extension IoTClientTypes { public init( propagatingAttributes: [IoTClientTypes.PropagatingAttribute]? = nil - ) - { + ) { self.propagatingAttributes = propagatingAttributes } } @@ -7867,8 +7640,7 @@ extension IoTClientTypes { mqtt5Configuration: IoTClientTypes.Mqtt5Configuration? = nil, searchableAttributes: [Swift.String]? = nil, thingTypeDescription: Swift.String? = nil - ) - { + ) { self.mqtt5Configuration = mqtt5Configuration self.searchableAttributes = searchableAttributes self.thingTypeDescription = thingTypeDescription @@ -7890,8 +7662,7 @@ public struct CreateThingTypeInput: Swift.Sendable { tags: [IoTClientTypes.Tag]? = nil, thingTypeName: Swift.String? = nil, thingTypeProperties: IoTClientTypes.ThingTypeProperties? = nil - ) - { + ) { self.tags = tags self.thingTypeName = thingTypeName self.thingTypeProperties = thingTypeProperties @@ -7911,8 +7682,7 @@ public struct CreateThingTypeOutput: Swift.Sendable { thingTypeArn: Swift.String? = nil, thingTypeId: Swift.String? = nil, thingTypeName: Swift.String? = nil - ) - { + ) { self.thingTypeArn = thingTypeArn self.thingTypeId = thingTypeId self.thingTypeName = thingTypeName @@ -7938,8 +7708,7 @@ public struct SqlParseException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7970,8 +7739,7 @@ extension IoTClientTypes { errorAction: IoTClientTypes.Action? = nil, ruleDisabled: Swift.Bool? = nil, sql: Swift.String? = nil - ) - { + ) { self.actions = actions self.awsIotSqlVersion = awsIotSqlVersion self.description = description @@ -7997,8 +7765,7 @@ public struct CreateTopicRuleInput: Swift.Sendable { ruleName: Swift.String? = nil, tags: Swift.String? = nil, topicRulePayload: IoTClientTypes.TopicRulePayload? = nil - ) - { + ) { self.ruleName = ruleName self.tags = tags self.topicRulePayload = topicRulePayload @@ -8015,8 +7782,7 @@ extension IoTClientTypes { public init( confirmationUrl: Swift.String? = nil - ) - { + ) { self.confirmationUrl = confirmationUrl } } @@ -8043,8 +7809,7 @@ extension IoTClientTypes { securityGroups: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.securityGroups = securityGroups self.subnetIds = subnetIds @@ -8065,8 +7830,7 @@ extension IoTClientTypes { public init( httpUrlConfiguration: IoTClientTypes.HttpUrlDestinationConfiguration? = nil, vpcConfiguration: IoTClientTypes.VpcDestinationConfiguration? = nil - ) - { + ) { self.httpUrlConfiguration = httpUrlConfiguration self.vpcConfiguration = vpcConfiguration } @@ -8080,8 +7844,7 @@ public struct CreateTopicRuleDestinationInput: Swift.Sendable { public init( destinationConfiguration: IoTClientTypes.TopicRuleDestinationConfiguration? = nil - ) - { + ) { self.destinationConfiguration = destinationConfiguration } } @@ -8095,8 +7858,7 @@ extension IoTClientTypes { public init( confirmationUrl: Swift.String? = nil - ) - { + ) { self.confirmationUrl = confirmationUrl } } @@ -8158,8 +7920,7 @@ extension IoTClientTypes { securityGroups: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.securityGroups = securityGroups self.subnetIds = subnetIds @@ -8195,8 +7956,7 @@ extension IoTClientTypes { status: IoTClientTypes.TopicRuleDestinationStatus? = nil, statusReason: Swift.String? = nil, vpcProperties: IoTClientTypes.VpcDestinationProperties? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.httpUrlProperties = httpUrlProperties @@ -8214,8 +7974,7 @@ public struct CreateTopicRuleDestinationOutput: Swift.Sendable { public init( topicRuleDestination: IoTClientTypes.TopicRuleDestination? = nil - ) - { + ) { self.topicRuleDestination = topicRuleDestination } } @@ -8226,8 +7985,7 @@ public struct DeleteAccountAuditConfigurationInput: Swift.Sendable { public init( deleteScheduledAudits: Swift.Bool? = false - ) - { + ) { self.deleteScheduledAudits = deleteScheduledAudits } } @@ -8248,8 +8006,7 @@ public struct DeleteAuditSuppressionInput: Swift.Sendable { public init( checkName: Swift.String? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil - ) - { + ) { self.checkName = checkName self.resourceIdentifier = resourceIdentifier } @@ -8279,8 +8036,7 @@ public struct DeleteConflictException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8292,8 +8048,7 @@ public struct DeleteAuthorizerInput: Swift.Sendable { public init( authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerName = authorizerName } } @@ -8313,8 +8068,7 @@ public struct DeleteBillingGroupInput: Swift.Sendable { public init( billingGroupName: Swift.String? = nil, expectedVersion: Swift.Int? = nil - ) - { + ) { self.billingGroupName = billingGroupName self.expectedVersion = expectedVersion } @@ -8344,8 +8098,7 @@ public struct CertificateStateException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8358,8 +8111,7 @@ public struct DeleteCACertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -8381,8 +8133,7 @@ public struct DeleteCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.certificateId = certificateId self.forceDelete = forceDelete } @@ -8395,8 +8146,7 @@ public struct DeleteCertificateProviderInput: Swift.Sendable { public init( certificateProviderName: Swift.String? = nil - ) - { + ) { self.certificateProviderName = certificateProviderName } } @@ -8413,8 +8163,7 @@ public struct DeleteCommandInput: Swift.Sendable { public init( commandId: Swift.String? = nil - ) - { + ) { self.commandId = commandId } } @@ -8429,8 +8178,7 @@ public struct DeleteCommandOutput: Swift.Sendable { public init( statusCode: Swift.Int = 0 - ) - { + ) { self.statusCode = statusCode } } @@ -8446,8 +8194,7 @@ public struct DeleteCommandExecutionInput: Swift.Sendable { public init( executionId: Swift.String? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.targetArn = targetArn } @@ -8465,8 +8212,7 @@ public struct DeleteCustomMetricInput: Swift.Sendable { public init( metricName: Swift.String? = nil - ) - { + ) { self.metricName = metricName } } @@ -8483,8 +8229,7 @@ public struct DeleteDimensionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -8501,8 +8246,7 @@ public struct DeleteDomainConfigurationInput: Swift.Sendable { public init( domainConfigurationName: Swift.String? = nil - ) - { + ) { self.domainConfigurationName = domainConfigurationName } } @@ -8522,8 +8266,7 @@ public struct DeleteDynamicThingGroupInput: Swift.Sendable { public init( expectedVersion: Swift.Int? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.thingGroupName = thingGroupName } @@ -8544,8 +8287,7 @@ public struct DeleteFleetMetricInput: Swift.Sendable { public init( expectedVersion: Swift.Int? = nil, metricName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.metricName = metricName } @@ -8564,8 +8306,7 @@ public struct DeleteJobInput: Swift.Sendable { force: Swift.Bool? = false, jobId: Swift.String? = nil, namespaceId: Swift.String? = nil - ) - { + ) { self.force = force self.jobId = jobId self.namespaceId = namespaceId @@ -8593,8 +8334,7 @@ public struct DeleteJobExecutionInput: Swift.Sendable { jobId: Swift.String? = nil, namespaceId: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.executionNumber = executionNumber self.force = force self.jobId = jobId @@ -8610,8 +8350,7 @@ public struct DeleteJobTemplateInput: Swift.Sendable { public init( jobTemplateId: Swift.String? = nil - ) - { + ) { self.jobTemplateId = jobTemplateId } } @@ -8623,8 +8362,7 @@ public struct DeleteMitigationActionInput: Swift.Sendable { public init( actionName: Swift.String? = nil - ) - { + ) { self.actionName = actionName } } @@ -8647,8 +8385,7 @@ public struct DeleteOTAUpdateInput: Swift.Sendable { deleteStream: Swift.Bool? = false, forceDeleteAWSJob: Swift.Bool? = false, otaUpdateId: Swift.String? = nil - ) - { + ) { self.deleteStream = deleteStream self.forceDeleteAWSJob = forceDeleteAWSJob self.otaUpdateId = otaUpdateId @@ -8670,8 +8407,7 @@ public struct DeletePackageInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, packageName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.packageName = packageName } @@ -8696,8 +8432,7 @@ public struct DeletePackageVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, packageName: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.packageName = packageName self.versionName = versionName @@ -8717,8 +8452,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -8735,8 +8469,7 @@ public struct DeletePolicyVersionInput: Swift.Sendable { public init( policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyVersionId = policyVersionId } @@ -8749,8 +8482,7 @@ public struct DeleteProvisioningTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -8771,8 +8503,7 @@ public struct DeleteProvisioningTemplateVersionInput: Swift.Sendable { public init( templateName: Swift.String? = nil, versionId: Swift.Int? = nil - ) - { + ) { self.templateName = templateName self.versionId = versionId } @@ -8802,8 +8533,7 @@ public struct DeleteRoleAliasInput: Swift.Sendable { public init( roleAlias: Swift.String? = nil - ) - { + ) { self.roleAlias = roleAlias } } @@ -8820,8 +8550,7 @@ public struct DeleteScheduledAuditInput: Swift.Sendable { public init( scheduledAuditName: Swift.String? = nil - ) - { + ) { self.scheduledAuditName = scheduledAuditName } } @@ -8841,8 +8570,7 @@ public struct DeleteSecurityProfileInput: Swift.Sendable { public init( expectedVersion: Swift.Int? = nil, securityProfileName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.securityProfileName = securityProfileName } @@ -8860,8 +8588,7 @@ public struct DeleteStreamInput: Swift.Sendable { public init( streamId: Swift.String? = nil - ) - { + ) { self.streamId = streamId } } @@ -8882,8 +8609,7 @@ public struct DeleteThingInput: Swift.Sendable { public init( expectedVersion: Swift.Int? = nil, thingName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.thingName = thingName } @@ -8905,8 +8631,7 @@ public struct DeleteThingGroupInput: Swift.Sendable { public init( expectedVersion: Swift.Int? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.thingGroupName = thingGroupName } @@ -8925,8 +8650,7 @@ public struct DeleteThingTypeInput: Swift.Sendable { public init( thingTypeName: Swift.String? = nil - ) - { + ) { self.thingTypeName = thingTypeName } } @@ -8945,8 +8669,7 @@ public struct DeleteTopicRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName } } @@ -8958,8 +8681,7 @@ public struct DeleteTopicRuleDestinationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -9018,8 +8740,7 @@ public struct DeleteV2LoggingLevelInput: Swift.Sendable { public init( targetName: Swift.String? = nil, targetType: IoTClientTypes.LogTargetType? = nil - ) - { + ) { self.targetName = targetName self.targetType = targetType } @@ -9036,8 +8757,7 @@ public struct DeprecateThingTypeInput: Swift.Sendable { public init( thingTypeName: Swift.String? = nil, undoDeprecate: Swift.Bool? = false - ) - { + ) { self.thingTypeName = thingTypeName self.undoDeprecate = undoDeprecate } @@ -9066,8 +8786,7 @@ public struct DescribeAccountAuditConfigurationOutput: Swift.Sendable { auditCheckConfigurations: [Swift.String: IoTClientTypes.AuditCheckConfiguration]? = nil, auditNotificationTargetConfigurations: [Swift.String: IoTClientTypes.AuditNotificationTarget]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.auditCheckConfigurations = auditCheckConfigurations self.auditNotificationTargetConfigurations = auditNotificationTargetConfigurations self.roleArn = roleArn @@ -9081,8 +8800,7 @@ public struct DescribeAuditFindingInput: Swift.Sendable { public init( findingId: Swift.String? = nil - ) - { + ) { self.findingId = findingId } } @@ -9093,8 +8811,7 @@ public struct DescribeAuditFindingOutput: Swift.Sendable { public init( finding: IoTClientTypes.AuditFinding? = nil - ) - { + ) { self.finding = finding } } @@ -9106,8 +8823,7 @@ public struct DescribeAuditMitigationActionsTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -9130,8 +8846,7 @@ extension IoTClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionParams = actionParams self.id = id self.name = name @@ -9164,8 +8879,7 @@ public struct DescribeAuditMitigationActionsTaskOutput: Swift.Sendable { target: IoTClientTypes.AuditMitigationActionsTaskTarget? = nil, taskStatistics: [Swift.String: IoTClientTypes.TaskStatisticsForAuditCheck]? = nil, taskStatus: IoTClientTypes.AuditMitigationActionsTaskStatus? = nil - ) - { + ) { self.actionsDefinition = actionsDefinition self.auditCheckToActionsMapping = auditCheckToActionsMapping self.endTime = endTime @@ -9187,8 +8901,7 @@ public struct DescribeAuditSuppressionInput: Swift.Sendable { public init( checkName: Swift.String? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil - ) - { + ) { self.checkName = checkName self.resourceIdentifier = resourceIdentifier } @@ -9212,8 +8925,7 @@ public struct DescribeAuditSuppressionOutput: Swift.Sendable { expirationDate: Foundation.Date? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, suppressIndefinitely: Swift.Bool? = nil - ) - { + ) { self.checkName = checkName self.description = description self.expirationDate = expirationDate @@ -9229,8 +8941,7 @@ public struct DescribeAuditTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -9262,8 +8973,7 @@ extension IoTClientTypes { nonCompliantChecks: Swift.Int? = nil, totalChecks: Swift.Int? = nil, waitingForDataCollectionChecks: Swift.Int? = nil - ) - { + ) { self.canceledChecks = canceledChecks self.compliantChecks = compliantChecks self.failedChecks = failedChecks @@ -9296,8 +9006,7 @@ public struct DescribeAuditTaskOutput: Swift.Sendable { taskStatistics: IoTClientTypes.TaskStatistics? = nil, taskStatus: IoTClientTypes.AuditTaskStatus? = nil, taskType: IoTClientTypes.AuditTaskType? = nil - ) - { + ) { self.auditDetails = auditDetails self.scheduledAuditName = scheduledAuditName self.taskStartTime = taskStartTime @@ -9314,8 +9023,7 @@ public struct DescribeAuthorizerInput: Swift.Sendable { public init( authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerName = authorizerName } } @@ -9326,8 +9034,7 @@ public struct DescribeAuthorizerOutput: Swift.Sendable { public init( authorizerDescription: IoTClientTypes.AuthorizerDescription? = nil - ) - { + ) { self.authorizerDescription = authorizerDescription } } @@ -9339,8 +9046,7 @@ public struct DescribeBillingGroupInput: Swift.Sendable { public init( billingGroupName: Swift.String? = nil - ) - { + ) { self.billingGroupName = billingGroupName } } @@ -9354,8 +9060,7 @@ extension IoTClientTypes { public init( creationDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate } } @@ -9382,8 +9087,7 @@ public struct DescribeBillingGroupOutput: Swift.Sendable { billingGroupName: Swift.String? = nil, billingGroupProperties: IoTClientTypes.BillingGroupProperties? = nil, version: Swift.Int = 0 - ) - { + ) { self.billingGroupArn = billingGroupArn self.billingGroupId = billingGroupId self.billingGroupMetadata = billingGroupMetadata @@ -9401,8 +9105,7 @@ public struct DescribeCACertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -9477,8 +9180,7 @@ extension IoTClientTypes { public init( notAfter: Foundation.Date? = nil, notBefore: Foundation.Date? = nil - ) - { + ) { self.notAfter = notAfter self.notBefore = notBefore } @@ -9527,8 +9229,7 @@ extension IoTClientTypes { ownedBy: Swift.String? = nil, status: IoTClientTypes.CACertificateStatus? = nil, validity: IoTClientTypes.CertificateValidity? = nil - ) - { + ) { self.autoRegistrationStatus = autoRegistrationStatus self.certificateArn = certificateArn self.certificateId = certificateId @@ -9560,8 +9261,7 @@ extension IoTClientTypes { roleArn: Swift.String? = nil, templateBody: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.templateBody = templateBody self.templateName = templateName @@ -9579,8 +9279,7 @@ public struct DescribeCACertificateOutput: Swift.Sendable { public init( certificateDescription: IoTClientTypes.CACertificateDescription? = nil, registrationConfig: IoTClientTypes.RegistrationConfig? = nil - ) - { + ) { self.certificateDescription = certificateDescription self.registrationConfig = registrationConfig } @@ -9594,8 +9293,7 @@ public struct DescribeCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -9662,8 +9360,7 @@ extension IoTClientTypes { rejectReason: Swift.String? = nil, transferDate: Foundation.Date? = nil, transferMessage: Swift.String? = nil - ) - { + ) { self.acceptDate = acceptDate self.rejectDate = rejectDate self.rejectReason = rejectReason @@ -9721,8 +9418,7 @@ extension IoTClientTypes { status: IoTClientTypes.CertificateStatus? = nil, transferData: IoTClientTypes.TransferData? = nil, validity: IoTClientTypes.CertificateValidity? = nil - ) - { + ) { self.caCertificateId = caCertificateId self.certificateArn = certificateArn self.certificateId = certificateId @@ -9748,8 +9444,7 @@ public struct DescribeCertificateOutput: Swift.Sendable { public init( certificateDescription: IoTClientTypes.CertificateDescription? = nil - ) - { + ) { self.certificateDescription = certificateDescription } } @@ -9761,8 +9456,7 @@ public struct DescribeCertificateProviderInput: Swift.Sendable { public init( certificateProviderName: Swift.String? = nil - ) - { + ) { self.certificateProviderName = certificateProviderName } } @@ -9788,8 +9482,7 @@ public struct DescribeCertificateProviderOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, lambdaFunctionArn: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.accountDefaultForOperations = accountDefaultForOperations self.certificateProviderArn = certificateProviderArn self.certificateProviderName = certificateProviderName @@ -9806,8 +9499,7 @@ public struct DescribeCustomMetricInput: Swift.Sendable { public init( metricName: Swift.String? = nil - ) - { + ) { self.metricName = metricName } } @@ -9833,8 +9525,7 @@ public struct DescribeCustomMetricOutput: Swift.Sendable { metricArn: Swift.String? = nil, metricName: Swift.String? = nil, metricType: IoTClientTypes.CustomMetricType? = nil - ) - { + ) { self.creationDate = creationDate self.displayName = displayName self.lastModifiedDate = lastModifiedDate @@ -9855,8 +9546,7 @@ public struct DescribeDefaultAuthorizerOutput: Swift.Sendable { public init( authorizerDescription: IoTClientTypes.AuthorizerDescription? = nil - ) - { + ) { self.authorizerDescription = authorizerDescription } } @@ -9868,8 +9558,7 @@ public struct DescribeDetectMitigationActionsTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -9889,8 +9578,7 @@ extension IoTClientTypes { behaviorName: Swift.String? = nil, securityProfileName: Swift.String? = nil, violationIds: [Swift.String]? = nil - ) - { + ) { self.behaviorName = behaviorName self.securityProfileName = securityProfileName self.violationIds = violationIds @@ -9913,8 +9601,7 @@ extension IoTClientTypes { actionsExecuted: Swift.Int? = nil, actionsFailed: Swift.Int? = nil, actionsSkipped: Swift.Int? = nil - ) - { + ) { self.actionsExecuted = actionsExecuted self.actionsFailed = actionsFailed self.actionsSkipped = actionsSkipped @@ -9971,8 +9658,7 @@ extension IoTClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -10015,8 +9701,7 @@ extension IoTClientTypes { taskStatistics: IoTClientTypes.DetectMitigationActionsTaskStatistics? = nil, taskStatus: IoTClientTypes.DetectMitigationActionsTaskStatus? = nil, violationEventOccurrenceRange: IoTClientTypes.ViolationEventOccurrenceRange? = nil - ) - { + ) { self.actionsDefinition = actionsDefinition self.onlyActiveViolationsIncluded = onlyActiveViolationsIncluded self.suppressedAlertsIncluded = suppressedAlertsIncluded @@ -10037,8 +9722,7 @@ public struct DescribeDetectMitigationActionsTaskOutput: Swift.Sendable { public init( taskSummary: IoTClientTypes.DetectMitigationActionsTaskSummary? = nil - ) - { + ) { self.taskSummary = taskSummary } } @@ -10050,8 +9734,7 @@ public struct DescribeDimensionInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -10077,8 +9760,7 @@ public struct DescribeDimensionOutput: Swift.Sendable { name: Swift.String? = nil, stringValues: [Swift.String]? = nil, type: IoTClientTypes.DimensionType? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate @@ -10095,8 +9777,7 @@ public struct DescribeDomainConfigurationInput: Swift.Sendable { public init( domainConfigurationName: Swift.String? = nil - ) - { + ) { self.domainConfigurationName = domainConfigurationName } } @@ -10206,8 +9887,7 @@ extension IoTClientTypes { serverCertificateArn: Swift.String? = nil, serverCertificateStatus: IoTClientTypes.ServerCertificateStatus? = nil, serverCertificateStatusDetail: Swift.String? = nil - ) - { + ) { self.serverCertificateArn = serverCertificateArn self.serverCertificateStatus = serverCertificateStatus self.serverCertificateStatusDetail = serverCertificateStatusDetail @@ -10299,8 +9979,7 @@ public struct DescribeDomainConfigurationOutput: Swift.Sendable { serverCertificates: [IoTClientTypes.ServerCertificateSummary]? = nil, serviceType: IoTClientTypes.ServiceType? = nil, tlsConfig: IoTClientTypes.TlsConfig? = nil - ) - { + ) { self.applicationProtocol = applicationProtocol self.authenticationType = authenticationType self.authorizerConfig = authorizerConfig @@ -10345,8 +10024,7 @@ public struct DescribeEndpointInput: Swift.Sendable { public init( endpointType: Swift.String? = nil - ) - { + ) { self.endpointType = endpointType } } @@ -10358,8 +10036,7 @@ public struct DescribeEndpointOutput: Swift.Sendable { public init( endpointAddress: Swift.String? = nil - ) - { + ) { self.endpointAddress = endpointAddress } } @@ -10434,8 +10111,7 @@ extension IoTClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -10453,8 +10129,7 @@ public struct DescribeEventConfigurationsOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, eventConfigurations: [Swift.String: IoTClientTypes.Configuration]? = nil, lastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate self.eventConfigurations = eventConfigurations self.lastModifiedDate = lastModifiedDate @@ -10468,8 +10143,7 @@ public struct DescribeFleetMetricInput: Swift.Sendable { public init( metricName: Swift.String? = nil - ) - { + ) { self.metricName = metricName } } @@ -10516,8 +10190,7 @@ public struct DescribeFleetMetricOutput: Swift.Sendable { queryVersion: Swift.String? = nil, unit: IoTClientTypes.FleetMetricUnit? = nil, version: Swift.Int = 0 - ) - { + ) { self.aggregationField = aggregationField self.aggregationType = aggregationType self.creationDate = creationDate @@ -10541,8 +10214,7 @@ public struct DescribeIndexInput: Swift.Sendable { public init( indexName: Swift.String? = nil - ) - { + ) { self.indexName = indexName } } @@ -10601,8 +10273,7 @@ public struct DescribeIndexOutput: Swift.Sendable { indexName: Swift.String? = nil, indexStatus: IoTClientTypes.IndexStatus? = nil, schema: Swift.String? = nil - ) - { + ) { self.indexName = indexName self.indexStatus = indexStatus self.schema = schema @@ -10619,8 +10290,7 @@ public struct DescribeJobInput: Swift.Sendable { public init( beforeSubstitution: Swift.Bool? = false, jobId: Swift.String? = nil - ) - { + ) { self.beforeSubstitution = beforeSubstitution self.jobId = jobId } @@ -10659,8 +10329,7 @@ extension IoTClientTypes { numberOfSucceededThings: Swift.Int? = nil, numberOfTimedOutThings: Swift.Int? = nil, processingTargets: [Swift.String]? = nil - ) - { + ) { self.numberOfCanceledThings = numberOfCanceledThings self.numberOfFailedThings = numberOfFailedThings self.numberOfInProgressThings = numberOfInProgressThings @@ -10683,8 +10352,7 @@ extension IoTClientTypes { public init( startTime: Swift.String? = nil - ) - { + ) { self.startTime = startTime } } @@ -10809,8 +10477,7 @@ extension IoTClientTypes { targetSelection: IoTClientTypes.TargetSelection? = nil, targets: [Swift.String]? = nil, timeoutConfig: IoTClientTypes.TimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.comment = comment self.completedAt = completedAt @@ -10849,8 +10516,7 @@ public struct DescribeJobOutput: Swift.Sendable { public init( documentSource: Swift.String? = nil, job: IoTClientTypes.Job? = nil - ) - { + ) { self.documentSource = documentSource self.job = job } @@ -10870,8 +10536,7 @@ public struct DescribeJobExecutionInput: Swift.Sendable { executionNumber: Swift.Int? = nil, jobId: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.executionNumber = executionNumber self.jobId = jobId self.thingName = thingName @@ -10934,8 +10599,7 @@ extension IoTClientTypes { public init( detailsMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.detailsMap = detailsMap } } @@ -10980,8 +10644,7 @@ extension IoTClientTypes { statusDetails: IoTClientTypes.JobExecutionStatusDetails? = nil, thingArn: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.approximateSecondsBeforeTimedOut = approximateSecondsBeforeTimedOut self.executionNumber = executionNumber self.forceCanceled = forceCanceled @@ -11003,8 +10666,7 @@ public struct DescribeJobExecutionOutput: Swift.Sendable { public init( execution: IoTClientTypes.JobExecution? = nil - ) - { + ) { self.execution = execution } } @@ -11016,8 +10678,7 @@ public struct DescribeJobTemplateInput: Swift.Sendable { public init( jobTemplateId: Swift.String? = nil - ) - { + ) { self.jobTemplateId = jobTemplateId } } @@ -11064,8 +10725,7 @@ public struct DescribeJobTemplateOutput: Swift.Sendable { maintenanceWindows: [IoTClientTypes.MaintenanceWindow]? = nil, presignedUrlConfig: IoTClientTypes.PresignedUrlConfig? = nil, timeoutConfig: IoTClientTypes.TimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.createdAt = createdAt self.description = description @@ -11092,8 +10752,7 @@ public struct DescribeManagedJobTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.templateVersion = templateVersion } @@ -11120,8 +10779,7 @@ extension IoTClientTypes { key: Swift.String? = nil, `optional`: Swift.Bool = false, regex: Swift.String? = nil - ) - { + ) { self.description = description self.example = example self.key = key @@ -11155,8 +10813,7 @@ public struct DescribeManagedJobTemplateOutput: Swift.Sendable { templateArn: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.description = description self.document = document self.documentParameters = documentParameters @@ -11174,8 +10831,7 @@ public struct DescribeMitigationActionInput: Swift.Sendable { public init( actionName: Swift.String? = nil - ) - { + ) { self.actionName = actionName } } @@ -11248,8 +10904,7 @@ public struct DescribeMitigationActionOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, lastModifiedDate: Foundation.Date? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn self.actionId = actionId self.actionName = actionName @@ -11268,8 +10923,7 @@ public struct DescribeProvisioningTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -11310,8 +10964,7 @@ public struct DescribeProvisioningTemplateOutput: Swift.Sendable { templateBody: Swift.String? = nil, templateName: Swift.String? = nil, type: IoTClientTypes.TemplateType? = nil - ) - { + ) { self.creationDate = creationDate self.defaultVersionId = defaultVersionId self.description = description @@ -11337,8 +10990,7 @@ public struct DescribeProvisioningTemplateVersionInput: Swift.Sendable { public init( templateName: Swift.String? = nil, versionId: Swift.Int? = nil - ) - { + ) { self.templateName = templateName self.versionId = versionId } @@ -11359,8 +11011,7 @@ public struct DescribeProvisioningTemplateVersionOutput: Swift.Sendable { isDefaultVersion: Swift.Bool = false, templateBody: Swift.String? = nil, versionId: Swift.Int? = nil - ) - { + ) { self.creationDate = creationDate self.isDefaultVersion = isDefaultVersion self.templateBody = templateBody @@ -11375,8 +11026,7 @@ public struct DescribeRoleAliasInput: Swift.Sendable { public init( roleAlias: Swift.String? = nil - ) - { + ) { self.roleAlias = roleAlias } } @@ -11408,8 +11058,7 @@ extension IoTClientTypes { roleAlias: Swift.String? = nil, roleAliasArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.credentialDurationSeconds = credentialDurationSeconds self.lastModifiedDate = lastModifiedDate @@ -11427,8 +11076,7 @@ public struct DescribeRoleAliasOutput: Swift.Sendable { public init( roleAliasDescription: IoTClientTypes.RoleAliasDescription? = nil - ) - { + ) { self.roleAliasDescription = roleAliasDescription } } @@ -11440,8 +11088,7 @@ public struct DescribeScheduledAuditInput: Swift.Sendable { public init( scheduledAuditName: Swift.String? = nil - ) - { + ) { self.scheduledAuditName = scheduledAuditName } } @@ -11467,8 +11114,7 @@ public struct DescribeScheduledAuditOutput: Swift.Sendable { scheduledAuditArn: Swift.String? = nil, scheduledAuditName: Swift.String? = nil, targetCheckNames: [Swift.String]? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.frequency = frequency @@ -11485,8 +11131,7 @@ public struct DescribeSecurityProfileInput: Swift.Sendable { public init( securityProfileName: Swift.String? = nil - ) - { + ) { self.securityProfileName = securityProfileName } } @@ -11528,8 +11173,7 @@ public struct DescribeSecurityProfileOutput: Swift.Sendable { securityProfileDescription: Swift.String? = nil, securityProfileName: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.additionalMetricsToRetain = additionalMetricsToRetain self.additionalMetricsToRetainV2 = additionalMetricsToRetainV2 self.alertTargets = alertTargets @@ -11551,8 +11195,7 @@ public struct DescribeStreamInput: Swift.Sendable { public init( streamId: Swift.String? = nil - ) - { + ) { self.streamId = streamId } } @@ -11587,8 +11230,7 @@ extension IoTClientTypes { streamArn: Swift.String? = nil, streamId: Swift.String? = nil, streamVersion: Swift.Int? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.files = files @@ -11607,8 +11249,7 @@ public struct DescribeStreamOutput: Swift.Sendable { public init( streamInfo: IoTClientTypes.StreamInfo? = nil - ) - { + ) { self.streamInfo = streamInfo } } @@ -11621,8 +11262,7 @@ public struct DescribeThingInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -11655,8 +11295,7 @@ public struct DescribeThingOutput: Swift.Sendable { thingName: Swift.String? = nil, thingTypeName: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.attributes = attributes self.billingGroupName = billingGroupName self.defaultClientId = defaultClientId @@ -11675,8 +11314,7 @@ public struct DescribeThingGroupInput: Swift.Sendable { public init( thingGroupName: Swift.String? = nil - ) - { + ) { self.thingGroupName = thingGroupName } } @@ -11725,8 +11363,7 @@ extension IoTClientTypes { public init( groupArn: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupArn = groupArn self.groupName = groupName } @@ -11748,8 +11385,7 @@ extension IoTClientTypes { creationDate: Foundation.Date? = nil, parentGroupName: Swift.String? = nil, rootToParentThingGroups: [IoTClientTypes.GroupNameAndArn]? = nil - ) - { + ) { self.creationDate = creationDate self.parentGroupName = parentGroupName self.rootToParentThingGroups = rootToParentThingGroups @@ -11790,8 +11426,7 @@ public struct DescribeThingGroupOutput: Swift.Sendable { thingGroupName: Swift.String? = nil, thingGroupProperties: IoTClientTypes.ThingGroupProperties? = nil, version: Swift.Int = 0 - ) - { + ) { self.indexName = indexName self.queryString = queryString self.queryVersion = queryVersion @@ -11812,8 +11447,7 @@ public struct DescribeThingRegistrationTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -11895,8 +11529,7 @@ public struct DescribeThingRegistrationTaskOutput: Swift.Sendable { successCount: Swift.Int = 0, taskId: Swift.String? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.failureCount = failureCount self.inputFileBucket = inputFileBucket @@ -11920,8 +11553,7 @@ public struct DescribeThingTypeInput: Swift.Sendable { public init( thingTypeName: Swift.String? = nil - ) - { + ) { self.thingTypeName = thingTypeName } } @@ -11941,8 +11573,7 @@ extension IoTClientTypes { creationDate: Foundation.Date? = nil, deprecated: Swift.Bool = false, deprecationDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate self.deprecated = deprecated self.deprecationDate = deprecationDate @@ -11969,8 +11600,7 @@ public struct DescribeThingTypeOutput: Swift.Sendable { thingTypeMetadata: IoTClientTypes.ThingTypeMetadata? = nil, thingTypeName: Swift.String? = nil, thingTypeProperties: IoTClientTypes.ThingTypeProperties? = nil - ) - { + ) { self.thingTypeArn = thingTypeArn self.thingTypeId = thingTypeId self.thingTypeMetadata = thingTypeMetadata @@ -11990,8 +11620,7 @@ public struct DetachPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.target = target } @@ -12009,8 +11638,7 @@ public struct DetachPrincipalPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, principal: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.principal = principal } @@ -12027,8 +11655,7 @@ public struct DetachSecurityProfileInput: Swift.Sendable { public init( securityProfileName: Swift.String? = nil, securityProfileTargetArn: Swift.String? = nil - ) - { + ) { self.securityProfileName = securityProfileName self.securityProfileTargetArn = securityProfileTargetArn } @@ -12051,8 +11678,7 @@ public struct DetachThingPrincipalInput: Swift.Sendable { public init( principal: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.principal = principal self.thingName = thingName } @@ -12072,8 +11698,7 @@ public struct DisableTopicRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName } } @@ -12092,8 +11717,7 @@ public struct DisassociateSbomFromPackageVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, packageName: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.packageName = packageName self.versionName = versionName @@ -12113,8 +11737,7 @@ public struct EnableTopicRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName } } @@ -12131,8 +11754,7 @@ public struct GetBehaviorModelTrainingSummariesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityProfileName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.securityProfileName = securityProfileName @@ -12195,8 +11817,7 @@ extension IoTClientTypes { modelStatus: IoTClientTypes.ModelStatus? = nil, securityProfileName: Swift.String? = nil, trainingDataCollectionStartDate: Foundation.Date? = nil - ) - { + ) { self.behaviorName = behaviorName self.datapointsCollectionPercentage = datapointsCollectionPercentage self.lastModelRefreshDate = lastModelRefreshDate @@ -12216,8 +11837,7 @@ public struct GetBehaviorModelTrainingSummariesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTClientTypes.BehaviorModelTrainingSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -12232,8 +11852,7 @@ extension IoTClientTypes { public init( maxBuckets: Swift.Int? = nil - ) - { + ) { self.maxBuckets = maxBuckets } } @@ -12248,8 +11867,7 @@ extension IoTClientTypes { public init( termsAggregation: IoTClientTypes.TermsAggregation? = nil - ) - { + ) { self.termsAggregation = termsAggregation } } @@ -12276,8 +11894,7 @@ public struct GetBucketsAggregationInput: Swift.Sendable { indexName: Swift.String? = nil, queryString: Swift.String? = nil, queryVersion: Swift.String? = nil - ) - { + ) { self.aggregationField = aggregationField self.bucketsAggregationType = bucketsAggregationType self.indexName = indexName @@ -12298,8 +11915,7 @@ extension IoTClientTypes { public init( count: Swift.Int = 0, keyValue: Swift.String? = nil - ) - { + ) { self.count = count self.keyValue = keyValue } @@ -12315,8 +11931,7 @@ public struct GetBucketsAggregationOutput: Swift.Sendable { public init( buckets: [IoTClientTypes.Bucket]? = nil, totalCount: Swift.Int = 0 - ) - { + ) { self.buckets = buckets self.totalCount = totalCount } @@ -12338,8 +11953,7 @@ public struct GetCardinalityInput: Swift.Sendable { indexName: Swift.String? = nil, queryString: Swift.String? = nil, queryVersion: Swift.String? = nil - ) - { + ) { self.aggregationField = aggregationField self.indexName = indexName self.queryString = queryString @@ -12353,8 +11967,7 @@ public struct GetCardinalityOutput: Swift.Sendable { public init( cardinality: Swift.Int = 0 - ) - { + ) { self.cardinality = cardinality } } @@ -12366,8 +11979,7 @@ public struct GetCommandInput: Swift.Sendable { public init( commandId: Swift.String? = nil - ) - { + ) { self.commandId = commandId } } @@ -12411,8 +12023,7 @@ public struct GetCommandOutput: Swift.Sendable { payload: IoTClientTypes.CommandPayload? = nil, pendingDeletion: Swift.Bool? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.commandArn = commandArn self.commandId = commandId self.createdAt = createdAt @@ -12442,8 +12053,7 @@ public struct GetCommandExecutionInput: Swift.Sendable { executionId: Swift.String? = nil, includeResult: Swift.Bool? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.includeResult = includeResult self.targetArn = targetArn @@ -12465,8 +12075,7 @@ extension IoTClientTypes { b: Swift.Bool? = nil, bin: Foundation.Data? = nil, s: Swift.String? = nil - ) - { + ) { self.b = b self.bin = bin self.s = s @@ -12528,8 +12137,7 @@ extension IoTClientTypes { public init( reasonCode: Swift.String? = nil, reasonDescription: Swift.String? = nil - ) - { + ) { self.reasonCode = reasonCode self.reasonDescription = reasonDescription } @@ -12578,8 +12186,7 @@ public struct GetCommandExecutionOutput: Swift.Sendable { statusReason: IoTClientTypes.StatusReason? = nil, targetArn: Swift.String? = nil, timeToLive: Foundation.Date? = nil - ) - { + ) { self.commandArn = commandArn self.completedAt = completedAt self.createdAt = createdAt @@ -12608,8 +12215,7 @@ public struct GetEffectivePoliciesInput: Swift.Sendable { cognitoIdentityPoolId: Swift.String? = nil, principal: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.cognitoIdentityPoolId = cognitoIdentityPoolId self.principal = principal self.thingName = thingName @@ -12631,8 +12237,7 @@ extension IoTClientTypes { policyArn: Swift.String? = nil, policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.policyDocument = policyDocument self.policyName = policyName @@ -12646,8 +12251,7 @@ public struct GetEffectivePoliciesOutput: Swift.Sendable { public init( effectivePolicies: [IoTClientTypes.EffectivePolicy]? = nil - ) - { + ) { self.effectivePolicies = effectivePolicies } } @@ -12701,8 +12305,7 @@ extension IoTClientTypes { public init( name: Swift.String? = nil, type: IoTClientTypes.FieldType? = nil - ) - { + ) { self.name = name self.type = type } @@ -12754,8 +12357,7 @@ extension IoTClientTypes { customFields: [IoTClientTypes.Field]? = nil, managedFields: [IoTClientTypes.Field]? = nil, thingGroupIndexingMode: IoTClientTypes.ThingGroupIndexingMode? = nil - ) - { + ) { self.customFields = customFields self.managedFields = managedFields self.thingGroupIndexingMode = thingGroupIndexingMode @@ -12833,8 +12435,7 @@ extension IoTClientTypes { public init( name: Swift.String? = nil, order: IoTClientTypes.TargetFieldOrder? = nil - ) - { + ) { self.name = name self.order = order } @@ -12857,8 +12458,7 @@ extension IoTClientTypes { public init( geoLocations: [IoTClientTypes.GeoLocationTarget]? = nil, namedShadowNames: [Swift.String]? = nil - ) - { + ) { self.geoLocations = geoLocations self.namedShadowNames = namedShadowNames } @@ -13011,8 +12611,7 @@ extension IoTClientTypes { namedShadowIndexingMode: IoTClientTypes.NamedShadowIndexingMode? = nil, thingConnectivityIndexingMode: IoTClientTypes.ThingConnectivityIndexingMode? = nil, thingIndexingMode: IoTClientTypes.ThingIndexingMode? = nil - ) - { + ) { self.customFields = customFields self.deviceDefenderIndexingMode = deviceDefenderIndexingMode self.filter = filter @@ -13033,8 +12632,7 @@ public struct GetIndexingConfigurationOutput: Swift.Sendable { public init( thingGroupIndexingConfiguration: IoTClientTypes.ThingGroupIndexingConfiguration? = nil, thingIndexingConfiguration: IoTClientTypes.ThingIndexingConfiguration? = nil - ) - { + ) { self.thingGroupIndexingConfiguration = thingGroupIndexingConfiguration self.thingIndexingConfiguration = thingIndexingConfiguration } @@ -13050,8 +12648,7 @@ public struct GetJobDocumentInput: Swift.Sendable { public init( beforeSubstitution: Swift.Bool? = false, jobId: Swift.String? = nil - ) - { + ) { self.beforeSubstitution = beforeSubstitution self.jobId = jobId } @@ -13063,8 +12660,7 @@ public struct GetJobDocumentOutput: Swift.Sendable { public init( document: Swift.String? = nil - ) - { + ) { self.document = document } } @@ -13085,8 +12681,7 @@ public struct GetLoggingOptionsOutput: Swift.Sendable { public init( logLevel: IoTClientTypes.LogLevel? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.logLevel = logLevel self.roleArn = roleArn } @@ -13099,8 +12694,7 @@ public struct GetOTAUpdateInput: Swift.Sendable { public init( otaUpdateId: Swift.String? = nil - ) - { + ) { self.otaUpdateId = otaUpdateId } } @@ -13117,8 +12711,7 @@ extension IoTClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -13179,8 +12772,7 @@ extension IoTClientTypes { protocols: [IoTClientTypes.ModelProtocol]? = nil, targetSelection: IoTClientTypes.TargetSelection? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.additionalParameters = additionalParameters self.awsIotJobArn = awsIotJobArn self.awsIotJobId = awsIotJobId @@ -13207,8 +12799,7 @@ public struct GetOTAUpdateOutput: Swift.Sendable { public init( otaUpdateInfo: IoTClientTypes.OTAUpdateInfo? = nil - ) - { + ) { self.otaUpdateInfo = otaUpdateInfo } } @@ -13220,8 +12811,7 @@ public struct GetPackageInput: Swift.Sendable { public init( packageName: Swift.String? = nil - ) - { + ) { self.packageName = packageName } } @@ -13247,8 +12837,7 @@ public struct GetPackageOutput: Swift.Sendable { lastModifiedDate: Foundation.Date? = nil, packageArn: Swift.String? = nil, packageName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.defaultVersionName = defaultVersionName self.description = description @@ -13280,8 +12869,7 @@ extension IoTClientTypes { public init( enabled: Swift.Bool? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.roleArn = roleArn } @@ -13294,8 +12882,7 @@ public struct GetPackageConfigurationOutput: Swift.Sendable { public init( versionUpdateByJobsConfig: IoTClientTypes.VersionUpdateByJobsConfig? = nil - ) - { + ) { self.versionUpdateByJobsConfig = versionUpdateByJobsConfig } } @@ -13311,8 +12898,7 @@ public struct GetPackageVersionInput: Swift.Sendable { public init( packageName: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.packageName = packageName self.versionName = versionName } @@ -13360,8 +12946,7 @@ public struct GetPackageVersionOutput: Swift.Sendable { sbomValidationStatus: IoTClientTypes.SbomValidationStatus? = nil, status: IoTClientTypes.PackageVersionStatus? = nil, versionName: Swift.String? = nil - ) - { + ) { self.artifact = artifact self.attributes = attributes self.creationDate = creationDate @@ -13402,8 +12987,7 @@ public struct GetPercentilesInput: Swift.Sendable { percents: [Swift.Double]? = nil, queryString: Swift.String? = nil, queryVersion: Swift.String? = nil - ) - { + ) { self.aggregationField = aggregationField self.indexName = indexName self.percents = percents @@ -13424,8 +13008,7 @@ extension IoTClientTypes { public init( percent: Swift.Double = 0.0, value: Swift.Double = 0.0 - ) - { + ) { self.percent = percent self.value = value } @@ -13438,8 +13021,7 @@ public struct GetPercentilesOutput: Swift.Sendable { public init( percentiles: [IoTClientTypes.PercentPair]? = nil - ) - { + ) { self.percentiles = percentiles } } @@ -13452,8 +13034,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -13483,8 +13064,7 @@ public struct GetPolicyOutput: Swift.Sendable { policyArn: Swift.String? = nil, policyDocument: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.defaultVersionId = defaultVersionId self.generationId = generationId @@ -13507,8 +13087,7 @@ public struct GetPolicyVersionInput: Swift.Sendable { public init( policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyVersionId = policyVersionId } @@ -13542,8 +13121,7 @@ public struct GetPolicyVersionOutput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.generationId = generationId self.isDefaultVersion = isDefaultVersion @@ -13568,8 +13146,7 @@ public struct GetRegistrationCodeOutput: Swift.Sendable { public init( registrationCode: Swift.String? = nil - ) - { + ) { self.registrationCode = registrationCode } } @@ -13590,8 +13167,7 @@ public struct GetStatisticsInput: Swift.Sendable { indexName: Swift.String? = nil, queryString: Swift.String? = nil, queryVersion: Swift.String? = nil - ) - { + ) { self.aggregationField = aggregationField self.indexName = indexName self.queryString = queryString @@ -13629,8 +13205,7 @@ extension IoTClientTypes { sum: Swift.Double? = 0.0, sumOfSquares: Swift.Double? = 0.0, variance: Swift.Double? = 0.0 - ) - { + ) { self.average = average self.count = count self.maximum = maximum @@ -13649,8 +13224,7 @@ public struct GetStatisticsOutput: Swift.Sendable { public init( statistics: IoTClientTypes.Statistics? = nil - ) - { + ) { self.statistics = statistics } } @@ -13662,8 +13236,7 @@ public struct GetThingConnectivityDataInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -13753,8 +13326,7 @@ public struct GetThingConnectivityDataOutput: Swift.Sendable { disconnectReason: IoTClientTypes.DisconnectReasonValue? = nil, thingName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.connected = connected self.disconnectReason = disconnectReason self.thingName = thingName @@ -13775,8 +13347,7 @@ public struct GetTopicRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName } } @@ -13811,8 +13382,7 @@ extension IoTClientTypes { ruleDisabled: Swift.Bool? = nil, ruleName: Swift.String? = nil, sql: Swift.String? = nil - ) - { + ) { self.actions = actions self.awsIotSqlVersion = awsIotSqlVersion self.createdAt = createdAt @@ -13835,8 +13405,7 @@ public struct GetTopicRuleOutput: Swift.Sendable { public init( rule: IoTClientTypes.TopicRule? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.rule = rule self.ruleArn = ruleArn } @@ -13849,8 +13418,7 @@ public struct GetTopicRuleDestinationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -13861,8 +13429,7 @@ public struct GetTopicRuleDestinationOutput: Swift.Sendable { public init( topicRuleDestination: IoTClientTypes.TopicRuleDestination? = nil - ) - { + ) { self.topicRuleDestination = topicRuleDestination } } @@ -13886,8 +13453,7 @@ public struct NotConfiguredException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13909,8 +13475,7 @@ public struct GetV2LoggingOptionsOutput: Swift.Sendable { defaultLogLevel: IoTClientTypes.LogLevel? = nil, disableAllLogs: Swift.Bool = false, roleArn: Swift.String? = nil - ) - { + ) { self.defaultLogLevel = defaultLogLevel self.disableAllLogs = disableAllLogs self.roleArn = roleArn @@ -13973,8 +13538,7 @@ public struct ListActiveViolationsInput: Swift.Sendable { securityProfileName: Swift.String? = nil, thingName: Swift.String? = nil, verificationState: IoTClientTypes.VerificationState? = nil - ) - { + ) { self.behaviorCriteriaType = behaviorCriteriaType self.listSuppressedAlerts = listSuppressedAlerts self.maxResults = maxResults @@ -13994,8 +13558,7 @@ public struct ListActiveViolationsOutput: Swift.Sendable { public init( activeViolations: [IoTClientTypes.ActiveViolation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activeViolations = activeViolations self.nextToken = nextToken } @@ -14017,8 +13580,7 @@ public struct ListAttachedPoliciesInput: Swift.Sendable { pageSize: Swift.Int? = nil, recursive: Swift.Bool? = false, target: Swift.String? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize self.recursive = recursive @@ -14035,8 +13597,7 @@ public struct ListAttachedPoliciesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.nextMarker = nextMarker self.policies = policies } @@ -14069,8 +13630,7 @@ public struct ListAuditFindingsInput: Swift.Sendable { resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, startTime: Foundation.Date? = nil, taskId: Swift.String? = nil - ) - { + ) { self.checkName = checkName self.endTime = endTime self.listSuppressedFindings = listSuppressedFindings @@ -14091,8 +13651,7 @@ public struct ListAuditFindingsOutput: Swift.Sendable { public init( findings: [IoTClientTypes.AuditFinding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -14118,8 +13677,7 @@ public struct ListAuditMitigationActionsExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.actionStatus = actionStatus self.findingId = findingId self.maxResults = maxResults @@ -14137,8 +13695,7 @@ public struct ListAuditMitigationActionsExecutionsOutput: Swift.Sendable { public init( actionsExecutions: [IoTClientTypes.AuditMitigationActionExecutionMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionsExecutions = actionsExecutions self.nextToken = nextToken } @@ -14170,8 +13727,7 @@ public struct ListAuditMitigationActionsTasksInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, taskStatus: IoTClientTypes.AuditMitigationActionsTaskStatus? = nil - ) - { + ) { self.auditTaskId = auditTaskId self.endTime = endTime self.findingId = findingId @@ -14191,8 +13747,7 @@ public struct ListAuditMitigationActionsTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [IoTClientTypes.AuditMitigationActionsTaskMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -14216,8 +13771,7 @@ public struct ListAuditSuppressionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.checkName = checkName self.maxResults = maxResults @@ -14235,8 +13789,7 @@ public struct ListAuditSuppressionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, suppressions: [IoTClientTypes.AuditSuppression]? = nil - ) - { + ) { self.nextToken = nextToken self.suppressions = suppressions } @@ -14265,8 +13818,7 @@ public struct ListAuditTasksInput: Swift.Sendable { startTime: Foundation.Date? = nil, taskStatus: IoTClientTypes.AuditTaskStatus? = nil, taskType: IoTClientTypes.AuditTaskType? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -14285,8 +13837,7 @@ public struct ListAuditTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [IoTClientTypes.AuditTaskMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -14307,8 +13858,7 @@ public struct ListAuthorizersInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, status: IoTClientTypes.AuthorizerStatus? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -14325,8 +13875,7 @@ public struct ListAuthorizersOutput: Swift.Sendable { public init( authorizers: [IoTClientTypes.AuthorizerSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.authorizers = authorizers self.nextMarker = nextMarker } @@ -14344,8 +13893,7 @@ public struct ListBillingGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namePrefixFilter: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefixFilter = namePrefixFilter self.nextToken = nextToken @@ -14361,8 +13909,7 @@ public struct ListBillingGroupsOutput: Swift.Sendable { public init( billingGroups: [IoTClientTypes.GroupNameAndArn]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingGroups = billingGroups self.nextToken = nextToken } @@ -14384,8 +13931,7 @@ public struct ListCACertificatesInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, templateName: Swift.String? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -14411,8 +13957,7 @@ extension IoTClientTypes { certificateId: Swift.String? = nil, creationDate: Foundation.Date? = nil, status: IoTClientTypes.CACertificateStatus? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId self.creationDate = creationDate @@ -14431,8 +13976,7 @@ public struct ListCACertificatesOutput: Swift.Sendable { public init( certificates: [IoTClientTypes.CACertificate]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextMarker = nextMarker } @@ -14447,8 +13991,7 @@ public struct ListCertificateProvidersInput: Swift.Sendable { public init( ascendingOrder: Swift.Bool? = false, nextToken: Swift.String? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.nextToken = nextToken } @@ -14466,8 +14009,7 @@ extension IoTClientTypes { public init( certificateProviderArn: Swift.String? = nil, certificateProviderName: Swift.String? = nil - ) - { + ) { self.certificateProviderArn = certificateProviderArn self.certificateProviderName = certificateProviderName } @@ -14483,8 +14025,7 @@ public struct ListCertificateProvidersOutput: Swift.Sendable { public init( certificateProviders: [IoTClientTypes.CertificateProviderSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificateProviders = certificateProviders self.nextToken = nextToken } @@ -14503,8 +14044,7 @@ public struct ListCertificatesInput: Swift.Sendable { ascendingOrder: Swift.Bool? = false, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -14532,8 +14072,7 @@ extension IoTClientTypes { certificateMode: IoTClientTypes.CertificateMode? = nil, creationDate: Foundation.Date? = nil, status: IoTClientTypes.CertificateStatus? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId self.certificateMode = certificateMode @@ -14553,8 +14092,7 @@ public struct ListCertificatesOutput: Swift.Sendable { public init( certificates: [IoTClientTypes.Certificate]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextMarker = nextMarker } @@ -14577,8 +14115,7 @@ public struct ListCertificatesByCAInput: Swift.Sendable { caCertificateId: Swift.String? = nil, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.caCertificateId = caCertificateId self.marker = marker @@ -14596,8 +14133,7 @@ public struct ListCertificatesByCAOutput: Swift.Sendable { public init( certificates: [IoTClientTypes.Certificate]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextMarker = nextMarker } @@ -14615,8 +14151,7 @@ extension IoTClientTypes { public init( after: Swift.String? = nil, before: Swift.String? = nil - ) - { + ) { self.after = after self.before = before } @@ -14682,8 +14217,7 @@ public struct ListCommandExecutionsInput: Swift.Sendable { startedTimeFilter: IoTClientTypes.TimeFilter? = nil, status: IoTClientTypes.CommandExecutionStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.commandArn = commandArn self.completedTimeFilter = completedTimeFilter self.maxResults = maxResults @@ -14723,8 +14257,7 @@ extension IoTClientTypes { startedAt: Foundation.Date? = nil, status: IoTClientTypes.CommandExecutionStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.commandArn = commandArn self.completedAt = completedAt self.createdAt = createdAt @@ -14745,8 +14278,7 @@ public struct ListCommandExecutionsOutput: Swift.Sendable { public init( commandExecutions: [IoTClientTypes.CommandExecutionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commandExecutions = commandExecutions self.nextToken = nextToken } @@ -14770,8 +14302,7 @@ public struct ListCommandsInput: Swift.Sendable { namespace: IoTClientTypes.CommandNamespace? = nil, nextToken: Swift.String? = nil, sortOrder: IoTClientTypes.SortOrder? = nil - ) - { + ) { self.commandParameterName = commandParameterName self.maxResults = maxResults self.namespace = namespace @@ -14807,8 +14338,7 @@ extension IoTClientTypes { displayName: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, pendingDeletion: Swift.Bool? = nil - ) - { + ) { self.commandArn = commandArn self.commandId = commandId self.createdAt = createdAt @@ -14829,8 +14359,7 @@ public struct ListCommandsOutput: Swift.Sendable { public init( commands: [IoTClientTypes.CommandSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commands = commands self.nextToken = nextToken } @@ -14845,8 +14374,7 @@ public struct ListCustomMetricsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -14861,8 +14389,7 @@ public struct ListCustomMetricsOutput: Swift.Sendable { public init( metricNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricNames = metricNames self.nextToken = nextToken } @@ -14892,8 +14419,7 @@ public struct ListDetectMitigationActionsExecutionsInput: Swift.Sendable { taskId: Swift.String? = nil, thingName: Swift.String? = nil, violationId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -14972,8 +14498,7 @@ extension IoTClientTypes { taskId: Swift.String? = nil, thingName: Swift.String? = nil, violationId: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.errorCode = errorCode self.executionEndDate = executionEndDate @@ -14996,8 +14521,7 @@ public struct ListDetectMitigationActionsExecutionsOutput: Swift.Sendable { public init( actionsExecutions: [IoTClientTypes.DetectMitigationActionExecution]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionsExecutions = actionsExecutions self.nextToken = nextToken } @@ -15020,8 +14544,7 @@ public struct ListDetectMitigationActionsTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -15038,8 +14561,7 @@ public struct ListDetectMitigationActionsTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [IoTClientTypes.DetectMitigationActionsTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -15054,8 +14576,7 @@ public struct ListDimensionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15070,8 +14591,7 @@ public struct ListDimensionsOutput: Swift.Sendable { public init( dimensionNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dimensionNames = dimensionNames self.nextToken = nextToken } @@ -15089,8 +14609,7 @@ public struct ListDomainConfigurationsInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, serviceType: IoTClientTypes.ServiceType? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize self.serviceType = serviceType @@ -15118,8 +14637,7 @@ extension IoTClientTypes { domainConfigurationArn: Swift.String? = nil, domainConfigurationName: Swift.String? = nil, serviceType: IoTClientTypes.ServiceType? = nil - ) - { + ) { self.domainConfigurationArn = domainConfigurationArn self.domainConfigurationName = domainConfigurationName self.serviceType = serviceType @@ -15136,8 +14654,7 @@ public struct ListDomainConfigurationsOutput: Swift.Sendable { public init( domainConfigurations: [IoTClientTypes.DomainConfigurationSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.domainConfigurations = domainConfigurations self.nextMarker = nextMarker } @@ -15152,8 +14669,7 @@ public struct ListFleetMetricsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15171,8 +14687,7 @@ extension IoTClientTypes { public init( metricArn: Swift.String? = nil, metricName: Swift.String? = nil - ) - { + ) { self.metricArn = metricArn self.metricName = metricName } @@ -15188,8 +14703,7 @@ public struct ListFleetMetricsOutput: Swift.Sendable { public init( fleetMetrics: [IoTClientTypes.FleetMetricNameAndArn]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetMetrics = fleetMetrics self.nextToken = nextToken } @@ -15204,8 +14718,7 @@ public struct ListIndicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15220,8 +14733,7 @@ public struct ListIndicesOutput: Swift.Sendable { public init( indexNames: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexNames = indexNames self.nextToken = nextToken } @@ -15243,8 +14755,7 @@ public struct ListJobExecutionsForJobInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: IoTClientTypes.JobExecutionStatus? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -15276,8 +14787,7 @@ extension IoTClientTypes { retryAttempt: Swift.Int? = nil, startedAt: Foundation.Date? = nil, status: IoTClientTypes.JobExecutionStatus? = nil - ) - { + ) { self.executionNumber = executionNumber self.lastUpdatedAt = lastUpdatedAt self.queuedAt = queuedAt @@ -15300,8 +14810,7 @@ extension IoTClientTypes { public init( jobExecutionSummary: IoTClientTypes.JobExecutionSummary? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.jobExecutionSummary = jobExecutionSummary self.thingArn = thingArn } @@ -15317,8 +14826,7 @@ public struct ListJobExecutionsForJobOutput: Swift.Sendable { public init( executionSummaries: [IoTClientTypes.JobExecutionSummaryForJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executionSummaries = executionSummaries self.nextToken = nextToken } @@ -15346,8 +14854,7 @@ public struct ListJobExecutionsForThingInput: Swift.Sendable { nextToken: Swift.String? = nil, status: IoTClientTypes.JobExecutionStatus? = nil, thingName: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.namespaceId = namespaceId @@ -15369,8 +14876,7 @@ extension IoTClientTypes { public init( jobExecutionSummary: IoTClientTypes.JobExecutionSummary? = nil, jobId: Swift.String? = nil - ) - { + ) { self.jobExecutionSummary = jobExecutionSummary self.jobId = jobId } @@ -15386,8 +14892,7 @@ public struct ListJobExecutionsForThingOutput: Swift.Sendable { public init( executionSummaries: [IoTClientTypes.JobExecutionSummaryForThing]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executionSummaries = executionSummaries self.nextToken = nextToken } @@ -15417,8 +14922,7 @@ public struct ListJobsInput: Swift.Sendable { targetSelection: IoTClientTypes.TargetSelection? = nil, thingGroupId: Swift.String? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namespaceId = namespaceId self.nextToken = nextToken @@ -15462,8 +14966,7 @@ extension IoTClientTypes { status: IoTClientTypes.JobStatus? = nil, targetSelection: IoTClientTypes.TargetSelection? = nil, thingGroupId: Swift.String? = nil - ) - { + ) { self.completedAt = completedAt self.createdAt = createdAt self.isConcurrent = isConcurrent @@ -15486,8 +14989,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [IoTClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -15502,8 +15004,7 @@ public struct ListJobTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15527,8 +15028,7 @@ extension IoTClientTypes { description: Swift.String? = nil, jobTemplateArn: Swift.String? = nil, jobTemplateId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.jobTemplateArn = jobTemplateArn @@ -15546,8 +15046,7 @@ public struct ListJobTemplatesOutput: Swift.Sendable { public init( jobTemplates: [IoTClientTypes.JobTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobTemplates = jobTemplates self.nextToken = nextToken } @@ -15565,8 +15064,7 @@ public struct ListManagedJobTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.templateName = templateName @@ -15594,8 +15092,7 @@ extension IoTClientTypes { templateArn: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.description = description self.environments = environments self.templateArn = templateArn @@ -15614,8 +15111,7 @@ public struct ListManagedJobTemplatesOutput: Swift.Sendable { public init( managedJobTemplates: [IoTClientTypes.ManagedJobTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managedJobTemplates = managedJobTemplates self.nextToken = nextToken } @@ -15652,8 +15148,7 @@ public struct ListMetricValuesInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, thingName: Swift.String? = nil - ) - { + ) { self.dimensionName = dimensionName self.dimensionValueOperator = dimensionValueOperator self.endTime = endTime @@ -15677,8 +15172,7 @@ extension IoTClientTypes { public init( timestamp: Foundation.Date? = nil, value: IoTClientTypes.MetricValue? = nil - ) - { + ) { self.timestamp = timestamp self.value = value } @@ -15694,8 +15188,7 @@ public struct ListMetricValuesOutput: Swift.Sendable { public init( metricDatumList: [IoTClientTypes.MetricDatum]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricDatumList = metricDatumList self.nextToken = nextToken } @@ -15713,8 +15206,7 @@ public struct ListMitigationActionsInput: Swift.Sendable { actionType: IoTClientTypes.MitigationActionType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.maxResults = maxResults self.nextToken = nextToken @@ -15736,8 +15228,7 @@ extension IoTClientTypes { actionArn: Swift.String? = nil, actionName: Swift.String? = nil, creationDate: Foundation.Date? = nil - ) - { + ) { self.actionArn = actionArn self.actionName = actionName self.creationDate = creationDate @@ -15754,8 +15245,7 @@ public struct ListMitigationActionsOutput: Swift.Sendable { public init( actionIdentifiers: [IoTClientTypes.MitigationActionIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionIdentifiers = actionIdentifiers self.nextToken = nextToken } @@ -15773,8 +15263,7 @@ public struct ListOTAUpdatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, otaUpdateStatus: IoTClientTypes.OTAUpdateStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.otaUpdateStatus = otaUpdateStatus @@ -15796,8 +15285,7 @@ extension IoTClientTypes { creationDate: Foundation.Date? = nil, otaUpdateArn: Swift.String? = nil, otaUpdateId: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.otaUpdateArn = otaUpdateArn self.otaUpdateId = otaUpdateId @@ -15814,8 +15302,7 @@ public struct ListOTAUpdatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, otaUpdates: [IoTClientTypes.OTAUpdateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.otaUpdates = otaUpdates } @@ -15834,8 +15321,7 @@ public struct ListOutgoingCertificatesInput: Swift.Sendable { ascendingOrder: Swift.Bool? = false, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -15866,8 +15352,7 @@ extension IoTClientTypes { transferDate: Foundation.Date? = nil, transferMessage: Swift.String? = nil, transferredTo: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId self.creationDate = creationDate @@ -15888,8 +15373,7 @@ public struct ListOutgoingCertificatesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, outgoingCertificates: [IoTClientTypes.OutgoingCertificate]? = nil - ) - { + ) { self.nextMarker = nextMarker self.outgoingCertificates = outgoingCertificates } @@ -15904,8 +15388,7 @@ public struct ListPackagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -15929,8 +15412,7 @@ extension IoTClientTypes { defaultVersionName: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, packageName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.defaultVersionName = defaultVersionName self.lastModifiedDate = lastModifiedDate @@ -15948,8 +15430,7 @@ public struct ListPackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageSummaries: [IoTClientTypes.PackageSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.packageSummaries = packageSummaries } @@ -15971,8 +15452,7 @@ public struct ListPackageVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, packageName: Swift.String? = nil, status: IoTClientTypes.PackageVersionStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageName = packageName @@ -16001,8 +15481,7 @@ extension IoTClientTypes { packageName: Swift.String? = nil, status: IoTClientTypes.PackageVersionStatus? = nil, versionName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate self.packageName = packageName @@ -16021,8 +15500,7 @@ public struct ListPackageVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageVersionSummaries: [IoTClientTypes.PackageVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.packageVersionSummaries = packageVersionSummaries } @@ -16041,8 +15519,7 @@ public struct ListPoliciesInput: Swift.Sendable { ascendingOrder: Swift.Bool? = false, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -16059,8 +15536,7 @@ public struct ListPoliciesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.nextMarker = nextMarker self.policies = policies } @@ -16083,8 +15559,7 @@ public struct ListPolicyPrincipalsInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, policyName: Swift.String? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -16102,8 +15577,7 @@ public struct ListPolicyPrincipalsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, principals: [Swift.String]? = nil - ) - { + ) { self.nextMarker = nextMarker self.principals = principals } @@ -16117,8 +15591,7 @@ public struct ListPolicyVersionsInput: Swift.Sendable { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -16138,8 +15611,7 @@ extension IoTClientTypes { createDate: Foundation.Date? = nil, isDefaultVersion: Swift.Bool = false, versionId: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.isDefaultVersion = isDefaultVersion self.versionId = versionId @@ -16154,8 +15626,7 @@ public struct ListPolicyVersionsOutput: Swift.Sendable { public init( policyVersions: [IoTClientTypes.PolicyVersion]? = nil - ) - { + ) { self.policyVersions = policyVersions } } @@ -16177,8 +15648,7 @@ public struct ListPrincipalPoliciesInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, principal: Swift.String? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -16196,8 +15666,7 @@ public struct ListPrincipalPoliciesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, policies: [IoTClientTypes.Policy]? = nil - ) - { + ) { self.nextMarker = nextMarker self.policies = policies } @@ -16217,8 +15686,7 @@ public struct ListPrincipalThingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, principal: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principal = principal @@ -16235,8 +15703,7 @@ public struct ListPrincipalThingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, things: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.things = things } @@ -16265,8 +15732,7 @@ public struct ListPrincipalThingsV2Input: Swift.Sendable { nextToken: Swift.String? = nil, principal: Swift.String? = nil, thingPrincipalType: IoTClientTypes.ThingPrincipalType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principal = principal @@ -16294,8 +15760,7 @@ extension IoTClientTypes { public init( thingName: Swift.String? = nil, thingPrincipalType: IoTClientTypes.ThingPrincipalType? = nil - ) - { + ) { self.thingName = thingName self.thingPrincipalType = thingPrincipalType } @@ -16311,8 +15776,7 @@ public struct ListPrincipalThingsV2Output: Swift.Sendable { public init( nextToken: Swift.String? = nil, principalThingObjects: [IoTClientTypes.PrincipalThingObject]? = nil - ) - { + ) { self.nextToken = nextToken self.principalThingObjects = principalThingObjects } @@ -16327,8 +15791,7 @@ public struct ListProvisioningTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -16361,8 +15824,7 @@ extension IoTClientTypes { templateArn: Swift.String? = nil, templateName: Swift.String? = nil, type: IoTClientTypes.TemplateType? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.enabled = enabled @@ -16383,8 +15845,7 @@ public struct ListProvisioningTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [IoTClientTypes.ProvisioningTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } @@ -16403,8 +15864,7 @@ public struct ListProvisioningTemplateVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.templateName = templateName @@ -16426,8 +15886,7 @@ extension IoTClientTypes { creationDate: Foundation.Date? = nil, isDefaultVersion: Swift.Bool = false, versionId: Swift.Int? = nil - ) - { + ) { self.creationDate = creationDate self.isDefaultVersion = isDefaultVersion self.versionId = versionId @@ -16444,8 +15903,7 @@ public struct ListProvisioningTemplateVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [IoTClientTypes.ProvisioningTemplateVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -16464,8 +15922,7 @@ public struct ListRelatedResourcesForAuditFindingInput: Swift.Sendable { findingId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingId = findingId self.maxResults = maxResults self.nextToken = nextToken @@ -16481,8 +15938,7 @@ public struct ListRelatedResourcesForAuditFindingOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relatedResources: [IoTClientTypes.RelatedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.relatedResources = relatedResources } @@ -16500,8 +15956,7 @@ public struct ListRoleAliasesInput: Swift.Sendable { ascendingOrder: Swift.Bool? = false, marker: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.marker = marker self.pageSize = pageSize @@ -16517,8 +15972,7 @@ public struct ListRoleAliasesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, roleAliases: [Swift.String]? = nil - ) - { + ) { self.nextMarker = nextMarker self.roleAliases = roleAliases } @@ -16573,8 +16027,7 @@ public struct ListSbomValidationResultsInput: Swift.Sendable { packageName: Swift.String? = nil, validationResult: IoTClientTypes.SbomValidationResult? = nil, versionName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageName = packageName @@ -16630,8 +16083,7 @@ extension IoTClientTypes { errorMessage: Swift.String? = nil, fileName: Swift.String? = nil, validationResult: IoTClientTypes.SbomValidationResult? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.fileName = fileName @@ -16649,8 +16101,7 @@ public struct ListSbomValidationResultsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, validationResultSummaries: [IoTClientTypes.SbomValidationResultSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.validationResultSummaries = validationResultSummaries } @@ -16665,8 +16116,7 @@ public struct ListScheduledAuditsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -16693,8 +16143,7 @@ extension IoTClientTypes { frequency: IoTClientTypes.AuditFrequency? = nil, scheduledAuditArn: Swift.String? = nil, scheduledAuditName: Swift.String? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.frequency = frequency @@ -16713,8 +16162,7 @@ public struct ListScheduledAuditsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledAudits: [IoTClientTypes.ScheduledAuditMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledAudits = scheduledAudits } @@ -16735,8 +16183,7 @@ public struct ListSecurityProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, metricName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dimensionName = dimensionName self.maxResults = maxResults self.metricName = metricName @@ -16758,8 +16205,7 @@ extension IoTClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -16775,8 +16221,7 @@ public struct ListSecurityProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityProfileIdentifiers: [IoTClientTypes.SecurityProfileIdentifier]? = nil - ) - { + ) { self.nextToken = nextToken self.securityProfileIdentifiers = securityProfileIdentifiers } @@ -16798,8 +16243,7 @@ public struct ListSecurityProfilesForTargetInput: Swift.Sendable { nextToken: Swift.String? = nil, recursive: Swift.Bool? = false, securityProfileTargetArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.recursive = recursive @@ -16817,8 +16261,7 @@ extension IoTClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -16836,8 +16279,7 @@ extension IoTClientTypes { public init( securityProfileIdentifier: IoTClientTypes.SecurityProfileIdentifier? = nil, target: IoTClientTypes.SecurityProfileTarget? = nil - ) - { + ) { self.securityProfileIdentifier = securityProfileIdentifier self.target = target } @@ -16853,8 +16295,7 @@ public struct ListSecurityProfilesForTargetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityProfileTargetMappings: [IoTClientTypes.SecurityProfileTargetMapping]? = nil - ) - { + ) { self.nextToken = nextToken self.securityProfileTargetMappings = securityProfileTargetMappings } @@ -16872,8 +16313,7 @@ public struct ListStreamsInput: Swift.Sendable { ascendingOrder: Swift.Bool? = false, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ascendingOrder = ascendingOrder self.maxResults = maxResults self.nextToken = nextToken @@ -16898,8 +16338,7 @@ extension IoTClientTypes { streamArn: Swift.String? = nil, streamId: Swift.String? = nil, streamVersion: Swift.Int? = nil - ) - { + ) { self.description = description self.streamArn = streamArn self.streamId = streamId @@ -16917,8 +16356,7 @@ public struct ListStreamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streams: [IoTClientTypes.StreamSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.streams = streams } @@ -16934,8 +16372,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArn = resourceArn } @@ -16950,8 +16387,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -16970,8 +16406,7 @@ public struct ListTargetsForPolicyInput: Swift.Sendable { marker: Swift.String? = nil, pageSize: Swift.Int? = nil, policyName: Swift.String? = nil - ) - { + ) { self.marker = marker self.pageSize = pageSize self.policyName = policyName @@ -16987,8 +16422,7 @@ public struct ListTargetsForPolicyOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.nextMarker = nextMarker self.targets = targets } @@ -17007,8 +16441,7 @@ public struct ListTargetsForSecurityProfileInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityProfileName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.securityProfileName = securityProfileName @@ -17024,8 +16457,7 @@ public struct ListTargetsForSecurityProfileOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityProfileTargets: [IoTClientTypes.SecurityProfileTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.securityProfileTargets = securityProfileTargets } @@ -17049,8 +16481,7 @@ public struct ListThingGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, parentGroup: Swift.String? = nil, recursive: Swift.Bool? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefixFilter = namePrefixFilter self.nextToken = nextToken @@ -17068,8 +16499,7 @@ public struct ListThingGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, thingGroups: [IoTClientTypes.GroupNameAndArn]? = nil - ) - { + ) { self.nextToken = nextToken self.thingGroups = thingGroups } @@ -17088,8 +16518,7 @@ public struct ListThingGroupsForThingInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thingName = thingName @@ -17105,8 +16534,7 @@ public struct ListThingGroupsForThingOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, thingGroups: [IoTClientTypes.GroupNameAndArn]? = nil - ) - { + ) { self.nextToken = nextToken self.thingGroups = thingGroups } @@ -17126,8 +16554,7 @@ public struct ListThingPrincipalsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thingName = thingName @@ -17144,8 +16571,7 @@ public struct ListThingPrincipalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, principals: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.principals = principals } @@ -17174,8 +16600,7 @@ public struct ListThingPrincipalsV2Input: Swift.Sendable { nextToken: Swift.String? = nil, thingName: Swift.String? = nil, thingPrincipalType: IoTClientTypes.ThingPrincipalType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thingName = thingName @@ -17203,8 +16628,7 @@ extension IoTClientTypes { public init( principal: Swift.String? = nil, thingPrincipalType: IoTClientTypes.ThingPrincipalType? = nil - ) - { + ) { self.principal = principal self.thingPrincipalType = thingPrincipalType } @@ -17220,8 +16644,7 @@ public struct ListThingPrincipalsV2Output: Swift.Sendable { public init( nextToken: Swift.String? = nil, thingPrincipalObjects: [IoTClientTypes.ThingPrincipalObject]? = nil - ) - { + ) { self.nextToken = nextToken self.thingPrincipalObjects = thingPrincipalObjects } @@ -17273,8 +16696,7 @@ public struct ListThingRegistrationTaskReportsInput: Swift.Sendable { nextToken: Swift.String? = nil, reportType: IoTClientTypes.ReportType? = nil, taskId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.reportType = reportType @@ -17294,8 +16716,7 @@ public struct ListThingRegistrationTaskReportsOutput: Swift.Sendable { nextToken: Swift.String? = nil, reportType: IoTClientTypes.ReportType? = nil, resourceLinks: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.reportType = reportType self.resourceLinks = resourceLinks @@ -17314,8 +16735,7 @@ public struct ListThingRegistrationTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: IoTClientTypes.Status? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -17331,8 +16751,7 @@ public struct ListThingRegistrationTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.taskIds = taskIds } @@ -17360,8 +16779,7 @@ public struct ListThingsInput: Swift.Sendable { nextToken: Swift.String? = nil, thingTypeName: Swift.String? = nil, usePrefixAttributeValue: Swift.Bool? = false - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.maxResults = maxResults @@ -17392,8 +16810,7 @@ extension IoTClientTypes { thingName: Swift.String? = nil, thingTypeName: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.attributes = attributes self.thingArn = thingArn self.thingName = thingName @@ -17413,8 +16830,7 @@ public struct ListThingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, things: [IoTClientTypes.ThingAttribute]? = nil - ) - { + ) { self.nextToken = nextToken self.things = things } @@ -17433,8 +16849,7 @@ public struct ListThingsInBillingGroupInput: Swift.Sendable { billingGroupName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.billingGroupName = billingGroupName self.maxResults = maxResults self.nextToken = nextToken @@ -17450,8 +16865,7 @@ public struct ListThingsInBillingGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, things: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.things = things } @@ -17473,8 +16887,7 @@ public struct ListThingsInThingGroupInput: Swift.Sendable { nextToken: Swift.String? = nil, recursive: Swift.Bool? = false, thingGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.recursive = recursive @@ -17491,8 +16904,7 @@ public struct ListThingsInThingGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, things: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.things = things } @@ -17511,8 +16923,7 @@ public struct ListThingTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, thingTypeName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thingTypeName = thingTypeName @@ -17537,8 +16948,7 @@ extension IoTClientTypes { thingTypeMetadata: IoTClientTypes.ThingTypeMetadata? = nil, thingTypeName: Swift.String? = nil, thingTypeProperties: IoTClientTypes.ThingTypeProperties? = nil - ) - { + ) { self.thingTypeArn = thingTypeArn self.thingTypeMetadata = thingTypeMetadata self.thingTypeName = thingTypeName @@ -17557,8 +16967,7 @@ public struct ListThingTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, thingTypes: [IoTClientTypes.ThingTypeDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.thingTypes = thingTypes } @@ -17573,8 +16982,7 @@ public struct ListTopicRuleDestinationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -17589,8 +16997,7 @@ extension IoTClientTypes { public init( confirmationUrl: Swift.String? = nil - ) - { + ) { self.confirmationUrl = confirmationUrl } } @@ -17614,8 +17021,7 @@ extension IoTClientTypes { securityGroups: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.securityGroups = securityGroups self.subnetIds = subnetIds @@ -17651,8 +17057,7 @@ extension IoTClientTypes { status: IoTClientTypes.TopicRuleDestinationStatus? = nil, statusReason: Swift.String? = nil, vpcDestinationSummary: IoTClientTypes.VpcDestinationSummary? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.httpUrlSummary = httpUrlSummary @@ -17673,8 +17078,7 @@ public struct ListTopicRuleDestinationsOutput: Swift.Sendable { public init( destinationSummaries: [IoTClientTypes.TopicRuleDestinationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationSummaries = destinationSummaries self.nextToken = nextToken } @@ -17696,8 +17100,7 @@ public struct ListTopicRulesInput: Swift.Sendable { nextToken: Swift.String? = nil, ruleDisabled: Swift.Bool? = nil, topic: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.ruleDisabled = ruleDisabled @@ -17726,8 +17129,7 @@ extension IoTClientTypes { ruleDisabled: Swift.Bool? = nil, ruleName: Swift.String? = nil, topicPattern: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.ruleArn = ruleArn self.ruleDisabled = ruleDisabled @@ -17747,8 +17149,7 @@ public struct ListTopicRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rules: [IoTClientTypes.TopicRuleListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.rules = rules } @@ -17766,8 +17167,7 @@ public struct ListV2LoggingLevelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetType: IoTClientTypes.LogTargetType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetType = targetType @@ -17787,8 +17187,7 @@ extension IoTClientTypes { public init( targetName: Swift.String? = nil, targetType: IoTClientTypes.LogTargetType? = nil - ) - { + ) { self.targetName = targetName self.targetType = targetType } @@ -17807,8 +17206,7 @@ extension IoTClientTypes { public init( logLevel: IoTClientTypes.LogLevel? = nil, logTarget: IoTClientTypes.LogTarget? = nil - ) - { + ) { self.logLevel = logLevel self.logTarget = logTarget } @@ -17824,8 +17222,7 @@ public struct ListV2LoggingLevelsOutput: Swift.Sendable { public init( logTargetConfigurations: [IoTClientTypes.LogTargetConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.logTargetConfigurations = logTargetConfigurations self.nextToken = nextToken } @@ -17863,8 +17260,7 @@ public struct ListViolationEventsInput: Swift.Sendable { startTime: Foundation.Date? = nil, thingName: Swift.String? = nil, verificationState: IoTClientTypes.VerificationState? = nil - ) - { + ) { self.behaviorCriteriaType = behaviorCriteriaType self.endTime = endTime self.listSuppressedAlerts = listSuppressedAlerts @@ -17945,8 +17341,7 @@ extension IoTClientTypes { violationEventTime: Foundation.Date? = nil, violationEventType: IoTClientTypes.ViolationEventType? = nil, violationId: Swift.String? = nil - ) - { + ) { self.behavior = behavior self.metricValue = metricValue self.securityProfileName = securityProfileName @@ -17970,8 +17365,7 @@ public struct ListViolationEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, violationEvents: [IoTClientTypes.ViolationEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.violationEvents = violationEvents } @@ -17991,8 +17385,7 @@ public struct PutVerificationStateOnViolationInput: Swift.Sendable { verificationState: IoTClientTypes.VerificationState? = nil, verificationStateDescription: Swift.String? = nil, violationId: Swift.String? = nil - ) - { + ) { self.verificationState = verificationState self.verificationStateDescription = verificationStateDescription self.violationId = violationId @@ -18023,8 +17416,7 @@ public struct RegistrationCodeValidationException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18055,8 +17447,7 @@ public struct RegisterCACertificateInput: Swift.Sendable { setAsActive: Swift.Bool? = false, tags: [IoTClientTypes.Tag]? = nil, verificationCertificate: Swift.String? = nil - ) - { + ) { self.allowAutoRegistration = allowAutoRegistration self.caCertificate = caCertificate self.certificateMode = certificateMode @@ -18077,8 +17468,7 @@ public struct RegisterCACertificateOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, certificateId: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId } @@ -18103,8 +17493,7 @@ public struct CertificateConflictException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18127,8 +17516,7 @@ public struct RegisterCertificateInput: Swift.Sendable { certificatePem: Swift.String? = nil, setAsActive: Swift.Bool? = nil, status: IoTClientTypes.CertificateStatus? = nil - ) - { + ) { self.caCertificatePem = caCertificatePem self.certificatePem = certificatePem self.setAsActive = setAsActive @@ -18146,8 +17534,7 @@ public struct RegisterCertificateOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, certificateId: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId } @@ -18163,8 +17550,7 @@ public struct RegisterCertificateWithoutCAInput: Swift.Sendable { public init( certificatePem: Swift.String? = nil, status: IoTClientTypes.CertificateStatus? = nil - ) - { + ) { self.certificatePem = certificatePem self.status = status } @@ -18179,8 +17565,7 @@ public struct RegisterCertificateWithoutCAOutput: Swift.Sendable { public init( certificateArn: Swift.String? = nil, certificateId: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateId = certificateId } @@ -18205,8 +17590,7 @@ public struct ResourceRegistrationFailureException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18221,8 +17605,7 @@ public struct RegisterThingInput: Swift.Sendable { public init( parameters: [Swift.String: Swift.String]? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.templateBody = templateBody } @@ -18237,8 +17620,7 @@ public struct RegisterThingOutput: Swift.Sendable { public init( certificatePem: Swift.String? = nil, resourceArns: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificatePem = certificatePem self.resourceArns = resourceArns } @@ -18255,8 +17637,7 @@ public struct RejectCertificateTransferInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, rejectReason: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.rejectReason = rejectReason } @@ -18277,8 +17658,7 @@ public struct RemoveThingFromBillingGroupInput: Swift.Sendable { billingGroupName: Swift.String? = nil, thingArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.billingGroupArn = billingGroupArn self.billingGroupName = billingGroupName self.thingArn = thingArn @@ -18306,8 +17686,7 @@ public struct RemoveThingFromThingGroupInput: Swift.Sendable { thingGroupArn: Swift.String? = nil, thingGroupName: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.thingArn = thingArn self.thingGroupArn = thingGroupArn self.thingGroupName = thingGroupName @@ -18332,8 +17711,7 @@ public struct ReplaceTopicRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil, topicRulePayload: IoTClientTypes.TopicRulePayload? = nil - ) - { + ) { self.ruleName = ruleName self.topicRulePayload = topicRulePayload } @@ -18358,8 +17736,7 @@ public struct SearchIndexInput: Swift.Sendable { nextToken: Swift.String? = nil, queryString: Swift.String? = nil, queryVersion: Swift.String? = nil - ) - { + ) { self.indexName = indexName self.maxResults = maxResults self.nextToken = nextToken @@ -18389,8 +17766,7 @@ extension IoTClientTypes { thingGroupDescription: Swift.String? = nil, thingGroupId: Swift.String? = nil, thingGroupName: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.parentGroupNames = parentGroupNames self.thingGroupDescription = thingGroupDescription @@ -18415,8 +17791,7 @@ extension IoTClientTypes { connected: Swift.Bool? = nil, disconnectReason: Swift.String? = nil, timestamp: Swift.Int? = nil - ) - { + ) { self.connected = connected self.disconnectReason = disconnectReason self.timestamp = timestamp @@ -18454,8 +17829,7 @@ extension IoTClientTypes { thingId: Swift.String? = nil, thingName: Swift.String? = nil, thingTypeName: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.connectivity = connectivity self.deviceDefender = deviceDefender @@ -18480,8 +17854,7 @@ public struct SearchIndexOutput: Swift.Sendable { nextToken: Swift.String? = nil, thingGroups: [IoTClientTypes.ThingGroupDocument]? = nil, things: [IoTClientTypes.ThingDocument]? = nil - ) - { + ) { self.nextToken = nextToken self.thingGroups = thingGroups self.things = things @@ -18495,8 +17868,7 @@ public struct SetDefaultAuthorizerInput: Swift.Sendable { public init( authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerName = authorizerName } } @@ -18510,8 +17882,7 @@ public struct SetDefaultAuthorizerOutput: Swift.Sendable { public init( authorizerArn: Swift.String? = nil, authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerArn = authorizerArn self.authorizerName = authorizerName } @@ -18529,8 +17900,7 @@ public struct SetDefaultPolicyVersionInput: Swift.Sendable { public init( policyName: Swift.String? = nil, policyVersionId: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyVersionId = policyVersionId } @@ -18549,8 +17919,7 @@ extension IoTClientTypes { public init( logLevel: IoTClientTypes.LogLevel? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.logLevel = logLevel self.roleArn = roleArn } @@ -18565,8 +17934,7 @@ public struct SetLoggingOptionsInput: Swift.Sendable { public init( loggingOptionsPayload: IoTClientTypes.LoggingOptionsPayload? = nil - ) - { + ) { self.loggingOptionsPayload = loggingOptionsPayload } } @@ -18582,8 +17950,7 @@ public struct SetV2LoggingLevelInput: Swift.Sendable { public init( logLevel: IoTClientTypes.LogLevel? = nil, logTarget: IoTClientTypes.LogTarget? = nil - ) - { + ) { self.logLevel = logLevel self.logTarget = logTarget } @@ -18601,8 +17968,7 @@ public struct SetV2LoggingOptionsInput: Swift.Sendable { defaultLogLevel: IoTClientTypes.LogLevel? = nil, disableAllLogs: Swift.Bool? = false, roleArn: Swift.String? = nil - ) - { + ) { self.defaultLogLevel = defaultLogLevel self.disableAllLogs = disableAllLogs self.roleArn = roleArn @@ -18627,8 +17993,7 @@ public struct TaskAlreadyExistsException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18652,8 +18017,7 @@ public struct StartAuditMitigationActionsTaskInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, target: IoTClientTypes.AuditMitigationActionsTaskTarget? = nil, taskId: Swift.String? = nil - ) - { + ) { self.auditCheckToActionsMapping = auditCheckToActionsMapping self.clientRequestToken = clientRequestToken self.target = target @@ -18667,8 +18031,7 @@ public struct StartAuditMitigationActionsTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -18701,8 +18064,7 @@ public struct StartDetectMitigationActionsTaskInput: Swift.Sendable { target: IoTClientTypes.DetectMitigationActionsTaskTarget? = nil, taskId: Swift.String? = nil, violationEventOccurrenceRange: IoTClientTypes.ViolationEventOccurrenceRange? = nil - ) - { + ) { self.actions = actions self.clientRequestToken = clientRequestToken self.includeOnlyActiveViolations = includeOnlyActiveViolations @@ -18719,8 +18081,7 @@ public struct StartDetectMitigationActionsTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -18732,8 +18093,7 @@ public struct StartOnDemandAuditTaskInput: Swift.Sendable { public init( targetCheckNames: [Swift.String]? = nil - ) - { + ) { self.targetCheckNames = targetCheckNames } } @@ -18744,8 +18104,7 @@ public struct StartOnDemandAuditTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -18769,8 +18128,7 @@ public struct StartThingRegistrationTaskInput: Swift.Sendable { inputFileKey: Swift.String? = nil, roleArn: Swift.String? = nil, templateBody: Swift.String? = nil - ) - { + ) { self.inputFileBucket = inputFileBucket self.inputFileKey = inputFileKey self.roleArn = roleArn @@ -18784,8 +18142,7 @@ public struct StartThingRegistrationTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -18797,8 +18154,7 @@ public struct StopThingRegistrationTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -18819,8 +18175,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -18853,8 +18208,7 @@ public struct TestAuthorizationInput: Swift.Sendable { policyNamesToAdd: [Swift.String]? = nil, policyNamesToSkip: [Swift.String]? = nil, principal: Swift.String? = nil - ) - { + ) { self.authInfos = authInfos self.clientId = clientId self.cognitoIdentityPoolId = cognitoIdentityPoolId @@ -18870,8 +18224,7 @@ public struct TestAuthorizationOutput: Swift.Sendable { public init( authResults: [IoTClientTypes.AuthResult]? = nil - ) - { + ) { self.authResults = authResults } } @@ -18895,8 +18248,7 @@ public struct InvalidResponseException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18913,8 +18265,7 @@ extension IoTClientTypes { public init( headers: [Swift.String: Swift.String]? = nil, queryString: Swift.String? = nil - ) - { + ) { self.headers = headers self.queryString = queryString } @@ -18936,8 +18287,7 @@ extension IoTClientTypes { clientId: Swift.String? = nil, password: Foundation.Data? = nil, username: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.password = password self.username = username @@ -18954,8 +18304,7 @@ extension IoTClientTypes { public init( serverName: Swift.String? = nil - ) - { + ) { self.serverName = serverName } } @@ -18983,8 +18332,7 @@ public struct TestInvokeAuthorizerInput: Swift.Sendable { tlsContext: IoTClientTypes.TlsContext? = nil, token: Swift.String? = nil, tokenSignature: Swift.String? = nil - ) - { + ) { self.authorizerName = authorizerName self.httpContext = httpContext self.mqttContext = mqttContext @@ -19012,8 +18360,7 @@ public struct TestInvokeAuthorizerOutput: Swift.Sendable { policyDocuments: [Swift.String]? = nil, principalId: Swift.String? = nil, refreshAfterInSeconds: Swift.Int? = nil - ) - { + ) { self.disconnectAfterInSeconds = disconnectAfterInSeconds self.isAuthenticated = isAuthenticated self.policyDocuments = policyDocuments @@ -19041,8 +18388,7 @@ public struct TransferConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19062,8 +18408,7 @@ public struct TransferCertificateInput: Swift.Sendable { certificateId: Swift.String? = nil, targetAwsAccount: Swift.String? = nil, transferMessage: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId self.targetAwsAccount = targetAwsAccount self.transferMessage = transferMessage @@ -19077,8 +18422,7 @@ public struct TransferCertificateOutput: Swift.Sendable { public init( transferredCertificateArn: Swift.String? = nil - ) - { + ) { self.transferredCertificateArn = transferredCertificateArn } } @@ -19094,8 +18438,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -19118,8 +18461,7 @@ public struct UpdateAccountAuditConfigurationInput: Swift.Sendable { auditCheckConfigurations: [Swift.String: IoTClientTypes.AuditCheckConfiguration]? = nil, auditNotificationTargetConfigurations: [Swift.String: IoTClientTypes.AuditNotificationTarget]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.auditCheckConfigurations = auditCheckConfigurations self.auditNotificationTargetConfigurations = auditNotificationTargetConfigurations self.roleArn = roleArn @@ -19151,8 +18493,7 @@ public struct UpdateAuditSuppressionInput: Swift.Sendable { expirationDate: Foundation.Date? = nil, resourceIdentifier: IoTClientTypes.ResourceIdentifier? = nil, suppressIndefinitely: Swift.Bool? = nil - ) - { + ) { self.checkName = checkName self.description = description self.expirationDate = expirationDate @@ -19188,8 +18529,7 @@ public struct UpdateAuthorizerInput: Swift.Sendable { status: IoTClientTypes.AuthorizerStatus? = nil, tokenKeyName: Swift.String? = nil, tokenSigningPublicKeys: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorizerFunctionArn = authorizerFunctionArn self.authorizerName = authorizerName self.enableCachingForHttp = enableCachingForHttp @@ -19208,8 +18548,7 @@ public struct UpdateAuthorizerOutput: Swift.Sendable { public init( authorizerArn: Swift.String? = nil, authorizerName: Swift.String? = nil - ) - { + ) { self.authorizerArn = authorizerArn self.authorizerName = authorizerName } @@ -19229,8 +18568,7 @@ public struct UpdateBillingGroupInput: Swift.Sendable { billingGroupName: Swift.String? = nil, billingGroupProperties: IoTClientTypes.BillingGroupProperties? = nil, expectedVersion: Swift.Int? = nil - ) - { + ) { self.billingGroupName = billingGroupName self.billingGroupProperties = billingGroupProperties self.expectedVersion = expectedVersion @@ -19243,8 +18581,7 @@ public struct UpdateBillingGroupOutput: Swift.Sendable { public init( version: Swift.Int = 0 - ) - { + ) { self.version = version } } @@ -19269,8 +18606,7 @@ public struct UpdateCACertificateInput: Swift.Sendable { newStatus: IoTClientTypes.CACertificateStatus? = nil, registrationConfig: IoTClientTypes.RegistrationConfig? = nil, removeAutoRegistration: Swift.Bool? = false - ) - { + ) { self.certificateId = certificateId self.newAutoRegistrationStatus = newAutoRegistrationStatus self.newStatus = newStatus @@ -19291,8 +18627,7 @@ public struct UpdateCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil, newStatus: IoTClientTypes.CertificateStatus? = nil - ) - { + ) { self.certificateId = certificateId self.newStatus = newStatus } @@ -19311,8 +18646,7 @@ public struct UpdateCertificateProviderInput: Swift.Sendable { accountDefaultForOperations: [IoTClientTypes.CertificateProviderOperation]? = nil, certificateProviderName: Swift.String? = nil, lambdaFunctionArn: Swift.String? = nil - ) - { + ) { self.accountDefaultForOperations = accountDefaultForOperations self.certificateProviderName = certificateProviderName self.lambdaFunctionArn = lambdaFunctionArn @@ -19328,8 +18662,7 @@ public struct UpdateCertificateProviderOutput: Swift.Sendable { public init( certificateProviderArn: Swift.String? = nil, certificateProviderName: Swift.String? = nil - ) - { + ) { self.certificateProviderArn = certificateProviderArn self.certificateProviderName = certificateProviderName } @@ -19351,8 +18684,7 @@ public struct UpdateCommandInput: Swift.Sendable { deprecated: Swift.Bool? = nil, description: Swift.String? = nil, displayName: Swift.String? = nil - ) - { + ) { self.commandId = commandId self.deprecated = deprecated self.description = description @@ -19378,8 +18710,7 @@ public struct UpdateCommandOutput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.commandId = commandId self.deprecated = deprecated self.description = description @@ -19399,8 +18730,7 @@ public struct UpdateCustomMetricInput: Swift.Sendable { public init( displayName: Swift.String? = nil, metricName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.metricName = metricName } @@ -19427,8 +18757,7 @@ public struct UpdateCustomMetricOutput: Swift.Sendable { metricArn: Swift.String? = nil, metricName: Swift.String? = nil, metricType: IoTClientTypes.CustomMetricType? = nil - ) - { + ) { self.creationDate = creationDate self.displayName = displayName self.lastModifiedDate = lastModifiedDate @@ -19449,8 +18778,7 @@ public struct UpdateDimensionInput: Swift.Sendable { public init( name: Swift.String? = nil, stringValues: [Swift.String]? = nil - ) - { + ) { self.name = name self.stringValues = stringValues } @@ -19477,8 +18805,7 @@ public struct UpdateDimensionOutput: Swift.Sendable { name: Swift.String? = nil, stringValues: [Swift.String]? = nil, type: IoTClientTypes.DimensionType? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate @@ -19558,8 +18885,7 @@ public struct UpdateDomainConfigurationInput: Swift.Sendable { removeAuthorizerConfig: Swift.Bool? = false, serverCertificateConfig: IoTClientTypes.ServerCertificateConfig? = nil, tlsConfig: IoTClientTypes.TlsConfig? = nil - ) - { + ) { self.applicationProtocol = applicationProtocol self.authenticationType = authenticationType self.authorizerConfig = authorizerConfig @@ -19581,8 +18907,7 @@ public struct UpdateDomainConfigurationOutput: Swift.Sendable { public init( domainConfigurationArn: Swift.String? = nil, domainConfigurationName: Swift.String? = nil - ) - { + ) { self.domainConfigurationArn = domainConfigurationArn self.domainConfigurationName = domainConfigurationName } @@ -19611,8 +18936,7 @@ public struct UpdateDynamicThingGroupInput: Swift.Sendable { queryVersion: Swift.String? = nil, thingGroupName: Swift.String? = nil, thingGroupProperties: IoTClientTypes.ThingGroupProperties? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.indexName = indexName self.queryString = queryString @@ -19628,8 +18952,7 @@ public struct UpdateDynamicThingGroupOutput: Swift.Sendable { public init( version: Swift.Int = 0 - ) - { + ) { self.version = version } } @@ -19640,8 +18963,7 @@ public struct UpdateEventConfigurationsInput: Swift.Sendable { public init( eventConfigurations: [Swift.String: IoTClientTypes.Configuration]? = nil - ) - { + ) { self.eventConfigurations = eventConfigurations } } @@ -19686,8 +19008,7 @@ public struct UpdateFleetMetricInput: Swift.Sendable { queryString: Swift.String? = nil, queryVersion: Swift.String? = nil, unit: IoTClientTypes.FleetMetricUnit? = nil - ) - { + ) { self.aggregationField = aggregationField self.aggregationType = aggregationType self.description = description @@ -19710,8 +19031,7 @@ public struct UpdateIndexingConfigurationInput: Swift.Sendable { public init( thingGroupIndexingConfiguration: IoTClientTypes.ThingGroupIndexingConfiguration? = nil, thingIndexingConfiguration: IoTClientTypes.ThingIndexingConfiguration? = nil - ) - { + ) { self.thingGroupIndexingConfiguration = thingGroupIndexingConfiguration self.thingIndexingConfiguration = thingIndexingConfiguration } @@ -19750,8 +19070,7 @@ public struct UpdateJobInput: Swift.Sendable { namespaceId: Swift.String? = nil, presignedUrlConfig: IoTClientTypes.PresignedUrlConfig? = nil, timeoutConfig: IoTClientTypes.TimeoutConfig? = nil - ) - { + ) { self.abortConfig = abortConfig self.description = description self.jobExecutionsRetryConfig = jobExecutionsRetryConfig @@ -19776,8 +19095,7 @@ public struct UpdateMitigationActionInput: Swift.Sendable { actionName: Swift.String? = nil, actionParams: IoTClientTypes.MitigationActionParams? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.actionParams = actionParams self.roleArn = roleArn @@ -19793,8 +19111,7 @@ public struct UpdateMitigationActionOutput: Swift.Sendable { public init( actionArn: Swift.String? = nil, actionId: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn self.actionId = actionId } @@ -19819,8 +19136,7 @@ public struct UpdatePackageInput: Swift.Sendable { description: Swift.String? = nil, packageName: Swift.String? = nil, unsetDefaultVersion: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.defaultVersionName = defaultVersionName self.description = description @@ -19848,8 +19164,7 @@ public struct UpdatePackageConfigurationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, versionUpdateByJobsConfig: IoTClientTypes.VersionUpdateByJobsConfig? = nil - ) - { + ) { self.clientToken = clientToken self.versionUpdateByJobsConfig = versionUpdateByJobsConfig } @@ -19918,8 +19233,7 @@ public struct UpdatePackageVersionInput: Swift.Sendable { packageName: Swift.String? = nil, recipe: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.action = action self.artifact = artifact self.attributes = attributes @@ -19966,8 +19280,7 @@ public struct UpdateProvisioningTemplateInput: Swift.Sendable { provisioningRoleArn: Swift.String? = nil, removePreProvisioningHook: Swift.Bool? = nil, templateName: Swift.String? = nil - ) - { + ) { self.defaultVersionId = defaultVersionId self.description = description self.enabled = enabled @@ -19996,8 +19309,7 @@ public struct UpdateRoleAliasInput: Swift.Sendable { credentialDurationSeconds: Swift.Int? = nil, roleAlias: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.credentialDurationSeconds = credentialDurationSeconds self.roleAlias = roleAlias self.roleArn = roleArn @@ -20013,8 +19325,7 @@ public struct UpdateRoleAliasOutput: Swift.Sendable { public init( roleAlias: Swift.String? = nil, roleAliasArn: Swift.String? = nil - ) - { + ) { self.roleAlias = roleAlias self.roleAliasArn = roleAliasArn } @@ -20039,8 +19350,7 @@ public struct UpdateScheduledAuditInput: Swift.Sendable { frequency: IoTClientTypes.AuditFrequency? = nil, scheduledAuditName: Swift.String? = nil, targetCheckNames: [Swift.String]? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.frequency = frequency @@ -20055,8 +19365,7 @@ public struct UpdateScheduledAuditOutput: Swift.Sendable { public init( scheduledAuditArn: Swift.String? = nil - ) - { + ) { self.scheduledAuditArn = scheduledAuditArn } } @@ -20102,8 +19411,7 @@ public struct UpdateSecurityProfileInput: Swift.Sendable { metricsExportConfig: IoTClientTypes.MetricsExportConfig? = nil, securityProfileDescription: Swift.String? = nil, securityProfileName: Swift.String? = nil - ) - { + ) { self.additionalMetricsToRetain = additionalMetricsToRetain self.additionalMetricsToRetainV2 = additionalMetricsToRetainV2 self.alertTargets = alertTargets @@ -20156,8 +19464,7 @@ public struct UpdateSecurityProfileOutput: Swift.Sendable { securityProfileDescription: Swift.String? = nil, securityProfileName: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.additionalMetricsToRetain = additionalMetricsToRetain self.additionalMetricsToRetainV2 = additionalMetricsToRetainV2 self.alertTargets = alertTargets @@ -20188,8 +19495,7 @@ public struct UpdateStreamInput: Swift.Sendable { files: [IoTClientTypes.StreamFile]? = nil, roleArn: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.description = description self.files = files self.roleArn = roleArn @@ -20212,8 +19518,7 @@ public struct UpdateStreamOutput: Swift.Sendable { streamArn: Swift.String? = nil, streamId: Swift.String? = nil, streamVersion: Swift.Int? = nil - ) - { + ) { self.description = description self.streamArn = streamArn self.streamId = streamId @@ -20241,8 +19546,7 @@ public struct UpdateThingInput: Swift.Sendable { removeThingType: Swift.Bool? = false, thingName: Swift.String? = nil, thingTypeName: Swift.String? = nil - ) - { + ) { self.attributePayload = attributePayload self.expectedVersion = expectedVersion self.removeThingType = removeThingType @@ -20271,8 +19575,7 @@ public struct UpdateThingGroupInput: Swift.Sendable { expectedVersion: Swift.Int? = nil, thingGroupName: Swift.String? = nil, thingGroupProperties: IoTClientTypes.ThingGroupProperties? = nil - ) - { + ) { self.expectedVersion = expectedVersion self.thingGroupName = thingGroupName self.thingGroupProperties = thingGroupProperties @@ -20285,8 +19588,7 @@ public struct UpdateThingGroupOutput: Swift.Sendable { public init( version: Swift.Int = 0 - ) - { + ) { self.version = version } } @@ -20306,8 +19608,7 @@ public struct UpdateThingGroupsForThingInput: Swift.Sendable { thingGroupsToAdd: [Swift.String]? = nil, thingGroupsToRemove: [Swift.String]? = nil, thingName: Swift.String? = nil - ) - { + ) { self.overrideDynamicGroups = overrideDynamicGroups self.thingGroupsToAdd = thingGroupsToAdd self.thingGroupsToRemove = thingGroupsToRemove @@ -20330,8 +19631,7 @@ public struct UpdateThingTypeInput: Swift.Sendable { public init( thingTypeName: Swift.String? = nil, thingTypeProperties: IoTClientTypes.ThingTypeProperties? = nil - ) - { + ) { self.thingTypeName = thingTypeName self.thingTypeProperties = thingTypeProperties } @@ -20353,8 +19653,7 @@ public struct UpdateTopicRuleDestinationInput: Swift.Sendable { public init( arn: Swift.String? = nil, status: IoTClientTypes.TopicRuleDestinationStatus? = nil - ) - { + ) { self.arn = arn self.status = status } @@ -20372,8 +19671,7 @@ public struct ValidateSecurityProfileBehaviorsInput: Swift.Sendable { public init( behaviors: [IoTClientTypes.Behavior]? = nil - ) - { + ) { self.behaviors = behaviors } } @@ -20387,8 +19685,7 @@ extension IoTClientTypes { public init( errorMessage: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage } } @@ -20403,8 +19700,7 @@ public struct ValidateSecurityProfileBehaviorsOutput: Swift.Sendable { public init( valid: Swift.Bool = false, validationErrors: [IoTClientTypes.ValidationError]? = nil - ) - { + ) { self.valid = valid self.validationErrors = validationErrors } diff --git a/Sources/Services/AWSIoTAnalytics/Package.swift.txt b/Sources/Services/AWSIoTAnalytics/Package.swift.txt index 393e3a60bcc..462048abb42 100644 --- a/Sources/Services/AWSIoTAnalytics/Package.swift.txt +++ b/Sources/Services/AWSIoTAnalytics/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/IoTAnalyticsClient.swift b/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/IoTAnalyticsClient.swift index 6c8843dc907..700f1a6afe1 100644 --- a/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/IoTAnalyticsClient.swift +++ b/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/IoTAnalyticsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTAnalyticsClient: ClientRuntime.Client { public static let clientName = "IoTAnalyticsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTAnalyticsClient.IoTAnalyticsClientConfiguration let serviceName = "IoTAnalytics" diff --git a/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/Models.swift b/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/Models.swift index 931a859d71b..cc2dd6fc3f5 100644 --- a/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/Models.swift +++ b/Sources/Services/AWSIoTAnalytics/Sources/AWSIoTAnalytics/Models.swift @@ -96,8 +96,7 @@ extension IoTAnalyticsClientTypes { attributes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name self.next = next @@ -123,8 +122,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +145,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +168,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +191,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +214,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +233,7 @@ extension IoTAnalyticsClientTypes { public init( messageId: Swift.String? = nil, payload: Foundation.Data? = nil - ) - { + ) { self.messageId = messageId self.payload = payload } @@ -273,8 +266,7 @@ public struct BatchPutMessageInput: Swift.Sendable { public init( channelName: Swift.String? = nil, messages: [IoTAnalyticsClientTypes.Message]? = nil - ) - { + ) { self.channelName = channelName self.messages = messages } @@ -295,8 +287,7 @@ extension IoTAnalyticsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.messageId = messageId @@ -310,8 +301,7 @@ public struct BatchPutMessageOutput: Swift.Sendable { public init( batchPutMessageErrorEntries: [IoTAnalyticsClientTypes.BatchPutMessageErrorEntry]? = nil - ) - { + ) { self.batchPutMessageErrorEntries = batchPutMessageErrorEntries } } @@ -327,8 +317,7 @@ public struct CancelPipelineReprocessingInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil, reprocessingId: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName self.reprocessingId = reprocessingId } @@ -357,8 +346,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -387,8 +375,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -412,8 +399,7 @@ extension IoTAnalyticsClientTypes { bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix self.roleArn = roleArn @@ -442,8 +428,7 @@ extension IoTAnalyticsClientTypes { public init( customerManagedS3: IoTAnalyticsClientTypes.CustomerManagedChannelS3Storage? = nil, serviceManagedS3: IoTAnalyticsClientTypes.ServiceManagedChannelS3Storage? = nil - ) - { + ) { self.customerManagedS3 = customerManagedS3 self.serviceManagedS3 = serviceManagedS3 } @@ -462,8 +447,7 @@ extension IoTAnalyticsClientTypes { public init( numberOfDays: Swift.Int? = nil, unlimited: Swift.Bool = false - ) - { + ) { self.numberOfDays = numberOfDays self.unlimited = unlimited } @@ -484,8 +468,7 @@ extension IoTAnalyticsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -508,8 +491,7 @@ public struct CreateChannelInput: Swift.Sendable { channelStorage: IoTAnalyticsClientTypes.ChannelStorage? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil, tags: [IoTAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.channelName = channelName self.channelStorage = channelStorage self.retentionPeriod = retentionPeriod @@ -529,8 +511,7 @@ public struct CreateChannelOutput: Swift.Sendable { channelArn: Swift.String? = nil, channelName: Swift.String? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil - ) - { + ) { self.channelArn = channelArn self.channelName = channelName self.retentionPeriod = retentionPeriod @@ -580,8 +561,7 @@ extension IoTAnalyticsClientTypes { public init( computeType: IoTAnalyticsClientTypes.ComputeType? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.computeType = computeType self.volumeSizeInGB = volumeSizeInGB } @@ -598,8 +578,7 @@ extension IoTAnalyticsClientTypes { public init( datasetName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName } } @@ -615,8 +594,7 @@ extension IoTAnalyticsClientTypes { public init( fileName: Swift.String? = nil - ) - { + ) { self.fileName = fileName } } @@ -644,8 +622,7 @@ extension IoTAnalyticsClientTypes { name: Swift.String? = nil, outputFileUriValue: IoTAnalyticsClientTypes.OutputFileUriValue? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.datasetContentVersionValue = datasetContentVersionValue self.doubleValue = doubleValue self.name = name @@ -676,8 +653,7 @@ extension IoTAnalyticsClientTypes { image: Swift.String? = nil, resourceConfiguration: IoTAnalyticsClientTypes.ResourceConfiguration? = nil, variables: [IoTAnalyticsClientTypes.Variable]? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.image = image self.resourceConfiguration = resourceConfiguration @@ -700,8 +676,7 @@ extension IoTAnalyticsClientTypes { public init( offsetSeconds: Swift.Int? = nil, timeExpression: Swift.String? = nil - ) - { + ) { self.offsetSeconds = offsetSeconds self.timeExpression = timeExpression } @@ -717,8 +692,7 @@ extension IoTAnalyticsClientTypes { public init( deltaTime: IoTAnalyticsClientTypes.DeltaTime? = nil - ) - { + ) { self.deltaTime = deltaTime } } @@ -737,8 +711,7 @@ extension IoTAnalyticsClientTypes { public init( filters: [IoTAnalyticsClientTypes.QueryFilter]? = nil, sqlQuery: Swift.String? = nil - ) - { + ) { self.filters = filters self.sqlQuery = sqlQuery } @@ -760,8 +733,7 @@ extension IoTAnalyticsClientTypes { actionName: Swift.String? = nil, containerAction: IoTAnalyticsClientTypes.ContainerDatasetAction? = nil, queryAction: IoTAnalyticsClientTypes.SqlQueryDatasetAction? = nil - ) - { + ) { self.actionName = actionName self.containerAction = containerAction self.queryAction = queryAction @@ -783,8 +755,7 @@ extension IoTAnalyticsClientTypes { public init( inputName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.inputName = inputName self.roleArn = roleArn } @@ -805,8 +776,7 @@ extension IoTAnalyticsClientTypes { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -843,8 +813,7 @@ extension IoTAnalyticsClientTypes { glueConfiguration: IoTAnalyticsClientTypes.GlueConfiguration? = nil, key: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.glueConfiguration = glueConfiguration self.key = key @@ -865,8 +834,7 @@ extension IoTAnalyticsClientTypes { public init( iotEventsDestinationConfiguration: IoTAnalyticsClientTypes.IotEventsDestinationConfiguration? = nil, s3DestinationConfiguration: IoTAnalyticsClientTypes.S3DestinationConfiguration? = nil - ) - { + ) { self.iotEventsDestinationConfiguration = iotEventsDestinationConfiguration self.s3DestinationConfiguration = s3DestinationConfiguration } @@ -886,8 +854,7 @@ extension IoTAnalyticsClientTypes { public init( destination: IoTAnalyticsClientTypes.DatasetContentDeliveryDestination? = nil, entryName: Swift.String? = nil - ) - { + ) { self.destination = destination self.entryName = entryName } @@ -904,8 +871,7 @@ extension IoTAnalyticsClientTypes { public init( timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.timeoutInMinutes = timeoutInMinutes } } @@ -920,8 +886,7 @@ extension IoTAnalyticsClientTypes { public init( deltaTimeSessionWindowConfiguration: IoTAnalyticsClientTypes.DeltaTimeSessionWindowConfiguration? = nil - ) - { + ) { self.deltaTimeSessionWindowConfiguration = deltaTimeSessionWindowConfiguration } } @@ -940,8 +905,7 @@ extension IoTAnalyticsClientTypes { public init( ruleConfiguration: IoTAnalyticsClientTypes.LateDataRuleConfiguration? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.ruleConfiguration = ruleConfiguration self.ruleName = ruleName } @@ -958,8 +922,7 @@ extension IoTAnalyticsClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -974,8 +937,7 @@ extension IoTAnalyticsClientTypes { public init( expression: Swift.String? = nil - ) - { + ) { self.expression = expression } } @@ -993,8 +955,7 @@ extension IoTAnalyticsClientTypes { public init( dataset: IoTAnalyticsClientTypes.TriggeringDataset? = nil, schedule: IoTAnalyticsClientTypes.Schedule? = nil - ) - { + ) { self.dataset = dataset self.schedule = schedule } @@ -1013,8 +974,7 @@ extension IoTAnalyticsClientTypes { public init( maxVersions: Swift.Int? = nil, unlimited: Swift.Bool = false - ) - { + ) { self.maxVersions = maxVersions self.unlimited = unlimited } @@ -1050,8 +1010,7 @@ public struct CreateDatasetInput: Swift.Sendable { tags: [IoTAnalyticsClientTypes.Tag]? = nil, triggers: [IoTAnalyticsClientTypes.DatasetTrigger]? = nil, versioningConfiguration: IoTAnalyticsClientTypes.VersioningConfiguration? = nil - ) - { + ) { self.actions = actions self.contentDeliveryRules = contentDeliveryRules self.datasetName = datasetName @@ -1075,8 +1034,7 @@ public struct CreateDatasetOutput: Swift.Sendable { datasetArn: Swift.String? = nil, datasetName: Swift.String? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetName = datasetName self.retentionPeriod = retentionPeriod @@ -1093,8 +1051,7 @@ public struct CreateDatasetContentInput: Swift.Sendable { public init( datasetName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.versionId = versionId } @@ -1106,8 +1063,7 @@ public struct CreateDatasetContentOutput: Swift.Sendable { public init( versionId: Swift.String? = nil - ) - { + ) { self.versionId = versionId } } @@ -1122,8 +1078,7 @@ extension IoTAnalyticsClientTypes { public init( attributeName: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName } } @@ -1142,8 +1097,7 @@ extension IoTAnalyticsClientTypes { public init( attributeName: Swift.String? = nil, timestampFormat: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.timestampFormat = timestampFormat } @@ -1162,8 +1116,7 @@ extension IoTAnalyticsClientTypes { public init( attributePartition: IoTAnalyticsClientTypes.Partition? = nil, timestampPartition: IoTAnalyticsClientTypes.TimestampPartition? = nil - ) - { + ) { self.attributePartition = attributePartition self.timestampPartition = timestampPartition } @@ -1179,8 +1132,7 @@ extension IoTAnalyticsClientTypes { public init( partitions: [IoTAnalyticsClientTypes.DatastorePartition]? = nil - ) - { + ) { self.partitions = partitions } } @@ -1203,8 +1155,7 @@ extension IoTAnalyticsClientTypes { bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix self.roleArn = roleArn @@ -1225,8 +1176,7 @@ extension IoTAnalyticsClientTypes { public init( bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix } @@ -1243,8 +1193,7 @@ extension IoTAnalyticsClientTypes { public init( customerManagedS3Storage: IoTAnalyticsClientTypes.IotSiteWiseCustomerManagedDatastoreS3Storage? = nil - ) - { + ) { self.customerManagedS3Storage = customerManagedS3Storage } } @@ -1296,8 +1245,7 @@ extension IoTAnalyticsClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -1313,8 +1261,7 @@ extension IoTAnalyticsClientTypes { public init( columns: [IoTAnalyticsClientTypes.Column]? = nil - ) - { + ) { self.columns = columns } } @@ -1329,8 +1276,7 @@ extension IoTAnalyticsClientTypes { public init( schemaDefinition: IoTAnalyticsClientTypes.SchemaDefinition? = nil - ) - { + ) { self.schemaDefinition = schemaDefinition } } @@ -1348,8 +1294,7 @@ extension IoTAnalyticsClientTypes { public init( jsonConfiguration: IoTAnalyticsClientTypes.JsonConfiguration? = nil, parquetConfiguration: IoTAnalyticsClientTypes.ParquetConfiguration? = nil - ) - { + ) { self.jsonConfiguration = jsonConfiguration self.parquetConfiguration = parquetConfiguration } @@ -1378,8 +1323,7 @@ public struct CreateDatastoreInput: Swift.Sendable { fileFormatConfiguration: IoTAnalyticsClientTypes.FileFormatConfiguration? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil, tags: [IoTAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.datastoreName = datastoreName self.datastorePartitions = datastorePartitions self.datastoreStorage = datastoreStorage @@ -1401,8 +1345,7 @@ public struct CreateDatastoreOutput: Swift.Sendable { datastoreArn: Swift.String? = nil, datastoreName: Swift.String? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil - ) - { + ) { self.datastoreArn = datastoreArn self.datastoreName = datastoreName self.retentionPeriod = retentionPeriod @@ -1426,8 +1369,7 @@ extension IoTAnalyticsClientTypes { channelName: Swift.String? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.name = name self.next = next @@ -1449,8 +1391,7 @@ extension IoTAnalyticsClientTypes { public init( datastoreName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.datastoreName = datastoreName self.name = name } @@ -1482,8 +1423,7 @@ extension IoTAnalyticsClientTypes { next: Swift.String? = nil, roleArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.name = name self.next = next @@ -1518,8 +1458,7 @@ extension IoTAnalyticsClientTypes { next: Swift.String? = nil, roleArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.name = name self.next = next @@ -1546,8 +1485,7 @@ extension IoTAnalyticsClientTypes { filter: Swift.String? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.filter = filter self.name = name self.next = next @@ -1576,8 +1514,7 @@ extension IoTAnalyticsClientTypes { lambdaName: Swift.String? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.batchSize = batchSize self.lambdaName = lambdaName self.name = name @@ -1607,8 +1544,7 @@ extension IoTAnalyticsClientTypes { math: Swift.String? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.math = math self.name = name @@ -1634,8 +1570,7 @@ extension IoTAnalyticsClientTypes { attributes: [Swift.String]? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name self.next = next @@ -1660,8 +1595,7 @@ extension IoTAnalyticsClientTypes { attributes: [Swift.String]? = nil, name: Swift.String? = nil, next: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name self.next = next @@ -1705,8 +1639,7 @@ extension IoTAnalyticsClientTypes { math: IoTAnalyticsClientTypes.MathActivity? = nil, removeAttributes: IoTAnalyticsClientTypes.RemoveAttributesActivity? = nil, selectAttributes: IoTAnalyticsClientTypes.SelectAttributesActivity? = nil - ) - { + ) { self.addAttributes = addAttributes self.channel = channel self.datastore = datastore @@ -1735,8 +1668,7 @@ public struct CreatePipelineInput: Swift.Sendable { pipelineActivities: [IoTAnalyticsClientTypes.PipelineActivity]? = nil, pipelineName: Swift.String? = nil, tags: [IoTAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.pipelineActivities = pipelineActivities self.pipelineName = pipelineName self.tags = tags @@ -1752,8 +1684,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipelineArn: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineArn = pipelineArn self.pipelineName = pipelineName } @@ -1766,8 +1697,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -1779,8 +1709,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( datasetName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName } } @@ -1795,8 +1724,7 @@ public struct DeleteDatasetContentInput: Swift.Sendable { public init( datasetName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.versionId = versionId } @@ -1809,8 +1737,7 @@ public struct DeleteDatastoreInput: Swift.Sendable { public init( datastoreName: Swift.String? = nil - ) - { + ) { self.datastoreName = datastoreName } } @@ -1822,8 +1749,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -1838,8 +1764,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil, includeStatistics: Swift.Bool? = false - ) - { + ) { self.channelName = channelName self.includeStatistics = includeStatistics } @@ -1907,8 +1832,7 @@ extension IoTAnalyticsClientTypes { retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil, status: IoTAnalyticsClientTypes.ChannelStatus? = nil, storage: IoTAnalyticsClientTypes.ChannelStorage? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.lastMessageArrivalTime = lastMessageArrivalTime @@ -1933,8 +1857,7 @@ extension IoTAnalyticsClientTypes { public init( estimatedOn: Foundation.Date? = nil, estimatedSizeInBytes: Swift.Double? = nil - ) - { + ) { self.estimatedOn = estimatedOn self.estimatedSizeInBytes = estimatedSizeInBytes } @@ -1950,8 +1873,7 @@ extension IoTAnalyticsClientTypes { public init( size: IoTAnalyticsClientTypes.EstimatedResourceSize? = nil - ) - { + ) { self.size = size } } @@ -1966,8 +1888,7 @@ public struct DescribeChannelOutput: Swift.Sendable { public init( channel: IoTAnalyticsClientTypes.Channel? = nil, statistics: IoTAnalyticsClientTypes.ChannelStatistics? = nil - ) - { + ) { self.channel = channel self.statistics = statistics } @@ -1980,8 +1901,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName } } @@ -2057,8 +1977,7 @@ extension IoTAnalyticsClientTypes { status: IoTAnalyticsClientTypes.DatasetStatus? = nil, triggers: [IoTAnalyticsClientTypes.DatasetTrigger]? = nil, versioningConfiguration: IoTAnalyticsClientTypes.VersioningConfiguration? = nil - ) - { + ) { self.actions = actions self.arn = arn self.contentDeliveryRules = contentDeliveryRules @@ -2080,8 +1999,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( dataset: IoTAnalyticsClientTypes.Dataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -2096,8 +2014,7 @@ public struct DescribeDatastoreInput: Swift.Sendable { public init( datastoreName: Swift.String? = nil, includeStatistics: Swift.Bool? = false - ) - { + ) { self.datastoreName = datastoreName self.includeStatistics = includeStatistics } @@ -2171,8 +2088,7 @@ extension IoTAnalyticsClientTypes { retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil, status: IoTAnalyticsClientTypes.DatastoreStatus? = nil, storage: IoTAnalyticsClientTypes.DatastoreStorage? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.datastorePartitions = datastorePartitions @@ -2196,8 +2112,7 @@ extension IoTAnalyticsClientTypes { public init( size: IoTAnalyticsClientTypes.EstimatedResourceSize? = nil - ) - { + ) { self.size = size } } @@ -2212,8 +2127,7 @@ public struct DescribeDatastoreOutput: Swift.Sendable { public init( datastore: IoTAnalyticsClientTypes.Datastore? = nil, statistics: IoTAnalyticsClientTypes.DatastoreStatistics? = nil - ) - { + ) { self.datastore = datastore self.statistics = statistics } @@ -2268,8 +2182,7 @@ extension IoTAnalyticsClientTypes { enabled: Swift.Bool = false, level: IoTAnalyticsClientTypes.LoggingLevel? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.level = level self.roleArn = roleArn @@ -2283,8 +2196,7 @@ public struct DescribeLoggingOptionsOutput: Swift.Sendable { public init( loggingOptions: IoTAnalyticsClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -2296,8 +2208,7 @@ public struct DescribePipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -2352,8 +2263,7 @@ extension IoTAnalyticsClientTypes { creationTime: Foundation.Date? = nil, id: Swift.String? = nil, status: IoTAnalyticsClientTypes.ReprocessingStatus? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.status = status @@ -2385,8 +2295,7 @@ extension IoTAnalyticsClientTypes { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, reprocessingSummaries: [IoTAnalyticsClientTypes.ReprocessingSummary]? = nil - ) - { + ) { self.activities = activities self.arn = arn self.creationTime = creationTime @@ -2403,8 +2312,7 @@ public struct DescribePipelineOutput: Swift.Sendable { public init( pipeline: IoTAnalyticsClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -2419,8 +2327,7 @@ public struct GetDatasetContentInput: Swift.Sendable { public init( datasetName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.versionId = versionId } @@ -2438,8 +2345,7 @@ extension IoTAnalyticsClientTypes { public init( dataURI: Swift.String? = nil, entryName: Swift.String? = nil - ) - { + ) { self.dataURI = dataURI self.entryName = entryName } @@ -2490,8 +2396,7 @@ extension IoTAnalyticsClientTypes { public init( reason: Swift.String? = nil, state: IoTAnalyticsClientTypes.DatasetContentState? = nil - ) - { + ) { self.reason = reason self.state = state } @@ -2510,8 +2415,7 @@ public struct GetDatasetContentOutput: Swift.Sendable { entries: [IoTAnalyticsClientTypes.DatasetEntry]? = nil, status: IoTAnalyticsClientTypes.DatasetContentStatus? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.entries = entries self.status = status self.timestamp = timestamp @@ -2527,8 +2431,7 @@ public struct ListChannelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2549,8 +2452,7 @@ extension IoTAnalyticsClientTypes { bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix self.roleArn = roleArn @@ -2579,8 +2481,7 @@ extension IoTAnalyticsClientTypes { public init( customerManagedS3: IoTAnalyticsClientTypes.CustomerManagedChannelS3StorageSummary? = nil, serviceManagedS3: IoTAnalyticsClientTypes.ServiceManagedChannelS3StorageSummary? = nil - ) - { + ) { self.customerManagedS3 = customerManagedS3 self.serviceManagedS3 = serviceManagedS3 } @@ -2611,8 +2512,7 @@ extension IoTAnalyticsClientTypes { lastMessageArrivalTime: Foundation.Date? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTAnalyticsClientTypes.ChannelStatus? = nil - ) - { + ) { self.channelName = channelName self.channelStorage = channelStorage self.creationTime = creationTime @@ -2632,8 +2532,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channelSummaries: [IoTAnalyticsClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelSummaries = channelSummaries self.nextToken = nextToken } @@ -2658,8 +2557,7 @@ public struct ListDatasetContentsInput: Swift.Sendable { nextToken: Swift.String? = nil, scheduledBefore: Foundation.Date? = nil, scheduledOnOrAfter: Foundation.Date? = nil - ) - { + ) { self.datasetName = datasetName self.maxResults = maxResults self.nextToken = nextToken @@ -2689,8 +2587,7 @@ extension IoTAnalyticsClientTypes { scheduleTime: Foundation.Date? = nil, status: IoTAnalyticsClientTypes.DatasetContentStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.scheduleTime = scheduleTime @@ -2709,8 +2606,7 @@ public struct ListDatasetContentsOutput: Swift.Sendable { public init( datasetContentSummaries: [IoTAnalyticsClientTypes.DatasetContentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetContentSummaries = datasetContentSummaries self.nextToken = nextToken } @@ -2725,8 +2621,7 @@ public struct ListDatasetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2773,8 +2668,7 @@ extension IoTAnalyticsClientTypes { public init( actionName: Swift.String? = nil, actionType: IoTAnalyticsClientTypes.DatasetActionType? = nil - ) - { + ) { self.actionName = actionName self.actionType = actionType } @@ -2805,8 +2699,7 @@ extension IoTAnalyticsClientTypes { lastUpdateTime: Foundation.Date? = nil, status: IoTAnalyticsClientTypes.DatasetStatus? = nil, triggers: [IoTAnalyticsClientTypes.DatasetTrigger]? = nil - ) - { + ) { self.actions = actions self.creationTime = creationTime self.datasetName = datasetName @@ -2826,8 +2719,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasetSummaries: [IoTAnalyticsClientTypes.DatasetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetSummaries = datasetSummaries self.nextToken = nextToken } @@ -2842,8 +2734,7 @@ public struct ListDatastoresInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2864,8 +2755,7 @@ extension IoTAnalyticsClientTypes { bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix self.roleArn = roleArn @@ -2885,8 +2775,7 @@ extension IoTAnalyticsClientTypes { public init( bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix } @@ -2902,8 +2791,7 @@ extension IoTAnalyticsClientTypes { public init( customerManagedS3Storage: IoTAnalyticsClientTypes.IotSiteWiseCustomerManagedDatastoreS3StorageSummary? = nil - ) - { + ) { self.customerManagedS3Storage = customerManagedS3Storage } } @@ -2933,8 +2821,7 @@ extension IoTAnalyticsClientTypes { customerManagedS3: IoTAnalyticsClientTypes.CustomerManagedDatastoreS3StorageSummary? = nil, iotSiteWiseMultiLayerStorage: IoTAnalyticsClientTypes.DatastoreIotSiteWiseMultiLayerStorageSummary? = nil, serviceManagedS3: IoTAnalyticsClientTypes.ServiceManagedDatastoreS3StorageSummary? = nil - ) - { + ) { self.customerManagedS3 = customerManagedS3 self.iotSiteWiseMultiLayerStorage = iotSiteWiseMultiLayerStorage self.serviceManagedS3 = serviceManagedS3 @@ -3001,8 +2888,7 @@ extension IoTAnalyticsClientTypes { lastMessageArrivalTime: Foundation.Date? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTAnalyticsClientTypes.DatastoreStatus? = nil - ) - { + ) { self.creationTime = creationTime self.datastoreName = datastoreName self.datastorePartitions = datastorePartitions @@ -3024,8 +2910,7 @@ public struct ListDatastoresOutput: Swift.Sendable { public init( datastoreSummaries: [IoTAnalyticsClientTypes.DatastoreSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastoreSummaries = datastoreSummaries self.nextToken = nextToken } @@ -3040,8 +2925,7 @@ public struct ListPipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3065,8 +2949,7 @@ extension IoTAnalyticsClientTypes { lastUpdateTime: Foundation.Date? = nil, pipelineName: Swift.String? = nil, reprocessingSummaries: [IoTAnalyticsClientTypes.ReprocessingSummary]? = nil - ) - { + ) { self.creationTime = creationTime self.lastUpdateTime = lastUpdateTime self.pipelineName = pipelineName @@ -3084,8 +2967,7 @@ public struct ListPipelinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineSummaries: [IoTAnalyticsClientTypes.PipelineSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineSummaries = pipelineSummaries } @@ -3098,8 +2980,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3110,8 +2991,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [IoTAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3123,8 +3003,7 @@ public struct PutLoggingOptionsInput: Swift.Sendable { public init( loggingOptions: IoTAnalyticsClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -3140,8 +3019,7 @@ public struct RunPipelineActivityInput: Swift.Sendable { public init( payloads: [Foundation.Data]? = nil, pipelineActivity: IoTAnalyticsClientTypes.PipelineActivity? = nil - ) - { + ) { self.payloads = payloads self.pipelineActivity = pipelineActivity } @@ -3156,8 +3034,7 @@ public struct RunPipelineActivityOutput: Swift.Sendable { public init( logResult: Swift.String? = nil, payloads: [Foundation.Data]? = nil - ) - { + ) { self.logResult = logResult self.payloads = payloads } @@ -3179,8 +3056,7 @@ public struct SampleChannelDataInput: Swift.Sendable { endTime: Foundation.Date? = nil, maxMessages: Swift.Int? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.channelName = channelName self.endTime = endTime self.maxMessages = maxMessages @@ -3194,8 +3070,7 @@ public struct SampleChannelDataOutput: Swift.Sendable { public init( payloads: [Foundation.Data]? = nil - ) - { + ) { self.payloads = payloads } } @@ -3209,8 +3084,7 @@ extension IoTAnalyticsClientTypes { public init( s3Paths: [Swift.String]? = nil - ) - { + ) { self.s3Paths = s3Paths } } @@ -3232,8 +3106,7 @@ public struct StartPipelineReprocessingInput: Swift.Sendable { endTime: Foundation.Date? = nil, pipelineName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.channelMessages = channelMessages self.endTime = endTime self.pipelineName = pipelineName @@ -3247,8 +3120,7 @@ public struct StartPipelineReprocessingOutput: Swift.Sendable { public init( reprocessingId: Swift.String? = nil - ) - { + ) { self.reprocessingId = reprocessingId } } @@ -3264,8 +3136,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3287,8 +3158,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3312,8 +3182,7 @@ public struct UpdateChannelInput: Swift.Sendable { channelName: Swift.String? = nil, channelStorage: IoTAnalyticsClientTypes.ChannelStorage? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil - ) - { + ) { self.channelName = channelName self.channelStorage = channelStorage self.retentionPeriod = retentionPeriod @@ -3346,8 +3215,7 @@ public struct UpdateDatasetInput: Swift.Sendable { retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil, triggers: [IoTAnalyticsClientTypes.DatasetTrigger]? = nil, versioningConfiguration: IoTAnalyticsClientTypes.VersioningConfiguration? = nil - ) - { + ) { self.actions = actions self.contentDeliveryRules = contentDeliveryRules self.datasetName = datasetName @@ -3374,8 +3242,7 @@ public struct UpdateDatastoreInput: Swift.Sendable { datastoreStorage: IoTAnalyticsClientTypes.DatastoreStorage? = nil, fileFormatConfiguration: IoTAnalyticsClientTypes.FileFormatConfiguration? = nil, retentionPeriod: IoTAnalyticsClientTypes.RetentionPeriod? = nil - ) - { + ) { self.datastoreName = datastoreName self.datastoreStorage = datastoreStorage self.fileFormatConfiguration = fileFormatConfiguration @@ -3394,8 +3261,7 @@ public struct UpdatePipelineInput: Swift.Sendable { public init( pipelineActivities: [IoTAnalyticsClientTypes.PipelineActivity]? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineActivities = pipelineActivities self.pipelineName = pipelineName } diff --git a/Sources/Services/AWSIoTDataPlane/Package.swift.txt b/Sources/Services/AWSIoTDataPlane/Package.swift.txt index f7ef969df0e..eb1ccc135b6 100644 --- a/Sources/Services/AWSIoTDataPlane/Package.swift.txt +++ b/Sources/Services/AWSIoTDataPlane/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/IoTDataPlaneClient.swift b/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/IoTDataPlaneClient.swift index 6c23b8b4623..f462ec98718 100644 --- a/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/IoTDataPlaneClient.swift +++ b/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/IoTDataPlaneClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTDataPlaneClient: ClientRuntime.Client { public static let clientName = "IoTDataPlaneClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTDataPlaneClient.IoTDataPlaneClientConfiguration let serviceName = "IoT Data Plane" diff --git a/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/Models.swift b/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/Models.swift index e24620f7695..274d7b5162c 100644 --- a/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/Models.swift +++ b/Sources/Services/AWSIoTDataPlane/Sources/AWSIoTDataPlane/Models.swift @@ -51,8 +51,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -76,8 +75,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -101,8 +99,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -126,8 +123,7 @@ public struct MethodNotAllowedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -151,8 +147,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -176,8 +171,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +195,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -226,8 +219,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -251,8 +243,7 @@ public struct UnsupportedDocumentEncodingException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -268,8 +259,7 @@ public struct DeleteThingShadowInput: Swift.Sendable { public init( shadowName: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.shadowName = shadowName self.thingName = thingName } @@ -283,8 +273,7 @@ public struct DeleteThingShadowOutput: Swift.Sendable { public init( payload: Foundation.Data? = nil - ) - { + ) { self.payload = payload } } @@ -297,8 +286,7 @@ public struct GetRetainedMessageInput: Swift.Sendable { public init( topic: Swift.String? = nil - ) - { + ) { self.topic = topic } } @@ -322,8 +310,7 @@ public struct GetRetainedMessageOutput: Swift.Sendable { qos: Swift.Int = 0, topic: Swift.String? = nil, userProperties: Foundation.Data? = nil - ) - { + ) { self.lastModifiedTime = lastModifiedTime self.payload = payload self.qos = qos @@ -343,8 +330,7 @@ public struct GetThingShadowInput: Swift.Sendable { public init( shadowName: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.shadowName = shadowName self.thingName = thingName } @@ -357,8 +343,7 @@ public struct GetThingShadowOutput: Swift.Sendable { public init( payload: Foundation.Data? = nil - ) - { + ) { self.payload = payload } } @@ -376,8 +361,7 @@ public struct ListNamedShadowsForThingInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil, thingName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.thingName = thingName @@ -396,8 +380,7 @@ public struct ListNamedShadowsForThingOutput: Swift.Sendable { nextToken: Swift.String? = nil, results: [Swift.String]? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.nextToken = nextToken self.results = results self.timestamp = timestamp @@ -413,8 +396,7 @@ public struct ListRetainedMessagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -438,8 +420,7 @@ extension IoTDataPlaneClientTypes { payloadSize: Swift.Int = 0, qos: Swift.Int = 0, topic: Swift.String? = nil - ) - { + ) { self.lastModifiedTime = lastModifiedTime self.payloadSize = payloadSize self.qos = qos @@ -457,8 +438,7 @@ public struct ListRetainedMessagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retainedTopics: [IoTDataPlaneClientTypes.RetainedMessageSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.retainedTopics = retainedTopics } @@ -528,8 +508,7 @@ public struct PublishInput: Swift.Sendable { retain: Swift.Bool? = false, topic: Swift.String? = nil, userProperties: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.correlationData = correlationData self.messageExpiry = messageExpiry @@ -562,8 +541,7 @@ public struct RequestEntityTooLargeException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -583,8 +561,7 @@ public struct UpdateThingShadowInput: Swift.Sendable { payload: Foundation.Data? = nil, shadowName: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.payload = payload self.shadowName = shadowName self.thingName = thingName @@ -598,8 +575,7 @@ public struct UpdateThingShadowOutput: Swift.Sendable { public init( payload: Foundation.Data? = nil - ) - { + ) { self.payload = payload } } diff --git a/Sources/Services/AWSIoTEvents/Package.swift.txt b/Sources/Services/AWSIoTEvents/Package.swift.txt index f9324ceb459..78073c45b85 100644 --- a/Sources/Services/AWSIoTEvents/Package.swift.txt +++ b/Sources/Services/AWSIoTEvents/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/IoTEventsClient.swift b/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/IoTEventsClient.swift index b24d9d6254a..c02c5645333 100644 --- a/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/IoTEventsClient.swift +++ b/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/IoTEventsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTEventsClient: ClientRuntime.Client { public static let clientName = "IoTEventsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTEventsClient.IoTEventsClientConfiguration let serviceName = "IoT Events" diff --git a/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/Models.swift b/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/Models.swift index 7e3db64380f..5f4e8554025 100644 --- a/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/Models.swift +++ b/Sources/Services/AWSIoTEvents/Sources/AWSIoTEvents/Models.swift @@ -42,8 +42,7 @@ extension IoTEventsClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -59,8 +58,7 @@ extension IoTEventsClientTypes { public init( timerName: Swift.String? = nil - ) - { + ) { self.timerName = timerName } } @@ -109,8 +107,7 @@ extension IoTEventsClientTypes { public init( contentExpression: Swift.String? = nil, type: IoTEventsClientTypes.PayloadType? = nil - ) - { + ) { self.contentExpression = contentExpression self.type = type } @@ -190,8 +187,7 @@ extension IoTEventsClientTypes { rangeKeyType: Swift.String? = nil, rangeKeyValue: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.hashKeyField = hashKeyField self.hashKeyType = hashKeyType self.hashKeyValue = hashKeyValue @@ -230,8 +226,7 @@ extension IoTEventsClientTypes { public init( payload: IoTEventsClientTypes.Payload? = nil, tableName: Swift.String? = nil - ) - { + ) { self.payload = payload self.tableName = tableName } @@ -254,8 +249,7 @@ extension IoTEventsClientTypes { deliveryStreamName: Swift.String? = nil, payload: IoTEventsClientTypes.Payload? = nil, separator: Swift.String? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName self.payload = payload self.separator = separator @@ -276,8 +270,7 @@ extension IoTEventsClientTypes { public init( inputName: Swift.String? = nil, payload: IoTEventsClientTypes.Payload? = nil - ) - { + ) { self.inputName = inputName self.payload = payload } @@ -306,8 +299,7 @@ extension IoTEventsClientTypes { public init( offsetInNanos: Swift.String? = nil, timeInSeconds: Swift.String? = nil - ) - { + ) { self.offsetInNanos = offsetInNanos self.timeInSeconds = timeInSeconds } @@ -341,8 +333,7 @@ extension IoTEventsClientTypes { doubleValue: Swift.String? = nil, integerValue: Swift.String? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.booleanValue = booleanValue self.doubleValue = doubleValue self.integerValue = integerValue @@ -373,8 +364,7 @@ extension IoTEventsClientTypes { quality: Swift.String? = nil, timestamp: IoTEventsClientTypes.AssetPropertyTimestamp? = nil, value: IoTEventsClientTypes.AssetPropertyVariant? = nil - ) - { + ) { self.quality = quality self.timestamp = timestamp self.value = value @@ -412,8 +402,7 @@ extension IoTEventsClientTypes { propertyAlias: Swift.String? = nil, propertyId: Swift.String? = nil, propertyValue: IoTEventsClientTypes.AssetPropertyValue? = nil - ) - { + ) { self.assetId = assetId self.entryId = entryId self.propertyAlias = propertyAlias @@ -436,8 +425,7 @@ extension IoTEventsClientTypes { public init( mqttTopic: Swift.String? = nil, payload: IoTEventsClientTypes.Payload? = nil - ) - { + ) { self.mqttTopic = mqttTopic self.payload = payload } @@ -457,8 +445,7 @@ extension IoTEventsClientTypes { public init( functionArn: Swift.String? = nil, payload: IoTEventsClientTypes.Payload? = nil - ) - { + ) { self.functionArn = functionArn self.payload = payload } @@ -475,8 +462,7 @@ extension IoTEventsClientTypes { public init( timerName: Swift.String? = nil - ) - { + ) { self.timerName = timerName } } @@ -499,8 +485,7 @@ extension IoTEventsClientTypes { durationExpression: Swift.String? = nil, seconds: Swift.Int? = nil, timerName: Swift.String? = nil - ) - { + ) { self.durationExpression = durationExpression self.seconds = seconds self.timerName = timerName @@ -522,8 +507,7 @@ extension IoTEventsClientTypes { public init( value: Swift.String? = nil, variableName: Swift.String? = nil - ) - { + ) { self.value = value self.variableName = variableName } @@ -543,8 +527,7 @@ extension IoTEventsClientTypes { public init( payload: IoTEventsClientTypes.Payload? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.payload = payload self.targetArn = targetArn } @@ -567,8 +550,7 @@ extension IoTEventsClientTypes { payload: IoTEventsClientTypes.Payload? = nil, queueUrl: Swift.String? = nil, useBase64: Swift.Bool? = nil - ) - { + ) { self.payload = payload self.queueUrl = queueUrl self.useBase64 = useBase64 @@ -621,8 +603,7 @@ extension IoTEventsClientTypes { setVariable: IoTEventsClientTypes.SetVariableAction? = nil, sns: IoTEventsClientTypes.SNSTopicPublishAction? = nil, sqs: IoTEventsClientTypes.SqsAction? = nil - ) - { + ) { self.clearTimer = clearTimer self.dynamoDB = dynamoDB self.dynamoDBv2 = dynamoDBv2 @@ -704,8 +685,7 @@ extension IoTEventsClientTypes { lambda: IoTEventsClientTypes.LambdaAction? = nil, sns: IoTEventsClientTypes.SNSTopicPublishAction? = nil, sqs: IoTEventsClientTypes.SqsAction? = nil - ) - { + ) { self.dynamoDB = dynamoDB self.dynamoDBv2 = dynamoDBv2 self.firehose = firehose @@ -729,8 +709,7 @@ extension IoTEventsClientTypes { public init( disabledOnInitialization: Swift.Bool? = nil - ) - { + ) { self.disabledOnInitialization = disabledOnInitialization } } @@ -748,8 +727,7 @@ extension IoTEventsClientTypes { public init( acknowledgeFlow: IoTEventsClientTypes.AcknowledgeFlow? = nil, initializationConfiguration: IoTEventsClientTypes.InitializationConfiguration? = nil - ) - { + ) { self.acknowledgeFlow = acknowledgeFlow self.initializationConfiguration = initializationConfiguration } @@ -765,8 +743,7 @@ extension IoTEventsClientTypes { public init( alarmActions: [IoTEventsClientTypes.AlarmAction]? = nil - ) - { + ) { self.alarmActions = alarmActions } } @@ -787,8 +764,7 @@ extension IoTEventsClientTypes { alarmModelDescription: Swift.String? = nil, alarmModelName: Swift.String? = nil, creationTime: Foundation.Date? = nil - ) - { + ) { self.alarmModelDescription = alarmModelDescription self.alarmModelName = alarmModelName self.creationTime = creationTime @@ -869,8 +845,7 @@ extension IoTEventsClientTypes { roleArn: Swift.String? = nil, status: IoTEventsClientTypes.AlarmModelVersionStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.alarmModelArn = alarmModelArn self.alarmModelName = alarmModelName self.alarmModelVersion = alarmModelVersion @@ -892,8 +867,7 @@ extension IoTEventsClientTypes { public init( lambdaAction: IoTEventsClientTypes.LambdaAction? = nil - ) - { + ) { self.lambdaAction = lambdaAction } } @@ -911,8 +885,7 @@ extension IoTEventsClientTypes { public init( additionalMessage: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.additionalMessage = additionalMessage self.subject = subject } @@ -932,8 +905,7 @@ extension IoTEventsClientTypes { public init( identityStoreId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.identityStoreId = identityStoreId self.userId = userId } @@ -949,8 +921,7 @@ extension IoTEventsClientTypes { public init( ssoIdentity: IoTEventsClientTypes.SSOIdentity? = nil - ) - { + ) { self.ssoIdentity = ssoIdentity } } @@ -965,8 +936,7 @@ extension IoTEventsClientTypes { public init( to: [IoTEventsClientTypes.RecipientDetail]? = nil - ) - { + ) { self.to = to } } @@ -989,8 +959,7 @@ extension IoTEventsClientTypes { content: IoTEventsClientTypes.EmailContent? = nil, from: Swift.String? = nil, recipients: IoTEventsClientTypes.EmailRecipients? = nil - ) - { + ) { self.content = content self.from = from self.recipients = recipients @@ -1014,8 +983,7 @@ extension IoTEventsClientTypes { additionalMessage: Swift.String? = nil, recipients: [IoTEventsClientTypes.RecipientDetail]? = nil, senderId: Swift.String? = nil - ) - { + ) { self.additionalMessage = additionalMessage self.recipients = recipients self.senderId = senderId @@ -1039,8 +1007,7 @@ extension IoTEventsClientTypes { action: IoTEventsClientTypes.NotificationTargetActions? = nil, emailConfigurations: [IoTEventsClientTypes.EmailConfiguration]? = nil, smsConfigurations: [IoTEventsClientTypes.SMSConfiguration]? = nil - ) - { + ) { self.action = action self.emailConfigurations = emailConfigurations self.smsConfigurations = smsConfigurations @@ -1057,8 +1024,7 @@ extension IoTEventsClientTypes { public init( notificationActions: [IoTEventsClientTypes.NotificationAction]? = nil - ) - { + ) { self.notificationActions = notificationActions } } @@ -1123,8 +1089,7 @@ extension IoTEventsClientTypes { comparisonOperator: IoTEventsClientTypes.ComparisonOperator? = nil, inputProperty: Swift.String? = nil, threshold: Swift.String? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.inputProperty = inputProperty self.threshold = threshold @@ -1141,8 +1106,7 @@ extension IoTEventsClientTypes { public init( simpleRule: IoTEventsClientTypes.SimpleRule? = nil - ) - { + ) { self.simpleRule = simpleRule } } @@ -1189,8 +1153,7 @@ extension IoTEventsClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -1237,8 +1200,7 @@ extension IoTEventsClientTypes { locations: [IoTEventsClientTypes.AnalysisResultLocation]? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.level = level self.locations = locations self.message = message @@ -1289,8 +1251,7 @@ extension IoTEventsClientTypes { public init( jsonPath: Swift.String? = nil - ) - { + ) { self.jsonPath = jsonPath } } @@ -1315,8 +1276,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1340,8 +1300,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1365,8 +1324,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1396,8 +1354,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -1423,8 +1380,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1448,8 +1404,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1473,8 +1428,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1493,8 +1447,7 @@ extension IoTEventsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1537,8 +1490,7 @@ public struct CreateAlarmModelInput: Swift.Sendable { roleArn: Swift.String? = nil, severity: Swift.Int? = nil, tags: [IoTEventsClientTypes.Tag]? = nil - ) - { + ) { self.alarmCapabilities = alarmCapabilities self.alarmEventActions = alarmEventActions self.alarmModelDescription = alarmModelDescription @@ -1578,8 +1530,7 @@ public struct CreateAlarmModelOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTEventsClientTypes.AlarmModelVersionStatus? = nil - ) - { + ) { self.alarmModelArn = alarmModelArn self.alarmModelVersion = alarmModelVersion self.creationTime = creationTime @@ -1604,8 +1555,7 @@ extension IoTEventsClientTypes { actions: [IoTEventsClientTypes.Action]? = nil, condition: Swift.String? = nil, eventName: Swift.String? = nil - ) - { + ) { self.actions = actions self.condition = condition self.eventName = eventName @@ -1622,8 +1572,7 @@ extension IoTEventsClientTypes { public init( events: [IoTEventsClientTypes.Event]? = nil - ) - { + ) { self.events = events } } @@ -1638,8 +1587,7 @@ extension IoTEventsClientTypes { public init( events: [IoTEventsClientTypes.Event]? = nil - ) - { + ) { self.events = events } } @@ -1666,8 +1614,7 @@ extension IoTEventsClientTypes { condition: Swift.String? = nil, eventName: Swift.String? = nil, nextState: Swift.String? = nil - ) - { + ) { self.actions = actions self.condition = condition self.eventName = eventName @@ -1688,8 +1635,7 @@ extension IoTEventsClientTypes { public init( events: [IoTEventsClientTypes.Event]? = nil, transitionEvents: [IoTEventsClientTypes.TransitionEvent]? = nil - ) - { + ) { self.events = events self.transitionEvents = transitionEvents } @@ -1715,8 +1661,7 @@ extension IoTEventsClientTypes { onExit: IoTEventsClientTypes.OnExitLifecycle? = nil, onInput: IoTEventsClientTypes.OnInputLifecycle? = nil, stateName: Swift.String? = nil - ) - { + ) { self.onEnter = onEnter self.onExit = onExit self.onInput = onInput @@ -1739,8 +1684,7 @@ extension IoTEventsClientTypes { public init( initialStateName: Swift.String? = nil, states: [IoTEventsClientTypes.State]? = nil - ) - { + ) { self.initialStateName = initialStateName self.states = states } @@ -1803,8 +1747,7 @@ public struct CreateDetectorModelInput: Swift.Sendable { key: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [IoTEventsClientTypes.Tag]? = nil - ) - { + ) { self.detectorModelDefinition = detectorModelDefinition self.detectorModelDescription = detectorModelDescription self.detectorModelName = detectorModelName @@ -1895,8 +1838,7 @@ extension IoTEventsClientTypes { lastUpdateTime: Foundation.Date? = nil, roleArn: Swift.String? = nil, status: IoTEventsClientTypes.DetectorModelVersionStatus? = nil - ) - { + ) { self.creationTime = creationTime self.detectorModelArn = detectorModelArn self.detectorModelDescription = detectorModelDescription @@ -1917,8 +1859,7 @@ public struct CreateDetectorModelOutput: Swift.Sendable { public init( detectorModelConfiguration: IoTEventsClientTypes.DetectorModelConfiguration? = nil - ) - { + ) { self.detectorModelConfiguration = detectorModelConfiguration } } @@ -1933,8 +1874,7 @@ extension IoTEventsClientTypes { public init( attributes: [IoTEventsClientTypes.Attribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1957,8 +1897,7 @@ public struct CreateInputInput: Swift.Sendable { inputDescription: Swift.String? = nil, inputName: Swift.String? = nil, tags: [IoTEventsClientTypes.Tag]? = nil - ) - { + ) { self.inputDefinition = inputDefinition self.inputDescription = inputDescription self.inputName = inputName @@ -2030,8 +1969,7 @@ extension IoTEventsClientTypes { inputName: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTEventsClientTypes.InputStatus? = nil - ) - { + ) { self.creationTime = creationTime self.inputArn = inputArn self.inputDescription = inputDescription @@ -2048,8 +1986,7 @@ public struct CreateInputOutput: Swift.Sendable { public init( inputConfiguration: IoTEventsClientTypes.InputConfiguration? = nil - ) - { + ) { self.inputConfiguration = inputConfiguration } } @@ -2073,8 +2010,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2086,8 +2022,7 @@ public struct DeleteAlarmModelInput: Swift.Sendable { public init( alarmModelName: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName } } @@ -2104,8 +2039,7 @@ public struct DeleteDetectorModelInput: Swift.Sendable { public init( detectorModelName: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName } } @@ -2122,8 +2056,7 @@ public struct DeleteInputInput: Swift.Sendable { public init( inputName: Swift.String? = nil - ) - { + ) { self.inputName = inputName } } @@ -2143,8 +2076,7 @@ public struct DescribeAlarmModelInput: Swift.Sendable { public init( alarmModelName: Swift.String? = nil, alarmModelVersion: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.alarmModelVersion = alarmModelVersion } @@ -2206,8 +2138,7 @@ public struct DescribeAlarmModelOutput: Swift.Sendable { severity: Swift.Int? = nil, status: IoTEventsClientTypes.AlarmModelVersionStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.alarmCapabilities = alarmCapabilities self.alarmEventActions = alarmEventActions self.alarmModelArn = alarmModelArn @@ -2236,8 +2167,7 @@ public struct DescribeDetectorModelInput: Swift.Sendable { public init( detectorModelName: Swift.String? = nil, detectorModelVersion: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.detectorModelVersion = detectorModelVersion } @@ -2255,8 +2185,7 @@ extension IoTEventsClientTypes { public init( detectorModelConfiguration: IoTEventsClientTypes.DetectorModelConfiguration? = nil, detectorModelDefinition: IoTEventsClientTypes.DetectorModelDefinition? = nil - ) - { + ) { self.detectorModelConfiguration = detectorModelConfiguration self.detectorModelDefinition = detectorModelDefinition } @@ -2269,8 +2198,7 @@ public struct DescribeDetectorModelOutput: Swift.Sendable { public init( detectorModel: IoTEventsClientTypes.DetectorModel? = nil - ) - { + ) { self.detectorModel = detectorModel } } @@ -2282,8 +2210,7 @@ public struct DescribeDetectorModelAnalysisInput: Swift.Sendable { public init( analysisId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId } } @@ -2300,8 +2227,7 @@ public struct DescribeDetectorModelAnalysisOutput: Swift.Sendable { public init( status: IoTEventsClientTypes.AnalysisStatus? = nil - ) - { + ) { self.status = status } } @@ -2313,8 +2239,7 @@ public struct DescribeInputInput: Swift.Sendable { public init( inputName: Swift.String? = nil - ) - { + ) { self.inputName = inputName } } @@ -2331,8 +2256,7 @@ extension IoTEventsClientTypes { public init( inputConfiguration: IoTEventsClientTypes.InputConfiguration? = nil, inputDefinition: IoTEventsClientTypes.InputDefinition? = nil - ) - { + ) { self.inputConfiguration = inputConfiguration self.inputDefinition = inputDefinition } @@ -2345,8 +2269,7 @@ public struct DescribeInputOutput: Swift.Sendable { public init( input: IoTEventsClientTypes.Input? = nil - ) - { + ) { self.input = input } } @@ -2370,8 +2293,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2394,8 +2316,7 @@ extension IoTEventsClientTypes { public init( detectorModelName: Swift.String? = nil, keyValue: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.keyValue = keyValue } @@ -2455,8 +2376,7 @@ extension IoTEventsClientTypes { enabled: Swift.Bool = false, level: IoTEventsClientTypes.LoggingLevel? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.detectorDebugOptions = detectorDebugOptions self.enabled = enabled self.level = level @@ -2471,8 +2391,7 @@ public struct DescribeLoggingOptionsOutput: Swift.Sendable { public init( loggingOptions: IoTEventsClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -2492,8 +2411,7 @@ extension IoTEventsClientTypes { creationTime: Foundation.Date? = nil, detectorModelDescription: Swift.String? = nil, detectorModelName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.detectorModelDescription = detectorModelDescription self.detectorModelName = detectorModelName @@ -2531,8 +2449,7 @@ extension IoTEventsClientTypes { lastUpdateTime: Foundation.Date? = nil, roleArn: Swift.String? = nil, status: IoTEventsClientTypes.DetectorModelVersionStatus? = nil - ) - { + ) { self.creationTime = creationTime self.detectorModelArn = detectorModelArn self.detectorModelName = detectorModelName @@ -2558,8 +2475,7 @@ public struct GetDetectorModelAnalysisResultsInput: Swift.Sendable { analysisId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.maxResults = maxResults self.nextToken = nextToken @@ -2575,8 +2491,7 @@ public struct GetDetectorModelAnalysisResultsOutput: Swift.Sendable { public init( analysisResults: [IoTEventsClientTypes.AnalysisResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisResults = analysisResults self.nextToken = nextToken } @@ -2592,8 +2507,7 @@ extension IoTEventsClientTypes { public init( inputName: Swift.String? = nil - ) - { + ) { self.inputName = inputName } } @@ -2613,8 +2527,7 @@ extension IoTEventsClientTypes { public init( assetModelId: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.assetModelId = assetModelId self.propertyId = propertyId } @@ -2630,8 +2543,7 @@ extension IoTEventsClientTypes { public init( iotSiteWiseAssetModelPropertyIdentifier: IoTEventsClientTypes.IotSiteWiseAssetModelPropertyIdentifier? = nil - ) - { + ) { self.iotSiteWiseAssetModelPropertyIdentifier = iotSiteWiseAssetModelPropertyIdentifier } } @@ -2649,8 +2561,7 @@ extension IoTEventsClientTypes { public init( iotEventsInputIdentifier: IoTEventsClientTypes.IotEventsInputIdentifier? = nil, iotSiteWiseInputIdentifier: IoTEventsClientTypes.IotSiteWiseInputIdentifier? = nil - ) - { + ) { self.iotEventsInputIdentifier = iotEventsInputIdentifier self.iotSiteWiseInputIdentifier = iotSiteWiseInputIdentifier } @@ -2681,8 +2592,7 @@ extension IoTEventsClientTypes { inputName: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTEventsClientTypes.InputStatus? = nil - ) - { + ) { self.creationTime = creationTime self.inputArn = inputArn self.inputDescription = inputDescription @@ -2702,8 +2612,7 @@ public struct ListAlarmModelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2718,8 +2627,7 @@ public struct ListAlarmModelsOutput: Swift.Sendable { public init( alarmModelSummaries: [IoTEventsClientTypes.AlarmModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmModelSummaries = alarmModelSummaries self.nextToken = nextToken } @@ -2738,8 +2646,7 @@ public struct ListAlarmModelVersionsInput: Swift.Sendable { alarmModelName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.maxResults = maxResults self.nextToken = nextToken @@ -2755,8 +2662,7 @@ public struct ListAlarmModelVersionsOutput: Swift.Sendable { public init( alarmModelVersionSummaries: [IoTEventsClientTypes.AlarmModelVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmModelVersionSummaries = alarmModelVersionSummaries self.nextToken = nextToken } @@ -2771,8 +2677,7 @@ public struct ListDetectorModelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2787,8 +2692,7 @@ public struct ListDetectorModelsOutput: Swift.Sendable { public init( detectorModelSummaries: [IoTEventsClientTypes.DetectorModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorModelSummaries = detectorModelSummaries self.nextToken = nextToken } @@ -2807,8 +2711,7 @@ public struct ListDetectorModelVersionsInput: Swift.Sendable { detectorModelName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.maxResults = maxResults self.nextToken = nextToken @@ -2824,8 +2727,7 @@ public struct ListDetectorModelVersionsOutput: Swift.Sendable { public init( detectorModelVersionSummaries: [IoTEventsClientTypes.DetectorModelVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorModelVersionSummaries = detectorModelVersionSummaries self.nextToken = nextToken } @@ -2844,8 +2746,7 @@ public struct ListInputRoutingsInput: Swift.Sendable { inputIdentifier: IoTEventsClientTypes.InputIdentifier? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputIdentifier = inputIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2864,8 +2765,7 @@ extension IoTEventsClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2881,8 +2781,7 @@ public struct ListInputRoutingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routedResources: [IoTEventsClientTypes.RoutedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.routedResources = routedResources } @@ -2897,8 +2796,7 @@ public struct ListInputsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2913,8 +2811,7 @@ public struct ListInputsOutput: Swift.Sendable { public init( inputSummaries: [IoTEventsClientTypes.InputSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputSummaries = inputSummaries self.nextToken = nextToken } @@ -2927,8 +2824,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2939,8 +2835,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [IoTEventsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2952,8 +2847,7 @@ public struct PutLoggingOptionsInput: Swift.Sendable { public init( loggingOptions: IoTEventsClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -2965,8 +2859,7 @@ public struct StartDetectorModelAnalysisInput: Swift.Sendable { public init( detectorModelDefinition: IoTEventsClientTypes.DetectorModelDefinition? = nil - ) - { + ) { self.detectorModelDefinition = detectorModelDefinition } } @@ -2977,8 +2870,7 @@ public struct StartDetectorModelAnalysisOutput: Swift.Sendable { public init( analysisId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId } } @@ -2994,8 +2886,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTEventsClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3017,8 +2908,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3059,8 +2949,7 @@ public struct UpdateAlarmModelInput: Swift.Sendable { alarmRule: IoTEventsClientTypes.AlarmRule? = nil, roleArn: Swift.String? = nil, severity: Swift.Int? = nil - ) - { + ) { self.alarmCapabilities = alarmCapabilities self.alarmEventActions = alarmEventActions self.alarmModelDescription = alarmModelDescription @@ -3098,8 +2987,7 @@ public struct UpdateAlarmModelOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, lastUpdateTime: Foundation.Date? = nil, status: IoTEventsClientTypes.AlarmModelVersionStatus? = nil - ) - { + ) { self.alarmModelArn = alarmModelArn self.alarmModelVersion = alarmModelVersion self.creationTime = creationTime @@ -3129,8 +3017,7 @@ public struct UpdateDetectorModelInput: Swift.Sendable { detectorModelName: Swift.String? = nil, evaluationMethod: IoTEventsClientTypes.EvaluationMethod? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.detectorModelDefinition = detectorModelDefinition self.detectorModelDescription = detectorModelDescription self.detectorModelName = detectorModelName @@ -3145,8 +3032,7 @@ public struct UpdateDetectorModelOutput: Swift.Sendable { public init( detectorModelConfiguration: IoTEventsClientTypes.DetectorModelConfiguration? = nil - ) - { + ) { self.detectorModelConfiguration = detectorModelConfiguration } } @@ -3165,8 +3051,7 @@ public struct UpdateInputInput: Swift.Sendable { inputDefinition: IoTEventsClientTypes.InputDefinition? = nil, inputDescription: Swift.String? = nil, inputName: Swift.String? = nil - ) - { + ) { self.inputDefinition = inputDefinition self.inputDescription = inputDescription self.inputName = inputName @@ -3179,8 +3064,7 @@ public struct UpdateInputOutput: Swift.Sendable { public init( inputConfiguration: IoTEventsClientTypes.InputConfiguration? = nil - ) - { + ) { self.inputConfiguration = inputConfiguration } } diff --git a/Sources/Services/AWSIoTEventsData/Package.swift.txt b/Sources/Services/AWSIoTEventsData/Package.swift.txt index babe384623d..8f788cc4ba0 100644 --- a/Sources/Services/AWSIoTEventsData/Package.swift.txt +++ b/Sources/Services/AWSIoTEventsData/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/IoTEventsDataClient.swift b/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/IoTEventsDataClient.swift index ca953505f6c..cd009ca6ea0 100644 --- a/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/IoTEventsDataClient.swift +++ b/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/IoTEventsDataClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTEventsDataClient: ClientRuntime.Client { public static let clientName = "IoTEventsDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTEventsDataClient.IoTEventsDataClientConfiguration let serviceName = "IoT Events Data" diff --git a/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/Models.swift b/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/Models.swift index f541568cbf0..18dd688df14 100644 --- a/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/Models.swift +++ b/Sources/Services/AWSIoTEventsData/Sources/AWSIoTEventsData/Models.swift @@ -34,8 +34,7 @@ extension IoTEventsDataClientTypes { public init( note: Swift.String? = nil - ) - { + ) { self.note = note } } @@ -61,8 +60,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, note: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue self.note = note @@ -118,8 +116,7 @@ extension IoTEventsDataClientTypes { public init( note: Swift.String? = nil - ) - { + ) { self.note = note } } @@ -134,8 +131,7 @@ extension IoTEventsDataClientTypes { public init( note: Swift.String? = nil - ) - { + ) { self.note = note } } @@ -150,8 +146,7 @@ extension IoTEventsDataClientTypes { public init( note: Swift.String? = nil - ) - { + ) { self.note = note } } @@ -169,8 +164,7 @@ extension IoTEventsDataClientTypes { public init( note: Swift.String? = nil, snoozeDuration: Swift.Int? = nil - ) - { + ) { self.note = note self.snoozeDuration = snoozeDuration } @@ -214,8 +208,7 @@ extension IoTEventsDataClientTypes { enableActionConfiguration: IoTEventsDataClientTypes.EnableActionConfiguration? = nil, resetActionConfiguration: IoTEventsDataClientTypes.ResetActionConfiguration? = nil, snoozeActionConfiguration: IoTEventsDataClientTypes.SnoozeActionConfiguration? = nil - ) - { + ) { self.acknowledgeActionConfiguration = acknowledgeActionConfiguration self.actionName = actionName self.disableActionConfiguration = disableActionConfiguration @@ -282,8 +275,7 @@ extension IoTEventsDataClientTypes { inputPropertyValue: Swift.String? = nil, `operator`: IoTEventsDataClientTypes.ComparisonOperator? = nil, thresholdValue: Swift.String? = nil - ) - { + ) { self.inputPropertyValue = inputPropertyValue self.`operator` = `operator` self.thresholdValue = thresholdValue @@ -300,8 +292,7 @@ extension IoTEventsDataClientTypes { public init( simpleRuleEvaluation: IoTEventsDataClientTypes.SimpleRuleEvaluation? = nil - ) - { + ) { self.simpleRuleEvaluation = simpleRuleEvaluation } } @@ -409,8 +400,7 @@ extension IoTEventsDataClientTypes { public init( triggerType: IoTEventsDataClientTypes.TriggerType? = nil - ) - { + ) { self.triggerType = triggerType } } @@ -428,8 +418,7 @@ extension IoTEventsDataClientTypes { public init( eventType: IoTEventsDataClientTypes.EventType? = nil, stateChangeConfiguration: IoTEventsDataClientTypes.StateChangeConfiguration? = nil - ) - { + ) { self.eventType = eventType self.stateChangeConfiguration = stateChangeConfiguration } @@ -466,8 +455,7 @@ extension IoTEventsDataClientTypes { ruleEvaluation: IoTEventsDataClientTypes.RuleEvaluation? = nil, stateName: IoTEventsDataClientTypes.AlarmStateName? = nil, systemEvent: IoTEventsDataClientTypes.SystemEvent? = nil - ) - { + ) { self.customerAction = customerAction self.ruleEvaluation = ruleEvaluation self.stateName = stateName @@ -503,8 +491,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, severity: Swift.Int? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.alarmModelVersion = alarmModelVersion self.alarmState = alarmState @@ -552,8 +539,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, stateName: IoTEventsDataClientTypes.AlarmStateName? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.alarmModelVersion = alarmModelVersion self.creationTime = creationTime @@ -583,8 +569,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -608,8 +593,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -633,8 +617,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -658,8 +641,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -671,8 +653,7 @@ public struct BatchAcknowledgeAlarmInput: Swift.Sendable { public init( acknowledgeActionRequests: [IoTEventsDataClientTypes.AcknowledgeAlarmActionRequest]? = nil - ) - { + ) { self.acknowledgeActionRequests = acknowledgeActionRequests } } @@ -740,8 +721,7 @@ extension IoTEventsDataClientTypes { errorCode: IoTEventsDataClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.requestId = requestId @@ -755,8 +735,7 @@ public struct BatchAcknowledgeAlarmOutput: Swift.Sendable { public init( errorEntries: [IoTEventsDataClientTypes.BatchAlarmActionErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -778,8 +757,7 @@ extension IoTEventsDataClientTypes { detectorModelName: Swift.String? = nil, keyValue: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.keyValue = keyValue self.messageId = messageId @@ -794,8 +772,7 @@ public struct BatchDeleteDetectorInput: Swift.Sendable { public init( detectors: [IoTEventsDataClientTypes.DeleteDetectorRequest]? = nil - ) - { + ) { self.detectors = detectors } } @@ -815,8 +792,7 @@ extension IoTEventsDataClientTypes { errorCode: IoTEventsDataClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.messageId = messageId @@ -830,8 +806,7 @@ public struct BatchDeleteDetectorOutput: Swift.Sendable { public init( batchDeleteDetectorErrorEntries: [IoTEventsDataClientTypes.BatchDeleteDetectorErrorEntry]? = nil - ) - { + ) { self.batchDeleteDetectorErrorEntries = batchDeleteDetectorErrorEntries } } @@ -856,8 +831,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, note: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue self.note = note @@ -873,8 +847,7 @@ public struct BatchDisableAlarmInput: Swift.Sendable { public init( disableActionRequests: [IoTEventsDataClientTypes.DisableAlarmActionRequest]? = nil - ) - { + ) { self.disableActionRequests = disableActionRequests } } @@ -885,8 +858,7 @@ public struct BatchDisableAlarmOutput: Swift.Sendable { public init( errorEntries: [IoTEventsDataClientTypes.BatchAlarmActionErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -911,8 +883,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, note: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue self.note = note @@ -928,8 +899,7 @@ public struct BatchEnableAlarmInput: Swift.Sendable { public init( enableActionRequests: [IoTEventsDataClientTypes.EnableAlarmActionRequest]? = nil - ) - { + ) { self.enableActionRequests = enableActionRequests } } @@ -940,8 +910,7 @@ public struct BatchEnableAlarmOutput: Swift.Sendable { public init( errorEntries: [IoTEventsDataClientTypes.BatchAlarmActionErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -955,8 +924,7 @@ extension IoTEventsDataClientTypes { public init( timeInMillis: Swift.Int? = nil - ) - { + ) { self.timeInMillis = timeInMillis } } @@ -983,8 +951,7 @@ extension IoTEventsDataClientTypes { messageId: Swift.String? = nil, payload: Foundation.Data? = nil, timestamp: IoTEventsDataClientTypes.TimestampValue? = nil - ) - { + ) { self.inputName = inputName self.messageId = messageId self.payload = payload @@ -1000,8 +967,7 @@ public struct BatchPutMessageInput: Swift.Sendable { public init( messages: [IoTEventsDataClientTypes.Message]? = nil - ) - { + ) { self.messages = messages } } @@ -1021,8 +987,7 @@ extension IoTEventsDataClientTypes { errorCode: IoTEventsDataClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.messageId = messageId @@ -1036,8 +1001,7 @@ public struct BatchPutMessageOutput: Swift.Sendable { public init( batchPutMessageErrorEntries: [IoTEventsDataClientTypes.BatchPutMessageErrorEntry]? = nil - ) - { + ) { self.batchPutMessageErrorEntries = batchPutMessageErrorEntries } } @@ -1062,8 +1026,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, note: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue self.note = note @@ -1079,8 +1042,7 @@ public struct BatchResetAlarmInput: Swift.Sendable { public init( resetActionRequests: [IoTEventsDataClientTypes.ResetAlarmActionRequest]? = nil - ) - { + ) { self.resetActionRequests = resetActionRequests } } @@ -1091,8 +1053,7 @@ public struct BatchResetAlarmOutput: Swift.Sendable { public init( errorEntries: [IoTEventsDataClientTypes.BatchAlarmActionErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -1121,8 +1082,7 @@ extension IoTEventsDataClientTypes { note: Swift.String? = nil, requestId: Swift.String? = nil, snoozeDuration: Swift.Int? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue self.note = note @@ -1139,8 +1099,7 @@ public struct BatchSnoozeAlarmInput: Swift.Sendable { public init( snoozeActionRequests: [IoTEventsDataClientTypes.SnoozeAlarmActionRequest]? = nil - ) - { + ) { self.snoozeActionRequests = snoozeActionRequests } } @@ -1151,8 +1110,7 @@ public struct BatchSnoozeAlarmOutput: Swift.Sendable { public init( errorEntries: [IoTEventsDataClientTypes.BatchAlarmActionErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -1171,8 +1129,7 @@ extension IoTEventsDataClientTypes { public init( name: Swift.String? = nil, seconds: Swift.Int? = nil - ) - { + ) { self.name = name self.seconds = seconds } @@ -1193,8 +1150,7 @@ extension IoTEventsDataClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1219,8 +1175,7 @@ extension IoTEventsDataClientTypes { stateName: Swift.String? = nil, timers: [IoTEventsDataClientTypes.TimerDefinition]? = nil, variables: [IoTEventsDataClientTypes.VariableDefinition]? = nil - ) - { + ) { self.stateName = stateName self.timers = timers self.variables = variables @@ -1249,8 +1204,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, messageId: Swift.String? = nil, state: IoTEventsDataClientTypes.DetectorStateDefinition? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.keyValue = keyValue self.messageId = messageId @@ -1266,8 +1220,7 @@ public struct BatchUpdateDetectorInput: Swift.Sendable { public init( detectors: [IoTEventsDataClientTypes.UpdateDetectorRequest]? = nil - ) - { + ) { self.detectors = detectors } } @@ -1287,8 +1240,7 @@ extension IoTEventsDataClientTypes { errorCode: IoTEventsDataClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.messageId = messageId @@ -1302,8 +1254,7 @@ public struct BatchUpdateDetectorOutput: Swift.Sendable { public init( batchUpdateDetectorErrorEntries: [IoTEventsDataClientTypes.BatchUpdateDetectorErrorEntry]? = nil - ) - { + ) { self.batchUpdateDetectorErrorEntries = batchUpdateDetectorErrorEntries } } @@ -1327,8 +1278,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1343,8 +1293,7 @@ public struct DescribeAlarmInput: Swift.Sendable { public init( alarmModelName: Swift.String? = nil, keyValue: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.keyValue = keyValue } @@ -1356,8 +1305,7 @@ public struct DescribeAlarmOutput: Swift.Sendable { public init( alarm: IoTEventsDataClientTypes.Alarm? = nil - ) - { + ) { self.alarm = alarm } } @@ -1372,8 +1320,7 @@ public struct DescribeDetectorInput: Swift.Sendable { public init( detectorModelName: Swift.String? = nil, keyValue: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.keyValue = keyValue } @@ -1393,8 +1340,7 @@ extension IoTEventsDataClientTypes { public init( name: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.name = name self.timestamp = timestamp } @@ -1415,8 +1361,7 @@ extension IoTEventsDataClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1441,8 +1386,7 @@ extension IoTEventsDataClientTypes { stateName: Swift.String? = nil, timers: [IoTEventsDataClientTypes.Timer]? = nil, variables: [IoTEventsDataClientTypes.Variable]? = nil - ) - { + ) { self.stateName = stateName self.timers = timers self.variables = variables @@ -1474,8 +1418,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, state: IoTEventsDataClientTypes.DetectorState? = nil - ) - { + ) { self.creationTime = creationTime self.detectorModelName = detectorModelName self.detectorModelVersion = detectorModelVersion @@ -1492,8 +1435,7 @@ public struct DescribeDetectorOutput: Swift.Sendable { public init( detector: IoTEventsDataClientTypes.Detector? = nil - ) - { + ) { self.detector = detector } } @@ -1507,8 +1449,7 @@ extension IoTEventsDataClientTypes { public init( stateName: Swift.String? = nil - ) - { + ) { self.stateName = stateName } } @@ -1538,8 +1479,7 @@ extension IoTEventsDataClientTypes { keyValue: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, state: IoTEventsDataClientTypes.DetectorStateSummary? = nil - ) - { + ) { self.creationTime = creationTime self.detectorModelName = detectorModelName self.detectorModelVersion = detectorModelVersion @@ -1563,8 +1503,7 @@ public struct ListAlarmsInput: Swift.Sendable { alarmModelName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmModelName = alarmModelName self.maxResults = maxResults self.nextToken = nextToken @@ -1580,8 +1519,7 @@ public struct ListAlarmsOutput: Swift.Sendable { public init( alarmSummaries: [IoTEventsDataClientTypes.AlarmSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmSummaries = alarmSummaries self.nextToken = nextToken } @@ -1603,8 +1541,7 @@ public struct ListDetectorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stateName: Swift.String? = nil - ) - { + ) { self.detectorModelName = detectorModelName self.maxResults = maxResults self.nextToken = nextToken @@ -1621,8 +1558,7 @@ public struct ListDetectorsOutput: Swift.Sendable { public init( detectorSummaries: [IoTEventsDataClientTypes.DetectorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detectorSummaries = detectorSummaries self.nextToken = nextToken } diff --git a/Sources/Services/AWSIoTFleetHub/Package.swift.txt b/Sources/Services/AWSIoTFleetHub/Package.swift.txt index 310fdec8dcb..bfa6e8682c4 100644 --- a/Sources/Services/AWSIoTFleetHub/Package.swift.txt +++ b/Sources/Services/AWSIoTFleetHub/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/IoTFleetHubClient.swift b/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/IoTFleetHubClient.swift index d6d4065b732..c9e534b731c 100644 --- a/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/IoTFleetHubClient.swift +++ b/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/IoTFleetHubClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTFleetHubClient: ClientRuntime.Client { public static let clientName = "IoTFleetHubClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTFleetHubClient.IoTFleetHubClientConfiguration let serviceName = "IoTFleetHub" diff --git a/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/Models.swift b/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/Models.swift index 685b0a6f2a2..4152371d068 100644 --- a/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/Models.swift +++ b/Sources/Services/AWSIoTFleetHub/Sources/AWSIoTFleetHub/Models.swift @@ -93,8 +93,7 @@ extension IoTFleetHubClientTypes { applicationName: Swift.String? = nil, applicationState: IoTFleetHubClientTypes.ApplicationState? = nil, applicationUrl: Swift.String? = nil - ) - { + ) { self.applicationCreationDate = applicationCreationDate self.applicationDescription = applicationDescription self.applicationId = applicationId @@ -124,8 +123,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +146,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +169,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -196,8 +192,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -222,8 +217,7 @@ public struct CreateApplicationInput: Swift.Sendable { clientToken: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationDescription = applicationDescription self.applicationName = applicationName self.clientToken = clientToken @@ -243,8 +237,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId } @@ -268,8 +261,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -284,8 +276,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken } @@ -303,8 +294,7 @@ public struct DescribeApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -356,8 +346,7 @@ public struct DescribeApplicationOutput: Swift.Sendable { roleArn: Swift.String? = nil, ssoClientId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationCreationDate = applicationCreationDate self.applicationDescription = applicationDescription @@ -379,8 +368,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -394,8 +382,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationSummaries: [IoTFleetHubClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationSummaries = applicationSummaries self.nextToken = nextToken } @@ -408,8 +395,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -420,8 +406,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -437,8 +422,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -460,8 +444,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -490,8 +473,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -512,8 +494,7 @@ public struct UpdateApplicationInput: Swift.Sendable { applicationId: Swift.String? = nil, applicationName: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.applicationDescription = applicationDescription self.applicationId = applicationId self.applicationName = applicationName diff --git a/Sources/Services/AWSIoTFleetWise/Package.swift.txt b/Sources/Services/AWSIoTFleetWise/Package.swift.txt index f2a35592d1c..3737d672dec 100644 --- a/Sources/Services/AWSIoTFleetWise/Package.swift.txt +++ b/Sources/Services/AWSIoTFleetWise/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/IoTFleetWiseClient.swift b/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/IoTFleetWiseClient.swift index 1f6ae74ca39..14cdaa89a3f 100644 --- a/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/IoTFleetWiseClient.swift +++ b/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/IoTFleetWiseClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTFleetWiseClient: ClientRuntime.Client { public static let clientName = "IoTFleetWiseClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTFleetWiseClient.IoTFleetWiseClientConfiguration let serviceName = "IoTFleetWise" diff --git a/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/Models.swift b/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/Models.swift index cdde3f182a1..f0e2b3dfcbb 100644 --- a/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/Models.swift +++ b/Sources/Services/AWSIoTFleetWise/Sources/AWSIoTFleetWise/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -204,8 +203,7 @@ extension IoTFleetWiseClientTypes { min: Swift.Double? = nil, structFullyQualifiedName: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.assignedValue = assignedValue self.comment = comment @@ -243,8 +241,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -277,8 +274,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -312,8 +308,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -348,8 +343,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -371,8 +365,7 @@ extension IoTFleetWiseClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -439,8 +432,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [IoTFleetWiseClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: IoTFleetWiseClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -458,8 +450,7 @@ public struct AssociateVehicleFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.vehicleName = vehicleName } @@ -512,8 +503,7 @@ extension IoTFleetWiseClientTypes { max: Swift.Double? = nil, min: Swift.Double? = nil, unit: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.assignedValue = assignedValue self.comment = comment @@ -616,8 +606,7 @@ extension IoTFleetWiseClientTypes { public init( unit: IoTFleetWiseClientTypes.TimeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -634,8 +623,7 @@ extension IoTFleetWiseClientTypes { public init( stateTemplateUpdateRate: IoTFleetWiseClientTypes.TimePeriod? = nil - ) - { + ) { self.stateTemplateUpdateRate = stateTemplateUpdateRate } } @@ -667,8 +655,7 @@ extension IoTFleetWiseClientTypes { public init( identifier: Swift.String? = nil, stateTemplateUpdateStrategy: IoTFleetWiseClientTypes.StateTemplateUpdateStrategy? = nil - ) - { + ) { self.identifier = identifier self.stateTemplateUpdateStrategy = stateTemplateUpdateStrategy } @@ -689,8 +676,7 @@ extension IoTFleetWiseClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -727,8 +713,7 @@ extension IoTFleetWiseClientTypes { stateTemplates: [IoTFleetWiseClientTypes.StateTemplateAssociation]? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.associationBehavior = associationBehavior self.attributes = attributes self.decoderManifestArn = decoderManifestArn @@ -747,8 +732,7 @@ public struct BatchCreateVehicleInput: Swift.Sendable { public init( vehicles: [IoTFleetWiseClientTypes.CreateVehicleRequestItem]? = nil - ) - { + ) { self.vehicles = vehicles } } @@ -768,8 +752,7 @@ extension IoTFleetWiseClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.vehicleName = vehicleName @@ -792,8 +775,7 @@ extension IoTFleetWiseClientTypes { arn: Swift.String? = nil, thingArn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.thingArn = thingArn self.vehicleName = vehicleName @@ -810,8 +792,7 @@ public struct BatchCreateVehicleOutput: Swift.Sendable { public init( errors: [IoTFleetWiseClientTypes.CreateVehicleError]? = nil, vehicles: [IoTFleetWiseClientTypes.CreateVehicleResponseItem]? = nil - ) - { + ) { self.errors = errors self.vehicles = vehicles } @@ -874,8 +855,7 @@ extension IoTFleetWiseClientTypes { stateTemplatesToAdd: [IoTFleetWiseClientTypes.StateTemplateAssociation]? = nil, stateTemplatesToRemove: [Swift.String]? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.attributeUpdateMode = attributeUpdateMode self.attributes = attributes self.decoderManifestArn = decoderManifestArn @@ -894,8 +874,7 @@ public struct BatchUpdateVehicleInput: Swift.Sendable { public init( vehicles: [IoTFleetWiseClientTypes.UpdateVehicleRequestItem]? = nil - ) - { + ) { self.vehicles = vehicles } } @@ -915,8 +894,7 @@ extension IoTFleetWiseClientTypes { code: Swift.Int = 0, message: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.vehicleName = vehicleName @@ -936,8 +914,7 @@ extension IoTFleetWiseClientTypes { public init( arn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.vehicleName = vehicleName } @@ -953,8 +930,7 @@ public struct BatchUpdateVehicleOutput: Swift.Sendable { public init( errors: [IoTFleetWiseClientTypes.UpdateVehicleError]? = nil, vehicles: [IoTFleetWiseClientTypes.UpdateVehicleResponseItem]? = nil - ) - { + ) { self.errors = errors self.vehicles = vehicles } @@ -979,8 +955,7 @@ extension IoTFleetWiseClientTypes { deprecationMessage: Swift.String? = nil, description: Swift.String? = nil, fullyQualifiedName: Swift.String? = nil - ) - { + ) { self.comment = comment self.deprecationMessage = deprecationMessage self.description = description @@ -1016,8 +991,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resource = resource self.properties.resourceType = resourceType @@ -1072,8 +1046,7 @@ extension IoTFleetWiseClientTypes { expression: Swift.String? = nil, minimumTriggerIntervalMs: Swift.Int? = nil, triggerMode: IoTFleetWiseClientTypes.TriggerMode? = nil - ) - { + ) { self.conditionLanguageVersion = conditionLanguageVersion self.expression = expression self.minimumTriggerIntervalMs = minimumTriggerIntervalMs @@ -1097,8 +1070,7 @@ extension IoTFleetWiseClientTypes { public init( periodMs: Swift.Int? = nil - ) - { + ) { self.periodMs = periodMs } } @@ -1159,8 +1131,7 @@ extension IoTFleetWiseClientTypes { public init( executionRoleArn: Swift.String? = nil, mqttTopicArn: Swift.String? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.mqttTopicArn = mqttTopicArn } @@ -1248,8 +1219,7 @@ extension IoTFleetWiseClientTypes { dataFormat: IoTFleetWiseClientTypes.DataFormat? = nil, `prefix`: Swift.String? = nil, storageCompressionFormat: IoTFleetWiseClientTypes.StorageCompressionFormat? = nil - ) - { + ) { self.bucketArn = bucketArn self.dataFormat = dataFormat self.`prefix` = `prefix` @@ -1272,8 +1242,7 @@ extension IoTFleetWiseClientTypes { public init( executionRoleArn: Swift.String? = nil, timestreamTableArn: Swift.String? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.timestreamTableArn = timestreamTableArn } @@ -1340,8 +1309,7 @@ extension IoTFleetWiseClientTypes { public init( unit: IoTFleetWiseClientTypes.StorageMaximumSizeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1394,8 +1362,7 @@ extension IoTFleetWiseClientTypes { public init( unit: IoTFleetWiseClientTypes.StorageMinimumTimeToLiveUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1426,8 +1393,7 @@ extension IoTFleetWiseClientTypes { maximumSize: IoTFleetWiseClientTypes.StorageMaximumSize? = nil, minimumTimeToLive: IoTFleetWiseClientTypes.StorageMinimumTimeToLive? = nil, storageLocation: Swift.String? = nil - ) - { + ) { self.maximumSize = maximumSize self.minimumTimeToLive = minimumTimeToLive self.storageLocation = storageLocation @@ -1453,8 +1419,7 @@ extension IoTFleetWiseClientTypes { public init( conditionLanguageVersion: Swift.Int? = nil, expression: Swift.String? = nil - ) - { + ) { self.conditionLanguageVersion = conditionLanguageVersion self.expression = expression } @@ -1483,8 +1448,7 @@ extension IoTFleetWiseClientTypes { id: Swift.String? = nil, storageOptions: IoTFleetWiseClientTypes.DataPartitionStorageOptions? = nil, uploadOptions: IoTFleetWiseClientTypes.DataPartitionUploadOptions? = nil - ) - { + ) { self.id = id self.storageOptions = storageOptions self.uploadOptions = uploadOptions @@ -1540,8 +1504,7 @@ extension IoTFleetWiseClientTypes { maxSampleCount: Swift.Int? = nil, minimumSamplingIntervalMs: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.dataPartitionId = dataPartitionId self.maxSampleCount = maxSampleCount self.minimumSamplingIntervalMs = minimumSamplingIntervalMs @@ -1564,8 +1527,7 @@ extension IoTFleetWiseClientTypes { public init( conditionExpression: Swift.String? = nil, triggerMode: IoTFleetWiseClientTypes.TriggerMode? = nil - ) - { + ) { self.conditionExpression = conditionExpression self.triggerMode = triggerMode } @@ -1587,8 +1549,7 @@ extension IoTFleetWiseClientTypes { public init( executionFrequencyMs: Swift.Int? = nil - ) - { + ) { self.executionFrequencyMs = executionFrequencyMs } } @@ -1627,8 +1588,7 @@ extension IoTFleetWiseClientTypes { conditionLanguageVersion: Swift.Int? = nil, fullyQualifiedName: Swift.String? = nil, signalFetchConfig: IoTFleetWiseClientTypes.SignalFetchConfig? = nil - ) - { + ) { self.actions = actions self.conditionLanguageVersion = conditionLanguageVersion self.fullyQualifiedName = fullyQualifiedName @@ -1733,8 +1693,7 @@ public struct CreateCampaignInput: Swift.Sendable { startTime: Foundation.Date? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.collectionScheme = collectionScheme self.compression = compression self.dataDestinationConfigs = dataDestinationConfigs @@ -1770,8 +1729,7 @@ public struct CreateCampaignOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1784,8 +1742,7 @@ public struct DeleteCampaignInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1799,8 +1756,7 @@ public struct DeleteCampaignOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1813,8 +1769,7 @@ public struct GetCampaignInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1920,8 +1875,7 @@ public struct GetCampaignOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: IoTFleetWiseClientTypes.CampaignStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.collectionScheme = collectionScheme self.compression = compression @@ -1963,8 +1917,7 @@ public struct ListCampaignsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -2011,8 +1964,7 @@ extension IoTFleetWiseClientTypes { signalCatalogArn: Swift.String? = nil, status: IoTFleetWiseClientTypes.CampaignStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2034,8 +1986,7 @@ public struct ListCampaignsOutput: Swift.Sendable { public init( campaignSummaries: [IoTFleetWiseClientTypes.CampaignSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.campaignSummaries = campaignSummaries self.nextToken = nextToken } @@ -2101,8 +2052,7 @@ public struct UpdateCampaignInput: Swift.Sendable { dataExtraDimensions: [Swift.String]? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.action = action self.dataExtraDimensions = dataExtraDimensions self.description = description @@ -2135,8 +2085,7 @@ public struct UpdateCampaignOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, status: IoTFleetWiseClientTypes.CampaignStatus? = nil - ) - { + ) { self.arn = arn self.name = name self.status = status @@ -2160,8 +2109,7 @@ extension IoTFleetWiseClientTypes { canDbcFiles: [Foundation.Data]? = nil, networkInterface: Swift.String? = nil, signalsMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.canDbcFiles = canDbcFiles self.networkInterface = networkInterface self.signalsMap = signalsMap @@ -2185,8 +2133,7 @@ extension IoTFleetWiseClientTypes { name: Swift.String? = nil, protocolName: Swift.String? = nil, protocolVersion: Swift.String? = nil - ) - { + ) { self.name = name self.protocolName = protocolName self.protocolVersion = protocolVersion @@ -2231,8 +2178,7 @@ extension IoTFleetWiseClientTypes { name: Swift.String? = nil, offset: Swift.Double? = nil, startBit: Swift.Int = 0 - ) - { + ) { self.factor = factor self.isBigEndian = isBigEndian self.isSigned = isSigned @@ -2287,8 +2233,7 @@ extension IoTFleetWiseClientTypes { public init( logGroupName: Swift.String? = nil, logType: IoTFleetWiseClientTypes.LogType? = nil - ) - { + ) { self.logGroupName = logGroupName self.logType = logType } @@ -2354,8 +2299,7 @@ extension IoTFleetWiseClientTypes { public init( interfaceId: Swift.String? = nil, reason: IoTFleetWiseClientTypes.NetworkInterfaceFailureReason? = nil - ) - { + ) { self.interfaceId = interfaceId self.reason = reason } @@ -2448,8 +2392,7 @@ extension IoTFleetWiseClientTypes { hint: Swift.String? = nil, name: Swift.String? = nil, reason: IoTFleetWiseClientTypes.SignalDecoderFailureReason? = nil - ) - { + ) { self.hint = hint self.name = name self.reason = reason @@ -2481,8 +2424,7 @@ public struct DecoderManifestValidationException: ClientRuntime.ModeledError, AW invalidNetworkInterfaces: [IoTFleetWiseClientTypes.InvalidNetworkInterface]? = nil, invalidSignals: [IoTFleetWiseClientTypes.InvalidSignalDecoder]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidNetworkInterfaces = invalidNetworkInterfaces self.properties.invalidSignals = invalidSignals self.properties.message = message @@ -2525,8 +2467,7 @@ extension IoTFleetWiseClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2561,8 +2502,7 @@ extension IoTFleetWiseClientTypes { pidRequestIntervalSeconds: Swift.Int = 0, requestMessageId: Swift.Int = 0, useExtendedIds: Swift.Bool = false - ) - { + ) { self.dtcRequestIntervalSeconds = dtcRequestIntervalSeconds self.hasTransmissionEcu = hasTransmissionEcu self.name = name @@ -2649,8 +2589,7 @@ extension IoTFleetWiseClientTypes { public init( name: Swift.String? = nil, protocolName: IoTFleetWiseClientTypes.VehicleMiddlewareProtocol? = nil - ) - { + ) { self.name = name self.protocolName = protocolName } @@ -2683,8 +2622,7 @@ extension IoTFleetWiseClientTypes { obdInterface: IoTFleetWiseClientTypes.ObdInterface? = nil, type: IoTFleetWiseClientTypes.NetworkInterfaceType? = nil, vehicleMiddleware: IoTFleetWiseClientTypes.VehicleMiddleware? = nil - ) - { + ) { self.canInterface = canInterface self.customDecodingInterface = customDecodingInterface self.interfaceId = interfaceId @@ -2705,8 +2643,7 @@ extension IoTFleetWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2799,8 +2736,7 @@ extension IoTFleetWiseClientTypes { primitiveType: IoTFleetWiseClientTypes.ROS2PrimitiveType? = nil, scaling: Swift.Double? = nil, upperBound: Swift.Int? = nil - ) - { + ) { self.offset = offset self.primitiveType = primitiveType self.scaling = scaling @@ -2891,8 +2827,7 @@ extension IoTFleetWiseClientTypes { scaling: Swift.Double? = nil, serviceMode: Swift.Int = 0, startByte: Swift.Int = 0 - ) - { + ) { self.bitMaskLength = bitMaskLength self.bitRightShift = bitRightShift self.byteLength = byteLength @@ -2952,8 +2887,7 @@ public struct CreateDecoderManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2976,8 +2910,7 @@ public struct CreateFleetInput: Swift.Sendable { fleetId: Swift.String? = nil, signalCatalogArn: Swift.String? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.fleetId = fleetId self.signalCatalogArn = signalCatalogArn @@ -2996,8 +2929,7 @@ public struct CreateFleetOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -3015,8 +2947,7 @@ extension IoTFleetWiseClientTypes { public init( name: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.name = name self.reason = reason } @@ -3044,8 +2975,7 @@ public struct InvalidSignalsException: ClientRuntime.ModeledError, AWSClientRunt public init( invalidSignals: [IoTFleetWiseClientTypes.InvalidSignal]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidSignals = invalidSignals self.properties.message = message } @@ -3072,8 +3002,7 @@ public struct CreateModelManifestInput: Swift.Sendable { nodes: [Swift.String]? = nil, signalCatalogArn: Swift.String? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.nodes = nodes @@ -3093,8 +3022,7 @@ public struct CreateModelManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3158,8 +3086,7 @@ extension IoTFleetWiseClientTypes { description: Swift.String? = nil, fullyQualifiedName: Swift.String? = nil, structFullyQualifiedName: Swift.String? = nil - ) - { + ) { self.comment = comment self.dataEncoding = dataEncoding self.dataType = dataType @@ -3209,8 +3136,7 @@ extension IoTFleetWiseClientTypes { min: Swift.Double? = nil, structFullyQualifiedName: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.comment = comment self.dataType = dataType @@ -3244,8 +3170,7 @@ extension IoTFleetWiseClientTypes { deprecationMessage: Swift.String? = nil, description: Swift.String? = nil, fullyQualifiedName: Swift.String? = nil - ) - { + ) { self.comment = comment self.deprecationMessage = deprecationMessage self.description = description @@ -3298,8 +3223,7 @@ public struct InvalidNodeException: ClientRuntime.ModeledError, AWSClientRuntime invalidNodes: [IoTFleetWiseClientTypes.Node]? = nil, message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.invalidNodes = invalidNodes self.properties.message = message self.properties.reason = reason @@ -3322,8 +3246,7 @@ public struct CreateSignalCatalogInput: Swift.Sendable { name: Swift.String? = nil, nodes: [IoTFleetWiseClientTypes.Node]? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.nodes = nodes @@ -3342,8 +3265,7 @@ public struct CreateSignalCatalogOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3376,8 +3298,7 @@ public struct CreateStateTemplateInput: Swift.Sendable { signalCatalogArn: Swift.String? = nil, stateTemplateProperties: [Swift.String]? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.dataExtraDimensions = dataExtraDimensions self.description = description self.metadataExtraDimensions = metadataExtraDimensions @@ -3400,8 +3321,7 @@ public struct CreateStateTemplateOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -3435,8 +3355,7 @@ public struct CreateVehicleInput: Swift.Sendable { stateTemplates: [IoTFleetWiseClientTypes.StateTemplateAssociation]? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.associationBehavior = associationBehavior self.attributes = attributes self.decoderManifestArn = decoderManifestArn @@ -3459,8 +3378,7 @@ public struct CreateVehicleOutput: Swift.Sendable { arn: Swift.String? = nil, thingArn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.thingArn = thingArn self.vehicleName = vehicleName @@ -3474,8 +3392,7 @@ public struct DeleteDecoderManifestInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3491,8 +3408,7 @@ public struct DeleteDecoderManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3505,8 +3421,7 @@ public struct GetDecoderManifestInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3577,8 +3492,7 @@ public struct GetDecoderManifestOutput: Swift.Sendable { modelManifestArn: Swift.String? = nil, name: Swift.String? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -3611,8 +3525,7 @@ public struct ImportDecoderManifestInput: Swift.Sendable { public init( name: Swift.String? = nil, networkFileDefinitions: [IoTFleetWiseClientTypes.NetworkFileDefinition]? = nil - ) - { + ) { self.name = name self.networkFileDefinitions = networkFileDefinitions } @@ -3629,8 +3542,7 @@ public struct ImportDecoderManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3649,8 +3561,7 @@ public struct ListDecoderManifestNetworkInterfacesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3666,8 +3577,7 @@ public struct ListDecoderManifestNetworkInterfacesOutput: Swift.Sendable { public init( networkInterfaces: [IoTFleetWiseClientTypes.NetworkInterface]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInterfaces = networkInterfaces self.nextToken = nextToken } @@ -3685,8 +3595,7 @@ public struct ListDecoderManifestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, modelManifestArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.modelManifestArn = modelManifestArn self.nextToken = nextToken @@ -3725,8 +3634,7 @@ extension IoTFleetWiseClientTypes { modelManifestArn: Swift.String? = nil, name: Swift.String? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -3748,8 +3656,7 @@ public struct ListDecoderManifestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTFleetWiseClientTypes.DecoderManifestSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -3768,8 +3675,7 @@ public struct ListDecoderManifestSignalsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3787,8 +3693,7 @@ public struct UpdateDecoderManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3801,8 +3706,7 @@ public struct DeleteFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -3816,8 +3720,7 @@ public struct DeleteFleetOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -3830,8 +3733,7 @@ public struct DeleteModelManifestInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3847,8 +3749,7 @@ public struct DeleteModelManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3861,8 +3762,7 @@ public struct DeleteSignalCatalogInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3878,8 +3778,7 @@ public struct DeleteSignalCatalogOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3892,8 +3791,7 @@ public struct DeleteStateTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -3910,8 +3808,7 @@ public struct DeleteStateTemplateOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -3925,8 +3822,7 @@ public struct DeleteVehicleInput: Swift.Sendable { public init( vehicleName: Swift.String? = nil - ) - { + ) { self.vehicleName = vehicleName } } @@ -3942,8 +3838,7 @@ public struct DeleteVehicleOutput: Swift.Sendable { public init( arn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.vehicleName = vehicleName } @@ -3960,8 +3855,7 @@ public struct DisassociateVehicleFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.vehicleName = vehicleName } @@ -4046,8 +3940,7 @@ public struct ListFleetsForVehicleInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vehicleName = vehicleName @@ -4063,8 +3956,7 @@ public struct ListFleetsForVehicleOutput: Swift.Sendable { public init( fleets: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleets = fleets self.nextToken = nextToken } @@ -4077,8 +3969,7 @@ public struct GetFleetInput: Swift.Sendable { public init( fleetId: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId } } @@ -4109,8 +4000,7 @@ public struct GetFleetOutput: Swift.Sendable { id: Swift.String? = nil, lastModificationTime: Foundation.Date? = nil, signalCatalogArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -4129,8 +4019,7 @@ public struct ListFleetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4164,8 +4053,7 @@ extension IoTFleetWiseClientTypes { id: Swift.String? = nil, lastModificationTime: Foundation.Date? = nil, signalCatalogArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -4185,8 +4073,7 @@ public struct ListFleetsOutput: Swift.Sendable { public init( fleetSummaries: [IoTFleetWiseClientTypes.FleetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetSummaries = fleetSummaries self.nextToken = nextToken } @@ -4202,8 +4089,7 @@ public struct UpdateFleetInput: Swift.Sendable { public init( description: Swift.String? = nil, fleetId: Swift.String? = nil - ) - { + ) { self.description = description self.fleetId = fleetId } @@ -4218,8 +4104,7 @@ public struct UpdateFleetOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -4238,8 +4123,7 @@ public struct ListVehiclesInFleetInput: Swift.Sendable { fleetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetId = fleetId self.maxResults = maxResults self.nextToken = nextToken @@ -4255,8 +4139,7 @@ public struct ListVehiclesInFleetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vehicles: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.vehicles = vehicles } @@ -4300,8 +4183,7 @@ public struct GetEncryptionConfigurationOutput: Swift.Sendable { errorMessage: Swift.String? = nil, kmsKeyId: Swift.String? = nil, lastModificationTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.encryptionStatus = encryptionStatus self.encryptionType = encryptionType @@ -4323,8 +4205,7 @@ public struct GetLoggingOptionsOutput: Swift.Sendable { public init( cloudWatchLogDelivery: IoTFleetWiseClientTypes.CloudWatchLogDeliveryOptions? = nil - ) - { + ) { self.cloudWatchLogDelivery = cloudWatchLogDelivery } } @@ -4336,8 +4217,7 @@ public struct GetModelManifestInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4370,8 +4250,7 @@ public struct GetModelManifestOutput: Swift.Sendable { name: Swift.String? = nil, signalCatalogArn: Swift.String? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -4436,8 +4315,7 @@ extension IoTFleetWiseClientTypes { errorMessage: Swift.String? = nil, registrationStatus: IoTFleetWiseClientTypes.RegistrationStatus? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.registrationStatus = registrationStatus self.roleArn = roleArn @@ -4472,8 +4350,7 @@ extension IoTFleetWiseClientTypes { timestreamDatabaseName: Swift.String? = nil, timestreamTableArn: Swift.String? = nil, timestreamTableName: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.registrationStatus = registrationStatus self.timestreamDatabaseArn = timestreamDatabaseArn @@ -4516,8 +4393,7 @@ public struct GetRegisterAccountStatusOutput: Swift.Sendable { iamRegistrationResponse: IoTFleetWiseClientTypes.IamRegistrationResponse? = nil, lastModificationTime: Foundation.Date? = nil, timestreamRegistrationResponse: IoTFleetWiseClientTypes.TimestreamRegistrationResponse? = nil - ) - { + ) { self.accountStatus = accountStatus self.creationTime = creationTime self.customerAccountId = customerAccountId @@ -4534,8 +4410,7 @@ public struct GetSignalCatalogInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4567,8 +4442,7 @@ extension IoTFleetWiseClientTypes { totalProperties: Swift.Int = 0, totalSensors: Swift.Int = 0, totalStructs: Swift.Int = 0 - ) - { + ) { self.totalActuators = totalActuators self.totalAttributes = totalAttributes self.totalBranches = totalBranches @@ -4605,8 +4479,7 @@ public struct GetSignalCatalogOutput: Swift.Sendable { lastModificationTime: Foundation.Date? = nil, name: Swift.String? = nil, nodeCounts: IoTFleetWiseClientTypes.NodeCounts? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -4623,8 +4496,7 @@ public struct GetStateTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -4662,8 +4534,7 @@ public struct GetStateTemplateOutput: Swift.Sendable { name: Swift.String? = nil, signalCatalogArn: Swift.String? = nil, stateTemplateProperties: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.dataExtraDimensions = dataExtraDimensions @@ -4684,8 +4555,7 @@ public struct GetVehicleInput: Swift.Sendable { public init( vehicleName: Swift.String? = nil - ) - { + ) { self.vehicleName = vehicleName } } @@ -4717,8 +4587,7 @@ public struct GetVehicleOutput: Swift.Sendable { modelManifestArn: Swift.String? = nil, stateTemplates: [IoTFleetWiseClientTypes.StateTemplateAssociation]? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.creationTime = creationTime @@ -4743,8 +4612,7 @@ public struct GetVehicleStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vehicleName = vehicleName @@ -4814,8 +4682,7 @@ extension IoTFleetWiseClientTypes { campaignName: Swift.String? = nil, status: IoTFleetWiseClientTypes.VehicleState? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.campaignName = campaignName self.status = status self.vehicleName = vehicleName @@ -4832,8 +4699,7 @@ public struct GetVehicleStatusOutput: Swift.Sendable { public init( campaigns: [IoTFleetWiseClientTypes.VehicleStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.campaigns = campaigns self.nextToken = nextToken } @@ -4849,8 +4715,7 @@ extension IoTFleetWiseClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -4872,8 +4737,7 @@ public struct ImportSignalCatalogInput: Swift.Sendable { name: Swift.String? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil, vss: IoTFleetWiseClientTypes.FormattedVss? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -4892,8 +4756,7 @@ public struct ImportSignalCatalogOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -4906,8 +4769,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -4918,8 +4780,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4937,8 +4798,7 @@ public struct ListModelManifestNodesInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -4954,8 +4814,7 @@ public struct ListModelManifestNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [IoTFleetWiseClientTypes.Node]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -4973,8 +4832,7 @@ public struct ListModelManifestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, signalCatalogArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.signalCatalogArn = signalCatalogArn @@ -5010,8 +4868,7 @@ extension IoTFleetWiseClientTypes { name: Swift.String? = nil, signalCatalogArn: Swift.String? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -5032,8 +4889,7 @@ public struct ListModelManifestsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTFleetWiseClientTypes.ModelManifestSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -5058,8 +4914,7 @@ public struct UpdateModelManifestInput: Swift.Sendable { nodesToAdd: [Swift.String]? = nil, nodesToRemove: [Swift.String]? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.description = description self.name = name self.nodesToAdd = nodesToAdd @@ -5079,8 +4934,7 @@ public struct UpdateModelManifestOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -5096,8 +4950,7 @@ public struct PutEncryptionConfigurationInput: Swift.Sendable { public init( encryptionType: IoTFleetWiseClientTypes.EncryptionType? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsKeyId = kmsKeyId } @@ -5117,8 +4970,7 @@ public struct PutEncryptionConfigurationOutput: Swift.Sendable { encryptionStatus: IoTFleetWiseClientTypes.EncryptionStatus? = nil, encryptionType: IoTFleetWiseClientTypes.EncryptionType? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionStatus = encryptionStatus self.encryptionType = encryptionType self.kmsKeyId = kmsKeyId @@ -5132,8 +4984,7 @@ public struct PutLoggingOptionsInput: Swift.Sendable { public init( cloudWatchLogDelivery: IoTFleetWiseClientTypes.CloudWatchLogDeliveryOptions? = nil - ) - { + ) { self.cloudWatchLogDelivery = cloudWatchLogDelivery } } @@ -5157,8 +5008,7 @@ extension IoTFleetWiseClientTypes { public init( timestreamDatabaseName: Swift.String? = nil, timestreamTableName: Swift.String? = nil - ) - { + ) { self.timestreamDatabaseName = timestreamDatabaseName self.timestreamTableName = timestreamTableName } @@ -5176,8 +5026,7 @@ public struct RegisterAccountInput: Swift.Sendable { public init( iamResources: IoTFleetWiseClientTypes.IamResources? = nil, timestreamResources: IoTFleetWiseClientTypes.TimestreamResources? = nil - ) - { + ) { self.iamResources = iamResources self.timestreamResources = timestreamResources } @@ -5205,8 +5054,7 @@ public struct RegisterAccountOutput: Swift.Sendable { lastModificationTime: Foundation.Date? = nil, registerAccountStatus: IoTFleetWiseClientTypes.RegistrationStatus? = nil, timestreamResources: IoTFleetWiseClientTypes.TimestreamResources? = nil - ) - { + ) { self.creationTime = creationTime self.iamResources = iamResources self.lastModificationTime = lastModificationTime @@ -5272,8 +5120,7 @@ public struct ListSignalCatalogNodesInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, signalNodeType: IoTFleetWiseClientTypes.SignalNodeType? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -5290,8 +5137,7 @@ public struct ListSignalCatalogNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [IoTFleetWiseClientTypes.Node]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -5306,8 +5152,7 @@ public struct ListSignalCatalogsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5331,8 +5176,7 @@ extension IoTFleetWiseClientTypes { creationTime: Foundation.Date? = nil, lastModificationTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.lastModificationTime = lastModificationTime @@ -5350,8 +5194,7 @@ public struct ListSignalCatalogsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTFleetWiseClientTypes.SignalCatalogSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -5376,8 +5219,7 @@ public struct UpdateSignalCatalogInput: Swift.Sendable { nodesToAdd: [IoTFleetWiseClientTypes.Node]? = nil, nodesToRemove: [Swift.String]? = nil, nodesToUpdate: [IoTFleetWiseClientTypes.Node]? = nil - ) - { + ) { self.description = description self.name = name self.nodesToAdd = nodesToAdd @@ -5397,8 +5239,7 @@ public struct UpdateSignalCatalogOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -5413,8 +5254,7 @@ public struct ListStateTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5447,8 +5287,7 @@ extension IoTFleetWiseClientTypes { lastModificationTime: Foundation.Date? = nil, name: Swift.String? = nil, signalCatalogArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -5469,8 +5308,7 @@ public struct ListStateTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTFleetWiseClientTypes.StateTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -5498,8 +5336,7 @@ public struct UpdateStateTemplateInput: Swift.Sendable { metadataExtraDimensions: [Swift.String]? = nil, stateTemplatePropertiesToAdd: [Swift.String]? = nil, stateTemplatePropertiesToRemove: [Swift.String]? = nil - ) - { + ) { self.dataExtraDimensions = dataExtraDimensions self.description = description self.identifier = identifier @@ -5521,8 +5358,7 @@ public struct UpdateStateTemplateOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -5540,8 +5376,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -5563,8 +5398,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5593,8 +5427,7 @@ public struct ListVehiclesInput: Swift.Sendable { maxResults: Swift.Int? = nil, modelManifestArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.attributeValues = attributeValues self.maxResults = maxResults @@ -5636,8 +5469,7 @@ extension IoTFleetWiseClientTypes { lastModificationTime: Foundation.Date? = nil, modelManifestArn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.creationTime = creationTime @@ -5658,8 +5490,7 @@ public struct ListVehiclesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vehicleSummaries: [IoTFleetWiseClientTypes.VehicleSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vehicleSummaries = vehicleSummaries } @@ -5690,8 +5521,7 @@ public struct UpdateVehicleInput: Swift.Sendable { stateTemplatesToAdd: [IoTFleetWiseClientTypes.StateTemplateAssociation]? = nil, stateTemplatesToRemove: [Swift.String]? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.attributeUpdateMode = attributeUpdateMode self.attributes = attributes self.decoderManifestArn = decoderManifestArn @@ -5711,8 +5541,7 @@ public struct UpdateVehicleOutput: Swift.Sendable { public init( arn: Swift.String? = nil, vehicleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.vehicleName = vehicleName } @@ -5746,8 +5575,7 @@ extension IoTFleetWiseClientTypes { public init( dataType: IoTFleetWiseClientTypes.StructuredMessage? = nil, fieldName: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.fieldName = fieldName } @@ -5775,8 +5603,7 @@ extension IoTFleetWiseClientTypes { listType: IoTFleetWiseClientTypes.StructuredMessageListType? = nil, memberType: IoTFleetWiseClientTypes.StructuredMessage? = nil, name: Swift.String? = nil - ) - { + ) { self.capacity = capacity self.listType = listType self.memberType = memberType @@ -5799,8 +5626,7 @@ extension IoTFleetWiseClientTypes { public init( structuredMessage: IoTFleetWiseClientTypes.StructuredMessage? = nil, topicName: Swift.String? = nil - ) - { + ) { self.structuredMessage = structuredMessage self.topicName = topicName } @@ -5837,8 +5663,7 @@ extension IoTFleetWiseClientTypes { messageSignal: IoTFleetWiseClientTypes.MessageSignal? = nil, obdSignal: IoTFleetWiseClientTypes.ObdSignal? = nil, type: IoTFleetWiseClientTypes.SignalDecoderType? = nil - ) - { + ) { self.canSignal = canSignal self.customDecodingSignal = customDecodingSignal self.fullyQualifiedName = fullyQualifiedName @@ -5876,8 +5701,7 @@ public struct CreateDecoderManifestInput: Swift.Sendable { networkInterfaces: [IoTFleetWiseClientTypes.NetworkInterface]? = nil, signalDecoders: [IoTFleetWiseClientTypes.SignalDecoder]? = nil, tags: [IoTFleetWiseClientTypes.Tag]? = nil - ) - { + ) { self.defaultForUnmappedSignals = defaultForUnmappedSignals self.description = description self.modelManifestArn = modelManifestArn @@ -5897,8 +5721,7 @@ public struct ListDecoderManifestSignalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, signalDecoders: [IoTFleetWiseClientTypes.SignalDecoder]? = nil - ) - { + ) { self.nextToken = nextToken self.signalDecoders = signalDecoders } @@ -5938,8 +5761,7 @@ public struct UpdateDecoderManifestInput: Swift.Sendable { signalDecodersToRemove: [Swift.String]? = nil, signalDecodersToUpdate: [IoTFleetWiseClientTypes.SignalDecoder]? = nil, status: IoTFleetWiseClientTypes.ManifestStatus? = nil - ) - { + ) { self.defaultForUnmappedSignals = defaultForUnmappedSignals self.description = description self.name = name diff --git a/Sources/Services/AWSIoTJobsDataPlane/Package.swift.txt b/Sources/Services/AWSIoTJobsDataPlane/Package.swift.txt index e2cc7759452..c0e12cbe2a5 100644 --- a/Sources/Services/AWSIoTJobsDataPlane/Package.swift.txt +++ b/Sources/Services/AWSIoTJobsDataPlane/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/IoTJobsDataPlaneClient.swift b/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/IoTJobsDataPlaneClient.swift index 230b60658d0..30ad95a5fd0 100644 --- a/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/IoTJobsDataPlaneClient.swift +++ b/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/IoTJobsDataPlaneClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTJobsDataPlaneClient: ClientRuntime.Client { public static let clientName = "IoTJobsDataPlaneClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTJobsDataPlaneClient.IoTJobsDataPlaneClientConfiguration let serviceName = "IoT Jobs Data Plane" diff --git a/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/Models.swift b/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/Models.swift index 9400de49010..cadcb174a0f 100644 --- a/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/Models.swift +++ b/Sources/Services/AWSIoTJobsDataPlane/Sources/AWSIoTJobsDataPlane/Models.swift @@ -44,8 +44,7 @@ public struct CertificateValidationException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -77,8 +76,7 @@ extension IoTJobsDataPlaneClientTypes { l: Swift.Int? = nil, s: Swift.String? = nil, ul: Swift.String? = nil - ) - { + ) { self.b = b self.bin = bin self.d = d @@ -111,8 +109,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -137,8 +134,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -162,8 +158,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +182,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -211,8 +205,7 @@ public struct TerminalStateException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +232,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, payload: Foundation.Data? = nil - ) - { + ) { self.properties.message = message self.properties.payload = payload } @@ -263,8 +255,7 @@ public struct DescribeJobExecutionInput: Swift.Sendable { includeJobDocument: Swift.Bool? = nil, jobId: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.executionNumber = executionNumber self.includeJobDocument = includeJobDocument self.jobId = jobId @@ -358,8 +349,7 @@ extension IoTJobsDataPlaneClientTypes { statusDetails: [Swift.String: Swift.String]? = nil, thingName: Swift.String? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.approximateSecondsBeforeTimedOut = approximateSecondsBeforeTimedOut self.executionNumber = executionNumber self.jobDocument = jobDocument @@ -381,8 +371,7 @@ public struct DescribeJobExecutionOutput: Swift.Sendable { public init( execution: IoTJobsDataPlaneClientTypes.JobExecution? = nil - ) - { + ) { self.execution = execution } } @@ -394,8 +383,7 @@ public struct GetPendingJobExecutionsInput: Swift.Sendable { public init( thingName: Swift.String? = nil - ) - { + ) { self.thingName = thingName } } @@ -424,8 +412,7 @@ extension IoTJobsDataPlaneClientTypes { queuedAt: Swift.Int = 0, startedAt: Swift.Int? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.executionNumber = executionNumber self.jobId = jobId self.lastUpdatedAt = lastUpdatedAt @@ -445,8 +432,7 @@ public struct GetPendingJobExecutionsOutput: Swift.Sendable { public init( inProgressJobs: [IoTJobsDataPlaneClientTypes.JobExecutionSummary]? = nil, queuedJobs: [IoTJobsDataPlaneClientTypes.JobExecutionSummary]? = nil - ) - { + ) { self.inProgressJobs = inProgressJobs self.queuedJobs = queuedJobs } @@ -470,8 +456,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +479,7 @@ public struct InvalidStateTransitionException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -518,8 +502,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -542,8 +525,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -568,8 +550,7 @@ public struct StartCommandExecutionInput: Swift.Sendable { executionTimeoutSeconds: Swift.Int? = nil, parameters: [Swift.String: IoTJobsDataPlaneClientTypes.CommandParameterValue]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.commandArn = commandArn self.executionTimeoutSeconds = executionTimeoutSeconds @@ -584,8 +565,7 @@ public struct StartCommandExecutionOutput: Swift.Sendable { public init( executionId: Swift.String? = nil - ) - { + ) { self.executionId = executionId } } @@ -603,8 +583,7 @@ public struct StartNextPendingJobExecutionInput: Swift.Sendable { statusDetails: [Swift.String: Swift.String]? = nil, stepTimeoutInMinutes: Swift.Int? = nil, thingName: Swift.String? = nil - ) - { + ) { self.statusDetails = statusDetails self.stepTimeoutInMinutes = stepTimeoutInMinutes self.thingName = thingName @@ -617,8 +596,7 @@ public struct StartNextPendingJobExecutionOutput: Swift.Sendable { public init( execution: IoTJobsDataPlaneClientTypes.JobExecution? = nil - ) - { + ) { self.execution = execution } } @@ -656,8 +634,7 @@ public struct UpdateJobExecutionInput: Swift.Sendable { statusDetails: [Swift.String: Swift.String]? = nil, stepTimeoutInMinutes: Swift.Int? = nil, thingName: Swift.String? = nil - ) - { + ) { self.executionNumber = executionNumber self.expectedVersion = expectedVersion self.includeJobDocument = includeJobDocument @@ -685,8 +662,7 @@ extension IoTJobsDataPlaneClientTypes { status: IoTJobsDataPlaneClientTypes.JobExecutionStatus? = nil, statusDetails: [Swift.String: Swift.String]? = nil, versionNumber: Swift.Int = 0 - ) - { + ) { self.status = status self.statusDetails = statusDetails self.versionNumber = versionNumber @@ -703,8 +679,7 @@ public struct UpdateJobExecutionOutput: Swift.Sendable { public init( executionState: IoTJobsDataPlaneClientTypes.JobExecutionState? = nil, jobDocument: Swift.String? = nil - ) - { + ) { self.executionState = executionState self.jobDocument = jobDocument } diff --git a/Sources/Services/AWSIoTSecureTunneling/Package.swift.txt b/Sources/Services/AWSIoTSecureTunneling/Package.swift.txt index a119b155df9..d9b7ca56031 100644 --- a/Sources/Services/AWSIoTSecureTunneling/Package.swift.txt +++ b/Sources/Services/AWSIoTSecureTunneling/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/IoTSecureTunnelingClient.swift b/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/IoTSecureTunnelingClient.swift index 96807273f6b..dcfcc970fc1 100644 --- a/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/IoTSecureTunnelingClient.swift +++ b/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/IoTSecureTunnelingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTSecureTunnelingClient: ClientRuntime.Client { public static let clientName = "IoTSecureTunnelingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTSecureTunnelingClient.IoTSecureTunnelingClientConfiguration let serviceName = "IoTSecureTunneling" diff --git a/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/Models.swift b/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/Models.swift index 362d62e9b97..742b8e22e8f 100644 --- a/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/Models.swift +++ b/Sources/Services/AWSIoTSecureTunneling/Sources/AWSIoTSecureTunneling/Models.swift @@ -76,8 +76,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +91,7 @@ public struct CloseTunnelInput: Swift.Sendable { public init( delete: Swift.Bool? = false, tunnelId: Swift.String? = nil - ) - { + ) { self.delete = delete self.tunnelId = tunnelId } @@ -145,8 +143,7 @@ extension IoTSecureTunnelingClientTypes { public init( lastUpdatedAt: Foundation.Date? = nil, status: IoTSecureTunnelingClientTypes.ConnectionStatus? = nil - ) - { + ) { self.lastUpdatedAt = lastUpdatedAt self.status = status } @@ -160,8 +157,7 @@ public struct DescribeTunnelInput: Swift.Sendable { public init( tunnelId: Swift.String? = nil - ) - { + ) { self.tunnelId = tunnelId } } @@ -179,8 +175,7 @@ extension IoTSecureTunnelingClientTypes { public init( services: [Swift.String]? = nil, thingName: Swift.String? = nil - ) - { + ) { self.services = services self.thingName = thingName } @@ -230,8 +225,7 @@ extension IoTSecureTunnelingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -247,8 +241,7 @@ extension IoTSecureTunnelingClientTypes { public init( maxLifetimeTimeoutMinutes: Swift.Int? = nil - ) - { + ) { self.maxLifetimeTimeoutMinutes = maxLifetimeTimeoutMinutes } } @@ -293,8 +286,7 @@ extension IoTSecureTunnelingClientTypes { timeoutConfig: IoTSecureTunnelingClientTypes.TimeoutConfig? = nil, tunnelArn: Swift.String? = nil, tunnelId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.destinationConfig = destinationConfig @@ -316,8 +308,7 @@ public struct DescribeTunnelOutput: Swift.Sendable { public init( tunnel: IoTSecureTunnelingClientTypes.Tunnel? = nil - ) - { + ) { self.tunnel = tunnel } } @@ -329,8 +320,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -341,8 +331,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [IoTSecureTunnelingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -359,8 +348,7 @@ public struct ListTunnelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.thingName = thingName @@ -391,8 +379,7 @@ extension IoTSecureTunnelingClientTypes { status: IoTSecureTunnelingClientTypes.TunnelStatus? = nil, tunnelArn: Swift.String? = nil, tunnelId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.lastUpdatedAt = lastUpdatedAt @@ -412,8 +399,7 @@ public struct ListTunnelsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tunnelSummaries: [IoTSecureTunnelingClientTypes.TunnelSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tunnelSummaries = tunnelSummaries } @@ -437,8 +423,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -458,8 +443,7 @@ public struct OpenTunnelInput: Swift.Sendable { destinationConfig: IoTSecureTunnelingClientTypes.DestinationConfig? = nil, tags: [IoTSecureTunnelingClientTypes.Tag]? = nil, timeoutConfig: IoTSecureTunnelingClientTypes.TimeoutConfig? = nil - ) - { + ) { self.description = description self.destinationConfig = destinationConfig self.tags = tags @@ -482,8 +466,7 @@ public struct OpenTunnelOutput: Swift.Sendable { sourceAccessToken: Swift.String? = nil, tunnelArn: Swift.String? = nil, tunnelId: Swift.String? = nil - ) - { + ) { self.destinationAccessToken = destinationAccessToken self.sourceAccessToken = sourceAccessToken self.tunnelArn = tunnelArn @@ -510,8 +493,7 @@ public struct RotateTunnelAccessTokenInput: Swift.Sendable { clientMode: IoTSecureTunnelingClientTypes.ClientMode? = nil, destinationConfig: IoTSecureTunnelingClientTypes.DestinationConfig? = nil, tunnelId: Swift.String? = nil - ) - { + ) { self.clientMode = clientMode self.destinationConfig = destinationConfig self.tunnelId = tunnelId @@ -530,8 +512,7 @@ public struct RotateTunnelAccessTokenOutput: Swift.Sendable { destinationAccessToken: Swift.String? = nil, sourceAccessToken: Swift.String? = nil, tunnelArn: Swift.String? = nil - ) - { + ) { self.destinationAccessToken = destinationAccessToken self.sourceAccessToken = sourceAccessToken self.tunnelArn = tunnelArn @@ -554,8 +535,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTSecureTunnelingClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -577,8 +557,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSIoTSiteWise/Package.swift.txt b/Sources/Services/AWSIoTSiteWise/Package.swift.txt index c38cdd79cc1..7a2a1962751 100644 --- a/Sources/Services/AWSIoTSiteWise/Package.swift.txt +++ b/Sources/Services/AWSIoTSiteWise/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,7 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", + package: "smithy-swift" + ), + .product( + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,25 +77,21 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/IoTSiteWiseClient.swift b/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/IoTSiteWiseClient.swift index ca783575edd..8aa0b7abff4 100644 --- a/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/IoTSiteWiseClient.swift +++ b/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/IoTSiteWiseClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTSiteWiseClient: ClientRuntime.Client { public static let clientName = "IoTSiteWiseClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTSiteWiseClient.IoTSiteWiseClientConfiguration let serviceName = "IoTSiteWise" diff --git a/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/Models.swift b/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/Models.swift index a2d78bf0b7b..61cf57c186b 100644 --- a/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/Models.swift +++ b/Sources/Services/AWSIoTSiteWise/Sources/AWSIoTSiteWise/Models.swift @@ -96,8 +96,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +111,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -129,8 +127,7 @@ extension IoTSiteWiseClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -146,8 +143,7 @@ extension IoTSiteWiseClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -163,8 +159,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -188,8 +183,7 @@ extension IoTSiteWiseClientTypes { iamRole: IoTSiteWiseClientTypes.IAMRoleIdentity? = nil, iamUser: IoTSiteWiseClientTypes.IAMUserIdentity? = nil, user: IoTSiteWiseClientTypes.UserIdentity? = nil - ) - { + ) { self.group = group self.iamRole = iamRole self.iamUser = iamUser @@ -237,8 +231,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -254,8 +247,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -273,8 +265,7 @@ extension IoTSiteWiseClientTypes { public init( portal: IoTSiteWiseClientTypes.PortalResource? = nil, project: IoTSiteWiseClientTypes.ProjectResource? = nil - ) - { + ) { self.portal = portal self.project = project } @@ -309,8 +300,7 @@ extension IoTSiteWiseClientTypes { lastUpdateDate: Foundation.Date? = nil, permission: IoTSiteWiseClientTypes.Permission? = nil, resource: IoTSiteWiseClientTypes.Resource? = nil - ) - { + ) { self.creationDate = creationDate self.id = id self.identity = identity @@ -339,8 +329,7 @@ extension IoTSiteWiseClientTypes { actionDefinitionId: Swift.String? = nil, actionName: Swift.String? = nil, actionType: Swift.String? = nil - ) - { + ) { self.actionDefinitionId = actionDefinitionId self.actionName = actionName self.actionType = actionType @@ -358,8 +347,7 @@ extension IoTSiteWiseClientTypes { public init( stringValue: Swift.String? = nil - ) - { + ) { self.stringValue = stringValue } } @@ -375,8 +363,7 @@ extension IoTSiteWiseClientTypes { public init( assetId: Swift.String? = nil - ) - { + ) { self.assetId = assetId } } @@ -397,8 +384,7 @@ extension IoTSiteWiseClientTypes { actionDefinitionId: Swift.String? = nil, actionId: Swift.String? = nil, targetResource: IoTSiteWiseClientTypes.TargetResource? = nil - ) - { + ) { self.actionDefinitionId = actionDefinitionId self.actionId = actionId self.targetResource = targetResource @@ -462,8 +448,7 @@ extension IoTSiteWiseClientTypes { minimum: Swift.Double? = nil, standardDeviation: Swift.Double? = nil, sum: Swift.Double? = nil - ) - { + ) { self.average = average self.count = count self.maximum = maximum @@ -491,8 +476,7 @@ extension IoTSiteWiseClientTypes { quality: IoTSiteWiseClientTypes.Quality? = nil, timestamp: Foundation.Date? = nil, value: IoTSiteWiseClientTypes.Aggregates? = nil - ) - { + ) { self.quality = quality self.timestamp = timestamp self.value = value @@ -554,8 +538,7 @@ extension IoTSiteWiseClientTypes { public init( alarmRoleArn: Swift.String? = nil, notificationLambdaArn: Swift.String? = nil - ) - { + ) { self.alarmRoleArn = alarmRoleArn self.notificationLambdaArn = notificationLambdaArn } @@ -643,8 +626,7 @@ extension IoTSiteWiseClientTypes { public init( state: IoTSiteWiseClientTypes.PropertyNotificationState? = nil, topic: Swift.String? = nil - ) - { + ) { self.state = state self.topic = topic } @@ -663,8 +645,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -707,8 +688,7 @@ extension IoTSiteWiseClientTypes { notification: IoTSiteWiseClientTypes.PropertyNotification? = nil, path: [IoTSiteWiseClientTypes.AssetPropertyPathSegment]? = nil, unit: Swift.String? = nil - ) - { + ) { self.alias = alias self.dataType = dataType self.dataTypeSpec = dataTypeSpec @@ -749,8 +729,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, properties: [IoTSiteWiseClientTypes.AssetProperty]? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.externalId = externalId self.id = id @@ -773,8 +752,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -814,8 +792,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, path: [IoTSiteWiseClientTypes.AssetCompositeModelPathSegment]? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.externalId = externalId self.id = id @@ -870,8 +847,7 @@ extension IoTSiteWiseClientTypes { assetId: Swift.String? = nil, code: IoTSiteWiseClientTypes.AssetErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.code = code self.message = message @@ -895,8 +871,7 @@ extension IoTSiteWiseClientTypes { externalId: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.id = id self.name = name @@ -916,8 +891,7 @@ extension IoTSiteWiseClientTypes { public init( childAssetId: Swift.String? = nil, parentAssetId: Swift.String? = nil - ) - { + ) { self.childAssetId = childAssetId self.parentAssetId = parentAssetId } @@ -936,8 +910,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -953,8 +926,7 @@ extension IoTSiteWiseClientTypes { public init( defaultValue: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue } } @@ -999,8 +971,7 @@ extension IoTSiteWiseClientTypes { public init( state: IoTSiteWiseClientTypes.ForwardingConfigState? = nil - ) - { + ) { self.state = state } } @@ -1016,8 +987,7 @@ extension IoTSiteWiseClientTypes { public init( forwardingConfig: IoTSiteWiseClientTypes.ForwardingConfig? = nil - ) - { + ) { self.forwardingConfig = forwardingConfig } } @@ -1032,8 +1002,7 @@ extension IoTSiteWiseClientTypes { public init( processingConfig: IoTSiteWiseClientTypes.MeasurementProcessingConfig? = nil - ) - { + ) { self.processingConfig = processingConfig } } @@ -1078,8 +1047,7 @@ extension IoTSiteWiseClientTypes { public init( computeLocation: IoTSiteWiseClientTypes.ComputeLocation? = nil - ) - { + ) { self.computeLocation = computeLocation } } @@ -1100,8 +1068,7 @@ extension IoTSiteWiseClientTypes { hierarchyId: Swift.String? = nil, propertyId: Swift.String? = nil, propertyPath: [IoTSiteWiseClientTypes.AssetModelPropertyPathSegment]? = nil - ) - { + ) { self.hierarchyId = hierarchyId self.propertyId = propertyId self.propertyPath = propertyPath @@ -1123,8 +1090,7 @@ extension IoTSiteWiseClientTypes { public init( name: Swift.String? = nil, value: IoTSiteWiseClientTypes.VariableValue? = nil - ) - { + ) { self.name = name self.value = value } @@ -1170,8 +1136,7 @@ extension IoTSiteWiseClientTypes { public init( interval: Swift.String? = nil, offset: Swift.String? = nil - ) - { + ) { self.interval = interval self.offset = offset } @@ -1187,8 +1152,7 @@ extension IoTSiteWiseClientTypes { public init( tumbling: IoTSiteWiseClientTypes.TumblingWindow? = nil - ) - { + ) { self.tumbling = tumbling } } @@ -1215,8 +1179,7 @@ extension IoTSiteWiseClientTypes { processingConfig: IoTSiteWiseClientTypes.MetricProcessingConfig? = nil, variables: [IoTSiteWiseClientTypes.ExpressionVariable]? = nil, window: IoTSiteWiseClientTypes.MetricWindow? = nil - ) - { + ) { self.expression = expression self.processingConfig = processingConfig self.variables = variables @@ -1238,8 +1201,7 @@ extension IoTSiteWiseClientTypes { public init( computeLocation: IoTSiteWiseClientTypes.ComputeLocation? = nil, forwardingConfig: IoTSiteWiseClientTypes.ForwardingConfig? = nil - ) - { + ) { self.computeLocation = computeLocation self.forwardingConfig = forwardingConfig } @@ -1263,8 +1225,7 @@ extension IoTSiteWiseClientTypes { expression: Swift.String? = nil, processingConfig: IoTSiteWiseClientTypes.TransformProcessingConfig? = nil, variables: [IoTSiteWiseClientTypes.ExpressionVariable]? = nil - ) - { + ) { self.expression = expression self.processingConfig = processingConfig self.variables = variables @@ -1290,8 +1251,7 @@ extension IoTSiteWiseClientTypes { measurement: IoTSiteWiseClientTypes.Measurement? = nil, metric: IoTSiteWiseClientTypes.Metric? = nil, transform: IoTSiteWiseClientTypes.Transform? = nil - ) - { + ) { self.attribute = attribute self.measurement = measurement self.metric = metric @@ -1337,8 +1297,7 @@ extension IoTSiteWiseClientTypes { path: [IoTSiteWiseClientTypes.AssetModelPropertyPathSegment]? = nil, type: IoTSiteWiseClientTypes.PropertyType? = nil, unit: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.dataTypeSpec = dataTypeSpec self.externalId = externalId @@ -1377,8 +1336,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, properties: [IoTSiteWiseClientTypes.AssetModelProperty]? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.externalId = externalId self.id = id @@ -1419,8 +1377,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, type: IoTSiteWiseClientTypes.PropertyType? = nil, unit: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.dataTypeSpec = dataTypeSpec self.externalId = externalId @@ -1458,8 +1415,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, properties: [IoTSiteWiseClientTypes.AssetModelPropertyDefinition]? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.externalId = externalId self.id = id @@ -1482,8 +1438,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -1517,8 +1472,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, path: [IoTSiteWiseClientTypes.AssetModelCompositeModelPathSegment]? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.externalId = externalId self.id = id @@ -1553,8 +1507,7 @@ extension IoTSiteWiseClientTypes { externalId: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.childAssetModelId = childAssetModelId self.externalId = externalId self.id = id @@ -1583,8 +1536,7 @@ extension IoTSiteWiseClientTypes { externalId: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.childAssetModelId = childAssetModelId self.externalId = externalId self.id = id @@ -1629,8 +1581,7 @@ extension IoTSiteWiseClientTypes { path: [IoTSiteWiseClientTypes.AssetModelPropertyPathSegment]? = nil, type: IoTSiteWiseClientTypes.PropertyType? = nil, unit: Swift.String? = nil - ) - { + ) { self.assetModelCompositeModelId = assetModelCompositeModelId self.dataType = dataType self.dataTypeSpec = dataTypeSpec @@ -1757,8 +1708,7 @@ extension IoTSiteWiseClientTypes { public init( code: IoTSiteWiseClientTypes.DetailedErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1782,8 +1732,7 @@ extension IoTSiteWiseClientTypes { code: IoTSiteWiseClientTypes.ErrorCode? = nil, details: [IoTSiteWiseClientTypes.DetailedError]? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.details = details self.message = message @@ -1804,8 +1753,7 @@ extension IoTSiteWiseClientTypes { public init( error: IoTSiteWiseClientTypes.ErrorDetails? = nil, state: IoTSiteWiseClientTypes.AssetModelState? = nil - ) - { + ) { self.error = error self.state = state } @@ -1888,8 +1836,7 @@ extension IoTSiteWiseClientTypes { name: Swift.String? = nil, status: IoTSiteWiseClientTypes.AssetModelStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.assetModelType = assetModelType self.creationDate = creationDate @@ -1961,8 +1908,7 @@ extension IoTSiteWiseClientTypes { notification: IoTSiteWiseClientTypes.PropertyNotification? = nil, path: [IoTSiteWiseClientTypes.AssetPropertyPathSegment]? = nil, unit: Swift.String? = nil - ) - { + ) { self.alias = alias self.assetCompositeModelId = assetCompositeModelId self.externalId = externalId @@ -1987,8 +1933,7 @@ extension IoTSiteWiseClientTypes { public init( offsetInNanos: Swift.Int? = nil, timeInSeconds: Swift.Int? = nil - ) - { + ) { self.offsetInNanos = offsetInNanos self.timeInSeconds = timeInSeconds } @@ -2013,8 +1958,7 @@ extension IoTSiteWiseClientTypes { doubleValue: Swift.Double? = nil, integerValue: Swift.Int? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.booleanValue = booleanValue self.doubleValue = doubleValue self.integerValue = integerValue @@ -2040,8 +1984,7 @@ extension IoTSiteWiseClientTypes { quality: IoTSiteWiseClientTypes.Quality? = nil, timestamp: IoTSiteWiseClientTypes.TimeInNanos? = nil, value: IoTSiteWiseClientTypes.Variant? = nil - ) - { + ) { self.quality = quality self.timestamp = timestamp self.value = value @@ -2090,8 +2033,7 @@ extension IoTSiteWiseClientTypes { public init( hierarchyInfo: IoTSiteWiseClientTypes.AssetHierarchyInfo? = nil, relationshipType: IoTSiteWiseClientTypes.AssetRelationshipType? = nil - ) - { + ) { self.hierarchyInfo = hierarchyInfo self.relationshipType = relationshipType } @@ -2149,8 +2091,7 @@ extension IoTSiteWiseClientTypes { public init( error: IoTSiteWiseClientTypes.ErrorDetails? = nil, state: IoTSiteWiseClientTypes.AssetState? = nil - ) - { + ) { self.error = error self.state = state } @@ -2201,8 +2142,7 @@ extension IoTSiteWiseClientTypes { lastUpdateDate: Foundation.Date? = nil, name: Swift.String? = nil, status: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.arn = arn self.assetModelId = assetModelId self.creationDate = creationDate @@ -2244,8 +2184,7 @@ public struct ConflictingOperationException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -2271,8 +2210,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2296,8 +2234,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2321,8 +2258,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2354,8 +2290,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -2381,8 +2316,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2406,8 +2340,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2430,8 +2363,7 @@ public struct AssociateAssetsInput: Swift.Sendable { childAssetId: Swift.String? = nil, clientToken: Swift.String? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.childAssetId = childAssetId self.clientToken = clientToken @@ -2483,8 +2415,7 @@ extension IoTSiteWiseClientTypes { lastUpdateDate: Foundation.Date? = nil, name: Swift.String? = nil, status: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.arn = arn self.assetModelId = assetModelId self.creationDate = creationDate @@ -2517,8 +2448,7 @@ public struct AssociateTimeSeriesToAssetPropertyInput: Swift.Sendable { assetId: Swift.String? = nil, clientToken: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.clientToken = clientToken @@ -2569,8 +2499,7 @@ public struct BatchAssociateProjectAssetsInput: Swift.Sendable { assetIds: [Swift.String]? = nil, clientToken: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.assetIds = assetIds self.clientToken = clientToken self.projectId = projectId @@ -2583,8 +2512,7 @@ public struct BatchAssociateProjectAssetsOutput: Swift.Sendable { public init( errors: [IoTSiteWiseClientTypes.AssetErrorDetails]? = nil - ) - { + ) { self.errors = errors } } @@ -2603,8 +2531,7 @@ public struct BatchDisassociateProjectAssetsInput: Swift.Sendable { assetIds: [Swift.String]? = nil, clientToken: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.assetIds = assetIds self.clientToken = clientToken self.projectId = projectId @@ -2617,8 +2544,7 @@ public struct BatchDisassociateProjectAssetsOutput: Swift.Sendable { public init( errors: [IoTSiteWiseClientTypes.AssetErrorDetails]? = nil - ) - { + ) { self.errors = errors } } @@ -2642,8 +2568,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2722,8 +2647,7 @@ extension IoTSiteWiseClientTypes { resolution: Swift.String? = nil, startDate: Foundation.Date? = nil, timeOrdering: IoTSiteWiseClientTypes.TimeOrdering? = nil - ) - { + ) { self.aggregateTypes = aggregateTypes self.assetId = assetId self.endDate = endDate @@ -2755,8 +2679,7 @@ public struct BatchGetAssetPropertyAggregatesInput: Swift.Sendable { entries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesEntry]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.maxResults = maxResults self.nextToken = nextToken @@ -2813,8 +2736,7 @@ extension IoTSiteWiseClientTypes { entryId: Swift.String? = nil, errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entryId = entryId self.errorCode = errorCode self.errorMessage = errorMessage @@ -2865,8 +2787,7 @@ extension IoTSiteWiseClientTypes { public init( errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesErrorCode? = nil, errorTimestamp: Foundation.Date? = nil - ) - { + ) { self.errorCode = errorCode self.errorTimestamp = errorTimestamp } @@ -2890,8 +2811,7 @@ extension IoTSiteWiseClientTypes { completionStatus: IoTSiteWiseClientTypes.BatchEntryCompletionStatus? = nil, entryId: Swift.String? = nil, errorInfo: IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesErrorInfo? = nil - ) - { + ) { self.completionStatus = completionStatus self.entryId = entryId self.errorInfo = errorInfo @@ -2913,8 +2833,7 @@ extension IoTSiteWiseClientTypes { public init( aggregatedValues: [IoTSiteWiseClientTypes.AggregatedValue]? = nil, entryId: Swift.String? = nil - ) - { + ) { self.aggregatedValues = aggregatedValues self.entryId = entryId } @@ -2939,8 +2858,7 @@ public struct BatchGetAssetPropertyAggregatesOutput: Swift.Sendable { nextToken: Swift.String? = nil, skippedEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesSkippedEntry]? = nil, successEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyAggregatesSuccessEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries self.nextToken = nextToken self.skippedEntries = skippedEntries @@ -2971,8 +2889,7 @@ extension IoTSiteWiseClientTypes { entryId: Swift.String? = nil, propertyAlias: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.entryId = entryId self.propertyAlias = propertyAlias @@ -2991,8 +2908,7 @@ public struct BatchGetAssetPropertyValueInput: Swift.Sendable { public init( entries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -3048,8 +2964,7 @@ extension IoTSiteWiseClientTypes { entryId: Swift.String? = nil, errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entryId = entryId self.errorCode = errorCode self.errorMessage = errorMessage @@ -3071,8 +2986,7 @@ extension IoTSiteWiseClientTypes { public init( errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueErrorCode? = nil, errorTimestamp: Foundation.Date? = nil - ) - { + ) { self.errorCode = errorCode self.errorTimestamp = errorTimestamp } @@ -3096,8 +3010,7 @@ extension IoTSiteWiseClientTypes { completionStatus: IoTSiteWiseClientTypes.BatchEntryCompletionStatus? = nil, entryId: Swift.String? = nil, errorInfo: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueErrorInfo? = nil - ) - { + ) { self.completionStatus = completionStatus self.entryId = entryId self.errorInfo = errorInfo @@ -3118,8 +3031,7 @@ extension IoTSiteWiseClientTypes { public init( assetPropertyValue: IoTSiteWiseClientTypes.AssetPropertyValue? = nil, entryId: Swift.String? = nil - ) - { + ) { self.assetPropertyValue = assetPropertyValue self.entryId = entryId } @@ -3144,8 +3056,7 @@ public struct BatchGetAssetPropertyValueOutput: Swift.Sendable { nextToken: Swift.String? = nil, skippedEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueSkippedEntry]? = nil, successEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueSuccessEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries self.nextToken = nextToken self.skippedEntries = skippedEntries @@ -3188,8 +3099,7 @@ extension IoTSiteWiseClientTypes { qualities: [IoTSiteWiseClientTypes.Quality]? = nil, startDate: Foundation.Date? = nil, timeOrdering: IoTSiteWiseClientTypes.TimeOrdering? = nil - ) - { + ) { self.assetId = assetId self.endDate = endDate self.entryId = entryId @@ -3219,8 +3129,7 @@ public struct BatchGetAssetPropertyValueHistoryInput: Swift.Sendable { entries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistoryEntry]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.maxResults = maxResults self.nextToken = nextToken @@ -3277,8 +3186,7 @@ extension IoTSiteWiseClientTypes { entryId: Swift.String? = nil, errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistoryErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entryId = entryId self.errorCode = errorCode self.errorMessage = errorMessage @@ -3300,8 +3208,7 @@ extension IoTSiteWiseClientTypes { public init( errorCode: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistoryErrorCode? = nil, errorTimestamp: Foundation.Date? = nil - ) - { + ) { self.errorCode = errorCode self.errorTimestamp = errorTimestamp } @@ -3325,8 +3232,7 @@ extension IoTSiteWiseClientTypes { completionStatus: IoTSiteWiseClientTypes.BatchEntryCompletionStatus? = nil, entryId: Swift.String? = nil, errorInfo: IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistoryErrorInfo? = nil - ) - { + ) { self.completionStatus = completionStatus self.entryId = entryId self.errorInfo = errorInfo @@ -3348,8 +3254,7 @@ extension IoTSiteWiseClientTypes { public init( assetPropertyValueHistory: [IoTSiteWiseClientTypes.AssetPropertyValue]? = nil, entryId: Swift.String? = nil - ) - { + ) { self.assetPropertyValueHistory = assetPropertyValueHistory self.entryId = entryId } @@ -3374,8 +3279,7 @@ public struct BatchGetAssetPropertyValueHistoryOutput: Swift.Sendable { nextToken: Swift.String? = nil, skippedEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistorySkippedEntry]? = nil, successEntries: [IoTSiteWiseClientTypes.BatchGetAssetPropertyValueHistorySuccessEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries self.nextToken = nextToken self.skippedEntries = skippedEntries @@ -3406,8 +3310,7 @@ extension IoTSiteWiseClientTypes { propertyAlias: Swift.String? = nil, propertyId: Swift.String? = nil, propertyValues: [IoTSiteWiseClientTypes.AssetPropertyValue]? = nil - ) - { + ) { self.assetId = assetId self.entryId = entryId self.propertyAlias = propertyAlias @@ -3424,8 +3327,7 @@ public struct BatchPutAssetPropertyValueInput: Swift.Sendable { public init( entries: [IoTSiteWiseClientTypes.PutAssetPropertyValueEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -3498,8 +3400,7 @@ extension IoTSiteWiseClientTypes { errorCode: IoTSiteWiseClientTypes.BatchPutAssetPropertyValueErrorCode? = nil, errorMessage: Swift.String? = nil, timestamps: [IoTSiteWiseClientTypes.TimeInNanos]? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.timestamps = timestamps @@ -3521,8 +3422,7 @@ extension IoTSiteWiseClientTypes { public init( entryId: Swift.String? = nil, errors: [IoTSiteWiseClientTypes.BatchPutAssetPropertyError]? = nil - ) - { + ) { self.entryId = entryId self.errors = errors } @@ -3536,8 +3436,7 @@ public struct BatchPutAssetPropertyValueOutput: Swift.Sendable { public init( errorEntries: [IoTSiteWiseClientTypes.BatchPutAssetPropertyErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -3563,8 +3462,7 @@ public struct CreateAccessPolicyInput: Swift.Sendable { accessPolicyResource: IoTSiteWiseClientTypes.Resource? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessPolicyIdentity = accessPolicyIdentity self.accessPolicyPermission = accessPolicyPermission self.accessPolicyResource = accessPolicyResource @@ -3584,8 +3482,7 @@ public struct CreateAccessPolicyOutput: Swift.Sendable { public init( accessPolicyArn: Swift.String? = nil, accessPolicyId: Swift.String? = nil - ) - { + ) { self.accessPolicyArn = accessPolicyArn self.accessPolicyId = accessPolicyId } @@ -3617,8 +3514,7 @@ public struct CreateAssetInput: Swift.Sendable { assetName: Swift.String? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assetDescription = assetDescription self.assetExternalId = assetExternalId self.assetId = assetId @@ -3644,8 +3540,7 @@ public struct CreateAssetOutput: Swift.Sendable { assetArn: Swift.String? = nil, assetId: Swift.String? = nil, assetStatus: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.assetArn = assetArn self.assetId = assetId self.assetStatus = assetStatus @@ -3690,8 +3585,7 @@ public struct CreateAssetModelInput: Swift.Sendable { assetModelType: IoTSiteWiseClientTypes.AssetModelType? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assetModelCompositeModels = assetModelCompositeModels self.assetModelDescription = assetModelDescription self.assetModelExternalId = assetModelExternalId @@ -3720,8 +3614,7 @@ public struct CreateAssetModelOutput: Swift.Sendable { assetModelArn: Swift.String? = nil, assetModelId: Swift.String? = nil, assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelArn = assetModelArn self.assetModelId = assetModelId self.assetModelStatus = assetModelStatus @@ -3755,8 +3648,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient message: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn self.properties.resourceId = resourceId @@ -3808,8 +3700,7 @@ public struct CreateAssetModelCompositeModelInput: Swift.Sendable { ifNoneMatch: Swift.String? = nil, matchForVersionType: IoTSiteWiseClientTypes.AssetModelVersionType? = nil, parentAssetModelCompositeModelId: Swift.String? = nil - ) - { + ) { self.assetModelCompositeModelDescription = assetModelCompositeModelDescription self.assetModelCompositeModelExternalId = assetModelCompositeModelExternalId self.assetModelCompositeModelId = assetModelCompositeModelId @@ -3841,8 +3732,7 @@ public struct CreateAssetModelCompositeModelOutput: Swift.Sendable { assetModelCompositeModelId: Swift.String? = nil, assetModelCompositeModelPath: [IoTSiteWiseClientTypes.AssetModelCompositeModelPathSegment]? = nil, assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelCompositeModelId = assetModelCompositeModelId self.assetModelCompositeModelPath = assetModelCompositeModelPath self.assetModelStatus = assetModelStatus @@ -3863,8 +3753,7 @@ extension IoTSiteWiseClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -3888,8 +3777,7 @@ extension IoTSiteWiseClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.versionId = versionId @@ -3954,8 +3842,7 @@ extension IoTSiteWiseClientTypes { public init( columnNames: [IoTSiteWiseClientTypes.ColumnName]? = nil - ) - { + ) { self.columnNames = columnNames } } @@ -3982,8 +3869,7 @@ extension IoTSiteWiseClientTypes { public init( csv: IoTSiteWiseClientTypes.Csv? = nil, parquet: IoTSiteWiseClientTypes.Parquet? = nil - ) - { + ) { self.csv = csv self.parquet = parquet } @@ -4000,8 +3886,7 @@ extension IoTSiteWiseClientTypes { public init( fileFormat: IoTSiteWiseClientTypes.FileFormat? = nil - ) - { + ) { self.fileFormat = fileFormat } } @@ -4036,8 +3921,7 @@ public struct CreateBulkImportJobInput: Swift.Sendable { jobConfiguration: IoTSiteWiseClientTypes.JobConfiguration? = nil, jobName: Swift.String? = nil, jobRoleArn: Swift.String? = nil - ) - { + ) { self.adaptiveIngestion = adaptiveIngestion self.deleteFilesAfterImport = deleteFilesAfterImport self.errorReportLocation = errorReportLocation @@ -4116,8 +4000,7 @@ public struct CreateBulkImportJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobName: Swift.String? = nil, jobStatus: IoTSiteWiseClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobName = jobName self.jobStatus = jobStatus @@ -4155,8 +4038,7 @@ public struct CreateDashboardInput: Swift.Sendable { dashboardName: Swift.String? = nil, projectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.dashboardDefinition = dashboardDefinition self.dashboardDescription = dashboardDescription @@ -4177,8 +4059,7 @@ public struct CreateDashboardOutput: Swift.Sendable { public init( dashboardArn: Swift.String? = nil, dashboardId: Swift.String? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardId = dashboardId } @@ -4198,8 +4079,7 @@ extension IoTSiteWiseClientTypes { public init( knowledgeBaseArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn self.roleArn = roleArn } @@ -4215,8 +4095,7 @@ extension IoTSiteWiseClientTypes { public init( kendra: IoTSiteWiseClientTypes.KendraSourceDetail? = nil - ) - { + ) { self.kendra = kendra } } @@ -4291,8 +4170,7 @@ extension IoTSiteWiseClientTypes { sourceDetail: IoTSiteWiseClientTypes.SourceDetail? = nil, sourceFormat: IoTSiteWiseClientTypes.DatasetSourceFormat? = nil, sourceType: IoTSiteWiseClientTypes.DatasetSourceType? = nil - ) - { + ) { self.sourceDetail = sourceDetail self.sourceFormat = sourceFormat self.sourceType = sourceType @@ -4323,8 +4201,7 @@ public struct CreateDatasetInput: Swift.Sendable { datasetName: Swift.String? = nil, datasetSource: IoTSiteWiseClientTypes.DatasetSource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.datasetDescription = datasetDescription self.datasetId = datasetId @@ -4385,8 +4262,7 @@ extension IoTSiteWiseClientTypes { public init( error: IoTSiteWiseClientTypes.ErrorDetails? = nil, state: IoTSiteWiseClientTypes.DatasetState? = nil - ) - { + ) { self.error = error self.state = state } @@ -4408,8 +4284,7 @@ public struct CreateDatasetOutput: Swift.Sendable { datasetArn: Swift.String? = nil, datasetId: Swift.String? = nil, datasetStatus: IoTSiteWiseClientTypes.DatasetStatus? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetId = datasetId self.datasetStatus = datasetStatus @@ -4426,8 +4301,7 @@ extension IoTSiteWiseClientTypes { public init( groupArn: Swift.String? = nil - ) - { + ) { self.groupArn = groupArn } } @@ -4443,8 +4317,7 @@ extension IoTSiteWiseClientTypes { public init( coreDeviceThingName: Swift.String? = nil - ) - { + ) { self.coreDeviceThingName = coreDeviceThingName } } @@ -4460,8 +4333,7 @@ extension IoTSiteWiseClientTypes { public init( iotCoreThingName: Swift.String? = nil - ) - { + ) { self.iotCoreThingName = iotCoreThingName } } @@ -4482,8 +4354,7 @@ extension IoTSiteWiseClientTypes { greengrass: IoTSiteWiseClientTypes.Greengrass? = nil, greengrassV2: IoTSiteWiseClientTypes.GreengrassV2? = nil, siemensIE: IoTSiteWiseClientTypes.SiemensIE? = nil - ) - { + ) { self.greengrass = greengrass self.greengrassV2 = greengrassV2 self.siemensIE = siemensIE @@ -4505,8 +4376,7 @@ public struct CreateGatewayInput: Swift.Sendable { gatewayName: Swift.String? = nil, gatewayPlatform: IoTSiteWiseClientTypes.GatewayPlatform? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.gatewayName = gatewayName self.gatewayPlatform = gatewayPlatform self.tags = tags @@ -4524,8 +4394,7 @@ public struct CreateGatewayOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil, gatewayId: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayId = gatewayId } @@ -4571,8 +4440,7 @@ extension IoTSiteWiseClientTypes { public init( data: Foundation.Data? = nil, type: IoTSiteWiseClientTypes.ImageFileType? = nil - ) - { + ) { self.data = data self.type = type } @@ -4617,8 +4485,7 @@ extension IoTSiteWiseClientTypes { public init( portalTools: [Swift.String]? = nil - ) - { + ) { self.portalTools = portalTools } } @@ -4673,8 +4540,7 @@ public struct CreatePortalInput: Swift.Sendable { portalTypeConfiguration: [Swift.String: IoTSiteWiseClientTypes.PortalTypeEntry]? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alarms = alarms self.clientToken = clientToken self.notificationSenderEmail = notificationSenderEmail @@ -4739,8 +4605,7 @@ extension IoTSiteWiseClientTypes { public init( code: IoTSiteWiseClientTypes.MonitorErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4801,8 +4666,7 @@ extension IoTSiteWiseClientTypes { public init( error: IoTSiteWiseClientTypes.MonitorErrorDetails? = nil, state: IoTSiteWiseClientTypes.PortalState? = nil - ) - { + ) { self.error = error self.state = state } @@ -4832,8 +4696,7 @@ public struct CreatePortalOutput: Swift.Sendable { portalStartUrl: Swift.String? = nil, portalStatus: IoTSiteWiseClientTypes.PortalStatus? = nil, ssoApplicationId: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.portalId = portalId self.portalStartUrl = portalStartUrl @@ -4862,8 +4725,7 @@ public struct CreateProjectInput: Swift.Sendable { projectDescription: Swift.String? = nil, projectName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.portalId = portalId self.projectDescription = projectDescription @@ -4883,8 +4745,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn self.projectId = projectId } @@ -4900,8 +4761,7 @@ public struct DeleteAccessPolicyInput: Swift.Sendable { public init( accessPolicyId: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.accessPolicyId = accessPolicyId self.clientToken = clientToken } @@ -4922,8 +4782,7 @@ public struct DeleteAssetInput: Swift.Sendable { public init( assetId: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.clientToken = clientToken } @@ -4936,8 +4795,7 @@ public struct DeleteAssetOutput: Swift.Sendable { public init( assetStatus: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.assetStatus = assetStatus } } @@ -4961,8 +4819,7 @@ public struct DeleteAssetModelInput: Swift.Sendable { ifMatch: Swift.String? = nil, ifNoneMatch: Swift.String? = nil, matchForVersionType: IoTSiteWiseClientTypes.AssetModelVersionType? = nil - ) - { + ) { self.assetModelId = assetModelId self.clientToken = clientToken self.ifMatch = ifMatch @@ -4978,8 +4835,7 @@ public struct DeleteAssetModelOutput: Swift.Sendable { public init( assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelStatus = assetModelStatus } } @@ -5007,8 +4863,7 @@ public struct DeleteAssetModelCompositeModelInput: Swift.Sendable { ifMatch: Swift.String? = nil, ifNoneMatch: Swift.String? = nil, matchForVersionType: IoTSiteWiseClientTypes.AssetModelVersionType? = nil - ) - { + ) { self.assetModelCompositeModelId = assetModelCompositeModelId self.assetModelId = assetModelId self.clientToken = clientToken @@ -5025,8 +4880,7 @@ public struct DeleteAssetModelCompositeModelOutput: Swift.Sendable { public init( assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelStatus = assetModelStatus } } @@ -5041,8 +4895,7 @@ public struct DeleteDashboardInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, dashboardId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dashboardId = dashboardId } @@ -5063,8 +4916,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, datasetId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.datasetId = datasetId } @@ -5077,8 +4929,7 @@ public struct DeleteDatasetOutput: Swift.Sendable { public init( datasetStatus: IoTSiteWiseClientTypes.DatasetStatus? = nil - ) - { + ) { self.datasetStatus = datasetStatus } } @@ -5090,8 +4941,7 @@ public struct DeleteGatewayInput: Swift.Sendable { public init( gatewayId: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId } } @@ -5106,8 +4956,7 @@ public struct DeletePortalInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, portalId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.portalId = portalId } @@ -5120,8 +4969,7 @@ public struct DeletePortalOutput: Swift.Sendable { public init( portalStatus: IoTSiteWiseClientTypes.PortalStatus? = nil - ) - { + ) { self.portalStatus = portalStatus } } @@ -5136,8 +4984,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.projectId = projectId } @@ -5163,8 +5010,7 @@ public struct DeleteTimeSeriesInput: Swift.Sendable { assetId: Swift.String? = nil, clientToken: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.clientToken = clientToken @@ -5179,8 +5025,7 @@ public struct DescribeAccessPolicyInput: Swift.Sendable { public init( accessPolicyId: Swift.String? = nil - ) - { + ) { self.accessPolicyId = accessPolicyId } } @@ -5216,8 +5061,7 @@ public struct DescribeAccessPolicyOutput: Swift.Sendable { accessPolicyLastUpdateDate: Foundation.Date? = nil, accessPolicyPermission: IoTSiteWiseClientTypes.Permission? = nil, accessPolicyResource: IoTSiteWiseClientTypes.Resource? = nil - ) - { + ) { self.accessPolicyArn = accessPolicyArn self.accessPolicyCreationDate = accessPolicyCreationDate self.accessPolicyId = accessPolicyId @@ -5235,8 +5079,7 @@ public struct DescribeActionInput: Swift.Sendable { public init( actionId: Swift.String? = nil - ) - { + ) { self.actionId = actionId } } @@ -5264,8 +5107,7 @@ public struct DescribeActionOutput: Swift.Sendable { actionPayload: IoTSiteWiseClientTypes.ActionPayload? = nil, executionTime: Foundation.Date? = nil, targetResource: IoTSiteWiseClientTypes.TargetResource? = nil - ) - { + ) { self.actionDefinitionId = actionDefinitionId self.actionId = actionId self.actionPayload = actionPayload @@ -5284,8 +5126,7 @@ public struct DescribeAssetInput: Swift.Sendable { public init( assetId: Swift.String? = nil, excludeProperties: Swift.Bool? = false - ) - { + ) { self.assetId = assetId self.excludeProperties = excludeProperties } @@ -5342,8 +5183,7 @@ public struct DescribeAssetOutput: Swift.Sendable { assetName: Swift.String? = nil, assetProperties: [IoTSiteWiseClientTypes.AssetProperty]? = nil, assetStatus: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.assetArn = assetArn self.assetCompositeModelSummaries = assetCompositeModelSummaries self.assetCompositeModels = assetCompositeModels @@ -5371,8 +5211,7 @@ public struct DescribeAssetCompositeModelInput: Swift.Sendable { public init( assetCompositeModelId: Swift.String? = nil, assetId: Swift.String? = nil - ) - { + ) { self.assetCompositeModelId = assetCompositeModelId self.assetId = assetId } @@ -5419,8 +5258,7 @@ public struct DescribeAssetCompositeModelOutput: Swift.Sendable { assetCompositeModelSummaries: [IoTSiteWiseClientTypes.AssetCompositeModelSummary]? = nil, assetCompositeModelType: Swift.String? = nil, assetId: Swift.String? = nil - ) - { + ) { self.actionDefinitions = actionDefinitions self.assetCompositeModelDescription = assetCompositeModelDescription self.assetCompositeModelExternalId = assetCompositeModelExternalId @@ -5447,8 +5285,7 @@ public struct DescribeAssetModelInput: Swift.Sendable { assetModelId: Swift.String? = nil, assetModelVersion: Swift.String? = nil, excludeProperties: Swift.Bool? = false - ) - { + ) { self.assetModelId = assetModelId self.assetModelVersion = assetModelVersion self.excludeProperties = excludeProperties @@ -5516,8 +5353,7 @@ public struct DescribeAssetModelOutput: Swift.Sendable { assetModelType: IoTSiteWiseClientTypes.AssetModelType? = nil, assetModelVersion: Swift.String? = nil, eTag: Swift.String? = nil - ) - { + ) { self.assetModelArn = assetModelArn self.assetModelCompositeModelSummaries = assetModelCompositeModelSummaries self.assetModelCompositeModels = assetModelCompositeModels @@ -5550,8 +5386,7 @@ public struct DescribeAssetModelCompositeModelInput: Swift.Sendable { assetModelCompositeModelId: Swift.String? = nil, assetModelId: Swift.String? = nil, assetModelVersion: Swift.String? = nil - ) - { + ) { self.assetModelCompositeModelId = assetModelCompositeModelId self.assetModelId = assetModelId self.assetModelVersion = assetModelVersion @@ -5567,8 +5402,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5583,8 +5417,7 @@ extension IoTSiteWiseClientTypes { public init( compositionRelationship: [IoTSiteWiseClientTypes.CompositionRelationshipItem]? = nil - ) - { + ) { self.compositionRelationship = compositionRelationship } } @@ -5634,8 +5467,7 @@ public struct DescribeAssetModelCompositeModelOutput: Swift.Sendable { assetModelCompositeModelType: Swift.String? = nil, assetModelId: Swift.String? = nil, compositionDetails: IoTSiteWiseClientTypes.CompositionDetails? = nil - ) - { + ) { self.actionDefinitions = actionDefinitions self.assetModelCompositeModelDescription = assetModelCompositeModelDescription self.assetModelCompositeModelExternalId = assetModelCompositeModelExternalId @@ -5661,8 +5493,7 @@ public struct DescribeAssetPropertyInput: Swift.Sendable { public init( assetId: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.propertyId = propertyId } @@ -5704,8 +5535,7 @@ extension IoTSiteWiseClientTypes { path: [IoTSiteWiseClientTypes.AssetPropertyPathSegment]? = nil, type: IoTSiteWiseClientTypes.PropertyType? = nil, unit: Swift.String? = nil - ) - { + ) { self.alias = alias self.dataType = dataType self.externalId = externalId @@ -5743,8 +5573,7 @@ extension IoTSiteWiseClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.assetProperty = assetProperty self.externalId = externalId self.id = id @@ -5778,8 +5607,7 @@ public struct DescribeAssetPropertyOutput: Swift.Sendable { assetName: Swift.String? = nil, assetProperty: IoTSiteWiseClientTypes.Property? = nil, compositeModel: IoTSiteWiseClientTypes.CompositeModelProperty? = nil - ) - { + ) { self.assetExternalId = assetExternalId self.assetId = assetId self.assetModelId = assetModelId @@ -5796,8 +5624,7 @@ public struct DescribeBulkImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5859,8 +5686,7 @@ public struct DescribeBulkImportJobOutput: Swift.Sendable { jobName: Swift.String? = nil, jobRoleArn: Swift.String? = nil, jobStatus: IoTSiteWiseClientTypes.JobStatus? = nil - ) - { + ) { self.adaptiveIngestion = adaptiveIngestion self.deleteFilesAfterImport = deleteFilesAfterImport self.errorReportLocation = errorReportLocation @@ -5882,8 +5708,7 @@ public struct DescribeDashboardInput: Swift.Sendable { public init( dashboardId: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId } } @@ -5922,8 +5747,7 @@ public struct DescribeDashboardOutput: Swift.Sendable { dashboardLastUpdateDate: Foundation.Date? = nil, dashboardName: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardCreationDate = dashboardCreationDate self.dashboardDefinition = dashboardDefinition @@ -5942,8 +5766,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetId: Swift.String? = nil - ) - { + ) { self.datasetId = datasetId } } @@ -5986,8 +5809,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { datasetSource: IoTSiteWiseClientTypes.DatasetSource? = nil, datasetStatus: IoTSiteWiseClientTypes.DatasetStatus? = nil, datasetVersion: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetCreationDate = datasetCreationDate self.datasetDescription = datasetDescription @@ -6019,8 +5841,7 @@ extension IoTSiteWiseClientTypes { public init( code: IoTSiteWiseClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -6072,8 +5893,7 @@ extension IoTSiteWiseClientTypes { public init( error: IoTSiteWiseClientTypes.ConfigurationErrorDetails? = nil, state: IoTSiteWiseClientTypes.ConfigurationState? = nil - ) - { + ) { self.error = error self.state = state } @@ -6123,8 +5943,7 @@ public struct DescribeDefaultEncryptionConfigurationOutput: Swift.Sendable { configurationStatus: IoTSiteWiseClientTypes.ConfigurationStatus? = nil, encryptionType: IoTSiteWiseClientTypes.EncryptionType? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.configurationStatus = configurationStatus self.encryptionType = encryptionType self.kmsKeyArn = kmsKeyArn @@ -6138,8 +5957,7 @@ public struct DescribeGatewayInput: Swift.Sendable { public init( gatewayId: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId } } @@ -6206,8 +6024,7 @@ extension IoTSiteWiseClientTypes { public init( capabilityNamespace: Swift.String? = nil, capabilitySyncStatus: IoTSiteWiseClientTypes.CapabilitySyncStatus? = nil - ) - { + ) { self.capabilityNamespace = capabilityNamespace self.capabilitySyncStatus = capabilitySyncStatus } @@ -6244,8 +6061,7 @@ public struct DescribeGatewayOutput: Swift.Sendable { gatewayName: Swift.String? = nil, gatewayPlatform: IoTSiteWiseClientTypes.GatewayPlatform? = nil, lastUpdateDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate self.gatewayArn = gatewayArn self.gatewayCapabilitySummaries = gatewayCapabilitySummaries @@ -6267,8 +6083,7 @@ public struct DescribeGatewayCapabilityConfigurationInput: Swift.Sendable { public init( capabilityNamespace: Swift.String? = nil, gatewayId: Swift.String? = nil - ) - { + ) { self.capabilityNamespace = capabilityNamespace self.gatewayId = gatewayId } @@ -6303,8 +6118,7 @@ public struct DescribeGatewayCapabilityConfigurationOutput: Swift.Sendable { capabilityNamespace: Swift.String? = nil, capabilitySyncStatus: IoTSiteWiseClientTypes.CapabilitySyncStatus? = nil, gatewayId: Swift.String? = nil - ) - { + ) { self.capabilityConfiguration = capabilityConfiguration self.capabilityNamespace = capabilityNamespace self.capabilitySyncStatus = capabilitySyncStatus @@ -6359,8 +6173,7 @@ extension IoTSiteWiseClientTypes { public init( level: IoTSiteWiseClientTypes.LoggingLevel? = nil - ) - { + ) { self.level = level } } @@ -6373,8 +6186,7 @@ public struct DescribeLoggingOptionsOutput: Swift.Sendable { public init( loggingOptions: IoTSiteWiseClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -6386,8 +6198,7 @@ public struct DescribePortalInput: Swift.Sendable { public init( portalId: Swift.String? = nil - ) - { + ) { self.portalId = portalId } } @@ -6406,8 +6217,7 @@ extension IoTSiteWiseClientTypes { public init( id: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.id = id self.url = url } @@ -6477,8 +6287,7 @@ public struct DescribePortalOutput: Swift.Sendable { portalType: IoTSiteWiseClientTypes.PortalType? = nil, portalTypeConfiguration: [Swift.String: IoTSiteWiseClientTypes.PortalTypeEntry]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.alarms = alarms self.notificationSenderEmail = notificationSenderEmail self.portalArn = portalArn @@ -6511,8 +6320,7 @@ public struct DescribeProjectInput: Swift.Sendable { public init( projectId: Swift.String? = nil - ) - { + ) { self.projectId = projectId } } @@ -6547,8 +6355,7 @@ public struct DescribeProjectOutput: Swift.Sendable { projectId: Swift.String? = nil, projectLastUpdateDate: Foundation.Date? = nil, projectName: Swift.String? = nil - ) - { + ) { self.portalId = portalId self.projectArn = projectArn self.projectCreationDate = projectCreationDate @@ -6607,8 +6414,7 @@ extension IoTSiteWiseClientTypes { public init( roleArn: Swift.String? = nil, s3ResourceArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.s3ResourceArn = s3ResourceArn } @@ -6625,8 +6431,7 @@ extension IoTSiteWiseClientTypes { public init( customerManagedS3Storage: IoTSiteWiseClientTypes.CustomerManagedS3Storage? = nil - ) - { + ) { self.customerManagedS3Storage = customerManagedS3Storage } } @@ -6644,8 +6449,7 @@ extension IoTSiteWiseClientTypes { public init( numberOfDays: Swift.Int? = nil, unlimited: Swift.Bool? = nil - ) - { + ) { self.numberOfDays = numberOfDays self.unlimited = unlimited } @@ -6722,8 +6526,7 @@ extension IoTSiteWiseClientTypes { public init( numberOfDays: Swift.Int? = nil, unlimited: Swift.Bool? = nil - ) - { + ) { self.numberOfDays = numberOfDays self.unlimited = unlimited } @@ -6770,8 +6573,7 @@ public struct DescribeStorageConfigurationOutput: Swift.Sendable { storageType: IoTSiteWiseClientTypes.StorageType? = nil, warmTier: IoTSiteWiseClientTypes.WarmTierState? = nil, warmTierRetentionPeriod: IoTSiteWiseClientTypes.WarmTierRetentionPeriod? = nil - ) - { + ) { self.configurationStatus = configurationStatus self.disassociatedDataStorage = disassociatedDataStorage self.lastUpdateDate = lastUpdateDate @@ -6795,8 +6597,7 @@ public struct DescribeTimeSeriesInput: Swift.Sendable { alias: Swift.String? = nil, assetId: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.propertyId = propertyId @@ -6838,8 +6639,7 @@ public struct DescribeTimeSeriesOutput: Swift.Sendable { timeSeriesCreationDate: Foundation.Date? = nil, timeSeriesId: Swift.String? = nil, timeSeriesLastUpdateDate: Foundation.Date? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.dataType = dataType @@ -6870,8 +6670,7 @@ public struct DisassociateAssetsInput: Swift.Sendable { childAssetId: Swift.String? = nil, clientToken: Swift.String? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.childAssetId = childAssetId self.clientToken = clientToken @@ -6897,8 +6696,7 @@ public struct DisassociateTimeSeriesFromAssetPropertyInput: Swift.Sendable { assetId: Swift.String? = nil, clientToken: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.clientToken = clientToken @@ -6924,8 +6722,7 @@ public struct ExecuteActionInput: Swift.Sendable { actionPayload: IoTSiteWiseClientTypes.ActionPayload? = nil, clientToken: Swift.String? = nil, targetResource: IoTSiteWiseClientTypes.TargetResource? = nil - ) - { + ) { self.actionDefinitionId = actionDefinitionId self.actionPayload = actionPayload self.clientToken = clientToken @@ -6940,8 +6737,7 @@ public struct ExecuteActionOutput: Swift.Sendable { public init( actionId: Swift.String? = nil - ) - { + ) { self.actionId = actionId } } @@ -6964,8 +6760,7 @@ public struct QueryTimeoutException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6988,8 +6783,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7010,8 +6804,7 @@ public struct ExecuteQueryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryStatement: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.maxResults = maxResults self.nextToken = nextToken @@ -7066,8 +6859,7 @@ extension IoTSiteWiseClientTypes { public init( scalarType: IoTSiteWiseClientTypes.ScalarType? = nil - ) - { + ) { self.scalarType = scalarType } } @@ -7085,8 +6877,7 @@ extension IoTSiteWiseClientTypes { public init( name: Swift.String? = nil, type: IoTSiteWiseClientTypes.ColumnType? = nil - ) - { + ) { self.name = name self.type = type } @@ -7137,8 +6928,7 @@ public struct GetAssetPropertyAggregatesInput: Swift.Sendable { resolution: Swift.String? = nil, startDate: Foundation.Date? = nil, timeOrdering: IoTSiteWiseClientTypes.TimeOrdering? = nil - ) - { + ) { self.aggregateTypes = aggregateTypes self.assetId = assetId self.endDate = endDate @@ -7163,8 +6953,7 @@ public struct GetAssetPropertyAggregatesOutput: Swift.Sendable { public init( aggregatedValues: [IoTSiteWiseClientTypes.AggregatedValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregatedValues = aggregatedValues self.nextToken = nextToken } @@ -7182,8 +6971,7 @@ public struct GetAssetPropertyValueInput: Swift.Sendable { assetId: Swift.String? = nil, propertyAlias: Swift.String? = nil, propertyId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.propertyAlias = propertyAlias self.propertyId = propertyId @@ -7196,8 +6984,7 @@ public struct GetAssetPropertyValueOutput: Swift.Sendable { public init( propertyValue: IoTSiteWiseClientTypes.AssetPropertyValue? = nil - ) - { + ) { self.propertyValue = propertyValue } } @@ -7236,8 +7023,7 @@ public struct GetAssetPropertyValueHistoryInput: Swift.Sendable { qualities: [IoTSiteWiseClientTypes.Quality]? = nil, startDate: Foundation.Date? = nil, timeOrdering: IoTSiteWiseClientTypes.TimeOrdering? = nil - ) - { + ) { self.assetId = assetId self.endDate = endDate self.maxResults = maxResults @@ -7260,8 +7046,7 @@ public struct GetAssetPropertyValueHistoryOutput: Swift.Sendable { public init( assetPropertyValueHistory: [IoTSiteWiseClientTypes.AssetPropertyValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetPropertyValueHistory = assetPropertyValueHistory self.nextToken = nextToken } @@ -7325,8 +7110,7 @@ public struct GetInterpolatedAssetPropertyValuesInput: Swift.Sendable { startTimeInSeconds: Swift.Int? = nil, startTimeOffsetInNanos: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.endTimeInSeconds = endTimeInSeconds self.endTimeOffsetInNanos = endTimeOffsetInNanos @@ -7357,8 +7141,7 @@ extension IoTSiteWiseClientTypes { public init( timestamp: IoTSiteWiseClientTypes.TimeInNanos? = nil, value: IoTSiteWiseClientTypes.Variant? = nil - ) - { + ) { self.timestamp = timestamp self.value = value } @@ -7375,8 +7158,7 @@ public struct GetInterpolatedAssetPropertyValuesOutput: Swift.Sendable { public init( interpolatedAssetPropertyValues: [IoTSiteWiseClientTypes.InterpolatedAssetPropertyValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.interpolatedAssetPropertyValues = interpolatedAssetPropertyValues self.nextToken = nextToken } @@ -7395,8 +7177,7 @@ public struct InvokeAssistantInput: Swift.Sendable { conversationId: Swift.String? = nil, enableTrace: Swift.Bool? = false, message: Swift.String? = nil - ) - { + ) { self.conversationId = conversationId self.enableTrace = enableTrace self.message = message @@ -7417,8 +7198,7 @@ extension IoTSiteWiseClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -7433,8 +7213,7 @@ extension IoTSiteWiseClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -7452,8 +7231,7 @@ extension IoTSiteWiseClientTypes { public init( arn: Swift.String? = nil, location: IoTSiteWiseClientTypes.Location? = nil - ) - { + ) { self.arn = arn self.location = location } @@ -7472,8 +7250,7 @@ extension IoTSiteWiseClientTypes { public init( datasetArn: Swift.String? = nil, source: IoTSiteWiseClientTypes.Source? = nil - ) - { + ) { self.datasetArn = datasetArn self.source = source } @@ -7489,8 +7266,7 @@ extension IoTSiteWiseClientTypes { public init( dataset: IoTSiteWiseClientTypes.DataSetReference? = nil - ) - { + ) { self.dataset = dataset } } @@ -7508,8 +7284,7 @@ extension IoTSiteWiseClientTypes { public init( content: IoTSiteWiseClientTypes.Content? = nil, reference: IoTSiteWiseClientTypes.Reference? = nil - ) - { + ) { self.content = content self.reference = reference } @@ -7528,8 +7303,7 @@ extension IoTSiteWiseClientTypes { public init( citations: [IoTSiteWiseClientTypes.Citation]? = nil, message: Swift.String? = nil - ) - { + ) { self.citations = citations self.message = message } @@ -7545,8 +7319,7 @@ extension IoTSiteWiseClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -7575,8 +7348,7 @@ public struct InvokeAssistantOutput: Swift.Sendable { public init( body: AsyncThrowingStream? = nil, conversationId: Swift.String? = nil - ) - { + ) { self.body = body self.conversationId = conversationId } @@ -7667,8 +7439,7 @@ public struct ListAccessPoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IoTSiteWiseClientTypes.ResourceType? = nil - ) - { + ) { self.iamArn = iamArn self.identityId = identityId self.identityType = identityType @@ -7689,8 +7460,7 @@ public struct ListAccessPoliciesOutput: Swift.Sendable { public init( accessPolicySummaries: [IoTSiteWiseClientTypes.AccessPolicySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPolicySummaries = accessPolicySummaries self.nextToken = nextToken } @@ -7739,8 +7509,7 @@ public struct ListActionsInput: Swift.Sendable { nextToken: Swift.String? = nil, targetResourceId: Swift.String? = nil, targetResourceType: IoTSiteWiseClientTypes.TargetResourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetResourceId = targetResourceId @@ -7759,8 +7528,7 @@ public struct ListActionsOutput: Swift.Sendable { public init( actionSummaries: [IoTSiteWiseClientTypes.ActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionSummaries = actionSummaries self.nextToken = nextToken } @@ -7782,8 +7550,7 @@ public struct ListAssetModelCompositeModelsInput: Swift.Sendable { assetModelVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelId = assetModelId self.assetModelVersion = assetModelVersion self.maxResults = maxResults @@ -7801,8 +7568,7 @@ public struct ListAssetModelCompositeModelsOutput: Swift.Sendable { public init( assetModelCompositeModelSummaries: [IoTSiteWiseClientTypes.AssetModelCompositeModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelCompositeModelSummaries = assetModelCompositeModelSummaries self.nextToken = nextToken } @@ -7863,8 +7629,7 @@ public struct ListAssetModelPropertiesInput: Swift.Sendable { filter: IoTSiteWiseClientTypes.ListAssetModelPropertiesFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelId = assetModelId self.assetModelVersion = assetModelVersion self.filter = filter @@ -7883,8 +7648,7 @@ public struct ListAssetModelPropertiesOutput: Swift.Sendable { public init( assetModelPropertySummaries: [IoTSiteWiseClientTypes.AssetModelPropertySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelPropertySummaries = assetModelPropertySummaries self.nextToken = nextToken } @@ -7909,8 +7673,7 @@ public struct ListAssetModelsInput: Swift.Sendable { assetModelVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelTypes = assetModelTypes self.assetModelVersion = assetModelVersion self.maxResults = maxResults @@ -7928,8 +7691,7 @@ public struct ListAssetModelsOutput: Swift.Sendable { public init( assetModelSummaries: [IoTSiteWiseClientTypes.AssetModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelSummaries = assetModelSummaries self.nextToken = nextToken } @@ -7987,8 +7749,7 @@ public struct ListAssetPropertiesInput: Swift.Sendable { filter: IoTSiteWiseClientTypes.ListAssetPropertiesFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.filter = filter self.maxResults = maxResults @@ -8006,8 +7767,7 @@ public struct ListAssetPropertiesOutput: Swift.Sendable { public init( assetPropertySummaries: [IoTSiteWiseClientTypes.AssetPropertySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetPropertySummaries = assetPropertySummaries self.nextToken = nextToken } @@ -8058,8 +7818,7 @@ public struct ListAssetRelationshipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, traversalType: IoTSiteWiseClientTypes.TraversalType? = nil - ) - { + ) { self.assetId = assetId self.maxResults = maxResults self.nextToken = nextToken @@ -8077,8 +7836,7 @@ public struct ListAssetRelationshipsOutput: Swift.Sendable { public init( assetRelationshipSummaries: [IoTSiteWiseClientTypes.AssetRelationshipSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetRelationshipSummaries = assetRelationshipSummaries self.nextToken = nextToken } @@ -8135,8 +7893,7 @@ public struct ListAssetsInput: Swift.Sendable { filter: IoTSiteWiseClientTypes.ListAssetsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelId = assetModelId self.filter = filter self.maxResults = maxResults @@ -8154,8 +7911,7 @@ public struct ListAssetsOutput: Swift.Sendable { public init( assetSummaries: [IoTSiteWiseClientTypes.AssetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetSummaries = assetSummaries self.nextToken = nextToken } @@ -8216,8 +7972,7 @@ public struct ListAssociatedAssetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, traversalDirection: IoTSiteWiseClientTypes.TraversalDirection? = nil - ) - { + ) { self.assetId = assetId self.hierarchyId = hierarchyId self.maxResults = maxResults @@ -8236,8 +7991,7 @@ public struct ListAssociatedAssetsOutput: Swift.Sendable { public init( assetSummaries: [IoTSiteWiseClientTypes.AssociatedAssetsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetSummaries = assetSummaries self.nextToken = nextToken } @@ -8299,8 +8053,7 @@ public struct ListBulkImportJobsInput: Swift.Sendable { filter: IoTSiteWiseClientTypes.ListBulkImportJobsFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -8337,8 +8090,7 @@ extension IoTSiteWiseClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: IoTSiteWiseClientTypes.JobStatus? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -8356,8 +8108,7 @@ public struct ListBulkImportJobsOutput: Swift.Sendable { public init( jobSummaries: [IoTSiteWiseClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -8376,8 +8127,7 @@ public struct ListCompositionRelationshipsInput: Swift.Sendable { assetModelId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetModelId = assetModelId self.maxResults = maxResults self.nextToken = nextToken @@ -8402,8 +8152,7 @@ extension IoTSiteWiseClientTypes { assetModelCompositeModelId: Swift.String? = nil, assetModelCompositeModelType: Swift.String? = nil, assetModelId: Swift.String? = nil - ) - { + ) { self.assetModelCompositeModelId = assetModelCompositeModelId self.assetModelCompositeModelType = assetModelCompositeModelType self.assetModelId = assetModelId @@ -8421,8 +8170,7 @@ public struct ListCompositionRelationshipsOutput: Swift.Sendable { public init( compositionRelationshipSummaries: [IoTSiteWiseClientTypes.CompositionRelationshipSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.compositionRelationshipSummaries = compositionRelationshipSummaries self.nextToken = nextToken } @@ -8441,8 +8189,7 @@ public struct ListDashboardsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectId = projectId @@ -8472,8 +8219,7 @@ extension IoTSiteWiseClientTypes { id: Swift.String? = nil, lastUpdateDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.id = id @@ -8493,8 +8239,7 @@ public struct ListDashboardsOutput: Swift.Sendable { public init( dashboardSummaries: [IoTSiteWiseClientTypes.DashboardSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dashboardSummaries = dashboardSummaries self.nextToken = nextToken } @@ -8513,8 +8258,7 @@ public struct ListDatasetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceType: IoTSiteWiseClientTypes.DatasetSourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sourceType = sourceType @@ -8555,8 +8299,7 @@ extension IoTSiteWiseClientTypes { lastUpdateDate: Foundation.Date? = nil, name: Swift.String? = nil, status: IoTSiteWiseClientTypes.DatasetStatus? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -8578,8 +8321,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasetSummaries: [IoTSiteWiseClientTypes.DatasetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetSummaries = datasetSummaries self.nextToken = nextToken } @@ -8594,8 +8336,7 @@ public struct ListGatewaysInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8629,8 +8370,7 @@ extension IoTSiteWiseClientTypes { gatewayName: Swift.String? = nil, gatewayPlatform: IoTSiteWiseClientTypes.GatewayPlatform? = nil, lastUpdateDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate self.gatewayCapabilitySummaries = gatewayCapabilitySummaries self.gatewayId = gatewayId @@ -8651,8 +8391,7 @@ public struct ListGatewaysOutput: Swift.Sendable { public init( gatewaySummaries: [IoTSiteWiseClientTypes.GatewaySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gatewaySummaries = gatewaySummaries self.nextToken = nextToken } @@ -8667,8 +8406,7 @@ public struct ListPortalsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8711,8 +8449,7 @@ extension IoTSiteWiseClientTypes { roleArn: Swift.String? = nil, startUrl: Swift.String? = nil, status: IoTSiteWiseClientTypes.PortalStatus? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.id = id @@ -8735,8 +8472,7 @@ public struct ListPortalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, portalSummaries: [IoTSiteWiseClientTypes.PortalSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.portalSummaries = portalSummaries } @@ -8755,8 +8491,7 @@ public struct ListProjectAssetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectId = projectId @@ -8773,8 +8508,7 @@ public struct ListProjectAssetsOutput: Swift.Sendable { public init( assetIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetIds = assetIds self.nextToken = nextToken } @@ -8793,8 +8527,7 @@ public struct ListProjectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, portalId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.portalId = portalId @@ -8824,8 +8557,7 @@ extension IoTSiteWiseClientTypes { id: Swift.String? = nil, lastUpdateDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.id = id @@ -8845,8 +8577,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projectSummaries: [IoTSiteWiseClientTypes.ProjectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.projectSummaries = projectSummaries } @@ -8871,8 +8602,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8884,8 +8614,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -8896,8 +8625,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -8953,8 +8681,7 @@ public struct ListTimeSeriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, timeSeriesType: IoTSiteWiseClientTypes.ListTimeSeriesType? = nil - ) - { + ) { self.aliasPrefix = aliasPrefix self.assetId = assetId self.maxResults = maxResults @@ -9001,8 +8728,7 @@ extension IoTSiteWiseClientTypes { timeSeriesCreationDate: Foundation.Date? = nil, timeSeriesId: Swift.String? = nil, timeSeriesLastUpdateDate: Foundation.Date? = nil - ) - { + ) { self.alias = alias self.assetId = assetId self.dataType = dataType @@ -9026,8 +8752,7 @@ public struct ListTimeSeriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, timeSeriesSummaries: [IoTSiteWiseClientTypes.TimeSeriesSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.timeSeriesSummaries = timeSeriesSummaries } @@ -9043,8 +8768,7 @@ public struct PutDefaultEncryptionConfigurationInput: Swift.Sendable { public init( encryptionType: IoTSiteWiseClientTypes.EncryptionType? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsKeyId = kmsKeyId } @@ -9064,8 +8788,7 @@ public struct PutDefaultEncryptionConfigurationOutput: Swift.Sendable { configurationStatus: IoTSiteWiseClientTypes.ConfigurationStatus? = nil, encryptionType: IoTSiteWiseClientTypes.EncryptionType? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.configurationStatus = configurationStatus self.encryptionType = encryptionType self.kmsKeyArn = kmsKeyArn @@ -9079,8 +8802,7 @@ public struct PutLoggingOptionsInput: Swift.Sendable { public init( loggingOptions: IoTSiteWiseClientTypes.LoggingOptions? = nil - ) - { + ) { self.loggingOptions = loggingOptions } } @@ -9123,8 +8845,7 @@ public struct PutStorageConfigurationInput: Swift.Sendable { storageType: IoTSiteWiseClientTypes.StorageType? = nil, warmTier: IoTSiteWiseClientTypes.WarmTierState? = nil, warmTierRetentionPeriod: IoTSiteWiseClientTypes.WarmTierRetentionPeriod? = nil - ) - { + ) { self.disassociatedDataStorage = disassociatedDataStorage self.multiLayerStorage = multiLayerStorage self.retentionPeriod = retentionPeriod @@ -9171,8 +8892,7 @@ public struct PutStorageConfigurationOutput: Swift.Sendable { storageType: IoTSiteWiseClientTypes.StorageType? = nil, warmTier: IoTSiteWiseClientTypes.WarmTierState? = nil, warmTierRetentionPeriod: IoTSiteWiseClientTypes.WarmTierRetentionPeriod? = nil - ) - { + ) { self.configurationStatus = configurationStatus self.disassociatedDataStorage = disassociatedDataStorage self.multiLayerStorage = multiLayerStorage @@ -9204,8 +8924,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -9222,8 +8941,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -9245,8 +8963,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -9279,8 +8996,7 @@ public struct UpdateAccessPolicyInput: Swift.Sendable { accessPolicyPermission: IoTSiteWiseClientTypes.Permission? = nil, accessPolicyResource: IoTSiteWiseClientTypes.Resource? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.accessPolicyId = accessPolicyId self.accessPolicyIdentity = accessPolicyIdentity self.accessPolicyPermission = accessPolicyPermission @@ -9314,8 +9030,7 @@ public struct UpdateAssetInput: Swift.Sendable { assetId: Swift.String? = nil, assetName: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.assetDescription = assetDescription self.assetExternalId = assetExternalId self.assetId = assetId @@ -9331,8 +9046,7 @@ public struct UpdateAssetOutput: Swift.Sendable { public init( assetStatus: IoTSiteWiseClientTypes.AssetStatus? = nil - ) - { + ) { self.assetStatus = assetStatus } } @@ -9375,8 +9089,7 @@ public struct UpdateAssetModelInput: Swift.Sendable { ifMatch: Swift.String? = nil, ifNoneMatch: Swift.String? = nil, matchForVersionType: IoTSiteWiseClientTypes.AssetModelVersionType? = nil - ) - { + ) { self.assetModelCompositeModels = assetModelCompositeModels self.assetModelDescription = assetModelDescription self.assetModelExternalId = assetModelExternalId @@ -9398,8 +9111,7 @@ public struct UpdateAssetModelOutput: Swift.Sendable { public init( assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelStatus = assetModelStatus } } @@ -9440,8 +9152,7 @@ public struct UpdateAssetModelCompositeModelInput: Swift.Sendable { ifMatch: Swift.String? = nil, ifNoneMatch: Swift.String? = nil, matchForVersionType: IoTSiteWiseClientTypes.AssetModelVersionType? = nil - ) - { + ) { self.assetModelCompositeModelDescription = assetModelCompositeModelDescription self.assetModelCompositeModelExternalId = assetModelCompositeModelExternalId self.assetModelCompositeModelId = assetModelCompositeModelId @@ -9466,8 +9177,7 @@ public struct UpdateAssetModelCompositeModelOutput: Swift.Sendable { public init( assetModelCompositeModelPath: [IoTSiteWiseClientTypes.AssetModelCompositeModelPathSegment]? = nil, assetModelStatus: IoTSiteWiseClientTypes.AssetModelStatus? = nil - ) - { + ) { self.assetModelCompositeModelPath = assetModelCompositeModelPath self.assetModelStatus = assetModelStatus } @@ -9496,8 +9206,7 @@ public struct UpdateAssetPropertyInput: Swift.Sendable { propertyId: Swift.String? = nil, propertyNotificationState: IoTSiteWiseClientTypes.PropertyNotificationState? = nil, propertyUnit: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.clientToken = clientToken self.propertyAlias = propertyAlias @@ -9535,8 +9244,7 @@ public struct UpdateDashboardInput: Swift.Sendable { dashboardDescription: Swift.String? = nil, dashboardId: Swift.String? = nil, dashboardName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dashboardDefinition = dashboardDefinition self.dashboardDescription = dashboardDescription @@ -9571,8 +9279,7 @@ public struct UpdateDatasetInput: Swift.Sendable { datasetId: Swift.String? = nil, datasetName: Swift.String? = nil, datasetSource: IoTSiteWiseClientTypes.DatasetSource? = nil - ) - { + ) { self.clientToken = clientToken self.datasetDescription = datasetDescription self.datasetId = datasetId @@ -9593,8 +9300,7 @@ public struct UpdateDatasetOutput: Swift.Sendable { datasetArn: Swift.String? = nil, datasetId: Swift.String? = nil, datasetStatus: IoTSiteWiseClientTypes.DatasetStatus? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetId = datasetId self.datasetStatus = datasetStatus @@ -9612,8 +9318,7 @@ public struct UpdateGatewayInput: Swift.Sendable { public init( gatewayId: Swift.String? = nil, gatewayName: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId self.gatewayName = gatewayName } @@ -9634,8 +9339,7 @@ public struct UpdateGatewayCapabilityConfigurationInput: Swift.Sendable { capabilityConfiguration: Swift.String? = nil, capabilityNamespace: Swift.String? = nil, gatewayId: Swift.String? = nil - ) - { + ) { self.capabilityConfiguration = capabilityConfiguration self.capabilityNamespace = capabilityNamespace self.gatewayId = gatewayId @@ -9666,8 +9370,7 @@ public struct UpdateGatewayCapabilityConfigurationOutput: Swift.Sendable { public init( capabilityNamespace: Swift.String? = nil, capabilitySyncStatus: IoTSiteWiseClientTypes.CapabilitySyncStatus? = nil - ) - { + ) { self.capabilityNamespace = capabilityNamespace self.capabilitySyncStatus = capabilitySyncStatus } @@ -9689,8 +9392,7 @@ extension IoTSiteWiseClientTypes { public init( file: IoTSiteWiseClientTypes.ImageFile? = nil, id: Swift.String? = nil - ) - { + ) { self.file = file self.id = id } @@ -9741,8 +9443,7 @@ public struct UpdatePortalInput: Swift.Sendable { portalType: IoTSiteWiseClientTypes.PortalType? = nil, portalTypeConfiguration: [Swift.String: IoTSiteWiseClientTypes.PortalTypeEntry]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.alarms = alarms self.clientToken = clientToken self.notificationSenderEmail = notificationSenderEmail @@ -9769,8 +9470,7 @@ public struct UpdatePortalOutput: Swift.Sendable { public init( portalStatus: IoTSiteWiseClientTypes.PortalStatus? = nil - ) - { + ) { self.portalStatus = portalStatus } } @@ -9792,8 +9492,7 @@ public struct UpdateProjectInput: Swift.Sendable { projectDescription: Swift.String? = nil, projectId: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.projectDescription = projectDescription self.projectId = projectId @@ -9824,8 +9523,7 @@ extension IoTSiteWiseClientTypes { nullValue: Swift.Bool? = nil, rowValue: IoTSiteWiseClientTypes.Row? = nil, scalarValue: Swift.String? = nil - ) - { + ) { self.arrayValue = arrayValue self.nullValue = nullValue self.rowValue = rowValue @@ -9844,8 +9542,7 @@ extension IoTSiteWiseClientTypes { public init( data: [IoTSiteWiseClientTypes.Datum]? = nil - ) - { + ) { self.data = data } } @@ -9863,8 +9560,7 @@ public struct ExecuteQueryOutput: Swift.Sendable { columns: [IoTSiteWiseClientTypes.ColumnInfo]? = nil, nextToken: Swift.String? = nil, rows: [IoTSiteWiseClientTypes.Row]? = nil - ) - { + ) { self.columns = columns self.nextToken = nextToken self.rows = rows diff --git a/Sources/Services/AWSIoTThingsGraph/Package.swift.txt b/Sources/Services/AWSIoTThingsGraph/Package.swift.txt index 9d78abb1a4d..29f924ed748 100644 --- a/Sources/Services/AWSIoTThingsGraph/Package.swift.txt +++ b/Sources/Services/AWSIoTThingsGraph/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/IoTThingsGraphClient.swift b/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/IoTThingsGraphClient.swift index 282b595a80e..07c56135962 100644 --- a/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/IoTThingsGraphClient.swift +++ b/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/IoTThingsGraphClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTThingsGraphClient: ClientRuntime.Client { public static let clientName = "IoTThingsGraphClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTThingsGraphClient.IoTThingsGraphClientConfiguration let serviceName = "IoTThingsGraph" diff --git a/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/Models.swift b/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/Models.swift index 817ab0e702d..74dfa5b9823 100644 --- a/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/Models.swift +++ b/Sources/Services/AWSIoTThingsGraph/Sources/AWSIoTThingsGraph/Models.swift @@ -45,8 +45,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct AssociateEntityToThingInput: Swift.Sendable { entityId: Swift.String? = nil, namespaceVersion: Swift.Int? = nil, thingName: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.namespaceVersion = namespaceVersion self.thingName = thingName @@ -168,8 +163,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -192,8 +186,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -238,8 +231,7 @@ extension IoTThingsGraphClientTypes { public init( language: IoTThingsGraphClientTypes.DefinitionLanguage? = nil, text: Swift.String? = nil - ) - { + ) { self.language = language self.text = text } @@ -256,8 +248,7 @@ public struct CreateFlowTemplateInput: Swift.Sendable { public init( compatibleNamespaceVersion: Swift.Int? = nil, definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil - ) - { + ) { self.compatibleNamespaceVersion = compatibleNamespaceVersion self.definition = definition } @@ -281,8 +272,7 @@ extension IoTThingsGraphClientTypes { createdAt: Foundation.Date? = nil, id: Swift.String? = nil, revisionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -297,8 +287,7 @@ public struct CreateFlowTemplateOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.FlowTemplateSummary? = nil - ) - { + ) { self.summary = summary } } @@ -315,8 +304,7 @@ extension IoTThingsGraphClientTypes { public init( cloudMetricEnabled: Swift.Bool = false, metricRuleRoleArn: Swift.String? = nil - ) - { + ) { self.cloudMetricEnabled = cloudMetricEnabled self.metricRuleRoleArn = metricRuleRoleArn } @@ -337,8 +325,7 @@ extension IoTThingsGraphClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -400,8 +387,7 @@ public struct CreateSystemInstanceInput: Swift.Sendable { s3BucketName: Swift.String? = nil, tags: [IoTThingsGraphClientTypes.Tag]? = nil, target: IoTThingsGraphClientTypes.DeploymentTarget? = nil - ) - { + ) { self.definition = definition self.flowActionsRoleArn = flowActionsRoleArn self.greengrassGroupName = greengrassGroupName @@ -492,8 +478,7 @@ extension IoTThingsGraphClientTypes { status: IoTThingsGraphClientTypes.SystemInstanceDeploymentStatus? = nil, target: IoTThingsGraphClientTypes.DeploymentTarget? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.greengrassGroupId = greengrassGroupId @@ -513,8 +498,7 @@ public struct CreateSystemInstanceOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.SystemInstanceSummary? = nil - ) - { + ) { self.summary = summary } } @@ -529,8 +513,7 @@ public struct CreateSystemTemplateInput: Swift.Sendable { public init( compatibleNamespaceVersion: Swift.Int? = nil, definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil - ) - { + ) { self.compatibleNamespaceVersion = compatibleNamespaceVersion self.definition = definition } @@ -554,8 +537,7 @@ extension IoTThingsGraphClientTypes { createdAt: Foundation.Date? = nil, id: Swift.String? = nil, revisionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -570,8 +552,7 @@ public struct CreateSystemTemplateOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.SystemTemplateSummary? = nil - ) - { + ) { self.summary = summary } } @@ -594,8 +575,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -607,8 +587,7 @@ public struct DeleteFlowTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -632,8 +611,7 @@ public struct DeleteNamespaceOutput: Swift.Sendable { public init( namespaceArn: Swift.String? = nil, namespaceName: Swift.String? = nil - ) - { + ) { self.namespaceArn = namespaceArn self.namespaceName = namespaceName } @@ -645,8 +623,7 @@ public struct DeleteSystemInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -663,8 +640,7 @@ public struct DeleteSystemTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -686,8 +662,7 @@ extension IoTThingsGraphClientTypes { public init( id: Swift.String? = nil, revisionNumber: Swift.Int? = nil - ) - { + ) { self.id = id self.revisionNumber = revisionNumber } @@ -700,8 +675,7 @@ public struct DeploySystemInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -716,8 +690,7 @@ public struct DeploySystemInstanceOutput: Swift.Sendable { public init( greengrassDeploymentId: Swift.String? = nil, summary: IoTThingsGraphClientTypes.SystemInstanceSummary? = nil - ) - { + ) { self.greengrassDeploymentId = greengrassDeploymentId self.summary = summary } @@ -730,8 +703,7 @@ public struct DeprecateFlowTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -748,8 +720,7 @@ public struct DeprecateSystemTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -765,8 +736,7 @@ public struct DescribeNamespaceInput: Swift.Sendable { public init( namespaceName: Swift.String? = nil - ) - { + ) { self.namespaceName = namespaceName } } @@ -789,8 +759,7 @@ public struct DescribeNamespaceOutput: Swift.Sendable { namespaceVersion: Swift.Int? = nil, trackingNamespaceName: Swift.String? = nil, trackingNamespaceVersion: Swift.Int? = nil - ) - { + ) { self.namespaceArn = namespaceArn self.namespaceName = namespaceName self.namespaceVersion = namespaceVersion @@ -863,8 +832,7 @@ public struct DissociateEntityFromThingInput: Swift.Sendable { public init( entityType: IoTThingsGraphClientTypes.EntityType? = nil, thingName: Swift.String? = nil - ) - { + ) { self.entityType = entityType self.thingName = thingName } @@ -896,8 +864,7 @@ extension IoTThingsGraphClientTypes { definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil, id: Swift.String? = nil, type: IoTThingsGraphClientTypes.EntityType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.definition = definition @@ -954,8 +921,7 @@ extension IoTThingsGraphClientTypes { public init( name: IoTThingsGraphClientTypes.EntityFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -1054,8 +1020,7 @@ extension IoTThingsGraphClientTypes { messageId: Swift.String? = nil, payload: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.eventType = eventType self.messageId = messageId self.payload = payload @@ -1123,8 +1088,7 @@ extension IoTThingsGraphClientTypes { status: IoTThingsGraphClientTypes.FlowExecutionStatus? = nil, systemInstanceId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.flowExecutionId = flowExecutionId self.flowTemplateId = flowTemplateId @@ -1150,8 +1114,7 @@ extension IoTThingsGraphClientTypes { definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil, summary: IoTThingsGraphClientTypes.FlowTemplateSummary? = nil, validatedNamespaceVersion: Swift.Int? = nil - ) - { + ) { self.definition = definition self.summary = summary self.validatedNamespaceVersion = validatedNamespaceVersion @@ -1199,8 +1162,7 @@ extension IoTThingsGraphClientTypes { public init( name: IoTThingsGraphClientTypes.FlowTemplateFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -1217,8 +1179,7 @@ public struct GetEntitiesInput: Swift.Sendable { public init( ids: [Swift.String]? = nil, namespaceVersion: Swift.Int? = nil - ) - { + ) { self.ids = ids self.namespaceVersion = namespaceVersion } @@ -1230,8 +1191,7 @@ public struct GetEntitiesOutput: Swift.Sendable { public init( descriptions: [IoTThingsGraphClientTypes.EntityDescription]? = nil - ) - { + ) { self.descriptions = descriptions } } @@ -1246,8 +1206,7 @@ public struct GetFlowTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil, revisionNumber: Swift.Int? = nil - ) - { + ) { self.id = id self.revisionNumber = revisionNumber } @@ -1259,8 +1218,7 @@ public struct GetFlowTemplateOutput: Swift.Sendable { public init( description: IoTThingsGraphClientTypes.FlowTemplateDescription? = nil - ) - { + ) { self.description = description } } @@ -1278,8 +1236,7 @@ public struct GetFlowTemplateRevisionsInput: Swift.Sendable { id: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.nextToken = nextToken @@ -1295,8 +1252,7 @@ public struct GetFlowTemplateRevisionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.FlowTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1383,8 +1339,7 @@ public struct GetNamespaceDeletionStatusOutput: Swift.Sendable { namespaceArn: Swift.String? = nil, namespaceName: Swift.String? = nil, status: IoTThingsGraphClientTypes.NamespaceDeletionStatus? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.namespaceArn = namespaceArn @@ -1400,8 +1355,7 @@ public struct GetSystemInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1433,8 +1387,7 @@ extension IoTThingsGraphClientTypes { summary: IoTThingsGraphClientTypes.SystemInstanceSummary? = nil, validatedDependencyRevisions: [IoTThingsGraphClientTypes.DependencyRevision]? = nil, validatedNamespaceVersion: Swift.Int? = nil - ) - { + ) { self.definition = definition self.flowActionsRoleArn = flowActionsRoleArn self.metricsConfiguration = metricsConfiguration @@ -1452,8 +1405,7 @@ public struct GetSystemInstanceOutput: Swift.Sendable { public init( description: IoTThingsGraphClientTypes.SystemInstanceDescription? = nil - ) - { + ) { self.description = description } } @@ -1468,8 +1420,7 @@ public struct GetSystemTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil, revisionNumber: Swift.Int? = nil - ) - { + ) { self.id = id self.revisionNumber = revisionNumber } @@ -1490,8 +1441,7 @@ extension IoTThingsGraphClientTypes { definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil, summary: IoTThingsGraphClientTypes.SystemTemplateSummary? = nil, validatedNamespaceVersion: Swift.Int? = nil - ) - { + ) { self.definition = definition self.summary = summary self.validatedNamespaceVersion = validatedNamespaceVersion @@ -1505,8 +1455,7 @@ public struct GetSystemTemplateOutput: Swift.Sendable { public init( description: IoTThingsGraphClientTypes.SystemTemplateDescription? = nil - ) - { + ) { self.description = description } } @@ -1524,8 +1473,7 @@ public struct GetSystemTemplateRevisionsInput: Swift.Sendable { id: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.nextToken = nextToken @@ -1541,8 +1489,7 @@ public struct GetSystemTemplateRevisionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.SystemTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1555,8 +1502,7 @@ public struct GetUploadStatusInput: Swift.Sendable { public init( uploadId: Swift.String? = nil - ) - { + ) { self.uploadId = uploadId } } @@ -1620,8 +1566,7 @@ public struct GetUploadStatusOutput: Swift.Sendable { namespaceVersion: Swift.Int? = nil, uploadId: Swift.String? = nil, uploadStatus: IoTThingsGraphClientTypes.UploadStatus? = nil - ) - { + ) { self.createdDate = createdDate self.failureReason = failureReason self.namespaceArn = namespaceArn @@ -1645,8 +1590,7 @@ public struct ListFlowExecutionMessagesInput: Swift.Sendable { flowExecutionId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowExecutionId = flowExecutionId self.maxResults = maxResults self.nextToken = nextToken @@ -1662,8 +1606,7 @@ public struct ListFlowExecutionMessagesOutput: Swift.Sendable { public init( messages: [IoTThingsGraphClientTypes.FlowExecutionMessage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messages = messages self.nextToken = nextToken } @@ -1682,8 +1625,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1699,8 +1641,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [IoTThingsGraphClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1725,8 +1666,7 @@ public struct SearchEntitiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespaceVersion: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entityTypes = entityTypes self.filters = filters self.maxResults = maxResults @@ -1744,8 +1684,7 @@ public struct SearchEntitiesOutput: Swift.Sendable { public init( descriptions: [IoTThingsGraphClientTypes.EntityDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.descriptions = descriptions self.nextToken = nextToken } @@ -1773,8 +1712,7 @@ public struct SearchFlowExecutionsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, systemInstanceId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.flowExecutionId = flowExecutionId self.maxResults = maxResults @@ -1793,8 +1731,7 @@ public struct SearchFlowExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.FlowExecutionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1812,8 +1749,7 @@ public struct SearchFlowTemplatesInput: Swift.Sendable { filters: [IoTThingsGraphClientTypes.FlowTemplateFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1829,8 +1765,7 @@ public struct SearchFlowTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.FlowTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1880,8 +1815,7 @@ extension IoTThingsGraphClientTypes { public init( name: IoTThingsGraphClientTypes.SystemInstanceFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -1900,8 +1834,7 @@ public struct SearchSystemInstancesInput: Swift.Sendable { filters: [IoTThingsGraphClientTypes.SystemInstanceFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1917,8 +1850,7 @@ public struct SearchSystemInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.SystemInstanceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -1964,8 +1896,7 @@ extension IoTThingsGraphClientTypes { public init( name: IoTThingsGraphClientTypes.SystemTemplateFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -1984,8 +1915,7 @@ public struct SearchSystemTemplatesInput: Swift.Sendable { filters: [IoTThingsGraphClientTypes.SystemTemplateFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2001,8 +1931,7 @@ public struct SearchSystemTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [IoTThingsGraphClientTypes.SystemTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -2024,8 +1953,7 @@ public struct SearchThingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespaceVersion: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.maxResults = maxResults self.namespaceVersion = namespaceVersion @@ -2045,8 +1973,7 @@ extension IoTThingsGraphClientTypes { public init( thingArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.thingArn = thingArn self.thingName = thingName } @@ -2062,8 +1989,7 @@ public struct SearchThingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, things: [IoTThingsGraphClientTypes.Thing]? = nil - ) - { + ) { self.nextToken = nextToken self.things = things } @@ -2080,8 +2006,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTThingsGraphClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2098,8 +2023,7 @@ public struct UndeploySystemInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2110,8 +2034,7 @@ public struct UndeploySystemInstanceOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.SystemInstanceSummary? = nil - ) - { + ) { self.summary = summary } } @@ -2127,8 +2050,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2153,8 +2075,7 @@ public struct UpdateFlowTemplateInput: Swift.Sendable { compatibleNamespaceVersion: Swift.Int? = nil, definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil, id: Swift.String? = nil - ) - { + ) { self.compatibleNamespaceVersion = compatibleNamespaceVersion self.definition = definition self.id = id @@ -2167,8 +2088,7 @@ public struct UpdateFlowTemplateOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.FlowTemplateSummary? = nil - ) - { + ) { self.summary = summary } } @@ -2187,8 +2107,7 @@ public struct UpdateSystemTemplateInput: Swift.Sendable { compatibleNamespaceVersion: Swift.Int? = nil, definition: IoTThingsGraphClientTypes.DefinitionDocument? = nil, id: Swift.String? = nil - ) - { + ) { self.compatibleNamespaceVersion = compatibleNamespaceVersion self.definition = definition self.id = id @@ -2201,8 +2120,7 @@ public struct UpdateSystemTemplateOutput: Swift.Sendable { public init( summary: IoTThingsGraphClientTypes.SystemTemplateSummary? = nil - ) - { + ) { self.summary = summary } } @@ -2219,8 +2137,7 @@ public struct UploadEntityDefinitionsInput: Swift.Sendable { deprecateExistingEntities: Swift.Bool? = false, document: IoTThingsGraphClientTypes.DefinitionDocument? = nil, syncWithPublicNamespace: Swift.Bool? = false - ) - { + ) { self.deprecateExistingEntities = deprecateExistingEntities self.document = document self.syncWithPublicNamespace = syncWithPublicNamespace @@ -2234,8 +2151,7 @@ public struct UploadEntityDefinitionsOutput: Swift.Sendable { public init( uploadId: Swift.String? = nil - ) - { + ) { self.uploadId = uploadId } } diff --git a/Sources/Services/AWSIoTTwinMaker/Package.swift.txt b/Sources/Services/AWSIoTTwinMaker/Package.swift.txt index d55e9e50806..0713098de15 100644 --- a/Sources/Services/AWSIoTTwinMaker/Package.swift.txt +++ b/Sources/Services/AWSIoTTwinMaker/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/IoTTwinMakerClient.swift b/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/IoTTwinMakerClient.swift index 89ef1050e09..0aeafcbffd5 100644 --- a/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/IoTTwinMakerClient.swift +++ b/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/IoTTwinMakerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTTwinMakerClient: ClientRuntime.Client { public static let clientName = "IoTTwinMakerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTTwinMakerClient.IoTTwinMakerClientConfiguration let serviceName = "IoTTwinMaker" diff --git a/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/Models.swift b/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/Models.swift index fecd3739ef9..6ea11b2adc6 100644 --- a/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/Models.swift +++ b/Sources/Services/AWSIoTTwinMaker/Sources/AWSIoTTwinMaker/Models.swift @@ -50,8 +50,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -74,8 +73,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +119,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +142,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -174,8 +169,7 @@ extension IoTTwinMakerClientTypes { entityId: Swift.String? = nil, externalIdProperty: [Swift.String: Swift.String]? = nil, propertyName: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentPath = componentPath self.entityId = entityId @@ -197,8 +191,7 @@ extension IoTTwinMakerClientTypes { public init( targetComponentName: Swift.String? = nil, targetEntityId: Swift.String? = nil - ) - { + ) { self.targetComponentName = targetComponentName self.targetEntityId = targetEntityId } @@ -223,8 +216,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -236,8 +228,7 @@ public struct CancelMetadataTransferJobInput: Swift.Sendable { public init( metadataTransferJobId: Swift.String? = nil - ) - { + ) { self.metadataTransferJobId = metadataTransferJobId } } @@ -260,8 +251,7 @@ extension IoTTwinMakerClientTypes { skippedCount: Swift.Int? = nil, succeededCount: Swift.Int? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.failedCount = failedCount self.skippedCount = skippedCount self.succeededCount = succeededCount @@ -329,8 +319,7 @@ extension IoTTwinMakerClientTypes { public init( code: IoTTwinMakerClientTypes.ErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -396,8 +385,7 @@ extension IoTTwinMakerClientTypes { error: IoTTwinMakerClientTypes.ErrorDetails? = nil, queuedPosition: Swift.Int? = nil, state: IoTTwinMakerClientTypes.MetadataTransferJobState? = nil - ) - { + ) { self.error = error self.queuedPosition = queuedPosition self.state = state @@ -427,8 +415,7 @@ public struct CancelMetadataTransferJobOutput: Swift.Sendable { progress: IoTTwinMakerClientTypes.MetadataTransferJobProgress? = nil, status: IoTTwinMakerClientTypes.MetadataTransferJobStatus? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.metadataTransferJobId = metadataTransferJobId self.progress = progress @@ -455,8 +442,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -470,8 +456,7 @@ extension IoTTwinMakerClientTypes { public init( componentTypeId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId } } @@ -487,8 +472,7 @@ extension IoTTwinMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -506,8 +490,7 @@ extension IoTTwinMakerClientTypes { public init( isNative: Swift.Bool? = nil, lambda: IoTTwinMakerClientTypes.LambdaFunction? = nil - ) - { + ) { self.isNative = isNative self.lambda = lambda } @@ -558,8 +541,7 @@ extension IoTTwinMakerClientTypes { implementedBy: IoTTwinMakerClientTypes.DataConnector? = nil, requiredProperties: [Swift.String]? = nil, scope: IoTTwinMakerClientTypes.Scope? = nil - ) - { + ) { self.implementedBy = implementedBy self.requiredProperties = requiredProperties self.scope = scope @@ -579,8 +561,7 @@ extension IoTTwinMakerClientTypes { public init( relationshipType: Swift.String? = nil, targetComponentTypeId: Swift.String? = nil - ) - { + ) { self.relationshipType = relationshipType self.targetComponentTypeId = targetComponentTypeId } @@ -672,8 +653,7 @@ extension IoTTwinMakerClientTypes { public init( groupType: IoTTwinMakerClientTypes.GroupType? = nil, propertyNames: [Swift.String]? = nil - ) - { + ) { self.groupType = groupType self.propertyNames = propertyNames } @@ -733,8 +713,7 @@ public struct CreateComponentTypeOutput: Swift.Sendable { arn: Swift.String? = nil, creationDateTime: Foundation.Date? = nil, state: IoTTwinMakerClientTypes.State? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.state = state @@ -823,8 +802,7 @@ extension IoTTwinMakerClientTypes { groupType: IoTTwinMakerClientTypes.GroupType? = nil, propertyNames: [Swift.String]? = nil, updateType: IoTTwinMakerClientTypes.PropertyGroupUpdateType? = nil - ) - { + ) { self.groupType = groupType self.propertyNames = propertyNames self.updateType = updateType @@ -851,8 +829,7 @@ public struct CreateEntityOutput: Swift.Sendable { creationDateTime: Foundation.Date? = nil, entityId: Swift.String? = nil, state: IoTTwinMakerClientTypes.State? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.entityId = entityId @@ -870,8 +847,7 @@ extension IoTTwinMakerClientTypes { public init( workspace: Swift.String? = nil - ) - { + ) { self.workspace = workspace } } @@ -887,8 +863,7 @@ extension IoTTwinMakerClientTypes { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -942,8 +917,7 @@ extension IoTTwinMakerClientTypes { iotTwinMakerConfiguration: IoTTwinMakerClientTypes.IotTwinMakerDestinationConfiguration? = nil, s3Configuration: IoTTwinMakerClientTypes.S3DestinationConfiguration? = nil, type: IoTTwinMakerClientTypes.DestinationType? = nil - ) - { + ) { self.iotTwinMakerConfiguration = iotTwinMakerConfiguration self.s3Configuration = s3Configuration self.type = type @@ -969,8 +943,7 @@ extension IoTTwinMakerClientTypes { assetId: Swift.String? = nil, includeAssetModel: Swift.Bool? = nil, includeOffspring: Swift.Bool? = nil - ) - { + ) { self.assetExternalId = assetExternalId self.assetId = assetId self.includeAssetModel = includeAssetModel @@ -997,8 +970,7 @@ extension IoTTwinMakerClientTypes { assetModelId: Swift.String? = nil, includeAssets: Swift.Bool? = nil, includeOffspring: Swift.Bool? = nil - ) - { + ) { self.assetModelExternalId = assetModelExternalId self.assetModelId = assetModelId self.includeAssets = includeAssets @@ -1028,8 +1000,7 @@ extension IoTTwinMakerClientTypes { public init( filters: [IoTTwinMakerClientTypes.IotSiteWiseSourceConfigurationFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -1045,8 +1016,7 @@ extension IoTTwinMakerClientTypes { public init( componentTypeId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId } } @@ -1062,8 +1032,7 @@ extension IoTTwinMakerClientTypes { public init( entityId: Swift.String? = nil - ) - { + ) { self.entityId = entityId } } @@ -1094,8 +1063,7 @@ extension IoTTwinMakerClientTypes { public init( filters: [IoTTwinMakerClientTypes.IotTwinMakerSourceConfigurationFilter]? = nil, workspace: Swift.String? = nil - ) - { + ) { self.filters = filters self.workspace = workspace } @@ -1112,8 +1080,7 @@ extension IoTTwinMakerClientTypes { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -1170,8 +1137,7 @@ extension IoTTwinMakerClientTypes { iotTwinMakerConfiguration: IoTTwinMakerClientTypes.IotTwinMakerSourceConfiguration? = nil, s3Configuration: IoTTwinMakerClientTypes.S3SourceConfiguration? = nil, type: IoTTwinMakerClientTypes.SourceType? = nil - ) - { + ) { self.iotSiteWiseConfiguration = iotSiteWiseConfiguration self.iotTwinMakerConfiguration = iotTwinMakerConfiguration self.s3Configuration = s3Configuration @@ -1197,8 +1163,7 @@ public struct CreateMetadataTransferJobInput: Swift.Sendable { destination: IoTTwinMakerClientTypes.DestinationConfiguration? = nil, metadataTransferJobId: Swift.String? = nil, sources: [IoTTwinMakerClientTypes.SourceConfiguration]? = nil - ) - { + ) { self.description = description self.destination = destination self.metadataTransferJobId = metadataTransferJobId @@ -1225,8 +1190,7 @@ public struct CreateMetadataTransferJobOutput: Swift.Sendable { creationDateTime: Foundation.Date? = nil, metadataTransferJobId: Swift.String? = nil, status: IoTTwinMakerClientTypes.MetadataTransferJobStatus? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.metadataTransferJobId = metadataTransferJobId @@ -1261,8 +1225,7 @@ public struct CreateSceneInput: Swift.Sendable { sceneMetadata: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.contentLocation = contentLocation self.description = description @@ -1284,8 +1247,7 @@ public struct CreateSceneOutput: Swift.Sendable { public init( arn: Swift.String? = nil, creationDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime } @@ -1309,8 +1271,7 @@ public struct CreateSyncJobInput: Swift.Sendable { syncSource: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.syncRole = syncRole self.syncSource = syncSource self.tags = tags @@ -1371,8 +1332,7 @@ public struct CreateSyncJobOutput: Swift.Sendable { arn: Swift.String? = nil, creationDateTime: Foundation.Date? = nil, state: IoTTwinMakerClientTypes.SyncJobState? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.state = state @@ -1398,8 +1358,7 @@ public struct CreateWorkspaceInput: Swift.Sendable { s3Location: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.description = description self.role = role self.s3Location = s3Location @@ -1419,8 +1378,7 @@ public struct CreateWorkspaceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, creationDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime } @@ -1437,8 +1395,7 @@ public struct DeleteComponentTypeInput: Swift.Sendable { public init( componentTypeId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.workspaceId = workspaceId } @@ -1451,8 +1408,7 @@ public struct DeleteComponentTypeOutput: Swift.Sendable { public init( state: IoTTwinMakerClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1471,8 +1427,7 @@ public struct DeleteEntityInput: Swift.Sendable { entityId: Swift.String? = nil, isRecursive: Swift.Bool? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.isRecursive = isRecursive self.workspaceId = workspaceId @@ -1486,8 +1441,7 @@ public struct DeleteEntityOutput: Swift.Sendable { public init( state: IoTTwinMakerClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -1503,8 +1457,7 @@ public struct DeleteSceneInput: Swift.Sendable { public init( sceneId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.sceneId = sceneId self.workspaceId = workspaceId } @@ -1526,8 +1479,7 @@ public struct DeleteSyncJobInput: Swift.Sendable { public init( syncSource: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.syncSource = syncSource self.workspaceId = workspaceId } @@ -1540,8 +1492,7 @@ public struct DeleteSyncJobOutput: Swift.Sendable { public init( state: IoTTwinMakerClientTypes.SyncJobState? = nil - ) - { + ) { self.state = state } } @@ -1553,8 +1504,7 @@ public struct DeleteWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -1565,8 +1515,7 @@ public struct DeleteWorkspaceOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1589,8 +1538,7 @@ public struct QueryTimeoutException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1612,8 +1560,7 @@ public struct ExecuteQueryInput: Swift.Sendable { nextToken: Swift.String? = nil, queryStatement: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryStatement = queryStatement @@ -1665,8 +1612,7 @@ extension IoTTwinMakerClientTypes { public init( name: Swift.String? = nil, type: IoTTwinMakerClientTypes.ColumnType? = nil - ) - { + ) { self.name = name self.type = type } @@ -1682,8 +1628,7 @@ extension IoTTwinMakerClientTypes { public init( rowData: [Smithy.Document]? = nil - ) - { + ) { self.rowData = rowData } } @@ -1701,8 +1646,7 @@ public struct ExecuteQueryOutput: Swift.Sendable { columnDescriptions: [IoTTwinMakerClientTypes.ColumnDescription]? = nil, nextToken: Swift.String? = nil, rows: [IoTTwinMakerClientTypes.Row]? = nil - ) - { + ) { self.columnDescriptions = columnDescriptions self.nextToken = nextToken self.rows = rows @@ -1720,8 +1664,7 @@ public struct GetComponentTypeInput: Swift.Sendable { public init( componentTypeId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.workspaceId = workspaceId } @@ -1739,8 +1682,7 @@ extension IoTTwinMakerClientTypes { public init( componentTypeId: Swift.String? = nil, isInherited: Swift.Bool? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.isInherited = isInherited } @@ -1765,8 +1707,7 @@ extension IoTTwinMakerClientTypes { isInherited: Swift.Bool? = nil, requiredProperties: [Swift.String]? = nil, scope: IoTTwinMakerClientTypes.Scope? = nil - ) - { + ) { self.implementedBy = implementedBy self.isInherited = isInherited self.requiredProperties = requiredProperties @@ -1793,8 +1734,7 @@ extension IoTTwinMakerClientTypes { groupType: IoTTwinMakerClientTypes.GroupType? = nil, isInherited: Swift.Bool? = nil, propertyNames: [Swift.String]? = nil - ) - { + ) { self.groupType = groupType self.isInherited = isInherited self.propertyNames = propertyNames @@ -1814,8 +1754,7 @@ extension IoTTwinMakerClientTypes { public init( error: IoTTwinMakerClientTypes.ErrorDetails? = nil, state: IoTTwinMakerClientTypes.State? = nil - ) - { + ) { self.error = error self.state = state } @@ -1833,8 +1772,7 @@ public struct GetEntityInput: Swift.Sendable { public init( entityId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.workspaceId = workspaceId } @@ -1858,8 +1796,7 @@ extension IoTTwinMakerClientTypes { groupType: IoTTwinMakerClientTypes.GroupType? = nil, isInherited: Swift.Bool? = nil, propertyNames: [Swift.String]? = nil - ) - { + ) { self.groupType = groupType self.isInherited = isInherited self.propertyNames = propertyNames @@ -1900,8 +1837,7 @@ extension IoTTwinMakerClientTypes { propertyGroups: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupResponse]? = nil, status: IoTTwinMakerClientTypes.Status? = nil, syncSource: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentPath = componentPath self.componentTypeId = componentTypeId @@ -1921,8 +1857,7 @@ public struct GetMetadataTransferJobInput: Swift.Sendable { public init( metadataTransferJobId: Swift.String? = nil - ) - { + ) { self.metadataTransferJobId = metadataTransferJobId } } @@ -1971,8 +1906,7 @@ public struct GetMetadataTransferJobOutput: Swift.Sendable { sources: [IoTTwinMakerClientTypes.SourceConfiguration]? = nil, status: IoTTwinMakerClientTypes.MetadataTransferJobStatus? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -2040,8 +1974,7 @@ extension IoTTwinMakerClientTypes { public init( bundleNames: [Swift.String]? = nil, pricingTier: IoTTwinMakerClientTypes.PricingTier? = nil - ) - { + ) { self.bundleNames = bundleNames self.pricingTier = pricingTier } @@ -2146,8 +2079,7 @@ extension IoTTwinMakerClientTypes { pricingMode: IoTTwinMakerClientTypes.PricingMode? = nil, updateDateTime: Foundation.Date? = nil, updateReason: IoTTwinMakerClientTypes.UpdateReason? = nil - ) - { + ) { self.billableEntityCount = billableEntityCount self.bundleInformation = bundleInformation self.effectiveDateTime = effectiveDateTime @@ -2168,8 +2100,7 @@ public struct GetPricingPlanOutput: Swift.Sendable { public init( currentPricingPlan: IoTTwinMakerClientTypes.PricingPlan? = nil, pendingPricingPlan: IoTTwinMakerClientTypes.PricingPlan? = nil - ) - { + ) { self.currentPricingPlan = currentPricingPlan self.pendingPricingPlan = pendingPricingPlan } @@ -2193,8 +2124,7 @@ public struct ConnectorFailureException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2217,8 +2147,7 @@ public struct ConnectorTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2265,8 +2194,7 @@ extension IoTTwinMakerClientTypes { public init( order: IoTTwinMakerClientTypes.Order? = nil, propertyName: Swift.String? = nil - ) - { + ) { self.order = order self.propertyName = propertyName } @@ -2311,8 +2239,7 @@ extension IoTTwinMakerClientTypes { public init( interpolationType: IoTTwinMakerClientTypes.InterpolationType? = nil, intervalInSeconds: Swift.Int? = nil - ) - { + ) { self.interpolationType = interpolationType self.intervalInSeconds = intervalInSeconds } @@ -2359,8 +2286,7 @@ public struct GetSceneInput: Swift.Sendable { public init( sceneId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.sceneId = sceneId self.workspaceId = workspaceId } @@ -2404,8 +2330,7 @@ extension IoTTwinMakerClientTypes { public init( code: IoTTwinMakerClientTypes.SceneErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2454,8 +2379,7 @@ public struct GetSceneOutput: Swift.Sendable { sceneMetadata: [Swift.String: Swift.String]? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.capabilities = capabilities self.contentLocation = contentLocation @@ -2480,8 +2404,7 @@ public struct GetSyncJobInput: Swift.Sendable { public init( syncSource: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.syncSource = syncSource self.workspaceId = workspaceId } @@ -2499,8 +2422,7 @@ extension IoTTwinMakerClientTypes { public init( error: IoTTwinMakerClientTypes.ErrorDetails? = nil, state: IoTTwinMakerClientTypes.SyncJobState? = nil - ) - { + ) { self.error = error self.state = state } @@ -2538,8 +2460,7 @@ public struct GetSyncJobOutput: Swift.Sendable { syncSource: Swift.String? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.status = status @@ -2557,8 +2478,7 @@ public struct GetWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -2594,8 +2514,7 @@ public struct GetWorkspaceOutput: Swift.Sendable { s3Location: Swift.String? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -2627,8 +2546,7 @@ public struct ListComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentPath = componentPath self.entityId = entityId self.maxResults = maxResults @@ -2647,8 +2565,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( componentSummaries: [IoTTwinMakerClientTypes.ComponentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentSummaries = componentSummaries self.nextToken = nextToken } @@ -2684,8 +2601,7 @@ public struct ListComponentTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2724,8 +2640,7 @@ extension IoTTwinMakerClientTypes { description: Swift.String? = nil, status: IoTTwinMakerClientTypes.Status? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.componentTypeId = componentTypeId self.componentTypeName = componentTypeName @@ -2754,8 +2669,7 @@ public struct ListComponentTypesOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentTypeSummaries = componentTypeSummaries self.maxResults = maxResults self.nextToken = nextToken @@ -2793,8 +2707,7 @@ public struct ListEntitiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2841,8 +2754,7 @@ extension IoTTwinMakerClientTypes { parentEntityId: Swift.String? = nil, status: IoTTwinMakerClientTypes.Status? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -2865,8 +2777,7 @@ public struct ListEntitiesOutput: Swift.Sendable { public init( entitySummaries: [IoTTwinMakerClientTypes.EntitySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitySummaries = entitySummaries self.nextToken = nextToken } @@ -2904,8 +2815,7 @@ public struct ListMetadataTransferJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceType: IoTTwinMakerClientTypes.SourceType? = nil - ) - { + ) { self.destinationType = destinationType self.filters = filters self.maxResults = maxResults @@ -2943,8 +2853,7 @@ extension IoTTwinMakerClientTypes { progress: IoTTwinMakerClientTypes.MetadataTransferJobProgress? = nil, status: IoTTwinMakerClientTypes.MetadataTransferJobStatus? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.metadataTransferJobId = metadataTransferJobId @@ -2965,8 +2874,7 @@ public struct ListMetadataTransferJobsOutput: Swift.Sendable { public init( metadataTransferJobSummaries: [IoTTwinMakerClientTypes.MetadataTransferJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metadataTransferJobSummaries = metadataTransferJobSummaries self.nextToken = nextToken } @@ -2995,8 +2903,7 @@ public struct ListPropertiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentPath = componentPath self.entityId = entityId @@ -3019,8 +2926,7 @@ public struct ListScenesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workspaceId = workspaceId @@ -3056,8 +2962,7 @@ extension IoTTwinMakerClientTypes { description: Swift.String? = nil, sceneId: Swift.String? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.contentLocation = contentLocation self.creationDateTime = creationDateTime @@ -3077,8 +2982,7 @@ public struct ListScenesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sceneSummaries: [IoTTwinMakerClientTypes.SceneSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sceneSummaries = sceneSummaries } @@ -3097,8 +3001,7 @@ public struct ListSyncJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workspaceId = workspaceId @@ -3129,8 +3032,7 @@ extension IoTTwinMakerClientTypes { syncSource: Swift.String? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.status = status @@ -3150,8 +3052,7 @@ public struct ListSyncJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, syncJobSummaries: [IoTTwinMakerClientTypes.SyncJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.syncJobSummaries = syncJobSummaries } @@ -3266,8 +3167,7 @@ public struct ListSyncResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, syncSource: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3288,8 +3188,7 @@ extension IoTTwinMakerClientTypes { public init( error: IoTTwinMakerClientTypes.ErrorDetails? = nil, state: IoTTwinMakerClientTypes.SyncResourceState? = nil - ) - { + ) { self.error = error self.state = state } @@ -3317,8 +3216,7 @@ extension IoTTwinMakerClientTypes { resourceType: IoTTwinMakerClientTypes.SyncResourceType? = nil, status: IoTTwinMakerClientTypes.SyncResourceStatus? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.externalId = externalId self.resourceId = resourceId self.resourceType = resourceType @@ -3337,8 +3235,7 @@ public struct ListSyncResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, syncResources: [IoTTwinMakerClientTypes.SyncResourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.syncResources = syncResources } @@ -3357,8 +3254,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -3374,8 +3270,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -3390,8 +3285,7 @@ public struct ListWorkspacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3425,8 +3319,7 @@ extension IoTTwinMakerClientTypes { linkedServices: [Swift.String]? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -3446,8 +3339,7 @@ public struct ListWorkspacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspaceSummaries: [IoTTwinMakerClientTypes.WorkspaceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workspaceSummaries = workspaceSummaries } @@ -3471,8 +3363,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3488,8 +3379,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3511,8 +3401,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -3542,8 +3431,7 @@ public struct UpdateComponentTypeOutput: Swift.Sendable { componentTypeId: Swift.String? = nil, state: IoTTwinMakerClientTypes.State? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.componentTypeId = componentTypeId self.state = state @@ -3625,8 +3513,7 @@ extension IoTTwinMakerClientTypes { public init( parentEntityId: Swift.String? = nil, updateType: IoTTwinMakerClientTypes.ParentEntityUpdateType? = nil - ) - { + ) { self.parentEntityId = parentEntityId self.updateType = updateType } @@ -3644,8 +3531,7 @@ public struct UpdateEntityOutput: Swift.Sendable { public init( state: IoTTwinMakerClientTypes.State? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.state = state self.updateDateTime = updateDateTime } @@ -3661,8 +3547,7 @@ public struct UpdatePricingPlanInput: Swift.Sendable { public init( bundleNames: [Swift.String]? = nil, pricingMode: IoTTwinMakerClientTypes.PricingMode? = nil - ) - { + ) { self.bundleNames = bundleNames self.pricingMode = pricingMode } @@ -3678,8 +3563,7 @@ public struct UpdatePricingPlanOutput: Swift.Sendable { public init( currentPricingPlan: IoTTwinMakerClientTypes.PricingPlan? = nil, pendingPricingPlan: IoTTwinMakerClientTypes.PricingPlan? = nil - ) - { + ) { self.currentPricingPlan = currentPricingPlan self.pendingPricingPlan = pendingPricingPlan } @@ -3708,8 +3592,7 @@ public struct UpdateSceneInput: Swift.Sendable { sceneId: Swift.String? = nil, sceneMetadata: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.capabilities = capabilities self.contentLocation = contentLocation self.description = description @@ -3726,8 +3609,7 @@ public struct UpdateSceneOutput: Swift.Sendable { public init( updateDateTime: Foundation.Date? = nil - ) - { + ) { self.updateDateTime = updateDateTime } } @@ -3748,8 +3630,7 @@ public struct UpdateWorkspaceInput: Swift.Sendable { role: Swift.String? = nil, s3Location: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.description = description self.role = role self.s3Location = s3Location @@ -3764,8 +3645,7 @@ public struct UpdateWorkspaceOutput: Swift.Sendable { public init( updateDateTime: Foundation.Date? = nil - ) - { + ) { self.updateDateTime = updateDateTime } } @@ -3803,8 +3683,7 @@ extension IoTTwinMakerClientTypes { mapValue: [Swift.String: IoTTwinMakerClientTypes.DataValue]? = nil, relationshipValue: IoTTwinMakerClientTypes.RelationshipValue? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.booleanValue = booleanValue self.doubleValue = doubleValue self.expression = expression @@ -3833,8 +3712,7 @@ extension IoTTwinMakerClientTypes { `operator`: Swift.String? = nil, propertyName: Swift.String? = nil, value: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.`operator` = `operator` self.propertyName = propertyName self.value = value @@ -3855,8 +3733,7 @@ extension IoTTwinMakerClientTypes { public init( propertyReference: IoTTwinMakerClientTypes.EntityPropertyReference? = nil, propertyValue: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.propertyReference = propertyReference self.propertyValue = propertyValue } @@ -3901,8 +3778,7 @@ extension IoTTwinMakerClientTypes { time: Swift.String? = nil, timestamp: Foundation.Date? = nil, value: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.time = time self.timestamp = timestamp self.value = value @@ -3932,8 +3808,7 @@ extension IoTTwinMakerClientTypes { relationship: IoTTwinMakerClientTypes.Relationship? = nil, type: IoTTwinMakerClientTypes.ModelType? = nil, unitOfMeasure: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.nestedType = nestedType self.relationship = relationship @@ -3956,8 +3831,7 @@ extension IoTTwinMakerClientTypes { public init( entityPropertyReference: IoTTwinMakerClientTypes.EntityPropertyReference? = nil, propertyValues: [IoTTwinMakerClientTypes.PropertyValue]? = nil - ) - { + ) { self.entityPropertyReference = entityPropertyReference self.propertyValues = propertyValues } @@ -3977,8 +3851,7 @@ extension IoTTwinMakerClientTypes { public init( entityPropertyReference: IoTTwinMakerClientTypes.EntityPropertyReference? = nil, values: [IoTTwinMakerClientTypes.PropertyValue]? = nil - ) - { + ) { self.entityPropertyReference = entityPropertyReference self.values = values } @@ -3997,8 +3870,7 @@ extension IoTTwinMakerClientTypes { public init( orderBy: [IoTTwinMakerClientTypes.OrderBy]? = nil, propertyFilters: [IoTTwinMakerClientTypes.PropertyFilter]? = nil - ) - { + ) { self.orderBy = orderBy self.propertyFilters = propertyFilters } @@ -4057,8 +3929,7 @@ public struct GetPropertyValueHistoryInput: Swift.Sendable { startDateTime: Foundation.Date? = nil, startTime: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentPath = componentPath self.componentTypeId = componentTypeId @@ -4095,8 +3966,7 @@ extension IoTTwinMakerClientTypes { entry: IoTTwinMakerClientTypes.PropertyValueEntry? = nil, errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entry = entry self.errorCode = errorCode self.errorMessage = errorMessage @@ -4139,8 +4009,7 @@ public struct GetPropertyValueInput: Swift.Sendable { selectedProperties: [Swift.String]? = nil, tabularConditions: IoTTwinMakerClientTypes.TabularConditions? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentPath = componentPath self.componentTypeId = componentTypeId @@ -4165,8 +4034,7 @@ public struct BatchPutPropertyValuesInput: Swift.Sendable { public init( entries: [IoTTwinMakerClientTypes.PropertyValueEntry]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.entries = entries self.workspaceId = workspaceId } @@ -4182,8 +4050,7 @@ public struct GetPropertyValueHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, propertyValues: [IoTTwinMakerClientTypes.PropertyValueHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.propertyValues = propertyValues } @@ -4199,8 +4066,7 @@ extension IoTTwinMakerClientTypes { public init( errors: [IoTTwinMakerClientTypes.BatchPutPropertyError]? = nil - ) - { + ) { self.errors = errors } } @@ -4236,8 +4102,7 @@ extension IoTTwinMakerClientTypes { isRequiredInEntity: Swift.Bool? = nil, isStoredExternally: Swift.Bool? = nil, isTimeSeries: Swift.Bool? = nil - ) - { + ) { self.configuration = configuration self.dataType = dataType self.defaultValue = defaultValue @@ -4297,8 +4162,7 @@ extension IoTTwinMakerClientTypes { isRequiredInEntity: Swift.Bool? = nil, isStoredExternally: Swift.Bool? = nil, isTimeSeries: Swift.Bool? = nil - ) - { + ) { self.configuration = configuration self.dataType = dataType self.defaultValue = defaultValue @@ -4321,8 +4185,7 @@ public struct BatchPutPropertyValuesOutput: Swift.Sendable { public init( errorEntries: [IoTTwinMakerClientTypes.BatchPutPropertyErrorEntry]? = nil - ) - { + ) { self.errorEntries = errorEntries } } @@ -4339,8 +4202,7 @@ public struct GetPropertyValueOutput: Swift.Sendable { nextToken: Swift.String? = nil, propertyValues: [Swift.String: IoTTwinMakerClientTypes.PropertyLatestValue]? = nil, tabularPropertyValues: [[[Swift.String: IoTTwinMakerClientTypes.DataValue]]]? = nil - ) - { + ) { self.nextToken = nextToken self.propertyValues = propertyValues self.tabularPropertyValues = tabularPropertyValues @@ -4385,8 +4247,7 @@ public struct CreateComponentTypeInput: Swift.Sendable { propertyGroups: [Swift.String: IoTTwinMakerClientTypes.PropertyGroupRequest]? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.componentTypeName = componentTypeName self.compositeComponentTypes = compositeComponentTypes @@ -4460,8 +4321,7 @@ public struct GetComponentTypeOutput: Swift.Sendable { syncSource: Swift.String? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.componentTypeId = componentTypeId self.componentTypeName = componentTypeName @@ -4517,8 +4377,7 @@ public struct UpdateComponentTypeInput: Swift.Sendable { propertyDefinitions: [Swift.String: IoTTwinMakerClientTypes.PropertyDefinitionRequest]? = nil, propertyGroups: [Swift.String: IoTTwinMakerClientTypes.PropertyGroupRequest]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.componentTypeName = componentTypeName self.compositeComponentTypes = compositeComponentTypes @@ -4547,8 +4406,7 @@ extension IoTTwinMakerClientTypes { definition: IoTTwinMakerClientTypes.PropertyDefinitionRequest? = nil, updateType: IoTTwinMakerClientTypes.PropertyUpdateType? = nil, value: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.definition = definition self.updateType = updateType self.value = value @@ -4571,8 +4429,7 @@ extension IoTTwinMakerClientTypes { areAllPropertyValuesReturned: Swift.Bool? = nil, definition: IoTTwinMakerClientTypes.PropertyDefinitionResponse? = nil, value: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.areAllPropertyValuesReturned = areAllPropertyValuesReturned self.definition = definition self.value = value @@ -4599,8 +4456,7 @@ extension IoTTwinMakerClientTypes { definition: IoTTwinMakerClientTypes.PropertyDefinitionResponse? = nil, propertyName: Swift.String? = nil, value: IoTTwinMakerClientTypes.DataValue? = nil - ) - { + ) { self.areAllPropertyValuesReturned = areAllPropertyValuesReturned self.definition = definition self.propertyName = propertyName @@ -4627,8 +4483,7 @@ extension IoTTwinMakerClientTypes { description: Swift.String? = nil, properties: [Swift.String: IoTTwinMakerClientTypes.PropertyRequest]? = nil, propertyGroups: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupRequest]? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.description = description self.properties = properties @@ -4676,8 +4531,7 @@ extension IoTTwinMakerClientTypes { propertyGroups: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupResponse]? = nil, status: IoTTwinMakerClientTypes.Status? = nil, syncSource: Swift.String? = nil - ) - { + ) { self.areAllCompositeComponentsReturned = areAllCompositeComponentsReturned self.areAllPropertiesReturned = areAllPropertiesReturned self.componentName = componentName @@ -4714,8 +4568,7 @@ extension IoTTwinMakerClientTypes { propertyGroupUpdates: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupRequest]? = nil, propertyUpdates: [Swift.String: IoTTwinMakerClientTypes.PropertyRequest]? = nil, updateType: IoTTwinMakerClientTypes.ComponentUpdateType? = nil - ) - { + ) { self.componentTypeId = componentTypeId self.description = description self.propertyGroupUpdates = propertyGroupUpdates @@ -4740,8 +4593,7 @@ extension IoTTwinMakerClientTypes { description: Swift.String? = nil, properties: [Swift.String: IoTTwinMakerClientTypes.PropertyRequest]? = nil, propertyGroups: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupRequest]? = nil - ) - { + ) { self.description = description self.properties = properties self.propertyGroups = propertyGroups @@ -4767,8 +4619,7 @@ extension IoTTwinMakerClientTypes { propertyGroupUpdates: [Swift.String: IoTTwinMakerClientTypes.ComponentPropertyGroupRequest]? = nil, propertyUpdates: [Swift.String: IoTTwinMakerClientTypes.PropertyRequest]? = nil, updateType: IoTTwinMakerClientTypes.ComponentUpdateType? = nil - ) - { + ) { self.description = description self.propertyGroupUpdates = propertyGroupUpdates self.propertyUpdates = propertyUpdates @@ -4787,8 +4638,7 @@ public struct ListPropertiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, propertySummaries: [IoTTwinMakerClientTypes.PropertySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.propertySummaries = propertySummaries } @@ -4845,8 +4695,7 @@ public struct GetEntityOutput: Swift.Sendable { syncSource: Swift.String? = nil, updateDateTime: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.areAllComponentsReturned = areAllComponentsReturned self.arn = arn self.components = components @@ -4892,8 +4741,7 @@ public struct CreateEntityInput: Swift.Sendable { parentEntityId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.components = components self.compositeComponents = compositeComponents self.description = description @@ -4931,8 +4779,7 @@ public struct UpdateEntityInput: Swift.Sendable { entityName: Swift.String? = nil, parentEntityUpdate: IoTTwinMakerClientTypes.ParentEntityUpdateRequest? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.componentUpdates = componentUpdates self.compositeComponentUpdates = compositeComponentUpdates self.description = description diff --git a/Sources/Services/AWSIoTWireless/Package.swift.txt b/Sources/Services/AWSIoTWireless/Package.swift.txt index ea95f2f3691..87bed66afee 100644 --- a/Sources/Services/AWSIoTWireless/Package.swift.txt +++ b/Sources/Services/AWSIoTWireless/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/IoTWirelessClient.swift b/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/IoTWirelessClient.swift index fec718c36a1..52f8875897f 100644 --- a/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/IoTWirelessClient.swift +++ b/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/IoTWirelessClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IoTWirelessClient: ClientRuntime.Client { public static let clientName = "IoTWirelessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IoTWirelessClient.IoTWirelessClientConfiguration let serviceName = "IoT Wireless" diff --git a/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/Models.swift b/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/Models.swift index 0d998b35a00..89021d06b2a 100644 --- a/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/Models.swift +++ b/Sources/Services/AWSIoTWireless/Sources/AWSIoTWireless/Models.swift @@ -42,8 +42,7 @@ extension IoTWirelessClientTypes { public init( appSKey: Swift.String? = nil, nwkSKey: Swift.String? = nil - ) - { + ) { self.appSKey = appSKey self.nwkSKey = nwkSKey } @@ -65,8 +64,7 @@ extension IoTWirelessClientTypes { devAddr: Swift.String? = nil, fCntStart: Swift.Int? = nil, sessionKeys: IoTWirelessClientTypes.SessionKeysAbpV1_0_x? = nil - ) - { + ) { self.devAddr = devAddr self.fCntStart = fCntStart self.sessionKeys = sessionKeys @@ -92,8 +90,7 @@ extension IoTWirelessClientTypes { fNwkSIntKey: Swift.String? = nil, nwkSEncKey: Swift.String? = nil, sNwkSIntKey: Swift.String? = nil - ) - { + ) { self.appSKey = appSKey self.fNwkSIntKey = fNwkSIntKey self.nwkSEncKey = nwkSEncKey @@ -117,8 +114,7 @@ extension IoTWirelessClientTypes { devAddr: Swift.String? = nil, fCntStart: Swift.Int? = nil, sessionKeys: IoTWirelessClientTypes.SessionKeysAbpV1_1? = nil - ) - { + ) { self.devAddr = devAddr self.fCntStart = fCntStart self.sessionKeys = sessionKeys @@ -144,8 +140,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -162,8 +157,7 @@ extension IoTWirelessClientTypes { public init( horizontalAccuracy: Swift.Float? = nil, verticalAccuracy: Swift.Float? = nil - ) - { + ) { self.horizontalAccuracy = horizontalAccuracy self.verticalAccuracy = verticalAccuracy } @@ -243,8 +237,7 @@ extension IoTWirelessClientTypes { destinationName: Swift.String? = nil, fPort: Swift.Int? = nil, type: IoTWirelessClientTypes.ApplicationConfigType? = nil - ) - { + ) { self.destinationName = destinationName self.fPort = fPort self.type = type @@ -276,8 +269,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -302,8 +294,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -332,8 +323,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -358,8 +348,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -382,8 +371,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -400,8 +388,7 @@ extension IoTWirelessClientTypes { public init( amazonId: Swift.String? = nil, appServerPrivateKey: Swift.String? = nil - ) - { + ) { self.amazonId = amazonId self.appServerPrivateKey = appServerPrivateKey } @@ -427,8 +414,7 @@ extension IoTWirelessClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -448,8 +434,7 @@ public struct AssociateAwsAccountWithPartnerAccountInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkAccountInfo? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.sidewalk = sidewalk self.tags = tags @@ -465,8 +450,7 @@ public struct AssociateAwsAccountWithPartnerAccountOutput: Swift.Sendable { public init( arn: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkAccountInfo? = nil - ) - { + ) { self.arn = arn self.sidewalk = sidewalk } @@ -483,8 +467,7 @@ public struct AssociateMulticastGroupWithFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, multicastGroupId: Swift.String? = nil - ) - { + ) { self.id = id self.multicastGroupId = multicastGroupId } @@ -506,8 +489,7 @@ public struct AssociateWirelessDeviceWithFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.id = id self.wirelessDeviceId = wirelessDeviceId } @@ -529,8 +511,7 @@ public struct AssociateWirelessDeviceWithMulticastGroupInput: Swift.Sendable { public init( id: Swift.String? = nil, wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.id = id self.wirelessDeviceId = wirelessDeviceId } @@ -552,8 +533,7 @@ public struct AssociateWirelessDeviceWithThingInput: Swift.Sendable { public init( id: Swift.String? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.id = id self.thingArn = thingArn } @@ -575,8 +555,7 @@ public struct AssociateWirelessGatewayWithCertificateInput: Swift.Sendable { public init( id: Swift.String? = nil, iotCertificateId: Swift.String? = nil - ) - { + ) { self.id = id self.iotCertificateId = iotCertificateId } @@ -588,8 +567,7 @@ public struct AssociateWirelessGatewayWithCertificateOutput: Swift.Sendable { public init( iotCertificateId: Swift.String? = nil - ) - { + ) { self.iotCertificateId = iotCertificateId } } @@ -605,8 +583,7 @@ public struct AssociateWirelessGatewayWithThingInput: Swift.Sendable { public init( id: Swift.String? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.id = id self.thingArn = thingArn } @@ -662,8 +639,7 @@ extension IoTWirelessClientTypes { public init( dataRate: Swift.Int? = nil, frequencies: [Swift.Int]? = nil - ) - { + ) { self.dataRate = dataRate self.frequencies = frequencies } @@ -677,8 +653,7 @@ public struct CancelMulticastGroupSessionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -702,8 +677,7 @@ extension IoTWirelessClientTypes { public init( cdmaChannel: Swift.Int? = nil, pnOffset: Swift.Int? = nil - ) - { + ) { self.cdmaChannel = cdmaChannel self.pnOffset = pnOffset } @@ -730,8 +704,7 @@ extension IoTWirelessClientTypes { cdmaChannel: Swift.Int? = nil, pilotPower: Swift.Int? = nil, pnOffset: Swift.Int? = nil - ) - { + ) { self.baseStationId = baseStationId self.cdmaChannel = cdmaChannel self.pilotPower = pilotPower @@ -776,8 +749,7 @@ extension IoTWirelessClientTypes { pilotPower: Swift.Int? = nil, registrationZone: Swift.Int? = nil, systemId: Swift.Int? = nil - ) - { + ) { self.baseLat = baseLat self.baseLng = baseLng self.baseStationId = baseStationId @@ -805,8 +777,7 @@ extension IoTWirelessClientTypes { public init( bcch: Swift.Int? = nil, bsic: Swift.Int? = nil - ) - { + ) { self.bcch = bcch self.bsic = bsic } @@ -827,8 +798,7 @@ extension IoTWirelessClientTypes { public init( geranCid: Swift.Int? = nil, lac: Swift.Int? = nil - ) - { + ) { self.geranCid = geranCid self.lac = lac } @@ -855,8 +825,7 @@ extension IoTWirelessClientTypes { bsic: Swift.Int? = nil, globalIdentity: IoTWirelessClientTypes.GlobalIdentity? = nil, rxLevel: Swift.Int? = nil - ) - { + ) { self.bcch = bcch self.bsic = bsic self.globalIdentity = globalIdentity @@ -899,8 +868,7 @@ extension IoTWirelessClientTypes { mcc: Swift.Int? = nil, mnc: Swift.Int? = nil, rxLevel: Swift.Int? = nil - ) - { + ) { self.geranCid = geranCid self.gsmLocalId = gsmLocalId self.gsmNmr = gsmNmr @@ -927,8 +895,7 @@ extension IoTWirelessClientTypes { public init( earfcn: Swift.Int? = nil, pci: Swift.Int? = nil - ) - { + ) { self.earfcn = earfcn self.pci = pci } @@ -959,8 +926,7 @@ extension IoTWirelessClientTypes { pci: Swift.Int? = nil, rsrp: Swift.Int? = nil, rsrq: Swift.Float? = nil - ) - { + ) { self.earfcn = earfcn self.eutranCid = eutranCid self.pci = pci @@ -1009,8 +975,7 @@ extension IoTWirelessClientTypes { rsrp: Swift.Int? = nil, rsrq: Swift.Float? = nil, tac: Swift.Int? = nil - ) - { + ) { self.eutranCid = eutranCid self.lteLocalId = lteLocalId self.lteNmr = lteNmr @@ -1039,8 +1004,7 @@ extension IoTWirelessClientTypes { public init( cellParams: Swift.Int? = nil, uarfcn: Swift.Int? = nil - ) - { + ) { self.cellParams = cellParams self.uarfcn = uarfcn } @@ -1070,8 +1034,7 @@ extension IoTWirelessClientTypes { rscp: Swift.Int? = nil, uarfcn: Swift.Int? = nil, utranCid: Swift.Int? = nil - ) - { + ) { self.cellParams = cellParams self.pathLoss = pathLoss self.rscp = rscp @@ -1117,8 +1080,7 @@ extension IoTWirelessClientTypes { tdscdmaNmr: [IoTWirelessClientTypes.TdscdmaNmrObj]? = nil, tdscdmaTimingAdvance: Swift.Int? = nil, utranCid: Swift.Int? = nil - ) - { + ) { self.lac = lac self.mcc = mcc self.mnc = mnc @@ -1146,8 +1108,7 @@ extension IoTWirelessClientTypes { public init( psc: Swift.Int? = nil, uarfcndl: Swift.Int? = nil - ) - { + ) { self.psc = psc self.uarfcndl = uarfcndl } @@ -1178,8 +1139,7 @@ extension IoTWirelessClientTypes { rscp: Swift.Int? = nil, uarfcndl: Swift.Int? = nil, utranCid: Swift.Int? = nil - ) - { + ) { self.pathLoss = pathLoss self.psc = psc self.rscp = rscp @@ -1222,8 +1182,7 @@ extension IoTWirelessClientTypes { utranCid: Swift.Int? = nil, wcdmaLocalId: IoTWirelessClientTypes.WcdmaLocalId? = nil, wcdmaNmr: [IoTWirelessClientTypes.WcdmaNmrObj]? = nil - ) - { + ) { self.lac = lac self.mcc = mcc self.mnc = mnc @@ -1257,8 +1216,7 @@ extension IoTWirelessClientTypes { lte: [IoTWirelessClientTypes.LteObj]? = nil, tdscdma: [IoTWirelessClientTypes.TdscdmaObj]? = nil, wcdma: [IoTWirelessClientTypes.WcdmaObj]? = nil - ) - { + ) { self.cdma = cdma self.gsm = gsm self.lte = lte @@ -1312,8 +1270,7 @@ extension IoTWirelessClientTypes { public init( signingAlg: IoTWirelessClientTypes.SigningAlg? = nil, value: Swift.String? = nil - ) - { + ) { self.signingAlg = signingAlg self.value = value } @@ -1387,8 +1344,7 @@ extension IoTWirelessClientTypes { public init( gatewayEuiEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.gatewayEuiEventTopic = gatewayEuiEventTopic } } @@ -1406,8 +1362,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANConnectionStatusEventNotificationConfigurations? = nil, wirelessGatewayIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.loRaWAN = loRaWAN self.wirelessGatewayIdEventTopic = wirelessGatewayIdEventTopic } @@ -1423,8 +1378,7 @@ extension IoTWirelessClientTypes { public init( wirelessGatewayEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.wirelessGatewayEventTopic = wirelessGatewayEventTopic } } @@ -1439,8 +1393,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANConnectionStatusResourceTypeEventConfiguration? = nil - ) - { + ) { self.loRaWAN = loRaWAN } } @@ -1503,8 +1456,7 @@ public struct CreateDestinationInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.expression = expression @@ -1524,8 +1476,7 @@ public struct CreateDestinationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1594,8 +1545,7 @@ extension IoTWirelessClientTypes { supportsClassB: Swift.Bool = false, supportsClassC: Swift.Bool = false, supportsJoin: Swift.Bool? = nil - ) - { + ) { self.classBTimeout = classBTimeout self.classCTimeout = classCTimeout self.factoryPresetFreqsList = factoryPresetFreqsList @@ -1646,8 +1596,7 @@ public struct CreateDeviceProfileInput: Swift.Sendable { name: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkCreateDeviceProfile? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.loRaWAN = loRaWAN self.name = name @@ -1665,8 +1614,7 @@ public struct CreateDeviceProfileOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -1744,8 +1692,7 @@ extension IoTWirelessClientTypes { public init( rfRegion: IoTWirelessClientTypes.SupportedRfRegion? = nil - ) - { + ) { self.rfRegion = rfRegion } } @@ -1789,8 +1736,7 @@ public struct CreateFuotaTaskInput: Swift.Sendable { name: Swift.String? = nil, redundancyPercent: Swift.Int? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.descriptor = descriptor @@ -1814,8 +1760,7 @@ public struct CreateFuotaTaskOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -1863,8 +1808,7 @@ extension IoTWirelessClientTypes { public init( gatewayList: [Swift.String]? = nil, transmissionInterval: Swift.Int? = nil - ) - { + ) { self.gatewayList = gatewayList self.transmissionInterval = transmissionInterval } @@ -1886,8 +1830,7 @@ extension IoTWirelessClientTypes { dlClass: IoTWirelessClientTypes.DlClass? = nil, participatingGateways: IoTWirelessClientTypes.ParticipatingGatewaysMulticast? = nil, rfRegion: IoTWirelessClientTypes.SupportedRfRegion? = nil - ) - { + ) { self.dlClass = dlClass self.participatingGateways = participatingGateways self.rfRegion = rfRegion @@ -1914,8 +1857,7 @@ public struct CreateMulticastGroupInput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANMulticast? = nil, name: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.loRaWAN = loRaWAN @@ -1933,8 +1875,7 @@ public struct CreateMulticastGroupOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2048,8 +1989,7 @@ extension IoTWirelessClientTypes { logLevel: IoTWirelessClientTypes.LogLevel? = nil, multicastFrameInfo: IoTWirelessClientTypes.MulticastFrameInfo? = nil, wirelessDeviceFrameInfo: IoTWirelessClientTypes.WirelessDeviceFrameInfo? = nil - ) - { + ) { self.logLevel = logLevel self.multicastFrameInfo = multicastFrameInfo self.wirelessDeviceFrameInfo = wirelessDeviceFrameInfo @@ -2085,8 +2025,7 @@ public struct CreateNetworkAnalyzerConfigurationInput: Swift.Sendable { traceContent: IoTWirelessClientTypes.TraceContent? = nil, wirelessDevices: [Swift.String]? = nil, wirelessGateways: [Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.multicastGroups = multicastGroups @@ -2107,8 +2046,7 @@ public struct CreateNetworkAnalyzerConfigurationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2135,8 +2073,7 @@ extension IoTWirelessClientTypes { drMin: Swift.Int? = nil, prAllowed: Swift.Bool = false, raAllowed: Swift.Bool = false - ) - { + ) { self.addGwMetadata = addGwMetadata self.drMax = drMax self.drMin = drMin @@ -2161,8 +2098,7 @@ public struct CreateServiceProfileInput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANServiceProfile? = nil, name: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.loRaWAN = loRaWAN self.name = name @@ -2179,8 +2115,7 @@ public struct CreateServiceProfileOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2201,8 +2136,7 @@ extension IoTWirelessClientTypes { clockSync: Swift.Int? = nil, gnss: Swift.Int? = nil, stream: Swift.Int? = nil - ) - { + ) { self.clockSync = clockSync self.gnss = gnss self.stream = stream @@ -2231,8 +2165,7 @@ extension IoTWirelessClientTypes { fuota: Swift.Int? = nil, multicast: Swift.Int? = nil, positioning: IoTWirelessClientTypes.Positioning? = nil - ) - { + ) { self.applications = applications self.clockSync = clockSync self.fuota = fuota @@ -2260,8 +2193,7 @@ extension IoTWirelessClientTypes { appKey: Swift.String? = nil, genAppKey: Swift.String? = nil, joinEui: Swift.String? = nil - ) - { + ) { self.appEui = appEui self.appKey = appKey self.genAppKey = genAppKey @@ -2285,8 +2217,7 @@ extension IoTWirelessClientTypes { appKey: Swift.String? = nil, joinEui: Swift.String? = nil, nwkKey: Swift.String? = nil - ) - { + ) { self.appKey = appKey self.joinEui = joinEui self.nwkKey = nwkKey @@ -2324,8 +2255,7 @@ extension IoTWirelessClientTypes { otaaV1_0_x: IoTWirelessClientTypes.OtaaV1_0_x? = nil, otaaV1_1: IoTWirelessClientTypes.OtaaV1_1? = nil, serviceProfileId: Swift.String? = nil - ) - { + ) { self.abpV1_0_x = abpV1_0_x self.abpV1_1 = abpV1_1 self.devEui = devEui @@ -2376,8 +2306,7 @@ extension IoTWirelessClientTypes { public init( deviceProfileId: Swift.String? = nil - ) - { + ) { self.deviceProfileId = deviceProfileId } } @@ -2444,8 +2373,7 @@ public struct CreateWirelessDeviceInput: Swift.Sendable { sidewalk: IoTWirelessClientTypes.SidewalkCreateWirelessDevice? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil, type: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.destinationName = destinationName @@ -2467,8 +2395,7 @@ public struct CreateWirelessDeviceOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2501,8 +2428,7 @@ extension IoTWirelessClientTypes { netIdFilters: [Swift.String]? = nil, rfRegion: Swift.String? = nil, subBands: [Swift.Int]? = nil - ) - { + ) { self.beaconing = beaconing self.gatewayEui = gatewayEui self.joinEuiFilters = joinEuiFilters @@ -2533,8 +2459,7 @@ public struct CreateWirelessGatewayInput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANGateway? = nil, name: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.loRaWAN = loRaWAN @@ -2552,8 +2477,7 @@ public struct CreateWirelessGatewayOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2570,8 +2494,7 @@ public struct CreateWirelessGatewayTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, wirelessGatewayTaskDefinitionId: Swift.String? = nil - ) - { + ) { self.id = id self.wirelessGatewayTaskDefinitionId = wirelessGatewayTaskDefinitionId } @@ -2627,8 +2550,7 @@ public struct CreateWirelessGatewayTaskOutput: Swift.Sendable { public init( status: IoTWirelessClientTypes.WirelessGatewayTaskStatus? = nil, wirelessGatewayTaskDefinitionId: Swift.String? = nil - ) - { + ) { self.status = status self.wirelessGatewayTaskDefinitionId = wirelessGatewayTaskDefinitionId } @@ -2649,8 +2571,7 @@ extension IoTWirelessClientTypes { model: Swift.String? = nil, packageVersion: Swift.String? = nil, station: Swift.String? = nil - ) - { + ) { self.model = model self.packageVersion = packageVersion self.station = station @@ -2676,8 +2597,7 @@ extension IoTWirelessClientTypes { sigKeyCrc: Swift.Int? = nil, updateSignature: Swift.String? = nil, updateVersion: IoTWirelessClientTypes.LoRaWANGatewayVersion? = nil - ) - { + ) { self.currentVersion = currentVersion self.sigKeyCrc = sigKeyCrc self.updateSignature = updateSignature @@ -2701,8 +2621,7 @@ extension IoTWirelessClientTypes { loRaWAN: IoTWirelessClientTypes.LoRaWANUpdateGatewayTaskCreate? = nil, updateDataRole: Swift.String? = nil, updateDataSource: Swift.String? = nil - ) - { + ) { self.loRaWAN = loRaWAN self.updateDataRole = updateDataRole self.updateDataSource = updateDataSource @@ -2729,8 +2648,7 @@ public struct CreateWirelessGatewayTaskDefinitionInput: Swift.Sendable { name: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil, update: IoTWirelessClientTypes.UpdateWirelessGatewayTaskCreate? = nil - ) - { + ) { self.autoCreateTasks = autoCreateTasks self.clientRequestToken = clientRequestToken self.name = name @@ -2748,8 +2666,7 @@ public struct CreateWirelessGatewayTaskDefinitionOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2777,8 +2694,7 @@ extension IoTWirelessClientTypes { deviceTypeId: Swift.String? = nil, factorySupport: Swift.Bool? = nil, maxAllowedSignature: Swift.Int? = nil - ) - { + ) { self.apId = apId self.certificateId = certificateId self.deviceTypeId = deviceTypeId @@ -2795,8 +2711,7 @@ public struct DeleteDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2813,8 +2728,7 @@ public struct DeleteDeviceProfileInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2831,8 +2745,7 @@ public struct DeleteFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2849,8 +2762,7 @@ public struct DeleteMulticastGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2867,8 +2779,7 @@ public struct DeleteNetworkAnalyzerConfigurationInput: Swift.Sendable { public init( configurationName: Swift.String? = nil - ) - { + ) { self.configurationName = configurationName } } @@ -2892,8 +2803,7 @@ public struct DeleteQueuedMessagesInput: Swift.Sendable { id: Swift.String? = nil, messageId: Swift.String? = nil, wirelessDeviceType: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.id = id self.messageId = messageId self.wirelessDeviceType = wirelessDeviceType @@ -2912,8 +2822,7 @@ public struct DeleteServiceProfileInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2930,8 +2839,7 @@ public struct DeleteWirelessDeviceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2948,8 +2856,7 @@ public struct DeleteWirelessDeviceImportTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2966,8 +2873,7 @@ public struct DeleteWirelessGatewayInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2984,8 +2890,7 @@ public struct DeleteWirelessGatewayTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3002,8 +2907,7 @@ public struct DeleteWirelessGatewayTaskDefinitionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3023,8 +2927,7 @@ public struct DeregisterWirelessDeviceInput: Swift.Sendable { public init( identifier: Swift.String? = nil, wirelessDeviceType: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.identifier = identifier self.wirelessDeviceType = wirelessDeviceType } @@ -3059,8 +2962,7 @@ extension IoTWirelessClientTypes { expressionType: IoTWirelessClientTypes.ExpressionType? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.expression = expression @@ -3086,8 +2988,7 @@ extension IoTWirelessClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -3133,8 +3034,7 @@ extension IoTWirelessClientTypes { public init( amazonIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.amazonIdEventTopic = amazonIdEventTopic } } @@ -3152,8 +3052,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkEventNotificationConfigurations? = nil, wirelessDeviceIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.sidewalk = sidewalk self.wirelessDeviceIdEventTopic = wirelessDeviceIdEventTopic } @@ -3169,8 +3068,7 @@ extension IoTWirelessClientTypes { public init( wirelessDeviceEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.wirelessDeviceEventTopic = wirelessDeviceEventTopic } } @@ -3185,8 +3083,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkResourceTypeEventConfiguration? = nil - ) - { + ) { self.sidewalk = sidewalk } } @@ -3269,8 +3166,7 @@ extension IoTWirelessClientTypes { public init( name: IoTWirelessClientTypes.DimensionName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -3314,8 +3210,7 @@ public struct DisassociateAwsAccountFromPartnerAccountInput: Swift.Sendable { public init( partnerAccountId: Swift.String? = nil, partnerType: IoTWirelessClientTypes.PartnerType? = nil - ) - { + ) { self.partnerAccountId = partnerAccountId self.partnerType = partnerType } @@ -3337,8 +3232,7 @@ public struct DisassociateMulticastGroupFromFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, multicastGroupId: Swift.String? = nil - ) - { + ) { self.id = id self.multicastGroupId = multicastGroupId } @@ -3360,8 +3254,7 @@ public struct DisassociateWirelessDeviceFromFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.id = id self.wirelessDeviceId = wirelessDeviceId } @@ -3383,8 +3276,7 @@ public struct DisassociateWirelessDeviceFromMulticastGroupInput: Swift.Sendable public init( id: Swift.String? = nil, wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.id = id self.wirelessDeviceId = wirelessDeviceId } @@ -3402,8 +3294,7 @@ public struct DisassociateWirelessDeviceFromThingInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3420,8 +3311,7 @@ public struct DisassociateWirelessGatewayFromCertificateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3438,8 +3328,7 @@ public struct DisassociateWirelessGatewayFromThingInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3495,8 +3384,7 @@ extension IoTWirelessClientTypes { public init( downlinkFrequency: Swift.Int? = nil, gatewayId: Swift.String? = nil - ) - { + ) { self.downlinkFrequency = downlinkFrequency self.gatewayId = gatewayId } @@ -3521,8 +3409,7 @@ extension IoTWirelessClientTypes { downlinkMode: IoTWirelessClientTypes.DownlinkMode? = nil, gatewayList: [IoTWirelessClientTypes.GatewayListItem]? = nil, transmissionInterval: Swift.Int? = nil - ) - { + ) { self.downlinkMode = downlinkMode self.gatewayList = gatewayList self.transmissionInterval = transmissionInterval @@ -3542,8 +3429,7 @@ extension IoTWirelessClientTypes { public init( fPort: Swift.Int? = nil, participatingGateways: IoTWirelessClientTypes.ParticipatingGateways? = nil - ) - { + ) { self.fPort = fPort self.participatingGateways = participatingGateways } @@ -3568,8 +3454,7 @@ extension IoTWirelessClientTypes { messageId: Swift.String? = nil, receivedAt: Swift.String? = nil, transmitMode: Swift.Int? = nil - ) - { + ) { self.loRaWAN = loRaWAN self.messageId = messageId self.receivedAt = receivedAt @@ -3626,8 +3511,7 @@ extension IoTWirelessClientTypes { public init( devEuiEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.devEuiEventTopic = devEuiEventTopic } } @@ -3645,8 +3529,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANJoinEventNotificationConfigurations? = nil, wirelessDeviceIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.loRaWAN = loRaWAN self.wirelessDeviceIdEventTopic = wirelessDeviceIdEventTopic } @@ -3665,8 +3548,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkEventNotificationConfigurations? = nil, wirelessDeviceIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.sidewalk = sidewalk self.wirelessDeviceIdEventTopic = wirelessDeviceIdEventTopic } @@ -3685,8 +3567,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkEventNotificationConfigurations? = nil, wirelessDeviceIdEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.sidewalk = sidewalk self.wirelessDeviceIdEventTopic = wirelessDeviceIdEventTopic } @@ -3714,8 +3595,7 @@ extension IoTWirelessClientTypes { join: IoTWirelessClientTypes.JoinEventConfiguration? = nil, messageDeliveryStatus: IoTWirelessClientTypes.MessageDeliveryStatusEventConfiguration? = nil, proximity: IoTWirelessClientTypes.ProximityEventConfiguration? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.deviceRegistrationState = deviceRegistrationState self.join = join @@ -3810,8 +3690,7 @@ extension IoTWirelessClientTypes { identifier: Swift.String? = nil, identifierType: IoTWirelessClientTypes.IdentifierType? = nil, partnerType: IoTWirelessClientTypes.EventNotificationPartnerType? = nil - ) - { + ) { self.events = events self.identifier = identifier self.identifierType = identifierType @@ -3930,8 +3809,7 @@ extension IoTWirelessClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -3980,8 +3858,7 @@ extension IoTWirelessClientTypes { public init( event: IoTWirelessClientTypes.FuotaTaskEvent? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil - ) - { + ) { self.event = event self.logLevel = logLevel } @@ -4032,8 +3909,7 @@ extension IoTWirelessClientTypes { events: [IoTWirelessClientTypes.FuotaTaskEventLogOption]? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil, type: IoTWirelessClientTypes.FuotaTaskType? = nil - ) - { + ) { self.events = events self.logLevel = logLevel self.type = type @@ -4087,8 +3963,7 @@ public struct GetDestinationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4114,8 +3989,7 @@ public struct GetDestinationOutput: Swift.Sendable { expressionType: IoTWirelessClientTypes.ExpressionType? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.expression = expression @@ -4132,8 +4006,7 @@ public struct GetDeviceProfileInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4153,8 +4026,7 @@ extension IoTWirelessClientTypes { applicationServerPublicKey: Swift.String? = nil, dakCertificateMetadata: [IoTWirelessClientTypes.DakCertificateMetadata]? = nil, qualificationStatus: Swift.Bool? = nil - ) - { + ) { self.applicationServerPublicKey = applicationServerPublicKey self.dakCertificateMetadata = dakCertificateMetadata self.qualificationStatus = qualificationStatus @@ -4185,8 +4057,7 @@ public struct GetDeviceProfileOutput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANDeviceProfile? = nil, name: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkGetDeviceProfile? = nil - ) - { + ) { self.arn = arn self.id = id self.loRaWAN = loRaWAN @@ -4209,8 +4080,7 @@ extension IoTWirelessClientTypes { public init( wirelessDeviceEventTopic: IoTWirelessClientTypes.EventNotificationTopicStatus? = nil - ) - { + ) { self.wirelessDeviceEventTopic = wirelessDeviceEventTopic } } @@ -4225,8 +4095,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANJoinResourceTypeEventConfiguration? = nil - ) - { + ) { self.loRaWAN = loRaWAN } } @@ -4241,8 +4110,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkResourceTypeEventConfiguration? = nil - ) - { + ) { self.sidewalk = sidewalk } } @@ -4257,8 +4125,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.SidewalkResourceTypeEventConfiguration? = nil - ) - { + ) { self.sidewalk = sidewalk } } @@ -4282,8 +4149,7 @@ public struct GetEventConfigurationByResourceTypesOutput: Swift.Sendable { join: IoTWirelessClientTypes.JoinResourceTypeEventConfiguration? = nil, messageDeliveryStatus: IoTWirelessClientTypes.MessageDeliveryStatusResourceTypeEventConfiguration? = nil, proximity: IoTWirelessClientTypes.ProximityResourceTypeEventConfiguration? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.deviceRegistrationState = deviceRegistrationState self.join = join @@ -4299,8 +4165,7 @@ public struct GetFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4317,8 +4182,7 @@ extension IoTWirelessClientTypes { public init( rfRegion: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.rfRegion = rfRegion self.startTime = startTime } @@ -4367,8 +4231,7 @@ public struct GetFuotaTaskOutput: Swift.Sendable { name: Swift.String? = nil, redundancyPercent: Swift.Int? = nil, status: IoTWirelessClientTypes.FuotaTaskStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -4443,8 +4306,7 @@ extension IoTWirelessClientTypes { public init( event: IoTWirelessClientTypes.WirelessDeviceEvent? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil - ) - { + ) { self.event = event self.logLevel = logLevel } @@ -4468,8 +4330,7 @@ extension IoTWirelessClientTypes { events: [IoTWirelessClientTypes.WirelessDeviceEventLogOption]? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil, type: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.events = events self.logLevel = logLevel self.type = type @@ -4521,8 +4382,7 @@ extension IoTWirelessClientTypes { public init( event: IoTWirelessClientTypes.WirelessGatewayEvent? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil - ) - { + ) { self.event = event self.logLevel = logLevel } @@ -4573,8 +4433,7 @@ extension IoTWirelessClientTypes { events: [IoTWirelessClientTypes.WirelessGatewayEventLogOption]? = nil, logLevel: IoTWirelessClientTypes.LogLevel? = nil, type: IoTWirelessClientTypes.WirelessGatewayType? = nil - ) - { + ) { self.events = events self.logLevel = logLevel self.type = type @@ -4597,8 +4456,7 @@ public struct GetLogLevelsByResourceTypesOutput: Swift.Sendable { fuotaTaskLogOptions: [IoTWirelessClientTypes.FuotaTaskLogOption]? = nil, wirelessDeviceLogOptions: [IoTWirelessClientTypes.WirelessDeviceLogOption]? = nil, wirelessGatewayLogOptions: [IoTWirelessClientTypes.WirelessGatewayLogOption]? = nil - ) - { + ) { self.defaultLogLevel = defaultLogLevel self.fuotaTaskLogOptions = fuotaTaskLogOptions self.wirelessDeviceLogOptions = wirelessDeviceLogOptions @@ -4649,8 +4507,7 @@ extension IoTWirelessClientTypes { public init( status: IoTWirelessClientTypes.SummaryMetricConfigurationStatus? = nil - ) - { + ) { self.status = status } } @@ -4662,8 +4519,7 @@ public struct GetMetricConfigurationOutput: Swift.Sendable { public init( summaryMetric: IoTWirelessClientTypes.SummaryMetricConfiguration? = nil - ) - { + ) { self.summaryMetric = summaryMetric } } @@ -4811,8 +4667,7 @@ extension IoTWirelessClientTypes { metricName: IoTWirelessClientTypes.MetricName? = nil, queryId: Swift.String? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.dimensions = dimensions self.endTimestamp = endTimestamp @@ -4829,8 +4684,7 @@ public struct GetMetricsInput: Swift.Sendable { public init( summaryMetricQueries: [IoTWirelessClientTypes.SummaryMetricQuery]? = nil - ) - { + ) { self.summaryMetricQueries = summaryMetricQueries } } @@ -4888,8 +4742,7 @@ extension IoTWirelessClientTypes { p90: Swift.Double? = nil, std: Swift.Double? = nil, sum: Swift.Double? = nil - ) - { + ) { self.avg = avg self.max = max self.min = min @@ -4939,8 +4792,7 @@ extension IoTWirelessClientTypes { timestamps: [Foundation.Date]? = nil, unit: Swift.String? = nil, values: [IoTWirelessClientTypes.MetricQueryValue]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.dimensions = dimensions self.endTimestamp = endTimestamp @@ -4962,8 +4814,7 @@ public struct GetMetricsOutput: Swift.Sendable { public init( summaryMetricQueryResults: [IoTWirelessClientTypes.SummaryMetricQueryResult]? = nil - ) - { + ) { self.summaryMetricQueryResults = summaryMetricQueryResults } } @@ -4975,8 +4826,7 @@ public struct GetMulticastGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5002,8 +4852,7 @@ extension IoTWirelessClientTypes { numberOfDevicesRequested: Swift.Int? = nil, participatingGateways: IoTWirelessClientTypes.ParticipatingGatewaysMulticast? = nil, rfRegion: IoTWirelessClientTypes.SupportedRfRegion? = nil - ) - { + ) { self.dlClass = dlClass self.numberOfDevicesInGroup = numberOfDevicesInGroup self.numberOfDevicesRequested = numberOfDevicesRequested @@ -5037,8 +4886,7 @@ public struct GetMulticastGroupOutput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANMulticastGet? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5056,8 +4904,7 @@ public struct GetMulticastGroupSessionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5083,8 +4930,7 @@ extension IoTWirelessClientTypes { pingSlotPeriod: Swift.Int? = nil, sessionStartTime: Foundation.Date? = nil, sessionTimeout: Swift.Int? = nil - ) - { + ) { self.dlDr = dlDr self.dlFreq = dlFreq self.pingSlotPeriod = pingSlotPeriod @@ -5100,8 +4946,7 @@ public struct GetMulticastGroupSessionOutput: Swift.Sendable { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANMulticastSession? = nil - ) - { + ) { self.loRaWAN = loRaWAN } } @@ -5113,8 +4958,7 @@ public struct GetNetworkAnalyzerConfigurationInput: Swift.Sendable { public init( configurationName: Swift.String? = nil - ) - { + ) { self.configurationName = configurationName } } @@ -5143,8 +4987,7 @@ public struct GetNetworkAnalyzerConfigurationOutput: Swift.Sendable { traceContent: IoTWirelessClientTypes.TraceContent? = nil, wirelessDevices: [Swift.String]? = nil, wirelessGateways: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.description = description self.multicastGroups = multicastGroups @@ -5166,8 +5009,7 @@ public struct GetPartnerAccountInput: Swift.Sendable { public init( partnerAccountId: Swift.String? = nil, partnerType: IoTWirelessClientTypes.PartnerType? = nil - ) - { + ) { self.partnerAccountId = partnerAccountId self.partnerType = partnerType } @@ -5188,8 +5030,7 @@ extension IoTWirelessClientTypes { amazonId: Swift.String? = nil, arn: Swift.String? = nil, fingerprint: Swift.String? = nil - ) - { + ) { self.amazonId = amazonId self.arn = arn self.fingerprint = fingerprint @@ -5211,8 +5052,7 @@ public struct GetPartnerAccountOutput: Swift.Sendable { public init( accountLinked: Swift.Bool = false, sidewalk: IoTWirelessClientTypes.SidewalkAccountInfoWithFingerprint? = nil - ) - { + ) { self.accountLinked = accountLinked self.sidewalk = sidewalk } @@ -5259,8 +5099,7 @@ public struct GetPositionInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -5340,8 +5179,7 @@ public struct GetPositionOutput: Swift.Sendable { solverType: IoTWirelessClientTypes.PositionSolverType? = nil, solverVersion: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.accuracy = accuracy self.position = position self.solverProvider = solverProvider @@ -5363,8 +5201,7 @@ public struct GetPositionConfigurationInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -5446,8 +5283,7 @@ extension IoTWirelessClientTypes { provider: IoTWirelessClientTypes.PositionSolverProvider? = nil, status: IoTWirelessClientTypes.PositionConfigurationStatus? = nil, type: IoTWirelessClientTypes.PositionSolverType? = nil - ) - { + ) { self.fec = fec self.provider = provider self.status = status @@ -5465,8 +5301,7 @@ extension IoTWirelessClientTypes { public init( semtechGnss: IoTWirelessClientTypes.SemtechGnssDetail? = nil - ) - { + ) { self.semtechGnss = semtechGnss } } @@ -5482,8 +5317,7 @@ public struct GetPositionConfigurationOutput: Swift.Sendable { public init( destination: Swift.String? = nil, solvers: IoTWirelessClientTypes.PositionSolverDetails? = nil - ) - { + ) { self.destination = destination self.solvers = solvers } @@ -5514,8 +5348,7 @@ extension IoTWirelessClientTypes { captureTimeAccuracy: Swift.Float? = nil, payload: Swift.String? = nil, use2DSolver: Swift.Bool = false - ) - { + ) { self.assistAltitude = assistAltitude self.assistPosition = assistPosition self.captureTime = captureTime @@ -5536,8 +5369,7 @@ extension IoTWirelessClientTypes { public init( ipAddress: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress } } @@ -5557,8 +5389,7 @@ extension IoTWirelessClientTypes { public init( macAddress: Swift.String? = nil, rss: Swift.Int? = nil - ) - { + ) { self.macAddress = macAddress self.rss = rss } @@ -5583,8 +5414,7 @@ public struct GetPositionEstimateInput: Swift.Sendable { ip: IoTWirelessClientTypes.Ip? = nil, timestamp: Foundation.Date? = nil, wiFiAccessPoints: [IoTWirelessClientTypes.WiFiAccessPoint]? = nil - ) - { + ) { self.cellTowers = cellTowers self.gnss = gnss self.ip = ip @@ -5599,8 +5429,7 @@ public struct GetPositionEstimateOutput: Swift.Sendable { public init( geoJsonPayload: Foundation.Data? = nil - ) - { + ) { self.geoJsonPayload = geoJsonPayload } } @@ -5619,8 +5448,7 @@ public struct GetResourceEventConfigurationInput: Swift.Sendable { identifier: Swift.String? = nil, identifierType: IoTWirelessClientTypes.IdentifierType? = nil, partnerType: IoTWirelessClientTypes.EventNotificationPartnerType? = nil - ) - { + ) { self.identifier = identifier self.identifierType = identifierType self.partnerType = partnerType @@ -5645,8 +5473,7 @@ public struct GetResourceEventConfigurationOutput: Swift.Sendable { join: IoTWirelessClientTypes.JoinEventConfiguration? = nil, messageDeliveryStatus: IoTWirelessClientTypes.MessageDeliveryStatusEventConfiguration? = nil, proximity: IoTWirelessClientTypes.ProximityEventConfiguration? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.deviceRegistrationState = deviceRegistrationState self.join = join @@ -5666,8 +5493,7 @@ public struct GetResourceLogLevelInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -5679,8 +5505,7 @@ public struct GetResourceLogLevelOutput: Swift.Sendable { public init( logLevel: IoTWirelessClientTypes.LogLevel? = nil - ) - { + ) { self.logLevel = logLevel } } @@ -5696,8 +5521,7 @@ public struct GetResourcePositionInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -5709,8 +5533,7 @@ public struct GetResourcePositionOutput: Swift.Sendable { public init( geoJsonPayload: Foundation.Data? = nil - ) - { + ) { self.geoJsonPayload = geoJsonPayload } } @@ -5750,8 +5573,7 @@ public struct GetServiceEndpointInput: Swift.Sendable { public init( serviceType: IoTWirelessClientTypes.WirelessGatewayServiceType? = nil - ) - { + ) { self.serviceType = serviceType } } @@ -5768,8 +5590,7 @@ public struct GetServiceEndpointOutput: Swift.Sendable { serverTrust: Swift.String? = nil, serviceEndpoint: Swift.String? = nil, serviceType: IoTWirelessClientTypes.WirelessGatewayServiceType? = nil - ) - { + ) { self.serverTrust = serverTrust self.serviceEndpoint = serviceEndpoint self.serviceType = serviceType @@ -5783,8 +5604,7 @@ public struct GetServiceProfileInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5852,8 +5672,7 @@ extension IoTWirelessClientTypes { ulBucketSize: Swift.Int? = nil, ulRate: Swift.Int? = nil, ulRatePolicy: Swift.String? = nil - ) - { + ) { self.addGwMetadata = addGwMetadata self.channelMask = channelMask self.devStatusReqFreq = devStatusReqFreq @@ -5892,8 +5711,7 @@ public struct GetServiceProfileOutput: Swift.Sendable { id: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANGetServiceProfileInfo? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.loRaWAN = loRaWAN @@ -5947,8 +5765,7 @@ public struct GetWirelessDeviceInput: Swift.Sendable { public init( identifier: Swift.String? = nil, identifierType: IoTWirelessClientTypes.WirelessDeviceIdType? = nil - ) - { + ) { self.identifier = identifier self.identifierType = identifierType } @@ -6019,8 +5836,7 @@ extension IoTWirelessClientTypes { sidewalkId: Swift.String? = nil, sidewalkManufacturingSn: Swift.String? = nil, status: IoTWirelessClientTypes.WirelessDeviceSidewalkStatus? = nil - ) - { + ) { self.amazonId = amazonId self.certificateId = certificateId self.deviceCertificates = deviceCertificates @@ -6069,8 +5885,7 @@ public struct GetWirelessDeviceOutput: Swift.Sendable { thingArn: Swift.String? = nil, thingName: Swift.String? = nil, type: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.arn = arn self.description = description self.destinationName = destinationName @@ -6092,8 +5907,7 @@ public struct GetWirelessDeviceImportTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6110,8 +5924,7 @@ extension IoTWirelessClientTypes { public init( deviceCreationFileList: [Swift.String]? = nil, role: Swift.String? = nil - ) - { + ) { self.deviceCreationFileList = deviceCreationFileList self.role = role } @@ -6195,8 +6008,7 @@ public struct GetWirelessDeviceImportTaskOutput: Swift.Sendable { sidewalk: IoTWirelessClientTypes.SidewalkGetStartImportInfo? = nil, status: IoTWirelessClientTypes.ImportTaskStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.destinationName = destinationName @@ -6218,8 +6030,7 @@ public struct GetWirelessDeviceStatisticsInput: Swift.Sendable { public init( wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.wirelessDeviceId = wirelessDeviceId } } @@ -6239,8 +6050,7 @@ extension IoTWirelessClientTypes { gatewayEui: Swift.String? = nil, rssi: Swift.Double? = nil, snr: Swift.Double? = nil - ) - { + ) { self.gatewayEui = gatewayEui self.rssi = rssi self.snr = snr @@ -6272,8 +6082,7 @@ extension IoTWirelessClientTypes { rfRegion: Swift.String? = nil, rssi: Swift.Double? = nil, snr: Swift.Double? = nil - ) - { + ) { self.dlAllowed = dlAllowed self.id = id self.providerNetId = providerNetId @@ -6311,8 +6120,7 @@ extension IoTWirelessClientTypes { gateways: [IoTWirelessClientTypes.LoRaWANGatewayMetadata]? = nil, publicGateways: [IoTWirelessClientTypes.LoRaWANPublicGatewayMetadata]? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.dataRate = dataRate self.devEui = devEui self.fPort = fPort @@ -6342,8 +6150,7 @@ extension IoTWirelessClientTypes { deviceState: IoTWirelessClientTypes.DeviceState? = nil, event: IoTWirelessClientTypes.Event? = nil, rssi: Swift.Int? = nil - ) - { + ) { self.batteryLevel = batteryLevel self.deviceState = deviceState self.event = event @@ -6367,8 +6174,7 @@ public struct GetWirelessDeviceStatisticsOutput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANDeviceMetadata? = nil, sidewalk: IoTWirelessClientTypes.SidewalkDeviceMetadata? = nil, wirelessDeviceId: Swift.String? = nil - ) - { + ) { self.lastUplinkReceivedAt = lastUplinkReceivedAt self.loRaWAN = loRaWAN self.sidewalk = sidewalk @@ -6419,8 +6225,7 @@ public struct GetWirelessGatewayInput: Swift.Sendable { public init( identifier: Swift.String? = nil, identifierType: IoTWirelessClientTypes.WirelessGatewayIdType? = nil - ) - { + ) { self.identifier = identifier self.identifierType = identifierType } @@ -6450,8 +6255,7 @@ public struct GetWirelessGatewayOutput: Swift.Sendable { name: Swift.String? = nil, thingArn: Swift.String? = nil, thingName: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -6469,8 +6273,7 @@ public struct GetWirelessGatewayCertificateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6484,8 +6287,7 @@ public struct GetWirelessGatewayCertificateOutput: Swift.Sendable { public init( iotCertificateId: Swift.String? = nil, loRaWANNetworkServerCertificateId: Swift.String? = nil - ) - { + ) { self.iotCertificateId = iotCertificateId self.loRaWANNetworkServerCertificateId = loRaWANNetworkServerCertificateId } @@ -6498,8 +6300,7 @@ public struct GetWirelessGatewayFirmwareInformationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6513,8 +6314,7 @@ extension IoTWirelessClientTypes { public init( currentVersion: IoTWirelessClientTypes.LoRaWANGatewayVersion? = nil - ) - { + ) { self.currentVersion = currentVersion } } @@ -6526,8 +6326,7 @@ public struct GetWirelessGatewayFirmwareInformationOutput: Swift.Sendable { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANGatewayCurrentVersion? = nil - ) - { + ) { self.loRaWAN = loRaWAN } } @@ -6539,8 +6338,7 @@ public struct GetWirelessGatewayStatisticsInput: Swift.Sendable { public init( wirelessGatewayId: Swift.String? = nil - ) - { + ) { self.wirelessGatewayId = wirelessGatewayId } } @@ -6557,8 +6355,7 @@ public struct GetWirelessGatewayStatisticsOutput: Swift.Sendable { connectionStatus: IoTWirelessClientTypes.ConnectionStatus? = nil, lastUplinkReceivedAt: Swift.String? = nil, wirelessGatewayId: Swift.String? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.lastUplinkReceivedAt = lastUplinkReceivedAt self.wirelessGatewayId = wirelessGatewayId @@ -6572,8 +6369,7 @@ public struct GetWirelessGatewayTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6596,8 +6392,7 @@ public struct GetWirelessGatewayTaskOutput: Swift.Sendable { taskCreatedAt: Swift.String? = nil, wirelessGatewayId: Swift.String? = nil, wirelessGatewayTaskDefinitionId: Swift.String? = nil - ) - { + ) { self.lastUplinkReceivedAt = lastUplinkReceivedAt self.status = status self.taskCreatedAt = taskCreatedAt @@ -6613,8 +6408,7 @@ public struct GetWirelessGatewayTaskDefinitionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6634,8 +6428,7 @@ public struct GetWirelessGatewayTaskDefinitionOutput: Swift.Sendable { autoCreateTasks: Swift.Bool = false, name: Swift.String? = nil, update: IoTWirelessClientTypes.UpdateWirelessGatewayTaskCreate? = nil - ) - { + ) { self.arn = arn self.autoCreateTasks = autoCreateTasks self.name = name @@ -6696,8 +6489,7 @@ extension IoTWirelessClientTypes { onboardingStatus: IoTWirelessClientTypes.OnboardStatus? = nil, onboardingStatusReason: Swift.String? = nil, sidewalkManufacturingSn: Swift.String? = nil - ) - { + ) { self.lastUpdateTime = lastUpdateTime self.onboardingStatus = onboardingStatus self.onboardingStatusReason = onboardingStatusReason @@ -6715,8 +6507,7 @@ extension IoTWirelessClientTypes { public init( sidewalk: IoTWirelessClientTypes.ImportedSidewalkDevice? = nil - ) - { + ) { self.sidewalk = sidewalk } } @@ -6731,8 +6522,7 @@ public struct ListDestinationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6747,8 +6537,7 @@ public struct ListDestinationsOutput: Swift.Sendable { public init( destinationList: [IoTWirelessClientTypes.Destinations]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationList = destinationList self.nextToken = nextToken } @@ -6766,8 +6555,7 @@ public struct ListDeviceProfilesInput: Swift.Sendable { deviceProfileType: IoTWirelessClientTypes.DeviceProfileType? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.deviceProfileType = deviceProfileType self.maxResults = maxResults self.nextToken = nextToken @@ -6783,8 +6571,7 @@ public struct ListDeviceProfilesOutput: Swift.Sendable { public init( deviceProfileList: [IoTWirelessClientTypes.DeviceProfile]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceProfileList = deviceProfileList self.nextToken = nextToken } @@ -6806,8 +6593,7 @@ public struct ListDevicesForWirelessDeviceImportTaskInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, status: IoTWirelessClientTypes.OnboardStatus? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.nextToken = nextToken @@ -6827,8 +6613,7 @@ public struct ListDevicesForWirelessDeviceImportTaskOutput: Swift.Sendable { destinationName: Swift.String? = nil, importedWirelessDeviceList: [IoTWirelessClientTypes.ImportedWirelessDevice]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinationName = destinationName self.importedWirelessDeviceList = importedWirelessDeviceList self.nextToken = nextToken @@ -6848,8 +6633,7 @@ public struct ListEventConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceType: IoTWirelessClientTypes.EventNotificationResourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceType = resourceType @@ -6865,8 +6649,7 @@ public struct ListEventConfigurationsOutput: Swift.Sendable { public init( eventConfigurationsList: [IoTWirelessClientTypes.EventConfigurationItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventConfigurationsList = eventConfigurationsList self.nextToken = nextToken } @@ -6881,8 +6664,7 @@ public struct ListFuotaTasksInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6897,8 +6679,7 @@ public struct ListFuotaTasksOutput: Swift.Sendable { public init( fuotaTaskList: [IoTWirelessClientTypes.FuotaTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fuotaTaskList = fuotaTaskList self.nextToken = nextToken } @@ -6913,8 +6694,7 @@ public struct ListMulticastGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6935,8 +6715,7 @@ extension IoTWirelessClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -6953,8 +6732,7 @@ public struct ListMulticastGroupsOutput: Swift.Sendable { public init( multicastGroupList: [IoTWirelessClientTypes.MulticastGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multicastGroupList = multicastGroupList self.nextToken = nextToken } @@ -6973,8 +6751,7 @@ public struct ListMulticastGroupsByFuotaTaskInput: Swift.Sendable { id: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.nextToken = nextToken @@ -6990,8 +6767,7 @@ extension IoTWirelessClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7006,8 +6782,7 @@ public struct ListMulticastGroupsByFuotaTaskOutput: Swift.Sendable { public init( multicastGroupList: [IoTWirelessClientTypes.MulticastGroupByFuotaTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multicastGroupList = multicastGroupList self.nextToken = nextToken } @@ -7022,8 +6797,7 @@ public struct ListNetworkAnalyzerConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7041,8 +6815,7 @@ extension IoTWirelessClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -7058,8 +6831,7 @@ public struct ListNetworkAnalyzerConfigurationsOutput: Swift.Sendable { public init( networkAnalyzerConfigurationList: [IoTWirelessClientTypes.NetworkAnalyzerConfigurations]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkAnalyzerConfigurationList = networkAnalyzerConfigurationList self.nextToken = nextToken } @@ -7074,8 +6846,7 @@ public struct ListPartnerAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7090,8 +6861,7 @@ public struct ListPartnerAccountsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sidewalk: [IoTWirelessClientTypes.SidewalkAccountInfoWithFingerprint]? = nil - ) - { + ) { self.nextToken = nextToken self.sidewalk = sidewalk } @@ -7110,8 +6880,7 @@ public struct ListPositionConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceType = resourceType @@ -7136,8 +6905,7 @@ extension IoTWirelessClientTypes { resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil, solvers: IoTWirelessClientTypes.PositionSolverDetails? = nil - ) - { + ) { self.destination = destination self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -7156,8 +6924,7 @@ public struct ListPositionConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, positionConfigurationList: [IoTWirelessClientTypes.PositionConfigurationItem]? = nil - ) - { + ) { self.nextToken = nextToken self.positionConfigurationList = positionConfigurationList } @@ -7179,8 +6946,7 @@ public struct ListQueuedMessagesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, wirelessDeviceType: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.nextToken = nextToken @@ -7197,8 +6963,7 @@ public struct ListQueuedMessagesOutput: Swift.Sendable { public init( downlinkQueueMessagesList: [IoTWirelessClientTypes.DownlinkQueueMessage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.downlinkQueueMessagesList = downlinkQueueMessagesList self.nextToken = nextToken } @@ -7213,8 +6978,7 @@ public struct ListServiceProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7235,8 +6999,7 @@ extension IoTWirelessClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -7253,8 +7016,7 @@ public struct ListServiceProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceProfileList: [IoTWirelessClientTypes.ServiceProfile]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceProfileList = serviceProfileList } @@ -7267,8 +7029,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7279,8 +7040,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -7294,8 +7054,7 @@ public struct ListWirelessDeviceImportTasksInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7340,8 +7099,7 @@ extension IoTWirelessClientTypes { sidewalk: IoTWirelessClientTypes.SidewalkGetStartImportInfo? = nil, status: IoTWirelessClientTypes.ImportTaskStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.destinationName = destinationName @@ -7366,8 +7124,7 @@ public struct ListWirelessDeviceImportTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, wirelessDeviceImportTaskList: [IoTWirelessClientTypes.WirelessDeviceImportTask]? = nil - ) - { + ) { self.nextToken = nextToken self.wirelessDeviceImportTaskList = wirelessDeviceImportTaskList } @@ -7400,8 +7157,7 @@ public struct ListWirelessDevicesInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceProfileId: Swift.String? = nil, wirelessDeviceType: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.destinationName = destinationName self.deviceProfileId = deviceProfileId self.fuotaTaskId = fuotaTaskId @@ -7422,8 +7178,7 @@ extension IoTWirelessClientTypes { public init( devEui: Swift.String? = nil - ) - { + ) { self.devEui = devEui } } @@ -7453,8 +7208,7 @@ extension IoTWirelessClientTypes { sidewalkId: Swift.String? = nil, sidewalkManufacturingSn: Swift.String? = nil, status: IoTWirelessClientTypes.WirelessDeviceSidewalkStatus? = nil - ) - { + ) { self.amazonId = amazonId self.deviceCertificates = deviceCertificates self.deviceProfileId = deviceProfileId @@ -7504,8 +7258,7 @@ extension IoTWirelessClientTypes { name: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkListDevice? = nil, type: IoTWirelessClientTypes.WirelessDeviceType? = nil - ) - { + ) { self.arn = arn self.destinationName = destinationName self.fuotaDeviceStatus = fuotaDeviceStatus @@ -7530,8 +7283,7 @@ public struct ListWirelessDevicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, wirelessDeviceList: [IoTWirelessClientTypes.WirelessDeviceStatistics]? = nil - ) - { + ) { self.nextToken = nextToken self.wirelessDeviceList = wirelessDeviceList } @@ -7546,8 +7298,7 @@ public struct ListWirelessGatewaysInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7577,8 +7328,7 @@ extension IoTWirelessClientTypes { lastUplinkReceivedAt: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANGateway? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -7598,8 +7348,7 @@ public struct ListWirelessGatewaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, wirelessGatewayList: [IoTWirelessClientTypes.WirelessGatewayStatistics]? = nil - ) - { + ) { self.nextToken = nextToken self.wirelessGatewayList = wirelessGatewayList } @@ -7643,8 +7392,7 @@ public struct ListWirelessGatewayTaskDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, taskDefinitionType: IoTWirelessClientTypes.WirelessGatewayTaskDefinitionType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.taskDefinitionType = taskDefinitionType @@ -7663,8 +7411,7 @@ extension IoTWirelessClientTypes { public init( currentVersion: IoTWirelessClientTypes.LoRaWANGatewayVersion? = nil, updateVersion: IoTWirelessClientTypes.LoRaWANGatewayVersion? = nil - ) - { + ) { self.currentVersion = currentVersion self.updateVersion = updateVersion } @@ -7686,8 +7433,7 @@ extension IoTWirelessClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANUpdateGatewayTaskEntry? = nil - ) - { + ) { self.arn = arn self.id = id self.loRaWAN = loRaWAN @@ -7704,8 +7450,7 @@ public struct ListWirelessGatewayTaskDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskDefinitions: [IoTWirelessClientTypes.UpdateWirelessGatewayTaskEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.taskDefinitions = taskDefinitions } @@ -7725,8 +7470,7 @@ extension IoTWirelessClientTypes { public init( fec: IoTWirelessClientTypes.PositionConfigurationFec? = nil, status: IoTWirelessClientTypes.PositionConfigurationStatus? = nil - ) - { + ) { self.fec = fec self.status = status } @@ -7742,8 +7486,7 @@ extension IoTWirelessClientTypes { public init( semtechGnss: IoTWirelessClientTypes.SemtechGnssConfiguration? = nil - ) - { + ) { self.semtechGnss = semtechGnss } } @@ -7767,8 +7510,7 @@ public struct PutPositionConfigurationInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil, solvers: IoTWirelessClientTypes.PositionSolverConfigurations? = nil - ) - { + ) { self.destination = destination self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -7797,8 +7539,7 @@ public struct PutResourceLogLevelInput: Swift.Sendable { logLevel: IoTWirelessClientTypes.LogLevel? = nil, resourceIdentifier: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logLevel = logLevel self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -7831,8 +7572,7 @@ public struct ResetResourceLogLevelInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType } @@ -7852,8 +7592,7 @@ extension IoTWirelessClientTypes { public init( fPort: Swift.Int? = nil - ) - { + ) { self.fPort = fPort } } @@ -7868,8 +7607,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANMulticastMetadata? = nil - ) - { + ) { self.loRaWAN = loRaWAN } } @@ -7890,8 +7628,7 @@ public struct SendDataToMulticastGroupInput: Swift.Sendable { id: Swift.String? = nil, payloadData: Swift.String? = nil, wirelessMetadata: IoTWirelessClientTypes.MulticastWirelessMetadata? = nil - ) - { + ) { self.id = id self.payloadData = payloadData self.wirelessMetadata = wirelessMetadata @@ -7904,8 +7641,7 @@ public struct SendDataToMulticastGroupOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7961,8 +7697,7 @@ extension IoTWirelessClientTypes { ackModeRetryDurationSecs: Swift.Int? = nil, messageType: IoTWirelessClientTypes.MessageType? = nil, seq: Swift.Int? = nil - ) - { + ) { self.ackModeRetryDurationSecs = ackModeRetryDurationSecs self.messageType = messageType self.seq = seq @@ -7982,8 +7717,7 @@ extension IoTWirelessClientTypes { public init( loRaWAN: IoTWirelessClientTypes.LoRaWANSendDataToDevice? = nil, sidewalk: IoTWirelessClientTypes.SidewalkSendDataToDevice? = nil - ) - { + ) { self.loRaWAN = loRaWAN self.sidewalk = sidewalk } @@ -8008,8 +7742,7 @@ public struct SendDataToWirelessDeviceInput: Swift.Sendable { payloadData: Swift.String? = nil, transmitMode: Swift.Int? = nil, wirelessMetadata: IoTWirelessClientTypes.WirelessMetadata? = nil - ) - { + ) { self.id = id self.payloadData = payloadData self.transmitMode = transmitMode @@ -8023,8 +7756,7 @@ public struct SendDataToWirelessDeviceOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -8042,8 +7774,7 @@ public struct StartBulkAssociateWirelessDeviceWithMulticastGroupInput: Swift.Sen id: Swift.String? = nil, queryString: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.id = id self.queryString = queryString self.tags = tags @@ -8068,8 +7799,7 @@ public struct StartBulkDisassociateWirelessDeviceFromMulticastGroupInput: Swift. id: Swift.String? = nil, queryString: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.id = id self.queryString = queryString self.tags = tags @@ -8090,8 +7820,7 @@ extension IoTWirelessClientTypes { public init( startTime: Foundation.Date? = nil - ) - { + ) { self.startTime = startTime } } @@ -8107,8 +7836,7 @@ public struct StartFuotaTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANStartFuotaTask? = nil - ) - { + ) { self.id = id self.loRaWAN = loRaWAN } @@ -8130,8 +7858,7 @@ public struct StartMulticastGroupSessionInput: Swift.Sendable { public init( id: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANMulticastSession? = nil - ) - { + ) { self.id = id self.loRaWAN = loRaWAN } @@ -8151,8 +7878,7 @@ extension IoTWirelessClientTypes { public init( sidewalkManufacturingSn: Swift.String? = nil - ) - { + ) { self.sidewalkManufacturingSn = sidewalkManufacturingSn } } @@ -8178,8 +7904,7 @@ public struct StartSingleWirelessDeviceImportTaskInput: Swift.Sendable { deviceName: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkSingleStartImportInfo? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.destinationName = destinationName self.deviceName = deviceName @@ -8197,8 +7922,7 @@ public struct StartSingleWirelessDeviceImportTaskOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -8216,8 +7940,7 @@ extension IoTWirelessClientTypes { public init( deviceCreationFile: Swift.String? = nil, role: Swift.String? = nil - ) - { + ) { self.deviceCreationFile = deviceCreationFile self.role = role } @@ -8241,8 +7964,7 @@ public struct StartWirelessDeviceImportTaskInput: Swift.Sendable { destinationName: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkStartImportInfo? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.destinationName = destinationName self.sidewalk = sidewalk @@ -8259,8 +7981,7 @@ public struct StartWirelessDeviceImportTaskOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -8287,8 +8008,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -8305,8 +8025,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [IoTWirelessClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8324,8 +8043,7 @@ public struct TestWirelessDeviceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -8336,8 +8054,7 @@ public struct TestWirelessDeviceOutput: Swift.Sendable { public init( result: Swift.String? = nil - ) - { + ) { self.result = result } } @@ -8353,8 +8070,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8384,8 +8100,7 @@ public struct UpdateDestinationInput: Swift.Sendable { expressionType: IoTWirelessClientTypes.ExpressionType? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.description = description self.expression = expression self.expressionType = expressionType @@ -8417,8 +8132,7 @@ public struct UpdateEventConfigurationByResourceTypesInput: Swift.Sendable { join: IoTWirelessClientTypes.JoinResourceTypeEventConfiguration? = nil, messageDeliveryStatus: IoTWirelessClientTypes.MessageDeliveryStatusResourceTypeEventConfiguration? = nil, proximity: IoTWirelessClientTypes.ProximityResourceTypeEventConfiguration? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.deviceRegistrationState = deviceRegistrationState self.join = join @@ -8466,8 +8180,7 @@ public struct UpdateFuotaTaskInput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANFuotaTask? = nil, name: Swift.String? = nil, redundancyPercent: Swift.Int? = nil - ) - { + ) { self.description = description self.descriptor = descriptor self.firmwareUpdateImage = firmwareUpdateImage @@ -8501,8 +8214,7 @@ public struct UpdateLogLevelsByResourceTypesInput: Swift.Sendable { fuotaTaskLogOptions: [IoTWirelessClientTypes.FuotaTaskLogOption]? = nil, wirelessDeviceLogOptions: [IoTWirelessClientTypes.WirelessDeviceLogOption]? = nil, wirelessGatewayLogOptions: [IoTWirelessClientTypes.WirelessGatewayLogOption]? = nil - ) - { + ) { self.defaultLogLevel = defaultLogLevel self.fuotaTaskLogOptions = fuotaTaskLogOptions self.wirelessDeviceLogOptions = wirelessDeviceLogOptions @@ -8521,8 +8233,7 @@ public struct UpdateMetricConfigurationInput: Swift.Sendable { public init( summaryMetric: IoTWirelessClientTypes.SummaryMetricConfiguration? = nil - ) - { + ) { self.summaryMetric = summaryMetric } } @@ -8548,8 +8259,7 @@ public struct UpdateMulticastGroupInput: Swift.Sendable { id: Swift.String? = nil, loRaWAN: IoTWirelessClientTypes.LoRaWANMulticast? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.loRaWAN = loRaWAN @@ -8593,8 +8303,7 @@ public struct UpdateNetworkAnalyzerConfigurationInput: Swift.Sendable { wirelessDevicesToRemove: [Swift.String]? = nil, wirelessGatewaysToAdd: [Swift.String]? = nil, wirelessGatewaysToRemove: [Swift.String]? = nil - ) - { + ) { self.configurationName = configurationName self.description = description self.multicastGroupsToAdd = multicastGroupsToAdd @@ -8621,8 +8330,7 @@ extension IoTWirelessClientTypes { public init( appServerPrivateKey: Swift.String? = nil - ) - { + ) { self.appServerPrivateKey = appServerPrivateKey } } @@ -8648,8 +8356,7 @@ public struct UpdatePartnerAccountInput: Swift.Sendable { partnerAccountId: Swift.String? = nil, partnerType: IoTWirelessClientTypes.PartnerType? = nil, sidewalk: IoTWirelessClientTypes.SidewalkUpdateAccount? = nil - ) - { + ) { self.partnerAccountId = partnerAccountId self.partnerType = partnerType self.sidewalk = sidewalk @@ -8677,8 +8384,7 @@ public struct UpdatePositionInput: Swift.Sendable { position: [Swift.Float]? = nil, resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.position = position self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -8720,8 +8426,7 @@ public struct UpdateResourceEventConfigurationInput: Swift.Sendable { messageDeliveryStatus: IoTWirelessClientTypes.MessageDeliveryStatusEventConfiguration? = nil, partnerType: IoTWirelessClientTypes.EventNotificationPartnerType? = nil, proximity: IoTWirelessClientTypes.ProximityEventConfiguration? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.deviceRegistrationState = deviceRegistrationState self.identifier = identifier @@ -8752,8 +8457,7 @@ public struct UpdateResourcePositionInput: Swift.Sendable { geoJsonPayload: Foundation.Data? = nil, resourceIdentifier: Swift.String? = nil, resourceType: IoTWirelessClientTypes.PositionResourceType? = nil - ) - { + ) { self.geoJsonPayload = geoJsonPayload self.resourceIdentifier = resourceIdentifier self.resourceType = resourceType @@ -8774,8 +8478,7 @@ extension IoTWirelessClientTypes { public init( fCntStart: Swift.Int? = nil - ) - { + ) { self.fCntStart = fCntStart } } @@ -8790,8 +8493,7 @@ extension IoTWirelessClientTypes { public init( fCntStart: Swift.Int? = nil - ) - { + ) { self.fCntStart = fCntStart } } @@ -8809,8 +8511,7 @@ extension IoTWirelessClientTypes { public init( applications: [IoTWirelessClientTypes.ApplicationConfig]? = nil, positioning: IoTWirelessClientTypes.Positioning? = nil - ) - { + ) { self.applications = applications self.positioning = positioning } @@ -8838,8 +8539,7 @@ extension IoTWirelessClientTypes { deviceProfileId: Swift.String? = nil, fPorts: IoTWirelessClientTypes.UpdateFPorts? = nil, serviceProfileId: Swift.String? = nil - ) - { + ) { self.abpV1_0_x = abpV1_0_x self.abpV1_1 = abpV1_1 self.deviceProfileId = deviceProfileId @@ -8871,8 +8571,7 @@ public struct UpdateWirelessDeviceInput: Swift.Sendable { loRaWAN: IoTWirelessClientTypes.LoRaWANUpdateDevice? = nil, name: Swift.String? = nil, positioning: IoTWirelessClientTypes.PositioningConfigStatus? = nil - ) - { + ) { self.description = description self.destinationName = destinationName self.id = id @@ -8896,8 +8595,7 @@ extension IoTWirelessClientTypes { public init( deviceCreationFile: Swift.String? = nil - ) - { + ) { self.deviceCreationFile = deviceCreationFile } } @@ -8914,8 +8612,7 @@ public struct UpdateWirelessDeviceImportTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, sidewalk: IoTWirelessClientTypes.SidewalkUpdateImportInfo? = nil - ) - { + ) { self.id = id self.sidewalk = sidewalk } @@ -8948,8 +8645,7 @@ public struct UpdateWirelessGatewayInput: Swift.Sendable { maxEirp: Swift.Float? = nil, name: Swift.String? = nil, netIdFilters: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.joinEuiFilters = joinEuiFilters diff --git a/Sources/Services/AWSIotDeviceAdvisor/Package.swift.txt b/Sources/Services/AWSIotDeviceAdvisor/Package.swift.txt index aab11b7aa54..40c5564e0fc 100644 --- a/Sources/Services/AWSIotDeviceAdvisor/Package.swift.txt +++ b/Sources/Services/AWSIotDeviceAdvisor/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/IotDeviceAdvisorClient.swift b/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/IotDeviceAdvisorClient.swift index 53d94d422cb..1f96d14b545 100644 --- a/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/IotDeviceAdvisorClient.swift +++ b/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/IotDeviceAdvisorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IotDeviceAdvisorClient: ClientRuntime.Client { public static let clientName = "IotDeviceAdvisorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IotDeviceAdvisorClient.IotDeviceAdvisorClientConfiguration let serviceName = "IotDeviceAdvisor" diff --git a/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/Models.swift b/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/Models.swift index 255d01cc82e..480cf106e18 100644 --- a/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/Models.swift +++ b/Sources/Services/AWSIotDeviceAdvisor/Sources/AWSIotDeviceAdvisor/Models.swift @@ -75,8 +75,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -100,8 +99,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -125,8 +123,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +143,7 @@ extension IotDeviceAdvisorClientTypes { certificateArn: Swift.String? = nil, deviceRoleArn: Swift.String? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.deviceRoleArn = deviceRoleArn self.thingArn = thingArn @@ -220,8 +216,7 @@ extension IotDeviceAdvisorClientTypes { `protocol`: IotDeviceAdvisorClientTypes.ModelProtocol? = nil, rootGroup: Swift.String? = nil, suiteDefinitionName: Swift.String? = nil - ) - { + ) { self.devicePermissionRoleArn = devicePermissionRoleArn self.devices = devices self.intendedForQualification = intendedForQualification @@ -246,8 +241,7 @@ public struct CreateSuiteDefinitionInput: Swift.Sendable { clientToken: Swift.String? = nil, suiteDefinitionConfiguration: IotDeviceAdvisorClientTypes.SuiteDefinitionConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.suiteDefinitionConfiguration = suiteDefinitionConfiguration self.tags = tags @@ -269,8 +263,7 @@ public struct CreateSuiteDefinitionOutput: Swift.Sendable { suiteDefinitionArn: Swift.String? = nil, suiteDefinitionId: Swift.String? = nil, suiteDefinitionName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.suiteDefinitionArn = suiteDefinitionArn self.suiteDefinitionId = suiteDefinitionId @@ -285,8 +278,7 @@ public struct DeleteSuiteDefinitionInput: Swift.Sendable { public init( suiteDefinitionId: Swift.String? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId } } @@ -315,8 +307,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -336,8 +327,7 @@ public struct GetEndpointInput: Swift.Sendable { certificateArn: Swift.String? = nil, deviceRoleArn: Swift.String? = nil, thingArn: Swift.String? = nil - ) - { + ) { self.authenticationMethod = authenticationMethod self.certificateArn = certificateArn self.deviceRoleArn = deviceRoleArn @@ -351,8 +341,7 @@ public struct GetEndpointOutput: Swift.Sendable { public init( endpoint: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -367,8 +356,7 @@ public struct GetSuiteDefinitionInput: Swift.Sendable { public init( suiteDefinitionId: Swift.String? = nil, suiteDefinitionVersion: Swift.String? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId self.suiteDefinitionVersion = suiteDefinitionVersion } @@ -401,8 +389,7 @@ public struct GetSuiteDefinitionOutput: Swift.Sendable { suiteDefinitionId: Swift.String? = nil, suiteDefinitionVersion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.lastModifiedAt = lastModifiedAt self.latestVersion = latestVersion @@ -425,8 +412,7 @@ public struct GetSuiteRunInput: Swift.Sendable { public init( suiteDefinitionId: Swift.String? = nil, suiteRunId: Swift.String? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId self.suiteRunId = suiteRunId } @@ -498,8 +484,7 @@ extension IotDeviceAdvisorClientTypes { parallelRun: Swift.Bool? = nil, primaryDevice: IotDeviceAdvisorClientTypes.DeviceUnderTest? = nil, selectedTestList: [Swift.String]? = nil - ) - { + ) { self.parallelRun = parallelRun self.primaryDevice = primaryDevice self.selectedTestList = selectedTestList @@ -677,8 +662,7 @@ extension IotDeviceAdvisorClientTypes { systemMessage: Swift.String? = nil, testCaseScenarioId: Swift.String? = nil, testCaseScenarioType: IotDeviceAdvisorClientTypes.TestCaseScenarioType? = nil - ) - { + ) { self.failure = failure self.status = status self.systemMessage = systemMessage @@ -740,8 +724,7 @@ extension IotDeviceAdvisorClientTypes { testCaseRunId: Swift.String? = nil, testScenarios: [IotDeviceAdvisorClientTypes.TestCaseScenario]? = nil, warnings: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.failure = failure self.logUrl = logUrl @@ -771,8 +754,7 @@ extension IotDeviceAdvisorClientTypes { groupId: Swift.String? = nil, groupName: Swift.String? = nil, tests: [IotDeviceAdvisorClientTypes.TestCaseRun]? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName self.tests = tests @@ -789,8 +771,7 @@ extension IotDeviceAdvisorClientTypes { public init( groups: [IotDeviceAdvisorClientTypes.GroupResult]? = nil - ) - { + ) { self.groups = groups } } @@ -832,8 +813,7 @@ public struct GetSuiteRunOutput: Swift.Sendable { suiteRunId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, testResult: IotDeviceAdvisorClientTypes.TestResult? = nil - ) - { + ) { self.endTime = endTime self.errorReason = errorReason self.startTime = startTime @@ -859,8 +839,7 @@ public struct GetSuiteRunReportInput: Swift.Sendable { public init( suiteDefinitionId: Swift.String? = nil, suiteRunId: Swift.String? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId self.suiteRunId = suiteRunId } @@ -872,8 +851,7 @@ public struct GetSuiteRunReportOutput: Swift.Sendable { public init( qualificationReportDownloadUrl: Swift.String? = nil - ) - { + ) { self.qualificationReportDownloadUrl = qualificationReportDownloadUrl } } @@ -887,8 +865,7 @@ public struct ListSuiteDefinitionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -921,8 +898,7 @@ extension IotDeviceAdvisorClientTypes { `protocol`: IotDeviceAdvisorClientTypes.ModelProtocol? = nil, suiteDefinitionId: Swift.String? = nil, suiteDefinitionName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.defaultDevices = defaultDevices self.intendedForQualification = intendedForQualification @@ -943,8 +919,7 @@ public struct ListSuiteDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, suiteDefinitionInformationList: [IotDeviceAdvisorClientTypes.SuiteDefinitionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.suiteDefinitionInformationList = suiteDefinitionInformationList } @@ -965,8 +940,7 @@ public struct ListSuiteRunsInput: Swift.Sendable { nextToken: Swift.String? = nil, suiteDefinitionId: Swift.String? = nil, suiteDefinitionVersion: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.suiteDefinitionId = suiteDefinitionId @@ -1010,8 +984,7 @@ extension IotDeviceAdvisorClientTypes { suiteDefinitionName: Swift.String? = nil, suiteDefinitionVersion: Swift.String? = nil, suiteRunId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.endAt = endAt self.failed = failed @@ -1035,8 +1008,7 @@ public struct ListSuiteRunsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, suiteRunsList: [IotDeviceAdvisorClientTypes.SuiteRunInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.suiteRunsList = suiteRunsList } @@ -1049,8 +1021,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1061,8 +1032,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1084,8 +1054,7 @@ public struct StartSuiteRunInput: Swift.Sendable { suiteDefinitionVersion: Swift.String? = nil, suiteRunConfiguration: IotDeviceAdvisorClientTypes.SuiteRunConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId self.suiteDefinitionVersion = suiteDefinitionVersion self.suiteRunConfiguration = suiteRunConfiguration @@ -1108,8 +1077,7 @@ public struct StartSuiteRunOutput: Swift.Sendable { endpoint: Swift.String? = nil, suiteRunArn: Swift.String? = nil, suiteRunId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.endpoint = endpoint self.suiteRunArn = suiteRunArn @@ -1128,8 +1096,7 @@ public struct StopSuiteRunInput: Swift.Sendable { public init( suiteDefinitionId: Swift.String? = nil, suiteRunId: Swift.String? = nil - ) - { + ) { self.suiteDefinitionId = suiteDefinitionId self.suiteRunId = suiteRunId } @@ -1151,8 +1118,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1174,8 +1140,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1197,8 +1162,7 @@ public struct UpdateSuiteDefinitionInput: Swift.Sendable { public init( suiteDefinitionConfiguration: IotDeviceAdvisorClientTypes.SuiteDefinitionConfiguration? = nil, suiteDefinitionId: Swift.String? = nil - ) - { + ) { self.suiteDefinitionConfiguration = suiteDefinitionConfiguration self.suiteDefinitionId = suiteDefinitionId } @@ -1225,8 +1189,7 @@ public struct UpdateSuiteDefinitionOutput: Swift.Sendable { suiteDefinitionId: Swift.String? = nil, suiteDefinitionName: Swift.String? = nil, suiteDefinitionVersion: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt self.suiteDefinitionArn = suiteDefinitionArn diff --git a/Sources/Services/AWSIvs/Package.swift.txt b/Sources/Services/AWSIvs/Package.swift.txt index fbbebe23907..512d3e132a6 100644 --- a/Sources/Services/AWSIvs/Package.swift.txt +++ b/Sources/Services/AWSIvs/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIvs/Sources/AWSIvs/IvsClient.swift b/Sources/Services/AWSIvs/Sources/AWSIvs/IvsClient.swift index d136114a69d..26a76f2aa86 100644 --- a/Sources/Services/AWSIvs/Sources/AWSIvs/IvsClient.swift +++ b/Sources/Services/AWSIvs/Sources/AWSIvs/IvsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IvsClient: ClientRuntime.Client { public static let clientName = "IvsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IvsClient.IvsClientConfiguration let serviceName = "ivs" diff --git a/Sources/Services/AWSIvs/Sources/AWSIvs/Models.swift b/Sources/Services/AWSIvs/Sources/AWSIvs/Models.swift index 0800fdecc17..e5bbf0ef9f5 100644 --- a/Sources/Services/AWSIvs/Sources/AWSIvs/Models.swift +++ b/Sources/Services/AWSIvs/Sources/AWSIvs/Models.swift @@ -74,8 +74,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -87,8 +86,7 @@ public struct BatchGetChannelInput: Swift.Sendable { public init( arns: [Swift.String]? = nil - ) - { + ) { self.arns = arns } } @@ -227,8 +225,7 @@ extension IvsClientTypes { enabled: Swift.Bool = false, maximumResolution: IvsClientTypes.MultitrackMaximumResolution? = nil, policy: IvsClientTypes.MultitrackPolicy? = nil - ) - { + ) { self.enabled = enabled self.maximumResolution = maximumResolution self.policy = policy @@ -277,8 +274,7 @@ extension IvsClientTypes { public init( endpoint: Swift.String? = nil, passphrase: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.passphrase = passphrase } @@ -376,8 +372,7 @@ extension IvsClientTypes { srt: IvsClientTypes.Srt? = nil, tags: [Swift.String: Swift.String]? = nil, type: IvsClientTypes.ChannelType? = nil - ) - { + ) { self.arn = arn self.authorized = authorized self.containerFormat = containerFormat @@ -412,8 +407,7 @@ extension IvsClientTypes { arn: Swift.String? = nil, code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.arn = arn self.code = code self.message = message @@ -430,8 +424,7 @@ public struct BatchGetChannelOutput: Swift.Sendable { public init( channels: [IvsClientTypes.Channel]? = nil, errors: [IvsClientTypes.BatchError]? = nil - ) - { + ) { self.channels = channels self.errors = errors } @@ -444,8 +437,7 @@ public struct BatchGetStreamKeyInput: Swift.Sendable { public init( arns: [Swift.String]? = nil - ) - { + ) { self.arns = arns } } @@ -468,8 +460,7 @@ extension IvsClientTypes { channelArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.arn = arn self.channelArn = channelArn self.tags = tags @@ -492,8 +483,7 @@ public struct BatchGetStreamKeyOutput: Swift.Sendable { public init( errors: [IvsClientTypes.BatchError]? = nil, streamKeys: [IvsClientTypes.StreamKey]? = nil - ) - { + ) { self.errors = errors self.streamKeys = streamKeys } @@ -518,8 +508,7 @@ public struct PendingVerification: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -543,8 +532,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -568,8 +556,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -591,8 +578,7 @@ extension IvsClientTypes { channelArn: Swift.String? = nil, viewerId: Swift.String? = nil, viewerSessionVersionsLessThanOrEqualTo: Swift.Int = 0 - ) - { + ) { self.channelArn = channelArn self.viewerId = viewerId self.viewerSessionVersionsLessThanOrEqualTo = viewerSessionVersionsLessThanOrEqualTo @@ -607,8 +593,7 @@ public struct BatchStartViewerSessionRevocationInput: Swift.Sendable { public init( viewerSessions: [IvsClientTypes.BatchStartViewerSessionRevocationViewerSession]? = nil - ) - { + ) { self.viewerSessions = viewerSessions } } @@ -633,8 +618,7 @@ extension IvsClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, viewerId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.code = code self.message = message @@ -649,8 +633,7 @@ public struct BatchStartViewerSessionRevocationOutput: Swift.Sendable { public init( errors: [IvsClientTypes.BatchStartViewerSessionRevocationError]? = nil - ) - { + ) { self.errors = errors } } @@ -674,8 +657,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -699,8 +681,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -741,8 +722,7 @@ public struct CreateChannelInput: Swift.Sendable { recordingConfigurationArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: IvsClientTypes.ChannelType? = nil - ) - { + ) { self.authorized = authorized self.containerFormat = containerFormat self.insecureIngest = insecureIngest @@ -766,8 +746,7 @@ public struct CreateChannelOutput: Swift.Sendable { public init( channel: IvsClientTypes.Channel? = nil, streamKey: IvsClientTypes.StreamKey? = nil - ) - { + ) { self.channel = channel self.streamKey = streamKey } @@ -791,8 +770,7 @@ public struct CreatePlaybackRestrictionPolicyInput: Swift.Sendable { enableStrictOriginEnforcement: Swift.Bool? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedCountries = allowedCountries self.allowedOrigins = allowedOrigins self.enableStrictOriginEnforcement = enableStrictOriginEnforcement @@ -828,8 +806,7 @@ extension IvsClientTypes { enableStrictOriginEnforcement: Swift.Bool? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedCountries = allowedCountries self.allowedOrigins = allowedOrigins self.arn = arn @@ -846,8 +823,7 @@ public struct CreatePlaybackRestrictionPolicyOutput: Swift.Sendable { public init( playbackRestrictionPolicy: IvsClientTypes.PlaybackRestrictionPolicy? = nil - ) - { + ) { self.playbackRestrictionPolicy = playbackRestrictionPolicy } } @@ -871,8 +847,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -896,8 +871,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -912,8 +886,7 @@ extension IvsClientTypes { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -928,8 +901,7 @@ extension IvsClientTypes { public init( s3: IvsClientTypes.S3DestinationConfiguration? = nil - ) - { + ) { self.s3 = s3 } } @@ -1014,8 +986,7 @@ extension IvsClientTypes { public init( renditionSelection: IvsClientTypes.RenditionConfigurationRenditionSelection? = nil, renditions: [IvsClientTypes.RenditionConfigurationRendition]? = nil - ) - { + ) { self.renditionSelection = renditionSelection self.renditions = renditions } @@ -1133,8 +1104,7 @@ extension IvsClientTypes { resolution: IvsClientTypes.ThumbnailConfigurationResolution? = nil, storage: [IvsClientTypes.ThumbnailConfigurationStorage]? = nil, targetIntervalSeconds: Swift.Int? = nil - ) - { + ) { self.recordingMode = recordingMode self.resolution = resolution self.storage = storage @@ -1165,8 +1135,7 @@ public struct CreateRecordingConfigurationInput: Swift.Sendable { renditionConfiguration: IvsClientTypes.RenditionConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, thumbnailConfiguration: IvsClientTypes.ThumbnailConfiguration? = nil - ) - { + ) { self.destinationConfiguration = destinationConfiguration self.name = name self.recordingReconnectWindowSeconds = recordingReconnectWindowSeconds @@ -1241,8 +1210,7 @@ extension IvsClientTypes { state: IvsClientTypes.RecordingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil, thumbnailConfiguration: IvsClientTypes.ThumbnailConfiguration? = nil - ) - { + ) { self.arn = arn self.destinationConfiguration = destinationConfiguration self.name = name @@ -1261,8 +1229,7 @@ public struct CreateRecordingConfigurationOutput: Swift.Sendable { public init( recordingConfiguration: IvsClientTypes.RecordingConfiguration? = nil - ) - { + ) { self.recordingConfiguration = recordingConfiguration } } @@ -1277,8 +1244,7 @@ public struct CreateStreamKeyInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelArn = channelArn self.tags = tags } @@ -1290,8 +1256,7 @@ public struct CreateStreamKeyOutput: Swift.Sendable { public init( streamKey: IvsClientTypes.StreamKey? = nil - ) - { + ) { self.streamKey = streamKey } } @@ -1303,8 +1268,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1316,8 +1280,7 @@ public struct DeletePlaybackKeyPairInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1334,8 +1297,7 @@ public struct DeletePlaybackRestrictionPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1347,8 +1309,7 @@ public struct DeleteRecordingConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1360,8 +1321,7 @@ public struct DeleteStreamKeyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1373,8 +1333,7 @@ public struct GetChannelInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1385,8 +1344,7 @@ public struct GetChannelOutput: Swift.Sendable { public init( channel: IvsClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -1398,8 +1356,7 @@ public struct GetPlaybackKeyPairInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1422,8 +1379,7 @@ extension IvsClientTypes { fingerprint: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.fingerprint = fingerprint self.name = name @@ -1438,8 +1394,7 @@ public struct GetPlaybackKeyPairOutput: Swift.Sendable { public init( keyPair: IvsClientTypes.PlaybackKeyPair? = nil - ) - { + ) { self.keyPair = keyPair } } @@ -1451,8 +1406,7 @@ public struct GetPlaybackRestrictionPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1463,8 +1417,7 @@ public struct GetPlaybackRestrictionPolicyOutput: Swift.Sendable { public init( playbackRestrictionPolicy: IvsClientTypes.PlaybackRestrictionPolicy? = nil - ) - { + ) { self.playbackRestrictionPolicy = playbackRestrictionPolicy } } @@ -1476,8 +1429,7 @@ public struct GetRecordingConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1488,8 +1440,7 @@ public struct GetRecordingConfigurationOutput: Swift.Sendable { public init( recordingConfiguration: IvsClientTypes.RecordingConfiguration? = nil - ) - { + ) { self.recordingConfiguration = recordingConfiguration } } @@ -1513,8 +1464,7 @@ public struct ChannelNotBroadcasting: ClientRuntime.ModeledError, AWSClientRunti public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -1526,8 +1476,7 @@ public struct GetStreamInput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -1620,8 +1569,7 @@ extension IvsClientTypes { state: IvsClientTypes.StreamState? = nil, streamId: Swift.String? = nil, viewerCount: Swift.Int = 0 - ) - { + ) { self.channelArn = channelArn self.health = health self.playbackUrl = playbackUrl @@ -1639,8 +1587,7 @@ public struct GetStreamOutput: Swift.Sendable { public init( stream: IvsClientTypes.Stream? = nil - ) - { + ) { self.stream = stream } } @@ -1652,8 +1599,7 @@ public struct GetStreamKeyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1664,8 +1610,7 @@ public struct GetStreamKeyOutput: Swift.Sendable { public init( streamKey: IvsClientTypes.StreamKey? = nil - ) - { + ) { self.streamKey = streamKey } } @@ -1680,8 +1625,7 @@ public struct GetStreamSessionInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.streamId = streamId } @@ -1708,8 +1652,7 @@ extension IvsClientTypes { sampleRate: Swift.Int = 0, targetBitrate: Swift.Int = 0, track: Swift.String? = nil - ) - { + ) { self.channels = channels self.codec = codec self.sampleRate = sampleRate @@ -1758,8 +1701,7 @@ extension IvsClientTypes { track: Swift.String? = nil, videoHeight: Swift.Int = 0, videoWidth: Swift.Int = 0 - ) - { + ) { self.avcLevel = avcLevel self.avcProfile = avcProfile self.codec = codec @@ -1787,8 +1729,7 @@ extension IvsClientTypes { public init( audio: IvsClientTypes.AudioConfiguration? = nil, video: IvsClientTypes.VideoConfiguration? = nil - ) - { + ) { self.audio = audio self.video = video } @@ -1809,8 +1750,7 @@ extension IvsClientTypes { public init( audioConfigurations: [IvsClientTypes.AudioConfiguration]? = nil, videoConfigurations: [IvsClientTypes.VideoConfiguration]? = nil - ) - { + ) { self.audioConfigurations = audioConfigurations self.videoConfigurations = videoConfigurations } @@ -1851,8 +1791,7 @@ extension IvsClientTypes { eventTime: Foundation.Date? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.code = code self.eventTime = eventTime self.name = name @@ -1891,8 +1830,7 @@ extension IvsClientTypes { startTime: Foundation.Date? = nil, streamId: Swift.String? = nil, truncatedEvents: [IvsClientTypes.StreamEvent]? = nil - ) - { + ) { self.channel = channel self.endTime = endTime self.ingestConfiguration = ingestConfiguration @@ -1911,8 +1849,7 @@ public struct GetStreamSessionOutput: Swift.Sendable { public init( streamSession: IvsClientTypes.StreamSession? = nil - ) - { + ) { self.streamSession = streamSession } } @@ -1930,8 +1867,7 @@ public struct ImportPlaybackKeyPairInput: Swift.Sendable { name: Swift.String? = nil, publicKeyMaterial: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.publicKeyMaterial = publicKeyMaterial self.tags = tags @@ -1944,8 +1880,7 @@ public struct ImportPlaybackKeyPairOutput: Swift.Sendable { public init( keyPair: IvsClientTypes.PlaybackKeyPair? = nil - ) - { + ) { self.keyPair = keyPair } } @@ -1968,8 +1903,7 @@ public struct ListChannelsInput: Swift.Sendable { filterByRecordingConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterByName = filterByName self.filterByPlaybackRestrictionPolicyArn = filterByPlaybackRestrictionPolicyArn self.filterByRecordingConfigurationArn = filterByRecordingConfigurationArn @@ -2014,8 +1948,7 @@ extension IvsClientTypes { recordingConfigurationArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: IvsClientTypes.ChannelType? = nil - ) - { + ) { self.arn = arn self.authorized = authorized self.insecureIngest = insecureIngest @@ -2040,8 +1973,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [IvsClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -2056,8 +1988,7 @@ public struct ListPlaybackKeyPairsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2078,8 +2009,7 @@ extension IvsClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.tags = tags @@ -2097,8 +2027,7 @@ public struct ListPlaybackKeyPairsOutput: Swift.Sendable { public init( keyPairs: [IvsClientTypes.PlaybackKeyPairSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyPairs = keyPairs self.nextToken = nextToken } @@ -2113,8 +2042,7 @@ public struct ListPlaybackRestrictionPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2147,8 +2075,7 @@ extension IvsClientTypes { enableStrictOriginEnforcement: Swift.Bool? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedCountries = allowedCountries self.allowedOrigins = allowedOrigins self.arn = arn @@ -2169,8 +2096,7 @@ public struct ListPlaybackRestrictionPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, playbackRestrictionPolicies: [IvsClientTypes.PlaybackRestrictionPolicySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.playbackRestrictionPolicies = playbackRestrictionPolicies } @@ -2185,8 +2111,7 @@ public struct ListRecordingConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2216,8 +2141,7 @@ extension IvsClientTypes { name: Swift.String? = nil, state: IvsClientTypes.RecordingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.destinationConfiguration = destinationConfiguration self.name = name @@ -2237,8 +2161,7 @@ public struct ListRecordingConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recordingConfigurations: [IvsClientTypes.RecordingConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recordingConfigurations = recordingConfigurations } @@ -2257,8 +2180,7 @@ public struct ListStreamKeysInput: Swift.Sendable { channelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.maxResults = maxResults self.nextToken = nextToken @@ -2280,8 +2202,7 @@ extension IvsClientTypes { arn: Swift.String? = nil, channelArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelArn = channelArn self.tags = tags @@ -2299,8 +2220,7 @@ public struct ListStreamKeysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streamKeys: [IvsClientTypes.StreamKeySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.streamKeys = streamKeys } @@ -2315,8 +2235,7 @@ extension IvsClientTypes { public init( health: IvsClientTypes.StreamHealth? = nil - ) - { + ) { self.health = health } } @@ -2334,8 +2253,7 @@ public struct ListStreamsInput: Swift.Sendable { filterBy: IvsClientTypes.StreamFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterBy = filterBy self.maxResults = maxResults self.nextToken = nextToken @@ -2366,8 +2284,7 @@ extension IvsClientTypes { state: IvsClientTypes.StreamState? = nil, streamId: Swift.String? = nil, viewerCount: Swift.Int = 0 - ) - { + ) { self.channelArn = channelArn self.health = health self.startTime = startTime @@ -2388,8 +2305,7 @@ public struct ListStreamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streams: [IvsClientTypes.StreamSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.streams = streams } @@ -2408,8 +2324,7 @@ public struct ListStreamSessionsInput: Swift.Sendable { channelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.maxResults = maxResults self.nextToken = nextToken @@ -2434,8 +2349,7 @@ extension IvsClientTypes { hasErrorEvent: Swift.Bool = false, startTime: Foundation.Date? = nil, streamId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.hasErrorEvent = hasErrorEvent self.startTime = startTime @@ -2454,8 +2368,7 @@ public struct ListStreamSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streamSessions: [IvsClientTypes.StreamSessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.streamSessions = streamSessions } @@ -2468,8 +2381,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2481,8 +2393,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2498,8 +2409,7 @@ public struct PutMetadataInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, metadata: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.metadata = metadata } @@ -2524,8 +2434,7 @@ public struct StartViewerSessionRevocationInput: Swift.Sendable { channelArn: Swift.String? = nil, viewerId: Swift.String? = nil, viewerSessionVersionsLessThanOrEqualTo: Swift.Int = 0 - ) - { + ) { self.channelArn = channelArn self.viewerId = viewerId self.viewerSessionVersionsLessThanOrEqualTo = viewerSessionVersionsLessThanOrEqualTo @@ -2556,8 +2465,7 @@ public struct StreamUnavailable: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( exceptionMessage: Swift.String? = nil - ) - { + ) { self.properties.exceptionMessage = exceptionMessage } } @@ -2569,8 +2477,7 @@ public struct StopStreamInput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -2591,8 +2498,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2614,8 +2520,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2663,8 +2568,7 @@ public struct UpdateChannelInput: Swift.Sendable { preset: IvsClientTypes.TranscodePreset? = nil, recordingConfigurationArn: Swift.String? = nil, type: IvsClientTypes.ChannelType? = nil - ) - { + ) { self.arn = arn self.authorized = authorized self.containerFormat = containerFormat @@ -2685,8 +2589,7 @@ public struct UpdateChannelOutput: Swift.Sendable { public init( channel: IvsClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -2710,8 +2613,7 @@ public struct UpdatePlaybackRestrictionPolicyInput: Swift.Sendable { arn: Swift.String? = nil, enableStrictOriginEnforcement: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.allowedCountries = allowedCountries self.allowedOrigins = allowedOrigins self.arn = arn @@ -2726,8 +2628,7 @@ public struct UpdatePlaybackRestrictionPolicyOutput: Swift.Sendable { public init( playbackRestrictionPolicy: IvsClientTypes.PlaybackRestrictionPolicy? = nil - ) - { + ) { self.playbackRestrictionPolicy = playbackRestrictionPolicy } } diff --git a/Sources/Services/AWSIvschat/Package.swift.txt b/Sources/Services/AWSIvschat/Package.swift.txt index 8f5f1ca386d..bc01609eb9d 100644 --- a/Sources/Services/AWSIvschat/Package.swift.txt +++ b/Sources/Services/AWSIvschat/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSIvschat/Sources/AWSIvschat/IvschatClient.swift b/Sources/Services/AWSIvschat/Sources/AWSIvschat/IvschatClient.swift index 8deea7ce069..56db0da22ef 100644 --- a/Sources/Services/AWSIvschat/Sources/AWSIvschat/IvschatClient.swift +++ b/Sources/Services/AWSIvschat/Sources/AWSIvschat/IvschatClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class IvschatClient: ClientRuntime.Client { public static let clientName = "IvschatClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: IvschatClient.IvschatClientConfiguration let serviceName = "ivschat" diff --git a/Sources/Services/AWSIvschat/Sources/AWSIvschat/Models.swift b/Sources/Services/AWSIvschat/Sources/AWSIvschat/Models.swift index 7eba04c5655..bbbef12d8a1 100644 --- a/Sources/Services/AWSIvschat/Sources/AWSIvschat/Models.swift +++ b/Sources/Services/AWSIvschat/Sources/AWSIvschat/Models.swift @@ -58,8 +58,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -83,8 +82,7 @@ public struct PendingVerification: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -142,8 +140,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IvschatClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -164,8 +161,7 @@ extension IvschatClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -230,8 +226,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [IvschatClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: IvschatClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -290,8 +285,7 @@ public struct CreateChatTokenInput: Swift.Sendable { roomIdentifier: Swift.String? = nil, sessionDurationInMinutes: Swift.Int? = nil, userId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.capabilities = capabilities self.roomIdentifier = roomIdentifier @@ -317,8 +311,7 @@ public struct CreateChatTokenOutput: Swift.Sendable { sessionExpirationTime: Foundation.Date? = nil, token: Swift.String? = nil, tokenExpirationTime: Foundation.Date? = nil - ) - { + ) { self.sessionExpirationTime = sessionExpirationTime self.token = token self.tokenExpirationTime = tokenExpirationTime @@ -357,8 +350,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IvschatClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -396,8 +388,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IvschatClientTypes.ResourceType? = nil - ) - { + ) { self.properties.limit = limit self.properties.message = message self.properties.resourceId = resourceId @@ -415,8 +406,7 @@ extension IvschatClientTypes { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -432,8 +422,7 @@ extension IvschatClientTypes { public init( deliveryStreamName: Swift.String? = nil - ) - { + ) { self.deliveryStreamName = deliveryStreamName } } @@ -449,8 +438,7 @@ extension IvschatClientTypes { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -483,8 +471,7 @@ public struct CreateLoggingConfigurationInput: Swift.Sendable { destinationConfiguration: IvschatClientTypes.DestinationConfiguration? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destinationConfiguration = destinationConfiguration self.name = name self.tags = tags @@ -544,8 +531,7 @@ public struct CreateLoggingConfigurationOutput: Swift.Sendable { state: IvschatClientTypes.CreateLoggingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.destinationConfiguration = destinationConfiguration @@ -598,8 +584,7 @@ extension IvschatClientTypes { public init( fallbackResult: IvschatClientTypes.FallbackResult? = nil, uri: Swift.String? = nil - ) - { + ) { self.fallbackResult = fallbackResult self.uri = uri } @@ -627,8 +612,7 @@ public struct CreateRoomInput: Swift.Sendable { messageReviewHandler: IvschatClientTypes.MessageReviewHandler? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.loggingConfigurationIdentifiers = loggingConfigurationIdentifiers self.maximumMessageLength = maximumMessageLength self.maximumMessageRatePerSecond = maximumMessageRatePerSecond @@ -671,8 +655,7 @@ public struct CreateRoomOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.id = id @@ -693,8 +676,7 @@ public struct DeleteLoggingConfigurationInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -730,8 +712,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: IvschatClientTypes.ResourceType? = nil - ) - { + ) { self.properties.limit = limit self.properties.message = message self.properties.resourceId = resourceId @@ -753,8 +734,7 @@ public struct DeleteMessageInput: Swift.Sendable { id: Swift.String? = nil, reason: Swift.String? = nil, roomIdentifier: Swift.String? = nil - ) - { + ) { self.id = id self.reason = reason self.roomIdentifier = roomIdentifier @@ -767,8 +747,7 @@ public struct DeleteMessageOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -780,8 +759,7 @@ public struct DeleteRoomInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -800,8 +778,7 @@ public struct DisconnectUserInput: Swift.Sendable { reason: Swift.String? = nil, roomIdentifier: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.reason = reason self.roomIdentifier = roomIdentifier self.userId = userId @@ -825,8 +802,7 @@ public struct GetLoggingConfigurationInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -902,8 +878,7 @@ public struct GetLoggingConfigurationOutput: Swift.Sendable { state: IvschatClientTypes.LoggingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.destinationConfiguration = destinationConfiguration @@ -922,8 +897,7 @@ public struct GetRoomInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -961,8 +935,7 @@ public struct GetRoomOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.id = id @@ -985,8 +958,7 @@ public struct ListLoggingConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1022,8 +994,7 @@ extension IvschatClientTypes { state: IvschatClientTypes.LoggingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.destinationConfiguration = destinationConfiguration @@ -1046,8 +1017,7 @@ public struct ListLoggingConfigurationsOutput: Swift.Sendable { public init( loggingConfigurations: [IvschatClientTypes.LoggingConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loggingConfigurations = loggingConfigurations self.nextToken = nextToken } @@ -1071,8 +1041,7 @@ public struct ListRoomsInput: Swift.Sendable { messageReviewHandlerUri: Swift.String? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.loggingConfigurationIdentifier = loggingConfigurationIdentifier self.maxResults = maxResults self.messageReviewHandlerUri = messageReviewHandlerUri @@ -1111,8 +1080,7 @@ extension IvschatClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.id = id @@ -1135,8 +1103,7 @@ public struct ListRoomsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rooms: [IvschatClientTypes.RoomSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.rooms = rooms } @@ -1161,8 +1128,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1174,8 +1140,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1187,8 +1152,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1207,8 +1171,7 @@ public struct SendEventInput: Swift.Sendable { attributes: [Swift.String: Swift.String]? = nil, eventName: Swift.String? = nil, roomIdentifier: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.eventName = eventName self.roomIdentifier = roomIdentifier @@ -1221,8 +1184,7 @@ public struct SendEventOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1238,8 +1200,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1261,8 +1222,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1286,8 +1246,7 @@ public struct UpdateLoggingConfigurationInput: Swift.Sendable { destinationConfiguration: IvschatClientTypes.DestinationConfiguration? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.destinationConfiguration = destinationConfiguration self.identifier = identifier self.name = name @@ -1347,8 +1306,7 @@ public struct UpdateLoggingConfigurationOutput: Swift.Sendable { state: IvschatClientTypes.UpdateLoggingConfigurationState? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.destinationConfiguration = destinationConfiguration @@ -1382,8 +1340,7 @@ public struct UpdateRoomInput: Swift.Sendable { maximumMessageRatePerSecond: Swift.Int? = nil, messageReviewHandler: IvschatClientTypes.MessageReviewHandler? = nil, name: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.loggingConfigurationIdentifiers = loggingConfigurationIdentifiers self.maximumMessageLength = maximumMessageLength @@ -1426,8 +1383,7 @@ public struct UpdateRoomOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createTime = createTime self.id = id diff --git a/Sources/Services/AWSKMS/Package.swift.txt b/Sources/Services/AWSKMS/Package.swift.txt index 6b0de455096..cb82d7ee411 100644 --- a/Sources/Services/AWSKMS/Package.swift.txt +++ b/Sources/Services/AWSKMS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKMS/Sources/AWSKMS/KMSClient.swift b/Sources/Services/AWSKMS/Sources/AWSKMS/KMSClient.swift index e74ab5528dd..b21560c6bc2 100644 --- a/Sources/Services/AWSKMS/Sources/AWSKMS/KMSClient.swift +++ b/Sources/Services/AWSKMS/Sources/AWSKMS/KMSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KMSClient: ClientRuntime.Client { public static let clientName = "KMSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KMSClient.KMSClientConfiguration let serviceName = "KMS" diff --git a/Sources/Services/AWSKMS/Sources/AWSKMS/Models.swift b/Sources/Services/AWSKMS/Sources/AWSKMS/Models.swift index 6fd84be59fe..0200faab986 100644 --- a/Sources/Services/AWSKMS/Sources/AWSKMS/Models.swift +++ b/Sources/Services/AWSKMS/Sources/AWSKMS/Models.swift @@ -165,8 +165,7 @@ extension KMSClientTypes { creationDate: Foundation.Date? = nil, lastUpdatedDate: Foundation.Date? = nil, targetKeyId: Swift.String? = nil - ) - { + ) { self.aliasArn = aliasArn self.aliasName = aliasName self.creationDate = creationDate @@ -194,8 +193,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -218,8 +216,7 @@ public struct DependencyTimeoutException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -242,8 +239,7 @@ public struct InvalidArnException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -266,8 +262,7 @@ public struct KMSInternalException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -294,8 +289,7 @@ public struct KMSInvalidStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -318,8 +312,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -338,8 +331,7 @@ public struct CancelKeyDeletionInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -350,8 +342,7 @@ public struct CancelKeyDeletionOutput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -374,8 +365,7 @@ public struct CloudHsmClusterInUseException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +397,7 @@ public struct CloudHsmClusterInvalidConfigurationException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -431,8 +420,7 @@ public struct CloudHsmClusterNotActiveException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -455,8 +443,7 @@ public struct CloudHsmClusterNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -479,8 +466,7 @@ public struct CloudHsmClusterNotRelatedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -503,8 +489,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -537,8 +522,7 @@ public struct CustomKeyStoreInvalidStateException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -561,8 +545,7 @@ public struct CustomKeyStoreNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -574,8 +557,7 @@ public struct ConnectCustomKeyStoreInput: Swift.Sendable { public init( customKeyStoreId: Swift.String? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId } } @@ -718,8 +700,7 @@ public struct InvalidAliasNameException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -742,8 +723,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -766,8 +746,7 @@ public struct CreateAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil, targetKeyId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.targetKeyId = targetKeyId } @@ -791,8 +770,7 @@ public struct CustomKeyStoreNameInUseException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -815,8 +793,7 @@ public struct IncorrectTrustAnchorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -839,8 +816,7 @@ public struct XksProxyIncorrectAuthenticationCredentialException: ClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -863,8 +839,7 @@ public struct XksProxyInvalidConfigurationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -887,8 +862,7 @@ public struct XksProxyInvalidResponseException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -911,8 +885,7 @@ public struct XksProxyUriEndpointInUseException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -935,8 +908,7 @@ public struct XksProxyUriInUseException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -959,8 +931,7 @@ public struct XksProxyUriUnreachableException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -983,8 +954,7 @@ public struct XksProxyVpcEndpointServiceInUseException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1007,8 +977,7 @@ public struct XksProxyVpcEndpointServiceInvalidConfigurationException: ClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1031,8 +1000,7 @@ public struct XksProxyVpcEndpointServiceNotFoundException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1048,7 @@ extension KMSClientTypes { public init( accessKeyId: Swift.String? = nil, rawSecretAccessKey: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.rawSecretAccessKey = rawSecretAccessKey } @@ -1166,8 +1133,7 @@ public struct CreateCustomKeyStoreInput: Swift.Sendable { xksProxyUriEndpoint: Swift.String? = nil, xksProxyUriPath: Swift.String? = nil, xksProxyVpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.cloudHsmClusterId = cloudHsmClusterId self.customKeyStoreName = customKeyStoreName self.customKeyStoreType = customKeyStoreType @@ -1192,8 +1158,7 @@ public struct CreateCustomKeyStoreOutput: Swift.Sendable { public init( customKeyStoreId: Swift.String? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId } } @@ -1216,8 +1181,7 @@ public struct DisabledException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1240,8 +1204,7 @@ public struct DryRunOperationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1264,8 +1227,7 @@ public struct InvalidGrantTokenException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1282,8 +1244,7 @@ extension KMSClientTypes { public init( encryptionContextEquals: [Swift.String: Swift.String]? = nil, encryptionContextSubset: [Swift.String: Swift.String]? = nil - ) - { + ) { self.encryptionContextEquals = encryptionContextEquals self.encryptionContextSubset = encryptionContextSubset } @@ -1401,8 +1362,7 @@ public struct CreateGrantInput: Swift.Sendable { name: Swift.String? = nil, operations: [KMSClientTypes.GrantOperation]? = nil, retiringPrincipal: Swift.String? = nil - ) - { + ) { self.constraints = constraints self.dryRun = dryRun self.grantTokens = grantTokens @@ -1423,8 +1383,7 @@ public struct CreateGrantOutput: Swift.Sendable { public init( grantId: Swift.String? = nil, grantToken: Swift.String? = nil - ) - { + ) { self.grantId = grantId self.grantToken = grantToken } @@ -1448,8 +1407,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1472,8 +1430,7 @@ public struct TagException: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1496,8 +1453,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1520,8 +1476,7 @@ public struct XksKeyAlreadyInUseException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1544,8 +1499,7 @@ public struct XksKeyInvalidConfigurationException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1568,8 +1522,7 @@ public struct XksKeyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1783,8 +1736,7 @@ extension KMSClientTypes { public init( tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.tagKey = tagKey self.tagValue = tagValue } @@ -1900,8 +1852,7 @@ public struct CreateKeyInput: Swift.Sendable { policy: Swift.String? = nil, tags: [KMSClientTypes.Tag]? = nil, xksKeyId: Swift.String? = nil - ) - { + ) { self.bypassPolicyLockoutSafetyCheck = bypassPolicyLockoutSafetyCheck self.customKeyStoreId = customKeyStoreId self.customerMasterKeySpec = customerMasterKeySpec @@ -2158,8 +2109,7 @@ extension KMSClientTypes { public init( arn: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.arn = arn self.region = region } @@ -2181,8 +2131,7 @@ extension KMSClientTypes { multiRegionKeyType: KMSClientTypes.MultiRegionKeyType? = nil, primaryKey: KMSClientTypes.MultiRegionKey? = nil, replicaKeys: [KMSClientTypes.MultiRegionKey]? = nil - ) - { + ) { self.multiRegionKeyType = multiRegionKeyType self.primaryKey = primaryKey self.replicaKeys = replicaKeys @@ -2252,8 +2201,7 @@ extension KMSClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2348,8 +2296,7 @@ extension KMSClientTypes { signingAlgorithms: [KMSClientTypes.SigningAlgorithmSpec]? = nil, validTo: Foundation.Date? = nil, xksKeyConfiguration: KMSClientTypes.XksKeyConfigurationType? = nil - ) - { + ) { self.arn = arn self.awsAccountId = awsAccountId self.cloudHsmClusterId = cloudHsmClusterId @@ -2385,8 +2332,7 @@ public struct CreateKeyOutput: Swift.Sendable { public init( keyMetadata: KMSClientTypes.KeyMetadata? = nil - ) - { + ) { self.keyMetadata = keyMetadata } } @@ -2409,8 +2355,7 @@ public struct CustomKeyStoreHasCMKsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2436,8 +2381,7 @@ extension KMSClientTypes { uriEndpoint: Swift.String? = nil, uriPath: Swift.String? = nil, vpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.connectivity = connectivity self.uriEndpoint = uriEndpoint @@ -2546,8 +2490,7 @@ extension KMSClientTypes { customKeyStoreType: KMSClientTypes.CustomKeyStoreType? = nil, trustAnchorCertificate: Swift.String? = nil, xksProxyConfiguration: KMSClientTypes.XksProxyConfigurationType? = nil - ) - { + ) { self.cloudHsmClusterId = cloudHsmClusterId self.connectionErrorCode = connectionErrorCode self.connectionState = connectionState @@ -2655,8 +2598,7 @@ public struct IncorrectKeyException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2679,8 +2621,7 @@ public struct InvalidCiphertextException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2710,8 +2651,7 @@ public struct InvalidKeyUsageException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2734,8 +2674,7 @@ public struct KeyUnavailableException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2778,8 +2717,7 @@ extension KMSClientTypes { public init( attestationDocument: Foundation.Data? = nil, keyEncryptionAlgorithm: KMSClientTypes.KeyEncryptionMechanism? = nil - ) - { + ) { self.attestationDocument = attestationDocument self.keyEncryptionAlgorithm = keyEncryptionAlgorithm } @@ -2822,8 +2760,7 @@ public struct DecryptInput: Swift.Sendable { grantTokens: [Swift.String]? = nil, keyId: Swift.String? = nil, recipient: KMSClientTypes.RecipientInfo? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.dryRun = dryRun self.encryptionAlgorithm = encryptionAlgorithm @@ -2849,8 +2786,7 @@ public struct DecryptOutput: Swift.Sendable { encryptionAlgorithm: KMSClientTypes.EncryptionAlgorithmSpec? = nil, keyId: Swift.String? = nil, plaintext: Foundation.Data? = nil - ) - { + ) { self.ciphertextForRecipient = ciphertextForRecipient self.encryptionAlgorithm = encryptionAlgorithm self.keyId = keyId @@ -2870,8 +2806,7 @@ public struct DeleteAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName } } @@ -2883,8 +2818,7 @@ public struct DeleteCustomKeyStoreInput: Swift.Sendable { public init( customKeyStoreId: Swift.String? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId } } @@ -2908,8 +2842,7 @@ public struct DeleteImportedKeyMaterialInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -2949,8 +2882,7 @@ public struct DeriveSharedSecretInput: Swift.Sendable { keyId: Swift.String? = nil, publicKey: Foundation.Data? = nil, recipient: KMSClientTypes.RecipientInfo? = nil - ) - { + ) { self.dryRun = dryRun self.grantTokens = grantTokens self.keyAgreementAlgorithm = keyAgreementAlgorithm @@ -2978,8 +2910,7 @@ public struct DeriveSharedSecretOutput: Swift.Sendable { keyId: Swift.String? = nil, keyOrigin: KMSClientTypes.OriginType? = nil, sharedSecret: Foundation.Data? = nil - ) - { + ) { self.ciphertextForRecipient = ciphertextForRecipient self.keyAgreementAlgorithm = keyAgreementAlgorithm self.keyId = keyId @@ -3011,8 +2942,7 @@ public struct InvalidMarkerException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3032,8 +2962,7 @@ public struct DescribeCustomKeyStoresInput: Swift.Sendable { customKeyStoreName: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId self.customKeyStoreName = customKeyStoreName self.limit = limit @@ -3053,8 +2982,7 @@ public struct DescribeCustomKeyStoresOutput: Swift.Sendable { customKeyStores: [KMSClientTypes.CustomKeyStoresListEntry]? = nil, nextMarker: Swift.String? = nil, truncated: Swift.Bool = false - ) - { + ) { self.customKeyStores = customKeyStores self.nextMarker = nextMarker self.truncated = truncated @@ -3082,8 +3010,7 @@ public struct DescribeKeyInput: Swift.Sendable { public init( grantTokens: [Swift.String]? = nil, keyId: Swift.String? = nil - ) - { + ) { self.grantTokens = grantTokens self.keyId = keyId } @@ -3095,8 +3022,7 @@ public struct DescribeKeyOutput: Swift.Sendable { public init( keyMetadata: KMSClientTypes.KeyMetadata? = nil - ) - { + ) { self.keyMetadata = keyMetadata } } @@ -3115,8 +3041,7 @@ public struct DisableKeyInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -3135,8 +3060,7 @@ public struct DisableKeyRotationInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -3148,8 +3072,7 @@ public struct DisconnectCustomKeyStoreInput: Swift.Sendable { public init( customKeyStoreId: Swift.String? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId } } @@ -3173,8 +3096,7 @@ public struct EnableKeyInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -3196,8 +3118,7 @@ public struct EnableKeyRotationInput: Swift.Sendable { public init( keyId: Swift.String? = nil, rotationPeriodInDays: Swift.Int? = nil - ) - { + ) { self.keyId = keyId self.rotationPeriodInDays = rotationPeriodInDays } @@ -3237,8 +3158,7 @@ public struct EncryptInput: Swift.Sendable { grantTokens: [Swift.String]? = nil, keyId: Swift.String? = nil, plaintext: Foundation.Data? = nil - ) - { + ) { self.dryRun = dryRun self.encryptionAlgorithm = encryptionAlgorithm self.encryptionContext = encryptionContext @@ -3265,8 +3185,7 @@ public struct EncryptOutput: Swift.Sendable { ciphertextBlob: Foundation.Data? = nil, encryptionAlgorithm: KMSClientTypes.EncryptionAlgorithmSpec? = nil, keyId: Swift.String? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.encryptionAlgorithm = encryptionAlgorithm self.keyId = keyId @@ -3291,8 +3210,7 @@ public struct ExpiredImportTokenException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3333,8 +3251,7 @@ public struct GenerateDataKeyInput: Swift.Sendable { keySpec: KMSClientTypes.DataKeySpec? = nil, numberOfBytes: Swift.Int? = nil, recipient: KMSClientTypes.RecipientInfo? = nil - ) - { + ) { self.dryRun = dryRun self.encryptionContext = encryptionContext self.grantTokens = grantTokens @@ -3360,8 +3277,7 @@ public struct GenerateDataKeyOutput: Swift.Sendable { ciphertextForRecipient: Foundation.Data? = nil, keyId: Swift.String? = nil, plaintext: Foundation.Data? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.ciphertextForRecipient = ciphertextForRecipient self.keyId = keyId @@ -3408,8 +3324,7 @@ public struct GenerateDataKeyPairInput: Swift.Sendable { keyId: Swift.String? = nil, keyPairSpec: KMSClientTypes.DataKeyPairSpec? = nil, recipient: KMSClientTypes.RecipientInfo? = nil - ) - { + ) { self.dryRun = dryRun self.encryptionContext = encryptionContext self.grantTokens = grantTokens @@ -3440,8 +3355,7 @@ public struct GenerateDataKeyPairOutput: Swift.Sendable { privateKeyCiphertextBlob: Foundation.Data? = nil, privateKeyPlaintext: Foundation.Data? = nil, publicKey: Foundation.Data? = nil - ) - { + ) { self.ciphertextForRecipient = ciphertextForRecipient self.keyId = keyId self.keyPairSpec = keyPairSpec @@ -3487,8 +3401,7 @@ public struct GenerateDataKeyPairWithoutPlaintextInput: Swift.Sendable { grantTokens: [Swift.String]? = nil, keyId: Swift.String? = nil, keyPairSpec: KMSClientTypes.DataKeyPairSpec? = nil - ) - { + ) { self.dryRun = dryRun self.encryptionContext = encryptionContext self.grantTokens = grantTokens @@ -3512,8 +3425,7 @@ public struct GenerateDataKeyPairWithoutPlaintextOutput: Swift.Sendable { keyPairSpec: KMSClientTypes.DataKeyPairSpec? = nil, privateKeyCiphertextBlob: Foundation.Data? = nil, publicKey: Foundation.Data? = nil - ) - { + ) { self.keyId = keyId self.keyPairSpec = keyPairSpec self.privateKeyCiphertextBlob = privateKeyCiphertextBlob @@ -3554,8 +3466,7 @@ public struct GenerateDataKeyWithoutPlaintextInput: Swift.Sendable { keyId: Swift.String? = nil, keySpec: KMSClientTypes.DataKeySpec? = nil, numberOfBytes: Swift.Int? = nil - ) - { + ) { self.dryRun = dryRun self.encryptionContext = encryptionContext self.grantTokens = grantTokens @@ -3574,8 +3485,7 @@ public struct GenerateDataKeyWithoutPlaintextOutput: Swift.Sendable { public init( ciphertextBlob: Foundation.Data? = nil, keyId: Swift.String? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.keyId = keyId } @@ -3602,8 +3512,7 @@ public struct GenerateMacInput: Swift.Sendable { keyId: Swift.String? = nil, macAlgorithm: KMSClientTypes.MacAlgorithmSpec? = nil, message: Foundation.Data? = nil - ) - { + ) { self.dryRun = dryRun self.grantTokens = grantTokens self.keyId = keyId @@ -3629,8 +3538,7 @@ public struct GenerateMacOutput: Swift.Sendable { keyId: Swift.String? = nil, mac: Foundation.Data? = nil, macAlgorithm: KMSClientTypes.MacAlgorithmSpec? = nil - ) - { + ) { self.keyId = keyId self.mac = mac self.macAlgorithm = macAlgorithm @@ -3649,8 +3557,7 @@ public struct GenerateRandomInput: Swift.Sendable { customKeyStoreId: Swift.String? = nil, numberOfBytes: Swift.Int? = nil, recipient: KMSClientTypes.RecipientInfo? = nil - ) - { + ) { self.customKeyStoreId = customKeyStoreId self.numberOfBytes = numberOfBytes self.recipient = recipient @@ -3666,8 +3573,7 @@ public struct GenerateRandomOutput: Swift.Sendable { public init( ciphertextForRecipient: Foundation.Data? = nil, plaintext: Foundation.Data? = nil - ) - { + ) { self.ciphertextForRecipient = ciphertextForRecipient self.plaintext = plaintext } @@ -3695,8 +3601,7 @@ public struct GetKeyPolicyInput: Swift.Sendable { public init( keyId: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.policyName = policyName } @@ -3711,8 +3616,7 @@ public struct GetKeyPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policy = policy self.policyName = policyName } @@ -3732,8 +3636,7 @@ public struct GetKeyRotationStatusInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -3756,8 +3659,7 @@ public struct GetKeyRotationStatusOutput: Swift.Sendable { nextRotationDate: Foundation.Date? = nil, onDemandRotationStartDate: Foundation.Date? = nil, rotationPeriodInDays: Swift.Int? = nil - ) - { + ) { self.keyId = keyId self.keyRotationEnabled = keyRotationEnabled self.nextRotationDate = nextRotationDate @@ -3833,8 +3735,7 @@ public struct GetParametersForImportInput: Swift.Sendable { keyId: Swift.String? = nil, wrappingAlgorithm: KMSClientTypes.AlgorithmSpec? = nil, wrappingKeySpec: KMSClientTypes.WrappingKeySpec? = nil - ) - { + ) { self.keyId = keyId self.wrappingAlgorithm = wrappingAlgorithm self.wrappingKeySpec = wrappingKeySpec @@ -3856,8 +3757,7 @@ public struct GetParametersForImportOutput: Swift.Sendable { keyId: Swift.String? = nil, parametersValidTo: Foundation.Date? = nil, publicKey: Foundation.Data? = nil - ) - { + ) { self.importToken = importToken self.keyId = keyId self.parametersValidTo = parametersValidTo @@ -3891,8 +3791,7 @@ public struct GetPublicKeyInput: Swift.Sendable { public init( grantTokens: [Swift.String]? = nil, keyId: Swift.String? = nil - ) - { + ) { self.grantTokens = grantTokens self.keyId = keyId } @@ -3926,8 +3825,7 @@ public struct GetPublicKeyOutput: Swift.Sendable { keyUsage: KMSClientTypes.KeyUsageType? = nil, publicKey: Foundation.Data? = nil, signingAlgorithms: [KMSClientTypes.SigningAlgorithmSpec]? = nil - ) - { + ) { self.customerMasterKeySpec = customerMasterKeySpec self.encryptionAlgorithms = encryptionAlgorithms self.keyAgreementAlgorithms = keyAgreementAlgorithms @@ -3972,8 +3870,7 @@ extension KMSClientTypes { name: Swift.String? = nil, operations: [KMSClientTypes.GrantOperation]? = nil, retiringPrincipal: Swift.String? = nil - ) - { + ) { self.constraints = constraints self.creationDate = creationDate self.grantId = grantId @@ -4005,8 +3902,7 @@ public struct IncorrectKeyMaterialException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4029,8 +3925,7 @@ public struct InvalidImportTokenException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4063,8 +3958,7 @@ public struct ImportKeyMaterialInput: Swift.Sendable { importToken: Foundation.Data? = nil, keyId: Swift.String? = nil, validTo: Foundation.Date? = nil - ) - { + ) { self.encryptedKeyMaterial = encryptedKeyMaterial self.expirationModel = expirationModel self.importToken = importToken @@ -4096,8 +3990,7 @@ public struct InvalidGrantIdException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4114,8 +4007,7 @@ extension KMSClientTypes { public init( keyArn: Swift.String? = nil, keyId: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyId = keyId } @@ -4140,8 +4032,7 @@ public struct KMSInvalidMacException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4164,8 +4055,7 @@ public struct KMSInvalidSignatureException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4189,8 +4079,7 @@ public struct ListAliasesInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.limit = limit self.marker = marker @@ -4209,8 +4098,7 @@ public struct ListAliasesOutput: Swift.Sendable { aliases: [KMSClientTypes.AliasListEntry]? = nil, nextMarker: Swift.String? = nil, truncated: Swift.Bool = false - ) - { + ) { self.aliases = aliases self.nextMarker = nextMarker self.truncated = truncated @@ -4243,8 +4131,7 @@ public struct ListGrantsInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.grantId = grantId self.granteePrincipal = granteePrincipal self.keyId = keyId @@ -4265,8 +4152,7 @@ public struct ListGrantsOutput: Swift.Sendable { grants: [KMSClientTypes.GrantListEntry]? = nil, nextMarker: Swift.String? = nil, truncated: Swift.Bool = false - ) - { + ) { self.grants = grants self.nextMarker = nextMarker self.truncated = truncated @@ -4293,8 +4179,7 @@ public struct ListKeyPoliciesInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.limit = limit self.marker = marker @@ -4313,8 +4198,7 @@ public struct ListKeyPoliciesOutput: Swift.Sendable { nextMarker: Swift.String? = nil, policyNames: [Swift.String]? = nil, truncated: Swift.Bool = false - ) - { + ) { self.nextMarker = nextMarker self.policyNames = policyNames self.truncated = truncated @@ -4341,8 +4225,7 @@ public struct ListKeyRotationsInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.limit = limit self.marker = marker @@ -4393,8 +4276,7 @@ extension KMSClientTypes { keyId: Swift.String? = nil, rotationDate: Foundation.Date? = nil, rotationType: KMSClientTypes.RotationType? = nil - ) - { + ) { self.keyId = keyId self.rotationDate = rotationDate self.rotationType = rotationType @@ -4414,8 +4296,7 @@ public struct ListKeyRotationsOutput: Swift.Sendable { nextMarker: Swift.String? = nil, rotations: [KMSClientTypes.RotationsListEntry]? = nil, truncated: Swift.Bool = false - ) - { + ) { self.nextMarker = nextMarker self.rotations = rotations self.truncated = truncated @@ -4431,8 +4312,7 @@ public struct ListKeysInput: Swift.Sendable { public init( limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker } @@ -4450,8 +4330,7 @@ public struct ListKeysOutput: Swift.Sendable { keys: [KMSClientTypes.KeyListEntry]? = nil, nextMarker: Swift.String? = nil, truncated: Swift.Bool = false - ) - { + ) { self.keys = keys self.nextMarker = nextMarker self.truncated = truncated @@ -4478,8 +4357,7 @@ public struct ListResourceTagsInput: Swift.Sendable { keyId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.limit = limit self.marker = marker @@ -4498,8 +4376,7 @@ public struct ListResourceTagsOutput: Swift.Sendable { nextMarker: Swift.String? = nil, tags: [KMSClientTypes.Tag]? = nil, truncated: Swift.Bool = false - ) - { + ) { self.nextMarker = nextMarker self.tags = tags self.truncated = truncated @@ -4519,8 +4396,7 @@ public struct ListRetirableGrantsInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, retiringPrincipal: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker self.retiringPrincipal = retiringPrincipal @@ -4539,8 +4415,7 @@ public struct ListRetirableGrantsOutput: Swift.Sendable { grants: [KMSClientTypes.GrantListEntry]? = nil, nextMarker: Swift.String? = nil, truncated: Swift.Bool = false - ) - { + ) { self.grants = grants self.nextMarker = nextMarker self.truncated = truncated @@ -4616,8 +4491,7 @@ public struct PutKeyPolicyInput: Swift.Sendable { keyId: Swift.String? = nil, policy: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.bypassPolicyLockoutSafetyCheck = bypassPolicyLockoutSafetyCheck self.keyId = keyId self.policy = policy @@ -4679,8 +4553,7 @@ public struct ReEncryptInput: Swift.Sendable { sourceEncryptionAlgorithm: KMSClientTypes.EncryptionAlgorithmSpec? = nil, sourceEncryptionContext: [Swift.String: Swift.String]? = nil, sourceKeyId: Swift.String? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.destinationEncryptionAlgorithm = destinationEncryptionAlgorithm self.destinationEncryptionContext = destinationEncryptionContext @@ -4711,8 +4584,7 @@ public struct ReEncryptOutput: Swift.Sendable { keyId: Swift.String? = nil, sourceEncryptionAlgorithm: KMSClientTypes.EncryptionAlgorithmSpec? = nil, sourceKeyId: Swift.String? = nil - ) - { + ) { self.ciphertextBlob = ciphertextBlob self.destinationEncryptionAlgorithm = destinationEncryptionAlgorithm self.keyId = keyId @@ -4767,8 +4639,7 @@ public struct ReplicateKeyInput: Swift.Sendable { policy: Swift.String? = nil, replicaRegion: Swift.String? = nil, tags: [KMSClientTypes.Tag]? = nil - ) - { + ) { self.bypassPolicyLockoutSafetyCheck = bypassPolicyLockoutSafetyCheck self.description = description self.keyId = keyId @@ -4790,8 +4661,7 @@ public struct ReplicateKeyOutput: Swift.Sendable { replicaKeyMetadata: KMSClientTypes.KeyMetadata? = nil, replicaPolicy: Swift.String? = nil, replicaTags: [KMSClientTypes.Tag]? = nil - ) - { + ) { self.replicaKeyMetadata = replicaKeyMetadata self.replicaPolicy = replicaPolicy self.replicaTags = replicaTags @@ -4815,8 +4685,7 @@ public struct RetireGrantInput: Swift.Sendable { grantId: Swift.String? = nil, grantToken: Swift.String? = nil, keyId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.grantId = grantId self.grantToken = grantToken @@ -4845,8 +4714,7 @@ public struct RevokeGrantInput: Swift.Sendable { dryRun: Swift.Bool? = nil, grantId: Swift.String? = nil, keyId: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.grantId = grantId self.keyId = keyId @@ -4867,8 +4735,7 @@ public struct RotateKeyOnDemandInput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -4879,8 +4746,7 @@ public struct RotateKeyOnDemandOutput: Swift.Sendable { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -4902,8 +4768,7 @@ public struct ScheduleKeyDeletionInput: Swift.Sendable { public init( keyId: Swift.String? = nil, pendingWindowInDays: Swift.Int? = nil - ) - { + ) { self.keyId = keyId self.pendingWindowInDays = pendingWindowInDays } @@ -4924,8 +4789,7 @@ public struct ScheduleKeyDeletionOutput: Swift.Sendable { keyId: Swift.String? = nil, keyState: KMSClientTypes.KeyState? = nil, pendingWindowInDays: Swift.Int? = nil - ) - { + ) { self.deletionDate = deletionDate self.keyId = keyId self.keyState = keyState @@ -4976,8 +4840,7 @@ public struct SignInput: Swift.Sendable { message: Foundation.Data? = nil, messageType: KMSClientTypes.MessageType? = nil, signingAlgorithm: KMSClientTypes.SigningAlgorithmSpec? = nil - ) - { + ) { self.dryRun = dryRun self.grantTokens = grantTokens self.keyId = keyId @@ -5011,8 +4874,7 @@ public struct SignOutput: Swift.Sendable { keyId: Swift.String? = nil, signature: Foundation.Data? = nil, signingAlgorithm: KMSClientTypes.SigningAlgorithmSpec? = nil - ) - { + ) { self.keyId = keyId self.signature = signature self.signingAlgorithm = signingAlgorithm @@ -5037,8 +4899,7 @@ public struct TagResourceInput: Swift.Sendable { public init( keyId: Swift.String? = nil, tags: [KMSClientTypes.Tag]? = nil - ) - { + ) { self.keyId = keyId self.tags = tags } @@ -5062,8 +4923,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( keyId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.keyId = keyId self.tagKeys = tagKeys } @@ -5087,8 +4947,7 @@ public struct UpdateAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil, targetKeyId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.targetKeyId = targetKeyId } @@ -5125,8 +4984,7 @@ public struct UpdateCustomKeyStoreInput: Swift.Sendable { xksProxyUriEndpoint: Swift.String? = nil, xksProxyUriPath: Swift.String? = nil, xksProxyVpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.cloudHsmClusterId = cloudHsmClusterId self.customKeyStoreId = customKeyStoreId self.keyStorePassword = keyStorePassword @@ -5167,8 +5025,7 @@ public struct UpdateKeyDescriptionInput: Swift.Sendable { public init( description: Swift.String? = nil, keyId: Swift.String? = nil - ) - { + ) { self.description = description self.keyId = keyId } @@ -5192,8 +5049,7 @@ public struct UpdatePrimaryRegionInput: Swift.Sendable { public init( keyId: Swift.String? = nil, primaryRegion: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.primaryRegion = primaryRegion } @@ -5246,8 +5102,7 @@ public struct VerifyInput: Swift.Sendable { messageType: KMSClientTypes.MessageType? = nil, signature: Foundation.Data? = nil, signingAlgorithm: KMSClientTypes.SigningAlgorithmSpec? = nil - ) - { + ) { self.dryRun = dryRun self.grantTokens = grantTokens self.keyId = keyId @@ -5275,8 +5130,7 @@ public struct VerifyOutput: Swift.Sendable { keyId: Swift.String? = nil, signatureValid: Swift.Bool = false, signingAlgorithm: KMSClientTypes.SigningAlgorithmSpec? = nil - ) - { + ) { self.keyId = keyId self.signatureValid = signatureValid self.signingAlgorithm = signingAlgorithm @@ -5308,8 +5162,7 @@ public struct VerifyMacInput: Swift.Sendable { mac: Foundation.Data? = nil, macAlgorithm: KMSClientTypes.MacAlgorithmSpec? = nil, message: Foundation.Data? = nil - ) - { + ) { self.dryRun = dryRun self.grantTokens = grantTokens self.keyId = keyId @@ -5336,8 +5189,7 @@ public struct VerifyMacOutput: Swift.Sendable { keyId: Swift.String? = nil, macAlgorithm: KMSClientTypes.MacAlgorithmSpec? = nil, macValid: Swift.Bool = false - ) - { + ) { self.keyId = keyId self.macAlgorithm = macAlgorithm self.macValid = macValid diff --git a/Sources/Services/AWSKafka/Package.swift.txt b/Sources/Services/AWSKafka/Package.swift.txt index 187f6125491..7f11fa62f94 100644 --- a/Sources/Services/AWSKafka/Package.swift.txt +++ b/Sources/Services/AWSKafka/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSKafka/Sources/AWSKafka/KafkaClient.swift b/Sources/Services/AWSKafka/Sources/AWSKafka/KafkaClient.swift index 4f89532d431..6cfc4824e3d 100644 --- a/Sources/Services/AWSKafka/Sources/AWSKafka/KafkaClient.swift +++ b/Sources/Services/AWSKafka/Sources/AWSKafka/KafkaClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KafkaClient: ClientRuntime.Client { public static let clientName = "KafkaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KafkaClient.KafkaClientConfiguration let serviceName = "Kafka" diff --git a/Sources/Services/AWSKafka/Sources/AWSKafka/Models.swift b/Sources/Services/AWSKafka/Sources/AWSKafka/Models.swift index e80dd6626bc..4305eaaaa37 100644 --- a/Sources/Services/AWSKafka/Sources/AWSKafka/Models.swift +++ b/Sources/Services/AWSKafka/Sources/AWSKafka/Models.swift @@ -51,8 +51,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil, volumeThroughput: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.volumeThroughput = volumeThroughput } @@ -75,8 +74,7 @@ extension KafkaClientTypes { kafkaBrokerNodeId: Swift.String? = nil, provisionedThroughput: KafkaClientTypes.ProvisionedThroughput? = nil, volumeSizeGB: Swift.Int? = nil - ) - { + ) { self.kafkaBrokerNodeId = kafkaBrokerNodeId self.provisionedThroughput = provisionedThroughput self.volumeSizeGB = volumeSizeGB @@ -154,8 +152,7 @@ extension KafkaClientTypes { owner: Swift.String? = nil, state: KafkaClientTypes.VpcConnectionState? = nil, vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.creationTime = creationTime self.owner = owner @@ -231,8 +228,7 @@ extension KafkaClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -247,8 +243,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -263,8 +258,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -282,8 +276,7 @@ extension KafkaClientTypes { public init( iam: KafkaClientTypes.VpcConnectivityIam? = nil, scram: KafkaClientTypes.VpcConnectivityScram? = nil - ) - { + ) { self.iam = iam self.scram = scram } @@ -299,8 +292,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -318,8 +310,7 @@ extension KafkaClientTypes { public init( sasl: KafkaClientTypes.VpcConnectivitySasl? = nil, tls: KafkaClientTypes.VpcConnectivityTls? = nil - ) - { + ) { self.sasl = sasl self.tls = tls } @@ -335,8 +326,7 @@ extension KafkaClientTypes { public init( clientAuthentication: KafkaClientTypes.VpcConnectivityClientAuthentication? = nil - ) - { + ) { self.clientAuthentication = clientAuthentication } } @@ -354,8 +344,7 @@ extension KafkaClientTypes { public init( publicAccess: KafkaClientTypes.PublicAccess? = nil, vpcConnectivity: KafkaClientTypes.VpcConnectivity? = nil - ) - { + ) { self.publicAccess = publicAccess self.vpcConnectivity = vpcConnectivity } @@ -374,8 +363,7 @@ extension KafkaClientTypes { public init( provisionedThroughput: KafkaClientTypes.ProvisionedThroughput? = nil, volumeSize: Swift.Int? = nil - ) - { + ) { self.provisionedThroughput = provisionedThroughput self.volumeSize = volumeSize } @@ -391,8 +379,7 @@ extension KafkaClientTypes { public init( ebsStorageInfo: KafkaClientTypes.EBSStorageInfo? = nil - ) - { + ) { self.ebsStorageInfo = ebsStorageInfo } } @@ -427,8 +414,7 @@ extension KafkaClientTypes { securityGroups: [Swift.String]? = nil, storageInfo: KafkaClientTypes.StorageInfo? = nil, zoneIds: [Swift.String]? = nil - ) - { + ) { self.brokerAZDistribution = brokerAZDistribution self.clientSubnets = clientSubnets self.connectivityInfo = connectivityInfo @@ -449,8 +435,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -465,8 +450,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -484,8 +468,7 @@ extension KafkaClientTypes { public init( iam: KafkaClientTypes.Iam? = nil, scram: KafkaClientTypes.Scram? = nil - ) - { + ) { self.iam = iam self.scram = scram } @@ -504,8 +487,7 @@ extension KafkaClientTypes { public init( certificateAuthorityArnList: [Swift.String]? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.certificateAuthorityArnList = certificateAuthorityArnList self.enabled = enabled } @@ -520,8 +502,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -542,8 +523,7 @@ extension KafkaClientTypes { sasl: KafkaClientTypes.Sasl? = nil, tls: KafkaClientTypes.Tls? = nil, unauthenticated: KafkaClientTypes.Unauthenticated? = nil - ) - { + ) { self.sasl = sasl self.tls = tls self.unauthenticated = unauthenticated @@ -566,8 +546,7 @@ extension KafkaClientTypes { configurationArn: Swift.String? = nil, configurationRevision: Swift.Int? = nil, kafkaVersion: Swift.String? = nil - ) - { + ) { self.configurationArn = configurationArn self.configurationRevision = configurationRevision self.kafkaVersion = kafkaVersion @@ -618,8 +597,7 @@ extension KafkaClientTypes { public init( dataVolumeKMSKeyId: Swift.String? = nil - ) - { + ) { self.dataVolumeKMSKeyId = dataVolumeKMSKeyId } } @@ -670,8 +648,7 @@ extension KafkaClientTypes { public init( clientBroker: KafkaClientTypes.ClientBroker? = nil, inCluster: Swift.Bool? = nil - ) - { + ) { self.clientBroker = clientBroker self.inCluster = inCluster } @@ -690,8 +667,7 @@ extension KafkaClientTypes { public init( encryptionAtRest: KafkaClientTypes.EncryptionAtRest? = nil, encryptionInTransit: KafkaClientTypes.EncryptionInTransit? = nil - ) - { + ) { self.encryptionAtRest = encryptionAtRest self.encryptionInTransit = encryptionInTransit } @@ -744,8 +720,7 @@ extension KafkaClientTypes { public init( enabled: Swift.Bool? = nil, logGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.logGroup = logGroup } @@ -762,8 +737,7 @@ extension KafkaClientTypes { public init( deliveryStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.deliveryStream = deliveryStream self.enabled = enabled } @@ -782,8 +756,7 @@ extension KafkaClientTypes { bucket: Swift.String? = nil, enabled: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.`prefix` = `prefix` @@ -802,8 +775,7 @@ extension KafkaClientTypes { cloudWatchLogs: KafkaClientTypes.CloudWatchLogs? = nil, firehose: KafkaClientTypes.Firehose? = nil, s3: KafkaClientTypes.S3? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.firehose = firehose self.s3 = s3 @@ -819,8 +791,7 @@ extension KafkaClientTypes { public init( brokerLogs: KafkaClientTypes.BrokerLogs? = nil - ) - { + ) { self.brokerLogs = brokerLogs } } @@ -836,8 +807,7 @@ extension KafkaClientTypes { public init( enabledInBroker: Swift.Bool? = nil - ) - { + ) { self.enabledInBroker = enabledInBroker } } @@ -853,8 +823,7 @@ extension KafkaClientTypes { public init( enabledInBroker: Swift.Bool? = nil - ) - { + ) { self.enabledInBroker = enabledInBroker } } @@ -872,8 +841,7 @@ extension KafkaClientTypes { public init( jmxExporter: KafkaClientTypes.JmxExporterInfo? = nil, nodeExporter: KafkaClientTypes.NodeExporterInfo? = nil - ) - { + ) { self.jmxExporter = jmxExporter self.nodeExporter = nodeExporter } @@ -890,8 +858,7 @@ extension KafkaClientTypes { public init( prometheus: KafkaClientTypes.PrometheusInfo? = nil - ) - { + ) { self.prometheus = prometheus } } @@ -971,8 +938,7 @@ extension KafkaClientTypes { storageMode: KafkaClientTypes.StorageMode? = nil, zookeeperConnectString: Swift.String? = nil, zookeeperConnectStringTls: Swift.String? = nil - ) - { + ) { self.brokerNodeGroupInfo = brokerNodeGroupInfo self.clientAuthentication = clientAuthentication self.currentBrokerSoftwareInfo = currentBrokerSoftwareInfo @@ -998,8 +964,7 @@ extension KafkaClientTypes { public init( iam: KafkaClientTypes.Iam? = nil - ) - { + ) { self.iam = iam } } @@ -1014,8 +979,7 @@ extension KafkaClientTypes { public init( sasl: KafkaClientTypes.ServerlessSasl? = nil - ) - { + ) { self.sasl = sasl } } @@ -1034,8 +998,7 @@ extension KafkaClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -1055,8 +1018,7 @@ extension KafkaClientTypes { public init( clientAuthentication: KafkaClientTypes.ServerlessClientAuthentication? = nil, vpcConfigs: [KafkaClientTypes.VpcConfig]? = nil - ) - { + ) { self.clientAuthentication = clientAuthentication self.vpcConfigs = vpcConfigs } @@ -1120,8 +1082,7 @@ extension KafkaClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1167,8 +1128,7 @@ extension KafkaClientTypes { state: KafkaClientTypes.ClusterState? = nil, stateInfo: KafkaClientTypes.StateInfo? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeOperationArn = activeOperationArn self.clusterArn = clusterArn self.clusterName = clusterName @@ -1194,8 +1154,7 @@ extension KafkaClientTypes { public init( enabledInBroker: Swift.Bool? = nil - ) - { + ) { self.enabledInBroker = enabledInBroker } } @@ -1211,8 +1170,7 @@ extension KafkaClientTypes { public init( enabledInBroker: Swift.Bool? = nil - ) - { + ) { self.enabledInBroker = enabledInBroker } } @@ -1230,8 +1188,7 @@ extension KafkaClientTypes { public init( jmxExporter: KafkaClientTypes.JmxExporter? = nil, nodeExporter: KafkaClientTypes.NodeExporter? = nil - ) - { + ) { self.jmxExporter = jmxExporter self.nodeExporter = nodeExporter } @@ -1248,8 +1205,7 @@ extension KafkaClientTypes { public init( prometheus: KafkaClientTypes.Prometheus? = nil - ) - { + ) { self.prometheus = prometheus } } @@ -1319,8 +1275,7 @@ extension KafkaClientTypes { tags: [Swift.String: Swift.String]? = nil, zookeeperConnectString: Swift.String? = nil, zookeeperConnectStringTls: Swift.String? = nil - ) - { + ) { self.activeOperationArn = activeOperationArn self.brokerNodeGroupInfo = brokerNodeGroupInfo self.clientAuthentication = clientAuthentication @@ -1357,8 +1312,7 @@ extension KafkaClientTypes { public init( errorCode: Swift.String? = nil, errorString: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorString = errorString } @@ -1374,8 +1328,7 @@ extension KafkaClientTypes { public init( stepStatus: Swift.String? = nil - ) - { + ) { self.stepStatus = stepStatus } } @@ -1393,8 +1346,7 @@ extension KafkaClientTypes { public init( stepInfo: KafkaClientTypes.ClusterOperationStepInfo? = nil, stepName: Swift.String? = nil - ) - { + ) { self.stepInfo = stepInfo self.stepName = stepName } @@ -1413,8 +1365,7 @@ extension KafkaClientTypes { public init( createdBrokerIds: [Swift.Double]? = nil, deletedBrokerIds: [Swift.Double]? = nil - ) - { + ) { self.createdBrokerIds = createdBrokerIds self.deletedBrokerIds = deletedBrokerIds } @@ -1435,8 +1386,7 @@ extension KafkaClientTypes { public init( arn: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.arn = arn self.revision = revision } @@ -1488,8 +1438,7 @@ extension KafkaClientTypes { numberOfBrokerNodes: Swift.Int? = nil, openMonitoring: KafkaClientTypes.OpenMonitoring? = nil, storageMode: KafkaClientTypes.StorageMode? = nil - ) - { + ) { self.brokerCountUpdateInfo = brokerCountUpdateInfo self.brokerEBSVolumeInfo = brokerEBSVolumeInfo self.clientAuthentication = clientAuthentication @@ -1549,8 +1498,7 @@ extension KafkaClientTypes { public init( principalId: Swift.String? = nil, type: KafkaClientTypes.UserIdentityType? = nil - ) - { + ) { self.principalId = principalId self.type = type } @@ -1575,8 +1523,7 @@ extension KafkaClientTypes { owner: Swift.String? = nil, userIdentity: KafkaClientTypes.UserIdentity? = nil, vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.owner = owner self.userIdentity = userIdentity @@ -1627,8 +1574,7 @@ extension KafkaClientTypes { sourceClusterInfo: KafkaClientTypes.MutableClusterInfo? = nil, targetClusterInfo: KafkaClientTypes.MutableClusterInfo? = nil, vpcConnectionInfo: KafkaClientTypes.VpcConnectionInfo? = nil - ) - { + ) { self.clientRequestId = clientRequestId self.clusterArn = clusterArn self.creationTime = creationTime @@ -1672,8 +1618,7 @@ extension KafkaClientTypes { operationState: Swift.String? = nil, operationType: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterType = clusterType self.endTime = endTime @@ -1697,8 +1642,7 @@ extension KafkaClientTypes { public init( sourceVersion: Swift.String? = nil, targetVersions: [Swift.String]? = nil - ) - { + ) { self.sourceVersion = sourceVersion self.targetVersions = targetVersions } @@ -1722,8 +1666,7 @@ extension KafkaClientTypes { creationTime: Foundation.Date? = nil, description: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.revision = revision @@ -1798,8 +1741,7 @@ extension KafkaClientTypes { latestRevision: KafkaClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, state: KafkaClientTypes.ConfigurationState? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -1821,8 +1763,7 @@ extension KafkaClientTypes { public init( mskClusterArn: Swift.String? = nil - ) - { + ) { self.mskClusterArn = mskClusterArn } } @@ -1841,8 +1782,7 @@ extension KafkaClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -1863,8 +1803,7 @@ extension KafkaClientTypes { public init( amazonMskCluster: KafkaClientTypes.AmazonMskCluster? = nil, vpcConfig: KafkaClientTypes.KafkaClusterClientVpcConfig? = nil - ) - { + ) { self.amazonMskCluster = amazonMskCluster self.vpcConfig = vpcConfig } @@ -1886,8 +1825,7 @@ extension KafkaClientTypes { amazonMskCluster: KafkaClientTypes.AmazonMskCluster? = nil, kafkaClusterAlias: Swift.String? = nil, vpcConfig: KafkaClientTypes.KafkaClusterClientVpcConfig? = nil - ) - { + ) { self.amazonMskCluster = amazonMskCluster self.kafkaClusterAlias = kafkaClusterAlias self.vpcConfig = vpcConfig @@ -1907,8 +1845,7 @@ extension KafkaClientTypes { public init( amazonMskCluster: KafkaClientTypes.AmazonMskCluster? = nil, kafkaClusterAlias: Swift.String? = nil - ) - { + ) { self.amazonMskCluster = amazonMskCluster self.kafkaClusterAlias = kafkaClusterAlias } @@ -1953,8 +1890,7 @@ extension KafkaClientTypes { public init( status: KafkaClientTypes.KafkaVersionStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.status = status self.version = version } @@ -1985,8 +1921,7 @@ extension KafkaClientTypes { clientVpcIpAddress: Swift.String? = nil, currentBrokerSoftwareInfo: KafkaClientTypes.BrokerSoftwareInfo? = nil, endpoints: [Swift.String]? = nil - ) - { + ) { self.attachedENIId = attachedENIId self.brokerId = brokerId self.clientSubnet = clientSubnet @@ -2006,8 +1941,7 @@ extension KafkaClientTypes { public init( endpoints: [Swift.String]? = nil - ) - { + ) { self.endpoints = endpoints } } @@ -2061,8 +1995,7 @@ extension KafkaClientTypes { endpoints: [Swift.String]? = nil, zookeeperId: Swift.Double? = nil, zookeeperVersion: Swift.String? = nil - ) - { + ) { self.attachedENIId = attachedENIId self.clientVpcIpAddress = clientVpcIpAddress self.endpoints = endpoints @@ -2099,8 +2032,7 @@ extension KafkaClientTypes { nodeARN: Swift.String? = nil, nodeType: KafkaClientTypes.NodeType? = nil, zookeeperNodeInfo: KafkaClientTypes.ZookeeperNodeInfo? = nil - ) - { + ) { self.addedToClusterTime = addedToClusterTime self.brokerNodeInfo = brokerNodeInfo self.controllerNodeInfo = controllerNodeInfo @@ -2131,8 +2063,7 @@ extension KafkaClientTypes { consumerGroupsToReplicate: [Swift.String]? = nil, detectAndCopyNewConsumerGroups: Swift.Bool? = nil, synchroniseConsumerGroupOffsets: Swift.Bool? = nil - ) - { + ) { self.consumerGroupsToExclude = consumerGroupsToExclude self.consumerGroupsToReplicate = consumerGroupsToReplicate self.detectAndCopyNewConsumerGroups = detectAndCopyNewConsumerGroups @@ -2219,8 +2150,7 @@ extension KafkaClientTypes { public init( type: KafkaClientTypes.ReplicationStartingPositionType? = nil - ) - { + ) { self.type = type } } @@ -2265,8 +2195,7 @@ extension KafkaClientTypes { public init( type: KafkaClientTypes.ReplicationTopicNameConfigurationType? = nil - ) - { + ) { self.type = type } } @@ -2300,8 +2229,7 @@ extension KafkaClientTypes { topicNameConfiguration: KafkaClientTypes.ReplicationTopicNameConfiguration? = nil, topicsToExclude: [Swift.String]? = nil, topicsToReplicate: [Swift.String]? = nil - ) - { + ) { self.copyAccessControlListsForTopics = copyAccessControlListsForTopics self.copyTopicConfigurations = copyTopicConfigurations self.detectAndCopyNewTopics = detectAndCopyNewTopics @@ -2339,8 +2267,7 @@ extension KafkaClientTypes { targetCompressionType: KafkaClientTypes.TargetCompressionType? = nil, targetKafkaClusterArn: Swift.String? = nil, topicReplication: KafkaClientTypes.TopicReplication? = nil - ) - { + ) { self.consumerGroupReplication = consumerGroupReplication self.sourceKafkaClusterArn = sourceKafkaClusterArn self.targetCompressionType = targetCompressionType @@ -2371,8 +2298,7 @@ extension KafkaClientTypes { targetCompressionType: KafkaClientTypes.TargetCompressionType? = nil, targetKafkaClusterAlias: Swift.String? = nil, topicReplication: KafkaClientTypes.TopicReplication? = nil - ) - { + ) { self.consumerGroupReplication = consumerGroupReplication self.sourceKafkaClusterAlias = sourceKafkaClusterAlias self.targetCompressionType = targetCompressionType @@ -2394,8 +2320,7 @@ extension KafkaClientTypes { public init( sourceKafkaClusterAlias: Swift.String? = nil, targetKafkaClusterAlias: Swift.String? = nil - ) - { + ) { self.sourceKafkaClusterAlias = sourceKafkaClusterAlias self.targetKafkaClusterAlias = targetKafkaClusterAlias } @@ -2474,8 +2399,7 @@ extension KafkaClientTypes { replicatorName: Swift.String? = nil, replicatorResourceArn: Swift.String? = nil, replicatorState: KafkaClientTypes.ReplicatorState? = nil - ) - { + ) { self.creationTime = creationTime self.currentVersion = currentVersion self.isReplicatorReference = isReplicatorReference @@ -2504,8 +2428,7 @@ extension KafkaClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.secretArn = secretArn @@ -2539,8 +2462,7 @@ extension KafkaClientTypes { targetClusterArn: Swift.String? = nil, vpcConnectionArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.creationTime = creationTime self.state = state @@ -2573,8 +2495,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2602,8 +2523,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2631,8 +2551,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2660,8 +2579,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2689,8 +2607,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2718,8 +2635,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2747,8 +2663,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2766,8 +2681,7 @@ public struct BatchAssociateScramSecretInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, secretArnList: [Swift.String]? = nil - ) - { + ) { self.clusterArn = clusterArn self.secretArnList = secretArnList } @@ -2782,8 +2696,7 @@ public struct BatchAssociateScramSecretOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, unprocessedScramSecrets: [KafkaClientTypes.UnprocessedScramSecret]? = nil - ) - { + ) { self.clusterArn = clusterArn self.unprocessedScramSecrets = unprocessedScramSecrets } @@ -2801,8 +2714,7 @@ public struct BatchDisassociateScramSecretInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, secretArnList: [Swift.String]? = nil - ) - { + ) { self.clusterArn = clusterArn self.secretArnList = secretArnList } @@ -2817,8 +2729,7 @@ public struct BatchDisassociateScramSecretOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, unprocessedScramSecrets: [KafkaClientTypes.UnprocessedScramSecret]? = nil - ) - { + ) { self.clusterArn = clusterArn self.unprocessedScramSecrets = unprocessedScramSecrets } @@ -2842,8 +2753,7 @@ extension KafkaClientTypes { sourceClusterInfo: KafkaClientTypes.MutableClusterInfo? = nil, targetClusterInfo: KafkaClientTypes.MutableClusterInfo? = nil, vpcConnectionInfo: KafkaClientTypes.VpcConnectionInfo? = nil - ) - { + ) { self.operationSteps = operationSteps self.sourceClusterInfo = sourceClusterInfo self.targetClusterInfo = targetClusterInfo @@ -2870,8 +2780,7 @@ extension KafkaClientTypes { owner: Swift.String? = nil, userIdentity: KafkaClientTypes.UserIdentity? = nil, vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.owner = owner self.userIdentity = userIdentity @@ -2889,8 +2798,7 @@ extension KafkaClientTypes { public init( vpcConnectionInfo: KafkaClientTypes.VpcConnectionInfoServerless? = nil - ) - { + ) { self.vpcConnectionInfo = vpcConnectionInfo } } @@ -2932,8 +2840,7 @@ extension KafkaClientTypes { provisioned: KafkaClientTypes.ClusterOperationV2Provisioned? = nil, serverless: KafkaClientTypes.ClusterOperationV2Serverless? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterType = clusterType self.endTime = endTime @@ -2970,8 +2877,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( invalidParameter: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.invalidParameter = invalidParameter self.properties.message = message } @@ -2999,8 +2905,7 @@ extension KafkaClientTypes { consumerGroupsToReplicate: [Swift.String]? = nil, detectAndCopyNewConsumerGroups: Swift.Bool? = nil, synchroniseConsumerGroupOffsets: Swift.Bool? = nil - ) - { + ) { self.consumerGroupsToExclude = consumerGroupsToExclude self.consumerGroupsToReplicate = consumerGroupsToReplicate self.detectAndCopyNewConsumerGroups = detectAndCopyNewConsumerGroups @@ -3051,8 +2956,7 @@ public struct CreateClusterInput: Swift.Sendable { openMonitoring: KafkaClientTypes.OpenMonitoringInfo? = nil, storageMode: KafkaClientTypes.StorageMode? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.brokerNodeGroupInfo = brokerNodeGroupInfo self.clientAuthentication = clientAuthentication self.clusterName = clusterName @@ -3080,8 +2984,7 @@ public struct CreateClusterOutput: Swift.Sendable { clusterArn: Swift.String? = nil, clusterName: Swift.String? = nil, state: KafkaClientTypes.ClusterState? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.state = state @@ -3127,8 +3030,7 @@ extension KafkaClientTypes { numberOfBrokerNodes: Swift.Int? = nil, openMonitoring: KafkaClientTypes.OpenMonitoringInfo? = nil, storageMode: KafkaClientTypes.StorageMode? = nil - ) - { + ) { self.brokerNodeGroupInfo = brokerNodeGroupInfo self.clientAuthentication = clientAuthentication self.configurationInfo = configurationInfo @@ -3156,8 +3058,7 @@ extension KafkaClientTypes { public init( clientAuthentication: KafkaClientTypes.ServerlessClientAuthentication? = nil, vpcConfigs: [KafkaClientTypes.VpcConfig]? = nil - ) - { + ) { self.clientAuthentication = clientAuthentication self.vpcConfigs = vpcConfigs } @@ -3180,8 +3081,7 @@ public struct CreateClusterV2Input: Swift.Sendable { provisioned: KafkaClientTypes.ProvisionedRequest? = nil, serverless: KafkaClientTypes.ServerlessRequest? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterName = clusterName self.provisioned = provisioned self.serverless = serverless @@ -3204,8 +3104,7 @@ public struct CreateClusterV2Output: Swift.Sendable { clusterName: Swift.String? = nil, clusterType: KafkaClientTypes.ClusterType? = nil, state: KafkaClientTypes.ClusterState? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.clusterType = clusterType @@ -3230,8 +3129,7 @@ public struct CreateConfigurationInput: Swift.Sendable { kafkaVersions: [Swift.String]? = nil, name: Swift.String? = nil, serverProperties: Foundation.Data? = nil - ) - { + ) { self.description = description self.kafkaVersions = kafkaVersions self.name = name @@ -3257,8 +3155,7 @@ public struct CreateConfigurationOutput: Swift.Sendable { latestRevision: KafkaClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, state: KafkaClientTypes.ConfigurationState? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.latestRevision = latestRevision @@ -3293,8 +3190,7 @@ public struct CreateReplicatorInput: Swift.Sendable { replicatorName: Swift.String? = nil, serviceExecutionRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.kafkaClusters = kafkaClusters self.replicationInfoList = replicationInfoList @@ -3316,8 +3212,7 @@ public struct CreateReplicatorOutput: Swift.Sendable { replicatorArn: Swift.String? = nil, replicatorName: Swift.String? = nil, replicatorState: KafkaClientTypes.ReplicatorState? = nil - ) - { + ) { self.replicatorArn = replicatorArn self.replicatorName = replicatorName self.replicatorState = replicatorState @@ -3350,8 +3245,7 @@ public struct CreateVpcConnectionInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, targetClusterArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.clientSubnets = clientSubnets self.securityGroups = securityGroups @@ -3388,8 +3282,7 @@ public struct CreateVpcConnectionOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, vpcConnectionArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.clientSubnets = clientSubnets self.creationTime = creationTime @@ -3411,8 +3304,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion } @@ -3427,8 +3319,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, state: KafkaClientTypes.ClusterState? = nil - ) - { + ) { self.clusterArn = clusterArn self.state = state } @@ -3441,8 +3332,7 @@ public struct DeleteClusterPolicyInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3459,8 +3349,7 @@ public struct DeleteConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3474,8 +3363,7 @@ public struct DeleteConfigurationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, state: KafkaClientTypes.ConfigurationState? = nil - ) - { + ) { self.arn = arn self.state = state } @@ -3491,8 +3379,7 @@ public struct DeleteReplicatorInput: Swift.Sendable { public init( currentVersion: Swift.String? = nil, replicatorArn: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion self.replicatorArn = replicatorArn } @@ -3507,8 +3394,7 @@ public struct DeleteReplicatorOutput: Swift.Sendable { public init( replicatorArn: Swift.String? = nil, replicatorState: KafkaClientTypes.ReplicatorState? = nil - ) - { + ) { self.replicatorArn = replicatorArn self.replicatorState = replicatorState } @@ -3521,8 +3407,7 @@ public struct DeleteVpcConnectionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3536,8 +3421,7 @@ public struct DeleteVpcConnectionOutput: Swift.Sendable { public init( state: KafkaClientTypes.VpcConnectionState? = nil, vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.state = state self.vpcConnectionArn = vpcConnectionArn } @@ -3550,8 +3434,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3562,8 +3445,7 @@ public struct DescribeClusterOutput: Swift.Sendable { public init( clusterInfo: KafkaClientTypes.ClusterInfo? = nil - ) - { + ) { self.clusterInfo = clusterInfo } } @@ -3575,8 +3457,7 @@ public struct DescribeClusterOperationInput: Swift.Sendable { public init( clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterOperationArn = clusterOperationArn } } @@ -3587,8 +3468,7 @@ public struct DescribeClusterOperationOutput: Swift.Sendable { public init( clusterOperationInfo: KafkaClientTypes.ClusterOperationInfo? = nil - ) - { + ) { self.clusterOperationInfo = clusterOperationInfo } } @@ -3600,8 +3480,7 @@ public struct DescribeClusterOperationV2Input: Swift.Sendable { public init( clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterOperationArn = clusterOperationArn } } @@ -3612,8 +3491,7 @@ public struct DescribeClusterOperationV2Output: Swift.Sendable { public init( clusterOperationInfo: KafkaClientTypes.ClusterOperationV2? = nil - ) - { + ) { self.clusterOperationInfo = clusterOperationInfo } } @@ -3625,8 +3503,7 @@ public struct DescribeClusterV2Input: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3637,8 +3514,7 @@ public struct DescribeClusterV2Output: Swift.Sendable { public init( clusterInfo: KafkaClientTypes.Cluster? = nil - ) - { + ) { self.clusterInfo = clusterInfo } } @@ -3650,8 +3526,7 @@ public struct DescribeConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3680,8 +3555,7 @@ public struct DescribeConfigurationOutput: Swift.Sendable { latestRevision: KafkaClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, state: KafkaClientTypes.ConfigurationState? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -3703,8 +3577,7 @@ public struct DescribeConfigurationRevisionInput: Swift.Sendable { public init( arn: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.arn = arn self.revision = revision } @@ -3728,8 +3601,7 @@ public struct DescribeConfigurationRevisionOutput: Swift.Sendable { description: Swift.String? = nil, revision: Swift.Int? = nil, serverProperties: Foundation.Data? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -3745,8 +3617,7 @@ public struct DescribeReplicatorInput: Swift.Sendable { public init( replicatorArn: Swift.String? = nil - ) - { + ) { self.replicatorArn = replicatorArn } } @@ -3763,8 +3634,7 @@ extension KafkaClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -3813,8 +3683,7 @@ public struct DescribeReplicatorOutput: Swift.Sendable { serviceExecutionRoleArn: Swift.String? = nil, stateInfo: KafkaClientTypes.ReplicationStateInfo? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.creationTime = creationTime self.currentVersion = currentVersion self.isReplicatorReference = isReplicatorReference @@ -3838,8 +3707,7 @@ public struct DescribeVpcConnectionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3874,8 +3742,7 @@ public struct DescribeVpcConnectionOutput: Swift.Sendable { targetClusterArn: Swift.String? = nil, vpcConnectionArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.authentication = authentication self.creationTime = creationTime self.securityGroups = securityGroups @@ -3895,8 +3762,7 @@ public struct GetBootstrapBrokersInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3934,8 +3800,7 @@ public struct GetBootstrapBrokersOutput: Swift.Sendable { bootstrapBrokerStringVpcConnectivitySaslIam: Swift.String? = nil, bootstrapBrokerStringVpcConnectivitySaslScram: Swift.String? = nil, bootstrapBrokerStringVpcConnectivityTls: Swift.String? = nil - ) - { + ) { self.bootstrapBrokerString = bootstrapBrokerString self.bootstrapBrokerStringPublicSaslIam = bootstrapBrokerStringPublicSaslIam self.bootstrapBrokerStringPublicSaslScram = bootstrapBrokerStringPublicSaslScram @@ -3956,8 +3821,7 @@ public struct GetClusterPolicyInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3971,8 +3835,7 @@ public struct GetClusterPolicyOutput: Swift.Sendable { public init( currentVersion: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion self.policy = policy } @@ -3984,8 +3847,7 @@ public struct GetCompatibleKafkaVersionsInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -3996,8 +3858,7 @@ public struct GetCompatibleKafkaVersionsOutput: Swift.Sendable { public init( compatibleKafkaVersions: [KafkaClientTypes.CompatibleKafkaVersion]? = nil - ) - { + ) { self.compatibleKafkaVersions = compatibleKafkaVersions } } @@ -4015,8 +3876,7 @@ public struct ListClientVpcConnectionsInput: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4032,8 +3892,7 @@ public struct ListClientVpcConnectionsOutput: Swift.Sendable { public init( clientVpcConnections: [KafkaClientTypes.ClientVpcConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clientVpcConnections = clientVpcConnections self.nextToken = nextToken } @@ -4052,8 +3911,7 @@ public struct ListClusterOperationsInput: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4069,8 +3927,7 @@ public struct ListClusterOperationsOutput: Swift.Sendable { public init( clusterOperationInfoList: [KafkaClientTypes.ClusterOperationInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterOperationInfoList = clusterOperationInfoList self.nextToken = nextToken } @@ -4089,8 +3946,7 @@ public struct ListClusterOperationsV2Input: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4106,8 +3962,7 @@ public struct ListClusterOperationsV2Output: Swift.Sendable { public init( clusterOperationInfoList: [KafkaClientTypes.ClusterOperationV2Summary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterOperationInfoList = clusterOperationInfoList self.nextToken = nextToken } @@ -4125,8 +3980,7 @@ public struct ListClustersInput: Swift.Sendable { clusterNameFilter: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterNameFilter = clusterNameFilter self.maxResults = maxResults self.nextToken = nextToken @@ -4142,8 +3996,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusterInfoList: [KafkaClientTypes.ClusterInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterInfoList = clusterInfoList self.nextToken = nextToken } @@ -4164,8 +4017,7 @@ public struct ListClustersV2Input: Swift.Sendable { clusterTypeFilter: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterNameFilter = clusterNameFilter self.clusterTypeFilter = clusterTypeFilter self.maxResults = maxResults @@ -4182,8 +4034,7 @@ public struct ListClustersV2Output: Swift.Sendable { public init( clusterInfoList: [KafkaClientTypes.Cluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterInfoList = clusterInfoList self.nextToken = nextToken } @@ -4202,8 +4053,7 @@ public struct ListConfigurationRevisionsInput: Swift.Sendable { arn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.maxResults = maxResults self.nextToken = nextToken @@ -4219,8 +4069,7 @@ public struct ListConfigurationRevisionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, revisions: [KafkaClientTypes.ConfigurationRevision]? = nil - ) - { + ) { self.nextToken = nextToken self.revisions = revisions } @@ -4235,8 +4084,7 @@ public struct ListConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4251,8 +4099,7 @@ public struct ListConfigurationsOutput: Swift.Sendable { public init( configurations: [KafkaClientTypes.Configuration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurations = configurations self.nextToken = nextToken } @@ -4267,8 +4114,7 @@ public struct ListKafkaVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4281,8 +4127,7 @@ public struct ListKafkaVersionsOutput: Swift.Sendable { public init( kafkaVersions: [KafkaClientTypes.KafkaVersion]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.kafkaVersions = kafkaVersions self.nextToken = nextToken } @@ -4301,8 +4146,7 @@ public struct ListNodesInput: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4318,8 +4162,7 @@ public struct ListNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodeInfoList: [KafkaClientTypes.NodeInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.nodeInfoList = nodeInfoList } @@ -4337,8 +4180,7 @@ public struct ListReplicatorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicatorNameFilter: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.replicatorNameFilter = replicatorNameFilter @@ -4354,8 +4196,7 @@ public struct ListReplicatorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replicators: [KafkaClientTypes.ReplicatorSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.replicators = replicators } @@ -4374,8 +4215,7 @@ public struct ListScramSecretsInput: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4391,8 +4231,7 @@ public struct ListScramSecretsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, secretArnList: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.secretArnList = secretArnList } @@ -4405,8 +4244,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4417,8 +4255,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4432,8 +4269,7 @@ public struct ListVpcConnectionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4448,8 +4284,7 @@ public struct ListVpcConnectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcConnections: [KafkaClientTypes.VpcConnection]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcConnections = vpcConnections } @@ -4469,8 +4304,7 @@ public struct PutClusterPolicyInput: Swift.Sendable { clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.policy = policy @@ -4483,8 +4317,7 @@ public struct PutClusterPolicyOutput: Swift.Sendable { public init( currentVersion: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion } } @@ -4501,8 +4334,7 @@ public struct RebootBrokerInput: Swift.Sendable { public init( brokerIds: [Swift.String]? = nil, clusterArn: Swift.String? = nil - ) - { + ) { self.brokerIds = brokerIds self.clusterArn = clusterArn } @@ -4517,8 +4349,7 @@ public struct RebootBrokerOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4535,8 +4366,7 @@ public struct RejectClientVpcConnectionInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.vpcConnectionArn = vpcConnectionArn } @@ -4558,8 +4388,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4584,8 +4413,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4606,8 +4434,7 @@ public struct UpdateBrokerCountInput: Swift.Sendable { clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil, targetNumberOfBrokerNodes: Swift.Int? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.targetNumberOfBrokerNodes = targetNumberOfBrokerNodes @@ -4623,8 +4450,7 @@ public struct UpdateBrokerCountOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4645,8 +4471,7 @@ public struct UpdateBrokerStorageInput: Swift.Sendable { clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil, targetBrokerEBSVolumeInfo: [KafkaClientTypes.BrokerEBSVolumeInfo]? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.targetBrokerEBSVolumeInfo = targetBrokerEBSVolumeInfo @@ -4662,8 +4487,7 @@ public struct UpdateBrokerStorageOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4684,8 +4508,7 @@ public struct UpdateBrokerTypeInput: Swift.Sendable { clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil, targetInstanceType: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.targetInstanceType = targetInstanceType @@ -4701,8 +4524,7 @@ public struct UpdateBrokerTypeOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4723,8 +4545,7 @@ public struct UpdateClusterConfigurationInput: Swift.Sendable { clusterArn: Swift.String? = nil, configurationInfo: KafkaClientTypes.ConfigurationInfo? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.configurationInfo = configurationInfo self.currentVersion = currentVersion @@ -4740,8 +4561,7 @@ public struct UpdateClusterConfigurationOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4765,8 +4585,7 @@ public struct UpdateClusterKafkaVersionInput: Swift.Sendable { configurationInfo: KafkaClientTypes.ConfigurationInfo? = nil, currentVersion: Swift.String? = nil, targetKafkaVersion: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.configurationInfo = configurationInfo self.currentVersion = currentVersion @@ -4783,8 +4602,7 @@ public struct UpdateClusterKafkaVersionOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4804,8 +4622,7 @@ public struct UpdateConfigurationInput: Swift.Sendable { arn: Swift.String? = nil, description: Swift.String? = nil, serverProperties: Foundation.Data? = nil - ) - { + ) { self.arn = arn self.description = description self.serverProperties = serverProperties @@ -4821,8 +4638,7 @@ public struct UpdateConfigurationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, latestRevision: KafkaClientTypes.ConfigurationRevision? = nil - ) - { + ) { self.arn = arn self.latestRevision = latestRevision } @@ -4844,8 +4660,7 @@ public struct UpdateConnectivityInput: Swift.Sendable { clusterArn: Swift.String? = nil, connectivityInfo: KafkaClientTypes.ConnectivityInfo? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.connectivityInfo = connectivityInfo self.currentVersion = currentVersion @@ -4861,8 +4676,7 @@ public struct UpdateConnectivityOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4888,8 +4702,7 @@ public struct UpdateMonitoringInput: Swift.Sendable { enhancedMonitoring: KafkaClientTypes.EnhancedMonitoring? = nil, loggingInfo: KafkaClientTypes.LoggingInfo? = nil, openMonitoring: KafkaClientTypes.OpenMonitoringInfo? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.enhancedMonitoring = enhancedMonitoring @@ -4907,8 +4720,7 @@ public struct UpdateMonitoringOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -4940,8 +4752,7 @@ extension KafkaClientTypes { detectAndCopyNewTopics: Swift.Bool? = nil, topicsToExclude: [Swift.String]? = nil, topicsToReplicate: [Swift.String]? = nil - ) - { + ) { self.copyAccessControlListsForTopics = copyAccessControlListsForTopics self.copyTopicConfigurations = copyTopicConfigurations self.detectAndCopyNewTopics = detectAndCopyNewTopics @@ -4977,8 +4788,7 @@ public struct UpdateReplicationInfoInput: Swift.Sendable { sourceKafkaClusterArn: Swift.String? = nil, targetKafkaClusterArn: Swift.String? = nil, topicReplication: KafkaClientTypes.TopicReplicationUpdate? = nil - ) - { + ) { self.consumerGroupReplication = consumerGroupReplication self.currentVersion = currentVersion self.replicatorArn = replicatorArn @@ -4997,8 +4807,7 @@ public struct UpdateReplicationInfoOutput: Swift.Sendable { public init( replicatorArn: Swift.String? = nil, replicatorState: KafkaClientTypes.ReplicatorState? = nil - ) - { + ) { self.replicatorArn = replicatorArn self.replicatorState = replicatorState } @@ -5021,8 +4830,7 @@ public struct UpdateSecurityInput: Swift.Sendable { clusterArn: Swift.String? = nil, currentVersion: Swift.String? = nil, encryptionInfo: KafkaClientTypes.EncryptionInfo? = nil - ) - { + ) { self.clientAuthentication = clientAuthentication self.clusterArn = clusterArn self.currentVersion = currentVersion @@ -5039,8 +4847,7 @@ public struct UpdateSecurityOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } @@ -5067,8 +4874,7 @@ public struct UpdateStorageInput: Swift.Sendable { provisionedThroughput: KafkaClientTypes.ProvisionedThroughput? = nil, storageMode: KafkaClientTypes.StorageMode? = nil, volumeSizeGB: Swift.Int? = nil - ) - { + ) { self.clusterArn = clusterArn self.currentVersion = currentVersion self.provisionedThroughput = provisionedThroughput @@ -5086,8 +4892,7 @@ public struct UpdateStorageOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil, clusterOperationArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterOperationArn = clusterOperationArn } diff --git a/Sources/Services/AWSKafkaConnect/Package.swift.txt b/Sources/Services/AWSKafkaConnect/Package.swift.txt index ba67661e571..7c6d0497b0b 100644 --- a/Sources/Services/AWSKafkaConnect/Package.swift.txt +++ b/Sources/Services/AWSKafkaConnect/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/KafkaConnectClient.swift b/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/KafkaConnectClient.swift index 479aac12fd8..f9970e7cf1f 100644 --- a/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/KafkaConnectClient.swift +++ b/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/KafkaConnectClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KafkaConnectClient: ClientRuntime.Client { public static let clientName = "KafkaConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KafkaConnectClient.KafkaConnectClientConfiguration let serviceName = "KafkaConnect" diff --git a/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/Models.swift b/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/Models.swift index 83665abc172..c5fa6ca4014 100644 --- a/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/Models.swift +++ b/Sources/Services/AWSKafkaConnect/Sources/AWSKafkaConnect/Models.swift @@ -36,8 +36,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -52,8 +51,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -80,8 +78,7 @@ extension KafkaConnectClientTypes { minWorkerCount: Swift.Int = 0, scaleInPolicy: KafkaConnectClientTypes.ScaleInPolicyDescription? = nil, scaleOutPolicy: KafkaConnectClientTypes.ScaleOutPolicyDescription? = nil - ) - { + ) { self.maxWorkerCount = maxWorkerCount self.mcuCount = mcuCount self.minWorkerCount = minWorkerCount @@ -103,8 +100,7 @@ extension KafkaConnectClientTypes { public init( mcuCount: Swift.Int = 0, workerCount: Swift.Int = 0 - ) - { + ) { self.mcuCount = mcuCount self.workerCount = workerCount } @@ -123,8 +119,7 @@ extension KafkaConnectClientTypes { public init( autoScaling: KafkaConnectClientTypes.AutoScalingDescription? = nil, provisionedCapacity: KafkaConnectClientTypes.ProvisionedCapacityDescription? = nil - ) - { + ) { self.autoScaling = autoScaling self.provisionedCapacity = provisionedCapacity } @@ -181,8 +176,7 @@ extension KafkaConnectClientTypes { public init( securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroups = securityGroups self.subnets = subnets } @@ -201,8 +195,7 @@ extension KafkaConnectClientTypes { public init( bootstrapServers: Swift.String? = nil, vpc: KafkaConnectClientTypes.VpcDescription? = nil - ) - { + ) { self.bootstrapServers = bootstrapServers self.vpc = vpc } @@ -218,8 +211,7 @@ extension KafkaConnectClientTypes { public init( apacheKafkaCluster: KafkaConnectClientTypes.ApacheKafkaClusterDescription? = nil - ) - { + ) { self.apacheKafkaCluster = apacheKafkaCluster } } @@ -263,8 +255,7 @@ extension KafkaConnectClientTypes { public init( authenticationType: KafkaConnectClientTypes.KafkaClusterClientAuthenticationType? = nil - ) - { + ) { self.authenticationType = authenticationType } } @@ -308,8 +299,7 @@ extension KafkaConnectClientTypes { public init( encryptionType: KafkaConnectClientTypes.KafkaClusterEncryptionInTransitType? = nil - ) - { + ) { self.encryptionType = encryptionType } } @@ -327,8 +317,7 @@ extension KafkaConnectClientTypes { public init( enabled: Swift.Bool = false, logGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.logGroup = logGroup } @@ -347,8 +336,7 @@ extension KafkaConnectClientTypes { public init( deliveryStream: Swift.String? = nil, enabled: Swift.Bool = false - ) - { + ) { self.deliveryStream = deliveryStream self.enabled = enabled } @@ -370,8 +358,7 @@ extension KafkaConnectClientTypes { bucket: Swift.String? = nil, enabled: Swift.Bool = false, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.`prefix` = `prefix` @@ -394,8 +381,7 @@ extension KafkaConnectClientTypes { cloudWatchLogs: KafkaConnectClientTypes.CloudWatchLogsLogDeliveryDescription? = nil, firehose: KafkaConnectClientTypes.FirehoseLogDeliveryDescription? = nil, s3: KafkaConnectClientTypes.S3LogDeliveryDescription? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.firehose = firehose self.s3 = s3 @@ -412,8 +398,7 @@ extension KafkaConnectClientTypes { public init( workerLogDelivery: KafkaConnectClientTypes.WorkerLogDeliveryDescription? = nil - ) - { + ) { self.workerLogDelivery = workerLogDelivery } } @@ -431,8 +416,7 @@ extension KafkaConnectClientTypes { public init( customPluginArn: Swift.String? = nil, revision: Swift.Int = 0 - ) - { + ) { self.customPluginArn = customPluginArn self.revision = revision } @@ -448,8 +432,7 @@ extension KafkaConnectClientTypes { public init( customPlugin: KafkaConnectClientTypes.CustomPluginDescription? = nil - ) - { + ) { self.customPlugin = customPlugin } } @@ -467,8 +450,7 @@ extension KafkaConnectClientTypes { public init( revision: Swift.Int = 0, workerConfigurationArn: Swift.String? = nil - ) - { + ) { self.revision = revision self.workerConfigurationArn = workerConfigurationArn } @@ -526,8 +508,7 @@ extension KafkaConnectClientTypes { plugins: [KafkaConnectClientTypes.PluginDescription]? = nil, serviceExecutionRoleArn: Swift.String? = nil, workerConfiguration: KafkaConnectClientTypes.WorkerConfigurationDescription? = nil - ) - { + ) { self.capacity = capacity self.connectorArn = connectorArn self.connectorDescription = connectorDescription @@ -629,8 +610,7 @@ extension KafkaConnectClientTypes { public init( fileMd5: Swift.String? = nil, fileSize: Swift.Int = 0 - ) - { + ) { self.fileMd5 = fileMd5 self.fileSize = fileSize } @@ -652,8 +632,7 @@ extension KafkaConnectClientTypes { bucketArn: Swift.String? = nil, fileKey: Swift.String? = nil, objectVersion: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.fileKey = fileKey self.objectVersion = objectVersion @@ -670,8 +649,7 @@ extension KafkaConnectClientTypes { public init( s3Location: KafkaConnectClientTypes.S3LocationDescription? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -701,8 +679,7 @@ extension KafkaConnectClientTypes { fileDescription: KafkaConnectClientTypes.CustomPluginFileDescription? = nil, location: KafkaConnectClientTypes.CustomPluginLocationDescription? = nil, revision: Swift.Int = 0 - ) - { + ) { self.contentType = contentType self.creationTime = creationTime self.description = description @@ -737,8 +714,7 @@ extension KafkaConnectClientTypes { description: Swift.String? = nil, latestRevision: KafkaConnectClientTypes.CustomPluginRevisionSummary? = nil, name: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.customPluginArn = customPluginArn self.customPluginState = customPluginState @@ -763,8 +739,7 @@ extension KafkaConnectClientTypes { public init( customPluginArn: Swift.String? = nil, revision: Swift.Int = 0 - ) - { + ) { self.customPluginArn = customPluginArn self.revision = revision } @@ -781,8 +756,7 @@ extension KafkaConnectClientTypes { public init( customPlugin: KafkaConnectClientTypes.CustomPlugin? = nil - ) - { + ) { self.customPlugin = customPlugin } } @@ -803,8 +777,7 @@ extension KafkaConnectClientTypes { creationTime: Foundation.Date? = nil, description: Swift.String? = nil, revision: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.description = description self.revision = revision @@ -865,8 +838,7 @@ extension KafkaConnectClientTypes { name: Swift.String? = nil, workerConfigurationArn: Swift.String? = nil, workerConfigurationState: KafkaConnectClientTypes.WorkerConfigurationState? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.latestRevision = latestRevision @@ -890,8 +862,7 @@ extension KafkaConnectClientTypes { public init( securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroups = securityGroups self.subnets = subnets } @@ -912,8 +883,7 @@ extension KafkaConnectClientTypes { public init( bootstrapServers: Swift.String? = nil, vpc: KafkaConnectClientTypes.Vpc? = nil - ) - { + ) { self.bootstrapServers = bootstrapServers self.vpc = vpc } @@ -930,8 +900,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -947,8 +916,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -978,8 +946,7 @@ extension KafkaConnectClientTypes { minWorkerCount: Swift.Int = 0, scaleInPolicy: KafkaConnectClientTypes.ScaleInPolicy? = nil, scaleOutPolicy: KafkaConnectClientTypes.ScaleOutPolicy? = nil - ) - { + ) { self.maxWorkerCount = maxWorkerCount self.mcuCount = mcuCount self.minWorkerCount = minWorkerCount @@ -999,8 +966,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -1016,8 +982,7 @@ extension KafkaConnectClientTypes { public init( cpuUtilizationPercentage: Swift.Int = 0 - ) - { + ) { self.cpuUtilizationPercentage = cpuUtilizationPercentage } } @@ -1049,8 +1014,7 @@ extension KafkaConnectClientTypes { minWorkerCount: Swift.Int = 0, scaleInPolicy: KafkaConnectClientTypes.ScaleInPolicyUpdate? = nil, scaleOutPolicy: KafkaConnectClientTypes.ScaleOutPolicyUpdate? = nil - ) - { + ) { self.maxWorkerCount = maxWorkerCount self.mcuCount = mcuCount self.minWorkerCount = minWorkerCount @@ -1078,8 +1042,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1098,8 +1061,7 @@ extension KafkaConnectClientTypes { public init( mcuCount: Swift.Int = 0, workerCount: Swift.Int = 0 - ) - { + ) { self.mcuCount = mcuCount self.workerCount = workerCount } @@ -1118,8 +1080,7 @@ extension KafkaConnectClientTypes { public init( autoScaling: KafkaConnectClientTypes.AutoScaling? = nil, provisionedCapacity: KafkaConnectClientTypes.ProvisionedCapacity? = nil - ) - { + ) { self.autoScaling = autoScaling self.provisionedCapacity = provisionedCapacity } @@ -1140,8 +1101,7 @@ extension KafkaConnectClientTypes { public init( mcuCount: Swift.Int = 0, workerCount: Swift.Int = 0 - ) - { + ) { self.mcuCount = mcuCount self.workerCount = workerCount } @@ -1160,8 +1120,7 @@ extension KafkaConnectClientTypes { public init( autoScaling: KafkaConnectClientTypes.AutoScalingUpdate? = nil, provisionedCapacity: KafkaConnectClientTypes.ProvisionedCapacityUpdate? = nil - ) - { + ) { self.autoScaling = autoScaling self.provisionedCapacity = provisionedCapacity } @@ -1181,8 +1140,7 @@ extension KafkaConnectClientTypes { public init( enabled: Swift.Bool = false, logGroup: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.logGroup = logGroup } @@ -1207,8 +1165,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1231,8 +1188,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1255,8 +1211,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1279,8 +1234,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1303,8 +1257,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1327,8 +1280,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1351,8 +1303,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1367,8 +1318,7 @@ extension KafkaConnectClientTypes { public init( apacheKafkaCluster: KafkaConnectClientTypes.ApacheKafkaCluster? = nil - ) - { + ) { self.apacheKafkaCluster = apacheKafkaCluster } } @@ -1384,8 +1334,7 @@ extension KafkaConnectClientTypes { public init( authenticationType: KafkaConnectClientTypes.KafkaClusterClientAuthenticationType? = nil - ) - { + ) { self.authenticationType = authenticationType } } @@ -1401,8 +1350,7 @@ extension KafkaConnectClientTypes { public init( encryptionType: KafkaConnectClientTypes.KafkaClusterEncryptionInTransitType? = nil - ) - { + ) { self.encryptionType = encryptionType } } @@ -1421,8 +1369,7 @@ extension KafkaConnectClientTypes { public init( deliveryStream: Swift.String? = nil, enabled: Swift.Bool = false - ) - { + ) { self.deliveryStream = deliveryStream self.enabled = enabled } @@ -1445,8 +1392,7 @@ extension KafkaConnectClientTypes { bucket: Swift.String? = nil, enabled: Swift.Bool = false, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.`prefix` = `prefix` @@ -1469,8 +1415,7 @@ extension KafkaConnectClientTypes { cloudWatchLogs: KafkaConnectClientTypes.CloudWatchLogsLogDelivery? = nil, firehose: KafkaConnectClientTypes.FirehoseLogDelivery? = nil, s3: KafkaConnectClientTypes.S3LogDelivery? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.firehose = firehose self.s3 = s3 @@ -1488,8 +1433,7 @@ extension KafkaConnectClientTypes { public init( workerLogDelivery: KafkaConnectClientTypes.WorkerLogDelivery? = nil - ) - { + ) { self.workerLogDelivery = workerLogDelivery } } @@ -1509,8 +1453,7 @@ extension KafkaConnectClientTypes { public init( revision: Swift.Int = 0, workerConfigurationArn: Swift.String? = nil - ) - { + ) { self.revision = revision self.workerConfigurationArn = workerConfigurationArn } @@ -1568,8 +1511,7 @@ public struct CreateConnectorInput: Swift.Sendable { serviceExecutionRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, workerConfiguration: KafkaConnectClientTypes.WorkerConfiguration? = nil - ) - { + ) { self.capacity = capacity self.connectorConfiguration = connectorConfiguration self.connectorDescription = connectorDescription @@ -1603,8 +1545,7 @@ public struct CreateConnectorOutput: Swift.Sendable { connectorArn: Swift.String? = nil, connectorName: Swift.String? = nil, connectorState: KafkaConnectClientTypes.ConnectorState? = nil - ) - { + ) { self.connectorArn = connectorArn self.connectorName = connectorName self.connectorState = connectorState @@ -1628,8 +1569,7 @@ extension KafkaConnectClientTypes { bucketArn: Swift.String? = nil, fileKey: Swift.String? = nil, objectVersion: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.fileKey = fileKey self.objectVersion = objectVersion @@ -1647,8 +1587,7 @@ extension KafkaConnectClientTypes { public init( s3Location: KafkaConnectClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1675,8 +1614,7 @@ public struct CreateCustomPluginInput: Swift.Sendable { location: KafkaConnectClientTypes.CustomPluginLocation? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contentType = contentType self.description = description self.location = location @@ -1700,8 +1638,7 @@ public struct CreateCustomPluginOutput: Swift.Sendable { customPluginState: KafkaConnectClientTypes.CustomPluginState? = nil, name: Swift.String? = nil, revision: Swift.Int = 0 - ) - { + ) { self.customPluginArn = customPluginArn self.customPluginState = customPluginState self.name = name @@ -1726,8 +1663,7 @@ public struct CreateWorkerConfigurationInput: Swift.Sendable { name: Swift.String? = nil, propertiesFileContent: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.propertiesFileContent = propertiesFileContent @@ -1758,8 +1694,7 @@ public struct CreateWorkerConfigurationOutput: Swift.Sendable { name: Swift.String? = nil, workerConfigurationArn: Swift.String? = nil, workerConfigurationState: KafkaConnectClientTypes.WorkerConfigurationState? = nil - ) - { + ) { self.creationTime = creationTime self.latestRevision = latestRevision self.name = name @@ -1778,8 +1713,7 @@ public struct DeleteConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.currentVersion = currentVersion } @@ -1794,8 +1728,7 @@ public struct DeleteConnectorOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil, connectorState: KafkaConnectClientTypes.ConnectorState? = nil - ) - { + ) { self.connectorArn = connectorArn self.connectorState = connectorState } @@ -1808,8 +1741,7 @@ public struct DeleteCustomPluginInput: Swift.Sendable { public init( customPluginArn: Swift.String? = nil - ) - { + ) { self.customPluginArn = customPluginArn } } @@ -1823,8 +1755,7 @@ public struct DeleteCustomPluginOutput: Swift.Sendable { public init( customPluginArn: Swift.String? = nil, customPluginState: KafkaConnectClientTypes.CustomPluginState? = nil - ) - { + ) { self.customPluginArn = customPluginArn self.customPluginState = customPluginState } @@ -1837,8 +1768,7 @@ public struct DeleteWorkerConfigurationInput: Swift.Sendable { public init( workerConfigurationArn: Swift.String? = nil - ) - { + ) { self.workerConfigurationArn = workerConfigurationArn } } @@ -1852,8 +1782,7 @@ public struct DeleteWorkerConfigurationOutput: Swift.Sendable { public init( workerConfigurationArn: Swift.String? = nil, workerConfigurationState: KafkaConnectClientTypes.WorkerConfigurationState? = nil - ) - { + ) { self.workerConfigurationArn = workerConfigurationArn self.workerConfigurationState = workerConfigurationState } @@ -1866,8 +1795,7 @@ public struct DescribeConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -1884,8 +1812,7 @@ extension KafkaConnectClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -1946,8 +1873,7 @@ public struct DescribeConnectorOutput: Swift.Sendable { serviceExecutionRoleArn: Swift.String? = nil, stateDescription: KafkaConnectClientTypes.StateDescription? = nil, workerConfiguration: KafkaConnectClientTypes.WorkerConfigurationDescription? = nil - ) - { + ) { self.capacity = capacity self.connectorArn = connectorArn self.connectorConfiguration = connectorConfiguration @@ -1980,8 +1906,7 @@ public struct DescribeCustomPluginInput: Swift.Sendable { public init( customPluginArn: Swift.String? = nil - ) - { + ) { self.customPluginArn = customPluginArn } } @@ -2010,8 +1935,7 @@ public struct DescribeCustomPluginOutput: Swift.Sendable { latestRevision: KafkaConnectClientTypes.CustomPluginRevisionSummary? = nil, name: Swift.String? = nil, stateDescription: KafkaConnectClientTypes.StateDescription? = nil - ) - { + ) { self.creationTime = creationTime self.customPluginArn = customPluginArn self.customPluginState = customPluginState @@ -2029,8 +1953,7 @@ public struct DescribeWorkerConfigurationInput: Swift.Sendable { public init( workerConfigurationArn: Swift.String? = nil - ) - { + ) { self.workerConfigurationArn = workerConfigurationArn } } @@ -2053,8 +1976,7 @@ extension KafkaConnectClientTypes { description: Swift.String? = nil, propertiesFileContent: Swift.String? = nil, revision: Swift.Int = 0 - ) - { + ) { self.creationTime = creationTime self.description = description self.propertiesFileContent = propertiesFileContent @@ -2089,8 +2011,7 @@ public struct DescribeWorkerConfigurationOutput: Swift.Sendable { name: Swift.String? = nil, workerConfigurationArn: Swift.String? = nil, workerConfigurationState: KafkaConnectClientTypes.WorkerConfigurationState? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.latestRevision = latestRevision @@ -2112,8 +2033,7 @@ public struct ListConnectorsInput: Swift.Sendable { connectorNamePrefix: Swift.String? = nil, maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.connectorNamePrefix = connectorNamePrefix self.maxResults = maxResults self.nextToken = nextToken @@ -2129,8 +2049,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( connectors: [KafkaConnectClientTypes.ConnectorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectors = connectors self.nextToken = nextToken } @@ -2148,8 +2067,7 @@ public struct ListCustomPluginsInput: Swift.Sendable { maxResults: Swift.Int = 0, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefix = namePrefix self.nextToken = nextToken @@ -2165,8 +2083,7 @@ public struct ListCustomPluginsOutput: Swift.Sendable { public init( customPlugins: [KafkaConnectClientTypes.CustomPluginSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customPlugins = customPlugins self.nextToken = nextToken } @@ -2179,8 +2096,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2191,8 +2107,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2209,8 +2124,7 @@ public struct ListWorkerConfigurationsInput: Swift.Sendable { maxResults: Swift.Int = 0, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefix = namePrefix self.nextToken = nextToken @@ -2226,8 +2140,7 @@ public struct ListWorkerConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workerConfigurations: [KafkaConnectClientTypes.WorkerConfigurationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workerConfigurations = workerConfigurations } @@ -2244,8 +2157,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2267,8 +2179,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2294,8 +2205,7 @@ public struct UpdateConnectorInput: Swift.Sendable { capacity: KafkaConnectClientTypes.CapacityUpdate? = nil, connectorArn: Swift.String? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.capacity = capacity self.connectorArn = connectorArn self.currentVersion = currentVersion @@ -2311,8 +2221,7 @@ public struct UpdateConnectorOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil, connectorState: KafkaConnectClientTypes.ConnectorState? = nil - ) - { + ) { self.connectorArn = connectorArn self.connectorState = connectorState } diff --git a/Sources/Services/AWSKendra/Package.swift.txt b/Sources/Services/AWSKendra/Package.swift.txt index d80a9fe1caa..cf143da838b 100644 --- a/Sources/Services/AWSKendra/Package.swift.txt +++ b/Sources/Services/AWSKendra/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKendra/Sources/AWSKendra/KendraClient.swift b/Sources/Services/AWSKendra/Sources/AWSKendra/KendraClient.swift index 2670f29352a..f6fac0010c0 100644 --- a/Sources/Services/AWSKendra/Sources/AWSKendra/KendraClient.swift +++ b/Sources/Services/AWSKendra/Sources/AWSKendra/KendraClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KendraClient: ClientRuntime.Client { public static let clientName = "KendraClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KendraClient.KendraClientConfiguration let serviceName = "kendra" diff --git a/Sources/Services/AWSKendra/Sources/AWSKendra/Models.swift b/Sources/Services/AWSKendra/Sources/AWSKendra/Models.swift index 6c20e1f7a1c..560dda1b595 100644 --- a/Sources/Services/AWSKendra/Sources/AWSKendra/Models.swift +++ b/Sources/Services/AWSKendra/Sources/AWSKendra/Models.swift @@ -122,8 +122,7 @@ extension KendraClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -138,8 +137,7 @@ extension KendraClientTypes { public init( keyPath: Swift.String? = nil - ) - { + ) { self.keyPath = keyPath } } @@ -163,8 +161,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +176,7 @@ extension KendraClientTypes { public init( allowedGroupsColumnName: Swift.String? = nil - ) - { + ) { self.allowedGroupsColumnName = allowedGroupsColumnName } } @@ -235,8 +231,7 @@ extension KendraClientTypes { endOffset: Swift.Int? = nil, topAnswer: Swift.Bool = false, type: KendraClientTypes.HighlightType? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.topAnswer = topAnswer @@ -257,8 +252,7 @@ extension KendraClientTypes { public init( highlights: [KendraClientTypes.Highlight]? = nil, text: Swift.String? = nil - ) - { + ) { self.highlights = highlights self.text = text } @@ -274,8 +268,7 @@ extension KendraClientTypes { public init( textWithHighlightsValue: KendraClientTypes.TextWithHighlights? = nil - ) - { + ) { self.textWithHighlightsValue = textWithHighlightsValue } } @@ -325,8 +318,7 @@ extension KendraClientTypes { key: Swift.String? = nil, value: KendraClientTypes.AdditionalResultAttributeValue? = nil, valueType: KendraClientTypes.AdditionalResultAttributeValueType? = nil - ) - { + ) { self.key = key self.value = value self.valueType = valueType @@ -351,8 +343,7 @@ extension KendraClientTypes { dataSourceFieldName: Swift.String? = nil, dateFieldFormat: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.dataSourceFieldName = dataSourceFieldName self.dateFieldFormat = dateFieldFormat self.indexFieldName = indexFieldName @@ -406,8 +397,7 @@ extension KendraClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -428,8 +418,7 @@ extension KendraClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -489,8 +478,7 @@ extension KendraClientTypes { sslCertificateS3Path: KendraClientTypes.S3Path? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil, wikiFieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.blogFieldMappings = blogFieldMappings self.crawlComments = crawlComments self.crawlSystemFolders = crawlSystemFolders @@ -526,8 +514,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -550,8 +537,7 @@ public struct ResourceAlreadyExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -574,8 +560,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -598,8 +583,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -622,8 +606,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -671,8 +654,7 @@ extension KendraClientTypes { public init( entityId: Swift.String? = nil, entityType: KendraClientTypes.EntityType? = nil - ) - { + ) { self.entityId = entityId self.entityType = entityType } @@ -694,8 +676,7 @@ public struct AssociateEntitiesToExperienceInput: Swift.Sendable { entityList: [KendraClientTypes.EntityConfiguration]? = nil, id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.entityList = entityList self.id = id self.indexId = indexId @@ -714,8 +695,7 @@ extension KendraClientTypes { public init( entityId: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.errorMessage = errorMessage } @@ -728,8 +708,7 @@ public struct AssociateEntitiesToExperienceOutput: Swift.Sendable { public init( failedEntityList: [KendraClientTypes.FailedEntity]? = nil - ) - { + ) { self.failedEntityList = failedEntityList } } @@ -777,8 +756,7 @@ extension KendraClientTypes { public init( entityId: Swift.String? = nil, persona: KendraClientTypes.Persona? = nil - ) - { + ) { self.entityId = entityId self.persona = persona } @@ -800,8 +778,7 @@ public struct AssociatePersonasToEntitiesInput: Swift.Sendable { id: Swift.String? = nil, indexId: Swift.String? = nil, personas: [KendraClientTypes.EntityPersonaConfiguration]? = nil - ) - { + ) { self.id = id self.indexId = indexId self.personas = personas @@ -814,8 +791,7 @@ public struct AssociatePersonasToEntitiesOutput: Swift.Sendable { public init( failedEntityList: [KendraClientTypes.FailedEntity]? = nil - ) - { + ) { self.failedEntityList = failedEntityList } } @@ -838,8 +814,7 @@ extension KendraClientTypes { longValue: Swift.Int? = nil, stringListValue: [Swift.String]? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.dateValue = dateValue self.longValue = longValue self.stringListValue = stringListValue @@ -862,8 +837,7 @@ extension KendraClientTypes { public init( key: Swift.String? = nil, value: KendraClientTypes.DocumentAttributeValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -911,8 +885,7 @@ extension KendraClientTypes { public init( attributeName: Swift.String? = nil, suggestable: Swift.Bool? = nil - ) - { + ) { self.attributeName = attributeName self.suggestable = suggestable } @@ -931,8 +904,7 @@ extension KendraClientTypes { public init( attributeSuggestionsMode: KendraClientTypes.AttributeSuggestionsMode? = nil, suggestableConfigList: [KendraClientTypes.SuggestableConfig]? = nil - ) - { + ) { self.attributeSuggestionsMode = attributeSuggestionsMode self.suggestableConfigList = suggestableConfigList } @@ -953,8 +925,7 @@ extension KendraClientTypes { public init( dataSourceId: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId } @@ -986,8 +957,7 @@ extension KendraClientTypes { groups: [Swift.String]? = nil, token: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.dataSourceGroups = dataSourceGroups self.groups = groups self.token = token @@ -1008,8 +978,7 @@ extension KendraClientTypes { public init( attributeSuggestionsMode: KendraClientTypes.AttributeSuggestionsMode? = nil, suggestableConfigList: [KendraClientTypes.SuggestableConfig]? = nil - ) - { + ) { self.attributeSuggestionsMode = attributeSuggestionsMode self.suggestableConfigList = suggestableConfigList } @@ -1034,8 +1003,7 @@ extension KendraClientTypes { credentials: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.credentials = credentials self.host = host self.port = port @@ -1052,8 +1020,7 @@ extension KendraClientTypes { public init( basicAuthentication: [KendraClientTypes.BasicAuthenticationConfiguration]? = nil - ) - { + ) { self.basicAuthentication = basicAuthentication } } @@ -1077,8 +1044,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1096,8 +1062,7 @@ extension KendraClientTypes { public init( dataSourceId: Swift.String? = nil, dataSourceSyncJobId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.dataSourceSyncJobId = dataSourceSyncJobId } @@ -1118,8 +1083,7 @@ public struct BatchDeleteDocumentInput: Swift.Sendable { dataSourceSyncJobMetricTarget: KendraClientTypes.DataSourceSyncJobMetricTarget? = nil, documentIdList: [Swift.String]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.dataSourceSyncJobMetricTarget = dataSourceSyncJobMetricTarget self.documentIdList = documentIdList self.indexId = indexId @@ -1173,8 +1137,7 @@ extension KendraClientTypes { errorCode: KendraClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.errorCode = errorCode self.errorMessage = errorMessage @@ -1189,8 +1152,7 @@ public struct BatchDeleteDocumentOutput: Swift.Sendable { public init( failedDocuments: [KendraClientTypes.BatchDeleteDocumentResponseFailedDocument]? = nil - ) - { + ) { self.failedDocuments = failedDocuments } } @@ -1206,8 +1168,7 @@ public struct BatchDeleteFeaturedResultsSetInput: Swift.Sendable { public init( featuredResultsSetIds: [Swift.String]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.featuredResultsSetIds = featuredResultsSetIds self.indexId = indexId } @@ -1231,8 +1192,7 @@ extension KendraClientTypes { errorCode: KendraClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -1247,8 +1207,7 @@ public struct BatchDeleteFeaturedResultsSetOutput: Swift.Sendable { public init( errors: [KendraClientTypes.BatchDeleteFeaturedResultsSetError]? = nil - ) - { + ) { self.errors = errors } } @@ -1281,8 +1240,7 @@ extension KendraClientTypes { public init( attributes: [KendraClientTypes.DocumentAttribute]? = nil, documentId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.documentId = documentId } @@ -1300,8 +1258,7 @@ public struct BatchGetDocumentStatusInput: Swift.Sendable { public init( documentInfoList: [KendraClientTypes.DocumentInfo]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.documentInfoList = documentInfoList self.indexId = indexId } @@ -1366,8 +1323,7 @@ extension KendraClientTypes { documentStatus: KendraClientTypes.DocumentStatus? = nil, failureCode: Swift.String? = nil, failureReason: Swift.String? = nil - ) - { + ) { self.documentId = documentId self.documentStatus = documentStatus self.failureCode = failureCode @@ -1394,8 +1350,7 @@ extension KendraClientTypes { documentId: Swift.String? = nil, errorCode: KendraClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.documentId = documentId self.errorCode = errorCode @@ -1413,8 +1368,7 @@ public struct BatchGetDocumentStatusOutput: Swift.Sendable { public init( documentStatusList: [KendraClientTypes.Status]? = nil, errors: [KendraClientTypes.BatchGetDocumentStatusResponseError]? = nil - ) - { + ) { self.documentStatusList = documentStatusList self.errors = errors } @@ -1438,8 +1392,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1517,8 +1470,7 @@ extension KendraClientTypes { conditionDocumentAttributeKey: Swift.String? = nil, conditionOnValue: KendraClientTypes.DocumentAttributeValue? = nil, `operator`: KendraClientTypes.ConditionOperator? = nil - ) - { + ) { self.conditionDocumentAttributeKey = conditionDocumentAttributeKey self.conditionOnValue = conditionOnValue self.`operator` = `operator` @@ -1541,8 +1493,7 @@ extension KendraClientTypes { targetDocumentAttributeKey: Swift.String? = nil, targetDocumentAttributeValue: KendraClientTypes.DocumentAttributeValue? = nil, targetDocumentAttributeValueDeletion: Swift.Bool = false - ) - { + ) { self.targetDocumentAttributeKey = targetDocumentAttributeKey self.targetDocumentAttributeValue = targetDocumentAttributeValue self.targetDocumentAttributeValueDeletion = targetDocumentAttributeValueDeletion @@ -1565,8 +1516,7 @@ extension KendraClientTypes { condition: KendraClientTypes.DocumentAttributeCondition? = nil, documentContentDeletion: Swift.Bool = false, target: KendraClientTypes.DocumentAttributeTarget? = nil - ) - { + ) { self.condition = condition self.documentContentDeletion = documentContentDeletion self.target = target @@ -1591,8 +1541,7 @@ extension KendraClientTypes { invocationCondition: KendraClientTypes.DocumentAttributeCondition? = nil, lambdaArn: Swift.String? = nil, s3Bucket: Swift.String? = nil - ) - { + ) { self.invocationCondition = invocationCondition self.lambdaArn = lambdaArn self.s3Bucket = s3Bucket @@ -1618,8 +1567,7 @@ extension KendraClientTypes { postExtractionHookConfiguration: KendraClientTypes.HookConfiguration? = nil, preExtractionHookConfiguration: KendraClientTypes.HookConfiguration? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.inlineConfigurations = inlineConfigurations self.postExtractionHookConfiguration = postExtractionHookConfiguration self.preExtractionHookConfiguration = preExtractionHookConfiguration @@ -1707,8 +1655,7 @@ extension KendraClientTypes { dataSourceId: Swift.String? = nil, name: Swift.String? = nil, type: KendraClientTypes.PrincipalType? = nil - ) - { + ) { self.access = access self.dataSourceId = dataSourceId self.name = name @@ -1786,8 +1733,7 @@ extension KendraClientTypes { public init( principalList: [KendraClientTypes.Principal]? = nil - ) - { + ) { self.principalList = principalList } } @@ -1827,8 +1773,7 @@ extension KendraClientTypes { id: Swift.String? = nil, s3Path: KendraClientTypes.S3Path? = nil, title: Swift.String? = nil - ) - { + ) { self.accessControlConfigurationId = accessControlConfigurationId self.accessControlList = accessControlList self.attributes = attributes @@ -1866,8 +1811,7 @@ public struct BatchPutDocumentInput: Swift.Sendable { documents: [KendraClientTypes.Document]? = nil, indexId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.customDocumentEnrichmentConfiguration = customDocumentEnrichmentConfiguration self.documents = documents self.indexId = indexId @@ -1893,8 +1837,7 @@ extension KendraClientTypes { errorCode: KendraClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.errorCode = errorCode self.errorMessage = errorMessage @@ -1909,8 +1852,7 @@ public struct BatchPutDocumentOutput: Swift.Sendable { public init( failedDocuments: [KendraClientTypes.BatchPutDocumentResponseFailedDocument]? = nil - ) - { + ) { self.failedDocuments = failedDocuments } } @@ -1922,8 +1864,7 @@ public struct ClearQuerySuggestionsInput: Swift.Sendable { public init( indexId: Swift.String? = nil - ) - { + ) { self.indexId = indexId } } @@ -1951,8 +1892,7 @@ public struct CreateAccessControlConfigurationInput: Swift.Sendable { hierarchicalAccessControlList: [KendraClientTypes.HierarchicalPrincipal]? = nil, indexId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accessControlList = accessControlList self.clientToken = clientToken self.description = description @@ -1969,8 +1909,7 @@ public struct CreateAccessControlConfigurationOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2035,8 +1974,7 @@ extension KendraClientTypes { useChangeLog: Swift.Bool = false, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil, webLinkFieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.commentFieldMappings = commentFieldMappings self.crawlComments = crawlComments self.crawlTasks = crawlTasks @@ -2125,8 +2063,7 @@ extension KendraClientTypes { dataSourceFieldName: KendraClientTypes.ConfluenceAttachmentFieldName? = nil, dateFieldFormat: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.dataSourceFieldName = dataSourceFieldName self.dateFieldFormat = dateFieldFormat self.indexFieldName = indexFieldName @@ -2146,8 +2083,7 @@ extension KendraClientTypes { public init( attachmentFieldMappings: [KendraClientTypes.ConfluenceAttachmentToIndexFieldMapping]? = nil, crawlAttachments: Swift.Bool = false - ) - { + ) { self.attachmentFieldMappings = attachmentFieldMappings self.crawlAttachments = crawlAttachments } @@ -2248,8 +2184,7 @@ extension KendraClientTypes { dataSourceFieldName: KendraClientTypes.ConfluenceBlogFieldName? = nil, dateFieldFormat: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.dataSourceFieldName = dataSourceFieldName self.dateFieldFormat = dateFieldFormat self.indexFieldName = indexFieldName @@ -2266,8 +2201,7 @@ extension KendraClientTypes { public init( blogFieldMappings: [KendraClientTypes.ConfluenceBlogToIndexFieldMapping]? = nil - ) - { + ) { self.blogFieldMappings = blogFieldMappings } } @@ -2347,8 +2281,7 @@ extension KendraClientTypes { dataSourceFieldName: KendraClientTypes.ConfluencePageFieldName? = nil, dateFieldFormat: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.dataSourceFieldName = dataSourceFieldName self.dateFieldFormat = dateFieldFormat self.indexFieldName = indexFieldName @@ -2365,8 +2298,7 @@ extension KendraClientTypes { public init( pageFieldMappings: [KendraClientTypes.ConfluencePageToIndexFieldMapping]? = nil - ) - { + ) { self.pageFieldMappings = pageFieldMappings } } @@ -2389,8 +2321,7 @@ extension KendraClientTypes { credentials: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.credentials = credentials self.host = host self.port = port @@ -2448,8 +2379,7 @@ extension KendraClientTypes { dataSourceFieldName: KendraClientTypes.ConfluenceSpaceFieldName? = nil, dateFieldFormat: Swift.String? = nil, indexFieldName: Swift.String? = nil - ) - { + ) { self.dataSourceFieldName = dataSourceFieldName self.dateFieldFormat = dateFieldFormat self.indexFieldName = indexFieldName @@ -2478,8 +2408,7 @@ extension KendraClientTypes { excludeSpaces: [Swift.String]? = nil, includeSpaces: [Swift.String]? = nil, spaceFieldMappings: [KendraClientTypes.ConfluenceSpaceToIndexFieldMapping]? = nil - ) - { + ) { self.crawlArchivedSpaces = crawlArchivedSpaces self.crawlPersonalSpaces = crawlPersonalSpaces self.excludeSpaces = excludeSpaces @@ -2563,8 +2492,7 @@ extension KendraClientTypes { spaceConfiguration: KendraClientTypes.ConfluenceSpaceConfiguration? = nil, version: KendraClientTypes.ConfluenceVersion? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.attachmentConfiguration = attachmentConfiguration self.authenticationType = authenticationType self.blogConfiguration = blogConfiguration @@ -2605,8 +2533,7 @@ extension KendraClientTypes { documentIdColumnName: Swift.String? = nil, documentTitleColumnName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.changeDetectingColumns = changeDetectingColumns self.documentDataColumnName = documentDataColumnName self.documentIdColumnName = documentIdColumnName @@ -2642,8 +2569,7 @@ extension KendraClientTypes { databasePort: Swift.Int? = nil, secretArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseHost = databaseHost self.databaseName = databaseName self.databasePort = databasePort @@ -2726,8 +2652,7 @@ extension KendraClientTypes { public init( queryIdentifiersEnclosingOption: KendraClientTypes.QueryIdentifiersEnclosingOption? = nil - ) - { + ) { self.queryIdentifiersEnclosingOption = queryIdentifiersEnclosingOption } } @@ -2760,8 +2685,7 @@ extension KendraClientTypes { databaseEngineType: KendraClientTypes.DatabaseEngineType? = nil, sqlConfiguration: KendraClientTypes.SqlConfiguration? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.aclConfiguration = aclConfiguration self.columnConfiguration = columnConfiguration self.connectionConfiguration = connectionConfiguration @@ -2832,8 +2756,7 @@ extension KendraClientTypes { inclusionPatterns: [Swift.String]? = nil, secretArn: Swift.String? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.exclusionPatterns = exclusionPatterns self.fieldMappings = fieldMappings self.fileSystemId = fileSystemId @@ -2872,8 +2795,7 @@ extension KendraClientTypes { crawlPullRequestComment: Swift.Bool = false, crawlPullRequestCommentAttachment: Swift.Bool = false, crawlRepositoryDocuments: Swift.Bool = false - ) - { + ) { self.crawlIssue = crawlIssue self.crawlIssueComment = crawlIssueComment self.crawlIssueCommentAttachment = crawlIssueCommentAttachment @@ -2903,8 +2825,7 @@ extension KendraClientTypes { hostUrl: Swift.String? = nil, organizationName: Swift.String? = nil, sslCertificateS3Path: KendraClientTypes.S3Path? = nil - ) - { + ) { self.hostUrl = hostUrl self.organizationName = organizationName self.sslCertificateS3Path = sslCertificateS3Path @@ -2926,8 +2847,7 @@ extension KendraClientTypes { public init( hostUrl: Swift.String? = nil, organizationName: Swift.String? = nil - ) - { + ) { self.hostUrl = hostUrl self.organizationName = organizationName } @@ -3038,8 +2958,7 @@ extension KendraClientTypes { type: KendraClientTypes.ModelType? = nil, useChangeLog: Swift.Bool = false, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.exclusionFileNamePatterns = exclusionFileNamePatterns self.exclusionFileTypePatterns = exclusionFileTypePatterns self.exclusionFolderNamePatterns = exclusionFolderNamePatterns @@ -3094,8 +3013,7 @@ extension KendraClientTypes { fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, inclusionPatterns: [Swift.String]? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.excludeMimeTypes = excludeMimeTypes self.excludeSharedDrives = excludeSharedDrives self.excludeUserAccounts = excludeUserAccounts @@ -3196,8 +3114,7 @@ extension KendraClientTypes { useChangeLog: Swift.Bool = false, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil, workLogFieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.attachmentFieldMappings = attachmentFieldMappings self.commentFieldMappings = commentFieldMappings self.exclusionPatterns = exclusionPatterns @@ -3229,8 +3146,7 @@ extension KendraClientTypes { public init( oneDriveUserList: [Swift.String]? = nil, oneDriveUserS3Path: KendraClientTypes.S3Path? = nil - ) - { + ) { self.oneDriveUserList = oneDriveUserList self.oneDriveUserS3Path = oneDriveUserS3Path } @@ -3267,8 +3183,7 @@ extension KendraClientTypes { oneDriveUsers: KendraClientTypes.OneDriveUsers? = nil, secretArn: Swift.String? = nil, tenantDomain: Swift.String? = nil - ) - { + ) { self.disableLocalGroups = disableLocalGroups self.exclusionPatterns = exclusionPatterns self.fieldMappings = fieldMappings @@ -3326,8 +3241,7 @@ extension KendraClientTypes { secretArn: Swift.String? = nil, threadFieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.attachmentFieldMappings = attachmentFieldMappings self.crawlAttachments = crawlAttachments self.crawlChatRooms = crawlChatRooms @@ -3353,8 +3267,7 @@ extension KendraClientTypes { public init( s3Prefix: Swift.String? = nil - ) - { + ) { self.s3Prefix = s3Prefix } } @@ -3423,8 +3336,7 @@ extension KendraClientTypes { exclusionPatterns: [Swift.String]? = nil, inclusionPatterns: [Swift.String]? = nil, inclusionPrefixes: [Swift.String]? = nil - ) - { + ) { self.accessControlListConfiguration = accessControlListConfiguration self.bucketName = bucketName self.documentsMetadataConfiguration = documentsMetadataConfiguration @@ -3483,8 +3395,7 @@ extension KendraClientTypes { documentTitleFieldName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, includeFilterTypes: [KendraClientTypes.SalesforceChatterFeedIncludeFilterType]? = nil - ) - { + ) { self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName self.fieldMappings = fieldMappings @@ -3513,8 +3424,7 @@ extension KendraClientTypes { documentTitleFieldName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, name: Swift.String? = nil - ) - { + ) { self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName self.fieldMappings = fieldMappings @@ -3571,8 +3481,7 @@ extension KendraClientTypes { documentDataFieldName: Swift.String? = nil, documentTitleFieldName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName self.fieldMappings = fieldMappings @@ -3596,8 +3505,7 @@ extension KendraClientTypes { customKnowledgeArticleTypeConfigurations: [KendraClientTypes.SalesforceCustomKnowledgeArticleTypeConfiguration]? = nil, includedStates: [KendraClientTypes.SalesforceKnowledgeArticleState]? = nil, standardKnowledgeArticleTypeConfiguration: KendraClientTypes.SalesforceStandardKnowledgeArticleTypeConfiguration? = nil - ) - { + ) { self.customKnowledgeArticleTypeConfigurations = customKnowledgeArticleTypeConfigurations self.includedStates = includedStates self.standardKnowledgeArticleTypeConfiguration = standardKnowledgeArticleTypeConfiguration @@ -3617,8 +3525,7 @@ extension KendraClientTypes { public init( documentTitleFieldName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil - ) - { + ) { self.documentTitleFieldName = documentTitleFieldName self.fieldMappings = fieldMappings } @@ -3719,8 +3626,7 @@ extension KendraClientTypes { documentTitleFieldName: Swift.String? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, name: KendraClientTypes.SalesforceStandardObjectName? = nil - ) - { + ) { self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName self.fieldMappings = fieldMappings @@ -3776,8 +3682,7 @@ extension KendraClientTypes { serverUrl: Swift.String? = nil, standardObjectAttachmentConfiguration: KendraClientTypes.SalesforceStandardObjectAttachmentConfiguration? = nil, standardObjectConfigurations: [KendraClientTypes.SalesforceStandardObjectConfiguration]? = nil - ) - { + ) { self.chatterFeedConfiguration = chatterFeedConfiguration self.crawlAttachments = crawlAttachments self.excludeAttachmentFilePatterns = excludeAttachmentFilePatterns @@ -3848,8 +3753,7 @@ extension KendraClientTypes { fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, filterQuery: Swift.String? = nil, includeAttachmentFilePatterns: [Swift.String]? = nil - ) - { + ) { self.crawlAttachments = crawlAttachments self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName @@ -3886,8 +3790,7 @@ extension KendraClientTypes { excludeAttachmentFilePatterns: [Swift.String]? = nil, fieldMappings: [KendraClientTypes.DataSourceToIndexFieldMapping]? = nil, includeAttachmentFilePatterns: [Swift.String]? = nil - ) - { + ) { self.crawlAttachments = crawlAttachments self.documentDataFieldName = documentDataFieldName self.documentTitleFieldName = documentTitleFieldName @@ -3954,8 +3857,7 @@ extension KendraClientTypes { secretArn: Swift.String? = nil, serviceCatalogConfiguration: KendraClientTypes.ServiceNowServiceCatalogConfiguration? = nil, serviceNowBuildVersion: KendraClientTypes.ServiceNowBuildVersionType? = nil - ) - { + ) { self.authenticationType = authenticationType self.hostUrl = hostUrl self.knowledgeArticleConfiguration = knowledgeArticleConfiguration @@ -4081,8 +3983,7 @@ extension KendraClientTypes { urls: [Swift.String]? = nil, useChangeLog: Swift.Bool = false, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.authenticationType = authenticationType self.crawlAttachments = crawlAttachments self.disableLocalGroups = disableLocalGroups @@ -4190,8 +4091,7 @@ extension KendraClientTypes { teamId: Swift.String? = nil, useChangeLog: Swift.Bool = false, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.crawlBotMessage = crawlBotMessage self.excludeArchived = excludeArchived self.exclusionPatterns = exclusionPatterns @@ -4219,8 +4119,7 @@ extension KendraClientTypes { public init( template: Smithy.Document? = nil - ) - { + ) { self.template = template } } @@ -4280,8 +4179,7 @@ extension KendraClientTypes { public init( seedUrls: [Swift.String]? = nil, webCrawlerMode: KendraClientTypes.WebCrawlerMode? = nil - ) - { + ) { self.seedUrls = seedUrls self.webCrawlerMode = webCrawlerMode } @@ -4298,8 +4196,7 @@ extension KendraClientTypes { public init( siteMaps: [Swift.String]? = nil - ) - { + ) { self.siteMaps = siteMaps } } @@ -4317,8 +4214,7 @@ extension KendraClientTypes { public init( seedUrlConfiguration: KendraClientTypes.SeedUrlConfiguration? = nil, siteMapsConfiguration: KendraClientTypes.SiteMapsConfiguration? = nil - ) - { + ) { self.seedUrlConfiguration = seedUrlConfiguration self.siteMapsConfiguration = siteMapsConfiguration } @@ -4359,8 +4255,7 @@ extension KendraClientTypes { urlExclusionPatterns: [Swift.String]? = nil, urlInclusionPatterns: [Swift.String]? = nil, urls: KendraClientTypes.Urls? = nil - ) - { + ) { self.authenticationConfiguration = authenticationConfiguration self.crawlDepth = crawlDepth self.maxContentSizePerPageInMegaBytes = maxContentSizePerPageInMegaBytes @@ -4399,8 +4294,7 @@ extension KendraClientTypes { inclusionPatterns: [Swift.String]? = nil, organizationId: Swift.String? = nil, useChangeLog: Swift.Bool = false - ) - { + ) { self.crawlComments = crawlComments self.exclusionPatterns = exclusionPatterns self.fieldMappings = fieldMappings @@ -4472,8 +4366,7 @@ extension KendraClientTypes { templateConfiguration: KendraClientTypes.TemplateConfiguration? = nil, webCrawlerConfiguration: KendraClientTypes.WebCrawlerConfiguration? = nil, workDocsConfiguration: KendraClientTypes.WorkDocsConfiguration? = nil - ) - { + ) { self.alfrescoConfiguration = alfrescoConfiguration self.boxConfiguration = boxConfiguration self.confluenceConfiguration = confluenceConfiguration @@ -4510,8 +4403,7 @@ extension KendraClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4640,8 +4532,7 @@ public struct CreateDataSourceInput: Swift.Sendable { tags: [KendraClientTypes.Tag]? = nil, type: KendraClientTypes.DataSourceType? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.customDocumentEnrichmentConfiguration = customDocumentEnrichmentConfiguration @@ -4664,8 +4555,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4685,8 +4575,7 @@ extension KendraClientTypes { dataSourceIds: [Swift.String]? = nil, directPutContent: Swift.Bool = false, faqIds: [Swift.String]? = nil - ) - { + ) { self.dataSourceIds = dataSourceIds self.directPutContent = directPutContent self.faqIds = faqIds @@ -4703,8 +4592,7 @@ extension KendraClientTypes { public init( identityAttributeName: Swift.String? = nil - ) - { + ) { self.identityAttributeName = identityAttributeName } } @@ -4722,8 +4610,7 @@ extension KendraClientTypes { public init( contentSourceConfiguration: KendraClientTypes.ContentSourceConfiguration? = nil, userIdentityConfiguration: KendraClientTypes.UserIdentityConfiguration? = nil - ) - { + ) { self.contentSourceConfiguration = contentSourceConfiguration self.userIdentityConfiguration = userIdentityConfiguration } @@ -4753,8 +4640,7 @@ public struct CreateExperienceInput: Swift.Sendable { indexId: Swift.String? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.description = description @@ -4771,8 +4657,7 @@ public struct CreateExperienceOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4843,8 +4728,7 @@ public struct CreateFaqInput: Swift.Sendable { roleArn: Swift.String? = nil, s3Path: KendraClientTypes.S3Path? = nil, tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.fileFormat = fileFormat @@ -4863,8 +4747,7 @@ public struct CreateFaqOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4884,8 +4767,7 @@ extension KendraClientTypes { queryText: Swift.String? = nil, setId: Swift.String? = nil, setName: Swift.String? = nil - ) - { + ) { self.queryText = queryText self.setId = setId self.setName = setName @@ -4915,8 +4797,7 @@ public struct FeaturedResultsConflictException: ClientRuntime.ModeledError, AWSC public init( conflictingItems: [KendraClientTypes.ConflictingItem]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.conflictingItems = conflictingItems self.properties.message = message } @@ -4931,8 +4812,7 @@ extension KendraClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4996,8 +4876,7 @@ public struct CreateFeaturedResultsSetInput: Swift.Sendable { queryTexts: [Swift.String]? = nil, status: KendraClientTypes.FeaturedResultsSetStatus? = nil, tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.featuredDocuments = featuredDocuments @@ -5039,8 +4918,7 @@ extension KendraClientTypes { lastUpdatedTimestamp: Swift.Int? = nil, queryTexts: [Swift.String]? = nil, status: KendraClientTypes.FeaturedResultsSetStatus? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.description = description self.featuredDocuments = featuredDocuments @@ -5059,8 +4937,7 @@ public struct CreateFeaturedResultsSetOutput: Swift.Sendable { public init( featuredResultsSet: KendraClientTypes.FeaturedResultsSet? = nil - ) - { + ) { self.featuredResultsSet = featuredResultsSet } } @@ -5106,8 +4983,7 @@ extension KendraClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -5186,8 +5062,7 @@ extension KendraClientTypes { public init( userGroupResolutionMode: KendraClientTypes.UserGroupResolutionMode? = nil - ) - { + ) { self.userGroupResolutionMode = userGroupResolutionMode } } @@ -5207,8 +5082,7 @@ extension KendraClientTypes { public init( groupAttributeField: Swift.String? = nil, userNameAttributeField: Swift.String? = nil - ) - { + ) { self.groupAttributeField = groupAttributeField self.userNameAttributeField = userNameAttributeField } @@ -5272,8 +5146,7 @@ extension KendraClientTypes { secretManagerArn: Swift.String? = nil, url: Swift.String? = nil, userNameAttributeField: Swift.String? = nil - ) - { + ) { self.claimRegex = claimRegex self.groupAttributeField = groupAttributeField self.issuer = issuer @@ -5297,8 +5170,7 @@ extension KendraClientTypes { public init( jsonTokenTypeConfiguration: KendraClientTypes.JsonTokenTypeConfiguration? = nil, jwtTokenTypeConfiguration: KendraClientTypes.JwtTokenTypeConfiguration? = nil - ) - { + ) { self.jsonTokenTypeConfiguration = jsonTokenTypeConfiguration self.jwtTokenTypeConfiguration = jwtTokenTypeConfiguration } @@ -5340,8 +5212,7 @@ public struct CreateIndexInput: Swift.Sendable { userContextPolicy: KendraClientTypes.UserContextPolicy? = nil, userGroupResolutionConfiguration: KendraClientTypes.UserGroupResolutionConfiguration? = nil, userTokenConfigurations: [KendraClientTypes.UserTokenConfiguration]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.edition = edition @@ -5361,8 +5232,7 @@ public struct CreateIndexOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5395,8 +5265,7 @@ public struct CreateQuerySuggestionsBlockListInput: Swift.Sendable { roleArn: Swift.String? = nil, sourceS3Path: KendraClientTypes.S3Path? = nil, tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.indexId = indexId @@ -5413,8 +5282,7 @@ public struct CreateQuerySuggestionsBlockListOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5447,8 +5315,7 @@ public struct CreateThesaurusInput: Swift.Sendable { roleArn: Swift.String? = nil, sourceS3Path: KendraClientTypes.S3Path? = nil, tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.indexId = indexId @@ -5465,8 +5332,7 @@ public struct CreateThesaurusOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5482,8 +5348,7 @@ public struct DeleteAccessControlConfigurationInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5505,8 +5370,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5523,8 +5387,7 @@ public struct DeleteExperienceInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5546,8 +5409,7 @@ public struct DeleteFaqInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5560,8 +5422,7 @@ public struct DeleteIndexInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5583,8 +5444,7 @@ public struct DeletePrincipalMappingInput: Swift.Sendable { groupId: Swift.String? = nil, indexId: Swift.String? = nil, orderingId: Swift.Int? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId self.indexId = indexId @@ -5603,8 +5463,7 @@ public struct DeleteQuerySuggestionsBlockListInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5621,8 +5480,7 @@ public struct DeleteThesaurusInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5639,8 +5497,7 @@ public struct DescribeAccessControlConfigurationInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5665,8 +5522,7 @@ public struct DescribeAccessControlConfigurationOutput: Swift.Sendable { errorMessage: Swift.String? = nil, hierarchicalAccessControlList: [KendraClientTypes.HierarchicalPrincipal]? = nil, name: Swift.String? = nil - ) - { + ) { self.accessControlList = accessControlList self.description = description self.errorMessage = errorMessage @@ -5686,8 +5542,7 @@ public struct DescribeDataSourceInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5779,8 +5634,7 @@ public struct DescribeDataSourceOutput: Swift.Sendable { type: KendraClientTypes.DataSourceType? = nil, updatedAt: Foundation.Date? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.configuration = configuration self.createdAt = createdAt self.customDocumentEnrichmentConfiguration = customDocumentEnrichmentConfiguration @@ -5810,8 +5664,7 @@ public struct DescribeExperienceInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -5855,8 +5708,7 @@ extension KendraClientTypes { public init( endpoint: Swift.String? = nil, endpointType: KendraClientTypes.EndpointType? = nil - ) - { + ) { self.endpoint = endpoint self.endpointType = endpointType } @@ -5934,8 +5786,7 @@ public struct DescribeExperienceOutput: Swift.Sendable { roleArn: Swift.String? = nil, status: KendraClientTypes.ExperienceStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.configuration = configuration self.createdAt = createdAt self.description = description @@ -5961,8 +5812,7 @@ public struct DescribeFaqInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -6045,8 +5895,7 @@ public struct DescribeFaqOutput: Swift.Sendable { s3Path: KendraClientTypes.S3Path? = nil, status: KendraClientTypes.FaqStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.errorMessage = errorMessage @@ -6073,8 +5922,7 @@ public struct DescribeFeaturedResultsSetInput: Swift.Sendable { public init( featuredResultsSetId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.featuredResultsSetId = featuredResultsSetId self.indexId = indexId } @@ -6089,8 +5937,7 @@ extension KendraClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6111,8 +5958,7 @@ extension KendraClientTypes { id: Swift.String? = nil, title: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.id = id self.title = title self.uri = uri @@ -6150,8 +5996,7 @@ public struct DescribeFeaturedResultsSetOutput: Swift.Sendable { lastUpdatedTimestamp: Swift.Int? = nil, queryTexts: [Swift.String]? = nil, status: KendraClientTypes.FeaturedResultsSetStatus? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.description = description self.featuredDocumentsMissing = featuredDocumentsMissing @@ -6171,8 +6016,7 @@ public struct DescribeIndexInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6191,8 +6035,7 @@ extension KendraClientTypes { public init( queryCapacityUnits: Swift.Int? = nil, storageCapacityUnits: Swift.Int? = nil - ) - { + ) { self.queryCapacityUnits = queryCapacityUnits self.storageCapacityUnits = storageCapacityUnits } @@ -6249,8 +6092,7 @@ extension KendraClientTypes { importance: Swift.Int? = nil, rankOrder: KendraClientTypes.Order? = nil, valueImportanceMap: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.duration = duration self.freshness = freshness self.importance = importance @@ -6278,8 +6120,7 @@ extension KendraClientTypes { facetable: Swift.Bool = false, searchable: Swift.Bool = false, sortable: Swift.Bool = false - ) - { + ) { self.displayable = displayable self.facetable = facetable self.searchable = searchable @@ -6343,8 +6184,7 @@ extension KendraClientTypes { relevance: KendraClientTypes.Relevance? = nil, search: KendraClientTypes.Search? = nil, type: KendraClientTypes.DocumentAttributeValueType? = nil - ) - { + ) { self.name = name self.relevance = relevance self.search = search @@ -6363,8 +6203,7 @@ extension KendraClientTypes { public init( indexedQuestionAnswersCount: Swift.Int = 0 - ) - { + ) { self.indexedQuestionAnswersCount = indexedQuestionAnswersCount } } @@ -6384,8 +6223,7 @@ extension KendraClientTypes { public init( indexedTextBytes: Swift.Int = 0, indexedTextDocumentsCount: Swift.Int = 0 - ) - { + ) { self.indexedTextBytes = indexedTextBytes self.indexedTextDocumentsCount = indexedTextDocumentsCount } @@ -6406,8 +6244,7 @@ extension KendraClientTypes { public init( faqStatistics: KendraClientTypes.FaqStatistics? = nil, textDocumentStatistics: KendraClientTypes.TextDocumentStatistics? = nil - ) - { + ) { self.faqStatistics = faqStatistics self.textDocumentStatistics = textDocumentStatistics } @@ -6506,8 +6343,7 @@ public struct DescribeIndexOutput: Swift.Sendable { userContextPolicy: KendraClientTypes.UserContextPolicy? = nil, userGroupResolutionConfiguration: KendraClientTypes.UserGroupResolutionConfiguration? = nil, userTokenConfigurations: [KendraClientTypes.UserTokenConfiguration]? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.createdAt = createdAt self.description = description @@ -6541,8 +6377,7 @@ public struct DescribePrincipalMappingInput: Swift.Sendable { dataSourceId: Swift.String? = nil, groupId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId self.indexId = indexId @@ -6608,8 +6443,7 @@ extension KendraClientTypes { orderingId: Swift.Int? = nil, receivedAt: Foundation.Date? = nil, status: KendraClientTypes.PrincipalMappingStatus? = nil - ) - { + ) { self.failureReason = failureReason self.lastUpdatedAt = lastUpdatedAt self.orderingId = orderingId @@ -6644,8 +6478,7 @@ public struct DescribePrincipalMappingOutput: Swift.Sendable { groupId: Swift.String? = nil, groupOrderingIdSummaries: [KendraClientTypes.GroupOrderingIdSummary]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId self.groupOrderingIdSummaries = groupOrderingIdSummaries @@ -6664,8 +6497,7 @@ public struct DescribeQuerySuggestionsBlockListInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -6751,8 +6583,7 @@ public struct DescribeQuerySuggestionsBlockListOutput: Swift.Sendable { sourceS3Path: KendraClientTypes.S3Path? = nil, status: KendraClientTypes.QuerySuggestionsBlockListStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.errorMessage = errorMessage @@ -6775,8 +6606,7 @@ public struct DescribeQuerySuggestionsConfigInput: Swift.Sendable { public init( indexId: Swift.String? = nil - ) - { + ) { self.indexId = indexId } } @@ -6872,8 +6702,7 @@ public struct DescribeQuerySuggestionsConfigOutput: Swift.Sendable { queryLogLookBackWindowInDays: Swift.Int? = nil, status: KendraClientTypes.QuerySuggestionsStatus? = nil, totalSuggestionsCount: Swift.Int? = nil - ) - { + ) { self.attributeSuggestionsConfig = attributeSuggestionsConfig self.includeQueriesWithoutUserInformation = includeQueriesWithoutUserInformation self.lastClearTime = lastClearTime @@ -6898,8 +6727,7 @@ public struct DescribeThesaurusInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -6988,8 +6816,7 @@ public struct DescribeThesaurusOutput: Swift.Sendable { synonymRuleCount: Swift.Int? = nil, termCount: Swift.Int? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.errorMessage = errorMessage @@ -7021,8 +6848,7 @@ public struct DisassociateEntitiesFromExperienceInput: Swift.Sendable { entityList: [KendraClientTypes.EntityConfiguration]? = nil, id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.entityList = entityList self.id = id self.indexId = indexId @@ -7035,8 +6861,7 @@ public struct DisassociateEntitiesFromExperienceOutput: Swift.Sendable { public init( failedEntityList: [KendraClientTypes.FailedEntity]? = nil - ) - { + ) { self.failedEntityList = failedEntityList } } @@ -7056,8 +6881,7 @@ public struct DisassociatePersonasFromEntitiesInput: Swift.Sendable { entityIds: [Swift.String]? = nil, id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.entityIds = entityIds self.id = id self.indexId = indexId @@ -7070,8 +6894,7 @@ public struct DisassociatePersonasFromEntitiesOutput: Swift.Sendable { public init( failedEntityList: [KendraClientTypes.FailedEntity]? = nil - ) - { + ) { self.failedEntityList = failedEntityList } } @@ -7120,8 +6943,7 @@ extension KendraClientTypes { additionalAttributes: [KendraClientTypes.DocumentAttribute]? = nil, documentId: Swift.String? = nil, suggestionAttributes: [Swift.String]? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.documentId = documentId self.suggestionAttributes = suggestionAttributes @@ -7141,8 +6963,7 @@ extension KendraClientTypes { public init( beginOffset: Swift.Int? = nil, endOffset: Swift.Int? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset } @@ -7161,8 +6982,7 @@ extension KendraClientTypes { public init( highlights: [KendraClientTypes.SuggestionHighlight]? = nil, text: Swift.String? = nil - ) - { + ) { self.highlights = highlights self.text = text } @@ -7178,8 +6998,7 @@ extension KendraClientTypes { public init( text: KendraClientTypes.SuggestionTextWithHighlights? = nil - ) - { + ) { self.text = text } } @@ -7200,8 +7019,7 @@ extension KendraClientTypes { id: Swift.String? = nil, sourceDocuments: [KendraClientTypes.SourceDocument]? = nil, value: KendraClientTypes.SuggestionValue? = nil - ) - { + ) { self.id = id self.sourceDocuments = sourceDocuments self.value = value @@ -7218,8 +7036,7 @@ public struct GetQuerySuggestionsOutput: Swift.Sendable { public init( querySuggestionsId: Swift.String? = nil, suggestions: [KendraClientTypes.Suggestion]? = nil - ) - { + ) { self.querySuggestionsId = querySuggestionsId self.suggestions = suggestions } @@ -7243,8 +7060,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7364,8 +7180,7 @@ public struct GetSnapshotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, metricType: KendraClientTypes.MetricType? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.interval = interval self.maxResults = maxResults @@ -7386,8 +7201,7 @@ extension KendraClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -7409,8 +7223,7 @@ public struct GetSnapshotsOutput: Swift.Sendable { snapShotTimeFilter: KendraClientTypes.TimeRange? = nil, snapshotsData: [[Swift.String]]? = nil, snapshotsDataHeader: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.snapShotTimeFilter = snapShotTimeFilter self.snapshotsData = snapshotsData @@ -7431,8 +7244,7 @@ public struct ListAccessControlConfigurationsInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -7449,8 +7261,7 @@ public struct ListAccessControlConfigurationsOutput: Swift.Sendable { public init( accessControlConfigurations: [KendraClientTypes.AccessControlConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessControlConfigurations = accessControlConfigurations self.nextToken = nextToken } @@ -7469,8 +7280,7 @@ public struct ListDataSourcesInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -7504,8 +7314,7 @@ extension KendraClientTypes { status: KendraClientTypes.DataSourceStatus? = nil, type: KendraClientTypes.DataSourceType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.languageCode = languageCode @@ -7526,8 +7335,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaryItems: [KendraClientTypes.DataSourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaryItems = summaryItems } @@ -7600,8 +7408,7 @@ public struct ListDataSourceSyncJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTimeFilter: KendraClientTypes.TimeRange? = nil, statusFilter: KendraClientTypes.DataSourceSyncJobStatus? = nil - ) - { + ) { self.id = id self.indexId = indexId self.maxResults = maxResults @@ -7632,8 +7439,7 @@ extension KendraClientTypes { documentsFailed: Swift.String? = nil, documentsModified: Swift.String? = nil, documentsScanned: Swift.String? = nil - ) - { + ) { self.documentsAdded = documentsAdded self.documentsDeleted = documentsDeleted self.documentsFailed = documentsFailed @@ -7673,8 +7479,7 @@ extension KendraClientTypes { metrics: KendraClientTypes.DataSourceSyncJobMetrics? = nil, startTime: Foundation.Date? = nil, status: KendraClientTypes.DataSourceSyncJobStatus? = nil - ) - { + ) { self.dataSourceErrorCode = dataSourceErrorCode self.endTime = endTime self.errorCode = errorCode @@ -7696,8 +7501,7 @@ public struct ListDataSourceSyncJobsOutput: Swift.Sendable { public init( history: [KendraClientTypes.DataSourceSyncJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.history = history self.nextToken = nextToken } @@ -7720,8 +7524,7 @@ public struct ListEntityPersonasInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId self.maxResults = maxResults @@ -7747,8 +7550,7 @@ extension KendraClientTypes { entityId: Swift.String? = nil, persona: KendraClientTypes.Persona? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.entityId = entityId self.persona = persona @@ -7766,8 +7568,7 @@ public struct ListEntityPersonasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaryItems: [KendraClientTypes.PersonasSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaryItems = summaryItems } @@ -7787,8 +7588,7 @@ public struct ListExperienceEntitiesInput: Swift.Sendable { id: Swift.String? = nil, indexId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId self.nextToken = nextToken @@ -7816,8 +7616,7 @@ extension KendraClientTypes { identifiedUserName: Swift.String? = nil, lastName: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.firstName = firstName self.groupName = groupName self.identifiedUserName = identifiedUserName @@ -7847,8 +7646,7 @@ extension KendraClientTypes { displayData: KendraClientTypes.EntityDisplayData? = nil, entityId: Swift.String? = nil, entityType: KendraClientTypes.EntityType? = nil - ) - { + ) { self.displayData = displayData self.entityId = entityId self.entityType = entityType @@ -7865,8 +7663,7 @@ public struct ListExperienceEntitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaryItems: [KendraClientTypes.ExperienceEntitiesSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaryItems = summaryItems } @@ -7885,8 +7682,7 @@ public struct ListExperiencesInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -7914,8 +7710,7 @@ extension KendraClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: KendraClientTypes.ExperienceStatus? = nil - ) - { + ) { self.createdAt = createdAt self.endpoints = endpoints self.id = id @@ -7934,8 +7729,7 @@ public struct ListExperiencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaryItems: [KendraClientTypes.ExperiencesSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaryItems = summaryItems } @@ -7954,8 +7748,7 @@ public struct ListFaqsInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -7989,8 +7782,7 @@ extension KendraClientTypes { name: Swift.String? = nil, status: KendraClientTypes.FaqStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.fileFormat = fileFormat self.id = id @@ -8011,8 +7803,7 @@ public struct ListFaqsOutput: Swift.Sendable { public init( faqSummaryItems: [KendraClientTypes.FaqSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.faqSummaryItems = faqSummaryItems self.nextToken = nextToken } @@ -8031,8 +7822,7 @@ public struct ListFeaturedResultsSetsInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -8060,8 +7850,7 @@ extension KendraClientTypes { featuredResultsSetName: Swift.String? = nil, lastUpdatedTimestamp: Swift.Int? = nil, status: KendraClientTypes.FeaturedResultsSetStatus? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.featuredResultsSetId = featuredResultsSetId self.featuredResultsSetName = featuredResultsSetName @@ -8080,8 +7869,7 @@ public struct ListFeaturedResultsSetsOutput: Swift.Sendable { public init( featuredResultsSetSummaryItems: [KendraClientTypes.FeaturedResultsSetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.featuredResultsSetSummaryItems = featuredResultsSetSummaryItems self.nextToken = nextToken } @@ -8107,8 +7895,7 @@ public struct ListGroupsOlderThanOrderingIdInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, orderingId: Swift.Int? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.indexId = indexId self.maxResults = maxResults @@ -8129,8 +7916,7 @@ extension KendraClientTypes { public init( groupId: Swift.String? = nil, orderingId: Swift.Int? = nil - ) - { + ) { self.groupId = groupId self.orderingId = orderingId } @@ -8146,8 +7932,7 @@ public struct ListGroupsOlderThanOrderingIdOutput: Swift.Sendable { public init( groupsSummaries: [KendraClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupsSummaries = groupsSummaries self.nextToken = nextToken } @@ -8162,8 +7947,7 @@ public struct ListIndicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8196,8 +7980,7 @@ extension KendraClientTypes { name: Swift.String? = nil, status: KendraClientTypes.IndexStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.edition = edition self.id = id @@ -8217,8 +8000,7 @@ public struct ListIndicesOutput: Swift.Sendable { public init( indexConfigurationSummaryItems: [KendraClientTypes.IndexConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexConfigurationSummaryItems = indexConfigurationSummaryItems self.nextToken = nextToken } @@ -8237,8 +8019,7 @@ public struct ListQuerySuggestionsBlockListsInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -8269,8 +8050,7 @@ extension KendraClientTypes { name: Swift.String? = nil, status: KendraClientTypes.QuerySuggestionsBlockListStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.itemCount = itemCount @@ -8290,8 +8070,7 @@ public struct ListQuerySuggestionsBlockListsOutput: Swift.Sendable { public init( blockListSummaryItems: [KendraClientTypes.QuerySuggestionsBlockListSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blockListSummaryItems = blockListSummaryItems self.nextToken = nextToken } @@ -8315,8 +8094,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8328,8 +8106,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -8340,8 +8117,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -8359,8 +8135,7 @@ public struct ListThesauriInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexId = indexId self.maxResults = maxResults self.nextToken = nextToken @@ -8388,8 +8163,7 @@ extension KendraClientTypes { name: Swift.String? = nil, status: KendraClientTypes.ThesaurusStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.name = name @@ -8408,8 +8182,7 @@ public struct ListThesauriOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, thesaurusSummaryItems: [KendraClientTypes.ThesaurusSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.thesaurusSummaryItems = thesaurusSummaryItems } @@ -8428,8 +8201,7 @@ extension KendraClientTypes { public init( dataSourceId: Swift.String? = nil, groupId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId } @@ -8446,8 +8218,7 @@ extension KendraClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -8468,8 +8239,7 @@ extension KendraClientTypes { memberGroups: [KendraClientTypes.MemberGroup]? = nil, memberUsers: [KendraClientTypes.MemberUser]? = nil, s3PathforGroupMembers: KendraClientTypes.S3Path? = nil - ) - { + ) { self.memberGroups = memberGroups self.memberUsers = memberUsers self.s3PathforGroupMembers = s3PathforGroupMembers @@ -8501,8 +8271,7 @@ public struct PutPrincipalMappingInput: Swift.Sendable { indexId: Swift.String? = nil, orderingId: Swift.Int? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.groupId = groupId self.groupMembers = groupMembers @@ -8524,8 +8293,7 @@ extension KendraClientTypes { public init( maxExpandedResultsPerItem: Swift.Int? = nil, maxResultItemsToExpand: Swift.Int? = nil - ) - { + ) { self.maxExpandedResultsPerItem = maxExpandedResultsPerItem self.maxResultItemsToExpand = maxResultItemsToExpand } @@ -8628,8 +8396,7 @@ extension KendraClientTypes { public init( documentAttributeKey: Swift.String? = nil, sortOrder: KendraClientTypes.SortOrder? = nil - ) - { + ) { self.documentAttributeKey = documentAttributeKey self.sortOrder = sortOrder } @@ -8664,8 +8431,7 @@ extension KendraClientTypes { expandConfiguration: KendraClientTypes.ExpandConfiguration? = nil, missingAttributeKeyStrategy: KendraClientTypes.MissingAttributeKeyStrategy? = nil, sortingConfigurations: [KendraClientTypes.SortingConfiguration]? = nil - ) - { + ) { self.documentAttributeKey = documentAttributeKey self.expand = expand self.expandConfiguration = expandConfiguration @@ -8689,8 +8455,7 @@ extension KendraClientTypes { public init( name: Swift.String? = nil, relevance: KendraClientTypes.Relevance? = nil - ) - { + ) { self.name = name self.relevance = relevance } @@ -8739,8 +8504,7 @@ extension KendraClientTypes { public init( includeQuerySpellCheckSuggestions: Swift.Bool = false - ) - { + ) { self.includeQuerySpellCheckSuggestions = includeQuerySpellCheckSuggestions } } @@ -8779,8 +8543,7 @@ extension KendraClientTypes { feedbackToken: Swift.String? = nil, id: Swift.String? = nil, type: KendraClientTypes.QueryResultType? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.documentAttributes = documentAttributes self.documentExcerpt = documentExcerpt @@ -8818,8 +8581,7 @@ extension KendraClientTypes { documentTitle: KendraClientTypes.TextWithHighlights? = nil, documentURI: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.documentAttributes = documentAttributes self.documentExcerpt = documentExcerpt self.documentId = documentId @@ -8843,8 +8605,7 @@ extension KendraClientTypes { public init( documentAttribute: KendraClientTypes.DocumentAttribute? = nil, expandedResults: [KendraClientTypes.ExpandedResultItem]? = nil - ) - { + ) { self.documentAttribute = documentAttribute self.expandedResults = expandedResults } @@ -8928,8 +8689,7 @@ extension KendraClientTypes { public init( scoreConfidence: KendraClientTypes.ScoreConfidence? = nil - ) - { + ) { self.scoreConfidence = scoreConfidence } } @@ -8953,8 +8713,7 @@ extension KendraClientTypes { highlighted: Swift.Bool = false, topAnswer: Swift.Bool = false, value: Swift.String? = nil - ) - { + ) { self.header = header self.highlighted = highlighted self.topAnswer = topAnswer @@ -8972,8 +8731,7 @@ extension KendraClientTypes { public init( cells: [KendraClientTypes.TableCell]? = nil - ) - { + ) { self.cells = cells } } @@ -8991,8 +8749,7 @@ extension KendraClientTypes { public init( rows: [KendraClientTypes.TableRow]? = nil, totalNumberOfRows: Swift.Int? = nil - ) - { + ) { self.rows = rows self.totalNumberOfRows = totalNumberOfRows } @@ -9044,8 +8801,7 @@ extension KendraClientTypes { scoreAttributes: KendraClientTypes.ScoreAttributes? = nil, tableExcerpt: KendraClientTypes.TableExcerpt? = nil, type: KendraClientTypes.QueryResultType? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.collapsedResultDetail = collapsedResultDetail self.documentAttributes = documentAttributes @@ -9081,8 +8837,7 @@ extension KendraClientTypes { correctedTerm: Swift.String? = nil, endOffset: Swift.Int? = nil, term: Swift.String? = nil - ) - { + ) { self.beginOffset = beginOffset self.correctedTerm = correctedTerm self.endOffset = endOffset @@ -9103,8 +8858,7 @@ extension KendraClientTypes { public init( corrections: [KendraClientTypes.Correction]? = nil, suggestedQueryText: Swift.String? = nil - ) - { + ) { self.corrections = corrections self.suggestedQueryText = suggestedQueryText } @@ -9149,8 +8903,7 @@ extension KendraClientTypes { public init( code: KendraClientTypes.WarningCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -9184,8 +8937,7 @@ extension KendraClientTypes { documentURI: Swift.String? = nil, id: Swift.String? = nil, scoreAttributes: KendraClientTypes.ScoreAttributes? = nil - ) - { + ) { self.content = content self.documentAttributes = documentAttributes self.documentId = documentId @@ -9206,8 +8958,7 @@ public struct RetrieveOutput: Swift.Sendable { public init( queryId: Swift.String? = nil, resultItems: [KendraClientTypes.RetrieveResultItem]? = nil - ) - { + ) { self.queryId = queryId self.resultItems = resultItems } @@ -9231,8 +8982,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9248,8 +8998,7 @@ public struct StartDataSourceSyncJobInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -9261,8 +9010,7 @@ public struct StartDataSourceSyncJobOutput: Swift.Sendable { public init( executionId: Swift.String? = nil - ) - { + ) { self.executionId = executionId } } @@ -9278,8 +9026,7 @@ public struct StopDataSourceSyncJobInput: Swift.Sendable { public init( id: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.id = id self.indexId = indexId } @@ -9299,8 +9046,7 @@ extension KendraClientTypes { public init( clickTime: Foundation.Date? = nil, resultId: Swift.String? = nil - ) - { + ) { self.clickTime = clickTime self.resultId = resultId } @@ -9350,8 +9096,7 @@ extension KendraClientTypes { public init( relevanceValue: KendraClientTypes.RelevanceType? = nil, resultId: Swift.String? = nil - ) - { + ) { self.relevanceValue = relevanceValue self.resultId = resultId } @@ -9375,8 +9120,7 @@ public struct SubmitFeedbackInput: Swift.Sendable { indexId: Swift.String? = nil, queryId: Swift.String? = nil, relevanceFeedbackItems: [KendraClientTypes.RelevanceFeedback]? = nil - ) - { + ) { self.clickFeedbackItems = clickFeedbackItems self.indexId = indexId self.queryId = queryId @@ -9395,8 +9139,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [KendraClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -9418,8 +9161,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -9453,8 +9195,7 @@ public struct UpdateAccessControlConfigurationInput: Swift.Sendable { id: Swift.String? = nil, indexId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accessControlList = accessControlList self.description = description self.hierarchicalAccessControlList = hierarchicalAccessControlList @@ -9504,8 +9245,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { roleArn: Swift.String? = nil, schedule: Swift.String? = nil, vpcConfiguration: KendraClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.configuration = configuration self.customDocumentEnrichmentConfiguration = customDocumentEnrichmentConfiguration self.description = description @@ -9542,8 +9282,7 @@ public struct UpdateExperienceInput: Swift.Sendable { indexId: Swift.String? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.description = description self.id = id @@ -9579,8 +9318,7 @@ public struct UpdateFeaturedResultsSetInput: Swift.Sendable { indexId: Swift.String? = nil, queryTexts: [Swift.String]? = nil, status: KendraClientTypes.FeaturedResultsSetStatus? = nil - ) - { + ) { self.description = description self.featuredDocuments = featuredDocuments self.featuredResultsSetId = featuredResultsSetId @@ -9597,8 +9335,7 @@ public struct UpdateFeaturedResultsSetOutput: Swift.Sendable { public init( featuredResultsSet: KendraClientTypes.FeaturedResultsSet? = nil - ) - { + ) { self.featuredResultsSet = featuredResultsSet } } @@ -9634,8 +9371,7 @@ public struct UpdateIndexInput: Swift.Sendable { userContextPolicy: KendraClientTypes.UserContextPolicy? = nil, userGroupResolutionConfiguration: KendraClientTypes.UserGroupResolutionConfiguration? = nil, userTokenConfigurations: [KendraClientTypes.UserTokenConfiguration]? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.description = description self.documentMetadataConfigurationUpdates = documentMetadataConfigurationUpdates @@ -9671,8 +9407,7 @@ public struct UpdateQuerySuggestionsBlockListInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, sourceS3Path: KendraClientTypes.S3Path? = nil - ) - { + ) { self.description = description self.id = id self.indexId = indexId @@ -9707,8 +9442,7 @@ public struct UpdateQuerySuggestionsConfigInput: Swift.Sendable { minimumQueryCount: Swift.Int? = nil, mode: KendraClientTypes.Mode? = nil, queryLogLookBackWindowInDays: Swift.Int? = nil - ) - { + ) { self.attributeSuggestionsConfig = attributeSuggestionsConfig self.includeQueriesWithoutUserInformation = includeQueriesWithoutUserInformation self.indexId = indexId @@ -9742,8 +9476,7 @@ public struct UpdateThesaurusInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, sourceS3Path: KendraClientTypes.S3Path? = nil - ) - { + ) { self.description = description self.id = id self.indexId = indexId @@ -9768,8 +9501,7 @@ extension KendraClientTypes { documentAttributeKey: Swift.String? = nil, facets: [KendraClientTypes.Facet]? = nil, maxResults: Swift.Int = 0 - ) - { + ) { self.documentAttributeKey = documentAttributeKey self.facets = facets self.maxResults = maxResults @@ -9792,8 +9524,7 @@ extension KendraClientTypes { count: Swift.Int? = nil, documentAttributeValue: KendraClientTypes.DocumentAttributeValue? = nil, facetResults: [KendraClientTypes.FacetResult]? = nil - ) - { + ) { self.count = count self.documentAttributeValue = documentAttributeValue self.facetResults = facetResults @@ -9816,8 +9547,7 @@ extension KendraClientTypes { documentAttributeKey: Swift.String? = nil, documentAttributeValueCountPairs: [KendraClientTypes.DocumentAttributeValueCountPair]? = nil, documentAttributeValueType: KendraClientTypes.DocumentAttributeValueType? = nil - ) - { + ) { self.documentAttributeKey = documentAttributeKey self.documentAttributeValueCountPairs = documentAttributeValueCountPairs self.documentAttributeValueType = documentAttributeValueType @@ -9873,8 +9603,7 @@ extension KendraClientTypes { lessThanOrEquals: KendraClientTypes.DocumentAttribute? = nil, notFilter: KendraClientTypes.AttributeFilter? = nil, orAllFilters: [KendraClientTypes.AttributeFilter]? = nil - ) - { + ) { self.andAllFilters = andAllFilters self.containsAll = containsAll self.containsAny = containsAny @@ -9913,8 +9642,7 @@ public struct QueryOutput: Swift.Sendable { spellCorrectedQueries: [KendraClientTypes.SpellCorrectedQuery]? = nil, totalNumberOfResults: Swift.Int? = nil, warnings: [KendraClientTypes.Warning]? = nil - ) - { + ) { self.facetResults = facetResults self.featuredResultsItems = featuredResultsItems self.queryId = queryId @@ -9943,8 +9671,7 @@ extension KendraClientTypes { attributeFilter: KendraClientTypes.AttributeFilter? = nil, suggestionAttributes: [Swift.String]? = nil, userContext: KendraClientTypes.UserContext? = nil - ) - { + ) { self.additionalResponseAttributes = additionalResponseAttributes self.attributeFilter = attributeFilter self.suggestionAttributes = suggestionAttributes @@ -9982,8 +9709,7 @@ public struct RetrieveInput: Swift.Sendable { queryText: Swift.String? = nil, requestedDocumentAttributes: [Swift.String]? = nil, userContext: KendraClientTypes.UserContext? = nil - ) - { + ) { self.attributeFilter = attributeFilter self.documentRelevanceOverrideConfigurations = documentRelevanceOverrideConfigurations self.indexId = indexId @@ -10015,8 +9741,7 @@ public struct GetQuerySuggestionsInput: Swift.Sendable { maxSuggestionsCount: Swift.Int? = nil, queryText: Swift.String? = nil, suggestionTypes: [KendraClientTypes.SuggestionType]? = nil - ) - { + ) { self.attributeSuggestionsConfig = attributeSuggestionsConfig self.indexId = indexId self.maxSuggestionsCount = maxSuggestionsCount @@ -10074,8 +9799,7 @@ public struct QueryInput: Swift.Sendable { spellCorrectionConfiguration: KendraClientTypes.SpellCorrectionConfiguration? = nil, userContext: KendraClientTypes.UserContext? = nil, visitorId: Swift.String? = nil - ) - { + ) { self.attributeFilter = attributeFilter self.collapseConfiguration = collapseConfiguration self.documentRelevanceOverrideConfigurations = documentRelevanceOverrideConfigurations diff --git a/Sources/Services/AWSKendraRanking/Package.swift.txt b/Sources/Services/AWSKendraRanking/Package.swift.txt index 500e806567e..3b467ad49ea 100644 --- a/Sources/Services/AWSKendraRanking/Package.swift.txt +++ b/Sources/Services/AWSKendraRanking/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/KendraRankingClient.swift b/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/KendraRankingClient.swift index ba3937a67ee..209ad5f0b6a 100644 --- a/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/KendraRankingClient.swift +++ b/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/KendraRankingClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KendraRankingClient: ClientRuntime.Client { public static let clientName = "KendraRankingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KendraRankingClient.KendraRankingClientConfiguration let serviceName = "Kendra Ranking" diff --git a/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/Models.swift b/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/Models.swift index e56793a415e..71e1c70681d 100644 --- a/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/Models.swift +++ b/Sources/Services/AWSKendraRanking/Sources/AWSKendraRanking/Models.swift @@ -54,8 +54,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -78,8 +77,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -102,8 +100,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -126,8 +123,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +146,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -174,8 +169,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -190,8 +184,7 @@ extension KendraRankingClientTypes { public init( rescoreCapacityUnits: Swift.Int? = nil - ) - { + ) { self.rescoreCapacityUnits = rescoreCapacityUnits } } @@ -211,8 +204,7 @@ extension KendraRankingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -238,8 +230,7 @@ public struct CreateRescoreExecutionPlanInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [KendraRankingClientTypes.Tag]? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.clientToken = clientToken self.description = description @@ -259,8 +250,7 @@ public struct CreateRescoreExecutionPlanOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -284,8 +274,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -297,8 +286,7 @@ public struct DeleteRescoreExecutionPlanInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -310,8 +298,7 @@ public struct DescribeRescoreExecutionPlanInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -384,8 +371,7 @@ public struct DescribeRescoreExecutionPlanOutput: Swift.Sendable { name: Swift.String? = nil, status: KendraRankingClientTypes.RescoreExecutionPlanStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.capacityUnits = capacityUnits self.createdAt = createdAt @@ -407,8 +393,7 @@ public struct ListRescoreExecutionPlansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -435,8 +420,7 @@ extension KendraRankingClientTypes { name: Swift.String? = nil, status: KendraRankingClientTypes.RescoreExecutionPlanStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.name = name @@ -455,8 +439,7 @@ public struct ListRescoreExecutionPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaryItems: [KendraRankingClientTypes.RescoreExecutionPlanSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaryItems = summaryItems } @@ -480,8 +463,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +476,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -507,8 +488,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [KendraRankingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -542,8 +522,7 @@ extension KendraRankingClientTypes { title: Swift.String? = nil, tokenizedBody: [Swift.String]? = nil, tokenizedTitle: [Swift.String]? = nil - ) - { + ) { self.body = body self.groupId = groupId self.id = id @@ -570,8 +549,7 @@ public struct RescoreInput: Swift.Sendable { documents: [KendraRankingClientTypes.Document]? = nil, rescoreExecutionPlanId: Swift.String? = nil, searchQuery: Swift.String? = nil - ) - { + ) { self.documents = documents self.rescoreExecutionPlanId = rescoreExecutionPlanId self.searchQuery = searchQuery @@ -590,8 +568,7 @@ extension KendraRankingClientTypes { public init( documentId: Swift.String? = nil, score: Swift.Float? = nil - ) - { + ) { self.documentId = documentId self.score = score } @@ -607,8 +584,7 @@ public struct RescoreOutput: Swift.Sendable { public init( rescoreId: Swift.String? = nil, resultItems: [KendraRankingClientTypes.RescoreResultItem]? = nil - ) - { + ) { self.rescoreId = rescoreId self.resultItems = resultItems } @@ -626,8 +602,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [KendraRankingClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -651,8 +626,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -680,8 +654,7 @@ public struct UpdateRescoreExecutionPlanInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.capacityUnits = capacityUnits self.description = description self.id = id diff --git a/Sources/Services/AWSKeyspaces/Package.swift.txt b/Sources/Services/AWSKeyspaces/Package.swift.txt index 67d03f4e41d..0a6e8853566 100644 --- a/Sources/Services/AWSKeyspaces/Package.swift.txt +++ b/Sources/Services/AWSKeyspaces/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/KeyspacesClient.swift b/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/KeyspacesClient.swift index 875727580fe..2b068323f7d 100644 --- a/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/KeyspacesClient.swift +++ b/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/KeyspacesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KeyspacesClient: ClientRuntime.Client { public static let clientName = "KeyspacesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KeyspacesClient.KeyspacesClientConfiguration let serviceName = "Keyspaces" diff --git a/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/Models.swift b/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/Models.swift index 3489e16b4c0..ddeed88c769 100644 --- a/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/Models.swift +++ b/Sources/Services/AWSKeyspaces/Sources/AWSKeyspaces/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ extension KeyspacesClientTypes { scaleInCooldown: Swift.Int = 0, scaleOutCooldown: Swift.Int = 0, targetValue: Swift.Double = 0.0 - ) - { + ) { self.disableScaleIn = disableScaleIn self.scaleInCooldown = scaleInCooldown self.scaleOutCooldown = scaleOutCooldown @@ -88,8 +86,7 @@ extension KeyspacesClientTypes { public init( targetTrackingScalingPolicyConfiguration: KeyspacesClientTypes.TargetTrackingScalingPolicyConfiguration? = nil - ) - { + ) { self.targetTrackingScalingPolicyConfiguration = targetTrackingScalingPolicyConfiguration } } @@ -138,8 +135,7 @@ extension KeyspacesClientTypes { maximumUnits: Swift.Int? = nil, minimumUnits: Swift.Int? = nil, scalingPolicy: KeyspacesClientTypes.AutoScalingPolicy? = nil - ) - { + ) { self.autoScalingDisabled = autoScalingDisabled self.maximumUnits = maximumUnits self.minimumUnits = minimumUnits @@ -160,8 +156,7 @@ extension KeyspacesClientTypes { public init( readCapacityAutoScaling: KeyspacesClientTypes.AutoScalingSettings? = nil, writeCapacityAutoScaling: KeyspacesClientTypes.AutoScalingSettings? = nil - ) - { + ) { self.readCapacityAutoScaling = readCapacityAutoScaling self.writeCapacityAutoScaling = writeCapacityAutoScaling } @@ -227,8 +222,7 @@ extension KeyspacesClientTypes { readCapacityUnits: Swift.Int? = nil, throughputMode: KeyspacesClientTypes.ThroughputMode? = nil, writeCapacityUnits: Swift.Int? = nil - ) - { + ) { self.readCapacityUnits = readCapacityUnits self.throughputMode = throughputMode self.writeCapacityUnits = writeCapacityUnits @@ -269,8 +263,7 @@ extension KeyspacesClientTypes { readCapacityUnits: Swift.Int? = nil, throughputMode: KeyspacesClientTypes.ThroughputMode? = nil, writeCapacityUnits: Swift.Int? = nil - ) - { + ) { self.lastUpdateToPayPerRequestTimestamp = lastUpdateToPayPerRequestTimestamp self.readCapacityUnits = readCapacityUnits self.throughputMode = throughputMode @@ -315,8 +308,7 @@ extension KeyspacesClientTypes { public init( status: KeyspacesClientTypes.ClientSideTimestampsStatus? = nil - ) - { + ) { self.status = status } } @@ -365,8 +357,7 @@ extension KeyspacesClientTypes { public init( name: Swift.String? = nil, orderBy: KeyspacesClientTypes.SortOrder? = nil - ) - { + ) { self.name = name self.orderBy = orderBy } @@ -387,8 +378,7 @@ extension KeyspacesClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -405,8 +395,7 @@ extension KeyspacesClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -431,8 +420,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -456,8 +444,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -481,8 +468,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -506,8 +492,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -558,8 +543,7 @@ extension KeyspacesClientTypes { public init( regionList: [Swift.String]? = nil, replicationStrategy: KeyspacesClientTypes.Rs? = nil - ) - { + ) { self.regionList = regionList self.replicationStrategy = replicationStrategy } @@ -580,8 +564,7 @@ extension KeyspacesClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -605,8 +588,7 @@ public struct CreateKeyspaceInput: Swift.Sendable { keyspaceName: Swift.String? = nil, replicationSpecification: KeyspacesClientTypes.ReplicationSpecification? = nil, tags: [KeyspacesClientTypes.Tag]? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.replicationSpecification = replicationSpecification self.tags = tags @@ -620,8 +602,7 @@ public struct CreateKeyspaceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -648,8 +629,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn } @@ -711,8 +691,7 @@ extension KeyspacesClientTypes { public init( kmsKeyIdentifier: Swift.String? = nil, type: KeyspacesClientTypes.EncryptionType? = nil - ) - { + ) { self.kmsKeyIdentifier = kmsKeyIdentifier self.type = type } @@ -762,8 +741,7 @@ extension KeyspacesClientTypes { public init( status: KeyspacesClientTypes.PointInTimeRecoveryStatus? = nil - ) - { + ) { self.status = status } } @@ -791,8 +769,7 @@ extension KeyspacesClientTypes { readCapacityAutoScaling: KeyspacesClientTypes.AutoScalingSettings? = nil, readCapacityUnits: Swift.Int? = nil, region: Swift.String? = nil - ) - { + ) { self.readCapacityAutoScaling = readCapacityAutoScaling self.readCapacityUnits = readCapacityUnits self.region = region @@ -810,8 +787,7 @@ extension KeyspacesClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -827,8 +803,7 @@ extension KeyspacesClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -854,8 +829,7 @@ extension KeyspacesClientTypes { clusteringKeys: [KeyspacesClientTypes.ClusteringKey]? = nil, partitionKeys: [KeyspacesClientTypes.PartitionKey]? = nil, staticColumns: [KeyspacesClientTypes.StaticColumn]? = nil - ) - { + ) { self.allColumns = allColumns self.clusteringKeys = clusteringKeys self.partitionKeys = partitionKeys @@ -900,8 +874,7 @@ extension KeyspacesClientTypes { public init( status: KeyspacesClientTypes.TimeToLiveStatus? = nil - ) - { + ) { self.status = status } } @@ -1012,8 +985,7 @@ public struct CreateTableInput: Swift.Sendable { tableName: Swift.String? = nil, tags: [KeyspacesClientTypes.Tag]? = nil, ttl: KeyspacesClientTypes.TimeToLive? = nil - ) - { + ) { self.autoScalingSpecification = autoScalingSpecification self.capacitySpecification = capacitySpecification self.clientSideTimestamps = clientSideTimestamps @@ -1037,8 +1009,7 @@ public struct CreateTableOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1057,8 +1028,7 @@ extension KeyspacesClientTypes { public init( name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.type = type } @@ -1080,8 +1050,7 @@ public struct CreateTypeInput: Swift.Sendable { fieldDefinitions: [KeyspacesClientTypes.FieldDefinition]? = nil, keyspaceName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.fieldDefinitions = fieldDefinitions self.keyspaceName = keyspaceName self.typeName = typeName @@ -1099,8 +1068,7 @@ public struct CreateTypeOutput: Swift.Sendable { public init( keyspaceArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.keyspaceArn = keyspaceArn self.typeName = typeName } @@ -1113,8 +1081,7 @@ public struct DeleteKeyspaceInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName } } @@ -1135,8 +1102,7 @@ public struct DeleteTableInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.tableName = tableName } @@ -1158,8 +1124,7 @@ public struct DeleteTypeInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.typeName = typeName } @@ -1176,8 +1141,7 @@ public struct DeleteTypeOutput: Swift.Sendable { public init( keyspaceArn: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.keyspaceArn = keyspaceArn self.typeName = typeName } @@ -1190,8 +1154,7 @@ public struct GetKeyspaceInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName } } @@ -1248,8 +1211,7 @@ extension KeyspacesClientTypes { keyspaceStatus: KeyspacesClientTypes.KeyspaceStatus? = nil, region: Swift.String? = nil, tablesReplicationProgress: Swift.String? = nil - ) - { + ) { self.keyspaceStatus = keyspaceStatus self.region = region self.tablesReplicationProgress = tablesReplicationProgress @@ -1278,8 +1240,7 @@ public struct GetKeyspaceOutput: Swift.Sendable { replicationRegions: [Swift.String]? = nil, replicationStrategy: KeyspacesClientTypes.Rs? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.replicationGroupStatuses = replicationGroupStatuses self.replicationRegions = replicationRegions @@ -1299,8 +1260,7 @@ public struct GetTableInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.tableName = tableName } @@ -1319,8 +1279,7 @@ extension KeyspacesClientTypes { public init( earliestRestorableTimestamp: Foundation.Date? = nil, status: KeyspacesClientTypes.PointInTimeRecoveryStatus? = nil - ) - { + ) { self.earliestRestorableTimestamp = earliestRestorableTimestamp self.status = status } @@ -1393,8 +1352,7 @@ extension KeyspacesClientTypes { capacitySpecification: KeyspacesClientTypes.CapacitySpecificationSummary? = nil, region: Swift.String? = nil, status: KeyspacesClientTypes.TableStatus? = nil - ) - { + ) { self.capacitySpecification = capacitySpecification self.region = region self.status = status @@ -1454,8 +1412,7 @@ public struct GetTableOutput: Swift.Sendable { status: KeyspacesClientTypes.TableStatus? = nil, tableName: Swift.String? = nil, ttl: KeyspacesClientTypes.TimeToLive? = nil - ) - { + ) { self.capacitySpecification = capacitySpecification self.clientSideTimestamps = clientSideTimestamps self.comment = comment @@ -1484,8 +1441,7 @@ public struct GetTableAutoScalingSettingsInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.tableName = tableName } @@ -1503,8 +1459,7 @@ extension KeyspacesClientTypes { public init( autoScalingSpecification: KeyspacesClientTypes.AutoScalingSpecification? = nil, region: Swift.String? = nil - ) - { + ) { self.autoScalingSpecification = autoScalingSpecification self.region = region } @@ -1532,8 +1487,7 @@ public struct GetTableAutoScalingSettingsOutput: Swift.Sendable { replicaSpecifications: [KeyspacesClientTypes.ReplicaAutoScalingSpecification]? = nil, resourceArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.autoScalingSpecification = autoScalingSpecification self.keyspaceName = keyspaceName self.replicaSpecifications = replicaSpecifications @@ -1553,8 +1507,7 @@ public struct GetTypeInput: Swift.Sendable { public init( keyspaceName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.typeName = typeName } @@ -1628,8 +1581,7 @@ public struct GetTypeOutput: Swift.Sendable { maxNestingDepth: Swift.Int = 0, status: KeyspacesClientTypes.TypeStatus? = nil, typeName: Swift.String? = nil - ) - { + ) { self.directParentTypes = directParentTypes self.directReferringTables = directReferringTables self.fieldDefinitions = fieldDefinitions @@ -1651,8 +1603,7 @@ public struct ListKeyspacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1679,8 +1630,7 @@ extension KeyspacesClientTypes { replicationRegions: [Swift.String]? = nil, replicationStrategy: KeyspacesClientTypes.Rs? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.replicationRegions = replicationRegions self.replicationStrategy = replicationStrategy @@ -1699,8 +1649,7 @@ public struct ListKeyspacesOutput: Swift.Sendable { public init( keyspaces: [KeyspacesClientTypes.KeyspaceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyspaces = keyspaces self.nextToken = nextToken } @@ -1719,8 +1668,7 @@ public struct ListTablesInput: Swift.Sendable { keyspaceName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.maxResults = maxResults self.nextToken = nextToken @@ -1745,8 +1693,7 @@ extension KeyspacesClientTypes { keyspaceName: Swift.String? = nil, resourceArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.resourceArn = resourceArn self.tableName = tableName @@ -1763,8 +1710,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tables: [KeyspacesClientTypes.TableSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tables = tables } @@ -1783,8 +1729,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1800,8 +1745,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [KeyspacesClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1820,8 +1764,7 @@ public struct ListTypesInput: Swift.Sendable { keyspaceName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyspaceName = keyspaceName self.maxResults = maxResults self.nextToken = nextToken @@ -1838,8 +1781,7 @@ public struct ListTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, types: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.types = types } @@ -1906,8 +1848,7 @@ public struct RestoreTableInput: Swift.Sendable { tagsOverride: [KeyspacesClientTypes.Tag]? = nil, targetKeyspaceName: Swift.String? = nil, targetTableName: Swift.String? = nil - ) - { + ) { self.autoScalingSpecification = autoScalingSpecification self.capacitySpecificationOverride = capacitySpecificationOverride self.encryptionSpecificationOverride = encryptionSpecificationOverride @@ -1929,8 +1870,7 @@ public struct RestoreTableOutput: Swift.Sendable { public init( restoredTableARN: Swift.String? = nil - ) - { + ) { self.restoredTableARN = restoredTableARN } } @@ -1946,8 +1886,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [KeyspacesClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1969,8 +1908,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [KeyspacesClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1999,8 +1937,7 @@ public struct UpdateKeyspaceInput: Swift.Sendable { clientSideTimestamps: KeyspacesClientTypes.ClientSideTimestamps? = nil, keyspaceName: Swift.String? = nil, replicationSpecification: KeyspacesClientTypes.ReplicationSpecification? = nil - ) - { + ) { self.clientSideTimestamps = clientSideTimestamps self.keyspaceName = keyspaceName self.replicationSpecification = replicationSpecification @@ -2014,8 +1951,7 @@ public struct UpdateKeyspaceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2095,8 +2031,7 @@ public struct UpdateTableInput: Swift.Sendable { replicaSpecifications: [KeyspacesClientTypes.ReplicaSpecification]? = nil, tableName: Swift.String? = nil, ttl: KeyspacesClientTypes.TimeToLive? = nil - ) - { + ) { self.addColumns = addColumns self.autoScalingSpecification = autoScalingSpecification self.capacitySpecification = capacitySpecification @@ -2118,8 +2053,7 @@ public struct UpdateTableOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } diff --git a/Sources/Services/AWSKinesis/Package.swift.txt b/Sources/Services/AWSKinesis/Package.swift.txt index 18b18768dad..726d6056c3f 100644 --- a/Sources/Services/AWSKinesis/Package.swift.txt +++ b/Sources/Services/AWSKinesis/Package.swift.txt @@ -41,27 +41,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,23 +73,23 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKinesis/Sources/AWSKinesis/KinesisClient.swift b/Sources/Services/AWSKinesis/Sources/AWSKinesis/KinesisClient.swift index de8f61c41e1..4188977ed0b 100644 --- a/Sources/Services/AWSKinesis/Sources/AWSKinesis/KinesisClient.swift +++ b/Sources/Services/AWSKinesis/Sources/AWSKinesis/KinesisClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisClient: ClientRuntime.Client { public static let clientName = "KinesisClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisClient.KinesisClientConfiguration let serviceName = "Kinesis" diff --git a/Sources/Services/AWSKinesis/Sources/AWSKinesis/Models.swift b/Sources/Services/AWSKinesis/Sources/AWSKinesis/Models.swift index b8b65aebd43..ba6a60c2828 100644 --- a/Sources/Services/AWSKinesis/Sources/AWSKinesis/Models.swift +++ b/Sources/Services/AWSKinesis/Sources/AWSKinesis/Models.swift @@ -123,8 +123,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +147,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -173,8 +171,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +195,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +219,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -243,8 +238,7 @@ public struct AddTagsToStreamInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName self.tags = tags @@ -265,8 +259,7 @@ extension KinesisClientTypes { public init( endingHashKey: Swift.String? = nil, startingHashKey: Swift.String? = nil - ) - { + ) { self.endingHashKey = endingHashKey self.startingHashKey = startingHashKey } @@ -291,8 +284,7 @@ extension KinesisClientTypes { hashKeyRange: KinesisClientTypes.HashKeyRange? = nil, parentShards: [Swift.String]? = nil, shardId: Swift.String? = nil - ) - { + ) { self.hashKeyRange = hashKeyRange self.parentShards = parentShards self.shardId = shardId @@ -354,8 +346,7 @@ extension KinesisClientTypes { consumerCreationTimestamp: Foundation.Date? = nil, consumerName: Swift.String? = nil, consumerStatus: KinesisClientTypes.ConsumerStatus? = nil - ) - { + ) { self.consumerARN = consumerARN self.consumerCreationTimestamp = consumerCreationTimestamp self.consumerName = consumerName @@ -390,8 +381,7 @@ extension KinesisClientTypes { consumerName: Swift.String? = nil, consumerStatus: KinesisClientTypes.ConsumerStatus? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.consumerARN = consumerARN self.consumerCreationTimestamp = consumerCreationTimestamp self.consumerName = consumerName @@ -440,8 +430,7 @@ extension KinesisClientTypes { public init( streamMode: KinesisClientTypes.StreamMode? = nil - ) - { + ) { self.streamMode = streamMode } } @@ -464,8 +453,7 @@ public struct CreateStreamInput: Swift.Sendable { streamModeDetails: KinesisClientTypes.StreamModeDetails? = nil, streamName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.shardCount = shardCount self.streamModeDetails = streamModeDetails self.streamName = streamName @@ -487,8 +475,7 @@ public struct DecreaseStreamRetentionPeriodInput: Swift.Sendable { retentionPeriodHours: Swift.Int? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.retentionPeriodHours = retentionPeriodHours self.streamARN = streamARN self.streamName = streamName @@ -502,8 +489,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -521,8 +507,7 @@ public struct DeleteStreamInput: Swift.Sendable { enforceConsumerDeletion: Swift.Bool? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.enforceConsumerDeletion = enforceConsumerDeletion self.streamARN = streamARN self.streamName = streamName @@ -541,8 +526,7 @@ public struct DeregisterStreamConsumerInput: Swift.Sendable { consumerARN: Swift.String? = nil, consumerName: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.consumerARN = consumerARN self.consumerName = consumerName self.streamARN = streamARN @@ -573,8 +557,7 @@ public struct DescribeLimitsOutput: Swift.Sendable { onDemandStreamCountLimit: Swift.Int? = nil, openShardCount: Swift.Int? = nil, shardLimit: Swift.Int? = nil - ) - { + ) { self.onDemandStreamCount = onDemandStreamCount self.onDemandStreamCountLimit = onDemandStreamCountLimit self.openShardCount = openShardCount @@ -598,8 +581,7 @@ public struct DescribeStreamInput: Swift.Sendable { limit: Swift.Int? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.exclusiveStartShardId = exclusiveStartShardId self.limit = limit self.streamARN = streamARN @@ -711,8 +693,7 @@ extension KinesisClientTypes { public init( shardLevelMetrics: [KinesisClientTypes.MetricsName]? = nil - ) - { + ) { self.shardLevelMetrics = shardLevelMetrics } } @@ -731,8 +712,7 @@ extension KinesisClientTypes { public init( endingSequenceNumber: Swift.String? = nil, startingSequenceNumber: Swift.String? = nil - ) - { + ) { self.endingSequenceNumber = endingSequenceNumber self.startingSequenceNumber = startingSequenceNumber } @@ -763,8 +743,7 @@ extension KinesisClientTypes { parentShardId: Swift.String? = nil, sequenceNumberRange: KinesisClientTypes.SequenceNumberRange? = nil, shardId: Swift.String? = nil - ) - { + ) { self.adjacentParentShardId = adjacentParentShardId self.hashKeyRange = hashKeyRange self.parentShardId = parentShardId @@ -878,8 +857,7 @@ extension KinesisClientTypes { streamModeDetails: KinesisClientTypes.StreamModeDetails? = nil, streamName: Swift.String? = nil, streamStatus: KinesisClientTypes.StreamStatus? = nil - ) - { + ) { self.encryptionType = encryptionType self.enhancedMonitoring = enhancedMonitoring self.hasMoreShards = hasMoreShards @@ -903,8 +881,7 @@ public struct DescribeStreamOutput: Swift.Sendable { public init( streamDescription: KinesisClientTypes.StreamDescription? = nil - ) - { + ) { self.streamDescription = streamDescription } } @@ -921,8 +898,7 @@ public struct DescribeStreamConsumerInput: Swift.Sendable { consumerARN: Swift.String? = nil, consumerName: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.consumerARN = consumerARN self.consumerName = consumerName self.streamARN = streamARN @@ -936,8 +912,7 @@ public struct DescribeStreamConsumerOutput: Swift.Sendable { public init( consumerDescription: KinesisClientTypes.ConsumerDescription? = nil - ) - { + ) { self.consumerDescription = consumerDescription } } @@ -951,8 +926,7 @@ public struct DescribeStreamSummaryInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -1026,8 +1000,7 @@ extension KinesisClientTypes { streamModeDetails: KinesisClientTypes.StreamModeDetails? = nil, streamName: Swift.String? = nil, streamStatus: KinesisClientTypes.StreamStatus? = nil - ) - { + ) { self.consumerCount = consumerCount self.encryptionType = encryptionType self.enhancedMonitoring = enhancedMonitoring @@ -1050,8 +1023,7 @@ public struct DescribeStreamSummaryOutput: Swift.Sendable { public init( streamDescriptionSummary: KinesisClientTypes.StreamDescriptionSummary? = nil - ) - { + ) { self.streamDescriptionSummary = streamDescriptionSummary } } @@ -1089,8 +1061,7 @@ public struct DisableEnhancedMonitoringInput: Swift.Sendable { shardLevelMetrics: [KinesisClientTypes.MetricsName]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.shardLevelMetrics = shardLevelMetrics self.streamARN = streamARN self.streamName = streamName @@ -1113,8 +1084,7 @@ public struct DisableEnhancedMonitoringOutput: Swift.Sendable { desiredShardLevelMetrics: [KinesisClientTypes.MetricsName]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.currentShardLevelMetrics = currentShardLevelMetrics self.desiredShardLevelMetrics = desiredShardLevelMetrics self.streamARN = streamARN @@ -1155,8 +1125,7 @@ public struct EnableEnhancedMonitoringInput: Swift.Sendable { shardLevelMetrics: [KinesisClientTypes.MetricsName]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.shardLevelMetrics = shardLevelMetrics self.streamARN = streamARN self.streamName = streamName @@ -1179,8 +1148,7 @@ public struct EnableEnhancedMonitoringOutput: Swift.Sendable { desiredShardLevelMetrics: [KinesisClientTypes.MetricsName]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.currentShardLevelMetrics = currentShardLevelMetrics self.desiredShardLevelMetrics = desiredShardLevelMetrics self.streamARN = streamARN @@ -1207,8 +1175,7 @@ public struct ExpiredIteratorException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1231,8 +1198,7 @@ public struct ExpiredNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1256,8 +1222,7 @@ public struct KMSAccessDeniedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1281,8 +1246,7 @@ public struct KMSDisabledException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1306,8 +1270,7 @@ public struct KMSInvalidStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1331,8 +1294,7 @@ public struct KMSNotFoundException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1356,8 +1318,7 @@ public struct KMSOptInRequired: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1381,8 +1342,7 @@ public struct KMSThrottlingException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1406,8 +1366,7 @@ public struct ProvisionedThroughputExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1426,8 +1385,7 @@ public struct GetRecordsInput: Swift.Sendable { limit: Swift.Int? = nil, shardIterator: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.limit = limit self.shardIterator = shardIterator self.streamARN = streamARN @@ -1462,8 +1420,7 @@ extension KinesisClientTypes { encryptionType: KinesisClientTypes.EncryptionType? = nil, partitionKey: Swift.String? = nil, sequenceNumber: Swift.String? = nil - ) - { + ) { self.approximateArrivalTimestamp = approximateArrivalTimestamp self.data = data self.encryptionType = encryptionType @@ -1490,8 +1447,7 @@ public struct GetRecordsOutput: Swift.Sendable { millisBehindLatest: Swift.Int? = nil, nextShardIterator: Swift.String? = nil, records: [KinesisClientTypes.Record]? = nil - ) - { + ) { self.childShards = childShards self.millisBehindLatest = millisBehindLatest self.nextShardIterator = nextShardIterator @@ -1506,8 +1462,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1519,8 +1474,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1597,8 +1551,7 @@ public struct GetShardIteratorInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.shardId = shardId self.shardIteratorType = shardIteratorType self.startingSequenceNumber = startingSequenceNumber @@ -1615,8 +1568,7 @@ public struct GetShardIteratorOutput: Swift.Sendable { public init( shardIterator: Swift.String? = nil - ) - { + ) { self.shardIterator = shardIterator } } @@ -1635,8 +1587,7 @@ public struct IncreaseStreamRetentionPeriodInput: Swift.Sendable { retentionPeriodHours: Swift.Int? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.retentionPeriodHours = retentionPeriodHours self.streamARN = streamARN self.streamName = streamName @@ -1661,8 +1612,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1736,8 +1686,7 @@ extension KinesisClientTypes { shardId: Swift.String? = nil, timestamp: Foundation.Date? = nil, type: KinesisClientTypes.ShardFilterType? = nil - ) - { + ) { self.shardId = shardId self.timestamp = timestamp self.type = type @@ -1769,8 +1718,7 @@ public struct ListShardsInput: Swift.Sendable { streamARN: Swift.String? = nil, streamCreationTimestamp: Foundation.Date? = nil, streamName: Swift.String? = nil - ) - { + ) { self.exclusiveStartShardId = exclusiveStartShardId self.maxResults = maxResults self.nextToken = nextToken @@ -1790,8 +1738,7 @@ public struct ListShardsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, shards: [KinesisClientTypes.Shard]? = nil - ) - { + ) { self.nextToken = nextToken self.shards = shards } @@ -1813,8 +1760,7 @@ public struct ListStreamConsumersInput: Swift.Sendable { nextToken: Swift.String? = nil, streamARN: Swift.String? = nil, streamCreationTimestamp: Foundation.Date? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.streamARN = streamARN @@ -1831,8 +1777,7 @@ public struct ListStreamConsumersOutput: Swift.Sendable { public init( consumers: [KinesisClientTypes.Consumer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.consumers = consumers self.nextToken = nextToken } @@ -1851,8 +1796,7 @@ public struct ListStreamsInput: Swift.Sendable { exclusiveStartStreamName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exclusiveStartStreamName = exclusiveStartStreamName self.limit = limit self.nextToken = nextToken @@ -1883,8 +1827,7 @@ extension KinesisClientTypes { streamModeDetails: KinesisClientTypes.StreamModeDetails? = nil, streamName: Swift.String? = nil, streamStatus: KinesisClientTypes.StreamStatus? = nil - ) - { + ) { self.streamARN = streamARN self.streamCreationTimestamp = streamCreationTimestamp self.streamModeDetails = streamModeDetails @@ -1912,8 +1855,7 @@ public struct ListStreamsOutput: Swift.Sendable { nextToken: Swift.String? = nil, streamNames: [Swift.String]? = nil, streamSummaries: [KinesisClientTypes.StreamSummary]? = nil - ) - { + ) { self.hasMoreStreams = hasMoreStreams self.nextToken = nextToken self.streamNames = streamNames @@ -1937,8 +1879,7 @@ public struct ListTagsForStreamInput: Swift.Sendable { limit: Swift.Int? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.exclusiveStartTagKey = exclusiveStartTagKey self.limit = limit self.streamARN = streamARN @@ -1959,8 +1900,7 @@ extension KinesisClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1979,8 +1919,7 @@ public struct ListTagsForStreamOutput: Swift.Sendable { public init( hasMoreTags: Swift.Bool? = nil, tags: [KinesisClientTypes.Tag]? = nil - ) - { + ) { self.hasMoreTags = hasMoreTags self.tags = tags } @@ -2004,8 +1943,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2028,8 +1966,7 @@ public struct MergeShardsInput: Swift.Sendable { shardToMerge: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.adjacentShardToMerge = adjacentShardToMerge self.shardToMerge = shardToMerge self.streamARN = streamARN @@ -2061,8 +1998,7 @@ public struct PutRecordInput: Swift.Sendable { sequenceNumberForOrdering: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.data = data self.explicitHashKey = explicitHashKey self.partitionKey = partitionKey @@ -2091,8 +2027,7 @@ public struct PutRecordOutput: Swift.Sendable { encryptionType: KinesisClientTypes.EncryptionType? = nil, sequenceNumber: Swift.String? = nil, shardId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.sequenceNumber = sequenceNumber self.shardId = shardId @@ -2116,8 +2051,7 @@ extension KinesisClientTypes { data: Foundation.Data? = nil, explicitHashKey: Swift.String? = nil, partitionKey: Swift.String? = nil - ) - { + ) { self.data = data self.explicitHashKey = explicitHashKey self.partitionKey = partitionKey @@ -2139,8 +2073,7 @@ public struct PutRecordsInput: Swift.Sendable { records: [KinesisClientTypes.PutRecordsRequestEntry]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.records = records self.streamARN = streamARN self.streamName = streamName @@ -2165,8 +2098,7 @@ extension KinesisClientTypes { errorMessage: Swift.String? = nil, sequenceNumber: Swift.String? = nil, shardId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.sequenceNumber = sequenceNumber @@ -2193,8 +2125,7 @@ public struct PutRecordsOutput: Swift.Sendable { encryptionType: KinesisClientTypes.EncryptionType? = nil, failedRecordCount: Swift.Int? = nil, records: [KinesisClientTypes.PutRecordsResultEntry]? = nil - ) - { + ) { self.encryptionType = encryptionType self.failedRecordCount = failedRecordCount self.records = records @@ -2212,8 +2143,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceARN = resourceARN } @@ -2230,8 +2160,7 @@ public struct RegisterStreamConsumerInput: Swift.Sendable { public init( consumerName: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.consumerName = consumerName self.streamARN = streamARN } @@ -2244,8 +2173,7 @@ public struct RegisterStreamConsumerOutput: Swift.Sendable { public init( consumer: KinesisClientTypes.Consumer? = nil - ) - { + ) { self.consumer = consumer } } @@ -2264,8 +2192,7 @@ public struct RemoveTagsFromStreamInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName self.tagKeys = tagKeys @@ -2290,8 +2217,7 @@ public struct SplitShardInput: Swift.Sendable { shardToSplit: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.newStartingHashKey = newStartingHashKey self.shardToSplit = shardToSplit self.streamARN = streamARN @@ -2326,8 +2252,7 @@ public struct StartStreamEncryptionInput: Swift.Sendable { keyId: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.keyId = keyId self.streamARN = streamARN @@ -2362,8 +2287,7 @@ public struct StopStreamEncryptionInput: Swift.Sendable { keyId: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.keyId = keyId self.streamARN = streamARN @@ -2387,8 +2311,7 @@ extension KinesisClientTypes { sequenceNumber: Swift.String? = nil, timestamp: Foundation.Date? = nil, type: KinesisClientTypes.ShardIteratorType? = nil - ) - { + ) { self.sequenceNumber = sequenceNumber self.timestamp = timestamp self.type = type @@ -2411,8 +2334,7 @@ public struct SubscribeToShardInput: Swift.Sendable { consumerARN: Swift.String? = nil, shardId: Swift.String? = nil, startingPosition: KinesisClientTypes.StartingPosition? = nil - ) - { + ) { self.consumerARN = consumerARN self.shardId = shardId self.startingPosition = startingPosition @@ -2440,8 +2362,7 @@ extension KinesisClientTypes { continuationSequenceNumber: Swift.String? = nil, millisBehindLatest: Swift.Int? = nil, records: [KinesisClientTypes.Record]? = nil - ) - { + ) { self.childShards = childShards self.continuationSequenceNumber = continuationSequenceNumber self.millisBehindLatest = millisBehindLatest @@ -2467,8 +2388,7 @@ public struct SubscribeToShardOutput: Swift.Sendable { public init( eventStream: AsyncThrowingStream? = nil - ) - { + ) { self.eventStream = eventStream } } @@ -2524,8 +2444,7 @@ public struct UpdateShardCountInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, targetShardCount: Swift.Int? = nil - ) - { + ) { self.scalingType = scalingType self.streamARN = streamARN self.streamName = streamName @@ -2548,8 +2467,7 @@ public struct UpdateShardCountOutput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, targetShardCount: Swift.Int? = nil - ) - { + ) { self.currentShardCount = currentShardCount self.streamARN = streamARN self.streamName = streamName @@ -2568,8 +2486,7 @@ public struct UpdateStreamModeInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamModeDetails: KinesisClientTypes.StreamModeDetails? = nil - ) - { + ) { self.streamARN = streamARN self.streamModeDetails = streamModeDetails } diff --git a/Sources/Services/AWSKinesisAnalytics/Package.swift.txt b/Sources/Services/AWSKinesisAnalytics/Package.swift.txt index 0349e02462c..4d21bb571e8 100644 --- a/Sources/Services/AWSKinesisAnalytics/Package.swift.txt +++ b/Sources/Services/AWSKinesisAnalytics/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/KinesisAnalyticsClient.swift b/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/KinesisAnalyticsClient.swift index d10bedc5071..dd443b93279 100644 --- a/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/KinesisAnalyticsClient.swift +++ b/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/KinesisAnalyticsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisAnalyticsClient: ClientRuntime.Client { public static let clientName = "KinesisAnalyticsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisAnalyticsClient.KinesisAnalyticsClientConfiguration let serviceName = "Kinesis Analytics" diff --git a/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/Models.swift b/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/Models.swift index 4814f07bf59..359f13e8b67 100644 --- a/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/Models.swift +++ b/Sources/Services/AWSKinesisAnalytics/Sources/AWSKinesisAnalytics/Models.swift @@ -45,8 +45,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +93,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +117,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +140,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +159,7 @@ extension KinesisAnalyticsClientTypes { public init( logStreamARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.logStreamARN = logStreamARN self.roleARN = roleARN } @@ -187,8 +181,7 @@ public struct AddApplicationCloudWatchLoggingOptionInput: Swift.Sendable { applicationName: Swift.String? = nil, cloudWatchLoggingOption: KinesisAnalyticsClientTypes.CloudWatchLoggingOption? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.cloudWatchLoggingOption = cloudWatchLoggingOption self.currentApplicationVersionId = currentApplicationVersionId @@ -219,8 +212,7 @@ public struct CodeValidationException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -234,8 +226,7 @@ extension KinesisAnalyticsClientTypes { public init( count: Swift.Int? = nil - ) - { + ) { self.count = count } } @@ -255,8 +246,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -273,8 +263,7 @@ extension KinesisAnalyticsClientTypes { public init( inputLambdaProcessor: KinesisAnalyticsClientTypes.InputLambdaProcessor? = nil - ) - { + ) { self.inputLambdaProcessor = inputLambdaProcessor } } @@ -297,8 +286,7 @@ extension KinesisAnalyticsClientTypes { mapping: Swift.String? = nil, name: Swift.String? = nil, sqlType: Swift.String? = nil - ) - { + ) { self.mapping = mapping self.name = name self.sqlType = sqlType @@ -321,8 +309,7 @@ extension KinesisAnalyticsClientTypes { public init( recordColumnDelimiter: Swift.String? = nil, recordRowDelimiter: Swift.String? = nil - ) - { + ) { self.recordColumnDelimiter = recordColumnDelimiter self.recordRowDelimiter = recordRowDelimiter } @@ -339,8 +326,7 @@ extension KinesisAnalyticsClientTypes { public init( recordRowPath: Swift.String? = nil - ) - { + ) { self.recordRowPath = recordRowPath } } @@ -358,8 +344,7 @@ extension KinesisAnalyticsClientTypes { public init( csvMappingParameters: KinesisAnalyticsClientTypes.CSVMappingParameters? = nil, jsonMappingParameters: KinesisAnalyticsClientTypes.JSONMappingParameters? = nil - ) - { + ) { self.csvMappingParameters = csvMappingParameters self.jsonMappingParameters = jsonMappingParameters } @@ -408,8 +393,7 @@ extension KinesisAnalyticsClientTypes { public init( mappingParameters: KinesisAnalyticsClientTypes.MappingParameters? = nil, recordFormatType: KinesisAnalyticsClientTypes.RecordFormatType? = nil - ) - { + ) { self.mappingParameters = mappingParameters self.recordFormatType = recordFormatType } @@ -433,8 +417,7 @@ extension KinesisAnalyticsClientTypes { recordColumns: [KinesisAnalyticsClientTypes.RecordColumn]? = nil, recordEncoding: Swift.String? = nil, recordFormat: KinesisAnalyticsClientTypes.RecordFormat? = nil - ) - { + ) { self.recordColumns = recordColumns self.recordEncoding = recordEncoding self.recordFormat = recordFormat @@ -456,8 +439,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -478,8 +460,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -512,8 +493,7 @@ extension KinesisAnalyticsClientTypes { kinesisFirehoseInput: KinesisAnalyticsClientTypes.KinesisFirehoseInput? = nil, kinesisStreamsInput: KinesisAnalyticsClientTypes.KinesisStreamsInput? = nil, namePrefix: Swift.String? = nil - ) - { + ) { self.inputParallelism = inputParallelism self.inputProcessingConfiguration = inputProcessingConfiguration self.inputSchema = inputSchema @@ -540,8 +520,7 @@ public struct AddApplicationInputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, input: KinesisAnalyticsClientTypes.Input? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.input = input @@ -573,8 +552,7 @@ public struct AddApplicationInputProcessingConfigurationInput: Swift.Sendable { currentApplicationVersionId: Swift.Int? = nil, inputId: Swift.String? = nil, inputProcessingConfiguration: KinesisAnalyticsClientTypes.InputProcessingConfiguration? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.inputId = inputId @@ -597,8 +575,7 @@ extension KinesisAnalyticsClientTypes { public init( recordFormatType: KinesisAnalyticsClientTypes.RecordFormatType? = nil - ) - { + ) { self.recordFormatType = recordFormatType } } @@ -618,8 +595,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -640,8 +616,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -662,8 +637,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -693,8 +667,7 @@ extension KinesisAnalyticsClientTypes { kinesisStreamsOutput: KinesisAnalyticsClientTypes.KinesisStreamsOutput? = nil, lambdaOutput: KinesisAnalyticsClientTypes.LambdaOutput? = nil, name: Swift.String? = nil - ) - { + ) { self.destinationSchema = destinationSchema self.kinesisFirehoseOutput = kinesisFirehoseOutput self.kinesisStreamsOutput = kinesisStreamsOutput @@ -720,8 +693,7 @@ public struct AddApplicationOutputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, output: KinesisAnalyticsClientTypes.Output? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.output = output @@ -752,8 +724,7 @@ extension KinesisAnalyticsClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, referenceRoleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.referenceRoleARN = referenceRoleARN @@ -778,8 +749,7 @@ extension KinesisAnalyticsClientTypes { referenceSchema: KinesisAnalyticsClientTypes.SourceSchema? = nil, s3ReferenceDataSource: KinesisAnalyticsClientTypes.S3ReferenceDataSource? = nil, tableName: Swift.String? = nil - ) - { + ) { self.referenceSchema = referenceSchema self.s3ReferenceDataSource = s3ReferenceDataSource self.tableName = tableName @@ -803,8 +773,7 @@ public struct AddApplicationReferenceDataSourceInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, referenceDataSource: KinesisAnalyticsClientTypes.ReferenceDataSource? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.referenceDataSource = referenceDataSource @@ -875,8 +844,7 @@ extension KinesisAnalyticsClientTypes { cloudWatchLoggingOptionId: Swift.String? = nil, logStreamARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.logStreamARN = logStreamARN self.roleARN = roleARN @@ -896,8 +864,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -913,8 +880,7 @@ extension KinesisAnalyticsClientTypes { public init( inputLambdaProcessorDescription: KinesisAnalyticsClientTypes.InputLambdaProcessorDescription? = nil - ) - { + ) { self.inputLambdaProcessorDescription = inputLambdaProcessorDescription } } @@ -967,8 +933,7 @@ extension KinesisAnalyticsClientTypes { public init( inputStartingPosition: KinesisAnalyticsClientTypes.InputStartingPosition? = nil - ) - { + ) { self.inputStartingPosition = inputStartingPosition } } @@ -986,8 +951,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1006,8 +970,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1047,8 +1010,7 @@ extension KinesisAnalyticsClientTypes { kinesisFirehoseInputDescription: KinesisAnalyticsClientTypes.KinesisFirehoseInputDescription? = nil, kinesisStreamsInputDescription: KinesisAnalyticsClientTypes.KinesisStreamsInputDescription? = nil, namePrefix: Swift.String? = nil - ) - { + ) { self.inAppStreamNames = inAppStreamNames self.inputId = inputId self.inputParallelism = inputParallelism @@ -1074,8 +1036,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1094,8 +1055,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1114,8 +1074,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1146,8 +1105,7 @@ extension KinesisAnalyticsClientTypes { lambdaOutputDescription: KinesisAnalyticsClientTypes.LambdaOutputDescription? = nil, name: Swift.String? = nil, outputId: Swift.String? = nil - ) - { + ) { self.destinationSchema = destinationSchema self.kinesisFirehoseOutputDescription = kinesisFirehoseOutputDescription self.kinesisStreamsOutputDescription = kinesisStreamsOutputDescription @@ -1176,8 +1134,7 @@ extension KinesisAnalyticsClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, referenceRoleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.referenceRoleARN = referenceRoleARN @@ -1206,8 +1163,7 @@ extension KinesisAnalyticsClientTypes { referenceSchema: KinesisAnalyticsClientTypes.SourceSchema? = nil, s3ReferenceDataSourceDescription: KinesisAnalyticsClientTypes.S3ReferenceDataSourceDescription? = nil, tableName: Swift.String? = nil - ) - { + ) { self.referenceId = referenceId self.referenceSchema = referenceSchema self.s3ReferenceDataSourceDescription = s3ReferenceDataSourceDescription @@ -1262,8 +1218,7 @@ extension KinesisAnalyticsClientTypes { lastUpdateTimestamp: Foundation.Date? = nil, outputDescriptions: [KinesisAnalyticsClientTypes.OutputDescription]? = nil, referenceDataSourceDescriptions: [KinesisAnalyticsClientTypes.ReferenceDataSourceDescription]? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationCode = applicationCode self.applicationDescription = applicationDescription @@ -1298,8 +1253,7 @@ extension KinesisAnalyticsClientTypes { applicationARN: Swift.String? = nil, applicationName: Swift.String? = nil, applicationStatus: KinesisAnalyticsClientTypes.ApplicationStatus? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationName = applicationName self.applicationStatus = applicationStatus @@ -1323,8 +1277,7 @@ extension KinesisAnalyticsClientTypes { cloudWatchLoggingOptionId: Swift.String? = nil, logStreamARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.logStreamARNUpdate = logStreamARNUpdate self.roleARNUpdate = roleARNUpdate @@ -1341,8 +1294,7 @@ extension KinesisAnalyticsClientTypes { public init( countUpdate: Swift.Int? = nil - ) - { + ) { self.countUpdate = countUpdate } } @@ -1360,8 +1312,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1378,8 +1329,7 @@ extension KinesisAnalyticsClientTypes { public init( inputLambdaProcessorUpdate: KinesisAnalyticsClientTypes.InputLambdaProcessorUpdate? = nil - ) - { + ) { self.inputLambdaProcessorUpdate = inputLambdaProcessorUpdate } } @@ -1400,8 +1350,7 @@ extension KinesisAnalyticsClientTypes { recordColumnUpdates: [KinesisAnalyticsClientTypes.RecordColumn]? = nil, recordEncodingUpdate: Swift.String? = nil, recordFormatUpdate: KinesisAnalyticsClientTypes.RecordFormat? = nil - ) - { + ) { self.recordColumnUpdates = recordColumnUpdates self.recordEncodingUpdate = recordEncodingUpdate self.recordFormatUpdate = recordFormatUpdate @@ -1421,8 +1370,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1441,8 +1389,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1477,8 +1424,7 @@ extension KinesisAnalyticsClientTypes { kinesisFirehoseInputUpdate: KinesisAnalyticsClientTypes.KinesisFirehoseInputUpdate? = nil, kinesisStreamsInputUpdate: KinesisAnalyticsClientTypes.KinesisStreamsInputUpdate? = nil, namePrefixUpdate: Swift.String? = nil - ) - { + ) { self.inputId = inputId self.inputParallelismUpdate = inputParallelismUpdate self.inputProcessingConfigurationUpdate = inputProcessingConfigurationUpdate @@ -1502,8 +1448,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1522,8 +1467,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1542,8 +1486,7 @@ extension KinesisAnalyticsClientTypes { public init( resourceARNUpdate: Swift.String? = nil, roleARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate self.roleARNUpdate = roleARNUpdate } @@ -1575,8 +1518,7 @@ extension KinesisAnalyticsClientTypes { lambdaOutputUpdate: KinesisAnalyticsClientTypes.LambdaOutputUpdate? = nil, nameUpdate: Swift.String? = nil, outputId: Swift.String? = nil - ) - { + ) { self.destinationSchemaUpdate = destinationSchemaUpdate self.kinesisFirehoseOutputUpdate = kinesisFirehoseOutputUpdate self.kinesisStreamsOutputUpdate = kinesisStreamsOutputUpdate @@ -1602,8 +1544,7 @@ extension KinesisAnalyticsClientTypes { bucketARNUpdate: Swift.String? = nil, fileKeyUpdate: Swift.String? = nil, referenceRoleARNUpdate: Swift.String? = nil - ) - { + ) { self.bucketARNUpdate = bucketARNUpdate self.fileKeyUpdate = fileKeyUpdate self.referenceRoleARNUpdate = referenceRoleARNUpdate @@ -1630,8 +1571,7 @@ extension KinesisAnalyticsClientTypes { referenceSchemaUpdate: KinesisAnalyticsClientTypes.SourceSchema? = nil, s3ReferenceDataSourceUpdate: KinesisAnalyticsClientTypes.S3ReferenceDataSourceUpdate? = nil, tableNameUpdate: Swift.String? = nil - ) - { + ) { self.referenceId = referenceId self.referenceSchemaUpdate = referenceSchemaUpdate self.s3ReferenceDataSourceUpdate = s3ReferenceDataSourceUpdate @@ -1661,8 +1601,7 @@ extension KinesisAnalyticsClientTypes { inputUpdates: [KinesisAnalyticsClientTypes.InputUpdate]? = nil, outputUpdates: [KinesisAnalyticsClientTypes.OutputUpdate]? = nil, referenceDataSourceUpdates: [KinesisAnalyticsClientTypes.ReferenceDataSourceUpdate]? = nil - ) - { + ) { self.applicationCodeUpdate = applicationCodeUpdate self.cloudWatchLoggingOptionUpdates = cloudWatchLoggingOptionUpdates self.inputUpdates = inputUpdates @@ -1691,8 +1630,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1715,8 +1653,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1734,8 +1671,7 @@ extension KinesisAnalyticsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1768,8 +1704,7 @@ public struct CreateApplicationInput: Swift.Sendable { inputs: [KinesisAnalyticsClientTypes.Input]? = nil, outputs: [KinesisAnalyticsClientTypes.Output]? = nil, tags: [KinesisAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.applicationCode = applicationCode self.applicationDescription = applicationDescription self.applicationName = applicationName @@ -1788,8 +1723,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationSummary: KinesisAnalyticsClientTypes.ApplicationSummary? = nil - ) - { + ) { self.applicationSummary = applicationSummary } } @@ -1806,8 +1740,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, createTimestamp: Foundation.Date? = nil - ) - { + ) { self.applicationName = applicationName self.createTimestamp = createTimestamp } @@ -1834,8 +1767,7 @@ public struct DeleteApplicationCloudWatchLoggingOptionInput: Swift.Sendable { applicationName: Swift.String? = nil, cloudWatchLoggingOptionId: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.currentApplicationVersionId = currentApplicationVersionId @@ -1862,8 +1794,7 @@ public struct DeleteApplicationInputProcessingConfigurationInput: Swift.Sendable applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, inputId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.inputId = inputId @@ -1891,8 +1822,7 @@ public struct DeleteApplicationOutputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, outputId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.outputId = outputId @@ -1920,8 +1850,7 @@ public struct DeleteApplicationReferenceDataSourceInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, referenceId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.referenceId = referenceId @@ -1941,8 +1870,7 @@ public struct DescribeApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName } } @@ -1955,8 +1883,7 @@ public struct DescribeApplicationOutput: Swift.Sendable { public init( applicationDetail: KinesisAnalyticsClientTypes.ApplicationDetail? = nil - ) - { + ) { self.applicationDetail = applicationDetail } } @@ -1979,8 +1906,7 @@ public struct ResourceProvisionedThroughputExceededException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2003,8 +1929,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2031,8 +1956,7 @@ public struct UnableToDetectSchemaException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, processedInputRecords: [Swift.String]? = nil, rawInputRecords: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.processedInputRecords = processedInputRecords self.properties.rawInputRecords = rawInputRecords @@ -2057,8 +1981,7 @@ extension KinesisAnalyticsClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.roleARN = roleARN @@ -2084,8 +2007,7 @@ public struct DiscoverInputSchemaInput: Swift.Sendable { resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil, s3Configuration: KinesisAnalyticsClientTypes.S3Configuration? = nil - ) - { + ) { self.inputProcessingConfiguration = inputProcessingConfiguration self.inputStartingPositionConfiguration = inputStartingPositionConfiguration self.resourceARN = resourceARN @@ -2110,8 +2032,7 @@ public struct DiscoverInputSchemaOutput: Swift.Sendable { parsedInputRecords: [[Swift.String]]? = nil, processedInputRecords: [Swift.String]? = nil, rawInputRecords: [Swift.String]? = nil - ) - { + ) { self.inputSchema = inputSchema self.parsedInputRecords = parsedInputRecords self.processedInputRecords = processedInputRecords @@ -2133,8 +2054,7 @@ extension KinesisAnalyticsClientTypes { public init( id: Swift.String? = nil, inputStartingPositionConfiguration: KinesisAnalyticsClientTypes.InputStartingPositionConfiguration? = nil - ) - { + ) { self.id = id self.inputStartingPositionConfiguration = inputStartingPositionConfiguration } @@ -2160,8 +2080,7 @@ public struct InvalidApplicationConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2176,8 +2095,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( exclusiveStartApplicationName: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.exclusiveStartApplicationName = exclusiveStartApplicationName self.limit = limit } @@ -2195,8 +2113,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationSummaries: [KinesisAnalyticsClientTypes.ApplicationSummary]? = nil, hasMoreApplications: Swift.Bool? = nil - ) - { + ) { self.applicationSummaries = applicationSummaries self.hasMoreApplications = hasMoreApplications } @@ -2209,8 +2126,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2221,8 +2137,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [KinesisAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2239,8 +2154,7 @@ public struct StartApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, inputConfigurations: [KinesisAnalyticsClientTypes.InputConfiguration]? = nil - ) - { + ) { self.applicationName = applicationName self.inputConfigurations = inputConfigurations } @@ -2260,8 +2174,7 @@ public struct StopApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName } } @@ -2283,8 +2196,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [KinesisAnalyticsClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2306,8 +2218,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2333,8 +2244,7 @@ public struct UpdateApplicationInput: Swift.Sendable { applicationName: Swift.String? = nil, applicationUpdate: KinesisAnalyticsClientTypes.ApplicationUpdate? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.applicationUpdate = applicationUpdate self.currentApplicationVersionId = currentApplicationVersionId diff --git a/Sources/Services/AWSKinesisAnalyticsV2/Package.swift.txt b/Sources/Services/AWSKinesisAnalyticsV2/Package.swift.txt index ff96a59d3a2..5698aeb5101 100644 --- a/Sources/Services/AWSKinesisAnalyticsV2/Package.swift.txt +++ b/Sources/Services/AWSKinesisAnalyticsV2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/KinesisAnalyticsV2Client.swift b/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/KinesisAnalyticsV2Client.swift index 2f7e6dc15d0..e13c5d8df4b 100644 --- a/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/KinesisAnalyticsV2Client.swift +++ b/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/KinesisAnalyticsV2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisAnalyticsV2Client: ClientRuntime.Client { public static let clientName = "KinesisAnalyticsV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisAnalyticsV2Client.KinesisAnalyticsV2ClientConfiguration let serviceName = "Kinesis Analytics V2" diff --git a/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/Models.swift b/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/Models.swift index b8a3f98c7a5..aab1b857ce0 100644 --- a/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/Models.swift +++ b/Sources/Services/AWSKinesisAnalyticsV2/Sources/AWSKinesisAnalyticsV2/Models.swift @@ -45,8 +45,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct InvalidApplicationConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -181,8 +175,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( logStreamARN: Swift.String? = nil - ) - { + ) { self.logStreamARN = logStreamARN } } @@ -205,8 +198,7 @@ public struct AddApplicationCloudWatchLoggingOptionInput: Swift.Sendable { cloudWatchLoggingOption: KinesisAnalyticsV2ClientTypes.CloudWatchLoggingOption? = nil, conditionalToken: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.cloudWatchLoggingOption = cloudWatchLoggingOption self.conditionalToken = conditionalToken @@ -230,8 +222,7 @@ extension KinesisAnalyticsV2ClientTypes { cloudWatchLoggingOptionId: Swift.String? = nil, logStreamARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.logStreamARN = logStreamARN self.roleARN = roleARN @@ -254,8 +245,7 @@ public struct AddApplicationCloudWatchLoggingOptionOutput: Swift.Sendable { applicationVersionId: Swift.Int? = nil, cloudWatchLoggingOptionDescriptions: [KinesisAnalyticsV2ClientTypes.CloudWatchLoggingOptionDescription]? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.cloudWatchLoggingOptionDescriptions = cloudWatchLoggingOptionDescriptions @@ -281,8 +271,7 @@ public struct CodeValidationException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -296,8 +285,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( count: Swift.Int? = nil - ) - { + ) { self.count = count } } @@ -313,8 +301,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -330,8 +317,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( inputLambdaProcessor: KinesisAnalyticsV2ClientTypes.InputLambdaProcessor? = nil - ) - { + ) { self.inputLambdaProcessor = inputLambdaProcessor } } @@ -354,8 +340,7 @@ extension KinesisAnalyticsV2ClientTypes { mapping: Swift.String? = nil, name: Swift.String? = nil, sqlType: Swift.String? = nil - ) - { + ) { self.mapping = mapping self.name = name self.sqlType = sqlType @@ -378,8 +363,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( recordColumnDelimiter: Swift.String? = nil, recordRowDelimiter: Swift.String? = nil - ) - { + ) { self.recordColumnDelimiter = recordColumnDelimiter self.recordRowDelimiter = recordRowDelimiter } @@ -396,8 +380,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( recordRowPath: Swift.String? = nil - ) - { + ) { self.recordRowPath = recordRowPath } } @@ -415,8 +398,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( csvMappingParameters: KinesisAnalyticsV2ClientTypes.CSVMappingParameters? = nil, jsonMappingParameters: KinesisAnalyticsV2ClientTypes.JSONMappingParameters? = nil - ) - { + ) { self.csvMappingParameters = csvMappingParameters self.jsonMappingParameters = jsonMappingParameters } @@ -465,8 +447,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( mappingParameters: KinesisAnalyticsV2ClientTypes.MappingParameters? = nil, recordFormatType: KinesisAnalyticsV2ClientTypes.RecordFormatType? = nil - ) - { + ) { self.mappingParameters = mappingParameters self.recordFormatType = recordFormatType } @@ -490,8 +471,7 @@ extension KinesisAnalyticsV2ClientTypes { recordColumns: [KinesisAnalyticsV2ClientTypes.RecordColumn]? = nil, recordEncoding: Swift.String? = nil, recordFormat: KinesisAnalyticsV2ClientTypes.RecordFormat? = nil - ) - { + ) { self.recordColumns = recordColumns self.recordEncoding = recordEncoding self.recordFormat = recordFormat @@ -509,8 +489,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -526,8 +505,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -559,8 +537,7 @@ extension KinesisAnalyticsV2ClientTypes { kinesisFirehoseInput: KinesisAnalyticsV2ClientTypes.KinesisFirehoseInput? = nil, kinesisStreamsInput: KinesisAnalyticsV2ClientTypes.KinesisStreamsInput? = nil, namePrefix: Swift.String? = nil - ) - { + ) { self.inputParallelism = inputParallelism self.inputProcessingConfiguration = inputProcessingConfiguration self.inputSchema = inputSchema @@ -586,8 +563,7 @@ public struct AddApplicationInputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, input: KinesisAnalyticsV2ClientTypes.Input? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.input = input @@ -607,8 +583,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -624,8 +599,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( inputLambdaProcessorDescription: KinesisAnalyticsV2ClientTypes.InputLambdaProcessorDescription? = nil - ) - { + ) { self.inputLambdaProcessorDescription = inputLambdaProcessorDescription } } @@ -678,8 +652,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( inputStartingPosition: KinesisAnalyticsV2ClientTypes.InputStartingPosition? = nil - ) - { + ) { self.inputStartingPosition = inputStartingPosition } } @@ -698,8 +671,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -719,8 +691,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -760,8 +731,7 @@ extension KinesisAnalyticsV2ClientTypes { kinesisFirehoseInputDescription: KinesisAnalyticsV2ClientTypes.KinesisFirehoseInputDescription? = nil, kinesisStreamsInputDescription: KinesisAnalyticsV2ClientTypes.KinesisStreamsInputDescription? = nil, namePrefix: Swift.String? = nil - ) - { + ) { self.inAppStreamNames = inAppStreamNames self.inputId = inputId self.inputParallelism = inputParallelism @@ -787,8 +757,7 @@ public struct AddApplicationInputOutput: Swift.Sendable { applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil, inputDescriptions: [KinesisAnalyticsV2ClientTypes.InputDescription]? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.inputDescriptions = inputDescriptions @@ -814,8 +783,7 @@ public struct AddApplicationInputProcessingConfigurationInput: Swift.Sendable { currentApplicationVersionId: Swift.Int? = nil, inputId: Swift.String? = nil, inputProcessingConfiguration: KinesisAnalyticsV2ClientTypes.InputProcessingConfiguration? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.inputId = inputId @@ -838,8 +806,7 @@ public struct AddApplicationInputProcessingConfigurationOutput: Swift.Sendable { applicationVersionId: Swift.Int? = nil, inputId: Swift.String? = nil, inputProcessingConfigurationDescription: KinesisAnalyticsV2ClientTypes.InputProcessingConfigurationDescription? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.inputId = inputId @@ -857,8 +824,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( recordFormatType: KinesisAnalyticsV2ClientTypes.RecordFormatType? = nil - ) - { + ) { self.recordFormatType = recordFormatType } } @@ -874,8 +840,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -891,8 +856,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -908,8 +872,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -938,8 +901,7 @@ extension KinesisAnalyticsV2ClientTypes { kinesisStreamsOutput: KinesisAnalyticsV2ClientTypes.KinesisStreamsOutput? = nil, lambdaOutput: KinesisAnalyticsV2ClientTypes.LambdaOutput? = nil, name: Swift.String? = nil - ) - { + ) { self.destinationSchema = destinationSchema self.kinesisFirehoseOutput = kinesisFirehoseOutput self.kinesisStreamsOutput = kinesisStreamsOutput @@ -964,8 +926,7 @@ public struct AddApplicationOutputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, output: KinesisAnalyticsV2ClientTypes.Output? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.output = output @@ -985,8 +946,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1006,8 +966,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1027,8 +986,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARN: Swift.String? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN self.roleARN = roleARN } @@ -1059,8 +1017,7 @@ extension KinesisAnalyticsV2ClientTypes { lambdaOutputDescription: KinesisAnalyticsV2ClientTypes.LambdaOutputDescription? = nil, name: Swift.String? = nil, outputId: Swift.String? = nil - ) - { + ) { self.destinationSchema = destinationSchema self.kinesisFirehoseOutputDescription = kinesisFirehoseOutputDescription self.kinesisStreamsOutputDescription = kinesisStreamsOutputDescription @@ -1083,8 +1040,7 @@ public struct AddApplicationOutputOutput: Swift.Sendable { applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil, outputDescriptions: [KinesisAnalyticsV2ClientTypes.OutputDescription]? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.outputDescriptions = outputDescriptions @@ -1103,8 +1059,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey } @@ -1128,8 +1083,7 @@ extension KinesisAnalyticsV2ClientTypes { referenceSchema: KinesisAnalyticsV2ClientTypes.SourceSchema? = nil, s3ReferenceDataSource: KinesisAnalyticsV2ClientTypes.S3ReferenceDataSource? = nil, tableName: Swift.String? = nil - ) - { + ) { self.referenceSchema = referenceSchema self.s3ReferenceDataSource = s3ReferenceDataSource self.tableName = tableName @@ -1152,8 +1106,7 @@ public struct AddApplicationReferenceDataSourceInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, referenceDataSource: KinesisAnalyticsV2ClientTypes.ReferenceDataSource? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.referenceDataSource = referenceDataSource @@ -1177,8 +1130,7 @@ extension KinesisAnalyticsV2ClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, referenceRoleARN: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.referenceRoleARN = referenceRoleARN @@ -1207,8 +1159,7 @@ extension KinesisAnalyticsV2ClientTypes { referenceSchema: KinesisAnalyticsV2ClientTypes.SourceSchema? = nil, s3ReferenceDataSourceDescription: KinesisAnalyticsV2ClientTypes.S3ReferenceDataSourceDescription? = nil, tableName: Swift.String? = nil - ) - { + ) { self.referenceId = referenceId self.referenceSchema = referenceSchema self.s3ReferenceDataSourceDescription = s3ReferenceDataSourceDescription @@ -1229,8 +1180,7 @@ public struct AddApplicationReferenceDataSourceOutput: Swift.Sendable { applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil, referenceDataSourceDescriptions: [KinesisAnalyticsV2ClientTypes.ReferenceDataSourceDescription]? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.referenceDataSourceDescriptions = referenceDataSourceDescriptions @@ -1251,8 +1201,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -1276,8 +1225,7 @@ public struct AddApplicationVpcConfigurationInput: Swift.Sendable { conditionalToken: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, vpcConfiguration: KinesisAnalyticsV2ClientTypes.VpcConfiguration? = nil - ) - { + ) { self.applicationName = applicationName self.conditionalToken = conditionalToken self.currentApplicationVersionId = currentApplicationVersionId @@ -1307,8 +1255,7 @@ extension KinesisAnalyticsV2ClientTypes { subnetIds: [Swift.String]? = nil, vpcConfigurationId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcConfigurationId = vpcConfigurationId @@ -1332,8 +1279,7 @@ public struct AddApplicationVpcConfigurationOutput: Swift.Sendable { applicationVersionId: Swift.Int? = nil, operationId: Swift.String? = nil, vpcConfigurationDescription: KinesisAnalyticsV2ClientTypes.VpcConfigurationDescription? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.operationId = operationId @@ -1358,8 +1304,7 @@ extension KinesisAnalyticsV2ClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, objectVersion: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.objectVersion = objectVersion @@ -1382,8 +1327,7 @@ extension KinesisAnalyticsV2ClientTypes { s3ContentLocation: KinesisAnalyticsV2ClientTypes.S3ContentLocation? = nil, textContent: Swift.String? = nil, zipFileContent: Foundation.Data? = nil - ) - { + ) { self.s3ContentLocation = s3ContentLocation self.textContent = textContent self.zipFileContent = zipFileContent @@ -1433,8 +1377,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( codeContent: KinesisAnalyticsV2ClientTypes.CodeContent? = nil, codeContentType: KinesisAnalyticsV2ClientTypes.CodeContentType? = nil - ) - { + ) { self.codeContent = codeContent self.codeContentType = codeContentType } @@ -1458,8 +1401,7 @@ extension KinesisAnalyticsV2ClientTypes { bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil, objectVersion: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey self.objectVersion = objectVersion @@ -1485,8 +1427,7 @@ extension KinesisAnalyticsV2ClientTypes { codeSize: Swift.Int? = nil, s3ApplicationCodeLocationDescription: KinesisAnalyticsV2ClientTypes.S3ApplicationCodeLocationDescription? = nil, textContent: Swift.String? = nil - ) - { + ) { self.codeMD5 = codeMD5 self.codeSize = codeSize self.s3ApplicationCodeLocationDescription = s3ApplicationCodeLocationDescription @@ -1508,8 +1449,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( codeContentDescription: KinesisAnalyticsV2ClientTypes.CodeContentDescription? = nil, codeContentType: KinesisAnalyticsV2ClientTypes.CodeContentType? = nil - ) - { + ) { self.codeContentDescription = codeContentDescription self.codeContentType = codeContentType } @@ -1531,8 +1471,7 @@ extension KinesisAnalyticsV2ClientTypes { bucketARNUpdate: Swift.String? = nil, fileKeyUpdate: Swift.String? = nil, objectVersionUpdate: Swift.String? = nil - ) - { + ) { self.bucketARNUpdate = bucketARNUpdate self.fileKeyUpdate = fileKeyUpdate self.objectVersionUpdate = objectVersionUpdate @@ -1555,8 +1494,7 @@ extension KinesisAnalyticsV2ClientTypes { s3ContentLocationUpdate: KinesisAnalyticsV2ClientTypes.S3ContentLocationUpdate? = nil, textContentUpdate: Swift.String? = nil, zipFileContentUpdate: Foundation.Data? = nil - ) - { + ) { self.s3ContentLocationUpdate = s3ContentLocationUpdate self.textContentUpdate = textContentUpdate self.zipFileContentUpdate = zipFileContentUpdate @@ -1576,8 +1514,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( codeContentTypeUpdate: KinesisAnalyticsV2ClientTypes.CodeContentType? = nil, codeContentUpdate: KinesisAnalyticsV2ClientTypes.CodeContentUpdate? = nil - ) - { + ) { self.codeContentTypeUpdate = codeContentTypeUpdate self.codeContentUpdate = codeContentUpdate } @@ -1594,8 +1531,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( snapshotsEnabled: Swift.Bool? = nil - ) - { + ) { self.snapshotsEnabled = snapshotsEnabled } } @@ -1611,8 +1547,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( rollbackEnabled: Swift.Bool? = nil - ) - { + ) { self.rollbackEnabled = rollbackEnabled } } @@ -1632,8 +1567,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( propertyGroupId: Swift.String? = nil, propertyMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.propertyGroupId = propertyGroupId self.propertyMap = propertyMap } @@ -1650,8 +1584,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( propertyGroups: [KinesisAnalyticsV2ClientTypes.PropertyGroup]? = nil - ) - { + ) { self.propertyGroups = propertyGroups } } @@ -1711,8 +1644,7 @@ extension KinesisAnalyticsV2ClientTypes { checkpointingEnabled: Swift.Bool? = nil, configurationType: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, minPauseBetweenCheckpoints: Swift.Int? = nil - ) - { + ) { self.checkpointInterval = checkpointInterval self.checkpointingEnabled = checkpointingEnabled self.configurationType = configurationType @@ -1807,8 +1739,7 @@ extension KinesisAnalyticsV2ClientTypes { configurationType: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, logLevel: KinesisAnalyticsV2ClientTypes.LogLevel? = nil, metricsLevel: KinesisAnalyticsV2ClientTypes.MetricsLevel? = nil - ) - { + ) { self.configurationType = configurationType self.logLevel = logLevel self.metricsLevel = metricsLevel @@ -1835,8 +1766,7 @@ extension KinesisAnalyticsV2ClientTypes { configurationType: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, parallelism: Swift.Int? = nil, parallelismPerKPU: Swift.Int? = nil - ) - { + ) { self.autoScalingEnabled = autoScalingEnabled self.configurationType = configurationType self.parallelism = parallelism @@ -1860,8 +1790,7 @@ extension KinesisAnalyticsV2ClientTypes { checkpointConfiguration: KinesisAnalyticsV2ClientTypes.CheckpointConfiguration? = nil, monitoringConfiguration: KinesisAnalyticsV2ClientTypes.MonitoringConfiguration? = nil, parallelismConfiguration: KinesisAnalyticsV2ClientTypes.ParallelismConfiguration? = nil - ) - { + ) { self.checkpointConfiguration = checkpointConfiguration self.monitoringConfiguration = monitoringConfiguration self.parallelismConfiguration = parallelismConfiguration @@ -1884,8 +1813,7 @@ extension KinesisAnalyticsV2ClientTypes { inputs: [KinesisAnalyticsV2ClientTypes.Input]? = nil, outputs: [KinesisAnalyticsV2ClientTypes.Output]? = nil, referenceDataSources: [KinesisAnalyticsV2ClientTypes.ReferenceDataSource]? = nil - ) - { + ) { self.inputs = inputs self.outputs = outputs self.referenceDataSources = referenceDataSources @@ -1903,8 +1831,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( databaseARN: Swift.String? = nil - ) - { + ) { self.databaseARN = databaseARN } } @@ -1920,8 +1847,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( glueDataCatalogConfiguration: KinesisAnalyticsV2ClientTypes.GlueDataCatalogConfiguration? = nil - ) - { + ) { self.glueDataCatalogConfiguration = glueDataCatalogConfiguration } } @@ -1974,8 +1900,7 @@ extension KinesisAnalyticsV2ClientTypes { artifactId: Swift.String? = nil, groupId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.artifactId = artifactId self.groupId = groupId self.version = version @@ -1999,8 +1924,7 @@ extension KinesisAnalyticsV2ClientTypes { artifactType: KinesisAnalyticsV2ClientTypes.ArtifactType? = nil, mavenReference: KinesisAnalyticsV2ClientTypes.MavenReference? = nil, s3ContentLocation: KinesisAnalyticsV2ClientTypes.S3ContentLocation? = nil - ) - { + ) { self.artifactType = artifactType self.mavenReference = mavenReference self.s3ContentLocation = s3ContentLocation @@ -2021,8 +1945,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( basePath: Swift.String? = nil, bucketARN: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.bucketARN = bucketARN } @@ -2039,8 +1962,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( s3ContentLocation: KinesisAnalyticsV2ClientTypes.S3ContentBaseLocation? = nil - ) - { + ) { self.s3ContentLocation = s3ContentLocation } } @@ -2056,8 +1978,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( logLevel: KinesisAnalyticsV2ClientTypes.LogLevel? = nil - ) - { + ) { self.logLevel = logLevel } } @@ -2081,8 +2002,7 @@ extension KinesisAnalyticsV2ClientTypes { customArtifactsConfiguration: [KinesisAnalyticsV2ClientTypes.CustomArtifactConfiguration]? = nil, deployAsApplicationConfiguration: KinesisAnalyticsV2ClientTypes.DeployAsApplicationConfiguration? = nil, monitoringConfiguration: KinesisAnalyticsV2ClientTypes.ZeppelinMonitoringConfiguration? = nil - ) - { + ) { self.catalogConfiguration = catalogConfiguration self.customArtifactsConfiguration = customArtifactsConfiguration self.deployAsApplicationConfiguration = deployAsApplicationConfiguration @@ -2121,8 +2041,7 @@ extension KinesisAnalyticsV2ClientTypes { sqlApplicationConfiguration: KinesisAnalyticsV2ClientTypes.SqlApplicationConfiguration? = nil, vpcConfigurations: [KinesisAnalyticsV2ClientTypes.VpcConfiguration]? = nil, zeppelinApplicationConfiguration: KinesisAnalyticsV2ClientTypes.ZeppelinApplicationConfiguration? = nil - ) - { + ) { self.applicationCodeConfiguration = applicationCodeConfiguration self.applicationSnapshotConfiguration = applicationSnapshotConfiguration self.applicationSystemRollbackConfiguration = applicationSystemRollbackConfiguration @@ -2145,8 +2064,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( snapshotsEnabled: Swift.Bool? = nil - ) - { + ) { self.snapshotsEnabled = snapshotsEnabled } } @@ -2162,8 +2080,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( rollbackEnabled: Swift.Bool? = nil - ) - { + ) { self.rollbackEnabled = rollbackEnabled } } @@ -2178,8 +2095,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( propertyGroupDescriptions: [KinesisAnalyticsV2ClientTypes.PropertyGroup]? = nil - ) - { + ) { self.propertyGroupDescriptions = propertyGroupDescriptions } } @@ -2209,8 +2125,7 @@ extension KinesisAnalyticsV2ClientTypes { checkpointingEnabled: Swift.Bool? = nil, configurationType: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, minPauseBetweenCheckpoints: Swift.Int? = nil - ) - { + ) { self.checkpointInterval = checkpointInterval self.checkpointingEnabled = checkpointingEnabled self.configurationType = configurationType @@ -2234,8 +2149,7 @@ extension KinesisAnalyticsV2ClientTypes { configurationType: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, logLevel: KinesisAnalyticsV2ClientTypes.LogLevel? = nil, metricsLevel: KinesisAnalyticsV2ClientTypes.MetricsLevel? = nil - ) - { + ) { self.configurationType = configurationType self.logLevel = logLevel self.metricsLevel = metricsLevel @@ -2264,8 +2178,7 @@ extension KinesisAnalyticsV2ClientTypes { currentParallelism: Swift.Int? = nil, parallelism: Swift.Int? = nil, parallelismPerKPU: Swift.Int? = nil - ) - { + ) { self.autoScalingEnabled = autoScalingEnabled self.configurationType = configurationType self.currentParallelism = currentParallelism @@ -2293,8 +2206,7 @@ extension KinesisAnalyticsV2ClientTypes { jobPlanDescription: Swift.String? = nil, monitoringConfigurationDescription: KinesisAnalyticsV2ClientTypes.MonitoringConfigurationDescription? = nil, parallelismConfigurationDescription: KinesisAnalyticsV2ClientTypes.ParallelismConfigurationDescription? = nil - ) - { + ) { self.checkpointConfigurationDescription = checkpointConfigurationDescription self.jobPlanDescription = jobPlanDescription self.monitoringConfigurationDescription = monitoringConfigurationDescription @@ -2348,8 +2260,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationRestoreType: KinesisAnalyticsV2ClientTypes.ApplicationRestoreType? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.applicationRestoreType = applicationRestoreType self.snapshotName = snapshotName } @@ -2365,8 +2276,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( allowNonRestoredState: Swift.Bool? = nil - ) - { + ) { self.allowNonRestoredState = allowNonRestoredState } } @@ -2384,8 +2294,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationRestoreConfigurationDescription: KinesisAnalyticsV2ClientTypes.ApplicationRestoreConfiguration? = nil, flinkRunConfigurationDescription: KinesisAnalyticsV2ClientTypes.FlinkRunConfiguration? = nil - ) - { + ) { self.applicationRestoreConfigurationDescription = applicationRestoreConfigurationDescription self.flinkRunConfigurationDescription = flinkRunConfigurationDescription } @@ -2407,8 +2316,7 @@ extension KinesisAnalyticsV2ClientTypes { inputDescriptions: [KinesisAnalyticsV2ClientTypes.InputDescription]? = nil, outputDescriptions: [KinesisAnalyticsV2ClientTypes.OutputDescription]? = nil, referenceDataSourceDescriptions: [KinesisAnalyticsV2ClientTypes.ReferenceDataSourceDescription]? = nil - ) - { + ) { self.inputDescriptions = inputDescriptions self.outputDescriptions = outputDescriptions self.referenceDataSourceDescriptions = referenceDataSourceDescriptions @@ -2426,8 +2334,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( databaseARN: Swift.String? = nil - ) - { + ) { self.databaseARN = databaseARN } } @@ -2443,8 +2350,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( glueDataCatalogConfigurationDescription: KinesisAnalyticsV2ClientTypes.GlueDataCatalogConfigurationDescription? = nil - ) - { + ) { self.glueDataCatalogConfigurationDescription = glueDataCatalogConfigurationDescription } } @@ -2465,8 +2371,7 @@ extension KinesisAnalyticsV2ClientTypes { artifactType: KinesisAnalyticsV2ClientTypes.ArtifactType? = nil, mavenReferenceDescription: KinesisAnalyticsV2ClientTypes.MavenReference? = nil, s3ContentLocationDescription: KinesisAnalyticsV2ClientTypes.S3ContentLocation? = nil - ) - { + ) { self.artifactType = artifactType self.mavenReferenceDescription = mavenReferenceDescription self.s3ContentLocationDescription = s3ContentLocationDescription @@ -2487,8 +2392,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( basePath: Swift.String? = nil, bucketARN: Swift.String? = nil - ) - { + ) { self.basePath = basePath self.bucketARN = bucketARN } @@ -2505,8 +2409,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( s3ContentLocationDescription: KinesisAnalyticsV2ClientTypes.S3ContentBaseLocationDescription? = nil - ) - { + ) { self.s3ContentLocationDescription = s3ContentLocationDescription } } @@ -2521,8 +2424,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( logLevel: KinesisAnalyticsV2ClientTypes.LogLevel? = nil - ) - { + ) { self.logLevel = logLevel } } @@ -2547,8 +2449,7 @@ extension KinesisAnalyticsV2ClientTypes { customArtifactsConfigurationDescription: [KinesisAnalyticsV2ClientTypes.CustomArtifactConfigurationDescription]? = nil, deployAsApplicationConfigurationDescription: KinesisAnalyticsV2ClientTypes.DeployAsApplicationConfigurationDescription? = nil, monitoringConfigurationDescription: KinesisAnalyticsV2ClientTypes.ZeppelinMonitoringConfigurationDescription? = nil - ) - { + ) { self.catalogConfigurationDescription = catalogConfigurationDescription self.customArtifactsConfigurationDescription = customArtifactsConfigurationDescription self.deployAsApplicationConfigurationDescription = deployAsApplicationConfigurationDescription @@ -2590,8 +2491,7 @@ extension KinesisAnalyticsV2ClientTypes { sqlApplicationConfigurationDescription: KinesisAnalyticsV2ClientTypes.SqlApplicationConfigurationDescription? = nil, vpcConfigurationDescriptions: [KinesisAnalyticsV2ClientTypes.VpcConfigurationDescription]? = nil, zeppelinApplicationConfigurationDescription: KinesisAnalyticsV2ClientTypes.ZeppelinApplicationConfigurationDescription? = nil - ) - { + ) { self.applicationCodeConfigurationDescription = applicationCodeConfigurationDescription self.applicationSnapshotConfigurationDescription = applicationSnapshotConfigurationDescription self.applicationSystemRollbackConfigurationDescription = applicationSystemRollbackConfigurationDescription @@ -2615,8 +2515,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( snapshotsEnabledUpdate: Swift.Bool? = nil - ) - { + ) { self.snapshotsEnabledUpdate = snapshotsEnabledUpdate } } @@ -2632,8 +2531,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( rollbackEnabledUpdate: Swift.Bool? = nil - ) - { + ) { self.rollbackEnabledUpdate = rollbackEnabledUpdate } } @@ -2649,8 +2547,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( propertyGroups: [KinesisAnalyticsV2ClientTypes.PropertyGroup]? = nil - ) - { + ) { self.propertyGroups = propertyGroups } } @@ -2680,8 +2577,7 @@ extension KinesisAnalyticsV2ClientTypes { checkpointingEnabledUpdate: Swift.Bool? = nil, configurationTypeUpdate: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, minPauseBetweenCheckpointsUpdate: Swift.Int? = nil - ) - { + ) { self.checkpointIntervalUpdate = checkpointIntervalUpdate self.checkpointingEnabledUpdate = checkpointingEnabledUpdate self.configurationTypeUpdate = configurationTypeUpdate @@ -2705,8 +2601,7 @@ extension KinesisAnalyticsV2ClientTypes { configurationTypeUpdate: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, logLevelUpdate: KinesisAnalyticsV2ClientTypes.LogLevel? = nil, metricsLevelUpdate: KinesisAnalyticsV2ClientTypes.MetricsLevel? = nil - ) - { + ) { self.configurationTypeUpdate = configurationTypeUpdate self.logLevelUpdate = logLevelUpdate self.metricsLevelUpdate = metricsLevelUpdate @@ -2732,8 +2627,7 @@ extension KinesisAnalyticsV2ClientTypes { configurationTypeUpdate: KinesisAnalyticsV2ClientTypes.ConfigurationType? = nil, parallelismPerKPUUpdate: Swift.Int? = nil, parallelismUpdate: Swift.Int? = nil - ) - { + ) { self.autoScalingEnabledUpdate = autoScalingEnabledUpdate self.configurationTypeUpdate = configurationTypeUpdate self.parallelismPerKPUUpdate = parallelismPerKPUUpdate @@ -2757,8 +2651,7 @@ extension KinesisAnalyticsV2ClientTypes { checkpointConfigurationUpdate: KinesisAnalyticsV2ClientTypes.CheckpointConfigurationUpdate? = nil, monitoringConfigurationUpdate: KinesisAnalyticsV2ClientTypes.MonitoringConfigurationUpdate? = nil, parallelismConfigurationUpdate: KinesisAnalyticsV2ClientTypes.ParallelismConfigurationUpdate? = nil - ) - { + ) { self.checkpointConfigurationUpdate = checkpointConfigurationUpdate self.monitoringConfigurationUpdate = monitoringConfigurationUpdate self.parallelismConfigurationUpdate = parallelismConfigurationUpdate @@ -2776,8 +2669,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( countUpdate: Swift.Int? = nil - ) - { + ) { self.countUpdate = countUpdate } } @@ -2793,8 +2685,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2810,8 +2701,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( inputLambdaProcessorUpdate: KinesisAnalyticsV2ClientTypes.InputLambdaProcessorUpdate? = nil - ) - { + ) { self.inputLambdaProcessorUpdate = inputLambdaProcessorUpdate } } @@ -2832,8 +2722,7 @@ extension KinesisAnalyticsV2ClientTypes { recordColumnUpdates: [KinesisAnalyticsV2ClientTypes.RecordColumn]? = nil, recordEncodingUpdate: Swift.String? = nil, recordFormatUpdate: KinesisAnalyticsV2ClientTypes.RecordFormat? = nil - ) - { + ) { self.recordColumnUpdates = recordColumnUpdates self.recordEncodingUpdate = recordEncodingUpdate self.recordFormatUpdate = recordFormatUpdate @@ -2851,8 +2740,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2868,8 +2756,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2903,8 +2790,7 @@ extension KinesisAnalyticsV2ClientTypes { kinesisFirehoseInputUpdate: KinesisAnalyticsV2ClientTypes.KinesisFirehoseInputUpdate? = nil, kinesisStreamsInputUpdate: KinesisAnalyticsV2ClientTypes.KinesisStreamsInputUpdate? = nil, namePrefixUpdate: Swift.String? = nil - ) - { + ) { self.inputId = inputId self.inputParallelismUpdate = inputParallelismUpdate self.inputProcessingConfigurationUpdate = inputProcessingConfigurationUpdate @@ -2926,8 +2812,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2943,8 +2828,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2960,8 +2844,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( resourceARNUpdate: Swift.String? = nil - ) - { + ) { self.resourceARNUpdate = resourceARNUpdate } } @@ -2992,8 +2875,7 @@ extension KinesisAnalyticsV2ClientTypes { lambdaOutputUpdate: KinesisAnalyticsV2ClientTypes.LambdaOutputUpdate? = nil, nameUpdate: Swift.String? = nil, outputId: Swift.String? = nil - ) - { + ) { self.destinationSchemaUpdate = destinationSchemaUpdate self.kinesisFirehoseOutputUpdate = kinesisFirehoseOutputUpdate self.kinesisStreamsOutputUpdate = kinesisStreamsOutputUpdate @@ -3016,8 +2898,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( bucketARNUpdate: Swift.String? = nil, fileKeyUpdate: Swift.String? = nil - ) - { + ) { self.bucketARNUpdate = bucketARNUpdate self.fileKeyUpdate = fileKeyUpdate } @@ -3043,8 +2924,7 @@ extension KinesisAnalyticsV2ClientTypes { referenceSchemaUpdate: KinesisAnalyticsV2ClientTypes.SourceSchema? = nil, s3ReferenceDataSourceUpdate: KinesisAnalyticsV2ClientTypes.S3ReferenceDataSourceUpdate? = nil, tableNameUpdate: Swift.String? = nil - ) - { + ) { self.referenceId = referenceId self.referenceSchemaUpdate = referenceSchemaUpdate self.s3ReferenceDataSourceUpdate = s3ReferenceDataSourceUpdate @@ -3068,8 +2948,7 @@ extension KinesisAnalyticsV2ClientTypes { inputUpdates: [KinesisAnalyticsV2ClientTypes.InputUpdate]? = nil, outputUpdates: [KinesisAnalyticsV2ClientTypes.OutputUpdate]? = nil, referenceDataSourceUpdates: [KinesisAnalyticsV2ClientTypes.ReferenceDataSourceUpdate]? = nil - ) - { + ) { self.inputUpdates = inputUpdates self.outputUpdates = outputUpdates self.referenceDataSourceUpdates = referenceDataSourceUpdates @@ -3093,8 +2972,7 @@ extension KinesisAnalyticsV2ClientTypes { securityGroupIdUpdates: [Swift.String]? = nil, subnetIdUpdates: [Swift.String]? = nil, vpcConfigurationId: Swift.String? = nil - ) - { + ) { self.securityGroupIdUpdates = securityGroupIdUpdates self.subnetIdUpdates = subnetIdUpdates self.vpcConfigurationId = vpcConfigurationId @@ -3112,8 +2990,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( databaseARNUpdate: Swift.String? = nil - ) - { + ) { self.databaseARNUpdate = databaseARNUpdate } } @@ -3129,8 +3006,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( glueDataCatalogConfigurationUpdate: KinesisAnalyticsV2ClientTypes.GlueDataCatalogConfigurationUpdate? = nil - ) - { + ) { self.glueDataCatalogConfigurationUpdate = glueDataCatalogConfigurationUpdate } } @@ -3148,8 +3024,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( basePathUpdate: Swift.String? = nil, bucketARNUpdate: Swift.String? = nil - ) - { + ) { self.basePathUpdate = basePathUpdate self.bucketARNUpdate = bucketARNUpdate } @@ -3165,8 +3040,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( s3ContentLocationUpdate: KinesisAnalyticsV2ClientTypes.S3ContentBaseLocationUpdate? = nil - ) - { + ) { self.s3ContentLocationUpdate = s3ContentLocationUpdate } } @@ -3182,8 +3056,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( logLevelUpdate: KinesisAnalyticsV2ClientTypes.LogLevel? = nil - ) - { + ) { self.logLevelUpdate = logLevelUpdate } } @@ -3207,8 +3080,7 @@ extension KinesisAnalyticsV2ClientTypes { customArtifactsConfigurationUpdate: [KinesisAnalyticsV2ClientTypes.CustomArtifactConfiguration]? = nil, deployAsApplicationConfigurationUpdate: KinesisAnalyticsV2ClientTypes.DeployAsApplicationConfigurationUpdate? = nil, monitoringConfigurationUpdate: KinesisAnalyticsV2ClientTypes.ZeppelinMonitoringConfigurationUpdate? = nil - ) - { + ) { self.catalogConfigurationUpdate = catalogConfigurationUpdate self.customArtifactsConfigurationUpdate = customArtifactsConfigurationUpdate self.deployAsApplicationConfigurationUpdate = deployAsApplicationConfigurationUpdate @@ -3247,8 +3119,7 @@ extension KinesisAnalyticsV2ClientTypes { sqlApplicationConfigurationUpdate: KinesisAnalyticsV2ClientTypes.SqlApplicationConfigurationUpdate? = nil, vpcConfigurationUpdates: [KinesisAnalyticsV2ClientTypes.VpcConfigurationUpdate]? = nil, zeppelinApplicationConfigurationUpdate: KinesisAnalyticsV2ClientTypes.ZeppelinApplicationConfigurationUpdate? = nil - ) - { + ) { self.applicationCodeConfigurationUpdate = applicationCodeConfigurationUpdate self.applicationSnapshotConfigurationUpdate = applicationSnapshotConfigurationUpdate self.applicationSystemRollbackConfigurationUpdate = applicationSystemRollbackConfigurationUpdate @@ -3275,8 +3146,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationMaintenanceWindowEndTime: Swift.String? = nil, applicationMaintenanceWindowStartTime: Swift.String? = nil - ) - { + ) { self.applicationMaintenanceWindowEndTime = applicationMaintenanceWindowEndTime self.applicationMaintenanceWindowStartTime = applicationMaintenanceWindowStartTime } @@ -3492,8 +3362,7 @@ extension KinesisAnalyticsV2ClientTypes { lastUpdateTimestamp: Foundation.Date? = nil, runtimeEnvironment: KinesisAnalyticsV2ClientTypes.RuntimeEnvironment? = nil, serviceExecutionRole: Swift.String? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationConfigurationDescription = applicationConfigurationDescription self.applicationDescription = applicationDescription @@ -3526,8 +3395,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationMaintenanceWindowStartTimeUpdate: Swift.String? = nil - ) - { + ) { self.applicationMaintenanceWindowStartTimeUpdate = applicationMaintenanceWindowStartTimeUpdate } } @@ -3590,8 +3458,7 @@ extension KinesisAnalyticsV2ClientTypes { operationId: Swift.String? = nil, operationStatus: KinesisAnalyticsV2ClientTypes.OperationStatus? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.operation = operation self.operationId = operationId @@ -3615,8 +3482,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationVersionUpdatedFrom: Swift.Int? = nil, applicationVersionUpdatedTo: Swift.Int? = nil - ) - { + ) { self.applicationVersionUpdatedFrom = applicationVersionUpdatedFrom self.applicationVersionUpdatedTo = applicationVersionUpdatedTo } @@ -3632,8 +3498,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( errorString: Swift.String? = nil - ) - { + ) { self.errorString = errorString } } @@ -3651,8 +3516,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( errorInfo: KinesisAnalyticsV2ClientTypes.ErrorInfo? = nil, rollbackOperationId: Swift.String? = nil - ) - { + ) { self.errorInfo = errorInfo self.rollbackOperationId = rollbackOperationId } @@ -3687,8 +3551,7 @@ extension KinesisAnalyticsV2ClientTypes { operationFailureDetails: KinesisAnalyticsV2ClientTypes.OperationFailureDetails? = nil, operationStatus: KinesisAnalyticsV2ClientTypes.OperationStatus? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationVersionChangeDetails = applicationVersionChangeDetails self.endTime = endTime self.operation = operation @@ -3728,8 +3591,7 @@ extension KinesisAnalyticsV2ClientTypes { applicationStatus: KinesisAnalyticsV2ClientTypes.ApplicationStatus? = nil, applicationVersionId: Swift.Int? = nil, runtimeEnvironment: KinesisAnalyticsV2ClientTypes.RuntimeEnvironment? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationMode = applicationMode self.applicationName = applicationName @@ -3754,8 +3616,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationStatus: KinesisAnalyticsV2ClientTypes.ApplicationStatus? = nil, applicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationStatus = applicationStatus self.applicationVersionId = applicationVersionId } @@ -3775,8 +3636,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( cloudWatchLoggingOptionId: Swift.String? = nil, logStreamARNUpdate: Swift.String? = nil - ) - { + ) { self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.logStreamARNUpdate = logStreamARNUpdate } @@ -3801,8 +3661,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3825,8 +3684,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3849,8 +3707,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3868,8 +3725,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3906,8 +3762,7 @@ public struct CreateApplicationInput: Swift.Sendable { runtimeEnvironment: KinesisAnalyticsV2ClientTypes.RuntimeEnvironment? = nil, serviceExecutionRole: Swift.String? = nil, tags: [KinesisAnalyticsV2ClientTypes.Tag]? = nil - ) - { + ) { self.applicationConfiguration = applicationConfiguration self.applicationDescription = applicationDescription self.applicationMode = applicationMode @@ -3926,8 +3781,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationDetail: KinesisAnalyticsV2ClientTypes.ApplicationDetail? = nil - ) - { + ) { self.applicationDetail = applicationDetail } } @@ -3975,8 +3829,7 @@ public struct CreateApplicationPresignedUrlInput: Swift.Sendable { applicationName: Swift.String? = nil, sessionExpirationDurationInSeconds: Swift.Int? = nil, urlType: KinesisAnalyticsV2ClientTypes.UrlType? = nil - ) - { + ) { self.applicationName = applicationName self.sessionExpirationDurationInSeconds = sessionExpirationDurationInSeconds self.urlType = urlType @@ -3989,8 +3842,7 @@ public struct CreateApplicationPresignedUrlOutput: Swift.Sendable { public init( authorizedUrl: Swift.String? = nil - ) - { + ) { self.authorizedUrl = authorizedUrl } } @@ -4006,8 +3858,7 @@ public struct CreateApplicationSnapshotInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.snapshotName = snapshotName } @@ -4029,8 +3880,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, createTimestamp: Foundation.Date? = nil - ) - { + ) { self.applicationName = applicationName self.createTimestamp = createTimestamp } @@ -4058,8 +3908,7 @@ public struct DeleteApplicationCloudWatchLoggingOptionInput: Swift.Sendable { cloudWatchLoggingOptionId: Swift.String? = nil, conditionalToken: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.cloudWatchLoggingOptionId = cloudWatchLoggingOptionId self.conditionalToken = conditionalToken @@ -4082,8 +3931,7 @@ public struct DeleteApplicationCloudWatchLoggingOptionOutput: Swift.Sendable { applicationVersionId: Swift.Int? = nil, cloudWatchLoggingOptionDescriptions: [KinesisAnalyticsV2ClientTypes.CloudWatchLoggingOptionDescription]? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.cloudWatchLoggingOptionDescriptions = cloudWatchLoggingOptionDescriptions @@ -4106,8 +3954,7 @@ public struct DeleteApplicationInputProcessingConfigurationInput: Swift.Sendable applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, inputId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.inputId = inputId @@ -4123,8 +3970,7 @@ public struct DeleteApplicationInputProcessingConfigurationOutput: Swift.Sendabl public init( applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId } @@ -4145,8 +3991,7 @@ public struct DeleteApplicationOutputInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, outputId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.outputId = outputId @@ -4162,8 +4007,7 @@ public struct DeleteApplicationOutputOutput: Swift.Sendable { public init( applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId } @@ -4184,8 +4028,7 @@ public struct DeleteApplicationReferenceDataSourceInput: Swift.Sendable { applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, referenceId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId self.referenceId = referenceId @@ -4201,8 +4044,7 @@ public struct DeleteApplicationReferenceDataSourceOutput: Swift.Sendable { public init( applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId } @@ -4223,8 +4065,7 @@ public struct DeleteApplicationSnapshotInput: Swift.Sendable { applicationName: Swift.String? = nil, snapshotCreationTimestamp: Foundation.Date? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.snapshotCreationTimestamp = snapshotCreationTimestamp self.snapshotName = snapshotName @@ -4253,8 +4094,7 @@ public struct DeleteApplicationVpcConfigurationInput: Swift.Sendable { conditionalToken: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil, vpcConfigurationId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.conditionalToken = conditionalToken self.currentApplicationVersionId = currentApplicationVersionId @@ -4274,8 +4114,7 @@ public struct DeleteApplicationVpcConfigurationOutput: Swift.Sendable { applicationARN: Swift.String? = nil, applicationVersionId: Swift.Int? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationVersionId = applicationVersionId self.operationId = operationId @@ -4292,8 +4131,7 @@ public struct DescribeApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, includeAdditionalDetails: Swift.Bool? = nil - ) - { + ) { self.applicationName = applicationName self.includeAdditionalDetails = includeAdditionalDetails } @@ -4306,8 +4144,7 @@ public struct DescribeApplicationOutput: Swift.Sendable { public init( applicationDetail: KinesisAnalyticsV2ClientTypes.ApplicationDetail? = nil - ) - { + ) { self.applicationDetail = applicationDetail } } @@ -4324,8 +4161,7 @@ public struct DescribeApplicationOperationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.operationId = operationId } @@ -4338,8 +4174,7 @@ public struct DescribeApplicationOperationOutput: Swift.Sendable { public init( applicationOperationInfoDetails: KinesisAnalyticsV2ClientTypes.ApplicationOperationInfoDetails? = nil - ) - { + ) { self.applicationOperationInfoDetails = applicationOperationInfoDetails } } @@ -4355,8 +4190,7 @@ public struct DescribeApplicationSnapshotInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.snapshotName = snapshotName } @@ -4421,8 +4255,7 @@ extension KinesisAnalyticsV2ClientTypes { snapshotCreationTimestamp: Foundation.Date? = nil, snapshotName: Swift.String? = nil, snapshotStatus: KinesisAnalyticsV2ClientTypes.SnapshotStatus? = nil - ) - { + ) { self.applicationVersionId = applicationVersionId self.runtimeEnvironment = runtimeEnvironment self.snapshotCreationTimestamp = snapshotCreationTimestamp @@ -4439,8 +4272,7 @@ public struct DescribeApplicationSnapshotOutput: Swift.Sendable { public init( snapshotDetails: KinesisAnalyticsV2ClientTypes.SnapshotDetails? = nil - ) - { + ) { self.snapshotDetails = snapshotDetails } } @@ -4456,8 +4288,7 @@ public struct DescribeApplicationVersionInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, applicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.applicationVersionId = applicationVersionId } @@ -4469,8 +4300,7 @@ public struct DescribeApplicationVersionOutput: Swift.Sendable { public init( applicationVersionDetail: KinesisAnalyticsV2ClientTypes.ApplicationDetail? = nil - ) - { + ) { self.applicationVersionDetail = applicationVersionDetail } } @@ -4493,8 +4323,7 @@ public struct ResourceProvisionedThroughputExceededException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4517,8 +4346,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4547,8 +4375,7 @@ public struct UnableToDetectSchemaException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, processedInputRecords: [Swift.String]? = nil, rawInputRecords: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.processedInputRecords = processedInputRecords self.properties.rawInputRecords = rawInputRecords @@ -4569,8 +4396,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( bucketARN: Swift.String? = nil, fileKey: Swift.String? = nil - ) - { + ) { self.bucketARN = bucketARN self.fileKey = fileKey } @@ -4596,8 +4422,7 @@ public struct DiscoverInputSchemaInput: Swift.Sendable { resourceARN: Swift.String? = nil, s3Configuration: KinesisAnalyticsV2ClientTypes.S3Configuration? = nil, serviceExecutionRole: Swift.String? = nil - ) - { + ) { self.inputProcessingConfiguration = inputProcessingConfiguration self.inputStartingPositionConfiguration = inputStartingPositionConfiguration self.resourceARN = resourceARN @@ -4621,8 +4446,7 @@ public struct DiscoverInputSchemaOutput: Swift.Sendable { parsedInputRecords: [[Swift.String]]? = nil, processedInputRecords: [Swift.String]? = nil, rawInputRecords: [Swift.String]? = nil - ) - { + ) { self.inputSchema = inputSchema self.parsedInputRecords = parsedInputRecords self.processedInputRecords = processedInputRecords @@ -4650,8 +4474,7 @@ public struct ListApplicationOperationsInput: Swift.Sendable { nextToken: Swift.String? = nil, operation: Swift.String? = nil, operationStatus: KinesisAnalyticsV2ClientTypes.OperationStatus? = nil - ) - { + ) { self.applicationName = applicationName self.limit = limit self.nextToken = nextToken @@ -4670,8 +4493,7 @@ public struct ListApplicationOperationsOutput: Swift.Sendable { public init( applicationOperationInfoList: [KinesisAnalyticsV2ClientTypes.ApplicationOperationInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationOperationInfoList = applicationOperationInfoList self.nextToken = nextToken } @@ -4686,8 +4508,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken } @@ -4703,8 +4524,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationSummaries: [KinesisAnalyticsV2ClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationSummaries = applicationSummaries self.nextToken = nextToken } @@ -4723,8 +4543,7 @@ public struct ListApplicationSnapshotsInput: Swift.Sendable { applicationName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.limit = limit self.nextToken = nextToken @@ -4740,8 +4559,7 @@ public struct ListApplicationSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshotSummaries: [KinesisAnalyticsV2ClientTypes.SnapshotDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshotSummaries = snapshotSummaries } @@ -4760,8 +4578,7 @@ public struct ListApplicationVersionsInput: Swift.Sendable { applicationName: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.limit = limit self.nextToken = nextToken @@ -4777,8 +4594,7 @@ public struct ListApplicationVersionsOutput: Swift.Sendable { public init( applicationVersionSummaries: [KinesisAnalyticsV2ClientTypes.ApplicationVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationVersionSummaries = applicationVersionSummaries self.nextToken = nextToken } @@ -4791,8 +4607,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -4803,8 +4618,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [KinesisAnalyticsV2ClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4820,8 +4634,7 @@ public struct RollbackApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, currentApplicationVersionId: Swift.Int? = nil - ) - { + ) { self.applicationName = applicationName self.currentApplicationVersionId = currentApplicationVersionId } @@ -4837,8 +4650,7 @@ public struct RollbackApplicationOutput: Swift.Sendable { public init( applicationDetail: KinesisAnalyticsV2ClientTypes.ApplicationDetail? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationDetail = applicationDetail self.operationId = operationId } @@ -4858,8 +4670,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( inputId: Swift.String? = nil, inputStartingPositionConfiguration: KinesisAnalyticsV2ClientTypes.InputStartingPositionConfiguration? = nil - ) - { + ) { self.inputId = inputId self.inputStartingPositionConfiguration = inputStartingPositionConfiguration } @@ -4881,8 +4692,7 @@ extension KinesisAnalyticsV2ClientTypes { applicationRestoreConfiguration: KinesisAnalyticsV2ClientTypes.ApplicationRestoreConfiguration? = nil, flinkRunConfiguration: KinesisAnalyticsV2ClientTypes.FlinkRunConfiguration? = nil, sqlRunConfigurations: [KinesisAnalyticsV2ClientTypes.SqlRunConfiguration]? = nil - ) - { + ) { self.applicationRestoreConfiguration = applicationRestoreConfiguration self.flinkRunConfiguration = flinkRunConfiguration self.sqlRunConfigurations = sqlRunConfigurations @@ -4900,8 +4710,7 @@ public struct StartApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, runConfiguration: KinesisAnalyticsV2ClientTypes.RunConfiguration? = nil - ) - { + ) { self.applicationName = applicationName self.runConfiguration = runConfiguration } @@ -4913,8 +4722,7 @@ public struct StartApplicationOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -4929,8 +4737,7 @@ public struct StopApplicationInput: Swift.Sendable { public init( applicationName: Swift.String? = nil, force: Swift.Bool? = nil - ) - { + ) { self.applicationName = applicationName self.force = force } @@ -4942,8 +4749,7 @@ public struct StopApplicationOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -4959,8 +4765,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [KinesisAnalyticsV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -4982,8 +4787,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5006,8 +4810,7 @@ extension KinesisAnalyticsV2ClientTypes { public init( applicationRestoreConfiguration: KinesisAnalyticsV2ClientTypes.ApplicationRestoreConfiguration? = nil, flinkRunConfiguration: KinesisAnalyticsV2ClientTypes.FlinkRunConfiguration? = nil - ) - { + ) { self.applicationRestoreConfiguration = applicationRestoreConfiguration self.flinkRunConfiguration = flinkRunConfiguration } @@ -5046,8 +4849,7 @@ public struct UpdateApplicationInput: Swift.Sendable { runConfigurationUpdate: KinesisAnalyticsV2ClientTypes.RunConfigurationUpdate? = nil, runtimeEnvironmentUpdate: KinesisAnalyticsV2ClientTypes.RuntimeEnvironment? = nil, serviceExecutionRoleUpdate: Swift.String? = nil - ) - { + ) { self.applicationConfigurationUpdate = applicationConfigurationUpdate self.applicationName = applicationName self.cloudWatchLoggingOptionUpdates = cloudWatchLoggingOptionUpdates @@ -5069,8 +4871,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( applicationDetail: KinesisAnalyticsV2ClientTypes.ApplicationDetail? = nil, operationId: Swift.String? = nil - ) - { + ) { self.applicationDetail = applicationDetail self.operationId = operationId } @@ -5087,8 +4888,7 @@ public struct UpdateApplicationMaintenanceConfigurationInput: Swift.Sendable { public init( applicationMaintenanceConfigurationUpdate: KinesisAnalyticsV2ClientTypes.ApplicationMaintenanceConfigurationUpdate? = nil, applicationName: Swift.String? = nil - ) - { + ) { self.applicationMaintenanceConfigurationUpdate = applicationMaintenanceConfigurationUpdate self.applicationName = applicationName } @@ -5103,8 +4903,7 @@ public struct UpdateApplicationMaintenanceConfigurationOutput: Swift.Sendable { public init( applicationARN: Swift.String? = nil, applicationMaintenanceConfigurationDescription: KinesisAnalyticsV2ClientTypes.ApplicationMaintenanceConfigurationDescription? = nil - ) - { + ) { self.applicationARN = applicationARN self.applicationMaintenanceConfigurationDescription = applicationMaintenanceConfigurationDescription } diff --git a/Sources/Services/AWSKinesisVideo/Package.swift.txt b/Sources/Services/AWSKinesisVideo/Package.swift.txt index b9dc4daf32d..d5785c6a254 100644 --- a/Sources/Services/AWSKinesisVideo/Package.swift.txt +++ b/Sources/Services/AWSKinesisVideo/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/KinesisVideoClient.swift b/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/KinesisVideoClient.swift index 93da11556e8..95737787caa 100644 --- a/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/KinesisVideoClient.swift +++ b/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/KinesisVideoClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisVideoClient: ClientRuntime.Client { public static let clientName = "KinesisVideoClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisVideoClient.KinesisVideoClientConfiguration let serviceName = "Kinesis Video" diff --git a/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/Models.swift b/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/Models.swift index de5e91bccd5..f9a9b2d5351 100644 --- a/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/Models.swift +++ b/Sources/Services/AWSKinesisVideo/Sources/AWSKinesisVideo/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct AccountChannelLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +90,7 @@ public struct AccountStreamLimitExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -218,8 +215,7 @@ extension KinesisVideoClientTypes { public init( messageTtlSeconds: Swift.Int? = nil - ) - { + ) { self.messageTtlSeconds = messageTtlSeconds } } @@ -252,8 +248,7 @@ extension KinesisVideoClientTypes { creationTime: Foundation.Date? = nil, singleMasterConfiguration: KinesisVideoClientTypes.SingleMasterConfiguration? = nil, version: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.channelName = channelName self.channelStatus = channelStatus @@ -303,8 +298,7 @@ extension KinesisVideoClientTypes { public init( comparisonOperator: KinesisVideoClientTypes.ComparisonOperator? = nil, comparisonValue: Swift.String? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.comparisonValue = comparisonValue } @@ -390,8 +384,7 @@ public struct ClientLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -443,8 +436,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -473,8 +465,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -497,8 +488,7 @@ public struct TagsPerResourceExceededLimitException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -517,8 +507,7 @@ extension KinesisVideoClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -541,8 +530,7 @@ public struct CreateSignalingChannelInput: Swift.Sendable { channelType: KinesisVideoClientTypes.ChannelType? = nil, singleMasterConfiguration: KinesisVideoClientTypes.SingleMasterConfiguration? = nil, tags: [KinesisVideoClientTypes.Tag]? = nil - ) - { + ) { self.channelName = channelName self.channelType = channelType self.singleMasterConfiguration = singleMasterConfiguration @@ -556,8 +544,7 @@ public struct CreateSignalingChannelOutput: Swift.Sendable { public init( channelARN: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN } } @@ -580,8 +567,7 @@ public struct DeviceStreamLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -604,8 +590,7 @@ public struct InvalidDeviceException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -632,8 +617,7 @@ public struct CreateStreamInput: Swift.Sendable { mediaType: Swift.String? = nil, streamName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dataRetentionInHours = dataRetentionInHours self.deviceName = deviceName self.kmsKeyId = kmsKeyId @@ -649,8 +633,7 @@ public struct CreateStreamOutput: Swift.Sendable { public init( streamARN: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN } } @@ -673,8 +656,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -697,8 +679,7 @@ public struct StreamEdgeConfigurationNotFoundException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -712,8 +693,7 @@ public struct DeleteEdgeConfigurationInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -742,8 +722,7 @@ public struct VersionMismatchException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -758,8 +737,7 @@ public struct DeleteSignalingChannelInput: Swift.Sendable { public init( channelARN: Swift.String? = nil, currentVersion: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.currentVersion = currentVersion } @@ -788,8 +766,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -804,8 +781,7 @@ public struct DeleteStreamInput: Swift.Sendable { public init( currentVersion: Swift.String? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion self.streamARN = streamARN } @@ -857,8 +833,7 @@ extension KinesisVideoClientTypes { public init( maxLocalMediaSizeInMB: Swift.Int? = nil, strategyOnFullSize: KinesisVideoClientTypes.StrategyOnFullSize? = nil - ) - { + ) { self.maxLocalMediaSizeInMB = maxLocalMediaSizeInMB self.strategyOnFullSize = strategyOnFullSize } @@ -880,8 +855,7 @@ extension KinesisVideoClientTypes { deleteAfterUpload: Swift.Bool? = nil, edgeRetentionInHours: Swift.Int? = nil, localSizeConfig: KinesisVideoClientTypes.LocalSizeConfig? = nil - ) - { + ) { self.deleteAfterUpload = deleteAfterUpload self.edgeRetentionInHours = edgeRetentionInHours self.localSizeConfig = localSizeConfig @@ -898,8 +872,7 @@ public struct DescribeEdgeConfigurationInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -955,8 +928,7 @@ extension KinesisVideoClientTypes { lastCollectedTime: Foundation.Date? = nil, lastUpdatedTime: Foundation.Date? = nil, recorderStatus: KinesisVideoClientTypes.RecorderStatus? = nil - ) - { + ) { self.jobStatusDetails = jobStatusDetails self.lastCollectedTime = lastCollectedTime self.lastUpdatedTime = lastUpdatedTime @@ -1015,8 +987,7 @@ extension KinesisVideoClientTypes { lastCollectedTime: Foundation.Date? = nil, lastUpdatedTime: Foundation.Date? = nil, uploaderStatus: KinesisVideoClientTypes.UploaderStatus? = nil - ) - { + ) { self.jobStatusDetails = jobStatusDetails self.lastCollectedTime = lastCollectedTime self.lastUpdatedTime = lastUpdatedTime @@ -1037,8 +1008,7 @@ extension KinesisVideoClientTypes { public init( lastRecorderStatus: KinesisVideoClientTypes.LastRecorderStatus? = nil, lastUploaderStatus: KinesisVideoClientTypes.LastUploaderStatus? = nil - ) - { + ) { self.lastRecorderStatus = lastRecorderStatus self.lastUploaderStatus = lastUploaderStatus } @@ -1088,8 +1058,7 @@ extension KinesisVideoClientTypes { public init( mediaUriSecretArn: Swift.String? = nil, mediaUriType: KinesisVideoClientTypes.MediaUriType? = nil - ) - { + ) { self.mediaUriSecretArn = mediaUriSecretArn self.mediaUriType = mediaUriType } @@ -1115,8 +1084,7 @@ extension KinesisVideoClientTypes { public init( durationInSeconds: Swift.Int? = nil, scheduleExpression: Swift.String? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.scheduleExpression = scheduleExpression } @@ -1136,8 +1104,7 @@ extension KinesisVideoClientTypes { public init( mediaSourceConfig: KinesisVideoClientTypes.MediaSourceConfig? = nil, scheduleConfig: KinesisVideoClientTypes.ScheduleConfig? = nil - ) - { + ) { self.mediaSourceConfig = mediaSourceConfig self.scheduleConfig = scheduleConfig } @@ -1154,8 +1121,7 @@ extension KinesisVideoClientTypes { public init( scheduleConfig: KinesisVideoClientTypes.ScheduleConfig? = nil - ) - { + ) { self.scheduleConfig = scheduleConfig } } @@ -1181,8 +1147,7 @@ extension KinesisVideoClientTypes { hubDeviceArn: Swift.String? = nil, recorderConfig: KinesisVideoClientTypes.RecorderConfig? = nil, uploaderConfig: KinesisVideoClientTypes.UploaderConfig? = nil - ) - { + ) { self.deletionConfig = deletionConfig self.hubDeviceArn = hubDeviceArn self.recorderConfig = recorderConfig @@ -1262,8 +1227,7 @@ public struct DescribeEdgeConfigurationOutput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, syncStatus: KinesisVideoClientTypes.SyncStatus? = nil - ) - { + ) { self.creationTime = creationTime self.edgeAgentStatus = edgeAgentStatus self.edgeConfig = edgeConfig @@ -1284,8 +1248,7 @@ public struct DescribeImageGenerationConfigurationInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -1305,8 +1268,7 @@ extension KinesisVideoClientTypes { public init( destinationRegion: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.destinationRegion = destinationRegion self.uri = uri } @@ -1432,8 +1394,7 @@ extension KinesisVideoClientTypes { samplingInterval: Swift.Int? = nil, status: KinesisVideoClientTypes.ConfigurationStatus? = nil, widthPixels: Swift.Int? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.format = format self.formatConfig = formatConfig @@ -1452,8 +1413,7 @@ public struct DescribeImageGenerationConfigurationOutput: Swift.Sendable { public init( imageGenerationConfiguration: KinesisVideoClientTypes.ImageGenerationConfiguration? = nil - ) - { + ) { self.imageGenerationConfiguration = imageGenerationConfiguration } } @@ -1473,8 +1433,7 @@ public struct DescribeMappedResourceConfigurationInput: Swift.Sendable { nextToken: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.streamARN = streamARN @@ -1494,8 +1453,7 @@ extension KinesisVideoClientTypes { public init( arn: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type } @@ -1511,8 +1469,7 @@ public struct DescribeMappedResourceConfigurationOutput: Swift.Sendable { public init( mappedResourceConfigurationList: [KinesisVideoClientTypes.MappedResourceConfigurationListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mappedResourceConfigurationList = mappedResourceConfigurationList self.nextToken = nextToken } @@ -1527,8 +1484,7 @@ public struct DescribeMediaStorageConfigurationInput: Swift.Sendable { public init( channelARN: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.channelName = channelName } @@ -1580,8 +1536,7 @@ extension KinesisVideoClientTypes { public init( status: KinesisVideoClientTypes.MediaStorageConfigurationStatus? = nil, streamARN: Swift.String? = nil - ) - { + ) { self.status = status self.streamARN = streamARN } @@ -1594,8 +1549,7 @@ public struct DescribeMediaStorageConfigurationOutput: Swift.Sendable { public init( mediaStorageConfiguration: KinesisVideoClientTypes.MediaStorageConfiguration? = nil - ) - { + ) { self.mediaStorageConfiguration = mediaStorageConfiguration } } @@ -1609,8 +1563,7 @@ public struct DescribeNotificationConfigurationInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -1626,8 +1579,7 @@ extension KinesisVideoClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -1647,8 +1599,7 @@ extension KinesisVideoClientTypes { public init( destinationConfig: KinesisVideoClientTypes.NotificationDestinationConfig? = nil, status: KinesisVideoClientTypes.ConfigurationStatus? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.status = status } @@ -1661,8 +1612,7 @@ public struct DescribeNotificationConfigurationOutput: Swift.Sendable { public init( notificationConfiguration: KinesisVideoClientTypes.NotificationConfiguration? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration } } @@ -1676,8 +1626,7 @@ public struct DescribeSignalingChannelInput: Swift.Sendable { public init( channelARN: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.channelName = channelName } @@ -1689,8 +1638,7 @@ public struct DescribeSignalingChannelOutput: Swift.Sendable { public init( channelInfo: KinesisVideoClientTypes.ChannelInfo? = nil - ) - { + ) { self.channelInfo = channelInfo } } @@ -1704,8 +1652,7 @@ public struct DescribeStreamInput: Swift.Sendable { public init( streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName } @@ -1744,8 +1691,7 @@ extension KinesisVideoClientTypes { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.dataRetentionInHours = dataRetentionInHours self.deviceName = deviceName @@ -1765,8 +1711,7 @@ public struct DescribeStreamOutput: Swift.Sendable { public init( streamInfo: KinesisVideoClientTypes.StreamInfo? = nil - ) - { + ) { self.streamInfo = streamInfo } } @@ -1784,8 +1729,7 @@ public struct GetDataEndpointInput: Swift.Sendable { apiName: KinesisVideoClientTypes.APIName? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.apiName = apiName self.streamARN = streamARN self.streamName = streamName @@ -1798,8 +1742,7 @@ public struct GetDataEndpointOutput: Swift.Sendable { public init( dataEndpoint: Swift.String? = nil - ) - { + ) { self.dataEndpoint = dataEndpoint } } @@ -1816,8 +1759,7 @@ extension KinesisVideoClientTypes { public init( protocols: [KinesisVideoClientTypes.ChannelProtocol]? = nil, role: KinesisVideoClientTypes.ChannelRole? = nil - ) - { + ) { self.protocols = protocols self.role = role } @@ -1834,8 +1776,7 @@ public struct GetSignalingChannelEndpointInput: Swift.Sendable { public init( channelARN: Swift.String? = nil, singleMasterChannelEndpointConfiguration: KinesisVideoClientTypes.SingleMasterChannelEndpointConfiguration? = nil - ) - { + ) { self.channelARN = channelARN self.singleMasterChannelEndpointConfiguration = singleMasterChannelEndpointConfiguration } @@ -1853,8 +1794,7 @@ extension KinesisVideoClientTypes { public init( `protocol`: KinesisVideoClientTypes.ChannelProtocol? = nil, resourceEndpoint: Swift.String? = nil - ) - { + ) { self.`protocol` = `protocol` self.resourceEndpoint = resourceEndpoint } @@ -1867,8 +1807,7 @@ public struct GetSignalingChannelEndpointOutput: Swift.Sendable { public init( resourceEndpointList: [KinesisVideoClientTypes.ResourceEndpointListItem]? = nil - ) - { + ) { self.resourceEndpointList = resourceEndpointList } } @@ -1891,8 +1830,7 @@ public struct InvalidResourceFormatException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1910,8 +1848,7 @@ public struct ListEdgeAgentConfigurationsInput: Swift.Sendable { hubDeviceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hubDeviceArn = hubDeviceArn self.maxResults = maxResults self.nextToken = nextToken @@ -1945,8 +1882,7 @@ extension KinesisVideoClientTypes { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, syncStatus: KinesisVideoClientTypes.SyncStatus? = nil - ) - { + ) { self.creationTime = creationTime self.edgeConfig = edgeConfig self.failedStatusDetails = failedStatusDetails @@ -1967,8 +1903,7 @@ public struct ListEdgeAgentConfigurationsOutput: Swift.Sendable { public init( edgeConfigs: [KinesisVideoClientTypes.ListEdgeAgentConfigurationsEdgeConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.edgeConfigs = edgeConfigs self.nextToken = nextToken } @@ -1986,8 +1921,7 @@ public struct ListSignalingChannelsInput: Swift.Sendable { channelNameCondition: KinesisVideoClientTypes.ChannelNameCondition? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelNameCondition = channelNameCondition self.maxResults = maxResults self.nextToken = nextToken @@ -2003,8 +1937,7 @@ public struct ListSignalingChannelsOutput: Swift.Sendable { public init( channelInfoList: [KinesisVideoClientTypes.ChannelInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelInfoList = channelInfoList self.nextToken = nextToken } @@ -2022,8 +1955,7 @@ extension KinesisVideoClientTypes { public init( comparisonOperator: KinesisVideoClientTypes.ComparisonOperator? = nil, comparisonValue: Swift.String? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.comparisonValue = comparisonValue } @@ -2042,8 +1974,7 @@ public struct ListStreamsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, streamNameCondition: KinesisVideoClientTypes.StreamNameCondition? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.streamNameCondition = streamNameCondition @@ -2059,8 +1990,7 @@ public struct ListStreamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streamInfoList: [KinesisVideoClientTypes.StreamInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.streamInfoList = streamInfoList } @@ -2076,8 +2006,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceARN = resourceARN } @@ -2092,8 +2021,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -2111,8 +2039,7 @@ public struct ListTagsForStreamInput: Swift.Sendable { nextToken: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.streamARN = streamARN self.streamName = streamName @@ -2128,8 +2055,7 @@ public struct ListTagsForStreamOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -2153,8 +2079,7 @@ public struct NoDataRetentionException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2172,8 +2097,7 @@ public struct StartEdgeConfigurationUpdateInput: Swift.Sendable { edgeConfig: KinesisVideoClientTypes.EdgeConfig? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.edgeConfig = edgeConfig self.streamARN = streamARN self.streamName = streamName @@ -2204,8 +2128,7 @@ public struct StartEdgeConfigurationUpdateOutput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, syncStatus: KinesisVideoClientTypes.SyncStatus? = nil - ) - { + ) { self.creationTime = creationTime self.edgeConfig = edgeConfig self.failedStatusDetails = failedStatusDetails @@ -2227,8 +2150,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [KinesisVideoClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2252,8 +2174,7 @@ public struct TagStreamInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName self.tags = tags @@ -2276,8 +2197,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeyList: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeyList = tagKeyList } @@ -2301,8 +2221,7 @@ public struct UntagStreamInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, tagKeyList: [Swift.String]? = nil - ) - { + ) { self.streamARN = streamARN self.streamName = streamName self.tagKeyList = tagKeyList @@ -2364,8 +2283,7 @@ public struct UpdateDataRetentionInput: Swift.Sendable { operation: KinesisVideoClientTypes.UpdateDataRetentionOperation? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion self.dataRetentionChangeInHours = dataRetentionChangeInHours self.operation = operation @@ -2391,8 +2309,7 @@ public struct UpdateImageGenerationConfigurationInput: Swift.Sendable { imageGenerationConfiguration: KinesisVideoClientTypes.ImageGenerationConfiguration? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.imageGenerationConfiguration = imageGenerationConfiguration self.streamARN = streamARN self.streamName = streamName @@ -2415,8 +2332,7 @@ public struct UpdateMediaStorageConfigurationInput: Swift.Sendable { public init( channelARN: Swift.String? = nil, mediaStorageConfiguration: KinesisVideoClientTypes.MediaStorageConfiguration? = nil - ) - { + ) { self.channelARN = channelARN self.mediaStorageConfiguration = mediaStorageConfiguration } @@ -2439,8 +2355,7 @@ public struct UpdateNotificationConfigurationInput: Swift.Sendable { notificationConfiguration: KinesisVideoClientTypes.NotificationConfiguration? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration self.streamARN = streamARN self.streamName = streamName @@ -2466,8 +2381,7 @@ public struct UpdateSignalingChannelInput: Swift.Sendable { channelARN: Swift.String? = nil, currentVersion: Swift.String? = nil, singleMasterConfiguration: KinesisVideoClientTypes.SingleMasterConfiguration? = nil - ) - { + ) { self.channelARN = channelARN self.currentVersion = currentVersion self.singleMasterConfiguration = singleMasterConfiguration @@ -2498,8 +2412,7 @@ public struct UpdateStreamInput: Swift.Sendable { mediaType: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.currentVersion = currentVersion self.deviceName = deviceName self.mediaType = mediaType diff --git a/Sources/Services/AWSKinesisVideoArchivedMedia/Package.swift.txt b/Sources/Services/AWSKinesisVideoArchivedMedia/Package.swift.txt index d686a196d22..61f07db5b32 100644 --- a/Sources/Services/AWSKinesisVideoArchivedMedia/Package.swift.txt +++ b/Sources/Services/AWSKinesisVideoArchivedMedia/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.swift b/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.swift index 7e6e725b224..4292633ef04 100644 --- a/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.swift +++ b/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisVideoArchivedMediaClient: ClientRuntime.Client { public static let clientName = "KinesisVideoArchivedMediaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisVideoArchivedMediaClient.KinesisVideoArchivedMediaClientConfiguration let serviceName = "Kinesis Video Archived Media" diff --git a/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/Models.swift b/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/Models.swift index d5de08910a2..f587229e721 100644 --- a/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/Models.swift +++ b/Sources/Services/AWSKinesisVideoArchivedMedia/Sources/AWSKinesisVideoArchivedMedia/Models.swift @@ -43,8 +43,7 @@ public struct ClientLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct InvalidCodecPrivateDataException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -115,8 +112,7 @@ public struct InvalidMediaFrameException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -139,8 +135,7 @@ public struct MissingCodecPrivateDataException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +158,7 @@ public struct NoDataRetentionException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +181,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -211,8 +204,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -235,8 +227,7 @@ public struct UnsupportedStreamMediaTypeException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -284,8 +275,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( endTimestamp: Foundation.Date? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.startTimestamp = startTimestamp } @@ -306,8 +296,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( fragmentSelectorType: KinesisVideoArchivedMediaClientTypes.ClipFragmentSelectorType? = nil, timestampRange: KinesisVideoArchivedMediaClientTypes.ClipTimestampRange? = nil - ) - { + ) { self.fragmentSelectorType = fragmentSelectorType self.timestampRange = timestampRange } @@ -327,8 +316,7 @@ public struct GetClipInput: Swift.Sendable { clipFragmentSelector: KinesisVideoArchivedMediaClientTypes.ClipFragmentSelector? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.clipFragmentSelector = clipFragmentSelector self.streamARN = streamARN self.streamName = streamName @@ -344,8 +332,7 @@ public struct GetClipOutput: Swift.Sendable { public init( contentType: Swift.String? = nil, payload: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.contentType = contentType self.payload = payload } @@ -392,8 +379,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( endTimestamp: Foundation.Date? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.startTimestamp = startTimestamp } @@ -412,8 +398,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( fragmentSelectorType: KinesisVideoArchivedMediaClientTypes.DASHFragmentSelectorType? = nil, timestampRange: KinesisVideoArchivedMediaClientTypes.DASHTimestampRange? = nil - ) - { + ) { self.fragmentSelectorType = fragmentSelectorType self.timestampRange = timestampRange } @@ -546,8 +531,7 @@ public struct GetDASHStreamingSessionURLInput: Swift.Sendable { playbackMode: KinesisVideoArchivedMediaClientTypes.DASHPlaybackMode? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.dashFragmentSelector = dashFragmentSelector self.displayFragmentNumber = displayFragmentNumber self.displayFragmentTimestamp = displayFragmentTimestamp @@ -565,8 +549,7 @@ public struct GetDASHStreamingSessionURLOutput: Swift.Sendable { public init( dashStreamingSessionURL: Swift.String? = nil - ) - { + ) { self.dashStreamingSessionURL = dashStreamingSessionURL } } @@ -702,8 +685,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( endTimestamp: Foundation.Date? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.startTimestamp = startTimestamp } @@ -722,8 +704,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( fragmentSelectorType: KinesisVideoArchivedMediaClientTypes.HLSFragmentSelectorType? = nil, timestampRange: KinesisVideoArchivedMediaClientTypes.HLSTimestampRange? = nil - ) - { + ) { self.fragmentSelectorType = fragmentSelectorType self.timestampRange = timestampRange } @@ -810,8 +791,7 @@ public struct GetHLSStreamingSessionURLInput: Swift.Sendable { playbackMode: KinesisVideoArchivedMediaClientTypes.HLSPlaybackMode? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.containerFormat = containerFormat self.discontinuityMode = discontinuityMode self.displayFragmentTimestamp = displayFragmentTimestamp @@ -830,8 +810,7 @@ public struct GetHLSStreamingSessionURLOutput: Swift.Sendable { public init( hlsStreamingSessionURL: Swift.String? = nil - ) - { + ) { self.hlsStreamingSessionURL = hlsStreamingSessionURL } } @@ -963,8 +942,7 @@ public struct GetImagesInput: Swift.Sendable { streamARN: Swift.String? = nil, streamName: Swift.String? = nil, widthPixels: Swift.Int? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.format = format self.formatConfig = formatConfig @@ -1031,8 +1009,7 @@ extension KinesisVideoArchivedMediaClientTypes { error: KinesisVideoArchivedMediaClientTypes.ImageError? = nil, imageContent: Swift.String? = nil, timeStamp: Foundation.Date? = nil - ) - { + ) { self.error = error self.imageContent = imageContent self.timeStamp = timeStamp @@ -1049,8 +1026,7 @@ public struct GetImagesOutput: Swift.Sendable { public init( images: [KinesisVideoArchivedMediaClientTypes.Image]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -1069,8 +1045,7 @@ public struct GetMediaForFragmentListInput: Swift.Sendable { fragments: [Swift.String]? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.fragments = fragments self.streamARN = streamARN self.streamName = streamName @@ -1101,8 +1076,7 @@ public struct GetMediaForFragmentListOutput: Swift.Sendable { public init( contentType: Swift.String? = nil, payload: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.contentType = contentType self.payload = payload } @@ -1151,8 +1125,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( endTimestamp: Foundation.Date? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.endTimestamp = endTimestamp self.startTimestamp = startTimestamp } @@ -1184,8 +1157,7 @@ extension KinesisVideoArchivedMediaClientTypes { public init( fragmentSelectorType: KinesisVideoArchivedMediaClientTypes.FragmentSelectorType? = nil, timestampRange: KinesisVideoArchivedMediaClientTypes.TimestampRange? = nil - ) - { + ) { self.fragmentSelectorType = fragmentSelectorType self.timestampRange = timestampRange } @@ -1210,8 +1182,7 @@ public struct ListFragmentsInput: Swift.Sendable { nextToken: Swift.String? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.fragmentSelector = fragmentSelector self.maxResults = maxResults self.nextToken = nextToken @@ -1241,8 +1212,7 @@ extension KinesisVideoArchivedMediaClientTypes { fragmentSizeInBytes: Swift.Int = 0, producerTimestamp: Foundation.Date? = nil, serverTimestamp: Foundation.Date? = nil - ) - { + ) { self.fragmentLengthInMilliseconds = fragmentLengthInMilliseconds self.fragmentNumber = fragmentNumber self.fragmentSizeInBytes = fragmentSizeInBytes @@ -1261,8 +1231,7 @@ public struct ListFragmentsOutput: Swift.Sendable { public init( fragments: [KinesisVideoArchivedMediaClientTypes.Fragment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fragments = fragments self.nextToken = nextToken } diff --git a/Sources/Services/AWSKinesisVideoMedia/Package.swift.txt b/Sources/Services/AWSKinesisVideoMedia/Package.swift.txt index f35b17aebe2..df74ee15260 100644 --- a/Sources/Services/AWSKinesisVideoMedia/Package.swift.txt +++ b/Sources/Services/AWSKinesisVideoMedia/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/KinesisVideoMediaClient.swift b/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/KinesisVideoMediaClient.swift index fd647573584..60946ef4de5 100644 --- a/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/KinesisVideoMediaClient.swift +++ b/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/KinesisVideoMediaClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisVideoMediaClient: ClientRuntime.Client { public static let clientName = "KinesisVideoMediaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisVideoMediaClient.KinesisVideoMediaClientConfiguration let serviceName = "Kinesis Video Media" diff --git a/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/Models.swift b/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/Models.swift index 2d808047f7b..85653c95e00 100644 --- a/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/Models.swift +++ b/Sources/Services/AWSKinesisVideoMedia/Sources/AWSKinesisVideoMedia/Models.swift @@ -41,8 +41,7 @@ public struct ClientLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ public struct ConnectionLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -89,8 +87,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct InvalidEndpointException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +156,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -246,8 +240,7 @@ extension KinesisVideoMediaClientTypes { continuationToken: Swift.String? = nil, startSelectorType: KinesisVideoMediaClientTypes.StartSelectorType? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.afterFragmentNumber = afterFragmentNumber self.continuationToken = continuationToken self.startSelectorType = startSelectorType @@ -269,8 +262,7 @@ public struct GetMediaInput: Swift.Sendable { startSelector: KinesisVideoMediaClientTypes.StartSelector? = nil, streamARN: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.startSelector = startSelector self.streamARN = streamARN self.streamName = streamName @@ -326,8 +318,7 @@ public struct GetMediaOutput: Swift.Sendable { public init( contentType: Swift.String? = nil, payload: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.contentType = contentType self.payload = payload } diff --git a/Sources/Services/AWSKinesisVideoSignaling/Package.swift.txt b/Sources/Services/AWSKinesisVideoSignaling/Package.swift.txt index 7dbe04601fb..80f7c5556cf 100644 --- a/Sources/Services/AWSKinesisVideoSignaling/Package.swift.txt +++ b/Sources/Services/AWSKinesisVideoSignaling/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/KinesisVideoSignalingClient.swift b/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/KinesisVideoSignalingClient.swift index e582bc2333b..a41d7a337c3 100644 --- a/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/KinesisVideoSignalingClient.swift +++ b/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/KinesisVideoSignalingClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisVideoSignalingClient: ClientRuntime.Client { public static let clientName = "KinesisVideoSignalingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisVideoSignalingClient.KinesisVideoSignalingClientConfiguration let serviceName = "Kinesis Video Signaling" diff --git a/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/Models.swift b/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/Models.swift index 4a325579b94..a06246df182 100644 --- a/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/Models.swift +++ b/Sources/Services/AWSKinesisVideoSignaling/Sources/AWSKinesisVideoSignaling/Models.swift @@ -40,8 +40,7 @@ public struct ClientLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -64,8 +63,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +86,7 @@ public struct InvalidClientException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -136,8 +132,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -160,8 +155,7 @@ public struct SessionExpiredException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -208,8 +202,7 @@ public struct GetIceServerConfigInput: Swift.Sendable { clientId: Swift.String? = nil, service: KinesisVideoSignalingClientTypes.Service? = nil, username: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.clientId = clientId self.service = service @@ -235,8 +228,7 @@ extension KinesisVideoSignalingClientTypes { ttl: Swift.Int? = nil, uris: [Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.ttl = ttl self.uris = uris @@ -251,8 +243,7 @@ public struct GetIceServerConfigOutput: Swift.Sendable { public init( iceServerList: [KinesisVideoSignalingClientTypes.IceServer]? = nil - ) - { + ) { self.iceServerList = iceServerList } } @@ -272,8 +263,7 @@ public struct SendAlexaOfferToMasterInput: Swift.Sendable { channelARN: Swift.String? = nil, messagePayload: Swift.String? = nil, senderClientId: Swift.String? = nil - ) - { + ) { self.channelARN = channelARN self.messagePayload = messagePayload self.senderClientId = senderClientId @@ -286,8 +276,7 @@ public struct SendAlexaOfferToMasterOutput: Swift.Sendable { public init( answer: Swift.String? = nil - ) - { + ) { self.answer = answer } } diff --git a/Sources/Services/AWSKinesisVideoWebRTCStorage/Package.swift.txt b/Sources/Services/AWSKinesisVideoWebRTCStorage/Package.swift.txt index 91501237c3d..5c89cf8459d 100644 --- a/Sources/Services/AWSKinesisVideoWebRTCStorage/Package.swift.txt +++ b/Sources/Services/AWSKinesisVideoWebRTCStorage/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.swift b/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.swift index d5e707add81..f53da5c19ac 100644 --- a/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.swift +++ b/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/KinesisVideoWebRTCStorageClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class KinesisVideoWebRTCStorageClient: ClientRuntime.Client { public static let clientName = "KinesisVideoWebRTCStorageClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: KinesisVideoWebRTCStorageClient.KinesisVideoWebRTCStorageClientConfiguration let serviceName = "Kinesis Video WebRTC Storage" diff --git a/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/Models.swift b/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/Models.swift index 42c6a471a3e..8020138fbbf 100644 --- a/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/Models.swift +++ b/Sources/Services/AWSKinesisVideoWebRTCStorage/Sources/AWSKinesisVideoWebRTCStorage/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ClientLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -134,8 +130,7 @@ public struct JoinStorageSessionInput: Swift.Sendable { public init( channelArn: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn } } @@ -151,8 +146,7 @@ public struct JoinStorageSessionAsViewerInput: Swift.Sendable { public init( channelArn: Swift.String? = nil, clientId: Swift.String? = nil - ) - { + ) { self.channelArn = channelArn self.clientId = clientId } diff --git a/Sources/Services/AWSLakeFormation/Package.swift.txt b/Sources/Services/AWSLakeFormation/Package.swift.txt index a5c0cf0d100..b07a768f269 100644 --- a/Sources/Services/AWSLakeFormation/Package.swift.txt +++ b/Sources/Services/AWSLakeFormation/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/LakeFormationClient.swift b/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/LakeFormationClient.swift index d1251ded68d..cc81e87b787 100644 --- a/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/LakeFormationClient.swift +++ b/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/LakeFormationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LakeFormationClient: ClientRuntime.Client { public static let clientName = "LakeFormationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LakeFormationClient.LakeFormationClientConfiguration let serviceName = "LakeFormation" diff --git a/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/Models.swift b/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/Models.swift index 499226591ee..2d751a0d794 100644 --- a/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/Models.swift +++ b/Sources/Services/AWSLakeFormation/Sources/AWSLakeFormation/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ public struct EntityNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +120,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +144,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -173,8 +168,7 @@ public struct OperationTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -196,8 +190,7 @@ extension LakeFormationClientTypes { catalogId: Swift.String? = nil, tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey self.tagValues = tagValues @@ -214,8 +207,7 @@ extension LakeFormationClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -234,8 +226,7 @@ extension LakeFormationClientTypes { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -260,8 +251,7 @@ extension LakeFormationClientTypes { name: Swift.String? = nil, tableCatalogId: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.name = name self.tableCatalogId = tableCatalogId @@ -283,8 +273,7 @@ extension LakeFormationClientTypes { public init( catalogId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.resourceArn = resourceArn } @@ -308,8 +297,7 @@ extension LakeFormationClientTypes { catalogId: Swift.String? = nil, tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey self.tagValues = tagValues @@ -330,8 +318,7 @@ extension LakeFormationClientTypes { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -352,8 +339,7 @@ extension LakeFormationClientTypes { public init( tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.tagKey = tagKey self.tagValues = tagValues } @@ -408,8 +394,7 @@ extension LakeFormationClientTypes { expression: [LakeFormationClientTypes.LFTag]? = [], expressionName: Swift.String? = nil, resourceType: LakeFormationClientTypes.ResourceType? = nil - ) - { + ) { self.catalogId = catalogId self.expression = expression self.expressionName = expressionName @@ -446,8 +431,7 @@ extension LakeFormationClientTypes { databaseName: Swift.String? = nil, name: Swift.String? = nil, tableWildcard: LakeFormationClientTypes.TableWildcard? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.name = name @@ -465,8 +449,7 @@ extension LakeFormationClientTypes { public init( excludedColumnNames: [Swift.String]? = nil - ) - { + ) { self.excludedColumnNames = excludedColumnNames } } @@ -495,8 +478,7 @@ extension LakeFormationClientTypes { columnWildcard: LakeFormationClientTypes.ColumnWildcard? = nil, databaseName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.columnNames = columnNames self.columnWildcard = columnWildcard @@ -539,8 +521,7 @@ extension LakeFormationClientTypes { lfTagPolicy: LakeFormationClientTypes.LFTagPolicyResource? = nil, table: LakeFormationClientTypes.TableResource? = nil, tableWithColumns: LakeFormationClientTypes.TableWithColumnsResource? = nil - ) - { + ) { self.catalog = catalog self.dataCellsFilter = dataCellsFilter self.dataLocation = dataLocation @@ -568,8 +549,7 @@ public struct AddLFTagsToResourceInput: Swift.Sendable { catalogId: Swift.String? = nil, lfTags: [LakeFormationClientTypes.LFTagPair]? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.catalogId = catalogId self.lfTags = lfTags self.resource = resource @@ -588,8 +568,7 @@ extension LakeFormationClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -608,8 +587,7 @@ extension LakeFormationClientTypes { public init( error: LakeFormationClientTypes.ErrorDetail? = nil, lfTag: LakeFormationClientTypes.LFTagPair? = nil - ) - { + ) { self.error = error self.lfTag = lfTag } @@ -622,8 +600,7 @@ public struct AddLFTagsToResourceOutput: Swift.Sendable { public init( failures: [LakeFormationClientTypes.LFTagError]? = nil - ) - { + ) { self.failures = failures } } @@ -649,8 +626,7 @@ extension LakeFormationClientTypes { partitionValues: [Swift.String]? = nil, size: Swift.Int = 0, uri: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.partitionValues = partitionValues self.size = size @@ -687,8 +663,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -740,8 +715,7 @@ public struct AssumeDecoratedRoleWithSAMLInput: Swift.Sendable { principalArn: Swift.String? = nil, roleArn: Swift.String? = nil, samlAssertion: Swift.String? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.principalArn = principalArn self.roleArn = roleArn @@ -764,8 +738,7 @@ public struct AssumeDecoratedRoleWithSAMLOutput: Swift.Sendable { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -782,8 +755,7 @@ extension LakeFormationClientTypes { public init( additionalAuditContext: Swift.String? = nil - ) - { + ) { self.additionalAuditContext = additionalAuditContext } } @@ -869,8 +841,7 @@ extension LakeFormationClientTypes { public init( dataLakePrincipalIdentifier: Swift.String? = nil - ) - { + ) { self.dataLakePrincipalIdentifier = dataLakePrincipalIdentifier } } @@ -898,8 +869,7 @@ extension LakeFormationClientTypes { permissionsWithGrantOption: [LakeFormationClientTypes.Permission]? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.id = id self.permissions = permissions self.permissionsWithGrantOption = permissionsWithGrantOption @@ -919,8 +889,7 @@ public struct BatchGrantPermissionsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, entries: [LakeFormationClientTypes.BatchPermissionsRequestEntry]? = nil - ) - { + ) { self.catalogId = catalogId self.entries = entries } @@ -938,8 +907,7 @@ extension LakeFormationClientTypes { public init( error: LakeFormationClientTypes.ErrorDetail? = nil, requestEntry: LakeFormationClientTypes.BatchPermissionsRequestEntry? = nil - ) - { + ) { self.error = error self.requestEntry = requestEntry } @@ -952,8 +920,7 @@ public struct BatchGrantPermissionsOutput: Swift.Sendable { public init( failures: [LakeFormationClientTypes.BatchPermissionsFailureEntry]? = nil - ) - { + ) { self.failures = failures } } @@ -968,8 +935,7 @@ public struct BatchRevokePermissionsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, entries: [LakeFormationClientTypes.BatchPermissionsRequestEntry]? = nil - ) - { + ) { self.catalogId = catalogId self.entries = entries } @@ -981,8 +947,7 @@ public struct BatchRevokePermissionsOutput: Swift.Sendable { public init( failures: [LakeFormationClientTypes.BatchPermissionsFailureEntry]? = nil - ) - { + ) { self.failures = failures } } @@ -1006,8 +971,7 @@ public struct TransactionCommitInProgressException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1031,8 +995,7 @@ public struct TransactionCommittedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1044,8 +1007,7 @@ public struct CancelTransactionInput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -1074,8 +1036,7 @@ public struct TransactionCanceledException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1087,8 +1048,7 @@ public struct CommitTransactionInput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -1134,8 +1094,7 @@ public struct CommitTransactionOutput: Swift.Sendable { public init( transactionStatus: LakeFormationClientTypes.TransactionStatus? = nil - ) - { + ) { self.transactionStatus = transactionStatus } } @@ -1159,8 +1118,7 @@ public struct ResourceNumberLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1177,8 +1135,7 @@ extension LakeFormationClientTypes { public init( allRowsWildcard: LakeFormationClientTypes.AllRowsWildcard? = nil, filterExpression: Swift.String? = nil - ) - { + ) { self.allRowsWildcard = allRowsWildcard self.filterExpression = filterExpression } @@ -1219,8 +1176,7 @@ extension LakeFormationClientTypes { tableCatalogId: Swift.String? = nil, tableName: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.columnNames = columnNames self.columnWildcard = columnWildcard self.databaseName = databaseName @@ -1240,8 +1196,7 @@ public struct CreateDataCellsFilterInput: Swift.Sendable { public init( tableData: LakeFormationClientTypes.DataCellsFilter? = nil - ) - { + ) { self.tableData = tableData } } @@ -1294,8 +1249,7 @@ extension LakeFormationClientTypes { public init( authorizedTargets: [Swift.String]? = nil, status: LakeFormationClientTypes.EnableStatus? = nil - ) - { + ) { self.authorizedTargets = authorizedTargets self.status = status } @@ -1317,8 +1271,7 @@ public struct CreateLakeFormationIdentityCenterConfigurationInput: Swift.Sendabl externalFiltering: LakeFormationClientTypes.ExternalFilteringConfiguration? = nil, instanceArn: Swift.String? = nil, shareRecipients: [LakeFormationClientTypes.DataLakePrincipal]? = nil - ) - { + ) { self.catalogId = catalogId self.externalFiltering = externalFiltering self.instanceArn = instanceArn @@ -1332,8 +1285,7 @@ public struct CreateLakeFormationIdentityCenterConfigurationOutput: Swift.Sendab public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -1349,8 +1301,7 @@ public struct CreateLakeFormationOptInInput: Swift.Sendable { public init( principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.principal = principal self.resource = resource } @@ -1375,8 +1326,7 @@ public struct CreateLFTagInput: Swift.Sendable { catalogId: Swift.String? = nil, tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey self.tagValues = tagValues @@ -1405,8 +1355,7 @@ public struct CreateLFTagExpressionInput: Swift.Sendable { description: Swift.String? = nil, expression: [LakeFormationClientTypes.LFTag]? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.description = description self.expression = expression @@ -1434,8 +1383,7 @@ public struct DeleteDataCellsFilterInput: Swift.Sendable { name: Swift.String? = nil, tableCatalogId: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.name = name self.tableCatalogId = tableCatalogId @@ -1454,8 +1402,7 @@ public struct DeleteLakeFormationIdentityCenterConfigurationInput: Swift.Sendabl public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -1476,8 +1423,7 @@ public struct DeleteLakeFormationOptInInput: Swift.Sendable { public init( principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.principal = principal self.resource = resource } @@ -1498,8 +1444,7 @@ public struct DeleteLFTagInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, tagKey: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey } @@ -1520,8 +1465,7 @@ public struct DeleteLFTagExpressionInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -1551,8 +1495,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1570,8 +1513,7 @@ extension LakeFormationClientTypes { public init( eTag: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.uri = uri } @@ -1600,8 +1542,7 @@ public struct DeleteObjectsOnCancelInput: Swift.Sendable { objects: [LakeFormationClientTypes.VirtualObject]? = nil, tableName: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.objects = objects @@ -1622,8 +1563,7 @@ public struct DeregisterResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1639,8 +1579,7 @@ public struct DescribeLakeFormationIdentityCenterConfigurationInput: Swift.Senda public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -1666,8 +1605,7 @@ public struct DescribeLakeFormationIdentityCenterConfigurationOutput: Swift.Send instanceArn: Swift.String? = nil, resourceShare: Swift.String? = nil, shareRecipients: [LakeFormationClientTypes.DataLakePrincipal]? = nil - ) - { + ) { self.applicationArn = applicationArn self.catalogId = catalogId self.externalFiltering = externalFiltering @@ -1684,8 +1622,7 @@ public struct DescribeResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1711,8 +1648,7 @@ extension LakeFormationClientTypes { resourceArn: Swift.String? = nil, roleArn: Swift.String? = nil, withFederation: Swift.Bool? = nil - ) - { + ) { self.hybridAccessEnabled = hybridAccessEnabled self.lastModified = lastModified self.resourceArn = resourceArn @@ -1728,8 +1664,7 @@ public struct DescribeResourceOutput: Swift.Sendable { public init( resourceInfo: LakeFormationClientTypes.ResourceInfo? = nil - ) - { + ) { self.resourceInfo = resourceInfo } } @@ -1741,8 +1676,7 @@ public struct DescribeTransactionInput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -1765,8 +1699,7 @@ extension LakeFormationClientTypes { transactionId: Swift.String? = nil, transactionStartTime: Foundation.Date? = nil, transactionStatus: LakeFormationClientTypes.TransactionStatus? = nil - ) - { + ) { self.transactionEndTime = transactionEndTime self.transactionId = transactionId self.transactionStartTime = transactionStartTime @@ -1781,8 +1714,7 @@ public struct DescribeTransactionOutput: Swift.Sendable { public init( transactionDescription: LakeFormationClientTypes.TransactionDescription? = nil - ) - { + ) { self.transactionDescription = transactionDescription } } @@ -1793,8 +1725,7 @@ public struct ExtendTransactionInput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -1823,8 +1754,7 @@ public struct GetDataCellsFilterInput: Swift.Sendable { name: Swift.String? = nil, tableCatalogId: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.name = name self.tableCatalogId = tableCatalogId @@ -1838,8 +1768,7 @@ public struct GetDataCellsFilterOutput: Swift.Sendable { public init( dataCellsFilter: LakeFormationClientTypes.DataCellsFilter? = nil - ) - { + ) { self.dataCellsFilter = dataCellsFilter } } @@ -1855,8 +1784,7 @@ public struct GetDataLakePrincipalOutput: Swift.Sendable { public init( identity: Swift.String? = nil - ) - { + ) { self.identity = identity } } @@ -1867,8 +1795,7 @@ public struct GetDataLakeSettingsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId } } @@ -1885,8 +1812,7 @@ extension LakeFormationClientTypes { public init( permissions: [LakeFormationClientTypes.Permission]? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil - ) - { + ) { self.permissions = permissions self.principal = principal } @@ -1929,8 +1855,7 @@ extension LakeFormationClientTypes { parameters: [Swift.String: Swift.String]? = nil, readOnlyAdmins: [LakeFormationClientTypes.DataLakePrincipal]? = nil, trustedResourceOwners: [Swift.String]? = nil - ) - { + ) { self.allowExternalDataFiltering = allowExternalDataFiltering self.allowFullTableExternalDataAccess = allowFullTableExternalDataAccess self.authorizedSessionTagValueList = authorizedSessionTagValueList @@ -1951,8 +1876,7 @@ public struct GetDataLakeSettingsOutput: Swift.Sendable { public init( dataLakeSettings: LakeFormationClientTypes.DataLakeSettings? = nil - ) - { + ) { self.dataLakeSettings = dataLakeSettings } } @@ -1973,8 +1897,7 @@ public struct GetEffectivePermissionsForPathInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.maxResults = maxResults self.nextToken = nextToken @@ -1991,8 +1914,7 @@ extension LakeFormationClientTypes { public init( resourceShare: [Swift.String]? = nil - ) - { + ) { self.resourceShare = resourceShare } } @@ -2007,8 +1929,7 @@ extension LakeFormationClientTypes { public init( expression: Swift.String? = nil - ) - { + ) { self.expression = expression } } @@ -2044,8 +1965,7 @@ extension LakeFormationClientTypes { permissionsWithGrantOption: [LakeFormationClientTypes.Permission]? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.additionalDetails = additionalDetails self.condition = condition self.lastUpdated = lastUpdated @@ -2067,8 +1987,7 @@ public struct GetEffectivePermissionsForPathOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [LakeFormationClientTypes.PrincipalResourcePermissions]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2084,8 +2003,7 @@ public struct GetLFTagInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, tagKey: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey } @@ -2103,8 +2021,7 @@ public struct GetLFTagOutput: Swift.Sendable { catalogId: Swift.String? = nil, tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey self.tagValues = tagValues @@ -2121,8 +2038,7 @@ public struct GetLFTagExpressionInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.name = name } @@ -2143,8 +2059,7 @@ public struct GetLFTagExpressionOutput: Swift.Sendable { description: Swift.String? = nil, expression: [LakeFormationClientTypes.LFTag]? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.description = description self.expression = expression @@ -2159,8 +2074,7 @@ public struct GetQueryStateInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -2222,8 +2136,7 @@ public struct GetQueryStateOutput: Swift.Sendable { public init( error: Swift.String? = nil, state: LakeFormationClientTypes.QueryStateString? = nil - ) - { + ) { self.error = error self.state = state } @@ -2248,8 +2161,7 @@ public struct ExpiredException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2273,8 +2185,7 @@ public struct StatisticsNotReadyYetException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2298,8 +2209,7 @@ public struct ThrottledException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2311,8 +2221,7 @@ public struct GetQueryStatisticsInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -2332,8 +2241,7 @@ extension LakeFormationClientTypes { averageExecutionTimeMillis: Swift.Int = 0, dataScannedBytes: Swift.Int = 0, workUnitsExecutedCount: Swift.Int = 0 - ) - { + ) { self.averageExecutionTimeMillis = averageExecutionTimeMillis self.dataScannedBytes = dataScannedBytes self.workUnitsExecutedCount = workUnitsExecutedCount @@ -2359,8 +2267,7 @@ extension LakeFormationClientTypes { planningTimeMillis: Swift.Int = 0, queueTimeMillis: Swift.Int = 0, workUnitsGeneratedCount: Swift.Int = 0 - ) - { + ) { self.estimatedDataToScanBytes = estimatedDataToScanBytes self.planningTimeMillis = planningTimeMillis self.queueTimeMillis = queueTimeMillis @@ -2381,8 +2288,7 @@ public struct GetQueryStatisticsOutput: Swift.Sendable { executionStatistics: LakeFormationClientTypes.ExecutionStatistics? = nil, planningStatistics: LakeFormationClientTypes.PlanningStatistics? = nil, querySubmissionTime: Foundation.Date? = nil - ) - { + ) { self.executionStatistics = executionStatistics self.planningStatistics = planningStatistics self.querySubmissionTime = querySubmissionTime @@ -2408,8 +2314,7 @@ public struct GlueEncryptionException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2427,8 +2332,7 @@ public struct GetResourceLFTagsInput: Swift.Sendable { catalogId: Swift.String? = nil, resource: LakeFormationClientTypes.Resource? = nil, showAssignedLFTags: Swift.Bool? = nil - ) - { + ) { self.catalogId = catalogId self.resource = resource self.showAssignedLFTags = showAssignedLFTags @@ -2447,8 +2351,7 @@ extension LakeFormationClientTypes { public init( lfTags: [LakeFormationClientTypes.LFTagPair]? = nil, name: Swift.String? = nil - ) - { + ) { self.lfTags = lfTags self.name = name } @@ -2467,8 +2370,7 @@ public struct GetResourceLFTagsOutput: Swift.Sendable { lfTagOnDatabase: [LakeFormationClientTypes.LFTagPair]? = nil, lfTagsOnColumns: [LakeFormationClientTypes.ColumnLFTag]? = nil, lfTagsOnTable: [LakeFormationClientTypes.LFTagPair]? = nil - ) - { + ) { self.lfTagOnDatabase = lfTagOnDatabase self.lfTagsOnColumns = lfTagsOnColumns self.lfTagsOnTable = lfTagsOnTable @@ -2510,8 +2412,7 @@ public struct GetTableObjectsInput: Swift.Sendable { queryAsOfTime: Foundation.Date? = nil, tableName: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.maxResults = maxResults @@ -2538,8 +2439,7 @@ extension LakeFormationClientTypes { eTag: Swift.String? = nil, size: Swift.Int = 0, uri: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.size = size self.uri = uri @@ -2559,8 +2459,7 @@ extension LakeFormationClientTypes { public init( objects: [LakeFormationClientTypes.TableObject]? = nil, partitionValues: [Swift.String]? = nil - ) - { + ) { self.objects = objects self.partitionValues = partitionValues } @@ -2576,8 +2475,7 @@ public struct GetTableObjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, objects: [LakeFormationClientTypes.PartitionObjects]? = nil - ) - { + ) { self.nextToken = nextToken self.objects = objects } @@ -2602,8 +2500,7 @@ public struct PermissionTypeMismatchException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2618,8 +2515,7 @@ extension LakeFormationClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -2683,8 +2579,7 @@ public struct GetTemporaryGluePartitionCredentialsInput: Swift.Sendable { permissions: [LakeFormationClientTypes.Permission]? = nil, supportedPermissionTypes: [LakeFormationClientTypes.PermissionType]? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.auditContext = auditContext self.durationSeconds = durationSeconds self.partition = partition @@ -2709,8 +2604,7 @@ public struct GetTemporaryGluePartitionCredentialsOutput: Swift.Sendable { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -2739,8 +2633,7 @@ extension LakeFormationClientTypes { queryAuthorizationId: Swift.String? = nil, queryId: Swift.String? = nil, queryStartTime: Foundation.Date? = nil - ) - { + ) { self.additionalContext = additionalContext self.clusterId = clusterId self.queryAuthorizationId = queryAuthorizationId @@ -2775,8 +2668,7 @@ public struct GetTemporaryGlueTableCredentialsInput: Swift.Sendable { s3Path: Swift.String? = nil, supportedPermissionTypes: [LakeFormationClientTypes.PermissionType]? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.auditContext = auditContext self.durationSeconds = durationSeconds self.permissions = permissions @@ -2805,8 +2697,7 @@ public struct GetTemporaryGlueTableCredentialsOutput: Swift.Sendable { secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil, vendedS3Path: [Swift.String]? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -2830,8 +2721,7 @@ public struct GetWorkUnitResultsInput: Swift.Sendable { queryId: Swift.String? = nil, workUnitId: Swift.Int? = 0, workUnitToken: Swift.String? = nil - ) - { + ) { self.queryId = queryId self.workUnitId = workUnitId self.workUnitToken = workUnitToken @@ -2850,8 +2740,7 @@ public struct GetWorkUnitResultsOutput: Swift.Sendable { public init( resultStream: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.resultStream = resultStream } } @@ -2875,8 +2764,7 @@ public struct WorkUnitsNotReadyYetException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2894,8 +2782,7 @@ public struct GetWorkUnitsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil, queryId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.queryId = queryId @@ -2920,8 +2807,7 @@ extension LakeFormationClientTypes { workUnitIdMax: Swift.Int = 0, workUnitIdMin: Swift.Int = 0, workUnitToken: Swift.String? = nil - ) - { + ) { self.workUnitIdMax = workUnitIdMax self.workUnitIdMin = workUnitIdMin self.workUnitToken = workUnitToken @@ -2944,8 +2830,7 @@ public struct GetWorkUnitsOutput: Swift.Sendable { nextToken: Swift.String? = nil, queryId: Swift.String? = nil, workUnitRanges: [LakeFormationClientTypes.WorkUnitRange]? = nil - ) - { + ) { self.nextToken = nextToken self.queryId = queryId self.workUnitRanges = workUnitRanges @@ -2973,8 +2858,7 @@ public struct GrantPermissionsInput: Swift.Sendable { permissionsWithGrantOption: [LakeFormationClientTypes.Permission]? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.catalogId = catalogId self.permissions = permissions self.permissionsWithGrantOption = permissionsWithGrantOption @@ -3000,8 +2884,7 @@ public struct ListDataCellsFilterInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, table: LakeFormationClientTypes.TableResource? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.table = table @@ -3017,8 +2900,7 @@ public struct ListDataCellsFilterOutput: Swift.Sendable { public init( dataCellsFilters: [LakeFormationClientTypes.DataCellsFilter]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataCellsFilters = dataCellsFilters self.nextToken = nextToken } @@ -3039,8 +2921,7 @@ public struct ListLakeFormationOptInsInput: Swift.Sendable { nextToken: Swift.String? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principal = principal @@ -3069,8 +2950,7 @@ extension LakeFormationClientTypes { lastUpdatedBy: Swift.String? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.condition = condition self.lastModified = lastModified self.lastUpdatedBy = lastUpdatedBy @@ -3089,8 +2969,7 @@ public struct ListLakeFormationOptInsOutput: Swift.Sendable { public init( lakeFormationOptInsInfoList: [LakeFormationClientTypes.LakeFormationOptInsInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lakeFormationOptInsInfoList = lakeFormationOptInsInfoList self.nextToken = nextToken } @@ -3108,8 +2987,7 @@ public struct ListLFTagExpressionsInput: Swift.Sendable { catalogId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.maxResults = maxResults self.nextToken = nextToken @@ -3134,8 +3012,7 @@ extension LakeFormationClientTypes { description: Swift.String? = nil, expression: [LakeFormationClientTypes.LFTag]? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.description = description self.expression = expression @@ -3153,8 +3030,7 @@ public struct ListLFTagExpressionsOutput: Swift.Sendable { public init( lfTagExpressions: [LakeFormationClientTypes.LFTagExpression]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lfTagExpressions = lfTagExpressions self.nextToken = nextToken } @@ -3204,8 +3080,7 @@ public struct ListLFTagsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceShareType: LakeFormationClientTypes.ResourceShareType? = nil - ) - { + ) { self.catalogId = catalogId self.maxResults = maxResults self.nextToken = nextToken @@ -3222,8 +3097,7 @@ public struct ListLFTagsOutput: Swift.Sendable { public init( lfTags: [LakeFormationClientTypes.LFTagPair]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lfTags = lfTags self.nextToken = nextToken } @@ -3303,8 +3177,7 @@ public struct ListPermissionsInput: Swift.Sendable { principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil, resourceType: LakeFormationClientTypes.DataLakeResourceType? = nil - ) - { + ) { self.catalogId = catalogId self.includeRelated = includeRelated self.maxResults = maxResults @@ -3324,8 +3197,7 @@ public struct ListPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, principalResourcePermissions: [LakeFormationClientTypes.PrincipalResourcePermissions]? = nil - ) - { + ) { self.nextToken = nextToken self.principalResourcePermissions = principalResourcePermissions } @@ -3434,8 +3306,7 @@ extension LakeFormationClientTypes { comparisonOperator: LakeFormationClientTypes.ComparisonOperator? = nil, field: LakeFormationClientTypes.FieldNameString? = nil, stringValueList: [Swift.String]? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.field = field self.stringValueList = stringValueList @@ -3455,8 +3326,7 @@ public struct ListResourcesInput: Swift.Sendable { filterConditionList: [LakeFormationClientTypes.FilterCondition]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterConditionList = filterConditionList self.maxResults = maxResults self.nextToken = nextToken @@ -3472,8 +3342,7 @@ public struct ListResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceInfoList: [LakeFormationClientTypes.ResourceInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceInfoList = resourceInfoList } @@ -3534,8 +3403,7 @@ public struct ListTableStorageOptimizersInput: Swift.Sendable { nextToken: Swift.String? = nil, storageOptimizerType: LakeFormationClientTypes.OptimizerType? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.maxResults = maxResults @@ -3566,8 +3434,7 @@ extension LakeFormationClientTypes { lastRunDetails: Swift.String? = nil, storageOptimizerType: LakeFormationClientTypes.OptimizerType? = nil, warnings: Swift.String? = nil - ) - { + ) { self.config = config self.errorMessage = errorMessage self.lastRunDetails = lastRunDetails @@ -3586,8 +3453,7 @@ public struct ListTableStorageOptimizersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageOptimizerList: [LakeFormationClientTypes.StorageOptimizer]? = nil - ) - { + ) { self.nextToken = nextToken self.storageOptimizerList = storageOptimizerList } @@ -3646,8 +3512,7 @@ public struct ListTransactionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, statusFilter: LakeFormationClientTypes.TransactionStatusFilter? = nil - ) - { + ) { self.catalogId = catalogId self.maxResults = maxResults self.nextToken = nextToken @@ -3664,8 +3529,7 @@ public struct ListTransactionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transactions: [LakeFormationClientTypes.TransactionDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.transactions = transactions } @@ -3681,8 +3545,7 @@ public struct PutDataLakeSettingsInput: Swift.Sendable { public init( catalogId: Swift.String? = nil, dataLakeSettings: LakeFormationClientTypes.DataLakeSettings? = nil - ) - { + ) { self.catalogId = catalogId self.dataLakeSettings = dataLakeSettings } @@ -3712,8 +3575,7 @@ public struct RegisterResourceInput: Swift.Sendable { roleArn: Swift.String? = nil, useServiceLinkedRole: Swift.Bool? = nil, withFederation: Swift.Bool? = nil - ) - { + ) { self.hybridAccessEnabled = hybridAccessEnabled self.resourceArn = resourceArn self.roleArn = roleArn @@ -3741,8 +3603,7 @@ public struct RemoveLFTagsFromResourceInput: Swift.Sendable { catalogId: Swift.String? = nil, lfTags: [LakeFormationClientTypes.LFTagPair]? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.catalogId = catalogId self.lfTags = lfTags self.resource = resource @@ -3755,8 +3616,7 @@ public struct RemoveLFTagsFromResourceOutput: Swift.Sendable { public init( failures: [LakeFormationClientTypes.LFTagError]? = nil - ) - { + ) { self.failures = failures } } @@ -3782,8 +3642,7 @@ public struct RevokePermissionsInput: Swift.Sendable { permissionsWithGrantOption: [LakeFormationClientTypes.Permission]? = nil, principal: LakeFormationClientTypes.DataLakePrincipal? = nil, resource: LakeFormationClientTypes.Resource? = nil - ) - { + ) { self.catalogId = catalogId self.permissions = permissions self.permissionsWithGrantOption = permissionsWithGrantOption @@ -3813,8 +3672,7 @@ public struct SearchDatabasesByLFTagsInput: Swift.Sendable { expression: [LakeFormationClientTypes.LFTag]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.expression = expression self.maxResults = maxResults @@ -3834,8 +3692,7 @@ extension LakeFormationClientTypes { public init( database: LakeFormationClientTypes.DatabaseResource? = nil, lfTags: [LakeFormationClientTypes.LFTagPair]? = nil - ) - { + ) { self.database = database self.lfTags = lfTags } @@ -3851,8 +3708,7 @@ public struct SearchDatabasesByLFTagsOutput: Swift.Sendable { public init( databaseList: [LakeFormationClientTypes.TaggedDatabase]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databaseList = databaseList self.nextToken = nextToken } @@ -3874,8 +3730,7 @@ public struct SearchTablesByLFTagsInput: Swift.Sendable { expression: [LakeFormationClientTypes.LFTag]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.expression = expression self.maxResults = maxResults @@ -3901,8 +3756,7 @@ extension LakeFormationClientTypes { lfTagsOnColumns: [LakeFormationClientTypes.ColumnLFTag]? = nil, lfTagsOnTable: [LakeFormationClientTypes.LFTagPair]? = nil, table: LakeFormationClientTypes.TableResource? = nil - ) - { + ) { self.lfTagOnDatabase = lfTagOnDatabase self.lfTagsOnColumns = lfTagsOnColumns self.lfTagsOnTable = lfTagsOnTable @@ -3920,8 +3774,7 @@ public struct SearchTablesByLFTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableList: [LakeFormationClientTypes.TaggedTable]? = nil - ) - { + ) { self.nextToken = nextToken self.tableList = tableList } @@ -3949,8 +3802,7 @@ extension LakeFormationClientTypes { queryAsOfTime: Foundation.Date? = nil, queryParameters: [Swift.String: Swift.String]? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.queryAsOfTime = queryAsOfTime @@ -3971,8 +3823,7 @@ public struct StartQueryPlanningInput: Swift.Sendable { public init( queryPlanningContext: LakeFormationClientTypes.QueryPlanningContext? = nil, queryString: Swift.String? = nil - ) - { + ) { self.queryPlanningContext = queryPlanningContext self.queryString = queryString } @@ -3991,8 +3842,7 @@ public struct StartQueryPlanningOutput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -4032,8 +3882,7 @@ public struct StartTransactionInput: Swift.Sendable { public init( transactionType: LakeFormationClientTypes.TransactionType? = nil - ) - { + ) { self.transactionType = transactionType } } @@ -4044,8 +3893,7 @@ public struct StartTransactionOutput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -4057,8 +3905,7 @@ public struct UpdateDataCellsFilterInput: Swift.Sendable { public init( tableData: LakeFormationClientTypes.DataCellsFilter? = nil - ) - { + ) { self.tableData = tableData } } @@ -4083,8 +3930,7 @@ public struct UpdateLakeFormationIdentityCenterConfigurationInput: Swift.Sendabl catalogId: Swift.String? = nil, externalFiltering: LakeFormationClientTypes.ExternalFilteringConfiguration? = nil, shareRecipients: [LakeFormationClientTypes.DataLakePrincipal]? = nil - ) - { + ) { self.applicationStatus = applicationStatus self.catalogId = catalogId self.externalFiltering = externalFiltering @@ -4113,8 +3959,7 @@ public struct UpdateLFTagInput: Swift.Sendable { tagKey: Swift.String? = nil, tagValuesToAdd: [Swift.String]? = nil, tagValuesToDelete: [Swift.String]? = nil - ) - { + ) { self.catalogId = catalogId self.tagKey = tagKey self.tagValuesToAdd = tagValuesToAdd @@ -4144,8 +3989,7 @@ public struct UpdateLFTagExpressionInput: Swift.Sendable { description: Swift.String? = nil, expression: [LakeFormationClientTypes.LFTag]? = nil, name: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.description = description self.expression = expression @@ -4175,8 +4019,7 @@ public struct UpdateResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, roleArn: Swift.String? = nil, withFederation: Swift.Bool? = nil - ) - { + ) { self.hybridAccessEnabled = hybridAccessEnabled self.resourceArn = resourceArn self.roleArn = roleArn @@ -4205,8 +4048,7 @@ extension LakeFormationClientTypes { eTag: Swift.String? = nil, partitionValues: [Swift.String]? = nil, uri: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.partitionValues = partitionValues self.uri = uri @@ -4226,8 +4068,7 @@ extension LakeFormationClientTypes { public init( addObject: LakeFormationClientTypes.AddObjectInput? = nil, deleteObject: LakeFormationClientTypes.DeleteObjectInput? = nil - ) - { + ) { self.addObject = addObject self.deleteObject = deleteObject } @@ -4255,8 +4096,7 @@ public struct UpdateTableObjectsInput: Swift.Sendable { tableName: Swift.String? = nil, transactionId: Swift.String? = nil, writeOperations: [LakeFormationClientTypes.WriteOperation]? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.tableName = tableName @@ -4288,8 +4128,7 @@ public struct UpdateTableStorageOptimizerInput: Swift.Sendable { databaseName: Swift.String? = nil, storageOptimizerConfig: [Swift.String: [Swift.String: Swift.String]]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalogId = catalogId self.databaseName = databaseName self.storageOptimizerConfig = storageOptimizerConfig @@ -4303,8 +4142,7 @@ public struct UpdateTableStorageOptimizerOutput: Swift.Sendable { public init( result: Swift.String? = nil - ) - { + ) { self.result = result } } diff --git a/Sources/Services/AWSLambda/Package.swift.txt b/Sources/Services/AWSLambda/Package.swift.txt index e86c47ff3ff..18b2b018846 100644 --- a/Sources/Services/AWSLambda/Package.swift.txt +++ b/Sources/Services/AWSLambda/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,7 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", + package: "smithy-swift" + ), + .product( + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( @@ -53,11 +57,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,25 +77,21 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSLambda/Sources/AWSLambda/LambdaClient.swift b/Sources/Services/AWSLambda/Sources/AWSLambda/LambdaClient.swift index c1216c46264..306873d7677 100644 --- a/Sources/Services/AWSLambda/Sources/AWSLambda/LambdaClient.swift +++ b/Sources/Services/AWSLambda/Sources/AWSLambda/LambdaClient.swift @@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LambdaClient: ClientRuntime.Client { public static let clientName = "LambdaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LambdaClient.LambdaClientConfiguration let serviceName = "Lambda" diff --git a/Sources/Services/AWSLambda/Sources/AWSLambda/Models.swift b/Sources/Services/AWSLambda/Sources/AWSLambda/Models.swift index 107f178a263..c5db35707fe 100644 --- a/Sources/Services/AWSLambda/Sources/AWSLambda/Models.swift +++ b/Sources/Services/AWSLambda/Sources/AWSLambda/Models.swift @@ -121,8 +121,7 @@ extension LambdaClientTypes { concurrentExecutions: Swift.Int = 0, totalCodeSize: Swift.Int = 0, unreservedConcurrentExecutions: Swift.Int? = nil - ) - { + ) { self.codeSizeUnzipped = codeSizeUnzipped self.codeSizeZipped = codeSizeZipped self.concurrentExecutions = concurrentExecutions @@ -144,8 +143,7 @@ extension LambdaClientTypes { public init( functionCount: Swift.Int = 0, totalCodeSize: Swift.Int = 0 - ) - { + ) { self.functionCount = functionCount self.totalCodeSize = totalCodeSize } @@ -174,8 +172,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -201,8 +198,7 @@ public struct PolicyLengthExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -234,8 +230,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -263,8 +258,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -290,8 +284,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -317,8 +310,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -390,8 +382,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun reason: LambdaClientTypes.ThrottleReason? = nil, retryAfterSeconds: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.retryAfterSeconds = retryAfterSeconds @@ -428,8 +419,7 @@ public struct AddLayerVersionPermissionInput: Swift.Sendable { revisionId: Swift.String? = nil, statementId: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.action = action self.layerName = layerName self.organizationId = organizationId @@ -449,8 +439,7 @@ public struct AddLayerVersionPermissionOutput: Swift.Sendable { public init( revisionId: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.revisionId = revisionId self.statement = statement } @@ -534,8 +523,7 @@ public struct AddPermissionInput: Swift.Sendable { sourceAccount: Swift.String? = nil, sourceArn: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.eventSourceToken = eventSourceToken self.functionName = functionName @@ -556,8 +544,7 @@ public struct AddPermissionOutput: Swift.Sendable { public init( statement: Swift.String? = nil - ) - { + ) { self.statement = statement } } @@ -571,8 +558,7 @@ extension LambdaClientTypes { public init( additionalVersionWeights: [Swift.String: Swift.Double]? = nil - ) - { + ) { self.additionalVersionWeights = additionalVersionWeights } } @@ -602,8 +588,7 @@ extension LambdaClientTypes { name: Swift.String? = nil, revisionId: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.aliasArn = aliasArn self.description = description self.functionVersion = functionVersion @@ -624,8 +609,7 @@ extension LambdaClientTypes { public init( signingProfileVersionArns: [Swift.String]? = nil - ) - { + ) { self.signingProfileVersionArns = signingProfileVersionArns } } @@ -640,8 +624,7 @@ extension LambdaClientTypes { public init( consumerGroupId: Swift.String? = nil - ) - { + ) { self.consumerGroupId = consumerGroupId } } @@ -747,8 +730,7 @@ public struct CreateAliasInput: Swift.Sendable { functionVersion: Swift.String? = nil, name: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.description = description self.functionName = functionName self.functionVersion = functionVersion @@ -779,8 +761,7 @@ public struct CreateAliasOutput: Swift.Sendable { name: Swift.String? = nil, revisionId: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.aliasArn = aliasArn self.description = description self.functionVersion = functionVersion @@ -828,8 +809,7 @@ extension LambdaClientTypes { public init( untrustedArtifactOnDeployment: LambdaClientTypes.CodeSigningPolicy? = nil - ) - { + ) { self.untrustedArtifactOnDeployment = untrustedArtifactOnDeployment } } @@ -851,8 +831,7 @@ public struct CreateCodeSigningConfigInput: Swift.Sendable { codeSigningPolicies: LambdaClientTypes.CodeSigningPolicies? = nil, description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowedPublishers = allowedPublishers self.codeSigningPolicies = codeSigningPolicies self.description = description @@ -889,8 +868,7 @@ extension LambdaClientTypes { codeSigningPolicies: LambdaClientTypes.CodeSigningPolicies? = nil, description: Swift.String? = nil, lastModified: Swift.String? = nil - ) - { + ) { self.allowedPublishers = allowedPublishers self.codeSigningConfigArn = codeSigningConfigArn self.codeSigningConfigId = codeSigningConfigId @@ -908,8 +886,7 @@ public struct CreateCodeSigningConfigOutput: Swift.Sendable { public init( codeSigningConfig: LambdaClientTypes.CodeSigningConfig? = nil - ) - { + ) { self.codeSigningConfig = codeSigningConfig } } @@ -923,8 +900,7 @@ extension LambdaClientTypes { public init( destination: Swift.String? = nil - ) - { + ) { self.destination = destination } } @@ -939,8 +915,7 @@ extension LambdaClientTypes { public init( destination: Swift.String? = nil - ) - { + ) { self.destination = destination } } @@ -958,8 +933,7 @@ extension LambdaClientTypes { public init( onFailure: LambdaClientTypes.OnFailure? = nil, onSuccess: LambdaClientTypes.OnSuccess? = nil - ) - { + ) { self.onFailure = onFailure self.onSuccess = onSuccess } @@ -1010,8 +984,7 @@ extension LambdaClientTypes { collectionName: Swift.String? = nil, databaseName: Swift.String? = nil, fullDocument: LambdaClientTypes.FullDocument? = nil - ) - { + ) { self.collectionName = collectionName self.databaseName = databaseName self.fullDocument = fullDocument @@ -1028,8 +1001,7 @@ extension LambdaClientTypes { public init( pattern: Swift.String? = nil - ) - { + ) { self.pattern = pattern } } @@ -1044,8 +1016,7 @@ extension LambdaClientTypes { public init( filters: [LambdaClientTypes.Filter]? = nil - ) - { + ) { self.filters = filters } } @@ -1112,8 +1083,7 @@ extension LambdaClientTypes { public init( metrics: [LambdaClientTypes.EventSourceMappingMetric]? = nil - ) - { + ) { self.metrics = metrics } } @@ -1131,8 +1101,7 @@ extension LambdaClientTypes { public init( maximumPollers: Swift.Int? = nil, minimumPollers: Swift.Int? = nil - ) - { + ) { self.maximumPollers = maximumPollers self.minimumPollers = minimumPollers } @@ -1148,8 +1117,7 @@ extension LambdaClientTypes { public init( maximumConcurrency: Swift.Int? = nil - ) - { + ) { self.maximumConcurrency = maximumConcurrency } } @@ -1190,8 +1158,7 @@ extension LambdaClientTypes { public init( endpoints: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.endpoints = endpoints } } @@ -1206,8 +1173,7 @@ extension LambdaClientTypes { public init( consumerGroupId: Swift.String? = nil - ) - { + ) { self.consumerGroupId = consumerGroupId } } @@ -1290,8 +1256,7 @@ extension LambdaClientTypes { public init( type: LambdaClientTypes.SourceAccessType? = nil, uri: Swift.String? = nil - ) - { + ) { self.type = type self.uri = uri } @@ -1452,8 +1417,7 @@ public struct CreateEventSourceMappingInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -1496,8 +1460,7 @@ extension LambdaClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -1604,8 +1567,7 @@ public struct CreateEventSourceMappingOutput: Swift.Sendable { topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -1661,8 +1623,7 @@ public struct CodeSigningConfigNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -1689,8 +1650,7 @@ public struct CodeStorageExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -1716,8 +1676,7 @@ public struct CodeVerificationFailedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -1743,8 +1702,7 @@ public struct InvalidCodeSignatureException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -1774,8 +1732,7 @@ extension LambdaClientTypes { s3ObjectVersion: Swift.String? = nil, sourceKMSKeyArn: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.imageUri = imageUri self.s3Bucket = s3Bucket self.s3Key = s3Key @@ -1800,8 +1757,7 @@ extension LambdaClientTypes { public init( targetArn: Swift.String? = nil - ) - { + ) { self.targetArn = targetArn } } @@ -1816,8 +1772,7 @@ extension LambdaClientTypes { public init( variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.variables = variables } } @@ -1838,8 +1793,7 @@ extension LambdaClientTypes { public init( size: Swift.Int? = nil - ) - { + ) { self.size = size } } @@ -1859,8 +1813,7 @@ extension LambdaClientTypes { public init( arn: Swift.String? = nil, localMountPath: Swift.String? = nil - ) - { + ) { self.arn = arn self.localMountPath = localMountPath } @@ -1882,8 +1835,7 @@ extension LambdaClientTypes { command: [Swift.String]? = nil, entryPoint: [Swift.String]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.command = command self.entryPoint = entryPoint self.workingDirectory = workingDirectory @@ -1970,8 +1922,7 @@ extension LambdaClientTypes { logFormat: LambdaClientTypes.LogFormat? = nil, logGroup: Swift.String? = nil, systemLogLevel: LambdaClientTypes.SystemLogLevel? = nil - ) - { + ) { self.applicationLogLevel = applicationLogLevel self.logFormat = logFormat self.logGroup = logGroup @@ -2190,8 +2141,7 @@ extension LambdaClientTypes { public init( applyOn: LambdaClientTypes.SnapStartApplyOn? = nil - ) - { + ) { self.applyOn = applyOn } } @@ -2235,8 +2185,7 @@ extension LambdaClientTypes { public init( mode: LambdaClientTypes.TracingMode? = nil - ) - { + ) { self.mode = mode } } @@ -2257,8 +2206,7 @@ extension LambdaClientTypes { ipv6AllowedForDualStack: Swift.Bool? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.ipv6AllowedForDualStack = ipv6AllowedForDualStack self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -2364,8 +2312,7 @@ public struct CreateFunctionInput: Swift.Sendable { timeout: Swift.Int? = nil, tracingConfig: LambdaClientTypes.TracingConfig? = nil, vpcConfig: LambdaClientTypes.VpcConfig? = nil - ) - { + ) { self.architectures = architectures self.code = code self.codeSigningConfigArn = codeSigningConfigArn @@ -2405,8 +2352,7 @@ extension LambdaClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -2430,8 +2376,7 @@ extension LambdaClientTypes { public init( error: LambdaClientTypes.EnvironmentError? = nil, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.error = error self.variables = variables } @@ -2455,8 +2400,7 @@ extension LambdaClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -2480,8 +2424,7 @@ extension LambdaClientTypes { public init( error: LambdaClientTypes.ImageConfigError? = nil, imageConfig: LambdaClientTypes.ImageConfig? = nil - ) - { + ) { self.error = error self.imageConfig = imageConfig } @@ -2624,8 +2567,7 @@ extension LambdaClientTypes { codeSize: Swift.Int = 0, signingJobArn: Swift.String? = nil, signingProfileVersionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.codeSize = codeSize self.signingJobArn = signingJobArn @@ -2646,8 +2588,7 @@ extension LambdaClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -2671,8 +2612,7 @@ extension LambdaClientTypes { public init( error: LambdaClientTypes.RuntimeVersionError? = nil, runtimeVersionArn: Swift.String? = nil - ) - { + ) { self.error = error self.runtimeVersionArn = runtimeVersionArn } @@ -2720,8 +2660,7 @@ extension LambdaClientTypes { public init( applyOn: LambdaClientTypes.SnapStartApplyOn? = nil, optimizationStatus: LambdaClientTypes.SnapStartOptimizationStatus? = nil - ) - { + ) { self.applyOn = applyOn self.optimizationStatus = optimizationStatus } @@ -2867,8 +2806,7 @@ extension LambdaClientTypes { public init( mode: LambdaClientTypes.TracingMode? = nil - ) - { + ) { self.mode = mode } } @@ -2892,8 +2830,7 @@ extension LambdaClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipv6AllowedForDualStack = ipv6AllowedForDualStack self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -3025,8 +2962,7 @@ public struct CreateFunctionOutput: Swift.Sendable { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -3090,8 +3026,7 @@ extension LambdaClientTypes { allowOrigins: [Swift.String]? = nil, exposeHeaders: [Swift.String]? = nil, maxAge: Swift.Int? = nil - ) - { + ) { self.allowCredentials = allowCredentials self.allowHeaders = allowHeaders self.allowMethods = allowMethods @@ -3164,8 +3099,7 @@ public struct CreateFunctionUrlConfigInput: Swift.Sendable { functionName: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.authType = authType self.cors = cors self.functionName = functionName @@ -3203,8 +3137,7 @@ public struct CreateFunctionUrlConfigOutput: Swift.Sendable { functionArn: Swift.String? = nil, functionUrl: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil - ) - { + ) { self.authType = authType self.cors = cors self.creationTime = creationTime @@ -3234,8 +3167,7 @@ public struct DeleteAliasInput: Swift.Sendable { public init( functionName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.name = name } @@ -3248,8 +3180,7 @@ public struct DeleteCodeSigningConfigInput: Swift.Sendable { public init( codeSigningConfigArn: Swift.String? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn } } @@ -3279,8 +3210,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -3293,8 +3223,7 @@ public struct DeleteEventSourceMappingInput: Swift.Sendable { public init( uuid: Swift.String? = nil - ) - { + ) { self.uuid = uuid } } @@ -3399,8 +3328,7 @@ public struct DeleteEventSourceMappingOutput: Swift.Sendable { topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -3455,8 +3383,7 @@ public struct DeleteFunctionInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -3478,8 +3405,7 @@ public struct DeleteFunctionCodeSigningConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil - ) - { + ) { self.functionName = functionName } } @@ -3500,8 +3426,7 @@ public struct DeleteFunctionConcurrencyInput: Swift.Sendable { public init( functionName: Swift.String? = nil - ) - { + ) { self.functionName = functionName } } @@ -3525,8 +3450,7 @@ public struct DeleteFunctionEventInvokeConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -3551,8 +3475,7 @@ public struct DeleteFunctionUrlConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -3569,8 +3492,7 @@ public struct DeleteLayerVersionInput: Swift.Sendable { public init( layerName: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.layerName = layerName self.versionNumber = versionNumber } @@ -3596,8 +3518,7 @@ public struct DeleteProvisionedConcurrencyConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -3617,8 +3538,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountLimit: LambdaClientTypes.AccountLimit? = nil, accountUsage: LambdaClientTypes.AccountUsage? = nil - ) - { + ) { self.accountLimit = accountLimit self.accountUsage = accountUsage } @@ -3644,8 +3564,7 @@ public struct GetAliasInput: Swift.Sendable { public init( functionName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.name = name } @@ -3673,8 +3592,7 @@ public struct GetAliasOutput: Swift.Sendable { name: Swift.String? = nil, revisionId: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.aliasArn = aliasArn self.description = description self.functionVersion = functionVersion @@ -3691,8 +3609,7 @@ public struct GetCodeSigningConfigInput: Swift.Sendable { public init( codeSigningConfigArn: Swift.String? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn } } @@ -3704,8 +3621,7 @@ public struct GetCodeSigningConfigOutput: Swift.Sendable { public init( codeSigningConfig: LambdaClientTypes.CodeSigningConfig? = nil - ) - { + ) { self.codeSigningConfig = codeSigningConfig } } @@ -3717,8 +3633,7 @@ public struct GetEventSourceMappingInput: Swift.Sendable { public init( uuid: Swift.String? = nil - ) - { + ) { self.uuid = uuid } } @@ -3823,8 +3738,7 @@ public struct GetEventSourceMappingOutput: Swift.Sendable { topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -3879,8 +3793,7 @@ public struct GetFunctionInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -3907,8 +3820,7 @@ extension LambdaClientTypes { repositoryType: Swift.String? = nil, resolvedImageUri: Swift.String? = nil, sourceKMSKeyArn: Swift.String? = nil - ) - { + ) { self.imageUri = imageUri self.location = location self.repositoryType = repositoryType @@ -3926,8 +3838,7 @@ extension LambdaClientTypes { public init( reservedConcurrentExecutions: Swift.Int? = nil - ) - { + ) { self.reservedConcurrentExecutions = reservedConcurrentExecutions } } @@ -4058,8 +3969,7 @@ extension LambdaClientTypes { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -4114,8 +4024,7 @@ extension LambdaClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -4140,8 +4049,7 @@ public struct GetFunctionOutput: Swift.Sendable { configuration: LambdaClientTypes.FunctionConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, tagsError: LambdaClientTypes.TagsError? = nil - ) - { + ) { self.code = code self.concurrency = concurrency self.configuration = configuration @@ -4166,8 +4074,7 @@ public struct GetFunctionCodeSigningConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil - ) - { + ) { self.functionName = functionName } } @@ -4192,8 +4099,7 @@ public struct GetFunctionCodeSigningConfigOutput: Swift.Sendable { public init( codeSigningConfigArn: Swift.String? = nil, functionName: Swift.String? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn self.functionName = functionName } @@ -4215,8 +4121,7 @@ public struct GetFunctionConcurrencyInput: Swift.Sendable { public init( functionName: Swift.String? = nil - ) - { + ) { self.functionName = functionName } } @@ -4227,8 +4132,7 @@ public struct GetFunctionConcurrencyOutput: Swift.Sendable { public init( reservedConcurrentExecutions: Swift.Int? = nil - ) - { + ) { self.reservedConcurrentExecutions = reservedConcurrentExecutions } } @@ -4252,8 +4156,7 @@ public struct GetFunctionConfigurationInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -4382,8 +4285,7 @@ public struct GetFunctionConfigurationOutput: Swift.Sendable { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -4442,8 +4344,7 @@ public struct GetFunctionEventInvokeConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -4480,8 +4381,7 @@ public struct GetFunctionEventInvokeConfigOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionArn = functionArn self.lastModified = lastModified @@ -4497,8 +4397,7 @@ public struct GetFunctionRecursionConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil - ) - { + ) { self.functionName = functionName } } @@ -4538,8 +4437,7 @@ public struct GetFunctionRecursionConfigOutput: Swift.Sendable { public init( recursiveLoop: LambdaClientTypes.RecursiveLoop? = nil - ) - { + ) { self.recursiveLoop = recursiveLoop } } @@ -4563,8 +4461,7 @@ public struct GetFunctionUrlConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -4603,8 +4500,7 @@ public struct GetFunctionUrlConfigOutput: Swift.Sendable { functionUrl: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil, lastModifiedTime: Swift.String? = nil - ) - { + ) { self.authType = authType self.cors = cors self.creationTime = creationTime @@ -4626,8 +4522,7 @@ public struct GetLayerVersionInput: Swift.Sendable { public init( layerName: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.layerName = layerName self.versionNumber = versionNumber } @@ -4654,8 +4549,7 @@ extension LambdaClientTypes { location: Swift.String? = nil, signingJobArn: Swift.String? = nil, signingProfileVersionArn: Swift.String? = nil - ) - { + ) { self.codeSha256 = codeSha256 self.codeSize = codeSize self.location = location @@ -4695,8 +4589,7 @@ public struct GetLayerVersionOutput: Swift.Sendable { layerVersionArn: Swift.String? = nil, licenseInfo: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.compatibleArchitectures = compatibleArchitectures self.compatibleRuntimes = compatibleRuntimes self.content = content @@ -4716,8 +4609,7 @@ public struct GetLayerVersionByArnInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -4752,8 +4644,7 @@ public struct GetLayerVersionByArnOutput: Swift.Sendable { layerVersionArn: Swift.String? = nil, licenseInfo: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.compatibleArchitectures = compatibleArchitectures self.compatibleRuntimes = compatibleRuntimes self.content = content @@ -4777,8 +4668,7 @@ public struct GetLayerVersionPolicyInput: Swift.Sendable { public init( layerName: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.layerName = layerName self.versionNumber = versionNumber } @@ -4793,8 +4683,7 @@ public struct GetLayerVersionPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -4819,8 +4708,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -4835,8 +4723,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -4862,8 +4749,7 @@ public struct ProvisionedConcurrencyConfigNotFoundException: ClientRuntime.Model public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -4889,8 +4775,7 @@ public struct GetProvisionedConcurrencyConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -4949,8 +4834,7 @@ public struct GetProvisionedConcurrencyConfigOutput: Swift.Sendable { requestedProvisionedConcurrentExecutions: Swift.Int? = nil, status: LambdaClientTypes.ProvisionedConcurrencyStatusEnum? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.allocatedProvisionedConcurrentExecutions = allocatedProvisionedConcurrentExecutions self.availableProvisionedConcurrentExecutions = availableProvisionedConcurrentExecutions self.lastModified = lastModified @@ -4979,8 +4863,7 @@ public struct GetRuntimeManagementConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier } @@ -5030,8 +4913,7 @@ public struct GetRuntimeManagementConfigOutput: Swift.Sendable { functionArn: Swift.String? = nil, runtimeVersionArn: Swift.String? = nil, updateRuntimeOn: LambdaClientTypes.UpdateRuntimeOn? = nil - ) - { + ) { self.functionArn = functionArn self.runtimeVersionArn = runtimeVersionArn self.updateRuntimeOn = updateRuntimeOn @@ -5058,8 +4940,7 @@ public struct EC2AccessDeniedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5085,8 +4966,7 @@ public struct EC2ThrottledException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5114,8 +4994,7 @@ public struct EC2UnexpectedException: ClientRuntime.ModeledError, AWSClientRunti ec2ErrorCode: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.ec2ErrorCode = ec2ErrorCode self.properties.message = message self.properties.type = type @@ -5142,8 +5021,7 @@ public struct EFSIOException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5169,8 +5047,7 @@ public struct EFSMountConnectivityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5196,8 +5073,7 @@ public struct EFSMountFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5223,8 +5099,7 @@ public struct EFSMountTimeoutException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5250,8 +5125,7 @@ public struct ENILimitReachedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5279,8 +5153,7 @@ public struct InvalidRequestContentException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5306,8 +5179,7 @@ public struct InvalidRuntimeException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5333,8 +5205,7 @@ public struct InvalidSecurityGroupIDException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5360,8 +5231,7 @@ public struct InvalidSubnetIDException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5387,8 +5257,7 @@ public struct InvalidZipFileException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5414,8 +5283,7 @@ public struct KMSAccessDeniedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5441,8 +5309,7 @@ public struct KMSDisabledException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5468,8 +5335,7 @@ public struct KMSInvalidStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5495,8 +5361,7 @@ public struct KMSNotFoundException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5524,8 +5389,7 @@ public struct RecursiveInvocationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5551,8 +5415,7 @@ public struct RequestTooLargeException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5580,8 +5443,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5607,8 +5469,7 @@ public struct SnapStartException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5634,8 +5495,7 @@ public struct SnapStartNotReadyException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5661,8 +5521,7 @@ public struct SnapStartTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5688,8 +5547,7 @@ public struct SubnetIPAddressLimitReachedException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5715,8 +5573,7 @@ public struct UnsupportedMediaTypeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -5820,8 +5677,7 @@ public struct InvokeInput: Swift.Sendable { logType: LambdaClientTypes.LogType? = nil, payload: Foundation.Data? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.clientContext = clientContext self.functionName = functionName self.invocationType = invocationType @@ -5854,8 +5710,7 @@ public struct InvokeOutput: Swift.Sendable { logResult: Swift.String? = nil, payload: Foundation.Data? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.executedVersion = executedVersion self.functionError = functionError self.logResult = logResult @@ -5890,8 +5745,7 @@ public struct InvokeAsyncInput: Swift.Sendable { public init( functionName: Swift.String? = nil, invokeArgs: Smithy.ByteStream? = nil - ) - { + ) { self.functionName = functionName self.invokeArgs = invokeArgs } @@ -5905,8 +5759,7 @@ public struct InvokeAsyncOutput: Swift.Sendable { public init( status: Swift.Int = 0 - ) - { + ) { self.status = status } } @@ -5975,8 +5828,7 @@ public struct InvokeWithResponseStreamInput: Swift.Sendable { logType: LambdaClientTypes.LogType? = nil, payload: Foundation.Data? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.clientContext = clientContext self.functionName = functionName self.invocationType = invocationType @@ -6006,8 +5858,7 @@ extension LambdaClientTypes { errorCode: Swift.String? = nil, errorDetails: Swift.String? = nil, logResult: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorDetails = errorDetails self.logResult = logResult @@ -6024,8 +5875,7 @@ extension LambdaClientTypes { public init( payload: Foundation.Data? = nil - ) - { + ) { self.payload = payload } } @@ -6063,8 +5913,7 @@ public struct InvokeWithResponseStreamOutput: Swift.Sendable { executedVersion: Swift.String? = nil, responseStreamContentType: Swift.String? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.eventStream = eventStream self.executedVersion = executedVersion self.responseStreamContentType = responseStreamContentType @@ -6097,8 +5946,7 @@ public struct ListAliasesInput: Swift.Sendable { functionVersion: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.functionVersion = functionVersion self.marker = marker @@ -6115,8 +5963,7 @@ public struct ListAliasesOutput: Swift.Sendable { public init( aliases: [LambdaClientTypes.AliasConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.nextMarker = nextMarker } @@ -6131,8 +5978,7 @@ public struct ListCodeSigningConfigsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -6147,8 +5993,7 @@ public struct ListCodeSigningConfigsOutput: Swift.Sendable { public init( codeSigningConfigs: [LambdaClientTypes.CodeSigningConfig]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.codeSigningConfigs = codeSigningConfigs self.nextMarker = nextMarker } @@ -6192,8 +6037,7 @@ public struct ListEventSourceMappingsInput: Swift.Sendable { functionName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.eventSourceArn = eventSourceArn self.functionName = functionName self.marker = marker @@ -6303,8 +6147,7 @@ extension LambdaClientTypes { topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -6350,8 +6193,7 @@ public struct ListEventSourceMappingsOutput: Swift.Sendable { public init( eventSourceMappings: [LambdaClientTypes.EventSourceMappingConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.eventSourceMappings = eventSourceMappings self.nextMarker = nextMarker } @@ -6379,8 +6221,7 @@ public struct ListFunctionEventInvokeConfigsInput: Swift.Sendable { functionName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.marker = marker self.maxItems = maxItems @@ -6420,8 +6261,7 @@ extension LambdaClientTypes { lastModified: Foundation.Date? = nil, maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionArn = functionArn self.lastModified = lastModified @@ -6440,8 +6280,7 @@ public struct ListFunctionEventInvokeConfigsOutput: Swift.Sendable { public init( functionEventInvokeConfigs: [LambdaClientTypes.FunctionEventInvokeConfig]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.functionEventInvokeConfigs = functionEventInvokeConfigs self.nextMarker = nextMarker } @@ -6488,8 +6327,7 @@ public struct ListFunctionsInput: Swift.Sendable { marker: Swift.String? = nil, masterRegion: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionVersion = functionVersion self.marker = marker self.masterRegion = masterRegion @@ -6507,8 +6345,7 @@ public struct ListFunctionsOutput: Swift.Sendable { public init( functions: [LambdaClientTypes.FunctionConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.functions = functions self.nextMarker = nextMarker } @@ -6527,8 +6364,7 @@ public struct ListFunctionsByCodeSigningConfigInput: Swift.Sendable { codeSigningConfigArn: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn self.marker = marker self.maxItems = maxItems @@ -6544,8 +6380,7 @@ public struct ListFunctionsByCodeSigningConfigOutput: Swift.Sendable { public init( functionArns: [Swift.String]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.functionArns = functionArns self.nextMarker = nextMarker } @@ -6573,8 +6408,7 @@ public struct ListFunctionUrlConfigsInput: Swift.Sendable { functionName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.marker = marker self.maxItems = maxItems @@ -6617,8 +6451,7 @@ extension LambdaClientTypes { functionUrl: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil, lastModifiedTime: Swift.String? = nil - ) - { + ) { self.authType = authType self.cors = cors self.creationTime = creationTime @@ -6640,8 +6473,7 @@ public struct ListFunctionUrlConfigsOutput: Swift.Sendable { public init( functionUrlConfigs: [LambdaClientTypes.FunctionUrlConfig]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.functionUrlConfigs = functionUrlConfigs self.nextMarker = nextMarker } @@ -6662,8 +6494,7 @@ public struct ListLayersInput: Swift.Sendable { compatibleRuntime: LambdaClientTypes.Runtime? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.compatibleArchitecture = compatibleArchitecture self.compatibleRuntime = compatibleRuntime self.marker = marker @@ -6698,8 +6529,7 @@ extension LambdaClientTypes { layerVersionArn: Swift.String? = nil, licenseInfo: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.compatibleArchitectures = compatibleArchitectures self.compatibleRuntimes = compatibleRuntimes self.createdDate = createdDate @@ -6726,8 +6556,7 @@ extension LambdaClientTypes { latestMatchingVersion: LambdaClientTypes.LayerVersionsListItem? = nil, layerArn: Swift.String? = nil, layerName: Swift.String? = nil - ) - { + ) { self.latestMatchingVersion = latestMatchingVersion self.layerArn = layerArn self.layerName = layerName @@ -6744,8 +6573,7 @@ public struct ListLayersOutput: Swift.Sendable { public init( layers: [LambdaClientTypes.LayersListItem]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.layers = layers self.nextMarker = nextMarker } @@ -6770,8 +6598,7 @@ public struct ListLayerVersionsInput: Swift.Sendable { layerName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.compatibleArchitecture = compatibleArchitecture self.compatibleRuntime = compatibleRuntime self.layerName = layerName @@ -6789,8 +6616,7 @@ public struct ListLayerVersionsOutput: Swift.Sendable { public init( layerVersions: [LambdaClientTypes.LayerVersionsListItem]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.layerVersions = layerVersions self.nextMarker = nextMarker } @@ -6818,8 +6644,7 @@ public struct ListProvisionedConcurrencyConfigsInput: Swift.Sendable { functionName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.marker = marker self.maxItems = maxItems @@ -6853,8 +6678,7 @@ extension LambdaClientTypes { requestedProvisionedConcurrentExecutions: Swift.Int? = nil, status: LambdaClientTypes.ProvisionedConcurrencyStatusEnum? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.allocatedProvisionedConcurrentExecutions = allocatedProvisionedConcurrentExecutions self.availableProvisionedConcurrentExecutions = availableProvisionedConcurrentExecutions self.functionArn = functionArn @@ -6875,8 +6699,7 @@ public struct ListProvisionedConcurrencyConfigsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, provisionedConcurrencyConfigs: [LambdaClientTypes.ProvisionedConcurrencyConfigListItem]? = nil - ) - { + ) { self.nextMarker = nextMarker self.provisionedConcurrencyConfigs = provisionedConcurrencyConfigs } @@ -6889,8 +6712,7 @@ public struct ListTagsInput: Swift.Sendable { public init( resource: Swift.String? = nil - ) - { + ) { self.resource = resource } } @@ -6901,8 +6723,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -6929,8 +6750,7 @@ public struct ListVersionsByFunctionInput: Swift.Sendable { functionName: Swift.String? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.marker = marker self.maxItems = maxItems @@ -6946,8 +6766,7 @@ public struct ListVersionsByFunctionOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, versions: [LambdaClientTypes.FunctionConfiguration]? = nil - ) - { + ) { self.nextMarker = nextMarker self.versions = versions } @@ -6971,8 +6790,7 @@ extension LambdaClientTypes { s3Key: Swift.String? = nil, s3ObjectVersion: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key self.s3ObjectVersion = s3ObjectVersion @@ -7015,8 +6833,7 @@ public struct PublishLayerVersionInput: Swift.Sendable { description: Swift.String? = nil, layerName: Swift.String? = nil, licenseInfo: Swift.String? = nil - ) - { + ) { self.compatibleArchitectures = compatibleArchitectures self.compatibleRuntimes = compatibleRuntimes self.content = content @@ -7056,8 +6873,7 @@ public struct PublishLayerVersionOutput: Swift.Sendable { layerVersionArn: Swift.String? = nil, licenseInfo: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.compatibleArchitectures = compatibleArchitectures self.compatibleRuntimes = compatibleRuntimes self.content = content @@ -7095,8 +6911,7 @@ public struct PublishVersionInput: Swift.Sendable { description: Swift.String? = nil, functionName: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.codeSha256 = codeSha256 self.description = description self.functionName = functionName @@ -7227,8 +7042,7 @@ public struct PublishVersionOutput: Swift.Sendable { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -7288,8 +7102,7 @@ public struct PutFunctionCodeSigningConfigInput: Swift.Sendable { public init( codeSigningConfigArn: Swift.String? = nil, functionName: Swift.String? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn self.functionName = functionName } @@ -7315,8 +7128,7 @@ public struct PutFunctionCodeSigningConfigOutput: Swift.Sendable { public init( codeSigningConfigArn: Swift.String? = nil, functionName: Swift.String? = nil - ) - { + ) { self.codeSigningConfigArn = codeSigningConfigArn self.functionName = functionName } @@ -7342,8 +7154,7 @@ public struct PutFunctionConcurrencyInput: Swift.Sendable { public init( functionName: Swift.String? = nil, reservedConcurrentExecutions: Swift.Int? = nil - ) - { + ) { self.functionName = functionName self.reservedConcurrentExecutions = reservedConcurrentExecutions } @@ -7355,8 +7166,7 @@ public struct PutFunctionConcurrencyOutput: Swift.Sendable { public init( reservedConcurrentExecutions: Swift.Int? = nil - ) - { + ) { self.reservedConcurrentExecutions = reservedConcurrentExecutions } } @@ -7402,8 +7212,7 @@ public struct PutFunctionEventInvokeConfigInput: Swift.Sendable { maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionName = functionName self.maximumEventAgeInSeconds = maximumEventAgeInSeconds @@ -7443,8 +7252,7 @@ public struct PutFunctionEventInvokeConfigOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionArn = functionArn self.lastModified = lastModified @@ -7473,8 +7281,7 @@ public struct PutFunctionRecursionConfigInput: Swift.Sendable { public init( functionName: Swift.String? = nil, recursiveLoop: LambdaClientTypes.RecursiveLoop? = nil - ) - { + ) { self.functionName = functionName self.recursiveLoop = recursiveLoop } @@ -7486,8 +7293,7 @@ public struct PutFunctionRecursionConfigOutput: Swift.Sendable { public init( recursiveLoop: LambdaClientTypes.RecursiveLoop? = nil - ) - { + ) { self.recursiveLoop = recursiveLoop } } @@ -7516,8 +7322,7 @@ public struct PutProvisionedConcurrencyConfigInput: Swift.Sendable { functionName: Swift.String? = nil, provisionedConcurrentExecutions: Swift.Int? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.provisionedConcurrentExecutions = provisionedConcurrentExecutions self.qualifier = qualifier @@ -7545,8 +7350,7 @@ public struct PutProvisionedConcurrencyConfigOutput: Swift.Sendable { requestedProvisionedConcurrentExecutions: Swift.Int? = nil, status: LambdaClientTypes.ProvisionedConcurrencyStatusEnum? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.allocatedProvisionedConcurrentExecutions = allocatedProvisionedConcurrentExecutions self.availableProvisionedConcurrentExecutions = availableProvisionedConcurrentExecutions self.lastModified = lastModified @@ -7588,8 +7392,7 @@ public struct PutRuntimeManagementConfigInput: Swift.Sendable { qualifier: Swift.String? = nil, runtimeVersionArn: Swift.String? = nil, updateRuntimeOn: LambdaClientTypes.UpdateRuntimeOn? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier self.runtimeVersionArn = runtimeVersionArn @@ -7611,8 +7414,7 @@ public struct PutRuntimeManagementConfigOutput: Swift.Sendable { functionArn: Swift.String? = nil, runtimeVersionArn: Swift.String? = nil, updateRuntimeOn: LambdaClientTypes.UpdateRuntimeOn? = nil - ) - { + ) { self.functionArn = functionArn self.runtimeVersionArn = runtimeVersionArn self.updateRuntimeOn = updateRuntimeOn @@ -7637,8 +7439,7 @@ public struct RemoveLayerVersionPermissionInput: Swift.Sendable { revisionId: Swift.String? = nil, statementId: Swift.String? = nil, versionNumber: Swift.Int? = 0 - ) - { + ) { self.layerName = layerName self.revisionId = revisionId self.statementId = statementId @@ -7672,8 +7473,7 @@ public struct RemovePermissionInput: Swift.Sendable { qualifier: Swift.String? = nil, revisionId: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.functionName = functionName self.qualifier = qualifier self.revisionId = revisionId @@ -7692,8 +7492,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resource = resource self.tags = tags } @@ -7710,8 +7509,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resource = resource self.tagKeys = tagKeys } @@ -7749,8 +7547,7 @@ public struct UpdateAliasInput: Swift.Sendable { name: Swift.String? = nil, revisionId: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.description = description self.functionName = functionName self.functionVersion = functionVersion @@ -7782,8 +7579,7 @@ public struct UpdateAliasOutput: Swift.Sendable { name: Swift.String? = nil, revisionId: Swift.String? = nil, routingConfig: LambdaClientTypes.AliasRoutingConfiguration? = nil - ) - { + ) { self.aliasArn = aliasArn self.description = description self.functionVersion = functionVersion @@ -7809,8 +7605,7 @@ public struct UpdateCodeSigningConfigInput: Swift.Sendable { codeSigningConfigArn: Swift.String? = nil, codeSigningPolicies: LambdaClientTypes.CodeSigningPolicies? = nil, description: Swift.String? = nil - ) - { + ) { self.allowedPublishers = allowedPublishers self.codeSigningConfigArn = codeSigningConfigArn self.codeSigningPolicies = codeSigningPolicies @@ -7825,8 +7620,7 @@ public struct UpdateCodeSigningConfigOutput: Swift.Sendable { public init( codeSigningConfig: LambdaClientTypes.CodeSigningConfig? = nil - ) - { + ) { self.codeSigningConfig = codeSigningConfig } } @@ -7917,8 +7711,7 @@ public struct UpdateEventSourceMappingInput: Swift.Sendable { sourceAccessConfigurations: [LambdaClientTypes.SourceAccessConfiguration]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError self.destinationConfig = destinationConfig @@ -8041,8 +7834,7 @@ public struct UpdateEventSourceMappingOutput: Swift.Sendable { topics: [Swift.String]? = nil, tumblingWindowInSeconds: Swift.Int? = nil, uuid: Swift.String? = nil - ) - { + ) { self.amazonManagedKafkaEventSourceConfig = amazonManagedKafkaEventSourceConfig self.batchSize = batchSize self.bisectBatchOnFunctionError = bisectBatchOnFunctionError @@ -8124,8 +7916,7 @@ public struct UpdateFunctionCodeInput: Swift.Sendable { s3ObjectVersion: Swift.String? = nil, sourceKMSKeyArn: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.architectures = architectures self.dryRun = dryRun self.functionName = functionName @@ -8268,8 +8059,7 @@ public struct UpdateFunctionCodeOutput: Swift.Sendable { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -8390,8 +8180,7 @@ public struct UpdateFunctionConfigurationInput: Swift.Sendable { timeout: Swift.Int? = nil, tracingConfig: LambdaClientTypes.TracingConfig? = nil, vpcConfig: LambdaClientTypes.VpcConfig? = nil - ) - { + ) { self.deadLetterConfig = deadLetterConfig self.description = description self.environment = environment @@ -8537,8 +8326,7 @@ public struct UpdateFunctionConfigurationOutput: Swift.Sendable { tracingConfig: LambdaClientTypes.TracingConfigResponse? = nil, version: Swift.String? = nil, vpcConfig: LambdaClientTypes.VpcConfigResponse? = nil - ) - { + ) { self.architectures = architectures self.codeSha256 = codeSha256 self.codeSize = codeSize @@ -8619,8 +8407,7 @@ public struct UpdateFunctionEventInvokeConfigInput: Swift.Sendable { maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionName = functionName self.maximumEventAgeInSeconds = maximumEventAgeInSeconds @@ -8660,8 +8447,7 @@ public struct UpdateFunctionEventInvokeConfigOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.destinationConfig = destinationConfig self.functionArn = functionArn self.lastModified = lastModified @@ -8702,8 +8488,7 @@ public struct UpdateFunctionUrlConfigInput: Swift.Sendable { functionName: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.authType = authType self.cors = cors self.functionName = functionName @@ -8745,8 +8530,7 @@ public struct UpdateFunctionUrlConfigOutput: Swift.Sendable { functionUrl: Swift.String? = nil, invokeMode: LambdaClientTypes.InvokeMode? = nil, lastModifiedTime: Swift.String? = nil - ) - { + ) { self.authType = authType self.cors = cors self.creationTime = creationTime diff --git a/Sources/Services/AWSLaunchWizard/Package.swift.txt b/Sources/Services/AWSLaunchWizard/Package.swift.txt index c7d153b17eb..99135ddaa09 100644 --- a/Sources/Services/AWSLaunchWizard/Package.swift.txt +++ b/Sources/Services/AWSLaunchWizard/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/LaunchWizardClient.swift b/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/LaunchWizardClient.swift index 3e19f035499..0c822a1dc4c 100644 --- a/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/LaunchWizardClient.swift +++ b/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/LaunchWizardClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LaunchWizardClient: ClientRuntime.Client { public static let clientName = "LaunchWizardClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LaunchWizardClient.LaunchWizardClientConfiguration let serviceName = "Launch Wizard" diff --git a/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/Models.swift b/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/Models.swift index da3594e00b8..7e3fa190523 100644 --- a/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/Models.swift +++ b/Sources/Services/AWSLaunchWizard/Sources/AWSLaunchWizard/Models.swift @@ -45,8 +45,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ResourceLimitException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +144,7 @@ public struct CreateDeploymentInput: Swift.Sendable { specifications: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.deploymentPatternName = deploymentPatternName self.dryRun = dryRun self.name = name @@ -170,8 +165,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -183,8 +177,7 @@ public struct DeleteDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -248,8 +241,7 @@ public struct DeleteDeploymentOutput: Swift.Sendable { public init( status: LaunchWizardClientTypes.DeploymentStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.status = status self.statusReason = statusReason } @@ -268,8 +260,7 @@ public struct ListDeploymentEventsInput: Swift.Sendable { deploymentId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.maxResults = maxResults self.nextToken = nextToken @@ -344,8 +335,7 @@ extension LaunchWizardClientTypes { status: LaunchWizardClientTypes.EventStatus? = nil, statusReason: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.description = description self.name = name self.status = status @@ -364,8 +354,7 @@ public struct ListDeploymentEventsOutput: Swift.Sendable { public init( deploymentEvents: [LaunchWizardClientTypes.DeploymentEventDataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentEvents = deploymentEvents self.nextToken = nextToken } @@ -378,8 +367,7 @@ public struct GetDeploymentInput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -423,8 +411,7 @@ extension LaunchWizardClientTypes { status: LaunchWizardClientTypes.DeploymentStatus? = nil, tags: [Swift.String: Swift.String]? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.deletedAt = deletedAt self.deploymentArn = deploymentArn @@ -451,8 +438,7 @@ public struct GetDeploymentOutput: Swift.Sendable { public init( deployment: LaunchWizardClientTypes.DeploymentData? = nil - ) - { + ) { self.deployment = deployment } } @@ -498,8 +484,7 @@ extension LaunchWizardClientTypes { public init( name: LaunchWizardClientTypes.DeploymentFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -522,8 +507,7 @@ public struct ListDeploymentsInput: Swift.Sendable { filters: [LaunchWizardClientTypes.DeploymentFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -554,8 +538,7 @@ extension LaunchWizardClientTypes { patternName: Swift.String? = nil, status: LaunchWizardClientTypes.DeploymentStatus? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.name = name @@ -575,8 +558,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [LaunchWizardClientTypes.DeploymentDataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -597,8 +579,7 @@ extension LaunchWizardClientTypes { comparator: Swift.String? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparator = comparator self.name = name self.value = value @@ -627,8 +608,7 @@ extension LaunchWizardClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, `required`: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.conditionals = conditionals self.description = description @@ -645,8 +625,7 @@ public struct GetWorkloadInput: Swift.Sendable { public init( workloadName: Swift.String? = nil - ) - { + ) { self.workloadName = workloadName } } @@ -713,8 +692,7 @@ extension LaunchWizardClientTypes { status: LaunchWizardClientTypes.WorkloadStatus? = nil, statusMessage: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.documentationUrl = documentationUrl @@ -732,8 +710,7 @@ public struct GetWorkloadOutput: Swift.Sendable { public init( workload: LaunchWizardClientTypes.WorkloadData? = nil - ) - { + ) { self.workload = workload } } @@ -749,8 +726,7 @@ public struct GetWorkloadDeploymentPatternInput: Swift.Sendable { public init( deploymentPatternName: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.deploymentPatternName = deploymentPatternName self.workloadName = workloadName } @@ -821,8 +797,7 @@ extension LaunchWizardClientTypes { statusMessage: Swift.String? = nil, workloadName: Swift.String? = nil, workloadVersionName: Swift.String? = nil - ) - { + ) { self.deploymentPatternName = deploymentPatternName self.description = description self.displayName = displayName @@ -841,8 +816,7 @@ public struct GetWorkloadDeploymentPatternOutput: Swift.Sendable { public init( workloadDeploymentPattern: LaunchWizardClientTypes.WorkloadDeploymentPatternData? = nil - ) - { + ) { self.workloadDeploymentPattern = workloadDeploymentPattern } } @@ -854,8 +828,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -866,8 +839,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -883,8 +855,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -906,8 +877,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -927,8 +897,7 @@ public struct ListWorkloadsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -946,8 +915,7 @@ extension LaunchWizardClientTypes { public init( displayName: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.workloadName = workloadName } @@ -963,8 +931,7 @@ public struct ListWorkloadsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workloads: [LaunchWizardClientTypes.WorkloadDataSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workloads = workloads } @@ -983,8 +950,7 @@ public struct ListWorkloadDeploymentPatternsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workloadName = workloadName @@ -1018,8 +984,7 @@ extension LaunchWizardClientTypes { statusMessage: Swift.String? = nil, workloadName: Swift.String? = nil, workloadVersionName: Swift.String? = nil - ) - { + ) { self.deploymentPatternName = deploymentPatternName self.description = description self.displayName = displayName @@ -1040,8 +1005,7 @@ public struct ListWorkloadDeploymentPatternsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workloadDeploymentPatterns: [LaunchWizardClientTypes.WorkloadDeploymentPatternDataSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workloadDeploymentPatterns = workloadDeploymentPatterns } diff --git a/Sources/Services/AWSLexModelBuildingService/Package.swift.txt b/Sources/Services/AWSLexModelBuildingService/Package.swift.txt index 943c67cf7e4..649f7120731 100644 --- a/Sources/Services/AWSLexModelBuildingService/Package.swift.txt +++ b/Sources/Services/AWSLexModelBuildingService/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/LexModelBuildingClient.swift b/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/LexModelBuildingClient.swift index 0870cd6f09b..d236955b3a1 100644 --- a/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/LexModelBuildingClient.swift +++ b/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/LexModelBuildingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LexModelBuildingClient: ClientRuntime.Client { public static let clientName = "LexModelBuildingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LexModelBuildingClient.LexModelBuildingClientConfiguration let serviceName = "Lex Model Building" diff --git a/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/Models.swift b/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/Models.swift index 40e8160b46c..3b6f8ebd170 100644 --- a/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/Models.swift +++ b/Sources/Services/AWSLexModelBuildingService/Sources/AWSLexModelBuildingService/Models.swift @@ -92,8 +92,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +115,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -140,8 +138,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +161,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -190,8 +186,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -215,8 +210,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +233,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -255,8 +248,7 @@ public struct CreateBotVersionInput: Swift.Sendable { public init( checksum: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.name = name } @@ -311,8 +303,7 @@ extension LexModelBuildingClientTypes { content: Swift.String? = nil, contentType: LexModelBuildingClientTypes.ContentType? = nil, groupNumber: Swift.Int? = nil - ) - { + ) { self.content = content self.contentType = contentType self.groupNumber = groupNumber @@ -333,8 +324,7 @@ extension LexModelBuildingClientTypes { public init( messages: [LexModelBuildingClientTypes.Message]? = nil, responseCard: Swift.String? = nil - ) - { + ) { self.messages = messages self.responseCard = responseCard } @@ -358,8 +348,7 @@ extension LexModelBuildingClientTypes { maxAttempts: Swift.Int? = nil, messages: [LexModelBuildingClientTypes.Message]? = nil, responseCard: Swift.String? = nil - ) - { + ) { self.maxAttempts = maxAttempts self.messages = messages self.responseCard = responseCard @@ -381,8 +370,7 @@ extension LexModelBuildingClientTypes { public init( intentName: Swift.String? = nil, intentVersion: Swift.String? = nil - ) - { + ) { self.intentName = intentName self.intentVersion = intentVersion } @@ -543,8 +531,7 @@ public struct CreateBotVersionOutput: Swift.Sendable { status: LexModelBuildingClientTypes.Status? = nil, version: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.abortStatement = abortStatement self.checksum = checksum self.childDirected = childDirected @@ -575,8 +562,7 @@ public struct CreateIntentVersionInput: Swift.Sendable { public init( checksum: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.name = name } @@ -596,8 +582,7 @@ extension LexModelBuildingClientTypes { public init( messageVersion: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.messageVersion = messageVersion self.uri = uri } @@ -618,8 +603,7 @@ extension LexModelBuildingClientTypes { public init( prompt: LexModelBuildingClientTypes.Prompt? = nil, rejectionStatement: LexModelBuildingClientTypes.Statement? = nil - ) - { + ) { self.prompt = prompt self.rejectionStatement = rejectionStatement } @@ -672,8 +656,7 @@ extension LexModelBuildingClientTypes { public init( codeHook: LexModelBuildingClientTypes.CodeHook? = nil, type: LexModelBuildingClientTypes.FulfillmentActivityType? = nil - ) - { + ) { self.codeHook = codeHook self.type = type } @@ -690,8 +673,7 @@ extension LexModelBuildingClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -714,8 +696,7 @@ extension LexModelBuildingClientTypes { kendraIndex: Swift.String? = nil, queryFilterString: Swift.String? = nil, role: Swift.String? = nil - ) - { + ) { self.kendraIndex = kendraIndex self.queryFilterString = queryFilterString self.role = role @@ -741,8 +722,7 @@ extension LexModelBuildingClientTypes { name: Swift.String? = nil, timeToLiveInSeconds: Swift.Int? = nil, turnsToLive: Swift.Int? = nil - ) - { + ) { self.name = name self.timeToLiveInSeconds = timeToLiveInSeconds self.turnsToLive = turnsToLive @@ -766,8 +746,7 @@ extension LexModelBuildingClientTypes { public init( defaultValue: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue } } @@ -783,8 +762,7 @@ extension LexModelBuildingClientTypes { public init( defaultValueList: [LexModelBuildingClientTypes.SlotDefaultValue]? = nil - ) - { + ) { self.defaultValueList = defaultValueList } } @@ -889,8 +867,7 @@ extension LexModelBuildingClientTypes { slotType: Swift.String? = nil, slotTypeVersion: Swift.String? = nil, valueElicitationPrompt: LexModelBuildingClientTypes.Prompt? = nil - ) - { + ) { self.defaultValueSpec = defaultValueSpec self.description = description self.name = name @@ -963,8 +940,7 @@ public struct CreateIntentVersionOutput: Swift.Sendable { sampleUtterances: [Swift.String]? = nil, slots: [LexModelBuildingClientTypes.Slot]? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.conclusionStatement = conclusionStatement self.confirmationPrompt = confirmationPrompt @@ -996,8 +972,7 @@ public struct CreateSlotTypeVersionInput: Swift.Sendable { public init( checksum: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.name = name } @@ -1022,8 +997,7 @@ extension LexModelBuildingClientTypes { public init( synonyms: [Swift.String]? = nil, value: Swift.String? = nil - ) - { + ) { self.synonyms = synonyms self.value = value } @@ -1053,8 +1027,7 @@ extension LexModelBuildingClientTypes { public init( pattern: Swift.String? = nil - ) - { + ) { self.pattern = pattern } } @@ -1069,8 +1042,7 @@ extension LexModelBuildingClientTypes { public init( regexConfiguration: LexModelBuildingClientTypes.SlotTypeRegexConfiguration? = nil - ) - { + ) { self.regexConfiguration = regexConfiguration } } @@ -1138,8 +1110,7 @@ public struct CreateSlotTypeVersionOutput: Swift.Sendable { slotTypeConfigurations: [LexModelBuildingClientTypes.SlotTypeConfiguration]? = nil, valueSelectionStrategy: LexModelBuildingClientTypes.SlotValueSelectionStrategy? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.createdDate = createdDate self.description = description @@ -1165,8 +1136,7 @@ extension LexModelBuildingClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1233,8 +1203,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( exampleReference: LexModelBuildingClientTypes.ResourceReference? = nil, referenceType: LexModelBuildingClientTypes.ReferenceType? = nil - ) - { + ) { self.properties.exampleReference = exampleReference self.properties.referenceType = referenceType } @@ -1247,8 +1216,7 @@ public struct DeleteBotInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1264,8 +1232,7 @@ public struct DeleteBotAliasInput: Swift.Sendable { public init( botName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.botName = botName self.name = name } @@ -1286,8 +1253,7 @@ public struct DeleteBotChannelAssociationInput: Swift.Sendable { botAlias: Swift.String? = nil, botName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.name = name @@ -1305,8 +1271,7 @@ public struct DeleteBotVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1319,8 +1284,7 @@ public struct DeleteIntentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1336,8 +1300,7 @@ public struct DeleteIntentVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1350,8 +1313,7 @@ public struct DeleteSlotTypeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1367,8 +1329,7 @@ public struct DeleteSlotTypeVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1385,8 +1346,7 @@ public struct DeleteUtterancesInput: Swift.Sendable { public init( botName: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.botName = botName self.userId = userId } @@ -1403,8 +1363,7 @@ public struct GetBotInput: Swift.Sendable { public init( name: Swift.String? = nil, versionOrAlias: Swift.String? = nil - ) - { + ) { self.name = name self.versionOrAlias = versionOrAlias } @@ -1467,8 +1426,7 @@ public struct GetBotOutput: Swift.Sendable { status: LexModelBuildingClientTypes.Status? = nil, version: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.abortStatement = abortStatement self.checksum = checksum self.childDirected = childDirected @@ -1501,8 +1459,7 @@ public struct GetBotAliasInput: Swift.Sendable { public init( botName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.botName = botName self.name = name } @@ -1587,8 +1544,7 @@ extension LexModelBuildingClientTypes { logType: LexModelBuildingClientTypes.LogType? = nil, resourceArn: Swift.String? = nil, resourcePrefix: Swift.String? = nil - ) - { + ) { self.destination = destination self.kmsKeyArn = kmsKeyArn self.logType = logType @@ -1610,8 +1566,7 @@ extension LexModelBuildingClientTypes { public init( iamRoleArn: Swift.String? = nil, logSettings: [LexModelBuildingClientTypes.LogSettingsResponse]? = nil - ) - { + ) { self.iamRoleArn = iamRoleArn self.logSettings = logSettings } @@ -1645,8 +1600,7 @@ public struct GetBotAliasOutput: Swift.Sendable { description: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.botName = botName self.botVersion = botVersion self.checksum = checksum @@ -1674,8 +1628,7 @@ public struct GetBotAliasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botName = botName self.maxResults = maxResults self.nameContains = nameContains @@ -1713,8 +1666,7 @@ extension LexModelBuildingClientTypes { description: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.botName = botName self.botVersion = botVersion self.checksum = checksum @@ -1736,8 +1688,7 @@ public struct GetBotAliasesOutput: Swift.Sendable { public init( botAliases: [LexModelBuildingClientTypes.BotAliasMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botAliases = botAliases self.nextToken = nextToken } @@ -1758,8 +1709,7 @@ public struct GetBotChannelAssociationInput: Swift.Sendable { botAlias: Swift.String? = nil, botName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.name = name @@ -1869,8 +1819,7 @@ public struct GetBotChannelAssociationOutput: Swift.Sendable { name: Swift.String? = nil, status: LexModelBuildingClientTypes.ChannelStatus? = nil, type: LexModelBuildingClientTypes.ChannelType? = nil - ) - { + ) { self.botAlias = botAlias self.botConfiguration = botConfiguration self.botName = botName @@ -1908,8 +1857,7 @@ public struct GetBotChannelAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.maxResults = maxResults @@ -1957,8 +1905,7 @@ extension LexModelBuildingClientTypes { name: Swift.String? = nil, status: LexModelBuildingClientTypes.ChannelStatus? = nil, type: LexModelBuildingClientTypes.ChannelType? = nil - ) - { + ) { self.botAlias = botAlias self.botConfiguration = botConfiguration self.botName = botName @@ -1986,8 +1933,7 @@ public struct GetBotChannelAssociationsOutput: Swift.Sendable { public init( botChannelAssociations: [LexModelBuildingClientTypes.BotChannelAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botChannelAssociations = botChannelAssociations self.nextToken = nextToken } @@ -2005,8 +1951,7 @@ public struct GetBotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -2037,8 +1982,7 @@ extension LexModelBuildingClientTypes { name: Swift.String? = nil, status: LexModelBuildingClientTypes.Status? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -2058,8 +2002,7 @@ public struct GetBotsOutput: Swift.Sendable { public init( bots: [LexModelBuildingClientTypes.BotMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bots = bots self.nextToken = nextToken } @@ -2078,8 +2021,7 @@ public struct GetBotVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -2095,8 +2037,7 @@ public struct GetBotVersionsOutput: Swift.Sendable { public init( bots: [LexModelBuildingClientTypes.BotMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bots = bots self.nextToken = nextToken } @@ -2109,8 +2050,7 @@ public struct GetBuiltinIntentInput: Swift.Sendable { public init( signature: Swift.String? = nil - ) - { + ) { self.signature = signature } } @@ -2124,8 +2064,7 @@ extension LexModelBuildingClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2143,8 +2082,7 @@ public struct GetBuiltinIntentOutput: Swift.Sendable { signature: Swift.String? = nil, slots: [LexModelBuildingClientTypes.BuiltinIntentSlot]? = nil, supportedLocales: [LexModelBuildingClientTypes.Locale]? = nil - ) - { + ) { self.signature = signature self.slots = slots self.supportedLocales = supportedLocales @@ -2166,8 +2104,7 @@ public struct GetBuiltinIntentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, signatureContains: Swift.String? = nil - ) - { + ) { self.locale = locale self.maxResults = maxResults self.nextToken = nextToken @@ -2187,8 +2124,7 @@ extension LexModelBuildingClientTypes { public init( signature: Swift.String? = nil, supportedLocales: [LexModelBuildingClientTypes.Locale]? = nil - ) - { + ) { self.signature = signature self.supportedLocales = supportedLocales } @@ -2204,8 +2140,7 @@ public struct GetBuiltinIntentsOutput: Swift.Sendable { public init( intents: [LexModelBuildingClientTypes.BuiltinIntentMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.intents = intents self.nextToken = nextToken } @@ -2226,8 +2161,7 @@ public struct GetBuiltinSlotTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, signatureContains: Swift.String? = nil - ) - { + ) { self.locale = locale self.maxResults = maxResults self.nextToken = nextToken @@ -2247,8 +2181,7 @@ extension LexModelBuildingClientTypes { public init( signature: Swift.String? = nil, supportedLocales: [LexModelBuildingClientTypes.Locale]? = nil - ) - { + ) { self.signature = signature self.supportedLocales = supportedLocales } @@ -2264,8 +2197,7 @@ public struct GetBuiltinSlotTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slotTypes: [LexModelBuildingClientTypes.BuiltinSlotTypeMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.slotTypes = slotTypes } @@ -2351,8 +2283,7 @@ public struct GetExportInput: Swift.Sendable { name: Swift.String? = nil, resourceType: LexModelBuildingClientTypes.ResourceType? = nil, version: Swift.String? = nil - ) - { + ) { self.exportType = exportType self.name = name self.resourceType = resourceType @@ -2422,8 +2353,7 @@ public struct GetExportOutput: Swift.Sendable { resourceType: LexModelBuildingClientTypes.ResourceType? = nil, url: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.exportStatus = exportStatus self.exportType = exportType self.failureReason = failureReason @@ -2441,8 +2371,7 @@ public struct GetImportInput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -2532,8 +2461,7 @@ public struct GetImportOutput: Swift.Sendable { mergeStrategy: LexModelBuildingClientTypes.MergeStrategy? = nil, name: Swift.String? = nil, resourceType: LexModelBuildingClientTypes.ResourceType? = nil - ) - { + ) { self.createdDate = createdDate self.failureReason = failureReason self.importId = importId @@ -2555,8 +2483,7 @@ public struct GetIntentInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -2619,8 +2546,7 @@ public struct GetIntentOutput: Swift.Sendable { sampleUtterances: [Swift.String]? = nil, slots: [LexModelBuildingClientTypes.Slot]? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.conclusionStatement = conclusionStatement self.confirmationPrompt = confirmationPrompt @@ -2654,8 +2580,7 @@ public struct GetIntentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -2683,8 +2608,7 @@ extension LexModelBuildingClientTypes { lastUpdatedDate: Foundation.Date? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -2703,8 +2627,7 @@ public struct GetIntentsOutput: Swift.Sendable { public init( intents: [LexModelBuildingClientTypes.IntentMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.intents = intents self.nextToken = nextToken } @@ -2723,8 +2646,7 @@ public struct GetIntentVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -2740,8 +2662,7 @@ public struct GetIntentVersionsOutput: Swift.Sendable { public init( intents: [LexModelBuildingClientTypes.IntentMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.intents = intents self.nextToken = nextToken } @@ -2754,8 +2675,7 @@ public struct GetMigrationInput: Swift.Sendable { public init( migrationId: Swift.String? = nil - ) - { + ) { self.migrationId = migrationId } } @@ -2811,8 +2731,7 @@ extension LexModelBuildingClientTypes { message: Swift.String? = nil, referenceURLs: [Swift.String]? = nil, type: LexModelBuildingClientTypes.MigrationAlertType? = nil - ) - { + ) { self.details = details self.message = message self.referenceURLs = referenceURLs @@ -2919,8 +2838,7 @@ public struct GetMigrationOutput: Swift.Sendable { v1BotVersion: Swift.String? = nil, v2BotId: Swift.String? = nil, v2BotRole: Swift.String? = nil - ) - { + ) { self.alerts = alerts self.migrationId = migrationId self.migrationStatus = migrationStatus @@ -3013,8 +2931,7 @@ public struct GetMigrationsInput: Swift.Sendable { sortByAttribute: LexModelBuildingClientTypes.MigrationSortAttribute? = nil, sortByOrder: LexModelBuildingClientTypes.SortOrder? = nil, v1BotNameContains: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.migrationStatusEquals = migrationStatusEquals self.nextToken = nextToken @@ -3057,8 +2974,7 @@ extension LexModelBuildingClientTypes { v1BotVersion: Swift.String? = nil, v2BotId: Swift.String? = nil, v2BotRole: Swift.String? = nil - ) - { + ) { self.migrationId = migrationId self.migrationStatus = migrationStatus self.migrationStrategy = migrationStrategy @@ -3081,8 +2997,7 @@ public struct GetMigrationsOutput: Swift.Sendable { public init( migrationSummaries: [LexModelBuildingClientTypes.MigrationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.migrationSummaries = migrationSummaries self.nextToken = nextToken } @@ -3099,8 +3014,7 @@ public struct GetSlotTypeInput: Swift.Sendable { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -3139,8 +3053,7 @@ public struct GetSlotTypeOutput: Swift.Sendable { slotTypeConfigurations: [LexModelBuildingClientTypes.SlotTypeConfiguration]? = nil, valueSelectionStrategy: LexModelBuildingClientTypes.SlotValueSelectionStrategy? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.createdDate = createdDate self.description = description @@ -3166,8 +3079,7 @@ public struct GetSlotTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -3195,8 +3107,7 @@ extension LexModelBuildingClientTypes { lastUpdatedDate: Foundation.Date? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -3215,8 +3126,7 @@ public struct GetSlotTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slotTypes: [LexModelBuildingClientTypes.SlotTypeMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.slotTypes = slotTypes } @@ -3235,8 +3145,7 @@ public struct GetSlotTypeVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -3252,8 +3161,7 @@ public struct GetSlotTypeVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slotTypes: [LexModelBuildingClientTypes.SlotTypeMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.slotTypes = slotTypes } @@ -3303,8 +3211,7 @@ public struct GetUtterancesViewInput: Swift.Sendable { botName: Swift.String? = nil, botVersions: [Swift.String]? = nil, statusType: LexModelBuildingClientTypes.StatusType? = nil - ) - { + ) { self.botName = botName self.botVersions = botVersions self.statusType = statusType @@ -3332,8 +3239,7 @@ extension LexModelBuildingClientTypes { firstUtteredDate: Foundation.Date? = nil, lastUtteredDate: Foundation.Date? = nil, utteranceString: Swift.String? = nil - ) - { + ) { self.count = count self.distinctUsers = distinctUsers self.firstUtteredDate = firstUtteredDate @@ -3355,8 +3261,7 @@ extension LexModelBuildingClientTypes { public init( botVersion: Swift.String? = nil, utterances: [LexModelBuildingClientTypes.UtteranceData]? = nil - ) - { + ) { self.botVersion = botVersion self.utterances = utterances } @@ -3372,8 +3277,7 @@ public struct GetUtterancesViewOutput: Swift.Sendable { public init( botName: Swift.String? = nil, utterances: [LexModelBuildingClientTypes.UtteranceList]? = nil - ) - { + ) { self.botName = botName self.utterances = utterances } @@ -3386,8 +3290,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3406,8 +3309,7 @@ extension LexModelBuildingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3420,8 +3322,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3545,8 +3446,7 @@ public struct PutBotInput: Swift.Sendable { processBehavior: LexModelBuildingClientTypes.ProcessBehavior? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.abortStatement = abortStatement self.checksum = checksum self.childDirected = childDirected @@ -3629,8 +3529,7 @@ public struct PutBotOutput: Swift.Sendable { tags: [LexModelBuildingClientTypes.Tag]? = nil, version: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.abortStatement = abortStatement self.checksum = checksum self.childDirected = childDirected @@ -3675,8 +3574,7 @@ extension LexModelBuildingClientTypes { kmsKeyArn: Swift.String? = nil, logType: LexModelBuildingClientTypes.LogType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.destination = destination self.kmsKeyArn = kmsKeyArn self.logType = logType @@ -3699,8 +3597,7 @@ extension LexModelBuildingClientTypes { public init( iamRoleArn: Swift.String? = nil, logSettings: [LexModelBuildingClientTypes.LogSettingsRequest]? = nil - ) - { + ) { self.iamRoleArn = iamRoleArn self.logSettings = logSettings } @@ -3734,8 +3631,7 @@ public struct PutBotAliasInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.botName = botName self.botVersion = botVersion self.checksum = checksum @@ -3776,8 +3672,7 @@ public struct PutBotAliasOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, name: Swift.String? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.botName = botName self.botVersion = botVersion self.checksum = checksum @@ -3853,8 +3748,7 @@ public struct PutIntentInput: Swift.Sendable { rejectionStatement: LexModelBuildingClientTypes.Statement? = nil, sampleUtterances: [Swift.String]? = nil, slots: [LexModelBuildingClientTypes.Slot]? = nil - ) - { + ) { self.checksum = checksum self.conclusionStatement = conclusionStatement self.confirmationPrompt = confirmationPrompt @@ -3934,8 +3828,7 @@ public struct PutIntentOutput: Swift.Sendable { sampleUtterances: [Swift.String]? = nil, slots: [LexModelBuildingClientTypes.Slot]? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.conclusionStatement = conclusionStatement self.confirmationPrompt = confirmationPrompt @@ -3993,8 +3886,7 @@ public struct PutSlotTypeInput: Swift.Sendable { parentSlotTypeSignature: Swift.String? = nil, slotTypeConfigurations: [LexModelBuildingClientTypes.SlotTypeConfiguration]? = nil, valueSelectionStrategy: LexModelBuildingClientTypes.SlotValueSelectionStrategy? = nil - ) - { + ) { self.checksum = checksum self.createVersion = createVersion self.description = description @@ -4042,8 +3934,7 @@ public struct PutSlotTypeOutput: Swift.Sendable { slotTypeConfigurations: [LexModelBuildingClientTypes.SlotTypeConfiguration]? = nil, valueSelectionStrategy: LexModelBuildingClientTypes.SlotValueSelectionStrategy? = nil, version: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.createVersion = createVersion self.createdDate = createdDate @@ -4082,8 +3973,7 @@ public struct StartImportInput: Swift.Sendable { payload: Foundation.Data? = nil, resourceType: LexModelBuildingClientTypes.ResourceType? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.mergeStrategy = mergeStrategy self.payload = payload self.resourceType = resourceType @@ -4115,8 +4005,7 @@ public struct StartImportOutput: Swift.Sendable { name: Swift.String? = nil, resourceType: LexModelBuildingClientTypes.ResourceType? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.createdDate = createdDate self.importId = importId self.importStatus = importStatus @@ -4158,8 +4047,7 @@ public struct StartMigrationInput: Swift.Sendable { v1BotVersion: Swift.String? = nil, v2BotName: Swift.String? = nil, v2BotRole: Swift.String? = nil - ) - { + ) { self.migrationStrategy = migrationStrategy self.v1BotName = v1BotName self.v1BotVersion = v1BotVersion @@ -4195,8 +4083,7 @@ public struct StartMigrationOutput: Swift.Sendable { v1BotVersion: Swift.String? = nil, v2BotId: Swift.String? = nil, v2BotRole: Swift.String? = nil - ) - { + ) { self.migrationId = migrationId self.migrationStrategy = migrationStrategy self.migrationTimestamp = migrationTimestamp @@ -4219,8 +4106,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [LexModelBuildingClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4242,8 +4128,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSLexModelsV2/Package.swift.txt b/Sources/Services/AWSLexModelsV2/Package.swift.txt index e291d301a61..d13eccd6eec 100644 --- a/Sources/Services/AWSLexModelsV2/Package.swift.txt +++ b/Sources/Services/AWSLexModelsV2/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/LexModelsV2Client.swift b/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/LexModelsV2Client.swift index 2c9ae576341..8d84517c935 100644 --- a/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/LexModelsV2Client.swift +++ b/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/LexModelsV2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LexModelsV2Client: ClientRuntime.Client { public static let clientName = "LexModelsV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LexModelsV2Client.LexModelsV2ClientConfiguration let serviceName = "Lex Models V2" diff --git a/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/Models.swift b/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/Models.swift index 69097c875e1..ef40a87f729 100644 --- a/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/Models.swift +++ b/Sources/Services/AWSLexModelsV2/Sources/AWSLexModelsV2/Models.swift @@ -61,8 +61,7 @@ extension LexModelsV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -103,8 +102,7 @@ extension LexModelsV2ClientTypes { public init( audioRecognitionStrategy: LexModelsV2ClientTypes.AudioRecognitionStrategy? = nil - ) - { + ) { self.audioRecognitionStrategy = audioRecognitionStrategy } } @@ -124,8 +122,7 @@ extension LexModelsV2ClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -154,8 +151,7 @@ extension LexModelsV2ClientTypes { actualIntent: Swift.String? = nil, errorDetails: LexModelsV2ClientTypes.ExecutionErrorDetails? = nil, expectedAgentPrompt: Swift.String? = nil - ) - { + ) { self.actualAgentPrompt = actualAgentPrompt self.actualElicitedSlot = actualElicitedSlot self.actualIntent = actualIntent @@ -175,8 +171,7 @@ extension LexModelsV2ClientTypes { public init( agentPrompt: Swift.String? = nil - ) - { + ) { self.agentPrompt = agentPrompt } } @@ -255,8 +250,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AggregatedUtterancesFilterName? = nil, `operator`: LexModelsV2ClientTypes.AggregatedUtterancesFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -336,8 +330,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.AggregatedUtterancesSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -368,8 +361,7 @@ extension LexModelsV2ClientTypes { utterance: Swift.String? = nil, utteranceFirstRecordedInAggregationDuration: Foundation.Date? = nil, utteranceLastRecordedInAggregationDuration: Foundation.Date? = nil - ) - { + ) { self.containsDataFromDeletedResources = containsDataFromDeletedResources self.hitCount = hitCount self.missedCount = missedCount @@ -394,8 +386,7 @@ extension LexModelsV2ClientTypes { public init( allowAudioInput: Swift.Bool? = nil, allowDTMFInput: Swift.Bool? = nil - ) - { + ) { self.allowAudioInput = allowAudioInput self.allowDTMFInput = allowDTMFInput } @@ -506,8 +497,7 @@ extension LexModelsV2ClientTypes { interval: LexModelsV2ClientTypes.AnalyticsInterval? = nil, name: LexModelsV2ClientTypes.AnalyticsBinByName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil - ) - { + ) { self.interval = interval self.name = name self.order = order @@ -527,8 +517,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsBinByName? = nil, value: Swift.Int? = nil - ) - { + ) { self.name = name self.value = value } @@ -780,8 +769,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentFilterName? = nil, `operator`: LexModelsV2ClientTypes.AnalyticsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -801,8 +789,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsIntentField? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -819,8 +806,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsIntentField? = nil - ) - { + ) { self.name = name } } @@ -929,8 +915,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentMetricName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil - ) - { + ) { self.name = name self.order = order self.statistic = statistic @@ -969,8 +954,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentMetricName? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -1028,8 +1012,7 @@ extension LexModelsV2ClientTypes { intentName: Swift.String? = nil, intentPath: Swift.String? = nil, nodeType: LexModelsV2ClientTypes.AnalyticsNodeType? = nil - ) - { + ) { self.intentCount = intentCount self.intentLevel = intentLevel self.intentName = intentName @@ -1054,8 +1037,7 @@ extension LexModelsV2ClientTypes { binKeys: [LexModelsV2ClientTypes.AnalyticsBinKey]? = nil, groupByKeys: [LexModelsV2ClientTypes.AnalyticsIntentGroupByKey]? = nil, metricsResults: [LexModelsV2ClientTypes.AnalyticsIntentMetricResult]? = nil - ) - { + ) { self.binKeys = binKeys self.groupByKeys = groupByKeys self.metricsResults = metricsResults @@ -1235,8 +1217,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentStageFilterName? = nil, `operator`: LexModelsV2ClientTypes.AnalyticsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -1256,8 +1237,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsIntentStageField? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1274,8 +1254,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsIntentStageField? = nil - ) - { + ) { self.name = name } } @@ -1352,8 +1331,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentStageMetricName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil - ) - { + ) { self.name = name self.order = order self.statistic = statistic @@ -1392,8 +1370,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsIntentStageMetricName? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -1416,8 +1393,7 @@ extension LexModelsV2ClientTypes { binKeys: [LexModelsV2ClientTypes.AnalyticsBinKey]? = nil, groupByKeys: [LexModelsV2ClientTypes.AnalyticsIntentStageGroupByKey]? = nil, metricsResults: [LexModelsV2ClientTypes.AnalyticsIntentStageMetricResult]? = nil - ) - { + ) { self.binKeys = binKeys self.groupByKeys = groupByKeys self.metricsResults = metricsResults @@ -1529,8 +1505,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsCommonFilterName? = nil, `operator`: LexModelsV2ClientTypes.AnalyticsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -1719,8 +1694,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsSessionFilterName? = nil, `operator`: LexModelsV2ClientTypes.AnalyticsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -1740,8 +1714,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsSessionField? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1758,8 +1731,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsSessionField? = nil - ) - { + ) { self.name = name } } @@ -1846,8 +1818,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsSessionMetricName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil - ) - { + ) { self.name = name self.order = order self.statistic = statistic @@ -1890,8 +1861,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsSessionMetricName? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -1914,8 +1884,7 @@ extension LexModelsV2ClientTypes { binKeys: [LexModelsV2ClientTypes.AnalyticsBinKey]? = nil, groupByKeys: [LexModelsV2ClientTypes.AnalyticsSessionGroupByKey]? = nil, metricsResults: [LexModelsV2ClientTypes.AnalyticsSessionMetricResult]? = nil - ) - { + ) { self.binKeys = binKeys self.groupByKeys = groupByKeys self.metricsResults = metricsResults @@ -1991,8 +1960,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsUtteranceAttributeName? = nil - ) - { + ) { self.name = name } } @@ -2007,8 +1975,7 @@ extension LexModelsV2ClientTypes { public init( lastUsedIntent: Swift.String? = nil - ) - { + ) { self.lastUsedIntent = lastUsedIntent } } @@ -2186,8 +2153,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsUtteranceFilterName? = nil, `operator`: LexModelsV2ClientTypes.AnalyticsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -2207,8 +2173,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsUtteranceField? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2225,8 +2190,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsUtteranceField? = nil - ) - { + ) { self.name = name } } @@ -2298,8 +2262,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsUtteranceMetricName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil - ) - { + ) { self.name = name self.order = order self.statistic = statistic @@ -2336,8 +2299,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.AnalyticsUtteranceMetricName? = nil, statistic: LexModelsV2ClientTypes.AnalyticsMetricStatistic? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.statistic = statistic self.value = value @@ -2363,8 +2325,7 @@ extension LexModelsV2ClientTypes { binKeys: [LexModelsV2ClientTypes.AnalyticsBinKey]? = nil, groupByKeys: [LexModelsV2ClientTypes.AnalyticsUtteranceGroupByKey]? = nil, metricsResults: [LexModelsV2ClientTypes.AnalyticsUtteranceMetricResult]? = nil - ) - { + ) { self.attributeResults = attributeResults self.binKeys = binKeys self.groupByKeys = groupByKeys @@ -2408,8 +2369,7 @@ extension LexModelsV2ClientTypes { public init( transcript: Swift.String? = nil - ) - { + ) { self.transcript = transcript } } @@ -2458,8 +2418,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AssociatedTranscriptFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -2480,8 +2439,7 @@ extension LexModelsV2ClientTypes { public init( endTimeoutMs: Swift.Int? = nil, maxLengthMs: Swift.Int? = nil - ) - { + ) { self.endTimeoutMs = endTimeoutMs self.maxLengthMs = maxLengthMs } @@ -2510,8 +2468,7 @@ extension LexModelsV2ClientTypes { endCharacter: Swift.String? = nil, endTimeoutMs: Swift.Int? = nil, maxLength: Swift.Int? = nil - ) - { + ) { self.deletionCharacter = deletionCharacter self.endCharacter = endCharacter self.endTimeoutMs = endTimeoutMs @@ -2536,8 +2493,7 @@ extension LexModelsV2ClientTypes { audioSpecification: LexModelsV2ClientTypes.AudioSpecification? = nil, dtmfSpecification: LexModelsV2ClientTypes.DTMFSpecification? = nil, startTimeoutMs: Swift.Int? = nil - ) - { + ) { self.audioSpecification = audioSpecification self.dtmfSpecification = dtmfSpecification self.startTimeoutMs = startTimeoutMs @@ -2562,8 +2518,7 @@ extension LexModelsV2ClientTypes { kmsKeyArn: Swift.String? = nil, logPrefix: Swift.String? = nil, s3BucketArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.logPrefix = logPrefix self.s3BucketArn = s3BucketArn @@ -2581,8 +2536,7 @@ extension LexModelsV2ClientTypes { public init( s3Bucket: LexModelsV2ClientTypes.S3BucketLogDestination? = nil - ) - { + ) { self.s3Bucket = s3Bucket } } @@ -2605,8 +2559,7 @@ extension LexModelsV2ClientTypes { destination: LexModelsV2ClientTypes.AudioLogDestination? = nil, enabled: Swift.Bool = false, selectiveLoggingEnabled: Swift.Bool? = nil - ) - { + ) { self.destination = destination self.enabled = enabled self.selectiveLoggingEnabled = selectiveLoggingEnabled @@ -2632,8 +2585,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2656,8 +2608,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2680,8 +2631,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2707,8 +2657,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -2732,8 +2681,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2754,8 +2702,7 @@ extension LexModelsV2ClientTypes { displayAs: Swift.String? = nil, phrase: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.displayAs = displayAs self.phrase = phrase self.weight = weight @@ -2782,8 +2729,7 @@ public struct BatchCreateCustomVocabularyItemInput: Swift.Sendable { botVersion: Swift.String? = nil, customVocabularyItemList: [LexModelsV2ClientTypes.NewCustomVocabularyItem]? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.customVocabularyItemList = customVocabularyItemList @@ -2841,8 +2787,7 @@ extension LexModelsV2ClientTypes { errorCode: LexModelsV2ClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, itemId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.itemId = itemId @@ -2870,8 +2815,7 @@ extension LexModelsV2ClientTypes { itemId: Swift.String? = nil, phrase: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.displayAs = displayAs self.itemId = itemId self.phrase = phrase @@ -2898,8 +2842,7 @@ public struct BatchCreateCustomVocabularyItemOutput: Swift.Sendable { errors: [LexModelsV2ClientTypes.FailedCustomVocabularyItem]? = nil, localeId: Swift.String? = nil, resources: [LexModelsV2ClientTypes.CustomVocabularyItem]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.errors = errors @@ -2918,8 +2861,7 @@ extension LexModelsV2ClientTypes { public init( itemId: Swift.String? = nil - ) - { + ) { self.itemId = itemId } } @@ -2944,8 +2886,7 @@ public struct BatchDeleteCustomVocabularyItemInput: Swift.Sendable { botVersion: Swift.String? = nil, customVocabularyItemList: [LexModelsV2ClientTypes.CustomVocabularyEntryId]? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.customVocabularyItemList = customVocabularyItemList @@ -2971,8 +2912,7 @@ public struct BatchDeleteCustomVocabularyItemOutput: Swift.Sendable { errors: [LexModelsV2ClientTypes.FailedCustomVocabularyItem]? = nil, localeId: Swift.String? = nil, resources: [LexModelsV2ClientTypes.CustomVocabularyItem]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.errors = errors @@ -3000,8 +2940,7 @@ public struct BatchUpdateCustomVocabularyItemInput: Swift.Sendable { botVersion: Swift.String? = nil, customVocabularyItemList: [LexModelsV2ClientTypes.CustomVocabularyItem]? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.customVocabularyItemList = customVocabularyItemList @@ -3027,8 +2966,7 @@ public struct BatchUpdateCustomVocabularyItemOutput: Swift.Sendable { errors: [LexModelsV2ClientTypes.FailedCustomVocabularyItem]? = nil, localeId: Swift.String? = nil, resources: [LexModelsV2ClientTypes.CustomVocabularyItem]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.errors = errors @@ -3051,8 +2989,7 @@ extension LexModelsV2ClientTypes { public init( identifier: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.version = version } @@ -3068,8 +3005,7 @@ extension LexModelsV2ClientTypes { public init( answerField: Swift.String? = nil - ) - { + ) { self.answerField = answerField } } @@ -3091,8 +3027,7 @@ extension LexModelsV2ClientTypes { bedrockKnowledgeBaseArn: Swift.String? = nil, exactResponse: Swift.Bool = false, exactResponseFields: LexModelsV2ClientTypes.BedrockKnowledgeStoreExactResponseFields? = nil - ) - { + ) { self.bedrockKnowledgeBaseArn = bedrockKnowledgeBaseArn self.exactResponse = exactResponse self.exactResponseFields = exactResponseFields @@ -3148,8 +3083,7 @@ extension LexModelsV2ClientTypes { guardrail: LexModelsV2ClientTypes.BedrockGuardrailConfiguration? = nil, modelArn: Swift.String? = nil, traceStatus: LexModelsV2ClientTypes.BedrockTraceStatus? = nil - ) - { + ) { self.customPrompt = customPrompt self.guardrail = guardrail self.modelArn = modelArn @@ -3173,8 +3107,7 @@ extension LexModelsV2ClientTypes { botVersion: Swift.String? = nil, endDate: Foundation.Date? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.botVersion = botVersion self.endDate = endDate self.startDate = startDate @@ -3196,8 +3129,7 @@ extension LexModelsV2ClientTypes { public init( codeHookInterfaceVersion: Swift.String? = nil, lambdaARN: Swift.String? = nil - ) - { + ) { self.codeHookInterfaceVersion = codeHookInterfaceVersion self.lambdaARN = lambdaARN } @@ -3214,8 +3146,7 @@ extension LexModelsV2ClientTypes { public init( lambdaCodeHook: LexModelsV2ClientTypes.LambdaCodeHook? = nil - ) - { + ) { self.lambdaCodeHook = lambdaCodeHook } } @@ -3234,8 +3165,7 @@ extension LexModelsV2ClientTypes { public init( codeHookSpecification: LexModelsV2ClientTypes.CodeHookSpecification? = nil, enabled: Swift.Bool = false - ) - { + ) { self.codeHookSpecification = codeHookSpecification self.enabled = enabled } @@ -3305,8 +3235,7 @@ extension LexModelsV2ClientTypes { creationDateTime: Foundation.Date? = nil, failureReasons: [Swift.String]? = nil, lastUpdatedDateTime: Foundation.Date? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasReplicationStatus = botAliasReplicationStatus self.botVersion = botVersion @@ -3379,8 +3308,7 @@ extension LexModelsV2ClientTypes { creationDateTime: Foundation.Date? = nil, description: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasName = botAliasName self.botAliasStatus = botAliasStatus @@ -3410,8 +3338,7 @@ extension LexModelsV2ClientTypes { botAliasId: Swift.String? = nil, botId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -3433,8 +3360,7 @@ extension LexModelsV2ClientTypes { public init( botId: Swift.String? = nil, botVersion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion } @@ -3520,8 +3446,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.BotFilterName? = nil, `operator`: LexModelsV2ClientTypes.BotFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -3539,8 +3464,7 @@ extension LexModelsV2ClientTypes { public init( childDirected: Swift.Bool = false - ) - { + ) { self.childDirected = childDirected } } @@ -3573,8 +3497,7 @@ extension LexModelsV2ClientTypes { idleSessionTTLInSeconds: Swift.Int? = nil, roleArn: Swift.String? = nil, testBotAliasTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.botName = botName self.botTags = botTags self.dataPrivacy = dataPrivacy @@ -3603,8 +3526,7 @@ extension LexModelsV2ClientTypes { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -3685,8 +3607,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.BotLocaleFilterName? = nil, `operator`: LexModelsV2ClientTypes.BotLocaleFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -3708,8 +3629,7 @@ extension LexModelsV2ClientTypes { public init( event: Swift.String? = nil, eventDate: Foundation.Date? = nil - ) - { + ) { self.event = event self.eventDate = eventDate } @@ -3772,8 +3692,7 @@ extension LexModelsV2ClientTypes { public init( engine: LexModelsV2ClientTypes.VoiceEngine? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.engine = engine self.voiceId = voiceId } @@ -3820,8 +3739,7 @@ extension LexModelsV2ClientTypes { localeId: Swift.String? = nil, nluIntentConfidenceThreshold: Swift.Double? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -3871,8 +3789,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BotLocaleSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -3953,8 +3870,7 @@ extension LexModelsV2ClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil, localeName: Swift.String? = nil - ) - { + ) { self.botLocaleStatus = botLocaleStatus self.description = description self.lastBuildSubmittedDateTime = lastBuildSubmittedDateTime @@ -3991,8 +3907,7 @@ extension LexModelsV2ClientTypes { botMemberId: Swift.String? = nil, botMemberName: Swift.String? = nil, botMemberVersion: Swift.String? = nil - ) - { + ) { self.botMemberAliasId = botMemberAliasId self.botMemberAliasName = botMemberAliasName self.botMemberId = botMemberId @@ -4011,8 +3926,7 @@ extension LexModelsV2ClientTypes { public init( discoveredIntentCount: Swift.Int? = nil - ) - { + ) { self.discoveredIntentCount = discoveredIntentCount } } @@ -4027,8 +3941,7 @@ extension LexModelsV2ClientTypes { public init( discoveredSlotTypeCount: Swift.Int? = nil - ) - { + ) { self.discoveredSlotTypeCount = discoveredSlotTypeCount } } @@ -4046,8 +3959,7 @@ extension LexModelsV2ClientTypes { public init( intents: LexModelsV2ClientTypes.IntentStatistics? = nil, slotTypes: LexModelsV2ClientTypes.SlotTypeStatistics? = nil - ) - { + ) { self.intents = intents self.slotTypes = slotTypes } @@ -4069,8 +3981,7 @@ extension LexModelsV2ClientTypes { associatedTranscriptsUrl: Swift.String? = nil, botLocaleExportUrl: Swift.String? = nil, statistics: LexModelsV2ClientTypes.BotRecommendationResultStatistics? = nil - ) - { + ) { self.associatedTranscriptsUrl = associatedTranscriptsUrl self.botLocaleExportUrl = botLocaleExportUrl self.statistics = statistics @@ -4148,8 +4059,7 @@ extension LexModelsV2ClientTypes { botRecommendationStatus: LexModelsV2ClientTypes.BotRecommendationStatus? = nil, creationDateTime: Foundation.Date? = nil, lastUpdatedDateTime: Foundation.Date? = nil - ) - { + ) { self.botRecommendationId = botRecommendationId self.botRecommendationStatus = botRecommendationStatus self.creationDateTime = creationDateTime @@ -4212,8 +4122,7 @@ extension LexModelsV2ClientTypes { creationDateTime: Foundation.Date? = nil, failureReasons: [Swift.String]? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botReplicaStatus = botReplicaStatus self.creationDateTime = creationDateTime self.failureReasons = failureReasons @@ -4262,8 +4171,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BotSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -4373,8 +4281,7 @@ extension LexModelsV2ClientTypes { description: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil, latestBotVersion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botName = botName self.botStatus = botStatus @@ -4396,8 +4303,7 @@ extension LexModelsV2ClientTypes { public init( sourceBotVersion: Swift.String? = nil - ) - { + ) { self.sourceBotVersion = sourceBotVersion } } @@ -4443,8 +4349,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BotVersionReplicaSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -4505,8 +4410,7 @@ extension LexModelsV2ClientTypes { botVersionReplicationStatus: LexModelsV2ClientTypes.BotVersionReplicationStatus? = nil, creationDateTime: Foundation.Date? = nil, failureReasons: [Swift.String]? = nil - ) - { + ) { self.botVersion = botVersion self.botVersionReplicationStatus = botVersionReplicationStatus self.creationDateTime = creationDateTime @@ -4555,8 +4459,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BotVersionSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -4584,8 +4487,7 @@ extension LexModelsV2ClientTypes { botVersion: Swift.String? = nil, creationDateTime: Foundation.Date? = nil, description: Swift.String? = nil - ) - { + ) { self.botName = botName self.botStatus = botStatus self.botVersion = botVersion @@ -4613,8 +4515,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4637,8 +4538,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4658,8 +4558,7 @@ public struct BuildBotLocaleInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -4684,8 +4583,7 @@ public struct BuildBotLocaleOutput: Swift.Sendable { botVersion: Swift.String? = nil, lastBuildSubmittedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botLocaleStatus = botLocaleStatus self.botVersion = botVersion @@ -4707,8 +4605,7 @@ extension LexModelsV2ClientTypes { public init( bedrockModelSpecification: LexModelsV2ClientTypes.BedrockModelSpecification? = nil, enabled: Swift.Bool = false - ) - { + ) { self.bedrockModelSpecification = bedrockModelSpecification self.enabled = enabled } @@ -4728,8 +4625,7 @@ extension LexModelsV2ClientTypes { public init( bedrockModelSpecification: LexModelsV2ClientTypes.BedrockModelSpecification? = nil, enabled: Swift.Bool = false - ) - { + ) { self.bedrockModelSpecification = bedrockModelSpecification self.enabled = enabled } @@ -4748,8 +4644,7 @@ extension LexModelsV2ClientTypes { public init( descriptiveBotBuilder: LexModelsV2ClientTypes.DescriptiveBotBuilderSpecification? = nil, sampleUtteranceGeneration: LexModelsV2ClientTypes.SampleUtteranceGenerationSpecification? = nil - ) - { + ) { self.descriptiveBotBuilder = descriptiveBotBuilder self.sampleUtteranceGeneration = sampleUtteranceGeneration } @@ -4796,8 +4691,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BuiltInIntentSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -4816,8 +4710,7 @@ extension LexModelsV2ClientTypes { public init( description: Swift.String? = nil, intentSignature: Swift.String? = nil - ) - { + ) { self.description = description self.intentSignature = intentSignature } @@ -4864,8 +4757,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.BuiltInSlotTypeSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -4884,8 +4776,7 @@ extension LexModelsV2ClientTypes { public init( description: Swift.String? = nil, slotTypeSignature: Swift.String? = nil - ) - { + ) { self.description = description self.slotTypeSignature = slotTypeSignature } @@ -4906,8 +4797,7 @@ extension LexModelsV2ClientTypes { public init( text: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.text = text self.value = value } @@ -4928,8 +4818,7 @@ extension LexModelsV2ClientTypes { public init( cloudWatchLogGroupArn: Swift.String? = nil, logPrefix: Swift.String? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.logPrefix = logPrefix } @@ -4950,8 +4839,7 @@ extension LexModelsV2ClientTypes { public init( name: Swift.String? = nil, slotTypeId: Swift.String? = nil - ) - { + ) { self.name = name self.slotTypeId = slotTypeId } @@ -4967,8 +4855,7 @@ extension LexModelsV2ClientTypes { public init( subSlots: [LexModelsV2ClientTypes.SubSlotTypeComposition]? = nil - ) - { + ) { self.subSlots = subSlots } } @@ -4984,8 +4871,7 @@ extension LexModelsV2ClientTypes { public init( expressionString: Swift.String? = nil - ) - { + ) { self.expressionString = expressionString } } @@ -5057,8 +4943,7 @@ extension LexModelsV2ClientTypes { slotToElicit: Swift.String? = nil, suppressNextMessage: Swift.Bool? = nil, type: LexModelsV2ClientTypes.DialogActionType? = nil - ) - { + ) { self.slotToElicit = slotToElicit self.suppressNextMessage = suppressNextMessage self.type = type @@ -5104,8 +4989,7 @@ extension LexModelsV2ClientTypes { public init( interpretedValue: Swift.String? = nil - ) - { + ) { self.interpretedValue = interpretedValue } } @@ -5121,8 +5005,7 @@ extension LexModelsV2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -5147,8 +5030,7 @@ extension LexModelsV2ClientTypes { imageUrl: Swift.String? = nil, subtitle: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.buttons = buttons self.imageUrl = imageUrl self.subtitle = subtitle @@ -5167,8 +5049,7 @@ extension LexModelsV2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -5184,8 +5065,7 @@ extension LexModelsV2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -5209,8 +5089,7 @@ extension LexModelsV2ClientTypes { imageResponseCard: LexModelsV2ClientTypes.ImageResponseCard? = nil, plainTextMessage: LexModelsV2ClientTypes.PlainTextMessage? = nil, ssmlMessage: LexModelsV2ClientTypes.SSMLMessage? = nil - ) - { + ) { self.customPayload = customPayload self.imageResponseCard = imageResponseCard self.plainTextMessage = plainTextMessage @@ -5232,8 +5111,7 @@ extension LexModelsV2ClientTypes { public init( message: LexModelsV2ClientTypes.Message? = nil, variations: [LexModelsV2ClientTypes.Message]? = nil - ) - { + ) { self.message = message self.variations = variations } @@ -5253,8 +5131,7 @@ extension LexModelsV2ClientTypes { public init( allowInterrupt: Swift.Bool? = nil, messageGroups: [LexModelsV2ClientTypes.MessageGroup]? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.messageGroups = messageGroups } @@ -5339,8 +5216,7 @@ extension LexModelsV2ClientTypes { public init( intentName: Swift.String? = nil, matchResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil - ) - { + ) { self.intentName = intentName self.matchResult = matchResult } @@ -5360,8 +5236,7 @@ extension LexModelsV2ClientTypes { public init( endToEndResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil, speechTranscriptionResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil - ) - { + ) { self.endToEndResult = endToEndResult self.speechTranscriptionResult = speechTranscriptionResult } @@ -5386,8 +5261,7 @@ extension LexModelsV2ClientTypes { intentName: Swift.String? = nil, matchResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil, slotName: Swift.String? = nil - ) - { + ) { self.intentName = intentName self.matchResult = matchResult self.slotName = slotName @@ -5420,8 +5294,7 @@ extension LexModelsV2ClientTypes { intentClassificationResults: [LexModelsV2ClientTypes.ConversationLevelIntentClassificationResultItem]? = nil, slotResolutionResults: [LexModelsV2ClientTypes.ConversationLevelSlotResolutionResultItem]? = nil, speechTranscriptionResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil - ) - { + ) { self.conversationId = conversationId self.endToEndResult = endToEndResult self.intentClassificationResults = intentClassificationResults @@ -5441,8 +5314,7 @@ extension LexModelsV2ClientTypes { public init( items: [LexModelsV2ClientTypes.ConversationLevelTestResultItem]? = nil - ) - { + ) { self.items = items } } @@ -5457,8 +5329,7 @@ extension LexModelsV2ClientTypes { public init( endToEndResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil - ) - { + ) { self.endToEndResult = endToEndResult } } @@ -5511,8 +5382,7 @@ extension LexModelsV2ClientTypes { endTime: Foundation.Date? = nil, inputMode: LexModelsV2ClientTypes.ConversationLogsInputModeFilter? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.inputMode = inputMode self.startTime = startTime @@ -5542,8 +5412,7 @@ extension LexModelsV2ClientTypes { botId: Swift.String? = nil, filter: LexModelsV2ClientTypes.ConversationLogsDataSourceFilterBy? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.filter = filter @@ -5562,8 +5431,7 @@ extension LexModelsV2ClientTypes { public init( cloudWatch: LexModelsV2ClientTypes.CloudWatchLogGroupLogDestination? = nil - ) - { + ) { self.cloudWatch = cloudWatch } } @@ -5586,8 +5454,7 @@ extension LexModelsV2ClientTypes { destination: LexModelsV2ClientTypes.TextLogDestination? = nil, enabled: Swift.Bool = false, selectiveLoggingEnabled: Swift.Bool? = nil - ) - { + ) { self.destination = destination self.enabled = enabled self.selectiveLoggingEnabled = selectiveLoggingEnabled @@ -5607,8 +5474,7 @@ extension LexModelsV2ClientTypes { public init( audioLogSettings: [LexModelsV2ClientTypes.AudioLogSetting]? = nil, textLogSettings: [LexModelsV2ClientTypes.TextLogSetting]? = nil - ) - { + ) { self.audioLogSettings = audioLogSettings self.textLogSettings = textLogSettings } @@ -5649,8 +5515,7 @@ public struct CreateBotInput: Swift.Sendable { idleSessionTTLInSeconds: Swift.Int? = nil, roleArn: Swift.String? = nil, testBotAliasTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.botMembers = botMembers self.botName = botName self.botTags = botTags @@ -5702,8 +5567,7 @@ public struct CreateBotOutput: Swift.Sendable { idleSessionTTLInSeconds: Swift.Int? = nil, roleArn: Swift.String? = nil, testBotAliasTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.botId = botId self.botMembers = botMembers self.botName = botName @@ -5729,8 +5593,7 @@ extension LexModelsV2ClientTypes { public init( detectSentiment: Swift.Bool = false - ) - { + ) { self.detectSentiment = detectSentiment } } @@ -5765,8 +5628,7 @@ public struct CreateBotAliasInput: Swift.Sendable { description: Swift.String? = nil, sentimentAnalysisSettings: LexModelsV2ClientTypes.SentimentAnalysisSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.botAliasLocaleSettings = botAliasLocaleSettings self.botAliasName = botAliasName self.botId = botId @@ -5814,8 +5676,7 @@ public struct CreateBotAliasOutput: Swift.Sendable { description: Swift.String? = nil, sentimentAnalysisSettings: LexModelsV2ClientTypes.SentimentAnalysisSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasLocaleSettings = botAliasLocaleSettings self.botAliasName = botAliasName @@ -5843,8 +5704,7 @@ extension LexModelsV2ClientTypes { public init( bedrockModelSpecification: LexModelsV2ClientTypes.BedrockModelSpecification? = nil, enabled: Swift.Bool = false - ) - { + ) { self.bedrockModelSpecification = bedrockModelSpecification self.enabled = enabled } @@ -5860,8 +5720,7 @@ extension LexModelsV2ClientTypes { public init( slotResolutionImprovement: LexModelsV2ClientTypes.SlotResolutionImprovementSpecification? = nil - ) - { + ) { self.slotResolutionImprovement = slotResolutionImprovement } } @@ -5879,8 +5738,7 @@ extension LexModelsV2ClientTypes { public init( buildtimeSettings: LexModelsV2ClientTypes.BuildtimeSettings? = nil, runtimeSettings: LexModelsV2ClientTypes.RuntimeSettings? = nil - ) - { + ) { self.buildtimeSettings = buildtimeSettings self.runtimeSettings = runtimeSettings } @@ -5923,8 +5781,7 @@ public struct CreateBotLocaleInput: Swift.Sendable { localeId: Swift.String? = nil, nluIntentConfidenceThreshold: Swift.Double? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -5968,8 +5825,7 @@ public struct CreateBotLocaleOutput: Swift.Sendable { localeName: Swift.String? = nil, nluIntentConfidenceThreshold: Swift.Double? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botLocaleStatus = botLocaleStatus self.botVersion = botVersion @@ -5994,8 +5850,7 @@ public struct CreateBotReplicaInput: Swift.Sendable { public init( botId: Swift.String? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.replicaRegion = replicaRegion } @@ -6019,8 +5874,7 @@ public struct CreateBotReplicaOutput: Swift.Sendable { creationDateTime: Foundation.Date? = nil, replicaRegion: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botReplicaStatus = botReplicaStatus self.creationDateTime = creationDateTime @@ -6043,8 +5897,7 @@ public struct CreateBotVersionInput: Swift.Sendable { botId: Swift.String? = nil, botVersionLocaleSpecification: [Swift.String: LexModelsV2ClientTypes.BotVersionLocaleDetails]? = nil, description: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersionLocaleSpecification = botVersionLocaleSpecification self.description = description @@ -6072,8 +5925,7 @@ public struct CreateBotVersionOutput: Swift.Sendable { botVersionLocaleSpecification: [Swift.String: LexModelsV2ClientTypes.BotVersionLocaleDetails]? = nil, creationDateTime: Foundation.Date? = nil, description: Swift.String? = nil - ) - { + ) { self.botId = botId self.botStatus = botStatus self.botVersion = botVersion @@ -6133,8 +5985,7 @@ extension LexModelsV2ClientTypes { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -6152,8 +6003,7 @@ extension LexModelsV2ClientTypes { public init( testSetId: Swift.String? = nil - ) - { + ) { self.testSetId = testSetId } } @@ -6177,8 +6027,7 @@ extension LexModelsV2ClientTypes { botLocaleExportSpecification: LexModelsV2ClientTypes.BotLocaleExportSpecification? = nil, customVocabularyExportSpecification: LexModelsV2ClientTypes.CustomVocabularyExportSpecification? = nil, testSetExportSpecification: LexModelsV2ClientTypes.TestSetExportSpecification? = nil - ) - { + ) { self.botExportSpecification = botExportSpecification self.botLocaleExportSpecification = botLocaleExportSpecification self.customVocabularyExportSpecification = customVocabularyExportSpecification @@ -6201,8 +6050,7 @@ public struct CreateExportInput: Swift.Sendable { fileFormat: LexModelsV2ClientTypes.ImportExportFileFormat? = nil, filePassword: Swift.String? = nil, resourceSpecification: LexModelsV2ClientTypes.ExportResourceSpecification? = nil - ) - { + ) { self.fileFormat = fileFormat self.filePassword = filePassword self.resourceSpecification = resourceSpecification @@ -6267,8 +6115,7 @@ public struct CreateExportOutput: Swift.Sendable { exportStatus: LexModelsV2ClientTypes.ExportStatus? = nil, fileFormat: LexModelsV2ClientTypes.ImportExportFileFormat? = nil, resourceSpecification: LexModelsV2ClientTypes.ExportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.exportId = exportId self.exportStatus = exportStatus @@ -6287,8 +6134,7 @@ extension LexModelsV2ClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -6311,8 +6157,7 @@ extension LexModelsV2ClientTypes { allowInterrupt: Swift.Bool? = nil, delayInSeconds: Swift.Int? = nil, messageGroups: [LexModelsV2ClientTypes.MessageGroup]? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.delayInSeconds = delayInSeconds self.messageGroups = messageGroups @@ -6337,8 +6182,7 @@ extension LexModelsV2ClientTypes { allowInterrupt: Swift.Bool? = nil, frequencyInSeconds: Swift.Int? = nil, messageGroups: [LexModelsV2ClientTypes.MessageGroup]? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.frequencyInSeconds = frequencyInSeconds self.messageGroups = messageGroups @@ -6365,8 +6209,7 @@ extension LexModelsV2ClientTypes { startResponse: LexModelsV2ClientTypes.FulfillmentStartResponseSpecification? = nil, timeoutInSeconds: Swift.Int? = nil, updateResponse: LexModelsV2ClientTypes.FulfillmentUpdateResponseSpecification? = nil - ) - { + ) { self.active = active self.startResponse = startResponse self.timeoutInSeconds = timeoutInSeconds @@ -6385,8 +6228,7 @@ extension LexModelsV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6405,8 +6247,7 @@ extension LexModelsV2ClientTypes { public init( enableCodeHookInvocation: Swift.Bool? = nil, invocationLabel: Swift.String? = nil - ) - { + ) { self.enableCodeHookInvocation = enableCodeHookInvocation self.invocationLabel = invocationLabel } @@ -6494,8 +6335,7 @@ extension LexModelsV2ClientTypes { public init( startTimeoutMs: Swift.Int? = nil - ) - { + ) { self.startTimeoutMs = startTimeoutMs } } @@ -6520,8 +6360,7 @@ extension LexModelsV2ClientTypes { allowedInputTypes: LexModelsV2ClientTypes.AllowedInputTypes? = nil, audioAndDTMFInputSpecification: LexModelsV2ClientTypes.AudioAndDTMFInputSpecification? = nil, textInputSpecification: LexModelsV2ClientTypes.TextInputSpecification? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.allowedInputTypes = allowedInputTypes self.audioAndDTMFInputSpecification = audioAndDTMFInputSpecification @@ -6553,8 +6392,7 @@ extension LexModelsV2ClientTypes { messageGroups: [LexModelsV2ClientTypes.MessageGroup]? = nil, messageSelectionStrategy: LexModelsV2ClientTypes.MessageSelectionStrategy? = nil, promptAttemptsSpecification: [Swift.String: LexModelsV2ClientTypes.PromptAttemptSpecification]? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.maxRetries = maxRetries self.messageGroups = messageGroups @@ -6580,8 +6418,7 @@ extension LexModelsV2ClientTypes { kendraIndex: Swift.String? = nil, queryFilterString: Swift.String? = nil, queryFilterStringEnabled: Swift.Bool = false - ) - { + ) { self.kendraIndex = kendraIndex self.queryFilterString = queryFilterString self.queryFilterStringEnabled = queryFilterStringEnabled @@ -6607,8 +6444,7 @@ extension LexModelsV2ClientTypes { name: Swift.String? = nil, timeToLiveInSeconds: Swift.Int? = nil, turnsToLive: Swift.Int? = nil - ) - { + ) { self.name = name self.timeToLiveInSeconds = timeToLiveInSeconds self.turnsToLive = turnsToLive @@ -6635,8 +6471,7 @@ extension LexModelsV2ClientTypes { kendraIndex: Swift.String? = nil, queryFilterString: Swift.String? = nil, queryFilterStringEnabled: Swift.Bool = false - ) - { + ) { self.exactResponse = exactResponse self.kendraIndex = kendraIndex self.queryFilterString = queryFilterString @@ -6659,8 +6494,7 @@ extension LexModelsV2ClientTypes { public init( answerField: Swift.String? = nil, questionField: Swift.String? = nil - ) - { + ) { self.answerField = answerField self.questionField = questionField } @@ -6690,8 +6524,7 @@ extension LexModelsV2ClientTypes { exactResponseFields: LexModelsV2ClientTypes.ExactResponseFields? = nil, includeFields: [Swift.String]? = nil, indexName: Swift.String? = nil - ) - { + ) { self.domainEndpoint = domainEndpoint self.exactResponse = exactResponse self.exactResponseFields = exactResponseFields @@ -6716,8 +6549,7 @@ extension LexModelsV2ClientTypes { bedrockKnowledgeStoreConfiguration: LexModelsV2ClientTypes.BedrockKnowledgeStoreConfiguration? = nil, kendraConfiguration: LexModelsV2ClientTypes.QnAKendraConfiguration? = nil, opensearchConfiguration: LexModelsV2ClientTypes.OpensearchConfiguration? = nil - ) - { + ) { self.bedrockKnowledgeStoreConfiguration = bedrockKnowledgeStoreConfiguration self.kendraConfiguration = kendraConfiguration self.opensearchConfiguration = opensearchConfiguration @@ -6737,8 +6569,7 @@ extension LexModelsV2ClientTypes { public init( bedrockModelConfiguration: LexModelsV2ClientTypes.BedrockModelSpecification? = nil, dataSourceConfiguration: LexModelsV2ClientTypes.DataSourceConfiguration? = nil - ) - { + ) { self.bedrockModelConfiguration = bedrockModelConfiguration self.dataSourceConfiguration = dataSourceConfiguration } @@ -6755,8 +6586,7 @@ extension LexModelsV2ClientTypes { public init( utterance: Swift.String? = nil - ) - { + ) { self.utterance = utterance } } @@ -6773,8 +6603,7 @@ public struct CreateResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -6789,8 +6618,7 @@ public struct CreateResourcePolicyOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.revisionId = revisionId } @@ -6837,8 +6665,7 @@ extension LexModelsV2ClientTypes { public init( arn: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.arn = arn self.service = service } @@ -6874,8 +6701,7 @@ public struct CreateResourcePolicyStatementInput: Swift.Sendable { principal: [LexModelsV2ClientTypes.Principal]? = nil, resourceArn: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.condition = condition self.effect = effect @@ -6895,8 +6721,7 @@ public struct CreateResourcePolicyStatementOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.revisionId = revisionId } @@ -6911,8 +6736,7 @@ extension LexModelsV2ClientTypes { public init( allowMultipleValues: Swift.Bool = false - ) - { + ) { self.allowMultipleValues = allowMultipleValues } } @@ -6957,8 +6781,7 @@ extension LexModelsV2ClientTypes { public init( obfuscationSettingType: LexModelsV2ClientTypes.ObfuscationSettingType? = nil - ) - { + ) { self.obfuscationSettingType = obfuscationSettingType } } @@ -6974,8 +6797,7 @@ extension LexModelsV2ClientTypes { public init( defaultValue: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue } } @@ -6991,8 +6813,7 @@ extension LexModelsV2ClientTypes { public init( defaultValueList: [LexModelsV2ClientTypes.SlotDefaultValue]? = nil - ) - { + ) { self.defaultValueList = defaultValueList } } @@ -7019,8 +6840,7 @@ extension LexModelsV2ClientTypes { frequencyInSeconds: Swift.Int? = nil, messageGroups: [LexModelsV2ClientTypes.MessageGroup]? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.allowInterrupt = allowInterrupt self.frequencyInSeconds = frequencyInSeconds self.messageGroups = messageGroups @@ -7049,8 +6869,7 @@ extension LexModelsV2ClientTypes { continueResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil, stillWaitingResponse: LexModelsV2ClientTypes.StillWaitingResponseSpecification? = nil, waitingResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.active = active self.continueResponse = continueResponse self.stillWaitingResponse = stillWaitingResponse @@ -7078,8 +6897,7 @@ extension LexModelsV2ClientTypes { promptSpecification: LexModelsV2ClientTypes.PromptSpecification? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil, waitAndContinueSpecification: LexModelsV2ClientTypes.WaitAndContinueSpecification? = nil - ) - { + ) { self.defaultValueSpecification = defaultValueSpecification self.promptSpecification = promptSpecification self.sampleUtterances = sampleUtterances @@ -7102,8 +6920,7 @@ extension LexModelsV2ClientTypes { public init( slotTypeId: Swift.String? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SubSlotValueElicitationSetting? = nil - ) - { + ) { self.slotTypeId = slotTypeId self.valueElicitationSetting = valueElicitationSetting } @@ -7122,8 +6939,7 @@ extension LexModelsV2ClientTypes { public init( expression: Swift.String? = nil, slotSpecifications: [Swift.String: LexModelsV2ClientTypes.Specifications]? = nil - ) - { + ) { self.expression = expression self.slotSpecifications = slotSpecifications } @@ -7198,8 +7014,7 @@ extension LexModelsV2ClientTypes { public init( slotResolutionStrategy: LexModelsV2ClientTypes.SlotResolutionStrategy? = nil - ) - { + ) { self.slotResolutionStrategy = slotResolutionStrategy } } @@ -7222,8 +7037,7 @@ extension LexModelsV2ClientTypes { kmsKeyArn: Swift.String? = nil, s3BucketName: Swift.String? = nil, s3ObjectKey: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.s3BucketName = s3BucketName self.s3ObjectKey = s3ObjectKey @@ -7240,8 +7054,7 @@ extension LexModelsV2ClientTypes { public init( source: LexModelsV2ClientTypes.GrammarSlotTypeSource? = nil - ) - { + ) { self.source = source } } @@ -7256,8 +7069,7 @@ extension LexModelsV2ClientTypes { public init( grammarSlotTypeSetting: LexModelsV2ClientTypes.GrammarSlotTypeSetting? = nil - ) - { + ) { self.grammarSlotTypeSetting = grammarSlotTypeSetting } } @@ -7273,8 +7085,7 @@ extension LexModelsV2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -7292,8 +7103,7 @@ extension LexModelsV2ClientTypes { public init( sampleValue: LexModelsV2ClientTypes.SampleValue? = nil, synonyms: [LexModelsV2ClientTypes.SampleValue]? = nil - ) - { + ) { self.sampleValue = sampleValue self.synonyms = synonyms } @@ -7323,8 +7133,7 @@ extension LexModelsV2ClientTypes { public init( pattern: Swift.String? = nil - ) - { + ) { self.pattern = pattern } } @@ -7385,8 +7194,7 @@ extension LexModelsV2ClientTypes { advancedRecognitionSetting: LexModelsV2ClientTypes.AdvancedRecognitionSetting? = nil, regexFilter: LexModelsV2ClientTypes.SlotValueRegexFilter? = nil, resolutionStrategy: LexModelsV2ClientTypes.SlotValueResolutionStrategy? = nil - ) - { + ) { self.advancedRecognitionSetting = advancedRecognitionSetting self.regexFilter = regexFilter self.resolutionStrategy = resolutionStrategy @@ -7438,8 +7246,7 @@ public struct CreateSlotTypeInput: Swift.Sendable { slotTypeName: Swift.String? = nil, slotTypeValues: [LexModelsV2ClientTypes.SlotTypeValue]? = nil, valueSelectionSetting: LexModelsV2ClientTypes.SlotValueSelectionSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.compositeSlotTypeSetting = compositeSlotTypeSetting @@ -7492,8 +7299,7 @@ public struct CreateSlotTypeOutput: Swift.Sendable { slotTypeName: Swift.String? = nil, slotTypeValues: [LexModelsV2ClientTypes.SlotTypeValue]? = nil, valueSelectionSetting: LexModelsV2ClientTypes.SlotValueSelectionSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.compositeSlotTypeSetting = compositeSlotTypeSetting @@ -7527,8 +7333,7 @@ extension LexModelsV2ClientTypes { botAliasId: Swift.String? = nil, botId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -7545,8 +7350,7 @@ extension LexModelsV2ClientTypes { public init( botAliasTarget: LexModelsV2ClientTypes.TestSetDiscrepancyReportBotAliasTarget? = nil - ) - { + ) { self.botAliasTarget = botAliasTarget } } @@ -7563,8 +7367,7 @@ public struct CreateTestSetDiscrepancyReportInput: Swift.Sendable { public init( target: LexModelsV2ClientTypes.TestSetDiscrepancyReportResourceTarget? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.target = target self.testSetId = testSetId } @@ -7585,8 +7388,7 @@ public struct CreateTestSetDiscrepancyReportOutput: Swift.Sendable { target: LexModelsV2ClientTypes.TestSetDiscrepancyReportResourceTarget? = nil, testSetDiscrepancyReportId: Swift.String? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.target = target self.testSetDiscrepancyReportId = testSetDiscrepancyReportId @@ -7608,8 +7410,7 @@ public struct CreateUploadUrlOutput: Swift.Sendable { public init( importId: Swift.String? = nil, uploadUrl: Swift.String? = nil - ) - { + ) { self.importId = importId self.uploadUrl = uploadUrl } @@ -7633,8 +7434,7 @@ extension LexModelsV2ClientTypes { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -7694,8 +7494,7 @@ extension LexModelsV2ClientTypes { public init( endDateTime: Foundation.Date? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.endDateTime = endDateTime self.startDateTime = startDateTime } @@ -7712,8 +7511,7 @@ public struct DeleteBotInput: Swift.Sendable { public init( botId: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = false - ) - { + ) { self.botId = botId self.skipResourceInUseCheck = skipResourceInUseCheck } @@ -7728,8 +7526,7 @@ public struct DeleteBotOutput: Swift.Sendable { public init( botId: Swift.String? = nil, botStatus: LexModelsV2ClientTypes.BotStatus? = nil - ) - { + ) { self.botId = botId self.botStatus = botStatus } @@ -7749,8 +7546,7 @@ public struct DeleteBotAliasInput: Swift.Sendable { botAliasId: Swift.String? = nil, botId: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = false - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.skipResourceInUseCheck = skipResourceInUseCheck @@ -7769,8 +7565,7 @@ public struct DeleteBotAliasOutput: Swift.Sendable { botAliasId: Swift.String? = nil, botAliasStatus: LexModelsV2ClientTypes.BotAliasStatus? = nil, botId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasStatus = botAliasStatus self.botId = botId @@ -7792,8 +7587,7 @@ public struct DeleteBotLocaleInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -7815,8 +7609,7 @@ public struct DeleteBotLocaleOutput: Swift.Sendable { botLocaleStatus: LexModelsV2ClientTypes.BotLocaleStatus? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botLocaleStatus = botLocaleStatus self.botVersion = botVersion @@ -7835,8 +7628,7 @@ public struct DeleteBotReplicaInput: Swift.Sendable { public init( botId: Swift.String? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.replicaRegion = replicaRegion } @@ -7854,8 +7646,7 @@ public struct DeleteBotReplicaOutput: Swift.Sendable { botId: Swift.String? = nil, botReplicaStatus: LexModelsV2ClientTypes.BotReplicaStatus? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botReplicaStatus = botReplicaStatus self.replicaRegion = replicaRegion @@ -7876,8 +7667,7 @@ public struct DeleteBotVersionInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = false - ) - { + ) { self.botId = botId self.botVersion = botVersion self.skipResourceInUseCheck = skipResourceInUseCheck @@ -7896,8 +7686,7 @@ public struct DeleteBotVersionOutput: Swift.Sendable { botId: Swift.String? = nil, botStatus: LexModelsV2ClientTypes.BotStatus? = nil, botVersion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botStatus = botStatus self.botVersion = botVersion @@ -7919,8 +7708,7 @@ public struct DeleteCustomVocabularyInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -7942,8 +7730,7 @@ public struct DeleteCustomVocabularyOutput: Swift.Sendable { botVersion: Swift.String? = nil, customVocabularyStatus: LexModelsV2ClientTypes.CustomVocabularyStatus? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.customVocabularyStatus = customVocabularyStatus @@ -7958,8 +7745,7 @@ public struct DeleteExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -7973,8 +7759,7 @@ public struct DeleteExportOutput: Swift.Sendable { public init( exportId: Swift.String? = nil, exportStatus: LexModelsV2ClientTypes.ExportStatus? = nil - ) - { + ) { self.exportId = exportId self.exportStatus = exportStatus } @@ -7987,8 +7772,7 @@ public struct DeleteImportInput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -8037,8 +7821,7 @@ public struct DeleteImportOutput: Swift.Sendable { public init( importId: Swift.String? = nil, importStatus: LexModelsV2ClientTypes.ImportStatus? = nil - ) - { + ) { self.importId = importId self.importStatus = importStatus } @@ -8063,8 +7846,7 @@ public struct DeleteIntentInput: Swift.Sendable { botVersion: Swift.String? = nil, intentId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -8082,8 +7864,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( expectedRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.expectedRevisionId = expectedRevisionId self.resourceArn = resourceArn } @@ -8098,8 +7879,7 @@ public struct DeleteResourcePolicyOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.revisionId = revisionId } @@ -8119,8 +7899,7 @@ public struct DeleteResourcePolicyStatementInput: Swift.Sendable { expectedRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.expectedRevisionId = expectedRevisionId self.resourceArn = resourceArn self.statementId = statementId @@ -8136,8 +7915,7 @@ public struct DeleteResourcePolicyStatementOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.revisionId = revisionId } @@ -8166,8 +7944,7 @@ public struct DeleteSlotInput: Swift.Sendable { intentId: Swift.String? = nil, localeId: Swift.String? = nil, slotId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -8198,8 +7975,7 @@ public struct DeleteSlotTypeInput: Swift.Sendable { localeId: Swift.String? = nil, skipResourceInUseCheck: Swift.Bool? = false, slotTypeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -8215,8 +7991,7 @@ public struct DeleteTestSetInput: Swift.Sendable { public init( testSetId: Swift.String? = nil - ) - { + ) { self.testSetId = testSetId } } @@ -8234,8 +8009,7 @@ public struct DeleteUtterancesInput: Swift.Sendable { botId: Swift.String? = nil, localeId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botId = botId self.localeId = localeId self.sessionId = sessionId @@ -8254,8 +8028,7 @@ public struct DescribeBotInput: Swift.Sendable { public init( botId: Swift.String? = nil - ) - { + ) { self.botId = botId } } @@ -8299,8 +8072,7 @@ public struct DescribeBotOutput: Swift.Sendable { idleSessionTTLInSeconds: Swift.Int? = nil, lastUpdatedDateTime: Foundation.Date? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.botId = botId self.botMembers = botMembers self.botName = botName @@ -8327,8 +8099,7 @@ public struct DescribeBotAliasInput: Swift.Sendable { public init( botAliasId: Swift.String? = nil, botId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId } @@ -8348,8 +8119,7 @@ extension LexModelsV2ClientTypes { public init( botId: Swift.String? = nil, botVersion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion } @@ -8398,8 +8168,7 @@ public struct DescribeBotAliasOutput: Swift.Sendable { lastUpdatedDateTime: Foundation.Date? = nil, parentBotNetworks: [LexModelsV2ClientTypes.ParentBotNetwork]? = nil, sentimentAnalysisSettings: LexModelsV2ClientTypes.SentimentAnalysisSettings? = nil - ) - { + ) { self.botAliasHistoryEvents = botAliasHistoryEvents self.botAliasId = botAliasId self.botAliasLocaleSettings = botAliasLocaleSettings @@ -8431,8 +8200,7 @@ public struct DescribeBotLocaleInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -8493,8 +8261,7 @@ public struct DescribeBotLocaleOutput: Swift.Sendable { recommendedActions: [Swift.String]? = nil, slotTypesCount: Swift.Int? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botLocaleHistoryEvents = botLocaleHistoryEvents self.botLocaleStatus = botLocaleStatus @@ -8534,8 +8301,7 @@ public struct DescribeBotRecommendationInput: Swift.Sendable { botRecommendationId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -8558,8 +8324,7 @@ extension LexModelsV2ClientTypes { associatedTranscriptsPassword: Swift.String? = nil, botLocaleExportPassword: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.associatedTranscriptsPassword = associatedTranscriptsPassword self.botLocaleExportPassword = botLocaleExportPassword self.kmsKeyArn = kmsKeyArn @@ -8581,8 +8346,7 @@ extension LexModelsV2ClientTypes { public init( objectPrefixes: [Swift.String]? = nil - ) - { + ) { self.objectPrefixes = objectPrefixes } } @@ -8597,8 +8361,7 @@ extension LexModelsV2ClientTypes { public init( dateRangeFilter: LexModelsV2ClientTypes.DateRangeFilter? = nil - ) - { + ) { self.dateRangeFilter = dateRangeFilter } } @@ -8613,8 +8376,7 @@ extension LexModelsV2ClientTypes { public init( lexTranscriptFilter: LexModelsV2ClientTypes.LexTranscriptFilter? = nil - ) - { + ) { self.lexTranscriptFilter = lexTranscriptFilter } } @@ -8669,8 +8431,7 @@ extension LexModelsV2ClientTypes { s3BucketName: Swift.String? = nil, transcriptFilter: LexModelsV2ClientTypes.TranscriptFilter? = nil, transcriptFormat: LexModelsV2ClientTypes.TranscriptFormat? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.pathFormat = pathFormat self.s3BucketName = s3BucketName @@ -8689,8 +8450,7 @@ extension LexModelsV2ClientTypes { public init( s3BucketTranscriptSource: LexModelsV2ClientTypes.S3BucketTranscriptSource? = nil - ) - { + ) { self.s3BucketTranscriptSource = s3BucketTranscriptSource } } @@ -8732,8 +8492,7 @@ public struct DescribeBotRecommendationOutput: Swift.Sendable { lastUpdatedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil, transcriptSourceSetting: LexModelsV2ClientTypes.TranscriptSourceSetting? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botRecommendationResults = botRecommendationResults @@ -8759,8 +8518,7 @@ public struct DescribeBotReplicaInput: Swift.Sendable { public init( botId: Swift.String? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.replicaRegion = replicaRegion } @@ -8787,8 +8545,7 @@ public struct DescribeBotReplicaOutput: Swift.Sendable { failureReasons: [Swift.String]? = nil, replicaRegion: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botReplicaStatus = botReplicaStatus self.creationDateTime = creationDateTime @@ -8817,8 +8574,7 @@ public struct DescribeBotResourceGenerationInput: Swift.Sendable { botVersion: Swift.String? = nil, generationId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.generationId = generationId @@ -8894,8 +8650,7 @@ public struct DescribeBotResourceGenerationOutput: Swift.Sendable { lastUpdatedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil, modelArn: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -8921,8 +8676,7 @@ public struct DescribeBotVersionInput: Swift.Sendable { public init( botId: Swift.String? = nil, botVersion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion } @@ -8970,8 +8724,7 @@ public struct DescribeBotVersionOutput: Swift.Sendable { idleSessionTTLInSeconds: Swift.Int? = nil, parentBotNetworks: [LexModelsV2ClientTypes.ParentBotNetwork]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.botId = botId self.botMembers = botMembers self.botName = botName @@ -9003,8 +8756,7 @@ public struct DescribeCustomVocabularyMetadataInput: Swift.Sendable { botId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -9032,8 +8784,7 @@ public struct DescribeCustomVocabularyMetadataOutput: Swift.Sendable { customVocabularyStatus: LexModelsV2ClientTypes.CustomVocabularyStatus? = nil, lastUpdatedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -9050,8 +8801,7 @@ public struct DescribeExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -9083,8 +8833,7 @@ public struct DescribeExportOutput: Swift.Sendable { fileFormat: LexModelsV2ClientTypes.ImportExportFileFormat? = nil, lastUpdatedDateTime: Foundation.Date? = nil, resourceSpecification: LexModelsV2ClientTypes.ExportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.downloadUrl = downloadUrl self.exportId = exportId @@ -9103,8 +8852,7 @@ public struct DescribeImportInput: Swift.Sendable { public init( importId: Swift.String? = nil - ) - { + ) { self.importId = importId } } @@ -9155,8 +8903,7 @@ extension LexModelsV2ClientTypes { public init( s3BucketName: Swift.String? = nil, s3Path: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3Path = s3Path } @@ -9209,8 +8956,7 @@ extension LexModelsV2ClientTypes { kmsKeyArn: Swift.String? = nil, s3BucketName: Swift.String? = nil, s3Path: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.s3BucketName = s3BucketName self.s3Path = s3Path @@ -9250,8 +8996,7 @@ extension LexModelsV2ClientTypes { storageLocation: LexModelsV2ClientTypes.TestSetStorageLocation? = nil, testSetName: Swift.String? = nil, testSetTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.importInputLocation = importInputLocation self.modality = modality @@ -9281,8 +9026,7 @@ extension LexModelsV2ClientTypes { botLocaleImportSpecification: LexModelsV2ClientTypes.BotLocaleImportSpecification? = nil, customVocabularyImportSpecification: LexModelsV2ClientTypes.CustomVocabularyImportSpecification? = nil, testSetImportResourceSpecification: LexModelsV2ClientTypes.TestSetImportResourceSpecification? = nil - ) - { + ) { self.botImportSpecification = botImportSpecification self.botLocaleImportSpecification = botLocaleImportSpecification self.customVocabularyImportSpecification = customVocabularyImportSpecification @@ -9321,8 +9065,7 @@ public struct DescribeImportOutput: Swift.Sendable { lastUpdatedDateTime: Foundation.Date? = nil, mergeStrategy: LexModelsV2ClientTypes.MergeStrategy? = nil, resourceSpecification: LexModelsV2ClientTypes.ImportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReasons = failureReasons self.importId = importId @@ -9354,8 +9097,7 @@ public struct DescribeIntentInput: Swift.Sendable { botVersion: Swift.String? = nil, intentId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -9377,8 +9119,7 @@ extension LexModelsV2ClientTypes { public init( priority: Swift.Int? = nil, slotId: Swift.String? = nil - ) - { + ) { self.priority = priority self.slotId = slotId } @@ -9392,8 +9133,7 @@ public struct DescribeResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -9410,8 +9150,7 @@ public struct DescribeResourcePolicyOutput: Swift.Sendable { policy: Swift.String? = nil, resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn self.revisionId = revisionId @@ -9441,8 +9180,7 @@ public struct DescribeSlotInput: Swift.Sendable { intentId: Swift.String? = nil, localeId: Swift.String? = nil, slotId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -9470,8 +9208,7 @@ public struct DescribeSlotTypeInput: Swift.Sendable { botVersion: Swift.String? = nil, localeId: Swift.String? = nil, slotTypeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -9521,8 +9258,7 @@ public struct DescribeSlotTypeOutput: Swift.Sendable { slotTypeName: Swift.String? = nil, slotTypeValues: [LexModelsV2ClientTypes.SlotTypeValue]? = nil, valueSelectionSetting: LexModelsV2ClientTypes.SlotValueSelectionSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.compositeSlotTypeSetting = compositeSlotTypeSetting @@ -9546,8 +9282,7 @@ public struct DescribeTestExecutionInput: Swift.Sendable { public init( testExecutionId: Swift.String? = nil - ) - { + ) { self.testExecutionId = testExecutionId } } @@ -9590,8 +9325,7 @@ extension LexModelsV2ClientTypes { public init( botAliasTarget: LexModelsV2ClientTypes.BotAliasTestExecutionTarget? = nil - ) - { + ) { self.botAliasTarget = botAliasTarget } } @@ -9703,8 +9437,7 @@ public struct DescribeTestExecutionOutput: Swift.Sendable { testExecutionStatus: LexModelsV2ClientTypes.TestExecutionStatus? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.apiMode = apiMode self.creationDateTime = creationDateTime self.failureReasons = failureReasons @@ -9725,8 +9458,7 @@ public struct DescribeTestSetInput: Swift.Sendable { public init( testSetId: Swift.String? = nil - ) - { + ) { self.testSetId = testSetId } } @@ -9802,8 +9534,7 @@ public struct DescribeTestSetOutput: Swift.Sendable { storageLocation: LexModelsV2ClientTypes.TestSetStorageLocation? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.description = description self.lastUpdatedDateTime = lastUpdatedDateTime @@ -9824,8 +9555,7 @@ public struct DescribeTestSetDiscrepancyReportInput: Swift.Sendable { public init( testSetDiscrepancyReportId: Swift.String? = nil - ) - { + ) { self.testSetDiscrepancyReportId = testSetDiscrepancyReportId } } @@ -9876,8 +9606,7 @@ extension LexModelsV2ClientTypes { public init( errorMessage: Swift.String? = nil, intentName: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.intentName = intentName } @@ -9902,8 +9631,7 @@ extension LexModelsV2ClientTypes { errorMessage: Swift.String? = nil, intentName: Swift.String? = nil, slotName: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.intentName = intentName self.slotName = slotName @@ -9925,8 +9653,7 @@ extension LexModelsV2ClientTypes { public init( intentDiscrepancies: [LexModelsV2ClientTypes.TestSetIntentDiscrepancyItem]? = nil, slotDiscrepancies: [LexModelsV2ClientTypes.TestSetSlotDiscrepancyItem]? = nil - ) - { + ) { self.intentDiscrepancies = intentDiscrepancies self.slotDiscrepancies = slotDiscrepancies } @@ -9963,8 +9690,7 @@ public struct DescribeTestSetDiscrepancyReportOutput: Swift.Sendable { testSetDiscrepancyReportStatus: LexModelsV2ClientTypes.TestSetDiscrepancyReportStatus? = nil, testSetDiscrepancyTopErrors: LexModelsV2ClientTypes.TestSetDiscrepancyErrors? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReasons = failureReasons self.lastUpdatedDataTime = lastUpdatedDataTime @@ -9984,8 +9710,7 @@ public struct DescribeTestSetGenerationInput: Swift.Sendable { public init( testSetGenerationId: Swift.String? = nil - ) - { + ) { self.testSetGenerationId = testSetGenerationId } } @@ -9999,8 +9724,7 @@ extension LexModelsV2ClientTypes { public init( conversationLogsDataSource: LexModelsV2ClientTypes.ConversationLogsDataSource? = nil - ) - { + ) { self.conversationLogsDataSource = conversationLogsDataSource } } @@ -10077,8 +9801,7 @@ public struct DescribeTestSetGenerationOutput: Swift.Sendable { testSetGenerationStatus: LexModelsV2ClientTypes.TestSetGenerationStatus? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.description = description self.failureReasons = failureReasons @@ -10166,8 +9889,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.ExportFilterName? = nil, `operator`: LexModelsV2ClientTypes.ExportFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -10215,8 +9937,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.ExportSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -10247,8 +9968,7 @@ extension LexModelsV2ClientTypes { fileFormat: LexModelsV2ClientTypes.ImportExportFileFormat? = nil, lastUpdatedDateTime: Foundation.Date? = nil, resourceSpecification: LexModelsV2ClientTypes.ExportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.exportId = exportId self.exportStatus = exportStatus @@ -10278,8 +9998,7 @@ public struct GenerateBotElementInput: Swift.Sendable { botVersion: Swift.String? = nil, intentId: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -10305,8 +10024,7 @@ public struct GenerateBotElementOutput: Swift.Sendable { intentId: Swift.String? = nil, localeId: Swift.String? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -10362,8 +10080,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.GenerationSortByAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -10388,8 +10105,7 @@ extension LexModelsV2ClientTypes { generationId: Swift.String? = nil, generationStatus: LexModelsV2ClientTypes.GenerationStatus? = nil, lastUpdatedDateTime: Foundation.Date? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.generationId = generationId self.generationStatus = generationStatus @@ -10405,8 +10121,7 @@ public struct GetTestExecutionArtifactsUrlInput: Swift.Sendable { public init( testExecutionId: Swift.String? = nil - ) - { + ) { self.testExecutionId = testExecutionId } } @@ -10420,8 +10135,7 @@ public struct GetTestExecutionArtifactsUrlOutput: Swift.Sendable { public init( downloadArtifactsUrl: Swift.String? = nil, testExecutionId: Swift.String? = nil - ) - { + ) { self.downloadArtifactsUrl = downloadArtifactsUrl self.testExecutionId = testExecutionId } @@ -10500,8 +10214,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.ImportFilterName? = nil, `operator`: LexModelsV2ClientTypes.ImportFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -10584,8 +10297,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.ImportSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -10622,8 +10334,7 @@ extension LexModelsV2ClientTypes { importedResourceType: LexModelsV2ClientTypes.ImportResourceType? = nil, lastUpdatedDateTime: Foundation.Date? = nil, mergeStrategy: LexModelsV2ClientTypes.MergeStrategy? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.importId = importId self.importStatus = importStatus @@ -10646,8 +10357,7 @@ extension LexModelsV2ClientTypes { public init( phrase: Swift.String? = nil - ) - { + ) { self.phrase = phrase } } @@ -10670,8 +10380,7 @@ extension LexModelsV2ClientTypes { intentMatchResultCounts: [Swift.String: Swift.Int]? = nil, speechTranscriptionResultCounts: [Swift.String: Swift.Int]? = nil, totalResultCount: Swift.Int? = nil - ) - { + ) { self.intentMatchResultCounts = intentMatchResultCounts self.speechTranscriptionResultCounts = speechTranscriptionResultCounts self.totalResultCount = totalResultCount @@ -10697,8 +10406,7 @@ extension LexModelsV2ClientTypes { intentName: Swift.String? = nil, multiTurnConversation: Swift.Bool = false, resultCounts: LexModelsV2ClientTypes.IntentClassificationTestResultItemCounts? = nil - ) - { + ) { self.intentName = intentName self.multiTurnConversation = multiTurnConversation self.resultCounts = resultCounts @@ -10716,8 +10424,7 @@ extension LexModelsV2ClientTypes { public init( items: [LexModelsV2ClientTypes.IntentClassificationTestResultItem]? = nil - ) - { + ) { self.items = items } } @@ -10796,8 +10503,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.IntentFilterName? = nil, `operator`: LexModelsV2ClientTypes.IntentFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -10822,8 +10528,7 @@ extension LexModelsV2ClientTypes { slotMatchResultCounts: [Swift.String: Swift.Int]? = nil, speechTranscriptionResultCounts: [Swift.String: Swift.Int]? = nil, totalResultCount: Swift.Int? = nil - ) - { + ) { self.slotMatchResultCounts = slotMatchResultCounts self.speechTranscriptionResultCounts = speechTranscriptionResultCounts self.totalResultCount = totalResultCount @@ -10845,8 +10550,7 @@ extension LexModelsV2ClientTypes { public init( resultCounts: LexModelsV2ClientTypes.SlotResolutionTestResultItemCounts? = nil, slotName: Swift.String? = nil - ) - { + ) { self.resultCounts = resultCounts self.slotName = slotName } @@ -10871,8 +10575,7 @@ extension LexModelsV2ClientTypes { intentName: Swift.String? = nil, multiTurnConversation: Swift.Bool = false, slotResolutionResults: [LexModelsV2ClientTypes.SlotResolutionTestResultItem]? = nil - ) - { + ) { self.intentName = intentName self.multiTurnConversation = multiTurnConversation self.slotResolutionResults = slotResolutionResults @@ -10890,8 +10593,7 @@ extension LexModelsV2ClientTypes { public init( items: [LexModelsV2ClientTypes.IntentLevelSlotResolutionTestResultItem]? = nil - ) - { + ) { self.items = items } } @@ -10940,8 +10642,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.IntentSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -11016,8 +10717,7 @@ extension LexModelsV2ClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, outputContexts: [LexModelsV2ClientTypes.OutputContext]? = nil, parentIntentSignature: Swift.String? = nil - ) - { + ) { self.description = description self.inputContexts = inputContexts self.intentId = intentId @@ -11038,8 +10738,7 @@ extension LexModelsV2ClientTypes { public init( intentName: Swift.String? = nil - ) - { + ) { self.intentName = intentName } } @@ -11103,8 +10802,7 @@ extension LexModelsV2ClientTypes { public init( timeDimension: LexModelsV2ClientTypes.TimeDimension? = nil, timeValue: Swift.Int? = nil - ) - { + ) { self.timeDimension = timeDimension self.timeValue = timeValue } @@ -11121,8 +10819,7 @@ extension LexModelsV2ClientTypes { public init( relativeAggregationDuration: LexModelsV2ClientTypes.RelativeAggregationDuration? = nil - ) - { + ) { self.relativeAggregationDuration = relativeAggregationDuration } } @@ -11161,8 +10858,7 @@ public struct ListAggregatedUtterancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.AggregatedUtterancesSortBy? = nil - ) - { + ) { self.aggregationDuration = aggregationDuration self.botAliasId = botAliasId self.botId = botId @@ -11214,8 +10910,7 @@ public struct ListAggregatedUtterancesOutput: Swift.Sendable { botVersion: Swift.String? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aggregatedUtterancesSummaries = aggregatedUtterancesSummaries self.aggregationDuration = aggregationDuration self.aggregationLastRefreshedDateTime = aggregationLastRefreshedDateTime @@ -11242,8 +10937,7 @@ public struct ListBotAliasesInput: Swift.Sendable { botId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.maxResults = maxResults self.nextToken = nextToken @@ -11262,8 +10956,7 @@ public struct ListBotAliasesOutput: Swift.Sendable { botAliasSummaries: [LexModelsV2ClientTypes.BotAliasSummary]? = nil, botId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botAliasSummaries = botAliasSummaries self.botId = botId self.nextToken = nextToken @@ -11287,8 +10980,7 @@ public struct ListBotAliasReplicasInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicaRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.maxResults = maxResults self.nextToken = nextToken @@ -11314,8 +11006,7 @@ public struct ListBotAliasReplicasOutput: Swift.Sendable { nextToken: Swift.String? = nil, replicaRegion: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.botAliasReplicaSummaries = botAliasReplicaSummaries self.botId = botId self.nextToken = nextToken @@ -11347,8 +11038,7 @@ public struct ListBotLocalesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BotLocaleSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -11373,8 +11063,7 @@ public struct ListBotLocalesOutput: Swift.Sendable { botLocaleSummaries: [LexModelsV2ClientTypes.BotLocaleSummary]? = nil, botVersion: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botLocaleSummaries = botLocaleSummaries self.botVersion = botVersion @@ -11403,8 +11092,7 @@ public struct ListBotRecommendationsInput: Swift.Sendable { localeId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -11431,8 +11119,7 @@ public struct ListBotRecommendationsOutput: Swift.Sendable { botVersion: Swift.String? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationSummaries = botRecommendationSummaries self.botVersion = botVersion @@ -11448,8 +11135,7 @@ public struct ListBotReplicasInput: Swift.Sendable { public init( botId: Swift.String? = nil - ) - { + ) { self.botId = botId } } @@ -11466,8 +11152,7 @@ public struct ListBotReplicasOutput: Swift.Sendable { botId: Swift.String? = nil, botReplicaSummaries: [LexModelsV2ClientTypes.BotReplicaSummary]? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botReplicaSummaries = botReplicaSummaries self.sourceRegion = sourceRegion @@ -11498,8 +11183,7 @@ public struct ListBotResourceGenerationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.GenerationSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -11527,8 +11211,7 @@ public struct ListBotResourceGenerationsOutput: Swift.Sendable { generationSummaries: [LexModelsV2ClientTypes.GenerationSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.generationSummaries = generationSummaries @@ -11552,8 +11235,7 @@ public struct ListBotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BotSortBy? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -11570,8 +11252,7 @@ public struct ListBotsOutput: Swift.Sendable { public init( botSummaries: [LexModelsV2ClientTypes.BotSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botSummaries = botSummaries self.nextToken = nextToken } @@ -11597,8 +11278,7 @@ public struct ListBotVersionReplicasInput: Swift.Sendable { nextToken: Swift.String? = nil, replicaRegion: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BotVersionReplicaSortBy? = nil - ) - { + ) { self.botId = botId self.maxResults = maxResults self.nextToken = nextToken @@ -11625,8 +11305,7 @@ public struct ListBotVersionReplicasOutput: Swift.Sendable { nextToken: Swift.String? = nil, replicaRegion: Swift.String? = nil, sourceRegion: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersionReplicaSummaries = botVersionReplicaSummaries self.nextToken = nextToken @@ -11651,8 +11330,7 @@ public struct ListBotVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BotVersionSortBy? = nil - ) - { + ) { self.botId = botId self.maxResults = maxResults self.nextToken = nextToken @@ -11672,8 +11350,7 @@ public struct ListBotVersionsOutput: Swift.Sendable { botId: Swift.String? = nil, botVersionSummaries: [LexModelsV2ClientTypes.BotVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersionSummaries = botVersionSummaries self.nextToken = nextToken @@ -11696,8 +11373,7 @@ public struct ListBuiltInIntentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BuiltInIntentSortBy? = nil - ) - { + ) { self.localeId = localeId self.maxResults = maxResults self.nextToken = nextToken @@ -11717,8 +11393,7 @@ public struct ListBuiltInIntentsOutput: Swift.Sendable { builtInIntentSummaries: [LexModelsV2ClientTypes.BuiltInIntentSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.builtInIntentSummaries = builtInIntentSummaries self.localeId = localeId self.nextToken = nextToken @@ -11741,8 +11416,7 @@ public struct ListBuiltInSlotTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.BuiltInSlotTypeSortBy? = nil - ) - { + ) { self.localeId = localeId self.maxResults = maxResults self.nextToken = nextToken @@ -11762,8 +11436,7 @@ public struct ListBuiltInSlotTypesOutput: Swift.Sendable { builtInSlotTypeSummaries: [LexModelsV2ClientTypes.BuiltInSlotTypeSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.builtInSlotTypeSummaries = builtInSlotTypeSummaries self.localeId = localeId self.nextToken = nextToken @@ -11791,8 +11464,7 @@ public struct ListCustomVocabularyItemsInput: Swift.Sendable { localeId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -11819,8 +11491,7 @@ public struct ListCustomVocabularyItemsOutput: Swift.Sendable { customVocabularyItems: [LexModelsV2ClientTypes.CustomVocabularyItem]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.customVocabularyItems = customVocabularyItems @@ -11853,8 +11524,7 @@ public struct ListExportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.ExportSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -11883,8 +11553,7 @@ public struct ListExportsOutput: Swift.Sendable { exportSummaries: [LexModelsV2ClientTypes.ExportSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.exportSummaries = exportSummaries @@ -11917,8 +11586,7 @@ public struct ListImportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.ImportSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -11947,8 +11615,7 @@ public struct ListImportsOutput: Swift.Sendable { importSummaries: [LexModelsV2ClientTypes.ImportSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.importSummaries = importSummaries @@ -11995,8 +11662,7 @@ public struct ListIntentMetricsInput: Swift.Sendable { metrics: [LexModelsV2ClientTypes.AnalyticsIntentMetric]? = nil, nextToken: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.binBy = binBy self.botId = botId self.endDateTime = endDateTime @@ -12021,8 +11687,7 @@ public struct ListIntentMetricsOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, results: [LexModelsV2ClientTypes.AnalyticsIntentResult]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.results = results @@ -12057,8 +11722,7 @@ public struct ListIntentPathsInput: Swift.Sendable { filters: [LexModelsV2ClientTypes.AnalyticsPathFilter]? = nil, intentPath: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.botId = botId self.endDateTime = endDateTime self.filters = filters @@ -12073,8 +11737,7 @@ public struct ListIntentPathsOutput: Swift.Sendable { public init( nodeSummaries: [LexModelsV2ClientTypes.AnalyticsIntentNodeSummary]? = nil - ) - { + ) { self.nodeSummaries = nodeSummaries } } @@ -12106,8 +11769,7 @@ public struct ListIntentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.IntentSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -12136,8 +11798,7 @@ public struct ListIntentsOutput: Swift.Sendable { intentSummaries: [LexModelsV2ClientTypes.IntentSummary]? = nil, localeId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentSummaries = intentSummaries @@ -12184,8 +11845,7 @@ public struct ListIntentStageMetricsInput: Swift.Sendable { metrics: [LexModelsV2ClientTypes.AnalyticsIntentStageMetric]? = nil, nextToken: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.binBy = binBy self.botId = botId self.endDateTime = endDateTime @@ -12210,8 +11870,7 @@ public struct ListIntentStageMetricsOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, results: [LexModelsV2ClientTypes.AnalyticsIntentStageResult]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.results = results @@ -12243,8 +11902,7 @@ public struct ListRecommendedIntentsInput: Swift.Sendable { localeId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -12269,8 +11927,7 @@ extension LexModelsV2ClientTypes { intentId: Swift.String? = nil, intentName: Swift.String? = nil, sampleUtterancesCount: Swift.Int? = nil - ) - { + ) { self.intentId = intentId self.intentName = intentName self.sampleUtterancesCount = sampleUtterancesCount @@ -12299,8 +11956,7 @@ public struct ListRecommendedIntentsOutput: Swift.Sendable { localeId: Swift.String? = nil, nextToken: Swift.String? = nil, summaryList: [LexModelsV2ClientTypes.RecommendedIntentSummary]? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -12330,8 +11986,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsSessionSortByName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil - ) - { + ) { self.name = name self.order = order } @@ -12365,8 +12020,7 @@ public struct ListSessionAnalyticsDataInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.SessionDataSortBy? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.botId = botId self.endDateTime = endDateTime self.filters = filters @@ -12430,8 +12084,7 @@ extension LexModelsV2ClientTypes { numberOfTurns: Swift.Int? = nil, originatingRequestId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botVersion = botVersion self.channel = channel @@ -12461,8 +12114,7 @@ public struct ListSessionAnalyticsDataOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, sessions: [LexModelsV2ClientTypes.SessionSpecification]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.sessions = sessions @@ -12507,8 +12159,7 @@ public struct ListSessionMetricsInput: Swift.Sendable { metrics: [LexModelsV2ClientTypes.AnalyticsSessionMetric]? = nil, nextToken: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.binBy = binBy self.botId = botId self.endDateTime = endDateTime @@ -12533,8 +12184,7 @@ public struct ListSessionMetricsOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, results: [LexModelsV2ClientTypes.AnalyticsSessionResult]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.results = results @@ -12614,8 +12264,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.SlotFilterName? = nil, `operator`: LexModelsV2ClientTypes.SlotFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -12666,8 +12315,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.SlotSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -12705,8 +12353,7 @@ public struct ListSlotsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.SlotSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -12745,8 +12392,7 @@ extension LexModelsV2ClientTypes { slotName: Swift.String? = nil, slotTypeId: Swift.String? = nil, valueElicitationPromptSpecification: LexModelsV2ClientTypes.PromptSpecification? = nil - ) - { + ) { self.description = description self.lastUpdatedDateTime = lastUpdatedDateTime self.slotConstraint = slotConstraint @@ -12779,8 +12425,7 @@ public struct ListSlotsOutput: Swift.Sendable { localeId: Swift.String? = nil, nextToken: Swift.String? = nil, slotSummaries: [LexModelsV2ClientTypes.SlotSummary]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.intentId = intentId @@ -12866,8 +12511,7 @@ extension LexModelsV2ClientTypes { name: LexModelsV2ClientTypes.SlotTypeFilterName? = nil, `operator`: LexModelsV2ClientTypes.SlotTypeFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -12918,8 +12562,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.SlotTypeSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -12953,8 +12596,7 @@ public struct ListSlotTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.SlotTypeSortBy? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.filters = filters @@ -13030,8 +12672,7 @@ extension LexModelsV2ClientTypes { slotTypeCategory: LexModelsV2ClientTypes.SlotTypeCategory? = nil, slotTypeId: Swift.String? = nil, slotTypeName: Swift.String? = nil - ) - { + ) { self.description = description self.lastUpdatedDateTime = lastUpdatedDateTime self.parentSlotTypeSignature = parentSlotTypeSignature @@ -13060,8 +12701,7 @@ public struct ListSlotTypesOutput: Swift.Sendable { localeId: Swift.String? = nil, nextToken: Swift.String? = nil, slotTypeSummaries: [LexModelsV2ClientTypes.SlotTypeSummary]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.localeId = localeId @@ -13077,8 +12717,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -13089,8 +12728,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -13146,8 +12784,7 @@ extension LexModelsV2ClientTypes { public init( conversationLevelTestResultsFilterBy: LexModelsV2ClientTypes.ConversationLevelTestResultsFilterBy? = nil, resultTypeFilter: LexModelsV2ClientTypes.TestResultTypeFilter? = nil - ) - { + ) { self.conversationLevelTestResultsFilterBy = conversationLevelTestResultsFilterBy self.resultTypeFilter = resultTypeFilter } @@ -13171,8 +12808,7 @@ public struct ListTestExecutionResultItemsInput: Swift.Sendable { nextToken: Swift.String? = nil, resultFilterBy: LexModelsV2ClientTypes.TestExecutionResultFilterBy? = nil, testExecutionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resultFilterBy = resultFilterBy @@ -13201,8 +12837,7 @@ extension LexModelsV2ClientTypes { multiTurnConversation: Swift.Bool = false, speechTranscriptionResultCounts: [Swift.String: Swift.Int]? = nil, totalResultCount: Swift.Int? = nil - ) - { + ) { self.endToEndResultCounts = endToEndResultCounts self.multiTurnConversation = multiTurnConversation self.speechTranscriptionResultCounts = speechTranscriptionResultCounts @@ -13221,8 +12856,7 @@ extension LexModelsV2ClientTypes { public init( items: [LexModelsV2ClientTypes.OverallTestResultItem]? = nil - ) - { + ) { self.items = items } } @@ -13238,8 +12872,7 @@ extension LexModelsV2ClientTypes { public init( audioFileS3Location: Swift.String? = nil - ) - { + ) { self.audioFileS3Location = audioFileS3Location } } @@ -13257,8 +12890,7 @@ extension LexModelsV2ClientTypes { public init( audioInput: LexModelsV2ClientTypes.UtteranceAudioInputSpecification? = nil, textInput: Swift.String? = nil - ) - { + ) { self.audioInput = audioInput self.textInput = textInput } @@ -13308,8 +12940,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.TestExecutionSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -13328,8 +12959,7 @@ public struct ListTestExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.TestExecutionSortBy? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -13369,8 +12999,7 @@ extension LexModelsV2ClientTypes { testExecutionStatus: LexModelsV2ClientTypes.TestExecutionStatus? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.apiMode = apiMode self.creationDateTime = creationDateTime self.lastUpdatedDateTime = lastUpdatedDateTime @@ -13393,8 +13022,7 @@ public struct ListTestExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testExecutions: [LexModelsV2ClientTypes.TestExecutionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testExecutions = testExecutions } @@ -13413,8 +13041,7 @@ public struct ListTestSetRecordsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.testSetId = testSetId @@ -13464,8 +13091,7 @@ extension LexModelsV2ClientTypes { public init( attribute: LexModelsV2ClientTypes.TestSetSortAttribute? = nil, order: LexModelsV2ClientTypes.SortOrder? = nil - ) - { + ) { self.attribute = attribute self.order = order } @@ -13484,8 +13110,7 @@ public struct ListTestSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.TestSetSortBy? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -13528,8 +13153,7 @@ extension LexModelsV2ClientTypes { storageLocation: LexModelsV2ClientTypes.TestSetStorageLocation? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.description = description self.lastUpdatedDateTime = lastUpdatedDateTime @@ -13553,8 +13177,7 @@ public struct ListTestSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testSets: [LexModelsV2ClientTypes.TestSetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.testSets = testSets } @@ -13578,8 +13201,7 @@ extension LexModelsV2ClientTypes { public init( name: LexModelsV2ClientTypes.AnalyticsUtteranceSortByName? = nil, order: LexModelsV2ClientTypes.AnalyticsSortOrder? = nil - ) - { + ) { self.name = name self.order = order } @@ -13613,8 +13235,7 @@ public struct ListUtteranceAnalyticsDataInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: LexModelsV2ClientTypes.UtteranceDataSortBy? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.botId = botId self.endDateTime = endDateTime self.filters = filters @@ -13683,8 +13304,7 @@ extension LexModelsV2ClientTypes { content: Swift.String? = nil, contentType: LexModelsV2ClientTypes.UtteranceContentType? = nil, imageResponseCard: LexModelsV2ClientTypes.ImageResponseCard? = nil - ) - { + ) { self.content = content self.contentType = contentType self.imageResponseCard = imageResponseCard @@ -13804,8 +13424,7 @@ extension LexModelsV2ClientTypes { utteranceRequestId: Swift.String? = nil, utteranceTimestamp: Foundation.Date? = nil, utteranceUnderstood: Swift.Bool = false - ) - { + ) { self.associatedIntentName = associatedIntentName self.associatedSlotName = associatedSlotName self.audioVoiceDurationMillis = audioVoiceDurationMillis @@ -13844,8 +13463,7 @@ public struct ListUtteranceAnalyticsDataOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, utterances: [LexModelsV2ClientTypes.UtteranceSpecification]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.utterances = utterances @@ -13895,8 +13513,7 @@ public struct ListUtteranceMetricsInput: Swift.Sendable { metrics: [LexModelsV2ClientTypes.AnalyticsUtteranceMetric]? = nil, nextToken: Swift.String? = nil, startDateTime: Foundation.Date? = nil - ) - { + ) { self.attributes = attributes self.binBy = binBy self.botId = botId @@ -13922,8 +13539,7 @@ public struct ListUtteranceMetricsOutput: Swift.Sendable { botId: Swift.String? = nil, nextToken: Swift.String? = nil, results: [LexModelsV2ClientTypes.AnalyticsUtteranceResult]? = nil - ) - { + ) { self.botId = botId self.nextToken = nextToken self.results = results @@ -13991,8 +13607,7 @@ public struct SearchAssociatedTranscriptsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextIndex: Swift.Int? = nil, searchOrder: LexModelsV2ClientTypes.SearchOrder? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -14028,8 +13643,7 @@ public struct SearchAssociatedTranscriptsOutput: Swift.Sendable { localeId: Swift.String? = nil, nextIndex: Swift.Int? = nil, totalResults: Swift.Int? = nil - ) - { + ) { self.associatedTranscripts = associatedTranscripts self.botId = botId self.botRecommendationId = botRecommendationId @@ -14062,8 +13676,7 @@ public struct StartBotRecommendationInput: Swift.Sendable { encryptionSetting: LexModelsV2ClientTypes.EncryptionSetting? = nil, localeId: Swift.String? = nil, transcriptSourceSetting: LexModelsV2ClientTypes.TranscriptSourceSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.encryptionSetting = encryptionSetting @@ -14099,8 +13712,7 @@ public struct StartBotRecommendationOutput: Swift.Sendable { encryptionSetting: LexModelsV2ClientTypes.EncryptionSetting? = nil, localeId: Swift.String? = nil, transcriptSourceSetting: LexModelsV2ClientTypes.TranscriptSourceSetting? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botRecommendationStatus = botRecommendationStatus @@ -14131,8 +13743,7 @@ public struct StartBotResourceGenerationInput: Swift.Sendable { botVersion: Swift.String? = nil, generationInputPrompt: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.generationInputPrompt = generationInputPrompt @@ -14164,8 +13775,7 @@ public struct StartBotResourceGenerationOutput: Swift.Sendable { generationInputPrompt: Swift.String? = nil, generationStatus: LexModelsV2ClientTypes.GenerationStatus? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -14194,8 +13804,7 @@ public struct StartImportInput: Swift.Sendable { importId: Swift.String? = nil, mergeStrategy: LexModelsV2ClientTypes.MergeStrategy? = nil, resourceSpecification: LexModelsV2ClientTypes.ImportResourceSpecification? = nil - ) - { + ) { self.filePassword = filePassword self.importId = importId self.mergeStrategy = mergeStrategy @@ -14226,8 +13835,7 @@ public struct StartImportOutput: Swift.Sendable { importStatus: LexModelsV2ClientTypes.ImportStatus? = nil, mergeStrategy: LexModelsV2ClientTypes.MergeStrategy? = nil, resourceSpecification: LexModelsV2ClientTypes.ImportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.importId = importId self.importStatus = importStatus @@ -14254,8 +13862,7 @@ public struct StartTestExecutionInput: Swift.Sendable { target: LexModelsV2ClientTypes.TestExecutionTarget? = nil, testExecutionModality: LexModelsV2ClientTypes.TestExecutionModality? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.apiMode = apiMode self.target = target self.testExecutionModality = testExecutionModality @@ -14284,8 +13891,7 @@ public struct StartTestExecutionOutput: Swift.Sendable { testExecutionId: Swift.String? = nil, testExecutionModality: LexModelsV2ClientTypes.TestExecutionModality? = nil, testSetId: Swift.String? = nil - ) - { + ) { self.apiMode = apiMode self.creationDateTime = creationDateTime self.target = target @@ -14320,8 +13926,7 @@ public struct StartTestSetGenerationInput: Swift.Sendable { storageLocation: LexModelsV2ClientTypes.TestSetStorageLocation? = nil, testSetName: Swift.String? = nil, testSetTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.generationDataSource = generationDataSource self.roleArn = roleArn @@ -14361,8 +13966,7 @@ public struct StartTestSetGenerationOutput: Swift.Sendable { testSetGenerationStatus: LexModelsV2ClientTypes.TestSetGenerationStatus? = nil, testSetName: Swift.String? = nil, testSetTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.description = description self.generationDataSource = generationDataSource @@ -14394,8 +13998,7 @@ public struct StopBotRecommendationInput: Swift.Sendable { botRecommendationId: Swift.String? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -14421,8 +14024,7 @@ public struct StopBotRecommendationOutput: Swift.Sendable { botRecommendationStatus: LexModelsV2ClientTypes.BotRecommendationStatus? = nil, botVersion: Swift.String? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botRecommendationStatus = botRecommendationStatus @@ -14442,8 +14044,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -14465,8 +14066,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -14509,8 +14109,7 @@ public struct UpdateBotInput: Swift.Sendable { description: Swift.String? = nil, idleSessionTTLInSeconds: Swift.Int? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.botId = botId self.botMembers = botMembers self.botName = botName @@ -14558,8 +14157,7 @@ public struct UpdateBotOutput: Swift.Sendable { idleSessionTTLInSeconds: Swift.Int? = nil, lastUpdatedDateTime: Foundation.Date? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.botId = botId self.botMembers = botMembers self.botName = botName @@ -14604,8 +14202,7 @@ public struct UpdateBotAliasInput: Swift.Sendable { conversationLogSettings: LexModelsV2ClientTypes.ConversationLogSettings? = nil, description: Swift.String? = nil, sentimentAnalysisSettings: LexModelsV2ClientTypes.SentimentAnalysisSettings? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasLocaleSettings = botAliasLocaleSettings self.botAliasName = botAliasName @@ -14653,8 +14250,7 @@ public struct UpdateBotAliasOutput: Swift.Sendable { description: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil, sentimentAnalysisSettings: LexModelsV2ClientTypes.SentimentAnalysisSettings? = nil - ) - { + ) { self.botAliasId = botAliasId self.botAliasLocaleSettings = botAliasLocaleSettings self.botAliasName = botAliasName @@ -14697,8 +14293,7 @@ public struct UpdateBotLocaleInput: Swift.Sendable { localeId: Swift.String? = nil, nluIntentConfidenceThreshold: Swift.Double? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -14751,8 +14346,7 @@ public struct UpdateBotLocaleOutput: Swift.Sendable { nluIntentConfidenceThreshold: Swift.Double? = nil, recommendedActions: [Swift.String]? = nil, voiceSettings: LexModelsV2ClientTypes.VoiceSettings? = nil - ) - { + ) { self.botId = botId self.botLocaleStatus = botLocaleStatus self.botVersion = botVersion @@ -14792,8 +14386,7 @@ public struct UpdateBotRecommendationInput: Swift.Sendable { botVersion: Swift.String? = nil, encryptionSetting: LexModelsV2ClientTypes.EncryptionSetting? = nil, localeId: Swift.String? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botVersion = botVersion @@ -14832,8 +14425,7 @@ public struct UpdateBotRecommendationOutput: Swift.Sendable { lastUpdatedDateTime: Foundation.Date? = nil, localeId: Swift.String? = nil, transcriptSourceSetting: LexModelsV2ClientTypes.TranscriptSourceSetting? = nil - ) - { + ) { self.botId = botId self.botRecommendationId = botRecommendationId self.botRecommendationStatus = botRecommendationStatus @@ -14856,8 +14448,7 @@ public struct UpdateExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil, filePassword: Swift.String? = nil - ) - { + ) { self.exportId = exportId self.filePassword = filePassword } @@ -14889,8 +14480,7 @@ public struct UpdateExportOutput: Swift.Sendable { fileFormat: LexModelsV2ClientTypes.ImportExportFileFormat? = nil, lastUpdatedDateTime: Foundation.Date? = nil, resourceSpecification: LexModelsV2ClientTypes.ExportResourceSpecification? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.exportId = exportId self.exportStatus = exportStatus @@ -14914,8 +14504,7 @@ public struct UpdateResourcePolicyInput: Swift.Sendable { expectedRevisionId: Swift.String? = nil, policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.expectedRevisionId = expectedRevisionId self.policy = policy self.resourceArn = resourceArn @@ -14931,8 +14520,7 @@ public struct UpdateResourcePolicyOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.revisionId = revisionId } @@ -14979,8 +14567,7 @@ public struct UpdateSlotTypeInput: Swift.Sendable { slotTypeName: Swift.String? = nil, slotTypeValues: [LexModelsV2ClientTypes.SlotTypeValue]? = nil, valueSelectionSetting: LexModelsV2ClientTypes.SlotValueSelectionSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.compositeSlotTypeSetting = compositeSlotTypeSetting @@ -15037,8 +14624,7 @@ public struct UpdateSlotTypeOutput: Swift.Sendable { slotTypeName: Swift.String? = nil, slotTypeValues: [LexModelsV2ClientTypes.SlotTypeValue]? = nil, valueSelectionSetting: LexModelsV2ClientTypes.SlotValueSelectionSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.compositeSlotTypeSetting = compositeSlotTypeSetting @@ -15069,8 +14655,7 @@ public struct UpdateTestSetInput: Swift.Sendable { description: Swift.String? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.description = description self.testSetId = testSetId self.testSetName = testSetName @@ -15110,8 +14695,7 @@ public struct UpdateTestSetOutput: Swift.Sendable { storageLocation: LexModelsV2ClientTypes.TestSetStorageLocation? = nil, testSetId: Swift.String? = nil, testSetName: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.description = description self.lastUpdatedDateTime = lastUpdatedDateTime @@ -15137,8 +14721,7 @@ extension LexModelsV2ClientTypes { public init( runtimeHintValues: [LexModelsV2ClientTypes.RuntimeHintValue]? = nil, subSlotHints: [Swift.String: LexModelsV2ClientTypes.RuntimeHintDetails]? = nil - ) - { + ) { self.runtimeHintValues = runtimeHintValues self.subSlotHints = subSlotHints } @@ -15160,8 +14743,7 @@ extension LexModelsV2ClientTypes { shape: LexModelsV2ClientTypes.SlotShape? = nil, value: LexModelsV2ClientTypes.SlotValue? = nil, values: [LexModelsV2ClientTypes.SlotValueOverride]? = nil - ) - { + ) { self.shape = shape self.value = value self.values = values @@ -15181,8 +14763,7 @@ extension LexModelsV2ClientTypes { public init( name: Swift.String? = nil, slots: [Swift.String: LexModelsV2ClientTypes.SlotValueOverride]? = nil - ) - { + ) { self.name = name self.slots = slots } @@ -15198,8 +14779,7 @@ extension LexModelsV2ClientTypes { public init( slotHints: [Swift.String: [Swift.String: LexModelsV2ClientTypes.RuntimeHintDetails]]? = nil - ) - { + ) { self.slotHints = slotHints } } @@ -15220,8 +14800,7 @@ extension LexModelsV2ClientTypes { subSlots: [Swift.String: LexModelsV2ClientTypes.UserTurnSlotOutput]? = nil, value: Swift.String? = nil, values: [LexModelsV2ClientTypes.UserTurnSlotOutput]? = nil - ) - { + ) { self.subSlots = subSlots self.value = value self.values = values @@ -15244,8 +14823,7 @@ extension LexModelsV2ClientTypes { dialogAction: LexModelsV2ClientTypes.DialogAction? = nil, intent: LexModelsV2ClientTypes.IntentOverride? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dialogAction = dialogAction self.intent = intent self.sessionAttributes = sessionAttributes @@ -15268,8 +14846,7 @@ extension LexModelsV2ClientTypes { activeContexts: [LexModelsV2ClientTypes.ActiveContext]? = nil, runtimeHints: LexModelsV2ClientTypes.RuntimeHints? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeContexts = activeContexts self.runtimeHints = runtimeHints self.sessionAttributes = sessionAttributes @@ -15298,8 +14875,7 @@ extension LexModelsV2ClientTypes { name: Swift.String? = nil, nextStep: LexModelsV2ClientTypes.DialogState? = nil, response: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.condition = condition self.name = name self.nextStep = nextStep @@ -15320,8 +14896,7 @@ extension LexModelsV2ClientTypes { public init( nextStep: LexModelsV2ClientTypes.DialogState? = nil, response: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.nextStep = nextStep self.response = response } @@ -15344,8 +14919,7 @@ extension LexModelsV2ClientTypes { requestAttributes: [Swift.String: Swift.String]? = nil, sessionState: LexModelsV2ClientTypes.InputSessionStateSpecification? = nil, utteranceInput: LexModelsV2ClientTypes.UtteranceInputSpecification? = nil - ) - { + ) { self.requestAttributes = requestAttributes self.sessionState = sessionState self.utteranceInput = utteranceInput @@ -15366,8 +14940,7 @@ extension LexModelsV2ClientTypes { public init( name: Swift.String? = nil, slots: [Swift.String: LexModelsV2ClientTypes.UserTurnSlotOutput]? = nil - ) - { + ) { self.name = name self.slots = slots } @@ -15390,8 +14963,7 @@ extension LexModelsV2ClientTypes { activeContexts: [LexModelsV2ClientTypes.ActiveContext]? = nil, intent: LexModelsV2ClientTypes.UserTurnIntentOutput? = nil, transcript: Swift.String? = nil - ) - { + ) { self.activeContexts = activeContexts self.intent = intent self.transcript = transcript @@ -15417,8 +14989,7 @@ extension LexModelsV2ClientTypes { active: Swift.Bool? = nil, conditionalBranches: [LexModelsV2ClientTypes.ConditionalBranch]? = nil, defaultBranch: LexModelsV2ClientTypes.DefaultConditionalBranch? = nil - ) - { + ) { self.active = active self.conditionalBranches = conditionalBranches self.defaultBranch = defaultBranch @@ -15440,8 +15011,7 @@ extension LexModelsV2ClientTypes { public init( expected: LexModelsV2ClientTypes.UserTurnOutputSpecification? = nil, input: LexModelsV2ClientTypes.UserTurnInputSpecification? = nil - ) - { + ) { self.expected = expected self.input = input } @@ -15460,8 +15030,7 @@ extension LexModelsV2ClientTypes { public init( agentTurn: LexModelsV2ClientTypes.AgentTurnSpecification? = nil, userTurn: LexModelsV2ClientTypes.UserTurnSpecification? = nil - ) - { + ) { self.agentTurn = agentTurn self.userTurn = userTurn } @@ -15486,8 +15055,7 @@ extension LexModelsV2ClientTypes { closingResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil, conditional: LexModelsV2ClientTypes.ConditionalSpecification? = nil, nextStep: LexModelsV2ClientTypes.DialogState? = nil - ) - { + ) { self.active = active self.closingResponse = closingResponse self.conditional = conditional @@ -15516,8 +15084,7 @@ extension LexModelsV2ClientTypes { recordNumber: Swift.Int? = nil, turnNumber: Swift.Int? = nil, turnSpecification: LexModelsV2ClientTypes.TurnSpecification? = nil - ) - { + ) { self.conversationId = conversationId self.recordNumber = recordNumber self.turnNumber = turnNumber @@ -15561,8 +15128,7 @@ extension LexModelsV2ClientTypes { intentMatchResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil, slotMatchResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil, speechTranscriptionResult: LexModelsV2ClientTypes.TestResultMatchStatus? = nil - ) - { + ) { self.actualOutput = actualOutput self.conversationLevelResult = conversationLevelResult self.endToEndResult = endToEndResult @@ -15585,8 +15151,7 @@ public struct ListTestSetRecordsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testSetRecords: [LexModelsV2ClientTypes.TestSetTurnRecord]? = nil - ) - { + ) { self.nextToken = nextToken self.testSetRecords = testSetRecords } @@ -15604,8 +15169,7 @@ extension LexModelsV2ClientTypes { public init( agent: LexModelsV2ClientTypes.AgentTurnResult? = nil, user: LexModelsV2ClientTypes.UserTurnResult? = nil - ) - { + ) { self.agent = agent self.user = user } @@ -15629,8 +15193,7 @@ extension LexModelsV2ClientTypes { conversationId: Swift.String? = nil, recordNumber: Swift.Int? = nil, turnResult: LexModelsV2ClientTypes.TestSetTurnResult? = nil - ) - { + ) { self.conversationId = conversationId self.recordNumber = recordNumber self.turnResult = turnResult @@ -15648,8 +15211,7 @@ extension LexModelsV2ClientTypes { public init( items: [LexModelsV2ClientTypes.UtteranceLevelTestResultItem]? = nil - ) - { + ) { self.items = items } } @@ -15676,8 +15238,7 @@ extension LexModelsV2ClientTypes { intentLevelSlotResolutionTestResults: LexModelsV2ClientTypes.IntentLevelSlotResolutionTestResults? = nil, overallTestResults: LexModelsV2ClientTypes.OverallTestResults? = nil, utteranceLevelTestResults: LexModelsV2ClientTypes.UtteranceLevelTestResults? = nil - ) - { + ) { self.conversationLevelTestResults = conversationLevelTestResults self.intentClassificationTestResults = intentClassificationTestResults self.intentLevelSlotResolutionTestResults = intentLevelSlotResolutionTestResults @@ -15696,8 +15257,7 @@ public struct ListTestExecutionResultItemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testExecutionResults: LexModelsV2ClientTypes.TestExecutionResultItems? = nil - ) - { + ) { self.nextToken = nextToken self.testExecutionResults = testExecutionResults } @@ -15736,8 +15296,7 @@ extension LexModelsV2ClientTypes { timeoutConditional: LexModelsV2ClientTypes.ConditionalSpecification? = nil, timeoutNextStep: LexModelsV2ClientTypes.DialogState? = nil, timeoutResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.failureConditional = failureConditional self.failureNextStep = failureNextStep self.failureResponse = failureResponse @@ -15784,8 +15343,7 @@ extension LexModelsV2ClientTypes { timeoutConditional: LexModelsV2ClientTypes.ConditionalSpecification? = nil, timeoutNextStep: LexModelsV2ClientTypes.DialogState? = nil, timeoutResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.failureConditional = failureConditional self.failureNextStep = failureNextStep self.failureResponse = failureResponse @@ -15820,8 +15378,7 @@ extension LexModelsV2ClientTypes { enableCodeHookInvocation: Swift.Bool? = nil, invocationLabel: Swift.String? = nil, postCodeHookSpecification: LexModelsV2ClientTypes.PostDialogCodeHookInvocationSpecification? = nil - ) - { + ) { self.active = active self.enableCodeHookInvocation = enableCodeHookInvocation self.invocationLabel = invocationLabel @@ -15849,8 +15406,7 @@ extension LexModelsV2ClientTypes { enabled: Swift.Bool = false, fulfillmentUpdatesSpecification: LexModelsV2ClientTypes.FulfillmentUpdatesSpecification? = nil, postFulfillmentStatusSpecification: LexModelsV2ClientTypes.PostFulfillmentStatusSpecification? = nil - ) - { + ) { self.active = active self.enabled = enabled self.fulfillmentUpdatesSpecification = fulfillmentUpdatesSpecification @@ -15877,8 +15433,7 @@ extension LexModelsV2ClientTypes { conditional: LexModelsV2ClientTypes.ConditionalSpecification? = nil, initialResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil, nextStep: LexModelsV2ClientTypes.DialogState? = nil - ) - { + ) { self.codeHook = codeHook self.conditional = conditional self.initialResponse = initialResponse @@ -15917,8 +15472,7 @@ extension LexModelsV2ClientTypes { failureConditional: LexModelsV2ClientTypes.ConditionalSpecification? = nil, failureNextStep: LexModelsV2ClientTypes.DialogState? = nil, failureResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil - ) - { + ) { self.captureConditional = captureConditional self.captureNextStep = captureNextStep self.captureResponse = captureResponse @@ -15959,8 +15513,7 @@ extension LexModelsV2ClientTypes { slotConstraint: LexModelsV2ClientTypes.SlotConstraint? = nil, slotResolutionSetting: LexModelsV2ClientTypes.SlotResolutionSetting? = nil, waitAndContinueSpecification: LexModelsV2ClientTypes.WaitAndContinueSpecification? = nil - ) - { + ) { self.defaultValueSpecification = defaultValueSpecification self.promptSpecification = promptSpecification self.sampleUtterances = sampleUtterances @@ -16018,8 +15571,7 @@ extension LexModelsV2ClientTypes { failureNextStep: LexModelsV2ClientTypes.DialogState? = nil, failureResponse: LexModelsV2ClientTypes.ResponseSpecification? = nil, promptSpecification: LexModelsV2ClientTypes.PromptSpecification? = nil - ) - { + ) { self.active = active self.codeHook = codeHook self.confirmationConditional = confirmationConditional @@ -16079,8 +15631,7 @@ public struct CreateSlotInput: Swift.Sendable { slotTypeId: Swift.String? = nil, subSlotSetting: LexModelsV2ClientTypes.SubSlotSetting? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SlotValueElicitationSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -16137,8 +15688,7 @@ public struct CreateSlotOutput: Swift.Sendable { slotTypeId: Swift.String? = nil, subSlotSetting: LexModelsV2ClientTypes.SubSlotSetting? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SlotValueElicitationSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -16200,8 +15750,7 @@ public struct DescribeSlotOutput: Swift.Sendable { slotTypeId: Swift.String? = nil, subSlotSetting: LexModelsV2ClientTypes.SubSlotSetting? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SlotValueElicitationSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -16265,8 +15814,7 @@ public struct UpdateSlotInput: Swift.Sendable { slotTypeId: Swift.String? = nil, subSlotSetting: LexModelsV2ClientTypes.SubSlotSetting? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SlotValueElicitationSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -16327,8 +15875,7 @@ public struct UpdateSlotOutput: Swift.Sendable { slotTypeId: Swift.String? = nil, subSlotSetting: LexModelsV2ClientTypes.SubSlotSetting? = nil, valueElicitationSetting: LexModelsV2ClientTypes.SlotValueElicitationSetting? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -16401,8 +15948,7 @@ public struct CreateIntentInput: Swift.Sendable { parentIntentSignature: Swift.String? = nil, qnAIntentConfiguration: LexModelsV2ClientTypes.QnAIntentConfiguration? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -16479,8 +16025,7 @@ public struct CreateIntentOutput: Swift.Sendable { parentIntentSignature: Swift.String? = nil, qnAIntentConfiguration: LexModelsV2ClientTypes.QnAIntentConfiguration? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -16565,8 +16110,7 @@ public struct DescribeIntentOutput: Swift.Sendable { qnAIntentConfiguration: LexModelsV2ClientTypes.QnAIntentConfiguration? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil, slotPriorities: [LexModelsV2ClientTypes.SlotPriority]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime @@ -16652,8 +16196,7 @@ public struct UpdateIntentInput: Swift.Sendable { qnAIntentConfiguration: LexModelsV2ClientTypes.QnAIntentConfiguration? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil, slotPriorities: [LexModelsV2ClientTypes.SlotPriority]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.description = description @@ -16738,8 +16281,7 @@ public struct UpdateIntentOutput: Swift.Sendable { qnAIntentConfiguration: LexModelsV2ClientTypes.QnAIntentConfiguration? = nil, sampleUtterances: [LexModelsV2ClientTypes.SampleUtterance]? = nil, slotPriorities: [LexModelsV2ClientTypes.SlotPriority]? = nil - ) - { + ) { self.botId = botId self.botVersion = botVersion self.creationDateTime = creationDateTime diff --git a/Sources/Services/AWSLexRuntimeService/Package.swift.txt b/Sources/Services/AWSLexRuntimeService/Package.swift.txt index 631ed8f66b3..b03d4e70219 100644 --- a/Sources/Services/AWSLexRuntimeService/Package.swift.txt +++ b/Sources/Services/AWSLexRuntimeService/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,19 +57,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/LexRuntimeClient.swift b/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/LexRuntimeClient.swift index ac8ce67fa82..3e64066ece7 100644 --- a/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/LexRuntimeClient.swift +++ b/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/LexRuntimeClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LexRuntimeClient: ClientRuntime.Client { public static let clientName = "LexRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LexRuntimeClient.LexRuntimeClientConfiguration let serviceName = "Lex Runtime" diff --git a/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/Models.swift b/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/Models.swift index c0a401096b5..28733163262 100644 --- a/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/Models.swift +++ b/Sources/Services/AWSLexRuntimeService/Sources/AWSLexRuntimeService/Models.swift @@ -40,8 +40,7 @@ extension LexRuntimeClientTypes { public init( timeToLiveInSeconds: Swift.Int? = nil, turnsToLive: Swift.Int? = nil - ) - { + ) { self.timeToLiveInSeconds = timeToLiveInSeconds self.turnsToLive = turnsToLive } @@ -66,8 +65,7 @@ extension LexRuntimeClientTypes { name: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, timeToLive: LexRuntimeClientTypes.ActiveContextTimeToLive? = nil - ) - { + ) { self.name = name self.parameters = parameters self.timeToLive = timeToLive @@ -98,8 +96,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +119,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +142,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +167,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -197,8 +191,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -218,8 +211,7 @@ public struct DeleteSessionInput: Swift.Sendable { botAlias: Swift.String? = nil, botName: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.userId = userId @@ -241,8 +233,7 @@ public struct DeleteSessionOutput: Swift.Sendable { botName: Swift.String? = nil, sessionId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.sessionId = sessionId @@ -268,8 +259,7 @@ public struct GetSessionInput: Swift.Sendable { botName: Swift.String? = nil, checkpointLabelFilter: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.botAlias = botAlias self.botName = botName self.checkpointLabelFilter = checkpointLabelFilter @@ -432,8 +422,7 @@ extension LexRuntimeClientTypes { slotToElicit: Swift.String? = nil, slots: [Swift.String: Swift.String]? = nil, type: LexRuntimeClientTypes.DialogActionType? = nil - ) - { + ) { self.fulfillmentState = fulfillmentState self.intentName = intentName self.message = message @@ -530,8 +519,7 @@ extension LexRuntimeClientTypes { intentName: Swift.String? = nil, slotToElicit: Swift.String? = nil, slots: [Swift.String: Swift.String]? = nil - ) - { + ) { self.checkpointLabel = checkpointLabel self.confirmationStatus = confirmationStatus self.dialogActionType = dialogActionType @@ -566,8 +554,7 @@ public struct GetSessionOutput: Swift.Sendable { recentIntentSummaryView: [LexRuntimeClientTypes.IntentSummary]? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.activeContexts = activeContexts self.dialogAction = dialogAction self.recentIntentSummaryView = recentIntentSummaryView @@ -599,8 +586,7 @@ public struct BadGatewayException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -629,8 +615,7 @@ public struct DependencyFailedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -653,8 +638,7 @@ public struct LoopDetectedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -677,8 +661,7 @@ public struct NotAcceptableException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -701,8 +684,7 @@ public struct RequestTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -725,8 +707,7 @@ public struct UnsupportedMediaTypeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -814,8 +795,7 @@ public struct PostContentInput: Swift.Sendable { requestAttributes: Swift.String? = nil, sessionAttributes: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.accept = accept self.activeContexts = activeContexts self.botAlias = botAlias @@ -953,8 +933,7 @@ public struct PostContentOutput: Swift.Sendable { sessionId: Swift.String? = nil, slotToElicit: Swift.String? = nil, slots: Swift.String? = nil - ) - { + ) { self.activeContexts = activeContexts self.alternativeIntents = alternativeIntents self.audioStream = audioStream @@ -1017,8 +996,7 @@ public struct PostTextInput: Swift.Sendable { requestAttributes: [Swift.String: Swift.String]? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.activeContexts = activeContexts self.botAlias = botAlias self.botName = botName @@ -1043,8 +1021,7 @@ extension LexRuntimeClientTypes { public init( score: Swift.Double = 0.0 - ) - { + ) { self.score = score } } @@ -1065,8 +1042,7 @@ extension LexRuntimeClientTypes { intentName: Swift.String? = nil, nluIntentConfidence: LexRuntimeClientTypes.IntentConfidence? = nil, slots: [Swift.String: Swift.String]? = nil - ) - { + ) { self.intentName = intentName self.nluIntentConfidence = nluIntentConfidence self.slots = slots @@ -1119,8 +1095,7 @@ extension LexRuntimeClientTypes { public init( text: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.text = text self.value = value } @@ -1148,8 +1123,7 @@ extension LexRuntimeClientTypes { imageUrl: Swift.String? = nil, subTitle: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.attachmentLinkUrl = attachmentLinkUrl self.buttons = buttons self.imageUrl = imageUrl @@ -1174,8 +1148,7 @@ extension LexRuntimeClientTypes { contentType: LexRuntimeClientTypes.ContentType? = nil, genericAttachments: [LexRuntimeClientTypes.GenericAttachment]? = nil, version: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.genericAttachments = genericAttachments self.version = version @@ -1195,8 +1168,7 @@ extension LexRuntimeClientTypes { public init( sentimentLabel: Swift.String? = nil, sentimentScore: Swift.String? = nil - ) - { + ) { self.sentimentLabel = sentimentLabel self.sentimentScore = sentimentScore } @@ -1268,8 +1240,7 @@ public struct PostTextOutput: Swift.Sendable { sessionId: Swift.String? = nil, slotToElicit: Swift.String? = nil, slots: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeContexts = activeContexts self.alternativeIntents = alternativeIntents self.botVersion = botVersion @@ -1349,8 +1320,7 @@ public struct PutSessionInput: Swift.Sendable { recentIntentSummaryView: [LexRuntimeClientTypes.IntentSummary]? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.accept = accept self.activeContexts = activeContexts self.botAlias = botAlias @@ -1425,8 +1395,7 @@ public struct PutSessionOutput: Swift.Sendable { sessionId: Swift.String? = nil, slotToElicit: Swift.String? = nil, slots: Swift.String? = nil - ) - { + ) { self.activeContexts = activeContexts self.audioStream = audioStream self.contentType = contentType diff --git a/Sources/Services/AWSLexRuntimeV2/Package.swift.txt b/Sources/Services/AWSLexRuntimeV2/Package.swift.txt index 8c31261748b..dc0dbc3bba2 100644 --- a/Sources/Services/AWSLexRuntimeV2/Package.swift.txt +++ b/Sources/Services/AWSLexRuntimeV2/Package.swift.txt @@ -45,7 +45,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -53,23 +53,23 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -81,11 +81,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/LexRuntimeV2Client.swift b/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/LexRuntimeV2Client.swift index 6a83f8520ca..3296d775ad5 100644 --- a/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/LexRuntimeV2Client.swift +++ b/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/LexRuntimeV2Client.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LexRuntimeV2Client: ClientRuntime.Client { public static let clientName = "LexRuntimeV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LexRuntimeV2Client.LexRuntimeV2ClientConfiguration let serviceName = "Lex Runtime V2" diff --git a/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/Models.swift b/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/Models.swift index 92960c7cf95..abecda616b2 100644 --- a/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/Models.swift +++ b/Sources/Services/AWSLexRuntimeV2/Sources/AWSLexRuntimeV2/Models.swift @@ -58,8 +58,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -78,8 +77,7 @@ extension LexRuntimeV2ClientTypes { public init( timeToLiveInSeconds: Swift.Int? = nil, turnsToLive: Swift.Int? = nil - ) - { + ) { self.timeToLiveInSeconds = timeToLiveInSeconds self.turnsToLive = turnsToLive } @@ -104,8 +102,7 @@ extension LexRuntimeV2ClientTypes { contextAttributes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, timeToLive: LexRuntimeV2ClientTypes.ActiveContextTimeToLive? = nil - ) - { + ) { self.contextAttributes = contextAttributes self.name = name self.timeToLive = timeToLive @@ -137,8 +134,7 @@ extension LexRuntimeV2ClientTypes { clientTimestampMillis: Swift.Int = 0, contentType: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.audioChunk = audioChunk self.clientTimestampMillis = clientTimestampMillis self.contentType = contentType @@ -162,8 +158,7 @@ extension LexRuntimeV2ClientTypes { audioChunk: Foundation.Data? = nil, contentType: Swift.String? = nil, eventId: Swift.String? = nil - ) - { + ) { self.audioChunk = audioChunk self.contentType = contentType self.eventId = eventId @@ -190,8 +185,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -215,8 +209,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +233,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -265,8 +257,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -290,8 +281,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -315,8 +305,7 @@ public struct DeleteSessionInput: Swift.Sendable { botId: Swift.String? = nil, localeId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -339,8 +328,7 @@ public struct DeleteSessionOutput: Swift.Sendable { botId: Swift.String? = nil, localeId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -367,8 +355,7 @@ public struct GetSessionInput: Swift.Sendable { botId: Swift.String? = nil, localeId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -456,8 +443,7 @@ extension LexRuntimeV2ClientTypes { interpretedValue: Swift.String? = nil, originalValue: Swift.String? = nil, resolvedValues: [Swift.String]? = nil - ) - { + ) { self.interpretedValue = interpretedValue self.originalValue = originalValue self.resolvedValues = resolvedValues @@ -544,8 +530,7 @@ extension LexRuntimeV2ClientTypes { public init( score: Swift.Double = 0.0 - ) - { + ) { self.score = score } } @@ -604,8 +589,7 @@ extension LexRuntimeV2ClientTypes { negative: Swift.Double = 0.0, neutral: Swift.Double = 0.0, positive: Swift.Double = 0.0 - ) - { + ) { self.mixed = mixed self.negative = negative self.neutral = neutral @@ -626,8 +610,7 @@ extension LexRuntimeV2ClientTypes { public init( sentiment: LexRuntimeV2ClientTypes.SentimentType? = nil, sentimentScore: LexRuntimeV2ClientTypes.SentimentScore? = nil - ) - { + ) { self.sentiment = sentiment self.sentimentScore = sentimentScore } @@ -683,8 +666,7 @@ extension LexRuntimeV2ClientTypes { public init( text: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.text = text self.value = value } @@ -710,8 +692,7 @@ extension LexRuntimeV2ClientTypes { imageUrl: Swift.String? = nil, subtitle: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.buttons = buttons self.imageUrl = imageUrl self.subtitle = subtitle @@ -736,8 +717,7 @@ extension LexRuntimeV2ClientTypes { content: Swift.String? = nil, contentType: LexRuntimeV2ClientTypes.MessageContentType? = nil, imageResponseCard: LexRuntimeV2ClientTypes.ImageResponseCard? = nil - ) - { + ) { self.content = content self.contentType = contentType self.imageResponseCard = imageResponseCard @@ -833,8 +813,7 @@ extension LexRuntimeV2ClientTypes { public init( phrase: Swift.String? = nil - ) - { + ) { self.phrase = phrase } } @@ -859,8 +838,7 @@ public struct BadGatewayException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -884,8 +862,7 @@ public struct DependencyFailedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -911,8 +888,7 @@ public struct PutSessionOutput: Swift.Sendable { requestAttributes: Swift.String? = nil, sessionId: Swift.String? = nil, sessionState: Swift.String? = nil - ) - { + ) { self.audioStream = audioStream self.contentType = contentType self.messages = messages @@ -935,8 +911,7 @@ extension LexRuntimeV2ClientTypes { public init( botId: Swift.String? = nil, botName: Swift.String? = nil - ) - { + ) { self.botId = botId self.botName = botName } @@ -1018,8 +993,7 @@ public struct RecognizeUtteranceInput: Swift.Sendable { responseContentType: Swift.String? = nil, sessionId: Swift.String? = nil, sessionState: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.inputStream = inputStream @@ -1070,8 +1044,7 @@ public struct RecognizeUtteranceOutput: Swift.Sendable { requestAttributes: Swift.String? = nil, sessionId: Swift.String? = nil, sessionState: Swift.String? = nil - ) - { + ) { self.audioStream = audioStream self.contentType = contentType self.inputMode = inputMode @@ -1126,8 +1099,7 @@ extension LexRuntimeV2ClientTypes { public init( clientTimestampMillis: Swift.Int = 0, eventId: Swift.String? = nil - ) - { + ) { self.clientTimestampMillis = clientTimestampMillis self.eventId = eventId } @@ -1150,8 +1122,7 @@ extension LexRuntimeV2ClientTypes { clientTimestampMillis: Swift.Int = 0, eventId: Swift.String? = nil, inputCharacter: Swift.String? = nil - ) - { + ) { self.clientTimestampMillis = clientTimestampMillis self.eventId = eventId self.inputCharacter = inputCharacter @@ -1176,8 +1147,7 @@ extension LexRuntimeV2ClientTypes { public init( clientTimestampMillis: Swift.Int = 0, eventId: Swift.String? = nil - ) - { + ) { self.clientTimestampMillis = clientTimestampMillis self.eventId = eventId } @@ -1200,8 +1170,7 @@ extension LexRuntimeV2ClientTypes { clientTimestampMillis: Swift.Int = 0, eventId: Swift.String? = nil, text: Swift.String? = nil - ) - { + ) { self.clientTimestampMillis = clientTimestampMillis self.eventId = eventId self.text = text @@ -1223,8 +1192,7 @@ extension LexRuntimeV2ClientTypes { public init( eventId: Swift.String? = nil - ) - { + ) { self.eventId = eventId } } @@ -1309,8 +1277,7 @@ extension LexRuntimeV2ClientTypes { causedByEventId: Swift.String? = nil, eventId: Swift.String? = nil, eventReason: LexRuntimeV2ClientTypes.PlaybackInterruptionReason? = nil - ) - { + ) { self.causedByEventId = causedByEventId self.eventId = eventId self.eventReason = eventReason @@ -1330,8 +1297,7 @@ extension LexRuntimeV2ClientTypes { public init( eventId: Swift.String? = nil, messages: [LexRuntimeV2ClientTypes.Message]? = nil - ) - { + ) { self.eventId = eventId self.messages = messages } @@ -1350,8 +1316,7 @@ extension LexRuntimeV2ClientTypes { public init( eventId: Swift.String? = nil, transcript: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.transcript = transcript } @@ -1371,8 +1336,7 @@ extension LexRuntimeV2ClientTypes { public init( name: Swift.String? = nil, subSlotToElicit: LexRuntimeV2ClientTypes.ElicitSubSlot? = nil - ) - { + ) { self.name = name self.subSlotToElicit = subSlotToElicit } @@ -1415,8 +1379,7 @@ extension LexRuntimeV2ClientTypes { slotToElicit: Swift.String? = nil, subSlotToElicit: LexRuntimeV2ClientTypes.ElicitSubSlot? = nil, type: LexRuntimeV2ClientTypes.DialogActionType? = nil - ) - { + ) { self.slotElicitationStyle = slotElicitationStyle self.slotToElicit = slotToElicit self.subSlotToElicit = subSlotToElicit @@ -1437,8 +1400,7 @@ extension LexRuntimeV2ClientTypes { public init( runtimeHintValues: [LexRuntimeV2ClientTypes.RuntimeHintValue]? = nil, subSlotHints: [Swift.String: LexRuntimeV2ClientTypes.RuntimeHintDetails]? = nil - ) - { + ) { self.runtimeHintValues = runtimeHintValues self.subSlotHints = subSlotHints } @@ -1454,8 +1416,7 @@ extension LexRuntimeV2ClientTypes { public init( slotHints: [Swift.String: [Swift.String: LexRuntimeV2ClientTypes.RuntimeHintDetails]]? = nil - ) - { + ) { self.slotHints = slotHints } } @@ -1479,8 +1440,7 @@ extension LexRuntimeV2ClientTypes { subSlots: [Swift.String: LexRuntimeV2ClientTypes.Slot]? = nil, value: LexRuntimeV2ClientTypes.Value? = nil, values: [LexRuntimeV2ClientTypes.Slot]? = nil - ) - { + ) { self.shape = shape self.subSlots = subSlots self.value = value @@ -1520,8 +1480,7 @@ extension LexRuntimeV2ClientTypes { name: Swift.String? = nil, slots: [Swift.String: LexRuntimeV2ClientTypes.Slot]? = nil, state: LexRuntimeV2ClientTypes.IntentState? = nil - ) - { + ) { self.confirmationState = confirmationState self.name = name self.slots = slots @@ -1548,8 +1507,7 @@ extension LexRuntimeV2ClientTypes { interpretationSource: LexRuntimeV2ClientTypes.InterpretationSource? = nil, nluConfidence: LexRuntimeV2ClientTypes.ConfidenceScore? = nil, sentimentResponse: LexRuntimeV2ClientTypes.SentimentResponse? = nil - ) - { + ) { self.intent = intent self.interpretationSource = interpretationSource self.nluConfidence = nluConfidence @@ -1582,8 +1540,7 @@ extension LexRuntimeV2ClientTypes { originatingRequestId: Swift.String? = nil, runtimeHints: LexRuntimeV2ClientTypes.RuntimeHints? = nil, sessionAttributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeContexts = activeContexts self.dialogAction = dialogAction self.intent = intent @@ -1640,8 +1597,7 @@ extension LexRuntimeV2ClientTypes { responseContentType: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil, welcomeMessages: [LexRuntimeV2ClientTypes.Message]? = nil - ) - { + ) { self.clientTimestampMillis = clientTimestampMillis self.disablePlayback = disablePlayback self.eventId = eventId @@ -1687,8 +1643,7 @@ public struct PutSessionInput: Swift.Sendable { responseContentType: Swift.String? = nil, sessionId: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -1729,8 +1684,7 @@ public struct RecognizeTextInput: Swift.Sendable { sessionId: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil, text: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.localeId = localeId @@ -1798,8 +1752,7 @@ public struct StartConversationInput: Swift.Sendable { localeId: Swift.String? = nil, requestEventStream: AsyncThrowingStream? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.botAliasId = botAliasId self.botId = botId self.conversationMode = conversationMode @@ -1836,8 +1789,7 @@ extension LexRuntimeV2ClientTypes { requestAttributes: [Swift.String: Swift.String]? = nil, sessionId: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil - ) - { + ) { self.eventId = eventId self.inputMode = inputMode self.interpretations = interpretations @@ -1864,8 +1816,7 @@ public struct GetSessionOutput: Swift.Sendable { messages: [LexRuntimeV2ClientTypes.Message]? = nil, sessionId: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil - ) - { + ) { self.interpretations = interpretations self.messages = messages self.sessionId = sessionId @@ -1894,8 +1845,7 @@ public struct RecognizeTextOutput: Swift.Sendable { requestAttributes: [Swift.String: Swift.String]? = nil, sessionId: Swift.String? = nil, sessionState: LexRuntimeV2ClientTypes.SessionState? = nil - ) - { + ) { self.interpretations = interpretations self.messages = messages self.recognizedBotMember = recognizedBotMember @@ -1931,8 +1881,7 @@ public struct StartConversationOutput: Swift.Sendable { public init( responseEventStream: AsyncThrowingStream? = nil - ) - { + ) { self.responseEventStream = responseEventStream } } diff --git a/Sources/Services/AWSLicenseManager/Package.swift.txt b/Sources/Services/AWSLicenseManager/Package.swift.txt index afd62133e35..51aee4124eb 100644 --- a/Sources/Services/AWSLicenseManager/Package.swift.txt +++ b/Sources/Services/AWSLicenseManager/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/LicenseManagerClient.swift b/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/LicenseManagerClient.swift index cd20aa5dec4..8cfc4239449 100644 --- a/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/LicenseManagerClient.swift +++ b/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/LicenseManagerClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LicenseManagerClient: ClientRuntime.Client { public static let clientName = "LicenseManagerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LicenseManagerClient.LicenseManagerClientConfiguration let serviceName = "License Manager" diff --git a/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/Models.swift b/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/Models.swift index 06b8974cabc..e6a9b7dcfbc 100644 --- a/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/Models.swift +++ b/Sources/Services/AWSLicenseManager/Sources/AWSLicenseManager/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct AuthorizationException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct RateLimitExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ServerInternalException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -189,8 +183,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -202,8 +195,7 @@ public struct AcceptGrantInput: Swift.Sendable { public init( grantArn: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn } } @@ -270,8 +262,7 @@ public struct AcceptGrantOutput: Swift.Sendable { grantArn: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.status = status self.version = version @@ -360,8 +351,7 @@ extension LicenseManagerClientTypes { public init( lastRunTime: Foundation.Date? = nil - ) - { + ) { self.lastRunTime = lastRunTime } } @@ -385,8 +375,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -409,8 +398,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -425,8 +413,7 @@ public struct CheckInLicenseInput: Swift.Sendable { public init( beneficiary: Swift.String? = nil, licenseConsumptionToken: Swift.String? = nil - ) - { + ) { self.beneficiary = beneficiary self.licenseConsumptionToken = licenseConsumptionToken } @@ -455,8 +442,7 @@ public struct EntitlementNotAllowedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -479,8 +465,7 @@ public struct NoEntitlementsAllowedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -505,8 +490,7 @@ public struct RedirectException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( location: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.location = location self.properties.message = message } @@ -530,8 +514,7 @@ public struct UnsupportedDigitalSignatureMethodException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -548,8 +531,7 @@ extension LicenseManagerClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -703,8 +685,7 @@ extension LicenseManagerClientTypes { name: Swift.String? = nil, unit: LicenseManagerClientTypes.EntitlementDataUnit? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.unit = unit self.value = value @@ -737,8 +718,7 @@ public struct CheckoutBorrowLicenseInput: Swift.Sendable { entitlements: [LicenseManagerClientTypes.EntitlementData]? = nil, licenseArn: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.checkoutMetadata = checkoutMetadata self.clientToken = clientToken self.digitalSignatureMethod = digitalSignatureMethod @@ -775,8 +755,7 @@ public struct CheckoutBorrowLicenseOutput: Swift.Sendable { licenseConsumptionToken: Swift.String? = nil, nodeId: Swift.String? = nil, signedToken: Swift.String? = nil - ) - { + ) { self.checkoutMetadata = checkoutMetadata self.entitlementsAllowed = entitlementsAllowed self.expiration = expiration @@ -846,8 +825,7 @@ public struct CheckoutLicenseInput: Swift.Sendable { keyFingerprint: Swift.String? = nil, nodeId: Swift.String? = nil, productSKU: Swift.String? = nil - ) - { + ) { self.beneficiary = beneficiary self.checkoutType = checkoutType self.clientToken = clientToken @@ -885,8 +863,7 @@ public struct CheckoutLicenseOutput: Swift.Sendable { licenseConsumptionToken: Swift.String? = nil, nodeId: Swift.String? = nil, signedToken: Swift.String? = nil - ) - { + ) { self.checkoutType = checkoutType self.entitlementsAllowed = entitlementsAllowed self.expiration = expiration @@ -937,8 +914,7 @@ public struct CreateGrantInput: Swift.Sendable { homeRegion: Swift.String? = nil, licenseArn: Swift.String? = nil, principals: [Swift.String]? = nil - ) - { + ) { self.allowedOperations = allowedOperations self.clientToken = clientToken self.grantName = grantName @@ -960,8 +936,7 @@ public struct CreateGrantOutput: Swift.Sendable { grantArn: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.status = status self.version = version @@ -986,8 +961,7 @@ extension LicenseManagerClientTypes { public init( activationOverrideBehavior: LicenseManagerClientTypes.ActivationOverrideBehavior? = nil - ) - { + ) { self.activationOverrideBehavior = activationOverrideBehavior } } @@ -1022,8 +996,7 @@ public struct CreateGrantVersionInput: Swift.Sendable { sourceVersion: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.allowedOperations = allowedOperations self.clientToken = clientToken self.grantArn = grantArn @@ -1047,8 +1020,7 @@ public struct CreateGrantVersionOutput: Swift.Sendable { grantArn: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.status = status self.version = version @@ -1069,8 +1041,7 @@ extension LicenseManagerClientTypes { public init( allowEarlyCheckIn: Swift.Bool? = nil, maxTimeToLiveInMinutes: Swift.Int? = nil - ) - { + ) { self.allowEarlyCheckIn = allowEarlyCheckIn self.maxTimeToLiveInMinutes = maxTimeToLiveInMinutes } @@ -1087,8 +1058,7 @@ extension LicenseManagerClientTypes { public init( maxTimeToLiveInMinutes: Swift.Int? = nil - ) - { + ) { self.maxTimeToLiveInMinutes = maxTimeToLiveInMinutes } } @@ -1141,8 +1111,7 @@ extension LicenseManagerClientTypes { borrowConfiguration: LicenseManagerClientTypes.BorrowConfiguration? = nil, provisionalConfiguration: LicenseManagerClientTypes.ProvisionalConfiguration? = nil, renewType: LicenseManagerClientTypes.RenewType? = nil - ) - { + ) { self.borrowConfiguration = borrowConfiguration self.provisionalConfiguration = provisionalConfiguration self.renewType = renewType @@ -1280,8 +1249,7 @@ extension LicenseManagerClientTypes { overage: Swift.Bool? = nil, unit: LicenseManagerClientTypes.EntitlementUnit? = nil, value: Swift.String? = nil - ) - { + ) { self.allowCheckIn = allowCheckIn self.maxCount = maxCount self.name = name @@ -1305,8 +1273,7 @@ extension LicenseManagerClientTypes { public init( name: Swift.String? = nil, signKey: Swift.String? = nil - ) - { + ) { self.name = name self.signKey = signKey } @@ -1326,8 +1293,7 @@ extension LicenseManagerClientTypes { public init( begin: Swift.String? = nil, end: Swift.String? = nil - ) - { + ) { self.begin = begin self.end = end } @@ -1380,8 +1346,7 @@ public struct CreateLicenseInput: Swift.Sendable { productName: Swift.String? = nil, productSKU: Swift.String? = nil, validity: LicenseManagerClientTypes.DatetimeRange? = nil - ) - { + ) { self.beneficiary = beneficiary self.clientToken = clientToken self.consumptionConfiguration = consumptionConfiguration @@ -1452,8 +1417,7 @@ public struct CreateLicenseOutput: Swift.Sendable { licenseArn: Swift.String? = nil, status: LicenseManagerClientTypes.LicenseStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn self.status = status self.version = version @@ -1512,8 +1476,7 @@ extension LicenseManagerClientTypes { productInformationFilterComparator: Swift.String? = nil, productInformationFilterName: Swift.String? = nil, productInformationFilterValue: [Swift.String]? = nil - ) - { + ) { self.productInformationFilterComparator = productInformationFilterComparator self.productInformationFilterName = productInformationFilterName self.productInformationFilterValue = productInformationFilterValue @@ -1558,8 +1521,7 @@ extension LicenseManagerClientTypes { public init( productInformationFilterList: [LicenseManagerClientTypes.ProductInformationFilter]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.productInformationFilterList = productInformationFilterList self.resourceType = resourceType } @@ -1578,8 +1540,7 @@ extension LicenseManagerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1629,8 +1590,7 @@ public struct CreateLicenseConfigurationInput: Swift.Sendable { name: Swift.String? = nil, productInformationList: [LicenseManagerClientTypes.ProductInformation]? = nil, tags: [LicenseManagerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.disassociateWhenNotFound = disassociateWhenNotFound self.licenseCount = licenseCount @@ -1649,8 +1609,7 @@ public struct CreateLicenseConfigurationOutput: Swift.Sendable { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -1664,8 +1623,7 @@ extension LicenseManagerClientTypes { public init( usageOperation: Swift.String? = nil - ) - { + ) { self.usageOperation = usageOperation } } @@ -1686,8 +1644,7 @@ public struct CreateLicenseConversionTaskForResourceInput: Swift.Sendable { destinationLicenseContext: LicenseManagerClientTypes.LicenseConversionContext? = nil, resourceArn: Swift.String? = nil, sourceLicenseContext: LicenseManagerClientTypes.LicenseConversionContext? = nil - ) - { + ) { self.destinationLicenseContext = destinationLicenseContext self.resourceArn = resourceArn self.sourceLicenseContext = sourceLicenseContext @@ -1700,8 +1657,7 @@ public struct CreateLicenseConversionTaskForResourceOutput: Swift.Sendable { public init( licenseConversionTaskId: Swift.String? = nil - ) - { + ) { self.licenseConversionTaskId = licenseConversionTaskId } } @@ -1716,8 +1672,7 @@ extension LicenseManagerClientTypes { public init( licenseConfigurationArns: [Swift.String]? = nil - ) - { + ) { self.licenseConfigurationArns = licenseConfigurationArns } } @@ -1767,8 +1722,7 @@ extension LicenseManagerClientTypes { public init( period: LicenseManagerClientTypes.ReportFrequencyType? = nil, value: Swift.Int? = nil - ) - { + ) { self.period = period self.value = value } @@ -1837,8 +1791,7 @@ public struct CreateLicenseManagerReportGeneratorInput: Swift.Sendable { reportGeneratorName: Swift.String? = nil, tags: [LicenseManagerClientTypes.Tag]? = nil, type: [LicenseManagerClientTypes.ReportType]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.reportContext = reportContext @@ -1855,8 +1808,7 @@ public struct CreateLicenseManagerReportGeneratorOutput: Swift.Sendable { public init( licenseManagerReportGeneratorArn: Swift.String? = nil - ) - { + ) { self.licenseManagerReportGeneratorArn = licenseManagerReportGeneratorArn } } @@ -1910,8 +1862,7 @@ public struct CreateLicenseVersionInput: Swift.Sendable { sourceVersion: Swift.String? = nil, status: LicenseManagerClientTypes.LicenseStatus? = nil, validity: LicenseManagerClientTypes.DatetimeRange? = nil - ) - { + ) { self.clientToken = clientToken self.consumptionConfiguration = consumptionConfiguration self.entitlements = entitlements @@ -1939,8 +1890,7 @@ public struct CreateLicenseVersionOutput: Swift.Sendable { licenseArn: Swift.String? = nil, status: LicenseManagerClientTypes.LicenseStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn self.status = status self.version = version @@ -1967,8 +1917,7 @@ public struct CreateTokenInput: Swift.Sendable { licenseArn: Swift.String? = nil, roleArns: [Swift.String]? = nil, tokenProperties: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.expirationInDays = expirationInDays self.licenseArn = licenseArn @@ -2015,8 +1964,7 @@ public struct CreateTokenOutput: Swift.Sendable { token: Swift.String? = nil, tokenId: Swift.String? = nil, tokenType: LicenseManagerClientTypes.TokenType? = nil - ) - { + ) { self.token = token self.tokenId = tokenId self.tokenType = tokenType @@ -2037,8 +1985,7 @@ public struct DeleteGrantInput: Swift.Sendable { grantArn: Swift.String? = nil, statusReason: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.statusReason = statusReason self.version = version @@ -2057,8 +2004,7 @@ public struct DeleteGrantOutput: Swift.Sendable { grantArn: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.status = status self.version = version @@ -2076,8 +2022,7 @@ public struct DeleteLicenseInput: Swift.Sendable { public init( licenseArn: Swift.String? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn self.sourceVersion = sourceVersion } @@ -2121,8 +2066,7 @@ public struct DeleteLicenseOutput: Swift.Sendable { public init( deletionDate: Swift.String? = nil, status: LicenseManagerClientTypes.LicenseDeletionStatus? = nil - ) - { + ) { self.deletionDate = deletionDate self.status = status } @@ -2135,8 +2079,7 @@ public struct DeleteLicenseConfigurationInput: Swift.Sendable { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -2153,8 +2096,7 @@ public struct DeleteLicenseManagerReportGeneratorInput: Swift.Sendable { public init( licenseManagerReportGeneratorArn: Swift.String? = nil - ) - { + ) { self.licenseManagerReportGeneratorArn = licenseManagerReportGeneratorArn } } @@ -2171,8 +2113,7 @@ public struct DeleteTokenInput: Swift.Sendable { public init( tokenId: Swift.String? = nil - ) - { + ) { self.tokenId = tokenId } } @@ -2192,8 +2133,7 @@ public struct ExtendLicenseConsumptionInput: Swift.Sendable { public init( dryRun: Swift.Bool? = false, licenseConsumptionToken: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.licenseConsumptionToken = licenseConsumptionToken } @@ -2208,8 +2148,7 @@ public struct ExtendLicenseConsumptionOutput: Swift.Sendable { public init( expiration: Swift.String? = nil, licenseConsumptionToken: Swift.String? = nil - ) - { + ) { self.expiration = expiration self.licenseConsumptionToken = licenseConsumptionToken } @@ -2225,8 +2164,7 @@ public struct GetAccessTokenInput: Swift.Sendable { public init( token: Swift.String? = nil, tokenProperties: [Swift.String]? = nil - ) - { + ) { self.token = token self.tokenProperties = tokenProperties } @@ -2238,8 +2176,7 @@ public struct GetAccessTokenOutput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -2254,8 +2191,7 @@ public struct GetGrantInput: Swift.Sendable { public init( grantArn: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.version = version } @@ -2309,8 +2245,7 @@ extension LicenseManagerClientTypes { parentArn: Swift.String? = nil, statusReason: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.grantName = grantName self.grantStatus = grantStatus @@ -2332,8 +2267,7 @@ public struct GetGrantOutput: Swift.Sendable { public init( grant: LicenseManagerClientTypes.Grant? = nil - ) - { + ) { self.grant = grant } } @@ -2348,8 +2282,7 @@ public struct GetLicenseInput: Swift.Sendable { public init( licenseArn: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn self.version = version } @@ -2370,8 +2303,7 @@ extension LicenseManagerClientTypes { keyFingerprint: Swift.String? = nil, name: Swift.String? = nil, signKey: Swift.String? = nil - ) - { + ) { self.keyFingerprint = keyFingerprint self.name = name self.signKey = signKey @@ -2427,8 +2359,7 @@ extension LicenseManagerClientTypes { status: LicenseManagerClientTypes.LicenseStatus? = nil, validity: LicenseManagerClientTypes.DatetimeRange? = nil, version: Swift.String? = nil - ) - { + ) { self.beneficiary = beneficiary self.consumptionConfiguration = consumptionConfiguration self.createTime = createTime @@ -2453,8 +2384,7 @@ public struct GetLicenseOutput: Swift.Sendable { public init( license: LicenseManagerClientTypes.License? = nil - ) - { + ) { self.license = license } } @@ -2466,8 +2396,7 @@ public struct GetLicenseConfigurationInput: Swift.Sendable { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -2522,8 +2451,7 @@ extension LicenseManagerClientTypes { public init( consumedLicenses: Swift.Int? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.consumedLicenses = consumedLicenses self.resourceType = resourceType } @@ -2542,8 +2470,7 @@ extension LicenseManagerClientTypes { public init( associationCount: Swift.Int? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.associationCount = associationCount self.resourceType = resourceType } @@ -2604,8 +2531,7 @@ public struct GetLicenseConfigurationOutput: Swift.Sendable { productInformationList: [LicenseManagerClientTypes.ProductInformation]? = nil, status: Swift.String? = nil, tags: [LicenseManagerClientTypes.Tag]? = nil - ) - { + ) { self.automatedDiscoveryInformation = automatedDiscoveryInformation self.consumedLicenseSummaryList = consumedLicenseSummaryList self.consumedLicenses = consumedLicenses @@ -2633,8 +2559,7 @@ public struct GetLicenseConversionTaskInput: Swift.Sendable { public init( licenseConversionTaskId: Swift.String? = nil - ) - { + ) { self.licenseConversionTaskId = licenseConversionTaskId } } @@ -2701,8 +2626,7 @@ public struct GetLicenseConversionTaskOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: LicenseManagerClientTypes.LicenseConversionTaskStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.destinationLicenseContext = destinationLicenseContext self.endTime = endTime self.licenseConversionTaskId = licenseConversionTaskId @@ -2722,8 +2646,7 @@ public struct GetLicenseManagerReportGeneratorInput: Swift.Sendable { public init( licenseManagerReportGeneratorArn: Swift.String? = nil - ) - { + ) { self.licenseManagerReportGeneratorArn = licenseManagerReportGeneratorArn } } @@ -2740,8 +2663,7 @@ extension LicenseManagerClientTypes { public init( bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix } @@ -2793,8 +2715,7 @@ extension LicenseManagerClientTypes { reportType: [LicenseManagerClientTypes.ReportType]? = nil, s3Location: LicenseManagerClientTypes.S3Location? = nil, tags: [LicenseManagerClientTypes.Tag]? = nil - ) - { + ) { self.createTime = createTime self.description = description self.lastReportGenerationTime = lastReportGenerationTime @@ -2818,8 +2739,7 @@ public struct GetLicenseManagerReportGeneratorOutput: Swift.Sendable { public init( reportGenerator: LicenseManagerClientTypes.ReportGenerator? = nil - ) - { + ) { self.reportGenerator = reportGenerator } } @@ -2831,8 +2751,7 @@ public struct GetLicenseUsageInput: Swift.Sendable { public init( licenseArn: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn } } @@ -2858,8 +2777,7 @@ extension LicenseManagerClientTypes { maxCount: Swift.String? = nil, name: Swift.String? = nil, unit: LicenseManagerClientTypes.EntitlementDataUnit? = nil - ) - { + ) { self.consumedValue = consumedValue self.maxCount = maxCount self.name = name @@ -2877,8 +2795,7 @@ extension LicenseManagerClientTypes { public init( entitlementUsages: [LicenseManagerClientTypes.EntitlementUsage]? = nil - ) - { + ) { self.entitlementUsages = entitlementUsages } } @@ -2890,8 +2807,7 @@ public struct GetLicenseUsageOutput: Swift.Sendable { public init( licenseUsage: LicenseManagerClientTypes.LicenseUsage? = nil - ) - { + ) { self.licenseUsage = licenseUsage } } @@ -2911,8 +2827,7 @@ extension LicenseManagerClientTypes { public init( enableIntegration: Swift.Bool = false - ) - { + ) { self.enableIntegration = enableIntegration } } @@ -2936,8 +2851,7 @@ public struct GetServiceSettingsOutput: Swift.Sendable { organizationConfiguration: LicenseManagerClientTypes.OrganizationConfiguration? = nil, s3BucketArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.enableCrossAccountsDiscovery = enableCrossAccountsDiscovery self.licenseManagerResourceShareArn = licenseManagerResourceShareArn self.organizationConfiguration = organizationConfiguration @@ -2964,8 +2878,7 @@ public struct FilterLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2983,8 +2896,7 @@ public struct ListAssociationsForLicenseConfigurationInput: Swift.Sendable { licenseConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -3012,8 +2924,7 @@ extension LicenseManagerClientTypes { resourceArn: Swift.String? = nil, resourceOwnerId: Swift.String? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.amiAssociationScope = amiAssociationScope self.associationTime = associationTime self.resourceArn = resourceArn @@ -3032,8 +2943,7 @@ public struct ListAssociationsForLicenseConfigurationOutput: Swift.Sendable { public init( licenseConfigurationAssociations: [LicenseManagerClientTypes.LicenseConfigurationAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConfigurationAssociations = licenseConfigurationAssociations self.nextToken = nextToken } @@ -3051,8 +2961,7 @@ extension LicenseManagerClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3084,8 +2993,7 @@ public struct ListDistributedGrantsInput: Swift.Sendable { grantArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.grantArns = grantArns self.maxResults = maxResults @@ -3102,8 +3010,7 @@ public struct ListDistributedGrantsOutput: Swift.Sendable { public init( grants: [LicenseManagerClientTypes.Grant]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grants = grants self.nextToken = nextToken } @@ -3122,8 +3029,7 @@ public struct ListFailuresForLicenseConfigurationOperationsInput: Swift.Sendable licenseConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn self.maxResults = maxResults self.nextToken = nextToken @@ -3160,8 +3066,7 @@ extension LicenseManagerClientTypes { resourceArn: Swift.String? = nil, resourceOwnerId: Swift.String? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.errorMessage = errorMessage self.failureTime = failureTime self.metadataList = metadataList @@ -3183,8 +3088,7 @@ public struct ListFailuresForLicenseConfigurationOperationsOutput: Swift.Sendabl public init( licenseOperationFailureList: [LicenseManagerClientTypes.LicenseOperationFailure]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseOperationFailureList = licenseOperationFailureList self.nextToken = nextToken } @@ -3211,8 +3115,7 @@ public struct ListLicenseConfigurationsInput: Swift.Sendable { licenseConfigurationArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.licenseConfigurationArns = licenseConfigurationArns self.maxResults = maxResults @@ -3274,8 +3177,7 @@ extension LicenseManagerClientTypes { ownerAccountId: Swift.String? = nil, productInformationList: [LicenseManagerClientTypes.ProductInformation]? = nil, status: Swift.String? = nil - ) - { + ) { self.automatedDiscoveryInformation = automatedDiscoveryInformation self.consumedLicenseSummaryList = consumedLicenseSummaryList self.consumedLicenses = consumedLicenses @@ -3305,8 +3207,7 @@ public struct ListLicenseConfigurationsOutput: Swift.Sendable { public init( licenseConfigurations: [LicenseManagerClientTypes.LicenseConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConfigurations = licenseConfigurations self.nextToken = nextToken } @@ -3324,8 +3225,7 @@ public struct ListLicenseConversionTasksInput: Swift.Sendable { filters: [LicenseManagerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3365,8 +3265,7 @@ extension LicenseManagerClientTypes { startTime: Foundation.Date? = nil, status: LicenseManagerClientTypes.LicenseConversionTaskStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.destinationLicenseContext = destinationLicenseContext self.endTime = endTime self.licenseConversionTaskId = licenseConversionTaskId @@ -3389,8 +3288,7 @@ public struct ListLicenseConversionTasksOutput: Swift.Sendable { public init( licenseConversionTasks: [LicenseManagerClientTypes.LicenseConversionTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConversionTasks = licenseConversionTasks self.nextToken = nextToken } @@ -3410,8 +3308,7 @@ public struct ListLicenseManagerReportGeneratorsInput: Swift.Sendable { filters: [LicenseManagerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3427,8 +3324,7 @@ public struct ListLicenseManagerReportGeneratorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reportGenerators: [LicenseManagerClientTypes.ReportGenerator]? = nil - ) - { + ) { self.nextToken = nextToken self.reportGenerators = reportGenerators } @@ -3457,8 +3353,7 @@ public struct ListLicensesInput: Swift.Sendable { licenseArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.licenseArns = licenseArns self.maxResults = maxResults @@ -3475,8 +3370,7 @@ public struct ListLicensesOutput: Swift.Sendable { public init( licenses: [LicenseManagerClientTypes.License]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenses = licenses self.nextToken = nextToken } @@ -3495,8 +3389,7 @@ public struct ListLicenseSpecificationsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -3516,8 +3409,7 @@ extension LicenseManagerClientTypes { public init( amiAssociationScope: Swift.String? = nil, licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.amiAssociationScope = amiAssociationScope self.licenseConfigurationArn = licenseConfigurationArn } @@ -3533,8 +3425,7 @@ public struct ListLicenseSpecificationsForResourceOutput: Swift.Sendable { public init( licenseSpecifications: [LicenseManagerClientTypes.LicenseSpecification]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseSpecifications = licenseSpecifications self.nextToken = nextToken } @@ -3553,8 +3444,7 @@ public struct ListLicenseVersionsInput: Swift.Sendable { licenseArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseArn = licenseArn self.maxResults = maxResults self.nextToken = nextToken @@ -3570,8 +3460,7 @@ public struct ListLicenseVersionsOutput: Swift.Sendable { public init( licenses: [LicenseManagerClientTypes.License]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenses = licenses self.nextToken = nextToken } @@ -3602,8 +3491,7 @@ public struct ListReceivedGrantsInput: Swift.Sendable { grantArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.grantArns = grantArns self.maxResults = maxResults @@ -3620,8 +3508,7 @@ public struct ListReceivedGrantsOutput: Swift.Sendable { public init( grants: [LicenseManagerClientTypes.Grant]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grants = grants self.nextToken = nextToken } @@ -3647,8 +3534,7 @@ public struct ListReceivedGrantsForOrganizationInput: Swift.Sendable { licenseArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.licenseArn = licenseArn self.maxResults = maxResults @@ -3665,8 +3551,7 @@ public struct ListReceivedGrantsForOrganizationOutput: Swift.Sendable { public init( grants: [LicenseManagerClientTypes.Grant]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grants = grants self.nextToken = nextToken } @@ -3697,8 +3582,7 @@ public struct ListReceivedLicensesInput: Swift.Sendable { licenseArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.licenseArns = licenseArns self.maxResults = maxResults @@ -3768,8 +3652,7 @@ extension LicenseManagerClientTypes { allowedOperations: [LicenseManagerClientTypes.AllowedOperation]? = nil, receivedStatus: LicenseManagerClientTypes.ReceivedStatus? = nil, receivedStatusReason: Swift.String? = nil - ) - { + ) { self.allowedOperations = allowedOperations self.receivedStatus = receivedStatus self.receivedStatusReason = receivedStatusReason @@ -3828,8 +3711,7 @@ extension LicenseManagerClientTypes { status: LicenseManagerClientTypes.LicenseStatus? = nil, validity: LicenseManagerClientTypes.DatetimeRange? = nil, version: Swift.String? = nil - ) - { + ) { self.beneficiary = beneficiary self.consumptionConfiguration = consumptionConfiguration self.createTime = createTime @@ -3858,8 +3740,7 @@ public struct ListReceivedLicensesOutput: Swift.Sendable { public init( licenses: [LicenseManagerClientTypes.GrantedLicense]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenses = licenses self.nextToken = nextToken } @@ -3881,8 +3762,7 @@ public struct ListReceivedLicensesForOrganizationInput: Swift.Sendable { filters: [LicenseManagerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3898,8 +3778,7 @@ public struct ListReceivedLicensesForOrganizationOutput: Swift.Sendable { public init( licenses: [LicenseManagerClientTypes.GrantedLicense]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenses = licenses self.nextToken = nextToken } @@ -3925,8 +3804,7 @@ public struct FailedDependencyException: ClientRuntime.ModeledError, AWSClientRu public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -3984,8 +3862,7 @@ extension LicenseManagerClientTypes { condition: LicenseManagerClientTypes.InventoryFilterCondition? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.condition = condition self.name = name self.value = value @@ -4017,8 +3894,7 @@ public struct ListResourceInventoryInput: Swift.Sendable { filters: [LicenseManagerClientTypes.InventoryFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4049,8 +3925,7 @@ extension LicenseManagerClientTypes { resourceId: Swift.String? = nil, resourceOwningAccountId: Swift.String? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.platform = platform self.platformVersion = platformVersion self.resourceArn = resourceArn @@ -4070,8 +3945,7 @@ public struct ListResourceInventoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceInventoryList: [LicenseManagerClientTypes.ResourceInventory]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceInventoryList = resourceInventoryList } @@ -4084,8 +3958,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4096,8 +3969,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [LicenseManagerClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4119,8 +3991,7 @@ public struct ListTokensInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, tokenIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4155,8 +4026,7 @@ extension LicenseManagerClientTypes { tokenId: Swift.String? = nil, tokenProperties: [Swift.String]? = nil, tokenType: Swift.String? = nil - ) - { + ) { self.expirationTime = expirationTime self.licenseArn = licenseArn self.roleArns = roleArns @@ -4177,8 +4047,7 @@ public struct ListTokensOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tokens: [LicenseManagerClientTypes.TokenData]? = nil - ) - { + ) { self.nextToken = nextToken self.tokens = tokens } @@ -4206,8 +4075,7 @@ public struct ListUsageForLicenseConfigurationInput: Swift.Sendable { licenseConfigurationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.licenseConfigurationArn = licenseConfigurationArn self.maxResults = maxResults @@ -4239,8 +4107,7 @@ extension LicenseManagerClientTypes { resourceOwnerId: Swift.String? = nil, resourceStatus: Swift.String? = nil, resourceType: LicenseManagerClientTypes.ResourceType? = nil - ) - { + ) { self.associationTime = associationTime self.consumedLicenses = consumedLicenses self.resourceArn = resourceArn @@ -4260,8 +4127,7 @@ public struct ListUsageForLicenseConfigurationOutput: Swift.Sendable { public init( licenseConfigurationUsageList: [LicenseManagerClientTypes.LicenseConfigurationUsage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseConfigurationUsageList = licenseConfigurationUsageList self.nextToken = nextToken } @@ -4274,8 +4140,7 @@ public struct RejectGrantInput: Swift.Sendable { public init( grantArn: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn } } @@ -4292,8 +4157,7 @@ public struct RejectGrantOutput: Swift.Sendable { grantArn: Swift.String? = nil, status: LicenseManagerClientTypes.GrantStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.grantArn = grantArn self.status = status self.version = version @@ -4311,8 +4175,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [LicenseManagerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4334,8 +4197,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4406,8 +4268,7 @@ public struct UpdateLicenseConfigurationInput: Swift.Sendable { licenseRules: [Swift.String]? = nil, name: Swift.String? = nil, productInformationList: [LicenseManagerClientTypes.ProductInformation]? = nil - ) - { + ) { self.description = description self.disassociateWhenNotFound = disassociateWhenNotFound self.licenseConfigurationArn = licenseConfigurationArn @@ -4459,8 +4320,7 @@ public struct UpdateLicenseManagerReportGeneratorInput: Swift.Sendable { reportFrequency: LicenseManagerClientTypes.ReportFrequency? = nil, reportGeneratorName: Swift.String? = nil, type: [LicenseManagerClientTypes.ReportType]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.licenseManagerReportGeneratorArn = licenseManagerReportGeneratorArn @@ -4494,8 +4354,7 @@ public struct InvalidResourceStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4518,8 +4377,7 @@ public struct LicenseUsageException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4537,8 +4395,7 @@ public struct UpdateLicenseSpecificationsForResourceInput: Swift.Sendable { addLicenseSpecifications: [LicenseManagerClientTypes.LicenseSpecification]? = nil, removeLicenseSpecifications: [LicenseManagerClientTypes.LicenseSpecification]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.addLicenseSpecifications = addLicenseSpecifications self.removeLicenseSpecifications = removeLicenseSpecifications self.resourceArn = resourceArn @@ -4565,8 +4422,7 @@ public struct UpdateServiceSettingsInput: Swift.Sendable { organizationConfiguration: LicenseManagerClientTypes.OrganizationConfiguration? = nil, s3BucketArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.enableCrossAccountsDiscovery = enableCrossAccountsDiscovery self.organizationConfiguration = organizationConfiguration self.s3BucketArn = s3BucketArn diff --git a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Package.swift.txt b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Package.swift.txt index 459d5b86b22..3c83abb4f43 100644 --- a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Package.swift.txt +++ b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.swift b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.swift index 888fdb3c932..7ea4f8c287d 100644 --- a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.swift +++ b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/LicenseManagerLinuxSubscriptionsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LicenseManagerLinuxSubscriptionsClient: ClientRuntime.Client { public static let clientName = "LicenseManagerLinuxSubscriptionsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LicenseManagerLinuxSubscriptionsClient.LicenseManagerLinuxSubscriptionsClientConfiguration let serviceName = "License Manager Linux Subscriptions" diff --git a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/Models.swift b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/Models.swift index 517a23ba916..ee37abaa8fd 100644 --- a/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/Models.swift +++ b/Sources/Services/AWSLicenseManagerLinuxSubscriptions/Sources/AWSLicenseManagerLinuxSubscriptions/Models.swift @@ -44,8 +44,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +90,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +113,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -129,8 +125,7 @@ public struct DeregisterSubscriptionProviderInput: Swift.Sendable { public init( subscriptionProviderArn: Swift.String? = nil - ) - { + ) { self.subscriptionProviderArn = subscriptionProviderArn } } @@ -190,8 +185,7 @@ extension LicenseManagerLinuxSubscriptionsClientTypes { name: Swift.String? = nil, `operator`: LicenseManagerLinuxSubscriptionsClientTypes.Operator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -206,8 +200,7 @@ public struct GetRegisteredSubscriptionProviderInput: Swift.Sendable { public init( subscriptionProviderArn: Swift.String? = nil - ) - { + ) { self.subscriptionProviderArn = subscriptionProviderArn } } @@ -295,8 +288,7 @@ public struct GetRegisteredSubscriptionProviderOutput: Swift.Sendable { subscriptionProviderSource: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderSource? = nil, subscriptionProviderStatus: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderStatus? = nil, subscriptionProviderStatusMessage: Swift.String? = nil - ) - { + ) { self.lastSuccessfulDataRetrievalTime = lastSuccessfulDataRetrievalTime self.secretArn = secretArn self.subscriptionProviderArn = subscriptionProviderArn @@ -387,8 +379,7 @@ extension LicenseManagerLinuxSubscriptionsClientTypes { public init( organizationIntegration: LicenseManagerLinuxSubscriptionsClientTypes.OrganizationIntegration? = nil, sourceRegions: [Swift.String]? = nil - ) - { + ) { self.organizationIntegration = organizationIntegration self.sourceRegions = sourceRegions } @@ -452,8 +443,7 @@ public struct GetServiceSettingsOutput: Swift.Sendable { linuxSubscriptionsDiscoverySettings: LicenseManagerLinuxSubscriptionsClientTypes.LinuxSubscriptionsDiscoverySettings? = nil, status: LicenseManagerLinuxSubscriptionsClientTypes.Status? = nil, statusMessage: [Swift.String: Swift.String]? = nil - ) - { + ) { self.homeRegions = homeRegions self.linuxSubscriptionsDiscovery = linuxSubscriptionsDiscovery self.linuxSubscriptionsDiscoverySettings = linuxSubscriptionsDiscoverySettings @@ -513,8 +503,7 @@ extension LicenseManagerLinuxSubscriptionsClientTypes { subscriptionProviderCreateTime: Swift.String? = nil, subscriptionProviderUpdateTime: Swift.String? = nil, usageOperation: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.amiId = amiId self.dualSubscription = dualSubscription @@ -574,8 +563,7 @@ public struct ListLinuxSubscriptionInstancesInput: Swift.Sendable { filters: [LicenseManagerLinuxSubscriptionsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -591,8 +579,7 @@ public struct ListLinuxSubscriptionInstancesOutput: Swift.Sendable { public init( instances: [LicenseManagerLinuxSubscriptionsClientTypes.Instance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -622,8 +609,7 @@ public struct ListLinuxSubscriptionsInput: Swift.Sendable { filters: [LicenseManagerLinuxSubscriptionsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -645,8 +631,7 @@ extension LicenseManagerLinuxSubscriptionsClientTypes { instanceCount: Swift.Int? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.name = name self.type = type @@ -663,8 +648,7 @@ public struct ListLinuxSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptions: [LicenseManagerLinuxSubscriptionsClientTypes.Subscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -682,8 +666,7 @@ public struct ListRegisteredSubscriptionProvidersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, subscriptionProviderSources: [LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderSource]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.subscriptionProviderSources = subscriptionProviderSources @@ -714,8 +697,7 @@ extension LicenseManagerLinuxSubscriptionsClientTypes { subscriptionProviderSource: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderSource? = nil, subscriptionProviderStatus: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderStatus? = nil, subscriptionProviderStatusMessage: Swift.String? = nil - ) - { + ) { self.lastSuccessfulDataRetrievalTime = lastSuccessfulDataRetrievalTime self.secretArn = secretArn self.subscriptionProviderArn = subscriptionProviderArn @@ -735,8 +717,7 @@ public struct ListRegisteredSubscriptionProvidersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registeredSubscriptionProviders: [LicenseManagerLinuxSubscriptionsClientTypes.RegisteredSubscriptionProvider]? = nil - ) - { + ) { self.nextToken = nextToken self.registeredSubscriptionProviders = registeredSubscriptionProviders } @@ -749,8 +730,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -761,8 +741,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -786,8 +765,7 @@ public struct RegisterSubscriptionProviderInput: Swift.Sendable { secretArn: Swift.String? = nil, subscriptionProviderSource: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderSource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.secretArn = secretArn self.subscriptionProviderSource = subscriptionProviderSource self.tags = tags @@ -811,8 +789,7 @@ public struct RegisterSubscriptionProviderOutput: Swift.Sendable { subscriptionProviderArn: Swift.String? = nil, subscriptionProviderSource: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderSource? = nil, subscriptionProviderStatus: LicenseManagerLinuxSubscriptionsClientTypes.SubscriptionProviderStatus? = nil - ) - { + ) { self.subscriptionProviderArn = subscriptionProviderArn self.subscriptionProviderSource = subscriptionProviderSource self.subscriptionProviderStatus = subscriptionProviderStatus @@ -830,8 +807,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -858,8 +834,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -889,8 +864,7 @@ public struct UpdateServiceSettingsInput: Swift.Sendable { allowUpdate: Swift.Bool? = nil, linuxSubscriptionsDiscovery: LicenseManagerLinuxSubscriptionsClientTypes.LinuxSubscriptionsDiscovery? = nil, linuxSubscriptionsDiscoverySettings: LicenseManagerLinuxSubscriptionsClientTypes.LinuxSubscriptionsDiscoverySettings? = nil - ) - { + ) { self.allowUpdate = allowUpdate self.linuxSubscriptionsDiscovery = linuxSubscriptionsDiscovery self.linuxSubscriptionsDiscoverySettings = linuxSubscriptionsDiscoverySettings @@ -915,8 +889,7 @@ public struct UpdateServiceSettingsOutput: Swift.Sendable { linuxSubscriptionsDiscoverySettings: LicenseManagerLinuxSubscriptionsClientTypes.LinuxSubscriptionsDiscoverySettings? = nil, status: LicenseManagerLinuxSubscriptionsClientTypes.Status? = nil, statusMessage: [Swift.String: Swift.String]? = nil - ) - { + ) { self.homeRegions = homeRegions self.linuxSubscriptionsDiscovery = linuxSubscriptionsDiscovery self.linuxSubscriptionsDiscoverySettings = linuxSubscriptionsDiscoverySettings diff --git a/Sources/Services/AWSLicenseManagerUserSubscriptions/Package.swift.txt b/Sources/Services/AWSLicenseManagerUserSubscriptions/Package.swift.txt index 35332b27940..f29d9989725 100644 --- a/Sources/Services/AWSLicenseManagerUserSubscriptions/Package.swift.txt +++ b/Sources/Services/AWSLicenseManagerUserSubscriptions/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.swift b/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.swift index 76967ab6e62..acc12bc9510 100644 --- a/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.swift +++ b/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/LicenseManagerUserSubscriptionsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LicenseManagerUserSubscriptionsClient: ClientRuntime.Client { public static let clientName = "LicenseManagerUserSubscriptionsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LicenseManagerUserSubscriptionsClient.LicenseManagerUserSubscriptionsClientConfiguration let serviceName = "License Manager User Subscriptions" diff --git a/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/Models.swift b/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/Models.swift index 78bc917c4aa..90c990b3ca6 100644 --- a/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/Models.swift +++ b/Sources/Services/AWSLicenseManagerUserSubscriptions/Sources/AWSLicenseManagerUserSubscriptions/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -60,8 +59,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -87,8 +85,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( subnets: [Swift.String]? = nil - ) - { + ) { self.subnets = subnets } } @@ -112,8 +109,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { domainIpv4List: [Swift.String]? = nil, domainName: Swift.String? = nil, domainNetworkSettings: LicenseManagerUserSubscriptionsClientTypes.DomainNetworkSettings? = nil - ) - { + ) { self.domainCredentialsProvider = domainCredentialsProvider self.domainIpv4List = domainIpv4List self.domainName = domainName @@ -168,8 +164,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { activeDirectorySettings: LicenseManagerUserSubscriptionsClientTypes.ActiveDirectorySettings? = nil, activeDirectoryType: LicenseManagerUserSubscriptionsClientTypes.ActiveDirectoryType? = nil, directoryId: Swift.String? = nil - ) - { + ) { self.activeDirectorySettings = activeDirectorySettings self.activeDirectoryType = activeDirectoryType self.directoryId = directoryId @@ -195,8 +190,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +213,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -243,8 +236,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -267,8 +259,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -291,8 +282,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -315,8 +305,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -352,8 +341,7 @@ public struct AssociateUserInput: Swift.Sendable { instanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.domain = domain self.identityProvider = identityProvider self.instanceId = instanceId @@ -404,8 +392,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.associationDate = associationDate self.disassociationDate = disassociationDate self.domain = domain @@ -426,8 +413,7 @@ public struct AssociateUserOutput: Swift.Sendable { public init( instanceUserSummary: LicenseManagerUserSubscriptionsClientTypes.InstanceUserSummary? = nil - ) - { + ) { self.instanceUserSummary = instanceUserSummary } } @@ -442,8 +428,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( rdsSalCredentialsProvider: LicenseManagerUserSubscriptionsClientTypes.CredentialsProvider? = nil - ) - { + ) { self.rdsSalCredentialsProvider = rdsSalCredentialsProvider } } @@ -500,8 +485,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( serverSettings: LicenseManagerUserSubscriptionsClientTypes.ServerSettings? = nil, serverType: LicenseManagerUserSubscriptionsClientTypes.ServerType? = nil - ) - { + ) { self.serverSettings = serverSettings self.serverType = serverType } @@ -522,8 +506,7 @@ public struct CreateLicenseServerEndpointInput: Swift.Sendable { identityProviderArn: Swift.String? = nil, licenseServerSettings: LicenseManagerUserSubscriptionsClientTypes.LicenseServerSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn self.licenseServerSettings = licenseServerSettings self.tags = tags @@ -544,8 +527,7 @@ public struct CreateLicenseServerEndpointOutput: Swift.Sendable { public init( identityProviderArn: Swift.String? = nil, licenseServerEndpointArn: Swift.String? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn self.licenseServerEndpointArn = licenseServerEndpointArn } @@ -562,8 +544,7 @@ public struct DeleteLicenseServerEndpointInput: Swift.Sendable { public init( licenseServerEndpointArn: Swift.String? = nil, serverType: LicenseManagerUserSubscriptionsClientTypes.ServerType? = nil - ) - { + ) { self.licenseServerEndpointArn = licenseServerEndpointArn self.serverType = serverType } @@ -666,8 +647,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { healthStatus: LicenseManagerUserSubscriptionsClientTypes.LicenseServerHealthStatus? = nil, ipv4Address: Swift.String? = nil, provisioningStatus: LicenseManagerUserSubscriptionsClientTypes.LicenseServerEndpointProvisioningStatus? = nil - ) - { + ) { self.healthStatus = healthStatus self.ipv4Address = ipv4Address self.provisioningStatus = provisioningStatus @@ -684,8 +664,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( endpoint: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -724,8 +703,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { serverEndpoint: LicenseManagerUserSubscriptionsClientTypes.ServerEndpoint? = nil, serverType: LicenseManagerUserSubscriptionsClientTypes.ServerType? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.identityProviderArn = identityProviderArn self.licenseServerEndpointArn = licenseServerEndpointArn @@ -745,8 +723,7 @@ public struct DeleteLicenseServerEndpointOutput: Swift.Sendable { public init( licenseServerEndpoint: LicenseManagerUserSubscriptionsClientTypes.LicenseServerEndpoint? = nil - ) - { + ) { self.licenseServerEndpoint = licenseServerEndpoint } } @@ -763,8 +740,7 @@ public struct DeregisterIdentityProviderInput: Swift.Sendable { identityProvider: LicenseManagerUserSubscriptionsClientTypes.IdentityProvider? = nil, identityProviderArn: Swift.String? = nil, product: Swift.String? = nil - ) - { + ) { self.identityProvider = identityProvider self.identityProviderArn = identityProviderArn self.product = product @@ -785,8 +761,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { public init( securityGroupId: Swift.String? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupId = securityGroupId self.subnets = subnets } @@ -821,8 +796,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { product: Swift.String? = nil, settings: LicenseManagerUserSubscriptionsClientTypes.Settings? = nil, status: Swift.String? = nil - ) - { + ) { self.failureMessage = failureMessage self.identityProvider = identityProvider self.identityProviderArn = identityProviderArn @@ -840,8 +814,7 @@ public struct DeregisterIdentityProviderOutput: Swift.Sendable { public init( identityProviderSummary: LicenseManagerUserSubscriptionsClientTypes.IdentityProviderSummary? = nil - ) - { + ) { self.identityProviderSummary = identityProviderSummary } } @@ -864,8 +837,7 @@ public struct DisassociateUserInput: Swift.Sendable { instanceId: Swift.String? = nil, instanceUserArn: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.domain = domain self.identityProvider = identityProvider self.instanceId = instanceId @@ -881,8 +853,7 @@ public struct DisassociateUserOutput: Swift.Sendable { public init( instanceUserSummary: LicenseManagerUserSubscriptionsClientTypes.InstanceUserSummary? = nil - ) - { + ) { self.instanceUserSummary = instanceUserSummary } } @@ -902,8 +873,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { attribute: Swift.String? = nil, operation: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.attribute = attribute self.operation = operation self.value = value @@ -935,8 +905,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { products: [Swift.String]? = nil, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.lastStatusCheckDate = lastStatusCheckDate self.products = products @@ -962,8 +931,7 @@ public struct ListIdentityProvidersInput: Swift.Sendable { filters: [LicenseManagerUserSubscriptionsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -980,8 +948,7 @@ public struct ListIdentityProvidersOutput: Swift.Sendable { public init( identityProviderSummaries: [LicenseManagerUserSubscriptionsClientTypes.IdentityProviderSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityProviderSummaries = identityProviderSummaries self.nextToken = nextToken } @@ -1003,8 +970,7 @@ public struct ListInstancesInput: Swift.Sendable { filters: [LicenseManagerUserSubscriptionsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1020,8 +986,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instanceSummaries: [LicenseManagerUserSubscriptionsClientTypes.InstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceSummaries = instanceSummaries self.nextToken = nextToken } @@ -1041,8 +1006,7 @@ public struct ListLicenseServerEndpointsInput: Swift.Sendable { filters: [LicenseManagerUserSubscriptionsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1058,8 +1022,7 @@ public struct ListLicenseServerEndpointsOutput: Swift.Sendable { public init( licenseServerEndpoints: [LicenseManagerUserSubscriptionsClientTypes.LicenseServerEndpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.licenseServerEndpoints = licenseServerEndpoints self.nextToken = nextToken } @@ -1090,8 +1053,7 @@ public struct ListProductSubscriptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, product: Swift.String? = nil - ) - { + ) { self.filters = filters self.identityProvider = identityProvider self.maxResults = maxResults @@ -1137,8 +1099,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { subscriptionEndDate: Swift.String? = nil, subscriptionStartDate: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.domain = domain self.identityProvider = identityProvider self.product = product @@ -1161,8 +1122,7 @@ public struct ListProductSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, productUserSummaries: [LicenseManagerUserSubscriptionsClientTypes.ProductUserSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.productUserSummaries = productUserSummaries } @@ -1175,8 +1135,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1187,8 +1146,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1224,8 +1182,7 @@ public struct ListUserAssociationsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.identityProvider = identityProvider self.instanceId = instanceId @@ -1243,8 +1200,7 @@ public struct ListUserAssociationsOutput: Swift.Sendable { public init( instanceUserSummaries: [LicenseManagerUserSubscriptionsClientTypes.InstanceUserSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceUserSummaries = instanceUserSummaries self.nextToken = nextToken } @@ -1267,8 +1223,7 @@ public struct RegisterIdentityProviderInput: Swift.Sendable { product: Swift.String? = nil, settings: LicenseManagerUserSubscriptionsClientTypes.Settings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.identityProvider = identityProvider self.product = product self.settings = settings @@ -1288,8 +1243,7 @@ public struct RegisterIdentityProviderOutput: Swift.Sendable { public init( identityProviderSummary: LicenseManagerUserSubscriptionsClientTypes.IdentityProviderSummary? = nil - ) - { + ) { self.identityProviderSummary = identityProviderSummary } } @@ -1315,8 +1269,7 @@ public struct StartProductSubscriptionInput: Swift.Sendable { product: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, username: Swift.String? = nil - ) - { + ) { self.domain = domain self.identityProvider = identityProvider self.product = product @@ -1337,8 +1290,7 @@ public struct StartProductSubscriptionOutput: Swift.Sendable { public init( productUserSummary: LicenseManagerUserSubscriptionsClientTypes.ProductUserSummary? = nil - ) - { + ) { self.productUserSummary = productUserSummary } } @@ -1361,8 +1313,7 @@ public struct StopProductSubscriptionInput: Swift.Sendable { product: Swift.String? = nil, productUserArn: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.domain = domain self.identityProvider = identityProvider self.product = product @@ -1378,8 +1329,7 @@ public struct StopProductSubscriptionOutput: Swift.Sendable { public init( productUserSummary: LicenseManagerUserSubscriptionsClientTypes.ProductUserSummary? = nil - ) - { + ) { self.productUserSummary = productUserSummary } } @@ -1395,8 +1345,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1423,8 +1372,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1457,8 +1405,7 @@ extension LicenseManagerUserSubscriptionsClientTypes { addSubnets: [Swift.String]? = nil, removeSubnets: [Swift.String]? = nil, securityGroupId: Swift.String? = nil - ) - { + ) { self.addSubnets = addSubnets self.removeSubnets = removeSubnets self.securityGroupId = securityGroupId @@ -1488,8 +1435,7 @@ public struct UpdateIdentityProviderSettingsInput: Swift.Sendable { identityProviderArn: Swift.String? = nil, product: Swift.String? = nil, updateSettings: LicenseManagerUserSubscriptionsClientTypes.UpdateSettings? = nil - ) - { + ) { self.identityProvider = identityProvider self.identityProviderArn = identityProviderArn self.product = product @@ -1504,8 +1450,7 @@ public struct UpdateIdentityProviderSettingsOutput: Swift.Sendable { public init( identityProviderSummary: LicenseManagerUserSubscriptionsClientTypes.IdentityProviderSummary? = nil - ) - { + ) { self.identityProviderSummary = identityProviderSummary } } diff --git a/Sources/Services/AWSLightsail/Package.swift.txt b/Sources/Services/AWSLightsail/Package.swift.txt index ec930c796d2..24ad0f298a9 100644 --- a/Sources/Services/AWSLightsail/Package.swift.txt +++ b/Sources/Services/AWSLightsail/Package.swift.txt @@ -41,15 +41,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSLightsail/Sources/AWSLightsail/LightsailClient.swift b/Sources/Services/AWSLightsail/Sources/AWSLightsail/LightsailClient.swift index fbb2252a8ab..2e95f5fef02 100644 --- a/Sources/Services/AWSLightsail/Sources/AWSLightsail/LightsailClient.swift +++ b/Sources/Services/AWSLightsail/Sources/AWSLightsail/LightsailClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LightsailClient: ClientRuntime.Client { public static let clientName = "LightsailClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LightsailClient.LightsailClientConfiguration let serviceName = "Lightsail" diff --git a/Sources/Services/AWSLightsail/Sources/AWSLightsail/Models.swift b/Sources/Services/AWSLightsail/Sources/AWSLightsail/Models.swift index ba465539629..e0ae56201f7 100644 --- a/Sources/Services/AWSLightsail/Sources/AWSLightsail/Models.swift +++ b/Sources/Services/AWSLightsail/Sources/AWSLightsail/Models.swift @@ -55,8 +55,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -108,8 +107,7 @@ extension LightsailClientTypes { lastUsedDate: Foundation.Date? = nil, region: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.lastUsedDate = lastUsedDate self.region = region self.serviceName = serviceName @@ -167,8 +165,7 @@ extension LightsailClientTypes { lastUsed: LightsailClientTypes.AccessKeyLastUsed? = nil, secretAccessKey: Swift.String? = nil, status: LightsailClientTypes.StatusType? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.createdAt = createdAt self.lastUsed = lastUsed @@ -195,8 +192,7 @@ extension LightsailClientTypes { public init( name: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.name = name self.resourceType = resourceType } @@ -248,8 +244,7 @@ extension LightsailClientTypes { public init( allowPublicOverrides: Swift.Bool? = nil, getObject: LightsailClientTypes.AccessType? = nil - ) - { + ) { self.allowPublicOverrides = allowPublicOverrides self.getObject = getObject } @@ -363,8 +358,7 @@ extension LightsailClientTypes { lastSyncedAt: Foundation.Date? = nil, message: LightsailClientTypes.BPAStatusMessage? = nil, status: LightsailClientTypes.AccountLevelBpaSyncStatus? = nil - ) - { + ) { self.bpaImpactsLightsail = bpaImpactsLightsail self.lastSyncedAt = lastSyncedAt self.message = message @@ -397,8 +391,7 @@ public struct AccountSetupInProgressException: ClientRuntime.ModeledError, AWSCl docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -430,8 +423,7 @@ extension LightsailClientTypes { snapshotTimeOfDay: Swift.String? = nil, status: Swift.String? = nil, threshold: Swift.String? = nil - ) - { + ) { self.duration = duration self.name = name self.nextSnapshotTimeOfDay = nextSnapshotTimeOfDay @@ -494,8 +486,7 @@ extension LightsailClientTypes { public init( snapshotTimeOfDay: Swift.String? = nil - ) - { + ) { self.snapshotTimeOfDay = snapshotTimeOfDay } } @@ -513,8 +504,7 @@ extension LightsailClientTypes { public init( duration: Swift.String? = nil, threshold: Swift.String? = nil - ) - { + ) { self.duration = duration self.threshold = threshold } @@ -537,8 +527,7 @@ extension LightsailClientTypes { addOnType: LightsailClientTypes.AddOnType? = nil, autoSnapshotAddOnRequest: LightsailClientTypes.AutoSnapshotAddOnRequest? = nil, stopInstanceOnIdleRequest: LightsailClientTypes.StopInstanceOnIdleRequest? = nil - ) - { + ) { self.addOnType = addOnType self.autoSnapshotAddOnRequest = autoSnapshotAddOnRequest self.stopInstanceOnIdleRequest = stopInstanceOnIdleRequest @@ -690,8 +679,7 @@ extension LightsailClientTypes { public init( availabilityZone: Swift.String? = nil, regionName: LightsailClientTypes.RegionName? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.regionName = regionName } @@ -894,8 +882,7 @@ extension LightsailClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil - ) - { + ) { self.arn = arn self.name = name self.resourceType = resourceType @@ -1202,8 +1189,7 @@ extension LightsailClientTypes { threshold: Swift.Double? = nil, treatMissingData: LightsailClientTypes.TreatMissingData? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.arn = arn self.comparisonOperator = comparisonOperator self.contactProtocols = contactProtocols @@ -1252,8 +1238,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -1285,8 +1270,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -1318,8 +1302,7 @@ public struct OperationFailureException: ClientRuntime.ModeledError, AWSClientRu docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -1351,8 +1334,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -1384,8 +1366,7 @@ public struct UnauthenticatedException: ClientRuntime.ModeledError, AWSClientRun docs: Swift.String? = nil, message: Swift.String? = nil, tip: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.docs = docs self.properties.message = message @@ -1400,8 +1381,7 @@ public struct AllocateStaticIpInput: Swift.Sendable { public init( staticIpName: Swift.String? = nil - ) - { + ) { self.staticIpName = staticIpName } } @@ -1758,8 +1738,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, status: LightsailClientTypes.OperationStatus? = nil, statusChangedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.errorCode = errorCode self.errorDetails = errorDetails @@ -1782,8 +1761,7 @@ public struct AllocateStaticIpOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -1825,8 +1803,7 @@ public struct AttachCertificateToDistributionInput: Swift.Sendable { public init( certificateName: Swift.String? = nil, distributionName: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName self.distributionName = distributionName } @@ -1838,8 +1815,7 @@ public struct AttachCertificateToDistributionOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -1862,8 +1838,7 @@ public struct AttachDiskInput: Swift.Sendable { diskName: Swift.String? = nil, diskPath: Swift.String? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.autoMounting = autoMounting self.diskName = diskName self.diskPath = diskPath @@ -1877,8 +1852,7 @@ public struct AttachDiskOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -1895,8 +1869,7 @@ extension LightsailClientTypes { public init( path: Swift.String? = nil, sizeInGb: Swift.Int? = nil - ) - { + ) { self.path = path self.sizeInGb = sizeInGb } @@ -1915,8 +1888,7 @@ extension LightsailClientTypes { public init( newDiskName: Swift.String? = nil, originalDiskPath: Swift.String? = nil - ) - { + ) { self.newDiskName = newDiskName self.originalDiskPath = originalDiskPath } @@ -1934,8 +1906,7 @@ public struct AttachInstancesToLoadBalancerInput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.instanceNames = instanceNames self.loadBalancerName = loadBalancerName } @@ -1947,8 +1918,7 @@ public struct AttachInstancesToLoadBalancerOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -1964,8 +1934,7 @@ public struct AttachLoadBalancerTlsCertificateInput: Swift.Sendable { public init( certificateName: Swift.String? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName self.loadBalancerName = loadBalancerName } @@ -1977,8 +1946,7 @@ public struct AttachLoadBalancerTlsCertificateOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -1994,8 +1962,7 @@ public struct AttachStaticIpInput: Swift.Sendable { public init( instanceName: Swift.String? = nil, staticIpName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName self.staticIpName = staticIpName } @@ -2007,8 +1974,7 @@ public struct AttachStaticIpOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -2101,8 +2067,7 @@ extension LightsailClientTypes { date: Swift.String? = nil, fromAttachedDisks: [LightsailClientTypes.AttachedDisk]? = nil, status: LightsailClientTypes.AutoSnapshotStatus? = nil - ) - { + ) { self.createdAt = createdAt self.date = date self.fromAttachedDisks = fromAttachedDisks @@ -2123,8 +2088,7 @@ extension LightsailClientTypes { public init( state: Swift.String? = nil, zoneName: Swift.String? = nil - ) - { + ) { self.state = state self.zoneName = zoneName } @@ -2263,8 +2227,7 @@ extension LightsailClientTypes { type: LightsailClientTypes.BlueprintType? = nil, version: Swift.String? = nil, versionCode: Swift.String? = nil - ) - { + ) { self.appCategory = appCategory self.blueprintId = blueprintId self.description = description @@ -2298,8 +2261,7 @@ extension LightsailClientTypes { destination: Swift.String? = nil, enabled: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.destination = destination self.enabled = enabled self.`prefix` = `prefix` @@ -2323,8 +2285,7 @@ extension LightsailClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2343,8 +2304,7 @@ extension LightsailClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2411,8 +2371,7 @@ extension LightsailClientTypes { supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, url: Swift.String? = nil - ) - { + ) { self.ableToUpdateBundle = ableToUpdateBundle self.accessLogConfig = accessLogConfig self.accessRules = accessRules @@ -2457,8 +2416,7 @@ extension LightsailClientTypes { price: Swift.Float? = nil, storagePerMonthInGb: Swift.Int? = nil, transferPerMonthInGb: Swift.Int? = nil - ) - { + ) { self.bundleId = bundleId self.isActive = isActive self.name = name @@ -2543,8 +2501,7 @@ extension LightsailClientTypes { supportedAppCategories: [LightsailClientTypes.AppCategory]? = nil, supportedPlatforms: [LightsailClientTypes.InstancePlatform]? = nil, transferPerMonthInGb: Swift.Int? = nil - ) - { + ) { self.bundleId = bundleId self.cpuCount = cpuCount self.diskSizeInGb = diskSizeInGb @@ -2575,8 +2532,7 @@ extension LightsailClientTypes { public init( behavior: LightsailClientTypes.BehaviorEnum? = nil - ) - { + ) { self.behavior = behavior } } @@ -2606,8 +2562,7 @@ extension LightsailClientTypes { public init( behavior: LightsailClientTypes.BehaviorEnum? = nil, path: Swift.String? = nil - ) - { + ) { self.behavior = behavior self.path = path } @@ -2658,8 +2613,7 @@ extension LightsailClientTypes { public init( cookiesAllowList: [Swift.String]? = nil, option: LightsailClientTypes.ForwardValues? = nil - ) - { + ) { self.cookiesAllowList = cookiesAllowList self.option = option } @@ -2752,8 +2706,7 @@ extension LightsailClientTypes { public init( headersAllowList: [LightsailClientTypes.HeaderEnum]? = nil, option: LightsailClientTypes.ForwardValues? = nil - ) - { + ) { self.headersAllowList = headersAllowList self.option = option } @@ -2772,8 +2725,7 @@ extension LightsailClientTypes { public init( option: Swift.Bool? = nil, queryStringsAllowList: [Swift.String]? = nil - ) - { + ) { self.option = option self.queryStringsAllowList = queryStringsAllowList } @@ -2823,8 +2775,7 @@ extension LightsailClientTypes { forwardedQueryStrings: LightsailClientTypes.QueryStringObject? = nil, maximumTTL: Swift.Int? = nil, minimumTTL: Swift.Int? = nil - ) - { + ) { self.allowedHTTPMethods = allowedHTTPMethods self.cachedHTTPMethods = cachedHTTPMethods self.defaultTTL = defaultTTL @@ -2887,8 +2838,7 @@ extension LightsailClientTypes { public init( code: LightsailClientTypes.DnsRecordCreationStateCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2910,8 +2860,7 @@ extension LightsailClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -2969,8 +2918,7 @@ extension LightsailClientTypes { domainName: Swift.String? = nil, resourceRecord: LightsailClientTypes.ResourceRecord? = nil, validationStatus: LightsailClientTypes.CertificateDomainValidationStatus? = nil - ) - { + ) { self.dnsRecordCreationState = dnsRecordCreationState self.domainName = domainName self.resourceRecord = resourceRecord @@ -3040,8 +2988,7 @@ extension LightsailClientTypes { renewalStatus: LightsailClientTypes.RenewalStatus? = nil, renewalStatusReason: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.domainValidationRecords = domainValidationRecords self.renewalStatus = renewalStatus self.renewalStatusReason = renewalStatusReason @@ -3173,8 +3120,7 @@ extension LightsailClientTypes { subjectAlternativeNames: [Swift.String]? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.domainName = domainName @@ -3247,8 +3193,7 @@ extension LightsailClientTypes { certificateName: Swift.String? = nil, domainName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateDetail = certificateDetail self.certificateName = certificateName @@ -3349,8 +3294,7 @@ extension LightsailClientTypes { ipv6Cidrs: [Swift.String]? = nil, `protocol`: LightsailClientTypes.NetworkProtocol? = nil, toPort: Swift.Int = 0 - ) - { + ) { self.cidrListAliases = cidrListAliases self.cidrs = cidrs self.fromPort = fromPort @@ -3372,8 +3316,7 @@ public struct CloseInstancePublicPortsInput: Swift.Sendable { public init( instanceName: Swift.String? = nil, portInfo: LightsailClientTypes.PortInfo? = nil - ) - { + ) { self.instanceName = instanceName self.portInfo = portInfo } @@ -3385,8 +3328,7 @@ public struct CloseInstancePublicPortsOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -3403,8 +3345,7 @@ extension LightsailClientTypes { public init( id: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.id = id self.service = service } @@ -3452,8 +3393,7 @@ extension LightsailClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, resourceType: LightsailClientTypes.CloudFormationStackRecordSourceType? = nil - ) - { + ) { self.arn = arn self.name = name self.resourceType = resourceType @@ -3523,8 +3463,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, sourceInfo: [LightsailClientTypes.CloudFormationStackRecordSourceInfo]? = nil, state: LightsailClientTypes.RecordState? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.destinationInfo = destinationInfo @@ -3608,8 +3547,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, status: LightsailClientTypes.ContactMethodStatus? = nil, supportCode: Swift.String? = nil - ) - { + ) { self.arn = arn self.contactEndpoint = contactEndpoint self.createdAt = createdAt @@ -3702,8 +3640,7 @@ extension LightsailClientTypes { environment: [Swift.String: Swift.String]? = nil, image: Swift.String? = nil, ports: [Swift.String: LightsailClientTypes.ContainerServiceProtocol]? = nil - ) - { + ) { self.command = command self.environment = environment self.image = image @@ -3727,8 +3664,7 @@ extension LightsailClientTypes { createdAt: Foundation.Date? = nil, digest: Swift.String? = nil, image: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.digest = digest self.image = image @@ -3760,8 +3696,7 @@ extension LightsailClientTypes { successCodes: Swift.String? = nil, timeoutSeconds: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.intervalSeconds = intervalSeconds self.path = path @@ -3787,8 +3722,7 @@ extension LightsailClientTypes { containerName: Swift.String? = nil, containerPort: Swift.Int? = nil, healthCheck: LightsailClientTypes.ContainerServiceHealthCheckConfig? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.healthCheck = healthCheck @@ -3860,8 +3794,7 @@ extension LightsailClientTypes { publicEndpoint: LightsailClientTypes.ContainerServiceEndpoint? = nil, state: LightsailClientTypes.ContainerServiceDeploymentState? = nil, version: Swift.Int? = nil - ) - { + ) { self.containers = containers self.createdAt = createdAt self.publicEndpoint = publicEndpoint @@ -3924,8 +3857,7 @@ extension LightsailClientTypes { public init( isActive: Swift.Bool? = nil, principalArn: Swift.String? = nil - ) - { + ) { self.isActive = isActive self.principalArn = principalArn } @@ -3941,8 +3873,7 @@ extension LightsailClientTypes { public init( ecrImagePullerRole: LightsailClientTypes.ContainerServiceECRImagePullerRole? = nil - ) - { + ) { self.ecrImagePullerRole = ecrImagePullerRole } } @@ -4079,8 +4010,7 @@ extension LightsailClientTypes { public init( code: LightsailClientTypes.ContainerServiceStateDetailCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4164,8 +4094,7 @@ extension LightsailClientTypes { stateDetail: LightsailClientTypes.ContainerServiceStateDetail? = nil, tags: [LightsailClientTypes.Tag]? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.containerServiceName = containerServiceName self.createdAt = createdAt @@ -4206,8 +4135,7 @@ extension LightsailClientTypes { containerName: Swift.String? = nil, containerPort: Swift.Int? = nil, healthCheck: LightsailClientTypes.ContainerServiceHealthCheckConfig? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.healthCheck = healthCheck @@ -4227,8 +4155,7 @@ extension LightsailClientTypes { public init( containers: [Swift.String: LightsailClientTypes.Container]? = nil, publicEndpoint: LightsailClientTypes.EndpointRequest? = nil - ) - { + ) { self.containers = containers self.publicEndpoint = publicEndpoint } @@ -4244,8 +4171,7 @@ extension LightsailClientTypes { public init( isActive: Swift.Bool? = nil - ) - { + ) { self.isActive = isActive } } @@ -4263,8 +4189,7 @@ extension LightsailClientTypes { public init( createdAt: Foundation.Date? = nil, message: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.message = message } @@ -4324,8 +4249,7 @@ extension LightsailClientTypes { powerId: Swift.String? = nil, price: Swift.Float? = nil, ramSizeInGb: Swift.Float? = nil - ) - { + ) { self.cpuCount = cpuCount self.isActive = isActive self.name = name @@ -4354,8 +4278,7 @@ extension LightsailClientTypes { password: Swift.String? = nil, registry: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.expiresAt = expiresAt self.password = password self.registry = registry @@ -4401,8 +4324,7 @@ public struct CopySnapshotInput: Swift.Sendable { sourceSnapshotName: Swift.String? = nil, targetSnapshotName: Swift.String? = nil, useLatestRestorableAutoSnapshot: Swift.Bool? = nil - ) - { + ) { self.restoreDate = restoreDate self.sourceRegion = sourceRegion self.sourceResourceName = sourceResourceName @@ -4418,8 +4340,7 @@ public struct CopySnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -4500,8 +4421,7 @@ extension LightsailClientTypes { public init( end: Foundation.Date? = nil, start: Foundation.Date? = nil - ) - { + ) { self.end = end self.start = start } @@ -4529,8 +4449,7 @@ extension LightsailClientTypes { timePeriod: LightsailClientTypes.TimePeriod? = nil, unit: Swift.Double? = nil, usageCost: Swift.Double? = nil - ) - { + ) { self.currency = currency self.pricingUnit = pricingUnit self.timePeriod = timePeriod @@ -4552,8 +4471,7 @@ extension LightsailClientTypes { public init( resultsByTime: [LightsailClientTypes.EstimateByTime]? = nil, usageType: Swift.String? = nil - ) - { + ) { self.resultsByTime = resultsByTime self.usageType = usageType } @@ -4577,8 +4495,7 @@ public struct CreateBucketInput: Swift.Sendable { bundleId: Swift.String? = nil, enableObjectVersioning: Swift.Bool? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.bucketName = bucketName self.bundleId = bundleId self.enableObjectVersioning = enableObjectVersioning @@ -4595,8 +4512,7 @@ public struct CreateBucketOutput: Swift.Sendable { public init( bucket: LightsailClientTypes.Bucket? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.bucket = bucket self.operations = operations } @@ -4609,8 +4525,7 @@ public struct CreateBucketAccessKeyInput: Swift.Sendable { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -4624,8 +4539,7 @@ public struct CreateBucketAccessKeyOutput: Swift.Sendable { public init( accessKey: LightsailClientTypes.AccessKey? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.accessKey = accessKey self.operations = operations } @@ -4648,8 +4562,7 @@ public struct CreateCertificateInput: Swift.Sendable { domainName: Swift.String? = nil, subjectAlternativeNames: [Swift.String]? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.certificateName = certificateName self.domainName = domainName self.subjectAlternativeNames = subjectAlternativeNames @@ -4666,8 +4579,7 @@ public struct CreateCertificateOutput: Swift.Sendable { public init( certificate: LightsailClientTypes.CertificateSummary? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.certificate = certificate self.operations = operations } @@ -4744,8 +4656,7 @@ extension LightsailClientTypes { portInfoSource: LightsailClientTypes.PortInfoSourceType? = nil, sourceName: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceType = instanceType self.portInfoSource = portInfoSource @@ -4762,8 +4673,7 @@ public struct CreateCloudFormationStackInput: Swift.Sendable { public init( instances: [LightsailClientTypes.InstanceEntry]? = nil - ) - { + ) { self.instances = instances } } @@ -4774,8 +4684,7 @@ public struct CreateCloudFormationStackOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -4806,8 +4715,7 @@ public struct CreateContactMethodInput: Swift.Sendable { public init( contactEndpoint: Swift.String? = nil, `protocol`: LightsailClientTypes.ContactProtocol? = nil - ) - { + ) { self.contactEndpoint = contactEndpoint self.`protocol` = `protocol` } @@ -4819,8 +4727,7 @@ public struct CreateContactMethodOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -4834,8 +4741,7 @@ extension LightsailClientTypes { public init( ecrImagePullerRole: LightsailClientTypes.ContainerServiceECRImagePullerRoleRequest? = nil - ) - { + ) { self.ecrImagePullerRole = ecrImagePullerRole } } @@ -4876,8 +4782,7 @@ public struct CreateContainerServiceInput: Swift.Sendable { scale: Swift.Int? = nil, serviceName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.deployment = deployment self.power = power self.privateRegistryAccess = privateRegistryAccess @@ -4894,8 +4799,7 @@ public struct CreateContainerServiceOutput: Swift.Sendable { public init( containerService: LightsailClientTypes.ContainerService? = nil - ) - { + ) { self.containerService = containerService } } @@ -4913,8 +4817,7 @@ public struct CreateContainerServiceDeploymentInput: Swift.Sendable { containers: [Swift.String: LightsailClientTypes.Container]? = nil, publicEndpoint: LightsailClientTypes.EndpointRequest? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.containers = containers self.publicEndpoint = publicEndpoint self.serviceName = serviceName @@ -4927,8 +4830,7 @@ public struct CreateContainerServiceDeploymentOutput: Swift.Sendable { public init( containerService: LightsailClientTypes.ContainerService? = nil - ) - { + ) { self.containerService = containerService } } @@ -4944,8 +4846,7 @@ public struct CreateContainerServiceRegistryLoginOutput: Swift.Sendable { public init( registryLogin: LightsailClientTypes.ContainerServiceRegistryLogin? = nil - ) - { + ) { self.registryLogin = registryLogin } } @@ -4971,8 +4872,7 @@ public struct CreateDiskInput: Swift.Sendable { diskName: Swift.String? = nil, sizeInGb: Swift.Int? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.addOns = addOns self.availabilityZone = availabilityZone self.diskName = diskName @@ -4987,8 +4887,7 @@ public struct CreateDiskOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5042,8 +4941,7 @@ public struct CreateDiskFromSnapshotInput: Swift.Sendable { sourceDiskName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, useLatestRestorableAutoSnapshot: Swift.Bool? = nil - ) - { + ) { self.addOns = addOns self.availabilityZone = availabilityZone self.diskName = diskName @@ -5062,8 +4960,7 @@ public struct CreateDiskFromSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5084,8 +4981,7 @@ public struct CreateDiskSnapshotInput: Swift.Sendable { diskSnapshotName: Swift.String? = nil, instanceName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.diskName = diskName self.diskSnapshotName = diskSnapshotName self.instanceName = instanceName @@ -5099,8 +4995,7 @@ public struct CreateDiskSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5184,8 +5079,7 @@ extension LightsailClientTypes { protocolPolicy: LightsailClientTypes.OriginProtocolPolicyEnum? = nil, regionName: LightsailClientTypes.RegionName? = nil, responseTimeout: Swift.Int? = nil - ) - { + ) { self.name = name self.protocolPolicy = protocolPolicy self.regionName = regionName @@ -5266,8 +5160,7 @@ public struct CreateDistributionInput: Swift.Sendable { origin: LightsailClientTypes.InputOrigin? = nil, tags: [LightsailClientTypes.Tag]? = nil, viewerMinimumTlsProtocolVersion: LightsailClientTypes.ViewerMinimumTlsProtocolVersionEnum? = nil - ) - { + ) { self.bundleId = bundleId self.cacheBehaviorSettings = cacheBehaviorSettings self.cacheBehaviors = cacheBehaviors @@ -5302,8 +5195,7 @@ extension LightsailClientTypes { regionName: LightsailClientTypes.RegionName? = nil, resourceType: LightsailClientTypes.ResourceType? = nil, responseTimeout: Swift.Int? = nil - ) - { + ) { self.name = name self.protocolPolicy = protocolPolicy self.regionName = regionName @@ -5382,8 +5274,7 @@ extension LightsailClientTypes { supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, viewerMinimumTlsProtocolVersion: Swift.String? = nil - ) - { + ) { self.ableToUpdateBundle = ableToUpdateBundle self.alternativeDomainNames = alternativeDomainNames self.arn = arn @@ -5418,8 +5309,7 @@ public struct CreateDistributionOutput: Swift.Sendable { public init( distribution: LightsailClientTypes.LightsailDistribution? = nil, operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.distribution = distribution self.operation = operation } @@ -5435,8 +5325,7 @@ public struct CreateDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.domainName = domainName self.tags = tags } @@ -5448,8 +5337,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -5495,8 +5383,7 @@ extension LightsailClientTypes { options: [Swift.String: Swift.String]? = nil, target: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.id = id self.isAlias = isAlias self.name = name @@ -5518,8 +5405,7 @@ public struct CreateDomainEntryInput: Swift.Sendable { public init( domainEntry: LightsailClientTypes.DomainEntry? = nil, domainName: Swift.String? = nil - ) - { + ) { self.domainEntry = domainEntry self.domainName = domainName } @@ -5531,8 +5417,7 @@ public struct CreateDomainEntryOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -5544,8 +5429,7 @@ public struct CreateGUISessionAccessDetailsInput: Swift.Sendable { public init( resourceName: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName } } @@ -5565,8 +5449,7 @@ extension LightsailClientTypes { isPrimary: Swift.Bool? = nil, name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.isPrimary = isPrimary self.name = name self.url = url @@ -5650,8 +5533,7 @@ public struct CreateGUISessionAccessDetailsOutput: Swift.Sendable { resourceName: Swift.String? = nil, sessions: [LightsailClientTypes.Session]? = nil, status: LightsailClientTypes.Status? = nil - ) - { + ) { self.failureReason = failureReason self.percentageComplete = percentageComplete self.resourceName = resourceName @@ -5698,8 +5580,7 @@ public struct CreateInstancesInput: Swift.Sendable { keyPairName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, userData: Swift.String? = nil - ) - { + ) { self.addOns = addOns self.availabilityZone = availabilityZone self.blueprintId = blueprintId @@ -5719,8 +5600,7 @@ public struct CreateInstancesOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5786,8 +5666,7 @@ public struct CreateInstancesFromSnapshotInput: Swift.Sendable { tags: [LightsailClientTypes.Tag]? = nil, useLatestRestorableAutoSnapshot: Swift.Bool? = nil, userData: Swift.String? = nil - ) - { + ) { self.addOns = addOns self.attachedDiskMapping = attachedDiskMapping self.availabilityZone = availabilityZone @@ -5810,8 +5689,7 @@ public struct CreateInstancesFromSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5830,8 +5708,7 @@ public struct CreateInstanceSnapshotInput: Swift.Sendable { instanceName: Swift.String? = nil, instanceSnapshotName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.instanceName = instanceName self.instanceSnapshotName = instanceSnapshotName self.tags = tags @@ -5844,8 +5721,7 @@ public struct CreateInstanceSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -5860,8 +5736,7 @@ public struct CreateKeyPairInput: Swift.Sendable { public init( keyPairName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.keyPairName = keyPairName self.tags = tags } @@ -5897,8 +5772,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.fingerprint = fingerprint @@ -5926,8 +5800,7 @@ public struct CreateKeyPairOutput: Swift.Sendable { operation: LightsailClientTypes.Operation? = nil, privateKeyBase64: Swift.String? = nil, publicKeyBase64: Swift.String? = nil - ) - { + ) { self.keyPair = keyPair self.operation = operation self.privateKeyBase64 = privateKeyBase64 @@ -5967,8 +5840,7 @@ public struct CreateLoadBalancerInput: Swift.Sendable { loadBalancerName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, tlsPolicyName: Swift.String? = nil - ) - { + ) { self.certificateAlternativeNames = certificateAlternativeNames self.certificateDomainName = certificateDomainName self.certificateName = certificateName @@ -5987,8 +5859,7 @@ public struct CreateLoadBalancerOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6014,8 +5885,7 @@ public struct CreateLoadBalancerTlsCertificateInput: Swift.Sendable { certificateName: Swift.String? = nil, loadBalancerName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.certificateAlternativeNames = certificateAlternativeNames self.certificateDomainName = certificateDomainName self.certificateName = certificateName @@ -6030,8 +5900,7 @@ public struct CreateLoadBalancerTlsCertificateOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6133,8 +6002,7 @@ public struct CreateRelationalDatabaseInput: Swift.Sendable { relationalDatabaseBundleId: Swift.String? = nil, relationalDatabaseName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.masterDatabaseName = masterDatabaseName self.masterUserPassword = masterUserPassword @@ -6160,8 +6028,7 @@ public struct CreateRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6209,8 +6076,7 @@ public struct CreateRelationalDatabaseFromSnapshotInput: Swift.Sendable { sourceRelationalDatabaseName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, useLatestRestorableTime: Swift.Bool? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.publiclyAccessible = publiclyAccessible self.relationalDatabaseBundleId = relationalDatabaseBundleId @@ -6229,8 +6095,7 @@ public struct CreateRelationalDatabaseFromSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6253,8 +6118,7 @@ public struct CreateRelationalDatabaseSnapshotInput: Swift.Sendable { relationalDatabaseName: Swift.String? = nil, relationalDatabaseSnapshotName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName self.relationalDatabaseSnapshotName = relationalDatabaseSnapshotName self.tags = tags @@ -6267,8 +6131,7 @@ public struct CreateRelationalDatabaseSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6280,8 +6143,7 @@ public struct DeleteAlarmInput: Swift.Sendable { public init( alarmName: Swift.String? = nil - ) - { + ) { self.alarmName = alarmName } } @@ -6292,8 +6154,7 @@ public struct DeleteAlarmOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6309,8 +6170,7 @@ public struct DeleteAutoSnapshotInput: Swift.Sendable { public init( date: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.date = date self.resourceName = resourceName } @@ -6322,8 +6182,7 @@ public struct DeleteAutoSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6349,8 +6208,7 @@ public struct DeleteBucketInput: Swift.Sendable { public init( bucketName: Swift.String? = nil, forceDelete: Swift.Bool? = nil - ) - { + ) { self.bucketName = bucketName self.forceDelete = forceDelete } @@ -6362,8 +6220,7 @@ public struct DeleteBucketOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6379,8 +6236,7 @@ public struct DeleteBucketAccessKeyInput: Swift.Sendable { public init( accessKeyId: Swift.String? = nil, bucketName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.bucketName = bucketName } @@ -6392,8 +6248,7 @@ public struct DeleteBucketAccessKeyOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6405,8 +6260,7 @@ public struct DeleteCertificateInput: Swift.Sendable { public init( certificateName: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName } } @@ -6417,8 +6271,7 @@ public struct DeleteCertificateOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6430,8 +6283,7 @@ public struct DeleteContactMethodInput: Swift.Sendable { public init( `protocol`: LightsailClientTypes.ContactProtocol? = nil - ) - { + ) { self.`protocol` = `protocol` } } @@ -6442,8 +6294,7 @@ public struct DeleteContactMethodOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6459,8 +6310,7 @@ public struct DeleteContainerImageInput: Swift.Sendable { public init( image: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.image = image self.serviceName = serviceName } @@ -6478,8 +6328,7 @@ public struct DeleteContainerServiceInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -6499,8 +6348,7 @@ public struct DeleteDiskInput: Swift.Sendable { public init( diskName: Swift.String? = nil, forceDeleteAddOns: Swift.Bool? = nil - ) - { + ) { self.diskName = diskName self.forceDeleteAddOns = forceDeleteAddOns } @@ -6512,8 +6360,7 @@ public struct DeleteDiskOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6525,8 +6372,7 @@ public struct DeleteDiskSnapshotInput: Swift.Sendable { public init( diskSnapshotName: Swift.String? = nil - ) - { + ) { self.diskSnapshotName = diskSnapshotName } } @@ -6537,8 +6383,7 @@ public struct DeleteDiskSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6549,8 +6394,7 @@ public struct DeleteDistributionInput: Swift.Sendable { public init( distributionName: Swift.String? = nil - ) - { + ) { self.distributionName = distributionName } } @@ -6561,8 +6405,7 @@ public struct DeleteDistributionOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -6574,8 +6417,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -6586,8 +6428,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -6603,8 +6444,7 @@ public struct DeleteDomainEntryInput: Swift.Sendable { public init( domainEntry: LightsailClientTypes.DomainEntry? = nil, domainName: Swift.String? = nil - ) - { + ) { self.domainEntry = domainEntry self.domainName = domainName } @@ -6616,8 +6456,7 @@ public struct DeleteDomainEntryOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -6632,8 +6471,7 @@ public struct DeleteInstanceInput: Swift.Sendable { public init( forceDeleteAddOns: Swift.Bool? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.forceDeleteAddOns = forceDeleteAddOns self.instanceName = instanceName } @@ -6645,8 +6483,7 @@ public struct DeleteInstanceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6658,8 +6495,7 @@ public struct DeleteInstanceSnapshotInput: Swift.Sendable { public init( instanceSnapshotName: Swift.String? = nil - ) - { + ) { self.instanceSnapshotName = instanceSnapshotName } } @@ -6670,8 +6506,7 @@ public struct DeleteInstanceSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6686,8 +6521,7 @@ public struct DeleteKeyPairInput: Swift.Sendable { public init( expectedFingerprint: Swift.String? = nil, keyPairName: Swift.String? = nil - ) - { + ) { self.expectedFingerprint = expectedFingerprint self.keyPairName = keyPairName } @@ -6699,8 +6533,7 @@ public struct DeleteKeyPairOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -6712,8 +6545,7 @@ public struct DeleteKnownHostKeysInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -6724,8 +6556,7 @@ public struct DeleteKnownHostKeysOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6737,8 +6568,7 @@ public struct DeleteLoadBalancerInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName } } @@ -6749,8 +6579,7 @@ public struct DeleteLoadBalancerOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6769,8 +6598,7 @@ public struct DeleteLoadBalancerTlsCertificateInput: Swift.Sendable { certificateName: Swift.String? = nil, force: Swift.Bool? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName self.force = force self.loadBalancerName = loadBalancerName @@ -6783,8 +6611,7 @@ public struct DeleteLoadBalancerTlsCertificateOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6806,8 +6633,7 @@ public struct DeleteRelationalDatabaseInput: Swift.Sendable { finalRelationalDatabaseSnapshotName: Swift.String? = nil, relationalDatabaseName: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.finalRelationalDatabaseSnapshotName = finalRelationalDatabaseSnapshotName self.relationalDatabaseName = relationalDatabaseName self.skipFinalSnapshot = skipFinalSnapshot @@ -6820,8 +6646,7 @@ public struct DeleteRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6833,8 +6658,7 @@ public struct DeleteRelationalDatabaseSnapshotInput: Swift.Sendable { public init( relationalDatabaseSnapshotName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseSnapshotName = relationalDatabaseSnapshotName } } @@ -6845,8 +6669,7 @@ public struct DeleteRelationalDatabaseSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6858,8 +6681,7 @@ public struct DetachCertificateFromDistributionInput: Swift.Sendable { public init( distributionName: Swift.String? = nil - ) - { + ) { self.distributionName = distributionName } } @@ -6870,8 +6692,7 @@ public struct DetachCertificateFromDistributionOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -6883,8 +6704,7 @@ public struct DetachDiskInput: Swift.Sendable { public init( diskName: Swift.String? = nil - ) - { + ) { self.diskName = diskName } } @@ -6895,8 +6715,7 @@ public struct DetachDiskOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6912,8 +6731,7 @@ public struct DetachInstancesFromLoadBalancerInput: Swift.Sendable { public init( instanceNames: [Swift.String]? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.instanceNames = instanceNames self.loadBalancerName = loadBalancerName } @@ -6925,8 +6743,7 @@ public struct DetachInstancesFromLoadBalancerOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6938,8 +6755,7 @@ public struct DetachStaticIpInput: Swift.Sendable { public init( staticIpName: Swift.String? = nil - ) - { + ) { self.staticIpName = staticIpName } } @@ -6950,8 +6766,7 @@ public struct DetachStaticIpOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -6967,8 +6782,7 @@ public struct DisableAddOnInput: Swift.Sendable { public init( addOnType: LightsailClientTypes.AddOnType? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.addOnType = addOnType self.resourceName = resourceName } @@ -6980,8 +6794,7 @@ public struct DisableAddOnOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -7086,8 +6899,7 @@ extension LightsailClientTypes { state: LightsailClientTypes.DiskState? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.addOns = addOns self.arn = arn self.attachedTo = attachedTo @@ -7128,8 +6940,7 @@ extension LightsailClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, sizeInGb: Swift.Int? = nil - ) - { + ) { self.isSystemDisk = isSystemDisk self.name = name self.path = path @@ -7224,8 +7035,7 @@ extension LightsailClientTypes { state: LightsailClientTypes.DiskSnapshotState? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.fromDiskArn = fromDiskArn @@ -7254,8 +7064,7 @@ extension LightsailClientTypes { public init( sizeInGb: Swift.Int? = nil - ) - { + ) { self.sizeInGb = sizeInGb } } @@ -7282,8 +7091,7 @@ extension LightsailClientTypes { name: Swift.String? = nil, price: Swift.Float? = nil, transferPerMonthInGb: Swift.Int? = nil - ) - { + ) { self.bundleId = bundleId self.isActive = isActive self.name = name @@ -7389,8 +7197,7 @@ extension LightsailClientTypes { public init( code: LightsailClientTypes.NameServersUpdateStateCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7452,8 +7259,7 @@ extension LightsailClientTypes { public init( code: LightsailClientTypes.R53HostedZoneDeletionStateCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -7481,8 +7287,7 @@ extension LightsailClientTypes { public init( nameServersUpdateState: LightsailClientTypes.NameServersUpdateState? = nil, r53HostedZoneDeletionState: LightsailClientTypes.R53HostedZoneDeletionState? = nil - ) - { + ) { self.nameServersUpdateState = nameServersUpdateState self.r53HostedZoneDeletionState = r53HostedZoneDeletionState } @@ -7522,8 +7327,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.domainEntries = domainEntries @@ -7554,8 +7358,7 @@ public struct DownloadDefaultKeyPairOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, privateKeyBase64: Swift.String? = nil, publicKeyBase64: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.privateKeyBase64 = privateKeyBase64 self.publicKeyBase64 = publicKeyBase64 @@ -7573,8 +7376,7 @@ public struct EnableAddOnInput: Swift.Sendable { public init( addOnRequest: LightsailClientTypes.AddOnRequest? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.addOnRequest = addOnRequest self.resourceName = resourceName } @@ -7586,8 +7388,7 @@ public struct EnableAddOnOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -7599,8 +7400,7 @@ public struct ExportSnapshotInput: Swift.Sendable { public init( sourceSnapshotName: Swift.String? = nil - ) - { + ) { self.sourceSnapshotName = sourceSnapshotName } } @@ -7611,8 +7411,7 @@ public struct ExportSnapshotOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -7632,8 +7431,7 @@ extension LightsailClientTypes { fromBlueprintId: Swift.String? = nil, fromBundleId: Swift.String? = nil, fromDiskInfo: [LightsailClientTypes.DiskInfo]? = nil - ) - { + ) { self.fromBlueprintId = fromBlueprintId self.fromBundleId = fromBundleId self.fromDiskInfo = fromDiskInfo @@ -7700,8 +7498,7 @@ extension LightsailClientTypes { instanceSnapshotInfo: LightsailClientTypes.InstanceSnapshotInfo? = nil, name: Swift.String? = nil, resourceType: LightsailClientTypes.ExportSnapshotRecordSourceType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.diskSnapshotInfo = diskSnapshotInfo @@ -7744,8 +7541,7 @@ extension LightsailClientTypes { resourceType: LightsailClientTypes.ResourceType? = nil, sourceInfo: LightsailClientTypes.ExportSnapshotRecordSourceInfo? = nil, state: LightsailClientTypes.RecordState? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.destinationInfo = destinationInfo @@ -7764,8 +7560,7 @@ public struct GetActiveNamesInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -7779,8 +7574,7 @@ public struct GetActiveNamesOutput: Swift.Sendable { public init( activeNames: [Swift.String]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.activeNames = activeNames self.nextPageToken = nextPageToken } @@ -7798,8 +7592,7 @@ public struct GetAlarmsInput: Swift.Sendable { alarmName: Swift.String? = nil, monitoredResourceName: Swift.String? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.alarmName = alarmName self.monitoredResourceName = monitoredResourceName self.pageToken = pageToken @@ -7815,8 +7608,7 @@ public struct GetAlarmsOutput: Swift.Sendable { public init( alarms: [LightsailClientTypes.Alarm]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.alarms = alarms self.nextPageToken = nextPageToken } @@ -7829,8 +7621,7 @@ public struct GetAutoSnapshotsInput: Swift.Sendable { public init( resourceName: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName } } @@ -7847,8 +7638,7 @@ public struct GetAutoSnapshotsOutput: Swift.Sendable { autoSnapshots: [LightsailClientTypes.AutoSnapshotDetails]? = nil, resourceName: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil - ) - { + ) { self.autoSnapshots = autoSnapshots self.resourceName = resourceName self.resourceType = resourceType @@ -7867,8 +7657,7 @@ public struct GetBlueprintsInput: Swift.Sendable { appCategory: LightsailClientTypes.AppCategory? = nil, includeInactive: Swift.Bool? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.appCategory = appCategory self.includeInactive = includeInactive self.pageToken = pageToken @@ -7884,8 +7673,7 @@ public struct GetBlueprintsOutput: Swift.Sendable { public init( blueprints: [LightsailClientTypes.Blueprint]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.blueprints = blueprints self.nextPageToken = nextPageToken } @@ -7898,8 +7686,7 @@ public struct GetBucketAccessKeysInput: Swift.Sendable { public init( bucketName: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName } } @@ -7910,8 +7697,7 @@ public struct GetBucketAccessKeysOutput: Swift.Sendable { public init( accessKeys: [LightsailClientTypes.AccessKey]? = nil - ) - { + ) { self.accessKeys = accessKeys } } @@ -7922,8 +7708,7 @@ public struct GetBucketBundlesInput: Swift.Sendable { public init( includeInactive: Swift.Bool? = nil - ) - { + ) { self.includeInactive = includeInactive } } @@ -7934,8 +7719,7 @@ public struct GetBucketBundlesOutput: Swift.Sendable { public init( bundles: [LightsailClientTypes.BucketBundle]? = nil - ) - { + ) { self.bundles = bundles } } @@ -7985,8 +7769,7 @@ public struct GetBucketMetricDataInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.bucketName = bucketName self.endTime = endTime self.metricName = metricName @@ -8024,8 +7807,7 @@ extension LightsailClientTypes { sum: Swift.Double? = nil, timestamp: Foundation.Date? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.average = average self.maximum = maximum self.minimum = minimum @@ -8046,8 +7828,7 @@ public struct GetBucketMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.BucketMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -8065,8 +7846,7 @@ public struct GetBucketsInput: Swift.Sendable { bucketName: Swift.String? = nil, includeConnectedResources: Swift.Bool? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.includeConnectedResources = includeConnectedResources self.pageToken = pageToken @@ -8085,8 +7865,7 @@ public struct GetBucketsOutput: Swift.Sendable { accountLevelBpaSync: LightsailClientTypes.AccountLevelBpaSync? = nil, buckets: [LightsailClientTypes.Bucket]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.accountLevelBpaSync = accountLevelBpaSync self.buckets = buckets self.nextPageToken = nextPageToken @@ -8105,8 +7884,7 @@ public struct GetBundlesInput: Swift.Sendable { appCategory: LightsailClientTypes.AppCategory? = nil, includeInactive: Swift.Bool? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.appCategory = appCategory self.includeInactive = includeInactive self.pageToken = pageToken @@ -8122,8 +7900,7 @@ public struct GetBundlesOutput: Swift.Sendable { public init( bundles: [LightsailClientTypes.Bundle]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.bundles = bundles self.nextPageToken = nextPageToken } @@ -8144,8 +7921,7 @@ public struct GetCertificatesInput: Swift.Sendable { certificateStatuses: [LightsailClientTypes.CertificateStatus]? = nil, includeCertificateDetails: Swift.Bool? = false, pageToken: Swift.String? = nil - ) - { + ) { self.certificateName = certificateName self.certificateStatuses = certificateStatuses self.includeCertificateDetails = includeCertificateDetails @@ -8162,8 +7938,7 @@ public struct GetCertificatesOutput: Swift.Sendable { public init( certificates: [LightsailClientTypes.CertificateSummary]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextPageToken = nextPageToken } @@ -8175,8 +7950,7 @@ public struct GetCloudFormationStackRecordsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -8190,8 +7964,7 @@ public struct GetCloudFormationStackRecordsOutput: Swift.Sendable { public init( cloudFormationStackRecords: [LightsailClientTypes.CloudFormationStackRecord]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.cloudFormationStackRecords = cloudFormationStackRecords self.nextPageToken = nextPageToken } @@ -8203,8 +7976,7 @@ public struct GetContactMethodsInput: Swift.Sendable { public init( protocols: [LightsailClientTypes.ContactProtocol]? = nil - ) - { + ) { self.protocols = protocols } } @@ -8215,8 +7987,7 @@ public struct GetContactMethodsOutput: Swift.Sendable { public init( contactMethods: [LightsailClientTypes.ContactMethod]? = nil - ) - { + ) { self.contactMethods = contactMethods } } @@ -8232,8 +8003,7 @@ public struct GetContainerAPIMetadataOutput: Swift.Sendable { public init( metadata: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.metadata = metadata } } @@ -8245,8 +8015,7 @@ public struct GetContainerImagesInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -8257,8 +8026,7 @@ public struct GetContainerImagesOutput: Swift.Sendable { public init( containerImages: [LightsailClientTypes.ContainerImage]? = nil - ) - { + ) { self.containerImages = containerImages } } @@ -8310,8 +8078,7 @@ public struct GetContainerLogInput: Swift.Sendable { pageToken: Swift.String? = nil, serviceName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.containerName = containerName self.endTime = endTime self.filterPattern = filterPattern @@ -8330,8 +8097,7 @@ public struct GetContainerLogOutput: Swift.Sendable { public init( logEvents: [LightsailClientTypes.ContainerServiceLogEvent]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.logEvents = logEvents self.nextPageToken = nextPageToken } @@ -8344,8 +8110,7 @@ public struct GetContainerServiceDeploymentsInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -8356,8 +8121,7 @@ public struct GetContainerServiceDeploymentsOutput: Swift.Sendable { public init( deployments: [LightsailClientTypes.ContainerServiceDeployment]? = nil - ) - { + ) { self.deployments = deployments } } @@ -8403,8 +8167,7 @@ public struct GetContainerServiceMetricDataInput: Swift.Sendable { serviceName: Swift.String? = nil, startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil - ) - { + ) { self.endTime = endTime self.metricName = metricName self.period = period @@ -8423,8 +8186,7 @@ public struct GetContainerServiceMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.ContainerServiceMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -8441,8 +8203,7 @@ public struct GetContainerServicePowersOutput: Swift.Sendable { public init( powers: [LightsailClientTypes.ContainerServicePower]? = nil - ) - { + ) { self.powers = powers } } @@ -8453,8 +8214,7 @@ public struct GetContainerServicesInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -8465,8 +8225,7 @@ public struct GetContainerServicesOutput: Swift.Sendable { public init( containerServices: [LightsailClientTypes.ContainerService]? = nil - ) - { + ) { self.containerServices = containerServices } } @@ -8500,8 +8259,7 @@ public struct GetCostEstimateInput: Swift.Sendable { endTime: Foundation.Date? = nil, resourceName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.resourceName = resourceName self.startTime = startTime @@ -8529,8 +8287,7 @@ extension LightsailClientTypes { resourceName: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.costEstimates = costEstimates self.endTime = endTime self.resourceName = resourceName @@ -8546,8 +8303,7 @@ public struct GetCostEstimateOutput: Swift.Sendable { public init( resourcesBudgetEstimate: [LightsailClientTypes.ResourceBudgetEstimate]? = nil - ) - { + ) { self.resourcesBudgetEstimate = resourcesBudgetEstimate } } @@ -8559,8 +8315,7 @@ public struct GetDiskInput: Swift.Sendable { public init( diskName: Swift.String? = nil - ) - { + ) { self.diskName = diskName } } @@ -8571,8 +8326,7 @@ public struct GetDiskOutput: Swift.Sendable { public init( disk: LightsailClientTypes.Disk? = nil - ) - { + ) { self.disk = disk } } @@ -8583,8 +8337,7 @@ public struct GetDisksInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -8598,8 +8351,7 @@ public struct GetDisksOutput: Swift.Sendable { public init( disks: [LightsailClientTypes.Disk]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.disks = disks self.nextPageToken = nextPageToken } @@ -8612,8 +8364,7 @@ public struct GetDiskSnapshotInput: Swift.Sendable { public init( diskSnapshotName: Swift.String? = nil - ) - { + ) { self.diskSnapshotName = diskSnapshotName } } @@ -8624,8 +8375,7 @@ public struct GetDiskSnapshotOutput: Swift.Sendable { public init( diskSnapshot: LightsailClientTypes.DiskSnapshot? = nil - ) - { + ) { self.diskSnapshot = diskSnapshot } } @@ -8636,8 +8386,7 @@ public struct GetDiskSnapshotsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -8651,8 +8400,7 @@ public struct GetDiskSnapshotsOutput: Swift.Sendable { public init( diskSnapshots: [LightsailClientTypes.DiskSnapshot]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.diskSnapshots = diskSnapshots self.nextPageToken = nextPageToken } @@ -8669,8 +8417,7 @@ public struct GetDistributionBundlesOutput: Swift.Sendable { public init( bundles: [LightsailClientTypes.DistributionBundle]? = nil - ) - { + ) { self.bundles = bundles } } @@ -8681,8 +8428,7 @@ public struct GetDistributionLatestCacheResetInput: Swift.Sendable { public init( distributionName: Swift.String? = nil - ) - { + ) { self.distributionName = distributionName } } @@ -8696,8 +8442,7 @@ public struct GetDistributionLatestCacheResetOutput: Swift.Sendable { public init( createTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.status = status } @@ -8770,8 +8515,7 @@ public struct GetDistributionMetricDataInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.distributionName = distributionName self.endTime = endTime self.metricName = metricName @@ -8791,8 +8535,7 @@ public struct GetDistributionMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.DistributionMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -8807,8 +8550,7 @@ public struct GetDistributionsInput: Swift.Sendable { public init( distributionName: Swift.String? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.distributionName = distributionName self.pageToken = pageToken } @@ -8823,8 +8565,7 @@ public struct GetDistributionsOutput: Swift.Sendable { public init( distributions: [LightsailClientTypes.LightsailDistribution]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.distributions = distributions self.nextPageToken = nextPageToken } @@ -8837,8 +8578,7 @@ public struct GetDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -8849,8 +8589,7 @@ public struct GetDomainOutput: Swift.Sendable { public init( domain: LightsailClientTypes.Domain? = nil - ) - { + ) { self.domain = domain } } @@ -8861,8 +8600,7 @@ public struct GetDomainsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -8876,8 +8614,7 @@ public struct GetDomainsOutput: Swift.Sendable { public init( domains: [LightsailClientTypes.Domain]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextPageToken = nextPageToken } @@ -8889,8 +8626,7 @@ public struct GetExportSnapshotRecordsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -8904,8 +8640,7 @@ public struct GetExportSnapshotRecordsOutput: Swift.Sendable { public init( exportSnapshotRecords: [LightsailClientTypes.ExportSnapshotRecord]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.exportSnapshotRecords = exportSnapshotRecords self.nextPageToken = nextPageToken } @@ -8918,8 +8653,7 @@ public struct GetInstanceInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -8939,8 +8673,7 @@ extension LightsailClientTypes { cpuCount: Swift.Int? = nil, disks: [LightsailClientTypes.Disk]? = nil, ramSizeInGb: Swift.Float? = nil - ) - { + ) { self.cpuCount = cpuCount self.disks = disks self.ramSizeInGb = ramSizeInGb @@ -9089,8 +8822,7 @@ extension LightsailClientTypes { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: LightsailClientTypes.HttpTokens? = nil, state: LightsailClientTypes.InstanceMetadataState? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -9109,8 +8841,7 @@ extension LightsailClientTypes { public init( gbPerMonthAllocated: Swift.Int? = nil - ) - { + ) { self.gbPerMonthAllocated = gbPerMonthAllocated } } @@ -9203,8 +8934,7 @@ extension LightsailClientTypes { ipv6Cidrs: [Swift.String]? = nil, `protocol`: LightsailClientTypes.NetworkProtocol? = nil, toPort: Swift.Int = 0 - ) - { + ) { self.accessDirection = accessDirection self.accessFrom = accessFrom self.accessType = accessType @@ -9231,8 +8961,7 @@ extension LightsailClientTypes { public init( monthlyTransfer: LightsailClientTypes.MonthlyTransfer? = nil, ports: [LightsailClientTypes.InstancePortInfo]? = nil - ) - { + ) { self.monthlyTransfer = monthlyTransfer self.ports = ports } @@ -9251,8 +8980,7 @@ extension LightsailClientTypes { public init( code: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -9331,8 +9059,7 @@ extension LightsailClientTypes { supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil, username: Swift.String? = nil - ) - { + ) { self.addOns = addOns self.arn = arn self.blueprintId = blueprintId @@ -9365,8 +9092,7 @@ public struct GetInstanceOutput: Swift.Sendable { public init( instance: LightsailClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -9410,8 +9136,7 @@ public struct GetInstanceAccessDetailsInput: Swift.Sendable { public init( instanceName: Swift.String? = nil, `protocol`: LightsailClientTypes.InstanceAccessProtocol? = nil - ) - { + ) { self.instanceName = instanceName self.`protocol` = `protocol` } @@ -9452,8 +9177,7 @@ extension LightsailClientTypes { notValidBefore: Foundation.Date? = nil, publicKey: Swift.String? = nil, witnessedAt: Foundation.Date? = nil - ) - { + ) { self.algorithm = algorithm self.fingerprintSHA1 = fingerprintSHA1 self.fingerprintSHA256 = fingerprintSHA256 @@ -9477,8 +9201,7 @@ extension LightsailClientTypes { public init( ciphertext: Swift.String? = nil, keyPairName: Swift.String? = nil - ) - { + ) { self.ciphertext = ciphertext self.keyPairName = keyPairName } @@ -9524,8 +9247,7 @@ extension LightsailClientTypes { privateKey: Swift.String? = nil, `protocol`: LightsailClientTypes.InstanceAccessProtocol? = nil, username: Swift.String? = nil - ) - { + ) { self.certKey = certKey self.expiresAt = expiresAt self.hostKeys = hostKeys @@ -9547,8 +9269,7 @@ public struct GetInstanceAccessDetailsOutput: Swift.Sendable { public init( accessDetails: LightsailClientTypes.InstanceAccessDetails? = nil - ) - { + ) { self.accessDetails = accessDetails } } @@ -9662,8 +9383,7 @@ public struct GetInstanceMetricDataInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.endTime = endTime self.instanceName = instanceName self.metricName = metricName @@ -9683,8 +9403,7 @@ public struct GetInstanceMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.InstanceMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -9697,8 +9416,7 @@ public struct GetInstancePortStatesInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -9781,8 +9499,7 @@ extension LightsailClientTypes { `protocol`: LightsailClientTypes.NetworkProtocol? = nil, state: LightsailClientTypes.PortState? = nil, toPort: Swift.Int = 0 - ) - { + ) { self.cidrListAliases = cidrListAliases self.cidrs = cidrs self.fromPort = fromPort @@ -9800,8 +9517,7 @@ public struct GetInstancePortStatesOutput: Swift.Sendable { public init( portStates: [LightsailClientTypes.InstancePortState]? = nil - ) - { + ) { self.portStates = portStates } } @@ -9812,8 +9528,7 @@ public struct GetInstancesInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -9827,8 +9542,7 @@ public struct GetInstancesOutput: Swift.Sendable { public init( instances: [LightsailClientTypes.Instance]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextPageToken = nextPageToken } @@ -9841,8 +9555,7 @@ public struct GetInstanceSnapshotInput: Swift.Sendable { public init( instanceSnapshotName: Swift.String? = nil - ) - { + ) { self.instanceSnapshotName = instanceSnapshotName } } @@ -9933,8 +9646,7 @@ extension LightsailClientTypes { state: LightsailClientTypes.InstanceSnapshotState? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.fromAttachedDisks = fromAttachedDisks @@ -9961,8 +9673,7 @@ public struct GetInstanceSnapshotOutput: Swift.Sendable { public init( instanceSnapshot: LightsailClientTypes.InstanceSnapshot? = nil - ) - { + ) { self.instanceSnapshot = instanceSnapshot } } @@ -9973,8 +9684,7 @@ public struct GetInstanceSnapshotsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -9988,8 +9698,7 @@ public struct GetInstanceSnapshotsOutput: Swift.Sendable { public init( instanceSnapshots: [LightsailClientTypes.InstanceSnapshot]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.instanceSnapshots = instanceSnapshots self.nextPageToken = nextPageToken } @@ -10002,8 +9711,7 @@ public struct GetInstanceStateInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -10014,8 +9722,7 @@ public struct GetInstanceStateOutput: Swift.Sendable { public init( state: LightsailClientTypes.InstanceState? = nil - ) - { + ) { self.state = state } } @@ -10027,8 +9734,7 @@ public struct GetKeyPairInput: Swift.Sendable { public init( keyPairName: Swift.String? = nil - ) - { + ) { self.keyPairName = keyPairName } } @@ -10039,8 +9745,7 @@ public struct GetKeyPairOutput: Swift.Sendable { public init( keyPair: LightsailClientTypes.KeyPair? = nil - ) - { + ) { self.keyPair = keyPair } } @@ -10054,8 +9759,7 @@ public struct GetKeyPairsInput: Swift.Sendable { public init( includeDefaultKeyPair: Swift.Bool? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.includeDefaultKeyPair = includeDefaultKeyPair self.pageToken = pageToken } @@ -10070,8 +9774,7 @@ public struct GetKeyPairsOutput: Swift.Sendable { public init( keyPairs: [LightsailClientTypes.KeyPair]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.keyPairs = keyPairs self.nextPageToken = nextPageToken } @@ -10084,8 +9787,7 @@ public struct GetLoadBalancerInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName } } @@ -10271,8 +9973,7 @@ extension LightsailClientTypes { instanceHealth: LightsailClientTypes.InstanceHealthState? = nil, instanceHealthReason: LightsailClientTypes.InstanceHealthReason? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.instanceHealth = instanceHealth self.instanceHealthReason = instanceHealthReason self.instanceName = instanceName @@ -10359,8 +10060,7 @@ extension LightsailClientTypes { public init( isAttached: Swift.Bool? = nil, name: Swift.String? = nil - ) - { + ) { self.isAttached = isAttached self.name = name } @@ -10430,8 +10130,7 @@ extension LightsailClientTypes { tags: [LightsailClientTypes.Tag]? = nil, tlsCertificateSummaries: [LightsailClientTypes.LoadBalancerTlsCertificateSummary]? = nil, tlsPolicyName: Swift.String? = nil - ) - { + ) { self.arn = arn self.configurationOptions = configurationOptions self.createdAt = createdAt @@ -10461,8 +10160,7 @@ public struct GetLoadBalancerOutput: Swift.Sendable { public init( loadBalancer: LightsailClientTypes.LoadBalancer? = nil - ) - { + ) { self.loadBalancer = loadBalancer } } @@ -10591,8 +10289,7 @@ public struct GetLoadBalancerMetricDataInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.endTime = endTime self.loadBalancerName = loadBalancerName self.metricName = metricName @@ -10612,8 +10309,7 @@ public struct GetLoadBalancerMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.LoadBalancerMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -10625,8 +10321,7 @@ public struct GetLoadBalancersInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -10640,8 +10335,7 @@ public struct GetLoadBalancersOutput: Swift.Sendable { public init( loadBalancers: [LightsailClientTypes.LoadBalancer]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.loadBalancers = loadBalancers self.nextPageToken = nextPageToken } @@ -10654,8 +10348,7 @@ public struct GetLoadBalancerTlsCertificatesInput: Swift.Sendable { public init( loadBalancerName: Swift.String? = nil - ) - { + ) { self.loadBalancerName = loadBalancerName } } @@ -10710,8 +10403,7 @@ extension LightsailClientTypes { public init( code: LightsailClientTypes.LoadBalancerTlsCertificateDnsRecordCreationStateCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -10774,8 +10466,7 @@ extension LightsailClientTypes { type: Swift.String? = nil, validationStatus: LightsailClientTypes.LoadBalancerTlsCertificateDomainStatus? = nil, value: Swift.String? = nil - ) - { + ) { self.dnsRecordCreationState = dnsRecordCreationState self.domainName = domainName self.name = name @@ -10836,8 +10527,7 @@ extension LightsailClientTypes { public init( domainName: Swift.String? = nil, validationStatus: LightsailClientTypes.LoadBalancerTlsCertificateDomainStatus? = nil - ) - { + ) { self.domainName = domainName self.validationStatus = validationStatus } @@ -10907,8 +10597,7 @@ extension LightsailClientTypes { public init( domainValidationOptions: [LightsailClientTypes.LoadBalancerTlsCertificateDomainValidationOption]? = nil, renewalStatus: LightsailClientTypes.LoadBalancerTlsCertificateRenewalStatus? = nil - ) - { + ) { self.domainValidationOptions = domainValidationOptions self.renewalStatus = renewalStatus } @@ -11126,8 +10815,7 @@ extension LightsailClientTypes { subjectAlternativeNames: [Swift.String]? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.domainName = domainName @@ -11163,8 +10851,7 @@ public struct GetLoadBalancerTlsCertificatesOutput: Swift.Sendable { public init( tlsCertificates: [LightsailClientTypes.LoadBalancerTlsCertificate]? = nil - ) - { + ) { self.tlsCertificates = tlsCertificates } } @@ -11175,8 +10862,7 @@ public struct GetLoadBalancerTlsPoliciesInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -11202,8 +10888,7 @@ extension LightsailClientTypes { isDefault: Swift.Bool? = nil, name: Swift.String? = nil, protocols: [Swift.String]? = nil - ) - { + ) { self.ciphers = ciphers self.description = description self.isDefault = isDefault @@ -11222,8 +10907,7 @@ public struct GetLoadBalancerTlsPoliciesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, tlsPolicies: [LightsailClientTypes.LoadBalancerTlsPolicy]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.tlsPolicies = tlsPolicies } @@ -11236,8 +10920,7 @@ public struct GetOperationInput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -11248,8 +10931,7 @@ public struct GetOperationOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -11260,8 +10942,7 @@ public struct GetOperationsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -11275,8 +10956,7 @@ public struct GetOperationsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.operations = operations } @@ -11292,8 +10972,7 @@ public struct GetOperationsForResourceInput: Swift.Sendable { public init( pageToken: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken self.resourceName = resourceName } @@ -11312,8 +10991,7 @@ public struct GetOperationsForResourceOutput: Swift.Sendable { nextPageCount: Swift.String? = nil, nextPageToken: Swift.String? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.nextPageCount = nextPageCount self.nextPageToken = nextPageToken self.operations = operations @@ -11329,8 +11007,7 @@ public struct GetRegionsInput: Swift.Sendable { public init( includeAvailabilityZones: Swift.Bool? = nil, includeRelationalDatabaseAvailabilityZones: Swift.Bool? = nil - ) - { + ) { self.includeAvailabilityZones = includeAvailabilityZones self.includeRelationalDatabaseAvailabilityZones = includeRelationalDatabaseAvailabilityZones } @@ -11360,8 +11037,7 @@ extension LightsailClientTypes { displayName: Swift.String? = nil, name: LightsailClientTypes.RegionName? = nil, relationalDatabaseAvailabilityZones: [LightsailClientTypes.AvailabilityZone]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.continentCode = continentCode self.description = description @@ -11378,8 +11054,7 @@ public struct GetRegionsOutput: Swift.Sendable { public init( regions: [LightsailClientTypes.Region]? = nil - ) - { + ) { self.regions = regions } } @@ -11391,8 +11066,7 @@ public struct GetRelationalDatabaseInput: Swift.Sendable { public init( relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName } } @@ -11412,8 +11086,7 @@ extension LightsailClientTypes { cpuCount: Swift.Int? = nil, diskSizeInGb: Swift.Int? = nil, ramSizeInGb: Swift.Float? = nil - ) - { + ) { self.cpuCount = cpuCount self.diskSizeInGb = diskSizeInGb self.ramSizeInGb = ramSizeInGb @@ -11433,8 +11106,7 @@ extension LightsailClientTypes { public init( address: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.port = port } @@ -11456,8 +11128,7 @@ extension LightsailClientTypes { action: Swift.String? = nil, currentApplyDate: Foundation.Date? = nil, description: Swift.String? = nil - ) - { + ) { self.action = action self.currentApplyDate = currentApplyDate self.description = description @@ -11480,8 +11151,7 @@ extension LightsailClientTypes { backupRetentionEnabled: Swift.Bool? = nil, engineVersion: Swift.String? = nil, masterUserPassword: Swift.String? = nil - ) - { + ) { self.backupRetentionEnabled = backupRetentionEnabled self.engineVersion = engineVersion self.masterUserPassword = masterUserPassword @@ -11573,8 +11243,7 @@ extension LightsailClientTypes { state: Swift.String? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.backupRetentionEnabled = backupRetentionEnabled self.caCertificateIdentifier = caCertificateIdentifier @@ -11611,8 +11280,7 @@ public struct GetRelationalDatabaseOutput: Swift.Sendable { public init( relationalDatabase: LightsailClientTypes.RelationalDatabase? = nil - ) - { + ) { self.relationalDatabase = relationalDatabase } } @@ -11623,8 +11291,7 @@ public struct GetRelationalDatabaseBlueprintsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -11679,8 +11346,7 @@ extension LightsailClientTypes { engineVersion: Swift.String? = nil, engineVersionDescription: Swift.String? = nil, isEngineDefault: Swift.Bool? = nil - ) - { + ) { self.blueprintId = blueprintId self.engine = engine self.engineDescription = engineDescription @@ -11700,8 +11366,7 @@ public struct GetRelationalDatabaseBlueprintsOutput: Swift.Sendable { public init( blueprints: [LightsailClientTypes.RelationalDatabaseBlueprint]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.blueprints = blueprints self.nextPageToken = nextPageToken } @@ -11716,8 +11381,7 @@ public struct GetRelationalDatabaseBundlesInput: Swift.Sendable { public init( includeInactive: Swift.Bool? = nil, pageToken: Swift.String? = nil - ) - { + ) { self.includeInactive = includeInactive self.pageToken = pageToken } @@ -11756,8 +11420,7 @@ extension LightsailClientTypes { price: Swift.Float? = nil, ramSizeInGb: Swift.Float? = nil, transferPerMonthInGb: Swift.Int? = nil - ) - { + ) { self.bundleId = bundleId self.cpuCount = cpuCount self.diskSizeInGb = diskSizeInGb @@ -11780,8 +11443,7 @@ public struct GetRelationalDatabaseBundlesOutput: Swift.Sendable { public init( bundles: [LightsailClientTypes.RelationalDatabaseBundle]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.bundles = bundles self.nextPageToken = nextPageToken } @@ -11800,8 +11462,7 @@ public struct GetRelationalDatabaseEventsInput: Swift.Sendable { durationInMinutes: Swift.Int? = nil, pageToken: Swift.String? = nil, relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.durationInMinutes = durationInMinutes self.pageToken = pageToken self.relationalDatabaseName = relationalDatabaseName @@ -11826,8 +11487,7 @@ extension LightsailClientTypes { eventCategories: [Swift.String]? = nil, message: Swift.String? = nil, resource: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.eventCategories = eventCategories self.message = message @@ -11845,8 +11505,7 @@ public struct GetRelationalDatabaseEventsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, relationalDatabaseEvents: [LightsailClientTypes.RelationalDatabaseEvent]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.relationalDatabaseEvents = relationalDatabaseEvents } @@ -11883,8 +11542,7 @@ public struct GetRelationalDatabaseLogEventsInput: Swift.Sendable { relationalDatabaseName: Swift.String? = nil, startFromHead: Swift.Bool? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.logStreamName = logStreamName self.pageToken = pageToken @@ -11906,8 +11564,7 @@ extension LightsailClientTypes { public init( createdAt: Foundation.Date? = nil, message: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.message = message } @@ -11926,8 +11583,7 @@ public struct GetRelationalDatabaseLogEventsOutput: Swift.Sendable { nextBackwardToken: Swift.String? = nil, nextForwardToken: Swift.String? = nil, resourceLogEvents: [LightsailClientTypes.LogEvent]? = nil - ) - { + ) { self.nextBackwardToken = nextBackwardToken self.nextForwardToken = nextForwardToken self.resourceLogEvents = resourceLogEvents @@ -11941,8 +11597,7 @@ public struct GetRelationalDatabaseLogStreamsInput: Swift.Sendable { public init( relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName } } @@ -11953,8 +11608,7 @@ public struct GetRelationalDatabaseLogStreamsOutput: Swift.Sendable { public init( logStreams: [Swift.String]? = nil - ) - { + ) { self.logStreams = logStreams } } @@ -12001,8 +11655,7 @@ public struct GetRelationalDatabaseMasterUserPasswordInput: Swift.Sendable { public init( passwordVersion: LightsailClientTypes.RelationalDatabasePasswordVersion? = nil, relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.passwordVersion = passwordVersion self.relationalDatabaseName = relationalDatabaseName } @@ -12017,8 +11670,7 @@ public struct GetRelationalDatabaseMasterUserPasswordOutput: Swift.Sendable { public init( createdAt: Foundation.Date? = nil, masterUserPassword: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.masterUserPassword = masterUserPassword } @@ -12131,8 +11783,7 @@ public struct GetRelationalDatabaseMetricDataInput: Swift.Sendable { startTime: Foundation.Date? = nil, statistics: [LightsailClientTypes.MetricStatistic]? = nil, unit: LightsailClientTypes.MetricUnit? = nil - ) - { + ) { self.endTime = endTime self.metricName = metricName self.period = period @@ -12152,8 +11803,7 @@ public struct GetRelationalDatabaseMetricDataOutput: Swift.Sendable { public init( metricData: [LightsailClientTypes.MetricDatapoint]? = nil, metricName: LightsailClientTypes.RelationalDatabaseMetricName? = nil - ) - { + ) { self.metricData = metricData self.metricName = metricName } @@ -12169,8 +11819,7 @@ public struct GetRelationalDatabaseParametersInput: Swift.Sendable { public init( pageToken: Swift.String? = nil, relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken self.relationalDatabaseName = relationalDatabaseName } @@ -12206,8 +11855,7 @@ extension LightsailClientTypes { isModifiable: Swift.Bool? = nil, parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyMethod = applyMethod self.applyType = applyType @@ -12229,8 +11877,7 @@ public struct GetRelationalDatabaseParametersOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, parameters: [LightsailClientTypes.RelationalDatabaseParameter]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.parameters = parameters } @@ -12242,8 +11889,7 @@ public struct GetRelationalDatabasesInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -12257,8 +11903,7 @@ public struct GetRelationalDatabasesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, relationalDatabases: [LightsailClientTypes.RelationalDatabase]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.relationalDatabases = relationalDatabases } @@ -12271,8 +11916,7 @@ public struct GetRelationalDatabaseSnapshotInput: Swift.Sendable { public init( relationalDatabaseSnapshotName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseSnapshotName = relationalDatabaseSnapshotName } } @@ -12328,8 +11972,7 @@ extension LightsailClientTypes { state: Swift.String? = nil, supportCode: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.engine = engine @@ -12355,8 +11998,7 @@ public struct GetRelationalDatabaseSnapshotOutput: Swift.Sendable { public init( relationalDatabaseSnapshot: LightsailClientTypes.RelationalDatabaseSnapshot? = nil - ) - { + ) { self.relationalDatabaseSnapshot = relationalDatabaseSnapshot } } @@ -12367,8 +12009,7 @@ public struct GetRelationalDatabaseSnapshotsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -12382,8 +12023,7 @@ public struct GetRelationalDatabaseSnapshotsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, relationalDatabaseSnapshots: [LightsailClientTypes.RelationalDatabaseSnapshot]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.relationalDatabaseSnapshots = relationalDatabaseSnapshots } @@ -12399,8 +12039,7 @@ public struct GetSetupHistoryInput: Swift.Sendable { public init( pageToken: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken self.resourceName = resourceName } @@ -12465,8 +12104,7 @@ extension LightsailClientTypes { standardOutput: Swift.String? = nil, status: LightsailClientTypes.SetupStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.command = command self.dateTime = dateTime self.name = name @@ -12493,8 +12131,7 @@ extension LightsailClientTypes { certificateProvider: LightsailClientTypes.CertificateProvider? = nil, domainNames: [Swift.String]? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.certificateProvider = certificateProvider self.domainNames = domainNames self.instanceName = instanceName @@ -12523,8 +12160,7 @@ extension LightsailClientTypes { location: LightsailClientTypes.ResourceLocation? = nil, name: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.location = location @@ -12555,8 +12191,7 @@ extension LightsailClientTypes { request: LightsailClientTypes.SetupRequest? = nil, resource: LightsailClientTypes.SetupHistoryResource? = nil, status: LightsailClientTypes.SetupStatus? = nil - ) - { + ) { self.executionDetails = executionDetails self.operationId = operationId self.request = request @@ -12575,8 +12210,7 @@ public struct GetSetupHistoryOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, setupHistory: [LightsailClientTypes.SetupHistory]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.setupHistory = setupHistory } @@ -12589,8 +12223,7 @@ public struct GetStaticIpInput: Swift.Sendable { public init( staticIpName: Swift.String? = nil - ) - { + ) { self.staticIpName = staticIpName } } @@ -12628,8 +12261,7 @@ extension LightsailClientTypes { name: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil, supportCode: Swift.String? = nil - ) - { + ) { self.arn = arn self.attachedTo = attachedTo self.createdAt = createdAt @@ -12649,8 +12281,7 @@ public struct GetStaticIpOutput: Swift.Sendable { public init( staticIp: LightsailClientTypes.StaticIp? = nil - ) - { + ) { self.staticIp = staticIp } } @@ -12661,8 +12292,7 @@ public struct GetStaticIpsInput: Swift.Sendable { public init( pageToken: Swift.String? = nil - ) - { + ) { self.pageToken = pageToken } } @@ -12676,8 +12306,7 @@ public struct GetStaticIpsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, staticIps: [LightsailClientTypes.StaticIp]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.staticIps = staticIps } @@ -12694,8 +12323,7 @@ public struct ImportKeyPairInput: Swift.Sendable { public init( keyPairName: Swift.String? = nil, publicKeyBase64: Swift.String? = nil - ) - { + ) { self.keyPairName = keyPairName self.publicKeyBase64 = publicKeyBase64 } @@ -12707,8 +12335,7 @@ public struct ImportKeyPairOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -12724,8 +12351,7 @@ public struct IsVpcPeeredOutput: Swift.Sendable { public init( isPeered: Swift.Bool? = nil - ) - { + ) { self.isPeered = isPeered } } @@ -12741,8 +12367,7 @@ public struct OpenInstancePublicPortsInput: Swift.Sendable { public init( instanceName: Swift.String? = nil, portInfo: LightsailClientTypes.PortInfo? = nil - ) - { + ) { self.instanceName = instanceName self.portInfo = portInfo } @@ -12754,8 +12379,7 @@ public struct OpenInstancePublicPortsOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -12771,8 +12395,7 @@ public struct PeerVpcOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -12855,8 +12478,7 @@ public struct PutAlarmInput: Swift.Sendable { notificationTriggers: [LightsailClientTypes.AlarmState]? = nil, threshold: Swift.Double? = nil, treatMissingData: LightsailClientTypes.TreatMissingData? = nil - ) - { + ) { self.alarmName = alarmName self.comparisonOperator = comparisonOperator self.contactProtocols = contactProtocols @@ -12877,8 +12499,7 @@ public struct PutAlarmOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -12894,8 +12515,7 @@ public struct PutInstancePublicPortsInput: Swift.Sendable { public init( instanceName: Swift.String? = nil, portInfos: [LightsailClientTypes.PortInfo]? = nil - ) - { + ) { self.instanceName = instanceName self.portInfos = portInfos } @@ -12907,8 +12527,7 @@ public struct PutInstancePublicPortsOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -12920,8 +12539,7 @@ public struct RebootInstanceInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -12932,8 +12550,7 @@ public struct RebootInstanceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -12945,8 +12562,7 @@ public struct RebootRelationalDatabaseInput: Swift.Sendable { public init( relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName } } @@ -12957,8 +12573,7 @@ public struct RebootRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -12983,8 +12598,7 @@ public struct RegisterContainerImageInput: Swift.Sendable { digest: Swift.String? = nil, label: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.digest = digest self.label = label self.serviceName = serviceName @@ -12997,8 +12611,7 @@ public struct RegisterContainerImageOutput: Swift.Sendable { public init( containerImage: LightsailClientTypes.ContainerImage? = nil - ) - { + ) { self.containerImage = containerImage } } @@ -13010,8 +12623,7 @@ public struct ReleaseStaticIpInput: Swift.Sendable { public init( staticIpName: Swift.String? = nil - ) - { + ) { self.staticIpName = staticIpName } } @@ -13022,8 +12634,7 @@ public struct ReleaseStaticIpOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13034,8 +12645,7 @@ public struct ResetDistributionCacheInput: Swift.Sendable { public init( distributionName: Swift.String? = nil - ) - { + ) { self.distributionName = distributionName } } @@ -13052,8 +12662,7 @@ public struct ResetDistributionCacheOutput: Swift.Sendable { createTime: Foundation.Date? = nil, operation: LightsailClientTypes.Operation? = nil, status: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.operation = operation self.status = status @@ -13067,8 +12676,7 @@ public struct SendContactMethodVerificationInput: Swift.Sendable { public init( `protocol`: LightsailClientTypes.ContactMethodVerificationProtocol? = nil - ) - { + ) { self.`protocol` = `protocol` } } @@ -13079,8 +12687,7 @@ public struct SendContactMethodVerificationOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13103,8 +12710,7 @@ public struct SetIpAddressTypeInput: Swift.Sendable { ipAddressType: LightsailClientTypes.IpAddressType? = nil, resourceName: Swift.String? = nil, resourceType: LightsailClientTypes.ResourceType? = nil - ) - { + ) { self.acceptBundleUpdate = acceptBundleUpdate self.ipAddressType = ipAddressType self.resourceName = resourceName @@ -13118,8 +12724,7 @@ public struct SetIpAddressTypeOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13172,8 +12777,7 @@ public struct SetResourceAccessForBucketInput: Swift.Sendable { access: LightsailClientTypes.ResourceBucketAccess? = nil, bucketName: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.access = access self.bucketName = bucketName self.resourceName = resourceName @@ -13186,8 +12790,7 @@ public struct SetResourceAccessForBucketOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13211,8 +12814,7 @@ public struct SetupInstanceHttpsInput: Swift.Sendable { domainNames: [Swift.String]? = nil, emailAddress: Swift.String? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.certificateProvider = certificateProvider self.domainNames = domainNames self.emailAddress = emailAddress @@ -13231,8 +12833,7 @@ public struct SetupInstanceHttpsOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13244,8 +12845,7 @@ public struct StartGUISessionInput: Swift.Sendable { public init( resourceName: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName } } @@ -13256,8 +12856,7 @@ public struct StartGUISessionOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13269,8 +12868,7 @@ public struct StartInstanceInput: Swift.Sendable { public init( instanceName: Swift.String? = nil - ) - { + ) { self.instanceName = instanceName } } @@ -13281,8 +12879,7 @@ public struct StartInstanceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13294,8 +12891,7 @@ public struct StartRelationalDatabaseInput: Swift.Sendable { public init( relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName } } @@ -13306,8 +12902,7 @@ public struct StartRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13319,8 +12914,7 @@ public struct StopGUISessionInput: Swift.Sendable { public init( resourceName: Swift.String? = nil - ) - { + ) { self.resourceName = resourceName } } @@ -13331,8 +12925,7 @@ public struct StopGUISessionOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13347,8 +12940,7 @@ public struct StopInstanceInput: Swift.Sendable { public init( force: Swift.Bool? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.force = force self.instanceName = instanceName } @@ -13360,8 +12952,7 @@ public struct StopInstanceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13376,8 +12967,7 @@ public struct StopRelationalDatabaseInput: Swift.Sendable { public init( relationalDatabaseName: Swift.String? = nil, relationalDatabaseSnapshotName: Swift.String? = nil - ) - { + ) { self.relationalDatabaseName = relationalDatabaseName self.relationalDatabaseSnapshotName = relationalDatabaseSnapshotName } @@ -13389,8 +12979,7 @@ public struct StopRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13409,8 +12998,7 @@ public struct TagResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceName: Swift.String? = nil, tags: [LightsailClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceName = resourceName self.tags = tags @@ -13423,8 +13011,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13446,8 +13033,7 @@ public struct TestAlarmInput: Swift.Sendable { public init( alarmName: Swift.String? = nil, state: LightsailClientTypes.AlarmState? = nil - ) - { + ) { self.alarmName = alarmName self.state = state } @@ -13459,8 +13045,7 @@ public struct TestAlarmOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13476,8 +13061,7 @@ public struct UnpeerVpcOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -13496,8 +13080,7 @@ public struct UntagResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceName = resourceName self.tagKeys = tagKeys @@ -13510,8 +13093,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13539,8 +13121,7 @@ public struct UpdateBucketInput: Swift.Sendable { bucketName: Swift.String? = nil, readonlyAccessAccounts: [Swift.String]? = nil, versioning: Swift.String? = nil - ) - { + ) { self.accessLogConfig = accessLogConfig self.accessRules = accessRules self.bucketName = bucketName @@ -13558,8 +13139,7 @@ public struct UpdateBucketOutput: Swift.Sendable { public init( bucket: LightsailClientTypes.Bucket? = nil, operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.bucket = bucket self.operations = operations } @@ -13576,8 +13156,7 @@ public struct UpdateBucketBundleInput: Swift.Sendable { public init( bucketName: Swift.String? = nil, bundleId: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bundleId = bundleId } @@ -13589,8 +13168,7 @@ public struct UpdateBucketBundleOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13617,8 +13195,7 @@ public struct UpdateContainerServiceInput: Swift.Sendable { publicDomainNames: [Swift.String: [Swift.String]]? = nil, scale: Swift.Int? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.isDisabled = isDisabled self.power = power self.privateRegistryAccess = privateRegistryAccess @@ -13634,8 +13211,7 @@ public struct UpdateContainerServiceOutput: Swift.Sendable { public init( containerService: LightsailClientTypes.ContainerService? = nil - ) - { + ) { self.containerService = containerService } } @@ -13671,8 +13247,7 @@ public struct UpdateDistributionInput: Swift.Sendable { origin: LightsailClientTypes.InputOrigin? = nil, useDefaultCertificate: Swift.Bool? = nil, viewerMinimumTlsProtocolVersion: LightsailClientTypes.ViewerMinimumTlsProtocolVersionEnum? = nil - ) - { + ) { self.cacheBehaviorSettings = cacheBehaviorSettings self.cacheBehaviors = cacheBehaviors self.certificateName = certificateName @@ -13691,8 +13266,7 @@ public struct UpdateDistributionOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -13706,8 +13280,7 @@ public struct UpdateDistributionBundleInput: Swift.Sendable { public init( bundleId: Swift.String? = nil, distributionName: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.distributionName = distributionName } @@ -13719,8 +13292,7 @@ public struct UpdateDistributionBundleOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -13736,8 +13308,7 @@ public struct UpdateDomainEntryInput: Swift.Sendable { public init( domainEntry: LightsailClientTypes.DomainEntry? = nil, domainName: Swift.String? = nil - ) - { + ) { self.domainEntry = domainEntry self.domainName = domainName } @@ -13749,8 +13320,7 @@ public struct UpdateDomainEntryOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13774,8 +13344,7 @@ public struct UpdateInstanceMetadataOptionsInput: Swift.Sendable { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: LightsailClientTypes.HttpTokens? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -13790,8 +13359,7 @@ public struct UpdateInstanceMetadataOptionsOutput: Swift.Sendable { public init( operation: LightsailClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -13821,8 +13389,7 @@ public struct UpdateLoadBalancerAttributeInput: Swift.Sendable { attributeName: LightsailClientTypes.LoadBalancerAttributeName? = nil, attributeValue: Swift.String? = nil, loadBalancerName: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.loadBalancerName = loadBalancerName @@ -13835,8 +13402,7 @@ public struct UpdateLoadBalancerAttributeOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13896,8 +13462,7 @@ public struct UpdateRelationalDatabaseInput: Swift.Sendable { relationalDatabaseBlueprintId: Swift.String? = nil, relationalDatabaseName: Swift.String? = nil, rotateMasterUserPassword: Swift.Bool? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.caCertificateIdentifier = caCertificateIdentifier self.disableBackupRetention = disableBackupRetention @@ -13923,8 +13488,7 @@ public struct UpdateRelationalDatabaseOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -13940,8 +13504,7 @@ public struct UpdateRelationalDatabaseParametersInput: Swift.Sendable { public init( parameters: [LightsailClientTypes.RelationalDatabaseParameter]? = nil, relationalDatabaseName: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.relationalDatabaseName = relationalDatabaseName } @@ -13953,8 +13516,7 @@ public struct UpdateRelationalDatabaseParametersOutput: Swift.Sendable { public init( operations: [LightsailClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } diff --git a/Sources/Services/AWSLocation/Package.swift.txt b/Sources/Services/AWSLocation/Package.swift.txt index cb407c32c1d..7874e86d7d3 100644 --- a/Sources/Services/AWSLocation/Package.swift.txt +++ b/Sources/Services/AWSLocation/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLocation/Sources/AWSLocation/LocationClient.swift b/Sources/Services/AWSLocation/Sources/AWSLocation/LocationClient.swift index 001b13501aa..7b1176697e1 100644 --- a/Sources/Services/AWSLocation/Sources/AWSLocation/LocationClient.swift +++ b/Sources/Services/AWSLocation/Sources/AWSLocation/LocationClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LocationClient: ClientRuntime.Client { public static let clientName = "LocationClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LocationClient.LocationClientConfiguration let serviceName = "Location" diff --git a/Sources/Services/AWSLocation/Sources/AWSLocation/Models.swift b/Sources/Services/AWSLocation/Sources/AWSLocation/Models.swift index 305ce97f967..d664a3949a3 100644 --- a/Sources/Services/AWSLocation/Sources/AWSLocation/Models.swift +++ b/Sources/Services/AWSLocation/Sources/AWSLocation/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +94,7 @@ extension LocationClientTypes { public init( keyStatus: LocationClientTypes.Status? = nil - ) - { + ) { self.keyStatus = keyStatus } } @@ -121,8 +119,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +143,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +168,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +192,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -217,8 +211,7 @@ extension LocationClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -295,8 +288,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [LocationClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: LocationClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -371,8 +363,7 @@ extension LocationClientTypes { allowActions: [Swift.String]? = nil, allowReferers: [Swift.String]? = nil, allowResources: [Swift.String]? = nil - ) - { + ) { self.allowActions = allowActions self.allowReferers = allowReferers self.allowResources = allowResources @@ -421,8 +412,7 @@ public struct CreateKeyInput: Swift.Sendable { noExpiry: Swift.Bool? = nil, restrictions: LocationClientTypes.ApiKeyRestrictions? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.expireTime = expireTime self.keyName = keyName @@ -453,8 +443,7 @@ public struct CreateKeyOutput: Swift.Sendable { key: Swift.String? = nil, keyArn: Swift.String? = nil, keyName: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.key = key self.keyArn = keyArn @@ -486,8 +475,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -502,8 +490,7 @@ public struct DeleteKeyInput: Swift.Sendable { public init( forceDelete: Swift.Bool? = nil, keyName: Swift.String? = nil - ) - { + ) { self.forceDelete = forceDelete self.keyName = keyName } @@ -521,8 +508,7 @@ public struct DescribeKeyInput: Swift.Sendable { public init( keyName: Swift.String? = nil - ) - { + ) { self.keyName = keyName } } @@ -566,8 +552,7 @@ public struct DescribeKeyOutput: Swift.Sendable { restrictions: LocationClientTypes.ApiKeyRestrictions? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.expireTime = expireTime @@ -597,8 +582,7 @@ public struct ListKeysInput: Swift.Sendable { filter: LocationClientTypes.ApiKeyFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -634,8 +618,7 @@ extension LocationClientTypes { keyName: Swift.String? = nil, restrictions: LocationClientTypes.ApiKeyRestrictions? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.expireTime = expireTime @@ -656,8 +639,7 @@ public struct ListKeysOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListKeysResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -685,8 +667,7 @@ public struct UpdateKeyInput: Swift.Sendable { keyName: Swift.String? = nil, noExpiry: Swift.Bool? = nil, restrictions: LocationClientTypes.ApiKeyRestrictions? = nil - ) - { + ) { self.description = description self.expireTime = expireTime self.forceUpdate = forceUpdate @@ -713,8 +694,7 @@ public struct UpdateKeyOutput: Swift.Sendable { keyArn: Swift.String? = nil, keyName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.keyArn = keyArn self.keyName = keyName self.updateTime = updateTime @@ -734,8 +714,7 @@ public struct AssociateTrackerConsumerInput: Swift.Sendable { public init( consumerArn: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.consumerArn = consumerArn self.trackerName = trackerName } @@ -759,8 +738,7 @@ public struct BatchDeleteDevicePositionHistoryInput: Swift.Sendable { public init( deviceIds: [Swift.String]? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceIds = deviceIds self.trackerName = trackerName } @@ -825,8 +803,7 @@ extension LocationClientTypes { public init( code: LocationClientTypes.BatchItemErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -847,8 +824,7 @@ extension LocationClientTypes { public init( deviceId: Swift.String? = nil, error: LocationClientTypes.BatchItemError? = nil - ) - { + ) { self.deviceId = deviceId self.error = error } @@ -862,8 +838,7 @@ public struct BatchDeleteDevicePositionHistoryOutput: Swift.Sendable { public init( errors: [LocationClientTypes.BatchDeleteDevicePositionHistoryError]? = nil - ) - { + ) { self.errors = errors } } @@ -879,8 +854,7 @@ public struct BatchDeleteGeofenceInput: Swift.Sendable { public init( collectionName: Swift.String? = nil, geofenceIds: [Swift.String]? = nil - ) - { + ) { self.collectionName = collectionName self.geofenceIds = geofenceIds } @@ -900,8 +874,7 @@ extension LocationClientTypes { public init( error: LocationClientTypes.BatchItemError? = nil, geofenceId: Swift.String? = nil - ) - { + ) { self.error = error self.geofenceId = geofenceId } @@ -915,8 +888,7 @@ public struct BatchDeleteGeofenceOutput: Swift.Sendable { public init( errors: [LocationClientTypes.BatchDeleteGeofenceError]? = nil - ) - { + ) { self.errors = errors } } @@ -931,8 +903,7 @@ extension LocationClientTypes { public init( horizontal: Swift.Double? = nil - ) - { + ) { self.horizontal = horizontal } } @@ -962,8 +933,7 @@ extension LocationClientTypes { position: [Swift.Double]? = nil, positionProperties: [Swift.String: Swift.String]? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.accuracy = accuracy self.deviceId = deviceId self.position = position @@ -989,8 +959,7 @@ public struct BatchEvaluateGeofencesInput: Swift.Sendable { public init( collectionName: Swift.String? = nil, devicePositionUpdates: [LocationClientTypes.DevicePositionUpdate]? = nil - ) - { + ) { self.collectionName = collectionName self.devicePositionUpdates = devicePositionUpdates } @@ -1014,8 +983,7 @@ extension LocationClientTypes { deviceId: Swift.String? = nil, error: LocationClientTypes.BatchItemError? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.deviceId = deviceId self.error = error self.sampleTime = sampleTime @@ -1030,8 +998,7 @@ public struct BatchEvaluateGeofencesOutput: Swift.Sendable { public init( errors: [LocationClientTypes.BatchEvaluateGeofencesError]? = nil - ) - { + ) { self.errors = errors } } @@ -1049,8 +1016,7 @@ public struct BatchGetDevicePositionInput: Swift.Sendable { public init( deviceIds: [Swift.String]? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceIds = deviceIds self.trackerName = trackerName } @@ -1083,8 +1049,7 @@ extension LocationClientTypes { positionProperties: [Swift.String: Swift.String]? = nil, receivedTime: Foundation.Date? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.accuracy = accuracy self.deviceId = deviceId self.position = position @@ -1114,8 +1079,7 @@ extension LocationClientTypes { public init( deviceId: Swift.String? = nil, error: LocationClientTypes.BatchItemError? = nil - ) - { + ) { self.deviceId = deviceId self.error = error } @@ -1133,8 +1097,7 @@ public struct BatchGetDevicePositionOutput: Swift.Sendable { public init( devicePositions: [LocationClientTypes.DevicePosition]? = nil, errors: [LocationClientTypes.BatchGetDevicePositionError]? = nil - ) - { + ) { self.devicePositions = devicePositions self.errors = errors } @@ -1154,8 +1117,7 @@ extension LocationClientTypes { public init( center: [Swift.Double]? = nil, radius: Swift.Double? = nil - ) - { + ) { self.center = center self.radius = radius } @@ -1183,8 +1145,7 @@ extension LocationClientTypes { circle: LocationClientTypes.Circle? = nil, geobuf: Foundation.Data? = nil, polygon: [[[Swift.Double]]]? = nil - ) - { + ) { self.circle = circle self.geobuf = geobuf self.polygon = polygon @@ -1214,8 +1175,7 @@ extension LocationClientTypes { geofenceId: Swift.String? = nil, geofenceProperties: [Swift.String: Swift.String]? = nil, geometry: LocationClientTypes.GeofenceGeometry? = nil - ) - { + ) { self.geofenceId = geofenceId self.geofenceProperties = geofenceProperties self.geometry = geometry @@ -1239,8 +1199,7 @@ public struct BatchPutGeofenceInput: Swift.Sendable { public init( collectionName: Swift.String? = nil, entries: [LocationClientTypes.BatchPutGeofenceRequestEntry]? = nil - ) - { + ) { self.collectionName = collectionName self.entries = entries } @@ -1260,8 +1219,7 @@ extension LocationClientTypes { public init( error: LocationClientTypes.BatchItemError? = nil, geofenceId: Swift.String? = nil - ) - { + ) { self.error = error self.geofenceId = geofenceId } @@ -1286,8 +1244,7 @@ extension LocationClientTypes { createTime: Foundation.Date? = nil, geofenceId: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.geofenceId = geofenceId self.updateTime = updateTime @@ -1306,8 +1263,7 @@ public struct BatchPutGeofenceOutput: Swift.Sendable { public init( errors: [LocationClientTypes.BatchPutGeofenceError]? = nil, successes: [LocationClientTypes.BatchPutGeofenceSuccess]? = nil - ) - { + ) { self.errors = errors self.successes = successes } @@ -1324,8 +1280,7 @@ public struct BatchUpdateDevicePositionInput: Swift.Sendable { public init( trackerName: Swift.String? = nil, updates: [LocationClientTypes.DevicePositionUpdate]? = nil - ) - { + ) { self.trackerName = trackerName self.updates = updates } @@ -1349,8 +1304,7 @@ extension LocationClientTypes { deviceId: Swift.String? = nil, error: LocationClientTypes.BatchItemError? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.deviceId = deviceId self.error = error self.sampleTime = sampleTime @@ -1365,8 +1319,7 @@ public struct BatchUpdateDevicePositionOutput: Swift.Sendable { public init( errors: [LocationClientTypes.BatchUpdateDevicePositionError]? = nil - ) - { + ) { self.errors = errors } } @@ -1383,8 +1336,7 @@ extension LocationClientTypes { public init( avoidFerries: Swift.Bool? = nil, avoidTolls: Swift.Bool? = nil - ) - { + ) { self.avoidFerries = avoidFerries self.avoidTolls = avoidTolls } @@ -1549,8 +1501,7 @@ extension LocationClientTypes { length: Swift.Double? = nil, unit: LocationClientTypes.DimensionUnit? = nil, width: Swift.Double? = nil - ) - { + ) { self.height = height self.length = length self.unit = unit @@ -1602,8 +1553,7 @@ extension LocationClientTypes { public init( total: Swift.Double? = nil, unit: LocationClientTypes.VehicleWeightUnit? = nil - ) - { + ) { self.total = total self.unit = unit } @@ -1628,8 +1578,7 @@ extension LocationClientTypes { avoidTolls: Swift.Bool? = nil, dimensions: LocationClientTypes.TruckDimensions? = nil, weight: LocationClientTypes.TruckWeight? = nil - ) - { + ) { self.avoidFerries = avoidFerries self.avoidTolls = avoidTolls self.dimensions = dimensions @@ -1710,8 +1659,7 @@ public struct CalculateRouteInput: Swift.Sendable { travelMode: LocationClientTypes.TravelMode? = nil, truckModeOptions: LocationClientTypes.CalculateRouteTruckModeOptions? = nil, waypointPositions: [[Swift.Double]]? = nil - ) - { + ) { self.arrivalTime = arrivalTime self.calculatorName = calculatorName self.carModeOptions = carModeOptions @@ -1745,8 +1693,7 @@ extension LocationClientTypes { public init( lineString: [[Swift.Double]]? = nil - ) - { + ) { self.lineString = lineString } } @@ -1782,8 +1729,7 @@ extension LocationClientTypes { endPosition: [Swift.Double]? = nil, geometryOffset: Swift.Int? = nil, startPosition: [Swift.Double]? = nil - ) - { + ) { self.distance = distance self.durationSeconds = durationSeconds self.endPosition = endPosition @@ -1840,8 +1786,7 @@ extension LocationClientTypes { geometry: LocationClientTypes.LegGeometry? = nil, startPosition: [Swift.Double]? = nil, steps: [LocationClientTypes.Step]? = nil - ) - { + ) { self.distance = distance self.durationSeconds = durationSeconds self.endPosition = endPosition @@ -1903,8 +1848,7 @@ extension LocationClientTypes { distanceUnit: LocationClientTypes.DistanceUnit? = nil, durationSeconds: Swift.Double? = nil, routeBBox: [Swift.Double]? = nil - ) - { + ) { self.dataSource = dataSource self.distance = distance self.distanceUnit = distanceUnit @@ -1942,8 +1886,7 @@ public struct CalculateRouteOutput: Swift.Sendable { public init( legs: [LocationClientTypes.Leg]? = nil, summary: LocationClientTypes.CalculateRouteSummary? = nil - ) - { + ) { self.legs = legs self.summary = summary } @@ -1994,8 +1937,7 @@ public struct CalculateRouteMatrixInput: Swift.Sendable { key: Swift.String? = nil, travelMode: LocationClientTypes.TravelMode? = nil, truckModeOptions: LocationClientTypes.CalculateRouteTruckModeOptions? = nil - ) - { + ) { self.calculatorName = calculatorName self.carModeOptions = carModeOptions self.departNow = departNow @@ -2095,8 +2037,7 @@ extension LocationClientTypes { public init( code: LocationClientTypes.RouteMatrixErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -2118,8 +2059,7 @@ extension LocationClientTypes { distance: Swift.Double? = nil, durationSeconds: Swift.Double? = nil, error: LocationClientTypes.RouteMatrixEntryError? = nil - ) - { + ) { self.distance = distance self.durationSeconds = durationSeconds self.error = error @@ -2158,8 +2098,7 @@ extension LocationClientTypes { distanceUnit: LocationClientTypes.DistanceUnit? = nil, errorCount: Swift.Int? = nil, routeCount: Swift.Int? = nil - ) - { + ) { self.dataSource = dataSource self.distanceUnit = distanceUnit self.errorCount = errorCount @@ -2186,8 +2125,7 @@ public struct CalculateRouteMatrixOutput: Swift.Sendable { snappedDeparturePositions: [[Swift.Double]]? = nil, snappedDestinationPositions: [[Swift.Double]]? = nil, summary: LocationClientTypes.CalculateRouteMatrixSummary? = nil - ) - { + ) { self.routeMatrix = routeMatrix self.snappedDeparturePositions = snappedDeparturePositions self.snappedDestinationPositions = snappedDestinationPositions @@ -2214,8 +2152,7 @@ extension LocationClientTypes { public init( earfcn: Swift.Int = 0, pci: Swift.Int = 0 - ) - { + ) { self.earfcn = earfcn self.pci = pci } @@ -2246,8 +2183,7 @@ extension LocationClientTypes { pci: Swift.Int = 0, rsrp: Swift.Int? = nil, rsrq: Swift.Float? = nil - ) - { + ) { self.cellId = cellId self.earfcn = earfcn self.pci = pci @@ -2296,8 +2232,7 @@ extension LocationClientTypes { rsrq: Swift.Float? = nil, tac: Swift.Int? = nil, timingAdvance: Swift.Int? = nil - ) - { + ) { self.cellId = cellId self.localId = localId self.mcc = mcc @@ -2322,8 +2257,7 @@ extension LocationClientTypes { public init( lteCellDetails: [LocationClientTypes.LteCellDetails]? = nil - ) - { + ) { self.lteCellDetails = lteCellDetails } } @@ -2363,8 +2297,7 @@ public struct CreateGeofenceCollectionInput: Swift.Sendable { description: Swift.String? = nil, kmsKeyId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.collectionName = collectionName self.description = description self.kmsKeyId = kmsKeyId @@ -2389,8 +2322,7 @@ public struct CreateGeofenceCollectionOutput: Swift.Sendable { collectionArn: Swift.String? = nil, collectionName: Swift.String? = nil, createTime: Foundation.Date? = nil - ) - { + ) { self.collectionArn = collectionArn self.collectionName = collectionName self.createTime = createTime @@ -2456,8 +2388,7 @@ extension LocationClientTypes { customLayers: [Swift.String]? = nil, politicalView: Swift.String? = nil, style: Swift.String? = nil - ) - { + ) { self.customLayers = customLayers self.politicalView = politicalView self.style = style @@ -2500,8 +2431,7 @@ public struct CreateMapInput: Swift.Sendable { description: Swift.String? = nil, mapName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuration = configuration self.description = description self.mapName = mapName @@ -2526,8 +2456,7 @@ public struct CreateMapOutput: Swift.Sendable { createTime: Foundation.Date? = nil, mapArn: Swift.String? = nil, mapName: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.mapArn = mapArn self.mapName = mapName @@ -2588,8 +2517,7 @@ extension LocationClientTypes { public init( intendedUse: LocationClientTypes.IntendedUse? = nil - ) - { + ) { self.intendedUse = intendedUse } } @@ -2642,8 +2570,7 @@ public struct CreatePlaceIndexInput: Swift.Sendable { description: Swift.String? = nil, indexName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dataSource = dataSource self.dataSourceConfiguration = dataSourceConfiguration self.description = description @@ -2669,8 +2596,7 @@ public struct CreatePlaceIndexOutput: Swift.Sendable { createTime: Foundation.Date? = nil, indexArn: Swift.String? = nil, indexName: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.indexArn = indexArn self.indexName = indexName @@ -2726,8 +2652,7 @@ public struct CreateRouteCalculatorInput: Swift.Sendable { dataSource: Swift.String? = nil, description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.calculatorName = calculatorName self.dataSource = dataSource self.description = description @@ -2756,8 +2681,7 @@ public struct CreateRouteCalculatorOutput: Swift.Sendable { calculatorArn: Swift.String? = nil, calculatorName: Swift.String? = nil, createTime: Foundation.Date? = nil - ) - { + ) { self.calculatorArn = calculatorArn self.calculatorName = calculatorName self.createTime = createTime @@ -2851,8 +2775,7 @@ public struct CreateTrackerInput: Swift.Sendable { positionFiltering: LocationClientTypes.PositionFiltering? = nil, tags: [Swift.String: Swift.String]? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.description = description self.eventBridgeEnabled = eventBridgeEnabled self.kmsKeyEnableGeospatialQueries = kmsKeyEnableGeospatialQueries @@ -2880,8 +2803,7 @@ public struct CreateTrackerOutput: Swift.Sendable { createTime: Foundation.Date? = nil, trackerArn: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.trackerArn = trackerArn self.trackerName = trackerName @@ -2895,8 +2817,7 @@ public struct DeleteGeofenceCollectionInput: Swift.Sendable { public init( collectionName: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName } } @@ -2913,8 +2834,7 @@ public struct DeleteMapInput: Swift.Sendable { public init( mapName: Swift.String? = nil - ) - { + ) { self.mapName = mapName } } @@ -2931,8 +2851,7 @@ public struct DeletePlaceIndexInput: Swift.Sendable { public init( indexName: Swift.String? = nil - ) - { + ) { self.indexName = indexName } } @@ -2949,8 +2868,7 @@ public struct DeleteRouteCalculatorInput: Swift.Sendable { public init( calculatorName: Swift.String? = nil - ) - { + ) { self.calculatorName = calculatorName } } @@ -2967,8 +2885,7 @@ public struct DeleteTrackerInput: Swift.Sendable { public init( trackerName: Swift.String? = nil - ) - { + ) { self.trackerName = trackerName } } @@ -2985,8 +2902,7 @@ public struct DescribeGeofenceCollectionInput: Swift.Sendable { public init( collectionName: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName } } @@ -3025,8 +2941,7 @@ public struct DescribeGeofenceCollectionOutput: Swift.Sendable { kmsKeyId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collectionArn = collectionArn self.collectionName = collectionName self.createTime = createTime @@ -3045,8 +2960,7 @@ public struct DescribeMapInput: Swift.Sendable { public init( mapName: Swift.String? = nil - ) - { + ) { self.mapName = mapName } } @@ -3087,8 +3001,7 @@ public struct DescribeMapOutput: Swift.Sendable { mapName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.configuration = configuration self.createTime = createTime self.dataSource = dataSource @@ -3107,8 +3020,7 @@ public struct DescribePlaceIndexInput: Swift.Sendable { public init( indexName: Swift.String? = nil - ) - { + ) { self.indexName = indexName } } @@ -3158,8 +3070,7 @@ public struct DescribePlaceIndexOutput: Swift.Sendable { indexName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.dataSource = dataSource self.dataSourceConfiguration = dataSourceConfiguration @@ -3178,8 +3089,7 @@ public struct DescribeRouteCalculatorInput: Swift.Sendable { public init( calculatorName: Swift.String? = nil - ) - { + ) { self.calculatorName = calculatorName } } @@ -3229,8 +3139,7 @@ public struct DescribeRouteCalculatorOutput: Swift.Sendable { description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.calculatorArn = calculatorArn self.calculatorName = calculatorName self.createTime = createTime @@ -3248,8 +3157,7 @@ public struct DescribeTrackerInput: Swift.Sendable { public init( trackerName: Swift.String? = nil - ) - { + ) { self.trackerName = trackerName } } @@ -3294,8 +3202,7 @@ public struct DescribeTrackerOutput: Swift.Sendable { trackerArn: Swift.String? = nil, trackerName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.eventBridgeEnabled = eventBridgeEnabled @@ -3323,8 +3230,7 @@ extension LocationClientTypes { public init( macAddress: Swift.String? = nil, rss: Swift.Int? = nil - ) - { + ) { self.macAddress = macAddress self.rss = rss } @@ -3361,8 +3267,7 @@ extension LocationClientTypes { position: [Swift.Double]? = nil, sampleTime: Foundation.Date? = nil, wiFiAccessPoints: [LocationClientTypes.WiFiAccessPoint]? = nil - ) - { + ) { self.accuracy = accuracy self.cellSignals = cellSignals self.deviceId = deviceId @@ -3392,8 +3297,7 @@ public struct DisassociateTrackerConsumerInput: Swift.Sendable { public init( consumerArn: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.consumerArn = consumerArn self.trackerName = trackerName } @@ -3471,8 +3375,7 @@ extension LocationClientTypes { geofenceProperties: [Swift.String: Swift.String]? = nil, isDeviceInGeofence: Swift.Bool? = nil, nearestDistance: Swift.Double = 0.0 - ) - { + ) { self.eventId = eventId self.eventType = eventType self.forecastedBreachTime = forecastedBreachTime @@ -3502,8 +3405,7 @@ extension LocationClientTypes { public init( position: [Swift.Double]? = nil, speed: Swift.Double? = nil - ) - { + ) { self.position = position self.speed = speed } @@ -3570,8 +3472,7 @@ public struct ForecastGeofenceEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, speedUnit: LocationClientTypes.SpeedUnit? = nil, timeHorizonMinutes: Swift.Double? = nil - ) - { + ) { self.collectionName = collectionName self.deviceState = deviceState self.distanceUnit = distanceUnit @@ -3600,8 +3501,7 @@ public struct ForecastGeofenceEventsOutput: Swift.Sendable { forecastedEvents: [LocationClientTypes.ForecastedEvent]? = nil, nextToken: Swift.String? = nil, speedUnit: LocationClientTypes.SpeedUnit? = nil - ) - { + ) { self.distanceUnit = distanceUnit self.forecastedEvents = forecastedEvents self.nextToken = nextToken @@ -3618,8 +3518,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3632,8 +3531,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3663,8 +3561,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3688,8 +3585,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3711,8 +3607,7 @@ public struct GetGeofenceInput: Swift.Sendable { public init( collectionName: Swift.String? = nil, geofenceId: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName self.geofenceId = geofenceId } @@ -3754,8 +3649,7 @@ public struct GetGeofenceOutput: Swift.Sendable { geometry: LocationClientTypes.GeofenceGeometry? = nil, status: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.geofenceId = geofenceId self.geofenceProperties = geofenceProperties @@ -3779,8 +3673,7 @@ public struct ListGeofenceCollectionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3808,8 +3701,7 @@ extension LocationClientTypes { createTime: Foundation.Date? = nil, description: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collectionName = collectionName self.createTime = createTime self.description = description @@ -3828,8 +3720,7 @@ public struct ListGeofenceCollectionsOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListGeofenceCollectionsResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -3848,8 +3739,7 @@ public struct ListGeofencesInput: Swift.Sendable { collectionName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName self.maxResults = maxResults self.nextToken = nextToken @@ -3895,8 +3785,7 @@ extension LocationClientTypes { geometry: LocationClientTypes.GeofenceGeometry? = nil, status: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.geofenceId = geofenceId self.geofenceProperties = geofenceProperties @@ -3922,8 +3811,7 @@ public struct ListGeofencesOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListGeofenceResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -3947,8 +3835,7 @@ public struct PutGeofenceInput: Swift.Sendable { geofenceId: Swift.String? = nil, geofenceProperties: [Swift.String: Swift.String]? = nil, geometry: LocationClientTypes.GeofenceGeometry? = nil - ) - { + ) { self.collectionName = collectionName self.geofenceId = geofenceId self.geofenceProperties = geofenceProperties @@ -3976,8 +3863,7 @@ public struct PutGeofenceOutput: Swift.Sendable { createTime: Foundation.Date? = nil, geofenceId: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.geofenceId = geofenceId self.updateTime = updateTime @@ -3994,8 +3880,7 @@ public struct UpdateGeofenceCollectionInput: Swift.Sendable { public init( collectionName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.collectionName = collectionName self.description = description } @@ -4018,8 +3903,7 @@ public struct UpdateGeofenceCollectionOutput: Swift.Sendable { collectionArn: Swift.String? = nil, collectionName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.collectionArn = collectionArn self.collectionName = collectionName self.updateTime = updateTime @@ -4037,8 +3921,7 @@ public struct GetDevicePositionInput: Swift.Sendable { public init( deviceId: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.trackerName = trackerName } @@ -4068,8 +3951,7 @@ public struct GetDevicePositionOutput: Swift.Sendable { positionProperties: [Swift.String: Swift.String]? = nil, receivedTime: Foundation.Date? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.accuracy = accuracy self.deviceId = deviceId self.position = position @@ -4111,8 +3993,7 @@ public struct GetDevicePositionHistoryInput: Swift.Sendable { nextToken: Swift.String? = nil, startTimeInclusive: Foundation.Date? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.endTimeExclusive = endTimeExclusive self.maxResults = maxResults @@ -4132,8 +4013,7 @@ public struct GetDevicePositionHistoryOutput: Swift.Sendable { public init( devicePositions: [LocationClientTypes.DevicePosition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devicePositions = devicePositions self.nextToken = nextToken } @@ -4187,8 +4067,7 @@ public struct GetMapGlyphsInput: Swift.Sendable { fontUnicodeRange: Swift.String? = nil, key: Swift.String? = nil, mapName: Swift.String? = nil - ) - { + ) { self.fontStack = fontStack self.fontUnicodeRange = fontUnicodeRange self.key = key @@ -4213,8 +4092,7 @@ public struct GetMapGlyphsOutput: Swift.Sendable { blob: Foundation.Data? = nil, cacheControl: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -4246,8 +4124,7 @@ public struct GetMapSpritesInput: Swift.Sendable { fileName: Swift.String? = nil, key: Swift.String? = nil, mapName: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.key = key self.mapName = mapName @@ -4271,8 +4148,7 @@ public struct GetMapSpritesOutput: Swift.Sendable { blob: Foundation.Data? = nil, cacheControl: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -4289,8 +4165,7 @@ public struct GetMapStyleDescriptorInput: Swift.Sendable { public init( key: Swift.String? = nil, mapName: Swift.String? = nil - ) - { + ) { self.key = key self.mapName = mapName } @@ -4313,8 +4188,7 @@ public struct GetMapStyleDescriptorOutput: Swift.Sendable { blob: Foundation.Data? = nil, cacheControl: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -4343,8 +4217,7 @@ public struct GetMapTileInput: Swift.Sendable { x: Swift.String? = nil, y: Swift.String? = nil, z: Swift.String? = nil - ) - { + ) { self.key = key self.mapName = mapName self.x = x @@ -4370,8 +4243,7 @@ public struct GetMapTileOutput: Swift.Sendable { blob: Foundation.Data? = nil, cacheControl: Swift.String? = nil, contentType: Swift.String? = nil - ) - { + ) { self.blob = blob self.cacheControl = cacheControl self.contentType = contentType @@ -4395,8 +4267,7 @@ public struct GetPlaceInput: Swift.Sendable { key: Swift.String? = nil, language: Swift.String? = nil, placeId: Swift.String? = nil - ) - { + ) { self.indexName = indexName self.key = key self.language = language @@ -4422,8 +4293,7 @@ extension LocationClientTypes { public init( point: [Swift.Double]? = nil - ) - { + ) { self.point = point } } @@ -4447,8 +4317,7 @@ extension LocationClientTypes { public init( name: Swift.String? = nil, offset: Swift.Int? = nil - ) - { + ) { self.name = name self.offset = offset } @@ -4513,8 +4382,7 @@ extension LocationClientTypes { timeZone: LocationClientTypes.TimeZone? = nil, unitNumber: Swift.String? = nil, unitType: Swift.String? = nil - ) - { + ) { self.addressNumber = addressNumber self.categories = categories self.country = country @@ -4543,8 +4411,7 @@ public struct GetPlaceOutput: Swift.Sendable { public init( place: LocationClientTypes.Place? = nil - ) - { + ) { self.place = place } } @@ -4568,8 +4435,7 @@ extension LocationClientTypes { deviationDistance: Swift.Double? = nil, position: [Swift.Double]? = nil, proxyDetected: Swift.Bool? = nil - ) - { + ) { self.accuracy = accuracy self.deviationDistance = deviationDistance self.position = position @@ -4592,8 +4458,7 @@ extension LocationClientTypes { public init( polygon: [[[Swift.Double]]]? = nil - ) - { + ) { self.polygon = polygon } } @@ -4620,8 +4485,7 @@ public struct ListDevicePositionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.filterGeometry = filterGeometry self.maxResults = maxResults self.nextToken = nextToken @@ -4653,8 +4517,7 @@ extension LocationClientTypes { position: [Swift.Double]? = nil, positionProperties: [Swift.String: Swift.String]? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.accuracy = accuracy self.deviceId = deviceId self.position = position @@ -4679,8 +4542,7 @@ public struct ListDevicePositionsOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListDevicePositionsResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -4695,8 +4557,7 @@ public struct ListMapsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4728,8 +4589,7 @@ extension LocationClientTypes { description: Swift.String? = nil, mapName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.dataSource = dataSource self.description = description @@ -4749,8 +4609,7 @@ public struct ListMapsOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListMapsResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -4765,8 +4624,7 @@ public struct ListPlaceIndexesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4807,8 +4665,7 @@ extension LocationClientTypes { description: Swift.String? = nil, indexName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.dataSource = dataSource self.description = description @@ -4828,8 +4685,7 @@ public struct ListPlaceIndexesOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListPlaceIndexesResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -4844,8 +4700,7 @@ public struct ListRouteCalculatorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4890,8 +4745,7 @@ extension LocationClientTypes { dataSource: Swift.String? = nil, description: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.calculatorName = calculatorName self.createTime = createTime self.dataSource = dataSource @@ -4911,8 +4765,7 @@ public struct ListRouteCalculatorsOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListRouteCalculatorsResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -4931,8 +4784,7 @@ public struct ListTrackerConsumersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.trackerName = trackerName @@ -4949,8 +4801,7 @@ public struct ListTrackerConsumersOutput: Swift.Sendable { public init( consumerArns: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.consumerArns = consumerArns self.nextToken = nextToken } @@ -4965,8 +4816,7 @@ public struct ListTrackersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4994,8 +4844,7 @@ extension LocationClientTypes { description: Swift.String? = nil, trackerName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.description = description self.trackerName = trackerName @@ -5014,8 +4863,7 @@ public struct ListTrackersOutput: Swift.Sendable { public init( entries: [LocationClientTypes.ListTrackersResponseEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entries = entries self.nextToken = nextToken } @@ -5033,8 +4881,7 @@ extension LocationClientTypes { public init( customLayers: [Swift.String]? = nil, politicalView: Swift.String? = nil - ) - { + ) { self.customLayers = customLayers self.politicalView = politicalView } @@ -5054,8 +4901,7 @@ public struct UpdateMapInput: Swift.Sendable { configurationUpdate: LocationClientTypes.MapConfigurationUpdate? = nil, description: Swift.String? = nil, mapName: Swift.String? = nil - ) - { + ) { self.configurationUpdate = configurationUpdate self.description = description self.mapName = mapName @@ -5079,8 +4925,7 @@ public struct UpdateMapOutput: Swift.Sendable { mapArn: Swift.String? = nil, mapName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.mapArn = mapArn self.mapName = mapName self.updateTime = updateTime @@ -5107,8 +4952,7 @@ public struct SearchPlaceIndexForPositionInput: Swift.Sendable { language: Swift.String? = nil, maxResults: Swift.Int? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.indexName = indexName self.key = key self.language = language @@ -5139,8 +4983,7 @@ extension LocationClientTypes { distance: Swift.Double? = nil, place: LocationClientTypes.Place? = nil, placeId: Swift.String? = nil - ) - { + ) { self.distance = distance self.place = place self.placeId = placeId @@ -5177,8 +5020,7 @@ extension LocationClientTypes { language: Swift.String? = nil, maxResults: Swift.Int? = nil, position: [Swift.Double]? = nil - ) - { + ) { self.dataSource = dataSource self.language = language self.maxResults = maxResults @@ -5203,8 +5045,7 @@ public struct SearchPlaceIndexForPositionOutput: Swift.Sendable { public init( results: [LocationClientTypes.SearchForPositionResult]? = nil, summary: LocationClientTypes.SearchPlaceIndexForPositionSummary? = nil - ) - { + ) { self.results = results self.summary = summary } @@ -5244,8 +5085,7 @@ public struct SearchPlaceIndexForSuggestionsInput: Swift.Sendable { language: Swift.String? = nil, maxResults: Swift.Int? = nil, text: Swift.String? = nil - ) - { + ) { self.biasPosition = biasPosition self.filterBBox = filterBBox self.filterCategories = filterCategories @@ -5282,8 +5122,7 @@ extension LocationClientTypes { placeId: Swift.String? = nil, supplementalCategories: [Swift.String]? = nil, text: Swift.String? = nil - ) - { + ) { self.categories = categories self.placeId = placeId self.supplementalCategories = supplementalCategories @@ -5333,8 +5172,7 @@ extension LocationClientTypes { language: Swift.String? = nil, maxResults: Swift.Int? = nil, text: Swift.String? = nil - ) - { + ) { self.biasPosition = biasPosition self.dataSource = dataSource self.filterBBox = filterBBox @@ -5363,8 +5201,7 @@ public struct SearchPlaceIndexForSuggestionsOutput: Swift.Sendable { public init( results: [LocationClientTypes.SearchForSuggestionsResult]? = nil, summary: LocationClientTypes.SearchPlaceIndexForSuggestionsSummary? = nil - ) - { + ) { self.results = results self.summary = summary } @@ -5404,8 +5241,7 @@ public struct SearchPlaceIndexForTextInput: Swift.Sendable { language: Swift.String? = nil, maxResults: Swift.Int? = nil, text: Swift.String? = nil - ) - { + ) { self.biasPosition = biasPosition self.filterBBox = filterBBox self.filterCategories = filterCategories @@ -5442,8 +5278,7 @@ extension LocationClientTypes { place: LocationClientTypes.Place? = nil, placeId: Swift.String? = nil, relevance: Swift.Double? = nil - ) - { + ) { self.distance = distance self.place = place self.placeId = placeId @@ -5496,8 +5331,7 @@ extension LocationClientTypes { maxResults: Swift.Int? = nil, resultBBox: [Swift.Double]? = nil, text: Swift.String? = nil - ) - { + ) { self.biasPosition = biasPosition self.dataSource = dataSource self.filterBBox = filterBBox @@ -5527,8 +5361,7 @@ public struct SearchPlaceIndexForTextOutput: Swift.Sendable { public init( results: [LocationClientTypes.SearchForTextResult]? = nil, summary: LocationClientTypes.SearchPlaceIndexForTextSummary? = nil - ) - { + ) { self.results = results self.summary = summary } @@ -5547,8 +5380,7 @@ public struct UpdatePlaceIndexInput: Swift.Sendable { dataSourceConfiguration: LocationClientTypes.DataSourceConfiguration? = nil, description: Swift.String? = nil, indexName: Swift.String? = nil - ) - { + ) { self.dataSourceConfiguration = dataSourceConfiguration self.description = description self.indexName = indexName @@ -5572,8 +5404,7 @@ public struct UpdatePlaceIndexOutput: Swift.Sendable { indexArn: Swift.String? = nil, indexName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.indexArn = indexArn self.indexName = indexName self.updateTime = updateTime @@ -5590,8 +5421,7 @@ public struct UpdateRouteCalculatorInput: Swift.Sendable { public init( calculatorName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.calculatorName = calculatorName self.description = description } @@ -5614,8 +5444,7 @@ public struct UpdateRouteCalculatorOutput: Swift.Sendable { calculatorArn: Swift.String? = nil, calculatorName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.calculatorArn = calculatorArn self.calculatorName = calculatorName self.updateTime = updateTime @@ -5647,8 +5476,7 @@ public struct UpdateTrackerInput: Swift.Sendable { kmsKeyEnableGeospatialQueries: Swift.Bool? = nil, positionFiltering: LocationClientTypes.PositionFiltering? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.description = description self.eventBridgeEnabled = eventBridgeEnabled self.kmsKeyEnableGeospatialQueries = kmsKeyEnableGeospatialQueries @@ -5674,8 +5502,7 @@ public struct UpdateTrackerOutput: Swift.Sendable { trackerArn: Swift.String? = nil, trackerName: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.trackerArn = trackerArn self.trackerName = trackerName self.updateTime = updateTime @@ -5696,8 +5523,7 @@ public struct VerifyDevicePositionInput: Swift.Sendable { deviceState: LocationClientTypes.DeviceState? = nil, distanceUnit: LocationClientTypes.DistanceUnit? = nil, trackerName: Swift.String? = nil - ) - { + ) { self.deviceState = deviceState self.distanceUnit = distanceUnit self.trackerName = trackerName @@ -5727,8 +5553,7 @@ public struct VerifyDevicePositionOutput: Swift.Sendable { inferredState: LocationClientTypes.InferredState? = nil, receivedTime: Foundation.Date? = nil, sampleTime: Foundation.Date? = nil - ) - { + ) { self.deviceId = deviceId self.distanceUnit = distanceUnit self.inferredState = inferredState diff --git a/Sources/Services/AWSLookoutEquipment/Package.swift.txt b/Sources/Services/AWSLookoutEquipment/Package.swift.txt index 82144e31380..f52527fa1fd 100644 --- a/Sources/Services/AWSLookoutEquipment/Package.swift.txt +++ b/Sources/Services/AWSLookoutEquipment/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/LookoutEquipmentClient.swift b/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/LookoutEquipmentClient.swift index 4b664b86c38..9c220d10cba 100644 --- a/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/LookoutEquipmentClient.swift +++ b/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/LookoutEquipmentClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LookoutEquipmentClient: ClientRuntime.Client { public static let clientName = "LookoutEquipmentClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LookoutEquipmentClient.LookoutEquipmentClientConfiguration let serviceName = "LookoutEquipment" diff --git a/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/Models.swift b/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/Models.swift index f437f5fe5b7..6e72a2951f0 100644 --- a/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/Models.swift +++ b/Sources/Services/AWSLookoutEquipment/Sources/AWSLookoutEquipment/Models.swift @@ -100,8 +100,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +162,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -188,8 +186,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -213,8 +210,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -238,8 +234,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +258,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +272,7 @@ extension LookoutEquipmentClientTypes { public init( inlineDataSchema: Swift.String? = nil - ) - { + ) { self.inlineDataSchema = inlineDataSchema } } @@ -299,8 +292,7 @@ extension LookoutEquipmentClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -327,8 +319,7 @@ public struct CreateDatasetInput: Swift.Sendable { datasetSchema: LookoutEquipmentClientTypes.DatasetSchema? = nil, serverSideKmsKeyId: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.datasetName = datasetName self.datasetSchema = datasetSchema @@ -384,8 +375,7 @@ public struct CreateDatasetOutput: Swift.Sendable { datasetArn: Swift.String? = nil, datasetName: Swift.String? = nil, status: LookoutEquipmentClientTypes.DatasetStatus? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetName = datasetName self.status = status @@ -411,8 +401,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -429,8 +418,7 @@ extension LookoutEquipmentClientTypes { public init( componentTimestampDelimiter: Swift.String? = nil, timestampFormat: Swift.String? = nil - ) - { + ) { self.componentTimestampDelimiter = componentTimestampDelimiter self.timestampFormat = timestampFormat } @@ -450,8 +438,7 @@ extension LookoutEquipmentClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -473,8 +460,7 @@ extension LookoutEquipmentClientTypes { inferenceInputNameConfiguration: LookoutEquipmentClientTypes.InferenceInputNameConfiguration? = nil, inputTimeZoneOffset: Swift.String? = nil, s3InputConfiguration: LookoutEquipmentClientTypes.InferenceS3InputConfiguration? = nil - ) - { + ) { self.inferenceInputNameConfiguration = inferenceInputNameConfiguration self.inputTimeZoneOffset = inputTimeZoneOffset self.s3InputConfiguration = s3InputConfiguration @@ -495,8 +481,7 @@ extension LookoutEquipmentClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -516,8 +501,7 @@ extension LookoutEquipmentClientTypes { public init( kmsKeyId: Swift.String? = nil, s3OutputConfiguration: LookoutEquipmentClientTypes.InferenceS3OutputConfiguration? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputConfiguration = s3OutputConfiguration } @@ -602,8 +586,7 @@ public struct CreateInferenceSchedulerInput: Swift.Sendable { roleArn: Swift.String? = nil, serverSideKmsKeyId: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.dataDelayOffsetInMinutes = dataDelayOffsetInMinutes self.dataInputConfiguration = dataInputConfiguration @@ -699,8 +682,7 @@ public struct CreateInferenceSchedulerOutput: Swift.Sendable { inferenceSchedulerName: Swift.String? = nil, modelQuality: LookoutEquipmentClientTypes.ModelQuality? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil - ) - { + ) { self.inferenceSchedulerArn = inferenceSchedulerArn self.inferenceSchedulerName = inferenceSchedulerName self.modelQuality = modelQuality @@ -772,8 +754,7 @@ public struct CreateLabelInput: Swift.Sendable { notes: Swift.String? = nil, rating: LookoutEquipmentClientTypes.LabelRating? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.endTime = endTime self.equipment = equipment @@ -791,8 +772,7 @@ public struct CreateLabelOutput: Swift.Sendable { public init( labelId: Swift.String? = nil - ) - { + ) { self.labelId = labelId } } @@ -814,8 +794,7 @@ public struct CreateLabelGroupInput: Swift.Sendable { faultCodes: [Swift.String]? = nil, labelGroupName: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.faultCodes = faultCodes self.labelGroupName = labelGroupName @@ -832,8 +811,7 @@ public struct CreateLabelGroupOutput: Swift.Sendable { public init( labelGroupArn: Swift.String? = nil, labelGroupName: Swift.String? = nil - ) - { + ) { self.labelGroupArn = labelGroupArn self.labelGroupName = labelGroupName } @@ -904,8 +882,7 @@ extension LookoutEquipmentClientTypes { public init( targetSamplingRate: LookoutEquipmentClientTypes.TargetSamplingRate? = nil - ) - { + ) { self.targetSamplingRate = targetSamplingRate } } @@ -924,8 +901,7 @@ extension LookoutEquipmentClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -944,8 +920,7 @@ extension LookoutEquipmentClientTypes { public init( labelGroupName: Swift.String? = nil, s3InputConfiguration: LookoutEquipmentClientTypes.LabelsS3InputConfiguration? = nil - ) - { + ) { self.labelGroupName = labelGroupName self.s3InputConfiguration = s3InputConfiguration } @@ -965,8 +940,7 @@ extension LookoutEquipmentClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -986,8 +960,7 @@ extension LookoutEquipmentClientTypes { public init( kmsKeyId: Swift.String? = nil, s3OutputConfiguration: LookoutEquipmentClientTypes.ModelDiagnosticsS3OutputConfiguration? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputConfiguration = s3OutputConfiguration } @@ -1045,8 +1018,7 @@ public struct CreateModelInput: Swift.Sendable { tags: [LookoutEquipmentClientTypes.Tag]? = nil, trainingDataEndTime: Foundation.Date? = nil, trainingDataStartTime: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.dataPreProcessingConfiguration = dataPreProcessingConfiguration self.datasetName = datasetName @@ -1109,8 +1081,7 @@ public struct CreateModelOutput: Swift.Sendable { public init( modelArn: Swift.String? = nil, status: LookoutEquipmentClientTypes.ModelStatus? = nil - ) - { + ) { self.modelArn = modelArn self.status = status } @@ -1176,8 +1147,7 @@ public struct CreateRetrainingSchedulerInput: Swift.Sendable { promoteMode: LookoutEquipmentClientTypes.ModelPromoteMode? = nil, retrainingFrequency: Swift.String? = nil, retrainingStartDate: Foundation.Date? = nil - ) - { + ) { self.clientToken = clientToken self.lookbackWindow = lookbackWindow self.modelName = modelName @@ -1234,8 +1204,7 @@ public struct CreateRetrainingSchedulerOutput: Swift.Sendable { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil - ) - { + ) { self.modelArn = modelArn self.modelName = modelName self.status = status @@ -1249,8 +1218,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( datasetName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName } } @@ -1262,8 +1230,7 @@ public struct DeleteInferenceSchedulerInput: Swift.Sendable { public init( inferenceSchedulerName: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerName = inferenceSchedulerName } } @@ -1279,8 +1246,7 @@ public struct DeleteLabelInput: Swift.Sendable { public init( labelGroupName: Swift.String? = nil, labelId: Swift.String? = nil - ) - { + ) { self.labelGroupName = labelGroupName self.labelId = labelId } @@ -1293,8 +1259,7 @@ public struct DeleteLabelGroupInput: Swift.Sendable { public init( labelGroupName: Swift.String? = nil - ) - { + ) { self.labelGroupName = labelGroupName } } @@ -1306,8 +1271,7 @@ public struct DeleteModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -1319,8 +1283,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1332,8 +1295,7 @@ public struct DeleteRetrainingSchedulerInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -1345,8 +1307,7 @@ public struct DescribeDataIngestionJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1361,8 +1322,7 @@ extension LookoutEquipmentClientTypes { public init( totalNumberOfDuplicateTimestamps: Swift.Int? = nil - ) - { + ) { self.totalNumberOfDuplicateTimestamps = totalNumberOfDuplicateTimestamps } } @@ -1378,8 +1338,7 @@ extension LookoutEquipmentClientTypes { public init( affectedSensorCount: Swift.Int? = nil - ) - { + ) { self.affectedSensorCount = affectedSensorCount } } @@ -1395,8 +1354,7 @@ extension LookoutEquipmentClientTypes { public init( affectedSensorCount: Swift.Int? = nil - ) - { + ) { self.affectedSensorCount = affectedSensorCount } } @@ -1416,8 +1374,7 @@ extension LookoutEquipmentClientTypes { public init( missingCompleteSensorData: LookoutEquipmentClientTypes.MissingCompleteSensorData? = nil, sensorsWithShortDateRange: LookoutEquipmentClientTypes.SensorsWithShortDateRange? = nil - ) - { + ) { self.missingCompleteSensorData = missingCompleteSensorData self.sensorsWithShortDateRange = sensorsWithShortDateRange } @@ -1438,8 +1395,7 @@ extension LookoutEquipmentClientTypes { public init( affectedSensorCount: Swift.Int? = nil, totalNumberOfInvalidValues: Swift.Int? = nil - ) - { + ) { self.affectedSensorCount = affectedSensorCount self.totalNumberOfInvalidValues = totalNumberOfInvalidValues } @@ -1460,8 +1416,7 @@ extension LookoutEquipmentClientTypes { public init( affectedSensorCount: Swift.Int? = nil, totalNumberOfMissingValues: Swift.Int? = nil - ) - { + ) { self.affectedSensorCount = affectedSensorCount self.totalNumberOfMissingValues = totalNumberOfMissingValues } @@ -1478,8 +1433,7 @@ extension LookoutEquipmentClientTypes { public init( totalNumberOfUnsupportedTimestamps: Swift.Int? = nil - ) - { + ) { self.totalNumberOfUnsupportedTimestamps = totalNumberOfUnsupportedTimestamps } } @@ -1511,8 +1465,7 @@ extension LookoutEquipmentClientTypes { invalidSensorData: LookoutEquipmentClientTypes.InvalidSensorData? = nil, missingSensorData: LookoutEquipmentClientTypes.MissingSensorData? = nil, unsupportedTimestamps: LookoutEquipmentClientTypes.UnsupportedTimestamps? = nil - ) - { + ) { self.duplicateTimestamps = duplicateTimestamps self.insufficientSensorData = insufficientSensorData self.invalidSensorData = invalidSensorData @@ -1536,8 +1489,7 @@ extension LookoutEquipmentClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1561,8 +1513,7 @@ extension LookoutEquipmentClientTypes { discardedFiles: [LookoutEquipmentClientTypes.S3Object]? = nil, ingestedNumberOfFiles: Swift.Int? = nil, totalNumberOfFiles: Swift.Int? = nil - ) - { + ) { self.discardedFiles = discardedFiles self.ingestedNumberOfFiles = ingestedNumberOfFiles self.totalNumberOfFiles = totalNumberOfFiles @@ -1586,8 +1537,7 @@ extension LookoutEquipmentClientTypes { bucket: Swift.String? = nil, keyPattern: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPattern = keyPattern self.`prefix` = `prefix` @@ -1605,8 +1555,7 @@ extension LookoutEquipmentClientTypes { public init( s3InputConfiguration: LookoutEquipmentClientTypes.IngestionS3InputConfiguration? = nil - ) - { + ) { self.s3InputConfiguration = s3InputConfiguration } } @@ -1692,8 +1641,7 @@ public struct DescribeDataIngestionJobOutput: Swift.Sendable { sourceDatasetArn: Swift.String? = nil, status: LookoutEquipmentClientTypes.IngestionJobStatus? = nil, statusDetail: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.dataEndTime = dataEndTime self.dataQualitySummary = dataQualitySummary @@ -1718,8 +1666,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetName: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName } } @@ -1769,8 +1716,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { serverSideKmsKeyId: Swift.String? = nil, sourceDatasetArn: Swift.String? = nil, status: LookoutEquipmentClientTypes.DatasetStatus? = nil - ) - { + ) { self.createdAt = createdAt self.dataEndTime = dataEndTime self.dataQualitySummary = dataQualitySummary @@ -1795,8 +1741,7 @@ public struct DescribeInferenceSchedulerInput: Swift.Sendable { public init( inferenceSchedulerName: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerName = inferenceSchedulerName } } @@ -1875,8 +1820,7 @@ public struct DescribeInferenceSchedulerOutput: Swift.Sendable { serverSideKmsKeyId: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataDelayOffsetInMinutes = dataDelayOffsetInMinutes self.dataInputConfiguration = dataInputConfiguration @@ -1905,8 +1849,7 @@ public struct DescribeLabelInput: Swift.Sendable { public init( labelGroupName: Swift.String? = nil, labelId: Swift.String? = nil - ) - { + ) { self.labelGroupName = labelGroupName self.labelId = labelId } @@ -1945,8 +1888,7 @@ public struct DescribeLabelOutput: Swift.Sendable { notes: Swift.String? = nil, rating: LookoutEquipmentClientTypes.LabelRating? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.endTime = endTime self.equipment = equipment @@ -1967,8 +1909,7 @@ public struct DescribeLabelGroupInput: Swift.Sendable { public init( labelGroupName: Swift.String? = nil - ) - { + ) { self.labelGroupName = labelGroupName } } @@ -1991,8 +1932,7 @@ public struct DescribeLabelGroupOutput: Swift.Sendable { labelGroupArn: Swift.String? = nil, labelGroupName: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.faultCodes = faultCodes self.labelGroupArn = labelGroupArn @@ -2008,8 +1948,7 @@ public struct DescribeModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -2181,8 +2120,7 @@ public struct DescribeModelOutput: Swift.Sendable { trainingDataStartTime: Foundation.Date? = nil, trainingExecutionEndTime: Foundation.Date? = nil, trainingExecutionStartTime: Foundation.Date? = nil - ) - { + ) { self.accumulatedInferenceDataEndTime = accumulatedInferenceDataEndTime self.accumulatedInferenceDataStartTime = accumulatedInferenceDataStartTime self.activeModelVersion = activeModelVersion @@ -2239,8 +2177,7 @@ public struct DescribeModelVersionInput: Swift.Sendable { public init( modelName: Swift.String? = nil, modelVersion: Swift.Int? = nil - ) - { + ) { self.modelName = modelName self.modelVersion = modelVersion } @@ -2386,8 +2323,7 @@ public struct DescribeModelVersionOutput: Swift.Sendable { trainingDataStartTime: Foundation.Date? = nil, trainingExecutionEndTime: Foundation.Date? = nil, trainingExecutionStartTime: Foundation.Date? = nil - ) - { + ) { self.autoPromotionResult = autoPromotionResult self.autoPromotionResultReason = autoPromotionResultReason self.createdAt = createdAt @@ -2433,8 +2369,7 @@ public struct DescribeResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2454,8 +2389,7 @@ public struct DescribeResourcePolicyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, policyRevisionId: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.policyRevisionId = policyRevisionId @@ -2470,8 +2404,7 @@ public struct DescribeRetrainingSchedulerInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -2506,8 +2439,7 @@ public struct DescribeRetrainingSchedulerOutput: Swift.Sendable { retrainingStartDate: Foundation.Date? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lookbackWindow = lookbackWindow self.modelArn = modelArn @@ -2540,8 +2472,7 @@ public struct ImportDatasetInput: Swift.Sendable { serverSideKmsKeyId: Swift.String? = nil, sourceDatasetArn: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.datasetName = datasetName self.serverSideKmsKeyId = serverSideKmsKeyId @@ -2565,8 +2496,7 @@ public struct ImportDatasetOutput: Swift.Sendable { datasetName: Swift.String? = nil, jobId: Swift.String? = nil, status: LookoutEquipmentClientTypes.DatasetStatus? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetName = datasetName self.jobId = jobId @@ -2645,8 +2575,7 @@ public struct ImportModelVersionInput: Swift.Sendable { serverSideKmsKeyId: Swift.String? = nil, sourceModelVersionArn: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.datasetName = datasetName self.inferenceDataImportStrategy = inferenceDataImportStrategy @@ -2677,8 +2606,7 @@ public struct ImportModelVersionOutput: Swift.Sendable { modelVersion: Swift.Int? = nil, modelVersionArn: Swift.String? = nil, status: LookoutEquipmentClientTypes.ModelVersionStatus? = nil - ) - { + ) { self.modelArn = modelArn self.modelName = modelName self.modelVersion = modelVersion @@ -2702,8 +2630,7 @@ public struct ListDataIngestionJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: LookoutEquipmentClientTypes.IngestionJobStatus? = nil - ) - { + ) { self.datasetName = datasetName self.maxResults = maxResults self.nextToken = nextToken @@ -2732,8 +2659,7 @@ extension LookoutEquipmentClientTypes { ingestionInputConfiguration: LookoutEquipmentClientTypes.IngestionInputConfiguration? = nil, jobId: Swift.String? = nil, status: LookoutEquipmentClientTypes.IngestionJobStatus? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetName = datasetName self.ingestionInputConfiguration = ingestionInputConfiguration @@ -2752,8 +2678,7 @@ public struct ListDataIngestionJobsOutput: Swift.Sendable { public init( dataIngestionJobSummaries: [LookoutEquipmentClientTypes.DataIngestionJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataIngestionJobSummaries = dataIngestionJobSummaries self.nextToken = nextToken } @@ -2771,8 +2696,7 @@ public struct ListDatasetsInput: Swift.Sendable { datasetNameBeginsWith: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetNameBeginsWith = datasetNameBeginsWith self.maxResults = maxResults self.nextToken = nextToken @@ -2797,8 +2721,7 @@ extension LookoutEquipmentClientTypes { datasetArn: Swift.String? = nil, datasetName: Swift.String? = nil, status: LookoutEquipmentClientTypes.DatasetStatus? = nil - ) - { + ) { self.createdAt = createdAt self.datasetArn = datasetArn self.datasetName = datasetName @@ -2816,8 +2739,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasetSummaries: [LookoutEquipmentClientTypes.DatasetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetSummaries = datasetSummaries self.nextToken = nextToken } @@ -2844,8 +2766,7 @@ public struct ListInferenceEventsInput: Swift.Sendable { intervalStartTime: Foundation.Date? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerName = inferenceSchedulerName self.intervalEndTime = intervalEndTime self.intervalStartTime = intervalStartTime @@ -2878,8 +2799,7 @@ extension LookoutEquipmentClientTypes { eventStartTime: Foundation.Date? = nil, inferenceSchedulerArn: Swift.String? = nil, inferenceSchedulerName: Swift.String? = nil - ) - { + ) { self.diagnostics = diagnostics self.eventDurationInSeconds = eventDurationInSeconds self.eventEndTime = eventEndTime @@ -2899,8 +2819,7 @@ public struct ListInferenceEventsOutput: Swift.Sendable { public init( inferenceEventSummaries: [LookoutEquipmentClientTypes.InferenceEventSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceEventSummaries = inferenceEventSummaries self.nextToken = nextToken } @@ -2960,8 +2879,7 @@ public struct ListInferenceExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceExecutionStatus? = nil - ) - { + ) { self.dataEndTimeBefore = dataEndTimeBefore self.dataStartTimeAfter = dataStartTimeAfter self.inferenceSchedulerName = inferenceSchedulerName @@ -3019,8 +2937,7 @@ extension LookoutEquipmentClientTypes { modelVersionArn: Swift.String? = nil, scheduledStartTime: Foundation.Date? = nil, status: LookoutEquipmentClientTypes.InferenceExecutionStatus? = nil - ) - { + ) { self.customerResultObject = customerResultObject self.dataEndTime = dataEndTime self.dataInputConfiguration = dataInputConfiguration @@ -3048,8 +2965,7 @@ public struct ListInferenceExecutionsOutput: Swift.Sendable { public init( inferenceExecutionSummaries: [LookoutEquipmentClientTypes.InferenceExecutionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceExecutionSummaries = inferenceExecutionSummaries self.nextToken = nextToken } @@ -3073,8 +2989,7 @@ public struct ListInferenceSchedulersInput: Swift.Sendable { modelName: Swift.String? = nil, nextToken: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil - ) - { + ) { self.inferenceSchedulerNameBeginsWith = inferenceSchedulerNameBeginsWith self.maxResults = maxResults self.modelName = modelName @@ -3113,8 +3028,7 @@ extension LookoutEquipmentClientTypes { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil - ) - { + ) { self.dataDelayOffsetInMinutes = dataDelayOffsetInMinutes self.dataUploadFrequency = dataUploadFrequency self.inferenceSchedulerArn = inferenceSchedulerArn @@ -3136,8 +3050,7 @@ public struct ListInferenceSchedulersOutput: Swift.Sendable { public init( inferenceSchedulerSummaries: [LookoutEquipmentClientTypes.InferenceSchedulerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerSummaries = inferenceSchedulerSummaries self.nextToken = nextToken } @@ -3155,8 +3068,7 @@ public struct ListLabelGroupsInput: Swift.Sendable { labelGroupNameBeginsWith: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labelGroupNameBeginsWith = labelGroupNameBeginsWith self.maxResults = maxResults self.nextToken = nextToken @@ -3181,8 +3093,7 @@ extension LookoutEquipmentClientTypes { labelGroupArn: Swift.String? = nil, labelGroupName: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.labelGroupArn = labelGroupArn self.labelGroupName = labelGroupName @@ -3200,8 +3111,7 @@ public struct ListLabelGroupsOutput: Swift.Sendable { public init( labelGroupSummaries: [LookoutEquipmentClientTypes.LabelGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labelGroupSummaries = labelGroupSummaries self.nextToken = nextToken } @@ -3232,8 +3142,7 @@ public struct ListLabelsInput: Swift.Sendable { labelGroupName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.equipment = equipment self.faultCode = faultCode self.intervalEndTime = intervalEndTime @@ -3277,8 +3186,7 @@ extension LookoutEquipmentClientTypes { labelId: Swift.String? = nil, rating: LookoutEquipmentClientTypes.LabelRating? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.endTime = endTime self.equipment = equipment @@ -3301,8 +3209,7 @@ public struct ListLabelsOutput: Swift.Sendable { public init( labelSummaries: [LookoutEquipmentClientTypes.LabelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labelSummaries = labelSummaries self.nextToken = nextToken } @@ -3326,8 +3233,7 @@ public struct ListModelsInput: Swift.Sendable { modelNameBeginsWith: Swift.String? = nil, nextToken: Swift.String? = nil, status: LookoutEquipmentClientTypes.ModelStatus? = nil - ) - { + ) { self.datasetNameBeginsWith = datasetNameBeginsWith self.maxResults = maxResults self.modelNameBeginsWith = modelNameBeginsWith @@ -3387,8 +3293,7 @@ extension LookoutEquipmentClientTypes { nextScheduledRetrainingStartDate: Foundation.Date? = nil, retrainingSchedulerStatus: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil, status: LookoutEquipmentClientTypes.ModelStatus? = nil - ) - { + ) { self.activeModelVersion = activeModelVersion self.activeModelVersionArn = activeModelVersionArn self.createdAt = createdAt @@ -3417,8 +3322,7 @@ public struct ListModelsOutput: Swift.Sendable { public init( modelSummaries: [LookoutEquipmentClientTypes.ModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelSummaries = modelSummaries self.nextToken = nextToken } @@ -3455,8 +3359,7 @@ public struct ListModelVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sourceType: LookoutEquipmentClientTypes.ModelVersionSourceType? = nil, status: LookoutEquipmentClientTypes.ModelVersionStatus? = nil - ) - { + ) { self.createdAtEndTime = createdAtEndTime self.createdAtStartTime = createdAtStartTime self.maxModelVersion = maxModelVersion @@ -3499,8 +3402,7 @@ extension LookoutEquipmentClientTypes { modelVersionArn: Swift.String? = nil, sourceType: LookoutEquipmentClientTypes.ModelVersionSourceType? = nil, status: LookoutEquipmentClientTypes.ModelVersionStatus? = nil - ) - { + ) { self.createdAt = createdAt self.modelArn = modelArn self.modelName = modelName @@ -3522,8 +3424,7 @@ public struct ListModelVersionsOutput: Swift.Sendable { public init( modelVersionSummaries: [LookoutEquipmentClientTypes.ModelVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelVersionSummaries = modelVersionSummaries self.nextToken = nextToken } @@ -3544,8 +3445,7 @@ public struct ListRetrainingSchedulersInput: Swift.Sendable { modelNameBeginsWith: Swift.String? = nil, nextToken: Swift.String? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil - ) - { + ) { self.maxResults = maxResults self.modelNameBeginsWith = modelNameBeginsWith self.nextToken = nextToken @@ -3577,8 +3477,7 @@ extension LookoutEquipmentClientTypes { retrainingFrequency: Swift.String? = nil, retrainingStartDate: Foundation.Date? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil - ) - { + ) { self.lookbackWindow = lookbackWindow self.modelArn = modelArn self.modelName = modelName @@ -3598,8 +3497,7 @@ public struct ListRetrainingSchedulersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retrainingSchedulerSummaries: [LookoutEquipmentClientTypes.RetrainingSchedulerSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.retrainingSchedulerSummaries = retrainingSchedulerSummaries } @@ -3621,8 +3519,7 @@ public struct ListSensorStatisticsInput: Swift.Sendable { ingestionJobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.ingestionJobId = ingestionJobId self.maxResults = maxResults @@ -3672,8 +3569,7 @@ extension LookoutEquipmentClientTypes { public init( numberOfCategory: Swift.Int? = nil, status: LookoutEquipmentClientTypes.StatisticalIssueStatus? = nil - ) - { + ) { self.numberOfCategory = numberOfCategory self.status = status } @@ -3694,8 +3590,7 @@ extension LookoutEquipmentClientTypes { public init( count: Swift.Int? = nil, percentage: Swift.Float = 0.0 - ) - { + ) { self.count = count self.percentage = percentage } @@ -3718,8 +3613,7 @@ extension LookoutEquipmentClientTypes { maxTimestampGapInDays: Swift.Int? = nil, numberOfLargeTimestampGaps: Swift.Int? = nil, status: LookoutEquipmentClientTypes.StatisticalIssueStatus? = nil - ) - { + ) { self.maxTimestampGapInDays = maxTimestampGapInDays self.numberOfLargeTimestampGaps = numberOfLargeTimestampGaps self.status = status @@ -3772,8 +3666,7 @@ extension LookoutEquipmentClientTypes { public init( monotonicity: LookoutEquipmentClientTypes.Monotonicity? = nil, status: LookoutEquipmentClientTypes.StatisticalIssueStatus? = nil - ) - { + ) { self.monotonicity = monotonicity self.status = status } @@ -3790,8 +3683,7 @@ extension LookoutEquipmentClientTypes { public init( status: LookoutEquipmentClientTypes.StatisticalIssueStatus? = nil - ) - { + ) { self.status = status } } @@ -3842,8 +3734,7 @@ extension LookoutEquipmentClientTypes { monotonicValues: LookoutEquipmentClientTypes.MonotonicValues? = nil, multipleOperatingModes: LookoutEquipmentClientTypes.MultipleOperatingModes? = nil, sensorName: Swift.String? = nil - ) - { + ) { self.categoricalValues = categoricalValues self.componentName = componentName self.dataEndTime = dataEndTime @@ -3870,8 +3761,7 @@ public struct ListSensorStatisticsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sensorStatisticsSummaries: [LookoutEquipmentClientTypes.SensorStatisticsSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sensorStatisticsSummaries = sensorStatisticsSummaries } @@ -3884,8 +3774,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3896,8 +3785,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -3920,8 +3808,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policyRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.policyRevisionId = policyRevisionId self.resourceArn = resourceArn @@ -3938,8 +3825,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policyRevisionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyRevisionId = policyRevisionId self.resourceArn = resourceArn } @@ -3964,8 +3850,7 @@ public struct StartDataIngestionJobInput: Swift.Sendable { datasetName: Swift.String? = nil, ingestionInputConfiguration: LookoutEquipmentClientTypes.IngestionInputConfiguration? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.datasetName = datasetName self.ingestionInputConfiguration = ingestionInputConfiguration @@ -3982,8 +3867,7 @@ public struct StartDataIngestionJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, status: LookoutEquipmentClientTypes.IngestionJobStatus? = nil - ) - { + ) { self.jobId = jobId self.status = status } @@ -3996,8 +3880,7 @@ public struct StartInferenceSchedulerInput: Swift.Sendable { public init( inferenceSchedulerName: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerName = inferenceSchedulerName } } @@ -4020,8 +3903,7 @@ public struct StartInferenceSchedulerOutput: Swift.Sendable { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil - ) - { + ) { self.inferenceSchedulerArn = inferenceSchedulerArn self.inferenceSchedulerName = inferenceSchedulerName self.modelArn = modelArn @@ -4037,8 +3919,7 @@ public struct StartRetrainingSchedulerInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -4055,8 +3936,7 @@ public struct StartRetrainingSchedulerOutput: Swift.Sendable { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil - ) - { + ) { self.modelArn = modelArn self.modelName = modelName self.status = status @@ -4070,8 +3950,7 @@ public struct StopInferenceSchedulerInput: Swift.Sendable { public init( inferenceSchedulerName: Swift.String? = nil - ) - { + ) { self.inferenceSchedulerName = inferenceSchedulerName } } @@ -4094,8 +3973,7 @@ public struct StopInferenceSchedulerOutput: Swift.Sendable { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.InferenceSchedulerStatus? = nil - ) - { + ) { self.inferenceSchedulerArn = inferenceSchedulerArn self.inferenceSchedulerName = inferenceSchedulerName self.modelArn = modelArn @@ -4111,8 +3989,7 @@ public struct StopRetrainingSchedulerInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -4129,8 +4006,7 @@ public struct StopRetrainingSchedulerOutput: Swift.Sendable { modelArn: Swift.String? = nil, modelName: Swift.String? = nil, status: LookoutEquipmentClientTypes.RetrainingSchedulerStatus? = nil - ) - { + ) { self.modelArn = modelArn self.modelName = modelName self.status = status @@ -4148,8 +4024,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [LookoutEquipmentClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4171,8 +4046,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4194,8 +4068,7 @@ public struct UpdateActiveModelVersionInput: Swift.Sendable { public init( modelName: Swift.String? = nil, modelVersion: Swift.Int? = nil - ) - { + ) { self.modelName = modelName self.modelVersion = modelVersion } @@ -4222,8 +4095,7 @@ public struct UpdateActiveModelVersionOutput: Swift.Sendable { modelName: Swift.String? = nil, previousActiveVersion: Swift.Int? = nil, previousActiveVersionArn: Swift.String? = nil - ) - { + ) { self.currentActiveVersion = currentActiveVersion self.currentActiveVersionArn = currentActiveVersionArn self.modelArn = modelArn @@ -4255,8 +4127,7 @@ public struct UpdateInferenceSchedulerInput: Swift.Sendable { dataUploadFrequency: LookoutEquipmentClientTypes.DataUploadFrequency? = nil, inferenceSchedulerName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dataDelayOffsetInMinutes = dataDelayOffsetInMinutes self.dataInputConfiguration = dataInputConfiguration self.dataOutputConfiguration = dataOutputConfiguration @@ -4276,8 +4147,7 @@ public struct UpdateLabelGroupInput: Swift.Sendable { public init( faultCodes: [Swift.String]? = nil, labelGroupName: Swift.String? = nil - ) - { + ) { self.faultCodes = faultCodes self.labelGroupName = labelGroupName } @@ -4299,8 +4169,7 @@ public struct UpdateModelInput: Swift.Sendable { modelDiagnosticsOutputConfiguration: LookoutEquipmentClientTypes.ModelDiagnosticsOutputConfiguration? = nil, modelName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.labelsInputConfiguration = labelsInputConfiguration self.modelDiagnosticsOutputConfiguration = modelDiagnosticsOutputConfiguration self.modelName = modelName @@ -4333,8 +4202,7 @@ public struct UpdateRetrainingSchedulerInput: Swift.Sendable { promoteMode: LookoutEquipmentClientTypes.ModelPromoteMode? = nil, retrainingFrequency: Swift.String? = nil, retrainingStartDate: Foundation.Date? = nil - ) - { + ) { self.lookbackWindow = lookbackWindow self.modelName = modelName self.promoteMode = promoteMode diff --git a/Sources/Services/AWSLookoutMetrics/Package.swift.txt b/Sources/Services/AWSLookoutMetrics/Package.swift.txt index a3fdf89f1e3..53178dbbdd5 100644 --- a/Sources/Services/AWSLookoutMetrics/Package.swift.txt +++ b/Sources/Services/AWSLookoutMetrics/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/LookoutMetricsClient.swift b/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/LookoutMetricsClient.swift index f001f5a0f87..a146c8d451c 100644 --- a/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/LookoutMetricsClient.swift +++ b/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/LookoutMetricsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LookoutMetricsClient: ClientRuntime.Client { public static let clientName = "LookoutMetricsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LookoutMetricsClient.LookoutMetricsClientConfiguration let serviceName = "LookoutMetrics" diff --git a/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/Models.swift b/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/Models.swift index cb831aab74e..6d832e3cead 100644 --- a/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/Models.swift +++ b/Sources/Services/AWSLookoutMetrics/Sources/AWSLookoutMetrics/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ extension LookoutMetricsClientTypes { public init( lambdaArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn self.roleArn = roleArn } @@ -130,8 +128,7 @@ extension LookoutMetricsClientTypes { roleArn: Swift.String? = nil, snsFormat: LookoutMetricsClientTypes.SnsFormat? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.snsFormat = snsFormat self.snsTopicArn = snsTopicArn @@ -151,8 +148,7 @@ extension LookoutMetricsClientTypes { public init( lambdaConfiguration: LookoutMetricsClientTypes.LambdaConfiguration? = nil, snsConfiguration: LookoutMetricsClientTypes.SNSConfiguration? = nil - ) - { + ) { self.lambdaConfiguration = lambdaConfiguration self.snsConfiguration = snsConfiguration } @@ -184,8 +180,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -211,8 +206,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -242,8 +236,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -269,8 +262,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -289,8 +281,7 @@ extension LookoutMetricsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -357,8 +348,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [LookoutMetricsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: LookoutMetricsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -372,8 +362,7 @@ public struct ActivateAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -424,8 +413,7 @@ extension LookoutMetricsClientTypes { public init( dimensionName: Swift.String? = nil, dimensionValueList: [Swift.String]? = nil - ) - { + ) { self.dimensionName = dimensionName self.dimensionValueList = dimensionValueList } @@ -444,8 +432,7 @@ extension LookoutMetricsClientTypes { public init( dimensionFilterList: [LookoutMetricsClientTypes.DimensionFilter]? = nil, metricList: [Swift.String]? = nil - ) - { + ) { self.dimensionFilterList = dimensionFilterList self.metricList = metricList } @@ -549,8 +536,7 @@ extension LookoutMetricsClientTypes { anomalyDetectorArn: Swift.String? = nil, creationTime: Foundation.Date? = nil, lastModificationTime: Foundation.Date? = nil - ) - { + ) { self.action = action self.alertArn = alertArn self.alertDescription = alertDescription @@ -599,8 +585,7 @@ extension LookoutMetricsClientTypes { creationTime: Foundation.Date? = nil, lastModificationTime: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.alertArn = alertArn self.alertName = alertName self.alertSensitivityThreshold = alertSensitivityThreshold @@ -696,8 +681,7 @@ extension LookoutMetricsClientTypes { public init( anomalyDetectorFrequency: LookoutMetricsClientTypes.Frequency? = nil - ) - { + ) { self.anomalyDetectorFrequency = anomalyDetectorFrequency } } @@ -712,8 +696,7 @@ extension LookoutMetricsClientTypes { public init( anomalyDetectorFrequency: LookoutMetricsClientTypes.Frequency? = nil - ) - { + ) { self.anomalyDetectorFrequency = anomalyDetectorFrequency } } @@ -790,8 +773,7 @@ extension LookoutMetricsClientTypes { metricType: LookoutMetricsClientTypes.DataQualityMetricType? = nil, metricValue: Swift.Double? = nil, relatedColumnName: Swift.String? = nil - ) - { + ) { self.metricDescription = metricDescription self.metricType = metricType self.metricValue = metricValue @@ -812,8 +794,7 @@ extension LookoutMetricsClientTypes { public init( dataQualityMetricList: [LookoutMetricsClientTypes.DataQualityMetric]? = nil, metricSetArn: Swift.String? = nil - ) - { + ) { self.dataQualityMetricList = dataQualityMetricList self.metricSetArn = metricSetArn } @@ -832,8 +813,7 @@ extension LookoutMetricsClientTypes { public init( metricSetDataQualityMetricList: [LookoutMetricsClientTypes.MetricSetDataQualityMetric]? = nil, startTimestamp: Foundation.Date? = nil - ) - { + ) { self.metricSetDataQualityMetricList = metricSetDataQualityMetricList self.startTimestamp = startTimestamp } @@ -958,8 +938,7 @@ extension LookoutMetricsClientTypes { lastModificationTime: Foundation.Date? = nil, status: LookoutMetricsClientTypes.AnomalyDetectorStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyDetectorDescription = anomalyDetectorDescription self.anomalyDetectorName = anomalyDetectorName @@ -983,8 +962,7 @@ extension LookoutMetricsClientTypes { public init( contributionScore: Swift.Double? = nil, dimensionValue: Swift.String? = nil - ) - { + ) { self.contributionScore = contributionScore self.dimensionValue = dimensionValue } @@ -1003,8 +981,7 @@ extension LookoutMetricsClientTypes { public init( dimensionName: Swift.String? = nil, dimensionValueContributionList: [LookoutMetricsClientTypes.DimensionValueContribution]? = nil - ) - { + ) { self.dimensionName = dimensionName self.dimensionValueContributionList = dimensionValueContributionList } @@ -1020,8 +997,7 @@ extension LookoutMetricsClientTypes { public init( dimensionContributionList: [LookoutMetricsClientTypes.DimensionContribution]? = nil - ) - { + ) { self.dimensionContributionList = dimensionContributionList } } @@ -1042,8 +1018,7 @@ extension LookoutMetricsClientTypes { contributionMatrix: LookoutMetricsClientTypes.ContributionMatrix? = nil, metricName: Swift.String? = nil, numTimeSeries: Swift.Int = 0 - ) - { + ) { self.contributionMatrix = contributionMatrix self.metricName = metricName self.numTimeSeries = numTimeSeries @@ -1075,8 +1050,7 @@ extension LookoutMetricsClientTypes { metricLevelImpactList: [LookoutMetricsClientTypes.MetricLevelImpact]? = nil, primaryMetricName: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.anomalyGroupScore = anomalyGroupScore self.endTime = endTime @@ -1099,8 +1073,7 @@ extension LookoutMetricsClientTypes { public init( metricName: Swift.String? = nil, occurrenceCount: Swift.Int = 0 - ) - { + ) { self.metricName = metricName self.occurrenceCount = occurrenceCount } @@ -1122,8 +1095,7 @@ extension LookoutMetricsClientTypes { evaluationStartDate: Swift.String? = nil, itemizedMetricStatsList: [LookoutMetricsClientTypes.ItemizedMetricStats]? = nil, totalCount: Swift.Int = 0 - ) - { + ) { self.evaluationStartDate = evaluationStartDate self.itemizedMetricStatsList = itemizedMetricStatsList self.totalCount = totalCount @@ -1152,8 +1124,7 @@ extension LookoutMetricsClientTypes { endTime: Swift.String? = nil, primaryMetricName: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.anomalyGroupScore = anomalyGroupScore self.endTime = endTime @@ -1176,8 +1147,7 @@ extension LookoutMetricsClientTypes { public init( anomalyGroupId: Swift.String? = nil, timeSeriesId: Swift.String? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.timeSeriesId = timeSeriesId } @@ -1202,8 +1172,7 @@ extension LookoutMetricsClientTypes { anomalyGroupId: Swift.String? = nil, isAnomaly: Swift.Bool? = nil, timeSeriesId: Swift.String? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.isAnomaly = isAnomaly self.timeSeriesId = timeSeriesId @@ -1223,8 +1192,7 @@ extension LookoutMetricsClientTypes { public init( flowName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.flowName = flowName self.roleArn = roleArn } @@ -1241,8 +1209,7 @@ extension LookoutMetricsClientTypes { public init( runBackTestMode: Swift.Bool? = nil - ) - { + ) { self.runBackTestMode = runBackTestMode } } @@ -1275,8 +1242,7 @@ extension LookoutMetricsClientTypes { s3ResultsPath: Swift.String? = nil, tableName: Swift.String? = nil, workGroupName: Swift.String? = nil - ) - { + ) { self.backTestConfiguration = backTestConfiguration self.dataCatalog = dataCatalog self.databaseName = databaseName @@ -1312,8 +1278,7 @@ extension LookoutMetricsClientTypes { ns: [Swift.String]? = nil, s: Swift.String? = nil, ss: [Swift.String]? = nil - ) - { + ) { self.b = b self.bs = bs self.n = n @@ -1336,8 +1301,7 @@ extension LookoutMetricsClientTypes { public init( historicalDataPathList: [Swift.String]? = nil, templatedPathList: [Swift.String]? = nil - ) - { + ) { self.historicalDataPathList = historicalDataPathList self.templatedPathList = templatedPathList } @@ -1353,8 +1317,7 @@ extension LookoutMetricsClientTypes { public init( s3SourceConfig: LookoutMetricsClientTypes.AutoDetectionS3SourceConfig? = nil - ) - { + ) { self.s3SourceConfig = s3SourceConfig } } @@ -1367,8 +1330,7 @@ public struct BackTestAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -1390,8 +1352,7 @@ extension LookoutMetricsClientTypes { public init( backTestConfiguration: LookoutMetricsClientTypes.BackTestConfiguration? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.backTestConfiguration = backTestConfiguration self.roleArn = roleArn } @@ -1461,8 +1422,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1498,8 +1458,7 @@ public struct CreateAlertInput: Swift.Sendable { alertSensitivityThreshold: Swift.Int? = 0, anomalyDetectorArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.alertDescription = alertDescription self.alertFilters = alertFilters @@ -1516,8 +1475,7 @@ public struct CreateAlertOutput: Swift.Sendable { public init( alertArn: Swift.String? = nil - ) - { + ) { self.alertArn = alertArn } } @@ -1542,8 +1500,7 @@ public struct CreateAnomalyDetectorInput: Swift.Sendable { anomalyDetectorName: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.anomalyDetectorConfig = anomalyDetectorConfig self.anomalyDetectorDescription = anomalyDetectorDescription self.anomalyDetectorName = anomalyDetectorName @@ -1558,8 +1515,7 @@ public struct CreateAnomalyDetectorOutput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -1602,8 +1558,7 @@ extension LookoutMetricsClientTypes { public init( dimensionValue: Swift.String? = nil, filterOperation: LookoutMetricsClientTypes.FilterOperation? = nil - ) - { + ) { self.dimensionValue = dimensionValue self.filterOperation = filterOperation } @@ -1622,8 +1577,7 @@ extension LookoutMetricsClientTypes { public init( filterList: [LookoutMetricsClientTypes.Filter]? = nil, name: Swift.String? = nil - ) - { + ) { self.filterList = filterList self.name = name } @@ -1647,8 +1601,7 @@ extension LookoutMetricsClientTypes { aggregationFunction: LookoutMetricsClientTypes.AggregationFunction? = nil, metricName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.metricName = metricName self.namespace = namespace @@ -1670,8 +1623,7 @@ extension LookoutMetricsClientTypes { public init( securityGroupIdList: [Swift.String]? = nil, subnetIdList: [Swift.String]? = nil - ) - { + ) { self.securityGroupIdList = securityGroupIdList self.subnetIdList = subnetIdList } @@ -1708,8 +1660,7 @@ extension LookoutMetricsClientTypes { secretManagerArn: Swift.String? = nil, tableName: Swift.String? = nil, vpcConfiguration: LookoutMetricsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.databaseHost = databaseHost self.databaseName = databaseName self.databasePort = databasePort @@ -1752,8 +1703,7 @@ extension LookoutMetricsClientTypes { secretManagerArn: Swift.String? = nil, tableName: Swift.String? = nil, vpcConfiguration: LookoutMetricsClientTypes.VpcConfiguration? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.databaseHost = databaseHost self.databaseName = databaseName @@ -1819,8 +1769,7 @@ extension LookoutMetricsClientTypes { fileCompression: LookoutMetricsClientTypes.CSVFileCompression? = nil, headerList: [Swift.String]? = nil, quoteSymbol: Swift.String? = nil - ) - { + ) { self.charset = charset self.containsHeader = containsHeader self.delimiter = delimiter @@ -1872,8 +1821,7 @@ extension LookoutMetricsClientTypes { public init( charset: Swift.String? = nil, fileCompression: LookoutMetricsClientTypes.JsonFileCompression? = nil - ) - { + ) { self.charset = charset self.fileCompression = fileCompression } @@ -1892,8 +1840,7 @@ extension LookoutMetricsClientTypes { public init( csvFormatDescriptor: LookoutMetricsClientTypes.CsvFormatDescriptor? = nil, jsonFormatDescriptor: LookoutMetricsClientTypes.JsonFormatDescriptor? = nil - ) - { + ) { self.csvFormatDescriptor = csvFormatDescriptor self.jsonFormatDescriptor = jsonFormatDescriptor } @@ -1918,8 +1865,7 @@ extension LookoutMetricsClientTypes { historicalDataPathList: [Swift.String]? = nil, roleArn: Swift.String? = nil, templatedPathList: [Swift.String]? = nil - ) - { + ) { self.fileFormatDescriptor = fileFormatDescriptor self.historicalDataPathList = historicalDataPathList self.roleArn = roleArn @@ -1952,8 +1898,7 @@ extension LookoutMetricsClientTypes { rdsSourceConfig: LookoutMetricsClientTypes.RDSSourceConfig? = nil, redshiftSourceConfig: LookoutMetricsClientTypes.RedshiftSourceConfig? = nil, s3SourceConfig: LookoutMetricsClientTypes.S3SourceConfig? = nil - ) - { + ) { self.appFlowConfig = appFlowConfig self.athenaSourceConfig = athenaSourceConfig self.cloudWatchConfig = cloudWatchConfig @@ -1976,8 +1921,7 @@ extension LookoutMetricsClientTypes { public init( columnFormat: Swift.String? = nil, columnName: Swift.String? = nil - ) - { + ) { self.columnFormat = columnFormat self.columnName = columnName } @@ -2027,8 +1971,7 @@ public struct CreateMetricSetInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timestampColumn: LookoutMetricsClientTypes.TimestampColumn? = nil, timezone: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.dimensionFilterList = dimensionFilterList self.dimensionList = dimensionList @@ -2050,8 +1993,7 @@ public struct CreateMetricSetOutput: Swift.Sendable { public init( metricSetArn: Swift.String? = nil - ) - { + ) { self.metricSetArn = metricSetArn } } @@ -2063,8 +2005,7 @@ public struct DeactivateAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -2081,8 +2022,7 @@ public struct DeleteAlertInput: Swift.Sendable { public init( alertArn: Swift.String? = nil - ) - { + ) { self.alertArn = alertArn } } @@ -2099,8 +2039,7 @@ public struct DeleteAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -2117,8 +2056,7 @@ public struct DescribeAlertInput: Swift.Sendable { public init( alertArn: Swift.String? = nil - ) - { + ) { self.alertArn = alertArn } } @@ -2129,8 +2067,7 @@ public struct DescribeAlertOutput: Swift.Sendable { public init( alert: LookoutMetricsClientTypes.Alert? = nil - ) - { + ) { self.alert = alert } } @@ -2151,8 +2088,7 @@ public struct DescribeAnomalyDetectionExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2175,8 +2111,7 @@ extension LookoutMetricsClientTypes { failureReason: Swift.String? = nil, status: LookoutMetricsClientTypes.AnomalyDetectionTaskStatus? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.status = status self.timestamp = timestamp @@ -2193,8 +2128,7 @@ public struct DescribeAnomalyDetectionExecutionsOutput: Swift.Sendable { public init( executionList: [LookoutMetricsClientTypes.ExecutionStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executionList = executionList self.nextToken = nextToken } @@ -2207,8 +2141,7 @@ public struct DescribeAnomalyDetectorInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -2246,8 +2179,7 @@ public struct DescribeAnomalyDetectorOutput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, lastModificationTime: Foundation.Date? = nil, status: LookoutMetricsClientTypes.AnomalyDetectorStatus? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyDetectorConfig = anomalyDetectorConfig self.anomalyDetectorDescription = anomalyDetectorDescription @@ -2268,8 +2200,7 @@ public struct DescribeMetricSetInput: Swift.Sendable { public init( metricSetArn: Swift.String? = nil - ) - { + ) { self.metricSetArn = metricSetArn } } @@ -2319,8 +2250,7 @@ public struct DescribeMetricSetOutput: Swift.Sendable { offset: Swift.Int? = 0, timestampColumn: LookoutMetricsClientTypes.TimestampColumn? = nil, timezone: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.creationTime = creationTime self.dimensionFilterList = dimensionFilterList @@ -2353,8 +2283,7 @@ extension LookoutMetricsClientTypes { confidence: LookoutMetricsClientTypes.Confidence? = nil, message: Swift.String? = nil, value: LookoutMetricsClientTypes.AttributeValue? = nil - ) - { + ) { self.confidence = confidence self.message = message self.value = value @@ -2386,8 +2315,7 @@ extension LookoutMetricsClientTypes { fileCompression: LookoutMetricsClientTypes.DetectedField? = nil, headerList: LookoutMetricsClientTypes.DetectedField? = nil, quoteSymbol: LookoutMetricsClientTypes.DetectedField? = nil - ) - { + ) { self.charset = charset self.containsHeader = containsHeader self.delimiter = delimiter @@ -2410,8 +2338,7 @@ extension LookoutMetricsClientTypes { public init( charset: LookoutMetricsClientTypes.DetectedField? = nil, fileCompression: LookoutMetricsClientTypes.DetectedField? = nil - ) - { + ) { self.charset = charset self.fileCompression = fileCompression } @@ -2430,8 +2357,7 @@ extension LookoutMetricsClientTypes { public init( csvFormatDescriptor: LookoutMetricsClientTypes.DetectedCsvFormatDescriptor? = nil, jsonFormatDescriptor: LookoutMetricsClientTypes.DetectedJsonFormatDescriptor? = nil - ) - { + ) { self.csvFormatDescriptor = csvFormatDescriptor self.jsonFormatDescriptor = jsonFormatDescriptor } @@ -2447,8 +2373,7 @@ extension LookoutMetricsClientTypes { public init( fileFormatDescriptor: LookoutMetricsClientTypes.DetectedFileFormatDescriptor? = nil - ) - { + ) { self.fileFormatDescriptor = fileFormatDescriptor } } @@ -2463,8 +2388,7 @@ extension LookoutMetricsClientTypes { public init( s3SourceConfig: LookoutMetricsClientTypes.DetectedS3SourceConfig? = nil - ) - { + ) { self.s3SourceConfig = s3SourceConfig } } @@ -2485,8 +2409,7 @@ extension LookoutMetricsClientTypes { metricSetFrequency: LookoutMetricsClientTypes.DetectedField? = nil, metricSource: LookoutMetricsClientTypes.DetectedMetricSource? = nil, offset: LookoutMetricsClientTypes.DetectedField? = nil - ) - { + ) { self.metricSetFrequency = metricSetFrequency self.metricSource = metricSource self.offset = offset @@ -2505,8 +2428,7 @@ public struct DetectMetricSetConfigInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil, autoDetectionMetricSource: LookoutMetricsClientTypes.AutoDetectionMetricSource? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.autoDetectionMetricSource = autoDetectionMetricSource } @@ -2518,8 +2440,7 @@ public struct DetectMetricSetConfigOutput: Swift.Sendable { public init( detectedMetricSetConfig: LookoutMetricsClientTypes.DetectedMetricSetConfig? = nil - ) - { + ) { self.detectedMetricSetConfig = detectedMetricSetConfig } } @@ -2538,8 +2459,7 @@ extension LookoutMetricsClientTypes { public init( dimensionName: Swift.String? = nil, dimensionValue: Swift.String? = nil - ) - { + ) { self.dimensionName = dimensionName self.dimensionValue = dimensionValue } @@ -2557,8 +2477,7 @@ public struct GetAnomalyGroupInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil, anomalyGroupId: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyGroupId = anomalyGroupId } @@ -2570,8 +2489,7 @@ public struct GetAnomalyGroupOutput: Swift.Sendable { public init( anomalyGroup: LookoutMetricsClientTypes.AnomalyGroup? = nil - ) - { + ) { self.anomalyGroup = anomalyGroup } } @@ -2586,8 +2504,7 @@ public struct GetDataQualityMetricsInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil, metricSetArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.metricSetArn = metricSetArn } @@ -2599,8 +2516,7 @@ public struct GetDataQualityMetricsOutput: Swift.Sendable { public init( anomalyDetectorDataQualityMetricList: [LookoutMetricsClientTypes.AnomalyDetectorDataQualityMetric]? = nil - ) - { + ) { self.anomalyDetectorDataQualityMetricList = anomalyDetectorDataQualityMetricList } } @@ -2622,8 +2538,7 @@ public struct GetFeedbackInput: Swift.Sendable { anomalyGroupTimeSeriesFeedback: LookoutMetricsClientTypes.AnomalyGroupTimeSeries? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyGroupTimeSeriesFeedback = anomalyGroupTimeSeriesFeedback self.maxResults = maxResults @@ -2643,8 +2558,7 @@ extension LookoutMetricsClientTypes { public init( isAnomaly: Swift.Bool? = nil, timeSeriesId: Swift.String? = nil - ) - { + ) { self.isAnomaly = isAnomaly self.timeSeriesId = timeSeriesId } @@ -2660,8 +2574,7 @@ public struct GetFeedbackOutput: Swift.Sendable { public init( anomalyGroupTimeSeriesFeedback: [LookoutMetricsClientTypes.TimeSeriesFeedback]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyGroupTimeSeriesFeedback = anomalyGroupTimeSeriesFeedback self.nextToken = nextToken } @@ -2687,8 +2600,7 @@ extension LookoutMetricsClientTypes { historicalDataPathList: [Swift.String]? = nil, roleArn: Swift.String? = nil, templatedPathList: [Swift.String]? = nil - ) - { + ) { self.fileFormatDescriptor = fileFormatDescriptor self.historicalDataPathList = historicalDataPathList self.roleArn = roleArn @@ -2703,8 +2615,7 @@ public struct GetSampleDataInput: Swift.Sendable { public init( s3SourceConfig: LookoutMetricsClientTypes.SampleDataS3SourceConfig? = nil - ) - { + ) { self.s3SourceConfig = s3SourceConfig } } @@ -2718,8 +2629,7 @@ public struct GetSampleDataOutput: Swift.Sendable { public init( headerValues: [Swift.String]? = nil, sampleRows: [[Swift.String]]? = nil - ) - { + ) { self.headerValues = headerValues self.sampleRows = sampleRows } @@ -2772,8 +2682,7 @@ extension LookoutMetricsClientTypes { contributionPercentage: Swift.Double? = nil, metricName: Swift.String? = nil, relationshipType: LookoutMetricsClientTypes.RelationshipType? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.contributionPercentage = contributionPercentage self.metricName = metricName @@ -2794,8 +2703,7 @@ public struct ListAlertsInput: Swift.Sendable { anomalyDetectorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2811,8 +2719,7 @@ public struct ListAlertsOutput: Swift.Sendable { public init( alertSummaryList: [LookoutMetricsClientTypes.AlertSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alertSummaryList = alertSummaryList self.nextToken = nextToken } @@ -2827,8 +2734,7 @@ public struct ListAnomalyDetectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2843,8 +2749,7 @@ public struct ListAnomalyDetectorsOutput: Swift.Sendable { public init( anomalyDetectorSummaryList: [LookoutMetricsClientTypes.AnomalyDetectorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorSummaryList = anomalyDetectorSummaryList self.nextToken = nextToken } @@ -2870,8 +2775,7 @@ public struct ListAnomalyGroupRelatedMetricsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, relationshipTypeFilter: LookoutMetricsClientTypes.RelationshipType? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyGroupId = anomalyGroupId self.maxResults = maxResults @@ -2889,8 +2793,7 @@ public struct ListAnomalyGroupRelatedMetricsOutput: Swift.Sendable { public init( interMetricImpactList: [LookoutMetricsClientTypes.InterMetricImpactDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.interMetricImpactList = interMetricImpactList self.nextToken = nextToken } @@ -2913,8 +2816,7 @@ public struct ListAnomalyGroupSummariesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sensitivityThreshold: Swift.Int? = 0 - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -2934,8 +2836,7 @@ public struct ListAnomalyGroupSummariesOutput: Swift.Sendable { anomalyGroupStatistics: LookoutMetricsClientTypes.AnomalyGroupStatistics? = nil, anomalyGroupSummaryList: [LookoutMetricsClientTypes.AnomalyGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyGroupStatistics = anomalyGroupStatistics self.anomalyGroupSummaryList = anomalyGroupSummaryList self.nextToken = nextToken @@ -2963,8 +2864,7 @@ public struct ListAnomalyGroupTimeSeriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, metricName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyGroupId = anomalyGroupId self.maxResults = maxResults @@ -2991,8 +2891,7 @@ extension LookoutMetricsClientTypes { dimensionList: [LookoutMetricsClientTypes.DimensionNameValue]? = nil, metricValueList: [Swift.Double]? = nil, timeSeriesId: Swift.String? = nil - ) - { + ) { self.dimensionList = dimensionList self.metricValueList = metricValueList self.timeSeriesId = timeSeriesId @@ -3018,8 +2917,7 @@ public struct ListAnomalyGroupTimeSeriesOutput: Swift.Sendable { nextToken: Swift.String? = nil, timeSeriesList: [LookoutMetricsClientTypes.TimeSeries]? = nil, timestampList: [Swift.String]? = nil - ) - { + ) { self.anomalyGroupId = anomalyGroupId self.metricName = metricName self.nextToken = nextToken @@ -3040,8 +2938,7 @@ public struct ListMetricSetsInput: Swift.Sendable { anomalyDetectorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -3075,8 +2972,7 @@ extension LookoutMetricsClientTypes { metricSetDescription: Swift.String? = nil, metricSetName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.creationTime = creationTime self.lastModificationTime = lastModificationTime @@ -3097,8 +2993,7 @@ public struct ListMetricSetsOutput: Swift.Sendable { public init( metricSetSummaryList: [LookoutMetricsClientTypes.MetricSetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricSetSummaryList = metricSetSummaryList self.nextToken = nextToken } @@ -3111,8 +3006,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3123,8 +3017,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3140,8 +3033,7 @@ public struct PutFeedbackInput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil, anomalyGroupTimeSeriesFeedback: LookoutMetricsClientTypes.AnomalyGroupTimeSeriesFeedback? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyGroupTimeSeriesFeedback = anomalyGroupTimeSeriesFeedback } @@ -3163,8 +3055,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3186,8 +3077,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3217,8 +3107,7 @@ public struct UpdateAlertInput: Swift.Sendable { alertDescription: Swift.String? = nil, alertFilters: LookoutMetricsClientTypes.AlertFilters? = nil, alertSensitivityThreshold: Swift.Int? = 0 - ) - { + ) { self.action = action self.alertArn = alertArn self.alertDescription = alertDescription @@ -3233,8 +3122,7 @@ public struct UpdateAlertOutput: Swift.Sendable { public init( alertArn: Swift.String? = nil - ) - { + ) { self.alertArn = alertArn } } @@ -3255,8 +3143,7 @@ public struct UpdateAnomalyDetectorInput: Swift.Sendable { anomalyDetectorConfig: LookoutMetricsClientTypes.AnomalyDetectorConfig? = nil, anomalyDetectorDescription: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn self.anomalyDetectorConfig = anomalyDetectorConfig self.anomalyDetectorDescription = anomalyDetectorDescription @@ -3270,8 +3157,7 @@ public struct UpdateAnomalyDetectorOutput: Swift.Sendable { public init( anomalyDetectorArn: Swift.String? = nil - ) - { + ) { self.anomalyDetectorArn = anomalyDetectorArn } } @@ -3307,8 +3193,7 @@ public struct UpdateMetricSetInput: Swift.Sendable { metricSource: LookoutMetricsClientTypes.MetricSource? = nil, offset: Swift.Int? = 0, timestampColumn: LookoutMetricsClientTypes.TimestampColumn? = nil - ) - { + ) { self.dimensionFilterList = dimensionFilterList self.dimensionList = dimensionList self.metricList = metricList @@ -3327,8 +3212,7 @@ public struct UpdateMetricSetOutput: Swift.Sendable { public init( metricSetArn: Swift.String? = nil - ) - { + ) { self.metricSetArn = metricSetArn } } diff --git a/Sources/Services/AWSLookoutVision/Package.swift.txt b/Sources/Services/AWSLookoutVision/Package.swift.txt index 0a03047193c..631a50427a6 100644 --- a/Sources/Services/AWSLookoutVision/Package.swift.txt +++ b/Sources/Services/AWSLookoutVision/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/LookoutVisionClient.swift b/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/LookoutVisionClient.swift index ac60bd15a96..5428823d937 100644 --- a/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/LookoutVisionClient.swift +++ b/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/LookoutVisionClient.swift @@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class LookoutVisionClient: ClientRuntime.Client { public static let clientName = "LookoutVisionClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: LookoutVisionClient.LookoutVisionClientConfiguration let serviceName = "LookoutVision" diff --git a/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/Models.swift b/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/Models.swift index 23f816a4827..bfafeb5bf18 100644 --- a/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/Models.swift +++ b/Sources/Services/AWSLookoutVision/Sources/AWSLookoutVision/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ extension LookoutVisionClientTypes { public init( color: Swift.String? = nil, totalPercentageArea: Swift.Float? = nil - ) - { + ) { self.color = color self.totalPercentageArea = totalPercentageArea } @@ -87,8 +85,7 @@ extension LookoutVisionClientTypes { public init( name: Swift.String? = nil, pixelAnomaly: LookoutVisionClientTypes.PixelAnomaly? = nil - ) - { + ) { self.name = name self.pixelAnomaly = pixelAnomaly } @@ -160,8 +157,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: LookoutVisionClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -190,8 +186,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -224,8 +219,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: LookoutVisionClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -265,8 +259,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: LookoutVisionClientTypes.ResourceType? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -303,8 +296,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -331,8 +323,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +345,7 @@ extension LookoutVisionClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.versionId = versionId @@ -372,8 +362,7 @@ extension LookoutVisionClientTypes { public init( s3Object: LookoutVisionClientTypes.InputS3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -388,8 +377,7 @@ extension LookoutVisionClientTypes { public init( groundTruthManifest: LookoutVisionClientTypes.DatasetGroundTruthManifest? = nil - ) - { + ) { self.groundTruthManifest = groundTruthManifest } } @@ -412,8 +400,7 @@ public struct CreateDatasetInput: Swift.Sendable { datasetSource: LookoutVisionClientTypes.DatasetSource? = nil, datasetType: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.datasetSource = datasetSource self.datasetType = datasetType @@ -492,8 +479,7 @@ extension LookoutVisionClientTypes { datasetType: Swift.String? = nil, status: LookoutVisionClientTypes.DatasetStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.datasetType = datasetType self.status = status @@ -508,8 +494,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetMetadata: LookoutVisionClientTypes.DatasetMetadata? = nil - ) - { + ) { self.datasetMetadata = datasetMetadata } } @@ -527,8 +512,7 @@ extension LookoutVisionClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -545,8 +529,7 @@ extension LookoutVisionClientTypes { public init( s3Location: LookoutVisionClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -566,8 +549,7 @@ extension LookoutVisionClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -597,8 +579,7 @@ public struct CreateModelInput: Swift.Sendable { outputConfig: LookoutVisionClientTypes.OutputConfig? = nil, projectName: Swift.String? = nil, tags: [LookoutVisionClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.kmsKeyId = kmsKeyId @@ -623,8 +604,7 @@ extension LookoutVisionClientTypes { f1Score: Swift.Float? = nil, precision: Swift.Float? = nil, recall: Swift.Float? = nil - ) - { + ) { self.f1Score = f1Score self.precision = precision self.recall = recall @@ -709,8 +689,7 @@ extension LookoutVisionClientTypes { performance: LookoutVisionClientTypes.ModelPerformance? = nil, status: LookoutVisionClientTypes.ModelStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.description = description self.modelArn = modelArn @@ -728,8 +707,7 @@ public struct CreateModelOutput: Swift.Sendable { public init( modelMetadata: LookoutVisionClientTypes.ModelMetadata? = nil - ) - { + ) { self.modelMetadata = modelMetadata } } @@ -744,8 +722,7 @@ public struct CreateProjectInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.projectName = projectName } @@ -766,8 +743,7 @@ extension LookoutVisionClientTypes { creationTimestamp: Foundation.Date? = nil, projectArn: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.projectArn = projectArn self.projectName = projectName @@ -781,8 +757,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( projectMetadata: LookoutVisionClientTypes.ProjectMetadata? = nil - ) - { + ) { self.projectMetadata = projectMetadata } } @@ -805,8 +780,7 @@ extension LookoutVisionClientTypes { labeled: Swift.Int? = nil, normal: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.anomaly = anomaly self.labeled = labeled self.normal = normal @@ -842,8 +816,7 @@ extension LookoutVisionClientTypes { projectName: Swift.String? = nil, status: LookoutVisionClientTypes.DatasetStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.datasetType = datasetType self.imageStats = imageStats @@ -869,8 +842,7 @@ public struct DeleteDatasetInput: Swift.Sendable { clientToken: Swift.String? = nil, datasetType: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.datasetType = datasetType self.projectName = projectName @@ -896,8 +868,7 @@ public struct DeleteModelInput: Swift.Sendable { clientToken: Swift.String? = nil, modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.modelVersion = modelVersion self.projectName = projectName @@ -910,8 +881,7 @@ public struct DeleteModelOutput: Swift.Sendable { public init( modelArn: Swift.String? = nil - ) - { + ) { self.modelArn = modelArn } } @@ -926,8 +896,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.projectName = projectName } @@ -939,8 +908,7 @@ public struct DeleteProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -956,8 +924,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetType: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.datasetType = datasetType self.projectName = projectName } @@ -969,8 +936,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( datasetDescription: LookoutVisionClientTypes.DatasetDescription? = nil - ) - { + ) { self.datasetDescription = datasetDescription } } @@ -986,8 +952,7 @@ public struct DescribeModelInput: Swift.Sendable { public init( modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.modelVersion = modelVersion self.projectName = projectName } @@ -1007,8 +972,7 @@ extension LookoutVisionClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1063,8 +1027,7 @@ extension LookoutVisionClientTypes { performance: LookoutVisionClientTypes.ModelPerformance? = nil, status: LookoutVisionClientTypes.ModelStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.description = description self.evaluationEndTimestamp = evaluationEndTimestamp @@ -1089,8 +1052,7 @@ public struct DescribeModelOutput: Swift.Sendable { public init( modelDescription: LookoutVisionClientTypes.ModelDescription? = nil - ) - { + ) { self.modelDescription = modelDescription } } @@ -1106,8 +1068,7 @@ public struct DescribeModelPackagingJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.jobName = jobName self.projectName = projectName } @@ -1241,8 +1202,7 @@ extension LookoutVisionClientTypes { accelerator: LookoutVisionClientTypes.TargetPlatformAccelerator? = nil, arch: LookoutVisionClientTypes.TargetPlatformArch? = nil, os: LookoutVisionClientTypes.TargetPlatformOs? = nil - ) - { + ) { self.accelerator = accelerator self.arch = arch self.os = os @@ -1282,8 +1242,7 @@ extension LookoutVisionClientTypes { tags: [LookoutVisionClientTypes.Tag]? = nil, targetDevice: LookoutVisionClientTypes.TargetDevice? = nil, targetPlatform: LookoutVisionClientTypes.TargetPlatform? = nil - ) - { + ) { self.compilerOptions = compilerOptions self.componentDescription = componentDescription self.componentName = componentName @@ -1306,8 +1265,7 @@ extension LookoutVisionClientTypes { public init( greengrass: LookoutVisionClientTypes.GreengrassConfiguration? = nil - ) - { + ) { self.greengrass = greengrass } } @@ -1328,8 +1286,7 @@ extension LookoutVisionClientTypes { componentName: Swift.String? = nil, componentVersion: Swift.String? = nil, componentVersionArn: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.componentVersion = componentVersion self.componentVersionArn = componentVersionArn @@ -1346,8 +1303,7 @@ extension LookoutVisionClientTypes { public init( greengrass: LookoutVisionClientTypes.GreengrassOutputDetails? = nil - ) - { + ) { self.greengrass = greengrass } } @@ -1427,8 +1383,7 @@ extension LookoutVisionClientTypes { projectName: Swift.String? = nil, status: LookoutVisionClientTypes.ModelPackagingJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.jobName = jobName self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -1450,8 +1405,7 @@ public struct DescribeModelPackagingJobOutput: Swift.Sendable { public init( modelPackagingDescription: LookoutVisionClientTypes.ModelPackagingDescription? = nil - ) - { + ) { self.modelPackagingDescription = modelPackagingDescription } } @@ -1463,8 +1417,7 @@ public struct DescribeProjectInput: Swift.Sendable { public init( projectName: Swift.String? = nil - ) - { + ) { self.projectName = projectName } } @@ -1487,8 +1440,7 @@ extension LookoutVisionClientTypes { datasets: [LookoutVisionClientTypes.DatasetMetadata]? = nil, projectArn: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.datasets = datasets self.projectArn = projectArn @@ -1503,8 +1455,7 @@ public struct DescribeProjectOutput: Swift.Sendable { public init( projectDescription: LookoutVisionClientTypes.ProjectDescription? = nil - ) - { + ) { self.projectDescription = projectDescription } } @@ -1528,8 +1479,7 @@ public struct DetectAnomaliesInput: Swift.Sendable { contentType: Swift.String? = nil, modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.body = body self.contentType = contentType self.modelVersion = modelVersion @@ -1546,8 +1496,7 @@ extension LookoutVisionClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -1574,8 +1523,7 @@ extension LookoutVisionClientTypes { confidence: Swift.Float? = nil, isAnomalous: Swift.Bool? = nil, source: LookoutVisionClientTypes.ImageSource? = nil - ) - { + ) { self.anomalies = anomalies self.anomalyMask = anomalyMask self.confidence = confidence @@ -1591,8 +1539,7 @@ public struct DetectAnomaliesOutput: Swift.Sendable { public init( detectAnomalyResult: LookoutVisionClientTypes.DetectAnomalyResult? = nil - ) - { + ) { self.detectAnomalyResult = detectAnomalyResult } } @@ -1629,8 +1576,7 @@ public struct ListDatasetEntriesInput: Swift.Sendable { nextToken: Swift.String? = nil, projectName: Swift.String? = nil, sourceRefContains: Swift.String? = nil - ) - { + ) { self.afterCreationDate = afterCreationDate self.anomalyClass = anomalyClass self.beforeCreationDate = beforeCreationDate @@ -1652,8 +1598,7 @@ public struct ListDatasetEntriesOutput: Swift.Sendable { public init( datasetEntries: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetEntries = datasetEntries self.nextToken = nextToken } @@ -1672,8 +1617,7 @@ public struct ListModelPackagingJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -1713,8 +1657,7 @@ extension LookoutVisionClientTypes { projectName: Swift.String? = nil, status: LookoutVisionClientTypes.ModelPackagingJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.jobName = jobName self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -1737,8 +1680,7 @@ public struct ListModelPackagingJobsOutput: Swift.Sendable { public init( modelPackagingJobs: [LookoutVisionClientTypes.ModelPackagingJobMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelPackagingJobs = modelPackagingJobs self.nextToken = nextToken } @@ -1757,8 +1699,7 @@ public struct ListModelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectName = projectName @@ -1774,8 +1715,7 @@ public struct ListModelsOutput: Swift.Sendable { public init( models: [LookoutVisionClientTypes.ModelMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.models = models self.nextToken = nextToken } @@ -1790,8 +1730,7 @@ public struct ListProjectsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1806,8 +1745,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projects: [LookoutVisionClientTypes.ProjectMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.projects = projects } @@ -1820,8 +1758,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1832,8 +1769,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [LookoutVisionClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1859,8 +1795,7 @@ public struct StartModelInput: Swift.Sendable { minInferenceUnits: Swift.Int? = nil, modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.maxInferenceUnits = maxInferenceUnits self.minInferenceUnits = minInferenceUnits @@ -1913,8 +1848,7 @@ public struct StartModelOutput: Swift.Sendable { public init( status: LookoutVisionClientTypes.ModelHostingStatus? = nil - ) - { + ) { self.status = status } } @@ -1943,8 +1877,7 @@ public struct StartModelPackagingJobInput: Swift.Sendable { jobName: Swift.String? = nil, modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.description = description @@ -1960,8 +1893,7 @@ public struct StartModelPackagingJobOutput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -1980,8 +1912,7 @@ public struct StopModelInput: Swift.Sendable { clientToken: Swift.String? = nil, modelVersion: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.modelVersion = modelVersion self.projectName = projectName @@ -1994,8 +1925,7 @@ public struct StopModelOutput: Swift.Sendable { public init( status: LookoutVisionClientTypes.ModelHostingStatus? = nil - ) - { + ) { self.status = status } } @@ -2011,8 +1941,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [LookoutVisionClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2034,8 +1963,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2064,8 +1992,7 @@ public struct UpdateDatasetEntriesInput: Swift.Sendable { clientToken: Swift.String? = nil, datasetType: Swift.String? = nil, projectName: Swift.String? = nil - ) - { + ) { self.changes = changes self.clientToken = clientToken self.datasetType = datasetType @@ -2079,8 +2006,7 @@ public struct UpdateDatasetEntriesOutput: Swift.Sendable { public init( status: LookoutVisionClientTypes.DatasetStatus? = nil - ) - { + ) { self.status = status } } diff --git a/Sources/Services/AWSM2/Package.swift.txt b/Sources/Services/AWSM2/Package.swift.txt index a1fbf801dc0..947008c6418 100644 --- a/Sources/Services/AWSM2/Package.swift.txt +++ b/Sources/Services/AWSM2/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSM2/Sources/AWSM2/M2Client.swift b/Sources/Services/AWSM2/Sources/AWSM2/M2Client.swift index d759536feda..8640c587c4e 100644 --- a/Sources/Services/AWSM2/Sources/AWSM2/M2Client.swift +++ b/Sources/Services/AWSM2/Sources/AWSM2/M2Client.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class M2Client: ClientRuntime.Client { public static let clientName = "M2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: M2Client.M2ClientConfiguration let serviceName = "m2" diff --git a/Sources/Services/AWSM2/Sources/AWSM2/Models.swift b/Sources/Services/AWSM2/Sources/AWSM2/Models.swift index 7820e32460c..9f14af00f84 100644 --- a/Sources/Services/AWSM2/Sources/AWSM2/Models.swift +++ b/Sources/Services/AWSM2/Sources/AWSM2/Models.swift @@ -53,8 +53,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -79,8 +78,7 @@ extension M2ClientTypes { length: Swift.Int = 0, name: Swift.String? = nil, offset: Swift.Int = 0 - ) - { + ) { self.allowDuplicates = allowDuplicates self.length = length self.name = name @@ -114,8 +112,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -144,8 +141,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -176,8 +172,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -212,8 +207,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -235,8 +229,7 @@ extension M2ClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -309,8 +302,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [M2ClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: M2ClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -331,8 +323,7 @@ public struct CancelBatchJobExecutionInput: Swift.Sendable { applicationId: Swift.String? = nil, authSecretsManagerArn: Swift.String? = nil, executionId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.authSecretsManagerArn = authSecretsManagerArn self.executionId = executionId @@ -375,8 +366,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -456,8 +446,7 @@ public struct CreateApplicationInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.definition = definition self.description = description @@ -484,8 +473,7 @@ public struct CreateApplicationOutput: Swift.Sendable { applicationArn: Swift.String? = nil, applicationId: Swift.String? = nil, applicationVersion: Swift.Int? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId self.applicationVersion = applicationVersion @@ -504,8 +492,7 @@ extension M2ClientTypes { public init( limit: Swift.Int = 0, rollDisposition: Swift.String? = nil - ) - { + ) { self.limit = limit self.rollDisposition = rollDisposition } @@ -529,8 +516,7 @@ extension M2ClientTypes { encoding: Swift.String? = nil, format: Swift.String? = nil, memberFileExtensions: [Swift.String]? = nil - ) - { + ) { self.encoding = encoding self.format = format self.memberFileExtensions = memberFileExtensions @@ -551,8 +537,7 @@ extension M2ClientTypes { public init( encoding: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.encoding = encoding self.format = format } @@ -576,8 +561,7 @@ extension M2ClientTypes { length: Swift.Int = 0, name: Swift.String? = nil, offset: Swift.Int = 0 - ) - { + ) { self.length = length self.name = name self.offset = offset @@ -607,8 +591,7 @@ extension M2ClientTypes { encoding: Swift.String? = nil, format: Swift.String? = nil, primaryKey: M2ClientTypes.PrimaryKey? = nil - ) - { + ) { self.alternateKeys = alternateKeys self.compressed = compressed self.encoding = encoding @@ -648,8 +631,7 @@ extension M2ClientTypes { public init( max: Swift.Int = 0, min: Swift.Int = 0 - ) - { + ) { self.max = max self.min = min } @@ -680,8 +662,7 @@ extension M2ClientTypes { recordLength: M2ClientTypes.RecordLength? = nil, relativePath: Swift.String? = nil, storageType: Swift.String? = nil - ) - { + ) { self.datasetName = datasetName self.datasetOrg = datasetOrg self.recordLength = recordLength @@ -715,8 +696,7 @@ extension M2ClientTypes { public init( dataSet: M2ClientTypes.DataSet? = nil, externalLocation: M2ClientTypes.ExternalLocation? = nil - ) - { + ) { self.dataSet = dataSet self.externalLocation = externalLocation } @@ -749,8 +729,7 @@ public struct CreateDataSetImportTaskInput: Swift.Sendable { applicationId: Swift.String? = nil, clientToken: Swift.String? = nil, importConfig: M2ClientTypes.DataSetImportConfig? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.importConfig = importConfig @@ -764,8 +743,7 @@ public struct CreateDataSetImportTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -788,8 +766,7 @@ public struct CreateDeploymentInput: Swift.Sendable { applicationVersion: Swift.Int? = nil, clientToken: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.applicationVersion = applicationVersion self.clientToken = clientToken @@ -804,8 +781,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -817,8 +793,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -839,8 +814,7 @@ public struct DeleteApplicationFromEnvironmentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, environmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.environmentId = environmentId } @@ -858,8 +832,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -916,8 +889,7 @@ extension M2ClientTypes { applicationVersion: Swift.Int? = nil, status: M2ClientTypes.DeploymentLifecycle? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationVersion = applicationVersion self.status = status self.statusReason = statusReason @@ -978,8 +950,7 @@ extension M2ClientTypes { creationTime: Foundation.Date? = nil, status: M2ClientTypes.ApplicationVersionLifecycle? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationVersion = applicationVersion self.creationTime = creationTime self.status = status @@ -1002,8 +973,7 @@ extension M2ClientTypes { public init( logGroupName: Swift.String? = nil, logType: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.logType = logType } @@ -1136,8 +1106,7 @@ public struct GetApplicationOutput: Swift.Sendable { statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targetGroupArns: [Swift.String]? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId self.creationTime = creationTime @@ -1172,8 +1141,7 @@ public struct GetApplicationVersionInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, applicationVersion: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.applicationVersion = applicationVersion } @@ -1208,8 +1176,7 @@ public struct GetApplicationVersionOutput: Swift.Sendable { name: Swift.String? = nil, status: M2ClientTypes.ApplicationVersionLifecycle? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationVersion = applicationVersion self.creationTime = creationTime self.definitionContent = definitionContent @@ -1231,8 +1198,7 @@ public struct GetBatchJobExecutionInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, executionId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.executionId = executionId } @@ -1251,8 +1217,7 @@ extension M2ClientTypes { public init( fileName: Swift.String? = nil, folderPath: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.folderPath = folderPath } @@ -1278,8 +1243,7 @@ extension M2ClientTypes { fromStep: Swift.String? = nil, toProcStep: Swift.String? = nil, toStep: Swift.String? = nil - ) - { + ) { self.fromProcStep = fromProcStep self.fromStep = fromStep self.toProcStep = toProcStep @@ -1302,8 +1266,7 @@ extension M2ClientTypes { public init( executionId: Swift.String? = nil, jobStepRestartMarker: M2ClientTypes.JobStepRestartMarker? = nil - ) - { + ) { self.executionId = executionId self.jobStepRestartMarker = jobStepRestartMarker } @@ -1339,8 +1302,7 @@ extension M2ClientTypes { bucket: Swift.String? = nil, identifier: M2ClientTypes.JobIdentifier? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.identifier = identifier self.keyPrefix = keyPrefix @@ -1358,8 +1320,7 @@ extension M2ClientTypes { public init( scriptName: Swift.String? = nil - ) - { + ) { self.scriptName = scriptName } } @@ -1512,8 +1473,7 @@ public struct GetBatchJobExecutionOutput: Swift.Sendable { startTime: Foundation.Date? = nil, status: M2ClientTypes.BatchJobExecutionStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.batchJobIdentifier = batchJobIdentifier self.endTime = endTime @@ -1549,8 +1509,7 @@ public struct ExecutionTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1574,8 +1533,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1591,8 +1549,7 @@ public struct GetDataSetDetailsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, dataSetName: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSetName = dataSetName } @@ -1610,8 +1567,7 @@ extension M2ClientTypes { public init( limit: Swift.Int = 0, rollDisposition: Swift.String? = nil - ) - { + ) { self.limit = limit self.rollDisposition = rollDisposition } @@ -1632,8 +1588,7 @@ extension M2ClientTypes { public init( encoding: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.encoding = encoding self.format = format } @@ -1654,8 +1609,7 @@ extension M2ClientTypes { public init( encoding: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.encoding = encoding self.format = format } @@ -1686,8 +1640,7 @@ extension M2ClientTypes { encoding: Swift.String? = nil, primaryKey: M2ClientTypes.PrimaryKey? = nil, recordFormat: Swift.String? = nil - ) - { + ) { self.alternateKeys = alternateKeys self.cacheAtStartup = cacheAtStartup self.compressed = compressed @@ -1745,8 +1698,7 @@ public struct GetDataSetDetailsOutput: Swift.Sendable { lastUpdatedTime: Foundation.Date? = nil, location: Swift.String? = nil, recordLength: Swift.Int? = 0 - ) - { + ) { self.blocksize = blocksize self.creationTime = creationTime self.dataSetName = dataSetName @@ -1770,8 +1722,7 @@ public struct GetDataSetImportTaskInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.taskId = taskId } @@ -1838,8 +1789,7 @@ extension M2ClientTypes { pending: Swift.Int = 0, succeeded: Swift.Int = 0, total: Swift.Int = 0 - ) - { + ) { self.failed = failed self.inProgress = inProgress self.pending = pending @@ -1863,8 +1813,7 @@ public struct GetDataSetImportTaskOutput: Swift.Sendable { status: M2ClientTypes.DataSetTaskLifecycle? = nil, summary: M2ClientTypes.DataSetImportSummary? = nil, taskId: Swift.String? = nil - ) - { + ) { self.status = status self.summary = summary self.taskId = taskId @@ -1882,8 +1831,7 @@ public struct GetDeploymentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, deploymentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.deploymentId = deploymentId } @@ -1919,8 +1867,7 @@ public struct GetDeploymentOutput: Swift.Sendable { environmentId: Swift.String? = nil, status: M2ClientTypes.DeploymentLifecycle? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.applicationVersion = applicationVersion self.creationTime = creationTime @@ -1946,8 +1893,7 @@ public struct ListApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId self.maxResults = maxResults self.names = names @@ -2036,8 +1982,7 @@ extension M2ClientTypes { roleArn: Swift.String? = nil, status: M2ClientTypes.ApplicationLifecycle? = nil, versionStatus: M2ClientTypes.ApplicationVersionLifecycle? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId self.applicationVersion = applicationVersion @@ -2065,8 +2010,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [M2ClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -2085,8 +2029,7 @@ public struct ListApplicationVersionsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2103,8 +2046,7 @@ public struct ListApplicationVersionsOutput: Swift.Sendable { public init( applicationVersions: [M2ClientTypes.ApplicationVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationVersions = applicationVersions self.nextToken = nextToken } @@ -2126,8 +2068,7 @@ public struct ListBatchJobDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2148,8 +2089,7 @@ extension M2ClientTypes { public init( fileName: Swift.String? = nil, folderPath: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.folderPath = folderPath } @@ -2166,8 +2106,7 @@ extension M2ClientTypes { public init( scriptName: Swift.String? = nil - ) - { + ) { self.scriptName = scriptName } } @@ -2195,8 +2134,7 @@ public struct ListBatchJobDefinitionsOutput: Swift.Sendable { public init( batchJobDefinitions: [M2ClientTypes.BatchJobDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchJobDefinitions = batchJobDefinitions self.nextToken = nextToken } @@ -2230,8 +2168,7 @@ public struct ListBatchJobExecutionsInput: Swift.Sendable { startedAfter: Foundation.Date? = nil, startedBefore: Foundation.Date? = nil, status: M2ClientTypes.BatchJobExecutionStatus? = nil - ) - { + ) { self.applicationId = applicationId self.executionIds = executionIds self.jobName = jobName @@ -2283,8 +2220,7 @@ extension M2ClientTypes { returnCode: Swift.String? = nil, startTime: Foundation.Date? = nil, status: M2ClientTypes.BatchJobExecutionStatus? = nil - ) - { + ) { self.applicationId = applicationId self.batchJobIdentifier = batchJobIdentifier self.endTime = endTime @@ -2309,8 +2245,7 @@ public struct ListBatchJobExecutionsOutput: Swift.Sendable { public init( batchJobExecutions: [M2ClientTypes.BatchJobExecutionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchJobExecutions = batchJobExecutions self.nextToken = nextToken } @@ -2330,8 +2265,7 @@ public struct ListBatchJobRestartPointsInput: Swift.Sendable { applicationId: Swift.String? = nil, authSecretsManagerArn: Swift.String? = nil, executionId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.authSecretsManagerArn = authSecretsManagerArn self.executionId = executionId @@ -2362,8 +2296,7 @@ extension M2ClientTypes { stepName: Swift.String? = nil, stepNumber: Swift.Int = 0, stepRestartable: Swift.Bool = false - ) - { + ) { self.procStepName = procStepName self.procStepNumber = procStepNumber self.stepCondCode = stepCondCode @@ -2380,8 +2313,7 @@ public struct ListBatchJobRestartPointsOutput: Swift.Sendable { public init( batchJobSteps: [M2ClientTypes.JobStep]? = nil - ) - { + ) { self.batchJobSteps = batchJobSteps } } @@ -2399,8 +2331,7 @@ public struct ListDataSetImportHistoryInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2428,8 +2359,7 @@ extension M2ClientTypes { statusReason: Swift.String? = nil, summary: M2ClientTypes.DataSetImportSummary? = nil, taskId: Swift.String? = nil - ) - { + ) { self.status = status self.statusReason = statusReason self.summary = summary @@ -2448,8 +2378,7 @@ public struct ListDataSetImportHistoryOutput: Swift.Sendable { public init( dataSetImportTasks: [M2ClientTypes.DataSetImportTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSetImportTasks = dataSetImportTasks self.nextToken = nextToken } @@ -2474,8 +2403,7 @@ public struct ListDataSetsInput: Swift.Sendable { nameFilter: Swift.String? = nil, nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nameFilter = nameFilter @@ -2509,8 +2437,7 @@ extension M2ClientTypes { format: Swift.String? = nil, lastReferencedTime: Foundation.Date? = nil, lastUpdatedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.dataSetName = dataSetName self.dataSetOrg = dataSetOrg @@ -2531,8 +2458,7 @@ public struct ListDataSetsOutput: Swift.Sendable { public init( dataSets: [M2ClientTypes.DataSetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSets = dataSets self.nextToken = nextToken } @@ -2551,8 +2477,7 @@ public struct ListDeploymentsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2592,8 +2517,7 @@ extension M2ClientTypes { environmentId: Swift.String? = nil, status: M2ClientTypes.DeploymentLifecycle? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.applicationVersion = applicationVersion self.creationTime = creationTime @@ -2615,8 +2539,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [M2ClientTypes.DeploymentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -2629,8 +2552,7 @@ public struct StartApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -2657,8 +2579,7 @@ public struct StartBatchJobInput: Swift.Sendable { authSecretsManagerArn: Swift.String? = nil, batchJobIdentifier: M2ClientTypes.BatchJobIdentifier? = nil, jobParams: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.authSecretsManagerArn = authSecretsManagerArn self.batchJobIdentifier = batchJobIdentifier @@ -2673,8 +2594,7 @@ public struct StartBatchJobOutput: Swift.Sendable { public init( executionId: Swift.String? = nil - ) - { + ) { self.executionId = executionId } } @@ -2689,8 +2609,7 @@ public struct StopApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, forceStop: Swift.Bool = false - ) - { + ) { self.applicationId = applicationId self.forceStop = forceStop } @@ -2718,8 +2637,7 @@ public struct UpdateApplicationInput: Swift.Sendable { currentApplicationVersion: Swift.Int? = nil, definition: M2ClientTypes.Definition? = nil, description: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.currentApplicationVersion = currentApplicationVersion self.definition = definition @@ -2734,8 +2652,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( applicationVersion: Swift.Int? = nil - ) - { + ) { self.applicationVersion = applicationVersion } } @@ -2750,8 +2667,7 @@ extension M2ClientTypes { public init( desiredCapacity: Swift.Int? = nil - ) - { + ) { self.desiredCapacity = desiredCapacity } } @@ -2800,8 +2716,7 @@ extension M2ClientTypes { public init( fileSystemId: Swift.String? = nil, mountPoint: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.mountPoint = mountPoint } @@ -2822,8 +2737,7 @@ extension M2ClientTypes { public init( fileSystemId: Swift.String? = nil, mountPoint: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.mountPoint = mountPoint } @@ -2893,8 +2807,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { storageConfigurations: [M2ClientTypes.StorageConfiguration]? = nil, subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.engineType = engineType @@ -2920,8 +2833,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -2933,8 +2845,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -2951,8 +2862,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -2969,8 +2879,7 @@ extension M2ClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -2989,8 +2898,7 @@ extension M2ClientTypes { public init( engineVersion: Swift.String? = nil, schedule: M2ClientTypes.MaintenanceSchedule? = nil - ) - { + ) { self.engineVersion = engineVersion self.schedule = schedule } @@ -3121,8 +3029,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.actualCapacity = actualCapacity self.creationTime = creationTime self.description = description @@ -3164,8 +3071,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineType = engineType self.maxResults = maxResults self.names = names @@ -3214,8 +3120,7 @@ extension M2ClientTypes { name: Swift.String? = nil, networkType: M2ClientTypes.NetworkType? = nil, status: M2ClientTypes.EnvironmentLifecycle? = nil - ) - { + ) { self.creationTime = creationTime self.engineType = engineType self.engineVersion = engineVersion @@ -3239,8 +3144,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environments: [M2ClientTypes.EnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -3271,8 +3175,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { forceUpdate: Swift.Bool = false, instanceType: Swift.String? = nil, preferredMaintenanceWindow: Swift.String? = nil - ) - { + ) { self.applyDuringMaintenanceWindow = applyDuringMaintenanceWindow self.desiredCapacity = desiredCapacity self.engineVersion = engineVersion @@ -3290,8 +3193,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { public init( environmentId: Swift.String? = nil - ) - { + ) { self.environmentId = environmentId } } @@ -3303,8 +3205,7 @@ public struct GetSignedBluinsightsUrlOutput: Swift.Sendable { public init( signedBiUrl: Swift.String? = nil - ) - { + ) { self.signedBiUrl = signedBiUrl } } @@ -3321,8 +3222,7 @@ public struct ListEngineVersionsInput: Swift.Sendable { engineType: M2ClientTypes.EngineType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineType = engineType self.maxResults = maxResults self.nextToken = nextToken @@ -3343,8 +3243,7 @@ extension M2ClientTypes { public init( engineType: Swift.String? = nil, engineVersion: Swift.String? = nil - ) - { + ) { self.engineType = engineType self.engineVersion = engineVersion } @@ -3361,8 +3260,7 @@ public struct ListEngineVersionsOutput: Swift.Sendable { public init( engineVersions: [M2ClientTypes.EngineVersionsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineVersions = engineVersions self.nextToken = nextToken } @@ -3375,8 +3273,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3388,8 +3285,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3405,8 +3301,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3428,8 +3323,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSMTurk/Package.swift.txt b/Sources/Services/AWSMTurk/Package.swift.txt index 684f97ccf77..0f4758ac4be 100644 --- a/Sources/Services/AWSMTurk/Package.swift.txt +++ b/Sources/Services/AWSMTurk/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMTurk/Sources/AWSMTurk/MTurkClient.swift b/Sources/Services/AWSMTurk/Sources/AWSMTurk/MTurkClient.swift index 33873cba9d5..efd43d341d0 100644 --- a/Sources/Services/AWSMTurk/Sources/AWSMTurk/MTurkClient.swift +++ b/Sources/Services/AWSMTurk/Sources/AWSMTurk/MTurkClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MTurkClient: ClientRuntime.Client { public static let clientName = "MTurkClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MTurkClient.MTurkClientConfiguration let serviceName = "MTurk" diff --git a/Sources/Services/AWSMTurk/Sources/AWSMTurk/Models.swift b/Sources/Services/AWSMTurk/Sources/AWSMTurk/Models.swift index bd5fe3f9cdb..137f2741137 100644 --- a/Sources/Services/AWSMTurk/Sources/AWSMTurk/Models.swift +++ b/Sources/Services/AWSMTurk/Sources/AWSMTurk/Models.swift @@ -46,8 +46,7 @@ public struct RequestError: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil, turkErrorCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.turkErrorCode = turkErrorCode } @@ -73,8 +72,7 @@ public struct ServiceFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil, turkErrorCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.turkErrorCode = turkErrorCode } @@ -90,8 +88,7 @@ public struct AcceptQualificationRequestInput: Swift.Sendable { public init( integerValue: Swift.Int? = nil, qualificationRequestId: Swift.String? = nil - ) - { + ) { self.integerValue = integerValue self.qualificationRequestId = qualificationRequestId } @@ -115,8 +112,7 @@ public struct ApproveAssignmentInput: Swift.Sendable { assignmentId: Swift.String? = nil, overrideRejection: Swift.Bool? = nil, requesterFeedback: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.overrideRejection = overrideRejection self.requesterFeedback = requesterFeedback @@ -202,8 +198,7 @@ extension MTurkClientTypes { requesterFeedback: Swift.String? = nil, submitTime: Foundation.Date? = nil, workerId: Swift.String? = nil - ) - { + ) { self.acceptTime = acceptTime self.answer = answer self.approvalTime = approvalTime @@ -237,8 +232,7 @@ public struct AssociateQualificationWithWorkerInput: Swift.Sendable { qualificationTypeId: Swift.String? = nil, sendNotification: Swift.Bool? = nil, workerId: Swift.String? = nil - ) - { + ) { self.integerValue = integerValue self.qualificationTypeId = qualificationTypeId self.sendNotification = sendNotification @@ -272,8 +266,7 @@ extension MTurkClientTypes { grantTime: Foundation.Date? = nil, reason: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.bonusAmount = bonusAmount self.grantTime = grantTime @@ -350,8 +343,7 @@ public struct CreateAdditionalAssignmentsForHITInput: Swift.Sendable { hitId: Swift.String? = nil, numberOfAdditionalAssignments: Swift.Int? = nil, uniqueRequestToken: Swift.String? = nil - ) - { + ) { self.hitId = hitId self.numberOfAdditionalAssignments = numberOfAdditionalAssignments self.uniqueRequestToken = uniqueRequestToken @@ -375,8 +367,7 @@ extension MTurkClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -398,8 +389,7 @@ extension MTurkClientTypes { key: Swift.String? = nil, mapEntries: [MTurkClientTypes.ParameterMapEntry]? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.mapEntries = mapEntries self.values = values @@ -420,8 +410,7 @@ extension MTurkClientTypes { public init( parameters: [MTurkClientTypes.PolicyParameter]? = nil, policyName: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.policyName = policyName } @@ -442,8 +431,7 @@ extension MTurkClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -495,8 +483,7 @@ extension MTurkClientTypes { public init( country: Swift.String? = nil, subdivision: Swift.String? = nil - ) - { + ) { self.country = country self.subdivision = subdivision } @@ -530,8 +517,7 @@ extension MTurkClientTypes { localeValues: [MTurkClientTypes.Locale]? = nil, qualificationTypeId: Swift.String? = nil, requiredToPreview: Swift.Bool? = nil - ) - { + ) { self.actionsGuarded = actionsGuarded self.comparator = comparator self.integerValues = integerValues @@ -598,8 +584,7 @@ public struct CreateHITInput: Swift.Sendable { reward: Swift.String? = nil, title: Swift.String? = nil, uniqueRequestToken: Swift.String? = nil - ) - { + ) { self.assignmentDurationInSeconds = assignmentDurationInSeconds self.assignmentReviewPolicy = assignmentReviewPolicy self.autoApprovalDelayInSeconds = autoApprovalDelayInSeconds @@ -761,8 +746,7 @@ extension MTurkClientTypes { requesterAnnotation: Swift.String? = nil, reward: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.assignmentDurationInSeconds = assignmentDurationInSeconds self.autoApprovalDelayInSeconds = autoApprovalDelayInSeconds self.creationTime = creationTime @@ -794,8 +778,7 @@ public struct CreateHITOutput: Swift.Sendable { public init( hit: MTurkClientTypes.HIT? = nil - ) - { + ) { self.hit = hit } } @@ -828,8 +811,7 @@ public struct CreateHITTypeInput: Swift.Sendable { qualificationRequirements: [MTurkClientTypes.QualificationRequirement]? = nil, reward: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.assignmentDurationInSeconds = assignmentDurationInSeconds self.autoApprovalDelayInSeconds = autoApprovalDelayInSeconds self.description = description @@ -846,8 +828,7 @@ public struct CreateHITTypeOutput: Swift.Sendable { public init( hitTypeId: Swift.String? = nil - ) - { + ) { self.hitTypeId = hitTypeId } } @@ -887,8 +868,7 @@ public struct CreateHITWithHITTypeInput: Swift.Sendable { question: Swift.String? = nil, requesterAnnotation: Swift.String? = nil, uniqueRequestToken: Swift.String? = nil - ) - { + ) { self.assignmentReviewPolicy = assignmentReviewPolicy self.hitLayoutId = hitLayoutId self.hitLayoutParameters = hitLayoutParameters @@ -908,8 +888,7 @@ public struct CreateHITWithHITTypeOutput: Swift.Sendable { public init( hit: MTurkClientTypes.HIT? = nil - ) - { + ) { self.hit = hit } } @@ -979,8 +958,7 @@ public struct CreateQualificationTypeInput: Swift.Sendable { retryDelayInSeconds: Swift.Int? = nil, test: Swift.String? = nil, testDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.answerKey = answerKey self.autoGranted = autoGranted self.autoGrantedValue = autoGrantedValue @@ -1039,8 +1017,7 @@ extension MTurkClientTypes { retryDelayInSeconds: Swift.Int? = nil, test: Swift.String? = nil, testDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.answerKey = answerKey self.autoGranted = autoGranted self.autoGrantedValue = autoGrantedValue @@ -1064,8 +1041,7 @@ public struct CreateQualificationTypeOutput: Swift.Sendable { public init( qualificationType: MTurkClientTypes.QualificationType? = nil - ) - { + ) { self.qualificationType = qualificationType } } @@ -1081,8 +1057,7 @@ public struct CreateWorkerBlockInput: Swift.Sendable { public init( reason: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.reason = reason self.workerId = workerId } @@ -1100,8 +1075,7 @@ public struct DeleteHITInput: Swift.Sendable { public init( hitId: Swift.String? = nil - ) - { + ) { self.hitId = hitId } } @@ -1118,8 +1092,7 @@ public struct DeleteQualificationTypeInput: Swift.Sendable { public init( qualificationTypeId: Swift.String? = nil - ) - { + ) { self.qualificationTypeId = qualificationTypeId } } @@ -1139,8 +1112,7 @@ public struct DeleteWorkerBlockInput: Swift.Sendable { public init( reason: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.reason = reason self.workerId = workerId } @@ -1165,8 +1137,7 @@ public struct DisassociateQualificationFromWorkerInput: Swift.Sendable { qualificationTypeId: Swift.String? = nil, reason: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.qualificationTypeId = qualificationTypeId self.reason = reason self.workerId = workerId @@ -1251,8 +1222,7 @@ public struct GetAccountBalanceOutput: Swift.Sendable { public init( availableBalance: Swift.String? = nil, onHoldBalance: Swift.String? = nil - ) - { + ) { self.availableBalance = availableBalance self.onHoldBalance = onHoldBalance } @@ -1265,8 +1235,7 @@ public struct GetAssignmentInput: Swift.Sendable { public init( assignmentId: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId } } @@ -1280,8 +1249,7 @@ public struct GetAssignmentOutput: Swift.Sendable { public init( assignment: MTurkClientTypes.Assignment? = nil, hit: MTurkClientTypes.HIT? = nil - ) - { + ) { self.assignment = assignment self.hit = hit } @@ -1298,8 +1266,7 @@ public struct GetFileUploadURLInput: Swift.Sendable { public init( assignmentId: Swift.String? = nil, questionIdentifier: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.questionIdentifier = questionIdentifier } @@ -1311,8 +1278,7 @@ public struct GetFileUploadURLOutput: Swift.Sendable { public init( fileUploadURL: Swift.String? = nil - ) - { + ) { self.fileUploadURL = fileUploadURL } } @@ -1324,8 +1290,7 @@ public struct GetHITInput: Swift.Sendable { public init( hitId: Swift.String? = nil - ) - { + ) { self.hitId = hitId } } @@ -1336,8 +1301,7 @@ public struct GetHITOutput: Swift.Sendable { public init( hit: MTurkClientTypes.HIT? = nil - ) - { + ) { self.hit = hit } } @@ -1353,8 +1317,7 @@ public struct GetQualificationScoreInput: Swift.Sendable { public init( qualificationTypeId: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.qualificationTypeId = qualificationTypeId self.workerId = workerId } @@ -1413,8 +1376,7 @@ extension MTurkClientTypes { qualificationTypeId: Swift.String? = nil, status: MTurkClientTypes.QualificationStatus? = nil, workerId: Swift.String? = nil - ) - { + ) { self.grantTime = grantTime self.integerValue = integerValue self.localeValue = localeValue @@ -1431,8 +1393,7 @@ public struct GetQualificationScoreOutput: Swift.Sendable { public init( qualification: MTurkClientTypes.Qualification? = nil - ) - { + ) { self.qualification = qualification } } @@ -1444,8 +1405,7 @@ public struct GetQualificationTypeInput: Swift.Sendable { public init( qualificationTypeId: Swift.String? = nil - ) - { + ) { self.qualificationTypeId = qualificationTypeId } } @@ -1456,8 +1416,7 @@ public struct GetQualificationTypeOutput: Swift.Sendable { public init( qualificationType: MTurkClientTypes.QualificationType? = nil - ) - { + ) { self.qualificationType = qualificationType } } @@ -1477,8 +1436,7 @@ public struct ListAssignmentsForHITInput: Swift.Sendable { hitId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assignmentStatuses = assignmentStatuses self.hitId = hitId self.maxResults = maxResults @@ -1498,8 +1456,7 @@ public struct ListAssignmentsForHITOutput: Swift.Sendable { assignments: [MTurkClientTypes.Assignment]? = nil, nextToken: Swift.String? = nil, numResults: Swift.Int? = nil - ) - { + ) { self.assignments = assignments self.nextToken = nextToken self.numResults = numResults @@ -1520,8 +1477,7 @@ public struct ListBonusPaymentsInput: Swift.Sendable { hitId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.hitId = hitId self.maxResults = maxResults @@ -1541,8 +1497,7 @@ public struct ListBonusPaymentsOutput: Swift.Sendable { bonusPayments: [MTurkClientTypes.BonusPayment]? = nil, nextToken: Swift.String? = nil, numResults: Swift.Int? = nil - ) - { + ) { self.bonusPayments = bonusPayments self.nextToken = nextToken self.numResults = numResults @@ -1557,8 +1512,7 @@ public struct ListHITsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1576,8 +1530,7 @@ public struct ListHITsOutput: Swift.Sendable { hiTs: [MTurkClientTypes.HIT]? = nil, nextToken: Swift.String? = nil, numResults: Swift.Int? = nil - ) - { + ) { self.hiTs = hiTs self.nextToken = nextToken self.numResults = numResults @@ -1597,8 +1550,7 @@ public struct ListHITsForQualificationTypeInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, qualificationTypeId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.qualificationTypeId = qualificationTypeId @@ -1617,8 +1569,7 @@ public struct ListHITsForQualificationTypeOutput: Swift.Sendable { hiTs: [MTurkClientTypes.HIT]? = nil, nextToken: Swift.String? = nil, numResults: Swift.Int? = nil - ) - { + ) { self.hiTs = hiTs self.nextToken = nextToken self.numResults = numResults @@ -1637,8 +1588,7 @@ public struct ListQualificationRequestsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, qualificationTypeId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.qualificationTypeId = qualificationTypeId @@ -1669,8 +1619,7 @@ extension MTurkClientTypes { submitTime: Foundation.Date? = nil, test: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.answer = answer self.qualificationRequestId = qualificationRequestId self.qualificationTypeId = qualificationTypeId @@ -1693,8 +1642,7 @@ public struct ListQualificationRequestsOutput: Swift.Sendable { nextToken: Swift.String? = nil, numResults: Swift.Int? = nil, qualificationRequests: [MTurkClientTypes.QualificationRequest]? = nil - ) - { + ) { self.nextToken = nextToken self.numResults = numResults self.qualificationRequests = qualificationRequests @@ -1720,8 +1668,7 @@ public struct ListQualificationTypesInput: Swift.Sendable { mustBeRequestable: Swift.Bool? = nil, nextToken: Swift.String? = nil, query: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.mustBeOwnedByCaller = mustBeOwnedByCaller self.mustBeRequestable = mustBeRequestable @@ -1742,8 +1689,7 @@ public struct ListQualificationTypesOutput: Swift.Sendable { nextToken: Swift.String? = nil, numResults: Swift.Int? = nil, qualificationTypes: [MTurkClientTypes.QualificationType]? = nil - ) - { + ) { self.nextToken = nextToken self.numResults = numResults self.qualificationTypes = qualificationTypes @@ -1794,8 +1740,7 @@ public struct ListReviewableHITsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: MTurkClientTypes.ReviewableHITStatus? = nil - ) - { + ) { self.hitTypeId = hitTypeId self.maxResults = maxResults self.nextToken = nextToken @@ -1815,8 +1760,7 @@ public struct ListReviewableHITsOutput: Swift.Sendable { hiTs: [MTurkClientTypes.HIT]? = nil, nextToken: Swift.String? = nil, numResults: Swift.Int? = nil - ) - { + ) { self.hiTs = hiTs self.nextToken = nextToken self.numResults = numResults @@ -1874,8 +1818,7 @@ public struct ListReviewPolicyResultsForHITInput: Swift.Sendable { policyLevels: [MTurkClientTypes.ReviewPolicyLevel]? = nil, retrieveActions: Swift.Bool? = nil, retrieveResults: Swift.Bool? = nil - ) - { + ) { self.hitId = hitId self.maxResults = maxResults self.nextToken = nextToken @@ -1950,8 +1893,7 @@ extension MTurkClientTypes { status: MTurkClientTypes.ReviewActionStatus? = nil, targetId: Swift.String? = nil, targetType: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.actionName = actionName self.completeTime = completeTime @@ -1988,8 +1930,7 @@ extension MTurkClientTypes { subjectId: Swift.String? = nil, subjectType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.key = key self.questionId = questionId @@ -2012,8 +1953,7 @@ extension MTurkClientTypes { public init( reviewActions: [MTurkClientTypes.ReviewActionDetail]? = nil, reviewResults: [MTurkClientTypes.ReviewResultDetail]? = nil - ) - { + ) { self.reviewActions = reviewActions self.reviewResults = reviewResults } @@ -2041,8 +1981,7 @@ public struct ListReviewPolicyResultsForHITOutput: Swift.Sendable { hitReviewPolicy: MTurkClientTypes.ReviewPolicy? = nil, hitReviewReport: MTurkClientTypes.ReviewReport? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assignmentReviewPolicy = assignmentReviewPolicy self.assignmentReviewReport = assignmentReviewReport self.hitId = hitId @@ -2060,8 +1999,7 @@ public struct ListWorkerBlocksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2079,8 +2017,7 @@ extension MTurkClientTypes { public init( reason: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.reason = reason self.workerId = workerId } @@ -2099,8 +2036,7 @@ public struct ListWorkerBlocksOutput: Swift.Sendable { nextToken: Swift.String? = nil, numResults: Swift.Int? = nil, workerBlocks: [MTurkClientTypes.WorkerBlock]? = nil - ) - { + ) { self.nextToken = nextToken self.numResults = numResults self.workerBlocks = workerBlocks @@ -2123,8 +2059,7 @@ public struct ListWorkersWithQualificationTypeInput: Swift.Sendable { nextToken: Swift.String? = nil, qualificationTypeId: Swift.String? = nil, status: MTurkClientTypes.QualificationStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.qualificationTypeId = qualificationTypeId @@ -2144,8 +2079,7 @@ public struct ListWorkersWithQualificationTypeOutput: Swift.Sendable { nextToken: Swift.String? = nil, numResults: Swift.Int? = nil, qualifications: [MTurkClientTypes.Qualification]? = nil - ) - { + ) { self.nextToken = nextToken self.numResults = numResults self.qualifications = qualifications @@ -2167,8 +2101,7 @@ public struct NotifyWorkersInput: Swift.Sendable { messageText: Swift.String? = nil, subject: Swift.String? = nil, workerIds: [Swift.String]? = nil - ) - { + ) { self.messageText = messageText self.subject = subject self.workerIds = workerIds @@ -2219,8 +2152,7 @@ extension MTurkClientTypes { notifyWorkersFailureCode: MTurkClientTypes.NotifyWorkersFailureCode? = nil, notifyWorkersFailureMessage: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.notifyWorkersFailureCode = notifyWorkersFailureCode self.notifyWorkersFailureMessage = notifyWorkersFailureMessage self.workerId = workerId @@ -2234,8 +2166,7 @@ public struct NotifyWorkersOutput: Swift.Sendable { public init( notifyWorkersFailureStatuses: [MTurkClientTypes.NotifyWorkersFailureStatus]? = nil - ) - { + ) { self.notifyWorkersFailureStatuses = notifyWorkersFailureStatuses } } @@ -2251,8 +2182,7 @@ public struct RejectAssignmentInput: Swift.Sendable { public init( assignmentId: Swift.String? = nil, requesterFeedback: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.requesterFeedback = requesterFeedback } @@ -2273,8 +2203,7 @@ public struct RejectQualificationRequestInput: Swift.Sendable { public init( qualificationRequestId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.qualificationRequestId = qualificationRequestId self.reason = reason } @@ -2307,8 +2236,7 @@ public struct SendBonusInput: Swift.Sendable { reason: Swift.String? = nil, uniqueRequestToken: Swift.String? = nil, workerId: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.bonusAmount = bonusAmount self.reason = reason @@ -2382,8 +2310,7 @@ extension MTurkClientTypes { eventTypes: [MTurkClientTypes.EventType]? = nil, transport: MTurkClientTypes.NotificationTransport? = nil, version: Swift.String? = nil - ) - { + ) { self.destination = destination self.eventTypes = eventTypes self.transport = transport @@ -2403,8 +2330,7 @@ public struct SendTestEventNotificationInput: Swift.Sendable { public init( notification: MTurkClientTypes.NotificationSpecification? = nil, testEventType: MTurkClientTypes.EventType? = nil - ) - { + ) { self.notification = notification self.testEventType = testEventType } @@ -2426,8 +2352,7 @@ public struct UpdateExpirationForHITInput: Swift.Sendable { public init( expireAt: Foundation.Date? = nil, hitId: Swift.String? = nil - ) - { + ) { self.expireAt = expireAt self.hitId = hitId } @@ -2452,8 +2377,7 @@ public struct UpdateHITReviewStatusInput: Swift.Sendable { public init( hitId: Swift.String? = nil, revert: Swift.Bool? = nil - ) - { + ) { self.hitId = hitId self.revert = revert } @@ -2475,8 +2399,7 @@ public struct UpdateHITTypeOfHITInput: Swift.Sendable { public init( hitId: Swift.String? = nil, hitTypeId: Swift.String? = nil - ) - { + ) { self.hitId = hitId self.hitTypeId = hitTypeId } @@ -2500,8 +2423,7 @@ public struct UpdateNotificationSettingsInput: Swift.Sendable { active: Swift.Bool? = nil, hitTypeId: Swift.String? = nil, notification: MTurkClientTypes.NotificationSpecification? = nil - ) - { + ) { self.active = active self.hitTypeId = hitTypeId self.notification = notification @@ -2544,8 +2466,7 @@ public struct UpdateQualificationTypeInput: Swift.Sendable { retryDelayInSeconds: Swift.Int? = nil, test: Swift.String? = nil, testDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.answerKey = answerKey self.autoGranted = autoGranted self.autoGrantedValue = autoGrantedValue @@ -2564,8 +2485,7 @@ public struct UpdateQualificationTypeOutput: Swift.Sendable { public init( qualificationType: MTurkClientTypes.QualificationType? = nil - ) - { + ) { self.qualificationType = qualificationType } } diff --git a/Sources/Services/AWSMWAA/Package.swift.txt b/Sources/Services/AWSMWAA/Package.swift.txt index fc7dbc20e6d..24dd0f147fe 100644 --- a/Sources/Services/AWSMWAA/Package.swift.txt +++ b/Sources/Services/AWSMWAA/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMWAA/Sources/AWSMWAA/MWAAClient.swift b/Sources/Services/AWSMWAA/Sources/AWSMWAA/MWAAClient.swift index b1ad33a3089..39cfd435ee9 100644 --- a/Sources/Services/AWSMWAA/Sources/AWSMWAA/MWAAClient.swift +++ b/Sources/Services/AWSMWAA/Sources/AWSMWAA/MWAAClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MWAAClient: ClientRuntime.Client { public static let clientName = "MWAAClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MWAAClient.MWAAClientConfiguration let serviceName = "MWAA" diff --git a/Sources/Services/AWSMWAA/Sources/AWSMWAA/Models.swift b/Sources/Services/AWSMWAA/Sources/AWSMWAA/Models.swift index 424b5a35274..5a638149719 100644 --- a/Sources/Services/AWSMWAA/Sources/AWSMWAA/Models.swift +++ b/Sources/Services/AWSMWAA/Sources/AWSMWAA/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -83,8 +81,7 @@ public struct CreateCliTokenInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -98,8 +95,7 @@ public struct CreateCliTokenOutput: Swift.Sendable { public init( cliToken: Swift.String? = nil, webServerHostname: Swift.String? = nil - ) - { + ) { self.cliToken = cliToken self.webServerHostname = webServerHostname } @@ -128,8 +124,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -152,8 +147,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +233,7 @@ extension MWAAClientTypes { public init( enabled: Swift.Bool? = nil, logLevel: MWAAClientTypes.LoggingLevel? = nil - ) - { + ) { self.enabled = enabled self.logLevel = logLevel } @@ -268,8 +261,7 @@ extension MWAAClientTypes { taskLogs: MWAAClientTypes.ModuleLoggingConfigurationInput? = nil, webserverLogs: MWAAClientTypes.ModuleLoggingConfigurationInput? = nil, workerLogs: MWAAClientTypes.ModuleLoggingConfigurationInput? = nil - ) - { + ) { self.dagProcessingLogs = dagProcessingLogs self.schedulerLogs = schedulerLogs self.taskLogs = taskLogs @@ -291,8 +283,7 @@ extension MWAAClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -416,8 +407,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, webserverAccessMode: MWAAClientTypes.WebserverAccessMode? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.airflowConfigurationOptions = airflowConfigurationOptions self.airflowVersion = airflowVersion self.dagS3Path = dagS3Path @@ -457,8 +447,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -470,8 +459,7 @@ public struct CreateWebLoginTokenInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -491,8 +479,7 @@ public struct CreateWebLoginTokenOutput: Swift.Sendable { iamIdentity: Swift.String? = nil, webServerHostname: Swift.String? = nil, webToken: Swift.String? = nil - ) - { + ) { self.airflowIdentity = airflowIdentity self.iamIdentity = iamIdentity self.webServerHostname = webServerHostname @@ -512,8 +499,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -530,8 +516,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -548,8 +533,7 @@ extension MWAAClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -606,8 +590,7 @@ extension MWAAClientTypes { error: MWAAClientTypes.UpdateError? = nil, source: Swift.String? = nil, status: MWAAClientTypes.UpdateStatus? = nil - ) - { + ) { self.createdAt = createdAt self.error = error self.source = source @@ -631,8 +614,7 @@ extension MWAAClientTypes { cloudWatchLogGroupArn: Swift.String? = nil, enabled: Swift.Bool? = nil, logLevel: MWAAClientTypes.LoggingLevel? = nil - ) - { + ) { self.cloudWatchLogGroupArn = cloudWatchLogGroupArn self.enabled = enabled self.logLevel = logLevel @@ -661,8 +643,7 @@ extension MWAAClientTypes { taskLogs: MWAAClientTypes.ModuleLoggingConfiguration? = nil, webserverLogs: MWAAClientTypes.ModuleLoggingConfiguration? = nil, workerLogs: MWAAClientTypes.ModuleLoggingConfiguration? = nil - ) - { + ) { self.dagProcessingLogs = dagProcessingLogs self.schedulerLogs = schedulerLogs self.taskLogs = taskLogs @@ -866,8 +847,7 @@ extension MWAAClientTypes { webserverUrl: Swift.String? = nil, webserverVpcEndpointService: Swift.String? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.airflowConfigurationOptions = airflowConfigurationOptions self.airflowVersion = airflowVersion self.arn = arn @@ -917,8 +897,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { public init( environment: MWAAClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -945,8 +924,7 @@ public struct RestApiClientException: ClientRuntime.ModeledError, AWSClientRunti public init( restApiResponse: Smithy.Document? = nil, restApiStatusCode: Swift.Int? = nil - ) - { + ) { self.properties.restApiResponse = restApiResponse self.properties.restApiStatusCode = restApiStatusCode } @@ -979,8 +957,7 @@ public struct RestApiServerException: ClientRuntime.ModeledError, AWSClientRunti public init( restApiResponse: Smithy.Document? = nil, restApiStatusCode: Swift.Int? = nil - ) - { + ) { self.properties.restApiResponse = restApiResponse self.properties.restApiStatusCode = restApiStatusCode } @@ -1050,8 +1027,7 @@ public struct InvokeRestApiInput: Swift.Sendable { name: Swift.String? = nil, path: Swift.String? = nil, queryParameters: Smithy.Document? = nil - ) - { + ) { self.body = body self.method = method self.name = name @@ -1074,8 +1050,7 @@ public struct InvokeRestApiOutput: Swift.Sendable { public init( restApiResponse: Smithy.Document? = nil, restApiStatusCode: Swift.Int? = nil - ) - { + ) { self.restApiResponse = restApiResponse self.restApiStatusCode = restApiStatusCode } @@ -1095,8 +1070,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1112,8 +1086,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environments: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -1126,8 +1099,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1138,8 +1110,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1159,8 +1130,7 @@ extension MWAAClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1186,8 +1156,7 @@ extension MWAAClientTypes { minimum: Swift.Double? = nil, sampleCount: Swift.Int? = nil, sum: Swift.Double? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum self.sampleCount = sampleCount @@ -1329,8 +1298,7 @@ extension MWAAClientTypes { timestamp: Foundation.Date? = nil, unit: MWAAClientTypes.Unit? = nil, value: Swift.Double? = nil - ) - { + ) { self.dimensions = dimensions self.metricName = metricName self.statisticValues = statisticValues @@ -1354,8 +1322,7 @@ public struct PublishMetricsInput: Swift.Sendable { public init( environmentName: Swift.String? = nil, metricData: [MWAAClientTypes.MetricDatum]? = nil - ) - { + ) { self.environmentName = environmentName self.metricData = metricData } @@ -1378,8 +1345,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1401,8 +1367,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1423,8 +1388,7 @@ extension MWAAClientTypes { public init( securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds } } @@ -1500,8 +1464,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { startupScriptS3Path: Swift.String? = nil, webserverAccessMode: MWAAClientTypes.WebserverAccessMode? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.airflowConfigurationOptions = airflowConfigurationOptions self.airflowVersion = airflowVersion self.dagS3Path = dagS3Path @@ -1538,8 +1501,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } diff --git a/Sources/Services/AWSMachineLearning/Package.swift.txt b/Sources/Services/AWSMachineLearning/Package.swift.txt index ab681e5fc0d..43ba5217001 100644 --- a/Sources/Services/AWSMachineLearning/Package.swift.txt +++ b/Sources/Services/AWSMachineLearning/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,31 +57,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/MachineLearningClient.swift b/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/MachineLearningClient.swift index 34cf3e5f9aa..2d96c6a9cfc 100644 --- a/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/MachineLearningClient.swift +++ b/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/MachineLearningClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MachineLearningClient: ClientRuntime.Client { public static let clientName = "MachineLearningClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MachineLearningClient.MachineLearningClientConfiguration let serviceName = "Machine Learning" diff --git a/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/Models.swift b/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/Models.swift index c438ab46086..1260cc9c8ca 100644 --- a/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/Models.swift +++ b/Sources/Services/AWSMachineLearning/Sources/AWSMachineLearning/Models.swift @@ -48,8 +48,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -75,8 +74,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -99,8 +97,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -125,8 +122,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -149,8 +145,7 @@ public struct TagLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -202,8 +197,7 @@ extension MachineLearningClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -225,8 +219,7 @@ public struct AddTagsInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil, tags: [MachineLearningClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tags = tags @@ -243,8 +236,7 @@ public struct AddTagsOutput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -301,8 +293,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -330,8 +321,7 @@ public struct CreateBatchPredictionInput: Swift.Sendable { batchPredictionName: Swift.String? = nil, mlModelId: Swift.String? = nil, outputUri: Swift.String? = nil - ) - { + ) { self.batchPredictionDataSourceId = batchPredictionDataSourceId self.batchPredictionId = batchPredictionId self.batchPredictionName = batchPredictionName @@ -347,8 +337,7 @@ public struct CreateBatchPredictionOutput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId } } @@ -367,8 +356,7 @@ extension MachineLearningClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -394,8 +382,7 @@ extension MachineLearningClientTypes { public init( databaseName: Swift.String? = nil, instanceIdentifier: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.instanceIdentifier = instanceIdentifier } @@ -457,8 +444,7 @@ extension MachineLearningClientTypes { selectSqlQuery: Swift.String? = nil, serviceRole: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.dataRearrangement = dataRearrangement self.dataSchema = dataSchema self.dataSchemaUri = dataSchemaUri @@ -522,8 +508,7 @@ public struct CreateDataSourceFromRDSInput: Swift.Sendable { dataSourceName: Swift.String? = nil, rdsData: MachineLearningClientTypes.RDSDataSpec? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.computeStatistics = computeStatistics self.dataSourceId = dataSourceId self.dataSourceName = dataSourceName @@ -539,8 +524,7 @@ public struct CreateDataSourceFromRDSOutput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -559,8 +543,7 @@ extension MachineLearningClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -586,8 +569,7 @@ extension MachineLearningClientTypes { public init( clusterIdentifier: Swift.String? = nil, databaseName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.databaseName = databaseName } @@ -633,8 +615,7 @@ extension MachineLearningClientTypes { databaseInformation: MachineLearningClientTypes.RedshiftDatabase? = nil, s3StagingLocation: Swift.String? = nil, selectSqlQuery: Swift.String? = nil - ) - { + ) { self.dataRearrangement = dataRearrangement self.dataSchema = dataSchema self.dataSchemaUri = dataSchemaUri @@ -692,8 +673,7 @@ public struct CreateDataSourceFromRedshiftInput: Swift.Sendable { dataSourceName: Swift.String? = nil, dataSpec: MachineLearningClientTypes.RedshiftDataSpec? = nil, roleARN: Swift.String? = nil - ) - { + ) { self.computeStatistics = computeStatistics self.dataSourceId = dataSourceId self.dataSourceName = dataSourceName @@ -709,8 +689,7 @@ public struct CreateDataSourceFromRedshiftOutput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -742,8 +721,7 @@ extension MachineLearningClientTypes { dataRearrangement: Swift.String? = nil, dataSchema: Swift.String? = nil, dataSchemaLocationS3: Swift.String? = nil - ) - { + ) { self.dataLocationS3 = dataLocationS3 self.dataRearrangement = dataRearrangement self.dataSchema = dataSchema @@ -777,8 +755,7 @@ public struct CreateDataSourceFromS3Input: Swift.Sendable { dataSourceId: Swift.String? = nil, dataSourceName: Swift.String? = nil, dataSpec: MachineLearningClientTypes.S3DataSpec? = nil - ) - { + ) { self.computeStatistics = computeStatistics self.dataSourceId = dataSourceId self.dataSourceName = dataSourceName @@ -793,8 +770,7 @@ public struct CreateDataSourceFromS3Output: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -817,8 +793,7 @@ public struct CreateEvaluationInput: Swift.Sendable { evaluationId: Swift.String? = nil, evaluationName: Swift.String? = nil, mlModelId: Swift.String? = nil - ) - { + ) { self.evaluationDataSourceId = evaluationDataSourceId self.evaluationId = evaluationId self.evaluationName = evaluationName @@ -833,8 +808,7 @@ public struct CreateEvaluationOutput: Swift.Sendable { public init( evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId } } @@ -917,8 +891,7 @@ public struct CreateMLModelInput: Swift.Sendable { recipe: Swift.String? = nil, recipeUri: Swift.String? = nil, trainingDataSourceId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId self.mlModelName = mlModelName self.mlModelType = mlModelType @@ -936,8 +909,7 @@ public struct CreateMLModelOutput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } @@ -949,8 +921,7 @@ public struct CreateRealtimeEndpointInput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } @@ -1014,8 +985,7 @@ extension MachineLearningClientTypes { endpointStatus: MachineLearningClientTypes.RealtimeEndpointStatus? = nil, endpointUrl: Swift.String? = nil, peakRequestsPerSecond: Swift.Int = 0 - ) - { + ) { self.createdAt = createdAt self.endpointStatus = endpointStatus self.endpointUrl = endpointUrl @@ -1034,8 +1004,7 @@ public struct CreateRealtimeEndpointOutput: Swift.Sendable { public init( mlModelId: Swift.String? = nil, realtimeEndpointInfo: MachineLearningClientTypes.RealtimeEndpointInfo? = nil - ) - { + ) { self.mlModelId = mlModelId self.realtimeEndpointInfo = realtimeEndpointInfo } @@ -1048,8 +1017,7 @@ public struct DeleteBatchPredictionInput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId } } @@ -1061,8 +1029,7 @@ public struct DeleteBatchPredictionOutput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId } } @@ -1074,8 +1041,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -1087,8 +1053,7 @@ public struct DeleteDataSourceOutput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -1100,8 +1065,7 @@ public struct DeleteEvaluationInput: Swift.Sendable { public init( evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId } } @@ -1113,8 +1077,7 @@ public struct DeleteEvaluationOutput: Swift.Sendable { public init( evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId } } @@ -1126,8 +1089,7 @@ public struct DeleteMLModelInput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } @@ -1139,8 +1101,7 @@ public struct DeleteMLModelOutput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } @@ -1152,8 +1113,7 @@ public struct DeleteRealtimeEndpointInput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } @@ -1168,8 +1128,7 @@ public struct DeleteRealtimeEndpointOutput: Swift.Sendable { public init( mlModelId: Swift.String? = nil, realtimeEndpointInfo: MachineLearningClientTypes.RealtimeEndpointInfo? = nil - ) - { + ) { self.mlModelId = mlModelId self.realtimeEndpointInfo = realtimeEndpointInfo } @@ -1190,8 +1149,7 @@ public struct DeleteTagsInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tagKeys = tagKeys @@ -1208,8 +1166,7 @@ public struct DeleteTagsOutput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -1374,8 +1331,7 @@ public struct DescribeBatchPredictionsInput: Swift.Sendable { nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil, sortOrder: MachineLearningClientTypes.SortOrder? = nil - ) - { + ) { self.eq = eq self.filterVariable = filterVariable self.ge = ge @@ -1503,8 +1459,7 @@ extension MachineLearningClientTypes { startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil, totalRecordCount: Swift.Int? = nil - ) - { + ) { self.batchPredictionDataSourceId = batchPredictionDataSourceId self.batchPredictionId = batchPredictionId self.computeTime = computeTime @@ -1535,8 +1490,7 @@ public struct DescribeBatchPredictionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [MachineLearningClientTypes.BatchPrediction]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -1656,8 +1610,7 @@ public struct DescribeDataSourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil, sortOrder: MachineLearningClientTypes.SortOrder? = nil - ) - { + ) { self.eq = eq self.filterVariable = filterVariable self.ge = ge @@ -1696,8 +1649,7 @@ extension MachineLearningClientTypes { resourceRole: Swift.String? = nil, selectSqlQuery: Swift.String? = nil, serviceRole: Swift.String? = nil - ) - { + ) { self.dataPipelineId = dataPipelineId self.database = database self.databaseUserName = databaseUserName @@ -1723,8 +1675,7 @@ extension MachineLearningClientTypes { databaseUserName: Swift.String? = nil, redshiftDatabase: MachineLearningClientTypes.RedshiftDatabase? = nil, selectSqlQuery: Swift.String? = nil - ) - { + ) { self.databaseUserName = databaseUserName self.redshiftDatabase = redshiftDatabase self.selectSqlQuery = selectSqlQuery @@ -1802,8 +1753,7 @@ extension MachineLearningClientTypes { roleARN: Swift.String? = nil, startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil - ) - { + ) { self.computeStatistics = computeStatistics self.computeTime = computeTime self.createdAt = createdAt @@ -1836,8 +1786,7 @@ public struct DescribeDataSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [MachineLearningClientTypes.DataSource]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -1968,8 +1917,7 @@ public struct DescribeEvaluationsInput: Swift.Sendable { nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil, sortOrder: MachineLearningClientTypes.SortOrder? = nil - ) - { + ) { self.eq = eq self.filterVariable = filterVariable self.ge = ge @@ -2001,8 +1949,7 @@ extension MachineLearningClientTypes { public init( properties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.properties = properties } } @@ -2075,8 +2022,7 @@ extension MachineLearningClientTypes { performanceMetrics: MachineLearningClientTypes.PerformanceMetrics? = nil, startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil - ) - { + ) { self.computeTime = computeTime self.createdAt = createdAt self.createdByIamUser = createdByIamUser @@ -2105,8 +2051,7 @@ public struct DescribeEvaluationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [MachineLearningClientTypes.Evaluation]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -2232,8 +2177,7 @@ public struct DescribeMLModelsInput: Swift.Sendable { nextToken: Swift.String? = nil, `prefix`: Swift.String? = nil, sortOrder: MachineLearningClientTypes.SortOrder? = nil - ) - { + ) { self.eq = eq self.filterVariable = filterVariable self.ge = ge @@ -2338,8 +2282,7 @@ extension MachineLearningClientTypes { status: MachineLearningClientTypes.EntityStatus? = nil, trainingDataSourceId: Swift.String? = nil, trainingParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithm = algorithm self.computeTime = computeTime self.createdAt = createdAt @@ -2373,8 +2316,7 @@ public struct DescribeMLModelsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [MachineLearningClientTypes.MLModel]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -2391,8 +2333,7 @@ public struct DescribeTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -2411,8 +2352,7 @@ public struct DescribeTagsOutput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: MachineLearningClientTypes.TaggableResourceType? = nil, tags: [MachineLearningClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tags = tags @@ -2426,8 +2366,7 @@ public struct GetBatchPredictionInput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId } } @@ -2497,8 +2436,7 @@ public struct GetBatchPredictionOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil, totalRecordCount: Swift.Int? = nil - ) - { + ) { self.batchPredictionDataSourceId = batchPredictionDataSourceId self.batchPredictionId = batchPredictionId self.computeTime = computeTime @@ -2529,8 +2467,7 @@ public struct GetDataSourceInput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil, verbose: Swift.Bool? = false - ) - { + ) { self.dataSourceId = dataSourceId self.verbose = verbose } @@ -2610,8 +2547,7 @@ public struct GetDataSourceOutput: Swift.Sendable { roleARN: Swift.String? = nil, startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil - ) - { + ) { self.computeStatistics = computeStatistics self.computeTime = computeTime self.createdAt = createdAt @@ -2642,8 +2578,7 @@ public struct GetEvaluationInput: Swift.Sendable { public init( evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId } } @@ -2716,8 +2651,7 @@ public struct GetEvaluationOutput: Swift.Sendable { performanceMetrics: MachineLearningClientTypes.PerformanceMetrics? = nil, startedAt: Foundation.Date? = nil, status: MachineLearningClientTypes.EntityStatus? = nil - ) - { + ) { self.computeTime = computeTime self.createdAt = createdAt self.createdByIamUser = createdByIamUser @@ -2746,8 +2680,7 @@ public struct GetMLModelInput: Swift.Sendable { public init( mlModelId: Swift.String? = nil, verbose: Swift.Bool? = false - ) - { + ) { self.mlModelId = mlModelId self.verbose = verbose } @@ -2846,8 +2779,7 @@ public struct GetMLModelOutput: Swift.Sendable { status: MachineLearningClientTypes.EntityStatus? = nil, trainingDataSourceId: Swift.String? = nil, trainingParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.computeTime = computeTime self.createdAt = createdAt self.createdByIamUser = createdByIamUser @@ -2892,8 +2824,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -2917,8 +2848,7 @@ public struct PredictorNotMountedException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2937,8 +2867,7 @@ public struct PredictInput: Swift.Sendable { mlModelId: Swift.String? = nil, predictEndpoint: Swift.String? = nil, record: [Swift.String: Swift.String]? = nil - ) - { + ) { self.mlModelId = mlModelId self.predictEndpoint = predictEndpoint self.record = record @@ -3005,8 +2934,7 @@ extension MachineLearningClientTypes { predictedLabel: Swift.String? = nil, predictedScores: [Swift.String: Swift.Float]? = nil, predictedValue: Swift.Float? = nil - ) - { + ) { self.details = details self.predictedLabel = predictedLabel self.predictedScores = predictedScores @@ -3029,8 +2957,7 @@ public struct PredictOutput: Swift.Sendable { public init( prediction: MachineLearningClientTypes.Prediction? = nil - ) - { + ) { self.prediction = prediction } } @@ -3046,8 +2973,7 @@ public struct UpdateBatchPredictionInput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil, batchPredictionName: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId self.batchPredictionName = batchPredictionName } @@ -3060,8 +2986,7 @@ public struct UpdateBatchPredictionOutput: Swift.Sendable { public init( batchPredictionId: Swift.String? = nil - ) - { + ) { self.batchPredictionId = batchPredictionId } } @@ -3077,8 +3002,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil, dataSourceName: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.dataSourceName = dataSourceName } @@ -3091,8 +3015,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { public init( dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId } } @@ -3108,8 +3031,7 @@ public struct UpdateEvaluationInput: Swift.Sendable { public init( evaluationId: Swift.String? = nil, evaluationName: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId self.evaluationName = evaluationName } @@ -3122,8 +3044,7 @@ public struct UpdateEvaluationOutput: Swift.Sendable { public init( evaluationId: Swift.String? = nil - ) - { + ) { self.evaluationId = evaluationId } } @@ -3141,8 +3062,7 @@ public struct UpdateMLModelInput: Swift.Sendable { mlModelId: Swift.String? = nil, mlModelName: Swift.String? = nil, scoreThreshold: Swift.Float? = nil - ) - { + ) { self.mlModelId = mlModelId self.mlModelName = mlModelName self.scoreThreshold = scoreThreshold @@ -3156,8 +3076,7 @@ public struct UpdateMLModelOutput: Swift.Sendable { public init( mlModelId: Swift.String? = nil - ) - { + ) { self.mlModelId = mlModelId } } diff --git a/Sources/Services/AWSMacie2/Package.swift.txt b/Sources/Services/AWSMacie2/Package.swift.txt index 0ae9e1d6337..2c0f53bb85e 100644 --- a/Sources/Services/AWSMacie2/Package.swift.txt +++ b/Sources/Services/AWSMacie2/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMacie2/Sources/AWSMacie2/Macie2Client.swift b/Sources/Services/AWSMacie2/Sources/AWSMacie2/Macie2Client.swift index ac7137d6b57..486706f4e43 100644 --- a/Sources/Services/AWSMacie2/Sources/AWSMacie2/Macie2Client.swift +++ b/Sources/Services/AWSMacie2/Sources/AWSMacie2/Macie2Client.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Macie2Client: ClientRuntime.Client { public static let clientName = "Macie2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Macie2Client.Macie2ClientConfiguration let serviceName = "Macie2" diff --git a/Sources/Services/AWSMacie2/Sources/AWSMacie2/Models.swift b/Sources/Services/AWSMacie2/Sources/AWSMacie2/Models.swift index 8767e4e3f2c..183b473a285 100644 --- a/Sources/Services/AWSMacie2/Sources/AWSMacie2/Models.swift +++ b/Sources/Services/AWSMacie2/Sources/AWSMacie2/Models.swift @@ -72,8 +72,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, status: Macie2ClientTypes.AdminStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -104,8 +103,7 @@ extension Macie2ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -158,8 +156,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, status: Macie2ClientTypes.AutomatedDiscoveryAccountStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -178,8 +175,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, status: Macie2ClientTypes.AutomatedDiscoveryAccountStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -228,8 +224,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, errorCode: Macie2ClientTypes.AutomatedDiscoveryAccountUpdateErrorCode? = nil - ) - { + ) { self.accountId = accountId self.errorCode = errorCode } @@ -260,8 +255,7 @@ extension Macie2ClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deleted = deleted @@ -458,8 +452,7 @@ extension Macie2ClientTypes { isMonitoredByJob: Macie2ClientTypes.IsMonitoredByJob? = nil, lastJobId: Swift.String? = nil, lastJobRunTime: Foundation.Date? = nil - ) - { + ) { self.isDefinedInJob = isDefinedInJob self.isMonitoredByJob = isMonitoredByJob self.lastJobId = lastJobId @@ -489,8 +482,7 @@ extension Macie2ClientTypes { s3Managed: Swift.Int? = nil, unencrypted: Swift.Int? = nil, unknown: Swift.Int? = nil - ) - { + ) { self.customerManaged = customerManaged self.kmsManaged = kmsManaged self.s3Managed = s3Managed @@ -550,8 +542,7 @@ extension Macie2ClientTypes { blockPublicPolicy: Swift.Bool? = nil, ignorePublicAcls: Swift.Bool? = nil, restrictPublicBuckets: Swift.Bool? = nil - ) - { + ) { self.blockPublicAcls = blockPublicAcls self.blockPublicPolicy = blockPublicPolicy self.ignorePublicAcls = ignorePublicAcls @@ -569,8 +560,7 @@ extension Macie2ClientTypes { public init( blockPublicAccess: Macie2ClientTypes.BlockPublicAccess? = nil - ) - { + ) { self.blockPublicAccess = blockPublicAccess } } @@ -588,8 +578,7 @@ extension Macie2ClientTypes { public init( allowsPublicReadAccess: Swift.Bool? = nil, allowsPublicWriteAccess: Swift.Bool? = nil - ) - { + ) { self.allowsPublicReadAccess = allowsPublicReadAccess self.allowsPublicWriteAccess = allowsPublicWriteAccess } @@ -608,8 +597,7 @@ extension Macie2ClientTypes { public init( allowsPublicReadAccess: Swift.Bool? = nil, allowsPublicWriteAccess: Swift.Bool? = nil - ) - { + ) { self.allowsPublicReadAccess = allowsPublicReadAccess self.allowsPublicWriteAccess = allowsPublicWriteAccess } @@ -631,8 +619,7 @@ extension Macie2ClientTypes { accessControlList: Macie2ClientTypes.AccessControlList? = nil, blockPublicAccess: Macie2ClientTypes.BlockPublicAccess? = nil, bucketPolicy: Macie2ClientTypes.BucketPolicy? = nil - ) - { + ) { self.accessControlList = accessControlList self.blockPublicAccess = blockPublicAccess self.bucketPolicy = bucketPolicy @@ -652,8 +639,7 @@ extension Macie2ClientTypes { public init( accountLevelPermissions: Macie2ClientTypes.AccountLevelPermissions? = nil, bucketLevelPermissions: Macie2ClientTypes.BucketLevelPermissions? = nil - ) - { + ) { self.accountLevelPermissions = accountLevelPermissions self.bucketLevelPermissions = bucketLevelPermissions } @@ -678,8 +664,7 @@ extension Macie2ClientTypes { public init( effectivePermission: Macie2ClientTypes.EffectivePermission? = nil, permissionConfiguration: Macie2ClientTypes.BucketPermissionConfiguration? = nil - ) - { + ) { self.effectivePermission = effectivePermission self.permissionConfiguration = permissionConfiguration } @@ -701,8 +686,7 @@ extension Macie2ClientTypes { replicated: Swift.Bool? = nil, replicatedExternally: Swift.Bool? = nil, replicationAccounts: [Swift.String]? = nil - ) - { + ) { self.replicated = replicated self.replicatedExternally = replicatedExternally self.replicationAccounts = replicationAccounts @@ -765,8 +749,7 @@ extension Macie2ClientTypes { public init( kmsMasterKeyId: Swift.String? = nil, type: Macie2ClientTypes.ModelType? = nil - ) - { + ) { self.kmsMasterKeyId = kmsMasterKeyId self.type = type } @@ -820,8 +803,7 @@ extension Macie2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -843,8 +825,7 @@ extension Macie2ClientTypes { fileType: Swift.Int? = nil, storageClass: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.fileType = fileType self.storageClass = storageClass self.total = total @@ -966,8 +947,7 @@ extension Macie2ClientTypes { unclassifiableObjectCount: Macie2ClientTypes.ObjectLevelStatistics? = nil, unclassifiableObjectSizeInBytes: Macie2ClientTypes.ObjectLevelStatistics? = nil, versioning: Swift.Bool? = nil - ) - { + ) { self.accountId = accountId self.allowsUnencryptedObjectUploads = allowsUnencryptedObjectUploads self.automatedDiscoveryMonitoringStatus = automatedDiscoveryMonitoringStatus @@ -1011,8 +991,7 @@ extension Macie2ClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -1129,8 +1108,7 @@ extension Macie2ClientTypes { comparator: Macie2ClientTypes.JobComparator? = nil, key: Macie2ClientTypes.SimpleCriterionKeyForJob? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparator = comparator self.key = key self.values = values @@ -1150,8 +1128,7 @@ extension Macie2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1170,8 +1147,7 @@ extension Macie2ClientTypes { public init( comparator: Macie2ClientTypes.JobComparator? = nil, tagValues: [Macie2ClientTypes.TagCriterionPairForJob]? = nil - ) - { + ) { self.comparator = comparator self.tagValues = tagValues } @@ -1190,8 +1166,7 @@ extension Macie2ClientTypes { public init( simpleCriterion: Macie2ClientTypes.SimpleCriterionForJob? = nil, tagCriterion: Macie2ClientTypes.TagCriterionForJob? = nil - ) - { + ) { self.simpleCriterion = simpleCriterion self.tagCriterion = tagCriterion } @@ -1219,8 +1194,7 @@ extension Macie2ClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1240,8 +1214,7 @@ extension Macie2ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -1301,8 +1274,7 @@ extension Macie2ClientTypes { name: Swift.String? = nil, suppressed: Swift.Bool? = nil, type: Macie2ClientTypes.DataIdentifierType? = nil - ) - { + ) { self.arn = arn self.count = count self.id = id @@ -1391,8 +1363,7 @@ extension Macie2ClientTypes { column: Swift.Int? = nil, columnName: Swift.String? = nil, row: Swift.Int? = nil - ) - { + ) { self.cellReference = cellReference self.column = column self.columnName = columnName @@ -1416,8 +1387,7 @@ extension Macie2ClientTypes { end: Swift.Int? = nil, start: Swift.Int? = nil, startColumn: Swift.Int? = nil - ) - { + ) { self.end = end self.start = start self.startColumn = startColumn @@ -1440,8 +1410,7 @@ extension Macie2ClientTypes { lineRange: Macie2ClientTypes.Range? = nil, offsetRange: Macie2ClientTypes.Range? = nil, pageNumber: Swift.Int? = nil - ) - { + ) { self.lineRange = lineRange self.offsetRange = offsetRange self.pageNumber = pageNumber @@ -1461,8 +1430,7 @@ extension Macie2ClientTypes { public init( jsonPath: Swift.String? = nil, recordIndex: Swift.Int? = nil - ) - { + ) { self.jsonPath = jsonPath self.recordIndex = recordIndex } @@ -1490,8 +1458,7 @@ extension Macie2ClientTypes { offsetRanges: [Macie2ClientTypes.Range]? = nil, pages: [Macie2ClientTypes.Page]? = nil, records: [Macie2ClientTypes.Record]? = nil - ) - { + ) { self.cells = cells self.lineRanges = lineRanges self.offsetRanges = offsetRanges @@ -1519,8 +1486,7 @@ extension Macie2ClientTypes { count: Swift.Int? = nil, name: Swift.String? = nil, occurrences: Macie2ClientTypes.Occurrences? = nil - ) - { + ) { self.arn = arn self.count = count self.name = name @@ -1541,8 +1507,7 @@ extension Macie2ClientTypes { public init( detections: [Macie2ClientTypes.CustomDetection]? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.detections = detections self.totalCount = totalCount } @@ -1600,8 +1565,7 @@ extension Macie2ClientTypes { count: Swift.Int? = nil, occurrences: Macie2ClientTypes.Occurrences? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.occurrences = occurrences self.type = type @@ -1624,8 +1588,7 @@ extension Macie2ClientTypes { category: Macie2ClientTypes.SensitiveDataItemCategory? = nil, detections: [Macie2ClientTypes.DefaultDetection]? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.category = category self.detections = detections self.totalCount = totalCount @@ -1696,8 +1659,7 @@ extension Macie2ClientTypes { public init( code: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -1728,8 +1690,7 @@ extension Macie2ClientTypes { sensitiveData: [Macie2ClientTypes.SensitiveDataItem]? = nil, sizeClassified: Swift.Int? = nil, status: Macie2ClientTypes.ClassificationResultStatus? = nil - ) - { + ) { self.additionalOccurrences = additionalOccurrences self.customDataIdentifiers = customDataIdentifiers self.mimeType = mimeType @@ -1761,8 +1722,7 @@ extension Macie2ClientTypes { jobId: Swift.String? = nil, originType: Macie2ClientTypes.OriginType? = nil, result: Macie2ClientTypes.ClassificationResult? = nil - ) - { + ) { self.detailedResultsLocation = detailedResultsLocation self.jobArn = jobArn self.jobId = jobId @@ -1817,8 +1777,7 @@ extension Macie2ClientTypes { apiServiceName: Swift.String? = nil, firstSeen: Foundation.Date? = nil, lastSeen: Foundation.Date? = nil - ) - { + ) { self.api = api self.apiServiceName = apiServiceName self.firstSeen = firstSeen @@ -1839,8 +1798,7 @@ extension Macie2ClientTypes { public init( actionType: Macie2ClientTypes.FindingActionType? = nil, apiCallDetails: Macie2ClientTypes.ApiCallDetails? = nil - ) - { + ) { self.actionType = actionType self.apiCallDetails = apiCallDetails } @@ -1856,8 +1814,7 @@ extension Macie2ClientTypes { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -1872,8 +1829,7 @@ extension Macie2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1891,8 +1847,7 @@ extension Macie2ClientTypes { public init( code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -1911,8 +1866,7 @@ extension Macie2ClientTypes { public init( lat: Swift.Double? = nil, lon: Swift.Double? = nil - ) - { + ) { self.lat = lat self.lon = lon } @@ -1937,8 +1891,7 @@ extension Macie2ClientTypes { asnOrg: Swift.String? = nil, isp: Swift.String? = nil, org: Swift.String? = nil - ) - { + ) { self.asn = asn self.asnOrg = asnOrg self.isp = isp @@ -1968,8 +1921,7 @@ extension Macie2ClientTypes { ipCountry: Macie2ClientTypes.IpCountry? = nil, ipGeoLocation: Macie2ClientTypes.IpGeoLocation? = nil, ipOwner: Macie2ClientTypes.IpOwner? = nil - ) - { + ) { self.ipAddressV4 = ipAddressV4 self.ipCity = ipCity self.ipCountry = ipCountry @@ -1991,8 +1943,7 @@ extension Macie2ClientTypes { public init( creationDate: Foundation.Date? = nil, mfaAuthenticated: Swift.Bool? = nil - ) - { + ) { self.creationDate = creationDate self.mfaAuthenticated = mfaAuthenticated } @@ -2020,8 +1971,7 @@ extension Macie2ClientTypes { principalId: Swift.String? = nil, type: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.principalId = principalId @@ -2043,8 +1993,7 @@ extension Macie2ClientTypes { public init( attributes: Macie2ClientTypes.SessionContextAttributes? = nil, sessionIssuer: Macie2ClientTypes.SessionIssuer? = nil - ) - { + ) { self.attributes = attributes self.sessionIssuer = sessionIssuer } @@ -2072,8 +2021,7 @@ extension Macie2ClientTypes { arn: Swift.String? = nil, principalId: Swift.String? = nil, sessionContext: Macie2ClientTypes.SessionContext? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.accountId = accountId self.arn = arn @@ -2095,8 +2043,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.principalId = principalId } @@ -2112,8 +2059,7 @@ extension Macie2ClientTypes { public init( invokedBy: Swift.String? = nil - ) - { + ) { self.invokedBy = invokedBy } } @@ -2140,8 +2086,7 @@ extension Macie2ClientTypes { arn: Swift.String? = nil, principalId: Swift.String? = nil, sessionContext: Macie2ClientTypes.SessionContext? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.accountId = accountId self.arn = arn @@ -2169,8 +2114,7 @@ extension Macie2ClientTypes { arn: Swift.String? = nil, principalId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.principalId = principalId @@ -2194,8 +2138,7 @@ extension Macie2ClientTypes { accountId: Swift.String? = nil, arn: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.principalId = principalId @@ -2272,8 +2215,7 @@ extension Macie2ClientTypes { iamUser: Macie2ClientTypes.IamUser? = nil, root: Macie2ClientTypes.UserIdentityRoot? = nil, type: Macie2ClientTypes.UserIdentityType? = nil - ) - { + ) { self.assumedRole = assumedRole self.awsAccount = awsAccount self.awsService = awsService @@ -2300,8 +2242,7 @@ extension Macie2ClientTypes { domainDetails: Macie2ClientTypes.DomainDetails? = nil, ipAddressDetails: Macie2ClientTypes.IpAddressDetails? = nil, userIdentity: Macie2ClientTypes.UserIdentity? = nil - ) - { + ) { self.domainDetails = domainDetails self.ipAddressDetails = ipAddressDetails self.userIdentity = userIdentity @@ -2321,8 +2262,7 @@ extension Macie2ClientTypes { public init( action: Macie2ClientTypes.FindingAction? = nil, actor: Macie2ClientTypes.FindingActor? = nil - ) - { + ) { self.action = action self.actor = actor } @@ -2380,8 +2320,7 @@ extension Macie2ClientTypes { public init( encryptionType: Macie2ClientTypes.EncryptionType? = nil, kmsMasterKeyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsMasterKeyId = kmsMasterKeyId } @@ -2400,8 +2339,7 @@ extension Macie2ClientTypes { public init( displayName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.id = id } @@ -2447,8 +2385,7 @@ extension Macie2ClientTypes { owner: Macie2ClientTypes.S3BucketOwner? = nil, publicAccess: Macie2ClientTypes.BucketPublicAccess? = nil, tags: [Macie2ClientTypes.KeyValuePair]? = nil - ) - { + ) { self.allowsUnencryptedObjectUploads = allowsUnencryptedObjectUploads self.arn = arn self.createdAt = createdAt @@ -2554,8 +2491,7 @@ extension Macie2ClientTypes { storageClass: Macie2ClientTypes.StorageClass? = nil, tags: [Macie2ClientTypes.KeyValuePair]? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.eTag = eTag self.`extension` = `extension` @@ -2584,8 +2520,7 @@ extension Macie2ClientTypes { public init( s3Bucket: Macie2ClientTypes.S3Bucket? = nil, s3Object: Macie2ClientTypes.S3Object? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Object = s3Object } @@ -2637,8 +2572,7 @@ extension Macie2ClientTypes { public init( description: Macie2ClientTypes.SeverityDescription? = nil, score: Swift.Int? = nil - ) - { + ) { self.description = description self.score = score } @@ -2762,8 +2696,7 @@ extension Macie2ClientTypes { title: Swift.String? = nil, type: Macie2ClientTypes.FindingType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.archived = archived self.category = category @@ -2837,8 +2770,7 @@ extension Macie2ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.arn = arn self.id = id @@ -2860,8 +2792,7 @@ extension Macie2ClientTypes { public init( count: Swift.Int? = nil, groupKey: Swift.String? = nil - ) - { + ) { self.count = count self.groupKey = groupKey } @@ -2940,8 +2871,7 @@ extension Macie2ClientTypes { invitationId: Swift.String? = nil, invitedAt: Foundation.Date? = nil, relationshipStatus: Macie2ClientTypes.RelationshipStatus? = nil - ) - { + ) { self.accountId = accountId self.invitationId = invitationId self.invitedAt = invitedAt @@ -3020,8 +2950,7 @@ extension Macie2ClientTypes { comparator: Macie2ClientTypes.JobComparator? = nil, key: Macie2ClientTypes.ScopeFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparator = comparator self.key = key self.values = values @@ -3041,8 +2970,7 @@ extension Macie2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3094,8 +3022,7 @@ extension Macie2ClientTypes { key: Swift.String? = nil, tagValues: [Macie2ClientTypes.TagValuePair]? = nil, target: Macie2ClientTypes.TagTarget? = nil - ) - { + ) { self.comparator = comparator self.key = key self.tagValues = tagValues @@ -3116,8 +3043,7 @@ extension Macie2ClientTypes { public init( simpleScopeTerm: Macie2ClientTypes.SimpleScopeTerm? = nil, tagScopeTerm: Macie2ClientTypes.TagScopeTerm? = nil - ) - { + ) { self.simpleScopeTerm = simpleScopeTerm self.tagScopeTerm = tagScopeTerm } @@ -3133,8 +3059,7 @@ extension Macie2ClientTypes { public init( and: [Macie2ClientTypes.CriteriaForJob]? = nil - ) - { + ) { self.and = and } } @@ -3152,8 +3077,7 @@ extension Macie2ClientTypes { public init( excludes: Macie2ClientTypes.CriteriaBlockForJob? = nil, includes: Macie2ClientTypes.CriteriaBlockForJob? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -3174,8 +3098,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, buckets: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.buckets = buckets } @@ -3297,8 +3220,7 @@ extension Macie2ClientTypes { public init( code: Macie2ClientTypes.LastRunErrorStatusCode? = nil - ) - { + ) { self.code = code } } @@ -3319,8 +3241,7 @@ extension Macie2ClientTypes { jobExpiresAt: Foundation.Date? = nil, jobImminentExpirationHealthEventArn: Swift.String? = nil, jobPausedAt: Foundation.Date? = nil - ) - { + ) { self.jobExpiresAt = jobExpiresAt self.jobImminentExpirationHealthEventArn = jobImminentExpirationHealthEventArn self.jobPausedAt = jobPausedAt @@ -3377,8 +3298,7 @@ extension Macie2ClientTypes { lastRunErrorStatus: Macie2ClientTypes.LastRunErrorStatus? = nil, name: Swift.String? = nil, userPausedDetails: Macie2ClientTypes.UserPausedDetails? = nil - ) - { + ) { self.bucketCriteria = bucketCriteria self.bucketDefinitions = bucketDefinitions self.createdAt = createdAt @@ -3443,8 +3363,7 @@ extension Macie2ClientTypes { comparator: Macie2ClientTypes.JobComparator? = nil, key: Macie2ClientTypes.ListJobsFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparator = comparator self.key = key self.values = values @@ -3464,8 +3383,7 @@ extension Macie2ClientTypes { public init( category: Macie2ClientTypes.SensitiveDataItemCategory? = nil, id: Swift.String? = nil - ) - { + ) { self.category = category self.id = id } @@ -3533,8 +3451,7 @@ extension Macie2ClientTypes { sizeInBytesCompressed: Swift.Int? = nil, unclassifiableObjectCount: Macie2ClientTypes.ObjectLevelStatistics? = nil, unclassifiableObjectSizeInBytes: Macie2ClientTypes.ObjectLevelStatistics? = nil - ) - { + ) { self.accountId = accountId self.automatedDiscoveryMonitoringStatus = automatedDiscoveryMonitoringStatus self.bucketName = bucketName @@ -3564,8 +3481,7 @@ extension Macie2ClientTypes { public init( matchingBucket: Macie2ClientTypes.MatchingBucket? = nil - ) - { + ) { self.matchingBucket = matchingBucket } } @@ -3604,8 +3520,7 @@ extension Macie2ClientTypes { relationshipStatus: Macie2ClientTypes.RelationshipStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.administratorAccountId = administratorAccountId self.arn = arn @@ -3642,8 +3557,7 @@ extension Macie2ClientTypes { arn: Swift.String? = nil, classificationResultStatus: Swift.String? = nil, sensitive: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.classificationResultStatus = classificationResultStatus self.sensitive = sensitive @@ -3748,8 +3662,7 @@ extension Macie2ClientTypes { comparator: Macie2ClientTypes.SearchResourcesComparator? = nil, key: Macie2ClientTypes.SearchResourcesSimpleCriterionKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparator = comparator self.key = key self.values = values @@ -3769,8 +3682,7 @@ extension Macie2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3789,8 +3701,7 @@ extension Macie2ClientTypes { public init( comparator: Macie2ClientTypes.SearchResourcesComparator? = nil, tagValues: [Macie2ClientTypes.SearchResourcesTagCriterionPair]? = nil - ) - { + ) { self.comparator = comparator self.tagValues = tagValues } @@ -3809,8 +3720,7 @@ extension Macie2ClientTypes { public init( simpleCriterion: Macie2ClientTypes.SearchResourcesSimpleCriterion? = nil, tagCriterion: Macie2ClientTypes.SearchResourcesTagCriterion? = nil - ) - { + ) { self.simpleCriterion = simpleCriterion self.tagCriterion = tagCriterion } @@ -3829,8 +3739,7 @@ extension Macie2ClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -3849,8 +3758,7 @@ extension Macie2ClientTypes { public init( id: Swift.String? = nil, type: Macie2ClientTypes.DataIdentifierType? = nil - ) - { + ) { self.id = id self.type = type } @@ -3959,8 +3867,7 @@ extension Macie2ClientTypes { accountId: Swift.String? = nil, errorCode: Macie2ClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.errorCode = errorCode self.errorMessage = errorMessage @@ -4036,8 +3943,7 @@ extension Macie2ClientTypes { isServiceLimited: Swift.Bool? = nil, unit: Macie2ClientTypes.Unit? = nil, value: Swift.Int? = nil - ) - { + ) { self.isServiceLimited = isServiceLimited self.unit = unit self.value = value @@ -4099,8 +4005,7 @@ extension Macie2ClientTypes { estimatedCost: Swift.String? = nil, serviceLimit: Macie2ClientTypes.ServiceLimit? = nil, type: Macie2ClientTypes.UsageType? = nil - ) - { + ) { self.currency = currency self.estimatedCost = estimatedCost self.serviceLimit = serviceLimit @@ -4127,8 +4032,7 @@ extension Macie2ClientTypes { automatedDiscoveryFreeTrialStartDate: Foundation.Date? = nil, freeTrialStartDate: Foundation.Date? = nil, usage: [Macie2ClientTypes.UsageByAccount]? = nil - ) - { + ) { self.accountId = accountId self.automatedDiscoveryFreeTrialStartDate = automatedDiscoveryFreeTrialStartDate self.freeTrialStartDate = freeTrialStartDate @@ -4241,8 +4145,7 @@ extension Macie2ClientTypes { comparator: Macie2ClientTypes.UsageStatisticsFilterComparator? = nil, key: Macie2ClientTypes.UsageStatisticsFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.comparator = comparator self.key = key self.values = values @@ -4265,8 +4168,7 @@ extension Macie2ClientTypes { currency: Macie2ClientTypes.Currency? = nil, estimatedCost: Swift.String? = nil, type: Macie2ClientTypes.UsageType? = nil - ) - { + ) { self.currency = currency self.estimatedCost = estimatedCost self.type = type @@ -4293,8 +4195,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4318,8 +4219,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4343,8 +4243,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4368,8 +4267,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4393,8 +4291,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4418,8 +4315,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4443,8 +4339,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4462,8 +4357,7 @@ public struct AcceptInvitationInput: Swift.Sendable { administratorAccountId: Swift.String? = nil, invitationId: Swift.String? = nil, masterAccount: Swift.String? = nil - ) - { + ) { self.administratorAccountId = administratorAccountId self.invitationId = invitationId self.masterAccount = masterAccount @@ -4489,8 +4383,7 @@ extension Macie2ClientTypes { public init( accountId: Swift.String? = nil, email: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.email = email } @@ -4511,8 +4404,7 @@ extension Macie2ClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -4531,8 +4423,7 @@ extension Macie2ClientTypes { public init( regex: Swift.String? = nil, s3WordsList: Macie2ClientTypes.S3WordsList? = nil - ) - { + ) { self.regex = regex self.s3WordsList = s3WordsList } @@ -4616,8 +4507,7 @@ extension Macie2ClientTypes { public init( code: Macie2ClientTypes.AllowListStatusCode? = nil, description: Swift.String? = nil - ) - { + ) { self.code = code self.description = description } @@ -4723,8 +4613,7 @@ public struct BatchGetCustomDataIdentifiersInput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -4738,8 +4627,7 @@ public struct BatchGetCustomDataIdentifiersOutput: Swift.Sendable { public init( customDataIdentifiers: [Macie2ClientTypes.BatchGetCustomDataIdentifierSummary]? = nil, notFoundIdentifierIds: [Swift.String]? = nil - ) - { + ) { self.customDataIdentifiers = customDataIdentifiers self.notFoundIdentifierIds = notFoundIdentifierIds } @@ -4751,8 +4639,7 @@ public struct BatchUpdateAutomatedDiscoveryAccountsInput: Swift.Sendable { public init( accounts: [Macie2ClientTypes.AutomatedDiscoveryAccountUpdate]? = nil - ) - { + ) { self.accounts = accounts } } @@ -4763,8 +4650,7 @@ public struct BatchUpdateAutomatedDiscoveryAccountsOutput: Swift.Sendable { public init( errors: [Macie2ClientTypes.AutomatedDiscoveryAccountUpdateError]? = nil - ) - { + ) { self.errors = errors } } @@ -4787,8 +4673,7 @@ extension Macie2ClientTypes { publiclyReadable: Swift.Int? = nil, publiclyWritable: Swift.Int? = nil, unknown: Swift.Int? = nil - ) - { + ) { self.publiclyAccessible = publiclyAccessible self.publiclyReadable = publiclyReadable self.publiclyWritable = publiclyWritable @@ -4815,8 +4700,7 @@ extension Macie2ClientTypes { s3Managed: Swift.Int? = nil, unencrypted: Swift.Int? = nil, unknown: Swift.Int? = nil - ) - { + ) { self.kmsManaged = kmsManaged self.s3Managed = s3Managed self.unencrypted = unencrypted @@ -4843,8 +4727,7 @@ extension Macie2ClientTypes { `internal`: Swift.Int? = nil, notShared: Swift.Int? = nil, unknown: Swift.Int? = nil - ) - { + ) { self.external = external self.`internal` = `internal` self.notShared = notShared @@ -4868,8 +4751,7 @@ extension Macie2ClientTypes { allowsUnencryptedObjectUploads: Swift.Int? = nil, deniesUnencryptedObjectUploads: Swift.Int? = nil, unknown: Swift.Int? = nil - ) - { + ) { self.allowsUnencryptedObjectUploads = allowsUnencryptedObjectUploads self.deniesUnencryptedObjectUploads = deniesUnencryptedObjectUploads self.unknown = unknown @@ -4904,8 +4786,7 @@ extension Macie2ClientTypes { lte: Swift.Int? = nil, neq: [Swift.String]? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.eq = eq self.gt = gt self.gte = gte @@ -4958,8 +4839,7 @@ extension Macie2ClientTypes { public init( attributeName: Swift.String? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -4984,8 +4864,7 @@ extension Macie2ClientTypes { publiclyAccessibleCount: Swift.Int? = nil, totalCount: Swift.Int? = nil, totalSizeInBytes: Swift.Int? = nil - ) - { + ) { self.classifiableSizeInBytes = classifiableSizeInBytes self.publiclyAccessibleCount = publiclyAccessibleCount self.totalCount = totalCount @@ -5012,8 +4891,7 @@ extension Macie2ClientTypes { notClassified: Macie2ClientTypes.SensitivityAggregations? = nil, notSensitive: Macie2ClientTypes.SensitivityAggregations? = nil, sensitive: Macie2ClientTypes.SensitivityAggregations? = nil - ) - { + ) { self.classificationError = classificationError self.notClassified = notClassified self.notSensitive = notSensitive @@ -5039,8 +4917,7 @@ extension Macie2ClientTypes { bucketName: Swift.String? = nil, keyPrefix: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.keyPrefix = keyPrefix self.kmsKeyArn = kmsKeyArn @@ -5057,8 +4934,7 @@ extension Macie2ClientTypes { public init( s3Destination: Macie2ClientTypes.S3Destination? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -5118,8 +4994,7 @@ public struct CreateAllowListInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.criteria = criteria self.description = description @@ -5137,8 +5012,7 @@ public struct CreateAllowListOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -5192,8 +5066,7 @@ extension Macie2ClientTypes { public init( and: [Macie2ClientTypes.JobScopeTerm]? = nil - ) - { + ) { self.and = and } } @@ -5211,8 +5084,7 @@ extension Macie2ClientTypes { public init( excludes: Macie2ClientTypes.JobScopingBlock? = nil, includes: Macie2ClientTypes.JobScopingBlock? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -5234,8 +5106,7 @@ extension Macie2ClientTypes { bucketCriteria: Macie2ClientTypes.S3BucketCriteriaForJob? = nil, bucketDefinitions: [Macie2ClientTypes.S3BucketDefinitionForJob]? = nil, scoping: Macie2ClientTypes.Scoping? = nil - ) - { + ) { self.bucketCriteria = bucketCriteria self.bucketDefinitions = bucketDefinitions self.scoping = scoping @@ -5261,8 +5132,7 @@ extension Macie2ClientTypes { public init( dayOfMonth: Swift.Int? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth } } @@ -5321,8 +5191,7 @@ extension Macie2ClientTypes { public init( dayOfWeek: Macie2ClientTypes.DayOfWeek? = nil - ) - { + ) { self.dayOfWeek = dayOfWeek } } @@ -5343,8 +5212,7 @@ extension Macie2ClientTypes { dailySchedule: Macie2ClientTypes.DailySchedule? = nil, monthlySchedule: Macie2ClientTypes.MonthlySchedule? = nil, weeklySchedule: Macie2ClientTypes.WeeklySchedule? = nil - ) - { + ) { self.dailySchedule = dailySchedule self.monthlySchedule = monthlySchedule self.weeklySchedule = weeklySchedule @@ -5415,8 +5283,7 @@ public struct CreateClassificationJobInput: Swift.Sendable { samplingPercentage: Swift.Int? = nil, scheduleFrequency: Macie2ClientTypes.JobScheduleFrequency? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.allowListIds = allowListIds self.clientToken = clientToken self.customDataIdentifierIds = customDataIdentifierIds @@ -5442,8 +5309,7 @@ public struct CreateClassificationJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn self.jobId = jobId } @@ -5496,8 +5362,7 @@ extension Macie2ClientTypes { public init( occurrencesThreshold: Swift.Int? = nil, severity: Macie2ClientTypes.DataIdentifierSeverity? = nil - ) - { + ) { self.occurrencesThreshold = occurrencesThreshold self.severity = severity } @@ -5536,8 +5401,7 @@ public struct CreateCustomDataIdentifierInput: Swift.Sendable { regex: Swift.String? = nil, severityLevels: [Macie2ClientTypes.SeverityLevel]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.ignoreWords = ignoreWords @@ -5556,8 +5420,7 @@ public struct CreateCustomDataIdentifierOutput: Swift.Sendable { public init( customDataIdentifierId: Swift.String? = nil - ) - { + ) { self.customDataIdentifierId = customDataIdentifierId } } @@ -5589,8 +5452,7 @@ extension Macie2ClientTypes { lt: Swift.Int? = nil, lte: Swift.Int? = nil, neq: [Swift.String]? = nil - ) - { + ) { self.eq = eq self.eqExactMatch = eqExactMatch self.gt = gt @@ -5611,8 +5473,7 @@ extension Macie2ClientTypes { public init( criterion: [Swift.String: Macie2ClientTypes.CriterionAdditionalProperties]? = nil - ) - { + ) { self.criterion = criterion } } @@ -5645,8 +5506,7 @@ public struct CreateFindingsFilterInput: Swift.Sendable { name: Swift.String? = nil, position: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.description = description @@ -5666,8 +5526,7 @@ public struct CreateFindingsFilterOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -5686,8 +5545,7 @@ public struct CreateInvitationsInput: Swift.Sendable { accountIds: [Swift.String]? = nil, disableEmailNotification: Swift.Bool? = nil, message: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.disableEmailNotification = disableEmailNotification self.message = message @@ -5700,8 +5558,7 @@ public struct CreateInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [Macie2ClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -5716,8 +5573,7 @@ public struct CreateMemberInput: Swift.Sendable { public init( account: Macie2ClientTypes.AccountDetail? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.account = account self.tags = tags } @@ -5729,8 +5585,7 @@ public struct CreateMemberOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5741,8 +5596,7 @@ public struct CreateSampleFindingsInput: Swift.Sendable { public init( findingTypes: [Macie2ClientTypes.FindingType]? = nil - ) - { + ) { self.findingTypes = findingTypes } } @@ -5759,8 +5613,7 @@ public struct DeclineInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -5771,8 +5624,7 @@ public struct DeclineInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [Macie2ClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -5787,8 +5639,7 @@ public struct DeleteAllowListInput: Swift.Sendable { public init( id: Swift.String? = nil, ignoreJobChecks: Swift.String? = nil - ) - { + ) { self.id = id self.ignoreJobChecks = ignoreJobChecks } @@ -5806,8 +5657,7 @@ public struct DeleteCustomDataIdentifierInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5824,8 +5674,7 @@ public struct DeleteFindingsFilterInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5842,8 +5691,7 @@ public struct DeleteInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -5854,8 +5702,7 @@ public struct DeleteInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [Macie2ClientTypes.UnprocessedAccount]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -5867,8 +5714,7 @@ public struct DeleteMemberInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5893,8 +5739,7 @@ public struct DescribeBucketsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: Macie2ClientTypes.BucketSortCriteria? = nil - ) - { + ) { self.criteria = criteria self.maxResults = maxResults self.nextToken = nextToken @@ -5911,8 +5756,7 @@ public struct DescribeBucketsOutput: Swift.Sendable { public init( buckets: [Macie2ClientTypes.BucketMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.buckets = buckets self.nextToken = nextToken } @@ -5925,8 +5769,7 @@ public struct DescribeClassificationJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5943,8 +5786,7 @@ extension Macie2ClientTypes { public init( approximateNumberOfObjectsToProcess: Swift.Double? = nil, numberOfRuns: Swift.Double? = nil - ) - { + ) { self.approximateNumberOfObjectsToProcess = approximateNumberOfObjectsToProcess self.numberOfRuns = numberOfRuns } @@ -6046,8 +5888,7 @@ public struct DescribeClassificationJobOutput: Swift.Sendable { statistics: Macie2ClientTypes.Statistics? = nil, tags: [Swift.String: Swift.String]? = nil, userPausedDetails: Macie2ClientTypes.UserPausedDetails? = nil - ) - { + ) { self.allowListIds = allowListIds self.clientToken = clientToken self.createdAt = createdAt @@ -6086,8 +5927,7 @@ public struct DescribeOrganizationConfigurationOutput: Swift.Sendable { public init( autoEnable: Swift.Bool? = nil, maxAccountLimitReached: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable self.maxAccountLimitReached = maxAccountLimitReached } @@ -6110,8 +5950,7 @@ public struct DisableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -6148,8 +5987,7 @@ public struct DisassociateMemberInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6234,8 +6072,7 @@ public struct EnableMacieInput: Swift.Sendable { clientToken: Swift.String? = nil, findingPublishingFrequency: Macie2ClientTypes.FindingPublishingFrequency? = nil, status: Macie2ClientTypes.MacieStatus? = nil - ) - { + ) { self.clientToken = clientToken self.findingPublishingFrequency = findingPublishingFrequency self.status = status @@ -6257,8 +6094,7 @@ public struct EnableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId self.clientToken = clientToken } @@ -6311,8 +6147,7 @@ extension Macie2ClientTypes { public init( attributeName: Macie2ClientTypes.FindingStatisticsSortAttributeName? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -6330,8 +6165,7 @@ public struct GetAdministratorAccountOutput: Swift.Sendable { public init( administrator: Macie2ClientTypes.Invitation? = nil - ) - { + ) { self.administrator = administrator } } @@ -6343,8 +6177,7 @@ public struct GetAllowListInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6379,8 +6212,7 @@ public struct GetAllowListOutput: Swift.Sendable { status: Macie2ClientTypes.AllowListStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.criteria = criteria @@ -6422,8 +6254,7 @@ public struct GetAutomatedDiscoveryConfigurationOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, sensitivityInspectionTemplateId: Swift.String? = nil, status: Macie2ClientTypes.AutomatedDiscoveryStatus? = nil - ) - { + ) { self.autoEnableOrganizationMembers = autoEnableOrganizationMembers self.classificationScopeId = classificationScopeId self.disabledAt = disabledAt @@ -6440,8 +6271,7 @@ public struct GetBucketStatisticsInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6491,8 +6321,7 @@ public struct GetBucketStatisticsOutput: Swift.Sendable { sizeInBytesCompressed: Swift.Int? = nil, unclassifiableObjectCount: Macie2ClientTypes.ObjectLevelStatistics? = nil, unclassifiableObjectSizeInBytes: Macie2ClientTypes.ObjectLevelStatistics? = nil - ) - { + ) { self.bucketCount = bucketCount self.bucketCountByEffectivePermission = bucketCountByEffectivePermission self.bucketCountByEncryptionType = bucketCountByEncryptionType @@ -6521,8 +6350,7 @@ public struct GetClassificationExportConfigurationOutput: Swift.Sendable { public init( configuration: Macie2ClientTypes.ClassificationExportConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -6534,8 +6362,7 @@ public struct GetClassificationScopeInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6550,8 +6377,7 @@ extension Macie2ClientTypes { public init( bucketNames: [Swift.String]? = nil - ) - { + ) { self.bucketNames = bucketNames } } @@ -6567,8 +6393,7 @@ extension Macie2ClientTypes { public init( excludes: Macie2ClientTypes.S3ClassificationScopeExclusion? = nil - ) - { + ) { self.excludes = excludes } } @@ -6586,8 +6411,7 @@ public struct GetClassificationScopeOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, s3: Macie2ClientTypes.S3ClassificationScope? = nil - ) - { + ) { self.id = id self.name = name self.s3 = s3 @@ -6601,8 +6425,7 @@ public struct GetCustomDataIdentifierInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6646,8 +6469,7 @@ public struct GetCustomDataIdentifierOutput: Swift.Sendable { regex: Swift.String? = nil, severityLevels: [Macie2ClientTypes.SeverityLevel]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deleted = deleted @@ -6675,8 +6497,7 @@ extension Macie2ClientTypes { public init( attributeName: Swift.String? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -6693,8 +6514,7 @@ public struct GetFindingsInput: Swift.Sendable { public init( findingIds: [Swift.String]? = nil, sortCriteria: Macie2ClientTypes.SortCriteria? = nil - ) - { + ) { self.findingIds = findingIds self.sortCriteria = sortCriteria } @@ -6706,8 +6526,7 @@ public struct GetFindingsOutput: Swift.Sendable { public init( findings: [Macie2ClientTypes.Finding]? = nil - ) - { + ) { self.findings = findings } } @@ -6719,8 +6538,7 @@ public struct GetFindingsFilterInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6752,8 +6570,7 @@ public struct GetFindingsFilterOutput: Swift.Sendable { name: Swift.String? = nil, position: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.arn = arn self.description = description @@ -6784,8 +6601,7 @@ extension Macie2ClientTypes { public init( publishClassificationFindings: Swift.Bool? = nil, publishPolicyFindings: Swift.Bool? = nil - ) - { + ) { self.publishClassificationFindings = publishClassificationFindings self.publishPolicyFindings = publishPolicyFindings } @@ -6798,8 +6614,7 @@ public struct GetFindingsPublicationConfigurationOutput: Swift.Sendable { public init( securityHubConfiguration: Macie2ClientTypes.SecurityHubConfiguration? = nil - ) - { + ) { self.securityHubConfiguration = securityHubConfiguration } } @@ -6863,8 +6678,7 @@ public struct GetFindingStatisticsInput: Swift.Sendable { groupBy: Macie2ClientTypes.GroupBy? = nil, size: Swift.Int? = nil, sortCriteria: Macie2ClientTypes.FindingStatisticsSortCriteria? = nil - ) - { + ) { self.findingCriteria = findingCriteria self.groupBy = groupBy self.size = size @@ -6878,8 +6692,7 @@ public struct GetFindingStatisticsOutput: Swift.Sendable { public init( countsByGroup: [Macie2ClientTypes.GroupCount]? = nil - ) - { + ) { self.countsByGroup = countsByGroup } } @@ -6895,8 +6708,7 @@ public struct GetInvitationsCountOutput: Swift.Sendable { public init( invitationsCount: Swift.Int? = nil - ) - { + ) { self.invitationsCount = invitationsCount } } @@ -6924,8 +6736,7 @@ public struct GetMacieSessionOutput: Swift.Sendable { serviceRole: Swift.String? = nil, status: Macie2ClientTypes.MacieStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.findingPublishingFrequency = findingPublishingFrequency self.serviceRole = serviceRole @@ -6945,8 +6756,7 @@ public struct GetMasterAccountOutput: Swift.Sendable { public init( master: Macie2ClientTypes.Invitation? = nil - ) - { + ) { self.master = master } } @@ -6958,8 +6768,7 @@ public struct GetMemberInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6994,8 +6803,7 @@ public struct GetMemberOutput: Swift.Sendable { relationshipStatus: Macie2ClientTypes.RelationshipStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.administratorAccountId = administratorAccountId self.arn = arn @@ -7015,8 +6823,7 @@ public struct GetResourceProfileInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7054,8 +6861,7 @@ extension Macie2ClientTypes { totalItemsSkippedInvalidEncryption: Swift.Int? = nil, totalItemsSkippedInvalidKms: Swift.Int? = nil, totalItemsSkippedPermissionDenied: Swift.Int? = nil - ) - { + ) { self.totalBytesClassified = totalBytesClassified self.totalDetections = totalDetections self.totalDetectionsSuppressed = totalDetectionsSuppressed @@ -7084,8 +6890,7 @@ public struct GetResourceProfileOutput: Swift.Sendable { sensitivityScore: Swift.Int? = nil, sensitivityScoreOverridden: Swift.Bool? = nil, statistics: Macie2ClientTypes.ResourceStatistics? = nil - ) - { + ) { self.profileUpdatedAt = profileUpdatedAt self.sensitivityScore = sensitivityScore self.sensitivityScoreOverridden = sensitivityScoreOverridden @@ -7141,8 +6946,7 @@ extension Macie2ClientTypes { public init( kmsKeyId: Swift.String? = nil, status: Macie2ClientTypes.RevealStatus? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.status = status } @@ -7195,8 +6999,7 @@ extension Macie2ClientTypes { externalId: Swift.String? = nil, retrievalMode: Macie2ClientTypes.RetrievalMode? = nil, roleName: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.retrievalMode = retrievalMode self.roleName = roleName @@ -7213,8 +7016,7 @@ public struct GetRevealConfigurationOutput: Swift.Sendable { public init( configuration: Macie2ClientTypes.RevealConfiguration? = nil, retrievalConfiguration: Macie2ClientTypes.RetrievalConfiguration? = nil - ) - { + ) { self.configuration = configuration self.retrievalConfiguration = retrievalConfiguration } @@ -7262,8 +7064,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7275,8 +7076,7 @@ public struct GetSensitiveDataOccurrencesInput: Swift.Sendable { public init( findingId: Swift.String? = nil - ) - { + ) { self.findingId = findingId } } @@ -7332,8 +7132,7 @@ public struct GetSensitiveDataOccurrencesOutput: Swift.Sendable { error: Swift.String? = nil, sensitiveDataOccurrences: [Swift.String: [Macie2ClientTypes.DetectedDataDetails]]? = nil, status: Macie2ClientTypes.RevealRequestStatus? = nil - ) - { + ) { self.error = error self.sensitiveDataOccurrences = sensitiveDataOccurrences self.status = status @@ -7347,8 +7146,7 @@ public struct GetSensitiveDataOccurrencesAvailabilityInput: Swift.Sendable { public init( findingId: Swift.String? = nil - ) - { + ) { self.findingId = findingId } } @@ -7387,8 +7185,7 @@ public struct GetSensitiveDataOccurrencesAvailabilityOutput: Swift.Sendable { public init( code: Macie2ClientTypes.AvailabilityCode? = nil, reasons: [Macie2ClientTypes.UnavailabilityReasonCode]? = nil - ) - { + ) { self.code = code self.reasons = reasons } @@ -7401,8 +7198,7 @@ public struct GetSensitivityInspectionTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7416,8 +7212,7 @@ extension Macie2ClientTypes { public init( managedDataIdentifierIds: [Swift.String]? = nil - ) - { + ) { self.managedDataIdentifierIds = managedDataIdentifierIds } } @@ -7438,8 +7233,7 @@ extension Macie2ClientTypes { allowListIds: [Swift.String]? = nil, customDataIdentifierIds: [Swift.String]? = nil, managedDataIdentifierIds: [Swift.String]? = nil - ) - { + ) { self.allowListIds = allowListIds self.customDataIdentifierIds = customDataIdentifierIds self.managedDataIdentifierIds = managedDataIdentifierIds @@ -7465,8 +7259,7 @@ public struct GetSensitivityInspectionTemplateOutput: Swift.Sendable { includes: Macie2ClientTypes.SensitivityInspectionTemplateIncludes? = nil, name: Swift.String? = nil, sensitivityInspectionTemplateId: Swift.String? = nil - ) - { + ) { self.description = description self.excludes = excludes self.includes = includes @@ -7523,8 +7316,7 @@ extension Macie2ClientTypes { public init( key: Macie2ClientTypes.UsageStatisticsSortKey? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.key = key self.orderBy = orderBy } @@ -7579,8 +7371,7 @@ public struct GetUsageStatisticsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: Macie2ClientTypes.UsageStatisticsSortBy? = nil, timeRange: Macie2ClientTypes.TimeRange? = nil - ) - { + ) { self.filterBy = filterBy self.maxResults = maxResults self.nextToken = nextToken @@ -7601,8 +7392,7 @@ public struct GetUsageStatisticsOutput: Swift.Sendable { nextToken: Swift.String? = nil, records: [Macie2ClientTypes.UsageRecord]? = nil, timeRange: Macie2ClientTypes.TimeRange? = nil - ) - { + ) { self.nextToken = nextToken self.records = records self.timeRange = timeRange @@ -7615,8 +7405,7 @@ public struct GetUsageTotalsInput: Swift.Sendable { public init( timeRange: Swift.String? = nil - ) - { + ) { self.timeRange = timeRange } } @@ -7630,8 +7419,7 @@ public struct GetUsageTotalsOutput: Swift.Sendable { public init( timeRange: Macie2ClientTypes.TimeRange? = nil, usageTotals: [Macie2ClientTypes.UsageTotal]? = nil - ) - { + ) { self.timeRange = timeRange self.usageTotals = usageTotals } @@ -7646,8 +7434,7 @@ public struct ListAllowListsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7662,8 +7449,7 @@ public struct ListAllowListsOutput: Swift.Sendable { public init( allowLists: [Macie2ClientTypes.AllowListSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.allowLists = allowLists self.nextToken = nextToken } @@ -7681,8 +7467,7 @@ public struct ListAutomatedDiscoveryAccountsInput: Swift.Sendable { accountIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.maxResults = maxResults self.nextToken = nextToken @@ -7698,8 +7483,7 @@ public struct ListAutomatedDiscoveryAccountsOutput: Swift.Sendable { public init( items: [Macie2ClientTypes.AutomatedDiscoveryAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7717,8 +7501,7 @@ extension Macie2ClientTypes { public init( excludes: [Macie2ClientTypes.ListJobsFilterTerm]? = nil, includes: [Macie2ClientTypes.ListJobsFilterTerm]? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -7773,8 +7556,7 @@ extension Macie2ClientTypes { public init( attributeName: Macie2ClientTypes.ListJobsSortAttributeName? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -7796,8 +7578,7 @@ public struct ListClassificationJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: Macie2ClientTypes.ListJobsSortCriteria? = nil - ) - { + ) { self.filterCriteria = filterCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -7814,8 +7595,7 @@ public struct ListClassificationJobsOutput: Swift.Sendable { public init( items: [Macie2ClientTypes.JobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7830,8 +7610,7 @@ public struct ListClassificationScopesInput: Swift.Sendable { public init( name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.name = name self.nextToken = nextToken } @@ -7846,8 +7625,7 @@ public struct ListClassificationScopesOutput: Swift.Sendable { public init( classificationScopes: [Macie2ClientTypes.ClassificationScopeSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.classificationScopes = classificationScopes self.nextToken = nextToken } @@ -7862,8 +7640,7 @@ public struct ListCustomDataIdentifiersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7878,8 +7655,7 @@ public struct ListCustomDataIdentifiersOutput: Swift.Sendable { public init( items: [Macie2ClientTypes.CustomDataIdentifierSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7900,8 +7676,7 @@ public struct ListFindingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: Macie2ClientTypes.SortCriteria? = nil - ) - { + ) { self.findingCriteria = findingCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -7918,8 +7693,7 @@ public struct ListFindingsOutput: Swift.Sendable { public init( findingIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingIds = findingIds self.nextToken = nextToken } @@ -7934,8 +7708,7 @@ public struct ListFindingsFiltersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7950,8 +7723,7 @@ public struct ListFindingsFiltersOutput: Swift.Sendable { public init( findingsFilterListItems: [Macie2ClientTypes.FindingsFilterListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingsFilterListItems = findingsFilterListItems self.nextToken = nextToken } @@ -7966,8 +7738,7 @@ public struct ListInvitationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7982,8 +7753,7 @@ public struct ListInvitationsOutput: Swift.Sendable { public init( invitations: [Macie2ClientTypes.Invitation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invitations = invitations self.nextToken = nextToken } @@ -7995,8 +7765,7 @@ public struct ListManagedDataIdentifiersInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -8010,8 +7779,7 @@ public struct ListManagedDataIdentifiersOutput: Swift.Sendable { public init( items: [Macie2ClientTypes.ManagedDataIdentifierSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -8029,8 +7797,7 @@ public struct ListMembersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, onlyAssociated: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.onlyAssociated = onlyAssociated @@ -8046,8 +7813,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( members: [Macie2ClientTypes.Member]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -8062,8 +7828,7 @@ public struct ListOrganizationAdminAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8078,8 +7843,7 @@ public struct ListOrganizationAdminAccountsOutput: Swift.Sendable { public init( adminAccounts: [Macie2ClientTypes.AdminAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adminAccounts = adminAccounts self.nextToken = nextToken } @@ -8095,8 +7859,7 @@ public struct ListResourceProfileArtifactsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArn = resourceArn } @@ -8111,8 +7874,7 @@ public struct ListResourceProfileArtifactsOutput: Swift.Sendable { public init( artifacts: [Macie2ClientTypes.ResourceProfileArtifact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.artifacts = artifacts self.nextToken = nextToken } @@ -8131,8 +7893,7 @@ public struct ListResourceProfileDetectionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -8148,8 +7909,7 @@ public struct ListResourceProfileDetectionsOutput: Swift.Sendable { public init( detections: [Macie2ClientTypes.Detection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.detections = detections self.nextToken = nextToken } @@ -8164,8 +7924,7 @@ public struct ListSensitivityInspectionTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8180,8 +7939,7 @@ public struct ListSensitivityInspectionTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sensitivityInspectionTemplates: [Macie2ClientTypes.SensitivityInspectionTemplatesEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.sensitivityInspectionTemplates = sensitivityInspectionTemplates } @@ -8194,8 +7952,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -8206,8 +7963,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -8219,8 +7975,7 @@ public struct PutClassificationExportConfigurationInput: Swift.Sendable { public init( configuration: Macie2ClientTypes.ClassificationExportConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -8231,8 +7986,7 @@ public struct PutClassificationExportConfigurationOutput: Swift.Sendable { public init( configuration: Macie2ClientTypes.ClassificationExportConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -8246,8 +8000,7 @@ public struct PutFindingsPublicationConfigurationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, securityHubConfiguration: Macie2ClientTypes.SecurityHubConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.securityHubConfiguration = securityHubConfiguration } @@ -8267,8 +8020,7 @@ extension Macie2ClientTypes { public init( and: [Macie2ClientTypes.SearchResourcesCriteria]? = nil - ) - { + ) { self.and = and } } @@ -8286,8 +8038,7 @@ extension Macie2ClientTypes { public init( excludes: Macie2ClientTypes.SearchResourcesCriteriaBlock? = nil, includes: Macie2ClientTypes.SearchResourcesCriteriaBlock? = nil - ) - { + ) { self.excludes = excludes self.includes = includes } @@ -8342,8 +8093,7 @@ extension Macie2ClientTypes { public init( attributeName: Macie2ClientTypes.SearchResourcesSortAttributeName? = nil, orderBy: Macie2ClientTypes.OrderBy? = nil - ) - { + ) { self.attributeName = attributeName self.orderBy = orderBy } @@ -8365,8 +8115,7 @@ public struct SearchResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: Macie2ClientTypes.SearchResourcesSortCriteria? = nil - ) - { + ) { self.bucketCriteria = bucketCriteria self.maxResults = maxResults self.nextToken = nextToken @@ -8383,8 +8132,7 @@ public struct SearchResourcesOutput: Swift.Sendable { public init( matchingResources: [Macie2ClientTypes.MatchingResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.matchingResources = matchingResources self.nextToken = nextToken } @@ -8401,8 +8149,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8433,8 +8180,7 @@ public struct TestCustomDataIdentifierInput: Swift.Sendable { maximumMatchDistance: Swift.Int? = nil, regex: Swift.String? = nil, sampleText: Swift.String? = nil - ) - { + ) { self.ignoreWords = ignoreWords self.keywords = keywords self.maximumMatchDistance = maximumMatchDistance @@ -8449,8 +8195,7 @@ public struct TestCustomDataIdentifierOutput: Swift.Sendable { public init( matchCount: Swift.Int? = nil - ) - { + ) { self.matchCount = matchCount } } @@ -8466,8 +8211,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8496,8 +8240,7 @@ public struct UpdateAllowListInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.criteria = criteria self.description = description self.id = id @@ -8514,8 +8257,7 @@ public struct UpdateAllowListOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -8531,8 +8273,7 @@ public struct UpdateAutomatedDiscoveryConfigurationInput: Swift.Sendable { public init( autoEnableOrganizationMembers: Macie2ClientTypes.AutoEnableMode? = nil, status: Macie2ClientTypes.AutomatedDiscoveryStatus? = nil - ) - { + ) { self.autoEnableOrganizationMembers = autoEnableOrganizationMembers self.status = status } @@ -8560,8 +8301,7 @@ public struct UpdateClassificationJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: Macie2ClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -8592,8 +8332,7 @@ extension Macie2ClientTypes { public init( bucketNames: [Swift.String]? = nil, operation: Macie2ClientTypes.ClassificationScopeUpdateOperation? = nil - ) - { + ) { self.bucketNames = bucketNames self.operation = operation } @@ -8610,8 +8349,7 @@ extension Macie2ClientTypes { public init( excludes: Macie2ClientTypes.S3ClassificationScopeExclusionUpdate? = nil - ) - { + ) { self.excludes = excludes } } @@ -8627,8 +8365,7 @@ public struct UpdateClassificationScopeInput: Swift.Sendable { public init( id: Swift.String? = nil, s3: Macie2ClientTypes.S3ClassificationScopeUpdate? = nil - ) - { + ) { self.id = id self.s3 = s3 } @@ -8664,8 +8401,7 @@ public struct UpdateFindingsFilterInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, position: Swift.Int? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.description = description @@ -8685,8 +8421,7 @@ public struct UpdateFindingsFilterOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -8701,8 +8436,7 @@ public struct UpdateMacieSessionInput: Swift.Sendable { public init( findingPublishingFrequency: Macie2ClientTypes.FindingPublishingFrequency? = nil, status: Macie2ClientTypes.MacieStatus? = nil - ) - { + ) { self.findingPublishingFrequency = findingPublishingFrequency self.status = status } @@ -8724,8 +8458,7 @@ public struct UpdateMemberSessionInput: Swift.Sendable { public init( id: Swift.String? = nil, status: Macie2ClientTypes.MacieStatus? = nil - ) - { + ) { self.id = id self.status = status } @@ -8743,8 +8476,7 @@ public struct UpdateOrganizationConfigurationInput: Swift.Sendable { public init( autoEnable: Swift.Bool? = nil - ) - { + ) { self.autoEnable = autoEnable } } @@ -8764,8 +8496,7 @@ public struct UpdateResourceProfileInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, sensitivityScoreOverride: Swift.Int? = nil - ) - { + ) { self.resourceArn = resourceArn self.sensitivityScoreOverride = sensitivityScoreOverride } @@ -8786,8 +8517,7 @@ public struct UpdateResourceProfileDetectionsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, suppressDataIdentifiers: [Macie2ClientTypes.SuppressDataIdentifier]? = nil - ) - { + ) { self.resourceArn = resourceArn self.suppressDataIdentifiers = suppressDataIdentifiers } @@ -8811,8 +8541,7 @@ extension Macie2ClientTypes { public init( retrievalMode: Macie2ClientTypes.RetrievalMode? = nil, roleName: Swift.String? = nil - ) - { + ) { self.retrievalMode = retrievalMode self.roleName = roleName } @@ -8829,8 +8558,7 @@ public struct UpdateRevealConfigurationInput: Swift.Sendable { public init( configuration: Macie2ClientTypes.RevealConfiguration? = nil, retrievalConfiguration: Macie2ClientTypes.UpdateRetrievalConfiguration? = nil - ) - { + ) { self.configuration = configuration self.retrievalConfiguration = retrievalConfiguration } @@ -8845,8 +8573,7 @@ public struct UpdateRevealConfigurationOutput: Swift.Sendable { public init( configuration: Macie2ClientTypes.RevealConfiguration? = nil, retrievalConfiguration: Macie2ClientTypes.RetrievalConfiguration? = nil - ) - { + ) { self.configuration = configuration self.retrievalConfiguration = retrievalConfiguration } @@ -8868,8 +8595,7 @@ public struct UpdateSensitivityInspectionTemplateInput: Swift.Sendable { excludes: Macie2ClientTypes.SensitivityInspectionTemplateExcludes? = nil, id: Swift.String? = nil, includes: Macie2ClientTypes.SensitivityInspectionTemplateIncludes? = nil - ) - { + ) { self.description = description self.excludes = excludes self.id = id diff --git a/Sources/Services/AWSMailManager/Package.swift.txt b/Sources/Services/AWSMailManager/Package.swift.txt index b4ae8c8fb60..eb122ec39a9 100644 --- a/Sources/Services/AWSMailManager/Package.swift.txt +++ b/Sources/Services/AWSMailManager/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMailManager/Sources/AWSMailManager/MailManagerClient.swift b/Sources/Services/AWSMailManager/Sources/AWSMailManager/MailManagerClient.swift index 8e4e01abc2f..492aa7640cb 100644 --- a/Sources/Services/AWSMailManager/Sources/AWSMailManager/MailManagerClient.swift +++ b/Sources/Services/AWSMailManager/Sources/AWSMailManager/MailManagerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MailManagerClient: ClientRuntime.Client { public static let clientName = "MailManagerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MailManagerClient.MailManagerClientConfiguration let serviceName = "MailManager" diff --git a/Sources/Services/AWSMailManager/Sources/AWSMailManager/Models.swift b/Sources/Services/AWSMailManager/Sources/AWSMailManager/Models.swift index 546ce2920b9..2d53eccaca7 100644 --- a/Sources/Services/AWSMailManager/Sources/AWSMailManager/Models.swift +++ b/Sources/Services/AWSMailManager/Sources/AWSMailManager/Models.swift @@ -75,8 +75,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -124,8 +123,7 @@ extension MailManagerClientTypes { public init( headerName: Swift.String? = nil, headerValue: Swift.String? = nil - ) - { + ) { self.headerName = headerName self.headerValue = headerValue } @@ -153,8 +151,7 @@ extension MailManagerClientTypes { addonName: Swift.String? = nil, addonSubscriptionId: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.addonInstanceArn = addonInstanceArn self.addonInstanceId = addonInstanceId self.addonName = addonName @@ -182,8 +179,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -206,8 +202,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -230,8 +225,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +248,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +267,7 @@ extension MailManagerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -300,8 +292,7 @@ public struct CreateAddonInstanceInput: Swift.Sendable { addonSubscriptionId: Swift.String? = nil, clientToken: Swift.String? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.addonSubscriptionId = addonSubscriptionId self.clientToken = clientToken self.tags = tags @@ -315,8 +306,7 @@ public struct CreateAddonInstanceOutput: Swift.Sendable { public init( addonInstanceId: Swift.String? = nil - ) - { + ) { self.addonInstanceId = addonInstanceId } } @@ -328,8 +318,7 @@ public struct DeleteAddonInstanceInput: Swift.Sendable { public init( addonInstanceId: Swift.String? = nil - ) - { + ) { self.addonInstanceId = addonInstanceId } } @@ -346,8 +335,7 @@ public struct GetAddonInstanceInput: Swift.Sendable { public init( addonInstanceId: Swift.String? = nil - ) - { + ) { self.addonInstanceId = addonInstanceId } } @@ -367,8 +355,7 @@ public struct GetAddonInstanceOutput: Swift.Sendable { addonName: Swift.String? = nil, addonSubscriptionId: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.addonInstanceArn = addonInstanceArn self.addonName = addonName self.addonSubscriptionId = addonSubscriptionId @@ -385,8 +372,7 @@ public struct ListAddonInstancesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -401,8 +387,7 @@ public struct ListAddonInstancesOutput: Swift.Sendable { public init( addonInstances: [MailManagerClientTypes.AddonInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addonInstances = addonInstances self.nextToken = nextToken } @@ -426,8 +411,7 @@ extension MailManagerClientTypes { addonSubscriptionArn: Swift.String? = nil, addonSubscriptionId: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.addonName = addonName self.addonSubscriptionArn = addonSubscriptionArn self.addonSubscriptionId = addonSubscriptionId @@ -449,8 +433,7 @@ public struct CreateAddonSubscriptionInput: Swift.Sendable { addonName: Swift.String? = nil, clientToken: Swift.String? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.addonName = addonName self.clientToken = clientToken self.tags = tags @@ -464,8 +447,7 @@ public struct CreateAddonSubscriptionOutput: Swift.Sendable { public init( addonSubscriptionId: Swift.String? = nil - ) - { + ) { self.addonSubscriptionId = addonSubscriptionId } } @@ -477,8 +459,7 @@ public struct DeleteAddonSubscriptionInput: Swift.Sendable { public init( addonSubscriptionId: Swift.String? = nil - ) - { + ) { self.addonSubscriptionId = addonSubscriptionId } } @@ -495,8 +476,7 @@ public struct GetAddonSubscriptionInput: Swift.Sendable { public init( addonSubscriptionId: Swift.String? = nil - ) - { + ) { self.addonSubscriptionId = addonSubscriptionId } } @@ -513,8 +493,7 @@ public struct GetAddonSubscriptionOutput: Swift.Sendable { addonName: Swift.String? = nil, addonSubscriptionArn: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil - ) - { + ) { self.addonName = addonName self.addonSubscriptionArn = addonSubscriptionArn self.createdTimestamp = createdTimestamp @@ -530,8 +509,7 @@ public struct ListAddonSubscriptionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -546,8 +524,7 @@ public struct ListAddonSubscriptionsOutput: Swift.Sendable { public init( addonSubscriptions: [MailManagerClientTypes.AddonSubscription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addonSubscriptions = addonSubscriptions self.nextToken = nextToken } @@ -567,8 +544,7 @@ extension MailManagerClientTypes { public init( analyzer: Swift.String? = nil, resultField: Swift.String? = nil - ) - { + ) { self.analyzer = analyzer self.resultField = resultField } @@ -627,8 +603,7 @@ extension MailManagerClientTypes { archiveName: Swift.String? = nil, archiveState: MailManagerClientTypes.ArchiveState? = nil, lastUpdatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.archiveId = archiveId self.archiveName = archiveName self.archiveState = archiveState @@ -650,8 +625,7 @@ extension MailManagerClientTypes { public init( actionFailurePolicy: MailManagerClientTypes.ActionFailurePolicy? = nil, targetArchive: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.targetArchive = targetArchive } @@ -737,8 +711,7 @@ extension MailManagerClientTypes { public init( evaluate: MailManagerClientTypes.ArchiveBooleanToEvaluate? = nil, `operator`: MailManagerClientTypes.ArchiveBooleanOperator? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` } @@ -840,8 +813,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.ArchiveStringToEvaluate? = nil, `operator`: MailManagerClientTypes.ArchiveStringOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -873,8 +845,7 @@ extension MailManagerClientTypes { public init( include: [MailManagerClientTypes.ArchiveFilterCondition]? = nil, unless: [MailManagerClientTypes.ArchiveFilterCondition]? = nil - ) - { + ) { self.include = include self.unless = unless } @@ -980,8 +951,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1006,8 +976,7 @@ public struct CreateArchiveInput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, retention: MailManagerClientTypes.ArchiveRetention? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.archiveName = archiveName self.clientToken = clientToken self.kmsKeyArn = kmsKeyArn @@ -1024,8 +993,7 @@ public struct CreateArchiveOutput: Swift.Sendable { public init( archiveId: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId } } @@ -1038,8 +1006,7 @@ public struct DeleteArchiveInput: Swift.Sendable { public init( archiveId: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId } } @@ -1058,8 +1025,7 @@ public struct GetArchiveInput: Swift.Sendable { public init( archiveId: Swift.String? = nil - ) - { + ) { self.archiveId = archiveId } } @@ -1101,8 +1067,7 @@ public struct GetArchiveOutput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, lastUpdatedTimestamp: Foundation.Date? = nil, retention: MailManagerClientTypes.ArchiveRetention? = nil - ) - { + ) { self.archiveArn = archiveArn self.archiveId = archiveId self.archiveName = archiveName @@ -1124,8 +1089,7 @@ public struct ListArchivesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -1142,8 +1106,7 @@ public struct ListArchivesOutput: Swift.Sendable { public init( archives: [MailManagerClientTypes.Archive]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.archives = archives self.nextToken = nextToken } @@ -1163,8 +1126,7 @@ public struct UpdateArchiveInput: Swift.Sendable { archiveId: Swift.String? = nil, archiveName: Swift.String? = nil, retention: MailManagerClientTypes.ArchiveRetention? = nil - ) - { + ) { self.archiveId = archiveId self.archiveName = archiveName self.retention = retention @@ -1246,8 +1208,7 @@ public struct CreateIngressPointInput: Swift.Sendable { tags: [MailManagerClientTypes.Tag]? = nil, trafficPolicyId: Swift.String? = nil, type: MailManagerClientTypes.IngressPointType? = nil - ) - { + ) { self.clientToken = clientToken self.ingressPointConfiguration = ingressPointConfiguration self.ingressPointName = ingressPointName @@ -1265,8 +1226,7 @@ public struct CreateIngressPointOutput: Swift.Sendable { public init( ingressPointId: Swift.String? = nil - ) - { + ) { self.ingressPointId = ingressPointId } } @@ -1317,8 +1277,7 @@ public struct CreateRelayInput: Swift.Sendable { serverName: Swift.String? = nil, serverPort: Swift.Int? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.authentication = authentication self.clientToken = clientToken self.relayName = relayName @@ -1335,8 +1294,7 @@ public struct CreateRelayOutput: Swift.Sendable { public init( relayId: Swift.String? = nil - ) - { + ) { self.relayId = relayId } } @@ -1358,8 +1316,7 @@ extension MailManagerClientTypes { actionFailurePolicy: MailManagerClientTypes.ActionFailurePolicy? = nil, mailboxArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.mailboxArn = mailboxArn self.roleArn = roleArn @@ -1388,8 +1345,7 @@ extension MailManagerClientTypes { applicationId: Swift.String? = nil, indexId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.applicationId = applicationId self.indexId = indexId @@ -1452,8 +1408,7 @@ extension MailManagerClientTypes { actionFailurePolicy: MailManagerClientTypes.ActionFailurePolicy? = nil, mailFrom: MailManagerClientTypes.MailFrom? = nil, relay: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.mailFrom = mailFrom self.relay = relay @@ -1470,8 +1425,7 @@ extension MailManagerClientTypes { public init( replaceWith: [Swift.String]? = nil - ) - { + ) { self.replaceWith = replaceWith } } @@ -1495,8 +1449,7 @@ extension MailManagerClientTypes { public init( actionFailurePolicy: MailManagerClientTypes.ActionFailurePolicy? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.roleArn = roleArn } @@ -1526,8 +1479,7 @@ extension MailManagerClientTypes { s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil, s3SseKmsKeyId: Swift.String? = nil - ) - { + ) { self.actionFailurePolicy = actionFailurePolicy self.roleArn = roleArn self.s3Bucket = s3Bucket @@ -1648,8 +1600,7 @@ extension MailManagerClientTypes { public init( evaluate: MailManagerClientTypes.RuleBooleanToEvaluate? = nil, `operator`: MailManagerClientTypes.RuleBooleanOperator? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` } @@ -1731,8 +1682,7 @@ extension MailManagerClientTypes { public init( `operator`: MailManagerClientTypes.RuleDmarcOperator? = nil, values: [MailManagerClientTypes.RuleDmarcPolicy]? = nil - ) - { + ) { self.`operator` = `operator` self.values = values } @@ -1822,8 +1772,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.RuleIpToEvaluate? = nil, `operator`: MailManagerClientTypes.RuleIpOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -1926,8 +1875,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.RuleNumberToEvaluate? = nil, `operator`: MailManagerClientTypes.RuleNumberOperator? = nil, value: Swift.Double? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.value = value @@ -2050,8 +1998,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.RuleStringToEvaluate? = nil, `operator`: MailManagerClientTypes.RuleStringOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -2182,8 +2129,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.RuleVerdictToEvaluate? = nil, `operator`: MailManagerClientTypes.RuleVerdictOperator? = nil, values: [MailManagerClientTypes.RuleVerdict]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -2230,8 +2176,7 @@ extension MailManagerClientTypes { conditions: [MailManagerClientTypes.RuleCondition]? = nil, name: Swift.String? = nil, unless: [MailManagerClientTypes.RuleCondition]? = nil - ) - { + ) { self.actions = actions self.conditions = conditions self.name = name @@ -2257,8 +2202,7 @@ public struct CreateRuleSetInput: Swift.Sendable { ruleSetName: Swift.String? = nil, rules: [MailManagerClientTypes.Rule]? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.ruleSetName = ruleSetName self.rules = rules @@ -2273,8 +2217,7 @@ public struct CreateRuleSetOutput: Swift.Sendable { public init( ruleSetId: Swift.String? = nil - ) - { + ) { self.ruleSetId = ruleSetId } } @@ -2293,8 +2236,7 @@ extension MailManagerClientTypes { public init( analyzer: Swift.String? = nil, resultField: Swift.String? = nil - ) - { + ) { self.analyzer = analyzer self.resultField = resultField } @@ -2354,8 +2296,7 @@ extension MailManagerClientTypes { public init( evaluate: MailManagerClientTypes.IngressBooleanToEvaluate? = nil, `operator`: MailManagerClientTypes.IngressBooleanOperator? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` } @@ -2445,8 +2386,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.IngressIpToEvaluate? = nil, `operator`: MailManagerClientTypes.IngressIpOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -2546,8 +2486,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.IngressStringToEvaluate? = nil, `operator`: MailManagerClientTypes.IngressStringOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.values = values @@ -2667,8 +2606,7 @@ extension MailManagerClientTypes { evaluate: MailManagerClientTypes.IngressTlsProtocolToEvaluate? = nil, `operator`: MailManagerClientTypes.IngressTlsProtocolOperator? = nil, value: MailManagerClientTypes.IngressTlsProtocolAttribute? = nil - ) - { + ) { self.evaluate = evaluate self.`operator` = `operator` self.value = value @@ -2706,8 +2644,7 @@ extension MailManagerClientTypes { public init( action: MailManagerClientTypes.AcceptAction? = nil, conditions: [MailManagerClientTypes.PolicyCondition]? = nil - ) - { + ) { self.action = action self.conditions = conditions } @@ -2738,8 +2675,7 @@ public struct CreateTrafficPolicyInput: Swift.Sendable { policyStatements: [MailManagerClientTypes.PolicyStatement]? = nil, tags: [MailManagerClientTypes.Tag]? = nil, trafficPolicyName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.defaultAction = defaultAction self.maxMessageSizeBytes = maxMessageSizeBytes @@ -2756,8 +2692,7 @@ public struct CreateTrafficPolicyOutput: Swift.Sendable { public init( trafficPolicyId: Swift.String? = nil - ) - { + ) { self.trafficPolicyId = trafficPolicyId } } @@ -2769,8 +2704,7 @@ public struct DeleteIngressPointInput: Swift.Sendable { public init( ingressPointId: Swift.String? = nil - ) - { + ) { self.ingressPointId = ingressPointId } } @@ -2787,8 +2721,7 @@ public struct DeleteRelayInput: Swift.Sendable { public init( relayId: Swift.String? = nil - ) - { + ) { self.relayId = relayId } } @@ -2805,8 +2738,7 @@ public struct DeleteRuleSetInput: Swift.Sendable { public init( ruleSetId: Swift.String? = nil - ) - { + ) { self.ruleSetId = ruleSetId } } @@ -2823,8 +2755,7 @@ public struct DeleteTrafficPolicyInput: Swift.Sendable { public init( trafficPolicyId: Swift.String? = nil - ) - { + ) { self.trafficPolicyId = trafficPolicyId } } @@ -2849,8 +2780,7 @@ extension MailManagerClientTypes { from: Swift.String? = nil, helo: Swift.String? = nil, to: [Swift.String]? = nil - ) - { + ) { self.from = from self.helo = helo self.to = to @@ -2867,8 +2797,7 @@ extension MailManagerClientTypes { public init( s3Location: Swift.String? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -2943,8 +2872,7 @@ extension MailManagerClientTypes { errorMessage: Swift.String? = nil, state: MailManagerClientTypes.ExportState? = nil, submissionTimestamp: Foundation.Date? = nil - ) - { + ) { self.completionTimestamp = completionTimestamp self.errorMessage = errorMessage self.state = state @@ -2965,8 +2893,7 @@ extension MailManagerClientTypes { public init( exportId: Swift.String? = nil, status: MailManagerClientTypes.ExportStatus? = nil - ) - { + ) { self.exportId = exportId self.status = status } @@ -2981,8 +2908,7 @@ public struct GetArchiveExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -3012,8 +2938,7 @@ public struct GetArchiveExportOutput: Swift.Sendable { maxResults: Swift.Int? = nil, status: MailManagerClientTypes.ExportStatus? = nil, toTimestamp: Foundation.Date? = nil - ) - { + ) { self.archiveId = archiveId self.exportDestinationConfiguration = exportDestinationConfiguration self.filters = filters @@ -3032,8 +2957,7 @@ public struct GetArchiveMessageInput: Swift.Sendable { public init( archivedMessageId: Swift.String? = nil - ) - { + ) { self.archivedMessageId = archivedMessageId } } @@ -3068,8 +2992,7 @@ extension MailManagerClientTypes { tlsCipherSuite: Swift.String? = nil, tlsProtocol: Swift.String? = nil, trafficPolicyId: Swift.String? = nil - ) - { + ) { self.ingressPointId = ingressPointId self.ruleSetId = ruleSetId self.senderHostname = senderHostname @@ -3100,8 +3023,7 @@ public struct GetArchiveMessageOutput: Swift.Sendable { envelope: MailManagerClientTypes.Envelope? = nil, messageDownloadLink: Swift.String? = nil, metadata: MailManagerClientTypes.Metadata? = nil - ) - { + ) { self.envelope = envelope self.messageDownloadLink = messageDownloadLink self.metadata = metadata @@ -3116,8 +3038,7 @@ public struct GetArchiveMessageContentInput: Swift.Sendable { public init( archivedMessageId: Swift.String? = nil - ) - { + ) { self.archivedMessageId = archivedMessageId } } @@ -3137,8 +3058,7 @@ extension MailManagerClientTypes { html: Swift.String? = nil, messageMalformed: Swift.Bool? = nil, text: Swift.String? = nil - ) - { + ) { self.html = html self.messageMalformed = messageMalformed self.text = text @@ -3153,8 +3073,7 @@ public struct GetArchiveMessageContentOutput: Swift.Sendable { public init( body: MailManagerClientTypes.MessageBody? = nil - ) - { + ) { self.body = body } } @@ -3167,8 +3086,7 @@ public struct GetArchiveSearchInput: Swift.Sendable { public init( searchId: Swift.String? = nil - ) - { + ) { self.searchId = searchId } } @@ -3229,8 +3147,7 @@ extension MailManagerClientTypes { errorMessage: Swift.String? = nil, state: MailManagerClientTypes.SearchState? = nil, submissionTimestamp: Foundation.Date? = nil - ) - { + ) { self.completionTimestamp = completionTimestamp self.errorMessage = errorMessage self.state = state @@ -3261,8 +3178,7 @@ public struct GetArchiveSearchOutput: Swift.Sendable { maxResults: Swift.Int? = nil, status: MailManagerClientTypes.SearchStatus? = nil, toTimestamp: Foundation.Date? = nil - ) - { + ) { self.archiveId = archiveId self.filters = filters self.fromTimestamp = fromTimestamp @@ -3280,8 +3196,7 @@ public struct GetArchiveSearchResultsInput: Swift.Sendable { public init( searchId: Swift.String? = nil - ) - { + ) { self.searchId = searchId } } @@ -3346,8 +3261,7 @@ extension MailManagerClientTypes { xMailer: Swift.String? = nil, xOriginalMailer: Swift.String? = nil, xPriority: Swift.String? = nil - ) - { + ) { self.archivedMessageId = archivedMessageId self.cc = cc self.date = date @@ -3382,8 +3296,7 @@ public struct GetArchiveSearchResultsOutput: Swift.Sendable { public init( rows: [MailManagerClientTypes.Row]? = nil - ) - { + ) { self.rows = rows } } @@ -3395,8 +3308,7 @@ public struct GetIngressPointInput: Swift.Sendable { public init( ingressPointId: Swift.String? = nil - ) - { + ) { self.ingressPointId = ingressPointId } } @@ -3416,8 +3328,7 @@ extension MailManagerClientTypes { previousSmtpPasswordExpiryTimestamp: Foundation.Date? = nil, previousSmtpPasswordVersion: Swift.String? = nil, smtpPasswordVersion: Swift.String? = nil - ) - { + ) { self.previousSmtpPasswordExpiryTimestamp = previousSmtpPasswordExpiryTimestamp self.previousSmtpPasswordVersion = previousSmtpPasswordVersion self.smtpPasswordVersion = smtpPasswordVersion @@ -3437,8 +3348,7 @@ extension MailManagerClientTypes { public init( ingressPointPasswordConfiguration: MailManagerClientTypes.IngressPointPasswordConfiguration? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.ingressPointPasswordConfiguration = ingressPointPasswordConfiguration self.secretArn = secretArn } @@ -3524,8 +3434,7 @@ public struct GetIngressPointOutput: Swift.Sendable { status: MailManagerClientTypes.IngressPointStatus? = nil, trafficPolicyId: Swift.String? = nil, type: MailManagerClientTypes.IngressPointType? = nil - ) - { + ) { self.aRecord = aRecord self.createdTimestamp = createdTimestamp self.ingressPointArn = ingressPointArn @@ -3547,8 +3456,7 @@ public struct GetRelayInput: Swift.Sendable { public init( relayId: Swift.String? = nil - ) - { + ) { self.relayId = relayId } } @@ -3581,8 +3489,7 @@ public struct GetRelayOutput: Swift.Sendable { relayName: Swift.String? = nil, serverName: Swift.String? = nil, serverPort: Swift.Int? = nil - ) - { + ) { self.authentication = authentication self.createdTimestamp = createdTimestamp self.lastModifiedTimestamp = lastModifiedTimestamp @@ -3601,8 +3508,7 @@ public struct GetRuleSetInput: Swift.Sendable { public init( ruleSetId: Swift.String? = nil - ) - { + ) { self.ruleSetId = ruleSetId } } @@ -3634,8 +3540,7 @@ public struct GetRuleSetOutput: Swift.Sendable { ruleSetId: Swift.String? = nil, ruleSetName: Swift.String? = nil, rules: [MailManagerClientTypes.Rule]? = nil - ) - { + ) { self.createdDate = createdDate self.lastModificationDate = lastModificationDate self.ruleSetArn = ruleSetArn @@ -3652,8 +3557,7 @@ public struct GetTrafficPolicyInput: Swift.Sendable { public init( trafficPolicyId: Swift.String? = nil - ) - { + ) { self.trafficPolicyId = trafficPolicyId } } @@ -3687,8 +3591,7 @@ public struct GetTrafficPolicyOutput: Swift.Sendable { trafficPolicyArn: Swift.String? = nil, trafficPolicyId: Swift.String? = nil, trafficPolicyName: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.defaultAction = defaultAction self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -3725,8 +3628,7 @@ extension MailManagerClientTypes { ingressPointName: Swift.String? = nil, status: MailManagerClientTypes.IngressPointStatus? = nil, type: MailManagerClientTypes.IngressPointType? = nil - ) - { + ) { self.aRecord = aRecord self.ingressPointId = ingressPointId self.ingressPointName = ingressPointName @@ -3745,8 +3647,7 @@ public struct ListIngressPointsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -3761,8 +3662,7 @@ public struct ListIngressPointsOutput: Swift.Sendable { public init( ingressPoints: [MailManagerClientTypes.IngressPoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ingressPoints = ingressPoints self.nextToken = nextToken } @@ -3819,8 +3719,7 @@ public struct UpdateIngressPointInput: Swift.Sendable { ruleSetId: Swift.String? = nil, statusToUpdate: MailManagerClientTypes.IngressPointStatusToUpdate? = nil, trafficPolicyId: Swift.String? = nil - ) - { + ) { self.ingressPointConfiguration = ingressPointConfiguration self.ingressPointId = ingressPointId self.ingressPointName = ingressPointName @@ -3849,8 +3748,7 @@ public struct ListArchiveExportsInput: Swift.Sendable { archiveId: Swift.String? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.archiveId = archiveId self.nextToken = nextToken self.pageSize = pageSize @@ -3867,8 +3765,7 @@ public struct ListArchiveExportsOutput: Swift.Sendable { public init( exports: [MailManagerClientTypes.ExportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exports = exports self.nextToken = nextToken } @@ -3888,8 +3785,7 @@ public struct ListArchiveSearchesInput: Swift.Sendable { archiveId: Swift.String? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.archiveId = archiveId self.nextToken = nextToken self.pageSize = pageSize @@ -3908,8 +3804,7 @@ extension MailManagerClientTypes { public init( searchId: Swift.String? = nil, status: MailManagerClientTypes.SearchStatus? = nil - ) - { + ) { self.searchId = searchId self.status = status } @@ -3926,8 +3821,7 @@ public struct ListArchiveSearchesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, searches: [MailManagerClientTypes.SearchSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.searches = searches } @@ -3942,8 +3836,7 @@ public struct ListRelaysInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -3964,8 +3857,7 @@ extension MailManagerClientTypes { lastModifiedTimestamp: Foundation.Date? = nil, relayId: Swift.String? = nil, relayName: Swift.String? = nil - ) - { + ) { self.lastModifiedTimestamp = lastModifiedTimestamp self.relayId = relayId self.relayName = relayName @@ -3983,8 +3875,7 @@ public struct ListRelaysOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relays: [MailManagerClientTypes.Relay]? = nil - ) - { + ) { self.nextToken = nextToken self.relays = relays } @@ -3999,8 +3890,7 @@ public struct ListRuleSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -4021,8 +3911,7 @@ extension MailManagerClientTypes { lastModificationDate: Foundation.Date? = nil, ruleSetId: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.lastModificationDate = lastModificationDate self.ruleSetId = ruleSetId self.ruleSetName = ruleSetName @@ -4040,8 +3929,7 @@ public struct ListRuleSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleSets: [MailManagerClientTypes.RuleSet]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleSets = ruleSets } @@ -4054,8 +3942,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4067,8 +3954,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4082,8 +3968,7 @@ public struct ListTrafficPoliciesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -4107,8 +3992,7 @@ extension MailManagerClientTypes { defaultAction: MailManagerClientTypes.AcceptAction? = nil, trafficPolicyId: Swift.String? = nil, trafficPolicyName: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.trafficPolicyId = trafficPolicyId self.trafficPolicyName = trafficPolicyName @@ -4125,8 +4009,7 @@ public struct ListTrafficPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trafficPolicies: [MailManagerClientTypes.TrafficPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.trafficPolicies = trafficPolicies } @@ -4151,8 +4034,7 @@ public struct UpdateRelayInput: Swift.Sendable { relayName: Swift.String? = nil, serverName: Swift.String? = nil, serverPort: Swift.Int? = nil - ) - { + ) { self.authentication = authentication self.relayId = relayId self.relayName = relayName @@ -4179,8 +4061,7 @@ public struct UpdateRuleSetInput: Swift.Sendable { ruleSetId: Swift.String? = nil, ruleSetName: Swift.String? = nil, rules: [MailManagerClientTypes.Rule]? = nil - ) - { + ) { self.ruleSetId = ruleSetId self.ruleSetName = ruleSetName self.rules = rules @@ -4221,8 +4102,7 @@ public struct StartArchiveExportInput: Swift.Sendable { includeMetadata: Swift.Bool? = nil, maxResults: Swift.Int? = nil, toTimestamp: Foundation.Date? = nil - ) - { + ) { self.archiveId = archiveId self.exportDestinationConfiguration = exportDestinationConfiguration self.filters = filters @@ -4240,8 +4120,7 @@ public struct StartArchiveExportOutput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -4269,8 +4148,7 @@ public struct StartArchiveSearchInput: Swift.Sendable { fromTimestamp: Foundation.Date? = nil, maxResults: Swift.Int? = nil, toTimestamp: Foundation.Date? = nil - ) - { + ) { self.archiveId = archiveId self.filters = filters self.fromTimestamp = fromTimestamp @@ -4286,8 +4164,7 @@ public struct StartArchiveSearchOutput: Swift.Sendable { public init( searchId: Swift.String? = nil - ) - { + ) { self.searchId = searchId } } @@ -4300,8 +4177,7 @@ public struct StopArchiveExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -4320,8 +4196,7 @@ public struct StopArchiveSearchInput: Swift.Sendable { public init( searchId: Swift.String? = nil - ) - { + ) { self.searchId = searchId } } @@ -4343,8 +4218,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [MailManagerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4374,8 +4248,7 @@ public struct UpdateTrafficPolicyInput: Swift.Sendable { policyStatements: [MailManagerClientTypes.PolicyStatement]? = nil, trafficPolicyId: Swift.String? = nil, trafficPolicyName: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.maxMessageSizeBytes = maxMessageSizeBytes self.policyStatements = policyStatements @@ -4400,8 +4273,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSManagedBlockchain/Package.swift.txt b/Sources/Services/AWSManagedBlockchain/Package.swift.txt index b746a2e6e28..5b30f486d33 100644 --- a/Sources/Services/AWSManagedBlockchain/Package.swift.txt +++ b/Sources/Services/AWSManagedBlockchain/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/ManagedBlockchainClient.swift b/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/ManagedBlockchainClient.swift index e91b988c38a..f5fb81669b1 100644 --- a/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/ManagedBlockchainClient.swift +++ b/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/ManagedBlockchainClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ManagedBlockchainClient: ClientRuntime.Client { public static let clientName = "ManagedBlockchainClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ManagedBlockchainClient.ManagedBlockchainClientConfiguration let serviceName = "ManagedBlockchain" diff --git a/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/Models.swift b/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/Models.swift index c47e74d7c84..4d2098bbb41 100644 --- a/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/Models.swift +++ b/Sources/Services/AWSManagedBlockchain/Sources/AWSManagedBlockchain/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -177,8 +176,7 @@ extension ManagedBlockchainClientTypes { status: ManagedBlockchainClientTypes.AccessorStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: ManagedBlockchainClientTypes.AccessorType? = nil - ) - { + ) { self.arn = arn self.billingToken = billingToken self.creationDate = creationDate @@ -215,8 +213,7 @@ extension ManagedBlockchainClientTypes { networkType: ManagedBlockchainClientTypes.AccessorNetworkType? = nil, status: ManagedBlockchainClientTypes.AccessorStatus? = nil, type: ManagedBlockchainClientTypes.AccessorType? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.id = id @@ -271,8 +268,7 @@ extension ManagedBlockchainClientTypes { proposalDurationInHours: Swift.Int? = nil, thresholdComparator: ManagedBlockchainClientTypes.ThresholdComparator? = nil, thresholdPercentage: Swift.Int? = nil - ) - { + ) { self.proposalDurationInHours = proposalDurationInHours self.thresholdComparator = thresholdComparator self.thresholdPercentage = thresholdPercentage @@ -311,8 +307,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -335,8 +330,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -359,8 +353,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -399,8 +392,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -436,8 +428,7 @@ public struct CreateAccessorInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, networkType: ManagedBlockchainClientTypes.AccessorNetworkType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessorType = accessorType self.clientRequestToken = clientRequestToken self.networkType = networkType @@ -457,8 +448,7 @@ public struct CreateAccessorOutput: Swift.Sendable { accessorId: Swift.String? = nil, billingToken: Swift.String? = nil, networkType: ManagedBlockchainClientTypes.AccessorNetworkType? = nil - ) - { + ) { self.accessorId = accessorId self.billingToken = billingToken self.networkType = networkType @@ -486,8 +476,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -511,8 +500,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -531,8 +519,7 @@ extension ManagedBlockchainClientTypes { public init( adminPassword: Swift.String? = nil, adminUsername: Swift.String? = nil - ) - { + ) { self.adminPassword = adminPassword self.adminUsername = adminUsername } @@ -553,8 +540,7 @@ extension ManagedBlockchainClientTypes { public init( fabric: ManagedBlockchainClientTypes.MemberFabricConfiguration? = nil - ) - { + ) { self.fabric = fabric } } @@ -569,8 +555,7 @@ extension ManagedBlockchainClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -585,8 +570,7 @@ extension ManagedBlockchainClientTypes { public init( cloudwatch: ManagedBlockchainClientTypes.LogConfiguration? = nil - ) - { + ) { self.cloudwatch = cloudwatch } } @@ -601,8 +585,7 @@ extension ManagedBlockchainClientTypes { public init( caLogs: ManagedBlockchainClientTypes.LogConfigurations? = nil - ) - { + ) { self.caLogs = caLogs } } @@ -617,8 +600,7 @@ extension ManagedBlockchainClientTypes { public init( fabric: ManagedBlockchainClientTypes.MemberFabricLogPublishingConfiguration? = nil - ) - { + ) { self.fabric = fabric } } @@ -654,8 +636,7 @@ extension ManagedBlockchainClientTypes { logPublishingConfiguration: ManagedBlockchainClientTypes.MemberLogPublishingConfiguration? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.frameworkConfiguration = frameworkConfiguration self.kmsKeyArn = kmsKeyArn @@ -685,8 +666,7 @@ public struct CreateMemberInput: Swift.Sendable { invitationId: Swift.String? = nil, memberConfiguration: ManagedBlockchainClientTypes.MemberConfiguration? = nil, networkId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.invitationId = invitationId self.memberConfiguration = memberConfiguration @@ -700,8 +680,7 @@ public struct CreateMemberOutput: Swift.Sendable { public init( memberId: Swift.String? = nil - ) - { + ) { self.memberId = memberId } } @@ -774,8 +753,7 @@ extension ManagedBlockchainClientTypes { public init( edition: ManagedBlockchainClientTypes.Edition? = nil - ) - { + ) { self.edition = edition } } @@ -790,8 +768,7 @@ extension ManagedBlockchainClientTypes { public init( fabric: ManagedBlockchainClientTypes.NetworkFabricConfiguration? = nil - ) - { + ) { self.fabric = fabric } } @@ -806,8 +783,7 @@ extension ManagedBlockchainClientTypes { public init( approvalThresholdPolicy: ManagedBlockchainClientTypes.ApprovalThresholdPolicy? = nil - ) - { + ) { self.approvalThresholdPolicy = approvalThresholdPolicy } } @@ -849,8 +825,7 @@ public struct CreateNetworkInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, votingPolicy: ManagedBlockchainClientTypes.VotingPolicy? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.framework = framework @@ -872,8 +847,7 @@ public struct CreateNetworkOutput: Swift.Sendable { public init( memberId: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.memberId = memberId self.networkId = networkId } @@ -891,8 +865,7 @@ extension ManagedBlockchainClientTypes { public init( chaincodeLogs: ManagedBlockchainClientTypes.LogConfigurations? = nil, peerLogs: ManagedBlockchainClientTypes.LogConfigurations? = nil - ) - { + ) { self.chaincodeLogs = chaincodeLogs self.peerLogs = peerLogs } @@ -908,8 +881,7 @@ extension ManagedBlockchainClientTypes { public init( fabric: ManagedBlockchainClientTypes.NodeFabricLogPublishingConfiguration? = nil - ) - { + ) { self.fabric = fabric } } @@ -963,8 +935,7 @@ extension ManagedBlockchainClientTypes { instanceType: Swift.String? = nil, logPublishingConfiguration: ManagedBlockchainClientTypes.NodeLogPublishingConfiguration? = nil, stateDB: ManagedBlockchainClientTypes.StateDBType? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceType = instanceType self.logPublishingConfiguration = logPublishingConfiguration @@ -996,8 +967,7 @@ public struct CreateNodeInput: Swift.Sendable { networkId: Swift.String? = nil, nodeConfiguration: ManagedBlockchainClientTypes.NodeConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.memberId = memberId self.networkId = networkId @@ -1012,8 +982,7 @@ public struct CreateNodeOutput: Swift.Sendable { public init( nodeId: Swift.String? = nil - ) - { + ) { self.nodeId = nodeId } } @@ -1028,8 +997,7 @@ extension ManagedBlockchainClientTypes { public init( principal: Swift.String? = nil - ) - { + ) { self.principal = principal } } @@ -1045,8 +1013,7 @@ extension ManagedBlockchainClientTypes { public init( memberId: Swift.String? = nil - ) - { + ) { self.memberId = memberId } } @@ -1064,8 +1031,7 @@ extension ManagedBlockchainClientTypes { public init( invitations: [ManagedBlockchainClientTypes.InviteAction]? = nil, removals: [ManagedBlockchainClientTypes.RemoveAction]? = nil - ) - { + ) { self.invitations = invitations self.removals = removals } @@ -1097,8 +1063,7 @@ public struct CreateProposalInput: Swift.Sendable { memberId: Swift.String? = nil, networkId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.clientRequestToken = clientRequestToken self.description = description @@ -1114,8 +1079,7 @@ public struct CreateProposalOutput: Swift.Sendable { public init( proposalId: Swift.String? = nil - ) - { + ) { self.proposalId = proposalId } } @@ -1127,8 +1091,7 @@ public struct DeleteAccessorInput: Swift.Sendable { public init( accessorId: Swift.String? = nil - ) - { + ) { self.accessorId = accessorId } } @@ -1149,8 +1112,7 @@ public struct DeleteMemberInput: Swift.Sendable { public init( memberId: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.memberId = memberId self.networkId = networkId } @@ -1177,8 +1139,7 @@ public struct DeleteNodeInput: Swift.Sendable { memberId: Swift.String? = nil, networkId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.memberId = memberId self.networkId = networkId self.nodeId = nodeId @@ -1197,8 +1158,7 @@ public struct GetAccessorInput: Swift.Sendable { public init( accessorId: Swift.String? = nil - ) - { + ) { self.accessorId = accessorId } } @@ -1209,8 +1169,7 @@ public struct GetAccessorOutput: Swift.Sendable { public init( accessor: ManagedBlockchainClientTypes.Accessor? = nil - ) - { + ) { self.accessor = accessor } } @@ -1226,8 +1185,7 @@ public struct GetMemberInput: Swift.Sendable { public init( memberId: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.memberId = memberId self.networkId = networkId } @@ -1245,8 +1203,7 @@ extension ManagedBlockchainClientTypes { public init( adminUsername: Swift.String? = nil, caEndpoint: Swift.String? = nil - ) - { + ) { self.adminUsername = adminUsername self.caEndpoint = caEndpoint } @@ -1262,8 +1219,7 @@ extension ManagedBlockchainClientTypes { public init( fabric: ManagedBlockchainClientTypes.MemberFabricAttributes? = nil - ) - { + ) { self.fabric = fabric } } @@ -1366,8 +1322,7 @@ extension ManagedBlockchainClientTypes { networkId: Swift.String? = nil, status: ManagedBlockchainClientTypes.MemberStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -1389,8 +1344,7 @@ public struct GetMemberOutput: Swift.Sendable { public init( member: ManagedBlockchainClientTypes.Member? = nil - ) - { + ) { self.member = member } } @@ -1402,8 +1356,7 @@ public struct GetNetworkInput: Swift.Sendable { public init( networkId: Swift.String? = nil - ) - { + ) { self.networkId = networkId } } @@ -1419,8 +1372,7 @@ extension ManagedBlockchainClientTypes { public init( chainId: Swift.String? = nil - ) - { + ) { self.chainId = chainId } } @@ -1438,8 +1390,7 @@ extension ManagedBlockchainClientTypes { public init( edition: ManagedBlockchainClientTypes.Edition? = nil, orderingServiceEndpoint: Swift.String? = nil - ) - { + ) { self.edition = edition self.orderingServiceEndpoint = orderingServiceEndpoint } @@ -1458,8 +1409,7 @@ extension ManagedBlockchainClientTypes { public init( ethereum: ManagedBlockchainClientTypes.NetworkEthereumAttributes? = nil, fabric: ManagedBlockchainClientTypes.NetworkFabricAttributes? = nil - ) - { + ) { self.ethereum = ethereum self.fabric = fabric } @@ -1546,8 +1496,7 @@ extension ManagedBlockchainClientTypes { tags: [Swift.String: Swift.String]? = nil, votingPolicy: ManagedBlockchainClientTypes.VotingPolicy? = nil, vpcEndpointServiceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -1570,8 +1519,7 @@ public struct GetNetworkOutput: Swift.Sendable { public init( network: ManagedBlockchainClientTypes.Network? = nil - ) - { + ) { self.network = network } } @@ -1590,8 +1538,7 @@ public struct GetNodeInput: Swift.Sendable { memberId: Swift.String? = nil, networkId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.memberId = memberId self.networkId = networkId self.nodeId = nodeId @@ -1610,8 +1557,7 @@ extension ManagedBlockchainClientTypes { public init( httpEndpoint: Swift.String? = nil, webSocketEndpoint: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.webSocketEndpoint = webSocketEndpoint } @@ -1630,8 +1576,7 @@ extension ManagedBlockchainClientTypes { public init( peerEndpoint: Swift.String? = nil, peerEventEndpoint: Swift.String? = nil - ) - { + ) { self.peerEndpoint = peerEndpoint self.peerEventEndpoint = peerEventEndpoint } @@ -1650,8 +1595,7 @@ extension ManagedBlockchainClientTypes { public init( ethereum: ManagedBlockchainClientTypes.NodeEthereumAttributes? = nil, fabric: ManagedBlockchainClientTypes.NodeFabricAttributes? = nil - ) - { + ) { self.ethereum = ethereum self.fabric = fabric } @@ -1771,8 +1715,7 @@ extension ManagedBlockchainClientTypes { stateDB: ManagedBlockchainClientTypes.StateDBType? = nil, status: ManagedBlockchainClientTypes.NodeStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.creationDate = creationDate @@ -1796,8 +1739,7 @@ public struct GetNodeOutput: Swift.Sendable { public init( node: ManagedBlockchainClientTypes.Node? = nil - ) - { + ) { self.node = node } } @@ -1813,8 +1755,7 @@ public struct GetProposalInput: Swift.Sendable { public init( networkId: Swift.String? = nil, proposalId: Swift.String? = nil - ) - { + ) { self.networkId = networkId self.proposalId = proposalId } @@ -1916,8 +1857,7 @@ extension ManagedBlockchainClientTypes { status: ManagedBlockchainClientTypes.ProposalStatus? = nil, tags: [Swift.String: Swift.String]? = nil, yesVoteCount: Swift.Int? = nil - ) - { + ) { self.actions = actions self.arn = arn self.creationDate = creationDate @@ -1942,8 +1882,7 @@ public struct GetProposalOutput: Swift.Sendable { public init( proposal: ManagedBlockchainClientTypes.Proposal? = nil - ) - { + ) { self.proposal = proposal } } @@ -1966,8 +1905,7 @@ public struct IllegalActionException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2002,8 +1940,7 @@ extension ManagedBlockchainClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: ManagedBlockchainClientTypes.NetworkStatus? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -2088,8 +2025,7 @@ extension ManagedBlockchainClientTypes { invitationId: Swift.String? = nil, networkSummary: ManagedBlockchainClientTypes.NetworkSummary? = nil, status: ManagedBlockchainClientTypes.InvitationStatus? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.expirationDate = expirationDate @@ -2112,8 +2048,7 @@ public struct ListAccessorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkType: ManagedBlockchainClientTypes.AccessorNetworkType? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.networkType = networkType self.nextToken = nextToken @@ -2129,8 +2064,7 @@ public struct ListAccessorsOutput: Swift.Sendable { public init( accessors: [ManagedBlockchainClientTypes.AccessorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessors = accessors self.nextToken = nextToken } @@ -2145,8 +2079,7 @@ public struct ListInvitationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2161,8 +2094,7 @@ public struct ListInvitationsOutput: Swift.Sendable { public init( invitations: [ManagedBlockchainClientTypes.Invitation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invitations = invitations self.nextToken = nextToken } @@ -2190,8 +2122,7 @@ public struct ListMembersInput: Swift.Sendable { networkId: Swift.String? = nil, nextToken: Swift.String? = nil, status: ManagedBlockchainClientTypes.MemberStatus? = nil - ) - { + ) { self.isOwned = isOwned self.maxResults = maxResults self.name = name @@ -2242,8 +2173,7 @@ extension ManagedBlockchainClientTypes { isOwned: Swift.Bool? = nil, name: Swift.String? = nil, status: ManagedBlockchainClientTypes.MemberStatus? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -2264,8 +2194,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( members: [ManagedBlockchainClientTypes.MemberSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -2289,8 +2218,7 @@ public struct ListNetworksInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, status: ManagedBlockchainClientTypes.NetworkStatus? = nil - ) - { + ) { self.framework = framework self.maxResults = maxResults self.name = name @@ -2308,8 +2236,7 @@ public struct ListNetworksOutput: Swift.Sendable { public init( networks: [ManagedBlockchainClientTypes.NetworkSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networks = networks self.nextToken = nextToken } @@ -2334,8 +2261,7 @@ public struct ListNodesInput: Swift.Sendable { networkId: Swift.String? = nil, nextToken: Swift.String? = nil, status: ManagedBlockchainClientTypes.NodeStatus? = nil - ) - { + ) { self.maxResults = maxResults self.memberId = memberId self.networkId = networkId @@ -2368,8 +2294,7 @@ extension ManagedBlockchainClientTypes { id: Swift.String? = nil, instanceType: Swift.String? = nil, status: ManagedBlockchainClientTypes.NodeStatus? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.creationDate = creationDate @@ -2389,8 +2314,7 @@ public struct ListNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [ManagedBlockchainClientTypes.NodeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -2409,8 +2333,7 @@ public struct ListProposalsInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.networkId = networkId self.nextToken = nextToken @@ -2457,8 +2380,7 @@ extension ManagedBlockchainClientTypes { proposedByMemberId: Swift.String? = nil, proposedByMemberName: Swift.String? = nil, status: ManagedBlockchainClientTypes.ProposalStatus? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.description = description @@ -2480,8 +2402,7 @@ public struct ListProposalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, proposals: [ManagedBlockchainClientTypes.ProposalSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proposals = proposals } @@ -2504,8 +2425,7 @@ public struct ListProposalVotesInput: Swift.Sendable { networkId: Swift.String? = nil, nextToken: Swift.String? = nil, proposalId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.networkId = networkId self.nextToken = nextToken @@ -2557,8 +2477,7 @@ extension ManagedBlockchainClientTypes { memberId: Swift.String? = nil, memberName: Swift.String? = nil, vote: ManagedBlockchainClientTypes.VoteValue? = nil - ) - { + ) { self.memberId = memberId self.memberName = memberName self.vote = vote @@ -2575,8 +2494,7 @@ public struct ListProposalVotesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, proposalVotes: [ManagedBlockchainClientTypes.VoteSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.proposalVotes = proposalVotes } @@ -2589,8 +2507,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2601,8 +2518,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2614,8 +2530,7 @@ public struct RejectInvitationInput: Swift.Sendable { public init( invitationId: Swift.String? = nil - ) - { + ) { self.invitationId = invitationId } } @@ -2636,8 +2551,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2659,8 +2573,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2685,8 +2598,7 @@ public struct UpdateMemberInput: Swift.Sendable { logPublishingConfiguration: ManagedBlockchainClientTypes.MemberLogPublishingConfiguration? = nil, memberId: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.logPublishingConfiguration = logPublishingConfiguration self.memberId = memberId self.networkId = networkId @@ -2715,8 +2627,7 @@ public struct UpdateNodeInput: Swift.Sendable { memberId: Swift.String? = nil, networkId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.logPublishingConfiguration = logPublishingConfiguration self.memberId = memberId self.networkId = networkId @@ -2748,8 +2659,7 @@ public struct VoteOnProposalInput: Swift.Sendable { proposalId: Swift.String? = nil, vote: ManagedBlockchainClientTypes.VoteValue? = nil, voterMemberId: Swift.String? = nil - ) - { + ) { self.networkId = networkId self.proposalId = proposalId self.vote = vote diff --git a/Sources/Services/AWSManagedBlockchainQuery/Package.swift.txt b/Sources/Services/AWSManagedBlockchainQuery/Package.swift.txt index fdee97a0e8e..8c228994b6e 100644 --- a/Sources/Services/AWSManagedBlockchainQuery/Package.swift.txt +++ b/Sources/Services/AWSManagedBlockchainQuery/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/ManagedBlockchainQueryClient.swift b/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/ManagedBlockchainQueryClient.swift index e870f433299..db51e302e67 100644 --- a/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/ManagedBlockchainQueryClient.swift +++ b/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/ManagedBlockchainQueryClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ManagedBlockchainQueryClient: ClientRuntime.Client { public static let clientName = "ManagedBlockchainQueryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ManagedBlockchainQueryClient.ManagedBlockchainQueryClientConfiguration let serviceName = "ManagedBlockchain Query" diff --git a/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/Models.swift b/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/Models.swift index 10c40998939..58198564683 100644 --- a/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/Models.swift +++ b/Sources/Services/AWSManagedBlockchainQuery/Sources/AWSManagedBlockchainQuery/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension ManagedBlockchainQueryClientTypes { public init( transactionEventToAddress: [Swift.String]? = nil - ) - { + ) { self.transactionEventToAddress = transactionEventToAddress } } @@ -122,8 +120,7 @@ extension ManagedBlockchainQueryClientTypes { public init( contractAddress: Swift.String? = nil, network: ManagedBlockchainQueryClientTypes.QueryNetwork? = nil - ) - { + ) { self.contractAddress = contractAddress self.network = network } @@ -180,8 +177,7 @@ extension ManagedBlockchainQueryClientTypes { contractIdentifier: ManagedBlockchainQueryClientTypes.ContractIdentifier? = nil, deployerAddress: Swift.String? = nil, tokenStandard: ManagedBlockchainQueryClientTypes.QueryTokenStandard? = nil - ) - { + ) { self.contractIdentifier = contractIdentifier self.deployerAddress = deployerAddress self.tokenStandard = tokenStandard @@ -212,8 +208,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -273,8 +268,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: ManagedBlockchainQueryClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -317,8 +311,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: ManagedBlockchainQueryClientTypes.ResourceType? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -358,8 +351,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -381,8 +373,7 @@ extension ManagedBlockchainQueryClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -451,8 +442,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [ManagedBlockchainQueryClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: ManagedBlockchainQueryClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -468,8 +458,7 @@ extension ManagedBlockchainQueryClientTypes { public init( time: Foundation.Date? = nil - ) - { + ) { self.time = time } } @@ -485,8 +474,7 @@ extension ManagedBlockchainQueryClientTypes { public init( address: Swift.String? = nil - ) - { + ) { self.address = address } } @@ -508,8 +496,7 @@ extension ManagedBlockchainQueryClientTypes { contractAddress: Swift.String? = nil, network: ManagedBlockchainQueryClientTypes.QueryNetwork? = nil, tokenId: Swift.String? = nil - ) - { + ) { self.contractAddress = contractAddress self.network = network self.tokenId = tokenId @@ -534,8 +521,7 @@ extension ManagedBlockchainQueryClientTypes { atBlockchainInstant: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.ownerIdentifier = ownerIdentifier self.tokenIdentifier = tokenIdentifier @@ -549,8 +535,7 @@ public struct BatchGetTokenBalanceInput: Swift.Sendable { public init( getTokenBalanceInputs: [ManagedBlockchainQueryClientTypes.BatchGetTokenBalanceInputItem]? = nil - ) - { + ) { self.getTokenBalanceInputs = getTokenBalanceInputs } } @@ -613,8 +598,7 @@ extension ManagedBlockchainQueryClientTypes { errorType: ManagedBlockchainQueryClientTypes.ErrorType? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.errorCode = errorCode self.errorMessage = errorMessage @@ -648,8 +632,7 @@ extension ManagedBlockchainQueryClientTypes { lastUpdatedTime: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.balance = balance self.lastUpdatedTime = lastUpdatedTime @@ -670,8 +653,7 @@ public struct BatchGetTokenBalanceOutput: Swift.Sendable { public init( errors: [ManagedBlockchainQueryClientTypes.BatchGetTokenBalanceErrorItem]? = nil, tokenBalances: [ManagedBlockchainQueryClientTypes.BatchGetTokenBalanceOutputItem]? = nil - ) - { + ) { self.errors = errors self.tokenBalances = tokenBalances } @@ -716,8 +698,7 @@ extension ManagedBlockchainQueryClientTypes { public init( include: [ManagedBlockchainQueryClientTypes.ConfirmationStatus]? = nil - ) - { + ) { self.include = include } } @@ -741,8 +722,7 @@ extension ManagedBlockchainQueryClientTypes { deployerAddress: Swift.String? = nil, network: ManagedBlockchainQueryClientTypes.QueryNetwork? = nil, tokenStandard: ManagedBlockchainQueryClientTypes.QueryTokenStandard? = nil - ) - { + ) { self.deployerAddress = deployerAddress self.network = network self.tokenStandard = tokenStandard @@ -765,8 +745,7 @@ extension ManagedBlockchainQueryClientTypes { decimals: Swift.Int? = nil, name: Swift.String? = nil, symbol: Swift.String? = nil - ) - { + ) { self.decimals = decimals self.name = name self.symbol = symbol @@ -810,8 +789,7 @@ public struct GetAssetContractInput: Swift.Sendable { public init( contractIdentifier: ManagedBlockchainQueryClientTypes.ContractIdentifier? = nil - ) - { + ) { self.contractIdentifier = contractIdentifier } } @@ -834,8 +812,7 @@ public struct GetAssetContractOutput: Swift.Sendable { deployerAddress: Swift.String? = nil, metadata: ManagedBlockchainQueryClientTypes.ContractMetadata? = nil, tokenStandard: ManagedBlockchainQueryClientTypes.QueryTokenStandard? = nil - ) - { + ) { self.contractIdentifier = contractIdentifier self.deployerAddress = deployerAddress self.metadata = metadata @@ -857,8 +834,7 @@ public struct GetTokenBalanceInput: Swift.Sendable { atBlockchainInstant: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.ownerIdentifier = ownerIdentifier self.tokenIdentifier = tokenIdentifier @@ -885,8 +861,7 @@ public struct GetTokenBalanceOutput: Swift.Sendable { lastUpdatedTime: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.balance = balance self.lastUpdatedTime = lastUpdatedTime @@ -908,8 +883,7 @@ public struct GetTransactionInput: Swift.Sendable { network: ManagedBlockchainQueryClientTypes.QueryNetwork? = nil, transactionHash: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.network = network self.transactionHash = transactionHash self.transactionId = transactionId @@ -992,8 +966,7 @@ extension ManagedBlockchainQueryClientTypes { transactionId: Swift.String? = nil, transactionIndex: Swift.Int? = nil, transactionTimestamp: Foundation.Date? = nil - ) - { + ) { self.blockHash = blockHash self.blockNumber = blockNumber self.confirmationStatus = confirmationStatus @@ -1025,8 +998,7 @@ public struct GetTransactionOutput: Swift.Sendable { public init( transaction: ManagedBlockchainQueryClientTypes.Transaction? = nil - ) - { + ) { self.transaction = transaction } } @@ -1044,8 +1016,7 @@ public struct ListAssetContractsInput: Swift.Sendable { contractFilter: ManagedBlockchainQueryClientTypes.ContractFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contractFilter = contractFilter self.maxResults = maxResults self.nextToken = nextToken @@ -1062,8 +1033,7 @@ public struct ListAssetContractsOutput: Swift.Sendable { public init( contracts: [ManagedBlockchainQueryClientTypes.AssetContract]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contracts = contracts self.nextToken = nextToken } @@ -1139,8 +1109,7 @@ extension ManagedBlockchainQueryClientTypes { public init( sortBy: ManagedBlockchainQueryClientTypes.ListFilteredTransactionEventsSortBy? = nil, sortOrder: ManagedBlockchainQueryClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -1159,8 +1128,7 @@ extension ManagedBlockchainQueryClientTypes { public init( from: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, to: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil - ) - { + ) { self.from = from self.to = to } @@ -1177,8 +1145,7 @@ extension ManagedBlockchainQueryClientTypes { public init( voutSpent: Swift.Bool? = nil - ) - { + ) { self.voutSpent = voutSpent } } @@ -1213,8 +1180,7 @@ public struct ListFilteredTransactionEventsInput: Swift.Sendable { sort: ManagedBlockchainQueryClientTypes.ListFilteredTransactionEventsSort? = nil, timeFilter: ManagedBlockchainQueryClientTypes.TimeFilter? = nil, voutFilter: ManagedBlockchainQueryClientTypes.VoutFilter? = nil - ) - { + ) { self.addressIdentifierFilter = addressIdentifierFilter self.confirmationStatusFilter = confirmationStatusFilter self.maxResults = maxResults @@ -1350,8 +1316,7 @@ extension ManagedBlockchainQueryClientTypes { value: Swift.String? = nil, voutIndex: Swift.Int? = nil, voutSpent: Swift.Bool? = nil - ) - { + ) { self.blockchainInstant = blockchainInstant self.confirmationStatus = confirmationStatus self.contractAddress = contractAddress @@ -1382,8 +1347,7 @@ public struct ListFilteredTransactionEventsOutput: Swift.Sendable { public init( events: [ManagedBlockchainQueryClientTypes.TransactionEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1399,8 +1363,7 @@ extension ManagedBlockchainQueryClientTypes { public init( address: Swift.String? = nil - ) - { + ) { self.address = address } } @@ -1422,8 +1385,7 @@ extension ManagedBlockchainQueryClientTypes { contractAddress: Swift.String? = nil, network: ManagedBlockchainQueryClientTypes.QueryNetwork? = nil, tokenId: Swift.String? = nil - ) - { + ) { self.contractAddress = contractAddress self.network = network self.tokenId = tokenId @@ -1447,8 +1409,7 @@ public struct ListTokenBalancesInput: Swift.Sendable { nextToken: Swift.String? = nil, ownerFilter: ManagedBlockchainQueryClientTypes.OwnerFilter? = nil, tokenFilter: ManagedBlockchainQueryClientTypes.TokenFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.ownerFilter = ownerFilter @@ -1479,8 +1440,7 @@ extension ManagedBlockchainQueryClientTypes { lastUpdatedTime: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil, ownerIdentifier: ManagedBlockchainQueryClientTypes.OwnerIdentifier? = nil, tokenIdentifier: ManagedBlockchainQueryClientTypes.TokenIdentifier? = nil - ) - { + ) { self.atBlockchainInstant = atBlockchainInstant self.balance = balance self.lastUpdatedTime = lastUpdatedTime @@ -1500,8 +1460,7 @@ public struct ListTokenBalancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tokenBalances: [ManagedBlockchainQueryClientTypes.TokenBalance]? = nil - ) - { + ) { self.nextToken = nextToken self.tokenBalances = tokenBalances } @@ -1526,8 +1485,7 @@ public struct ListTransactionEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, transactionHash: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.network = network self.nextToken = nextToken @@ -1546,8 +1504,7 @@ public struct ListTransactionEventsOutput: Swift.Sendable { public init( events: [ManagedBlockchainQueryClientTypes.TransactionEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1592,8 +1549,7 @@ extension ManagedBlockchainQueryClientTypes { public init( sortBy: ManagedBlockchainQueryClientTypes.ListTransactionsSortBy? = nil, sortOrder: ManagedBlockchainQueryClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -1629,8 +1585,7 @@ public struct ListTransactionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: ManagedBlockchainQueryClientTypes.ListTransactionsSort? = nil, toBlockchainInstant: ManagedBlockchainQueryClientTypes.BlockchainInstant? = nil - ) - { + ) { self.address = address self.confirmationStatusFilter = confirmationStatusFilter self.fromBlockchainInstant = fromBlockchainInstant @@ -1666,8 +1621,7 @@ extension ManagedBlockchainQueryClientTypes { transactionHash: Swift.String? = nil, transactionId: Swift.String? = nil, transactionTimestamp: Foundation.Date? = nil - ) - { + ) { self.confirmationStatus = confirmationStatus self.network = network self.transactionHash = transactionHash @@ -1687,8 +1641,7 @@ public struct ListTransactionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transactions: [ManagedBlockchainQueryClientTypes.TransactionOutputItem]? = nil - ) - { + ) { self.nextToken = nextToken self.transactions = transactions } diff --git a/Sources/Services/AWSMarketplaceAgreement/Package.swift.txt b/Sources/Services/AWSMarketplaceAgreement/Package.swift.txt index 62b36808941..7358e4b51cd 100644 --- a/Sources/Services/AWSMarketplaceAgreement/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceAgreement/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/MarketplaceAgreementClient.swift b/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/MarketplaceAgreementClient.swift index 3daea93df0c..60bc73f6bd4 100644 --- a/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/MarketplaceAgreementClient.swift +++ b/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/MarketplaceAgreementClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceAgreementClient: ClientRuntime.Client { public static let clientName = "MarketplaceAgreementClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceAgreementClient.MarketplaceAgreementClientConfiguration let serviceName = "Marketplace Agreement" diff --git a/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/Models.swift b/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/Models.swift index b4a25c59ddf..6f6d1abd451 100644 --- a/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/Models.swift +++ b/Sources/Services/AWSMarketplaceAgreement/Sources/AWSMarketplaceAgreement/Models.swift @@ -33,8 +33,7 @@ extension MarketplaceAgreementClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -54,8 +53,7 @@ extension MarketplaceAgreementClientTypes { public init( dimensionKey: Swift.String? = nil, dimensionValue: Swift.Int = 0 - ) - { + ) { self.dimensionKey = dimensionKey self.dimensionValue = dimensionValue } @@ -76,8 +74,7 @@ extension MarketplaceAgreementClientTypes { public init( dimensions: [MarketplaceAgreementClientTypes.Dimension]? = nil, selectorValue: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.selectorValue = selectorValue } @@ -96,8 +93,7 @@ extension MarketplaceAgreementClientTypes { public init( multipleDimensionSelection: Swift.String? = nil, quantityConfiguration: Swift.String? = nil - ) - { + ) { self.multipleDimensionSelection = multipleDimensionSelection self.quantityConfiguration = quantityConfiguration } @@ -116,8 +112,7 @@ extension MarketplaceAgreementClientTypes { public init( dimensionKey: Swift.String? = nil, price: Swift.String? = nil - ) - { + ) { self.dimensionKey = dimensionKey self.price = price } @@ -136,8 +131,7 @@ extension MarketplaceAgreementClientTypes { public init( type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -159,8 +153,7 @@ extension MarketplaceAgreementClientTypes { constraints: MarketplaceAgreementClientTypes.Constraints? = nil, rateCard: [MarketplaceAgreementClientTypes.RateCardItem]? = nil, selector: MarketplaceAgreementClientTypes.Selector? = nil - ) - { + ) { self.constraints = constraints self.rateCard = rateCard self.selector = selector @@ -186,8 +179,7 @@ extension MarketplaceAgreementClientTypes { currencyCode: Swift.String? = nil, rateCards: [MarketplaceAgreementClientTypes.ConfigurableUpfrontRateCardItem]? = nil, type: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.currencyCode = currencyCode self.rateCards = rateCards @@ -208,8 +200,7 @@ extension MarketplaceAgreementClientTypes { public init( dimensionKey: Swift.String? = nil, maxQuantity: Swift.Int? = 1 - ) - { + ) { self.dimensionKey = dimensionKey self.maxQuantity = maxQuantity } @@ -237,8 +228,7 @@ extension MarketplaceAgreementClientTypes { grants: [MarketplaceAgreementClientTypes.GrantItem]? = nil, price: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.grants = grants @@ -263,8 +253,7 @@ extension MarketplaceAgreementClientTypes { duration: Swift.String? = nil, grants: [MarketplaceAgreementClientTypes.GrantItem]? = nil, type: Swift.String? = nil - ) - { + ) { self.duration = duration self.grants = grants self.type = type @@ -295,8 +284,7 @@ extension MarketplaceAgreementClientTypes { type: Swift.String? = nil, url: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.type = type self.url = url self.version = version @@ -316,8 +304,7 @@ extension MarketplaceAgreementClientTypes { public init( documents: [MarketplaceAgreementClientTypes.DocumentItem]? = nil, type: Swift.String? = nil - ) - { + ) { self.documents = documents self.type = type } @@ -336,8 +323,7 @@ extension MarketplaceAgreementClientTypes { public init( chargeAmount: Swift.String? = nil, chargeDate: Foundation.Date? = nil - ) - { + ) { self.chargeAmount = chargeAmount self.chargeDate = chargeDate } @@ -359,8 +345,7 @@ extension MarketplaceAgreementClientTypes { currencyCode: Swift.String? = nil, schedule: [MarketplaceAgreementClientTypes.ScheduleItem]? = nil, type: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.schedule = schedule self.type = type @@ -386,8 +371,7 @@ extension MarketplaceAgreementClientTypes { currencyCode: Swift.String? = nil, price: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.billingPeriod = billingPeriod self.currencyCode = currencyCode self.price = price @@ -406,8 +390,7 @@ extension MarketplaceAgreementClientTypes { public init( enableAutoRenew: Swift.Bool? = nil - ) - { + ) { self.enableAutoRenew = enableAutoRenew } } @@ -425,8 +408,7 @@ extension MarketplaceAgreementClientTypes { public init( configuration: MarketplaceAgreementClientTypes.RenewalTermConfiguration? = nil, type: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.type = type } @@ -445,8 +427,7 @@ extension MarketplaceAgreementClientTypes { public init( refundPolicy: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.refundPolicy = refundPolicy self.type = type } @@ -462,8 +443,7 @@ extension MarketplaceAgreementClientTypes { public init( rateCard: [MarketplaceAgreementClientTypes.RateCardItem]? = nil - ) - { + ) { self.rateCard = rateCard } } @@ -484,8 +464,7 @@ extension MarketplaceAgreementClientTypes { currencyCode: Swift.String? = nil, rateCards: [MarketplaceAgreementClientTypes.UsageBasedRateCardItem]? = nil, type: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.rateCards = rateCards self.type = type @@ -511,8 +490,7 @@ extension MarketplaceAgreementClientTypes { agreementEndDate: Foundation.Date? = nil, agreementStartDate: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.agreementDuration = agreementDuration self.agreementEndDate = agreementEndDate self.agreementStartDate = agreementStartDate @@ -560,8 +538,7 @@ extension MarketplaceAgreementClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -588,8 +565,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -657,8 +633,7 @@ extension MarketplaceAgreementClientTypes { public init( id: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.id = id self.type = type } @@ -677,8 +652,7 @@ extension MarketplaceAgreementClientTypes { public init( offerId: Swift.String? = nil, resources: [MarketplaceAgreementClientTypes.Resource]? = nil - ) - { + ) { self.offerId = offerId self.resources = resources } @@ -694,8 +668,7 @@ extension MarketplaceAgreementClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -734,8 +707,7 @@ extension MarketplaceAgreementClientTypes { proposer: MarketplaceAgreementClientTypes.Proposer? = nil, startTime: Foundation.Date? = nil, status: MarketplaceAgreementClientTypes.AgreementStatus? = nil - ) - { + ) { self.acceptanceTime = acceptanceTime self.acceptor = acceptor self.agreementId = agreementId @@ -770,8 +742,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -830,8 +801,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu requestId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: MarketplaceAgreementClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceId = resourceId @@ -860,8 +830,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -881,8 +850,7 @@ extension MarketplaceAgreementClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -972,8 +940,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, reason: MarketplaceAgreementClientTypes.ValidationExceptionReason? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -988,8 +955,7 @@ public struct DescribeAgreementInput: Swift.Sendable { public init( agreementId: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId } } @@ -1006,8 +972,7 @@ extension MarketplaceAgreementClientTypes { public init( agreementValue: Swift.String? = nil, currencyCode: Swift.String? = nil - ) - { + ) { self.agreementValue = agreementValue self.currencyCode = currencyCode } @@ -1065,8 +1030,7 @@ public struct DescribeAgreementOutput: Swift.Sendable { proposer: MarketplaceAgreementClientTypes.Proposer? = nil, startTime: Foundation.Date? = nil, status: MarketplaceAgreementClientTypes.AgreementStatus? = nil - ) - { + ) { self.acceptanceTime = acceptanceTime self.acceptor = acceptor self.agreementId = agreementId @@ -1093,8 +1057,7 @@ public struct GetAgreementTermsInput: Swift.Sendable { agreementId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId self.maxResults = maxResults self.nextToken = nextToken @@ -1110,8 +1073,7 @@ public struct GetAgreementTermsOutput: Swift.Sendable { public init( acceptedTerms: [MarketplaceAgreementClientTypes.AcceptedTerm]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acceptedTerms = acceptedTerms self.nextToken = nextToken } @@ -1129,8 +1091,7 @@ extension MarketplaceAgreementClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1178,8 +1139,7 @@ extension MarketplaceAgreementClientTypes { public init( sortBy: Swift.String? = nil, sortOrder: MarketplaceAgreementClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -1222,8 +1182,7 @@ public struct SearchAgreementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: MarketplaceAgreementClientTypes.Sort? = nil - ) - { + ) { self.catalog = catalog self.filters = filters self.maxResults = maxResults @@ -1241,8 +1200,7 @@ public struct SearchAgreementsOutput: Swift.Sendable { public init( agreementViewSummaries: [MarketplaceAgreementClientTypes.AgreementViewSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agreementViewSummaries = agreementViewSummaries self.nextToken = nextToken } diff --git a/Sources/Services/AWSMarketplaceCatalog/Package.swift.txt b/Sources/Services/AWSMarketplaceCatalog/Package.swift.txt index 65a2f71cd4a..56bf3195e23 100644 --- a/Sources/Services/AWSMarketplaceCatalog/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceCatalog/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/MarketplaceCatalogClient.swift b/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/MarketplaceCatalogClient.swift index e434e431df3..ddba4b3ffd7 100644 --- a/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/MarketplaceCatalogClient.swift +++ b/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/MarketplaceCatalogClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceCatalogClient: ClientRuntime.Client { public static let clientName = "MarketplaceCatalogClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceCatalogClient.MarketplaceCatalogClientConfiguration let serviceName = "Marketplace Catalog" diff --git a/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/Models.swift b/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/Models.swift index e12c55a73a5..819cdb426ed 100644 --- a/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/Models.swift +++ b/Sources/Services/AWSMarketplaceCatalog/Sources/AWSMarketplaceCatalog/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -61,8 +60,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -80,8 +78,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -97,8 +94,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.AmiProductLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -116,8 +112,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -168,8 +163,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.AmiProductVisibilityString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -193,8 +187,7 @@ extension MarketplaceCatalogClientTypes { lastModifiedDate: MarketplaceCatalogClientTypes.AmiProductLastModifiedDateFilter? = nil, productTitle: MarketplaceCatalogClientTypes.AmiProductTitleFilter? = nil, visibility: MarketplaceCatalogClientTypes.AmiProductVisibilityFilter? = nil - ) - { + ) { self.entityId = entityId self.lastModifiedDate = lastModifiedDate self.productTitle = productTitle @@ -279,8 +272,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.AmiProductSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -299,8 +291,7 @@ extension MarketplaceCatalogClientTypes { public init( productTitle: Swift.String? = nil, visibility: MarketplaceCatalogClientTypes.AmiProductVisibilityString? = nil - ) - { + ) { self.productTitle = productTitle self.visibility = visibility } @@ -325,8 +316,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -349,8 +339,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -373,8 +362,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -393,8 +381,7 @@ extension MarketplaceCatalogClientTypes { public init( catalog: Swift.String? = nil, entityId: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.entityId = entityId } @@ -408,8 +395,7 @@ public struct BatchDescribeEntitiesInput: Swift.Sendable { public init( entityRequestList: [MarketplaceCatalogClientTypes.EntityRequest]? = nil - ) - { + ) { self.entityRequestList = entityRequestList } } @@ -435,8 +421,7 @@ extension MarketplaceCatalogClientTypes { entityIdentifier: Swift.String? = nil, entityType: Swift.String? = nil, lastModifiedDate: Swift.String? = nil - ) - { + ) { self.detailsDocument = detailsDocument self.entityArn = entityArn self.entityIdentifier = entityIdentifier @@ -458,8 +443,7 @@ extension MarketplaceCatalogClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -475,8 +459,7 @@ public struct BatchDescribeEntitiesOutput: Swift.Sendable { public init( entityDetails: [Swift.String: MarketplaceCatalogClientTypes.EntityDetail]? = nil, errors: [Swift.String: MarketplaceCatalogClientTypes.BatchDescribeErrorDetail]? = nil - ) - { + ) { self.entityDetails = entityDetails self.errors = errors } @@ -500,8 +483,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -524,8 +506,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -541,8 +522,7 @@ public struct CancelChangeSetInput: Swift.Sendable { public init( catalog: Swift.String? = nil, changeSetId: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.changeSetId = changeSetId } @@ -557,8 +537,7 @@ public struct CancelChangeSetOutput: Swift.Sendable { public init( changeSetArn: Swift.String? = nil, changeSetId: Swift.String? = nil - ) - { + ) { self.changeSetArn = changeSetArn self.changeSetId = changeSetId } @@ -571,8 +550,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -593,8 +571,7 @@ public struct DescribeChangeSetInput: Swift.Sendable { public init( catalog: Swift.String? = nil, changeSetId: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.changeSetId = changeSetId } @@ -613,8 +590,7 @@ extension MarketplaceCatalogClientTypes { public init( identifier: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.identifier = identifier self.type = type } @@ -633,8 +609,7 @@ extension MarketplaceCatalogClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -665,8 +640,7 @@ extension MarketplaceCatalogClientTypes { detailsDocument: Smithy.Document? = nil, entity: MarketplaceCatalogClientTypes.Entity? = nil, errorDetailList: [MarketplaceCatalogClientTypes.ErrorDetail]? = nil - ) - { + ) { self.changeName = changeName self.changeType = changeType self.details = details @@ -806,8 +780,7 @@ public struct DescribeChangeSetOutput: Swift.Sendable { intent: MarketplaceCatalogClientTypes.Intent? = nil, startTime: Swift.String? = nil, status: MarketplaceCatalogClientTypes.ChangeStatus? = nil - ) - { + ) { self.changeSet = changeSet self.changeSetArn = changeSetArn self.changeSetId = changeSetId @@ -839,8 +812,7 @@ public struct ResourceNotSupportedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -856,8 +828,7 @@ public struct DescribeEntityInput: Swift.Sendable { public init( catalog: Swift.String? = nil, entityId: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.entityId = entityId } @@ -884,8 +855,7 @@ public struct DescribeEntityOutput: Swift.Sendable { entityIdentifier: Swift.String? = nil, entityType: Swift.String? = nil, lastModifiedDate: Swift.String? = nil - ) - { + ) { self.details = details self.detailsDocument = detailsDocument self.entityArn = entityArn @@ -902,8 +872,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -914,8 +883,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -946,8 +914,7 @@ extension MarketplaceCatalogClientTypes { public init( name: Swift.String? = nil, valueList: [Swift.String]? = nil - ) - { + ) { self.name = name self.valueList = valueList } @@ -966,8 +933,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: Swift.String? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -993,8 +959,7 @@ public struct ListChangeSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: MarketplaceCatalogClientTypes.Sort? = nil - ) - { + ) { self.catalog = catalog self.filterList = filterList self.maxResults = maxResults @@ -1033,8 +998,7 @@ extension MarketplaceCatalogClientTypes { failureCode: MarketplaceCatalogClientTypes.FailureCode? = nil, startTime: Swift.String? = nil, status: MarketplaceCatalogClientTypes.ChangeStatus? = nil - ) - { + ) { self.changeSetArn = changeSetArn self.changeSetId = changeSetId self.changeSetName = changeSetName @@ -1056,8 +1020,7 @@ public struct ListChangeSetsOutput: Swift.Sendable { public init( changeSetSummaryList: [MarketplaceCatalogClientTypes.ChangeSetSummaryListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.changeSetSummaryList = changeSetSummaryList self.nextToken = nextToken } @@ -1072,8 +1035,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1091,8 +1053,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1108,8 +1069,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.ContainerProductLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1127,8 +1087,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1179,8 +1138,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.ContainerProductVisibilityString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1204,8 +1162,7 @@ extension MarketplaceCatalogClientTypes { lastModifiedDate: MarketplaceCatalogClientTypes.ContainerProductLastModifiedDateFilter? = nil, productTitle: MarketplaceCatalogClientTypes.ContainerProductTitleFilter? = nil, visibility: MarketplaceCatalogClientTypes.ContainerProductVisibilityFilter? = nil - ) - { + ) { self.entityId = entityId self.lastModifiedDate = lastModifiedDate self.productTitle = productTitle @@ -1223,8 +1180,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1242,8 +1198,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1259,8 +1214,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.DataProductLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1278,8 +1232,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1333,8 +1286,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.DataProductVisibilityString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1358,8 +1310,7 @@ extension MarketplaceCatalogClientTypes { lastModifiedDate: MarketplaceCatalogClientTypes.DataProductLastModifiedDateFilter? = nil, productTitle: MarketplaceCatalogClientTypes.DataProductTitleFilter? = nil, visibility: MarketplaceCatalogClientTypes.DataProductVisibilityFilter? = nil - ) - { + ) { self.entityId = entityId self.lastModifiedDate = lastModifiedDate self.productTitle = productTitle @@ -1380,8 +1331,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1397,8 +1347,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.OfferAvailabilityEndDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1413,8 +1362,7 @@ extension MarketplaceCatalogClientTypes { public init( wildCardValue: Swift.String? = nil - ) - { + ) { self.wildCardValue = wildCardValue } } @@ -1429,8 +1377,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1448,8 +1395,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1465,8 +1411,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.OfferLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1484,8 +1429,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1501,8 +1445,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1520,8 +1463,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1537,8 +1479,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.OfferReleaseDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1553,8 +1494,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1598,8 +1538,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.OfferStateString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1649,8 +1588,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.OfferTargetingString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1692,8 +1630,7 @@ extension MarketplaceCatalogClientTypes { resaleAuthorizationId: MarketplaceCatalogClientTypes.OfferResaleAuthorizationIdFilter? = nil, state: MarketplaceCatalogClientTypes.OfferStateFilter? = nil, targeting: MarketplaceCatalogClientTypes.OfferTargetingFilter? = nil - ) - { + ) { self.availabilityEndDate = availabilityEndDate self.buyerAccounts = buyerAccounts self.entityId = entityId @@ -1720,8 +1657,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1740,8 +1676,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.ResaleAuthorizationAvailabilityEndDateFilterDateRange? = nil, valueList: [Swift.String]? = nil - ) - { + ) { self.dateRange = dateRange self.valueList = valueList } @@ -1760,8 +1695,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1780,8 +1714,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.ResaleAuthorizationCreatedDateFilterDateRange? = nil, valueList: [Swift.String]? = nil - ) - { + ) { self.dateRange = dateRange self.valueList = valueList } @@ -1797,8 +1730,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1816,8 +1748,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -1833,8 +1764,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.ResaleAuthorizationLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -1852,8 +1782,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1872,8 +1801,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1892,8 +1820,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1909,8 +1836,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -1928,8 +1854,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1948,8 +1873,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1968,8 +1892,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -1988,8 +1911,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -2037,8 +1959,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.ResaleAuthorizationStatusString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -2089,8 +2010,7 @@ extension MarketplaceCatalogClientTypes { resellerAccountID: MarketplaceCatalogClientTypes.ResaleAuthorizationResellerAccountIDFilter? = nil, resellerLegalName: MarketplaceCatalogClientTypes.ResaleAuthorizationResellerLegalNameFilter? = nil, status: MarketplaceCatalogClientTypes.ResaleAuthorizationStatusFilter? = nil - ) - { + ) { self.availabilityEndDate = availabilityEndDate self.createdDate = createdDate self.entityId = entityId @@ -2117,8 +2037,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -2136,8 +2055,7 @@ extension MarketplaceCatalogClientTypes { public init( afterValue: Swift.String? = nil, beforeValue: Swift.String? = nil - ) - { + ) { self.afterValue = afterValue self.beforeValue = beforeValue } @@ -2153,8 +2071,7 @@ extension MarketplaceCatalogClientTypes { public init( dateRange: MarketplaceCatalogClientTypes.SaaSProductLastModifiedDateFilterDateRange? = nil - ) - { + ) { self.dateRange = dateRange } } @@ -2172,8 +2089,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [Swift.String]? = nil, wildCardValue: Swift.String? = nil - ) - { + ) { self.valueList = valueList self.wildCardValue = wildCardValue } @@ -2224,8 +2140,7 @@ extension MarketplaceCatalogClientTypes { public init( valueList: [MarketplaceCatalogClientTypes.SaaSProductVisibilityString]? = nil - ) - { + ) { self.valueList = valueList } } @@ -2249,8 +2164,7 @@ extension MarketplaceCatalogClientTypes { lastModifiedDate: MarketplaceCatalogClientTypes.SaaSProductLastModifiedDateFilter? = nil, productTitle: MarketplaceCatalogClientTypes.SaaSProductTitleFilter? = nil, visibility: MarketplaceCatalogClientTypes.SaaSProductVisibilityFilter? = nil - ) - { + ) { self.entityId = entityId self.lastModifiedDate = lastModifiedDate self.productTitle = productTitle @@ -2326,8 +2240,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.ContainerProductSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -2381,8 +2294,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.DataProductSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -2454,8 +2366,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.OfferSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -2536,8 +2447,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.ResaleAuthorizationSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -2591,8 +2501,7 @@ extension MarketplaceCatalogClientTypes { public init( sortBy: MarketplaceCatalogClientTypes.SaaSProductSortBy? = nil, sortOrder: MarketplaceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -2680,8 +2589,7 @@ public struct ListEntitiesInput: Swift.Sendable { nextToken: Swift.String? = nil, ownershipType: MarketplaceCatalogClientTypes.OwnershipType? = nil, sort: MarketplaceCatalogClientTypes.Sort? = nil - ) - { + ) { self.catalog = catalog self.entityType = entityType self.entityTypeFilters = entityTypeFilters @@ -2706,8 +2614,7 @@ extension MarketplaceCatalogClientTypes { public init( productTitle: Swift.String? = nil, visibility: MarketplaceCatalogClientTypes.ContainerProductVisibilityString? = nil - ) - { + ) { self.productTitle = productTitle self.visibility = visibility } @@ -2726,8 +2633,7 @@ extension MarketplaceCatalogClientTypes { public init( productTitle: Swift.String? = nil, visibility: MarketplaceCatalogClientTypes.DataProductVisibilityString? = nil - ) - { + ) { self.productTitle = productTitle self.visibility = visibility } @@ -2764,8 +2670,7 @@ extension MarketplaceCatalogClientTypes { resaleAuthorizationId: Swift.String? = nil, state: MarketplaceCatalogClientTypes.OfferStateString? = nil, targeting: [MarketplaceCatalogClientTypes.OfferTargetingString]? = nil - ) - { + ) { self.availabilityEndDate = availabilityEndDate self.buyerAccounts = buyerAccounts self.name = name @@ -2817,8 +2722,7 @@ extension MarketplaceCatalogClientTypes { resellerAccountID: Swift.String? = nil, resellerLegalName: Swift.String? = nil, status: MarketplaceCatalogClientTypes.ResaleAuthorizationStatusString? = nil - ) - { + ) { self.availabilityEndDate = availabilityEndDate self.createdDate = createdDate self.manufacturerAccountId = manufacturerAccountId @@ -2846,8 +2750,7 @@ extension MarketplaceCatalogClientTypes { public init( productTitle: Swift.String? = nil, visibility: MarketplaceCatalogClientTypes.SaaSProductVisibilityString? = nil - ) - { + ) { self.productTitle = productTitle self.visibility = visibility } @@ -2896,8 +2799,7 @@ extension MarketplaceCatalogClientTypes { resaleAuthorizationSummary: MarketplaceCatalogClientTypes.ResaleAuthorizationSummary? = nil, saaSProductSummary: MarketplaceCatalogClientTypes.SaaSProductSummary? = nil, visibility: Swift.String? = nil - ) - { + ) { self.amiProductSummary = amiProductSummary self.containerProductSummary = containerProductSummary self.dataProductSummary = dataProductSummary @@ -2923,8 +2825,7 @@ public struct ListEntitiesOutput: Swift.Sendable { public init( entitySummaryList: [MarketplaceCatalogClientTypes.EntitySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitySummaryList = entitySummaryList self.nextToken = nextToken } @@ -2937,8 +2838,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2957,8 +2857,7 @@ extension MarketplaceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2974,8 +2873,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [MarketplaceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2992,8 +2890,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -3022,8 +2919,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3054,8 +2950,7 @@ extension MarketplaceCatalogClientTypes { detailsDocument: Smithy.Document? = nil, entity: MarketplaceCatalogClientTypes.Entity? = nil, entityTags: [MarketplaceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.changeName = changeName self.changeType = changeType self.details = details @@ -3089,8 +2984,7 @@ public struct StartChangeSetInput: Swift.Sendable { changeSetTags: [MarketplaceCatalogClientTypes.Tag]? = nil, clientRequestToken: Swift.String? = nil, intent: MarketplaceCatalogClientTypes.Intent? = nil - ) - { + ) { self.catalog = catalog self.changeSet = changeSet self.changeSetName = changeSetName @@ -3109,8 +3003,7 @@ public struct StartChangeSetOutput: Swift.Sendable { public init( changeSetArn: Swift.String? = nil, changeSetId: Swift.String? = nil - ) - { + ) { self.changeSetArn = changeSetArn self.changeSetId = changeSetId } @@ -3127,8 +3020,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [MarketplaceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3150,8 +3042,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSMarketplaceCommerceAnalytics/Package.swift.txt b/Sources/Services/AWSMarketplaceCommerceAnalytics/Package.swift.txt index 53a7c66a18c..b343d591da9 100644 --- a/Sources/Services/AWSMarketplaceCommerceAnalytics/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceCommerceAnalytics/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.swift b/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.swift index 36cf50f87cb..bed6e5a9adf 100644 --- a/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.swift +++ b/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceCommerceAnalyticsClient: ClientRuntime.Client { public static let clientName = "MarketplaceCommerceAnalyticsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceCommerceAnalyticsClient.MarketplaceCommerceAnalyticsClientConfiguration let serviceName = "Marketplace Commerce Analytics" diff --git a/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/Models.swift b/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/Models.swift index 37b84b217e7..ced67254fc8 100644 --- a/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/Models.swift +++ b/Sources/Services/AWSMarketplaceCommerceAnalytics/Sources/AWSMarketplaceCommerceAnalytics/Models.swift @@ -140,8 +140,7 @@ public struct MarketplaceCommerceAnalyticsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -226,8 +225,7 @@ public struct GenerateDataSetInput: Swift.Sendable { destinationS3Prefix: Swift.String? = nil, roleNameArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.customerDefinedValues = customerDefinedValues self.dataSetPublicationDate = dataSetPublicationDate self.dataSetType = dataSetType @@ -245,8 +243,7 @@ public struct GenerateDataSetOutput: Swift.Sendable { public init( dataSetRequestId: Swift.String? = nil - ) - { + ) { self.dataSetRequestId = dataSetRequestId } } @@ -315,8 +312,7 @@ public struct StartSupportDataExportInput: Swift.Sendable { fromDate: Foundation.Date? = nil, roleNameArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.customerDefinedValues = customerDefinedValues self.dataSetType = dataSetType self.destinationS3BucketName = destinationS3BucketName @@ -335,8 +331,7 @@ public struct StartSupportDataExportOutput: Swift.Sendable { public init( dataSetRequestId: Swift.String? = nil - ) - { + ) { self.dataSetRequestId = dataSetRequestId } } diff --git a/Sources/Services/AWSMarketplaceDeployment/Package.swift.txt b/Sources/Services/AWSMarketplaceDeployment/Package.swift.txt index e6180474950..29afcf2b12d 100644 --- a/Sources/Services/AWSMarketplaceDeployment/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceDeployment/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/MarketplaceDeploymentClient.swift b/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/MarketplaceDeploymentClient.swift index 57e479a3757..a90fbd40b25 100644 --- a/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/MarketplaceDeploymentClient.swift +++ b/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/MarketplaceDeploymentClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceDeploymentClient: ClientRuntime.Client { public static let clientName = "MarketplaceDeploymentClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceDeploymentClient.MarketplaceDeploymentClientConfiguration let serviceName = "Marketplace Deployment" diff --git a/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/Models.swift b/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/Models.swift index 6dd0ab6c902..8aa48f13d03 100644 --- a/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/Models.swift +++ b/Sources/Services/AWSMarketplaceDeployment/Sources/AWSMarketplaceDeployment/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -74,8 +73,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -100,8 +98,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -125,8 +122,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +146,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +170,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -204,8 +198,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldName = fieldName self.properties.message = message } @@ -225,8 +218,7 @@ extension MarketplaceDeploymentClientTypes { public init( name: Swift.String? = nil, secretString: Swift.String? = nil - ) - { + ) { self.name = name self.secretString = secretString } @@ -266,8 +258,7 @@ public struct PutDeploymentParameterInput: Swift.Sendable { expirationDate: Foundation.Date? = nil, productId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agreementId = agreementId self.catalog = catalog self.clientToken = clientToken @@ -296,8 +287,7 @@ public struct PutDeploymentParameterOutput: Swift.Sendable { deploymentParameterId: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agreementId = agreementId self.deploymentParameterId = deploymentParameterId self.resourceArn = resourceArn @@ -312,8 +302,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -324,8 +313,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -340,8 +328,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -363,8 +350,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSMarketplaceEntitlementService/Package.swift.txt b/Sources/Services/AWSMarketplaceEntitlementService/Package.swift.txt index 33adb83e8af..05c58f17ad0 100644 --- a/Sources/Services/AWSMarketplaceEntitlementService/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceEntitlementService/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/MarketplaceEntitlementClient.swift b/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/MarketplaceEntitlementClient.swift index 1a9f0f5517c..5dc7c2e339a 100644 --- a/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/MarketplaceEntitlementClient.swift +++ b/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/MarketplaceEntitlementClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceEntitlementClient: ClientRuntime.Client { public static let clientName = "MarketplaceEntitlementClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceEntitlementClient.MarketplaceEntitlementClientConfiguration let serviceName = "Marketplace Entitlement" diff --git a/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/Models.swift b/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/Models.swift index 1b6274f1442..05d5949a4ad 100644 --- a/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/Models.swift +++ b/Sources/Services/AWSMarketplaceEntitlementService/Sources/AWSMarketplaceEntitlementService/Models.swift @@ -43,8 +43,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +140,7 @@ public struct GetEntitlementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, productCode: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -170,8 +166,7 @@ extension MarketplaceEntitlementClientTypes { doubleValue: Swift.Double? = nil, integerValue: Swift.Int? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.booleanValue = booleanValue self.doubleValue = doubleValue self.integerValue = integerValue @@ -201,8 +196,7 @@ extension MarketplaceEntitlementClientTypes { expirationDate: Foundation.Date? = nil, productCode: Swift.String? = nil, value: MarketplaceEntitlementClientTypes.EntitlementValue? = nil - ) - { + ) { self.customerIdentifier = customerIdentifier self.dimension = dimension self.expirationDate = expirationDate @@ -222,8 +216,7 @@ public struct GetEntitlementsOutput: Swift.Sendable { public init( entitlements: [MarketplaceEntitlementClientTypes.Entitlement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitlements = entitlements self.nextToken = nextToken } diff --git a/Sources/Services/AWSMarketplaceMetering/Package.swift.txt b/Sources/Services/AWSMarketplaceMetering/Package.swift.txt index 04beef9570e..00f0af7f32a 100644 --- a/Sources/Services/AWSMarketplaceMetering/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceMetering/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/MarketplaceMeteringClient.swift b/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/MarketplaceMeteringClient.swift index 05ff8f7cd7e..b1a6b64f832 100644 --- a/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/MarketplaceMeteringClient.swift +++ b/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/MarketplaceMeteringClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceMeteringClient: ClientRuntime.Client { public static let clientName = "MarketplaceMeteringClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceMeteringClient.MarketplaceMeteringClientConfiguration let serviceName = "Marketplace Metering" diff --git a/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/Models.swift b/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/Models.swift index 48de64e6795..dbece1ec41f 100644 --- a/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/Models.swift +++ b/Sources/Services/AWSMarketplaceMetering/Sources/AWSMarketplaceMetering/Models.swift @@ -42,8 +42,7 @@ public struct DisabledApiException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -66,8 +65,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -90,8 +88,7 @@ public struct InvalidCustomerIdentifierException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -114,8 +111,7 @@ public struct InvalidProductCodeException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -138,8 +134,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -162,8 +157,7 @@ public struct InvalidUsageAllocationsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -186,8 +180,7 @@ public struct InvalidUsageDimensionException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -210,8 +203,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -234,8 +226,7 @@ public struct TimestampOutOfBoundsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -254,8 +245,7 @@ extension MarketplaceMeteringClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -275,8 +265,7 @@ extension MarketplaceMeteringClientTypes { public init( allocatedUsageQuantity: Swift.Int? = nil, tags: [MarketplaceMeteringClientTypes.Tag]? = nil - ) - { + ) { self.allocatedUsageQuantity = allocatedUsageQuantity self.tags = tags } @@ -307,8 +296,7 @@ extension MarketplaceMeteringClientTypes { quantity: Swift.Int? = nil, timestamp: Foundation.Date? = nil, usageAllocations: [MarketplaceMeteringClientTypes.UsageAllocation]? = nil - ) - { + ) { self.customerIdentifier = customerIdentifier self.dimension = dimension self.quantity = quantity @@ -330,8 +318,7 @@ public struct BatchMeterUsageInput: Swift.Sendable { public init( productCode: Swift.String? = nil, usageRecords: [MarketplaceMeteringClientTypes.UsageRecord]? = nil - ) - { + ) { self.productCode = productCode self.usageRecords = usageRecords } @@ -399,8 +386,7 @@ extension MarketplaceMeteringClientTypes { meteringRecordId: Swift.String? = nil, status: MarketplaceMeteringClientTypes.UsageRecordResultStatus? = nil, usageRecord: MarketplaceMeteringClientTypes.UsageRecord? = nil - ) - { + ) { self.meteringRecordId = meteringRecordId self.status = status self.usageRecord = usageRecord @@ -418,8 +404,7 @@ public struct BatchMeterUsageOutput: Swift.Sendable { public init( results: [MarketplaceMeteringClientTypes.UsageRecordResult]? = nil, unprocessedRecords: [MarketplaceMeteringClientTypes.UsageRecord]? = nil - ) - { + ) { self.results = results self.unprocessedRecords = unprocessedRecords } @@ -443,8 +428,7 @@ public struct CustomerNotEntitledException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -467,8 +451,7 @@ public struct DuplicateRequestException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -491,8 +474,7 @@ public struct InvalidEndpointRegionException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -521,8 +503,7 @@ public struct MeterUsageInput: Swift.Sendable { usageAllocations: [MarketplaceMeteringClientTypes.UsageAllocation]? = nil, usageDimension: Swift.String? = nil, usageQuantity: Swift.Int? = nil - ) - { + ) { self.dryRun = dryRun self.productCode = productCode self.timestamp = timestamp @@ -538,8 +519,7 @@ public struct MeterUsageOutput: Swift.Sendable { public init( meteringRecordId: Swift.String? = nil - ) - { + ) { self.meteringRecordId = meteringRecordId } } @@ -562,8 +542,7 @@ public struct InvalidPublicKeyVersionException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -586,8 +565,7 @@ public struct InvalidRegionException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -610,8 +588,7 @@ public struct PlatformNotSupportedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -630,8 +607,7 @@ public struct RegisterUsageInput: Swift.Sendable { nonce: Swift.String? = nil, productCode: Swift.String? = nil, publicKeyVersion: Swift.Int? = nil - ) - { + ) { self.nonce = nonce self.productCode = productCode self.publicKeyVersion = publicKeyVersion @@ -647,8 +623,7 @@ public struct RegisterUsageOutput: Swift.Sendable { public init( publicKeyRotationTimestamp: Foundation.Date? = nil, signature: Swift.String? = nil - ) - { + ) { self.publicKeyRotationTimestamp = publicKeyRotationTimestamp self.signature = signature } @@ -672,8 +647,7 @@ public struct ExpiredTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -696,8 +670,7 @@ public struct InvalidTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -710,8 +683,7 @@ public struct ResolveCustomerInput: Swift.Sendable { public init( registrationToken: Swift.String? = nil - ) - { + ) { self.registrationToken = registrationToken } } @@ -729,8 +701,7 @@ public struct ResolveCustomerOutput: Swift.Sendable { customerAWSAccountId: Swift.String? = nil, customerIdentifier: Swift.String? = nil, productCode: Swift.String? = nil - ) - { + ) { self.customerAWSAccountId = customerAWSAccountId self.customerIdentifier = customerIdentifier self.productCode = productCode diff --git a/Sources/Services/AWSMarketplaceReporting/Package.swift.txt b/Sources/Services/AWSMarketplaceReporting/Package.swift.txt index 3ccb3f3c06c..47261cdef37 100644 --- a/Sources/Services/AWSMarketplaceReporting/Package.swift.txt +++ b/Sources/Services/AWSMarketplaceReporting/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,11 +49,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/MarketplaceReportingClient.swift b/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/MarketplaceReportingClient.swift index 93edd0b7420..07c0fbdf789 100644 --- a/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/MarketplaceReportingClient.swift +++ b/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/MarketplaceReportingClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MarketplaceReportingClient: ClientRuntime.Client { public static let clientName = "MarketplaceReportingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MarketplaceReportingClient.MarketplaceReportingClientConfiguration let serviceName = "Marketplace Reporting" diff --git a/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/Models.swift b/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/Models.swift index cb6f3c29b93..6319997d122 100644 --- a/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/Models.swift +++ b/Sources/Services/AWSMarketplaceReporting/Sources/AWSMarketplaceReporting/Models.swift @@ -40,8 +40,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -64,8 +63,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +86,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -129,8 +125,7 @@ public struct GetBuyerDashboardInput: Swift.Sendable { public init( dashboardIdentifier: Swift.String? = nil, embeddingDomains: [Swift.String]? = nil - ) - { + ) { self.dashboardIdentifier = dashboardIdentifier self.embeddingDomains = embeddingDomains } @@ -151,8 +146,7 @@ public struct GetBuyerDashboardOutput: Swift.Sendable { dashboardIdentifier: Swift.String? = nil, embedUrl: Swift.String? = nil, embeddingDomains: [Swift.String]? = nil - ) - { + ) { self.dashboardIdentifier = dashboardIdentifier self.embedUrl = embedUrl self.embeddingDomains = embeddingDomains diff --git a/Sources/Services/AWSMediaConnect/Package.swift.txt b/Sources/Services/AWSMediaConnect/Package.swift.txt index d1b99b49ed4..6b7187ab740 100644 --- a/Sources/Services/AWSMediaConnect/Package.swift.txt +++ b/Sources/Services/AWSMediaConnect/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,15 +69,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", + package: "smithy-swift" + ), + .product( + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/MediaConnectClient.swift b/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/MediaConnectClient.swift index f4e9a548996..00eb0b1a650 100644 --- a/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/MediaConnectClient.swift +++ b/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/MediaConnectClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaConnectClient: ClientRuntime.Client { public static let clientName = "MediaConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaConnectClient.MediaConnectClientConfiguration let serviceName = "MediaConnect" diff --git a/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/Models.swift b/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/Models.swift index bc36ebab7a9..8f2f3e2f77b 100644 --- a/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/Models.swift +++ b/Sources/Services/AWSMediaConnect/Sources/AWSMediaConnect/Models.swift @@ -124,8 +124,7 @@ extension MediaConnectClientTypes { port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.ipAddress = ipAddress self.name = name self.networkName = networkName @@ -145,8 +144,7 @@ extension MediaConnectClientTypes { public init( networkOutput: MediaConnectClientTypes.AddBridgeNetworkOutputRequest? = nil - ) - { + ) { self.networkOutput = networkOutput } } @@ -161,8 +159,7 @@ extension MediaConnectClientTypes { public init( vpcInterfaceName: Swift.String? = nil - ) - { + ) { self.vpcInterfaceName = vpcInterfaceName } } @@ -185,8 +182,7 @@ extension MediaConnectClientTypes { flowArn: Swift.String? = nil, flowVpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil, name: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.flowVpcInterfaceAttachment = flowVpcInterfaceAttachment self.name = name @@ -203,8 +199,7 @@ extension MediaConnectClientTypes { public init( multicastSourceIp: Swift.String? = nil - ) - { + ) { self.multicastSourceIp = multicastSourceIp } } @@ -239,8 +234,7 @@ extension MediaConnectClientTypes { networkName: Swift.String? = nil, port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil - ) - { + ) { self.multicastIp = multicastIp self.multicastSourceSettings = multicastSourceSettings self.name = name @@ -263,8 +257,7 @@ extension MediaConnectClientTypes { public init( flowSource: MediaConnectClientTypes.AddBridgeFlowSourceRequest? = nil, networkSource: MediaConnectClientTypes.AddBridgeNetworkSourceRequest? = nil - ) - { + ) { self.flowSource = flowSource self.networkSource = networkSource } @@ -456,8 +449,7 @@ extension MediaConnectClientTypes { range: MediaConnectClientTypes.Range? = nil, scanMode: MediaConnectClientTypes.ScanMode? = nil, tcs: MediaConnectClientTypes.Tcs? = nil - ) - { + ) { self.channelOrder = channelOrder self.colorimetry = colorimetry self.exactFramerate = exactFramerate @@ -481,8 +473,7 @@ extension MediaConnectClientTypes { public init( fmtp: MediaConnectClientTypes.FmtpRequest? = nil, lang: Swift.String? = nil - ) - { + ) { self.fmtp = fmtp self.lang = lang } @@ -551,8 +542,7 @@ extension MediaConnectClientTypes { mediaStreamName: Swift.String? = nil, mediaStreamType: MediaConnectClientTypes.MediaStreamType? = nil, videoFormat: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.clockRate = clockRate self.description = description @@ -662,8 +652,7 @@ extension MediaConnectClientTypes { roleArn: Swift.String? = nil, secretArn: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.constantInitializationVector = constantInitializationVector self.deviceId = deviceId @@ -687,8 +676,7 @@ extension MediaConnectClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -712,8 +700,7 @@ extension MediaConnectClientTypes { destinationIp: Swift.String? = nil, destinationPort: Swift.Int? = nil, interface: MediaConnectClientTypes.InterfaceRequest? = nil - ) - { + ) { self.destinationIp = destinationIp self.destinationPort = destinationPort self.interface = interface @@ -799,8 +786,7 @@ extension MediaConnectClientTypes { public init( compressionFactor: Swift.Double? = nil, encoderProfile: MediaConnectClientTypes.EncoderProfile? = nil - ) - { + ) { self.compressionFactor = compressionFactor self.encoderProfile = encoderProfile } @@ -827,8 +813,7 @@ extension MediaConnectClientTypes { encodingName: MediaConnectClientTypes.EncodingName? = nil, encodingParameters: MediaConnectClientTypes.EncodingParametersRequest? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.destinationConfigurations = destinationConfigurations self.encodingName = encodingName self.encodingParameters = encodingParameters @@ -921,8 +906,7 @@ extension MediaConnectClientTypes { smoothingLatency: Swift.Int? = nil, streamId: Swift.String? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.cidrAllowList = cidrAllowList self.description = description self.destination = destination @@ -984,8 +968,7 @@ extension MediaConnectClientTypes { public init( state: MediaConnectClientTypes.State? = nil, thresholdSeconds: Swift.Int? = nil - ) - { + ) { self.state = state self.thresholdSeconds = thresholdSeconds } @@ -1001,8 +984,7 @@ extension MediaConnectClientTypes { public init( silentAudio: MediaConnectClientTypes.SilentAudio? = nil - ) - { + ) { self.silentAudio = silentAudio } } @@ -1026,8 +1008,7 @@ extension MediaConnectClientTypes { flowArn: Swift.String? = nil, flowSourceArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.flowSourceArn = flowSourceArn self.name = name @@ -1065,8 +1046,7 @@ extension MediaConnectClientTypes { port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.ipAddress = ipAddress self.name = name self.networkName = networkName @@ -1089,8 +1069,7 @@ extension MediaConnectClientTypes { public init( flowOutput: MediaConnectClientTypes.BridgeFlowOutput? = nil, networkOutput: MediaConnectClientTypes.BridgeNetworkOutput? = nil - ) - { + ) { self.flowOutput = flowOutput self.networkOutput = networkOutput } @@ -1117,8 +1096,7 @@ extension MediaConnectClientTypes { flowVpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil, name: Swift.String? = nil, outputArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.flowVpcInterfaceAttachment = flowVpcInterfaceAttachment self.name = name @@ -1156,8 +1134,7 @@ extension MediaConnectClientTypes { networkName: Swift.String? = nil, port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil - ) - { + ) { self.multicastIp = multicastIp self.multicastSourceSettings = multicastSourceSettings self.name = name @@ -1180,8 +1157,7 @@ extension MediaConnectClientTypes { public init( flowSource: MediaConnectClientTypes.BridgeFlowSource? = nil, networkSource: MediaConnectClientTypes.BridgeNetworkSource? = nil - ) - { + ) { self.flowSource = flowSource self.networkSource = networkSource } @@ -1198,8 +1174,7 @@ extension MediaConnectClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1227,8 +1202,7 @@ extension MediaConnectClientTypes { destinationPort: Swift.Int? = nil, interface: MediaConnectClientTypes.Interface? = nil, outboundIp: Swift.String? = nil - ) - { + ) { self.destinationIp = destinationIp self.destinationPort = destinationPort self.interface = interface @@ -1296,8 +1270,7 @@ extension MediaConnectClientTypes { entitlementStatus: MediaConnectClientTypes.EntitlementStatus? = nil, name: Swift.String? = nil, subscribers: [Swift.String]? = nil - ) - { + ) { self.dataTransferSubscriberFeePercent = dataTransferSubscriberFeePercent self.description = description self.encryption = encryption @@ -1323,8 +1296,7 @@ extension MediaConnectClientTypes { public init( cidrBlock: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.name = name } @@ -1356,8 +1328,7 @@ extension MediaConnectClientTypes { entitlementStatus: MediaConnectClientTypes.EntitlementStatus? = nil, name: Swift.String? = nil, subscribers: [Swift.String]? = nil - ) - { + ) { self.dataTransferSubscriberFeePercent = dataTransferSubscriberFeePercent self.description = description self.encryption = encryption @@ -1386,8 +1357,7 @@ extension MediaConnectClientTypes { inputIp: Swift.String? = nil, inputPort: Swift.Int? = nil, interface: MediaConnectClientTypes.Interface? = nil - ) - { + ) { self.inputIp = inputIp self.inputPort = inputPort self.interface = interface @@ -1409,8 +1379,7 @@ extension MediaConnectClientTypes { public init( inputPort: Swift.Int? = nil, interface: MediaConnectClientTypes.InterfaceRequest? = nil - ) - { + ) { self.inputPort = inputPort self.interface = interface } @@ -1501,8 +1470,7 @@ extension MediaConnectClientTypes { bridgeType: Swift.String? = nil, name: Swift.String? = nil, placementArn: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.bridgeState = bridgeState self.bridgeType = bridgeType @@ -1529,8 +1497,7 @@ extension MediaConnectClientTypes { dataTransferSubscriberFeePercent: Swift.Int? = nil, entitlementArn: Swift.String? = nil, entitlementName: Swift.String? = nil - ) - { + ) { self.dataTransferSubscriberFeePercent = dataTransferSubscriberFeePercent self.entitlementArn = entitlementArn self.entitlementName = entitlementName @@ -1600,8 +1567,7 @@ extension MediaConnectClientTypes { maintenanceDeadline: Swift.String? = nil, maintenanceScheduledDate: Swift.String? = nil, maintenanceStartHour: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceDeadline = maintenanceDeadline self.maintenanceScheduledDate = maintenanceScheduledDate @@ -1716,8 +1682,7 @@ extension MediaConnectClientTypes { name: Swift.String? = nil, sourceType: MediaConnectClientTypes.SourceType? = nil, status: MediaConnectClientTypes.Status? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.flowArn = flowArn @@ -1787,8 +1752,7 @@ extension MediaConnectClientTypes { gatewayArn: Swift.String? = nil, gatewayState: MediaConnectClientTypes.GatewayState? = nil, name: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayState = gatewayState self.name = name @@ -1858,8 +1822,7 @@ extension MediaConnectClientTypes { gatewayInstanceArn: Swift.String? = nil, instanceId: Swift.String? = nil, instanceState: MediaConnectClientTypes.InstanceState? = nil - ) - { + ) { self.gatewayArn = gatewayArn self.gatewayInstanceArn = gatewayInstanceArn self.instanceId = instanceId @@ -1895,8 +1858,7 @@ extension MediaConnectClientTypes { range: MediaConnectClientTypes.Range? = nil, scanMode: MediaConnectClientTypes.ScanMode? = nil, tcs: MediaConnectClientTypes.Tcs? = nil - ) - { + ) { self.channelOrder = channelOrder self.colorimetry = colorimetry self.exactFramerate = exactFramerate @@ -1921,8 +1883,7 @@ extension MediaConnectClientTypes { public init( fmtp: MediaConnectClientTypes.Fmtp? = nil, lang: Swift.String? = nil - ) - { + ) { self.fmtp = fmtp self.lang = lang } @@ -1963,8 +1924,7 @@ extension MediaConnectClientTypes { mediaStreamName: Swift.String? = nil, mediaStreamType: MediaConnectClientTypes.MediaStreamType? = nil, videoFormat: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.clockRate = clockRate self.description = description @@ -1991,8 +1951,7 @@ extension MediaConnectClientTypes { public init( compressionFactor: Swift.Double? = nil, encoderProfile: MediaConnectClientTypes.EncoderProfile? = nil - ) - { + ) { self.compressionFactor = compressionFactor self.encoderProfile = encoderProfile } @@ -2019,8 +1978,7 @@ extension MediaConnectClientTypes { encodingName: MediaConnectClientTypes.EncodingName? = nil, encodingParameters: MediaConnectClientTypes.EncodingParameters? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.destinationConfigurations = destinationConfigurations self.encodingName = encodingName self.encodingParameters = encodingParameters @@ -2046,8 +2004,7 @@ extension MediaConnectClientTypes { encodingName: MediaConnectClientTypes.EncodingName? = nil, inputConfigurations: [MediaConnectClientTypes.InputConfiguration]? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.encodingName = encodingName self.inputConfigurations = inputConfigurations self.mediaStreamName = mediaStreamName @@ -2072,8 +2029,7 @@ extension MediaConnectClientTypes { encodingName: MediaConnectClientTypes.EncodingName? = nil, inputConfigurations: [MediaConnectClientTypes.InputConfigurationRequest]? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.encodingName = encodingName self.inputConfigurations = inputConfigurations self.mediaStreamName = mediaStreamName @@ -2097,8 +2053,7 @@ extension MediaConnectClientTypes { code: Swift.String? = nil, message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.resourceName = resourceName @@ -2197,8 +2152,7 @@ extension MediaConnectClientTypes { public init( reservedBitrate: Swift.Int? = nil, resourceType: MediaConnectClientTypes.ResourceType? = nil - ) - { + ) { self.reservedBitrate = reservedBitrate self.resourceType = resourceType } @@ -2243,8 +2197,7 @@ extension MediaConnectClientTypes { pricePerUnit: Swift.String? = nil, priceUnits: MediaConnectClientTypes.PriceUnits? = nil, resourceSpecification: MediaConnectClientTypes.ResourceSpecification? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.durationUnits = durationUnits @@ -2303,8 +2256,7 @@ extension MediaConnectClientTypes { sourceListenerAddress: Swift.String? = nil, sourceListenerPort: Swift.Int? = nil, streamId: Swift.String? = nil - ) - { + ) { self.cidrAllowList = cidrAllowList self.maxBitrate = maxBitrate self.maxLatency = maxLatency @@ -2378,8 +2330,7 @@ extension MediaConnectClientTypes { port: Swift.Int? = nil, transport: MediaConnectClientTypes.Transport? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.bridgePorts = bridgePorts self.dataTransferSubscriberFeePercent = dataTransferSubscriberFeePercent @@ -2493,8 +2444,7 @@ extension MediaConnectClientTypes { reservationState: MediaConnectClientTypes.ReservationState? = nil, resourceSpecification: MediaConnectClientTypes.ResourceSpecification? = nil, start: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.durationUnits = durationUnits @@ -2525,8 +2475,7 @@ extension MediaConnectClientTypes { public init( bridgeArn: Swift.String? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.vpcInterfaceAttachment = vpcInterfaceAttachment } @@ -2596,8 +2545,7 @@ extension MediaConnectClientTypes { streamId: Swift.String? = nil, vpcInterfaceName: Swift.String? = nil, whitelistCidr: Swift.String? = nil - ) - { + ) { self.decryption = decryption self.description = description self.entitlementArn = entitlementArn @@ -2634,8 +2582,7 @@ extension MediaConnectClientTypes { public init( bridgeArn: Swift.String? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.vpcInterfaceAttachment = vpcInterfaceAttachment } @@ -2695,8 +2642,7 @@ extension MediaConnectClientTypes { transport: MediaConnectClientTypes.Transport? = nil, vpcInterfaceName: Swift.String? = nil, whitelistCidr: Swift.String? = nil - ) - { + ) { self.dataTransferSubscriberFeePercent = dataTransferSubscriberFeePercent self.decryption = decryption self.description = description @@ -2730,8 +2676,7 @@ extension MediaConnectClientTypes { public init( frameHeight: Swift.Int? = nil, frameWidth: Swift.Int? = nil - ) - { + ) { self.frameHeight = frameHeight self.frameWidth = frameWidth } @@ -2770,8 +2715,7 @@ extension MediaConnectClientTypes { sampleRate: Swift.Int? = nil, sampleSize: Swift.Int? = nil, streamType: Swift.String? = nil - ) - { + ) { self.channels = channels self.codec = codec self.frameRate = frameRate @@ -2809,8 +2753,7 @@ extension MediaConnectClientTypes { programNumber: Swift.Int? = nil, programPid: Swift.Int? = nil, streams: [MediaConnectClientTypes.TransportStream]? = nil - ) - { + ) { self.pcrPid = pcrPid self.programName = programName self.programNumber = programNumber @@ -2832,8 +2775,7 @@ extension MediaConnectClientTypes { public init( state: MediaConnectClientTypes.State? = nil, thresholdSeconds: Swift.Int? = nil - ) - { + ) { self.state = state self.thresholdSeconds = thresholdSeconds } @@ -2852,8 +2794,7 @@ extension MediaConnectClientTypes { public init( state: MediaConnectClientTypes.State? = nil, thresholdSeconds: Swift.Int? = nil - ) - { + ) { self.state = state self.thresholdSeconds = thresholdSeconds } @@ -2872,8 +2813,7 @@ extension MediaConnectClientTypes { public init( blackFrames: MediaConnectClientTypes.BlackFrames? = nil, frozenFrames: MediaConnectClientTypes.FrozenFrames? = nil - ) - { + ) { self.blackFrames = blackFrames self.frozenFrames = frozenFrames } @@ -2939,8 +2879,7 @@ extension MediaConnectClientTypes { roleArn: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.name = name self.networkInterfaceIds = networkInterfaceIds self.networkInterfaceType = networkInterfaceType @@ -2976,8 +2915,7 @@ extension MediaConnectClientTypes { roleArn: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.name = name self.networkInterfaceType = networkInterfaceType self.roleArn = roleArn @@ -3007,8 +2945,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3033,8 +2970,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3059,8 +2995,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3085,8 +3020,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3111,8 +3045,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3137,8 +3070,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3163,8 +3095,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3181,8 +3112,7 @@ public struct AddBridgeOutputsInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, outputs: [MediaConnectClientTypes.AddBridgeOutputRequest]? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.outputs = outputs } @@ -3197,8 +3127,7 @@ public struct AddBridgeOutputsOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, outputs: [MediaConnectClientTypes.BridgeOutput]? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.outputs = outputs } @@ -3216,8 +3145,7 @@ public struct AddBridgeSourcesInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, sources: [MediaConnectClientTypes.AddBridgeSourceRequest]? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.sources = sources } @@ -3232,8 +3160,7 @@ public struct AddBridgeSourcesOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, sources: [MediaConnectClientTypes.BridgeSource]? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.sources = sources } @@ -3248,8 +3175,7 @@ extension MediaConnectClientTypes { public init( maxBitrate: Swift.Int? = nil - ) - { + ) { self.maxBitrate = maxBitrate } } @@ -3267,8 +3193,7 @@ public struct AddFlowMediaStreamsInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, mediaStreams: [MediaConnectClientTypes.AddMediaStreamRequest]? = nil - ) - { + ) { self.flowArn = flowArn self.mediaStreams = mediaStreams } @@ -3283,8 +3208,7 @@ public struct AddFlowMediaStreamsOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, mediaStreams: [MediaConnectClientTypes.MediaStream]? = nil - ) - { + ) { self.flowArn = flowArn self.mediaStreams = mediaStreams } @@ -3310,8 +3234,7 @@ public struct AddFlowOutputs420Exception: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3328,8 +3251,7 @@ public struct AddFlowOutputsInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, outputs: [MediaConnectClientTypes.AddOutputRequest]? = nil - ) - { + ) { self.flowArn = flowArn self.outputs = outputs } @@ -3344,8 +3266,7 @@ public struct AddFlowOutputsOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, outputs: [MediaConnectClientTypes.Output]? = nil - ) - { + ) { self.flowArn = flowArn self.outputs = outputs } @@ -3363,8 +3284,7 @@ public struct AddFlowSourcesInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, sources: [MediaConnectClientTypes.SetSourceRequest]? = nil - ) - { + ) { self.flowArn = flowArn self.sources = sources } @@ -3379,8 +3299,7 @@ public struct AddFlowSourcesOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, sources: [MediaConnectClientTypes.Source]? = nil - ) - { + ) { self.flowArn = flowArn self.sources = sources } @@ -3398,8 +3317,7 @@ public struct AddFlowVpcInterfacesInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, vpcInterfaces: [MediaConnectClientTypes.VpcInterfaceRequest]? = nil - ) - { + ) { self.flowArn = flowArn self.vpcInterfaces = vpcInterfaces } @@ -3414,8 +3332,7 @@ public struct AddFlowVpcInterfacesOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, vpcInterfaces: [MediaConnectClientTypes.VpcInterface]? = nil - ) - { + ) { self.flowArn = flowArn self.vpcInterfaces = vpcInterfaces } @@ -3434,8 +3351,7 @@ extension MediaConnectClientTypes { public init( maxBitrate: Swift.Int? = nil, maxOutputs: Swift.Int? = nil - ) - { + ) { self.maxBitrate = maxBitrate self.maxOutputs = maxOutputs } @@ -3456,8 +3372,7 @@ extension MediaConnectClientTypes { public init( maintenanceDay: MediaConnectClientTypes.MaintenanceDay? = nil, maintenanceStartHour: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceStartHour = maintenanceStartHour } @@ -3476,8 +3391,7 @@ extension MediaConnectClientTypes { public init( instanceId: Swift.String? = nil, maxBitrate: Swift.Int? = nil - ) - { + ) { self.instanceId = instanceId self.maxBitrate = maxBitrate } @@ -3500,8 +3414,7 @@ extension MediaConnectClientTypes { instanceId: Swift.String? = nil, maxBitrate: Swift.Int? = nil, maxOutputs: Swift.Int? = nil - ) - { + ) { self.instanceId = instanceId self.maxBitrate = maxBitrate self.maxOutputs = maxOutputs @@ -3547,8 +3460,7 @@ extension MediaConnectClientTypes { public init( primarySource: Swift.String? = nil - ) - { + ) { self.primarySource = primarySource } } @@ -3571,8 +3483,7 @@ extension MediaConnectClientTypes { recoveryWindow: Swift.Int? = nil, sourcePriority: MediaConnectClientTypes.SourcePriority? = nil, state: MediaConnectClientTypes.State? = nil - ) - { + ) { self.failoverMode = failoverMode self.recoveryWindow = recoveryWindow self.sourcePriority = sourcePriority @@ -3617,8 +3528,7 @@ extension MediaConnectClientTypes { placementArn: Swift.String? = nil, sourceFailoverConfig: MediaConnectClientTypes.FailoverConfig? = nil, sources: [MediaConnectClientTypes.BridgeSource]? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.bridgeMessages = bridgeMessages self.bridgeState = bridgeState @@ -3740,8 +3650,7 @@ public struct CreateBridge420Exception: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3774,8 +3683,7 @@ public struct CreateBridgeInput: Swift.Sendable { placementArn: Swift.String? = nil, sourceFailoverConfig: MediaConnectClientTypes.FailoverConfig? = nil, sources: [MediaConnectClientTypes.AddBridgeSourceRequest]? = nil - ) - { + ) { self.egressGatewayBridge = egressGatewayBridge self.ingressGatewayBridge = ingressGatewayBridge self.name = name @@ -3792,8 +3700,7 @@ public struct CreateBridgeOutput: Swift.Sendable { public init( bridge: MediaConnectClientTypes.Bridge? = nil - ) - { + ) { self.bridge = bridge } } @@ -3818,8 +3725,7 @@ public struct CreateFlow420Exception: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3871,8 +3777,7 @@ extension MediaConnectClientTypes { contentQualityAnalysisState: MediaConnectClientTypes.ContentQualityAnalysisState? = nil, thumbnailState: MediaConnectClientTypes.ThumbnailState? = nil, videoMonitoringSettings: [MediaConnectClientTypes.VideoMonitoringSetting]? = nil - ) - { + ) { self.audioMonitoringSettings = audioMonitoringSettings self.contentQualityAnalysisState = contentQualityAnalysisState self.thumbnailState = thumbnailState @@ -3918,8 +3823,7 @@ public struct CreateFlowInput: Swift.Sendable { sourceMonitoringConfig: MediaConnectClientTypes.MonitoringConfig? = nil, sources: [MediaConnectClientTypes.SetSourceRequest]? = nil, vpcInterfaces: [MediaConnectClientTypes.VpcInterfaceRequest]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.entitlements = entitlements self.maintenance = maintenance @@ -3991,8 +3895,7 @@ extension MediaConnectClientTypes { sources: [MediaConnectClientTypes.Source]? = nil, status: MediaConnectClientTypes.Status? = nil, vpcInterfaces: [MediaConnectClientTypes.VpcInterface]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.description = description self.egressIp = egressIp @@ -4018,8 +3921,7 @@ public struct CreateFlowOutput: Swift.Sendable { public init( flow: MediaConnectClientTypes.Flow? = nil - ) - { + ) { self.flow = flow } } @@ -4044,8 +3946,7 @@ public struct CreateGateway420Exception: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4066,8 +3967,7 @@ public struct CreateGatewayInput: Swift.Sendable { egressCidrBlocks: [Swift.String]? = nil, name: Swift.String? = nil, networks: [MediaConnectClientTypes.GatewayNetwork]? = nil - ) - { + ) { self.egressCidrBlocks = egressCidrBlocks self.name = name self.networks = networks @@ -4101,8 +4001,7 @@ extension MediaConnectClientTypes { gatewayState: MediaConnectClientTypes.GatewayState? = nil, name: Swift.String? = nil, networks: [MediaConnectClientTypes.GatewayNetwork]? = nil - ) - { + ) { self.egressCidrBlocks = egressCidrBlocks self.gatewayArn = gatewayArn self.gatewayMessages = gatewayMessages @@ -4119,8 +4018,7 @@ public struct CreateGatewayOutput: Swift.Sendable { public init( gateway: MediaConnectClientTypes.Gateway? = nil - ) - { + ) { self.gateway = gateway } } @@ -4132,8 +4030,7 @@ public struct DeleteBridgeInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn } } @@ -4144,8 +4041,7 @@ public struct DeleteBridgeOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn } } @@ -4157,8 +4053,7 @@ public struct DeleteFlowInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -4172,8 +4067,7 @@ public struct DeleteFlowOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, status: MediaConnectClientTypes.Status? = nil - ) - { + ) { self.flowArn = flowArn self.status = status } @@ -4186,8 +4080,7 @@ public struct DeleteGatewayInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -4198,8 +4091,7 @@ public struct DeleteGatewayOutput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -4214,8 +4106,7 @@ public struct DeregisterGatewayInstanceInput: Swift.Sendable { public init( force: Swift.Bool? = nil, gatewayInstanceArn: Swift.String? = nil - ) - { + ) { self.force = force self.gatewayInstanceArn = gatewayInstanceArn } @@ -4230,8 +4121,7 @@ public struct DeregisterGatewayInstanceOutput: Swift.Sendable { public init( gatewayInstanceArn: Swift.String? = nil, instanceState: MediaConnectClientTypes.InstanceState? = nil - ) - { + ) { self.gatewayInstanceArn = gatewayInstanceArn self.instanceState = instanceState } @@ -4244,8 +4134,7 @@ public struct DescribeBridgeInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn } } @@ -4256,8 +4145,7 @@ public struct DescribeBridgeOutput: Swift.Sendable { public init( bridge: MediaConnectClientTypes.Bridge? = nil - ) - { + ) { self.bridge = bridge } } @@ -4269,8 +4157,7 @@ public struct DescribeFlowInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -4285,8 +4172,7 @@ extension MediaConnectClientTypes { public init( errors: [Swift.String]? = nil - ) - { + ) { self.errors = errors } } @@ -4301,8 +4187,7 @@ public struct DescribeFlowOutput: Swift.Sendable { public init( flow: MediaConnectClientTypes.Flow? = nil, messages: MediaConnectClientTypes.Messages? = nil - ) - { + ) { self.flow = flow self.messages = messages } @@ -4315,8 +4200,7 @@ public struct DescribeFlowSourceMetadataInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -4331,8 +4215,7 @@ extension MediaConnectClientTypes { public init( programs: [MediaConnectClientTypes.TransportStreamProgram]? = nil - ) - { + ) { self.programs = programs } } @@ -4353,8 +4236,7 @@ public struct DescribeFlowSourceMetadataOutput: Swift.Sendable { messages: [MediaConnectClientTypes.MessageDetail]? = nil, timestamp: Foundation.Date? = nil, transportMediaInfo: MediaConnectClientTypes.TransportMediaInfo? = nil - ) - { + ) { self.flowArn = flowArn self.messages = messages self.timestamp = timestamp @@ -4369,8 +4251,7 @@ public struct DescribeFlowSourceThumbnailInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -4398,8 +4279,7 @@ extension MediaConnectClientTypes { thumbnailMessages: [MediaConnectClientTypes.MessageDetail]? = nil, timecode: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.flowArn = flowArn self.thumbnail = thumbnail self.thumbnailMessages = thumbnailMessages @@ -4415,8 +4295,7 @@ public struct DescribeFlowSourceThumbnailOutput: Swift.Sendable { public init( thumbnailDetails: MediaConnectClientTypes.ThumbnailDetails? = nil - ) - { + ) { self.thumbnailDetails = thumbnailDetails } } @@ -4428,8 +4307,7 @@ public struct DescribeGatewayInput: Swift.Sendable { public init( gatewayArn: Swift.String? = nil - ) - { + ) { self.gatewayArn = gatewayArn } } @@ -4440,8 +4318,7 @@ public struct DescribeGatewayOutput: Swift.Sendable { public init( gateway: MediaConnectClientTypes.Gateway? = nil - ) - { + ) { self.gateway = gateway } } @@ -4453,8 +4330,7 @@ public struct DescribeGatewayInstanceInput: Swift.Sendable { public init( gatewayInstanceArn: Swift.String? = nil - ) - { + ) { self.gatewayInstanceArn = gatewayInstanceArn } } @@ -4495,8 +4371,7 @@ extension MediaConnectClientTypes { instanceMessages: [MediaConnectClientTypes.MessageDetail]? = nil, instanceState: MediaConnectClientTypes.InstanceState? = nil, runningBridgeCount: Swift.Int? = nil - ) - { + ) { self.bridgePlacement = bridgePlacement self.connectionStatus = connectionStatus self.gatewayArn = gatewayArn @@ -4515,8 +4390,7 @@ public struct DescribeGatewayInstanceOutput: Swift.Sendable { public init( gatewayInstance: MediaConnectClientTypes.GatewayInstance? = nil - ) - { + ) { self.gatewayInstance = gatewayInstance } } @@ -4528,8 +4402,7 @@ public struct DescribeOfferingInput: Swift.Sendable { public init( offeringArn: Swift.String? = nil - ) - { + ) { self.offeringArn = offeringArn } } @@ -4540,8 +4413,7 @@ public struct DescribeOfferingOutput: Swift.Sendable { public init( offering: MediaConnectClientTypes.Offering? = nil - ) - { + ) { self.offering = offering } } @@ -4553,8 +4425,7 @@ public struct DescribeReservationInput: Swift.Sendable { public init( reservationArn: Swift.String? = nil - ) - { + ) { self.reservationArn = reservationArn } } @@ -4565,8 +4436,7 @@ public struct DescribeReservationOutput: Swift.Sendable { public init( reservation: MediaConnectClientTypes.Reservation? = nil - ) - { + ) { self.reservation = reservation } } @@ -4623,8 +4493,7 @@ public struct GrantFlowEntitlements420Exception: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4641,8 +4510,7 @@ public struct GrantFlowEntitlementsInput: Swift.Sendable { public init( entitlements: [MediaConnectClientTypes.GrantEntitlementRequest]? = nil, flowArn: Swift.String? = nil - ) - { + ) { self.entitlements = entitlements self.flowArn = flowArn } @@ -4657,8 +4525,7 @@ public struct GrantFlowEntitlementsOutput: Swift.Sendable { public init( entitlements: [MediaConnectClientTypes.Entitlement]? = nil, flowArn: Swift.String? = nil - ) - { + ) { self.entitlements = entitlements self.flowArn = flowArn } @@ -4676,8 +4543,7 @@ public struct ListBridgesInput: Swift.Sendable { filterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterArn = filterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4693,8 +4559,7 @@ public struct ListBridgesOutput: Swift.Sendable { public init( bridges: [MediaConnectClientTypes.ListedBridge]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bridges = bridges self.nextToken = nextToken } @@ -4709,8 +4574,7 @@ public struct ListEntitlementsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4725,8 +4589,7 @@ public struct ListEntitlementsOutput: Swift.Sendable { public init( entitlements: [MediaConnectClientTypes.ListedEntitlement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entitlements = entitlements self.nextToken = nextToken } @@ -4741,8 +4604,7 @@ public struct ListFlowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4757,8 +4619,7 @@ public struct ListFlowsOutput: Swift.Sendable { public init( flows: [MediaConnectClientTypes.ListedFlow]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flows = flows self.nextToken = nextToken } @@ -4776,8 +4637,7 @@ public struct ListGatewayInstancesInput: Swift.Sendable { filterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filterArn = filterArn self.maxResults = maxResults self.nextToken = nextToken @@ -4793,8 +4653,7 @@ public struct ListGatewayInstancesOutput: Swift.Sendable { public init( instances: [MediaConnectClientTypes.ListedGatewayInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -4809,8 +4668,7 @@ public struct ListGatewaysInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4825,8 +4683,7 @@ public struct ListGatewaysOutput: Swift.Sendable { public init( gateways: [MediaConnectClientTypes.ListedGateway]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.gateways = gateways self.nextToken = nextToken } @@ -4841,8 +4698,7 @@ public struct ListOfferingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4857,8 +4713,7 @@ public struct ListOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offerings: [MediaConnectClientTypes.Offering]? = nil - ) - { + ) { self.nextToken = nextToken self.offerings = offerings } @@ -4873,8 +4728,7 @@ public struct ListReservationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4889,8 +4743,7 @@ public struct ListReservationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservations: [MediaConnectClientTypes.Reservation]? = nil - ) - { + ) { self.nextToken = nextToken self.reservations = reservations } @@ -4903,8 +4756,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4915,8 +4767,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4937,8 +4788,7 @@ public struct PurchaseOfferingInput: Swift.Sendable { offeringArn: Swift.String? = nil, reservationName: Swift.String? = nil, start: Swift.String? = nil - ) - { + ) { self.offeringArn = offeringArn self.reservationName = reservationName self.start = start @@ -4951,8 +4801,7 @@ public struct PurchaseOfferingOutput: Swift.Sendable { public init( reservation: MediaConnectClientTypes.Reservation? = nil - ) - { + ) { self.reservation = reservation } } @@ -4968,8 +4817,7 @@ public struct RemoveBridgeOutputInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, outputName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.outputName = outputName } @@ -4982,8 +4830,7 @@ public struct RemoveBridgeOutputOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, outputName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.outputName = outputName } @@ -5000,8 +4847,7 @@ public struct RemoveBridgeSourceInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.sourceName = sourceName } @@ -5014,8 +4860,7 @@ public struct RemoveBridgeSourceOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.sourceName = sourceName } @@ -5032,8 +4877,7 @@ public struct RemoveFlowMediaStreamInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.mediaStreamName = mediaStreamName } @@ -5048,8 +4892,7 @@ public struct RemoveFlowMediaStreamOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, mediaStreamName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.mediaStreamName = mediaStreamName } @@ -5066,8 +4909,7 @@ public struct RemoveFlowOutputInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, outputArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.outputArn = outputArn } @@ -5082,8 +4924,7 @@ public struct RemoveFlowOutputOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, outputArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.outputArn = outputArn } @@ -5100,8 +4941,7 @@ public struct RemoveFlowSourceInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.sourceArn = sourceArn } @@ -5116,8 +4956,7 @@ public struct RemoveFlowSourceOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.sourceArn = sourceArn } @@ -5134,8 +4973,7 @@ public struct RemoveFlowVpcInterfaceInput: Swift.Sendable { public init( flowArn: Swift.String? = nil, vpcInterfaceName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.vpcInterfaceName = vpcInterfaceName } @@ -5153,8 +4991,7 @@ public struct RemoveFlowVpcInterfaceOutput: Swift.Sendable { flowArn: Swift.String? = nil, nonDeletedNetworkInterfaceIds: [Swift.String]? = nil, vpcInterfaceName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.nonDeletedNetworkInterfaceIds = nonDeletedNetworkInterfaceIds self.vpcInterfaceName = vpcInterfaceName @@ -5172,8 +5009,7 @@ public struct RevokeFlowEntitlementInput: Swift.Sendable { public init( entitlementArn: Swift.String? = nil, flowArn: Swift.String? = nil - ) - { + ) { self.entitlementArn = entitlementArn self.flowArn = flowArn } @@ -5188,8 +5024,7 @@ public struct RevokeFlowEntitlementOutput: Swift.Sendable { public init( entitlementArn: Swift.String? = nil, flowArn: Swift.String? = nil - ) - { + ) { self.entitlementArn = entitlementArn self.flowArn = flowArn } @@ -5202,8 +5037,7 @@ public struct StartFlowInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -5217,8 +5051,7 @@ public struct StartFlowOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, status: MediaConnectClientTypes.Status? = nil - ) - { + ) { self.flowArn = flowArn self.status = status } @@ -5231,8 +5064,7 @@ public struct StopFlowInput: Swift.Sendable { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -5246,8 +5078,7 @@ public struct StopFlowOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, status: MediaConnectClientTypes.Status? = nil - ) - { + ) { self.flowArn = flowArn self.status = status } @@ -5265,8 +5096,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5283,8 +5113,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5298,8 +5127,7 @@ extension MediaConnectClientTypes { public init( maxBitrate: Swift.Int? = nil - ) - { + ) { self.maxBitrate = maxBitrate } } @@ -5316,8 +5144,7 @@ extension MediaConnectClientTypes { public init( maxBitrate: Swift.Int? = nil, maxOutputs: Swift.Int? = nil - ) - { + ) { self.maxBitrate = maxBitrate self.maxOutputs = maxOutputs } @@ -5341,8 +5168,7 @@ extension MediaConnectClientTypes { recoveryWindow: Swift.Int? = nil, sourcePriority: MediaConnectClientTypes.SourcePriority? = nil, state: MediaConnectClientTypes.State? = nil - ) - { + ) { self.failoverMode = failoverMode self.recoveryWindow = recoveryWindow self.sourcePriority = sourcePriority @@ -5366,8 +5192,7 @@ public struct UpdateBridgeInput: Swift.Sendable { egressGatewayBridge: MediaConnectClientTypes.UpdateEgressGatewayBridgeRequest? = nil, ingressGatewayBridge: MediaConnectClientTypes.UpdateIngressGatewayBridgeRequest? = nil, sourceFailoverConfig: MediaConnectClientTypes.UpdateFailoverConfig? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.egressGatewayBridge = egressGatewayBridge self.ingressGatewayBridge = ingressGatewayBridge @@ -5381,8 +5206,7 @@ public struct UpdateBridgeOutput: Swift.Sendable { public init( bridge: MediaConnectClientTypes.Bridge? = nil - ) - { + ) { self.bridge = bridge } } @@ -5408,8 +5232,7 @@ extension MediaConnectClientTypes { port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.ipAddress = ipAddress self.networkName = networkName self.port = port @@ -5434,8 +5257,7 @@ public struct UpdateBridgeOutputInput: Swift.Sendable { bridgeArn: Swift.String? = nil, networkOutput: MediaConnectClientTypes.UpdateBridgeNetworkOutputRequest? = nil, outputName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.networkOutput = networkOutput self.outputName = outputName @@ -5451,8 +5273,7 @@ public struct UpdateBridgeOutputOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, output: MediaConnectClientTypes.BridgeOutput? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.output = output } @@ -5470,8 +5291,7 @@ extension MediaConnectClientTypes { public init( flowArn: Swift.String? = nil, flowVpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.flowArn = flowArn self.flowVpcInterfaceAttachment = flowVpcInterfaceAttachment } @@ -5499,8 +5319,7 @@ extension MediaConnectClientTypes { networkName: Swift.String? = nil, port: Swift.Int? = nil, `protocol`: MediaConnectClientTypes.ModelProtocol? = nil - ) - { + ) { self.multicastIp = multicastIp self.multicastSourceSettings = multicastSourceSettings self.networkName = networkName @@ -5528,8 +5347,7 @@ public struct UpdateBridgeSourceInput: Swift.Sendable { flowSource: MediaConnectClientTypes.UpdateBridgeFlowSourceRequest? = nil, networkSource: MediaConnectClientTypes.UpdateBridgeNetworkSourceRequest? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.flowSource = flowSource self.networkSource = networkSource @@ -5546,8 +5364,7 @@ public struct UpdateBridgeSourceOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, source: MediaConnectClientTypes.BridgeSource? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.source = source } @@ -5564,8 +5381,7 @@ public struct UpdateBridgeStateInput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, desiredState: MediaConnectClientTypes.DesiredState? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.desiredState = desiredState } @@ -5580,8 +5396,7 @@ public struct UpdateBridgeStateOutput: Swift.Sendable { public init( bridgeArn: Swift.String? = nil, desiredState: MediaConnectClientTypes.DesiredState? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.desiredState = desiredState } @@ -5602,8 +5417,7 @@ extension MediaConnectClientTypes { maintenanceDay: MediaConnectClientTypes.MaintenanceDay? = nil, maintenanceScheduledDate: Swift.String? = nil, maintenanceStartHour: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceScheduledDate = maintenanceScheduledDate self.maintenanceStartHour = maintenanceStartHour @@ -5628,8 +5442,7 @@ public struct UpdateFlowInput: Swift.Sendable { maintenance: MediaConnectClientTypes.UpdateMaintenance? = nil, sourceFailoverConfig: MediaConnectClientTypes.UpdateFailoverConfig? = nil, sourceMonitoringConfig: MediaConnectClientTypes.MonitoringConfig? = nil - ) - { + ) { self.flowArn = flowArn self.maintenance = maintenance self.sourceFailoverConfig = sourceFailoverConfig @@ -5643,8 +5456,7 @@ public struct UpdateFlowOutput: Swift.Sendable { public init( flow: MediaConnectClientTypes.Flow? = nil - ) - { + ) { self.flow = flow } } @@ -5682,8 +5494,7 @@ extension MediaConnectClientTypes { roleArn: Swift.String? = nil, secretArn: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.constantInitializationVector = constantInitializationVector self.deviceId = deviceId @@ -5721,8 +5532,7 @@ public struct UpdateFlowEntitlementInput: Swift.Sendable { entitlementStatus: MediaConnectClientTypes.EntitlementStatus? = nil, flowArn: Swift.String? = nil, subscribers: [Swift.String]? = nil - ) - { + ) { self.description = description self.encryption = encryption self.entitlementArn = entitlementArn @@ -5741,8 +5551,7 @@ public struct UpdateFlowEntitlementOutput: Swift.Sendable { public init( entitlement: MediaConnectClientTypes.Entitlement? = nil, flowArn: Swift.String? = nil - ) - { + ) { self.entitlement = entitlement self.flowArn = flowArn } @@ -5775,8 +5584,7 @@ public struct UpdateFlowMediaStreamInput: Swift.Sendable { mediaStreamName: Swift.String? = nil, mediaStreamType: MediaConnectClientTypes.MediaStreamType? = nil, videoFormat: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.clockRate = clockRate self.description = description @@ -5796,8 +5604,7 @@ public struct UpdateFlowMediaStreamOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, mediaStream: MediaConnectClientTypes.MediaStream? = nil - ) - { + ) { self.flowArn = flowArn self.mediaStream = mediaStream } @@ -5863,8 +5670,7 @@ public struct UpdateFlowOutputInput: Swift.Sendable { smoothingLatency: Swift.Int? = nil, streamId: Swift.String? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.cidrAllowList = cidrAllowList self.description = description self.destination = destination @@ -5895,8 +5701,7 @@ public struct UpdateFlowOutputOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, output: MediaConnectClientTypes.Output? = nil - ) - { + ) { self.flowArn = flowArn self.output = output } @@ -5914,8 +5719,7 @@ extension MediaConnectClientTypes { public init( bridgeArn: Swift.String? = nil, vpcInterfaceAttachment: MediaConnectClientTypes.VpcInterfaceAttachment? = nil - ) - { + ) { self.bridgeArn = bridgeArn self.vpcInterfaceAttachment = vpcInterfaceAttachment } @@ -5988,8 +5792,7 @@ public struct UpdateFlowSourceInput: Swift.Sendable { streamId: Swift.String? = nil, vpcInterfaceName: Swift.String? = nil, whitelistCidr: Swift.String? = nil - ) - { + ) { self.decryption = decryption self.description = description self.entitlementArn = entitlementArn @@ -6022,8 +5825,7 @@ public struct UpdateFlowSourceOutput: Swift.Sendable { public init( flowArn: Swift.String? = nil, source: MediaConnectClientTypes.Source? = nil - ) - { + ) { self.flowArn = flowArn self.source = source } @@ -6040,8 +5842,7 @@ public struct UpdateGatewayInstanceInput: Swift.Sendable { public init( bridgePlacement: MediaConnectClientTypes.BridgePlacement? = nil, gatewayInstanceArn: Swift.String? = nil - ) - { + ) { self.bridgePlacement = bridgePlacement self.gatewayInstanceArn = gatewayInstanceArn } @@ -6056,8 +5857,7 @@ public struct UpdateGatewayInstanceOutput: Swift.Sendable { public init( bridgePlacement: MediaConnectClientTypes.BridgePlacement? = nil, gatewayInstanceArn: Swift.String? = nil - ) - { + ) { self.bridgePlacement = bridgePlacement self.gatewayInstanceArn = gatewayInstanceArn } diff --git a/Sources/Services/AWSMediaConvert/Package.swift.txt b/Sources/Services/AWSMediaConvert/Package.swift.txt index 4ce527ca78f..35e6f5b70f3 100644 --- a/Sources/Services/AWSMediaConvert/Package.swift.txt +++ b/Sources/Services/AWSMediaConvert/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/MediaConvertClient.swift b/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/MediaConvertClient.swift index 4eee3dd28c9..38c45453bcd 100644 --- a/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/MediaConvertClient.swift +++ b/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/MediaConvertClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaConvertClient: ClientRuntime.Client { public static let clientName = "MediaConvertClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaConvertClient.MediaConvertClientConfiguration let serviceName = "MediaConvert" diff --git a/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/Models.swift b/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/Models.swift index 74369b3911c..3f0fb65c292 100644 --- a/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/Models.swift +++ b/Sources/Services/AWSMediaConvert/Sources/AWSMediaConvert/Models.swift @@ -73,8 +73,7 @@ extension MediaConvertClientTypes { height: Swift.Int? = nil, `required`: MediaConvertClientTypes.RequiredFlag? = nil, width: Swift.Int? = nil - ) - { + ) { self.height = height self.`required` = `required` self.width = width @@ -202,8 +201,7 @@ extension MediaConvertClientTypes { public init( channelTag: MediaConvertClientTypes.AudioChannelTag? = nil, channelTags: [MediaConvertClientTypes.AudioChannelTag]? = nil - ) - { + ) { self.channelTag = channelTag self.channelTags = channelTags } @@ -363,8 +361,7 @@ extension MediaConvertClientTypes { peakCalculation: MediaConvertClientTypes.AudioNormalizationPeakCalculation? = nil, targetLkfs: Swift.Double? = nil, truePeakLimiterThreshold: Swift.Double? = nil - ) - { + ) { self.algorithm = algorithm self.algorithmControl = algorithmControl self.correctionGateLevel = correctionGateLevel @@ -667,8 +664,7 @@ extension MediaConvertClientTypes { sampleRate: Swift.Int? = nil, specification: MediaConvertClientTypes.AacSpecification? = nil, vbrQuality: MediaConvertClientTypes.AacVbrQuality? = nil - ) - { + ) { self.audioDescriptionBroadcasterMix = audioDescriptionBroadcasterMix self.bitrate = bitrate self.codecProfile = codecProfile @@ -976,8 +972,7 @@ extension MediaConvertClientTypes { lfeFilter: MediaConvertClientTypes.Ac3LfeFilter? = nil, metadataControl: MediaConvertClientTypes.Ac3MetadataControl? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitrate = bitrate self.bitstreamMode = bitstreamMode self.codingMode = codingMode @@ -1007,8 +1002,7 @@ extension MediaConvertClientTypes { bitDepth: Swift.Int? = nil, channels: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitDepth = bitDepth self.channels = channels self.sampleRate = sampleRate @@ -1478,8 +1472,7 @@ extension MediaConvertClientTypes { speechThreshold: Swift.Int? = nil, stereoDownmix: MediaConvertClientTypes.Eac3AtmosStereoDownmix? = nil, surroundExMode: MediaConvertClientTypes.Eac3AtmosSurroundExMode? = nil - ) - { + ) { self.bitrate = bitrate self.bitstreamMode = bitstreamMode self.codingMode = codingMode @@ -2038,8 +2031,7 @@ extension MediaConvertClientTypes { stereoDownmix: MediaConvertClientTypes.Eac3StereoDownmix? = nil, surroundExMode: MediaConvertClientTypes.Eac3SurroundExMode? = nil, surroundMode: MediaConvertClientTypes.Eac3SurroundMode? = nil - ) - { + ) { self.attenuationControl = attenuationControl self.bitrate = bitrate self.bitstreamMode = bitstreamMode @@ -2080,8 +2072,7 @@ extension MediaConvertClientTypes { bitDepth: Swift.Int? = nil, channels: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitDepth = bitDepth self.channels = channels self.sampleRate = sampleRate @@ -2104,8 +2095,7 @@ extension MediaConvertClientTypes { bitrate: Swift.Int? = nil, channels: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitrate = bitrate self.channels = channels self.sampleRate = sampleRate @@ -2164,8 +2154,7 @@ extension MediaConvertClientTypes { rateControlMode: MediaConvertClientTypes.Mp3RateControlMode? = nil, sampleRate: Swift.Int? = nil, vbrQuality: Swift.Int? = nil - ) - { + ) { self.bitrate = bitrate self.channels = channels self.rateControlMode = rateControlMode @@ -2190,8 +2179,7 @@ extension MediaConvertClientTypes { bitrate: Swift.Int? = nil, channels: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitrate = bitrate self.channels = channels self.sampleRate = sampleRate @@ -2214,8 +2202,7 @@ extension MediaConvertClientTypes { channels: Swift.Int? = nil, sampleRate: Swift.Int? = nil, vbrQuality: Swift.Int? = nil - ) - { + ) { self.channels = channels self.sampleRate = sampleRate self.vbrQuality = vbrQuality @@ -2271,8 +2258,7 @@ extension MediaConvertClientTypes { channels: Swift.Int? = nil, format: MediaConvertClientTypes.WavFormat? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.bitDepth = bitDepth self.channels = channels self.format = format @@ -2323,8 +2309,7 @@ extension MediaConvertClientTypes { opusSettings: MediaConvertClientTypes.OpusSettings? = nil, vorbisSettings: MediaConvertClientTypes.VorbisSettings? = nil, wavSettings: MediaConvertClientTypes.WavSettings? = nil - ) - { + ) { self.aacSettings = aacSettings self.ac3Settings = ac3Settings self.aiffSettings = aiffSettings @@ -2983,8 +2968,7 @@ extension MediaConvertClientTypes { public init( inputChannels: [Swift.Int]? = nil, inputChannelsFineTune: [Swift.Double]? = nil - ) - { + ) { self.inputChannels = inputChannels self.inputChannelsFineTune = inputChannelsFineTune } @@ -3000,8 +2984,7 @@ extension MediaConvertClientTypes { public init( outputChannels: [MediaConvertClientTypes.OutputChannelMapping]? = nil - ) - { + ) { self.outputChannels = outputChannels } } @@ -3028,8 +3011,7 @@ extension MediaConvertClientTypes { channelMapping: MediaConvertClientTypes.ChannelMapping? = nil, channelsIn: Swift.Int? = nil, channelsOut: Swift.Int? = nil - ) - { + ) { self.audioDescriptionAudioChannel = audioDescriptionAudioChannel self.audioDescriptionDataChannel = audioDescriptionDataChannel self.channelMapping = channelMapping @@ -3078,8 +3060,7 @@ extension MediaConvertClientTypes { languageCodeControl: MediaConvertClientTypes.AudioLanguageCodeControl? = nil, remixSettings: MediaConvertClientTypes.RemixSettings? = nil, streamName: Swift.String? = nil - ) - { + ) { self.audioChannelTaggingSettings = audioChannelTaggingSettings self.audioNormalizationSettings = audioNormalizationSettings self.audioSourceName = audioSourceName @@ -3107,8 +3088,7 @@ extension MediaConvertClientTypes { public init( height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.height = height self.width = width } @@ -3127,8 +3107,7 @@ extension MediaConvertClientTypes { public init( height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.height = height self.width = width } @@ -3147,8 +3126,7 @@ extension MediaConvertClientTypes { public init( height: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.height = height self.width = width } @@ -3212,8 +3190,7 @@ extension MediaConvertClientTypes { minBottomRenditionSize: MediaConvertClientTypes.MinBottomRenditionSize? = nil, minTopRenditionSize: MediaConvertClientTypes.MinTopRenditionSize? = nil, type: MediaConvertClientTypes.RuleType? = nil - ) - { + ) { self.allowedRenditions = allowedRenditions self.forceIncludeRenditions = forceIncludeRenditions self.minBottomRenditionSize = minBottomRenditionSize @@ -3700,8 +3677,7 @@ extension MediaConvertClientTypes { teletextSpacing: MediaConvertClientTypes.BurninSubtitleTeletextSpacing? = nil, xPosition: Swift.Int? = nil, yPosition: Swift.Int? = nil - ) - { + ) { self.alignment = alignment self.applyFontColor = applyFontColor self.backgroundColor = backgroundColor @@ -4284,8 +4260,7 @@ extension MediaConvertClientTypes { width: Swift.Int? = nil, xPosition: Swift.Int? = nil, yPosition: Swift.Int? = nil - ) - { + ) { self.alignment = alignment self.applyFontColor = applyFontColor self.backgroundColor = backgroundColor @@ -4333,8 +4308,7 @@ extension MediaConvertClientTypes { public init( destination608ChannelNumber: Swift.Int? = nil, destination708ServiceNumber: Swift.Int? = nil - ) - { + ) { self.destination608ChannelNumber = destination608ChannelNumber self.destination708ServiceNumber = destination708ServiceNumber } @@ -4413,8 +4387,7 @@ extension MediaConvertClientTypes { public init( accessibility: MediaConvertClientTypes.ImscAccessibilitySubs? = nil, stylePassthrough: MediaConvertClientTypes.ImscStylePassthrough? = nil - ) - { + ) { self.accessibility = accessibility self.stylePassthrough = stylePassthrough } @@ -4469,8 +4442,7 @@ extension MediaConvertClientTypes { public init( framerate: MediaConvertClientTypes.SccDestinationFramerate? = nil - ) - { + ) { self.framerate = framerate } } @@ -4515,8 +4487,7 @@ extension MediaConvertClientTypes { public init( stylePassthrough: MediaConvertClientTypes.SrtStylePassthrough? = nil - ) - { + ) { self.stylePassthrough = stylePassthrough } } @@ -4573,8 +4544,7 @@ extension MediaConvertClientTypes { public init( pageNumber: Swift.String? = nil, pageTypes: [MediaConvertClientTypes.TeletextPageType]? = nil - ) - { + ) { self.pageNumber = pageNumber self.pageTypes = pageTypes } @@ -4620,8 +4590,7 @@ extension MediaConvertClientTypes { public init( stylePassthrough: MediaConvertClientTypes.TtmlStylePassthrough? = nil - ) - { + ) { self.stylePassthrough = stylePassthrough } } @@ -4702,8 +4671,7 @@ extension MediaConvertClientTypes { public init( accessibility: MediaConvertClientTypes.WebvttAccessibilitySubs? = nil, stylePassthrough: MediaConvertClientTypes.WebvttStylePassthrough? = nil - ) - { + ) { self.accessibility = accessibility self.stylePassthrough = stylePassthrough } @@ -4746,8 +4714,7 @@ extension MediaConvertClientTypes { teletextDestinationSettings: MediaConvertClientTypes.TeletextDestinationSettings? = nil, ttmlDestinationSettings: MediaConvertClientTypes.TtmlDestinationSettings? = nil, webvttDestinationSettings: MediaConvertClientTypes.WebvttDestinationSettings? = nil - ) - { + ) { self.burninDestinationSettings = burninDestinationSettings self.destinationType = destinationType self.dvbSubDestinationSettings = dvbSubDestinationSettings @@ -4783,8 +4750,7 @@ extension MediaConvertClientTypes { destinationSettings: MediaConvertClientTypes.CaptionDestinationSettings? = nil, languageCode: MediaConvertClientTypes.LanguageCode? = nil, languageDescription: Swift.String? = nil - ) - { + ) { self.captionSelectorName = captionSelectorName self.customLanguageCode = customLanguageCode self.destinationSettings = destinationSettings @@ -4812,8 +4778,7 @@ extension MediaConvertClientTypes { destinationSettings: MediaConvertClientTypes.CaptionDestinationSettings? = nil, languageCode: MediaConvertClientTypes.LanguageCode? = nil, languageDescription: Swift.String? = nil - ) - { + ) { self.customLanguageCode = customLanguageCode self.destinationSettings = destinationSettings self.languageCode = languageCode @@ -4834,8 +4799,7 @@ extension MediaConvertClientTypes { public init( manifestNameModifier: Swift.String? = nil, selectedOutputs: [Swift.String]? = nil - ) - { + ) { self.manifestNameModifier = manifestNameModifier self.selectedOutputs = selectedOutputs } @@ -4921,8 +4885,7 @@ extension MediaConvertClientTypes { inputMasteringLuminance: Swift.Int? = nil, outputColorSpace: MediaConvertClientTypes.ColorSpace? = nil, outputMasteringLuminance: Swift.Int? = nil - ) - { + ) { self.fileInput = fileInput self.inputColorSpace = inputColorSpace self.inputMasteringLuminance = inputMasteringLuminance @@ -4944,8 +4907,7 @@ extension MediaConvertClientTypes { public init( manifestNameModifier: Swift.String? = nil, selectedOutputs: [Swift.String]? = nil - ) - { + ) { self.manifestNameModifier = manifestNameModifier self.selectedOutputs = selectedOutputs } @@ -4961,8 +4923,7 @@ extension MediaConvertClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -4980,8 +4941,7 @@ extension MediaConvertClientTypes { public init( manifestNameModifier: Swift.String? = nil, selectedOutputs: [Swift.String]? = nil - ) - { + ) { self.manifestNameModifier = manifestNameModifier self.selectedOutputs = selectedOutputs } @@ -5036,8 +4996,7 @@ extension MediaConvertClientTypes { customLanguageCode: Swift.String? = nil, languageCode: MediaConvertClientTypes.LanguageCode? = nil, languageDescription: Swift.String? = nil - ) - { + ) { self.captionChannel = captionChannel self.customLanguageCode = customLanguageCode self.languageCode = languageCode @@ -5061,8 +5020,7 @@ extension MediaConvertClientTypes { priority: Swift.Int? = nil, queue: Swift.String? = nil, waitMinutes: Swift.Int? = nil - ) - { + ) { self.priority = priority self.queue = queue self.waitMinutes = waitMinutes @@ -5082,8 +5040,7 @@ extension MediaConvertClientTypes { public init( id3: Swift.String? = nil, timecode: Swift.String? = nil - ) - { + ) { self.id3 = id3 self.timecode = timecode } @@ -5195,8 +5152,7 @@ extension MediaConvertClientTypes { public init( addTexture: MediaConvertClientTypes.AdvancedInputFilterAddTexture? = nil, sharpening: MediaConvertClientTypes.AdvancedInputFilterSharpen? = nil - ) - { + ) { self.addTexture = addTexture self.sharpening = sharpening } @@ -5212,8 +5168,7 @@ extension MediaConvertClientTypes { public init( audioSelectorNames: [Swift.String]? = nil - ) - { + ) { self.audioSelectorNames = audioSelectorNames } } @@ -5303,8 +5258,7 @@ extension MediaConvertClientTypes { renditionGroupId: Swift.String? = nil, renditionLanguageCode: MediaConvertClientTypes.LanguageCode? = nil, renditionName: Swift.String? = nil - ) - { + ) { self.renditionGroupId = renditionGroupId self.renditionLanguageCode = renditionLanguageCode self.renditionName = renditionName @@ -5390,8 +5344,7 @@ extension MediaConvertClientTypes { remixSettings: MediaConvertClientTypes.RemixSettings? = nil, selectorType: MediaConvertClientTypes.AudioSelectorType? = nil, tracks: [Swift.Int]? = nil - ) - { + ) { self.audioDurationCorrection = audioDurationCorrection self.customLanguageCode = customLanguageCode self.defaultSelection = defaultSelection @@ -5483,8 +5436,7 @@ extension MediaConvertClientTypes { convert608To708: MediaConvertClientTypes.AncillaryConvert608To708? = nil, sourceAncillaryChannelNumber: Swift.Int? = nil, terminateCaptions: MediaConvertClientTypes.AncillaryTerminateCaptions? = nil - ) - { + ) { self.convert608To708 = convert608To708 self.sourceAncillaryChannelNumber = sourceAncillaryChannelNumber self.terminateCaptions = terminateCaptions @@ -5501,8 +5453,7 @@ extension MediaConvertClientTypes { public init( pid: Swift.Int? = nil - ) - { + ) { self.pid = pid } } @@ -5586,8 +5537,7 @@ extension MediaConvertClientTypes { source608ChannelNumber: Swift.Int? = nil, source608TrackNumber: Swift.Int? = nil, terminateCaptions: MediaConvertClientTypes.EmbeddedTerminateCaptions? = nil - ) - { + ) { self.convert608To708 = convert608To708 self.source608ChannelNumber = source608ChannelNumber self.source608TrackNumber = source608TrackNumber @@ -5698,8 +5648,7 @@ extension MediaConvertClientTypes { public init( framerateDenominator: Swift.Int? = nil, framerateNumerator: Swift.Int? = nil - ) - { + ) { self.framerateDenominator = framerateDenominator self.framerateNumerator = framerateNumerator } @@ -5763,8 +5712,7 @@ extension MediaConvertClientTypes { sourceFile: Swift.String? = nil, timeDelta: Swift.Int? = nil, timeDeltaUnits: MediaConvertClientTypes.FileSourceTimeDeltaUnits? = nil - ) - { + ) { self.byteRateLimit = byteRateLimit self.convert608To708 = convert608To708 self.convertPaintToPop = convertPaintToPop @@ -5851,8 +5799,7 @@ extension MediaConvertClientTypes { public init( pageNumber: Swift.String? = nil - ) - { + ) { self.pageNumber = pageNumber } } @@ -5867,8 +5814,7 @@ extension MediaConvertClientTypes { public init( trackNumber: Swift.Int? = nil - ) - { + ) { self.trackNumber = trackNumber } } @@ -5889,8 +5835,7 @@ extension MediaConvertClientTypes { renditionGroupId: Swift.String? = nil, renditionLanguageCode: MediaConvertClientTypes.LanguageCode? = nil, renditionName: Swift.String? = nil - ) - { + ) { self.renditionGroupId = renditionGroupId self.renditionLanguageCode = renditionLanguageCode self.renditionName = renditionName @@ -5928,8 +5873,7 @@ extension MediaConvertClientTypes { teletextSourceSettings: MediaConvertClientTypes.TeletextSourceSettings? = nil, trackSourceSettings: MediaConvertClientTypes.TrackSourceSettings? = nil, webvttHlsSourceSettings: MediaConvertClientTypes.WebvttHlsSourceSettings? = nil - ) - { + ) { self.ancillarySourceSettings = ancillarySourceSettings self.dvbSubSourceSettings = dvbSubSourceSettings self.embeddedSourceSettings = embeddedSourceSettings @@ -5957,8 +5901,7 @@ extension MediaConvertClientTypes { customLanguageCode: Swift.String? = nil, languageCode: MediaConvertClientTypes.LanguageCode? = nil, sourceSettings: MediaConvertClientTypes.CaptionSourceSettings? = nil - ) - { + ) { self.customLanguageCode = customLanguageCode self.languageCode = languageCode self.sourceSettings = sourceSettings @@ -5984,8 +5927,7 @@ extension MediaConvertClientTypes { width: Swift.Int? = nil, x: Swift.Int? = nil, y: Swift.Int? = nil - ) - { + ) { self.height = height self.width = width self.x = x @@ -6075,8 +6017,7 @@ extension MediaConvertClientTypes { encryptedDecryptionKey: Swift.String? = nil, initializationVector: Swift.String? = nil, kmsKeyRegion: Swift.String? = nil - ) - { + ) { self.decryptionMode = decryptionMode self.encryptedDecryptionKey = encryptedDecryptionKey self.initializationVector = initializationVector @@ -6187,8 +6128,7 @@ extension MediaConvertClientTypes { opacity: Swift.Int? = nil, startTime: Swift.String? = nil, width: Swift.Int? = nil - ) - { + ) { self.duration = duration self.fadeIn = fadeIn self.fadeOut = fadeOut @@ -6216,8 +6156,7 @@ extension MediaConvertClientTypes { public init( insertableImages: [MediaConvertClientTypes.InsertableImage]? = nil, sdrReferenceWhiteLevel: Swift.Int? = nil - ) - { + ) { self.insertableImages = insertableImages self.sdrReferenceWhiteLevel = sdrReferenceWhiteLevel } @@ -6236,8 +6175,7 @@ extension MediaConvertClientTypes { public init( endTimecode: Swift.String? = nil, startTimecode: Swift.String? = nil - ) - { + ) { self.endTimecode = endTimecode self.startTimecode = startTimecode } @@ -6362,8 +6300,7 @@ extension MediaConvertClientTypes { framerateDenominator: Swift.Int? = nil, framerateNumerator: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.channels = channels self.duration = duration self.framerateDenominator = framerateDenominator @@ -6424,8 +6361,7 @@ extension MediaConvertClientTypes { width: Swift.Int? = nil, xPosition: Swift.Int? = nil, yPosition: Swift.Int? = nil - ) - { + ) { self.height = height self.unit = unit self.width = width @@ -6447,8 +6383,7 @@ extension MediaConvertClientTypes { public init( endTimecode: Swift.String? = nil, startTimecode: Swift.String? = nil - ) - { + ) { self.endTimecode = endTimecode self.startTimecode = startTimecode } @@ -6473,8 +6408,7 @@ extension MediaConvertClientTypes { inputClippings: [MediaConvertClientTypes.VideoOverlayInputClipping]? = nil, timecodeSource: MediaConvertClientTypes.InputTimecodeSource? = nil, timecodeStart: Swift.String? = nil - ) - { + ) { self.fileInput = fileInput self.inputClippings = inputClippings self.timecodeSource = timecodeSource @@ -6528,8 +6462,7 @@ extension MediaConvertClientTypes { endPosition: MediaConvertClientTypes.VideoOverlayPosition? = nil, endTimecode: Swift.String? = nil, startTimecode: Swift.String? = nil - ) - { + ) { self.endPosition = endPosition self.endTimecode = endTimecode self.startTimecode = startTimecode @@ -6561,8 +6494,7 @@ extension MediaConvertClientTypes { playback: MediaConvertClientTypes.VideoOverlayPlayBackMode? = nil, startTimecode: Swift.String? = nil, transitions: [MediaConvertClientTypes.VideoOverlayTransition]? = nil - ) - { + ) { self.endTimecode = endTimecode self.initialPosition = initialPosition self.input = input @@ -6705,8 +6637,7 @@ extension MediaConvertClientTypes { redPrimaryY: Swift.Int? = nil, whitePointX: Swift.Int? = nil, whitePointY: Swift.Int? = nil - ) - { + ) { self.bluePrimaryX = bluePrimaryX self.bluePrimaryY = bluePrimaryY self.greenPrimaryX = greenPrimaryX @@ -6874,8 +6805,7 @@ extension MediaConvertClientTypes { programNumber: Swift.Int? = nil, rotate: MediaConvertClientTypes.InputRotate? = nil, sampleRange: MediaConvertClientTypes.InputSampleRange? = nil - ) - { + ) { self.alphaBehavior = alphaBehavior self.colorSpace = colorSpace self.colorSpaceUsage = colorSpaceUsage @@ -6976,8 +6906,7 @@ extension MediaConvertClientTypes { videoGenerator: MediaConvertClientTypes.InputVideoGenerator? = nil, videoOverlays: [MediaConvertClientTypes.VideoOverlay]? = nil, videoSelector: MediaConvertClientTypes.VideoSelector? = nil - ) - { + ) { self.advancedInputFilter = advancedInputFilter self.advancedInputFilterSettings = advancedInputFilterSettings self.audioSelectorGroups = audioSelectorGroups @@ -7080,8 +7009,7 @@ extension MediaConvertClientTypes { timecodeStart: Swift.String? = nil, videoOverlays: [MediaConvertClientTypes.VideoOverlay]? = nil, videoSelector: MediaConvertClientTypes.VideoSelector? = nil - ) - { + ) { self.advancedInputFilter = advancedInputFilter self.advancedInputFilterSettings = advancedInputFilterSettings self.audioSelectorGroups = audioSelectorGroups @@ -7150,8 +7078,7 @@ extension MediaConvertClientTypes { public init( mode: MediaConvertClientTypes.AccelerationMode? = nil - ) - { + ) { self.mode = mode } } @@ -7274,8 +7201,7 @@ extension MediaConvertClientTypes { public init( info: [Swift.String]? = nil, warning: [Swift.String]? = nil - ) - { + ) { self.info = info self.warning = warning } @@ -7294,8 +7220,7 @@ extension MediaConvertClientTypes { public init( heightInPx: Swift.Int? = nil, widthInPx: Swift.Int? = nil - ) - { + ) { self.heightInPx = heightInPx self.widthInPx = widthInPx } @@ -7314,8 +7239,7 @@ extension MediaConvertClientTypes { public init( durationInMs: Swift.Int? = nil, videoDetails: MediaConvertClientTypes.VideoDetail? = nil - ) - { + ) { self.durationInMs = durationInMs self.videoDetails = videoDetails } @@ -7331,8 +7255,7 @@ extension MediaConvertClientTypes { public init( outputDetails: [MediaConvertClientTypes.OutputDetail]? = nil - ) - { + ) { self.outputDetails = outputDetails } } @@ -7353,8 +7276,7 @@ extension MediaConvertClientTypes { destinationQueue: Swift.String? = nil, sourceQueue: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.destinationQueue = destinationQueue self.sourceQueue = sourceQueue self.timestamp = timestamp @@ -7371,8 +7293,7 @@ extension MediaConvertClientTypes { public init( availBlankingImage: Swift.String? = nil - ) - { + ) { self.availBlankingImage = availBlankingImage } } @@ -7387,8 +7308,7 @@ extension MediaConvertClientTypes { public init( mccXml: Swift.String? = nil - ) - { + ) { self.mccXml = mccXml } } @@ -7403,8 +7323,7 @@ extension MediaConvertClientTypes { public init( sccXml: Swift.String? = nil - ) - { + ) { self.sccXml = sccXml } } @@ -7425,8 +7344,7 @@ extension MediaConvertClientTypes { manifestConfirmConditionNotification: MediaConvertClientTypes.EsamManifestConfirmConditionNotification? = nil, responseSignalPreroll: Swift.Int? = nil, signalProcessingNotification: MediaConvertClientTypes.EsamSignalProcessingNotification? = nil - ) - { + ) { self.manifestConfirmConditionNotification = manifestConfirmConditionNotification self.responseSignalPreroll = responseSignalPreroll self.signalProcessingNotification = signalProcessingNotification @@ -7506,8 +7424,7 @@ extension MediaConvertClientTypes { public init( copyProtectionAction: MediaConvertClientTypes.CopyProtectionAction? = nil, vchipAction: MediaConvertClientTypes.VchipAction? = nil - ) - { + ) { self.copyProtectionAction = copyProtectionAction self.vchipAction = vchipAction } @@ -7559,8 +7476,7 @@ extension MediaConvertClientTypes { metadata6: Swift.String? = nil, metadata7: Swift.String? = nil, metadata8: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.contentReference = contentReference self.credentialsSecretName = credentialsSecretName @@ -7590,8 +7506,7 @@ extension MediaConvertClientTypes { public init( framerateDenominator: Swift.Int? = nil, framerateNumerator: Swift.Int? = nil - ) - { + ) { self.framerateDenominator = framerateDenominator self.framerateNumerator = framerateNumerator } @@ -7640,8 +7555,7 @@ extension MediaConvertClientTypes { public init( imagex: Swift.Int? = nil, imagey: Swift.Int? = nil - ) - { + ) { self.imagex = imagex self.imagey = imagey } @@ -7702,8 +7616,7 @@ extension MediaConvertClientTypes { offset: MediaConvertClientTypes.MotionImageInsertionOffset? = nil, playback: MediaConvertClientTypes.MotionImagePlayback? = nil, startTime: Swift.String? = nil - ) - { + ) { self.framerate = framerate self.input = input self.insertionMode = insertionMode @@ -7726,8 +7639,7 @@ extension MediaConvertClientTypes { public init( breakoutCode: Swift.Int? = nil, distributorId: Swift.String? = nil - ) - { + ) { self.breakoutCode = breakoutCode self.distributorId = distributorId } @@ -7866,8 +7778,7 @@ extension MediaConvertClientTypes { sourceWatermarkStatus: MediaConvertClientTypes.NielsenSourceWatermarkStatusType? = nil, ticServerUrl: Swift.String? = nil, uniqueTicPerAudioTrack: MediaConvertClientTypes.NielsenUniqueTicPerAudioTrackType? = nil - ) - { + ) { self.activeWatermarkProcess = activeWatermarkProcess self.adiFilename = adiFilename self.assetId = assetId @@ -7901,8 +7812,7 @@ extension MediaConvertClientTypes { maxRenditions: Swift.Int? = nil, minAbrBitrate: Swift.Int? = nil, rules: [MediaConvertClientTypes.AutomatedAbrRule]? = nil - ) - { + ) { self.maxAbrBitrate = maxAbrBitrate self.maxRenditions = maxRenditions self.minAbrBitrate = minAbrBitrate @@ -7920,8 +7830,7 @@ extension MediaConvertClientTypes { public init( abrSettings: MediaConvertClientTypes.AutomatedAbrSettings? = nil - ) - { + ) { self.abrSettings = abrSettings } } @@ -8065,8 +7974,7 @@ extension MediaConvertClientTypes { public init( cannedAcl: MediaConvertClientTypes.S3ObjectCannedAcl? = nil - ) - { + ) { self.cannedAcl = cannedAcl } } @@ -8117,8 +8025,7 @@ extension MediaConvertClientTypes { encryptionType: MediaConvertClientTypes.S3ServerSideEncryptionType? = nil, kmsEncryptionContext: Swift.String? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsEncryptionContext = kmsEncryptionContext self.kmsKeyArn = kmsKeyArn @@ -8186,8 +8093,7 @@ extension MediaConvertClientTypes { accessControl: MediaConvertClientTypes.S3DestinationAccessControl? = nil, encryption: MediaConvertClientTypes.S3EncryptionSettings? = nil, storageClass: MediaConvertClientTypes.S3StorageClass? = nil - ) - { + ) { self.accessControl = accessControl self.encryption = encryption self.storageClass = storageClass @@ -8204,8 +8110,7 @@ extension MediaConvertClientTypes { public init( s3Settings: MediaConvertClientTypes.S3DestinationSettings? = nil - ) - { + ) { self.s3Settings = s3Settings } } @@ -8376,8 +8281,7 @@ extension MediaConvertClientTypes { public init( spekeAudioPreset: MediaConvertClientTypes.PresetSpeke20Audio? = nil, spekeVideoPreset: MediaConvertClientTypes.PresetSpeke20Video? = nil - ) - { + ) { self.spekeAudioPreset = spekeAudioPreset self.spekeVideoPreset = spekeVideoPreset } @@ -8408,8 +8312,7 @@ extension MediaConvertClientTypes { hlsSignaledSystemIds: [Swift.String]? = nil, resourceId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.dashSignaledSystemIds = dashSignaledSystemIds self.encryptionContractConfiguration = encryptionContractConfiguration @@ -8438,8 +8341,7 @@ extension MediaConvertClientTypes { keyFormatVersions: Swift.String? = nil, staticKeyValue: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.keyFormat = keyFormat self.keyFormatVersions = keyFormatVersions self.staticKeyValue = staticKeyValue @@ -8502,8 +8404,7 @@ extension MediaConvertClientTypes { spekeKeyProvider: MediaConvertClientTypes.SpekeKeyProviderCmaf? = nil, staticKeyProvider: MediaConvertClientTypes.StaticKeyProvider? = nil, type: MediaConvertClientTypes.CmafKeyProviderType? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.initializationVectorInManifest = initializationVectorInManifest @@ -8604,8 +8505,7 @@ extension MediaConvertClientTypes { thumbnailWidth: Swift.Int? = nil, tileHeight: Swift.Int? = nil, tileWidth: Swift.Int? = nil - ) - { + ) { self.intervalCadence = intervalCadence self.thumbnailHeight = thumbnailHeight self.thumbnailInterval = thumbnailInterval @@ -9096,8 +8996,7 @@ extension MediaConvertClientTypes { writeDashManifest: MediaConvertClientTypes.CmafWriteDASHManifest? = nil, writeHlsManifest: MediaConvertClientTypes.CmafWriteHLSManifest? = nil, writeSegmentTimelineInRepresentation: MediaConvertClientTypes.CmafWriteSegmentTimelineInRepresentation? = nil - ) - { + ) { self.additionalManifests = additionalManifests self.baseUrl = baseUrl self.clientCache = clientCache @@ -9211,8 +9110,7 @@ extension MediaConvertClientTypes { resourceId: Swift.String? = nil, systemIds: [Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.encryptionContractConfiguration = encryptionContractConfiguration self.resourceId = resourceId @@ -9234,8 +9132,7 @@ extension MediaConvertClientTypes { public init( playbackDeviceCompatibility: MediaConvertClientTypes.DashIsoPlaybackDeviceCompatibility? = nil, spekeKeyProvider: MediaConvertClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.playbackDeviceCompatibility = playbackDeviceCompatibility self.spekeKeyProvider = spekeKeyProvider } @@ -9362,8 +9259,7 @@ extension MediaConvertClientTypes { thumbnailWidth: Swift.Int? = nil, tileHeight: Swift.Int? = nil, tileWidth: Swift.Int? = nil - ) - { + ) { self.intervalCadence = intervalCadence self.thumbnailHeight = thumbnailHeight self.thumbnailInterval = thumbnailInterval @@ -9656,8 +9552,7 @@ extension MediaConvertClientTypes { segmentLengthControl: MediaConvertClientTypes.DashIsoSegmentLengthControl? = nil, videoCompositionOffsets: MediaConvertClientTypes.DashIsoVideoCompositionOffsets? = nil, writeSegmentTimelineInRepresentation: MediaConvertClientTypes.DashIsoWriteSegmentTimelineInRepresentation? = nil - ) - { + ) { self.additionalManifests = additionalManifests self.audioChannelConfigSchemeIdUri = audioChannelConfigSchemeIdUri self.baseUrl = baseUrl @@ -9696,8 +9591,7 @@ extension MediaConvertClientTypes { public init( destination: Swift.String? = nil, destinationSettings: MediaConvertClientTypes.DestinationSettings? = nil - ) - { + ) { self.destination = destination self.destinationSettings = destinationSettings } @@ -10034,8 +9928,7 @@ extension MediaConvertClientTypes { spekeKeyProvider: MediaConvertClientTypes.SpekeKeyProvider? = nil, staticKeyProvider: MediaConvertClientTypes.StaticKeyProvider? = nil, type: MediaConvertClientTypes.HlsKeyProviderType? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.initializationVectorInManifest = initializationVectorInManifest @@ -10137,8 +10030,7 @@ extension MediaConvertClientTypes { thumbnailWidth: Swift.Int? = nil, tileHeight: Swift.Int? = nil, tileWidth: Swift.Int? = nil - ) - { + ) { self.intervalCadence = intervalCadence self.thumbnailHeight = thumbnailHeight self.thumbnailInterval = thumbnailInterval @@ -10554,8 +10446,7 @@ extension MediaConvertClientTypes { timedMetadataId3Frame: MediaConvertClientTypes.HlsTimedMetadataId3Frame? = nil, timedMetadataId3Period: Swift.Int? = nil, timestampDeltaMilliseconds: Swift.Int? = nil - ) - { + ) { self.adMarkers = adMarkers self.additionalManifests = additionalManifests self.audioOnlyHeader = audioOnlyHeader @@ -10604,8 +10495,7 @@ extension MediaConvertClientTypes { public init( manifestNameModifier: Swift.String? = nil, selectedOutputs: [Swift.String]? = nil - ) - { + ) { self.manifestNameModifier = manifestNameModifier self.selectedOutputs = selectedOutputs } @@ -10651,8 +10541,7 @@ extension MediaConvertClientTypes { public init( spekeKeyProvider: MediaConvertClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.spekeKeyProvider = spekeKeyProvider } } @@ -10748,8 +10637,7 @@ extension MediaConvertClientTypes { fragmentLength: Swift.Int? = nil, fragmentLengthControl: MediaConvertClientTypes.MsSmoothFragmentLengthControl? = nil, manifestEncoding: MediaConvertClientTypes.MsSmoothManifestEncoding? = nil - ) - { + ) { self.additionalManifests = additionalManifests self.audioDeduplication = audioDeduplication self.destination = destination @@ -10825,8 +10713,7 @@ extension MediaConvertClientTypes { hlsGroupSettings: MediaConvertClientTypes.HlsGroupSettings? = nil, msSmoothGroupSettings: MediaConvertClientTypes.MsSmoothGroupSettings? = nil, type: MediaConvertClientTypes.OutputGroupType? = nil - ) - { + ) { self.cmafGroupSettings = cmafGroupSettings self.dashIsoGroupSettings = dashIsoGroupSettings self.fileGroupSettings = fileGroupSettings @@ -11191,8 +11078,7 @@ extension MediaConvertClientTypes { timedMetadataBoxVersion: MediaConvertClientTypes.CmfcTimedMetadataBoxVersion? = nil, timedMetadataSchemeIdUri: Swift.String? = nil, timedMetadataValue: Swift.String? = nil - ) - { + ) { self.audioDuration = audioDuration self.audioGroupId = audioGroupId self.audioRenditionSets = audioRenditionSets @@ -11313,8 +11199,7 @@ extension MediaConvertClientTypes { public init( moovPlacement: MediaConvertClientTypes.F4vMoovPlacement? = nil - ) - { + ) { self.moovPlacement = moovPlacement } } @@ -11455,8 +11340,7 @@ extension MediaConvertClientTypes { networkId: Swift.Int? = nil, networkName: Swift.String? = nil, nitInterval: Swift.Int? = nil - ) - { + ) { self.networkId = networkId self.networkName = networkName self.nitInterval = nitInterval @@ -11518,8 +11402,7 @@ extension MediaConvertClientTypes { sdtInterval: Swift.Int? = nil, serviceName: Swift.String? = nil, serviceProviderName: Swift.String? = nil - ) - { + ) { self.outputSdt = outputSdt self.sdtInterval = sdtInterval self.serviceName = serviceName @@ -11537,8 +11420,7 @@ extension MediaConvertClientTypes { public init( tdtInterval: Swift.Int? = nil - ) - { + ) { self.tdtInterval = tdtInterval } } @@ -11853,8 +11735,7 @@ extension MediaConvertClientTypes { public init( scte35EsamPid: Swift.Int? = nil - ) - { + ) { self.scte35EsamPid = scte35EsamPid } } @@ -12094,8 +11975,7 @@ extension MediaConvertClientTypes { timedMetadataPid: Swift.Int? = nil, transportStreamId: Swift.Int? = nil, videoPid: Swift.Int? = nil - ) - { + ) { self.audioBufferModel = audioBufferModel self.audioDuration = audioDuration self.audioFramesPerPes = audioFramesPerPes @@ -12391,8 +12271,7 @@ extension MediaConvertClientTypes { timedMetadataPid: Swift.Int? = nil, transportStreamId: Swift.Int? = nil, videoPid: Swift.Int? = nil - ) - { + ) { self.audioDuration = audioDuration self.audioFramesPerPes = audioFramesPerPes self.audioPids = audioPids @@ -12589,8 +12468,7 @@ extension MediaConvertClientTypes { mpeg2FourCCControl: MediaConvertClientTypes.MovMpeg2FourCCControl? = nil, paddingControl: MediaConvertClientTypes.MovPaddingControl? = nil, reference: MediaConvertClientTypes.MovReference? = nil - ) - { + ) { self.clapAtom = clapAtom self.cslgAtom = cslgAtom self.mpeg2FourCCControl = mpeg2FourCCControl @@ -12714,8 +12592,7 @@ extension MediaConvertClientTypes { freeSpaceBox: MediaConvertClientTypes.Mp4FreeSpaceBox? = nil, moovPlacement: MediaConvertClientTypes.Mp4MoovPlacement? = nil, mp4MajorBrand: Swift.String? = nil - ) - { + ) { self.audioDuration = audioDuration self.cslgAtom = cslgAtom self.cttsVersion = cttsVersion @@ -13035,8 +12912,7 @@ extension MediaConvertClientTypes { timedMetadataBoxVersion: MediaConvertClientTypes.MpdTimedMetadataBoxVersion? = nil, timedMetadataSchemeIdUri: Swift.String? = nil, timedMetadataValue: Swift.String? = nil - ) - { + ) { self.accessibilityCaptionHints = accessibilityCaptionHints self.audioDuration = audioDuration self.captionContainerType = captionContainerType @@ -13163,8 +13039,7 @@ extension MediaConvertClientTypes { public init( durationMode: MediaConvertClientTypes.MxfXavcDurationMode? = nil, maxAncDataSize: Swift.Int? = nil - ) - { + ) { self.durationMode = durationMode self.maxAncDataSize = maxAncDataSize } @@ -13186,8 +13061,7 @@ extension MediaConvertClientTypes { afdSignaling: MediaConvertClientTypes.MxfAfdSignaling? = nil, profile: MediaConvertClientTypes.MxfProfile? = nil, xavcProfileSettings: MediaConvertClientTypes.MxfXavcProfileSettings? = nil - ) - { + ) { self.afdSignaling = afdSignaling self.profile = profile self.xavcProfileSettings = xavcProfileSettings @@ -13228,8 +13102,7 @@ extension MediaConvertClientTypes { mp4Settings: MediaConvertClientTypes.Mp4Settings? = nil, mpdSettings: MediaConvertClientTypes.MpdSettings? = nil, mxfSettings: MediaConvertClientTypes.MxfSettings? = nil - ) - { + ) { self.cmfcSettings = cmfcSettings self.container = container self.f4vSettings = f4vSettings @@ -13396,8 +13269,7 @@ extension MediaConvertClientTypes { descriptiveVideoServiceFlag: MediaConvertClientTypes.HlsDescriptiveVideoServiceFlag? = nil, iFrameOnlyManifest: MediaConvertClientTypes.HlsIFrameOnlyManifest? = nil, segmentModifier: Swift.String? = nil - ) - { + ) { self.audioGroupId = audioGroupId self.audioOnlyContainer = audioOnlyContainer self.audioRenditionSets = audioRenditionSets @@ -13418,8 +13290,7 @@ extension MediaConvertClientTypes { public init( hlsSettings: MediaConvertClientTypes.HlsSettings? = nil - ) - { + ) { self.hlsSettings = hlsSettings } } @@ -13665,8 +13536,7 @@ extension MediaConvertClientTypes { public init( qvbrQualityLevel: Swift.Int? = nil, qvbrQualityLevelFineTune: Swift.Double? = nil - ) - { + ) { self.qvbrQualityLevel = qvbrQualityLevel self.qvbrQualityLevelFineTune = qvbrQualityLevelFineTune } @@ -13778,8 +13648,7 @@ extension MediaConvertClientTypes { rateControlMode: MediaConvertClientTypes.Av1RateControlMode? = nil, slices: Swift.Int? = nil, spatialAdaptiveQuantization: MediaConvertClientTypes.Av1SpatialAdaptiveQuantization? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.bitDepth = bitDepth self.filmGrainSynthesis = filmGrainSynthesis @@ -13873,8 +13742,7 @@ extension MediaConvertClientTypes { public init( qualityTuningLevel: MediaConvertClientTypes.AvcIntraUhdQualityTuningLevel? = nil - ) - { + ) { self.qualityTuningLevel = qualityTuningLevel } } @@ -14108,8 +13976,7 @@ extension MediaConvertClientTypes { scanTypeConversionMode: MediaConvertClientTypes.AvcIntraScanTypeConversionMode? = nil, slowPal: MediaConvertClientTypes.AvcIntraSlowPal? = nil, telecine: MediaConvertClientTypes.AvcIntraTelecine? = nil - ) - { + ) { self.avcIntraClass = avcIntraClass self.avcIntraUhdSettings = avcIntraUhdSettings self.framerateControl = framerateControl @@ -14205,8 +14072,7 @@ extension MediaConvertClientTypes { framerateNumerator: Swift.Int? = nil, maxCaptures: Swift.Int? = nil, quality: Swift.Int? = nil - ) - { + ) { self.framerateDenominator = framerateDenominator self.framerateNumerator = framerateNumerator self.maxCaptures = maxCaptures @@ -14347,8 +14213,7 @@ extension MediaConvertClientTypes { public init( sharpening: MediaConvertClientTypes.BandwidthReductionFilterSharpening? = nil, strength: MediaConvertClientTypes.BandwidthReductionFilterStrength? = nil - ) - { + ) { self.sharpening = sharpening self.strength = strength } @@ -14868,8 +14733,7 @@ extension MediaConvertClientTypes { maxAverageBitrate: Swift.Int? = nil, qvbrQualityLevel: Swift.Int? = nil, qvbrQualityLevelFineTune: Swift.Double? = nil - ) - { + ) { self.maxAverageBitrate = maxAverageBitrate self.qvbrQualityLevel = qvbrQualityLevel self.qvbrQualityLevelFineTune = qvbrQualityLevelFineTune @@ -15387,8 +15251,7 @@ extension MediaConvertClientTypes { temporalAdaptiveQuantization: MediaConvertClientTypes.H264TemporalAdaptiveQuantization? = nil, unregisteredSeiTimecode: MediaConvertClientTypes.H264UnregisteredSeiTimecode? = nil, writeMp4PackagingType: MediaConvertClientTypes.H264WriteMp4PackagingType? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.bandwidthReductionFilter = bandwidthReductionFilter self.bitrate = bitrate @@ -15960,8 +15823,7 @@ extension MediaConvertClientTypes { maxAverageBitrate: Swift.Int? = nil, qvbrQualityLevel: Swift.Int? = nil, qvbrQualityLevelFineTune: Swift.Double? = nil - ) - { + ) { self.maxAverageBitrate = maxAverageBitrate self.qvbrQualityLevel = qvbrQualityLevel self.qvbrQualityLevelFineTune = qvbrQualityLevelFineTune @@ -16476,8 +16338,7 @@ extension MediaConvertClientTypes { tiles: MediaConvertClientTypes.H265Tiles? = nil, unregisteredSeiTimecode: MediaConvertClientTypes.H265UnregisteredSeiTimecode? = nil, writeMp4PackagingType: MediaConvertClientTypes.H265WriteMp4PackagingType? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.alternateTransferFunctionSei = alternateTransferFunctionSei self.bandwidthReductionFilter = bandwidthReductionFilter @@ -17239,8 +17100,7 @@ extension MediaConvertClientTypes { syntax: MediaConvertClientTypes.Mpeg2Syntax? = nil, telecine: MediaConvertClientTypes.Mpeg2Telecine? = nil, temporalAdaptiveQuantization: MediaConvertClientTypes.Mpeg2TemporalAdaptiveQuantization? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.bitrate = bitrate self.codecLevel = codecLevel @@ -17617,8 +17477,7 @@ extension MediaConvertClientTypes { scanTypeConversionMode: MediaConvertClientTypes.ProresScanTypeConversionMode? = nil, slowPal: MediaConvertClientTypes.ProresSlowPal? = nil, telecine: MediaConvertClientTypes.ProresTelecine? = nil - ) - { + ) { self.chromaSampling = chromaSampling self.codecProfile = codecProfile self.framerateControl = framerateControl @@ -17885,8 +17744,7 @@ extension MediaConvertClientTypes { scanTypeConversionMode: MediaConvertClientTypes.UncompressedScanTypeConversionMode? = nil, slowPal: MediaConvertClientTypes.UncompressedSlowPal? = nil, telecine: MediaConvertClientTypes.UncompressedTelecine? = nil - ) - { + ) { self.fourcc = fourcc self.framerateControl = framerateControl self.framerateConversionAlgorithm = framerateConversionAlgorithm @@ -18149,8 +18007,7 @@ extension MediaConvertClientTypes { slowPal: MediaConvertClientTypes.Vc3SlowPal? = nil, telecine: MediaConvertClientTypes.Vc3Telecine? = nil, vc3Class: MediaConvertClientTypes.Vc3Class? = nil - ) - { + ) { self.framerateControl = framerateControl self.framerateConversionAlgorithm = framerateConversionAlgorithm self.framerateDenominator = framerateDenominator @@ -18359,8 +18216,7 @@ extension MediaConvertClientTypes { parNumerator: Swift.Int? = nil, qualityTuningLevel: MediaConvertClientTypes.Vp8QualityTuningLevel? = nil, rateControlMode: MediaConvertClientTypes.Vp8RateControlMode? = nil - ) - { + ) { self.bitrate = bitrate self.framerateControl = framerateControl self.framerateConversionAlgorithm = framerateConversionAlgorithm @@ -18573,8 +18429,7 @@ extension MediaConvertClientTypes { parNumerator: Swift.Int? = nil, qualityTuningLevel: MediaConvertClientTypes.Vp9QualityTuningLevel? = nil, rateControlMode: MediaConvertClientTypes.Vp9RateControlMode? = nil - ) - { + ) { self.bitrate = bitrate self.framerateControl = framerateControl self.framerateConversionAlgorithm = framerateConversionAlgorithm @@ -18904,8 +18759,7 @@ extension MediaConvertClientTypes { public init( xavcClass: MediaConvertClientTypes.Xavc4kIntraCbgProfileClass? = nil - ) - { + ) { self.xavcClass = xavcClass } } @@ -18953,8 +18807,7 @@ extension MediaConvertClientTypes { public init( xavcClass: MediaConvertClientTypes.Xavc4kIntraVbrProfileClass? = nil - ) - { + ) { self.xavcClass = xavcClass } } @@ -19146,8 +18999,7 @@ extension MediaConvertClientTypes { hrdBufferSize: Swift.Int? = nil, qualityTuningLevel: MediaConvertClientTypes.Xavc4kProfileQualityTuningLevel? = nil, slices: Swift.Int? = nil - ) - { + ) { self.bitrateClass = bitrateClass self.codecProfile = codecProfile self.flickerAdaptiveQuantization = flickerAdaptiveQuantization @@ -19202,8 +19054,7 @@ extension MediaConvertClientTypes { public init( xavcClass: MediaConvertClientTypes.XavcHdIntraCbgProfileClass? = nil - ) - { + ) { self.xavcClass = xavcClass } } @@ -19377,8 +19228,7 @@ extension MediaConvertClientTypes { qualityTuningLevel: MediaConvertClientTypes.XavcHdProfileQualityTuningLevel? = nil, slices: Swift.Int? = nil, telecine: MediaConvertClientTypes.XavcHdProfileTelecine? = nil - ) - { + ) { self.bitrateClass = bitrateClass self.flickerAdaptiveQuantization = flickerAdaptiveQuantization self.gopBReference = gopBReference @@ -19446,8 +19296,7 @@ extension MediaConvertClientTypes { xavc4kProfileSettings: MediaConvertClientTypes.Xavc4kProfileSettings? = nil, xavcHdIntraCbgProfileSettings: MediaConvertClientTypes.XavcHdIntraCbgProfileSettings? = nil, xavcHdProfileSettings: MediaConvertClientTypes.XavcHdProfileSettings? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.entropyEncoding = entropyEncoding self.framerateControl = framerateControl @@ -19513,8 +19362,7 @@ extension MediaConvertClientTypes { vp8Settings: MediaConvertClientTypes.Vp8Settings? = nil, vp9Settings: MediaConvertClientTypes.Vp9Settings? = nil, xavcSettings: MediaConvertClientTypes.XavcSettings? = nil - ) - { + ) { self.av1Settings = av1Settings self.avcIntraSettings = avcIntraSettings self.codec = codec @@ -19742,8 +19590,7 @@ extension MediaConvertClientTypes { maximumYUV: Swift.Int? = nil, minimumRGBTolerance: Swift.Int? = nil, minimumYUV: Swift.Int? = nil - ) - { + ) { self.maximumRGBTolerance = maximumRGBTolerance self.maximumYUV = maximumYUV self.minimumRGBTolerance = minimumRGBTolerance @@ -19922,8 +19769,7 @@ extension MediaConvertClientTypes { sampleRangeConversion: MediaConvertClientTypes.SampleRangeConversion? = nil, saturation: Swift.Int? = nil, sdrReferenceWhiteLevel: Swift.Int? = nil - ) - { + ) { self.brightness = brightness self.clipLimits = clipLimits self.colorSpaceConversion = colorSpaceConversion @@ -20068,8 +19914,7 @@ extension MediaConvertClientTypes { algorithm: MediaConvertClientTypes.DeinterlaceAlgorithm? = nil, control: MediaConvertClientTypes.DeinterlacerControl? = nil, mode: MediaConvertClientTypes.DeinterlacerMode? = nil - ) - { + ) { self.algorithm = algorithm self.control = control self.mode = mode @@ -20089,8 +19934,7 @@ extension MediaConvertClientTypes { public init( maxCll: Swift.Int? = nil, maxFall: Swift.Int? = nil - ) - { + ) { self.maxCll = maxCll self.maxFall = maxFall } @@ -20208,8 +20052,7 @@ extension MediaConvertClientTypes { l6Mode: MediaConvertClientTypes.DolbyVisionLevel6Mode? = nil, mapping: MediaConvertClientTypes.DolbyVisionMapping? = nil, profile: MediaConvertClientTypes.DolbyVisionProfile? = nil - ) - { + ) { self.l6Metadata = l6Metadata self.l6Mode = l6Mode self.mapping = mapping @@ -20230,8 +20073,7 @@ extension MediaConvertClientTypes { public init( masteringMonitorNits: Swift.Int? = nil, targetMonitorNits: Swift.Int? = nil - ) - { + ) { self.masteringMonitorNits = masteringMonitorNits self.targetMonitorNits = targetMonitorNits } @@ -20295,8 +20137,7 @@ extension MediaConvertClientTypes { public init( strength: Swift.Int? = nil - ) - { + ) { self.strength = strength } } @@ -20317,8 +20158,7 @@ extension MediaConvertClientTypes { postFilterSharpenStrength: Swift.Int? = nil, speed: Swift.Int? = nil, strength: Swift.Int? = nil - ) - { + ) { self.postFilterSharpenStrength = postFilterSharpenStrength self.speed = speed self.strength = strength @@ -20413,8 +20253,7 @@ extension MediaConvertClientTypes { postTemporalSharpeningStrength: MediaConvertClientTypes.NoiseFilterPostTemporalSharpeningStrength? = nil, speed: Swift.Int? = nil, strength: Swift.Int? = nil - ) - { + ) { self.aggressiveMode = aggressiveMode self.postTemporalSharpening = postTemporalSharpening self.postTemporalSharpeningStrength = postTemporalSharpeningStrength @@ -20442,8 +20281,7 @@ extension MediaConvertClientTypes { filterSettings: MediaConvertClientTypes.NoiseReducerFilterSettings? = nil, spatialFilterSettings: MediaConvertClientTypes.NoiseReducerSpatialFilterSettings? = nil, temporalFilterSettings: MediaConvertClientTypes.NoiseReducerTemporalFilterSettings? = nil - ) - { + ) { self.filter = filter self.filterSettings = filterSettings self.spatialFilterSettings = spatialFilterSettings @@ -20509,8 +20347,7 @@ extension MediaConvertClientTypes { payload: Swift.Int? = nil, preset: Swift.String? = nil, strength: MediaConvertClientTypes.WatermarkingStrength? = nil - ) - { + ) { self.license = license self.payload = payload self.preset = preset @@ -20528,8 +20365,7 @@ extension MediaConvertClientTypes { public init( nexguardFileMarkerSettings: MediaConvertClientTypes.NexGuardFileMarkerSettings? = nil - ) - { + ) { self.nexguardFileMarkerSettings = nexguardFileMarkerSettings } } @@ -20601,8 +20437,7 @@ extension MediaConvertClientTypes { fontSize: Swift.Int? = nil, position: MediaConvertClientTypes.TimecodeBurninPosition? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.fontSize = fontSize self.position = position self.`prefix` = `prefix` @@ -20640,8 +20475,7 @@ extension MediaConvertClientTypes { noiseReducer: MediaConvertClientTypes.NoiseReducer? = nil, partnerWatermarking: MediaConvertClientTypes.PartnerWatermarking? = nil, timecodeBurnin: MediaConvertClientTypes.TimecodeBurnin? = nil - ) - { + ) { self.colorCorrector = colorCorrector self.deinterlacer = deinterlacer self.dolbyVision = dolbyVision @@ -20708,8 +20542,7 @@ extension MediaConvertClientTypes { timecodeTrack: MediaConvertClientTypes.TimecodeTrack? = nil, videoPreprocessors: MediaConvertClientTypes.VideoPreprocessor? = nil, width: Swift.Int? = nil - ) - { + ) { self.afdSignaling = afdSignaling self.antiAlias = antiAlias self.codecSettings = codecSettings @@ -20760,8 +20593,7 @@ extension MediaConvertClientTypes { outputSettings: MediaConvertClientTypes.OutputSettings? = nil, preset: Swift.String? = nil, videoDescription: MediaConvertClientTypes.VideoDescription? = nil - ) - { + ) { self.audioDescriptions = audioDescriptions self.captionDescriptions = captionDescriptions self.containerSettings = containerSettings @@ -20795,8 +20627,7 @@ extension MediaConvertClientTypes { name: Swift.String? = nil, outputGroupSettings: MediaConvertClientTypes.OutputGroupSettings? = nil, outputs: [MediaConvertClientTypes.Output]? = nil - ) - { + ) { self.automatedEncodingSettings = automatedEncodingSettings self.customName = customName self.name = name @@ -20857,8 +20688,7 @@ extension MediaConvertClientTypes { source: MediaConvertClientTypes.TimecodeSource? = nil, start: Swift.String? = nil, timestampOffset: Swift.String? = nil - ) - { + ) { self.anchor = anchor self.source = source self.start = start @@ -20876,8 +20706,7 @@ extension MediaConvertClientTypes { public init( id3Insertions: [MediaConvertClientTypes.Id3Insertion]? = nil - ) - { + ) { self.id3Insertions = id3Insertions } } @@ -20931,8 +20760,7 @@ extension MediaConvertClientTypes { outputGroups: [MediaConvertClientTypes.OutputGroup]? = nil, timecodeConfig: MediaConvertClientTypes.TimecodeConfig? = nil, timedMetadataInsertion: MediaConvertClientTypes.TimedMetadataInsertion? = nil - ) - { + ) { self.adAvailOffset = adAvailOffset self.availBlanking = availBlanking self.colorConversion3DLUTSettings = colorConversion3DLUTSettings @@ -21104,8 +20932,7 @@ extension MediaConvertClientTypes { finishTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, submitTime: Foundation.Date? = nil - ) - { + ) { self.finishTime = finishTime self.startTime = startTime self.submitTime = submitTime @@ -21127,8 +20954,7 @@ extension MediaConvertClientTypes { public init( code: Swift.Int? = nil, count: Swift.Int? = nil - ) - { + ) { self.code = code self.count = count } @@ -21230,8 +21056,7 @@ extension MediaConvertClientTypes { timing: MediaConvertClientTypes.Timing? = nil, userMetadata: [Swift.String: Swift.String]? = nil, warnings: [MediaConvertClientTypes.WarningGroup]? = nil - ) - { + ) { self.accelerationSettings = accelerationSettings self.accelerationStatus = accelerationStatus self.arn = arn @@ -21277,8 +21102,7 @@ extension MediaConvertClientTypes { public init( expirationDate: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.expirationDate = expirationDate self.version = version } @@ -21333,8 +21157,7 @@ extension MediaConvertClientTypes { outputGroups: [MediaConvertClientTypes.OutputGroup]? = nil, timecodeConfig: MediaConvertClientTypes.TimecodeConfig? = nil, timedMetadataInsertion: MediaConvertClientTypes.TimedMetadataInsertion? = nil - ) - { + ) { self.adAvailOffset = adAvailOffset self.availBlanking = availBlanking self.colorConversion3DLUTSettings = colorConversion3DLUTSettings @@ -21429,8 +21252,7 @@ extension MediaConvertClientTypes { settings: MediaConvertClientTypes.JobTemplateSettings? = nil, statusUpdateInterval: MediaConvertClientTypes.StatusUpdateInterval? = nil, type: MediaConvertClientTypes.ModelType? = nil - ) - { + ) { self.accelerationSettings = accelerationSettings self.arn = arn self.category = category @@ -21466,8 +21288,7 @@ extension MediaConvertClientTypes { captionDescriptions: [MediaConvertClientTypes.CaptionDescriptionPreset]? = nil, containerSettings: MediaConvertClientTypes.ContainerSettings? = nil, videoDescription: MediaConvertClientTypes.VideoDescription? = nil - ) - { + ) { self.audioDescriptions = audioDescriptions self.captionDescriptions = captionDescriptions self.containerSettings = containerSettings @@ -21508,8 +21329,7 @@ extension MediaConvertClientTypes { name: Swift.String? = nil, settings: MediaConvertClientTypes.PresetSettings? = nil, type: MediaConvertClientTypes.ModelType? = nil - ) - { + ) { self.arn = arn self.category = category self.createdAt = createdAt @@ -21663,8 +21483,7 @@ extension MediaConvertClientTypes { renewalType: MediaConvertClientTypes.RenewalType? = nil, reservedSlots: Swift.Int? = nil, status: MediaConvertClientTypes.ReservationPlanStatus? = nil - ) - { + ) { self.commitment = commitment self.expiresAt = expiresAt self.purchasedAt = purchasedAt @@ -21693,8 +21512,7 @@ extension MediaConvertClientTypes { name: Swift.String? = nil, overrideValue: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.message = message self.name = name self.overrideValue = overrideValue @@ -21779,8 +21597,7 @@ extension MediaConvertClientTypes { status: MediaConvertClientTypes.QueueStatus? = nil, submittedJobsCount: Swift.Int? = nil, type: MediaConvertClientTypes.ModelType? = nil - ) - { + ) { self.arn = arn self.concurrentJobs = concurrentJobs self.createdAt = createdAt @@ -21816,8 +21633,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21840,8 +21656,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21864,8 +21679,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21888,8 +21702,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21912,8 +21725,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21936,8 +21748,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21949,8 +21760,7 @@ public struct AssociateCertificateInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -21967,8 +21777,7 @@ public struct CancelJobInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -22025,8 +21834,7 @@ public struct CreateJobInput: Swift.Sendable { statusUpdateInterval: MediaConvertClientTypes.StatusUpdateInterval? = nil, tags: [Swift.String: Swift.String]? = nil, userMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accelerationSettings = accelerationSettings self.billingTagsSource = billingTagsSource self.clientRequestToken = clientRequestToken @@ -22050,8 +21858,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( job: MediaConvertClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -22091,8 +21898,7 @@ public struct CreateJobTemplateInput: Swift.Sendable { settings: MediaConvertClientTypes.JobTemplateSettings? = nil, statusUpdateInterval: MediaConvertClientTypes.StatusUpdateInterval? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accelerationSettings = accelerationSettings self.category = category self.description = description @@ -22112,8 +21918,7 @@ public struct CreateJobTemplateOutput: Swift.Sendable { public init( jobTemplate: MediaConvertClientTypes.JobTemplate? = nil - ) - { + ) { self.jobTemplate = jobTemplate } } @@ -22138,8 +21943,7 @@ public struct CreatePresetInput: Swift.Sendable { name: Swift.String? = nil, settings: MediaConvertClientTypes.PresetSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.category = category self.description = description self.name = name @@ -22154,8 +21958,7 @@ public struct CreatePresetOutput: Swift.Sendable { public init( preset: MediaConvertClientTypes.Preset? = nil - ) - { + ) { self.preset = preset } } @@ -22178,8 +21981,7 @@ extension MediaConvertClientTypes { commitment: MediaConvertClientTypes.Commitment? = nil, renewalType: MediaConvertClientTypes.RenewalType? = nil, reservedSlots: Swift.Int? = nil - ) - { + ) { self.commitment = commitment self.renewalType = renewalType self.reservedSlots = reservedSlots @@ -22212,8 +22014,7 @@ public struct CreateQueueInput: Swift.Sendable { reservationPlanSettings: MediaConvertClientTypes.ReservationPlanSettings? = nil, status: MediaConvertClientTypes.QueueStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.concurrentJobs = concurrentJobs self.description = description self.name = name @@ -22230,8 +22031,7 @@ public struct CreateQueueOutput: Swift.Sendable { public init( queue: MediaConvertClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -22243,8 +22043,7 @@ public struct DeleteJobTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22271,8 +22070,7 @@ public struct DeletePresetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22289,8 +22087,7 @@ public struct DeleteQueueInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22345,8 +22142,7 @@ public struct DescribeEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, mode: MediaConvertClientTypes.DescribeEndpointsMode? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.mode = mode self.nextToken = nextToken @@ -22363,8 +22159,7 @@ public struct DescribeEndpointsOutput: Swift.Sendable { public init( endpoints: [MediaConvertClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -22377,8 +22172,7 @@ public struct DisassociateCertificateInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -22395,8 +22189,7 @@ public struct GetJobInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -22407,8 +22200,7 @@ public struct GetJobOutput: Swift.Sendable { public init( job: MediaConvertClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -22420,8 +22212,7 @@ public struct GetJobTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22432,8 +22223,7 @@ public struct GetJobTemplateOutput: Swift.Sendable { public init( jobTemplate: MediaConvertClientTypes.JobTemplate? = nil - ) - { + ) { self.jobTemplate = jobTemplate } } @@ -22488,8 +22278,7 @@ extension MediaConvertClientTypes { httpInputs: MediaConvertClientTypes.InputPolicy? = nil, httpsInputs: MediaConvertClientTypes.InputPolicy? = nil, s3Inputs: MediaConvertClientTypes.InputPolicy? = nil - ) - { + ) { self.httpInputs = httpInputs self.httpsInputs = httpsInputs self.s3Inputs = s3Inputs @@ -22503,8 +22292,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: MediaConvertClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -22516,8 +22304,7 @@ public struct GetPresetInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22528,8 +22315,7 @@ public struct GetPresetOutput: Swift.Sendable { public init( preset: MediaConvertClientTypes.Preset? = nil - ) - { + ) { self.preset = preset } } @@ -22541,8 +22327,7 @@ public struct GetQueueInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -22553,8 +22338,7 @@ public struct GetQueueOutput: Swift.Sendable { public init( queue: MediaConvertClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -22640,8 +22424,7 @@ public struct ListJobsInput: Swift.Sendable { order: MediaConvertClientTypes.Order? = nil, queue: Swift.String? = nil, status: MediaConvertClientTypes.JobStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.order = order @@ -22659,8 +22442,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [MediaConvertClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -22684,8 +22466,7 @@ public struct ListJobTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, order: MediaConvertClientTypes.Order? = nil - ) - { + ) { self.category = category self.listBy = listBy self.maxResults = maxResults @@ -22703,8 +22484,7 @@ public struct ListJobTemplatesOutput: Swift.Sendable { public init( jobTemplates: [MediaConvertClientTypes.JobTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobTemplates = jobTemplates self.nextToken = nextToken } @@ -22761,8 +22541,7 @@ public struct ListPresetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, order: MediaConvertClientTypes.Order? = nil - ) - { + ) { self.category = category self.listBy = listBy self.maxResults = maxResults @@ -22780,8 +22559,7 @@ public struct ListPresetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, presets: [MediaConvertClientTypes.Preset]? = nil - ) - { + ) { self.nextToken = nextToken self.presets = presets } @@ -22832,8 +22610,7 @@ public struct ListQueuesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, order: MediaConvertClientTypes.Order? = nil - ) - { + ) { self.listBy = listBy self.maxResults = maxResults self.nextToken = nextToken @@ -22856,8 +22633,7 @@ public struct ListQueuesOutput: Swift.Sendable { queues: [MediaConvertClientTypes.Queue]? = nil, totalConcurrentJobs: Swift.Int? = nil, unallocatedConcurrentJobs: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.queues = queues self.totalConcurrentJobs = totalConcurrentJobs @@ -22872,8 +22648,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -22890,8 +22665,7 @@ extension MediaConvertClientTypes { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -22904,8 +22678,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTags: MediaConvertClientTypes.ResourceTags? = nil - ) - { + ) { self.resourceTags = resourceTags } } @@ -22919,8 +22692,7 @@ public struct ListVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -22935,8 +22707,7 @@ public struct ListVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [MediaConvertClientTypes.JobEngineVersion]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -22949,8 +22720,7 @@ public struct PutPolicyInput: Swift.Sendable { public init( policy: MediaConvertClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -22961,8 +22731,7 @@ public struct PutPolicyOutput: Swift.Sendable { public init( policy: MediaConvertClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -22988,8 +22757,7 @@ public struct SearchJobsInput: Swift.Sendable { order: MediaConvertClientTypes.Order? = nil, queue: Swift.String? = nil, status: MediaConvertClientTypes.JobStatus? = nil - ) - { + ) { self.inputFile = inputFile self.maxResults = maxResults self.nextToken = nextToken @@ -23008,8 +22776,7 @@ public struct SearchJobsOutput: Swift.Sendable { public init( jobs: [MediaConvertClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -23026,8 +22793,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -23048,8 +22814,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -23091,8 +22856,7 @@ public struct UpdateJobTemplateInput: Swift.Sendable { queue: Swift.String? = nil, settings: MediaConvertClientTypes.JobTemplateSettings? = nil, statusUpdateInterval: MediaConvertClientTypes.StatusUpdateInterval? = nil - ) - { + ) { self.accelerationSettings = accelerationSettings self.category = category self.description = description @@ -23111,8 +22875,7 @@ public struct UpdateJobTemplateOutput: Swift.Sendable { public init( jobTemplate: MediaConvertClientTypes.JobTemplate? = nil - ) - { + ) { self.jobTemplate = jobTemplate } } @@ -23133,8 +22896,7 @@ public struct UpdatePresetInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, settings: MediaConvertClientTypes.PresetSettings? = nil - ) - { + ) { self.category = category self.description = description self.name = name @@ -23148,8 +22910,7 @@ public struct UpdatePresetOutput: Swift.Sendable { public init( preset: MediaConvertClientTypes.Preset? = nil - ) - { + ) { self.preset = preset } } @@ -23173,8 +22934,7 @@ public struct UpdateQueueInput: Swift.Sendable { name: Swift.String? = nil, reservationPlanSettings: MediaConvertClientTypes.ReservationPlanSettings? = nil, status: MediaConvertClientTypes.QueueStatus? = nil - ) - { + ) { self.concurrentJobs = concurrentJobs self.description = description self.name = name @@ -23189,8 +22949,7 @@ public struct UpdateQueueOutput: Swift.Sendable { public init( queue: MediaConvertClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } diff --git a/Sources/Services/AWSMediaLive/Package.swift.txt b/Sources/Services/AWSMediaLive/Package.swift.txt index b719ae1fe7c..349ba542f77 100644 --- a/Sources/Services/AWSMediaLive/Package.swift.txt +++ b/Sources/Services/AWSMediaLive/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,31 +57,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/MediaLiveClient.swift b/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/MediaLiveClient.swift index 2e2f48e0d3c..619989febef 100644 --- a/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/MediaLiveClient.swift +++ b/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/MediaLiveClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaLiveClient: ClientRuntime.Client { public static let clientName = "MediaLiveClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaLiveClient.MediaLiveClientConfiguration let serviceName = "MediaLive" diff --git a/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/Models.swift b/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/Models.swift index 963a4f727eb..1fdeb6cc9ba 100644 --- a/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/Models.swift +++ b/Sources/Services/AWSMediaLive/Sources/AWSMediaLive/Models.swift @@ -83,8 +83,7 @@ extension MediaLiveClientTypes { public init( gain: Swift.Int? = nil, inputChannel: Swift.Int? = nil - ) - { + ) { self.gain = gain self.inputChannel = inputChannel } @@ -105,8 +104,7 @@ extension MediaLiveClientTypes { public init( inputChannelLevels: [MediaLiveClientTypes.InputChannelLevel]? = nil, outputChannel: Swift.Int? = nil - ) - { + ) { self.inputChannelLevels = inputChannelLevels self.outputChannel = outputChannel } @@ -236,8 +234,7 @@ extension MediaLiveClientTypes { algorithm: MediaLiveClientTypes.AudioNormalizationAlgorithm? = nil, algorithmControl: MediaLiveClientTypes.AudioNormalizationAlgorithmControl? = nil, targetLkfs: Swift.Double? = nil - ) - { + ) { self.algorithm = algorithm self.algorithmControl = algorithmControl self.targetLkfs = targetLkfs @@ -359,8 +356,7 @@ extension MediaLiveClientTypes { cbetCheckDigitString: Swift.String? = nil, cbetStepaside: MediaLiveClientTypes.NielsenWatermarksCbetStepaside? = nil, csid: Swift.String? = nil - ) - { + ) { self.cbetCheckDigitString = cbetCheckDigitString self.cbetStepaside = cbetStepaside self.csid = csid @@ -469,8 +465,7 @@ extension MediaLiveClientTypes { checkDigitString: Swift.String? = nil, sid: Swift.Double? = nil, timezone: MediaLiveClientTypes.NielsenWatermarkTimezones? = nil - ) - { + ) { self.checkDigitString = checkDigitString self.sid = sid self.timezone = timezone @@ -497,8 +492,7 @@ extension MediaLiveClientTypes { nielsenCbetSettings: MediaLiveClientTypes.NielsenCBET? = nil, nielsenDistributionType: MediaLiveClientTypes.NielsenWatermarksDistributionTypes? = nil, nielsenNaesIiNwSettings: MediaLiveClientTypes.NielsenNaesIiNw? = nil - ) - { + ) { self.nielsenCbetSettings = nielsenCbetSettings self.nielsenDistributionType = nielsenDistributionType self.nielsenNaesIiNwSettings = nielsenNaesIiNwSettings @@ -515,8 +509,7 @@ extension MediaLiveClientTypes { public init( nielsenWatermarksSettings: MediaLiveClientTypes.NielsenWatermarksSettings? = nil - ) - { + ) { self.nielsenWatermarksSettings = nielsenWatermarksSettings } } @@ -783,8 +776,7 @@ extension MediaLiveClientTypes { sampleRate: Swift.Double? = nil, spec: MediaLiveClientTypes.AacSpec? = nil, vbrQuality: MediaLiveClientTypes.AacVbrQuality? = nil - ) - { + ) { self.bitrate = bitrate self.codingMode = codingMode self.inputType = inputType @@ -1032,8 +1024,7 @@ extension MediaLiveClientTypes { drcProfile: MediaLiveClientTypes.Ac3DrcProfile? = nil, lfeFilter: MediaLiveClientTypes.Ac3LfeFilter? = nil, metadataControl: MediaLiveClientTypes.Ac3MetadataControl? = nil - ) - { + ) { self.attenuationControl = attenuationControl self.bitrate = bitrate self.bitstreamMode = bitstreamMode @@ -1190,8 +1181,7 @@ extension MediaLiveClientTypes { drcRf: MediaLiveClientTypes.Eac3AtmosDrcRf? = nil, heightTrim: Swift.Double? = nil, surroundTrim: Swift.Double? = nil - ) - { + ) { self.bitrate = bitrate self.codingMode = codingMode self.dialnorm = dialnorm @@ -1737,8 +1727,7 @@ extension MediaLiveClientTypes { stereoDownmix: MediaLiveClientTypes.Eac3StereoDownmix? = nil, surroundExMode: MediaLiveClientTypes.Eac3SurroundExMode? = nil, surroundMode: MediaLiveClientTypes.Eac3SurroundMode? = nil - ) - { + ) { self.attenuationControl = attenuationControl self.bitrate = bitrate self.bitstreamMode = bitstreamMode @@ -1808,8 +1797,7 @@ extension MediaLiveClientTypes { bitrate: Swift.Double? = nil, codingMode: MediaLiveClientTypes.Mp2CodingMode? = nil, sampleRate: Swift.Double? = nil - ) - { + ) { self.bitrate = bitrate self.codingMode = codingMode self.sampleRate = sampleRate @@ -1877,8 +1865,7 @@ extension MediaLiveClientTypes { bitDepth: Swift.Double? = nil, codingMode: MediaLiveClientTypes.WavCodingMode? = nil, sampleRate: Swift.Double? = nil - ) - { + ) { self.bitDepth = bitDepth self.codingMode = codingMode self.sampleRate = sampleRate @@ -1913,8 +1900,7 @@ extension MediaLiveClientTypes { mp2Settings: MediaLiveClientTypes.Mp2Settings? = nil, passThroughSettings: MediaLiveClientTypes.PassThroughSettings? = nil, wavSettings: MediaLiveClientTypes.WavSettings? = nil - ) - { + ) { self.aacSettings = aacSettings self.ac3Settings = ac3Settings self.eac3AtmosSettings = eac3AtmosSettings @@ -2017,8 +2003,7 @@ extension MediaLiveClientTypes { channelMappings: [MediaLiveClientTypes.AudioChannelMapping]? = nil, channelsIn: Swift.Int? = nil, channelsOut: Swift.Int? = nil - ) - { + ) { self.channelMappings = channelMappings self.channelsIn = channelsIn self.channelsOut = channelsOut @@ -2073,8 +2058,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, remixSettings: MediaLiveClientTypes.RemixSettings? = nil, streamName: Swift.String? = nil - ) - { + ) { self.audioDashRoles = audioDashRoles self.audioNormalizationSettings = audioNormalizationSettings self.audioSelectorName = audioSelectorName @@ -2106,8 +2090,7 @@ extension MediaLiveClientTypes { public init( groupId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.name = name } @@ -2157,8 +2140,7 @@ extension MediaLiveClientTypes { public init( languageCode: Swift.String? = nil, languageSelectionPolicy: MediaLiveClientTypes.AudioLanguageSelectionPolicy? = nil - ) - { + ) { self.languageCode = languageCode self.languageSelectionPolicy = languageSelectionPolicy } @@ -2175,8 +2157,7 @@ extension MediaLiveClientTypes { public init( pid: Swift.Int? = nil - ) - { + ) { self.pid = pid } } @@ -2243,8 +2224,7 @@ extension MediaLiveClientTypes { public init( programSelection: MediaLiveClientTypes.DolbyEProgramSelection? = nil - ) - { + ) { self.programSelection = programSelection } } @@ -2260,8 +2240,7 @@ extension MediaLiveClientTypes { public init( track: Swift.Int? = nil - ) - { + ) { self.track = track } } @@ -2280,8 +2259,7 @@ extension MediaLiveClientTypes { public init( dolbyEDecode: MediaLiveClientTypes.AudioDolbyEDecode? = nil, tracks: [MediaLiveClientTypes.AudioTrack]? = nil - ) - { + ) { self.dolbyEDecode = dolbyEDecode self.tracks = tracks } @@ -2306,8 +2284,7 @@ extension MediaLiveClientTypes { audioLanguageSelection: MediaLiveClientTypes.AudioLanguageSelection? = nil, audioPidSelection: MediaLiveClientTypes.AudioPidSelection? = nil, audioTrackSelection: MediaLiveClientTypes.AudioTrackSelection? = nil - ) - { + ) { self.audioHlsRenditionSelection = audioHlsRenditionSelection self.audioLanguageSelection = audioLanguageSelection self.audioPidSelection = audioPidSelection @@ -2329,8 +2306,7 @@ extension MediaLiveClientTypes { public init( name: Swift.String? = nil, selectorSettings: MediaLiveClientTypes.AudioSelectorSettings? = nil - ) - { + ) { self.name = name self.selectorSettings = selectorSettings } @@ -2355,8 +2331,7 @@ extension MediaLiveClientTypes { code: Swift.String? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.arn = arn self.code = code self.id = id @@ -2380,8 +2355,7 @@ extension MediaLiveClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.state = state @@ -2573,8 +2547,7 @@ extension MediaLiveClientTypes { passwordParam: Swift.String? = nil, uri: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.passwordParam = passwordParam self.uri = uri self.username = username @@ -2786,8 +2759,7 @@ extension MediaLiveClientTypes { teletextGridControl: MediaLiveClientTypes.BurnInTeletextGridControl? = nil, xPosition: Swift.Int? = nil, yPosition: Swift.Int? = nil - ) - { + ) { self.alignment = alignment self.backgroundColor = backgroundColor self.backgroundOpacity = backgroundOpacity @@ -3079,8 +3051,7 @@ extension MediaLiveClientTypes { teletextGridControl: MediaLiveClientTypes.DvbSubDestinationTeletextGridControl? = nil, xPosition: Swift.Int? = nil, yPosition: Swift.Int? = nil - ) - { + ) { self.alignment = alignment self.backgroundColor = backgroundColor self.backgroundOpacity = backgroundOpacity @@ -3192,8 +3163,7 @@ extension MediaLiveClientTypes { fillLineGap: MediaLiveClientTypes.EbuTtDFillLineGapControl? = nil, fontFamily: Swift.String? = nil, styleControl: MediaLiveClientTypes.EbuTtDDestinationStyleControl? = nil - ) - { + ) { self.copyrightHolder = copyrightHolder self.fillLineGap = fillLineGap self.fontFamily = fontFamily @@ -3304,8 +3274,7 @@ extension MediaLiveClientTypes { public init( styleControl: MediaLiveClientTypes.TtmlDestinationStyleControl? = nil - ) - { + ) { self.styleControl = styleControl } } @@ -3350,8 +3319,7 @@ extension MediaLiveClientTypes { public init( styleControl: MediaLiveClientTypes.WebvttDestinationStyleControl? = nil - ) - { + ) { self.styleControl = styleControl } } @@ -3402,8 +3370,7 @@ extension MediaLiveClientTypes { teletextDestinationSettings: MediaLiveClientTypes.TeletextDestinationSettings? = nil, ttmlDestinationSettings: MediaLiveClientTypes.TtmlDestinationSettings? = nil, webvttDestinationSettings: MediaLiveClientTypes.WebvttDestinationSettings? = nil - ) - { + ) { self.aribDestinationSettings = aribDestinationSettings self.burnInDestinationSettings = burnInDestinationSettings self.dvbSubDestinationSettings = dvbSubDestinationSettings @@ -3453,8 +3420,7 @@ extension MediaLiveClientTypes { languageCode: Swift.String? = nil, languageDescription: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accessibility = accessibility self.captionDashRoles = captionDashRoles self.captionSelectorName = captionSelectorName @@ -3485,8 +3451,7 @@ extension MediaLiveClientTypes { captionChannel: Swift.Int? = nil, languageCode: Swift.String? = nil, languageDescription: Swift.String? = nil - ) - { + ) { self.captionChannel = captionChannel self.languageCode = languageCode self.languageDescription = languageDescription @@ -3503,8 +3468,7 @@ extension MediaLiveClientTypes { public init( sourceAncillaryChannelNumber: Swift.Int? = nil - ) - { + ) { self.sourceAncillaryChannelNumber = sourceAncillaryChannelNumber } } @@ -3573,8 +3537,7 @@ extension MediaLiveClientTypes { public init( ocrLanguage: MediaLiveClientTypes.DvbSubOcrLanguage? = nil, pid: Swift.Int? = nil - ) - { + ) { self.ocrLanguage = ocrLanguage self.pid = pid } @@ -3659,8 +3622,7 @@ extension MediaLiveClientTypes { scte20Detection: MediaLiveClientTypes.EmbeddedScte20Detection? = nil, source608ChannelNumber: Swift.Int? = nil, source608TrackNumber: Swift.Int? = nil - ) - { + ) { self.convert608To708 = convert608To708 self.scte20Detection = scte20Detection self.source608ChannelNumber = source608ChannelNumber @@ -3711,8 +3673,7 @@ extension MediaLiveClientTypes { public init( convert608To708: MediaLiveClientTypes.Scte20Convert608To708? = nil, source608ChannelNumber: Swift.Int? = nil - ) - { + ) { self.convert608To708 = convert608To708 self.source608ChannelNumber = source608ChannelNumber } @@ -3781,8 +3742,7 @@ extension MediaLiveClientTypes { public init( ocrLanguage: MediaLiveClientTypes.Scte27OcrLanguage? = nil, pid: Swift.Int? = nil - ) - { + ) { self.ocrLanguage = ocrLanguage self.pid = pid } @@ -3811,8 +3771,7 @@ extension MediaLiveClientTypes { leftOffset: Swift.Double? = nil, topOffset: Swift.Double? = nil, width: Swift.Double? = nil - ) - { + ) { self.height = height self.leftOffset = leftOffset self.topOffset = topOffset @@ -3833,8 +3792,7 @@ extension MediaLiveClientTypes { public init( outputRectangle: MediaLiveClientTypes.CaptionRectangle? = nil, pageNumber: Swift.String? = nil - ) - { + ) { self.outputRectangle = outputRectangle self.pageNumber = pageNumber } @@ -3868,8 +3826,7 @@ extension MediaLiveClientTypes { scte20SourceSettings: MediaLiveClientTypes.Scte20SourceSettings? = nil, scte27SourceSettings: MediaLiveClientTypes.Scte27SourceSettings? = nil, teletextSourceSettings: MediaLiveClientTypes.TeletextSourceSettings? = nil - ) - { + ) { self.ancillarySourceSettings = ancillarySourceSettings self.aribSourceSettings = aribSourceSettings self.dvbSubSourceSettings = dvbSubSourceSettings @@ -3897,8 +3854,7 @@ extension MediaLiveClientTypes { languageCode: Swift.String? = nil, name: Swift.String? = nil, selectorSettings: MediaLiveClientTypes.CaptionSelectorSettings? = nil - ) - { + ) { self.languageCode = languageCode self.name = name self.selectorSettings = selectorSettings @@ -3915,8 +3871,7 @@ extension MediaLiveClientTypes { public init( sourceIp: Swift.String? = nil - ) - { + ) { self.sourceIp = sourceIp } } @@ -3934,8 +3889,7 @@ extension MediaLiveClientTypes { public init( expirationDate: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.expirationDate = expirationDate self.version = version } @@ -3984,8 +3938,7 @@ extension MediaLiveClientTypes { public init( channelPlacementGroupId: Swift.String? = nil, clusterId: Swift.String? = nil - ) - { + ) { self.channelPlacementGroupId = channelPlacementGroupId self.clusterId = clusterId } @@ -4037,8 +3990,7 @@ extension MediaLiveClientTypes { public init( resolution: MediaLiveClientTypes.CdiInputResolution? = nil - ) - { + ) { self.resolution = resolution } } @@ -4089,8 +4041,7 @@ extension MediaLiveClientTypes { channelGroup: Swift.String? = nil, channelId: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelGroup = channelGroup self.channelId = channelId self.channelName = channelName @@ -4110,8 +4061,7 @@ extension MediaLiveClientTypes { public init( multiplexId: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId self.programName = programName } @@ -4136,8 +4086,7 @@ extension MediaLiveClientTypes { streamName: Swift.String? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.passwordParam = passwordParam self.streamName = streamName self.url = url @@ -4161,8 +4110,7 @@ extension MediaLiveClientTypes { encryptionPassphraseSecretArn: Swift.String? = nil, streamId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.encryptionPassphraseSecretArn = encryptionPassphraseSecretArn self.streamId = streamId self.url = url @@ -4191,8 +4139,7 @@ extension MediaLiveClientTypes { multiplexSettings: MediaLiveClientTypes.MultiplexProgramChannelDestinationSettings? = nil, settings: [MediaLiveClientTypes.OutputDestinationSettings]? = nil, srtSettings: [MediaLiveClientTypes.SrtOutputDestinationSettings]? = nil - ) - { + ) { self.id = id self.mediaPackageSettings = mediaPackageSettings self.multiplexSettings = multiplexSettings @@ -4215,8 +4162,7 @@ extension MediaLiveClientTypes { public init( audioSelectorName: Swift.String? = nil, audioSilenceThresholdMsec: Swift.Int? = nil - ) - { + ) { self.audioSelectorName = audioSelectorName self.audioSilenceThresholdMsec = audioSilenceThresholdMsec } @@ -4232,8 +4178,7 @@ extension MediaLiveClientTypes { public init( inputLossThresholdMsec: Swift.Int? = nil - ) - { + ) { self.inputLossThresholdMsec = inputLossThresholdMsec } } @@ -4251,8 +4196,7 @@ extension MediaLiveClientTypes { public init( blackDetectThreshold: Swift.Double? = nil, videoBlackThresholdMsec: Swift.Int? = nil - ) - { + ) { self.blackDetectThreshold = blackDetectThreshold self.videoBlackThresholdMsec = videoBlackThresholdMsec } @@ -4274,8 +4218,7 @@ extension MediaLiveClientTypes { audioSilenceSettings: MediaLiveClientTypes.AudioSilenceFailoverSettings? = nil, inputLossSettings: MediaLiveClientTypes.InputLossFailoverSettings? = nil, videoBlackSettings: MediaLiveClientTypes.VideoBlackFailoverSettings? = nil - ) - { + ) { self.audioSilenceSettings = audioSilenceSettings self.inputLossSettings = inputLossSettings self.videoBlackSettings = videoBlackSettings @@ -4292,8 +4235,7 @@ extension MediaLiveClientTypes { public init( failoverConditionSettings: MediaLiveClientTypes.FailoverConditionSettings? = nil - ) - { + ) { self.failoverConditionSettings = failoverConditionSettings } } @@ -4348,8 +4290,7 @@ extension MediaLiveClientTypes { failoverConditions: [MediaLiveClientTypes.FailoverCondition]? = nil, inputPreference: MediaLiveClientTypes.InputPreference? = nil, secondaryInputId: Swift.String? = nil - ) - { + ) { self.errorClearTimeMsec = errorClearTimeMsec self.failoverConditions = failoverConditions self.inputPreference = inputPreference @@ -4502,8 +4443,7 @@ extension MediaLiveClientTypes { retries: Swift.Int? = nil, retryInterval: Swift.Int? = nil, scte35Source: MediaLiveClientTypes.HlsScte35SourceType? = nil - ) - { + ) { self.bandwidth = bandwidth self.bufferSegments = bufferSegments self.retries = retries @@ -4522,8 +4462,7 @@ extension MediaLiveClientTypes { public init( sourceIpAddress: Swift.String? = nil - ) - { + ) { self.sourceIpAddress = sourceIpAddress } } @@ -4574,8 +4513,7 @@ extension MediaLiveClientTypes { hlsInputSettings: MediaLiveClientTypes.HlsInputSettings? = nil, multicastInputSettings: MediaLiveClientTypes.MulticastInputSettings? = nil, serverValidation: MediaLiveClientTypes.NetworkInputServerValidation? = nil - ) - { + ) { self.hlsInputSettings = hlsInputSettings self.multicastInputSettings = multicastInputSettings self.serverValidation = serverValidation @@ -4694,8 +4632,7 @@ extension MediaLiveClientTypes { public init( maxCll: Swift.Int? = nil, maxFall: Swift.Int? = nil - ) - { + ) { self.maxCll = maxCll self.maxFall = maxFall } @@ -4711,8 +4648,7 @@ extension MediaLiveClientTypes { public init( hdr10Settings: MediaLiveClientTypes.Hdr10Settings? = nil - ) - { + ) { self.hdr10Settings = hdr10Settings } } @@ -4757,8 +4693,7 @@ extension MediaLiveClientTypes { public init( pid: Swift.Int? = nil - ) - { + ) { self.pid = pid } } @@ -4773,8 +4708,7 @@ extension MediaLiveClientTypes { public init( programId: Swift.Int? = nil - ) - { + ) { self.programId = programId } } @@ -4792,8 +4726,7 @@ extension MediaLiveClientTypes { public init( videoSelectorPid: MediaLiveClientTypes.VideoSelectorPid? = nil, videoSelectorProgramId: MediaLiveClientTypes.VideoSelectorProgramId? = nil - ) - { + ) { self.videoSelectorPid = videoSelectorPid self.videoSelectorProgramId = videoSelectorProgramId } @@ -4818,8 +4751,7 @@ extension MediaLiveClientTypes { colorSpaceSettings: MediaLiveClientTypes.VideoSelectorColorSpaceSettings? = nil, colorSpaceUsage: MediaLiveClientTypes.VideoSelectorColorSpaceUsage? = nil, selectorSettings: MediaLiveClientTypes.VideoSelectorSettings? = nil - ) - { + ) { self.colorSpace = colorSpace self.colorSpaceSettings = colorSpaceSettings self.colorSpaceUsage = colorSpaceUsage @@ -4877,8 +4809,7 @@ extension MediaLiveClientTypes { smpte2038DataPreference: MediaLiveClientTypes.Smpte2038DataPreference? = nil, sourceEndBehavior: MediaLiveClientTypes.InputSourceEndBehavior? = nil, videoSelector: MediaLiveClientTypes.VideoSelector? = nil - ) - { + ) { self.audioSelectors = audioSelectors self.captionSelectors = captionSelectors self.deblockFilter = deblockFilter @@ -4915,8 +4846,7 @@ extension MediaLiveClientTypes { inputId: Swift.String? = nil, inputSettings: MediaLiveClientTypes.InputSettings? = nil, logicalInterfaceNames: [Swift.String]? = nil - ) - { + ) { self.automaticInputFailoverSettings = automaticInputFailoverSettings self.inputAttachmentName = inputAttachmentName self.inputId = inputId @@ -5040,8 +4970,7 @@ extension MediaLiveClientTypes { codec: MediaLiveClientTypes.InputCodec? = nil, maximumBitrate: MediaLiveClientTypes.InputMaximumBitrate? = nil, resolution: MediaLiveClientTypes.InputResolution? = nil - ) - { + ) { self.codec = codec self.maximumBitrate = maximumBitrate self.resolution = resolution @@ -5151,8 +5080,7 @@ extension MediaLiveClientTypes { maintenanceDeadline: Swift.String? = nil, maintenanceScheduledDate: Swift.String? = nil, maintenanceStartTime: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceDeadline = maintenanceDeadline self.maintenanceScheduledDate = maintenanceScheduledDate @@ -5236,8 +5164,7 @@ extension MediaLiveClientTypes { networkInterfaceIds: [Swift.String]? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.networkInterfaceIds = networkInterfaceIds self.securityGroupIds = securityGroupIds @@ -5309,8 +5236,7 @@ extension MediaLiveClientTypes { tags: [Swift.String: Swift.String]? = nil, usedChannelEngineVersions: [MediaLiveClientTypes.ChannelEngineVersionResponse]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -5369,8 +5295,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5612,8 +5537,7 @@ extension MediaLiveClientTypes { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.arn = arn self.comparisonOperator = comparisonOperator self.createdAt = createdAt @@ -5689,8 +5613,7 @@ extension MediaLiveClientTypes { inputColorSpace: MediaLiveClientTypes.ColorSpace? = nil, outputColorSpace: MediaLiveClientTypes.ColorSpace? = nil, uri: Swift.String? = nil - ) - { + ) { self.inputColorSpace = inputColorSpace self.outputColorSpace = outputColorSpace self.uri = uri @@ -5770,8 +5693,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, nodes: [Swift.String]? = nil, state: MediaLiveClientTypes.ChannelPlacementGroupState? = nil - ) - { + ) { self.arn = arn self.channels = channels self.clusterId = clusterId @@ -5822,8 +5744,7 @@ extension MediaLiveClientTypes { public init( logicalInterfaceName: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.logicalInterfaceName = logicalInterfaceName self.networkId = networkId } @@ -5842,8 +5763,7 @@ extension MediaLiveClientTypes { public init( defaultRoute: Swift.String? = nil, interfaceMappings: [MediaLiveClientTypes.InterfaceMapping]? = nil - ) - { + ) { self.defaultRoute = defaultRoute self.interfaceMappings = interfaceMappings } @@ -5922,8 +5842,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettings? = nil, state: MediaLiveClientTypes.ClusterState? = nil - ) - { + ) { self.arn = arn self.channelIds = channelIds self.clusterType = clusterType @@ -5945,8 +5864,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -5964,8 +5882,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil, gateway: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.gateway = gateway } @@ -6050,8 +5967,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, routes: [MediaLiveClientTypes.Route]? = nil, state: MediaLiveClientTypes.NetworkState? = nil - ) - { + ) { self.arn = arn self.associatedClusterIds = associatedClusterIds self.id = id @@ -6138,8 +6054,7 @@ extension MediaLiveClientTypes { logicalInterfaceName: Swift.String? = nil, networkInterfaceMode: MediaLiveClientTypes.NetworkInterfaceMode? = nil, physicalInterfaceName: Swift.String? = nil - ) - { + ) { self.logicalInterfaceName = logicalInterfaceName self.networkInterfaceMode = networkInterfaceMode self.physicalInterfaceName = physicalInterfaceName @@ -6276,8 +6191,7 @@ extension MediaLiveClientTypes { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -6328,8 +6242,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -6448,8 +6361,7 @@ extension MediaLiveClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -6474,8 +6386,7 @@ extension MediaLiveClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6526,8 +6437,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil, gateway: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.gateway = gateway } @@ -6546,8 +6456,7 @@ extension MediaLiveClientTypes { public init( availabilityZone: Swift.String? = nil, networkInterfaceId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.networkInterfaceId = networkInterfaceId } @@ -6578,8 +6487,7 @@ extension MediaLiveClientTypes { port: Swift.String? = nil, url: Swift.String? = nil, vpc: MediaLiveClientTypes.InputDestinationVpc? = nil - ) - { + ) { self.ip = ip self.network = network self.networkRoutes = networkRoutes @@ -6629,8 +6537,7 @@ extension MediaLiveClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -6705,8 +6612,7 @@ extension MediaLiveClientTypes { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -6725,8 +6631,7 @@ extension MediaLiveClientTypes { public init( sourceIp: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.sourceIp = sourceIp self.url = url } @@ -6742,8 +6647,7 @@ extension MediaLiveClientTypes { public init( sources: [MediaLiveClientTypes.MulticastSource]? = nil - ) - { + ) { self.sources = sources } } @@ -6764,8 +6668,7 @@ extension MediaLiveClientTypes { passwordParam: Swift.String? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.passwordParam = passwordParam self.url = url self.username = username @@ -6818,8 +6721,7 @@ extension MediaLiveClientTypes { public init( algorithm: MediaLiveClientTypes.Algorithm? = nil, passphraseSecretArn: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.passphraseSecretArn = passphraseSecretArn } @@ -6847,8 +6749,7 @@ extension MediaLiveClientTypes { srtListenerAddress: Swift.String? = nil, srtListenerPort: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.decryption = decryption self.minimumLatency = minimumLatency self.srtListenerAddress = srtListenerAddress @@ -6867,8 +6768,7 @@ extension MediaLiveClientTypes { public init( srtCallerSources: [MediaLiveClientTypes.SrtCallerSource]? = nil - ) - { + ) { self.srtCallerSources = srtCallerSources } } @@ -7036,8 +6936,7 @@ extension MediaLiveClientTypes { state: MediaLiveClientTypes.InputState? = nil, tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputType? = nil - ) - { + ) { self.arn = arn self.attachedChannels = attachedChannels self.destinations = destinations @@ -7073,8 +6972,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil, gateway: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.gateway = gateway } @@ -7099,8 +6997,7 @@ extension MediaLiveClientTypes { networkRoutes: [MediaLiveClientTypes.InputRequestDestinationRoute]? = nil, staticIpAddress: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.network = network self.networkRoutes = networkRoutes self.staticIpAddress = staticIpAddress @@ -7169,8 +7066,7 @@ extension MediaLiveClientTypes { public init( id: Swift.Int? = nil, profile: MediaLiveClientTypes.InputDeviceConfigurableAudioChannelPairProfile? = nil - ) - { + ) { self.id = id self.profile = profile } @@ -7186,8 +7082,7 @@ extension MediaLiveClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7442,8 +7337,7 @@ extension MediaLiveClientTypes { maxBitrate: Swift.Int? = nil, scanType: MediaLiveClientTypes.InputDeviceScanType? = nil, width: Swift.Int? = nil - ) - { + ) { self.activeInput = activeInput self.configuredInput = configuredInput self.deviceState = deviceState @@ -7508,8 +7402,7 @@ extension MediaLiveClientTypes { ipAddress: Swift.String? = nil, ipScheme: MediaLiveClientTypes.InputDeviceIpScheme? = nil, subnetMask: Swift.String? = nil - ) - { + ) { self.dnsAddresses = dnsAddresses self.gateway = gateway self.ipAddress = ipAddress @@ -7642,8 +7535,7 @@ extension MediaLiveClientTypes { public init( id: Swift.Int? = nil, profile: MediaLiveClientTypes.InputDeviceUhdAudioChannelPairProfile? = nil - ) - { + ) { self.id = id self.profile = profile } @@ -7698,8 +7590,7 @@ extension MediaLiveClientTypes { roleArn: Swift.String? = nil, secretArn: Swift.String? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.roleArn = roleArn self.secretArn = secretArn @@ -7750,8 +7641,7 @@ extension MediaLiveClientTypes { mediaconnectSettings: MediaLiveClientTypes.InputDeviceMediaConnectSettings? = nil, scanType: MediaLiveClientTypes.InputDeviceScanType? = nil, width: Swift.Int? = nil - ) - { + ) { self.activeInput = activeInput self.audioChannelPairs = audioChannelPairs self.codec = codec @@ -7822,8 +7712,7 @@ extension MediaLiveClientTypes { tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputDeviceType? = nil, uhdDeviceSettings: MediaLiveClientTypes.InputDeviceUhdSettings? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.connectionState = connectionState @@ -7889,8 +7778,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -7920,8 +7808,7 @@ extension MediaLiveClientTypes { state: MediaLiveClientTypes.InputSecurityGroupState? = nil, tags: [Swift.String: Swift.String]? = nil, whitelistRules: [MediaLiveClientTypes.InputWhitelistRule]? = nil - ) - { + ) { self.arn = arn self.id = id self.inputs = inputs @@ -7947,8 +7834,7 @@ extension MediaLiveClientTypes { passwordParam: Swift.String? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.passwordParam = passwordParam self.url = url self.username = username @@ -7965,8 +7851,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -7984,8 +7869,7 @@ extension MediaLiveClientTypes { public init( logicalInterfaceName: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.logicalInterfaceName = logicalInterfaceName self.networkId = networkId } @@ -8004,8 +7888,7 @@ extension MediaLiveClientTypes { public init( logicalInterfaceName: Swift.String? = nil, networkId: Swift.String? = nil - ) - { + ) { self.logicalInterfaceName = logicalInterfaceName self.networkId = networkId } @@ -8021,8 +7904,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -8037,8 +7919,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -8053,8 +7934,7 @@ extension MediaLiveClientTypes { public init( flowArn: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn } } @@ -8073,8 +7953,7 @@ extension MediaLiveClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -8094,8 +7973,7 @@ extension MediaLiveClientTypes { public init( sourceIp: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.sourceIp = sourceIp self.url = url } @@ -8115,8 +7993,7 @@ extension MediaLiveClientTypes { public init( sourceIp: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.sourceIp = sourceIp self.url = url } @@ -8132,8 +8009,7 @@ extension MediaLiveClientTypes { public init( entitlementArn: Swift.String? = nil - ) - { + ) { self.entitlementArn = entitlementArn } } @@ -8148,8 +8024,7 @@ extension MediaLiveClientTypes { public init( mediaConnectSettings: MediaLiveClientTypes.MultiplexMediaConnectOutputDestinationSettings? = nil - ) - { + ) { self.mediaConnectSettings = mediaConnectSettings } } @@ -8167,8 +8042,7 @@ extension MediaLiveClientTypes { public init( activeChannelPipeline: Swift.String? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.activeChannelPipeline = activeChannelPipeline self.pipelineId = pipelineId } @@ -8187,8 +8061,7 @@ extension MediaLiveClientTypes { public init( channelId: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.programName = programName } @@ -8204,8 +8077,7 @@ extension MediaLiveClientTypes { public init( transportStreamBitrate: Swift.Int? = nil - ) - { + ) { self.transportStreamBitrate = transportStreamBitrate } } @@ -8295,8 +8167,7 @@ extension MediaLiveClientTypes { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.id = id @@ -8325,8 +8196,7 @@ extension MediaLiveClientTypes { logicalInterfaceName: Swift.String? = nil, networkInterfaceMode: MediaLiveClientTypes.NetworkInterfaceMode? = nil, physicalInterfaceName: Swift.String? = nil - ) - { + ) { self.logicalInterfaceName = logicalInterfaceName self.networkInterfaceMode = networkInterfaceMode self.physicalInterfaceName = physicalInterfaceName @@ -8664,8 +8534,7 @@ extension MediaLiveClientTypes { resourceType: MediaLiveClientTypes.ReservationResourceType? = nil, specialFeature: MediaLiveClientTypes.ReservationSpecialFeature? = nil, videoQuality: MediaLiveClientTypes.ReservationVideoQuality? = nil - ) - { + ) { self.channelClass = channelClass self.codec = codec self.maximumBitrate = maximumBitrate @@ -8717,8 +8586,7 @@ extension MediaLiveClientTypes { region: Swift.String? = nil, resourceSpecification: MediaLiveClientTypes.ReservationResourceSpecification? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.arn = arn self.currencyCode = currencyCode self.duration = duration @@ -8961,8 +8829,7 @@ extension MediaLiveClientTypes { networkId: Swift.Int? = nil, networkName: Swift.String? = nil, repInterval: Swift.Int? = nil - ) - { + ) { self.networkId = networkId self.networkName = networkName self.repInterval = repInterval @@ -9024,8 +8891,7 @@ extension MediaLiveClientTypes { repInterval: Swift.Int? = nil, serviceName: Swift.String? = nil, serviceProviderName: Swift.String? = nil - ) - { + ) { self.outputSdt = outputSdt self.repInterval = repInterval self.serviceName = serviceName @@ -9043,8 +8909,7 @@ extension MediaLiveClientTypes { public init( repInterval: Swift.Int? = nil - ) - { + ) { self.repInterval = repInterval } } @@ -9572,8 +9437,7 @@ extension MediaLiveClientTypes { timedMetadataPid: Swift.String? = nil, transportStreamId: Swift.Int? = nil, videoPid: Swift.String? = nil - ) - { + ) { self.absentInputAudioBehavior = absentInputAudioBehavior self.arib = arib self.aribCaptionsPid = aribCaptionsPid @@ -9647,8 +9511,7 @@ extension MediaLiveClientTypes { public init( m2tsSettings: MediaLiveClientTypes.M2tsSettings? = nil, rawSettings: MediaLiveClientTypes.RawSettings? = nil - ) - { + ) { self.m2tsSettings = m2tsSettings self.rawSettings = rawSettings } @@ -9671,8 +9534,7 @@ extension MediaLiveClientTypes { containerSettings: MediaLiveClientTypes.ArchiveContainerSettings? = nil, `extension`: Swift.String? = nil, nameModifier: Swift.String? = nil - ) - { + ) { self.containerSettings = containerSettings self.`extension` = `extension` self.nameModifier = nameModifier @@ -9689,8 +9551,7 @@ extension MediaLiveClientTypes { public init( nameModifier: Swift.String? = nil - ) - { + ) { self.nameModifier = nameModifier } } @@ -9705,8 +9566,7 @@ extension MediaLiveClientTypes { public init( nameModifier: Swift.String? = nil - ) - { + ) { self.nameModifier = nameModifier } } @@ -9826,8 +9686,7 @@ extension MediaLiveClientTypes { audioOnlyImage: MediaLiveClientTypes.InputLocation? = nil, audioTrackType: MediaLiveClientTypes.AudioOnlyHlsTrackType? = nil, segmentType: MediaLiveClientTypes.AudioOnlyHlsSegmentType? = nil - ) - { + ) { self.audioGroupId = audioGroupId self.audioOnlyImage = audioOnlyImage self.audioTrackType = audioTrackType @@ -9911,8 +9770,7 @@ extension MediaLiveClientTypes { audioRenditionSets: Swift.String? = nil, nielsenId3Behavior: MediaLiveClientTypes.Fmp4NielsenId3Behavior? = nil, timedMetadataBehavior: MediaLiveClientTypes.Fmp4TimedMetadataBehavior? = nil - ) - { + ) { self.audioRenditionSets = audioRenditionSets self.nielsenId3Behavior = nielsenId3Behavior self.timedMetadataBehavior = timedMetadataBehavior @@ -10142,8 +10000,7 @@ extension MediaLiveClientTypes { timedMetadataPid: Swift.String? = nil, transportStreamId: Swift.Int? = nil, videoPid: Swift.String? = nil - ) - { + ) { self.audioFramesPerPes = audioFramesPerPes self.audioPids = audioPids self.ecmPid = ecmPid @@ -10180,8 +10037,7 @@ extension MediaLiveClientTypes { public init( audioRenditionSets: Swift.String? = nil, m3u8Settings: MediaLiveClientTypes.M3u8Settings? = nil - ) - { + ) { self.audioRenditionSets = audioRenditionSets self.m3u8Settings = m3u8Settings } @@ -10206,8 +10062,7 @@ extension MediaLiveClientTypes { fmp4HlsSettings: MediaLiveClientTypes.Fmp4HlsSettings? = nil, frameCaptureHlsSettings: MediaLiveClientTypes.FrameCaptureHlsSettings? = nil, standardHlsSettings: MediaLiveClientTypes.StandardHlsSettings? = nil - ) - { + ) { self.audioOnlyHlsSettings = audioOnlyHlsSettings self.fmp4HlsSettings = fmp4HlsSettings self.frameCaptureHlsSettings = frameCaptureHlsSettings @@ -10235,8 +10090,7 @@ extension MediaLiveClientTypes { hlsSettings: MediaLiveClientTypes.HlsSettings? = nil, nameModifier: Swift.String? = nil, segmentModifier: Swift.String? = nil - ) - { + ) { self.h265PackagingType = h265PackagingType self.hlsSettings = hlsSettings self.nameModifier = nameModifier @@ -10296,8 +10150,7 @@ extension MediaLiveClientTypes { public init( h265PackagingType: MediaLiveClientTypes.MsSmoothH265PackagingType? = nil, nameModifier: Swift.String? = nil - ) - { + ) { self.h265PackagingType = h265PackagingType self.nameModifier = nameModifier } @@ -10352,8 +10205,7 @@ extension MediaLiveClientTypes { pcrPeriod: Swift.Int? = nil, scte35Control: MediaLiveClientTypes.M2tsScte35Control? = nil, scte35PrerollPullupMilliseconds: Swift.Double? = nil - ) - { + ) { self.absentInputAudioBehavior = absentInputAudioBehavior self.arib = arib self.audioBufferModel = audioBufferModel @@ -10381,8 +10233,7 @@ extension MediaLiveClientTypes { public init( multiplexM2tsSettings: MediaLiveClientTypes.MultiplexM2tsSettings? = nil - ) - { + ) { self.multiplexM2tsSettings = multiplexM2tsSettings } } @@ -10397,8 +10248,7 @@ extension MediaLiveClientTypes { public init( destinationRefId: Swift.String? = nil - ) - { + ) { self.destinationRefId = destinationRefId } } @@ -10417,8 +10267,7 @@ extension MediaLiveClientTypes { public init( containerSettings: MediaLiveClientTypes.MultiplexContainerSettings? = nil, destination: MediaLiveClientTypes.OutputLocationRef? = nil - ) - { + ) { self.containerSettings = containerSettings self.destination = destination } @@ -10474,8 +10323,7 @@ extension MediaLiveClientTypes { connectionRetryInterval: Swift.Int? = nil, destination: MediaLiveClientTypes.OutputLocationRef? = nil, numRetries: Swift.Int? = nil - ) - { + ) { self.certificateMode = certificateMode self.connectionRetryInterval = connectionRetryInterval self.destination = destination @@ -10493,8 +10341,7 @@ extension MediaLiveClientTypes { public init( m2tsSettings: MediaLiveClientTypes.M2tsSettings? = nil - ) - { + ) { self.m2tsSettings = m2tsSettings } } @@ -10556,8 +10403,7 @@ extension MediaLiveClientTypes { destination: MediaLiveClientTypes.OutputLocationRef? = nil, encryptionType: MediaLiveClientTypes.SrtEncryptionType? = nil, latency: Swift.Int? = nil - ) - { + ) { self.bufferMsec = bufferMsec self.containerSettings = containerSettings self.destination = destination @@ -10612,8 +10458,7 @@ extension MediaLiveClientTypes { columnDepth: Swift.Int? = nil, includeFec: MediaLiveClientTypes.FecOutputIncludeFec? = nil, rowLength: Swift.Int? = nil - ) - { + ) { self.columnDepth = columnDepth self.includeFec = includeFec self.rowLength = rowLength @@ -10641,8 +10486,7 @@ extension MediaLiveClientTypes { containerSettings: MediaLiveClientTypes.UdpContainerSettings? = nil, destination: MediaLiveClientTypes.OutputLocationRef? = nil, fecOutputSettings: MediaLiveClientTypes.FecOutputSettings? = nil - ) - { + ) { self.bufferMsec = bufferMsec self.containerSettings = containerSettings self.destination = destination @@ -10687,8 +10531,7 @@ extension MediaLiveClientTypes { rtmpOutputSettings: MediaLiveClientTypes.RtmpOutputSettings? = nil, srtOutputSettings: MediaLiveClientTypes.SrtOutputSettings? = nil, udpOutputSettings: MediaLiveClientTypes.UdpOutputSettings? = nil - ) - { + ) { self.archiveOutputSettings = archiveOutputSettings self.cmafIngestOutputSettings = cmafIngestOutputSettings self.frameCaptureOutputSettings = frameCaptureOutputSettings @@ -10725,8 +10568,7 @@ extension MediaLiveClientTypes { outputName: Swift.String? = nil, outputSettings: MediaLiveClientTypes.OutputSettings? = nil, videoDescriptionName: Swift.String? = nil - ) - { + ) { self.audioDescriptionNames = audioDescriptionNames self.captionDescriptionNames = captionDescriptionNames self.outputName = outputName @@ -10781,8 +10623,7 @@ extension MediaLiveClientTypes { public init( cannedAcl: MediaLiveClientTypes.S3CannedAcl? = nil - ) - { + ) { self.cannedAcl = cannedAcl } } @@ -10797,8 +10638,7 @@ extension MediaLiveClientTypes { public init( archiveS3Settings: MediaLiveClientTypes.ArchiveS3Settings? = nil - ) - { + ) { self.archiveS3Settings = archiveS3Settings } } @@ -10820,8 +10660,7 @@ extension MediaLiveClientTypes { archiveCdnSettings: MediaLiveClientTypes.ArchiveCdnSettings? = nil, destination: MediaLiveClientTypes.OutputLocationRef? = nil, rolloverInterval: Swift.Int? = nil - ) - { + ) { self.archiveCdnSettings = archiveCdnSettings self.destination = destination self.rolloverInterval = rolloverInterval @@ -10986,8 +10825,7 @@ extension MediaLiveClientTypes { segmentLength: Swift.Int? = nil, segmentLengthUnits: MediaLiveClientTypes.CmafIngestSegmentLengthUnits? = nil, sendDelayMs: Swift.Int? = nil - ) - { + ) { self.destination = destination self.klvBehavior = klvBehavior self.klvNameModifier = klvNameModifier @@ -11011,8 +10849,7 @@ extension MediaLiveClientTypes { public init( cannedAcl: MediaLiveClientTypes.S3CannedAcl? = nil - ) - { + ) { self.cannedAcl = cannedAcl } } @@ -11027,8 +10864,7 @@ extension MediaLiveClientTypes { public init( frameCaptureS3Settings: MediaLiveClientTypes.FrameCaptureS3Settings? = nil - ) - { + ) { self.frameCaptureS3Settings = frameCaptureS3Settings } } @@ -11047,8 +10883,7 @@ extension MediaLiveClientTypes { public init( destination: MediaLiveClientTypes.OutputLocationRef? = nil, frameCaptureCdnSettings: MediaLiveClientTypes.FrameCaptureCdnSettings? = nil - ) - { + ) { self.destination = destination self.frameCaptureCdnSettings = frameCaptureCdnSettings } @@ -11295,8 +11130,7 @@ extension MediaLiveClientTypes { restartDelay: Swift.Int? = nil, salt: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.connectionRetryInterval = connectionRetryInterval self.filecacheDuration = filecacheDuration self.httpTransferMode = httpTransferMode @@ -11326,8 +11160,7 @@ extension MediaLiveClientTypes { filecacheDuration: Swift.Int? = nil, numRetries: Swift.Int? = nil, restartDelay: Swift.Int? = nil - ) - { + ) { self.connectionRetryInterval = connectionRetryInterval self.filecacheDuration = filecacheDuration self.numRetries = numRetries @@ -11384,8 +11217,7 @@ extension MediaLiveClientTypes { mediaStoreStorageClass: MediaLiveClientTypes.HlsMediaStoreStorageClass? = nil, numRetries: Swift.Int? = nil, restartDelay: Swift.Int? = nil - ) - { + ) { self.connectionRetryInterval = connectionRetryInterval self.filecacheDuration = filecacheDuration self.mediaStoreStorageClass = mediaStoreStorageClass @@ -11404,8 +11236,7 @@ extension MediaLiveClientTypes { public init( cannedAcl: MediaLiveClientTypes.S3CannedAcl? = nil - ) - { + ) { self.cannedAcl = cannedAcl } } @@ -11462,8 +11293,7 @@ extension MediaLiveClientTypes { httpTransferMode: MediaLiveClientTypes.HlsWebdavHttpTransferMode? = nil, numRetries: Swift.Int? = nil, restartDelay: Swift.Int? = nil - ) - { + ) { self.connectionRetryInterval = connectionRetryInterval self.filecacheDuration = filecacheDuration self.httpTransferMode = httpTransferMode @@ -11494,8 +11324,7 @@ extension MediaLiveClientTypes { hlsMediaStoreSettings: MediaLiveClientTypes.HlsMediaStoreSettings? = nil, hlsS3Settings: MediaLiveClientTypes.HlsS3Settings? = nil, hlsWebdavSettings: MediaLiveClientTypes.HlsWebdavSettings? = nil - ) - { + ) { self.hlsAkamaiSettings = hlsAkamaiSettings self.hlsBasicPutSettings = hlsBasicPutSettings self.hlsMediaStoreSettings = hlsMediaStoreSettings @@ -11698,8 +11527,7 @@ extension MediaLiveClientTypes { public init( keyProviderServer: MediaLiveClientTypes.InputLocation? = nil, staticKeyValue: Swift.String? = nil - ) - { + ) { self.keyProviderServer = keyProviderServer self.staticKeyValue = staticKeyValue } @@ -11715,8 +11543,7 @@ extension MediaLiveClientTypes { public init( staticKeySettings: MediaLiveClientTypes.StaticKeySettings? = nil - ) - { + ) { self.staticKeySettings = staticKeySettings } } @@ -12194,8 +12021,7 @@ extension MediaLiveClientTypes { timedMetadataId3Period: Swift.Int? = nil, timestampDeltaMilliseconds: Swift.Int? = nil, tsFileMode: MediaLiveClientTypes.HlsTsFileMode? = nil - ) - { + ) { self.adMarkers = adMarkers self.baseUrlContent = baseUrlContent self.baseUrlContent1 = baseUrlContent1 @@ -12253,8 +12079,7 @@ extension MediaLiveClientTypes { public init( destination: MediaLiveClientTypes.OutputLocationRef? = nil - ) - { + ) { self.destination = destination } } @@ -12616,8 +12441,7 @@ extension MediaLiveClientTypes { streamManifestBehavior: MediaLiveClientTypes.SmoothGroupStreamManifestBehavior? = nil, timestampOffset: Swift.String? = nil, timestampOffsetMode: MediaLiveClientTypes.SmoothGroupTimestampOffsetMode? = nil - ) - { + ) { self.acquisitionPointId = acquisitionPointId self.audioOnlyTimecodeControl = audioOnlyTimecodeControl self.certificateMode = certificateMode @@ -12867,8 +12691,7 @@ extension MediaLiveClientTypes { includeFillerNalUnits: MediaLiveClientTypes.IncludeFillerNalUnits? = nil, inputLossAction: MediaLiveClientTypes.InputLossActionForRtmpOut? = nil, restartDelay: Swift.Int? = nil - ) - { + ) { self.adMarkers = adMarkers self.authenticationScheme = authenticationScheme self.cacheFullBehavior = cacheFullBehavior @@ -12923,8 +12746,7 @@ extension MediaLiveClientTypes { public init( inputLossAction: MediaLiveClientTypes.InputLossActionForUdpOut? = nil - ) - { + ) { self.inputLossAction = inputLossAction } } @@ -12978,8 +12800,7 @@ extension MediaLiveClientTypes { inputLossAction: MediaLiveClientTypes.InputLossActionForUdpOut? = nil, timedMetadataId3Frame: MediaLiveClientTypes.UdpTimedMetadataId3Frame? = nil, timedMetadataId3Period: Swift.Int? = nil - ) - { + ) { self.inputLossAction = inputLossAction self.timedMetadataId3Frame = timedMetadataId3Frame self.timedMetadataId3Period = timedMetadataId3Period @@ -13023,8 +12844,7 @@ extension MediaLiveClientTypes { rtmpGroupSettings: MediaLiveClientTypes.RtmpGroupSettings? = nil, srtGroupSettings: MediaLiveClientTypes.SrtGroupSettings? = nil, udpGroupSettings: MediaLiveClientTypes.UdpGroupSettings? = nil - ) - { + ) { self.archiveGroupSettings = archiveGroupSettings self.cmafIngestGroupSettings = cmafIngestGroupSettings self.frameCaptureGroupSettings = frameCaptureGroupSettings @@ -13056,8 +12876,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, outputGroupSettings: MediaLiveClientTypes.OutputGroupSettings? = nil, outputs: [MediaLiveClientTypes.Output]? = nil - ) - { + ) { self.name = name self.outputGroupSettings = outputGroupSettings self.outputs = outputs @@ -13089,8 +12908,7 @@ extension MediaLiveClientTypes { activeMotionGraphicsUri: Swift.String? = nil, channelEngineVersion: MediaLiveClientTypes.ChannelEngineVersionResponse? = nil, pipelineId: Swift.String? = nil - ) - { + ) { self.activeInputAttachmentName = activeInputAttachmentName self.activeInputSwitchActionName = activeInputSwitchActionName self.activeMotionGraphicsActionName = activeMotionGraphicsActionName @@ -13141,8 +12959,7 @@ extension MediaLiveClientTypes { public init( pipelineId: MediaLiveClientTypes.PipelineId? = nil - ) - { + ) { self.pipelineId = pipelineId } } @@ -13193,8 +13010,7 @@ extension MediaLiveClientTypes { public init( automaticRenewal: MediaLiveClientTypes.ReservationAutomaticRenewal? = nil, renewalCount: Swift.Int? = nil - ) - { + ) { self.automaticRenewal = automaticRenewal self.renewalCount = renewalCount } @@ -13300,8 +13116,7 @@ extension MediaLiveClientTypes { state: MediaLiveClientTypes.ReservationState? = nil, tags: [Swift.String: Swift.String]? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.arn = arn self.count = count self.currencyCode = currencyCode @@ -13337,8 +13152,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil, gateway: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.gateway = gateway } @@ -13357,8 +13171,7 @@ extension MediaLiveClientTypes { public init( cidr: Swift.String? = nil, gateway: Swift.String? = nil - ) - { + ) { self.cidr = cidr self.gateway = gateway } @@ -13377,8 +13190,7 @@ extension MediaLiveClientTypes { public init( id3: Swift.String? = nil, tag: Swift.String? = nil - ) - { + ) { self.id3 = id3 self.tag = tag } @@ -13395,8 +13207,7 @@ extension MediaLiveClientTypes { public init( id3: Swift.String? = nil - ) - { + ) { self.id3 = id3 } } @@ -13441,8 +13252,7 @@ extension MediaLiveClientTypes { public init( timecode: Swift.String? = nil - ) - { + ) { self.timecode = timecode } } @@ -13490,8 +13300,7 @@ extension MediaLiveClientTypes { public init( lastFrameClippingBehavior: MediaLiveClientTypes.LastFrameClippingBehavior? = nil, timecode: Swift.String? = nil - ) - { + ) { self.lastFrameClippingBehavior = lastFrameClippingBehavior self.timecode = timecode } @@ -13514,8 +13323,7 @@ extension MediaLiveClientTypes { inputTimecodeSource: MediaLiveClientTypes.InputTimecodeSource? = nil, startTimecode: MediaLiveClientTypes.StartTimecode? = nil, stopTimecode: MediaLiveClientTypes.StopTimecode? = nil - ) - { + ) { self.inputTimecodeSource = inputTimecodeSource self.startTimecode = startTimecode self.stopTimecode = stopTimecode @@ -13538,8 +13346,7 @@ extension MediaLiveClientTypes { inputAttachmentNameReference: Swift.String? = nil, inputClippingSettings: MediaLiveClientTypes.InputClippingSettings? = nil, urlPath: [Swift.String]? = nil - ) - { + ) { self.inputAttachmentNameReference = inputAttachmentNameReference self.inputClippingSettings = inputClippingSettings self.urlPath = urlPath @@ -13563,8 +13370,7 @@ extension MediaLiveClientTypes { inputAttachmentNameReference: Swift.String? = nil, inputClippingSettings: MediaLiveClientTypes.InputClippingSettings? = nil, urlPath: [Swift.String]? = nil - ) - { + ) { self.inputAttachmentNameReference = inputAttachmentNameReference self.inputClippingSettings = inputClippingSettings self.urlPath = urlPath @@ -13590,8 +13396,7 @@ extension MediaLiveClientTypes { passwordParam: Swift.String? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.duration = duration self.passwordParam = passwordParam self.url = url @@ -13618,8 +13423,7 @@ extension MediaLiveClientTypes { public init( pipelines: [MediaLiveClientTypes.PipelinePauseStateSettings]? = nil - ) - { + ) { self.pipelines = pipelines } } @@ -13668,8 +13472,7 @@ extension MediaLiveClientTypes { public init( inputAttachmentNameReference: Swift.String? = nil, mode: MediaLiveClientTypes.Scte35InputMode? = nil - ) - { + ) { self.inputAttachmentNameReference = inputAttachmentNameReference self.mode = mode } @@ -13686,8 +13489,7 @@ extension MediaLiveClientTypes { public init( spliceEventId: Swift.Int? = nil - ) - { + ) { self.spliceEventId = spliceEventId } } @@ -13706,8 +13508,7 @@ extension MediaLiveClientTypes { public init( duration: Swift.Int? = nil, spliceEventId: Swift.Int? = nil - ) - { + ) { self.duration = duration self.spliceEventId = spliceEventId } @@ -13862,8 +13663,7 @@ extension MediaLiveClientTypes { deviceRestrictions: MediaLiveClientTypes.Scte35DeviceRestrictions? = nil, noRegionalBlackoutFlag: MediaLiveClientTypes.Scte35NoRegionalBlackoutFlag? = nil, webDeliveryAllowedFlag: MediaLiveClientTypes.Scte35WebDeliveryAllowedFlag? = nil - ) - { + ) { self.archiveAllowedFlag = archiveAllowedFlag self.deviceRestrictions = deviceRestrictions self.noRegionalBlackoutFlag = noRegionalBlackoutFlag @@ -13943,8 +13743,7 @@ extension MediaLiveClientTypes { segmentsExpected: Swift.Int? = nil, subSegmentNum: Swift.Int? = nil, subSegmentsExpected: Swift.Int? = nil - ) - { + ) { self.deliveryRestrictions = deliveryRestrictions self.segmentNum = segmentNum self.segmentationCancelIndicator = segmentationCancelIndicator @@ -13970,8 +13769,7 @@ extension MediaLiveClientTypes { public init( segmentationDescriptorScte35DescriptorSettings: MediaLiveClientTypes.Scte35SegmentationDescriptor? = nil - ) - { + ) { self.segmentationDescriptorScte35DescriptorSettings = segmentationDescriptorScte35DescriptorSettings } } @@ -13987,8 +13785,7 @@ extension MediaLiveClientTypes { public init( scte35DescriptorSettings: MediaLiveClientTypes.Scte35DescriptorSettings? = nil - ) - { + ) { self.scte35DescriptorSettings = scte35DescriptorSettings } } @@ -14004,8 +13801,7 @@ extension MediaLiveClientTypes { public init( scte35Descriptors: [MediaLiveClientTypes.Scte35Descriptor]? = nil - ) - { + ) { self.scte35Descriptors = scte35Descriptors } } @@ -14048,8 +13844,7 @@ extension MediaLiveClientTypes { layer: Swift.Int? = nil, opacity: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.duration = duration self.fadeIn = fadeIn self.fadeOut = fadeOut @@ -14076,8 +13871,7 @@ extension MediaLiveClientTypes { public init( fadeOut: Swift.Int? = nil, layer: Swift.Int? = nil - ) - { + ) { self.fadeOut = fadeOut self.layer = layer } @@ -14125,8 +13919,7 @@ extension MediaLiveClientTypes { opacity: Swift.Int? = nil, outputNames: [Swift.String]? = nil, width: Swift.Int? = nil - ) - { + ) { self.duration = duration self.fadeIn = fadeIn self.fadeOut = fadeOut @@ -14158,8 +13951,7 @@ extension MediaLiveClientTypes { fadeOut: Swift.Int? = nil, layer: Swift.Int? = nil, outputNames: [Swift.String]? = nil - ) - { + ) { self.fadeOut = fadeOut self.layer = layer self.outputNames = outputNames @@ -14218,8 +14010,7 @@ extension MediaLiveClientTypes { staticImageDeactivateSettings: MediaLiveClientTypes.StaticImageDeactivateScheduleActionSettings? = nil, staticImageOutputActivateSettings: MediaLiveClientTypes.StaticImageOutputActivateScheduleActionSettings? = nil, staticImageOutputDeactivateSettings: MediaLiveClientTypes.StaticImageOutputDeactivateScheduleActionSettings? = nil - ) - { + ) { self.hlsId3SegmentTaggingSettings = hlsId3SegmentTaggingSettings self.hlsTimedMetadataSettings = hlsTimedMetadataSettings self.inputPrepareSettings = inputPrepareSettings @@ -14249,8 +14040,7 @@ extension MediaLiveClientTypes { public init( time: Swift.String? = nil - ) - { + ) { self.time = time } } @@ -14300,8 +14090,7 @@ extension MediaLiveClientTypes { public init( followPoint: MediaLiveClientTypes.FollowPoint? = nil, referenceActionName: Swift.String? = nil - ) - { + ) { self.followPoint = followPoint self.referenceActionName = referenceActionName } @@ -14332,8 +14121,7 @@ extension MediaLiveClientTypes { fixedModeScheduleActionStartSettings: MediaLiveClientTypes.FixedModeScheduleActionStartSettings? = nil, followModeScheduleActionStartSettings: MediaLiveClientTypes.FollowModeScheduleActionStartSettings? = nil, immediateModeScheduleActionStartSettings: MediaLiveClientTypes.ImmediateModeScheduleActionStartSettings? = nil - ) - { + ) { self.fixedModeScheduleActionStartSettings = fixedModeScheduleActionStartSettings self.followModeScheduleActionStartSettings = followModeScheduleActionStartSettings self.immediateModeScheduleActionStartSettings = immediateModeScheduleActionStartSettings @@ -14359,8 +14147,7 @@ extension MediaLiveClientTypes { actionName: Swift.String? = nil, scheduleActionSettings: MediaLiveClientTypes.ScheduleActionSettings? = nil, scheduleActionStartSettings: MediaLiveClientTypes.ScheduleActionStartSettings? = nil - ) - { + ) { self.actionName = actionName self.scheduleActionSettings = scheduleActionSettings self.scheduleActionStartSettings = scheduleActionStartSettings @@ -14512,8 +14299,7 @@ extension MediaLiveClientTypes { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -14539,8 +14325,7 @@ extension MediaLiveClientTypes { public init( algorithm: MediaLiveClientTypes.Algorithm? = nil, passphraseSecretArn: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.passphraseSecretArn = passphraseSecretArn } @@ -14568,8 +14353,7 @@ extension MediaLiveClientTypes { srtListenerAddress: Swift.String? = nil, srtListenerPort: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.decryption = decryption self.minimumLatency = minimumLatency self.srtListenerAddress = srtListenerAddress @@ -14627,8 +14411,7 @@ extension MediaLiveClientTypes { contentType: Swift.String? = nil, thumbnailType: MediaLiveClientTypes.ThumbnailType? = nil, timeStamp: Foundation.Date? = nil - ) - { + ) { self.body = body self.contentType = contentType self.thumbnailType = thumbnailType @@ -14649,8 +14432,7 @@ extension MediaLiveClientTypes { public init( pipelineId: Swift.String? = nil, thumbnails: [MediaLiveClientTypes.Thumbnail]? = nil - ) - { + ) { self.pipelineId = pipelineId self.thumbnails = thumbnails } @@ -14705,8 +14487,7 @@ extension MediaLiveClientTypes { message: Swift.String? = nil, targetCustomerId: Swift.String? = nil, transferType: MediaLiveClientTypes.InputDeviceTransferType? = nil - ) - { + ) { self.id = id self.message = message self.targetCustomerId = targetCustomerId @@ -14727,8 +14508,7 @@ extension MediaLiveClientTypes { public init( elementPath: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.elementPath = elementPath self.errorMessage = errorMessage } @@ -14813,8 +14593,7 @@ extension MediaLiveClientTypes { hdr10Settings: MediaLiveClientTypes.Hdr10Settings? = nil, rec601Settings: MediaLiveClientTypes.Rec601Settings? = nil, rec709Settings: MediaLiveClientTypes.Rec709Settings? = nil - ) - { + ) { self.colorSpacePassthroughSettings = colorSpacePassthroughSettings self.hdr10Settings = hdr10Settings self.rec601Settings = rec601Settings @@ -15146,8 +14925,7 @@ extension MediaLiveClientTypes { fontSize: MediaLiveClientTypes.TimecodeBurninFontSize? = nil, position: MediaLiveClientTypes.TimecodeBurninPosition? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.fontSize = fontSize self.position = position self.`prefix` = `prefix` @@ -15214,8 +14992,7 @@ extension MediaLiveClientTypes { qvbrQualityLevel: Swift.Int? = nil, sceneChangeDetect: MediaLiveClientTypes.Av1SceneChangeDetect? = nil, timecodeBurninSettings: MediaLiveClientTypes.TimecodeBurninSettings? = nil - ) - { + ) { self.afdSignaling = afdSignaling self.bufSize = bufSize self.colorSpaceSettings = colorSpaceSettings @@ -15282,8 +15059,7 @@ extension MediaLiveClientTypes { captureInterval: Swift.Int? = nil, captureIntervalUnits: MediaLiveClientTypes.FrameCaptureIntervalUnit? = nil, timecodeBurninSettings: MediaLiveClientTypes.TimecodeBurninSettings? = nil - ) - { + ) { self.captureInterval = captureInterval self.captureIntervalUnits = captureIntervalUnits self.timecodeBurninSettings = timecodeBurninSettings @@ -15381,8 +15157,7 @@ extension MediaLiveClientTypes { colorSpacePassthroughSettings: MediaLiveClientTypes.ColorSpacePassthroughSettings? = nil, rec601Settings: MediaLiveClientTypes.Rec601Settings? = nil, rec709Settings: MediaLiveClientTypes.Rec709Settings? = nil - ) - { + ) { self.colorSpacePassthroughSettings = colorSpacePassthroughSettings self.rec601Settings = rec601Settings self.rec709Settings = rec709Settings @@ -15507,8 +15282,7 @@ extension MediaLiveClientTypes { public init( postFilterSharpening: MediaLiveClientTypes.BandwidthReductionPostFilterSharpening? = nil, strength: MediaLiveClientTypes.BandwidthReductionFilterStrength? = nil - ) - { + ) { self.postFilterSharpening = postFilterSharpening self.strength = strength } @@ -15639,8 +15413,7 @@ extension MediaLiveClientTypes { public init( postFilterSharpening: MediaLiveClientTypes.TemporalFilterPostFilterSharpening? = nil, strength: MediaLiveClientTypes.TemporalFilterStrength? = nil - ) - { + ) { self.postFilterSharpening = postFilterSharpening self.strength = strength } @@ -15659,8 +15432,7 @@ extension MediaLiveClientTypes { public init( bandwidthReductionFilterSettings: MediaLiveClientTypes.BandwidthReductionFilterSettings? = nil, temporalFilterSettings: MediaLiveClientTypes.TemporalFilterSettings? = nil - ) - { + ) { self.bandwidthReductionFilterSettings = bandwidthReductionFilterSettings self.temporalFilterSettings = temporalFilterSettings } @@ -16426,8 +16198,7 @@ extension MediaLiveClientTypes { temporalAq: MediaLiveClientTypes.H264TemporalAq? = nil, timecodeBurninSettings: MediaLiveClientTypes.TimecodeBurninSettings? = nil, timecodeInsertion: MediaLiveClientTypes.H264TimecodeInsertionBehavior? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.afdSignaling = afdSignaling self.bitrate = bitrate @@ -16610,8 +16381,7 @@ extension MediaLiveClientTypes { hdr10Settings: MediaLiveClientTypes.Hdr10Settings? = nil, rec601Settings: MediaLiveClientTypes.Rec601Settings? = nil, rec709Settings: MediaLiveClientTypes.Rec709Settings? = nil - ) - { + ) { self.colorSpacePassthroughSettings = colorSpacePassthroughSettings self.dolbyVision81Settings = dolbyVision81Settings self.hdr10Settings = hdr10Settings @@ -16663,8 +16433,7 @@ extension MediaLiveClientTypes { public init( bandwidthReductionFilterSettings: MediaLiveClientTypes.BandwidthReductionFilterSettings? = nil, temporalFilterSettings: MediaLiveClientTypes.TemporalFilterSettings? = nil - ) - { + ) { self.bandwidthReductionFilterSettings = bandwidthReductionFilterSettings self.temporalFilterSettings = temporalFilterSettings } @@ -17265,8 +17034,7 @@ extension MediaLiveClientTypes { timecodeBurninSettings: MediaLiveClientTypes.TimecodeBurninSettings? = nil, timecodeInsertion: MediaLiveClientTypes.H265TimecodeInsertionBehavior? = nil, treeblockSize: MediaLiveClientTypes.H265TreeblockSize? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.afdSignaling = afdSignaling self.alternativeTransferFunction = alternativeTransferFunction @@ -17447,8 +17215,7 @@ extension MediaLiveClientTypes { public init( temporalFilterSettings: MediaLiveClientTypes.TemporalFilterSettings? = nil - ) - { + ) { self.temporalFilterSettings = temporalFilterSettings } } @@ -17633,8 +17400,7 @@ extension MediaLiveClientTypes { subgopLength: MediaLiveClientTypes.Mpeg2SubGopLength? = nil, timecodeBurninSettings: MediaLiveClientTypes.TimecodeBurninSettings? = nil, timecodeInsertion: MediaLiveClientTypes.Mpeg2TimecodeInsertionBehavior? = nil - ) - { + ) { self.adaptiveQuantization = adaptiveQuantization self.afdSignaling = afdSignaling self.colorMetadata = colorMetadata @@ -17677,8 +17443,7 @@ extension MediaLiveClientTypes { h264Settings: MediaLiveClientTypes.H264Settings? = nil, h265Settings: MediaLiveClientTypes.H265Settings? = nil, mpeg2Settings: MediaLiveClientTypes.Mpeg2Settings? = nil - ) - { + ) { self.av1Settings = av1Settings self.frameCaptureSettings = frameCaptureSettings self.h264Settings = h264Settings @@ -17779,8 +17544,7 @@ extension MediaLiveClientTypes { scalingBehavior: MediaLiveClientTypes.VideoDescriptionScalingBehavior? = nil, sharpness: Swift.Int? = nil, width: Swift.Int? = nil - ) - { + ) { self.codecSettings = codecSettings self.height = height self.name = name @@ -17838,8 +17602,7 @@ public struct BadGatewayException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17863,8 +17626,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17888,8 +17650,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17913,8 +17674,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17938,8 +17698,7 @@ public struct GatewayTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17963,8 +17722,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17988,8 +17746,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18013,8 +17770,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18041,8 +17797,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, validationErrors: [MediaLiveClientTypes.ValidationError]? = nil - ) - { + ) { self.properties.message = message self.properties.validationErrors = validationErrors } @@ -18056,8 +17811,7 @@ public struct AcceptInputDeviceTransferInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -18077,8 +17831,7 @@ extension MediaLiveClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -18096,8 +17849,7 @@ extension MediaLiveClientTypes { public init( channelPlacementGroupId: Swift.String? = nil, clusterId: Swift.String? = nil - ) - { + ) { self.channelPlacementGroupId = channelPlacementGroupId self.clusterId = clusterId } @@ -18146,8 +17898,7 @@ extension MediaLiveClientTypes { public init( availBlankingImage: MediaLiveClientTypes.InputLocation? = nil, state: MediaLiveClientTypes.AvailBlankingState? = nil - ) - { + ) { self.availBlankingImage = availBlankingImage self.state = state } @@ -18180,8 +17931,7 @@ extension MediaLiveClientTypes { poisEndpoint: Swift.String? = nil, username: Swift.String? = nil, zoneIdentity: Swift.String? = nil - ) - { + ) { self.acquisitionPointId = acquisitionPointId self.adAvailOffset = adAvailOffset self.passwordParam = passwordParam @@ -18267,8 +18017,7 @@ extension MediaLiveClientTypes { adAvailOffset: Swift.Int? = nil, noRegionalBlackoutFlag: MediaLiveClientTypes.Scte35SpliceInsertNoRegionalBlackoutBehavior? = nil, webDeliveryAllowedFlag: MediaLiveClientTypes.Scte35SpliceInsertWebDeliveryAllowedBehavior? = nil - ) - { + ) { self.adAvailOffset = adAvailOffset self.noRegionalBlackoutFlag = noRegionalBlackoutFlag self.webDeliveryAllowedFlag = webDeliveryAllowedFlag @@ -18351,8 +18100,7 @@ extension MediaLiveClientTypes { adAvailOffset: Swift.Int? = nil, noRegionalBlackoutFlag: MediaLiveClientTypes.Scte35AposNoRegionalBlackoutBehavior? = nil, webDeliveryAllowedFlag: MediaLiveClientTypes.Scte35AposWebDeliveryAllowedBehavior? = nil - ) - { + ) { self.adAvailOffset = adAvailOffset self.noRegionalBlackoutFlag = noRegionalBlackoutFlag self.webDeliveryAllowedFlag = webDeliveryAllowedFlag @@ -18375,8 +18123,7 @@ extension MediaLiveClientTypes { esam: MediaLiveClientTypes.Esam? = nil, scte35SpliceInsert: MediaLiveClientTypes.Scte35SpliceInsert? = nil, scte35TimeSignalApos: MediaLiveClientTypes.Scte35TimeSignalApos? = nil - ) - { + ) { self.esam = esam self.scte35SpliceInsert = scte35SpliceInsert self.scte35TimeSignalApos = scte35TimeSignalApos @@ -18426,8 +18173,7 @@ extension MediaLiveClientTypes { public init( availSettings: MediaLiveClientTypes.AvailSettings? = nil, scte35SegmentationScope: MediaLiveClientTypes.Scte35SegmentationScope? = nil - ) - { + ) { self.availSettings = availSettings self.scte35SegmentationScope = scte35SegmentationScope } @@ -18450,8 +18196,7 @@ public struct BatchDeleteInput: Swift.Sendable { inputIds: [Swift.String]? = nil, inputSecurityGroupIds: [Swift.String]? = nil, multiplexIds: [Swift.String]? = nil - ) - { + ) { self.channelIds = channelIds self.inputIds = inputIds self.inputSecurityGroupIds = inputSecurityGroupIds @@ -18469,8 +18214,7 @@ public struct BatchDeleteOutput: Swift.Sendable { public init( failed: [MediaLiveClientTypes.BatchFailedResultModel]? = nil, successful: [MediaLiveClientTypes.BatchSuccessfulResultModel]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -18486,8 +18230,7 @@ extension MediaLiveClientTypes { public init( scheduleActions: [MediaLiveClientTypes.ScheduleAction]? = nil - ) - { + ) { self.scheduleActions = scheduleActions } } @@ -18503,8 +18246,7 @@ extension MediaLiveClientTypes { public init( scheduleActions: [MediaLiveClientTypes.ScheduleAction]? = nil - ) - { + ) { self.scheduleActions = scheduleActions } } @@ -18520,8 +18262,7 @@ extension MediaLiveClientTypes { public init( actionNames: [Swift.String]? = nil - ) - { + ) { self.actionNames = actionNames } } @@ -18537,8 +18278,7 @@ extension MediaLiveClientTypes { public init( scheduleActions: [MediaLiveClientTypes.ScheduleAction]? = nil - ) - { + ) { self.scheduleActions = scheduleActions } } @@ -18554,8 +18294,7 @@ public struct BatchStartInput: Swift.Sendable { public init( channelIds: [Swift.String]? = nil, multiplexIds: [Swift.String]? = nil - ) - { + ) { self.channelIds = channelIds self.multiplexIds = multiplexIds } @@ -18571,8 +18310,7 @@ public struct BatchStartOutput: Swift.Sendable { public init( failed: [MediaLiveClientTypes.BatchFailedResultModel]? = nil, successful: [MediaLiveClientTypes.BatchSuccessfulResultModel]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -18588,8 +18326,7 @@ public struct BatchStopInput: Swift.Sendable { public init( channelIds: [Swift.String]? = nil, multiplexIds: [Swift.String]? = nil - ) - { + ) { self.channelIds = channelIds self.multiplexIds = multiplexIds } @@ -18605,8 +18342,7 @@ public struct BatchStopOutput: Swift.Sendable { public init( failed: [MediaLiveClientTypes.BatchFailedResultModel]? = nil, successful: [MediaLiveClientTypes.BatchSuccessfulResultModel]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -18626,8 +18362,7 @@ public struct BatchUpdateScheduleInput: Swift.Sendable { channelId: Swift.String? = nil, creates: MediaLiveClientTypes.BatchScheduleActionCreateRequest? = nil, deletes: MediaLiveClientTypes.BatchScheduleActionDeleteRequest? = nil - ) - { + ) { self.channelId = channelId self.creates = creates self.deletes = deletes @@ -18644,8 +18379,7 @@ public struct BatchUpdateScheduleOutput: Swift.Sendable { public init( creates: MediaLiveClientTypes.BatchScheduleActionCreateResult? = nil, deletes: MediaLiveClientTypes.BatchScheduleActionDeleteResult? = nil - ) - { + ) { self.creates = creates self.deletes = deletes } @@ -18732,8 +18466,7 @@ extension MediaLiveClientTypes { networkEndBlackoutImage: MediaLiveClientTypes.InputLocation? = nil, networkId: Swift.String? = nil, state: MediaLiveClientTypes.BlackoutSlateState? = nil - ) - { + ) { self.blackoutSlateImage = blackoutSlateImage self.networkEndBlackout = networkEndBlackout self.networkEndBlackoutImage = networkEndBlackoutImage @@ -18751,8 +18484,7 @@ public struct CancelInputDeviceTransferInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -18773,8 +18505,7 @@ extension MediaLiveClientTypes { public init( globalColorCorrections: [MediaLiveClientTypes.ColorCorrection]? = nil - ) - { + ) { self.globalColorCorrections = globalColorCorrections } } @@ -18852,8 +18583,7 @@ extension MediaLiveClientTypes { public init( inputPrepareScheduleActions: MediaLiveClientTypes.FeatureActivationsInputPrepareScheduleActions? = nil, outputStaticImageOverlayScheduleActions: MediaLiveClientTypes.FeatureActivationsOutputStaticImageOverlayScheduleActions? = nil - ) - { + ) { self.inputPrepareScheduleActions = inputPrepareScheduleActions self.outputStaticImageOverlayScheduleActions = outputStaticImageOverlayScheduleActions } @@ -18941,8 +18671,7 @@ extension MediaLiveClientTypes { inputLossImageSlate: MediaLiveClientTypes.InputLocation? = nil, inputLossImageType: MediaLiveClientTypes.InputLossImageType? = nil, repeatFrameMsec: Swift.Int? = nil - ) - { + ) { self.blackFrameMsec = blackFrameMsec self.inputLossImageColor = inputLossImageColor self.inputLossImageSlate = inputLossImageSlate @@ -18994,8 +18723,7 @@ extension MediaLiveClientTypes { public init( customEpoch: Swift.String? = nil, jamSyncTime: Swift.String? = nil - ) - { + ) { self.customEpoch = customEpoch self.jamSyncTime = jamSyncTime } @@ -19023,8 +18751,7 @@ extension MediaLiveClientTypes { public init( epochLockingSettings: MediaLiveClientTypes.EpochLockingSettings? = nil, pipelineLockingSettings: MediaLiveClientTypes.PipelineLockingSettings? = nil - ) - { + ) { self.epochLockingSettings = epochLockingSettings self.pipelineLockingSettings = pipelineLockingSettings } @@ -19118,8 +18845,7 @@ extension MediaLiveClientTypes { outputLockingSettings: MediaLiveClientTypes.OutputLockingSettings? = nil, outputTimingSource: MediaLiveClientTypes.GlobalConfigurationOutputTimingSource? = nil, supportLowFramerateInputs: MediaLiveClientTypes.GlobalConfigurationLowFramerateInputs? = nil - ) - { + ) { self.initialAudioGain = initialAudioGain self.inputEndAction = inputEndAction self.inputLossBehavior = inputLossBehavior @@ -19179,8 +18905,7 @@ extension MediaLiveClientTypes { public init( htmlMotionGraphicsSettings: MediaLiveClientTypes.HtmlMotionGraphicsSettings? = nil - ) - { + ) { self.htmlMotionGraphicsSettings = htmlMotionGraphicsSettings } } @@ -19199,8 +18924,7 @@ extension MediaLiveClientTypes { public init( motionGraphicsInsertion: MediaLiveClientTypes.MotionGraphicsInsertion? = nil, motionGraphicsSettings: MediaLiveClientTypes.MotionGraphicsSettings? = nil - ) - { + ) { self.motionGraphicsInsertion = motionGraphicsInsertion self.motionGraphicsSettings = motionGraphicsSettings } @@ -19249,8 +18973,7 @@ extension MediaLiveClientTypes { public init( distributorId: Swift.String? = nil, nielsenPcmToId3Tagging: MediaLiveClientTypes.NielsenPcmToId3TaggingState? = nil - ) - { + ) { self.distributorId = distributorId self.nielsenPcmToId3Tagging = nielsenPcmToId3Tagging } @@ -19297,8 +19020,7 @@ extension MediaLiveClientTypes { public init( state: MediaLiveClientTypes.ThumbnailState? = nil - ) - { + ) { self.state = state } } @@ -19350,8 +19072,7 @@ extension MediaLiveClientTypes { public init( source: MediaLiveClientTypes.TimecodeConfigSource? = nil, syncThreshold: Swift.Int? = nil - ) - { + ) { self.source = source self.syncThreshold = syncThreshold } @@ -19410,8 +19131,7 @@ extension MediaLiveClientTypes { thumbnailConfiguration: MediaLiveClientTypes.ThumbnailConfiguration? = nil, timecodeConfig: MediaLiveClientTypes.TimecodeConfig? = nil, videoDescriptions: [MediaLiveClientTypes.VideoDescription]? = nil - ) - { + ) { self.audioDescriptions = audioDescriptions self.availBlanking = availBlanking self.availConfiguration = availConfiguration @@ -19496,8 +19216,7 @@ extension MediaLiveClientTypes { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -19531,8 +19250,7 @@ extension MediaLiveClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -19545,8 +19263,7 @@ public struct ClaimDeviceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -19569,8 +19286,7 @@ extension MediaLiveClientTypes { public init( defaultRoute: Swift.String? = nil, interfaceMappings: [MediaLiveClientTypes.InterfaceMappingCreateRequest]? = nil - ) - { + ) { self.defaultRoute = defaultRoute self.interfaceMappings = interfaceMappings } @@ -19589,8 +19305,7 @@ extension MediaLiveClientTypes { public init( defaultRoute: Swift.String? = nil, interfaceMappings: [MediaLiveClientTypes.InterfaceMappingUpdateRequest]? = nil - ) - { + ) { self.defaultRoute = defaultRoute self.interfaceMappings = interfaceMappings } @@ -19636,8 +19351,7 @@ extension MediaLiveClientTypes { public init( maintenanceDay: MediaLiveClientTypes.MaintenanceDay? = nil, maintenanceStartTime: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceStartTime = maintenanceStartTime } @@ -19660,8 +19374,7 @@ extension MediaLiveClientTypes { publicAddressAllocationIds: [Swift.String]? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.publicAddressAllocationIds = publicAddressAllocationIds self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -19725,8 +19438,7 @@ public struct CreateChannelInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettings? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.cdiInputSpecification = cdiInputSpecification self.channelClass = channelClass @@ -19754,8 +19466,7 @@ public struct CreateChannelOutput: Swift.Sendable { public init( channel: MediaLiveClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -19780,8 +19491,7 @@ public struct CreateChannelPlacementGroupInput: Swift.Sendable { nodes: [Swift.String]? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterId = clusterId self.name = name self.nodes = nodes @@ -19815,8 +19525,7 @@ public struct CreateChannelPlacementGroupOutput: Swift.Sendable { name: Swift.String? = nil, nodes: [Swift.String]? = nil, state: MediaLiveClientTypes.ChannelPlacementGroupState? = nil - ) - { + ) { self.arn = arn self.channels = channels self.clusterId = clusterId @@ -19880,8 +19589,7 @@ public struct CreateCloudWatchAlarmTemplateInput: Swift.Sendable { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.datapointsToAlarm = datapointsToAlarm self.description = description @@ -19953,8 +19661,7 @@ public struct CreateCloudWatchAlarmTemplateOutput: Swift.Sendable { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.arn = arn self.comparisonOperator = comparisonOperator self.createdAt = createdAt @@ -19989,8 +19696,7 @@ public struct CreateCloudWatchAlarmTemplateGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -20022,8 +19728,7 @@ public struct CreateCloudWatchAlarmTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -20056,8 +19761,7 @@ public struct CreateClusterInput: Swift.Sendable { networkSettings: MediaLiveClientTypes.ClusterNetworkSettingsCreateRequest? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterType = clusterType self.instanceRoleArn = instanceRoleArn self.name = name @@ -20095,8 +19799,7 @@ public struct CreateClusterOutput: Swift.Sendable { name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettings? = nil, state: MediaLiveClientTypes.ClusterState? = nil - ) - { + ) { self.arn = arn self.channelIds = channelIds self.clusterType = clusterType @@ -20133,8 +19836,7 @@ public struct CreateEventBridgeRuleTemplateInput: Swift.Sendable { groupIdentifier: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.eventTargets = eventTargets self.eventType = eventType @@ -20178,8 +19880,7 @@ public struct CreateEventBridgeRuleTemplateOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -20207,8 +19908,7 @@ public struct CreateEventBridgeRuleTemplateGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -20240,8 +19940,7 @@ public struct CreateEventBridgeRuleTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -20261,8 +19960,7 @@ extension MediaLiveClientTypes { public init( sources: [MediaLiveClientTypes.MulticastSourceCreateRequest]? = nil - ) - { + ) { self.sources = sources } } @@ -20277,8 +19975,7 @@ extension MediaLiveClientTypes { public init( srtCallerSources: [MediaLiveClientTypes.SrtCallerSourceRequest]? = nil - ) - { + ) { self.srtCallerSources = srtCallerSources } } @@ -20297,8 +19994,7 @@ extension MediaLiveClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -20351,8 +20047,7 @@ public struct CreateInputInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputType? = nil, vpc: MediaLiveClientTypes.InputVpcRequest? = nil - ) - { + ) { self.destinations = destinations self.inputDevices = inputDevices self.inputNetworkLocation = inputNetworkLocation @@ -20377,8 +20072,7 @@ public struct CreateInputOutput: Swift.Sendable { public init( input: MediaLiveClientTypes.Input? = nil - ) - { + ) { self.input = input } } @@ -20393,8 +20087,7 @@ public struct CreateInputSecurityGroupInput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil, whitelistRules: [MediaLiveClientTypes.InputWhitelistRuleCidr]? = nil - ) - { + ) { self.tags = tags self.whitelistRules = whitelistRules } @@ -20407,8 +20100,7 @@ public struct CreateInputSecurityGroupOutput: Swift.Sendable { public init( securityGroup: MediaLiveClientTypes.InputSecurityGroup? = nil - ) - { + ) { self.securityGroup = securityGroup } } @@ -20433,8 +20125,7 @@ extension MediaLiveClientTypes { transportStreamBitrate: Swift.Int? = nil, transportStreamId: Swift.Int? = nil, transportStreamReservedBitrate: Swift.Int? = nil - ) - { + ) { self.maximumVideoBufferDelayMilliseconds = maximumVideoBufferDelayMilliseconds self.transportStreamBitrate = transportStreamBitrate self.transportStreamId = transportStreamId @@ -20466,8 +20157,7 @@ public struct CreateMultiplexInput: Swift.Sendable { name: Swift.String? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.multiplexSettings = multiplexSettings self.name = name @@ -20512,8 +20202,7 @@ extension MediaLiveClientTypes { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.destinations = destinations @@ -20535,8 +20224,7 @@ public struct CreateMultiplexOutput: Swift.Sendable { public init( multiplex: MediaLiveClientTypes.Multiplex? = nil - ) - { + ) { self.multiplex = multiplex } } @@ -20588,8 +20276,7 @@ extension MediaLiveClientTypes { public init( providerName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.providerName = providerName self.serviceName = serviceName } @@ -20611,8 +20298,7 @@ extension MediaLiveClientTypes { maximumBitrate: Swift.Int? = nil, minimumBitrate: Swift.Int? = nil, priority: Swift.Int? = nil - ) - { + ) { self.maximumBitrate = maximumBitrate self.minimumBitrate = minimumBitrate self.priority = priority @@ -20632,8 +20318,7 @@ extension MediaLiveClientTypes { public init( constantBitrate: Swift.Int? = nil, statmuxSettings: MediaLiveClientTypes.MultiplexStatmuxVideoSettings? = nil - ) - { + ) { self.constantBitrate = constantBitrate self.statmuxSettings = statmuxSettings } @@ -20659,8 +20344,7 @@ extension MediaLiveClientTypes { programNumber: Swift.Int? = nil, serviceDescriptor: MediaLiveClientTypes.MultiplexProgramServiceDescriptor? = nil, videoSettings: MediaLiveClientTypes.MultiplexVideoSettings? = nil - ) - { + ) { self.preferredChannelPipeline = preferredChannelPipeline self.programNumber = programNumber self.serviceDescriptor = serviceDescriptor @@ -20689,8 +20373,7 @@ public struct CreateMultiplexProgramInput: Swift.Sendable { multiplexProgramSettings: MediaLiveClientTypes.MultiplexProgramSettings? = nil, programName: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId self.multiplexProgramSettings = multiplexProgramSettings self.programName = programName @@ -20755,8 +20438,7 @@ extension MediaLiveClientTypes { smpte2038Pid: Swift.Int? = nil, timedMetadataPid: Swift.Int? = nil, videoPid: Swift.Int? = nil - ) - { + ) { self.aribCaptionsPid = aribCaptionsPid self.audioPids = audioPids self.dvbSubPids = dvbSubPids @@ -20799,8 +20481,7 @@ extension MediaLiveClientTypes { packetIdentifiersMap: MediaLiveClientTypes.MultiplexProgramPacketIdentifiersMap? = nil, pipelineDetails: [MediaLiveClientTypes.MultiplexProgramPipelineDetail]? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.multiplexProgramSettings = multiplexProgramSettings self.packetIdentifiersMap = packetIdentifiersMap @@ -20817,8 +20498,7 @@ public struct CreateMultiplexProgramOutput: Swift.Sendable { public init( multiplexProgram: MediaLiveClientTypes.MultiplexProgram? = nil - ) - { + ) { self.multiplexProgram = multiplexProgram } } @@ -20842,8 +20522,7 @@ public struct CreateNetworkInput: Swift.Sendable { requestId: Swift.String? = nil, routes: [MediaLiveClientTypes.RouteCreateRequest]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.ipPools = ipPools self.name = name self.requestId = requestId @@ -20877,8 +20556,7 @@ public struct CreateNetworkOutput: Swift.Sendable { name: Swift.String? = nil, routes: [MediaLiveClientTypes.Route]? = nil, state: MediaLiveClientTypes.NetworkState? = nil - ) - { + ) { self.arn = arn self.associatedClusterIds = associatedClusterIds self.id = id @@ -20912,8 +20590,7 @@ public struct CreateNodeInput: Swift.Sendable { requestId: Swift.String? = nil, role: MediaLiveClientTypes.NodeRole? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clusterId = clusterId self.name = name self.nodeInterfaceMappings = nodeInterfaceMappings @@ -20957,8 +20634,7 @@ public struct CreateNodeOutput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -20995,8 +20671,7 @@ public struct CreateNodeRegistrationScriptInput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, requestId: Swift.String? = nil, role: MediaLiveClientTypes.NodeRole? = nil - ) - { + ) { self.clusterId = clusterId self.id = id self.name = name @@ -21013,8 +20688,7 @@ public struct CreateNodeRegistrationScriptOutput: Swift.Sendable { public init( nodeRegistrationScript: Swift.String? = nil - ) - { + ) { self.nodeRegistrationScript = nodeRegistrationScript } } @@ -21033,8 +20707,7 @@ public struct CreatePartnerInputInput: Swift.Sendable { inputId: Swift.String? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.inputId = inputId self.requestId = requestId self.tags = tags @@ -21048,8 +20721,7 @@ public struct CreatePartnerInputOutput: Swift.Sendable { public init( input: MediaLiveClientTypes.Input? = nil - ) - { + ) { self.input = input } } @@ -21078,8 +20750,7 @@ public struct CreateSignalMapInput: Swift.Sendable { eventBridgeRuleTemplateGroupIdentifiers: [Swift.String]? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cloudWatchAlarmTemplateGroupIdentifiers = cloudWatchAlarmTemplateGroupIdentifiers self.description = description self.discoveryEntryPointArn = discoveryEntryPointArn @@ -21104,8 +20775,7 @@ extension MediaLiveClientTypes { destinations: [MediaLiveClientTypes.MediaResourceNeighbor]? = nil, name: Swift.String? = nil, sources: [MediaLiveClientTypes.MediaResourceNeighbor]? = nil - ) - { + ) { self.destinations = destinations self.name = name self.sources = sources @@ -21127,8 +20797,7 @@ extension MediaLiveClientTypes { public init( detailsUri: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapMonitorDeploymentStatus? = nil - ) - { + ) { self.detailsUri = detailsUri self.status = status } @@ -21151,8 +20820,7 @@ extension MediaLiveClientTypes { detailsUri: Swift.String? = nil, errorMessage: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapMonitorDeploymentStatus? = nil - ) - { + ) { self.detailsUri = detailsUri self.errorMessage = errorMessage self.status = status @@ -21218,8 +20886,7 @@ public struct CreateSignalMapOutput: Swift.Sendable { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cloudWatchAlarmTemplateGroupIds = cloudWatchAlarmTemplateGroupIds self.createdAt = createdAt @@ -21252,8 +20919,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -21267,8 +20933,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelId: Swift.String? = nil - ) - { + ) { self.channelId = channelId } } @@ -21337,8 +21002,7 @@ public struct DeleteChannelOutput: Swift.Sendable { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -21374,8 +21038,7 @@ public struct DeleteChannelPlacementGroupInput: Swift.Sendable { public init( channelPlacementGroupId: Swift.String? = nil, clusterId: Swift.String? = nil - ) - { + ) { self.channelPlacementGroupId = channelPlacementGroupId self.clusterId = clusterId } @@ -21406,8 +21069,7 @@ public struct DeleteChannelPlacementGroupOutput: Swift.Sendable { name: Swift.String? = nil, nodes: [Swift.String]? = nil, state: MediaLiveClientTypes.ChannelPlacementGroupState? = nil - ) - { + ) { self.arn = arn self.channels = channels self.clusterId = clusterId @@ -21426,8 +21088,7 @@ public struct DeleteCloudWatchAlarmTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -21440,8 +21101,7 @@ public struct DeleteCloudWatchAlarmTemplateGroupInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -21454,8 +21114,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -21488,8 +21147,7 @@ public struct DeleteClusterOutput: Swift.Sendable { name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettings? = nil, state: MediaLiveClientTypes.ClusterState? = nil - ) - { + ) { self.arn = arn self.channelIds = channelIds self.clusterType = clusterType @@ -21509,8 +21167,7 @@ public struct DeleteEventBridgeRuleTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -21523,8 +21180,7 @@ public struct DeleteEventBridgeRuleTemplateGroupInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -21537,8 +21193,7 @@ public struct DeleteInputInput: Swift.Sendable { public init( inputId: Swift.String? = nil - ) - { + ) { self.inputId = inputId } } @@ -21557,8 +21212,7 @@ public struct DeleteInputSecurityGroupInput: Swift.Sendable { public init( inputSecurityGroupId: Swift.String? = nil - ) - { + ) { self.inputSecurityGroupId = inputSecurityGroupId } } @@ -21577,8 +21231,7 @@ public struct DeleteMultiplexInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId } } @@ -21617,8 +21270,7 @@ public struct DeleteMultiplexOutput: Swift.Sendable { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.destinations = destinations @@ -21644,8 +21296,7 @@ public struct DeleteMultiplexProgramInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId self.programName = programName } @@ -21670,8 +21321,7 @@ public struct DeleteMultiplexProgramOutput: Swift.Sendable { packetIdentifiersMap: MediaLiveClientTypes.MultiplexProgramPacketIdentifiersMap? = nil, pipelineDetails: [MediaLiveClientTypes.MultiplexProgramPipelineDetail]? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.multiplexProgramSettings = multiplexProgramSettings self.packetIdentifiersMap = packetIdentifiersMap @@ -21688,8 +21338,7 @@ public struct DeleteNetworkInput: Swift.Sendable { public init( networkId: Swift.String? = nil - ) - { + ) { self.networkId = networkId } } @@ -21719,8 +21368,7 @@ public struct DeleteNetworkOutput: Swift.Sendable { name: Swift.String? = nil, routes: [MediaLiveClientTypes.Route]? = nil, state: MediaLiveClientTypes.NetworkState? = nil - ) - { + ) { self.arn = arn self.associatedClusterIds = associatedClusterIds self.id = id @@ -21743,8 +21391,7 @@ public struct DeleteNodeInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.nodeId = nodeId } @@ -21784,8 +21431,7 @@ public struct DeleteNodeOutput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -21807,8 +21453,7 @@ public struct DeleteReservationInput: Swift.Sendable { public init( reservationId: Swift.String? = nil - ) - { + ) { self.reservationId = reservationId } } @@ -21874,8 +21519,7 @@ public struct DeleteReservationOutput: Swift.Sendable { state: MediaLiveClientTypes.ReservationState? = nil, tags: [Swift.String: Swift.String]? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.arn = arn self.count = count self.currencyCode = currencyCode @@ -21906,8 +21550,7 @@ public struct DeleteScheduleInput: Swift.Sendable { public init( channelId: Swift.String? = nil - ) - { + ) { self.channelId = channelId } } @@ -21926,8 +21569,7 @@ public struct DeleteSignalMapInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -21944,8 +21586,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -21964,8 +21605,7 @@ public struct DescribeAccountConfigurationOutput: Swift.Sendable { public init( accountConfiguration: MediaLiveClientTypes.AccountConfiguration? = nil - ) - { + ) { self.accountConfiguration = accountConfiguration } } @@ -21978,8 +21618,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( channelId: Swift.String? = nil - ) - { + ) { self.channelId = channelId } } @@ -22048,8 +21687,7 @@ public struct DescribeChannelOutput: Swift.Sendable { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -22085,8 +21723,7 @@ public struct DescribeChannelPlacementGroupInput: Swift.Sendable { public init( channelPlacementGroupId: Swift.String? = nil, clusterId: Swift.String? = nil - ) - { + ) { self.channelPlacementGroupId = channelPlacementGroupId self.clusterId = clusterId } @@ -22117,8 +21754,7 @@ public struct DescribeChannelPlacementGroupOutput: Swift.Sendable { name: Swift.String? = nil, nodes: [Swift.String]? = nil, state: MediaLiveClientTypes.ChannelPlacementGroupState? = nil - ) - { + ) { self.arn = arn self.channels = channels self.clusterId = clusterId @@ -22137,8 +21773,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -22171,8 +21806,7 @@ public struct DescribeClusterOutput: Swift.Sendable { name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettings? = nil, state: MediaLiveClientTypes.ClusterState? = nil - ) - { + ) { self.arn = arn self.channelIds = channelIds self.clusterType = clusterType @@ -22192,8 +21826,7 @@ public struct DescribeInputInput: Swift.Sendable { public init( inputId: Swift.String? = nil - ) - { + ) { self.inputId = inputId } } @@ -22259,8 +21892,7 @@ public struct DescribeInputOutput: Swift.Sendable { state: MediaLiveClientTypes.InputState? = nil, tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputType? = nil - ) - { + ) { self.arn = arn self.attachedChannels = attachedChannels self.destinations = destinations @@ -22291,8 +21923,7 @@ public struct DescribeInputDeviceInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -22349,8 +21980,7 @@ public struct DescribeInputDeviceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputDeviceType? = nil, uhdDeviceSettings: MediaLiveClientTypes.InputDeviceUhdSettings? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.connectionState = connectionState @@ -22382,8 +22012,7 @@ public struct DescribeInputDeviceThumbnailInput: Swift.Sendable { public init( accept: MediaLiveClientTypes.AcceptHeader? = nil, inputDeviceId: Swift.String? = nil - ) - { + ) { self.accept = accept self.inputDeviceId = inputDeviceId } @@ -22408,8 +22037,7 @@ public struct DescribeInputDeviceThumbnailOutput: Swift.Sendable { contentType: MediaLiveClientTypes.ContentType? = nil, eTag: Swift.String? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.body = body self.contentLength = contentLength self.contentType = contentType @@ -22426,8 +22054,7 @@ public struct DescribeInputSecurityGroupInput: Swift.Sendable { public init( inputSecurityGroupId: Swift.String? = nil - ) - { + ) { self.inputSecurityGroupId = inputSecurityGroupId } } @@ -22454,8 +22081,7 @@ public struct DescribeInputSecurityGroupOutput: Swift.Sendable { state: MediaLiveClientTypes.InputSecurityGroupState? = nil, tags: [Swift.String: Swift.String]? = nil, whitelistRules: [MediaLiveClientTypes.InputWhitelistRule]? = nil - ) - { + ) { self.arn = arn self.id = id self.inputs = inputs @@ -22473,8 +22099,7 @@ public struct DescribeMultiplexInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId } } @@ -22513,8 +22138,7 @@ public struct DescribeMultiplexOutput: Swift.Sendable { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.destinations = destinations @@ -22540,8 +22164,7 @@ public struct DescribeMultiplexProgramInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId self.programName = programName } @@ -22566,8 +22189,7 @@ public struct DescribeMultiplexProgramOutput: Swift.Sendable { packetIdentifiersMap: MediaLiveClientTypes.MultiplexProgramPacketIdentifiersMap? = nil, pipelineDetails: [MediaLiveClientTypes.MultiplexProgramPipelineDetail]? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.multiplexProgramSettings = multiplexProgramSettings self.packetIdentifiersMap = packetIdentifiersMap @@ -22584,8 +22206,7 @@ public struct DescribeNetworkInput: Swift.Sendable { public init( networkId: Swift.String? = nil - ) - { + ) { self.networkId = networkId } } @@ -22615,8 +22236,7 @@ public struct DescribeNetworkOutput: Swift.Sendable { name: Swift.String? = nil, routes: [MediaLiveClientTypes.Route]? = nil, state: MediaLiveClientTypes.NetworkState? = nil - ) - { + ) { self.arn = arn self.associatedClusterIds = associatedClusterIds self.id = id @@ -22639,8 +22259,7 @@ public struct DescribeNodeInput: Swift.Sendable { public init( clusterId: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.nodeId = nodeId } @@ -22680,8 +22299,7 @@ public struct DescribeNodeOutput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -22703,8 +22321,7 @@ public struct DescribeOfferingInput: Swift.Sendable { public init( offeringId: Swift.String? = nil - ) - { + ) { self.offeringId = offeringId } } @@ -22746,8 +22363,7 @@ public struct DescribeOfferingOutput: Swift.Sendable { region: Swift.String? = nil, resourceSpecification: MediaLiveClientTypes.ReservationResourceSpecification? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.arn = arn self.currencyCode = currencyCode self.duration = duration @@ -22770,8 +22386,7 @@ public struct DescribeReservationInput: Swift.Sendable { public init( reservationId: Swift.String? = nil - ) - { + ) { self.reservationId = reservationId } } @@ -22837,8 +22452,7 @@ public struct DescribeReservationOutput: Swift.Sendable { state: MediaLiveClientTypes.ReservationState? = nil, tags: [Swift.String: Swift.String]? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.arn = arn self.count = count self.currencyCode = currencyCode @@ -22875,8 +22489,7 @@ public struct DescribeScheduleInput: Swift.Sendable { channelId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.maxResults = maxResults self.nextToken = nextToken @@ -22893,8 +22506,7 @@ public struct DescribeScheduleOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduleActions: [MediaLiveClientTypes.ScheduleAction]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduleActions = scheduleActions } @@ -22916,8 +22528,7 @@ public struct DescribeThumbnailsInput: Swift.Sendable { channelId: Swift.String? = nil, pipelineId: Swift.String? = nil, thumbnailType: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.pipelineId = pipelineId self.thumbnailType = thumbnailType @@ -22931,8 +22542,7 @@ public struct DescribeThumbnailsOutput: Swift.Sendable { public init( thumbnailDetails: [MediaLiveClientTypes.ThumbnailDetail]? = nil - ) - { + ) { self.thumbnailDetails = thumbnailDetails } } @@ -22945,8 +22555,7 @@ public struct GetCloudWatchAlarmTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23006,8 +22615,7 @@ public struct GetCloudWatchAlarmTemplateOutput: Swift.Sendable { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.arn = arn self.comparisonOperator = comparisonOperator self.createdAt = createdAt @@ -23036,8 +22644,7 @@ public struct GetCloudWatchAlarmTemplateGroupInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23067,8 +22674,7 @@ public struct GetCloudWatchAlarmTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -23087,8 +22693,7 @@ public struct GetEventBridgeRuleTemplateInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23127,8 +22732,7 @@ public struct GetEventBridgeRuleTemplateOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -23150,8 +22754,7 @@ public struct GetEventBridgeRuleTemplateGroupInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23181,8 +22784,7 @@ public struct GetEventBridgeRuleTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -23201,8 +22803,7 @@ public struct GetSignalMapInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23265,8 +22866,7 @@ public struct GetSignalMapOutput: Swift.Sendable { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cloudWatchAlarmTemplateGroupIds = cloudWatchAlarmTemplateGroupIds self.createdAt = createdAt @@ -23306,8 +22906,7 @@ extension MediaLiveClientTypes { roleArn: Swift.String? = nil, secretArn: Swift.String? = nil, sourceName: Swift.String? = nil - ) - { + ) { self.flowArn = flowArn self.roleArn = roleArn self.secretArn = secretArn @@ -23340,8 +22939,7 @@ extension MediaLiveClientTypes { latencyMs: Swift.Int? = nil, maxBitrate: Swift.Int? = nil, mediaconnectSettings: MediaLiveClientTypes.InputDeviceMediaConnectConfigurableSettings? = nil - ) - { + ) { self.audioChannelPairs = audioChannelPairs self.codec = codec self.configuredInput = configuredInput @@ -23366,8 +22964,7 @@ public struct ListChannelPlacementGroupsInput: Swift.Sendable { clusterId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.maxResults = maxResults self.nextToken = nextToken @@ -23384,8 +22981,7 @@ public struct ListChannelPlacementGroupsOutput: Swift.Sendable { public init( channelPlacementGroups: [MediaLiveClientTypes.DescribeChannelPlacementGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelPlacementGroups = channelPlacementGroups self.nextToken = nextToken } @@ -23401,8 +22997,7 @@ public struct ListChannelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23418,8 +23013,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [MediaLiveClientTypes.ChannelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -23441,8 +23035,7 @@ public struct ListCloudWatchAlarmTemplateGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, scope: Swift.String? = nil, signalMapIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.scope = scope @@ -23460,8 +23053,7 @@ public struct ListCloudWatchAlarmTemplateGroupsOutput: Swift.Sendable { public init( cloudWatchAlarmTemplateGroups: [MediaLiveClientTypes.CloudWatchAlarmTemplateGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cloudWatchAlarmTemplateGroups = cloudWatchAlarmTemplateGroups self.nextToken = nextToken } @@ -23486,8 +23078,7 @@ public struct ListCloudWatchAlarmTemplatesInput: Swift.Sendable { nextToken: Swift.String? = nil, scope: Swift.String? = nil, signalMapIdentifier: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -23506,8 +23097,7 @@ public struct ListCloudWatchAlarmTemplatesOutput: Swift.Sendable { public init( cloudWatchAlarmTemplates: [MediaLiveClientTypes.CloudWatchAlarmTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cloudWatchAlarmTemplates = cloudWatchAlarmTemplates self.nextToken = nextToken } @@ -23523,8 +23113,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23540,8 +23129,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [MediaLiveClientTypes.DescribeClusterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -23560,8 +23148,7 @@ public struct ListEventBridgeRuleTemplateGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, signalMapIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.signalMapIdentifier = signalMapIdentifier @@ -23578,8 +23165,7 @@ public struct ListEventBridgeRuleTemplateGroupsOutput: Swift.Sendable { public init( eventBridgeRuleTemplateGroups: [MediaLiveClientTypes.EventBridgeRuleTemplateGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBridgeRuleTemplateGroups = eventBridgeRuleTemplateGroups self.nextToken = nextToken } @@ -23601,8 +23187,7 @@ public struct ListEventBridgeRuleTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, signalMapIdentifier: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -23620,8 +23205,7 @@ public struct ListEventBridgeRuleTemplatesOutput: Swift.Sendable { public init( eventBridgeRuleTemplates: [MediaLiveClientTypes.EventBridgeRuleTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventBridgeRuleTemplates = eventBridgeRuleTemplates self.nextToken = nextToken } @@ -23637,8 +23221,7 @@ public struct ListInputDevicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23654,8 +23237,7 @@ public struct ListInputDevicesOutput: Swift.Sendable { public init( inputDevices: [MediaLiveClientTypes.InputDeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputDevices = inputDevices self.nextToken = nextToken } @@ -23675,8 +23257,7 @@ public struct ListInputDeviceTransfersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transferType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.transferType = transferType @@ -23693,8 +23274,7 @@ public struct ListInputDeviceTransfersOutput: Swift.Sendable { public init( inputDeviceTransfers: [MediaLiveClientTypes.TransferringInputDeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputDeviceTransfers = inputDeviceTransfers self.nextToken = nextToken } @@ -23710,8 +23290,7 @@ public struct ListInputsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23727,8 +23306,7 @@ public struct ListInputsOutput: Swift.Sendable { public init( inputs: [MediaLiveClientTypes.Input]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputs = inputs self.nextToken = nextToken } @@ -23744,8 +23322,7 @@ public struct ListInputSecurityGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23761,8 +23338,7 @@ public struct ListInputSecurityGroupsOutput: Swift.Sendable { public init( inputSecurityGroups: [MediaLiveClientTypes.InputSecurityGroup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inputSecurityGroups = inputSecurityGroups self.nextToken = nextToken } @@ -23778,8 +23354,7 @@ public struct ListMultiplexesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23795,8 +23370,7 @@ public struct ListMultiplexesOutput: Swift.Sendable { public init( multiplexes: [MediaLiveClientTypes.MultiplexSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multiplexes = multiplexes self.nextToken = nextToken } @@ -23816,8 +23390,7 @@ public struct ListMultiplexProgramsInput: Swift.Sendable { maxResults: Swift.Int? = nil, multiplexId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.multiplexId = multiplexId self.nextToken = nextToken @@ -23834,8 +23407,7 @@ public struct ListMultiplexProgramsOutput: Swift.Sendable { public init( multiplexPrograms: [MediaLiveClientTypes.MultiplexProgramSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multiplexPrograms = multiplexPrograms self.nextToken = nextToken } @@ -23851,8 +23423,7 @@ public struct ListNetworksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -23868,8 +23439,7 @@ public struct ListNetworksOutput: Swift.Sendable { public init( networks: [MediaLiveClientTypes.DescribeNetworkSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networks = networks self.nextToken = nextToken } @@ -23889,8 +23459,7 @@ public struct ListNodesInput: Swift.Sendable { clusterId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.maxResults = maxResults self.nextToken = nextToken @@ -23907,8 +23476,7 @@ public struct ListNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [MediaLiveClientTypes.DescribeNodeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -23954,8 +23522,7 @@ public struct ListOfferingsInput: Swift.Sendable { resourceType: Swift.String? = nil, specialFeature: Swift.String? = nil, videoQuality: Swift.String? = nil - ) - { + ) { self.channelClass = channelClass self.channelConfiguration = channelConfiguration self.codec = codec @@ -23981,8 +23548,7 @@ public struct ListOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, offerings: [MediaLiveClientTypes.Offering]? = nil - ) - { + ) { self.nextToken = nextToken self.offerings = offerings } @@ -24022,8 +23588,7 @@ public struct ListReservationsInput: Swift.Sendable { resourceType: Swift.String? = nil, specialFeature: Swift.String? = nil, videoQuality: Swift.String? = nil - ) - { + ) { self.channelClass = channelClass self.codec = codec self.maxResults = maxResults @@ -24047,8 +23612,7 @@ public struct ListReservationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservations: [MediaLiveClientTypes.Reservation]? = nil - ) - { + ) { self.nextToken = nextToken self.reservations = reservations } @@ -24070,8 +23634,7 @@ public struct ListSignalMapsInput: Swift.Sendable { eventBridgeRuleTemplateGroupIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cloudWatchAlarmTemplateGroupIdentifier = cloudWatchAlarmTemplateGroupIdentifier self.eventBridgeRuleTemplateGroupIdentifier = eventBridgeRuleTemplateGroupIdentifier self.maxResults = maxResults @@ -24089,8 +23652,7 @@ public struct ListSignalMapsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, signalMaps: [MediaLiveClientTypes.SignalMapSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.signalMaps = signalMaps } @@ -24104,8 +23666,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -24117,8 +23678,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -24136,8 +23696,7 @@ public struct ListVersionsOutput: Swift.Sendable { public init( versions: [MediaLiveClientTypes.ChannelEngineVersionResponse]? = nil - ) - { + ) { self.versions = versions } } @@ -24157,8 +23716,7 @@ extension MediaLiveClientTypes { maintenanceDay: MediaLiveClientTypes.MaintenanceDay? = nil, maintenanceScheduledDate: Swift.String? = nil, maintenanceStartTime: Swift.String? = nil - ) - { + ) { self.maintenanceDay = maintenanceDay self.maintenanceScheduledDate = maintenanceScheduledDate self.maintenanceStartTime = maintenanceStartTime @@ -24193,8 +23751,7 @@ public struct PurchaseOfferingInput: Swift.Sendable { requestId: Swift.String? = nil, start: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.count = count self.name = name self.offeringId = offeringId @@ -24212,8 +23769,7 @@ public struct PurchaseOfferingOutput: Swift.Sendable { public init( reservation: MediaLiveClientTypes.Reservation? = nil - ) - { + ) { self.reservation = reservation } } @@ -24259,8 +23815,7 @@ public struct RebootInputDeviceInput: Swift.Sendable { public init( force: MediaLiveClientTypes.RebootInputDeviceForce? = nil, inputDeviceId: Swift.String? = nil - ) - { + ) { self.force = force self.inputDeviceId = inputDeviceId } @@ -24280,8 +23835,7 @@ public struct RejectInputDeviceTransferInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -24303,8 +23857,7 @@ public struct RestartChannelPipelinesInput: Swift.Sendable { public init( channelId: Swift.String? = nil, pipelineIds: [MediaLiveClientTypes.ChannelPipelineIdToRestart]? = nil - ) - { + ) { self.channelId = channelId self.pipelineIds = pipelineIds } @@ -24377,8 +23930,7 @@ public struct RestartChannelPipelinesOutput: Swift.Sendable { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -24411,8 +23963,7 @@ public struct StartChannelInput: Swift.Sendable { public init( channelId: Swift.String? = nil - ) - { + ) { self.channelId = channelId } } @@ -24481,8 +24032,7 @@ public struct StartChannelOutput: Swift.Sendable { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -24514,8 +24064,7 @@ public struct StartDeleteMonitorDeploymentInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -24578,8 +24127,7 @@ public struct StartDeleteMonitorDeploymentOutput: Swift.Sendable { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cloudWatchAlarmTemplateGroupIds = cloudWatchAlarmTemplateGroupIds self.createdAt = createdAt @@ -24609,8 +24157,7 @@ public struct StartInputDeviceInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -24629,8 +24176,7 @@ public struct StartInputDeviceMaintenanceWindowInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -24652,8 +24198,7 @@ public struct StartMonitorDeploymentInput: Swift.Sendable { public init( dryRun: Swift.Bool? = nil, identifier: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.identifier = identifier } @@ -24717,8 +24262,7 @@ public struct StartMonitorDeploymentOutput: Swift.Sendable { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cloudWatchAlarmTemplateGroupIds = cloudWatchAlarmTemplateGroupIds self.createdAt = createdAt @@ -24748,8 +24292,7 @@ public struct StartMultiplexInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId } } @@ -24788,8 +24331,7 @@ public struct StartMultiplexOutput: Swift.Sendable { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.destinations = destinations @@ -24829,8 +24371,7 @@ public struct StartUpdateSignalMapInput: Swift.Sendable { forceRediscovery: Swift.Bool? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.cloudWatchAlarmTemplateGroupIdentifiers = cloudWatchAlarmTemplateGroupIdentifiers self.description = description self.discoveryEntryPointArn = discoveryEntryPointArn @@ -24899,8 +24440,7 @@ public struct StartUpdateSignalMapOutput: Swift.Sendable { name: Swift.String? = nil, status: MediaLiveClientTypes.SignalMapStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cloudWatchAlarmTemplateGroupIds = cloudWatchAlarmTemplateGroupIds self.createdAt = createdAt @@ -24930,8 +24470,7 @@ public struct StopChannelInput: Swift.Sendable { public init( channelId: Swift.String? = nil - ) - { + ) { self.channelId = channelId } } @@ -25000,8 +24539,7 @@ public struct StopChannelOutput: Swift.Sendable { state: MediaLiveClientTypes.ChannelState? = nil, tags: [Swift.String: Swift.String]? = nil, vpc: MediaLiveClientTypes.VpcOutputSettingsDescription? = nil - ) - { + ) { self.anywhereSettings = anywhereSettings self.arn = arn self.cdiInputSpecification = cdiInputSpecification @@ -25033,8 +24571,7 @@ public struct StopInputDeviceInput: Swift.Sendable { public init( inputDeviceId: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId } } @@ -25053,8 +24590,7 @@ public struct StopMultiplexInput: Swift.Sendable { public init( multiplexId: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId } } @@ -25093,8 +24629,7 @@ public struct StopMultiplexOutput: Swift.Sendable { programCount: Swift.Int? = nil, state: MediaLiveClientTypes.MultiplexState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.availabilityZones = availabilityZones self.destinations = destinations @@ -25125,8 +24660,7 @@ public struct TransferInputDeviceInput: Swift.Sendable { targetCustomerId: Swift.String? = nil, targetRegion: Swift.String? = nil, transferMessage: Swift.String? = nil - ) - { + ) { self.inputDeviceId = inputDeviceId self.targetCustomerId = targetCustomerId self.targetRegion = targetRegion @@ -25147,8 +24681,7 @@ public struct UpdateAccountConfigurationInput: Swift.Sendable { public init( accountConfiguration: MediaLiveClientTypes.AccountConfiguration? = nil - ) - { + ) { self.accountConfiguration = accountConfiguration } } @@ -25160,8 +24693,7 @@ public struct UpdateAccountConfigurationOutput: Swift.Sendable { public init( accountConfiguration: MediaLiveClientTypes.AccountConfiguration? = nil - ) - { + ) { self.accountConfiguration = accountConfiguration } } @@ -25207,8 +24739,7 @@ public struct UpdateChannelInput: Swift.Sendable { maintenance: MediaLiveClientTypes.MaintenanceUpdateSettings? = nil, name: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.cdiInputSpecification = cdiInputSpecification self.channelEngineVersion = channelEngineVersion self.channelId = channelId @@ -25231,8 +24762,7 @@ public struct UpdateChannelOutput: Swift.Sendable { public init( channel: MediaLiveClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -25252,8 +24782,7 @@ public struct UpdateChannelClassInput: Swift.Sendable { channelClass: MediaLiveClientTypes.ChannelClass? = nil, channelId: Swift.String? = nil, destinations: [MediaLiveClientTypes.OutputDestination]? = nil - ) - { + ) { self.channelClass = channelClass self.channelId = channelId self.destinations = destinations @@ -25267,8 +24796,7 @@ public struct UpdateChannelClassOutput: Swift.Sendable { public init( channel: MediaLiveClientTypes.Channel? = nil - ) - { + ) { self.channel = channel } } @@ -25291,8 +24819,7 @@ public struct UpdateChannelPlacementGroupInput: Swift.Sendable { clusterId: Swift.String? = nil, name: Swift.String? = nil, nodes: [Swift.String]? = nil - ) - { + ) { self.channelPlacementGroupId = channelPlacementGroupId self.clusterId = clusterId self.name = name @@ -25325,8 +24852,7 @@ public struct UpdateChannelPlacementGroupOutput: Swift.Sendable { name: Swift.String? = nil, nodes: [Swift.String]? = nil, state: MediaLiveClientTypes.ChannelPlacementGroupState? = nil - ) - { + ) { self.arn = arn self.channels = channels self.clusterId = clusterId @@ -25381,8 +24907,7 @@ public struct UpdateCloudWatchAlarmTemplateInput: Swift.Sendable { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.datapointsToAlarm = datapointsToAlarm self.description = description @@ -25454,8 +24979,7 @@ public struct UpdateCloudWatchAlarmTemplateOutput: Swift.Sendable { targetResourceType: MediaLiveClientTypes.CloudWatchAlarmTemplateTargetResourceType? = nil, threshold: Swift.Double? = nil, treatMissingData: MediaLiveClientTypes.CloudWatchAlarmTemplateTreatMissingData? = nil - ) - { + ) { self.arn = arn self.comparisonOperator = comparisonOperator self.createdAt = createdAt @@ -25487,8 +25011,7 @@ public struct UpdateCloudWatchAlarmTemplateGroupInput: Swift.Sendable { public init( description: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.description = description self.identifier = identifier } @@ -25519,8 +25042,7 @@ public struct UpdateCloudWatchAlarmTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -25545,8 +25067,7 @@ public struct UpdateClusterInput: Swift.Sendable { clusterId: Swift.String? = nil, name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettingsUpdateRequest? = nil - ) - { + ) { self.clusterId = clusterId self.name = name self.networkSettings = networkSettings @@ -25578,8 +25099,7 @@ public struct UpdateClusterOutput: Swift.Sendable { name: Swift.String? = nil, networkSettings: MediaLiveClientTypes.ClusterNetworkSettings? = nil, state: MediaLiveClientTypes.ClusterState? = nil - ) - { + ) { self.arn = arn self.channelIds = channelIds self.clusterType = clusterType @@ -25613,8 +25133,7 @@ public struct UpdateEventBridgeRuleTemplateInput: Swift.Sendable { groupIdentifier: Swift.String? = nil, identifier: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.eventTargets = eventTargets self.eventType = eventType @@ -25658,8 +25177,7 @@ public struct UpdateEventBridgeRuleTemplateOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -25684,8 +25202,7 @@ public struct UpdateEventBridgeRuleTemplateGroupInput: Swift.Sendable { public init( description: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.description = description self.identifier = identifier } @@ -25716,8 +25233,7 @@ public struct UpdateEventBridgeRuleTemplateGroupOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -25737,8 +25253,7 @@ extension MediaLiveClientTypes { public init( sources: [MediaLiveClientTypes.MulticastSourceUpdateRequest]? = nil - ) - { + ) { self.sources = sources } } @@ -25779,8 +25294,7 @@ public struct UpdateInputInput: Swift.Sendable { roleArn: Swift.String? = nil, sources: [MediaLiveClientTypes.InputSourceRequest]? = nil, srtSettings: MediaLiveClientTypes.SrtSettingsRequest? = nil - ) - { + ) { self.destinations = destinations self.inputDevices = inputDevices self.inputId = inputId @@ -25801,8 +25315,7 @@ public struct UpdateInputOutput: Swift.Sendable { public init( input: MediaLiveClientTypes.Input? = nil - ) - { + ) { self.input = input } } @@ -25827,8 +25340,7 @@ public struct UpdateInputDeviceInput: Swift.Sendable { inputDeviceId: Swift.String? = nil, name: Swift.String? = nil, uhdDeviceSettings: MediaLiveClientTypes.InputDeviceConfigurableSettings? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.hdDeviceSettings = hdDeviceSettings self.inputDeviceId = inputDeviceId @@ -25889,8 +25401,7 @@ public struct UpdateInputDeviceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: MediaLiveClientTypes.InputDeviceType? = nil, uhdDeviceSettings: MediaLiveClientTypes.InputDeviceUhdSettings? = nil - ) - { + ) { self.arn = arn self.availabilityZone = availabilityZone self.connectionState = connectionState @@ -25925,8 +25436,7 @@ public struct UpdateInputSecurityGroupInput: Swift.Sendable { inputSecurityGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, whitelistRules: [MediaLiveClientTypes.InputWhitelistRuleCidr]? = nil - ) - { + ) { self.inputSecurityGroupId = inputSecurityGroupId self.tags = tags self.whitelistRules = whitelistRules @@ -25940,8 +25450,7 @@ public struct UpdateInputSecurityGroupOutput: Swift.Sendable { public init( securityGroup: MediaLiveClientTypes.InputSecurityGroup? = nil - ) - { + ) { self.securityGroup = securityGroup } } @@ -25963,8 +25472,7 @@ public struct UpdateMultiplexInput: Swift.Sendable { multiplexSettings: MediaLiveClientTypes.MultiplexSettings? = nil, name: Swift.String? = nil, packetIdentifiersMapping: [Swift.String: MediaLiveClientTypes.MultiplexProgramPacketIdentifiersMap]? = nil - ) - { + ) { self.multiplexId = multiplexId self.multiplexSettings = multiplexSettings self.name = name @@ -25979,8 +25487,7 @@ public struct UpdateMultiplexOutput: Swift.Sendable { public init( multiplex: MediaLiveClientTypes.Multiplex? = nil - ) - { + ) { self.multiplex = multiplex } } @@ -26000,8 +25507,7 @@ public struct UpdateMultiplexProgramInput: Swift.Sendable { multiplexId: Swift.String? = nil, multiplexProgramSettings: MediaLiveClientTypes.MultiplexProgramSettings? = nil, programName: Swift.String? = nil - ) - { + ) { self.multiplexId = multiplexId self.multiplexProgramSettings = multiplexProgramSettings self.programName = programName @@ -26015,8 +25521,7 @@ public struct UpdateMultiplexProgramOutput: Swift.Sendable { public init( multiplexProgram: MediaLiveClientTypes.MultiplexProgram? = nil - ) - { + ) { self.multiplexProgram = multiplexProgram } } @@ -26038,8 +25543,7 @@ public struct UpdateNetworkInput: Swift.Sendable { name: Swift.String? = nil, networkId: Swift.String? = nil, routes: [MediaLiveClientTypes.RouteUpdateRequest]? = nil - ) - { + ) { self.ipPools = ipPools self.name = name self.networkId = networkId @@ -26072,8 +25576,7 @@ public struct UpdateNetworkOutput: Swift.Sendable { name: Swift.String? = nil, routes: [MediaLiveClientTypes.Route]? = nil, state: MediaLiveClientTypes.NetworkState? = nil - ) - { + ) { self.arn = arn self.associatedClusterIds = associatedClusterIds self.id = id @@ -26102,8 +25605,7 @@ public struct UpdateNodeInput: Swift.Sendable { name: Swift.String? = nil, nodeId: Swift.String? = nil, role: MediaLiveClientTypes.NodeRole? = nil - ) - { + ) { self.clusterId = clusterId self.name = name self.nodeId = nodeId @@ -26145,8 +25647,7 @@ public struct UpdateNodeOutput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -26205,8 +25706,7 @@ public struct UpdateNodeStateInput: Swift.Sendable { clusterId: Swift.String? = nil, nodeId: Swift.String? = nil, state: MediaLiveClientTypes.UpdateNodeStateShape? = nil - ) - { + ) { self.clusterId = clusterId self.nodeId = nodeId self.state = state @@ -26247,8 +25747,7 @@ public struct UpdateNodeStateOutput: Swift.Sendable { nodeInterfaceMappings: [MediaLiveClientTypes.NodeInterfaceMapping]? = nil, role: MediaLiveClientTypes.NodeRole? = nil, state: MediaLiveClientTypes.NodeState? = nil - ) - { + ) { self.arn = arn self.channelPlacementGroups = channelPlacementGroups self.clusterId = clusterId @@ -26276,8 +25775,7 @@ public struct UpdateReservationInput: Swift.Sendable { name: Swift.String? = nil, renewalSettings: MediaLiveClientTypes.RenewalSettings? = nil, reservationId: Swift.String? = nil - ) - { + ) { self.name = name self.renewalSettings = renewalSettings self.reservationId = reservationId @@ -26291,8 +25789,7 @@ public struct UpdateReservationOutput: Swift.Sendable { public init( reservation: MediaLiveClientTypes.Reservation? = nil - ) - { + ) { self.reservation = reservation } } diff --git a/Sources/Services/AWSMediaPackage/Package.swift.txt b/Sources/Services/AWSMediaPackage/Package.swift.txt index 8a539817a3f..c03da9dfb5b 100644 --- a/Sources/Services/AWSMediaPackage/Package.swift.txt +++ b/Sources/Services/AWSMediaPackage/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/MediaPackageClient.swift b/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/MediaPackageClient.swift index 1d87db13de8..43b49a55959 100644 --- a/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/MediaPackageClient.swift +++ b/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/MediaPackageClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaPackageClient: ClientRuntime.Client { public static let clientName = "MediaPackageClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaPackageClient.MediaPackageClientConfiguration let serviceName = "MediaPackage" diff --git a/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/Models.swift b/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/Models.swift index 0b2ad48fcc4..ce498654434 100644 --- a/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/Models.swift +++ b/Sources/Services/AWSMediaPackage/Sources/AWSMediaPackage/Models.swift @@ -120,8 +120,7 @@ extension MediaPackageClientTypes { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -145,8 +144,7 @@ extension MediaPackageClientTypes { password: Swift.String? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.id = id self.password = password self.url = url @@ -169,8 +167,7 @@ extension MediaPackageClientTypes { public init( ingestEndpoints: [MediaPackageClientTypes.IngestEndpoint]? = nil - ) - { + ) { self.ingestEndpoints = ingestEndpoints } } @@ -185,8 +182,7 @@ extension MediaPackageClientTypes { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -222,8 +218,7 @@ extension MediaPackageClientTypes { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -254,8 +249,7 @@ extension MediaPackageClientTypes { bucketName: Swift.String? = nil, manifestKey: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.manifestKey = manifestKey self.roleArn = roleArn @@ -328,8 +322,7 @@ extension MediaPackageClientTypes { s3Destination: MediaPackageClientTypes.S3Destination? = nil, startTime: Swift.String? = nil, status: MediaPackageClientTypes.Status? = nil - ) - { + ) { self.arn = arn self.channelId = channelId self.createdAt = createdAt @@ -483,8 +476,7 @@ extension MediaPackageClientTypes { playlistWindowSeconds: Swift.Int? = nil, programDateTimeIntervalSeconds: Swift.Int? = nil, url: Swift.String? = nil - ) - { + ) { self.adMarkers = adMarkers self.adTriggers = adTriggers self.adsOnDeliveryRestrictions = adsOnDeliveryRestrictions @@ -533,8 +525,7 @@ extension MediaPackageClientTypes { playlistType: MediaPackageClientTypes.PlaylistType? = nil, playlistWindowSeconds: Swift.Int? = nil, programDateTimeIntervalSeconds: Swift.Int? = nil - ) - { + ) { self.adMarkers = adMarkers self.adTriggers = adTriggers self.adsOnDeliveryRestrictions = adsOnDeliveryRestrictions @@ -562,8 +553,7 @@ extension MediaPackageClientTypes { public init( cdnIdentifierSecret: Swift.String? = nil, secretsRoleArn: Swift.String? = nil - ) - { + ) { self.cdnIdentifierSecret = cdnIdentifierSecret self.secretsRoleArn = secretsRoleArn } @@ -705,8 +695,7 @@ extension MediaPackageClientTypes { public init( presetSpeke20Audio: MediaPackageClientTypes.PresetSpeke20Audio? = nil, presetSpeke20Video: MediaPackageClientTypes.PresetSpeke20Video? = nil - ) - { + ) { self.presetSpeke20Audio = presetSpeke20Audio self.presetSpeke20Video = presetSpeke20Video } @@ -741,8 +730,7 @@ extension MediaPackageClientTypes { roleArn: Swift.String? = nil, systemIds: [Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.encryptionContractConfiguration = encryptionContractConfiguration self.resourceId = resourceId @@ -772,8 +760,7 @@ extension MediaPackageClientTypes { encryptionMethod: MediaPackageClientTypes.CmafEncryptionMethod? = nil, keyRotationIntervalSeconds: Swift.Int? = nil, spekeKeyProvider: MediaPackageClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.keyRotationIntervalSeconds = keyRotationIntervalSeconds @@ -829,8 +816,7 @@ extension MediaPackageClientTypes { maxVideoBitsPerSecond: Swift.Int? = nil, minVideoBitsPerSecond: Swift.Int? = nil, streamOrder: MediaPackageClientTypes.StreamOrder? = nil - ) - { + ) { self.maxVideoBitsPerSecond = maxVideoBitsPerSecond self.minVideoBitsPerSecond = minVideoBitsPerSecond self.streamOrder = streamOrder @@ -859,8 +845,7 @@ extension MediaPackageClientTypes { segmentDurationSeconds: Swift.Int? = nil, segmentPrefix: Swift.String? = nil, streamSelection: MediaPackageClientTypes.StreamSelection? = nil - ) - { + ) { self.encryption = encryption self.hlsManifests = hlsManifests self.segmentDurationSeconds = segmentDurationSeconds @@ -883,8 +868,7 @@ extension MediaPackageClientTypes { public init( keyRotationIntervalSeconds: Swift.Int? = nil, spekeKeyProvider: MediaPackageClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.keyRotationIntervalSeconds = keyRotationIntervalSeconds self.spekeKeyProvider = spekeKeyProvider } @@ -1079,8 +1063,7 @@ extension MediaPackageClientTypes { suggestedPresentationDelaySeconds: Swift.Int? = nil, utcTiming: MediaPackageClientTypes.UtcTiming? = nil, utcTimingUri: Swift.String? = nil - ) - { + ) { self.adTriggers = adTriggers self.adsOnDeliveryRestrictions = adsOnDeliveryRestrictions self.encryption = encryption @@ -1152,8 +1135,7 @@ extension MediaPackageClientTypes { keyRotationIntervalSeconds: Swift.Int? = nil, repeatExtXKey: Swift.Bool? = nil, spekeKeyProvider: MediaPackageClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.keyRotationIntervalSeconds = keyRotationIntervalSeconds @@ -1205,8 +1187,7 @@ extension MediaPackageClientTypes { segmentDurationSeconds: Swift.Int? = nil, streamSelection: MediaPackageClientTypes.StreamSelection? = nil, useAudioRenditionGroup: Swift.Bool? = nil - ) - { + ) { self.adMarkers = adMarkers self.adTriggers = adTriggers self.adsOnDeliveryRestrictions = adsOnDeliveryRestrictions @@ -1233,8 +1214,7 @@ extension MediaPackageClientTypes { public init( spekeKeyProvider: MediaPackageClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.spekeKeyProvider = spekeKeyProvider } } @@ -1258,8 +1238,7 @@ extension MediaPackageClientTypes { manifestWindowSeconds: Swift.Int? = nil, segmentDurationSeconds: Swift.Int? = nil, streamSelection: MediaPackageClientTypes.StreamSelection? = nil - ) - { + ) { self.encryption = encryption self.manifestWindowSeconds = manifestWindowSeconds self.segmentDurationSeconds = segmentDurationSeconds @@ -1354,8 +1333,7 @@ extension MediaPackageClientTypes { timeDelaySeconds: Swift.Int? = nil, url: Swift.String? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.channelId = channelId @@ -1398,8 +1376,7 @@ extension MediaPackageClientTypes { segmentDurationSeconds: Swift.Int? = nil, segmentPrefix: Swift.String? = nil, streamSelection: MediaPackageClientTypes.StreamSelection? = nil - ) - { + ) { self.encryption = encryption self.hlsManifests = hlsManifests self.segmentDurationSeconds = segmentDurationSeconds @@ -1427,8 +1404,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1451,8 +1427,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1475,8 +1450,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1499,8 +1473,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1523,8 +1496,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1547,8 +1519,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1567,8 +1538,7 @@ public struct ConfigureLogsInput: Swift.Sendable { egressAccessLogs: MediaPackageClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil - ) - { + ) { self.egressAccessLogs = egressAccessLogs self.id = id self.ingressAccessLogs = ingressAccessLogs @@ -1602,8 +1572,7 @@ public struct ConfigureLogsOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1629,8 +1598,7 @@ public struct CreateChannelInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.tags = tags @@ -1664,8 +1632,7 @@ public struct CreateChannelOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1701,8 +1668,7 @@ public struct CreateHarvestJobInput: Swift.Sendable { originEndpointId: Swift.String? = nil, s3Destination: MediaPackageClientTypes.S3Destination? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.id = id self.originEndpointId = originEndpointId @@ -1741,8 +1707,7 @@ public struct CreateHarvestJobOutput: Swift.Sendable { s3Destination: MediaPackageClientTypes.S3Destination? = nil, startTime: Swift.String? = nil, status: MediaPackageClientTypes.Status? = nil - ) - { + ) { self.arn = arn self.channelId = channelId self.createdAt = createdAt @@ -1803,8 +1768,7 @@ public struct CreateOriginEndpointInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, timeDelaySeconds: Swift.Int? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.authorization = authorization self.channelId = channelId self.cmafPackage = cmafPackage @@ -1876,8 +1840,7 @@ public struct CreateOriginEndpointOutput: Swift.Sendable { timeDelaySeconds: Swift.Int? = nil, url: Swift.String? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.channelId = channelId @@ -1905,8 +1868,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1923,8 +1885,7 @@ public struct DeleteOriginEndpointInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1941,8 +1902,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1974,8 +1934,7 @@ public struct DescribeChannelOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1994,8 +1953,7 @@ public struct DescribeHarvestJobInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2030,8 +1988,7 @@ public struct DescribeHarvestJobOutput: Swift.Sendable { s3Destination: MediaPackageClientTypes.S3Destination? = nil, startTime: Swift.String? = nil, status: MediaPackageClientTypes.Status? = nil - ) - { + ) { self.arn = arn self.channelId = channelId self.createdAt = createdAt @@ -2051,8 +2008,7 @@ public struct DescribeOriginEndpointInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2111,8 +2067,7 @@ public struct DescribeOriginEndpointOutput: Swift.Sendable { timeDelaySeconds: Swift.Int? = nil, url: Swift.String? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.channelId = channelId @@ -2142,8 +2097,7 @@ public struct ListChannelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2158,8 +2112,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [MediaPackageClientTypes.Channel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -2180,8 +2133,7 @@ public struct ListHarvestJobsInput: Swift.Sendable { includeStatus: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.includeChannelId = includeChannelId self.includeStatus = includeStatus self.maxResults = maxResults @@ -2198,8 +2150,7 @@ public struct ListHarvestJobsOutput: Swift.Sendable { public init( harvestJobs: [MediaPackageClientTypes.HarvestJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.harvestJobs = harvestJobs self.nextToken = nextToken } @@ -2217,8 +2168,7 @@ public struct ListOriginEndpointsInput: Swift.Sendable { channelId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.maxResults = maxResults self.nextToken = nextToken @@ -2234,8 +2184,7 @@ public struct ListOriginEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, originEndpoints: [MediaPackageClientTypes.OriginEndpoint]? = nil - ) - { + ) { self.nextToken = nextToken self.originEndpoints = originEndpoints } @@ -2247,8 +2196,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2258,8 +2206,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2272,8 +2219,7 @@ public struct RotateChannelCredentialsInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2306,8 +2252,7 @@ public struct RotateChannelCredentialsOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -2330,8 +2275,7 @@ public struct RotateIngestEndpointCredentialsInput: Swift.Sendable { public init( id: Swift.String? = nil, ingestEndpointId: Swift.String? = nil - ) - { + ) { self.id = id self.ingestEndpointId = ingestEndpointId } @@ -2364,8 +2308,7 @@ public struct RotateIngestEndpointCredentialsOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -2386,8 +2329,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2403,8 +2345,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2421,8 +2362,7 @@ public struct UpdateChannelInput: Swift.Sendable { public init( description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.description = description self.id = id } @@ -2455,8 +2395,7 @@ public struct UpdateChannelOutput: Swift.Sendable { id: Swift.String? = nil, ingressAccessLogs: MediaPackageClientTypes.IngressAccessLogs? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -2509,8 +2448,7 @@ public struct UpdateOriginEndpointInput: Swift.Sendable { startoverWindowSeconds: Swift.Int? = nil, timeDelaySeconds: Swift.Int? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.authorization = authorization self.cmafPackage = cmafPackage self.dashPackage = dashPackage @@ -2580,8 +2518,7 @@ public struct UpdateOriginEndpointOutput: Swift.Sendable { timeDelaySeconds: Swift.Int? = nil, url: Swift.String? = nil, whitelist: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.channelId = channelId diff --git a/Sources/Services/AWSMediaPackageV2/Package.swift.txt b/Sources/Services/AWSMediaPackageV2/Package.swift.txt index b135a769292..deb07741f89 100644 --- a/Sources/Services/AWSMediaPackageV2/Package.swift.txt +++ b/Sources/Services/AWSMediaPackageV2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/MediaPackageV2Client.swift b/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/MediaPackageV2Client.swift index 12538204a94..950d68abaf9 100644 --- a/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/MediaPackageV2Client.swift +++ b/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/MediaPackageV2Client.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaPackageV2Client: ClientRuntime.Client { public static let clientName = "MediaPackageV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaPackageV2Client.MediaPackageV2ClientConfiguration let serviceName = "MediaPackageV2" diff --git a/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/Models.swift b/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/Models.swift index 6687ab26636..23767a875e9 100644 --- a/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/Models.swift +++ b/Sources/Services/AWSMediaPackageV2/Sources/AWSMediaPackageV2/Models.swift @@ -61,8 +61,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -178,8 +177,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( conflictExceptionType: MediaPackageV2ClientTypes.ConflictExceptionType? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.conflictExceptionType = conflictExceptionType self.properties.message = message } @@ -203,8 +201,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -265,8 +262,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceTypeNotFound: MediaPackageV2ClientTypes.ResourceTypeNotFound? = nil - ) - { + ) { self.properties.message = message self.properties.resourceTypeNotFound = resourceTypeNotFound } @@ -290,8 +286,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -517,8 +512,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, validationExceptionType: MediaPackageV2ClientTypes.ValidationExceptionType? = nil - ) - { + ) { self.properties.message = message self.properties.validationExceptionType = validationExceptionType } @@ -546,8 +540,7 @@ public struct CancelHarvestJobInput: Swift.Sendable { eTag: Swift.String? = nil, harvestJobName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.eTag = eTag @@ -586,8 +579,7 @@ extension MediaPackageV2ClientTypes { createdAt: Foundation.Date? = nil, description: Swift.String? = nil, modifiedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.createdAt = createdAt @@ -608,8 +600,7 @@ public struct DeleteChannelPolicyInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName } @@ -631,8 +622,7 @@ public struct GetChannelPolicyInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName } @@ -653,8 +643,7 @@ public struct GetChannelPolicyOutput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.policy = policy @@ -676,8 +665,7 @@ public struct PutChannelPolicyInput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.policy = policy @@ -707,8 +695,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -722,8 +709,7 @@ extension MediaPackageV2ClientTypes { public init( mqcsInputSwitching: Swift.Bool? = nil - ) - { + ) { self.mqcsInputSwitching = mqcsInputSwitching } } @@ -767,8 +753,7 @@ extension MediaPackageV2ClientTypes { public init( publishMQCS: Swift.Bool? = nil - ) - { + ) { self.publishMQCS = publishMQCS } } @@ -808,8 +793,7 @@ public struct CreateChannelInput: Swift.Sendable { inputType: MediaPackageV2ClientTypes.InputType? = nil, outputHeaderConfiguration: MediaPackageV2ClientTypes.OutputHeaderConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.clientToken = clientToken @@ -833,8 +817,7 @@ extension MediaPackageV2ClientTypes { public init( id: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.id = id self.url = url } @@ -889,8 +872,7 @@ public struct CreateChannelOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, outputHeaderConfiguration: MediaPackageV2ClientTypes.OutputHeaderConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -917,8 +899,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName } @@ -940,8 +921,7 @@ public struct GetChannelInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName } @@ -995,8 +975,7 @@ public struct GetChannelOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, outputHeaderConfiguration: MediaPackageV2ClientTypes.OutputHeaderConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -1025,8 +1004,7 @@ public struct ListChannelsInput: Swift.Sendable { channelGroupName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.maxResults = maxResults self.nextToken = nextToken @@ -1069,8 +1047,7 @@ extension MediaPackageV2ClientTypes { description: Swift.String? = nil, inputType: MediaPackageV2ClientTypes.InputType? = nil, modifiedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -1091,8 +1068,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( items: [MediaPackageV2ClientTypes.ChannelListConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1177,8 +1153,7 @@ extension MediaPackageV2ClientTypes { manifestFilter: Swift.String? = nil, start: Foundation.Date? = nil, timeDelaySeconds: Swift.Int? = nil - ) - { + ) { self.clipStartTime = clipStartTime self.end = end self.manifestFilter = manifestFilter @@ -1239,8 +1214,7 @@ extension MediaPackageV2ClientTypes { public init( adMarkerDash: MediaPackageV2ClientTypes.AdMarkerDash? = nil - ) - { + ) { self.adMarkerDash = adMarkerDash } } @@ -1319,8 +1293,7 @@ extension MediaPackageV2ClientTypes { public init( timingMode: MediaPackageV2ClientTypes.DashUtcTimingMode? = nil, timingSource: Swift.String? = nil - ) - { + ) { self.timingMode = timingMode self.timingSource = timingSource } @@ -1369,8 +1342,7 @@ extension MediaPackageV2ClientTypes { segmentTemplateFormat: MediaPackageV2ClientTypes.DashSegmentTemplateFormat? = nil, suggestedPresentationDelaySeconds: Swift.Int? = nil, utcTiming: MediaPackageV2ClientTypes.DashUtcTiming? = nil - ) - { + ) { self.drmSignaling = drmSignaling self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -1438,8 +1410,7 @@ extension MediaPackageV2ClientTypes { public init( endpointErrorConditions: [MediaPackageV2ClientTypes.EndpointErrorCondition]? = nil - ) - { + ) { self.endpointErrorConditions = endpointErrorConditions } } @@ -1456,8 +1427,7 @@ extension MediaPackageV2ClientTypes { public init( adMarkerHls: MediaPackageV2ClientTypes.AdMarkerHls? = nil - ) - { + ) { self.adMarkerHls = adMarkerHls } } @@ -1476,8 +1446,7 @@ extension MediaPackageV2ClientTypes { public init( precise: Swift.Bool? = nil, timeOffset: Swift.Float? = nil - ) - { + ) { self.precise = precise self.timeOffset = timeOffset } @@ -1512,8 +1481,7 @@ extension MediaPackageV2ClientTypes { programDateTimeIntervalSeconds: Swift.Int? = nil, scteHls: MediaPackageV2ClientTypes.ScteHls? = nil, startTag: MediaPackageV2ClientTypes.StartTag? = nil - ) - { + ) { self.childManifestName = childManifestName self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -1553,8 +1521,7 @@ extension MediaPackageV2ClientTypes { programDateTimeIntervalSeconds: Swift.Int? = nil, scteHls: MediaPackageV2ClientTypes.ScteHls? = nil, startTag: MediaPackageV2ClientTypes.StartTag? = nil - ) - { + ) { self.childManifestName = childManifestName self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -1636,8 +1603,7 @@ extension MediaPackageV2ClientTypes { public init( cmafEncryptionMethod: MediaPackageV2ClientTypes.CmafEncryptionMethod? = nil, tsEncryptionMethod: MediaPackageV2ClientTypes.TsEncryptionMethod? = nil - ) - { + ) { self.cmafEncryptionMethod = cmafEncryptionMethod self.tsEncryptionMethod = tsEncryptionMethod } @@ -1817,8 +1783,7 @@ extension MediaPackageV2ClientTypes { public init( presetSpeke20Audio: MediaPackageV2ClientTypes.PresetSpeke20Audio? = nil, presetSpeke20Video: MediaPackageV2ClientTypes.PresetSpeke20Video? = nil - ) - { + ) { self.presetSpeke20Audio = presetSpeke20Audio self.presetSpeke20Video = presetSpeke20Video } @@ -1851,8 +1816,7 @@ extension MediaPackageV2ClientTypes { resourceId: Swift.String? = nil, roleArn: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.drmSystems = drmSystems self.encryptionContractConfiguration = encryptionContractConfiguration self.resourceId = resourceId @@ -1882,8 +1846,7 @@ extension MediaPackageV2ClientTypes { encryptionMethod: MediaPackageV2ClientTypes.EncryptionMethod? = nil, keyRotationIntervalSeconds: Swift.Int? = nil, spekeKeyProvider: MediaPackageV2ClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.keyRotationIntervalSeconds = keyRotationIntervalSeconds @@ -1951,8 +1914,7 @@ extension MediaPackageV2ClientTypes { public init( scteFilter: [MediaPackageV2ClientTypes.ScteFilter]? = nil - ) - { + ) { self.scteFilter = scteFilter } } @@ -1985,8 +1947,7 @@ extension MediaPackageV2ClientTypes { segmentName: Swift.String? = nil, tsIncludeDvbSubtitles: Swift.Bool? = nil, tsUseAudioRenditionGroup: Swift.Bool? = nil - ) - { + ) { self.encryption = encryption self.includeIframeOnlyStreams = includeIframeOnlyStreams self.scte = scte @@ -2045,8 +2006,7 @@ public struct CreateOriginEndpointInput: Swift.Sendable { segment: MediaPackageV2ClientTypes.Segment? = nil, startoverWindowSeconds: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.clientToken = clientToken @@ -2109,8 +2069,7 @@ extension MediaPackageV2ClientTypes { suggestedPresentationDelaySeconds: Swift.Int? = nil, url: Swift.String? = nil, utcTiming: MediaPackageV2ClientTypes.DashUtcTiming? = nil - ) - { + ) { self.drmSignaling = drmSignaling self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -2159,8 +2118,7 @@ extension MediaPackageV2ClientTypes { scteHls: MediaPackageV2ClientTypes.ScteHls? = nil, startTag: MediaPackageV2ClientTypes.StartTag? = nil, url: Swift.String? = nil - ) - { + ) { self.childManifestName = childManifestName self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -2205,8 +2163,7 @@ extension MediaPackageV2ClientTypes { scteHls: MediaPackageV2ClientTypes.ScteHls? = nil, startTag: MediaPackageV2ClientTypes.StartTag? = nil, url: Swift.String? = nil - ) - { + ) { self.childManifestName = childManifestName self.filterConfiguration = filterConfiguration self.manifestName = manifestName @@ -2278,8 +2235,7 @@ public struct CreateOriginEndpointOutput: Swift.Sendable { segment: MediaPackageV2ClientTypes.Segment? = nil, startoverWindowSeconds: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -2314,8 +2270,7 @@ public struct DeleteOriginEndpointInput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2342,8 +2297,7 @@ public struct GetOriginEndpointInput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2409,8 +2363,7 @@ public struct GetOriginEndpointOutput: Swift.Sendable { segment: MediaPackageV2ClientTypes.Segment? = nil, startoverWindowSeconds: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -2447,8 +2400,7 @@ public struct ListOriginEndpointsInput: Swift.Sendable { channelName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.maxResults = maxResults @@ -2469,8 +2421,7 @@ extension MediaPackageV2ClientTypes { public init( manifestName: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.manifestName = manifestName self.url = url } @@ -2493,8 +2444,7 @@ extension MediaPackageV2ClientTypes { childManifestName: Swift.String? = nil, manifestName: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.childManifestName = childManifestName self.manifestName = manifestName self.url = url @@ -2518,8 +2468,7 @@ extension MediaPackageV2ClientTypes { childManifestName: Swift.String? = nil, manifestName: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.childManifestName = childManifestName self.manifestName = manifestName self.url = url @@ -2574,8 +2523,7 @@ extension MediaPackageV2ClientTypes { lowLatencyHlsManifests: [MediaPackageV2ClientTypes.ListLowLatencyHlsManifestConfiguration]? = nil, modifiedAt: Foundation.Date? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -2601,8 +2549,7 @@ public struct ListOriginEndpointsOutput: Swift.Sendable { public init( items: [MediaPackageV2ClientTypes.OriginEndpointListConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2623,8 +2570,7 @@ public struct DeleteOriginEndpointPolicyInput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2651,8 +2597,7 @@ public struct GetOriginEndpointPolicyInput: Swift.Sendable { channelGroupName: Swift.String? = nil, channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2678,8 +2623,7 @@ public struct GetOriginEndpointPolicyOutput: Swift.Sendable { channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2706,8 +2650,7 @@ public struct PutOriginEndpointPolicyInput: Swift.Sendable { channelName: Swift.String? = nil, originEndpointName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.originEndpointName = originEndpointName @@ -2763,8 +2706,7 @@ public struct UpdateOriginEndpointInput: Swift.Sendable { originEndpointName: Swift.String? = nil, segment: MediaPackageV2ClientTypes.Segment? = nil, startoverWindowSeconds: Swift.Int? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.containerType = containerType @@ -2839,8 +2781,7 @@ public struct UpdateOriginEndpointOutput: Swift.Sendable { segment: MediaPackageV2ClientTypes.Segment? = nil, startoverWindowSeconds: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -2883,8 +2824,7 @@ public struct UpdateChannelInput: Swift.Sendable { eTag: Swift.String? = nil, inputSwitchConfiguration: MediaPackageV2ClientTypes.InputSwitchConfiguration? = nil, outputHeaderConfiguration: MediaPackageV2ClientTypes.OutputHeaderConfiguration? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.description = description @@ -2942,8 +2882,7 @@ public struct UpdateChannelOutput: Swift.Sendable { modifiedAt: Foundation.Date? = nil, outputHeaderConfiguration: MediaPackageV2ClientTypes.OutputHeaderConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -2976,8 +2915,7 @@ public struct CreateChannelGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.clientToken = clientToken self.description = description @@ -3017,8 +2955,7 @@ public struct CreateChannelGroupOutput: Swift.Sendable { egressDomain: Swift.String? = nil, modifiedAt: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.createdAt = createdAt @@ -3037,8 +2974,7 @@ public struct DeleteChannelGroupInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName } } @@ -3055,8 +2991,7 @@ public struct GetChannelGroupInput: Swift.Sendable { public init( channelGroupName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName } } @@ -3093,8 +3028,7 @@ public struct GetChannelGroupOutput: Swift.Sendable { egressDomain: Swift.String? = nil, modifiedAt: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.createdAt = createdAt @@ -3120,8 +3054,7 @@ extension MediaPackageV2ClientTypes { public init( bucketName: Swift.String? = nil, destinationPath: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.destinationPath = destinationPath } @@ -3138,8 +3071,7 @@ extension MediaPackageV2ClientTypes { public init( s3Destination: MediaPackageV2ClientTypes.S3DestinationConfig? = nil - ) - { + ) { self.s3Destination = s3Destination } } @@ -3155,8 +3087,7 @@ extension MediaPackageV2ClientTypes { public init( manifestName: Swift.String? = nil - ) - { + ) { self.manifestName = manifestName } } @@ -3172,8 +3103,7 @@ extension MediaPackageV2ClientTypes { public init( manifestName: Swift.String? = nil - ) - { + ) { self.manifestName = manifestName } } @@ -3189,8 +3119,7 @@ extension MediaPackageV2ClientTypes { public init( manifestName: Swift.String? = nil - ) - { + ) { self.manifestName = manifestName } } @@ -3211,8 +3140,7 @@ extension MediaPackageV2ClientTypes { dashManifests: [MediaPackageV2ClientTypes.HarvestedDashManifest]? = nil, hlsManifests: [MediaPackageV2ClientTypes.HarvestedHlsManifest]? = nil, lowLatencyHlsManifests: [MediaPackageV2ClientTypes.HarvestedLowLatencyHlsManifest]? = nil - ) - { + ) { self.dashManifests = dashManifests self.hlsManifests = hlsManifests self.lowLatencyHlsManifests = lowLatencyHlsManifests @@ -3234,8 +3162,7 @@ extension MediaPackageV2ClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -3282,8 +3209,7 @@ public struct CreateHarvestJobInput: Swift.Sendable { originEndpointName: Swift.String? = nil, scheduleConfiguration: MediaPackageV2ClientTypes.HarvesterScheduleConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.clientToken = clientToken @@ -3395,8 +3321,7 @@ public struct CreateHarvestJobOutput: Swift.Sendable { scheduleConfiguration: MediaPackageV2ClientTypes.HarvesterScheduleConfiguration? = nil, status: MediaPackageV2ClientTypes.HarvestJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -3435,8 +3360,7 @@ public struct GetHarvestJobInput: Swift.Sendable { channelName: Swift.String? = nil, harvestJobName: Swift.String? = nil, originEndpointName: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.harvestJobName = harvestJobName @@ -3504,8 +3428,7 @@ public struct GetHarvestJobOutput: Swift.Sendable { scheduleConfiguration: MediaPackageV2ClientTypes.HarvesterScheduleConfiguration? = nil, status: MediaPackageV2ClientTypes.HarvestJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -3547,8 +3470,7 @@ public struct ListHarvestJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, originEndpointName: Swift.String? = nil, status: MediaPackageV2ClientTypes.HarvestJobStatus? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.channelName = channelName self.maxResults = maxResults @@ -3617,8 +3539,7 @@ extension MediaPackageV2ClientTypes { originEndpointName: Swift.String? = nil, scheduleConfiguration: MediaPackageV2ClientTypes.HarvesterScheduleConfiguration? = nil, status: MediaPackageV2ClientTypes.HarvestJobStatus? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.channelName = channelName @@ -3647,8 +3568,7 @@ public struct ListHarvestJobsOutput: Swift.Sendable { public init( items: [MediaPackageV2ClientTypes.HarvestJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3663,8 +3583,7 @@ public struct ListChannelGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3679,8 +3598,7 @@ public struct ListChannelGroupsOutput: Swift.Sendable { public init( items: [MediaPackageV2ClientTypes.ChannelGroupListConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3699,8 +3617,7 @@ public struct UpdateChannelGroupInput: Swift.Sendable { channelGroupName: Swift.String? = nil, description: Swift.String? = nil, eTag: Swift.String? = nil - ) - { + ) { self.channelGroupName = channelGroupName self.description = description self.eTag = eTag @@ -3739,8 +3656,7 @@ public struct UpdateChannelGroupOutput: Swift.Sendable { egressDomain: Swift.String? = nil, modifiedAt: Foundation.Date? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.channelGroupName = channelGroupName self.createdAt = createdAt @@ -3759,8 +3675,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3771,8 +3686,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3788,8 +3702,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3806,8 +3719,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSMediaPackageVod/Package.swift.txt b/Sources/Services/AWSMediaPackageVod/Package.swift.txt index 46c58d76687..05676d9b3a7 100644 --- a/Sources/Services/AWSMediaPackageVod/Package.swift.txt +++ b/Sources/Services/AWSMediaPackageVod/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/MediaPackageVodClient.swift b/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/MediaPackageVodClient.swift index 4ba5709cdc9..d077addf37d 100644 --- a/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/MediaPackageVodClient.swift +++ b/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/MediaPackageVodClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaPackageVodClient: ClientRuntime.Client { public static let clientName = "MediaPackageVodClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaPackageVodClient.MediaPackageVodClientConfiguration let serviceName = "MediaPackage Vod" diff --git a/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/Models.swift b/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/Models.swift index 1aa7247d9b8..c2531ee8591 100644 --- a/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/Models.swift +++ b/Sources/Services/AWSMediaPackageVod/Sources/AWSMediaPackageVod/Models.swift @@ -94,8 +94,7 @@ extension MediaPackageVodClientTypes { sourceArn: Swift.String? = nil, sourceRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -242,8 +241,7 @@ extension MediaPackageVodClientTypes { maxVideoBitsPerSecond: Swift.Int? = nil, minVideoBitsPerSecond: Swift.Int? = nil, streamOrder: MediaPackageVodClientTypes.StreamOrder? = nil - ) - { + ) { self.maxVideoBitsPerSecond = maxVideoBitsPerSecond self.minVideoBitsPerSecond = minVideoBitsPerSecond self.streamOrder = streamOrder @@ -275,8 +273,7 @@ extension MediaPackageVodClientTypes { profile: MediaPackageVodClientTypes.Profile? = nil, scteMarkersSource: MediaPackageVodClientTypes.ScteMarkersSource? = nil, streamSelection: MediaPackageVodClientTypes.StreamSelection? = nil - ) - { + ) { self.manifestLayout = manifestLayout self.manifestName = manifestName self.minBufferTimeSeconds = minBufferTimeSeconds @@ -302,8 +299,7 @@ extension MediaPackageVodClientTypes { packagingConfigurationId: Swift.String? = nil, status: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.packagingConfigurationId = packagingConfigurationId self.status = status self.url = url @@ -367,8 +363,7 @@ extension MediaPackageVodClientTypes { programDateTimeIntervalSeconds: Swift.Int? = nil, repeatExtXKey: Swift.Bool? = nil, streamSelection: MediaPackageVodClientTypes.StreamSelection? = nil - ) - { + ) { self.adMarkers = adMarkers self.includeIframeOnlyStream = includeIframeOnlyStream self.manifestName = manifestName @@ -391,8 +386,7 @@ extension MediaPackageVodClientTypes { public init( manifestName: Swift.String? = nil, streamSelection: MediaPackageVodClientTypes.StreamSelection? = nil - ) - { + ) { self.manifestName = manifestName self.streamSelection = streamSelection } @@ -504,8 +498,7 @@ extension MediaPackageVodClientTypes { public init( presetSpeke20Audio: MediaPackageVodClientTypes.PresetSpeke20Audio? = nil, presetSpeke20Video: MediaPackageVodClientTypes.PresetSpeke20Video? = nil - ) - { + ) { self.presetSpeke20Audio = presetSpeke20Audio self.presetSpeke20Video = presetSpeke20Video } @@ -533,8 +526,7 @@ extension MediaPackageVodClientTypes { roleArn: Swift.String? = nil, systemIds: [Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.encryptionContractConfiguration = encryptionContractConfiguration self.roleArn = roleArn self.systemIds = systemIds @@ -556,8 +548,7 @@ extension MediaPackageVodClientTypes { public init( constantInitializationVector: Swift.String? = nil, spekeKeyProvider: MediaPackageVodClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.spekeKeyProvider = spekeKeyProvider } @@ -583,8 +574,7 @@ extension MediaPackageVodClientTypes { hlsManifests: [MediaPackageVodClientTypes.HlsManifest]? = nil, includeEncoderConfigurationInSegments: Swift.Bool? = nil, segmentDurationSeconds: Swift.Int? = nil - ) - { + ) { self.encryption = encryption self.hlsManifests = hlsManifests self.includeEncoderConfigurationInSegments = includeEncoderConfigurationInSegments @@ -603,8 +593,7 @@ extension MediaPackageVodClientTypes { public init( spekeKeyProvider: MediaPackageVodClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.spekeKeyProvider = spekeKeyProvider } } @@ -670,8 +659,7 @@ extension MediaPackageVodClientTypes { periodTriggers: [MediaPackageVodClientTypes.__PeriodTriggersElement]? = nil, segmentDurationSeconds: Swift.Int? = nil, segmentTemplateFormat: MediaPackageVodClientTypes.SegmentTemplateFormat? = nil - ) - { + ) { self.dashManifests = dashManifests self.encryption = encryption self.includeEncoderConfigurationInSegments = includeEncoderConfigurationInSegments @@ -728,8 +716,7 @@ extension MediaPackageVodClientTypes { constantInitializationVector: Swift.String? = nil, encryptionMethod: MediaPackageVodClientTypes.EncryptionMethod? = nil, spekeKeyProvider: MediaPackageVodClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.constantInitializationVector = constantInitializationVector self.encryptionMethod = encryptionMethod self.spekeKeyProvider = spekeKeyProvider @@ -759,8 +746,7 @@ extension MediaPackageVodClientTypes { includeDvbSubtitles: Swift.Bool? = nil, segmentDurationSeconds: Swift.Int? = nil, useAudioRenditionGroup: Swift.Bool? = nil - ) - { + ) { self.encryption = encryption self.hlsManifests = hlsManifests self.includeDvbSubtitles = includeDvbSubtitles @@ -780,8 +766,7 @@ extension MediaPackageVodClientTypes { public init( spekeKeyProvider: MediaPackageVodClientTypes.SpekeKeyProvider? = nil - ) - { + ) { self.spekeKeyProvider = spekeKeyProvider } } @@ -803,8 +788,7 @@ extension MediaPackageVodClientTypes { encryption: MediaPackageVodClientTypes.MssEncryption? = nil, mssManifests: [MediaPackageVodClientTypes.MssManifest]? = nil, segmentDurationSeconds: Swift.Int? = nil - ) - { + ) { self.encryption = encryption self.mssManifests = mssManifests self.segmentDurationSeconds = segmentDurationSeconds @@ -845,8 +829,7 @@ extension MediaPackageVodClientTypes { mssPackage: MediaPackageVodClientTypes.MssPackage? = nil, packagingGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cmafPackage = cmafPackage self.createdAt = createdAt @@ -874,8 +857,7 @@ extension MediaPackageVodClientTypes { public init( cdnIdentifierSecret: Swift.String? = nil, secretsRoleArn: Swift.String? = nil - ) - { + ) { self.cdnIdentifierSecret = cdnIdentifierSecret self.secretsRoleArn = secretsRoleArn } @@ -891,8 +873,7 @@ extension MediaPackageVodClientTypes { public init( logGroupName: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName } } @@ -928,8 +909,7 @@ extension MediaPackageVodClientTypes { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.approximateAssetCount = approximateAssetCount self.arn = arn self.authorization = authorization @@ -960,8 +940,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -984,8 +963,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1008,8 +986,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1032,8 +1009,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1056,8 +1032,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1055,7 @@ public struct UnprocessableEntityException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1097,8 +1071,7 @@ public struct ConfigureLogsInput: Swift.Sendable { public init( egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil - ) - { + ) { self.egressAccessLogs = egressAccessLogs self.id = id } @@ -1128,8 +1101,7 @@ public struct ConfigureLogsOutput: Swift.Sendable { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.createdAt = createdAt @@ -1166,8 +1138,7 @@ public struct CreateAssetInput: Swift.Sendable { sourceArn: Swift.String? = nil, sourceRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.id = id self.packagingGroupId = packagingGroupId self.resourceId = resourceId @@ -1207,8 +1178,7 @@ public struct CreateAssetOutput: Swift.Sendable { sourceArn: Swift.String? = nil, sourceRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.egressEndpoints = egressEndpoints @@ -1248,8 +1218,7 @@ public struct CreatePackagingConfigurationInput: Swift.Sendable { mssPackage: MediaPackageVodClientTypes.MssPackage? = nil, packagingGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cmafPackage = cmafPackage self.dashPackage = dashPackage self.hlsPackage = hlsPackage @@ -1290,8 +1259,7 @@ public struct CreatePackagingConfigurationOutput: Swift.Sendable { mssPackage: MediaPackageVodClientTypes.MssPackage? = nil, packagingGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cmafPackage = cmafPackage self.createdAt = createdAt @@ -1321,8 +1289,7 @@ public struct CreatePackagingGroupInput: Swift.Sendable { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authorization = authorization self.egressAccessLogs = egressAccessLogs self.id = id @@ -1354,8 +1321,7 @@ public struct CreatePackagingGroupOutput: Swift.Sendable { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.authorization = authorization self.createdAt = createdAt @@ -1373,8 +1339,7 @@ public struct DeleteAssetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1391,8 +1356,7 @@ public struct DeletePackagingConfigurationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1409,8 +1373,7 @@ public struct DeletePackagingGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1427,8 +1390,7 @@ public struct DescribeAssetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1463,8 +1425,7 @@ public struct DescribeAssetOutput: Swift.Sendable { sourceArn: Swift.String? = nil, sourceRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.egressEndpoints = egressEndpoints @@ -1484,8 +1445,7 @@ public struct DescribePackagingConfigurationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1520,8 +1480,7 @@ public struct DescribePackagingConfigurationOutput: Swift.Sendable { mssPackage: MediaPackageVodClientTypes.MssPackage? = nil, packagingGroupId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cmafPackage = cmafPackage self.createdAt = createdAt @@ -1541,8 +1500,7 @@ public struct DescribePackagingGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1574,8 +1532,7 @@ public struct DescribePackagingGroupOutput: Swift.Sendable { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.approximateAssetCount = approximateAssetCount self.arn = arn self.authorization = authorization @@ -1599,8 +1556,7 @@ public struct ListAssetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, packagingGroupId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packagingGroupId = packagingGroupId @@ -1616,8 +1572,7 @@ public struct ListAssetsOutput: Swift.Sendable { public init( assets: [MediaPackageVodClientTypes.AssetShallow]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assets = assets self.nextToken = nextToken } @@ -1635,8 +1590,7 @@ public struct ListPackagingConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, packagingGroupId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packagingGroupId = packagingGroupId @@ -1652,8 +1606,7 @@ public struct ListPackagingConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packagingConfigurations: [MediaPackageVodClientTypes.PackagingConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.packagingConfigurations = packagingConfigurations } @@ -1668,8 +1621,7 @@ public struct ListPackagingGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1684,8 +1636,7 @@ public struct ListPackagingGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packagingGroups: [MediaPackageVodClientTypes.PackagingGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.packagingGroups = packagingGroups } @@ -1698,8 +1649,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1710,8 +1660,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1727,8 +1676,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1745,8 +1693,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1763,8 +1710,7 @@ public struct UpdatePackagingGroupInput: Swift.Sendable { public init( authorization: MediaPackageVodClientTypes.Authorization? = nil, id: Swift.String? = nil - ) - { + ) { self.authorization = authorization self.id = id } @@ -1797,8 +1743,7 @@ public struct UpdatePackagingGroupOutput: Swift.Sendable { egressAccessLogs: MediaPackageVodClientTypes.EgressAccessLogs? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.approximateAssetCount = approximateAssetCount self.arn = arn self.authorization = authorization diff --git a/Sources/Services/AWSMediaStore/Package.swift.txt b/Sources/Services/AWSMediaStore/Package.swift.txt index 34a02e29598..d41a247bcc7 100644 --- a/Sources/Services/AWSMediaStore/Package.swift.txt +++ b/Sources/Services/AWSMediaStore/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/MediaStoreClient.swift b/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/MediaStoreClient.swift index 1610eafcc38..09e5aba985a 100644 --- a/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/MediaStoreClient.swift +++ b/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/MediaStoreClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaStoreClient: ClientRuntime.Client { public static let clientName = "MediaStoreClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaStoreClient.MediaStoreClientConfiguration let serviceName = "MediaStore" diff --git a/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/Models.swift b/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/Models.swift index 54f03eb1afb..c3b3c252126 100644 --- a/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/Models.swift +++ b/Sources/Services/AWSMediaStore/Sources/AWSMediaStore/Models.swift @@ -118,8 +118,7 @@ extension MediaStoreClientTypes { endpoint: Swift.String? = nil, name: Swift.String? = nil, status: MediaStoreClientTypes.ContainerStatus? = nil - ) - { + ) { self.accessLoggingEnabled = accessLoggingEnabled self.arn = arn self.creationTime = creationTime @@ -148,8 +147,7 @@ public struct ContainerInUseException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +199,7 @@ public struct ContainerNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -230,8 +227,7 @@ extension MediaStoreClientTypes { allowedOrigins: [Swift.String]? = nil, exposeHeaders: [Swift.String]? = nil, maxAgeSeconds: Swift.Int = 0 - ) - { + ) { self.allowedHeaders = allowedHeaders self.allowedMethods = allowedMethods self.allowedOrigins = allowedOrigins @@ -259,8 +255,7 @@ public struct CorsPolicyNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -283,8 +278,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -307,8 +301,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -326,8 +319,7 @@ extension MediaStoreClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -344,8 +336,7 @@ public struct CreateContainerInput: Swift.Sendable { public init( containerName: Swift.String? = nil, tags: [MediaStoreClientTypes.Tag]? = nil - ) - { + ) { self.containerName = containerName self.tags = tags } @@ -358,8 +349,7 @@ public struct CreateContainerOutput: Swift.Sendable { public init( container: MediaStoreClientTypes.Container? = nil - ) - { + ) { self.container = container } } @@ -371,8 +361,7 @@ public struct DeleteContainerInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -400,8 +389,7 @@ public struct PolicyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -413,8 +401,7 @@ public struct DeleteContainerPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -431,8 +418,7 @@ public struct DeleteCorsPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -449,8 +435,7 @@ public struct DeleteLifecyclePolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -467,8 +452,7 @@ public struct DeleteMetricPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -484,8 +468,7 @@ public struct DescribeContainerInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -496,8 +479,7 @@ public struct DescribeContainerOutput: Swift.Sendable { public init( container: MediaStoreClientTypes.Container? = nil - ) - { + ) { self.container = container } } @@ -509,8 +491,7 @@ public struct GetContainerPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -522,8 +503,7 @@ public struct GetContainerPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -535,8 +515,7 @@ public struct GetCorsPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -548,8 +527,7 @@ public struct GetCorsPolicyOutput: Swift.Sendable { public init( corsPolicy: [MediaStoreClientTypes.CorsRule]? = nil - ) - { + ) { self.corsPolicy = corsPolicy } } @@ -561,8 +539,7 @@ public struct GetLifecyclePolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -574,8 +551,7 @@ public struct GetLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicy: Swift.String? = nil - ) - { + ) { self.lifecyclePolicy = lifecyclePolicy } } @@ -587,8 +563,7 @@ public struct GetMetricPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -607,8 +582,7 @@ extension MediaStoreClientTypes { public init( objectGroup: Swift.String? = nil, objectGroupName: Swift.String? = nil - ) - { + ) { self.objectGroup = objectGroup self.objectGroupName = objectGroupName } @@ -628,8 +602,7 @@ extension MediaStoreClientTypes { public init( containerLevelMetrics: MediaStoreClientTypes.ContainerLevelMetrics? = nil, metricPolicyRules: [MediaStoreClientTypes.MetricPolicyRule]? = nil - ) - { + ) { self.containerLevelMetrics = containerLevelMetrics self.metricPolicyRules = metricPolicyRules } @@ -643,8 +616,7 @@ public struct GetMetricPolicyOutput: Swift.Sendable { public init( metricPolicy: MediaStoreClientTypes.MetricPolicy? = nil - ) - { + ) { self.metricPolicy = metricPolicy } } @@ -658,8 +630,7 @@ public struct ListContainersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -675,8 +646,7 @@ public struct ListContainersOutput: Swift.Sendable { public init( containers: [MediaStoreClientTypes.Container]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.containers = containers self.nextToken = nextToken } @@ -689,8 +659,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil - ) - { + ) { self.resource = resource } } @@ -701,8 +670,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [MediaStoreClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -722,8 +690,7 @@ public struct PutContainerPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.policy = policy } @@ -745,8 +712,7 @@ public struct PutCorsPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil, corsPolicy: [MediaStoreClientTypes.CorsRule]? = nil - ) - { + ) { self.containerName = containerName self.corsPolicy = corsPolicy } @@ -768,8 +734,7 @@ public struct PutLifecyclePolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil, lifecyclePolicy: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.lifecyclePolicy = lifecyclePolicy } @@ -795,8 +760,7 @@ public struct PutMetricPolicyInput: Swift.Sendable { public init( containerName: Swift.String? = nil, metricPolicy: MediaStoreClientTypes.MetricPolicy? = nil - ) - { + ) { self.containerName = containerName self.metricPolicy = metricPolicy } @@ -814,8 +778,7 @@ public struct StartAccessLoggingInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -832,8 +795,7 @@ public struct StopAccessLoggingInput: Swift.Sendable { public init( containerName: Swift.String? = nil - ) - { + ) { self.containerName = containerName } } @@ -854,8 +816,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tags: [MediaStoreClientTypes.Tag]? = nil - ) - { + ) { self.resource = resource self.tags = tags } @@ -877,8 +838,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resource = resource self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSMediaStoreData/Package.swift.txt b/Sources/Services/AWSMediaStoreData/Package.swift.txt index 262097c98fe..6f72e7e584f 100644 --- a/Sources/Services/AWSMediaStoreData/Package.swift.txt +++ b/Sources/Services/AWSMediaStoreData/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/MediaStoreDataClient.swift b/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/MediaStoreDataClient.swift index 5f1a94f3865..835f5955363 100644 --- a/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/MediaStoreDataClient.swift +++ b/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/MediaStoreDataClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaStoreDataClient: ClientRuntime.Client { public static let clientName = "MediaStoreDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaStoreDataClient.MediaStoreDataClientConfiguration let serviceName = "MediaStore Data" diff --git a/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/Models.swift b/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/Models.swift index d986dbe728e..1fde1bdaab6 100644 --- a/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/Models.swift +++ b/Sources/Services/AWSMediaStoreData/Sources/AWSMediaStoreData/Models.swift @@ -46,8 +46,7 @@ public struct ContainerNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -94,8 +92,7 @@ public struct ObjectNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -107,8 +104,7 @@ public struct DeleteObjectInput: Swift.Sendable { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -125,8 +121,7 @@ public struct DescribeObjectInput: Swift.Sendable { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -149,8 +144,7 @@ public struct DescribeObjectOutput: Swift.Sendable { contentType: Swift.String? = nil, eTag: Swift.String? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.cacheControl = cacheControl self.contentLength = contentLength self.contentType = contentType @@ -177,8 +171,7 @@ public struct RequestedRangeNotSatisfiableException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +186,7 @@ public struct GetObjectInput: Swift.Sendable { public init( path: Swift.String? = nil, range: Swift.String? = nil - ) - { + ) { self.path = path self.range = range } @@ -228,8 +220,7 @@ public struct GetObjectOutput: Swift.Sendable { eTag: Swift.String? = nil, lastModified: Foundation.Date? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.body = body self.cacheControl = cacheControl self.contentLength = contentLength @@ -294,8 +285,7 @@ extension MediaStoreDataClientTypes { lastModified: Foundation.Date? = nil, name: Swift.String? = nil, type: MediaStoreDataClientTypes.ItemType? = nil - ) - { + ) { self.contentLength = contentLength self.contentType = contentType self.eTag = eTag @@ -318,8 +308,7 @@ public struct ListItemsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.path = path @@ -335,8 +324,7 @@ public struct ListItemsOutput: Swift.Sendable { public init( items: [MediaStoreDataClientTypes.Item]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -420,8 +408,7 @@ public struct PutObjectInput: Swift.Sendable { path: Swift.String? = nil, storageClass: MediaStoreDataClientTypes.StorageClass? = nil, uploadAvailability: MediaStoreDataClientTypes.UploadAvailability? = nil - ) - { + ) { self.body = body self.cacheControl = cacheControl self.contentType = contentType @@ -443,8 +430,7 @@ public struct PutObjectOutput: Swift.Sendable { contentSHA256: Swift.String? = nil, eTag: Swift.String? = nil, storageClass: MediaStoreDataClientTypes.StorageClass? = nil - ) - { + ) { self.contentSHA256 = contentSHA256 self.eTag = eTag self.storageClass = storageClass diff --git a/Sources/Services/AWSMediaTailor/Package.swift.txt b/Sources/Services/AWSMediaTailor/Package.swift.txt index 4d170cfa1f3..df638455166 100644 --- a/Sources/Services/AWSMediaTailor/Package.swift.txt +++ b/Sources/Services/AWSMediaTailor/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/MediaTailorClient.swift b/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/MediaTailorClient.swift index 52006388fb0..ce6537a63f7 100644 --- a/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/MediaTailorClient.swift +++ b/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/MediaTailorClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MediaTailorClient: ClientRuntime.Client { public static let clientName = "MediaTailorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MediaTailorClient.MediaTailorClientConfiguration let serviceName = "MediaTailor" diff --git a/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/Models.swift b/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/Models.swift index 897f500440c..4fefd905a26 100644 --- a/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/Models.swift +++ b/Sources/Services/AWSMediaTailor/Sources/AWSMediaTailor/Models.swift @@ -57,8 +57,7 @@ extension MediaTailorClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -106,8 +105,7 @@ extension MediaTailorClientTypes { public init( sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.sourceLocationName = sourceLocationName self.vodSourceName = vodSourceName } @@ -132,8 +130,7 @@ extension MediaTailorClientTypes { availsExpected: Swift.Int? = nil, spliceEventId: Swift.Int? = nil, uniqueProgramId: Swift.Int? = nil - ) - { + ) { self.availNum = availNum self.availsExpected = availsExpected self.spliceEventId = spliceEventId @@ -172,8 +169,7 @@ extension MediaTailorClientTypes { segmentsExpected: Swift.Int? = nil, subSegmentNum: Swift.Int? = nil, subSegmentsExpected: Swift.Int? = nil - ) - { + ) { self.segmentNum = segmentNum self.segmentationEventId = segmentationEventId self.segmentationTypeId = segmentationTypeId @@ -195,8 +191,7 @@ extension MediaTailorClientTypes { public init( segmentationDescriptors: [MediaTailorClientTypes.SegmentationDescriptor]? = nil - ) - { + ) { self.segmentationDescriptors = segmentationDescriptors } } @@ -227,8 +222,7 @@ extension MediaTailorClientTypes { slate: MediaTailorClientTypes.SlateSource? = nil, spliceInsertMessage: MediaTailorClientTypes.SpliceInsertMessage? = nil, timeSignalMessage: MediaTailorClientTypes.TimeSignalMessage? = nil - ) - { + ) { self.adBreakMetadata = adBreakMetadata self.messageType = messageType self.offsetMillis = offsetMillis @@ -300,8 +294,7 @@ extension MediaTailorClientTypes { lastModifiedTime: Foundation.Date? = nil, relatedResourceArns: [Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.alertCode = alertCode self.alertMessage = alertMessage self.category = category @@ -324,8 +317,7 @@ extension MediaTailorClientTypes { public init( endOffsetMillis: Swift.Int? = nil, startOffsetMillis: Swift.Int? = nil - ) - { + ) { self.endOffsetMillis = endOffsetMillis self.startOffsetMillis = startOffsetMillis } @@ -359,8 +351,7 @@ extension MediaTailorClientTypes { scheduledStartTimeMillis: Swift.Int? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreaks = adBreaks self.clipRange = clipRange self.durationMillis = durationMillis @@ -384,8 +375,7 @@ extension MediaTailorClientTypes { public init( alternateMedia: [MediaTailorClientTypes.AlternateMedia]? = nil, audience: Swift.String? = nil - ) - { + ) { self.alternateMedia = alternateMedia self.audience = audience } @@ -432,8 +422,7 @@ extension MediaTailorClientTypes { public init( dynamicVariable: Swift.String? = nil, `operator`: MediaTailorClientTypes.Operator? = nil - ) - { + ) { self.dynamicVariable = dynamicVariable self.`operator` = `operator` } @@ -475,8 +464,7 @@ extension MediaTailorClientTypes { public init( logTypes: [MediaTailorClientTypes.LogType]? = nil - ) - { + ) { self.logTypes = logTypes } } @@ -500,8 +488,7 @@ extension MediaTailorClientTypes { minBufferTimeSeconds: Swift.Int? = nil, minUpdatePeriodSeconds: Swift.Int? = nil, suggestedPresentationDelaySeconds: Swift.Int? = nil - ) - { + ) { self.manifestWindowSeconds = manifestWindowSeconds self.minBufferTimeSeconds = minBufferTimeSeconds self.minUpdatePeriodSeconds = minUpdatePeriodSeconds @@ -551,8 +538,7 @@ extension MediaTailorClientTypes { public init( adMarkupType: [MediaTailorClientTypes.AdMarkupType]? = nil, manifestWindowSeconds: Swift.Int? = nil - ) - { + ) { self.adMarkupType = adMarkupType self.manifestWindowSeconds = manifestWindowSeconds } @@ -583,8 +569,7 @@ extension MediaTailorClientTypes { manifestName: Swift.String? = nil, playbackUrl: Swift.String? = nil, sourceGroup: Swift.String? = nil - ) - { + ) { self.dashPlaylistSettings = dashPlaylistSettings self.hlsPlaylistSettings = hlsPlaylistSettings self.manifestName = manifestName @@ -643,8 +628,7 @@ extension MediaTailorClientTypes { playbackMode: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, tier: Swift.String? = nil - ) - { + ) { self.arn = arn self.audiences = audiences self.channelName = channelName @@ -708,8 +692,7 @@ extension MediaTailorClientTypes { path: Swift.String? = nil, sourceGroup: Swift.String? = nil, type: MediaTailorClientTypes.ModelType? = nil - ) - { + ) { self.path = path self.sourceGroup = sourceGroup self.type = type @@ -748,8 +731,7 @@ extension MediaTailorClientTypes { liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -837,8 +819,7 @@ extension MediaTailorClientTypes { fillPolicy: MediaTailorClientTypes.FillPolicy? = nil, mode: MediaTailorClientTypes.Mode? = nil, value: Swift.String? = nil - ) - { + ) { self.fillPolicy = fillPolicy self.mode = mode self.value = value @@ -858,8 +839,7 @@ extension MediaTailorClientTypes { public init( endUrl: Swift.String? = nil, startUrl: Swift.String? = nil - ) - { + ) { self.endUrl = endUrl self.startUrl = startUrl } @@ -878,8 +858,7 @@ extension MediaTailorClientTypes { public init( adSegmentUrlPrefix: Swift.String? = nil, contentSegmentUrlPrefix: Swift.String? = nil - ) - { + ) { self.adSegmentUrlPrefix = adSegmentUrlPrefix self.contentSegmentUrlPrefix = contentSegmentUrlPrefix } @@ -930,8 +909,7 @@ extension MediaTailorClientTypes { manifestEndpointPrefix: Swift.String? = nil, mpdLocation: Swift.String? = nil, originManifestType: MediaTailorClientTypes.OriginManifestType? = nil - ) - { + ) { self.manifestEndpointPrefix = manifestEndpointPrefix self.mpdLocation = mpdLocation self.originManifestType = originManifestType @@ -948,8 +926,7 @@ extension MediaTailorClientTypes { public init( manifestEndpointPrefix: Swift.String? = nil - ) - { + ) { self.manifestEndpointPrefix = manifestEndpointPrefix } } @@ -997,8 +974,7 @@ extension MediaTailorClientTypes { public init( adDecisionServerUrl: Swift.String? = nil, maxDurationSeconds: Swift.Int? = nil - ) - { + ) { self.adDecisionServerUrl = adDecisionServerUrl self.maxDurationSeconds = maxDurationSeconds } @@ -1015,8 +991,7 @@ extension MediaTailorClientTypes { public init( percentEnabled: Swift.Int? = nil - ) - { + ) { self.percentEnabled = percentEnabled } } @@ -1031,8 +1006,7 @@ extension MediaTailorClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1047,8 +1021,7 @@ extension MediaTailorClientTypes { public init( adMarkerPassthrough: MediaTailorClientTypes.AdMarkerPassthrough? = nil - ) - { + ) { self.adMarkerPassthrough = adMarkerPassthrough } } @@ -1120,8 +1093,7 @@ extension MediaTailorClientTypes { tags: [Swift.String: Swift.String]? = nil, transcodeProfileName: Swift.String? = nil, videoContentSourceUrl: Swift.String? = nil - ) - { + ) { self.adDecisionServerUrl = adDecisionServerUrl self.availSuppression = availSuppression self.bumper = bumper @@ -1162,8 +1134,7 @@ extension MediaTailorClientTypes { availMatchingCriteria: [MediaTailorClientTypes.AvailMatchingCriteria]? = nil, endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.availMatchingCriteria = availMatchingCriteria self.endTime = endTime self.startTime = startTime @@ -1187,8 +1158,7 @@ extension MediaTailorClientTypes { dynamicVariables: [Swift.String: Swift.String]? = nil, endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dynamicVariables = dynamicVariables self.endTime = endTime self.startTime = startTime @@ -1225,8 +1195,7 @@ extension MediaTailorClientTypes { playbackConfigurationName: Swift.String? = nil, retrieval: MediaTailorClientTypes.PrefetchRetrieval? = nil, streamId: Swift.String? = nil - ) - { + ) { self.arn = arn self.consumption = consumption self.name = name @@ -1255,8 +1224,7 @@ extension MediaTailorClientTypes { approximateStartTime: Foundation.Date? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.approximateDurationSeconds = approximateDurationSeconds self.approximateStartTime = approximateStartTime self.sourceLocationName = sourceLocationName @@ -1340,8 +1308,7 @@ extension MediaTailorClientTypes { scheduleEntryType: MediaTailorClientTypes.ScheduleEntryType? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.approximateDurationSeconds = approximateDurationSeconds self.approximateStartTime = approximateStartTime self.arn = arn @@ -1369,8 +1336,7 @@ extension MediaTailorClientTypes { public init( baseUrl: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.baseUrl = baseUrl self.name = name } @@ -1424,8 +1390,7 @@ extension MediaTailorClientTypes { headerName: Swift.String? = nil, secretArn: Swift.String? = nil, secretStringKey: Swift.String? = nil - ) - { + ) { self.headerName = headerName self.secretArn = secretArn self.secretStringKey = secretStringKey @@ -1445,8 +1410,7 @@ extension MediaTailorClientTypes { public init( accessType: MediaTailorClientTypes.AccessType? = nil, secretsManagerAccessTokenConfiguration: MediaTailorClientTypes.SecretsManagerAccessTokenConfiguration? = nil - ) - { + ) { self.accessType = accessType self.secretsManagerAccessTokenConfiguration = secretsManagerAccessTokenConfiguration } @@ -1462,8 +1426,7 @@ extension MediaTailorClientTypes { public init( baseUrl: Swift.String? = nil - ) - { + ) { self.baseUrl = baseUrl } } @@ -1479,8 +1442,7 @@ extension MediaTailorClientTypes { public init( baseUrl: Swift.String? = nil - ) - { + ) { self.baseUrl = baseUrl } } @@ -1522,8 +1484,7 @@ extension MediaTailorClientTypes { segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.arn = arn self.creationTime = creationTime @@ -1568,8 +1529,7 @@ extension MediaTailorClientTypes { sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -1591,8 +1551,7 @@ extension MediaTailorClientTypes { public init( offsetMillis: Swift.Int? = nil - ) - { + ) { self.offsetMillis = offsetMillis } } @@ -1616,8 +1575,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1629,8 +1587,7 @@ public struct DeleteChannelPolicyInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -1647,8 +1604,7 @@ public struct GetChannelPolicyInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -1659,8 +1615,7 @@ public struct GetChannelPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1676,8 +1631,7 @@ public struct PutChannelPolicyInput: Swift.Sendable { public init( channelName: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.policy = policy } @@ -1699,8 +1653,7 @@ public struct ConfigureLogsForChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil, logTypes: [MediaTailorClientTypes.LogType]? = nil - ) - { + ) { self.channelName = channelName self.logTypes = logTypes } @@ -1715,8 +1668,7 @@ public struct ConfigureLogsForChannelOutput: Swift.Sendable { public init( channelName: Swift.String? = nil, logTypes: [MediaTailorClientTypes.LogType]? = nil - ) - { + ) { self.channelName = channelName self.logTypes = logTypes } @@ -1742,8 +1694,7 @@ extension MediaTailorClientTypes { hlsPlaylistSettings: MediaTailorClientTypes.HlsPlaylistSettings? = nil, manifestName: Swift.String? = nil, sourceGroup: Swift.String? = nil - ) - { + ) { self.dashPlaylistSettings = dashPlaylistSettings self.hlsPlaylistSettings = hlsPlaylistSettings self.manifestName = manifestName @@ -1820,8 +1771,7 @@ extension MediaTailorClientTypes { public init( maxTimeDelaySeconds: Swift.Int? = nil - ) - { + ) { self.maxTimeDelaySeconds = maxTimeDelaySeconds } } @@ -1857,8 +1807,7 @@ public struct CreateChannelInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tier: MediaTailorClientTypes.Tier? = nil, timeShiftConfiguration: MediaTailorClientTypes.TimeShiftConfiguration? = nil - ) - { + ) { self.audiences = audiences self.channelName = channelName self.fillerSlate = fillerSlate @@ -1938,8 +1887,7 @@ public struct CreateChannelOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tier: Swift.String? = nil, timeShiftConfiguration: MediaTailorClientTypes.TimeShiftConfiguration? = nil - ) - { + ) { self.arn = arn self.audiences = audiences self.channelName = channelName @@ -1962,8 +1910,7 @@ public struct DeleteChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -1980,8 +1927,7 @@ public struct DescribeChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -2029,8 +1975,7 @@ public struct DescribeChannelOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tier: Swift.String? = nil, timeShiftConfiguration: MediaTailorClientTypes.TimeShiftConfiguration? = nil - ) - { + ) { self.arn = arn self.audiences = audiences self.channelName = channelName @@ -2066,8 +2011,7 @@ public struct GetChannelScheduleInput: Swift.Sendable { durationMinutes: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.audience = audience self.channelName = channelName self.durationMinutes = durationMinutes @@ -2085,8 +2029,7 @@ public struct GetChannelScheduleOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.ScheduleEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2101,8 +2044,7 @@ public struct ListChannelsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2117,8 +2059,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.Channel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2176,8 +2117,7 @@ extension MediaTailorClientTypes { relativeProgram: Swift.String? = nil, scheduledStartTimeMillis: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.durationMillis = durationMillis self.relativePosition = relativePosition self.relativeProgram = relativeProgram @@ -2200,8 +2140,7 @@ extension MediaTailorClientTypes { public init( clipRange: MediaTailorClientTypes.ClipRange? = nil, transition: MediaTailorClientTypes.Transition? = nil - ) - { + ) { self.clipRange = clipRange self.transition = transition } @@ -2239,8 +2178,7 @@ public struct CreateProgramInput: Swift.Sendable { scheduleConfiguration: MediaTailorClientTypes.ScheduleConfiguration? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreaks = adBreaks self.audienceMedia = audienceMedia self.channelName = channelName @@ -2291,8 +2229,7 @@ public struct CreateProgramOutput: Swift.Sendable { scheduledStartTime: Foundation.Date? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreaks = adBreaks self.arn = arn self.audienceMedia = audienceMedia @@ -2319,8 +2256,7 @@ public struct DeleteProgramInput: Swift.Sendable { public init( channelName: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.programName = programName } @@ -2342,8 +2278,7 @@ public struct DescribeProgramInput: Swift.Sendable { public init( channelName: Swift.String? = nil, programName: Swift.String? = nil - ) - { + ) { self.channelName = channelName self.programName = programName } @@ -2388,8 +2323,7 @@ public struct DescribeProgramOutput: Swift.Sendable { scheduledStartTime: Foundation.Date? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreaks = adBreaks self.arn = arn self.audienceMedia = audienceMedia @@ -2417,8 +2351,7 @@ extension MediaTailorClientTypes { public init( durationMillis: Swift.Int? = nil, scheduledStartTimeMillis: Swift.Int? = nil - ) - { + ) { self.durationMillis = durationMillis self.scheduledStartTimeMillis = scheduledStartTimeMillis } @@ -2437,8 +2370,7 @@ extension MediaTailorClientTypes { public init( clipRange: MediaTailorClientTypes.ClipRange? = nil, transition: MediaTailorClientTypes.UpdateProgramTransition? = nil - ) - { + ) { self.clipRange = clipRange self.transition = transition } @@ -2466,8 +2398,7 @@ public struct UpdateProgramInput: Swift.Sendable { channelName: Swift.String? = nil, programName: Swift.String? = nil, scheduleConfiguration: MediaTailorClientTypes.UpdateProgramScheduleConfiguration? = nil - ) - { + ) { self.adBreaks = adBreaks self.audienceMedia = audienceMedia self.channelName = channelName @@ -2515,8 +2446,7 @@ public struct UpdateProgramOutput: Swift.Sendable { scheduledStartTime: Foundation.Date? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreaks = adBreaks self.arn = arn self.audienceMedia = audienceMedia @@ -2539,8 +2469,7 @@ public struct StartChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -2557,8 +2486,7 @@ public struct StopChannelInput: Swift.Sendable { public init( channelName: Swift.String? = nil - ) - { + ) { self.channelName = channelName } } @@ -2588,8 +2516,7 @@ public struct UpdateChannelInput: Swift.Sendable { fillerSlate: MediaTailorClientTypes.SlateSource? = nil, outputs: [MediaTailorClientTypes.RequestOutputItem]? = nil, timeShiftConfiguration: MediaTailorClientTypes.TimeShiftConfiguration? = nil - ) - { + ) { self.audiences = audiences self.channelName = channelName self.fillerSlate = fillerSlate @@ -2637,8 +2564,7 @@ public struct UpdateChannelOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tier: Swift.String? = nil, timeShiftConfiguration: MediaTailorClientTypes.TimeShiftConfiguration? = nil - ) - { + ) { self.arn = arn self.audiences = audiences self.channelName = channelName @@ -2666,8 +2592,7 @@ public struct ConfigureLogsForPlaybackConfigurationInput: Swift.Sendable { public init( percentEnabled: Swift.Int? = nil, playbackConfigurationName: Swift.String? = nil - ) - { + ) { self.percentEnabled = percentEnabled self.playbackConfigurationName = playbackConfigurationName } @@ -2683,8 +2608,7 @@ public struct ConfigureLogsForPlaybackConfigurationOutput: Swift.Sendable { public init( percentEnabled: Swift.Int? = nil, playbackConfigurationName: Swift.String? = nil - ) - { + ) { self.percentEnabled = percentEnabled self.playbackConfigurationName = playbackConfigurationName } @@ -2708,8 +2632,7 @@ public struct CreateLiveSourceInput: Swift.Sendable { liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.httpPackageConfigurations = httpPackageConfigurations self.liveSourceName = liveSourceName self.sourceLocationName = sourceLocationName @@ -2741,8 +2664,7 @@ public struct CreateLiveSourceOutput: Swift.Sendable { liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -2775,8 +2697,7 @@ public struct CreatePrefetchScheduleInput: Swift.Sendable { playbackConfigurationName: Swift.String? = nil, retrieval: MediaTailorClientTypes.PrefetchRetrieval? = nil, streamId: Swift.String? = nil - ) - { + ) { self.consumption = consumption self.name = name self.playbackConfigurationName = playbackConfigurationName @@ -2806,8 +2727,7 @@ public struct CreatePrefetchScheduleOutput: Swift.Sendable { playbackConfigurationName: Swift.String? = nil, retrieval: MediaTailorClientTypes.PrefetchRetrieval? = nil, streamId: Swift.String? = nil - ) - { + ) { self.arn = arn self.consumption = consumption self.name = name @@ -2840,8 +2760,7 @@ public struct CreateSourceLocationInput: Swift.Sendable { segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.defaultSegmentDeliveryConfiguration = defaultSegmentDeliveryConfiguration self.httpConfiguration = httpConfiguration @@ -2881,8 +2800,7 @@ public struct CreateSourceLocationOutput: Swift.Sendable { segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.arn = arn self.creationTime = creationTime @@ -2913,8 +2831,7 @@ public struct CreateVodSourceInput: Swift.Sendable { sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.httpPackageConfigurations = httpPackageConfigurations self.sourceLocationName = sourceLocationName self.tags = tags @@ -2946,8 +2863,7 @@ public struct CreateVodSourceOutput: Swift.Sendable { sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -2970,8 +2886,7 @@ extension MediaTailorClientTypes { public init( mpdLocation: Swift.String? = nil, originManifestType: MediaTailorClientTypes.OriginManifestType? = nil - ) - { + ) { self.mpdLocation = mpdLocation self.originManifestType = originManifestType } @@ -2989,8 +2904,7 @@ public struct DeleteLiveSourceInput: Swift.Sendable { public init( liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.liveSourceName = liveSourceName self.sourceLocationName = sourceLocationName } @@ -3008,8 +2922,7 @@ public struct DeletePlaybackConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3030,8 +2943,7 @@ public struct DeletePrefetchScheduleInput: Swift.Sendable { public init( name: Swift.String? = nil, playbackConfigurationName: Swift.String? = nil - ) - { + ) { self.name = name self.playbackConfigurationName = playbackConfigurationName } @@ -3049,8 +2961,7 @@ public struct DeleteSourceLocationInput: Swift.Sendable { public init( sourceLocationName: Swift.String? = nil - ) - { + ) { self.sourceLocationName = sourceLocationName } } @@ -3071,8 +2982,7 @@ public struct DeleteVodSourceInput: Swift.Sendable { public init( sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.sourceLocationName = sourceLocationName self.vodSourceName = vodSourceName } @@ -3094,8 +3004,7 @@ public struct DescribeLiveSourceInput: Swift.Sendable { public init( liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.liveSourceName = liveSourceName self.sourceLocationName = sourceLocationName } @@ -3125,8 +3034,7 @@ public struct DescribeLiveSourceOutput: Swift.Sendable { liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -3144,8 +3052,7 @@ public struct DescribeSourceLocationInput: Swift.Sendable { public init( sourceLocationName: Swift.String? = nil - ) - { + ) { self.sourceLocationName = sourceLocationName } } @@ -3180,8 +3087,7 @@ public struct DescribeSourceLocationOutput: Swift.Sendable { segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.arn = arn self.creationTime = creationTime @@ -3205,8 +3111,7 @@ public struct DescribeVodSourceInput: Swift.Sendable { public init( sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.sourceLocationName = sourceLocationName self.vodSourceName = vodSourceName } @@ -3239,8 +3144,7 @@ public struct DescribeVodSourceOutput: Swift.Sendable { sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.adBreakOpportunities = adBreakOpportunities self.arn = arn self.creationTime = creationTime @@ -3259,8 +3163,7 @@ public struct GetPlaybackConfigurationInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3328,8 +3231,7 @@ public struct GetPlaybackConfigurationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, transcodeProfileName: Swift.String? = nil, videoContentSourceUrl: Swift.String? = nil - ) - { + ) { self.adDecisionServerUrl = adDecisionServerUrl self.availSuppression = availSuppression self.bumper = bumper @@ -3364,8 +3266,7 @@ public struct GetPrefetchScheduleInput: Swift.Sendable { public init( name: Swift.String? = nil, playbackConfigurationName: Swift.String? = nil - ) - { + ) { self.name = name self.playbackConfigurationName = playbackConfigurationName } @@ -3392,8 +3293,7 @@ public struct GetPrefetchScheduleOutput: Swift.Sendable { playbackConfigurationName: Swift.String? = nil, retrieval: MediaTailorClientTypes.PrefetchRetrieval? = nil, streamId: Swift.String? = nil - ) - { + ) { self.arn = arn self.consumption = consumption self.name = name @@ -3416,8 +3316,7 @@ public struct ListAlertsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -3433,8 +3332,7 @@ public struct ListAlertsOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.Alert]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3453,8 +3351,7 @@ public struct ListLiveSourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sourceLocationName = sourceLocationName @@ -3470,8 +3367,7 @@ public struct ListLiveSourcesOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.LiveSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3486,8 +3382,7 @@ public struct ListPlaybackConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3502,8 +3397,7 @@ public struct ListPlaybackConfigurationsOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.PlaybackConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3525,8 +3419,7 @@ public struct ListPrefetchSchedulesInput: Swift.Sendable { nextToken: Swift.String? = nil, playbackConfigurationName: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.playbackConfigurationName = playbackConfigurationName @@ -3543,8 +3436,7 @@ public struct ListPrefetchSchedulesOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.PrefetchSchedule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3559,8 +3451,7 @@ public struct ListSourceLocationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3575,8 +3466,7 @@ public struct ListSourceLocationsOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.SourceLocation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3589,8 +3479,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3601,8 +3490,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3620,8 +3508,7 @@ public struct ListVodSourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sourceLocationName = sourceLocationName @@ -3637,8 +3524,7 @@ public struct ListVodSourcesOutput: Swift.Sendable { public init( items: [MediaTailorClientTypes.VodSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3659,8 +3545,7 @@ public struct UpdateLiveSourceInput: Swift.Sendable { httpPackageConfigurations: [MediaTailorClientTypes.HttpPackageConfiguration]? = nil, liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.httpPackageConfigurations = httpPackageConfigurations self.liveSourceName = liveSourceName self.sourceLocationName = sourceLocationName @@ -3691,8 +3576,7 @@ public struct UpdateLiveSourceOutput: Swift.Sendable { liveSourceName: Swift.String? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations @@ -3752,8 +3636,7 @@ public struct PutPlaybackConfigurationInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, transcodeProfileName: Swift.String? = nil, videoContentSourceUrl: Swift.String? = nil - ) - { + ) { self.adDecisionServerUrl = adDecisionServerUrl self.availSuppression = availSuppression self.bumper = bumper @@ -3835,8 +3718,7 @@ public struct PutPlaybackConfigurationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, transcodeProfileName: Swift.String? = nil, videoContentSourceUrl: Swift.String? = nil - ) - { + ) { self.adDecisionServerUrl = adDecisionServerUrl self.availSuppression = availSuppression self.bumper = bumper @@ -3880,8 +3762,7 @@ public struct UpdateSourceLocationInput: Swift.Sendable { httpConfiguration: MediaTailorClientTypes.HttpConfiguration? = nil, segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.defaultSegmentDeliveryConfiguration = defaultSegmentDeliveryConfiguration self.httpConfiguration = httpConfiguration @@ -3920,8 +3801,7 @@ public struct UpdateSourceLocationOutput: Swift.Sendable { segmentDeliveryConfigurations: [MediaTailorClientTypes.SegmentDeliveryConfiguration]? = nil, sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.arn = arn self.creationTime = creationTime @@ -3945,8 +3825,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3963,8 +3842,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3985,8 +3863,7 @@ public struct UpdateVodSourceInput: Swift.Sendable { httpPackageConfigurations: [MediaTailorClientTypes.HttpPackageConfiguration]? = nil, sourceLocationName: Swift.String? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.httpPackageConfigurations = httpPackageConfigurations self.sourceLocationName = sourceLocationName self.vodSourceName = vodSourceName @@ -4017,8 +3894,7 @@ public struct UpdateVodSourceOutput: Swift.Sendable { sourceLocationName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vodSourceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.httpPackageConfigurations = httpPackageConfigurations diff --git a/Sources/Services/AWSMedicalImaging/Package.swift.txt b/Sources/Services/AWSMedicalImaging/Package.swift.txt index 56da6307b67..417c0de7b6e 100644 --- a/Sources/Services/AWSMedicalImaging/Package.swift.txt +++ b/Sources/Services/AWSMedicalImaging/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/MedicalImagingClient.swift b/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/MedicalImagingClient.swift index 3eca5b816e3..cdf48101e6b 100644 --- a/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/MedicalImagingClient.swift +++ b/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/MedicalImagingClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MedicalImagingClient: ClientRuntime.Client { public static let clientName = "MedicalImagingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MedicalImagingClient.MedicalImagingClientConfiguration let serviceName = "Medical Imaging" diff --git a/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/Models.swift b/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/Models.swift index 68c277bb234..012eef222e1 100644 --- a/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/Models.swift +++ b/Sources/Services/AWSMedicalImaging/Sources/AWSMedicalImaging/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +120,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +144,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -173,8 +168,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +192,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -218,8 +211,7 @@ extension MedicalImagingClientTypes { public init( imageSetId: Swift.String? = nil, latestVersionId: Swift.String? = nil - ) - { + ) { self.imageSetId = imageSetId self.latestVersionId = latestVersionId } @@ -236,8 +228,7 @@ extension MedicalImagingClientTypes { public init( copiableAttributes: Swift.String? = nil - ) - { + ) { self.copiableAttributes = copiableAttributes } } @@ -261,8 +252,7 @@ extension MedicalImagingClientTypes { public init( dicomCopies: MedicalImagingClientTypes.MetadataCopies? = nil, latestVersionId: Swift.String? = nil - ) - { + ) { self.dicomCopies = dicomCopies self.latestVersionId = latestVersionId } @@ -282,8 +272,7 @@ extension MedicalImagingClientTypes { public init( destinationImageSet: MedicalImagingClientTypes.CopyDestinationImageSet? = nil, sourceImageSet: MedicalImagingClientTypes.CopySourceImageSetInformation? = nil - ) - { + ) { self.destinationImageSet = destinationImageSet self.sourceImageSet = sourceImageSet } @@ -308,8 +297,7 @@ public struct CopyImageSetInput: Swift.Sendable { datastoreId: Swift.String? = nil, force: Swift.Bool? = nil, sourceImageSetId: Swift.String? = nil - ) - { + ) { self.copyImageSetInformation = copyImageSetInformation self.datastoreId = datastoreId self.force = force @@ -431,8 +419,7 @@ extension MedicalImagingClientTypes { imageSetWorkflowStatus: MedicalImagingClientTypes.ImageSetWorkflowStatus? = nil, latestVersionId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.imageSetArn = imageSetArn self.imageSetId = imageSetId @@ -473,8 +460,7 @@ extension MedicalImagingClientTypes { imageSetWorkflowStatus: MedicalImagingClientTypes.ImageSetWorkflowStatus? = nil, latestVersionId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.imageSetArn = imageSetArn self.imageSetId = imageSetId @@ -501,8 +487,7 @@ public struct CopyImageSetOutput: Swift.Sendable { datastoreId: Swift.String? = nil, destinationImageSetProperties: MedicalImagingClientTypes.CopyDestinationImageSetProperties? = nil, sourceImageSetProperties: MedicalImagingClientTypes.CopySourceImageSetProperties? = nil - ) - { + ) { self.datastoreId = datastoreId self.destinationImageSetProperties = destinationImageSetProperties self.sourceImageSetProperties = sourceImageSetProperties @@ -525,8 +510,7 @@ public struct CreateDatastoreInput: Swift.Sendable { datastoreName: Swift.String? = nil, kmsKeyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.datastoreName = datastoreName self.kmsKeyArn = kmsKeyArn @@ -583,8 +567,7 @@ public struct CreateDatastoreOutput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, datastoreStatus: MedicalImagingClientTypes.DatastoreStatus? = nil - ) - { + ) { self.datastoreId = datastoreId self.datastoreStatus = datastoreStatus } @@ -597,8 +580,7 @@ public struct DeleteDatastoreInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId } } @@ -614,8 +596,7 @@ public struct DeleteDatastoreOutput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, datastoreStatus: MedicalImagingClientTypes.DatastoreStatus? = nil - ) - { + ) { self.datastoreId = datastoreId self.datastoreStatus = datastoreStatus } @@ -628,8 +609,7 @@ public struct GetDatastoreInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId } } @@ -664,8 +644,7 @@ extension MedicalImagingClientTypes { datastoreStatus: MedicalImagingClientTypes.DatastoreStatus? = nil, kmsKeyArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.datastoreArn = datastoreArn self.datastoreId = datastoreId @@ -684,8 +663,7 @@ public struct GetDatastoreOutput: Swift.Sendable { public init( datastoreProperties: MedicalImagingClientTypes.DatastoreProperties? = nil - ) - { + ) { self.datastoreProperties = datastoreProperties } } @@ -702,8 +680,7 @@ public struct ListDatastoresInput: Swift.Sendable { datastoreStatus: MedicalImagingClientTypes.DatastoreStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastoreStatus = datastoreStatus self.maxResults = maxResults self.nextToken = nextToken @@ -737,8 +714,7 @@ extension MedicalImagingClientTypes { datastoreName: Swift.String? = nil, datastoreStatus: MedicalImagingClientTypes.DatastoreStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.datastoreArn = datastoreArn self.datastoreId = datastoreId @@ -758,8 +734,7 @@ public struct ListDatastoresOutput: Swift.Sendable { public init( datastoreSummaries: [MedicalImagingClientTypes.DatastoreSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastoreSummaries = datastoreSummaries self.nextToken = nextToken } @@ -776,8 +751,7 @@ public struct DeleteImageSetInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, imageSetId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageSetId = imageSetId } @@ -802,8 +776,7 @@ public struct DeleteImageSetOutput: Swift.Sendable { imageSetId: Swift.String? = nil, imageSetState: MedicalImagingClientTypes.ImageSetState? = nil, imageSetWorkflowStatus: MedicalImagingClientTypes.ImageSetWorkflowStatus? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageSetId = imageSetId self.imageSetState = imageSetState @@ -822,8 +795,7 @@ public struct GetDICOMImportJobInput: Swift.Sendable { public init( datastoreId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId } @@ -907,8 +879,7 @@ extension MedicalImagingClientTypes { message: Swift.String? = nil, outputS3Uri: Swift.String? = nil, submittedAt: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId self.endedAt = endedAt @@ -930,8 +901,7 @@ public struct GetDICOMImportJobOutput: Swift.Sendable { public init( jobProperties: MedicalImagingClientTypes.DICOMImportJobProperties? = nil - ) - { + ) { self.jobProperties = jobProperties } } @@ -946,8 +916,7 @@ extension MedicalImagingClientTypes { public init( imageFrameId: Swift.String? = nil - ) - { + ) { self.imageFrameId = imageFrameId } } @@ -968,8 +937,7 @@ public struct GetImageFrameInput: Swift.Sendable { datastoreId: Swift.String? = nil, imageFrameInformation: MedicalImagingClientTypes.ImageFrameInformation? = nil, imageSetId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageFrameInformation = imageFrameInformation self.imageSetId = imageSetId @@ -986,8 +954,7 @@ public struct GetImageFrameOutput: Swift.Sendable { public init( contentType: Swift.String? = nil, imageFrameBlob: Smithy.ByteStream? = nil - ) - { + ) { self.contentType = contentType self.imageFrameBlob = imageFrameBlob } @@ -1007,8 +974,7 @@ public struct GetImageSetInput: Swift.Sendable { datastoreId: Swift.String? = nil, imageSetId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageSetId = imageSetId self.versionId = versionId @@ -1024,8 +990,7 @@ extension MedicalImagingClientTypes { public init( forced: Swift.Bool? = nil - ) - { + ) { self.forced = forced } } @@ -1071,8 +1036,7 @@ public struct GetImageSetOutput: Swift.Sendable { overrides: MedicalImagingClientTypes.Overrides? = nil, updatedAt: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.datastoreId = datastoreId self.deletedAt = deletedAt @@ -1101,8 +1065,7 @@ public struct GetImageSetMetadataInput: Swift.Sendable { datastoreId: Swift.String? = nil, imageSetId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageSetId = imageSetId self.versionId = versionId @@ -1122,8 +1085,7 @@ public struct GetImageSetMetadataOutput: Swift.Sendable { contentEncoding: Swift.String? = nil, contentType: Swift.String? = nil, imageSetMetadataBlob: Smithy.ByteStream? = nil - ) - { + ) { self.contentEncoding = contentEncoding self.contentType = contentType self.imageSetMetadataBlob = imageSetMetadataBlob @@ -1146,8 +1108,7 @@ public struct ListDICOMImportJobsInput: Swift.Sendable { jobStatus: MedicalImagingClientTypes.JobStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobStatus = jobStatus self.maxResults = maxResults @@ -1189,8 +1150,7 @@ extension MedicalImagingClientTypes { jobStatus: MedicalImagingClientTypes.JobStatus? = nil, message: Swift.String? = nil, submittedAt: Foundation.Date? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId self.endedAt = endedAt @@ -1213,8 +1173,7 @@ public struct ListDICOMImportJobsOutput: Swift.Sendable { public init( jobSummaries: [MedicalImagingClientTypes.DICOMImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -1237,8 +1196,7 @@ public struct ListImageSetVersionsInput: Swift.Sendable { imageSetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datastoreId = datastoreId self.imageSetId = imageSetId self.maxResults = maxResults @@ -1282,8 +1240,7 @@ extension MedicalImagingClientTypes { overrides: MedicalImagingClientTypes.Overrides? = nil, updatedAt: Foundation.Date? = nil, versionId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.deletedAt = deletedAt self.imageSetId = imageSetId @@ -1307,8 +1264,7 @@ public struct ListImageSetVersionsOutput: Swift.Sendable { public init( imageSetPropertiesList: [MedicalImagingClientTypes.ImageSetProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageSetPropertiesList = imageSetPropertiesList self.nextToken = nextToken } @@ -1321,8 +1277,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1334,8 +1289,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1382,8 +1336,7 @@ extension MedicalImagingClientTypes { public init( dicomStudyDate: Swift.String? = nil, dicomStudyTime: Swift.String? = nil - ) - { + ) { self.dicomStudyDate = dicomStudyDate self.dicomStudyTime = dicomStudyTime } @@ -1433,8 +1386,7 @@ extension MedicalImagingClientTypes { public init( `operator`: MedicalImagingClientTypes.Operator? = nil, values: [MedicalImagingClientTypes.SearchByAttributeValue]? = nil - ) - { + ) { self.`operator` = `operator` self.values = values } @@ -1516,8 +1468,7 @@ extension MedicalImagingClientTypes { public init( sortField: MedicalImagingClientTypes.SortField? = nil, sortOrder: MedicalImagingClientTypes.SortOrder? = nil - ) - { + ) { self.sortField = sortField self.sortOrder = sortOrder } @@ -1536,8 +1487,7 @@ extension MedicalImagingClientTypes { public init( filters: [MedicalImagingClientTypes.SearchFilter]? = nil, sort: MedicalImagingClientTypes.Sort? = nil - ) - { + ) { self.filters = filters self.sort = sort } @@ -1566,8 +1516,7 @@ public struct SearchImageSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchCriteria: MedicalImagingClientTypes.SearchCriteria? = nil - ) - { + ) { self.datastoreId = datastoreId self.maxResults = maxResults self.nextToken = nextToken @@ -1634,8 +1583,7 @@ extension MedicalImagingClientTypes { dicomStudyId: Swift.String? = nil, dicomStudyInstanceUID: Swift.String? = nil, dicomStudyTime: Swift.String? = nil - ) - { + ) { self.dicomAccessionNumber = dicomAccessionNumber self.dicomNumberOfStudyRelatedInstances = dicomNumberOfStudyRelatedInstances self.dicomNumberOfStudyRelatedSeries = dicomNumberOfStudyRelatedSeries @@ -1683,8 +1631,7 @@ extension MedicalImagingClientTypes { imageSetId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, version: Swift.Int? = nil - ) - { + ) { self.createdAt = createdAt self.dicomTags = dicomTags self.imageSetId = imageSetId @@ -1707,8 +1654,7 @@ public struct SearchImageSetsOutput: Swift.Sendable { imageSetsMetadataSummaries: [MedicalImagingClientTypes.ImageSetsMetadataSummary]? = nil, nextToken: Swift.String? = nil, sort: MedicalImagingClientTypes.Sort? = nil - ) - { + ) { self.imageSetsMetadataSummaries = imageSetsMetadataSummaries self.nextToken = nextToken self.sort = sort @@ -1744,8 +1690,7 @@ public struct StartDICOMImportJobInput: Swift.Sendable { inputS3Uri: Swift.String? = nil, jobName: Swift.String? = nil, outputS3Uri: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.datastoreId = datastoreId @@ -1775,8 +1720,7 @@ public struct StartDICOMImportJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobStatus: MedicalImagingClientTypes.JobStatus? = nil, submittedAt: Foundation.Date? = nil - ) - { + ) { self.datastoreId = datastoreId self.jobId = jobId self.jobStatus = jobStatus @@ -1795,8 +1739,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1818,8 +1761,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1842,8 +1784,7 @@ extension MedicalImagingClientTypes { public init( removableAttributes: Foundation.Data? = nil, updatableAttributes: Foundation.Data? = nil - ) - { + ) { self.removableAttributes = removableAttributes self.updatableAttributes = updatableAttributes } @@ -1893,8 +1834,7 @@ public struct UpdateImageSetMetadataInput: Swift.Sendable { imageSetId: Swift.String? = nil, latestVersionId: Swift.String? = nil, updateImageSetMetadataUpdates: MedicalImagingClientTypes.MetadataUpdates? = nil - ) - { + ) { self.datastoreId = datastoreId self.force = force self.imageSetId = imageSetId @@ -1934,8 +1874,7 @@ public struct UpdateImageSetMetadataOutput: Swift.Sendable { latestVersionId: Swift.String? = nil, message: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.datastoreId = datastoreId self.imageSetId = imageSetId diff --git a/Sources/Services/AWSMemoryDB/Package.swift.txt b/Sources/Services/AWSMemoryDB/Package.swift.txt index 4c3e3dbce7e..55761016e71 100644 --- a/Sources/Services/AWSMemoryDB/Package.swift.txt +++ b/Sources/Services/AWSMemoryDB/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/MemoryDBClient.swift b/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/MemoryDBClient.swift index a100eb32635..09583ef798a 100644 --- a/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/MemoryDBClient.swift +++ b/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/MemoryDBClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MemoryDBClient: ClientRuntime.Client { public static let clientName = "MemoryDBClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MemoryDBClient.MemoryDBClientConfiguration let serviceName = "MemoryDB" diff --git a/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift b/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift index d39474c0704..37be7d0dcd6 100644 --- a/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift +++ b/Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift @@ -38,8 +38,7 @@ extension MemoryDBClientTypes { public init( userNamesToAdd: [Swift.String]? = nil, userNamesToRemove: [Swift.String]? = nil - ) - { + ) { self.userNamesToAdd = userNamesToAdd self.userNamesToRemove = userNamesToRemove } @@ -73,8 +72,7 @@ extension MemoryDBClientTypes { pendingChanges: MemoryDBClientTypes.ACLPendingChanges? = nil, status: Swift.String? = nil, userNames: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.clusters = clusters self.minimumEngineVersion = minimumEngineVersion @@ -104,8 +102,7 @@ public struct ACLAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -128,8 +125,7 @@ public struct ACLNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -152,8 +148,7 @@ public struct ACLQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +162,7 @@ extension MemoryDBClientTypes { public init( aclToApply: Swift.String? = nil - ) - { + ) { self.aclToApply = aclToApply } } @@ -192,8 +186,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -216,8 +209,7 @@ public struct ServiceUpdateNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -231,8 +223,7 @@ extension MemoryDBClientTypes { public init( serviceUpdateNameToApply: Swift.String? = nil - ) - { + ) { self.serviceUpdateNameToApply = serviceUpdateNameToApply } } @@ -248,8 +239,7 @@ public struct BatchUpdateClusterInput: Swift.Sendable { public init( clusterNames: [Swift.String]? = nil, serviceUpdate: MemoryDBClientTypes.ServiceUpdateRequest? = nil - ) - { + ) { self.clusterNames = clusterNames self.serviceUpdate = serviceUpdate } @@ -296,8 +286,7 @@ extension MemoryDBClientTypes { public init( address: Swift.String? = nil, port: Swift.Int = 0 - ) - { + ) { self.address = address self.port = port } @@ -342,8 +331,7 @@ extension MemoryDBClientTypes { public init( progressPercentage: Swift.Double = 0.0 - ) - { + ) { self.progressPercentage = progressPercentage } } @@ -358,8 +346,7 @@ extension MemoryDBClientTypes { public init( slotMigration: MemoryDBClientTypes.SlotMigration? = nil - ) - { + ) { self.slotMigration = slotMigration } } @@ -412,8 +399,7 @@ extension MemoryDBClientTypes { public init( serviceUpdateName: Swift.String? = nil, status: MemoryDBClientTypes.ServiceUpdateStatus? = nil - ) - { + ) { self.serviceUpdateName = serviceUpdateName self.status = status } @@ -435,8 +421,7 @@ extension MemoryDBClientTypes { acLs: MemoryDBClientTypes.ACLsUpdateStatus? = nil, resharding: MemoryDBClientTypes.ReshardingStatus? = nil, serviceUpdates: [MemoryDBClientTypes.PendingModifiedServiceUpdate]? = nil - ) - { + ) { self.acLs = acLs self.resharding = resharding self.serviceUpdates = serviceUpdates @@ -456,8 +441,7 @@ extension MemoryDBClientTypes { public init( securityGroupId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.securityGroupId = securityGroupId self.status = status } @@ -485,8 +469,7 @@ extension MemoryDBClientTypes { endpoint: MemoryDBClientTypes.Endpoint? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.createTime = createTime self.endpoint = endpoint @@ -517,8 +500,7 @@ extension MemoryDBClientTypes { numberOfNodes: Swift.Int? = nil, slots: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.name = name self.nodes = nodes self.numberOfNodes = numberOfNodes @@ -618,8 +600,7 @@ extension MemoryDBClientTypes { status: Swift.String? = nil, subnetGroupName: Swift.String? = nil, tlsEnabled: Swift.Bool? = nil - ) - { + ) { self.aclName = aclName self.arn = arn self.autoMinorVersionUpgrade = autoMinorVersionUpgrade @@ -667,8 +648,7 @@ extension MemoryDBClientTypes { clusterName: Swift.String? = nil, errorMessage: Swift.String? = nil, errorType: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.errorMessage = errorMessage self.errorType = errorType @@ -685,8 +665,7 @@ public struct BatchUpdateClusterOutput: Swift.Sendable { public init( processedClusters: [MemoryDBClientTypes.Cluster]? = nil, unprocessedClusters: [MemoryDBClientTypes.UnprocessedCluster]? = nil - ) - { + ) { self.processedClusters = processedClusters self.unprocessedClusters = unprocessedClusters } @@ -710,8 +689,7 @@ public struct InvalidParameterCombinationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -734,8 +712,7 @@ public struct InvalidSnapshotStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -758,8 +735,7 @@ public struct ServiceLinkedRoleNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -782,8 +758,7 @@ public struct SnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -806,8 +781,7 @@ public struct SnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -830,8 +804,7 @@ public struct SnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -854,8 +827,7 @@ public struct TagQuotaPerResourceExceeded: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -872,8 +844,7 @@ extension MemoryDBClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -900,8 +871,7 @@ public struct CopySnapshotInput: Swift.Sendable { tags: [MemoryDBClientTypes.Tag]? = nil, targetBucket: Swift.String? = nil, targetSnapshotName: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.sourceSnapshotName = sourceSnapshotName self.tags = tags @@ -922,8 +892,7 @@ extension MemoryDBClientTypes { public init( replicaCount: Swift.Int? = nil, slots: Swift.String? = nil - ) - { + ) { self.replicaCount = replicaCount self.slots = slots } @@ -948,8 +917,7 @@ extension MemoryDBClientTypes { name: Swift.String? = nil, size: Swift.String? = nil, snapshotCreationTime: Foundation.Date? = nil - ) - { + ) { self.configuration = configuration self.name = name self.size = size @@ -1015,8 +983,7 @@ extension MemoryDBClientTypes { subnetGroupName: Swift.String? = nil, topicArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.description = description self.engine = engine self.engineVersion = engineVersion @@ -1065,8 +1032,7 @@ extension MemoryDBClientTypes { name: Swift.String? = nil, source: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.clusterConfiguration = clusterConfiguration self.dataTiering = dataTiering @@ -1084,8 +1050,7 @@ public struct CopySnapshotOutput: Swift.Sendable { public init( snapshot: MemoryDBClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -1108,8 +1073,7 @@ public struct DefaultUserRequired: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1132,8 +1096,7 @@ public struct DuplicateUserNameFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1156,8 +1119,7 @@ public struct UserNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1175,8 +1137,7 @@ public struct CreateACLInput: Swift.Sendable { aclName: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil, userNames: [Swift.String]? = nil - ) - { + ) { self.aclName = aclName self.tags = tags self.userNames = userNames @@ -1189,8 +1150,7 @@ public struct CreateACLOutput: Swift.Sendable { public init( acl: MemoryDBClientTypes.ACL? = nil - ) - { + ) { self.acl = acl } } @@ -1213,8 +1173,7 @@ public struct ClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1237,8 +1196,7 @@ public struct ClusterQuotaForCustomerExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1261,8 +1219,7 @@ public struct InsufficientClusterCapacityFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1285,8 +1242,7 @@ public struct InvalidACLStateFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1309,8 +1265,7 @@ public struct InvalidCredentialsException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1333,8 +1288,7 @@ public struct InvalidMultiRegionClusterStateFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1357,8 +1311,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1381,8 +1334,7 @@ public struct MultiRegionClusterNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1405,8 +1357,7 @@ public struct NodeQuotaForClusterExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1429,8 +1380,7 @@ public struct NodeQuotaForCustomerExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1453,8 +1403,7 @@ public struct ParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1477,8 +1426,7 @@ public struct ShardsPerClusterQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1501,8 +1449,7 @@ public struct SubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1602,8 +1549,7 @@ public struct CreateClusterInput: Swift.Sendable { subnetGroupName: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil, tlsEnabled: Swift.Bool? = nil - ) - { + ) { self.aclName = aclName self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.clusterName = clusterName @@ -1637,8 +1583,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: MemoryDBClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1661,8 +1606,7 @@ public struct MultiRegionClusterAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1685,8 +1629,7 @@ public struct MultiRegionParameterGroupNotFoundFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1723,8 +1666,7 @@ public struct CreateMultiRegionClusterInput: Swift.Sendable { numShards: Swift.Int? = nil, tags: [MemoryDBClientTypes.Tag]? = nil, tlsEnabled: Swift.Bool? = nil - ) - { + ) { self.description = description self.engine = engine self.engineVersion = engineVersion @@ -1755,8 +1697,7 @@ extension MemoryDBClientTypes { clusterName: Swift.String? = nil, region: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.clusterName = clusterName self.region = region @@ -1804,8 +1745,7 @@ extension MemoryDBClientTypes { numberOfShards: Swift.Int? = nil, status: Swift.String? = nil, tlsEnabled: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.clusters = clusters self.description = description @@ -1827,8 +1767,7 @@ public struct CreateMultiRegionClusterOutput: Swift.Sendable { public init( multiRegionCluster: MemoryDBClientTypes.MultiRegionCluster? = nil - ) - { + ) { self.multiRegionCluster = multiRegionCluster } } @@ -1851,8 +1790,7 @@ public struct InvalidParameterGroupStateFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1875,8 +1813,7 @@ public struct ParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1899,8 +1836,7 @@ public struct ParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1922,8 +1858,7 @@ public struct CreateParameterGroupInput: Swift.Sendable { family: Swift.String? = nil, parameterGroupName: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.family = family self.parameterGroupName = parameterGroupName @@ -1949,8 +1884,7 @@ extension MemoryDBClientTypes { description: Swift.String? = nil, family: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.family = family @@ -1965,8 +1899,7 @@ public struct CreateParameterGroupOutput: Swift.Sendable { public init( parameterGroup: MemoryDBClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -1989,8 +1922,7 @@ public struct ClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2013,8 +1945,7 @@ public struct InvalidClusterStateFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2036,8 +1967,7 @@ public struct CreateSnapshotInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, snapshotName: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.clusterName = clusterName self.kmsKeyId = kmsKeyId self.snapshotName = snapshotName @@ -2051,8 +1981,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshot: MemoryDBClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2075,8 +2004,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2099,8 +2027,7 @@ public struct SubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2123,8 +2050,7 @@ public struct SubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2147,8 +2073,7 @@ public struct SubnetNotAllowedFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2171,8 +2096,7 @@ public struct SubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2194,8 +2118,7 @@ public struct CreateSubnetGroupInput: Swift.Sendable { subnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.subnetGroupName = subnetGroupName self.subnetIds = subnetIds @@ -2212,8 +2135,7 @@ extension MemoryDBClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2231,8 +2153,7 @@ extension MemoryDBClientTypes { public init( availabilityZone: MemoryDBClientTypes.AvailabilityZone? = nil, identifier: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.identifier = identifier } @@ -2267,8 +2188,7 @@ extension MemoryDBClientTypes { name: Swift.String? = nil, subnets: [MemoryDBClientTypes.Subnet]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -2284,8 +2204,7 @@ public struct CreateSubnetGroupOutput: Swift.Sendable { public init( subnetGroup: MemoryDBClientTypes.SubnetGroup? = nil - ) - { + ) { self.subnetGroup = subnetGroup } } @@ -2308,8 +2227,7 @@ public struct UserAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2332,8 +2250,7 @@ public struct UserQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2379,8 +2296,7 @@ extension MemoryDBClientTypes { public init( passwords: [Swift.String]? = nil, type: MemoryDBClientTypes.InputAuthenticationType? = nil - ) - { + ) { self.passwords = passwords self.type = type } @@ -2405,8 +2321,7 @@ public struct CreateUserInput: Swift.Sendable { authenticationMode: MemoryDBClientTypes.AuthenticationMode? = nil, tags: [MemoryDBClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.authenticationMode = authenticationMode self.tags = tags @@ -2458,8 +2373,7 @@ extension MemoryDBClientTypes { public init( passwordCount: Swift.Int? = nil, type: MemoryDBClientTypes.AuthenticationType? = nil - ) - { + ) { self.passwordCount = passwordCount self.type = type } @@ -2493,8 +2407,7 @@ extension MemoryDBClientTypes { minimumEngineVersion: Swift.String? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.aclNames = aclNames self.arn = arn @@ -2512,8 +2425,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( user: MemoryDBClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -2525,8 +2437,7 @@ public struct DeleteACLInput: Swift.Sendable { public init( aclName: Swift.String? = nil - ) - { + ) { self.aclName = aclName } } @@ -2537,8 +2448,7 @@ public struct DeleteACLOutput: Swift.Sendable { public init( acl: MemoryDBClientTypes.ACL? = nil - ) - { + ) { self.acl = acl } } @@ -2556,8 +2466,7 @@ public struct DeleteClusterInput: Swift.Sendable { clusterName: Swift.String? = nil, finalSnapshotName: Swift.String? = nil, multiRegionClusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.finalSnapshotName = finalSnapshotName self.multiRegionClusterName = multiRegionClusterName @@ -2570,8 +2479,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: MemoryDBClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -2583,8 +2491,7 @@ public struct DeleteMultiRegionClusterInput: Swift.Sendable { public init( multiRegionClusterName: Swift.String? = nil - ) - { + ) { self.multiRegionClusterName = multiRegionClusterName } } @@ -2595,8 +2502,7 @@ public struct DeleteMultiRegionClusterOutput: Swift.Sendable { public init( multiRegionCluster: MemoryDBClientTypes.MultiRegionCluster? = nil - ) - { + ) { self.multiRegionCluster = multiRegionCluster } } @@ -2608,8 +2514,7 @@ public struct DeleteParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName } } @@ -2620,8 +2525,7 @@ public struct DeleteParameterGroupOutput: Swift.Sendable { public init( parameterGroup: MemoryDBClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -2633,8 +2537,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( snapshotName: Swift.String? = nil - ) - { + ) { self.snapshotName = snapshotName } } @@ -2645,8 +2548,7 @@ public struct DeleteSnapshotOutput: Swift.Sendable { public init( snapshot: MemoryDBClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2669,8 +2571,7 @@ public struct SubnetGroupInUseFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2682,8 +2583,7 @@ public struct DeleteSubnetGroupInput: Swift.Sendable { public init( subnetGroupName: Swift.String? = nil - ) - { + ) { self.subnetGroupName = subnetGroupName } } @@ -2694,8 +2594,7 @@ public struct DeleteSubnetGroupOutput: Swift.Sendable { public init( subnetGroup: MemoryDBClientTypes.SubnetGroup? = nil - ) - { + ) { self.subnetGroup = subnetGroup } } @@ -2718,8 +2617,7 @@ public struct InvalidUserStateFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2731,8 +2629,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( userName: Swift.String? = nil - ) - { + ) { self.userName = userName } } @@ -2743,8 +2640,7 @@ public struct DeleteUserOutput: Swift.Sendable { public init( user: MemoryDBClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -2761,8 +2657,7 @@ public struct DescribeACLsInput: Swift.Sendable { aclName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aclName = aclName self.maxResults = maxResults self.nextToken = nextToken @@ -2778,8 +2673,7 @@ public struct DescribeACLsOutput: Swift.Sendable { public init( acLs: [MemoryDBClientTypes.ACL]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.acLs = acLs self.nextToken = nextToken } @@ -2800,8 +2694,7 @@ public struct DescribeClustersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, showShardDetails: Swift.Bool? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -2818,8 +2711,7 @@ public struct DescribeClustersOutput: Swift.Sendable { public init( clusters: [MemoryDBClientTypes.Cluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -2846,8 +2738,7 @@ public struct DescribeEngineVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parameterGroupFamily: Swift.String? = nil - ) - { + ) { self.defaultOnly = defaultOnly self.engine = engine self.engineVersion = engineVersion @@ -2875,8 +2766,7 @@ extension MemoryDBClientTypes { enginePatchVersion: Swift.String? = nil, engineVersion: Swift.String? = nil, parameterGroupFamily: Swift.String? = nil - ) - { + ) { self.engine = engine self.enginePatchVersion = enginePatchVersion self.engineVersion = engineVersion @@ -2894,8 +2784,7 @@ public struct DescribeEngineVersionsOutput: Swift.Sendable { public init( engineVersions: [MemoryDBClientTypes.EngineVersionInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineVersions = engineVersions self.nextToken = nextToken } @@ -2966,8 +2855,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceName: Swift.String? = nil, sourceType: MemoryDBClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.maxResults = maxResults @@ -2996,8 +2884,7 @@ extension MemoryDBClientTypes { message: Swift.String? = nil, sourceName: Swift.String? = nil, sourceType: MemoryDBClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.message = message self.sourceName = sourceName @@ -3015,8 +2902,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [MemoryDBClientTypes.Event]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -3037,8 +2923,7 @@ public struct DescribeMultiRegionClustersInput: Swift.Sendable { multiRegionClusterName: Swift.String? = nil, nextToken: Swift.String? = nil, showClusterDetails: Swift.Bool? = nil - ) - { + ) { self.maxResults = maxResults self.multiRegionClusterName = multiRegionClusterName self.nextToken = nextToken @@ -3055,8 +2940,7 @@ public struct DescribeMultiRegionClustersOutput: Swift.Sendable { public init( multiRegionClusters: [MemoryDBClientTypes.MultiRegionCluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multiRegionClusters = multiRegionClusters self.nextToken = nextToken } @@ -3074,8 +2958,7 @@ public struct DescribeParameterGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parameterGroupName = parameterGroupName @@ -3091,8 +2974,7 @@ public struct DescribeParameterGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameterGroups: [MemoryDBClientTypes.ParameterGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.parameterGroups = parameterGroups } @@ -3111,8 +2993,7 @@ public struct DescribeParametersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parameterGroupName = parameterGroupName @@ -3143,8 +3024,7 @@ extension MemoryDBClientTypes { minimumEngineVersion: Swift.String? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.dataType = dataType self.description = description @@ -3164,8 +3044,7 @@ public struct DescribeParametersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [MemoryDBClientTypes.Parameter]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -3189,8 +3068,7 @@ public struct ReservedNodeNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3219,8 +3097,7 @@ public struct DescribeReservedNodesInput: Swift.Sendable { offeringType: Swift.String? = nil, reservationId: Swift.String? = nil, reservedNodesOfferingId: Swift.String? = nil - ) - { + ) { self.duration = duration self.maxResults = maxResults self.nextToken = nextToken @@ -3243,8 +3120,7 @@ extension MemoryDBClientTypes { public init( recurringChargeAmount: Swift.Double = 0.0, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -3290,8 +3166,7 @@ extension MemoryDBClientTypes { reservedNodesOfferingId: Swift.String? = nil, startTime: Foundation.Date? = nil, state: Swift.String? = nil - ) - { + ) { self.arn = arn self.duration = duration self.fixedPrice = fixedPrice @@ -3316,8 +3191,7 @@ public struct DescribeReservedNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedNodes: [MemoryDBClientTypes.ReservedNode]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedNodes = reservedNodes } @@ -3341,8 +3215,7 @@ public struct ReservedNodesOfferingNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3368,8 +3241,7 @@ public struct DescribeReservedNodesOfferingsInput: Swift.Sendable { nodeType: Swift.String? = nil, offeringType: Swift.String? = nil, reservedNodesOfferingId: Swift.String? = nil - ) - { + ) { self.duration = duration self.maxResults = maxResults self.nextToken = nextToken @@ -3403,8 +3275,7 @@ extension MemoryDBClientTypes { offeringType: Swift.String? = nil, recurringCharges: [MemoryDBClientTypes.RecurringCharge]? = nil, reservedNodesOfferingId: Swift.String? = nil - ) - { + ) { self.duration = duration self.fixedPrice = fixedPrice self.nodeType = nodeType @@ -3424,8 +3295,7 @@ public struct DescribeReservedNodesOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedNodesOfferings: [MemoryDBClientTypes.ReservedNodesOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedNodesOfferings = reservedNodesOfferings } @@ -3449,8 +3319,7 @@ public struct DescribeServiceUpdatesInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceUpdateName: Swift.String? = nil, status: [MemoryDBClientTypes.ServiceUpdateStatus]? = nil - ) - { + ) { self.clusterNames = clusterNames self.maxResults = maxResults self.nextToken = nextToken @@ -3518,8 +3387,7 @@ extension MemoryDBClientTypes { serviceUpdateName: Swift.String? = nil, status: MemoryDBClientTypes.ServiceUpdateStatus? = nil, type: MemoryDBClientTypes.ServiceUpdateType? = nil - ) - { + ) { self.autoUpdateStartDate = autoUpdateStartDate self.clusterName = clusterName self.description = description @@ -3542,8 +3410,7 @@ public struct DescribeServiceUpdatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceUpdates: [MemoryDBClientTypes.ServiceUpdate]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceUpdates = serviceUpdates } @@ -3570,8 +3437,7 @@ public struct DescribeSnapshotsInput: Swift.Sendable { showDetail: Swift.Bool? = nil, snapshotName: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.maxResults = maxResults self.nextToken = nextToken @@ -3590,8 +3456,7 @@ public struct DescribeSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [MemoryDBClientTypes.Snapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -3609,8 +3474,7 @@ public struct DescribeSubnetGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, subnetGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.subnetGroupName = subnetGroupName @@ -3626,8 +3490,7 @@ public struct DescribeSubnetGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subnetGroups: [MemoryDBClientTypes.SubnetGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.subnetGroups = subnetGroups } @@ -3647,8 +3510,7 @@ extension MemoryDBClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3670,8 +3532,7 @@ public struct DescribeUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3688,8 +3549,7 @@ public struct DescribeUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [MemoryDBClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -3713,8 +3573,7 @@ public struct APICallRateForCustomerExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3737,8 +3596,7 @@ public struct InvalidKMSKeyFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3761,8 +3619,7 @@ public struct ShardNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3785,8 +3642,7 @@ public struct TestFailoverNotAvailableFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3802,8 +3658,7 @@ public struct FailoverShardInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, shardName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.shardName = shardName } @@ -3815,8 +3670,7 @@ public struct FailoverShardOutput: Swift.Sendable { public init( cluster: MemoryDBClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -3828,8 +3682,7 @@ public struct ListAllowedMultiRegionClusterUpdatesInput: Swift.Sendable { public init( multiRegionClusterName: Swift.String? = nil - ) - { + ) { self.multiRegionClusterName = multiRegionClusterName } } @@ -3843,8 +3696,7 @@ public struct ListAllowedMultiRegionClusterUpdatesOutput: Swift.Sendable { public init( scaleDownNodeTypes: [Swift.String]? = nil, scaleUpNodeTypes: [Swift.String]? = nil - ) - { + ) { self.scaleDownNodeTypes = scaleDownNodeTypes self.scaleUpNodeTypes = scaleUpNodeTypes } @@ -3857,8 +3709,7 @@ public struct ListAllowedNodeTypeUpdatesInput: Swift.Sendable { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -3872,8 +3723,7 @@ public struct ListAllowedNodeTypeUpdatesOutput: Swift.Sendable { public init( scaleDownNodeTypes: [Swift.String]? = nil, scaleUpNodeTypes: [Swift.String]? = nil - ) - { + ) { self.scaleDownNodeTypes = scaleDownNodeTypes self.scaleUpNodeTypes = scaleUpNodeTypes } @@ -3897,8 +3747,7 @@ public struct InvalidARNFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3910,8 +3759,7 @@ public struct ListTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3922,8 +3770,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( tagList: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -3946,8 +3793,7 @@ public struct ReservedNodeAlreadyExistsFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3970,8 +3816,7 @@ public struct ReservedNodeQuotaExceededFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3992,8 +3837,7 @@ public struct PurchaseReservedNodesOfferingInput: Swift.Sendable { reservationId: Swift.String? = nil, reservedNodesOfferingId: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.nodeCount = nodeCount self.reservationId = reservationId self.reservedNodesOfferingId = reservedNodesOfferingId @@ -4007,8 +3851,7 @@ public struct PurchaseReservedNodesOfferingOutput: Swift.Sendable { public init( reservedNode: MemoryDBClientTypes.ReservedNode? = nil - ) - { + ) { self.reservedNode = reservedNode } } @@ -4026,8 +3869,7 @@ public struct ResetParameterGroupInput: Swift.Sendable { allParameters: Swift.Bool? = false, parameterGroupName: Swift.String? = nil, parameterNames: [Swift.String]? = nil - ) - { + ) { self.allParameters = allParameters self.parameterGroupName = parameterGroupName self.parameterNames = parameterNames @@ -4040,8 +3882,7 @@ public struct ResetParameterGroupOutput: Swift.Sendable { public init( parameterGroup: MemoryDBClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -4057,8 +3898,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4070,8 +3910,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( tagList: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -4094,8 +3933,7 @@ public struct TagNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4111,8 +3949,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4124,8 +3961,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( tagList: [MemoryDBClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -4143,8 +3979,7 @@ public struct UpdateACLInput: Swift.Sendable { aclName: Swift.String? = nil, userNamesToAdd: [Swift.String]? = nil, userNamesToRemove: [Swift.String]? = nil - ) - { + ) { self.aclName = aclName self.userNamesToAdd = userNamesToAdd self.userNamesToRemove = userNamesToRemove @@ -4157,8 +3992,7 @@ public struct UpdateACLOutput: Swift.Sendable { public init( acl: MemoryDBClientTypes.ACL? = nil - ) - { + ) { self.acl = acl } } @@ -4181,8 +4015,7 @@ public struct InvalidNodeStateFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4205,8 +4038,7 @@ public struct NoOperationFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4220,8 +4052,7 @@ extension MemoryDBClientTypes { public init( replicaCount: Swift.Int = 0 - ) - { + ) { self.replicaCount = replicaCount } } @@ -4236,8 +4067,7 @@ extension MemoryDBClientTypes { public init( shardCount: Swift.Int = 0 - ) - { + ) { self.shardCount = shardCount } } @@ -4309,8 +4139,7 @@ public struct UpdateClusterInput: Swift.Sendable { snapshotWindow: Swift.String? = nil, snsTopicArn: Swift.String? = nil, snsTopicStatus: Swift.String? = nil - ) - { + ) { self.aclName = aclName self.clusterName = clusterName self.description = description @@ -4335,8 +4164,7 @@ public struct UpdateClusterOutput: Swift.Sendable { public init( cluster: MemoryDBClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -4395,8 +4223,7 @@ public struct UpdateMultiRegionClusterInput: Swift.Sendable { nodeType: Swift.String? = nil, shardConfiguration: MemoryDBClientTypes.ShardConfigurationRequest? = nil, updateStrategy: MemoryDBClientTypes.UpdateStrategy? = nil - ) - { + ) { self.description = description self.engineVersion = engineVersion self.multiRegionClusterName = multiRegionClusterName @@ -4413,8 +4240,7 @@ public struct UpdateMultiRegionClusterOutput: Swift.Sendable { public init( multiRegionCluster: MemoryDBClientTypes.MultiRegionCluster? = nil - ) - { + ) { self.multiRegionCluster = multiRegionCluster } } @@ -4431,8 +4257,7 @@ extension MemoryDBClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -4450,8 +4275,7 @@ public struct UpdateParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil, parameterNameValues: [MemoryDBClientTypes.ParameterNameValue]? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameterNameValues = parameterNameValues } @@ -4463,8 +4287,7 @@ public struct UpdateParameterGroupOutput: Swift.Sendable { public init( parameterGroup: MemoryDBClientTypes.ParameterGroup? = nil - ) - { + ) { self.parameterGroup = parameterGroup } } @@ -4487,8 +4310,7 @@ public struct SubnetInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4506,8 +4328,7 @@ public struct UpdateSubnetGroupInput: Swift.Sendable { description: Swift.String? = nil, subnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.description = description self.subnetGroupName = subnetGroupName self.subnetIds = subnetIds @@ -4520,8 +4341,7 @@ public struct UpdateSubnetGroupOutput: Swift.Sendable { public init( subnetGroup: MemoryDBClientTypes.SubnetGroup? = nil - ) - { + ) { self.subnetGroup = subnetGroup } } @@ -4539,8 +4359,7 @@ public struct UpdateUserInput: Swift.Sendable { accessString: Swift.String? = nil, authenticationMode: MemoryDBClientTypes.AuthenticationMode? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessString = accessString self.authenticationMode = authenticationMode self.userName = userName @@ -4553,8 +4372,7 @@ public struct UpdateUserOutput: Swift.Sendable { public init( user: MemoryDBClientTypes.User? = nil - ) - { + ) { self.user = user } } diff --git a/Sources/Services/AWSMgn/Package.swift.txt b/Sources/Services/AWSMgn/Package.swift.txt index 069b7fdf802..9ab2b12625d 100644 --- a/Sources/Services/AWSMgn/Package.swift.txt +++ b/Sources/Services/AWSMgn/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -72,6 +68,10 @@ let package = Package( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSMgn/Sources/AWSMgn/MgnClient.swift b/Sources/Services/AWSMgn/Sources/AWSMgn/MgnClient.swift index 05e0b3925f7..f231624f7a2 100644 --- a/Sources/Services/AWSMgn/Sources/AWSMgn/MgnClient.swift +++ b/Sources/Services/AWSMgn/Sources/AWSMgn/MgnClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MgnClient: ClientRuntime.Client { public static let clientName = "MgnClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MgnClient.MgnClientConfiguration let serviceName = "mgn" diff --git a/Sources/Services/AWSMgn/Sources/AWSMgn/Models.swift b/Sources/Services/AWSMgn/Sources/AWSMgn/Models.swift index 58fe7998318..bc011f1f503 100644 --- a/Sources/Services/AWSMgn/Sources/AWSMgn/Models.swift +++ b/Sources/Services/AWSMgn/Sources/AWSMgn/Models.swift @@ -69,8 +69,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -214,8 +213,7 @@ extension MgnClientTypes { lastUpdateDateTime: Swift.String? = nil, progressStatus: MgnClientTypes.ApplicationProgressStatus? = nil, totalSourceServers: Swift.Int = 0 - ) - { + ) { self.healthStatus = healthStatus self.lastUpdateDateTime = lastUpdateDateTime self.progressStatus = progressStatus @@ -259,8 +257,7 @@ extension MgnClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.applicationAggregatedStatus = applicationAggregatedStatus self.applicationID = applicationID self.arn = arn @@ -298,8 +295,7 @@ extension MgnClientTypes { message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.resourceId = resourceId @@ -337,8 +333,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.errors = errors self.properties.message = message @@ -373,8 +368,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.resourceId = resourceId @@ -417,8 +411,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.quotaCode = quotaCode @@ -449,8 +442,7 @@ public struct UninitializedAccountException: ClientRuntime.ModeledError, AWSClie public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -466,8 +458,7 @@ public struct ArchiveApplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, applicationID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID } @@ -506,8 +497,7 @@ public struct ArchiveApplicationOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.applicationAggregatedStatus = applicationAggregatedStatus self.applicationID = applicationID self.arn = arn @@ -540,8 +530,7 @@ public struct AssociateSourceServersInput: Swift.Sendable { accountID: Swift.String? = nil, applicationID: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID self.sourceServerIDs = sourceServerIDs @@ -569,8 +558,7 @@ public struct CreateApplicationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.description = description self.name = name @@ -616,8 +604,7 @@ public struct CreateApplicationOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.applicationAggregatedStatus = applicationAggregatedStatus self.applicationID = applicationID self.arn = arn @@ -646,8 +633,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, applicationID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID } @@ -672,8 +658,7 @@ public struct DisassociateSourceServersInput: Swift.Sendable { accountID: Swift.String? = nil, applicationID: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID self.sourceServerIDs = sourceServerIDs @@ -700,8 +685,7 @@ extension MgnClientTypes { applicationIDs: [Swift.String]? = nil, isArchived: Swift.Bool? = nil, waveIDs: [Swift.String]? = nil - ) - { + ) { self.applicationIDs = applicationIDs self.isArchived = isArchived self.waveIDs = waveIDs @@ -724,8 +708,7 @@ public struct ListApplicationsInput: Swift.Sendable { filters: MgnClientTypes.ListApplicationsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.filters = filters self.maxResults = maxResults @@ -742,8 +725,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( items: [MgnClientTypes.Application]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -759,8 +741,7 @@ public struct UnarchiveApplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, applicationID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID } @@ -799,8 +780,7 @@ public struct UnarchiveApplicationOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.applicationAggregatedStatus = applicationAggregatedStatus self.applicationID = applicationID self.arn = arn @@ -835,8 +815,7 @@ public struct UpdateApplicationInput: Swift.Sendable { applicationID: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID self.description = description @@ -877,8 +856,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.applicationAggregatedStatus = applicationAggregatedStatus self.applicationID = applicationID self.arn = arn @@ -909,8 +887,7 @@ extension MgnClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -978,8 +955,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [MgnClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: MgnClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.code = code self.properties.fieldList = fieldList self.properties.message = message @@ -1007,8 +983,7 @@ extension MgnClientTypes { cloudWatchOutputEnabled: Swift.Bool? = nil, outputS3BucketName: Swift.String? = nil, s3OutputEnabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogGroupName = cloudWatchLogGroupName self.cloudWatchOutputEnabled = cloudWatchOutputEnabled self.outputS3BucketName = outputS3BucketName @@ -1034,8 +1009,7 @@ public struct CreateConnectorInput: Swift.Sendable { ssmCommandConfig: MgnClientTypes.ConnectorSsmCommandConfig? = nil, ssmInstanceID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.ssmCommandConfig = ssmCommandConfig self.ssmInstanceID = ssmInstanceID @@ -1069,8 +1043,7 @@ public struct CreateConnectorOutput: Swift.Sendable { ssmCommandConfig: MgnClientTypes.ConnectorSsmCommandConfig? = nil, ssmInstanceID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.connectorID = connectorID self.name = name @@ -1092,8 +1065,7 @@ public struct DeleteConnectorInput: Swift.Sendable { public init( connectorID: Swift.String? = nil - ) - { + ) { self.connectorID = connectorID } } @@ -1107,8 +1079,7 @@ extension MgnClientTypes { public init( connectorIDs: [Swift.String]? = nil - ) - { + ) { self.connectorIDs = connectorIDs } } @@ -1126,8 +1097,7 @@ public struct ListConnectorsInput: Swift.Sendable { filters: MgnClientTypes.ListConnectorsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1157,8 +1127,7 @@ extension MgnClientTypes { ssmCommandConfig: MgnClientTypes.ConnectorSsmCommandConfig? = nil, ssmInstanceID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.connectorID = connectorID self.name = name @@ -1183,8 +1152,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( items: [MgnClientTypes.Connector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1203,8 +1171,7 @@ public struct UpdateConnectorInput: Swift.Sendable { connectorID: Swift.String? = nil, name: Swift.String? = nil, ssmCommandConfig: MgnClientTypes.ConnectorSsmCommandConfig? = nil - ) - { + ) { self.connectorID = connectorID self.name = name self.ssmCommandConfig = ssmCommandConfig @@ -1232,8 +1199,7 @@ public struct UpdateConnectorOutput: Swift.Sendable { ssmCommandConfig: MgnClientTypes.ConnectorSsmCommandConfig? = nil, ssmInstanceID: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.connectorID = connectorID self.name = name @@ -1262,8 +1228,7 @@ public struct ListExportErrorsInput: Swift.Sendable { exportID: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportID = exportID self.maxResults = maxResults self.nextToken = nextToken @@ -1279,8 +1244,7 @@ extension MgnClientTypes { public init( rawError: Swift.String? = nil - ) - { + ) { self.rawError = rawError } } @@ -1298,8 +1262,7 @@ extension MgnClientTypes { public init( errorData: MgnClientTypes.ExportErrorData? = nil, errorDateTime: Swift.String? = nil - ) - { + ) { self.errorData = errorData self.errorDateTime = errorDateTime } @@ -1316,8 +1279,7 @@ public struct ListExportErrorsOutput: Swift.Sendable { public init( items: [MgnClientTypes.ExportTaskError]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1332,8 +1294,7 @@ extension MgnClientTypes { public init( exportIDs: [Swift.String]? = nil - ) - { + ) { self.exportIDs = exportIDs } } @@ -1352,8 +1313,7 @@ public struct ListExportsInput: Swift.Sendable { filters: MgnClientTypes.ListExportsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1410,8 +1370,7 @@ extension MgnClientTypes { applicationsCount: Swift.Int = 0, serversCount: Swift.Int = 0, wavesCount: Swift.Int = 0 - ) - { + ) { self.applicationsCount = applicationsCount self.serversCount = serversCount self.wavesCount = wavesCount @@ -1452,8 +1411,7 @@ extension MgnClientTypes { s3Key: Swift.String? = nil, status: MgnClientTypes.ExportStatus? = nil, summary: MgnClientTypes.ExportTaskSummary? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.exportID = exportID @@ -1477,8 +1435,7 @@ public struct ListExportsOutput: Swift.Sendable { public init( items: [MgnClientTypes.ExportTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1499,8 +1456,7 @@ public struct StartExportInput: Swift.Sendable { s3Bucket: Swift.String? = nil, s3BucketOwner: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3BucketOwner = s3BucketOwner self.s3Key = s3Key @@ -1514,8 +1470,7 @@ public struct StartExportOutput: Swift.Sendable { public init( exportTask: MgnClientTypes.ExportTask? = nil - ) - { + ) { self.exportTask = exportTask } } @@ -1534,8 +1489,7 @@ public struct ListImportErrorsInput: Swift.Sendable { importID: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importID = importID self.maxResults = maxResults self.nextToken = nextToken @@ -1569,8 +1523,7 @@ extension MgnClientTypes { rowNumber: Swift.Int = 0, sourceServerID: Swift.String? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationID = applicationID self.ec2LaunchTemplateID = ec2LaunchTemplateID @@ -1626,8 +1579,7 @@ extension MgnClientTypes { errorData: MgnClientTypes.ImportErrorData? = nil, errorDateTime: Swift.String? = nil, errorType: MgnClientTypes.ImportErrorType? = nil - ) - { + ) { self.errorData = errorData self.errorDateTime = errorDateTime self.errorType = errorType @@ -1645,8 +1597,7 @@ public struct ListImportErrorsOutput: Swift.Sendable { public init( items: [MgnClientTypes.ImportTaskError]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1661,8 +1612,7 @@ extension MgnClientTypes { public init( importIDs: [Swift.String]? = nil - ) - { + ) { self.importIDs = importIDs } } @@ -1681,8 +1631,7 @@ public struct ListImportsInput: Swift.Sendable { filters: MgnClientTypes.ListImportsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1706,8 +1655,7 @@ extension MgnClientTypes { s3Bucket: Swift.String? = nil, s3BucketOwner: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3BucketOwner = s3BucketOwner self.s3Key = s3Key @@ -1762,8 +1710,7 @@ extension MgnClientTypes { public init( createdCount: Swift.Int = 0, modifiedCount: Swift.Int = 0 - ) - { + ) { self.createdCount = createdCount self.modifiedCount = modifiedCount } @@ -1782,8 +1729,7 @@ extension MgnClientTypes { public init( createdCount: Swift.Int = 0, modifiedCount: Swift.Int = 0 - ) - { + ) { self.createdCount = createdCount self.modifiedCount = modifiedCount } @@ -1802,8 +1748,7 @@ extension MgnClientTypes { public init( createdCount: Swift.Int = 0, modifiedCount: Swift.Int = 0 - ) - { + ) { self.createdCount = createdCount self.modifiedCount = modifiedCount } @@ -1825,8 +1770,7 @@ extension MgnClientTypes { applications: MgnClientTypes.ImportTaskSummaryApplications? = nil, servers: MgnClientTypes.ImportTaskSummaryServers? = nil, waves: MgnClientTypes.ImportTaskSummaryWaves? = nil - ) - { + ) { self.applications = applications self.servers = servers self.waves = waves @@ -1861,8 +1805,7 @@ extension MgnClientTypes { s3BucketSource: MgnClientTypes.S3BucketSource? = nil, status: MgnClientTypes.ImportStatus? = nil, summary: MgnClientTypes.ImportTaskSummary? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.endDateTime = endDateTime self.importID = importID @@ -1884,8 +1827,7 @@ public struct ListImportsOutput: Swift.Sendable { public init( items: [MgnClientTypes.ImportTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1902,8 +1844,7 @@ public struct StartImportInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, s3BucketSource: MgnClientTypes.S3BucketSource? = nil - ) - { + ) { self.clientToken = clientToken self.s3BucketSource = s3BucketSource } @@ -1916,8 +1857,7 @@ public struct StartImportOutput: Swift.Sendable { public init( importTask: MgnClientTypes.ImportTask? = nil - ) - { + ) { self.importTask = importTask } } @@ -1942,8 +1882,7 @@ public struct DeleteJobInput: Swift.Sendable { public init( accountID: Swift.String? = nil, jobID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.jobID = jobID } @@ -1970,8 +1909,7 @@ public struct DescribeJobLogItemsInput: Swift.Sendable { jobID: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.jobID = jobID self.maxResults = maxResults @@ -2068,8 +2006,7 @@ extension MgnClientTypes { rawError: Swift.String? = nil, sourceServerID: Swift.String? = nil, targetInstanceID: Swift.String? = nil - ) - { + ) { self.conversionServerID = conversionServerID self.rawError = rawError self.sourceServerID = sourceServerID @@ -2093,8 +2030,7 @@ extension MgnClientTypes { event: MgnClientTypes.JobLogEvent? = nil, eventData: MgnClientTypes.JobLogEventData? = nil, logDateTime: Swift.String? = nil - ) - { + ) { self.event = event self.eventData = eventData self.logDateTime = logDateTime @@ -2111,8 +2047,7 @@ public struct DescribeJobLogItemsOutput: Swift.Sendable { public init( items: [MgnClientTypes.JobLog]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2133,8 +2068,7 @@ extension MgnClientTypes { fromDate: Swift.String? = nil, jobIDs: [Swift.String]? = nil, toDate: Swift.String? = nil - ) - { + ) { self.fromDate = fromDate self.jobIDs = jobIDs self.toDate = toDate @@ -2157,8 +2091,7 @@ public struct DescribeJobsInput: Swift.Sendable { filters: MgnClientTypes.DescribeJobsRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.filters = filters self.maxResults = maxResults @@ -2321,8 +2254,7 @@ extension MgnClientTypes { public init( parameterName: Swift.String? = nil, parameterType: MgnClientTypes.SsmParameterStoreParameterType? = nil - ) - { + ) { self.parameterName = parameterName self.parameterType = parameterType } @@ -2355,8 +2287,7 @@ extension MgnClientTypes { parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, ssmDocumentName: Swift.String? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionName = actionName self.externalParameters = externalParameters self.mustSucceedForCutover = mustSucceedForCutover @@ -2417,8 +2348,7 @@ extension MgnClientTypes { failureReason: Swift.String? = nil, ssmDocument: MgnClientTypes.SsmDocument? = nil, ssmDocumentType: MgnClientTypes.SsmDocumentType? = nil - ) - { + ) { self.executionID = executionID self.executionStatus = executionStatus self.failureReason = failureReason @@ -2440,8 +2370,7 @@ extension MgnClientTypes { public init( postLaunchActionsLaunchStatusList: [MgnClientTypes.JobPostLaunchActionsLaunchStatus]? = nil, ssmAgentDiscoveryDatetime: Swift.String? = nil - ) - { + ) { self.postLaunchActionsLaunchStatusList = postLaunchActionsLaunchStatusList self.ssmAgentDiscoveryDatetime = ssmAgentDiscoveryDatetime } @@ -2467,8 +2396,7 @@ extension MgnClientTypes { launchedEc2InstanceID: Swift.String? = nil, postLaunchActionsStatus: MgnClientTypes.PostLaunchActionsStatus? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.launchStatus = launchStatus self.launchedEc2InstanceID = launchedEc2InstanceID self.postLaunchActionsStatus = postLaunchActionsStatus @@ -2572,8 +2500,7 @@ extension MgnClientTypes { status: MgnClientTypes.JobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: MgnClientTypes.JobType? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.endDateTime = endDateTime @@ -2601,8 +2528,7 @@ public struct DescribeJobsOutput: Swift.Sendable { public init( items: [MgnClientTypes.Job]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -2699,8 +2625,7 @@ extension MgnClientTypes { iops: Swift.Int? = nil, throughput: Swift.Int? = nil, volumeType: MgnClientTypes.VolumeType? = nil - ) - { + ) { self.iops = iops self.throughput = throughput self.volumeType = volumeType @@ -2746,8 +2671,7 @@ extension MgnClientTypes { public init( osByol: Swift.Bool? = nil - ) - { + ) { self.osByol = osByol } } @@ -2806,8 +2730,7 @@ extension MgnClientTypes { s3LogBucket: Swift.String? = nil, s3OutputKeyPrefix: Swift.String? = nil, ssmDocuments: [MgnClientTypes.SsmDocument]? = nil - ) - { + ) { self.cloudWatchLogGroupName = cloudWatchLogGroupName self.deployment = deployment self.s3LogBucket = s3LogBucket @@ -2891,8 +2814,7 @@ public struct CreateLaunchConfigurationTemplateInput: Swift.Sendable { smallVolumeMaxSize: Swift.Int = 0, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.bootMode = bootMode self.copyPrivateIp = copyPrivateIp @@ -2970,8 +2892,7 @@ public struct CreateLaunchConfigurationTemplateOutput: Swift.Sendable { smallVolumeMaxSize: Swift.Int = 0, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.arn = arn self.associatePublicIpAddress = associatePublicIpAddress self.bootMode = bootMode @@ -3004,8 +2925,7 @@ public struct DeleteLaunchConfigurationTemplateInput: Swift.Sendable { public init( launchConfigurationTemplateID: Swift.String? = nil - ) - { + ) { self.launchConfigurationTemplateID = launchConfigurationTemplateID } } @@ -3027,8 +2947,7 @@ public struct DescribeLaunchConfigurationTemplatesInput: Swift.Sendable { launchConfigurationTemplateIDs: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.launchConfigurationTemplateIDs = launchConfigurationTemplateIDs self.maxResults = maxResults self.nextToken = nextToken @@ -3092,8 +3011,7 @@ extension MgnClientTypes { smallVolumeMaxSize: Swift.Int = 0, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.arn = arn self.associatePublicIpAddress = associatePublicIpAddress self.bootMode = bootMode @@ -3129,8 +3047,7 @@ public struct DescribeLaunchConfigurationTemplatesOutput: Swift.Sendable { public init( items: [MgnClientTypes.LaunchConfigurationTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3145,8 +3062,7 @@ extension MgnClientTypes { public init( actionIDs: [Swift.String]? = nil - ) - { + ) { self.actionIDs = actionIDs } } @@ -3168,8 +3084,7 @@ public struct ListTemplateActionsInput: Swift.Sendable { launchConfigurationTemplateID: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.launchConfigurationTemplateID = launchConfigurationTemplateID self.maxResults = maxResults @@ -3221,8 +3136,7 @@ extension MgnClientTypes { order: Swift.Int? = nil, parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionID = actionID self.actionName = actionName self.active = active @@ -3249,8 +3163,7 @@ public struct ListTemplateActionsOutput: Swift.Sendable { public init( items: [MgnClientTypes.TemplateActionDocument]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3306,8 +3219,7 @@ public struct PutTemplateActionInput: Swift.Sendable { order: Swift.Int? = nil, parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionID = actionID self.actionName = actionName self.active = active @@ -3367,8 +3279,7 @@ public struct PutTemplateActionOutput: Swift.Sendable { order: Swift.Int? = nil, parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionID = actionID self.actionName = actionName self.active = active @@ -3396,8 +3307,7 @@ public struct RemoveTemplateActionInput: Swift.Sendable { public init( actionID: Swift.String? = nil, launchConfigurationTemplateID: Swift.String? = nil - ) - { + ) { self.actionID = actionID self.launchConfigurationTemplateID = launchConfigurationTemplateID } @@ -3454,8 +3364,7 @@ public struct UpdateLaunchConfigurationTemplateInput: Swift.Sendable { smallVolumeConf: MgnClientTypes.LaunchTemplateDiskConf? = nil, smallVolumeMaxSize: Swift.Int = 0, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.bootMode = bootMode self.copyPrivateIp = copyPrivateIp @@ -3528,8 +3437,7 @@ public struct UpdateLaunchConfigurationTemplateOutput: Swift.Sendable { smallVolumeMaxSize: Swift.Int = 0, tags: [Swift.String: Swift.String]? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.arn = arn self.associatePublicIpAddress = associatePublicIpAddress self.bootMode = bootMode @@ -3565,8 +3473,7 @@ public struct ListManagedAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3581,8 +3488,7 @@ extension MgnClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3599,8 +3505,7 @@ public struct ListManagedAccountsOutput: Swift.Sendable { public init( items: [MgnClientTypes.ManagedAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3628,8 +3533,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -3663,8 +3567,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -3679,8 +3582,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3691,8 +3593,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3848,8 +3749,7 @@ public struct CreateReplicationConfigurationTemplateInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling self.createPublicIP = createPublicIP @@ -3924,8 +3824,7 @@ public struct CreateReplicationConfigurationTemplateOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling @@ -3957,8 +3856,7 @@ public struct DeleteReplicationConfigurationTemplateInput: Swift.Sendable { public init( replicationConfigurationTemplateID: Swift.String? = nil - ) - { + ) { self.replicationConfigurationTemplateID = replicationConfigurationTemplateID } } @@ -3980,8 +3878,7 @@ public struct DescribeReplicationConfigurationTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicationConfigurationTemplateIDs: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.replicationConfigurationTemplateIDs = replicationConfigurationTemplateIDs @@ -4042,8 +3939,7 @@ extension MgnClientTypes { tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling @@ -4078,8 +3974,7 @@ public struct DescribeReplicationConfigurationTemplatesOutput: Swift.Sendable { public init( items: [MgnClientTypes.ReplicationConfigurationTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4134,8 +4029,7 @@ public struct UpdateReplicationConfigurationTemplateInput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling @@ -4211,8 +4105,7 @@ public struct UpdateReplicationConfigurationTemplateOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling @@ -4279,8 +4172,7 @@ extension MgnClientTypes { public init( state: MgnClientTypes.ChangeServerLifeCycleStateSourceServerLifecycleState? = nil - ) - { + ) { self.state = state } } @@ -4300,8 +4192,7 @@ public struct ChangeServerLifeCycleStateInput: Swift.Sendable { accountID: Swift.String? = nil, lifeCycle: MgnClientTypes.ChangeServerLifeCycleStateSourceServerLifecycle? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.lifeCycle = lifeCycle self.sourceServerID = sourceServerID @@ -4320,8 +4211,7 @@ extension MgnClientTypes { public init( connectorArn: Swift.String? = nil, credentialsSecretArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.credentialsSecretArn = credentialsSecretArn } @@ -4411,8 +4301,7 @@ extension MgnClientTypes { public init( error: MgnClientTypes.DataReplicationErrorString? = nil, rawError: Swift.String? = nil - ) - { + ) { self.error = error self.rawError = rawError } @@ -4525,8 +4414,7 @@ extension MgnClientTypes { public init( name: MgnClientTypes.DataReplicationInitiationStepName? = nil, status: MgnClientTypes.DataReplicationInitiationStepStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -4548,8 +4436,7 @@ extension MgnClientTypes { nextAttemptDateTime: Swift.String? = nil, startDateTime: Swift.String? = nil, steps: [MgnClientTypes.DataReplicationInitiationStep]? = nil - ) - { + ) { self.nextAttemptDateTime = nextAttemptDateTime self.startDateTime = startDateTime self.steps = steps @@ -4637,8 +4524,7 @@ extension MgnClientTypes { replicatedStorageBytes: Swift.Int = 0, rescannedStorageBytes: Swift.Int = 0, totalStorageBytes: Swift.Int = 0 - ) - { + ) { self.backloggedStorageBytes = backloggedStorageBytes self.deviceName = deviceName self.replicatedStorageBytes = replicatedStorageBytes @@ -4675,8 +4561,7 @@ extension MgnClientTypes { lagDuration: Swift.String? = nil, lastSnapshotDateTime: Swift.String? = nil, replicatedDisks: [MgnClientTypes.DataReplicationInfoReplicatedDisk]? = nil - ) - { + ) { self.dataReplicationError = dataReplicationError self.dataReplicationInitiation = dataReplicationInitiation self.dataReplicationState = dataReplicationState @@ -4738,8 +4623,7 @@ extension MgnClientTypes { ec2InstanceID: Swift.String? = nil, firstBoot: MgnClientTypes.FirstBoot? = nil, jobID: Swift.String? = nil - ) - { + ) { self.ec2InstanceID = ec2InstanceID self.firstBoot = firstBoot self.jobID = jobID @@ -4756,8 +4640,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime } } @@ -4775,8 +4658,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil, jobID: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime self.jobID = jobID } @@ -4792,8 +4674,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime } } @@ -4814,8 +4695,7 @@ extension MgnClientTypes { finalized: MgnClientTypes.LifeCycleLastCutoverFinalized? = nil, initiated: MgnClientTypes.LifeCycleLastCutoverInitiated? = nil, reverted: MgnClientTypes.LifeCycleLastCutoverReverted? = nil - ) - { + ) { self.finalized = finalized self.initiated = initiated self.reverted = reverted @@ -4832,8 +4712,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime } } @@ -4851,8 +4730,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil, jobID: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime self.jobID = jobID } @@ -4868,8 +4746,7 @@ extension MgnClientTypes { public init( apiCallDateTime: Swift.String? = nil - ) - { + ) { self.apiCallDateTime = apiCallDateTime } } @@ -4890,8 +4767,7 @@ extension MgnClientTypes { finalized: MgnClientTypes.LifeCycleLastTestFinalized? = nil, initiated: MgnClientTypes.LifeCycleLastTestInitiated? = nil, reverted: MgnClientTypes.LifeCycleLastTestReverted? = nil - ) - { + ) { self.finalized = finalized self.initiated = initiated self.reverted = reverted @@ -4979,8 +4855,7 @@ extension MgnClientTypes { lastSeenByServiceDateTime: Swift.String? = nil, lastTest: MgnClientTypes.LifeCycleLastTest? = nil, state: MgnClientTypes.LifeCycleState? = nil - ) - { + ) { self.addedToServiceDateTime = addedToServiceDateTime self.elapsedReplicationDuration = elapsedReplicationDuration self.firstByteDateTime = firstByteDateTime @@ -5033,8 +4908,7 @@ extension MgnClientTypes { public init( cores: Swift.Int = 0, modelName: Swift.String? = nil - ) - { + ) { self.cores = cores self.modelName = modelName } @@ -5053,8 +4927,7 @@ extension MgnClientTypes { public init( bytes: Swift.Int = 0, deviceName: Swift.String? = nil - ) - { + ) { self.bytes = bytes self.deviceName = deviceName } @@ -5082,8 +4955,7 @@ extension MgnClientTypes { hostname: Swift.String? = nil, vmPath: Swift.String? = nil, vmWareUuid: Swift.String? = nil - ) - { + ) { self.awsInstanceID = awsInstanceID self.fqdn = fqdn self.hostname = hostname @@ -5108,8 +4980,7 @@ extension MgnClientTypes { ips: [Swift.String]? = nil, isPrimary: Swift.Bool? = nil, macAddress: Swift.String? = nil - ) - { + ) { self.ips = ips self.isPrimary = isPrimary self.macAddress = macAddress @@ -5126,8 +4997,7 @@ extension MgnClientTypes { public init( fullString: Swift.String? = nil - ) - { + ) { self.fullString = fullString } } @@ -5163,8 +5033,7 @@ extension MgnClientTypes { os: MgnClientTypes.OS? = nil, ramBytes: Swift.Int = 0, recommendedInstanceType: Swift.String? = nil - ) - { + ) { self.cpus = cpus self.disks = disks self.identificationHints = identificationHints @@ -5222,8 +5091,7 @@ public struct ChangeServerLifeCycleStateOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -5256,8 +5124,7 @@ public struct DeleteSourceServerInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -5289,8 +5156,7 @@ extension MgnClientTypes { lifeCycleStates: [MgnClientTypes.LifeCycleState]? = nil, replicationTypes: [MgnClientTypes.ReplicationType]? = nil, sourceServerIDs: [Swift.String]? = nil - ) - { + ) { self.applicationIDs = applicationIDs self.isArchived = isArchived self.lifeCycleStates = lifeCycleStates @@ -5315,8 +5181,7 @@ public struct DescribeSourceServersInput: Swift.Sendable { filters: MgnClientTypes.DescribeSourceServersRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.filters = filters self.maxResults = maxResults @@ -5371,8 +5236,7 @@ extension MgnClientTypes { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -5405,8 +5269,7 @@ public struct DescribeSourceServersOutput: Swift.Sendable { public init( items: [MgnClientTypes.SourceServer]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -5422,8 +5285,7 @@ public struct DisconnectFromServiceInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -5474,8 +5336,7 @@ public struct DisconnectFromServiceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -5508,8 +5369,7 @@ public struct FinalizeCutoverInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -5560,8 +5420,7 @@ public struct FinalizeCutoverOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -5594,8 +5453,7 @@ public struct GetLaunchConfigurationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -5640,8 +5498,7 @@ public struct GetLaunchConfigurationOutput: Swift.Sendable { postLaunchActions: MgnClientTypes.PostLaunchActions? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.bootMode = bootMode self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags @@ -5667,8 +5524,7 @@ public struct GetReplicationConfigurationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -5742,8 +5598,7 @@ extension MgnClientTypes { isBootDisk: Swift.Bool? = nil, stagingDiskType: MgnClientTypes.ReplicationConfigurationReplicatedDiskStagingDiskType? = nil, throughput: Swift.Int = 0 - ) - { + ) { self.deviceName = deviceName self.iops = iops self.isBootDisk = isBootDisk @@ -5804,8 +5659,7 @@ public struct GetReplicationConfigurationOutput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling self.createPublicIP = createPublicIP @@ -5839,8 +5693,7 @@ extension MgnClientTypes { public init( actionIDs: [Swift.String]? = nil - ) - { + ) { self.actionIDs = actionIDs } } @@ -5865,8 +5718,7 @@ public struct ListSourceServerActionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.filters = filters self.maxResults = maxResults @@ -5916,8 +5768,7 @@ extension MgnClientTypes { order: Swift.Int? = nil, parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionID = actionID self.actionName = actionName self.active = active @@ -5943,8 +5794,7 @@ public struct ListSourceServerActionsOutput: Swift.Sendable { public init( items: [MgnClientTypes.SourceServerActionDocument]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -5960,8 +5810,7 @@ public struct MarkAsArchivedInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6012,8 +5861,7 @@ public struct MarkAsArchivedOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6046,8 +5894,7 @@ public struct PauseReplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6098,8 +5945,7 @@ public struct PauseReplicationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6172,8 +6018,7 @@ public struct PutSourceServerActionInput: Swift.Sendable { parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, sourceServerID: Swift.String? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.accountID = accountID self.actionID = actionID self.actionName = actionName @@ -6230,8 +6075,7 @@ public struct PutSourceServerActionOutput: Swift.Sendable { order: Swift.Int? = nil, parameters: [Swift.String: [MgnClientTypes.SsmParameterStoreParameter]]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.actionID = actionID self.actionName = actionName self.active = active @@ -6261,8 +6105,7 @@ public struct RemoveSourceServerActionInput: Swift.Sendable { accountID: Swift.String? = nil, actionID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.actionID = actionID self.sourceServerID = sourceServerID @@ -6284,8 +6127,7 @@ public struct ResumeReplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6336,8 +6178,7 @@ public struct ResumeReplicationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6370,8 +6211,7 @@ public struct RetryDataReplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6422,8 +6262,7 @@ public struct RetryDataReplicationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6459,8 +6298,7 @@ public struct StartCutoverInput: Swift.Sendable { accountID: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.sourceServerIDs = sourceServerIDs self.tags = tags @@ -6478,8 +6316,7 @@ public struct StartCutoverOutput: Swift.Sendable { public init( job: MgnClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -6494,8 +6331,7 @@ public struct StartReplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6546,8 +6382,7 @@ public struct StartReplicationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6583,8 +6418,7 @@ public struct StartTestInput: Swift.Sendable { accountID: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.sourceServerIDs = sourceServerIDs self.tags = tags @@ -6602,8 +6436,7 @@ public struct StartTestOutput: Swift.Sendable { public init( job: MgnClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -6618,8 +6451,7 @@ public struct StopReplicationInput: Swift.Sendable { public init( accountID: Swift.String? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.sourceServerID = sourceServerID } @@ -6670,8 +6502,7 @@ public struct StopReplicationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -6707,8 +6538,7 @@ public struct TerminateTargetInstancesInput: Swift.Sendable { accountID: Swift.String? = nil, sourceServerIDs: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.sourceServerIDs = sourceServerIDs self.tags = tags @@ -6726,8 +6556,7 @@ public struct TerminateTargetInstancesOutput: Swift.Sendable { public init( job: MgnClientTypes.Job? = nil - ) - { + ) { self.job = job } } @@ -6772,8 +6601,7 @@ public struct UpdateLaunchConfigurationInput: Swift.Sendable { postLaunchActions: MgnClientTypes.PostLaunchActions? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.accountID = accountID self.bootMode = bootMode self.copyPrivateIp = copyPrivateIp @@ -6828,8 +6656,7 @@ public struct UpdateLaunchConfigurationOutput: Swift.Sendable { postLaunchActions: MgnClientTypes.PostLaunchActions? = nil, sourceServerID: Swift.String? = nil, targetInstanceTypeRightSizingMethod: MgnClientTypes.TargetInstanceTypeRightSizingMethod? = nil - ) - { + ) { self.bootMode = bootMode self.copyPrivateIp = copyPrivateIp self.copyTags = copyTags @@ -6900,8 +6727,7 @@ public struct UpdateReplicationConfigurationInput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.accountID = accountID self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling @@ -6978,8 +6804,7 @@ public struct UpdateReplicationConfigurationOutput: Swift.Sendable { stagingAreaTags: [Swift.String: Swift.String]? = nil, useDedicatedReplicationServer: Swift.Bool? = nil, useFipsEndpoint: Swift.Bool? = nil - ) - { + ) { self.associateDefaultSecurityGroup = associateDefaultSecurityGroup self.bandwidthThrottling = bandwidthThrottling self.createPublicIP = createPublicIP @@ -7017,8 +6842,7 @@ public struct UpdateSourceServerInput: Swift.Sendable { accountID: Swift.String? = nil, connectorAction: MgnClientTypes.SourceServerConnectorAction? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.connectorAction = connectorAction self.sourceServerID = sourceServerID @@ -7070,8 +6894,7 @@ public struct UpdateSourceServerOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -7108,8 +6931,7 @@ public struct UpdateSourceServerReplicationTypeInput: Swift.Sendable { accountID: Swift.String? = nil, replicationType: MgnClientTypes.ReplicationType? = nil, sourceServerID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.replicationType = replicationType self.sourceServerID = sourceServerID @@ -7161,8 +6983,7 @@ public struct UpdateSourceServerReplicationTypeOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, userProvidedID: Swift.String? = nil, vcenterClientID: Swift.String? = nil - ) - { + ) { self.applicationID = applicationID self.arn = arn self.connectorAction = connectorAction @@ -7196,8 +7017,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7219,8 +7039,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -7238,8 +7057,7 @@ public struct DeleteVcenterClientInput: Swift.Sendable { public init( vcenterClientID: Swift.String? = nil - ) - { + ) { self.vcenterClientID = vcenterClientID } } @@ -7253,8 +7071,7 @@ public struct DescribeVcenterClientsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7290,8 +7107,7 @@ extension MgnClientTypes { tags: [Swift.String: Swift.String]? = nil, vcenterClientID: Swift.String? = nil, vcenterUUID: Swift.String? = nil - ) - { + ) { self.arn = arn self.datacenterName = datacenterName self.hostname = hostname @@ -7318,8 +7134,7 @@ public struct DescribeVcenterClientsOutput: Swift.Sendable { public init( items: [MgnClientTypes.VcenterClient]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7335,8 +7150,7 @@ public struct ArchiveWaveInput: Swift.Sendable { public init( accountID: Swift.String? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.waveID = waveID } @@ -7427,8 +7241,7 @@ extension MgnClientTypes { progressStatus: MgnClientTypes.WaveProgressStatus? = nil, replicationStartedDateTime: Swift.String? = nil, totalApplications: Swift.Int = 0 - ) - { + ) { self.healthStatus = healthStatus self.lastUpdateDateTime = lastUpdateDateTime self.progressStatus = progressStatus @@ -7468,8 +7281,7 @@ public struct ArchiveWaveOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, waveAggregatedStatus: MgnClientTypes.WaveAggregatedStatus? = nil, waveID: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -7501,8 +7313,7 @@ public struct AssociateApplicationsInput: Swift.Sendable { accountID: Swift.String? = nil, applicationIDs: [Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationIDs = applicationIDs self.waveID = waveID @@ -7530,8 +7341,7 @@ public struct CreateWaveInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountID = accountID self.description = description self.name = name @@ -7574,8 +7384,7 @@ public struct CreateWaveOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, waveAggregatedStatus: MgnClientTypes.WaveAggregatedStatus? = nil, waveID: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -7603,8 +7412,7 @@ public struct DeleteWaveInput: Swift.Sendable { public init( accountID: Swift.String? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.waveID = waveID } @@ -7629,8 +7437,7 @@ public struct DisassociateApplicationsInput: Swift.Sendable { accountID: Swift.String? = nil, applicationIDs: [Swift.String]? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.applicationIDs = applicationIDs self.waveID = waveID @@ -7654,8 +7461,7 @@ extension MgnClientTypes { public init( isArchived: Swift.Bool? = nil, waveIDs: [Swift.String]? = nil - ) - { + ) { self.isArchived = isArchived self.waveIDs = waveIDs } @@ -7677,8 +7483,7 @@ public struct ListWavesInput: Swift.Sendable { filters: MgnClientTypes.ListWavesRequestFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.filters = filters self.maxResults = maxResults @@ -7718,8 +7523,7 @@ extension MgnClientTypes { tags: [Swift.String: Swift.String]? = nil, waveAggregatedStatus: MgnClientTypes.WaveAggregatedStatus? = nil, waveID: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -7747,8 +7551,7 @@ public struct ListWavesOutput: Swift.Sendable { public init( items: [MgnClientTypes.Wave]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7764,8 +7567,7 @@ public struct UnarchiveWaveInput: Swift.Sendable { public init( accountID: Swift.String? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.waveID = waveID } @@ -7801,8 +7603,7 @@ public struct UnarchiveWaveOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, waveAggregatedStatus: MgnClientTypes.WaveAggregatedStatus? = nil, waveID: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description @@ -7836,8 +7637,7 @@ public struct UpdateWaveInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, waveID: Swift.String? = nil - ) - { + ) { self.accountID = accountID self.description = description self.name = name @@ -7875,8 +7675,7 @@ public struct UpdateWaveOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, waveAggregatedStatus: MgnClientTypes.WaveAggregatedStatus? = nil, waveID: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.description = description diff --git a/Sources/Services/AWSMigrationHub/Package.swift.txt b/Sources/Services/AWSMigrationHub/Package.swift.txt index 3a9dfb15269..053b246ec7f 100644 --- a/Sources/Services/AWSMigrationHub/Package.swift.txt +++ b/Sources/Services/AWSMigrationHub/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/MigrationHubClient.swift b/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/MigrationHubClient.swift index c79c7ed2868..986d5a1922e 100644 --- a/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/MigrationHubClient.swift +++ b/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/MigrationHubClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MigrationHubClient: ClientRuntime.Client { public static let clientName = "MigrationHubClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MigrationHubClient.MigrationHubClientConfiguration let serviceName = "Migration Hub" diff --git a/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/Models.swift b/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/Models.swift index 6b76dc5b5ff..a00949fe8d6 100644 --- a/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/Models.swift +++ b/Sources/Services/AWSMigrationHub/Sources/AWSMigrationHub/Models.swift @@ -42,8 +42,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +94,7 @@ extension MigrationHubClientTypes { applicationId: Swift.String? = nil, applicationStatus: MigrationHubClientTypes.ApplicationStatus? = nil, lastUpdatedTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.applicationStatus = applicationStatus self.lastUpdatedTime = lastUpdatedTime @@ -122,8 +120,7 @@ public struct DryRunOperation: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +143,7 @@ public struct HomeRegionNotSetException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -170,8 +166,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -194,8 +189,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -218,8 +212,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -242,8 +235,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -271,8 +263,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -296,8 +287,7 @@ public struct UnauthorizedOperation: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -315,8 +305,7 @@ extension MigrationHubClientTypes { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } @@ -341,8 +330,7 @@ public struct AssociateCreatedArtifactInput: Swift.Sendable { dryRun: Swift.Bool? = false, migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.createdArtifact = createdArtifact self.dryRun = dryRun self.migrationTaskName = migrationTaskName @@ -373,8 +361,7 @@ public struct PolicyErrorException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -392,8 +379,7 @@ extension MigrationHubClientTypes { public init( configurationId: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.description = description } @@ -418,8 +404,7 @@ public struct AssociateDiscoveredResourceInput: Swift.Sendable { dryRun: Swift.Bool? = false, migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.discoveredResource = discoveredResource self.dryRun = dryRun self.migrationTaskName = migrationTaskName @@ -448,8 +433,7 @@ extension MigrationHubClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, statusDetail: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.statusDetail = statusDetail @@ -475,8 +459,7 @@ public struct AssociateSourceResourceInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil, sourceResource: MigrationHubClientTypes.SourceResource? = nil - ) - { + ) { self.dryRun = dryRun self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream @@ -499,8 +482,7 @@ public struct CreateProgressUpdateStreamInput: Swift.Sendable { public init( dryRun: Swift.Bool? = false, progressUpdateStreamName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.progressUpdateStreamName = progressUpdateStreamName } @@ -521,8 +503,7 @@ public struct DeleteProgressUpdateStreamInput: Swift.Sendable { public init( dryRun: Swift.Bool? = false, progressUpdateStreamName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.progressUpdateStreamName = progressUpdateStreamName } @@ -540,8 +521,7 @@ public struct DescribeApplicationStateInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -555,8 +535,7 @@ public struct DescribeApplicationStateOutput: Swift.Sendable { public init( applicationStatus: MigrationHubClientTypes.ApplicationStatus? = nil, lastUpdatedTime: Foundation.Date? = nil - ) - { + ) { self.applicationStatus = applicationStatus self.lastUpdatedTime = lastUpdatedTime } @@ -573,8 +552,7 @@ public struct DescribeMigrationTaskInput: Swift.Sendable { public init( migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream } @@ -647,8 +625,7 @@ extension MigrationHubClientTypes { public init( type: MigrationHubClientTypes.ResourceAttributeType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -706,8 +683,7 @@ extension MigrationHubClientTypes { progressPercent: Swift.Int? = nil, status: MigrationHubClientTypes.Status? = nil, statusDetail: Swift.String? = nil - ) - { + ) { self.progressPercent = progressPercent self.status = status self.statusDetail = statusDetail @@ -736,8 +712,7 @@ extension MigrationHubClientTypes { resourceAttributeList: [MigrationHubClientTypes.ResourceAttribute]? = nil, task: MigrationHubClientTypes.Task? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream self.resourceAttributeList = resourceAttributeList @@ -753,8 +728,7 @@ public struct DescribeMigrationTaskOutput: Swift.Sendable { public init( migrationTask: MigrationHubClientTypes.MigrationTask? = nil - ) - { + ) { self.migrationTask = migrationTask } } @@ -777,8 +751,7 @@ public struct DisassociateCreatedArtifactInput: Swift.Sendable { dryRun: Swift.Bool? = false, migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.createdArtifactName = createdArtifactName self.dryRun = dryRun self.migrationTaskName = migrationTaskName @@ -809,8 +782,7 @@ public struct DisassociateDiscoveredResourceInput: Swift.Sendable { dryRun: Swift.Bool? = false, migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.dryRun = dryRun self.migrationTaskName = migrationTaskName @@ -841,8 +813,7 @@ public struct DisassociateSourceResourceInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil, sourceResourceName: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream @@ -869,8 +840,7 @@ public struct ImportMigrationTaskInput: Swift.Sendable { dryRun: Swift.Bool? = false, migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.dryRun = dryRun self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream @@ -894,8 +864,7 @@ public struct ListApplicationStatesInput: Swift.Sendable { applicationIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationIds = applicationIds self.maxResults = maxResults self.nextToken = nextToken @@ -911,8 +880,7 @@ public struct ListApplicationStatesOutput: Swift.Sendable { public init( applicationStateList: [MigrationHubClientTypes.ApplicationState]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationStateList = applicationStateList self.nextToken = nextToken } @@ -935,8 +903,7 @@ public struct ListCreatedArtifactsInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, nextToken: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.migrationTaskName = migrationTaskName self.nextToken = nextToken @@ -953,8 +920,7 @@ public struct ListCreatedArtifactsOutput: Swift.Sendable { public init( createdArtifactList: [MigrationHubClientTypes.CreatedArtifact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createdArtifactList = createdArtifactList self.nextToken = nextToken } @@ -977,8 +943,7 @@ public struct ListDiscoveredResourcesInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, nextToken: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.migrationTaskName = migrationTaskName self.nextToken = nextToken @@ -995,8 +960,7 @@ public struct ListDiscoveredResourcesOutput: Swift.Sendable { public init( discoveredResourceList: [MigrationHubClientTypes.DiscoveredResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.discoveredResourceList = discoveredResourceList self.nextToken = nextToken } @@ -1014,8 +978,7 @@ public struct ListMigrationTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceName = resourceName @@ -1046,8 +1009,7 @@ extension MigrationHubClientTypes { status: MigrationHubClientTypes.Status? = nil, statusDetail: Swift.String? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.migrationTaskName = migrationTaskName self.progressPercent = progressPercent self.progressUpdateStream = progressUpdateStream @@ -1067,8 +1029,7 @@ public struct ListMigrationTasksOutput: Swift.Sendable { public init( migrationTaskSummaryList: [MigrationHubClientTypes.MigrationTaskSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.migrationTaskSummaryList = migrationTaskSummaryList self.nextToken = nextToken } @@ -1091,8 +1052,7 @@ public struct ListMigrationTaskUpdatesInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, nextToken: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.migrationTaskName = migrationTaskName self.nextToken = nextToken @@ -1141,8 +1101,7 @@ extension MigrationHubClientTypes { migrationTaskState: MigrationHubClientTypes.Task? = nil, updateDateTime: Foundation.Date? = nil, updateType: MigrationHubClientTypes.UpdateType? = nil - ) - { + ) { self.migrationTaskState = migrationTaskState self.updateDateTime = updateDateTime self.updateType = updateType @@ -1159,8 +1118,7 @@ public struct ListMigrationTaskUpdatesOutput: Swift.Sendable { public init( migrationTaskUpdateList: [MigrationHubClientTypes.MigrationTaskUpdate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.migrationTaskUpdateList = migrationTaskUpdateList self.nextToken = nextToken } @@ -1175,8 +1133,7 @@ public struct ListProgressUpdateStreamsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1191,8 +1148,7 @@ extension MigrationHubClientTypes { public init( progressUpdateStreamName: Swift.String? = nil - ) - { + ) { self.progressUpdateStreamName = progressUpdateStreamName } } @@ -1207,8 +1163,7 @@ public struct ListProgressUpdateStreamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, progressUpdateStreamSummaryList: [MigrationHubClientTypes.ProgressUpdateStreamSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.progressUpdateStreamSummaryList = progressUpdateStreamSummaryList } @@ -1231,8 +1186,7 @@ public struct ListSourceResourcesInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, nextToken: Swift.String? = nil, progressUpdateStream: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.migrationTaskName = migrationTaskName self.nextToken = nextToken @@ -1249,8 +1203,7 @@ public struct ListSourceResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sourceResourceList: [MigrationHubClientTypes.SourceResource]? = nil - ) - { + ) { self.nextToken = nextToken self.sourceResourceList = sourceResourceList } @@ -1273,8 +1226,7 @@ public struct NotifyApplicationStateInput: Swift.Sendable { dryRun: Swift.Bool? = false, status: MigrationHubClientTypes.ApplicationStatus? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.dryRun = dryRun self.status = status @@ -1313,8 +1265,7 @@ public struct NotifyMigrationTaskStateInput: Swift.Sendable { progressUpdateStream: Swift.String? = nil, task: MigrationHubClientTypes.Task? = nil, updateDateTime: Foundation.Date? = nil - ) - { + ) { self.dryRun = dryRun self.migrationTaskName = migrationTaskName self.nextUpdateSeconds = nextUpdateSeconds @@ -1351,8 +1302,7 @@ public struct PutResourceAttributesInput: Swift.Sendable { migrationTaskName: Swift.String? = nil, progressUpdateStream: Swift.String? = nil, resourceAttributeList: [MigrationHubClientTypes.ResourceAttribute]? = nil - ) - { + ) { self.dryRun = dryRun self.migrationTaskName = migrationTaskName self.progressUpdateStream = progressUpdateStream diff --git a/Sources/Services/AWSMigrationHubConfig/Package.swift.txt b/Sources/Services/AWSMigrationHubConfig/Package.swift.txt index 294f388b90f..bda90e1794d 100644 --- a/Sources/Services/AWSMigrationHubConfig/Package.swift.txt +++ b/Sources/Services/AWSMigrationHubConfig/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/MigrationHubConfigClient.swift b/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/MigrationHubConfigClient.swift index 26cc95dc57d..b1d675af5cc 100644 --- a/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/MigrationHubConfigClient.swift +++ b/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/MigrationHubConfigClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MigrationHubConfigClient: ClientRuntime.Client { public static let clientName = "MigrationHubConfigClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MigrationHubConfigClient.MigrationHubConfigClientConfiguration let serviceName = "MigrationHub Config" diff --git a/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/Models.swift b/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/Models.swift index 5045ac2f80f..bebdf829e2f 100644 --- a/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/Models.swift +++ b/Sources/Services/AWSMigrationHubConfig/Sources/AWSMigrationHubConfig/Models.swift @@ -41,8 +41,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ public struct DryRunOperation: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -89,8 +87,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -211,8 +205,7 @@ extension MigrationHubConfigClientTypes { public init( id: Swift.String? = nil, type: MigrationHubConfigClientTypes.TargetType? = nil - ) - { + ) { self.id = id self.type = type } @@ -233,8 +226,7 @@ public struct CreateHomeRegionControlInput: Swift.Sendable { dryRun: Swift.Bool? = false, homeRegion: Swift.String? = nil, target: MigrationHubConfigClientTypes.Target? = nil - ) - { + ) { self.dryRun = dryRun self.homeRegion = homeRegion self.target = target @@ -259,8 +251,7 @@ extension MigrationHubConfigClientTypes { homeRegion: Swift.String? = nil, requestedTime: Foundation.Date? = nil, target: MigrationHubConfigClientTypes.Target? = nil - ) - { + ) { self.controlId = controlId self.homeRegion = homeRegion self.requestedTime = requestedTime @@ -275,8 +266,7 @@ public struct CreateHomeRegionControlOutput: Swift.Sendable { public init( homeRegionControl: MigrationHubConfigClientTypes.HomeRegionControl? = nil - ) - { + ) { self.homeRegionControl = homeRegionControl } } @@ -288,8 +278,7 @@ public struct DeleteHomeRegionControlInput: Swift.Sendable { public init( controlId: Swift.String? = nil - ) - { + ) { self.controlId = controlId } } @@ -317,8 +306,7 @@ public struct DescribeHomeRegionControlsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, target: MigrationHubConfigClientTypes.Target? = nil - ) - { + ) { self.controlId = controlId self.homeRegion = homeRegion self.maxResults = maxResults @@ -336,8 +324,7 @@ public struct DescribeHomeRegionControlsOutput: Swift.Sendable { public init( homeRegionControls: [MigrationHubConfigClientTypes.HomeRegionControl]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.homeRegionControls = homeRegionControls self.nextToken = nextToken } @@ -354,8 +341,7 @@ public struct GetHomeRegionOutput: Swift.Sendable { public init( homeRegion: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion } } diff --git a/Sources/Services/AWSMigrationHubOrchestrator/Package.swift.txt b/Sources/Services/AWSMigrationHubOrchestrator/Package.swift.txt index a3bce0fa6a0..7aaae681fb4 100644 --- a/Sources/Services/AWSMigrationHubOrchestrator/Package.swift.txt +++ b/Sources/Services/AWSMigrationHubOrchestrator/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/MigrationHubOrchestratorClient.swift b/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/MigrationHubOrchestratorClient.swift index 87277ca6940..5a82b9656e8 100644 --- a/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/MigrationHubOrchestratorClient.swift +++ b/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/MigrationHubOrchestratorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MigrationHubOrchestratorClient: ClientRuntime.Client { public static let clientName = "MigrationHubOrchestratorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MigrationHubOrchestratorClient.MigrationHubOrchestratorClientConfiguration let serviceName = "MigrationHubOrchestrator" diff --git a/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/Models.swift b/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/Models.swift index 40c64b6e7b5..8dfec470f03 100644 --- a/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/Models.swift +++ b/Sources/Services/AWSMigrationHubOrchestrator/Sources/AWSMigrationHubOrchestrator/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -109,8 +106,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -121,8 +117,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -146,8 +141,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +165,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -220,8 +213,7 @@ public struct CreateWorkflowInput: Swift.Sendable { stepTargets: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.applicationConfigurationId = applicationConfigurationId self.description = description self.inputParameters = inputParameters @@ -338,8 +330,7 @@ public struct CreateWorkflowOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil, workflowInputs: [Swift.String: MigrationHubOrchestratorClientTypes.StepInput]? = nil - ) - { + ) { self.adsApplicationConfigurationId = adsApplicationConfigurationId self.arn = arn self.creationTime = creationTime @@ -366,8 +357,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -384,8 +374,7 @@ public struct DeleteWorkflowOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, status: MigrationHubOrchestratorClientTypes.MigrationWorkflowStatusEnum? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -399,8 +388,7 @@ public struct GetWorkflowInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -417,8 +405,7 @@ extension MigrationHubOrchestratorClientTypes { public init( name: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.name = name self.url = url } @@ -488,8 +475,7 @@ public struct GetWorkflowOutput: Swift.Sendable { totalSteps: Swift.Int? = nil, workflowBucket: Swift.String? = nil, workflowInputs: [Swift.String: MigrationHubOrchestratorClientTypes.StepInput]? = nil - ) - { + ) { self.adsApplicationConfigurationId = adsApplicationConfigurationId self.adsApplicationName = adsApplicationName self.arn = arn @@ -539,8 +525,7 @@ public struct ListWorkflowsInput: Swift.Sendable { nextToken: Swift.String? = nil, status: MigrationHubOrchestratorClientTypes.MigrationWorkflowStatusEnum? = nil, templateId: Swift.String? = nil - ) - { + ) { self.adsApplicationConfigurationName = adsApplicationConfigurationName self.maxResults = maxResults self.name = name @@ -586,8 +571,7 @@ extension MigrationHubOrchestratorClientTypes { statusMessage: Swift.String? = nil, templateId: Swift.String? = nil, totalSteps: Swift.Int? = nil - ) - { + ) { self.adsApplicationConfigurationName = adsApplicationConfigurationName self.completedSteps = completedSteps self.creationTime = creationTime @@ -612,8 +596,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( migrationWorkflowSummary: [MigrationHubOrchestratorClientTypes.MigrationWorkflowSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.migrationWorkflowSummary = migrationWorkflowSummary self.nextToken = nextToken } @@ -626,8 +609,7 @@ public struct StartWorkflowInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -650,8 +632,7 @@ public struct StartWorkflowOutput: Swift.Sendable { lastStartTime: Foundation.Date? = nil, status: MigrationHubOrchestratorClientTypes.MigrationWorkflowStatusEnum? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastStartTime = lastStartTime @@ -667,8 +648,7 @@ public struct StopWorkflowInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -691,8 +671,7 @@ public struct StopWorkflowOutput: Swift.Sendable { lastStopTime: Foundation.Date? = nil, status: MigrationHubOrchestratorClientTypes.MigrationWorkflowStatusEnum? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.lastStopTime = lastStopTime @@ -720,8 +699,7 @@ public struct UpdateWorkflowInput: Swift.Sendable { inputParameters: [Swift.String: MigrationHubOrchestratorClientTypes.StepInput]? = nil, name: Swift.String? = nil, stepTargets: [Swift.String]? = nil - ) - { + ) { self.description = description self.id = id self.inputParameters = inputParameters @@ -774,8 +752,7 @@ public struct UpdateWorkflowOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, templateId: Swift.String? = nil, workflowInputs: [Swift.String: MigrationHubOrchestratorClientTypes.StepInput]? = nil - ) - { + ) { self.adsApplicationConfigurationId = adsApplicationConfigurationId self.arn = arn self.creationTime = creationTime @@ -815,8 +792,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -851,8 +827,7 @@ public struct CreateTemplateInput: Swift.Sendable { templateDescription: Swift.String? = nil, templateName: Swift.String? = nil, templateSource: MigrationHubOrchestratorClientTypes.TemplateSource? = nil - ) - { + ) { self.clientToken = clientToken self.tags = tags self.templateDescription = templateDescription @@ -873,8 +848,7 @@ public struct CreateTemplateOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.tags = tags self.templateArn = templateArn self.templateId = templateId @@ -888,8 +862,7 @@ public struct DeleteTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -906,8 +879,7 @@ public struct GetTemplateInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -962,8 +934,7 @@ extension MigrationHubOrchestratorClientTypes { dataType: MigrationHubOrchestratorClientTypes.DataType? = nil, inputName: Swift.String? = nil, `required`: Swift.Bool? = nil - ) - { + ) { self.dataType = dataType self.inputName = inputName self.`required` = `required` @@ -1060,8 +1031,7 @@ public struct GetTemplateOutput: Swift.Sendable { templateArn: Swift.String? = nil, templateClass: Swift.String? = nil, tools: [MigrationHubOrchestratorClientTypes.Tool]? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1089,8 +1059,7 @@ public struct ListTemplatesInput: Swift.Sendable { maxResults: Swift.Int = 0, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -1115,8 +1084,7 @@ extension MigrationHubOrchestratorClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -1135,8 +1103,7 @@ public struct ListTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateSummary: [MigrationHubOrchestratorClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateSummary = templateSummary } @@ -1158,8 +1125,7 @@ public struct UpdateTemplateInput: Swift.Sendable { id: Swift.String? = nil, templateDescription: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id self.templateDescription = templateDescription @@ -1179,8 +1145,7 @@ public struct UpdateTemplateOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.tags = tags self.templateArn = templateArn self.templateId = templateId @@ -1196,8 +1161,7 @@ public struct ListPluginsInput: Swift.Sendable { public init( maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1256,8 +1220,7 @@ extension MigrationHubOrchestratorClientTypes { registeredTime: Swift.String? = nil, status: MigrationHubOrchestratorClientTypes.PluginHealth? = nil, version: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.ipAddress = ipAddress self.pluginId = pluginId @@ -1277,8 +1240,7 @@ public struct ListPluginsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, plugins: [MigrationHubOrchestratorClientTypes.PluginSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.plugins = plugins } @@ -1295,8 +1257,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1322,8 +1283,7 @@ public struct GetTemplateStepInput: Swift.Sendable { id: Swift.String? = nil, stepGroupId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.id = id self.stepGroupId = stepGroupId self.templateId = templateId @@ -1345,8 +1305,7 @@ extension MigrationHubOrchestratorClientTypes { dataType: MigrationHubOrchestratorClientTypes.DataType? = nil, name: Swift.String? = nil, `required`: Swift.Bool? = nil - ) - { + ) { self.dataType = dataType self.name = name self.`required` = `required` @@ -1395,8 +1354,7 @@ extension MigrationHubOrchestratorClientTypes { public init( linux: Swift.String? = nil, windows: Swift.String? = nil - ) - { + ) { self.linux = linux self.windows = windows } @@ -1444,8 +1402,7 @@ extension MigrationHubOrchestratorClientTypes { public init( linux: Swift.String? = nil, windows: Swift.String? = nil - ) - { + ) { self.linux = linux self.windows = windows } @@ -1505,8 +1462,7 @@ extension MigrationHubOrchestratorClientTypes { scriptLocationS3Bucket: Swift.String? = nil, scriptLocationS3Key: MigrationHubOrchestratorClientTypes.PlatformScriptKey? = nil, targetType: MigrationHubOrchestratorClientTypes.TargetType? = nil - ) - { + ) { self.command = command self.runEnvironment = runEnvironment self.scriptLocationS3Bucket = scriptLocationS3Bucket @@ -1552,8 +1508,7 @@ public struct GetTemplateStepOutput: Swift.Sendable { stepAutomationConfiguration: MigrationHubOrchestratorClientTypes.StepAutomationConfiguration? = nil, stepGroupId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1585,8 +1540,7 @@ public struct ListTemplateStepsInput: Swift.Sendable { nextToken: Swift.String? = nil, stepGroupId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stepGroupId = stepGroupId @@ -1656,8 +1610,7 @@ extension MigrationHubOrchestratorClientTypes { stepGroupId: Swift.String? = nil, targetType: MigrationHubOrchestratorClientTypes.TargetType? = nil, templateId: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.next = next @@ -1680,8 +1633,7 @@ public struct ListTemplateStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateStepSummaryList: [MigrationHubOrchestratorClientTypes.TemplateStepSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateStepSummaryList = templateStepSummaryList } @@ -1698,8 +1650,7 @@ public struct GetTemplateStepGroupInput: Swift.Sendable { public init( id: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.id = id self.templateId = templateId } @@ -1785,8 +1736,7 @@ public struct GetTemplateStepGroupOutput: Swift.Sendable { status: MigrationHubOrchestratorClientTypes.StepGroupStatus? = nil, templateId: Swift.String? = nil, tools: [MigrationHubOrchestratorClientTypes.Tool]? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1813,8 +1763,7 @@ public struct ListTemplateStepGroupsInput: Swift.Sendable { maxResults: Swift.Int = 0, nextToken: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.templateId = templateId @@ -1839,8 +1788,7 @@ extension MigrationHubOrchestratorClientTypes { name: Swift.String? = nil, next: [Swift.String]? = nil, previous: [Swift.String]? = nil - ) - { + ) { self.id = id self.name = name self.next = next @@ -1859,8 +1807,7 @@ public struct ListTemplateStepGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateStepGroupSummary: [MigrationHubOrchestratorClientTypes.TemplateStepGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateStepGroupSummary = templateStepGroupSummary } @@ -1877,8 +1824,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1921,8 +1867,7 @@ extension MigrationHubOrchestratorClientTypes { name: Swift.String? = nil, `required`: Swift.Bool? = nil, value: MigrationHubOrchestratorClientTypes.WorkflowStepOutputUnion? = nil - ) - { + ) { self.dataType = dataType self.name = name self.`required` = `required` @@ -1952,8 +1897,7 @@ extension MigrationHubOrchestratorClientTypes { scriptLocationS3Bucket: Swift.String? = nil, scriptLocationS3Key: MigrationHubOrchestratorClientTypes.PlatformScriptKey? = nil, targetType: MigrationHubOrchestratorClientTypes.TargetType? = nil - ) - { + ) { self.command = command self.runEnvironment = runEnvironment self.scriptLocationS3Bucket = scriptLocationS3Bucket @@ -2000,8 +1944,7 @@ public struct CreateWorkflowStepInput: Swift.Sendable { stepTarget: [Swift.String]? = nil, workflowId: Swift.String? = nil, workflowStepAutomationConfiguration: MigrationHubOrchestratorClientTypes.WorkflowStepAutomationConfiguration? = nil - ) - { + ) { self.description = description self.name = name self.next = next @@ -2030,8 +1973,7 @@ public struct CreateWorkflowStepOutput: Swift.Sendable { name: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.stepGroupId = stepGroupId @@ -2054,8 +1996,7 @@ public struct DeleteWorkflowStepInput: Swift.Sendable { id: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.stepGroupId = stepGroupId self.workflowId = workflowId @@ -2082,8 +2023,7 @@ public struct GetWorkflowStepInput: Swift.Sendable { id: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.stepGroupId = stepGroupId self.workflowId = workflowId @@ -2203,8 +2143,7 @@ public struct GetWorkflowStepOutput: Swift.Sendable { totalNoOfSrv: Swift.Int? = nil, workflowId: Swift.String? = nil, workflowStepAutomationConfiguration: MigrationHubOrchestratorClientTypes.WorkflowStepAutomationConfiguration? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.endTime = endTime @@ -2246,8 +2185,7 @@ public struct ListWorkflowStepsInput: Swift.Sendable { nextToken: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stepGroupId = stepGroupId @@ -2300,8 +2238,7 @@ extension MigrationHubOrchestratorClientTypes { stepActionType: MigrationHubOrchestratorClientTypes.StepActionType? = nil, stepId: Swift.String? = nil, totalNoOfSrv: Swift.Int? = nil - ) - { + ) { self.description = description self.name = name self.next = next @@ -2329,8 +2266,7 @@ public struct ListWorkflowStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowStepsSummary: [MigrationHubOrchestratorClientTypes.WorkflowStepSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowStepsSummary = workflowStepsSummary } @@ -2351,8 +2287,7 @@ public struct RetryWorkflowStepInput: Swift.Sendable { id: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.stepGroupId = stepGroupId self.workflowId = workflowId @@ -2374,8 +2309,7 @@ public struct RetryWorkflowStepOutput: Swift.Sendable { status: MigrationHubOrchestratorClientTypes.StepStatus? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.status = status self.stepGroupId = stepGroupId @@ -2425,8 +2359,7 @@ public struct UpdateWorkflowStepInput: Swift.Sendable { stepTarget: [Swift.String]? = nil, workflowId: Swift.String? = nil, workflowStepAutomationConfiguration: MigrationHubOrchestratorClientTypes.WorkflowStepAutomationConfiguration? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -2457,8 +2390,7 @@ public struct UpdateWorkflowStepOutput: Swift.Sendable { name: Swift.String? = nil, stepGroupId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.stepGroupId = stepGroupId @@ -2486,8 +2418,7 @@ public struct CreateWorkflowStepGroupInput: Swift.Sendable { next: [Swift.String]? = nil, previous: [Swift.String]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.next = next @@ -2523,8 +2454,7 @@ public struct CreateWorkflowStepGroupOutput: Swift.Sendable { previous: [Swift.String]? = nil, tools: [MigrationHubOrchestratorClientTypes.Tool]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -2547,8 +2477,7 @@ public struct DeleteWorkflowStepGroupInput: Swift.Sendable { public init( id: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.workflowId = workflowId } @@ -2570,8 +2499,7 @@ public struct GetWorkflowStepGroupInput: Swift.Sendable { public init( id: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.id = id self.workflowId = workflowId } @@ -2616,8 +2544,7 @@ public struct GetWorkflowStepGroupOutput: Swift.Sendable { status: MigrationHubOrchestratorClientTypes.StepGroupStatus? = nil, tools: [MigrationHubOrchestratorClientTypes.Tool]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.endTime = endTime @@ -2646,8 +2573,7 @@ public struct ListWorkflowStepGroupsInput: Swift.Sendable { maxResults: Swift.Int = 0, nextToken: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowId = workflowId @@ -2678,8 +2604,7 @@ extension MigrationHubOrchestratorClientTypes { owner: MigrationHubOrchestratorClientTypes.Owner? = nil, previous: [Swift.String]? = nil, status: MigrationHubOrchestratorClientTypes.StepGroupStatus? = nil - ) - { + ) { self.id = id self.name = name self.next = next @@ -2700,8 +2625,7 @@ public struct ListWorkflowStepGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflowStepGroupsSummary: [MigrationHubOrchestratorClientTypes.WorkflowStepGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workflowStepGroupsSummary = workflowStepGroupsSummary } @@ -2730,8 +2654,7 @@ public struct UpdateWorkflowStepGroupInput: Swift.Sendable { next: [Swift.String]? = nil, previous: [Swift.String]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -2768,8 +2691,7 @@ public struct UpdateWorkflowStepGroupOutput: Swift.Sendable { previous: [Swift.String]? = nil, tools: [MigrationHubOrchestratorClientTypes.Tool]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.lastModifiedTime = lastModifiedTime diff --git a/Sources/Services/AWSMigrationHubRefactorSpaces/Package.swift.txt b/Sources/Services/AWSMigrationHubRefactorSpaces/Package.swift.txt index 7ed97647948..a815163accf 100644 --- a/Sources/Services/AWSMigrationHubRefactorSpaces/Package.swift.txt +++ b/Sources/Services/AWSMigrationHubRefactorSpaces/Package.swift.txt @@ -37,27 +37,23 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( name: "Smithy", package: "smithy-swift" ), - .product( - name: "ClientRuntime", - package: "smithy-swift" - ), .product( name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -73,13 +69,17 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.swift b/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.swift index d910f61f11d..fa1c177249f 100644 --- a/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.swift +++ b/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/MigrationHubRefactorSpacesClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MigrationHubRefactorSpacesClient: ClientRuntime.Client { public static let clientName = "MigrationHubRefactorSpacesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MigrationHubRefactorSpacesClient.MigrationHubRefactorSpacesClientConfiguration let serviceName = "Migration Hub Refactor Spaces" diff --git a/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/Models.swift b/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/Models.swift index c0aa35223a1..11960be451b 100644 --- a/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/Models.swift +++ b/Sources/Services/AWSMigrationHubRefactorSpaces/Sources/AWSMigrationHubRefactorSpaces/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -110,8 +109,7 @@ extension MigrationHubRefactorSpacesClientTypes { proxyUrl: Swift.String? = nil, stageName: Swift.String? = nil, vpcLinkId: Swift.String? = nil - ) - { + ) { self.apiGatewayId = apiGatewayId self.endpointType = endpointType self.nlbArn = nlbArn @@ -135,8 +133,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( endpointType: MigrationHubRefactorSpacesClientTypes.ApiGatewayEndpointType? = nil, stageName: Swift.String? = nil - ) - { + ) { self.endpointType = endpointType self.stageName = stageName } @@ -170,8 +167,7 @@ extension MigrationHubRefactorSpacesClientTypes { proxyUrl: Swift.String? = nil, stageName: Swift.String? = nil, vpcLinkId: Swift.String? = nil - ) - { + ) { self.apiGatewayId = apiGatewayId self.endpointType = endpointType self.nlbArn = nlbArn @@ -384,8 +380,7 @@ extension MigrationHubRefactorSpacesClientTypes { message: Swift.String? = nil, resourceIdentifier: Swift.String? = nil, resourceType: MigrationHubRefactorSpacesClientTypes.ErrorResourceType? = nil - ) - { + ) { self.accountId = accountId self.additionalDetails = additionalDetails self.code = code @@ -470,8 +465,7 @@ extension MigrationHubRefactorSpacesClientTypes { state: MigrationHubRefactorSpacesClientTypes.ApplicationState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.apiGatewayProxy = apiGatewayProxy self.applicationId = applicationId self.arn = arn @@ -522,8 +516,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -549,8 +542,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -582,8 +574,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -624,8 +615,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -662,8 +652,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -690,8 +679,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -724,8 +712,7 @@ public struct CreateApplicationInput: Swift.Sendable { proxyType: MigrationHubRefactorSpacesClientTypes.ProxyType? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.apiGatewayProxy = apiGatewayProxy self.clientToken = clientToken self.environmentIdentifier = environmentIdentifier @@ -783,8 +770,7 @@ public struct CreateApplicationOutput: Swift.Sendable { state: MigrationHubRefactorSpacesClientTypes.ApplicationState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.apiGatewayProxy = apiGatewayProxy self.applicationId = applicationId self.arn = arn @@ -855,8 +841,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { name: Swift.String? = nil, networkFabricType: MigrationHubRefactorSpacesClientTypes.NetworkFabricType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -938,8 +923,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { ownerAccountId: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.EnvironmentState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -996,8 +980,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( activationState: MigrationHubRefactorSpacesClientTypes.RouteActivationState? = nil - ) - { + ) { self.activationState = activationState } } @@ -1099,8 +1082,7 @@ extension MigrationHubRefactorSpacesClientTypes { includeChildPaths: Swift.Bool? = nil, methods: [MigrationHubRefactorSpacesClientTypes.HttpMethod]? = nil, sourcePath: Swift.String? = nil - ) - { + ) { self.activationState = activationState self.appendSourcePath = appendSourcePath self.includeChildPaths = includeChildPaths @@ -1141,8 +1123,7 @@ public struct CreateRouteInput: Swift.Sendable { serviceIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uriPathRoute: MigrationHubRefactorSpacesClientTypes.UriPathRouteInput? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.clientToken = clientToken self.defaultRoute = defaultRoute @@ -1239,8 +1220,7 @@ public struct CreateRouteOutput: Swift.Sendable { state: MigrationHubRefactorSpacesClientTypes.RouteState? = nil, tags: [Swift.String: Swift.String]? = nil, uriPathRoute: MigrationHubRefactorSpacesClientTypes.UriPathRouteInput? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.createdByAccountId = createdByAccountId @@ -1300,8 +1280,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1320,8 +1299,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( healthUrl: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.healthUrl = healthUrl self.url = url } @@ -1365,8 +1343,7 @@ public struct CreateServiceInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, urlEndpoint: MigrationHubRefactorSpacesClientTypes.UrlEndpointInput? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.clientToken = clientToken self.description = description @@ -1471,8 +1448,7 @@ public struct CreateServiceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, urlEndpoint: MigrationHubRefactorSpacesClientTypes.UrlEndpointInput? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.createdByAccountId = createdByAccountId @@ -1508,8 +1484,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier } @@ -1536,8 +1511,7 @@ public struct DeleteApplicationOutput: Swift.Sendable { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.ApplicationState? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.environmentId = environmentId @@ -1554,8 +1528,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( environmentIdentifier: Swift.String? = nil - ) - { + ) { self.environmentIdentifier = environmentIdentifier } } @@ -1578,8 +1551,7 @@ public struct DeleteEnvironmentOutput: Swift.Sendable { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.EnvironmentState? = nil - ) - { + ) { self.arn = arn self.environmentId = environmentId self.lastUpdatedTime = lastUpdatedTime @@ -1595,8 +1567,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -1621,8 +1592,7 @@ public struct DeleteRouteInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, routeIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.routeIdentifier = routeIdentifier @@ -1650,8 +1620,7 @@ public struct DeleteRouteOutput: Swift.Sendable { routeId: Swift.String? = nil, serviceId: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.RouteState? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.lastUpdatedTime = lastUpdatedTime @@ -1676,8 +1645,7 @@ public struct DeleteServiceInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.serviceIdentifier = serviceIdentifier @@ -1708,8 +1676,7 @@ public struct DeleteServiceOutput: Swift.Sendable { name: Swift.String? = nil, serviceId: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.ServiceState? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.environmentId = environmentId @@ -1762,8 +1729,7 @@ extension MigrationHubRefactorSpacesClientTypes { state: MigrationHubRefactorSpacesClientTypes.EnvironmentState? = nil, tags: [Swift.String: Swift.String]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -1812,8 +1778,7 @@ extension MigrationHubRefactorSpacesClientTypes { lastUpdatedTime: Foundation.Date? = nil, vpcId: Swift.String? = nil, vpcName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.cidrBlocks = cidrBlocks self.createdTime = createdTime @@ -1836,8 +1801,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier } @@ -1888,8 +1852,7 @@ public struct GetApplicationOutput: Swift.Sendable { state: MigrationHubRefactorSpacesClientTypes.ApplicationState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.apiGatewayProxy = apiGatewayProxy self.applicationId = applicationId self.arn = arn @@ -1919,8 +1882,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( environmentIdentifier: Swift.String? = nil - ) - { + ) { self.environmentIdentifier = environmentIdentifier } } @@ -1964,8 +1926,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { state: MigrationHubRefactorSpacesClientTypes.EnvironmentState? = nil, tags: [Swift.String: Swift.String]? = nil, transitGatewayId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -1993,8 +1954,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2005,8 +1965,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -2026,8 +1985,7 @@ public struct GetRouteInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, routeIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.routeIdentifier = routeIdentifier @@ -2091,8 +2049,7 @@ public struct GetRouteOutput: Swift.Sendable { sourcePath: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.RouteState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appendSourcePath = appendSourcePath self.applicationId = applicationId self.arn = arn @@ -2134,8 +2091,7 @@ public struct GetServiceInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.serviceIdentifier = serviceIdentifier @@ -2151,8 +2107,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2170,8 +2125,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( healthUrl: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.healthUrl = healthUrl self.url = url } @@ -2232,8 +2186,7 @@ public struct GetServiceOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, urlEndpoint: MigrationHubRefactorSpacesClientTypes.UrlEndpointConfig? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.createdByAccountId = createdByAccountId @@ -2278,8 +2231,7 @@ public struct InvalidResourcePolicyException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2293,8 +2245,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2313,8 +2264,7 @@ public struct ListApplicationsInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2330,8 +2280,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationSummaryList: [MigrationHubRefactorSpacesClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationSummaryList = applicationSummaryList self.nextToken = nextToken } @@ -2346,8 +2295,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2362,8 +2310,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environmentSummaryList: [MigrationHubRefactorSpacesClientTypes.EnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentSummaryList = environmentSummaryList self.nextToken = nextToken } @@ -2382,8 +2329,7 @@ public struct ListEnvironmentVpcsInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2399,8 +2345,7 @@ public struct ListEnvironmentVpcsOutput: Swift.Sendable { public init( environmentVpcList: [MigrationHubRefactorSpacesClientTypes.EnvironmentVpc]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentVpcList = environmentVpcList self.nextToken = nextToken } @@ -2423,8 +2368,7 @@ public struct ListRoutesInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults @@ -2492,8 +2436,7 @@ extension MigrationHubRefactorSpacesClientTypes { sourcePath: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.RouteState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appendSourcePath = appendSourcePath self.applicationId = applicationId self.arn = arn @@ -2530,8 +2473,7 @@ public struct ListRoutesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routeSummaryList: [MigrationHubRefactorSpacesClientTypes.RouteSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.routeSummaryList = routeSummaryList } @@ -2554,8 +2496,7 @@ public struct ListServicesInput: Swift.Sendable { environmentIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier self.maxResults = maxResults @@ -2575,8 +2516,7 @@ extension MigrationHubRefactorSpacesClientTypes { public init( healthUrl: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.healthUrl = healthUrl self.url = url } @@ -2640,8 +2580,7 @@ extension MigrationHubRefactorSpacesClientTypes { tags: [Swift.String: Swift.String]? = nil, urlEndpoint: MigrationHubRefactorSpacesClientTypes.UrlEndpointSummary? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.createdByAccountId = createdByAccountId @@ -2677,8 +2616,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceSummaryList: [MigrationHubRefactorSpacesClientTypes.ServiceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceSummaryList = serviceSummaryList } @@ -2691,8 +2629,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2703,8 +2640,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2725,8 +2661,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -2748,8 +2683,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2776,8 +2710,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2812,8 +2745,7 @@ public struct UpdateRouteInput: Swift.Sendable { applicationIdentifier: Swift.String? = nil, environmentIdentifier: Swift.String? = nil, routeIdentifier: Swift.String? = nil - ) - { + ) { self.activationState = activationState self.applicationIdentifier = applicationIdentifier self.environmentIdentifier = environmentIdentifier @@ -2842,8 +2774,7 @@ public struct UpdateRouteOutput: Swift.Sendable { routeId: Swift.String? = nil, serviceId: Swift.String? = nil, state: MigrationHubRefactorSpacesClientTypes.RouteState? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.lastUpdatedTime = lastUpdatedTime diff --git a/Sources/Services/AWSMigrationHubStrategy/Package.swift.txt b/Sources/Services/AWSMigrationHubStrategy/Package.swift.txt index 2f657bd0230..9e4524c2603 100644 --- a/Sources/Services/AWSMigrationHubStrategy/Package.swift.txt +++ b/Sources/Services/AWSMigrationHubStrategy/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( @@ -57,27 +57,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/MigrationHubStrategyClient.swift b/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/MigrationHubStrategyClient.swift index 7c67b5ad871..440a5ee6492 100644 --- a/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/MigrationHubStrategyClient.swift +++ b/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/MigrationHubStrategyClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MigrationHubStrategyClient: ClientRuntime.Client { public static let clientName = "MigrationHubStrategyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MigrationHubStrategyClient.MigrationHubStrategyClientConfiguration let serviceName = "MigrationHubStrategy" diff --git a/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/Models.swift b/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/Models.swift index 31a390a702a..51c1107298c 100644 --- a/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/Models.swift +++ b/Sources/Services/AWSMigrationHubStrategy/Sources/AWSMigrationHubStrategy/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +196,7 @@ extension MigrationHubStrategyClientTypes { ipAddress: Swift.String? = nil, source: Swift.String? = nil, vmId: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.ipAddress = ipAddress self.source = source @@ -335,8 +333,7 @@ extension MigrationHubStrategyClientTypes { public init( s3Bucket: Swift.String? = nil, s3key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3key = s3key } @@ -393,8 +390,7 @@ extension MigrationHubStrategyClientTypes { antiPatternReportS3Object: MigrationHubStrategyClientTypes.S3Object? = nil, antipatternReportStatus: MigrationHubStrategyClientTypes.AntipatternReportStatus? = nil, antipatternReportStatusMessage: Swift.String? = nil - ) - { + ) { self.analyzerName = analyzerName self.antiPatternReportS3Object = antiPatternReportS3Object self.antipatternReportStatus = antipatternReportStatus @@ -447,8 +443,7 @@ extension MigrationHubStrategyClientTypes { public init( count: Swift.Int? = nil, severity: MigrationHubStrategyClientTypes.Severity? = nil - ) - { + ) { self.count = count self.severity = severity } @@ -638,8 +633,7 @@ extension MigrationHubStrategyClientTypes { public init( appUnitErrorCategory: MigrationHubStrategyClientTypes.AppUnitErrorCategory? = nil - ) - { + ) { self.appUnitErrorCategory = appUnitErrorCategory } } @@ -654,8 +648,7 @@ extension MigrationHubStrategyClientTypes { public init( secretName: Swift.String? = nil - ) - { + ) { self.secretName = secretName } } @@ -867,8 +860,7 @@ extension MigrationHubStrategyClientTypes { description: Swift.String? = nil, name: MigrationHubStrategyClientTypes.TransformationToolName? = nil, tranformationToolInstallationLink: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.tranformationToolInstallationLink = tranformationToolInstallationLink @@ -891,8 +883,7 @@ extension MigrationHubStrategyClientTypes { strategy: MigrationHubStrategyClientTypes.Strategy? = nil, targetDestination: MigrationHubStrategyClientTypes.TargetDestination? = nil, transformationTool: MigrationHubStrategyClientTypes.TransformationTool? = nil - ) - { + ) { self.strategy = strategy self.targetDestination = targetDestination self.transformationTool = transformationTool @@ -950,8 +941,7 @@ extension MigrationHubStrategyClientTypes { analysisType: MigrationHubStrategyClientTypes.AnalysisType? = nil, antipatternReportResultList: [MigrationHubStrategyClientTypes.AntipatternReportResult]? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.analysisStatus = analysisStatus self.analysisType = analysisType self.antipatternReportResultList = antipatternReportResultList @@ -978,8 +968,7 @@ extension MigrationHubStrategyClientTypes { projectName: Swift.String? = nil, repository: Swift.String? = nil, versionControlType: Swift.String? = nil - ) - { + ) { self.branch = branch self.projectName = projectName self.repository = repository @@ -1063,8 +1052,7 @@ extension MigrationHubStrategyClientTypes { runtimeStatusMessage: Swift.String? = nil, sourceCodeRepositories: [MigrationHubStrategyClientTypes.SourceCodeRepository]? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.analysisStatus = analysisStatus self.antipatternReportS3Object = antipatternReportS3Object self.antipatternReportStatus = antipatternReportStatus @@ -1104,8 +1092,7 @@ extension MigrationHubStrategyClientTypes { public init( count: Swift.Int? = nil, srcCodeOrDbAnalysisStatus: MigrationHubStrategyClientTypes.SrcCodeOrDbAnalysisStatus? = nil - ) - { + ) { self.count = count self.srcCodeOrDbAnalysisStatus = srcCodeOrDbAnalysisStatus } @@ -1162,8 +1149,7 @@ extension MigrationHubStrategyClientTypes { isPreferred: Swift.Bool? = nil, recommendation: MigrationHubStrategyClientTypes.RecommendationSet? = nil, status: MigrationHubStrategyClientTypes.StrategyRecommendation? = nil - ) - { + ) { self.isPreferred = isPreferred self.recommendation = recommendation self.status = status @@ -1183,8 +1169,7 @@ extension MigrationHubStrategyClientTypes { public init( appType: MigrationHubStrategyClientTypes.AppType? = nil, count: Swift.Int? = nil - ) - { + ) { self.appType = appType self.count = count } @@ -1265,8 +1250,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDestination: [MigrationHubStrategyClientTypes.AwsManagedTargetDestination]? = nil - ) - { + ) { self.targetDestination = targetDestination } } @@ -1323,8 +1307,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDestination: [MigrationHubStrategyClientTypes.NoPreferenceTargetDestination]? = nil - ) - { + ) { self.targetDestination = targetDestination } } @@ -1375,8 +1358,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDestination: [MigrationHubStrategyClientTypes.SelfManageTargetDestination]? = nil - ) - { + ) { self.targetDestination = targetDestination } } @@ -1405,8 +1387,7 @@ extension MigrationHubStrategyClientTypes { public init( managementPreference: MigrationHubStrategyClientTypes.ManagementPreference? = nil - ) - { + ) { self.managementPreference = managementPreference } } @@ -1491,8 +1472,7 @@ extension MigrationHubStrategyClientTypes { public init( count: Swift.Int? = nil, strategy: MigrationHubStrategyClientTypes.Strategy? = nil - ) - { + ) { self.count = count self.strategy = strategy } @@ -1555,8 +1535,7 @@ extension MigrationHubStrategyClientTypes { public init( count: Swift.Int? = nil, runTimeAssessmentStatus: MigrationHubStrategyClientTypes.RunTimeAssessmentStatus? = nil - ) - { + ) { self.count = count self.runTimeAssessmentStatus = runTimeAssessmentStatus } @@ -1613,8 +1592,7 @@ extension MigrationHubStrategyClientTypes { public init( count: Swift.Int? = nil, serverOsType: MigrationHubStrategyClientTypes.ServerOsType? = nil - ) - { + ) { self.count = count self.serverOsType = serverOsType } @@ -1660,8 +1638,7 @@ extension MigrationHubStrategyClientTypes { listServerStatusSummary: [MigrationHubStrategyClientTypes.ServerStatusSummary]? = nil, listServerStrategySummary: [MigrationHubStrategyClientTypes.StrategySummary]? = nil, listServerSummary: [MigrationHubStrategyClientTypes.ServerSummary]? = nil - ) - { + ) { self.antipatternReportS3Object = antipatternReportS3Object self.antipatternReportStatus = antipatternReportStatus self.antipatternReportStatusMessage = antipatternReportStatusMessage @@ -1730,8 +1707,7 @@ extension MigrationHubStrategyClientTypes { condition: MigrationHubStrategyClientTypes.Condition? = nil, name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -1751,8 +1727,7 @@ extension MigrationHubStrategyClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -1809,8 +1784,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1833,8 +1807,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1857,8 +1830,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1870,8 +1842,7 @@ public struct GetApplicationComponentDetailsInput: Swift.Sendable { public init( applicationComponentId: Swift.String? = nil - ) - { + ) { self.applicationComponentId = applicationComponentId } } @@ -1891,8 +1862,7 @@ public struct GetApplicationComponentDetailsOutput: Swift.Sendable { associatedApplications: [MigrationHubStrategyClientTypes.AssociatedApplication]? = nil, associatedServerIds: [Swift.String]? = nil, moreApplicationResource: Swift.Bool? = nil - ) - { + ) { self.applicationComponentDetail = applicationComponentDetail self.associatedApplications = associatedApplications self.associatedServerIds = associatedServerIds @@ -1907,8 +1877,7 @@ public struct GetApplicationComponentStrategiesInput: Swift.Sendable { public init( applicationComponentId: Swift.String? = nil - ) - { + ) { self.applicationComponentId = applicationComponentId } } @@ -1919,8 +1888,7 @@ public struct GetApplicationComponentStrategiesOutput: Swift.Sendable { public init( applicationComponentStrategies: [MigrationHubStrategyClientTypes.ApplicationComponentStrategy]? = nil - ) - { + ) { self.applicationComponentStrategies = applicationComponentStrategies } } @@ -1932,8 +1900,7 @@ public struct GetAssessmentInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1968,8 +1935,7 @@ extension MigrationHubStrategyClientTypes { status: MigrationHubStrategyClientTypes.AssessmentStatus? = nil, statusMessage: Swift.String? = nil, success: Swift.Int? = nil - ) - { + ) { self.completionTime = completionTime self.failed = failed self.inProgress = inProgress @@ -1994,8 +1960,7 @@ public struct GetAssessmentOutput: Swift.Sendable { assessmentTargets: [MigrationHubStrategyClientTypes.AssessmentTarget]? = nil, dataCollectionDetails: MigrationHubStrategyClientTypes.DataCollectionDetails? = nil, id: Swift.String? = nil - ) - { + ) { self.assessmentTargets = assessmentTargets self.dataCollectionDetails = dataCollectionDetails self.id = id @@ -2020,8 +1985,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2033,8 +1997,7 @@ public struct GetImportFileTaskInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2122,8 +2085,7 @@ public struct GetImportFileTaskOutput: Swift.Sendable { status: MigrationHubStrategyClientTypes.ImportFileTaskStatus? = nil, statusReportS3Bucket: Swift.String? = nil, statusReportS3Key: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.id = id self.importName = importName @@ -2156,8 +2118,7 @@ public struct DependencyException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2173,8 +2134,7 @@ public struct GetLatestAssessmentIdOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2279,8 +2239,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDatabaseEngine: [MigrationHubStrategyClientTypes.HeterogeneousTargetDatabaseEngine]? = nil - ) - { + ) { self.targetDatabaseEngine = targetDatabaseEngine } } @@ -2321,8 +2280,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDatabaseEngine: [MigrationHubStrategyClientTypes.HomogeneousTargetDatabaseEngine]? = nil - ) - { + ) { self.targetDatabaseEngine = targetDatabaseEngine } } @@ -2391,8 +2349,7 @@ extension MigrationHubStrategyClientTypes { public init( targetDatabaseEngine: [MigrationHubStrategyClientTypes.TargetDatabaseEngine]? = nil - ) - { + ) { self.targetDatabaseEngine = targetDatabaseEngine } } @@ -2424,8 +2381,7 @@ extension MigrationHubStrategyClientTypes { public init( databaseManagementPreference: MigrationHubStrategyClientTypes.DatabaseManagementPreference? = nil, databaseMigrationPreference: MigrationHubStrategyClientTypes.DatabaseMigrationPreference? = nil - ) - { + ) { self.databaseManagementPreference = databaseManagementPreference self.databaseMigrationPreference = databaseMigrationPreference } @@ -2450,8 +2406,7 @@ extension MigrationHubStrategyClientTypes { modernizeInfrastructureWithCloudNativeTechnologies: Swift.Int? = nil, reduceOperationalOverheadWithManagedServices: Swift.Int? = nil, speedOfMigration: Swift.Int? = nil - ) - { + ) { self.licenseCostReduction = licenseCostReduction self.modernizeInfrastructureWithCloudNativeTechnologies = modernizeInfrastructureWithCloudNativeTechnologies self.reduceOperationalOverheadWithManagedServices = reduceOperationalOverheadWithManagedServices @@ -2469,8 +2424,7 @@ extension MigrationHubStrategyClientTypes { public init( businessGoals: MigrationHubStrategyClientTypes.BusinessGoals? = nil - ) - { + ) { self.businessGoals = businessGoals } } @@ -2491,8 +2445,7 @@ public struct GetPortfolioPreferencesOutput: Swift.Sendable { applicationPreferences: MigrationHubStrategyClientTypes.ApplicationPreferences? = nil, databasePreferences: MigrationHubStrategyClientTypes.DatabasePreferences? = nil, prioritizeBusinessGoals: MigrationHubStrategyClientTypes.PrioritizeBusinessGoals? = nil - ) - { + ) { self.applicationMode = applicationMode self.applicationPreferences = applicationPreferences self.databasePreferences = databasePreferences @@ -2511,8 +2464,7 @@ public struct GetPortfolioSummaryOutput: Swift.Sendable { public init( assessmentSummary: MigrationHubStrategyClientTypes.AssessmentSummary? = nil - ) - { + ) { self.assessmentSummary = assessmentSummary } } @@ -2524,8 +2476,7 @@ public struct GetRecommendationReportDetailsInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2586,8 +2537,7 @@ extension MigrationHubStrategyClientTypes { startTime: Foundation.Date? = nil, status: MigrationHubStrategyClientTypes.RecommendationReportStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.s3Bucket = s3Bucket self.s3Keys = s3Keys @@ -2607,8 +2557,7 @@ public struct GetRecommendationReportDetailsOutput: Swift.Sendable { public init( id: Swift.String? = nil, recommendationReportDetails: MigrationHubStrategyClientTypes.RecommendationReportDetails? = nil - ) - { + ) { self.id = id self.recommendationReportDetails = recommendationReportDetails } @@ -2627,8 +2576,7 @@ public struct GetServerDetailsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverId = serverId @@ -2682,8 +2630,7 @@ extension MigrationHubStrategyClientTypes { public init( serverErrorCategory: MigrationHubStrategyClientTypes.ServerErrorCategory? = nil - ) - { + ) { self.serverErrorCategory = serverErrorCategory } } @@ -2711,8 +2658,7 @@ extension MigrationHubStrategyClientTypes { ipAddress: Swift.String? = nil, macAddress: Swift.String? = nil, netMask: Swift.String? = nil - ) - { + ) { self.interfaceName = interfaceName self.ipAddress = ipAddress self.macAddress = macAddress @@ -2762,8 +2708,7 @@ extension MigrationHubStrategyClientTypes { public init( type: MigrationHubStrategyClientTypes.OSType? = nil, version: Swift.String? = nil - ) - { + ) { self.type = type self.version = version } @@ -2788,8 +2733,7 @@ extension MigrationHubStrategyClientTypes { fileSystemType: Swift.String? = nil, networkInfoList: [MigrationHubStrategyClientTypes.NetworkInfo]? = nil, osInfo: MigrationHubStrategyClientTypes.OSInfo? = nil - ) - { + ) { self.cpuArchitecture = cpuArchitecture self.fileSystemType = fileSystemType self.networkInfoList = networkInfoList @@ -2846,8 +2790,7 @@ extension MigrationHubStrategyClientTypes { serverType: Swift.String? = nil, statusMessage: Swift.String? = nil, systemInfo: MigrationHubStrategyClientTypes.SystemInfo? = nil - ) - { + ) { self.antipatternReportS3Object = antipatternReportS3Object self.antipatternReportStatus = antipatternReportStatus self.antipatternReportStatusMessage = antipatternReportStatusMessage @@ -2878,8 +2821,7 @@ public struct GetServerDetailsOutput: Swift.Sendable { associatedApplications: [MigrationHubStrategyClientTypes.AssociatedApplication]? = nil, nextToken: Swift.String? = nil, serverDetail: MigrationHubStrategyClientTypes.ServerDetail? = nil - ) - { + ) { self.associatedApplications = associatedApplications self.nextToken = nextToken self.serverDetail = serverDetail @@ -2893,8 +2835,7 @@ public struct GetServerStrategiesInput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -2917,8 +2858,7 @@ extension MigrationHubStrategyClientTypes { numberOfApplicationComponents: Swift.Int? = nil, recommendation: MigrationHubStrategyClientTypes.RecommendationSet? = nil, status: MigrationHubStrategyClientTypes.StrategyRecommendation? = nil - ) - { + ) { self.isPreferred = isPreferred self.numberOfApplicationComponents = numberOfApplicationComponents self.recommendation = recommendation @@ -2933,8 +2873,7 @@ public struct GetServerStrategiesOutput: Swift.Sendable { public init( serverStrategies: [MigrationHubStrategyClientTypes.ServerStrategy]? = nil - ) - { + ) { self.serverStrategies = serverStrategies } } @@ -2981,8 +2920,7 @@ public struct ListAnalyzableServersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: MigrationHubStrategyClientTypes.SortOrder? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sort = sort @@ -2999,8 +2937,7 @@ public struct ListAnalyzableServersOutput: Swift.Sendable { public init( analyzableServers: [MigrationHubStrategyClientTypes.AnalyzableServerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analyzableServers = analyzableServers self.nextToken = nextToken } @@ -3024,8 +2961,7 @@ public struct ServiceLinkedRoleLockClientException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3071,8 +3007,7 @@ extension MigrationHubStrategyClientTypes { public init( name: MigrationHubStrategyClientTypes.GroupName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -3100,8 +3035,7 @@ public struct ListApplicationComponentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: MigrationHubStrategyClientTypes.SortOrder? = nil - ) - { + ) { self.applicationComponentCriteria = applicationComponentCriteria self.filterValue = filterValue self.groupIdFilter = groupIdFilter @@ -3120,8 +3054,7 @@ public struct ListApplicationComponentsOutput: Swift.Sendable { public init( applicationComponentInfos: [MigrationHubStrategyClientTypes.ApplicationComponentDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationComponentInfos = applicationComponentInfos self.nextToken = nextToken } @@ -3136,8 +3069,7 @@ public struct ListCollectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3187,8 +3119,7 @@ extension MigrationHubStrategyClientTypes { authType: MigrationHubStrategyClientTypes.AuthType? = nil, ipAddressConfigurationTimeStamp: Swift.String? = nil, osType: MigrationHubStrategyClientTypes.OSType? = nil - ) - { + ) { self.authType = authType self.ipAddressConfigurationTimeStamp = ipAddressConfigurationTimeStamp self.osType = osType @@ -3234,8 +3165,7 @@ extension MigrationHubStrategyClientTypes { public init( pipelineConfigurationTimeStamp: Swift.String? = nil, pipelineType: MigrationHubStrategyClientTypes.PipelineType? = nil - ) - { + ) { self.pipelineConfigurationTimeStamp = pipelineConfigurationTimeStamp self.pipelineType = pipelineType } @@ -3251,8 +3181,7 @@ extension MigrationHubStrategyClientTypes { public init( remoteSourceCodeAnalysisServerConfigurationTimestamp: Swift.String? = nil - ) - { + ) { self.remoteSourceCodeAnalysisServerConfigurationTimestamp = remoteSourceCodeAnalysisServerConfigurationTimestamp } } @@ -3270,8 +3199,7 @@ extension MigrationHubStrategyClientTypes { public init( osType: MigrationHubStrategyClientTypes.OSType? = nil, vcenterConfigurationTimeStamp: Swift.String? = nil - ) - { + ) { self.osType = osType self.vcenterConfigurationTimeStamp = vcenterConfigurationTimeStamp } @@ -3322,8 +3250,7 @@ extension MigrationHubStrategyClientTypes { public init( versionControlConfigurationTimeStamp: Swift.String? = nil, versionControlType: MigrationHubStrategyClientTypes.VersionControlType? = nil - ) - { + ) { self.versionControlConfigurationTimeStamp = versionControlConfigurationTimeStamp self.versionControlType = versionControlType } @@ -3351,8 +3278,7 @@ extension MigrationHubStrategyClientTypes { remoteSourceCodeAnalysisServerInfo: MigrationHubStrategyClientTypes.RemoteSourceCodeAnalysisServerInfo? = nil, vcenterBasedRemoteInfoList: [MigrationHubStrategyClientTypes.VcenterBasedRemoteInfo]? = nil, versionControlInfoList: [MigrationHubStrategyClientTypes.VersionControlInfo]? = nil - ) - { + ) { self.ipAddressBasedRemoteInfoList = ipAddressBasedRemoteInfoList self.pipelineInfoList = pipelineInfoList self.remoteSourceCodeAnalysisServerInfo = remoteSourceCodeAnalysisServerInfo @@ -3392,8 +3318,7 @@ extension MigrationHubStrategyClientTypes { ipAddress: Swift.String? = nil, lastActivityTimeStamp: Swift.String? = nil, registeredTimeStamp: Swift.String? = nil - ) - { + ) { self.collectorHealth = collectorHealth self.collectorId = collectorId self.collectorVersion = collectorVersion @@ -3415,8 +3340,7 @@ public struct ListCollectorsOutput: Swift.Sendable { public init( collectors: [MigrationHubStrategyClientTypes.Collector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectors = collectors self.nextToken = nextToken } @@ -3431,8 +3355,7 @@ public struct ListImportFileTaskInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3477,8 +3400,7 @@ extension MigrationHubStrategyClientTypes { status: MigrationHubStrategyClientTypes.ImportFileTaskStatus? = nil, statusReportS3Bucket: Swift.String? = nil, statusReportS3Key: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.id = id self.importName = importName @@ -3503,8 +3425,7 @@ public struct ListImportFileTaskOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskInfos: [MigrationHubStrategyClientTypes.ImportFileTaskInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.taskInfos = taskInfos } @@ -3575,8 +3496,7 @@ public struct ListServersInput: Swift.Sendable { nextToken: Swift.String? = nil, serverCriteria: MigrationHubStrategyClientTypes.ServerCriteria? = nil, sort: MigrationHubStrategyClientTypes.SortOrder? = nil - ) - { + ) { self.filterValue = filterValue self.groupIdFilter = groupIdFilter self.maxResults = maxResults @@ -3595,8 +3515,7 @@ public struct ListServersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serverInfos: [MigrationHubStrategyClientTypes.ServerDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.serverInfos = serverInfos } @@ -3621,8 +3540,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3642,8 +3560,7 @@ public struct PutPortfolioPreferencesInput: Swift.Sendable { applicationPreferences: MigrationHubStrategyClientTypes.ApplicationPreferences? = nil, databasePreferences: MigrationHubStrategyClientTypes.DatabasePreferences? = nil, prioritizeBusinessGoals: MigrationHubStrategyClientTypes.PrioritizeBusinessGoals? = nil - ) - { + ) { self.applicationMode = applicationMode self.applicationPreferences = applicationPreferences self.databasePreferences = databasePreferences @@ -3675,8 +3592,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3696,8 +3612,7 @@ public struct StartAssessmentInput: Swift.Sendable { assessmentTargets: [MigrationHubStrategyClientTypes.AssessmentTarget]? = nil, s3bucketForAnalysisData: Swift.String? = nil, s3bucketForReportData: Swift.String? = nil - ) - { + ) { self.assessmentDataSourceType = assessmentDataSourceType self.assessmentTargets = assessmentTargets self.s3bucketForAnalysisData = s3bucketForAnalysisData @@ -3711,8 +3626,7 @@ public struct StartAssessmentOutput: Swift.Sendable { public init( assessmentId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId } } @@ -3776,8 +3690,7 @@ public struct StartImportFileTaskInput: Swift.Sendable { s3Bucket: Swift.String? = nil, s3bucketForReportData: Swift.String? = nil, s3key: Swift.String? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.groupId = groupId self.name = name @@ -3793,8 +3706,7 @@ public struct StartImportFileTaskOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3837,8 +3749,7 @@ public struct StartRecommendationReportGenerationInput: Swift.Sendable { public init( groupIdFilter: [MigrationHubStrategyClientTypes.Group]? = nil, outputFormat: MigrationHubStrategyClientTypes.OutputFormat? = nil - ) - { + ) { self.groupIdFilter = groupIdFilter self.outputFormat = outputFormat } @@ -3850,8 +3761,7 @@ public struct StartRecommendationReportGenerationOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3863,8 +3773,7 @@ public struct StopAssessmentInput: Swift.Sendable { public init( assessmentId: Swift.String? = nil - ) - { + ) { self.assessmentId = assessmentId } } @@ -3924,8 +3833,7 @@ extension MigrationHubStrategyClientTypes { projectName: Swift.String? = nil, sourceVersion: Swift.String? = nil, versionControl: MigrationHubStrategyClientTypes.VersionControl? = nil - ) - { + ) { self.location = location self.projectName = projectName self.sourceVersion = sourceVersion @@ -3952,8 +3860,7 @@ extension MigrationHubStrategyClientTypes { strategy: MigrationHubStrategyClientTypes.Strategy? = nil, targetDestination: MigrationHubStrategyClientTypes.TargetDestination? = nil, toolName: MigrationHubStrategyClientTypes.TransformationToolName? = nil - ) - { + ) { self.isPreferred = isPreferred self.strategy = strategy self.targetDestination = targetDestination @@ -3987,8 +3894,7 @@ public struct UpdateApplicationComponentConfigInput: Swift.Sendable { secretsManagerKey: Swift.String? = nil, sourceCodeList: [MigrationHubStrategyClientTypes.SourceCode]? = nil, strategyOption: MigrationHubStrategyClientTypes.StrategyOption? = nil - ) - { + ) { self.appType = appType self.applicationComponentId = applicationComponentId self.configureOnly = configureOnly @@ -4019,8 +3925,7 @@ public struct UpdateServerConfigInput: Swift.Sendable { public init( serverId: Swift.String? = nil, strategyOption: MigrationHubStrategyClientTypes.StrategyOption? = nil - ) - { + ) { self.serverId = serverId self.strategyOption = strategyOption } diff --git a/Sources/Services/AWSMq/Package.swift.txt b/Sources/Services/AWSMq/Package.swift.txt index 11e14566ec7..f07d2c8b4cb 100644 --- a/Sources/Services/AWSMq/Package.swift.txt +++ b/Sources/Services/AWSMq/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSMq/Sources/AWSMq/Models.swift b/Sources/Services/AWSMq/Sources/AWSMq/Models.swift index 7560fc48567..c072396b2eb 100644 --- a/Sources/Services/AWSMq/Sources/AWSMq/Models.swift +++ b/Sources/Services/AWSMq/Sources/AWSMq/Models.swift @@ -52,8 +52,7 @@ extension MqClientTypes { public init( actionRequiredCode: Swift.String? = nil, actionRequiredInfo: Swift.String? = nil - ) - { + ) { self.actionRequiredCode = actionRequiredCode self.actionRequiredInfo = actionRequiredInfo } @@ -69,8 +68,7 @@ extension MqClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -115,8 +113,7 @@ extension MqClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -134,8 +131,7 @@ extension MqClientTypes { public init( engineType: MqClientTypes.EngineType? = nil, engineVersions: [MqClientTypes.EngineVersion]? = nil - ) - { + ) { self.engineType = engineType self.engineVersions = engineVersions } @@ -157,8 +153,7 @@ extension MqClientTypes { consoleURL: Swift.String? = nil, endpoints: [Swift.String]? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.consoleURL = consoleURL self.endpoints = endpoints self.ipAddress = ipAddress @@ -253,8 +248,7 @@ extension MqClientTypes { storageType: MqClientTypes.BrokerStorageType? = nil, supportedDeploymentModes: [MqClientTypes.DeploymentMode]? = nil, supportedEngineVersions: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.engineType = engineType self.hostInstanceType = hostInstanceType @@ -342,8 +336,7 @@ extension MqClientTypes { deploymentMode: MqClientTypes.DeploymentMode? = nil, engineType: MqClientTypes.EngineType? = nil, hostInstanceType: Swift.String? = nil - ) - { + ) { self.brokerArn = brokerArn self.brokerId = brokerId self.brokerName = brokerName @@ -403,8 +396,7 @@ extension MqClientTypes { created: Foundation.Date? = nil, description: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.created = created self.description = description self.revision = revision @@ -457,8 +449,7 @@ extension MqClientTypes { latestRevision: MqClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.authenticationStrategy = authenticationStrategy self.created = created @@ -486,8 +477,7 @@ extension MqClientTypes { public init( id: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.id = id self.revision = revision } @@ -543,8 +533,7 @@ extension MqClientTypes { attributeName: Swift.String? = nil, elementName: Swift.String? = nil, reason: MqClientTypes.SanitizationWarningReason? = nil - ) - { + ) { self.attributeName = attributeName self.elementName = elementName self.reason = reason @@ -582,8 +571,7 @@ extension MqClientTypes { password: Swift.String? = nil, replicationUser: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.consoleAccess = consoleAccess self.groups = groups self.password = password @@ -639,8 +627,7 @@ extension MqClientTypes { public init( pendingChange: MqClientTypes.ChangeType? = nil, username: Swift.String? = nil - ) - { + ) { self.pendingChange = pendingChange self.username = username } @@ -669,8 +656,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -691,8 +677,7 @@ extension MqClientTypes { current: MqClientTypes.ConfigurationId? = nil, history: [MqClientTypes.ConfigurationId]? = nil, pending: MqClientTypes.ConfigurationId? = nil - ) - { + ) { self.current = current self.history = history self.pending = pending @@ -722,8 +707,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -751,8 +735,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -780,8 +763,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -809,8 +791,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -859,8 +840,7 @@ extension MqClientTypes { public init( kmsKeyId: Swift.String? = nil, useAwsOwnedKey: Swift.Bool? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.useAwsOwnedKey = useAwsOwnedKey } @@ -913,8 +893,7 @@ extension MqClientTypes { userRoleName: Swift.String? = nil, userSearchMatching: Swift.String? = nil, userSearchSubtree: Swift.Bool? = nil - ) - { + ) { self.hosts = hosts self.roleBase = roleBase self.roleName = roleName @@ -942,8 +921,7 @@ extension MqClientTypes { public init( audit: Swift.Bool? = nil, general: Swift.Bool? = nil - ) - { + ) { self.audit = audit self.general = general } @@ -1011,8 +989,7 @@ extension MqClientTypes { dayOfWeek: MqClientTypes.DayOfWeek? = nil, timeOfDay: Swift.String? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.dayOfWeek = dayOfWeek self.timeOfDay = timeOfDay self.timeZone = timeZone @@ -1093,8 +1070,7 @@ public struct CreateBrokerInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, users: [MqClientTypes.User]? = nil - ) - { + ) { self.authenticationStrategy = authenticationStrategy self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.brokerName = brokerName @@ -1128,8 +1104,7 @@ public struct CreateBrokerOutput: Swift.Sendable { public init( brokerArn: Swift.String? = nil, brokerId: Swift.String? = nil - ) - { + ) { self.brokerArn = brokerArn self.brokerId = brokerId } @@ -1156,8 +1131,7 @@ public struct CreateConfigurationInput: Swift.Sendable { engineVersion: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authenticationStrategy = authenticationStrategy self.engineType = engineType self.engineVersion = engineVersion @@ -1187,8 +1161,7 @@ public struct CreateConfigurationOutput: Swift.Sendable { id: Swift.String? = nil, latestRevision: MqClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.authenticationStrategy = authenticationStrategy self.created = created @@ -1220,8 +1193,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorAttribute: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorAttribute = errorAttribute self.properties.message = message } @@ -1238,8 +1210,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1270,8 +1241,7 @@ public struct CreateUserInput: Swift.Sendable { password: Swift.String? = nil, replicationUser: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.consoleAccess = consoleAccess self.groups = groups @@ -1300,8 +1270,7 @@ extension MqClientTypes { public init( brokerId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.region = region } @@ -1321,8 +1290,7 @@ extension MqClientTypes { public init( dataReplicationCounterpart: MqClientTypes.DataReplicationCounterpart? = nil, dataReplicationRole: Swift.String? = nil - ) - { + ) { self.dataReplicationCounterpart = dataReplicationCounterpart self.dataReplicationRole = dataReplicationRole } @@ -1336,8 +1304,7 @@ public struct DeleteBrokerInput: Swift.Sendable { public init( brokerId: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId } } @@ -1348,8 +1315,7 @@ public struct DeleteBrokerOutput: Swift.Sendable { public init( brokerId: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId } } @@ -1365,8 +1331,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1383,8 +1348,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( brokerId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.username = username } @@ -1402,8 +1366,7 @@ public struct DescribeBrokerInput: Swift.Sendable { public init( brokerId: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId } } @@ -1450,8 +1413,7 @@ extension MqClientTypes { userRoleName: Swift.String? = nil, userSearchMatching: Swift.String? = nil, userSearchSubtree: Swift.Bool? = nil - ) - { + ) { self.hosts = hosts self.roleBase = roleBase self.roleName = roleName @@ -1478,8 +1440,7 @@ extension MqClientTypes { public init( audit: Swift.Bool? = nil, general: Swift.Bool? = nil - ) - { + ) { self.audit = audit self.general = general } @@ -1509,8 +1470,7 @@ extension MqClientTypes { general: Swift.Bool? = nil, generalLogGroup: Swift.String? = nil, pending: MqClientTypes.PendingLogs? = nil - ) - { + ) { self.audit = audit self.auditLogGroup = auditLogGroup self.general = general @@ -1622,8 +1582,7 @@ public struct DescribeBrokerOutput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, users: [MqClientTypes.UserSummary]? = nil - ) - { + ) { self.actionsRequired = actionsRequired self.authenticationStrategy = authenticationStrategy self.autoMinorVersionUpgrade = autoMinorVersionUpgrade @@ -1672,8 +1631,7 @@ public struct DescribeBrokerEngineTypesInput: Swift.Sendable { engineType: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engineType = engineType self.maxResults = maxResults self.nextToken = nextToken @@ -1692,8 +1650,7 @@ public struct DescribeBrokerEngineTypesOutput: Swift.Sendable { brokerEngineTypes: [MqClientTypes.BrokerEngineType]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.brokerEngineTypes = brokerEngineTypes self.maxResults = maxResults self.nextToken = nextToken @@ -1718,8 +1675,7 @@ public struct DescribeBrokerInstanceOptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, storageType: Swift.String? = nil - ) - { + ) { self.engineType = engineType self.hostInstanceType = hostInstanceType self.maxResults = maxResults @@ -1740,8 +1696,7 @@ public struct DescribeBrokerInstanceOptionsOutput: Swift.Sendable { brokerInstanceOptions: [MqClientTypes.BrokerInstanceOption]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.brokerInstanceOptions = brokerInstanceOptions self.maxResults = maxResults self.nextToken = nextToken @@ -1755,8 +1710,7 @@ public struct DescribeConfigurationInput: Swift.Sendable { public init( configurationId: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId } } @@ -1794,8 +1748,7 @@ public struct DescribeConfigurationOutput: Swift.Sendable { latestRevision: MqClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.authenticationStrategy = authenticationStrategy self.created = created @@ -1820,8 +1773,7 @@ public struct DescribeConfigurationRevisionInput: Swift.Sendable { public init( configurationId: Swift.String? = nil, configurationRevision: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.configurationRevision = configurationRevision } @@ -1842,8 +1794,7 @@ public struct DescribeConfigurationRevisionOutput: Swift.Sendable { created: Foundation.Date? = nil, data: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.created = created self.data = data @@ -1862,8 +1813,7 @@ public struct DescribeUserInput: Swift.Sendable { public init( brokerId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.username = username } @@ -1885,8 +1835,7 @@ extension MqClientTypes { consoleAccess: Swift.Bool? = nil, groups: [Swift.String]? = nil, pendingChange: MqClientTypes.ChangeType? = nil - ) - { + ) { self.consoleAccess = consoleAccess self.groups = groups self.pendingChange = pendingChange @@ -1915,8 +1864,7 @@ public struct DescribeUserOutput: Swift.Sendable { pending: MqClientTypes.UserPendingChanges? = nil, replicationUser: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.consoleAccess = consoleAccess self.groups = groups @@ -1935,8 +1883,7 @@ public struct ListBrokersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1951,8 +1898,7 @@ public struct ListBrokersOutput: Swift.Sendable { public init( brokerSummaries: [MqClientTypes.BrokerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.brokerSummaries = brokerSummaries self.nextToken = nextToken } @@ -1971,8 +1917,7 @@ public struct ListConfigurationRevisionsInput: Swift.Sendable { configurationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.maxResults = maxResults self.nextToken = nextToken @@ -1994,8 +1939,7 @@ public struct ListConfigurationRevisionsOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, revisions: [MqClientTypes.ConfigurationRevision]? = nil - ) - { + ) { self.configurationId = configurationId self.maxResults = maxResults self.nextToken = nextToken @@ -2012,8 +1956,7 @@ public struct ListConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2031,8 +1974,7 @@ public struct ListConfigurationsOutput: Swift.Sendable { configurations: [MqClientTypes.Configuration]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurations = configurations self.maxResults = maxResults self.nextToken = nextToken @@ -2046,8 +1988,7 @@ public struct ListTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2058,8 +1999,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2077,8 +2017,7 @@ public struct ListUsersInput: Swift.Sendable { brokerId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.maxResults = maxResults self.nextToken = nextToken @@ -2100,8 +2039,7 @@ public struct ListUsersOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, users: [MqClientTypes.UserSummary]? = nil - ) - { + ) { self.brokerId = brokerId self.maxResults = maxResults self.nextToken = nextToken @@ -2151,8 +2089,7 @@ public struct PromoteInput: Swift.Sendable { public init( brokerId: Swift.String? = nil, mode: MqClientTypes.PromoteMode? = nil - ) - { + ) { self.brokerId = brokerId self.mode = mode } @@ -2164,8 +2101,7 @@ public struct PromoteOutput: Swift.Sendable { public init( brokerId: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId } } @@ -2177,8 +2113,7 @@ public struct RebootBrokerInput: Swift.Sendable { public init( brokerId: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId } } @@ -2226,8 +2161,7 @@ public struct UpdateBrokerInput: Swift.Sendable { logs: MqClientTypes.Logs? = nil, maintenanceWindowStartTime: MqClientTypes.WeeklyStartTime? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.authenticationStrategy = authenticationStrategy self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.brokerId = brokerId @@ -2287,8 +2221,7 @@ public struct UpdateBrokerOutput: Swift.Sendable { pendingDataReplicationMetadata: MqClientTypes.DataReplicationMetadataOutput? = nil, pendingDataReplicationMode: MqClientTypes.DataReplicationMode? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.authenticationStrategy = authenticationStrategy self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.brokerId = brokerId @@ -2321,8 +2254,7 @@ public struct UpdateConfigurationInput: Swift.Sendable { configurationId: Swift.String? = nil, data: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId self.data = data self.description = description @@ -2350,8 +2282,7 @@ public struct UpdateConfigurationOutput: Swift.Sendable { latestRevision: MqClientTypes.ConfigurationRevision? = nil, name: Swift.String? = nil, warnings: [MqClientTypes.SanitizationWarning]? = nil - ) - { + ) { self.arn = arn self.created = created self.id = id @@ -2385,8 +2316,7 @@ public struct UpdateUserInput: Swift.Sendable { password: Swift.String? = nil, replicationUser: Swift.Bool? = nil, username: Swift.String? = nil - ) - { + ) { self.brokerId = brokerId self.consoleAccess = consoleAccess self.groups = groups diff --git a/Sources/Services/AWSMq/Sources/AWSMq/MqClient.swift b/Sources/Services/AWSMq/Sources/AWSMq/MqClient.swift index e3010a657d8..f708b022e18 100644 --- a/Sources/Services/AWSMq/Sources/AWSMq/MqClient.swift +++ b/Sources/Services/AWSMq/Sources/AWSMq/MqClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class MqClient: ClientRuntime.Client { public static let clientName = "MqClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: MqClient.MqClientConfiguration let serviceName = "mq" diff --git a/Sources/Services/AWSNeptune/Package.swift.txt b/Sources/Services/AWSNeptune/Package.swift.txt index a8e553f165a..f6eec2e6b94 100644 --- a/Sources/Services/AWSNeptune/Package.swift.txt +++ b/Sources/Services/AWSNeptune/Package.swift.txt @@ -41,11 +41,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,31 +53,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNeptune/Sources/AWSNeptune/Models.swift b/Sources/Services/AWSNeptune/Sources/AWSNeptune/Models.swift index fcea78b61f9..c30d0012296 100644 --- a/Sources/Services/AWSNeptune/Sources/AWSNeptune/Models.swift +++ b/Sources/Services/AWSNeptune/Sources/AWSNeptune/Models.swift @@ -80,8 +80,7 @@ public struct DBClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -105,8 +104,7 @@ public struct DBClusterRoleAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +128,7 @@ public struct DBClusterRoleQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -155,8 +152,7 @@ public struct InvalidDBClusterStateFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +171,7 @@ public struct AddRoleToDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.featureName = featureName self.roleArn = roleArn @@ -202,8 +197,7 @@ public struct SourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +221,7 @@ public struct SubscriptionNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -252,8 +245,7 @@ public struct AddSourceIdentifierToSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -295,8 +287,7 @@ extension NeptuneClientTypes { sourceType: Swift.String? = nil, status: Swift.String? = nil, subscriptionCreationTime: Swift.String? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -317,8 +308,7 @@ public struct AddSourceIdentifierToSubscriptionOutput: Swift.Sendable { public init( eventSubscription: NeptuneClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -342,8 +332,7 @@ public struct DBInstanceNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -367,8 +356,7 @@ public struct DBSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -385,8 +373,7 @@ extension NeptuneClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -404,8 +391,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -430,8 +416,7 @@ public struct ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -457,8 +442,7 @@ public struct ApplyPendingMaintenanceActionInput: Swift.Sendable { applyAction: Swift.String? = nil, optInType: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.applyAction = applyAction self.optInType = optInType self.resourceIdentifier = resourceIdentifier @@ -489,8 +473,7 @@ extension NeptuneClientTypes { description: Swift.String? = nil, forcedApplyDate: Foundation.Date? = nil, optInStatus: Swift.String? = nil - ) - { + ) { self.action = action self.autoAppliedAfterDate = autoAppliedAfterDate self.currentApplyDate = currentApplyDate @@ -513,8 +496,7 @@ extension NeptuneClientTypes { public init( pendingMaintenanceActionDetails: [NeptuneClientTypes.PendingMaintenanceAction]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.pendingMaintenanceActionDetails = pendingMaintenanceActionDetails self.resourceIdentifier = resourceIdentifier } @@ -527,8 +509,7 @@ public struct ApplyPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceActions: NeptuneClientTypes.ResourcePendingMaintenanceActions? = nil - ) - { + ) { self.resourcePendingMaintenanceActions = resourcePendingMaintenanceActions } } @@ -552,8 +533,7 @@ public struct DBParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -577,8 +557,7 @@ public struct DBParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -602,8 +581,7 @@ public struct DBParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -643,8 +621,7 @@ public struct CopyDBClusterParameterGroupInput: Swift.Sendable { tags: [NeptuneClientTypes.Tag]? = nil, targetDBClusterParameterGroupDescription: Swift.String? = nil, targetDBClusterParameterGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceDBClusterParameterGroupIdentifier = sourceDBClusterParameterGroupIdentifier self.tags = tags self.targetDBClusterParameterGroupDescription = targetDBClusterParameterGroupDescription @@ -670,8 +647,7 @@ extension NeptuneClientTypes { dbClusterParameterGroupName: Swift.String? = nil, dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupArn = dbClusterParameterGroupArn self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily @@ -686,8 +662,7 @@ public struct CopyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: NeptuneClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -711,8 +686,7 @@ public struct DBClusterSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -736,8 +710,7 @@ public struct DBClusterSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -761,8 +734,7 @@ public struct InvalidDBClusterSnapshotStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -786,8 +758,7 @@ public struct KMSKeyNotAccessibleFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -811,8 +782,7 @@ public struct SnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -856,8 +826,7 @@ public struct CopyDBClusterSnapshotInput: Swift.Sendable { sourceDBClusterSnapshotIdentifier: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil, targetDBClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.copyTags = copyTags self.kmsKeyId = kmsKeyId self.preSignedUrl = preSignedUrl @@ -936,8 +905,7 @@ extension NeptuneClientTypes { storageEncrypted: Swift.Bool? = nil, storageType: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZones = availabilityZones self.clusterCreateTime = clusterCreateTime @@ -969,8 +937,7 @@ public struct CopyDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: NeptuneClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -1008,8 +975,7 @@ public struct CopyDBParameterGroupInput: Swift.Sendable { tags: [NeptuneClientTypes.Tag]? = nil, targetDBParameterGroupDescription: Swift.String? = nil, targetDBParameterGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceDBParameterGroupIdentifier = sourceDBParameterGroupIdentifier self.tags = tags self.targetDBParameterGroupDescription = targetDBParameterGroupDescription @@ -1035,8 +1001,7 @@ extension NeptuneClientTypes { dbParameterGroupFamily: Swift.String? = nil, dbParameterGroupName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.dbParameterGroupArn = dbParameterGroupArn self.dbParameterGroupFamily = dbParameterGroupFamily self.dbParameterGroupName = dbParameterGroupName @@ -1051,8 +1016,7 @@ public struct CopyDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroup: NeptuneClientTypes.DBParameterGroup? = nil - ) - { + ) { self.dbParameterGroup = dbParameterGroup } } @@ -1076,8 +1040,7 @@ public struct DBClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1101,8 +1064,7 @@ public struct DBClusterParameterGroupNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1126,8 +1088,7 @@ public struct DBClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1151,8 +1112,7 @@ public struct DBSubnetGroupDoesNotCoverEnoughAZs: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1176,8 +1136,7 @@ public struct DBSubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1201,8 +1160,7 @@ public struct GlobalClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1226,8 +1184,7 @@ public struct InsufficientStorageClusterCapacityFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1251,8 +1208,7 @@ public struct InvalidDBInstanceStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1276,8 +1232,7 @@ public struct InvalidDBSubnetGroupStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1301,8 +1256,7 @@ public struct InvalidGlobalClusterStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1326,8 +1280,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1351,8 +1304,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1376,8 +1328,7 @@ public struct StorageQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1394,8 +1345,7 @@ extension NeptuneClientTypes { public init( maxCapacity: Swift.Double? = nil, minCapacity: Swift.Double? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity } @@ -1529,8 +1479,7 @@ public struct CreateDBClusterInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backupRetentionPeriod = backupRetentionPeriod self.characterSetName = characterSetName @@ -1583,8 +1532,7 @@ extension NeptuneClientTypes { featureName: Swift.String? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.featureName = featureName self.roleArn = roleArn self.status = status @@ -1610,8 +1558,7 @@ extension NeptuneClientTypes { dbInstanceIdentifier: Swift.String? = nil, isClusterWriter: Swift.Bool? = nil, promotionTier: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupStatus = dbClusterParameterGroupStatus self.dbInstanceIdentifier = dbInstanceIdentifier self.isClusterWriter = isClusterWriter @@ -1632,8 +1579,7 @@ extension NeptuneClientTypes { public init( dbClusterOptionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbClusterOptionGroupName = dbClusterOptionGroupName self.status = status } @@ -1652,8 +1598,7 @@ extension NeptuneClientTypes { public init( logTypesToDisable: [Swift.String]? = nil, logTypesToEnable: [Swift.String]? = nil - ) - { + ) { self.logTypesToDisable = logTypesToDisable self.logTypesToEnable = logTypesToEnable } @@ -1690,8 +1635,7 @@ extension NeptuneClientTypes { iops: Swift.Int? = nil, pendingCloudwatchLogsExports: NeptuneClientTypes.PendingCloudwatchLogsExports? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.backupRetentionPeriod = backupRetentionPeriod self.dbClusterIdentifier = dbClusterIdentifier @@ -1716,8 +1660,7 @@ extension NeptuneClientTypes { public init( maxCapacity: Swift.Double? = nil, minCapacity: Swift.Double? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity } @@ -1736,8 +1679,7 @@ extension NeptuneClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -1885,8 +1827,7 @@ extension NeptuneClientTypes { storageEncrypted: Swift.Bool? = nil, storageType: Swift.String? = nil, vpcSecurityGroups: [NeptuneClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.associatedRoles = associatedRoles self.automaticRestartTime = automaticRestartTime @@ -1942,8 +1883,7 @@ public struct CreateDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -1967,8 +1907,7 @@ public struct DBClusterEndpointAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1992,8 +1931,7 @@ public struct DBClusterEndpointQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2022,8 +1960,7 @@ public struct CreateDBClusterEndpointInput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.dbClusterIdentifier = dbClusterIdentifier self.endpointType = endpointType @@ -2078,8 +2015,7 @@ public struct CreateDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -2116,8 +2052,7 @@ public struct CreateDBClusterParameterGroupInput: Swift.Sendable { dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily self.description = description @@ -2131,8 +2066,7 @@ public struct CreateDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: NeptuneClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -2165,8 +2099,7 @@ public struct CreateDBClusterSnapshotInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.tags = tags @@ -2179,8 +2112,7 @@ public struct CreateDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: NeptuneClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -2204,8 +2136,7 @@ public struct AuthorizationNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2229,8 +2160,7 @@ public struct DBInstanceAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2254,8 +2184,7 @@ public struct DBSecurityGroupNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2279,8 +2208,7 @@ public struct DomainNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2304,8 +2232,7 @@ public struct InstanceQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2329,8 +2256,7 @@ public struct InsufficientDBInstanceCapacityFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2354,8 +2280,7 @@ public struct OptionGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2379,8 +2304,7 @@ public struct ProvisionedIopsNotAvailableInAZFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2404,8 +2328,7 @@ public struct StorageTypeNotSupportedFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2566,8 +2489,7 @@ public struct CreateDBInstanceInput: Swift.Sendable { tdeCredentialPassword: Swift.String? = nil, timezone: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -2639,8 +2561,7 @@ extension NeptuneClientTypes { public init( dbParameterGroupName: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameterApplyStatus = parameterApplyStatus } @@ -2659,8 +2580,7 @@ extension NeptuneClientTypes { public init( dbSecurityGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbSecurityGroupName = dbSecurityGroupName self.status = status } @@ -2676,8 +2596,7 @@ extension NeptuneClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2698,8 +2617,7 @@ extension NeptuneClientTypes { subnetAvailabilityZone: NeptuneClientTypes.AvailabilityZone? = nil, subnetIdentifier: Swift.String? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetStatus = subnetStatus @@ -2731,8 +2649,7 @@ extension NeptuneClientTypes { subnetGroupStatus: Swift.String? = nil, subnets: [NeptuneClientTypes.Subnet]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupArn = dbSubnetGroupArn self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName @@ -2761,8 +2678,7 @@ extension NeptuneClientTypes { fqdn: Swift.String? = nil, iamRoleName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.domain = domain self.fqdn = fqdn self.iamRoleName = iamRoleName @@ -2786,8 +2702,7 @@ extension NeptuneClientTypes { address: Swift.String? = nil, hostedZoneId: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.hostedZoneId = hostedZoneId self.port = port @@ -2807,8 +2722,7 @@ extension NeptuneClientTypes { public init( optionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.optionGroupName = optionGroupName self.status = status } @@ -2863,8 +2777,7 @@ extension NeptuneClientTypes { pendingCloudwatchLogsExports: NeptuneClientTypes.PendingCloudwatchLogsExports? = nil, port: Swift.Int? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.backupRetentionPeriod = backupRetentionPeriod self.caCertificateIdentifier = caCertificateIdentifier @@ -2901,8 +2814,7 @@ extension NeptuneClientTypes { normal: Swift.Bool? = nil, status: Swift.String? = nil, statusType: Swift.String? = nil - ) - { + ) { self.message = message self.normal = normal self.status = status @@ -3077,8 +2989,7 @@ extension NeptuneClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcSecurityGroups: [NeptuneClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -3142,8 +3053,7 @@ public struct CreateDBInstanceOutput: Swift.Sendable { public init( dbInstance: NeptuneClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -3175,8 +3085,7 @@ public struct CreateDBParameterGroupInput: Swift.Sendable { dbParameterGroupName: Swift.String? = nil, description: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.dbParameterGroupName = dbParameterGroupName self.description = description @@ -3190,8 +3099,7 @@ public struct CreateDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroup: NeptuneClientTypes.DBParameterGroup? = nil - ) - { + ) { self.dbParameterGroup = dbParameterGroup } } @@ -3215,8 +3123,7 @@ public struct DBSubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3240,8 +3147,7 @@ public struct DBSubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3265,8 +3171,7 @@ public struct DBSubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3289,8 +3194,7 @@ public struct CreateDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -3304,8 +3208,7 @@ public struct CreateDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: NeptuneClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -3329,8 +3232,7 @@ public struct EventSubscriptionQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3354,8 +3256,7 @@ public struct SNSInvalidTopicFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3379,8 +3280,7 @@ public struct SNSNoAuthorizationFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3404,8 +3304,7 @@ public struct SNSTopicArnNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3429,8 +3328,7 @@ public struct SubscriptionAlreadyExistFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3454,8 +3352,7 @@ public struct SubscriptionCategoryNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3496,8 +3393,7 @@ public struct CreateEventSubscriptionInput: Swift.Sendable { sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -3514,8 +3410,7 @@ public struct CreateEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: NeptuneClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -3539,8 +3434,7 @@ public struct GlobalClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3564,8 +3458,7 @@ public struct GlobalClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3592,8 +3485,7 @@ public struct CreateGlobalClusterInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, sourceDBClusterIdentifier: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.engine = engine self.engineVersion = engineVersion @@ -3618,8 +3510,7 @@ extension NeptuneClientTypes { dbClusterArn: Swift.String? = nil, isWriter: Swift.Bool? = nil, readers: [Swift.String]? = nil - ) - { + ) { self.dbClusterArn = dbClusterArn self.isWriter = isWriter self.readers = readers @@ -3660,8 +3551,7 @@ extension NeptuneClientTypes { globalClusterResourceId: Swift.String? = nil, status: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.engine = engine self.engineVersion = engineVersion @@ -3681,8 +3571,7 @@ public struct CreateGlobalClusterOutput: Swift.Sendable { public init( globalCluster: NeptuneClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -3708,8 +3597,7 @@ public struct DeleteDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier self.skipFinalSnapshot = skipFinalSnapshot @@ -3722,8 +3610,7 @@ public struct DeleteDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -3747,8 +3634,7 @@ public struct DBClusterEndpointNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3772,8 +3658,7 @@ public struct InvalidDBClusterEndpointStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3785,8 +3670,7 @@ public struct DeleteDBClusterEndpointInput: Swift.Sendable { public init( dbClusterEndpointIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier } } @@ -3836,8 +3720,7 @@ public struct DeleteDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -3870,8 +3753,7 @@ public struct InvalidDBParameterGroupStateFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3889,8 +3771,7 @@ public struct DeleteDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -3902,8 +3783,7 @@ public struct DeleteDBClusterSnapshotInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -3914,8 +3794,7 @@ public struct DeleteDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: NeptuneClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -3939,8 +3818,7 @@ public struct DBSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3968,8 +3846,7 @@ public struct DeleteDBInstanceInput: Swift.Sendable { dbInstanceIdentifier: Swift.String? = nil, finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier self.skipFinalSnapshot = skipFinalSnapshot @@ -3982,8 +3859,7 @@ public struct DeleteDBInstanceOutput: Swift.Sendable { public init( dbInstance: NeptuneClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -4001,8 +3877,7 @@ public struct DeleteDBParameterGroupInput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -4026,8 +3901,7 @@ public struct InvalidDBSubnetStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4039,8 +3913,7 @@ public struct DeleteDBSubnetGroupInput: Swift.Sendable { public init( dbSubnetGroupName: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName } } @@ -4064,8 +3937,7 @@ public struct InvalidEventSubscriptionStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4077,8 +3949,7 @@ public struct DeleteEventSubscriptionInput: Swift.Sendable { public init( subscriptionName: Swift.String? = nil - ) - { + ) { self.subscriptionName = subscriptionName } } @@ -4089,8 +3960,7 @@ public struct DeleteEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: NeptuneClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -4102,8 +3972,7 @@ public struct DeleteGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier } } @@ -4114,8 +3983,7 @@ public struct DeleteGlobalClusterOutput: Swift.Sendable { public init( globalCluster: NeptuneClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -4134,8 +4002,7 @@ extension NeptuneClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4160,8 +4027,7 @@ public struct DescribeDBClusterEndpointsInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters @@ -4217,8 +4083,7 @@ extension NeptuneClientTypes { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -4242,8 +4107,7 @@ public struct DescribeDBClusterEndpointsOutput: Swift.Sendable { public init( dbClusterEndpoints: [NeptuneClientTypes.DBClusterEndpoint]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterEndpoints = dbClusterEndpoints self.marker = marker } @@ -4266,8 +4130,7 @@ public struct DescribeDBClusterParameterGroupsInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -4284,8 +4147,7 @@ public struct DescribeDBClusterParameterGroupsOutput: Swift.Sendable { public init( dbClusterParameterGroups: [NeptuneClientTypes.DBClusterParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroups = dbClusterParameterGroups self.marker = marker } @@ -4312,8 +4174,7 @@ public struct DescribeDBClusterParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -4387,8 +4248,7 @@ extension NeptuneClientTypes { parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyMethod = applyMethod self.applyType = applyType @@ -4412,8 +4272,7 @@ public struct DescribeDBClusterParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -4443,8 +4302,7 @@ public struct DescribeDBClustersInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters self.marker = marker @@ -4461,8 +4319,7 @@ public struct DescribeDBClustersOutput: Swift.Sendable { public init( dbClusters: [NeptuneClientTypes.DBCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusters = dbClusters self.marker = marker } @@ -4475,8 +4332,7 @@ public struct DescribeDBClusterSnapshotAttributesInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -4493,8 +4349,7 @@ extension NeptuneClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -4513,8 +4368,7 @@ extension NeptuneClientTypes { public init( dbClusterSnapshotAttributes: [NeptuneClientTypes.DBClusterSnapshotAttribute]? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotAttributes = dbClusterSnapshotAttributes self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } @@ -4527,8 +4381,7 @@ public struct DescribeDBClusterSnapshotAttributesOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: NeptuneClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -4577,8 +4430,7 @@ public struct DescribeDBClusterSnapshotsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.filters = filters @@ -4599,8 +4451,7 @@ public struct DescribeDBClusterSnapshotsOutput: Swift.Sendable { public init( dbClusterSnapshots: [NeptuneClientTypes.DBClusterSnapshot]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshots = dbClusterSnapshots self.marker = marker } @@ -4638,8 +4489,7 @@ public struct DescribeDBEngineVersionsInput: Swift.Sendable { listSupportedTimezones: Swift.Bool? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.defaultOnly = defaultOnly self.engine = engine @@ -4664,8 +4514,7 @@ extension NeptuneClientTypes { public init( characterSetDescription: Swift.String? = nil, characterSetName: Swift.String? = nil - ) - { + ) { self.characterSetDescription = characterSetDescription self.characterSetName = characterSetName } @@ -4681,8 +4530,7 @@ extension NeptuneClientTypes { public init( timezoneName: Swift.String? = nil - ) - { + ) { self.timezoneName = timezoneName } } @@ -4712,8 +4560,7 @@ extension NeptuneClientTypes { engineVersion: Swift.String? = nil, isMajorVersionUpgrade: Swift.Bool? = nil, supportsGlobalDatabases: Swift.Bool? = nil - ) - { + ) { self.autoUpgrade = autoUpgrade self.description = description self.engine = engine @@ -4769,8 +4616,7 @@ extension NeptuneClientTypes { supportsLogExportsToCloudwatchLogs: Swift.Bool? = nil, supportsReadReplica: Swift.Bool? = nil, validUpgradeTarget: [NeptuneClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.dbEngineDescription = dbEngineDescription self.dbEngineVersionDescription = dbEngineVersionDescription self.dbParameterGroupFamily = dbParameterGroupFamily @@ -4797,8 +4643,7 @@ public struct DescribeDBEngineVersionsOutput: Swift.Sendable { public init( dbEngineVersions: [NeptuneClientTypes.DBEngineVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbEngineVersions = dbEngineVersions self.marker = marker } @@ -4828,8 +4673,7 @@ public struct DescribeDBInstancesInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.filters = filters self.marker = marker @@ -4846,8 +4690,7 @@ public struct DescribeDBInstancesOutput: Swift.Sendable { public init( dbInstances: [NeptuneClientTypes.DBInstance]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbInstances = dbInstances self.marker = marker } @@ -4870,8 +4713,7 @@ public struct DescribeDBParameterGroupsInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.filters = filters self.marker = marker @@ -4888,8 +4730,7 @@ public struct DescribeDBParameterGroupsOutput: Swift.Sendable { public init( dbParameterGroups: [NeptuneClientTypes.DBParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbParameterGroups = dbParameterGroups self.marker = marker } @@ -4916,8 +4757,7 @@ public struct DescribeDBParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.filters = filters self.marker = marker @@ -4935,8 +4775,7 @@ public struct DescribeDBParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -4957,8 +4796,7 @@ public struct DescribeDBSubnetGroupsInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName self.filters = filters self.marker = marker @@ -4975,8 +4813,7 @@ public struct DescribeDBSubnetGroupsOutput: Swift.Sendable { public init( dbSubnetGroups: [NeptuneClientTypes.DBSubnetGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSubnetGroups = dbSubnetGroups self.marker = marker } @@ -4998,8 +4835,7 @@ public struct DescribeEngineDefaultClusterParametersInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.filters = filters self.marker = marker @@ -5022,8 +4858,7 @@ extension NeptuneClientTypes { dbParameterGroupFamily: Swift.String? = nil, marker: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.marker = marker self.parameters = parameters @@ -5037,8 +4872,7 @@ public struct DescribeEngineDefaultClusterParametersOutput: Swift.Sendable { public init( engineDefaults: NeptuneClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -5059,8 +4893,7 @@ public struct DescribeEngineDefaultParametersInput: Swift.Sendable { filters: [NeptuneClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.filters = filters self.marker = marker @@ -5074,8 +4907,7 @@ public struct DescribeEngineDefaultParametersOutput: Swift.Sendable { public init( engineDefaults: NeptuneClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -5089,8 +4921,7 @@ public struct DescribeEventCategoriesInput: Swift.Sendable { public init( filters: [NeptuneClientTypes.Filter]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.filters = filters self.sourceType = sourceType } @@ -5108,8 +4939,7 @@ extension NeptuneClientTypes { public init( eventCategories: [Swift.String]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.eventCategories = eventCategories self.sourceType = sourceType } @@ -5122,8 +4952,7 @@ public struct DescribeEventCategoriesOutput: Swift.Sendable { public init( eventCategoriesMapList: [NeptuneClientTypes.EventCategoriesMap]? = nil - ) - { + ) { self.eventCategoriesMapList = eventCategoriesMapList } } @@ -5211,8 +5040,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: NeptuneClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.eventCategories = eventCategories @@ -5249,8 +5077,7 @@ extension NeptuneClientTypes { sourceArn: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: NeptuneClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.eventCategories = eventCategories self.message = message @@ -5270,8 +5097,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [NeptuneClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -5292,8 +5118,7 @@ public struct DescribeEventSubscriptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -5310,8 +5135,7 @@ public struct DescribeEventSubscriptionsOutput: Swift.Sendable { public init( eventSubscriptionsList: [NeptuneClientTypes.EventSubscription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.eventSubscriptionsList = eventSubscriptionsList self.marker = marker } @@ -5329,8 +5153,7 @@ public struct DescribeGlobalClustersInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -5346,8 +5169,7 @@ public struct DescribeGlobalClustersOutput: Swift.Sendable { public init( globalClusters: [NeptuneClientTypes.GlobalCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.globalClusters = globalClusters self.marker = marker } @@ -5381,8 +5203,7 @@ public struct DescribeOrderableDBInstanceOptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass self.engine = engine self.engineVersion = engineVersion @@ -5463,8 +5284,7 @@ extension NeptuneClientTypes { supportsPerformanceInsights: Swift.Bool? = nil, supportsStorageEncryption: Swift.Bool? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dbInstanceClass = dbInstanceClass self.engine = engine @@ -5499,8 +5319,7 @@ public struct DescribeOrderableDBInstanceOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, orderableDBInstanceOptions: [NeptuneClientTypes.OrderableDBInstanceOption]? = nil - ) - { + ) { self.marker = marker self.orderableDBInstanceOptions = orderableDBInstanceOptions } @@ -5525,8 +5344,7 @@ public struct DescribePendingMaintenanceActionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -5543,8 +5361,7 @@ public struct DescribePendingMaintenanceActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, pendingMaintenanceActions: [NeptuneClientTypes.ResourcePendingMaintenanceActions]? = nil - ) - { + ) { self.marker = marker self.pendingMaintenanceActions = pendingMaintenanceActions } @@ -5557,8 +5374,7 @@ public struct DescribeValidDBInstanceModificationsInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier } } @@ -5575,8 +5391,7 @@ extension NeptuneClientTypes { public init( from: Swift.Double? = nil, to: Swift.Double? = nil - ) - { + ) { self.from = from self.to = to } @@ -5598,8 +5413,7 @@ extension NeptuneClientTypes { from: Swift.Int? = nil, step: Swift.Int? = nil, to: Swift.Int? = nil - ) - { + ) { self.from = from self.step = step self.to = to @@ -5625,8 +5439,7 @@ extension NeptuneClientTypes { provisionedIops: [NeptuneClientTypes.Range]? = nil, storageSize: [NeptuneClientTypes.Range]? = nil, storageType: Swift.String? = nil - ) - { + ) { self.iopsToStorageRatio = iopsToStorageRatio self.provisionedIops = provisionedIops self.storageSize = storageSize @@ -5644,8 +5457,7 @@ extension NeptuneClientTypes { public init( storage: [NeptuneClientTypes.ValidStorageOptions]? = nil - ) - { + ) { self.storage = storage } } @@ -5657,8 +5469,7 @@ public struct DescribeValidDBInstanceModificationsOutput: Swift.Sendable { public init( validDBInstanceModificationsMessage: NeptuneClientTypes.ValidDBInstanceModificationsMessage? = nil - ) - { + ) { self.validDBInstanceModificationsMessage = validDBInstanceModificationsMessage } } @@ -5674,8 +5485,7 @@ public struct FailoverDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, targetDBInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.targetDBInstanceIdentifier = targetDBInstanceIdentifier } @@ -5687,8 +5497,7 @@ public struct FailoverDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5704,8 +5513,7 @@ public struct FailoverGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil, targetDbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier self.targetDbClusterIdentifier = targetDbClusterIdentifier } @@ -5717,8 +5525,7 @@ public struct FailoverGlobalClusterOutput: Swift.Sendable { public init( globalCluster: NeptuneClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -5733,8 +5540,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( filters: [NeptuneClientTypes.Filter]? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.filters = filters self.resourceName = resourceName } @@ -5746,8 +5552,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [NeptuneClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -5771,8 +5576,7 @@ public struct InvalidDBSecurityGroupStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5789,8 +5593,7 @@ extension NeptuneClientTypes { public init( disableLogTypes: [Swift.String]? = nil, enableLogTypes: [Swift.String]? = nil - ) - { + ) { self.disableLogTypes = disableLogTypes self.enableLogTypes = enableLogTypes } @@ -5893,8 +5696,7 @@ public struct ModifyDBClusterInput: Swift.Sendable { serverlessV2ScalingConfiguration: NeptuneClientTypes.ServerlessV2ScalingConfiguration? = nil, storageType: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.applyImmediately = applyImmediately self.backupRetentionPeriod = backupRetentionPeriod @@ -5924,8 +5726,7 @@ public struct ModifyDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5946,8 +5747,7 @@ public struct ModifyDBClusterEndpointInput: Swift.Sendable { endpointType: Swift.String? = nil, excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.endpointType = endpointType self.excludedMembers = excludedMembers @@ -6000,8 +5800,7 @@ public struct ModifyDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -6026,8 +5825,7 @@ public struct ModifyDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters } @@ -6048,8 +5846,7 @@ public struct ModifyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -6073,8 +5870,7 @@ public struct SharedSnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6096,8 +5892,7 @@ public struct ModifyDBClusterSnapshotAttributeInput: Swift.Sendable { dbClusterSnapshotIdentifier: Swift.String? = nil, valuesToAdd: [Swift.String]? = nil, valuesToRemove: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.valuesToAdd = valuesToAdd @@ -6111,8 +5906,7 @@ public struct ModifyDBClusterSnapshotAttributeOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: NeptuneClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -6136,8 +5930,7 @@ public struct CertificateNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6161,8 +5954,7 @@ public struct DBUpgradeDependencyFailureFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6306,8 +6098,7 @@ public struct ModifyDBInstanceInput: Swift.Sendable { tdeCredentialArn: Swift.String? = nil, tdeCredentialPassword: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.applyImmediately = applyImmediately @@ -6359,8 +6150,7 @@ public struct ModifyDBInstanceOutput: Swift.Sendable { public init( dbInstance: NeptuneClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -6378,8 +6168,7 @@ public struct ModifyDBParameterGroupInput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameters = parameters } @@ -6391,8 +6180,7 @@ public struct ModifyDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -6416,8 +6204,7 @@ public struct SubnetAlreadyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6436,8 +6223,7 @@ public struct ModifyDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupDescription: Swift.String? = nil, dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -6450,8 +6236,7 @@ public struct ModifyDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: NeptuneClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -6475,8 +6260,7 @@ public struct ModifyEventSubscriptionInput: Swift.Sendable { snsTopicArn: Swift.String? = nil, sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -6491,8 +6275,7 @@ public struct ModifyEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: NeptuneClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -6525,8 +6308,7 @@ public struct ModifyGlobalClusterInput: Swift.Sendable { engineVersion: Swift.String? = nil, globalClusterIdentifier: Swift.String? = nil, newGlobalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.deletionProtection = deletionProtection self.engineVersion = engineVersion @@ -6541,8 +6323,7 @@ public struct ModifyGlobalClusterOutput: Swift.Sendable { public init( globalCluster: NeptuneClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -6554,8 +6335,7 @@ public struct PromoteReadReplicaDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -6566,8 +6346,7 @@ public struct PromoteReadReplicaDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -6584,8 +6363,7 @@ public struct RebootDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil, forceFailover: Swift.Bool? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.forceFailover = forceFailover } @@ -6597,8 +6375,7 @@ public struct RebootDBInstanceOutput: Swift.Sendable { public init( dbInstance: NeptuneClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -6614,8 +6391,7 @@ public struct RemoveFromGlobalClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.globalClusterIdentifier = globalClusterIdentifier } @@ -6627,8 +6403,7 @@ public struct RemoveFromGlobalClusterOutput: Swift.Sendable { public init( globalCluster: NeptuneClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -6652,8 +6427,7 @@ public struct DBClusterRoleNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6672,8 +6446,7 @@ public struct RemoveRoleFromDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.featureName = featureName self.roleArn = roleArn @@ -6691,8 +6464,7 @@ public struct RemoveSourceIdentifierFromSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -6704,8 +6476,7 @@ public struct RemoveSourceIdentifierFromSubscriptionOutput: Swift.Sendable { public init( eventSubscription: NeptuneClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -6721,8 +6492,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -6741,8 +6511,7 @@ public struct ResetDBClusterParameterGroupInput: Swift.Sendable { dbClusterParameterGroupName: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -6764,8 +6533,7 @@ public struct ResetDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -6785,8 +6553,7 @@ public struct ResetDBParameterGroupInput: Swift.Sendable { dbParameterGroupName: Swift.String? = nil, parameters: [NeptuneClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -6799,8 +6566,7 @@ public struct ResetDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -6824,8 +6590,7 @@ public struct InsufficientDBClusterCapacityFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6849,8 +6614,7 @@ public struct InvalidDBSnapshotStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6874,8 +6638,7 @@ public struct InvalidRestoreFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6960,8 +6723,7 @@ public struct RestoreDBClusterFromSnapshotInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [NeptuneClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.copyTagsToSnapshot = copyTagsToSnapshot self.databaseName = databaseName @@ -6990,8 +6752,7 @@ public struct RestoreDBClusterFromSnapshotOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -7087,8 +6848,7 @@ public struct RestoreDBClusterToPointInTimeInput: Swift.Sendable { tags: [NeptuneClientTypes.Tag]? = nil, useLatestRestorableTime: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbSubnetGroupName = dbSubnetGroupName @@ -7115,8 +6875,7 @@ public struct RestoreDBClusterToPointInTimeOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -7128,8 +6887,7 @@ public struct StartDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -7140,8 +6898,7 @@ public struct StartDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -7153,8 +6910,7 @@ public struct StopDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -7165,8 +6921,7 @@ public struct StopDBClusterOutput: Swift.Sendable { public init( dbCluster: NeptuneClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } diff --git a/Sources/Services/AWSNeptune/Sources/AWSNeptune/NeptuneClient.swift b/Sources/Services/AWSNeptune/Sources/AWSNeptune/NeptuneClient.swift index 9dcb1692407..a49b174cd4e 100644 --- a/Sources/Services/AWSNeptune/Sources/AWSNeptune/NeptuneClient.swift +++ b/Sources/Services/AWSNeptune/Sources/AWSNeptune/NeptuneClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NeptuneClient: ClientRuntime.Client { public static let clientName = "NeptuneClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NeptuneClient.NeptuneClientConfiguration let serviceName = "Neptune" diff --git a/Sources/Services/AWSNeptuneGraph/Package.swift.txt b/Sources/Services/AWSNeptuneGraph/Package.swift.txt index ffd78090fa9..a9477a71bdb 100644 --- a/Sources/Services/AWSNeptuneGraph/Package.swift.txt +++ b/Sources/Services/AWSNeptuneGraph/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/Models.swift b/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/Models.swift index df5c752143d..28af2e4bcd6 100644 --- a/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/Models.swift +++ b/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/Models.swift @@ -59,8 +59,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -85,8 +84,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -111,8 +109,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -210,8 +206,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: NeptuneGraphClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -228,8 +223,7 @@ public struct CancelQueryInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.queryId = queryId } @@ -284,8 +278,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, reason: NeptuneGraphClientTypes.ConflictExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -352,8 +345,7 @@ public struct UnprocessableException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, reason: NeptuneGraphClientTypes.UnprocessableExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -473,8 +465,7 @@ public struct ExecuteQueryInput: Swift.Sendable { planCache: NeptuneGraphClientTypes.PlanCacheType? = nil, queryString: Swift.String? = nil, queryTimeoutMilliseconds: Swift.Int? = nil - ) - { + ) { self.explainMode = explainMode self.graphIdentifier = graphIdentifier self.language = language @@ -492,8 +483,7 @@ public struct ExecuteQueryOutput: Swift.Sendable { public init( payload: Smithy.ByteStream? = nil - ) - { + ) { self.payload = payload } } @@ -537,8 +527,7 @@ public struct GetGraphSummaryInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, mode: NeptuneGraphClientTypes.GraphSummaryMode? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.mode = mode } @@ -556,8 +545,7 @@ extension NeptuneGraphClientTypes { public init( count: Swift.Int? = nil, edgeProperties: [Swift.String]? = nil - ) - { + ) { self.count = count self.edgeProperties = edgeProperties } @@ -579,8 +567,7 @@ extension NeptuneGraphClientTypes { count: Swift.Int? = nil, distinctOutgoingEdgeLabels: [Swift.String]? = nil, nodeProperties: [Swift.String]? = nil - ) - { + ) { self.count = count self.distinctOutgoingEdgeLabels = distinctOutgoingEdgeLabels self.nodeProperties = nodeProperties @@ -636,8 +623,7 @@ extension NeptuneGraphClientTypes { numNodes: Swift.Int? = nil, totalEdgePropertyValues: Swift.Int? = nil, totalNodePropertyValues: Swift.Int? = nil - ) - { + ) { self.edgeLabels = edgeLabels self.edgeProperties = edgeProperties self.edgeStructures = edgeStructures @@ -668,8 +654,7 @@ public struct GetGraphSummaryOutput: Swift.Sendable { graphSummary: NeptuneGraphClientTypes.GraphDataSummary? = nil, lastStatisticsComputationTime: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.graphSummary = graphSummary self.lastStatisticsComputationTime = lastStatisticsComputationTime self.version = version @@ -687,8 +672,7 @@ public struct GetQueryInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.queryId = queryId } @@ -744,8 +728,7 @@ public struct GetQueryOutput: Swift.Sendable { queryString: Swift.String? = nil, state: NeptuneGraphClientTypes.QueryState? = nil, waited: Swift.Int? = nil - ) - { + ) { self.elapsed = elapsed self.id = id self.queryString = queryString @@ -785,8 +768,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -805,8 +787,7 @@ extension NeptuneGraphClientTypes { public init( dimension: Swift.Int? = nil - ) - { + ) { self.dimension = dimension } } @@ -841,8 +822,7 @@ public struct CreateGraphInput: Swift.Sendable { replicaCount: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.graphName = graphName self.kmsKeyIdentifier = kmsKeyIdentifier @@ -952,8 +932,7 @@ public struct CreateGraphOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -983,8 +962,7 @@ public struct DeleteGraphInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, skipSnapshot: Swift.Bool? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.skipSnapshot = skipSnapshot } @@ -1041,8 +1019,7 @@ public struct DeleteGraphOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -1068,8 +1045,7 @@ public struct GetGraphInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier } } @@ -1125,8 +1101,7 @@ public struct GetGraphOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -1154,8 +1129,7 @@ public struct ListGraphsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1200,8 +1174,7 @@ extension NeptuneGraphClientTypes { publicConnectivity: Swift.Bool? = nil, replicaCount: Swift.Int? = nil, status: NeptuneGraphClientTypes.GraphStatus? = nil - ) - { + ) { self.arn = arn self.deletionProtection = deletionProtection self.endpoint = endpoint @@ -1226,8 +1199,7 @@ public struct ListGraphsOutput: Swift.Sendable { public init( graphs: [NeptuneGraphClientTypes.GraphSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphs = graphs self.nextToken = nextToken } @@ -1244,8 +1216,7 @@ public struct ResetGraphInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, skipSnapshot: Swift.Bool? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.skipSnapshot = skipSnapshot } @@ -1302,8 +1273,7 @@ public struct ResetGraphOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -1348,8 +1318,7 @@ public struct RestoreGraphFromSnapshotInput: Swift.Sendable { replicaCount: Swift.Int? = nil, snapshotIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.graphName = graphName self.provisionedMemory = provisionedMemory @@ -1411,8 +1380,7 @@ public struct RestoreGraphFromSnapshotOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -1447,8 +1415,7 @@ public struct UpdateGraphInput: Swift.Sendable { graphIdentifier: Swift.String? = nil, provisionedMemory: Swift.Int? = nil, publicConnectivity: Swift.Bool? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.graphIdentifier = graphIdentifier self.provisionedMemory = provisionedMemory @@ -1507,8 +1474,7 @@ public struct UpdateGraphOutput: Swift.Sendable { status: NeptuneGraphClientTypes.GraphStatus? = nil, statusReason: Swift.String? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.arn = arn self.buildNumber = buildNumber self.createTime = createTime @@ -1576,8 +1542,7 @@ public struct ListQueriesInput: Swift.Sendable { graphIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, state: NeptuneGraphClientTypes.QueryStateInput? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.maxResults = maxResults self.state = state @@ -1605,8 +1570,7 @@ extension NeptuneGraphClientTypes { queryString: Swift.String? = nil, state: NeptuneGraphClientTypes.QueryState? = nil, waited: Swift.Int? = nil - ) - { + ) { self.elapsed = elapsed self.id = id self.queryString = queryString @@ -1623,8 +1587,7 @@ public struct ListQueriesOutput: Swift.Sendable { public init( queries: [NeptuneGraphClientTypes.QuerySummary]? = nil - ) - { + ) { self.queries = queries } } @@ -1636,8 +1599,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1648,8 +1610,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1670,8 +1631,7 @@ public struct CreatePrivateGraphEndpointInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.subnetIds = subnetIds self.vpcId = vpcId @@ -1732,8 +1692,7 @@ public struct CreatePrivateGraphEndpointOutput: Swift.Sendable { subnetIds: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.status = status self.subnetIds = subnetIds self.vpcEndpointId = vpcEndpointId @@ -1752,8 +1711,7 @@ public struct DeletePrivateGraphEndpointInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.vpcId = vpcId } @@ -1777,8 +1735,7 @@ public struct DeletePrivateGraphEndpointOutput: Swift.Sendable { subnetIds: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.status = status self.subnetIds = subnetIds self.vpcEndpointId = vpcEndpointId @@ -1797,8 +1754,7 @@ public struct GetPrivateGraphEndpointInput: Swift.Sendable { public init( graphIdentifier: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.vpcId = vpcId } @@ -1822,8 +1778,7 @@ public struct GetPrivateGraphEndpointOutput: Swift.Sendable { subnetIds: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.status = status self.subnetIds = subnetIds self.vpcEndpointId = vpcEndpointId @@ -1844,8 +1799,7 @@ public struct ListPrivateGraphEndpointsInput: Swift.Sendable { graphIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1873,8 +1827,7 @@ extension NeptuneGraphClientTypes { subnetIds: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.status = status self.subnetIds = subnetIds self.vpcEndpointId = vpcEndpointId @@ -1893,8 +1846,7 @@ public struct ListPrivateGraphEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, privateGraphEndpoints: [NeptuneGraphClientTypes.PrivateGraphEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.privateGraphEndpoints = privateGraphEndpoints } @@ -1914,8 +1866,7 @@ public struct CreateGraphSnapshotInput: Swift.Sendable { graphIdentifier: Swift.String? = nil, snapshotName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.snapshotName = snapshotName self.tags = tags @@ -1984,8 +1935,7 @@ public struct CreateGraphSnapshotOutput: Swift.Sendable { snapshotCreateTime: Foundation.Date? = nil, sourceGraphId: Swift.String? = nil, status: NeptuneGraphClientTypes.SnapshotStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.kmsKeyIdentifier = kmsKeyIdentifier @@ -2003,8 +1953,7 @@ public struct DeleteGraphSnapshotInput: Swift.Sendable { public init( snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.snapshotIdentifier = snapshotIdentifier } } @@ -2036,8 +1985,7 @@ public struct DeleteGraphSnapshotOutput: Swift.Sendable { snapshotCreateTime: Foundation.Date? = nil, sourceGraphId: Swift.String? = nil, status: NeptuneGraphClientTypes.SnapshotStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.kmsKeyIdentifier = kmsKeyIdentifier @@ -2055,8 +2003,7 @@ public struct GetGraphSnapshotInput: Swift.Sendable { public init( snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.snapshotIdentifier = snapshotIdentifier } } @@ -2088,8 +2035,7 @@ public struct GetGraphSnapshotOutput: Swift.Sendable { snapshotCreateTime: Foundation.Date? = nil, sourceGraphId: Swift.String? = nil, status: NeptuneGraphClientTypes.SnapshotStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.kmsKeyIdentifier = kmsKeyIdentifier @@ -2112,8 +2058,7 @@ public struct ListGraphSnapshotsInput: Swift.Sendable { graphIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphIdentifier = graphIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -2150,8 +2095,7 @@ extension NeptuneGraphClientTypes { snapshotCreateTime: Foundation.Date? = nil, sourceGraphId: Swift.String? = nil, status: NeptuneGraphClientTypes.SnapshotStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.kmsKeyIdentifier = kmsKeyIdentifier @@ -2173,8 +2117,7 @@ public struct ListGraphSnapshotsOutput: Swift.Sendable { public init( graphSnapshots: [NeptuneGraphClientTypes.GraphSnapshotSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.graphSnapshots = graphSnapshots self.nextToken = nextToken } @@ -2191,8 +2134,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2210,8 +2152,7 @@ public struct CancelExportTaskInput: Swift.Sendable { public init( taskIdentifier: Swift.String? = nil - ) - { + ) { self.taskIdentifier = taskIdentifier } } @@ -2352,8 +2293,7 @@ public struct CancelExportTaskOutput: Swift.Sendable { status: NeptuneGraphClientTypes.ExportTaskStatus? = nil, statusReason: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.destination = destination self.format = format self.graphId = graphId @@ -2373,8 +2313,7 @@ public struct CancelImportTaskInput: Swift.Sendable { public init( taskIdentifier: Swift.String? = nil - ) - { + ) { self.taskIdentifier = taskIdentifier } } @@ -2498,8 +2437,7 @@ public struct CancelImportTaskOutput: Swift.Sendable { source: Swift.String? = nil, status: NeptuneGraphClientTypes.ImportTaskStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.format = format self.graphId = graphId self.parquetType = parquetType @@ -2556,8 +2494,7 @@ extension NeptuneGraphClientTypes { preserveEdgeIds: Swift.Bool? = nil, s3ExportKmsKeyId: Swift.String? = nil, s3ExportPath: Swift.String? = nil - ) - { + ) { self.preserveDefaultVertexLabels = preserveDefaultVertexLabels self.preserveEdgeIds = preserveEdgeIds self.s3ExportKmsKeyId = s3ExportKmsKeyId @@ -2630,8 +2567,7 @@ public struct CreateGraphUsingImportTaskInput: Swift.Sendable { source: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vectorSearchConfiguration: NeptuneGraphClientTypes.VectorSearchConfiguration? = nil - ) - { + ) { self.blankNodeHandling = blankNodeHandling self.deletionProtection = deletionProtection self.failOnError = failOnError @@ -2682,8 +2618,7 @@ public struct CreateGraphUsingImportTaskOutput: Swift.Sendable { source: Swift.String? = nil, status: NeptuneGraphClientTypes.ImportTaskStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.format = format self.graphId = graphId self.importOptions = importOptions @@ -2702,8 +2637,7 @@ public struct GetExportTaskInput: Swift.Sendable { public init( taskIdentifier: Swift.String? = nil - ) - { + ) { self.taskIdentifier = taskIdentifier } } @@ -2752,8 +2686,7 @@ extension NeptuneGraphClientTypes { multiValueHandling: NeptuneGraphClientTypes.MultiValueHandlingType? = .pickFirst, outputType: Swift.String? = nil, sourcePropertyName: Swift.String? = nil - ) - { + ) { self.multiValueHandling = multiValueHandling self.outputType = outputType self.sourcePropertyName = sourcePropertyName @@ -2770,8 +2703,7 @@ extension NeptuneGraphClientTypes { public init( properties: [Swift.String: NeptuneGraphClientTypes.ExportFilterPropertyAttributes]? = nil - ) - { + ) { self.properties = properties } } @@ -2789,8 +2721,7 @@ extension NeptuneGraphClientTypes { public init( edgeFilter: [Swift.String: NeptuneGraphClientTypes.ExportFilterElement]? = nil, vertexFilter: [Swift.String: NeptuneGraphClientTypes.ExportFilterElement]? = nil - ) - { + ) { self.edgeFilter = edgeFilter self.vertexFilter = vertexFilter } @@ -2821,8 +2752,7 @@ extension NeptuneGraphClientTypes { progressPercentage: Swift.Int? = nil, startTime: Foundation.Date? = nil, timeElapsedSeconds: Swift.Int? = nil - ) - { + ) { self.numEdgesWritten = numEdgesWritten self.numVerticesWritten = numVerticesWritten self.progressPercentage = progressPercentage @@ -2875,8 +2805,7 @@ public struct GetExportTaskOutput: Swift.Sendable { status: NeptuneGraphClientTypes.ExportTaskStatus? = nil, statusReason: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.destination = destination self.exportFilter = exportFilter self.exportTaskDetails = exportTaskDetails @@ -2898,8 +2827,7 @@ public struct GetImportTaskInput: Swift.Sendable { public init( taskIdentifier: Swift.String? = nil - ) - { + ) { self.taskIdentifier = taskIdentifier } } @@ -2941,8 +2869,7 @@ extension NeptuneGraphClientTypes { statementCount: Swift.Int? = nil, status: Swift.String? = nil, timeElapsedSeconds: Swift.Int? = nil - ) - { + ) { self.dictionaryEntryCount = dictionaryEntryCount self.errorCount = errorCount self.errorDetails = errorDetails @@ -3015,8 +2942,7 @@ public struct GetImportTaskOutput: Swift.Sendable { status: NeptuneGraphClientTypes.ImportTaskStatus? = nil, statusReason: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.attemptNumber = attemptNumber self.format = format self.graphId = graphId @@ -3040,8 +2966,7 @@ public struct ListExportTasksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3087,8 +3012,7 @@ extension NeptuneGraphClientTypes { status: NeptuneGraphClientTypes.ExportTaskStatus? = nil, statusReason: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.destination = destination self.format = format self.graphId = graphId @@ -3112,8 +3036,7 @@ public struct ListExportTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [NeptuneGraphClientTypes.ExportTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -3128,8 +3051,7 @@ public struct ListImportTasksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3166,8 +3088,7 @@ extension NeptuneGraphClientTypes { source: Swift.String? = nil, status: NeptuneGraphClientTypes.ImportTaskStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.format = format self.graphId = graphId self.parquetType = parquetType @@ -3189,8 +3110,7 @@ public struct ListImportTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [NeptuneGraphClientTypes.ImportTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -3228,8 +3148,7 @@ public struct StartExportTaskInput: Swift.Sendable { parquetType: NeptuneGraphClientTypes.ParquetType? = nil, roleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destination = destination self.exportFilter = exportFilter self.format = format @@ -3281,8 +3200,7 @@ public struct StartExportTaskOutput: Swift.Sendable { status: NeptuneGraphClientTypes.ExportTaskStatus? = nil, statusReason: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.destination = destination self.exportFilter = exportFilter self.format = format @@ -3326,8 +3244,7 @@ public struct StartImportTaskInput: Swift.Sendable { parquetType: NeptuneGraphClientTypes.ParquetType? = nil, roleArn: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.blankNodeHandling = blankNodeHandling self.failOnError = failOnError self.format = format @@ -3370,8 +3287,7 @@ public struct StartImportTaskOutput: Swift.Sendable { source: Swift.String? = nil, status: NeptuneGraphClientTypes.ImportTaskStatus? = nil, taskId: Swift.String? = nil - ) - { + ) { self.format = format self.graphId = graphId self.importOptions = importOptions @@ -3394,8 +3310,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/NeptuneGraphClient.swift b/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/NeptuneGraphClient.swift index d0e0d962361..413e9d3dc54 100644 --- a/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/NeptuneGraphClient.swift +++ b/Sources/Services/AWSNeptuneGraph/Sources/AWSNeptuneGraph/NeptuneGraphClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NeptuneGraphClient: ClientRuntime.Client { public static let clientName = "NeptuneGraphClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NeptuneGraphClient.NeptuneGraphClientConfiguration let serviceName = "Neptune Graph" diff --git a/Sources/Services/AWSNeptunedata/Package.swift.txt b/Sources/Services/AWSNeptunedata/Package.swift.txt index faa28afa8bd..806f3531ff0 100644 --- a/Sources/Services/AWSNeptunedata/Package.swift.txt +++ b/Sources/Services/AWSNeptunedata/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/Models.swift b/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/Models.swift index 89c0e87f71c..2c503c35b26 100644 --- a/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/Models.swift +++ b/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/Models.swift @@ -85,8 +85,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -150,8 +149,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -186,8 +184,7 @@ public struct ClientTimeoutException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -222,8 +219,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -258,8 +254,7 @@ public struct ConstraintViolationException: ClientRuntime.ModeledError, AWSClien code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -294,8 +289,7 @@ public struct FailureByQueryException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -330,8 +324,7 @@ public struct IllegalArgumentException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -366,8 +359,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -402,8 +394,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -438,8 +429,7 @@ public struct MissingParameterException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -474,8 +464,7 @@ public struct ParsingException: ClientRuntime.ModeledError, AWSClientRuntime.AWS code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -510,8 +499,7 @@ public struct PreconditionsFailedException: ClientRuntime.ModeledError, AWSClien code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -546,8 +534,7 @@ public struct TimeLimitExceededException: ClientRuntime.ModeledError, AWSClientR code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -582,8 +569,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -618,8 +604,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -633,8 +618,7 @@ public struct CancelGremlinQueryInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -645,8 +629,7 @@ public struct CancelGremlinQueryOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -679,8 +662,7 @@ public struct BulkLoadIdNotFoundException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -715,8 +697,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -751,8 +732,7 @@ public struct LoadUrlAccessDeniedException: ClientRuntime.ModeledError, AWSClien code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -766,8 +746,7 @@ public struct CancelLoaderJobInput: Swift.Sendable { public init( loadId: Swift.String? = nil - ) - { + ) { self.loadId = loadId } } @@ -778,8 +757,7 @@ public struct CancelLoaderJobOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -812,8 +790,7 @@ public struct MLResourceNotFoundException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -833,8 +810,7 @@ public struct CancelMLDataProcessingJobInput: Swift.Sendable { clean: Swift.Bool? = nil, id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.clean = clean self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn @@ -847,8 +823,7 @@ public struct CancelMLDataProcessingJobOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -866,8 +841,7 @@ public struct CancelMLModelTrainingJobInput: Swift.Sendable { clean: Swift.Bool? = nil, id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.clean = clean self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn @@ -880,8 +854,7 @@ public struct CancelMLModelTrainingJobOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -899,8 +872,7 @@ public struct CancelMLModelTransformJobInput: Swift.Sendable { clean: Swift.Bool? = nil, id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.clean = clean self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn @@ -913,8 +885,7 @@ public struct CancelMLModelTransformJobOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -947,8 +918,7 @@ public struct InvalidNumericDataException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -965,8 +935,7 @@ public struct CancelOpenCypherQueryInput: Swift.Sendable { public init( queryId: Swift.String? = nil, silent: Swift.Bool? = nil - ) - { + ) { self.queryId = queryId self.silent = silent } @@ -981,8 +950,7 @@ public struct CancelOpenCypherQueryOutput: Swift.Sendable { public init( payload: Swift.Bool? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -1018,8 +986,7 @@ public struct CreateMLEndpointInput: Swift.Sendable { neptuneIamRoleArn: Swift.String? = nil, update: Swift.Bool? = nil, volumeEncryptionKMSKey: Swift.String? = nil - ) - { + ) { self.id = id self.instanceCount = instanceCount self.instanceType = instanceType @@ -1044,8 +1011,7 @@ public struct CreateMLEndpointOutput: Swift.Sendable { arn: Swift.String? = nil, creationTimeInMillis: Swift.Int? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimeInMillis = creationTimeInMillis self.id = id @@ -1065,8 +1031,7 @@ public struct DeleteMLEndpointInput: Swift.Sendable { clean: Swift.Bool? = nil, id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.clean = clean self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn @@ -1079,8 +1044,7 @@ public struct DeleteMLEndpointOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -1113,8 +1077,7 @@ public struct ReadOnlyViolationException: ClientRuntime.ModeledError, AWSClientR code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1149,8 +1112,7 @@ public struct StatisticsNotAvailableException: ClientRuntime.ModeledError, AWSCl code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1169,8 +1131,7 @@ extension NeptunedataClientTypes { public init( active: Swift.Bool? = nil, statisticsId: Swift.String? = nil - ) - { + ) { self.active = active self.statisticsId = statisticsId } @@ -1189,8 +1150,7 @@ public struct DeletePropertygraphStatisticsOutput: Swift.Sendable { payload: NeptunedataClientTypes.DeleteStatisticsValueMap? = nil, status: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.payload = payload self.status = status self.statusCode = statusCode @@ -1209,8 +1169,7 @@ public struct DeleteSparqlStatisticsOutput: Swift.Sendable { payload: NeptunedataClientTypes.DeleteStatisticsValueMap? = nil, status: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.payload = payload self.status = status self.statusCode = statusCode @@ -1245,8 +1204,7 @@ public struct MethodNotAllowedException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1281,8 +1239,7 @@ public struct ServerShutdownException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1303,8 +1260,7 @@ public struct ExecuteFastResetInput: Swift.Sendable { public init( action: NeptunedataClientTypes.Action? = nil, token: Swift.String? = nil - ) - { + ) { self.action = action self.token = token } @@ -1319,8 +1275,7 @@ extension NeptunedataClientTypes { public init( token: Swift.String? = nil - ) - { + ) { self.token = token } } @@ -1336,8 +1291,7 @@ public struct ExecuteFastResetOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.FastResetToken? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -1371,8 +1325,7 @@ public struct CancelledByUserException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1407,8 +1360,7 @@ public struct MalformedQueryException: ClientRuntime.ModeledError, AWSClientRunt code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1443,8 +1395,7 @@ public struct MemoryLimitExceededException: ClientRuntime.ModeledError, AWSClien code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1479,8 +1430,7 @@ public struct QueryLimitExceededException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1515,8 +1465,7 @@ public struct QueryLimitException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1551,8 +1500,7 @@ public struct QueryTooLargeException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -1566,8 +1514,7 @@ public struct ExecuteGremlinExplainQueryInput: Swift.Sendable { public init( gremlinQuery: Swift.String? = nil - ) - { + ) { self.gremlinQuery = gremlinQuery } } @@ -1578,8 +1525,7 @@ public struct ExecuteGremlinExplainQueryOutput: Swift.Sendable { public init( output: Foundation.Data? = nil - ) - { + ) { self.output = output } } @@ -1603,8 +1549,7 @@ public struct ExecuteGremlinProfileQueryInput: Swift.Sendable { indexOps: Swift.Bool? = nil, results: Swift.Bool? = nil, serializer: Swift.String? = nil - ) - { + ) { self.chop = chop self.gremlinQuery = gremlinQuery self.indexOps = indexOps @@ -1619,8 +1564,7 @@ public struct ExecuteGremlinProfileQueryOutput: Swift.Sendable { public init( output: Foundation.Data? = nil - ) - { + ) { self.output = output } } @@ -1635,8 +1579,7 @@ public struct ExecuteGremlinQueryInput: Swift.Sendable { public init( gremlinQuery: Swift.String? = nil, serializer: Swift.String? = nil - ) - { + ) { self.gremlinQuery = gremlinQuery self.serializer = serializer } @@ -1657,8 +1600,7 @@ extension NeptunedataClientTypes { attributes: Smithy.Document? = nil, code: Swift.Int? = nil, message: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.code = code self.message = message @@ -1681,8 +1623,7 @@ public struct ExecuteGremlinQueryOutput: Swift.Sendable { requestId: Swift.String? = nil, result: Smithy.Document? = nil, status: NeptunedataClientTypes.GremlinQueryStatusAttributes? = nil - ) - { + ) { self.meta = meta self.requestId = requestId self.result = result @@ -1736,8 +1677,7 @@ public struct ExecuteOpenCypherExplainQueryInput: Swift.Sendable { explainMode: NeptunedataClientTypes.OpenCypherExplainMode? = nil, openCypherQuery: Swift.String? = nil, parameters: Swift.String? = nil - ) - { + ) { self.explainMode = explainMode self.openCypherQuery = openCypherQuery self.parameters = parameters @@ -1751,8 +1691,7 @@ public struct ExecuteOpenCypherExplainQueryOutput: Swift.Sendable { public init( results: Foundation.Data? = nil - ) - { + ) { self.results = results } } @@ -1767,8 +1706,7 @@ public struct ExecuteOpenCypherQueryInput: Swift.Sendable { public init( openCypherQuery: Swift.String? = nil, parameters: Swift.String? = nil - ) - { + ) { self.openCypherQuery = openCypherQuery self.parameters = parameters } @@ -1781,8 +1719,7 @@ public struct ExecuteOpenCypherQueryOutput: Swift.Sendable { public init( results: Smithy.Document? = nil - ) - { + ) { self.results = results } } @@ -1797,8 +1734,7 @@ extension NeptunedataClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -1846,8 +1782,7 @@ public struct GetEngineStatusOutput: Swift.Sendable { sparql: NeptunedataClientTypes.QueryLanguageVersion? = nil, startTime: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbEngineVersion = dbEngineVersion self.dfeQueryEngine = dfeQueryEngine self.features = features @@ -1871,8 +1806,7 @@ public struct GetGremlinQueryStatusInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -1895,8 +1829,7 @@ extension NeptunedataClientTypes { elapsed: Swift.Int? = nil, subqueries: Smithy.Document? = nil, waited: Swift.Int? = nil - ) - { + ) { self.cancelled = cancelled self.elapsed = elapsed self.subqueries = subqueries @@ -1917,8 +1850,7 @@ public struct GetGremlinQueryStatusOutput: Swift.Sendable { queryEvalStats: NeptunedataClientTypes.QueryEvalStats? = nil, queryId: Swift.String? = nil, queryString: Swift.String? = nil - ) - { + ) { self.queryEvalStats = queryEvalStats self.queryId = queryId self.queryString = queryString @@ -1944,8 +1876,7 @@ public struct GetLoaderJobStatusInput: Swift.Sendable { errorsPerPage: Swift.Int? = nil, loadId: Swift.String? = nil, page: Swift.Int? = nil - ) - { + ) { self.details = details self.errors = errors self.errorsPerPage = errorsPerPage @@ -1965,8 +1896,7 @@ public struct GetLoaderJobStatusOutput: Swift.Sendable { public init( payload: Smithy.Document? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -1982,8 +1912,7 @@ public struct GetMLDataProcessingJobInput: Swift.Sendable { public init( id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -2013,8 +1942,7 @@ extension NeptunedataClientTypes { name: Swift.String? = nil, outputLocation: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.cloudwatchLogUrl = cloudwatchLogUrl self.failureReason = failureReason @@ -2037,8 +1965,7 @@ public struct GetMLDataProcessingJobOutput: Swift.Sendable { id: Swift.String? = nil, processingJob: NeptunedataClientTypes.MlResourceDefinition? = nil, status: Swift.String? = nil - ) - { + ) { self.id = id self.processingJob = processingJob self.status = status @@ -2055,8 +1982,7 @@ public struct GetMLEndpointInput: Swift.Sendable { public init( id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -2074,8 +2000,7 @@ extension NeptunedataClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -2097,8 +2022,7 @@ public struct GetMLEndpointOutput: Swift.Sendable { endpointConfig: NeptunedataClientTypes.MlConfigDefinition? = nil, id: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.endpointConfig = endpointConfig self.id = id @@ -2116,8 +2040,7 @@ public struct GetMLModelTrainingJobInput: Swift.Sendable { public init( id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -2144,8 +2067,7 @@ public struct GetMLModelTrainingJobOutput: Swift.Sendable { modelTransformJob: NeptunedataClientTypes.MlResourceDefinition? = nil, processingJob: NeptunedataClientTypes.MlResourceDefinition? = nil, status: Swift.String? = nil - ) - { + ) { self.hpoJob = hpoJob self.id = id self.mlModels = mlModels @@ -2165,8 +2087,7 @@ public struct GetMLModelTransformJobInput: Swift.Sendable { public init( id: Swift.String? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.id = id self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -2190,8 +2111,7 @@ public struct GetMLModelTransformJobOutput: Swift.Sendable { models: [NeptunedataClientTypes.MlConfigDefinition]? = nil, remoteModelTransformJob: NeptunedataClientTypes.MlResourceDefinition? = nil, status: Swift.String? = nil - ) - { + ) { self.baseProcessingJob = baseProcessingJob self.id = id self.models = models @@ -2207,8 +2127,7 @@ public struct GetOpenCypherQueryStatusInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -2225,8 +2144,7 @@ public struct GetOpenCypherQueryStatusOutput: Swift.Sendable { queryEvalStats: NeptunedataClientTypes.QueryEvalStats? = nil, queryId: Swift.String? = nil, queryString: Swift.String? = nil - ) - { + ) { self.queryEvalStats = queryEvalStats self.queryId = queryId self.queryString = queryString @@ -2248,8 +2166,7 @@ extension NeptunedataClientTypes { instanceCount: Swift.Int? = nil, predicateCount: Swift.Int? = nil, signatureCount: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.predicateCount = predicateCount self.signatureCount = signatureCount @@ -2287,8 +2204,7 @@ extension NeptunedataClientTypes { note: Swift.String? = nil, signatureInfo: NeptunedataClientTypes.StatisticsSummary? = nil, statisticsId: Swift.String? = nil - ) - { + ) { self.active = active self.autoCompute = autoCompute self.date = date @@ -2310,8 +2226,7 @@ public struct GetPropertygraphStatisticsOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.Statistics? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -2345,8 +2260,7 @@ public struct ExpiredStreamException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -2381,8 +2295,7 @@ public struct StreamRecordsNotFoundException: ClientRuntime.ModeledError, AWSCli code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -2417,8 +2330,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -2512,8 +2424,7 @@ public struct GetPropertygraphStreamInput: Swift.Sendable { iteratorType: NeptunedataClientTypes.IteratorType? = nil, limit: Swift.Int? = nil, opNum: Swift.Int? = nil - ) - { + ) { self.commitNum = commitNum self.encoding = encoding self.iteratorType = iteratorType @@ -2558,8 +2469,7 @@ extension NeptunedataClientTypes { to: Swift.String? = nil, type: Swift.String? = nil, value: Smithy.Document? = nil - ) - { + ) { self.from = from self.id = id self.key = key @@ -2595,8 +2505,7 @@ extension NeptunedataClientTypes { eventId: [Swift.String: Swift.String]? = nil, isLastOp: Swift.Bool? = nil, op: Swift.String? = nil - ) - { + ) { self.commitTimestampInMillis = commitTimestampInMillis self.data = data self.eventId = eventId @@ -2629,8 +2538,7 @@ public struct GetPropertygraphStreamOutput: Swift.Sendable { lastTrxTimestampInMillis: Swift.Int? = nil, records: [NeptunedataClientTypes.PropertygraphRecord]? = nil, totalRecords: Swift.Int? = nil - ) - { + ) { self.format = format self.lastEventId = lastEventId self.lastTrxTimestampInMillis = lastTrxTimestampInMillis @@ -2674,8 +2582,7 @@ public struct GetPropertygraphSummaryInput: Swift.Sendable { public init( mode: NeptunedataClientTypes.GraphSummaryType? = nil - ) - { + ) { self.mode = mode } } @@ -2692,8 +2599,7 @@ extension NeptunedataClientTypes { public init( count: Swift.Int? = nil, edgeProperties: [Swift.String]? = nil - ) - { + ) { self.count = count self.edgeProperties = edgeProperties } @@ -2715,8 +2621,7 @@ extension NeptunedataClientTypes { count: Swift.Int? = nil, distinctOutgoingEdgeLabels: [Swift.String]? = nil, nodeProperties: [Swift.String]? = nil - ) - { + ) { self.count = count self.distinctOutgoingEdgeLabels = distinctOutgoingEdgeLabels self.nodeProperties = nodeProperties @@ -2772,8 +2677,7 @@ extension NeptunedataClientTypes { numNodes: Swift.Int? = nil, totalEdgePropertyValues: Swift.Int? = nil, totalNodePropertyValues: Swift.Int? = nil - ) - { + ) { self.edgeLabels = edgeLabels self.edgeProperties = edgeProperties self.edgeStructures = edgeStructures @@ -2807,8 +2711,7 @@ extension NeptunedataClientTypes { graphSummary: NeptunedataClientTypes.PropertygraphSummary? = nil, lastStatisticsComputationTime: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.graphSummary = graphSummary self.lastStatisticsComputationTime = lastStatisticsComputationTime self.version = version @@ -2825,8 +2728,7 @@ public struct GetPropertygraphSummaryOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.PropertygraphSummaryValueMap? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.payload = payload self.statusCode = statusCode } @@ -2838,8 +2740,7 @@ public struct GetRDFGraphSummaryInput: Swift.Sendable { public init( mode: NeptunedataClientTypes.GraphSummaryType? = nil - ) - { + ) { self.mode = mode } } @@ -2856,8 +2757,7 @@ extension NeptunedataClientTypes { public init( count: Swift.Int? = nil, predicates: [Swift.String]? = nil - ) - { + ) { self.count = count self.predicates = predicates } @@ -2891,8 +2791,7 @@ extension NeptunedataClientTypes { numQuads: Swift.Int? = nil, predicates: [[Swift.String: Swift.Int]]? = nil, subjectStructures: [NeptunedataClientTypes.SubjectStructure]? = nil - ) - { + ) { self.classes = classes self.numClasses = numClasses self.numDistinctPredicates = numDistinctPredicates @@ -2919,8 +2818,7 @@ extension NeptunedataClientTypes { graphSummary: NeptunedataClientTypes.RDFGraphSummary? = nil, lastStatisticsComputationTime: Foundation.Date? = nil, version: Swift.String? = nil - ) - { + ) { self.graphSummary = graphSummary self.lastStatisticsComputationTime = lastStatisticsComputationTime self.version = version @@ -2937,8 +2835,7 @@ public struct GetRDFGraphSummaryOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.RDFGraphSummaryValueMap? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.payload = payload self.statusCode = statusCode } @@ -2955,8 +2852,7 @@ public struct GetSparqlStatisticsOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.Statistics? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -2988,8 +2884,7 @@ public struct GetSparqlStreamInput: Swift.Sendable { iteratorType: NeptunedataClientTypes.IteratorType? = nil, limit: Swift.Int? = nil, opNum: Swift.Int? = nil - ) - { + ) { self.commitNum = commitNum self.encoding = encoding self.iteratorType = iteratorType @@ -3008,8 +2903,7 @@ extension NeptunedataClientTypes { public init( stmt: Swift.String? = nil - ) - { + ) { self.stmt = stmt } } @@ -3040,8 +2934,7 @@ extension NeptunedataClientTypes { eventId: [Swift.String: Swift.String]? = nil, isLastOp: Swift.Bool? = nil, op: Swift.String? = nil - ) - { + ) { self.commitTimestampInMillis = commitTimestampInMillis self.data = data self.eventId = eventId @@ -3074,8 +2967,7 @@ public struct GetSparqlStreamOutput: Swift.Sendable { lastTrxTimestampInMillis: Swift.Int? = nil, records: [NeptunedataClientTypes.SparqlRecord]? = nil, totalRecords: Swift.Int? = nil - ) - { + ) { self.format = format self.lastEventId = lastEventId self.lastTrxTimestampInMillis = lastTrxTimestampInMillis @@ -3090,8 +2982,7 @@ public struct ListGremlinQueriesInput: Swift.Sendable { public init( includeWaiting: Swift.Bool? = nil - ) - { + ) { self.includeWaiting = includeWaiting } } @@ -3111,8 +3002,7 @@ extension NeptunedataClientTypes { queryEvalStats: NeptunedataClientTypes.QueryEvalStats? = nil, queryId: Swift.String? = nil, queryString: Swift.String? = nil - ) - { + ) { self.queryEvalStats = queryEvalStats self.queryId = queryId self.queryString = queryString @@ -3132,8 +3022,7 @@ public struct ListGremlinQueriesOutput: Swift.Sendable { acceptedQueryCount: Swift.Int? = nil, queries: [NeptunedataClientTypes.GremlinQueryStatus]? = nil, runningQueryCount: Swift.Int? = nil - ) - { + ) { self.acceptedQueryCount = acceptedQueryCount self.queries = queries self.runningQueryCount = runningQueryCount @@ -3149,8 +3038,7 @@ public struct ListLoaderJobsInput: Swift.Sendable { public init( includeQueuedLoads: Swift.Bool? = nil, limit: Swift.Int? = nil - ) - { + ) { self.includeQueuedLoads = includeQueuedLoads self.limit = limit } @@ -3165,8 +3053,7 @@ extension NeptunedataClientTypes { public init( loadIds: [Swift.String]? = nil - ) - { + ) { self.loadIds = loadIds } } @@ -3183,8 +3070,7 @@ public struct ListLoaderJobsOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.LoaderIdResult? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -3199,8 +3085,7 @@ public struct ListMLDataProcessingJobsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -3212,8 +3097,7 @@ public struct ListMLDataProcessingJobsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -3227,8 +3111,7 @@ public struct ListMLEndpointsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -3240,8 +3123,7 @@ public struct ListMLEndpointsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -3255,8 +3137,7 @@ public struct ListMLModelTrainingJobsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -3268,8 +3149,7 @@ public struct ListMLModelTrainingJobsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -3283,8 +3163,7 @@ public struct ListMLModelTransformJobsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, neptuneIamRoleArn: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.neptuneIamRoleArn = neptuneIamRoleArn } @@ -3296,8 +3175,7 @@ public struct ListMLModelTransformJobsOutput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -3308,8 +3186,7 @@ public struct ListOpenCypherQueriesInput: Swift.Sendable { public init( includeWaiting: Swift.Bool? = nil - ) - { + ) { self.includeWaiting = includeWaiting } } @@ -3326,8 +3203,7 @@ public struct ListOpenCypherQueriesOutput: Swift.Sendable { acceptedQueryCount: Swift.Int? = nil, queries: [NeptunedataClientTypes.GremlinQueryStatus]? = nil, runningQueryCount: Swift.Int? = nil - ) - { + ) { self.acceptedQueryCount = acceptedQueryCount self.queries = queries self.runningQueryCount = runningQueryCount @@ -3372,8 +3248,7 @@ public struct ManagePropertygraphStatisticsInput: Swift.Sendable { public init( mode: NeptunedataClientTypes.StatisticsAutoGenerationMode? = nil - ) - { + ) { self.mode = mode } } @@ -3387,8 +3262,7 @@ extension NeptunedataClientTypes { public init( statisticsId: Swift.String? = nil - ) - { + ) { self.statisticsId = statisticsId } } @@ -3404,8 +3278,7 @@ public struct ManagePropertygraphStatisticsOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.RefreshStatisticsIdMap? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -3417,8 +3290,7 @@ public struct ManageSparqlStatisticsInput: Swift.Sendable { public init( mode: NeptunedataClientTypes.StatisticsAutoGenerationMode? = nil - ) - { + ) { self.mode = mode } } @@ -3433,8 +3305,7 @@ public struct ManageSparqlStatisticsOutput: Swift.Sendable { public init( payload: NeptunedataClientTypes.RefreshStatisticsIdMap? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -3468,8 +3339,7 @@ public struct S3Exception: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi code: Swift.String? = nil, detailedMessage: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.detailedMessage = detailedMessage self.properties.requestId = requestId @@ -3770,8 +3640,7 @@ public struct StartLoaderJobInput: Swift.Sendable { source: Swift.String? = nil, updateSingleCardinalityProperties: Swift.Bool? = nil, userProvidedEdgeIds: Swift.Bool? = nil - ) - { + ) { self.dependencies = dependencies self.failOnError = failOnError self.format = format @@ -3798,8 +3667,7 @@ public struct StartLoaderJobOutput: Swift.Sendable { public init( payload: [Swift.String: Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.payload = payload self.status = status } @@ -3855,8 +3723,7 @@ public struct StartMLDataProcessingJobInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil, volumeEncryptionKMSKey: Swift.String? = nil - ) - { + ) { self.configFileName = configFileName self.id = id self.inputDataS3Location = inputDataS3Location @@ -3887,8 +3754,7 @@ public struct StartMLDataProcessingJobOutput: Swift.Sendable { arn: Swift.String? = nil, creationTimeInMillis: Swift.Int? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimeInMillis = creationTimeInMillis self.id = id @@ -3911,8 +3777,7 @@ extension NeptunedataClientTypes { sourceS3DirectoryPath: Swift.String? = nil, trainingEntryPointScript: Swift.String? = nil, transformEntryPointScript: Swift.String? = nil - ) - { + ) { self.sourceS3DirectoryPath = sourceS3DirectoryPath self.trainingEntryPointScript = trainingEntryPointScript self.transformEntryPointScript = transformEntryPointScript @@ -3979,8 +3844,7 @@ public struct StartMLModelTrainingJobInput: Swift.Sendable { trainingInstanceVolumeSizeInGB: Swift.Int? = nil, trainingTimeOutInSeconds: Swift.Int? = nil, volumeEncryptionKMSKey: Swift.String? = nil - ) - { + ) { self.baseProcessingInstanceType = baseProcessingInstanceType self.customModelTrainingParameters = customModelTrainingParameters self.dataProcessingJobId = dataProcessingJobId @@ -4014,8 +3878,7 @@ public struct StartMLModelTrainingJobOutput: Swift.Sendable { arn: Swift.String? = nil, creationTimeInMillis: Swift.Int? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimeInMillis = creationTimeInMillis self.id = id @@ -4035,8 +3898,7 @@ extension NeptunedataClientTypes { public init( sourceS3DirectoryPath: Swift.String? = nil, transformEntryPointScript: Swift.String? = nil - ) - { + ) { self.sourceS3DirectoryPath = sourceS3DirectoryPath self.transformEntryPointScript = transformEntryPointScript } @@ -4089,8 +3951,7 @@ public struct StartMLModelTransformJobInput: Swift.Sendable { subnets: [Swift.String]? = nil, trainingJobName: Swift.String? = nil, volumeEncryptionKMSKey: Swift.String? = nil - ) - { + ) { self.baseProcessingInstanceType = baseProcessingInstanceType self.baseProcessingInstanceVolumeSizeInGB = baseProcessingInstanceVolumeSizeInGB self.customModelTransformParameters = customModelTransformParameters @@ -4120,8 +3981,7 @@ public struct StartMLModelTransformJobOutput: Swift.Sendable { arn: Swift.String? = nil, creationTimeInMillis: Swift.Int? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTimeInMillis = creationTimeInMillis self.id = id diff --git a/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/NeptunedataClient.swift b/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/NeptunedataClient.swift index 9d55efedccf..7d3d9a41499 100644 --- a/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/NeptunedataClient.swift +++ b/Sources/Services/AWSNeptunedata/Sources/AWSNeptunedata/NeptunedataClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NeptunedataClient: ClientRuntime.Client { public static let clientName = "NeptunedataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NeptunedataClient.NeptunedataClientConfiguration let serviceName = "neptunedata" diff --git a/Sources/Services/AWSNetworkFirewall/Package.swift.txt b/Sources/Services/AWSNetworkFirewall/Package.swift.txt index b23eae05ba7..51661ae387e 100644 --- a/Sources/Services/AWSNetworkFirewall/Package.swift.txt +++ b/Sources/Services/AWSNetworkFirewall/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/Models.swift b/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/Models.swift index 5281345eab2..1b4fff14a67 100644 --- a/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/Models.swift +++ b/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/Models.swift @@ -37,8 +37,7 @@ extension NetworkFirewallClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -54,8 +53,7 @@ extension NetworkFirewallClientTypes { public init( dimensions: [NetworkFirewallClientTypes.Dimension]? = nil - ) - { + ) { self.dimensions = dimensions } } @@ -70,8 +68,7 @@ extension NetworkFirewallClientTypes { public init( publishMetricAction: NetworkFirewallClientTypes.PublishMetricAction? = nil - ) - { + ) { self.publishMetricAction = publishMetricAction } } @@ -98,8 +95,7 @@ extension NetworkFirewallClientTypes { public init( addressDefinition: Swift.String? = nil - ) - { + ) { self.addressDefinition = addressDefinition } } @@ -157,8 +153,7 @@ extension NetworkFirewallClientTypes { analysisDetail: Swift.String? = nil, identifiedRuleIds: [Swift.String]? = nil, identifiedType: NetworkFirewallClientTypes.IdentifiedType? = nil - ) - { + ) { self.analysisDetail = analysisDetail self.identifiedRuleIds = identifiedRuleIds self.identifiedType = identifiedType @@ -184,8 +179,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -208,8 +202,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -238,8 +231,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -262,8 +254,7 @@ public struct InvalidTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -286,8 +277,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -310,8 +300,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -332,8 +321,7 @@ public struct AssociateFirewallPolicyInput: Swift.Sendable { firewallName: Swift.String? = nil, firewallPolicyArn: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.firewallPolicyArn = firewallPolicyArn @@ -356,8 +344,7 @@ public struct AssociateFirewallPolicyOutput: Swift.Sendable { firewallName: Swift.String? = nil, firewallPolicyArn: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.firewallPolicyArn = firewallPolicyArn @@ -383,8 +370,7 @@ public struct InsufficientCapacityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -434,8 +420,7 @@ extension NetworkFirewallClientTypes { public init( ipAddressType: NetworkFirewallClientTypes.IPAddressType? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ipAddressType = ipAddressType self.subnetId = subnetId } @@ -458,8 +443,7 @@ public struct AssociateSubnetsInput: Swift.Sendable { firewallName: Swift.String? = nil, subnetMappings: [NetworkFirewallClientTypes.SubnetMapping]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetMappings = subnetMappings @@ -482,8 +466,7 @@ public struct AssociateSubnetsOutput: Swift.Sendable { firewallName: Swift.String? = nil, subnetMappings: [NetworkFirewallClientTypes.SubnetMapping]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetMappings = subnetMappings @@ -550,8 +533,7 @@ extension NetworkFirewallClientTypes { status: NetworkFirewallClientTypes.AttachmentStatus? = nil, statusMessage: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.endpointId = endpointId self.status = status self.statusMessage = statusMessage @@ -569,8 +551,7 @@ extension NetworkFirewallClientTypes { public init( resolvedCIDRCount: Swift.Int? = nil - ) - { + ) { self.resolvedCIDRCount = resolvedCIDRCount } } @@ -591,8 +572,7 @@ extension NetworkFirewallClientTypes { availableCIDRCount: Swift.Int? = nil, ipSetReferences: [Swift.String: NetworkFirewallClientTypes.IPSetMetadata]? = nil, utilizedCIDRCount: Swift.Int? = nil - ) - { + ) { self.availableCIDRCount = availableCIDRCount self.ipSetReferences = ipSetReferences self.utilizedCIDRCount = utilizedCIDRCount @@ -609,8 +589,7 @@ extension NetworkFirewallClientTypes { public init( cidRs: NetworkFirewallClientTypes.CIDRSummary? = nil - ) - { + ) { self.cidRs = cidRs } } @@ -634,8 +613,7 @@ extension NetworkFirewallClientTypes { certificateSerial: Swift.String? = nil, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateSerial = certificateSerial self.status = status @@ -700,8 +678,7 @@ extension NetworkFirewallClientTypes { public init( revokedStatusAction: NetworkFirewallClientTypes.RevocationCheckAction? = nil, unknownStatusAction: NetworkFirewallClientTypes.RevocationCheckAction? = nil - ) - { + ) { self.revokedStatusAction = revokedStatusAction self.unknownStatusAction = unknownStatusAction } @@ -758,8 +735,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -806,8 +782,7 @@ extension NetworkFirewallClientTypes { public init( keyId: Swift.String? = nil, type: NetworkFirewallClientTypes.EncryptionType? = nil - ) - { + ) { self.keyId = keyId self.type = type } @@ -828,8 +803,7 @@ extension NetworkFirewallClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -873,8 +847,7 @@ public struct CreateFirewallInput: Swift.Sendable { subnetMappings: [NetworkFirewallClientTypes.SubnetMapping]? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.deleteProtection = deleteProtection self.description = description self.encryptionConfiguration = encryptionConfiguration @@ -934,8 +907,7 @@ extension NetworkFirewallClientTypes { subnetMappings: [NetworkFirewallClientTypes.SubnetMapping]? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.deleteProtection = deleteProtection self.description = description self.encryptionConfiguration = encryptionConfiguration @@ -1028,8 +1000,7 @@ extension NetworkFirewallClientTypes { public init( syncStatus: NetworkFirewallClientTypes.PerObjectSyncStatus? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.syncStatus = syncStatus self.updateToken = updateToken } @@ -1055,8 +1026,7 @@ extension NetworkFirewallClientTypes { public init( attachment: NetworkFirewallClientTypes.Attachment? = nil, config: [Swift.String: NetworkFirewallClientTypes.PerObjectStatus]? = nil - ) - { + ) { self.attachment = attachment self.config = config } @@ -1083,8 +1053,7 @@ extension NetworkFirewallClientTypes { configurationSyncStateSummary: NetworkFirewallClientTypes.ConfigurationSyncState? = nil, status: NetworkFirewallClientTypes.FirewallStatusValue? = nil, syncStates: [Swift.String: NetworkFirewallClientTypes.SyncState]? = nil - ) - { + ) { self.capacityUsageSummary = capacityUsageSummary self.configurationSyncStateSummary = configurationSyncStateSummary self.status = status @@ -1102,8 +1071,7 @@ public struct CreateFirewallOutput: Swift.Sendable { public init( firewall: NetworkFirewallClientTypes.Firewall? = nil, firewallStatus: NetworkFirewallClientTypes.FirewallStatus? = nil - ) - { + ) { self.firewall = firewall self.firewallStatus = firewallStatus } @@ -1119,8 +1087,7 @@ extension NetworkFirewallClientTypes { public init( definition: [Swift.String]? = nil - ) - { + ) { self.definition = definition } } @@ -1135,8 +1102,7 @@ extension NetworkFirewallClientTypes { public init( ruleVariables: [Swift.String: NetworkFirewallClientTypes.IPSet]? = nil - ) - { + ) { self.ruleVariables = ruleVariables } } @@ -1151,8 +1117,7 @@ extension NetworkFirewallClientTypes { public init( tcpIdleTimeoutSeconds: Swift.Int? = nil - ) - { + ) { self.tcpIdleTimeoutSeconds = tcpIdleTimeoutSeconds } } @@ -1240,8 +1205,7 @@ extension NetworkFirewallClientTypes { flowTimeouts: NetworkFirewallClientTypes.FlowTimeouts? = nil, ruleOrder: NetworkFirewallClientTypes.RuleOrder? = nil, streamExceptionPolicy: NetworkFirewallClientTypes.StreamExceptionPolicy? = nil - ) - { + ) { self.flowTimeouts = flowTimeouts self.ruleOrder = ruleOrder self.streamExceptionPolicy = streamExceptionPolicy @@ -1284,8 +1248,7 @@ extension NetworkFirewallClientTypes { public init( action: NetworkFirewallClientTypes.OverrideAction? = nil - ) - { + ) { self.action = action } } @@ -1307,8 +1270,7 @@ extension NetworkFirewallClientTypes { `override`: NetworkFirewallClientTypes.StatefulRuleGroupOverride? = nil, priority: Swift.Int? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.`override` = `override` self.priority = priority self.resourceArn = resourceArn @@ -1334,8 +1296,7 @@ extension NetworkFirewallClientTypes { public init( actionDefinition: NetworkFirewallClientTypes.ActionDefinition? = nil, actionName: Swift.String? = nil - ) - { + ) { self.actionDefinition = actionDefinition self.actionName = actionName } @@ -1356,8 +1317,7 @@ extension NetworkFirewallClientTypes { public init( priority: Swift.Int? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.priority = priority self.resourceArn = resourceArn } @@ -1410,8 +1370,7 @@ extension NetworkFirewallClientTypes { statelessFragmentDefaultActions: [Swift.String]? = nil, statelessRuleGroupReferences: [NetworkFirewallClientTypes.StatelessRuleGroupReference]? = nil, tlsInspectionConfigurationArn: Swift.String? = nil - ) - { + ) { self.policyVariables = policyVariables self.statefulDefaultActions = statefulDefaultActions self.statefulEngineOptions = statefulEngineOptions @@ -1448,8 +1407,7 @@ public struct CreateFirewallPolicyInput: Swift.Sendable { firewallPolicy: NetworkFirewallClientTypes.FirewallPolicy? = nil, firewallPolicyName: Swift.String? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.encryptionConfiguration = encryptionConfiguration @@ -1533,8 +1491,7 @@ extension NetworkFirewallClientTypes { lastModifiedTime: Foundation.Date? = nil, numberOfAssociations: Swift.Int? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil - ) - { + ) { self.consumedStatefulRuleCapacity = consumedStatefulRuleCapacity self.consumedStatelessRuleCapacity = consumedStatelessRuleCapacity self.description = description @@ -1561,8 +1518,7 @@ public struct CreateFirewallPolicyOutput: Swift.Sendable { public init( firewallPolicyResponse: NetworkFirewallClientTypes.FirewallPolicyResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallPolicyResponse = firewallPolicyResponse self.updateToken = updateToken } @@ -1577,8 +1533,7 @@ extension NetworkFirewallClientTypes { public init( referenceArn: Swift.String? = nil - ) - { + ) { self.referenceArn = referenceArn } } @@ -1593,8 +1548,7 @@ extension NetworkFirewallClientTypes { public init( ipSetReferences: [Swift.String: NetworkFirewallClientTypes.IPSetReference]? = nil - ) - { + ) { self.ipSetReferences = ipSetReferences } } @@ -1680,8 +1634,7 @@ extension NetworkFirewallClientTypes { generatedRulesType: NetworkFirewallClientTypes.GeneratedRulesType? = nil, targetTypes: [NetworkFirewallClientTypes.TargetType]? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.generatedRulesType = generatedRulesType self.targetTypes = targetTypes self.targets = targets @@ -1885,8 +1838,7 @@ extension NetworkFirewallClientTypes { `protocol`: NetworkFirewallClientTypes.StatefulRuleProtocol? = nil, source: Swift.String? = nil, sourcePort: Swift.String? = nil - ) - { + ) { self.destination = destination self.destinationPort = destinationPort self.direction = direction @@ -1910,8 +1862,7 @@ extension NetworkFirewallClientTypes { public init( keyword: Swift.String? = nil, settings: [Swift.String]? = nil - ) - { + ) { self.keyword = keyword self.settings = settings } @@ -1944,8 +1895,7 @@ extension NetworkFirewallClientTypes { action: NetworkFirewallClientTypes.StatefulAction? = nil, header: NetworkFirewallClientTypes.Header? = nil, ruleOptions: [NetworkFirewallClientTypes.RuleOption]? = nil - ) - { + ) { self.action = action self.header = header self.ruleOptions = ruleOptions @@ -1967,8 +1917,7 @@ extension NetworkFirewallClientTypes { public init( fromPort: Swift.Int = 0, toPort: Swift.Int = 0 - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -2039,8 +1988,7 @@ extension NetworkFirewallClientTypes { public init( flags: [NetworkFirewallClientTypes.TCPFlag]? = nil, masks: [NetworkFirewallClientTypes.TCPFlag]? = nil - ) - { + ) { self.flags = flags self.masks = masks } @@ -2071,8 +2019,7 @@ extension NetworkFirewallClientTypes { sourcePorts: [NetworkFirewallClientTypes.PortRange]? = nil, sources: [NetworkFirewallClientTypes.Address]? = nil, tcpFlags: [NetworkFirewallClientTypes.TCPFlagField]? = nil - ) - { + ) { self.destinationPorts = destinationPorts self.destinations = destinations self.protocols = protocols @@ -2106,8 +2053,7 @@ extension NetworkFirewallClientTypes { public init( actions: [Swift.String]? = nil, matchAttributes: NetworkFirewallClientTypes.MatchAttributes? = nil - ) - { + ) { self.actions = actions self.matchAttributes = matchAttributes } @@ -2128,8 +2074,7 @@ extension NetworkFirewallClientTypes { public init( priority: Swift.Int? = nil, ruleDefinition: NetworkFirewallClientTypes.RuleDefinition? = nil - ) - { + ) { self.priority = priority self.ruleDefinition = ruleDefinition } @@ -2149,8 +2094,7 @@ extension NetworkFirewallClientTypes { public init( customActions: [NetworkFirewallClientTypes.CustomAction]? = nil, statelessRules: [NetworkFirewallClientTypes.StatelessRule]? = nil - ) - { + ) { self.customActions = customActions self.statelessRules = statelessRules } @@ -2175,8 +2119,7 @@ extension NetworkFirewallClientTypes { rulesString: Swift.String? = nil, statefulRules: [NetworkFirewallClientTypes.StatefulRule]? = nil, statelessRulesAndCustomActions: NetworkFirewallClientTypes.StatelessRulesAndCustomActions? = nil - ) - { + ) { self.rulesSourceList = rulesSourceList self.rulesString = rulesString self.statefulRules = statefulRules @@ -2194,8 +2137,7 @@ extension NetworkFirewallClientTypes { public init( definition: [Swift.String]? = nil - ) - { + ) { self.definition = definition } } @@ -2213,8 +2155,7 @@ extension NetworkFirewallClientTypes { public init( ipSets: [Swift.String: NetworkFirewallClientTypes.IPSet]? = nil, portSets: [Swift.String: NetworkFirewallClientTypes.PortSet]? = nil - ) - { + ) { self.ipSets = ipSets self.portSets = portSets } @@ -2230,8 +2171,7 @@ extension NetworkFirewallClientTypes { public init( ruleOrder: NetworkFirewallClientTypes.RuleOrder? = nil - ) - { + ) { self.ruleOrder = ruleOrder } } @@ -2256,8 +2196,7 @@ extension NetworkFirewallClientTypes { ruleVariables: NetworkFirewallClientTypes.RuleVariables? = nil, rulesSource: NetworkFirewallClientTypes.RulesSource? = nil, statefulRuleOptions: NetworkFirewallClientTypes.StatefulRuleOptions? = nil - ) - { + ) { self.referenceSets = referenceSets self.ruleVariables = ruleVariables self.rulesSource = rulesSource @@ -2278,8 +2217,7 @@ extension NetworkFirewallClientTypes { public init( sourceArn: Swift.String? = nil, sourceUpdateToken: Swift.String? = nil - ) - { + ) { self.sourceArn = sourceArn self.sourceUpdateToken = sourceUpdateToken } @@ -2363,8 +2301,7 @@ public struct CreateRuleGroupInput: Swift.Sendable { sourceMetadata: NetworkFirewallClientTypes.SourceMetadata? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.analyzeRuleGroup = analyzeRuleGroup self.capacity = capacity self.description = description @@ -2433,8 +2370,7 @@ extension NetworkFirewallClientTypes { sourceMetadata: NetworkFirewallClientTypes.SourceMetadata? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.analysisResults = analysisResults self.capacity = capacity self.consumedCapacity = consumedCapacity @@ -2465,8 +2401,7 @@ public struct CreateRuleGroupOutput: Swift.Sendable { public init( ruleGroupResponse: NetworkFirewallClientTypes.RuleGroupResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.ruleGroupResponse = ruleGroupResponse self.updateToken = updateToken } @@ -2493,8 +2428,7 @@ extension NetworkFirewallClientTypes { protocols: [Swift.Int]? = nil, sourcePorts: [NetworkFirewallClientTypes.PortRange]? = nil, sources: [NetworkFirewallClientTypes.Address]? = nil - ) - { + ) { self.destinationPorts = destinationPorts self.destinations = destinations self.protocols = protocols @@ -2513,8 +2447,7 @@ extension NetworkFirewallClientTypes { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2545,8 +2478,7 @@ extension NetworkFirewallClientTypes { checkCertificateRevocationStatus: NetworkFirewallClientTypes.CheckCertificateRevocationStatusActions? = nil, scopes: [NetworkFirewallClientTypes.ServerCertificateScope]? = nil, serverCertificates: [NetworkFirewallClientTypes.ServerCertificate]? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.checkCertificateRevocationStatus = checkCertificateRevocationStatus self.scopes = scopes @@ -2564,8 +2496,7 @@ extension NetworkFirewallClientTypes { public init( serverCertificateConfigurations: [NetworkFirewallClientTypes.ServerCertificateConfiguration]? = nil - ) - { + ) { self.serverCertificateConfigurations = serverCertificateConfigurations } } @@ -2591,8 +2522,7 @@ public struct CreateTLSInspectionConfigurationInput: Swift.Sendable { tags: [NetworkFirewallClientTypes.Tag]? = nil, tlsInspectionConfiguration: NetworkFirewallClientTypes.TLSInspectionConfiguration? = nil, tlsInspectionConfigurationName: Swift.String? = nil - ) - { + ) { self.description = description self.encryptionConfiguration = encryptionConfiguration self.tags = tags @@ -2643,8 +2573,7 @@ extension NetworkFirewallClientTypes { tlsInspectionConfigurationId: Swift.String? = nil, tlsInspectionConfigurationName: Swift.String? = nil, tlsInspectionConfigurationStatus: NetworkFirewallClientTypes.ResourceStatus? = nil - ) - { + ) { self.certificateAuthority = certificateAuthority self.certificates = certificates self.description = description @@ -2671,8 +2600,7 @@ public struct CreateTLSInspectionConfigurationOutput: Swift.Sendable { public init( tlsInspectionConfigurationResponse: NetworkFirewallClientTypes.TLSInspectionConfigurationResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.tlsInspectionConfigurationResponse = tlsInspectionConfigurationResponse self.updateToken = updateToken } @@ -2696,8 +2624,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2711,8 +2638,7 @@ public struct DeleteFirewallInput: Swift.Sendable { public init( firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName } @@ -2727,8 +2653,7 @@ public struct DeleteFirewallOutput: Swift.Sendable { public init( firewall: NetworkFirewallClientTypes.Firewall? = nil, firewallStatus: NetworkFirewallClientTypes.FirewallStatus? = nil - ) - { + ) { self.firewall = firewall self.firewallStatus = firewallStatus } @@ -2743,8 +2668,7 @@ public struct DeleteFirewallPolicyInput: Swift.Sendable { public init( firewallPolicyArn: Swift.String? = nil, firewallPolicyName: Swift.String? = nil - ) - { + ) { self.firewallPolicyArn = firewallPolicyArn self.firewallPolicyName = firewallPolicyName } @@ -2757,8 +2681,7 @@ public struct DeleteFirewallPolicyOutput: Swift.Sendable { public init( firewallPolicyResponse: NetworkFirewallClientTypes.FirewallPolicyResponse? = nil - ) - { + ) { self.firewallPolicyResponse = firewallPolicyResponse } } @@ -2781,8 +2704,7 @@ public struct InvalidResourcePolicyException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2794,8 +2716,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2817,8 +2738,7 @@ public struct DeleteRuleGroupInput: Swift.Sendable { ruleGroupArn: Swift.String? = nil, ruleGroupName: Swift.String? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.ruleGroupArn = ruleGroupArn self.ruleGroupName = ruleGroupName self.type = type @@ -2832,8 +2752,7 @@ public struct DeleteRuleGroupOutput: Swift.Sendable { public init( ruleGroupResponse: NetworkFirewallClientTypes.RuleGroupResponse? = nil - ) - { + ) { self.ruleGroupResponse = ruleGroupResponse } } @@ -2847,8 +2766,7 @@ public struct DeleteTLSInspectionConfigurationInput: Swift.Sendable { public init( tlsInspectionConfigurationArn: Swift.String? = nil, tlsInspectionConfigurationName: Swift.String? = nil - ) - { + ) { self.tlsInspectionConfigurationArn = tlsInspectionConfigurationArn self.tlsInspectionConfigurationName = tlsInspectionConfigurationName } @@ -2861,8 +2779,7 @@ public struct DeleteTLSInspectionConfigurationOutput: Swift.Sendable { public init( tlsInspectionConfigurationResponse: NetworkFirewallClientTypes.TLSInspectionConfigurationResponse? = nil - ) - { + ) { self.tlsInspectionConfigurationResponse = tlsInspectionConfigurationResponse } } @@ -2876,8 +2793,7 @@ public struct DescribeFirewallInput: Swift.Sendable { public init( firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName } @@ -2895,8 +2811,7 @@ public struct DescribeFirewallOutput: Swift.Sendable { firewall: NetworkFirewallClientTypes.Firewall? = nil, firewallStatus: NetworkFirewallClientTypes.FirewallStatus? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewall = firewall self.firewallStatus = firewallStatus self.updateToken = updateToken @@ -2912,8 +2827,7 @@ public struct DescribeFirewallPolicyInput: Swift.Sendable { public init( firewallPolicyArn: Swift.String? = nil, firewallPolicyName: Swift.String? = nil - ) - { + ) { self.firewallPolicyArn = firewallPolicyArn self.firewallPolicyName = firewallPolicyName } @@ -2933,8 +2847,7 @@ public struct DescribeFirewallPolicyOutput: Swift.Sendable { firewallPolicy: NetworkFirewallClientTypes.FirewallPolicy? = nil, firewallPolicyResponse: NetworkFirewallClientTypes.FirewallPolicyResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallPolicy = firewallPolicy self.firewallPolicyResponse = firewallPolicyResponse self.updateToken = updateToken @@ -2950,8 +2863,7 @@ public struct DescribeLoggingConfigurationInput: Swift.Sendable { public init( firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName } @@ -3051,8 +2963,7 @@ extension NetworkFirewallClientTypes { logDestination: [Swift.String: Swift.String]? = nil, logDestinationType: NetworkFirewallClientTypes.LogDestinationType? = nil, logType: NetworkFirewallClientTypes.LogType? = nil - ) - { + ) { self.logDestination = logDestination self.logDestinationType = logDestinationType self.logType = logType @@ -3070,8 +2981,7 @@ extension NetworkFirewallClientTypes { public init( logDestinationConfigs: [NetworkFirewallClientTypes.LogDestinationConfig]? = nil - ) - { + ) { self.logDestinationConfigs = logDestinationConfigs } } @@ -3086,8 +2996,7 @@ public struct DescribeLoggingConfigurationOutput: Swift.Sendable { public init( firewallArn: Swift.String? = nil, loggingConfiguration: NetworkFirewallClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.firewallArn = firewallArn self.loggingConfiguration = loggingConfiguration } @@ -3100,8 +3009,7 @@ public struct DescribeResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3112,8 +3020,7 @@ public struct DescribeResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -3133,8 +3040,7 @@ public struct DescribeRuleGroupInput: Swift.Sendable { ruleGroupArn: Swift.String? = nil, ruleGroupName: Swift.String? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.analyzeRuleGroup = analyzeRuleGroup self.ruleGroupArn = ruleGroupArn self.ruleGroupName = ruleGroupName @@ -3156,8 +3062,7 @@ public struct DescribeRuleGroupOutput: Swift.Sendable { ruleGroup: NetworkFirewallClientTypes.RuleGroup? = nil, ruleGroupResponse: NetworkFirewallClientTypes.RuleGroupResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.ruleGroup = ruleGroup self.ruleGroupResponse = ruleGroupResponse self.updateToken = updateToken @@ -3176,8 +3081,7 @@ public struct DescribeRuleGroupMetadataInput: Swift.Sendable { ruleGroupArn: Swift.String? = nil, ruleGroupName: Swift.String? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.ruleGroupArn = ruleGroupArn self.ruleGroupName = ruleGroupName self.type = type @@ -3210,8 +3114,7 @@ public struct DescribeRuleGroupMetadataOutput: Swift.Sendable { ruleGroupName: Swift.String? = nil, statefulRuleOptions: NetworkFirewallClientTypes.StatefulRuleOptions? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.capacity = capacity self.description = description self.lastModifiedTime = lastModifiedTime @@ -3231,8 +3134,7 @@ public struct DescribeTLSInspectionConfigurationInput: Swift.Sendable { public init( tlsInspectionConfigurationArn: Swift.String? = nil, tlsInspectionConfigurationName: Swift.String? = nil - ) - { + ) { self.tlsInspectionConfigurationArn = tlsInspectionConfigurationArn self.tlsInspectionConfigurationName = tlsInspectionConfigurationName } @@ -3252,8 +3154,7 @@ public struct DescribeTLSInspectionConfigurationOutput: Swift.Sendable { tlsInspectionConfiguration: NetworkFirewallClientTypes.TLSInspectionConfiguration? = nil, tlsInspectionConfigurationResponse: NetworkFirewallClientTypes.TLSInspectionConfigurationResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.tlsInspectionConfiguration = tlsInspectionConfiguration self.tlsInspectionConfigurationResponse = tlsInspectionConfigurationResponse self.updateToken = updateToken @@ -3276,8 +3177,7 @@ public struct DisassociateSubnetsInput: Swift.Sendable { firewallName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetIds = subnetIds @@ -3300,8 +3200,7 @@ public struct DisassociateSubnetsOutput: Swift.Sendable { firewallName: Swift.String? = nil, subnetMappings: [NetworkFirewallClientTypes.SubnetMapping]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetMappings = subnetMappings @@ -3321,8 +3220,7 @@ extension NetworkFirewallClientTypes { public init( firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName } @@ -3341,8 +3239,7 @@ extension NetworkFirewallClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3358,8 +3255,7 @@ public struct ListFirewallPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3374,8 +3270,7 @@ public struct ListFirewallPoliciesOutput: Swift.Sendable { public init( firewallPolicies: [NetworkFirewallClientTypes.FirewallPolicyMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallPolicies = firewallPolicies self.nextToken = nextToken } @@ -3393,8 +3288,7 @@ public struct ListFirewallsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vpcIds = vpcIds @@ -3410,8 +3304,7 @@ public struct ListFirewallsOutput: Swift.Sendable { public init( firewalls: [NetworkFirewallClientTypes.FirewallMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewalls = firewalls self.nextToken = nextToken } @@ -3493,8 +3386,7 @@ public struct ListRuleGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, scope: NetworkFirewallClientTypes.ResourceManagedStatus? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil - ) - { + ) { self.managedType = managedType self.maxResults = maxResults self.nextToken = nextToken @@ -3515,8 +3407,7 @@ extension NetworkFirewallClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3532,8 +3423,7 @@ public struct ListRuleGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleGroups: [NetworkFirewallClientTypes.RuleGroupMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleGroups = ruleGroups } @@ -3552,8 +3442,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -3569,8 +3458,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -3585,8 +3473,7 @@ public struct ListTLSInspectionConfigurationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3604,8 +3491,7 @@ extension NetworkFirewallClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -3621,8 +3507,7 @@ public struct ListTLSInspectionConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tlsInspectionConfigurations: [NetworkFirewallClientTypes.TLSInspectionConfigurationMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.tlsInspectionConfigurations = tlsInspectionConfigurations } @@ -3646,8 +3531,7 @@ public struct LogDestinationPermissionException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3679,8 +3563,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -3702,8 +3585,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [NetworkFirewallClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3725,8 +3607,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3755,8 +3636,7 @@ public struct ResourceOwnerCheckException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3777,8 +3657,7 @@ public struct UpdateFirewallDeleteProtectionInput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.deleteProtection = deleteProtection self.firewallArn = firewallArn self.firewallName = firewallName @@ -3801,8 +3680,7 @@ public struct UpdateFirewallDeleteProtectionOutput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.deleteProtection = deleteProtection self.firewallArn = firewallArn self.firewallName = firewallName @@ -3825,8 +3703,7 @@ public struct UpdateFirewallDescriptionInput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.description = description self.firewallArn = firewallArn self.firewallName = firewallName @@ -3849,8 +3726,7 @@ public struct UpdateFirewallDescriptionOutput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.description = description self.firewallArn = firewallArn self.firewallName = firewallName @@ -3873,8 +3749,7 @@ public struct UpdateFirewallEncryptionConfigurationInput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.firewallArn = firewallArn self.firewallName = firewallName @@ -3897,8 +3772,7 @@ public struct UpdateFirewallEncryptionConfigurationOutput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.firewallArn = firewallArn self.firewallName = firewallName @@ -3932,8 +3806,7 @@ public struct UpdateFirewallPolicyInput: Swift.Sendable { firewallPolicyArn: Swift.String? = nil, firewallPolicyName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.description = description self.dryRun = dryRun self.encryptionConfiguration = encryptionConfiguration @@ -3955,8 +3828,7 @@ public struct UpdateFirewallPolicyOutput: Swift.Sendable { public init( firewallPolicyResponse: NetworkFirewallClientTypes.FirewallPolicyResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.firewallPolicyResponse = firewallPolicyResponse self.updateToken = updateToken } @@ -3978,8 +3850,7 @@ public struct UpdateFirewallPolicyChangeProtectionInput: Swift.Sendable { firewallName: Swift.String? = nil, firewallPolicyChangeProtection: Swift.Bool? = false, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.firewallPolicyChangeProtection = firewallPolicyChangeProtection @@ -4002,8 +3873,7 @@ public struct UpdateFirewallPolicyChangeProtectionOutput: Swift.Sendable { firewallName: Swift.String? = nil, firewallPolicyChangeProtection: Swift.Bool = false, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.firewallPolicyChangeProtection = firewallPolicyChangeProtection @@ -4023,8 +3893,7 @@ public struct UpdateLoggingConfigurationInput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, loggingConfiguration: NetworkFirewallClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.loggingConfiguration = loggingConfiguration @@ -4043,8 +3912,7 @@ public struct UpdateLoggingConfigurationOutput: Swift.Sendable { firewallArn: Swift.String? = nil, firewallName: Swift.String? = nil, loggingConfiguration: NetworkFirewallClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.loggingConfiguration = loggingConfiguration @@ -4088,8 +3956,7 @@ public struct UpdateRuleGroupInput: Swift.Sendable { sourceMetadata: NetworkFirewallClientTypes.SourceMetadata? = nil, type: NetworkFirewallClientTypes.RuleGroupType? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.analyzeRuleGroup = analyzeRuleGroup self.description = description self.dryRun = dryRun @@ -4115,8 +3982,7 @@ public struct UpdateRuleGroupOutput: Swift.Sendable { public init( ruleGroupResponse: NetworkFirewallClientTypes.RuleGroupResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.ruleGroupResponse = ruleGroupResponse self.updateToken = updateToken } @@ -4138,8 +4004,7 @@ public struct UpdateSubnetChangeProtectionInput: Swift.Sendable { firewallName: Swift.String? = nil, subnetChangeProtection: Swift.Bool? = false, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetChangeProtection = subnetChangeProtection @@ -4162,8 +4027,7 @@ public struct UpdateSubnetChangeProtectionOutput: Swift.Sendable { firewallName: Swift.String? = nil, subnetChangeProtection: Swift.Bool = false, updateToken: Swift.String? = nil - ) - { + ) { self.firewallArn = firewallArn self.firewallName = firewallName self.subnetChangeProtection = subnetChangeProtection @@ -4194,8 +4058,7 @@ public struct UpdateTLSInspectionConfigurationInput: Swift.Sendable { tlsInspectionConfigurationArn: Swift.String? = nil, tlsInspectionConfigurationName: Swift.String? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.description = description self.encryptionConfiguration = encryptionConfiguration self.tlsInspectionConfiguration = tlsInspectionConfiguration @@ -4216,8 +4079,7 @@ public struct UpdateTLSInspectionConfigurationOutput: Swift.Sendable { public init( tlsInspectionConfigurationResponse: NetworkFirewallClientTypes.TLSInspectionConfigurationResponse? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.tlsInspectionConfigurationResponse = tlsInspectionConfigurationResponse self.updateToken = updateToken } diff --git a/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/NetworkFirewallClient.swift b/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/NetworkFirewallClient.swift index 13c1fb2947c..bdd7731060e 100644 --- a/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/NetworkFirewallClient.swift +++ b/Sources/Services/AWSNetworkFirewall/Sources/AWSNetworkFirewall/NetworkFirewallClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NetworkFirewallClient: ClientRuntime.Client { public static let clientName = "NetworkFirewallClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NetworkFirewallClient.NetworkFirewallClientConfiguration let serviceName = "Network Firewall" diff --git a/Sources/Services/AWSNetworkFlowMonitor/Package.swift.txt b/Sources/Services/AWSNetworkFlowMonitor/Package.swift.txt index ea3e4e7dc9e..f0b8ee668b9 100644 --- a/Sources/Services/AWSNetworkFlowMonitor/Package.swift.txt +++ b/Sources/Services/AWSNetworkFlowMonitor/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/Models.swift b/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/Models.swift index c041d249a58..9bf3abdec75 100644 --- a/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/Models.swift +++ b/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +93,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +116,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +139,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +162,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +213,7 @@ extension NetworkFlowMonitorClientTypes { public init( identifier: Swift.String? = nil, type: NetworkFlowMonitorClientTypes.MonitorLocalResourceType? = nil - ) - { + ) { self.identifier = identifier self.type = type } @@ -276,8 +269,7 @@ extension NetworkFlowMonitorClientTypes { public init( identifier: Swift.String? = nil, type: NetworkFlowMonitorClientTypes.MonitorRemoteResourceType? = nil - ) - { + ) { self.identifier = identifier self.type = type } @@ -308,8 +300,7 @@ public struct CreateMonitorInput: Swift.Sendable { remoteResources: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil, scopeArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.localResources = localResources self.monitorName = monitorName @@ -401,8 +392,7 @@ public struct CreateMonitorOutput: Swift.Sendable { monitorStatus: NetworkFlowMonitorClientTypes.MonitorStatus? = nil, remoteResources: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.localResources = localResources self.modifiedAt = modifiedAt @@ -464,8 +454,7 @@ extension NetworkFlowMonitorClientTypes { public init( targetId: NetworkFlowMonitorClientTypes.TargetId? = nil, targetType: NetworkFlowMonitorClientTypes.TargetType? = nil - ) - { + ) { self.targetId = targetId self.targetType = targetType } @@ -486,8 +475,7 @@ extension NetworkFlowMonitorClientTypes { public init( region: Swift.String? = nil, targetIdentifier: NetworkFlowMonitorClientTypes.TargetIdentifier? = nil - ) - { + ) { self.region = region self.targetIdentifier = targetIdentifier } @@ -507,8 +495,7 @@ public struct CreateScopeInput: Swift.Sendable { clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [NetworkFlowMonitorClientTypes.TargetResource]? = nil - ) - { + ) { self.clientToken = clientToken self.tags = tags self.targets = targets @@ -565,8 +552,7 @@ public struct CreateScopeOutput: Swift.Sendable { scopeId: Swift.String? = nil, status: NetworkFlowMonitorClientTypes.ScopeStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.scopeArn = scopeArn self.scopeId = scopeId self.status = status @@ -592,8 +578,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -605,8 +590,7 @@ public struct DeleteMonitorInput: Swift.Sendable { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -623,8 +607,7 @@ public struct DeleteScopeInput: Swift.Sendable { public init( scopeId: Swift.String? = nil - ) - { + ) { self.scopeId = scopeId } } @@ -682,8 +665,7 @@ public struct GetMonitorInput: Swift.Sendable { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -732,8 +714,7 @@ public struct GetMonitorOutput: Swift.Sendable { monitorStatus: NetworkFlowMonitorClientTypes.MonitorStatus? = nil, remoteResources: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.localResources = localResources self.modifiedAt = modifiedAt @@ -762,8 +743,7 @@ public struct GetQueryResultsMonitorTopContributorsInput: Swift.Sendable { monitorName: Swift.String? = nil, nextToken: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.monitorName = monitorName self.nextToken = nextToken @@ -795,8 +775,7 @@ extension NetworkFlowMonitorClientTypes { remotePodName: Swift.String? = nil, remotePodNamespace: Swift.String? = nil, remoteServiceName: Swift.String? = nil - ) - { + ) { self.localPodName = localPodName self.localPodNamespace = localPodNamespace self.localServiceName = localServiceName @@ -825,8 +804,7 @@ extension NetworkFlowMonitorClientTypes { componentId: Swift.String? = nil, componentType: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.componentArn = componentArn self.componentId = componentId self.componentType = componentType @@ -926,8 +904,7 @@ extension NetworkFlowMonitorClientTypes { targetPort: Swift.Int? = nil, traversedConstructs: [NetworkFlowMonitorClientTypes.TraversedComponent]? = nil, value: Swift.Int? = nil - ) - { + ) { self.destinationCategory = destinationCategory self.dnatIp = dnatIp self.kubernetesMetadata = kubernetesMetadata @@ -1073,8 +1050,7 @@ public struct GetQueryResultsMonitorTopContributorsOutput: Swift.Sendable { nextToken: Swift.String? = nil, topContributors: [NetworkFlowMonitorClientTypes.MonitorTopContributorsRow]? = nil, unit: NetworkFlowMonitorClientTypes.MetricUnit? = nil - ) - { + ) { self.nextToken = nextToken self.topContributors = topContributors self.unit = unit @@ -1098,8 +1074,7 @@ public struct GetQueryResultsWorkloadInsightsTopContributorsInput: Swift.Sendabl nextToken: Swift.String? = nil, queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryId = queryId @@ -1140,8 +1115,7 @@ extension NetworkFlowMonitorClientTypes { localVpcId: Swift.String? = nil, remoteIdentifier: Swift.String? = nil, value: Swift.Int? = nil - ) - { + ) { self.accountId = accountId self.localAz = localAz self.localRegion = localRegion @@ -1164,8 +1138,7 @@ public struct GetQueryResultsWorkloadInsightsTopContributorsOutput: Swift.Sendab public init( nextToken: Swift.String? = nil, topContributors: [NetworkFlowMonitorClientTypes.WorkloadInsightsTopContributorsRow]? = nil - ) - { + ) { self.nextToken = nextToken self.topContributors = topContributors } @@ -1188,8 +1161,7 @@ public struct GetQueryResultsWorkloadInsightsTopContributorsDataInput: Swift.Sen nextToken: Swift.String? = nil, queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryId = queryId @@ -1215,8 +1187,7 @@ extension NetworkFlowMonitorClientTypes { label: Swift.String? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.label = label self.timestamps = timestamps self.values = values @@ -1238,8 +1209,7 @@ public struct GetQueryResultsWorkloadInsightsTopContributorsDataOutput: Swift.Se datapoints: [NetworkFlowMonitorClientTypes.WorkloadInsightsTopContributorsDataPoint]? = nil, nextToken: Swift.String? = nil, unit: NetworkFlowMonitorClientTypes.MetricUnit? = nil - ) - { + ) { self.datapoints = datapoints self.nextToken = nextToken self.unit = unit @@ -1257,8 +1227,7 @@ public struct GetQueryStatusMonitorTopContributorsInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.queryId = queryId } @@ -1319,8 +1288,7 @@ public struct GetQueryStatusMonitorTopContributorsOutput: Swift.Sendable { public init( status: NetworkFlowMonitorClientTypes.QueryStatus? = nil - ) - { + ) { self.status = status } } @@ -1336,8 +1304,7 @@ public struct GetQueryStatusWorkloadInsightsTopContributorsInput: Swift.Sendable public init( queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.queryId = queryId self.scopeId = scopeId } @@ -1360,8 +1327,7 @@ public struct GetQueryStatusWorkloadInsightsTopContributorsOutput: Swift.Sendabl public init( status: NetworkFlowMonitorClientTypes.QueryStatus? = nil - ) - { + ) { self.status = status } } @@ -1377,8 +1343,7 @@ public struct GetQueryStatusWorkloadInsightsTopContributorsDataInput: Swift.Send public init( queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.queryId = queryId self.scopeId = scopeId } @@ -1401,8 +1366,7 @@ public struct GetQueryStatusWorkloadInsightsTopContributorsDataOutput: Swift.Sen public init( status: NetworkFlowMonitorClientTypes.QueryStatus? = nil - ) - { + ) { self.status = status } } @@ -1414,8 +1378,7 @@ public struct GetScopeInput: Swift.Sendable { public init( scopeId: Swift.String? = nil - ) - { + ) { self.scopeId = scopeId } } @@ -1442,8 +1405,7 @@ public struct GetScopeOutput: Swift.Sendable { status: NetworkFlowMonitorClientTypes.ScopeStatus? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [NetworkFlowMonitorClientTypes.TargetResource]? = nil - ) - { + ) { self.scopeArn = scopeArn self.scopeId = scopeId self.status = status @@ -1474,8 +1436,7 @@ public struct ListMonitorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, monitorStatus: NetworkFlowMonitorClientTypes.MonitorStatus? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.monitorStatus = monitorStatus self.nextToken = nextToken @@ -1510,8 +1471,7 @@ extension NetworkFlowMonitorClientTypes { monitorArn: Swift.String? = nil, monitorName: Swift.String? = nil, monitorStatus: NetworkFlowMonitorClientTypes.MonitorStatus? = nil - ) - { + ) { self.monitorArn = monitorArn self.monitorName = monitorName self.monitorStatus = monitorStatus @@ -1529,8 +1489,7 @@ public struct ListMonitorsOutput: Swift.Sendable { public init( monitors: [NetworkFlowMonitorClientTypes.MonitorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitors = monitors self.nextToken = nextToken } @@ -1545,8 +1504,7 @@ public struct ListScopesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1570,8 +1528,7 @@ extension NetworkFlowMonitorClientTypes { scopeArn: Swift.String? = nil, scopeId: Swift.String? = nil, status: NetworkFlowMonitorClientTypes.ScopeStatus? = nil - ) - { + ) { self.scopeArn = scopeArn self.scopeId = scopeId self.status = status @@ -1589,8 +1546,7 @@ public struct ListScopesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scopes: [NetworkFlowMonitorClientTypes.ScopeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.scopes = scopes } @@ -1603,8 +1559,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1615,8 +1570,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1692,8 +1646,7 @@ public struct StartQueryMonitorTopContributorsInput: Swift.Sendable { metricName: NetworkFlowMonitorClientTypes.MonitorMetric? = nil, monitorName: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.destinationCategory = destinationCategory self.endTime = endTime self.limit = limit @@ -1710,8 +1663,7 @@ public struct StartQueryMonitorTopContributorsOutput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -1727,8 +1679,7 @@ public struct StopQueryMonitorTopContributorsInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, queryId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.queryId = queryId } @@ -1761,8 +1712,7 @@ public struct UpdateMonitorInput: Swift.Sendable { monitorName: Swift.String? = nil, remoteResourcesToAdd: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil, remoteResourcesToRemove: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil - ) - { + ) { self.clientToken = clientToken self.localResourcesToAdd = localResourcesToAdd self.localResourcesToRemove = localResourcesToRemove @@ -1816,8 +1766,7 @@ public struct UpdateMonitorOutput: Swift.Sendable { monitorStatus: NetworkFlowMonitorClientTypes.MonitorStatus? = nil, remoteResources: [NetworkFlowMonitorClientTypes.MonitorRemoteResource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.localResources = localResources self.modifiedAt = modifiedAt @@ -1897,8 +1846,7 @@ public struct StartQueryWorkloadInsightsTopContributorsInput: Swift.Sendable { metricName: NetworkFlowMonitorClientTypes.WorkloadInsightsMetric? = nil, scopeId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.destinationCategory = destinationCategory self.endTime = endTime self.limit = limit @@ -1915,8 +1863,7 @@ public struct StartQueryWorkloadInsightsTopContributorsOutput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -1954,8 +1901,7 @@ public struct StartQueryWorkloadInsightsTopContributorsDataInput: Swift.Sendable metricName: NetworkFlowMonitorClientTypes.WorkloadInsightsMetric? = nil, scopeId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.destinationCategory = destinationCategory self.endTime = endTime self.metricName = metricName @@ -1971,8 +1917,7 @@ public struct StartQueryWorkloadInsightsTopContributorsDataOutput: Swift.Sendabl public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -1988,8 +1933,7 @@ public struct StopQueryWorkloadInsightsTopContributorsInput: Swift.Sendable { public init( queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.queryId = queryId self.scopeId = scopeId } @@ -2011,8 +1955,7 @@ public struct StopQueryWorkloadInsightsTopContributorsDataInput: Swift.Sendable public init( queryId: Swift.String? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.queryId = queryId self.scopeId = scopeId } @@ -2036,8 +1979,7 @@ public struct UpdateScopeInput: Swift.Sendable { resourcesToAdd: [NetworkFlowMonitorClientTypes.TargetResource]? = nil, resourcesToDelete: [NetworkFlowMonitorClientTypes.TargetResource]? = nil, scopeId: Swift.String? = nil - ) - { + ) { self.resourcesToAdd = resourcesToAdd self.resourcesToDelete = resourcesToDelete self.scopeId = scopeId @@ -2062,8 +2004,7 @@ public struct UpdateScopeOutput: Swift.Sendable { scopeId: Swift.String? = nil, status: NetworkFlowMonitorClientTypes.ScopeStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.scopeArn = scopeArn self.scopeId = scopeId self.status = status @@ -2082,8 +2023,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2105,8 +2045,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/NetworkFlowMonitorClient.swift b/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/NetworkFlowMonitorClient.swift index 7de10e487a3..d0dbc225bd6 100644 --- a/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/NetworkFlowMonitorClient.swift +++ b/Sources/Services/AWSNetworkFlowMonitor/Sources/AWSNetworkFlowMonitor/NetworkFlowMonitorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NetworkFlowMonitorClient: ClientRuntime.Client { public static let clientName = "NetworkFlowMonitorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NetworkFlowMonitorClient.NetworkFlowMonitorClientConfiguration let serviceName = "NetworkFlowMonitor" diff --git a/Sources/Services/AWSNetworkManager/Package.swift.txt b/Sources/Services/AWSNetworkManager/Package.swift.txt index bab340d53e9..14c6b15cb4c 100644 --- a/Sources/Services/AWSNetworkManager/Package.swift.txt +++ b/Sources/Services/AWSNetworkManager/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/Models.swift b/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/Models.swift index 64d9f623a25..c1049c685e7 100644 --- a/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/Models.swift +++ b/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -82,8 +81,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -112,8 +110,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -149,8 +146,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.context = context self.properties.message = message self.properties.resourceId = resourceId @@ -180,8 +176,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -201,8 +196,7 @@ extension NetworkManagerClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -269,8 +263,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [NetworkManagerClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: NetworkManagerClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -284,8 +277,7 @@ public struct AcceptAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -402,8 +394,7 @@ extension NetworkManagerClientTypes { message: Swift.String? = nil, requestId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.requestId = requestId @@ -424,8 +415,7 @@ extension NetworkManagerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -447,8 +437,7 @@ extension NetworkManagerClientTypes { attachmentPolicyRuleNumber: Swift.Int? = nil, networkFunctionGroupName: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.attachmentPolicyRuleNumber = attachmentPolicyRuleNumber self.networkFunctionGroupName = networkFunctionGroupName self.tags = tags @@ -471,8 +460,7 @@ extension NetworkManagerClientTypes { attachmentPolicyRuleNumber: Swift.Int? = nil, segmentName: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.attachmentPolicyRuleNumber = attachmentPolicyRuleNumber self.segmentName = segmentName self.tags = tags @@ -590,8 +578,7 @@ extension NetworkManagerClientTypes { state: NetworkManagerClientTypes.AttachmentState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.attachmentId = attachmentId self.attachmentPolicyRuleNumber = attachmentPolicyRuleNumber self.attachmentType = attachmentType @@ -620,8 +607,7 @@ public struct AcceptAttachmentOutput: Swift.Sendable { public init( attachment: NetworkManagerClientTypes.Attachment? = nil - ) - { + ) { self.attachment = attachment } } @@ -638,8 +624,7 @@ extension NetworkManagerClientTypes { public init( accountId: Swift.String? = nil, slrDeploymentStatus: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.slrDeploymentStatus = slrDeploymentStatus } @@ -680,8 +665,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.limitCode = limitCode self.properties.message = message self.properties.resourceId = resourceId @@ -708,8 +692,7 @@ public struct AssociateConnectPeerInput: Swift.Sendable { deviceId: Swift.String? = nil, globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.connectPeerId = connectPeerId self.deviceId = deviceId self.globalNetworkId = globalNetworkId @@ -773,8 +756,7 @@ extension NetworkManagerClientTypes { globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil, state: NetworkManagerClientTypes.ConnectPeerAssociationState? = nil - ) - { + ) { self.connectPeerId = connectPeerId self.deviceId = deviceId self.globalNetworkId = globalNetworkId @@ -790,8 +772,7 @@ public struct AssociateConnectPeerOutput: Swift.Sendable { public init( connectPeerAssociation: NetworkManagerClientTypes.ConnectPeerAssociation? = nil - ) - { + ) { self.connectPeerAssociation = connectPeerAssociation } } @@ -814,8 +795,7 @@ public struct AssociateCustomerGatewayInput: Swift.Sendable { deviceId: Swift.String? = nil, globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.customerGatewayArn = customerGatewayArn self.deviceId = deviceId self.globalNetworkId = globalNetworkId @@ -879,8 +859,7 @@ extension NetworkManagerClientTypes { globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil, state: NetworkManagerClientTypes.CustomerGatewayAssociationState? = nil - ) - { + ) { self.customerGatewayArn = customerGatewayArn self.deviceId = deviceId self.globalNetworkId = globalNetworkId @@ -896,8 +875,7 @@ public struct AssociateCustomerGatewayOutput: Swift.Sendable { public init( customerGatewayAssociation: NetworkManagerClientTypes.CustomerGatewayAssociation? = nil - ) - { + ) { self.customerGatewayAssociation = customerGatewayAssociation } } @@ -917,8 +895,7 @@ public struct AssociateLinkInput: Swift.Sendable { deviceId: Swift.String? = nil, globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkId = linkId @@ -978,8 +955,7 @@ extension NetworkManagerClientTypes { globalNetworkId: Swift.String? = nil, linkAssociationState: NetworkManagerClientTypes.LinkAssociationState? = nil, linkId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkAssociationState = linkAssociationState @@ -994,8 +970,7 @@ public struct AssociateLinkOutput: Swift.Sendable { public init( linkAssociation: NetworkManagerClientTypes.LinkAssociation? = nil - ) - { + ) { self.linkAssociation = linkAssociation } } @@ -1018,8 +993,7 @@ public struct AssociateTransitGatewayConnectPeerInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil, transitGatewayConnectPeerArn: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkId = linkId @@ -1083,8 +1057,7 @@ extension NetworkManagerClientTypes { linkId: Swift.String? = nil, state: NetworkManagerClientTypes.TransitGatewayConnectPeerAssociationState? = nil, transitGatewayConnectPeerArn: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkId = linkId @@ -1100,8 +1073,7 @@ public struct AssociateTransitGatewayConnectPeerOutput: Swift.Sendable { public init( transitGatewayConnectPeerAssociation: NetworkManagerClientTypes.TransitGatewayConnectPeerAssociation? = nil - ) - { + ) { self.transitGatewayConnectPeerAssociation = transitGatewayConnectPeerAssociation } } @@ -1118,8 +1090,7 @@ extension NetworkManagerClientTypes { public init( subnetArn: Swift.String? = nil, zone: Swift.String? = nil - ) - { + ) { self.subnetArn = subnetArn self.zone = zone } @@ -1138,8 +1109,7 @@ extension NetworkManagerClientTypes { public init( downloadSpeed: Swift.Int? = nil, uploadSpeed: Swift.Int? = nil - ) - { + ) { self.downloadSpeed = downloadSpeed self.uploadSpeed = uploadSpeed } @@ -1155,8 +1125,7 @@ extension NetworkManagerClientTypes { public init( peerAsn: Swift.Int? = nil - ) - { + ) { self.peerAsn = peerAsn } } @@ -1361,8 +1330,7 @@ extension NetworkManagerClientTypes { public init( `protocol`: NetworkManagerClientTypes.TunnelProtocol? = nil - ) - { + ) { self.`protocol` = `protocol` } } @@ -1383,8 +1351,7 @@ extension NetworkManagerClientTypes { attachment: NetworkManagerClientTypes.Attachment? = nil, options: NetworkManagerClientTypes.ConnectAttachmentOptions? = nil, transportAttachmentId: Swift.String? = nil - ) - { + ) { self.attachment = attachment self.options = options self.transportAttachmentId = transportAttachmentId @@ -1466,8 +1433,7 @@ extension NetworkManagerClientTypes { linkId: Swift.String? = nil, state: NetworkManagerClientTypes.ConnectionState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.connectedDeviceId = connectedDeviceId self.connectedLinkId = connectedLinkId self.connectionArn = connectionArn @@ -1556,8 +1522,7 @@ extension NetworkManagerClientTypes { status: NetworkManagerClientTypes.ConnectionStatus? = nil, timestamp: Foundation.Date? = nil, type: NetworkManagerClientTypes.ConnectionType? = nil - ) - { + ) { self.status = status self.timestamp = timestamp self.type = type @@ -1583,8 +1548,7 @@ extension NetworkManagerClientTypes { coreNetworkAsn: Swift.Int? = nil, peerAddress: Swift.String? = nil, peerAsn: Swift.Int? = nil - ) - { + ) { self.coreNetworkAddress = coreNetworkAddress self.coreNetworkAsn = coreNetworkAsn self.peerAddress = peerAddress @@ -1614,8 +1578,7 @@ extension NetworkManagerClientTypes { insideCidrBlocks: [Swift.String]? = nil, peerAddress: Swift.String? = nil, `protocol`: NetworkManagerClientTypes.TunnelProtocol? = nil - ) - { + ) { self.bgpConfigurations = bgpConfigurations self.coreNetworkAddress = coreNetworkAddress self.insideCidrBlocks = insideCidrBlocks @@ -1684,8 +1647,7 @@ extension NetworkManagerClientTypes { message: Swift.String? = nil, requestId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.requestId = requestId @@ -1765,8 +1727,7 @@ extension NetworkManagerClientTypes { state: NetworkManagerClientTypes.ConnectPeerState? = nil, subnetArn: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.configuration = configuration self.connectAttachmentId = connectAttachmentId self.connectPeerId = connectPeerId @@ -1811,8 +1772,7 @@ extension NetworkManagerClientTypes { edgeLocation: Swift.String? = nil, subnetArn: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.connectAttachmentId = connectAttachmentId self.connectPeerId = connectPeerId self.connectPeerState = connectPeerState @@ -1840,8 +1800,7 @@ extension NetworkManagerClientTypes { asn: Swift.Int? = nil, edgeLocation: Swift.String? = nil, insideCidrBlocks: [Swift.String]? = nil - ) - { + ) { self.asn = asn self.edgeLocation = edgeLocation self.insideCidrBlocks = insideCidrBlocks @@ -1861,8 +1820,7 @@ extension NetworkManagerClientTypes { public init( sendTo: [Swift.String]? = nil, sendVia: [Swift.String]? = nil - ) - { + ) { self.sendTo = sendTo self.sendVia = sendVia } @@ -1884,8 +1842,7 @@ extension NetworkManagerClientTypes { edgeLocations: [Swift.String]? = nil, name: Swift.String? = nil, segments: NetworkManagerClientTypes.ServiceInsertionSegments? = nil - ) - { + ) { self.edgeLocations = edgeLocations self.name = name self.segments = segments @@ -1908,8 +1865,7 @@ extension NetworkManagerClientTypes { edgeLocations: [Swift.String]? = nil, name: Swift.String? = nil, sharedSegments: [Swift.String]? = nil - ) - { + ) { self.edgeLocations = edgeLocations self.name = name self.sharedSegments = sharedSegments @@ -1988,8 +1944,7 @@ extension NetworkManagerClientTypes { segments: [NetworkManagerClientTypes.CoreNetworkSegment]? = nil, state: NetworkManagerClientTypes.CoreNetworkState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.coreNetworkArn = coreNetworkArn self.coreNetworkId = coreNetworkId self.createdAt = createdAt @@ -2071,8 +2026,7 @@ extension NetworkManagerClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2090,8 +2044,7 @@ extension NetworkManagerClientTypes { public init( edgeSets: [[Swift.String]]? = nil, useEdge: Swift.String? = nil - ) - { + ) { self.edgeSets = edgeSets self.useEdge = useEdge } @@ -2110,8 +2063,7 @@ extension NetworkManagerClientTypes { public init( networkFunctionGroups: [NetworkManagerClientTypes.NetworkFunctionGroup]? = nil, withEdgeOverrides: [NetworkManagerClientTypes.EdgeOverride]? = nil - ) - { + ) { self.networkFunctionGroups = networkFunctionGroups self.withEdgeOverrides = withEdgeOverrides } @@ -2127,8 +2079,7 @@ extension NetworkManagerClientTypes { public init( whenSentToSegmentsList: [Swift.String]? = nil - ) - { + ) { self.whenSentToSegmentsList = whenSentToSegmentsList } } @@ -2152,8 +2103,7 @@ extension NetworkManagerClientTypes { mode: NetworkManagerClientTypes.SendViaMode? = nil, via: NetworkManagerClientTypes.Via? = nil, whenSentTo: NetworkManagerClientTypes.WhenSentTo? = nil - ) - { + ) { self.action = action self.mode = mode self.via = via @@ -2195,8 +2145,7 @@ extension NetworkManagerClientTypes { segmentName: Swift.String? = nil, serviceInsertionActions: [NetworkManagerClientTypes.ServiceInsertionAction]? = nil, sharedSegments: [Swift.String]? = nil - ) - { + ) { self.asn = asn self.cidr = cidr self.destinationIdentifier = destinationIdentifier @@ -2234,8 +2183,7 @@ extension NetworkManagerClientTypes { newValues: NetworkManagerClientTypes.CoreNetworkChangeValues? = nil, previousValues: NetworkManagerClientTypes.CoreNetworkChangeValues? = nil, type: NetworkManagerClientTypes.ChangeType? = nil - ) - { + ) { self.action = action self.identifier = identifier self.identifierPath = identifierPath @@ -2267,8 +2215,7 @@ extension NetworkManagerClientTypes { edgeLocation: Swift.String? = nil, networkFunctionGroupName: Swift.String? = nil, segmentName: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.cidr = cidr self.edgeLocation = edgeLocation @@ -2302,8 +2249,7 @@ extension NetworkManagerClientTypes { status: NetworkManagerClientTypes.ChangeStatus? = nil, type: NetworkManagerClientTypes.ChangeType? = nil, values: NetworkManagerClientTypes.CoreNetworkChangeEventValues? = nil - ) - { + ) { self.action = action self.eventTime = eventTime self.identifierPath = identifierPath @@ -2329,8 +2275,7 @@ extension NetworkManagerClientTypes { coreNetworkId: Swift.String? = nil, edgeLocation: Swift.String? = nil, networkFunctionGroupName: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.edgeLocation = edgeLocation self.networkFunctionGroupName = networkFunctionGroupName @@ -2384,8 +2329,7 @@ extension NetworkManagerClientTypes { errorCode: Swift.String? = nil, message: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message self.path = path @@ -2423,8 +2367,7 @@ extension NetworkManagerClientTypes { policyDocument: Swift.String? = nil, policyErrors: [NetworkManagerClientTypes.CoreNetworkPolicyError]? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.alias = alias self.changeSetState = changeSetState self.coreNetworkId = coreNetworkId @@ -2459,8 +2402,7 @@ public struct CoreNetworkPolicyException: ClientRuntime.ModeledError, AWSClientR public init( errors: [NetworkManagerClientTypes.CoreNetworkPolicyError]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errors = errors self.properties.message = message } @@ -2490,8 +2432,7 @@ extension NetworkManagerClientTypes { createdAt: Foundation.Date? = nil, description: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.alias = alias self.changeSetState = changeSetState self.coreNetworkId = coreNetworkId @@ -2517,8 +2458,7 @@ extension NetworkManagerClientTypes { coreNetworkId: Swift.String? = nil, edgeLocation: Swift.String? = nil, segmentName: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.edgeLocation = edgeLocation self.segmentName = segmentName @@ -2553,8 +2493,7 @@ extension NetworkManagerClientTypes { ownerAccountId: Swift.String? = nil, state: NetworkManagerClientTypes.CoreNetworkState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.coreNetworkArn = coreNetworkArn self.coreNetworkId = coreNetworkId self.description = description @@ -2591,8 +2530,7 @@ public struct CreateConnectAttachmentInput: Swift.Sendable { options: NetworkManagerClientTypes.ConnectAttachmentOptions? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, transportAttachmentId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.edgeLocation = edgeLocation @@ -2608,8 +2546,7 @@ public struct CreateConnectAttachmentOutput: Swift.Sendable { public init( connectAttachment: NetworkManagerClientTypes.ConnectAttachment? = nil - ) - { + ) { self.connectAttachment = connectAttachment } } @@ -2641,8 +2578,7 @@ public struct CreateConnectionInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.connectedDeviceId = connectedDeviceId self.connectedLinkId = connectedLinkId self.description = description @@ -2659,8 +2595,7 @@ public struct CreateConnectionOutput: Swift.Sendable { public init( connection: NetworkManagerClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -2694,8 +2629,7 @@ public struct CreateConnectPeerInput: Swift.Sendable { peerAddress: Swift.String? = nil, subnetArn: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.bgpOptions = bgpOptions self.clientToken = clientToken self.connectAttachmentId = connectAttachmentId @@ -2713,8 +2647,7 @@ public struct CreateConnectPeerOutput: Swift.Sendable { public init( connectPeer: NetworkManagerClientTypes.ConnectPeer? = nil - ) - { + ) { self.connectPeer = connectPeer } } @@ -2738,8 +2671,7 @@ public struct CreateCoreNetworkInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, policyDocument: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.globalNetworkId = globalNetworkId @@ -2754,8 +2686,7 @@ public struct CreateCoreNetworkOutput: Swift.Sendable { public init( coreNetwork: NetworkManagerClientTypes.CoreNetwork? = nil - ) - { + ) { self.coreNetwork = coreNetwork } } @@ -2775,8 +2706,7 @@ extension NetworkManagerClientTypes { address: Swift.String? = nil, latitude: Swift.String? = nil, longitude: Swift.String? = nil - ) - { + ) { self.address = address self.latitude = latitude self.longitude = longitude @@ -2824,8 +2754,7 @@ public struct CreateDeviceInput: Swift.Sendable { tags: [NetworkManagerClientTypes.Tag]? = nil, type: Swift.String? = nil, vendor: Swift.String? = nil - ) - { + ) { self.awsLocation = awsLocation self.description = description self.globalNetworkId = globalNetworkId @@ -2927,8 +2856,7 @@ extension NetworkManagerClientTypes { tags: [NetworkManagerClientTypes.Tag]? = nil, type: Swift.String? = nil, vendor: Swift.String? = nil - ) - { + ) { self.awsLocation = awsLocation self.createdAt = createdAt self.description = description @@ -2958,8 +2886,7 @@ public struct CreateDeviceOutput: Swift.Sendable { public init( device: NetworkManagerClientTypes.Device? = nil - ) - { + ) { self.device = device } } @@ -2985,8 +2912,7 @@ public struct CreateDirectConnectGatewayAttachmentInput: Swift.Sendable { directConnectGatewayArn: Swift.String? = nil, edgeLocations: [Swift.String]? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.directConnectGatewayArn = directConnectGatewayArn @@ -3007,8 +2933,7 @@ extension NetworkManagerClientTypes { public init( attachment: NetworkManagerClientTypes.Attachment? = nil, directConnectGatewayArn: Swift.String? = nil - ) - { + ) { self.attachment = attachment self.directConnectGatewayArn = directConnectGatewayArn } @@ -3021,8 +2946,7 @@ public struct CreateDirectConnectGatewayAttachmentOutput: Swift.Sendable { public init( directConnectGatewayAttachment: NetworkManagerClientTypes.DirectConnectGatewayAttachment? = nil - ) - { + ) { self.directConnectGatewayAttachment = directConnectGatewayAttachment } } @@ -3036,8 +2960,7 @@ public struct CreateGlobalNetworkInput: Swift.Sendable { public init( description: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.tags = tags } @@ -3102,8 +3025,7 @@ extension NetworkManagerClientTypes { globalNetworkId: Swift.String? = nil, state: NetworkManagerClientTypes.GlobalNetworkState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.globalNetworkArn = globalNetworkArn @@ -3120,8 +3042,7 @@ public struct CreateGlobalNetworkOutput: Swift.Sendable { public init( globalNetwork: NetworkManagerClientTypes.GlobalNetwork? = nil - ) - { + ) { self.globalNetwork = globalNetwork } } @@ -3153,8 +3074,7 @@ public struct CreateLinkInput: Swift.Sendable { siteId: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, type: Swift.String? = nil - ) - { + ) { self.bandwidth = bandwidth self.description = description self.globalNetworkId = globalNetworkId @@ -3239,8 +3159,7 @@ extension NetworkManagerClientTypes { state: NetworkManagerClientTypes.LinkState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, type: Swift.String? = nil - ) - { + ) { self.bandwidth = bandwidth self.createdAt = createdAt self.description = description @@ -3262,8 +3181,7 @@ public struct CreateLinkOutput: Swift.Sendable { public init( link: NetworkManagerClientTypes.Link? = nil - ) - { + ) { self.link = link } } @@ -3290,8 +3208,7 @@ public struct CreateSiteInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, location: NetworkManagerClientTypes.Location? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.globalNetworkId = globalNetworkId self.location = location @@ -3369,8 +3286,7 @@ extension NetworkManagerClientTypes { siteId: Swift.String? = nil, state: NetworkManagerClientTypes.SiteState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.globalNetworkId = globalNetworkId @@ -3394,8 +3310,7 @@ public struct CreateSiteOutput: Swift.Sendable { public init( site: NetworkManagerClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -3417,8 +3332,7 @@ public struct CreateSiteToSiteVpnAttachmentInput: Swift.Sendable { coreNetworkId: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, vpnConnectionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.tags = tags @@ -3438,8 +3352,7 @@ extension NetworkManagerClientTypes { public init( attachment: NetworkManagerClientTypes.Attachment? = nil, vpnConnectionArn: Swift.String? = nil - ) - { + ) { self.attachment = attachment self.vpnConnectionArn = vpnConnectionArn } @@ -3452,8 +3365,7 @@ public struct CreateSiteToSiteVpnAttachmentOutput: Swift.Sendable { public init( siteToSiteVpnAttachment: NetworkManagerClientTypes.SiteToSiteVpnAttachment? = nil - ) - { + ) { self.siteToSiteVpnAttachment = siteToSiteVpnAttachment } } @@ -3475,8 +3387,7 @@ public struct CreateTransitGatewayPeeringInput: Swift.Sendable { coreNetworkId: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, transitGatewayArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.tags = tags @@ -3534,8 +3445,7 @@ extension NetworkManagerClientTypes { public init( missingPermission: Swift.String? = nil - ) - { + ) { self.missingPermission = missingPermission } } @@ -3562,8 +3472,7 @@ extension NetworkManagerClientTypes { missingPermissionsContext: NetworkManagerClientTypes.PermissionsErrorContext? = nil, requestId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.missingPermissionsContext = missingPermissionsContext @@ -3673,8 +3582,7 @@ extension NetworkManagerClientTypes { resourceArn: Swift.String? = nil, state: NetworkManagerClientTypes.PeeringState? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.coreNetworkArn = coreNetworkArn self.coreNetworkId = coreNetworkId self.createdAt = createdAt @@ -3705,8 +3613,7 @@ extension NetworkManagerClientTypes { peering: NetworkManagerClientTypes.Peering? = nil, transitGatewayArn: Swift.String? = nil, transitGatewayPeeringAttachmentId: Swift.String? = nil - ) - { + ) { self.peering = peering self.transitGatewayArn = transitGatewayArn self.transitGatewayPeeringAttachmentId = transitGatewayPeeringAttachmentId @@ -3720,8 +3627,7 @@ public struct CreateTransitGatewayPeeringOutput: Swift.Sendable { public init( transitGatewayPeering: NetworkManagerClientTypes.TransitGatewayPeering? = nil - ) - { + ) { self.transitGatewayPeering = transitGatewayPeering } } @@ -3743,8 +3649,7 @@ public struct CreateTransitGatewayRouteTableAttachmentInput: Swift.Sendable { peeringId: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, transitGatewayRouteTableArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.peeringId = peeringId self.tags = tags @@ -3767,8 +3672,7 @@ extension NetworkManagerClientTypes { attachment: NetworkManagerClientTypes.Attachment? = nil, peeringId: Swift.String? = nil, transitGatewayRouteTableArn: Swift.String? = nil - ) - { + ) { self.attachment = attachment self.peeringId = peeringId self.transitGatewayRouteTableArn = transitGatewayRouteTableArn @@ -3782,8 +3686,7 @@ public struct CreateTransitGatewayRouteTableAttachmentOutput: Swift.Sendable { public init( transitGatewayRouteTableAttachment: NetworkManagerClientTypes.TransitGatewayRouteTableAttachment? = nil - ) - { + ) { self.transitGatewayRouteTableAttachment = transitGatewayRouteTableAttachment } } @@ -3800,8 +3703,7 @@ extension NetworkManagerClientTypes { public init( applianceModeSupport: Swift.Bool = false, ipv6Support: Swift.Bool = false - ) - { + ) { self.applianceModeSupport = applianceModeSupport self.ipv6Support = ipv6Support } @@ -3832,8 +3734,7 @@ public struct CreateVpcAttachmentInput: Swift.Sendable { subnetArns: [Swift.String]? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil, vpcArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.options = options @@ -3858,8 +3759,7 @@ extension NetworkManagerClientTypes { attachment: NetworkManagerClientTypes.Attachment? = nil, options: NetworkManagerClientTypes.VpcOptions? = nil, subnetArns: [Swift.String]? = nil - ) - { + ) { self.attachment = attachment self.options = options self.subnetArns = subnetArns @@ -3873,8 +3773,7 @@ public struct CreateVpcAttachmentOutput: Swift.Sendable { public init( vpcAttachment: NetworkManagerClientTypes.VpcAttachment? = nil - ) - { + ) { self.vpcAttachment = vpcAttachment } } @@ -3886,8 +3785,7 @@ public struct DeleteAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -3898,8 +3796,7 @@ public struct DeleteAttachmentOutput: Swift.Sendable { public init( attachment: NetworkManagerClientTypes.Attachment? = nil - ) - { + ) { self.attachment = attachment } } @@ -3915,8 +3812,7 @@ public struct DeleteConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil, globalNetworkId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.globalNetworkId = globalNetworkId } @@ -3928,8 +3824,7 @@ public struct DeleteConnectionOutput: Swift.Sendable { public init( connection: NetworkManagerClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -3941,8 +3836,7 @@ public struct DeleteConnectPeerInput: Swift.Sendable { public init( connectPeerId: Swift.String? = nil - ) - { + ) { self.connectPeerId = connectPeerId } } @@ -3953,8 +3847,7 @@ public struct DeleteConnectPeerOutput: Swift.Sendable { public init( connectPeer: NetworkManagerClientTypes.ConnectPeer? = nil - ) - { + ) { self.connectPeer = connectPeer } } @@ -3966,8 +3859,7 @@ public struct DeleteCoreNetworkInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId } } @@ -3978,8 +3870,7 @@ public struct DeleteCoreNetworkOutput: Swift.Sendable { public init( coreNetwork: NetworkManagerClientTypes.CoreNetwork? = nil - ) - { + ) { self.coreNetwork = coreNetwork } } @@ -3995,8 +3886,7 @@ public struct DeleteCoreNetworkPolicyVersionInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.policyVersionId = policyVersionId } @@ -4008,8 +3898,7 @@ public struct DeleteCoreNetworkPolicyVersionOutput: Swift.Sendable { public init( coreNetworkPolicy: NetworkManagerClientTypes.CoreNetworkPolicy? = nil - ) - { + ) { self.coreNetworkPolicy = coreNetworkPolicy } } @@ -4025,8 +3914,7 @@ public struct DeleteDeviceInput: Swift.Sendable { public init( deviceId: Swift.String? = nil, globalNetworkId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId } @@ -4038,8 +3926,7 @@ public struct DeleteDeviceOutput: Swift.Sendable { public init( device: NetworkManagerClientTypes.Device? = nil - ) - { + ) { self.device = device } } @@ -4051,8 +3938,7 @@ public struct DeleteGlobalNetworkInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId } } @@ -4063,8 +3949,7 @@ public struct DeleteGlobalNetworkOutput: Swift.Sendable { public init( globalNetwork: NetworkManagerClientTypes.GlobalNetwork? = nil - ) - { + ) { self.globalNetwork = globalNetwork } } @@ -4080,8 +3965,7 @@ public struct DeleteLinkInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.linkId = linkId } @@ -4093,8 +3977,7 @@ public struct DeleteLinkOutput: Swift.Sendable { public init( link: NetworkManagerClientTypes.Link? = nil - ) - { + ) { self.link = link } } @@ -4106,8 +3989,7 @@ public struct DeletePeeringInput: Swift.Sendable { public init( peeringId: Swift.String? = nil - ) - { + ) { self.peeringId = peeringId } } @@ -4118,8 +4000,7 @@ public struct DeletePeeringOutput: Swift.Sendable { public init( peering: NetworkManagerClientTypes.Peering? = nil - ) - { + ) { self.peering = peering } } @@ -4131,8 +4012,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4153,8 +4033,7 @@ public struct DeleteSiteInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, siteId: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.siteId = siteId } @@ -4166,8 +4045,7 @@ public struct DeleteSiteOutput: Swift.Sendable { public init( site: NetworkManagerClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -4183,8 +4061,7 @@ public struct DeregisterTransitGatewayInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, transitGatewayArn: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.transitGatewayArn = transitGatewayArn } @@ -4240,8 +4117,7 @@ extension NetworkManagerClientTypes { public init( code: NetworkManagerClientTypes.TransitGatewayRegistrationState? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -4263,8 +4139,7 @@ extension NetworkManagerClientTypes { globalNetworkId: Swift.String? = nil, state: NetworkManagerClientTypes.TransitGatewayRegistrationStateReason? = nil, transitGatewayArn: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.state = state self.transitGatewayArn = transitGatewayArn @@ -4278,8 +4153,7 @@ public struct DeregisterTransitGatewayOutput: Swift.Sendable { public init( transitGatewayRegistration: NetworkManagerClientTypes.TransitGatewayRegistration? = nil - ) - { + ) { self.transitGatewayRegistration = transitGatewayRegistration } } @@ -4296,8 +4170,7 @@ public struct DescribeGlobalNetworksInput: Swift.Sendable { globalNetworkIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.globalNetworkIds = globalNetworkIds self.maxResults = maxResults self.nextToken = nextToken @@ -4313,8 +4186,7 @@ public struct DescribeGlobalNetworksOutput: Swift.Sendable { public init( globalNetworks: [NetworkManagerClientTypes.GlobalNetwork]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.globalNetworks = globalNetworks self.nextToken = nextToken } @@ -4331,8 +4203,7 @@ public struct DisassociateConnectPeerInput: Swift.Sendable { public init( connectPeerId: Swift.String? = nil, globalNetworkId: Swift.String? = nil - ) - { + ) { self.connectPeerId = connectPeerId self.globalNetworkId = globalNetworkId } @@ -4344,8 +4215,7 @@ public struct DisassociateConnectPeerOutput: Swift.Sendable { public init( connectPeerAssociation: NetworkManagerClientTypes.ConnectPeerAssociation? = nil - ) - { + ) { self.connectPeerAssociation = connectPeerAssociation } } @@ -4361,8 +4231,7 @@ public struct DisassociateCustomerGatewayInput: Swift.Sendable { public init( customerGatewayArn: Swift.String? = nil, globalNetworkId: Swift.String? = nil - ) - { + ) { self.customerGatewayArn = customerGatewayArn self.globalNetworkId = globalNetworkId } @@ -4374,8 +4243,7 @@ public struct DisassociateCustomerGatewayOutput: Swift.Sendable { public init( customerGatewayAssociation: NetworkManagerClientTypes.CustomerGatewayAssociation? = nil - ) - { + ) { self.customerGatewayAssociation = customerGatewayAssociation } } @@ -4395,8 +4263,7 @@ public struct DisassociateLinkInput: Swift.Sendable { deviceId: Swift.String? = nil, globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkId = linkId @@ -4409,8 +4276,7 @@ public struct DisassociateLinkOutput: Swift.Sendable { public init( linkAssociation: NetworkManagerClientTypes.LinkAssociation? = nil - ) - { + ) { self.linkAssociation = linkAssociation } } @@ -4426,8 +4292,7 @@ public struct DisassociateTransitGatewayConnectPeerInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, transitGatewayConnectPeerArn: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.transitGatewayConnectPeerArn = transitGatewayConnectPeerArn } @@ -4439,8 +4304,7 @@ public struct DisassociateTransitGatewayConnectPeerOutput: Swift.Sendable { public init( transitGatewayConnectPeerAssociation: NetworkManagerClientTypes.TransitGatewayConnectPeerAssociation? = nil - ) - { + ) { self.transitGatewayConnectPeerAssociation = transitGatewayConnectPeerAssociation } } @@ -4456,8 +4320,7 @@ public struct ExecuteCoreNetworkChangeSetInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.policyVersionId = policyVersionId } @@ -4475,8 +4338,7 @@ public struct GetConnectAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -4487,8 +4349,7 @@ public struct GetConnectAttachmentOutput: Swift.Sendable { public init( connectAttachment: NetworkManagerClientTypes.ConnectAttachment? = nil - ) - { + ) { self.connectAttachment = connectAttachment } } @@ -4512,8 +4373,7 @@ public struct GetConnectionsInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionIds = connectionIds self.deviceId = deviceId self.globalNetworkId = globalNetworkId @@ -4531,8 +4391,7 @@ public struct GetConnectionsOutput: Swift.Sendable { public init( connections: [NetworkManagerClientTypes.Connection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -4545,8 +4404,7 @@ public struct GetConnectPeerInput: Swift.Sendable { public init( connectPeerId: Swift.String? = nil - ) - { + ) { self.connectPeerId = connectPeerId } } @@ -4557,8 +4415,7 @@ public struct GetConnectPeerOutput: Swift.Sendable { public init( connectPeer: NetworkManagerClientTypes.ConnectPeer? = nil - ) - { + ) { self.connectPeer = connectPeer } } @@ -4579,8 +4436,7 @@ public struct GetConnectPeerAssociationsInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectPeerIds = connectPeerIds self.globalNetworkId = globalNetworkId self.maxResults = maxResults @@ -4597,8 +4453,7 @@ public struct GetConnectPeerAssociationsOutput: Swift.Sendable { public init( connectPeerAssociations: [NetworkManagerClientTypes.ConnectPeerAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectPeerAssociations = connectPeerAssociations self.nextToken = nextToken } @@ -4611,8 +4466,7 @@ public struct GetCoreNetworkInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId } } @@ -4623,8 +4477,7 @@ public struct GetCoreNetworkOutput: Swift.Sendable { public init( coreNetwork: NetworkManagerClientTypes.CoreNetwork? = nil - ) - { + ) { self.coreNetwork = coreNetwork } } @@ -4646,8 +4499,7 @@ public struct GetCoreNetworkChangeEventsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -4664,8 +4516,7 @@ public struct GetCoreNetworkChangeEventsOutput: Swift.Sendable { public init( coreNetworkChangeEvents: [NetworkManagerClientTypes.CoreNetworkChangeEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreNetworkChangeEvents = coreNetworkChangeEvents self.nextToken = nextToken } @@ -4688,8 +4539,7 @@ public struct GetCoreNetworkChangeSetInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -4706,8 +4556,7 @@ public struct GetCoreNetworkChangeSetOutput: Swift.Sendable { public init( coreNetworkChanges: [NetworkManagerClientTypes.CoreNetworkChange]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreNetworkChanges = coreNetworkChanges self.nextToken = nextToken } @@ -4726,8 +4575,7 @@ public struct GetCoreNetworkPolicyInput: Swift.Sendable { alias: NetworkManagerClientTypes.CoreNetworkPolicyAlias? = nil, coreNetworkId: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.alias = alias self.coreNetworkId = coreNetworkId self.policyVersionId = policyVersionId @@ -4740,8 +4588,7 @@ public struct GetCoreNetworkPolicyOutput: Swift.Sendable { public init( coreNetworkPolicy: NetworkManagerClientTypes.CoreNetworkPolicy? = nil - ) - { + ) { self.coreNetworkPolicy = coreNetworkPolicy } } @@ -4762,8 +4609,7 @@ public struct GetCustomerGatewayAssociationsInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customerGatewayArns = customerGatewayArns self.globalNetworkId = globalNetworkId self.maxResults = maxResults @@ -4780,8 +4626,7 @@ public struct GetCustomerGatewayAssociationsOutput: Swift.Sendable { public init( customerGatewayAssociations: [NetworkManagerClientTypes.CustomerGatewayAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customerGatewayAssociations = customerGatewayAssociations self.nextToken = nextToken } @@ -4806,8 +4651,7 @@ public struct GetDevicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, siteId: Swift.String? = nil - ) - { + ) { self.deviceIds = deviceIds self.globalNetworkId = globalNetworkId self.maxResults = maxResults @@ -4825,8 +4669,7 @@ public struct GetDevicesOutput: Swift.Sendable { public init( devices: [NetworkManagerClientTypes.Device]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -4839,8 +4682,7 @@ public struct GetDirectConnectGatewayAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -4851,8 +4693,7 @@ public struct GetDirectConnectGatewayAttachmentOutput: Swift.Sendable { public init( directConnectGatewayAttachment: NetworkManagerClientTypes.DirectConnectGatewayAttachment? = nil - ) - { + ) { self.directConnectGatewayAttachment = directConnectGatewayAttachment } } @@ -4876,8 +4717,7 @@ public struct GetLinkAssociationsInput: Swift.Sendable { linkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.globalNetworkId = globalNetworkId self.linkId = linkId @@ -4895,8 +4735,7 @@ public struct GetLinkAssociationsOutput: Swift.Sendable { public init( linkAssociations: [NetworkManagerClientTypes.LinkAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkAssociations = linkAssociations self.nextToken = nextToken } @@ -4927,8 +4766,7 @@ public struct GetLinksInput: Swift.Sendable { provider: Swift.String? = nil, siteId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.linkIds = linkIds self.maxResults = maxResults @@ -4948,8 +4786,7 @@ public struct GetLinksOutput: Swift.Sendable { public init( links: [NetworkManagerClientTypes.Link]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.links = links self.nextToken = nextToken } @@ -5011,8 +4848,7 @@ public struct GetNetworkResourceCountsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -5032,8 +4868,7 @@ extension NetworkManagerClientTypes { public init( count: Swift.Int? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.count = count self.resourceType = resourceType } @@ -5049,8 +4884,7 @@ public struct GetNetworkResourceCountsOutput: Swift.Sendable { public init( networkResourceCounts: [NetworkManagerClientTypes.NetworkResourceCount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkResourceCounts = networkResourceCounts self.nextToken = nextToken } @@ -5127,8 +4961,7 @@ public struct GetNetworkResourceRelationshipsInput: Swift.Sendable { registeredGatewayArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.coreNetworkId = coreNetworkId @@ -5153,8 +4986,7 @@ extension NetworkManagerClientTypes { public init( from: Swift.String? = nil, to: Swift.String? = nil - ) - { + ) { self.from = from self.to = to } @@ -5170,8 +5002,7 @@ public struct GetNetworkResourceRelationshipsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relationships: [NetworkManagerClientTypes.Relationship]? = nil - ) - { + ) { self.nextToken = nextToken self.relationships = relationships } @@ -5248,8 +5079,7 @@ public struct GetNetworkResourcesInput: Swift.Sendable { registeredGatewayArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.coreNetworkId = coreNetworkId @@ -5341,8 +5171,7 @@ extension NetworkManagerClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.coreNetworkId = coreNetworkId @@ -5367,8 +5196,7 @@ public struct GetNetworkResourcesOutput: Swift.Sendable { public init( networkResources: [NetworkManagerClientTypes.NetworkResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkResources = networkResources self.nextToken = nextToken } @@ -5389,8 +5217,7 @@ extension NetworkManagerClientTypes { coreNetworkNetworkFunctionGroup: NetworkManagerClientTypes.CoreNetworkNetworkFunctionGroupIdentifier? = nil, coreNetworkSegmentEdge: NetworkManagerClientTypes.CoreNetworkSegmentEdgeIdentifier? = nil, transitGatewayRouteTableArn: Swift.String? = nil - ) - { + ) { self.coreNetworkNetworkFunctionGroup = coreNetworkNetworkFunctionGroup self.coreNetworkSegmentEdge = coreNetworkSegmentEdge self.transitGatewayRouteTableArn = transitGatewayRouteTableArn @@ -5491,8 +5318,7 @@ public struct GetNetworkRoutesInput: Swift.Sendable { subnetOfMatches: [Swift.String]? = nil, supernetOfMatches: [Swift.String]? = nil, types: [NetworkManagerClientTypes.RouteType]? = nil - ) - { + ) { self.destinationFilters = destinationFilters self.exactCidrMatches = exactCidrMatches self.globalNetworkId = globalNetworkId @@ -5533,8 +5359,7 @@ extension NetworkManagerClientTypes { resourceType: Swift.String? = nil, segmentName: Swift.String? = nil, transitGatewayAttachmentId: Swift.String? = nil - ) - { + ) { self.coreNetworkAttachmentId = coreNetworkAttachmentId self.edgeLocation = edgeLocation self.networkFunctionGroupName = networkFunctionGroupName @@ -5567,8 +5392,7 @@ extension NetworkManagerClientTypes { prefixListId: Swift.String? = nil, state: NetworkManagerClientTypes.RouteState? = nil, type: NetworkManagerClientTypes.RouteType? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.destinations = destinations self.prefixListId = prefixListId @@ -5628,8 +5452,7 @@ public struct GetNetworkRoutesOutput: Swift.Sendable { routeTableArn: Swift.String? = nil, routeTableTimestamp: Foundation.Date? = nil, routeTableType: NetworkManagerClientTypes.RouteTableType? = nil - ) - { + ) { self.coreNetworkSegmentEdge = coreNetworkSegmentEdge self.networkRoutes = networkRoutes self.routeTableArn = routeTableArn @@ -5675,8 +5498,7 @@ public struct GetNetworkTelemetryInput: Swift.Sendable { registeredGatewayArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsRegion = awsRegion self.coreNetworkId = coreNetworkId @@ -5722,8 +5544,7 @@ extension NetworkManagerClientTypes { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.address = address self.awsRegion = awsRegion @@ -5746,8 +5567,7 @@ public struct GetNetworkTelemetryOutput: Swift.Sendable { public init( networkTelemetry: [NetworkManagerClientTypes.NetworkTelemetry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkTelemetry = networkTelemetry self.nextToken = nextToken } @@ -5760,8 +5580,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5772,8 +5591,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policyDocument: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument } } @@ -5789,8 +5607,7 @@ public struct GetRouteAnalysisInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, routeAnalysisId: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.routeAnalysisId = routeAnalysisId } @@ -5811,8 +5628,7 @@ extension NetworkManagerClientTypes { ipAddress: Swift.String? = nil, transitGatewayArn: Swift.String? = nil, transitGatewayAttachmentArn: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.transitGatewayArn = transitGatewayArn self.transitGatewayAttachmentArn = transitGatewayAttachmentArn @@ -5938,8 +5754,7 @@ extension NetworkManagerClientTypes { reasonCode: NetworkManagerClientTypes.RouteAnalysisCompletionReasonCode? = nil, reasonContext: [Swift.String: Swift.String]? = nil, resultCode: NetworkManagerClientTypes.RouteAnalysisCompletionResultCode? = nil - ) - { + ) { self.reasonCode = reasonCode self.reasonContext = reasonContext self.resultCode = resultCode @@ -5971,8 +5786,7 @@ extension NetworkManagerClientTypes { registeredGatewayArn: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.definition = definition self.isMiddlebox = isMiddlebox self.nameTag = nameTag @@ -5998,8 +5812,7 @@ extension NetworkManagerClientTypes { destinationCidrBlock: Swift.String? = nil, resource: NetworkManagerClientTypes.NetworkResourceSummary? = nil, sequence: Swift.Int? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.resource = resource self.sequence = sequence @@ -6019,8 +5832,7 @@ extension NetworkManagerClientTypes { public init( completionStatus: NetworkManagerClientTypes.RouteAnalysisCompletion? = nil, path: [NetworkManagerClientTypes.PathComponent]? = nil - ) - { + ) { self.completionStatus = completionStatus self.path = path } @@ -6098,8 +5910,7 @@ extension NetworkManagerClientTypes { startTimestamp: Foundation.Date? = nil, status: NetworkManagerClientTypes.RouteAnalysisStatus? = nil, useMiddleboxes: Swift.Bool = false - ) - { + ) { self.destination = destination self.forwardPath = forwardPath self.globalNetworkId = globalNetworkId @@ -6121,8 +5932,7 @@ public struct GetRouteAnalysisOutput: Swift.Sendable { public init( routeAnalysis: NetworkManagerClientTypes.RouteAnalysis? = nil - ) - { + ) { self.routeAnalysis = routeAnalysis } } @@ -6143,8 +5953,7 @@ public struct GetSitesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, siteIds: [Swift.String]? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -6161,8 +5970,7 @@ public struct GetSitesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sites: [NetworkManagerClientTypes.Site]? = nil - ) - { + ) { self.nextToken = nextToken self.sites = sites } @@ -6175,8 +5983,7 @@ public struct GetSiteToSiteVpnAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -6187,8 +5994,7 @@ public struct GetSiteToSiteVpnAttachmentOutput: Swift.Sendable { public init( siteToSiteVpnAttachment: NetworkManagerClientTypes.SiteToSiteVpnAttachment? = nil - ) - { + ) { self.siteToSiteVpnAttachment = siteToSiteVpnAttachment } } @@ -6209,8 +6015,7 @@ public struct GetTransitGatewayConnectPeerAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayConnectPeerArns: [Swift.String]? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -6227,8 +6032,7 @@ public struct GetTransitGatewayConnectPeerAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayConnectPeerAssociations: [NetworkManagerClientTypes.TransitGatewayConnectPeerAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayConnectPeerAssociations = transitGatewayConnectPeerAssociations } @@ -6241,8 +6045,7 @@ public struct GetTransitGatewayPeeringInput: Swift.Sendable { public init( peeringId: Swift.String? = nil - ) - { + ) { self.peeringId = peeringId } } @@ -6253,8 +6056,7 @@ public struct GetTransitGatewayPeeringOutput: Swift.Sendable { public init( transitGatewayPeering: NetworkManagerClientTypes.TransitGatewayPeering? = nil - ) - { + ) { self.transitGatewayPeering = transitGatewayPeering } } @@ -6275,8 +6077,7 @@ public struct GetTransitGatewayRegistrationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transitGatewayArns: [Swift.String]? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -6293,8 +6094,7 @@ public struct GetTransitGatewayRegistrationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transitGatewayRegistrations: [NetworkManagerClientTypes.TransitGatewayRegistration]? = nil - ) - { + ) { self.nextToken = nextToken self.transitGatewayRegistrations = transitGatewayRegistrations } @@ -6307,8 +6107,7 @@ public struct GetTransitGatewayRouteTableAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -6319,8 +6118,7 @@ public struct GetTransitGatewayRouteTableAttachmentOutput: Swift.Sendable { public init( transitGatewayRouteTableAttachment: NetworkManagerClientTypes.TransitGatewayRouteTableAttachment? = nil - ) - { + ) { self.transitGatewayRouteTableAttachment = transitGatewayRouteTableAttachment } } @@ -6332,8 +6130,7 @@ public struct GetVpcAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -6344,8 +6141,7 @@ public struct GetVpcAttachmentOutput: Swift.Sendable { public init( vpcAttachment: NetworkManagerClientTypes.VpcAttachment? = nil - ) - { + ) { self.vpcAttachment = vpcAttachment } } @@ -6371,8 +6167,7 @@ public struct ListAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, state: NetworkManagerClientTypes.AttachmentState? = nil - ) - { + ) { self.attachmentType = attachmentType self.coreNetworkId = coreNetworkId self.edgeLocation = edgeLocation @@ -6391,8 +6186,7 @@ public struct ListAttachmentsOutput: Swift.Sendable { public init( attachments: [NetworkManagerClientTypes.Attachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.nextToken = nextToken } @@ -6413,8 +6207,7 @@ public struct ListConnectPeersInput: Swift.Sendable { coreNetworkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectAttachmentId = connectAttachmentId self.coreNetworkId = coreNetworkId self.maxResults = maxResults @@ -6431,8 +6224,7 @@ public struct ListConnectPeersOutput: Swift.Sendable { public init( connectPeers: [NetworkManagerClientTypes.ConnectPeerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectPeers = connectPeers self.nextToken = nextToken } @@ -6451,8 +6243,7 @@ public struct ListCoreNetworkPolicyVersionsInput: Swift.Sendable { coreNetworkId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.maxResults = maxResults self.nextToken = nextToken @@ -6468,8 +6259,7 @@ public struct ListCoreNetworkPolicyVersionsOutput: Swift.Sendable { public init( coreNetworkPolicyVersions: [NetworkManagerClientTypes.CoreNetworkPolicyVersion]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreNetworkPolicyVersions = coreNetworkPolicyVersions self.nextToken = nextToken } @@ -6484,8 +6274,7 @@ public struct ListCoreNetworksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6500,8 +6289,7 @@ public struct ListCoreNetworksOutput: Swift.Sendable { public init( coreNetworks: [NetworkManagerClientTypes.CoreNetworkSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.coreNetworks = coreNetworks self.nextToken = nextToken } @@ -6516,8 +6304,7 @@ public struct ListOrganizationServiceAccessStatusInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6541,8 +6328,7 @@ extension NetworkManagerClientTypes { organizationAwsServiceAccessStatus: Swift.String? = nil, organizationId: Swift.String? = nil, slrDeploymentStatus: Swift.String? = nil - ) - { + ) { self.accountStatusList = accountStatusList self.organizationAwsServiceAccessStatus = organizationAwsServiceAccessStatus self.organizationId = organizationId @@ -6560,8 +6346,7 @@ public struct ListOrganizationServiceAccessStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationStatus: NetworkManagerClientTypes.OrganizationStatus? = nil - ) - { + ) { self.nextToken = nextToken self.organizationStatus = organizationStatus } @@ -6588,8 +6373,7 @@ public struct ListPeeringsInput: Swift.Sendable { nextToken: Swift.String? = nil, peeringType: NetworkManagerClientTypes.PeeringType? = nil, state: NetworkManagerClientTypes.PeeringState? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.edgeLocation = edgeLocation self.maxResults = maxResults @@ -6608,8 +6392,7 @@ public struct ListPeeringsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, peerings: [NetworkManagerClientTypes.Peering]? = nil - ) - { + ) { self.nextToken = nextToken self.peerings = peerings } @@ -6622,8 +6405,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6634,8 +6416,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -6660,8 +6441,7 @@ public struct PutCoreNetworkPolicyInput: Swift.Sendable { description: Swift.String? = nil, latestVersionId: Swift.Int? = nil, policyDocument: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.coreNetworkId = coreNetworkId self.description = description @@ -6676,8 +6456,7 @@ public struct PutCoreNetworkPolicyOutput: Swift.Sendable { public init( coreNetworkPolicy: NetworkManagerClientTypes.CoreNetworkPolicy? = nil - ) - { + ) { self.coreNetworkPolicy = coreNetworkPolicy } } @@ -6693,8 +6472,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policyDocument: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.resourceArn = resourceArn } @@ -6716,8 +6494,7 @@ public struct RegisterTransitGatewayInput: Swift.Sendable { public init( globalNetworkId: Swift.String? = nil, transitGatewayArn: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.transitGatewayArn = transitGatewayArn } @@ -6729,8 +6506,7 @@ public struct RegisterTransitGatewayOutput: Swift.Sendable { public init( transitGatewayRegistration: NetworkManagerClientTypes.TransitGatewayRegistration? = nil - ) - { + ) { self.transitGatewayRegistration = transitGatewayRegistration } } @@ -6742,8 +6518,7 @@ public struct RejectAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -6754,8 +6529,7 @@ public struct RejectAttachmentOutput: Swift.Sendable { public init( attachment: NetworkManagerClientTypes.Attachment? = nil - ) - { + ) { self.attachment = attachment } } @@ -6771,8 +6545,7 @@ public struct RestoreCoreNetworkPolicyVersionInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil, policyVersionId: Swift.Int? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.policyVersionId = policyVersionId } @@ -6784,8 +6557,7 @@ public struct RestoreCoreNetworkPolicyVersionOutput: Swift.Sendable { public init( coreNetworkPolicy: NetworkManagerClientTypes.CoreNetworkPolicy? = nil - ) - { + ) { self.coreNetworkPolicy = coreNetworkPolicy } } @@ -6797,8 +6569,7 @@ public struct StartOrganizationServiceAccessUpdateInput: Swift.Sendable { public init( action: Swift.String? = nil - ) - { + ) { self.action = action } } @@ -6809,8 +6580,7 @@ public struct StartOrganizationServiceAccessUpdateOutput: Swift.Sendable { public init( organizationStatus: NetworkManagerClientTypes.OrganizationStatus? = nil - ) - { + ) { self.organizationStatus = organizationStatus } } @@ -6827,8 +6597,7 @@ extension NetworkManagerClientTypes { public init( ipAddress: Swift.String? = nil, transitGatewayAttachmentArn: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.transitGatewayAttachmentArn = transitGatewayAttachmentArn } @@ -6856,8 +6625,7 @@ public struct StartRouteAnalysisInput: Swift.Sendable { includeReturnPath: Swift.Bool? = false, source: NetworkManagerClientTypes.RouteAnalysisEndpointOptionsSpecification? = nil, useMiddleboxes: Swift.Bool? = false - ) - { + ) { self.destination = destination self.globalNetworkId = globalNetworkId self.includeReturnPath = includeReturnPath @@ -6872,8 +6640,7 @@ public struct StartRouteAnalysisOutput: Swift.Sendable { public init( routeAnalysis: NetworkManagerClientTypes.RouteAnalysis? = nil - ) - { + ) { self.routeAnalysis = routeAnalysis } } @@ -6889,8 +6656,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [NetworkManagerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6912,8 +6678,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6944,8 +6709,7 @@ public struct UpdateConnectionInput: Swift.Sendable { description: Swift.String? = nil, globalNetworkId: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.connectedLinkId = connectedLinkId self.connectionId = connectionId self.description = description @@ -6960,8 +6724,7 @@ public struct UpdateConnectionOutput: Swift.Sendable { public init( connection: NetworkManagerClientTypes.Connection? = nil - ) - { + ) { self.connection = connection } } @@ -6976,8 +6739,7 @@ public struct UpdateCoreNetworkInput: Swift.Sendable { public init( coreNetworkId: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.coreNetworkId = coreNetworkId self.description = description } @@ -6989,8 +6751,7 @@ public struct UpdateCoreNetworkOutput: Swift.Sendable { public init( coreNetwork: NetworkManagerClientTypes.CoreNetwork? = nil - ) - { + ) { self.coreNetwork = coreNetwork } } @@ -7030,8 +6791,7 @@ public struct UpdateDeviceInput: Swift.Sendable { siteId: Swift.String? = nil, type: Swift.String? = nil, vendor: Swift.String? = nil - ) - { + ) { self.awsLocation = awsLocation self.description = description self.deviceId = deviceId @@ -7056,8 +6816,7 @@ public struct UpdateDeviceOutput: Swift.Sendable { public init( device: NetworkManagerClientTypes.Device? = nil - ) - { + ) { self.device = device } } @@ -7072,8 +6831,7 @@ public struct UpdateDirectConnectGatewayAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil, edgeLocations: [Swift.String]? = nil - ) - { + ) { self.attachmentId = attachmentId self.edgeLocations = edgeLocations } @@ -7085,8 +6843,7 @@ public struct UpdateDirectConnectGatewayAttachmentOutput: Swift.Sendable { public init( directConnectGatewayAttachment: NetworkManagerClientTypes.DirectConnectGatewayAttachment? = nil - ) - { + ) { self.directConnectGatewayAttachment = directConnectGatewayAttachment } } @@ -7101,8 +6858,7 @@ public struct UpdateGlobalNetworkInput: Swift.Sendable { public init( description: Swift.String? = nil, globalNetworkId: Swift.String? = nil - ) - { + ) { self.description = description self.globalNetworkId = globalNetworkId } @@ -7114,8 +6870,7 @@ public struct UpdateGlobalNetworkOutput: Swift.Sendable { public init( globalNetwork: NetworkManagerClientTypes.GlobalNetwork? = nil - ) - { + ) { self.globalNetwork = globalNetwork } } @@ -7143,8 +6898,7 @@ public struct UpdateLinkInput: Swift.Sendable { linkId: Swift.String? = nil, provider: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.bandwidth = bandwidth self.description = description self.globalNetworkId = globalNetworkId @@ -7160,8 +6914,7 @@ public struct UpdateLinkOutput: Swift.Sendable { public init( link: NetworkManagerClientTypes.Link? = nil - ) - { + ) { self.link = link } } @@ -7181,8 +6934,7 @@ public struct UpdateNetworkResourceMetadataInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, metadata: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.globalNetworkId = globalNetworkId self.metadata = metadata self.resourceArn = resourceArn @@ -7198,8 +6950,7 @@ public struct UpdateNetworkResourceMetadataOutput: Swift.Sendable { public init( metadata: [Swift.String: Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.resourceArn = resourceArn } @@ -7228,8 +6979,7 @@ public struct UpdateSiteInput: Swift.Sendable { globalNetworkId: Swift.String? = nil, location: NetworkManagerClientTypes.Location? = nil, siteId: Swift.String? = nil - ) - { + ) { self.description = description self.globalNetworkId = globalNetworkId self.location = location @@ -7248,8 +6998,7 @@ public struct UpdateSiteOutput: Swift.Sendable { public init( site: NetworkManagerClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -7270,8 +7019,7 @@ public struct UpdateVpcAttachmentInput: Swift.Sendable { attachmentId: Swift.String? = nil, options: NetworkManagerClientTypes.VpcOptions? = nil, removeSubnetArns: [Swift.String]? = nil - ) - { + ) { self.addSubnetArns = addSubnetArns self.attachmentId = attachmentId self.options = options @@ -7285,8 +7033,7 @@ public struct UpdateVpcAttachmentOutput: Swift.Sendable { public init( vpcAttachment: NetworkManagerClientTypes.VpcAttachment? = nil - ) - { + ) { self.vpcAttachment = vpcAttachment } } diff --git a/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/NetworkManagerClient.swift b/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/NetworkManagerClient.swift index 62604fd6f7f..63d0ab691e2 100644 --- a/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/NetworkManagerClient.swift +++ b/Sources/Services/AWSNetworkManager/Sources/AWSNetworkManager/NetworkManagerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NetworkManagerClient: ClientRuntime.Client { public static let clientName = "NetworkManagerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NetworkManagerClient.NetworkManagerClientConfiguration let serviceName = "NetworkManager" diff --git a/Sources/Services/AWSNetworkMonitor/Package.swift.txt b/Sources/Services/AWSNetworkMonitor/Package.swift.txt index 188f2a36abf..16091a1705e 100644 --- a/Sources/Services/AWSNetworkMonitor/Package.swift.txt +++ b/Sources/Services/AWSNetworkMonitor/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/Models.swift b/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/Models.swift index 5d39c02646d..e5c00e3589c 100644 --- a/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/Models.swift +++ b/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -99,8 +98,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +121,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +144,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +167,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +190,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -257,8 +251,7 @@ extension NetworkMonitorClientTypes { probeTags: [Swift.String: Swift.String]? = nil, `protocol`: NetworkMonitorClientTypes.ModelProtocol? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.destination = destination self.destinationPort = destinationPort self.packetSize = packetSize @@ -288,8 +281,7 @@ public struct CreateMonitorInput: Swift.Sendable { monitorName: Swift.String? = nil, probes: [NetworkMonitorClientTypes.CreateMonitorProbeInput]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.clientToken = clientToken self.monitorName = monitorName @@ -357,8 +349,7 @@ public struct CreateMonitorOutput: Swift.Sendable { monitorName: Swift.String? = nil, state: NetworkMonitorClientTypes.MonitorState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.monitorArn = monitorArn self.monitorName = monitorName @@ -385,8 +376,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -418,8 +408,7 @@ extension NetworkMonitorClientTypes { `protocol`: NetworkMonitorClientTypes.ModelProtocol? = nil, sourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.destination = destination self.destinationPort = destinationPort self.packetSize = packetSize @@ -447,8 +436,7 @@ public struct CreateProbeInput: Swift.Sendable { monitorName: Swift.String? = nil, probe: NetworkMonitorClientTypes.ProbeInput? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.monitorName = monitorName self.probe = probe @@ -542,8 +530,7 @@ public struct CreateProbeOutput: Swift.Sendable { state: NetworkMonitorClientTypes.ProbeState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.createdAt = createdAt self.destination = destination @@ -567,8 +554,7 @@ public struct DeleteMonitorInput: Swift.Sendable { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -589,8 +575,7 @@ public struct DeleteProbeInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, probeId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.probeId = probeId } @@ -608,8 +593,7 @@ public struct GetMonitorInput: Swift.Sendable { public init( monitorName: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName } } @@ -662,8 +646,7 @@ extension NetworkMonitorClientTypes { state: NetworkMonitorClientTypes.ProbeState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.createdAt = createdAt self.destination = destination @@ -714,8 +697,7 @@ public struct GetMonitorOutput: Swift.Sendable { probes: [NetworkMonitorClientTypes.Probe]? = nil, state: NetworkMonitorClientTypes.MonitorState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.createdAt = createdAt self.modifiedAt = modifiedAt @@ -738,8 +720,7 @@ public struct GetProbeInput: Swift.Sendable { public init( monitorName: Swift.String? = nil, probeId: Swift.String? = nil - ) - { + ) { self.monitorName = monitorName self.probeId = probeId } @@ -790,8 +771,7 @@ public struct GetProbeOutput: Swift.Sendable { state: NetworkMonitorClientTypes.ProbeState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.createdAt = createdAt self.destination = destination @@ -820,8 +800,7 @@ public struct ListMonitorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.state = state @@ -852,8 +831,7 @@ extension NetworkMonitorClientTypes { monitorName: Swift.String? = nil, state: NetworkMonitorClientTypes.MonitorState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.monitorArn = monitorArn self.monitorName = monitorName @@ -873,8 +851,7 @@ public struct ListMonitorsOutput: Swift.Sendable { public init( monitors: [NetworkMonitorClientTypes.MonitorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitors = monitors self.nextToken = nextToken } @@ -887,8 +864,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -899,8 +875,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -916,8 +891,7 @@ public struct UpdateMonitorInput: Swift.Sendable { public init( aggregationPeriod: Swift.Int? = nil, monitorName: Swift.String? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.monitorName = monitorName } @@ -944,8 +918,7 @@ public struct UpdateMonitorOutput: Swift.Sendable { monitorName: Swift.String? = nil, state: NetworkMonitorClientTypes.MonitorState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationPeriod = aggregationPeriod self.monitorArn = monitorArn self.monitorName = monitorName @@ -980,8 +953,7 @@ public struct UpdateProbeInput: Swift.Sendable { probeId: Swift.String? = nil, `protocol`: NetworkMonitorClientTypes.ModelProtocol? = nil, state: NetworkMonitorClientTypes.ProbeState? = nil - ) - { + ) { self.destination = destination self.destinationPort = destinationPort self.monitorName = monitorName @@ -1037,8 +1009,7 @@ public struct UpdateProbeOutput: Swift.Sendable { state: NetworkMonitorClientTypes.ProbeState? = nil, tags: [Swift.String: Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.addressFamily = addressFamily self.createdAt = createdAt self.destination = destination @@ -1066,8 +1037,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1089,8 +1059,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/NetworkMonitorClient.swift b/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/NetworkMonitorClient.swift index 37d4a94397a..1c09bd12b68 100644 --- a/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/NetworkMonitorClient.swift +++ b/Sources/Services/AWSNetworkMonitor/Sources/AWSNetworkMonitor/NetworkMonitorClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NetworkMonitorClient: ClientRuntime.Client { public static let clientName = "NetworkMonitorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NetworkMonitorClient.NetworkMonitorClientConfiguration let serviceName = "NetworkMonitor" diff --git a/Sources/Services/AWSNotifications/Package.swift.txt b/Sources/Services/AWSNotifications/Package.swift.txt index 19d9b35dffb..5835dfb344b 100644 --- a/Sources/Services/AWSNotifications/Package.swift.txt +++ b/Sources/Services/AWSNotifications/Package.swift.txt @@ -41,19 +41,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNotifications/Sources/AWSNotifications/Models.swift b/Sources/Services/AWSNotifications/Sources/AWSNotifications/Models.swift index cdf293a5d8f..99b3263ea89 100644 --- a/Sources/Services/AWSNotifications/Sources/AWSNotifications/Models.swift +++ b/Sources/Services/AWSNotifications/Sources/AWSNotifications/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +142,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -169,8 +167,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -198,8 +195,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -237,8 +233,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -275,8 +270,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -298,8 +292,7 @@ extension NotificationsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -360,8 +353,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [NotificationsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: NotificationsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -379,8 +371,7 @@ public struct AssociateChannelInput: Swift.Sendable { public init( arn: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.notificationConfigurationArn = notificationConfigurationArn } @@ -402,8 +393,7 @@ public struct DisassociateChannelInput: Swift.Sendable { public init( arn: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.notificationConfigurationArn = notificationConfigurationArn } @@ -427,8 +417,7 @@ public struct ListChannelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.notificationConfigurationArn = notificationConfigurationArn @@ -445,8 +434,7 @@ public struct ListChannelsOutput: Swift.Sendable { public init( channels: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.channels = channels self.nextToken = nextToken } @@ -474,8 +462,7 @@ public struct CreateEventRuleInput: Swift.Sendable { notificationConfigurationArn: Swift.String? = nil, regions: [Swift.String]? = nil, source: Swift.String? = nil - ) - { + ) { self.eventPattern = eventPattern self.eventType = eventType self.notificationConfigurationArn = notificationConfigurationArn @@ -575,8 +562,7 @@ extension NotificationsClientTypes { public init( reason: Swift.String? = nil, status: NotificationsClientTypes.EventRuleStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -598,8 +584,7 @@ public struct CreateEventRuleOutput: Swift.Sendable { arn: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil, statusSummaryByRegion: [Swift.String: NotificationsClientTypes.EventRuleStatusSummary]? = nil - ) - { + ) { self.arn = arn self.notificationConfigurationArn = notificationConfigurationArn self.statusSummaryByRegion = statusSummaryByRegion @@ -643,8 +628,7 @@ public struct CreateNotificationConfigurationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregationDuration = aggregationDuration self.description = description self.name = name @@ -733,8 +717,7 @@ public struct CreateNotificationConfigurationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, status: NotificationsClientTypes.NotificationConfigurationStatus? = nil - ) - { + ) { self.arn = arn self.status = status } @@ -747,8 +730,7 @@ public struct DeleteEventRuleInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -765,8 +747,7 @@ public struct DeleteNotificationConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -783,8 +764,7 @@ public struct DeregisterNotificationHubInput: Swift.Sendable { public init( notificationHubRegion: Swift.String? = nil - ) - { + ) { self.notificationHubRegion = notificationHubRegion } } @@ -862,8 +842,7 @@ extension NotificationsClientTypes { public init( reason: Swift.String? = nil, status: NotificationsClientTypes.NotificationHubStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -881,8 +860,7 @@ public struct DeregisterNotificationHubOutput: Swift.Sendable { public init( notificationHubRegion: Swift.String? = nil, statusSummary: NotificationsClientTypes.NotificationHubStatusSummary? = nil - ) - { + ) { self.notificationHubRegion = notificationHubRegion self.statusSummary = statusSummary } @@ -902,8 +880,7 @@ extension NotificationsClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -917,8 +894,7 @@ public struct GetEventRuleInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -962,8 +938,7 @@ public struct GetEventRuleOutput: Swift.Sendable { regions: [Swift.String]? = nil, source: Swift.String? = nil, statusSummaryByRegion: [Swift.String: NotificationsClientTypes.EventRuleStatusSummary]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.eventPattern = eventPattern @@ -989,8 +964,7 @@ public struct ListEventRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.notificationConfigurationArn = notificationConfigurationArn @@ -1039,8 +1013,7 @@ extension NotificationsClientTypes { regions: [Swift.String]? = nil, source: Swift.String? = nil, statusSummaryByRegion: [Swift.String: NotificationsClientTypes.EventRuleStatusSummary]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.eventPattern = eventPattern @@ -1064,8 +1037,7 @@ public struct ListEventRulesOutput: Swift.Sendable { public init( eventRules: [NotificationsClientTypes.EventRuleStructure]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventRules = eventRules self.nextToken = nextToken } @@ -1084,8 +1056,7 @@ public struct UpdateEventRuleInput: Swift.Sendable { arn: Swift.String? = nil, eventPattern: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.eventPattern = eventPattern self.regions = regions @@ -1107,8 +1078,7 @@ public struct UpdateEventRuleOutput: Swift.Sendable { arn: Swift.String? = nil, notificationConfigurationArn: Swift.String? = nil, statusSummaryByRegion: [Swift.String: NotificationsClientTypes.EventRuleStatusSummary]? = nil - ) - { + ) { self.arn = arn self.notificationConfigurationArn = notificationConfigurationArn self.statusSummaryByRegion = statusSummaryByRegion @@ -1151,8 +1121,7 @@ public struct GetNotificationConfigurationInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1234,8 +1203,7 @@ public struct GetNotificationConfigurationOutput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, status: NotificationsClientTypes.NotificationConfigurationStatus? = nil - ) - { + ) { self.aggregationDuration = aggregationDuration self.arn = arn self.creationTime = creationTime @@ -1338,8 +1306,7 @@ public struct GetNotificationEventInput: Swift.Sendable { public init( arn: Swift.String? = nil, locale: NotificationsClientTypes.LocaleCode? = nil - ) - { + ) { self.arn = arn self.locale = locale } @@ -1393,8 +1360,7 @@ extension NotificationsClientTypes { mediaId: Swift.String? = nil, type: NotificationsClientTypes.MediaElementType? = nil, url: Swift.String? = nil - ) - { + ) { self.caption = caption self.mediaId = mediaId self.type = type @@ -1421,8 +1387,7 @@ extension NotificationsClientTypes { dimensions: [NotificationsClientTypes.Dimension]? = nil, headline: Swift.String? = nil, paragraphSummary: Swift.String? = nil - ) - { + ) { self.completeDescription = completeDescription self.dimensions = dimensions self.headline = headline @@ -1510,8 +1475,7 @@ extension NotificationsClientTypes { detailUrl: Swift.String? = nil, id: Swift.String? = nil, tags: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.detailUrl = detailUrl self.id = id @@ -1557,8 +1521,7 @@ extension NotificationsClientTypes { relatedResources: [NotificationsClientTypes.Resource]? = nil, source: Swift.String? = nil, sourceEventId: Swift.String? = nil - ) - { + ) { self.eventOccurrenceTime = eventOccurrenceTime self.eventOriginRegion = eventOriginRegion self.eventType = eventType @@ -1622,8 +1585,7 @@ extension NotificationsClientTypes { textByLocale: [Swift.String: Swift.String]? = nil, type: NotificationsClientTypes.TextPartType? = nil, url: Swift.String? = nil - ) - { + ) { self.displayText = displayText self.textByLocale = textByLocale self.type = type @@ -1747,8 +1709,7 @@ extension NotificationsClientTypes { sourceEventMetadata: NotificationsClientTypes.SourceEventMetadata? = nil, startTime: Foundation.Date? = nil, textParts: [Swift.String: NotificationsClientTypes.TextPartValue]? = nil - ) - { + ) { self.aggregateNotificationEventArn = aggregateNotificationEventArn self.aggregationEventType = aggregationEventType self.endTime = endTime @@ -1786,8 +1747,7 @@ public struct GetNotificationEventOutput: Swift.Sendable { content: NotificationsClientTypes.NotificationEventSchema? = nil, creationTime: Foundation.Date? = nil, notificationConfigurationArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.content = content self.creationTime = creationTime @@ -1844,8 +1804,7 @@ public struct ListNotificationConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: NotificationsClientTypes.NotificationConfigurationStatus? = nil - ) - { + ) { self.channelArn = channelArn self.eventRuleSource = eventRuleSource self.maxResults = maxResults @@ -1934,8 +1893,7 @@ extension NotificationsClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, status: NotificationsClientTypes.NotificationConfigurationStatus? = nil - ) - { + ) { self.aggregationDuration = aggregationDuration self.arn = arn self.creationTime = creationTime @@ -1956,8 +1914,7 @@ public struct ListNotificationConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationConfigurations: [NotificationsClientTypes.NotificationConfigurationStructure]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationConfigurations = notificationConfigurations } @@ -1990,8 +1947,7 @@ public struct ListNotificationEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, source: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.aggregateNotificationEventArn = aggregateNotificationEventArn self.endTime = endTime self.includeChildEvents = includeChildEvents @@ -2013,8 +1969,7 @@ extension NotificationsClientTypes { public init( headline: Swift.String? = nil - ) - { + ) { self.headline = headline } } @@ -2037,8 +1992,7 @@ extension NotificationsClientTypes { eventOriginRegion: Swift.String? = nil, eventType: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.eventOriginRegion = eventOriginRegion self.eventType = eventType self.source = source @@ -2112,8 +2066,7 @@ extension NotificationsClientTypes { notificationType: NotificationsClientTypes.NotificationType? = nil, schemaVersion: NotificationsClientTypes.SchemaVersion? = nil, sourceEventMetadata: NotificationsClientTypes.SourceEventMetadataSummary? = nil - ) - { + ) { self.eventStatus = eventStatus self.messageComponents = messageComponents self.notificationType = notificationType @@ -2175,8 +2128,7 @@ extension NotificationsClientTypes { notificationConfigurationArn: Swift.String? = nil, notificationEvent: NotificationsClientTypes.NotificationEventSummary? = nil, relatedAccount: Swift.String? = nil - ) - { + ) { self.aggregateNotificationEventArn = aggregateNotificationEventArn self.aggregationEventType = aggregationEventType self.arn = arn @@ -2198,8 +2150,7 @@ public struct ListNotificationEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationEvents: [NotificationsClientTypes.NotificationEventOverview]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationEvents = notificationEvents } @@ -2214,8 +2165,7 @@ public struct ListNotificationHubsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2242,8 +2192,7 @@ extension NotificationsClientTypes { lastActivationTime: Foundation.Date? = nil, notificationHubRegion: Swift.String? = nil, statusSummary: NotificationsClientTypes.NotificationHubStatusSummary? = nil - ) - { + ) { self.creationTime = creationTime self.lastActivationTime = lastActivationTime self.notificationHubRegion = notificationHubRegion @@ -2262,8 +2211,7 @@ public struct ListNotificationHubsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationHubs: [NotificationsClientTypes.NotificationHubOverview]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationHubs = notificationHubs } @@ -2276,8 +2224,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2288,8 +2235,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2341,8 +2287,7 @@ public struct UpdateNotificationConfigurationInput: Swift.Sendable { arn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.aggregationDuration = aggregationDuration self.arn = arn self.description = description @@ -2357,8 +2302,7 @@ public struct UpdateNotificationConfigurationOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2370,8 +2314,7 @@ public struct RegisterNotificationHubInput: Swift.Sendable { public init( notificationHubRegion: Swift.String? = nil - ) - { + ) { self.notificationHubRegion = notificationHubRegion } } @@ -2394,8 +2337,7 @@ public struct RegisterNotificationHubOutput: Swift.Sendable { lastActivationTime: Foundation.Date? = nil, notificationHubRegion: Swift.String? = nil, statusSummary: NotificationsClientTypes.NotificationHubStatusSummary? = nil - ) - { + ) { self.creationTime = creationTime self.lastActivationTime = lastActivationTime self.notificationHubRegion = notificationHubRegion @@ -2414,8 +2356,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -2437,8 +2378,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSNotifications/Sources/AWSNotifications/NotificationsClient.swift b/Sources/Services/AWSNotifications/Sources/AWSNotifications/NotificationsClient.swift index 9f36345a3f5..bfa9bf00d43 100644 --- a/Sources/Services/AWSNotifications/Sources/AWSNotifications/NotificationsClient.swift +++ b/Sources/Services/AWSNotifications/Sources/AWSNotifications/NotificationsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NotificationsClient: ClientRuntime.Client { public static let clientName = "NotificationsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NotificationsClient.NotificationsClientConfiguration let serviceName = "Notifications" diff --git a/Sources/Services/AWSNotificationsContacts/Package.swift.txt b/Sources/Services/AWSNotificationsContacts/Package.swift.txt index 7e0fb2bdc77..e6ada8f24dd 100644 --- a/Sources/Services/AWSNotificationsContacts/Package.swift.txt +++ b/Sources/Services/AWSNotificationsContacts/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/Models.swift b/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/Models.swift index 8e26a0ea53e..85fec83436e 100644 --- a/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/Models.swift +++ b/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -80,8 +79,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -107,8 +105,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -140,8 +137,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -176,8 +172,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -199,8 +194,7 @@ extension NotificationsContactsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -262,8 +256,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [NotificationsContactsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: NotificationsContactsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -281,8 +274,7 @@ public struct ActivateEmailContactInput: Swift.Sendable { public init( arn: Swift.String? = nil, code: Swift.String? = nil - ) - { + ) { self.arn = arn self.code = code } @@ -333,8 +325,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -357,8 +348,7 @@ public struct CreateEmailContactInput: Swift.Sendable { emailAddress: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.emailAddress = emailAddress self.name = name self.tags = tags @@ -377,8 +367,7 @@ public struct CreateEmailContactOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -390,8 +379,7 @@ public struct DeleteEmailContactInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -460,8 +448,7 @@ extension NotificationsContactsClientTypes { name: Swift.String? = nil, status: NotificationsContactsClientTypes.EmailContactStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.address = address self.arn = arn self.creationTime = creationTime @@ -484,8 +471,7 @@ public struct GetEmailContactInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -497,8 +483,7 @@ public struct GetEmailContactOutput: Swift.Sendable { public init( emailContact: NotificationsContactsClientTypes.EmailContact? = nil - ) - { + ) { self.emailContact = emailContact } } @@ -512,8 +497,7 @@ public struct ListEmailContactsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -529,8 +513,7 @@ public struct ListEmailContactsOutput: Swift.Sendable { public init( emailContacts: [NotificationsContactsClientTypes.EmailContact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.emailContacts = emailContacts self.nextToken = nextToken } @@ -543,8 +526,7 @@ public struct SendActivationCodeInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -561,8 +543,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -573,8 +554,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -590,8 +570,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -613,8 +592,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/NotificationsContactsClient.swift b/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/NotificationsContactsClient.swift index 07b7ee0fb07..d36dff2279b 100644 --- a/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/NotificationsContactsClient.swift +++ b/Sources/Services/AWSNotificationsContacts/Sources/AWSNotificationsContacts/NotificationsContactsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class NotificationsContactsClient: ClientRuntime.Client { public static let clientName = "NotificationsContactsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: NotificationsContactsClient.NotificationsContactsClientConfiguration let serviceName = "NotificationsContacts" diff --git a/Sources/Services/AWSOAM/Package.swift.txt b/Sources/Services/AWSOAM/Package.swift.txt index 4b3d6c76e85..e34eeadd7e2 100644 --- a/Sources/Services/AWSOAM/Package.swift.txt +++ b/Sources/Services/AWSOAM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSOAM/Sources/AWSOAM/Models.swift b/Sources/Services/AWSOAM/Sources/AWSOAM/Models.swift index 6ffdc098720..1bdd07fc5bb 100644 --- a/Sources/Services/AWSOAM/Sources/AWSOAM/Models.swift +++ b/Sources/Services/AWSOAM/Sources/AWSOAM/Models.swift @@ -47,8 +47,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -75,8 +74,7 @@ public struct InternalServiceFault: ClientRuntime.ModeledError, AWSClientRuntime public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -103,8 +101,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -131,8 +128,7 @@ public struct MissingRequiredParameterException: ClientRuntime.ModeledError, AWS public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -159,8 +155,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -198,8 +193,7 @@ extension OAMClientTypes { public init( filter: Swift.String? = nil - ) - { + ) { self.filter = filter } } @@ -237,8 +231,7 @@ extension OAMClientTypes { public init( filter: Swift.String? = nil - ) - { + ) { self.filter = filter } } @@ -256,8 +249,7 @@ extension OAMClientTypes { public init( logGroupConfiguration: OAMClientTypes.LogGroupConfiguration? = nil, metricConfiguration: OAMClientTypes.MetricConfiguration? = nil - ) - { + ) { self.logGroupConfiguration = logGroupConfiguration self.metricConfiguration = metricConfiguration } @@ -329,8 +321,7 @@ public struct CreateLinkInput: Swift.Sendable { resourceTypes: [OAMClientTypes.ResourceType]? = nil, sinkIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.labelTemplate = labelTemplate self.linkConfiguration = linkConfiguration self.resourceTypes = resourceTypes @@ -366,8 +357,7 @@ public struct CreateLinkOutput: Swift.Sendable { resourceTypes: [Swift.String]? = nil, sinkArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.label = label @@ -389,8 +379,7 @@ public struct CreateSinkInput: Swift.Sendable { public init( name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.tags = tags } @@ -411,8 +400,7 @@ public struct CreateSinkOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -441,8 +429,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -455,8 +442,7 @@ public struct DeleteLinkInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -473,8 +459,7 @@ public struct DeleteSinkInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -491,8 +476,7 @@ public struct GetLinkInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -524,8 +508,7 @@ public struct GetLinkOutput: Swift.Sendable { resourceTypes: [Swift.String]? = nil, sinkArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.label = label @@ -544,8 +527,7 @@ public struct GetSinkInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -565,8 +547,7 @@ public struct GetSinkOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -581,8 +562,7 @@ public struct GetSinkPolicyInput: Swift.Sendable { public init( sinkIdentifier: Swift.String? = nil - ) - { + ) { self.sinkIdentifier = sinkIdentifier } } @@ -599,8 +579,7 @@ public struct GetSinkPolicyOutput: Swift.Sendable { policy: Swift.String? = nil, sinkArn: Swift.String? = nil, sinkId: Swift.String? = nil - ) - { + ) { self.policy = policy self.sinkArn = sinkArn self.sinkId = sinkId @@ -620,8 +599,7 @@ public struct ListAttachedLinksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sinkIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sinkIdentifier = sinkIdentifier @@ -643,8 +621,7 @@ extension OAMClientTypes { label: Swift.String? = nil, linkArn: Swift.String? = nil, resourceTypes: [Swift.String]? = nil - ) - { + ) { self.label = label self.linkArn = linkArn self.resourceTypes = resourceTypes @@ -662,8 +639,7 @@ public struct ListAttachedLinksOutput: Swift.Sendable { public init( items: [OAMClientTypes.ListAttachedLinksItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -678,8 +654,7 @@ public struct ListLinksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -706,8 +681,7 @@ extension OAMClientTypes { label: Swift.String? = nil, resourceTypes: [Swift.String]? = nil, sinkArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.label = label @@ -727,8 +701,7 @@ public struct ListLinksOutput: Swift.Sendable { public init( items: [OAMClientTypes.ListLinksItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -743,8 +716,7 @@ public struct ListSinksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -765,8 +737,7 @@ extension OAMClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -784,8 +755,7 @@ public struct ListSinksOutput: Swift.Sendable { public init( items: [OAMClientTypes.ListSinksItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -809,8 +779,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -822,8 +791,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -834,8 +802,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -851,8 +818,7 @@ public struct PutSinkPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, sinkIdentifier: Swift.String? = nil - ) - { + ) { self.policy = policy self.sinkIdentifier = sinkIdentifier } @@ -870,8 +836,7 @@ public struct PutSinkPolicyOutput: Swift.Sendable { policy: Swift.String? = nil, sinkArn: Swift.String? = nil, sinkId: Swift.String? = nil - ) - { + ) { self.policy = policy self.sinkArn = sinkArn self.sinkId = sinkId @@ -896,8 +861,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -913,8 +877,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -936,8 +899,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -962,8 +924,7 @@ public struct UpdateLinkInput: Swift.Sendable { identifier: Swift.String? = nil, linkConfiguration: OAMClientTypes.LinkConfiguration? = nil, resourceTypes: [OAMClientTypes.ResourceType]? = nil - ) - { + ) { self.identifier = identifier self.linkConfiguration = linkConfiguration self.resourceTypes = resourceTypes @@ -997,8 +958,7 @@ public struct UpdateLinkOutput: Swift.Sendable { resourceTypes: [Swift.String]? = nil, sinkArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.label = label diff --git a/Sources/Services/AWSOAM/Sources/AWSOAM/OAMClient.swift b/Sources/Services/AWSOAM/Sources/AWSOAM/OAMClient.swift index 009915ba6d9..2244feadeb6 100644 --- a/Sources/Services/AWSOAM/Sources/AWSOAM/OAMClient.swift +++ b/Sources/Services/AWSOAM/Sources/AWSOAM/OAMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OAMClient: ClientRuntime.Client { public static let clientName = "OAMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OAMClient.OAMClientConfiguration let serviceName = "OAM" diff --git a/Sources/Services/AWSOSIS/Package.swift.txt b/Sources/Services/AWSOSIS/Package.swift.txt index 279eee45830..408ff0ace19 100644 --- a/Sources/Services/AWSOSIS/Package.swift.txt +++ b/Sources/Services/AWSOSIS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOSIS/Sources/AWSOSIS/Models.swift b/Sources/Services/AWSOSIS/Sources/AWSOSIS/Models.swift index e5ac0bc8d0c..deb458159ea 100644 --- a/Sources/Services/AWSOSIS/Sources/AWSOSIS/Models.swift +++ b/Sources/Services/AWSOSIS/Sources/AWSOSIS/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct DisabledOperationException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +160,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -189,8 +183,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -205,8 +198,7 @@ extension OSISClientTypes { public init( persistentBufferEnabled: Swift.Bool? = nil - ) - { + ) { self.persistentBufferEnabled = persistentBufferEnabled } } @@ -222,8 +214,7 @@ extension OSISClientTypes { public init( kmsKeyArn: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn } } @@ -239,8 +230,7 @@ extension OSISClientTypes { public init( logGroup: Swift.String? = nil - ) - { + ) { self.logGroup = logGroup } } @@ -258,8 +248,7 @@ extension OSISClientTypes { public init( cloudWatchLogDestination: OSISClientTypes.CloudWatchLogDestination? = nil, isLoggingEnabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogDestination = cloudWatchLogDestination self.isLoggingEnabled = isLoggingEnabled } @@ -280,8 +269,7 @@ extension OSISClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -301,8 +289,7 @@ extension OSISClientTypes { public init( attachToVpc: Swift.Bool? = nil, cidrBlock: Swift.String? = nil - ) - { + ) { self.attachToVpc = attachToVpc self.cidrBlock = cidrBlock } @@ -357,8 +344,7 @@ extension OSISClientTypes { subnetIds: [Swift.String]? = nil, vpcAttachmentOptions: OSISClientTypes.VpcAttachmentOptions? = nil, vpcEndpointManagement: OSISClientTypes.VpcEndpointManagement? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcAttachmentOptions = vpcAttachmentOptions @@ -401,8 +387,7 @@ public struct CreatePipelineInput: Swift.Sendable { pipelineName: Swift.String? = nil, tags: [OSISClientTypes.Tag]? = nil, vpcOptions: OSISClientTypes.VpcOptions? = nil - ) - { + ) { self.bufferOptions = bufferOptions self.encryptionAtRestOptions = encryptionAtRestOptions self.logPublishingOptions = logPublishingOptions @@ -427,8 +412,7 @@ extension OSISClientTypes { public init( endpoint: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.serviceName = serviceName } @@ -473,8 +457,7 @@ extension OSISClientTypes { public init( serviceName: OSISClientTypes.VpcEndpointServiceName? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName self.vpcEndpointId = vpcEndpointId } @@ -543,8 +526,7 @@ extension OSISClientTypes { public init( description: Swift.String? = nil - ) - { + ) { self.description = description } } @@ -565,8 +547,7 @@ extension OSISClientTypes { vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil, vpcOptions: OSISClientTypes.VpcOptions? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId self.vpcId = vpcId self.vpcOptions = vpcOptions @@ -634,8 +615,7 @@ extension OSISClientTypes { tags: [OSISClientTypes.Tag]? = nil, vpcEndpointService: Swift.String? = nil, vpcEndpoints: [OSISClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.bufferOptions = bufferOptions self.createdAt = createdAt self.destinations = destinations @@ -664,8 +644,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipeline: OSISClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -688,8 +667,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -701,8 +679,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -719,8 +696,7 @@ public struct GetPipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -731,8 +707,7 @@ public struct GetPipelineOutput: Swift.Sendable { public init( pipeline: OSISClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -747,8 +722,7 @@ public struct GetPipelineBlueprintInput: Swift.Sendable { public init( blueprintName: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.format = format } @@ -778,8 +752,7 @@ extension OSISClientTypes { pipelineConfigurationBody: Swift.String? = nil, service: Swift.String? = nil, useCase: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.displayDescription = displayDescription self.displayName = displayName @@ -799,8 +772,7 @@ public struct GetPipelineBlueprintOutput: Swift.Sendable { public init( blueprint: OSISClientTypes.PipelineBlueprint? = nil, format: Swift.String? = nil - ) - { + ) { self.blueprint = blueprint self.format = format } @@ -813,8 +785,7 @@ public struct GetPipelineChangeProgressInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -872,8 +843,7 @@ extension OSISClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: OSISClientTypes.ChangeProgressStageStatuses? = nil - ) - { + ) { self.description = description self.lastUpdatedAt = lastUpdatedAt self.name = name @@ -935,8 +905,7 @@ extension OSISClientTypes { startTime: Foundation.Date? = nil, status: OSISClientTypes.ChangeProgressStatuses? = nil, totalNumberOfStages: Swift.Int = 0 - ) - { + ) { self.changeProgressStages = changeProgressStages self.startTime = startTime self.status = status @@ -951,8 +920,7 @@ public struct GetPipelineChangeProgressOutput: Swift.Sendable { public init( changeProgressStatuses: [OSISClientTypes.ChangeProgressStatus]? = nil - ) - { + ) { self.changeProgressStatuses = changeProgressStatuses } } @@ -975,8 +943,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1007,8 +974,7 @@ extension OSISClientTypes { displayName: Swift.String? = nil, service: Swift.String? = nil, useCase: Swift.String? = nil - ) - { + ) { self.blueprintName = blueprintName self.displayDescription = displayDescription self.displayName = displayName @@ -1024,8 +990,7 @@ public struct ListPipelineBlueprintsOutput: Swift.Sendable { public init( blueprints: [OSISClientTypes.PipelineBlueprintSummary]? = nil - ) - { + ) { self.blueprints = blueprints } } @@ -1039,8 +1004,7 @@ public struct ListPipelinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1082,8 +1046,7 @@ extension OSISClientTypes { status: OSISClientTypes.PipelineStatus? = nil, statusReason: OSISClientTypes.PipelineStatusReason? = nil, tags: [OSISClientTypes.Tag]? = nil - ) - { + ) { self.createdAt = createdAt self.destinations = destinations self.lastUpdatedAt = lastUpdatedAt @@ -1107,8 +1070,7 @@ public struct ListPipelinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelines: [OSISClientTypes.PipelineSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelines = pipelines } @@ -1121,8 +1083,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1133,8 +1094,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [OSISClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1146,8 +1106,7 @@ public struct StartPipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -1158,8 +1117,7 @@ public struct StartPipelineOutput: Swift.Sendable { public init( pipeline: OSISClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -1171,8 +1129,7 @@ public struct StopPipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -1183,8 +1140,7 @@ public struct StopPipelineOutput: Swift.Sendable { public init( pipeline: OSISClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -1200,8 +1156,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [OSISClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -1223,8 +1178,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -1260,8 +1214,7 @@ public struct UpdatePipelineInput: Swift.Sendable { minUnits: Swift.Int? = nil, pipelineConfigurationBody: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.bufferOptions = bufferOptions self.encryptionAtRestOptions = encryptionAtRestOptions self.logPublishingOptions = logPublishingOptions @@ -1278,8 +1231,7 @@ public struct UpdatePipelineOutput: Swift.Sendable { public init( pipeline: OSISClientTypes.Pipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -1291,8 +1243,7 @@ public struct ValidatePipelineInput: Swift.Sendable { public init( pipelineConfigurationBody: Swift.String? = nil - ) - { + ) { self.pipelineConfigurationBody = pipelineConfigurationBody } } @@ -1306,8 +1257,7 @@ extension OSISClientTypes { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -1322,8 +1272,7 @@ public struct ValidatePipelineOutput: Swift.Sendable { public init( errors: [OSISClientTypes.ValidationMessage]? = nil, isValid: Swift.Bool? = nil - ) - { + ) { self.errors = errors self.isValid = isValid } diff --git a/Sources/Services/AWSOSIS/Sources/AWSOSIS/OSISClient.swift b/Sources/Services/AWSOSIS/Sources/AWSOSIS/OSISClient.swift index b8bbe1b16ef..b196c0ce556 100644 --- a/Sources/Services/AWSOSIS/Sources/AWSOSIS/OSISClient.swift +++ b/Sources/Services/AWSOSIS/Sources/AWSOSIS/OSISClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OSISClient: ClientRuntime.Client { public static let clientName = "OSISClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OSISClient.OSISClientConfiguration let serviceName = "OSIS" diff --git a/Sources/Services/AWSObservabilityAdmin/Package.swift.txt b/Sources/Services/AWSObservabilityAdmin/Package.swift.txt index 6d139617c66..1209304ad5b 100644 --- a/Sources/Services/AWSObservabilityAdmin/Package.swift.txt +++ b/Sources/Services/AWSObservabilityAdmin/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,25 +49,29 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/Models.swift b/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/Models.swift index 3c4fbe4e870..2633c97b5b6 100644 --- a/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/Models.swift +++ b/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/Models.swift @@ -97,8 +97,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -125,8 +124,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( amznErrorType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.amznErrorType = amznErrorType self.properties.message = message } @@ -185,8 +183,7 @@ public struct GetTelemetryEvaluationStatusOutput: Swift.Sendable { public init( failureReason: Swift.String? = nil, status: ObservabilityAdminClientTypes.Status? = nil - ) - { + ) { self.failureReason = failureReason self.status = status } @@ -210,8 +207,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -225,8 +221,7 @@ public struct GetTelemetryEvaluationStatusForOrganizationOutput: Swift.Sendable public init( failureReason: Swift.String? = nil, status: ObservabilityAdminClientTypes.Status? = nil - ) - { + ) { self.failureReason = failureReason self.status = status } @@ -349,8 +344,7 @@ public struct ListResourceTelemetryInput: Swift.Sendable { resourceTags: [Swift.String: Swift.String]? = nil, resourceTypes: [ObservabilityAdminClientTypes.ResourceType]? = nil, telemetryConfigurationState: [Swift.String: ObservabilityAdminClientTypes.TelemetryState]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceIdentifierPrefix = resourceIdentifierPrefix @@ -384,8 +378,7 @@ extension ObservabilityAdminClientTypes { resourceTags: [Swift.String: Swift.String]? = nil, resourceType: ObservabilityAdminClientTypes.ResourceType? = nil, telemetryConfigurationState: [Swift.String: ObservabilityAdminClientTypes.TelemetryState]? = nil - ) - { + ) { self.accountIdentifier = accountIdentifier self.lastUpdateTimeStamp = lastUpdateTimeStamp self.resourceIdentifier = resourceIdentifier @@ -405,8 +398,7 @@ public struct ListResourceTelemetryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, telemetryConfigurations: [ObservabilityAdminClientTypes.TelemetryConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.telemetryConfigurations = telemetryConfigurations } @@ -436,8 +428,7 @@ public struct ListResourceTelemetryForOrganizationInput: Swift.Sendable { resourceTags: [Swift.String: Swift.String]? = nil, resourceTypes: [ObservabilityAdminClientTypes.ResourceType]? = nil, telemetryConfigurationState: [Swift.String: ObservabilityAdminClientTypes.TelemetryState]? = nil - ) - { + ) { self.accountIdentifiers = accountIdentifiers self.maxResults = maxResults self.nextToken = nextToken @@ -457,8 +448,7 @@ public struct ListResourceTelemetryForOrganizationOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, telemetryConfigurations: [ObservabilityAdminClientTypes.TelemetryConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.telemetryConfigurations = telemetryConfigurations } diff --git a/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/ObservabilityAdminClient.swift b/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/ObservabilityAdminClient.swift index b7f731162cb..a1580ad1bc1 100644 --- a/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/ObservabilityAdminClient.swift +++ b/Sources/Services/AWSObservabilityAdmin/Sources/AWSObservabilityAdmin/ObservabilityAdminClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ObservabilityAdminClient: ClientRuntime.Client { public static let clientName = "ObservabilityAdminClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ObservabilityAdminClient.ObservabilityAdminClientConfiguration let serviceName = "ObservabilityAdmin" diff --git a/Sources/Services/AWSOmics/Package.swift.txt b/Sources/Services/AWSOmics/Package.swift.txt index e8a6c53106a..c756af459f5 100644 --- a/Sources/Services/AWSOmics/Package.swift.txt +++ b/Sources/Services/AWSOmics/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOmics/Sources/AWSOmics/Models.swift b/Sources/Services/AWSOmics/Sources/AWSOmics/Models.swift index cc5eb29ca34..be22f1c169a 100644 --- a/Sources/Services/AWSOmics/Sources/AWSOmics/Models.swift +++ b/Sources/Services/AWSOmics/Sources/AWSOmics/Models.swift @@ -96,8 +96,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +120,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +144,7 @@ public struct NotSupportedOperationException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +168,7 @@ public struct RequestTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -196,8 +192,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -221,8 +216,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -246,8 +240,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -271,8 +264,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -288,8 +280,7 @@ public struct AbortMultipartReadSetUploadInput: Swift.Sendable { public init( sequenceStoreId: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.sequenceStoreId = sequenceStoreId self.uploadId = uploadId } @@ -345,8 +336,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -358,8 +348,7 @@ public struct AcceptShareInput: Swift.Sendable { public init( shareId: Swift.String? = nil - ) - { + ) { self.shareId = shareId } } @@ -417,8 +406,7 @@ public struct AcceptShareOutput: Swift.Sendable { public init( status: OmicsClientTypes.ShareStatus? = nil - ) - { + ) { self.status = status } } @@ -482,8 +470,7 @@ extension OmicsClientTypes { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, status: OmicsClientTypes.ReadSetActivationJobStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.status = status @@ -516,8 +503,7 @@ extension OmicsClientTypes { id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetActivationJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -579,8 +565,7 @@ extension OmicsClientTypes { readSetId: Swift.String? = nil, status: OmicsClientTypes.ReadSetActivationJobItemStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.readSetId = readSetId self.status = status self.statusMessage = statusMessage @@ -649,8 +634,7 @@ extension OmicsClientTypes { public init( jobStatus: OmicsClientTypes.JobStatus? = nil, source: Swift.String? = nil - ) - { + ) { self.jobStatus = jobStatus self.source = source } @@ -667,8 +651,7 @@ extension OmicsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -681,8 +664,7 @@ public struct CancelAnnotationImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -699,8 +681,7 @@ public struct GetAnnotationImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -738,8 +719,7 @@ extension OmicsClientTypes { quote: Swift.String? = nil, quoteAll: Swift.Bool = false, sep: Swift.String? = nil - ) - { + ) { self.comment = comment self.encoding = encoding self.escape = escape @@ -762,8 +742,7 @@ extension OmicsClientTypes { public init( readOptions: OmicsClientTypes.ReadOptions? = nil - ) - { + ) { self.readOptions = readOptions } } @@ -781,8 +760,7 @@ extension OmicsClientTypes { public init( ignoreFilterField: Swift.Bool? = nil, ignoreQualField: Swift.Bool? = nil - ) - { + ) { self.ignoreFilterField = ignoreFilterField self.ignoreQualField = ignoreQualField } @@ -855,8 +833,7 @@ public struct GetAnnotationImportJobOutput: Swift.Sendable { statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil, versionName: Swift.String? = nil - ) - { + ) { self.annotationFields = annotationFields self.completionTime = completionTime self.creationTime = creationTime @@ -885,8 +862,7 @@ extension OmicsClientTypes { public init( status: OmicsClientTypes.JobStatus? = nil, storeName: Swift.String? = nil - ) - { + ) { self.status = status self.storeName = storeName } @@ -908,8 +884,7 @@ public struct ListAnnotationImportJobsInput: Swift.Sendable { ids: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.ids = ids self.maxResults = maxResults @@ -960,8 +935,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.JobStatus? = nil, updateTime: Foundation.Date? = nil, versionName: Swift.String? = nil - ) - { + ) { self.annotationFields = annotationFields self.completionTime = completionTime self.creationTime = creationTime @@ -985,8 +959,7 @@ public struct ListAnnotationImportJobsOutput: Swift.Sendable { public init( annotationImportJobs: [OmicsClientTypes.AnnotationImportJobItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.annotationImportJobs = annotationImportJobs self.nextToken = nextToken } @@ -1019,8 +992,7 @@ public struct StartAnnotationImportJobInput: Swift.Sendable { roleArn: Swift.String? = nil, runLeftNormalization: Swift.Bool? = false, versionName: Swift.String? = nil - ) - { + ) { self.annotationFields = annotationFields self.destinationName = destinationName self.formatOptions = formatOptions @@ -1038,8 +1010,7 @@ public struct StartAnnotationImportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1094,8 +1065,7 @@ extension OmicsClientTypes { public init( keyArn: Swift.String? = nil, type: OmicsClientTypes.EncryptionType? = nil - ) - { + ) { self.keyArn = keyArn self.type = type } @@ -1291,8 +1261,7 @@ extension OmicsClientTypes { annotationType: OmicsClientTypes.AnnotationType? = nil, formatToHeader: [Swift.String: Swift.String]? = nil, schema: [[Swift.String: OmicsClientTypes.SchemaValueType]]? = nil - ) - { + ) { self.annotationType = annotationType self.formatToHeader = formatToHeader self.schema = schema @@ -1338,8 +1307,7 @@ public struct CreateAnnotationStoreInput: Swift.Sendable { storeOptions: OmicsClientTypes.StoreOptions? = nil, tags: [Swift.String: Swift.String]? = nil, versionName: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.reference = reference @@ -1426,8 +1394,7 @@ public struct CreateAnnotationStoreOutput: Swift.Sendable { storeFormat: OmicsClientTypes.StoreFormat? = nil, storeOptions: OmicsClientTypes.StoreOptions? = nil, versionName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.name = name @@ -1449,8 +1416,7 @@ public struct DeleteAnnotationStoreInput: Swift.Sendable { public init( force: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.force = force self.name = name } @@ -1463,8 +1429,7 @@ public struct DeleteAnnotationStoreOutput: Swift.Sendable { public init( status: OmicsClientTypes.StoreStatus? = nil - ) - { + ) { self.status = status } } @@ -1476,8 +1441,7 @@ public struct GetAnnotationStoreInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1543,8 +1507,7 @@ public struct GetAnnotationStoreOutput: Swift.Sendable { storeSizeBytes: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1572,8 +1535,7 @@ extension OmicsClientTypes { public init( status: OmicsClientTypes.StoreStatus? = nil - ) - { + ) { self.status = status } } @@ -1594,8 +1556,7 @@ public struct ListAnnotationStoresInput: Swift.Sendable { ids: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.ids = ids self.maxResults = maxResults @@ -1657,8 +1618,7 @@ extension OmicsClientTypes { storeFormat: OmicsClientTypes.StoreFormat? = nil, storeSizeBytes: Swift.Int? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1684,8 +1644,7 @@ public struct ListAnnotationStoresOutput: Swift.Sendable { public init( annotationStores: [OmicsClientTypes.AnnotationStoreItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.annotationStores = annotationStores self.nextToken = nextToken } @@ -1701,8 +1660,7 @@ public struct UpdateAnnotationStoreInput: Swift.Sendable { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } @@ -1745,8 +1703,7 @@ public struct UpdateAnnotationStoreOutput: Swift.Sendable { storeFormat: OmicsClientTypes.StoreFormat? = nil, storeOptions: OmicsClientTypes.StoreOptions? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -1774,8 +1731,7 @@ extension OmicsClientTypes { annotationType: OmicsClientTypes.AnnotationType? = nil, formatToHeader: [Swift.String: Swift.String]? = nil, schema: [[Swift.String: OmicsClientTypes.SchemaValueType]]? = nil - ) - { + ) { self.annotationType = annotationType self.formatToHeader = formatToHeader self.schema = schema @@ -1813,8 +1769,7 @@ public struct CreateAnnotationStoreVersionInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, versionName: Swift.String? = nil, versionOptions: OmicsClientTypes.VersionOptions? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -1896,8 +1851,7 @@ public struct CreateAnnotationStoreVersionOutput: Swift.Sendable { storeId: Swift.String? = nil, versionName: Swift.String? = nil, versionOptions: OmicsClientTypes.VersionOptions? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.name = name @@ -1922,8 +1876,7 @@ public struct DeleteAnnotationStoreVersionsInput: Swift.Sendable { force: Swift.Bool? = false, name: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.force = force self.name = name self.versions = versions @@ -1944,8 +1897,7 @@ extension OmicsClientTypes { public init( message: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.message = message self.versionName = versionName } @@ -1958,8 +1910,7 @@ public struct DeleteAnnotationStoreVersionsOutput: Swift.Sendable { public init( errors: [OmicsClientTypes.VersionDeleteError]? = nil - ) - { + ) { self.errors = errors } } @@ -1975,8 +1926,7 @@ public struct GetAnnotationStoreVersionInput: Swift.Sendable { public init( name: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.name = name self.versionName = versionName } @@ -2036,8 +1986,7 @@ public struct GetAnnotationStoreVersionOutput: Swift.Sendable { versionName: Swift.String? = nil, versionOptions: OmicsClientTypes.VersionOptions? = nil, versionSizeBytes: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -2063,8 +2012,7 @@ extension OmicsClientTypes { public init( status: OmicsClientTypes.VersionStatus? = nil - ) - { + ) { self.status = status } } @@ -2086,8 +2034,7 @@ public struct ListAnnotationStoreVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.name = name @@ -2145,8 +2092,7 @@ extension OmicsClientTypes { versionArn: Swift.String? = nil, versionName: Swift.String? = nil, versionSizeBytes: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -2171,8 +2117,7 @@ public struct ListAnnotationStoreVersionsOutput: Swift.Sendable { public init( annotationStoreVersions: [OmicsClientTypes.AnnotationStoreVersionItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.annotationStoreVersions = annotationStoreVersions self.nextToken = nextToken } @@ -2192,8 +2137,7 @@ public struct UpdateAnnotationStoreVersionInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.versionName = versionName @@ -2235,8 +2179,7 @@ public struct UpdateAnnotationStoreVersionOutput: Swift.Sendable { storeId: Swift.String? = nil, updateTime: Foundation.Date? = nil, versionName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -2259,8 +2202,7 @@ public struct BatchDeleteReadSetInput: Swift.Sendable { public init( ids: [Swift.String]? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.ids = ids self.sequenceStoreId = sequenceStoreId } @@ -2284,8 +2226,7 @@ extension OmicsClientTypes { code: Swift.String? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.id = id self.message = message @@ -2299,8 +2240,7 @@ public struct BatchDeleteReadSetOutput: Swift.Sendable { public init( errors: [OmicsClientTypes.ReadSetBatchError]? = nil - ) - { + ) { self.errors = errors } } @@ -2341,8 +2281,7 @@ public struct CancelRunInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2354,8 +2293,7 @@ public struct CancelVariantImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2412,8 +2350,7 @@ extension OmicsClientTypes { checksum: Swift.String? = nil, partNumber: Swift.Int? = nil, partSource: OmicsClientTypes.ReadSetPartSource? = nil - ) - { + ) { self.checksum = checksum self.partNumber = partNumber self.partSource = partSource @@ -2436,8 +2373,7 @@ public struct CompleteMultipartReadSetUploadInput: Swift.Sendable { parts: [OmicsClientTypes.CompleteReadSetUploadPartListItem]? = nil, sequenceStoreId: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.parts = parts self.sequenceStoreId = sequenceStoreId self.uploadId = uploadId @@ -2451,8 +2387,7 @@ public struct CompleteMultipartReadSetUploadOutput: Swift.Sendable { public init( readSetId: Swift.String? = nil - ) - { + ) { self.readSetId = readSetId } } @@ -2530,8 +2465,7 @@ public struct CreateMultipartReadSetUploadInput: Swift.Sendable { sourceFileType: OmicsClientTypes.FileType? = nil, subjectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.generatedFrom = generatedFrom @@ -2588,8 +2522,7 @@ public struct CreateMultipartReadSetUploadOutput: Swift.Sendable { subjectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.generatedFrom = generatedFrom @@ -2623,8 +2556,7 @@ public struct CreateReferenceStoreInput: Swift.Sendable { name: Swift.String? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -2657,8 +2589,7 @@ public struct CreateReferenceStoreOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -2694,8 +2625,7 @@ public struct CreateRunCacheInput: Swift.Sendable { name: Swift.String? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cacheBehavior = cacheBehavior self.cacheBucketOwnerId = cacheBucketOwnerId self.cacheS3Location = cacheS3Location @@ -2753,8 +2683,7 @@ public struct CreateRunCacheOutput: Swift.Sendable { id: Swift.String? = nil, status: OmicsClientTypes.RunCacheStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -2787,8 +2716,7 @@ public struct CreateRunGroupInput: Swift.Sendable { name: Swift.String? = nil, requestId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.maxCpus = maxCpus self.maxDuration = maxDuration self.maxGpus = maxGpus @@ -2811,8 +2739,7 @@ public struct CreateRunGroupOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.tags = tags @@ -2860,8 +2787,7 @@ extension OmicsClientTypes { public init( accessLogLocation: Swift.String? = nil - ) - { + ) { self.accessLogLocation = accessLogLocation } } @@ -2898,8 +2824,7 @@ public struct CreateSequenceStoreInput: Swift.Sendable { s3AccessConfig: OmicsClientTypes.S3AccessConfig? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.eTagAlgorithmFamily = eTagAlgorithmFamily @@ -2927,8 +2852,7 @@ extension OmicsClientTypes { accessLogLocation: Swift.String? = nil, s3AccessPointArn: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.accessLogLocation = accessLogLocation self.s3AccessPointArn = s3AccessPointArn self.s3Uri = s3Uri @@ -3016,8 +2940,7 @@ public struct CreateSequenceStoreOutput: Swift.Sendable { sseConfig: OmicsClientTypes.SseConfig? = nil, status: OmicsClientTypes.SequenceStoreStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -3047,8 +2970,7 @@ public struct CreateShareInput: Swift.Sendable { principalSubscriber: Swift.String? = nil, resourceArn: Swift.String? = nil, shareName: Swift.String? = nil - ) - { + ) { self.principalSubscriber = principalSubscriber self.resourceArn = resourceArn self.shareName = shareName @@ -3067,8 +2989,7 @@ public struct CreateShareOutput: Swift.Sendable { shareId: Swift.String? = nil, shareName: Swift.String? = nil, status: OmicsClientTypes.ShareStatus? = nil - ) - { + ) { self.shareId = shareId self.shareName = shareName self.status = status @@ -3094,8 +3015,7 @@ public struct CreateVariantStoreInput: Swift.Sendable { reference: OmicsClientTypes.ReferenceItem? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.reference = reference @@ -3126,8 +3046,7 @@ public struct CreateVariantStoreOutput: Swift.Sendable { name: Swift.String? = nil, reference: OmicsClientTypes.ReferenceItem? = nil, status: OmicsClientTypes.StoreStatus? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.name = name @@ -3180,8 +3099,7 @@ extension OmicsClientTypes { public init( description: Swift.String? = nil, `optional`: Swift.Bool? = nil - ) - { + ) { self.description = description self.`optional` = `optional` } @@ -3225,8 +3143,7 @@ public struct CreateWorkflowInput: Swift.Sendable { requestId: Swift.String? = nil, storageCapacity: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accelerators = accelerators self.definitionUri = definitionUri self.definitionZip = definitionZip @@ -3297,8 +3214,7 @@ public struct CreateWorkflowOutput: Swift.Sendable { id: Swift.String? = nil, status: OmicsClientTypes.WorkflowStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -3346,8 +3262,7 @@ public struct DeleteReferenceInput: Swift.Sendable { public init( id: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.referenceStoreId = referenceStoreId } @@ -3365,8 +3280,7 @@ public struct DeleteReferenceStoreInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3383,8 +3297,7 @@ public struct DeleteRunInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3396,8 +3309,7 @@ public struct DeleteRunCacheInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3409,8 +3321,7 @@ public struct DeleteRunGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3422,8 +3333,7 @@ public struct DeleteS3AccessPolicyInput: Swift.Sendable { public init( s3AccessPointArn: Swift.String? = nil - ) - { + ) { self.s3AccessPointArn = s3AccessPointArn } } @@ -3440,8 +3350,7 @@ public struct DeleteSequenceStoreInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3458,8 +3367,7 @@ public struct DeleteShareInput: Swift.Sendable { public init( shareId: Swift.String? = nil - ) - { + ) { self.shareId = shareId } } @@ -3470,8 +3378,7 @@ public struct DeleteShareOutput: Swift.Sendable { public init( status: OmicsClientTypes.ShareStatus? = nil - ) - { + ) { self.status = status } } @@ -3486,8 +3393,7 @@ public struct DeleteVariantStoreInput: Swift.Sendable { public init( force: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.force = force self.name = name } @@ -3500,8 +3406,7 @@ public struct DeleteVariantStoreOutput: Swift.Sendable { public init( status: OmicsClientTypes.StoreStatus? = nil - ) - { + ) { self.status = status } } @@ -3513,8 +3418,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3584,8 +3488,7 @@ extension OmicsClientTypes { algorithm: OmicsClientTypes.ETagAlgorithm? = nil, source1: Swift.String? = nil, source2: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.source1 = source1 self.source2 = source2 @@ -3603,8 +3506,7 @@ extension OmicsClientTypes { public init( readSetId: Swift.String? = nil - ) - { + ) { self.readSetId = readSetId } } @@ -3662,8 +3564,7 @@ extension OmicsClientTypes { id: Swift.String? = nil, status: OmicsClientTypes.ReadSetExportJobItemStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.id = id self.status = status self.statusMessage = statusMessage @@ -3730,8 +3631,7 @@ extension OmicsClientTypes { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, status: OmicsClientTypes.ReadSetExportJobStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.status = status @@ -3768,8 +3668,7 @@ extension OmicsClientTypes { id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetExportJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.destination = destination @@ -3789,8 +3688,7 @@ extension OmicsClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -3814,8 +3712,7 @@ extension OmicsClientTypes { partSize: Swift.Int? = nil, s3Access: OmicsClientTypes.ReadSetS3Access? = nil, totalParts: Swift.Int? = nil - ) - { + ) { self.contentLength = contentLength self.partSize = partSize self.s3Access = s3Access @@ -3874,8 +3771,7 @@ extension OmicsClientTypes { resourceArns: [Swift.String]? = nil, status: [OmicsClientTypes.ShareStatus]? = nil, type: [OmicsClientTypes.ShareResourceType]? = nil - ) - { + ) { self.resourceArns = resourceArns self.status = status self.type = type @@ -3902,8 +3798,7 @@ public struct RangeNotSatisfiableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3958,8 +3853,7 @@ public struct GetReadSetInput: Swift.Sendable { id: Swift.String? = nil, partNumber: Swift.Int? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.file = file self.id = id self.partNumber = partNumber @@ -3973,8 +3867,7 @@ public struct GetReadSetOutput: Swift.Sendable { public init( payload: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.payload = payload } } @@ -3990,8 +3883,7 @@ public struct GetReadSetActivationJobInput: Swift.Sendable { public init( id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.sequenceStoreId = sequenceStoreId } @@ -4025,8 +3917,7 @@ public struct GetReadSetActivationJobOutput: Swift.Sendable { sources: [OmicsClientTypes.ActivateReadSetSourceItem]? = nil, status: OmicsClientTypes.ReadSetActivationJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -4048,8 +3939,7 @@ public struct GetReadSetExportJobInput: Swift.Sendable { public init( id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.sequenceStoreId = sequenceStoreId } @@ -4087,8 +3977,7 @@ public struct GetReadSetExportJobOutput: Swift.Sendable { sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetExportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.destination = destination @@ -4111,8 +4000,7 @@ public struct GetReadSetImportJobInput: Swift.Sendable { public init( id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.sequenceStoreId = sequenceStoreId } @@ -4131,8 +4019,7 @@ extension OmicsClientTypes { public init( source1: Swift.String? = nil, source2: Swift.String? = nil - ) - { + ) { self.source1 = source1 self.source2 = source2 } @@ -4221,8 +4108,7 @@ extension OmicsClientTypes { statusMessage: Swift.String? = nil, subjectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.generatedFrom = generatedFrom self.name = name @@ -4316,8 +4202,7 @@ public struct GetReadSetImportJobOutput: Swift.Sendable { sources: [OmicsClientTypes.ImportReadSetSourceItem]? = nil, status: OmicsClientTypes.ReadSetImportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -4340,8 +4225,7 @@ public struct GetReadSetMetadataInput: Swift.Sendable { public init( id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.sequenceStoreId = sequenceStoreId } @@ -4362,8 +4246,7 @@ extension OmicsClientTypes { index: OmicsClientTypes.FileInformation? = nil, source1: OmicsClientTypes.FileInformation? = nil, source2: OmicsClientTypes.FileInformation? = nil - ) - { + ) { self.index = index self.source1 = source1 self.source2 = source2 @@ -4389,8 +4272,7 @@ extension OmicsClientTypes { generatedFrom: Swift.String? = nil, totalBaseCount: Swift.Int? = nil, totalReadCount: Swift.Int? = nil - ) - { + ) { self.alignment = alignment self.generatedFrom = generatedFrom self.totalBaseCount = totalBaseCount @@ -4503,8 +4385,7 @@ public struct GetReadSetMetadataOutput: Swift.Sendable { status: OmicsClientTypes.ReadSetStatus? = nil, statusMessage: Swift.String? = nil, subjectId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationJobId = creationJobId self.creationTime = creationTime @@ -4575,8 +4456,7 @@ public struct GetReferenceInput: Swift.Sendable { partNumber: Swift.Int? = nil, range: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.file = file self.id = id self.partNumber = partNumber @@ -4591,8 +4471,7 @@ public struct GetReferenceOutput: Swift.Sendable { public init( payload: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.payload = payload } } @@ -4608,8 +4487,7 @@ public struct GetReferenceImportJobInput: Swift.Sendable { public init( id: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.referenceStoreId = referenceStoreId } @@ -4678,8 +4556,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.ReferenceImportJobItemStatus? = nil, statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.referenceId = referenceId @@ -4768,8 +4645,7 @@ public struct GetReferenceImportJobOutput: Swift.Sendable { sources: [OmicsClientTypes.ImportReferenceSourceItem]? = nil, status: OmicsClientTypes.ReferenceImportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -4792,8 +4668,7 @@ public struct GetReferenceMetadataInput: Swift.Sendable { public init( id: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.id = id self.referenceStoreId = referenceStoreId } @@ -4837,8 +4712,7 @@ extension OmicsClientTypes { public init( index: OmicsClientTypes.FileInformation? = nil, source: OmicsClientTypes.FileInformation? = nil - ) - { + ) { self.index = index self.source = source } @@ -4922,8 +4796,7 @@ public struct GetReferenceMetadataOutput: Swift.Sendable { referenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReferenceStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationJobId = creationJobId self.creationTime = creationTime @@ -4946,8 +4819,7 @@ public struct GetReferenceStoreInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4976,8 +4848,7 @@ public struct GetReferenceStoreOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -5023,8 +4894,7 @@ public struct GetRunInput: Swift.Sendable { public init( export: [OmicsClientTypes.RunExport]? = nil, id: Swift.String? = nil - ) - { + ) { self.export = export self.id = id } @@ -5077,8 +4947,7 @@ extension OmicsClientTypes { public init( engineLogStream: Swift.String? = nil, runLogStream: Swift.String? = nil - ) - { + ) { self.engineLogStream = engineLogStream self.runLogStream = runLogStream } @@ -5324,8 +5193,7 @@ public struct GetRunOutput: Swift.Sendable { workflowId: Swift.String? = nil, workflowOwnerId: Swift.String? = nil, workflowType: OmicsClientTypes.WorkflowType? = nil - ) - { + ) { self.accelerators = accelerators self.arn = arn self.cacheBehavior = cacheBehavior @@ -5370,8 +5238,7 @@ public struct GetRunCacheInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5409,8 +5276,7 @@ public struct GetRunCacheOutput: Swift.Sendable { name: Swift.String? = nil, status: OmicsClientTypes.RunCacheStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.cacheBehavior = cacheBehavior self.cacheBucketOwnerId = cacheBucketOwnerId @@ -5431,8 +5297,7 @@ public struct GetRunGroupInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5467,8 +5332,7 @@ public struct GetRunGroupOutput: Swift.Sendable { maxRuns: Swift.Int? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.id = id @@ -5492,8 +5356,7 @@ public struct GetRunTaskInput: Swift.Sendable { public init( id: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.id = id self.taskId = taskId } @@ -5591,8 +5454,7 @@ public struct GetRunTaskOutput: Swift.Sendable { statusMessage: Swift.String? = nil, stopTime: Foundation.Date? = nil, taskId: Swift.String? = nil - ) - { + ) { self.cacheHit = cacheHit self.cacheS3Uri = cacheS3Uri self.cpus = cpus @@ -5618,8 +5480,7 @@ public struct GetS3AccessPolicyInput: Swift.Sendable { public init( s3AccessPointArn: Swift.String? = nil - ) - { + ) { self.s3AccessPointArn = s3AccessPointArn } } @@ -5672,8 +5533,7 @@ public struct GetS3AccessPolicyOutput: Swift.Sendable { storeId: Swift.String? = nil, storeType: OmicsClientTypes.StoreType? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.s3AccessPointArn = s3AccessPointArn self.s3AccessPolicy = s3AccessPolicy self.storeId = storeId @@ -5689,8 +5549,7 @@ public struct GetSequenceStoreInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5740,8 +5599,7 @@ public struct GetSequenceStoreOutput: Swift.Sendable { status: OmicsClientTypes.SequenceStoreStatus? = nil, statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -5765,8 +5623,7 @@ public struct GetShareInput: Swift.Sendable { public init( shareId: Swift.String? = nil - ) - { + ) { self.shareId = shareId } } @@ -5807,8 +5664,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.ShareStatus? = nil, statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.ownerId = ownerId self.principalSubscriber = principalSubscriber @@ -5829,8 +5685,7 @@ public struct GetShareOutput: Swift.Sendable { public init( share: OmicsClientTypes.ShareDetails? = nil - ) - { + ) { self.share = share } } @@ -5842,8 +5697,7 @@ public struct GetVariantImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5865,8 +5719,7 @@ extension OmicsClientTypes { jobStatus: OmicsClientTypes.JobStatus? = nil, source: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.jobStatus = jobStatus self.source = source self.statusMessage = statusMessage @@ -5919,8 +5772,7 @@ public struct GetVariantImportJobOutput: Swift.Sendable { status: OmicsClientTypes.JobStatus? = nil, statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.annotationFields = annotationFields self.completionTime = completionTime self.creationTime = creationTime @@ -5942,8 +5794,7 @@ public struct GetVariantStoreInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5999,8 +5850,7 @@ public struct GetVariantStoreOutput: Swift.Sendable { storeSizeBytes: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -6058,8 +5908,7 @@ public struct GetWorkflowInput: Swift.Sendable { id: Swift.String? = nil, type: OmicsClientTypes.WorkflowType? = nil, workflowOwnerId: Swift.String? = nil - ) - { + ) { self.export = export self.id = id self.type = type @@ -6121,8 +5970,7 @@ public struct GetWorkflowOutput: Swift.Sendable { storageCapacity: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, type: OmicsClientTypes.WorkflowType? = nil - ) - { + ) { self.accelerators = accelerators self.arn = arn self.creationTime = creationTime @@ -6158,8 +6006,7 @@ extension OmicsClientTypes { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, status: OmicsClientTypes.ReadSetImportJobStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.status = status @@ -6196,8 +6043,7 @@ extension OmicsClientTypes { roleArn: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetImportJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -6223,8 +6069,7 @@ extension OmicsClientTypes { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, status: OmicsClientTypes.ReferenceImportJobStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.status = status @@ -6261,8 +6106,7 @@ extension OmicsClientTypes { referenceStoreId: Swift.String? = nil, roleArn: Swift.String? = nil, status: OmicsClientTypes.ReferenceImportJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.id = id @@ -6286,8 +6130,7 @@ public struct ListMultipartReadSetUploadsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sequenceStoreId = sequenceStoreId @@ -6341,8 +6184,7 @@ extension OmicsClientTypes { subjectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.generatedFrom = generatedFrom @@ -6367,8 +6209,7 @@ public struct ListMultipartReadSetUploadsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, uploads: [OmicsClientTypes.MultipartReadSetUploadListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.uploads = uploads } @@ -6390,8 +6231,7 @@ public struct ListReadSetActivationJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6408,8 +6248,7 @@ public struct ListReadSetActivationJobsOutput: Swift.Sendable { public init( activationJobs: [OmicsClientTypes.ActivateReadSetJobItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activationJobs = activationJobs self.nextToken = nextToken } @@ -6431,8 +6270,7 @@ public struct ListReadSetExportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6449,8 +6287,7 @@ public struct ListReadSetExportJobsOutput: Swift.Sendable { public init( exportJobs: [OmicsClientTypes.ExportReadSetJobDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportJobs = exportJobs self.nextToken = nextToken } @@ -6472,8 +6309,7 @@ public struct ListReadSetImportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6490,8 +6326,7 @@ public struct ListReadSetImportJobsOutput: Swift.Sendable { public init( importJobs: [OmicsClientTypes.ImportReadSetJobItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobs = importJobs self.nextToken = nextToken } @@ -6530,8 +6365,7 @@ extension OmicsClientTypes { sampleId: Swift.String? = nil, status: OmicsClientTypes.ReadSetStatus? = nil, subjectId: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.creationType = creationType @@ -6561,8 +6395,7 @@ public struct ListReadSetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6627,8 +6460,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.ReadSetStatus? = nil, statusMessage: Swift.String? = nil, subjectId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creationType = creationType @@ -6658,8 +6490,7 @@ public struct ListReadSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, readSets: [OmicsClientTypes.ReadSetListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.readSets = readSets } @@ -6677,8 +6508,7 @@ extension OmicsClientTypes { public init( createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore } @@ -6709,8 +6539,7 @@ public struct ListReadSetUploadPartsInput: Swift.Sendable { partSource: OmicsClientTypes.ReadSetPartSource? = nil, sequenceStoreId: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6748,8 +6577,7 @@ extension OmicsClientTypes { partNumber: Swift.Int? = nil, partSize: Swift.Int? = nil, partSource: OmicsClientTypes.ReadSetPartSource? = nil - ) - { + ) { self.checksum = checksum self.creationTime = creationTime self.lastUpdatedTime = lastUpdatedTime @@ -6769,8 +6597,7 @@ public struct ListReadSetUploadPartsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parts: [OmicsClientTypes.ReadSetUploadPartListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.parts = parts } @@ -6792,8 +6619,7 @@ public struct ListReferenceImportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6810,8 +6636,7 @@ public struct ListReferenceImportJobsOutput: Swift.Sendable { public init( importJobs: [OmicsClientTypes.ImportReferenceJobItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobs = importJobs self.nextToken = nextToken } @@ -6835,8 +6660,7 @@ extension OmicsClientTypes { createdBefore: Foundation.Date? = nil, md5: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.md5 = md5 @@ -6861,8 +6685,7 @@ public struct ListReferencesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, referenceStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -6909,8 +6732,7 @@ extension OmicsClientTypes { referenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReferenceStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -6934,8 +6756,7 @@ public struct ListReferencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, references: [OmicsClientTypes.ReferenceListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.references = references } @@ -6956,8 +6777,7 @@ extension OmicsClientTypes { createdAfter: Foundation.Date? = nil, createdBefore: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.name = name @@ -6977,8 +6797,7 @@ public struct ListReferenceStoresInput: Swift.Sendable { filter: OmicsClientTypes.ReferenceStoreFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7012,8 +6831,7 @@ extension OmicsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, sseConfig: OmicsClientTypes.SseConfig? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -7034,8 +6852,7 @@ public struct ListReferenceStoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, referenceStores: [OmicsClientTypes.ReferenceStoreDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.referenceStores = referenceStores } @@ -7050,8 +6867,7 @@ public struct ListRunCachesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, startingToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.startingToken = startingToken } @@ -7084,8 +6900,7 @@ extension OmicsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OmicsClientTypes.RunCacheStatus? = nil - ) - { + ) { self.arn = arn self.cacheBehavior = cacheBehavior self.cacheS3Uri = cacheS3Uri @@ -7106,8 +6921,7 @@ public struct ListRunCachesOutput: Swift.Sendable { public init( items: [OmicsClientTypes.RunCacheListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7125,8 +6939,7 @@ public struct ListRunGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, startingToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.startingToken = startingToken @@ -7163,8 +6976,7 @@ extension OmicsClientTypes { maxGpus: Swift.Int? = nil, maxRuns: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.id = id @@ -7186,8 +6998,7 @@ public struct ListRunGroupsOutput: Swift.Sendable { public init( items: [OmicsClientTypes.RunGroupListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7211,8 +7022,7 @@ public struct ListRunsInput: Swift.Sendable { runGroupId: Swift.String? = nil, startingToken: Swift.String? = nil, status: OmicsClientTypes.RunStatus? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.runGroupId = runGroupId @@ -7260,8 +7070,7 @@ extension OmicsClientTypes { storageCapacity: Swift.Int? = nil, storageType: OmicsClientTypes.StorageType? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.id = id @@ -7286,8 +7095,7 @@ public struct ListRunsOutput: Swift.Sendable { public init( items: [OmicsClientTypes.RunListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7309,8 +7117,7 @@ public struct ListRunTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, startingToken: Swift.String? = nil, status: OmicsClientTypes.TaskStatus? = nil - ) - { + ) { self.id = id self.maxResults = maxResults self.startingToken = startingToken @@ -7360,8 +7167,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.TaskStatus? = nil, stopTime: Foundation.Date? = nil, taskId: Swift.String? = nil - ) - { + ) { self.cacheHit = cacheHit self.cacheS3Uri = cacheS3Uri self.cpus = cpus @@ -7387,8 +7193,7 @@ public struct ListRunTasksOutput: Swift.Sendable { public init( items: [OmicsClientTypes.TaskListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7418,8 +7223,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.SequenceStoreStatus? = nil, updatedAfter: Foundation.Date? = nil, updatedBefore: Foundation.Date? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.name = name @@ -7442,8 +7246,7 @@ public struct ListSequenceStoresInput: Swift.Sendable { filter: OmicsClientTypes.SequenceStoreFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7492,8 +7295,7 @@ extension OmicsClientTypes { status: OmicsClientTypes.SequenceStoreStatus? = nil, statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -7519,8 +7321,7 @@ public struct ListSequenceStoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sequenceStores: [OmicsClientTypes.SequenceStoreDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.sequenceStores = sequenceStores } @@ -7573,8 +7374,7 @@ public struct ListSharesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceOwner: OmicsClientTypes.ResourceOwner? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -7592,8 +7392,7 @@ public struct ListSharesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, shares: [OmicsClientTypes.ShareDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.shares = shares } @@ -7606,8 +7405,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7619,8 +7417,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -7637,8 +7434,7 @@ extension OmicsClientTypes { public init( status: OmicsClientTypes.JobStatus? = nil, storeName: Swift.String? = nil - ) - { + ) { self.status = status self.storeName = storeName } @@ -7660,8 +7456,7 @@ public struct ListVariantImportJobsInput: Swift.Sendable { ids: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.ids = ids self.maxResults = maxResults @@ -7708,8 +7503,7 @@ extension OmicsClientTypes { runLeftNormalization: Swift.Bool = false, status: OmicsClientTypes.JobStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.annotationFields = annotationFields self.completionTime = completionTime self.creationTime = creationTime @@ -7732,8 +7526,7 @@ public struct ListVariantImportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, variantImportJobs: [OmicsClientTypes.VariantImportJobItem]? = nil - ) - { + ) { self.nextToken = nextToken self.variantImportJobs = variantImportJobs } @@ -7748,8 +7541,7 @@ extension OmicsClientTypes { public init( status: OmicsClientTypes.StoreStatus? = nil - ) - { + ) { self.status = status } } @@ -7770,8 +7562,7 @@ public struct ListVariantStoresInput: Swift.Sendable { ids: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.ids = ids self.maxResults = maxResults @@ -7829,8 +7620,7 @@ extension OmicsClientTypes { storeArn: Swift.String? = nil, storeSizeBytes: Swift.Int? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -7855,8 +7645,7 @@ public struct ListVariantStoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, variantStores: [OmicsClientTypes.VariantStoreItem]? = nil - ) - { + ) { self.nextToken = nextToken self.variantStores = variantStores } @@ -7877,8 +7666,7 @@ public struct ListWorkflowsInput: Swift.Sendable { name: Swift.String? = nil, startingToken: Swift.String? = nil, type: OmicsClientTypes.WorkflowType? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.startingToken = startingToken @@ -7916,8 +7704,7 @@ extension OmicsClientTypes { name: Swift.String? = nil, status: OmicsClientTypes.WorkflowStatus? = nil, type: OmicsClientTypes.WorkflowType? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.digest = digest @@ -7939,8 +7726,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( items: [OmicsClientTypes.WorkflowListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7957,8 +7743,7 @@ public struct PutS3AccessPolicyInput: Swift.Sendable { public init( s3AccessPointArn: Swift.String? = nil, s3AccessPolicy: Swift.String? = nil - ) - { + ) { self.s3AccessPointArn = s3AccessPointArn self.s3AccessPolicy = s3AccessPolicy } @@ -7976,8 +7761,7 @@ public struct PutS3AccessPolicyOutput: Swift.Sendable { s3AccessPointArn: Swift.String? = nil, storeId: Swift.String? = nil, storeType: OmicsClientTypes.StoreType? = nil - ) - { + ) { self.s3AccessPointArn = s3AccessPointArn self.storeId = storeId self.storeType = storeType @@ -8004,8 +7788,7 @@ extension OmicsClientTypes { name: Swift.String? = nil, sourceFile: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.sourceFile = sourceFile @@ -8032,8 +7815,7 @@ public struct StartReferenceImportJobInput: Swift.Sendable { referenceStoreId: Swift.String? = nil, roleArn: Swift.String? = nil, sources: [OmicsClientTypes.StartReferenceImportJobSourceItem]? = nil - ) - { + ) { self.clientToken = clientToken self.referenceStoreId = referenceStoreId self.roleArn = roleArn @@ -8064,8 +7846,7 @@ public struct StartReferenceImportJobOutput: Swift.Sendable { referenceStoreId: Swift.String? = nil, roleArn: Swift.String? = nil, status: OmicsClientTypes.ReferenceImportJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.referenceStoreId = referenceStoreId @@ -8090,8 +7871,7 @@ public struct UpdateRunCacheInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.cacheBehavior = cacheBehavior self.description = description self.id = id @@ -8121,8 +7901,7 @@ public struct UpdateRunGroupInput: Swift.Sendable { maxGpus: Swift.Int? = nil, maxRuns: Swift.Int? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.maxCpus = maxCpus self.maxDuration = maxDuration @@ -8191,8 +7970,7 @@ public struct StartRunInput: Swift.Sendable { workflowId: Swift.String? = nil, workflowOwnerId: Swift.String? = nil, workflowType: OmicsClientTypes.WorkflowType? = nil - ) - { + ) { self.cacheBehavior = cacheBehavior self.cacheId = cacheId self.logLevel = logLevel @@ -8235,8 +8013,7 @@ public struct StartRunOutput: Swift.Sendable { status: OmicsClientTypes.RunStatus? = nil, tags: [Swift.String: Swift.String]? = nil, uuid: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.runOutputUri = runOutputUri @@ -8256,8 +8033,7 @@ extension OmicsClientTypes { public init( readSetId: Swift.String? = nil - ) - { + ) { self.readSetId = readSetId } } @@ -8277,8 +8053,7 @@ public struct StartReadSetActivationJobInput: Swift.Sendable { clientToken: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, sources: [OmicsClientTypes.StartReadSetActivationJobSourceItem]? = nil - ) - { + ) { self.clientToken = clientToken self.sequenceStoreId = sequenceStoreId self.sources = sources @@ -8304,8 +8079,7 @@ public struct StartReadSetActivationJobOutput: Swift.Sendable { id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetActivationJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.sequenceStoreId = sequenceStoreId @@ -8335,8 +8109,7 @@ public struct StartReadSetExportJobInput: Swift.Sendable { roleArn: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, sources: [OmicsClientTypes.ExportReadSet]? = nil - ) - { + ) { self.clientToken = clientToken self.destination = destination self.roleArn = roleArn @@ -8368,8 +8141,7 @@ public struct StartReadSetExportJobOutput: Swift.Sendable { id: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetExportJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.destination = destination self.id = id @@ -8415,8 +8187,7 @@ extension OmicsClientTypes { sourceFiles: OmicsClientTypes.SourceFiles? = nil, subjectId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.generatedFrom = generatedFrom self.name = name @@ -8448,8 +8219,7 @@ public struct StartReadSetImportJobInput: Swift.Sendable { roleArn: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, sources: [OmicsClientTypes.StartReadSetImportJobSourceItem]? = nil - ) - { + ) { self.clientToken = clientToken self.roleArn = roleArn self.sequenceStoreId = sequenceStoreId @@ -8480,8 +8250,7 @@ public struct StartReadSetImportJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, sequenceStoreId: Swift.String? = nil, status: OmicsClientTypes.ReadSetImportJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.roleArn = roleArn @@ -8515,8 +8284,7 @@ public struct UpdateSequenceStoreInput: Swift.Sendable { name: Swift.String? = nil, propagatedSetLevelTags: [Swift.String]? = nil, s3AccessConfig: OmicsClientTypes.S3AccessConfig? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.fallbackLocation = fallbackLocation @@ -8572,8 +8340,7 @@ public struct UpdateSequenceStoreOutput: Swift.Sendable { status: OmicsClientTypes.SequenceStoreStatus? = nil, statusMessage: Swift.String? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -8613,8 +8380,7 @@ public struct UploadReadSetPartInput: Swift.Sendable { payload: Smithy.ByteStream? = nil, sequenceStoreId: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.partNumber = partNumber self.partSource = partSource self.payload = payload @@ -8630,8 +8396,7 @@ public struct UploadReadSetPartOutput: Swift.Sendable { public init( checksum: Swift.String? = nil - ) - { + ) { self.checksum = checksum } } @@ -8647,8 +8412,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8670,8 +8434,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8692,8 +8455,7 @@ extension OmicsClientTypes { public init( source: Swift.String? = nil - ) - { + ) { self.source = source } } @@ -8720,8 +8482,7 @@ public struct StartVariantImportJobInput: Swift.Sendable { items: [OmicsClientTypes.VariantImportItemSource]? = nil, roleArn: Swift.String? = nil, runLeftNormalization: Swift.Bool? = false - ) - { + ) { self.annotationFields = annotationFields self.destinationName = destinationName self.items = items @@ -8737,8 +8498,7 @@ public struct StartVariantImportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8753,8 +8513,7 @@ public struct UpdateVariantStoreInput: Swift.Sendable { public init( description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.name = name } @@ -8791,8 +8550,7 @@ public struct UpdateVariantStoreOutput: Swift.Sendable { reference: OmicsClientTypes.ReferenceItem? = nil, status: OmicsClientTypes.StoreStatus? = nil, updateTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.id = id @@ -8816,8 +8574,7 @@ public struct UpdateWorkflowInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name diff --git a/Sources/Services/AWSOmics/Sources/AWSOmics/OmicsClient.swift b/Sources/Services/AWSOmics/Sources/AWSOmics/OmicsClient.swift index 6a26a466390..66c69b4df6e 100644 --- a/Sources/Services/AWSOmics/Sources/AWSOmics/OmicsClient.swift +++ b/Sources/Services/AWSOmics/Sources/AWSOmics/OmicsClient.swift @@ -70,7 +70,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OmicsClient: ClientRuntime.Client { public static let clientName = "OmicsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OmicsClient.OmicsClientConfiguration let serviceName = "Omics" diff --git a/Sources/Services/AWSOpenSearch/Package.swift.txt b/Sources/Services/AWSOpenSearch/Package.swift.txt index 5b0080e8239..3890e9e4712 100644 --- a/Sources/Services/AWSOpenSearch/Package.swift.txt +++ b/Sources/Services/AWSOpenSearch/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/Models.swift b/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/Models.swift index 047a2068a56..9c13ae66237 100644 --- a/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/Models.swift +++ b/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/Models.swift @@ -63,8 +63,7 @@ public struct DisabledOperationException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -88,8 +87,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +111,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -127,8 +124,7 @@ public struct AcceptInboundConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -242,8 +238,7 @@ extension OpenSearchClientTypes { public init( message: Swift.String? = nil, statusCode: OpenSearchClientTypes.InboundConnectionStatusCode? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -266,8 +261,7 @@ extension OpenSearchClientTypes { domainName: Swift.String? = nil, ownerId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.ownerId = ownerId self.region = region @@ -284,8 +278,7 @@ extension OpenSearchClientTypes { public init( awsDomainInformation: OpenSearchClientTypes.AWSDomainInformation? = nil - ) - { + ) { self.awsDomainInformation = awsDomainInformation } } @@ -312,8 +305,7 @@ extension OpenSearchClientTypes { connectionStatus: OpenSearchClientTypes.InboundConnectionStatus? = nil, localDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil, remoteDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil - ) - { + ) { self.connectionId = connectionId self.connectionMode = connectionMode self.connectionStatus = connectionStatus @@ -330,8 +322,7 @@ public struct AcceptInboundConnectionOutput: Swift.Sendable { public init( connection: OpenSearchClientTypes.InboundConnection? = nil - ) - { + ) { self.connection = connection } } @@ -355,8 +346,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -422,8 +412,7 @@ extension OpenSearchClientTypes { state: OpenSearchClientTypes.OptionState? = nil, updateDate: Foundation.Date? = nil, updateVersion: Swift.Int = 0 - ) - { + ) { self.creationDate = creationDate self.pendingDeletion = pendingDeletion self.state = state @@ -447,8 +436,7 @@ extension OpenSearchClientTypes { public init( options: Swift.String? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -579,8 +567,7 @@ public struct BaseException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -604,8 +591,7 @@ public struct DependencyFailureException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -629,8 +615,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -654,8 +639,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -669,8 +653,7 @@ extension OpenSearchClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -705,8 +688,7 @@ public struct AddDataSourceInput: Swift.Sendable { description: Swift.String? = nil, domainName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.description = description self.domainName = domainName @@ -721,8 +703,7 @@ public struct AddDataSourceOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -737,8 +718,7 @@ extension OpenSearchClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -754,8 +734,7 @@ extension OpenSearchClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -787,8 +766,7 @@ extension OpenSearchClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -816,8 +794,7 @@ public struct AddDirectQueryDataSourceInput: Swift.Sendable { description: Swift.String? = nil, openSearchArns: [Swift.String]? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.dataSourceName = dataSourceName self.dataSourceType = dataSourceType self.description = description @@ -832,8 +809,7 @@ public struct AddDirectQueryDataSourceOutput: Swift.Sendable { public init( dataSourceArn: Swift.String? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn } } @@ -852,8 +828,7 @@ extension OpenSearchClientTypes { public init( limitName: Swift.String? = nil, limitValues: [Swift.String]? = nil - ) - { + ) { self.limitName = limitName self.limitValues = limitValues } @@ -872,8 +847,7 @@ public struct AddTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.tagList = tagList } @@ -904,8 +878,7 @@ extension OpenSearchClientTypes { public init( options: [Swift.String: Swift.String]? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -930,8 +903,7 @@ extension OpenSearchClientTypes { publicKey: Swift.String? = nil, rolesKey: Swift.String? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.publicKey = publicKey self.rolesKey = rolesKey @@ -954,8 +926,7 @@ extension OpenSearchClientTypes { public init( entityId: Swift.String? = nil, metadataContent: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.metadataContent = metadataContent } @@ -983,8 +954,7 @@ extension OpenSearchClientTypes { rolesKey: Swift.String? = nil, sessionTimeoutMinutes: Swift.Int? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.idp = idp self.rolesKey = rolesKey @@ -1018,8 +988,7 @@ extension OpenSearchClientTypes { internalUserDatabaseEnabled: Swift.Bool? = nil, jwtOptions: OpenSearchClientTypes.JWTOptionsOutput? = nil, samlOptions: OpenSearchClientTypes.SAMLOptionsOutput? = nil - ) - { + ) { self.anonymousAuthDisableDate = anonymousAuthDisableDate self.anonymousAuthEnabled = anonymousAuthEnabled self.enabled = enabled @@ -1048,8 +1017,7 @@ extension OpenSearchClientTypes { publicKey: Swift.String? = nil, rolesKey: Swift.String? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.publicKey = publicKey self.rolesKey = rolesKey @@ -1073,8 +1041,7 @@ extension OpenSearchClientTypes { masterUserARN: Swift.String? = nil, masterUserName: Swift.String? = nil, masterUserPassword: Swift.String? = nil - ) - { + ) { self.masterUserARN = masterUserARN self.masterUserName = masterUserName self.masterUserPassword = masterUserPassword @@ -1114,8 +1081,7 @@ extension OpenSearchClientTypes { rolesKey: Swift.String? = nil, sessionTimeoutMinutes: Swift.Int? = nil, subjectKey: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.idp = idp self.masterBackendRole = masterBackendRole @@ -1156,8 +1122,7 @@ extension OpenSearchClientTypes { jwtOptions: OpenSearchClientTypes.JWTOptionsInput? = nil, masterUserOptions: OpenSearchClientTypes.MasterUserOptions? = nil, samlOptions: OpenSearchClientTypes.SAMLOptionsInput? = nil - ) - { + ) { self.anonymousAuthEnabled = anonymousAuthEnabled self.enabled = enabled self.internalUserDatabaseEnabled = internalUserDatabaseEnabled @@ -1182,8 +1147,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.AdvancedSecurityOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1228,8 +1192,7 @@ extension OpenSearchClientTypes { public init( desiredState: OpenSearchClientTypes.NaturalLanguageQueryGenerationDesiredState? = nil - ) - { + ) { self.desiredState = desiredState } } @@ -1244,8 +1207,7 @@ extension OpenSearchClientTypes { public init( naturalLanguageQueryGenerationOptions: OpenSearchClientTypes.NaturalLanguageQueryGenerationOptionsInput? = nil - ) - { + ) { self.naturalLanguageQueryGenerationOptions = naturalLanguageQueryGenerationOptions } } @@ -1307,8 +1269,7 @@ extension OpenSearchClientTypes { public init( currentState: OpenSearchClientTypes.NaturalLanguageQueryGenerationCurrentState? = nil, desiredState: OpenSearchClientTypes.NaturalLanguageQueryGenerationDesiredState? = nil - ) - { + ) { self.currentState = currentState self.desiredState = desiredState } @@ -1324,8 +1285,7 @@ extension OpenSearchClientTypes { public init( naturalLanguageQueryGenerationOptions: OpenSearchClientTypes.NaturalLanguageQueryGenerationOptionsOutput? = nil - ) - { + ) { self.naturalLanguageQueryGenerationOptions = naturalLanguageQueryGenerationOptions } } @@ -1343,8 +1303,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.AIMLOptionsOutput? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -1370,8 +1329,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1389,8 +1347,7 @@ extension OpenSearchClientTypes { public init( keyAccessRoleArn: Swift.String? = nil, keyStoreAccessEnabled: Swift.Bool? = nil - ) - { + ) { self.keyAccessRoleArn = keyAccessRoleArn self.keyStoreAccessEnabled = keyStoreAccessEnabled } @@ -1406,8 +1363,7 @@ extension OpenSearchClientTypes { public init( keyStoreAccessOption: OpenSearchClientTypes.KeyStoreAccessOption? = nil - ) - { + ) { self.keyStoreAccessOption = keyStoreAccessOption } } @@ -1431,8 +1387,7 @@ public struct AssociatePackageInput: Swift.Sendable { domainName: Swift.String? = nil, packageID: Swift.String? = nil, prerequisitePackageIDList: [Swift.String]? = nil - ) - { + ) { self.associationConfiguration = associationConfiguration self.domainName = domainName self.packageID = packageID @@ -1490,8 +1445,7 @@ extension OpenSearchClientTypes { public init( errorMessage: Swift.String? = nil, errorType: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -1572,8 +1526,7 @@ extension OpenSearchClientTypes { packageVersion: Swift.String? = nil, prerequisitePackageIDList: [Swift.String]? = nil, referencePath: Swift.String? = nil - ) - { + ) { self.associationConfiguration = associationConfiguration self.domainName = domainName self.domainPackageStatus = domainPackageStatus @@ -1596,8 +1549,7 @@ public struct AssociatePackageOutput: Swift.Sendable { public init( domainPackageDetails: OpenSearchClientTypes.DomainPackageDetails? = nil - ) - { + ) { self.domainPackageDetails = domainPackageDetails } } @@ -1618,8 +1570,7 @@ extension OpenSearchClientTypes { associationConfiguration: OpenSearchClientTypes.PackageAssociationConfiguration? = nil, packageID: Swift.String? = nil, prerequisitePackageIDList: [Swift.String]? = nil - ) - { + ) { self.associationConfiguration = associationConfiguration self.packageID = packageID self.prerequisitePackageIDList = prerequisitePackageIDList @@ -1638,8 +1589,7 @@ public struct AssociatePackagesInput: Swift.Sendable { public init( domainName: Swift.String? = nil, packageList: [OpenSearchClientTypes.PackageDetailsForAssociation]? = nil - ) - { + ) { self.domainName = domainName self.packageList = packageList } @@ -1651,8 +1601,7 @@ public struct AssociatePackagesOutput: Swift.Sendable { public init( domainPackageDetailsList: [OpenSearchClientTypes.DomainPackageDetails]? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList } } @@ -1696,8 +1645,7 @@ public struct AuthorizeVpcEndpointAccessInput: Swift.Sendable { account: Swift.String? = nil, domainName: Swift.String? = nil, service: OpenSearchClientTypes.AWSServicePrincipal? = nil - ) - { + ) { self.account = account self.domainName = domainName self.service = service @@ -1745,8 +1693,7 @@ extension OpenSearchClientTypes { public init( principal: Swift.String? = nil, principalType: OpenSearchClientTypes.PrincipalType? = nil - ) - { + ) { self.principal = principal self.principalType = principalType } @@ -1760,8 +1707,7 @@ public struct AuthorizeVpcEndpointAccessOutput: Swift.Sendable { public init( authorizedPrincipal: OpenSearchClientTypes.AuthorizedPrincipal? = nil - ) - { + ) { self.authorizedPrincipal = authorizedPrincipal } } @@ -1776,8 +1722,7 @@ public struct CancelDomainConfigChangeInput: Swift.Sendable { public init( domainName: Swift.String? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.dryRun = dryRun } @@ -1798,8 +1743,7 @@ extension OpenSearchClientTypes { activeValue: Swift.String? = nil, cancelledValue: Swift.String? = nil, propertyName: Swift.String? = nil - ) - { + ) { self.activeValue = activeValue self.cancelledValue = cancelledValue self.propertyName = propertyName @@ -1819,8 +1763,7 @@ public struct CancelDomainConfigChangeOutput: Swift.Sendable { cancelledChangeIds: [Swift.String]? = nil, cancelledChangeProperties: [OpenSearchClientTypes.CancelledChangeProperty]? = nil, dryRun: Swift.Bool? = nil - ) - { + ) { self.cancelledChangeIds = cancelledChangeIds self.cancelledChangeProperties = cancelledChangeProperties self.dryRun = dryRun @@ -1835,8 +1778,7 @@ public struct CancelServiceSoftwareUpdateInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -1909,8 +1851,7 @@ extension OpenSearchClientTypes { optionalDeployment: Swift.Bool? = nil, updateAvailable: Swift.Bool? = nil, updateStatus: OpenSearchClientTypes.DeploymentStatus? = nil - ) - { + ) { self.automatedUpdateDate = automatedUpdateDate self.cancellable = cancellable self.currentVersion = currentVersion @@ -1930,8 +1871,7 @@ public struct CancelServiceSoftwareUpdateOutput: Swift.Sendable { public init( serviceSoftwareOptions: OpenSearchClientTypes.ServiceSoftwareOptions? = nil - ) - { + ) { self.serviceSoftwareOptions = serviceSoftwareOptions } } @@ -1977,8 +1917,7 @@ extension OpenSearchClientTypes { public init( key: OpenSearchClientTypes.AppConfigType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1997,8 +1936,7 @@ extension OpenSearchClientTypes { public init( dataSourceArn: Swift.String? = nil, dataSourceDescription: Swift.String? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceDescription = dataSourceDescription } @@ -2020,8 +1958,7 @@ extension OpenSearchClientTypes { enabled: Swift.Bool? = nil, iamIdentityCenterInstanceArn: Swift.String? = nil, iamRoleForIdentityCenterApplicationArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.iamIdentityCenterInstanceArn = iamIdentityCenterInstanceArn self.iamRoleForIdentityCenterApplicationArn = iamRoleForIdentityCenterApplicationArn @@ -2051,8 +1988,7 @@ public struct CreateApplicationInput: Swift.Sendable { iamIdentityCenterOptions: OpenSearchClientTypes.IamIdentityCenterOptionsInput? = nil, name: Swift.String? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.appConfigs = appConfigs self.clientToken = clientToken self.dataSources = dataSources @@ -2080,8 +2016,7 @@ extension OpenSearchClientTypes { iamIdentityCenterApplicationArn: Swift.String? = nil, iamIdentityCenterInstanceArn: Swift.String? = nil, iamRoleForIdentityCenterApplicationArn: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.iamIdentityCenterApplicationArn = iamIdentityCenterApplicationArn self.iamIdentityCenterInstanceArn = iamIdentityCenterInstanceArn @@ -2117,8 +2052,7 @@ public struct CreateApplicationOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.appConfigs = appConfigs self.arn = arn self.createdAt = createdAt @@ -2149,8 +2083,7 @@ public struct InvalidTypeException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2174,8 +2107,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2249,8 +2181,7 @@ extension OpenSearchClientTypes { public init( unit: OpenSearchClientTypes.TimeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -2272,8 +2203,7 @@ extension OpenSearchClientTypes { cronExpressionForRecurrence: Swift.String? = nil, duration: OpenSearchClientTypes.Duration? = nil, startAt: Foundation.Date? = nil - ) - { + ) { self.cronExpressionForRecurrence = cronExpressionForRecurrence self.duration = duration self.startAt = startAt @@ -2296,8 +2226,7 @@ extension OpenSearchClientTypes { desiredState: OpenSearchClientTypes.AutoTuneDesiredState? = nil, maintenanceSchedules: [OpenSearchClientTypes.AutoTuneMaintenanceSchedule]? = nil, useOffPeakWindow: Swift.Bool? = nil - ) - { + ) { self.desiredState = desiredState self.maintenanceSchedules = maintenanceSchedules self.useOffPeakWindow = useOffPeakWindow @@ -2315,8 +2244,7 @@ extension OpenSearchClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -2669,8 +2597,7 @@ extension OpenSearchClientTypes { count: Swift.Int? = nil, enabled: Swift.Bool? = nil, type: OpenSearchClientTypes.OpenSearchPartitionInstanceType? = nil - ) - { + ) { self.count = count self.enabled = enabled self.type = type @@ -2716,8 +2643,7 @@ extension OpenSearchClientTypes { public init( nodeConfig: OpenSearchClientTypes.NodeConfig? = nil, nodeType: OpenSearchClientTypes.NodeOptionsNodeType? = nil - ) - { + ) { self.nodeConfig = nodeConfig self.nodeType = nodeType } @@ -2765,8 +2691,7 @@ extension OpenSearchClientTypes { public init( availabilityZoneCount: Swift.Int? = nil - ) - { + ) { self.availabilityZoneCount = availabilityZoneCount } } @@ -2817,8 +2742,7 @@ extension OpenSearchClientTypes { warmType: OpenSearchClientTypes.OpenSearchWarmPartitionInstanceType? = nil, zoneAwarenessConfig: OpenSearchClientTypes.ZoneAwarenessConfig? = nil, zoneAwarenessEnabled: Swift.Bool? = nil - ) - { + ) { self.coldStorageOptions = coldStorageOptions self.dedicatedMasterCount = dedicatedMasterCount self.dedicatedMasterEnabled = dedicatedMasterEnabled @@ -2854,8 +2778,7 @@ extension OpenSearchClientTypes { identityPoolId: Swift.String? = nil, roleArn: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.identityPoolId = identityPoolId self.roleArn = roleArn @@ -2923,8 +2846,7 @@ extension OpenSearchClientTypes { customEndpointEnabled: Swift.Bool? = nil, enforceHTTPS: Swift.Bool? = nil, tlsSecurityPolicy: OpenSearchClientTypes.TLSSecurityPolicy? = nil - ) - { + ) { self.customEndpoint = customEndpoint self.customEndpointCertificateArn = customEndpointCertificateArn self.customEndpointEnabled = customEndpointEnabled @@ -2991,8 +2913,7 @@ extension OpenSearchClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: OpenSearchClientTypes.VolumeType? = nil - ) - { + ) { self.ebsEnabled = ebsEnabled self.iops = iops self.throughput = throughput @@ -3014,8 +2935,7 @@ extension OpenSearchClientTypes { public init( enabled: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.kmsKeyId = kmsKeyId } @@ -3101,8 +3021,7 @@ extension OpenSearchClientTypes { identityCenterInstanceARN: Swift.String? = nil, rolesKey: OpenSearchClientTypes.RolesKeyIdCOption? = nil, subjectKey: OpenSearchClientTypes.SubjectKeyIdCOption? = nil - ) - { + ) { self.enabledAPIAccess = enabledAPIAccess self.identityCenterInstanceARN = identityCenterInstanceARN self.rolesKey = rolesKey @@ -3196,8 +3115,7 @@ extension OpenSearchClientTypes { public init( cloudWatchLogsLogGroupArn: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.enabled = enabled } @@ -3213,8 +3131,7 @@ extension OpenSearchClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -3234,8 +3151,7 @@ extension OpenSearchClientTypes { public init( hours: Swift.Int = 0, minutes: Swift.Int = 0 - ) - { + ) { self.hours = hours self.minutes = minutes } @@ -3251,8 +3167,7 @@ extension OpenSearchClientTypes { public init( windowStartTime: OpenSearchClientTypes.WindowStartTime? = nil - ) - { + ) { self.windowStartTime = windowStartTime } } @@ -3270,8 +3185,7 @@ extension OpenSearchClientTypes { public init( enabled: Swift.Bool? = nil, offPeakWindow: OpenSearchClientTypes.OffPeakWindow? = nil - ) - { + ) { self.enabled = enabled self.offPeakWindow = offPeakWindow } @@ -3287,8 +3201,7 @@ extension OpenSearchClientTypes { public init( automatedSnapshotStartHour: Swift.Int? = nil - ) - { + ) { self.automatedSnapshotStartHour = automatedSnapshotStartHour } } @@ -3303,8 +3216,7 @@ extension OpenSearchClientTypes { public init( autoSoftwareUpdateEnabled: Swift.Bool? = nil - ) - { + ) { self.autoSoftwareUpdateEnabled = autoSoftwareUpdateEnabled } } @@ -3322,8 +3234,7 @@ extension OpenSearchClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -3408,8 +3319,7 @@ public struct CreateDomainInput: Swift.Sendable { softwareUpdateOptions: OpenSearchClientTypes.SoftwareUpdateOptions? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil, vpcOptions: OpenSearchClientTypes.VPCOptions? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -3500,8 +3410,7 @@ extension OpenSearchClientTypes { errorMessage: Swift.String? = nil, state: OpenSearchClientTypes.AutoTuneState? = nil, useOffPeakWindow: Swift.Bool? = nil - ) - { + ) { self.errorMessage = errorMessage self.state = state self.useOffPeakWindow = useOffPeakWindow @@ -3609,8 +3518,7 @@ extension OpenSearchClientTypes { lastUpdatedTime: Foundation.Date? = nil, message: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.changeId = changeId self.configChangeStatus = configChangeStatus self.initiatedBy = initiatedBy @@ -3689,8 +3597,7 @@ extension OpenSearchClientTypes { identityStoreId: Swift.String? = nil, rolesKey: OpenSearchClientTypes.RolesKeyIdCOption? = nil, subjectKey: OpenSearchClientTypes.SubjectKeyIdCOption? = nil - ) - { + ) { self.enabledAPIAccess = enabledAPIAccess self.identityCenterApplicationARN = identityCenterApplicationARN self.identityCenterInstanceARN = identityCenterInstanceARN @@ -3752,8 +3659,7 @@ extension OpenSearchClientTypes { name: Swift.String? = nil, pendingValue: Swift.String? = nil, valueType: OpenSearchClientTypes.PropertyValueType? = nil - ) - { + ) { self.activeValue = activeValue self.name = name self.pendingValue = pendingValue @@ -3780,8 +3686,7 @@ extension OpenSearchClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -3906,8 +3811,7 @@ extension OpenSearchClientTypes { softwareUpdateOptions: OpenSearchClientTypes.SoftwareUpdateOptions? = nil, upgradeProcessing: Swift.Bool? = nil, vpcOptions: OpenSearchClientTypes.VPCDerivedInfo? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -3953,8 +3857,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( domainStatus: OpenSearchClientTypes.DomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -4002,8 +3905,7 @@ extension OpenSearchClientTypes { public init( skipUnavailable: OpenSearchClientTypes.SkipUnavailableStatus? = nil - ) - { + ) { self.skipUnavailable = skipUnavailable } } @@ -4021,8 +3923,7 @@ extension OpenSearchClientTypes { public init( crossClusterSearch: OpenSearchClientTypes.CrossClusterSearchConnectionProperties? = nil, endpoint: Swift.String? = nil - ) - { + ) { self.crossClusterSearch = crossClusterSearch self.endpoint = endpoint } @@ -4051,8 +3952,7 @@ public struct CreateOutboundConnectionInput: Swift.Sendable { connectionProperties: OpenSearchClientTypes.ConnectionProperties? = nil, localDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil, remoteDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.connectionMode = connectionMode self.connectionProperties = connectionProperties @@ -4146,8 +4046,7 @@ extension OpenSearchClientTypes { public init( message: Swift.String? = nil, statusCode: OpenSearchClientTypes.OutboundConnectionStatusCode? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -4179,8 +4078,7 @@ public struct CreateOutboundConnectionOutput: Swift.Sendable { connectionStatus: OpenSearchClientTypes.OutboundConnectionStatus? = nil, localDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil, remoteDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.connectionId = connectionId self.connectionMode = connectionMode @@ -4243,8 +4141,7 @@ extension OpenSearchClientTypes { licenseFilepath: Swift.String? = nil, licenseRequirement: OpenSearchClientTypes.RequirementLevel? = nil, requiresRestartForConfigurationUpdate: Swift.Bool? = nil - ) - { + ) { self.configurationRequirement = configurationRequirement self.licenseFilepath = licenseFilepath self.licenseRequirement = licenseRequirement @@ -4266,8 +4163,7 @@ extension OpenSearchClientTypes { public init( encryptionEnabled: Swift.Bool? = nil, kmsKeyIdentifier: Swift.String? = nil - ) - { + ) { self.encryptionEnabled = encryptionEnabled self.kmsKeyIdentifier = kmsKeyIdentifier } @@ -4286,8 +4182,7 @@ extension OpenSearchClientTypes { public init( s3BucketName: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3Key = s3Key } @@ -4304,8 +4199,7 @@ extension OpenSearchClientTypes { public init( vendingEnabled: Swift.Bool? = nil - ) - { + ) { self.vendingEnabled = vendingEnabled } } @@ -4342,8 +4236,7 @@ public struct CreatePackageInput: Swift.Sendable { packageSource: OpenSearchClientTypes.PackageSource? = nil, packageType: OpenSearchClientTypes.PackageType? = nil, packageVendingOptions: OpenSearchClientTypes.PackageVendingOptions? = nil - ) - { + ) { self.engineVersion = engineVersion self.packageConfiguration = packageConfiguration self.packageDescription = packageDescription @@ -4376,8 +4269,7 @@ extension OpenSearchClientTypes { name: Swift.String? = nil, uncompressedSizeInBytes: Swift.Int? = nil, version: Swift.String? = nil - ) - { + ) { self.className = className self.description = description self.name = name @@ -4488,8 +4380,7 @@ extension OpenSearchClientTypes { packageStatus: OpenSearchClientTypes.PackageStatus? = nil, packageType: OpenSearchClientTypes.PackageType? = nil, packageVendingOptions: OpenSearchClientTypes.PackageVendingOptions? = nil - ) - { + ) { self.allowListedUserList = allowListedUserList self.availablePackageConfiguration = availablePackageConfiguration self.availablePackageVersion = availablePackageVersion @@ -4517,8 +4408,7 @@ public struct CreatePackageOutput: Swift.Sendable { public init( packageDetails: OpenSearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -4537,8 +4427,7 @@ public struct CreateVpcEndpointInput: Swift.Sendable { clientToken: Swift.String? = nil, domainArn: Swift.String? = nil, vpcOptions: OpenSearchClientTypes.VPCOptions? = nil - ) - { + ) { self.clientToken = clientToken self.domainArn = domainArn self.vpcOptions = vpcOptions @@ -4613,8 +4502,7 @@ extension OpenSearchClientTypes { vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil, vpcOptions: OpenSearchClientTypes.VPCDerivedInfo? = nil - ) - { + ) { self.domainArn = domainArn self.endpoint = endpoint self.status = status @@ -4632,8 +4520,7 @@ public struct CreateVpcEndpointOutput: Swift.Sendable { public init( vpcEndpoint: OpenSearchClientTypes.VpcEndpoint? = nil - ) - { + ) { self.vpcEndpoint = vpcEndpoint } } @@ -4645,8 +4532,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4668,8 +4554,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( domainName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.name = name } @@ -4682,8 +4567,7 @@ public struct DeleteDataSourceOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -4695,8 +4579,7 @@ public struct DeleteDirectQueryDataSourceInput: Swift.Sendable { public init( dataSourceName: Swift.String? = nil - ) - { + ) { self.dataSourceName = dataSourceName } } @@ -4709,8 +4592,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4722,8 +4604,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( domainStatus: OpenSearchClientTypes.DomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -4736,8 +4617,7 @@ public struct DeleteInboundConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -4749,8 +4629,7 @@ public struct DeleteInboundConnectionOutput: Swift.Sendable { public init( connection: OpenSearchClientTypes.InboundConnection? = nil - ) - { + ) { self.connection = connection } } @@ -4763,8 +4642,7 @@ public struct DeleteOutboundConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -4796,8 +4674,7 @@ extension OpenSearchClientTypes { connectionStatus: OpenSearchClientTypes.OutboundConnectionStatus? = nil, localDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil, remoteDomainInfo: OpenSearchClientTypes.DomainInformationContainer? = nil - ) - { + ) { self.connectionAlias = connectionAlias self.connectionId = connectionId self.connectionMode = connectionMode @@ -4816,8 +4693,7 @@ public struct DeleteOutboundConnectionOutput: Swift.Sendable { public init( connection: OpenSearchClientTypes.OutboundConnection? = nil - ) - { + ) { self.connection = connection } } @@ -4830,8 +4706,7 @@ public struct DeletePackageInput: Swift.Sendable { public init( packageID: Swift.String? = nil - ) - { + ) { self.packageID = packageID } } @@ -4843,8 +4718,7 @@ public struct DeletePackageOutput: Swift.Sendable { public init( packageDetails: OpenSearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -4856,8 +4730,7 @@ public struct DeleteVpcEndpointInput: Swift.Sendable { public init( vpcEndpointId: Swift.String? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId } } @@ -4880,8 +4753,7 @@ extension OpenSearchClientTypes { status: OpenSearchClientTypes.VpcEndpointStatus? = nil, vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn self.status = status self.vpcEndpointId = vpcEndpointId @@ -4897,8 +4769,7 @@ public struct DeleteVpcEndpointOutput: Swift.Sendable { public init( vpcEndpointSummary: OpenSearchClientTypes.VpcEndpointSummary? = nil - ) - { + ) { self.vpcEndpointSummary = vpcEndpointSummary } } @@ -4911,8 +4782,7 @@ public struct DescribeDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -4925,8 +4795,7 @@ public struct DescribeDomainOutput: Swift.Sendable { public init( domainStatus: OpenSearchClientTypes.DomainStatus? = nil - ) - { + ) { self.domainStatus = domainStatus } } @@ -4945,8 +4814,7 @@ public struct DescribeDomainAutoTunesInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -5034,8 +4902,7 @@ extension OpenSearchClientTypes { actionType: OpenSearchClientTypes.ScheduledAutoTuneActionType? = nil, date: Foundation.Date? = nil, severity: OpenSearchClientTypes.ScheduledAutoTuneSeverityType? = nil - ) - { + ) { self.action = action self.actionType = actionType self.date = date @@ -5053,8 +4920,7 @@ extension OpenSearchClientTypes { public init( scheduledAutoTuneDetails: OpenSearchClientTypes.ScheduledAutoTuneDetails? = nil - ) - { + ) { self.scheduledAutoTuneDetails = scheduledAutoTuneDetails } } @@ -5099,8 +4965,7 @@ extension OpenSearchClientTypes { public init( autoTuneDetails: OpenSearchClientTypes.AutoTuneDetails? = nil, autoTuneType: OpenSearchClientTypes.AutoTuneType? = nil - ) - { + ) { self.autoTuneDetails = autoTuneDetails self.autoTuneType = autoTuneType } @@ -5117,8 +4982,7 @@ public struct DescribeDomainAutoTunesOutput: Swift.Sendable { public init( autoTunes: [OpenSearchClientTypes.AutoTune]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoTunes = autoTunes self.nextToken = nextToken } @@ -5135,8 +4999,7 @@ public struct DescribeDomainChangeProgressInput: Swift.Sendable { public init( changeId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.changeId = changeId self.domainName = domainName } @@ -5160,8 +5023,7 @@ extension OpenSearchClientTypes { lastUpdated: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.description = description self.lastUpdated = lastUpdated self.name = name @@ -5242,8 +5104,7 @@ extension OpenSearchClientTypes { startTime: Foundation.Date? = nil, status: OpenSearchClientTypes.OverallChangeStatus? = nil, totalNumberOfStages: Swift.Int = 0 - ) - { + ) { self.changeId = changeId self.changeProgressStages = changeProgressStages self.completedProperties = completedProperties @@ -5265,8 +5126,7 @@ public struct DescribeDomainChangeProgressOutput: Swift.Sendable { public init( changeProgressStatus: OpenSearchClientTypes.ChangeProgressStatusDetails? = nil - ) - { + ) { self.changeProgressStatus = changeProgressStatus } } @@ -5279,8 +5139,7 @@ public struct DescribeDomainConfigInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -5333,8 +5192,7 @@ extension OpenSearchClientTypes { maintenanceSchedules: [OpenSearchClientTypes.AutoTuneMaintenanceSchedule]? = nil, rollbackOnDisable: OpenSearchClientTypes.RollbackOnDisable? = nil, useOffPeakWindow: Swift.Bool? = nil - ) - { + ) { self.desiredState = desiredState self.maintenanceSchedules = maintenanceSchedules self.rollbackOnDisable = rollbackOnDisable @@ -5370,8 +5228,7 @@ extension OpenSearchClientTypes { state: OpenSearchClientTypes.AutoTuneState? = nil, updateDate: Foundation.Date? = nil, updateVersion: Swift.Int = 0 - ) - { + ) { self.creationDate = creationDate self.errorMessage = errorMessage self.pendingDeletion = pendingDeletion @@ -5394,8 +5251,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.AutoTuneOptions? = nil, status: OpenSearchClientTypes.AutoTuneStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5416,8 +5272,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.ClusterConfig? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5438,8 +5293,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.CognitoOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5460,8 +5314,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.DomainEndpointOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5482,8 +5335,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.EBSOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5504,8 +5356,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.EncryptionAtRestOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5526,8 +5377,7 @@ extension OpenSearchClientTypes { public init( options: Swift.String? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5548,8 +5398,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.IdentityCenterOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5570,8 +5419,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.IPAddressType? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5590,8 +5438,7 @@ extension OpenSearchClientTypes { public init( options: [Swift.String: OpenSearchClientTypes.LogPublishingOption]? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5612,8 +5459,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.NodeToNodeEncryptionOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5632,8 +5478,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.OffPeakWindowOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5654,8 +5499,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.SnapshotOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5674,8 +5518,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.SoftwareUpdateOptions? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5696,8 +5539,7 @@ extension OpenSearchClientTypes { public init( options: OpenSearchClientTypes.VPCDerivedInfo? = nil, status: OpenSearchClientTypes.OptionStatus? = nil - ) - { + ) { self.options = options self.status = status } @@ -5773,8 +5615,7 @@ extension OpenSearchClientTypes { snapshotOptions: OpenSearchClientTypes.SnapshotOptionsStatus? = nil, softwareUpdateOptions: OpenSearchClientTypes.SoftwareUpdateOptionsStatus? = nil, vpcOptions: OpenSearchClientTypes.VPCDerivedInfoStatus? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -5808,8 +5649,7 @@ public struct DescribeDomainConfigOutput: Swift.Sendable { public init( domainConfig: OpenSearchClientTypes.DomainConfig? = nil - ) - { + ) { self.domainConfig = domainConfig } } @@ -5822,8 +5662,7 @@ public struct DescribeDomainHealthInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -5957,8 +5796,7 @@ extension OpenSearchClientTypes { totalShards: Swift.String? = nil, totalUnAssignedShards: Swift.String? = nil, zoneStatus: OpenSearchClientTypes.ZoneStatus? = nil - ) - { + ) { self.availabilityZoneName = availabilityZoneName self.availableDataNodeCount = availableDataNodeCount self.configuredDataNodeCount = configuredDataNodeCount @@ -5978,8 +5816,7 @@ extension OpenSearchClientTypes { public init( availabilityZoneInformation: [OpenSearchClientTypes.AvailabilityZoneInfo]? = nil - ) - { + ) { self.availabilityZoneInformation = availabilityZoneInformation } } @@ -6073,8 +5910,7 @@ public struct DescribeDomainHealthOutput: Swift.Sendable { totalShards: Swift.String? = nil, totalUnAssignedShards: Swift.String? = nil, warmNodeCount: Swift.String? = nil - ) - { + ) { self.activeAvailabilityZoneCount = activeAvailabilityZoneCount self.availabilityZoneCount = availabilityZoneCount self.clusterHealth = clusterHealth @@ -6099,8 +5935,7 @@ public struct DescribeDomainNodesInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -6199,8 +6034,7 @@ extension OpenSearchClientTypes { storageSize: Swift.String? = nil, storageType: Swift.String? = nil, storageVolumeType: OpenSearchClientTypes.VolumeType? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.instanceType = instanceType self.nodeId = nodeId @@ -6220,8 +6054,7 @@ public struct DescribeDomainNodesOutput: Swift.Sendable { public init( domainNodesStatusList: [OpenSearchClientTypes.DomainNodesStatus]? = nil - ) - { + ) { self.domainNodesStatusList = domainNodesStatusList } } @@ -6234,8 +6067,7 @@ public struct DescribeDomainsInput: Swift.Sendable { public init( domainNames: [Swift.String]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -6248,8 +6080,7 @@ public struct DescribeDomainsOutput: Swift.Sendable { public init( domainStatusList: [OpenSearchClientTypes.DomainStatus]? = nil - ) - { + ) { self.domainStatusList = domainStatusList } } @@ -6267,8 +6098,7 @@ public struct DescribeDryRunProgressInput: Swift.Sendable { domainName: Swift.String? = nil, dryRunId: Swift.String? = nil, loadDryRunConfig: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.dryRunId = dryRunId self.loadDryRunConfig = loadDryRunConfig @@ -6287,8 +6117,7 @@ extension OpenSearchClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -6320,8 +6149,7 @@ extension OpenSearchClientTypes { dryRunStatus: Swift.String? = nil, updateDate: Swift.String? = nil, validationFailures: [OpenSearchClientTypes.ValidationFailure]? = nil - ) - { + ) { self.creationDate = creationDate self.dryRunId = dryRunId self.dryRunStatus = dryRunStatus @@ -6351,8 +6179,7 @@ extension OpenSearchClientTypes { public init( deploymentType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.deploymentType = deploymentType self.message = message } @@ -6371,8 +6198,7 @@ public struct DescribeDryRunProgressOutput: Swift.Sendable { dryRunConfig: OpenSearchClientTypes.DomainStatus? = nil, dryRunProgressStatus: OpenSearchClientTypes.DryRunProgressStatus? = nil, dryRunResults: OpenSearchClientTypes.DryRunResults? = nil - ) - { + ) { self.dryRunConfig = dryRunConfig self.dryRunProgressStatus = dryRunProgressStatus self.dryRunResults = dryRunResults @@ -6398,8 +6224,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6416,8 +6241,7 @@ extension OpenSearchClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6437,8 +6261,7 @@ public struct DescribeInboundConnectionsInput: Swift.Sendable { filters: [OpenSearchClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6455,8 +6278,7 @@ public struct DescribeInboundConnectionsOutput: Swift.Sendable { public init( connections: [OpenSearchClientTypes.InboundConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -6477,8 +6299,7 @@ public struct DescribeInstanceTypeLimitsInput: Swift.Sendable { domainName: Swift.String? = nil, engineVersion: Swift.String? = nil, instanceType: OpenSearchClientTypes.OpenSearchPartitionInstanceType? = nil - ) - { + ) { self.domainName = domainName self.engineVersion = engineVersion self.instanceType = instanceType @@ -6497,8 +6318,7 @@ extension OpenSearchClientTypes { public init( maximumInstanceCount: Swift.Int = 0, minimumInstanceCount: Swift.Int = 0 - ) - { + ) { self.maximumInstanceCount = maximumInstanceCount self.minimumInstanceCount = minimumInstanceCount } @@ -6514,8 +6334,7 @@ extension OpenSearchClientTypes { public init( instanceCountLimits: OpenSearchClientTypes.InstanceCountLimits? = nil - ) - { + ) { self.instanceCountLimits = instanceCountLimits } } @@ -6545,8 +6364,7 @@ extension OpenSearchClientTypes { public init( limitName: Swift.String? = nil, limitValues: [Swift.String]? = nil - ) - { + ) { self.limitName = limitName self.limitValues = limitValues } @@ -6568,8 +6386,7 @@ extension OpenSearchClientTypes { storageSubTypeName: Swift.String? = nil, storageTypeLimits: [OpenSearchClientTypes.StorageTypeLimit]? = nil, storageTypeName: Swift.String? = nil - ) - { + ) { self.storageSubTypeName = storageSubTypeName self.storageTypeLimits = storageTypeLimits self.storageTypeName = storageTypeName @@ -6592,8 +6409,7 @@ extension OpenSearchClientTypes { additionalLimits: [OpenSearchClientTypes.AdditionalLimit]? = nil, instanceLimits: OpenSearchClientTypes.InstanceLimits? = nil, storageTypes: [OpenSearchClientTypes.StorageType]? = nil - ) - { + ) { self.additionalLimits = additionalLimits self.instanceLimits = instanceLimits self.storageTypes = storageTypes @@ -6608,8 +6424,7 @@ public struct DescribeInstanceTypeLimitsOutput: Swift.Sendable { public init( limitsByRole: [Swift.String: OpenSearchClientTypes.Limits]? = nil - ) - { + ) { self.limitsByRole = limitsByRole } } @@ -6627,8 +6442,7 @@ public struct DescribeOutboundConnectionsInput: Swift.Sendable { filters: [OpenSearchClientTypes.Filter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6645,8 +6459,7 @@ public struct DescribeOutboundConnectionsOutput: Swift.Sendable { public init( connections: [OpenSearchClientTypes.OutboundConnection]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connections = connections self.nextToken = nextToken } @@ -6705,8 +6518,7 @@ extension OpenSearchClientTypes { public init( name: OpenSearchClientTypes.DescribePackagesFilterName? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -6726,8 +6538,7 @@ public struct DescribePackagesInput: Swift.Sendable { filters: [OpenSearchClientTypes.DescribePackagesFilter]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6744,8 +6555,7 @@ public struct DescribePackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageDetailsList: [OpenSearchClientTypes.PackageDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.packageDetailsList = packageDetailsList } @@ -6764,8 +6574,7 @@ public struct DescribeReservedInstanceOfferingsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, reservedInstanceOfferingId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.reservedInstanceOfferingId = reservedInstanceOfferingId @@ -6816,8 +6625,7 @@ extension OpenSearchClientTypes { public init( recurringChargeAmount: Swift.Double? = nil, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -6854,8 +6662,7 @@ extension OpenSearchClientTypes { recurringCharges: [OpenSearchClientTypes.RecurringCharge]? = nil, reservedInstanceOfferingId: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.fixedPrice = fixedPrice @@ -6878,8 +6685,7 @@ public struct DescribeReservedInstanceOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedInstanceOfferings: [OpenSearchClientTypes.ReservedInstanceOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedInstanceOfferings = reservedInstanceOfferings } @@ -6898,8 +6704,7 @@ public struct DescribeReservedInstancesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, reservedInstanceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.reservedInstanceId = reservedInstanceId @@ -6954,8 +6759,7 @@ extension OpenSearchClientTypes { startTime: Foundation.Date? = nil, state: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.billingSubscriptionId = billingSubscriptionId self.currencyCode = currencyCode self.duration = duration @@ -6984,8 +6788,7 @@ public struct DescribeReservedInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reservedInstances: [OpenSearchClientTypes.ReservedInstance]? = nil - ) - { + ) { self.nextToken = nextToken self.reservedInstances = reservedInstances } @@ -6998,8 +6801,7 @@ public struct DescribeVpcEndpointsInput: Swift.Sendable { public init( vpcEndpointIds: [Swift.String]? = nil - ) - { + ) { self.vpcEndpointIds = vpcEndpointIds } } @@ -7048,8 +6850,7 @@ extension OpenSearchClientTypes { errorCode: OpenSearchClientTypes.VpcEndpointErrorCode? = nil, errorMessage: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.vpcEndpointId = vpcEndpointId @@ -7068,8 +6869,7 @@ public struct DescribeVpcEndpointsOutput: Swift.Sendable { public init( vpcEndpointErrors: [OpenSearchClientTypes.VpcEndpointError]? = nil, vpcEndpoints: [OpenSearchClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.vpcEndpointErrors = vpcEndpointErrors self.vpcEndpoints = vpcEndpoints } @@ -7087,8 +6887,7 @@ public struct DissociatePackageInput: Swift.Sendable { public init( domainName: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.packageID = packageID } @@ -7101,8 +6900,7 @@ public struct DissociatePackageOutput: Swift.Sendable { public init( domainPackageDetails: OpenSearchClientTypes.DomainPackageDetails? = nil - ) - { + ) { self.domainPackageDetails = domainPackageDetails } } @@ -7118,8 +6916,7 @@ public struct DissociatePackagesInput: Swift.Sendable { public init( domainName: Swift.String? = nil, packageList: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.packageList = packageList } @@ -7131,8 +6928,7 @@ public struct DissociatePackagesOutput: Swift.Sendable { public init( domainPackageDetailsList: [OpenSearchClientTypes.DomainPackageDetails]? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList } } @@ -7144,8 +6940,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -7221,8 +7016,7 @@ public struct GetApplicationOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: OpenSearchClientTypes.ApplicationStatus? = nil - ) - { + ) { self.appConfigs = appConfigs self.arn = arn self.createdAt = createdAt @@ -7243,8 +7037,7 @@ public struct GetCompatibleVersionsInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -7261,8 +7054,7 @@ extension OpenSearchClientTypes { public init( sourceVersion: Swift.String? = nil, targetVersions: [Swift.String]? = nil - ) - { + ) { self.sourceVersion = sourceVersion self.targetVersions = targetVersions } @@ -7276,8 +7068,7 @@ public struct GetCompatibleVersionsOutput: Swift.Sendable { public init( compatibleVersions: [OpenSearchClientTypes.CompatibleVersionsMap]? = nil - ) - { + ) { self.compatibleVersions = compatibleVersions } } @@ -7294,8 +7085,7 @@ public struct GetDataSourceInput: Swift.Sendable { public init( domainName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.name = name } @@ -7346,8 +7136,7 @@ public struct GetDataSourceOutput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchClientTypes.DataSourceStatus? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.description = description self.name = name @@ -7362,8 +7151,7 @@ public struct GetDirectQueryDataSourceInput: Swift.Sendable { public init( dataSourceName: Swift.String? = nil - ) - { + ) { self.dataSourceName = dataSourceName } } @@ -7386,8 +7174,7 @@ public struct GetDirectQueryDataSourceOutput: Swift.Sendable { dataSourceType: OpenSearchClientTypes.DirectQueryDataSourceType? = nil, description: Swift.String? = nil, openSearchArns: [Swift.String]? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceName = dataSourceName self.dataSourceType = dataSourceType @@ -7408,8 +7195,7 @@ public struct GetDomainMaintenanceStatusInput: Swift.Sendable { public init( domainName: Swift.String? = nil, maintenanceId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maintenanceId = maintenanceId } @@ -7507,8 +7293,7 @@ public struct GetDomainMaintenanceStatusOutput: Swift.Sendable { status: OpenSearchClientTypes.MaintenanceStatus? = nil, statusMessage: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.nodeId = nodeId @@ -7532,8 +7317,7 @@ public struct GetPackageVersionHistoryInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageID = packageID @@ -7561,8 +7345,7 @@ extension OpenSearchClientTypes { packageConfiguration: OpenSearchClientTypes.PackageConfiguration? = nil, packageVersion: Swift.String? = nil, pluginProperties: OpenSearchClientTypes.PluginProperties? = nil - ) - { + ) { self.commitMessage = commitMessage self.createdAt = createdAt self.packageConfiguration = packageConfiguration @@ -7585,8 +7368,7 @@ public struct GetPackageVersionHistoryOutput: Swift.Sendable { nextToken: Swift.String? = nil, packageID: Swift.String? = nil, packageVersionHistoryList: [OpenSearchClientTypes.PackageVersionHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.packageID = packageID self.packageVersionHistoryList = packageVersionHistoryList @@ -7607,8 +7389,7 @@ public struct GetUpgradeHistoryInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -7714,8 +7495,7 @@ extension OpenSearchClientTypes { progressPercent: Swift.Double? = nil, upgradeStep: OpenSearchClientTypes.UpgradeStep? = nil, upgradeStepStatus: OpenSearchClientTypes.UpgradeStatus? = nil - ) - { + ) { self.issues = issues self.progressPercent = progressPercent self.upgradeStep = upgradeStep @@ -7750,8 +7530,7 @@ extension OpenSearchClientTypes { stepsList: [OpenSearchClientTypes.UpgradeStepItem]? = nil, upgradeName: Swift.String? = nil, upgradeStatus: OpenSearchClientTypes.UpgradeStatus? = nil - ) - { + ) { self.startTimestamp = startTimestamp self.stepsList = stepsList self.upgradeName = upgradeName @@ -7770,8 +7549,7 @@ public struct GetUpgradeHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, upgradeHistories: [OpenSearchClientTypes.UpgradeHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.upgradeHistories = upgradeHistories } @@ -7785,8 +7563,7 @@ public struct GetUpgradeStatusInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -7804,8 +7581,7 @@ public struct GetUpgradeStatusOutput: Swift.Sendable { stepStatus: OpenSearchClientTypes.UpgradeStatus? = nil, upgradeName: Swift.String? = nil, upgradeStep: OpenSearchClientTypes.UpgradeStep? = nil - ) - { + ) { self.stepStatus = stepStatus self.upgradeName = upgradeName self.upgradeStep = upgradeStep @@ -7824,8 +7600,7 @@ public struct ListApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, statuses: [OpenSearchClientTypes.ApplicationStatus]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.statuses = statuses @@ -7859,8 +7634,7 @@ extension OpenSearchClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: OpenSearchClientTypes.ApplicationStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.endpoint = endpoint @@ -7881,8 +7655,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applicationSummaries: [OpenSearchClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationSummaries = applicationSummaries self.nextToken = nextToken } @@ -7896,8 +7669,7 @@ public struct ListDataSourcesInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -7920,8 +7692,7 @@ extension OpenSearchClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchClientTypes.DataSourceStatus? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.description = description self.name = name @@ -7937,8 +7708,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( dataSources: [OpenSearchClientTypes.DataSourceDetails]? = nil - ) - { + ) { self.dataSources = dataSources } } @@ -7949,8 +7719,7 @@ public struct ListDirectQueryDataSourcesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -7979,8 +7748,7 @@ extension OpenSearchClientTypes { description: Swift.String? = nil, openSearchArns: [Swift.String]? = nil, tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceName = dataSourceName self.dataSourceType = dataSourceType @@ -8000,8 +7768,7 @@ public struct ListDirectQueryDataSourcesOutput: Swift.Sendable { public init( directQueryDataSources: [OpenSearchClientTypes.DirectQueryDataSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directQueryDataSources = directQueryDataSources self.nextToken = nextToken } @@ -8027,8 +7794,7 @@ public struct ListDomainMaintenancesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, status: OpenSearchClientTypes.MaintenanceStatus? = nil - ) - { + ) { self.action = action self.domainName = domainName self.maxResults = maxResults @@ -8067,8 +7833,7 @@ extension OpenSearchClientTypes { status: OpenSearchClientTypes.MaintenanceStatus? = nil, statusMessage: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.createdAt = createdAt self.domainName = domainName @@ -8091,8 +7856,7 @@ public struct ListDomainMaintenancesOutput: Swift.Sendable { public init( domainMaintenances: [OpenSearchClientTypes.DomainMaintenanceDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainMaintenances = domainMaintenances self.nextToken = nextToken } @@ -8134,8 +7898,7 @@ public struct ListDomainNamesInput: Swift.Sendable { public init( engineType: OpenSearchClientTypes.EngineType? = nil - ) - { + ) { self.engineType = engineType } } @@ -8152,8 +7915,7 @@ extension OpenSearchClientTypes { public init( domainName: Swift.String? = nil, engineType: OpenSearchClientTypes.EngineType? = nil - ) - { + ) { self.domainName = domainName self.engineType = engineType } @@ -8167,8 +7929,7 @@ public struct ListDomainNamesOutput: Swift.Sendable { public init( domainNames: [OpenSearchClientTypes.DomainInfo]? = nil - ) - { + ) { self.domainNames = domainNames } } @@ -8187,8 +7948,7 @@ public struct ListDomainsForPackageInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, packageID: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.packageID = packageID @@ -8205,8 +7965,7 @@ public struct ListDomainsForPackageOutput: Swift.Sendable { public init( domainPackageDetailsList: [OpenSearchClientTypes.DomainPackageDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList self.nextToken = nextToken } @@ -8234,8 +7993,7 @@ public struct ListInstanceTypeDetailsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, retrieveAZs: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.engineVersion = engineVersion self.instanceType = instanceType @@ -8275,8 +8033,7 @@ extension OpenSearchClientTypes { instanceRole: [Swift.String]? = nil, instanceType: OpenSearchClientTypes.OpenSearchPartitionInstanceType? = nil, warmEnabled: Swift.Bool? = nil - ) - { + ) { self.advancedSecurityEnabled = advancedSecurityEnabled self.appLogsEnabled = appLogsEnabled self.availabilityZones = availabilityZones @@ -8298,8 +8055,7 @@ public struct ListInstanceTypeDetailsOutput: Swift.Sendable { public init( instanceTypeDetails: [OpenSearchClientTypes.InstanceTypeDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceTypeDetails = instanceTypeDetails self.nextToken = nextToken } @@ -8319,8 +8075,7 @@ public struct ListPackagesForDomainInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -8337,8 +8092,7 @@ public struct ListPackagesForDomainOutput: Swift.Sendable { public init( domainPackageDetailsList: [OpenSearchClientTypes.DomainPackageDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainPackageDetailsList = domainPackageDetailsList self.nextToken = nextToken } @@ -8357,8 +8111,7 @@ public struct ListScheduledActionsInput: Swift.Sendable { domainName: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.maxResults = maxResults self.nextToken = nextToken @@ -8431,8 +8184,7 @@ extension OpenSearchClientTypes { severity: OpenSearchClientTypes.ActionSeverity? = nil, status: OpenSearchClientTypes.ActionStatus? = nil, type: OpenSearchClientTypes.ActionType? = nil - ) - { + ) { self.cancellable = cancellable self.description = description self.id = id @@ -8455,8 +8207,7 @@ public struct ListScheduledActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledActions: [OpenSearchClientTypes.ScheduledAction]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledActions = scheduledActions } @@ -8470,8 +8221,7 @@ public struct ListTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -8483,8 +8233,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( tagList: [OpenSearchClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -8499,8 +8248,7 @@ public struct ListVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -8516,8 +8264,7 @@ public struct ListVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -8533,8 +8280,7 @@ public struct ListVpcEndpointAccessInput: Swift.Sendable { public init( domainName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.nextToken = nextToken } @@ -8551,8 +8297,7 @@ public struct ListVpcEndpointAccessOutput: Swift.Sendable { public init( authorizedPrincipalList: [OpenSearchClientTypes.AuthorizedPrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authorizedPrincipalList = authorizedPrincipalList self.nextToken = nextToken } @@ -8564,8 +8309,7 @@ public struct ListVpcEndpointsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -8581,8 +8325,7 @@ public struct ListVpcEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointSummaryList: [OpenSearchClientTypes.VpcEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointSummaryList = vpcEndpointSummaryList } @@ -8598,8 +8341,7 @@ public struct ListVpcEndpointsForDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.nextToken = nextToken } @@ -8616,8 +8358,7 @@ public struct ListVpcEndpointsForDomainOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointSummaryList: [OpenSearchClientTypes.VpcEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointSummaryList = vpcEndpointSummaryList } @@ -8638,8 +8379,7 @@ public struct PurchaseReservedInstanceOfferingInput: Swift.Sendable { instanceCount: Swift.Int? = nil, reservationName: Swift.String? = nil, reservedInstanceOfferingId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.reservationName = reservationName self.reservedInstanceOfferingId = reservedInstanceOfferingId @@ -8656,8 +8396,7 @@ public struct PurchaseReservedInstanceOfferingOutput: Swift.Sendable { public init( reservationName: Swift.String? = nil, reservedInstanceId: Swift.String? = nil - ) - { + ) { self.reservationName = reservationName self.reservedInstanceId = reservedInstanceId } @@ -8671,8 +8410,7 @@ public struct RejectInboundConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -8684,8 +8422,7 @@ public struct RejectInboundConnectionOutput: Swift.Sendable { public init( connection: OpenSearchClientTypes.InboundConnection? = nil - ) - { + ) { self.connection = connection } } @@ -8702,8 +8439,7 @@ public struct RemoveTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -8722,8 +8458,7 @@ public struct RevokeVpcEndpointAccessInput: Swift.Sendable { account: Swift.String? = nil, domainName: Swift.String? = nil, service: OpenSearchClientTypes.AWSServicePrincipal? = nil - ) - { + ) { self.account = account self.domainName = domainName self.service = service @@ -8750,8 +8485,7 @@ public struct StartDomainMaintenanceInput: Swift.Sendable { action: OpenSearchClientTypes.MaintenanceType? = nil, domainName: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.action = action self.domainName = domainName self.nodeId = nodeId @@ -8765,8 +8499,7 @@ public struct StartDomainMaintenanceOutput: Swift.Sendable { public init( maintenanceId: Swift.String? = nil - ) - { + ) { self.maintenanceId = maintenanceId } } @@ -8826,8 +8559,7 @@ public struct StartServiceSoftwareUpdateInput: Swift.Sendable { desiredStartTime: Swift.Int? = nil, domainName: Swift.String? = nil, scheduleAt: OpenSearchClientTypes.ScheduleAt? = nil - ) - { + ) { self.desiredStartTime = desiredStartTime self.domainName = domainName self.scheduleAt = scheduleAt @@ -8841,8 +8573,7 @@ public struct StartServiceSoftwareUpdateOutput: Swift.Sendable { public init( serviceSoftwareOptions: OpenSearchClientTypes.ServiceSoftwareOptions? = nil - ) - { + ) { self.serviceSoftwareOptions = serviceSoftwareOptions } } @@ -8860,8 +8591,7 @@ public struct UpdateApplicationInput: Swift.Sendable { appConfigs: [OpenSearchClientTypes.AppConfig]? = nil, dataSources: [OpenSearchClientTypes.DataSource]? = nil, id: Swift.String? = nil - ) - { + ) { self.appConfigs = appConfigs self.dataSources = dataSources self.id = id @@ -8895,8 +8625,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { id: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.appConfigs = appConfigs self.arn = arn self.createdAt = createdAt @@ -8930,8 +8659,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { domainName: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchClientTypes.DataSourceStatus? = nil - ) - { + ) { self.dataSourceType = dataSourceType self.description = description self.domainName = domainName @@ -8947,8 +8675,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -8971,8 +8698,7 @@ public struct UpdateDirectQueryDataSourceInput: Swift.Sendable { dataSourceType: OpenSearchClientTypes.DirectQueryDataSourceType? = nil, description: Swift.String? = nil, openSearchArns: [Swift.String]? = nil - ) - { + ) { self.dataSourceName = dataSourceName self.dataSourceType = dataSourceType self.description = description @@ -8986,8 +8712,7 @@ public struct UpdateDirectQueryDataSourceOutput: Swift.Sendable { public init( dataSourceArn: Swift.String? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn } } @@ -9102,8 +8827,7 @@ public struct UpdateDomainConfigInput: Swift.Sendable { snapshotOptions: OpenSearchClientTypes.SnapshotOptions? = nil, softwareUpdateOptions: OpenSearchClientTypes.SoftwareUpdateOptions? = nil, vpcOptions: OpenSearchClientTypes.VPCOptions? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedOptions = advancedOptions self.advancedSecurityOptions = advancedSecurityOptions @@ -9142,8 +8866,7 @@ public struct UpdateDomainConfigOutput: Swift.Sendable { domainConfig: OpenSearchClientTypes.DomainConfig? = nil, dryRunProgressStatus: OpenSearchClientTypes.DryRunProgressStatus? = nil, dryRunResults: OpenSearchClientTypes.DryRunResults? = nil - ) - { + ) { self.domainConfig = domainConfig self.dryRunProgressStatus = dryRunProgressStatus self.dryRunResults = dryRunResults @@ -9174,8 +8897,7 @@ public struct UpdatePackageInput: Swift.Sendable { packageEncryptionOptions: OpenSearchClientTypes.PackageEncryptionOptions? = nil, packageID: Swift.String? = nil, packageSource: OpenSearchClientTypes.PackageSource? = nil - ) - { + ) { self.commitMessage = commitMessage self.packageConfiguration = packageConfiguration self.packageDescription = packageDescription @@ -9192,8 +8914,7 @@ public struct UpdatePackageOutput: Swift.Sendable { public init( packageDetails: OpenSearchClientTypes.PackageDetails? = nil - ) - { + ) { self.packageDetails = packageDetails } } @@ -9245,8 +8966,7 @@ public struct UpdatePackageScopeInput: Swift.Sendable { operation: OpenSearchClientTypes.PackageScopeOperationEnum? = nil, packageID: Swift.String? = nil, packageUserList: [Swift.String]? = nil - ) - { + ) { self.operation = operation self.packageID = packageID self.packageUserList = packageUserList @@ -9265,8 +8985,7 @@ public struct UpdatePackageScopeOutput: Swift.Sendable { operation: OpenSearchClientTypes.PackageScopeOperationEnum? = nil, packageID: Swift.String? = nil, packageUserList: [Swift.String]? = nil - ) - { + ) { self.operation = operation self.packageID = packageID self.packageUserList = packageUserList @@ -9295,8 +9014,7 @@ public struct SlotNotAvailableException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, slotSuggestions: [Swift.Int]? = nil - ) - { + ) { self.properties.message = message self.properties.slotSuggestions = slotSuggestions } @@ -9330,8 +9048,7 @@ public struct UpdateScheduledActionInput: Swift.Sendable { desiredStartTime: Swift.Int? = nil, domainName: Swift.String? = nil, scheduleAt: OpenSearchClientTypes.ScheduleAt? = nil - ) - { + ) { self.actionID = actionID self.actionType = actionType self.desiredStartTime = desiredStartTime @@ -9346,8 +9063,7 @@ public struct UpdateScheduledActionOutput: Swift.Sendable { public init( scheduledAction: OpenSearchClientTypes.ScheduledAction? = nil - ) - { + ) { self.scheduledAction = scheduledAction } } @@ -9363,8 +9079,7 @@ public struct UpdateVpcEndpointInput: Swift.Sendable { public init( vpcEndpointId: Swift.String? = nil, vpcOptions: OpenSearchClientTypes.VPCOptions? = nil - ) - { + ) { self.vpcEndpointId = vpcEndpointId self.vpcOptions = vpcOptions } @@ -9377,8 +9092,7 @@ public struct UpdateVpcEndpointOutput: Swift.Sendable { public init( vpcEndpoint: OpenSearchClientTypes.VpcEndpoint? = nil - ) - { + ) { self.vpcEndpoint = vpcEndpoint } } @@ -9401,8 +9115,7 @@ public struct UpgradeDomainInput: Swift.Sendable { domainName: Swift.String? = nil, performCheckOnly: Swift.Bool? = nil, targetVersion: Swift.String? = nil - ) - { + ) { self.advancedOptions = advancedOptions self.domainName = domainName self.performCheckOnly = performCheckOnly @@ -9432,8 +9145,7 @@ public struct UpgradeDomainOutput: Swift.Sendable { performCheckOnly: Swift.Bool? = nil, targetVersion: Swift.String? = nil, upgradeId: Swift.String? = nil - ) - { + ) { self.advancedOptions = advancedOptions self.changeProgressDetails = changeProgressDetails self.domainName = domainName diff --git a/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/OpenSearchClient.swift b/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/OpenSearchClient.swift index f3c8447014f..d9d387b8817 100644 --- a/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/OpenSearchClient.swift +++ b/Sources/Services/AWSOpenSearch/Sources/AWSOpenSearch/OpenSearchClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OpenSearchClient: ClientRuntime.Client { public static let clientName = "OpenSearchClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OpenSearchClient.OpenSearchClientConfiguration let serviceName = "OpenSearch" diff --git a/Sources/Services/AWSOpenSearchServerless/Package.swift.txt b/Sources/Services/AWSOpenSearchServerless/Package.swift.txt index 98d90b812d0..0b1fa1d350a 100644 --- a/Sources/Services/AWSOpenSearchServerless/Package.swift.txt +++ b/Sources/Services/AWSOpenSearchServerless/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,15 +61,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/Models.swift b/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/Models.swift index b028fabcf55..9d61b92b913 100644 --- a/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/Models.swift +++ b/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/Models.swift @@ -69,8 +69,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +92,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -132,8 +130,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -160,8 +157,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +183,7 @@ public struct CreateAccessPolicyInput: Swift.Sendable { name: Swift.String? = nil, policy: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -224,8 +219,7 @@ extension OpenSearchServerlessClientTypes { policy: Smithy.Document? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -243,8 +237,7 @@ public struct CreateAccessPolicyOutput: Swift.Sendable { public init( accessPolicyDetail: OpenSearchServerlessClientTypes.AccessPolicyDetail? = nil - ) - { + ) { self.accessPolicyDetail = accessPolicyDetail } } @@ -267,8 +260,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -287,8 +279,7 @@ public struct DeleteAccessPolicyInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.type = type @@ -311,8 +302,7 @@ public struct GetAccessPolicyInput: Swift.Sendable { public init( name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.name = name self.type = type } @@ -324,8 +314,7 @@ public struct GetAccessPolicyOutput: Swift.Sendable { public init( accessPolicyDetail: OpenSearchServerlessClientTypes.AccessPolicyDetail? = nil - ) - { + ) { self.accessPolicyDetail = accessPolicyDetail } } @@ -346,8 +335,7 @@ public struct ListAccessPoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, resource: [Swift.String]? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resource = resource @@ -379,8 +367,7 @@ extension OpenSearchServerlessClientTypes { name: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -400,8 +387,7 @@ public struct ListAccessPoliciesOutput: Swift.Sendable { public init( accessPolicySummaries: [OpenSearchServerlessClientTypes.AccessPolicySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPolicySummaries = accessPolicySummaries self.nextToken = nextToken } @@ -431,8 +417,7 @@ public struct UpdateAccessPolicyInput: Swift.Sendable { policy: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.AccessPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -448,8 +433,7 @@ public struct UpdateAccessPolicyOutput: Swift.Sendable { public init( accessPolicyDetail: OpenSearchServerlessClientTypes.AccessPolicyDetail? = nil - ) - { + ) { self.accessPolicyDetail = accessPolicyDetail } } @@ -463,8 +447,7 @@ extension OpenSearchServerlessClientTypes { public init( dataPolicyCount: Swift.Int? = nil - ) - { + ) { self.dataPolicyCount = dataPolicyCount } } @@ -482,8 +465,7 @@ extension OpenSearchServerlessClientTypes { public init( maxIndexingCapacityInOCU: Swift.Int? = nil, maxSearchCapacityInOCU: Swift.Int? = nil - ) - { + ) { self.maxIndexingCapacityInOCU = maxIndexingCapacityInOCU self.maxSearchCapacityInOCU = maxSearchCapacityInOCU } @@ -499,8 +481,7 @@ extension OpenSearchServerlessClientTypes { public init( capacityLimits: OpenSearchServerlessClientTypes.CapacityLimits? = nil - ) - { + ) { self.capacityLimits = capacityLimits } } @@ -515,8 +496,7 @@ public struct BatchGetCollectionInput: Swift.Sendable { public init( ids: [Swift.String]? = nil, names: [Swift.String]? = nil - ) - { + ) { self.ids = ids self.names = names } @@ -675,8 +655,7 @@ extension OpenSearchServerlessClientTypes { standbyReplicas: OpenSearchServerlessClientTypes.StandbyReplicas? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil, type: OpenSearchServerlessClientTypes.CollectionType? = nil - ) - { + ) { self.arn = arn self.collectionEndpoint = collectionEndpoint self.createdDate = createdDate @@ -713,8 +692,7 @@ extension OpenSearchServerlessClientTypes { errorMessage: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -732,8 +710,7 @@ public struct BatchGetCollectionOutput: Swift.Sendable { public init( collectionDetails: [OpenSearchServerlessClientTypes.CollectionDetail]? = nil, collectionErrorDetails: [OpenSearchServerlessClientTypes.CollectionErrorDetail]? = nil - ) - { + ) { self.collectionDetails = collectionDetails self.collectionErrorDetails = collectionErrorDetails } @@ -780,8 +757,7 @@ extension OpenSearchServerlessClientTypes { public init( resource: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.resource = resource self.type = type } @@ -795,8 +771,7 @@ public struct BatchGetEffectiveLifecyclePolicyInput: Swift.Sendable { public init( resourceIdentifiers: [OpenSearchServerlessClientTypes.LifecyclePolicyResourceIdentifier]? = nil - ) - { + ) { self.resourceIdentifiers = resourceIdentifiers } } @@ -852,8 +827,7 @@ extension OpenSearchServerlessClientTypes { resourceType: OpenSearchServerlessClientTypes.ResourceType? = nil, retentionPeriod: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.noMinRetentionPeriod = noMinRetentionPeriod self.policyName = policyName self.resource = resource @@ -882,8 +856,7 @@ extension OpenSearchServerlessClientTypes { errorMessage: Swift.String? = nil, resource: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.resource = resource @@ -901,8 +874,7 @@ public struct BatchGetEffectiveLifecyclePolicyOutput: Swift.Sendable { public init( effectiveLifecyclePolicyDetails: [OpenSearchServerlessClientTypes.EffectiveLifecyclePolicyDetail]? = nil, effectiveLifecyclePolicyErrorDetails: [OpenSearchServerlessClientTypes.EffectiveLifecyclePolicyErrorDetail]? = nil - ) - { + ) { self.effectiveLifecyclePolicyDetails = effectiveLifecyclePolicyDetails self.effectiveLifecyclePolicyErrorDetails = effectiveLifecyclePolicyErrorDetails } @@ -922,8 +894,7 @@ extension OpenSearchServerlessClientTypes { public init( name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.name = name self.type = type } @@ -937,8 +908,7 @@ public struct BatchGetLifecyclePolicyInput: Swift.Sendable { public init( identifiers: [OpenSearchServerlessClientTypes.LifecyclePolicyIdentifier]? = nil - ) - { + ) { self.identifiers = identifiers } } @@ -970,8 +940,7 @@ extension OpenSearchServerlessClientTypes { policy: Smithy.Document? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -1001,8 +970,7 @@ extension OpenSearchServerlessClientTypes { errorMessage: Swift.String? = nil, name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.name = name @@ -1020,8 +988,7 @@ public struct BatchGetLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicyDetails: [OpenSearchServerlessClientTypes.LifecyclePolicyDetail]? = nil, lifecyclePolicyErrorDetails: [OpenSearchServerlessClientTypes.LifecyclePolicyErrorDetail]? = nil - ) - { + ) { self.lifecyclePolicyDetails = lifecyclePolicyDetails self.lifecyclePolicyErrorDetails = lifecyclePolicyErrorDetails } @@ -1034,8 +1001,7 @@ public struct BatchGetVpcEndpointInput: Swift.Sendable { public init( ids: [Swift.String]? = nil - ) - { + ) { self.ids = ids } } @@ -1112,8 +1078,7 @@ extension OpenSearchServerlessClientTypes { status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.failureCode = failureCode self.failureMessage = failureMessage @@ -1142,8 +1107,7 @@ extension OpenSearchServerlessClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -1160,8 +1124,7 @@ public struct BatchGetVpcEndpointOutput: Swift.Sendable { public init( vpcEndpointDetails: [OpenSearchServerlessClientTypes.VpcEndpointDetail]? = nil, vpcEndpointErrorDetails: [OpenSearchServerlessClientTypes.VpcEndpointErrorDetail]? = nil - ) - { + ) { self.vpcEndpointDetails = vpcEndpointDetails self.vpcEndpointErrorDetails = vpcEndpointErrorDetails } @@ -1187,8 +1150,7 @@ public struct OcuLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1207,8 +1169,7 @@ extension OpenSearchServerlessClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1237,8 +1198,7 @@ public struct CreateCollectionInput: Swift.Sendable { standbyReplicas: OpenSearchServerlessClientTypes.StandbyReplicas? = nil, tags: [OpenSearchServerlessClientTypes.Tag]? = nil, type: OpenSearchServerlessClientTypes.CollectionType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1284,8 +1244,7 @@ extension OpenSearchServerlessClientTypes { standbyReplicas: OpenSearchServerlessClientTypes.StandbyReplicas? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil, type: OpenSearchServerlessClientTypes.CollectionType? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.description = description @@ -1306,8 +1265,7 @@ public struct CreateCollectionOutput: Swift.Sendable { public init( createCollectionDetail: OpenSearchServerlessClientTypes.CreateCollectionDetail? = nil - ) - { + ) { self.createCollectionDetail = createCollectionDetail } } @@ -1322,8 +1280,7 @@ public struct DeleteCollectionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -1344,8 +1301,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -1359,8 +1315,7 @@ public struct DeleteCollectionOutput: Swift.Sendable { public init( deleteCollectionDetail: OpenSearchServerlessClientTypes.DeleteCollectionDetail? = nil - ) - { + ) { self.deleteCollectionDetail = deleteCollectionDetail } } @@ -1377,8 +1332,7 @@ extension OpenSearchServerlessClientTypes { public init( name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -1397,8 +1351,7 @@ public struct ListCollectionsInput: Swift.Sendable { collectionFilters: OpenSearchServerlessClientTypes.CollectionFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionFilters = collectionFilters self.maxResults = maxResults self.nextToken = nextToken @@ -1423,8 +1376,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -1442,8 +1394,7 @@ public struct ListCollectionsOutput: Swift.Sendable { public init( collectionSummaries: [OpenSearchServerlessClientTypes.CollectionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionSummaries = collectionSummaries self.nextToken = nextToken } @@ -1462,8 +1413,7 @@ public struct UpdateCollectionInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.id = id @@ -1500,8 +1450,7 @@ extension OpenSearchServerlessClientTypes { name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.CollectionStatus? = nil, type: OpenSearchServerlessClientTypes.CollectionType? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.description = description @@ -1520,8 +1469,7 @@ public struct UpdateCollectionOutput: Swift.Sendable { public init( updateCollectionDetail: OpenSearchServerlessClientTypes.UpdateCollectionDetail? = nil - ) - { + ) { self.updateCollectionDetail = updateCollectionDetail } } @@ -1608,8 +1556,7 @@ extension OpenSearchServerlessClientTypes { groupAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterGroupAttribute? = nil, instanceArn: Swift.String? = nil, userAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterUserAttribute? = nil - ) - { + ) { self.groupAttribute = groupAttribute self.instanceArn = instanceArn self.userAttribute = userAttribute @@ -1638,8 +1585,7 @@ public struct CreateLifecyclePolicyInput: Swift.Sendable { name: Swift.String? = nil, policy: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1654,8 +1600,7 @@ public struct CreateLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicyDetail: OpenSearchServerlessClientTypes.LifecyclePolicyDetail? = nil - ) - { + ) { self.lifecyclePolicyDetail = lifecyclePolicyDetail } } @@ -1679,8 +1624,7 @@ extension OpenSearchServerlessClientTypes { metadata: Swift.String? = nil, sessionTimeout: Swift.Int? = nil, userAttribute: Swift.String? = nil - ) - { + ) { self.groupAttribute = groupAttribute self.metadata = metadata self.sessionTimeout = sessionTimeout @@ -1743,8 +1687,7 @@ public struct CreateSecurityConfigInput: Swift.Sendable { name: Swift.String? = nil, samlOptions: OpenSearchServerlessClientTypes.SamlConfigOptions? = nil, type: OpenSearchServerlessClientTypes.SecurityConfigType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.iamIdentityCenterOptions = iamIdentityCenterOptions @@ -1778,8 +1721,7 @@ extension OpenSearchServerlessClientTypes { groupAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterGroupAttribute? = nil, instanceArn: Swift.String? = nil, userAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterUserAttribute? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationDescription = applicationDescription self.applicationName = applicationName @@ -1820,8 +1762,7 @@ extension OpenSearchServerlessClientTypes { lastModifiedDate: Swift.Int? = nil, samlOptions: OpenSearchServerlessClientTypes.SamlConfigOptions? = nil, type: OpenSearchServerlessClientTypes.SecurityConfigType? = nil - ) - { + ) { self.configVersion = configVersion self.createdDate = createdDate self.description = description @@ -1840,8 +1781,7 @@ public struct CreateSecurityConfigOutput: Swift.Sendable { public init( securityConfigDetail: OpenSearchServerlessClientTypes.SecurityConfigDetail? = nil - ) - { + ) { self.securityConfigDetail = securityConfigDetail } } @@ -1898,8 +1838,7 @@ public struct CreateSecurityPolicyInput: Swift.Sendable { name: Swift.String? = nil, policy: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1935,8 +1874,7 @@ extension OpenSearchServerlessClientTypes { policy: Smithy.Document? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -1954,8 +1892,7 @@ public struct CreateSecurityPolicyOutput: Swift.Sendable { public init( securityPolicyDetail: OpenSearchServerlessClientTypes.SecurityPolicyDetail? = nil - ) - { + ) { self.securityPolicyDetail = securityPolicyDetail } } @@ -1981,8 +1918,7 @@ public struct CreateVpcEndpointInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.securityGroupIds = securityGroupIds @@ -2006,8 +1942,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -2021,8 +1956,7 @@ public struct CreateVpcEndpointOutput: Swift.Sendable { public init( createVpcEndpointDetail: OpenSearchServerlessClientTypes.CreateVpcEndpointDetail? = nil - ) - { + ) { self.createVpcEndpointDetail = createVpcEndpointDetail } } @@ -2041,8 +1975,7 @@ public struct DeleteLifecyclePolicyInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.type = type @@ -2064,8 +1997,7 @@ public struct DeleteSecurityConfigInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -2090,8 +2022,7 @@ public struct DeleteSecurityPolicyInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.type = type @@ -2113,8 +2044,7 @@ public struct DeleteVpcEndpointInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -2135,8 +2065,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -2150,8 +2079,7 @@ public struct DeleteVpcEndpointOutput: Swift.Sendable { public init( deleteVpcEndpointDetail: OpenSearchServerlessClientTypes.DeleteVpcEndpointDetail? = nil - ) - { + ) { self.deleteVpcEndpointDetail = deleteVpcEndpointDetail } } @@ -2167,8 +2095,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettingsDetail: OpenSearchServerlessClientTypes.AccountSettingsDetail? = nil - ) - { + ) { self.accountSettingsDetail = accountSettingsDetail } } @@ -2187,8 +2114,7 @@ extension OpenSearchServerlessClientTypes { public init( retentionPolicyCount: Swift.Int? = nil - ) - { + ) { self.retentionPolicyCount = retentionPolicyCount } } @@ -2203,8 +2129,7 @@ extension OpenSearchServerlessClientTypes { public init( samlConfigCount: Swift.Int? = nil - ) - { + ) { self.samlConfigCount = samlConfigCount } } @@ -2222,8 +2147,7 @@ extension OpenSearchServerlessClientTypes { public init( encryptionPolicyCount: Swift.Int? = nil, networkPolicyCount: Swift.Int? = nil - ) - { + ) { self.encryptionPolicyCount = encryptionPolicyCount self.networkPolicyCount = networkPolicyCount } @@ -2248,8 +2172,7 @@ public struct GetPoliciesStatsOutput: Swift.Sendable { securityConfigStats: OpenSearchServerlessClientTypes.SecurityConfigStats? = nil, securityPolicyStats: OpenSearchServerlessClientTypes.SecurityPolicyStats? = nil, totalPolicyCount: Swift.Int? = nil - ) - { + ) { self.accessPolicyStats = accessPolicyStats self.lifecyclePolicyStats = lifecyclePolicyStats self.securityConfigStats = securityConfigStats @@ -2265,8 +2188,7 @@ public struct GetSecurityConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2277,8 +2199,7 @@ public struct GetSecurityConfigOutput: Swift.Sendable { public init( securityConfigDetail: OpenSearchServerlessClientTypes.SecurityConfigDetail? = nil - ) - { + ) { self.securityConfigDetail = securityConfigDetail } } @@ -2294,8 +2215,7 @@ public struct GetSecurityPolicyInput: Swift.Sendable { public init( name: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.name = name self.type = type } @@ -2307,8 +2227,7 @@ public struct GetSecurityPolicyOutput: Swift.Sendable { public init( securityPolicyDetail: OpenSearchServerlessClientTypes.SecurityPolicyDetail? = nil - ) - { + ) { self.securityPolicyDetail = securityPolicyDetail } } @@ -2329,8 +2248,7 @@ public struct ListLifecyclePoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, resources: [Swift.String]? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resources = resources @@ -2362,8 +2280,7 @@ extension OpenSearchServerlessClientTypes { name: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -2383,8 +2300,7 @@ public struct ListLifecyclePoliciesOutput: Swift.Sendable { public init( lifecyclePolicySummaries: [OpenSearchServerlessClientTypes.LifecyclePolicySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lifecyclePolicySummaries = lifecyclePolicySummaries self.nextToken = nextToken } @@ -2414,8 +2330,7 @@ public struct UpdateLifecyclePolicyInput: Swift.Sendable { policy: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.LifecyclePolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -2431,8 +2346,7 @@ public struct UpdateLifecyclePolicyOutput: Swift.Sendable { public init( lifecyclePolicyDetail: OpenSearchServerlessClientTypes.LifecyclePolicyDetail? = nil - ) - { + ) { self.lifecyclePolicyDetail = lifecyclePolicyDetail } } @@ -2450,8 +2364,7 @@ public struct ListSecurityConfigsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityConfigType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.type = type @@ -2482,8 +2395,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, lastModifiedDate: Swift.Int? = nil, type: OpenSearchServerlessClientTypes.SecurityConfigType? = nil - ) - { + ) { self.configVersion = configVersion self.createdDate = createdDate self.description = description @@ -2503,8 +2415,7 @@ public struct ListSecurityConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityConfigSummaries: [OpenSearchServerlessClientTypes.SecurityConfigSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.securityConfigSummaries = securityConfigSummaries } @@ -2526,8 +2437,7 @@ public struct ListSecurityPoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, resource: [Swift.String]? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resource = resource @@ -2559,8 +2469,7 @@ extension OpenSearchServerlessClientTypes { name: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastModifiedDate = lastModifiedDate @@ -2580,8 +2489,7 @@ public struct ListSecurityPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityPolicySummaries: [OpenSearchServerlessClientTypes.SecurityPolicySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.securityPolicySummaries = securityPolicySummaries } @@ -2594,8 +2502,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2606,8 +2513,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [OpenSearchServerlessClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2621,8 +2527,7 @@ extension OpenSearchServerlessClientTypes { public init( status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil - ) - { + ) { self.status = status } } @@ -2640,8 +2545,7 @@ public struct ListVpcEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vpcEndpointFilters: OpenSearchServerlessClientTypes.VpcEndpointFilters? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vpcEndpointFilters = vpcEndpointFilters @@ -2663,8 +2567,7 @@ extension OpenSearchServerlessClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -2681,8 +2584,7 @@ public struct ListVpcEndpointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vpcEndpointSummaries: [OpenSearchServerlessClientTypes.VpcEndpointSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.vpcEndpointSummaries = vpcEndpointSummaries } @@ -2700,8 +2602,7 @@ extension OpenSearchServerlessClientTypes { public init( groupAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterGroupAttribute? = nil, userAttribute: OpenSearchServerlessClientTypes.IamIdentityCenterUserAttribute? = nil - ) - { + ) { self.groupAttribute = groupAttribute self.userAttribute = userAttribute } @@ -2731,8 +2632,7 @@ public struct UpdateSecurityConfigInput: Swift.Sendable { iamIdentityCenterOptionsUpdates: OpenSearchServerlessClientTypes.UpdateIamIdentityCenterConfigOptions? = nil, id: Swift.String? = nil, samlOptions: OpenSearchServerlessClientTypes.SamlConfigOptions? = nil - ) - { + ) { self.clientToken = clientToken self.configVersion = configVersion self.description = description @@ -2748,8 +2648,7 @@ public struct UpdateSecurityConfigOutput: Swift.Sendable { public init( securityConfigDetail: OpenSearchServerlessClientTypes.SecurityConfigDetail? = nil - ) - { + ) { self.securityConfigDetail = securityConfigDetail } } @@ -2778,8 +2677,7 @@ public struct UpdateSecurityPolicyInput: Swift.Sendable { policy: Swift.String? = nil, policyVersion: Swift.String? = nil, type: OpenSearchServerlessClientTypes.SecurityPolicyType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -2795,8 +2693,7 @@ public struct UpdateSecurityPolicyOutput: Swift.Sendable { public init( securityPolicyDetail: OpenSearchServerlessClientTypes.SecurityPolicyDetail? = nil - ) - { + ) { self.securityPolicyDetail = securityPolicyDetail } } @@ -2812,8 +2709,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [OpenSearchServerlessClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2835,8 +2731,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2853,8 +2748,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { public init( capacityLimits: OpenSearchServerlessClientTypes.CapacityLimits? = nil - ) - { + ) { self.capacityLimits = capacityLimits } } @@ -2865,8 +2759,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { public init( accountSettingsDetail: OpenSearchServerlessClientTypes.AccountSettingsDetail? = nil - ) - { + ) { self.accountSettingsDetail = accountSettingsDetail } } @@ -2893,8 +2786,7 @@ public struct UpdateVpcEndpointInput: Swift.Sendable { id: Swift.String? = nil, removeSecurityGroupIds: [Swift.String]? = nil, removeSubnetIds: [Swift.String]? = nil - ) - { + ) { self.addSecurityGroupIds = addSecurityGroupIds self.addSubnetIds = addSubnetIds self.clientToken = clientToken @@ -2928,8 +2820,7 @@ extension OpenSearchServerlessClientTypes { securityGroupIds: [Swift.String]? = nil, status: OpenSearchServerlessClientTypes.VpcEndpointStatus? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.id = id self.lastModifiedDate = lastModifiedDate self.name = name @@ -2946,8 +2837,7 @@ public struct UpdateVpcEndpointOutput: Swift.Sendable { public init( updateVpcEndpointDetail: OpenSearchServerlessClientTypes.UpdateVpcEndpointDetail? = nil - ) - { + ) { self.updateVpcEndpointDetail = updateVpcEndpointDetail } } diff --git a/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/OpenSearchServerlessClient.swift b/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/OpenSearchServerlessClient.swift index 3313b65cba3..66b7b78a247 100644 --- a/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/OpenSearchServerlessClient.swift +++ b/Sources/Services/AWSOpenSearchServerless/Sources/AWSOpenSearchServerless/OpenSearchServerlessClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OpenSearchServerlessClient: ClientRuntime.Client { public static let clientName = "OpenSearchServerlessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OpenSearchServerlessClient.OpenSearchServerlessClientConfiguration let serviceName = "OpenSearchServerless" diff --git a/Sources/Services/AWSOpsWorks/Package.swift.txt b/Sources/Services/AWSOpsWorks/Package.swift.txt index 49f64f01ec6..c9e2a3f1436 100644 --- a/Sources/Services/AWSOpsWorks/Package.swift.txt +++ b/Sources/Services/AWSOpsWorks/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -69,17 +73,13 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/Models.swift b/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/Models.swift index c4165d5a5ea..7b1ae24839d 100644 --- a/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/Models.swift +++ b/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/Models.swift @@ -238,8 +238,7 @@ extension OpsWorksClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -258,8 +257,7 @@ extension OpsWorksClientTypes { public init( configurationManager: OpsWorksClientTypes.StackConfigurationManager? = nil, version: Swift.String? = nil - ) - { + ) { self.configurationManager = configurationManager self.version = version } @@ -336,8 +334,7 @@ extension OpsWorksClientTypes { type: OpsWorksClientTypes.SourceType? = nil, url: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.revision = revision self.sshKey = sshKey @@ -398,8 +395,7 @@ extension OpsWorksClientTypes { arn: Swift.String? = nil, databaseName: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.databaseName = databaseName self.type = type @@ -424,8 +420,7 @@ extension OpsWorksClientTypes { key: Swift.String? = nil, secure: Swift.Bool? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.secure = secure self.value = value @@ -450,8 +445,7 @@ extension OpsWorksClientTypes { certificate: Swift.String? = nil, chain: Swift.String? = nil, privateKey: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.chain = chain self.privateKey = privateKey @@ -551,8 +545,7 @@ extension OpsWorksClientTypes { sslConfiguration: OpsWorksClientTypes.SslConfiguration? = nil, stackId: Swift.String? = nil, type: OpsWorksClientTypes.AppType? = nil - ) - { + ) { self.appId = appId self.appSource = appSource self.attributes = attributes @@ -619,8 +612,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -644,8 +636,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -661,8 +652,7 @@ public struct AssignInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, layerIds: [Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.layerIds = layerIds } @@ -678,8 +668,7 @@ public struct AssignVolumeInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.volumeId = volumeId } @@ -695,8 +684,7 @@ public struct AssociateElasticIpInput: Swift.Sendable { public init( elasticIp: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp self.instanceId = instanceId } @@ -713,8 +701,7 @@ public struct AttachElasticLoadBalancerInput: Swift.Sendable { public init( elasticLoadBalancerName: Swift.String? = nil, layerId: Swift.String? = nil - ) - { + ) { self.elasticLoadBalancerName = elasticLoadBalancerName self.layerId = layerId } @@ -747,8 +734,7 @@ extension OpsWorksClientTypes { loadThreshold: Swift.Double? = nil, memoryThreshold: Swift.Double? = nil, thresholdsWaitTime: Swift.Int? = nil - ) - { + ) { self.alarms = alarms self.cpuThreshold = cpuThreshold self.ignoreMetricsTime = ignoreMetricsTime @@ -842,8 +828,7 @@ extension OpsWorksClientTypes { snapshotId: Swift.String? = nil, volumeSize: Swift.Int? = nil, volumeType: OpsWorksClientTypes.VolumeType? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.iops = iops self.snapshotId = snapshotId @@ -871,8 +856,7 @@ extension OpsWorksClientTypes { ebs: OpsWorksClientTypes.EbsBlockDevice? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -893,8 +877,7 @@ extension OpsWorksClientTypes { public init( berkshelfVersion: Swift.String? = nil, manageBerkshelf: Swift.Bool? = nil - ) - { + ) { self.berkshelfVersion = berkshelfVersion self.manageBerkshelf = manageBerkshelf } @@ -1095,8 +1078,7 @@ public struct CloneStackInput: Swift.Sendable { useCustomCookbooks: Swift.Bool? = nil, useOpsworksSecurityGroups: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.attributes = attributes self.chefConfiguration = chefConfiguration @@ -1129,8 +1111,7 @@ public struct CloneStackOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -1534,8 +1515,7 @@ extension OpsWorksClientTypes { logGroupName: Swift.String? = nil, multiLineStartPattern: Swift.String? = nil, timeZone: OpsWorksClientTypes.CloudWatchLogsTimeZone? = nil - ) - { + ) { self.batchCount = batchCount self.batchSize = batchSize self.bufferDuration = bufferDuration @@ -1563,8 +1543,7 @@ extension OpsWorksClientTypes { public init( enabled: Swift.Bool? = nil, logStreams: [OpsWorksClientTypes.CloudWatchLogsLogStream]? = nil - ) - { + ) { self.enabled = enabled self.logStreams = logStreams } @@ -1639,8 +1618,7 @@ extension OpsWorksClientTypes { logUrl: Swift.String? = nil, status: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.acknowledgedAt = acknowledgedAt self.commandId = commandId self.completedAt = completedAt @@ -1697,8 +1675,7 @@ public struct CreateAppInput: Swift.Sendable { sslConfiguration: OpsWorksClientTypes.SslConfiguration? = nil, stackId: Swift.String? = nil, type: OpsWorksClientTypes.AppType? = nil - ) - { + ) { self.appSource = appSource self.attributes = attributes self.dataSources = dataSources @@ -1721,8 +1698,7 @@ public struct CreateAppOutput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1829,8 +1805,7 @@ extension OpsWorksClientTypes { public init( args: [Swift.String: [Swift.String]]? = nil, name: OpsWorksClientTypes.DeploymentCommandName? = nil - ) - { + ) { self.args = args self.name = name } @@ -1863,8 +1838,7 @@ public struct CreateDeploymentInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, layerIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.appId = appId self.command = command self.comment = comment @@ -1882,8 +1856,7 @@ public struct CreateDeploymentOutput: Swift.Sendable { public init( deploymentId: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId } } @@ -1974,8 +1947,7 @@ public struct CreateInstanceInput: Swift.Sendable { subnetId: Swift.String? = nil, tenancy: Swift.String? = nil, virtualizationType: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.amiId = amiId self.architecture = architecture @@ -2004,8 +1976,7 @@ public struct CreateInstanceOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -2129,8 +2100,7 @@ extension OpsWorksClientTypes { setup: [Swift.String]? = nil, shutdown: [Swift.String]? = nil, undeploy: [Swift.String]? = nil - ) - { + ) { self.configure = configure self.deploy = deploy self.setup = setup @@ -2152,8 +2122,7 @@ extension OpsWorksClientTypes { public init( delayUntilElbConnectionsDrained: Swift.Bool? = nil, executionTimeout: Swift.Int? = nil - ) - { + ) { self.delayUntilElbConnectionsDrained = delayUntilElbConnectionsDrained self.executionTimeout = executionTimeout } @@ -2169,8 +2138,7 @@ extension OpsWorksClientTypes { public init( shutdown: OpsWorksClientTypes.ShutdownEventConfiguration? = nil - ) - { + ) { self.shutdown = shutdown } } @@ -2275,8 +2243,7 @@ extension OpsWorksClientTypes { raidLevel: Swift.Int? = nil, size: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.encrypted = encrypted self.iops = iops self.mountPoint = mountPoint @@ -2349,8 +2316,7 @@ public struct CreateLayerInput: Swift.Sendable { type: OpsWorksClientTypes.LayerType? = nil, useEbsOptimizedInstances: Swift.Bool? = nil, volumeConfigurations: [OpsWorksClientTypes.VolumeConfiguration]? = nil - ) - { + ) { self.attributes = attributes self.autoAssignElasticIps = autoAssignElasticIps self.autoAssignPublicIps = autoAssignPublicIps @@ -2379,8 +2345,7 @@ public struct CreateLayerOutput: Swift.Sendable { public init( layerId: Swift.String? = nil - ) - { + ) { self.layerId = layerId } } @@ -2517,8 +2482,7 @@ public struct CreateStackInput: Swift.Sendable { useCustomCookbooks: Swift.Bool? = nil, useOpsworksSecurityGroups: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.attributes = attributes self.chefConfiguration = chefConfiguration @@ -2548,8 +2512,7 @@ public struct CreateStackOutput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -2570,8 +2533,7 @@ public struct CreateUserProfileInput: Swift.Sendable { iamUserArn: Swift.String? = nil, sshPublicKey: Swift.String? = nil, sshUsername: Swift.String? = nil - ) - { + ) { self.allowSelfManagement = allowSelfManagement self.iamUserArn = iamUserArn self.sshPublicKey = sshPublicKey @@ -2586,8 +2548,7 @@ public struct CreateUserProfileOutput: Swift.Sendable { public init( iamUserArn: Swift.String? = nil - ) - { + ) { self.iamUserArn = iamUserArn } } @@ -2599,8 +2560,7 @@ public struct DeleteAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2618,8 +2578,7 @@ public struct DeleteInstanceInput: Swift.Sendable { deleteElasticIp: Swift.Bool? = nil, deleteVolumes: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.deleteElasticIp = deleteElasticIp self.deleteVolumes = deleteVolumes self.instanceId = instanceId @@ -2633,8 +2592,7 @@ public struct DeleteLayerInput: Swift.Sendable { public init( layerId: Swift.String? = nil - ) - { + ) { self.layerId = layerId } } @@ -2646,8 +2604,7 @@ public struct DeleteStackInput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -2659,8 +2616,7 @@ public struct DeleteUserProfileInput: Swift.Sendable { public init( iamUserArn: Swift.String? = nil - ) - { + ) { self.iamUserArn = iamUserArn } } @@ -2713,8 +2669,7 @@ extension OpsWorksClientTypes { instanceIds: [Swift.String]? = nil, stackId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.appId = appId self.command = command self.comment = comment @@ -2738,8 +2693,7 @@ public struct DeregisterEcsClusterInput: Swift.Sendable { public init( ecsClusterArn: Swift.String? = nil - ) - { + ) { self.ecsClusterArn = ecsClusterArn } } @@ -2751,8 +2705,7 @@ public struct DeregisterElasticIpInput: Swift.Sendable { public init( elasticIp: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp } } @@ -2764,8 +2717,7 @@ public struct DeregisterInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -2777,8 +2729,7 @@ public struct DeregisterRdsDbInstanceInput: Swift.Sendable { public init( rdsDbInstanceArn: Swift.String? = nil - ) - { + ) { self.rdsDbInstanceArn = rdsDbInstanceArn } } @@ -2790,8 +2741,7 @@ public struct DeregisterVolumeInput: Swift.Sendable { public init( volumeId: Swift.String? = nil - ) - { + ) { self.volumeId = volumeId } } @@ -2805,8 +2755,7 @@ public struct DescribeAgentVersionsInput: Swift.Sendable { public init( configurationManager: OpsWorksClientTypes.StackConfigurationManager? = nil, stackId: Swift.String? = nil - ) - { + ) { self.configurationManager = configurationManager self.stackId = stackId } @@ -2819,8 +2768,7 @@ public struct DescribeAgentVersionsOutput: Swift.Sendable { public init( agentVersions: [OpsWorksClientTypes.AgentVersion]? = nil - ) - { + ) { self.agentVersions = agentVersions } } @@ -2834,8 +2782,7 @@ public struct DescribeAppsInput: Swift.Sendable { public init( appIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.appIds = appIds self.stackId = stackId } @@ -2848,8 +2795,7 @@ public struct DescribeAppsOutput: Swift.Sendable { public init( apps: [OpsWorksClientTypes.App]? = nil - ) - { + ) { self.apps = apps } } @@ -2866,8 +2812,7 @@ public struct DescribeCommandsInput: Swift.Sendable { commandIds: [Swift.String]? = nil, deploymentId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.commandIds = commandIds self.deploymentId = deploymentId self.instanceId = instanceId @@ -2881,8 +2826,7 @@ public struct DescribeCommandsOutput: Swift.Sendable { public init( commands: [OpsWorksClientTypes.Command]? = nil - ) - { + ) { self.commands = commands } } @@ -2899,8 +2843,7 @@ public struct DescribeDeploymentsInput: Swift.Sendable { appId: Swift.String? = nil, deploymentIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.appId = appId self.deploymentIds = deploymentIds self.stackId = stackId @@ -2914,8 +2857,7 @@ public struct DescribeDeploymentsOutput: Swift.Sendable { public init( deployments: [OpsWorksClientTypes.Deployment]? = nil - ) - { + ) { self.deployments = deployments } } @@ -2935,8 +2877,7 @@ public struct DescribeEcsClustersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.ecsClusterArns = ecsClusterArns self.maxResults = maxResults self.nextToken = nextToken @@ -2962,8 +2903,7 @@ extension OpsWorksClientTypes { ecsClusterName: Swift.String? = nil, registeredAt: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.ecsClusterArn = ecsClusterArn self.ecsClusterName = ecsClusterName self.registeredAt = registeredAt @@ -2982,8 +2922,7 @@ public struct DescribeEcsClustersOutput: Swift.Sendable { public init( ecsClusters: [OpsWorksClientTypes.EcsCluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ecsClusters = ecsClusters self.nextToken = nextToken } @@ -3001,8 +2940,7 @@ public struct DescribeElasticIpsInput: Swift.Sendable { instanceId: Swift.String? = nil, ips: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.ips = ips self.stackId = stackId @@ -3030,8 +2968,7 @@ extension OpsWorksClientTypes { ip: Swift.String? = nil, name: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.domain = domain self.instanceId = instanceId self.ip = ip @@ -3048,8 +2985,7 @@ public struct DescribeElasticIpsOutput: Swift.Sendable { public init( elasticIps: [OpsWorksClientTypes.ElasticIp]? = nil - ) - { + ) { self.elasticIps = elasticIps } } @@ -3063,8 +2999,7 @@ public struct DescribeElasticLoadBalancersInput: Swift.Sendable { public init( layerIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.layerIds = layerIds self.stackId = stackId } @@ -3103,8 +3038,7 @@ extension OpsWorksClientTypes { stackId: Swift.String? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.dnsName = dnsName self.ec2InstanceIds = ec2InstanceIds @@ -3125,8 +3059,7 @@ public struct DescribeElasticLoadBalancersOutput: Swift.Sendable { public init( elasticLoadBalancers: [OpsWorksClientTypes.ElasticLoadBalancer]? = nil - ) - { + ) { self.elasticLoadBalancers = elasticLoadBalancers } } @@ -3143,8 +3076,7 @@ public struct DescribeInstancesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, layerId: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.instanceIds = instanceIds self.layerId = layerId self.stackId = stackId @@ -3166,8 +3098,7 @@ extension OpsWorksClientTypes { family: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.family = family self.name = name self.version = version @@ -3367,8 +3298,7 @@ extension OpsWorksClientTypes { subnetId: Swift.String? = nil, tenancy: Swift.String? = nil, virtualizationType: OpsWorksClientTypes.VirtualizationType? = nil - ) - { + ) { self.agentVersion = agentVersion self.amiId = amiId self.architecture = architecture @@ -3421,8 +3351,7 @@ public struct DescribeInstancesOutput: Swift.Sendable { public init( instances: [OpsWorksClientTypes.Instance]? = nil - ) - { + ) { self.instances = instances } } @@ -3436,8 +3365,7 @@ public struct DescribeLayersInput: Swift.Sendable { public init( layerIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.layerIds = layerIds self.stackId = stackId } @@ -3518,8 +3446,7 @@ extension OpsWorksClientTypes { type: OpsWorksClientTypes.LayerType? = nil, useEbsOptimizedInstances: Swift.Bool? = nil, volumeConfigurations: [OpsWorksClientTypes.VolumeConfiguration]? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.autoAssignElasticIps = autoAssignElasticIps @@ -3554,8 +3481,7 @@ public struct DescribeLayersOutput: Swift.Sendable { public init( layers: [OpsWorksClientTypes.Layer]? = nil - ) - { + ) { self.layers = layers } } @@ -3567,8 +3493,7 @@ public struct DescribeLoadBasedAutoScalingInput: Swift.Sendable { public init( layerIds: [Swift.String]? = nil - ) - { + ) { self.layerIds = layerIds } } @@ -3591,8 +3516,7 @@ extension OpsWorksClientTypes { enable: Swift.Bool? = nil, layerId: Swift.String? = nil, upScaling: OpsWorksClientTypes.AutoScalingThresholds? = nil - ) - { + ) { self.downScaling = downScaling self.enable = enable self.layerId = layerId @@ -3608,8 +3532,7 @@ public struct DescribeLoadBasedAutoScalingOutput: Swift.Sendable { public init( loadBasedAutoScalingConfigurations: [OpsWorksClientTypes.LoadBasedAutoScalingConfiguration]? = nil - ) - { + ) { self.loadBasedAutoScalingConfigurations = loadBasedAutoScalingConfigurations } } @@ -3632,8 +3555,7 @@ extension OpsWorksClientTypes { name: Swift.String? = nil, sshPublicKey: Swift.String? = nil, sshUsername: Swift.String? = nil - ) - { + ) { self.iamUserArn = iamUserArn self.name = name self.sshPublicKey = sshPublicKey @@ -3649,8 +3571,7 @@ public struct DescribeMyUserProfileOutput: Swift.Sendable { public init( userProfile: OpsWorksClientTypes.SelfUserProfile? = nil - ) - { + ) { self.userProfile = userProfile } } @@ -3667,8 +3588,7 @@ extension OpsWorksClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -3702,8 +3622,7 @@ extension OpsWorksClientTypes { reportedVersion: Swift.String? = nil, supported: Swift.Bool? = nil, type: Swift.String? = nil - ) - { + ) { self.configurationManagers = configurationManagers self.id = id self.name = name @@ -3722,8 +3641,7 @@ public struct DescribeOperatingSystemsOutput: Swift.Sendable { public init( operatingSystems: [OpsWorksClientTypes.OperatingSystem]? = nil - ) - { + ) { self.operatingSystems = operatingSystems } } @@ -3737,8 +3655,7 @@ public struct DescribePermissionsInput: Swift.Sendable { public init( iamUserArn: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.iamUserArn = iamUserArn self.stackId = stackId } @@ -3778,8 +3695,7 @@ extension OpsWorksClientTypes { iamUserArn: Swift.String? = nil, level: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.allowSsh = allowSsh self.allowSudo = allowSudo self.iamUserArn = iamUserArn @@ -3802,8 +3718,7 @@ public struct DescribePermissionsOutput: Swift.Sendable { public init( permissions: [OpsWorksClientTypes.Permission]? = nil - ) - { + ) { self.permissions = permissions } } @@ -3820,8 +3735,7 @@ public struct DescribeRaidArraysInput: Swift.Sendable { instanceId: Swift.String? = nil, raidArrayIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.raidArrayIds = raidArrayIds self.stackId = stackId @@ -3873,8 +3787,7 @@ extension OpsWorksClientTypes { size: Swift.Int? = nil, stackId: Swift.String? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.createdAt = createdAt self.device = device @@ -3899,8 +3812,7 @@ public struct DescribeRaidArraysOutput: Swift.Sendable { public init( raidArrays: [OpsWorksClientTypes.RaidArray]? = nil - ) - { + ) { self.raidArrays = raidArrays } } @@ -3915,8 +3827,7 @@ public struct DescribeRdsDbInstancesInput: Swift.Sendable { public init( rdsDbInstanceArns: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.rdsDbInstanceArns = rdsDbInstanceArns self.stackId = stackId } @@ -3955,8 +3866,7 @@ extension OpsWorksClientTypes { rdsDbInstanceArn: Swift.String? = nil, region: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.address = address self.dbInstanceIdentifier = dbInstanceIdentifier self.dbPassword = dbPassword @@ -3977,8 +3887,7 @@ public struct DescribeRdsDbInstancesOutput: Swift.Sendable { public init( rdsDbInstances: [OpsWorksClientTypes.RdsDbInstance]? = nil - ) - { + ) { self.rdsDbInstances = rdsDbInstances } } @@ -3995,8 +3904,7 @@ public struct DescribeServiceErrorsInput: Swift.Sendable { instanceId: Swift.String? = nil, serviceErrorIds: [Swift.String]? = nil, stackId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.serviceErrorIds = serviceErrorIds self.stackId = stackId @@ -4027,8 +3935,7 @@ extension OpsWorksClientTypes { serviceErrorId: Swift.String? = nil, stackId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.instanceId = instanceId self.message = message @@ -4046,8 +3953,7 @@ public struct DescribeServiceErrorsOutput: Swift.Sendable { public init( serviceErrors: [OpsWorksClientTypes.ServiceError]? = nil - ) - { + ) { self.serviceErrors = serviceErrors } } @@ -4059,8 +3965,7 @@ public struct DescribeStackProvisioningParametersInput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -4075,8 +3980,7 @@ public struct DescribeStackProvisioningParametersOutput: Swift.Sendable { public init( agentInstallerUrl: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.agentInstallerUrl = agentInstallerUrl self.parameters = parameters } @@ -4088,8 +3992,7 @@ public struct DescribeStacksInput: Swift.Sendable { public init( stackIds: [Swift.String]? = nil - ) - { + ) { self.stackIds = stackIds } } @@ -4166,8 +4069,7 @@ extension OpsWorksClientTypes { useCustomCookbooks: Swift.Bool? = nil, useOpsworksSecurityGroups: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.arn = arn self.attributes = attributes @@ -4201,8 +4103,7 @@ public struct DescribeStacksOutput: Swift.Sendable { public init( stacks: [OpsWorksClientTypes.Stack]? = nil - ) - { + ) { self.stacks = stacks } } @@ -4214,8 +4115,7 @@ public struct DescribeStackSummaryInput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -4286,8 +4186,7 @@ extension OpsWorksClientTypes { terminated: Swift.Int? = nil, terminating: Swift.Int? = nil, unassigning: Swift.Int? = nil - ) - { + ) { self.assigning = assigning self.booting = booting self.connectionLost = connectionLost @@ -4336,8 +4235,7 @@ extension OpsWorksClientTypes { layersCount: Swift.Int? = nil, name: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.appsCount = appsCount self.arn = arn self.instancesCount = instancesCount @@ -4355,8 +4253,7 @@ public struct DescribeStackSummaryOutput: Swift.Sendable { public init( stackSummary: OpsWorksClientTypes.StackSummary? = nil - ) - { + ) { self.stackSummary = stackSummary } } @@ -4368,8 +4265,7 @@ public struct DescribeTimeBasedAutoScalingInput: Swift.Sendable { public init( instanceIds: [Swift.String]? = nil - ) - { + ) { self.instanceIds = instanceIds } } @@ -4408,8 +4304,7 @@ extension OpsWorksClientTypes { thursday: [Swift.String: Swift.String]? = nil, tuesday: [Swift.String: Swift.String]? = nil, wednesday: [Swift.String: Swift.String]? = nil - ) - { + ) { self.friday = friday self.monday = monday self.saturday = saturday @@ -4433,8 +4328,7 @@ extension OpsWorksClientTypes { public init( autoScalingSchedule: OpsWorksClientTypes.WeeklyAutoScalingSchedule? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.autoScalingSchedule = autoScalingSchedule self.instanceId = instanceId } @@ -4448,8 +4342,7 @@ public struct DescribeTimeBasedAutoScalingOutput: Swift.Sendable { public init( timeBasedAutoScalingConfigurations: [OpsWorksClientTypes.TimeBasedAutoScalingConfiguration]? = nil - ) - { + ) { self.timeBasedAutoScalingConfigurations = timeBasedAutoScalingConfigurations } } @@ -4460,8 +4353,7 @@ public struct DescribeUserProfilesInput: Swift.Sendable { public init( iamUserArns: [Swift.String]? = nil - ) - { + ) { self.iamUserArns = iamUserArns } } @@ -4487,8 +4379,7 @@ extension OpsWorksClientTypes { name: Swift.String? = nil, sshPublicKey: Swift.String? = nil, sshUsername: Swift.String? = nil - ) - { + ) { self.allowSelfManagement = allowSelfManagement self.iamUserArn = iamUserArn self.name = name @@ -4505,8 +4396,7 @@ public struct DescribeUserProfilesOutput: Swift.Sendable { public init( userProfiles: [OpsWorksClientTypes.UserProfile]? = nil - ) - { + ) { self.userProfiles = userProfiles } } @@ -4526,8 +4416,7 @@ public struct DescribeVolumesInput: Swift.Sendable { raidArrayId: Swift.String? = nil, stackId: Swift.String? = nil, volumeIds: [Swift.String]? = nil - ) - { + ) { self.instanceId = instanceId self.raidArrayId = raidArrayId self.stackId = stackId @@ -4593,8 +4482,7 @@ extension OpsWorksClientTypes { status: Swift.String? = nil, volumeId: Swift.String? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.device = device self.ec2VolumeId = ec2VolumeId @@ -4620,8 +4508,7 @@ public struct DescribeVolumesOutput: Swift.Sendable { public init( volumes: [OpsWorksClientTypes.Volume]? = nil - ) - { + ) { self.volumes = volumes } } @@ -4637,8 +4524,7 @@ public struct DetachElasticLoadBalancerInput: Swift.Sendable { public init( elasticLoadBalancerName: Swift.String? = nil, layerId: Swift.String? = nil - ) - { + ) { self.elasticLoadBalancerName = elasticLoadBalancerName self.layerId = layerId } @@ -4651,8 +4537,7 @@ public struct DisassociateElasticIpInput: Swift.Sendable { public init( elasticIp: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp } } @@ -4664,8 +4549,7 @@ public struct GetHostnameSuggestionInput: Swift.Sendable { public init( layerId: Swift.String? = nil - ) - { + ) { self.layerId = layerId } } @@ -4680,8 +4564,7 @@ public struct GetHostnameSuggestionOutput: Swift.Sendable { public init( hostname: Swift.String? = nil, layerId: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.layerId = layerId } @@ -4697,8 +4580,7 @@ public struct GrantAccessInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, validForInMinutes: Swift.Int? = nil - ) - { + ) { self.instanceId = instanceId self.validForInMinutes = validForInMinutes } @@ -4722,8 +4604,7 @@ extension OpsWorksClientTypes { password: Swift.String? = nil, username: Swift.String? = nil, validForInMinutes: Swift.Int? = nil - ) - { + ) { self.instanceId = instanceId self.password = password self.username = username @@ -4739,8 +4620,7 @@ public struct GrantAccessOutput: Swift.Sendable { public init( temporaryCredential: OpsWorksClientTypes.TemporaryCredential? = nil - ) - { + ) { self.temporaryCredential = temporaryCredential } } @@ -4757,8 +4637,7 @@ extension OpsWorksClientTypes { public init( document: Swift.String? = nil, signature: Swift.String? = nil - ) - { + ) { self.document = document self.signature = signature } @@ -4778,8 +4657,7 @@ public struct ListTagsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -4796,8 +4674,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4810,8 +4687,7 @@ public struct RebootInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -4827,8 +4703,7 @@ public struct RegisterEcsClusterInput: Swift.Sendable { public init( ecsClusterArn: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.ecsClusterArn = ecsClusterArn self.stackId = stackId } @@ -4841,8 +4716,7 @@ public struct RegisterEcsClusterOutput: Swift.Sendable { public init( ecsClusterArn: Swift.String? = nil - ) - { + ) { self.ecsClusterArn = ecsClusterArn } } @@ -4858,8 +4732,7 @@ public struct RegisterElasticIpInput: Swift.Sendable { public init( elasticIp: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp self.stackId = stackId } @@ -4872,8 +4745,7 @@ public struct RegisterElasticIpOutput: Swift.Sendable { public init( elasticIp: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp } } @@ -4907,8 +4779,7 @@ public struct RegisterInstanceInput: Swift.Sendable { rsaPublicKey: Swift.String? = nil, rsaPublicKeyFingerprint: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.instanceIdentity = instanceIdentity self.privateIp = privateIp @@ -4926,8 +4797,7 @@ public struct RegisterInstanceOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -4951,8 +4821,7 @@ public struct RegisterRdsDbInstanceInput: Swift.Sendable { dbUser: Swift.String? = nil, rdsDbInstanceArn: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.dbPassword = dbPassword self.dbUser = dbUser self.rdsDbInstanceArn = rdsDbInstanceArn @@ -4970,8 +4839,7 @@ public struct RegisterVolumeInput: Swift.Sendable { public init( ec2VolumeId: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.ec2VolumeId = ec2VolumeId self.stackId = stackId } @@ -4984,8 +4852,7 @@ public struct RegisterVolumeOutput: Swift.Sendable { public init( volumeId: Swift.String? = nil - ) - { + ) { self.volumeId = volumeId } } @@ -5006,8 +4873,7 @@ public struct SetLoadBasedAutoScalingInput: Swift.Sendable { enable: Swift.Bool? = nil, layerId: Swift.String? = nil, upScaling: OpsWorksClientTypes.AutoScalingThresholds? = nil - ) - { + ) { self.downScaling = downScaling self.enable = enable self.layerId = layerId @@ -5048,8 +4914,7 @@ public struct SetPermissionInput: Swift.Sendable { iamUserArn: Swift.String? = nil, level: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.allowSsh = allowSsh self.allowSudo = allowSudo self.iamUserArn = iamUserArn @@ -5068,8 +4933,7 @@ public struct SetTimeBasedAutoScalingInput: Swift.Sendable { public init( autoScalingSchedule: OpsWorksClientTypes.WeeklyAutoScalingSchedule? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.autoScalingSchedule = autoScalingSchedule self.instanceId = instanceId } @@ -5082,8 +4946,7 @@ public struct StartInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -5095,8 +4958,7 @@ public struct StartStackInput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -5111,8 +4973,7 @@ public struct StopInstanceInput: Swift.Sendable { public init( force: Swift.Bool? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.force = force self.instanceId = instanceId } @@ -5125,8 +4986,7 @@ public struct StopStackInput: Swift.Sendable { public init( stackId: Swift.String? = nil - ) - { + ) { self.stackId = stackId } } @@ -5152,8 +5012,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5166,8 +5025,7 @@ public struct UnassignInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -5179,8 +5037,7 @@ public struct UnassignVolumeInput: Swift.Sendable { public init( volumeId: Swift.String? = nil - ) - { + ) { self.volumeId = volumeId } } @@ -5196,8 +5053,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5240,8 +5096,7 @@ public struct UpdateAppInput: Swift.Sendable { name: Swift.String? = nil, sslConfiguration: OpsWorksClientTypes.SslConfiguration? = nil, type: OpsWorksClientTypes.AppType? = nil - ) - { + ) { self.appId = appId self.appSource = appSource self.attributes = attributes @@ -5266,8 +5121,7 @@ public struct UpdateElasticIpInput: Swift.Sendable { public init( elasticIp: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp self.name = name } @@ -5337,8 +5191,7 @@ public struct UpdateInstanceInput: Swift.Sendable { layerIds: [Swift.String]? = nil, os: Swift.String? = nil, sshKeyName: Swift.String? = nil - ) - { + ) { self.agentVersion = agentVersion self.amiId = amiId self.architecture = architecture @@ -5409,8 +5262,7 @@ public struct UpdateLayerInput: Swift.Sendable { shortname: Swift.String? = nil, useEbsOptimizedInstances: Swift.Bool? = nil, volumeConfigurations: [OpsWorksClientTypes.VolumeConfiguration]? = nil - ) - { + ) { self.attributes = attributes self.autoAssignElasticIps = autoAssignElasticIps self.autoAssignPublicIps = autoAssignPublicIps @@ -5437,8 +5289,7 @@ public struct UpdateMyUserProfileInput: Swift.Sendable { public init( sshPublicKey: Swift.String? = nil - ) - { + ) { self.sshPublicKey = sshPublicKey } } @@ -5456,8 +5307,7 @@ public struct UpdateRdsDbInstanceInput: Swift.Sendable { dbPassword: Swift.String? = nil, dbUser: Swift.String? = nil, rdsDbInstanceArn: Swift.String? = nil - ) - { + ) { self.dbPassword = dbPassword self.dbUser = dbUser self.rdsDbInstanceArn = rdsDbInstanceArn @@ -5576,8 +5426,7 @@ public struct UpdateStackInput: Swift.Sendable { stackId: Swift.String? = nil, useCustomCookbooks: Swift.Bool? = nil, useOpsworksSecurityGroups: Swift.Bool? = nil - ) - { + ) { self.agentVersion = agentVersion self.attributes = attributes self.chefConfiguration = chefConfiguration @@ -5615,8 +5464,7 @@ public struct UpdateUserProfileInput: Swift.Sendable { iamUserArn: Swift.String? = nil, sshPublicKey: Swift.String? = nil, sshUsername: Swift.String? = nil - ) - { + ) { self.allowSelfManagement = allowSelfManagement self.iamUserArn = iamUserArn self.sshPublicKey = sshPublicKey @@ -5637,8 +5485,7 @@ public struct UpdateVolumeInput: Swift.Sendable { mountPoint: Swift.String? = nil, name: Swift.String? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.mountPoint = mountPoint self.name = name self.volumeId = volumeId diff --git a/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/OpsWorksClient.swift b/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/OpsWorksClient.swift index beec6836c5b..302d0010070 100644 --- a/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/OpsWorksClient.swift +++ b/Sources/Services/AWSOpsWorks/Sources/AWSOpsWorks/OpsWorksClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OpsWorksClient: ClientRuntime.Client { public static let clientName = "OpsWorksClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OpsWorksClient.OpsWorksClientConfiguration let serviceName = "OpsWorks" diff --git a/Sources/Services/AWSOpsWorksCM/Package.swift.txt b/Sources/Services/AWSOpsWorksCM/Package.swift.txt index 948c4083442..c2a27e815f0 100644 --- a/Sources/Services/AWSOpsWorksCM/Package.swift.txt +++ b/Sources/Services/AWSOpsWorksCM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/Models.swift b/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/Models.swift index 549a6f78149..b1075d26232 100644 --- a/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/Models.swift +++ b/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/Models.swift @@ -44,8 +44,7 @@ extension OpsWorksCMClientTypes { maximum: Swift.Int? = nil, name: Swift.String? = nil, used: Swift.Int? = nil - ) - { + ) { self.maximum = maximum self.name = name self.used = used @@ -72,8 +71,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +119,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -140,8 +136,7 @@ extension OpsWorksCMClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -177,8 +172,7 @@ public struct AssociateNodeInput: Swift.Sendable { engineAttributes: [OpsWorksCMClientTypes.EngineAttribute]? = nil, nodeName: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.engineAttributes = engineAttributes self.nodeName = nodeName self.serverName = serverName @@ -191,8 +185,7 @@ public struct AssociateNodeOutput: Swift.Sendable { public init( nodeAssociationStatusToken: Swift.String? = nil - ) - { + ) { self.nodeAssociationStatusToken = nodeAssociationStatusToken } } @@ -341,8 +334,7 @@ extension OpsWorksCMClientTypes { subnetIds: [Swift.String]? = nil, toolsVersion: Swift.String? = nil, userArn: Swift.String? = nil - ) - { + ) { self.backupArn = backupArn self.backupId = backupId self.backupType = backupType @@ -390,8 +382,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -410,8 +401,7 @@ extension OpsWorksCMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -441,8 +431,7 @@ public struct CreateBackupInput: Swift.Sendable { description: Swift.String? = nil, serverName: Swift.String? = nil, tags: [OpsWorksCMClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.serverName = serverName self.tags = tags @@ -455,8 +444,7 @@ public struct CreateBackupOutput: Swift.Sendable { public init( backup: OpsWorksCMClientTypes.Backup? = nil - ) - { + ) { self.backup = backup } } @@ -480,8 +468,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -597,8 +584,7 @@ public struct CreateServerInput: Swift.Sendable { serviceRoleArn: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [OpsWorksCMClientTypes.Tag]? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.backupId = backupId self.backupRetentionCount = backupRetentionCount @@ -808,8 +794,7 @@ extension OpsWorksCMClientTypes { status: OpsWorksCMClientTypes.ServerStatus? = nil, statusReason: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.backupRetentionCount = backupRetentionCount self.cloudFormationStackArn = cloudFormationStackArn @@ -844,8 +829,7 @@ public struct CreateServerOutput: Swift.Sendable { public init( server: OpsWorksCMClientTypes.Server? = nil - ) - { + ) { self.server = server } } @@ -857,8 +841,7 @@ public struct DeleteBackupInput: Swift.Sendable { public init( backupId: Swift.String? = nil - ) - { + ) { self.backupId = backupId } } @@ -875,8 +858,7 @@ public struct DeleteServerInput: Swift.Sendable { public init( serverName: Swift.String? = nil - ) - { + ) { self.serverName = serverName } } @@ -897,8 +879,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( attributes: [OpsWorksCMClientTypes.AccountAttribute]? = nil - ) - { + ) { self.attributes = attributes } } @@ -922,8 +903,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -943,8 +923,7 @@ public struct DescribeBackupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.backupId = backupId self.maxResults = maxResults self.nextToken = nextToken @@ -961,8 +940,7 @@ public struct DescribeBackupsOutput: Swift.Sendable { public init( backups: [OpsWorksCMClientTypes.Backup]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.backups = backups self.nextToken = nextToken } @@ -981,8 +959,7 @@ public struct DescribeEventsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverName = serverName @@ -1007,8 +984,7 @@ extension OpsWorksCMClientTypes { logUrl: Swift.String? = nil, message: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.logUrl = logUrl self.message = message @@ -1026,8 +1002,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serverEvents: [OpsWorksCMClientTypes.ServerEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.serverEvents = serverEvents } @@ -1044,8 +1019,7 @@ public struct DescribeNodeAssociationStatusInput: Swift.Sendable { public init( nodeAssociationStatusToken: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.nodeAssociationStatusToken = nodeAssociationStatusToken self.serverName = serverName } @@ -1105,8 +1079,7 @@ public struct DescribeNodeAssociationStatusOutput: Swift.Sendable { public init( engineAttributes: [OpsWorksCMClientTypes.EngineAttribute]? = nil, nodeAssociationStatus: OpsWorksCMClientTypes.NodeAssociationStatus? = nil - ) - { + ) { self.engineAttributes = engineAttributes self.nodeAssociationStatus = nodeAssociationStatus } @@ -1124,8 +1097,7 @@ public struct DescribeServersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverName = serverName @@ -1145,8 +1117,7 @@ public struct DescribeServersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, servers: [OpsWorksCMClientTypes.Server]? = nil - ) - { + ) { self.nextToken = nextToken self.servers = servers } @@ -1168,8 +1139,7 @@ public struct DisassociateNodeInput: Swift.Sendable { engineAttributes: [OpsWorksCMClientTypes.EngineAttribute]? = nil, nodeName: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.engineAttributes = engineAttributes self.nodeName = nodeName self.serverName = serverName @@ -1182,8 +1152,7 @@ public struct DisassociateNodeOutput: Swift.Sendable { public init( nodeAssociationStatusToken: Swift.String? = nil - ) - { + ) { self.nodeAssociationStatusToken = nodeAssociationStatusToken } } @@ -1210,8 +1179,7 @@ public struct ExportServerEngineAttributeInput: Swift.Sendable { exportAttributeName: Swift.String? = nil, inputAttributes: [OpsWorksCMClientTypes.EngineAttribute]? = nil, serverName: Swift.String? = nil - ) - { + ) { self.exportAttributeName = exportAttributeName self.inputAttributes = inputAttributes self.serverName = serverName @@ -1227,8 +1195,7 @@ public struct ExportServerEngineAttributeOutput: Swift.Sendable { public init( engineAttribute: OpsWorksCMClientTypes.EngineAttribute? = nil, serverName: Swift.String? = nil - ) - { + ) { self.engineAttribute = engineAttribute self.serverName = serverName } @@ -1247,8 +1214,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1264,8 +1230,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [OpsWorksCMClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1288,8 +1253,7 @@ public struct RestoreServerInput: Swift.Sendable { instanceType: Swift.String? = nil, keyPair: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.backupId = backupId self.instanceType = instanceType self.keyPair = keyPair @@ -1303,8 +1267,7 @@ public struct RestoreServerOutput: Swift.Sendable { public init( server: OpsWorksCMClientTypes.Server? = nil - ) - { + ) { self.server = server } } @@ -1321,8 +1284,7 @@ public struct StartMaintenanceInput: Swift.Sendable { public init( engineAttributes: [OpsWorksCMClientTypes.EngineAttribute]? = nil, serverName: Swift.String? = nil - ) - { + ) { self.engineAttributes = engineAttributes self.serverName = serverName } @@ -1334,8 +1296,7 @@ public struct StartMaintenanceOutput: Swift.Sendable { public init( server: OpsWorksCMClientTypes.Server? = nil - ) - { + ) { self.server = server } } @@ -1361,8 +1322,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [OpsWorksCMClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1384,8 +1344,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1415,8 +1374,7 @@ public struct UpdateServerInput: Swift.Sendable { preferredBackupWindow: Swift.String? = nil, preferredMaintenanceWindow: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.backupRetentionCount = backupRetentionCount self.disableAutomatedBackup = disableAutomatedBackup self.preferredBackupWindow = preferredBackupWindow @@ -1431,8 +1389,7 @@ public struct UpdateServerOutput: Swift.Sendable { public init( server: OpsWorksCMClientTypes.Server? = nil - ) - { + ) { self.server = server } } @@ -1451,8 +1408,7 @@ public struct UpdateServerEngineAttributesInput: Swift.Sendable { attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil, serverName: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.serverName = serverName @@ -1465,8 +1421,7 @@ public struct UpdateServerEngineAttributesOutput: Swift.Sendable { public init( server: OpsWorksCMClientTypes.Server? = nil - ) - { + ) { self.server = server } } diff --git a/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/OpsWorksCMClient.swift b/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/OpsWorksCMClient.swift index 7e0f5a6fc76..4862c3de6d2 100644 --- a/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/OpsWorksCMClient.swift +++ b/Sources/Services/AWSOpsWorksCM/Sources/AWSOpsWorksCM/OpsWorksCMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OpsWorksCMClient: ClientRuntime.Client { public static let clientName = "OpsWorksCMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OpsWorksCMClient.OpsWorksCMClientConfiguration let serviceName = "OpsWorksCM" diff --git a/Sources/Services/AWSOrganizations/Package.swift.txt b/Sources/Services/AWSOrganizations/Package.swift.txt index 590a854e92e..3865c4f5392 100644 --- a/Sources/Services/AWSOrganizations/Package.swift.txt +++ b/Sources/Services/AWSOrganizations/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/Models.swift b/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/Models.swift index dc89be1f72b..98501730f4c 100644 --- a/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/Models.swift +++ b/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/Models.swift @@ -149,8 +149,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +200,7 @@ public struct AccessDeniedForDependencyException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil, reason: OrganizationsClientTypes.AccessDeniedForDependencyExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -226,8 +224,7 @@ public struct AWSOrganizationsNotInUseException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -250,8 +247,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +270,7 @@ public struct HandshakeAlreadyInStateException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -371,8 +366,7 @@ public struct HandshakeConstraintViolationException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil, reason: OrganizationsClientTypes.HandshakeConstraintViolationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -396,8 +390,7 @@ public struct HandshakeNotFoundException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -420,8 +413,7 @@ public struct InvalidHandshakeTransitionException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -611,8 +603,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, reason: OrganizationsClientTypes.InvalidInputExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -636,8 +627,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -662,8 +652,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.type = type } @@ -676,8 +665,7 @@ public struct AcceptHandshakeInput: Swift.Sendable { public init( handshakeId: Swift.String? = nil - ) - { + ) { self.handshakeId = handshakeId } } @@ -763,8 +751,7 @@ extension OrganizationsClientTypes { public init( id: Swift.String? = nil, type: OrganizationsClientTypes.HandshakePartyType? = nil - ) - { + ) { self.id = id self.type = type } @@ -952,8 +939,7 @@ extension OrganizationsClientTypes { joinedTimestamp: Foundation.Date? = nil, name: Swift.String? = nil, status: OrganizationsClientTypes.AccountStatus? = nil - ) - { + ) { self.arn = arn self.email = email self.id = id @@ -988,8 +974,7 @@ public struct AccountAlreadyClosedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1012,8 +997,7 @@ public struct AccountAlreadyRegisteredException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1036,8 +1020,7 @@ public struct AccountNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1060,8 +1043,7 @@ public struct AccountNotRegisteredException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1084,8 +1066,7 @@ public struct AccountOwnerNotVerifiedException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1108,8 +1089,7 @@ public struct AlreadyInOrganizationException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1335,8 +1315,7 @@ public struct ConstraintViolationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, reason: OrganizationsClientTypes.ConstraintViolationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -1360,8 +1339,7 @@ public struct DuplicatePolicyAttachmentException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1384,8 +1362,7 @@ public struct PolicyChangesInProgressException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1408,8 +1385,7 @@ public struct PolicyNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1432,8 +1408,7 @@ public struct PolicyTypeNotEnabledException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1456,8 +1431,7 @@ public struct TargetNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1480,8 +1454,7 @@ public struct UnsupportedAPIEndpointException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1503,8 +1476,7 @@ public struct AttachPolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.targetId = targetId } @@ -1517,8 +1489,7 @@ public struct CancelHandshakeInput: Swift.Sendable { public init( handshakeId: Swift.String? = nil - ) - { + ) { self.handshakeId = handshakeId } } @@ -1541,8 +1512,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1554,8 +1524,7 @@ public struct CloseAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -1578,8 +1547,7 @@ public struct FinalizingOrganizationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1635,8 +1603,7 @@ extension OrganizationsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1689,8 +1656,7 @@ public struct CreateAccountInput: Swift.Sendable { iamUserAccessToBilling: OrganizationsClientTypes.IAMUserAccessToBilling? = nil, roleName: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.accountName = accountName self.email = email self.iamUserAccessToBilling = iamUserAccessToBilling @@ -1862,8 +1828,7 @@ extension OrganizationsClientTypes { id: Swift.String? = nil, requestedTimestamp: Foundation.Date? = nil, state: OrganizationsClientTypes.CreateAccountState? = nil - ) - { + ) { self.accountId = accountId self.accountName = accountName self.completedTimestamp = completedTimestamp @@ -1887,8 +1852,7 @@ public struct CreateAccountOutput: Swift.Sendable { public init( createAccountStatus: OrganizationsClientTypes.CreateAccountStatus? = nil - ) - { + ) { self.createAccountStatus = createAccountStatus } } @@ -1939,8 +1903,7 @@ public struct CreateGovCloudAccountInput: Swift.Sendable { iamUserAccessToBilling: OrganizationsClientTypes.IAMUserAccessToBilling? = nil, roleName: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.accountName = accountName self.email = email self.iamUserAccessToBilling = iamUserAccessToBilling @@ -1960,8 +1923,7 @@ public struct CreateGovCloudAccountOutput: Swift.Sendable { public init( createAccountStatus: OrganizationsClientTypes.CreateAccountStatus? = nil - ) - { + ) { self.createAccountStatus = createAccountStatus } } @@ -2005,8 +1967,7 @@ public struct CreateOrganizationInput: Swift.Sendable { public init( featureSet: OrganizationsClientTypes.OrganizationFeatureSet? = nil - ) - { + ) { self.featureSet = featureSet } } @@ -2099,8 +2060,7 @@ extension OrganizationsClientTypes { public init( status: OrganizationsClientTypes.PolicyTypeStatus? = nil, type: OrganizationsClientTypes.PolicyType? = nil - ) - { + ) { self.status = status self.type = type } @@ -2134,8 +2094,7 @@ extension OrganizationsClientTypes { masterAccountArn: Swift.String? = nil, masterAccountEmail: Swift.String? = nil, masterAccountId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availablePolicyTypes = availablePolicyTypes self.featureSet = featureSet @@ -2158,8 +2117,7 @@ public struct CreateOrganizationOutput: Swift.Sendable { public init( organization: OrganizationsClientTypes.Organization? = nil - ) - { + ) { self.organization = organization } } @@ -2182,8 +2140,7 @@ public struct DuplicateOrganizationalUnitException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2206,8 +2163,7 @@ public struct ParentNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2230,8 +2186,7 @@ public struct CreateOrganizationalUnitInput: Swift.Sendable { name: Swift.String? = nil, parentId: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.name = name self.parentId = parentId self.tags = tags @@ -2253,8 +2208,7 @@ extension OrganizationsClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -2268,8 +2222,7 @@ public struct CreateOrganizationalUnitOutput: Swift.Sendable { public init( organizationalUnit: OrganizationsClientTypes.OrganizationalUnit? = nil - ) - { + ) { self.organizationalUnit = organizationalUnit } } @@ -2292,8 +2245,7 @@ public struct DuplicatePolicyException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2316,8 +2268,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2340,8 +2291,7 @@ public struct PolicyTypeNotAvailableForOrganizationException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2382,8 +2332,7 @@ public struct CreatePolicyInput: Swift.Sendable { name: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil, type: OrganizationsClientTypes.PolicyType? = nil - ) - { + ) { self.content = content self.description = description self.name = name @@ -2416,8 +2365,7 @@ extension OrganizationsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, type: OrganizationsClientTypes.PolicyType? = nil - ) - { + ) { self.arn = arn self.awsManaged = awsManaged self.description = description @@ -2440,8 +2388,7 @@ extension OrganizationsClientTypes { public init( content: Swift.String? = nil, policySummary: OrganizationsClientTypes.PolicySummary? = nil - ) - { + ) { self.content = content self.policySummary = policySummary } @@ -2454,8 +2401,7 @@ public struct CreatePolicyOutput: Swift.Sendable { public init( policy: OrganizationsClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -2467,8 +2413,7 @@ public struct DeclineHandshakeInput: Swift.Sendable { public init( handshakeId: Swift.String? = nil - ) - { + ) { self.handshakeId = handshakeId } } @@ -2491,8 +2436,7 @@ public struct OrganizationNotEmptyException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2515,8 +2459,7 @@ public struct OrganizationalUnitNotEmptyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2539,8 +2482,7 @@ public struct OrganizationalUnitNotFoundException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2552,8 +2494,7 @@ public struct DeleteOrganizationalUnitInput: Swift.Sendable { public init( organizationalUnitId: Swift.String? = nil - ) - { + ) { self.organizationalUnitId = organizationalUnitId } } @@ -2576,8 +2517,7 @@ public struct PolicyInUseException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2589,8 +2529,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -2613,8 +2552,7 @@ public struct ResourcePolicyNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2630,8 +2568,7 @@ public struct DeregisterDelegatedAdministratorInput: Swift.Sendable { public init( accountId: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.servicePrincipal = servicePrincipal } @@ -2644,8 +2581,7 @@ public struct DescribeAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -2656,8 +2592,7 @@ public struct DescribeAccountOutput: Swift.Sendable { public init( account: OrganizationsClientTypes.Account? = nil - ) - { + ) { self.account = account } } @@ -2680,8 +2615,7 @@ public struct CreateAccountStatusNotFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2693,8 +2627,7 @@ public struct DescribeCreateAccountStatusInput: Swift.Sendable { public init( createAccountRequestId: Swift.String? = nil - ) - { + ) { self.createAccountRequestId = createAccountRequestId } } @@ -2705,8 +2638,7 @@ public struct DescribeCreateAccountStatusOutput: Swift.Sendable { public init( createAccountStatus: OrganizationsClientTypes.CreateAccountStatus? = nil - ) - { + ) { self.createAccountStatus = createAccountStatus } } @@ -2729,8 +2661,7 @@ public struct EffectivePolicyNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2793,8 +2724,7 @@ public struct DescribeEffectivePolicyInput: Swift.Sendable { public init( policyType: OrganizationsClientTypes.EffectivePolicyType? = nil, targetId: Swift.String? = nil - ) - { + ) { self.policyType = policyType self.targetId = targetId } @@ -2818,8 +2748,7 @@ extension OrganizationsClientTypes { policyContent: Swift.String? = nil, policyType: OrganizationsClientTypes.EffectivePolicyType? = nil, targetId: Swift.String? = nil - ) - { + ) { self.lastUpdatedTimestamp = lastUpdatedTimestamp self.policyContent = policyContent self.policyType = policyType @@ -2834,8 +2763,7 @@ public struct DescribeEffectivePolicyOutput: Swift.Sendable { public init( effectivePolicy: OrganizationsClientTypes.EffectivePolicy? = nil - ) - { + ) { self.effectivePolicy = effectivePolicy } } @@ -2847,8 +2775,7 @@ public struct DescribeHandshakeInput: Swift.Sendable { public init( handshakeId: Swift.String? = nil - ) - { + ) { self.handshakeId = handshakeId } } @@ -2859,8 +2786,7 @@ public struct DescribeOrganizationOutput: Swift.Sendable { public init( organization: OrganizationsClientTypes.Organization? = nil - ) - { + ) { self.organization = organization } } @@ -2872,8 +2798,7 @@ public struct DescribeOrganizationalUnitInput: Swift.Sendable { public init( organizationalUnitId: Swift.String? = nil - ) - { + ) { self.organizationalUnitId = organizationalUnitId } } @@ -2884,8 +2809,7 @@ public struct DescribeOrganizationalUnitOutput: Swift.Sendable { public init( organizationalUnit: OrganizationsClientTypes.OrganizationalUnit? = nil - ) - { + ) { self.organizationalUnit = organizationalUnit } } @@ -2897,8 +2821,7 @@ public struct DescribePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -2909,8 +2832,7 @@ public struct DescribePolicyOutput: Swift.Sendable { public init( policy: OrganizationsClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -2927,8 +2849,7 @@ extension OrganizationsClientTypes { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2947,8 +2868,7 @@ extension OrganizationsClientTypes { public init( content: Swift.String? = nil, resourcePolicySummary: OrganizationsClientTypes.ResourcePolicySummary? = nil - ) - { + ) { self.content = content self.resourcePolicySummary = resourcePolicySummary } @@ -2961,8 +2881,7 @@ public struct DescribeResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: OrganizationsClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -2985,8 +2904,7 @@ public struct PolicyNotAttachedException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3008,8 +2926,7 @@ public struct DetachPolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.targetId = targetId } @@ -3022,8 +2939,7 @@ public struct DisableAWSServiceAccessInput: Swift.Sendable { public init( servicePrincipal: Swift.String? = nil - ) - { + ) { self.servicePrincipal = servicePrincipal } } @@ -3046,8 +2962,7 @@ public struct RootNotFoundException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3077,8 +2992,7 @@ public struct DisablePolicyTypeInput: Swift.Sendable { public init( policyType: OrganizationsClientTypes.PolicyType? = nil, rootId: Swift.String? = nil - ) - { + ) { self.policyType = policyType self.rootId = rootId } @@ -3102,8 +3016,7 @@ extension OrganizationsClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, policyTypes: [OrganizationsClientTypes.PolicyTypeSummary]? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -3118,8 +3031,7 @@ public struct DisablePolicyTypeOutput: Swift.Sendable { public init( root: OrganizationsClientTypes.Root? = nil - ) - { + ) { self.root = root } } @@ -3136,8 +3048,7 @@ public struct EnableAWSServiceAccessInput: Swift.Sendable { public init( servicePrincipal: Swift.String? = nil - ) - { + ) { self.servicePrincipal = servicePrincipal } } @@ -3160,8 +3071,7 @@ public struct PolicyTypeAlreadyEnabledException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3191,8 +3101,7 @@ public struct EnablePolicyTypeInput: Swift.Sendable { public init( policyType: OrganizationsClientTypes.PolicyType? = nil, rootId: Swift.String? = nil - ) - { + ) { self.policyType = policyType self.rootId = rootId } @@ -3204,8 +3113,7 @@ public struct EnablePolicyTypeOutput: Swift.Sendable { public init( root: OrganizationsClientTypes.Root? = nil - ) - { + ) { self.root = root } } @@ -3228,8 +3136,7 @@ public struct DuplicateHandshakeException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3247,8 +3154,7 @@ public struct InviteAccountToOrganizationInput: Swift.Sendable { notes: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil, target: OrganizationsClientTypes.HandshakeParty? = nil - ) - { + ) { self.notes = notes self.tags = tags self.target = target @@ -3278,8 +3184,7 @@ public struct MasterCannotLeaveOrganizationException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3293,8 +3198,7 @@ public struct ListAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3309,8 +3213,7 @@ public struct ListAccountsOutput: Swift.Sendable { public init( accounts: [OrganizationsClientTypes.Account]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.nextToken = nextToken } @@ -3329,8 +3232,7 @@ public struct ListAccountsForParentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parentId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parentId = parentId @@ -3346,8 +3248,7 @@ public struct ListAccountsForParentOutput: Swift.Sendable { public init( accounts: [OrganizationsClientTypes.Account]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.nextToken = nextToken } @@ -3362,8 +3263,7 @@ public struct ListAWSServiceAccessForOrganizationInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3381,8 +3281,7 @@ extension OrganizationsClientTypes { public init( dateEnabled: Foundation.Date? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.dateEnabled = dateEnabled self.servicePrincipal = servicePrincipal } @@ -3398,8 +3297,7 @@ public struct ListAWSServiceAccessForOrganizationOutput: Swift.Sendable { public init( enabledServicePrincipals: [OrganizationsClientTypes.EnabledServicePrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.enabledServicePrincipals = enabledServicePrincipals self.nextToken = nextToken } @@ -3455,8 +3353,7 @@ public struct ListChildrenInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parentId: Swift.String? = nil - ) - { + ) { self.childType = childType self.maxResults = maxResults self.nextToken = nextToken @@ -3480,8 +3377,7 @@ extension OrganizationsClientTypes { public init( id: Swift.String? = nil, type: OrganizationsClientTypes.ChildType? = nil - ) - { + ) { self.id = id self.type = type } @@ -3497,8 +3393,7 @@ public struct ListChildrenOutput: Swift.Sendable { public init( children: [OrganizationsClientTypes.Child]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.children = children self.nextToken = nextToken } @@ -3516,8 +3411,7 @@ public struct ListCreateAccountStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, states: [OrganizationsClientTypes.CreateAccountState]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.states = states @@ -3533,8 +3427,7 @@ public struct ListCreateAccountStatusOutput: Swift.Sendable { public init( createAccountStatuses: [OrganizationsClientTypes.CreateAccountStatus]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.createAccountStatuses = createAccountStatuses self.nextToken = nextToken } @@ -3552,8 +3445,7 @@ public struct ListDelegatedAdministratorsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.servicePrincipal = servicePrincipal @@ -3590,8 +3482,7 @@ extension OrganizationsClientTypes { joinedTimestamp: Foundation.Date? = nil, name: Swift.String? = nil, status: OrganizationsClientTypes.AccountStatus? = nil - ) - { + ) { self.arn = arn self.delegationEnabledDate = delegationEnabledDate self.email = email @@ -3618,8 +3509,7 @@ public struct ListDelegatedAdministratorsOutput: Swift.Sendable { public init( delegatedAdministrators: [OrganizationsClientTypes.DelegatedAdministrator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.delegatedAdministrators = delegatedAdministrators self.nextToken = nextToken } @@ -3638,8 +3528,7 @@ public struct ListDelegatedServicesForAccountInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -3658,8 +3547,7 @@ extension OrganizationsClientTypes { public init( delegationEnabledDate: Foundation.Date? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.delegationEnabledDate = delegationEnabledDate self.servicePrincipal = servicePrincipal } @@ -3675,8 +3563,7 @@ public struct ListDelegatedServicesForAccountOutput: Swift.Sendable { public init( delegatedServices: [OrganizationsClientTypes.DelegatedService]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.delegatedServices = delegatedServices self.nextToken = nextToken } @@ -3694,8 +3581,7 @@ extension OrganizationsClientTypes { public init( actionType: OrganizationsClientTypes.ActionType? = nil, parentHandshakeId: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.parentHandshakeId = parentHandshakeId } @@ -3714,8 +3600,7 @@ public struct ListHandshakesForAccountInput: Swift.Sendable { filter: OrganizationsClientTypes.HandshakeFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -3734,8 +3619,7 @@ public struct ListHandshakesForOrganizationInput: Swift.Sendable { filter: OrganizationsClientTypes.HandshakeFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -3759,8 +3643,7 @@ public struct ListOrganizationalUnitsForParentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, parentId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parentId = parentId @@ -3776,8 +3659,7 @@ public struct ListOrganizationalUnitsForParentOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationalUnits: [OrganizationsClientTypes.OrganizationalUnit]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationalUnits = organizationalUnits } @@ -3801,8 +3683,7 @@ public struct ChildNotFoundException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3824,8 +3705,7 @@ public struct ListParentsInput: Swift.Sendable { childId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.childId = childId self.maxResults = maxResults self.nextToken = nextToken @@ -3877,8 +3757,7 @@ extension OrganizationsClientTypes { public init( id: Swift.String? = nil, type: OrganizationsClientTypes.ParentType? = nil - ) - { + ) { self.id = id self.type = type } @@ -3894,8 +3773,7 @@ public struct ListParentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parents: [OrganizationsClientTypes.Parent]? = nil - ) - { + ) { self.nextToken = nextToken self.parents = parents } @@ -3928,8 +3806,7 @@ public struct ListPoliciesInput: Swift.Sendable { filter: OrganizationsClientTypes.PolicyType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -3945,8 +3822,7 @@ public struct ListPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policies: [OrganizationsClientTypes.PolicySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.policies = policies } @@ -3989,8 +3865,7 @@ public struct ListPoliciesForTargetInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, targetId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -4007,8 +3882,7 @@ public struct ListPoliciesForTargetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policies: [OrganizationsClientTypes.PolicySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.policies = policies } @@ -4023,8 +3897,7 @@ public struct ListRootsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4039,8 +3912,7 @@ public struct ListRootsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, roots: [OrganizationsClientTypes.Root]? = nil - ) - { + ) { self.nextToken = nextToken self.roots = roots } @@ -4064,8 +3936,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceId = resourceId } @@ -4080,8 +3951,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4100,8 +3970,7 @@ public struct ListTargetsForPolicyInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyId = policyId @@ -4164,8 +4033,7 @@ extension OrganizationsClientTypes { name: Swift.String? = nil, targetId: Swift.String? = nil, type: OrganizationsClientTypes.TargetType? = nil - ) - { + ) { self.arn = arn self.name = name self.targetId = targetId @@ -4183,8 +4051,7 @@ public struct ListTargetsForPolicyOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targets: [OrganizationsClientTypes.PolicyTargetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.targets = targets } @@ -4208,8 +4075,7 @@ public struct DestinationParentNotFoundException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4232,8 +4098,7 @@ public struct DuplicateAccountException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4256,8 +4121,7 @@ public struct SourceParentNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4285,8 +4149,7 @@ public struct MoveAccountInput: Swift.Sendable { accountId: Swift.String? = nil, destinationParentId: Swift.String? = nil, sourceParentId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.destinationParentId = destinationParentId self.sourceParentId = sourceParentId @@ -4303,8 +4166,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( content: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.content = content self.tags = tags } @@ -4316,8 +4178,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: OrganizationsClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -4333,8 +4194,7 @@ public struct RegisterDelegatedAdministratorInput: Swift.Sendable { public init( accountId: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.servicePrincipal = servicePrincipal } @@ -4347,8 +4207,7 @@ public struct RemoveAccountFromOrganizationInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -4372,8 +4231,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tags: [OrganizationsClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tags = tags } @@ -4398,8 +4256,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeys = tagKeys } @@ -4415,8 +4272,7 @@ public struct UpdateOrganizationalUnitInput: Swift.Sendable { public init( name: Swift.String? = nil, organizationalUnitId: Swift.String? = nil - ) - { + ) { self.name = name self.organizationalUnitId = organizationalUnitId } @@ -4428,8 +4284,7 @@ public struct UpdateOrganizationalUnitOutput: Swift.Sendable { public init( organizationalUnit: OrganizationsClientTypes.OrganizationalUnit? = nil - ) - { + ) { self.organizationalUnit = organizationalUnit } } @@ -4450,8 +4305,7 @@ public struct UpdatePolicyInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.content = content self.description = description self.name = name @@ -4465,8 +4319,7 @@ public struct UpdatePolicyOutput: Swift.Sendable { public init( policy: OrganizationsClientTypes.Policy? = nil - ) - { + ) { self.policy = policy } } @@ -4498,8 +4351,7 @@ extension OrganizationsClientTypes { resources: [OrganizationsClientTypes.HandshakeResource]? = nil, type: OrganizationsClientTypes.HandshakeResourceType? = nil, value: Swift.String? = nil - ) - { + ) { self.resources = resources self.type = type self.value = value @@ -4560,8 +4412,7 @@ extension OrganizationsClientTypes { requestedTimestamp: Foundation.Date? = nil, resources: [OrganizationsClientTypes.HandshakeResource]? = nil, state: OrganizationsClientTypes.HandshakeState? = nil - ) - { + ) { self.action = action self.arn = arn self.expirationTimestamp = expirationTimestamp @@ -4580,8 +4431,7 @@ public struct AcceptHandshakeOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4592,8 +4442,7 @@ public struct CancelHandshakeOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4604,8 +4453,7 @@ public struct DeclineHandshakeOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4616,8 +4464,7 @@ public struct DescribeHandshakeOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4628,8 +4475,7 @@ public struct EnableAllFeaturesOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4640,8 +4486,7 @@ public struct InviteAccountToOrganizationOutput: Swift.Sendable { public init( handshake: OrganizationsClientTypes.Handshake? = nil - ) - { + ) { self.handshake = handshake } } @@ -4655,8 +4500,7 @@ public struct ListHandshakesForAccountOutput: Swift.Sendable { public init( handshakes: [OrganizationsClientTypes.Handshake]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.handshakes = handshakes self.nextToken = nextToken } @@ -4671,8 +4515,7 @@ public struct ListHandshakesForOrganizationOutput: Swift.Sendable { public init( handshakes: [OrganizationsClientTypes.Handshake]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.handshakes = handshakes self.nextToken = nextToken } diff --git a/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/OrganizationsClient.swift b/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/OrganizationsClient.swift index 1909dd269cd..b3108f2ae6d 100644 --- a/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/OrganizationsClient.swift +++ b/Sources/Services/AWSOrganizations/Sources/AWSOrganizations/OrganizationsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OrganizationsClient: ClientRuntime.Client { public static let clientName = "OrganizationsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OrganizationsClient.OrganizationsClientConfiguration let serviceName = "Organizations" diff --git a/Sources/Services/AWSOutposts/Package.swift.txt b/Sources/Services/AWSOutposts/Package.swift.txt index 6ac134194b2..9db42a00e45 100644 --- a/Sources/Services/AWSOutposts/Package.swift.txt +++ b/Sources/Services/AWSOutposts/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSOutposts/Sources/AWSOutposts/Models.swift b/Sources/Services/AWSOutposts/Sources/AWSOutposts/Models.swift index 1718afab1f1..2693de9a210 100644 --- a/Sources/Services/AWSOutposts/Sources/AWSOutposts/Models.swift +++ b/Sources/Services/AWSOutposts/Sources/AWSOutposts/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +96,7 @@ extension OutpostsClientTypes { municipality: Swift.String? = nil, postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil - ) - { + ) { self.addressLine1 = addressLine1 self.addressLine2 = addressLine2 self.addressLine3 = addressLine3 @@ -152,8 +150,7 @@ extension OutpostsClientTypes { public init( rackElevation: Swift.Float? = nil - ) - { + ) { self.rackElevation = rackElevation } } @@ -199,8 +196,7 @@ extension OutpostsClientTypes { public init( count: Swift.Int = 0, instanceType: Swift.String? = nil - ) - { + ) { self.count = count self.instanceType = instanceType } @@ -266,8 +262,7 @@ extension OutpostsClientTypes { instanceTypeCapacities: [OutpostsClientTypes.AssetInstanceTypeCapacity]? = nil, maxVcpus: Swift.Int? = nil, state: OutpostsClientTypes.ComputeAssetState? = nil - ) - { + ) { self.hostId = hostId self.instanceFamilies = instanceFamilies self.instanceTypeCapacities = instanceTypeCapacities @@ -298,8 +293,7 @@ extension OutpostsClientTypes { assetType: OutpostsClientTypes.AssetType? = nil, computeAttributes: OutpostsClientTypes.ComputeAttributes? = nil, rackId: Swift.String? = nil - ) - { + ) { self.assetId = assetId self.assetLocation = assetLocation self.assetType = assetType @@ -371,8 +365,7 @@ extension OutpostsClientTypes { awsServiceName: OutpostsClientTypes.AWSServiceName? = nil, instanceId: Swift.String? = nil, instanceType: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.assetId = assetId self.awsServiceName = awsServiceName @@ -429,8 +422,7 @@ extension OutpostsClientTypes { accountId: Swift.String? = nil, awsServiceName: OutpostsClientTypes.AWSServiceName? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.awsServiceName = awsServiceName self.instanceId = instanceId @@ -491,8 +483,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: OutpostsClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -517,8 +508,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -541,8 +531,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -565,8 +554,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -582,8 +570,7 @@ public struct CancelCapacityTaskInput: Swift.Sendable { public init( capacityTaskId: Swift.String? = nil, outpostIdentifier: Swift.String? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.outpostIdentifier = outpostIdentifier } @@ -601,8 +588,7 @@ public struct CancelOrderInput: Swift.Sendable { public init( orderId: Swift.String? = nil - ) - { + ) { self.orderId = orderId } } @@ -663,8 +649,7 @@ extension OutpostsClientTypes { public init( reason: Swift.String? = nil, type: OutpostsClientTypes.CapacityTaskFailureType? = nil - ) - { + ) { self.reason = reason self.type = type } @@ -742,8 +727,7 @@ extension OutpostsClientTypes { lastModifiedDate: Foundation.Date? = nil, orderId: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.capacityTaskStatus = capacityTaskStatus self.completionDate = completionDate @@ -770,8 +754,7 @@ extension OutpostsClientTypes { family: Swift.String? = nil, maxSize: Swift.String? = nil, quantity: Swift.String? = nil - ) - { + ) { self.family = family self.maxSize = maxSize self.quantity = quantity @@ -864,8 +847,7 @@ extension OutpostsClientTypes { supportedStorage: [OutpostsClientTypes.SupportedStorageEnum]? = nil, supportedUplinkGbps: [Swift.Int]? = nil, weightLbs: Swift.Int? = nil - ) - { + ) { self.catalogItemId = catalogItemId self.ec2Capacities = ec2Capacities self.itemStatus = itemStatus @@ -930,8 +912,7 @@ extension OutpostsClientTypes { serverEndpoint: Swift.String? = nil, serverPublicKey: Swift.String? = nil, serverTunnelAddress: Swift.String? = nil - ) - { + ) { self.allowedIps = allowedIps self.clientPublicKey = clientPublicKey self.clientTunnelAddress = clientTunnelAddress @@ -960,8 +941,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -978,8 +958,7 @@ extension OutpostsClientTypes { public init( catalogItemId: Swift.String? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.catalogItemId = catalogItemId self.quantity = quantity } @@ -1068,8 +1047,7 @@ public struct CreateOrderInput: Swift.Sendable { outpostIdentifier: Swift.String? = nil, paymentOption: OutpostsClientTypes.PaymentOption? = nil, paymentTerm: OutpostsClientTypes.PaymentTerm? = nil - ) - { + ) { self.lineItems = lineItems self.outpostIdentifier = outpostIdentifier self.paymentOption = paymentOption @@ -1089,8 +1067,7 @@ extension OutpostsClientTypes { public init( assetId: Swift.String? = nil, macAddressList: [Swift.String]? = nil - ) - { + ) { self.assetId = assetId self.macAddressList = macAddressList } @@ -1147,8 +1124,7 @@ extension OutpostsClientTypes { public init( shipmentCarrier: OutpostsClientTypes.ShipmentCarrier? = nil, shipmentTrackingNumber: Swift.String? = nil - ) - { + ) { self.shipmentCarrier = shipmentCarrier self.shipmentTrackingNumber = shipmentTrackingNumber } @@ -1235,8 +1211,7 @@ extension OutpostsClientTypes { quantity: Swift.Int? = nil, shipmentInformation: OutpostsClientTypes.ShipmentInformation? = nil, status: OutpostsClientTypes.LineItemStatus? = nil - ) - { + ) { self.assetInformationList = assetInformationList self.catalogItemId = catalogItemId self.lineItemId = lineItemId @@ -1382,8 +1357,7 @@ extension OutpostsClientTypes { paymentOption: OutpostsClientTypes.PaymentOption? = nil, paymentTerm: OutpostsClientTypes.PaymentTerm? = nil, status: OutpostsClientTypes.OrderStatus? = nil - ) - { + ) { self.lineItems = lineItems self.orderFulfilledDate = orderFulfilledDate self.orderId = orderId @@ -1403,8 +1377,7 @@ public struct CreateOrderOutput: Swift.Sendable { public init( order: OutpostsClientTypes.Order? = nil - ) - { + ) { self.order = order } } @@ -1464,8 +1437,7 @@ public struct CreateOutpostInput: Swift.Sendable { siteId: Swift.String? = nil, supportedHardwareType: OutpostsClientTypes.SupportedHardwareType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.description = description @@ -1518,8 +1490,7 @@ extension OutpostsClientTypes { siteId: Swift.String? = nil, supportedHardwareType: OutpostsClientTypes.SupportedHardwareType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.description = description @@ -1542,8 +1513,7 @@ public struct CreateOutpostOutput: Swift.Sendable { public init( outpost: OutpostsClientTypes.Outpost? = nil - ) - { + ) { self.outpost = outpost } } @@ -1929,8 +1899,7 @@ extension OutpostsClientTypes { powerPhase: OutpostsClientTypes.PowerPhase? = nil, uplinkCount: OutpostsClientTypes.UplinkCount? = nil, uplinkGbps: OutpostsClientTypes.UplinkGbps? = nil - ) - { + ) { self.fiberOpticCableType = fiberOpticCableType self.maximumSupportedWeightLbs = maximumSupportedWeightLbs self.opticalStandard = opticalStandard @@ -1969,8 +1938,7 @@ public struct CreateSiteInput: Swift.Sendable { rackPhysicalProperties: OutpostsClientTypes.RackPhysicalProperties? = nil, shippingAddress: OutpostsClientTypes.Address? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.notes = notes @@ -2020,8 +1988,7 @@ extension OutpostsClientTypes { siteArn: Swift.String? = nil, siteId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.description = description self.name = name @@ -2043,8 +2010,7 @@ public struct CreateSiteOutput: Swift.Sendable { public init( site: OutpostsClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -2056,8 +2022,7 @@ public struct DeleteOutpostInput: Swift.Sendable { public init( outpostId: Swift.String? = nil - ) - { + ) { self.outpostId = outpostId } } @@ -2074,8 +2039,7 @@ public struct DeleteSiteInput: Swift.Sendable { public init( siteId: Swift.String? = nil - ) - { + ) { self.siteId = siteId } } @@ -2096,8 +2060,7 @@ public struct GetCapacityTaskInput: Swift.Sendable { public init( capacityTaskId: Swift.String? = nil, outpostIdentifier: Swift.String? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.outpostIdentifier = outpostIdentifier } @@ -2118,8 +2081,7 @@ extension OutpostsClientTypes { accountIds: [Swift.String]? = nil, instances: [Swift.String]? = nil, services: [OutpostsClientTypes.AWSServiceName]? = nil - ) - { + ) { self.accountIds = accountIds self.instances = instances self.services = services @@ -2141,8 +2103,7 @@ extension OutpostsClientTypes { public init( count: Swift.Int = 0, instanceType: Swift.String? = nil - ) - { + ) { self.count = count self.instanceType = instanceType } @@ -2227,8 +2188,7 @@ public struct GetCapacityTaskOutput: Swift.Sendable { outpostId: Swift.String? = nil, requestedInstancePools: [OutpostsClientTypes.InstanceTypeCapacity]? = nil, taskActionOnBlockingInstances: OutpostsClientTypes.TaskActionOnBlockingInstances? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.capacityTaskStatus = capacityTaskStatus self.completionDate = completionDate @@ -2251,8 +2211,7 @@ public struct GetCatalogItemInput: Swift.Sendable { public init( catalogItemId: Swift.String? = nil - ) - { + ) { self.catalogItemId = catalogItemId } } @@ -2263,8 +2222,7 @@ public struct GetCatalogItemOutput: Swift.Sendable { public init( catalogItem: OutpostsClientTypes.CatalogItem? = nil - ) - { + ) { self.catalogItem = catalogItem } } @@ -2276,8 +2234,7 @@ public struct GetConnectionInput: Swift.Sendable { public init( connectionId: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId } } @@ -2291,8 +2248,7 @@ public struct GetConnectionOutput: Swift.Sendable { public init( connectionDetails: OutpostsClientTypes.ConnectionDetails? = nil, connectionId: Swift.String? = nil - ) - { + ) { self.connectionDetails = connectionDetails self.connectionId = connectionId } @@ -2305,8 +2261,7 @@ public struct GetOrderInput: Swift.Sendable { public init( orderId: Swift.String? = nil - ) - { + ) { self.orderId = orderId } } @@ -2317,8 +2272,7 @@ public struct GetOrderOutput: Swift.Sendable { public init( order: OutpostsClientTypes.Order? = nil - ) - { + ) { self.order = order } } @@ -2330,8 +2284,7 @@ public struct GetOutpostInput: Swift.Sendable { public init( outpostId: Swift.String? = nil - ) - { + ) { self.outpostId = outpostId } } @@ -2342,8 +2295,7 @@ public struct GetOutpostOutput: Swift.Sendable { public init( outpost: OutpostsClientTypes.Outpost? = nil - ) - { + ) { self.outpost = outpost } } @@ -2361,8 +2313,7 @@ public struct GetOutpostInstanceTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.outpostId = outpostId @@ -2381,8 +2332,7 @@ extension OutpostsClientTypes { public init( instanceType: Swift.String? = nil, vcpUs: Swift.Int? = nil - ) - { + ) { self.instanceType = instanceType self.vcpUs = vcpUs } @@ -2404,8 +2354,7 @@ public struct GetOutpostInstanceTypesOutput: Swift.Sendable { nextToken: Swift.String? = nil, outpostArn: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.instanceTypes = instanceTypes self.nextToken = nextToken self.outpostArn = outpostArn @@ -2429,8 +2378,7 @@ public struct GetOutpostSupportedInstanceTypesInput: Swift.Sendable { nextToken: Swift.String? = nil, orderId: Swift.String? = nil, outpostIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.orderId = orderId @@ -2447,8 +2395,7 @@ public struct GetOutpostSupportedInstanceTypesOutput: Swift.Sendable { public init( instanceTypes: [OutpostsClientTypes.InstanceTypeItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceTypes = instanceTypes self.nextToken = nextToken } @@ -2461,8 +2408,7 @@ public struct GetSiteInput: Swift.Sendable { public init( siteId: Swift.String? = nil - ) - { + ) { self.siteId = siteId } } @@ -2473,8 +2419,7 @@ public struct GetSiteOutput: Swift.Sendable { public init( site: OutpostsClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -2490,8 +2435,7 @@ public struct GetSiteAddressInput: Swift.Sendable { public init( addressType: OutpostsClientTypes.AddressType? = nil, siteId: Swift.String? = nil - ) - { + ) { self.addressType = addressType self.siteId = siteId } @@ -2509,8 +2453,7 @@ public struct GetSiteAddressOutput: Swift.Sendable { address: OutpostsClientTypes.Address? = nil, addressType: OutpostsClientTypes.AddressType? = nil, siteId: Swift.String? = nil - ) - { + ) { self.address = address self.addressType = addressType self.siteId = siteId @@ -2542,8 +2485,7 @@ public struct ListAssetInstancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostIdentifier: Swift.String? = nil - ) - { + ) { self.accountIdFilter = accountIdFilter self.assetIdFilter = assetIdFilter self.awsServiceFilter = awsServiceFilter @@ -2563,8 +2505,7 @@ public struct ListAssetInstancesOutput: Swift.Sendable { public init( assetInstances: [OutpostsClientTypes.AssetInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assetInstances = assetInstances self.nextToken = nextToken } @@ -2589,8 +2530,7 @@ public struct ListAssetsInput: Swift.Sendable { nextToken: Swift.String? = nil, outpostIdentifier: Swift.String? = nil, statusFilter: [OutpostsClientTypes.AssetState]? = nil - ) - { + ) { self.hostIdFilter = hostIdFilter self.maxResults = maxResults self.nextToken = nextToken @@ -2608,8 +2548,7 @@ public struct ListAssetsOutput: Swift.Sendable { public init( assets: [OutpostsClientTypes.AssetInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assets = assets self.nextToken = nextToken } @@ -2632,8 +2571,7 @@ public struct ListBlockingInstancesForCapacityTaskInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostIdentifier: Swift.String? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.maxResults = maxResults self.nextToken = nextToken @@ -2650,8 +2588,7 @@ public struct ListBlockingInstancesForCapacityTaskOutput: Swift.Sendable { public init( blockingInstances: [OutpostsClientTypes.BlockingInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.blockingInstances = blockingInstances self.nextToken = nextToken } @@ -2672,8 +2609,7 @@ public struct ListCapacityTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostIdentifierFilter: Swift.String? = nil - ) - { + ) { self.capacityTaskStatusFilter = capacityTaskStatusFilter self.maxResults = maxResults self.nextToken = nextToken @@ -2690,8 +2626,7 @@ public struct ListCapacityTasksOutput: Swift.Sendable { public init( capacityTasks: [OutpostsClientTypes.CapacityTaskSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.capacityTasks = capacityTasks self.nextToken = nextToken } @@ -2715,8 +2650,7 @@ public struct ListCatalogItemsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, supportedStorageFilter: [OutpostsClientTypes.SupportedStorageEnum]? = nil - ) - { + ) { self.ec2FamilyFilter = ec2FamilyFilter self.itemClassFilter = itemClassFilter self.maxResults = maxResults @@ -2734,8 +2668,7 @@ public struct ListCatalogItemsOutput: Swift.Sendable { public init( catalogItems: [OutpostsClientTypes.CatalogItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.catalogItems = catalogItems self.nextToken = nextToken } @@ -2753,8 +2686,7 @@ public struct ListOrdersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostIdentifierFilter: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.outpostIdentifierFilter = outpostIdentifierFilter @@ -2801,8 +2733,7 @@ extension OutpostsClientTypes { orderType: OutpostsClientTypes.OrderType? = nil, outpostId: Swift.String? = nil, status: OutpostsClientTypes.OrderStatus? = nil - ) - { + ) { self.lineItemCountsByStatus = lineItemCountsByStatus self.orderFulfilledDate = orderFulfilledDate self.orderId = orderId @@ -2823,8 +2754,7 @@ public struct ListOrdersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, orders: [OutpostsClientTypes.OrderSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.orders = orders } @@ -2848,8 +2778,7 @@ public struct ListOutpostsInput: Swift.Sendable { lifeCycleStatusFilter: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.availabilityZoneFilter = availabilityZoneFilter self.availabilityZoneIdFilter = availabilityZoneIdFilter self.lifeCycleStatusFilter = lifeCycleStatusFilter @@ -2867,8 +2796,7 @@ public struct ListOutpostsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outposts: [OutpostsClientTypes.Outpost]? = nil - ) - { + ) { self.nextToken = nextToken self.outposts = outposts } @@ -2892,8 +2820,7 @@ public struct ListSitesInput: Swift.Sendable { operatingAddressCityFilter: [Swift.String]? = nil, operatingAddressCountryCodeFilter: [Swift.String]? = nil, operatingAddressStateOrRegionFilter: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.operatingAddressCityFilter = operatingAddressCityFilter @@ -2911,8 +2838,7 @@ public struct ListSitesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sites: [OutpostsClientTypes.Site]? = nil - ) - { + ) { self.nextToken = nextToken self.sites = sites } @@ -2925,8 +2851,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2937,8 +2862,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2970,8 +2894,7 @@ public struct StartCapacityTaskInput: Swift.Sendable { orderId: Swift.String? = nil, outpostIdentifier: Swift.String? = nil, taskActionOnBlockingInstances: OutpostsClientTypes.TaskActionOnBlockingInstances? = nil - ) - { + ) { self.dryRun = dryRun self.instancePools = instancePools self.instancesToExclude = instancesToExclude @@ -3024,8 +2947,7 @@ public struct StartCapacityTaskOutput: Swift.Sendable { outpostId: Swift.String? = nil, requestedInstancePools: [OutpostsClientTypes.InstanceTypeCapacity]? = nil, taskActionOnBlockingInstances: OutpostsClientTypes.TaskActionOnBlockingInstances? = nil - ) - { + ) { self.capacityTaskId = capacityTaskId self.capacityTaskStatus = capacityTaskStatus self.completionDate = completionDate @@ -3059,8 +2981,7 @@ public struct StartConnectionInput: Swift.Sendable { clientPublicKey: Swift.String? = nil, deviceSerialNumber: Swift.String? = nil, networkInterfaceDeviceIndex: Swift.Int? = 0 - ) - { + ) { self.assetId = assetId self.clientPublicKey = clientPublicKey self.deviceSerialNumber = deviceSerialNumber @@ -3077,8 +2998,7 @@ public struct StartConnectionOutput: Swift.Sendable { public init( connectionId: Swift.String? = nil, underlayIpAddress: Swift.String? = nil - ) - { + ) { self.connectionId = connectionId self.underlayIpAddress = underlayIpAddress } @@ -3095,8 +3015,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3118,8 +3037,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3146,8 +3064,7 @@ public struct UpdateOutpostInput: Swift.Sendable { name: Swift.String? = nil, outpostId: Swift.String? = nil, supportedHardwareType: OutpostsClientTypes.SupportedHardwareType? = nil - ) - { + ) { self.description = description self.name = name self.outpostId = outpostId @@ -3161,8 +3078,7 @@ public struct UpdateOutpostOutput: Swift.Sendable { public init( outpost: OutpostsClientTypes.Outpost? = nil - ) - { + ) { self.outpost = outpost } } @@ -3183,8 +3099,7 @@ public struct UpdateSiteInput: Swift.Sendable { name: Swift.String? = nil, notes: Swift.String? = nil, siteId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.notes = notes @@ -3198,8 +3113,7 @@ public struct UpdateSiteOutput: Swift.Sendable { public init( site: OutpostsClientTypes.Site? = nil - ) - { + ) { self.site = site } } @@ -3219,8 +3133,7 @@ public struct UpdateSiteAddressInput: Swift.Sendable { address: OutpostsClientTypes.Address? = nil, addressType: OutpostsClientTypes.AddressType? = nil, siteId: Swift.String? = nil - ) - { + ) { self.address = address self.addressType = addressType self.siteId = siteId @@ -3236,8 +3149,7 @@ public struct UpdateSiteAddressOutput: Swift.Sendable { public init( address: OutpostsClientTypes.Address? = nil, addressType: OutpostsClientTypes.AddressType? = nil - ) - { + ) { self.address = address self.addressType = addressType } @@ -3330,8 +3242,7 @@ public struct UpdateSiteRackPhysicalPropertiesInput: Swift.Sendable { siteId: Swift.String? = nil, uplinkCount: OutpostsClientTypes.UplinkCount? = nil, uplinkGbps: OutpostsClientTypes.UplinkGbps? = nil - ) - { + ) { self.fiberOpticCableType = fiberOpticCableType self.maximumSupportedWeightLbs = maximumSupportedWeightLbs self.opticalStandard = opticalStandard @@ -3351,8 +3262,7 @@ public struct UpdateSiteRackPhysicalPropertiesOutput: Swift.Sendable { public init( site: OutpostsClientTypes.Site? = nil - ) - { + ) { self.site = site } } diff --git a/Sources/Services/AWSOutposts/Sources/AWSOutposts/OutpostsClient.swift b/Sources/Services/AWSOutposts/Sources/AWSOutposts/OutpostsClient.swift index 87a4f7405dd..34232f79d06 100644 --- a/Sources/Services/AWSOutposts/Sources/AWSOutposts/OutpostsClient.swift +++ b/Sources/Services/AWSOutposts/Sources/AWSOutposts/OutpostsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class OutpostsClient: ClientRuntime.Client { public static let clientName = "OutpostsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: OutpostsClient.OutpostsClientConfiguration let serviceName = "Outposts" diff --git a/Sources/Services/AWSPCS/Package.swift.txt b/Sources/Services/AWSPCS/Package.swift.txt index b8766665758..fda997fc26d 100644 --- a/Sources/Services/AWSPCS/Package.swift.txt +++ b/Sources/Services/AWSPCS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPCS/Sources/AWSPCS/Models.swift b/Sources/Services/AWSPCS/Sources/AWSPCS/Models.swift index 2e2eeaf1caa..b860bc232d6 100644 --- a/Sources/Services/AWSPCS/Sources/AWSPCS/Models.swift +++ b/Sources/Services/AWSPCS/Sources/AWSPCS/Models.swift @@ -64,8 +64,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -105,8 +104,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -132,8 +130,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -165,8 +162,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -211,8 +207,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -243,8 +238,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -264,8 +258,7 @@ extension PCSClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -341,8 +334,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [PCSClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: PCSClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -363,8 +355,7 @@ extension PCSClientTypes { public init( id: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.id = id self.version = version } @@ -380,8 +371,7 @@ extension PCSClientTypes { public init( instanceType: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType } } @@ -430,8 +420,7 @@ extension PCSClientTypes { public init( maxInstanceCount: Swift.Int = 0, minInstanceCount: Swift.Int = 0 - ) - { + ) { self.maxInstanceCount = maxInstanceCount self.minInstanceCount = minInstanceCount } @@ -469,8 +458,7 @@ extension PCSClientTypes { public init( parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterName = parameterName self.parameterValue = parameterValue } @@ -486,8 +474,7 @@ extension PCSClientTypes { public init( slurmCustomSettings: [PCSClientTypes.SlurmCustomSetting]? = nil - ) - { + ) { self.slurmCustomSettings = slurmCustomSettings } } @@ -534,8 +521,7 @@ extension PCSClientTypes { public init( allocationStrategy: PCSClientTypes.SpotAllocationStrategy? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy } } @@ -594,8 +580,7 @@ public struct CreateComputeNodeGroupInput: Swift.Sendable { spotOptions: PCSClientTypes.SpotOptions? = nil, subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.amiId = amiId self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier @@ -624,8 +609,7 @@ extension PCSClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -646,8 +630,7 @@ extension PCSClientTypes { public init( maxInstanceCount: Swift.Int = 0, minInstanceCount: Swift.Int = 0 - ) - { + ) { self.maxInstanceCount = maxInstanceCount self.minInstanceCount = minInstanceCount } @@ -663,8 +646,7 @@ extension PCSClientTypes { public init( slurmCustomSettings: [PCSClientTypes.SlurmCustomSetting]? = nil - ) - { + ) { self.slurmCustomSettings = slurmCustomSettings } } @@ -790,8 +772,7 @@ extension PCSClientTypes { spotOptions: PCSClientTypes.SpotOptions? = nil, status: PCSClientTypes.ComputeNodeGroupStatus? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.amiId = amiId self.arn = arn self.clusterId = clusterId @@ -819,8 +800,7 @@ public struct CreateComputeNodeGroupOutput: Swift.Sendable { public init( computeNodeGroup: PCSClientTypes.ComputeNodeGroup? = nil - ) - { + ) { self.computeNodeGroup = computeNodeGroup } } @@ -839,8 +819,7 @@ public struct DeleteComputeNodeGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, clusterIdentifier: Swift.String? = nil, computeNodeGroupIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.computeNodeGroupIdentifier = computeNodeGroupIdentifier @@ -863,8 +842,7 @@ public struct GetComputeNodeGroupInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil, computeNodeGroupIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.computeNodeGroupIdentifier = computeNodeGroupIdentifier } @@ -876,8 +854,7 @@ public struct GetComputeNodeGroupOutput: Swift.Sendable { public init( computeNodeGroup: PCSClientTypes.ComputeNodeGroup? = nil - ) - { + ) { self.computeNodeGroup = computeNodeGroup } } @@ -895,8 +872,7 @@ public struct ListComputeNodeGroupsInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -937,8 +913,7 @@ extension PCSClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: PCSClientTypes.ComputeNodeGroupStatus? = nil - ) - { + ) { self.arn = arn self.clusterId = clusterId self.createdAt = createdAt @@ -960,8 +935,7 @@ public struct ListComputeNodeGroupsOutput: Swift.Sendable { public init( computeNodeGroups: [PCSClientTypes.ComputeNodeGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeNodeGroups = computeNodeGroups self.nextToken = nextToken } @@ -976,8 +950,7 @@ extension PCSClientTypes { public init( slurmCustomSettings: [PCSClientTypes.SlurmCustomSetting]? = nil - ) - { + ) { self.slurmCustomSettings = slurmCustomSettings } } @@ -1025,8 +998,7 @@ public struct UpdateComputeNodeGroupInput: Swift.Sendable { slurmConfiguration: PCSClientTypes.UpdateComputeNodeGroupSlurmConfigurationRequest? = nil, spotOptions: PCSClientTypes.SpotOptions? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.amiId = amiId self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier @@ -1047,8 +1019,7 @@ public struct UpdateComputeNodeGroupOutput: Swift.Sendable { public init( computeNodeGroup: PCSClientTypes.ComputeNodeGroup? = nil - ) - { + ) { self.computeNodeGroup = computeNodeGroup } } @@ -1065,8 +1036,7 @@ extension PCSClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -1113,8 +1083,7 @@ extension PCSClientTypes { public init( type: PCSClientTypes.SchedulerType? = nil, version: Swift.String? = nil - ) - { + ) { self.type = type self.version = version } @@ -1165,8 +1134,7 @@ extension PCSClientTypes { public init( scaleDownIdleTimeInSeconds: Swift.Int? = nil, slurmCustomSettings: [PCSClientTypes.SlurmCustomSetting]? = nil - ) - { + ) { self.scaleDownIdleTimeInSeconds = scaleDownIdleTimeInSeconds self.slurmCustomSettings = slurmCustomSettings } @@ -1207,8 +1175,7 @@ public struct CreateClusterInput: Swift.Sendable { size: PCSClientTypes.Size? = nil, slurmConfiguration: PCSClientTypes.ClusterSlurmConfigurationRequest? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.clusterName = clusterName self.networking = networking @@ -1269,8 +1236,7 @@ extension PCSClientTypes { privateIpAddress: Swift.String? = nil, publicIpAddress: Swift.String? = nil, type: PCSClientTypes.EndpointType? = nil - ) - { + ) { self.port = port self.privateIpAddress = privateIpAddress self.publicIpAddress = publicIpAddress @@ -1321,8 +1287,7 @@ extension PCSClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -1343,8 +1308,7 @@ extension PCSClientTypes { public init( type: PCSClientTypes.SchedulerType? = nil, version: Swift.String? = nil - ) - { + ) { self.type = type self.version = version } @@ -1365,8 +1329,7 @@ extension PCSClientTypes { public init( secretArn: Swift.String? = nil, secretVersion: Swift.String? = nil - ) - { + ) { self.secretArn = secretArn self.secretVersion = secretVersion } @@ -1388,8 +1351,7 @@ extension PCSClientTypes { authKey: PCSClientTypes.SlurmAuthKey? = nil, scaleDownIdleTimeInSeconds: Swift.Int? = nil, slurmCustomSettings: [PCSClientTypes.SlurmCustomSetting]? = nil - ) - { + ) { self.authKey = authKey self.scaleDownIdleTimeInSeconds = scaleDownIdleTimeInSeconds self.slurmCustomSettings = slurmCustomSettings @@ -1498,8 +1460,7 @@ extension PCSClientTypes { size: PCSClientTypes.Size? = nil, slurmConfiguration: PCSClientTypes.ClusterSlurmConfiguration? = nil, status: PCSClientTypes.ClusterStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.endpoints = endpoints @@ -1522,8 +1483,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: PCSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1538,8 +1498,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier } @@ -1557,8 +1516,7 @@ public struct GetClusterInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -1569,8 +1527,7 @@ public struct GetClusterOutput: Swift.Sendable { public init( cluster: PCSClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -1584,8 +1541,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1621,8 +1577,7 @@ extension PCSClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: PCSClientTypes.ClusterStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -1643,8 +1598,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [PCSClientTypes.ClusterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -1659,8 +1613,7 @@ extension PCSClientTypes { public init( computeNodeGroupId: Swift.String? = nil - ) - { + ) { self.computeNodeGroupId = computeNodeGroupId } } @@ -1686,8 +1639,7 @@ public struct CreateQueueInput: Swift.Sendable { computeNodeGroupConfigurations: [PCSClientTypes.ComputeNodeGroupConfiguration]? = nil, queueName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.computeNodeGroupConfigurations = computeNodeGroupConfigurations @@ -1781,8 +1733,7 @@ extension PCSClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: PCSClientTypes.QueueStatus? = nil - ) - { + ) { self.arn = arn self.clusterId = clusterId self.computeNodeGroupConfigurations = computeNodeGroupConfigurations @@ -1802,8 +1753,7 @@ public struct CreateQueueOutput: Swift.Sendable { public init( queue: PCSClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -1822,8 +1772,7 @@ public struct DeleteQueueInput: Swift.Sendable { clientToken: Swift.String? = nil, clusterIdentifier: Swift.String? = nil, queueIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.queueIdentifier = queueIdentifier @@ -1846,8 +1795,7 @@ public struct GetQueueInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil, queueIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.queueIdentifier = queueIdentifier } @@ -1859,8 +1807,7 @@ public struct GetQueueOutput: Swift.Sendable { public init( queue: PCSClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -1878,8 +1825,7 @@ public struct ListQueuesInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1920,8 +1866,7 @@ extension PCSClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: PCSClientTypes.QueueStatus? = nil - ) - { + ) { self.arn = arn self.clusterId = clusterId self.createdAt = createdAt @@ -1943,8 +1888,7 @@ public struct ListQueuesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queues: [PCSClientTypes.QueueSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.queues = queues } @@ -1967,8 +1911,7 @@ public struct UpdateQueueInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, computeNodeGroupConfigurations: [PCSClientTypes.ComputeNodeGroupConfiguration]? = nil, queueIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.computeNodeGroupConfigurations = computeNodeGroupConfigurations @@ -1982,8 +1925,7 @@ public struct UpdateQueueOutput: Swift.Sendable { public init( queue: PCSClientTypes.Queue? = nil - ) - { + ) { self.queue = queue } } @@ -1999,8 +1941,7 @@ public struct RegisterComputeNodeGroupInstanceInput: Swift.Sendable { public init( bootstrapId: Swift.String? = nil, clusterIdentifier: Swift.String? = nil - ) - { + ) { self.bootstrapId = bootstrapId self.clusterIdentifier = clusterIdentifier } @@ -2021,8 +1962,7 @@ public struct RegisterComputeNodeGroupInstanceOutput: Swift.Sendable { endpoints: [PCSClientTypes.Endpoint]? = nil, nodeID: Swift.String? = nil, sharedSecret: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nodeID = nodeID self.sharedSecret = sharedSecret @@ -2041,8 +1981,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2053,8 +1992,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2070,8 +2008,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2088,8 +2025,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSPCS/Sources/AWSPCS/PCSClient.swift b/Sources/Services/AWSPCS/Sources/AWSPCS/PCSClient.swift index d3d16128916..d91bb0574b2 100644 --- a/Sources/Services/AWSPCS/Sources/AWSPCS/PCSClient.swift +++ b/Sources/Services/AWSPCS/Sources/AWSPCS/PCSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PCSClient: ClientRuntime.Client { public static let clientName = "PCSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PCSClient.PCSClientConfiguration let serviceName = "PCS" diff --git a/Sources/Services/AWSPI/Package.swift.txt b/Sources/Services/AWSPI/Package.swift.txt index 826e39cc6de..f2febf0e98c 100644 --- a/Sources/Services/AWSPI/Package.swift.txt +++ b/Sources/Services/AWSPI/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPI/Sources/AWSPI/Models.swift b/Sources/Services/AWSPI/Sources/AWSPI/Models.swift index dfd7090d9ed..44bc24c3285 100644 --- a/Sources/Services/AWSPI/Sources/AWSPI/Models.swift +++ b/Sources/Services/AWSPI/Sources/AWSPI/Models.swift @@ -71,8 +71,7 @@ extension PIClientTypes { displayName: Swift.String? = nil, metric: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.dimensions = dimensions self.displayName = displayName self.metric = metric @@ -90,8 +89,7 @@ extension PIClientTypes { public init( performanceInsightsMetric: PIClientTypes.PerformanceInsightsMetric? = nil - ) - { + ) { self.performanceInsightsMetric = performanceInsightsMetric } } @@ -138,8 +136,7 @@ extension PIClientTypes { public init( recommendationDescription: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.recommendationDescription = recommendationDescription self.recommendationId = recommendationId } @@ -258,8 +255,7 @@ extension PIClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -290,8 +286,7 @@ extension PIClientTypes { startTime: Foundation.Date? = nil, status: PIClientTypes.AnalysisStatus? = nil, tags: [PIClientTypes.Tag]? = nil - ) - { + ) { self.analysisReportId = analysisReportId self.createTime = createTime self.endTime = endTime @@ -352,8 +347,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -376,8 +370,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -400,8 +393,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -428,8 +420,7 @@ public struct CreatePerformanceAnalysisReportInput: Swift.Sendable { serviceType: PIClientTypes.ServiceType? = nil, startTime: Foundation.Date? = nil, tags: [PIClientTypes.Tag]? = nil - ) - { + ) { self.endTime = endTime self.identifier = identifier self.serviceType = serviceType @@ -444,8 +435,7 @@ public struct CreatePerformanceAnalysisReportOutput: Swift.Sendable { public init( analysisReportId: Swift.String? = nil - ) - { + ) { self.analysisReportId = analysisReportId } } @@ -464,8 +454,7 @@ extension PIClientTypes { public init( timestamp: Foundation.Date? = nil, value: Swift.Double? = nil - ) - { + ) { self.timestamp = timestamp self.value = value } @@ -487,8 +476,7 @@ public struct DeletePerformanceAnalysisReportInput: Swift.Sendable { analysisReportId: Swift.String? = nil, identifier: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.analysisReportId = analysisReportId self.identifier = identifier self.serviceType = serviceType @@ -649,8 +637,7 @@ extension PIClientTypes { dimensions: [Swift.String]? = nil, group: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.dimensions = dimensions self.group = group self.limit = limit @@ -734,8 +721,7 @@ public struct DescribeDimensionKeysInput: Swift.Sendable { periodInSeconds: Swift.Int? = nil, serviceType: PIClientTypes.ServiceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.additionalMetrics = additionalMetrics self.endTime = endTime self.filter = filter @@ -769,8 +755,7 @@ extension PIClientTypes { dimensions: [Swift.String: Swift.String]? = nil, partitions: [Swift.Double]? = nil, total: Swift.Double? = nil - ) - { + ) { self.additionalMetrics = additionalMetrics self.dimensions = dimensions self.partitions = partitions @@ -789,8 +774,7 @@ extension PIClientTypes { public init( dimensions: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dimensions = dimensions } } @@ -814,8 +798,7 @@ public struct DescribeDimensionKeysOutput: Swift.Sendable { keys: [PIClientTypes.DimensionKeyDescription]? = nil, nextToken: Swift.String? = nil, partitionKeys: [PIClientTypes.ResponsePartitionKey]? = nil - ) - { + ) { self.alignedEndTime = alignedEndTime self.alignedStartTime = alignedStartTime self.keys = keys @@ -865,8 +848,7 @@ extension PIClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -884,8 +866,7 @@ extension PIClientTypes { public init( dimensions: [PIClientTypes.DimensionDetail]? = nil, group: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.group = group } @@ -921,8 +902,7 @@ extension PIClientTypes { dimension: Swift.String? = nil, status: PIClientTypes.DetailStatus? = nil, value: Swift.String? = nil - ) - { + ) { self.dimension = dimension self.status = status self.value = value @@ -992,8 +972,7 @@ extension PIClientTypes { public init( status: PIClientTypes.FeatureStatus? = nil - ) - { + ) { self.status = status } } @@ -1033,8 +1012,7 @@ public struct GetDimensionKeyDetailsInput: Swift.Sendable { identifier: Swift.String? = nil, requestedDimensions: [Swift.String]? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.group = group self.groupIdentifier = groupIdentifier self.identifier = identifier @@ -1049,8 +1027,7 @@ public struct GetDimensionKeyDetailsOutput: Swift.Sendable { public init( dimensions: [PIClientTypes.DimensionKeyDetail]? = nil - ) - { + ) { self.dimensions = dimensions } } @@ -1105,8 +1082,7 @@ public struct GetPerformanceAnalysisReportInput: Swift.Sendable { identifier: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil, textFormat: PIClientTypes.TextFormat? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.analysisReportId = analysisReportId self.identifier = identifier @@ -1126,8 +1102,7 @@ public struct GetResourceMetadataInput: Swift.Sendable { public init( identifier: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.identifier = identifier self.serviceType = serviceType } @@ -1142,8 +1117,7 @@ public struct GetResourceMetadataOutput: Swift.Sendable { public init( features: [Swift.String: PIClientTypes.FeatureMetadata]? = nil, identifier: Swift.String? = nil - ) - { + ) { self.features = features self.identifier = identifier } @@ -1183,8 +1157,7 @@ extension PIClientTypes { filter: [Swift.String: Swift.String]? = nil, groupBy: PIClientTypes.DimensionGroup? = nil, metric: Swift.String? = nil - ) - { + ) { self.filter = filter self.groupBy = groupBy self.metric = metric @@ -1273,8 +1246,7 @@ public struct GetResourceMetricsInput: Swift.Sendable { periodInSeconds: Swift.Int? = nil, serviceType: PIClientTypes.ServiceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.identifier = identifier self.maxResults = maxResults @@ -1311,8 +1283,7 @@ extension PIClientTypes { public init( dimensions: [Swift.String: Swift.String]? = nil, metric: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.metric = metric } @@ -1331,8 +1302,7 @@ extension PIClientTypes { public init( dataPoints: [PIClientTypes.DataPoint]? = nil, key: PIClientTypes.ResponseResourceMetricKey? = nil - ) - { + ) { self.dataPoints = dataPoints self.key = key } @@ -1357,8 +1327,7 @@ public struct GetResourceMetricsOutput: Swift.Sendable { identifier: Swift.String? = nil, metricList: [PIClientTypes.MetricKeyDataPoints]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alignedEndTime = alignedEndTime self.alignedStartTime = alignedStartTime self.identifier = identifier @@ -1391,8 +1360,7 @@ public struct ListAvailableResourceDimensionsInput: Swift.Sendable { metrics: [Swift.String]? = nil, nextToken: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.authorizedActions = authorizedActions self.identifier = identifier self.maxResults = maxResults @@ -1414,8 +1382,7 @@ extension PIClientTypes { public init( groups: [PIClientTypes.DimensionGroupDetail]? = nil, metric: Swift.String? = nil - ) - { + ) { self.groups = groups self.metric = metric } @@ -1431,8 +1398,7 @@ public struct ListAvailableResourceDimensionsOutput: Swift.Sendable { public init( metricDimensions: [PIClientTypes.MetricDimensionGroups]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricDimensions = metricDimensions self.nextToken = nextToken } @@ -1467,8 +1433,7 @@ public struct ListAvailableResourceMetricsInput: Swift.Sendable { metricTypes: [Swift.String]? = nil, nextToken: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.identifier = identifier self.maxResults = maxResults self.metricTypes = metricTypes @@ -1492,8 +1457,7 @@ extension PIClientTypes { description: Swift.String? = nil, metric: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.description = description self.metric = metric self.unit = unit @@ -1510,8 +1474,7 @@ public struct ListAvailableResourceMetricsOutput: Swift.Sendable { public init( metrics: [PIClientTypes.ResponseResourceMetric]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metrics = metrics self.nextToken = nextToken } @@ -1537,8 +1500,7 @@ public struct ListPerformanceAnalysisReportsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.identifier = identifier self.listTags = listTags self.maxResults = maxResults @@ -1556,8 +1518,7 @@ public struct ListPerformanceAnalysisReportsOutput: Swift.Sendable { public init( analysisReports: [PIClientTypes.AnalysisReportSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.analysisReports = analysisReports self.nextToken = nextToken } @@ -1574,8 +1535,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil - ) - { + ) { self.resourceARN = resourceARN self.serviceType = serviceType } @@ -1587,8 +1547,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [PIClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1608,8 +1567,7 @@ public struct TagResourceInput: Swift.Sendable { resourceARN: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil, tags: [PIClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.serviceType = serviceType self.tags = tags @@ -1636,8 +1594,7 @@ public struct UntagResourceInput: Swift.Sendable { resourceARN: Swift.String? = nil, serviceType: PIClientTypes.ServiceType? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.serviceType = serviceType self.tagKeys = tagKeys @@ -1689,8 +1646,7 @@ extension PIClientTypes { severity: PIClientTypes.Severity? = nil, startTime: Foundation.Date? = nil, supportingInsights: [PIClientTypes.Insight]? = nil - ) - { + ) { self.baselineData = baselineData self.context = context self.description = description @@ -1746,8 +1702,7 @@ extension PIClientTypes { serviceType: PIClientTypes.ServiceType? = nil, startTime: Foundation.Date? = nil, status: PIClientTypes.AnalysisStatus? = nil - ) - { + ) { self.analysisReportId = analysisReportId self.createTime = createTime self.endTime = endTime @@ -1766,8 +1721,7 @@ public struct GetPerformanceAnalysisReportOutput: Swift.Sendable { public init( analysisReport: PIClientTypes.AnalysisReport? = nil - ) - { + ) { self.analysisReport = analysisReport } } diff --git a/Sources/Services/AWSPI/Sources/AWSPI/PIClient.swift b/Sources/Services/AWSPI/Sources/AWSPI/PIClient.swift index ef467f7f821..e5f7eda6047 100644 --- a/Sources/Services/AWSPI/Sources/AWSPI/PIClient.swift +++ b/Sources/Services/AWSPI/Sources/AWSPI/PIClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PIClient: ClientRuntime.Client { public static let clientName = "PIClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PIClient.PIClientConfiguration let serviceName = "PI" diff --git a/Sources/Services/AWSPanorama/Package.swift.txt b/Sources/Services/AWSPanorama/Package.swift.txt index 27289694dce..b5aeb485ce9 100644 --- a/Sources/Services/AWSPanorama/Package.swift.txt +++ b/Sources/Services/AWSPanorama/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPanorama/Sources/AWSPanorama/Models.swift b/Sources/Services/AWSPanorama/Sources/AWSPanorama/Models.swift index bbf820c5413..daad2c1d448 100644 --- a/Sources/Services/AWSPanorama/Sources/AWSPanorama/Models.swift +++ b/Sources/Services/AWSPanorama/Sources/AWSPanorama/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension PanoramaClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -211,8 +209,7 @@ extension PanoramaClientTypes { deviceReportedStatus: PanoramaClientTypes.DeviceReportedStatus? = nil, deviceReportedTime: Foundation.Date? = nil, runtimeContextName: Swift.String? = nil - ) - { + ) { self.desiredState = desiredState self.deviceReportedStatus = deviceReportedStatus self.deviceReportedTime = deviceReportedTime @@ -319,8 +316,7 @@ extension PanoramaClientTypes { status: PanoramaClientTypes.ApplicationInstanceStatus? = nil, statusDescription: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.arn = arn self.createdTime = createdTime @@ -351,8 +347,7 @@ extension PanoramaClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -392,8 +387,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.errorArguments = errorArguments self.properties.errorId = errorId self.properties.message = message @@ -453,8 +447,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -493,8 +486,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -517,8 +509,7 @@ extension PanoramaClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -539,8 +530,7 @@ extension PanoramaClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -613,8 +603,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [PanoramaClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: PanoramaClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.errorArguments = errorArguments self.properties.errorId = errorId self.properties.fields = fields @@ -672,8 +661,7 @@ public struct CreateApplicationInstanceInput: Swift.Sendable { name: Swift.String? = nil, runtimeRoleArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationInstanceIdToReplace = applicationInstanceIdToReplace self.defaultRuntimeContextDevice = defaultRuntimeContextDevice self.description = description @@ -692,8 +680,7 @@ public struct CreateApplicationInstanceOutput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId } } @@ -725,8 +712,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -746,8 +732,7 @@ extension PanoramaClientTypes { public init( allowMajorVersionUpdate: Swift.Bool = false, imageVersion: Swift.String? = nil - ) - { + ) { self.allowMajorVersionUpdate = allowMajorVersionUpdate self.imageVersion = imageVersion } @@ -763,8 +748,7 @@ extension PanoramaClientTypes { public init( otaJobConfig: PanoramaClientTypes.OTAJobConfig? = nil - ) - { + ) { self.otaJobConfig = otaJobConfig } } @@ -813,8 +797,7 @@ public struct CreateJobForDevicesInput: Swift.Sendable { deviceIds: [Swift.String]? = nil, deviceJobConfig: PanoramaClientTypes.DeviceJobConfig? = nil, jobType: PanoramaClientTypes.JobType? = nil - ) - { + ) { self.deviceIds = deviceIds self.deviceJobConfig = deviceJobConfig self.jobType = jobType @@ -833,8 +816,7 @@ extension PanoramaClientTypes { public init( deviceId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.jobId = jobId } @@ -848,8 +830,7 @@ public struct CreateJobForDevicesOutput: Swift.Sendable { public init( jobs: [PanoramaClientTypes.Job]? = nil - ) - { + ) { self.jobs = jobs } } @@ -894,8 +875,7 @@ extension PanoramaClientTypes { public init( resourceType: PanoramaClientTypes.JobResourceType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceType = resourceType self.tags = tags } @@ -957,8 +937,7 @@ public struct CreateNodeFromTemplateJobInput: Swift.Sendable { outputPackageVersion: Swift.String? = nil, templateParameters: [Swift.String: Swift.String]? = nil, templateType: PanoramaClientTypes.TemplateType? = nil - ) - { + ) { self.jobTags = jobTags self.nodeDescription = nodeDescription self.nodeName = nodeName @@ -981,8 +960,7 @@ public struct CreateNodeFromTemplateJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -997,8 +975,7 @@ public struct CreatePackageInput: Swift.Sendable { public init( packageName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.packageName = packageName self.tags = tags } @@ -1030,8 +1007,7 @@ extension PanoramaClientTypes { generatedPrefixLocation: Swift.String? = nil, manifestPrefixLocation: Swift.String? = nil, repoPrefixLocation: Swift.String? = nil - ) - { + ) { self.binaryPrefixLocation = binaryPrefixLocation self.bucket = bucket self.generatedPrefixLocation = generatedPrefixLocation @@ -1054,8 +1030,7 @@ public struct CreatePackageOutput: Swift.Sendable { arn: Swift.String? = nil, packageId: Swift.String? = nil, storageLocation: PanoramaClientTypes.StorageLocation? = nil - ) - { + ) { self.arn = arn self.packageId = packageId self.storageLocation = storageLocation @@ -1079,8 +1054,7 @@ extension PanoramaClientTypes { bucketName: Swift.String? = nil, objectKey: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey self.region = region @@ -1098,8 +1072,7 @@ extension PanoramaClientTypes { public init( s3Location: PanoramaClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1114,8 +1087,7 @@ extension PanoramaClientTypes { public init( packageVersionInputConfig: PanoramaClientTypes.PackageVersionInputConfig? = nil - ) - { + ) { self.packageVersionInputConfig = packageVersionInputConfig } } @@ -1167,8 +1139,7 @@ extension PanoramaClientTypes { markLatest: Swift.Bool = false, packageName: Swift.String? = nil, packageVersion: Swift.String? = nil - ) - { + ) { self.markLatest = markLatest self.packageName = packageName self.packageVersion = packageVersion @@ -1185,8 +1156,7 @@ extension PanoramaClientTypes { public init( packageVersionOutputConfig: PanoramaClientTypes.PackageVersionOutputConfig? = nil - ) - { + ) { self.packageVersionOutputConfig = packageVersionOutputConfig } } @@ -1214,8 +1184,7 @@ public struct CreatePackageImportJobInput: Swift.Sendable { jobTags: [PanoramaClientTypes.JobResourceTags]? = nil, jobType: PanoramaClientTypes.PackageImportJobType? = nil, outputConfig: PanoramaClientTypes.PackageImportJobOutputConfig? = nil - ) - { + ) { self.clientToken = clientToken self.inputConfig = inputConfig self.jobTags = jobTags @@ -1231,8 +1200,7 @@ public struct CreatePackageImportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1244,8 +1212,7 @@ public struct DeleteDeviceInput: Swift.Sendable { public init( deviceId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId } } @@ -1256,8 +1223,7 @@ public struct DeleteDeviceOutput: Swift.Sendable { public init( deviceId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId } } @@ -1272,8 +1238,7 @@ public struct DeletePackageInput: Swift.Sendable { public init( forceDelete: Swift.Bool = false, packageId: Swift.String? = nil - ) - { + ) { self.forceDelete = forceDelete self.packageId = packageId } @@ -1305,8 +1270,7 @@ public struct DeregisterPackageVersionInput: Swift.Sendable { packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil, updatedLatestPatchVersion: Swift.String? = nil - ) - { + ) { self.ownerAccount = ownerAccount self.packageId = packageId self.packageVersion = packageVersion @@ -1327,8 +1291,7 @@ public struct DescribeApplicationInstanceInput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId } } @@ -1381,8 +1344,7 @@ public struct DescribeApplicationInstanceOutput: Swift.Sendable { status: PanoramaClientTypes.ApplicationInstanceStatus? = nil, statusDescription: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.applicationInstanceIdToReplace = applicationInstanceIdToReplace self.arn = arn @@ -1408,8 +1370,7 @@ public struct DescribeApplicationInstanceDetailsInput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId } } @@ -1441,8 +1402,7 @@ public struct DescribeApplicationInstanceDetailsOutput: Swift.Sendable { manifestOverridesPayload: PanoramaClientTypes.ManifestOverridesPayload? = nil, manifestPayload: PanoramaClientTypes.ManifestPayload? = nil, name: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.applicationInstanceIdToReplace = applicationInstanceIdToReplace self.createdTime = createdTime @@ -1461,8 +1421,7 @@ public struct DescribeDeviceInput: Swift.Sendable { public init( deviceId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId } } @@ -1543,8 +1502,7 @@ extension PanoramaClientTypes { connectionStatus: PanoramaClientTypes.NetworkConnectionStatus? = nil, hwAddress: Swift.String? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.hwAddress = hwAddress self.ipAddress = ipAddress @@ -1567,8 +1525,7 @@ extension PanoramaClientTypes { connectionStatus: PanoramaClientTypes.NetworkConnectionStatus? = nil, ipAddress: Swift.String? = nil, ntpServerName: Swift.String? = nil - ) - { + ) { self.connectionStatus = connectionStatus self.ipAddress = ipAddress self.ntpServerName = ntpServerName @@ -1594,8 +1551,7 @@ extension PanoramaClientTypes { ethernet1Status: PanoramaClientTypes.EthernetStatus? = nil, lastUpdatedTime: Foundation.Date? = nil, ntpStatus: PanoramaClientTypes.NtpStatus? = nil - ) - { + ) { self.ethernet0Status = ethernet0Status self.ethernet1Status = ethernet1Status self.lastUpdatedTime = lastUpdatedTime @@ -1754,8 +1710,7 @@ extension PanoramaClientTypes { imageVersion: Swift.String? = nil, jobType: PanoramaClientTypes.JobType? = nil, status: PanoramaClientTypes.UpdateProgress? = nil - ) - { + ) { self.imageVersion = imageVersion self.jobType = jobType self.status = status @@ -1785,8 +1740,7 @@ extension PanoramaClientTypes { dns: [Swift.String]? = nil, ipAddress: Swift.String? = nil, mask: Swift.String? = nil - ) - { + ) { self.defaultGateway = defaultGateway self.dns = dns self.ipAddress = ipAddress @@ -1808,8 +1762,7 @@ extension PanoramaClientTypes { public init( connectionType: PanoramaClientTypes.ConnectionType? = nil, staticIpConnectionInfo: PanoramaClientTypes.StaticIpConnectionInfo? = nil - ) - { + ) { self.connectionType = connectionType self.staticIpConnectionInfo = staticIpConnectionInfo } @@ -1826,8 +1779,7 @@ extension PanoramaClientTypes { public init( ntpServers: [Swift.String]? = nil - ) - { + ) { self.ntpServers = ntpServers } } @@ -1848,8 +1800,7 @@ extension PanoramaClientTypes { ethernet0: PanoramaClientTypes.EthernetPayload? = nil, ethernet1: PanoramaClientTypes.EthernetPayload? = nil, ntp: PanoramaClientTypes.NtpPayload? = nil - ) - { + ) { self.ethernet0 = ethernet0 self.ethernet1 = ethernet1 self.ntp = ntp @@ -1990,8 +1941,7 @@ public struct DescribeDeviceOutput: Swift.Sendable { serialNumber: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: PanoramaClientTypes.DeviceType? = nil - ) - { + ) { self.alternateSoftwares = alternateSoftwares self.arn = arn self.brand = brand @@ -2022,8 +1972,7 @@ public struct DescribeDeviceJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2058,8 +2007,7 @@ public struct DescribeDeviceJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobType: PanoramaClientTypes.JobType? = nil, status: PanoramaClientTypes.UpdateProgress? = nil - ) - { + ) { self.createdTime = createdTime self.deviceArn = deviceArn self.deviceId = deviceId @@ -2082,8 +2030,7 @@ public struct DescribeNodeInput: Swift.Sendable { public init( nodeId: Swift.String? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.nodeId = nodeId self.ownerAccount = ownerAccount } @@ -2183,8 +2130,7 @@ extension PanoramaClientTypes { maxConnections: Swift.Int = 0, name: Swift.String? = nil, type: PanoramaClientTypes.PortType? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.maxConnections = maxConnections @@ -2209,8 +2155,7 @@ extension PanoramaClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: PanoramaClientTypes.PortType? = nil - ) - { + ) { self.description = description self.name = name self.type = type @@ -2232,8 +2177,7 @@ extension PanoramaClientTypes { public init( inputs: [PanoramaClientTypes.NodeInputPort]? = nil, outputs: [PanoramaClientTypes.NodeOutputPort]? = nil - ) - { + ) { self.inputs = inputs self.outputs = outputs } @@ -2297,8 +2241,7 @@ public struct DescribeNodeOutput: Swift.Sendable { packageName: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.assetName = assetName self.category = category self.createdTime = createdTime @@ -2323,8 +2266,7 @@ public struct DescribeNodeFromTemplateJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2410,8 +2352,7 @@ public struct DescribeNodeFromTemplateJobOutput: Swift.Sendable { statusMessage: Swift.String? = nil, templateParameters: [Swift.String: Swift.String]? = nil, templateType: PanoramaClientTypes.TemplateType? = nil - ) - { + ) { self.createdTime = createdTime self.jobId = jobId self.jobTags = jobTags @@ -2439,8 +2380,7 @@ public struct DescribePackageInput: Swift.Sendable { public init( packageId: Swift.String? = nil - ) - { + ) { self.packageId = packageId } } @@ -2478,8 +2418,7 @@ public struct DescribePackageOutput: Swift.Sendable { storageLocation: PanoramaClientTypes.StorageLocation? = nil, tags: [Swift.String: Swift.String]? = nil, writeAccessPrincipalArns: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.packageId = packageId @@ -2498,8 +2437,7 @@ public struct DescribePackageImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2518,8 +2456,7 @@ extension PanoramaClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -2548,8 +2485,7 @@ extension PanoramaClientTypes { packageId: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.outputS3Location = outputS3Location self.packageId = packageId self.packageVersion = packageVersion @@ -2635,8 +2571,7 @@ public struct DescribePackageImportJobOutput: Swift.Sendable { outputConfig: PanoramaClientTypes.PackageImportJobOutputConfig? = nil, status: PanoramaClientTypes.PackageImportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.createdTime = createdTime self.inputConfig = inputConfig @@ -2668,8 +2603,7 @@ public struct DescribePackageVersionInput: Swift.Sendable { packageId: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.ownerAccount = ownerAccount self.packageId = packageId self.packageVersion = packageVersion @@ -2751,8 +2685,7 @@ public struct DescribePackageVersionOutput: Swift.Sendable { registeredTime: Foundation.Date? = nil, status: PanoramaClientTypes.PackageVersionStatus? = nil, statusDescription: Swift.String? = nil - ) - { + ) { self.isLatestPatch = isLatestPatch self.ownerAccount = ownerAccount self.packageArn = packageArn @@ -2811,8 +2744,7 @@ extension PanoramaClientTypes { provisioningStatus: PanoramaClientTypes.DeviceStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: PanoramaClientTypes.DeviceType? = nil - ) - { + ) { self.brand = brand self.createdTime = createdTime self.currentSoftware = currentSoftware @@ -2851,8 +2783,7 @@ extension PanoramaClientTypes { deviceName: Swift.String? = nil, jobId: Swift.String? = nil, jobType: PanoramaClientTypes.JobType? = nil - ) - { + ) { self.createdTime = createdTime self.deviceId = deviceId self.deviceName = deviceName @@ -2875,8 +2806,7 @@ public struct ListApplicationInstanceDependenciesInput: Swift.Sendable { applicationInstanceId: Swift.String? = nil, maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.maxResults = maxResults self.nextToken = nextToken @@ -2901,8 +2831,7 @@ extension PanoramaClientTypes { name: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.name = name self.packageVersion = packageVersion self.patchVersion = patchVersion @@ -2919,8 +2848,7 @@ public struct ListApplicationInstanceDependenciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageObjects: [PanoramaClientTypes.PackageObject]? = nil - ) - { + ) { self.nextToken = nextToken self.packageObjects = packageObjects } @@ -2939,8 +2867,7 @@ public struct ListApplicationInstanceNodeInstancesInput: Swift.Sendable { applicationInstanceId: Swift.String? = nil, maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.maxResults = maxResults self.nextToken = nextToken @@ -3011,8 +2938,7 @@ extension PanoramaClientTypes { packageName: Swift.String? = nil, packagePatchVersion: Swift.String? = nil, packageVersion: Swift.String? = nil - ) - { + ) { self.currentStatus = currentStatus self.nodeId = nodeId self.nodeInstanceId = nodeInstanceId @@ -3033,8 +2959,7 @@ public struct ListApplicationInstanceNodeInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodeInstances: [PanoramaClientTypes.NodeInstance]? = nil - ) - { + ) { self.nextToken = nextToken self.nodeInstances = nodeInstances } @@ -3099,8 +3024,7 @@ public struct ListApplicationInstancesInput: Swift.Sendable { maxResults: Swift.Int = 0, nextToken: Swift.String? = nil, statusFilter: PanoramaClientTypes.StatusFilter? = nil - ) - { + ) { self.deviceId = deviceId self.maxResults = maxResults self.nextToken = nextToken @@ -3117,8 +3041,7 @@ public struct ListApplicationInstancesOutput: Swift.Sendable { public init( applicationInstances: [PanoramaClientTypes.ApplicationInstance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationInstances = applicationInstances self.nextToken = nextToken } @@ -3209,8 +3132,7 @@ public struct ListDevicesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: PanoramaClientTypes.ListDevicesSortBy? = nil, sortOrder: PanoramaClientTypes.SortOrder? = nil - ) - { + ) { self.deviceAggregatedStatusFilter = deviceAggregatedStatusFilter self.maxResults = maxResults self.nameFilter = nameFilter @@ -3230,8 +3152,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( devices: [PanoramaClientTypes.Device]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -3249,8 +3170,7 @@ public struct ListDevicesJobsInput: Swift.Sendable { deviceId: Swift.String? = nil, maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.maxResults = maxResults self.nextToken = nextToken @@ -3266,8 +3186,7 @@ public struct ListDevicesJobsOutput: Swift.Sendable { public init( deviceJobs: [PanoramaClientTypes.DeviceJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceJobs = deviceJobs self.nextToken = nextToken } @@ -3282,8 +3201,7 @@ public struct ListNodeFromTemplateJobsInput: Swift.Sendable { public init( maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3313,8 +3231,7 @@ extension PanoramaClientTypes { status: PanoramaClientTypes.NodeFromTemplateJobStatus? = nil, statusMessage: Swift.String? = nil, templateType: PanoramaClientTypes.TemplateType? = nil - ) - { + ) { self.createdTime = createdTime self.jobId = jobId self.nodeName = nodeName @@ -3335,8 +3252,7 @@ public struct ListNodeFromTemplateJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodeFromTemplateJobs: [PanoramaClientTypes.NodeFromTemplateJob]? = nil - ) - { + ) { self.nextToken = nextToken self.nodeFromTemplateJobs = nodeFromTemplateJobs } @@ -3366,8 +3282,7 @@ public struct ListNodesInput: Swift.Sendable { packageName: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.category = category self.maxResults = maxResults self.nextToken = nextToken @@ -3425,8 +3340,7 @@ extension PanoramaClientTypes { packageName: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.category = category self.createdTime = createdTime self.description = description @@ -3451,8 +3365,7 @@ public struct ListNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [PanoramaClientTypes.Node]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -3467,8 +3380,7 @@ public struct ListPackageImportJobsInput: Swift.Sendable { public init( maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3498,8 +3410,7 @@ extension PanoramaClientTypes { lastUpdatedTime: Foundation.Date? = nil, status: PanoramaClientTypes.PackageImportJobStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.jobId = jobId self.jobType = jobType @@ -3520,8 +3431,7 @@ public struct ListPackageImportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packageImportJobs: [PanoramaClientTypes.PackageImportJob]? = nil - ) - { + ) { self.nextToken = nextToken self.packageImportJobs = packageImportJobs } @@ -3536,8 +3446,7 @@ public struct ListPackagesInput: Swift.Sendable { public init( maxResults: Swift.Int = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3564,8 +3473,7 @@ extension PanoramaClientTypes { packageId: Swift.String? = nil, packageName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.packageId = packageId @@ -3584,8 +3492,7 @@ public struct ListPackagesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, packages: [PanoramaClientTypes.PackageListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.packages = packages } @@ -3598,8 +3505,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3610,8 +3516,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3659,8 +3564,7 @@ extension PanoramaClientTypes { public init( nodeInstanceId: Swift.String? = nil, signal: PanoramaClientTypes.NodeSignalValue? = nil - ) - { + ) { self.nodeInstanceId = nodeInstanceId self.signal = signal } @@ -3683,8 +3587,7 @@ public struct ProvisionDeviceInput: Swift.Sendable { name: Swift.String? = nil, networkingConfiguration: PanoramaClientTypes.NetworkPayload? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.networkingConfiguration = networkingConfiguration @@ -3712,8 +3615,7 @@ public struct ProvisionDeviceOutput: Swift.Sendable { deviceId: Swift.String? = nil, iotThingName: Swift.String? = nil, status: PanoramaClientTypes.DeviceStatus? = nil - ) - { + ) { self.arn = arn self.certificates = certificates self.deviceId = deviceId @@ -3743,8 +3645,7 @@ public struct RegisterPackageVersionInput: Swift.Sendable { packageId: Swift.String? = nil, packageVersion: Swift.String? = nil, patchVersion: Swift.String? = nil - ) - { + ) { self.markLatest = markLatest self.ownerAccount = ownerAccount self.packageId = packageId @@ -3765,8 +3666,7 @@ public struct RemoveApplicationInstanceInput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId } } @@ -3787,8 +3687,7 @@ public struct SignalApplicationInstanceNodeInstancesInput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil, nodeSignals: [PanoramaClientTypes.NodeSignal]? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId self.nodeSignals = nodeSignals } @@ -3801,8 +3700,7 @@ public struct SignalApplicationInstanceNodeInstancesOutput: Swift.Sendable { public init( applicationInstanceId: Swift.String? = nil - ) - { + ) { self.applicationInstanceId = applicationInstanceId } } @@ -3818,8 +3716,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3841,8 +3738,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3863,8 +3759,7 @@ public struct UpdateDeviceMetadataInput: Swift.Sendable { public init( description: Swift.String? = nil, deviceId: Swift.String? = nil - ) - { + ) { self.description = description self.deviceId = deviceId } @@ -3876,8 +3771,7 @@ public struct UpdateDeviceMetadataOutput: Swift.Sendable { public init( deviceId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId } } diff --git a/Sources/Services/AWSPanorama/Sources/AWSPanorama/PanoramaClient.swift b/Sources/Services/AWSPanorama/Sources/AWSPanorama/PanoramaClient.swift index 8dd26c23a74..84e140c1e0d 100644 --- a/Sources/Services/AWSPanorama/Sources/AWSPanorama/PanoramaClient.swift +++ b/Sources/Services/AWSPanorama/Sources/AWSPanorama/PanoramaClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PanoramaClient: ClientRuntime.Client { public static let clientName = "PanoramaClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PanoramaClient.PanoramaClientConfiguration let serviceName = "Panorama" diff --git a/Sources/Services/AWSPartnerCentralSelling/Package.swift.txt b/Sources/Services/AWSPartnerCentralSelling/Package.swift.txt index 0b743d14461..767934ae350 100644 --- a/Sources/Services/AWSPartnerCentralSelling/Package.swift.txt +++ b/Sources/Services/AWSPartnerCentralSelling/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/Models.swift b/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/Models.swift index e76acef019e..8f6c76d60d4 100644 --- a/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/Models.swift +++ b/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/Models.swift @@ -92,8 +92,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +115,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -140,8 +138,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +161,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -251,8 +247,7 @@ extension PartnerCentralSellingClientTypes { code: PartnerCentralSellingClientTypes.ValidationExceptionErrorCode? = nil, fieldName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.fieldName = fieldName self.message = message @@ -319,8 +314,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. errorList: [PartnerCentralSellingClientTypes.ValidationExceptionError]? = nil, message: Swift.String? = nil, reason: PartnerCentralSellingClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.errorList = errorList self.properties.message = message self.properties.reason = reason @@ -338,8 +332,7 @@ public struct AcceptEngagementInvitationInput: Swift.Sendable { public init( catalog: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier } @@ -1136,8 +1129,7 @@ extension PartnerCentralSellingClientTypes { postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil, streetAddress: Swift.String? = nil - ) - { + ) { self.city = city self.countryCode = countryCode self.postalCode = postalCode @@ -1287,8 +1279,7 @@ extension PartnerCentralSellingClientTypes { industry: PartnerCentralSellingClientTypes.Industry? = nil, otherIndustry: Swift.String? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.address = address self.awsAccountId = awsAccountId self.companyName = companyName @@ -1318,8 +1309,7 @@ extension PartnerCentralSellingClientTypes { public init( alias: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.alias = alias self.awsAccountId = awsAccountId } @@ -1349,8 +1339,7 @@ extension PartnerCentralSellingClientTypes { countryCode: PartnerCentralSellingClientTypes.CountryCode? = nil, postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil - ) - { + ) { self.city = city self.countryCode = countryCode self.postalCode = postalCode @@ -1386,8 +1375,7 @@ extension PartnerCentralSellingClientTypes { industry: PartnerCentralSellingClientTypes.Industry? = nil, otherIndustry: Swift.String? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.address = address self.companyName = companyName self.industry = industry @@ -1424,8 +1412,7 @@ extension PartnerCentralSellingClientTypes { email: Swift.String? = nil, firstName: Swift.String? = nil, lastName: Swift.String? = nil - ) - { + ) { self.businessTitle = businessTitle self.email = email self.firstName = firstName @@ -1454,8 +1441,7 @@ public struct AssignOpportunityInput: Swift.Sendable { assignee: PartnerCentralSellingClientTypes.AssigneeContact? = nil, catalog: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.assignee = assignee self.catalog = catalog self.identifier = identifier @@ -1513,8 +1499,7 @@ public struct AssociateOpportunityInput: Swift.Sendable { opportunityIdentifier: Swift.String? = nil, relatedEntityIdentifier: Swift.String? = nil, relatedEntityType: PartnerCentralSellingClientTypes.RelatedEntityType? = nil - ) - { + ) { self.catalog = catalog self.opportunityIdentifier = opportunityIdentifier self.relatedEntityIdentifier = relatedEntityIdentifier @@ -1780,8 +1765,7 @@ extension PartnerCentralSellingClientTypes { firstName: Swift.String? = nil, lastName: Swift.String? = nil, phone: Swift.String? = nil - ) - { + ) { self.businessTitle = businessTitle self.email = email self.firstName = firstName @@ -1805,8 +1789,7 @@ extension PartnerCentralSellingClientTypes { public init( contacts: [PartnerCentralSellingClientTypes.Contact]? = nil - ) - { + ) { self.contacts = contacts } } @@ -1856,8 +1839,7 @@ extension PartnerCentralSellingClientTypes { public init( engagementScore: PartnerCentralSellingClientTypes.EngagementScore? = nil, nextBestActions: Swift.String? = nil - ) - { + ) { self.engagementScore = engagementScore self.nextBestActions = nextBestActions } @@ -1878,8 +1860,7 @@ extension PartnerCentralSellingClientTypes { public init( time: Foundation.Date? = nil, value: Swift.String? = nil - ) - { + ) { self.time = time self.value = value } @@ -2002,8 +1983,7 @@ extension PartnerCentralSellingClientTypes { nextStepsHistory: [PartnerCentralSellingClientTypes.ProfileNextStepsHistory]? = nil, stage: PartnerCentralSellingClientTypes.AwsOpportunityStage? = nil, targetCloseDate: Swift.String? = nil - ) - { + ) { self.closedLostReason = closedLostReason self.nextSteps = nextSteps self.nextStepsHistory = nextStepsHistory @@ -2596,8 +2576,7 @@ extension PartnerCentralSellingClientTypes { estimationUrl: Swift.String? = nil, frequency: PartnerCentralSellingClientTypes.PaymentFrequency? = nil, targetCompany: Swift.String? = nil - ) - { + ) { self.amount = amount self.currencyCode = currencyCode self.estimationUrl = estimationUrl @@ -2621,8 +2600,7 @@ extension PartnerCentralSellingClientTypes { public init( expectedCustomerSpend: [PartnerCentralSellingClientTypes.ExpectedCustomerSpend]? = nil - ) - { + ) { self.expectedCustomerSpend = expectedCustomerSpend } } @@ -2640,8 +2618,7 @@ extension PartnerCentralSellingClientTypes { public init( awsProducts: [Swift.String]? = nil, solutions: [Swift.String]? = nil - ) - { + ) { self.awsProducts = awsProducts self.solutions = solutions } @@ -2666,8 +2643,7 @@ extension PartnerCentralSellingClientTypes { email: Swift.String? = nil, firstName: Swift.String? = nil, lastName: Swift.String? = nil - ) - { + ) { self.businessTitle = businessTitle self.email = email self.firstName = firstName @@ -2699,8 +2675,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2723,8 +2698,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2751,8 +2725,7 @@ extension PartnerCentralSellingClientTypes { countryCode: PartnerCentralSellingClientTypes.CountryCode? = nil, industry: PartnerCentralSellingClientTypes.Industry? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.companyName = companyName self.countryCode = countryCode self.industry = industry @@ -2784,8 +2757,7 @@ extension PartnerCentralSellingClientTypes { businessProblem: Swift.String? = nil, targetCompletionDate: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.businessProblem = businessProblem self.targetCompletionDate = targetCompletionDate self.title = title @@ -2810,8 +2782,7 @@ extension PartnerCentralSellingClientTypes { public init( customer: PartnerCentralSellingClientTypes.EngagementCustomer? = nil, project: PartnerCentralSellingClientTypes.EngagementCustomerProjectDetails? = nil - ) - { + ) { self.customer = customer self.project = project } @@ -2867,8 +2838,7 @@ extension PartnerCentralSellingClientTypes { public init( payload: PartnerCentralSellingClientTypes.EngagementContextPayload? = nil, type: PartnerCentralSellingClientTypes.EngagementContextType? = nil - ) - { + ) { self.payload = payload self.type = type } @@ -2897,8 +2867,7 @@ public struct CreateEngagementInput: Swift.Sendable { contexts: [PartnerCentralSellingClientTypes.EngagementContextDetails]? = nil, description: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.contexts = contexts @@ -2916,8 +2885,7 @@ public struct CreateEngagementOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -2934,8 +2902,7 @@ public struct GetEngagementInput: Swift.Sendable { public init( catalog: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier } @@ -2968,8 +2935,7 @@ public struct GetEngagementOutput: Swift.Sendable { id: Swift.String? = nil, memberCount: Swift.Int? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.contexts = contexts self.createdAt = createdAt @@ -3003,8 +2969,7 @@ public struct ListEngagementMembersInput: Swift.Sendable { identifier: Swift.String? = nil, maxResults: Swift.Int? = 5, nextToken: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier self.maxResults = maxResults @@ -3027,8 +2992,7 @@ extension PartnerCentralSellingClientTypes { accountId: Swift.String? = nil, companyName: Swift.String? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.companyName = companyName self.websiteUrl = websiteUrl @@ -3051,8 +3015,7 @@ public struct ListEngagementMembersOutput: Swift.Sendable { public init( engagementMemberList: [PartnerCentralSellingClientTypes.EngagementMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagementMemberList = engagementMemberList self.nextToken = nextToken } @@ -3127,8 +3090,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.EngagementSortName? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -3160,8 +3122,7 @@ public struct ListEngagementsInput: Swift.Sendable { maxResults: Swift.Int? = 20, nextToken: Swift.String? = nil, sort: PartnerCentralSellingClientTypes.EngagementSort? = nil - ) - { + ) { self.catalog = catalog self.createdBy = createdBy self.engagementIdentifier = engagementIdentifier @@ -3201,8 +3162,7 @@ extension PartnerCentralSellingClientTypes { id: Swift.String? = nil, memberCount: Swift.Int? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -3228,8 +3188,7 @@ public struct ListEngagementsOutput: Swift.Sendable { public init( engagementSummaryList: [PartnerCentralSellingClientTypes.EngagementSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagementSummaryList = engagementSummaryList self.nextToken = nextToken } @@ -3275,8 +3234,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.ListTasksSortName? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -3347,8 +3305,7 @@ public struct ListEngagementByAcceptingInvitationTasksInput: Swift.Sendable { sort: PartnerCentralSellingClientTypes.ListTasksSortBase? = nil, taskIdentifier: [Swift.String]? = nil, taskStatus: [PartnerCentralSellingClientTypes.TaskStatus]? = nil - ) - { + ) { self.catalog = catalog self.engagementInvitationIdentifier = engagementInvitationIdentifier self.maxResults = maxResults @@ -3473,8 +3430,7 @@ extension PartnerCentralSellingClientTypes { taskArn: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: PartnerCentralSellingClientTypes.TaskStatus? = nil - ) - { + ) { self.engagementInvitationId = engagementInvitationId self.message = message self.opportunityId = opportunityId @@ -3497,8 +3453,7 @@ public struct ListEngagementByAcceptingInvitationTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskSummaries: [PartnerCentralSellingClientTypes.ListEngagementByAcceptingInvitationTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.taskSummaries = taskSummaries } @@ -3519,8 +3474,7 @@ public struct StartEngagementByAcceptingInvitationTaskInput: Swift.Sendable { catalog: Swift.String? = nil, clientToken: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.identifier = identifier @@ -3557,8 +3511,7 @@ public struct StartEngagementByAcceptingInvitationTaskOutput: Swift.Sendable { taskArn: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: PartnerCentralSellingClientTypes.TaskStatus? = nil - ) - { + ) { self.engagementInvitationId = engagementInvitationId self.message = message self.opportunityId = opportunityId @@ -3603,8 +3556,7 @@ public struct ListEngagementFromOpportunityTasksInput: Swift.Sendable { sort: PartnerCentralSellingClientTypes.ListTasksSortBase? = nil, taskIdentifier: [Swift.String]? = nil, taskStatus: [PartnerCentralSellingClientTypes.TaskStatus]? = nil - ) - { + ) { self.catalog = catalog self.engagementIdentifier = engagementIdentifier self.maxResults = maxResults @@ -3652,8 +3604,7 @@ extension PartnerCentralSellingClientTypes { taskArn: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: PartnerCentralSellingClientTypes.TaskStatus? = nil - ) - { + ) { self.engagementId = engagementId self.engagementInvitationId = engagementInvitationId self.message = message @@ -3677,8 +3628,7 @@ public struct ListEngagementFromOpportunityTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taskSummaries: [PartnerCentralSellingClientTypes.ListEngagementFromOpportunityTaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.taskSummaries = taskSummaries } @@ -3755,8 +3705,7 @@ extension PartnerCentralSellingClientTypes { public init( involvementType: PartnerCentralSellingClientTypes.SalesInvolvementType? = nil, visibility: PartnerCentralSellingClientTypes.Visibility? = nil - ) - { + ) { self.involvementType = involvementType self.visibility = visibility } @@ -3782,8 +3731,7 @@ public struct StartEngagementFromOpportunityTaskInput: Swift.Sendable { catalog: Swift.String? = nil, clientToken: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.awsSubmission = awsSubmission self.catalog = catalog self.clientToken = clientToken @@ -3824,8 +3772,7 @@ public struct StartEngagementFromOpportunityTaskOutput: Swift.Sendable { taskArn: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: PartnerCentralSellingClientTypes.TaskStatus? = nil - ) - { + ) { self.engagementId = engagementId self.engagementInvitationId = engagementInvitationId self.message = message @@ -3861,8 +3808,7 @@ extension PartnerCentralSellingClientTypes { expectedCustomerSpend: [PartnerCentralSellingClientTypes.ExpectedCustomerSpend]? = nil, targetCompletionDate: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.businessProblem = businessProblem self.expectedCustomerSpend = expectedCustomerSpend self.targetCompletionDate = targetCompletionDate @@ -3948,8 +3894,7 @@ extension PartnerCentralSellingClientTypes { firstName: Swift.String? = nil, lastName: Swift.String? = nil, phone: Swift.String? = nil - ) - { + ) { self.businessTitle = businessTitle self.email = email self.firstName = firstName @@ -3985,8 +3930,7 @@ extension PartnerCentralSellingClientTypes { project: PartnerCentralSellingClientTypes.ProjectDetails? = nil, receiverResponsibilities: [PartnerCentralSellingClientTypes.ReceiverResponsibility]? = nil, senderContacts: [PartnerCentralSellingClientTypes.SenderContact]? = nil - ) - { + ) { self.customer = customer self.project = project self.receiverResponsibilities = receiverResponsibilities @@ -4033,8 +3977,7 @@ extension PartnerCentralSellingClientTypes { message: Swift.String? = nil, payload: PartnerCentralSellingClientTypes.Payload? = nil, receiver: PartnerCentralSellingClientTypes.Receiver? = nil - ) - { + ) { self.message = message self.payload = payload self.receiver = receiver @@ -4061,8 +4004,7 @@ public struct CreateEngagementInvitationInput: Swift.Sendable { clientToken: Swift.String? = nil, engagementIdentifier: Swift.String? = nil, invitation: PartnerCentralSellingClientTypes.Invitation? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.engagementIdentifier = engagementIdentifier @@ -4081,8 +4023,7 @@ public struct CreateEngagementInvitationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -4099,8 +4040,7 @@ public struct GetEngagementInvitationInput: Swift.Sendable { public init( catalog: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier } @@ -4118,8 +4058,7 @@ extension PartnerCentralSellingClientTypes { public init( companyName: Swift.String? = nil, websiteUrl: Swift.String? = nil - ) - { + ) { self.companyName = companyName self.websiteUrl = websiteUrl } @@ -4247,8 +4186,7 @@ public struct GetEngagementInvitationOutput: Swift.Sendable { senderAwsAccountId: Swift.String? = nil, senderCompanyName: Swift.String? = nil, status: PartnerCentralSellingClientTypes.InvitationStatus? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.engagementDescription = engagementDescription @@ -4343,8 +4281,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.OpportunityEngagementInvitationSortName? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -4383,8 +4320,7 @@ public struct ListEngagementInvitationsInput: Swift.Sendable { senderAwsAccountId: [Swift.String]? = nil, sort: PartnerCentralSellingClientTypes.OpportunityEngagementInvitationSort? = nil, status: [PartnerCentralSellingClientTypes.InvitationStatus]? = nil - ) - { + ) { self.catalog = catalog self.engagementIdentifier = engagementIdentifier self.maxResults = maxResults @@ -4449,8 +4385,7 @@ extension PartnerCentralSellingClientTypes { senderAwsAccountId: Swift.String? = nil, senderCompanyName: Swift.String? = nil, status: PartnerCentralSellingClientTypes.InvitationStatus? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.engagementId = engagementId @@ -4482,8 +4417,7 @@ public struct ListEngagementInvitationsOutput: Swift.Sendable { public init( engagementInvitationSummaries: [PartnerCentralSellingClientTypes.EngagementInvitationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagementInvitationSummaries = engagementInvitationSummaries self.nextToken = nextToken } @@ -4513,8 +4447,7 @@ public struct RejectEngagementInvitationInput: Swift.Sendable { catalog: Swift.String? = nil, identifier: Swift.String? = nil, rejectionReason: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier self.rejectionReason = rejectionReason @@ -4533,8 +4466,7 @@ extension PartnerCentralSellingClientTypes { public init( account: PartnerCentralSellingClientTypes.Account? = nil, contacts: [PartnerCentralSellingClientTypes.Contact]? = nil - ) - { + ) { self.account = account self.contacts = contacts } @@ -4635,8 +4567,7 @@ extension PartnerCentralSellingClientTypes { public init( time: Foundation.Date? = nil, value: Swift.String? = nil - ) - { + ) { self.time = time self.value = value } @@ -4847,8 +4778,7 @@ extension PartnerCentralSellingClientTypes { reviewStatusReason: Swift.String? = nil, stage: PartnerCentralSellingClientTypes.Stage? = nil, targetCloseDate: Swift.String? = nil - ) - { + ) { self.closedLostReason = closedLostReason self.nextSteps = nextSteps self.nextStepsHistory = nextStepsHistory @@ -4978,8 +4908,7 @@ extension PartnerCentralSellingClientTypes { channels: [PartnerCentralSellingClientTypes.Channel]? = nil, source: PartnerCentralSellingClientTypes.MarketingSource? = nil, useCases: [Swift.String]? = nil - ) - { + ) { self.awsFundingUsed = awsFundingUsed self.campaignName = campaignName self.channels = channels @@ -5340,8 +5269,7 @@ extension PartnerCentralSellingClientTypes { relatedOpportunityIdentifier: Swift.String? = nil, salesActivities: [PartnerCentralSellingClientTypes.SalesActivity]? = nil, title: Swift.String? = nil - ) - { + ) { self.additionalComments = additionalComments self.apnPrograms = apnPrograms self.competitorName = competitorName @@ -5409,8 +5337,7 @@ extension PartnerCentralSellingClientTypes { public init( amount: Swift.String? = nil, currencyCode: PartnerCentralSellingClientTypes.CurrencyCode? = nil - ) - { + ) { self.amount = amount self.currencyCode = currencyCode } @@ -5440,8 +5367,7 @@ extension PartnerCentralSellingClientTypes { effectiveDate: Swift.String? = nil, expirationDate: Swift.String? = nil, value: PartnerCentralSellingClientTypes.MonetaryValue? = nil - ) - { + ) { self.deliveryModel = deliveryModel self.effectiveDate = effectiveDate self.expirationDate = expirationDate @@ -5518,8 +5444,7 @@ public struct CreateOpportunityInput: Swift.Sendable { primaryNeedsFromAws: [PartnerCentralSellingClientTypes.PrimaryNeedFromAws]? = nil, project: PartnerCentralSellingClientTypes.Project? = nil, softwareRevenue: PartnerCentralSellingClientTypes.SoftwareRevenue? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.customer = customer @@ -5549,8 +5474,7 @@ public struct CreateOpportunityOutput: Swift.Sendable { id: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil, partnerOpportunityIdentifier: Swift.String? = nil - ) - { + ) { self.id = id self.lastModifiedDate = lastModifiedDate self.partnerOpportunityIdentifier = partnerOpportunityIdentifier @@ -5576,8 +5500,7 @@ public struct DisassociateOpportunityInput: Swift.Sendable { opportunityIdentifier: Swift.String? = nil, relatedEntityIdentifier: Swift.String? = nil, relatedEntityType: PartnerCentralSellingClientTypes.RelatedEntityType? = nil - ) - { + ) { self.catalog = catalog self.opportunityIdentifier = opportunityIdentifier self.relatedEntityIdentifier = relatedEntityIdentifier @@ -5596,8 +5519,7 @@ public struct GetAwsOpportunitySummaryInput: Swift.Sendable { public init( catalog: Swift.String? = nil, relatedOpportunityIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.relatedOpportunityIdentifier = relatedOpportunityIdentifier } @@ -5681,8 +5603,7 @@ public struct GetAwsOpportunitySummaryOutput: Swift.Sendable { relatedEntityIds: PartnerCentralSellingClientTypes.AwsOpportunityRelatedEntities? = nil, relatedOpportunityId: Swift.String? = nil, visibility: PartnerCentralSellingClientTypes.Visibility? = nil - ) - { + ) { self.catalog = catalog self.customer = customer self.insights = insights @@ -5709,8 +5630,7 @@ public struct GetOpportunityInput: Swift.Sendable { public init( catalog: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier } @@ -5731,8 +5651,7 @@ extension PartnerCentralSellingClientTypes { awsMarketplaceOffers: [Swift.String]? = nil, awsProducts: [Swift.String]? = nil, solutions: [Swift.String]? = nil - ) - { + ) { self.awsMarketplaceOffers = awsMarketplaceOffers self.awsProducts = awsProducts self.solutions = solutions @@ -5820,8 +5739,7 @@ public struct GetOpportunityOutput: Swift.Sendable { project: PartnerCentralSellingClientTypes.Project? = nil, relatedEntityIdentifiers: PartnerCentralSellingClientTypes.RelatedEntityIdentifiers? = nil, softwareRevenue: PartnerCentralSellingClientTypes.SoftwareRevenue? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.createdDate = createdDate @@ -5853,8 +5771,7 @@ extension PartnerCentralSellingClientTypes { public init( afterLastModifiedDate: Foundation.Date? = nil, beforeLastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.afterLastModifiedDate = afterLastModifiedDate self.beforeLastModifiedDate = beforeLastModifiedDate } @@ -5907,8 +5824,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.OpportunitySortName? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -5946,8 +5862,7 @@ public struct ListOpportunitiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sort: PartnerCentralSellingClientTypes.OpportunitySort? = nil - ) - { + ) { self.catalog = catalog self.customerCompanyName = customerCompanyName self.identifier = identifier @@ -5969,8 +5884,7 @@ extension PartnerCentralSellingClientTypes { public init( account: PartnerCentralSellingClientTypes.AccountSummary? = nil - ) - { + ) { self.account = account } } @@ -6054,8 +5968,7 @@ extension PartnerCentralSellingClientTypes { reviewStatusReason: Swift.String? = nil, stage: PartnerCentralSellingClientTypes.Stage? = nil, targetCloseDate: Swift.String? = nil - ) - { + ) { self.closedLostReason = closedLostReason self.nextSteps = nextSteps self.reviewComments = reviewComments @@ -6096,8 +6009,7 @@ extension PartnerCentralSellingClientTypes { public init( deliveryModels: [PartnerCentralSellingClientTypes.DeliveryModel]? = nil, expectedCustomerSpend: [PartnerCentralSellingClientTypes.ExpectedCustomerSpend]? = nil - ) - { + ) { self.deliveryModels = deliveryModels self.expectedCustomerSpend = expectedCustomerSpend } @@ -6147,8 +6059,7 @@ extension PartnerCentralSellingClientTypes { opportunityType: PartnerCentralSellingClientTypes.OpportunityType? = nil, partnerOpportunityIdentifier: Swift.String? = nil, project: PartnerCentralSellingClientTypes.ProjectSummary? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.createdDate = createdDate @@ -6173,8 +6084,7 @@ public struct ListOpportunitiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, opportunitySummaries: [PartnerCentralSellingClientTypes.OpportunitySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.opportunitySummaries = opportunitySummaries } @@ -6198,8 +6108,7 @@ public struct SubmitOpportunityInput: Swift.Sendable { identifier: Swift.String? = nil, involvementType: PartnerCentralSellingClientTypes.SalesInvolvementType? = nil, visibility: PartnerCentralSellingClientTypes.Visibility? = nil - ) - { + ) { self.catalog = catalog self.identifier = identifier self.involvementType = involvementType @@ -6273,8 +6182,7 @@ public struct UpdateOpportunityInput: Swift.Sendable { primaryNeedsFromAws: [PartnerCentralSellingClientTypes.PrimaryNeedFromAws]? = nil, project: PartnerCentralSellingClientTypes.Project? = nil, softwareRevenue: PartnerCentralSellingClientTypes.SoftwareRevenue? = nil - ) - { + ) { self.catalog = catalog self.customer = customer self.identifier = identifier @@ -6301,8 +6209,7 @@ public struct UpdateOpportunityOutput: Swift.Sendable { public init( id: Swift.String? = nil, lastModifiedDate: Foundation.Date? = nil - ) - { + ) { self.id = id self.lastModifiedDate = lastModifiedDate } @@ -6361,8 +6268,7 @@ public struct CreateResourceSnapshotInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, resourceSnapshotTemplateIdentifier: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.engagementIdentifier = engagementIdentifier @@ -6381,8 +6287,7 @@ public struct CreateResourceSnapshotOutput: Swift.Sendable { public init( arn: Swift.String? = nil, revision: Swift.Int? = nil - ) - { + ) { self.arn = arn self.revision = revision } @@ -6418,8 +6323,7 @@ public struct GetResourceSnapshotInput: Swift.Sendable { resourceSnapshotTemplateIdentifier: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil, revision: Swift.Int? = nil - ) - { + ) { self.catalog = catalog self.engagementIdentifier = engagementIdentifier self.resourceIdentifier = resourceIdentifier @@ -6447,8 +6351,7 @@ extension PartnerCentralSellingClientTypes { reviewStatus: PartnerCentralSellingClientTypes.ReviewStatus? = nil, stage: PartnerCentralSellingClientTypes.Stage? = nil, targetCloseDate: Swift.String? = nil - ) - { + ) { self.nextSteps = nextSteps self.reviewStatus = reviewStatus self.stage = stage @@ -6483,8 +6386,7 @@ extension PartnerCentralSellingClientTypes { expectedCustomerSpend: [PartnerCentralSellingClientTypes.ExpectedCustomerSpend]? = nil, otherSolutionDescription: Swift.String? = nil, salesActivities: [PartnerCentralSellingClientTypes.SalesActivity]? = nil - ) - { + ) { self.customerUseCase = customerUseCase self.deliveryModels = deliveryModels self.expectedCustomerSpend = expectedCustomerSpend @@ -6526,8 +6428,7 @@ extension PartnerCentralSellingClientTypes { primaryNeedsFromAws: [PartnerCentralSellingClientTypes.PrimaryNeedFromAws]? = nil, project: PartnerCentralSellingClientTypes.ProjectView? = nil, relatedEntityIdentifiers: PartnerCentralSellingClientTypes.RelatedEntityIdentifiers? = nil - ) - { + ) { self.customer = customer self.lifecycle = lifecycle self.opportunityTeam = opportunityTeam @@ -6583,8 +6484,7 @@ public struct GetResourceSnapshotOutput: Swift.Sendable { resourceSnapshotTemplateName: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil, revision: Swift.Int? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.createdAt = createdAt @@ -6628,8 +6528,7 @@ public struct ListEngagementResourceAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceIdentifier: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil - ) - { + ) { self.catalog = catalog self.createdBy = createdBy self.engagementIdentifier = engagementIdentifier @@ -6667,8 +6566,7 @@ extension PartnerCentralSellingClientTypes { engagementId: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil - ) - { + ) { self.catalog = catalog self.createdBy = createdBy self.engagementId = engagementId @@ -6693,8 +6591,7 @@ public struct ListEngagementResourceAssociationsOutput: Swift.Sendable { public init( engagementResourceAssociationSummaries: [PartnerCentralSellingClientTypes.EngagementResourceAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagementResourceAssociationSummaries = engagementResourceAssociationSummaries self.nextToken = nextToken } @@ -6729,8 +6626,7 @@ public struct ListResourceSnapshotsInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, resourceSnapshotTemplateIdentifier: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil - ) - { + ) { self.catalog = catalog self.createdBy = createdBy self.engagementIdentifier = engagementIdentifier @@ -6771,8 +6667,7 @@ extension PartnerCentralSellingClientTypes { resourceSnapshotTemplateName: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil, revision: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.resourceId = resourceId @@ -6798,8 +6693,7 @@ public struct ListResourceSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceSnapshotSummaries: [PartnerCentralSellingClientTypes.ResourceSnapshotSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceSnapshotSummaries = resourceSnapshotSummaries } @@ -6832,8 +6726,7 @@ public struct CreateResourceSnapshotJobInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, resourceSnapshotTemplateIdentifier: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil - ) - { + ) { self.catalog = catalog self.clientToken = clientToken self.engagementIdentifier = engagementIdentifier @@ -6852,8 +6745,7 @@ public struct CreateResourceSnapshotJobOutput: Swift.Sendable { public init( arn: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id } @@ -6870,8 +6762,7 @@ public struct DeleteResourceSnapshotJobInput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobIdentifier = resourceSnapshotJobIdentifier } @@ -6892,8 +6783,7 @@ public struct GetResourceSnapshotJobInput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobIdentifier = resourceSnapshotJobIdentifier } @@ -6972,8 +6862,7 @@ public struct GetResourceSnapshotJobOutput: Swift.Sendable { resourceSnapshotTemplateName: Swift.String? = nil, resourceType: PartnerCentralSellingClientTypes.ResourceType? = nil, status: PartnerCentralSellingClientTypes.ResourceSnapshotJobStatus? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.createdAt = createdAt @@ -7027,8 +6916,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.SortBy? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -7057,8 +6945,7 @@ public struct ListResourceSnapshotJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: PartnerCentralSellingClientTypes.SortObject? = nil, status: PartnerCentralSellingClientTypes.ResourceSnapshotJobStatus? = nil - ) - { + ) { self.catalog = catalog self.engagementIdentifier = engagementIdentifier self.maxResults = maxResults @@ -7086,8 +6973,7 @@ extension PartnerCentralSellingClientTypes { engagementId: Swift.String? = nil, id: Swift.String? = nil, status: PartnerCentralSellingClientTypes.ResourceSnapshotJobStatus? = nil - ) - { + ) { self.arn = arn self.engagementId = engagementId self.id = id @@ -7106,8 +6992,7 @@ public struct ListResourceSnapshotJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceSnapshotJobSummaries: [PartnerCentralSellingClientTypes.ResourceSnapshotJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceSnapshotJobSummaries = resourceSnapshotJobSummaries } @@ -7124,8 +7009,7 @@ public struct StartResourceSnapshotJobInput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobIdentifier = resourceSnapshotJobIdentifier } @@ -7142,8 +7026,7 @@ public struct StopResourceSnapshotJobInput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobIdentifier = resourceSnapshotJobIdentifier } @@ -7156,8 +7039,7 @@ public struct GetSellingSystemSettingsInput: Swift.Sendable { public init( catalog: Swift.String? = nil - ) - { + ) { self.catalog = catalog } } @@ -7172,8 +7054,7 @@ public struct GetSellingSystemSettingsOutput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobRoleArn: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobRoleArn = resourceSnapshotJobRoleArn } @@ -7189,8 +7070,7 @@ public struct PutSellingSystemSettingsInput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobRoleIdentifier: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobRoleIdentifier = resourceSnapshotJobRoleIdentifier } @@ -7206,8 +7086,7 @@ public struct PutSellingSystemSettingsOutput: Swift.Sendable { public init( catalog: Swift.String? = nil, resourceSnapshotJobRoleArn: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.resourceSnapshotJobRoleArn = resourceSnapshotJobRoleArn } @@ -7265,8 +7144,7 @@ extension PartnerCentralSellingClientTypes { public init( sortBy: PartnerCentralSellingClientTypes.SolutionSortName? = nil, sortOrder: PartnerCentralSellingClientTypes.SortOrder? = nil - ) - { + ) { self.sortBy = sortBy self.sortOrder = sortOrder } @@ -7330,8 +7208,7 @@ public struct ListSolutionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sort: PartnerCentralSellingClientTypes.SolutionSort? = nil, status: [PartnerCentralSellingClientTypes.SolutionStatus]? = nil - ) - { + ) { self.catalog = catalog self.category = category self.identifier = identifier @@ -7375,8 +7252,7 @@ extension PartnerCentralSellingClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, status: PartnerCentralSellingClientTypes.SolutionStatus? = nil - ) - { + ) { self.arn = arn self.catalog = catalog self.category = category @@ -7398,8 +7274,7 @@ public struct ListSolutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, solutionSummaries: [PartnerCentralSellingClientTypes.SolutionBase]? = nil - ) - { + ) { self.nextToken = nextToken self.solutionSummaries = solutionSummaries } diff --git a/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/PartnerCentralSellingClient.swift b/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/PartnerCentralSellingClient.swift index aa07b494d9f..b1c4252d2d6 100644 --- a/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/PartnerCentralSellingClient.swift +++ b/Sources/Services/AWSPartnerCentralSelling/Sources/AWSPartnerCentralSelling/PartnerCentralSellingClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PartnerCentralSellingClient: ClientRuntime.Client { public static let clientName = "PartnerCentralSellingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PartnerCentralSellingClient.PartnerCentralSellingClientConfiguration let serviceName = "PartnerCentral Selling" diff --git a/Sources/Services/AWSPaymentCryptography/Package.swift.txt b/Sources/Services/AWSPaymentCryptography/Package.swift.txt index 69ff3d6bf27..72bfe17a54b 100644 --- a/Sources/Services/AWSPaymentCryptography/Package.swift.txt +++ b/Sources/Services/AWSPaymentCryptography/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/Models.swift b/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/Models.swift index a158bc921eb..56de4ab340f 100644 --- a/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/Models.swift +++ b/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -62,8 +61,7 @@ extension PaymentCryptographyClientTypes { public init( aliasName: Swift.String? = nil, keyArn: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.keyArn = keyArn } @@ -88,8 +86,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +109,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( resourceId: Swift.String? = nil - ) - { + ) { self.properties.resourceId = resourceId } } @@ -161,8 +156,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +179,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -209,8 +202,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -233,8 +225,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -249,8 +240,7 @@ public struct CreateAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil, keyArn: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.keyArn = keyArn } @@ -263,8 +253,7 @@ public struct CreateAliasOutput: Swift.Sendable { public init( alias: PaymentCryptographyClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -276,8 +265,7 @@ public struct DeleteAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName } } @@ -294,8 +282,7 @@ public struct GetAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName } } @@ -307,8 +294,7 @@ public struct GetAliasOutput: Swift.Sendable { public init( alias: PaymentCryptographyClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -325,8 +311,7 @@ public struct ListAliasesInput: Swift.Sendable { keyArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.maxResults = maxResults self.nextToken = nextToken @@ -343,8 +328,7 @@ public struct ListAliasesOutput: Swift.Sendable { public init( aliases: [PaymentCryptographyClientTypes.Alias]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.nextToken = nextToken } @@ -360,8 +344,7 @@ public struct UpdateAliasInput: Swift.Sendable { public init( aliasName: Swift.String? = nil, keyArn: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.keyArn = keyArn } @@ -374,8 +357,7 @@ public struct UpdateAliasOutput: Swift.Sendable { public init( alias: PaymentCryptographyClientTypes.Alias? = nil - ) - { + ) { self.alias = alias } } @@ -501,8 +483,7 @@ extension PaymentCryptographyClientTypes { unwrap: Swift.Bool = false, verify: Swift.Bool = false, wrap: Swift.Bool = false - ) - { + ) { self.decrypt = decrypt self.deriveKey = deriveKey self.encrypt = encrypt @@ -630,8 +611,7 @@ extension PaymentCryptographyClientTypes { keyClass: PaymentCryptographyClientTypes.KeyClass? = nil, keyModesOfUse: PaymentCryptographyClientTypes.KeyModesOfUse? = nil, keyUsage: PaymentCryptographyClientTypes.KeyUsage? = nil - ) - { + ) { self.keyAlgorithm = keyAlgorithm self.keyClass = keyClass self.keyModesOfUse = keyModesOfUse @@ -683,8 +663,7 @@ extension PaymentCryptographyClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -711,8 +690,7 @@ public struct CreateKeyInput: Swift.Sendable { keyAttributes: PaymentCryptographyClientTypes.KeyAttributes? = nil, keyCheckValueAlgorithm: PaymentCryptographyClientTypes.KeyCheckValueAlgorithm? = nil, tags: [PaymentCryptographyClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.exportable = exportable self.keyAttributes = keyAttributes @@ -841,8 +819,7 @@ extension PaymentCryptographyClientTypes { keyState: PaymentCryptographyClientTypes.KeyState? = nil, usageStartTimestamp: Foundation.Date? = nil, usageStopTimestamp: Foundation.Date? = nil - ) - { + ) { self.createTimestamp = createTimestamp self.deletePendingTimestamp = deletePendingTimestamp self.deleteTimestamp = deleteTimestamp @@ -867,8 +844,7 @@ public struct CreateKeyOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -883,8 +859,7 @@ public struct DeleteKeyInput: Swift.Sendable { public init( deleteKeyInDays: Swift.Int? = nil, keyIdentifier: Swift.String? = nil - ) - { + ) { self.deleteKeyInDays = deleteKeyInDays self.keyIdentifier = keyIdentifier } @@ -897,8 +872,7 @@ public struct DeleteKeyOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -913,8 +887,7 @@ extension PaymentCryptographyClientTypes { public init( keySerialNumber: Swift.String? = nil - ) - { + ) { self.keySerialNumber = keySerialNumber } } @@ -932,8 +905,7 @@ extension PaymentCryptographyClientTypes { public init( exportDukptInitialKey: PaymentCryptographyClientTypes.ExportDukptInitialKey? = nil, keyCheckValueAlgorithm: PaymentCryptographyClientTypes.KeyCheckValueAlgorithm? = nil - ) - { + ) { self.exportDukptInitialKey = exportDukptInitialKey self.keyCheckValueAlgorithm = keyCheckValueAlgorithm } @@ -986,8 +958,7 @@ extension PaymentCryptographyClientTypes { certificateAuthorityPublicKeyIdentifier: Swift.String? = nil, wrappingKeyCertificate: Swift.String? = nil, wrappingSpec: PaymentCryptographyClientTypes.WrappingKeySpec? = nil - ) - { + ) { self.certificateAuthorityPublicKeyIdentifier = certificateAuthorityPublicKeyIdentifier self.wrappingKeyCertificate = wrappingKeyCertificate self.wrappingSpec = wrappingSpec @@ -1050,8 +1021,7 @@ extension PaymentCryptographyClientTypes { keyModesOfUse: PaymentCryptographyClientTypes.KeyModesOfUse? = nil, keyVersion: Swift.String? = nil, optionalBlocks: [Swift.String: Swift.String]? = nil - ) - { + ) { self.keyExportability = keyExportability self.keyModesOfUse = keyModesOfUse self.keyVersion = keyVersion @@ -1078,8 +1048,7 @@ extension PaymentCryptographyClientTypes { public init( keyBlockHeaders: PaymentCryptographyClientTypes.KeyBlockHeaders? = nil, wrappingKeyIdentifier: Swift.String? = nil - ) - { + ) { self.keyBlockHeaders = keyBlockHeaders self.wrappingKeyIdentifier = wrappingKeyIdentifier } @@ -1140,8 +1109,7 @@ extension PaymentCryptographyClientTypes { keyBlockHeaders: PaymentCryptographyClientTypes.KeyBlockHeaders? = nil, randomNonce: Swift.String? = nil, wrappingKeyCertificate: Swift.String? = nil - ) - { + ) { self.certificateAuthorityPublicKeyIdentifier = certificateAuthorityPublicKeyIdentifier self.exportToken = exportToken self.keyBlockFormat = keyBlockFormat @@ -1185,8 +1153,7 @@ public struct ExportKeyInput: Swift.Sendable { exportAttributes: PaymentCryptographyClientTypes.ExportAttributes? = nil, exportKeyIdentifier: Swift.String? = nil, keyMaterial: PaymentCryptographyClientTypes.ExportKeyMaterial? = nil - ) - { + ) { self.exportAttributes = exportAttributes self.exportKeyIdentifier = exportKeyIdentifier self.keyMaterial = keyMaterial @@ -1249,8 +1216,7 @@ extension PaymentCryptographyClientTypes { keyMaterial: Swift.String? = nil, wrappedKeyMaterialFormat: PaymentCryptographyClientTypes.WrappedKeyMaterialFormat? = nil, wrappingKeyArn: Swift.String? = nil - ) - { + ) { self.keyCheckValue = keyCheckValue self.keyCheckValueAlgorithm = keyCheckValueAlgorithm self.keyMaterial = keyMaterial @@ -1271,8 +1237,7 @@ public struct ExportKeyOutput: Swift.Sendable { public init( wrappedKey: PaymentCryptographyClientTypes.WrappedKey? = nil - ) - { + ) { self.wrappedKey = wrappedKey } } @@ -1284,8 +1249,7 @@ public struct GetKeyInput: Swift.Sendable { public init( keyIdentifier: Swift.String? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier } } @@ -1297,8 +1261,7 @@ public struct GetKeyOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -1352,8 +1315,7 @@ public struct GetParametersForExportInput: Swift.Sendable { public init( keyMaterialType: PaymentCryptographyClientTypes.KeyMaterialType? = nil, signingKeyAlgorithm: PaymentCryptographyClientTypes.KeyAlgorithm? = nil - ) - { + ) { self.keyMaterialType = keyMaterialType self.signingKeyAlgorithm = signingKeyAlgorithm } @@ -1382,8 +1344,7 @@ public struct GetParametersForExportOutput: Swift.Sendable { signingKeyAlgorithm: PaymentCryptographyClientTypes.KeyAlgorithm? = nil, signingKeyCertificate: Swift.String? = nil, signingKeyCertificateChain: Swift.String? = nil - ) - { + ) { self.exportToken = exportToken self.parametersValidUntilTimestamp = parametersValidUntilTimestamp self.signingKeyAlgorithm = signingKeyAlgorithm @@ -1408,8 +1369,7 @@ public struct GetParametersForImportInput: Swift.Sendable { public init( keyMaterialType: PaymentCryptographyClientTypes.KeyMaterialType? = nil, wrappingKeyAlgorithm: PaymentCryptographyClientTypes.KeyAlgorithm? = nil - ) - { + ) { self.keyMaterialType = keyMaterialType self.wrappingKeyAlgorithm = wrappingKeyAlgorithm } @@ -1438,8 +1398,7 @@ public struct GetParametersForImportOutput: Swift.Sendable { wrappingKeyAlgorithm: PaymentCryptographyClientTypes.KeyAlgorithm? = nil, wrappingKeyCertificate: Swift.String? = nil, wrappingKeyCertificateChain: Swift.String? = nil - ) - { + ) { self.importToken = importToken self.parametersValidUntilTimestamp = parametersValidUntilTimestamp self.wrappingKeyAlgorithm = wrappingKeyAlgorithm @@ -1460,8 +1419,7 @@ public struct GetPublicKeyCertificateInput: Swift.Sendable { public init( keyIdentifier: Swift.String? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier } } @@ -1477,8 +1435,7 @@ public struct GetPublicKeyCertificateOutput: Swift.Sendable { public init( keyCertificate: Swift.String? = nil, keyCertificateChain: Swift.String? = nil - ) - { + ) { self.keyCertificate = keyCertificate self.keyCertificateChain = keyCertificateChain } @@ -1514,8 +1471,7 @@ extension PaymentCryptographyClientTypes { keyAttributes: PaymentCryptographyClientTypes.KeyAttributes? = nil, wrappedKeyCryptogram: Swift.String? = nil, wrappingSpec: PaymentCryptographyClientTypes.WrappingKeySpec? = nil - ) - { + ) { self.exportable = exportable self.importToken = importToken self.keyAttributes = keyAttributes @@ -1544,8 +1500,7 @@ extension PaymentCryptographyClientTypes { public init( keyAttributes: PaymentCryptographyClientTypes.KeyAttributes? = nil, publicKeyCertificate: Swift.String? = nil - ) - { + ) { self.keyAttributes = keyAttributes self.publicKeyCertificate = publicKeyCertificate } @@ -1571,8 +1526,7 @@ extension PaymentCryptographyClientTypes { public init( wrappedKeyBlock: Swift.String? = nil, wrappingKeyIdentifier: Swift.String? = nil - ) - { + ) { self.wrappedKeyBlock = wrappedKeyBlock self.wrappingKeyIdentifier = wrappingKeyIdentifier } @@ -1613,8 +1567,7 @@ extension PaymentCryptographyClientTypes { randomNonce: Swift.String? = nil, signingKeyCertificate: Swift.String? = nil, wrappedKeyBlock: Swift.String? = nil - ) - { + ) { self.certificateAuthorityPublicKeyIdentifier = certificateAuthorityPublicKeyIdentifier self.importToken = importToken self.keyBlockFormat = keyBlockFormat @@ -1648,8 +1601,7 @@ extension PaymentCryptographyClientTypes { certificateAuthorityPublicKeyIdentifier: Swift.String? = nil, keyAttributes: PaymentCryptographyClientTypes.KeyAttributes? = nil, publicKeyCertificate: Swift.String? = nil - ) - { + ) { self.certificateAuthorityPublicKeyIdentifier = certificateAuthorityPublicKeyIdentifier self.keyAttributes = keyAttributes self.publicKeyCertificate = publicKeyCertificate @@ -1696,8 +1648,7 @@ public struct ImportKeyInput: Swift.Sendable { keyCheckValueAlgorithm: PaymentCryptographyClientTypes.KeyCheckValueAlgorithm? = nil, keyMaterial: PaymentCryptographyClientTypes.ImportKeyMaterial? = nil, tags: [PaymentCryptographyClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.keyCheckValueAlgorithm = keyCheckValueAlgorithm self.keyMaterial = keyMaterial @@ -1712,8 +1663,7 @@ public struct ImportKeyOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -1730,8 +1680,7 @@ public struct ListKeysInput: Swift.Sendable { keyState: PaymentCryptographyClientTypes.KeyState? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keyState = keyState self.maxResults = maxResults self.nextToken = nextToken @@ -1768,8 +1717,7 @@ extension PaymentCryptographyClientTypes { keyAttributes: PaymentCryptographyClientTypes.KeyAttributes? = nil, keyCheckValue: Swift.String? = nil, keyState: PaymentCryptographyClientTypes.KeyState? = nil - ) - { + ) { self.enabled = enabled self.exportable = exportable self.keyArn = keyArn @@ -1790,8 +1738,7 @@ public struct ListKeysOutput: Swift.Sendable { public init( keys: [PaymentCryptographyClientTypes.KeySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.keys = keys self.nextToken = nextToken } @@ -1804,8 +1751,7 @@ public struct RestoreKeyInput: Swift.Sendable { public init( keyIdentifier: Swift.String? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier } } @@ -1817,8 +1763,7 @@ public struct RestoreKeyOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -1830,8 +1775,7 @@ public struct StartKeyUsageInput: Swift.Sendable { public init( keyIdentifier: Swift.String? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier } } @@ -1843,8 +1787,7 @@ public struct StartKeyUsageOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -1856,8 +1799,7 @@ public struct StopKeyUsageInput: Swift.Sendable { public init( keyIdentifier: Swift.String? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier } } @@ -1869,8 +1811,7 @@ public struct StopKeyUsageOutput: Swift.Sendable { public init( key: PaymentCryptographyClientTypes.Key? = nil - ) - { + ) { self.key = key } } @@ -1888,8 +1829,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1906,8 +1846,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [PaymentCryptographyClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1924,8 +1863,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [PaymentCryptographyClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1947,8 +1885,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/PaymentCryptographyClient.swift b/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/PaymentCryptographyClient.swift index 497ecf1857a..614b7d87838 100644 --- a/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/PaymentCryptographyClient.swift +++ b/Sources/Services/AWSPaymentCryptography/Sources/AWSPaymentCryptography/PaymentCryptographyClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PaymentCryptographyClient: ClientRuntime.Client { public static let clientName = "PaymentCryptographyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PaymentCryptographyClient.PaymentCryptographyClientConfiguration let serviceName = "Payment Cryptography" diff --git a/Sources/Services/AWSPaymentCryptographyData/Package.swift.txt b/Sources/Services/AWSPaymentCryptographyData/Package.swift.txt index 02fdd5234fc..7e273690b05 100644 --- a/Sources/Services/AWSPaymentCryptographyData/Package.swift.txt +++ b/Sources/Services/AWSPaymentCryptographyData/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/Models.swift b/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/Models.swift index 38aeea98eb7..7a0a85482b4 100644 --- a/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/Models.swift +++ b/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/Models.swift @@ -39,8 +39,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -59,8 +58,7 @@ extension PaymentCryptographyDataClientTypes { public init( currentEncryptedPinBlock: Swift.String? = nil, currentPinPekIdentifier: Swift.String? = nil - ) - { + ) { self.currentEncryptedPinBlock = currentEncryptedPinBlock self.currentPinPekIdentifier = currentPinPekIdentifier } @@ -130,8 +128,7 @@ extension PaymentCryptographyDataClientTypes { majorKeyDerivationMode: PaymentCryptographyDataClientTypes.MajorKeyDerivationMode? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.authorizationRequestKeyIdentifier = authorizationRequestKeyIdentifier self.currentPinAttributes = currentPinAttributes @@ -157,8 +154,7 @@ extension PaymentCryptographyDataClientTypes { public init( cardExpiryDate: Swift.String? = nil - ) - { + ) { self.cardExpiryDate = cardExpiryDate } } @@ -183,8 +179,7 @@ extension PaymentCryptographyDataClientTypes { public init( cardExpiryDate: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.cardExpiryDate = cardExpiryDate self.serviceCode = serviceCode } @@ -240,8 +235,7 @@ extension PaymentCryptographyDataClientTypes { public init( paddingType: PaymentCryptographyDataClientTypes.PaddingType? = nil - ) - { + ) { self.paddingType = paddingType } } @@ -265,8 +259,7 @@ extension PaymentCryptographyDataClientTypes { applicationTransactionCounter: Swift.String? = nil, panSequenceNumber: Swift.String? = nil, unpredictableNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.panSequenceNumber = panSequenceNumber self.unpredictableNumber = unpredictableNumber @@ -288,8 +281,7 @@ extension PaymentCryptographyDataClientTypes { public init( cardExpiryDate: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.cardExpiryDate = cardExpiryDate self.serviceCode = serviceCode } @@ -311,8 +303,7 @@ extension PaymentCryptographyDataClientTypes { public init( cardExpiryDate: Swift.String? = nil - ) - { + ) { self.cardExpiryDate = cardExpiryDate } } @@ -345,8 +336,7 @@ extension PaymentCryptographyDataClientTypes { panSequenceNumber: Swift.String? = nil, trackData: Swift.String? = nil, unpredictableNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.panSequenceNumber = panSequenceNumber self.trackData = trackData @@ -382,8 +372,7 @@ extension PaymentCryptographyDataClientTypes { cardExpiryDate: Swift.String? = nil, panSequenceNumber: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.cardExpiryDate = cardExpiryDate self.panSequenceNumber = panSequenceNumber @@ -437,8 +426,7 @@ extension PaymentCryptographyDataClientTypes { applicationTransactionCounter: Swift.String? = nil, cardExpiryDate: Swift.String? = nil, unpredictableNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.cardExpiryDate = cardExpiryDate self.unpredictableNumber = unpredictableNumber @@ -485,8 +473,7 @@ extension PaymentCryptographyDataClientTypes { public init( authResponseCode: Swift.String? = nil - ) - { + ) { self.authResponseCode = authResponseCode } } @@ -505,8 +492,7 @@ extension PaymentCryptographyDataClientTypes { public init( cardStatusUpdate: Swift.String? = nil, proprietaryAuthenticationData: Swift.String? = nil - ) - { + ) { self.cardStatusUpdate = cardStatusUpdate self.proprietaryAuthenticationData = proprietaryAuthenticationData } @@ -548,8 +534,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -573,8 +558,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( resourceId: Swift.String? = nil - ) - { + ) { self.properties.resourceId = resourceId } } @@ -597,8 +581,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -617,8 +600,7 @@ extension PaymentCryptographyDataClientTypes { public init( message: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.message = message self.path = path } @@ -647,8 +629,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [PaymentCryptographyDataClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -775,8 +756,7 @@ extension PaymentCryptographyDataClientTypes { initializationVector: Swift.String? = nil, keySerialNumber: Swift.String? = nil, mode: PaymentCryptographyDataClientTypes.DukptEncryptionMode? = nil - ) - { + ) { self.dukptKeyDerivationType = dukptKeyDerivationType self.dukptKeyVariant = dukptKeyVariant self.initializationVector = initializationVector @@ -877,8 +857,7 @@ extension PaymentCryptographyDataClientTypes { panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil, sessionDerivationData: Swift.String? = nil - ) - { + ) { self.initializationVector = initializationVector self.majorKeyDerivationMode = majorKeyDerivationMode self.mode = mode @@ -957,8 +936,7 @@ extension PaymentCryptographyDataClientTypes { initializationVector: Swift.String? = nil, mode: PaymentCryptographyDataClientTypes.EncryptionMode? = nil, paddingType: PaymentCryptographyDataClientTypes.PaddingType? = nil - ) - { + ) { self.initializationVector = initializationVector self.mode = mode self.paddingType = paddingType @@ -1145,8 +1123,7 @@ extension PaymentCryptographyDataClientTypes { keyDerivationHashAlgorithm: PaymentCryptographyDataClientTypes.KeyDerivationHashAlgorithm? = nil, publicKeyCertificate: Swift.String? = nil, sharedInformation: Swift.String? = nil - ) - { + ) { self.certificateAuthorityPublicKeyIdentifier = certificateAuthorityPublicKeyIdentifier self.keyAlgorithm = keyAlgorithm self.keyDerivationFunction = keyDerivationFunction @@ -1187,8 +1164,7 @@ extension PaymentCryptographyDataClientTypes { public init( keyCheckValueAlgorithm: PaymentCryptographyDataClientTypes.KeyCheckValueAlgorithm? = nil, wrappedKeyMaterial: PaymentCryptographyDataClientTypes.WrappedKeyMaterial? = nil - ) - { + ) { self.keyCheckValueAlgorithm = keyCheckValueAlgorithm self.wrappedKeyMaterial = wrappedKeyMaterial } @@ -1213,8 +1189,7 @@ public struct DecryptDataInput: Swift.Sendable { decryptionAttributes: PaymentCryptographyDataClientTypes.EncryptionDecryptionAttributes? = nil, keyIdentifier: Swift.String? = nil, wrappedKey: PaymentCryptographyDataClientTypes.WrappedKey? = nil - ) - { + ) { self.cipherText = cipherText self.decryptionAttributes = decryptionAttributes self.keyIdentifier = keyIdentifier @@ -1242,8 +1217,7 @@ public struct DecryptDataOutput: Swift.Sendable { keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil, plainText: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue self.plainText = plainText @@ -1277,8 +1251,7 @@ extension PaymentCryptographyDataClientTypes { majorKeyDerivationMode: PaymentCryptographyDataClientTypes.MajorKeyDerivationMode? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.majorKeyDerivationMode = majorKeyDerivationMode self.panSequenceNumber = panSequenceNumber @@ -1384,8 +1357,7 @@ extension PaymentCryptographyDataClientTypes { pinBlockLengthPosition: PaymentCryptographyDataClientTypes.PinBlockLengthPosition? = nil, pinBlockPaddingType: PaymentCryptographyDataClientTypes.PinBlockPaddingType? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationCryptogram = applicationCryptogram self.majorKeyDerivationMode = majorKeyDerivationMode self.mode = mode @@ -1424,8 +1396,7 @@ extension PaymentCryptographyDataClientTypes { majorKeyDerivationMode: PaymentCryptographyDataClientTypes.MajorKeyDerivationMode? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationCryptogram = applicationCryptogram self.majorKeyDerivationMode = majorKeyDerivationMode self.panSequenceNumber = panSequenceNumber @@ -1468,8 +1439,7 @@ extension PaymentCryptographyDataClientTypes { majorKeyDerivationMode: PaymentCryptographyDataClientTypes.MajorKeyDerivationMode? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.authorizationRequestKeyIdentifier = authorizationRequestKeyIdentifier self.currentPinAttributes = currentPinAttributes @@ -1517,8 +1487,7 @@ extension PaymentCryptographyDataClientTypes { public init( dukptDerivationType: PaymentCryptographyDataClientTypes.DukptDerivationType? = nil, keySerialNumber: Swift.String? = nil - ) - { + ) { self.dukptDerivationType = dukptDerivationType self.keySerialNumber = keySerialNumber } @@ -1541,8 +1510,7 @@ extension PaymentCryptographyDataClientTypes { dukptKeyDerivationType: PaymentCryptographyDataClientTypes.DukptDerivationType? = nil, dukptKeyVariant: PaymentCryptographyDataClientTypes.DukptKeyVariant? = nil, keySerialNumber: Swift.String? = nil - ) - { + ) { self.dukptKeyDerivationType = dukptKeyDerivationType self.dukptKeyVariant = dukptKeyVariant self.keySerialNumber = keySerialNumber @@ -1568,8 +1536,7 @@ public struct EncryptDataInput: Swift.Sendable { keyIdentifier: Swift.String? = nil, plainText: Swift.String? = nil, wrappedKey: PaymentCryptographyDataClientTypes.WrappedKey? = nil - ) - { + ) { self.encryptionAttributes = encryptionAttributes self.keyIdentifier = keyIdentifier self.plainText = plainText @@ -1596,8 +1563,7 @@ public struct EncryptDataOutput: Swift.Sendable { cipherText: Swift.String? = nil, keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil - ) - { + ) { self.cipherText = cipherText self.keyArn = keyArn self.keyCheckValue = keyCheckValue @@ -1627,8 +1593,7 @@ public struct GenerateCardValidationDataInput: Swift.Sendable { keyIdentifier: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil, validationDataLength: Swift.Int? = nil - ) - { + ) { self.generationAttributes = generationAttributes self.keyIdentifier = keyIdentifier self.primaryAccountNumber = primaryAccountNumber @@ -1656,8 +1621,7 @@ public struct GenerateCardValidationDataOutput: Swift.Sendable { keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil, validationData: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue self.validationData = validationData @@ -1730,8 +1694,7 @@ extension PaymentCryptographyDataClientTypes { dukptDerivationType: PaymentCryptographyDataClientTypes.DukptDerivationType? = nil, dukptKeyVariant: PaymentCryptographyDataClientTypes.DukptKeyVariant? = nil, keySerialNumber: Swift.String? = nil - ) - { + ) { self.dukptDerivationType = dukptDerivationType self.dukptKeyVariant = dukptKeyVariant self.keySerialNumber = keySerialNumber @@ -1815,8 +1778,7 @@ extension PaymentCryptographyDataClientTypes { primaryAccountNumber: Swift.String? = nil, sessionKeyDerivationMode: PaymentCryptographyDataClientTypes.SessionKeyDerivationMode? = nil, sessionKeyDerivationValue: PaymentCryptographyDataClientTypes.SessionKeyDerivationValue? = nil - ) - { + ) { self.majorKeyDerivationMode = majorKeyDerivationMode self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber @@ -1867,8 +1829,7 @@ public struct GenerateMacInput: Swift.Sendable { keyIdentifier: Swift.String? = nil, macLength: Swift.Int? = nil, messageData: Swift.String? = nil - ) - { + ) { self.generationAttributes = generationAttributes self.keyIdentifier = keyIdentifier self.macLength = macLength @@ -1896,8 +1857,7 @@ public struct GenerateMacOutput: Swift.Sendable { keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil, mac: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue self.mac = mac @@ -1972,8 +1932,7 @@ public struct GenerateMacEmvPinChangeInput: Swift.Sendable { pinBlockFormat: PaymentCryptographyDataClientTypes.PinBlockFormatForEmvPinChange? = nil, secureMessagingConfidentialityKeyIdentifier: Swift.String? = nil, secureMessagingIntegrityKeyIdentifier: Swift.String? = nil - ) - { + ) { self.derivationMethodAttributes = derivationMethodAttributes self.messageData = messageData self.newEncryptedPinBlock = newEncryptedPinBlock @@ -2009,8 +1968,7 @@ extension PaymentCryptographyDataClientTypes { authorizationRequestKeyCheckValue: Swift.String? = nil, currentPinPekArn: Swift.String? = nil, currentPinPekKeyCheckValue: Swift.String? = nil - ) - { + ) { self.authorizationRequestKeyArn = authorizationRequestKeyArn self.authorizationRequestKeyCheckValue = authorizationRequestKeyCheckValue self.currentPinPekArn = currentPinPekArn @@ -2057,8 +2015,7 @@ public struct GenerateMacEmvPinChangeOutput: Swift.Sendable { secureMessagingIntegrityKeyArn: Swift.String? = nil, secureMessagingIntegrityKeyCheckValue: Swift.String? = nil, visaAmexDerivationOutputs: PaymentCryptographyDataClientTypes.VisaAmexDerivationOutputs? = nil - ) - { + ) { self.encryptedPinBlock = encryptedPinBlock self.mac = mac self.newPinPekArn = newPinPekArn @@ -2094,8 +2051,7 @@ extension PaymentCryptographyDataClientTypes { decimalizationTable: Swift.String? = nil, pinValidationData: Swift.String? = nil, pinValidationDataPadCharacter: Swift.String? = nil - ) - { + ) { self.decimalizationTable = decimalizationTable self.pinValidationData = pinValidationData self.pinValidationDataPadCharacter = pinValidationDataPadCharacter @@ -2130,8 +2086,7 @@ extension PaymentCryptographyDataClientTypes { pinOffset: Swift.String? = nil, pinValidationData: Swift.String? = nil, pinValidationDataPadCharacter: Swift.String? = nil - ) - { + ) { self.decimalizationTable = decimalizationTable self.pinOffset = pinOffset self.pinValidationData = pinValidationData @@ -2167,8 +2122,7 @@ extension PaymentCryptographyDataClientTypes { encryptedPinBlock: Swift.String? = nil, pinValidationData: Swift.String? = nil, pinValidationDataPadCharacter: Swift.String? = nil - ) - { + ) { self.decimalizationTable = decimalizationTable self.encryptedPinBlock = encryptedPinBlock self.pinValidationData = pinValidationData @@ -2200,8 +2154,7 @@ extension PaymentCryptographyDataClientTypes { decimalizationTable: Swift.String? = nil, pinValidationData: Swift.String? = nil, pinValidationDataPadCharacter: Swift.String? = nil - ) - { + ) { self.decimalizationTable = decimalizationTable self.pinValidationData = pinValidationData self.pinValidationDataPadCharacter = pinValidationDataPadCharacter @@ -2224,8 +2177,7 @@ extension PaymentCryptographyDataClientTypes { public init( pinVerificationKeyIndex: Swift.Int? = nil - ) - { + ) { self.pinVerificationKeyIndex = pinVerificationKeyIndex } } @@ -2245,8 +2197,7 @@ extension PaymentCryptographyDataClientTypes { public init( encryptedPinBlock: Swift.String? = nil, pinVerificationKeyIndex: Swift.Int? = nil - ) - { + ) { self.encryptedPinBlock = encryptedPinBlock self.pinVerificationKeyIndex = pinVerificationKeyIndex } @@ -2339,8 +2290,7 @@ public struct GeneratePinDataInput: Swift.Sendable { pinBlockFormat: PaymentCryptographyDataClientTypes.PinBlockFormatForPinData? = nil, pinDataLength: Swift.Int? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.encryptionKeyIdentifier = encryptionKeyIdentifier self.encryptionWrappedKey = encryptionWrappedKey self.generationAttributes = generationAttributes @@ -2395,8 +2345,7 @@ public struct GeneratePinDataOutput: Swift.Sendable { generationKeyArn: Swift.String? = nil, generationKeyCheckValue: Swift.String? = nil, pinData: PaymentCryptographyDataClientTypes.PinData? = nil - ) - { + ) { self.encryptedPinBlock = encryptedPinBlock self.encryptionKeyArn = encryptionKeyArn self.encryptionKeyCheckValue = encryptionKeyCheckValue @@ -2433,8 +2382,7 @@ extension PaymentCryptographyDataClientTypes { pinOffset: Swift.String? = nil, pinValidationData: Swift.String? = nil, pinValidationDataPadCharacter: Swift.String? = nil - ) - { + ) { self.decimalizationTable = decimalizationTable self.pinOffset = pinOffset self.pinValidationData = pinValidationData @@ -2489,8 +2437,7 @@ public struct ReEncryptDataInput: Swift.Sendable { outgoingEncryptionAttributes: PaymentCryptographyDataClientTypes.ReEncryptionAttributes? = nil, outgoingKeyIdentifier: Swift.String? = nil, outgoingWrappedKey: PaymentCryptographyDataClientTypes.WrappedKey? = nil - ) - { + ) { self.cipherText = cipherText self.incomingEncryptionAttributes = incomingEncryptionAttributes self.incomingKeyIdentifier = incomingKeyIdentifier @@ -2521,8 +2468,7 @@ public struct ReEncryptDataOutput: Swift.Sendable { cipherText: Swift.String? = nil, keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil - ) - { + ) { self.cipherText = cipherText self.keyArn = keyArn self.keyCheckValue = keyCheckValue @@ -2544,8 +2490,7 @@ extension PaymentCryptographyDataClientTypes { public init( primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.primaryAccountNumber = primaryAccountNumber } } @@ -2616,8 +2561,7 @@ public struct TranslatePinDataInput: Swift.Sendable { outgoingKeyIdentifier: Swift.String? = nil, outgoingTranslationAttributes: PaymentCryptographyDataClientTypes.TranslationIsoFormats? = nil, outgoingWrappedKey: PaymentCryptographyDataClientTypes.WrappedKey? = nil - ) - { + ) { self.encryptedPinBlock = encryptedPinBlock self.incomingDukptAttributes = incomingDukptAttributes self.incomingKeyIdentifier = incomingKeyIdentifier @@ -2650,8 +2594,7 @@ public struct TranslatePinDataOutput: Swift.Sendable { keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil, pinBlock: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue self.pinBlock = pinBlock @@ -2721,8 +2664,7 @@ public struct VerificationFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, reason: PaymentCryptographyDataClientTypes.VerificationFailedReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -2742,8 +2684,7 @@ extension PaymentCryptographyDataClientTypes { public init( panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber } @@ -2773,8 +2714,7 @@ extension PaymentCryptographyDataClientTypes { applicationTransactionCounter: Swift.String? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber @@ -2805,8 +2745,7 @@ extension PaymentCryptographyDataClientTypes { applicationTransactionCounter: Swift.String? = nil, panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber @@ -2841,8 +2780,7 @@ extension PaymentCryptographyDataClientTypes { panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil, unpredictableNumber: Swift.String? = nil - ) - { + ) { self.applicationTransactionCounter = applicationTransactionCounter self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber @@ -2870,8 +2808,7 @@ extension PaymentCryptographyDataClientTypes { public init( panSequenceNumber: Swift.String? = nil, primaryAccountNumber: Swift.String? = nil - ) - { + ) { self.panSequenceNumber = panSequenceNumber self.primaryAccountNumber = primaryAccountNumber } @@ -2927,8 +2864,7 @@ public struct VerifyAuthRequestCryptogramInput: Swift.Sendable { majorKeyDerivationMode: PaymentCryptographyDataClientTypes.MajorKeyDerivationMode? = nil, sessionKeyDerivationAttributes: PaymentCryptographyDataClientTypes.SessionKeyDerivation? = nil, transactionData: Swift.String? = nil - ) - { + ) { self.authRequestCryptogram = authRequestCryptogram self.authResponseAttributes = authResponseAttributes self.keyIdentifier = keyIdentifier @@ -2957,8 +2893,7 @@ public struct VerifyAuthRequestCryptogramOutput: Swift.Sendable { authResponseValue: Swift.String? = nil, keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil - ) - { + ) { self.authResponseValue = authResponseValue self.keyArn = keyArn self.keyCheckValue = keyCheckValue @@ -2989,8 +2924,7 @@ public struct VerifyCardValidationDataInput: Swift.Sendable { primaryAccountNumber: Swift.String? = nil, validationData: Swift.String? = nil, verificationAttributes: PaymentCryptographyDataClientTypes.CardVerificationAttributes? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier self.primaryAccountNumber = primaryAccountNumber self.validationData = validationData @@ -3014,8 +2948,7 @@ public struct VerifyCardValidationDataOutput: Swift.Sendable { public init( keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue } @@ -3043,8 +2976,7 @@ public struct VerifyMacInput: Swift.Sendable { macLength: Swift.Int? = nil, messageData: Swift.String? = nil, verificationAttributes: PaymentCryptographyDataClientTypes.MacAttributes? = nil - ) - { + ) { self.keyIdentifier = keyIdentifier self.mac = mac self.macLength = macLength @@ -3069,8 +3001,7 @@ public struct VerifyMacOutput: Swift.Sendable { public init( keyArn: Swift.String? = nil, keyCheckValue: Swift.String? = nil - ) - { + ) { self.keyArn = keyArn self.keyCheckValue = keyCheckValue } @@ -3090,8 +3021,7 @@ extension PaymentCryptographyDataClientTypes { public init( pinVerificationKeyIndex: Swift.Int? = nil, verificationValue: Swift.String? = nil - ) - { + ) { self.pinVerificationKeyIndex = pinVerificationKeyIndex self.verificationValue = verificationValue } @@ -3151,8 +3081,7 @@ public struct VerifyPinDataInput: Swift.Sendable { primaryAccountNumber: Swift.String? = nil, verificationAttributes: PaymentCryptographyDataClientTypes.PinVerificationAttributes? = nil, verificationKeyIdentifier: Swift.String? = nil - ) - { + ) { self.dukptAttributes = dukptAttributes self.encryptedPinBlock = encryptedPinBlock self.encryptionKeyIdentifier = encryptionKeyIdentifier @@ -3189,8 +3118,7 @@ public struct VerifyPinDataOutput: Swift.Sendable { encryptionKeyCheckValue: Swift.String? = nil, verificationKeyArn: Swift.String? = nil, verificationKeyCheckValue: Swift.String? = nil - ) - { + ) { self.encryptionKeyArn = encryptionKeyArn self.encryptionKeyCheckValue = encryptionKeyCheckValue self.verificationKeyArn = verificationKeyArn diff --git a/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/PaymentCryptographyDataClient.swift b/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/PaymentCryptographyDataClient.swift index 34b9c3ab0ac..a012678dc72 100644 --- a/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/PaymentCryptographyDataClient.swift +++ b/Sources/Services/AWSPaymentCryptographyData/Sources/AWSPaymentCryptographyData/PaymentCryptographyDataClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PaymentCryptographyDataClient: ClientRuntime.Client { public static let clientName = "PaymentCryptographyDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PaymentCryptographyDataClient.PaymentCryptographyDataClientConfiguration let serviceName = "Payment Cryptography Data" diff --git a/Sources/Services/AWSPcaConnectorAd/Package.swift.txt b/Sources/Services/AWSPcaConnectorAd/Package.swift.txt index a6ef1f5da34..3cde6b007aa 100644 --- a/Sources/Services/AWSPcaConnectorAd/Package.swift.txt +++ b/Sources/Services/AWSPcaConnectorAd/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/Models.swift b/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/Models.swift index 7071ba244eb..4c575ac8f5b 100644 --- a/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/Models.swift +++ b/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/Models.swift @@ -124,8 +124,7 @@ extension PcaConnectorAdClientTypes { public init( autoEnroll: PcaConnectorAdClientTypes.AccessRight? = nil, enroll: PcaConnectorAdClientTypes.AccessRight? = nil - ) - { + ) { self.autoEnroll = autoEnroll self.enroll = enroll } @@ -156,8 +155,7 @@ extension PcaConnectorAdClientTypes { groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accessRights = accessRights self.createdAt = createdAt self.groupDisplayName = groupDisplayName @@ -192,8 +190,7 @@ extension PcaConnectorAdClientTypes { groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accessRights = accessRights self.createdAt = createdAt self.groupDisplayName = groupDisplayName @@ -223,8 +220,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -478,8 +474,7 @@ extension PcaConnectorAdClientTypes { public init( critical: Swift.Bool? = nil, policies: [PcaConnectorAdClientTypes.ApplicationPolicy]? = nil - ) - { + ) { self.critical = critical self.policies = policies } @@ -538,8 +533,7 @@ extension PcaConnectorAdClientTypes { public init( period: Swift.Int? = nil, periodType: PcaConnectorAdClientTypes.ValidityPeriodType? = nil - ) - { + ) { self.period = period self.periodType = periodType } @@ -560,8 +554,7 @@ extension PcaConnectorAdClientTypes { public init( renewalPeriod: PcaConnectorAdClientTypes.ValidityPeriod? = nil, validityPeriod: PcaConnectorAdClientTypes.ValidityPeriod? = nil - ) - { + ) { self.renewalPeriod = renewalPeriod self.validityPeriod = validityPeriod } @@ -706,8 +699,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -806,8 +798,7 @@ extension PcaConnectorAdClientTypes { public init( securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds } } @@ -846,8 +837,7 @@ extension PcaConnectorAdClientTypes { statusReason: PcaConnectorAdClientTypes.ConnectorStatusReason? = nil, updatedAt: Foundation.Date? = nil, vpcInformation: PcaConnectorAdClientTypes.VpcInformation? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityArn = certificateAuthorityArn self.certificateEnrollmentPolicyServerEndpoint = certificateEnrollmentPolicyServerEndpoint @@ -894,8 +884,7 @@ extension PcaConnectorAdClientTypes { statusReason: PcaConnectorAdClientTypes.ConnectorStatusReason? = nil, updatedAt: Foundation.Date? = nil, vpcInformation: PcaConnectorAdClientTypes.VpcInformation? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityArn = certificateAuthorityArn self.certificateEnrollmentPolicyServerEndpoint = certificateEnrollmentPolicyServerEndpoint @@ -928,8 +917,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -961,8 +949,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1004,8 +991,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1039,8 +1025,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -1116,8 +1101,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: PcaConnectorAdClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -1144,8 +1128,7 @@ public struct CreateConnectorInput: Swift.Sendable { directoryId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vpcInformation: PcaConnectorAdClientTypes.VpcInformation? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.clientToken = clientToken self.directoryId = directoryId @@ -1160,8 +1143,7 @@ public struct CreateConnectorOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -1173,8 +1155,7 @@ public struct DeleteConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -1186,8 +1167,7 @@ public struct GetConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -1198,8 +1178,7 @@ public struct GetConnectorOutput: Swift.Sendable { public init( connector: PcaConnectorAdClientTypes.Connector? = nil - ) - { + ) { self.connector = connector } } @@ -1213,8 +1192,7 @@ public struct ListConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1229,8 +1207,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( connectors: [PcaConnectorAdClientTypes.ConnectorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectors = connectors self.nextToken = nextToken } @@ -1249,8 +1226,7 @@ public struct CreateDirectoryRegistrationInput: Swift.Sendable { clientToken: Swift.String? = nil, directoryId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.directoryId = directoryId self.tags = tags @@ -1263,8 +1239,7 @@ public struct CreateDirectoryRegistrationOutput: Swift.Sendable { public init( directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.directoryRegistrationArn = directoryRegistrationArn } } @@ -1283,8 +1258,7 @@ public struct CreateServicePrincipalNameInput: Swift.Sendable { clientToken: Swift.String? = nil, connectorArn: Swift.String? = nil, directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.connectorArn = connectorArn self.directoryRegistrationArn = directoryRegistrationArn @@ -1312,8 +1286,7 @@ extension PcaConnectorAdClientTypes { noSecurityExtension: Swift.Bool? = nil, removeInvalidCertificateFromPersonalStore: Swift.Bool? = nil, userInteractionRequired: Swift.Bool? = nil - ) - { + ) { self.enableKeyReuseOnNtTokenKeysetStorageFull = enableKeyReuseOnNtTokenKeysetStorageFull self.includeSymmetricAlgorithms = includeSymmetricAlgorithms self.noSecurityExtension = noSecurityExtension @@ -1344,8 +1317,7 @@ extension PcaConnectorAdClientTypes { keyAgreement: Swift.Bool? = nil, keyEncipherment: Swift.Bool? = nil, nonRepudiation: Swift.Bool? = nil - ) - { + ) { self.dataEncipherment = dataEncipherment self.digitalSignature = digitalSignature self.keyAgreement = keyAgreement @@ -1368,8 +1340,7 @@ extension PcaConnectorAdClientTypes { public init( critical: Swift.Bool? = nil, usageFlags: PcaConnectorAdClientTypes.KeyUsageFlags? = nil - ) - { + ) { self.critical = critical self.usageFlags = usageFlags } @@ -1389,8 +1360,7 @@ extension PcaConnectorAdClientTypes { public init( applicationPolicies: PcaConnectorAdClientTypes.ApplicationPolicies? = nil, keyUsage: PcaConnectorAdClientTypes.KeyUsage? = nil - ) - { + ) { self.applicationPolicies = applicationPolicies self.keyUsage = keyUsage } @@ -1409,8 +1379,7 @@ extension PcaConnectorAdClientTypes { public init( autoEnrollment: Swift.Bool? = nil, machineType: Swift.Bool? = nil - ) - { + ) { self.autoEnrollment = autoEnrollment self.machineType = machineType } @@ -1463,8 +1432,7 @@ extension PcaConnectorAdClientTypes { cryptoProviders: [Swift.String]? = nil, keySpec: PcaConnectorAdClientTypes.KeySpec? = nil, minimalKeyLength: Swift.Int? = nil - ) - { + ) { self.cryptoProviders = cryptoProviders self.keySpec = keySpec self.minimalKeyLength = minimalKeyLength @@ -1488,8 +1456,7 @@ extension PcaConnectorAdClientTypes { clientVersion: PcaConnectorAdClientTypes.ClientCompatibilityV2? = nil, exportableKey: Swift.Bool? = nil, strongKeyProtectionRequired: Swift.Bool? = nil - ) - { + ) { self.clientVersion = clientVersion self.exportableKey = exportableKey self.strongKeyProtectionRequired = strongKeyProtectionRequired @@ -1533,8 +1500,7 @@ extension PcaConnectorAdClientTypes { sanRequireEmail: Swift.Bool? = nil, sanRequireSpn: Swift.Bool? = nil, sanRequireUpn: Swift.Bool? = nil - ) - { + ) { self.requireCommonName = requireCommonName self.requireDirectoryPath = requireDirectoryPath self.requireDnsAsCn = requireDnsAsCn @@ -1586,8 +1552,7 @@ extension PcaConnectorAdClientTypes { privateKeyFlags: PcaConnectorAdClientTypes.PrivateKeyFlagsV2? = nil, subjectNameFlags: PcaConnectorAdClientTypes.SubjectNameFlagsV2? = nil, supersededTemplates: [Swift.String]? = nil - ) - { + ) { self.certificateValidity = certificateValidity self.enrollmentFlags = enrollmentFlags self.extensions = extensions @@ -1621,8 +1586,7 @@ extension PcaConnectorAdClientTypes { noSecurityExtension: Swift.Bool? = nil, removeInvalidCertificateFromPersonalStore: Swift.Bool? = nil, userInteractionRequired: Swift.Bool? = nil - ) - { + ) { self.enableKeyReuseOnNtTokenKeysetStorageFull = enableKeyReuseOnNtTokenKeysetStorageFull self.includeSymmetricAlgorithms = includeSymmetricAlgorithms self.noSecurityExtension = noSecurityExtension @@ -1645,8 +1609,7 @@ extension PcaConnectorAdClientTypes { public init( applicationPolicies: PcaConnectorAdClientTypes.ApplicationPolicies? = nil, keyUsage: PcaConnectorAdClientTypes.KeyUsage? = nil - ) - { + ) { self.applicationPolicies = applicationPolicies self.keyUsage = keyUsage } @@ -1665,8 +1628,7 @@ extension PcaConnectorAdClientTypes { public init( autoEnrollment: Swift.Bool? = nil, machineType: Swift.Bool? = nil - ) - { + ) { self.autoEnrollment = autoEnrollment self.machineType = machineType } @@ -1755,8 +1717,7 @@ extension PcaConnectorAdClientTypes { decrypt: Swift.Bool? = nil, keyAgreement: Swift.Bool? = nil, sign: Swift.Bool? = nil - ) - { + ) { self.decrypt = decrypt self.keyAgreement = keyAgreement self.sign = sign @@ -1827,8 +1788,7 @@ extension PcaConnectorAdClientTypes { keySpec: PcaConnectorAdClientTypes.KeySpec? = nil, keyUsageProperty: PcaConnectorAdClientTypes.KeyUsageProperty? = nil, minimalKeyLength: Swift.Int? = nil - ) - { + ) { self.algorithm = algorithm self.cryptoProviders = cryptoProviders self.keySpec = keySpec @@ -1857,8 +1817,7 @@ extension PcaConnectorAdClientTypes { exportableKey: Swift.Bool? = nil, requireAlternateSignatureAlgorithm: Swift.Bool? = nil, strongKeyProtectionRequired: Swift.Bool? = nil - ) - { + ) { self.clientVersion = clientVersion self.exportableKey = exportableKey self.requireAlternateSignatureAlgorithm = requireAlternateSignatureAlgorithm @@ -1903,8 +1862,7 @@ extension PcaConnectorAdClientTypes { sanRequireEmail: Swift.Bool? = nil, sanRequireSpn: Swift.Bool? = nil, sanRequireUpn: Swift.Bool? = nil - ) - { + ) { self.requireCommonName = requireCommonName self.requireDirectoryPath = requireDirectoryPath self.requireDnsAsCn = requireDnsAsCn @@ -1960,8 +1918,7 @@ extension PcaConnectorAdClientTypes { privateKeyFlags: PcaConnectorAdClientTypes.PrivateKeyFlagsV3? = nil, subjectNameFlags: PcaConnectorAdClientTypes.SubjectNameFlagsV3? = nil, supersededTemplates: [Swift.String]? = nil - ) - { + ) { self.certificateValidity = certificateValidity self.enrollmentFlags = enrollmentFlags self.extensions = extensions @@ -1996,8 +1953,7 @@ extension PcaConnectorAdClientTypes { noSecurityExtension: Swift.Bool? = nil, removeInvalidCertificateFromPersonalStore: Swift.Bool? = nil, userInteractionRequired: Swift.Bool? = nil - ) - { + ) { self.enableKeyReuseOnNtTokenKeysetStorageFull = enableKeyReuseOnNtTokenKeysetStorageFull self.includeSymmetricAlgorithms = includeSymmetricAlgorithms self.noSecurityExtension = noSecurityExtension @@ -2020,8 +1976,7 @@ extension PcaConnectorAdClientTypes { public init( applicationPolicies: PcaConnectorAdClientTypes.ApplicationPolicies? = nil, keyUsage: PcaConnectorAdClientTypes.KeyUsage? = nil - ) - { + ) { self.applicationPolicies = applicationPolicies self.keyUsage = keyUsage } @@ -2040,8 +1995,7 @@ extension PcaConnectorAdClientTypes { public init( autoEnrollment: Swift.Bool? = nil, machineType: Swift.Bool? = nil - ) - { + ) { self.autoEnrollment = autoEnrollment self.machineType = machineType } @@ -2071,8 +2025,7 @@ extension PcaConnectorAdClientTypes { keySpec: PcaConnectorAdClientTypes.KeySpec? = nil, keyUsageProperty: PcaConnectorAdClientTypes.KeyUsageProperty? = nil, minimalKeyLength: Swift.Int? = nil - ) - { + ) { self.algorithm = algorithm self.cryptoProviders = cryptoProviders self.keySpec = keySpec @@ -2107,8 +2060,7 @@ extension PcaConnectorAdClientTypes { requireSameKeyRenewal: Swift.Bool? = nil, strongKeyProtectionRequired: Swift.Bool? = nil, useLegacyProvider: Swift.Bool? = nil - ) - { + ) { self.clientVersion = clientVersion self.exportableKey = exportableKey self.requireAlternateSignatureAlgorithm = requireAlternateSignatureAlgorithm @@ -2155,8 +2107,7 @@ extension PcaConnectorAdClientTypes { sanRequireEmail: Swift.Bool? = nil, sanRequireSpn: Swift.Bool? = nil, sanRequireUpn: Swift.Bool? = nil - ) - { + ) { self.requireCommonName = requireCommonName self.requireDirectoryPath = requireDirectoryPath self.requireDnsAsCn = requireDnsAsCn @@ -2211,8 +2162,7 @@ extension PcaConnectorAdClientTypes { privateKeyFlags: PcaConnectorAdClientTypes.PrivateKeyFlagsV4? = nil, subjectNameFlags: PcaConnectorAdClientTypes.SubjectNameFlagsV4? = nil, supersededTemplates: [Swift.String]? = nil - ) - { + ) { self.certificateValidity = certificateValidity self.enrollmentFlags = enrollmentFlags self.extensions = extensions @@ -2261,8 +2211,7 @@ public struct CreateTemplateInput: Swift.Sendable { definition: PcaConnectorAdClientTypes.TemplateDefinition? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.connectorArn = connectorArn self.definition = definition @@ -2277,8 +2226,7 @@ public struct CreateTemplateOutput: Swift.Sendable { public init( templateArn: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn } } @@ -2305,8 +2253,7 @@ public struct CreateTemplateGroupAccessControlEntryInput: Swift.Sendable { groupDisplayName: Swift.String? = nil, groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.accessRights = accessRights self.clientToken = clientToken self.groupDisplayName = groupDisplayName @@ -2322,8 +2269,7 @@ public struct DeleteDirectoryRegistrationInput: Swift.Sendable { public init( directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.directoryRegistrationArn = directoryRegistrationArn } } @@ -2339,8 +2285,7 @@ public struct DeleteServicePrincipalNameInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil, directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.directoryRegistrationArn = directoryRegistrationArn } @@ -2353,8 +2298,7 @@ public struct DeleteTemplateInput: Swift.Sendable { public init( templateArn: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn } } @@ -2370,8 +2314,7 @@ public struct DeleteTemplateGroupAccessControlEntryInput: Swift.Sendable { public init( groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.groupSecurityIdentifier = groupSecurityIdentifier self.templateArn = templateArn } @@ -2477,8 +2420,7 @@ extension PcaConnectorAdClientTypes { status: PcaConnectorAdClientTypes.DirectoryRegistrationStatus? = nil, statusReason: PcaConnectorAdClientTypes.DirectoryRegistrationStatusReason? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.directoryId = directoryId @@ -2513,8 +2455,7 @@ extension PcaConnectorAdClientTypes { status: PcaConnectorAdClientTypes.DirectoryRegistrationStatus? = nil, statusReason: PcaConnectorAdClientTypes.DirectoryRegistrationStatusReason? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.directoryId = directoryId @@ -2532,8 +2473,7 @@ public struct GetDirectoryRegistrationInput: Swift.Sendable { public init( directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.directoryRegistrationArn = directoryRegistrationArn } } @@ -2544,8 +2484,7 @@ public struct GetDirectoryRegistrationOutput: Swift.Sendable { public init( directoryRegistration: PcaConnectorAdClientTypes.DirectoryRegistration? = nil - ) - { + ) { self.directoryRegistration = directoryRegistration } } @@ -2559,8 +2498,7 @@ public struct ListDirectoryRegistrationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2575,8 +2513,7 @@ public struct ListDirectoryRegistrationsOutput: Swift.Sendable { public init( directoryRegistrations: [PcaConnectorAdClientTypes.DirectoryRegistrationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryRegistrations = directoryRegistrations self.nextToken = nextToken } @@ -2593,8 +2530,7 @@ public struct GetServicePrincipalNameInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil, directoryRegistrationArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.directoryRegistrationArn = directoryRegistrationArn } @@ -2697,8 +2633,7 @@ extension PcaConnectorAdClientTypes { status: PcaConnectorAdClientTypes.ServicePrincipalNameStatus? = nil, statusReason: PcaConnectorAdClientTypes.ServicePrincipalNameStatusReason? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.connectorArn = connectorArn self.createdAt = createdAt self.directoryRegistrationArn = directoryRegistrationArn @@ -2715,8 +2650,7 @@ public struct GetServicePrincipalNameOutput: Swift.Sendable { public init( servicePrincipalName: PcaConnectorAdClientTypes.ServicePrincipalName? = nil - ) - { + ) { self.servicePrincipalName = servicePrincipalName } } @@ -2728,8 +2662,7 @@ public struct GetTemplateInput: Swift.Sendable { public init( templateArn: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn } } @@ -2748,8 +2681,7 @@ extension PcaConnectorAdClientTypes { public init( majorRevision: Swift.Int? = nil, minorRevision: Swift.Int? = nil - ) - { + ) { self.majorRevision = majorRevision self.minorRevision = minorRevision } @@ -2821,8 +2753,7 @@ extension PcaConnectorAdClientTypes { revision: PcaConnectorAdClientTypes.TemplateRevision? = nil, status: PcaConnectorAdClientTypes.TemplateStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.connectorArn = connectorArn self.createdAt = createdAt @@ -2843,8 +2774,7 @@ public struct GetTemplateOutput: Swift.Sendable { public init( template: PcaConnectorAdClientTypes.Template? = nil - ) - { + ) { self.template = template } } @@ -2860,8 +2790,7 @@ public struct GetTemplateGroupAccessControlEntryInput: Swift.Sendable { public init( groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.groupSecurityIdentifier = groupSecurityIdentifier self.templateArn = templateArn } @@ -2873,8 +2802,7 @@ public struct GetTemplateGroupAccessControlEntryOutput: Swift.Sendable { public init( accessControlEntry: PcaConnectorAdClientTypes.AccessControlEntry? = nil - ) - { + ) { self.accessControlEntry = accessControlEntry } } @@ -2892,8 +2820,7 @@ public struct ListServicePrincipalNamesInput: Swift.Sendable { directoryRegistrationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directoryRegistrationArn = directoryRegistrationArn self.maxResults = maxResults self.nextToken = nextToken @@ -2924,8 +2851,7 @@ extension PcaConnectorAdClientTypes { status: PcaConnectorAdClientTypes.ServicePrincipalNameStatus? = nil, statusReason: PcaConnectorAdClientTypes.ServicePrincipalNameStatusReason? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.connectorArn = connectorArn self.createdAt = createdAt self.directoryRegistrationArn = directoryRegistrationArn @@ -2945,8 +2871,7 @@ public struct ListServicePrincipalNamesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, servicePrincipalNames: [PcaConnectorAdClientTypes.ServicePrincipalNameSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.servicePrincipalNames = servicePrincipalNames } @@ -2959,8 +2884,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2971,8 +2895,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2990,8 +2913,7 @@ public struct ListTemplateGroupAccessControlEntriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.templateArn = templateArn @@ -3007,8 +2929,7 @@ public struct ListTemplateGroupAccessControlEntriesOutput: Swift.Sendable { public init( accessControlEntries: [PcaConnectorAdClientTypes.AccessControlEntrySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessControlEntries = accessControlEntries self.nextToken = nextToken } @@ -3027,8 +2948,7 @@ public struct ListTemplatesInput: Swift.Sendable { connectorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -3071,8 +2991,7 @@ extension PcaConnectorAdClientTypes { revision: PcaConnectorAdClientTypes.TemplateRevision? = nil, status: PcaConnectorAdClientTypes.TemplateStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.connectorArn = connectorArn self.createdAt = createdAt @@ -3096,8 +3015,7 @@ public struct ListTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [PcaConnectorAdClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } @@ -3114,8 +3032,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3138,8 +3055,7 @@ public struct UpdateTemplateGroupAccessControlEntryInput: Swift.Sendable { groupDisplayName: Swift.String? = nil, groupSecurityIdentifier: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.accessRights = accessRights self.groupDisplayName = groupDisplayName self.groupSecurityIdentifier = groupSecurityIdentifier @@ -3160,8 +3076,7 @@ public struct UpdateTemplateInput: Swift.Sendable { definition: PcaConnectorAdClientTypes.TemplateDefinition? = nil, reenrollAllCertificateHolders: Swift.Bool? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.definition = definition self.reenrollAllCertificateHolders = reenrollAllCertificateHolders self.templateArn = templateArn @@ -3179,8 +3094,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/PcaConnectorAdClient.swift b/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/PcaConnectorAdClient.swift index e0d91c50678..2a4919b0acb 100644 --- a/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/PcaConnectorAdClient.swift +++ b/Sources/Services/AWSPcaConnectorAd/Sources/AWSPcaConnectorAd/PcaConnectorAdClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PcaConnectorAdClient: ClientRuntime.Client { public static let clientName = "PcaConnectorAdClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PcaConnectorAdClient.PcaConnectorAdClientConfiguration let serviceName = "Pca Connector Ad" diff --git a/Sources/Services/AWSPcaConnectorScep/Package.swift.txt b/Sources/Services/AWSPcaConnectorScep/Package.swift.txt index 69ce48050a4..45dbb7ad696 100644 --- a/Sources/Services/AWSPcaConnectorScep/Package.swift.txt +++ b/Sources/Services/AWSPcaConnectorScep/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/Models.swift b/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/Models.swift index 453c1606523..30d36167754 100644 --- a/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/Models.swift +++ b/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/Models.swift @@ -67,8 +67,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -92,8 +91,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +117,7 @@ extension PcaConnectorScepClientTypes { createdAt: Foundation.Date? = nil, password: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.connectorArn = connectorArn self.createdAt = createdAt @@ -153,8 +150,7 @@ extension PcaConnectorScepClientTypes { connectorArn: Swift.String? = nil, createdAt: Foundation.Date? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.connectorArn = connectorArn self.createdAt = createdAt @@ -181,8 +177,7 @@ extension PcaConnectorScepClientTypes { connectorArn: Swift.String? = nil, createdAt: Foundation.Date? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.connectorArn = connectorArn self.createdAt = createdAt @@ -218,8 +213,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -245,8 +239,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +271,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -317,8 +309,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie quotaCode: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceType = resourceType @@ -345,8 +336,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -417,8 +407,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: PcaConnectorScepClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -437,8 +426,7 @@ public struct CreateChallengeInput: Swift.Sendable { clientToken: Swift.String? = nil, connectorArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.connectorArn = connectorArn self.tags = tags @@ -451,8 +439,7 @@ public struct CreateChallengeOutput: Swift.Sendable { public init( challenge: PcaConnectorScepClientTypes.Challenge? = nil - ) - { + ) { self.challenge = challenge } } @@ -464,8 +451,7 @@ public struct DeleteChallengeInput: Swift.Sendable { public init( challengeArn: Swift.String? = nil - ) - { + ) { self.challengeArn = challengeArn } } @@ -477,8 +463,7 @@ public struct GetChallengeMetadataInput: Swift.Sendable { public init( challengeArn: Swift.String? = nil - ) - { + ) { self.challengeArn = challengeArn } } @@ -489,8 +474,7 @@ public struct GetChallengeMetadataOutput: Swift.Sendable { public init( challengeMetadata: PcaConnectorScepClientTypes.ChallengeMetadata? = nil - ) - { + ) { self.challengeMetadata = challengeMetadata } } @@ -502,8 +486,7 @@ public struct GetChallengePasswordInput: Swift.Sendable { public init( challengeArn: Swift.String? = nil - ) - { + ) { self.challengeArn = challengeArn } } @@ -514,8 +497,7 @@ public struct GetChallengePasswordOutput: Swift.Sendable { public init( password: Swift.String? = nil - ) - { + ) { self.password = password } } @@ -538,8 +520,7 @@ public struct ListChallengeMetadataInput: Swift.Sendable { connectorArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn self.maxResults = maxResults self.nextToken = nextToken @@ -555,8 +536,7 @@ public struct ListChallengeMetadataOutput: Swift.Sendable { public init( challenges: [PcaConnectorScepClientTypes.ChallengeMetadataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.challenges = challenges self.nextToken = nextToken } @@ -576,8 +556,7 @@ extension PcaConnectorScepClientTypes { public init( azureApplicationId: Swift.String? = nil, domain: Swift.String? = nil - ) - { + ) { self.azureApplicationId = azureApplicationId self.domain = domain } @@ -609,8 +588,7 @@ extension PcaConnectorScepClientTypes { audience: Swift.String? = nil, issuer: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.audience = audience self.issuer = issuer self.subject = subject @@ -753,8 +731,7 @@ extension PcaConnectorScepClientTypes { statusReason: PcaConnectorScepClientTypes.ConnectorStatusReason? = nil, type: PcaConnectorScepClientTypes.ConnectorType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityArn = certificateAuthorityArn self.createdAt = createdAt @@ -805,8 +782,7 @@ extension PcaConnectorScepClientTypes { statusReason: PcaConnectorScepClientTypes.ConnectorStatusReason? = nil, type: PcaConnectorScepClientTypes.ConnectorType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityArn = certificateAuthorityArn self.createdAt = createdAt @@ -837,8 +813,7 @@ public struct CreateConnectorInput: Swift.Sendable { clientToken: Swift.String? = nil, mobileDeviceManagement: PcaConnectorScepClientTypes.MobileDeviceManagement? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.clientToken = clientToken self.mobileDeviceManagement = mobileDeviceManagement @@ -852,8 +827,7 @@ public struct CreateConnectorOutput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -865,8 +839,7 @@ public struct DeleteConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -878,8 +851,7 @@ public struct GetConnectorInput: Swift.Sendable { public init( connectorArn: Swift.String? = nil - ) - { + ) { self.connectorArn = connectorArn } } @@ -890,8 +862,7 @@ public struct GetConnectorOutput: Swift.Sendable { public init( connector: PcaConnectorScepClientTypes.Connector? = nil - ) - { + ) { self.connector = connector } } @@ -905,8 +876,7 @@ public struct ListConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -921,8 +891,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( connectors: [PcaConnectorScepClientTypes.ConnectorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectors = connectors self.nextToken = nextToken } @@ -935,8 +904,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -947,8 +915,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -964,8 +931,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -982,8 +948,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/PcaConnectorScepClient.swift b/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/PcaConnectorScepClient.swift index 9ce83579ab5..8f25abf9ed1 100644 --- a/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/PcaConnectorScepClient.swift +++ b/Sources/Services/AWSPcaConnectorScep/Sources/AWSPcaConnectorScep/PcaConnectorScepClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PcaConnectorScepClient: ClientRuntime.Client { public static let clientName = "PcaConnectorScepClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PcaConnectorScepClient.PcaConnectorScepClientConfiguration let serviceName = "Pca Connector Scep" diff --git a/Sources/Services/AWSPersonalize/Package.swift.txt b/Sources/Services/AWSPersonalize/Package.swift.txt index da4efb80c65..6b604506634 100644 --- a/Sources/Services/AWSPersonalize/Package.swift.txt +++ b/Sources/Services/AWSPersonalize/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/Models.swift b/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/Models.swift index 2b240d0b73d..279f9c2d861 100644 --- a/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/Models.swift +++ b/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/Models.swift @@ -91,8 +91,7 @@ extension PersonalizeClientTypes { public init( dockerURI: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dockerURI = dockerURI self.name = name } @@ -114,8 +113,7 @@ extension PersonalizeClientTypes { isTunable: Swift.Bool = false, name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.isTunable = isTunable self.name = name self.values = values @@ -141,8 +139,7 @@ extension PersonalizeClientTypes { maxValue: Swift.Double = 0.0, minValue: Swift.Double = 0.0, name: Swift.String? = nil - ) - { + ) { self.isTunable = isTunable self.maxValue = maxValue self.minValue = minValue @@ -169,8 +166,7 @@ extension PersonalizeClientTypes { maxValue: Swift.Int = 0, minValue: Swift.Int = 0, name: Swift.String? = nil - ) - { + ) { self.isTunable = isTunable self.maxValue = maxValue self.minValue = minValue @@ -194,8 +190,7 @@ extension PersonalizeClientTypes { categoricalHyperParameterRanges: [PersonalizeClientTypes.DefaultCategoricalHyperParameterRange]? = nil, continuousHyperParameterRanges: [PersonalizeClientTypes.DefaultContinuousHyperParameterRange]? = nil, integerHyperParameterRanges: [PersonalizeClientTypes.DefaultIntegerHyperParameterRange]? = nil - ) - { + ) { self.categoricalHyperParameterRanges = categoricalHyperParameterRanges self.continuousHyperParameterRanges = continuousHyperParameterRanges self.integerHyperParameterRanges = integerHyperParameterRanges @@ -239,8 +234,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, roleArn: Swift.String? = nil, trainingInputMode: Swift.String? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.algorithmImage = algorithmImage self.creationDateTime = creationDateTime @@ -273,8 +267,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -297,8 +290,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -321,8 +313,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -345,8 +336,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -369,8 +359,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -393,8 +382,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -408,8 +396,7 @@ extension PersonalizeClientTypes { public init( itemExplorationConfig: [Swift.String: Swift.String]? = nil - ) - { + ) { self.itemExplorationConfig = itemExplorationConfig } } @@ -457,8 +444,7 @@ extension PersonalizeClientTypes { public init( kmsKeyArn: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.path = path } @@ -475,8 +461,7 @@ extension PersonalizeClientTypes { public init( s3DataSource: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -492,8 +477,7 @@ extension PersonalizeClientTypes { public init( s3DataDestination: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.s3DataDestination = s3DataDestination } } @@ -513,8 +497,7 @@ extension PersonalizeClientTypes { public init( tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.tagKey = tagKey self.tagValue = tagValue } @@ -531,8 +514,7 @@ extension PersonalizeClientTypes { public init( itemName: Swift.String? = nil - ) - { + ) { self.itemName = itemName } } @@ -548,8 +530,7 @@ extension PersonalizeClientTypes { public init( fieldsForThemeGeneration: PersonalizeClientTypes.FieldsForThemeGeneration? = nil - ) - { + ) { self.fieldsForThemeGeneration = fieldsForThemeGeneration } } @@ -596,8 +577,7 @@ public struct CreateBatchInferenceJobInput: Swift.Sendable { solutionVersionArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil, themeGenerationConfig: PersonalizeClientTypes.ThemeGenerationConfig? = nil - ) - { + ) { self.batchInferenceJobConfig = batchInferenceJobConfig self.batchInferenceJobMode = batchInferenceJobMode self.filterArn = filterArn @@ -618,8 +598,7 @@ public struct CreateBatchInferenceJobOutput: Swift.Sendable { public init( batchInferenceJobArn: Swift.String? = nil - ) - { + ) { self.batchInferenceJobArn = batchInferenceJobArn } } @@ -634,8 +613,7 @@ extension PersonalizeClientTypes { public init( s3DataSource: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -651,8 +629,7 @@ extension PersonalizeClientTypes { public init( s3DataDestination: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.s3DataDestination = s3DataDestination } } @@ -690,8 +667,7 @@ public struct CreateBatchSegmentJobInput: Swift.Sendable { roleArn: Swift.String? = nil, solutionVersionArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.filterArn = filterArn self.jobInput = jobInput self.jobName = jobName @@ -709,8 +685,7 @@ public struct CreateBatchSegmentJobOutput: Swift.Sendable { public init( batchSegmentJobArn: Swift.String? = nil - ) - { + ) { self.batchSegmentJobArn = batchSegmentJobArn } } @@ -730,8 +705,7 @@ extension PersonalizeClientTypes { enableMetadataWithRecommendations: Swift.Bool? = nil, itemExplorationConfig: [Swift.String: Swift.String]? = nil, syncWithLatestSolutionVersion: Swift.Bool? = nil - ) - { + ) { self.enableMetadataWithRecommendations = enableMetadataWithRecommendations self.itemExplorationConfig = itemExplorationConfig self.syncWithLatestSolutionVersion = syncWithLatestSolutionVersion @@ -759,8 +733,7 @@ public struct CreateCampaignInput: Swift.Sendable { name: Swift.String? = nil, solutionVersionArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.campaignConfig = campaignConfig self.minProvisionedTPS = minProvisionedTPS self.name = name @@ -775,8 +748,7 @@ public struct CreateCampaignOutput: Swift.Sendable { public init( campaignArn: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn } } @@ -790,8 +762,7 @@ extension PersonalizeClientTypes { public init( dataLocation: Swift.String? = nil - ) - { + ) { self.dataLocation = dataLocation } } @@ -819,8 +790,7 @@ public struct CreateDataDeletionJobInput: Swift.Sendable { jobName: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.dataSource = dataSource self.datasetGroupArn = datasetGroupArn self.jobName = jobName @@ -835,8 +805,7 @@ public struct CreateDataDeletionJobOutput: Swift.Sendable { public init( dataDeletionJobArn: Swift.String? = nil - ) - { + ) { self.dataDeletionJobArn = dataDeletionJobArn } } @@ -873,8 +842,7 @@ public struct CreateDatasetInput: Swift.Sendable { name: Swift.String? = nil, schemaArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.datasetType = datasetType self.name = name @@ -889,8 +857,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -937,8 +904,7 @@ extension PersonalizeClientTypes { public init( s3DataDestination: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.s3DataDestination = s3DataDestination } } @@ -969,8 +935,7 @@ public struct CreateDatasetExportJobInput: Swift.Sendable { jobOutput: PersonalizeClientTypes.DatasetExportJobOutput? = nil, roleArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetArn = datasetArn self.ingestionMode = ingestionMode self.jobName = jobName @@ -986,8 +951,7 @@ public struct CreateDatasetExportJobOutput: Swift.Sendable { public init( datasetExportJobArn: Swift.String? = nil - ) - { + ) { self.datasetExportJobArn = datasetExportJobArn } } @@ -1040,8 +1004,7 @@ public struct CreateDatasetGroupInput: Swift.Sendable { name: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.domain = domain self.kmsKeyArn = kmsKeyArn self.name = name @@ -1059,8 +1022,7 @@ public struct CreateDatasetGroupOutput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil, domain: PersonalizeClientTypes.Domain? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.domain = domain } @@ -1127,8 +1089,7 @@ public struct CreateDatasetImportJobInput: Swift.Sendable { publishAttributionMetricsToS3: Swift.Bool? = nil, roleArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.dataSource = dataSource self.datasetArn = datasetArn self.importMode = importMode @@ -1145,8 +1106,7 @@ public struct CreateDatasetImportJobOutput: Swift.Sendable { public init( datasetImportJobArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn } } @@ -1165,8 +1125,7 @@ public struct CreateEventTrackerInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, name: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.name = name self.tags = tags @@ -1182,8 +1141,7 @@ public struct CreateEventTrackerOutput: Swift.Sendable { public init( eventTrackerArn: Swift.String? = nil, trackingId: Swift.String? = nil - ) - { + ) { self.eventTrackerArn = eventTrackerArn self.trackingId = trackingId } @@ -1207,8 +1165,7 @@ public struct CreateFilterInput: Swift.Sendable { filterExpression: Swift.String? = nil, name: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.filterExpression = filterExpression self.name = name @@ -1227,8 +1184,7 @@ public struct CreateFilterOutput: Swift.Sendable { public init( filterArn: Swift.String? = nil - ) - { + ) { self.filterArn = filterArn } } @@ -1251,8 +1207,7 @@ extension PersonalizeClientTypes { eventType: Swift.String? = nil, expression: Swift.String? = nil, metricName: Swift.String? = nil - ) - { + ) { self.eventType = eventType self.expression = expression self.metricName = metricName @@ -1273,8 +1228,7 @@ extension PersonalizeClientTypes { public init( roleArn: Swift.String? = nil, s3DataDestination: PersonalizeClientTypes.S3DataConfig? = nil - ) - { + ) { self.roleArn = roleArn self.s3DataDestination = s3DataDestination } @@ -1300,8 +1254,7 @@ public struct CreateMetricAttributionInput: Swift.Sendable { metrics: [PersonalizeClientTypes.MetricAttribute]? = nil, metricsOutputConfig: PersonalizeClientTypes.MetricAttributionOutput? = nil, name: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.metrics = metrics self.metricsOutputConfig = metricsOutputConfig @@ -1315,8 +1268,7 @@ public struct CreateMetricAttributionOutput: Swift.Sendable { public init( metricAttributionArn: Swift.String? = nil - ) - { + ) { self.metricAttributionArn = metricAttributionArn } } @@ -1330,8 +1282,7 @@ extension PersonalizeClientTypes { public init( excludedDatasetColumns: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.excludedDatasetColumns = excludedDatasetColumns } } @@ -1355,8 +1306,7 @@ extension PersonalizeClientTypes { itemExplorationConfig: [Swift.String: Swift.String]? = nil, minRecommendationRequestsPerSecond: Swift.Int? = nil, trainingDataConfig: PersonalizeClientTypes.TrainingDataConfig? = nil - ) - { + ) { self.enableMetadataWithRecommendations = enableMetadataWithRecommendations self.itemExplorationConfig = itemExplorationConfig self.minRecommendationRequestsPerSecond = minRecommendationRequestsPerSecond @@ -1386,8 +1336,7 @@ public struct CreateRecommenderInput: Swift.Sendable { recipeArn: Swift.String? = nil, recommenderConfig: PersonalizeClientTypes.RecommenderConfig? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.name = name self.recipeArn = recipeArn @@ -1402,8 +1351,7 @@ public struct CreateRecommenderOutput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -1422,8 +1370,7 @@ public struct CreateSchemaInput: Swift.Sendable { domain: PersonalizeClientTypes.Domain? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.domain = domain self.name = name self.schema = schema @@ -1436,8 +1383,7 @@ public struct CreateSchemaOutput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -1454,8 +1400,7 @@ extension PersonalizeClientTypes { public init( metricName: Swift.String? = nil, recipeList: [Swift.String]? = nil - ) - { + ) { self.metricName = metricName self.recipeList = recipeList } @@ -1471,8 +1416,7 @@ extension PersonalizeClientTypes { public init( schedulingExpression: Swift.String? = nil - ) - { + ) { self.schedulingExpression = schedulingExpression } } @@ -1490,8 +1434,7 @@ extension PersonalizeClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1513,8 +1456,7 @@ extension PersonalizeClientTypes { maxValue: Swift.Double = 0.0, minValue: Swift.Double = 0.0, name: Swift.String? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -1537,8 +1479,7 @@ extension PersonalizeClientTypes { maxValue: Swift.Int = 0, minValue: Swift.Int = 0, name: Swift.String? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -1561,8 +1502,7 @@ extension PersonalizeClientTypes { categoricalHyperParameterRanges: [PersonalizeClientTypes.CategoricalHyperParameterRange]? = nil, continuousHyperParameterRanges: [PersonalizeClientTypes.ContinuousHyperParameterRange]? = nil, integerHyperParameterRanges: [PersonalizeClientTypes.IntegerHyperParameterRange]? = nil - ) - { + ) { self.categoricalHyperParameterRanges = categoricalHyperParameterRanges self.continuousHyperParameterRanges = continuousHyperParameterRanges self.integerHyperParameterRanges = integerHyperParameterRanges @@ -1585,8 +1525,7 @@ extension PersonalizeClientTypes { metricName: Swift.String? = nil, metricRegex: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.metricRegex = metricRegex self.type = type @@ -1606,8 +1545,7 @@ extension PersonalizeClientTypes { public init( maxNumberOfTrainingJobs: Swift.String? = nil, maxParallelTrainingJobs: Swift.String? = nil - ) - { + ) { self.maxNumberOfTrainingJobs = maxNumberOfTrainingJobs self.maxParallelTrainingJobs = maxParallelTrainingJobs } @@ -1629,8 +1567,7 @@ extension PersonalizeClientTypes { algorithmHyperParameterRanges: PersonalizeClientTypes.HyperParameterRanges? = nil, hpoObjective: PersonalizeClientTypes.HPOObjective? = nil, hpoResourceConfig: PersonalizeClientTypes.HPOResourceConfig? = nil - ) - { + ) { self.algorithmHyperParameterRanges = algorithmHyperParameterRanges self.hpoObjective = hpoObjective self.hpoResourceConfig = hpoResourceConfig @@ -1685,8 +1622,7 @@ extension PersonalizeClientTypes { public init( itemAttribute: Swift.String? = nil, objectiveSensitivity: PersonalizeClientTypes.ObjectiveSensitivity? = nil - ) - { + ) { self.itemAttribute = itemAttribute self.objectiveSensitivity = objectiveSensitivity } @@ -1723,8 +1659,7 @@ extension PersonalizeClientTypes { hpoConfig: PersonalizeClientTypes.HPOConfig? = nil, optimizationObjective: PersonalizeClientTypes.OptimizationObjective? = nil, trainingDataConfig: PersonalizeClientTypes.TrainingDataConfig? = nil - ) - { + ) { self.algorithmHyperParameters = algorithmHyperParameters self.autoMLConfig = autoMLConfig self.autoTrainingConfig = autoTrainingConfig @@ -1769,8 +1704,7 @@ public struct CreateSolutionInput: Swift.Sendable { recipeArn: Swift.String? = nil, solutionConfig: PersonalizeClientTypes.SolutionConfig? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.eventType = eventType self.name = name @@ -1789,8 +1723,7 @@ public struct CreateSolutionOutput: Swift.Sendable { public init( solutionArn: Swift.String? = nil - ) - { + ) { self.solutionArn = solutionArn } } @@ -1843,8 +1776,7 @@ public struct CreateSolutionVersionInput: Swift.Sendable { solutionArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil, trainingMode: PersonalizeClientTypes.TrainingMode? = nil - ) - { + ) { self.name = name self.solutionArn = solutionArn self.tags = tags @@ -1858,8 +1790,7 @@ public struct CreateSolutionVersionOutput: Swift.Sendable { public init( solutionVersionArn: Swift.String? = nil - ) - { + ) { self.solutionVersionArn = solutionVersionArn } } @@ -1871,8 +1802,7 @@ public struct DeleteCampaignInput: Swift.Sendable { public init( campaignArn: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn } } @@ -1884,8 +1814,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -1897,8 +1826,7 @@ public struct DeleteDatasetGroupInput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn } } @@ -1910,8 +1838,7 @@ public struct DeleteEventTrackerInput: Swift.Sendable { public init( eventTrackerArn: Swift.String? = nil - ) - { + ) { self.eventTrackerArn = eventTrackerArn } } @@ -1923,8 +1850,7 @@ public struct DeleteFilterInput: Swift.Sendable { public init( filterArn: Swift.String? = nil - ) - { + ) { self.filterArn = filterArn } } @@ -1936,8 +1862,7 @@ public struct DeleteMetricAttributionInput: Swift.Sendable { public init( metricAttributionArn: Swift.String? = nil - ) - { + ) { self.metricAttributionArn = metricAttributionArn } } @@ -1949,8 +1874,7 @@ public struct DeleteRecommenderInput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -1962,8 +1886,7 @@ public struct DeleteSchemaInput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -1975,8 +1898,7 @@ public struct DeleteSolutionInput: Swift.Sendable { public init( solutionArn: Swift.String? = nil - ) - { + ) { self.solutionArn = solutionArn } } @@ -1988,8 +1910,7 @@ public struct DescribeAlgorithmInput: Swift.Sendable { public init( algorithmArn: Swift.String? = nil - ) - { + ) { self.algorithmArn = algorithmArn } } @@ -2000,8 +1921,7 @@ public struct DescribeAlgorithmOutput: Swift.Sendable { public init( algorithm: PersonalizeClientTypes.Algorithm? = nil - ) - { + ) { self.algorithm = algorithm } } @@ -2013,8 +1933,7 @@ public struct DescribeBatchInferenceJobInput: Swift.Sendable { public init( batchInferenceJobArn: Swift.String? = nil - ) - { + ) { self.batchInferenceJobArn = batchInferenceJobArn } } @@ -2078,8 +1997,7 @@ extension PersonalizeClientTypes { solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil, themeGenerationConfig: PersonalizeClientTypes.ThemeGenerationConfig? = nil - ) - { + ) { self.batchInferenceJobArn = batchInferenceJobArn self.batchInferenceJobConfig = batchInferenceJobConfig self.batchInferenceJobMode = batchInferenceJobMode @@ -2105,8 +2023,7 @@ public struct DescribeBatchInferenceJobOutput: Swift.Sendable { public init( batchInferenceJob: PersonalizeClientTypes.BatchInferenceJob? = nil - ) - { + ) { self.batchInferenceJob = batchInferenceJob } } @@ -2118,8 +2035,7 @@ public struct DescribeBatchSegmentJobInput: Swift.Sendable { public init( batchSegmentJobArn: Swift.String? = nil - ) - { + ) { self.batchSegmentJobArn = batchSegmentJobArn } } @@ -2174,8 +2090,7 @@ extension PersonalizeClientTypes { roleArn: Swift.String? = nil, solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.batchSegmentJobArn = batchSegmentJobArn self.creationDateTime = creationDateTime self.failureReason = failureReason @@ -2198,8 +2113,7 @@ public struct DescribeBatchSegmentJobOutput: Swift.Sendable { public init( batchSegmentJob: PersonalizeClientTypes.BatchSegmentJob? = nil - ) - { + ) { self.batchSegmentJob = batchSegmentJob } } @@ -2211,8 +2125,7 @@ public struct DescribeCampaignInput: Swift.Sendable { public init( campaignArn: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn } } @@ -2248,8 +2161,7 @@ extension PersonalizeClientTypes { minProvisionedTPS: Swift.Int? = nil, solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.campaignConfig = campaignConfig self.creationDateTime = creationDateTime self.failureReason = failureReason @@ -2301,8 +2213,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.campaignConfig = campaignConfig self.creationDateTime = creationDateTime @@ -2323,8 +2234,7 @@ public struct DescribeCampaignOutput: Swift.Sendable { public init( campaign: PersonalizeClientTypes.Campaign? = nil - ) - { + ) { self.campaign = campaign } } @@ -2336,8 +2246,7 @@ public struct DescribeDataDeletionJobInput: Swift.Sendable { public init( dataDeletionJobArn: Swift.String? = nil - ) - { + ) { self.dataDeletionJobArn = dataDeletionJobArn } } @@ -2380,8 +2289,7 @@ extension PersonalizeClientTypes { numDeleted: Swift.Int? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.dataDeletionJobArn = dataDeletionJobArn self.dataSource = dataSource @@ -2410,8 +2318,7 @@ public struct DescribeDataDeletionJobOutput: Swift.Sendable { public init( dataDeletionJob: PersonalizeClientTypes.DataDeletionJob? = nil - ) - { + ) { self.dataDeletionJob = dataDeletionJob } } @@ -2423,8 +2330,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -2450,8 +2356,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, schemaArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReason = failureReason self.lastUpdatedDateTime = lastUpdatedDateTime @@ -2511,8 +2416,7 @@ extension PersonalizeClientTypes { schemaArn: Swift.String? = nil, status: Swift.String? = nil, trackingId: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetArn = datasetArn self.datasetGroupArn = datasetGroupArn @@ -2533,8 +2437,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( dataset: PersonalizeClientTypes.Dataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -2546,8 +2449,7 @@ public struct DescribeDatasetExportJobInput: Swift.Sendable { public init( datasetExportJobArn: Swift.String? = nil - ) - { + ) { self.datasetExportJobArn = datasetExportJobArn } } @@ -2592,8 +2494,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetArn = datasetArn self.datasetExportJobArn = datasetExportJobArn @@ -2622,8 +2523,7 @@ public struct DescribeDatasetExportJobOutput: Swift.Sendable { public init( datasetExportJob: PersonalizeClientTypes.DatasetExportJob? = nil - ) - { + ) { self.datasetExportJob = datasetExportJob } } @@ -2635,8 +2535,7 @@ public struct DescribeDatasetGroupInput: Swift.Sendable { public init( datasetGroupArn: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn } } @@ -2678,8 +2577,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.domain = domain @@ -2699,8 +2597,7 @@ public struct DescribeDatasetGroupOutput: Swift.Sendable { public init( datasetGroup: PersonalizeClientTypes.DatasetGroup? = nil - ) - { + ) { self.datasetGroup = datasetGroup } } @@ -2712,8 +2609,7 @@ public struct DescribeDatasetImportJobInput: Swift.Sendable { public init( datasetImportJobArn: Swift.String? = nil - ) - { + ) { self.datasetImportJobArn = datasetImportJobArn } } @@ -2761,8 +2657,7 @@ extension PersonalizeClientTypes { publishAttributionMetricsToS3: Swift.Bool? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.dataSource = dataSource self.datasetArn = datasetArn @@ -2792,8 +2687,7 @@ public struct DescribeDatasetImportJobOutput: Swift.Sendable { public init( datasetImportJob: PersonalizeClientTypes.DatasetImportJob? = nil - ) - { + ) { self.datasetImportJob = datasetImportJob } } @@ -2805,8 +2699,7 @@ public struct DescribeEventTrackerInput: Swift.Sendable { public init( eventTrackerArn: Swift.String? = nil - ) - { + ) { self.eventTrackerArn = eventTrackerArn } } @@ -2845,8 +2738,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, status: Swift.String? = nil, trackingId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn @@ -2865,8 +2757,7 @@ public struct DescribeEventTrackerOutput: Swift.Sendable { public init( eventTracker: PersonalizeClientTypes.EventTracker? = nil - ) - { + ) { self.eventTracker = eventTracker } } @@ -2878,8 +2769,7 @@ public struct DescribeFeatureTransformationInput: Swift.Sendable { public init( featureTransformationArn: Swift.String? = nil - ) - { + ) { self.featureTransformationArn = featureTransformationArn } } @@ -2910,8 +2800,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.defaultParameters = defaultParameters self.featureTransformationArn = featureTransformationArn @@ -2928,8 +2817,7 @@ public struct DescribeFeatureTransformationOutput: Swift.Sendable { public init( featureTransformation: PersonalizeClientTypes.FeatureTransformation? = nil - ) - { + ) { self.featureTransformation = featureTransformation } } @@ -2941,8 +2829,7 @@ public struct DescribeFilterInput: Swift.Sendable { public init( filterArn: Swift.String? = nil - ) - { + ) { self.filterArn = filterArn } } @@ -2977,8 +2864,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.failureReason = failureReason @@ -3002,8 +2888,7 @@ public struct DescribeFilterOutput: Swift.Sendable { public init( filter: PersonalizeClientTypes.Filter? = nil - ) - { + ) { self.filter = filter } } @@ -3015,8 +2900,7 @@ public struct DescribeMetricAttributionInput: Swift.Sendable { public init( metricAttributionArn: Swift.String? = nil - ) - { + ) { self.metricAttributionArn = metricAttributionArn } } @@ -3051,8 +2935,7 @@ extension PersonalizeClientTypes { metricsOutputConfig: PersonalizeClientTypes.MetricAttributionOutput? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.failureReason = failureReason @@ -3071,8 +2954,7 @@ public struct DescribeMetricAttributionOutput: Swift.Sendable { public init( metricAttribution: PersonalizeClientTypes.MetricAttribution? = nil - ) - { + ) { self.metricAttribution = metricAttribution } } @@ -3084,8 +2966,7 @@ public struct DescribeRecipeInput: Swift.Sendable { public init( recipeArn: Swift.String? = nil - ) - { + ) { self.recipeArn = recipeArn } } @@ -3129,8 +3010,7 @@ extension PersonalizeClientTypes { recipeArn: Swift.String? = nil, recipeType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.creationDateTime = creationDateTime self.description = description @@ -3150,8 +3030,7 @@ public struct DescribeRecipeOutput: Swift.Sendable { public init( recipe: PersonalizeClientTypes.Recipe? = nil - ) - { + ) { self.recipe = recipe } } @@ -3163,8 +3042,7 @@ public struct DescribeRecommenderInput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -3190,8 +3068,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, recommenderConfig: PersonalizeClientTypes.RecommenderConfig? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReason = failureReason self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3246,8 +3123,7 @@ extension PersonalizeClientTypes { recommenderArn: Swift.String? = nil, recommenderConfig: PersonalizeClientTypes.RecommenderConfig? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.failureReason = failureReason @@ -3269,8 +3145,7 @@ public struct DescribeRecommenderOutput: Swift.Sendable { public init( recommender: PersonalizeClientTypes.Recommender? = nil - ) - { + ) { self.recommender = recommender } } @@ -3282,8 +3157,7 @@ public struct DescribeSchemaInput: Swift.Sendable { public init( schemaArn: Swift.String? = nil - ) - { + ) { self.schemaArn = schemaArn } } @@ -3312,8 +3186,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, schema: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.domain = domain self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3330,8 +3203,7 @@ public struct DescribeSchemaOutput: Swift.Sendable { public init( schema: PersonalizeClientTypes.DatasetSchema? = nil - ) - { + ) { self.schema = schema } } @@ -3343,8 +3215,7 @@ public struct DescribeSolutionInput: Swift.Sendable { public init( solutionArn: Swift.String? = nil - ) - { + ) { self.solutionArn = solutionArn } } @@ -3358,8 +3229,7 @@ extension PersonalizeClientTypes { public init( bestRecipeArn: Swift.String? = nil - ) - { + ) { self.bestRecipeArn = bestRecipeArn } } @@ -3374,8 +3244,7 @@ extension PersonalizeClientTypes { public init( autoTrainingConfig: PersonalizeClientTypes.AutoTrainingConfig? = nil - ) - { + ) { self.autoTrainingConfig = autoTrainingConfig } } @@ -3405,8 +3274,7 @@ extension PersonalizeClientTypes { performAutoTraining: Swift.Bool? = nil, solutionUpdateConfig: PersonalizeClientTypes.SolutionUpdateConfig? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReason = failureReason self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3475,8 +3343,7 @@ extension PersonalizeClientTypes { status: Swift.String? = nil, trainingMode: PersonalizeClientTypes.TrainingMode? = nil, trainingType: PersonalizeClientTypes.TrainingType? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReason = failureReason self.lastUpdatedDateTime = lastUpdatedDateTime @@ -3543,8 +3410,7 @@ extension PersonalizeClientTypes { solutionArn: Swift.String? = nil, solutionConfig: PersonalizeClientTypes.SolutionConfig? = nil, status: Swift.String? = nil - ) - { + ) { self.autoMLResult = autoMLResult self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn @@ -3570,8 +3436,7 @@ public struct DescribeSolutionOutput: Swift.Sendable { public init( solution: PersonalizeClientTypes.Solution? = nil - ) - { + ) { self.solution = solution } } @@ -3583,8 +3448,7 @@ public struct DescribeSolutionVersionInput: Swift.Sendable { public init( solutionVersionArn: Swift.String? = nil - ) - { + ) { self.solutionVersionArn = solutionVersionArn } } @@ -3598,8 +3462,7 @@ extension PersonalizeClientTypes { public init( algorithmHyperParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.algorithmHyperParameters = algorithmHyperParameters } } @@ -3674,8 +3537,7 @@ extension PersonalizeClientTypes { trainingMode: PersonalizeClientTypes.TrainingMode? = nil, trainingType: PersonalizeClientTypes.TrainingType? = nil, tunedHPOParams: PersonalizeClientTypes.TunedHPOParams? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.eventType = eventType @@ -3703,8 +3565,7 @@ public struct DescribeSolutionVersionOutput: Swift.Sendable { public init( solutionVersion: PersonalizeClientTypes.SolutionVersion? = nil - ) - { + ) { self.solutionVersion = solutionVersion } } @@ -3716,8 +3577,7 @@ public struct GetSolutionMetricsInput: Swift.Sendable { public init( solutionVersionArn: Swift.String? = nil - ) - { + ) { self.solutionVersionArn = solutionVersionArn } } @@ -3731,8 +3591,7 @@ public struct GetSolutionMetricsOutput: Swift.Sendable { public init( metrics: [Swift.String: Swift.Double]? = nil, solutionVersionArn: Swift.String? = nil - ) - { + ) { self.metrics = metrics self.solutionVersionArn = solutionVersionArn } @@ -3756,8 +3615,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3774,8 +3632,7 @@ public struct ListBatchInferenceJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, solutionVersionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.solutionVersionArn = solutionVersionArn @@ -3820,8 +3677,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.batchInferenceJobArn = batchInferenceJobArn self.batchInferenceJobMode = batchInferenceJobMode self.creationDateTime = creationDateTime @@ -3843,8 +3699,7 @@ public struct ListBatchInferenceJobsOutput: Swift.Sendable { public init( batchInferenceJobs: [PersonalizeClientTypes.BatchInferenceJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchInferenceJobs = batchInferenceJobs self.nextToken = nextToken } @@ -3862,8 +3717,7 @@ public struct ListBatchSegmentJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, solutionVersionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.solutionVersionArn = solutionVersionArn @@ -3905,8 +3759,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, solutionVersionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.batchSegmentJobArn = batchSegmentJobArn self.creationDateTime = creationDateTime self.failureReason = failureReason @@ -3927,8 +3780,7 @@ public struct ListBatchSegmentJobsOutput: Swift.Sendable { public init( batchSegmentJobs: [PersonalizeClientTypes.BatchSegmentJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchSegmentJobs = batchSegmentJobs self.nextToken = nextToken } @@ -3946,8 +3798,7 @@ public struct ListCampaignsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, solutionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.solutionArn = solutionArn @@ -3982,8 +3833,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.creationDateTime = creationDateTime self.failureReason = failureReason @@ -4003,8 +3853,7 @@ public struct ListCampaignsOutput: Swift.Sendable { public init( campaigns: [PersonalizeClientTypes.CampaignSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.campaigns = campaigns self.nextToken = nextToken } @@ -4022,8 +3871,7 @@ public struct ListDataDeletionJobsInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4059,8 +3907,7 @@ extension PersonalizeClientTypes { jobName: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.dataDeletionJobArn = dataDeletionJobArn self.datasetGroupArn = datasetGroupArn @@ -4081,8 +3928,7 @@ public struct ListDataDeletionJobsOutput: Swift.Sendable { public init( dataDeletionJobs: [PersonalizeClientTypes.DataDeletionJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataDeletionJobs = dataDeletionJobs self.nextToken = nextToken } @@ -4100,8 +3946,7 @@ public struct ListDatasetExportJobsInput: Swift.Sendable { datasetArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.maxResults = maxResults self.nextToken = nextToken @@ -4134,8 +3979,7 @@ extension PersonalizeClientTypes { jobName: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetExportJobArn = datasetExportJobArn self.failureReason = failureReason @@ -4155,8 +3999,7 @@ public struct ListDatasetExportJobsOutput: Swift.Sendable { public init( datasetExportJobs: [PersonalizeClientTypes.DatasetExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetExportJobs = datasetExportJobs self.nextToken = nextToken } @@ -4171,8 +4014,7 @@ public struct ListDatasetGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4209,8 +4051,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.domain = domain @@ -4231,8 +4072,7 @@ public struct ListDatasetGroupsOutput: Swift.Sendable { public init( datasetGroups: [PersonalizeClientTypes.DatasetGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroups = datasetGroups self.nextToken = nextToken } @@ -4250,8 +4090,7 @@ public struct ListDatasetImportJobsInput: Swift.Sendable { datasetArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.maxResults = maxResults self.nextToken = nextToken @@ -4287,8 +4126,7 @@ extension PersonalizeClientTypes { jobName: Swift.String? = nil, lastUpdatedDateTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetImportJobArn = datasetImportJobArn self.failureReason = failureReason @@ -4309,8 +4147,7 @@ public struct ListDatasetImportJobsOutput: Swift.Sendable { public init( datasetImportJobs: [PersonalizeClientTypes.DatasetImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetImportJobs = datasetImportJobs self.nextToken = nextToken } @@ -4328,8 +4165,7 @@ public struct ListDatasetsInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4372,8 +4208,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetArn = datasetArn self.datasetType = datasetType @@ -4393,8 +4228,7 @@ public struct ListDatasetsOutput: Swift.Sendable { public init( datasets: [PersonalizeClientTypes.DatasetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasets = datasets self.nextToken = nextToken } @@ -4412,8 +4246,7 @@ public struct ListEventTrackersInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4445,8 +4278,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.eventTrackerArn = eventTrackerArn self.lastUpdatedDateTime = lastUpdatedDateTime @@ -4465,8 +4297,7 @@ public struct ListEventTrackersOutput: Swift.Sendable { public init( eventTrackers: [PersonalizeClientTypes.EventTrackerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventTrackers = eventTrackers self.nextToken = nextToken } @@ -4484,8 +4315,7 @@ public struct ListFiltersInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4519,8 +4349,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.failureReason = failureReason @@ -4541,8 +4370,7 @@ public struct ListFiltersOutput: Swift.Sendable { public init( filters: [PersonalizeClientTypes.FilterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.nextToken = nextToken } @@ -4560,8 +4388,7 @@ public struct ListMetricAttributionMetricsInput: Swift.Sendable { maxResults: Swift.Int? = nil, metricAttributionArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.metricAttributionArn = metricAttributionArn self.nextToken = nextToken @@ -4577,8 +4404,7 @@ public struct ListMetricAttributionMetricsOutput: Swift.Sendable { public init( metrics: [PersonalizeClientTypes.MetricAttribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metrics = metrics self.nextToken = nextToken } @@ -4596,8 +4422,7 @@ public struct ListMetricAttributionsInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4628,8 +4453,7 @@ extension PersonalizeClientTypes { metricAttributionArn: Swift.String? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.failureReason = failureReason self.lastUpdatedDateTime = lastUpdatedDateTime @@ -4649,8 +4473,7 @@ public struct ListMetricAttributionsOutput: Swift.Sendable { public init( metricAttributions: [PersonalizeClientTypes.MetricAttributionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricAttributions = metricAttributions self.nextToken = nextToken } @@ -4697,8 +4520,7 @@ public struct ListRecipesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recipeProvider: PersonalizeClientTypes.RecipeProvider? = nil - ) - { + ) { self.domain = domain self.maxResults = maxResults self.nextToken = nextToken @@ -4730,8 +4552,7 @@ extension PersonalizeClientTypes { name: Swift.String? = nil, recipeArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.domain = domain self.lastUpdatedDateTime = lastUpdatedDateTime @@ -4751,8 +4572,7 @@ public struct ListRecipesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recipes: [PersonalizeClientTypes.RecipeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recipes = recipes } @@ -4770,8 +4590,7 @@ public struct ListRecommendersInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4814,8 +4633,7 @@ extension PersonalizeClientTypes { recommenderArn: Swift.String? = nil, recommenderConfig: PersonalizeClientTypes.RecommenderConfig? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.datasetGroupArn = datasetGroupArn self.lastUpdatedDateTime = lastUpdatedDateTime @@ -4837,8 +4655,7 @@ public struct ListRecommendersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommenders: [PersonalizeClientTypes.RecommenderSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommenders = recommenders } @@ -4853,8 +4670,7 @@ public struct ListSchemasInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4881,8 +4697,7 @@ extension PersonalizeClientTypes { lastUpdatedDateTime: Foundation.Date? = nil, name: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.domain = domain self.lastUpdatedDateTime = lastUpdatedDateTime @@ -4901,8 +4716,7 @@ public struct ListSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [PersonalizeClientTypes.DatasetSchemaSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -4920,8 +4734,7 @@ public struct ListSolutionsInput: Swift.Sendable { datasetGroupArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetGroupArn = datasetGroupArn self.maxResults = maxResults self.nextToken = nextToken @@ -4956,8 +4769,7 @@ extension PersonalizeClientTypes { recipeArn: Swift.String? = nil, solutionArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.lastUpdatedDateTime = lastUpdatedDateTime self.name = name @@ -4977,8 +4789,7 @@ public struct ListSolutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, solutions: [PersonalizeClientTypes.SolutionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.solutions = solutions } @@ -4996,8 +4807,7 @@ public struct ListSolutionVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, solutionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.solutionArn = solutionArn @@ -5013,8 +4823,7 @@ public struct ListSolutionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, solutionVersions: [PersonalizeClientTypes.SolutionVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.solutionVersions = solutionVersions } @@ -5027,8 +4836,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5039,8 +4847,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -5052,8 +4859,7 @@ public struct StartRecommenderInput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -5064,8 +4870,7 @@ public struct StartRecommenderOutput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -5077,8 +4882,7 @@ public struct StopRecommenderInput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -5089,8 +4893,7 @@ public struct StopRecommenderOutput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -5102,8 +4905,7 @@ public struct StopSolutionVersionCreationInput: Swift.Sendable { public init( solutionVersionArn: Swift.String? = nil - ) - { + ) { self.solutionVersionArn = solutionVersionArn } } @@ -5119,8 +4921,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [PersonalizeClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5149,8 +4950,7 @@ public struct TooManyTagKeysException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5166,8 +4966,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5194,8 +4993,7 @@ public struct UpdateCampaignInput: Swift.Sendable { campaignConfig: PersonalizeClientTypes.CampaignConfig? = nil, minProvisionedTPS: Swift.Int? = nil, solutionVersionArn: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.campaignConfig = campaignConfig self.minProvisionedTPS = minProvisionedTPS @@ -5209,8 +5007,7 @@ public struct UpdateCampaignOutput: Swift.Sendable { public init( campaignArn: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn } } @@ -5226,8 +5023,7 @@ public struct UpdateDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil, schemaArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.schemaArn = schemaArn } @@ -5239,8 +5035,7 @@ public struct UpdateDatasetOutput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -5260,8 +5055,7 @@ public struct UpdateMetricAttributionInput: Swift.Sendable { metricAttributionArn: Swift.String? = nil, metricsOutputConfig: PersonalizeClientTypes.MetricAttributionOutput? = nil, removeMetrics: [Swift.String]? = nil - ) - { + ) { self.addMetrics = addMetrics self.metricAttributionArn = metricAttributionArn self.metricsOutputConfig = metricsOutputConfig @@ -5275,8 +5069,7 @@ public struct UpdateMetricAttributionOutput: Swift.Sendable { public init( metricAttributionArn: Swift.String? = nil - ) - { + ) { self.metricAttributionArn = metricAttributionArn } } @@ -5292,8 +5085,7 @@ public struct UpdateRecommenderInput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil, recommenderConfig: PersonalizeClientTypes.RecommenderConfig? = nil - ) - { + ) { self.recommenderArn = recommenderArn self.recommenderConfig = recommenderConfig } @@ -5305,8 +5097,7 @@ public struct UpdateRecommenderOutput: Swift.Sendable { public init( recommenderArn: Swift.String? = nil - ) - { + ) { self.recommenderArn = recommenderArn } } @@ -5324,8 +5115,7 @@ public struct UpdateSolutionInput: Swift.Sendable { performAutoTraining: Swift.Bool? = nil, solutionArn: Swift.String? = nil, solutionUpdateConfig: PersonalizeClientTypes.SolutionUpdateConfig? = nil - ) - { + ) { self.performAutoTraining = performAutoTraining self.solutionArn = solutionArn self.solutionUpdateConfig = solutionUpdateConfig @@ -5338,8 +5128,7 @@ public struct UpdateSolutionOutput: Swift.Sendable { public init( solutionArn: Swift.String? = nil - ) - { + ) { self.solutionArn = solutionArn } } diff --git a/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/PersonalizeClient.swift b/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/PersonalizeClient.swift index f349eefd2a7..5c82d23f51a 100644 --- a/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/PersonalizeClient.swift +++ b/Sources/Services/AWSPersonalize/Sources/AWSPersonalize/PersonalizeClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PersonalizeClient: ClientRuntime.Client { public static let clientName = "PersonalizeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PersonalizeClient.PersonalizeClientConfiguration let serviceName = "Personalize" diff --git a/Sources/Services/AWSPersonalizeEvents/Package.swift.txt b/Sources/Services/AWSPersonalizeEvents/Package.swift.txt index a2794aacbc9..c295ef4383c 100644 --- a/Sources/Services/AWSPersonalizeEvents/Package.swift.txt +++ b/Sources/Services/AWSPersonalizeEvents/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/Models.swift b/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/Models.swift index 0de26146a0d..1109eafce91 100644 --- a/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/Models.swift +++ b/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/Models.swift @@ -62,8 +62,7 @@ extension PersonalizeEventsClientTypes { public init( actionId: Swift.String? = nil, properties: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.properties = properties } @@ -124,8 +123,7 @@ extension PersonalizeEventsClientTypes { sessionId: Swift.String? = nil, timestamp: Foundation.Date? = nil, userId: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.eventId = eventId self.eventType = eventType @@ -162,8 +160,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -186,8 +183,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -210,8 +206,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +222,7 @@ public struct PutActionInteractionsInput: Swift.Sendable { public init( actionInteractions: [PersonalizeEventsClientTypes.ActionInteraction]? = nil, trackingId: Swift.String? = nil - ) - { + ) { self.actionInteractions = actionInteractions self.trackingId = trackingId } @@ -245,8 +239,7 @@ public struct PutActionsInput: Swift.Sendable { public init( actions: [PersonalizeEventsClientTypes.Action]? = nil, datasetArn: Swift.String? = nil - ) - { + ) { self.actions = actions self.datasetArn = datasetArn } @@ -262,8 +255,7 @@ extension PersonalizeEventsClientTypes { public init( eventAttributionSource: Swift.String? = nil - ) - { + ) { self.eventAttributionSource = eventAttributionSource } } @@ -316,8 +308,7 @@ extension PersonalizeEventsClientTypes { properties: Swift.String? = nil, recommendationId: Swift.String? = nil, sentAt: Foundation.Date? = nil - ) - { + ) { self.eventId = eventId self.eventType = eventType self.eventValue = eventValue @@ -355,8 +346,7 @@ public struct PutEventsInput: Swift.Sendable { sessionId: Swift.String? = nil, trackingId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.eventList = eventList self.sessionId = sessionId self.trackingId = trackingId @@ -382,8 +372,7 @@ extension PersonalizeEventsClientTypes { public init( itemId: Swift.String? = nil, properties: Swift.String? = nil - ) - { + ) { self.itemId = itemId self.properties = properties } @@ -406,8 +395,7 @@ public struct PutItemsInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil, items: [PersonalizeEventsClientTypes.Item]? = nil - ) - { + ) { self.datasetArn = datasetArn self.items = items } @@ -426,8 +414,7 @@ extension PersonalizeEventsClientTypes { public init( properties: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.properties = properties self.userId = userId } @@ -450,8 +437,7 @@ public struct PutUsersInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil, users: [PersonalizeEventsClientTypes.User]? = nil - ) - { + ) { self.datasetArn = datasetArn self.users = users } diff --git a/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/PersonalizeEventsClient.swift b/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/PersonalizeEventsClient.swift index bf759e7669d..a18a2b18617 100644 --- a/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/PersonalizeEventsClient.swift +++ b/Sources/Services/AWSPersonalizeEvents/Sources/AWSPersonalizeEvents/PersonalizeEventsClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PersonalizeEventsClient: ClientRuntime.Client { public static let clientName = "PersonalizeEventsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PersonalizeEventsClient.PersonalizeEventsClientConfiguration let serviceName = "Personalize Events" diff --git a/Sources/Services/AWSPersonalizeRuntime/Package.swift.txt b/Sources/Services/AWSPersonalizeRuntime/Package.swift.txt index 49d42666bff..26754483b21 100644 --- a/Sources/Services/AWSPersonalizeRuntime/Package.swift.txt +++ b/Sources/Services/AWSPersonalizeRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/Models.swift b/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/Models.swift index 5777c6705d9..2daeab21a01 100644 --- a/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/Models.swift +++ b/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/Models.swift @@ -36,8 +36,7 @@ extension PersonalizeRuntimeClientTypes { public init( actionId: Swift.String? = nil, score: Swift.Double? = nil - ) - { + ) { self.actionId = actionId self.score = score } @@ -62,8 +61,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -86,8 +84,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -110,8 +107,7 @@ public struct GetActionRecommendationsInput: Swift.Sendable { filterValues: [Swift.String: Swift.String]? = nil, numResults: Swift.Int? = 0, userId: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.filterArn = filterArn self.filterValues = filterValues @@ -134,8 +130,7 @@ public struct GetActionRecommendationsOutput: Swift.Sendable { public init( actionList: [PersonalizeRuntimeClientTypes.PredictedAction]? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.actionList = actionList self.recommendationId = recommendationId } @@ -168,8 +163,7 @@ public struct GetPersonalizedRankingInput: Swift.Sendable { inputList: [Swift.String]? = nil, metadataColumns: [Swift.String: [Swift.String]]? = nil, userId: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.context = context self.filterArn = filterArn @@ -212,8 +206,7 @@ extension PersonalizeRuntimeClientTypes { promotionName: Swift.String? = nil, reason: [Swift.String]? = nil, score: Swift.Double? = nil - ) - { + ) { self.itemId = itemId self.metadata = metadata self.promotionName = promotionName @@ -237,8 +230,7 @@ public struct GetPersonalizedRankingOutput: Swift.Sendable { public init( personalizedRanking: [PersonalizeRuntimeClientTypes.PredictedItem]? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.personalizedRanking = personalizedRanking self.recommendationId = recommendationId } @@ -262,8 +254,7 @@ extension PersonalizeRuntimeClientTypes { filterValues: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, percentPromotedItems: Swift.Int? = nil - ) - { + ) { self.filterArn = filterArn self.filterValues = filterValues self.name = name @@ -310,8 +301,7 @@ public struct GetRecommendationsInput: Swift.Sendable { promotions: [PersonalizeRuntimeClientTypes.Promotion]? = nil, recommenderArn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.campaignArn = campaignArn self.context = context self.filterArn = filterArn @@ -339,8 +329,7 @@ public struct GetRecommendationsOutput: Swift.Sendable { public init( itemList: [PersonalizeRuntimeClientTypes.PredictedItem]? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.itemList = itemList self.recommendationId = recommendationId } diff --git a/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/PersonalizeRuntimeClient.swift b/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/PersonalizeRuntimeClient.swift index 278f02e1c90..445f322faf5 100644 --- a/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/PersonalizeRuntimeClient.swift +++ b/Sources/Services/AWSPersonalizeRuntime/Sources/AWSPersonalizeRuntime/PersonalizeRuntimeClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PersonalizeRuntimeClient: ClientRuntime.Client { public static let clientName = "PersonalizeRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PersonalizeRuntimeClient.PersonalizeRuntimeClientConfiguration let serviceName = "Personalize Runtime" diff --git a/Sources/Services/AWSPinpoint/Package.swift.txt b/Sources/Services/AWSPinpoint/Package.swift.txt index 4307bdbf8dd..3f7c334fcd5 100644 --- a/Sources/Services/AWSPinpoint/Package.swift.txt +++ b/Sources/Services/AWSPinpoint/Package.swift.txt @@ -41,19 +41,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/Models.swift b/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/Models.swift index 0d01116e313..1c8d7a1d4a5 100644 --- a/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/Models.swift +++ b/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/Models.swift @@ -218,8 +218,7 @@ extension PinpointClientTypes { timezonesTotalCount: Swift.Int? = nil, totalEndpointCount: Swift.Int? = nil, treatmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.end = end @@ -251,8 +250,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.ActivityResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -330,8 +328,7 @@ extension PinpointClientTypes { public init( attributeType: PinpointClientTypes.AttributeType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.attributeType = attributeType self.values = values } @@ -380,8 +377,7 @@ extension PinpointClientTypes { public init( dimensionType: PinpointClientTypes.DimensionType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.dimensionType = dimensionType self.values = values } @@ -402,8 +398,7 @@ extension PinpointClientTypes { public init( comparisonOperator: Swift.String? = nil, value: Swift.Double? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.value = value } @@ -425,8 +420,7 @@ extension PinpointClientTypes { attributes: [Swift.String: PinpointClientTypes.AttributeDimension]? = nil, eventType: PinpointClientTypes.SetDimension? = nil, metrics: [Swift.String: PinpointClientTypes.MetricDimension]? = nil - ) - { + ) { self.attributes = attributes self.eventType = eventType self.metrics = metrics @@ -446,8 +440,7 @@ extension PinpointClientTypes { public init( dimensions: PinpointClientTypes.EventDimensions? = nil, messageActivity: Swift.String? = nil - ) - { + ) { self.dimensions = dimensions self.messageActivity = messageActivity } @@ -464,8 +457,7 @@ extension PinpointClientTypes { public init( segmentId: Swift.String? = nil - ) - { + ) { self.segmentId = segmentId } } @@ -549,8 +541,7 @@ extension PinpointClientTypes { public init( duration: PinpointClientTypes.Duration? = nil, recencyType: PinpointClientTypes.RecencyType? = nil - ) - { + ) { self.duration = duration self.recencyType = recencyType } @@ -566,8 +557,7 @@ extension PinpointClientTypes { public init( recency: PinpointClientTypes.RecencyDimension? = nil - ) - { + ) { self.recency = recency } } @@ -597,8 +587,7 @@ extension PinpointClientTypes { make: PinpointClientTypes.SetDimension? = nil, model: PinpointClientTypes.SetDimension? = nil, platform: PinpointClientTypes.SetDimension? = nil - ) - { + ) { self.appVersion = appVersion self.channel = channel self.deviceType = deviceType @@ -623,8 +612,7 @@ extension PinpointClientTypes { public init( latitude: Swift.Double? = nil, longitude: Swift.Double? = nil - ) - { + ) { self.latitude = latitude self.longitude = longitude } @@ -644,8 +632,7 @@ extension PinpointClientTypes { public init( coordinates: PinpointClientTypes.GPSCoordinates? = nil, rangeInKilometers: Swift.Double? = nil - ) - { + ) { self.coordinates = coordinates self.rangeInKilometers = rangeInKilometers } @@ -664,8 +651,7 @@ extension PinpointClientTypes { public init( country: PinpointClientTypes.SetDimension? = nil, gpsPoint: PinpointClientTypes.GPSPointDimension? = nil - ) - { + ) { self.country = country self.gpsPoint = gpsPoint } @@ -696,8 +682,7 @@ extension PinpointClientTypes { location: PinpointClientTypes.SegmentLocation? = nil, metrics: [Swift.String: PinpointClientTypes.MetricDimension]? = nil, userAttributes: [Swift.String: PinpointClientTypes.AttributeDimension]? = nil - ) - { + ) { self.attributes = attributes self.behavior = behavior self.demographic = demographic @@ -723,8 +708,7 @@ extension PinpointClientTypes { eventCondition: PinpointClientTypes.EventCondition? = nil, segmentCondition: PinpointClientTypes.SegmentCondition? = nil, segmentDimensions: PinpointClientTypes.SegmentDimensions? = nil - ) - { + ) { self.eventCondition = eventCondition self.segmentCondition = segmentCondition self.segmentDimensions = segmentDimensions @@ -773,8 +757,7 @@ extension PinpointClientTypes { public init( conditions: [PinpointClientTypes.SimpleCondition]? = nil, `operator`: PinpointClientTypes.Operator? = nil - ) - { + ) { self.conditions = conditions self.`operator` = `operator` } @@ -793,8 +776,7 @@ extension PinpointClientTypes { public init( waitFor: Swift.String? = nil, waitUntil: Swift.String? = nil - ) - { + ) { self.waitFor = waitFor self.waitUntil = waitUntil } @@ -819,8 +801,7 @@ extension PinpointClientTypes { evaluationWaitTime: PinpointClientTypes.WaitTime? = nil, falseActivity: Swift.String? = nil, trueActivity: Swift.String? = nil - ) - { + ) { self.condition = condition self.evaluationWaitTime = evaluationWaitTime self.falseActivity = falseActivity @@ -837,8 +818,7 @@ extension PinpointClientTypes { public init( nextActivity: Swift.String? = nil - ) - { + ) { self.nextActivity = nextActivity } } @@ -853,8 +833,7 @@ extension PinpointClientTypes { public init( data: Swift.String? = nil - ) - { + ) { self.data = data } } @@ -888,8 +867,7 @@ extension PinpointClientTypes { nextActivity: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.deliveryUri = deliveryUri self.endpointTypes = endpointTypes self.messageConfig = messageConfig @@ -909,8 +887,7 @@ extension PinpointClientTypes { public init( fromAddress: Swift.String? = nil - ) - { + ) { self.fromAddress = fromAddress } } @@ -934,8 +911,7 @@ extension PinpointClientTypes { nextActivity: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.messageConfig = messageConfig self.nextActivity = nextActivity self.templateName = templateName @@ -957,8 +933,7 @@ extension PinpointClientTypes { public init( nextActivity: Swift.String? = nil, percentage: Swift.Int? = nil - ) - { + ) { self.nextActivity = nextActivity self.percentage = percentage } @@ -977,8 +952,7 @@ extension PinpointClientTypes { public init( condition: PinpointClientTypes.SimpleCondition? = nil, nextActivity: Swift.String? = nil - ) - { + ) { self.condition = condition self.nextActivity = nextActivity } @@ -1000,8 +974,7 @@ extension PinpointClientTypes { branches: [PinpointClientTypes.MultiConditionalBranch]? = nil, defaultActivity: Swift.String? = nil, evaluationWaitTime: PinpointClientTypes.WaitTime? = nil - ) - { + ) { self.branches = branches self.defaultActivity = defaultActivity self.evaluationWaitTime = evaluationWaitTime @@ -1018,8 +991,7 @@ extension PinpointClientTypes { public init( timeToLive: Swift.String? = nil - ) - { + ) { self.timeToLive = timeToLive } } @@ -1043,8 +1015,7 @@ extension PinpointClientTypes { nextActivity: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.messageConfig = messageConfig self.nextActivity = nextActivity self.templateName = templateName @@ -1065,8 +1036,7 @@ extension PinpointClientTypes { public init( nextActivity: Swift.String? = nil, percentage: Swift.Int? = nil - ) - { + ) { self.nextActivity = nextActivity self.percentage = percentage } @@ -1082,8 +1052,7 @@ extension PinpointClientTypes { public init( branches: [PinpointClientTypes.RandomSplitEntry]? = nil - ) - { + ) { self.branches = branches } } @@ -1139,8 +1108,7 @@ extension PinpointClientTypes { originationNumber: Swift.String? = nil, senderId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.messageType = messageType self.originationNumber = originationNumber @@ -1168,8 +1136,7 @@ extension PinpointClientTypes { nextActivity: Swift.String? = nil, templateName: Swift.String? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.messageConfig = messageConfig self.nextActivity = nextActivity self.templateName = templateName @@ -1190,8 +1157,7 @@ extension PinpointClientTypes { public init( nextActivity: Swift.String? = nil, waitTime: PinpointClientTypes.WaitTime? = nil - ) - { + ) { self.nextActivity = nextActivity self.waitTime = waitTime } @@ -1237,8 +1203,7 @@ extension PinpointClientTypes { randomSplit: PinpointClientTypes.RandomSplitActivity? = nil, sms: PinpointClientTypes.SMSMessageActivity? = nil, wait: PinpointClientTypes.WaitActivity? = nil - ) - { + ) { self.conditionalSplit = conditionalSplit self.contactCenter = contactCenter self.custom = custom @@ -1340,8 +1305,7 @@ extension PinpointClientTypes { rawContent: Swift.String? = nil, substitutions: [Swift.String: [Swift.String]]? = nil, titleOverride: Swift.String? = nil - ) - { + ) { self.bodyOverride = bodyOverride self.channelType = channelType self.context = context @@ -1369,8 +1333,7 @@ extension PinpointClientTypes { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret self.enabled = enabled @@ -1415,8 +1378,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.enabled = enabled @@ -1491,8 +1453,7 @@ extension PinpointClientTypes { substitutions: [Swift.String: [Swift.String]]? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.consolidationKey = consolidationKey @@ -1584,8 +1545,7 @@ extension PinpointClientTypes { sound: Swift.String? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.imageIconUrl = imageIconUrl @@ -1629,8 +1589,7 @@ extension PinpointClientTypes { teamId: Swift.String? = nil, tokenKey: Swift.String? = nil, tokenKeyId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.certificate = certificate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -1686,8 +1645,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -1787,8 +1745,7 @@ extension PinpointClientTypes { timeToLive: Swift.Int? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.apnsPushType = apnsPushType self.badge = badge @@ -1844,8 +1801,7 @@ extension PinpointClientTypes { sound: Swift.String? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.mediaUrl = mediaUrl @@ -1887,8 +1843,7 @@ extension PinpointClientTypes { teamId: Swift.String? = nil, tokenKey: Swift.String? = nil, tokenKeyId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.certificate = certificate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -1944,8 +1899,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -1992,8 +1946,7 @@ extension PinpointClientTypes { teamId: Swift.String? = nil, tokenKey: Swift.String? = nil, tokenKeyId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.certificate = certificate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -2049,8 +2002,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -2097,8 +2049,7 @@ extension PinpointClientTypes { teamId: Swift.String? = nil, tokenKey: Swift.String? = nil, tokenKeyId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.certificate = certificate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -2154,8 +2105,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.defaultAuthenticationMethod = defaultAuthenticationMethod @@ -2190,8 +2140,7 @@ extension PinpointClientTypes { key: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -2213,8 +2162,7 @@ extension PinpointClientTypes { public init( groupedBys: [PinpointClientTypes.ResultRowValue]? = nil, values: [PinpointClientTypes.ResultRowValue]? = nil - ) - { + ) { self.groupedBys = groupedBys self.values = values } @@ -2231,8 +2179,7 @@ extension PinpointClientTypes { public init( rows: [PinpointClientTypes.ResultRow]? = nil - ) - { + ) { self.rows = rows } } @@ -2267,8 +2214,7 @@ extension PinpointClientTypes { kpiResult: PinpointClientTypes.BaseKpiResult? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.endTime = endTime self.kpiName = kpiName @@ -2303,8 +2249,7 @@ extension PinpointClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.id = id @@ -2326,8 +2271,7 @@ extension PinpointClientTypes { public init( cap: Swift.Int? = nil, days: Swift.Int? = nil - ) - { + ) { self.cap = cap self.days = days } @@ -2349,8 +2293,7 @@ extension PinpointClientTypes { dailyCap: Swift.Int? = nil, timeframeCap: PinpointClientTypes.JourneyTimeframeCap? = nil, totalCap: Swift.Int? = nil - ) - { + ) { self.dailyCap = dailyCap self.timeframeCap = timeframeCap self.totalCap = totalCap @@ -2406,8 +2349,7 @@ extension PinpointClientTypes { lambdaFunctionName: Swift.String? = nil, mode: PinpointClientTypes.Mode? = nil, webUrl: Swift.String? = nil - ) - { + ) { self.lambdaFunctionName = lambdaFunctionName self.mode = mode self.webUrl = webUrl @@ -2436,8 +2378,7 @@ extension PinpointClientTypes { messagesPerSecond: Swift.Int? = nil, session: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.daily = daily self.maximumDuration = maximumDuration self.messagesPerSecond = messagesPerSecond @@ -2459,8 +2400,7 @@ extension PinpointClientTypes { public init( end: Swift.String? = nil, start: Swift.String? = nil - ) - { + ) { self.end = end self.start = start } @@ -2501,8 +2441,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, limits: PinpointClientTypes.CampaignLimits? = nil, quietTime: PinpointClientTypes.QuietTime? = nil - ) - { + ) { self.applicationId = applicationId self.campaignHook = campaignHook self.journeyLimits = journeyLimits @@ -2525,8 +2464,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.ApplicationResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -2556,8 +2494,7 @@ extension PinpointClientTypes { applicationId: Swift.String? = nil, attributeType: Swift.String? = nil, attributes: [Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.attributeType = attributeType self.attributes = attributes @@ -2587,8 +2524,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -2611,8 +2547,7 @@ extension PinpointClientTypes { apiKey: Swift.String? = nil, enabled: Swift.Bool? = nil, secretKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey self.enabled = enabled self.secretKey = secretKey @@ -2661,8 +2596,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.credential = credential @@ -2732,8 +2666,7 @@ extension PinpointClientTypes { timeToLive: Swift.Int? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.data = data @@ -2793,8 +2726,7 @@ extension PinpointClientTypes { public init( data: Swift.String? = nil - ) - { + ) { self.data = data } } @@ -2833,8 +2765,7 @@ extension PinpointClientTypes { kpiResult: PinpointClientTypes.BaseKpiResult? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.endTime = endTime @@ -2858,8 +2789,7 @@ extension PinpointClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2887,8 +2817,7 @@ extension PinpointClientTypes { headers: [PinpointClientTypes.MessageHeader]? = nil, htmlBody: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.body = body self.fromAddress = fromAddress self.headers = headers @@ -2941,8 +2870,7 @@ extension PinpointClientTypes { public init( dimensions: PinpointClientTypes.EventDimensions? = nil, filterType: PinpointClientTypes.FilterType? = nil - ) - { + ) { self.dimensions = dimensions self.filterType = filterType } @@ -2967,8 +2895,7 @@ extension PinpointClientTypes { alignment: PinpointClientTypes.Alignment? = nil, body: Swift.String? = nil, textColor: Swift.String? = nil - ) - { + ) { self.alignment = alignment self.body = body self.textColor = textColor @@ -2994,8 +2921,7 @@ extension PinpointClientTypes { alignment: PinpointClientTypes.Alignment? = nil, header: Swift.String? = nil, textColor: Swift.String? = nil - ) - { + ) { self.alignment = alignment self.header = header self.textColor = textColor @@ -3016,8 +2942,7 @@ extension PinpointClientTypes { public init( buttonAction: PinpointClientTypes.ButtonAction? = nil, link: Swift.String? = nil - ) - { + ) { self.buttonAction = buttonAction self.link = link } @@ -3050,8 +2975,7 @@ extension PinpointClientTypes { link: Swift.String? = nil, text: Swift.String? = nil, textColor: Swift.String? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.borderRadius = borderRadius self.buttonAction = buttonAction @@ -3080,8 +3004,7 @@ extension PinpointClientTypes { defaultConfig: PinpointClientTypes.DefaultButtonConfiguration? = nil, ios: PinpointClientTypes.OverrideButtonConfiguration? = nil, web: PinpointClientTypes.OverrideButtonConfiguration? = nil - ) - { + ) { self.android = android self.defaultConfig = defaultConfig self.ios = ios @@ -3114,8 +3037,7 @@ extension PinpointClientTypes { imageUrl: Swift.String? = nil, primaryBtn: PinpointClientTypes.InAppMessageButton? = nil, secondaryBtn: PinpointClientTypes.InAppMessageButton? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.bodyConfig = bodyConfig self.headerConfig = headerConfig @@ -3185,8 +3107,7 @@ extension PinpointClientTypes { content: [PinpointClientTypes.InAppMessageContent]? = nil, customConfig: [Swift.String: Swift.String]? = nil, layout: PinpointClientTypes.Layout? = nil - ) - { + ) { self.body = body self.content = content self.customConfig = customConfig @@ -3212,8 +3133,7 @@ extension PinpointClientTypes { public init( deliveryUri: Swift.String? = nil, endpointTypes: [PinpointClientTypes.__EndpointTypesElement]? = nil - ) - { + ) { self.deliveryUri = deliveryUri self.endpointTypes = endpointTypes } @@ -3268,8 +3188,7 @@ extension PinpointClientTypes { timeToLive: Swift.Int? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.imageIconUrl = imageIconUrl @@ -3310,8 +3229,7 @@ extension PinpointClientTypes { originationNumber: Swift.String? = nil, senderId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.body = body self.entityId = entityId self.messageType = messageType @@ -3355,8 +3273,7 @@ extension PinpointClientTypes { gcmMessage: PinpointClientTypes.Message? = nil, inAppMessage: PinpointClientTypes.CampaignInAppMessage? = nil, smsMessage: PinpointClientTypes.CampaignSmsMessage? = nil - ) - { + ) { self.admMessage = admMessage self.apnsMessage = apnsMessage self.baiduMessage = baiduMessage @@ -3451,8 +3368,7 @@ extension PinpointClientTypes { quietTime: PinpointClientTypes.QuietTime? = nil, startTime: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.eventFilter = eventFilter self.frequency = frequency @@ -3517,8 +3433,7 @@ extension PinpointClientTypes { public init( campaignStatus: PinpointClientTypes.CampaignStatus? = nil - ) - { + ) { self.campaignStatus = campaignStatus } } @@ -3536,8 +3451,7 @@ extension PinpointClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -3565,8 +3479,7 @@ extension PinpointClientTypes { pushTemplate: PinpointClientTypes.Template? = nil, smsTemplate: PinpointClientTypes.Template? = nil, voiceTemplate: PinpointClientTypes.Template? = nil - ) - { + ) { self.emailTemplate = emailTemplate self.inAppTemplate = inAppTemplate self.pushTemplate = pushTemplate @@ -3611,8 +3524,7 @@ extension PinpointClientTypes { templateConfiguration: PinpointClientTypes.TemplateConfiguration? = nil, treatmentDescription: Swift.String? = nil, treatmentName: Swift.String? = nil - ) - { + ) { self.customDeliveryConfiguration = customDeliveryConfiguration self.id = id self.messageConfiguration = messageConfiguration @@ -3714,8 +3626,7 @@ extension PinpointClientTypes { treatmentDescription: Swift.String? = nil, treatmentName: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.additionalTreatments = additionalTreatments self.applicationId = applicationId self.arn = arn @@ -3758,8 +3669,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.CampaignResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -3799,8 +3709,7 @@ extension PinpointClientTypes { lastModifiedBy: Swift.String? = nil, lastModifiedDate: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.enabled = enabled @@ -3824,8 +3733,7 @@ extension PinpointClientTypes { public init( channels: [Swift.String: PinpointClientTypes.ChannelResponse]? = nil - ) - { + ) { self.channels = channels } } @@ -3846,8 +3754,7 @@ extension PinpointClientTypes { endDateTime: Swift.String? = nil, name: Swift.String? = nil, startDateTime: Swift.String? = nil - ) - { + ) { self.endDateTime = endDateTime self.name = name self.startDateTime = startDateTime @@ -3876,8 +3783,7 @@ extension PinpointClientTypes { push: [PinpointClientTypes.ClosedDaysRule]? = nil, sms: [PinpointClientTypes.ClosedDaysRule]? = nil, voice: [PinpointClientTypes.ClosedDaysRule]? = nil - ) - { + ) { self.custom = custom self.email = email self.push = push @@ -3909,8 +3815,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -3938,8 +3843,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -3967,8 +3871,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -3996,8 +3899,7 @@ public struct MethodNotAllowedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -4025,8 +3927,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -4054,8 +3955,7 @@ public struct PayloadTooLargeException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -4083,8 +3983,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestID = requestID } @@ -4103,8 +4002,7 @@ extension PinpointClientTypes { public init( name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.tags = tags } @@ -4118,8 +4016,7 @@ public struct CreateAppInput: Swift.Sendable { public init( createApplicationRequest: PinpointClientTypes.CreateApplicationRequest? = nil - ) - { + ) { self.createApplicationRequest = createApplicationRequest } } @@ -4131,8 +4028,7 @@ public struct CreateAppOutput: Swift.Sendable { public init( applicationResponse: PinpointClientTypes.ApplicationResponse? = nil - ) - { + ) { self.applicationResponse = applicationResponse } } @@ -4165,8 +4061,7 @@ extension PinpointClientTypes { templateConfiguration: PinpointClientTypes.TemplateConfiguration? = nil, treatmentDescription: Swift.String? = nil, treatmentName: Swift.String? = nil - ) - { + ) { self.customDeliveryConfiguration = customDeliveryConfiguration self.messageConfiguration = messageConfiguration self.schedule = schedule @@ -4235,8 +4130,7 @@ extension PinpointClientTypes { templateConfiguration: PinpointClientTypes.TemplateConfiguration? = nil, treatmentDescription: Swift.String? = nil, treatmentName: Swift.String? = nil - ) - { + ) { self.additionalTreatments = additionalTreatments self.customDeliveryConfiguration = customDeliveryConfiguration self.description = description @@ -4269,8 +4163,7 @@ public struct CreateCampaignInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, writeCampaignRequest: PinpointClientTypes.WriteCampaignRequest? = nil - ) - { + ) { self.applicationId = applicationId self.writeCampaignRequest = writeCampaignRequest } @@ -4283,8 +4176,7 @@ public struct CreateCampaignOutput: Swift.Sendable { public init( campaignResponse: PinpointClientTypes.CampaignResponse? = nil - ) - { + ) { self.campaignResponse = campaignResponse } } @@ -4319,8 +4211,7 @@ extension PinpointClientTypes { tags: [Swift.String: Swift.String]? = nil, templateDescription: Swift.String? = nil, textPart: Swift.String? = nil - ) - { + ) { self.defaultSubstitutions = defaultSubstitutions self.headers = headers self.htmlPart = htmlPart @@ -4344,8 +4235,7 @@ public struct CreateEmailTemplateInput: Swift.Sendable { public init( emailTemplateRequest: PinpointClientTypes.EmailTemplateRequest? = nil, templateName: Swift.String? = nil - ) - { + ) { self.emailTemplateRequest = emailTemplateRequest self.templateName = templateName } @@ -4366,8 +4256,7 @@ extension PinpointClientTypes { arn: Swift.String? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message self.requestID = requestID @@ -4382,8 +4271,7 @@ public struct CreateEmailTemplateOutput: Swift.Sendable { public init( createTemplateMessageBody: PinpointClientTypes.CreateTemplateMessageBody? = nil - ) - { + ) { self.createTemplateMessageBody = createTemplateMessageBody } } @@ -4408,8 +4296,7 @@ extension PinpointClientTypes { s3UrlPrefix: Swift.String? = nil, segmentId: Swift.String? = nil, segmentVersion: Swift.Int? = nil - ) - { + ) { self.roleArn = roleArn self.s3UrlPrefix = s3UrlPrefix self.segmentId = segmentId @@ -4429,8 +4316,7 @@ public struct CreateExportJobInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, exportJobRequest: PinpointClientTypes.ExportJobRequest? = nil - ) - { + ) { self.applicationId = applicationId self.exportJobRequest = exportJobRequest } @@ -4456,8 +4342,7 @@ extension PinpointClientTypes { s3UrlPrefix: Swift.String? = nil, segmentId: Swift.String? = nil, segmentVersion: Swift.Int? = nil - ) - { + ) { self.roleArn = roleArn self.s3UrlPrefix = s3UrlPrefix self.segmentId = segmentId @@ -4567,8 +4452,7 @@ extension PinpointClientTypes { totalPieces: Swift.Int? = nil, totalProcessed: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.completedPieces = completedPieces self.completionDate = completionDate @@ -4593,8 +4477,7 @@ public struct CreateExportJobOutput: Swift.Sendable { public init( exportJobResponse: PinpointClientTypes.ExportJobResponse? = nil - ) - { + ) { self.exportJobResponse = exportJobResponse } } @@ -4661,8 +4544,7 @@ extension PinpointClientTypes { s3Url: Swift.String? = nil, segmentId: Swift.String? = nil, segmentName: Swift.String? = nil - ) - { + ) { self.defineSegment = defineSegment self.externalId = externalId self.format = format @@ -4686,8 +4568,7 @@ public struct CreateImportJobInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, importJobRequest: PinpointClientTypes.ImportJobRequest? = nil - ) - { + ) { self.applicationId = applicationId self.importJobRequest = importJobRequest } @@ -4726,8 +4607,7 @@ extension PinpointClientTypes { s3Url: Swift.String? = nil, segmentId: Swift.String? = nil, segmentName: Swift.String? = nil - ) - { + ) { self.defineSegment = defineSegment self.externalId = externalId self.format = format @@ -4791,8 +4671,7 @@ extension PinpointClientTypes { totalPieces: Swift.Int? = nil, totalProcessed: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.completedPieces = completedPieces self.completionDate = completionDate @@ -4817,8 +4696,7 @@ public struct CreateImportJobOutput: Swift.Sendable { public init( importJobResponse: PinpointClientTypes.ImportJobResponse? = nil - ) - { + ) { self.importJobResponse = importJobResponse } } @@ -4844,8 +4722,7 @@ extension PinpointClientTypes { layout: PinpointClientTypes.Layout? = nil, tags: [Swift.String: Swift.String]? = nil, templateDescription: Swift.String? = nil - ) - { + ) { self.content = content self.customConfig = customConfig self.layout = layout @@ -4866,8 +4743,7 @@ public struct CreateInAppTemplateInput: Swift.Sendable { public init( inAppTemplateRequest: PinpointClientTypes.InAppTemplateRequest? = nil, templateName: Swift.String? = nil - ) - { + ) { self.inAppTemplateRequest = inAppTemplateRequest self.templateName = templateName } @@ -4888,8 +4764,7 @@ extension PinpointClientTypes { arn: Swift.String? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message self.requestID = requestID @@ -4904,8 +4779,7 @@ public struct CreateInAppTemplateOutput: Swift.Sendable { public init( templateCreateMessageBody: PinpointClientTypes.TemplateCreateMessageBody? = nil - ) - { + ) { self.templateCreateMessageBody = templateCreateMessageBody } } @@ -4922,8 +4796,7 @@ extension PinpointClientTypes { public init( connectCampaignArn: Swift.String? = nil, connectCampaignExecutionRoleArn: Swift.String? = nil - ) - { + ) { self.connectCampaignArn = connectCampaignArn self.connectCampaignExecutionRoleArn = connectCampaignExecutionRoleArn } @@ -4954,8 +4827,7 @@ extension PinpointClientTypes { messagesPerSecond: Swift.Int? = nil, timeframeCap: PinpointClientTypes.JourneyTimeframeCap? = nil, totalCap: Swift.Int? = nil - ) - { + ) { self.dailyCap = dailyCap self.endpointReentryCap = endpointReentryCap self.endpointReentryInterval = endpointReentryInterval @@ -5022,8 +4894,7 @@ extension PinpointClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -5051,8 +4922,7 @@ extension PinpointClientTypes { push: [Swift.String: [PinpointClientTypes.OpenHoursRule]]? = nil, sms: [Swift.String: [PinpointClientTypes.OpenHoursRule]]? = nil, voice: [Swift.String: [PinpointClientTypes.OpenHoursRule]]? = nil - ) - { + ) { self.custom = custom self.email = email self.push = push @@ -5077,8 +4947,7 @@ extension PinpointClientTypes { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, timezone: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.timezone = timezone @@ -5100,8 +4969,7 @@ extension PinpointClientTypes { public init( dimensions: PinpointClientTypes.EventDimensions? = nil, filterType: PinpointClientTypes.FilterType? = nil - ) - { + ) { self.dimensions = dimensions self.filterType = filterType } @@ -5119,8 +4987,7 @@ extension PinpointClientTypes { public init( eventFilter: PinpointClientTypes.EventFilter? = nil, segmentId: Swift.String? = nil - ) - { + ) { self.eventFilter = eventFilter self.segmentId = segmentId } @@ -5142,8 +5009,7 @@ extension PinpointClientTypes { description: Swift.String? = nil, eventStartCondition: PinpointClientTypes.EventStartCondition? = nil, segmentStartCondition: PinpointClientTypes.SegmentCondition? = nil - ) - { + ) { self.description = description self.eventStartCondition = eventStartCondition self.segmentStartCondition = segmentStartCondition @@ -5276,8 +5142,7 @@ extension PinpointClientTypes { state: PinpointClientTypes.State? = nil, timezoneEstimationMethods: [PinpointClientTypes.__TimezoneEstimationMethodsElement]? = nil, waitForQuietTime: Swift.Bool? = nil - ) - { + ) { self.activities = activities self.closedDays = closedDays self.creationDate = creationDate @@ -5312,8 +5177,7 @@ public struct CreateJourneyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, writeJourneyRequest: PinpointClientTypes.WriteJourneyRequest? = nil - ) - { + ) { self.applicationId = applicationId self.writeJourneyRequest = writeJourneyRequest } @@ -5417,8 +5281,7 @@ extension PinpointClientTypes { tags: [Swift.String: Swift.String]? = nil, timezoneEstimationMethods: [PinpointClientTypes.__TimezoneEstimationMethodsElement]? = nil, waitForQuietTime: Swift.Bool? = nil - ) - { + ) { self.activities = activities self.applicationId = applicationId self.closedDays = closedDays @@ -5452,8 +5315,7 @@ public struct CreateJourneyOutput: Swift.Sendable { public init( journeyResponse: PinpointClientTypes.JourneyResponse? = nil - ) - { + ) { self.journeyResponse = journeyResponse } } @@ -5485,8 +5347,7 @@ extension PinpointClientTypes { sound: Swift.String? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.sound = sound @@ -5529,8 +5390,7 @@ extension PinpointClientTypes { recommenderId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateDescription: Swift.String? = nil - ) - { + ) { self.adm = adm self.apns = apns self.baidu = baidu @@ -5555,8 +5415,7 @@ public struct CreatePushTemplateInput: Swift.Sendable { public init( pushNotificationTemplateRequest: PinpointClientTypes.PushNotificationTemplateRequest? = nil, templateName: Swift.String? = nil - ) - { + ) { self.pushNotificationTemplateRequest = pushNotificationTemplateRequest self.templateName = templateName } @@ -5569,8 +5428,7 @@ public struct CreatePushTemplateOutput: Swift.Sendable { public init( createTemplateMessageBody: PinpointClientTypes.CreateTemplateMessageBody? = nil - ) - { + ) { self.createTemplateMessageBody = createTemplateMessageBody } } @@ -5621,8 +5479,7 @@ extension PinpointClientTypes { recommendationTransformerUri: Swift.String? = nil, recommendationsDisplayName: Swift.String? = nil, recommendationsPerMessage: Swift.Int? = nil - ) - { + ) { self.attributes = attributes self.description = description self.name = name @@ -5643,8 +5500,7 @@ public struct CreateRecommenderConfigurationInput: Swift.Sendable { public init( createRecommenderConfiguration: PinpointClientTypes.CreateRecommenderConfigurationShape? = nil - ) - { + ) { self.createRecommenderConfiguration = createRecommenderConfiguration } } @@ -5700,8 +5556,7 @@ extension PinpointClientTypes { recommendationTransformerUri: Swift.String? = nil, recommendationsDisplayName: Swift.String? = nil, recommendationsPerMessage: Swift.Int? = nil - ) - { + ) { self.attributes = attributes self.creationDate = creationDate self.description = description @@ -5725,8 +5580,7 @@ public struct CreateRecommenderConfigurationOutput: Swift.Sendable { public init( recommenderConfigurationResponse: PinpointClientTypes.RecommenderConfigurationResponse? = nil - ) - { + ) { self.recommenderConfigurationResponse = recommenderConfigurationResponse } } @@ -5744,8 +5598,7 @@ extension PinpointClientTypes { public init( id: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.id = id self.version = version } @@ -5834,8 +5687,7 @@ extension PinpointClientTypes { sourceSegments: [PinpointClientTypes.SegmentReference]? = nil, sourceType: PinpointClientTypes.SourceType? = nil, type: PinpointClientTypes.ModelType? = nil - ) - { + ) { self.dimensions = dimensions self.sourceSegments = sourceSegments self.sourceType = sourceType @@ -5888,8 +5740,7 @@ extension PinpointClientTypes { public init( groups: [PinpointClientTypes.SegmentGroup]? = nil, include: PinpointClientTypes.Include? = nil - ) - { + ) { self.groups = groups self.include = include } @@ -5914,8 +5765,7 @@ extension PinpointClientTypes { name: Swift.String? = nil, segmentGroups: PinpointClientTypes.SegmentGroupList? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dimensions = dimensions self.name = name self.segmentGroups = segmentGroups @@ -5935,8 +5785,7 @@ public struct CreateSegmentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, writeSegmentRequest: PinpointClientTypes.WriteSegmentRequest? = nil - ) - { + ) { self.applicationId = applicationId self.writeSegmentRequest = writeSegmentRequest } @@ -5971,8 +5820,7 @@ extension PinpointClientTypes { roleArn: Swift.String? = nil, s3Url: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.channelCounts = channelCounts self.externalId = externalId self.format = format @@ -6063,8 +5911,7 @@ extension PinpointClientTypes { segmentType: PinpointClientTypes.SegmentType? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.creationDate = creationDate @@ -6088,8 +5935,7 @@ public struct CreateSegmentOutput: Swift.Sendable { public init( segmentResponse: PinpointClientTypes.SegmentResponse? = nil - ) - { + ) { self.segmentResponse = segmentResponse } } @@ -6115,8 +5961,7 @@ extension PinpointClientTypes { recommenderId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateDescription: Swift.String? = nil - ) - { + ) { self.body = body self.defaultSubstitutions = defaultSubstitutions self.recommenderId = recommenderId @@ -6137,8 +5982,7 @@ public struct CreateSmsTemplateInput: Swift.Sendable { public init( smsTemplateRequest: PinpointClientTypes.SMSTemplateRequest? = nil, templateName: Swift.String? = nil - ) - { + ) { self.smsTemplateRequest = smsTemplateRequest self.templateName = templateName } @@ -6151,8 +5995,7 @@ public struct CreateSmsTemplateOutput: Swift.Sendable { public init( createTemplateMessageBody: PinpointClientTypes.CreateTemplateMessageBody? = nil - ) - { + ) { self.createTemplateMessageBody = createTemplateMessageBody } } @@ -6181,8 +6024,7 @@ extension PinpointClientTypes { tags: [Swift.String: Swift.String]? = nil, templateDescription: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.body = body self.defaultSubstitutions = defaultSubstitutions self.languageCode = languageCode @@ -6204,8 +6046,7 @@ public struct CreateVoiceTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, voiceTemplateRequest: PinpointClientTypes.VoiceTemplateRequest? = nil - ) - { + ) { self.templateName = templateName self.voiceTemplateRequest = voiceTemplateRequest } @@ -6218,8 +6059,7 @@ public struct CreateVoiceTemplateOutput: Swift.Sendable { public init( createTemplateMessageBody: PinpointClientTypes.CreateTemplateMessageBody? = nil - ) - { + ) { self.createTemplateMessageBody = createTemplateMessageBody } } @@ -6236,8 +6076,7 @@ extension PinpointClientTypes { public init( body: Swift.String? = nil, substitutions: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.body = body self.substitutions = substitutions } @@ -6277,8 +6116,7 @@ extension PinpointClientTypes { substitutions: [Swift.String: [Swift.String]]? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.data = data @@ -6297,8 +6135,7 @@ public struct DeleteAdmChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6310,8 +6147,7 @@ public struct DeleteAdmChannelOutput: Swift.Sendable { public init( admChannelResponse: PinpointClientTypes.ADMChannelResponse? = nil - ) - { + ) { self.admChannelResponse = admChannelResponse } } @@ -6323,8 +6159,7 @@ public struct DeleteApnsChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6336,8 +6171,7 @@ public struct DeleteApnsChannelOutput: Swift.Sendable { public init( apnsChannelResponse: PinpointClientTypes.APNSChannelResponse? = nil - ) - { + ) { self.apnsChannelResponse = apnsChannelResponse } } @@ -6349,8 +6183,7 @@ public struct DeleteApnsSandboxChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6362,8 +6195,7 @@ public struct DeleteApnsSandboxChannelOutput: Swift.Sendable { public init( apnsSandboxChannelResponse: PinpointClientTypes.APNSSandboxChannelResponse? = nil - ) - { + ) { self.apnsSandboxChannelResponse = apnsSandboxChannelResponse } } @@ -6375,8 +6207,7 @@ public struct DeleteApnsVoipChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6388,8 +6219,7 @@ public struct DeleteApnsVoipChannelOutput: Swift.Sendable { public init( apnsVoipChannelResponse: PinpointClientTypes.APNSVoipChannelResponse? = nil - ) - { + ) { self.apnsVoipChannelResponse = apnsVoipChannelResponse } } @@ -6401,8 +6231,7 @@ public struct DeleteApnsVoipSandboxChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6414,8 +6243,7 @@ public struct DeleteApnsVoipSandboxChannelOutput: Swift.Sendable { public init( apnsVoipSandboxChannelResponse: PinpointClientTypes.APNSVoipSandboxChannelResponse? = nil - ) - { + ) { self.apnsVoipSandboxChannelResponse = apnsVoipSandboxChannelResponse } } @@ -6427,8 +6255,7 @@ public struct DeleteAppInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6440,8 +6267,7 @@ public struct DeleteAppOutput: Swift.Sendable { public init( applicationResponse: PinpointClientTypes.ApplicationResponse? = nil - ) - { + ) { self.applicationResponse = applicationResponse } } @@ -6453,8 +6279,7 @@ public struct DeleteBaiduChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6466,8 +6291,7 @@ public struct DeleteBaiduChannelOutput: Swift.Sendable { public init( baiduChannelResponse: PinpointClientTypes.BaiduChannelResponse? = nil - ) - { + ) { self.baiduChannelResponse = baiduChannelResponse } } @@ -6483,8 +6307,7 @@ public struct DeleteCampaignInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, campaignId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId } @@ -6497,8 +6320,7 @@ public struct DeleteCampaignOutput: Swift.Sendable { public init( campaignResponse: PinpointClientTypes.CampaignResponse? = nil - ) - { + ) { self.campaignResponse = campaignResponse } } @@ -6510,8 +6332,7 @@ public struct DeleteEmailChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6571,8 +6392,7 @@ extension PinpointClientTypes { platform: Swift.String? = nil, roleArn: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.configurationSet = configurationSet self.creationDate = creationDate @@ -6600,8 +6420,7 @@ public struct DeleteEmailChannelOutput: Swift.Sendable { public init( emailChannelResponse: PinpointClientTypes.EmailChannelResponse? = nil - ) - { + ) { self.emailChannelResponse = emailChannelResponse } } @@ -6622,8 +6441,7 @@ public struct DeleteEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -6641,8 +6459,7 @@ extension PinpointClientTypes { public init( message: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.message = message self.requestID = requestID } @@ -6656,8 +6473,7 @@ public struct DeleteEmailTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -6673,8 +6489,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.endpointId = endpointId } @@ -6710,8 +6525,7 @@ extension PinpointClientTypes { platform: Swift.String? = nil, platformVersion: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.appVersion = appVersion self.locale = locale self.make = make @@ -6748,8 +6562,7 @@ extension PinpointClientTypes { longitude: Swift.Double? = nil, postalCode: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.city = city self.country = country self.latitude = latitude @@ -6772,8 +6585,7 @@ extension PinpointClientTypes { public init( userAttributes: [Swift.String: [Swift.String]]? = nil, userId: Swift.String? = nil - ) - { + ) { self.userAttributes = userAttributes self.userId = userId } @@ -6831,8 +6643,7 @@ extension PinpointClientTypes { optOut: Swift.String? = nil, requestId: Swift.String? = nil, user: PinpointClientTypes.EndpointUser? = nil - ) - { + ) { self.address = address self.applicationId = applicationId self.attributes = attributes @@ -6859,8 +6670,7 @@ public struct DeleteEndpointOutput: Swift.Sendable { public init( endpointResponse: PinpointClientTypes.EndpointResponse? = nil - ) - { + ) { self.endpointResponse = endpointResponse } } @@ -6872,8 +6682,7 @@ public struct DeleteEventStreamInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6905,8 +6714,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, lastUpdatedBy: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.destinationStreamArn = destinationStreamArn self.externalId = externalId @@ -6924,8 +6732,7 @@ public struct DeleteEventStreamOutput: Swift.Sendable { public init( eventStream: PinpointClientTypes.EventStream? = nil - ) - { + ) { self.eventStream = eventStream } } @@ -6937,8 +6744,7 @@ public struct DeleteGcmChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6989,8 +6795,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.credential = credential @@ -7015,8 +6820,7 @@ public struct DeleteGcmChannelOutput: Swift.Sendable { public init( gcmChannelResponse: PinpointClientTypes.GCMChannelResponse? = nil - ) - { + ) { self.gcmChannelResponse = gcmChannelResponse } } @@ -7037,8 +6841,7 @@ public struct DeleteInAppTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -7051,8 +6854,7 @@ public struct DeleteInAppTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -7068,8 +6870,7 @@ public struct DeleteJourneyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, journeyId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId } @@ -7082,8 +6883,7 @@ public struct DeleteJourneyOutput: Swift.Sendable { public init( journeyResponse: PinpointClientTypes.JourneyResponse? = nil - ) - { + ) { self.journeyResponse = journeyResponse } } @@ -7104,8 +6904,7 @@ public struct DeletePushTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -7118,8 +6917,7 @@ public struct DeletePushTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -7131,8 +6929,7 @@ public struct DeleteRecommenderConfigurationInput: Swift.Sendable { public init( recommenderId: Swift.String? = nil - ) - { + ) { self.recommenderId = recommenderId } } @@ -7144,8 +6941,7 @@ public struct DeleteRecommenderConfigurationOutput: Swift.Sendable { public init( recommenderConfigurationResponse: PinpointClientTypes.RecommenderConfigurationResponse? = nil - ) - { + ) { self.recommenderConfigurationResponse = recommenderConfigurationResponse } } @@ -7161,8 +6957,7 @@ public struct DeleteSegmentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, segmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.segmentId = segmentId } @@ -7175,8 +6970,7 @@ public struct DeleteSegmentOutput: Swift.Sendable { public init( segmentResponse: PinpointClientTypes.SegmentResponse? = nil - ) - { + ) { self.segmentResponse = segmentResponse } } @@ -7188,8 +6982,7 @@ public struct DeleteSmsChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -7243,8 +7036,7 @@ extension PinpointClientTypes { shortCode: Swift.String? = nil, transactionalMessagesPerSecond: Swift.Int? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.enabled = enabled @@ -7270,8 +7062,7 @@ public struct DeleteSmsChannelOutput: Swift.Sendable { public init( smsChannelResponse: PinpointClientTypes.SMSChannelResponse? = nil - ) - { + ) { self.smsChannelResponse = smsChannelResponse } } @@ -7292,8 +7083,7 @@ public struct DeleteSmsTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -7306,8 +7096,7 @@ public struct DeleteSmsTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -7323,8 +7112,7 @@ public struct DeleteUserEndpointsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.userId = userId } @@ -7340,8 +7128,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.EndpointResponse]? = nil - ) - { + ) { self.item = item } } @@ -7354,8 +7141,7 @@ public struct DeleteUserEndpointsOutput: Swift.Sendable { public init( endpointsResponse: PinpointClientTypes.EndpointsResponse? = nil - ) - { + ) { self.endpointsResponse = endpointsResponse } } @@ -7367,8 +7153,7 @@ public struct DeleteVoiceChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -7410,8 +7195,7 @@ extension PinpointClientTypes { lastModifiedDate: Swift.String? = nil, platform: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.applicationId = applicationId self.creationDate = creationDate self.enabled = enabled @@ -7433,8 +7217,7 @@ public struct DeleteVoiceChannelOutput: Swift.Sendable { public init( voiceChannelResponse: PinpointClientTypes.VoiceChannelResponse? = nil - ) - { + ) { self.voiceChannelResponse = voiceChannelResponse } } @@ -7455,8 +7238,7 @@ public struct DeleteVoiceTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -7469,8 +7251,7 @@ public struct DeleteVoiceTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -7528,8 +7309,7 @@ extension PinpointClientTypes { public init( data: Foundation.Data? = nil - ) - { + ) { self.data = data } } @@ -7547,8 +7327,7 @@ extension PinpointClientTypes { public init( charset: Swift.String? = nil, data: Swift.String? = nil - ) - { + ) { self.charset = charset self.data = data } @@ -7573,8 +7352,7 @@ extension PinpointClientTypes { htmlPart: PinpointClientTypes.SimpleEmailPart? = nil, subject: PinpointClientTypes.SimpleEmailPart? = nil, textPart: PinpointClientTypes.SimpleEmailPart? = nil - ) - { + ) { self.headers = headers self.htmlPart = htmlPart self.subject = subject @@ -7610,8 +7388,7 @@ extension PinpointClientTypes { replyToAddresses: [Swift.String]? = nil, simpleEmail: PinpointClientTypes.SimpleEmail? = nil, substitutions: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.body = body self.feedbackForwardingAddress = feedbackForwardingAddress self.fromAddress = fromAddress @@ -7691,8 +7468,7 @@ extension PinpointClientTypes { timeToLive: Swift.Int? = nil, title: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.action = action self.body = body self.collapseKey = collapseKey @@ -7748,8 +7524,7 @@ extension PinpointClientTypes { senderId: Swift.String? = nil, substitutions: [Swift.String: [Swift.String]]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.body = body self.entityId = entityId self.keyword = keyword @@ -7784,8 +7559,7 @@ extension PinpointClientTypes { originationNumber: Swift.String? = nil, substitutions: [Swift.String: [Swift.String]]? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.body = body self.languageCode = languageCode self.originationNumber = originationNumber @@ -7828,8 +7602,7 @@ extension PinpointClientTypes { gcmMessage: PinpointClientTypes.GCMMessage? = nil, smsMessage: PinpointClientTypes.SMSMessage? = nil, voiceMessage: PinpointClientTypes.VoiceMessage? = nil - ) - { + ) { self.admMessage = admMessage self.apnsMessage = apnsMessage self.baiduMessage = baiduMessage @@ -7869,8 +7642,7 @@ extension PinpointClientTypes { identity: Swift.String? = nil, orchestrationSendingRoleArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.configurationSet = configurationSet self.enabled = enabled self.fromAddress = fromAddress @@ -7971,8 +7743,7 @@ extension PinpointClientTypes { templateType: PinpointClientTypes.TemplateType? = nil, textPart: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.defaultSubstitutions = defaultSubstitutions @@ -8033,8 +7804,7 @@ extension PinpointClientTypes { optOut: Swift.String? = nil, requestId: Swift.String? = nil, user: PinpointClientTypes.EndpointUser? = nil - ) - { + ) { self.address = address self.attributes = attributes self.channelType = channelType @@ -8061,8 +7831,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.EndpointBatchItem]? = nil - ) - { + ) { self.item = item } } @@ -8080,8 +7849,7 @@ extension PinpointClientTypes { public init( message: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -8128,8 +7896,7 @@ extension PinpointClientTypes { statusCode: Swift.Int? = nil, statusMessage: Swift.String? = nil, updatedToken: Swift.String? = nil - ) - { + ) { self.address = address self.deliveryStatus = deliveryStatus self.messageId = messageId @@ -8179,8 +7946,7 @@ extension PinpointClientTypes { optOut: Swift.String? = nil, requestId: Swift.String? = nil, user: PinpointClientTypes.EndpointUser? = nil - ) - { + ) { self.address = address self.attributes = attributes self.channelType = channelType @@ -8217,8 +7983,7 @@ extension PinpointClientTypes { rawContent: Swift.String? = nil, substitutions: [Swift.String: [Swift.String]]? = nil, titleOverride: Swift.String? = nil - ) - { + ) { self.bodyOverride = bodyOverride self.context = context self.rawContent = rawContent @@ -8248,8 +8013,7 @@ extension PinpointClientTypes { id: Swift.String? = nil, startTimestamp: Swift.String? = nil, stopTimestamp: Swift.String? = nil - ) - { + ) { self.duration = duration self.id = id self.startTimestamp = startTimestamp @@ -8296,8 +8060,7 @@ extension PinpointClientTypes { sdkName: Swift.String? = nil, session: PinpointClientTypes.Session? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.appPackageName = appPackageName self.appTitle = appTitle self.appVersionCode = appVersionCode @@ -8324,8 +8087,7 @@ extension PinpointClientTypes { public init( message: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -8371,8 +8133,7 @@ extension PinpointClientTypes { optOut: Swift.String? = nil, requestId: Swift.String? = nil, user: PinpointClientTypes.EndpointUser? = nil - ) - { + ) { self.address = address self.attributes = attributes self.channelType = channelType @@ -8402,8 +8163,7 @@ extension PinpointClientTypes { public init( endpoint: PinpointClientTypes.PublicEndpoint? = nil, events: [Swift.String: PinpointClientTypes.Event]? = nil - ) - { + ) { self.endpoint = endpoint self.events = events } @@ -8420,8 +8180,7 @@ extension PinpointClientTypes { public init( batchItem: [Swift.String: PinpointClientTypes.EventsBatch]? = nil - ) - { + ) { self.batchItem = batchItem } } @@ -8439,8 +8198,7 @@ extension PinpointClientTypes { public init( endpointItemResponse: PinpointClientTypes.EndpointItemResponse? = nil, eventsItemResponse: [Swift.String: PinpointClientTypes.EventItemResponse]? = nil - ) - { + ) { self.endpointItemResponse = endpointItemResponse self.eventsItemResponse = eventsItemResponse } @@ -8456,8 +8214,7 @@ extension PinpointClientTypes { public init( results: [Swift.String: PinpointClientTypes.ItemResponse]? = nil - ) - { + ) { self.results = results } } @@ -8476,8 +8233,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.ExportJobResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -8502,8 +8258,7 @@ extension PinpointClientTypes { defaultAuthenticationMethod: Swift.String? = nil, enabled: Swift.Bool? = nil, serviceJson: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey self.defaultAuthenticationMethod = defaultAuthenticationMethod self.enabled = enabled @@ -8519,8 +8274,7 @@ public struct GetAdmChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8532,8 +8286,7 @@ public struct GetAdmChannelOutput: Swift.Sendable { public init( admChannelResponse: PinpointClientTypes.ADMChannelResponse? = nil - ) - { + ) { self.admChannelResponse = admChannelResponse } } @@ -8545,8 +8298,7 @@ public struct GetApnsChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8558,8 +8310,7 @@ public struct GetApnsChannelOutput: Swift.Sendable { public init( apnsChannelResponse: PinpointClientTypes.APNSChannelResponse? = nil - ) - { + ) { self.apnsChannelResponse = apnsChannelResponse } } @@ -8571,8 +8322,7 @@ public struct GetApnsSandboxChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8584,8 +8334,7 @@ public struct GetApnsSandboxChannelOutput: Swift.Sendable { public init( apnsSandboxChannelResponse: PinpointClientTypes.APNSSandboxChannelResponse? = nil - ) - { + ) { self.apnsSandboxChannelResponse = apnsSandboxChannelResponse } } @@ -8597,8 +8346,7 @@ public struct GetApnsVoipChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8610,8 +8358,7 @@ public struct GetApnsVoipChannelOutput: Swift.Sendable { public init( apnsVoipChannelResponse: PinpointClientTypes.APNSVoipChannelResponse? = nil - ) - { + ) { self.apnsVoipChannelResponse = apnsVoipChannelResponse } } @@ -8623,8 +8370,7 @@ public struct GetApnsVoipSandboxChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8636,8 +8382,7 @@ public struct GetApnsVoipSandboxChannelOutput: Swift.Sendable { public init( apnsVoipSandboxChannelResponse: PinpointClientTypes.APNSVoipSandboxChannelResponse? = nil - ) - { + ) { self.apnsVoipSandboxChannelResponse = apnsVoipSandboxChannelResponse } } @@ -8649,8 +8394,7 @@ public struct GetAppInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8662,8 +8406,7 @@ public struct GetAppOutput: Swift.Sendable { public init( applicationResponse: PinpointClientTypes.ApplicationResponse? = nil - ) - { + ) { self.applicationResponse = applicationResponse } } @@ -8691,8 +8434,7 @@ public struct GetApplicationDateRangeKpiInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.endTime = endTime self.kpiName = kpiName @@ -8709,8 +8451,7 @@ public struct GetApplicationDateRangeKpiOutput: Swift.Sendable { public init( applicationDateRangeKpiResponse: PinpointClientTypes.ApplicationDateRangeKpiResponse? = nil - ) - { + ) { self.applicationDateRangeKpiResponse = applicationDateRangeKpiResponse } } @@ -8722,8 +8463,7 @@ public struct GetApplicationSettingsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8735,8 +8475,7 @@ public struct GetApplicationSettingsOutput: Swift.Sendable { public init( applicationSettingsResource: PinpointClientTypes.ApplicationSettingsResource? = nil - ) - { + ) { self.applicationSettingsResource = applicationSettingsResource } } @@ -8750,8 +8489,7 @@ public struct GetAppsInput: Swift.Sendable { public init( pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.pageSize = pageSize self.token = token } @@ -8764,8 +8502,7 @@ public struct GetAppsOutput: Swift.Sendable { public init( applicationsResponse: PinpointClientTypes.ApplicationsResponse? = nil - ) - { + ) { self.applicationsResponse = applicationsResponse } } @@ -8777,8 +8514,7 @@ public struct GetBaiduChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -8790,8 +8526,7 @@ public struct GetBaiduChannelOutput: Swift.Sendable { public init( baiduChannelResponse: PinpointClientTypes.BaiduChannelResponse? = nil - ) - { + ) { self.baiduChannelResponse = baiduChannelResponse } } @@ -8807,8 +8542,7 @@ public struct GetCampaignInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, campaignId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId } @@ -8821,8 +8555,7 @@ public struct GetCampaignOutput: Swift.Sendable { public init( campaignResponse: PinpointClientTypes.CampaignResponse? = nil - ) - { + ) { self.campaignResponse = campaignResponse } } @@ -8844,8 +8577,7 @@ public struct GetCampaignActivitiesInput: Swift.Sendable { campaignId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.pageSize = pageSize @@ -8860,8 +8592,7 @@ public struct GetCampaignActivitiesOutput: Swift.Sendable { public init( activitiesResponse: PinpointClientTypes.ActivitiesResponse? = nil - ) - { + ) { self.activitiesResponse = activitiesResponse } } @@ -8893,8 +8624,7 @@ public struct GetCampaignDateRangeKpiInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.endTime = endTime @@ -8912,8 +8642,7 @@ public struct GetCampaignDateRangeKpiOutput: Swift.Sendable { public init( campaignDateRangeKpiResponse: PinpointClientTypes.CampaignDateRangeKpiResponse? = nil - ) - { + ) { self.campaignDateRangeKpiResponse = campaignDateRangeKpiResponse } } @@ -8931,8 +8660,7 @@ public struct GetCampaignsInput: Swift.Sendable { applicationId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.token = token @@ -8946,8 +8674,7 @@ public struct GetCampaignsOutput: Swift.Sendable { public init( campaignsResponse: PinpointClientTypes.CampaignsResponse? = nil - ) - { + ) { self.campaignsResponse = campaignsResponse } } @@ -8967,8 +8694,7 @@ public struct GetCampaignVersionInput: Swift.Sendable { applicationId: Swift.String? = nil, campaignId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.version = version @@ -8982,8 +8708,7 @@ public struct GetCampaignVersionOutput: Swift.Sendable { public init( campaignResponse: PinpointClientTypes.CampaignResponse? = nil - ) - { + ) { self.campaignResponse = campaignResponse } } @@ -9005,8 +8730,7 @@ public struct GetCampaignVersionsInput: Swift.Sendable { campaignId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.pageSize = pageSize @@ -9021,8 +8745,7 @@ public struct GetCampaignVersionsOutput: Swift.Sendable { public init( campaignsResponse: PinpointClientTypes.CampaignsResponse? = nil - ) - { + ) { self.campaignsResponse = campaignsResponse } } @@ -9034,8 +8757,7 @@ public struct GetChannelsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -9047,8 +8769,7 @@ public struct GetChannelsOutput: Swift.Sendable { public init( channelsResponse: PinpointClientTypes.ChannelsResponse? = nil - ) - { + ) { self.channelsResponse = channelsResponse } } @@ -9060,8 +8781,7 @@ public struct GetEmailChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -9073,8 +8793,7 @@ public struct GetEmailChannelOutput: Swift.Sendable { public init( emailChannelResponse: PinpointClientTypes.EmailChannelResponse? = nil - ) - { + ) { self.emailChannelResponse = emailChannelResponse } } @@ -9095,8 +8814,7 @@ public struct GetEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -9109,8 +8827,7 @@ public struct GetEmailTemplateOutput: Swift.Sendable { public init( emailTemplateResponse: PinpointClientTypes.EmailTemplateResponse? = nil - ) - { + ) { self.emailTemplateResponse = emailTemplateResponse } } @@ -9126,8 +8843,7 @@ public struct GetEndpointInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.endpointId = endpointId } @@ -9140,8 +8856,7 @@ public struct GetEndpointOutput: Swift.Sendable { public init( endpointResponse: PinpointClientTypes.EndpointResponse? = nil - ) - { + ) { self.endpointResponse = endpointResponse } } @@ -9153,8 +8868,7 @@ public struct GetEventStreamInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -9166,8 +8880,7 @@ public struct GetEventStreamOutput: Swift.Sendable { public init( eventStream: PinpointClientTypes.EventStream? = nil - ) - { + ) { self.eventStream = eventStream } } @@ -9183,8 +8896,7 @@ public struct GetExportJobInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.jobId = jobId } @@ -9197,8 +8909,7 @@ public struct GetExportJobOutput: Swift.Sendable { public init( exportJobResponse: PinpointClientTypes.ExportJobResponse? = nil - ) - { + ) { self.exportJobResponse = exportJobResponse } } @@ -9216,8 +8927,7 @@ public struct GetExportJobsInput: Swift.Sendable { applicationId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.token = token @@ -9231,8 +8941,7 @@ public struct GetExportJobsOutput: Swift.Sendable { public init( exportJobsResponse: PinpointClientTypes.ExportJobsResponse? = nil - ) - { + ) { self.exportJobsResponse = exportJobsResponse } } @@ -9244,8 +8953,7 @@ public struct GetGcmChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -9257,8 +8965,7 @@ public struct GetGcmChannelOutput: Swift.Sendable { public init( gcmChannelResponse: PinpointClientTypes.GCMChannelResponse? = nil - ) - { + ) { self.gcmChannelResponse = gcmChannelResponse } } @@ -9274,8 +8981,7 @@ public struct GetImportJobInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.jobId = jobId } @@ -9288,8 +8994,7 @@ public struct GetImportJobOutput: Swift.Sendable { public init( importJobResponse: PinpointClientTypes.ImportJobResponse? = nil - ) - { + ) { self.importJobResponse = importJobResponse } } @@ -9307,8 +9012,7 @@ public struct GetImportJobsInput: Swift.Sendable { applicationId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.token = token @@ -9328,8 +9032,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.ImportJobResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -9343,8 +9046,7 @@ public struct GetImportJobsOutput: Swift.Sendable { public init( importJobsResponse: PinpointClientTypes.ImportJobsResponse? = nil - ) - { + ) { self.importJobsResponse = importJobsResponse } } @@ -9360,8 +9062,7 @@ public struct GetInAppMessagesInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, endpointId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.endpointId = endpointId } @@ -9382,8 +9083,7 @@ extension PinpointClientTypes { content: [PinpointClientTypes.InAppMessageContent]? = nil, customConfig: [Swift.String: Swift.String]? = nil, layout: PinpointClientTypes.Layout? = nil - ) - { + ) { self.content = content self.customConfig = customConfig self.layout = layout @@ -9406,8 +9106,7 @@ extension PinpointClientTypes { endDate: Swift.String? = nil, eventFilter: PinpointClientTypes.CampaignEventFilter? = nil, quietTime: PinpointClientTypes.QuietTime? = nil - ) - { + ) { self.endDate = endDate self.eventFilter = eventFilter self.quietTime = quietTime @@ -9445,8 +9144,7 @@ extension PinpointClientTypes { sessionCap: Swift.Int? = nil, totalCap: Swift.Int? = nil, treatmentId: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId self.dailyCap = dailyCap self.inAppMessage = inAppMessage @@ -9468,8 +9166,7 @@ extension PinpointClientTypes { public init( inAppMessageCampaigns: [PinpointClientTypes.InAppMessageCampaign]? = nil - ) - { + ) { self.inAppMessageCampaigns = inAppMessageCampaigns } } @@ -9482,8 +9179,7 @@ public struct GetInAppMessagesOutput: Swift.Sendable { public init( inAppMessagesResponse: PinpointClientTypes.InAppMessagesResponse? = nil - ) - { + ) { self.inAppMessagesResponse = inAppMessagesResponse } } @@ -9504,8 +9200,7 @@ public struct GetInAppTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -9554,8 +9249,7 @@ extension PinpointClientTypes { templateName: Swift.String? = nil, templateType: PinpointClientTypes.TemplateType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.content = content self.creationDate = creationDate @@ -9578,8 +9272,7 @@ public struct GetInAppTemplateOutput: Swift.Sendable { public init( inAppTemplateResponse: PinpointClientTypes.InAppTemplateResponse? = nil - ) - { + ) { self.inAppTemplateResponse = inAppTemplateResponse } } @@ -9595,8 +9288,7 @@ public struct GetJourneyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, journeyId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId } @@ -9609,8 +9301,7 @@ public struct GetJourneyOutput: Swift.Sendable { public init( journeyResponse: PinpointClientTypes.JourneyResponse? = nil - ) - { + ) { self.journeyResponse = journeyResponse } } @@ -9642,8 +9333,7 @@ public struct GetJourneyDateRangeKpiInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.endTime = endTime self.journeyId = journeyId @@ -9687,8 +9377,7 @@ extension PinpointClientTypes { kpiResult: PinpointClientTypes.BaseKpiResult? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.endTime = endTime self.journeyId = journeyId @@ -9707,8 +9396,7 @@ public struct GetJourneyDateRangeKpiOutput: Swift.Sendable { public init( journeyDateRangeKpiResponse: PinpointClientTypes.JourneyDateRangeKpiResponse? = nil - ) - { + ) { self.journeyDateRangeKpiResponse = journeyDateRangeKpiResponse } } @@ -9734,8 +9422,7 @@ public struct GetJourneyExecutionActivityMetricsInput: Swift.Sendable { journeyId: Swift.String? = nil, nextToken: Swift.String? = nil, pageSize: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyActivityId = journeyActivityId self.journeyId = journeyId @@ -9786,8 +9473,7 @@ extension PinpointClientTypes { journeyId: Swift.String? = nil, lastEvaluatedTime: Swift.String? = nil, metrics: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activityType = activityType self.applicationId = applicationId self.journeyActivityId = journeyActivityId @@ -9805,8 +9491,7 @@ public struct GetJourneyExecutionActivityMetricsOutput: Swift.Sendable { public init( journeyExecutionActivityMetricsResponse: PinpointClientTypes.JourneyExecutionActivityMetricsResponse? = nil - ) - { + ) { self.journeyExecutionActivityMetricsResponse = journeyExecutionActivityMetricsResponse } } @@ -9828,8 +9513,7 @@ public struct GetJourneyExecutionMetricsInput: Swift.Sendable { journeyId: Swift.String? = nil, nextToken: Swift.String? = nil, pageSize: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.nextToken = nextToken @@ -9859,8 +9543,7 @@ extension PinpointClientTypes { journeyId: Swift.String? = nil, lastEvaluatedTime: Swift.String? = nil, metrics: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.lastEvaluatedTime = lastEvaluatedTime @@ -9876,8 +9559,7 @@ public struct GetJourneyExecutionMetricsOutput: Swift.Sendable { public init( journeyExecutionMetricsResponse: PinpointClientTypes.JourneyExecutionMetricsResponse? = nil - ) - { + ) { self.journeyExecutionMetricsResponse = journeyExecutionMetricsResponse } } @@ -9907,8 +9589,7 @@ public struct GetJourneyRunExecutionActivityMetricsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyActivityId = journeyActivityId self.journeyId = journeyId @@ -9964,8 +9645,7 @@ extension PinpointClientTypes { lastEvaluatedTime: Swift.String? = nil, metrics: [Swift.String: Swift.String]? = nil, runId: Swift.String? = nil - ) - { + ) { self.activityType = activityType self.applicationId = applicationId self.journeyActivityId = journeyActivityId @@ -9984,8 +9664,7 @@ public struct GetJourneyRunExecutionActivityMetricsOutput: Swift.Sendable { public init( journeyRunExecutionActivityMetricsResponse: PinpointClientTypes.JourneyRunExecutionActivityMetricsResponse? = nil - ) - { + ) { self.journeyRunExecutionActivityMetricsResponse = journeyRunExecutionActivityMetricsResponse } } @@ -10011,8 +9690,7 @@ public struct GetJourneyRunExecutionMetricsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.String? = nil, runId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.nextToken = nextToken @@ -10047,8 +9725,7 @@ extension PinpointClientTypes { lastEvaluatedTime: Swift.String? = nil, metrics: [Swift.String: Swift.String]? = nil, runId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.lastEvaluatedTime = lastEvaluatedTime @@ -10065,8 +9742,7 @@ public struct GetJourneyRunExecutionMetricsOutput: Swift.Sendable { public init( journeyRunExecutionMetricsResponse: PinpointClientTypes.JourneyRunExecutionMetricsResponse? = nil - ) - { + ) { self.journeyRunExecutionMetricsResponse = journeyRunExecutionMetricsResponse } } @@ -10088,8 +9764,7 @@ public struct GetJourneyRunsInput: Swift.Sendable { journeyId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.pageSize = pageSize @@ -10154,8 +9829,7 @@ extension PinpointClientTypes { lastUpdateTime: Swift.String? = nil, runId: Swift.String? = nil, status: PinpointClientTypes.JourneyRunStatus? = nil - ) - { + ) { self.creationTime = creationTime self.lastUpdateTime = lastUpdateTime self.runId = runId @@ -10177,8 +9851,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.JourneyRunResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -10192,8 +9865,7 @@ public struct GetJourneyRunsOutput: Swift.Sendable { public init( journeyRunsResponse: PinpointClientTypes.JourneyRunsResponse? = nil - ) - { + ) { self.journeyRunsResponse = journeyRunsResponse } } @@ -10214,8 +9886,7 @@ public struct GetPushTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -10276,8 +9947,7 @@ extension PinpointClientTypes { templateName: Swift.String? = nil, templateType: PinpointClientTypes.TemplateType? = nil, version: Swift.String? = nil - ) - { + ) { self.adm = adm self.apns = apns self.arn = arn @@ -10304,8 +9974,7 @@ public struct GetPushTemplateOutput: Swift.Sendable { public init( pushNotificationTemplateResponse: PinpointClientTypes.PushNotificationTemplateResponse? = nil - ) - { + ) { self.pushNotificationTemplateResponse = pushNotificationTemplateResponse } } @@ -10317,8 +9986,7 @@ public struct GetRecommenderConfigurationInput: Swift.Sendable { public init( recommenderId: Swift.String? = nil - ) - { + ) { self.recommenderId = recommenderId } } @@ -10330,8 +9998,7 @@ public struct GetRecommenderConfigurationOutput: Swift.Sendable { public init( recommenderConfigurationResponse: PinpointClientTypes.RecommenderConfigurationResponse? = nil - ) - { + ) { self.recommenderConfigurationResponse = recommenderConfigurationResponse } } @@ -10345,8 +10012,7 @@ public struct GetRecommenderConfigurationsInput: Swift.Sendable { public init( pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.pageSize = pageSize self.token = token } @@ -10365,8 +10031,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.RecommenderConfigurationResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -10380,8 +10045,7 @@ public struct GetRecommenderConfigurationsOutput: Swift.Sendable { public init( listRecommenderConfigurationsResponse: PinpointClientTypes.ListRecommenderConfigurationsResponse? = nil - ) - { + ) { self.listRecommenderConfigurationsResponse = listRecommenderConfigurationsResponse } } @@ -10397,8 +10061,7 @@ public struct GetSegmentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, segmentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.segmentId = segmentId } @@ -10411,8 +10074,7 @@ public struct GetSegmentOutput: Swift.Sendable { public init( segmentResponse: PinpointClientTypes.SegmentResponse? = nil - ) - { + ) { self.segmentResponse = segmentResponse } } @@ -10434,8 +10096,7 @@ public struct GetSegmentExportJobsInput: Swift.Sendable { pageSize: Swift.String? = nil, segmentId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.segmentId = segmentId @@ -10450,8 +10111,7 @@ public struct GetSegmentExportJobsOutput: Swift.Sendable { public init( exportJobsResponse: PinpointClientTypes.ExportJobsResponse? = nil - ) - { + ) { self.exportJobsResponse = exportJobsResponse } } @@ -10473,8 +10133,7 @@ public struct GetSegmentImportJobsInput: Swift.Sendable { pageSize: Swift.String? = nil, segmentId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.segmentId = segmentId @@ -10489,8 +10148,7 @@ public struct GetSegmentImportJobsOutput: Swift.Sendable { public init( importJobsResponse: PinpointClientTypes.ImportJobsResponse? = nil - ) - { + ) { self.importJobsResponse = importJobsResponse } } @@ -10508,8 +10166,7 @@ public struct GetSegmentsInput: Swift.Sendable { applicationId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.token = token @@ -10529,8 +10186,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.SegmentResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -10544,8 +10200,7 @@ public struct GetSegmentsOutput: Swift.Sendable { public init( segmentsResponse: PinpointClientTypes.SegmentsResponse? = nil - ) - { + ) { self.segmentsResponse = segmentsResponse } } @@ -10565,8 +10220,7 @@ public struct GetSegmentVersionInput: Swift.Sendable { applicationId: Swift.String? = nil, segmentId: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.segmentId = segmentId self.version = version @@ -10580,8 +10234,7 @@ public struct GetSegmentVersionOutput: Swift.Sendable { public init( segmentResponse: PinpointClientTypes.SegmentResponse? = nil - ) - { + ) { self.segmentResponse = segmentResponse } } @@ -10603,8 +10256,7 @@ public struct GetSegmentVersionsInput: Swift.Sendable { pageSize: Swift.String? = nil, segmentId: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.segmentId = segmentId @@ -10619,8 +10271,7 @@ public struct GetSegmentVersionsOutput: Swift.Sendable { public init( segmentsResponse: PinpointClientTypes.SegmentsResponse? = nil - ) - { + ) { self.segmentsResponse = segmentsResponse } } @@ -10632,8 +10283,7 @@ public struct GetSmsChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -10645,8 +10295,7 @@ public struct GetSmsChannelOutput: Swift.Sendable { public init( smsChannelResponse: PinpointClientTypes.SMSChannelResponse? = nil - ) - { + ) { self.smsChannelResponse = smsChannelResponse } } @@ -10667,8 +10316,7 @@ public struct GetSmsTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -10717,8 +10365,7 @@ extension PinpointClientTypes { templateName: Swift.String? = nil, templateType: PinpointClientTypes.TemplateType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.body = body self.creationDate = creationDate @@ -10741,8 +10388,7 @@ public struct GetSmsTemplateOutput: Swift.Sendable { public init( smsTemplateResponse: PinpointClientTypes.SMSTemplateResponse? = nil - ) - { + ) { self.smsTemplateResponse = smsTemplateResponse } } @@ -10758,8 +10404,7 @@ public struct GetUserEndpointsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.userId = userId } @@ -10772,8 +10417,7 @@ public struct GetUserEndpointsOutput: Swift.Sendable { public init( endpointsResponse: PinpointClientTypes.EndpointsResponse? = nil - ) - { + ) { self.endpointsResponse = endpointsResponse } } @@ -10785,8 +10429,7 @@ public struct GetVoiceChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -10798,8 +10441,7 @@ public struct GetVoiceChannelOutput: Swift.Sendable { public init( voiceChannelResponse: PinpointClientTypes.VoiceChannelResponse? = nil - ) - { + ) { self.voiceChannelResponse = voiceChannelResponse } } @@ -10820,8 +10462,7 @@ public struct GetVoiceTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.version = version } @@ -10873,8 +10514,7 @@ extension PinpointClientTypes { templateType: PinpointClientTypes.TemplateType? = nil, version: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.body = body self.creationDate = creationDate @@ -10898,8 +10538,7 @@ public struct GetVoiceTemplateOutput: Swift.Sendable { public init( voiceTemplateResponse: PinpointClientTypes.VoiceTemplateResponse? = nil - ) - { + ) { self.voiceTemplateResponse = voiceTemplateResponse } } @@ -10917,8 +10556,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.JourneyResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -10934,8 +10572,7 @@ extension PinpointClientTypes { public init( state: PinpointClientTypes.State? = nil - ) - { + ) { self.state = state } } @@ -10954,8 +10591,7 @@ public struct ListJourneysInput: Swift.Sendable { applicationId: Swift.String? = nil, pageSize: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pageSize = pageSize self.token = token @@ -10969,8 +10605,7 @@ public struct ListJourneysOutput: Swift.Sendable { public init( journeysResponse: PinpointClientTypes.JourneysResponse? = nil - ) - { + ) { self.journeysResponse = journeysResponse } } @@ -11012,8 +10647,7 @@ extension PinpointClientTypes { templateName: Swift.String? = nil, templateType: PinpointClientTypes.TemplateType? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.defaultSubstitutions = defaultSubstitutions @@ -11058,8 +10692,7 @@ extension PinpointClientTypes { templateName: Swift.String? = nil, templateType: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.defaultSubstitutions = defaultSubstitutions self.lastModifiedDate = lastModifiedDate @@ -11078,8 +10711,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -11094,8 +10726,7 @@ extension PinpointClientTypes { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -11108,8 +10739,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagsModel: PinpointClientTypes.TagsModel? = nil - ) - { + ) { self.tagsModel = tagsModel } } @@ -11129,8 +10759,7 @@ public struct ListTemplatesInput: Swift.Sendable { pageSize: Swift.String? = nil, `prefix`: Swift.String? = nil, templateType: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.`prefix` = `prefix` @@ -11151,8 +10780,7 @@ extension PinpointClientTypes { public init( item: [PinpointClientTypes.TemplateResponse]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.item = item self.nextToken = nextToken } @@ -11166,8 +10794,7 @@ public struct ListTemplatesOutput: Swift.Sendable { public init( templatesResponse: PinpointClientTypes.TemplatesResponse? = nil - ) - { + ) { self.templatesResponse = templatesResponse } } @@ -11189,8 +10816,7 @@ public struct ListTemplateVersionsInput: Swift.Sendable { pageSize: Swift.String? = nil, templateName: Swift.String? = nil, templateType: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.templateName = templateName @@ -11217,8 +10843,7 @@ extension PinpointClientTypes { message: Swift.String? = nil, nextToken: Swift.String? = nil, requestID: Swift.String? = nil - ) - { + ) { self.item = item self.message = message self.nextToken = nextToken @@ -11234,8 +10859,7 @@ public struct ListTemplateVersionsOutput: Swift.Sendable { public init( templateVersionsResponse: PinpointClientTypes.TemplateVersionsResponse? = nil - ) - { + ) { self.templateVersionsResponse = templateVersionsResponse } } @@ -11277,8 +10901,7 @@ extension PinpointClientTypes { statusCode: Swift.Int? = nil, statusMessage: Swift.String? = nil, updatedToken: Swift.String? = nil - ) - { + ) { self.deliveryStatus = deliveryStatus self.messageId = messageId self.statusCode = statusCode @@ -11313,8 +10936,7 @@ extension PinpointClientTypes { messageConfiguration: PinpointClientTypes.DirectMessageConfiguration? = nil, templateConfiguration: PinpointClientTypes.TemplateConfiguration? = nil, traceId: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.context = context self.endpoints = endpoints @@ -11344,8 +10966,7 @@ extension PinpointClientTypes { endpointResult: [Swift.String: PinpointClientTypes.EndpointMessageResult]? = nil, requestId: Swift.String? = nil, result: [Swift.String: PinpointClientTypes.MessageResult]? = nil - ) - { + ) { self.applicationId = applicationId self.endpointResult = endpointResult self.requestId = requestId @@ -11366,8 +10987,7 @@ extension PinpointClientTypes { public init( isoCountryCode: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.phoneNumber = phoneNumber } @@ -11422,8 +11042,7 @@ extension PinpointClientTypes { phoneTypeCode: Swift.Int? = nil, timezone: Swift.String? = nil, zipCode: Swift.String? = nil - ) - { + ) { self.carrier = carrier self.city = city self.cleansedPhoneNumberE164 = cleansedPhoneNumberE164 @@ -11449,8 +11068,7 @@ public struct PhoneNumberValidateInput: Swift.Sendable { public init( numberValidateRequest: PinpointClientTypes.NumberValidateRequest? = nil - ) - { + ) { self.numberValidateRequest = numberValidateRequest } } @@ -11462,8 +11080,7 @@ public struct PhoneNumberValidateOutput: Swift.Sendable { public init( numberValidateResponse: PinpointClientTypes.NumberValidateResponse? = nil - ) - { + ) { self.numberValidateResponse = numberValidateResponse } } @@ -11479,8 +11096,7 @@ public struct PutEventsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, eventsRequest: PinpointClientTypes.EventsRequest? = nil - ) - { + ) { self.applicationId = applicationId self.eventsRequest = eventsRequest } @@ -11493,8 +11109,7 @@ public struct PutEventsOutput: Swift.Sendable { public init( eventsResponse: PinpointClientTypes.EventsResponse? = nil - ) - { + ) { self.eventsResponse = eventsResponse } } @@ -11513,8 +11128,7 @@ extension PinpointClientTypes { public init( destinationStreamArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.destinationStreamArn = destinationStreamArn self.roleArn = roleArn } @@ -11532,8 +11146,7 @@ public struct PutEventStreamInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, writeEventStream: PinpointClientTypes.WriteEventStream? = nil - ) - { + ) { self.applicationId = applicationId self.writeEventStream = writeEventStream } @@ -11546,8 +11159,7 @@ public struct PutEventStreamOutput: Swift.Sendable { public init( eventStream: PinpointClientTypes.EventStream? = nil - ) - { + ) { self.eventStream = eventStream } } @@ -11561,8 +11173,7 @@ extension PinpointClientTypes { public init( blacklist: [Swift.String]? = nil - ) - { + ) { self.blacklist = blacklist } } @@ -11589,8 +11200,7 @@ public struct RemoveAttributesInput: Swift.Sendable { applicationId: Swift.String? = nil, attributeType: Swift.String? = nil, updateAttributesRequest: PinpointClientTypes.UpdateAttributesRequest? = nil - ) - { + ) { self.applicationId = applicationId self.attributeType = attributeType self.updateAttributesRequest = updateAttributesRequest @@ -11604,8 +11214,7 @@ public struct RemoveAttributesOutput: Swift.Sendable { public init( attributesResource: PinpointClientTypes.AttributesResource? = nil - ) - { + ) { self.attributesResource = attributesResource } } @@ -11621,8 +11230,7 @@ public struct SendMessagesInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, messageRequest: PinpointClientTypes.MessageRequest? = nil - ) - { + ) { self.applicationId = applicationId self.messageRequest = messageRequest } @@ -11635,8 +11243,7 @@ public struct SendMessagesOutput: Swift.Sendable { public init( messageResponse: PinpointClientTypes.MessageResponse? = nil - ) - { + ) { self.messageResponse = messageResponse } } @@ -11685,8 +11292,7 @@ extension PinpointClientTypes { referenceId: Swift.String? = nil, templateId: Swift.String? = nil, validityPeriod: Swift.Int? = nil - ) - { + ) { self.allowedAttempts = allowedAttempts self.brandName = brandName self.channel = channel @@ -11713,8 +11319,7 @@ public struct SendOTPMessageInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, sendOTPMessageRequestParameters: PinpointClientTypes.SendOTPMessageRequestParameters? = nil - ) - { + ) { self.applicationId = applicationId self.sendOTPMessageRequestParameters = sendOTPMessageRequestParameters } @@ -11727,8 +11332,7 @@ public struct SendOTPMessageOutput: Swift.Sendable { public init( messageResponse: PinpointClientTypes.MessageResponse? = nil - ) - { + ) { self.messageResponse = messageResponse } } @@ -11756,8 +11360,7 @@ extension PinpointClientTypes { templateConfiguration: PinpointClientTypes.TemplateConfiguration? = nil, traceId: Swift.String? = nil, users: [Swift.String: PinpointClientTypes.EndpointSendConfiguration]? = nil - ) - { + ) { self.context = context self.messageConfiguration = messageConfiguration self.templateConfiguration = templateConfiguration @@ -11778,8 +11381,7 @@ public struct SendUsersMessagesInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, sendUsersMessageRequest: PinpointClientTypes.SendUsersMessageRequest? = nil - ) - { + ) { self.applicationId = applicationId self.sendUsersMessageRequest = sendUsersMessageRequest } @@ -11801,8 +11403,7 @@ extension PinpointClientTypes { applicationId: Swift.String? = nil, requestId: Swift.String? = nil, result: [Swift.String: [Swift.String: PinpointClientTypes.EndpointMessageResult]]? = nil - ) - { + ) { self.applicationId = applicationId self.requestId = requestId self.result = result @@ -11817,8 +11418,7 @@ public struct SendUsersMessagesOutput: Swift.Sendable { public init( sendUsersMessageResponse: PinpointClientTypes.SendUsersMessageResponse? = nil - ) - { + ) { self.sendUsersMessageResponse = sendUsersMessageResponse } } @@ -11834,8 +11434,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagsModel: PinpointClientTypes.TagsModel? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagsModel = tagsModel } @@ -11852,8 +11451,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -11870,8 +11468,7 @@ public struct UpdateAdmChannelInput: Swift.Sendable { public init( admChannelRequest: PinpointClientTypes.ADMChannelRequest? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.admChannelRequest = admChannelRequest self.applicationId = applicationId } @@ -11884,8 +11481,7 @@ public struct UpdateAdmChannelOutput: Swift.Sendable { public init( admChannelResponse: PinpointClientTypes.ADMChannelResponse? = nil - ) - { + ) { self.admChannelResponse = admChannelResponse } } @@ -11901,8 +11497,7 @@ public struct UpdateApnsChannelInput: Swift.Sendable { public init( apnsChannelRequest: PinpointClientTypes.APNSChannelRequest? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.apnsChannelRequest = apnsChannelRequest self.applicationId = applicationId } @@ -11915,8 +11510,7 @@ public struct UpdateApnsChannelOutput: Swift.Sendable { public init( apnsChannelResponse: PinpointClientTypes.APNSChannelResponse? = nil - ) - { + ) { self.apnsChannelResponse = apnsChannelResponse } } @@ -11932,8 +11526,7 @@ public struct UpdateApnsSandboxChannelInput: Swift.Sendable { public init( apnsSandboxChannelRequest: PinpointClientTypes.APNSSandboxChannelRequest? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.apnsSandboxChannelRequest = apnsSandboxChannelRequest self.applicationId = applicationId } @@ -11946,8 +11539,7 @@ public struct UpdateApnsSandboxChannelOutput: Swift.Sendable { public init( apnsSandboxChannelResponse: PinpointClientTypes.APNSSandboxChannelResponse? = nil - ) - { + ) { self.apnsSandboxChannelResponse = apnsSandboxChannelResponse } } @@ -11963,8 +11555,7 @@ public struct UpdateApnsVoipChannelInput: Swift.Sendable { public init( apnsVoipChannelRequest: PinpointClientTypes.APNSVoipChannelRequest? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.apnsVoipChannelRequest = apnsVoipChannelRequest self.applicationId = applicationId } @@ -11977,8 +11568,7 @@ public struct UpdateApnsVoipChannelOutput: Swift.Sendable { public init( apnsVoipChannelResponse: PinpointClientTypes.APNSVoipChannelResponse? = nil - ) - { + ) { self.apnsVoipChannelResponse = apnsVoipChannelResponse } } @@ -11994,8 +11584,7 @@ public struct UpdateApnsVoipSandboxChannelInput: Swift.Sendable { public init( apnsVoipSandboxChannelRequest: PinpointClientTypes.APNSVoipSandboxChannelRequest? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.apnsVoipSandboxChannelRequest = apnsVoipSandboxChannelRequest self.applicationId = applicationId } @@ -12008,8 +11597,7 @@ public struct UpdateApnsVoipSandboxChannelOutput: Swift.Sendable { public init( apnsVoipSandboxChannelResponse: PinpointClientTypes.APNSVoipSandboxChannelResponse? = nil - ) - { + ) { self.apnsVoipSandboxChannelResponse = apnsVoipSandboxChannelResponse } } @@ -12046,8 +11634,7 @@ extension PinpointClientTypes { journeyLimits: PinpointClientTypes.ApplicationSettingsJourneyLimits? = nil, limits: PinpointClientTypes.CampaignLimits? = nil, quietTime: PinpointClientTypes.QuietTime? = nil - ) - { + ) { self.campaignHook = campaignHook self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.eventTaggingEnabled = eventTaggingEnabled @@ -12069,8 +11656,7 @@ public struct UpdateApplicationSettingsInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, writeApplicationSettingsRequest: PinpointClientTypes.WriteApplicationSettingsRequest? = nil - ) - { + ) { self.applicationId = applicationId self.writeApplicationSettingsRequest = writeApplicationSettingsRequest } @@ -12083,8 +11669,7 @@ public struct UpdateApplicationSettingsOutput: Swift.Sendable { public init( applicationSettingsResource: PinpointClientTypes.ApplicationSettingsResource? = nil - ) - { + ) { self.applicationSettingsResource = applicationSettingsResource } } @@ -12100,8 +11685,7 @@ public struct UpdateBaiduChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, baiduChannelRequest: PinpointClientTypes.BaiduChannelRequest? = nil - ) - { + ) { self.applicationId = applicationId self.baiduChannelRequest = baiduChannelRequest } @@ -12114,8 +11698,7 @@ public struct UpdateBaiduChannelOutput: Swift.Sendable { public init( baiduChannelResponse: PinpointClientTypes.BaiduChannelResponse? = nil - ) - { + ) { self.baiduChannelResponse = baiduChannelResponse } } @@ -12135,8 +11718,7 @@ public struct UpdateCampaignInput: Swift.Sendable { applicationId: Swift.String? = nil, campaignId: Swift.String? = nil, writeCampaignRequest: PinpointClientTypes.WriteCampaignRequest? = nil - ) - { + ) { self.applicationId = applicationId self.campaignId = campaignId self.writeCampaignRequest = writeCampaignRequest @@ -12150,8 +11732,7 @@ public struct UpdateCampaignOutput: Swift.Sendable { public init( campaignResponse: PinpointClientTypes.CampaignResponse? = nil - ) - { + ) { self.campaignResponse = campaignResponse } } @@ -12167,8 +11748,7 @@ public struct UpdateEmailChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, emailChannelRequest: PinpointClientTypes.EmailChannelRequest? = nil - ) - { + ) { self.applicationId = applicationId self.emailChannelRequest = emailChannelRequest } @@ -12181,8 +11761,7 @@ public struct UpdateEmailChannelOutput: Swift.Sendable { public init( emailChannelResponse: PinpointClientTypes.EmailChannelResponse? = nil - ) - { + ) { self.emailChannelResponse = emailChannelResponse } } @@ -12210,8 +11789,7 @@ public struct UpdateEmailTemplateInput: Swift.Sendable { emailTemplateRequest: PinpointClientTypes.EmailTemplateRequest? = nil, templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createNewVersion = createNewVersion self.emailTemplateRequest = emailTemplateRequest self.templateName = templateName @@ -12226,8 +11804,7 @@ public struct UpdateEmailTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12247,8 +11824,7 @@ public struct UpdateEndpointInput: Swift.Sendable { applicationId: Swift.String? = nil, endpointId: Swift.String? = nil, endpointRequest: PinpointClientTypes.EndpointRequest? = nil - ) - { + ) { self.applicationId = applicationId self.endpointId = endpointId self.endpointRequest = endpointRequest @@ -12262,8 +11838,7 @@ public struct UpdateEndpointOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12279,8 +11854,7 @@ public struct UpdateEndpointsBatchInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, endpointBatchRequest: PinpointClientTypes.EndpointBatchRequest? = nil - ) - { + ) { self.applicationId = applicationId self.endpointBatchRequest = endpointBatchRequest } @@ -12293,8 +11867,7 @@ public struct UpdateEndpointsBatchOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12310,8 +11883,7 @@ public struct UpdateGcmChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, gcmChannelRequest: PinpointClientTypes.GCMChannelRequest? = nil - ) - { + ) { self.applicationId = applicationId self.gcmChannelRequest = gcmChannelRequest } @@ -12324,8 +11896,7 @@ public struct UpdateGcmChannelOutput: Swift.Sendable { public init( gcmChannelResponse: PinpointClientTypes.GCMChannelResponse? = nil - ) - { + ) { self.gcmChannelResponse = gcmChannelResponse } } @@ -12353,8 +11924,7 @@ public struct UpdateInAppTemplateInput: Swift.Sendable { inAppTemplateRequest: PinpointClientTypes.InAppTemplateRequest? = nil, templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createNewVersion = createNewVersion self.inAppTemplateRequest = inAppTemplateRequest self.templateName = templateName @@ -12369,8 +11939,7 @@ public struct UpdateInAppTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12390,8 +11959,7 @@ public struct UpdateJourneyInput: Swift.Sendable { applicationId: Swift.String? = nil, journeyId: Swift.String? = nil, writeJourneyRequest: PinpointClientTypes.WriteJourneyRequest? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.writeJourneyRequest = writeJourneyRequest @@ -12405,8 +11973,7 @@ public struct UpdateJourneyOutput: Swift.Sendable { public init( journeyResponse: PinpointClientTypes.JourneyResponse? = nil - ) - { + ) { self.journeyResponse = journeyResponse } } @@ -12426,8 +11993,7 @@ public struct UpdateJourneyStateInput: Swift.Sendable { applicationId: Swift.String? = nil, journeyId: Swift.String? = nil, journeyStateRequest: PinpointClientTypes.JourneyStateRequest? = nil - ) - { + ) { self.applicationId = applicationId self.journeyId = journeyId self.journeyStateRequest = journeyStateRequest @@ -12441,8 +12007,7 @@ public struct UpdateJourneyStateOutput: Swift.Sendable { public init( journeyResponse: PinpointClientTypes.JourneyResponse? = nil - ) - { + ) { self.journeyResponse = journeyResponse } } @@ -12470,8 +12035,7 @@ public struct UpdatePushTemplateInput: Swift.Sendable { pushNotificationTemplateRequest: PinpointClientTypes.PushNotificationTemplateRequest? = nil, templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createNewVersion = createNewVersion self.pushNotificationTemplateRequest = pushNotificationTemplateRequest self.templateName = templateName @@ -12486,8 +12050,7 @@ public struct UpdatePushTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12538,8 +12101,7 @@ extension PinpointClientTypes { recommendationTransformerUri: Swift.String? = nil, recommendationsDisplayName: Swift.String? = nil, recommendationsPerMessage: Swift.Int? = nil - ) - { + ) { self.attributes = attributes self.description = description self.name = name @@ -12564,8 +12126,7 @@ public struct UpdateRecommenderConfigurationInput: Swift.Sendable { public init( recommenderId: Swift.String? = nil, updateRecommenderConfiguration: PinpointClientTypes.UpdateRecommenderConfigurationShape? = nil - ) - { + ) { self.recommenderId = recommenderId self.updateRecommenderConfiguration = updateRecommenderConfiguration } @@ -12578,8 +12139,7 @@ public struct UpdateRecommenderConfigurationOutput: Swift.Sendable { public init( recommenderConfigurationResponse: PinpointClientTypes.RecommenderConfigurationResponse? = nil - ) - { + ) { self.recommenderConfigurationResponse = recommenderConfigurationResponse } } @@ -12599,8 +12159,7 @@ public struct UpdateSegmentInput: Swift.Sendable { applicationId: Swift.String? = nil, segmentId: Swift.String? = nil, writeSegmentRequest: PinpointClientTypes.WriteSegmentRequest? = nil - ) - { + ) { self.applicationId = applicationId self.segmentId = segmentId self.writeSegmentRequest = writeSegmentRequest @@ -12614,8 +12173,7 @@ public struct UpdateSegmentOutput: Swift.Sendable { public init( segmentResponse: PinpointClientTypes.SegmentResponse? = nil - ) - { + ) { self.segmentResponse = segmentResponse } } @@ -12635,8 +12193,7 @@ extension PinpointClientTypes { enabled: Swift.Bool? = nil, senderId: Swift.String? = nil, shortCode: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.senderId = senderId self.shortCode = shortCode @@ -12655,8 +12212,7 @@ public struct UpdateSmsChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, smsChannelRequest: PinpointClientTypes.SMSChannelRequest? = nil - ) - { + ) { self.applicationId = applicationId self.smsChannelRequest = smsChannelRequest } @@ -12669,8 +12225,7 @@ public struct UpdateSmsChannelOutput: Swift.Sendable { public init( smsChannelResponse: PinpointClientTypes.SMSChannelResponse? = nil - ) - { + ) { self.smsChannelResponse = smsChannelResponse } } @@ -12698,8 +12253,7 @@ public struct UpdateSmsTemplateInput: Swift.Sendable { smsTemplateRequest: PinpointClientTypes.SMSTemplateRequest? = nil, templateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.createNewVersion = createNewVersion self.smsTemplateRequest = smsTemplateRequest self.templateName = templateName @@ -12714,8 +12268,7 @@ public struct UpdateSmsTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12729,8 +12282,7 @@ extension PinpointClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -12751,8 +12303,7 @@ public struct UpdateTemplateActiveVersionInput: Swift.Sendable { templateActiveVersionRequest: PinpointClientTypes.TemplateActiveVersionRequest? = nil, templateName: Swift.String? = nil, templateType: Swift.String? = nil - ) - { + ) { self.templateActiveVersionRequest = templateActiveVersionRequest self.templateName = templateName self.templateType = templateType @@ -12766,8 +12317,7 @@ public struct UpdateTemplateActiveVersionOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12781,8 +12331,7 @@ extension PinpointClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -12799,8 +12348,7 @@ public struct UpdateVoiceChannelInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, voiceChannelRequest: PinpointClientTypes.VoiceChannelRequest? = nil - ) - { + ) { self.applicationId = applicationId self.voiceChannelRequest = voiceChannelRequest } @@ -12813,8 +12361,7 @@ public struct UpdateVoiceChannelOutput: Swift.Sendable { public init( voiceChannelResponse: PinpointClientTypes.VoiceChannelResponse? = nil - ) - { + ) { self.voiceChannelResponse = voiceChannelResponse } } @@ -12842,8 +12389,7 @@ public struct UpdateVoiceTemplateInput: Swift.Sendable { templateName: Swift.String? = nil, version: Swift.String? = nil, voiceTemplateRequest: PinpointClientTypes.VoiceTemplateRequest? = nil - ) - { + ) { self.createNewVersion = createNewVersion self.templateName = templateName self.version = version @@ -12858,8 +12404,7 @@ public struct UpdateVoiceTemplateOutput: Swift.Sendable { public init( messageBody: PinpointClientTypes.MessageBody? = nil - ) - { + ) { self.messageBody = messageBody } } @@ -12882,8 +12427,7 @@ extension PinpointClientTypes { destinationIdentity: Swift.String? = nil, otp: Swift.String? = nil, referenceId: Swift.String? = nil - ) - { + ) { self.destinationIdentity = destinationIdentity self.otp = otp self.referenceId = referenceId @@ -12902,8 +12446,7 @@ public struct VerifyOTPMessageInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, verifyOTPMessageRequestParameters: PinpointClientTypes.VerifyOTPMessageRequestParameters? = nil - ) - { + ) { self.applicationId = applicationId self.verifyOTPMessageRequestParameters = verifyOTPMessageRequestParameters } @@ -12918,8 +12461,7 @@ extension PinpointClientTypes { public init( valid: Swift.Bool? = nil - ) - { + ) { self.valid = valid } } @@ -12932,8 +12474,7 @@ public struct VerifyOTPMessageOutput: Swift.Sendable { public init( verificationResponse: PinpointClientTypes.VerificationResponse? = nil - ) - { + ) { self.verificationResponse = verificationResponse } } diff --git a/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/PinpointClient.swift b/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/PinpointClient.swift index 63be4993eb7..a0ba0d25766 100644 --- a/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/PinpointClient.swift +++ b/Sources/Services/AWSPinpoint/Sources/AWSPinpoint/PinpointClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PinpointClient: ClientRuntime.Client { public static let clientName = "PinpointClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PinpointClient.PinpointClientConfiguration let serviceName = "Pinpoint" diff --git a/Sources/Services/AWSPinpointEmail/Package.swift.txt b/Sources/Services/AWSPinpointEmail/Package.swift.txt index 97fac652efd..ad8c5b0acc3 100644 --- a/Sources/Services/AWSPinpointEmail/Package.swift.txt +++ b/Sources/Services/AWSPinpointEmail/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/Models.swift b/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/Models.swift index 4582f2f1639..6f5cdff0004 100644 --- a/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/Models.swift +++ b/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/Models.swift @@ -49,8 +49,7 @@ public struct AccountSuspendedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +164,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -241,8 +234,7 @@ extension PinpointEmailClientTypes { public init( sendingPoolName: Swift.String? = nil, tlsPolicy: PinpointEmailClientTypes.TlsPolicy? = nil - ) - { + ) { self.sendingPoolName = sendingPoolName self.tlsPolicy = tlsPolicy } @@ -261,8 +253,7 @@ extension PinpointEmailClientTypes { public init( lastFreshStart: Foundation.Date? = nil, reputationMetricsEnabled: Swift.Bool = false - ) - { + ) { self.lastFreshStart = lastFreshStart self.reputationMetricsEnabled = reputationMetricsEnabled } @@ -278,8 +269,7 @@ extension PinpointEmailClientTypes { public init( sendingEnabled: Swift.Bool = false - ) - { + ) { self.sendingEnabled = sendingEnabled } } @@ -307,8 +297,7 @@ extension PinpointEmailClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -325,8 +314,7 @@ extension PinpointEmailClientTypes { public init( customRedirectDomain: Swift.String? = nil - ) - { + ) { self.customRedirectDomain = customRedirectDomain } } @@ -355,8 +343,7 @@ public struct CreateConfigurationSetInput: Swift.Sendable { sendingOptions: PinpointEmailClientTypes.SendingOptions? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil, trackingOptions: PinpointEmailClientTypes.TrackingOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.deliveryOptions = deliveryOptions self.reputationOptions = reputationOptions @@ -431,8 +418,7 @@ extension PinpointEmailClientTypes { defaultDimensionValue: Swift.String? = nil, dimensionName: Swift.String? = nil, dimensionValueSource: PinpointEmailClientTypes.DimensionValueSource? = nil - ) - { + ) { self.defaultDimensionValue = defaultDimensionValue self.dimensionName = dimensionName self.dimensionValueSource = dimensionValueSource @@ -450,8 +436,7 @@ extension PinpointEmailClientTypes { public init( dimensionConfigurations: [PinpointEmailClientTypes.CloudWatchDimensionConfiguration]? = nil - ) - { + ) { self.dimensionConfigurations = dimensionConfigurations } } @@ -471,8 +456,7 @@ extension PinpointEmailClientTypes { public init( deliveryStreamArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn self.iamRoleArn = iamRoleArn } @@ -536,8 +520,7 @@ extension PinpointEmailClientTypes { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -553,8 +536,7 @@ extension PinpointEmailClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -584,8 +566,7 @@ extension PinpointEmailClientTypes { matchingEventTypes: [PinpointEmailClientTypes.EventType]? = nil, pinpointDestination: PinpointEmailClientTypes.PinpointDestination? = nil, snsDestination: PinpointEmailClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchDestination = cloudWatchDestination self.enabled = enabled self.kinesisFirehoseDestination = kinesisFirehoseDestination @@ -612,8 +593,7 @@ public struct CreateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: PinpointEmailClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName @@ -637,8 +617,7 @@ public struct CreateDedicatedIpPoolInput: Swift.Sendable { public init( poolName: Swift.String? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.poolName = poolName self.tags = tags } @@ -668,8 +647,7 @@ public struct MailFromDomainNotVerifiedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -692,8 +670,7 @@ public struct MessageRejected: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -716,8 +693,7 @@ public struct SendingPausedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -746,8 +722,7 @@ extension PinpointEmailClientTypes { public init( data: Foundation.Data? = nil - ) - { + ) { self.data = data } } @@ -766,8 +741,7 @@ extension PinpointEmailClientTypes { public init( charset: Swift.String? = nil, data: Swift.String? = nil - ) - { + ) { self.charset = charset self.data = data } @@ -786,8 +760,7 @@ extension PinpointEmailClientTypes { public init( html: PinpointEmailClientTypes.Content? = nil, text: PinpointEmailClientTypes.Content? = nil - ) - { + ) { self.html = html self.text = text } @@ -808,8 +781,7 @@ extension PinpointEmailClientTypes { public init( body: PinpointEmailClientTypes.Body? = nil, subject: PinpointEmailClientTypes.Content? = nil - ) - { + ) { self.body = body self.subject = subject } @@ -827,8 +799,7 @@ extension PinpointEmailClientTypes { public init( templateArn: Swift.String? = nil, templateData: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn self.templateData = templateData } @@ -864,8 +835,7 @@ extension PinpointEmailClientTypes { raw: PinpointEmailClientTypes.RawMessage? = nil, simple: PinpointEmailClientTypes.Message? = nil, template: PinpointEmailClientTypes.Template? = nil - ) - { + ) { self.raw = raw self.simple = simple self.template = template @@ -891,8 +861,7 @@ public struct CreateDeliverabilityTestReportInput: Swift.Sendable { fromEmailAddress: Swift.String? = nil, reportName: Swift.String? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.content = content self.fromEmailAddress = fromEmailAddress self.reportName = reportName @@ -942,8 +911,7 @@ public struct CreateDeliverabilityTestReportOutput: Swift.Sendable { public init( deliverabilityTestStatus: PinpointEmailClientTypes.DeliverabilityTestStatus? = nil, reportId: Swift.String? = nil - ) - { + ) { self.deliverabilityTestStatus = deliverabilityTestStatus self.reportId = reportId } @@ -960,8 +928,7 @@ public struct CreateEmailIdentityInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.emailIdentity = emailIdentity self.tags = tags } @@ -1041,8 +1008,7 @@ extension PinpointEmailClientTypes { signingEnabled: Swift.Bool = false, status: PinpointEmailClientTypes.DkimStatus? = nil, tokens: [Swift.String]? = nil - ) - { + ) { self.signingEnabled = signingEnabled self.status = status self.tokens = tokens @@ -1100,8 +1066,7 @@ public struct CreateEmailIdentityOutput: Swift.Sendable { dkimAttributes: PinpointEmailClientTypes.DkimAttributes? = nil, identityType: PinpointEmailClientTypes.IdentityType? = nil, verifiedForSendingStatus: Swift.Bool = false - ) - { + ) { self.dkimAttributes = dkimAttributes self.identityType = identityType self.verifiedForSendingStatus = verifiedForSendingStatus @@ -1116,8 +1081,7 @@ public struct DeleteConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -1140,8 +1104,7 @@ public struct DeleteConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestinationName = eventDestinationName } @@ -1161,8 +1124,7 @@ public struct DeleteDedicatedIpPoolInput: Swift.Sendable { public init( poolName: Swift.String? = nil - ) - { + ) { self.poolName = poolName } } @@ -1181,8 +1143,7 @@ public struct DeleteEmailIdentityInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity } } @@ -1214,8 +1175,7 @@ extension PinpointEmailClientTypes { max24HourSend: Swift.Double = 0.0, maxSendRate: Swift.Double = 0.0, sentLast24Hours: Swift.Double = 0.0 - ) - { + ) { self.max24HourSend = max24HourSend self.maxSendRate = maxSendRate self.sentLast24Hours = sentLast24Hours @@ -1248,8 +1208,7 @@ public struct GetAccountOutput: Swift.Sendable { productionAccessEnabled: Swift.Bool = false, sendQuota: PinpointEmailClientTypes.SendQuota? = nil, sendingEnabled: Swift.Bool = false - ) - { + ) { self.dedicatedIpAutoWarmupEnabled = dedicatedIpAutoWarmupEnabled self.enforcementStatus = enforcementStatus self.productionAccessEnabled = productionAccessEnabled @@ -1266,8 +1225,7 @@ public struct GetBlacklistReportsInput: Swift.Sendable { public init( blacklistItemNames: [Swift.String]? = nil - ) - { + ) { self.blacklistItemNames = blacklistItemNames } } @@ -1287,8 +1245,7 @@ extension PinpointEmailClientTypes { description: Swift.String? = nil, listingTime: Foundation.Date? = nil, rblName: Swift.String? = nil - ) - { + ) { self.description = description self.listingTime = listingTime self.rblName = rblName @@ -1304,8 +1261,7 @@ public struct GetBlacklistReportsOutput: Swift.Sendable { public init( blacklistReport: [Swift.String: [PinpointEmailClientTypes.BlacklistEntry]]? = nil - ) - { + ) { self.blacklistReport = blacklistReport } } @@ -1318,8 +1274,7 @@ public struct GetConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -1346,8 +1301,7 @@ public struct GetConfigurationSetOutput: Swift.Sendable { sendingOptions: PinpointEmailClientTypes.SendingOptions? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil, trackingOptions: PinpointEmailClientTypes.TrackingOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.deliveryOptions = deliveryOptions self.reputationOptions = reputationOptions @@ -1365,8 +1319,7 @@ public struct GetConfigurationSetEventDestinationsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -1400,8 +1353,7 @@ extension PinpointEmailClientTypes { name: Swift.String? = nil, pinpointDestination: PinpointEmailClientTypes.PinpointDestination? = nil, snsDestination: PinpointEmailClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchDestination = cloudWatchDestination self.enabled = enabled self.kinesisFirehoseDestination = kinesisFirehoseDestination @@ -1420,8 +1372,7 @@ public struct GetConfigurationSetEventDestinationsOutput: Swift.Sendable { public init( eventDestinations: [PinpointEmailClientTypes.EventDestination]? = nil - ) - { + ) { self.eventDestinations = eventDestinations } } @@ -1434,8 +1385,7 @@ public struct GetDedicatedIpInput: Swift.Sendable { public init( ip: Swift.String? = nil - ) - { + ) { self.ip = ip } } @@ -1495,8 +1445,7 @@ extension PinpointEmailClientTypes { poolName: Swift.String? = nil, warmupPercentage: Swift.Int? = nil, warmupStatus: PinpointEmailClientTypes.WarmupStatus? = nil - ) - { + ) { self.ip = ip self.poolName = poolName self.warmupPercentage = warmupPercentage @@ -1512,8 +1461,7 @@ public struct GetDedicatedIpOutput: Swift.Sendable { public init( dedicatedIp: PinpointEmailClientTypes.DedicatedIp? = nil - ) - { + ) { self.dedicatedIp = dedicatedIp } } @@ -1531,8 +1479,7 @@ public struct GetDedicatedIpsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil, poolName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.poolName = poolName @@ -1549,8 +1496,7 @@ public struct GetDedicatedIpsOutput: Swift.Sendable { public init( dedicatedIps: [PinpointEmailClientTypes.DedicatedIp]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dedicatedIps = dedicatedIps self.nextToken = nextToken } @@ -1607,8 +1553,7 @@ extension PinpointEmailClientTypes { public init( global: Swift.Bool = false, trackedIsps: [Swift.String]? = nil - ) - { + ) { self.global = global self.trackedIsps = trackedIsps } @@ -1630,8 +1575,7 @@ extension PinpointEmailClientTypes { domain: Swift.String? = nil, inboxPlacementTrackingOption: PinpointEmailClientTypes.InboxPlacementTrackingOption? = nil, subscriptionStartDate: Foundation.Date? = nil - ) - { + ) { self.domain = domain self.inboxPlacementTrackingOption = inboxPlacementTrackingOption self.subscriptionStartDate = subscriptionStartDate @@ -1659,8 +1603,7 @@ public struct GetDeliverabilityDashboardOptionsOutput: Swift.Sendable { dashboardEnabled: Swift.Bool = false, pendingExpirationSubscribedDomains: [PinpointEmailClientTypes.DomainDeliverabilityTrackingOption]? = nil, subscriptionExpiryDate: Foundation.Date? = nil - ) - { + ) { self.accountStatus = accountStatus self.activeSubscribedDomains = activeSubscribedDomains self.dashboardEnabled = dashboardEnabled @@ -1677,8 +1620,7 @@ public struct GetDeliverabilityTestReportInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -1707,8 +1649,7 @@ extension PinpointEmailClientTypes { reportId: Swift.String? = nil, reportName: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.deliverabilityTestStatus = deliverabilityTestStatus self.fromEmailAddress = fromEmailAddress @@ -1740,8 +1681,7 @@ extension PinpointEmailClientTypes { missingPercentage: Swift.Double? = nil, spamPercentage: Swift.Double? = nil, spfPercentage: Swift.Double? = nil - ) - { + ) { self.dkimPercentage = dkimPercentage self.inboxPercentage = inboxPercentage self.missingPercentage = missingPercentage @@ -1763,8 +1703,7 @@ extension PinpointEmailClientTypes { public init( ispName: Swift.String? = nil, placementStatistics: PinpointEmailClientTypes.PlacementStatistics? = nil - ) - { + ) { self.ispName = ispName self.placementStatistics = placementStatistics } @@ -1793,8 +1732,7 @@ public struct GetDeliverabilityTestReportOutput: Swift.Sendable { message: Swift.String? = nil, overallPlacement: PinpointEmailClientTypes.PlacementStatistics? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.deliverabilityTestReport = deliverabilityTestReport self.ispPlacements = ispPlacements self.message = message @@ -1811,8 +1749,7 @@ public struct GetDomainDeliverabilityCampaignInput: Swift.Sendable { public init( campaignId: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId } } @@ -1865,8 +1802,7 @@ extension PinpointEmailClientTypes { sendingIps: [Swift.String]? = nil, spamCount: Swift.Int? = nil, subject: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId self.deleteRate = deleteRate self.esps = esps @@ -1893,8 +1829,7 @@ public struct GetDomainDeliverabilityCampaignOutput: Swift.Sendable { public init( domainDeliverabilityCampaign: PinpointEmailClientTypes.DomainDeliverabilityCampaign? = nil - ) - { + ) { self.domainDeliverabilityCampaign = domainDeliverabilityCampaign } } @@ -1915,8 +1850,7 @@ public struct GetDomainStatisticsReportInput: Swift.Sendable { domain: Swift.String? = nil, endDate: Foundation.Date? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.domain = domain self.endDate = endDate self.startDate = startDate @@ -1944,8 +1878,7 @@ extension PinpointEmailClientTypes { ispName: Swift.String? = nil, spamPercentage: Swift.Double? = nil, spamRawCount: Swift.Int? = nil - ) - { + ) { self.inboxPercentage = inboxPercentage self.inboxRawCount = inboxRawCount self.ispName = ispName @@ -1973,8 +1906,7 @@ extension PinpointEmailClientTypes { projectedInbox: Swift.Int? = nil, projectedSpam: Swift.Int? = nil, spamRawCount: Swift.Int? = nil - ) - { + ) { self.inboxRawCount = inboxRawCount self.projectedInbox = projectedInbox self.projectedSpam = projectedSpam @@ -1998,8 +1930,7 @@ extension PinpointEmailClientTypes { domainIspPlacements: [PinpointEmailClientTypes.DomainIspPlacement]? = nil, startDate: Foundation.Date? = nil, volumeStatistics: PinpointEmailClientTypes.VolumeStatistics? = nil - ) - { + ) { self.domainIspPlacements = domainIspPlacements self.startDate = startDate self.volumeStatistics = volumeStatistics @@ -2022,8 +1953,7 @@ extension PinpointEmailClientTypes { domainIspPlacements: [PinpointEmailClientTypes.DomainIspPlacement]? = nil, readRatePercent: Swift.Double? = nil, volumeStatistics: PinpointEmailClientTypes.VolumeStatistics? = nil - ) - { + ) { self.domainIspPlacements = domainIspPlacements self.readRatePercent = readRatePercent self.volumeStatistics = volumeStatistics @@ -2043,8 +1973,7 @@ public struct GetDomainStatisticsReportOutput: Swift.Sendable { public init( dailyVolumes: [PinpointEmailClientTypes.DailyVolume]? = nil, overallVolume: PinpointEmailClientTypes.OverallVolume? = nil - ) - { + ) { self.dailyVolumes = dailyVolumes self.overallVolume = overallVolume } @@ -2058,8 +1987,7 @@ public struct GetEmailIdentityInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity } } @@ -2164,8 +2092,7 @@ extension PinpointEmailClientTypes { behaviorOnMxFailure: PinpointEmailClientTypes.BehaviorOnMxFailure? = nil, mailFromDomain: Swift.String? = nil, mailFromDomainStatus: PinpointEmailClientTypes.MailFromDomainStatus? = nil - ) - { + ) { self.behaviorOnMxFailure = behaviorOnMxFailure self.mailFromDomain = mailFromDomain self.mailFromDomainStatus = mailFromDomainStatus @@ -2195,8 +2122,7 @@ public struct GetEmailIdentityOutput: Swift.Sendable { mailFromAttributes: PinpointEmailClientTypes.MailFromAttributes? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil, verifiedForSendingStatus: Swift.Bool = false - ) - { + ) { self.dkimAttributes = dkimAttributes self.feedbackForwardingStatus = feedbackForwardingStatus self.identityType = identityType @@ -2216,8 +2142,7 @@ public struct ListConfigurationSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -2233,8 +2158,7 @@ public struct ListConfigurationSetsOutput: Swift.Sendable { public init( configurationSets: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSets = configurationSets self.nextToken = nextToken } @@ -2250,8 +2174,7 @@ public struct ListDedicatedIpPoolsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -2267,8 +2190,7 @@ public struct ListDedicatedIpPoolsOutput: Swift.Sendable { public init( dedicatedIpPools: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dedicatedIpPools = dedicatedIpPools self.nextToken = nextToken } @@ -2284,8 +2206,7 @@ public struct ListDeliverabilityTestReportsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -2302,8 +2223,7 @@ public struct ListDeliverabilityTestReportsOutput: Swift.Sendable { public init( deliverabilityTestReports: [PinpointEmailClientTypes.DeliverabilityTestReport]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deliverabilityTestReports = deliverabilityTestReports self.nextToken = nextToken } @@ -2331,8 +2251,7 @@ public struct ListDomainDeliverabilityCampaignsInput: Swift.Sendable { pageSize: Swift.Int? = nil, startDate: Foundation.Date? = nil, subscribedDomain: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.nextToken = nextToken self.pageSize = pageSize @@ -2352,8 +2271,7 @@ public struct ListDomainDeliverabilityCampaignsOutput: Swift.Sendable { public init( domainDeliverabilityCampaigns: [PinpointEmailClientTypes.DomainDeliverabilityCampaign]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainDeliverabilityCampaigns = domainDeliverabilityCampaigns self.nextToken = nextToken } @@ -2369,8 +2287,7 @@ public struct ListEmailIdentitiesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -2397,8 +2314,7 @@ extension PinpointEmailClientTypes { identityName: Swift.String? = nil, identityType: PinpointEmailClientTypes.IdentityType? = nil, sendingEnabled: Swift.Bool = false - ) - { + ) { self.identityName = identityName self.identityType = identityType self.sendingEnabled = sendingEnabled @@ -2416,8 +2332,7 @@ public struct ListEmailIdentitiesOutput: Swift.Sendable { public init( emailIdentities: [PinpointEmailClientTypes.IdentityInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.emailIdentities = emailIdentities self.nextToken = nextToken } @@ -2430,8 +2345,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2443,8 +2357,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2456,8 +2369,7 @@ public struct PutAccountDedicatedIpWarmupAttributesInput: Swift.Sendable { public init( autoWarmupEnabled: Swift.Bool? = false - ) - { + ) { self.autoWarmupEnabled = autoWarmupEnabled } } @@ -2475,8 +2387,7 @@ public struct PutAccountSendingAttributesInput: Swift.Sendable { public init( sendingEnabled: Swift.Bool? = false - ) - { + ) { self.sendingEnabled = sendingEnabled } } @@ -2501,8 +2412,7 @@ public struct PutConfigurationSetDeliveryOptionsInput: Swift.Sendable { configurationSetName: Swift.String? = nil, sendingPoolName: Swift.String? = nil, tlsPolicy: PinpointEmailClientTypes.TlsPolicy? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.sendingPoolName = sendingPoolName self.tlsPolicy = tlsPolicy @@ -2526,8 +2436,7 @@ public struct PutConfigurationSetReputationOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, reputationMetricsEnabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.reputationMetricsEnabled = reputationMetricsEnabled } @@ -2550,8 +2459,7 @@ public struct PutConfigurationSetSendingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, sendingEnabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.sendingEnabled = sendingEnabled } @@ -2574,8 +2482,7 @@ public struct PutConfigurationSetTrackingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, customRedirectDomain: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.customRedirectDomain = customRedirectDomain } @@ -2599,8 +2506,7 @@ public struct PutDedicatedIpInPoolInput: Swift.Sendable { public init( destinationPoolName: Swift.String? = nil, ip: Swift.String? = nil - ) - { + ) { self.destinationPoolName = destinationPoolName self.ip = ip } @@ -2624,8 +2530,7 @@ public struct PutDedicatedIpWarmupAttributesInput: Swift.Sendable { public init( ip: Swift.String? = nil, warmupPercentage: Swift.Int? = nil - ) - { + ) { self.ip = ip self.warmupPercentage = warmupPercentage } @@ -2648,8 +2553,7 @@ public struct PutDeliverabilityDashboardOptionInput: Swift.Sendable { public init( dashboardEnabled: Swift.Bool? = false, subscribedDomains: [PinpointEmailClientTypes.DomainDeliverabilityTrackingOption]? = nil - ) - { + ) { self.dashboardEnabled = dashboardEnabled self.subscribedDomains = subscribedDomains } @@ -2672,8 +2576,7 @@ public struct PutEmailIdentityDkimAttributesInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil, signingEnabled: Swift.Bool? = false - ) - { + ) { self.emailIdentity = emailIdentity self.signingEnabled = signingEnabled } @@ -2696,8 +2599,7 @@ public struct PutEmailIdentityFeedbackAttributesInput: Swift.Sendable { public init( emailForwardingEnabled: Swift.Bool? = false, emailIdentity: Swift.String? = nil - ) - { + ) { self.emailForwardingEnabled = emailForwardingEnabled self.emailIdentity = emailIdentity } @@ -2729,8 +2631,7 @@ public struct PutEmailIdentityMailFromAttributesInput: Swift.Sendable { behaviorOnMxFailure: PinpointEmailClientTypes.BehaviorOnMxFailure? = nil, emailIdentity: Swift.String? = nil, mailFromDomain: Swift.String? = nil - ) - { + ) { self.behaviorOnMxFailure = behaviorOnMxFailure self.emailIdentity = emailIdentity self.mailFromDomain = mailFromDomain @@ -2758,8 +2659,7 @@ extension PinpointEmailClientTypes { bccAddresses: [Swift.String]? = nil, ccAddresses: [Swift.String]? = nil, toAddresses: [Swift.String]? = nil - ) - { + ) { self.bccAddresses = bccAddresses self.ccAddresses = ccAddresses self.toAddresses = toAddresses @@ -2789,8 +2689,7 @@ extension PinpointEmailClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2824,8 +2723,7 @@ public struct SendEmailInput: Swift.Sendable { feedbackForwardingEmailAddress: Swift.String? = nil, fromEmailAddress: Swift.String? = nil, replyToAddresses: [Swift.String]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.content = content self.destination = destination @@ -2843,8 +2741,7 @@ public struct SendEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -2860,8 +2757,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [PinpointEmailClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2883,8 +2779,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2911,8 +2806,7 @@ public struct UpdateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: PinpointEmailClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName diff --git a/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/PinpointEmailClient.swift b/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/PinpointEmailClient.swift index df7a4583007..59b0cdce3bb 100644 --- a/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/PinpointEmailClient.swift +++ b/Sources/Services/AWSPinpointEmail/Sources/AWSPinpointEmail/PinpointEmailClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PinpointEmailClient: ClientRuntime.Client { public static let clientName = "PinpointEmailClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PinpointEmailClient.PinpointEmailClientConfiguration let serviceName = "Pinpoint Email" diff --git a/Sources/Services/AWSPinpointSMSVoice/Package.swift.txt b/Sources/Services/AWSPinpointSMSVoice/Package.swift.txt index e15a5d1833b..e2bd06f565e 100644 --- a/Sources/Services/AWSPinpointSMSVoice/Package.swift.txt +++ b/Sources/Services/AWSPinpointSMSVoice/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/Models.swift b/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/Models.swift index d4115370fff..fbba6051381 100644 --- a/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/Models.swift +++ b/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/Models.swift @@ -43,8 +43,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -67,8 +66,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -82,8 +80,7 @@ extension PinpointSMSVoiceClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -101,8 +98,7 @@ extension PinpointSMSVoiceClientTypes { public init( iamRoleArn: Swift.String? = nil, logGroupArn: Swift.String? = nil - ) - { + ) { self.iamRoleArn = iamRoleArn self.logGroupArn = logGroupArn } @@ -127,8 +123,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -151,8 +146,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +169,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -188,8 +181,7 @@ public struct CreateConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -218,8 +210,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -236,8 +227,7 @@ extension PinpointSMSVoiceClientTypes { public init( deliveryStreamArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn self.iamRoleArn = iamRoleArn } @@ -298,8 +288,7 @@ extension PinpointSMSVoiceClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -326,8 +315,7 @@ extension PinpointSMSVoiceClientTypes { kinesisFirehoseDestination: PinpointSMSVoiceClientTypes.KinesisFirehoseDestination? = nil, matchingEventTypes: [PinpointSMSVoiceClientTypes.EventType]? = nil, snsDestination: PinpointSMSVoiceClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchLogsDestination = cloudWatchLogsDestination self.enabled = enabled self.kinesisFirehoseDestination = kinesisFirehoseDestination @@ -351,8 +339,7 @@ public struct CreateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: PinpointSMSVoiceClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName @@ -372,8 +359,7 @@ public struct DeleteConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -395,8 +381,7 @@ public struct DeleteConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestinationName = eventDestinationName } @@ -432,8 +417,7 @@ extension PinpointSMSVoiceClientTypes { matchingEventTypes: [PinpointSMSVoiceClientTypes.EventType]? = nil, name: Swift.String? = nil, snsDestination: PinpointSMSVoiceClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchLogsDestination = cloudWatchLogsDestination self.enabled = enabled self.kinesisFirehoseDestination = kinesisFirehoseDestination @@ -451,8 +435,7 @@ public struct GetConfigurationSetEventDestinationsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -464,8 +447,7 @@ public struct GetConfigurationSetEventDestinationsOutput: Swift.Sendable { public init( eventDestinations: [PinpointSMSVoiceClientTypes.EventDestination]? = nil - ) - { + ) { self.eventDestinations = eventDestinations } } @@ -479,8 +461,7 @@ public struct ListConfigurationSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -496,8 +477,7 @@ public struct ListConfigurationSetsOutput: Swift.Sendable { public init( configurationSets: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSets = configurationSets self.nextToken = nextToken } @@ -518,8 +498,7 @@ extension PinpointSMSVoiceClientTypes { languageCode: Swift.String? = nil, text: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text self.voiceId = voiceId @@ -542,8 +521,7 @@ extension PinpointSMSVoiceClientTypes { languageCode: Swift.String? = nil, text: Swift.String? = nil, voiceId: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.text = text self.voiceId = voiceId @@ -566,8 +544,7 @@ extension PinpointSMSVoiceClientTypes { callInstructionsMessage: PinpointSMSVoiceClientTypes.CallInstructionsMessageType? = nil, plainTextMessage: PinpointSMSVoiceClientTypes.PlainTextMessageType? = nil, ssmlMessage: PinpointSMSVoiceClientTypes.SSMLMessageType? = nil - ) - { + ) { self.callInstructionsMessage = callInstructionsMessage self.plainTextMessage = plainTextMessage self.ssmlMessage = ssmlMessage @@ -594,8 +571,7 @@ public struct SendVoiceMessageInput: Swift.Sendable { content: PinpointSMSVoiceClientTypes.VoiceMessageContent? = nil, destinationPhoneNumber: Swift.String? = nil, originationPhoneNumber: Swift.String? = nil - ) - { + ) { self.callerId = callerId self.configurationSetName = configurationSetName self.content = content @@ -611,8 +587,7 @@ public struct SendVoiceMessageOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -632,8 +607,7 @@ public struct UpdateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: PinpointSMSVoiceClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName diff --git a/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/PinpointSMSVoiceClient.swift b/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/PinpointSMSVoiceClient.swift index 4d081c6fd4d..62dd774e0c2 100644 --- a/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/PinpointSMSVoiceClient.swift +++ b/Sources/Services/AWSPinpointSMSVoice/Sources/AWSPinpointSMSVoice/PinpointSMSVoiceClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PinpointSMSVoiceClient: ClientRuntime.Client { public static let clientName = "PinpointSMSVoiceClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PinpointSMSVoiceClient.PinpointSMSVoiceClientConfiguration let serviceName = "Pinpoint SMS Voice" diff --git a/Sources/Services/AWSPinpointSMSVoiceV2/Package.swift.txt b/Sources/Services/AWSPinpointSMSVoiceV2/Package.swift.txt index 0d5e77bd5ef..4c8ab864037 100644 --- a/Sources/Services/AWSPinpointSMSVoiceV2/Package.swift.txt +++ b/Sources/Services/AWSPinpointSMSVoiceV2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/Models.swift b/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/Models.swift index 40e84b8fb13..e45643671a1 100644 --- a/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/Models.swift +++ b/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/Models.swift @@ -78,8 +78,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, reason: PinpointSMSVoiceV2ClientTypes.AccessDeniedExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -128,8 +127,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.AccountAttributeName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -201,8 +199,7 @@ extension PinpointSMSVoiceV2ClientTypes { max: Swift.Int = 0, name: PinpointSMSVoiceV2ClientTypes.AccountLimitName? = nil, used: Swift.Int = 0 - ) - { + ) { self.max = max self.name = name self.used = used @@ -436,8 +433,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW reason: PinpointSMSVoiceV2ClientTypes.ConflictExceptionReason? = nil, resourceId: Swift.String? = nil, resourceType: PinpointSMSVoiceV2ClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason self.properties.resourceId = resourceId @@ -466,8 +462,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -497,8 +492,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: PinpointSMSVoiceV2ClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -618,8 +612,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, reason: PinpointSMSVoiceV2ClientTypes.ServiceQuotaExceededExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -643,8 +636,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -663,8 +655,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -838,8 +829,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [PinpointSMSVoiceV2ClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: PinpointSMSVoiceV2ClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -864,8 +854,7 @@ public struct AssociateOriginationIdentityInput: Swift.Sendable { isoCountryCode: Swift.String? = nil, originationIdentity: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.isoCountryCode = isoCountryCode self.originationIdentity = originationIdentity @@ -891,8 +880,7 @@ public struct AssociateOriginationIdentityOutput: Swift.Sendable { originationIdentityArn: Swift.String? = nil, poolArn: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.originationIdentity = originationIdentity self.originationIdentityArn = originationIdentityArn @@ -912,8 +900,7 @@ public struct AssociateProtectConfigurationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.protectConfigurationId = protectConfigurationId } @@ -938,8 +925,7 @@ public struct AssociateProtectConfigurationOutput: Swift.Sendable { configurationSetName: Swift.String? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.protectConfigurationArn = protectConfigurationArn @@ -1022,8 +1008,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( iamRoleArn: Swift.String? = nil, logGroupArn: Swift.String? = nil - ) - { + ) { self.iamRoleArn = iamRoleArn self.logGroupArn = logGroupArn } @@ -1085,8 +1070,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.ConfigurationSetFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1136,8 +1120,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( deliveryStreamArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn self.iamRoleArn = iamRoleArn } @@ -1306,8 +1289,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -1340,8 +1322,7 @@ extension PinpointSMSVoiceV2ClientTypes { kinesisFirehoseDestination: PinpointSMSVoiceV2ClientTypes.KinesisFirehoseDestination? = nil, matchingEventTypes: [PinpointSMSVoiceV2ClientTypes.EventType]? = nil, snsDestination: PinpointSMSVoiceV2ClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchLogsDestination = cloudWatchLogsDestination self.enabled = enabled self.eventDestinationName = eventDestinationName @@ -1386,8 +1367,7 @@ extension PinpointSMSVoiceV2ClientTypes { defaultSenderId: Swift.String? = nil, eventDestinations: [PinpointSMSVoiceV2ClientTypes.EventDestination]? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.createdTimestamp = createdTimestamp @@ -1414,8 +1394,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1435,8 +1414,7 @@ public struct CreateConfigurationSetInput: Swift.Sendable { clientToken: Swift.String? = nil, configurationSetName: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.configurationSetName = configurationSetName self.tags = tags @@ -1458,8 +1436,7 @@ public struct CreateConfigurationSetOutput: Swift.Sendable { configurationSetName: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.createdTimestamp = createdTimestamp @@ -1494,8 +1471,7 @@ public struct CreateEventDestinationInput: Swift.Sendable { kinesisFirehoseDestination: PinpointSMSVoiceV2ClientTypes.KinesisFirehoseDestination? = nil, matchingEventTypes: [PinpointSMSVoiceV2ClientTypes.EventType]? = nil, snsDestination: PinpointSMSVoiceV2ClientTypes.SnsDestination? = nil - ) - { + ) { self.clientToken = clientToken self.cloudWatchLogsDestination = cloudWatchLogsDestination self.configurationSetName = configurationSetName @@ -1518,8 +1494,7 @@ public struct CreateEventDestinationOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, eventDestination: PinpointSMSVoiceV2ClientTypes.EventDestination? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.eventDestination = eventDestination @@ -1539,8 +1514,7 @@ public struct CreateOptOutListInput: Swift.Sendable { clientToken: Swift.String? = nil, optOutListName: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.optOutListName = optOutListName self.tags = tags @@ -1562,8 +1536,7 @@ public struct CreateOptOutListOutput: Swift.Sendable { optOutListArn: Swift.String? = nil, optOutListName: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -1595,8 +1568,7 @@ public struct CreatePoolInput: Swift.Sendable { messageType: PinpointSMSVoiceV2ClientTypes.MessageType? = nil, originationIdentity: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -1686,8 +1658,7 @@ public struct CreatePoolOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.messageType = messageType @@ -1716,8 +1687,7 @@ public struct CreateProtectConfigurationInput: Swift.Sendable { clientToken: Swift.String? = nil, deletionProtectionEnabled: Swift.Bool? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.tags = tags @@ -1750,8 +1720,7 @@ public struct CreateProtectConfigurationOutput: Swift.Sendable { protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.accountDefault = accountDefault self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled @@ -1774,8 +1743,7 @@ public struct CreateRegistrationInput: Swift.Sendable { clientToken: Swift.String? = nil, registrationType: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.registrationType = registrationType self.tags = tags @@ -1883,8 +1851,7 @@ public struct CreateRegistrationOutput: Swift.Sendable { registrationStatus: PinpointSMSVoiceV2ClientTypes.RegistrationStatus? = nil, registrationType: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.createdTimestamp = createdTimestamp self.currentVersionNumber = currentVersionNumber @@ -1907,8 +1874,7 @@ public struct CreateRegistrationAssociationInput: Swift.Sendable { public init( registrationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId self.resourceId = resourceId } @@ -1947,8 +1913,7 @@ public struct CreateRegistrationAssociationOutput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.phoneNumber = phoneNumber self.registrationArn = registrationArn @@ -1975,8 +1940,7 @@ public struct CreateRegistrationAttachmentInput: Swift.Sendable { attachmentUrl: Swift.String? = nil, clientToken: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.attachmentBody = attachmentBody self.attachmentUrl = attachmentUrl self.clientToken = clientToken @@ -2014,8 +1978,7 @@ public struct CreateRegistrationAttachmentOutput: Swift.Sendable { registrationAttachmentArn: Swift.String? = nil, registrationAttachmentId: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.attachmentStatus = attachmentStatus self.createdTimestamp = createdTimestamp self.registrationAttachmentArn = registrationAttachmentArn @@ -2031,8 +1994,7 @@ public struct CreateRegistrationVersionInput: Swift.Sendable { public init( registrationId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId } } @@ -2121,8 +2083,7 @@ extension PinpointSMSVoiceV2ClientTypes { reviewingTimestamp: Foundation.Date? = nil, revokedTimestamp: Foundation.Date? = nil, submittedTimestamp: Foundation.Date? = nil - ) - { + ) { self.approvedTimestamp = approvedTimestamp self.archivedTimestamp = archivedTimestamp self.deniedTimestamp = deniedTimestamp @@ -2177,8 +2138,7 @@ public struct CreateRegistrationVersionOutput: Swift.Sendable { registrationVersionStatus: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatus? = nil, registrationVersionStatusHistory: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatusHistory? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.registrationArn = registrationArn self.registrationId = registrationId self.registrationVersionStatus = registrationVersionStatus @@ -2200,8 +2160,7 @@ public struct CreateVerifiedDestinationNumberInput: Swift.Sendable { clientToken: Swift.String? = nil, destinationPhoneNumber: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.destinationPhoneNumber = destinationPhoneNumber self.tags = tags @@ -2267,8 +2226,7 @@ public struct CreateVerifiedDestinationNumberOutput: Swift.Sendable { tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil, verifiedDestinationNumberArn: Swift.String? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber self.status = status @@ -2294,8 +2252,7 @@ public struct DeleteAccountDefaultProtectConfigurationOutput: Swift.Sendable { public init( defaultProtectConfigurationArn: Swift.String? = nil, defaultProtectConfigurationId: Swift.String? = nil - ) - { + ) { self.defaultProtectConfigurationArn = defaultProtectConfigurationArn self.defaultProtectConfigurationId = defaultProtectConfigurationId } @@ -2308,8 +2265,7 @@ public struct DeleteConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -2338,8 +2294,7 @@ public struct DeleteConfigurationSetOutput: Swift.Sendable { defaultMessageType: PinpointSMSVoiceV2ClientTypes.MessageType? = nil, defaultSenderId: Swift.String? = nil, eventDestinations: [PinpointSMSVoiceV2ClientTypes.EventDestination]? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.createdTimestamp = createdTimestamp @@ -2357,8 +2312,7 @@ public struct DeleteDefaultMessageTypeInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -2375,8 +2329,7 @@ public struct DeleteDefaultMessageTypeOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, messageType: PinpointSMSVoiceV2ClientTypes.MessageType? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.messageType = messageType @@ -2390,8 +2343,7 @@ public struct DeleteDefaultSenderIdInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -2408,8 +2360,7 @@ public struct DeleteDefaultSenderIdOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.senderId = senderId @@ -2427,8 +2378,7 @@ public struct DeleteEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestinationName = eventDestinationName } @@ -2446,8 +2396,7 @@ public struct DeleteEventDestinationOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, eventDestination: PinpointSMSVoiceV2ClientTypes.EventDestination? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.eventDestination = eventDestination @@ -2465,8 +2414,7 @@ public struct DeleteKeywordInput: Swift.Sendable { public init( keyword: Swift.String? = nil, originationIdentity: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.originationIdentity = originationIdentity } @@ -2522,8 +2470,7 @@ public struct DeleteKeywordOutput: Swift.Sendable { keywordMessage: Swift.String? = nil, originationIdentity: Swift.String? = nil, originationIdentityArn: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.keywordAction = keywordAction self.keywordMessage = keywordMessage @@ -2543,8 +2490,7 @@ public struct DeleteMediaMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -2560,8 +2506,7 @@ public struct DeleteOptedOutNumberInput: Swift.Sendable { public init( optOutListName: Swift.String? = nil, optedOutNumber: Swift.String? = nil - ) - { + ) { self.optOutListName = optOutListName self.optedOutNumber = optedOutNumber } @@ -2585,8 +2530,7 @@ public struct DeleteOptedOutNumberOutput: Swift.Sendable { optOutListName: Swift.String? = nil, optedOutNumber: Swift.String? = nil, optedOutTimestamp: Foundation.Date? = nil - ) - { + ) { self.endUserOptedOut = endUserOptedOut self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -2602,8 +2546,7 @@ public struct DeleteOptOutListInput: Swift.Sendable { public init( optOutListName: Swift.String? = nil - ) - { + ) { self.optOutListName = optOutListName } } @@ -2620,8 +2563,7 @@ public struct DeleteOptOutListOutput: Swift.Sendable { createdTimestamp: Foundation.Date? = nil, optOutListArn: Swift.String? = nil, optOutListName: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -2635,8 +2577,7 @@ public struct DeletePoolInput: Swift.Sendable { public init( poolId: Swift.String? = nil - ) - { + ) { self.poolId = poolId } } @@ -2683,8 +2624,7 @@ public struct DeletePoolOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.messageType = messageType self.optOutListName = optOutListName @@ -2706,8 +2646,7 @@ public struct DeleteProtectConfigurationInput: Swift.Sendable { public init( protectConfigurationId: Swift.String? = nil - ) - { + ) { self.protectConfigurationId = protectConfigurationId } } @@ -2735,8 +2674,7 @@ public struct DeleteProtectConfigurationOutput: Swift.Sendable { deletionProtectionEnabled: Swift.Bool = false, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.accountDefault = accountDefault self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled @@ -2756,8 +2694,7 @@ public struct DeleteProtectConfigurationRuleSetNumberOverrideInput: Swift.Sendab public init( destinationPhoneNumber: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.destinationPhoneNumber = destinationPhoneNumber self.protectConfigurationId = protectConfigurationId } @@ -2821,8 +2758,7 @@ public struct DeleteProtectConfigurationRuleSetNumberOverrideOutput: Swift.Senda isoCountryCode: Swift.String? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.action = action self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber @@ -2840,8 +2776,7 @@ public struct DeleteRegistrationInput: Swift.Sendable { public init( registrationId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId } } @@ -2900,8 +2835,7 @@ public struct DeleteRegistrationOutput: Swift.Sendable { registrationId: Swift.String? = nil, registrationStatus: PinpointSMSVoiceV2ClientTypes.RegistrationStatus? = nil, registrationType: Swift.String? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.approvedVersionNumber = approvedVersionNumber self.createdTimestamp = createdTimestamp @@ -2921,8 +2855,7 @@ public struct DeleteRegistrationAttachmentInput: Swift.Sendable { public init( registrationAttachmentId: Swift.String? = nil - ) - { + ) { self.registrationAttachmentId = registrationAttachmentId } } @@ -2957,8 +2890,7 @@ public struct DeleteRegistrationAttachmentOutput: Swift.Sendable { createdTimestamp: Foundation.Date? = nil, registrationAttachmentArn: Swift.String? = nil, registrationAttachmentId: Swift.String? = nil - ) - { + ) { self.attachmentStatus = attachmentStatus self.attachmentUploadErrorReason = attachmentUploadErrorReason self.createdTimestamp = createdTimestamp @@ -2978,8 +2910,7 @@ public struct DeleteRegistrationFieldValueInput: Swift.Sendable { public init( fieldPath: Swift.String? = nil, registrationId: Swift.String? = nil - ) - { + ) { self.fieldPath = fieldPath self.registrationId = registrationId } @@ -3013,8 +2944,7 @@ public struct DeleteRegistrationFieldValueOutput: Swift.Sendable { selectChoices: [Swift.String]? = nil, textValue: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.fieldPath = fieldPath self.registrationArn = registrationArn self.registrationAttachmentId = registrationAttachmentId @@ -3032,8 +2962,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3050,8 +2979,7 @@ public struct DeleteResourcePolicyOutput: Swift.Sendable { createdTimestamp: Foundation.Date? = nil, policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.policy = policy self.resourceArn = resourceArn @@ -3069,8 +2997,7 @@ public struct DeleteTextMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -3082,8 +3009,7 @@ public struct DeleteVerifiedDestinationNumberInput: Swift.Sendable { public init( verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.verifiedDestinationNumberId = verifiedDestinationNumberId } } @@ -3107,8 +3033,7 @@ public struct DeleteVerifiedDestinationNumberOutput: Swift.Sendable { destinationPhoneNumber: Swift.String? = nil, verifiedDestinationNumberArn: Swift.String? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber self.verifiedDestinationNumberArn = verifiedDestinationNumberArn @@ -3127,8 +3052,7 @@ public struct DeleteVoiceMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -3142,8 +3066,7 @@ public struct DescribeAccountAttributesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3158,8 +3081,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( accountAttributes: [PinpointSMSVoiceV2ClientTypes.AccountAttribute]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountAttributes = accountAttributes self.nextToken = nextToken } @@ -3174,8 +3096,7 @@ public struct DescribeAccountLimitsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3190,8 +3111,7 @@ public struct DescribeAccountLimitsOutput: Swift.Sendable { public init( accountLimits: [PinpointSMSVoiceV2ClientTypes.AccountLimit]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountLimits = accountLimits self.nextToken = nextToken } @@ -3212,8 +3132,7 @@ public struct DescribeConfigurationSetsInput: Swift.Sendable { filters: [PinpointSMSVoiceV2ClientTypes.ConfigurationSetFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSetNames = configurationSetNames self.filters = filters self.maxResults = maxResults @@ -3230,8 +3149,7 @@ public struct DescribeConfigurationSetsOutput: Swift.Sendable { public init( configurationSets: [PinpointSMSVoiceV2ClientTypes.ConfigurationSetInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSets = configurationSets self.nextToken = nextToken } @@ -3277,8 +3195,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.KeywordFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3304,8 +3221,7 @@ public struct DescribeKeywordsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, originationIdentity: Swift.String? = nil - ) - { + ) { self.filters = filters self.keywords = keywords self.maxResults = maxResults @@ -3332,8 +3248,7 @@ extension PinpointSMSVoiceV2ClientTypes { keyword: Swift.String? = nil, keywordAction: PinpointSMSVoiceV2ClientTypes.KeywordAction? = nil, keywordMessage: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.keywordAction = keywordAction self.keywordMessage = keywordMessage @@ -3356,8 +3271,7 @@ public struct DescribeKeywordsOutput: Swift.Sendable { nextToken: Swift.String? = nil, originationIdentity: Swift.String? = nil, originationIdentityArn: Swift.String? = nil - ) - { + ) { self.keywords = keywords self.nextToken = nextToken self.originationIdentity = originationIdentity @@ -3405,8 +3319,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.OptedOutFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3432,8 +3345,7 @@ public struct DescribeOptedOutNumbersInput: Swift.Sendable { nextToken: Swift.String? = nil, optOutListName: Swift.String? = nil, optedOutNumbers: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3460,8 +3372,7 @@ extension PinpointSMSVoiceV2ClientTypes { endUserOptedOut: Swift.Bool = false, optedOutNumber: Swift.String? = nil, optedOutTimestamp: Foundation.Date? = nil - ) - { + ) { self.endUserOptedOut = endUserOptedOut self.optedOutNumber = optedOutNumber self.optedOutTimestamp = optedOutTimestamp @@ -3484,8 +3395,7 @@ public struct DescribeOptedOutNumbersOutput: Swift.Sendable { optOutListArn: Swift.String? = nil, optOutListName: Swift.String? = nil, optedOutNumbers: [PinpointSMSVoiceV2ClientTypes.OptedOutNumberInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -3537,8 +3447,7 @@ public struct DescribeOptOutListsInput: Swift.Sendable { nextToken: Swift.String? = nil, optOutListNames: [Swift.String]? = nil, owner: PinpointSMSVoiceV2ClientTypes.Owner? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.optOutListNames = optOutListNames @@ -3564,8 +3473,7 @@ extension PinpointSMSVoiceV2ClientTypes { createdTimestamp: Foundation.Date? = nil, optOutListArn: Swift.String? = nil, optOutListName: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -3582,8 +3490,7 @@ public struct DescribeOptOutListsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, optOutLists: [PinpointSMSVoiceV2ClientTypes.OptOutListInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.optOutLists = optOutLists } @@ -3656,8 +3563,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.PhoneNumberFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3682,8 +3588,7 @@ public struct DescribePhoneNumbersInput: Swift.Sendable { nextToken: Swift.String? = nil, owner: PinpointSMSVoiceV2ClientTypes.Owner? = nil, phoneNumberIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3873,8 +3778,7 @@ extension PinpointSMSVoiceV2ClientTypes { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -3906,8 +3810,7 @@ public struct DescribePhoneNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [PinpointSMSVoiceV2ClientTypes.PhoneNumberInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -3974,8 +3877,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.PoolFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4000,8 +3902,7 @@ public struct DescribePoolsInput: Swift.Sendable { nextToken: Swift.String? = nil, owner: PinpointSMSVoiceV2ClientTypes.Owner? = nil, poolIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4062,8 +3963,7 @@ extension PinpointSMSVoiceV2ClientTypes { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.messageType = messageType @@ -4089,8 +3989,7 @@ public struct DescribePoolsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pools: [PinpointSMSVoiceV2ClientTypes.PoolInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.pools = pools } @@ -4139,8 +4038,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.ProtectConfigurationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4162,8 +4060,7 @@ public struct DescribeProtectConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, protectConfigurationIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4197,8 +4094,7 @@ extension PinpointSMSVoiceV2ClientTypes { deletionProtectionEnabled: Swift.Bool = false, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.accountDefault = accountDefault self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled @@ -4217,8 +4113,7 @@ public struct DescribeProtectConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, protectConfigurations: [PinpointSMSVoiceV2ClientTypes.ProtectConfigurationInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.protectConfigurations = protectConfigurations } @@ -4264,8 +4159,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.RegistrationAttachmentFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4287,8 +4181,7 @@ public struct DescribeRegistrationAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registrationAttachmentIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4329,8 +4222,7 @@ extension PinpointSMSVoiceV2ClientTypes { createdTimestamp: Foundation.Date? = nil, registrationAttachmentArn: Swift.String? = nil, registrationAttachmentId: Swift.String? = nil - ) - { + ) { self.attachmentStatus = attachmentStatus self.attachmentUploadErrorReason = attachmentUploadErrorReason self.createdTimestamp = createdTimestamp @@ -4350,8 +4242,7 @@ public struct DescribeRegistrationAttachmentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registrationAttachments: [PinpointSMSVoiceV2ClientTypes.RegistrationAttachmentsInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.registrationAttachments = registrationAttachments } @@ -4376,8 +4267,7 @@ public struct DescribeRegistrationFieldDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, registrationType: Swift.String? = nil, sectionPath: Swift.String? = nil - ) - { + ) { self.fieldPaths = fieldPaths self.maxResults = maxResults self.nextToken = nextToken @@ -4402,8 +4292,7 @@ extension PinpointSMSVoiceV2ClientTypes { description: Swift.String? = nil, option: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.description = description self.option = option self.title = title @@ -4443,8 +4332,7 @@ extension PinpointSMSVoiceV2ClientTypes { shortDescription: Swift.String? = nil, textValidationDescription: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.documentationLink = documentationLink self.documentationTitle = documentationTitle self.exampleTextValue = exampleTextValue @@ -4539,8 +4427,7 @@ extension PinpointSMSVoiceV2ClientTypes { maxChoices: Swift.Int? = nil, minChoices: Swift.Int? = nil, options: [Swift.String]? = nil - ) - { + ) { self.maxChoices = maxChoices self.minChoices = minChoices self.options = options @@ -4566,8 +4453,7 @@ extension PinpointSMSVoiceV2ClientTypes { maxLength: Swift.Int? = nil, minLength: Swift.Int? = nil, pattern: Swift.String? = nil - ) - { + ) { self.maxLength = maxLength self.minLength = minLength self.pattern = pattern @@ -4607,8 +4493,7 @@ extension PinpointSMSVoiceV2ClientTypes { sectionPath: Swift.String? = nil, selectValidation: PinpointSMSVoiceV2ClientTypes.SelectValidation? = nil, textValidation: PinpointSMSVoiceV2ClientTypes.TextValidation? = nil - ) - { + ) { self.displayHints = displayHints self.fieldPath = fieldPath self.fieldRequirement = fieldRequirement @@ -4634,8 +4519,7 @@ public struct DescribeRegistrationFieldDefinitionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, registrationFieldDefinitions: [PinpointSMSVoiceV2ClientTypes.RegistrationFieldDefinition]? = nil, registrationType: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.registrationFieldDefinitions = registrationFieldDefinitions self.registrationType = registrationType @@ -4664,8 +4548,7 @@ public struct DescribeRegistrationFieldValuesInput: Swift.Sendable { registrationId: Swift.String? = nil, sectionPath: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.fieldPaths = fieldPaths self.maxResults = maxResults self.nextToken = nextToken @@ -4697,8 +4580,7 @@ extension PinpointSMSVoiceV2ClientTypes { registrationAttachmentId: Swift.String? = nil, selectChoices: [Swift.String]? = nil, textValue: Swift.String? = nil - ) - { + ) { self.deniedReason = deniedReason self.fieldPath = fieldPath self.registrationAttachmentId = registrationAttachmentId @@ -4730,8 +4612,7 @@ public struct DescribeRegistrationFieldValuesOutput: Swift.Sendable { registrationFieldValues: [PinpointSMSVoiceV2ClientTypes.RegistrationFieldValueInformation]? = nil, registrationId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.registrationArn = registrationArn self.registrationFieldValues = registrationFieldValues @@ -4783,8 +4664,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.RegistrationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4806,8 +4686,7 @@ public struct DescribeRegistrationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registrationIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4872,8 +4751,7 @@ extension PinpointSMSVoiceV2ClientTypes { registrationId: Swift.String? = nil, registrationStatus: PinpointSMSVoiceV2ClientTypes.RegistrationStatus? = nil, registrationType: Swift.String? = nil - ) - { + ) { self.additionalAttributes = additionalAttributes self.approvedVersionNumber = approvedVersionNumber self.createdTimestamp = createdTimestamp @@ -4897,8 +4775,7 @@ public struct DescribeRegistrationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registrations: [PinpointSMSVoiceV2ClientTypes.RegistrationInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.registrations = registrations } @@ -4920,8 +4797,7 @@ public struct DescribeRegistrationSectionDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, registrationType: Swift.String? = nil, sectionPaths: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.registrationType = registrationType @@ -4952,8 +4828,7 @@ extension PinpointSMSVoiceV2ClientTypes { longDescription: Swift.String? = nil, shortDescription: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.documentationLink = documentationLink self.documentationTitle = documentationTitle self.longDescription = longDescription @@ -4977,8 +4852,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( displayHints: PinpointSMSVoiceV2ClientTypes.RegistrationSectionDisplayHints? = nil, sectionPath: Swift.String? = nil - ) - { + ) { self.displayHints = displayHints self.sectionPath = sectionPath } @@ -4999,8 +4873,7 @@ public struct DescribeRegistrationSectionDefinitionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, registrationSectionDefinitions: [PinpointSMSVoiceV2ClientTypes.RegistrationSectionDefinition]? = nil, registrationType: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.registrationSectionDefinitions = registrationSectionDefinitions self.registrationType = registrationType @@ -5050,8 +4923,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.RegistrationTypeFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5073,8 +4945,7 @@ public struct DescribeRegistrationTypeDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registrationTypes: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5104,8 +4975,7 @@ extension PinpointSMSVoiceV2ClientTypes { longDescription: Swift.String? = nil, shortDescription: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.documentationLink = documentationLink self.documentationTitle = documentationTitle self.longDescription = longDescription @@ -5212,8 +5082,7 @@ extension PinpointSMSVoiceV2ClientTypes { disassociationBehavior: PinpointSMSVoiceV2ClientTypes.RegistrationDisassociationBehavior? = nil, isoCountryCode: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.associationBehavior = associationBehavior self.disassociationBehavior = disassociationBehavior self.isoCountryCode = isoCountryCode @@ -5239,8 +5108,7 @@ extension PinpointSMSVoiceV2ClientTypes { displayHints: PinpointSMSVoiceV2ClientTypes.RegistrationTypeDisplayHints? = nil, registrationType: Swift.String? = nil, supportedAssociations: [PinpointSMSVoiceV2ClientTypes.SupportedAssociation]? = nil - ) - { + ) { self.displayHints = displayHints self.registrationType = registrationType self.supportedAssociations = supportedAssociations @@ -5258,8 +5126,7 @@ public struct DescribeRegistrationTypeDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registrationTypeDefinitions: [PinpointSMSVoiceV2ClientTypes.RegistrationTypeDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.registrationTypeDefinitions = registrationTypeDefinitions } @@ -5305,8 +5172,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.RegistrationVersionFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5332,8 +5198,7 @@ public struct DescribeRegistrationVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, registrationId: Swift.String? = nil, versionNumbers: [Swift.Int]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5365,8 +5230,7 @@ extension PinpointSMSVoiceV2ClientTypes { longDescription: Swift.String? = nil, reason: Swift.String? = nil, shortDescription: Swift.String? = nil - ) - { + ) { self.documentationLink = documentationLink self.documentationTitle = documentationTitle self.longDescription = longDescription @@ -5415,8 +5279,7 @@ extension PinpointSMSVoiceV2ClientTypes { registrationVersionStatus: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatus? = nil, registrationVersionStatusHistory: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatusHistory? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.deniedReasons = deniedReasons self.registrationVersionStatus = registrationVersionStatus self.registrationVersionStatusHistory = registrationVersionStatusHistory @@ -5443,8 +5306,7 @@ public struct DescribeRegistrationVersionsOutput: Swift.Sendable { registrationArn: Swift.String? = nil, registrationId: Swift.String? = nil, registrationVersions: [PinpointSMSVoiceV2ClientTypes.RegistrationVersionInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.registrationArn = registrationArn self.registrationId = registrationId @@ -5504,8 +5366,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.SenderIdFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5526,8 +5387,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( isoCountryCode: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.senderId = senderId } @@ -5552,8 +5412,7 @@ public struct DescribeSenderIdsInput: Swift.Sendable { nextToken: Swift.String? = nil, owner: PinpointSMSVoiceV2ClientTypes.Owner? = nil, senderIds: [PinpointSMSVoiceV2ClientTypes.SenderIdAndCountry]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5599,8 +5458,7 @@ extension PinpointSMSVoiceV2ClientTypes { registrationId: Swift.String? = nil, senderId: Swift.String? = nil, senderIdArn: Swift.String? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode self.messageTypes = messageTypes @@ -5622,8 +5480,7 @@ public struct DescribeSenderIdsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, senderIds: [PinpointSMSVoiceV2ClientTypes.SenderIdInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.senderIds = senderIds } @@ -5638,8 +5495,7 @@ public struct DescribeSpendLimitsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5699,8 +5555,7 @@ extension PinpointSMSVoiceV2ClientTypes { maxLimit: Swift.Int = 0, name: PinpointSMSVoiceV2ClientTypes.SpendLimitName? = nil, overridden: Swift.Bool = false - ) - { + ) { self.enforcedLimit = enforcedLimit self.maxLimit = maxLimit self.name = name @@ -5718,8 +5573,7 @@ public struct DescribeSpendLimitsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spendLimits: [PinpointSMSVoiceV2ClientTypes.SpendLimit]? = nil - ) - { + ) { self.nextToken = nextToken self.spendLimits = spendLimits } @@ -5765,8 +5619,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.VerifiedDestinationNumberFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5791,8 +5644,7 @@ public struct DescribeVerifiedDestinationNumbersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, verifiedDestinationNumberIds: [Swift.String]? = nil - ) - { + ) { self.destinationPhoneNumbers = destinationPhoneNumbers self.filters = filters self.maxResults = maxResults @@ -5831,8 +5683,7 @@ extension PinpointSMSVoiceV2ClientTypes { status: PinpointSMSVoiceV2ClientTypes.VerificationStatus? = nil, verifiedDestinationNumberArn: Swift.String? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber self.status = status @@ -5852,8 +5703,7 @@ public struct DescribeVerifiedDestinationNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, verifiedDestinationNumbers: [PinpointSMSVoiceV2ClientTypes.VerifiedDestinationNumberInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.verifiedDestinationNumbers = verifiedDestinationNumbers } @@ -5906,8 +5756,7 @@ public struct DisassociateOriginationIdentityInput: Swift.Sendable { isoCountryCode: Swift.String? = nil, originationIdentity: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.isoCountryCode = isoCountryCode self.originationIdentity = originationIdentity @@ -5933,8 +5782,7 @@ public struct DisassociateOriginationIdentityOutput: Swift.Sendable { originationIdentityArn: Swift.String? = nil, poolArn: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.originationIdentity = originationIdentity self.originationIdentityArn = originationIdentityArn @@ -5954,8 +5802,7 @@ public struct DisassociateProtectConfigurationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.protectConfigurationId = protectConfigurationId } @@ -5980,8 +5827,7 @@ public struct DisassociateProtectConfigurationOutput: Swift.Sendable { configurationSetName: Swift.String? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.protectConfigurationArn = protectConfigurationArn @@ -5996,8 +5842,7 @@ public struct DiscardRegistrationVersionInput: Swift.Sendable { public init( registrationId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId } } @@ -6043,8 +5888,7 @@ public struct DiscardRegistrationVersionOutput: Swift.Sendable { registrationVersionStatus: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatus? = nil, registrationVersionStatusHistory: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatusHistory? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.registrationArn = registrationArn self.registrationId = registrationId self.registrationVersionStatus = registrationVersionStatus @@ -6064,8 +5908,7 @@ public struct GetProtectConfigurationCountryRuleSetInput: Swift.Sendable { public init( numberCapability: PinpointSMSVoiceV2ClientTypes.NumberCapability? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.numberCapability = numberCapability self.protectConfigurationId = protectConfigurationId } @@ -6110,8 +5953,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( protectStatus: PinpointSMSVoiceV2ClientTypes.ProtectStatus? = nil - ) - { + ) { self.protectStatus = protectStatus } } @@ -6136,8 +5978,7 @@ public struct GetProtectConfigurationCountryRuleSetOutput: Swift.Sendable { numberCapability: PinpointSMSVoiceV2ClientTypes.NumberCapability? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.countryRuleSet = countryRuleSet self.numberCapability = numberCapability self.protectConfigurationArn = protectConfigurationArn @@ -6152,8 +5993,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6170,8 +6010,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { createdTimestamp: Foundation.Date? = nil, policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.policy = policy self.resourceArn = resourceArn @@ -6283,8 +6122,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.PoolOriginationIdentitiesFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6307,8 +6145,7 @@ public struct ListPoolOriginationIdentitiesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6341,8 +6178,7 @@ extension PinpointSMSVoiceV2ClientTypes { originationIdentity: Swift.String? = nil, originationIdentityArn: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.numberCapabilities = numberCapabilities self.originationIdentity = originationIdentity @@ -6367,8 +6203,7 @@ public struct ListPoolOriginationIdentitiesOutput: Swift.Sendable { originationIdentities: [PinpointSMSVoiceV2ClientTypes.OriginationIdentityMetadata]? = nil, poolArn: Swift.String? = nil, poolId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.originationIdentities = originationIdentities self.poolArn = poolArn @@ -6434,8 +6269,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.ProtectConfigurationRuleSetNumberOverrideFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6458,8 +6292,7 @@ public struct ListProtectConfigurationRuleSetNumberOverridesInput: Swift.Sendabl maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6491,8 +6324,7 @@ extension PinpointSMSVoiceV2ClientTypes { destinationPhoneNumber: Swift.String? = nil, expirationTimestamp: Foundation.Date? = nil, isoCountryCode: Swift.String? = nil - ) - { + ) { self.action = action self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber @@ -6519,8 +6351,7 @@ public struct ListProtectConfigurationRuleSetNumberOverridesOutput: Swift.Sendab protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil, ruleSetNumberOverrides: [PinpointSMSVoiceV2ClientTypes.ProtectConfigurationRuleSetNumberOverride]? = nil - ) - { + ) { self.nextToken = nextToken self.protectConfigurationArn = protectConfigurationArn self.protectConfigurationId = protectConfigurationId @@ -6571,8 +6402,7 @@ extension PinpointSMSVoiceV2ClientTypes { public init( name: PinpointSMSVoiceV2ClientTypes.RegistrationAssociationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -6595,8 +6425,7 @@ public struct ListRegistrationAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, registrationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6628,8 +6457,7 @@ extension PinpointSMSVoiceV2ClientTypes { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.phoneNumber = phoneNumber self.resourceArn = resourceArn @@ -6661,8 +6489,7 @@ public struct ListRegistrationAssociationsOutput: Swift.Sendable { registrationAssociations: [PinpointSMSVoiceV2ClientTypes.RegistrationAssociationMetadata]? = nil, registrationId: Swift.String? = nil, registrationType: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.registrationArn = registrationArn self.registrationAssociations = registrationAssociations @@ -6678,8 +6505,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6693,8 +6519,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6753,8 +6578,7 @@ public struct PutKeywordInput: Swift.Sendable { keywordAction: PinpointSMSVoiceV2ClientTypes.KeywordAction? = nil, keywordMessage: Swift.String? = nil, originationIdentity: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.keywordAction = keywordAction self.keywordMessage = keywordMessage @@ -6780,8 +6604,7 @@ public struct PutKeywordOutput: Swift.Sendable { keywordMessage: Swift.String? = nil, originationIdentity: Swift.String? = nil, originationIdentityArn: Swift.String? = nil - ) - { + ) { self.keyword = keyword self.keywordAction = keywordAction self.keywordMessage = keywordMessage @@ -6801,8 +6624,7 @@ public struct PutMessageFeedbackInput: Swift.Sendable { public init( messageFeedbackStatus: PinpointSMSVoiceV2ClientTypes.MessageFeedbackStatus? = nil, messageId: Swift.String? = nil - ) - { + ) { self.messageFeedbackStatus = messageFeedbackStatus self.messageId = messageId } @@ -6819,8 +6641,7 @@ public struct PutMessageFeedbackOutput: Swift.Sendable { public init( messageFeedbackStatus: PinpointSMSVoiceV2ClientTypes.MessageFeedbackStatus? = nil, messageId: Swift.String? = nil - ) - { + ) { self.messageFeedbackStatus = messageFeedbackStatus self.messageId = messageId } @@ -6837,8 +6658,7 @@ public struct PutOptedOutNumberInput: Swift.Sendable { public init( optOutListName: Swift.String? = nil, optedOutNumber: Swift.String? = nil - ) - { + ) { self.optOutListName = optOutListName self.optedOutNumber = optedOutNumber } @@ -6862,8 +6682,7 @@ public struct PutOptedOutNumberOutput: Swift.Sendable { optOutListName: Swift.String? = nil, optedOutNumber: Swift.String? = nil, optedOutTimestamp: Foundation.Date? = nil - ) - { + ) { self.endUserOptedOut = endUserOptedOut self.optOutListArn = optOutListArn self.optOutListName = optOutListName @@ -6893,8 +6712,7 @@ public struct PutProtectConfigurationRuleSetNumberOverrideInput: Swift.Sendable destinationPhoneNumber: Swift.String? = nil, expirationTimestamp: Foundation.Date? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.destinationPhoneNumber = destinationPhoneNumber @@ -6932,8 +6750,7 @@ public struct PutProtectConfigurationRuleSetNumberOverrideOutput: Swift.Sendable isoCountryCode: Swift.String? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.action = action self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber @@ -6964,8 +6781,7 @@ public struct PutRegistrationFieldValueInput: Swift.Sendable { registrationId: Swift.String? = nil, selectChoices: [Swift.String]? = nil, textValue: Swift.String? = nil - ) - { + ) { self.fieldPath = fieldPath self.registrationAttachmentId = registrationAttachmentId self.registrationId = registrationId @@ -7002,8 +6818,7 @@ public struct PutRegistrationFieldValueOutput: Swift.Sendable { selectChoices: [Swift.String]? = nil, textValue: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.fieldPath = fieldPath self.registrationArn = registrationArn self.registrationAttachmentId = registrationAttachmentId @@ -7025,8 +6840,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -7044,8 +6858,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { createdTimestamp: Foundation.Date? = nil, policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.policy = policy self.resourceArn = resourceArn @@ -7059,8 +6872,7 @@ public struct ReleasePhoneNumberInput: Swift.Sendable { public init( phoneNumberId: Swift.String? = nil - ) - { + ) { self.phoneNumberId = phoneNumberId } } @@ -7116,8 +6928,7 @@ public struct ReleasePhoneNumberOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.isoCountryCode = isoCountryCode self.messageType = messageType @@ -7148,8 +6959,7 @@ public struct ReleaseSenderIdInput: Swift.Sendable { public init( isoCountryCode: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.senderId = senderId } @@ -7185,8 +6995,7 @@ public struct ReleaseSenderIdOutput: Swift.Sendable { registrationId: Swift.String? = nil, senderId: Swift.String? = nil, senderIdArn: Swift.String? = nil - ) - { + ) { self.isoCountryCode = isoCountryCode self.messageTypes = messageTypes self.monthlyLeasingPrice = monthlyLeasingPrice @@ -7269,8 +7078,7 @@ public struct RequestPhoneNumberInput: Swift.Sendable { poolId: Swift.String? = nil, registrationId: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -7344,8 +7152,7 @@ public struct RequestPhoneNumberOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -7391,8 +7198,7 @@ public struct RequestSenderIdInput: Swift.Sendable { messageTypes: [PinpointSMSVoiceV2ClientTypes.MessageType]? = nil, senderId: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -7436,8 +7242,7 @@ public struct RequestSenderIdOutput: Swift.Sendable { senderId: Swift.String? = nil, senderIdArn: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode self.messageTypes = messageTypes @@ -7504,8 +7309,7 @@ public struct SendDestinationNumberVerificationCodeInput: Swift.Sendable { originationIdentity: Swift.String? = nil, verificationChannel: PinpointSMSVoiceV2ClientTypes.VerificationChannel? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.context = context self.destinationCountryParameters = destinationCountryParameters @@ -7523,8 +7327,7 @@ public struct SendDestinationNumberVerificationCodeOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7567,8 +7370,7 @@ public struct SendMediaMessageInput: Swift.Sendable { originationIdentity: Swift.String? = nil, protectConfigurationId: Swift.String? = nil, timeToLive: Swift.Int? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.context = context self.destinationPhoneNumber = destinationPhoneNumber @@ -7589,8 +7391,7 @@ public struct SendMediaMessageOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7642,8 +7443,7 @@ public struct SendTextMessageInput: Swift.Sendable { originationIdentity: Swift.String? = nil, protectConfigurationId: Swift.String? = nil, timeToLive: Swift.Int? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.context = context self.destinationCountryParameters = destinationCountryParameters @@ -7666,8 +7466,7 @@ public struct SendTextMessageOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7946,8 +7745,7 @@ public struct SendVoiceMessageInput: Swift.Sendable { protectConfigurationId: Swift.String? = nil, timeToLive: Swift.Int? = nil, voiceId: PinpointSMSVoiceV2ClientTypes.VoiceId? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.context = context self.destinationPhoneNumber = destinationPhoneNumber @@ -7969,8 +7767,7 @@ public struct SendVoiceMessageOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7982,8 +7779,7 @@ public struct SetAccountDefaultProtectConfigurationInput: Swift.Sendable { public init( protectConfigurationId: Swift.String? = nil - ) - { + ) { self.protectConfigurationId = protectConfigurationId } } @@ -7999,8 +7795,7 @@ public struct SetAccountDefaultProtectConfigurationOutput: Swift.Sendable { public init( defaultProtectConfigurationArn: Swift.String? = nil, defaultProtectConfigurationId: Swift.String? = nil - ) - { + ) { self.defaultProtectConfigurationArn = defaultProtectConfigurationArn self.defaultProtectConfigurationId = defaultProtectConfigurationId } @@ -8017,8 +7812,7 @@ public struct SetDefaultMessageFeedbackEnabledInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, messageFeedbackEnabled: Swift.Bool? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.messageFeedbackEnabled = messageFeedbackEnabled } @@ -8036,8 +7830,7 @@ public struct SetDefaultMessageFeedbackEnabledOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, messageFeedbackEnabled: Swift.Bool? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.messageFeedbackEnabled = messageFeedbackEnabled @@ -8055,8 +7848,7 @@ public struct SetDefaultMessageTypeInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, messageType: PinpointSMSVoiceV2ClientTypes.MessageType? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.messageType = messageType } @@ -8074,8 +7866,7 @@ public struct SetDefaultMessageTypeOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, messageType: PinpointSMSVoiceV2ClientTypes.MessageType? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.messageType = messageType @@ -8093,8 +7884,7 @@ public struct SetDefaultSenderIdInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.senderId = senderId } @@ -8112,8 +7902,7 @@ public struct SetDefaultSenderIdOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.senderId = senderId @@ -8127,8 +7916,7 @@ public struct SetMediaMessageSpendLimitOverrideInput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8139,8 +7927,7 @@ public struct SetMediaMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8152,8 +7939,7 @@ public struct SetTextMessageSpendLimitOverrideInput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8164,8 +7950,7 @@ public struct SetTextMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8177,8 +7962,7 @@ public struct SetVoiceMessageSpendLimitOverrideInput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8189,8 +7973,7 @@ public struct SetVoiceMessageSpendLimitOverrideOutput: Swift.Sendable { public init( monthlyLimit: Swift.Int? = nil - ) - { + ) { self.monthlyLimit = monthlyLimit } } @@ -8202,8 +7985,7 @@ public struct SubmitRegistrationVersionInput: Swift.Sendable { public init( registrationId: Swift.String? = nil - ) - { + ) { self.registrationId = registrationId } } @@ -8249,8 +8031,7 @@ public struct SubmitRegistrationVersionOutput: Swift.Sendable { registrationVersionStatus: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatus? = nil, registrationVersionStatusHistory: PinpointSMSVoiceV2ClientTypes.RegistrationVersionStatusHistory? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.registrationArn = registrationArn self.registrationId = registrationId self.registrationVersionStatus = registrationVersionStatus @@ -8270,8 +8051,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [PinpointSMSVoiceV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8293,8 +8073,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8331,8 +8110,7 @@ public struct UpdateEventDestinationInput: Swift.Sendable { kinesisFirehoseDestination: PinpointSMSVoiceV2ClientTypes.KinesisFirehoseDestination? = nil, matchingEventTypes: [PinpointSMSVoiceV2ClientTypes.EventType]? = nil, snsDestination: PinpointSMSVoiceV2ClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchLogsDestination = cloudWatchLogsDestination self.configurationSetName = configurationSetName self.enabled = enabled @@ -8355,8 +8133,7 @@ public struct UpdateEventDestinationOutput: Swift.Sendable { configurationSetArn: Swift.String? = nil, configurationSetName: Swift.String? = nil, eventDestination: PinpointSMSVoiceV2ClientTypes.EventDestination? = nil - ) - { + ) { self.configurationSetArn = configurationSetArn self.configurationSetName = configurationSetName self.eventDestination = eventDestination @@ -8388,8 +8165,7 @@ public struct UpdatePhoneNumberInput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.optOutListName = optOutListName self.phoneNumberId = phoneNumberId @@ -8454,8 +8230,7 @@ public struct UpdatePhoneNumberOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode @@ -8504,8 +8279,7 @@ public struct UpdatePoolInput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.optOutListName = optOutListName self.poolId = poolId @@ -8556,8 +8330,7 @@ public struct UpdatePoolOutput: Swift.Sendable { twoWayChannelArn: Swift.String? = nil, twoWayChannelRole: Swift.String? = nil, twoWayEnabled: Swift.Bool = false - ) - { + ) { self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled self.messageType = messageType @@ -8583,8 +8356,7 @@ public struct UpdateProtectConfigurationInput: Swift.Sendable { public init( deletionProtectionEnabled: Swift.Bool? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.protectConfigurationId = protectConfigurationId } @@ -8613,8 +8385,7 @@ public struct UpdateProtectConfigurationOutput: Swift.Sendable { deletionProtectionEnabled: Swift.Bool = false, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.accountDefault = accountDefault self.createdTimestamp = createdTimestamp self.deletionProtectionEnabled = deletionProtectionEnabled @@ -8638,8 +8409,7 @@ public struct UpdateProtectConfigurationCountryRuleSetInput: Swift.Sendable { countryRuleSetUpdates: [Swift.String: PinpointSMSVoiceV2ClientTypes.ProtectConfigurationCountryRuleSetInformation]? = nil, numberCapability: PinpointSMSVoiceV2ClientTypes.NumberCapability? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.countryRuleSetUpdates = countryRuleSetUpdates self.numberCapability = numberCapability self.protectConfigurationId = protectConfigurationId @@ -8665,8 +8435,7 @@ public struct UpdateProtectConfigurationCountryRuleSetOutput: Swift.Sendable { numberCapability: PinpointSMSVoiceV2ClientTypes.NumberCapability? = nil, protectConfigurationArn: Swift.String? = nil, protectConfigurationId: Swift.String? = nil - ) - { + ) { self.countryRuleSet = countryRuleSet self.numberCapability = numberCapability self.protectConfigurationArn = protectConfigurationArn @@ -8688,8 +8457,7 @@ public struct UpdateSenderIdInput: Swift.Sendable { deletionProtectionEnabled: Swift.Bool? = nil, isoCountryCode: Swift.String? = nil, senderId: Swift.String? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode self.senderId = senderId @@ -8730,8 +8498,7 @@ public struct UpdateSenderIdOutput: Swift.Sendable { registrationId: Swift.String? = nil, senderId: Swift.String? = nil, senderIdArn: Swift.String? = nil - ) - { + ) { self.deletionProtectionEnabled = deletionProtectionEnabled self.isoCountryCode = isoCountryCode self.messageTypes = messageTypes @@ -8754,8 +8521,7 @@ public struct VerifyDestinationNumberInput: Swift.Sendable { public init( verificationCode: Swift.String? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.verificationCode = verificationCode self.verifiedDestinationNumberId = verifiedDestinationNumberId } @@ -8784,8 +8550,7 @@ public struct VerifyDestinationNumberOutput: Swift.Sendable { status: PinpointSMSVoiceV2ClientTypes.VerificationStatus? = nil, verifiedDestinationNumberArn: Swift.String? = nil, verifiedDestinationNumberId: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.destinationPhoneNumber = destinationPhoneNumber self.status = status diff --git a/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/PinpointSMSVoiceV2Client.swift b/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/PinpointSMSVoiceV2Client.swift index e97a16bd643..85f54f543aa 100644 --- a/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/PinpointSMSVoiceV2Client.swift +++ b/Sources/Services/AWSPinpointSMSVoiceV2/Sources/AWSPinpointSMSVoiceV2/PinpointSMSVoiceV2Client.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PinpointSMSVoiceV2Client: ClientRuntime.Client { public static let clientName = "PinpointSMSVoiceV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PinpointSMSVoiceV2Client.PinpointSMSVoiceV2ClientConfiguration let serviceName = "Pinpoint SMS Voice V2" diff --git a/Sources/Services/AWSPipes/Package.swift.txt b/Sources/Services/AWSPipes/Package.swift.txt index 099056684bb..765679de2d0 100644 --- a/Sources/Services/AWSPipes/Package.swift.txt +++ b/Sources/Services/AWSPipes/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPipes/Sources/AWSPipes/Models.swift b/Sources/Services/AWSPipes/Sources/AWSPipes/Models.swift index 41e78a74c01..84e19028af5 100644 --- a/Sources/Services/AWSPipes/Sources/AWSPipes/Models.swift +++ b/Sources/Services/AWSPipes/Sources/AWSPipes/Models.swift @@ -74,8 +74,7 @@ extension PipesClientTypes { assignPublicIp: PipesClientTypes.AssignPublicIp? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -97,8 +96,7 @@ extension PipesClientTypes { public init( size: Swift.Int? = nil - ) - { + ) { self.size = size } } @@ -116,8 +114,7 @@ extension PipesClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -170,8 +167,7 @@ extension PipesClientTypes { public init( type: PipesClientTypes.BatchResourceRequirementType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -196,8 +192,7 @@ extension PipesClientTypes { environment: [PipesClientTypes.BatchEnvironmentVariable]? = nil, instanceType: Swift.String? = nil, resourceRequirements: [PipesClientTypes.BatchResourceRequirement]? = nil - ) - { + ) { self.command = command self.environment = environment self.instanceType = instanceType @@ -247,8 +242,7 @@ extension PipesClientTypes { public init( jobId: Swift.String? = nil, type: PipesClientTypes.BatchJobDependencyType? = nil - ) - { + ) { self.jobId = jobId self.type = type } @@ -264,8 +258,7 @@ extension PipesClientTypes { public init( attempts: Swift.Int? = nil - ) - { + ) { self.attempts = attempts } } @@ -287,8 +280,7 @@ extension PipesClientTypes { base: Swift.Int = 0, capacityProvider: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -310,8 +302,7 @@ extension PipesClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -327,8 +318,7 @@ extension PipesClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -361,8 +351,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -391,8 +380,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -416,8 +404,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -457,8 +444,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -495,8 +481,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -518,8 +503,7 @@ extension PipesClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -547,8 +531,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [PipesClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -598,8 +581,7 @@ extension PipesClientTypes { headerParameters: [Swift.String: Swift.String]? = nil, pathParameterValues: [Swift.String]? = nil, queryStringParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.headerParameters = headerParameters self.pathParameterValues = pathParameterValues self.queryStringParameters = queryStringParameters @@ -624,8 +606,7 @@ extension PipesClientTypes { public init( httpParameters: PipesClientTypes.PipeEnrichmentHttpParameters? = nil, inputTemplate: Swift.String? = nil - ) - { + ) { self.httpParameters = httpParameters self.inputTemplate = inputTemplate } @@ -647,8 +628,7 @@ extension PipesClientTypes { public init( deliveryStreamArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn } } @@ -767,8 +747,7 @@ extension PipesClientTypes { bucketOwner: Swift.String? = nil, outputFormat: PipesClientTypes.S3OutputFormat? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketOwner = bucketOwner self.outputFormat = outputFormat @@ -799,8 +778,7 @@ extension PipesClientTypes { includeExecutionData: [PipesClientTypes.IncludeExecutionDataOption]? = nil, level: PipesClientTypes.LogLevel? = nil, s3LogDestination: PipesClientTypes.S3LogDestinationParameters? = nil - ) - { + ) { self.cloudwatchLogsLogDestination = cloudwatchLogsLogDestination self.firehoseLogDestination = firehoseLogDestination self.includeExecutionData = includeExecutionData @@ -840,8 +818,7 @@ extension PipesClientTypes { credentials: PipesClientTypes.MQBrokerAccessCredentials? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil, queueName: Swift.String? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -864,8 +841,7 @@ extension PipesClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -957,8 +933,7 @@ extension PipesClientTypes { onPartialBatchItemFailure: PipesClientTypes.OnPartialBatchItemFailureStreams? = nil, parallelizationFactor: Swift.Int? = nil, startingPosition: PipesClientTypes.DynamoDBStreamStartPosition? = nil - ) - { + ) { self.batchSize = batchSize self.deadLetterConfig = deadLetterConfig self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -980,8 +955,7 @@ extension PipesClientTypes { public init( pattern: Swift.String? = nil - ) - { + ) { self.pattern = pattern } } @@ -1001,8 +975,7 @@ extension PipesClientTypes { public init( filters: [PipesClientTypes.Filter]? = nil - ) - { + ) { self.filters = filters } } @@ -1074,8 +1047,7 @@ extension PipesClientTypes { parallelizationFactor: Swift.Int? = nil, startingPosition: PipesClientTypes.KinesisStreamStartPosition? = nil, startingPositionTimestamp: Foundation.Date? = nil - ) - { + ) { self.batchSize = batchSize self.deadLetterConfig = deadLetterConfig self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -1155,8 +1127,7 @@ extension PipesClientTypes { maximumBatchingWindowInSeconds: Swift.Int? = nil, startingPosition: PipesClientTypes.MSKStartPosition? = nil, topicName: Swift.String? = nil - ) - { + ) { self.batchSize = batchSize self.consumerGroupID = consumerGroupID self.credentials = credentials @@ -1195,8 +1166,7 @@ extension PipesClientTypes { maximumBatchingWindowInSeconds: Swift.Int? = nil, queueName: Swift.String? = nil, virtualHost: Swift.String? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -1268,8 +1238,7 @@ extension PipesClientTypes { public init( securityGroup: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroup = securityGroup self.subnets = subnets } @@ -1315,8 +1284,7 @@ extension PipesClientTypes { startingPosition: PipesClientTypes.SelfManagedKafkaStartPosition? = nil, topicName: Swift.String? = nil, vpc: PipesClientTypes.SelfManagedKafkaAccessConfigurationVpc? = nil - ) - { + ) { self.additionalBootstrapServers = additionalBootstrapServers self.batchSize = batchSize self.consumerGroupID = consumerGroupID @@ -1347,8 +1315,7 @@ extension PipesClientTypes { public init( batchSize: Swift.Int? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds } @@ -1385,8 +1352,7 @@ extension PipesClientTypes { rabbitMQBrokerParameters: PipesClientTypes.PipeSourceRabbitMQBrokerParameters? = nil, selfManagedKafkaParameters: PipesClientTypes.PipeSourceSelfManagedKafkaParameters? = nil, sqsQueueParameters: PipesClientTypes.PipeSourceSqsQueueParameters? = nil - ) - { + ) { self.activeMQBrokerParameters = activeMQBrokerParameters self.dynamoDBStreamParameters = dynamoDBStreamParameters self.filterCriteria = filterCriteria @@ -1428,8 +1394,7 @@ extension PipesClientTypes { jobName: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, retryStrategy: PipesClientTypes.BatchRetryStrategy? = nil - ) - { + ) { self.arrayProperties = arrayProperties self.containerOverrides = containerOverrides self.dependsOn = dependsOn @@ -1453,8 +1418,7 @@ extension PipesClientTypes { public init( logStreamName: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.logStreamName = logStreamName self.timestamp = timestamp } @@ -1502,8 +1466,7 @@ extension PipesClientTypes { public init( awsvpcConfiguration: PipesClientTypes.AwsVpcConfiguration? = nil - ) - { + ) { self.awsvpcConfiguration = awsvpcConfiguration } } @@ -1521,8 +1484,7 @@ extension PipesClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1573,8 +1535,7 @@ extension PipesClientTypes { public init( type: PipesClientTypes.EcsEnvironmentFileType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1624,8 +1585,7 @@ extension PipesClientTypes { public init( type: PipesClientTypes.EcsResourceRequirementType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1662,8 +1622,7 @@ extension PipesClientTypes { memoryReservation: Swift.Int? = nil, name: Swift.String? = nil, resourceRequirements: [PipesClientTypes.EcsResourceRequirement]? = nil - ) - { + ) { self.command = command self.cpu = cpu self.environment = environment @@ -1686,8 +1645,7 @@ extension PipesClientTypes { public init( sizeInGiB: Swift.Int? = nil - ) - { + ) { self.sizeInGiB = sizeInGiB } } @@ -1705,8 +1663,7 @@ extension PipesClientTypes { public init( deviceName: Swift.String? = nil, deviceType: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.deviceType = deviceType } @@ -1744,8 +1701,7 @@ extension PipesClientTypes { inferenceAcceleratorOverrides: [PipesClientTypes.EcsInferenceAcceleratorOverride]? = nil, memory: Swift.String? = nil, taskRoleArn: Swift.String? = nil - ) - { + ) { self.containerOverrides = containerOverrides self.cpu = cpu self.ephemeralStorage = ephemeralStorage @@ -1798,8 +1754,7 @@ extension PipesClientTypes { public init( expression: Swift.String? = nil, type: PipesClientTypes.PlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -1855,8 +1810,7 @@ extension PipesClientTypes { public init( field: Swift.String? = nil, type: PipesClientTypes.PlacementStrategyType? = nil - ) - { + ) { self.field = field self.type = type } @@ -1908,8 +1862,7 @@ extension PipesClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1973,8 +1926,7 @@ extension PipesClientTypes { tags: [PipesClientTypes.Tag]? = nil, taskCount: Swift.Int? = nil, taskDefinitionArn: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.enableECSManagedTags = enableECSManagedTags self.enableExecuteCommand = enableExecuteCommand @@ -2020,8 +1972,7 @@ extension PipesClientTypes { resources: [Swift.String]? = nil, source: Swift.String? = nil, time: Swift.String? = nil - ) - { + ) { self.detailType = detailType self.endpointId = endpointId self.resources = resources @@ -2051,8 +2002,7 @@ extension PipesClientTypes { headerParameters: [Swift.String: Swift.String]? = nil, pathParameterValues: [Swift.String]? = nil, queryStringParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.headerParameters = headerParameters self.pathParameterValues = pathParameterValues self.queryStringParameters = queryStringParameters @@ -2075,8 +2025,7 @@ extension PipesClientTypes { public init( partitionKey: Swift.String? = nil - ) - { + ) { self.partitionKey = partitionKey } } @@ -2132,8 +2081,7 @@ extension PipesClientTypes { public init( invocationType: PipesClientTypes.PipeTargetInvocationType? = nil - ) - { + ) { self.invocationType = invocationType } } @@ -2165,8 +2113,7 @@ extension PipesClientTypes { sqls: [Swift.String]? = nil, statementName: Swift.String? = nil, withEvent: Swift.Bool = false - ) - { + ) { self.database = database self.dbUser = dbUser self.secretManagerArn = secretManagerArn @@ -2196,8 +2143,7 @@ extension PipesClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2218,8 +2164,7 @@ extension PipesClientTypes { public init( pipelineParameterList: [PipesClientTypes.SageMakerPipelineParameter]? = nil - ) - { + ) { self.pipelineParameterList = pipelineParameterList } } @@ -2237,8 +2182,7 @@ extension PipesClientTypes { public init( messageDeduplicationId: Swift.String? = nil, messageGroupId: Swift.String? = nil - ) - { + ) { self.messageDeduplicationId = messageDeduplicationId self.messageGroupId = messageGroupId } @@ -2266,8 +2210,7 @@ extension PipesClientTypes { public init( invocationType: PipesClientTypes.PipeTargetInvocationType? = nil - ) - { + ) { self.invocationType = invocationType } } @@ -2317,8 +2260,7 @@ extension PipesClientTypes { dimensionName: Swift.String? = nil, dimensionValue: Swift.String? = nil, dimensionValueType: PipesClientTypes.DimensionValueType? = nil - ) - { + ) { self.dimensionName = dimensionName self.dimensionValue = dimensionValue self.dimensionValueType = dimensionValueType @@ -2417,8 +2359,7 @@ extension PipesClientTypes { measureValue: Swift.String? = nil, measureValueType: PipesClientTypes.MeasureValueType? = nil, multiMeasureAttributeName: Swift.String? = nil - ) - { + ) { self.measureValue = measureValue self.measureValueType = measureValueType self.multiMeasureAttributeName = multiMeasureAttributeName @@ -2440,8 +2381,7 @@ extension PipesClientTypes { public init( multiMeasureAttributeMappings: [PipesClientTypes.MultiMeasureAttributeMapping]? = nil, multiMeasureName: Swift.String? = nil - ) - { + ) { self.multiMeasureAttributeMappings = multiMeasureAttributeMappings self.multiMeasureName = multiMeasureName } @@ -2466,8 +2406,7 @@ extension PipesClientTypes { measureName: Swift.String? = nil, measureValue: Swift.String? = nil, measureValueType: PipesClientTypes.MeasureValueType? = nil - ) - { + ) { self.measureName = measureName self.measureValue = measureValue self.measureValueType = measureValueType @@ -2537,8 +2476,7 @@ extension PipesClientTypes { timeValue: Swift.String? = nil, timestampFormat: Swift.String? = nil, versionValue: Swift.String? = nil - ) - { + ) { self.dimensionMappings = dimensionMappings self.epochTimeUnit = epochTimeUnit self.multiMeasureMappings = multiMeasureMappings @@ -2596,8 +2534,7 @@ extension PipesClientTypes { sqsQueueParameters: PipesClientTypes.PipeTargetSqsQueueParameters? = nil, stepFunctionStateMachineParameters: PipesClientTypes.PipeTargetStateMachineParameters? = nil, timestreamParameters: PipesClientTypes.PipeTargetTimestreamParameters? = nil - ) - { + ) { self.batchJobParameters = batchJobParameters self.cloudWatchLogsParameters = cloudWatchLogsParameters self.ecsTaskParameters = ecsTaskParameters @@ -2666,8 +2603,7 @@ public struct CreatePipeInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, target: Swift.String? = nil, targetParameters: PipesClientTypes.PipeTargetParameters? = nil - ) - { + ) { self.description = description self.desiredState = desiredState self.enrichment = enrichment @@ -2778,8 +2714,7 @@ public struct CreatePipeOutput: Swift.Sendable { desiredState: PipesClientTypes.RequestedPipeState? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -2796,8 +2731,7 @@ public struct DeletePipeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2855,8 +2789,7 @@ public struct DeletePipeOutput: Swift.Sendable { desiredState: PipesClientTypes.RequestedPipeStateDescribeResponse? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -2873,8 +2806,7 @@ public struct DescribePipeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2888,8 +2820,7 @@ extension PipesClientTypes { public init( deliveryStreamArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn } } @@ -2913,8 +2844,7 @@ extension PipesClientTypes { bucketOwner: Swift.String? = nil, outputFormat: PipesClientTypes.S3OutputFormat? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketOwner = bucketOwner self.outputFormat = outputFormat @@ -2944,8 +2874,7 @@ extension PipesClientTypes { includeExecutionData: [PipesClientTypes.IncludeExecutionDataOption]? = nil, level: PipesClientTypes.LogLevel? = nil, s3LogDestination: PipesClientTypes.S3LogDestination? = nil - ) - { + ) { self.cloudwatchLogsLogDestination = cloudwatchLogsLogDestination self.firehoseLogDestination = firehoseLogDestination self.includeExecutionData = includeExecutionData @@ -3012,8 +2941,7 @@ public struct DescribePipeOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, target: Swift.String? = nil, targetParameters: PipesClientTypes.PipeTargetParameters? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -3064,8 +2992,7 @@ public struct ListPipesInput: Swift.Sendable { nextToken: Swift.String? = nil, sourcePrefix: Swift.String? = nil, targetPrefix: Swift.String? = nil - ) - { + ) { self.currentState = currentState self.desiredState = desiredState self.limit = limit @@ -3117,8 +3044,7 @@ extension PipesClientTypes { source: Swift.String? = nil, stateReason: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -3142,8 +3068,7 @@ public struct ListPipesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipes: [PipesClientTypes.Pipe]? = nil - ) - { + ) { self.nextToken = nextToken self.pipes = pipes } @@ -3161,8 +3086,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3173,8 +3097,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3191,8 +3114,7 @@ public struct StartPipeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3218,8 +3140,7 @@ public struct StartPipeOutput: Swift.Sendable { desiredState: PipesClientTypes.RequestedPipeState? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -3236,8 +3157,7 @@ public struct StopPipeInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3263,8 +3183,7 @@ public struct StopPipeOutput: Swift.Sendable { desiredState: PipesClientTypes.RequestedPipeState? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -3290,8 +3209,7 @@ extension PipesClientTypes { batchSize: Swift.Int? = nil, credentials: PipesClientTypes.MQBrokerAccessCredentials? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3326,8 +3244,7 @@ extension PipesClientTypes { maximumRetryAttempts: Swift.Int? = nil, onPartialBatchItemFailure: PipesClientTypes.OnPartialBatchItemFailureStreams? = nil, parallelizationFactor: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.deadLetterConfig = deadLetterConfig self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3366,8 +3283,7 @@ extension PipesClientTypes { maximumRetryAttempts: Swift.Int? = nil, onPartialBatchItemFailure: PipesClientTypes.OnPartialBatchItemFailureStreams? = nil, parallelizationFactor: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.deadLetterConfig = deadLetterConfig self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3394,8 +3310,7 @@ extension PipesClientTypes { batchSize: Swift.Int? = nil, credentials: PipesClientTypes.MSKAccessCredentials? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3419,8 +3334,7 @@ extension PipesClientTypes { batchSize: Swift.Int? = nil, credentials: PipesClientTypes.MQBrokerAccessCredentials? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3449,8 +3363,7 @@ extension PipesClientTypes { maximumBatchingWindowInSeconds: Swift.Int? = nil, serverRootCaCertificate: Swift.String? = nil, vpc: PipesClientTypes.SelfManagedKafkaAccessConfigurationVpc? = nil - ) - { + ) { self.batchSize = batchSize self.credentials = credentials self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds @@ -3472,8 +3385,7 @@ extension PipesClientTypes { public init( batchSize: Swift.Int? = nil, maximumBatchingWindowInSeconds: Swift.Int? = nil - ) - { + ) { self.batchSize = batchSize self.maximumBatchingWindowInSeconds = maximumBatchingWindowInSeconds } @@ -3510,8 +3422,7 @@ extension PipesClientTypes { rabbitMQBrokerParameters: PipesClientTypes.UpdatePipeSourceRabbitMQBrokerParameters? = nil, selfManagedKafkaParameters: PipesClientTypes.UpdatePipeSourceSelfManagedKafkaParameters? = nil, sqsQueueParameters: PipesClientTypes.UpdatePipeSourceSqsQueueParameters? = nil - ) - { + ) { self.activeMQBrokerParameters = activeMQBrokerParameters self.dynamoDBStreamParameters = dynamoDBStreamParameters self.filterCriteria = filterCriteria @@ -3562,8 +3473,7 @@ public struct UpdatePipeInput: Swift.Sendable { sourceParameters: PipesClientTypes.UpdatePipeSourceParameters? = nil, target: Swift.String? = nil, targetParameters: PipesClientTypes.PipeTargetParameters? = nil - ) - { + ) { self.description = description self.desiredState = desiredState self.enrichment = enrichment @@ -3604,8 +3514,7 @@ public struct UpdatePipeOutput: Swift.Sendable { desiredState: PipesClientTypes.RequestedPipeState? = nil, lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.currentState = currentState @@ -3626,8 +3535,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3654,8 +3562,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSPipes/Sources/AWSPipes/PipesClient.swift b/Sources/Services/AWSPipes/Sources/AWSPipes/PipesClient.swift index fd914fcbc22..f12587451e1 100644 --- a/Sources/Services/AWSPipes/Sources/AWSPipes/PipesClient.swift +++ b/Sources/Services/AWSPipes/Sources/AWSPipes/PipesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PipesClient: ClientRuntime.Client { public static let clientName = "PipesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PipesClient.PipesClientConfiguration let serviceName = "Pipes" diff --git a/Sources/Services/AWSPolly/Package.swift.txt b/Sources/Services/AWSPolly/Package.swift.txt index b51013f0225..27fdf2349e6 100644 --- a/Sources/Services/AWSPolly/Package.swift.txt +++ b/Sources/Services/AWSPolly/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,23 +49,23 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -80,6 +76,10 @@ let package = Package( name: "SmithyTestUtil", package: "smithy-swift" ), + .product( + name: "SmithyTimestamps", + package: "smithy-swift" + ), ] ), .testTarget( diff --git a/Sources/Services/AWSPolly/Sources/AWSPolly/Models.swift b/Sources/Services/AWSPolly/Sources/AWSPolly/Models.swift index f28a6d0cedc..867b373597b 100644 --- a/Sources/Services/AWSPolly/Sources/AWSPolly/Models.swift +++ b/Sources/Services/AWSPolly/Sources/AWSPolly/Models.swift @@ -72,8 +72,7 @@ public struct LexiconNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +95,7 @@ public struct ServiceFailureException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -109,8 +107,7 @@ public struct DeleteLexiconInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -138,8 +135,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -340,8 +336,7 @@ public struct DescribeVoicesInput: Swift.Sendable { includeAdditionalLanguageCodes: Swift.Bool? = false, languageCode: PollyClientTypes.LanguageCode? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engine = engine self.includeAdditionalLanguageCodes = includeAdditionalLanguageCodes self.languageCode = languageCode @@ -722,8 +717,7 @@ extension PollyClientTypes { languageName: Swift.String? = nil, name: Swift.String? = nil, supportedEngines: [PollyClientTypes.Engine]? = nil - ) - { + ) { self.additionalLanguageCodes = additionalLanguageCodes self.gender = gender self.id = id @@ -744,8 +738,7 @@ public struct DescribeVoicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, voices: [PollyClientTypes.Voice]? = nil - ) - { + ) { self.nextToken = nextToken self.voices = voices } @@ -769,8 +762,7 @@ public struct EngineNotSupportedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -782,8 +774,7 @@ public struct GetLexiconInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -800,8 +791,7 @@ extension PollyClientTypes { public init( content: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.content = content self.name = name } @@ -837,8 +827,7 @@ extension PollyClientTypes { lexemesCount: Swift.Int = 0, lexiconArn: Swift.String? = nil, size: Swift.Int = 0 - ) - { + ) { self.alphabet = alphabet self.languageCode = languageCode self.lastModified = lastModified @@ -858,8 +847,7 @@ public struct GetLexiconOutput: Swift.Sendable { public init( lexicon: PollyClientTypes.Lexicon? = nil, lexiconAttributes: PollyClientTypes.LexiconAttributes? = nil - ) - { + ) { self.lexicon = lexicon self.lexiconAttributes = lexiconAttributes } @@ -883,8 +871,7 @@ public struct InvalidTaskIdException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -907,8 +894,7 @@ public struct SynthesisTaskNotFoundException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -920,8 +906,7 @@ public struct GetSpeechSynthesisTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -1111,8 +1096,7 @@ extension PollyClientTypes { taskStatusReason: Swift.String? = nil, textType: PollyClientTypes.TextType? = nil, voiceId: PollyClientTypes.VoiceId? = nil - ) - { + ) { self.creationTime = creationTime self.engine = engine self.languageCode = languageCode @@ -1138,8 +1122,7 @@ public struct GetSpeechSynthesisTaskOutput: Swift.Sendable { public init( synthesisTask: PollyClientTypes.SynthesisTask? = nil - ) - { + ) { self.synthesisTask = synthesisTask } } @@ -1162,8 +1145,7 @@ public struct InvalidLexiconException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1186,8 +1168,7 @@ public struct InvalidS3BucketException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1210,8 +1191,7 @@ public struct InvalidS3KeyException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1234,8 +1214,7 @@ public struct InvalidSampleRateException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1258,8 +1237,7 @@ public struct InvalidSnsTopicArnException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1282,8 +1260,7 @@ public struct InvalidSsmlException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1306,8 +1283,7 @@ public struct LanguageNotSupportedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1324,8 +1300,7 @@ extension PollyClientTypes { public init( attributes: PollyClientTypes.LexiconAttributes? = nil, name: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name } @@ -1350,8 +1325,7 @@ public struct LexiconSizeExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1362,8 +1336,7 @@ public struct ListLexiconsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1377,8 +1350,7 @@ public struct ListLexiconsOutput: Swift.Sendable { public init( lexicons: [PollyClientTypes.LexiconDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lexicons = lexicons self.nextToken = nextToken } @@ -1396,8 +1368,7 @@ public struct ListSpeechSynthesisTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: PollyClientTypes.TaskStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -1413,8 +1384,7 @@ public struct ListSpeechSynthesisTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, synthesisTasks: [PollyClientTypes.SynthesisTask]? = nil - ) - { + ) { self.nextToken = nextToken self.synthesisTasks = synthesisTasks } @@ -1438,8 +1408,7 @@ public struct MarksNotSupportedForFormatException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1462,8 +1431,7 @@ public struct MaxLexemeLengthExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1486,8 +1454,7 @@ public struct MaxLexiconsNumberExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1510,8 +1477,7 @@ public struct UnsupportedPlsAlphabetException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1534,8 +1500,7 @@ public struct UnsupportedPlsLanguageException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1551,8 +1516,7 @@ public struct PutLexiconInput: Swift.Sendable { public init( content: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.content = content self.name = name } @@ -1586,8 +1550,7 @@ public struct SsmlMarksNotSupportedForTextTypeException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1610,8 +1573,7 @@ public struct TextLengthExceededException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1659,8 +1621,7 @@ public struct StartSpeechSynthesisTaskInput: Swift.Sendable { text: Swift.String? = nil, textType: PollyClientTypes.TextType? = nil, voiceId: PollyClientTypes.VoiceId? = nil - ) - { + ) { self.engine = engine self.languageCode = languageCode self.lexiconNames = lexiconNames @@ -1682,8 +1643,7 @@ public struct StartSpeechSynthesisTaskOutput: Swift.Sendable { public init( synthesisTask: PollyClientTypes.SynthesisTask? = nil - ) - { + ) { self.synthesisTask = synthesisTask } } @@ -1721,8 +1681,7 @@ public struct SynthesizeSpeechInput: Swift.Sendable { text: Swift.String? = nil, textType: PollyClientTypes.TextType? = nil, voiceId: PollyClientTypes.VoiceId? = nil - ) - { + ) { self.engine = engine self.languageCode = languageCode self.lexiconNames = lexiconNames @@ -1755,8 +1714,7 @@ public struct SynthesizeSpeechOutput: Swift.Sendable { audioStream: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")), contentType: Swift.String? = nil, requestCharacters: Swift.Int = 0 - ) - { + ) { self.audioStream = audioStream self.contentType = contentType self.requestCharacters = requestCharacters diff --git a/Sources/Services/AWSPolly/Sources/AWSPolly/PollyClient.swift b/Sources/Services/AWSPolly/Sources/AWSPolly/PollyClient.swift index 40d6b7b89dc..cc248fdbbf0 100644 --- a/Sources/Services/AWSPolly/Sources/AWSPolly/PollyClient.swift +++ b/Sources/Services/AWSPolly/Sources/AWSPolly/PollyClient.swift @@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PollyClient: ClientRuntime.Client { public static let clientName = "PollyClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PollyClient.PollyClientConfiguration let serviceName = "Polly" diff --git a/Sources/Services/AWSPricing/Package.swift.txt b/Sources/Services/AWSPricing/Package.swift.txt index a9e40714030..4dfb958bea6 100644 --- a/Sources/Services/AWSPricing/Package.swift.txt +++ b/Sources/Services/AWSPricing/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPricing/Sources/AWSPricing/Models.swift b/Sources/Services/AWSPricing/Sources/AWSPricing/Models.swift index b1b71317644..7325cdc2fca 100644 --- a/Sources/Services/AWSPricing/Sources/AWSPricing/Models.swift +++ b/Sources/Services/AWSPricing/Sources/AWSPricing/Models.swift @@ -42,8 +42,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -57,8 +56,7 @@ extension PricingClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -82,8 +80,7 @@ public struct ExpiredNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +103,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +126,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -154,8 +149,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -178,8 +172,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -202,8 +195,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +215,7 @@ public struct DescribeServicesInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.formatVersion = formatVersion self.maxResults = maxResults self.nextToken = nextToken @@ -245,8 +236,7 @@ extension PricingClientTypes { public init( attributeNames: [Swift.String]? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.serviceCode = serviceCode } @@ -265,8 +255,7 @@ public struct DescribeServicesOutput: Swift.Sendable { formatVersion: Swift.String? = nil, nextToken: Swift.String? = nil, services: [PricingClientTypes.Service]? = nil - ) - { + ) { self.formatVersion = formatVersion self.nextToken = nextToken self.services = services @@ -290,8 +279,7 @@ public struct GetAttributeValuesInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.maxResults = maxResults self.nextToken = nextToken @@ -308,8 +296,7 @@ public struct GetAttributeValuesOutput: Swift.Sendable { public init( attributeValues: [PricingClientTypes.AttributeValue]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeValues = attributeValues self.nextToken = nextToken } @@ -333,8 +320,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -350,8 +336,7 @@ public struct GetPriceListFileUrlInput: Swift.Sendable { public init( fileFormat: Swift.String? = nil, priceListArn: Swift.String? = nil - ) - { + ) { self.fileFormat = fileFormat self.priceListArn = priceListArn } @@ -363,8 +348,7 @@ public struct GetPriceListFileUrlOutput: Swift.Sendable { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -413,8 +397,7 @@ extension PricingClientTypes { field: Swift.String? = nil, type: PricingClientTypes.FilterType? = nil, value: Swift.String? = nil - ) - { + ) { self.field = field self.type = type self.value = value @@ -441,8 +424,7 @@ public struct GetProductsInput: Swift.Sendable { maxResults: Swift.Int? = 100, nextToken: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.filters = filters self.formatVersion = formatVersion self.maxResults = maxResults @@ -463,8 +445,7 @@ public struct GetProductsOutput: Swift.Sendable { formatVersion: Swift.String? = nil, nextToken: Swift.String? = nil, priceList: [Swift.String]? = nil - ) - { + ) { self.formatVersion = formatVersion self.nextToken = nextToken self.priceList = priceList @@ -495,8 +476,7 @@ public struct ListPriceListsInput: Swift.Sendable { nextToken: Swift.String? = nil, regionCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.effectiveDate = effectiveDate self.maxResults = maxResults @@ -524,8 +504,7 @@ extension PricingClientTypes { fileFormats: [Swift.String]? = nil, priceListArn: Swift.String? = nil, regionCode: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.fileFormats = fileFormats self.priceListArn = priceListArn @@ -543,8 +522,7 @@ public struct ListPriceListsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, priceLists: [PricingClientTypes.PriceList]? = nil - ) - { + ) { self.nextToken = nextToken self.priceLists = priceLists } diff --git a/Sources/Services/AWSPricing/Sources/AWSPricing/PricingClient.swift b/Sources/Services/AWSPricing/Sources/AWSPricing/PricingClient.swift index bde00848224..d58ca030df7 100644 --- a/Sources/Services/AWSPricing/Sources/AWSPricing/PricingClient.swift +++ b/Sources/Services/AWSPricing/Sources/AWSPricing/PricingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PricingClient: ClientRuntime.Client { public static let clientName = "PricingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PricingClient.PricingClientConfiguration let serviceName = "Pricing" diff --git a/Sources/Services/AWSPrivateNetworks/Package.swift.txt b/Sources/Services/AWSPrivateNetworks/Package.swift.txt index 36c82cb0488..e24b0881679 100644 --- a/Sources/Services/AWSPrivateNetworks/Package.swift.txt +++ b/Sources/Services/AWSPrivateNetworks/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/Models.swift b/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/Models.swift index e1759a171e4..600e6970618 100644 --- a/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/Models.swift +++ b/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/Models.swift @@ -52,8 +52,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -81,8 +80,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -116,8 +114,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -138,8 +135,7 @@ extension PrivateNetworksClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -211,8 +207,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [PrivateNetworksClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: PrivateNetworksClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -226,8 +221,7 @@ public struct AcknowledgeOrderReceiptInput: Swift.Sendable { public init( orderArn: Swift.String? = nil - ) - { + ) { self.orderArn = orderArn } } @@ -319,8 +313,7 @@ extension PrivateNetworksClientTypes { public init( automaticRenewal: Swift.Bool? = nil, commitmentLength: PrivateNetworksClientTypes.CommitmentLength? = nil - ) - { + ) { self.automaticRenewal = automaticRenewal self.commitmentLength = commitmentLength } @@ -373,8 +366,7 @@ extension PrivateNetworksClientTypes { commitmentConfiguration: PrivateNetworksClientTypes.CommitmentConfiguration? = nil, count: Swift.Int? = nil, type: PrivateNetworksClientTypes.NetworkResourceDefinitionType? = nil - ) - { + ) { self.commitmentConfiguration = commitmentConfiguration self.count = count self.type = type @@ -427,8 +419,7 @@ extension PrivateNetworksClientTypes { street1: Swift.String? = nil, street2: Swift.String? = nil, street3: Swift.String? = nil - ) - { + ) { self.city = city self.company = company self.country = country @@ -458,8 +449,7 @@ extension PrivateNetworksClientTypes { public init( trackingNumber: Swift.String? = nil - ) - { + ) { self.trackingNumber = trackingNumber } } @@ -495,8 +485,7 @@ extension PrivateNetworksClientTypes { orderedResources: [PrivateNetworksClientTypes.OrderedResourceDefinition]? = nil, shippingAddress: PrivateNetworksClientTypes.Address? = nil, trackingInformation: [PrivateNetworksClientTypes.TrackingInformation]? = nil - ) - { + ) { self.acknowledgmentStatus = acknowledgmentStatus self.createdAt = createdAt self.networkArn = networkArn @@ -516,8 +505,7 @@ public struct AcknowledgeOrderReceiptOutput: Swift.Sendable { public init( order: PrivateNetworksClientTypes.Order? = nil - ) - { + ) { self.order = order } } @@ -532,8 +520,7 @@ public struct ActivateDeviceIdentifierInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, deviceIdentifierArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deviceIdentifierArn = deviceIdentifierArn } @@ -601,8 +588,7 @@ extension PrivateNetworksClientTypes { status: PrivateNetworksClientTypes.DeviceIdentifierStatus? = nil, trafficGroupArn: Swift.String? = nil, vendor: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.deviceIdentifierArn = deviceIdentifierArn self.iccid = iccid @@ -631,8 +617,7 @@ public struct ActivateDeviceIdentifierOutput: Swift.Sendable { public init( deviceIdentifier: PrivateNetworksClientTypes.DeviceIdentifier? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deviceIdentifier = deviceIdentifier self.tags = tags } @@ -667,8 +652,7 @@ public struct ActivateNetworkSiteInput: Swift.Sendable { commitmentConfiguration: PrivateNetworksClientTypes.CommitmentConfiguration? = nil, networkSiteArn: Swift.String? = nil, shippingAddress: PrivateNetworksClientTypes.Address? = nil - ) - { + ) { self.clientToken = clientToken self.commitmentConfiguration = commitmentConfiguration self.networkSiteArn = networkSiteArn @@ -689,8 +673,7 @@ extension PrivateNetworksClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -714,8 +697,7 @@ extension PrivateNetworksClientTypes { count: Swift.Int? = nil, options: [PrivateNetworksClientTypes.NameValuePair]? = nil, type: PrivateNetworksClientTypes.NetworkResourceDefinitionType? = nil - ) - { + ) { self.count = count self.options = options self.type = type @@ -735,8 +717,7 @@ extension PrivateNetworksClientTypes { public init( options: [PrivateNetworksClientTypes.NameValuePair]? = nil, resourceDefinitions: [PrivateNetworksClientTypes.NetworkResourceDefinition]? = nil - ) - { + ) { self.options = options self.resourceDefinitions = resourceDefinitions } @@ -824,8 +805,7 @@ extension PrivateNetworksClientTypes { pendingPlan: PrivateNetworksClientTypes.SitePlan? = nil, status: PrivateNetworksClientTypes.NetworkSiteStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.createdAt = createdAt @@ -847,8 +827,7 @@ public struct ActivateNetworkSiteOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil - ) - { + ) { self.networkSite = networkSite } } @@ -869,8 +848,7 @@ extension PrivateNetworksClientTypes { commitmentConfiguration: PrivateNetworksClientTypes.CommitmentConfiguration? = nil, expiresOn: Foundation.Date? = nil, startAt: Foundation.Date? = nil - ) - { + ) { self.commitmentConfiguration = commitmentConfiguration self.expiresOn = expiresOn self.startAt = startAt @@ -955,8 +933,7 @@ extension PrivateNetworksClientTypes { elevationUnit: PrivateNetworksClientTypes.ElevationUnit? = nil, latitude: Swift.Double? = nil, longitude: Swift.Double? = nil - ) - { + ) { self.elevation = elevation self.elevationReference = elevationReference self.elevationUnit = elevationUnit @@ -988,8 +965,7 @@ public struct ConfigureAccessPointInput: Swift.Sendable { cpiUserPassword: Swift.String? = nil, cpiUsername: Swift.String? = nil, position: PrivateNetworksClientTypes.Position? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.cpiSecretKey = cpiSecretKey self.cpiUserId = cpiUserId @@ -1054,8 +1030,7 @@ extension PrivateNetworksClientTypes { returnReason: Swift.String? = nil, shippingAddress: PrivateNetworksClientTypes.Address? = nil, shippingLabel: Swift.String? = nil - ) - { + ) { self.replacementOrderArn = replacementOrderArn self.returnReason = returnReason self.shippingAddress = shippingAddress @@ -1197,8 +1172,7 @@ extension PrivateNetworksClientTypes { statusReason: Swift.String? = nil, type: PrivateNetworksClientTypes.NetworkResourceType? = nil, vendor: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.commitmentInformation = commitmentInformation self.createdAt = createdAt @@ -1227,8 +1201,7 @@ public struct ConfigureAccessPointOutput: Swift.Sendable { public init( accessPoint: PrivateNetworksClientTypes.NetworkResource? = nil - ) - { + ) { self.accessPoint = accessPoint } } @@ -1252,8 +1225,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1274,8 +1246,7 @@ public struct CreateNetworkInput: Swift.Sendable { description: Swift.String? = nil, networkName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.networkName = networkName @@ -1353,8 +1324,7 @@ extension PrivateNetworksClientTypes { networkName: Swift.String? = nil, status: PrivateNetworksClientTypes.NetworkStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.networkArn = networkArn @@ -1375,8 +1345,7 @@ public struct CreateNetworkOutput: Swift.Sendable { public init( network: PrivateNetworksClientTypes.Network? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.network = network self.tags = tags } @@ -1416,8 +1385,7 @@ public struct CreateNetworkSiteInput: Swift.Sendable { networkSiteName: Swift.String? = nil, pendingPlan: PrivateNetworksClientTypes.SitePlan? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId self.clientToken = clientToken @@ -1443,8 +1411,7 @@ public struct CreateNetworkSiteOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.networkSite = networkSite self.tags = tags } @@ -1465,8 +1432,7 @@ public struct DeactivateDeviceIdentifierInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, deviceIdentifierArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deviceIdentifierArn = deviceIdentifierArn } @@ -1479,8 +1445,7 @@ public struct DeactivateDeviceIdentifierOutput: Swift.Sendable { public init( deviceIdentifier: PrivateNetworksClientTypes.DeviceIdentifier? = nil - ) - { + ) { self.deviceIdentifier = deviceIdentifier } } @@ -1495,8 +1460,7 @@ public struct DeleteNetworkInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, networkArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.networkArn = networkArn } @@ -1509,8 +1473,7 @@ public struct DeleteNetworkOutput: Swift.Sendable { public init( network: PrivateNetworksClientTypes.Network? = nil - ) - { + ) { self.network = network } } @@ -1525,8 +1488,7 @@ public struct DeleteNetworkSiteInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, networkSiteArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.networkSiteArn = networkSiteArn } @@ -1538,8 +1500,7 @@ public struct DeleteNetworkSiteOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil - ) - { + ) { self.networkSite = networkSite } } @@ -1583,8 +1544,7 @@ public struct GetDeviceIdentifierInput: Swift.Sendable { public init( deviceIdentifierArn: Swift.String? = nil - ) - { + ) { self.deviceIdentifierArn = deviceIdentifierArn } } @@ -1598,8 +1558,7 @@ public struct GetDeviceIdentifierOutput: Swift.Sendable { public init( deviceIdentifier: PrivateNetworksClientTypes.DeviceIdentifier? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.deviceIdentifier = deviceIdentifier self.tags = tags } @@ -1617,8 +1576,7 @@ public struct GetNetworkInput: Swift.Sendable { public init( networkArn: Swift.String? = nil - ) - { + ) { self.networkArn = networkArn } } @@ -1633,8 +1591,7 @@ public struct GetNetworkOutput: Swift.Sendable { public init( network: PrivateNetworksClientTypes.Network? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.network = network self.tags = tags } @@ -1652,8 +1609,7 @@ public struct GetNetworkResourceInput: Swift.Sendable { public init( networkResourceArn: Swift.String? = nil - ) - { + ) { self.networkResourceArn = networkResourceArn } } @@ -1668,8 +1624,7 @@ public struct GetNetworkResourceOutput: Swift.Sendable { public init( networkResource: PrivateNetworksClientTypes.NetworkResource? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.networkResource = networkResource self.tags = tags } @@ -1687,8 +1642,7 @@ public struct GetNetworkSiteInput: Swift.Sendable { public init( networkSiteArn: Swift.String? = nil - ) - { + ) { self.networkSiteArn = networkSiteArn } } @@ -1702,8 +1656,7 @@ public struct GetNetworkSiteOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.networkSite = networkSite self.tags = tags } @@ -1721,8 +1674,7 @@ public struct GetOrderInput: Swift.Sendable { public init( orderArn: Swift.String? = nil - ) - { + ) { self.orderArn = orderArn } } @@ -1737,8 +1689,7 @@ public struct GetOrderOutput: Swift.Sendable { public init( order: PrivateNetworksClientTypes.Order? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.order = order self.tags = tags } @@ -1774,8 +1725,7 @@ public struct ListDeviceIdentifiersInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkArn: Swift.String? = nil, startToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.networkArn = networkArn @@ -1792,8 +1742,7 @@ public struct ListDeviceIdentifiersOutput: Swift.Sendable { public init( deviceIdentifiers: [PrivateNetworksClientTypes.DeviceIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceIdentifiers = deviceIdentifiers self.nextToken = nextToken } @@ -1851,8 +1800,7 @@ public struct ListNetworkResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkArn: Swift.String? = nil, startToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.networkArn = networkArn @@ -1869,8 +1817,7 @@ public struct ListNetworkResourcesOutput: Swift.Sendable { public init( networkResources: [PrivateNetworksClientTypes.NetworkResource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkResources = networkResources self.nextToken = nextToken } @@ -1919,8 +1866,7 @@ public struct ListNetworksInput: Swift.Sendable { filters: [Swift.String: [Swift.String]]? = nil, maxResults: Swift.Int? = nil, startToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.startToken = startToken @@ -1936,8 +1882,7 @@ public struct ListNetworksOutput: Swift.Sendable { public init( networks: [PrivateNetworksClientTypes.Network]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networks = networks self.nextToken = nextToken } @@ -1990,8 +1935,7 @@ public struct ListNetworkSitesInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkArn: Swift.String? = nil, startToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.networkArn = networkArn @@ -2008,8 +1952,7 @@ public struct ListNetworkSitesOutput: Swift.Sendable { public init( networkSites: [PrivateNetworksClientTypes.NetworkSite]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkSites = networkSites self.nextToken = nextToken } @@ -2067,8 +2010,7 @@ public struct ListOrdersInput: Swift.Sendable { maxResults: Swift.Int? = nil, networkArn: Swift.String? = nil, startToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.networkArn = networkArn @@ -2085,8 +2027,7 @@ public struct ListOrdersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, orders: [PrivateNetworksClientTypes.Order]? = nil - ) - { + ) { self.nextToken = nextToken self.orders = orders } @@ -2110,8 +2051,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2123,8 +2063,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2135,8 +2074,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2152,8 +2090,7 @@ public struct PingOutput: Swift.Sendable { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -2229,8 +2166,7 @@ public struct StartNetworkResourceUpdateInput: Swift.Sendable { returnReason: Swift.String? = nil, shippingAddress: PrivateNetworksClientTypes.Address? = nil, updateType: PrivateNetworksClientTypes.UpdateType? = nil - ) - { + ) { self.commitmentConfiguration = commitmentConfiguration self.networkResourceArn = networkResourceArn self.returnReason = returnReason @@ -2245,8 +2181,7 @@ public struct StartNetworkResourceUpdateOutput: Swift.Sendable { public init( networkResource: PrivateNetworksClientTypes.NetworkResource? = nil - ) - { + ) { self.networkResource = networkResource } } @@ -2262,8 +2197,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2290,8 +2224,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2320,8 +2253,7 @@ public struct UpdateNetworkSiteInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, networkSiteArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.networkSiteArn = networkSiteArn @@ -2337,8 +2269,7 @@ public struct UpdateNetworkSiteOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.networkSite = networkSite self.tags = tags } @@ -2363,8 +2294,7 @@ public struct UpdateNetworkSitePlanInput: Swift.Sendable { clientToken: Swift.String? = nil, networkSiteArn: Swift.String? = nil, pendingPlan: PrivateNetworksClientTypes.SitePlan? = nil - ) - { + ) { self.clientToken = clientToken self.networkSiteArn = networkSiteArn self.pendingPlan = pendingPlan @@ -2380,8 +2310,7 @@ public struct UpdateNetworkSitePlanOutput: Swift.Sendable { public init( networkSite: PrivateNetworksClientTypes.NetworkSite? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.networkSite = networkSite self.tags = tags } diff --git a/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/PrivateNetworksClient.swift b/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/PrivateNetworksClient.swift index e0baf070088..99403a7a1f1 100644 --- a/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/PrivateNetworksClient.swift +++ b/Sources/Services/AWSPrivateNetworks/Sources/AWSPrivateNetworks/PrivateNetworksClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class PrivateNetworksClient: ClientRuntime.Client { public static let clientName = "PrivateNetworksClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: PrivateNetworksClient.PrivateNetworksClientConfiguration let serviceName = "PrivateNetworks" diff --git a/Sources/Services/AWSProton/Package.swift.txt b/Sources/Services/AWSProton/Package.swift.txt index 30e8fdf7c4e..60e574212fe 100644 --- a/Sources/Services/AWSProton/Package.swift.txt +++ b/Sources/Services/AWSProton/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSProton/Sources/AWSProton/Models.swift b/Sources/Services/AWSProton/Sources/AWSProton/Models.swift index 2c662cac057..b79a950b8fe 100644 --- a/Sources/Services/AWSProton/Sources/AWSProton/Models.swift +++ b/Sources/Services/AWSProton/Sources/AWSProton/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -77,8 +76,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -107,8 +105,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +163,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +192,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -215,8 +209,7 @@ public struct AcceptEnvironmentAccountConnectionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -301,8 +294,7 @@ extension ProtonClientTypes { requestedAt: Foundation.Date? = nil, roleArn: Swift.String? = nil, status: ProtonClientTypes.EnvironmentAccountConnectionStatus? = nil - ) - { + ) { self.arn = arn self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn @@ -325,8 +317,7 @@ public struct AcceptEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -385,8 +376,7 @@ extension ProtonClientTypes { branch: Swift.String? = nil, name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.arn = arn self.branch = branch self.name = name @@ -410,8 +400,7 @@ extension ProtonClientTypes { pipelineCodebuildRoleArn: Swift.String? = nil, pipelineProvisioningRepository: ProtonClientTypes.RepositoryBranch? = nil, pipelineServiceRoleArn: Swift.String? = nil - ) - { + ) { self.pipelineCodebuildRoleArn = pipelineCodebuildRoleArn self.pipelineProvisioningRepository = pipelineProvisioningRepository self.pipelineServiceRoleArn = pipelineServiceRoleArn @@ -430,8 +419,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ProtonClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -454,8 +442,7 @@ extension ProtonClientTypes { branch: Swift.String? = nil, name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.branch = branch self.name = name self.provider = provider @@ -478,8 +465,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { pipelineCodebuildRoleArn: Swift.String? = nil, pipelineProvisioningRepository: ProtonClientTypes.RepositoryBranchInput? = nil, pipelineServiceRoleArn: Swift.String? = nil - ) - { + ) { self.deletePipelineProvisioningRepository = deletePipelineProvisioningRepository self.pipelineCodebuildRoleArn = pipelineCodebuildRoleArn self.pipelineProvisioningRepository = pipelineProvisioningRepository @@ -494,8 +480,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ProtonClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -507,8 +492,7 @@ public struct CancelComponentDeploymentInput: Swift.Sendable { public init( componentName: Swift.String? = nil - ) - { + ) { self.componentName = componentName } } @@ -620,8 +604,7 @@ extension ProtonClientTypes { serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil, serviceSpec: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentStatus = deploymentStatus @@ -654,8 +637,7 @@ public struct CancelComponentDeploymentOutput: Swift.Sendable { public init( component: ProtonClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -667,8 +649,7 @@ public struct CancelEnvironmentDeploymentInput: Swift.Sendable { public init( environmentName: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName } } @@ -777,8 +758,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn @@ -816,8 +796,7 @@ public struct CancelEnvironmentDeploymentOutput: Swift.Sendable { public init( environment: ProtonClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -833,8 +812,7 @@ public struct CancelServiceInstanceDeploymentInput: Swift.Sendable { public init( serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName } @@ -905,8 +883,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentStatus = deploymentStatus @@ -939,8 +916,7 @@ public struct CancelServiceInstanceDeploymentOutput: Swift.Sendable { public init( serviceInstance: ProtonClientTypes.ServiceInstance? = nil - ) - { + ) { self.serviceInstance = serviceInstance } } @@ -952,8 +928,7 @@ public struct CancelServicePipelineDeploymentInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -1008,8 +983,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentStatus = deploymentStatus @@ -1038,8 +1012,7 @@ public struct CancelServicePipelineDeploymentOutput: Swift.Sendable { public init( pipeline: ProtonClientTypes.ServicePipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -1057,8 +1030,7 @@ public struct ListComponentOutputsInput: Swift.Sendable { componentName: Swift.String? = nil, deploymentId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.deploymentId = deploymentId self.nextToken = nextToken @@ -1077,8 +1049,7 @@ extension ProtonClientTypes { public init( key: Swift.String? = nil, valueString: Swift.String? = nil - ) - { + ) { self.key = key self.valueString = valueString } @@ -1101,8 +1072,7 @@ public struct ListComponentOutputsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outputs: [ProtonClientTypes.Output]? = nil - ) - { + ) { self.nextToken = nextToken self.outputs = outputs } @@ -1123,8 +1093,7 @@ public struct ListComponentProvisionedResourcesInput: Swift.Sendable { public init( componentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.nextToken = nextToken } @@ -1175,8 +1144,7 @@ extension ProtonClientTypes { identifier: Swift.String? = nil, name: Swift.String? = nil, provisioningEngine: ProtonClientTypes.ProvisionedResourceEngine? = nil - ) - { + ) { self.identifier = identifier self.name = name self.provisioningEngine = provisioningEngine @@ -1194,8 +1162,7 @@ public struct ListComponentProvisionedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, provisionedResources: [ProtonClientTypes.ProvisionedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.provisionedResources = provisionedResources } @@ -1220,8 +1187,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1245,8 +1211,7 @@ extension ProtonClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1289,8 +1254,7 @@ public struct CreateComponentInput: Swift.Sendable { serviceSpec: Swift.String? = nil, tags: [ProtonClientTypes.Tag]? = nil, templateFile: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.environmentName = environmentName @@ -1316,8 +1280,7 @@ public struct CreateComponentOutput: Swift.Sendable { public init( component: ProtonClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -1329,8 +1292,7 @@ public struct DeleteComponentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1341,8 +1303,7 @@ public struct DeleteComponentOutput: Swift.Sendable { public init( component: ProtonClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -1354,8 +1315,7 @@ public struct GetComponentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1366,8 +1326,7 @@ public struct GetComponentOutput: Swift.Sendable { public init( component: ProtonClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -1390,8 +1349,7 @@ public struct ListComponentsInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName self.maxResults = maxResults self.nextToken = nextToken @@ -1451,8 +1409,7 @@ extension ProtonClientTypes { name: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentStatus = deploymentStatus @@ -1485,8 +1442,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( components: [ProtonClientTypes.ComponentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.components = components self.nextToken = nextToken } @@ -1550,8 +1506,7 @@ public struct UpdateComponentInput: Swift.Sendable { serviceName: Swift.String? = nil, serviceSpec: Swift.String? = nil, templateFile: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deploymentType = deploymentType self.description = description @@ -1575,8 +1530,7 @@ public struct UpdateComponentOutput: Swift.Sendable { public init( component: ProtonClientTypes.Component? = nil - ) - { + ) { self.component = component } } @@ -1588,8 +1542,7 @@ public struct DeleteDeploymentInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1612,8 +1565,7 @@ extension ProtonClientTypes { serviceName: Swift.String? = nil, serviceSpec: Swift.String? = nil, templateFile: Swift.String? = nil - ) - { + ) { self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName self.serviceSpec = serviceSpec @@ -1648,8 +1600,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.spec = spec self.templateMajorVersion = templateMajorVersion self.templateMinorVersion = templateMinorVersion @@ -1694,8 +1645,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.lastSuccessfulComponentDeploymentIds = lastSuccessfulComponentDeploymentIds self.lastSuccessfulEnvironmentDeploymentId = lastSuccessfulEnvironmentDeploymentId self.lastSuccessfulServicePipelineDeploymentId = lastSuccessfulServicePipelineDeploymentId @@ -1733,8 +1683,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.spec = spec self.templateMajorVersion = templateMajorVersion self.templateMinorVersion = templateMinorVersion @@ -1868,8 +1817,7 @@ extension ProtonClientTypes { targetResourceCreatedAt: Foundation.Date? = nil, targetResourceType: ProtonClientTypes.DeploymentTargetResourceType? = nil, targetState: ProtonClientTypes.DeploymentState? = nil - ) - { + ) { self.arn = arn self.completedAt = completedAt self.componentName = componentName @@ -1903,8 +1851,7 @@ public struct DeleteDeploymentOutput: Swift.Sendable { public init( deployment: ProtonClientTypes.Deployment? = nil - ) - { + ) { self.deployment = deployment } } @@ -1928,8 +1875,7 @@ public struct GetDeploymentInput: Swift.Sendable { id: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.environmentName = environmentName self.id = id @@ -1944,8 +1890,7 @@ public struct GetDeploymentOutput: Swift.Sendable { public init( deployment: ProtonClientTypes.Deployment? = nil - ) - { + ) { self.deployment = deployment } } @@ -1971,8 +1916,7 @@ public struct ListDeploymentsInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.componentName = componentName self.environmentName = environmentName self.maxResults = maxResults @@ -2042,8 +1986,7 @@ extension ProtonClientTypes { targetArn: Swift.String? = nil, targetResourceCreatedAt: Foundation.Date? = nil, targetResourceType: ProtonClientTypes.DeploymentTargetResourceType? = nil - ) - { + ) { self.arn = arn self.completedAt = completedAt self.componentName = componentName @@ -2073,8 +2016,7 @@ public struct ListDeploymentsOutput: Swift.Sendable { public init( deployments: [ProtonClientTypes.DeploymentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deployments = deployments self.nextToken = nextToken } @@ -2106,8 +2048,7 @@ public struct CreateEnvironmentAccountConnectionInput: Swift.Sendable { managementAccountId: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn @@ -2125,8 +2066,7 @@ public struct CreateEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -2138,8 +2078,7 @@ public struct DeleteEnvironmentAccountConnectionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2150,8 +2089,7 @@ public struct DeleteEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -2163,8 +2101,7 @@ public struct GetEnvironmentAccountConnectionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2176,8 +2113,7 @@ public struct GetEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -2230,8 +2166,7 @@ public struct ListEnvironmentAccountConnectionsInput: Swift.Sendable { nextToken: Swift.String? = nil, requestedBy: ProtonClientTypes.EnvironmentAccountConnectionRequesterAccountType? = nil, statuses: [ProtonClientTypes.EnvironmentAccountConnectionStatus]? = nil - ) - { + ) { self.environmentName = environmentName self.maxResults = maxResults self.nextToken = nextToken @@ -2285,8 +2220,7 @@ extension ProtonClientTypes { requestedAt: Foundation.Date? = nil, roleArn: Swift.String? = nil, status: ProtonClientTypes.EnvironmentAccountConnectionStatus? = nil - ) - { + ) { self.arn = arn self.componentRoleArn = componentRoleArn self.environmentAccountId = environmentAccountId @@ -2311,8 +2245,7 @@ public struct ListEnvironmentAccountConnectionsOutput: Swift.Sendable { public init( environmentAccountConnections: [ProtonClientTypes.EnvironmentAccountConnectionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentAccountConnections = environmentAccountConnections self.nextToken = nextToken } @@ -2325,8 +2258,7 @@ public struct RejectEnvironmentAccountConnectionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2338,8 +2270,7 @@ public struct RejectEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -2360,8 +2291,7 @@ public struct UpdateEnvironmentAccountConnectionInput: Swift.Sendable { componentRoleArn: Swift.String? = nil, id: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn self.id = id @@ -2376,8 +2306,7 @@ public struct UpdateEnvironmentAccountConnectionOutput: Swift.Sendable { public init( environmentAccountConnection: ProtonClientTypes.EnvironmentAccountConnection? = nil - ) - { + ) { self.environmentAccountConnection = environmentAccountConnection } } @@ -2395,8 +2324,7 @@ public struct ListEnvironmentOutputsInput: Swift.Sendable { deploymentId: Swift.String? = nil, environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.environmentName = environmentName self.nextToken = nextToken @@ -2413,8 +2341,7 @@ public struct ListEnvironmentOutputsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outputs: [ProtonClientTypes.Output]? = nil - ) - { + ) { self.nextToken = nextToken self.outputs = outputs } @@ -2435,8 +2362,7 @@ public struct ListEnvironmentProvisionedResourcesInput: Swift.Sendable { public init( environmentName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName self.nextToken = nextToken } @@ -2452,8 +2378,7 @@ public struct ListEnvironmentProvisionedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, provisionedResources: [ProtonClientTypes.ProvisionedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.provisionedResources = provisionedResources } @@ -2502,8 +2427,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn self.description = description @@ -2531,8 +2455,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { public init( environment: ProtonClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -2544,8 +2467,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2556,8 +2478,7 @@ public struct DeleteEnvironmentOutput: Swift.Sendable { public init( environment: ProtonClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -2569,8 +2490,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2582,8 +2502,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { public init( environment: ProtonClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -2602,8 +2521,7 @@ extension ProtonClientTypes { public init( majorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.templateName = templateName } @@ -2622,8 +2540,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { environmentTemplates: [ProtonClientTypes.EnvironmentTemplateFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environmentTemplates = environmentTemplates self.maxResults = maxResults self.nextToken = nextToken @@ -2699,8 +2616,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.componentRoleArn = componentRoleArn self.createdAt = createdAt @@ -2738,8 +2654,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environments: [ProtonClientTypes.EnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -2818,8 +2733,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { spec: Swift.String? = nil, templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil - ) - { + ) { self.codebuildRoleArn = codebuildRoleArn self.componentRoleArn = componentRoleArn self.deploymentType = deploymentType @@ -2846,8 +2760,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { public init( environment: ProtonClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -2874,8 +2787,7 @@ public struct CreateEnvironmentTemplateInput: Swift.Sendable { name: Swift.String? = nil, provisioning: ProtonClientTypes.Provisioning? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.encryptionKey = encryptionKey @@ -2927,8 +2839,7 @@ extension ProtonClientTypes { name: Swift.String? = nil, provisioning: ProtonClientTypes.Provisioning? = nil, recommendedVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -2954,8 +2865,7 @@ public struct CreateEnvironmentTemplateOutput: Swift.Sendable { public init( environmentTemplate: ProtonClientTypes.EnvironmentTemplate? = nil - ) - { + ) { self.environmentTemplate = environmentTemplate } } @@ -2967,8 +2877,7 @@ public struct DeleteEnvironmentTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2979,8 +2888,7 @@ public struct DeleteEnvironmentTemplateOutput: Swift.Sendable { public init( environmentTemplate: ProtonClientTypes.EnvironmentTemplate? = nil - ) - { + ) { self.environmentTemplate = environmentTemplate } } @@ -2992,8 +2900,7 @@ public struct GetEnvironmentTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3005,8 +2912,7 @@ public struct GetEnvironmentTemplateOutput: Swift.Sendable { public init( environmentTemplate: ProtonClientTypes.EnvironmentTemplate? = nil - ) - { + ) { self.environmentTemplate = environmentTemplate } } @@ -3020,8 +2926,7 @@ public struct ListEnvironmentTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3061,8 +2966,7 @@ extension ProtonClientTypes { name: Swift.String? = nil, provisioning: ProtonClientTypes.Provisioning? = nil, recommendedVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -3090,8 +2994,7 @@ public struct ListEnvironmentTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [ProtonClientTypes.EnvironmentTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } @@ -3110,8 +3013,7 @@ public struct UpdateEnvironmentTemplateInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -3130,8 +3032,7 @@ public struct UpdateEnvironmentTemplateOutput: Swift.Sendable { public init( environmentTemplate: ProtonClientTypes.EnvironmentTemplate? = nil - ) - { + ) { self.environmentTemplate = environmentTemplate } } @@ -3150,8 +3051,7 @@ extension ProtonClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -3191,8 +3091,7 @@ public struct CreateEnvironmentTemplateVersionInput: Swift.Sendable { source: ProtonClientTypes.TemplateVersionSourceInput? = nil, tags: [ProtonClientTypes.Tag]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.majorVersion = majorVersion @@ -3288,8 +3187,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.TemplateVersionStatus? = nil, statusMessage: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -3317,8 +3215,7 @@ public struct CreateEnvironmentTemplateVersionOutput: Swift.Sendable { public init( environmentTemplateVersion: ProtonClientTypes.EnvironmentTemplateVersion? = nil - ) - { + ) { self.environmentTemplateVersion = environmentTemplateVersion } } @@ -3338,8 +3235,7 @@ public struct DeleteEnvironmentTemplateVersionInput: Swift.Sendable { majorVersion: Swift.String? = nil, minorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.minorVersion = minorVersion self.templateName = templateName @@ -3352,8 +3248,7 @@ public struct DeleteEnvironmentTemplateVersionOutput: Swift.Sendable { public init( environmentTemplateVersion: ProtonClientTypes.EnvironmentTemplateVersion? = nil - ) - { + ) { self.environmentTemplateVersion = environmentTemplateVersion } } @@ -3373,8 +3268,7 @@ public struct GetEnvironmentTemplateVersionInput: Swift.Sendable { majorVersion: Swift.String? = nil, minorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.minorVersion = minorVersion self.templateName = templateName @@ -3388,8 +3282,7 @@ public struct GetEnvironmentTemplateVersionOutput: Swift.Sendable { public init( environmentTemplateVersion: ProtonClientTypes.EnvironmentTemplateVersion? = nil - ) - { + ) { self.environmentTemplateVersion = environmentTemplateVersion } } @@ -3410,8 +3303,7 @@ public struct ListEnvironmentTemplateVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.maxResults = maxResults self.nextToken = nextToken @@ -3462,8 +3354,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.TemplateVersionStatus? = nil, statusMessage: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -3493,8 +3384,7 @@ public struct ListEnvironmentTemplateVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateVersions: [ProtonClientTypes.EnvironmentTemplateVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateVersions = templateVersions } @@ -3521,8 +3411,7 @@ public struct UpdateEnvironmentTemplateVersionInput: Swift.Sendable { minorVersion: Swift.String? = nil, status: ProtonClientTypes.TemplateVersionStatus? = nil, templateName: Swift.String? = nil - ) - { + ) { self.description = description self.majorVersion = majorVersion self.minorVersion = minorVersion @@ -3543,8 +3432,7 @@ public struct UpdateEnvironmentTemplateVersionOutput: Swift.Sendable { public init( environmentTemplateVersion: ProtonClientTypes.EnvironmentTemplateVersion? = nil - ) - { + ) { self.environmentTemplateVersion = environmentTemplateVersion } } @@ -3599,8 +3487,7 @@ public struct GetRepositorySyncStatusInput: Swift.Sendable { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, syncType: ProtonClientTypes.SyncType? = nil - ) - { + ) { self.branch = branch self.repositoryName = repositoryName self.repositoryProvider = repositoryProvider @@ -3629,8 +3516,7 @@ extension ProtonClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -3700,8 +3586,7 @@ extension ProtonClientTypes { events: [ProtonClientTypes.RepositorySyncEvent]? = nil, startedAt: Foundation.Date? = nil, status: ProtonClientTypes.RepositorySyncStatus? = nil - ) - { + ) { self.events = events self.startedAt = startedAt self.status = status @@ -3715,8 +3600,7 @@ public struct GetRepositorySyncStatusOutput: Swift.Sendable { public init( latestSync: ProtonClientTypes.RepositorySyncAttempt? = nil - ) - { + ) { self.latestSync = latestSync } } @@ -3748,8 +3632,7 @@ extension ProtonClientTypes { failed: Swift.Int? = nil, total: Swift.Int? = nil, upToDate: Swift.Int? = nil - ) - { + ) { self.behindMajor = behindMajor self.behindMinor = behindMinor self.failed = failed @@ -3786,8 +3669,7 @@ extension ProtonClientTypes { serviceInstances: ProtonClientTypes.ResourceCountsSummary? = nil, serviceTemplates: ProtonClientTypes.ResourceCountsSummary? = nil, services: ProtonClientTypes.ResourceCountsSummary? = nil - ) - { + ) { self.components = components self.environmentTemplates = environmentTemplates self.environments = environments @@ -3806,8 +3688,7 @@ public struct GetResourcesSummaryOutput: Swift.Sendable { public init( counts: ProtonClientTypes.CountsSummary? = nil - ) - { + ) { self.counts = counts } } @@ -3823,8 +3704,7 @@ public struct GetServiceInstanceSyncStatusInput: Swift.Sendable { public init( serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName } @@ -3856,8 +3736,7 @@ extension ProtonClientTypes { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, sha: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.repositoryName = repositoryName @@ -3888,8 +3767,7 @@ extension ProtonClientTypes { externalId: Swift.String? = nil, time: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.event = event self.externalId = externalId self.time = time @@ -3967,8 +3845,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.ResourceSyncStatus? = nil, target: Swift.String? = nil, targetRevision: ProtonClientTypes.Revision? = nil - ) - { + ) { self.events = events self.initialRevision = initialRevision self.startedAt = startedAt @@ -3991,8 +3868,7 @@ public struct GetServiceInstanceSyncStatusOutput: Swift.Sendable { desiredState: ProtonClientTypes.Revision? = nil, latestSuccessfulSync: ProtonClientTypes.ResourceSyncAttempt? = nil, latestSync: ProtonClientTypes.ResourceSyncAttempt? = nil - ) - { + ) { self.desiredState = desiredState self.latestSuccessfulSync = latestSuccessfulSync self.latestSync = latestSync @@ -4043,8 +3919,7 @@ public struct GetTemplateSyncStatusInput: Swift.Sendable { templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil, templateVersion: Swift.String? = nil - ) - { + ) { self.templateName = templateName self.templateType = templateType self.templateVersion = templateVersion @@ -4063,8 +3938,7 @@ public struct GetTemplateSyncStatusOutput: Swift.Sendable { desiredState: ProtonClientTypes.Revision? = nil, latestSuccessfulSync: ProtonClientTypes.ResourceSyncAttempt? = nil, latestSync: ProtonClientTypes.ResourceSyncAttempt? = nil - ) - { + ) { self.desiredState = desiredState self.latestSuccessfulSync = latestSuccessfulSync self.latestSync = latestSync @@ -4089,8 +3963,7 @@ public struct ListRepositorySyncDefinitionsInput: Swift.Sendable { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, syncType: ProtonClientTypes.SyncType? = nil - ) - { + ) { self.nextToken = nextToken self.repositoryName = repositoryName self.repositoryProvider = repositoryProvider @@ -4120,8 +3993,7 @@ extension ProtonClientTypes { directory: Swift.String? = nil, parent: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.branch = branch self.directory = directory self.parent = parent @@ -4140,8 +4012,7 @@ public struct ListRepositorySyncDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, syncDefinitions: [ProtonClientTypes.RepositorySyncDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.syncDefinitions = syncDefinitions } @@ -4160,8 +4031,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -4178,8 +4048,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4237,8 +4106,7 @@ public struct NotifyResourceDeploymentStatusChangeInput: Swift.Sendable { resourceArn: Swift.String? = nil, status: ProtonClientTypes.ResourceDeploymentStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.outputs = outputs self.resourceArn = resourceArn @@ -4278,8 +4146,7 @@ public struct CreateRepositoryInput: Swift.Sendable { name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.connectionArn = connectionArn self.encryptionKey = encryptionKey self.name = name @@ -4313,8 +4180,7 @@ extension ProtonClientTypes { encryptionKey: Swift.String? = nil, name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.arn = arn self.connectionArn = connectionArn self.encryptionKey = encryptionKey @@ -4331,8 +4197,7 @@ public struct CreateRepositoryOutput: Swift.Sendable { public init( repository: ProtonClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -4348,8 +4213,7 @@ public struct DeleteRepositoryInput: Swift.Sendable { public init( name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.name = name self.provider = provider } @@ -4361,8 +4225,7 @@ public struct DeleteRepositoryOutput: Swift.Sendable { public init( repository: ProtonClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -4378,8 +4241,7 @@ public struct GetRepositoryInput: Swift.Sendable { public init( name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.name = name self.provider = provider } @@ -4392,8 +4254,7 @@ public struct GetRepositoryOutput: Swift.Sendable { public init( repository: ProtonClientTypes.Repository? = nil - ) - { + ) { self.repository = repository } } @@ -4407,8 +4268,7 @@ public struct ListRepositoriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4436,8 +4296,7 @@ extension ProtonClientTypes { connectionArn: Swift.String? = nil, name: Swift.String? = nil, provider: ProtonClientTypes.RepositoryProvider? = nil - ) - { + ) { self.arn = arn self.connectionArn = connectionArn self.name = name @@ -4456,8 +4315,7 @@ public struct ListRepositoriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, repositories: [ProtonClientTypes.RepositorySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.repositories = repositories } @@ -4480,8 +4338,7 @@ public struct ListServiceInstanceOutputsInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.nextToken = nextToken self.serviceInstanceName = serviceInstanceName @@ -4499,8 +4356,7 @@ public struct ListServiceInstanceOutputsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outputs: [ProtonClientTypes.Output]? = nil - ) - { + ) { self.nextToken = nextToken self.outputs = outputs } @@ -4525,8 +4381,7 @@ public struct ListServiceInstanceProvisionedResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName @@ -4543,8 +4398,7 @@ public struct ListServiceInstanceProvisionedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, provisionedResources: [ProtonClientTypes.ProvisionedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.provisionedResources = provisionedResources } @@ -4577,8 +4431,7 @@ public struct CreateServiceInstanceInput: Swift.Sendable { tags: [ProtonClientTypes.Tag]? = nil, templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.serviceName = serviceName @@ -4601,8 +4454,7 @@ public struct CreateServiceInstanceOutput: Swift.Sendable { public init( serviceInstance: ProtonClientTypes.ServiceInstance? = nil - ) - { + ) { self.serviceInstance = serviceInstance } } @@ -4618,8 +4470,7 @@ public struct GetServiceInstanceInput: Swift.Sendable { public init( name: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.name = name self.serviceName = serviceName } @@ -4632,8 +4483,7 @@ public struct GetServiceInstanceOutput: Swift.Sendable { public init( serviceInstance: ProtonClientTypes.ServiceInstance? = nil - ) - { + ) { self.serviceInstance = serviceInstance } } @@ -4703,8 +4553,7 @@ extension ProtonClientTypes { public init( key: ProtonClientTypes.ListServiceInstancesFilterBy? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4805,8 +4654,7 @@ public struct ListServiceInstancesInput: Swift.Sendable { serviceName: Swift.String? = nil, sortBy: ProtonClientTypes.ListServiceInstancesSortBy? = nil, sortOrder: ProtonClientTypes.SortOrder? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4875,8 +4723,7 @@ extension ProtonClientTypes { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentStatus = deploymentStatus @@ -4910,8 +4757,7 @@ public struct ListServiceInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceInstances: [ProtonClientTypes.ServiceInstanceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceInstances = serviceInstances } @@ -4944,8 +4790,7 @@ public struct UpdateServiceInstanceInput: Swift.Sendable { spec: Swift.String? = nil, templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deploymentType = deploymentType self.name = name @@ -4968,8 +4813,7 @@ public struct UpdateServiceInstanceOutput: Swift.Sendable { public init( serviceInstance: ProtonClientTypes.ServiceInstance? = nil - ) - { + ) { self.serviceInstance = serviceInstance } } @@ -4987,8 +4831,7 @@ public struct ListServicePipelineOutputsInput: Swift.Sendable { deploymentId: Swift.String? = nil, nextToken: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.deploymentId = deploymentId self.nextToken = nextToken self.serviceName = serviceName @@ -5005,8 +4848,7 @@ public struct ListServicePipelineOutputsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outputs: [ProtonClientTypes.Output]? = nil - ) - { + ) { self.nextToken = nextToken self.outputs = outputs } @@ -5027,8 +4869,7 @@ public struct ListServicePipelineProvisionedResourcesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.serviceName = serviceName } @@ -5044,8 +4885,7 @@ public struct ListServicePipelineProvisionedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, provisionedResources: [ProtonClientTypes.ProvisionedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.provisionedResources = provisionedResources } @@ -5072,8 +4912,7 @@ public struct UpdateServicePipelineInput: Swift.Sendable { spec: Swift.String? = nil, templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil - ) - { + ) { self.deploymentType = deploymentType self.serviceName = serviceName self.spec = spec @@ -5094,8 +4933,7 @@ public struct UpdateServicePipelineOutput: Swift.Sendable { public init( pipeline: ProtonClientTypes.ServicePipeline? = nil - ) - { + ) { self.pipeline = pipeline } } @@ -5137,8 +4975,7 @@ public struct CreateServiceInput: Swift.Sendable { templateMajorVersion: Swift.String? = nil, templateMinorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.branchName = branchName self.description = description self.name = name @@ -5274,8 +5111,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.ServiceStatus? = nil, statusMessage: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.branchName = branchName self.createdAt = createdAt @@ -5305,8 +5141,7 @@ public struct CreateServiceOutput: Swift.Sendable { public init( service: ProtonClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -5318,8 +5153,7 @@ public struct DeleteServiceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5330,8 +5164,7 @@ public struct DeleteServiceOutput: Swift.Sendable { public init( service: ProtonClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -5343,8 +5176,7 @@ public struct GetServiceInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -5355,8 +5187,7 @@ public struct GetServiceOutput: Swift.Sendable { public init( service: ProtonClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -5370,8 +5201,7 @@ public struct ListServicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5413,8 +5243,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.ServiceStatus? = nil, statusMessage: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5442,8 +5271,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, services: [ProtonClientTypes.ServiceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.services = services } @@ -5462,8 +5290,7 @@ public struct UpdateServiceInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, spec: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.spec = spec @@ -5482,8 +5309,7 @@ public struct UpdateServiceOutput: Swift.Sendable { public init( service: ProtonClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -5498,8 +5324,7 @@ public struct GetServiceSyncBlockerSummaryInput: Swift.Sendable { public init( serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName } @@ -5519,8 +5344,7 @@ extension ProtonClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5617,8 +5441,7 @@ extension ProtonClientTypes { resolvedReason: Swift.String? = nil, status: ProtonClientTypes.BlockerStatus? = nil, type: ProtonClientTypes.BlockerType? = nil - ) - { + ) { self.contexts = contexts self.createdAt = createdAt self.createdReason = createdReason @@ -5647,8 +5470,7 @@ extension ProtonClientTypes { latestBlockers: [ProtonClientTypes.SyncBlocker]? = nil, serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.latestBlockers = latestBlockers self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName @@ -5662,8 +5484,7 @@ public struct GetServiceSyncBlockerSummaryOutput: Swift.Sendable { public init( serviceSyncBlockerSummary: ProtonClientTypes.ServiceSyncBlockerSummary? = nil - ) - { + ) { self.serviceSyncBlockerSummary = serviceSyncBlockerSummary } } @@ -5679,8 +5500,7 @@ public struct UpdateServiceSyncBlockerInput: Swift.Sendable { public init( id: Swift.String? = nil, resolvedReason: Swift.String? = nil - ) - { + ) { self.id = id self.resolvedReason = resolvedReason } @@ -5700,8 +5520,7 @@ public struct UpdateServiceSyncBlockerOutput: Swift.Sendable { serviceInstanceName: Swift.String? = nil, serviceName: Swift.String? = nil, serviceSyncBlocker: ProtonClientTypes.SyncBlocker? = nil - ) - { + ) { self.serviceInstanceName = serviceInstanceName self.serviceName = serviceName self.serviceSyncBlocker = serviceSyncBlocker @@ -5731,8 +5550,7 @@ public struct CreateServiceSyncConfigInput: Swift.Sendable { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.branch = branch self.filePath = filePath self.repositoryName = repositoryName @@ -5767,8 +5585,7 @@ extension ProtonClientTypes { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.branch = branch self.filePath = filePath self.repositoryName = repositoryName @@ -5784,8 +5601,7 @@ public struct CreateServiceSyncConfigOutput: Swift.Sendable { public init( serviceSyncConfig: ProtonClientTypes.ServiceSyncConfig? = nil - ) - { + ) { self.serviceSyncConfig = serviceSyncConfig } } @@ -5797,8 +5613,7 @@ public struct DeleteServiceSyncConfigInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -5809,8 +5624,7 @@ public struct DeleteServiceSyncConfigOutput: Swift.Sendable { public init( serviceSyncConfig: ProtonClientTypes.ServiceSyncConfig? = nil - ) - { + ) { self.serviceSyncConfig = serviceSyncConfig } } @@ -5822,8 +5636,7 @@ public struct GetServiceSyncConfigInput: Swift.Sendable { public init( serviceName: Swift.String? = nil - ) - { + ) { self.serviceName = serviceName } } @@ -5834,8 +5647,7 @@ public struct GetServiceSyncConfigOutput: Swift.Sendable { public init( serviceSyncConfig: ProtonClientTypes.ServiceSyncConfig? = nil - ) - { + ) { self.serviceSyncConfig = serviceSyncConfig } } @@ -5863,8 +5675,7 @@ public struct UpdateServiceSyncConfigInput: Swift.Sendable { repositoryName: Swift.String? = nil, repositoryProvider: ProtonClientTypes.RepositoryProvider? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.branch = branch self.filePath = filePath self.repositoryName = repositoryName @@ -5879,8 +5690,7 @@ public struct UpdateServiceSyncConfigOutput: Swift.Sendable { public init( serviceSyncConfig: ProtonClientTypes.ServiceSyncConfig? = nil - ) - { + ) { self.serviceSyncConfig = serviceSyncConfig } } @@ -5907,8 +5717,7 @@ public struct CreateServiceTemplateInput: Swift.Sendable { name: Swift.String? = nil, pipelineProvisioning: ProtonClientTypes.Provisioning? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.encryptionKey = encryptionKey @@ -5960,8 +5769,7 @@ extension ProtonClientTypes { name: Swift.String? = nil, pipelineProvisioning: ProtonClientTypes.Provisioning? = nil, recommendedVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -5987,8 +5795,7 @@ public struct CreateServiceTemplateOutput: Swift.Sendable { public init( serviceTemplate: ProtonClientTypes.ServiceTemplate? = nil - ) - { + ) { self.serviceTemplate = serviceTemplate } } @@ -6000,8 +5807,7 @@ public struct DeleteServiceTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6012,8 +5818,7 @@ public struct DeleteServiceTemplateOutput: Swift.Sendable { public init( serviceTemplate: ProtonClientTypes.ServiceTemplate? = nil - ) - { + ) { self.serviceTemplate = serviceTemplate } } @@ -6025,8 +5830,7 @@ public struct GetServiceTemplateInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6038,8 +5842,7 @@ public struct GetServiceTemplateOutput: Swift.Sendable { public init( serviceTemplate: ProtonClientTypes.ServiceTemplate? = nil - ) - { + ) { self.serviceTemplate = serviceTemplate } } @@ -6053,8 +5856,7 @@ public struct ListServiceTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -6094,8 +5896,7 @@ extension ProtonClientTypes { name: Swift.String? = nil, pipelineProvisioning: ProtonClientTypes.Provisioning? = nil, recommendedVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -6123,8 +5924,7 @@ public struct ListServiceTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templates: [ProtonClientTypes.ServiceTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templates = templates } @@ -6143,8 +5943,7 @@ public struct UpdateServiceTemplateInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.name = name @@ -6163,8 +5962,7 @@ public struct UpdateServiceTemplateOutput: Swift.Sendable { public init( serviceTemplate: ProtonClientTypes.ServiceTemplate? = nil - ) - { + ) { self.serviceTemplate = serviceTemplate } } @@ -6183,8 +5981,7 @@ extension ProtonClientTypes { public init( majorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.templateName = templateName } @@ -6247,8 +6044,7 @@ public struct CreateServiceTemplateVersionInput: Swift.Sendable { supportedComponentSources: [ProtonClientTypes.ServiceTemplateSupportedComponentSourceType]? = nil, tags: [ProtonClientTypes.Tag]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.compatibleEnvironmentTemplates = compatibleEnvironmentTemplates self.description = description @@ -6279,8 +6075,7 @@ extension ProtonClientTypes { public init( majorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.templateName = templateName } @@ -6340,8 +6135,7 @@ extension ProtonClientTypes { statusMessage: Swift.String? = nil, supportedComponentSources: [ProtonClientTypes.ServiceTemplateSupportedComponentSourceType]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.compatibleEnvironmentTemplates = compatibleEnvironmentTemplates self.createdAt = createdAt @@ -6371,8 +6165,7 @@ public struct CreateServiceTemplateVersionOutput: Swift.Sendable { public init( serviceTemplateVersion: ProtonClientTypes.ServiceTemplateVersion? = nil - ) - { + ) { self.serviceTemplateVersion = serviceTemplateVersion } } @@ -6392,8 +6185,7 @@ public struct DeleteServiceTemplateVersionInput: Swift.Sendable { majorVersion: Swift.String? = nil, minorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.minorVersion = minorVersion self.templateName = templateName @@ -6406,8 +6198,7 @@ public struct DeleteServiceTemplateVersionOutput: Swift.Sendable { public init( serviceTemplateVersion: ProtonClientTypes.ServiceTemplateVersion? = nil - ) - { + ) { self.serviceTemplateVersion = serviceTemplateVersion } } @@ -6427,8 +6218,7 @@ public struct GetServiceTemplateVersionInput: Swift.Sendable { majorVersion: Swift.String? = nil, minorVersion: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.minorVersion = minorVersion self.templateName = templateName @@ -6442,8 +6232,7 @@ public struct GetServiceTemplateVersionOutput: Swift.Sendable { public init( serviceTemplateVersion: ProtonClientTypes.ServiceTemplateVersion? = nil - ) - { + ) { self.serviceTemplateVersion = serviceTemplateVersion } } @@ -6464,8 +6253,7 @@ public struct ListServiceTemplateVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.majorVersion = majorVersion self.maxResults = maxResults self.nextToken = nextToken @@ -6516,8 +6304,7 @@ extension ProtonClientTypes { status: ProtonClientTypes.TemplateVersionStatus? = nil, statusMessage: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -6547,8 +6334,7 @@ public struct ListServiceTemplateVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateVersions: [ProtonClientTypes.ServiceTemplateVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateVersions = templateVersions } @@ -6581,8 +6367,7 @@ public struct UpdateServiceTemplateVersionInput: Swift.Sendable { status: ProtonClientTypes.TemplateVersionStatus? = nil, supportedComponentSources: [ProtonClientTypes.ServiceTemplateSupportedComponentSourceType]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.compatibleEnvironmentTemplates = compatibleEnvironmentTemplates self.description = description self.majorVersion = majorVersion @@ -6605,8 +6390,7 @@ public struct UpdateServiceTemplateVersionOutput: Swift.Sendable { public init( serviceTemplateVersion: ProtonClientTypes.ServiceTemplateVersion? = nil - ) - { + ) { self.serviceTemplateVersion = serviceTemplateVersion } } @@ -6622,8 +6406,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [ProtonClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6660,8 +6443,7 @@ public struct CreateTemplateSyncConfigInput: Swift.Sendable { subdirectory: Swift.String? = nil, templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil - ) - { + ) { self.branch = branch self.repositoryName = repositoryName self.repositoryProvider = repositoryProvider @@ -6700,8 +6482,7 @@ extension ProtonClientTypes { subdirectory: Swift.String? = nil, templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil - ) - { + ) { self.branch = branch self.repositoryName = repositoryName self.repositoryProvider = repositoryProvider @@ -6718,8 +6499,7 @@ public struct CreateTemplateSyncConfigOutput: Swift.Sendable { public init( templateSyncConfig: ProtonClientTypes.TemplateSyncConfig? = nil - ) - { + ) { self.templateSyncConfig = templateSyncConfig } } @@ -6735,8 +6515,7 @@ public struct DeleteTemplateSyncConfigInput: Swift.Sendable { public init( templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil - ) - { + ) { self.templateName = templateName self.templateType = templateType } @@ -6748,8 +6527,7 @@ public struct DeleteTemplateSyncConfigOutput: Swift.Sendable { public init( templateSyncConfig: ProtonClientTypes.TemplateSyncConfig? = nil - ) - { + ) { self.templateSyncConfig = templateSyncConfig } } @@ -6765,8 +6543,7 @@ public struct GetTemplateSyncConfigInput: Swift.Sendable { public init( templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil - ) - { + ) { self.templateName = templateName self.templateType = templateType } @@ -6778,8 +6555,7 @@ public struct GetTemplateSyncConfigOutput: Swift.Sendable { public init( templateSyncConfig: ProtonClientTypes.TemplateSyncConfig? = nil - ) - { + ) { self.templateSyncConfig = templateSyncConfig } } @@ -6810,8 +6586,7 @@ public struct UpdateTemplateSyncConfigInput: Swift.Sendable { subdirectory: Swift.String? = nil, templateName: Swift.String? = nil, templateType: ProtonClientTypes.TemplateType? = nil - ) - { + ) { self.branch = branch self.repositoryName = repositoryName self.repositoryProvider = repositoryProvider @@ -6827,8 +6602,7 @@ public struct UpdateTemplateSyncConfigOutput: Swift.Sendable { public init( templateSyncConfig: ProtonClientTypes.TemplateSyncConfig? = nil - ) - { + ) { self.templateSyncConfig = templateSyncConfig } } @@ -6844,8 +6618,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSProton/Sources/AWSProton/ProtonClient.swift b/Sources/Services/AWSProton/Sources/AWSProton/ProtonClient.swift index b5110f02642..f3bb5a0e566 100644 --- a/Sources/Services/AWSProton/Sources/AWSProton/ProtonClient.swift +++ b/Sources/Services/AWSProton/Sources/AWSProton/ProtonClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ProtonClient: ClientRuntime.Client { public static let clientName = "ProtonClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ProtonClient.ProtonClientConfiguration let serviceName = "Proton" diff --git a/Sources/Services/AWSQApps/Package.swift.txt b/Sources/Services/AWSQApps/Package.swift.txt index 2146048e972..1e71529d80a 100644 --- a/Sources/Services/AWSQApps/Package.swift.txt +++ b/Sources/Services/AWSQApps/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSQApps/Sources/AWSQApps/Models.swift b/Sources/Services/AWSQApps/Sources/AWSQApps/Models.swift index f48298453ed..d1212324665 100644 --- a/Sources/Services/AWSQApps/Sources/AWSQApps/Models.swift +++ b/Sources/Services/AWSQApps/Sources/AWSQApps/Models.swift @@ -109,8 +109,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -213,8 +212,7 @@ extension QAppsClientTypes { id: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = nil - ) - { + ) { self.allowOverride = allowOverride self.dependencies = dependencies self.fileId = fileId @@ -265,8 +263,7 @@ extension QAppsClientTypes { public init( schema: Smithy.Document? = nil - ) - { + ) { self.schema = schema } } @@ -301,8 +298,7 @@ extension QAppsClientTypes { metadata: QAppsClientTypes.FormInputCardMetadata? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = nil - ) - { + ) { self.computeMode = computeMode self.dependencies = dependencies self.id = id @@ -421,8 +417,7 @@ extension QAppsClientTypes { prompt: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = nil - ) - { + ) { self.actionIdentifier = actionIdentifier self.dependencies = dependencies self.id = id @@ -465,8 +460,7 @@ extension QAppsClientTypes { public init( name: Swift.String? = nil, value: QAppsClientTypes.DocumentAttributeValue? = nil - ) - { + ) { self.name = name self.value = value } @@ -530,8 +524,7 @@ extension QAppsClientTypes { placeholder: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = nil - ) - { + ) { self.defaultValue = defaultValue self.dependencies = dependencies self.id = id @@ -569,8 +562,7 @@ extension QAppsClientTypes { id: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = .fileUpload - ) - { + ) { self.allowOverride = allowOverride self.fileId = fileId self.filename = filename @@ -606,8 +598,7 @@ extension QAppsClientTypes { metadata: QAppsClientTypes.FormInputCardMetadata? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = .formInput - ) - { + ) { self.computeMode = computeMode self.id = id self.metadata = metadata @@ -646,8 +637,7 @@ extension QAppsClientTypes { prompt: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = .qPlugin - ) - { + ) { self.actionIdentifier = actionIdentifier self.id = id self.pluginId = pluginId @@ -682,8 +672,7 @@ extension QAppsClientTypes { placeholder: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = .textInput - ) - { + ) { self.defaultValue = defaultValue self.id = id self.placeholder = placeholder @@ -787,8 +776,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -817,8 +805,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -851,8 +838,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -894,8 +880,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -934,8 +919,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -962,8 +946,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -987,8 +970,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1004,8 +986,7 @@ public struct AssociateLibraryItemReviewInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, libraryItemId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.libraryItemId = libraryItemId } @@ -1022,8 +1003,7 @@ public struct AssociateQAppWithUserInput: Swift.Sendable { public init( appId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.instanceId = instanceId } @@ -1045,8 +1025,7 @@ extension QAppsClientTypes { color: Swift.String? = nil, id: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.color = color self.id = id self.title = title @@ -1065,8 +1044,7 @@ public struct BatchCreateCategoryInput: Swift.Sendable { public init( categories: [QAppsClientTypes.BatchCreateCategoryInputCategory]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.categories = categories self.instanceId = instanceId } @@ -1083,8 +1061,7 @@ public struct BatchDeleteCategoryInput: Swift.Sendable { public init( categories: [Swift.String]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.categories = categories self.instanceId = instanceId } @@ -1107,8 +1084,7 @@ extension QAppsClientTypes { color: Swift.String? = nil, id: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.color = color self.id = id self.title = title @@ -1127,8 +1103,7 @@ public struct BatchUpdateCategoryInput: Swift.Sendable { public init( categories: [QAppsClientTypes.CategoryInput]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.categories = categories self.instanceId = instanceId } @@ -1184,8 +1159,7 @@ extension QAppsClientTypes { submissionId: Swift.String? = nil, timestamp: Foundation.Date? = nil, value: Smithy.Document? = nil - ) - { + ) { self.submissionId = submissionId self.timestamp = timestamp self.value = value @@ -1210,8 +1184,7 @@ extension QAppsClientTypes { currentState: QAppsClientTypes.ExecutionStatus? = nil, currentValue: Swift.String? = nil, submissions: [QAppsClientTypes.Submission]? = nil - ) - { + ) { self.currentState = currentState self.currentValue = currentValue self.submissions = submissions @@ -1265,8 +1238,7 @@ extension QAppsClientTypes { public init( mutationType: QAppsClientTypes.SubmissionMutationKind? = nil, submissionId: Swift.String? = nil - ) - { + ) { self.mutationType = mutationType self.submissionId = submissionId } @@ -1290,8 +1262,7 @@ extension QAppsClientTypes { cardId: Swift.String? = nil, submissionMutation: QAppsClientTypes.SubmissionMutation? = nil, value: Swift.String? = nil - ) - { + ) { self.cardId = cardId self.submissionMutation = submissionMutation self.value = value @@ -1319,8 +1290,7 @@ extension QAppsClientTypes { color: Swift.String? = nil, id: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.appCount = appCount self.color = color self.id = id @@ -1356,8 +1326,7 @@ public struct ContentTooLargeException: ClientRuntime.ModeledError, AWSClientRun message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1407,8 +1376,7 @@ extension QAppsClientTypes { public init( body: Swift.String? = nil, type: QAppsClientTypes.Sender? = nil - ) - { + ) { self.body = body self.type = type } @@ -1434,8 +1402,7 @@ public struct CreateLibraryItemInput: Swift.Sendable { appVersion: Swift.Int? = nil, categories: [Swift.String]? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.categories = categories @@ -1475,8 +1442,7 @@ public struct CreateLibraryItemOutput: Swift.Sendable { status: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.isVerified = isVerified @@ -1547,8 +1513,7 @@ public struct CreatePresignedUrlInput: Swift.Sendable { instanceId: Swift.String? = nil, scope: QAppsClientTypes.DocumentScope? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.appId = appId self.cardId = cardId self.fileContentsSha256 = fileContentsSha256 @@ -1578,8 +1543,7 @@ public struct CreatePresignedUrlOutput: Swift.Sendable { presignedUrl: Swift.String? = nil, presignedUrlExpiration: Foundation.Date? = nil, presignedUrlFields: [Swift.String: Swift.String]? = nil - ) - { + ) { self.fileId = fileId self.presignedUrl = presignedUrl self.presignedUrlExpiration = presignedUrlExpiration @@ -1635,8 +1599,7 @@ public struct CreateQAppOutput: Swift.Sendable { title: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appId = appId self.appVersion = appVersion @@ -1663,8 +1626,7 @@ public struct DeleteLibraryItemInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, libraryItemId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.libraryItemId = libraryItemId } @@ -1681,8 +1643,7 @@ public struct DeleteQAppInput: Swift.Sendable { public init( appId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.instanceId = instanceId } @@ -1699,8 +1660,7 @@ public struct DescribeQAppPermissionsInput: Swift.Sendable { public init( appId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.instanceId = instanceId } @@ -1750,8 +1710,7 @@ extension QAppsClientTypes { email: Swift.String? = nil, userId: Swift.String? = nil, userType: QAppsClientTypes.UserType? = nil - ) - { + ) { self.email = email self.userId = userId self.userType = userType @@ -1773,8 +1732,7 @@ extension QAppsClientTypes { public init( action: QAppsClientTypes.Action? = nil, principal: QAppsClientTypes.PrincipalOutput? = nil - ) - { + ) { self.action = action self.principal = principal } @@ -1793,8 +1751,7 @@ public struct DescribeQAppPermissionsOutput: Swift.Sendable { appId: Swift.String? = nil, permissions: [QAppsClientTypes.PermissionOutput]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.appId = appId self.permissions = permissions self.resourceArn = resourceArn @@ -1812,8 +1769,7 @@ public struct DisassociateLibraryItemReviewInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, libraryItemId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.libraryItemId = libraryItemId } @@ -1830,8 +1786,7 @@ public struct DisassociateQAppFromUserInput: Swift.Sendable { public init( appId: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.instanceId = instanceId } @@ -1848,8 +1803,7 @@ public struct ExportQAppSessionDataInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId } @@ -1870,8 +1824,7 @@ public struct ExportQAppSessionDataOutput: Swift.Sendable { csvFileLink: Swift.String? = nil, expiresAt: Foundation.Date? = nil, sessionArn: Swift.String? = nil - ) - { + ) { self.csvFileLink = csvFileLink self.expiresAt = expiresAt self.sessionArn = sessionArn @@ -1892,8 +1845,7 @@ public struct GetLibraryItemInput: Swift.Sendable { appId: Swift.String? = nil, instanceId: Swift.String? = nil, libraryItemId: Swift.String? = nil - ) - { + ) { self.appId = appId self.instanceId = instanceId self.libraryItemId = libraryItemId @@ -1950,8 +1902,7 @@ public struct GetLibraryItemOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, userCount: Swift.Int? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.categories = categories @@ -1982,8 +1933,7 @@ public struct GetQAppInput: Swift.Sendable { appId: Swift.String? = nil, appVersion: Swift.Int? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.instanceId = instanceId @@ -2001,8 +1951,7 @@ public struct GetQAppSessionInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId } @@ -2039,8 +1988,7 @@ public struct GetQAppSessionOutput: Swift.Sendable { sessionName: Swift.String? = nil, status: QAppsClientTypes.ExecutionStatus? = nil, userIsHost: Swift.Bool? = nil - ) - { + ) { self.appVersion = appVersion self.cardStatus = cardStatus self.latestPublishedAppVersion = latestPublishedAppVersion @@ -2063,8 +2011,7 @@ public struct GetQAppSessionMetadataInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId } @@ -2086,8 +2033,7 @@ extension QAppsClientTypes { acceptResponses: Swift.Bool? = nil, enabled: Swift.Bool? = nil, revealCards: Swift.Bool? = nil - ) - { + ) { self.acceptResponses = acceptResponses self.enabled = enabled self.revealCards = revealCards @@ -2116,8 +2062,7 @@ public struct GetQAppSessionMetadataOutput: Swift.Sendable { sessionName: Swift.String? = nil, sessionOwner: Swift.Bool? = nil, sharingConfiguration: QAppsClientTypes.SessionSharingConfiguration? = nil - ) - { + ) { self.sessionArn = sessionArn self.sessionId = sessionId self.sessionName = sessionName @@ -2156,8 +2101,7 @@ public struct ImportDocumentInput: Swift.Sendable { instanceId: Swift.String? = nil, scope: QAppsClientTypes.DocumentScope? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.appId = appId self.cardId = cardId self.fileContentsBase64 = fileContentsBase64 @@ -2174,8 +2118,7 @@ public struct ImportDocumentOutput: Swift.Sendable { public init( fileId: Swift.String? = nil - ) - { + ) { self.fileId = fileId } } @@ -2233,8 +2176,7 @@ extension QAppsClientTypes { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, userCount: Swift.Int? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.categories = categories @@ -2288,8 +2230,7 @@ public struct ListCategoriesInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -2300,8 +2241,7 @@ public struct ListCategoriesOutput: Swift.Sendable { public init( categories: [QAppsClientTypes.Category]? = nil - ) - { + ) { self.categories = categories } } @@ -2322,8 +2262,7 @@ public struct ListLibraryItemsInput: Swift.Sendable { instanceId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.categoryId = categoryId self.instanceId = instanceId self.limit = limit @@ -2340,8 +2279,7 @@ public struct ListLibraryItemsOutput: Swift.Sendable { public init( libraryItems: [QAppsClientTypes.LibraryItemMember]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.libraryItems = libraryItems self.nextToken = nextToken } @@ -2360,8 +2298,7 @@ public struct ListQAppsInput: Swift.Sendable { instanceId: Swift.String? = nil, limit: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.limit = limit self.nextToken = nextToken @@ -2402,8 +2339,7 @@ extension QAppsClientTypes { isVerified: Swift.Bool = false, status: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appId = appId self.canEdit = canEdit @@ -2426,8 +2362,7 @@ public struct ListQAppsOutput: Swift.Sendable { public init( apps: [QAppsClientTypes.UserAppItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apps = apps self.nextToken = nextToken } @@ -2444,8 +2379,7 @@ public struct ListQAppSessionDataInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId } @@ -2460,8 +2394,7 @@ extension QAppsClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -2490,8 +2423,7 @@ extension QAppsClientTypes { timestamp: Foundation.Date? = nil, user: QAppsClientTypes.User? = nil, value: Smithy.Document? = nil - ) - { + ) { self.cardId = cardId self.submissionId = submissionId self.timestamp = timestamp @@ -2518,8 +2450,7 @@ public struct ListQAppSessionDataOutput: Swift.Sendable { sessionArn: Swift.String? = nil, sessionData: [QAppsClientTypes.QAppSessionData]? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.sessionArn = sessionArn self.sessionData = sessionData @@ -2534,8 +2465,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2546,8 +2476,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2566,8 +2495,7 @@ extension QAppsClientTypes { public init( action: QAppsClientTypes.Action? = nil, principal: Swift.String? = nil - ) - { + ) { self.action = action self.principal = principal } @@ -2596,8 +2524,7 @@ public struct PredictQAppInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, options: QAppsClientTypes.PredictQAppInputOptions? = nil - ) - { + ) { self.instanceId = instanceId self.options = options } @@ -2627,8 +2554,7 @@ public struct StartQAppSessionInput: Swift.Sendable { instanceId: Swift.String? = nil, sessionId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.initialValues = initialValues @@ -2649,8 +2575,7 @@ public struct StartQAppSessionOutput: Swift.Sendable { public init( sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.sessionArn = sessionArn self.sessionId = sessionId } @@ -2667,8 +2592,7 @@ public struct StopQAppSessionInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId } @@ -2685,8 +2609,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2708,8 +2631,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2737,8 +2659,7 @@ public struct UpdateLibraryItemInput: Swift.Sendable { instanceId: Swift.String? = nil, libraryItemId: Swift.String? = nil, status: QAppsClientTypes.LibraryItemStatus? = nil - ) - { + ) { self.categories = categories self.instanceId = instanceId self.libraryItemId = libraryItemId @@ -2796,8 +2717,7 @@ public struct UpdateLibraryItemOutput: Swift.Sendable { updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil, userCount: Swift.Int? = nil - ) - { + ) { self.appId = appId self.appVersion = appVersion self.categories = categories @@ -2828,8 +2748,7 @@ public struct UpdateLibraryItemMetadataInput: Swift.Sendable { instanceId: Swift.String? = nil, isVerified: Swift.Bool? = nil, libraryItemId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.isVerified = isVerified self.libraryItemId = libraryItemId @@ -2884,8 +2803,7 @@ public struct UpdateQAppOutput: Swift.Sendable { title: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appId = appId self.appVersion = appVersion @@ -2918,8 +2836,7 @@ public struct UpdateQAppPermissionsInput: Swift.Sendable { grantPermissions: [QAppsClientTypes.PermissionInput]? = nil, instanceId: Swift.String? = nil, revokePermissions: [QAppsClientTypes.PermissionInput]? = nil - ) - { + ) { self.appId = appId self.grantPermissions = grantPermissions self.instanceId = instanceId @@ -2939,8 +2856,7 @@ public struct UpdateQAppPermissionsOutput: Swift.Sendable { appId: Swift.String? = nil, permissions: [QAppsClientTypes.PermissionOutput]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.appId = appId self.permissions = permissions self.resourceArn = resourceArn @@ -2961,8 +2877,7 @@ public struct UpdateQAppSessionInput: Swift.Sendable { instanceId: Swift.String? = nil, sessionId: Swift.String? = nil, values: [QAppsClientTypes.CardValue]? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId self.values = values @@ -2980,8 +2895,7 @@ public struct UpdateQAppSessionOutput: Swift.Sendable { public init( sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.sessionArn = sessionArn self.sessionId = sessionId } @@ -3005,8 +2919,7 @@ public struct UpdateQAppSessionMetadataInput: Swift.Sendable { sessionId: Swift.String? = nil, sessionName: Swift.String? = nil, sharingConfiguration: QAppsClientTypes.SessionSharingConfiguration? = nil - ) - { + ) { self.instanceId = instanceId self.sessionId = sessionId self.sessionName = sessionName @@ -3032,8 +2945,7 @@ public struct UpdateQAppSessionMetadataOutput: Swift.Sendable { sessionId: Swift.String? = nil, sessionName: Swift.String? = nil, sharingConfiguration: QAppsClientTypes.SessionSharingConfiguration? = nil - ) - { + ) { self.sessionArn = sessionArn self.sessionId = sessionId self.sessionName = sessionName @@ -3077,8 +2989,7 @@ extension QAppsClientTypes { lessThanOrEquals: QAppsClientTypes.DocumentAttribute? = nil, notFilter: QAppsClientTypes.AttributeFilter? = nil, orAllFilters: [QAppsClientTypes.AttributeFilter]? = nil - ) - { + ) { self.andAllFilters = andAllFilters self.containsAll = containsAll self.containsAny = containsAny @@ -3129,8 +3040,7 @@ extension QAppsClientTypes { prompt: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = nil - ) - { + ) { self.attributeFilter = attributeFilter self.dependencies = dependencies self.id = id @@ -3171,8 +3081,7 @@ extension QAppsClientTypes { prompt: Swift.String? = nil, title: Swift.String? = nil, type: QAppsClientTypes.CardType? = .qQuery - ) - { + ) { self.attributeFilter = attributeFilter self.id = id self.outputSource = outputSource @@ -3236,8 +3145,7 @@ extension QAppsClientTypes { appDefinitionVersion: Swift.String? = nil, canEdit: Swift.Bool? = nil, cards: [QAppsClientTypes.Card]? = nil - ) - { + ) { self.appDefinitionVersion = appDefinitionVersion self.canEdit = canEdit self.cards = cards @@ -3258,8 +3166,7 @@ extension QAppsClientTypes { public init( cards: [QAppsClientTypes.CardInput]? = nil, initialPrompt: Swift.String? = nil - ) - { + ) { self.cards = cards self.initialPrompt = initialPrompt } @@ -3283,8 +3190,7 @@ extension QAppsClientTypes { appDefinition: QAppsClientTypes.AppDefinitionInput? = nil, description: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.appDefinition = appDefinition self.description = description self.title = title @@ -3313,8 +3219,7 @@ public struct CreateQAppInput: Swift.Sendable { instanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil - ) - { + ) { self.appDefinition = appDefinition self.description = description self.instanceId = instanceId @@ -3375,8 +3280,7 @@ public struct GetQAppOutput: Swift.Sendable { title: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appDefinition = appDefinition self.appId = appId @@ -3413,8 +3317,7 @@ public struct UpdateQAppInput: Swift.Sendable { description: Swift.String? = nil, instanceId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.appDefinition = appDefinition self.appId = appId self.description = description @@ -3434,8 +3337,7 @@ public struct PredictQAppOutput: Swift.Sendable { public init( app: QAppsClientTypes.PredictAppDefinition? = nil, problemStatement: Swift.String? = nil - ) - { + ) { self.app = app self.problemStatement = problemStatement } diff --git a/Sources/Services/AWSQApps/Sources/AWSQApps/QAppsClient.swift b/Sources/Services/AWSQApps/Sources/AWSQApps/QAppsClient.swift index 3eaa0dd5040..f70c82ff181 100644 --- a/Sources/Services/AWSQApps/Sources/AWSQApps/QAppsClient.swift +++ b/Sources/Services/AWSQApps/Sources/AWSQApps/QAppsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QAppsClient: ClientRuntime.Client { public static let clientName = "QAppsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QAppsClient.QAppsClientConfiguration let serviceName = "QApps" diff --git a/Sources/Services/AWSQBusiness/Package.swift.txt b/Sources/Services/AWSQBusiness/Package.swift.txt index 83081cabdae..9943da48a95 100644 --- a/Sources/Services/AWSQBusiness/Package.swift.txt +++ b/Sources/Services/AWSQBusiness/Package.swift.txt @@ -45,7 +45,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -53,35 +53,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -89,11 +89,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/Models.swift b/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/Models.swift index e258996a369..971746381b4 100644 --- a/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/Models.swift +++ b/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/Models.swift @@ -151,8 +151,7 @@ extension QBusinessClientTypes { access: QBusinessClientTypes.ReadAccessType? = nil, membershipType: QBusinessClientTypes.MembershipType? = nil, name: Swift.String? = nil - ) - { + ) { self.access = access self.membershipType = membershipType self.name = name @@ -176,8 +175,7 @@ extension QBusinessClientTypes { access: QBusinessClientTypes.ReadAccessType? = nil, id: Swift.String? = nil, membershipType: QBusinessClientTypes.MembershipType? = nil - ) - { + ) { self.access = access self.id = id self.membershipType = membershipType @@ -210,8 +208,7 @@ extension QBusinessClientTypes { public init( memberRelation: QBusinessClientTypes.MemberRelation? = nil, principals: [QBusinessClientTypes.Principal]? = nil - ) - { + ) { self.memberRelation = memberRelation self.principals = principals } @@ -231,8 +228,7 @@ extension QBusinessClientTypes { public init( accessControls: [QBusinessClientTypes.AccessControl]? = nil, memberRelation: QBusinessClientTypes.MemberRelation? = nil - ) - { + ) { self.accessControls = accessControls self.memberRelation = memberRelation } @@ -258,8 +254,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -294,8 +289,7 @@ extension QBusinessClientTypes { public init( name: Swift.String? = nil, value: QBusinessClientTypes.DocumentAttributeValue? = nil - ) - { + ) { self.name = name self.value = value } @@ -312,8 +306,7 @@ extension QBusinessClientTypes { public init( value: Smithy.Document? = nil - ) - { + ) { self.value = value } } @@ -337,8 +330,7 @@ extension QBusinessClientTypes { payload: [Swift.String: QBusinessClientTypes.ActionExecutionPayloadField]? = nil, payloadFieldNameSeparator: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.payload = payload self.payloadFieldNameSeparator = payloadFieldNameSeparator self.pluginId = pluginId @@ -364,8 +356,7 @@ extension QBusinessClientTypes { payload: [Swift.String: QBusinessClientTypes.ActionExecutionPayloadField]? = nil, payloadFieldNameSeparator: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.payload = payload self.payloadFieldNameSeparator = payloadFieldNameSeparator self.pluginId = pluginId @@ -420,8 +411,7 @@ extension QBusinessClientTypes { public init( displayValue: Smithy.Document? = nil, value: Smithy.Document? = nil - ) - { + ) { self.displayValue = displayValue self.value = value } @@ -461,8 +451,7 @@ extension QBusinessClientTypes { `required`: Swift.Bool? = nil, type: QBusinessClientTypes.ActionPayloadFieldType? = nil, value: Smithy.Document? = nil - ) - { + ) { self.allowedFormat = allowedFormat self.allowedValues = allowedValues self.arrayItemJsonSchema = arrayItemJsonSchema @@ -568,8 +557,7 @@ extension QBusinessClientTypes { payloadFieldNameSeparator: Swift.String? = nil, pluginId: Swift.String? = nil, pluginType: QBusinessClientTypes.PluginType? = nil - ) - { + ) { self.payload = payload self.payloadFieldNameSeparator = payloadFieldNameSeparator self.pluginId = pluginId @@ -605,8 +593,7 @@ extension QBusinessClientTypes { pluginType: QBusinessClientTypes.PluginType? = nil, systemMessageId: Swift.String? = nil, userMessageId: Swift.String? = nil - ) - { + ) { self.conversationId = conversationId self.payload = payload self.payloadFieldNameSeparator = payloadFieldNameSeparator @@ -640,8 +627,7 @@ extension QBusinessClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, instructionExample: Swift.String? = nil - ) - { + ) { self.actionIdentifier = actionIdentifier self.description = description self.displayName = displayName @@ -664,8 +650,7 @@ extension QBusinessClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -755,8 +740,7 @@ extension QBusinessClientTypes { public init( clientNamespace: Swift.String? = nil - ) - { + ) { self.clientNamespace = clientNamespace } } @@ -827,8 +811,7 @@ extension QBusinessClientTypes { quickSightConfiguration: QBusinessClientTypes.QuickSightConfiguration? = nil, status: QBusinessClientTypes.ApplicationStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.createdAt = createdAt self.displayName = displayName @@ -868,8 +851,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -895,8 +877,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -929,8 +910,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -965,8 +945,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -992,8 +971,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1012,8 +990,7 @@ extension QBusinessClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1079,8 +1056,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [QBusinessClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: QBusinessClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -1126,8 +1102,7 @@ extension QBusinessClientTypes { public init( attachmentsControlMode: QBusinessClientTypes.AttachmentsControlMode? = nil - ) - { + ) { self.attachmentsControlMode = attachmentsControlMode } } @@ -1142,8 +1117,7 @@ extension QBusinessClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -1193,8 +1167,7 @@ extension QBusinessClientTypes { public init( personalizationControlMode: QBusinessClientTypes.PersonalizationControlMode? = nil - ) - { + ) { self.personalizationControlMode = personalizationControlMode } } @@ -1239,8 +1212,7 @@ extension QBusinessClientTypes { public init( qAppsControlMode: QBusinessClientTypes.QAppsControlMode? = nil - ) - { + ) { self.qAppsControlMode = qAppsControlMode } } @@ -1260,8 +1232,7 @@ extension QBusinessClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1314,8 +1285,7 @@ public struct CreateApplicationInput: Swift.Sendable { quickSightConfiguration: QBusinessClientTypes.QuickSightConfiguration? = nil, roleArn: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil - ) - { + ) { self.attachmentsConfiguration = attachmentsConfiguration self.clientIdsForOIDC = clientIdsForOIDC self.clientToken = clientToken @@ -1342,8 +1312,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId } @@ -1364,8 +1333,7 @@ public struct CreateDataAccessorOutput: Swift.Sendable { dataAccessorArn: Swift.String? = nil, dataAccessorId: Swift.String? = nil, idcApplicationArn: Swift.String? = nil - ) - { + ) { self.dataAccessorArn = dataAccessorArn self.dataAccessorId = dataAccessorId self.idcApplicationArn = idcApplicationArn @@ -1383,8 +1351,7 @@ public struct DeleteDataAccessorInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, dataAccessorId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataAccessorId = dataAccessorId } @@ -1406,8 +1373,7 @@ public struct GetDataAccessorInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, dataAccessorId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataAccessorId = dataAccessorId } @@ -1426,8 +1392,7 @@ public struct ListDataAccessorsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -1461,8 +1426,7 @@ extension QBusinessClientTypes { idcApplicationArn: Swift.String? = nil, principal: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataAccessorArn = dataAccessorArn self.dataAccessorId = dataAccessorId @@ -1488,8 +1452,7 @@ public struct ListDataAccessorsOutput: Swift.Sendable { public init( dataAccessors: [QBusinessClientTypes.DataAccessor]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataAccessors = dataAccessors self.nextToken = nextToken } @@ -1507,8 +1470,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1525,8 +1487,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1540,8 +1501,7 @@ extension QBusinessClientTypes { public init( attachmentsControlMode: QBusinessClientTypes.AttachmentsControlMode? = nil - ) - { + ) { self.attachmentsControlMode = attachmentsControlMode } } @@ -1618,8 +1578,7 @@ extension QBusinessClientTypes { public init( autoSubscribe: QBusinessClientTypes.AutoSubscriptionStatus? = nil, defaultSubscriptionType: QBusinessClientTypes.SubscriptionType? = nil - ) - { + ) { self.autoSubscribe = autoSubscribe self.defaultSubscriptionType = defaultSubscriptionType } @@ -1673,8 +1632,7 @@ extension QBusinessClientTypes { public init( errorCode: QBusinessClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -1741,8 +1699,7 @@ public struct GetApplicationOutput: Swift.Sendable { roleArn: Swift.String? = nil, status: QBusinessClientTypes.ApplicationStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationId = applicationId self.attachmentsConfiguration = attachmentsConfiguration @@ -1774,8 +1731,7 @@ extension QBusinessClientTypes { public init( units: Swift.Int? = nil - ) - { + ) { self.units = units } } @@ -1836,8 +1792,7 @@ public struct CreateIndexInput: Swift.Sendable { displayName: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil, type: QBusinessClientTypes.IndexType? = nil - ) - { + ) { self.applicationId = applicationId self.capacityConfiguration = capacityConfiguration self.clientToken = clientToken @@ -1857,8 +1812,7 @@ public struct CreateIndexOutput: Swift.Sendable { public init( indexArn: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.indexArn = indexArn self.indexId = indexId } @@ -1937,8 +1891,7 @@ extension QBusinessClientTypes { key: Swift.String? = nil, `operator`: QBusinessClientTypes.DocumentEnrichmentConditionOperator? = nil, value: QBusinessClientTypes.DocumentAttributeValue? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.value = value @@ -2014,8 +1967,7 @@ extension QBusinessClientTypes { attributeValueOperator: QBusinessClientTypes.AttributeValueOperator? = nil, key: Swift.String? = nil, value: QBusinessClientTypes.DocumentAttributeValue? = nil - ) - { + ) { self.attributeValueOperator = attributeValueOperator self.key = key self.value = value @@ -2038,8 +1990,7 @@ extension QBusinessClientTypes { condition: QBusinessClientTypes.DocumentAttributeCondition? = nil, documentContentOperator: QBusinessClientTypes.DocumentContentOperator? = nil, target: QBusinessClientTypes.DocumentAttributeTarget? = nil - ) - { + ) { self.condition = condition self.documentContentOperator = documentContentOperator self.target = target @@ -2065,8 +2016,7 @@ extension QBusinessClientTypes { lambdaArn: Swift.String? = nil, roleArn: Swift.String? = nil, s3BucketName: Swift.String? = nil - ) - { + ) { self.invocationCondition = invocationCondition self.lambdaArn = lambdaArn self.roleArn = roleArn @@ -2090,8 +2040,7 @@ extension QBusinessClientTypes { inlineConfigurations: [QBusinessClientTypes.InlineDocumentEnrichmentConfiguration]? = nil, postExtractionHookConfiguration: QBusinessClientTypes.HookConfiguration? = nil, preExtractionHookConfiguration: QBusinessClientTypes.HookConfiguration? = nil - ) - { + ) { self.inlineConfigurations = inlineConfigurations self.postExtractionHookConfiguration = postExtractionHookConfiguration self.preExtractionHookConfiguration = preExtractionHookConfiguration @@ -2138,8 +2087,7 @@ extension QBusinessClientTypes { public init( imageExtractionStatus: QBusinessClientTypes.ImageExtractionStatus? = nil - ) - { + ) { self.imageExtractionStatus = imageExtractionStatus } } @@ -2154,8 +2102,7 @@ extension QBusinessClientTypes { public init( imageExtractionConfiguration: QBusinessClientTypes.ImageExtractionConfiguration? = nil - ) - { + ) { self.imageExtractionConfiguration = imageExtractionConfiguration } } @@ -2175,8 +2122,7 @@ extension QBusinessClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -2237,8 +2183,7 @@ public struct CreateDataSourceInput: Swift.Sendable { syncSchedule: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil, vpcConfiguration: QBusinessClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.configuration = configuration @@ -2263,8 +2208,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { public init( dataSourceArn: Swift.String? = nil, dataSourceId: Swift.String? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceId = dataSourceId } @@ -2285,8 +2229,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { applicationId: Swift.String? = nil, dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.indexId = indexId @@ -2313,8 +2256,7 @@ public struct GetDataSourceInput: Swift.Sendable { applicationId: Swift.String? = nil, dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.indexId = indexId @@ -2416,8 +2358,7 @@ public struct GetDataSourceOutput: Swift.Sendable { type: Swift.String? = nil, updatedAt: Foundation.Date? = nil, vpcConfiguration: QBusinessClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.applicationId = applicationId self.configuration = configuration self.createdAt = createdAt @@ -2455,8 +2396,7 @@ public struct ListDataSourcesInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.indexId = indexId self.maxResults = maxResults @@ -2488,8 +2428,7 @@ extension QBusinessClientTypes { status: QBusinessClientTypes.DataSourceStatus? = nil, type: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.dataSourceId = dataSourceId self.displayName = displayName @@ -2509,8 +2448,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { public init( dataSources: [QBusinessClientTypes.DataSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.nextToken = nextToken } @@ -2555,8 +2493,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { roleArn: Swift.String? = nil, syncSchedule: Swift.String? = nil, vpcConfiguration: QBusinessClientTypes.DataSourceVpcConfiguration? = nil - ) - { + ) { self.applicationId = applicationId self.configuration = configuration self.dataSourceId = dataSourceId @@ -2587,8 +2524,7 @@ public struct DeleteIndexInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.indexId = indexId } @@ -2610,8 +2546,7 @@ public struct GetIndexInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.indexId = indexId } @@ -2696,8 +2631,7 @@ extension QBusinessClientTypes { name: Swift.String? = nil, search: QBusinessClientTypes.Status? = nil, type: QBusinessClientTypes.AttributeType? = nil - ) - { + ) { self.name = name self.search = search self.type = type @@ -2717,8 +2651,7 @@ extension QBusinessClientTypes { public init( indexedTextBytes: Swift.Int? = nil, indexedTextDocumentCount: Swift.Int? = nil - ) - { + ) { self.indexedTextBytes = indexedTextBytes self.indexedTextDocumentCount = indexedTextDocumentCount } @@ -2734,8 +2667,7 @@ extension QBusinessClientTypes { public init( textDocumentStatistics: QBusinessClientTypes.TextDocumentStatistics? = nil - ) - { + ) { self.textDocumentStatistics = textDocumentStatistics } } @@ -2821,8 +2753,7 @@ public struct GetIndexOutput: Swift.Sendable { status: QBusinessClientTypes.IndexStatus? = nil, type: QBusinessClientTypes.IndexType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.capacityConfiguration = capacityConfiguration self.createdAt = createdAt @@ -2852,8 +2783,7 @@ public struct ListIndicesInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -2881,8 +2811,7 @@ extension QBusinessClientTypes { indexId: Swift.String? = nil, status: QBusinessClientTypes.IndexStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.displayName = displayName self.indexId = indexId @@ -2901,8 +2830,7 @@ public struct ListIndicesOutput: Swift.Sendable { public init( indices: [QBusinessClientTypes.Index]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indices = indices self.nextToken = nextToken } @@ -2931,8 +2859,7 @@ public struct UpdateIndexInput: Swift.Sendable { displayName: Swift.String? = nil, documentAttributeConfigurations: [QBusinessClientTypes.DocumentAttributeConfiguration]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.capacityConfiguration = capacityConfiguration self.description = description @@ -2956,8 +2883,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2972,8 +2898,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [QBusinessClientTypes.Application]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -2993,8 +2918,7 @@ extension QBusinessClientTypes { public init( roleArn: Swift.String? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.secretArn = secretArn } @@ -3015,8 +2939,7 @@ extension QBusinessClientTypes { public init( idcApplicationArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.idcApplicationArn = idcApplicationArn self.roleArn = roleArn } @@ -3052,8 +2975,7 @@ extension QBusinessClientTypes { roleArn: Swift.String? = nil, secretArn: Swift.String? = nil, tokenUrl: Swift.String? = nil - ) - { + ) { self.authorizationUrl = authorizationUrl self.roleArn = roleArn self.secretArn = secretArn @@ -3096,8 +3018,7 @@ extension QBusinessClientTypes { apiSchema: QBusinessClientTypes.APISchema? = nil, apiSchemaType: QBusinessClientTypes.APISchemaType? = nil, description: Swift.String? = nil - ) - { + ) { self.apiSchema = apiSchema self.apiSchemaType = apiSchemaType self.description = description @@ -3136,8 +3057,7 @@ public struct CreatePluginInput: Swift.Sendable { serverUrl: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil, type: QBusinessClientTypes.PluginType? = nil - ) - { + ) { self.applicationId = applicationId self.authConfiguration = authConfiguration self.clientToken = clientToken @@ -3205,8 +3125,7 @@ public struct CreatePluginOutput: Swift.Sendable { buildStatus: QBusinessClientTypes.PluginBuildStatus? = nil, pluginArn: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.buildStatus = buildStatus self.pluginArn = pluginArn self.pluginId = pluginId @@ -3224,8 +3143,7 @@ public struct DeletePluginInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pluginId = pluginId } @@ -3247,8 +3165,7 @@ public struct GetPluginInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.pluginId = pluginId } @@ -3322,8 +3239,7 @@ public struct GetPluginOutput: Swift.Sendable { state: QBusinessClientTypes.PluginState? = nil, type: QBusinessClientTypes.PluginType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.authConfiguration = authConfiguration self.buildStatus = buildStatus @@ -3352,8 +3268,7 @@ public struct ListPluginsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -3390,8 +3305,7 @@ extension QBusinessClientTypes { state: QBusinessClientTypes.PluginState? = nil, type: QBusinessClientTypes.PluginType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.buildStatus = buildStatus self.createdAt = createdAt self.displayName = displayName @@ -3413,8 +3327,7 @@ public struct ListPluginsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, plugins: [QBusinessClientTypes.Plugin]? = nil - ) - { + ) { self.nextToken = nextToken self.plugins = plugins } @@ -3446,8 +3359,7 @@ public struct UpdatePluginInput: Swift.Sendable { pluginId: Swift.String? = nil, serverUrl: Swift.String? = nil, state: QBusinessClientTypes.PluginState? = nil - ) - { + ) { self.applicationId = applicationId self.authConfiguration = authConfiguration self.customPluginConfiguration = customPluginConfiguration @@ -3473,8 +3385,7 @@ extension QBusinessClientTypes { public init( indexId: Swift.String? = nil - ) - { + ) { self.indexId = indexId } } @@ -3531,8 +3442,7 @@ extension QBusinessClientTypes { public init( boostingDurationInSeconds: Swift.Int? = nil, boostingLevel: QBusinessClientTypes.DocumentAttributeBoostingLevel? = nil - ) - { + ) { self.boostingDurationInSeconds = boostingDurationInSeconds self.boostingLevel = boostingLevel } @@ -3581,8 +3491,7 @@ extension QBusinessClientTypes { public init( boostingLevel: QBusinessClientTypes.DocumentAttributeBoostingLevel? = nil, boostingType: QBusinessClientTypes.NumberAttributeBoostingType? = nil - ) - { + ) { self.boostingLevel = boostingLevel self.boostingType = boostingType } @@ -3637,8 +3546,7 @@ extension QBusinessClientTypes { public init( attributeValueBoosting: [Swift.String: QBusinessClientTypes.StringAttributeValueBoostingLevel]? = nil, boostingLevel: QBusinessClientTypes.DocumentAttributeBoostingLevel? = nil - ) - { + ) { self.attributeValueBoosting = attributeValueBoosting self.boostingLevel = boostingLevel } @@ -3655,8 +3563,7 @@ extension QBusinessClientTypes { public init( boostingLevel: QBusinessClientTypes.DocumentAttributeBoostingLevel? = nil - ) - { + ) { self.boostingLevel = boostingLevel } } @@ -3691,8 +3598,7 @@ extension QBusinessClientTypes { public init( boostingOverride: [Swift.String: QBusinessClientTypes.DocumentAttributeBoostingConfiguration]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.boostingOverride = boostingOverride self.indexId = indexId } @@ -3768,8 +3674,7 @@ public struct CreateRetrieverInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil, type: QBusinessClientTypes.RetrieverType? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.configuration = configuration @@ -3789,8 +3694,7 @@ public struct CreateRetrieverOutput: Swift.Sendable { public init( retrieverArn: Swift.String? = nil, retrieverId: Swift.String? = nil - ) - { + ) { self.retrieverArn = retrieverArn self.retrieverId = retrieverId } @@ -3807,8 +3711,7 @@ public struct DeleteRetrieverInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, retrieverId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.retrieverId = retrieverId } @@ -3830,8 +3733,7 @@ public struct GetRetrieverInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, retrieverId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.retrieverId = retrieverId } @@ -3902,8 +3804,7 @@ public struct GetRetrieverOutput: Swift.Sendable { status: QBusinessClientTypes.RetrieverStatus? = nil, type: QBusinessClientTypes.RetrieverType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.configuration = configuration self.createdAt = createdAt @@ -3930,8 +3831,7 @@ public struct ListRetrieversInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -3959,8 +3859,7 @@ extension QBusinessClientTypes { retrieverId: Swift.String? = nil, status: QBusinessClientTypes.RetrieverStatus? = nil, type: QBusinessClientTypes.RetrieverType? = nil - ) - { + ) { self.applicationId = applicationId self.displayName = displayName self.retrieverId = retrieverId @@ -3979,8 +3878,7 @@ public struct ListRetrieversOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retrievers: [QBusinessClientTypes.Retriever]? = nil - ) - { + ) { self.nextToken = nextToken self.retrievers = retrievers } @@ -4006,8 +3904,7 @@ public struct UpdateRetrieverInput: Swift.Sendable { displayName: Swift.String? = nil, retrieverId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.configuration = configuration self.displayName = displayName @@ -4052,8 +3949,7 @@ public struct UpdateApplicationInput: Swift.Sendable { personalizationConfiguration: QBusinessClientTypes.PersonalizationConfiguration? = nil, qAppsConfiguration: QBusinessClientTypes.QAppsConfiguration? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.attachmentsConfiguration = attachmentsConfiguration self.autoSubscriptionConfiguration = autoSubscriptionConfiguration @@ -4116,8 +4012,7 @@ extension QBusinessClientTypes { public init( enabledBrowserExtensions: [QBusinessClientTypes.BrowserExtension]? = nil - ) - { + ) { self.enabledBrowserExtensions = enabledBrowserExtensions } } @@ -4141,8 +4036,7 @@ extension QBusinessClientTypes { faviconUrl: Swift.String? = nil, fontUrl: Swift.String? = nil, logoUrl: Swift.String? = nil - ) - { + ) { self.customCSSUrl = customCSSUrl self.faviconUrl = faviconUrl self.fontUrl = fontUrl @@ -4165,8 +4059,7 @@ extension QBusinessClientTypes { public init( secretsArn: Swift.String? = nil, secretsRole: Swift.String? = nil - ) - { + ) { self.secretsArn = secretsArn self.secretsRole = secretsRole } @@ -4183,8 +4076,7 @@ extension QBusinessClientTypes { public init( authenticationUrl: Swift.String? = nil - ) - { + ) { self.authenticationUrl = authenticationUrl } } @@ -4271,8 +4163,7 @@ public struct CreateWebExperienceInput: Swift.Sendable { tags: [QBusinessClientTypes.Tag]? = nil, title: Swift.String? = nil, welcomeMessage: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.browserExtensionConfiguration = browserExtensionConfiguration self.clientToken = clientToken @@ -4297,8 +4188,7 @@ public struct CreateWebExperienceOutput: Swift.Sendable { public init( webExperienceArn: Swift.String? = nil, webExperienceId: Swift.String? = nil - ) - { + ) { self.webExperienceArn = webExperienceArn self.webExperienceId = webExperienceId } @@ -4315,8 +4205,7 @@ public struct DeleteWebExperienceInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, webExperienceId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.webExperienceId = webExperienceId } @@ -4338,8 +4227,7 @@ public struct GetWebExperienceInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, webExperienceId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.webExperienceId = webExperienceId } @@ -4366,8 +4254,7 @@ extension QBusinessClientTypes { roleArn: Swift.String? = nil, userGroupAttribute: Swift.String? = nil, userIdAttribute: Swift.String? = nil - ) - { + ) { self.metadataXML = metadataXML self.roleArn = roleArn self.userGroupAttribute = userGroupAttribute @@ -4482,8 +4369,7 @@ public struct GetWebExperienceOutput: Swift.Sendable { webExperienceArn: Swift.String? = nil, webExperienceId: Swift.String? = nil, welcomeMessage: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.authenticationConfiguration = authenticationConfiguration self.browserExtensionConfiguration = browserExtensionConfiguration @@ -4518,8 +4404,7 @@ public struct ListWebExperiencesInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -4547,8 +4432,7 @@ extension QBusinessClientTypes { status: QBusinessClientTypes.WebExperienceStatus? = nil, updatedAt: Foundation.Date? = nil, webExperienceId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.defaultEndpoint = defaultEndpoint self.status = status @@ -4567,8 +4451,7 @@ public struct ListWebExperiencesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, webExperiences: [QBusinessClientTypes.WebExperience]? = nil - ) - { + ) { self.nextToken = nextToken self.webExperiences = webExperiences } @@ -4620,8 +4503,7 @@ public struct UpdateWebExperienceInput: Swift.Sendable { title: Swift.String? = nil, webExperienceId: Swift.String? = nil, welcomeMessage: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.authenticationConfiguration = authenticationConfiguration self.browserExtensionConfiguration = browserExtensionConfiguration @@ -4681,8 +4563,7 @@ extension QBusinessClientTypes { public init( creatorModeControl: QBusinessClientTypes.CreatorModeControl? = nil - ) - { + ) { self.creatorModeControl = creatorModeControl } } @@ -4707,8 +4588,7 @@ public struct AssociatePermissionInput: Swift.Sendable { applicationId: Swift.String? = nil, principal: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.actions = actions self.applicationId = applicationId self.principal = principal @@ -4722,8 +4602,7 @@ public struct AssociatePermissionOutput: Swift.Sendable { public init( statement: Swift.String? = nil - ) - { + ) { self.statement = statement } } @@ -4742,8 +4621,7 @@ extension QBusinessClientTypes { public init( attachmentId: Swift.String? = nil, conversationId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.conversationId = conversationId } @@ -4825,8 +4703,7 @@ extension QBusinessClientTypes { md5chksum: Swift.String? = nil, name: Swift.String? = nil, status: QBusinessClientTypes.AttachmentStatus? = nil - ) - { + ) { self.attachmentId = attachmentId self.conversationId = conversationId self.copyFrom = copyFrom @@ -4856,8 +4733,7 @@ extension QBusinessClientTypes { copyFrom: QBusinessClientTypes.CopyFromSource? = nil, data: Foundation.Data? = nil, name: Swift.String? = nil - ) - { + ) { self.copyFrom = copyFrom self.data = data self.name = name @@ -4874,8 +4750,7 @@ extension QBusinessClientTypes { public init( attachment: QBusinessClientTypes.AttachmentInput? = nil - ) - { + ) { self.attachment = attachment } } @@ -4902,8 +4777,7 @@ extension QBusinessClientTypes { error: QBusinessClientTypes.ErrorDetail? = nil, name: Swift.String? = nil, status: QBusinessClientTypes.AttachmentStatus? = nil - ) - { + ) { self.attachmentId = attachmentId self.conversationId = conversationId self.error = error @@ -4923,8 +4797,7 @@ extension QBusinessClientTypes { public init( authorizationUrl: Swift.String? = nil - ) - { + ) { self.authorizationUrl = authorizationUrl } } @@ -4940,8 +4813,7 @@ extension QBusinessClientTypes { public init( authorizationUrl: Swift.String? = nil - ) - { + ) { self.authorizationUrl = authorizationUrl } } @@ -4957,8 +4829,7 @@ extension QBusinessClientTypes { public init( responseMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.responseMap = responseMap } } @@ -4974,8 +4845,7 @@ extension QBusinessClientTypes { public init( responseMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.responseMap = responseMap } } @@ -4991,8 +4861,7 @@ extension QBusinessClientTypes { public init( documentId: Swift.String? = nil - ) - { + ) { self.documentId = documentId } } @@ -5016,8 +4885,7 @@ public struct BatchDeleteDocumentInput: Swift.Sendable { dataSourceSyncId: Swift.String? = nil, documents: [QBusinessClientTypes.DeleteDocument]? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceSyncId = dataSourceSyncId self.documents = documents @@ -5040,8 +4908,7 @@ extension QBusinessClientTypes { dataSourceId: Swift.String? = nil, error: QBusinessClientTypes.ErrorDetail? = nil, id: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.error = error self.id = id @@ -5055,8 +4922,7 @@ public struct BatchDeleteDocumentOutput: Swift.Sendable { public init( failedDocuments: [QBusinessClientTypes.FailedDocument]? = nil - ) - { + ) { self.failedDocuments = failedDocuments } } @@ -5163,8 +5029,7 @@ extension QBusinessClientTypes { id: Swift.String? = nil, mediaExtractionConfiguration: QBusinessClientTypes.MediaExtractionConfiguration? = nil, title: Swift.String? = nil - ) - { + ) { self.accessConfiguration = accessConfiguration self.attributes = attributes self.content = content @@ -5198,8 +5063,7 @@ public struct BatchPutDocumentInput: Swift.Sendable { documents: [QBusinessClientTypes.Document]? = nil, indexId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceSyncId = dataSourceSyncId self.documents = documents @@ -5214,8 +5078,7 @@ public struct BatchPutDocumentOutput: Swift.Sendable { public init( failedDocuments: [QBusinessClientTypes.FailedDocument]? = nil - ) - { + ) { self.failedDocuments = failedDocuments } } @@ -5232,8 +5095,7 @@ extension QBusinessClientTypes { public init( blockedPhrases: [Swift.String]? = nil, systemMessageOverride: Swift.String? = nil - ) - { + ) { self.blockedPhrases = blockedPhrases self.systemMessageOverride = systemMessageOverride } @@ -5255,8 +5117,7 @@ extension QBusinessClientTypes { blockedPhrasesToCreateOrUpdate: [Swift.String]? = nil, blockedPhrasesToDelete: [Swift.String]? = nil, systemMessageOverride: Swift.String? = nil - ) - { + ) { self.blockedPhrasesToCreateOrUpdate = blockedPhrasesToCreateOrUpdate self.blockedPhrasesToDelete = blockedPhrasesToDelete self.systemMessageOverride = systemMessageOverride @@ -5283,8 +5144,7 @@ public struct ExternalResourceException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5308,8 +5168,7 @@ public struct LicenseNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5356,8 +5215,7 @@ extension QBusinessClientTypes { public init( pluginId: Swift.String? = nil - ) - { + ) { self.pluginId = pluginId } } @@ -5392,8 +5250,7 @@ extension QBusinessClientTypes { public init( userMessage: Swift.String? = nil - ) - { + ) { self.userMessage = userMessage } } @@ -5417,8 +5274,7 @@ extension QBusinessClientTypes { conversationId: Swift.String? = nil, systemMessageId: Swift.String? = nil, userMessageId: Swift.String? = nil - ) - { + ) { self.attachment = attachment self.conversationId = conversationId self.systemMessageId = systemMessageId @@ -5436,8 +5292,7 @@ extension QBusinessClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -5464,8 +5319,7 @@ extension QBusinessClientTypes { mediaId: Swift.String? = nil, mediaMimeType: Swift.String? = nil, snippetExcerpt: QBusinessClientTypes.SnippetExcerpt? = nil - ) - { + ) { self.beginOffset = beginOffset self.endOffset = endOffset self.mediaId = mediaId @@ -5499,8 +5353,7 @@ extension QBusinessClientTypes { title: Swift.String? = nil, updatedAt: Foundation.Date? = nil, url: Swift.String? = nil - ) - { + ) { self.citationNumber = citationNumber self.snippet = snippet self.textMessageSegments = textMessageSegments @@ -5532,8 +5385,7 @@ extension QBusinessClientTypes { sourceAttributions: [QBusinessClientTypes.SourceAttribution?]? = nil, systemMessageId: Swift.String? = nil, userMessageId: Swift.String? = nil - ) - { + ) { self.conversationId = conversationId self.finalTextMessage = finalTextMessage self.sourceAttributions = sourceAttributions @@ -5561,8 +5413,7 @@ extension QBusinessClientTypes { systemMessage: Swift.String? = nil, systemMessageId: Swift.String? = nil, userMessageId: Swift.String? = nil - ) - { + ) { self.conversationId = conversationId self.systemMessage = systemMessage self.systemMessageId = systemMessageId @@ -5595,8 +5446,7 @@ public struct ChatOutput: Swift.Sendable { public init( outputStream: AsyncThrowingStream? = nil - ) - { + ) { self.outputStream = outputStream } } @@ -5628,8 +5478,7 @@ public struct ChatSyncOutput: Swift.Sendable { systemMessage: Swift.String? = nil, systemMessageId: Swift.String? = nil, userMessageId: Swift.String? = nil - ) - { + ) { self.actionReview = actionReview self.authChallengeRequest = authChallengeRequest self.conversationId = conversationId @@ -5650,8 +5499,7 @@ extension QBusinessClientTypes { public init( systemMessageOverride: Swift.String? = nil - ) - { + ) { self.systemMessageOverride = systemMessageOverride } } @@ -5669,8 +5517,7 @@ extension QBusinessClientTypes { public init( dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.indexId = indexId } @@ -5686,8 +5533,7 @@ extension QBusinessClientTypes { public init( eligibleDataSources: [QBusinessClientTypes.EligibleDataSource]? = nil - ) - { + ) { self.eligibleDataSources = eligibleDataSources } } @@ -5703,8 +5549,7 @@ extension QBusinessClientTypes { public init( retrieverId: Swift.String? = nil - ) - { + ) { self.retrieverId = retrieverId } } @@ -5735,8 +5580,7 @@ extension QBusinessClientTypes { conversationId: Swift.String? = nil, startTime: Foundation.Date? = nil, title: Swift.String? = nil - ) - { + ) { self.conversationId = conversationId self.startTime = startTime self.title = title @@ -5760,8 +5604,7 @@ extension QBusinessClientTypes { dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.dataSourceId = dataSourceId self.indexId = indexId self.userId = userId @@ -5786,8 +5629,7 @@ public struct CreateUserInput: Swift.Sendable { clientToken: Swift.String? = nil, userAliases: [QBusinessClientTypes.UserAlias]? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.userAliases = userAliases @@ -5810,8 +5652,7 @@ extension QBusinessClientTypes { public init( creatorModeControl: QBusinessClientTypes.CreatorModeControl? = nil - ) - { + ) { self.creatorModeControl = creatorModeControl } } @@ -5838,8 +5679,7 @@ extension QBusinessClientTypes { documentsFailed: Swift.String? = nil, documentsModified: Swift.String? = nil, documentsScanned: Swift.String? = nil - ) - { + ) { self.documentsAdded = documentsAdded self.documentsDeleted = documentsDeleted self.documentsFailed = documentsFailed @@ -5920,8 +5760,7 @@ extension QBusinessClientTypes { metrics: QBusinessClientTypes.DataSourceSyncJobMetrics? = nil, startTime: Foundation.Date? = nil, status: QBusinessClientTypes.DataSourceSyncJobStatus? = nil - ) - { + ) { self.dataSourceErrorCode = dataSourceErrorCode self.endTime = endTime self.error = error @@ -5940,8 +5779,7 @@ public struct DeleteChatControlsConfigurationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -5965,8 +5803,7 @@ public struct DeleteConversationInput: Swift.Sendable { applicationId: Swift.String? = nil, conversationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.conversationId = conversationId self.userId = userId @@ -5996,8 +5833,7 @@ public struct DeleteGroupInput: Swift.Sendable { dataSourceId: Swift.String? = nil, groupName: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.groupName = groupName @@ -6021,8 +5857,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.userId = userId } @@ -6044,8 +5879,7 @@ public struct DisassociatePermissionInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.statementId = statementId } @@ -6124,8 +5958,7 @@ extension QBusinessClientTypes { error: QBusinessClientTypes.ErrorDetail? = nil, status: QBusinessClientTypes.DocumentStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.documentId = documentId self.error = error @@ -6148,8 +5981,7 @@ public struct GetChatControlsConfigurationInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -6197,8 +6029,7 @@ extension QBusinessClientTypes { public init( userGroups: [Swift.String]? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.userGroups = userGroups self.userIds = userIds } @@ -6265,8 +6096,7 @@ extension QBusinessClientTypes { includedUsersAndGroups: QBusinessClientTypes.UsersAndGroups? = nil, ruleConfiguration: QBusinessClientTypes.RuleConfiguration? = nil, ruleType: QBusinessClientTypes.RuleType? = nil - ) - { + ) { self.excludedUsersAndGroups = excludedUsersAndGroups self.includedUsersAndGroups = includedUsersAndGroups self.ruleConfiguration = ruleConfiguration @@ -6295,8 +6125,7 @@ extension QBusinessClientTypes { exampleChatMessages: [Swift.String]? = nil, name: Swift.String? = nil, rules: [QBusinessClientTypes.Rule]? = nil - ) - { + ) { self.description = description self.exampleChatMessages = exampleChatMessages self.name = name @@ -6323,8 +6152,7 @@ public struct GetChatControlsConfigurationOutput: Swift.Sendable { nextToken: Swift.String? = nil, responseScope: QBusinessClientTypes.ResponseScope? = nil, topicConfigurations: [QBusinessClientTypes.TopicConfiguration]? = nil - ) - { + ) { self.blockedPhrases = blockedPhrases self.creatorModeConfiguration = creatorModeConfiguration self.nextToken = nextToken @@ -6351,8 +6179,7 @@ public struct GetGroupInput: Swift.Sendable { dataSourceId: Swift.String? = nil, groupName: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.groupName = groupName @@ -6413,8 +6240,7 @@ extension QBusinessClientTypes { errorDetail: QBusinessClientTypes.ErrorDetail? = nil, lastUpdatedAt: Foundation.Date? = nil, status: QBusinessClientTypes.GroupStatus? = nil - ) - { + ) { self.errorDetail = errorDetail self.lastUpdatedAt = lastUpdatedAt self.status = status @@ -6431,8 +6257,7 @@ public struct GetGroupOutput: Swift.Sendable { public init( status: QBusinessClientTypes.GroupStatusDetail? = nil, statusHistory: [QBusinessClientTypes.GroupStatusDetail]? = nil - ) - { + ) { self.status = status self.statusHistory = statusHistory } @@ -6457,8 +6282,7 @@ public struct MediaTooLargeException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6482,8 +6306,7 @@ public struct GetMediaInput: Swift.Sendable { conversationId: Swift.String? = nil, mediaId: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.conversationId = conversationId self.mediaId = mediaId @@ -6500,8 +6323,7 @@ public struct GetMediaOutput: Swift.Sendable { public init( mediaBytes: Foundation.Data? = nil, mediaMimeType: Swift.String? = nil - ) - { + ) { self.mediaBytes = mediaBytes self.mediaMimeType = mediaMimeType } @@ -6514,8 +6336,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -6526,8 +6347,7 @@ public struct GetPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -6543,8 +6363,7 @@ public struct GetUserInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.userId = userId } @@ -6556,8 +6375,7 @@ public struct GetUserOutput: Swift.Sendable { public init( userAliases: [QBusinessClientTypes.UserAlias]? = nil - ) - { + ) { self.userAliases = userAliases } } @@ -6581,8 +6399,7 @@ public struct ListAttachmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.conversationId = conversationId self.maxResults = maxResults @@ -6600,8 +6417,7 @@ public struct ListAttachmentsOutput: Swift.Sendable { public init( attachments: [QBusinessClientTypes.Attachment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.nextToken = nextToken } @@ -6623,8 +6439,7 @@ public struct ListConversationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -6641,8 +6456,7 @@ public struct ListConversationsOutput: Swift.Sendable { public init( conversations: [QBusinessClientTypes.Conversation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.conversations = conversations self.nextToken = nextToken } @@ -6678,8 +6492,7 @@ public struct ListDataSourceSyncJobsInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, statusFilter: QBusinessClientTypes.DataSourceSyncJobStatus? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.endTime = endTime @@ -6700,8 +6513,7 @@ public struct ListDataSourceSyncJobsOutput: Swift.Sendable { public init( history: [QBusinessClientTypes.DataSourceSyncJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.history = history self.nextToken = nextToken } @@ -6727,8 +6539,7 @@ public struct ListDocumentsInput: Swift.Sendable { indexId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceIds = dataSourceIds self.indexId = indexId @@ -6746,8 +6557,7 @@ public struct ListDocumentsOutput: Swift.Sendable { public init( documentDetailList: [QBusinessClientTypes.DocumentDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentDetailList = documentDetailList self.nextToken = nextToken } @@ -6777,8 +6587,7 @@ public struct ListGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, updatedEarlierThan: Foundation.Date? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.indexId = indexId @@ -6797,8 +6606,7 @@ extension QBusinessClientTypes { public init( groupName: Swift.String? = nil - ) - { + ) { self.groupName = groupName } } @@ -6813,8 +6621,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( items: [QBusinessClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6840,8 +6647,7 @@ public struct ListMessagesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.conversationId = conversationId self.maxResults = maxResults @@ -6909,8 +6715,7 @@ extension QBusinessClientTypes { sourceAttribution: [QBusinessClientTypes.SourceAttribution?]? = nil, time: Foundation.Date? = nil, type: QBusinessClientTypes.MessageType? = nil - ) - { + ) { self.actionExecution = actionExecution self.actionReview = actionReview self.attachments = attachments @@ -6932,8 +6737,7 @@ public struct ListMessagesOutput: Swift.Sendable { public init( messages: [QBusinessClientTypes.Message]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messages = messages self.nextToken = nextToken } @@ -6956,8 +6760,7 @@ public struct ListPluginActionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pluginId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -6974,8 +6777,7 @@ public struct ListPluginActionsOutput: Swift.Sendable { public init( items: [QBusinessClientTypes.ActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -6994,8 +6796,7 @@ public struct ListPluginTypeActionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pluginType: QBusinessClientTypes.PluginType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.pluginType = pluginType @@ -7011,8 +6812,7 @@ public struct ListPluginTypeActionsOutput: Swift.Sendable { public init( items: [QBusinessClientTypes.ActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7027,8 +6827,7 @@ public struct ListPluginTypeMetadataInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7087,8 +6886,7 @@ extension QBusinessClientTypes { category: QBusinessClientTypes.PluginTypeCategory? = nil, description: Swift.String? = nil, type: QBusinessClientTypes.PluginType? = nil - ) - { + ) { self.category = category self.description = description self.type = type @@ -7105,8 +6903,7 @@ public struct ListPluginTypeMetadataOutput: Swift.Sendable { public init( items: [QBusinessClientTypes.PluginTypeMetadataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -7119,8 +6916,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -7131,8 +6927,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [QBusinessClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -7245,8 +7040,7 @@ extension QBusinessClientTypes { reason: QBusinessClientTypes.MessageUsefulnessReason? = nil, submittedAt: Foundation.Date? = nil, usefulness: QBusinessClientTypes.MessageUsefulness? = nil - ) - { + ) { self.comment = comment self.reason = reason self.submittedAt = submittedAt @@ -7279,8 +7073,7 @@ public struct PutFeedbackInput: Swift.Sendable { messageId: Swift.String? = nil, messageUsefulness: QBusinessClientTypes.MessageUsefulnessFeedback? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.conversationId = conversationId self.messageCopiedAt = messageCopiedAt @@ -7303,8 +7096,7 @@ extension QBusinessClientTypes { public init( groupName: Swift.String? = nil, type: QBusinessClientTypes.MembershipType? = nil - ) - { + ) { self.groupName = groupName self.type = type } @@ -7324,8 +7116,7 @@ extension QBusinessClientTypes { public init( type: QBusinessClientTypes.MembershipType? = nil, userId: Swift.String? = nil - ) - { + ) { self.type = type self.userId = userId } @@ -7347,8 +7138,7 @@ extension QBusinessClientTypes { memberGroups: [QBusinessClientTypes.MemberGroup]? = nil, memberUsers: [QBusinessClientTypes.MemberUser]? = nil, s3PathForGroupMembers: QBusinessClientTypes.S3? = nil - ) - { + ) { self.memberGroups = memberGroups self.memberUsers = memberUsers self.s3PathForGroupMembers = s3PathForGroupMembers @@ -7385,8 +7175,7 @@ public struct PutGroupInput: Swift.Sendable { indexId: Swift.String? = nil, roleArn: Swift.String? = nil, type: QBusinessClientTypes.MembershipType? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.groupMembers = groupMembers @@ -7449,8 +7238,7 @@ extension QBusinessClientTypes { public init( scoreConfidence: QBusinessClientTypes.ScoreConfidence? = nil - ) - { + ) { self.scoreConfidence = scoreConfidence } } @@ -7480,8 +7268,7 @@ extension QBusinessClientTypes { documentTitle: Swift.String? = nil, documentUri: Swift.String? = nil, scoreAttributes: QBusinessClientTypes.ScoreAttributes? = nil - ) - { + ) { self.content = content self.documentAttributes = documentAttributes self.documentId = documentId @@ -7501,8 +7288,7 @@ public struct SearchRelevantContentOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relevantContent: [QBusinessClientTypes.RelevantContent]? = nil - ) - { + ) { self.nextToken = nextToken self.relevantContent = relevantContent } @@ -7523,8 +7309,7 @@ public struct StartDataSourceSyncJobInput: Swift.Sendable { applicationId: Swift.String? = nil, dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.indexId = indexId @@ -7537,8 +7322,7 @@ public struct StartDataSourceSyncJobOutput: Swift.Sendable { public init( executionId: Swift.String? = nil - ) - { + ) { self.executionId = executionId } } @@ -7558,8 +7342,7 @@ public struct StopDataSourceSyncJobInput: Swift.Sendable { applicationId: Swift.String? = nil, dataSourceId: Swift.String? = nil, indexId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.dataSourceId = dataSourceId self.indexId = indexId @@ -7582,8 +7365,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -7605,8 +7387,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -7642,8 +7423,7 @@ public struct UpdateChatControlsConfigurationInput: Swift.Sendable { responseScope: QBusinessClientTypes.ResponseScope? = nil, topicConfigurationsToCreateOrUpdate: [QBusinessClientTypes.TopicConfiguration]? = nil, topicConfigurationsToDelete: [QBusinessClientTypes.TopicConfiguration]? = nil - ) - { + ) { self.applicationId = applicationId self.blockedPhrasesConfigurationUpdate = blockedPhrasesConfigurationUpdate self.clientToken = clientToken @@ -7676,8 +7456,7 @@ public struct UpdateUserInput: Swift.Sendable { userAliasesToDelete: [QBusinessClientTypes.UserAlias]? = nil, userAliasesToUpdate: [QBusinessClientTypes.UserAlias]? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.userAliasesToDelete = userAliasesToDelete self.userAliasesToUpdate = userAliasesToUpdate @@ -7697,8 +7476,7 @@ public struct UpdateUserOutput: Swift.Sendable { userAliasesAdded: [QBusinessClientTypes.UserAlias]? = nil, userAliasesDeleted: [QBusinessClientTypes.UserAlias]? = nil, userAliasesUpdated: [QBusinessClientTypes.UserAlias]? = nil - ) - { + ) { self.userAliasesAdded = userAliasesAdded self.userAliasesDeleted = userAliasesDeleted self.userAliasesUpdated = userAliasesUpdated @@ -7741,8 +7519,7 @@ extension QBusinessClientTypes { lessThanOrEquals: QBusinessClientTypes.DocumentAttribute? = nil, notFilter: QBusinessClientTypes.AttributeFilter? = nil, orAllFilters: [QBusinessClientTypes.AttributeFilter]? = nil - ) - { + ) { self.andAllFilters = andAllFilters self.containsAll = containsAll self.containsAny = containsAny @@ -7767,8 +7544,7 @@ extension QBusinessClientTypes { public init( documentAttributeFilter: QBusinessClientTypes.AttributeFilter? = nil - ) - { + ) { self.documentAttributeFilter = documentAttributeFilter } } @@ -7798,8 +7574,7 @@ extension QBusinessClientTypes { attributeFilter: QBusinessClientTypes.AttributeFilter? = nil, chatMode: QBusinessClientTypes.ChatMode? = nil, chatModeConfiguration: QBusinessClientTypes.ChatModeConfiguration? = nil - ) - { + ) { self.attributeFilter = attributeFilter self.chatMode = chatMode self.chatModeConfiguration = chatModeConfiguration @@ -7859,8 +7634,7 @@ public struct ChatSyncInput: Swift.Sendable { userGroups: [Swift.String]? = nil, userId: Swift.String? = nil, userMessage: Swift.String? = nil - ) - { + ) { self.actionExecution = actionExecution self.applicationId = applicationId self.attachments = attachments @@ -7901,8 +7675,7 @@ public struct SearchRelevantContentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryText: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.attributeFilter = attributeFilter self.contentSource = contentSource @@ -7925,8 +7698,7 @@ extension QBusinessClientTypes { public init( action: Swift.String? = nil, filterConfiguration: QBusinessClientTypes.ActionFilterConfiguration? = nil - ) - { + ) { self.action = action self.filterConfiguration = filterConfiguration } @@ -7978,8 +7750,7 @@ public struct ChatInput: Swift.Sendable { parentMessageId: Swift.String? = nil, userGroups: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.clientToken = clientToken self.conversationId = conversationId @@ -8015,8 +7786,7 @@ public struct CreateDataAccessorInput: Swift.Sendable { displayName: Swift.String? = nil, principal: Swift.String? = nil, tags: [QBusinessClientTypes.Tag]? = nil - ) - { + ) { self.actionConfigurations = actionConfigurations self.applicationId = applicationId self.clientToken = clientToken @@ -8061,8 +7831,7 @@ public struct GetDataAccessorOutput: Swift.Sendable { idcApplicationArn: Swift.String? = nil, principal: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actionConfigurations = actionConfigurations self.applicationId = applicationId self.createdAt = createdAt @@ -8098,8 +7867,7 @@ public struct UpdateDataAccessorInput: Swift.Sendable { applicationId: Swift.String? = nil, dataAccessorId: Swift.String? = nil, displayName: Swift.String? = nil - ) - { + ) { self.actionConfigurations = actionConfigurations self.applicationId = applicationId self.dataAccessorId = dataAccessorId diff --git a/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/QBusinessClient.swift b/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/QBusinessClient.swift index c195e051cc5..317ac774432 100644 --- a/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/QBusinessClient.swift +++ b/Sources/Services/AWSQBusiness/Sources/AWSQBusiness/QBusinessClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QBusinessClient: ClientRuntime.Client { public static let clientName = "QBusinessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QBusinessClient.QBusinessClientConfiguration let serviceName = "QBusiness" diff --git a/Sources/Services/AWSQConnect/Package.swift.txt b/Sources/Services/AWSQConnect/Package.swift.txt index a4909a70a64..8a0b01e522a 100644 --- a/Sources/Services/AWSQConnect/Package.swift.txt +++ b/Sources/Services/AWSQConnect/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSQConnect/Sources/AWSQConnect/Models.swift b/Sources/Services/AWSQConnect/Sources/AWSQConnect/Models.swift index a7d11af815c..552720c7821 100644 --- a/Sources/Services/AWSQConnect/Sources/AWSQConnect/Models.swift +++ b/Sources/Services/AWSQConnect/Sources/AWSQConnect/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -98,8 +96,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -123,8 +120,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +163,7 @@ public struct ActivateMessageTemplateInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId self.versionNumber = versionNumber @@ -191,8 +185,7 @@ public struct ActivateMessageTemplateOutput: Swift.Sendable { messageTemplateArn: Swift.String? = nil, messageTemplateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.messageTemplateArn = messageTemplateArn self.messageTemplateId = messageTemplateId self.versionNumber = versionNumber @@ -211,8 +204,7 @@ extension QConnectClientTypes { public init( firstName: Swift.String? = nil, lastName: Swift.String? = nil - ) - { + ) { self.firstName = firstName self.lastName = lastName } @@ -242,8 +234,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -261,8 +252,7 @@ extension QConnectClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -339,8 +329,7 @@ extension QConnectClientTypes { contentTagFilter: QConnectClientTypes.TagFilter? = nil, maxResults: Swift.Int? = nil, overrideKnowledgeBaseSearchType: QConnectClientTypes.KnowledgeBaseSearchType? = nil - ) - { + ) { self.contentTagFilter = contentTagFilter self.maxResults = maxResults self.overrideKnowledgeBaseSearchType = overrideKnowledgeBaseSearchType @@ -399,8 +388,7 @@ extension QConnectClientTypes { associationConfigurationData: QConnectClientTypes.AssociationConfigurationData? = nil, associationId: Swift.String? = nil, associationType: QConnectClientTypes.AIAgentAssociationConfigurationType? = nil - ) - { + ) { self.associationConfigurationData = associationConfigurationData self.associationId = associationId self.associationType = associationType @@ -432,8 +420,7 @@ extension QConnectClientTypes { intentLabelingGenerationAIPromptId: Swift.String? = nil, locale: Swift.String? = nil, queryReformulationAIPromptId: Swift.String? = nil - ) - { + ) { self.answerGenerationAIGuardrailId = answerGenerationAIGuardrailId self.answerGenerationAIPromptId = answerGenerationAIPromptId self.associationConfigurations = associationConfigurations @@ -462,8 +449,7 @@ extension QConnectClientTypes { answerGenerationAIPromptId: Swift.String? = nil, associationConfigurations: [QConnectClientTypes.AssociationConfiguration]? = nil, locale: Swift.String? = nil - ) - { + ) { self.answerGenerationAIGuardrailId = answerGenerationAIGuardrailId self.answerGenerationAIPromptId = answerGenerationAIPromptId self.associationConfigurations = associationConfigurations @@ -490,8 +476,7 @@ extension QConnectClientTypes { selfServiceAIGuardrailId: Swift.String? = nil, selfServiceAnswerGenerationAIPromptId: Swift.String? = nil, selfServicePreProcessingAIPromptId: Swift.String? = nil - ) - { + ) { self.associationConfigurations = associationConfigurations self.selfServiceAIGuardrailId = selfServiceAIGuardrailId self.selfServiceAnswerGenerationAIPromptId = selfServiceAnswerGenerationAIPromptId @@ -607,8 +592,7 @@ public struct CreateAIAgentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AIAgentType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.assistantId = assistantId self.clientToken = clientToken self.configuration = configuration @@ -743,8 +727,7 @@ extension QConnectClientTypes { tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AIAgentType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiAgentArn = aiAgentArn self.aiAgentId = aiAgentId self.assistantArn = assistantArn @@ -768,8 +751,7 @@ public struct CreateAIAgentOutput: Swift.Sendable { public init( aiAgent: QConnectClientTypes.AIAgentData? = nil - ) - { + ) { self.aiAgent = aiAgent } } @@ -791,8 +773,7 @@ public struct CreateAIAgentVersionInput: Swift.Sendable { assistantId: Swift.String? = nil, clientToken: Swift.String? = nil, modifiedTime: Foundation.Date? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId self.clientToken = clientToken @@ -809,8 +790,7 @@ public struct CreateAIAgentVersionOutput: Swift.Sendable { public init( aiAgent: QConnectClientTypes.AIAgentData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiAgent = aiAgent self.versionNumber = versionNumber } @@ -827,8 +807,7 @@ public struct DeleteAIAgentInput: Swift.Sendable { public init( aiAgentId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId } @@ -854,8 +833,7 @@ public struct DeleteAIAgentVersionInput: Swift.Sendable { aiAgentId: Swift.String? = nil, assistantId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId self.versionNumber = versionNumber @@ -878,8 +856,7 @@ public struct GetAIAgentInput: Swift.Sendable { public init( aiAgentId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId } @@ -894,8 +871,7 @@ public struct GetAIAgentOutput: Swift.Sendable { public init( aiAgent: QConnectClientTypes.AIAgentData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiAgent = aiAgent self.versionNumber = versionNumber } @@ -917,8 +893,7 @@ public struct ListAIAgentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, origin: QConnectClientTypes.Origin? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -978,8 +953,7 @@ extension QConnectClientTypes { tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AIAgentType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiAgentArn = aiAgentArn self.aiAgentId = aiAgentId self.assistantArn = assistantArn @@ -1007,8 +981,7 @@ public struct ListAIAgentsOutput: Swift.Sendable { public init( aiAgentSummaries: [QConnectClientTypes.AIAgentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiAgentSummaries = aiAgentSummaries self.nextToken = nextToken } @@ -1034,8 +1007,7 @@ public struct ListAIAgentVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, origin: QConnectClientTypes.Origin? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId self.maxResults = maxResults @@ -1056,8 +1028,7 @@ extension QConnectClientTypes { public init( aiAgentSummary: QConnectClientTypes.AIAgentSummary? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiAgentSummary = aiAgentSummary self.versionNumber = versionNumber } @@ -1074,8 +1045,7 @@ public struct ListAIAgentVersionsOutput: Swift.Sendable { public init( aiAgentVersionSummaries: [QConnectClientTypes.AIAgentVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiAgentVersionSummaries = aiAgentVersionSummaries self.nextToken = nextToken } @@ -1105,8 +1075,7 @@ public struct UpdateAIAgentInput: Swift.Sendable { configuration: QConnectClientTypes.AIAgentConfiguration? = nil, description: Swift.String? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiAgentId = aiAgentId self.assistantId = assistantId self.clientToken = clientToken @@ -1122,8 +1091,7 @@ public struct UpdateAIAgentOutput: Swift.Sendable { public init( aiAgent: QConnectClientTypes.AIAgentData? = nil - ) - { + ) { self.aiAgent = aiAgent } } @@ -1138,8 +1106,7 @@ extension QConnectClientTypes { public init( aiAgentId: Swift.String? = nil - ) - { + ) { self.aiAgentId = aiAgentId } } @@ -1252,8 +1219,7 @@ extension QConnectClientTypes { inputStrength: QConnectClientTypes.GuardrailFilterStrength? = nil, outputStrength: QConnectClientTypes.GuardrailFilterStrength? = nil, type: QConnectClientTypes.GuardrailContentFilterType? = nil - ) - { + ) { self.inputStrength = inputStrength self.outputStrength = outputStrength self.type = type @@ -1276,8 +1242,7 @@ extension QConnectClientTypes { public init( filtersConfig: [QConnectClientTypes.GuardrailContentFilterConfig]? = nil - ) - { + ) { self.filtersConfig = filtersConfig } } @@ -1327,8 +1292,7 @@ extension QConnectClientTypes { public init( threshold: Swift.Double = 0.0, type: QConnectClientTypes.GuardrailContextualGroundingFilterType? = nil - ) - { + ) { self.threshold = threshold self.type = type } @@ -1350,8 +1314,7 @@ extension QConnectClientTypes { public init( filtersConfig: [QConnectClientTypes.GuardrailContextualGroundingFilterConfig]? = nil - ) - { + ) { self.filtersConfig = filtersConfig } } @@ -1614,8 +1577,7 @@ extension QConnectClientTypes { public init( action: QConnectClientTypes.GuardrailSensitiveInformationAction? = nil, type: QConnectClientTypes.GuardrailPiiEntityType? = nil - ) - { + ) { self.action = action self.type = type } @@ -1648,8 +1610,7 @@ extension QConnectClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, pattern: Swift.String? = nil - ) - { + ) { self.action = action self.description = description self.name = name @@ -1675,8 +1636,7 @@ extension QConnectClientTypes { public init( piiEntitiesConfig: [QConnectClientTypes.GuardrailPiiEntityConfig]? = nil, regexesConfig: [QConnectClientTypes.GuardrailRegexConfig]? = nil - ) - { + ) { self.piiEntitiesConfig = piiEntitiesConfig self.regexesConfig = regexesConfig } @@ -1731,8 +1691,7 @@ extension QConnectClientTypes { examples: [Swift.String]? = nil, name: Swift.String? = nil, type: QConnectClientTypes.GuardrailTopicType? = nil - ) - { + ) { self.definition = definition self.examples = examples self.name = name @@ -1756,8 +1715,7 @@ extension QConnectClientTypes { public init( topicsConfig: [QConnectClientTypes.GuardrailTopicConfig]? = nil - ) - { + ) { self.topicsConfig = topicsConfig } } @@ -1800,8 +1758,7 @@ extension QConnectClientTypes { public init( type: QConnectClientTypes.GuardrailManagedWordsType? = nil - ) - { + ) { self.type = type } } @@ -1822,8 +1779,7 @@ extension QConnectClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1846,8 +1802,7 @@ extension QConnectClientTypes { public init( managedWordListsConfig: [QConnectClientTypes.GuardrailManagedWordsConfig]? = nil, wordsConfig: [QConnectClientTypes.GuardrailWordConfig]? = nil - ) - { + ) { self.managedWordListsConfig = managedWordListsConfig self.wordsConfig = wordsConfig } @@ -1901,8 +1856,7 @@ public struct CreateAIGuardrailInput: Swift.Sendable { topicPolicyConfig: QConnectClientTypes.AIGuardrailTopicPolicyConfig? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil, wordPolicyConfig: QConnectClientTypes.AIGuardrailWordPolicyConfig? = nil - ) - { + ) { self.assistantId = assistantId self.blockedInputMessaging = blockedInputMessaging self.blockedOutputsMessaging = blockedOutputsMessaging @@ -1989,8 +1943,7 @@ extension QConnectClientTypes { topicPolicyConfig: QConnectClientTypes.AIGuardrailTopicPolicyConfig? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil, wordPolicyConfig: QConnectClientTypes.AIGuardrailWordPolicyConfig? = nil - ) - { + ) { self.aiGuardrailArn = aiGuardrailArn self.aiGuardrailId = aiGuardrailId self.assistantArn = assistantArn @@ -2023,8 +1976,7 @@ public struct CreateAIGuardrailOutput: Swift.Sendable { public init( aiGuardrail: QConnectClientTypes.AIGuardrailData? = nil - ) - { + ) { self.aiGuardrail = aiGuardrail } } @@ -2046,8 +1998,7 @@ public struct CreateAIGuardrailVersionInput: Swift.Sendable { assistantId: Swift.String? = nil, clientToken: Swift.String? = nil, modifiedTime: Foundation.Date? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId self.clientToken = clientToken @@ -2064,8 +2015,7 @@ public struct CreateAIGuardrailVersionOutput: Swift.Sendable { public init( aiGuardrail: QConnectClientTypes.AIGuardrailData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiGuardrail = aiGuardrail self.versionNumber = versionNumber } @@ -2082,8 +2032,7 @@ public struct DeleteAIGuardrailInput: Swift.Sendable { public init( aiGuardrailId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId } @@ -2109,8 +2058,7 @@ public struct DeleteAIGuardrailVersionInput: Swift.Sendable { aiGuardrailId: Swift.String? = nil, assistantId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId self.versionNumber = versionNumber @@ -2133,8 +2081,7 @@ public struct GetAIGuardrailInput: Swift.Sendable { public init( aiGuardrailId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId } @@ -2149,8 +2096,7 @@ public struct GetAIGuardrailOutput: Swift.Sendable { public init( aiGuardrail: QConnectClientTypes.AIGuardrailData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiGuardrail = aiGuardrail self.versionNumber = versionNumber } @@ -2169,8 +2115,7 @@ public struct ListAIGuardrailsInput: Swift.Sendable { assistantId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -2219,8 +2164,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.Status? = nil, tags: [Swift.String: Swift.String]? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiGuardrailArn = aiGuardrailArn self.aiGuardrailId = aiGuardrailId self.assistantArn = assistantArn @@ -2250,8 +2194,7 @@ public struct ListAIGuardrailsOutput: Swift.Sendable { public init( aiGuardrailSummaries: [QConnectClientTypes.AIGuardrailSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiGuardrailSummaries = aiGuardrailSummaries self.nextToken = nextToken } @@ -2274,8 +2217,7 @@ public struct ListAIGuardrailVersionsInput: Swift.Sendable { assistantId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId self.maxResults = maxResults @@ -2295,8 +2237,7 @@ extension QConnectClientTypes { public init( aiGuardrailSummary: QConnectClientTypes.AIGuardrailSummary? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiGuardrailSummary = aiGuardrailSummary self.versionNumber = versionNumber } @@ -2313,8 +2254,7 @@ public struct ListAIGuardrailVersionsOutput: Swift.Sendable { public init( aiGuardrailVersionSummaries: [QConnectClientTypes.AIGuardrailVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiGuardrailVersionSummaries = aiGuardrailVersionSummaries self.nextToken = nextToken } @@ -2364,8 +2304,7 @@ public struct UpdateAIGuardrailInput: Swift.Sendable { topicPolicyConfig: QConnectClientTypes.AIGuardrailTopicPolicyConfig? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil, wordPolicyConfig: QConnectClientTypes.AIGuardrailWordPolicyConfig? = nil - ) - { + ) { self.aiGuardrailId = aiGuardrailId self.assistantId = assistantId self.blockedInputMessaging = blockedInputMessaging @@ -2392,8 +2331,7 @@ public struct UpdateAIGuardrailOutput: Swift.Sendable { public init( aiGuardrail: QConnectClientTypes.AIGuardrailData? = nil - ) - { + ) { self.aiGuardrail = aiGuardrail } } @@ -2437,8 +2375,7 @@ extension QConnectClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -2567,8 +2504,7 @@ public struct CreateAIPromptInput: Swift.Sendable { templateType: QConnectClientTypes.AIPromptTemplateType? = nil, type: QConnectClientTypes.AIPromptType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.apiFormat = apiFormat self.assistantId = assistantId self.clientToken = clientToken @@ -2648,8 +2584,7 @@ extension QConnectClientTypes { templateType: QConnectClientTypes.AIPromptTemplateType? = nil, type: QConnectClientTypes.AIPromptType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiPromptArn = aiPromptArn self.aiPromptId = aiPromptId self.apiFormat = apiFormat @@ -2676,8 +2611,7 @@ public struct CreateAIPromptOutput: Swift.Sendable { public init( aiPrompt: QConnectClientTypes.AIPromptData? = nil - ) - { + ) { self.aiPrompt = aiPrompt } } @@ -2699,8 +2633,7 @@ public struct CreateAIPromptVersionInput: Swift.Sendable { assistantId: Swift.String? = nil, clientToken: Swift.String? = nil, modifiedTime: Foundation.Date? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId self.clientToken = clientToken @@ -2717,8 +2650,7 @@ public struct CreateAIPromptVersionOutput: Swift.Sendable { public init( aiPrompt: QConnectClientTypes.AIPromptData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiPrompt = aiPrompt self.versionNumber = versionNumber } @@ -2735,8 +2667,7 @@ public struct DeleteAIPromptInput: Swift.Sendable { public init( aiPromptId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId } @@ -2762,8 +2693,7 @@ public struct DeleteAIPromptVersionInput: Swift.Sendable { aiPromptId: Swift.String? = nil, assistantId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId self.versionNumber = versionNumber @@ -2786,8 +2716,7 @@ public struct GetAIPromptInput: Swift.Sendable { public init( aiPromptId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId } @@ -2802,8 +2731,7 @@ public struct GetAIPromptOutput: Swift.Sendable { public init( aiPrompt: QConnectClientTypes.AIPromptData? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiPrompt = aiPrompt self.versionNumber = versionNumber } @@ -2825,8 +2753,7 @@ public struct ListAIPromptsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, origin: QConnectClientTypes.Origin? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -2895,8 +2822,7 @@ extension QConnectClientTypes { templateType: QConnectClientTypes.AIPromptTemplateType? = nil, type: QConnectClientTypes.AIPromptType? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiPromptArn = aiPromptArn self.aiPromptId = aiPromptId self.apiFormat = apiFormat @@ -2926,8 +2852,7 @@ public struct ListAIPromptsOutput: Swift.Sendable { public init( aiPromptSummaries: [QConnectClientTypes.AIPromptSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiPromptSummaries = aiPromptSummaries self.nextToken = nextToken } @@ -2953,8 +2878,7 @@ public struct ListAIPromptVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, origin: QConnectClientTypes.Origin? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId self.maxResults = maxResults @@ -2975,8 +2899,7 @@ extension QConnectClientTypes { public init( aiPromptSummary: QConnectClientTypes.AIPromptSummary? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aiPromptSummary = aiPromptSummary self.versionNumber = versionNumber } @@ -2993,8 +2916,7 @@ public struct ListAIPromptVersionsOutput: Swift.Sendable { public init( aiPromptVersionSummaries: [QConnectClientTypes.AIPromptVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aiPromptVersionSummaries = aiPromptVersionSummaries self.nextToken = nextToken } @@ -3024,8 +2946,7 @@ public struct UpdateAIPromptInput: Swift.Sendable { description: Swift.String? = nil, templateConfiguration: QConnectClientTypes.AIPromptTemplateConfiguration? = nil, visibilityStatus: QConnectClientTypes.VisibilityStatus? = nil - ) - { + ) { self.aiPromptId = aiPromptId self.assistantId = assistantId self.clientToken = clientToken @@ -3041,8 +2962,7 @@ public struct UpdateAIPromptOutput: Swift.Sendable { public init( aiPrompt: QConnectClientTypes.AIPromptData? = nil - ) - { + ) { self.aiPrompt = aiPrompt } } @@ -3056,8 +2976,7 @@ extension QConnectClientTypes { public init( flowId: Swift.String? = nil - ) - { + ) { self.flowId = flowId } } @@ -3095,8 +3014,7 @@ extension QConnectClientTypes { public init( appIntegrationArn: Swift.String? = nil, objectFields: [Swift.String]? = nil - ) - { + ) { self.appIntegrationArn = appIntegrationArn self.objectFields = objectFields } @@ -3160,8 +3078,7 @@ public struct CreateAssistantAssociationInput: Swift.Sendable { associationType: QConnectClientTypes.AssociationType? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantId = assistantId self.association = association self.associationType = associationType @@ -3182,8 +3099,7 @@ extension QConnectClientTypes { public init( knowledgeBaseArn: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn self.knowledgeBaseId = knowledgeBaseId } @@ -3233,8 +3149,7 @@ extension QConnectClientTypes { associationData: QConnectClientTypes.AssistantAssociationOutputData? = nil, associationType: QConnectClientTypes.AssociationType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantAssociationArn = assistantAssociationArn self.assistantAssociationId = assistantAssociationId @@ -3252,8 +3167,7 @@ public struct CreateAssistantAssociationOutput: Swift.Sendable { public init( assistantAssociation: QConnectClientTypes.AssistantAssociationData? = nil - ) - { + ) { self.assistantAssociation = assistantAssociation } } @@ -3269,8 +3183,7 @@ public struct DeleteAssistantAssociationInput: Swift.Sendable { public init( assistantAssociationId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.assistantAssociationId = assistantAssociationId self.assistantId = assistantId } @@ -3292,8 +3205,7 @@ public struct GetAssistantAssociationInput: Swift.Sendable { public init( assistantAssociationId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.assistantAssociationId = assistantAssociationId self.assistantId = assistantId } @@ -3305,8 +3217,7 @@ public struct GetAssistantAssociationOutput: Swift.Sendable { public init( assistantAssociation: QConnectClientTypes.AssistantAssociationData? = nil - ) - { + ) { self.assistantAssociation = assistantAssociation } } @@ -3324,8 +3235,7 @@ public struct ListAssistantAssociationsInput: Swift.Sendable { assistantId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -3365,8 +3275,7 @@ extension QConnectClientTypes { associationData: QConnectClientTypes.AssistantAssociationOutputData? = nil, associationType: QConnectClientTypes.AssociationType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantAssociationArn = assistantAssociationArn self.assistantAssociationId = assistantAssociationId @@ -3388,8 +3297,7 @@ public struct ListAssistantAssociationsOutput: Swift.Sendable { public init( assistantAssociationSummaries: [QConnectClientTypes.AssistantAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantAssociationSummaries = assistantAssociationSummaries self.nextToken = nextToken } @@ -3404,8 +3312,7 @@ extension QConnectClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -3460,8 +3367,7 @@ public struct CreateAssistantInput: Swift.Sendable { serverSideEncryptionConfiguration: QConnectClientTypes.ServerSideEncryptionConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AssistantType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -3509,8 +3415,7 @@ extension QConnectClientTypes { public init( type: QConnectClientTypes.AssistantCapabilityType? = nil - ) - { + ) { self.type = type } } @@ -3525,8 +3430,7 @@ extension QConnectClientTypes { public init( topicIntegrationArn: Swift.String? = nil - ) - { + ) { self.topicIntegrationArn = topicIntegrationArn } } @@ -3617,8 +3521,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.AssistantStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AssistantType? = nil - ) - { + ) { self.aiAgentConfiguration = aiAgentConfiguration self.assistantArn = assistantArn self.assistantId = assistantId @@ -3640,8 +3543,7 @@ public struct CreateAssistantOutput: Swift.Sendable { public init( assistant: QConnectClientTypes.AssistantData? = nil - ) - { + ) { self.assistant = assistant } } @@ -3653,8 +3555,7 @@ public struct DeleteAssistantInput: Swift.Sendable { public init( assistantId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId } } @@ -3671,8 +3572,7 @@ public struct GetAssistantInput: Swift.Sendable { public init( assistantId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId } } @@ -3683,8 +3583,7 @@ public struct GetAssistantOutput: Swift.Sendable { public init( assistant: QConnectClientTypes.AssistantData? = nil - ) - { + ) { self.assistant = assistant } } @@ -3706,8 +3605,7 @@ public struct GetRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, sessionId: Swift.String? = nil, waitTimeSeconds: Swift.Int = 0 - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.sessionId = sessionId @@ -3759,8 +3657,7 @@ extension QConnectClientTypes { public init( relevanceLevel: QConnectClientTypes.RelevanceLevel? = nil, relevanceScore: Swift.Double = 0.0 - ) - { + ) { self.relevanceLevel = relevanceLevel self.relevanceScore = relevanceScore } @@ -3779,8 +3676,7 @@ extension QConnectClientTypes { public init( beginOffsetInclusive: Swift.Int = 0, endOffsetExclusive: Swift.Int = 0 - ) - { + ) { self.beginOffsetInclusive = beginOffsetInclusive self.endOffsetExclusive = endOffsetExclusive } @@ -3799,8 +3695,7 @@ extension QConnectClientTypes { public init( highlights: [QConnectClientTypes.Highlight]? = nil, text: Swift.String? = nil - ) - { + ) { self.highlights = highlights self.text = text } @@ -3824,8 +3719,7 @@ extension QConnectClientTypes { public init( excerpt: QConnectClientTypes.DocumentText? = nil, title: QConnectClientTypes.DocumentText? = nil - ) - { + ) { self.excerpt = excerpt self.title = title } @@ -3846,8 +3740,7 @@ extension QConnectClientTypes { public init( rankingData: QConnectClientTypes.RankingData? = nil, textData: QConnectClientTypes.TextData? = nil - ) - { + ) { self.rankingData = rankingData self.textData = textData } @@ -3868,8 +3761,7 @@ extension QConnectClientTypes { public init( intent: Swift.String? = nil, intentId: Swift.String? = nil - ) - { + ) { self.intent = intent self.intentId = intentId } @@ -3893,8 +3785,7 @@ extension QConnectClientTypes { public init( beginOffsetInclusive: Swift.Int = 0, endOffsetExclusive: Swift.Int = 0 - ) - { + ) { self.beginOffsetInclusive = beginOffsetInclusive self.endOffsetExclusive = endOffsetExclusive } @@ -3952,8 +3843,7 @@ extension QConnectClientTypes { rankingData: QConnectClientTypes.RankingData? = nil, textData: QConnectClientTypes.TextData? = nil, type: QConnectClientTypes.SourceContentType? = nil - ) - { + ) { self.citationSpan = citationSpan self.id = id self.rankingData = rankingData @@ -4016,8 +3906,7 @@ extension QConnectClientTypes { knowledgeBaseId: Swift.String? = nil, referenceType: QConnectClientTypes.ReferenceType? = nil, sourceURL: Swift.String? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.knowledgeBaseArn = knowledgeBaseArn @@ -4040,8 +3929,7 @@ extension QConnectClientTypes { public init( generationId: Swift.String? = nil, modelId: Swift.String? = nil - ) - { + ) { self.generationId = generationId self.modelId = modelId } @@ -4076,8 +3964,7 @@ extension QConnectClientTypes { contentReference: QConnectClientTypes.ContentReference? = nil, excerpt: QConnectClientTypes.DocumentText? = nil, title: QConnectClientTypes.DocumentText? = nil - ) - { + ) { self.contentReference = contentReference self.excerpt = excerpt self.title = title @@ -4129,8 +4016,7 @@ extension QConnectClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -4242,8 +4128,7 @@ extension QConnectClientTypes { recommendationIds: [Swift.String]? = nil, source: QConnectClientTypes.RecommendationSourceType? = nil, type: QConnectClientTypes.RecommendationTriggerType? = nil - ) - { + ) { self.data = data self.id = id self.recommendationIds = recommendationIds @@ -4262,8 +4147,7 @@ public struct ListAssistantsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4313,8 +4197,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.AssistantStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: QConnectClientTypes.AssistantType? = nil - ) - { + ) { self.aiAgentConfiguration = aiAgentConfiguration self.assistantArn = assistantArn self.assistantId = assistantId @@ -4340,8 +4223,7 @@ public struct ListAssistantsOutput: Swift.Sendable { public init( assistantSummaries: [QConnectClientTypes.AssistantSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantSummaries = assistantSummaries self.nextToken = nextToken } @@ -4362,8 +4244,7 @@ public struct NotifyRecommendationsReceivedInput: Swift.Sendable { assistantId: Swift.String? = nil, recommendationIds: [Swift.String]? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.recommendationIds = recommendationIds self.sessionId = sessionId @@ -4382,8 +4263,7 @@ extension QConnectClientTypes { public init( message: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.message = message self.recommendationId = recommendationId } @@ -4399,8 +4279,7 @@ public struct NotifyRecommendationsReceivedOutput: Swift.Sendable { public init( errors: [QConnectClientTypes.NotifyRecommendationsReceivedError]? = nil, recommendationIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.recommendationIds = recommendationIds } @@ -4445,8 +4324,7 @@ extension QConnectClientTypes { public init( relevance: QConnectClientTypes.Relevance? = nil - ) - { + ) { self.relevance = relevance } } @@ -4510,8 +4388,7 @@ public struct PutFeedbackInput: Swift.Sendable { contentFeedback: QConnectClientTypes.ContentFeedbackData? = nil, targetId: Swift.String? = nil, targetType: QConnectClientTypes.TargetType? = nil - ) - { + ) { self.assistantId = assistantId self.contentFeedback = contentFeedback self.targetId = targetId @@ -4542,8 +4419,7 @@ public struct PutFeedbackOutput: Swift.Sendable { contentFeedback: QConnectClientTypes.ContentFeedbackData? = nil, targetId: Swift.String? = nil, targetType: QConnectClientTypes.TargetType? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantId = assistantId self.contentFeedback = contentFeedback @@ -4570,8 +4446,7 @@ public struct RequestTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4646,8 +4521,7 @@ extension QConnectClientTypes { comparator: QConnectClientTypes.QueryConditionComparisonOperator? = nil, field: QConnectClientTypes.QueryConditionFieldName? = nil, value: Swift.String? = nil - ) - { + ) { self.comparator = comparator self.field = field self.value = value @@ -4675,8 +4549,7 @@ extension QConnectClientTypes { public init( intentId: Swift.String? = nil - ) - { + ) { self.intentId = intentId } } @@ -4692,8 +4565,7 @@ extension QConnectClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -4744,8 +4616,7 @@ public struct QueryAssistantInput: Swift.Sendable { queryInputData: QConnectClientTypes.QueryInputData? = nil, queryText: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -4805,8 +4676,7 @@ public struct RemoveAssistantAIAgentInput: Swift.Sendable { public init( aiAgentType: QConnectClientTypes.AIAgentType? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.aiAgentType = aiAgentType self.assistantId = assistantId } @@ -4887,8 +4757,7 @@ extension QConnectClientTypes { field: QConnectClientTypes.FilterField? = nil, `operator`: QConnectClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.field = field self.`operator` = `operator` self.value = value @@ -4906,8 +4775,7 @@ extension QConnectClientTypes { public init( filters: [QConnectClientTypes.Filter]? = nil - ) - { + ) { self.filters = filters } } @@ -4930,8 +4798,7 @@ public struct SearchSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: QConnectClientTypes.SearchExpression? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -4961,8 +4828,7 @@ extension QConnectClientTypes { assistantId: Swift.String? = nil, sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantId = assistantId self.sessionArn = sessionArn @@ -4981,8 +4847,7 @@ public struct SearchSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessionSummaries: [QConnectClientTypes.SessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessionSummaries = sessionSummaries } @@ -5014,8 +4879,7 @@ public struct CreateSessionInput: Swift.Sendable { name: Swift.String? = nil, tagFilter: QConnectClientTypes.TagFilter? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aiAgentConfiguration = aiAgentConfiguration self.assistantId = assistantId self.clientToken = clientToken @@ -5035,8 +4899,7 @@ extension QConnectClientTypes { public init( topicIntegrationArn: Swift.String? = nil - ) - { + ) { self.topicIntegrationArn = topicIntegrationArn } } @@ -5075,8 +4938,7 @@ extension QConnectClientTypes { sessionId: Swift.String? = nil, tagFilter: QConnectClientTypes.TagFilter? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aiAgentConfiguration = aiAgentConfiguration self.description = description self.integrationConfiguration = integrationConfiguration @@ -5095,8 +4957,7 @@ public struct CreateSessionOutput: Swift.Sendable { public init( session: QConnectClientTypes.SessionData? = nil - ) - { + ) { self.session = session } } @@ -5116,8 +4977,7 @@ public struct GetNextMessageInput: Swift.Sendable { assistantId: Swift.String? = nil, nextMessageToken: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.nextMessageToken = nextMessageToken self.sessionId = sessionId @@ -5148,8 +5008,7 @@ extension QConnectClientTypes { public init( key: Swift.String? = nil, value: QConnectClientTypes.RuntimeSessionDataValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -5238,8 +5097,7 @@ extension QConnectClientTypes { public init( reason: QConnectClientTypes.ConversationStatusReason? = nil, status: QConnectClientTypes.ConversationStatus? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -5287,8 +5145,7 @@ extension QConnectClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -5331,8 +5188,7 @@ extension QConnectClientTypes { participant: QConnectClientTypes.Participant? = nil, timestamp: Foundation.Date? = nil, value: QConnectClientTypes.MessageData? = nil - ) - { + ) { self.messageId = messageId self.participant = participant self.timestamp = timestamp @@ -5392,8 +5248,7 @@ public struct GetNextMessageOutput: Swift.Sendable { requestMessageId: Swift.String? = nil, response: QConnectClientTypes.MessageOutput? = nil, type: QConnectClientTypes.MessageType? = nil - ) - { + ) { self.conversationSessionData = conversationSessionData self.conversationState = conversationState self.nextMessageToken = nextMessageToken @@ -5414,8 +5269,7 @@ public struct GetSessionInput: Swift.Sendable { public init( assistantId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.sessionId = sessionId } @@ -5427,8 +5281,7 @@ public struct GetSessionOutput: Swift.Sendable { public init( session: QConnectClientTypes.SessionData? = nil - ) - { + ) { self.session = session } } @@ -5450,8 +5303,7 @@ public struct ListMessagesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -5469,8 +5321,7 @@ public struct ListMessagesOutput: Swift.Sendable { public init( messages: [QConnectClientTypes.MessageOutput]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messages = messages self.nextToken = nextToken } @@ -5492,8 +5343,7 @@ extension QConnectClientTypes { botResponse: Swift.String? = nil, inputTranscript: Swift.String? = nil, turnNumber: Swift.Int? = nil - ) - { + ) { self.botResponse = botResponse self.inputTranscript = inputTranscript self.turnNumber = turnNumber @@ -5516,8 +5366,7 @@ extension QConnectClientTypes { public init( selfServiceConversationHistory: [QConnectClientTypes.SelfServiceConversationHistory]? = nil - ) - { + ) { self.selfServiceConversationHistory = selfServiceConversationHistory } } @@ -5533,8 +5382,7 @@ extension QConnectClientTypes { public init( value: QConnectClientTypes.MessageData? = nil - ) - { + ) { self.value = value } } @@ -5565,8 +5413,7 @@ public struct SendMessageInput: Swift.Sendable { message: QConnectClientTypes.MessageInput? = nil, sessionId: Swift.String? = nil, type: QConnectClientTypes.MessageType? = nil - ) - { + ) { self.assistantId = assistantId self.clientToken = clientToken self.conversationContext = conversationContext @@ -5587,8 +5434,7 @@ public struct SendMessageOutput: Swift.Sendable { public init( nextMessageToken: Swift.String? = nil, requestMessageId: Swift.String? = nil - ) - { + ) { self.nextMessageToken = nextMessageToken self.requestMessageId = requestMessageId } @@ -5614,8 +5460,7 @@ public struct UpdateSessionInput: Swift.Sendable { description: Swift.String? = nil, sessionId: Swift.String? = nil, tagFilter: QConnectClientTypes.TagFilter? = nil - ) - { + ) { self.aiAgentConfiguration = aiAgentConfiguration self.assistantId = assistantId self.description = description @@ -5630,8 +5475,7 @@ public struct UpdateSessionOutput: Swift.Sendable { public init( session: QConnectClientTypes.SessionData? = nil - ) - { + ) { self.session = session } } @@ -5680,8 +5524,7 @@ public struct UpdateSessionDataInput: Swift.Sendable { data: [QConnectClientTypes.RuntimeSessionData]? = nil, namespace: QConnectClientTypes.SessionDataNamespace? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.data = data self.namespace = namespace @@ -5708,8 +5551,7 @@ public struct UpdateSessionDataOutput: Swift.Sendable { namespace: QConnectClientTypes.SessionDataNamespace? = nil, sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.data = data self.namespace = namespace self.sessionArn = sessionArn @@ -5732,8 +5574,7 @@ public struct UpdateAssistantAIAgentInput: Swift.Sendable { aiAgentType: QConnectClientTypes.AIAgentType? = nil, assistantId: Swift.String? = nil, configuration: QConnectClientTypes.AIAgentConfigurationData? = nil - ) - { + ) { self.aiAgentType = aiAgentType self.assistantId = assistantId self.configuration = configuration @@ -5746,8 +5587,7 @@ public struct UpdateAssistantAIAgentOutput: Swift.Sendable { public init( assistant: QConnectClientTypes.AssistantData? = nil - ) - { + ) { self.assistant = assistant } } @@ -5762,8 +5602,7 @@ extension QConnectClientTypes { public init( parsingPromptText: Swift.String? = nil - ) - { + ) { self.parsingPromptText = parsingPromptText } } @@ -5782,8 +5621,7 @@ extension QConnectClientTypes { public init( modelArn: Swift.String? = nil, parsingPrompt: QConnectClientTypes.ParsingPrompt? = nil - ) - { + ) { self.modelArn = modelArn self.parsingPrompt = parsingPrompt } @@ -5868,8 +5706,7 @@ extension QConnectClientTypes { public init( maxTokens: Swift.Int? = nil, overlapPercentage: Swift.Int? = nil - ) - { + ) { self.maxTokens = maxTokens self.overlapPercentage = overlapPercentage } @@ -5886,8 +5723,7 @@ extension QConnectClientTypes { public init( maxTokens: Swift.Int? = nil - ) - { + ) { self.maxTokens = maxTokens } } @@ -5907,8 +5743,7 @@ extension QConnectClientTypes { public init( levelConfigurations: [QConnectClientTypes.HierarchicalChunkingLevelConfiguration]? = nil, overlapTokens: Swift.Int? = nil - ) - { + ) { self.levelConfigurations = levelConfigurations self.overlapTokens = overlapTokens } @@ -5933,8 +5768,7 @@ extension QConnectClientTypes { breakpointPercentileThreshold: Swift.Int? = nil, bufferSize: Swift.Int? = nil, maxTokens: Swift.Int? = nil - ) - { + ) { self.breakpointPercentileThreshold = breakpointPercentileThreshold self.bufferSize = bufferSize self.maxTokens = maxTokens @@ -5961,8 +5795,7 @@ extension QConnectClientTypes { fixedSizeChunkingConfiguration: QConnectClientTypes.FixedSizeChunkingConfiguration? = nil, hierarchicalChunkingConfiguration: QConnectClientTypes.HierarchicalChunkingConfiguration? = nil, semanticChunkingConfiguration: QConnectClientTypes.SemanticChunkingConfiguration? = nil - ) - { + ) { self.chunkingStrategy = chunkingStrategy self.fixedSizeChunkingConfiguration = fixedSizeChunkingConfiguration self.hierarchicalChunkingConfiguration = hierarchicalChunkingConfiguration @@ -5980,8 +5813,7 @@ extension QConnectClientTypes { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -6058,8 +5890,7 @@ public struct CreateContentAssociationInput: Swift.Sendable { contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.association = association self.associationType = associationType self.clientToken = clientToken @@ -6110,8 +5941,7 @@ extension QConnectClientTypes { knowledgeBaseArn: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associationData = associationData self.associationType = associationType self.contentArn = contentArn @@ -6131,8 +5961,7 @@ public struct CreateContentAssociationOutput: Swift.Sendable { public init( contentAssociation: QConnectClientTypes.ContentAssociationData? = nil - ) - { + ) { self.contentAssociation = contentAssociation } } @@ -6152,8 +5981,7 @@ public struct DeleteContentAssociationInput: Swift.Sendable { contentAssociationId: Swift.String? = nil, contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentAssociationId = contentAssociationId self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId @@ -6180,8 +6008,7 @@ public struct GetContentAssociationInput: Swift.Sendable { contentAssociationId: Swift.String? = nil, contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentAssociationId = contentAssociationId self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId @@ -6194,8 +6021,7 @@ public struct GetContentAssociationOutput: Swift.Sendable { public init( contentAssociation: QConnectClientTypes.ContentAssociationData? = nil - ) - { + ) { self.contentAssociation = contentAssociation } } @@ -6217,8 +6043,7 @@ public struct ListContentAssociationsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults @@ -6267,8 +6092,7 @@ extension QConnectClientTypes { knowledgeBaseArn: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associationData = associationData self.associationType = associationType self.contentArn = contentArn @@ -6292,8 +6116,7 @@ public struct ListContentAssociationsOutput: Swift.Sendable { public init( contentAssociationSummaries: [QConnectClientTypes.ContentAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentAssociationSummaries = contentAssociationSummaries self.nextToken = nextToken } @@ -6329,8 +6152,7 @@ public struct CreateContentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.knowledgeBaseId = knowledgeBaseId self.metadata = metadata @@ -6446,8 +6268,7 @@ extension QConnectClientTypes { title: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.contentType = contentType @@ -6477,8 +6298,7 @@ public struct CreateContentOutput: Swift.Sendable { public init( content: QConnectClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -6494,8 +6314,7 @@ public struct DeleteContentInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -6517,8 +6336,7 @@ public struct GetContentInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -6530,8 +6348,7 @@ public struct GetContentOutput: Swift.Sendable { public init( content: QConnectClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -6547,8 +6364,7 @@ public struct GetContentSummaryInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -6603,8 +6419,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.ContentStatus? = nil, tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.contentType = contentType @@ -6626,8 +6441,7 @@ public struct GetContentSummaryOutput: Swift.Sendable { public init( contentSummary: QConnectClientTypes.ContentSummary? = nil - ) - { + ) { self.contentSummary = contentSummary } } @@ -6645,8 +6459,7 @@ public struct ListContentsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -6663,8 +6476,7 @@ public struct ListContentsOutput: Swift.Sendable { public init( contentSummaries: [QConnectClientTypes.ContentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentSummaries = contentSummaries self.nextToken = nextToken } @@ -6688,8 +6500,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6723,8 +6534,7 @@ public struct UpdateContentInput: Swift.Sendable { revisionId: Swift.String? = nil, title: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId self.metadata = metadata @@ -6742,8 +6552,7 @@ public struct UpdateContentOutput: Swift.Sendable { public init( content: QConnectClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -6830,8 +6639,7 @@ extension QConnectClientTypes { public init( templateUri: Swift.String? = nil - ) - { + ) { self.templateUri = templateUri } } @@ -6846,8 +6654,7 @@ extension QConnectClientTypes { public init( rateLimit: Swift.Int? = nil - ) - { + ) { self.rateLimit = rateLimit } } @@ -6891,8 +6698,7 @@ extension QConnectClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -6907,8 +6713,7 @@ extension QConnectClientTypes { public init( seedUrls: [QConnectClientTypes.SeedUrl]? = nil - ) - { + ) { self.seedUrls = seedUrls } } @@ -6936,8 +6741,7 @@ extension QConnectClientTypes { inclusionFilters: [Swift.String]? = nil, scope: QConnectClientTypes.WebScopeType? = nil, urlConfiguration: QConnectClientTypes.UrlConfiguration? = nil - ) - { + ) { self.crawlerLimits = crawlerLimits self.exclusionFilters = exclusionFilters self.inclusionFilters = inclusionFilters @@ -7013,8 +6817,7 @@ extension QConnectClientTypes { public init( bedrockFoundationModelConfiguration: QConnectClientTypes.BedrockFoundationModelConfigurationForParsing? = nil, parsingStrategy: QConnectClientTypes.ParsingStrategy? = nil - ) - { + ) { self.bedrockFoundationModelConfiguration = bedrockFoundationModelConfiguration self.parsingStrategy = parsingStrategy } @@ -7033,8 +6836,7 @@ extension QConnectClientTypes { public init( chunkingConfiguration: QConnectClientTypes.ChunkingConfiguration? = nil, parsingConfiguration: QConnectClientTypes.ParsingConfiguration? = nil - ) - { + ) { self.chunkingConfiguration = chunkingConfiguration self.parsingConfiguration = parsingConfiguration } @@ -7073,8 +6875,7 @@ public struct CreateKnowledgeBaseInput: Swift.Sendable { sourceConfiguration: QConnectClientTypes.SourceConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, vectorIngestionConfiguration: QConnectClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.knowledgeBaseType = knowledgeBaseType @@ -7216,8 +7017,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.KnowledgeBaseStatus? = nil, tags: [Swift.String: Swift.String]? = nil, vectorIngestionConfiguration: QConnectClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.description = description self.ingestionFailureReasons = ingestionFailureReasons self.ingestionStatus = ingestionStatus @@ -7242,8 +7042,7 @@ public struct CreateKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: QConnectClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -7270,8 +7069,7 @@ extension QConnectClientTypes { public init( html: QConnectClientTypes.MessageTemplateBodyContentProvider? = nil, plainText: QConnectClientTypes.MessageTemplateBodyContentProvider? = nil - ) - { + ) { self.html = html self.plainText = plainText } @@ -7290,8 +7088,7 @@ extension QConnectClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -7318,8 +7115,7 @@ extension QConnectClientTypes { body: QConnectClientTypes.EmailMessageTemplateContentBody? = nil, headers: [QConnectClientTypes.EmailHeader]? = nil, subject: Swift.String? = nil - ) - { + ) { self.body = body self.headers = headers self.subject = subject @@ -7341,8 +7137,7 @@ extension QConnectClientTypes { public init( plainText: QConnectClientTypes.MessageTemplateBodyContentProvider? = nil - ) - { + ) { self.plainText = plainText } } @@ -7357,8 +7152,7 @@ extension QConnectClientTypes { public init( body: QConnectClientTypes.SMSMessageTemplateContentBody? = nil - ) - { + ) { self.body = body } } @@ -7556,8 +7350,7 @@ extension QConnectClientTypes { shippingProvince: Swift.String? = nil, shippingState: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.accountNumber = accountNumber self.additionalInformation = additionalInformation self.address1 = address1 @@ -7634,8 +7427,7 @@ extension QConnectClientTypes { public init( address: Swift.String? = nil - ) - { + ) { self.address = address } } @@ -7661,8 +7453,7 @@ extension QConnectClientTypes { customerEndpoint: QConnectClientTypes.SystemEndpointAttributes? = nil, name: Swift.String? = nil, systemEndpoint: QConnectClientTypes.SystemEndpointAttributes? = nil - ) - { + ) { self.customerEndpoint = customerEndpoint self.name = name self.systemEndpoint = systemEndpoint @@ -7693,8 +7484,7 @@ extension QConnectClientTypes { customAttributes: [Swift.String: Swift.String]? = nil, customerProfileAttributes: QConnectClientTypes.CustomerProfileAttributes? = nil, systemAttributes: QConnectClientTypes.SystemAttributes? = nil - ) - { + ) { self.agentAttributes = agentAttributes self.customAttributes = customAttributes self.customerProfileAttributes = customerProfileAttributes @@ -7724,8 +7514,7 @@ extension QConnectClientTypes { public init( criteria: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.criteria = criteria self.values = values } @@ -7774,8 +7563,7 @@ public struct CreateMessageTemplateInput: Swift.Sendable { language: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channelSubtype = channelSubtype self.clientToken = clientToken self.content = content @@ -7892,8 +7680,7 @@ extension QConnectClientTypes { messageTemplateId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributeTypes = attributeTypes self.channelSubtype = channelSubtype self.content = content @@ -7921,8 +7708,7 @@ public struct CreateMessageTemplateOutput: Swift.Sendable { public init( messageTemplate: QConnectClientTypes.MessageTemplateData? = nil - ) - { + ) { self.messageTemplate = messageTemplate } } @@ -7953,8 +7739,7 @@ public struct CreateMessageTemplateAttachmentInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.body = body self.clientToken = clientToken self.contentDisposition = contentDisposition @@ -7999,8 +7784,7 @@ extension QConnectClientTypes { uploadedTime: Foundation.Date? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.attachmentId = attachmentId self.contentDisposition = contentDisposition self.name = name @@ -8022,8 +7806,7 @@ public struct CreateMessageTemplateAttachmentOutput: Swift.Sendable { public init( attachment: QConnectClientTypes.MessageTemplateAttachment? = nil - ) - { + ) { self.attachment = attachment } } @@ -8042,8 +7825,7 @@ public struct CreateMessageTemplateVersionInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, messageTemplateContentSha256: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateContentSha256 = messageTemplateContentSha256 self.messageTemplateId = messageTemplateId @@ -8127,8 +7909,7 @@ extension QConnectClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.attachments = attachments self.attributeTypes = attributeTypes self.channelSubtype = channelSubtype @@ -8159,8 +7940,7 @@ public struct CreateMessageTemplateVersionOutput: Swift.Sendable { public init( messageTemplate: QConnectClientTypes.ExtendedMessageTemplateData? = nil - ) - { + ) { self.messageTemplate = messageTemplate } } @@ -8221,8 +8001,7 @@ public struct CreateQuickResponseInput: Swift.Sendable { name: Swift.String? = nil, shortcutKey: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.clientToken = clientToken self.content = content @@ -8265,8 +8044,7 @@ extension QConnectClientTypes { public init( markdown: QConnectClientTypes.QuickResponseContentProvider? = nil, plainText: QConnectClientTypes.QuickResponseContentProvider? = nil - ) - { + ) { self.markdown = markdown self.plainText = plainText } @@ -8393,8 +8171,7 @@ extension QConnectClientTypes { shortcutKey: Swift.String? = nil, status: QConnectClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.contentType = contentType self.contents = contents @@ -8428,8 +8205,7 @@ public struct CreateQuickResponseOutput: Swift.Sendable { public init( quickResponse: QConnectClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -8449,8 +8225,7 @@ public struct DeactivateMessageTemplateInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId self.versionNumber = versionNumber @@ -8472,8 +8247,7 @@ public struct DeactivateMessageTemplateOutput: Swift.Sendable { messageTemplateArn: Swift.String? = nil, messageTemplateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.messageTemplateArn = messageTemplateArn self.messageTemplateId = messageTemplateId self.versionNumber = versionNumber @@ -8491,8 +8265,7 @@ public struct DeleteImportJobInput: Swift.Sendable { public init( importJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.importJobId = importJobId self.knowledgeBaseId = knowledgeBaseId } @@ -8510,8 +8283,7 @@ public struct DeleteKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -8532,8 +8304,7 @@ public struct DeleteMessageTemplateInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId } @@ -8559,8 +8330,7 @@ public struct DeleteMessageTemplateAttachmentInput: Swift.Sendable { attachmentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId @@ -8583,8 +8353,7 @@ public struct DeleteQuickResponseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, quickResponseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.quickResponseId = quickResponseId } @@ -8635,8 +8404,7 @@ extension QConnectClientTypes { public init( configuration: QConnectClientTypes.Configuration? = nil, source: QConnectClientTypes.ExternalSource? = nil - ) - { + ) { self.configuration = configuration self.source = source } @@ -8654,8 +8422,7 @@ public struct GetImportJobInput: Swift.Sendable { public init( importJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.importJobId = importJobId self.knowledgeBaseId = knowledgeBaseId } @@ -8783,8 +8550,7 @@ extension QConnectClientTypes { uploadId: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.createdTime = createdTime self.externalSourceConfiguration = externalSourceConfiguration self.failedRecordReport = failedRecordReport @@ -8813,8 +8579,7 @@ public struct GetImportJobOutput: Swift.Sendable { public init( importJob: QConnectClientTypes.ImportJobData? = nil - ) - { + ) { self.importJob = importJob } } @@ -8826,8 +8591,7 @@ public struct GetKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -8838,8 +8602,7 @@ public struct GetKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: QConnectClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -8855,8 +8618,7 @@ public struct GetMessageTemplateInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId } @@ -8868,8 +8630,7 @@ public struct GetMessageTemplateOutput: Swift.Sendable { public init( messageTemplate: QConnectClientTypes.ExtendedMessageTemplateData? = nil - ) - { + ) { self.messageTemplate = messageTemplate } } @@ -8885,8 +8646,7 @@ public struct GetQuickResponseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, quickResponseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.quickResponseId = quickResponseId } @@ -8898,8 +8658,7 @@ public struct GetQuickResponseOutput: Swift.Sendable { public init( quickResponse: QConnectClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -8948,8 +8707,7 @@ extension QConnectClientTypes { metadata: [Swift.String: Swift.String]? = nil, status: QConnectClientTypes.ImportJobStatus? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.externalSourceConfiguration = externalSourceConfiguration self.importJobId = importJobId @@ -8977,8 +8735,7 @@ public struct ListImportJobsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -8995,8 +8752,7 @@ public struct ListImportJobsOutput: Swift.Sendable { public init( importJobSummaries: [QConnectClientTypes.ImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobSummaries = importJobSummaries self.nextToken = nextToken } @@ -9011,8 +8767,7 @@ public struct ListKnowledgeBasesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -9062,8 +8817,7 @@ extension QConnectClientTypes { status: QConnectClientTypes.KnowledgeBaseStatus? = nil, tags: [Swift.String: Swift.String]? = nil, vectorIngestionConfiguration: QConnectClientTypes.VectorIngestionConfiguration? = nil - ) - { + ) { self.description = description self.knowledgeBaseArn = knowledgeBaseArn self.knowledgeBaseId = knowledgeBaseId @@ -9089,8 +8843,7 @@ public struct ListKnowledgeBasesOutput: Swift.Sendable { public init( knowledgeBaseSummaries: [QConnectClientTypes.KnowledgeBaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseSummaries = knowledgeBaseSummaries self.nextToken = nextToken } @@ -9109,8 +8862,7 @@ public struct ListMessageTemplatesInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -9168,8 +8920,7 @@ extension QConnectClientTypes { messageTemplateId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.activeVersionNumber = activeVersionNumber self.channelSubtype = channelSubtype self.createdTime = createdTime @@ -9196,8 +8947,7 @@ public struct ListMessageTemplatesOutput: Swift.Sendable { public init( messageTemplateSummaries: [QConnectClientTypes.MessageTemplateSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messageTemplateSummaries = messageTemplateSummaries self.nextToken = nextToken } @@ -9220,8 +8970,7 @@ public struct ListMessageTemplateVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, messageTemplateId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.messageTemplateId = messageTemplateId @@ -9267,8 +9016,7 @@ extension QConnectClientTypes { messageTemplateId: Swift.String? = nil, name: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.channelSubtype = channelSubtype self.isActive = isActive self.knowledgeBaseArn = knowledgeBaseArn @@ -9291,8 +9039,7 @@ public struct ListMessageTemplateVersionsOutput: Swift.Sendable { public init( messageTemplateVersionSummaries: [QConnectClientTypes.MessageTemplateVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.messageTemplateVersionSummaries = messageTemplateVersionSummaries self.nextToken = nextToken } @@ -9313,8 +9060,7 @@ public struct RenderMessageTemplateInput: Swift.Sendable { attributes: QConnectClientTypes.MessageTemplateAttributes? = nil, knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.knowledgeBaseId = knowledgeBaseId self.messageTemplateId = messageTemplateId @@ -9334,8 +9080,7 @@ public struct RenderMessageTemplateOutput: Swift.Sendable { attachments: [QConnectClientTypes.MessageTemplateAttachment]? = nil, attributesNotInterpolated: [Swift.String]? = nil, content: QConnectClientTypes.MessageTemplateContentProvider? = nil - ) - { + ) { self.attachments = attachments self.attributesNotInterpolated = attributesNotInterpolated self.content = content @@ -9367,8 +9112,7 @@ public struct UpdateMessageTemplateInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, language: Swift.String? = nil, messageTemplateId: Swift.String? = nil - ) - { + ) { self.content = content self.defaultAttributes = defaultAttributes self.knowledgeBaseId = knowledgeBaseId @@ -9383,8 +9127,7 @@ public struct UpdateMessageTemplateOutput: Swift.Sendable { public init( messageTemplate: QConnectClientTypes.MessageTemplateData? = nil - ) - { + ) { self.messageTemplate = messageTemplate } } @@ -9409,8 +9152,7 @@ public struct UpdateMessageTemplateMetadataInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, messageTemplateId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.groupingConfiguration = groupingConfiguration self.knowledgeBaseId = knowledgeBaseId @@ -9425,8 +9167,7 @@ public struct UpdateMessageTemplateMetadataOutput: Swift.Sendable { public init( messageTemplate: QConnectClientTypes.MessageTemplateData? = nil - ) - { + ) { self.messageTemplate = messageTemplate } } @@ -9444,8 +9185,7 @@ public struct ListQuickResponsesInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -9513,8 +9253,7 @@ extension QConnectClientTypes { quickResponseId: Swift.String? = nil, status: QConnectClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.contentType = contentType self.createdTime = createdTime @@ -9548,8 +9287,7 @@ public struct ListQuickResponsesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quickResponseSummaries: [QConnectClientTypes.QuickResponseSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.quickResponseSummaries = quickResponseSummaries } @@ -9606,8 +9344,7 @@ public struct UpdateQuickResponseInput: Swift.Sendable { removeGroupingConfiguration: Swift.Bool? = nil, removeShortcutKey: Swift.Bool? = nil, shortcutKey: Swift.String? = nil - ) - { + ) { self.channels = channels self.content = content self.contentType = contentType @@ -9636,8 +9373,7 @@ public struct UpdateQuickResponseOutput: Swift.Sendable { public init( quickResponse: QConnectClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -9649,8 +9385,7 @@ public struct RemoveKnowledgeBaseTemplateUriInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -9677,8 +9412,7 @@ public struct SearchContentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: QConnectClientTypes.SearchExpression? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -9696,8 +9430,7 @@ public struct SearchContentOutput: Swift.Sendable { public init( contentSummaries: [QConnectClientTypes.ContentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentSummaries = contentSummaries self.nextToken = nextToken } @@ -9774,8 +9507,7 @@ extension QConnectClientTypes { name: Swift.String? = nil, `operator`: QConnectClientTypes.MessageTemplateFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.includeNoExistence = includeNoExistence self.name = name self.`operator` = `operator` @@ -9848,8 +9580,7 @@ extension QConnectClientTypes { public init( name: Swift.String? = nil, order: QConnectClientTypes.Order? = nil - ) - { + ) { self.name = name self.order = order } @@ -9945,8 +9676,7 @@ extension QConnectClientTypes { `operator`: QConnectClientTypes.MessageTemplateQueryOperator? = nil, priority: QConnectClientTypes.Priority? = nil, values: [Swift.String]? = nil - ) - { + ) { self.allowFuzziness = allowFuzziness self.name = name self.`operator` = `operator` @@ -9971,8 +9701,7 @@ extension QConnectClientTypes { filters: [QConnectClientTypes.MessageTemplateFilterField]? = nil, orderOnField: QConnectClientTypes.MessageTemplateOrderField? = nil, queries: [QConnectClientTypes.MessageTemplateQueryField]? = nil - ) - { + ) { self.filters = filters self.orderOnField = orderOnField self.queries = queries @@ -9997,8 +9726,7 @@ public struct SearchMessageTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: QConnectClientTypes.MessageTemplateSearchExpression? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -10066,8 +9794,7 @@ extension QConnectClientTypes { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.channelSubtype = channelSubtype self.createdTime = createdTime self.description = description @@ -10097,8 +9824,7 @@ public struct SearchMessageTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [QConnectClientTypes.MessageTemplateSearchResultData]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -10177,8 +9903,7 @@ extension QConnectClientTypes { name: Swift.String? = nil, `operator`: QConnectClientTypes.QuickResponseFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.includeNoExistence = includeNoExistence self.name = name self.`operator` = `operator` @@ -10224,8 +9949,7 @@ extension QConnectClientTypes { public init( name: Swift.String? = nil, order: QConnectClientTypes.Order? = nil - ) - { + ) { self.name = name self.order = order } @@ -10293,8 +10017,7 @@ extension QConnectClientTypes { `operator`: QConnectClientTypes.QuickResponseQueryOperator? = nil, priority: QConnectClientTypes.Priority? = nil, values: [Swift.String]? = nil - ) - { + ) { self.allowFuzziness = allowFuzziness self.name = name self.`operator` = `operator` @@ -10319,8 +10042,7 @@ extension QConnectClientTypes { filters: [QConnectClientTypes.QuickResponseFilterField]? = nil, orderOnField: QConnectClientTypes.QuickResponseOrderField? = nil, queries: [QConnectClientTypes.QuickResponseQueryField]? = nil - ) - { + ) { self.filters = filters self.orderOnField = orderOnField self.queries = queries @@ -10348,8 +10070,7 @@ public struct SearchQuickResponsesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: QConnectClientTypes.QuickResponseSearchExpression? = nil - ) - { + ) { self.attributes = attributes self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults @@ -10444,8 +10165,7 @@ extension QConnectClientTypes { shortcutKey: Swift.String? = nil, status: QConnectClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributesInterpolated = attributesInterpolated self.attributesNotInterpolated = attributesNotInterpolated self.channels = channels @@ -10485,8 +10205,7 @@ public struct SearchQuickResponsesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [QConnectClientTypes.QuickResponseSearchResultData]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -10506,8 +10225,7 @@ public struct StartContentUploadInput: Swift.Sendable { contentType: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, presignedUrlTimeToLive: Swift.Int? = nil - ) - { + ) { self.contentType = contentType self.knowledgeBaseId = knowledgeBaseId self.presignedUrlTimeToLive = presignedUrlTimeToLive @@ -10533,8 +10251,7 @@ public struct StartContentUploadOutput: Swift.Sendable { uploadId: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.headersToInclude = headersToInclude self.uploadId = uploadId self.url = url @@ -10575,8 +10292,7 @@ public struct StartImportJobInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, metadata: [Swift.String: Swift.String]? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.externalSourceConfiguration = externalSourceConfiguration self.importJobType = importJobType @@ -10592,8 +10308,7 @@ public struct StartImportJobOutput: Swift.Sendable { public init( importJob: QConnectClientTypes.ImportJobData? = nil - ) - { + ) { self.importJob = importJob } } @@ -10609,8 +10324,7 @@ public struct UpdateKnowledgeBaseTemplateUriInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, templateUri: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.templateUri = templateUri } @@ -10622,8 +10336,7 @@ public struct UpdateKnowledgeBaseTemplateUriOutput: Swift.Sendable { public init( knowledgeBase: QConnectClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -10635,8 +10348,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -10647,8 +10359,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -10674,8 +10385,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -10692,8 +10402,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -10715,8 +10424,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -10757,8 +10465,7 @@ extension QConnectClientTypes { public init( details: QConnectClientTypes.DataDetails? = nil, reference: QConnectClientTypes.DataReference? = nil - ) - { + ) { self.details = details self.reference = reference } @@ -10783,8 +10490,7 @@ extension QConnectClientTypes { completion: Swift.String? = nil, rankingData: QConnectClientTypes.RankingData? = nil, references: [QConnectClientTypes.DataSummary]? = nil - ) - { + ) { self.completion = completion self.rankingData = rankingData self.references = references @@ -10822,8 +10528,7 @@ extension QConnectClientTypes { relevanceLevel: QConnectClientTypes.RelevanceLevel? = nil, relevanceScore: Swift.Double = 0.0, type: QConnectClientTypes.RecommendationType? = nil - ) - { + ) { self.data = data self.document = document self.recommendationId = recommendationId @@ -10856,8 +10561,7 @@ extension QConnectClientTypes { relevanceScore: Swift.Double = 0.0, resultId: Swift.String? = nil, type: QConnectClientTypes.QueryResultType? = nil - ) - { + ) { self.data = data self.document = document self.relevanceScore = relevanceScore @@ -10877,8 +10581,7 @@ public struct GetRecommendationsOutput: Swift.Sendable { public init( recommendations: [QConnectClientTypes.RecommendationData]? = nil, triggers: [QConnectClientTypes.RecommendationTrigger]? = nil - ) - { + ) { self.recommendations = recommendations self.triggers = triggers } @@ -10894,8 +10597,7 @@ public struct QueryAssistantOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [QConnectClientTypes.ResultData]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } diff --git a/Sources/Services/AWSQConnect/Sources/AWSQConnect/QConnectClient.swift b/Sources/Services/AWSQConnect/Sources/AWSQConnect/QConnectClient.swift index cf7192469d9..3ac72efe4d2 100644 --- a/Sources/Services/AWSQConnect/Sources/AWSQConnect/QConnectClient.swift +++ b/Sources/Services/AWSQConnect/Sources/AWSQConnect/QConnectClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QConnectClient: ClientRuntime.Client { public static let clientName = "QConnectClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QConnectClient.QConnectClientConfiguration let serviceName = "QConnect" diff --git a/Sources/Services/AWSQLDB/Package.swift.txt b/Sources/Services/AWSQLDB/Package.swift.txt index fe1f851ec97..0e7a976a1dc 100644 --- a/Sources/Services/AWSQLDB/Package.swift.txt +++ b/Sources/Services/AWSQLDB/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSQLDB/Sources/AWSQLDB/Models.swift b/Sources/Services/AWSQLDB/Sources/AWSQLDB/Models.swift index 998a0464766..060b080feee 100644 --- a/Sources/Services/AWSQLDB/Sources/AWSQLDB/Models.swift +++ b/Sources/Services/AWSQLDB/Sources/AWSQLDB/Models.swift @@ -57,8 +57,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.parameterName = parameterName } @@ -88,8 +87,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -120,8 +118,7 @@ public struct ResourcePreconditionNotMetException: ClientRuntime.ModeledError, A message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -139,8 +136,7 @@ public struct CancelJournalKinesisStreamInput: Swift.Sendable { public init( ledgerName: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.ledgerName = ledgerName self.streamId = streamId } @@ -152,8 +148,7 @@ public struct CancelJournalKinesisStreamOutput: Swift.Sendable { public init( streamId: Swift.String? = nil - ) - { + ) { self.streamId = streamId } } @@ -179,8 +174,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -210,8 +204,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -242,8 +235,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -326,8 +318,7 @@ public struct CreateLedgerInput: Swift.Sendable { name: Swift.String? = nil, permissionsMode: QLDBClientTypes.PermissionsMode? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.kmsKey = kmsKey self.name = name @@ -395,8 +386,7 @@ public struct CreateLedgerOutput: Swift.Sendable { name: Swift.String? = nil, permissionsMode: QLDBClientTypes.PermissionsMode? = nil, state: QLDBClientTypes.LedgerState? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.deletionProtection = deletionProtection @@ -414,8 +404,7 @@ public struct DeleteLedgerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -431,8 +420,7 @@ public struct DescribeJournalKinesisStreamInput: Swift.Sendable { public init( ledgerName: Swift.String? = nil, streamId: Swift.String? = nil - ) - { + ) { self.ledgerName = ledgerName self.streamId = streamId } @@ -480,8 +468,7 @@ extension QLDBClientTypes { public init( aggregationEnabled: Swift.Bool? = nil, streamArn: Swift.String? = nil - ) - { + ) { self.aggregationEnabled = aggregationEnabled self.streamArn = streamArn } @@ -571,8 +558,7 @@ extension QLDBClientTypes { status: QLDBClientTypes.StreamStatus? = nil, streamId: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.errorCause = errorCause @@ -594,8 +580,7 @@ public struct DescribeJournalKinesisStreamOutput: Swift.Sendable { public init( stream: QLDBClientTypes.JournalKinesisStreamDescription? = nil - ) - { + ) { self.stream = stream } } @@ -611,8 +596,7 @@ public struct DescribeJournalS3ExportInput: Swift.Sendable { public init( exportId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.exportId = exportId self.name = name } @@ -695,8 +679,7 @@ extension QLDBClientTypes { public init( kmsKeyArn: Swift.String? = nil, objectEncryptionType: QLDBClientTypes.S3ObjectEncryptionType? = nil - ) - { + ) { self.kmsKeyArn = kmsKeyArn self.objectEncryptionType = objectEncryptionType } @@ -727,8 +710,7 @@ extension QLDBClientTypes { bucket: Swift.String? = nil, encryptionConfiguration: QLDBClientTypes.S3EncryptionConfiguration? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.encryptionConfiguration = encryptionConfiguration self.`prefix` = `prefix` @@ -813,8 +795,7 @@ extension QLDBClientTypes { roleArn: Swift.String? = nil, s3ExportConfiguration: QLDBClientTypes.S3ExportConfiguration? = nil, status: QLDBClientTypes.ExportStatus? = nil - ) - { + ) { self.exclusiveEndTime = exclusiveEndTime self.exportCreationTime = exportCreationTime self.exportId = exportId @@ -835,8 +816,7 @@ public struct DescribeJournalS3ExportOutput: Swift.Sendable { public init( exportDescription: QLDBClientTypes.JournalS3ExportDescription? = nil - ) - { + ) { self.exportDescription = exportDescription } } @@ -848,8 +828,7 @@ public struct DescribeLedgerInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -909,8 +888,7 @@ extension QLDBClientTypes { encryptionStatus: QLDBClientTypes.EncryptionStatus? = nil, inaccessibleKmsKeyDateTime: Foundation.Date? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.encryptionStatus = encryptionStatus self.inaccessibleKmsKeyDateTime = inaccessibleKmsKeyDateTime self.kmsKeyArn = kmsKeyArn @@ -942,8 +920,7 @@ public struct DescribeLedgerOutput: Swift.Sendable { name: Swift.String? = nil, permissionsMode: QLDBClientTypes.PermissionsMode? = nil, state: QLDBClientTypes.LedgerState? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.deletionProtection = deletionProtection @@ -987,8 +964,7 @@ public struct ExportJournalToS3Input: Swift.Sendable { outputFormat: QLDBClientTypes.OutputFormat? = nil, roleArn: Swift.String? = nil, s3ExportConfiguration: QLDBClientTypes.S3ExportConfiguration? = nil - ) - { + ) { self.exclusiveEndTime = exclusiveEndTime self.inclusiveStartTime = inclusiveStartTime self.name = name @@ -1005,8 +981,7 @@ public struct ExportJournalToS3Output: Swift.Sendable { public init( exportId: Swift.String? = nil - ) - { + ) { self.exportId = exportId } } @@ -1020,8 +995,7 @@ extension QLDBClientTypes { public init( ionText: Swift.String? = nil - ) - { + ) { self.ionText = ionText } } @@ -1047,8 +1021,7 @@ public struct GetBlockInput: Swift.Sendable { blockAddress: QLDBClientTypes.ValueHolder? = nil, digestTipAddress: QLDBClientTypes.ValueHolder? = nil, name: Swift.String? = nil - ) - { + ) { self.blockAddress = blockAddress self.digestTipAddress = digestTipAddress self.name = name @@ -1070,8 +1043,7 @@ public struct GetBlockOutput: Swift.Sendable { public init( block: QLDBClientTypes.ValueHolder? = nil, proof: QLDBClientTypes.ValueHolder? = nil - ) - { + ) { self.block = block self.proof = proof } @@ -1089,8 +1061,7 @@ public struct GetDigestInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1106,8 +1077,7 @@ public struct GetDigestOutput: Swift.Sendable { public init( digest: Foundation.Data? = nil, digestTipAddress: QLDBClientTypes.ValueHolder? = nil - ) - { + ) { self.digest = digest self.digestTipAddress = digestTipAddress } @@ -1136,8 +1106,7 @@ public struct GetRevisionInput: Swift.Sendable { digestTipAddress: QLDBClientTypes.ValueHolder? = nil, documentId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.blockAddress = blockAddress self.digestTipAddress = digestTipAddress self.documentId = documentId @@ -1160,8 +1129,7 @@ public struct GetRevisionOutput: Swift.Sendable { public init( proof: QLDBClientTypes.ValueHolder? = nil, revision: QLDBClientTypes.ValueHolder? = nil - ) - { + ) { self.proof = proof self.revision = revision } @@ -1185,8 +1153,7 @@ public struct ListJournalKinesisStreamsForLedgerInput: Swift.Sendable { ledgerName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ledgerName = ledgerName self.maxResults = maxResults self.nextToken = nextToken @@ -1204,8 +1171,7 @@ public struct ListJournalKinesisStreamsForLedgerOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streams: [QLDBClientTypes.JournalKinesisStreamDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.streams = streams } @@ -1220,8 +1186,7 @@ public struct ListJournalS3ExportsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1238,8 +1203,7 @@ public struct ListJournalS3ExportsOutput: Swift.Sendable { public init( journalS3Exports: [QLDBClientTypes.JournalS3ExportDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.journalS3Exports = journalS3Exports self.nextToken = nextToken } @@ -1258,8 +1222,7 @@ public struct ListJournalS3ExportsForLedgerInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -1277,8 +1240,7 @@ public struct ListJournalS3ExportsForLedgerOutput: Swift.Sendable { public init( journalS3Exports: [QLDBClientTypes.JournalS3ExportDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.journalS3Exports = journalS3Exports self.nextToken = nextToken } @@ -1293,8 +1255,7 @@ public struct ListLedgersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1315,8 +1276,7 @@ extension QLDBClientTypes { creationDateTime: Foundation.Date? = nil, name: Swift.String? = nil, state: QLDBClientTypes.LedgerState? = nil - ) - { + ) { self.creationDateTime = creationDateTime self.name = name self.state = state @@ -1337,8 +1297,7 @@ public struct ListLedgersOutput: Swift.Sendable { public init( ledgers: [QLDBClientTypes.LedgerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ledgers = ledgers self.nextToken = nextToken } @@ -1351,8 +1310,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1363,8 +1321,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.tags = tags } } @@ -1398,8 +1355,7 @@ public struct StreamJournalToKinesisInput: Swift.Sendable { roleArn: Swift.String? = nil, streamName: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.exclusiveEndTime = exclusiveEndTime self.inclusiveStartTime = inclusiveStartTime self.kinesisConfiguration = kinesisConfiguration @@ -1416,8 +1372,7 @@ public struct StreamJournalToKinesisOutput: Swift.Sendable { public init( streamId: Swift.String? = nil - ) - { + ) { self.streamId = streamId } } @@ -1433,8 +1388,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String?]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1456,8 +1410,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1501,8 +1454,7 @@ public struct UpdateLedgerInput: Swift.Sendable { deletionProtection: Swift.Bool? = nil, kmsKey: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.deletionProtection = deletionProtection self.kmsKey = kmsKey self.name = name @@ -1530,8 +1482,7 @@ public struct UpdateLedgerOutput: Swift.Sendable { encryptionDescription: QLDBClientTypes.LedgerEncryptionDescription? = nil, name: Swift.String? = nil, state: QLDBClientTypes.LedgerState? = nil - ) - { + ) { self.arn = arn self.creationDateTime = creationDateTime self.deletionProtection = deletionProtection @@ -1559,8 +1510,7 @@ public struct UpdateLedgerPermissionsModeInput: Swift.Sendable { public init( name: Swift.String? = nil, permissionsMode: QLDBClientTypes.PermissionsMode? = nil - ) - { + ) { self.name = name self.permissionsMode = permissionsMode } @@ -1578,8 +1528,7 @@ public struct UpdateLedgerPermissionsModeOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, permissionsMode: QLDBClientTypes.PermissionsMode? = nil - ) - { + ) { self.arn = arn self.name = name self.permissionsMode = permissionsMode diff --git a/Sources/Services/AWSQLDB/Sources/AWSQLDB/QLDBClient.swift b/Sources/Services/AWSQLDB/Sources/AWSQLDB/QLDBClient.swift index 4088d4e8c80..b1d783362d0 100644 --- a/Sources/Services/AWSQLDB/Sources/AWSQLDB/QLDBClient.swift +++ b/Sources/Services/AWSQLDB/Sources/AWSQLDB/QLDBClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QLDBClient: ClientRuntime.Client { public static let clientName = "QLDBClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QLDBClient.QLDBClientConfiguration let serviceName = "QLDB" diff --git a/Sources/Services/AWSQLDBSession/Package.swift.txt b/Sources/Services/AWSQLDBSession/Package.swift.txt index bfefeac4707..fafbe0385fb 100644 --- a/Sources/Services/AWSQLDBSession/Package.swift.txt +++ b/Sources/Services/AWSQLDBSession/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/Models.swift b/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/Models.swift index c8cc0bed7a7..2f98da5c506 100644 --- a/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/Models.swift +++ b/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/Models.swift @@ -40,8 +40,7 @@ extension QLDBSessionClientTypes { public init( processingTimeMilliseconds: Swift.Int = 0 - ) - { + ) { self.processingTimeMilliseconds = processingTimeMilliseconds } } @@ -56,8 +55,7 @@ extension QLDBSessionClientTypes { public init( timingInformation: QLDBSessionClientTypes.TimingInformation? = nil - ) - { + ) { self.timingInformation = timingInformation } } @@ -83,8 +81,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -108,8 +105,7 @@ public struct CapacityExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -128,8 +124,7 @@ extension QLDBSessionClientTypes { public init( commitDigest: Foundation.Data? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.commitDigest = commitDigest self.transactionId = transactionId } @@ -148,8 +143,7 @@ extension QLDBSessionClientTypes { public init( readIOs: Swift.Int = 0, writeIOs: Swift.Int = 0 - ) - { + ) { self.readIOs = readIOs self.writeIOs = writeIOs } @@ -174,8 +168,7 @@ extension QLDBSessionClientTypes { consumedIOs: QLDBSessionClientTypes.IOUsage? = nil, timingInformation: QLDBSessionClientTypes.TimingInformation? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.commitDigest = commitDigest self.consumedIOs = consumedIOs self.timingInformation = timingInformation @@ -202,8 +195,7 @@ extension QLDBSessionClientTypes { public init( timingInformation: QLDBSessionClientTypes.TimingInformation? = nil - ) - { + ) { self.timingInformation = timingInformation } } @@ -221,8 +213,7 @@ extension QLDBSessionClientTypes { public init( ionBinary: Foundation.Data? = nil, ionText: Swift.String? = nil - ) - { + ) { self.ionBinary = ionBinary self.ionText = ionText } @@ -246,8 +237,7 @@ extension QLDBSessionClientTypes { parameters: [QLDBSessionClientTypes.ValueHolder]? = nil, statement: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.statement = statement self.transactionId = transactionId @@ -267,8 +257,7 @@ extension QLDBSessionClientTypes { public init( nextPageToken: Swift.String? = nil, values: [QLDBSessionClientTypes.ValueHolder]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.values = values } @@ -290,8 +279,7 @@ extension QLDBSessionClientTypes { consumedIOs: QLDBSessionClientTypes.IOUsage? = nil, firstPage: QLDBSessionClientTypes.Page? = nil, timingInformation: QLDBSessionClientTypes.TimingInformation? = nil - ) - { + ) { self.consumedIOs = consumedIOs self.firstPage = firstPage self.timingInformation = timingInformation @@ -313,8 +301,7 @@ extension QLDBSessionClientTypes { public init( nextPageToken: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.transactionId = transactionId } @@ -336,8 +323,7 @@ extension QLDBSessionClientTypes { consumedIOs: QLDBSessionClientTypes.IOUsage? = nil, page: QLDBSessionClientTypes.Page? = nil, timingInformation: QLDBSessionClientTypes.TimingInformation? = nil - ) - { + ) { self.consumedIOs = consumedIOs self.page = page self.timingInformation = timingInformation @@ -365,8 +351,7 @@ public struct InvalidSessionException: ClientRuntime.ModeledError, AWSClientRunt public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -390,8 +375,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -414,8 +398,7 @@ public struct OccConflictException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -438,8 +421,7 @@ public struct RateExceededException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -454,8 +436,7 @@ extension QLDBSessionClientTypes { public init( ledgerName: Swift.String? = nil - ) - { + ) { self.ledgerName = ledgerName } } @@ -497,8 +478,7 @@ public struct SendCommandInput: Swift.Sendable { sessionToken: Swift.String? = nil, startSession: QLDBSessionClientTypes.StartSessionRequest? = nil, startTransaction: QLDBSessionClientTypes.StartTransactionRequest? = nil - ) - { + ) { self.abortTransaction = abortTransaction self.commitTransaction = commitTransaction self.endSession = endSession @@ -522,8 +502,7 @@ extension QLDBSessionClientTypes { public init( sessionToken: Swift.String? = nil, timingInformation: QLDBSessionClientTypes.TimingInformation? = nil - ) - { + ) { self.sessionToken = sessionToken self.timingInformation = timingInformation } @@ -542,8 +521,7 @@ extension QLDBSessionClientTypes { public init( timingInformation: QLDBSessionClientTypes.TimingInformation? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.timingInformation = timingInformation self.transactionId = transactionId } @@ -574,8 +552,7 @@ public struct SendCommandOutput: Swift.Sendable { fetchPage: QLDBSessionClientTypes.FetchPageResult? = nil, startSession: QLDBSessionClientTypes.StartSessionResult? = nil, startTransaction: QLDBSessionClientTypes.StartTransactionResult? = nil - ) - { + ) { self.abortTransaction = abortTransaction self.commitTransaction = commitTransaction self.endSession = endSession diff --git a/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/QLDBSessionClient.swift b/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/QLDBSessionClient.swift index f10e632b35e..629ba4172e3 100644 --- a/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/QLDBSessionClient.swift +++ b/Sources/Services/AWSQLDBSession/Sources/AWSQLDBSession/QLDBSessionClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QLDBSessionClient: ClientRuntime.Client { public static let clientName = "QLDBSessionClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QLDBSessionClient.QLDBSessionClientConfiguration let serviceName = "QLDB Session" diff --git a/Sources/Services/AWSQuickSight/Package.swift.txt b/Sources/Services/AWSQuickSight/Package.swift.txt index f6123bfe635..a6eaa7ea51e 100644 --- a/Sources/Services/AWSQuickSight/Package.swift.txt +++ b/Sources/Services/AWSQuickSight/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/Models.swift b/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/Models.swift index 4245f963ef5..b9667cab823 100644 --- a/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/Models.swift +++ b/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/Models.swift @@ -55,8 +55,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -74,8 +73,7 @@ extension QuickSightClientTypes { public init( defaultEmailCustomizationTemplate: Swift.String? = nil, defaultTheme: Swift.String? = nil - ) - { + ) { self.defaultEmailCustomizationTemplate = defaultEmailCustomizationTemplate self.defaultTheme = defaultTheme } @@ -148,8 +146,7 @@ extension QuickSightClientTypes { edition: QuickSightClientTypes.Edition? = nil, iamIdentityCenterInstanceArn: Swift.String? = nil, notificationEmail: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.accountSubscriptionStatus = accountSubscriptionStatus self.authenticationType = authenticationType @@ -184,8 +181,7 @@ extension QuickSightClientTypes { notificationEmail: Swift.String? = nil, publicSharingEnabled: Swift.Bool = false, terminationProtectionEnabled: Swift.Bool = false - ) - { + ) { self.accountName = accountName self.defaultNamespace = defaultNamespace self.edition = edition @@ -208,8 +204,7 @@ extension QuickSightClientTypes { public init( assignmentName: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.assignmentName = assignmentName self.policyArn = policyArn } @@ -254,8 +249,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -409,8 +403,7 @@ extension QuickSightClientTypes { aggregationFunctionParameters: [Swift.String: Swift.String]? = nil, period: QuickSightClientTypes.TopicTimeGranularity? = nil, periodField: Swift.String? = nil - ) - { + ) { self.aggregation = aggregation self.aggregationFunctionParameters = aggregationFunctionParameters self.period = period @@ -459,8 +452,7 @@ extension QuickSightClientTypes { public init( simpleAttributeAggregation: QuickSightClientTypes.SimpleAttributeAggregationFunction? = nil, valueForMultipleValues: Swift.String? = nil - ) - { + ) { self.simpleAttributeAggregation = simpleAttributeAggregation self.valueForMultipleValues = valueForMultipleValues } @@ -540,8 +532,7 @@ extension QuickSightClientTypes { public init( percentileValue: Swift.Double? = nil - ) - { + ) { self.percentileValue = percentileValue } } @@ -637,8 +628,7 @@ extension QuickSightClientTypes { public init( percentileAggregation: QuickSightClientTypes.PercentileAggregation? = nil, simpleNumericalAggregation: QuickSightClientTypes.SimpleNumericalAggregationFunction? = nil - ) - { + ) { self.percentileAggregation = percentileAggregation self.simpleNumericalAggregation = simpleNumericalAggregation } @@ -675,8 +665,7 @@ extension QuickSightClientTypes { categoricalAggregationFunction: QuickSightClientTypes.CategoricalAggregationFunction? = nil, dateAggregationFunction: QuickSightClientTypes.DateAggregationFunction? = nil, numericalAggregationFunction: QuickSightClientTypes.NumericalAggregationFunction? = nil - ) - { + ) { self.attributeAggregationFunction = attributeAggregationFunction self.categoricalAggregationFunction = categoricalAggregationFunction self.dateAggregationFunction = dateAggregationFunction @@ -747,8 +736,7 @@ extension QuickSightClientTypes { public init( fieldName: Swift.String? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.fieldName = fieldName self.timeGranularity = timeGranularity } @@ -769,8 +757,7 @@ extension QuickSightClientTypes { public init( columnName: Swift.String? = nil, dataSetIdentifier: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.dataSetIdentifier = dataSetIdentifier } @@ -827,8 +814,7 @@ extension QuickSightClientTypes { aggregationFunction: QuickSightClientTypes.AggregationFunction? = nil, column: QuickSightClientTypes.ColumnIdentifier? = nil, sortDirection: QuickSightClientTypes.SortDirection? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.sortDirection = sortDirection @@ -855,8 +841,7 @@ extension QuickSightClientTypes { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -872,8 +857,7 @@ extension QuickSightClientTypes { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -941,8 +925,7 @@ extension QuickSightClientTypes { public init( path: Swift.String? = nil - ) - { + ) { self.path = path } } @@ -963,8 +946,7 @@ extension QuickSightClientTypes { message: Swift.String? = nil, type: QuickSightClientTypes.AnalysisErrorType? = nil, violatedEntities: [QuickSightClientTypes.Entity]? = nil - ) - { + ) { self.message = message self.type = type self.violatedEntities = violatedEntities @@ -982,8 +964,7 @@ extension QuickSightClientTypes { public init( targetSheetId: Swift.String? = nil - ) - { + ) { self.targetSheetId = targetSheetId } } @@ -998,8 +979,7 @@ extension QuickSightClientTypes { public init( localNavigationConfiguration: QuickSightClientTypes.LocalNavigationConfiguration? = nil - ) - { + ) { self.localNavigationConfiguration = localNavigationConfiguration } } @@ -1023,8 +1003,7 @@ extension QuickSightClientTypes { decimalValues: [Swift.Double]? = nil, integerValues: [Swift.Int]? = nil, stringValues: [Swift.String]? = nil - ) - { + ) { self.dateTimeValues = dateTimeValues self.decimalValues = decimalValues self.integerValues = integerValues @@ -1051,8 +1030,7 @@ extension QuickSightClientTypes { public init( customValues: QuickSightClientTypes.CustomParameterValues? = nil, includeNullValue: Swift.Bool? = nil - ) - { + ) { self.customValues = customValues self.includeNullValue = includeNullValue } @@ -1106,8 +1084,7 @@ extension QuickSightClientTypes { sourceColumn: QuickSightClientTypes.ColumnIdentifier? = nil, sourceField: Swift.String? = nil, sourceParameterName: Swift.String? = nil - ) - { + ) { self.customValuesConfiguration = customValuesConfiguration self.selectAllValueOptions = selectAllValueOptions self.sourceColumn = sourceColumn @@ -1131,8 +1108,7 @@ extension QuickSightClientTypes { public init( destinationParameterName: Swift.String? = nil, value: QuickSightClientTypes.DestinationParameterValueConfiguration? = nil - ) - { + ) { self.destinationParameterName = destinationParameterName self.value = value } @@ -1149,8 +1125,7 @@ extension QuickSightClientTypes { public init( parameterValueConfigurations: [QuickSightClientTypes.SetParameterValueConfiguration]? = nil - ) - { + ) { self.parameterValueConfigurations = parameterValueConfigurations } } @@ -1208,8 +1183,7 @@ extension QuickSightClientTypes { public init( urlTarget: QuickSightClientTypes.URLTargetConfiguration? = nil, urlTemplate: Swift.String? = nil - ) - { + ) { self.urlTarget = urlTarget self.urlTemplate = urlTemplate } @@ -1231,8 +1205,7 @@ extension QuickSightClientTypes { navigationOperation: QuickSightClientTypes.CustomActionNavigationOperation? = nil, setParametersOperation: QuickSightClientTypes.CustomActionSetParametersOperation? = nil, urlOperation: QuickSightClientTypes.CustomActionURLOperation? = nil - ) - { + ) { self.navigationOperation = navigationOperation self.setParametersOperation = setParametersOperation self.urlOperation = urlOperation @@ -1327,8 +1300,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, status: QuickSightClientTypes.WidgetStatus? = nil, trigger: QuickSightClientTypes.ImageCustomActionTrigger? = nil - ) - { + ) { self.actionOperations = actionOperations self.customActionId = customActionId self.name = name @@ -1347,8 +1319,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -1363,8 +1334,7 @@ extension QuickSightClientTypes { public init( imageMenuOption: QuickSightClientTypes.ImageMenuOption? = nil - ) - { + ) { self.imageMenuOption = imageMenuOption } } @@ -1422,8 +1392,7 @@ extension QuickSightClientTypes { public init( scalingType: QuickSightClientTypes.SheetImageScalingType? = nil - ) - { + ) { self.scalingType = scalingType } } @@ -1439,8 +1408,7 @@ extension QuickSightClientTypes { public init( staticFileId: Swift.String? = nil - ) - { + ) { self.staticFileId = staticFileId } } @@ -1455,8 +1423,7 @@ extension QuickSightClientTypes { public init( sheetImageStaticFileSource: QuickSightClientTypes.SheetImageStaticFileSource? = nil - ) - { + ) { self.sheetImageStaticFileSource = sheetImageStaticFileSource } } @@ -1471,8 +1438,7 @@ extension QuickSightClientTypes { public init( plainText: Swift.String? = nil - ) - { + ) { self.plainText = plainText } } @@ -1519,8 +1485,7 @@ extension QuickSightClientTypes { public init( tooltipText: QuickSightClientTypes.SheetImageTooltipText? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.tooltipText = tooltipText self.visibility = visibility } @@ -1556,8 +1521,7 @@ extension QuickSightClientTypes { sheetImageId: Swift.String? = nil, source: QuickSightClientTypes.SheetImageSource? = nil, tooltip: QuickSightClientTypes.SheetImageTooltipConfiguration? = nil - ) - { + ) { self.actions = actions self.imageContentAltText = imageContentAltText self.interactions = interactions @@ -1584,8 +1548,7 @@ extension QuickSightClientTypes { images: [QuickSightClientTypes.SheetImage]? = nil, name: Swift.String? = nil, sheetId: Swift.String? = nil - ) - { + ) { self.images = images self.name = name self.sheetId = sheetId @@ -1673,8 +1636,7 @@ extension QuickSightClientTypes { sheets: [QuickSightClientTypes.Sheet]? = nil, status: QuickSightClientTypes.ResourceStatus? = nil, themeArn: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.arn = arn self.createdTime = createdTime @@ -1699,8 +1661,7 @@ extension QuickSightClientTypes { public init( optimizedViewPortWidth: Swift.String? = nil - ) - { + ) { self.optimizedViewPortWidth = optimizedViewPortWidth } } @@ -1715,8 +1676,7 @@ extension QuickSightClientTypes { public init( screenCanvasSizeOptions: QuickSightClientTypes.FreeFormLayoutScreenCanvasSizeOptions? = nil - ) - { + ) { self.screenCanvasSizeOptions = screenCanvasSizeOptions } } @@ -1732,8 +1692,7 @@ extension QuickSightClientTypes { public init( canvasSizeOptions: QuickSightClientTypes.FreeFormLayoutCanvasSizeOptions? = nil - ) - { + ) { self.canvasSizeOptions = canvasSizeOptions } } @@ -1785,8 +1744,7 @@ extension QuickSightClientTypes { public init( optimizedViewPortWidth: Swift.String? = nil, resizeOption: QuickSightClientTypes.ResizeOption? = nil - ) - { + ) { self.optimizedViewPortWidth = optimizedViewPortWidth self.resizeOption = resizeOption } @@ -1802,8 +1760,7 @@ extension QuickSightClientTypes { public init( screenCanvasSizeOptions: QuickSightClientTypes.GridLayoutScreenCanvasSizeOptions? = nil - ) - { + ) { self.screenCanvasSizeOptions = screenCanvasSizeOptions } } @@ -1819,8 +1776,7 @@ extension QuickSightClientTypes { public init( canvasSizeOptions: QuickSightClientTypes.GridLayoutCanvasSizeOptions? = nil - ) - { + ) { self.canvasSizeOptions = canvasSizeOptions } } @@ -1838,8 +1794,7 @@ extension QuickSightClientTypes { public init( freeForm: QuickSightClientTypes.DefaultFreeFormLayoutConfiguration? = nil, grid: QuickSightClientTypes.DefaultGridLayoutConfiguration? = nil - ) - { + ) { self.freeForm = freeForm self.grid = grid } @@ -1864,8 +1819,7 @@ extension QuickSightClientTypes { `left`: Swift.String? = nil, `right`: Swift.String? = nil, top: Swift.String? = nil - ) - { + ) { self.bottom = bottom self.`left` = `left` self.`right` = `right` @@ -1978,8 +1932,7 @@ extension QuickSightClientTypes { paperMargin: QuickSightClientTypes.Spacing? = nil, paperOrientation: QuickSightClientTypes.PaperOrientation? = nil, paperSize: QuickSightClientTypes.PaperSize? = nil - ) - { + ) { self.paperMargin = paperMargin self.paperOrientation = paperOrientation self.paperSize = paperSize @@ -1996,8 +1949,7 @@ extension QuickSightClientTypes { public init( paperCanvasSizeOptions: QuickSightClientTypes.SectionBasedLayoutPaperCanvasSizeOptions? = nil - ) - { + ) { self.paperCanvasSizeOptions = paperCanvasSizeOptions } } @@ -2013,8 +1965,7 @@ extension QuickSightClientTypes { public init( canvasSizeOptions: QuickSightClientTypes.SectionBasedLayoutCanvasSizeOptions? = nil - ) - { + ) { self.canvasSizeOptions = canvasSizeOptions } } @@ -2029,8 +1980,7 @@ extension QuickSightClientTypes { public init( sectionBased: QuickSightClientTypes.DefaultSectionBasedLayoutConfiguration? = nil - ) - { + ) { self.sectionBased = sectionBased } } @@ -2080,8 +2030,7 @@ extension QuickSightClientTypes { interactiveLayoutConfiguration: QuickSightClientTypes.DefaultInteractiveLayoutConfiguration? = nil, paginatedLayoutConfiguration: QuickSightClientTypes.DefaultPaginatedLayoutConfiguration? = nil, sheetContentType: QuickSightClientTypes.SheetContentType? = nil - ) - { + ) { self.interactiveLayoutConfiguration = interactiveLayoutConfiguration self.paginatedLayoutConfiguration = paginatedLayoutConfiguration self.sheetContentType = sheetContentType @@ -2099,8 +2048,7 @@ extension QuickSightClientTypes { public init( defaultNewSheetConfiguration: QuickSightClientTypes.DefaultNewSheetConfiguration? = nil - ) - { + ) { self.defaultNewSheetConfiguration = defaultNewSheetConfiguration } } @@ -2124,8 +2072,7 @@ extension QuickSightClientTypes { dataSetIdentifier: Swift.String? = nil, expression: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataSetIdentifier = dataSetIdentifier self.expression = expression self.name = name @@ -2186,8 +2133,7 @@ extension QuickSightClientTypes { color: Swift.String? = nil, fieldValue: Swift.String? = nil, specialValue: QuickSightClientTypes.SpecialValue? = nil - ) - { + ) { self.color = color self.fieldValue = fieldValue self.specialValue = specialValue @@ -2209,8 +2155,7 @@ extension QuickSightClientTypes { public init( customColors: [QuickSightClientTypes.CustomColor]? = nil - ) - { + ) { self.customColors = customColors } } @@ -2226,8 +2171,7 @@ extension QuickSightClientTypes { public init( nullString: Swift.String? = nil - ) - { + ) { self.nullString = nullString } } @@ -2248,8 +2192,7 @@ extension QuickSightClientTypes { public init( decimalPlaces: Swift.Int? = nil - ) - { + ) { self.decimalPlaces = decimalPlaces } } @@ -2294,8 +2237,7 @@ extension QuickSightClientTypes { public init( displayMode: QuickSightClientTypes.NegativeValueDisplayMode? = nil - ) - { + ) { self.displayMode = displayMode } } @@ -2386,8 +2328,7 @@ extension QuickSightClientTypes { public init( symbol: QuickSightClientTypes.NumericSeparatorSymbol? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.symbol = symbol self.visibility = visibility } @@ -2406,8 +2347,7 @@ extension QuickSightClientTypes { public init( decimalSeparator: QuickSightClientTypes.NumericSeparatorSymbol? = nil, thousandsSeparator: QuickSightClientTypes.ThousandSeparatorOptions? = nil - ) - { + ) { self.decimalSeparator = decimalSeparator self.thousandsSeparator = thousandsSeparator } @@ -2444,8 +2384,7 @@ extension QuickSightClientTypes { separatorConfiguration: QuickSightClientTypes.NumericSeparatorConfiguration? = nil, suffix: Swift.String? = nil, symbol: Swift.String? = nil - ) - { + ) { self.decimalPlacesConfiguration = decimalPlacesConfiguration self.negativeValueConfiguration = negativeValueConfiguration self.nullValueFormatConfiguration = nullValueFormatConfiguration @@ -2490,8 +2429,7 @@ extension QuickSightClientTypes { `prefix`: Swift.String? = nil, separatorConfiguration: QuickSightClientTypes.NumericSeparatorConfiguration? = nil, suffix: Swift.String? = nil - ) - { + ) { self.decimalPlacesConfiguration = decimalPlacesConfiguration self.negativeValueConfiguration = negativeValueConfiguration self.nullValueFormatConfiguration = nullValueFormatConfiguration @@ -2532,8 +2470,7 @@ extension QuickSightClientTypes { `prefix`: Swift.String? = nil, separatorConfiguration: QuickSightClientTypes.NumericSeparatorConfiguration? = nil, suffix: Swift.String? = nil - ) - { + ) { self.decimalPlacesConfiguration = decimalPlacesConfiguration self.negativeValueConfiguration = negativeValueConfiguration self.nullValueFormatConfiguration = nullValueFormatConfiguration @@ -2564,8 +2501,7 @@ extension QuickSightClientTypes { currencyDisplayFormatConfiguration: QuickSightClientTypes.CurrencyDisplayFormatConfiguration? = nil, numberDisplayFormatConfiguration: QuickSightClientTypes.NumberDisplayFormatConfiguration? = nil, percentageDisplayFormatConfiguration: QuickSightClientTypes.PercentageDisplayFormatConfiguration? = nil - ) - { + ) { self.currencyDisplayFormatConfiguration = currencyDisplayFormatConfiguration self.numberDisplayFormatConfiguration = numberDisplayFormatConfiguration self.percentageDisplayFormatConfiguration = percentageDisplayFormatConfiguration @@ -2588,8 +2524,7 @@ extension QuickSightClientTypes { dateTimeFormat: Swift.String? = nil, nullValueFormatConfiguration: QuickSightClientTypes.NullValueFormatConfiguration? = nil, numericFormatConfiguration: QuickSightClientTypes.NumericFormatConfiguration? = nil - ) - { + ) { self.dateTimeFormat = dateTimeFormat self.nullValueFormatConfiguration = nullValueFormatConfiguration self.numericFormatConfiguration = numericFormatConfiguration @@ -2606,8 +2541,7 @@ extension QuickSightClientTypes { public init( formatConfiguration: QuickSightClientTypes.NumericFormatConfiguration? = nil - ) - { + ) { self.formatConfiguration = formatConfiguration } } @@ -2625,8 +2559,7 @@ extension QuickSightClientTypes { public init( nullValueFormatConfiguration: QuickSightClientTypes.NullValueFormatConfiguration? = nil, numericFormatConfiguration: QuickSightClientTypes.NumericFormatConfiguration? = nil - ) - { + ) { self.nullValueFormatConfiguration = nullValueFormatConfiguration self.numericFormatConfiguration = numericFormatConfiguration } @@ -2648,8 +2581,7 @@ extension QuickSightClientTypes { dateTimeFormatConfiguration: QuickSightClientTypes.DateTimeFormatConfiguration? = nil, numberFormatConfiguration: QuickSightClientTypes.NumberFormatConfiguration? = nil, stringFormatConfiguration: QuickSightClientTypes.StringFormatConfiguration? = nil - ) - { + ) { self.dateTimeFormatConfiguration = dateTimeFormatConfiguration self.numberFormatConfiguration = numberFormatConfiguration self.stringFormatConfiguration = stringFormatConfiguration @@ -2705,8 +2637,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, formatConfiguration: QuickSightClientTypes.FormatConfiguration? = nil, role: QuickSightClientTypes.ColumnRole? = nil - ) - { + ) { self.colorsConfiguration = colorsConfiguration self.column = column self.formatConfiguration = formatConfiguration @@ -2729,8 +2660,7 @@ extension QuickSightClientTypes { public init( dataSetArn: Swift.String? = nil, identifier: Swift.String? = nil - ) - { + ) { self.dataSetArn = dataSetArn self.identifier = identifier } @@ -2896,8 +2826,7 @@ extension QuickSightClientTypes { nullOption: QuickSightClientTypes.FilterNullOption? = nil, parameterName: Swift.String? = nil, selectAllOptions: QuickSightClientTypes.CategoryFilterSelectAllOptions? = nil - ) - { + ) { self.categoryValue = categoryValue self.matchOperator = matchOperator self.nullOption = nullOption @@ -2935,8 +2864,7 @@ extension QuickSightClientTypes { matchOperator: QuickSightClientTypes.CategoryFilterMatchOperator? = nil, nullOption: QuickSightClientTypes.FilterNullOption? = nil, selectAllOptions: QuickSightClientTypes.CategoryFilterSelectAllOptions? = nil - ) - { + ) { self.categoryValues = categoryValues self.matchOperator = matchOperator self.nullOption = nullOption @@ -2972,8 +2900,7 @@ extension QuickSightClientTypes { matchOperator: QuickSightClientTypes.CategoryFilterMatchOperator? = nil, nullOption: QuickSightClientTypes.FilterNullOption? = nil, selectAllOptions: QuickSightClientTypes.CategoryFilterSelectAllOptions? = nil - ) - { + ) { self.categoryValues = categoryValues self.matchOperator = matchOperator self.nullOption = nullOption @@ -2997,8 +2924,7 @@ extension QuickSightClientTypes { customFilterConfiguration: QuickSightClientTypes.CustomFilterConfiguration? = nil, customFilterListConfiguration: QuickSightClientTypes.CustomFilterListConfiguration? = nil, filterListConfiguration: QuickSightClientTypes.FilterListConfiguration? = nil - ) - { + ) { self.customFilterConfiguration = customFilterConfiguration self.customFilterListConfiguration = customFilterListConfiguration self.filterListConfiguration = filterListConfiguration @@ -3047,8 +2973,7 @@ extension QuickSightClientTypes { public init( infoIconText: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.infoIconText = infoIconText self.visibility = visibility } @@ -3134,8 +3059,7 @@ extension QuickSightClientTypes { public init( absolute: Swift.String? = nil, relative: QuickSightClientTypes.RelativeFontSize? = nil - ) - { + ) { self.absolute = absolute self.relative = relative } @@ -3209,8 +3133,7 @@ extension QuickSightClientTypes { public init( name: QuickSightClientTypes.FontWeightName? = nil - ) - { + ) { self.name = name } } @@ -3240,8 +3163,7 @@ extension QuickSightClientTypes { fontSize: QuickSightClientTypes.FontSize? = nil, fontStyle: QuickSightClientTypes.FontStyle? = nil, fontWeight: QuickSightClientTypes.FontWeight? = nil - ) - { + ) { self.fontColor = fontColor self.fontDecoration = fontDecoration self.fontFamily = fontFamily @@ -3267,8 +3189,7 @@ extension QuickSightClientTypes { customLabel: Swift.String? = nil, fontConfiguration: QuickSightClientTypes.FontConfiguration? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.customLabel = customLabel self.fontConfiguration = fontConfiguration self.visibility = visibility @@ -3297,8 +3218,7 @@ extension QuickSightClientTypes { helperTextVisibility: QuickSightClientTypes.Visibility? = nil, infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.dateIconVisibility = dateIconVisibility self.dateTimeFormat = dateTimeFormat self.helperTextVisibility = helperTextVisibility @@ -3356,8 +3276,7 @@ extension QuickSightClientTypes { commitMode: QuickSightClientTypes.CommitMode? = nil, displayOptions: QuickSightClientTypes.DateTimePickerControlDisplayOptions? = nil, type: QuickSightClientTypes.SheetControlDateTimePickerType? = nil - ) - { + ) { self.commitMode = commitMode self.displayOptions = displayOptions self.type = type @@ -3374,8 +3293,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -3396,8 +3314,7 @@ extension QuickSightClientTypes { infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, selectAllOptions: QuickSightClientTypes.ListControlSelectAllOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.infoIconLabelOptions = infoIconLabelOptions self.selectAllOptions = selectAllOptions self.titleOptions = titleOptions @@ -3414,8 +3331,7 @@ extension QuickSightClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -3472,8 +3388,7 @@ extension QuickSightClientTypes { displayOptions: QuickSightClientTypes.DropDownControlDisplayOptions? = nil, selectableValues: QuickSightClientTypes.FilterSelectableValues? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.commitMode = commitMode self.displayOptions = displayOptions self.selectableValues = selectableValues @@ -3491,8 +3406,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -3516,8 +3430,7 @@ extension QuickSightClientTypes { searchOptions: QuickSightClientTypes.ListControlSearchOptions? = nil, selectAllOptions: QuickSightClientTypes.ListControlSelectAllOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.infoIconLabelOptions = infoIconLabelOptions self.searchOptions = searchOptions self.selectAllOptions = selectAllOptions @@ -3545,8 +3458,7 @@ extension QuickSightClientTypes { displayOptions: QuickSightClientTypes.ListControlDisplayOptions? = nil, selectableValues: QuickSightClientTypes.FilterSelectableValues? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.displayOptions = displayOptions self.selectableValues = selectableValues self.type = type @@ -3569,8 +3481,7 @@ extension QuickSightClientTypes { dateTimeFormat: Swift.String? = nil, infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.dateTimeFormat = dateTimeFormat self.infoIconLabelOptions = infoIconLabelOptions self.titleOptions = titleOptions @@ -3590,8 +3501,7 @@ extension QuickSightClientTypes { public init( commitMode: QuickSightClientTypes.CommitMode? = nil, displayOptions: QuickSightClientTypes.RelativeDateTimeControlDisplayOptions? = nil - ) - { + ) { self.commitMode = commitMode self.displayOptions = displayOptions } @@ -3610,8 +3520,7 @@ extension QuickSightClientTypes { public init( infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.infoIconLabelOptions = infoIconLabelOptions self.titleOptions = titleOptions } @@ -3675,8 +3584,7 @@ extension QuickSightClientTypes { minimumValue: Swift.Double = 0.0, stepSize: Swift.Double = 0.0, type: QuickSightClientTypes.SheetControlSliderType? = nil - ) - { + ) { self.displayOptions = displayOptions self.maximumValue = maximumValue self.minimumValue = minimumValue @@ -3695,8 +3603,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -3717,8 +3624,7 @@ extension QuickSightClientTypes { infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, placeholderOptions: QuickSightClientTypes.TextControlPlaceholderOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.infoIconLabelOptions = infoIconLabelOptions self.placeholderOptions = placeholderOptions self.titleOptions = titleOptions @@ -3738,8 +3644,7 @@ extension QuickSightClientTypes { public init( delimiter: Swift.String? = nil, displayOptions: QuickSightClientTypes.TextAreaControlDisplayOptions? = nil - ) - { + ) { self.delimiter = delimiter self.displayOptions = displayOptions } @@ -3761,8 +3666,7 @@ extension QuickSightClientTypes { infoIconLabelOptions: QuickSightClientTypes.SheetControlInfoIconLabelOptions? = nil, placeholderOptions: QuickSightClientTypes.TextControlPlaceholderOptions? = nil, titleOptions: QuickSightClientTypes.LabelOptions? = nil - ) - { + ) { self.infoIconLabelOptions = infoIconLabelOptions self.placeholderOptions = placeholderOptions self.titleOptions = titleOptions @@ -3779,8 +3683,7 @@ extension QuickSightClientTypes { public init( displayOptions: QuickSightClientTypes.TextFieldControlDisplayOptions? = nil - ) - { + ) { self.displayOptions = displayOptions } } @@ -3813,8 +3716,7 @@ extension QuickSightClientTypes { defaultSliderOptions: QuickSightClientTypes.DefaultSliderControlOptions? = nil, defaultTextAreaOptions: QuickSightClientTypes.DefaultTextAreaControlOptions? = nil, defaultTextFieldOptions: QuickSightClientTypes.DefaultTextFieldControlOptions? = nil - ) - { + ) { self.defaultDateTimePickerOptions = defaultDateTimePickerOptions self.defaultDropdownOptions = defaultDropdownOptions self.defaultListOptions = defaultListOptions @@ -3840,8 +3742,7 @@ extension QuickSightClientTypes { public init( controlOptions: QuickSightClientTypes.DefaultFilterControlOptions? = nil, title: Swift.String? = nil - ) - { + ) { self.controlOptions = controlOptions self.title = title } @@ -3869,8 +3770,7 @@ extension QuickSightClientTypes { configuration: QuickSightClientTypes.CategoryFilterConfiguration? = nil, defaultFilterControlConfiguration: QuickSightClientTypes.DefaultFilterControlConfiguration? = nil, filterId: Swift.String? = nil - ) - { + ) { self.column = column self.configuration = configuration self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -3896,8 +3796,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, configuration: QuickSightClientTypes.CategoryFilterConfiguration? = nil, defaultFilterControlConfiguration: QuickSightClientTypes.DefaultFilterControlConfiguration? = nil - ) - { + ) { self.column = column self.configuration = configuration self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -3914,8 +3813,7 @@ extension QuickSightClientTypes { public init( categoryInnerFilter: QuickSightClientTypes.CategoryInnerFilter? = nil - ) - { + ) { self.categoryInnerFilter = categoryInnerFilter } } @@ -3943,8 +3841,7 @@ extension QuickSightClientTypes { filterId: Swift.String? = nil, includeInnerSet: Swift.Bool = false, innerFilter: QuickSightClientTypes.InnerFilter? = nil - ) - { + ) { self.column = column self.filterId = filterId self.includeInnerSet = includeInnerSet @@ -4053,8 +3950,7 @@ extension QuickSightClientTypes { parameterName: Swift.String? = nil, selectAllOptions: QuickSightClientTypes.NumericFilterSelectAllOptions? = nil, value: Swift.Double? = 0.0 - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -4080,8 +3976,7 @@ extension QuickSightClientTypes { public init( parameter: Swift.String? = nil, staticValue: Swift.Double? = 0.0 - ) - { + ) { self.parameter = parameter self.staticValue = staticValue } @@ -4135,8 +4030,7 @@ extension QuickSightClientTypes { rangeMaximum: QuickSightClientTypes.NumericRangeFilterValue? = nil, rangeMinimum: QuickSightClientTypes.NumericRangeFilterValue? = nil, selectAllOptions: QuickSightClientTypes.NumericFilterSelectAllOptions? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -4191,8 +4085,7 @@ extension QuickSightClientTypes { public init( anchorOption: QuickSightClientTypes.AnchorOption? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.anchorOption = anchorOption self.parameterName = parameterName } @@ -4220,8 +4113,7 @@ extension QuickSightClientTypes { amount: Swift.Int? = 0, granularity: QuickSightClientTypes.TimeGranularity? = nil, status: QuickSightClientTypes.WidgetStatus? = nil - ) - { + ) { self.amount = amount self.granularity = granularity self.status = status @@ -4328,8 +4220,7 @@ extension QuickSightClientTypes { relativeDateType: QuickSightClientTypes.RelativeDateType? = nil, relativeDateValue: Swift.Int? = 0, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.anchorDateConfiguration = anchorDateConfiguration self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -4358,8 +4249,7 @@ extension QuickSightClientTypes { public init( dataSetIdentifier: Swift.String? = nil, expression: Swift.String? = nil - ) - { + ) { self.dataSetIdentifier = dataSetIdentifier self.expression = expression } @@ -4400,8 +4290,7 @@ extension QuickSightClientTypes { rollingDate: QuickSightClientTypes.RollingDateConfiguration? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil, value: Foundation.Date? = nil - ) - { + ) { self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration self.filterId = filterId @@ -4428,8 +4317,7 @@ extension QuickSightClientTypes { parameter: Swift.String? = nil, rollingDate: QuickSightClientTypes.RollingDateConfiguration? = nil, staticValue: Foundation.Date? = nil - ) - { + ) { self.parameter = parameter self.rollingDate = rollingDate self.staticValue = staticValue @@ -4482,8 +4370,7 @@ extension QuickSightClientTypes { rangeMaximumValue: QuickSightClientTypes.TimeRangeFilterValue? = nil, rangeMinimumValue: QuickSightClientTypes.TimeRangeFilterValue? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration self.excludePeriodConfiguration = excludePeriodConfiguration @@ -4528,8 +4415,7 @@ extension QuickSightClientTypes { limit: Swift.Int? = 0, parameterName: Swift.String? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.aggregationSortConfigurations = aggregationSortConfigurations self.column = column self.defaultFilterControlConfiguration = defaultFilterControlConfiguration @@ -4571,8 +4457,7 @@ extension QuickSightClientTypes { timeEqualityFilter: QuickSightClientTypes.TimeEqualityFilter? = nil, timeRangeFilter: QuickSightClientTypes.TimeRangeFilter? = nil, topBottomFilter: QuickSightClientTypes.TopBottomFilter? = nil - ) - { + ) { self.categoryFilter = categoryFilter self.nestedFilter = nestedFilter self.numericEqualityFilter = numericEqualityFilter @@ -4635,8 +4520,7 @@ extension QuickSightClientTypes { scope: QuickSightClientTypes.FilterVisualScope? = nil, sheetId: Swift.String? = nil, visualIds: [Swift.String]? = nil - ) - { + ) { self.scope = scope self.sheetId = sheetId self.visualIds = visualIds @@ -4653,8 +4537,7 @@ extension QuickSightClientTypes { public init( sheetVisualScopingConfigurations: [QuickSightClientTypes.SheetVisualScopingConfiguration]? = nil - ) - { + ) { self.sheetVisualScopingConfigurations = sheetVisualScopingConfigurations } } @@ -4672,8 +4555,7 @@ extension QuickSightClientTypes { public init( allSheets: QuickSightClientTypes.AllSheetsFilterScopeConfiguration? = nil, selectedSheets: QuickSightClientTypes.SelectedSheetsFilterScopeConfiguration? = nil - ) - { + ) { self.allSheets = allSheets self.selectedSheets = selectedSheets } @@ -4709,8 +4591,7 @@ extension QuickSightClientTypes { filters: [QuickSightClientTypes.Filter]? = nil, scopeConfiguration: QuickSightClientTypes.FilterScopeConfiguration? = nil, status: QuickSightClientTypes.WidgetStatus? = nil - ) - { + ) { self.crossDataset = crossDataset self.filterGroupId = filterGroupId self.filters = filters @@ -4776,8 +4657,7 @@ extension QuickSightClientTypes { public init( timezone: Swift.String? = nil, weekStart: QuickSightClientTypes.DayOfTheWeek? = nil - ) - { + ) { self.timezone = timezone self.weekStart = weekStart } @@ -4800,8 +4680,7 @@ extension QuickSightClientTypes { defaultValueColumn: QuickSightClientTypes.ColumnIdentifier? = nil, groupNameColumn: QuickSightClientTypes.ColumnIdentifier? = nil, userNameColumn: QuickSightClientTypes.ColumnIdentifier? = nil - ) - { + ) { self.defaultValueColumn = defaultValueColumn self.groupNameColumn = groupNameColumn self.userNameColumn = userNameColumn @@ -4824,8 +4703,7 @@ extension QuickSightClientTypes { dynamicValue: QuickSightClientTypes.DynamicDefaultValue? = nil, rollingDate: QuickSightClientTypes.RollingDateConfiguration? = nil, staticValues: [Foundation.Date]? = nil - ) - { + ) { self.dynamicValue = dynamicValue self.rollingDate = rollingDate self.staticValues = staticValues @@ -4852,8 +4730,7 @@ extension QuickSightClientTypes { public init( dataSetIdentifier: Swift.String? = nil, dataSetParameterName: Swift.String? = nil - ) - { + ) { self.dataSetIdentifier = dataSetIdentifier self.dataSetParameterName = dataSetParameterName } @@ -4905,8 +4782,7 @@ extension QuickSightClientTypes { public init( customValue: Foundation.Date? = nil, valueWhenUnsetOption: QuickSightClientTypes.ValueWhenUnsetOption? = nil - ) - { + ) { self.customValue = customValue self.valueWhenUnsetOption = valueWhenUnsetOption } @@ -4940,8 +4816,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil, valueWhenUnset: QuickSightClientTypes.DateTimeValueWhenUnsetConfiguration? = nil - ) - { + ) { self.defaultValues = defaultValues self.mappedDataSetParameters = mappedDataSetParameters self.name = name @@ -4963,8 +4838,7 @@ extension QuickSightClientTypes { public init( dynamicValue: QuickSightClientTypes.DynamicDefaultValue? = nil, staticValues: [Swift.Double]? = nil - ) - { + ) { self.dynamicValue = dynamicValue self.staticValues = staticValues } @@ -5021,8 +4895,7 @@ extension QuickSightClientTypes { public init( customValue: Swift.Double? = 0.0, valueWhenUnsetOption: QuickSightClientTypes.ValueWhenUnsetOption? = nil - ) - { + ) { self.customValue = customValue self.valueWhenUnsetOption = valueWhenUnsetOption } @@ -5057,8 +4930,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, parameterValueType: QuickSightClientTypes.ParameterValueType? = nil, valueWhenUnset: QuickSightClientTypes.DecimalValueWhenUnsetConfiguration? = nil - ) - { + ) { self.defaultValues = defaultValues self.mappedDataSetParameters = mappedDataSetParameters self.name = name @@ -5080,8 +4952,7 @@ extension QuickSightClientTypes { public init( dynamicValue: QuickSightClientTypes.DynamicDefaultValue? = nil, staticValues: [Swift.Int]? = nil - ) - { + ) { self.dynamicValue = dynamicValue self.staticValues = staticValues } @@ -5109,8 +4980,7 @@ extension QuickSightClientTypes { public init( customValue: Swift.Int? = 0, valueWhenUnsetOption: QuickSightClientTypes.ValueWhenUnsetOption? = nil - ) - { + ) { self.customValue = customValue self.valueWhenUnsetOption = valueWhenUnsetOption } @@ -5145,8 +5015,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, parameterValueType: QuickSightClientTypes.ParameterValueType? = nil, valueWhenUnset: QuickSightClientTypes.IntegerValueWhenUnsetConfiguration? = nil - ) - { + ) { self.defaultValues = defaultValues self.mappedDataSetParameters = mappedDataSetParameters self.name = name @@ -5168,8 +5037,7 @@ extension QuickSightClientTypes { public init( dynamicValue: QuickSightClientTypes.DynamicDefaultValue? = nil, staticValues: [Swift.String]? = nil - ) - { + ) { self.dynamicValue = dynamicValue self.staticValues = staticValues } @@ -5197,8 +5065,7 @@ extension QuickSightClientTypes { public init( customValue: Swift.String? = nil, valueWhenUnsetOption: QuickSightClientTypes.ValueWhenUnsetOption? = nil - ) - { + ) { self.customValue = customValue self.valueWhenUnsetOption = valueWhenUnsetOption } @@ -5233,8 +5100,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, parameterValueType: QuickSightClientTypes.ParameterValueType? = nil, valueWhenUnset: QuickSightClientTypes.StringValueWhenUnsetConfiguration? = nil - ) - { + ) { self.defaultValues = defaultValues self.mappedDataSetParameters = mappedDataSetParameters self.name = name @@ -5262,8 +5128,7 @@ extension QuickSightClientTypes { decimalParameterDeclaration: QuickSightClientTypes.DecimalParameterDeclaration? = nil, integerParameterDeclaration: QuickSightClientTypes.IntegerParameterDeclaration? = nil, stringParameterDeclaration: QuickSightClientTypes.StringParameterDeclaration? = nil - ) - { + ) { self.dateTimeParameterDeclaration = dateTimeParameterDeclaration self.decimalParameterDeclaration = decimalParameterDeclaration self.integerParameterDeclaration = integerParameterDeclaration @@ -5310,8 +5175,7 @@ extension QuickSightClientTypes { public init( queryExecutionMode: QuickSightClientTypes.QueryExecutionMode? = nil - ) - { + ) { self.queryExecutionMode = queryExecutionMode } } @@ -5329,8 +5193,7 @@ extension QuickSightClientTypes { public init( columnToMatch: QuickSightClientTypes.ColumnIdentifier? = nil, sourceSheetControlId: Swift.String? = nil - ) - { + ) { self.columnToMatch = columnToMatch self.sourceSheetControlId = sourceSheetControlId } @@ -5346,8 +5209,7 @@ extension QuickSightClientTypes { public init( sourceControls: [QuickSightClientTypes.CascadingControlSource]? = nil - ) - { + ) { self.sourceControls = sourceControls } } @@ -5370,8 +5232,7 @@ extension QuickSightClientTypes { cascadingControlConfiguration: QuickSightClientTypes.CascadingControlConfiguration? = nil, filterControlId: Swift.String? = nil, sourceFilterId: Swift.String? = nil - ) - { + ) { self.cascadingControlConfiguration = cascadingControlConfiguration self.filterControlId = filterControlId self.sourceFilterId = sourceFilterId @@ -5410,8 +5271,7 @@ extension QuickSightClientTypes { sourceFilterId: Swift.String? = nil, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlDateTimePickerType? = nil - ) - { + ) { self.commitMode = commitMode self.displayOptions = displayOptions self.filterControlId = filterControlId @@ -5459,8 +5319,7 @@ extension QuickSightClientTypes { sourceFilterId: Swift.String? = nil, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.cascadingControlConfiguration = cascadingControlConfiguration self.commitMode = commitMode self.displayOptions = displayOptions @@ -5507,8 +5366,7 @@ extension QuickSightClientTypes { sourceFilterId: Swift.String? = nil, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.cascadingControlConfiguration = cascadingControlConfiguration self.displayOptions = displayOptions self.filterControlId = filterControlId @@ -5544,8 +5402,7 @@ extension QuickSightClientTypes { filterControlId: Swift.String? = nil, sourceFilterId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.commitMode = commitMode self.displayOptions = displayOptions self.filterControlId = filterControlId @@ -5595,8 +5452,7 @@ extension QuickSightClientTypes { stepSize: Swift.Double = 0.0, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlSliderType? = nil - ) - { + ) { self.displayOptions = displayOptions self.filterControlId = filterControlId self.maximumValue = maximumValue @@ -5633,8 +5489,7 @@ extension QuickSightClientTypes { filterControlId: Swift.String? = nil, sourceFilterId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.delimiter = delimiter self.displayOptions = displayOptions self.filterControlId = filterControlId @@ -5665,8 +5520,7 @@ extension QuickSightClientTypes { filterControlId: Swift.String? = nil, sourceFilterId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.displayOptions = displayOptions self.filterControlId = filterControlId self.sourceFilterId = sourceFilterId @@ -5705,8 +5559,7 @@ extension QuickSightClientTypes { slider: QuickSightClientTypes.FilterSliderControl? = nil, textArea: QuickSightClientTypes.FilterTextAreaControl? = nil, textField: QuickSightClientTypes.FilterTextFieldControl? = nil - ) - { + ) { self.crossSheet = crossSheet self.dateTimePicker = dateTimePicker self.dropdown = dropdown @@ -5731,8 +5584,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.color = color self.visibility = visibility } @@ -5751,8 +5603,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.color = color self.visibility = visibility } @@ -5806,8 +5657,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -5826,8 +5676,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -5847,8 +5696,7 @@ extension QuickSightClientTypes { public init( configurationOverrides: QuickSightClientTypes.SheetElementConfigurationOverrides? = nil, expression: Swift.String? = nil - ) - { + ) { self.configurationOverrides = configurationOverrides self.expression = expression } @@ -5908,8 +5756,7 @@ extension QuickSightClientTypes { width: Swift.String? = nil, xAxisLocation: Swift.String? = nil, yAxisLocation: Swift.String? = nil - ) - { + ) { self.backgroundStyle = backgroundStyle self.borderStyle = borderStyle self.elementId = elementId @@ -5939,8 +5786,7 @@ extension QuickSightClientTypes { public init( canvasSizeOptions: QuickSightClientTypes.FreeFormLayoutCanvasSizeOptions? = nil, elements: [QuickSightClientTypes.FreeFormLayoutElement]? = nil - ) - { + ) { self.canvasSizeOptions = canvasSizeOptions self.elements = elements } @@ -5975,8 +5821,7 @@ extension QuickSightClientTypes { elementType: QuickSightClientTypes.LayoutElementType? = nil, rowIndex: Swift.Int? = nil, rowSpan: Swift.Int? = nil - ) - { + ) { self.columnIndex = columnIndex self.columnSpan = columnSpan self.elementId = elementId @@ -6000,8 +5845,7 @@ extension QuickSightClientTypes { public init( canvasSizeOptions: QuickSightClientTypes.GridLayoutCanvasSizeOptions? = nil, elements: [QuickSightClientTypes.GridLayoutElement]? = nil - ) - { + ) { self.canvasSizeOptions = canvasSizeOptions self.elements = elements } @@ -6018,8 +5862,7 @@ extension QuickSightClientTypes { public init( elements: [QuickSightClientTypes.FreeFormLayoutElement]? = nil - ) - { + ) { self.elements = elements } } @@ -6035,8 +5878,7 @@ extension QuickSightClientTypes { public init( freeFormLayout: QuickSightClientTypes.FreeFormSectionLayoutConfiguration? = nil - ) - { + ) { self.freeFormLayout = freeFormLayout } } @@ -6051,8 +5893,7 @@ extension QuickSightClientTypes { public init( layout: QuickSightClientTypes.SectionLayoutConfiguration? = nil - ) - { + ) { self.layout = layout } } @@ -6096,8 +5937,7 @@ extension QuickSightClientTypes { public init( status: QuickSightClientTypes.SectionPageBreakStatus? = nil - ) - { + ) { self.status = status } } @@ -6112,8 +5952,7 @@ extension QuickSightClientTypes { public init( after: QuickSightClientTypes.SectionAfterPageBreak? = nil - ) - { + ) { self.after = after } } @@ -6136,8 +5975,7 @@ extension QuickSightClientTypes { aggregationFunction: QuickSightClientTypes.AggregationFunction? = nil, direction: QuickSightClientTypes.SortDirection? = nil, sortBy: QuickSightClientTypes.ColumnIdentifier? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.direction = direction self.sortBy = sortBy @@ -6161,8 +5999,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, limit: Swift.Int? = nil, sortByMetrics: [QuickSightClientTypes.ColumnSort]? = nil - ) - { + ) { self.column = column self.limit = limit self.sortByMetrics = sortByMetrics @@ -6186,8 +6023,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, limit: Swift.Int? = nil, sortByMetrics: [QuickSightClientTypes.ColumnSort]? = nil - ) - { + ) { self.column = column self.limit = limit self.sortByMetrics = sortByMetrics @@ -6207,8 +6043,7 @@ extension QuickSightClientTypes { public init( dynamicCategoryDimensionConfiguration: QuickSightClientTypes.BodySectionDynamicCategoryDimensionConfiguration? = nil, dynamicNumericDimensionConfiguration: QuickSightClientTypes.BodySectionDynamicNumericDimensionConfiguration? = nil - ) - { + ) { self.dynamicCategoryDimensionConfiguration = dynamicCategoryDimensionConfiguration self.dynamicNumericDimensionConfiguration = dynamicNumericDimensionConfiguration } @@ -6224,8 +6059,7 @@ extension QuickSightClientTypes { public init( after: QuickSightClientTypes.SectionAfterPageBreak? = nil - ) - { + ) { self.after = after } } @@ -6246,8 +6080,7 @@ extension QuickSightClientTypes { dimensionConfigurations: [QuickSightClientTypes.BodySectionRepeatDimensionConfiguration]? = nil, nonRepeatingVisuals: [Swift.String]? = nil, pageBreakConfiguration: QuickSightClientTypes.BodySectionRepeatPageBreakConfiguration? = nil - ) - { + ) { self.dimensionConfigurations = dimensionConfigurations self.nonRepeatingVisuals = nonRepeatingVisuals self.pageBreakConfiguration = pageBreakConfiguration @@ -6267,8 +6100,7 @@ extension QuickSightClientTypes { public init( height: Swift.String? = nil, padding: QuickSightClientTypes.Spacing? = nil - ) - { + ) { self.height = height self.padding = padding } @@ -6298,8 +6130,7 @@ extension QuickSightClientTypes { repeatConfiguration: QuickSightClientTypes.BodySectionRepeatConfiguration? = nil, sectionId: Swift.String? = nil, style: QuickSightClientTypes.SectionStyle? = nil - ) - { + ) { self.content = content self.pageBreakConfiguration = pageBreakConfiguration self.repeatConfiguration = repeatConfiguration @@ -6326,8 +6157,7 @@ extension QuickSightClientTypes { layout: QuickSightClientTypes.SectionLayoutConfiguration? = nil, sectionId: Swift.String? = nil, style: QuickSightClientTypes.SectionStyle? = nil - ) - { + ) { self.layout = layout self.sectionId = sectionId self.style = style @@ -6357,8 +6187,7 @@ extension QuickSightClientTypes { canvasSizeOptions: QuickSightClientTypes.SectionBasedLayoutCanvasSizeOptions? = nil, footerSections: [QuickSightClientTypes.HeaderFooterSectionConfiguration]? = nil, headerSections: [QuickSightClientTypes.HeaderFooterSectionConfiguration]? = nil - ) - { + ) { self.bodySections = bodySections self.canvasSizeOptions = canvasSizeOptions self.footerSections = footerSections @@ -6382,8 +6211,7 @@ extension QuickSightClientTypes { freeFormLayout: QuickSightClientTypes.FreeFormLayoutConfiguration? = nil, gridLayout: QuickSightClientTypes.GridLayoutConfiguration? = nil, sectionBasedLayout: QuickSightClientTypes.SectionBasedLayoutConfiguration? = nil - ) - { + ) { self.freeFormLayout = freeFormLayout self.gridLayout = gridLayout self.sectionBasedLayout = sectionBasedLayout @@ -6401,8 +6229,7 @@ extension QuickSightClientTypes { public init( configuration: QuickSightClientTypes.LayoutConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -6429,8 +6256,7 @@ extension QuickSightClientTypes { parameterControlId: Swift.String? = nil, sourceParameterName: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.displayOptions = displayOptions self.parameterControlId = parameterControlId self.sourceParameterName = sourceParameterName @@ -6451,8 +6277,7 @@ extension QuickSightClientTypes { public init( linkToDataSetColumn: QuickSightClientTypes.ColumnIdentifier? = nil, values: [Swift.String]? = nil - ) - { + ) { self.linkToDataSetColumn = linkToDataSetColumn self.values = values } @@ -6492,8 +6317,7 @@ extension QuickSightClientTypes { sourceParameterName: Swift.String? = nil, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.cascadingControlConfiguration = cascadingControlConfiguration self.commitMode = commitMode self.displayOptions = displayOptions @@ -6536,8 +6360,7 @@ extension QuickSightClientTypes { sourceParameterName: Swift.String? = nil, title: Swift.String? = nil, type: QuickSightClientTypes.SheetControlListType? = nil - ) - { + ) { self.cascadingControlConfiguration = cascadingControlConfiguration self.displayOptions = displayOptions self.parameterControlId = parameterControlId @@ -6582,8 +6405,7 @@ extension QuickSightClientTypes { sourceParameterName: Swift.String? = nil, stepSize: Swift.Double = 0.0, title: Swift.String? = nil - ) - { + ) { self.displayOptions = displayOptions self.maximumValue = maximumValue self.minimumValue = minimumValue @@ -6619,8 +6441,7 @@ extension QuickSightClientTypes { parameterControlId: Swift.String? = nil, sourceParameterName: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.delimiter = delimiter self.displayOptions = displayOptions self.parameterControlId = parameterControlId @@ -6651,8 +6472,7 @@ extension QuickSightClientTypes { parameterControlId: Swift.String? = nil, sourceParameterName: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.displayOptions = displayOptions self.parameterControlId = parameterControlId self.sourceParameterName = sourceParameterName @@ -6685,8 +6505,7 @@ extension QuickSightClientTypes { slider: QuickSightClientTypes.ParameterSliderControl? = nil, textArea: QuickSightClientTypes.ParameterTextAreaControl? = nil, textField: QuickSightClientTypes.ParameterTextFieldControl? = nil - ) - { + ) { self.dateTimePicker = dateTimePicker self.dropdown = dropdown self.list = list @@ -6706,8 +6525,7 @@ extension QuickSightClientTypes { public init( gridLayout: QuickSightClientTypes.GridLayoutConfiguration? = nil - ) - { + ) { self.gridLayout = gridLayout } } @@ -6723,8 +6541,7 @@ extension QuickSightClientTypes { public init( configuration: QuickSightClientTypes.SheetControlLayoutConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -6743,8 +6560,7 @@ extension QuickSightClientTypes { public init( content: Swift.String? = nil, sheetTextBoxId: Swift.String? = nil - ) - { + ) { self.content = content self.sheetTextBoxId = sheetTextBoxId } @@ -6794,8 +6610,7 @@ extension QuickSightClientTypes { selectedColumns: [QuickSightClientTypes.ColumnIdentifier]? = nil, selectedFieldOptions: QuickSightClientTypes.SelectedFieldOptions? = nil, selectedFields: [Swift.String]? = nil - ) - { + ) { self.selectedColumns = selectedColumns self.selectedFieldOptions = selectedFieldOptions self.selectedFields = selectedFields @@ -6843,8 +6658,7 @@ extension QuickSightClientTypes { public init( targetVisualOptions: QuickSightClientTypes.TargetVisualOptions? = nil, targetVisuals: [Swift.String]? = nil - ) - { + ) { self.targetVisualOptions = targetVisualOptions self.targetVisuals = targetVisuals } @@ -6860,8 +6674,7 @@ extension QuickSightClientTypes { public init( sameSheetTargetVisualConfiguration: QuickSightClientTypes.SameSheetTargetVisualConfiguration? = nil - ) - { + ) { self.sameSheetTargetVisualConfiguration = sameSheetTargetVisualConfiguration } } @@ -6881,8 +6694,7 @@ extension QuickSightClientTypes { public init( selectedFieldsConfiguration: QuickSightClientTypes.FilterOperationSelectedFieldsConfiguration? = nil, targetVisualsConfiguration: QuickSightClientTypes.FilterOperationTargetVisualsConfiguration? = nil - ) - { + ) { self.selectedFieldsConfiguration = selectedFieldsConfiguration self.targetVisualsConfiguration = targetVisualsConfiguration } @@ -6907,8 +6719,7 @@ extension QuickSightClientTypes { navigationOperation: QuickSightClientTypes.CustomActionNavigationOperation? = nil, setParametersOperation: QuickSightClientTypes.CustomActionSetParametersOperation? = nil, urlOperation: QuickSightClientTypes.CustomActionURLOperation? = nil - ) - { + ) { self.filterOperation = filterOperation self.navigationOperation = navigationOperation self.setParametersOperation = setParametersOperation @@ -6975,8 +6786,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, status: QuickSightClientTypes.WidgetStatus? = nil, trigger: QuickSightClientTypes.VisualCustomActionTrigger? = nil - ) - { + ) { self.actionOperations = actionOperations self.customActionId = customActionId self.name = name @@ -7027,8 +6837,7 @@ extension QuickSightClientTypes { public init( missingDateVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.missingDateVisibility = missingDateVisibility } } @@ -7055,8 +6864,7 @@ extension QuickSightClientTypes { public init( maximum: Swift.Double? = 0.0, minimum: Swift.Double? = 0.0 - ) - { + ) { self.maximum = maximum self.minimum = minimum } @@ -7075,8 +6883,7 @@ extension QuickSightClientTypes { public init( dataDriven: QuickSightClientTypes.AxisDisplayDataDrivenRange? = nil, minMax: QuickSightClientTypes.AxisDisplayMinMaxRange? = nil - ) - { + ) { self.dataDriven = dataDriven self.minMax = minMax } @@ -7095,8 +6902,7 @@ extension QuickSightClientTypes { public init( stepCount: Swift.Int? = 0, stepSize: Swift.Double? = 0.0 - ) - { + ) { self.stepCount = stepCount self.stepSize = stepSize } @@ -7112,8 +6918,7 @@ extension QuickSightClientTypes { public init( base: Swift.Double? = 0.0 - ) - { + ) { self.base = base } } @@ -7131,8 +6936,7 @@ extension QuickSightClientTypes { public init( linear: QuickSightClientTypes.AxisLinearScale? = nil, logarithmic: QuickSightClientTypes.AxisLogarithmicScale? = nil - ) - { + ) { self.linear = linear self.logarithmic = logarithmic } @@ -7151,8 +6955,7 @@ extension QuickSightClientTypes { public init( range: QuickSightClientTypes.AxisDisplayRange? = nil, scale: QuickSightClientTypes.AxisScale? = nil - ) - { + ) { self.range = range self.scale = scale } @@ -7171,8 +6974,7 @@ extension QuickSightClientTypes { public init( dateAxisOptions: QuickSightClientTypes.DateAxisOptions? = nil, numericAxisOptions: QuickSightClientTypes.NumericAxisOptions? = nil - ) - { + ) { self.dateAxisOptions = dateAxisOptions self.numericAxisOptions = numericAxisOptions } @@ -7191,8 +6993,7 @@ extension QuickSightClientTypes { public init( from: Swift.Double? = 0.0, to: Swift.Double? = 0.0 - ) - { + ) { self.from = from self.to = to } @@ -7208,8 +7009,7 @@ extension QuickSightClientTypes { public init( percentRange: QuickSightClientTypes.PercentVisibleRange? = nil - ) - { + ) { self.percentRange = percentRange } } @@ -7227,8 +7027,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil, visibleRange: QuickSightClientTypes.VisibleRangeOptions? = nil - ) - { + ) { self.visibility = visibility self.visibleRange = visibleRange } @@ -7247,8 +7046,7 @@ extension QuickSightClientTypes { public init( labelOptions: QuickSightClientTypes.LabelOptions? = nil, rotationAngle: Swift.Double? = 0.0 - ) - { + ) { self.labelOptions = labelOptions self.rotationAngle = rotationAngle } @@ -7279,8 +7077,7 @@ extension QuickSightClientTypes { gridLineVisibility: QuickSightClientTypes.Visibility? = nil, scrollbarOptions: QuickSightClientTypes.ScrollBarOptions? = nil, tickLabelOptions: QuickSightClientTypes.AxisTickLabelOptions? = nil - ) - { + ) { self.axisLineVisibility = axisLineVisibility self.axisOffset = axisOffset self.dataOptions = dataOptions @@ -7305,8 +7102,7 @@ extension QuickSightClientTypes { public init( column: QuickSightClientTypes.ColumnIdentifier? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.column = column self.fieldId = fieldId } @@ -7328,8 +7124,7 @@ extension QuickSightClientTypes { applyTo: QuickSightClientTypes.AxisLabelReferenceOptions? = nil, customLabel: Swift.String? = nil, fontConfiguration: QuickSightClientTypes.FontConfiguration? = nil - ) - { + ) { self.applyTo = applyTo self.customLabel = customLabel self.fontConfiguration = fontConfiguration @@ -7356,8 +7151,7 @@ extension QuickSightClientTypes { axisLabelOptions: [QuickSightClientTypes.AxisLabelOptions]? = nil, sortIconVisibility: QuickSightClientTypes.Visibility? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.axisLabelOptions = axisLabelOptions self.sortIconVisibility = sortIconVisibility self.visibility = visibility @@ -7379,8 +7173,7 @@ extension QuickSightClientTypes { public init( contributorDimensions: [QuickSightClientTypes.ColumnIdentifier]? = nil, measureFieldId: Swift.String? = nil - ) - { + ) { self.contributorDimensions = contributorDimensions self.measureFieldId = measureFieldId } @@ -7402,8 +7195,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, fieldValue: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.fieldId = fieldId self.fieldValue = fieldValue self.visibility = visibility @@ -7428,8 +7220,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.fieldId = fieldId self.visibility = visibility } @@ -7445,8 +7236,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -7461,8 +7251,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -7477,8 +7266,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -7505,8 +7293,7 @@ extension QuickSightClientTypes { maximumLabelType: QuickSightClientTypes.MaximumLabelType? = nil, minimumLabelType: QuickSightClientTypes.MinimumLabelType? = nil, rangeEndsLabelType: QuickSightClientTypes.RangeEndsLabelType? = nil - ) - { + ) { self.dataPathLabelType = dataPathLabelType self.fieldLabelType = fieldLabelType self.maximumLabelType = maximumLabelType @@ -7654,8 +7441,7 @@ extension QuickSightClientTypes { position: QuickSightClientTypes.DataLabelPosition? = nil, totalsVisibility: QuickSightClientTypes.Visibility? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.categoryLabelVisibility = categoryLabelVisibility self.dataLabelTypes = dataLabelTypes self.labelColor = labelColor @@ -7690,8 +7476,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.StringFormatConfiguration? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.column = column self.fieldId = fieldId self.formatConfiguration = formatConfiguration @@ -7741,8 +7526,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.DateTimeFormatConfiguration? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.column = column self.dateGranularity = dateGranularity self.fieldId = fieldId @@ -7772,8 +7556,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.NumberFormatConfiguration? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.column = column self.fieldId = fieldId self.formatConfiguration = formatConfiguration @@ -7797,8 +7580,7 @@ extension QuickSightClientTypes { categoricalDimensionField: QuickSightClientTypes.CategoricalDimensionField? = nil, dateDimensionField: QuickSightClientTypes.DateDimensionField? = nil, numericalDimensionField: QuickSightClientTypes.NumericalDimensionField? = nil - ) - { + ) { self.categoricalDimensionField = categoricalDimensionField self.dateDimensionField = dateDimensionField self.numericalDimensionField = numericalDimensionField @@ -7820,8 +7602,7 @@ extension QuickSightClientTypes { public init( expression: Swift.String? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.expression = expression self.fieldId = fieldId } @@ -7853,8 +7634,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.StringFormatConfiguration? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.fieldId = fieldId @@ -7883,8 +7663,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.DateTimeFormatConfiguration? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.fieldId = fieldId @@ -7913,8 +7692,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.NumberFormatConfiguration? = nil - ) - { + ) { self.aggregationFunction = aggregationFunction self.column = column self.fieldId = fieldId @@ -7941,8 +7719,7 @@ extension QuickSightClientTypes { categoricalMeasureField: QuickSightClientTypes.CategoricalMeasureField? = nil, dateMeasureField: QuickSightClientTypes.DateMeasureField? = nil, numericalMeasureField: QuickSightClientTypes.NumericalMeasureField? = nil - ) - { + ) { self.calculatedMeasureField = calculatedMeasureField self.categoricalMeasureField = categoricalMeasureField self.dateMeasureField = dateMeasureField @@ -7969,8 +7746,7 @@ extension QuickSightClientTypes { colors: [QuickSightClientTypes.DimensionField]? = nil, smallMultiples: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.colors = colors self.smallMultiples = smallMultiples @@ -7988,8 +7764,7 @@ extension QuickSightClientTypes { public init( barChartAggregatedFieldWells: QuickSightClientTypes.BarChartAggregatedFieldWells? = nil - ) - { + ) { self.barChartAggregatedFieldWells = barChartAggregatedFieldWells } } @@ -8004,8 +7779,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -8020,8 +7794,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -8039,8 +7812,7 @@ extension QuickSightClientTypes { public init( contextMenuOption: QuickSightClientTypes.ContextMenuOption? = nil, visualMenuOption: QuickSightClientTypes.VisualMenuOption? = nil - ) - { + ) { self.contextMenuOption = contextMenuOption self.visualMenuOption = visualMenuOption } @@ -8114,8 +7886,7 @@ extension QuickSightClientTypes { valueFontConfiguration: QuickSightClientTypes.FontConfiguration? = nil, visibility: QuickSightClientTypes.Visibility? = nil, width: Swift.String? = nil - ) - { + ) { self.height = height self.position = position self.title = title @@ -8201,8 +7972,7 @@ extension QuickSightClientTypes { calculation: QuickSightClientTypes.NumericalAggregationFunction? = nil, column: QuickSightClientTypes.ColumnIdentifier? = nil, measureAggregationFunction: QuickSightClientTypes.AggregationFunction? = nil - ) - { + ) { self.calculation = calculation self.column = column self.measureAggregationFunction = measureAggregationFunction @@ -8249,8 +8019,7 @@ extension QuickSightClientTypes { public init( value: Swift.Double = 0.0 - ) - { + ) { self.value = value } } @@ -8287,8 +8056,7 @@ extension QuickSightClientTypes { dynamicConfiguration: QuickSightClientTypes.ReferenceLineDynamicDataConfiguration? = nil, seriesType: QuickSightClientTypes.ReferenceLineSeriesType? = nil, staticConfiguration: QuickSightClientTypes.ReferenceLineStaticDataConfiguration? = nil - ) - { + ) { self.axisBinding = axisBinding self.dynamicConfiguration = dynamicConfiguration self.seriesType = seriesType @@ -8307,8 +8075,7 @@ extension QuickSightClientTypes { public init( customLabel: Swift.String? = nil - ) - { + ) { self.customLabel = customLabel } } @@ -8391,8 +8158,7 @@ extension QuickSightClientTypes { public init( formatConfiguration: QuickSightClientTypes.NumericFormatConfiguration? = nil, relativePosition: QuickSightClientTypes.ReferenceLineValueLabelRelativePosition? = nil - ) - { + ) { self.formatConfiguration = formatConfiguration self.relativePosition = relativePosition } @@ -8462,8 +8228,7 @@ extension QuickSightClientTypes { horizontalPosition: QuickSightClientTypes.ReferenceLineLabelHorizontalPosition? = nil, valueLabelConfiguration: QuickSightClientTypes.ReferenceLineValueLabelConfiguration? = nil, verticalPosition: QuickSightClientTypes.ReferenceLineLabelVerticalPosition? = nil - ) - { + ) { self.customLabelConfiguration = customLabelConfiguration self.fontColor = fontColor self.fontConfiguration = fontConfiguration @@ -8524,8 +8289,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, pattern: QuickSightClientTypes.ReferenceLinePatternType? = nil - ) - { + ) { self.color = color self.pattern = pattern } @@ -8555,8 +8319,7 @@ extension QuickSightClientTypes { labelConfiguration: QuickSightClientTypes.ReferenceLineLabelConfiguration? = nil, status: QuickSightClientTypes.WidgetStatus? = nil, styleConfiguration: QuickSightClientTypes.ReferenceLineStyleConfiguration? = nil - ) - { + ) { self.dataConfiguration = dataConfiguration self.labelConfiguration = labelConfiguration self.status = status @@ -8647,8 +8410,7 @@ extension QuickSightClientTypes { fontConfiguration: QuickSightClientTypes.FontConfiguration? = nil, horizontalTextAlignment: QuickSightClientTypes.HorizontalTextAlignment? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.fontConfiguration = fontConfiguration self.horizontalTextAlignment = horizontalTextAlignment self.visibility = visibility @@ -8689,8 +8451,7 @@ extension QuickSightClientTypes { gutterSpacing: Swift.String? = nil, gutterVisibility: QuickSightClientTypes.Visibility? = nil, title: QuickSightClientTypes.PanelTitleOptions? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.backgroundVisibility = backgroundVisibility self.borderColor = borderColor @@ -8774,8 +8535,7 @@ extension QuickSightClientTypes { public init( placement: QuickSightClientTypes.SmallMultiplesAxisPlacement? = nil, scale: QuickSightClientTypes.SmallMultiplesAxisScale? = nil - ) - { + ) { self.placement = placement self.scale = scale } @@ -8803,8 +8563,7 @@ extension QuickSightClientTypes { panelConfiguration: QuickSightClientTypes.PanelConfiguration? = nil, xAxis: QuickSightClientTypes.SmallMultiplesAxisProperties? = nil, yAxis: QuickSightClientTypes.SmallMultiplesAxisProperties? = nil - ) - { + ) { self.maxVisibleColumns = maxVisibleColumns self.maxVisibleRows = maxVisibleRows self.panelConfiguration = panelConfiguration @@ -8859,8 +8618,7 @@ extension QuickSightClientTypes { public init( itemsLimit: Swift.Int? = 0, otherCategories: QuickSightClientTypes.OtherCategories? = nil - ) - { + ) { self.itemsLimit = itemsLimit self.otherCategories = otherCategories } @@ -8885,8 +8643,7 @@ extension QuickSightClientTypes { public init( direction: QuickSightClientTypes.SortDirection? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.direction = direction self.fieldId = fieldId } @@ -8905,8 +8662,7 @@ extension QuickSightClientTypes { public init( columnSort: QuickSightClientTypes.ColumnSort? = nil, fieldSort: QuickSightClientTypes.FieldSort? = nil - ) - { + ) { self.columnSort = columnSort self.fieldSort = fieldSort } @@ -8937,8 +8693,7 @@ extension QuickSightClientTypes { colorSort: [QuickSightClientTypes.FieldSortOptions]? = nil, smallMultiplesLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, smallMultiplesSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort self.colorItemsLimit = colorItemsLimit @@ -9003,8 +8758,7 @@ extension QuickSightClientTypes { label: Swift.String? = nil, tooltipTarget: QuickSightClientTypes.TooltipTarget? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.aggregation = aggregation self.column = column self.label = label @@ -9033,8 +8787,7 @@ extension QuickSightClientTypes { label: Swift.String? = nil, tooltipTarget: QuickSightClientTypes.TooltipTarget? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.fieldId = fieldId self.label = label self.tooltipTarget = tooltipTarget @@ -9055,8 +8808,7 @@ extension QuickSightClientTypes { public init( columnTooltipItem: QuickSightClientTypes.ColumnTooltipItem? = nil, fieldTooltipItem: QuickSightClientTypes.FieldTooltipItem? = nil - ) - { + ) { self.columnTooltipItem = columnTooltipItem self.fieldTooltipItem = fieldTooltipItem } @@ -9111,8 +8863,7 @@ extension QuickSightClientTypes { aggregationVisibility: QuickSightClientTypes.Visibility? = nil, tooltipFields: [QuickSightClientTypes.TooltipItem]? = nil, tooltipTitleType: QuickSightClientTypes.TooltipTitleType? = nil - ) - { + ) { self.aggregationVisibility = aggregationVisibility self.tooltipFields = tooltipFields self.tooltipTitleType = tooltipTitleType @@ -9168,8 +8919,7 @@ extension QuickSightClientTypes { fieldBasedTooltip: QuickSightClientTypes.FieldBasedTooltip? = nil, selectedTooltipType: QuickSightClientTypes.SelectedTooltipType? = nil, tooltipVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.fieldBasedTooltip = fieldBasedTooltip self.selectedTooltipType = selectedTooltipType self.tooltipVisibility = tooltipVisibility @@ -9229,8 +8979,7 @@ extension QuickSightClientTypes { public init( pivotTableDataPathType: QuickSightClientTypes.PivotTableDataPathType? = nil - ) - { + ) { self.pivotTableDataPathType = pivotTableDataPathType } } @@ -9251,8 +9000,7 @@ extension QuickSightClientTypes { dataPathType: QuickSightClientTypes.DataPathType? = nil, fieldId: Swift.String? = nil, fieldValue: Swift.String? = nil - ) - { + ) { self.dataPathType = dataPathType self.fieldId = fieldId self.fieldValue = fieldValue @@ -9282,8 +9030,7 @@ extension QuickSightClientTypes { color: Swift.String? = nil, element: QuickSightClientTypes.DataPathValue? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.color = color self.element = element self.timeGranularity = timeGranularity @@ -9303,8 +9050,7 @@ extension QuickSightClientTypes { public init( chartColor: Swift.String? = nil, colorMap: [QuickSightClientTypes.DataPathColor]? = nil - ) - { + ) { self.chartColor = chartColor self.colorMap = colorMap } @@ -9372,8 +9118,7 @@ extension QuickSightClientTypes { valueAxis: QuickSightClientTypes.AxisDisplayOptions? = nil, valueLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.barsArrangement = barsArrangement self.categoryAxis = categoryAxis self.categoryLabelOptions = categoryLabelOptions @@ -9409,8 +9154,7 @@ extension QuickSightClientTypes { public init( categoryValues: [Swift.String]? = nil, column: QuickSightClientTypes.ColumnIdentifier? = nil - ) - { + ) { self.categoryValues = categoryValues self.column = column } @@ -9431,8 +9175,7 @@ extension QuickSightClientTypes { public init( column: QuickSightClientTypes.ColumnIdentifier? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.column = column self.value = value } @@ -9461,8 +9204,7 @@ extension QuickSightClientTypes { rangeMaximum: Foundation.Date? = nil, rangeMinimum: Foundation.Date? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.column = column self.rangeMaximum = rangeMaximum self.rangeMinimum = rangeMinimum @@ -9486,8 +9228,7 @@ extension QuickSightClientTypes { categoryFilter: QuickSightClientTypes.CategoryDrillDownFilter? = nil, numericEqualityFilter: QuickSightClientTypes.NumericEqualityDrillDownFilter? = nil, timeRangeFilter: QuickSightClientTypes.TimeRangeDrillDownFilter? = nil - ) - { + ) { self.categoryFilter = categoryFilter self.numericEqualityFilter = numericEqualityFilter self.timeRangeFilter = timeRangeFilter @@ -9508,8 +9249,7 @@ extension QuickSightClientTypes { public init( drillDownFilters: [QuickSightClientTypes.DrillDownFilter]? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.drillDownFilters = drillDownFilters self.hierarchyId = hierarchyId } @@ -9533,8 +9273,7 @@ extension QuickSightClientTypes { columns: [QuickSightClientTypes.ColumnIdentifier]? = nil, drillDownFilters: [QuickSightClientTypes.DrillDownFilter]? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.columns = columns self.drillDownFilters = drillDownFilters self.hierarchyId = hierarchyId @@ -9559,8 +9298,7 @@ extension QuickSightClientTypes { columns: [QuickSightClientTypes.ColumnIdentifier]? = nil, drillDownFilters: [QuickSightClientTypes.DrillDownFilter]? = nil, hierarchyId: Swift.String? = nil - ) - { + ) { self.columns = columns self.drillDownFilters = drillDownFilters self.hierarchyId = hierarchyId @@ -9583,8 +9321,7 @@ extension QuickSightClientTypes { dateTimeHierarchy: QuickSightClientTypes.DateTimeHierarchy? = nil, explicitHierarchy: QuickSightClientTypes.ExplicitHierarchy? = nil, predefinedHierarchy: QuickSightClientTypes.PredefinedHierarchy? = nil - ) - { + ) { self.dateTimeHierarchy = dateTimeHierarchy self.explicitHierarchy = explicitHierarchy self.predefinedHierarchy = predefinedHierarchy @@ -9604,8 +9341,7 @@ extension QuickSightClientTypes { public init( plainText: Swift.String? = nil, richText: Swift.String? = nil - ) - { + ) { self.plainText = plainText self.richText = richText } @@ -9624,8 +9360,7 @@ extension QuickSightClientTypes { public init( formatText: QuickSightClientTypes.LongFormatText? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.formatText = formatText self.visibility = visibility } @@ -9644,8 +9379,7 @@ extension QuickSightClientTypes { public init( plainText: Swift.String? = nil, richText: Swift.String? = nil - ) - { + ) { self.plainText = plainText self.richText = richText } @@ -9664,8 +9398,7 @@ extension QuickSightClientTypes { public init( formatText: QuickSightClientTypes.ShortFormatText? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.formatText = formatText self.visibility = visibility } @@ -9715,8 +9448,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -9766,8 +9498,7 @@ extension QuickSightClientTypes { public init( fillStyle: QuickSightClientTypes.BoxPlotFillStyle? = nil - ) - { + ) { self.fillStyle = fillStyle } } @@ -9788,8 +9519,7 @@ extension QuickSightClientTypes { allDataPointsVisibility: QuickSightClientTypes.Visibility? = nil, outlierVisibility: QuickSightClientTypes.Visibility? = nil, styleOptions: QuickSightClientTypes.BoxPlotStyleOptions? = nil - ) - { + ) { self.allDataPointsVisibility = allDataPointsVisibility self.outlierVisibility = outlierVisibility self.styleOptions = styleOptions @@ -9809,8 +9539,7 @@ extension QuickSightClientTypes { public init( groupBy: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.groupBy = groupBy self.values = values } @@ -9826,8 +9555,7 @@ extension QuickSightClientTypes { public init( boxPlotAggregatedFieldWells: QuickSightClientTypes.BoxPlotAggregatedFieldWells? = nil - ) - { + ) { self.boxPlotAggregatedFieldWells = boxPlotAggregatedFieldWells } } @@ -9847,8 +9575,7 @@ extension QuickSightClientTypes { public init( pageNumber: Swift.Int? = nil, pageSize: Swift.Int? = 0 - ) - { + ) { self.pageNumber = pageNumber self.pageSize = pageSize } @@ -9867,8 +9594,7 @@ extension QuickSightClientTypes { public init( categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil, paginationConfiguration: QuickSightClientTypes.PaginationConfiguration? = nil - ) - { + ) { self.categorySort = categorySort self.paginationConfiguration = paginationConfiguration } @@ -9917,8 +9643,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.BoxPlotSortConfiguration? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.boxPlotOptions = boxPlotOptions self.categoryAxis = categoryAxis self.categoryLabelOptions = categoryLabelOptions @@ -9963,8 +9688,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -9994,8 +9718,7 @@ extension QuickSightClientTypes { category: [QuickSightClientTypes.DimensionField]? = nil, colors: [QuickSightClientTypes.DimensionField]? = nil, lineValues: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.barValues = barValues self.category = category self.colors = colors @@ -10013,8 +9736,7 @@ extension QuickSightClientTypes { public init( comboChartAggregatedFieldWells: QuickSightClientTypes.ComboChartAggregatedFieldWells? = nil - ) - { + ) { self.comboChartAggregatedFieldWells = comboChartAggregatedFieldWells } } @@ -10056,8 +9778,7 @@ extension QuickSightClientTypes { public init( yAxis: QuickSightClientTypes.SingleYAxisOption? = nil - ) - { + ) { self.yAxis = yAxis } } @@ -10072,8 +9793,7 @@ extension QuickSightClientTypes { public init( yAxisOptions: QuickSightClientTypes.YAxisOptions? = nil - ) - { + ) { self.yAxisOptions = yAxisOptions } } @@ -10097,8 +9817,7 @@ extension QuickSightClientTypes { categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil, colorItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, colorSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort self.colorItemsLimit = colorItemsLimit @@ -10173,8 +9892,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.ComboChartSortConfiguration? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.barDataLabels = barDataLabels self.barsArrangement = barsArrangement self.categoryAxis = categoryAxis @@ -10225,8 +9943,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -10320,8 +10037,7 @@ extension QuickSightClientTypes { contentUrl: Swift.String? = nil, imageScaling: QuickSightClientTypes.CustomContentImageScalingConfiguration? = nil, interactions: QuickSightClientTypes.VisualInteractionOptions? = nil - ) - { + ) { self.contentType = contentType self.contentUrl = contentUrl self.imageScaling = imageScaling @@ -10359,8 +10075,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.dataSetIdentifier = dataSetIdentifier @@ -10389,8 +10104,7 @@ extension QuickSightClientTypes { actions: [QuickSightClientTypes.VisualCustomAction]? = nil, dataSetIdentifier: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.dataSetIdentifier = dataSetIdentifier self.visualId = visualId @@ -10410,8 +10124,7 @@ extension QuickSightClientTypes { public init( geospatial: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.geospatial = geospatial self.values = values } @@ -10427,8 +10140,7 @@ extension QuickSightClientTypes { public init( filledMapAggregatedFieldWells: QuickSightClientTypes.FilledMapAggregatedFieldWells? = nil - ) - { + ) { self.filledMapAggregatedFieldWells = filledMapAggregatedFieldWells } } @@ -10478,8 +10190,7 @@ extension QuickSightClientTypes { public init( baseMapStyle: QuickSightClientTypes.BaseMapStyleType? = nil - ) - { + ) { self.baseMapStyle = baseMapStyle } } @@ -10494,8 +10205,7 @@ extension QuickSightClientTypes { public init( categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categorySort = categorySort } } @@ -10523,8 +10233,7 @@ extension QuickSightClientTypes { north: Swift.Double? = nil, south: Swift.Double? = nil, west: Swift.Double? = nil - ) - { + ) { self.east = east self.north = north self.south = south @@ -10574,8 +10283,7 @@ extension QuickSightClientTypes { public init( bounds: QuickSightClientTypes.GeospatialCoordinateBounds? = nil, mapZoomMode: QuickSightClientTypes.MapZoomMode? = nil - ) - { + ) { self.bounds = bounds self.mapZoomMode = mapZoomMode } @@ -10609,8 +10317,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.FilledMapSortConfiguration? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil, windowOptions: QuickSightClientTypes.GeospatialWindowOptions? = nil - ) - { + ) { self.fieldWells = fieldWells self.interactions = interactions self.legend = legend @@ -10638,8 +10345,7 @@ extension QuickSightClientTypes { color: Swift.String? = nil, dataValue: Swift.Double? = 0.0, gradientOffset: Swift.Double = 0.0 - ) - { + ) { self.color = color self.dataValue = dataValue self.gradientOffset = gradientOffset @@ -10656,8 +10362,7 @@ extension QuickSightClientTypes { public init( stops: [QuickSightClientTypes.GradientStop]? = nil - ) - { + ) { self.stops = stops } } @@ -10677,8 +10382,7 @@ extension QuickSightClientTypes { public init( color: QuickSightClientTypes.GradientColor? = nil, expression: Swift.String? = nil - ) - { + ) { self.color = color self.expression = expression } @@ -10703,8 +10407,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, expression: Swift.String? = nil - ) - { + ) { self.color = color self.expression = expression } @@ -10728,8 +10431,7 @@ extension QuickSightClientTypes { public init( gradient: QuickSightClientTypes.ConditionalFormattingGradientColor? = nil, solid: QuickSightClientTypes.ConditionalFormattingSolidColor? = nil - ) - { + ) { self.gradient = gradient self.solid = solid } @@ -10746,8 +10448,7 @@ extension QuickSightClientTypes { public init( backgroundColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.backgroundColor = backgroundColor } } @@ -10766,8 +10467,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil, format: QuickSightClientTypes.ShapeConditionalFormat? = nil - ) - { + ) { self.fieldId = fieldId self.format = format } @@ -10784,8 +10484,7 @@ extension QuickSightClientTypes { public init( shape: QuickSightClientTypes.FilledMapShapeConditionalFormatting? = nil - ) - { + ) { self.shape = shape } } @@ -10801,8 +10500,7 @@ extension QuickSightClientTypes { public init( conditionalFormattingOptions: [QuickSightClientTypes.FilledMapConditionalFormattingOption]? = nil - ) - { + ) { self.conditionalFormattingOptions = conditionalFormattingOptions } } @@ -10839,8 +10537,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -10918,8 +10615,7 @@ extension QuickSightClientTypes { measureLabelVisibility: QuickSightClientTypes.Visibility? = nil, position: QuickSightClientTypes.DataLabelPosition? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.categoryLabelVisibility = categoryLabelVisibility self.labelColor = labelColor self.labelFontConfiguration = labelFontConfiguration @@ -10943,8 +10639,7 @@ extension QuickSightClientTypes { public init( category: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.values = values } @@ -10960,8 +10655,7 @@ extension QuickSightClientTypes { public init( funnelChartAggregatedFieldWells: QuickSightClientTypes.FunnelChartAggregatedFieldWells? = nil - ) - { + ) { self.funnelChartAggregatedFieldWells = funnelChartAggregatedFieldWells } } @@ -10979,8 +10673,7 @@ extension QuickSightClientTypes { public init( categoryItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort } @@ -11017,8 +10710,7 @@ extension QuickSightClientTypes { tooltip: QuickSightClientTypes.TooltipOptions? = nil, valueLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.categoryLabelOptions = categoryLabelOptions self.dataLabelOptions = dataLabelOptions self.fieldWells = fieldWells @@ -11059,8 +10751,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -11084,8 +10775,7 @@ extension QuickSightClientTypes { public init( backgroundColor: Swift.String? = nil, foregroundColor: Swift.String? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.foregroundColor = foregroundColor } @@ -11104,8 +10794,7 @@ extension QuickSightClientTypes { public init( targetValues: [QuickSightClientTypes.MeasureField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.targetValues = targetValues self.values = values } @@ -11156,8 +10845,7 @@ extension QuickSightClientTypes { public init( arcAngle: Swift.Double? = 0.0, arcThickness: QuickSightClientTypes.ArcThicknessOptions? = nil - ) - { + ) { self.arcAngle = arcAngle self.arcThickness = arcThickness } @@ -11176,8 +10864,7 @@ extension QuickSightClientTypes { public init( max: Swift.Double? = 0.0, min: Swift.Double? = 0.0 - ) - { + ) { self.max = max self.min = min } @@ -11196,8 +10883,7 @@ extension QuickSightClientTypes { public init( range: QuickSightClientTypes.ArcAxisDisplayRange? = nil, reserveRange: Swift.Int = 0 - ) - { + ) { self.range = range self.reserveRange = reserveRange } @@ -11216,8 +10902,7 @@ extension QuickSightClientTypes { public init( numberDisplayFormatConfiguration: QuickSightClientTypes.NumberDisplayFormatConfiguration? = nil, percentageDisplayFormatConfiguration: QuickSightClientTypes.PercentageDisplayFormatConfiguration? = nil - ) - { + ) { self.numberDisplayFormatConfiguration = numberDisplayFormatConfiguration self.percentageDisplayFormatConfiguration = percentageDisplayFormatConfiguration } @@ -11274,8 +10959,7 @@ extension QuickSightClientTypes { public init( comparisonFormat: QuickSightClientTypes.ComparisonFormatConfiguration? = nil, comparisonMethod: QuickSightClientTypes.ComparisonMethod? = nil - ) - { + ) { self.comparisonFormat = comparisonFormat self.comparisonMethod = comparisonMethod } @@ -11335,8 +11019,7 @@ extension QuickSightClientTypes { comparison: QuickSightClientTypes.ComparisonConfiguration? = nil, primaryValueDisplayType: QuickSightClientTypes.PrimaryValueDisplayType? = nil, primaryValueFontConfiguration: QuickSightClientTypes.FontConfiguration? = nil - ) - { + ) { self.arc = arc self.arcAxis = arcAxis self.comparison = comparison @@ -11373,8 +11056,7 @@ extension QuickSightClientTypes { interactions: QuickSightClientTypes.VisualInteractionOptions? = nil, tooltipOptions: QuickSightClientTypes.TooltipOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.colorConfiguration = colorConfiguration self.dataLabels = dataLabels self.fieldWells = fieldWells @@ -11395,8 +11077,7 @@ extension QuickSightClientTypes { public init( foregroundColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.foregroundColor = foregroundColor } } @@ -11437,8 +11118,7 @@ extension QuickSightClientTypes { public init( iconDisplayOption: QuickSightClientTypes.ConditionalFormattingIconDisplayOption? = nil - ) - { + ) { self.iconDisplayOption = iconDisplayOption } } @@ -11557,8 +11237,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.Icon? = nil, unicodeIcon: Swift.String? = nil - ) - { + ) { self.icon = icon self.unicodeIcon = unicodeIcon } @@ -11585,8 +11264,7 @@ extension QuickSightClientTypes { displayConfiguration: QuickSightClientTypes.ConditionalFormattingIconDisplayConfiguration? = nil, expression: Swift.String? = nil, iconOptions: QuickSightClientTypes.ConditionalFormattingCustomIconOptions? = nil - ) - { + ) { self.color = color self.displayConfiguration = displayConfiguration self.expression = expression @@ -11669,8 +11347,7 @@ extension QuickSightClientTypes { public init( expression: Swift.String? = nil, iconSetType: QuickSightClientTypes.ConditionalFormattingIconSetType? = nil - ) - { + ) { self.expression = expression self.iconSetType = iconSetType } @@ -11694,8 +11371,7 @@ extension QuickSightClientTypes { public init( customCondition: QuickSightClientTypes.ConditionalFormattingCustomIconCondition? = nil, iconSet: QuickSightClientTypes.ConditionalFormattingIconSet? = nil - ) - { + ) { self.customCondition = customCondition self.iconSet = iconSet } @@ -11714,8 +11390,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.ConditionalFormattingIcon? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.icon = icon self.textColor = textColor } @@ -11734,8 +11409,7 @@ extension QuickSightClientTypes { public init( arc: QuickSightClientTypes.GaugeChartArcConditionalFormatting? = nil, primaryValue: QuickSightClientTypes.GaugeChartPrimaryValueConditionalFormatting? = nil - ) - { + ) { self.arc = arc self.primaryValue = primaryValue } @@ -11751,8 +11425,7 @@ extension QuickSightClientTypes { public init( conditionalFormattingOptions: [QuickSightClientTypes.GaugeChartConditionalFormattingOption]? = nil - ) - { + ) { self.conditionalFormattingOptions = conditionalFormattingOptions } } @@ -11786,8 +11459,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.conditionalFormatting = conditionalFormatting @@ -11814,8 +11486,7 @@ extension QuickSightClientTypes { colors: [QuickSightClientTypes.DimensionField]? = nil, geospatial: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.colors = colors self.geospatial = geospatial self.values = values @@ -11832,8 +11503,7 @@ extension QuickSightClientTypes { public init( geospatialMapAggregatedFieldWells: QuickSightClientTypes.GeospatialMapAggregatedFieldWells? = nil - ) - { + ) { self.geospatialMapAggregatedFieldWells = geospatialMapAggregatedFieldWells } } @@ -11848,8 +11518,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil - ) - { + ) { self.color = color } } @@ -11864,8 +11533,7 @@ extension QuickSightClientTypes { public init( simpleClusterMarker: QuickSightClientTypes.SimpleClusterMarker? = nil - ) - { + ) { self.simpleClusterMarker = simpleClusterMarker } } @@ -11880,8 +11548,7 @@ extension QuickSightClientTypes { public init( clusterMarker: QuickSightClientTypes.ClusterMarker? = nil - ) - { + ) { self.clusterMarker = clusterMarker } } @@ -11897,8 +11564,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil - ) - { + ) { self.color = color } } @@ -11913,8 +11579,7 @@ extension QuickSightClientTypes { public init( colors: [QuickSightClientTypes.GeospatialHeatmapDataColor]? = nil - ) - { + ) { self.colors = colors } } @@ -11929,8 +11594,7 @@ extension QuickSightClientTypes { public init( heatmapColor: QuickSightClientTypes.GeospatialHeatmapColorScale? = nil - ) - { + ) { self.heatmapColor = heatmapColor } } @@ -11983,8 +11647,7 @@ extension QuickSightClientTypes { clusterMarkerConfiguration: QuickSightClientTypes.ClusterMarkerConfiguration? = nil, heatmapConfiguration: QuickSightClientTypes.GeospatialHeatmapConfiguration? = nil, selectedPointStyle: QuickSightClientTypes.GeospatialSelectedPointStyle? = nil - ) - { + ) { self.clusterMarkerConfiguration = clusterMarkerConfiguration self.heatmapConfiguration = heatmapConfiguration self.selectedPointStyle = selectedPointStyle @@ -12022,8 +11685,7 @@ extension QuickSightClientTypes { tooltip: QuickSightClientTypes.TooltipOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil, windowOptions: QuickSightClientTypes.GeospatialWindowOptions? = nil - ) - { + ) { self.fieldWells = fieldWells self.interactions = interactions self.legend = legend @@ -12064,8 +11726,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -12118,8 +11779,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, dataValue: Swift.Double? = 0.0 - ) - { + ) { self.color = color self.dataValue = dataValue } @@ -12143,8 +11803,7 @@ extension QuickSightClientTypes { colorFillType: QuickSightClientTypes.ColorFillType? = nil, colors: [QuickSightClientTypes.DataColor]? = nil, nullValueColor: QuickSightClientTypes.DataColor? = nil - ) - { + ) { self.colorFillType = colorFillType self.colors = colors self.nullValueColor = nullValueColor @@ -12167,8 +11826,7 @@ extension QuickSightClientTypes { columns: [QuickSightClientTypes.DimensionField]? = nil, rows: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.columns = columns self.rows = rows self.values = values @@ -12185,8 +11843,7 @@ extension QuickSightClientTypes { public init( heatMapAggregatedFieldWells: QuickSightClientTypes.HeatMapAggregatedFieldWells? = nil - ) - { + ) { self.heatMapAggregatedFieldWells = heatMapAggregatedFieldWells } } @@ -12210,8 +11867,7 @@ extension QuickSightClientTypes { heatMapColumnSort: [QuickSightClientTypes.FieldSortOptions]? = nil, heatMapRowItemsLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, heatMapRowSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.heatMapColumnItemsLimitConfiguration = heatMapColumnItemsLimitConfiguration self.heatMapColumnSort = heatMapColumnSort self.heatMapRowItemsLimitConfiguration = heatMapRowItemsLimitConfiguration @@ -12253,8 +11909,7 @@ extension QuickSightClientTypes { rowLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, sortConfiguration: QuickSightClientTypes.HeatMapSortConfiguration? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil - ) - { + ) { self.colorScale = colorScale self.columnLabelOptions = columnLabelOptions self.dataLabels = dataLabels @@ -12296,8 +11951,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -12318,8 +11972,7 @@ extension QuickSightClientTypes { public init( value: Swift.Int? = nil - ) - { + ) { self.value = value } } @@ -12337,8 +11990,7 @@ extension QuickSightClientTypes { public init( binCountLimit: Swift.Int? = nil, value: Swift.Double? = nil - ) - { + ) { self.binCountLimit = binCountLimit self.value = value } @@ -12392,8 +12044,7 @@ extension QuickSightClientTypes { binWidth: QuickSightClientTypes.BinWidthOptions? = nil, selectedBinType: QuickSightClientTypes.HistogramBinType? = nil, startValue: Swift.Double? = 0.0 - ) - { + ) { self.binCount = binCount self.binWidth = binWidth self.selectedBinType = selectedBinType @@ -12411,8 +12062,7 @@ extension QuickSightClientTypes { public init( values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.values = values } } @@ -12427,8 +12077,7 @@ extension QuickSightClientTypes { public init( histogramAggregatedFieldWells: QuickSightClientTypes.HistogramAggregatedFieldWells? = nil - ) - { + ) { self.histogramAggregatedFieldWells = histogramAggregatedFieldWells } } @@ -12467,8 +12116,7 @@ extension QuickSightClientTypes { xAxisDisplayOptions: QuickSightClientTypes.AxisDisplayOptions? = nil, xAxisLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, yAxisDisplayOptions: QuickSightClientTypes.AxisDisplayOptions? = nil - ) - { + ) { self.binOptions = binOptions self.dataLabels = dataLabels self.fieldWells = fieldWells @@ -12507,8 +12155,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.subtitle = subtitle @@ -12592,8 +12239,7 @@ extension QuickSightClientTypes { time: QuickSightClientTypes.DimensionField? = nil, upperBoundary: Swift.Double? = 0.0, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.customSeasonalityValue = customSeasonalityValue self.lowerBoundary = lowerBoundary @@ -12631,8 +12277,7 @@ extension QuickSightClientTypes { periodSize: Swift.Int? = nil, time: QuickSightClientTypes.DimensionField? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.name = name self.periodSize = periodSize @@ -12698,8 +12343,7 @@ extension QuickSightClientTypes { time: QuickSightClientTypes.DimensionField? = nil, type: QuickSightClientTypes.MaximumMinimumComputationType? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.name = name self.time = time @@ -12731,8 +12375,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, targetValue: QuickSightClientTypes.MeasureField? = nil, time: QuickSightClientTypes.DimensionField? = nil - ) - { + ) { self.computationId = computationId self.fromValue = fromValue self.name = name @@ -12761,8 +12404,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, time: QuickSightClientTypes.DimensionField? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.name = name self.time = time @@ -12797,8 +12439,7 @@ extension QuickSightClientTypes { periodTimeGranularity: QuickSightClientTypes.TimeGranularity? = nil, time: QuickSightClientTypes.DimensionField? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.name = name self.periodTimeGranularity = periodTimeGranularity @@ -12902,8 +12543,7 @@ extension QuickSightClientTypes { time: QuickSightClientTypes.DimensionField? = nil, type: QuickSightClientTypes.TopBottomComputationType? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.category = category self.computationId = computationId self.moverSize = moverSize @@ -12946,8 +12586,7 @@ extension QuickSightClientTypes { resultSize: Swift.Int? = nil, type: QuickSightClientTypes.TopBottomComputationType? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.category = category self.computationId = computationId self.name = name @@ -12974,8 +12613,7 @@ extension QuickSightClientTypes { computationId: Swift.String? = nil, name: Swift.String? = nil, value: QuickSightClientTypes.MeasureField? = nil - ) - { + ) { self.computationId = computationId self.name = name self.value = value @@ -12999,8 +12637,7 @@ extension QuickSightClientTypes { category: QuickSightClientTypes.DimensionField? = nil, computationId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.category = category self.computationId = computationId self.name = name @@ -13044,8 +12681,7 @@ extension QuickSightClientTypes { topBottomRanked: QuickSightClientTypes.TopBottomRankedComputation? = nil, totalAggregation: QuickSightClientTypes.TotalAggregationComputation? = nil, uniqueValues: QuickSightClientTypes.UniqueValuesComputation? = nil - ) - { + ) { self.forecast = forecast self.growthRate = growthRate self.maximumMinimum = maximumMinimum @@ -13070,8 +12706,7 @@ extension QuickSightClientTypes { public init( narrative: Swift.String? = nil - ) - { + ) { self.narrative = narrative } } @@ -13092,8 +12727,7 @@ extension QuickSightClientTypes { computations: [QuickSightClientTypes.Computation]? = nil, customNarrative: QuickSightClientTypes.CustomNarrativeOptions? = nil, interactions: QuickSightClientTypes.VisualInteractionOptions? = nil - ) - { + ) { self.computations = computations self.customNarrative = customNarrative self.interactions = interactions @@ -13130,8 +12764,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.dataSetIdentifier = dataSetIdentifier self.insightConfiguration = insightConfiguration @@ -13158,8 +12791,7 @@ extension QuickSightClientTypes { targetValues: [QuickSightClientTypes.MeasureField]? = nil, trendGroups: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.targetValues = targetValues self.trendGroups = trendGroups self.values = values @@ -13176,8 +12808,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -13192,8 +12823,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -13247,8 +12877,7 @@ extension QuickSightClientTypes { tooltipVisibility: QuickSightClientTypes.Visibility? = nil, type: QuickSightClientTypes.KPISparklineType? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.color = color self.tooltipVisibility = tooltipVisibility self.type = type @@ -13266,8 +12895,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -13312,8 +12940,7 @@ extension QuickSightClientTypes { public init( type: QuickSightClientTypes.KPIVisualStandardLayoutType? = nil - ) - { + ) { self.type = type } } @@ -13328,8 +12955,7 @@ extension QuickSightClientTypes { public init( standardLayout: QuickSightClientTypes.KPIVisualStandardLayout? = nil - ) - { + ) { self.standardLayout = standardLayout } } @@ -13368,8 +12994,7 @@ extension QuickSightClientTypes { sparkline: QuickSightClientTypes.KPISparklineOptions? = nil, trendArrows: QuickSightClientTypes.TrendArrowOptions? = nil, visualLayoutOptions: QuickSightClientTypes.KPIVisualLayoutOptions? = nil - ) - { + ) { self.comparison = comparison self.primaryValueDisplayType = primaryValueDisplayType self.primaryValueFontConfiguration = primaryValueFontConfiguration @@ -13392,8 +13017,7 @@ extension QuickSightClientTypes { public init( trendGroupSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.trendGroupSort = trendGroupSort } } @@ -13417,8 +13041,7 @@ extension QuickSightClientTypes { interactions: QuickSightClientTypes.VisualInteractionOptions? = nil, kpiOptions: QuickSightClientTypes.KPIOptions? = nil, sortConfiguration: QuickSightClientTypes.KPISortConfiguration? = nil - ) - { + ) { self.fieldWells = fieldWells self.interactions = interactions self.kpiOptions = kpiOptions @@ -13439,8 +13062,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.ConditionalFormattingIcon? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.icon = icon self.textColor = textColor } @@ -13459,8 +13081,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.ConditionalFormattingIcon? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.icon = icon self.textColor = textColor } @@ -13479,8 +13100,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.ConditionalFormattingIcon? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.icon = icon self.textColor = textColor } @@ -13496,8 +13116,7 @@ extension QuickSightClientTypes { public init( foregroundColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.foregroundColor = foregroundColor } } @@ -13521,8 +13140,7 @@ extension QuickSightClientTypes { comparisonValue: QuickSightClientTypes.KPIComparisonValueConditionalFormatting? = nil, primaryValue: QuickSightClientTypes.KPIPrimaryValueConditionalFormatting? = nil, progressBar: QuickSightClientTypes.KPIProgressBarConditionalFormatting? = nil - ) - { + ) { self.actualValue = actualValue self.comparisonValue = comparisonValue self.primaryValue = primaryValue @@ -13540,8 +13158,7 @@ extension QuickSightClientTypes { public init( conditionalFormattingOptions: [QuickSightClientTypes.KPIConditionalFormattingOption]? = nil - ) - { + ) { self.conditionalFormattingOptions = conditionalFormattingOptions } } @@ -13578,8 +13195,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -13610,8 +13226,7 @@ extension QuickSightClientTypes { navigationOperation: QuickSightClientTypes.CustomActionNavigationOperation? = nil, setParametersOperation: QuickSightClientTypes.CustomActionSetParametersOperation? = nil, urlOperation: QuickSightClientTypes.CustomActionURLOperation? = nil - ) - { + ) { self.filterOperation = filterOperation self.navigationOperation = navigationOperation self.setParametersOperation = setParametersOperation @@ -13678,8 +13293,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, status: QuickSightClientTypes.WidgetStatus? = nil, trigger: QuickSightClientTypes.LayerCustomActionTrigger? = nil - ) - { + ) { self.actionOperations = actionOperations self.customActionId = customActionId self.name = name @@ -13699,8 +13313,7 @@ extension QuickSightClientTypes { public init( staticFileId: Swift.String? = nil - ) - { + ) { self.staticFileId = staticFileId } } @@ -13715,8 +13328,7 @@ extension QuickSightClientTypes { public init( staticFileDataSource: QuickSightClientTypes.GeospatialStaticFileSource? = nil - ) - { + ) { self.staticFileDataSource = staticFileDataSource } } @@ -13734,8 +13346,7 @@ extension QuickSightClientTypes { public init( colorDimensionsFields: [QuickSightClientTypes.DimensionField]? = nil, colorValuesFields: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.colorDimensionsFields = colorDimensionsFields self.colorValuesFields = colorValuesFields } @@ -13759,8 +13370,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnIdentifier? = nil, fieldId: Swift.String? = nil, formatConfiguration: QuickSightClientTypes.FormatConfiguration? = nil - ) - { + ) { self.column = column self.fieldId = fieldId self.formatConfiguration = formatConfiguration @@ -13783,8 +13393,7 @@ extension QuickSightClientTypes { colorField: QuickSightClientTypes.GeospatialLayerColorField? = nil, datasetKeyField: QuickSightClientTypes.UnaggregatedField? = nil, shapeKeyField: Swift.String? = nil - ) - { + ) { self.colorField = colorField self.datasetKeyField = datasetKeyField self.shapeKeyField = shapeKeyField @@ -13806,8 +13415,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, dataValue: Swift.String? = nil - ) - { + ) { self.color = color self.dataValue = dataValue } @@ -13829,8 +13437,7 @@ extension QuickSightClientTypes { fillColor: Swift.String? = nil, strokeColor: Swift.String? = nil, strokeWidth: Swift.Double? = nil - ) - { + ) { self.fillColor = fillColor self.strokeColor = strokeColor self.strokeWidth = strokeWidth @@ -13848,8 +13455,7 @@ extension QuickSightClientTypes { public init( symbolStyle: QuickSightClientTypes.GeospatialNullSymbolStyle? = nil - ) - { + ) { self.symbolStyle = symbolStyle } } @@ -13874,8 +13480,7 @@ extension QuickSightClientTypes { defaultOpacity: Swift.Double? = nil, nullDataSettings: QuickSightClientTypes.GeospatialNullDataSettings? = nil, nullDataVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.categoryDataColors = categoryDataColors self.defaultOpacity = defaultOpacity self.nullDataSettings = nullDataSettings @@ -13898,8 +13503,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, dataValue: Swift.Double = 0.0 - ) - { + ) { self.color = color self.dataValue = dataValue } @@ -13925,8 +13529,7 @@ extension QuickSightClientTypes { nullDataSettings: QuickSightClientTypes.GeospatialNullDataSettings? = nil, nullDataVisibility: QuickSightClientTypes.Visibility? = nil, stepColors: [QuickSightClientTypes.GeospatialGradientStepColor]? = nil - ) - { + ) { self.defaultOpacity = defaultOpacity self.nullDataSettings = nullDataSettings self.nullDataVisibility = nullDataVisibility @@ -13977,8 +13580,7 @@ extension QuickSightClientTypes { public init( color: Swift.String? = nil, state: QuickSightClientTypes.GeospatialColorState? = nil - ) - { + ) { self.color = color self.state = state } @@ -14000,8 +13602,7 @@ extension QuickSightClientTypes { categorical: QuickSightClientTypes.GeospatialCategoricalColor? = nil, gradient: QuickSightClientTypes.GeospatialGradientColor? = nil, solid: QuickSightClientTypes.GeospatialSolidColor? = nil - ) - { + ) { self.categorical = categorical self.gradient = gradient self.solid = solid @@ -14018,8 +13619,7 @@ extension QuickSightClientTypes { public init( lineWidth: Swift.Double? = nil - ) - { + ) { self.lineWidth = lineWidth } } @@ -14037,8 +13637,7 @@ extension QuickSightClientTypes { public init( fillColor: QuickSightClientTypes.GeospatialColor? = nil, lineWidth: QuickSightClientTypes.GeospatialLineWidth? = nil - ) - { + ) { self.fillColor = fillColor self.lineWidth = lineWidth } @@ -14054,8 +13653,7 @@ extension QuickSightClientTypes { public init( lineSymbolStyle: QuickSightClientTypes.GeospatialLineSymbolStyle? = nil - ) - { + ) { self.lineSymbolStyle = lineSymbolStyle } } @@ -14071,8 +13669,7 @@ extension QuickSightClientTypes { public init( style: QuickSightClientTypes.GeospatialLineStyle? = nil - ) - { + ) { self.style = style } } @@ -14087,8 +13684,7 @@ extension QuickSightClientTypes { public init( radius: Swift.Double? = nil - ) - { + ) { self.radius = radius } } @@ -14112,8 +13708,7 @@ extension QuickSightClientTypes { fillColor: QuickSightClientTypes.GeospatialColor? = nil, strokeColor: QuickSightClientTypes.GeospatialColor? = nil, strokeWidth: QuickSightClientTypes.GeospatialLineWidth? = nil - ) - { + ) { self.circleRadius = circleRadius self.fillColor = fillColor self.strokeColor = strokeColor @@ -14131,8 +13726,7 @@ extension QuickSightClientTypes { public init( circleSymbolStyle: QuickSightClientTypes.GeospatialCircleSymbolStyle? = nil - ) - { + ) { self.circleSymbolStyle = circleSymbolStyle } } @@ -14148,8 +13742,7 @@ extension QuickSightClientTypes { public init( style: QuickSightClientTypes.GeospatialPointStyle? = nil - ) - { + ) { self.style = style } } @@ -14170,8 +13763,7 @@ extension QuickSightClientTypes { fillColor: QuickSightClientTypes.GeospatialColor? = nil, strokeColor: QuickSightClientTypes.GeospatialColor? = nil, strokeWidth: QuickSightClientTypes.GeospatialLineWidth? = nil - ) - { + ) { self.fillColor = fillColor self.strokeColor = strokeColor self.strokeWidth = strokeWidth @@ -14188,8 +13780,7 @@ extension QuickSightClientTypes { public init( polygonSymbolStyle: QuickSightClientTypes.GeospatialPolygonSymbolStyle? = nil - ) - { + ) { self.polygonSymbolStyle = polygonSymbolStyle } } @@ -14205,8 +13796,7 @@ extension QuickSightClientTypes { public init( style: QuickSightClientTypes.GeospatialPolygonStyle? = nil - ) - { + ) { self.style = style } } @@ -14227,8 +13817,7 @@ extension QuickSightClientTypes { lineLayer: QuickSightClientTypes.GeospatialLineLayer? = nil, pointLayer: QuickSightClientTypes.GeospatialPointLayer? = nil, polygonLayer: QuickSightClientTypes.GeospatialPolygonLayer? = nil - ) - { + ) { self.lineLayer = lineLayer self.pointLayer = pointLayer self.polygonLayer = polygonLayer @@ -14302,8 +13891,7 @@ extension QuickSightClientTypes { layerType: QuickSightClientTypes.GeospatialLayerType? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.actions = actions self.dataSource = dataSource self.joinDefinition = joinDefinition @@ -14358,8 +13946,7 @@ extension QuickSightClientTypes { public init( bounds: QuickSightClientTypes.GeospatialCoordinateBounds? = nil, mapNavigation: QuickSightClientTypes.GeospatialMapNavigation? = nil - ) - { + ) { self.bounds = bounds self.mapNavigation = mapNavigation } @@ -14381,8 +13968,7 @@ extension QuickSightClientTypes { backgroundColor: Swift.String? = nil, baseMapStyle: QuickSightClientTypes.BaseMapStyleType? = nil, baseMapVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.baseMapStyle = baseMapStyle self.baseMapVisibility = baseMapVisibility @@ -14411,8 +13997,7 @@ extension QuickSightClientTypes { mapLayers: [QuickSightClientTypes.GeospatialLayerItem]? = nil, mapState: QuickSightClientTypes.GeospatialMapState? = nil, mapStyle: QuickSightClientTypes.GeospatialMapStyle? = nil - ) - { + ) { self.interactions = interactions self.legend = legend self.mapLayers = mapLayers @@ -14448,8 +14033,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.chartConfiguration = chartConfiguration self.dataSetIdentifier = dataSetIdentifier self.subtitle = subtitle @@ -14554,8 +14138,7 @@ extension QuickSightClientTypes { lineStyle: QuickSightClientTypes.LineChartLineStyle? = nil, lineVisibility: QuickSightClientTypes.Visibility? = nil, lineWidth: Swift.String? = nil - ) - { + ) { self.lineInterpolation = lineInterpolation self.lineStyle = lineStyle self.lineVisibility = lineVisibility @@ -14630,8 +14213,7 @@ extension QuickSightClientTypes { markerShape: QuickSightClientTypes.LineChartMarkerShape? = nil, markerSize: Swift.String? = nil, markerVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.markerColor = markerColor self.markerShape = markerShape self.markerSize = markerSize @@ -14655,8 +14237,7 @@ extension QuickSightClientTypes { axisBinding: QuickSightClientTypes.AxisBinding? = nil, lineStyleSettings: QuickSightClientTypes.LineChartLineStyleSettings? = nil, markerStyleSettings: QuickSightClientTypes.LineChartMarkerStyleSettings? = nil - ) - { + ) { self.axisBinding = axisBinding self.lineStyleSettings = lineStyleSettings self.markerStyleSettings = markerStyleSettings @@ -14682,8 +14263,7 @@ extension QuickSightClientTypes { colors: [QuickSightClientTypes.DimensionField]? = nil, smallMultiples: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.colors = colors self.smallMultiples = smallMultiples @@ -14701,8 +14281,7 @@ extension QuickSightClientTypes { public init( lineChartAggregatedFieldWells: QuickSightClientTypes.LineChartAggregatedFieldWells? = nil - ) - { + ) { self.lineChartAggregatedFieldWells = lineChartAggregatedFieldWells } } @@ -14736,8 +14315,7 @@ extension QuickSightClientTypes { predictionInterval: Swift.Int? = nil, seasonality: Swift.Int? = nil, upperBoundary: Swift.Double? = 0.0 - ) - { + ) { self.lowerBoundary = lowerBoundary self.periodsBackward = periodsBackward self.periodsForward = periodsForward @@ -14762,8 +14340,7 @@ extension QuickSightClientTypes { public init( date: Foundation.Date? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.date = date self.value = value } @@ -14788,8 +14365,7 @@ extension QuickSightClientTypes { endDate: Foundation.Date? = nil, startDate: Foundation.Date? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.endDate = endDate self.startDate = startDate self.value = value @@ -14809,8 +14385,7 @@ extension QuickSightClientTypes { public init( whatIfPointScenario: QuickSightClientTypes.WhatIfPointScenario? = nil, whatIfRangeScenario: QuickSightClientTypes.WhatIfRangeScenario? = nil - ) - { + ) { self.whatIfPointScenario = whatIfPointScenario self.whatIfRangeScenario = whatIfRangeScenario } @@ -14829,8 +14404,7 @@ extension QuickSightClientTypes { public init( forecastProperties: QuickSightClientTypes.TimeBasedForecastProperties? = nil, scenario: QuickSightClientTypes.ForecastScenario? = nil - ) - { + ) { self.forecastProperties = forecastProperties self.scenario = scenario } @@ -14884,8 +14458,7 @@ extension QuickSightClientTypes { public init( treatmentOption: QuickSightClientTypes.MissingDataTreatmentOption? = nil - ) - { + ) { self.treatmentOption = treatmentOption } } @@ -14903,8 +14476,7 @@ extension QuickSightClientTypes { public init( axisOptions: QuickSightClientTypes.AxisDisplayOptions? = nil, missingDataConfigurations: [QuickSightClientTypes.MissingDataConfiguration]? = nil - ) - { + ) { self.axisOptions = axisOptions self.missingDataConfigurations = missingDataConfigurations } @@ -14923,8 +14495,7 @@ extension QuickSightClientTypes { public init( lineStyleSettings: QuickSightClientTypes.LineChartLineStyleSettings? = nil, markerStyleSettings: QuickSightClientTypes.LineChartMarkerStyleSettings? = nil - ) - { + ) { self.lineStyleSettings = lineStyleSettings self.markerStyleSettings = markerStyleSettings } @@ -14951,8 +14522,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, fieldValue: Swift.String? = nil, settings: QuickSightClientTypes.LineChartSeriesSettings? = nil - ) - { + ) { self.axisBinding = axisBinding self.fieldId = fieldId self.fieldValue = fieldValue @@ -14983,8 +14553,7 @@ extension QuickSightClientTypes { axisBinding: QuickSightClientTypes.AxisBinding? = nil, fieldId: Swift.String? = nil, settings: QuickSightClientTypes.LineChartSeriesSettings? = nil - ) - { + ) { self.axisBinding = axisBinding self.fieldId = fieldId self.settings = settings @@ -15004,8 +14573,7 @@ extension QuickSightClientTypes { public init( dataFieldSeriesItem: QuickSightClientTypes.DataFieldSeriesItem? = nil, fieldSeriesItem: QuickSightClientTypes.FieldSeriesItem? = nil - ) - { + ) { self.dataFieldSeriesItem = dataFieldSeriesItem self.fieldSeriesItem = fieldSeriesItem } @@ -15033,8 +14601,7 @@ extension QuickSightClientTypes { colorItemsLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, smallMultiplesLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, smallMultiplesSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimitConfiguration = categoryItemsLimitConfiguration self.categorySort = categorySort self.colorItemsLimitConfiguration = colorItemsLimitConfiguration @@ -15145,8 +14712,7 @@ extension QuickSightClientTypes { visualPalette: QuickSightClientTypes.VisualPalette? = nil, xAxisDisplayOptions: QuickSightClientTypes.AxisDisplayOptions? = nil, xAxisLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil - ) - { + ) { self.contributionAnalysisDefaults = contributionAnalysisDefaults self.dataLabels = dataLabels self.defaultSeriesSettings = defaultSeriesSettings @@ -15200,8 +14766,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -15257,8 +14822,7 @@ extension QuickSightClientTypes { public init( arcThickness: QuickSightClientTypes.ArcThickness? = nil - ) - { + ) { self.arcThickness = arcThickness } } @@ -15273,8 +14837,7 @@ extension QuickSightClientTypes { public init( labelVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.labelVisibility = labelVisibility } } @@ -15300,8 +14863,7 @@ extension QuickSightClientTypes { public init( arcOptions: QuickSightClientTypes.ArcOptions? = nil, donutCenterOptions: QuickSightClientTypes.DonutCenterOptions? = nil - ) - { + ) { self.arcOptions = arcOptions self.donutCenterOptions = donutCenterOptions } @@ -15323,8 +14885,7 @@ extension QuickSightClientTypes { category: [QuickSightClientTypes.DimensionField]? = nil, smallMultiples: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.smallMultiples = smallMultiples self.values = values @@ -15341,8 +14902,7 @@ extension QuickSightClientTypes { public init( pieChartAggregatedFieldWells: QuickSightClientTypes.PieChartAggregatedFieldWells? = nil - ) - { + ) { self.pieChartAggregatedFieldWells = pieChartAggregatedFieldWells } } @@ -15366,8 +14926,7 @@ extension QuickSightClientTypes { categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil, smallMultiplesLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, smallMultiplesSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort self.smallMultiplesLimitConfiguration = smallMultiplesLimitConfiguration @@ -15418,8 +14977,7 @@ extension QuickSightClientTypes { tooltip: QuickSightClientTypes.TooltipOptions? = nil, valueLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.categoryLabelOptions = categoryLabelOptions self.contributionAnalysisDefaults = contributionAnalysisDefaults self.dataLabels = dataLabels @@ -15471,8 +15029,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -15525,8 +15082,7 @@ extension QuickSightClientTypes { public init( fieldDataPathValues: [QuickSightClientTypes.DataPathValue]? = nil, fieldId: Swift.String? = nil - ) - { + ) { self.fieldDataPathValues = fieldDataPathValues self.fieldId = fieldId } @@ -15550,8 +15106,7 @@ extension QuickSightClientTypes { public init( state: QuickSightClientTypes.PivotTableFieldCollapseState? = nil, target: QuickSightClientTypes.PivotTableFieldCollapseStateTarget? = nil - ) - { + ) { self.state = state self.target = target } @@ -15571,8 +15126,7 @@ extension QuickSightClientTypes { public init( dataPathList: [QuickSightClientTypes.DataPathValue]? = nil, width: Swift.String? = nil - ) - { + ) { self.dataPathList = dataPathList self.width = width } @@ -15595,8 +15149,7 @@ extension QuickSightClientTypes { customLabel: Swift.String? = nil, fieldId: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.customLabel = customLabel self.fieldId = fieldId self.visibility = visibility @@ -15619,8 +15172,7 @@ extension QuickSightClientTypes { collapseStateOptions: [QuickSightClientTypes.PivotTableFieldCollapseStateOption]? = nil, dataPathOptions: [QuickSightClientTypes.PivotTableDataPathOption]? = nil, selectedFieldOptions: [QuickSightClientTypes.PivotTableFieldOption]? = nil - ) - { + ) { self.collapseStateOptions = collapseStateOptions self.dataPathOptions = dataPathOptions self.selectedFieldOptions = selectedFieldOptions @@ -15643,8 +15195,7 @@ extension QuickSightClientTypes { columns: [QuickSightClientTypes.DimensionField]? = nil, rows: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.columns = columns self.rows = rows self.values = values @@ -15661,8 +15212,7 @@ extension QuickSightClientTypes { public init( pivotTableAggregatedFieldWells: QuickSightClientTypes.PivotTableAggregatedFieldWells? = nil - ) - { + ) { self.pivotTableAggregatedFieldWells = pivotTableAggregatedFieldWells } } @@ -15680,8 +15230,7 @@ extension QuickSightClientTypes { public init( overflowColumnHeaderVisibility: QuickSightClientTypes.Visibility? = nil, verticalOverflowVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.overflowColumnHeaderVisibility = overflowColumnHeaderVisibility self.verticalOverflowVisibility = verticalOverflowVisibility } @@ -15702,8 +15251,7 @@ extension QuickSightClientTypes { public init( direction: QuickSightClientTypes.SortDirection? = nil, sortPaths: [QuickSightClientTypes.DataPathValue]? = nil - ) - { + ) { self.direction = direction self.sortPaths = sortPaths } @@ -15725,8 +15273,7 @@ extension QuickSightClientTypes { column: QuickSightClientTypes.ColumnSort? = nil, dataPath: QuickSightClientTypes.DataPathSort? = nil, field: QuickSightClientTypes.FieldSort? = nil - ) - { + ) { self.column = column self.dataPath = dataPath self.field = field @@ -15748,8 +15295,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil, sortBy: QuickSightClientTypes.PivotTableSortBy? = nil - ) - { + ) { self.fieldId = fieldId self.sortBy = sortBy } @@ -15765,8 +15311,7 @@ extension QuickSightClientTypes { public init( fieldSortOptions: [QuickSightClientTypes.PivotFieldSortOptions]? = nil - ) - { + ) { self.fieldSortOptions = fieldSortOptions } } @@ -15816,8 +15361,7 @@ extension QuickSightClientTypes { color: Swift.String? = nil, style: QuickSightClientTypes.TableBorderStyle? = nil, thickness: Swift.Int? = nil - ) - { + ) { self.color = color self.style = style self.thickness = thickness @@ -15849,8 +15393,7 @@ extension QuickSightClientTypes { `left`: QuickSightClientTypes.TableBorderOptions? = nil, `right`: QuickSightClientTypes.TableBorderOptions? = nil, top: QuickSightClientTypes.TableBorderOptions? = nil - ) - { + ) { self.bottom = bottom self.innerHorizontal = innerHorizontal self.innerVertical = innerVertical @@ -15873,8 +15416,7 @@ extension QuickSightClientTypes { public init( sideSpecificBorder: QuickSightClientTypes.TableSideBorderOptions? = nil, uniformBorder: QuickSightClientTypes.TableBorderOptions? = nil - ) - { + ) { self.sideSpecificBorder = sideSpecificBorder self.uniformBorder = uniformBorder } @@ -15975,8 +15517,7 @@ extension QuickSightClientTypes { textWrap: QuickSightClientTypes.TextWrap? = nil, verticalTextAlignment: QuickSightClientTypes.VerticalTextAlignment? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.border = border self.fontConfiguration = fontConfiguration @@ -16033,8 +15574,7 @@ extension QuickSightClientTypes { rowAlternateColors: [Swift.String]? = nil, status: QuickSightClientTypes.WidgetStatus? = nil, usePrimaryBackgroundColor: QuickSightClientTypes.WidgetStatus? = nil - ) - { + ) { self.rowAlternateColors = rowAlternateColors self.status = status self.usePrimaryBackgroundColor = usePrimaryBackgroundColor @@ -16054,8 +15594,7 @@ extension QuickSightClientTypes { public init( customLabel: Swift.String? = nil, visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.customLabel = customLabel self.visibility = visibility } @@ -16140,8 +15679,7 @@ extension QuickSightClientTypes { rowsLayout: QuickSightClientTypes.PivotTableRowsLayout? = nil, singleMetricVisibility: QuickSightClientTypes.Visibility? = nil, toggleButtonsVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.cellStyle = cellStyle self.collapsedRowDimensionsVisibility = collapsedRowDimensionsVisibility self.columnHeaderStyle = columnHeaderStyle @@ -16200,8 +15738,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil - ) - { + ) { self.fieldId = fieldId } } @@ -16249,8 +15786,7 @@ extension QuickSightClientTypes { public init( cellType: QuickSightClientTypes.StyledCellType? = nil - ) - { + ) { self.cellType = cellType } } @@ -16286,8 +15822,7 @@ extension QuickSightClientTypes { totalCellStyle: QuickSightClientTypes.TableCellStyle? = nil, totalsVisibility: QuickSightClientTypes.Visibility? = nil, valueCellStyle: QuickSightClientTypes.TableCellStyle? = nil - ) - { + ) { self.customLabel = customLabel self.fieldLevel = fieldLevel self.fieldLevelOptions = fieldLevelOptions @@ -16411,8 +15946,7 @@ extension QuickSightClientTypes { public init( simpleTotalAggregationFunction: QuickSightClientTypes.SimpleTotalAggregationFunction? = nil - ) - { + ) { self.simpleTotalAggregationFunction = simpleTotalAggregationFunction } } @@ -16432,8 +15966,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil, totalAggregationFunction: QuickSightClientTypes.TotalAggregationFunction? = nil - ) - { + ) { self.fieldId = fieldId self.totalAggregationFunction = totalAggregationFunction } @@ -16470,8 +16003,7 @@ extension QuickSightClientTypes { totalCellStyle: QuickSightClientTypes.TableCellStyle? = nil, totalsVisibility: QuickSightClientTypes.Visibility? = nil, valueCellStyle: QuickSightClientTypes.TableCellStyle? = nil - ) - { + ) { self.customLabel = customLabel self.metricHeaderCellStyle = metricHeaderCellStyle self.placement = placement @@ -16502,8 +16034,7 @@ extension QuickSightClientTypes { columnTotalOptions: QuickSightClientTypes.PivotTotalOptions? = nil, rowSubtotalOptions: QuickSightClientTypes.SubtotalOptions? = nil, rowTotalOptions: QuickSightClientTypes.PivotTotalOptions? = nil - ) - { + ) { self.columnSubtotalOptions = columnSubtotalOptions self.columnTotalOptions = columnTotalOptions self.rowSubtotalOptions = rowSubtotalOptions @@ -16539,8 +16070,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.PivotTableSortConfiguration? = nil, tableOptions: QuickSightClientTypes.PivotTableOptions? = nil, totalOptions: QuickSightClientTypes.PivotTableTotalOptions? = nil - ) - { + ) { self.fieldOptions = fieldOptions self.fieldWells = fieldWells self.interactions = interactions @@ -16593,8 +16123,7 @@ extension QuickSightClientTypes { public init( role: QuickSightClientTypes.PivotTableConditionalFormattingScopeRole? = nil - ) - { + ) { self.role = role } } @@ -16615,8 +16144,7 @@ extension QuickSightClientTypes { backgroundColor: QuickSightClientTypes.ConditionalFormattingColor? = nil, icon: QuickSightClientTypes.ConditionalFormattingIcon? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.icon = icon self.textColor = textColor @@ -16643,8 +16171,7 @@ extension QuickSightClientTypes { scope: QuickSightClientTypes.PivotTableConditionalFormattingScope? = nil, scopes: [QuickSightClientTypes.PivotTableConditionalFormattingScope]? = nil, textFormat: QuickSightClientTypes.TextConditionalFormat? = nil - ) - { + ) { self.fieldId = fieldId self.scope = scope self.scopes = scopes @@ -16662,8 +16189,7 @@ extension QuickSightClientTypes { public init( cell: QuickSightClientTypes.PivotTableCellConditionalFormatting? = nil - ) - { + ) { self.cell = cell } } @@ -16678,8 +16204,7 @@ extension QuickSightClientTypes { public init( conditionalFormattingOptions: [QuickSightClientTypes.PivotTableConditionalFormattingOption]? = nil - ) - { + ) { self.conditionalFormattingOptions = conditionalFormattingOptions } } @@ -16713,8 +16238,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.conditionalFormatting = conditionalFormatting @@ -16773,8 +16297,7 @@ extension QuickSightClientTypes { dimensions: [QuickSightClientTypes.DimensionField]? = nil, measures: [QuickSightClientTypes.MeasureField]? = nil, unaggregated: [QuickSightClientTypes.UnaggregatedField]? = nil - ) - { + ) { self.axisName = axisName self.dimensions = dimensions self.measures = measures @@ -16792,8 +16315,7 @@ extension QuickSightClientTypes { public init( itemsLimit: Swift.Int? = 0 - ) - { + ) { self.itemsLimit = itemsLimit } } @@ -16811,8 +16333,7 @@ extension QuickSightClientTypes { public init( itemsLimitConfiguration: QuickSightClientTypes.PluginVisualItemsLimitConfiguration? = nil, rowSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.itemsLimitConfiguration = itemsLimitConfiguration self.rowSort = rowSort } @@ -16828,8 +16349,7 @@ extension QuickSightClientTypes { public init( pluginVisualTableQuerySort: QuickSightClientTypes.PluginVisualTableQuerySort? = nil - ) - { + ) { self.pluginVisualTableQuerySort = pluginVisualTableQuerySort } } @@ -16847,8 +16367,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -16864,8 +16383,7 @@ extension QuickSightClientTypes { public init( visualProperties: [QuickSightClientTypes.PluginVisualProperty]? = nil - ) - { + ) { self.visualProperties = visualProperties } } @@ -16886,8 +16404,7 @@ extension QuickSightClientTypes { fieldWells: [QuickSightClientTypes.PluginVisualFieldWell]? = nil, sortConfiguration: QuickSightClientTypes.PluginVisualSortConfiguration? = nil, visualOptions: QuickSightClientTypes.PluginVisualOptions? = nil - ) - { + ) { self.fieldWells = fieldWells self.sortConfiguration = sortConfiguration self.visualOptions = visualOptions @@ -16921,8 +16438,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.chartConfiguration = chartConfiguration self.pluginArn = pluginArn self.subtitle = subtitle @@ -16974,8 +16490,7 @@ extension QuickSightClientTypes { public init( visibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.visibility = visibility } } @@ -16990,8 +16505,7 @@ extension QuickSightClientTypes { public init( areaStyleSettings: QuickSightClientTypes.RadarChartAreaStyleSettings? = nil - ) - { + ) { self.areaStyleSettings = areaStyleSettings } } @@ -17012,8 +16526,7 @@ extension QuickSightClientTypes { category: [QuickSightClientTypes.DimensionField]? = nil, color: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.color = color self.values = values @@ -17030,8 +16543,7 @@ extension QuickSightClientTypes { public init( radarChartAggregatedFieldWells: QuickSightClientTypes.RadarChartAggregatedFieldWells? = nil - ) - { + ) { self.radarChartAggregatedFieldWells = radarChartAggregatedFieldWells } } @@ -17084,8 +16596,7 @@ extension QuickSightClientTypes { categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil, colorItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, colorSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort self.colorItemsLimit = colorItemsLimit @@ -17148,8 +16659,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.RadarChartSortConfiguration? = nil, startAngle: Swift.Double? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil - ) - { + ) { self.alternateBandColorsVisibility = alternateBandColorsVisibility self.alternateBandEvenColor = alternateBandEvenColor self.alternateBandOddColor = alternateBandOddColor @@ -17198,8 +16708,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -17226,8 +16735,7 @@ extension QuickSightClientTypes { destination: [QuickSightClientTypes.DimensionField]? = nil, source: [QuickSightClientTypes.DimensionField]? = nil, weight: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.destination = destination self.source = source self.weight = weight @@ -17244,8 +16752,7 @@ extension QuickSightClientTypes { public init( sankeyDiagramAggregatedFieldWells: QuickSightClientTypes.SankeyDiagramAggregatedFieldWells? = nil - ) - { + ) { self.sankeyDiagramAggregatedFieldWells = sankeyDiagramAggregatedFieldWells } } @@ -17266,8 +16773,7 @@ extension QuickSightClientTypes { destinationItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, sourceItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, weightSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.destinationItemsLimit = destinationItemsLimit self.sourceItemsLimit = sourceItemsLimit self.weightSort = weightSort @@ -17293,8 +16799,7 @@ extension QuickSightClientTypes { fieldWells: QuickSightClientTypes.SankeyDiagramFieldWells? = nil, interactions: QuickSightClientTypes.VisualInteractionOptions? = nil, sortConfiguration: QuickSightClientTypes.SankeyDiagramSortConfiguration? = nil - ) - { + ) { self.dataLabels = dataLabels self.fieldWells = fieldWells self.interactions = interactions @@ -17328,8 +16833,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.subtitle = subtitle @@ -17361,8 +16865,7 @@ extension QuickSightClientTypes { size: [QuickSightClientTypes.MeasureField]? = nil, xAxis: [QuickSightClientTypes.MeasureField]? = nil, yAxis: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.category = category self.label = label self.size = size @@ -17393,8 +16896,7 @@ extension QuickSightClientTypes { size: [QuickSightClientTypes.MeasureField]? = nil, xAxis: [QuickSightClientTypes.DimensionField]? = nil, yAxis: [QuickSightClientTypes.DimensionField]? = nil - ) - { + ) { self.category = category self.label = label self.size = size @@ -17416,8 +16918,7 @@ extension QuickSightClientTypes { public init( scatterPlotCategoricallyAggregatedFieldWells: QuickSightClientTypes.ScatterPlotCategoricallyAggregatedFieldWells? = nil, scatterPlotUnaggregatedFieldWells: QuickSightClientTypes.ScatterPlotUnaggregatedFieldWells? = nil - ) - { + ) { self.scatterPlotCategoricallyAggregatedFieldWells = scatterPlotCategoricallyAggregatedFieldWells self.scatterPlotUnaggregatedFieldWells = scatterPlotUnaggregatedFieldWells } @@ -17433,8 +16934,7 @@ extension QuickSightClientTypes { public init( scatterPlotLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil - ) - { + ) { self.scatterPlotLimitConfiguration = scatterPlotLimitConfiguration } } @@ -17479,8 +16979,7 @@ extension QuickSightClientTypes { xAxisLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, yAxisDisplayOptions: QuickSightClientTypes.AxisDisplayOptions? = nil, yAxisLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil - ) - { + ) { self.dataLabels = dataLabels self.fieldWells = fieldWells self.interactions = interactions @@ -17524,8 +17023,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -17546,8 +17044,7 @@ extension QuickSightClientTypes { public init( pinnedLeftFields: [Swift.String]? = nil - ) - { + ) { self.pinnedLeftFields = pinnedLeftFields } } @@ -17594,8 +17091,7 @@ extension QuickSightClientTypes { public init( tableCellImageScalingConfiguration: QuickSightClientTypes.TableCellImageScalingConfiguration? = nil - ) - { + ) { self.tableCellImageScalingConfiguration = tableCellImageScalingConfiguration } } @@ -17610,8 +17106,7 @@ extension QuickSightClientTypes { public init( sizingOptions: QuickSightClientTypes.TableCellImageSizingConfiguration? = nil - ) - { + ) { self.sizingOptions = sizingOptions } } @@ -17652,8 +17147,7 @@ extension QuickSightClientTypes { public init( icon: QuickSightClientTypes.TableFieldIconSetType? = nil - ) - { + ) { self.icon = icon } } @@ -17672,8 +17166,7 @@ extension QuickSightClientTypes { public init( fontConfiguration: QuickSightClientTypes.FontConfiguration? = nil, value: Swift.String? = nil - ) - { + ) { self.fontConfiguration = fontConfiguration self.value = value } @@ -17692,8 +17185,7 @@ extension QuickSightClientTypes { public init( customIconContent: QuickSightClientTypes.TableFieldCustomIconContent? = nil, customTextContent: QuickSightClientTypes.TableFieldCustomTextContent? = nil - ) - { + ) { self.customIconContent = customIconContent self.customTextContent = customTextContent } @@ -17714,8 +17206,7 @@ extension QuickSightClientTypes { public init( content: QuickSightClientTypes.TableFieldLinkContentConfiguration? = nil, target: QuickSightClientTypes.URLTargetConfiguration? = nil - ) - { + ) { self.content = content self.target = target } @@ -17734,8 +17225,7 @@ extension QuickSightClientTypes { public init( imageConfiguration: QuickSightClientTypes.TableFieldImageConfiguration? = nil, linkConfiguration: QuickSightClientTypes.TableFieldLinkConfiguration? = nil - ) - { + ) { self.imageConfiguration = imageConfiguration self.linkConfiguration = linkConfiguration } @@ -17764,8 +17254,7 @@ extension QuickSightClientTypes { urlStyling: QuickSightClientTypes.TableFieldURLConfiguration? = nil, visibility: QuickSightClientTypes.Visibility? = nil, width: Swift.String? = nil - ) - { + ) { self.customLabel = customLabel self.fieldId = fieldId self.urlStyling = urlStyling @@ -17790,8 +17279,7 @@ extension QuickSightClientTypes { order: [Swift.String]? = nil, pinnedFieldOptions: QuickSightClientTypes.TablePinnedFieldOptions? = nil, selectedFieldOptions: [QuickSightClientTypes.TableFieldOption]? = nil - ) - { + ) { self.order = order self.pinnedFieldOptions = pinnedFieldOptions self.selectedFieldOptions = selectedFieldOptions @@ -17811,8 +17299,7 @@ extension QuickSightClientTypes { public init( groupBy: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.groupBy = groupBy self.values = values } @@ -17828,8 +17315,7 @@ extension QuickSightClientTypes { public init( values: [QuickSightClientTypes.UnaggregatedField]? = nil - ) - { + ) { self.values = values } } @@ -17847,8 +17333,7 @@ extension QuickSightClientTypes { public init( tableAggregatedFieldWells: QuickSightClientTypes.TableAggregatedFieldWells? = nil, tableUnaggregatedFieldWells: QuickSightClientTypes.TableUnaggregatedFieldWells? = nil - ) - { + ) { self.tableAggregatedFieldWells = tableAggregatedFieldWells self.tableUnaggregatedFieldWells = tableUnaggregatedFieldWells } @@ -17867,8 +17352,7 @@ extension QuickSightClientTypes { public init( overflowColumnHeaderVisibility: QuickSightClientTypes.Visibility? = nil, verticalOverflowVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.overflowColumnHeaderVisibility = overflowColumnHeaderVisibility self.verticalOverflowVisibility = verticalOverflowVisibility } @@ -17887,8 +17371,7 @@ extension QuickSightClientTypes { public init( paginationConfiguration: QuickSightClientTypes.PaginationConfiguration? = nil, rowSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.paginationConfiguration = paginationConfiguration self.rowSort = rowSort } @@ -17911,8 +17394,7 @@ extension QuickSightClientTypes { fieldId: Swift.String? = nil, negativeColor: Swift.String? = nil, positiveColor: Swift.String? = nil - ) - { + ) { self.fieldId = fieldId self.negativeColor = negativeColor self.positiveColor = positiveColor @@ -17929,8 +17411,7 @@ extension QuickSightClientTypes { public init( dataBars: QuickSightClientTypes.DataBarsOptions? = nil - ) - { + ) { self.dataBars = dataBars } } @@ -17983,8 +17464,7 @@ extension QuickSightClientTypes { headerStyle: QuickSightClientTypes.TableCellStyle? = nil, orientation: QuickSightClientTypes.TableOrientation? = nil, rowAlternateColorOptions: QuickSightClientTypes.RowAlternateColorOptions? = nil - ) - { + ) { self.cellStyle = cellStyle self.headerStyle = headerStyle self.orientation = orientation @@ -18017,8 +17497,7 @@ extension QuickSightClientTypes { totalAggregationOptions: [QuickSightClientTypes.TotalAggregationOption]? = nil, totalCellStyle: QuickSightClientTypes.TableCellStyle? = nil, totalsVisibility: QuickSightClientTypes.Visibility? = nil - ) - { + ) { self.customLabel = customLabel self.placement = placement self.scrollStatus = scrollStatus @@ -18059,8 +17538,7 @@ extension QuickSightClientTypes { tableInlineVisualizations: [QuickSightClientTypes.TableInlineVisualization]? = nil, tableOptions: QuickSightClientTypes.TableOptions? = nil, totalOptions: QuickSightClientTypes.TotalOptions? = nil - ) - { + ) { self.fieldOptions = fieldOptions self.fieldWells = fieldWells self.interactions = interactions @@ -18086,8 +17564,7 @@ extension QuickSightClientTypes { public init( fieldId: Swift.String? = nil, textFormat: QuickSightClientTypes.TextConditionalFormat? = nil - ) - { + ) { self.fieldId = fieldId self.textFormat = textFormat } @@ -18106,8 +17583,7 @@ extension QuickSightClientTypes { public init( backgroundColor: QuickSightClientTypes.ConditionalFormattingColor? = nil, textColor: QuickSightClientTypes.ConditionalFormattingColor? = nil - ) - { + ) { self.backgroundColor = backgroundColor self.textColor = textColor } @@ -18126,8 +17602,7 @@ extension QuickSightClientTypes { public init( cell: QuickSightClientTypes.TableCellConditionalFormatting? = nil, row: QuickSightClientTypes.TableRowConditionalFormatting? = nil - ) - { + ) { self.cell = cell self.row = row } @@ -18143,8 +17618,7 @@ extension QuickSightClientTypes { public init( conditionalFormattingOptions: [QuickSightClientTypes.TableConditionalFormattingOption]? = nil - ) - { + ) { self.conditionalFormattingOptions = conditionalFormattingOptions } } @@ -18178,8 +17652,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.conditionalFormatting = conditionalFormatting @@ -18206,8 +17679,7 @@ extension QuickSightClientTypes { colors: [QuickSightClientTypes.MeasureField]? = nil, groups: [QuickSightClientTypes.DimensionField]? = nil, sizes: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.colors = colors self.groups = groups self.sizes = sizes @@ -18224,8 +17696,7 @@ extension QuickSightClientTypes { public init( treeMapAggregatedFieldWells: QuickSightClientTypes.TreeMapAggregatedFieldWells? = nil - ) - { + ) { self.treeMapAggregatedFieldWells = treeMapAggregatedFieldWells } } @@ -18243,8 +17714,7 @@ extension QuickSightClientTypes { public init( treeMapGroupItemsLimitConfiguration: QuickSightClientTypes.ItemsLimitConfiguration? = nil, treeMapSort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.treeMapGroupItemsLimitConfiguration = treeMapGroupItemsLimitConfiguration self.treeMapSort = treeMapSort } @@ -18287,8 +17757,7 @@ extension QuickSightClientTypes { sizeLabelOptions: QuickSightClientTypes.ChartAxisLabelOptions? = nil, sortConfiguration: QuickSightClientTypes.TreeMapSortConfiguration? = nil, tooltip: QuickSightClientTypes.TooltipOptions? = nil - ) - { + ) { self.colorLabelOptions = colorLabelOptions self.colorScale = colorScale self.dataLabels = dataLabels @@ -18331,8 +17800,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -18359,8 +17827,7 @@ extension QuickSightClientTypes { negativeBarColor: Swift.String? = nil, positiveBarColor: Swift.String? = nil, totalBarColor: Swift.String? = nil - ) - { + ) { self.negativeBarColor = negativeBarColor self.positiveBarColor = positiveBarColor self.totalBarColor = totalBarColor @@ -18377,8 +17844,7 @@ extension QuickSightClientTypes { public init( groupColorConfiguration: QuickSightClientTypes.WaterfallChartGroupColorConfiguration? = nil - ) - { + ) { self.groupColorConfiguration = groupColorConfiguration } } @@ -18399,8 +17865,7 @@ extension QuickSightClientTypes { breakdowns: [QuickSightClientTypes.DimensionField]? = nil, categories: [QuickSightClientTypes.DimensionField]? = nil, values: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.breakdowns = breakdowns self.categories = categories self.values = values @@ -18417,8 +17882,7 @@ extension QuickSightClientTypes { public init( waterfallChartAggregatedFieldWells: QuickSightClientTypes.WaterfallChartAggregatedFieldWells? = nil - ) - { + ) { self.waterfallChartAggregatedFieldWells = waterfallChartAggregatedFieldWells } } @@ -18436,8 +17900,7 @@ extension QuickSightClientTypes { public init( breakdownItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.breakdownItemsLimit = breakdownItemsLimit self.categorySort = categorySort } @@ -18453,8 +17916,7 @@ extension QuickSightClientTypes { public init( totalBarLabel: Swift.String? = nil - ) - { + ) { self.totalBarLabel = totalBarLabel } } @@ -18502,8 +17964,7 @@ extension QuickSightClientTypes { sortConfiguration: QuickSightClientTypes.WaterfallChartSortConfiguration? = nil, visualPalette: QuickSightClientTypes.VisualPalette? = nil, waterfallChartOptions: QuickSightClientTypes.WaterfallChartOptions? = nil - ) - { + ) { self.categoryAxisDisplayOptions = categoryAxisDisplayOptions self.categoryAxisLabelOptions = categoryAxisLabelOptions self.colorConfiguration = colorConfiguration @@ -18548,8 +18009,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -18573,8 +18033,7 @@ extension QuickSightClientTypes { public init( groupBy: [QuickSightClientTypes.DimensionField]? = nil, size: [QuickSightClientTypes.MeasureField]? = nil - ) - { + ) { self.groupBy = groupBy self.size = size } @@ -18590,8 +18049,7 @@ extension QuickSightClientTypes { public init( wordCloudAggregatedFieldWells: QuickSightClientTypes.WordCloudAggregatedFieldWells? = nil - ) - { + ) { self.wordCloudAggregatedFieldWells = wordCloudAggregatedFieldWells } } @@ -18609,8 +18067,7 @@ extension QuickSightClientTypes { public init( categoryItemsLimit: QuickSightClientTypes.ItemsLimitConfiguration? = nil, categorySort: [QuickSightClientTypes.FieldSortOptions]? = nil - ) - { + ) { self.categoryItemsLimit = categoryItemsLimit self.categorySort = categorySort } @@ -18792,8 +18249,7 @@ extension QuickSightClientTypes { wordOrientation: QuickSightClientTypes.WordCloudWordOrientation? = nil, wordPadding: QuickSightClientTypes.WordCloudWordPadding? = nil, wordScaling: QuickSightClientTypes.WordCloudWordScaling? = nil - ) - { + ) { self.cloudLayout = cloudLayout self.maximumStringLength = maximumStringLength self.wordCasing = wordCasing @@ -18825,8 +18281,7 @@ extension QuickSightClientTypes { interactions: QuickSightClientTypes.VisualInteractionOptions? = nil, sortConfiguration: QuickSightClientTypes.WordCloudSortConfiguration? = nil, wordCloudOptions: QuickSightClientTypes.WordCloudOptions? = nil - ) - { + ) { self.categoryLabelOptions = categoryLabelOptions self.fieldWells = fieldWells self.interactions = interactions @@ -18864,8 +18319,7 @@ extension QuickSightClientTypes { title: QuickSightClientTypes.VisualTitleLabelOptions? = nil, visualContentAltText: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.actions = actions self.chartConfiguration = chartConfiguration self.columnHierarchies = columnHierarchies @@ -18958,8 +18412,7 @@ extension QuickSightClientTypes { treeMapVisual: QuickSightClientTypes.TreeMapVisual? = nil, waterfallVisual: QuickSightClientTypes.WaterfallVisual? = nil, wordCloudVisual: QuickSightClientTypes.WordCloudVisual? = nil - ) - { + ) { self.barChartVisual = barChartVisual self.boxPlotVisual = boxPlotVisual self.comboChartVisual = comboChartVisual @@ -19036,8 +18489,7 @@ extension QuickSightClientTypes { textBoxes: [QuickSightClientTypes.SheetTextBox]? = nil, title: Swift.String? = nil, visuals: [QuickSightClientTypes.Visual]? = nil - ) - { + ) { self.contentType = contentType self.description = description self.filterControls = filterControls @@ -19072,8 +18524,7 @@ extension QuickSightClientTypes { bucketName: Swift.String? = nil, objectKey: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey self.region = region @@ -19091,8 +18542,7 @@ extension QuickSightClientTypes { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -19110,8 +18560,7 @@ extension QuickSightClientTypes { public init( s3Options: QuickSightClientTypes.StaticFileS3SourceOptions? = nil, urlOptions: QuickSightClientTypes.StaticFileUrlSourceOptions? = nil - ) - { + ) { self.s3Options = s3Options self.urlOptions = urlOptions } @@ -19131,8 +18580,7 @@ extension QuickSightClientTypes { public init( source: QuickSightClientTypes.StaticFileSource? = nil, staticFileId: Swift.String? = nil - ) - { + ) { self.source = source self.staticFileId = staticFileId } @@ -19152,8 +18600,7 @@ extension QuickSightClientTypes { public init( source: QuickSightClientTypes.StaticFileSource? = nil, staticFileId: Swift.String? = nil - ) - { + ) { self.source = source self.staticFileId = staticFileId } @@ -19172,8 +18619,7 @@ extension QuickSightClientTypes { public init( imageStaticFile: QuickSightClientTypes.ImageStaticFile? = nil, spatialStaticFile: QuickSightClientTypes.SpatialStaticFile? = nil - ) - { + ) { self.imageStaticFile = imageStaticFile self.spatialStaticFile = spatialStaticFile } @@ -19217,8 +18663,7 @@ extension QuickSightClientTypes { queryExecutionOptions: QuickSightClientTypes.QueryExecutionOptions? = nil, sheets: [QuickSightClientTypes.SheetDefinition]? = nil, staticFiles: [QuickSightClientTypes.StaticFile]? = nil - ) - { + ) { self.analysisDefaults = analysisDefaults self.calculatedFields = calculatedFields self.columnConfigurations = columnConfigurations @@ -19333,8 +18778,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.AnalysisFilterAttribute? = nil, `operator`: QuickSightClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -19356,8 +18800,7 @@ extension QuickSightClientTypes { public init( dataSetArn: Swift.String? = nil, dataSetPlaceholder: Swift.String? = nil - ) - { + ) { self.dataSetArn = dataSetArn self.dataSetPlaceholder = dataSetPlaceholder } @@ -19378,8 +18821,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, dataSetReferences: [QuickSightClientTypes.DataSetReference]? = nil - ) - { + ) { self.arn = arn self.dataSetReferences = dataSetReferences } @@ -19395,8 +18837,7 @@ extension QuickSightClientTypes { public init( sourceTemplate: QuickSightClientTypes.AnalysisSourceTemplate? = nil - ) - { + ) { self.sourceTemplate = sourceTemplate } } @@ -19426,8 +18867,7 @@ extension QuickSightClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: QuickSightClientTypes.ResourceStatus? = nil - ) - { + ) { self.analysisId = analysisId self.arn = arn self.createdTime = createdTime @@ -19479,8 +18919,7 @@ extension QuickSightClientTypes { anchorType: QuickSightClientTypes.AnchorType? = nil, offset: Swift.Int = 0, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil - ) - { + ) { self.anchorType = anchorType self.offset = offset self.timeGranularity = timeGranularity @@ -19550,8 +18989,7 @@ extension QuickSightClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -19566,8 +19004,7 @@ extension QuickSightClientTypes { public init( sharedView: QuickSightClientTypes.SharedViewConfigurations? = nil - ) - { + ) { self.sharedView = sharedView } } @@ -19592,8 +19029,7 @@ extension QuickSightClientTypes { enabledFeatures: [QuickSightClientTypes.AnonymousUserDashboardEmbeddingConfigurationEnabledFeature]? = nil, featureConfigurations: QuickSightClientTypes.AnonymousUserDashboardFeatureConfigurations? = nil, initialDashboardId: Swift.String? = nil - ) - { + ) { self.disabledFeatures = disabledFeatures self.enabledFeatures = enabledFeatures self.featureConfigurations = featureConfigurations @@ -19629,8 +19065,7 @@ extension QuickSightClientTypes { dashboardId: Swift.String? = nil, sheetId: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId self.sheetId = sheetId self.visualId = visualId @@ -19648,8 +19083,7 @@ extension QuickSightClientTypes { public init( initialDashboardVisualId: QuickSightClientTypes.DashboardVisualId? = nil - ) - { + ) { self.initialDashboardVisualId = initialDashboardVisualId } } @@ -19665,8 +19099,7 @@ extension QuickSightClientTypes { public init( initialTopicId: Swift.String? = nil - ) - { + ) { self.initialTopicId = initialTopicId } } @@ -19682,8 +19115,7 @@ extension QuickSightClientTypes { public init( initialTopicId: Swift.String? = nil - ) - { + ) { self.initialTopicId = initialTopicId } } @@ -19707,8 +19139,7 @@ extension QuickSightClientTypes { dashboardVisual: QuickSightClientTypes.AnonymousUserDashboardVisualEmbeddingConfiguration? = nil, generativeQnA: QuickSightClientTypes.AnonymousUserGenerativeQnAEmbeddingConfiguration? = nil, qSearchBar: QuickSightClientTypes.AnonymousUserQSearchBarEmbeddingConfiguration? = nil - ) - { + ) { self.dashboard = dashboard self.dashboardVisual = dashboardVisual self.generativeQnA = generativeQnA @@ -19799,8 +19230,7 @@ extension QuickSightClientTypes { selectionScope: QuickSightClientTypes.SnapshotFileSheetSelectionScope? = nil, sheetId: Swift.String? = nil, visualIds: [Swift.String]? = nil - ) - { + ) { self.selectionScope = selectionScope self.sheetId = sheetId self.visualIds = visualIds @@ -19822,8 +19252,7 @@ extension QuickSightClientTypes { public init( formatType: QuickSightClientTypes.SnapshotFileFormatType? = nil, sheetSelections: [QuickSightClientTypes.SnapshotFileSheetSelection]? = nil - ) - { + ) { self.formatType = formatType self.sheetSelections = sheetSelections } @@ -19842,8 +19271,7 @@ extension QuickSightClientTypes { public init( errorMessage: Swift.String? = nil, errorType: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -19868,8 +19296,7 @@ extension QuickSightClientTypes { bucketName: Swift.String? = nil, bucketPrefix: Swift.String? = nil, bucketRegion: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.bucketPrefix = bucketPrefix self.bucketRegion = bucketRegion @@ -19887,8 +19314,7 @@ extension QuickSightClientTypes { public init( bucketConfiguration: QuickSightClientTypes.S3BucketConfiguration? = nil - ) - { + ) { self.bucketConfiguration = bucketConfiguration } } @@ -19909,8 +19335,7 @@ extension QuickSightClientTypes { errorInfo: [QuickSightClientTypes.SnapshotJobResultErrorInfo]? = nil, s3DestinationConfiguration: QuickSightClientTypes.SnapshotS3DestinationConfiguration? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.errorInfo = errorInfo self.s3DestinationConfiguration = s3DestinationConfiguration self.s3Uri = s3Uri @@ -19935,8 +19360,7 @@ extension QuickSightClientTypes { public init( files: [QuickSightClientTypes.SnapshotFile]? = nil, s3Results: [QuickSightClientTypes.SnapshotJobS3Result]? = nil - ) - { + ) { self.files = files self.s3Results = s3Results } @@ -19952,8 +19376,7 @@ extension QuickSightClientTypes { public init( fileGroups: [QuickSightClientTypes.SnapshotJobResultFileGroup]? = nil - ) - { + ) { self.fileGroups = fileGroups } } @@ -19971,8 +19394,7 @@ extension QuickSightClientTypes { public init( background: Swift.String? = nil, foreground: Swift.String? = nil - ) - { + ) { self.background = background self.foreground = foreground } @@ -20012,8 +19434,7 @@ extension QuickSightClientTypes { secondary: QuickSightClientTypes.Palette? = nil, success: QuickSightClientTypes.Palette? = nil, warning: QuickSightClientTypes.Palette? = nil - ) - { + ) { self.accent = accent self.danger = danger self.dimension = dimension @@ -20039,8 +19460,7 @@ extension QuickSightClientTypes { public init( contextualNavbar: QuickSightClientTypes.Palette? = nil, globalNavbar: QuickSightClientTypes.Palette? = nil - ) - { + ) { self.contextualNavbar = contextualNavbar self.globalNavbar = globalNavbar } @@ -20056,8 +19476,7 @@ extension QuickSightClientTypes { public init( navbarStyle: QuickSightClientTypes.NavbarStyle? = nil - ) - { + ) { self.navbarStyle = navbarStyle } } @@ -20075,8 +19494,7 @@ extension QuickSightClientTypes { public init( brandColorPalette: QuickSightClientTypes.BrandColorPalette? = nil, brandElementStyle: QuickSightClientTypes.BrandElementStyle? = nil - ) - { + ) { self.brandColorPalette = brandColorPalette self.brandElementStyle = brandElementStyle } @@ -20123,8 +19541,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobAnalysisPropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20171,8 +19588,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobDashboardPropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20219,8 +19635,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobDataSetPropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20318,8 +19733,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobDataSourcePropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20369,8 +19783,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobFolderPropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20417,8 +19830,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobRefreshSchedulePropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20434,8 +19846,7 @@ extension QuickSightClientTypes { public init( prefixForAllResources: Swift.Bool = false - ) - { + ) { self.prefixForAllResources = prefixForAllResources } } @@ -20481,8 +19892,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobThemePropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20535,8 +19945,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, properties: [QuickSightClientTypes.AssetBundleExportJobVPCConnectionPropertyToOverride]? = nil - ) - { + ) { self.arn = arn self.properties = properties } @@ -20576,8 +19985,7 @@ extension QuickSightClientTypes { resourceIdOverrideConfiguration: QuickSightClientTypes.AssetBundleExportJobResourceIdOverrideConfiguration? = nil, themes: [QuickSightClientTypes.AssetBundleExportJobThemeOverrideProperties]? = nil, vpcConnections: [QuickSightClientTypes.AssetBundleExportJobVPCConnectionOverrideProperties]? = nil - ) - { + ) { self.analyses = analyses self.dashboards = dashboards self.dataSets = dataSets @@ -20635,8 +20043,7 @@ extension QuickSightClientTypes { arn: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message self.type = type @@ -20709,8 +20116,7 @@ extension QuickSightClientTypes { includePermissions: Swift.Bool = false, includeTags: Swift.Bool = false, jobStatus: QuickSightClientTypes.AssetBundleExportJobStatus? = nil - ) - { + ) { self.arn = arn self.assetBundleExportJobId = assetBundleExportJobId self.createdTime = createdTime @@ -20732,8 +20138,7 @@ extension QuickSightClientTypes { public init( strictModeForAllResources: Swift.Bool = false - ) - { + ) { self.strictModeForAllResources = strictModeForAllResources } } @@ -20751,8 +20156,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message } @@ -20801,8 +20205,7 @@ extension QuickSightClientTypes { public init( analysisId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.name = name } @@ -20823,8 +20226,7 @@ extension QuickSightClientTypes { public init( actions: [Swift.String]? = nil, principals: [Swift.String]? = nil - ) - { + ) { self.actions = actions self.principals = principals } @@ -20845,8 +20247,7 @@ extension QuickSightClientTypes { public init( analysisIds: [Swift.String]? = nil, permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.analysisIds = analysisIds self.permissions = permissions } @@ -20867,8 +20268,7 @@ extension QuickSightClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -20889,8 +20289,7 @@ extension QuickSightClientTypes { public init( analysisIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.analysisIds = analysisIds self.tags = tags } @@ -20910,8 +20309,7 @@ extension QuickSightClientTypes { public init( dashboardId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId self.name = name } @@ -20927,8 +20325,7 @@ extension QuickSightClientTypes { public init( permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.permissions = permissions } } @@ -20950,8 +20347,7 @@ extension QuickSightClientTypes { dashboardIds: [Swift.String]? = nil, linkSharingConfiguration: QuickSightClientTypes.AssetBundleResourceLinkSharingConfiguration? = nil, permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.dashboardIds = dashboardIds self.linkSharingConfiguration = linkSharingConfiguration self.permissions = permissions @@ -20973,8 +20369,7 @@ extension QuickSightClientTypes { public init( dashboardIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.dashboardIds = dashboardIds self.tags = tags } @@ -20994,8 +20389,7 @@ extension QuickSightClientTypes { public init( dataSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataSetId = dataSetId self.name = name } @@ -21016,8 +20410,7 @@ extension QuickSightClientTypes { public init( dataSetIds: [Swift.String]? = nil, permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.dataSetIds = dataSetIds self.permissions = permissions } @@ -21038,8 +20431,7 @@ extension QuickSightClientTypes { public init( dataSetIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.dataSetIds = dataSetIds self.tags = tags } @@ -21060,8 +20452,7 @@ extension QuickSightClientTypes { public init( password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.password = password self.username = username } @@ -21086,8 +20477,7 @@ extension QuickSightClientTypes { public init( credentialPair: QuickSightClientTypes.AssetBundleImportJobDataSourceCredentialPair? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.credentialPair = credentialPair self.secretArn = secretArn } @@ -21111,8 +20501,7 @@ extension QuickSightClientTypes { public init( roleArn: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.workGroup = workGroup } @@ -21137,8 +20526,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21164,8 +20552,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21183,8 +20570,7 @@ extension QuickSightClientTypes { public init( dataSetName: Swift.String? = nil - ) - { + ) { self.dataSetName = dataSetName } } @@ -21203,8 +20589,7 @@ extension QuickSightClientTypes { public init( dataSetRegion: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.dataSetRegion = dataSetRegion self.projectId = projectId } @@ -21229,8 +20614,7 @@ extension QuickSightClientTypes { host: Swift.String? = nil, port: Swift.Int? = nil, sqlEndpointPath: Swift.String? = nil - ) - { + ) { self.host = host self.port = port self.sqlEndpointPath = sqlEndpointPath @@ -21252,8 +20636,7 @@ extension QuickSightClientTypes { public init( host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.host = host self.port = port } @@ -21270,8 +20653,7 @@ extension QuickSightClientTypes { public init( siteBaseUrl: Swift.String? = nil - ) - { + ) { self.siteBaseUrl = siteBaseUrl } } @@ -21295,8 +20677,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21322,8 +20703,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21349,8 +20729,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21376,8 +20755,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21403,8 +20781,7 @@ extension QuickSightClientTypes { catalog: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.catalog = catalog self.host = host self.port = port @@ -21426,8 +20803,7 @@ extension QuickSightClientTypes { public init( database: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.database = database self.instanceId = instanceId } @@ -21453,8 +20829,7 @@ extension QuickSightClientTypes { databaseGroups: [Swift.String]? = nil, databaseUser: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.autoCreateDatabaseUser = autoCreateDatabaseUser self.databaseGroups = databaseGroups self.databaseUser = databaseUser @@ -21472,8 +20847,7 @@ extension QuickSightClientTypes { public init( enableIdentityPropagation: Swift.Bool? = false - ) - { + ) { self.enableIdentityPropagation = enableIdentityPropagation } } @@ -21504,8 +20878,7 @@ extension QuickSightClientTypes { iamParameters: QuickSightClientTypes.RedshiftIAMParameters? = nil, identityCenterConfiguration: QuickSightClientTypes.IdentityCenterConfiguration? = nil, port: Swift.Int = 0 - ) - { + ) { self.clusterId = clusterId self.database = database self.host = host @@ -21530,8 +20903,7 @@ extension QuickSightClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -21551,8 +20923,7 @@ extension QuickSightClientTypes { public init( manifestFileLocation: QuickSightClientTypes.ManifestFileLocation? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.manifestFileLocation = manifestFileLocation self.roleArn = roleArn } @@ -21569,8 +20940,7 @@ extension QuickSightClientTypes { public init( siteBaseUrl: Swift.String? = nil - ) - { + ) { self.siteBaseUrl = siteBaseUrl } } @@ -21618,8 +20988,7 @@ extension QuickSightClientTypes { public init( vpcConnectionArn: Swift.String? = nil - ) - { + ) { self.vpcConnectionArn = vpcConnectionArn } } @@ -21644,8 +21013,7 @@ extension QuickSightClientTypes { identityProviderVpcConnectionProperties: QuickSightClientTypes.VpcConnectionProperties? = nil, oAuthScope: Swift.String? = nil, tokenProviderUrl: Swift.String? = nil - ) - { + ) { self.identityProviderResourceUri = identityProviderResourceUri self.identityProviderVpcConnectionProperties = identityProviderVpcConnectionProperties self.oAuthScope = oAuthScope @@ -21681,8 +21049,7 @@ extension QuickSightClientTypes { host: Swift.String? = nil, oAuthParameters: QuickSightClientTypes.OAuthParameters? = nil, warehouse: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.database = database self.databaseAccessControlRole = databaseAccessControlRole @@ -21707,8 +21074,7 @@ extension QuickSightClientTypes { public init( host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.host = host self.port = port } @@ -21733,8 +21099,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21801,8 +21166,7 @@ extension QuickSightClientTypes { oAuthParameters: QuickSightClientTypes.OAuthParameters? = nil, port: Swift.Int? = nil, productType: QuickSightClientTypes.StarburstProductType? = nil - ) - { + ) { self.authenticationType = authenticationType self.catalog = catalog self.databaseAccessControlRole = databaseAccessControlRole @@ -21832,8 +21196,7 @@ extension QuickSightClientTypes { database: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.database = database self.host = host self.port = port @@ -21859,8 +21222,7 @@ extension QuickSightClientTypes { catalog: Swift.String? = nil, host: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.catalog = catalog self.host = host self.port = port @@ -21882,8 +21244,7 @@ extension QuickSightClientTypes { public init( maxRows: Swift.Int? = nil, query: Swift.String? = nil - ) - { + ) { self.maxRows = maxRows self.query = query } @@ -21959,8 +21320,7 @@ extension QuickSightClientTypes { public init( disableSsl: Swift.Bool = false - ) - { + ) { self.disableSsl = disableSsl } } @@ -21991,8 +21351,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, sslProperties: QuickSightClientTypes.SslProperties? = nil, vpcConnectionProperties: QuickSightClientTypes.VpcConnectionProperties? = nil - ) - { + ) { self.credentials = credentials self.dataSourceId = dataSourceId self.dataSourceParameters = dataSourceParameters @@ -22017,8 +21376,7 @@ extension QuickSightClientTypes { public init( dataSourceIds: [Swift.String]? = nil, permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.dataSourceIds = dataSourceIds self.permissions = permissions } @@ -22039,8 +21397,7 @@ extension QuickSightClientTypes { public init( dataSourceIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.dataSourceIds = dataSourceIds self.tags = tags } @@ -22062,8 +21419,7 @@ extension QuickSightClientTypes { arn: Swift.String? = nil, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message self.type = type @@ -22087,8 +21443,7 @@ extension QuickSightClientTypes { folderId: Swift.String? = nil, name: Swift.String? = nil, parentFolderArn: Swift.String? = nil - ) - { + ) { self.folderId = folderId self.name = name self.parentFolderArn = parentFolderArn @@ -22109,8 +21464,7 @@ extension QuickSightClientTypes { public init( folderIds: [Swift.String]? = nil, permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil - ) - { + ) { self.folderIds = folderIds self.permissions = permissions } @@ -22131,8 +21485,7 @@ extension QuickSightClientTypes { public init( folderIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.folderIds = folderIds self.tags = tags } @@ -22156,8 +21509,7 @@ extension QuickSightClientTypes { dataSetId: Swift.String? = nil, scheduleId: Swift.String? = nil, startAfterDateTime: Foundation.Date? = nil - ) - { + ) { self.dataSetId = dataSetId self.scheduleId = scheduleId self.startAfterDateTime = startAfterDateTime @@ -22174,8 +21526,7 @@ extension QuickSightClientTypes { public init( prefixForAllResources: Swift.String? = nil - ) - { + ) { self.prefixForAllResources = prefixForAllResources } } @@ -22194,8 +21545,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.name = name self.themeId = themeId } @@ -22227,8 +21577,7 @@ extension QuickSightClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.dnsResolvers = dnsResolvers self.name = name self.roleArn = roleArn @@ -22272,8 +21621,7 @@ extension QuickSightClientTypes { resourceIdOverrideConfiguration: QuickSightClientTypes.AssetBundleImportJobResourceIdOverrideConfiguration? = nil, themes: [QuickSightClientTypes.AssetBundleImportJobThemeOverrideParameters]? = nil, vpcConnections: [QuickSightClientTypes.AssetBundleImportJobVPCConnectionOverrideParameters]? = nil - ) - { + ) { self.analyses = analyses self.dashboards = dashboards self.dataSets = dataSets @@ -22301,8 +21649,7 @@ extension QuickSightClientTypes { public init( permissions: QuickSightClientTypes.AssetBundleResourcePermissions? = nil, themeIds: [Swift.String]? = nil - ) - { + ) { self.permissions = permissions self.themeIds = themeIds } @@ -22333,8 +21680,7 @@ extension QuickSightClientTypes { dataSources: [QuickSightClientTypes.AssetBundleImportJobDataSourceOverridePermissions]? = nil, folders: [QuickSightClientTypes.AssetBundleImportJobFolderOverridePermissions]? = nil, themes: [QuickSightClientTypes.AssetBundleImportJobThemeOverridePermissions]? = nil - ) - { + ) { self.analyses = analyses self.dashboards = dashboards self.dataSets = dataSets @@ -22359,8 +21705,7 @@ extension QuickSightClientTypes { public init( tags: [QuickSightClientTypes.Tag]? = nil, themeIds: [Swift.String]? = nil - ) - { + ) { self.tags = tags self.themeIds = themeIds } @@ -22381,8 +21726,7 @@ extension QuickSightClientTypes { public init( tags: [QuickSightClientTypes.Tag]? = nil, vpcConnectionIds: [Swift.String]? = nil - ) - { + ) { self.tags = tags self.vpcConnectionIds = vpcConnectionIds } @@ -22416,8 +21760,7 @@ extension QuickSightClientTypes { folders: [QuickSightClientTypes.AssetBundleImportJobFolderOverrideTags]? = nil, themes: [QuickSightClientTypes.AssetBundleImportJobThemeOverrideTags]? = nil, vpcConnections: [QuickSightClientTypes.AssetBundleImportJobVPCConnectionOverrideTags]? = nil - ) - { + ) { self.analyses = analyses self.dashboards = dashboards self.dataSets = dataSets @@ -22438,8 +21781,7 @@ extension QuickSightClientTypes { public init( strictModeForAllResources: Swift.Bool = false - ) - { + ) { self.strictModeForAllResources = strictModeForAllResources } } @@ -22510,8 +21852,7 @@ extension QuickSightClientTypes { createdTime: Foundation.Date? = nil, failureAction: QuickSightClientTypes.AssetBundleImportFailureAction? = nil, jobStatus: QuickSightClientTypes.AssetBundleImportJobStatus? = nil - ) - { + ) { self.arn = arn self.assetBundleImportJobId = assetBundleImportJobId self.createdTime = createdTime @@ -22533,8 +21874,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.arn = arn self.message = message } @@ -22553,8 +21893,7 @@ extension QuickSightClientTypes { public init( body: Foundation.Data? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.body = body self.s3Uri = s3Uri } @@ -22578,8 +21917,7 @@ extension QuickSightClientTypes { public init( body: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.body = body self.s3Uri = s3Uri } @@ -22699,8 +22037,7 @@ extension QuickSightClientTypes { public init( authorizedTargets: [Swift.String]? = nil, service: QuickSightClientTypes.ServiceType? = nil - ) - { + ) { self.authorizedTargets = authorizedTargets self.service = service } @@ -22787,8 +22124,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -22815,8 +22151,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -22896,8 +22231,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, requestId: Swift.String? = nil, resourceType: QuickSightClientTypes.ExceptionResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceType = resourceType @@ -22925,8 +22259,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -22973,8 +22306,7 @@ extension QuickSightClientTypes { public init( fieldName: Swift.String? = nil - ) - { + ) { self.fieldName = fieldName } } @@ -23025,8 +22357,7 @@ extension QuickSightClientTypes { public init( identity: Swift.String? = nil - ) - { + ) { self.identity = identity } } @@ -23076,8 +22407,7 @@ extension QuickSightClientTypes { function: QuickSightClientTypes.AggType? = nil, metricOperand: QuickSightClientTypes.Identifier? = nil, sortDirection: QuickSightClientTypes.TopicSortDirection? = nil - ) - { + ) { self.function = function self.metricOperand = metricOperand self.sortDirection = sortDirection @@ -23129,8 +22459,7 @@ extension QuickSightClientTypes { public init( constantType: QuickSightClientTypes.ConstantType? = nil, value: Swift.String? = nil - ) - { + ) { self.constantType = constantType self.value = value } @@ -23158,8 +22487,7 @@ extension QuickSightClientTypes { minimum: Swift.String? = nil, value: Swift.String? = nil, valueList: [QuickSightClientTypes.CollectiveConstantEntry]? = nil - ) - { + ) { self.constantType = constantType self.maximum = maximum self.minimum = minimum @@ -23396,8 +22724,7 @@ extension QuickSightClientTypes { sortDirection: QuickSightClientTypes.TopicSortDirection? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil, topBottomLimit: QuickSightClientTypes.TopicConstantValue? = nil - ) - { + ) { self.aggMetrics = aggMetrics self.aggregation = aggregation self.aggregationFunctionParameters = aggregationFunctionParameters @@ -23432,8 +22759,7 @@ extension QuickSightClientTypes { public init( endRange: QuickSightClientTypes.TopicIRFilterOption? = nil, startRange: QuickSightClientTypes.TopicIRFilterOption? = nil - ) - { + ) { self.endRange = endRange self.startRange = startRange } @@ -23458,8 +22784,7 @@ extension QuickSightClientTypes { factors: [QuickSightClientTypes.ContributionAnalysisFactor]? = nil, sortType: QuickSightClientTypes.ContributionAnalysisSortType? = nil, timeRanges: QuickSightClientTypes.ContributionAnalysisTimeRanges? = nil - ) - { + ) { self.direction = direction self.factors = factors self.sortType = sortType @@ -23550,8 +22875,7 @@ extension QuickSightClientTypes { public init( `prefix`: Swift.String? = nil, suffix: Swift.String? = nil - ) - { + ) { self.`prefix` = `prefix` self.suffix = suffix } @@ -23600,8 +22924,7 @@ extension QuickSightClientTypes { unitScaler: QuickSightClientTypes.NumberScale? = nil, useBlankCellFormat: Swift.Bool = false, useGrouping: Swift.Bool = false - ) - { + ) { self.blankCellFormat = blankCellFormat self.currencySymbol = currencySymbol self.dateFormat = dateFormat @@ -23627,8 +22950,7 @@ extension QuickSightClientTypes { public init( namedEntityName: Swift.String? = nil - ) - { + ) { self.namedEntityName = namedEntityName } } @@ -23646,8 +22968,7 @@ extension QuickSightClientTypes { public init( operand: QuickSightClientTypes.Identifier? = nil, sortDirection: QuickSightClientTypes.TopicSortDirection? = nil - ) - { + ) { self.operand = operand self.sortDirection = sortDirection } @@ -23678,8 +22999,7 @@ extension QuickSightClientTypes { namedEntity: QuickSightClientTypes.NamedEntityRef? = nil, sort: QuickSightClientTypes.TopicSortClause? = nil, timeGranularity: QuickSightClientTypes.TopicTimeGranularity? = nil - ) - { + ) { self.displayFormat = displayFormat self.displayFormatOptions = displayFormatOptions self.fieldName = fieldName @@ -23758,8 +23078,7 @@ extension QuickSightClientTypes { period: QuickSightClientTypes.TopicTimeGranularity? = nil, type: QuickSightClientTypes.ComparisonMethodType? = nil, windowSize: Swift.Int = 0 - ) - { + ) { self.period = period self.type = type self.windowSize = windowSize @@ -23800,8 +23119,7 @@ extension QuickSightClientTypes { metricId: QuickSightClientTypes.Identifier? = nil, namedEntity: QuickSightClientTypes.NamedEntityRef? = nil, operands: [QuickSightClientTypes.Identifier]? = nil - ) - { + ) { self.calculatedFieldReferences = calculatedFieldReferences self.comparisonMethod = comparisonMethod self.displayFormat = displayFormat @@ -23829,8 +23147,7 @@ extension QuickSightClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -23860,8 +23177,7 @@ extension QuickSightClientTypes { metrics: [QuickSightClientTypes.TopicIRMetric]? = nil, sort: QuickSightClientTypes.TopicSortClause? = nil, visual: QuickSightClientTypes.VisualOptions? = nil - ) - { + ) { self.contributionAnalysis = contributionAnalysis self.filters = filters self.groupByList = groupByList @@ -23922,8 +23238,7 @@ extension QuickSightClientTypes { public init( slotId: Swift.String? = nil, visualId: Swift.String? = nil - ) - { + ) { self.slotId = slotId self.visualId = visualId } @@ -23942,8 +23257,7 @@ extension QuickSightClientTypes { public init( slots: [QuickSightClientTypes.Slot]? = nil, templateType: Swift.String? = nil - ) - { + ) { self.slots = slots self.templateType = templateType } @@ -24006,8 +23320,7 @@ extension QuickSightClientTypes { public init( answerId: Swift.String? = nil, error: QuickSightClientTypes.ReviewedAnswerErrorCode? = nil - ) - { + ) { self.answerId = answerId self.error = error } @@ -24023,8 +23336,7 @@ extension QuickSightClientTypes { public init( answerId: Swift.String? = nil - ) - { + ) { self.answerId = answerId } } @@ -24051,8 +23363,7 @@ public struct BatchCreateTopicReviewedAnswerOutput: Swift.Sendable { succeededAnswers: [QuickSightClientTypes.SucceededTopicReviewedAnswer]? = nil, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.invalidAnswers = invalidAnswers self.requestId = requestId self.status = status @@ -24083,8 +23394,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -24104,8 +23414,7 @@ public struct BatchDeleteTopicReviewedAnswerInput: Swift.Sendable { answerIds: [Swift.String]? = nil, awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.answerIds = answerIds self.awsAccountId = awsAccountId self.topicId = topicId @@ -24133,8 +23442,7 @@ public struct BatchDeleteTopicReviewedAnswerOutput: Swift.Sendable { succeededAnswers: [QuickSightClientTypes.SucceededTopicReviewedAnswer]? = nil, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.invalidAnswers = invalidAnswers self.requestId = requestId self.status = status @@ -24154,8 +23462,7 @@ extension QuickSightClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -24170,8 +23477,7 @@ extension QuickSightClientTypes { public init( show: Swift.Bool? = false - ) - { + ) { self.show = show } } @@ -24198,8 +23504,7 @@ extension QuickSightClientTypes { public init( source: QuickSightClientTypes.ImageSource? = nil - ) - { + ) { self.source = source } } @@ -24215,8 +23520,7 @@ extension QuickSightClientTypes { public init( original: QuickSightClientTypes.ImageConfiguration? = nil - ) - { + ) { self.original = original } } @@ -24235,8 +23539,7 @@ extension QuickSightClientTypes { public init( favicon: QuickSightClientTypes.ImageSetConfiguration? = nil, primary: QuickSightClientTypes.ImageSetConfiguration? = nil - ) - { + ) { self.favicon = favicon self.primary = primary } @@ -24257,8 +23560,7 @@ extension QuickSightClientTypes { public init( altText: Swift.String? = nil, logoSet: QuickSightClientTypes.LogoSetConfiguration? = nil - ) - { + ) { self.altText = altText self.logoSet = logoSet } @@ -24284,8 +23586,7 @@ extension QuickSightClientTypes { brandName: Swift.String? = nil, description: Swift.String? = nil, logoConfiguration: QuickSightClientTypes.LogoConfiguration? = nil - ) - { + ) { self.applicationTheme = applicationTheme self.brandName = brandName self.description = description @@ -24344,8 +23645,7 @@ extension QuickSightClientTypes { public init( generatedImageUrl: Swift.String? = nil, source: QuickSightClientTypes.ImageSource? = nil - ) - { + ) { self.generatedImageUrl = generatedImageUrl self.source = source } @@ -24368,8 +23668,7 @@ extension QuickSightClientTypes { height32: QuickSightClientTypes.Image? = nil, height64: QuickSightClientTypes.Image? = nil, original: QuickSightClientTypes.Image? = nil - ) - { + ) { self.height32 = height32 self.height64 = height64 self.original = original @@ -24390,8 +23689,7 @@ extension QuickSightClientTypes { public init( favicon: QuickSightClientTypes.ImageSet? = nil, primary: QuickSightClientTypes.ImageSet? = nil - ) - { + ) { self.favicon = favicon self.primary = primary } @@ -24412,8 +23710,7 @@ extension QuickSightClientTypes { public init( altText: Swift.String? = nil, logoSet: QuickSightClientTypes.LogoSet? = nil - ) - { + ) { self.altText = altText self.logoSet = logoSet } @@ -24486,8 +23783,7 @@ extension QuickSightClientTypes { logo: QuickSightClientTypes.Logo? = nil, versionId: Swift.String? = nil, versionStatus: QuickSightClientTypes.BrandVersionStatus? = nil - ) - { + ) { self.arn = arn self.brandId = brandId self.brandStatus = brandStatus @@ -24528,8 +23824,7 @@ extension QuickSightClientTypes { createdTime: Foundation.Date? = nil, description: Swift.String? = nil, lastUpdatedTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.brandId = brandId self.brandName = brandName @@ -24559,8 +23854,7 @@ extension QuickSightClientTypes { columnId: Swift.String? = nil, columnName: Swift.String? = nil, expression: Swift.String? = nil - ) - { + ) { self.columnId = columnId self.columnName = columnName self.expression = expression @@ -24597,8 +23891,7 @@ public struct ResourceExistsException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, requestId: Swift.String? = nil, resourceType: QuickSightClientTypes.ExceptionResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceType = resourceType @@ -24620,8 +23913,7 @@ public struct CancelIngestionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, ingestionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.ingestionId = ingestionId @@ -24643,8 +23935,7 @@ public struct CancelIngestionOutput: Swift.Sendable { ingestionId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.ingestionId = ingestionId self.requestId = requestId @@ -24735,8 +24026,7 @@ extension QuickSightClientTypes { shareDatasets: QuickSightClientTypes.CapabilityState? = nil, subscribeDashboardEmailReports: QuickSightClientTypes.CapabilityState? = nil, viewAccountSPICECapacity: QuickSightClientTypes.CapabilityState? = nil - ) - { + ) { self.addOrRunAnomalyDetectionForAnalyses = addOrRunAnomalyDetectionForAnalyses self.createAndUpdateDashboardEmailReports = createAndUpdateDashboardEmailReports self.createAndUpdateDataSources = createAndUpdateDataSources @@ -24842,8 +24132,7 @@ extension QuickSightClientTypes { format: Swift.String? = nil, newColumnType: QuickSightClientTypes.ColumnDataType? = nil, subType: QuickSightClientTypes.ColumnDataSubType? = nil - ) - { + ) { self.columnName = columnName self.format = format self.newColumnType = newColumnType @@ -24925,8 +24214,7 @@ extension QuickSightClientTypes { public init( cellValue: Swift.String? = nil, synonyms: [Swift.String]? = nil - ) - { + ) { self.cellValue = cellValue self.synonyms = synonyms } @@ -24942,8 +24230,7 @@ extension QuickSightClientTypes { public init( valueList: [Swift.String]? = nil - ) - { + ) { self.valueList = valueList } } @@ -24987,8 +24274,7 @@ extension QuickSightClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -25042,8 +24328,7 @@ extension QuickSightClientTypes { columns: [Swift.String]? = nil, countryCode: QuickSightClientTypes.GeoSpatialCountryCode? = nil, name: Swift.String? = nil - ) - { + ) { self.columns = columns self.countryCode = countryCode self.name = name @@ -25060,8 +24345,7 @@ extension QuickSightClientTypes { public init( geoSpatialColumnGroup: QuickSightClientTypes.GeoSpatialColumnGroup? = nil - ) - { + ) { self.geoSpatialColumnGroup = geoSpatialColumnGroup } } @@ -25076,8 +24360,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -25095,8 +24378,7 @@ extension QuickSightClientTypes { public init( columnGroupColumnSchemaList: [QuickSightClientTypes.ColumnGroupColumnSchema]? = nil, name: Swift.String? = nil - ) - { + ) { self.columnGroupColumnSchemaList = columnGroupColumnSchemaList self.name = name } @@ -25115,8 +24397,7 @@ extension QuickSightClientTypes { public init( columnNames: [Swift.String]? = nil, principals: [Swift.String]? = nil - ) - { + ) { self.columnNames = columnNames self.principals = principals } @@ -25170,8 +24451,7 @@ extension QuickSightClientTypes { dataType: Swift.String? = nil, geographicRole: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.geographicRole = geographicRole self.name = name @@ -25235,8 +24515,7 @@ extension QuickSightClientTypes { public init( columnDescription: QuickSightClientTypes.ColumnDescription? = nil, columnGeographicRole: QuickSightClientTypes.GeoSpatialDataRole? = nil - ) - { + ) { self.columnDescription = columnDescription self.columnGeographicRole = columnGeographicRole } @@ -25316,8 +24595,7 @@ extension QuickSightClientTypes { specifedOrder: [Swift.String]? = nil, treatUndefinedSpecifiedValues: QuickSightClientTypes.UndefinedSpecifiedValueType? = nil, useOrdering: QuickSightClientTypes.ColumnOrderingType? = nil - ) - { + ) { self.specifedOrder = specifedOrder self.treatUndefinedSpecifiedValues = treatUndefinedSpecifiedValues self.useOrdering = useOrdering @@ -25345,8 +24623,7 @@ public struct ConcurrentUpdatingException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -25376,8 +24653,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien message: Swift.String? = nil, requestId: Swift.String? = nil, resourceType: QuickSightClientTypes.ExceptionResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceType = resourceType @@ -25401,8 +24677,7 @@ public struct CreateAccountCustomizationInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.accountCustomization = accountCustomization self.awsAccountId = awsAccountId self.namespace = namespace @@ -25431,8 +24706,7 @@ public struct CreateAccountCustomizationOutput: Swift.Sendable { namespace: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.accountCustomization = accountCustomization self.arn = arn self.awsAccountId = awsAccountId @@ -25463,8 +24737,7 @@ public struct PreconditionNotMetException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -25542,8 +24815,7 @@ public struct CreateAccountSubscriptionInput: Swift.Sendable { readerGroup: [Swift.String]? = nil, readerProGroup: [Swift.String]? = nil, realm: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.activeDirectoryName = activeDirectoryName self.adminGroup = adminGroup @@ -25584,8 +24856,7 @@ extension QuickSightClientTypes { directoryType: Swift.String? = nil, iamUser: Swift.Bool = false, userLoginName: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.directoryType = directoryType self.iamUser = iamUser @@ -25606,8 +24877,7 @@ public struct CreateAccountSubscriptionOutput: Swift.Sendable { requestId: Swift.String? = nil, signupResponse: QuickSightClientTypes.SignupResponse? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.signupResponse = signupResponse self.status = status @@ -25638,8 +24908,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti message: Swift.String? = nil, requestId: Swift.String? = nil, resourceType: QuickSightClientTypes.ExceptionResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId self.properties.resourceType = resourceType @@ -25667,8 +24936,7 @@ public struct UnsupportedUserEditionException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -25688,8 +24956,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, values: [Foundation.Date]? = nil - ) - { + ) { self.name = name self.values = values } @@ -25715,8 +24982,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, values: [Swift.Double]? = nil - ) - { + ) { self.name = name self.values = values } @@ -25742,8 +25008,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, values: [Swift.Int]? = nil - ) - { + ) { self.name = name self.values = values } @@ -25769,8 +25034,7 @@ extension QuickSightClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -25800,8 +25064,7 @@ extension QuickSightClientTypes { decimalParameters: [QuickSightClientTypes.DecimalParameter]? = nil, integerParameters: [QuickSightClientTypes.IntegerParameter]? = nil, stringParameters: [QuickSightClientTypes.StringParameter]? = nil - ) - { + ) { self.dateTimeParameters = dateTimeParameters self.decimalParameters = decimalParameters self.integerParameters = integerParameters @@ -25830,8 +25093,7 @@ extension QuickSightClientTypes { public init( actions: [Swift.String]? = nil, principal: Swift.String? = nil - ) - { + ) { self.actions = actions self.principal = principal } @@ -25877,8 +25139,7 @@ extension QuickSightClientTypes { public init( mode: QuickSightClientTypes.ValidationStrategyMode? = nil - ) - { + ) { self.mode = mode } } @@ -25923,8 +25184,7 @@ public struct CreateAnalysisInput: Swift.Sendable { tags: [QuickSightClientTypes.Tag]? = nil, themeArn: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId self.definition = definition @@ -25957,8 +25217,7 @@ public struct CreateAnalysisOutput: Swift.Sendable { creationStatus: QuickSightClientTypes.ResourceStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisId = analysisId self.arn = arn self.creationStatus = creationStatus @@ -25986,8 +25245,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -26013,8 +25271,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -26037,8 +25294,7 @@ public struct CreateBrandInput: Swift.Sendable { brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandId: Swift.String? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandDefinition = brandDefinition self.brandId = brandId @@ -26058,8 +25314,7 @@ public struct CreateBrandOutput: Swift.Sendable { brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandDetail: QuickSightClientTypes.BrandDetail? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandDefinition = brandDefinition self.brandDetail = brandDetail self.requestId = requestId @@ -26076,8 +25331,7 @@ extension QuickSightClientTypes { public init( columns: [QuickSightClientTypes.CalculatedColumn]? = nil - ) - { + ) { self.columns = columns } } @@ -26100,8 +25354,7 @@ public struct CreateCustomPermissionsInput: Swift.Sendable { capabilities: QuickSightClientTypes.Capabilities? = nil, customPermissionsName: Swift.String? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.capabilities = capabilities self.customPermissionsName = customPermissionsName @@ -26121,8 +25374,7 @@ public struct CreateCustomPermissionsOutput: Swift.Sendable { arn: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -26138,8 +25390,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26154,8 +25405,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26170,8 +25420,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26186,8 +25435,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26202,8 +25450,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26247,8 +25494,7 @@ extension QuickSightClientTypes { public init( visibilityState: QuickSightClientTypes.DashboardUIState? = nil - ) - { + ) { self.visibilityState = visibilityState } } @@ -26263,8 +25509,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26279,8 +25524,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26295,8 +25539,7 @@ extension QuickSightClientTypes { public init( availabilityStatus: QuickSightClientTypes.DashboardBehavior? = nil - ) - { + ) { self.availabilityStatus = availabilityStatus } } @@ -26311,8 +25554,7 @@ extension QuickSightClientTypes { public init( exportHiddenFieldsOption: QuickSightClientTypes.ExportHiddenFieldsOption? = nil - ) - { + ) { self.exportHiddenFieldsOption = exportHiddenFieldsOption } } @@ -26358,8 +25600,7 @@ extension QuickSightClientTypes { visualAxisSortOption: QuickSightClientTypes.VisualAxisSortOption? = nil, visualMenuOption: QuickSightClientTypes.VisualMenuOption? = nil, visualPublishOptions: QuickSightClientTypes.DashboardVisualPublishOptions? = nil - ) - { + ) { self.adHocFilteringOption = adHocFilteringOption self.dataPointDrillUpDownOption = dataPointDrillUpDownOption self.dataPointMenuLabelOption = dataPointMenuLabelOption @@ -26409,8 +25650,7 @@ extension QuickSightClientTypes { parameterDeclarations: [QuickSightClientTypes.ParameterDeclaration]? = nil, sheets: [QuickSightClientTypes.SheetDefinition]? = nil, staticFiles: [QuickSightClientTypes.StaticFile]? = nil - ) - { + ) { self.analysisDefaults = analysisDefaults self.calculatedFields = calculatedFields self.columnConfigurations = columnConfigurations @@ -26433,8 +25673,7 @@ extension QuickSightClientTypes { public init( permissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.permissions = permissions } } @@ -26454,8 +25693,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, dataSetReferences: [QuickSightClientTypes.DataSetReference]? = nil - ) - { + ) { self.arn = arn self.dataSetReferences = dataSetReferences } @@ -26471,8 +25709,7 @@ extension QuickSightClientTypes { public init( sourceTemplate: QuickSightClientTypes.DashboardSourceTemplate? = nil - ) - { + ) { self.sourceTemplate = sourceTemplate } } @@ -26535,8 +25772,7 @@ public struct CreateDashboardInput: Swift.Sendable { themeArn: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.dashboardPublishOptions = dashboardPublishOptions @@ -26576,8 +25812,7 @@ public struct CreateDashboardOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.dashboardId = dashboardId @@ -26596,8 +25831,7 @@ extension QuickSightClientTypes { public init( staticValues: [Foundation.Date]? = nil - ) - { + ) { self.staticValues = staticValues } } @@ -26657,8 +25891,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, timeGranularity: QuickSightClientTypes.TimeGranularity? = nil, valueType: QuickSightClientTypes.DatasetParameterValueType? = nil - ) - { + ) { self.defaultValues = defaultValues self.id = id self.name = name @@ -26677,8 +25910,7 @@ extension QuickSightClientTypes { public init( staticValues: [Swift.Double]? = nil - ) - { + ) { self.staticValues = staticValues } } @@ -26705,8 +25937,7 @@ extension QuickSightClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, valueType: QuickSightClientTypes.DatasetParameterValueType? = nil - ) - { + ) { self.defaultValues = defaultValues self.id = id self.name = name @@ -26724,8 +25955,7 @@ extension QuickSightClientTypes { public init( staticValues: [Swift.Int]? = nil - ) - { + ) { self.staticValues = staticValues } } @@ -26752,8 +25982,7 @@ extension QuickSightClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, valueType: QuickSightClientTypes.DatasetParameterValueType? = nil - ) - { + ) { self.defaultValues = defaultValues self.id = id self.name = name @@ -26771,8 +26000,7 @@ extension QuickSightClientTypes { public init( staticValues: [Swift.String]? = nil - ) - { + ) { self.staticValues = staticValues } } @@ -26799,8 +26027,7 @@ extension QuickSightClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, valueType: QuickSightClientTypes.DatasetParameterValueType? = nil - ) - { + ) { self.defaultValues = defaultValues self.id = id self.name = name @@ -26827,8 +26054,7 @@ extension QuickSightClientTypes { decimalDatasetParameter: QuickSightClientTypes.DecimalDatasetParameter? = nil, integerDatasetParameter: QuickSightClientTypes.IntegerDatasetParameter? = nil, stringDatasetParameter: QuickSightClientTypes.StringDatasetParameter? = nil - ) - { + ) { self.dateTimeDatasetParameter = dateTimeDatasetParameter self.decimalDatasetParameter = decimalDatasetParameter self.integerDatasetParameter = integerDatasetParameter @@ -26849,8 +26075,7 @@ extension QuickSightClientTypes { public init( disableUseAsDirectQuerySource: Swift.Bool = false, disableUseAsImportedSource: Swift.Bool = false - ) - { + ) { self.disableUseAsDirectQuerySource = disableUseAsDirectQuerySource self.disableUseAsImportedSource = disableUseAsImportedSource } @@ -26869,8 +26094,7 @@ extension QuickSightClientTypes { public init( columns: [Swift.String]? = nil, description: Swift.String? = nil - ) - { + ) { self.columns = columns self.description = description } @@ -26916,8 +26140,7 @@ extension QuickSightClientTypes { public init( conditionExpression: Swift.String? = nil - ) - { + ) { self.conditionExpression = conditionExpression } } @@ -26946,8 +26169,7 @@ extension QuickSightClientTypes { decimalStaticValues: [Swift.Double]? = nil, integerStaticValues: [Swift.Int]? = nil, stringStaticValues: [Swift.String]? = nil - ) - { + ) { self.dateTimeStaticValues = dateTimeStaticValues self.decimalStaticValues = decimalStaticValues self.integerStaticValues = integerStaticValues @@ -26972,8 +26194,7 @@ extension QuickSightClientTypes { newDefaultValues: QuickSightClientTypes.NewDefaultValues? = nil, newParameterName: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.newDefaultValues = newDefaultValues self.newParameterName = newParameterName self.parameterName = parameterName @@ -26991,8 +26212,7 @@ extension QuickSightClientTypes { public init( projectedColumns: [Swift.String]? = nil - ) - { + ) { self.projectedColumns = projectedColumns } } @@ -27012,8 +26232,7 @@ extension QuickSightClientTypes { public init( columnName: Swift.String? = nil, newColumnName: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.newColumnName = newColumnName } @@ -27034,8 +26253,7 @@ extension QuickSightClientTypes { public init( columnName: Swift.String? = nil, tags: [QuickSightClientTypes.ColumnTag]? = nil - ) - { + ) { self.columnName = columnName self.tags = tags } @@ -27056,8 +26274,7 @@ extension QuickSightClientTypes { public init( columnName: Swift.String? = nil, tagNames: [QuickSightClientTypes.ColumnTagName]? = nil - ) - { + ) { self.columnName = columnName self.tagNames = tagNames } @@ -27097,8 +26314,7 @@ extension QuickSightClientTypes { public init( uniqueKey: Swift.Bool? = false - ) - { + ) { self.uniqueKey = uniqueKey } } @@ -27167,8 +26383,7 @@ extension QuickSightClientTypes { rightJoinKeyProperties: QuickSightClientTypes.JoinKeyProperties? = nil, rightOperand: Swift.String? = nil, type: QuickSightClientTypes.JoinType? = nil - ) - { + ) { self.leftJoinKeyProperties = leftJoinKeyProperties self.leftOperand = leftOperand self.onClause = onClause @@ -27194,8 +26409,7 @@ extension QuickSightClientTypes { dataSetArn: Swift.String? = nil, joinInstruction: QuickSightClientTypes.JoinInstruction? = nil, physicalTableId: Swift.String? = nil - ) - { + ) { self.dataSetArn = dataSetArn self.joinInstruction = joinInstruction self.physicalTableId = physicalTableId @@ -27220,8 +26434,7 @@ extension QuickSightClientTypes { alias: Swift.String? = nil, dataTransforms: [QuickSightClientTypes.TransformOperation]? = nil, source: QuickSightClientTypes.LogicalTableSource? = nil - ) - { + ) { self.alias = alias self.dataTransforms = dataTransforms self.source = source @@ -27239,8 +26452,7 @@ extension QuickSightClientTypes { public init( columnNames: [Swift.String]? = nil - ) - { + ) { self.columnNames = columnNames } } @@ -27255,8 +26467,7 @@ extension QuickSightClientTypes { public init( uniqueKeys: [QuickSightClientTypes.UniqueKey]? = nil - ) - { + ) { self.uniqueKeys = uniqueKeys } } @@ -27323,8 +26534,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, subType: QuickSightClientTypes.ColumnDataSubType? = nil, type: QuickSightClientTypes.InputColumnDataType? = nil - ) - { + ) { self.name = name self.subType = subType self.type = type @@ -27353,8 +26563,7 @@ extension QuickSightClientTypes { dataSourceArn: Swift.String? = nil, name: Swift.String? = nil, sqlQuery: Swift.String? = nil - ) - { + ) { self.columns = columns self.dataSourceArn = dataSourceArn self.name = name @@ -27387,8 +26596,7 @@ extension QuickSightClientTypes { inputColumns: [QuickSightClientTypes.InputColumn]? = nil, name: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.dataSourceArn = dataSourceArn self.inputColumns = inputColumns @@ -27489,8 +26697,7 @@ extension QuickSightClientTypes { format: QuickSightClientTypes.FileFormat? = nil, startFromRow: Swift.Int? = nil, textQualifier: QuickSightClientTypes.TextQualifier? = nil - ) - { + ) { self.containsHeader = containsHeader self.delimiter = delimiter self.format = format @@ -27517,8 +26724,7 @@ extension QuickSightClientTypes { dataSourceArn: Swift.String? = nil, inputColumns: [QuickSightClientTypes.InputColumn]? = nil, uploadSettings: QuickSightClientTypes.UploadSettings? = nil - ) - { + ) { self.dataSourceArn = dataSourceArn self.inputColumns = inputColumns self.uploadSettings = uploadSettings @@ -27650,8 +26856,7 @@ extension QuickSightClientTypes { namespace: Swift.String? = nil, permissionPolicy: QuickSightClientTypes.RowLevelPermissionPolicy? = nil, status: QuickSightClientTypes.Status? = nil - ) - { + ) { self.arn = arn self.formatVersion = formatVersion self.namespace = namespace @@ -27681,8 +26886,7 @@ extension QuickSightClientTypes { matchAllValue: Swift.String? = nil, tagKey: Swift.String? = nil, tagMultiValueDelimiter: Swift.String? = nil - ) - { + ) { self.columnName = columnName self.matchAllValue = matchAllValue self.tagKey = tagKey @@ -27712,8 +26916,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.Status? = nil, tagRuleConfigurations: [[Swift.String]]? = nil, tagRules: [QuickSightClientTypes.RowLevelPermissionTagRule]? = nil - ) - { + ) { self.status = status self.tagRuleConfigurations = tagRuleConfigurations self.tagRules = tagRules @@ -27780,8 +26983,7 @@ public struct CreateDataSetInput: Swift.Sendable { rowLevelPermissionDataSet: QuickSightClientTypes.RowLevelPermissionDataSet? = nil, rowLevelPermissionTagConfiguration: QuickSightClientTypes.RowLevelPermissionTagConfiguration? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.columnGroups = columnGroups self.columnLevelPermissionRules = columnLevelPermissionRules @@ -27823,8 +27025,7 @@ public struct CreateDataSetOutput: Swift.Sendable { ingestionId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dataSetId = dataSetId self.ingestionArn = ingestionArn @@ -27855,8 +27056,7 @@ public struct CustomerManagedKeyUnavailableException: ClientRuntime.ModeledError public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -27879,8 +27079,7 @@ extension QuickSightClientTypes { alternateDataSourceParameters: [QuickSightClientTypes.DataSourceParameters]? = nil, password: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.alternateDataSourceParameters = alternateDataSourceParameters self.password = password self.username = username @@ -27903,8 +27102,7 @@ extension QuickSightClientTypes { copySourceArn: Swift.String? = nil, credentialPair: QuickSightClientTypes.CredentialPair? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.copySourceArn = copySourceArn self.credentialPair = credentialPair self.secretArn = secretArn @@ -28068,8 +27266,7 @@ public struct CreateDataSourceInput: Swift.Sendable { tags: [QuickSightClientTypes.Tag]? = nil, type: QuickSightClientTypes.DataSourceType? = nil, vpcConnectionProperties: QuickSightClientTypes.VpcConnectionProperties? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.credentials = credentials self.dataSourceId = dataSourceId @@ -28107,8 +27304,7 @@ public struct CreateDataSourceOutput: Swift.Sendable { dataSourceId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.dataSourceId = dataSourceId @@ -28204,8 +27400,7 @@ public struct CreateFolderInput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, sharingModel: QuickSightClientTypes.SharingModel? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.folderType = folderType @@ -28232,8 +27427,7 @@ public struct CreateFolderOutput: Swift.Sendable { folderId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.requestId = requestId @@ -28298,8 +27492,7 @@ public struct CreateFolderMembershipInput: Swift.Sendable { folderId: Swift.String? = nil, memberId: Swift.String? = nil, memberType: QuickSightClientTypes.MemberType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.memberId = memberId @@ -28319,8 +27512,7 @@ extension QuickSightClientTypes { public init( memberId: Swift.String? = nil, memberType: QuickSightClientTypes.MemberType? = nil - ) - { + ) { self.memberId = memberId self.memberType = memberType } @@ -28339,8 +27531,7 @@ public struct CreateFolderMembershipOutput: Swift.Sendable { folderMember: QuickSightClientTypes.FolderMember? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folderMember = folderMember self.requestId = requestId self.status = status @@ -28366,8 +27557,7 @@ public struct CreateGroupInput: Swift.Sendable { description: Swift.String? = nil, groupName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.description = description self.groupName = groupName @@ -28393,8 +27583,7 @@ extension QuickSightClientTypes { description: Swift.String? = nil, groupName: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.groupName = groupName @@ -28416,8 +27605,7 @@ public struct CreateGroupOutput: Swift.Sendable { group: QuickSightClientTypes.Group? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.group = group self.requestId = requestId self.status = status @@ -28443,8 +27631,7 @@ public struct CreateGroupMembershipInput: Swift.Sendable { groupName: Swift.String? = nil, memberName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.memberName = memberName @@ -28464,8 +27651,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, memberName: Swift.String? = nil - ) - { + ) { self.arn = arn self.memberName = memberName } @@ -28484,8 +27670,7 @@ public struct CreateGroupMembershipOutput: Swift.Sendable { groupMember: QuickSightClientTypes.GroupMember? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupMember = groupMember self.requestId = requestId self.status = status @@ -28523,8 +27708,7 @@ public struct CreateIAMPolicyAssignmentInput: Swift.Sendable { identities: [Swift.String: [Swift.String]]? = nil, namespace: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus self.awsAccountId = awsAccountId @@ -28564,8 +27748,7 @@ public struct CreateIAMPolicyAssignmentOutput: Swift.Sendable { policyArn: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.assignmentId = assignmentId self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus @@ -28624,8 +27807,7 @@ public struct CreateIngestionInput: Swift.Sendable { dataSetId: Swift.String? = nil, ingestionId: Swift.String? = nil, ingestionType: QuickSightClientTypes.IngestionType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.ingestionId = ingestionId @@ -28692,8 +27874,7 @@ public struct CreateIngestionOutput: Swift.Sendable { ingestionStatus: QuickSightClientTypes.IngestionStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.ingestionId = ingestionId self.ingestionStatus = ingestionStatus @@ -28746,8 +27927,7 @@ public struct CreateNamespaceInput: Swift.Sendable { identityStore: QuickSightClientTypes.IdentityStore? = nil, namespace: Swift.String? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.identityStore = identityStore self.namespace = namespace @@ -28817,8 +27997,7 @@ public struct CreateNamespaceOutput: Swift.Sendable { name: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.capacityRegion = capacityRegion self.creationStatus = creationStatus @@ -28926,8 +28105,7 @@ extension QuickSightClientTypes { public init( dayOfMonth: Swift.String? = nil, dayOfWeek: QuickSightClientTypes.DayOfWeek? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek } @@ -28965,8 +28143,7 @@ extension QuickSightClientTypes { refreshOnDay: QuickSightClientTypes.ScheduleRefreshOnEntity? = nil, timeOfTheDay: Swift.String? = nil, timezone: Swift.String? = nil - ) - { + ) { self.interval = interval self.refreshOnDay = refreshOnDay self.timeOfTheDay = timeOfTheDay @@ -29006,8 +28183,7 @@ extension QuickSightClientTypes { scheduleFrequency: QuickSightClientTypes.RefreshFrequency? = nil, scheduleId: Swift.String? = nil, startAfterDateTime: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.refreshType = refreshType self.scheduleFrequency = scheduleFrequency @@ -29032,8 +28208,7 @@ public struct CreateRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, schedule: QuickSightClientTypes.RefreshSchedule? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.schedule = schedule @@ -29055,8 +28230,7 @@ public struct CreateRefreshScheduleOutput: Swift.Sendable { requestId: Swift.String? = nil, scheduleId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.scheduleId = scheduleId @@ -29124,8 +28298,7 @@ public struct CreateRoleMembershipInput: Swift.Sendable { memberName: Swift.String? = nil, namespace: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.memberName = memberName self.namespace = namespace @@ -29142,8 +28315,7 @@ public struct CreateRoleMembershipOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -29158,8 +28330,7 @@ extension QuickSightClientTypes { public init( columnSchemaList: [QuickSightClientTypes.ColumnSchema]? = nil - ) - { + ) { self.columnSchemaList = columnSchemaList } } @@ -29180,8 +28351,7 @@ extension QuickSightClientTypes { columnGroupSchemaList: [QuickSightClientTypes.ColumnGroupSchema]? = nil, dataSetSchema: QuickSightClientTypes.DataSetSchema? = nil, placeholder: Swift.String? = nil - ) - { + ) { self.columnGroupSchemaList = columnGroupSchemaList self.dataSetSchema = dataSetSchema self.placeholder = placeholder @@ -29226,8 +28396,7 @@ extension QuickSightClientTypes { queryExecutionOptions: QuickSightClientTypes.QueryExecutionOptions? = nil, sheets: [QuickSightClientTypes.SheetDefinition]? = nil, staticFiles: [QuickSightClientTypes.StaticFile]? = nil - ) - { + ) { self.analysisDefaults = analysisDefaults self.calculatedFields = calculatedFields self.columnConfigurations = columnConfigurations @@ -29256,8 +28425,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil, dataSetReferences: [QuickSightClientTypes.DataSetReference]? = nil - ) - { + ) { self.arn = arn self.dataSetReferences = dataSetReferences } @@ -29274,8 +28442,7 @@ extension QuickSightClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -29293,8 +28460,7 @@ extension QuickSightClientTypes { public init( sourceAnalysis: QuickSightClientTypes.TemplateSourceAnalysis? = nil, sourceTemplate: QuickSightClientTypes.TemplateSourceTemplate? = nil - ) - { + ) { self.sourceAnalysis = sourceAnalysis self.sourceTemplate = sourceTemplate } @@ -29333,8 +28499,7 @@ public struct CreateTemplateInput: Swift.Sendable { templateId: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.definition = definition self.name = name @@ -29368,8 +28533,7 @@ public struct CreateTemplateOutput: Swift.Sendable { status: Swift.Int = 0, templateId: Swift.String? = nil, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.requestId = requestId @@ -29398,8 +28562,7 @@ public struct CreateTemplateAliasInput: Swift.Sendable { awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil, templateVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -29422,8 +28585,7 @@ extension QuickSightClientTypes { aliasName: Swift.String? = nil, arn: Swift.String? = nil, templateVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.arn = arn self.templateVersionNumber = templateVersionNumber @@ -29443,8 +28605,7 @@ public struct CreateTemplateAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateAlias: QuickSightClientTypes.TemplateAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.templateAlias = templateAlias @@ -29466,8 +28627,7 @@ extension QuickSightClientTypes { colors: [Swift.String]? = nil, emptyFillColor: Swift.String? = nil, minMaxGradient: [Swift.String]? = nil - ) - { + ) { self.colors = colors self.emptyFillColor = emptyFillColor self.minMaxGradient = minMaxGradient @@ -29484,8 +28644,7 @@ extension QuickSightClientTypes { public init( border: QuickSightClientTypes.BorderStyle? = nil - ) - { + ) { self.border = border } } @@ -29500,8 +28659,7 @@ extension QuickSightClientTypes { public init( show: Swift.Bool? = false - ) - { + ) { self.show = show } } @@ -29516,8 +28674,7 @@ extension QuickSightClientTypes { public init( show: Swift.Bool? = false - ) - { + ) { self.show = show } } @@ -29535,8 +28692,7 @@ extension QuickSightClientTypes { public init( gutter: QuickSightClientTypes.GutterStyle? = nil, margin: QuickSightClientTypes.MarginStyle? = nil - ) - { + ) { self.gutter = gutter self.margin = margin } @@ -29555,8 +28711,7 @@ extension QuickSightClientTypes { public init( tile: QuickSightClientTypes.TileStyle? = nil, tileLayout: QuickSightClientTypes.TileLayoutStyle? = nil - ) - { + ) { self.tile = tile self.tileLayout = tileLayout } @@ -29572,8 +28727,7 @@ extension QuickSightClientTypes { public init( fontFamily: Swift.String? = nil - ) - { + ) { self.fontFamily = fontFamily } } @@ -29588,8 +28742,7 @@ extension QuickSightClientTypes { public init( fontFamilies: [QuickSightClientTypes.Font]? = nil - ) - { + ) { self.fontFamilies = fontFamilies } } @@ -29649,8 +28802,7 @@ extension QuickSightClientTypes { successForeground: Swift.String? = nil, warning: Swift.String? = nil, warningForeground: Swift.String? = nil - ) - { + ) { self.accent = accent self.accentForeground = accentForeground self.danger = danger @@ -29689,8 +28841,7 @@ extension QuickSightClientTypes { sheet: QuickSightClientTypes.SheetStyle? = nil, typography: QuickSightClientTypes.Typography? = nil, uiColorPalette: QuickSightClientTypes.UIColorPalette? = nil - ) - { + ) { self.dataColorPalette = dataColorPalette self.sheet = sheet self.typography = typography @@ -29731,8 +28882,7 @@ public struct CreateThemeInput: Swift.Sendable { tags: [QuickSightClientTypes.Tag]? = nil, themeId: Swift.String? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.baseThemeId = baseThemeId self.configuration = configuration @@ -29765,8 +28915,7 @@ public struct CreateThemeOutput: Swift.Sendable { status: Swift.Int = 0, themeId: Swift.String? = nil, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.requestId = requestId @@ -29795,8 +28944,7 @@ public struct CreateThemeAliasInput: Swift.Sendable { awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil, themeVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.themeId = themeId @@ -29819,8 +28967,7 @@ extension QuickSightClientTypes { aliasName: Swift.String? = nil, arn: Swift.String? = nil, themeVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.arn = arn self.themeVersionNumber = themeVersionNumber @@ -29840,8 +28987,7 @@ public struct CreateThemeAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeAlias: QuickSightClientTypes.ThemeAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.themeAlias = themeAlias @@ -29857,8 +29003,7 @@ extension QuickSightClientTypes { public init( qBusinessInsightsEnabled: Swift.Bool? = nil - ) - { + ) { self.qBusinessInsightsEnabled = qBusinessInsightsEnabled } } @@ -29932,8 +29077,7 @@ extension QuickSightClientTypes { public init( displayFormat: QuickSightClientTypes.DisplayFormat? = nil, displayFormatOptions: QuickSightClientTypes.DisplayFormatOptions? = nil - ) - { + ) { self.displayFormat = displayFormat self.displayFormatOptions = displayFormatOptions } @@ -29967,8 +29111,7 @@ extension QuickSightClientTypes { truthyCellValueSynonyms: [Swift.String]? = nil, typeName: Swift.String? = nil, typeParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.falseyCellValue = falseyCellValue self.falseyCellValueSynonyms = falseyCellValueSynonyms self.subTypeName = subTypeName @@ -30044,8 +29187,7 @@ extension QuickSightClientTypes { notAllowedAggregations: [QuickSightClientTypes.AuthorSpecifiedAggregation]? = nil, semanticType: QuickSightClientTypes.SemanticType? = nil, timeGranularity: QuickSightClientTypes.TopicTimeGranularity? = nil - ) - { + ) { self.aggregation = aggregation self.allowedAggregations = allowedAggregations self.calculatedFieldDescription = calculatedFieldDescription @@ -30130,8 +29272,7 @@ extension QuickSightClientTypes { notAllowedAggregations: [QuickSightClientTypes.AuthorSpecifiedAggregation]? = nil, semanticType: QuickSightClientTypes.SemanticType? = nil, timeGranularity: QuickSightClientTypes.TopicTimeGranularity? = nil - ) - { + ) { self.aggregation = aggregation self.allowedAggregations = allowedAggregations self.cellValueSynonyms = cellValueSynonyms @@ -30165,8 +29306,7 @@ extension QuickSightClientTypes { public init( datasetRowDateGranularity: QuickSightClientTypes.TopicTimeGranularity? = nil, defaultDateColumnName: Swift.String? = nil - ) - { + ) { self.datasetRowDateGranularity = datasetRowDateGranularity self.defaultDateColumnName = defaultDateColumnName } @@ -30188,8 +29328,7 @@ extension QuickSightClientTypes { collectiveConstant: QuickSightClientTypes.CollectiveConstant? = nil, constantType: QuickSightClientTypes.ConstantType? = nil, singularConstant: Swift.String? = nil - ) - { + ) { self.collectiveConstant = collectiveConstant self.constantType = constantType self.singularConstant = singularConstant @@ -30221,8 +29360,7 @@ extension QuickSightClientTypes { categoryFilterType: QuickSightClientTypes.CategoryFilterType? = nil, constant: QuickSightClientTypes.TopicCategoryFilterConstant? = nil, inverse: Swift.Bool = false - ) - { + ) { self.categoryFilterFunction = categoryFilterFunction self.categoryFilterType = categoryFilterType self.constant = constant @@ -30248,8 +29386,7 @@ extension QuickSightClientTypes { public init( maximum: Swift.String? = nil, minimum: Swift.String? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum } @@ -30268,8 +29405,7 @@ extension QuickSightClientTypes { public init( constantType: QuickSightClientTypes.ConstantType? = nil, rangeConstant: QuickSightClientTypes.RangeConstant? = nil - ) - { + ) { self.constantType = constantType self.rangeConstant = rangeConstant } @@ -30294,8 +29430,7 @@ extension QuickSightClientTypes { public init( constant: QuickSightClientTypes.TopicRangeFilterConstant? = nil, inclusive: Swift.Bool = false - ) - { + ) { self.constant = constant self.inclusive = inclusive } @@ -30416,8 +29551,7 @@ extension QuickSightClientTypes { public init( constantType: QuickSightClientTypes.ConstantType? = nil, singularConstant: Swift.String? = nil - ) - { + ) { self.constantType = constantType self.singularConstant = singularConstant } @@ -30442,8 +29576,7 @@ extension QuickSightClientTypes { public init( aggregation: QuickSightClientTypes.NamedFilterAggType? = nil, constant: QuickSightClientTypes.TopicSingularFilterConstant? = nil - ) - { + ) { self.aggregation = aggregation self.constant = constant } @@ -30470,8 +29603,7 @@ extension QuickSightClientTypes { aggregation: QuickSightClientTypes.NamedFilterAggType? = nil, constant: QuickSightClientTypes.TopicRangeFilterConstant? = nil, inclusive: Swift.Bool = false - ) - { + ) { self.aggregation = aggregation self.constant = constant self.inclusive = inclusive @@ -30537,8 +29669,7 @@ extension QuickSightClientTypes { constant: QuickSightClientTypes.TopicSingularFilterConstant? = nil, relativeDateFilterFunction: QuickSightClientTypes.TopicRelativeDateFilterFunction? = nil, timeGranularity: QuickSightClientTypes.TopicTimeGranularity? = nil - ) - { + ) { self.constant = constant self.relativeDateFilterFunction = relativeDateFilterFunction self.timeGranularity = timeGranularity @@ -30592,8 +29723,7 @@ extension QuickSightClientTypes { numericRangeFilter: QuickSightClientTypes.TopicNumericRangeFilter? = nil, operandFieldName: Swift.String? = nil, relativeDateFilter: QuickSightClientTypes.TopicRelativeDateFilter? = nil - ) - { + ) { self.categoryFilter = categoryFilter self.dateRangeFilter = dateRangeFilter self.filterClass = filterClass @@ -30683,8 +29813,7 @@ extension QuickSightClientTypes { public init( aggregation: QuickSightClientTypes.NamedEntityAggType? = nil, aggregationFunctionParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregation = aggregation self.aggregationFunctionParameters = aggregationFunctionParameters } @@ -30773,8 +29902,7 @@ extension QuickSightClientTypes { propertyName: Swift.String? = nil, propertyRole: QuickSightClientTypes.PropertyRole? = nil, propertyUsage: QuickSightClientTypes.PropertyUsage? = nil - ) - { + ) { self.fieldName = fieldName self.metric = metric self.propertyName = propertyName @@ -30799,8 +29927,7 @@ extension QuickSightClientTypes { subTypeName: Swift.String? = nil, typeName: Swift.String? = nil, typeParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.subTypeName = subTypeName self.typeName = typeName self.typeParameters = typeParameters @@ -30830,8 +29957,7 @@ extension QuickSightClientTypes { entityName: Swift.String? = nil, entitySynonyms: [Swift.String]? = nil, semanticEntityType: QuickSightClientTypes.SemanticEntityType? = nil - ) - { + ) { self.definition = definition self.entityDescription = entityDescription self.entityName = entityName @@ -30872,8 +29998,7 @@ extension QuickSightClientTypes { datasetName: Swift.String? = nil, filters: [QuickSightClientTypes.TopicFilter]? = nil, namedEntities: [QuickSightClientTypes.TopicNamedEntity]? = nil - ) - { + ) { self.calculatedFields = calculatedFields self.columns = columns self.dataAggregation = dataAggregation @@ -30936,8 +30061,7 @@ extension QuickSightClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, userExperienceVersion: QuickSightClientTypes.TopicUserExperienceVersion? = nil - ) - { + ) { self.configOptions = configOptions self.dataSets = dataSets self.description = description @@ -30968,8 +30092,7 @@ public struct CreateTopicInput: Swift.Sendable { tags: [QuickSightClientTypes.Tag]? = nil, topic: QuickSightClientTypes.TopicDetails? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderArns = folderArns self.tags = tags @@ -30996,8 +30119,7 @@ public struct CreateTopicOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, topicId: Swift.String? = nil - ) - { + ) { self.arn = arn self.refreshArn = refreshArn self.requestId = requestId @@ -31067,8 +30189,7 @@ extension QuickSightClientTypes { startingAt: Foundation.Date? = nil, timezone: Swift.String? = nil, topicScheduleType: QuickSightClientTypes.TopicScheduleType? = nil - ) - { + ) { self.basedOnSpiceSchedule = basedOnSpiceSchedule self.isEnabled = isEnabled self.repeatAt = repeatAt @@ -31101,8 +30222,7 @@ public struct CreateTopicRefreshScheduleInput: Swift.Sendable { datasetName: Swift.String? = nil, refreshSchedule: QuickSightClientTypes.TopicRefreshSchedule? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.datasetArn = datasetArn self.datasetName = datasetName @@ -31129,8 +30249,7 @@ public struct CreateTopicRefreshScheduleOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.requestId = requestId self.status = status @@ -31172,8 +30291,7 @@ public struct CreateVPCConnectionInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [QuickSightClientTypes.Tag]? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dnsResolvers = dnsResolvers self.name = name @@ -31288,8 +30406,7 @@ public struct CreateVPCConnectionOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availabilityStatus = availabilityStatus self.creationStatus = creationStatus @@ -31314,8 +30431,7 @@ extension QuickSightClientTypes { arn: Swift.String? = nil, capabilities: QuickSightClientTypes.Capabilities? = nil, customPermissionsName: Swift.String? = nil - ) - { + ) { self.arn = arn self.capabilities = capabilities self.customPermissionsName = customPermissionsName @@ -31391,8 +30507,7 @@ extension QuickSightClientTypes { message: Swift.String? = nil, type: QuickSightClientTypes.DashboardErrorType? = nil, violatedEntities: [QuickSightClientTypes.Entity]? = nil - ) - { + ) { self.message = message self.type = type self.violatedEntities = violatedEntities @@ -31436,8 +30551,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.ResourceStatus? = nil, themeArn: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.dataSetArns = dataSetArns @@ -31482,8 +30596,7 @@ extension QuickSightClientTypes { linkEntities: [Swift.String]? = nil, name: Swift.String? = nil, version: QuickSightClientTypes.DashboardVersion? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.dashboardId = dashboardId @@ -31568,8 +30681,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.DashboardFilterAttribute? = nil, `operator`: QuickSightClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -31633,8 +30745,7 @@ extension QuickSightClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, publishedVersionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.dashboardId = dashboardId @@ -31670,8 +30781,7 @@ extension QuickSightClientTypes { sourceEntityArn: Swift.String? = nil, status: QuickSightClientTypes.ResourceStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -31712,8 +30822,7 @@ extension QuickSightClientTypes { visualId: Swift.String? = nil, visualSubtitle: Swift.String? = nil, visualTitle: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId self.dashboardName = dashboardName self.dashboardUrl = dashboardUrl @@ -31744,8 +30853,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, subType: QuickSightClientTypes.ColumnDataSubType? = nil, type: QuickSightClientTypes.ColumnDataType? = nil - ) - { + ) { self.description = description self.name = name self.subType = subType @@ -31819,8 +30927,7 @@ extension QuickSightClientTypes { physicalTableMap: [Swift.String: QuickSightClientTypes.PhysicalTable]? = nil, rowLevelPermissionDataSet: QuickSightClientTypes.RowLevelPermissionDataSet? = nil, rowLevelPermissionTagConfiguration: QuickSightClientTypes.RowLevelPermissionTagConfiguration? = nil - ) - { + ) { self.arn = arn self.columnGroups = columnGroups self.columnLevelPermissionRules = columnLevelPermissionRules @@ -31934,8 +31041,7 @@ extension QuickSightClientTypes { columnName: Swift.String? = nil, size: Swift.Int? = nil, sizeUnit: QuickSightClientTypes.LookbackWindowSizeUnit? = nil - ) - { + ) { self.columnName = columnName self.size = size self.sizeUnit = sizeUnit @@ -31953,8 +31059,7 @@ extension QuickSightClientTypes { public init( lookbackWindow: QuickSightClientTypes.LookbackWindow? = nil - ) - { + ) { self.lookbackWindow = lookbackWindow } } @@ -31970,8 +31075,7 @@ extension QuickSightClientTypes { public init( incrementalRefresh: QuickSightClientTypes.IncrementalRefresh? = nil - ) - { + ) { self.incrementalRefresh = incrementalRefresh } } @@ -31987,8 +31091,7 @@ extension QuickSightClientTypes { public init( refreshConfiguration: QuickSightClientTypes.RefreshConfiguration? = nil - ) - { + ) { self.refreshConfiguration = refreshConfiguration } } @@ -32024,8 +31127,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.DataSetFilterAttribute? = nil, `operator`: QuickSightClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -32066,8 +31168,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, rowLevelPermissionDataSet: QuickSightClientTypes.RowLevelPermissionDataSet? = nil, rowLevelPermissionTagConfigurationApplied: Swift.Bool = false - ) - { + ) { self.arn = arn self.columnLevelPermissionRulesApplied = columnLevelPermissionRulesApplied self.createdTime = createdTime @@ -32140,8 +31241,7 @@ extension QuickSightClientTypes { public init( message: Swift.String? = nil, type: QuickSightClientTypes.DataSourceErrorInfoType? = nil - ) - { + ) { self.message = message self.type = type } @@ -32193,8 +31293,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.ResourceStatus? = nil, type: QuickSightClientTypes.DataSourceType? = nil, vpcConnectionProperties: QuickSightClientTypes.VpcConnectionProperties? = nil - ) - { + ) { self.alternateDataSourceParameters = alternateDataSourceParameters self.arn = arn self.createdTime = createdTime @@ -32273,8 +31372,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.DataSourceFilterAttribute? = nil, `operator`: QuickSightClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -32306,8 +31404,7 @@ extension QuickSightClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, type: QuickSightClientTypes.DataSourceType? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.dataSourceId = dataSourceId @@ -32328,8 +31425,7 @@ public struct DeleteAccountCustomizationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -32344,8 +31440,7 @@ public struct DeleteAccountCustomizationOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32358,8 +31453,7 @@ public struct DeleteAccountSubscriptionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -32373,8 +31467,7 @@ public struct DeleteAccountSubscriptionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32397,8 +31490,7 @@ public struct DeleteAnalysisInput: Swift.Sendable { awsAccountId: Swift.String? = nil, forceDeleteWithoutRecovery: Swift.Bool? = false, recoveryWindowInDays: Swift.Int? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId self.forceDeleteWithoutRecovery = forceDeleteWithoutRecovery @@ -32424,8 +31516,7 @@ public struct DeleteAnalysisOutput: Swift.Sendable { deletionTime: Foundation.Date? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisId = analysisId self.arn = arn self.deletionTime = deletionTime @@ -32445,8 +31536,7 @@ public struct DeleteBrandInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, brandId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandId = brandId } @@ -32458,8 +31548,7 @@ public struct DeleteBrandOutput: Swift.Sendable { public init( requestId: Swift.String? = nil - ) - { + ) { self.requestId = requestId } } @@ -32471,8 +31560,7 @@ public struct DeleteBrandAssignmentInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -32483,8 +31571,7 @@ public struct DeleteBrandAssignmentOutput: Swift.Sendable { public init( requestId: Swift.String? = nil - ) - { + ) { self.requestId = requestId } } @@ -32500,8 +31587,7 @@ public struct DeleteCustomPermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, customPermissionsName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customPermissionsName = customPermissionsName } @@ -32519,8 +31605,7 @@ public struct DeleteCustomPermissionsOutput: Swift.Sendable { arn: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -32541,8 +31626,7 @@ public struct DeleteDashboardInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.versionNumber = versionNumber @@ -32564,8 +31648,7 @@ public struct DeleteDashboardOutput: Swift.Sendable { dashboardId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dashboardId = dashboardId self.requestId = requestId @@ -32584,8 +31667,7 @@ public struct DeleteDataSetInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -32606,8 +31688,7 @@ public struct DeleteDataSetOutput: Swift.Sendable { dataSetId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dataSetId = dataSetId self.requestId = requestId @@ -32626,8 +31707,7 @@ public struct DeleteDataSetRefreshPropertiesInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -32642,8 +31722,7 @@ public struct DeleteDataSetRefreshPropertiesOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32660,8 +31739,7 @@ public struct DeleteDataSourceInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSourceId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSourceId = dataSourceId } @@ -32682,8 +31760,7 @@ public struct DeleteDataSourceOutput: Swift.Sendable { dataSourceId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dataSourceId = dataSourceId self.requestId = requestId @@ -32701,8 +31778,7 @@ public struct DeleteDefaultQBusinessApplicationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -32717,8 +31793,7 @@ public struct DeleteDefaultQBusinessApplicationOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32735,8 +31810,7 @@ public struct DeleteFolderInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, folderId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId } @@ -32757,8 +31831,7 @@ public struct DeleteFolderOutput: Swift.Sendable { folderId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.requestId = requestId @@ -32785,8 +31858,7 @@ public struct DeleteFolderMembershipInput: Swift.Sendable { folderId: Swift.String? = nil, memberId: Swift.String? = nil, memberType: QuickSightClientTypes.MemberType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.memberId = memberId @@ -32803,8 +31875,7 @@ public struct DeleteFolderMembershipOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32825,8 +31896,7 @@ public struct DeleteGroupInput: Swift.Sendable { awsAccountId: Swift.String? = nil, groupName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.namespace = namespace @@ -32842,8 +31912,7 @@ public struct DeleteGroupOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32868,8 +31937,7 @@ public struct DeleteGroupMembershipInput: Swift.Sendable { groupName: Swift.String? = nil, memberName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.memberName = memberName @@ -32886,8 +31954,7 @@ public struct DeleteGroupMembershipOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32908,8 +31975,7 @@ public struct DeleteIAMPolicyAssignmentInput: Swift.Sendable { assignmentName: Swift.String? = nil, awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.assignmentName = assignmentName self.awsAccountId = awsAccountId self.namespace = namespace @@ -32928,8 +31994,7 @@ public struct DeleteIAMPolicyAssignmentOutput: Swift.Sendable { assignmentName: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.assignmentName = assignmentName self.requestId = requestId self.status = status @@ -32947,8 +32012,7 @@ public struct DeleteIdentityPropagationConfigInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, service: QuickSightClientTypes.ServiceType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.service = service } @@ -32963,8 +32027,7 @@ public struct DeleteIdentityPropagationConfigOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -32981,8 +32044,7 @@ public struct DeleteNamespaceInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -32997,8 +32059,7 @@ public struct DeleteNamespaceOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33019,8 +32080,7 @@ public struct DeleteRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, scheduleId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.scheduleId = scheduleId @@ -33042,8 +32102,7 @@ public struct DeleteRefreshScheduleOutput: Swift.Sendable { requestId: Swift.String? = nil, scheduleId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.scheduleId = scheduleId @@ -33066,8 +32125,7 @@ public struct DeleteRoleCustomPermissionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.role = role @@ -33083,8 +32141,7 @@ public struct DeleteRoleCustomPermissionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33109,8 +32166,7 @@ public struct DeleteRoleMembershipInput: Swift.Sendable { memberName: Swift.String? = nil, namespace: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.memberName = memberName self.namespace = namespace @@ -33127,8 +32183,7 @@ public struct DeleteRoleMembershipOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33148,8 +32203,7 @@ public struct DeleteTemplateInput: Swift.Sendable { awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.templateId = templateId self.versionNumber = versionNumber @@ -33171,8 +32225,7 @@ public struct DeleteTemplateOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateId: Swift.String? = nil - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -33195,8 +32248,7 @@ public struct DeleteTemplateAliasInput: Swift.Sendable { aliasName: Swift.String? = nil, awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -33221,8 +32273,7 @@ public struct DeleteTemplateAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.arn = arn self.requestId = requestId @@ -33245,8 +32296,7 @@ public struct DeleteThemeInput: Swift.Sendable { awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.themeId = themeId self.versionNumber = versionNumber @@ -33268,8 +32318,7 @@ public struct DeleteThemeOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeId: Swift.String? = nil - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -33292,8 +32341,7 @@ public struct DeleteThemeAliasInput: Swift.Sendable { aliasName: Swift.String? = nil, awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.themeId = themeId @@ -33318,8 +32366,7 @@ public struct DeleteThemeAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.arn = arn self.requestId = requestId @@ -33339,8 +32386,7 @@ public struct DeleteTopicInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topicId = topicId } @@ -33361,8 +32407,7 @@ public struct DeleteTopicOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, topicId: Swift.String? = nil - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -33385,8 +32430,7 @@ public struct DeleteTopicRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, datasetId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.datasetId = datasetId self.topicId = topicId @@ -33411,8 +32455,7 @@ public struct DeleteTopicRefreshScheduleOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.requestId = requestId self.status = status @@ -33436,8 +32479,7 @@ public struct DeleteUserInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.userName = userName @@ -33453,8 +32495,7 @@ public struct DeleteUserOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33476,8 +32517,7 @@ public struct DeleteUserByPrincipalIdInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, principalId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.principalId = principalId @@ -33493,8 +32533,7 @@ public struct DeleteUserByPrincipalIdOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33515,8 +32554,7 @@ public struct DeleteUserCustomPermissionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.userName = userName @@ -33532,8 +32570,7 @@ public struct DeleteUserCustomPermissionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -33550,8 +32587,7 @@ public struct DeleteVPCConnectionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.vpcConnectionId = vpcConnectionId } @@ -33578,8 +32614,7 @@ public struct DeleteVPCConnectionOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availabilityStatus = availabilityStatus self.deletionStatus = deletionStatus @@ -33602,8 +32637,7 @@ public struct DescribeAccountCustomizationInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, resolved: Swift.Bool? = false - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.resolved = resolved @@ -33631,8 +32665,7 @@ public struct DescribeAccountCustomizationOutput: Swift.Sendable { namespace: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.accountCustomization = accountCustomization self.arn = arn self.awsAccountId = awsAccountId @@ -33649,8 +32682,7 @@ public struct DescribeAccountSettingsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -33667,8 +32699,7 @@ public struct DescribeAccountSettingsOutput: Swift.Sendable { accountSettings: QuickSightClientTypes.AccountSettings? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.accountSettings = accountSettings self.requestId = requestId self.status = status @@ -33682,8 +32713,7 @@ public struct DescribeAccountSubscriptionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -33710,8 +32740,7 @@ public struct DescribeAccountSubscriptionOutput: Swift.Sendable { accountInfo: QuickSightClientTypes.AccountInfo? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.accountInfo = accountInfo self.requestId = requestId self.status = status @@ -33729,8 +32758,7 @@ public struct DescribeAnalysisInput: Swift.Sendable { public init( analysisId: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId } @@ -33748,8 +32776,7 @@ public struct DescribeAnalysisOutput: Swift.Sendable { analysis: QuickSightClientTypes.Analysis? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysis = analysis self.requestId = requestId self.status = status @@ -33767,8 +32794,7 @@ public struct DescribeAnalysisDefinitionInput: Swift.Sendable { public init( analysisId: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId } @@ -33815,8 +32841,7 @@ public struct DescribeAnalysisDefinitionOutput: Swift.Sendable { resourceStatus: QuickSightClientTypes.ResourceStatus? = nil, status: Swift.Int = 0, themeArn: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.definition = definition self.errors = errors @@ -33839,8 +32864,7 @@ public struct DescribeAnalysisPermissionsInput: Swift.Sendable { public init( analysisId: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId } @@ -33864,8 +32888,7 @@ public struct DescribeAnalysisPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisArn = analysisArn self.analysisId = analysisId self.permissions = permissions @@ -33885,8 +32908,7 @@ public struct DescribeAssetBundleExportJobInput: Swift.Sendable { public init( assetBundleExportJobId: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.assetBundleExportJobId = assetBundleExportJobId self.awsAccountId = awsAccountId } @@ -33984,8 +33006,7 @@ public struct DescribeAssetBundleExportJobOutput: Swift.Sendable { status: Swift.Int = 0, validationStrategy: QuickSightClientTypes.AssetBundleExportJobValidationStrategy? = nil, warnings: [QuickSightClientTypes.AssetBundleExportJobWarning]? = nil - ) - { + ) { self.arn = arn self.assetBundleExportJobId = assetBundleExportJobId self.awsAccountId = awsAccountId @@ -34024,8 +33045,7 @@ public struct DescribeAssetBundleImportJobInput: Swift.Sendable { public init( assetBundleImportJobId: Swift.String? = nil, awsAccountId: Swift.String? = nil - ) - { + ) { self.assetBundleImportJobId = assetBundleImportJobId self.awsAccountId = awsAccountId } @@ -34090,8 +33110,7 @@ public struct DescribeAssetBundleImportJobOutput: Swift.Sendable { rollbackErrors: [QuickSightClientTypes.AssetBundleImportJobError]? = nil, status: Swift.Int = 0, warnings: [QuickSightClientTypes.AssetBundleImportJobWarning]? = nil - ) - { + ) { self.arn = arn self.assetBundleImportJobId = assetBundleImportJobId self.assetBundleImportSource = assetBundleImportSource @@ -34125,8 +33144,7 @@ public struct DescribeBrandInput: Swift.Sendable { awsAccountId: Swift.String? = nil, brandId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandId = brandId self.versionId = versionId @@ -34145,8 +33163,7 @@ public struct DescribeBrandOutput: Swift.Sendable { brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandDetail: QuickSightClientTypes.BrandDetail? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandDefinition = brandDefinition self.brandDetail = brandDetail self.requestId = requestId @@ -34160,8 +33177,7 @@ public struct DescribeBrandAssignmentInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -34175,8 +33191,7 @@ public struct DescribeBrandAssignmentOutput: Swift.Sendable { public init( brandArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandArn = brandArn self.requestId = requestId } @@ -34193,8 +33208,7 @@ public struct DescribeBrandPublishedVersionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, brandId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandId = brandId } @@ -34212,8 +33226,7 @@ public struct DescribeBrandPublishedVersionOutput: Swift.Sendable { brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandDetail: QuickSightClientTypes.BrandDetail? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandDefinition = brandDefinition self.brandDetail = brandDetail self.requestId = requestId @@ -34231,8 +33244,7 @@ public struct DescribeCustomPermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, customPermissionsName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customPermissionsName = customPermissionsName } @@ -34250,8 +33262,7 @@ public struct DescribeCustomPermissionsOutput: Swift.Sendable { customPermissions: QuickSightClientTypes.CustomPermissions? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.customPermissions = customPermissions self.requestId = requestId self.status = status @@ -34275,8 +33286,7 @@ public struct DescribeDashboardInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.dashboardId = dashboardId @@ -34296,8 +33306,7 @@ public struct DescribeDashboardOutput: Swift.Sendable { dashboard: QuickSightClientTypes.Dashboard? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboard = dashboard self.requestId = requestId self.status = status @@ -34321,8 +33330,7 @@ public struct DescribeDashboardDefinitionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.dashboardId = dashboardId @@ -34380,8 +33388,7 @@ public struct DescribeDashboardDefinitionOutput: Swift.Sendable { resourceStatus: QuickSightClientTypes.ResourceStatus? = nil, status: Swift.Int = 0, themeArn: Swift.String? = nil - ) - { + ) { self.dashboardId = dashboardId self.dashboardPublishOptions = dashboardPublishOptions self.definition = definition @@ -34405,8 +33412,7 @@ public struct DescribeDashboardPermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId } @@ -34433,8 +33439,7 @@ public struct DescribeDashboardPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardId = dashboardId self.linkSharingConfiguration = linkSharingConfiguration @@ -34459,8 +33464,7 @@ public struct DescribeDashboardSnapshotJobInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, snapshotJobId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.snapshotJobId = snapshotJobId @@ -34511,8 +33515,7 @@ extension QuickSightClientTypes { public init( s3Destinations: [QuickSightClientTypes.SnapshotS3DestinationConfiguration]? = nil - ) - { + ) { self.s3Destinations = s3Destinations } } @@ -34527,8 +33530,7 @@ extension QuickSightClientTypes { public init( files: [QuickSightClientTypes.SnapshotFile]? = nil - ) - { + ) { self.files = files } } @@ -34550,8 +33552,7 @@ extension QuickSightClientTypes { destinationConfiguration: QuickSightClientTypes.SnapshotDestinationConfiguration? = nil, fileGroups: [QuickSightClientTypes.SnapshotFileGroup]? = nil, parameters: QuickSightClientTypes.Parameters? = nil - ) - { + ) { self.destinationConfiguration = destinationConfiguration self.fileGroups = fileGroups self.parameters = parameters @@ -34568,8 +33569,7 @@ extension QuickSightClientTypes { public init( rowLevelPermissionTagKeys: [Swift.String]? = nil - ) - { + ) { self.rowLevelPermissionTagKeys = rowLevelPermissionTagKeys } } @@ -34584,8 +33584,7 @@ extension QuickSightClientTypes { public init( anonymousUsers: [QuickSightClientTypes.SnapshotAnonymousUserRedacted]? = nil - ) - { + ) { self.anonymousUsers = anonymousUsers } } @@ -34635,8 +33634,7 @@ public struct DescribeDashboardSnapshotJobOutput: Swift.Sendable { snapshotJobId: Swift.String? = nil, status: Swift.Int = 0, userConfiguration: QuickSightClientTypes.SnapshotUserConfigurationRedacted? = nil - ) - { + ) { self.arn = arn self.awsAccountId = awsAccountId self.createdTime = createdTime @@ -34666,8 +33664,7 @@ public struct DescribeDashboardSnapshotJobResultInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, snapshotJobId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.snapshotJobId = snapshotJobId @@ -34686,8 +33683,7 @@ extension QuickSightClientTypes { public init( errorMessage: Swift.String? = nil, errorType: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -34703,8 +33699,7 @@ extension QuickSightClientTypes { public init( anonymousUsers: [QuickSightClientTypes.AnonymousUserSnapshotJobResult]? = nil - ) - { + ) { self.anonymousUsers = anonymousUsers } } @@ -34737,8 +33732,7 @@ public struct DescribeDashboardSnapshotJobResultOutput: Swift.Sendable { requestId: Swift.String? = nil, result: QuickSightClientTypes.SnapshotJobResult? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.createdTime = createdTime self.errorInfo = errorInfo @@ -34757,8 +33751,7 @@ public struct DescribeDashboardsQAConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -34775,8 +33768,7 @@ public struct DescribeDashboardsQAConfigurationOutput: Swift.Sendable { dashboardsQAStatus: QuickSightClientTypes.DashboardsQAStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardsQAStatus = dashboardsQAStatus self.requestId = requestId self.status = status @@ -34794,8 +33786,7 @@ public struct DescribeDataSetInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -34813,8 +33804,7 @@ public struct DescribeDataSetOutput: Swift.Sendable { dataSet: QuickSightClientTypes.DataSet? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSet = dataSet self.requestId = requestId self.status = status @@ -34832,8 +33822,7 @@ public struct DescribeDataSetPermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -34857,8 +33846,7 @@ public struct DescribeDataSetPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSetArn = dataSetArn self.dataSetId = dataSetId self.permissions = permissions @@ -34878,8 +33866,7 @@ public struct DescribeDataSetRefreshPropertiesInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -34897,8 +33884,7 @@ public struct DescribeDataSetRefreshPropertiesOutput: Swift.Sendable { dataSetRefreshProperties: QuickSightClientTypes.DataSetRefreshProperties? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSetRefreshProperties = dataSetRefreshProperties self.requestId = requestId self.status = status @@ -34916,8 +33902,7 @@ public struct DescribeDataSourceInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSourceId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSourceId = dataSourceId } @@ -34935,8 +33920,7 @@ public struct DescribeDataSourceOutput: Swift.Sendable { dataSource: QuickSightClientTypes.DataSource? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSource = dataSource self.requestId = requestId self.status = status @@ -34954,8 +33938,7 @@ public struct DescribeDataSourcePermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSourceId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSourceId = dataSourceId } @@ -34979,8 +33962,7 @@ public struct DescribeDataSourcePermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceId = dataSourceId self.permissions = permissions @@ -34999,8 +33981,7 @@ public struct DescribeDefaultQBusinessApplicationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -35018,8 +33999,7 @@ public struct DescribeDefaultQBusinessApplicationOutput: Swift.Sendable { applicationId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.applicationId = applicationId self.requestId = requestId self.status = status @@ -35037,8 +34017,7 @@ public struct DescribeFolderInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, folderId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId } @@ -35074,8 +34053,7 @@ extension QuickSightClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, sharingModel: QuickSightClientTypes.SharingModel? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.folderId = folderId @@ -35100,8 +34078,7 @@ public struct DescribeFolderOutput: Swift.Sendable { folder: QuickSightClientTypes.Folder? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folder = folder self.requestId = requestId self.status = status @@ -35129,8 +34106,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -35156,8 +34132,7 @@ public struct DescribeFolderPermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.maxResults = maxResults @@ -35187,8 +34162,7 @@ public struct DescribeFolderPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.nextToken = nextToken @@ -35218,8 +34192,7 @@ public struct DescribeFolderResolvedPermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.maxResults = maxResults @@ -35249,8 +34222,7 @@ public struct DescribeFolderResolvedPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.nextToken = nextToken @@ -35275,8 +34247,7 @@ public struct DescribeGroupInput: Swift.Sendable { awsAccountId: Swift.String? = nil, groupName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.namespace = namespace @@ -35295,8 +34266,7 @@ public struct DescribeGroupOutput: Swift.Sendable { group: QuickSightClientTypes.Group? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.group = group self.requestId = requestId self.status = status @@ -35322,8 +34292,7 @@ public struct DescribeGroupMembershipInput: Swift.Sendable { groupName: Swift.String? = nil, memberName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.memberName = memberName @@ -35343,8 +34312,7 @@ public struct DescribeGroupMembershipOutput: Swift.Sendable { groupMember: QuickSightClientTypes.GroupMember? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupMember = groupMember self.requestId = requestId self.status = status @@ -35366,8 +34334,7 @@ public struct DescribeIAMPolicyAssignmentInput: Swift.Sendable { assignmentName: Swift.String? = nil, awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.assignmentName = assignmentName self.awsAccountId = awsAccountId self.namespace = namespace @@ -35398,8 +34365,7 @@ extension QuickSightClientTypes { awsAccountId: Swift.String? = nil, identities: [Swift.String: [Swift.String]]? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.assignmentId = assignmentId self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus @@ -35422,8 +34388,7 @@ public struct DescribeIAMPolicyAssignmentOutput: Swift.Sendable { iamPolicyAssignment: QuickSightClientTypes.IAMPolicyAssignment? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.iamPolicyAssignment = iamPolicyAssignment self.requestId = requestId self.status = status @@ -35445,8 +34410,7 @@ public struct DescribeIngestionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, ingestionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.ingestionId = ingestionId @@ -35623,8 +34587,7 @@ extension QuickSightClientTypes { public init( message: Swift.String? = nil, type: QuickSightClientTypes.IngestionErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -35645,8 +34608,7 @@ extension QuickSightClientTypes { public init( queuedIngestion: Swift.String? = nil, waitingOnIngestion: Swift.String? = nil - ) - { + ) { self.queuedIngestion = queuedIngestion self.waitingOnIngestion = waitingOnIngestion } @@ -35733,8 +34695,7 @@ extension QuickSightClientTypes { rowsDropped: Swift.Int? = 0, rowsIngested: Swift.Int? = 0, totalRowsInDataset: Swift.Int? = 0 - ) - { + ) { self.rowsDropped = rowsDropped self.rowsIngested = rowsIngested self.totalRowsInDataset = totalRowsInDataset @@ -35784,8 +34745,7 @@ extension QuickSightClientTypes { requestSource: QuickSightClientTypes.IngestionRequestSource? = nil, requestType: QuickSightClientTypes.IngestionRequestType? = nil, rowInfo: QuickSightClientTypes.RowInfo? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.errorInfo = errorInfo @@ -35813,8 +34773,7 @@ public struct DescribeIngestionOutput: Swift.Sendable { ingestion: QuickSightClientTypes.Ingestion? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.ingestion = ingestion self.requestId = requestId self.status = status @@ -35828,8 +34787,7 @@ public struct DescribeIpRestrictionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -35858,8 +34816,7 @@ public struct DescribeIpRestrictionOutput: Swift.Sendable { status: Swift.Int = 0, vpcEndpointIdRestrictionRuleMap: [Swift.String: Swift.String]? = nil, vpcIdRestrictionRuleMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.enabled = enabled self.ipRestrictionRuleMap = ipRestrictionRuleMap @@ -35880,8 +34837,7 @@ public struct DescribeKeyRegistrationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, defaultKeyOnly: Swift.Bool? = false - ) - { + ) { self.awsAccountId = awsAccountId self.defaultKeyOnly = defaultKeyOnly } @@ -35903,8 +34859,7 @@ extension QuickSightClientTypes { public init( defaultKey: Swift.Bool = false, keyArn: Swift.String? = nil - ) - { + ) { self.defaultKey = defaultKey self.keyArn = keyArn } @@ -35926,8 +34881,7 @@ public struct DescribeKeyRegistrationOutput: Swift.Sendable { keyRegistration: [QuickSightClientTypes.RegisteredCustomerManagedKey]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.awsAccountId = awsAccountId self.keyRegistration = keyRegistration self.requestId = requestId @@ -35946,8 +34900,7 @@ public struct DescribeNamespaceInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -35994,8 +34947,7 @@ extension QuickSightClientTypes { public init( message: Swift.String? = nil, type: QuickSightClientTypes.NamespaceErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -36032,8 +34984,7 @@ extension QuickSightClientTypes { identityStore: QuickSightClientTypes.IdentityStore? = nil, name: Swift.String? = nil, namespaceError: QuickSightClientTypes.NamespaceError? = nil - ) - { + ) { self.arn = arn self.capacityRegion = capacityRegion self.creationStatus = creationStatus @@ -36058,8 +35009,7 @@ public struct DescribeNamespaceOutput: Swift.Sendable { namespace: QuickSightClientTypes.NamespaceInfoV2? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.namespace = namespace self.requestId = requestId self.status = status @@ -36073,8 +35023,7 @@ public struct DescribeQPersonalizationConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -36120,8 +35069,7 @@ public struct DescribeQPersonalizationConfigurationOutput: Swift.Sendable { personalizationMode: QuickSightClientTypes.PersonalizationMode? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.personalizationMode = personalizationMode self.requestId = requestId self.status = status @@ -36135,8 +35083,7 @@ public struct DescribeQuickSightQSearchConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId } } @@ -36182,8 +35129,7 @@ public struct DescribeQuickSightQSearchConfigurationOutput: Swift.Sendable { qSearchStatus: QuickSightClientTypes.QSearchStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.qSearchStatus = qSearchStatus self.requestId = requestId self.status = status @@ -36205,8 +35151,7 @@ public struct DescribeRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, scheduleId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.scheduleId = scheduleId @@ -36228,8 +35173,7 @@ public struct DescribeRefreshScheduleOutput: Swift.Sendable { refreshSchedule: QuickSightClientTypes.RefreshSchedule? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.refreshSchedule = refreshSchedule self.requestId = requestId @@ -36252,8 +35196,7 @@ public struct DescribeRoleCustomPermissionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.role = role @@ -36272,8 +35215,7 @@ public struct DescribeRoleCustomPermissionOutput: Swift.Sendable { customPermissionsName: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.customPermissionsName = customPermissionsName self.requestId = requestId self.status = status @@ -36297,8 +35239,7 @@ public struct DescribeTemplateInput: Swift.Sendable { awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -36356,8 +35297,7 @@ extension QuickSightClientTypes { message: Swift.String? = nil, type: QuickSightClientTypes.TemplateErrorType? = nil, violatedEntities: [QuickSightClientTypes.Entity]? = nil - ) - { + ) { self.message = message self.type = type self.violatedEntities = violatedEntities @@ -36412,8 +35352,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.ResourceStatus? = nil, themeArn: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.createdTime = createdTime self.dataSetConfigurations = dataSetConfigurations self.description = description @@ -36451,8 +35390,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, templateId: Swift.String? = nil, version: QuickSightClientTypes.TemplateVersion? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.lastUpdatedTime = lastUpdatedTime @@ -36475,8 +35413,7 @@ public struct DescribeTemplateOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, template: QuickSightClientTypes.Template? = nil - ) - { + ) { self.requestId = requestId self.status = status self.template = template @@ -36498,8 +35435,7 @@ public struct DescribeTemplateAliasInput: Swift.Sendable { aliasName: Swift.String? = nil, awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -36518,8 +35454,7 @@ public struct DescribeTemplateAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateAlias: QuickSightClientTypes.TemplateAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.templateAlias = templateAlias @@ -36543,8 +35478,7 @@ public struct DescribeTemplateDefinitionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -36593,8 +35527,7 @@ public struct DescribeTemplateDefinitionOutput: Swift.Sendable { status: Swift.Int = 0, templateId: Swift.String? = nil, themeArn: Swift.String? = nil - ) - { + ) { self.definition = definition self.errors = errors self.name = name @@ -36617,8 +35550,7 @@ public struct DescribeTemplatePermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.templateId = templateId } @@ -36642,8 +35574,7 @@ public struct DescribeTemplatePermissionsOutput: Swift.Sendable { status: Swift.Int = 0, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -36669,8 +35600,7 @@ public struct DescribeThemeInput: Swift.Sendable { awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.themeId = themeId @@ -36748,8 +35678,7 @@ extension QuickSightClientTypes { public init( message: Swift.String? = nil, type: QuickSightClientTypes.ThemeErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -36786,8 +35715,7 @@ extension QuickSightClientTypes { errors: [QuickSightClientTypes.ThemeError]? = nil, status: QuickSightClientTypes.ResourceStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.baseThemeId = baseThemeId self.configuration = configuration @@ -36827,8 +35755,7 @@ extension QuickSightClientTypes { themeId: Swift.String? = nil, type: QuickSightClientTypes.ThemeType? = nil, version: QuickSightClientTypes.ThemeVersion? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.lastUpdatedTime = lastUpdatedTime @@ -36852,8 +35779,7 @@ public struct DescribeThemeOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, theme: QuickSightClientTypes.Theme? = nil - ) - { + ) { self.requestId = requestId self.status = status self.theme = theme @@ -36875,8 +35801,7 @@ public struct DescribeThemeAliasInput: Swift.Sendable { aliasName: Swift.String? = nil, awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.themeId = themeId @@ -36895,8 +35820,7 @@ public struct DescribeThemeAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeAlias: QuickSightClientTypes.ThemeAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.themeAlias = themeAlias @@ -36914,8 +35838,7 @@ public struct DescribeThemePermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.themeId = themeId } @@ -36939,8 +35862,7 @@ public struct DescribeThemePermissionsOutput: Swift.Sendable { status: Swift.Int = 0, themeArn: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -36960,8 +35882,7 @@ public struct DescribeTopicInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topicId = topicId } @@ -36985,8 +35906,7 @@ public struct DescribeTopicOutput: Swift.Sendable { status: Swift.Int = 0, topic: QuickSightClientTypes.TopicDetails? = nil, topicId: Swift.String? = nil - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -37006,8 +35926,7 @@ public struct DescribeTopicPermissionsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topicId = topicId } @@ -37031,8 +35950,7 @@ public struct DescribeTopicPermissionsOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -37056,8 +35974,7 @@ public struct DescribeTopicRefreshInput: Swift.Sendable { awsAccountId: Swift.String? = nil, refreshId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.refreshId = refreshId self.topicId = topicId @@ -37117,8 +36034,7 @@ extension QuickSightClientTypes { refreshArn: Swift.String? = nil, refreshId: Swift.String? = nil, refreshStatus: QuickSightClientTypes.TopicRefreshStatus? = nil - ) - { + ) { self.refreshArn = refreshArn self.refreshId = refreshId self.refreshStatus = refreshStatus @@ -37138,8 +36054,7 @@ public struct DescribeTopicRefreshOutput: Swift.Sendable { refreshDetails: QuickSightClientTypes.TopicRefreshDetails? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.refreshDetails = refreshDetails self.requestId = requestId self.status = status @@ -37161,8 +36076,7 @@ public struct DescribeTopicRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, datasetId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.datasetId = datasetId self.topicId = topicId @@ -37190,8 +36104,7 @@ public struct DescribeTopicRefreshScheduleOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.refreshSchedule = refreshSchedule self.requestId = requestId @@ -37216,8 +36129,7 @@ public struct DescribeUserInput: Swift.Sendable { awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace self.userName = userName @@ -37362,8 +36274,7 @@ extension QuickSightClientTypes { principalId: Swift.String? = nil, role: QuickSightClientTypes.UserRole? = nil, userName: Swift.String? = nil - ) - { + ) { self.active = active self.arn = arn self.customPermissionsName = customPermissionsName @@ -37391,8 +36302,7 @@ public struct DescribeUserOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, user: QuickSightClientTypes.User? = nil - ) - { + ) { self.requestId = requestId self.status = status self.user = user @@ -37410,8 +36320,7 @@ public struct DescribeVPCConnectionInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.vpcConnectionId = vpcConnectionId } @@ -37491,8 +36400,7 @@ extension QuickSightClientTypes { networkInterfaceId: Swift.String? = nil, status: QuickSightClientTypes.NetworkInterfaceStatus? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.errorMessage = errorMessage self.networkInterfaceId = networkInterfaceId @@ -37544,8 +36452,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.VPCConnectionResourceStatus? = nil, vpcConnectionId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availabilityStatus = availabilityStatus self.createdTime = createdTime @@ -37574,8 +36481,7 @@ public struct DescribeVPCConnectionOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, vpcConnection: QuickSightClientTypes.VPCConnection? = nil - ) - { + ) { self.requestId = requestId self.status = status self.vpcConnection = vpcConnection @@ -37603,8 +36509,7 @@ public struct DomainNotWhitelistedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -37663,8 +36568,7 @@ extension QuickSightClientTypes { message: Swift.String? = nil, senderFault: Swift.Bool = false, statusCode: Swift.Int = 0 - ) - { + ) { self.keyArn = keyArn self.message = message self.senderFault = senderFault @@ -37729,8 +36633,7 @@ extension QuickSightClientTypes { public init( memberArn: Swift.String? = nil, memberId: Swift.String? = nil - ) - { + ) { self.memberArn = memberArn self.memberId = memberId } @@ -37766,8 +36669,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.FolderFilterAttribute? = nil, `operator`: QuickSightClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -37802,8 +36704,7 @@ extension QuickSightClientTypes { lastUpdatedTime: Foundation.Date? = nil, name: Swift.String? = nil, sharingModel: QuickSightClientTypes.SharingModel? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.folderId = folderId @@ -37877,8 +36778,7 @@ extension QuickSightClientTypes { restatement: Swift.String? = nil, topicId: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.answerId = answerId self.answerStatus = answerStatus self.questionId = questionId @@ -37917,8 +36817,7 @@ public struct SessionLifetimeInMinutesInvalidException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -37945,8 +36844,7 @@ public struct UnsupportedPricingPlanException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -37966,8 +36864,7 @@ extension QuickSightClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -38007,8 +36904,7 @@ public struct GenerateEmbedUrlForAnonymousUserInput: Swift.Sendable { namespace: Swift.String? = nil, sessionLifetimeInMinutes: Swift.Int? = nil, sessionTags: [QuickSightClientTypes.SessionTag]? = nil - ) - { + ) { self.allowedDomains = allowedDomains self.authorizedResourceArns = authorizedResourceArns self.awsAccountId = awsAccountId @@ -38038,8 +36934,7 @@ public struct GenerateEmbedUrlForAnonymousUserOutput: Swift.Sendable { embedUrl: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.anonymousUserArn = anonymousUserArn self.embedUrl = embedUrl self.requestId = requestId @@ -38073,8 +36968,7 @@ public struct QuickSightUserNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -38090,8 +36984,7 @@ extension QuickSightClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -38112,8 +37005,7 @@ extension QuickSightClientTypes { bookmarks: QuickSightClientTypes.BookmarksConfigurations? = nil, sharedView: QuickSightClientTypes.SharedViewConfigurations? = nil, statePersistence: QuickSightClientTypes.StatePersistenceConfigurations? = nil - ) - { + ) { self.bookmarks = bookmarks self.sharedView = sharedView self.statePersistence = statePersistence @@ -38134,8 +37026,7 @@ extension QuickSightClientTypes { public init( featureConfigurations: QuickSightClientTypes.RegisteredUserDashboardFeatureConfigurations? = nil, initialDashboardId: Swift.String? = nil - ) - { + ) { self.featureConfigurations = featureConfigurations self.initialDashboardId = initialDashboardId } @@ -38152,8 +37043,7 @@ extension QuickSightClientTypes { public init( initialDashboardVisualId: QuickSightClientTypes.DashboardVisualId? = nil - ) - { + ) { self.initialDashboardVisualId = initialDashboardVisualId } } @@ -38168,8 +37058,7 @@ extension QuickSightClientTypes { public init( initialTopicId: Swift.String? = nil - ) - { + ) { self.initialTopicId = initialTopicId } } @@ -38184,8 +37073,7 @@ extension QuickSightClientTypes { public init( initialTopicId: Swift.String? = nil - ) - { + ) { self.initialTopicId = initialTopicId } } @@ -38203,8 +37091,7 @@ extension QuickSightClientTypes { public init( sharedView: QuickSightClientTypes.SharedViewConfigurations? = nil, statePersistence: QuickSightClientTypes.StatePersistenceConfigurations? = nil - ) - { + ) { self.sharedView = sharedView self.statePersistence = statePersistence } @@ -38235,8 +37122,7 @@ extension QuickSightClientTypes { public init( featureConfigurations: QuickSightClientTypes.RegisteredUserConsoleFeatureConfigurations? = nil, initialPath: Swift.String? = nil - ) - { + ) { self.featureConfigurations = featureConfigurations self.initialPath = initialPath } @@ -38271,8 +37157,7 @@ extension QuickSightClientTypes { generativeQnA: QuickSightClientTypes.RegisteredUserGenerativeQnAEmbeddingConfiguration? = nil, qSearchBar: QuickSightClientTypes.RegisteredUserQSearchBarEmbeddingConfiguration? = nil, quickSightConsole: QuickSightClientTypes.RegisteredUserQuickSightConsoleEmbeddingConfiguration? = nil - ) - { + ) { self.dashboard = dashboard self.dashboardVisual = dashboardVisual self.generativeQnA = generativeQnA @@ -38303,8 +37188,7 @@ public struct GenerateEmbedUrlForRegisteredUserInput: Swift.Sendable { experienceConfiguration: QuickSightClientTypes.RegisteredUserEmbeddingExperienceConfiguration? = nil, sessionLifetimeInMinutes: Swift.Int? = nil, userArn: Swift.String? = nil - ) - { + ) { self.allowedDomains = allowedDomains self.awsAccountId = awsAccountId self.experienceConfiguration = experienceConfiguration @@ -38328,8 +37212,7 @@ public struct GenerateEmbedUrlForRegisteredUserOutput: Swift.Sendable { embedUrl: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.embedUrl = embedUrl self.requestId = requestId self.status = status @@ -38358,8 +37241,7 @@ public struct GenerateEmbedUrlForRegisteredUserWithIdentityInput: Swift.Sendable awsAccountId: Swift.String? = nil, experienceConfiguration: QuickSightClientTypes.RegisteredUserEmbeddingExperienceConfiguration? = nil, sessionLifetimeInMinutes: Swift.Int? = nil - ) - { + ) { self.allowedDomains = allowedDomains self.awsAccountId = awsAccountId self.experienceConfiguration = experienceConfiguration @@ -38382,8 +37264,7 @@ public struct GenerateEmbedUrlForRegisteredUserWithIdentityOutput: Swift.Sendabl embedUrl: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.embedUrl = embedUrl self.requestId = requestId self.status = status @@ -38416,8 +37297,7 @@ public struct IdentityTypeNotSupportedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -38468,8 +37348,7 @@ public struct GetDashboardEmbedUrlInput: Swift.Sendable { statePersistenceEnabled: Swift.Bool? = false, undoRedoDisabled: Swift.Bool? = false, userArn: Swift.String? = nil - ) - { + ) { self.additionalDashboardIds = additionalDashboardIds self.awsAccountId = awsAccountId self.dashboardId = dashboardId @@ -38496,8 +37375,7 @@ public struct GetDashboardEmbedUrlOutput: Swift.Sendable { embedUrl: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.embedUrl = embedUrl self.requestId = requestId self.status = status @@ -38546,8 +37424,7 @@ public struct GetSessionEmbedUrlInput: Swift.Sendable { entryPoint: Swift.String? = nil, sessionLifetimeInMinutes: Swift.Int? = nil, userArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.entryPoint = entryPoint self.sessionLifetimeInMinutes = sessionLifetimeInMinutes @@ -38567,8 +37444,7 @@ public struct GetSessionEmbedUrlOutput: Swift.Sendable { embedUrl: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.embedUrl = embedUrl self.requestId = requestId self.status = status @@ -38650,8 +37526,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.GroupFilterAttribute? = nil, `operator`: QuickSightClientTypes.GroupFilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -38671,8 +37546,7 @@ extension QuickSightClientTypes { public init( assignmentName: Swift.String? = nil, assignmentStatus: QuickSightClientTypes.AssignmentStatus? = nil - ) - { + ) { self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus } @@ -38750,8 +37624,7 @@ public struct ListAnalysesInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38773,8 +37646,7 @@ public struct ListAnalysesOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisSummaryList = analysisSummaryList self.nextToken = nextToken self.requestId = requestId @@ -38795,8 +37667,7 @@ public struct ListAssetBundleExportJobsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38818,8 +37689,7 @@ public struct ListAssetBundleExportJobsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.assetBundleExportJobSummaryList = assetBundleExportJobSummaryList self.nextToken = nextToken self.requestId = requestId @@ -38840,8 +37710,7 @@ public struct ListAssetBundleImportJobsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38863,8 +37732,7 @@ public struct ListAssetBundleImportJobsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.assetBundleImportJobSummaryList = assetBundleImportJobSummaryList self.nextToken = nextToken self.requestId = requestId @@ -38885,8 +37753,7 @@ public struct ListBrandsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38902,8 +37769,7 @@ public struct ListBrandsOutput: Swift.Sendable { public init( brands: [QuickSightClientTypes.BrandSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.brands = brands self.nextToken = nextToken } @@ -38922,8 +37788,7 @@ public struct ListCustomPermissionsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38945,8 +37810,7 @@ public struct ListCustomPermissionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.customPermissionsList = customPermissionsList self.nextToken = nextToken self.requestId = requestId @@ -38967,8 +37831,7 @@ public struct ListDashboardsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -38990,8 +37853,7 @@ public struct ListDashboardsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardSummaryList = dashboardSummaryList self.nextToken = nextToken self.requestId = requestId @@ -39016,8 +37878,7 @@ public struct ListDashboardVersionsInput: Swift.Sendable { dashboardId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.maxResults = maxResults @@ -39040,8 +37901,7 @@ public struct ListDashboardVersionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardVersionSummaryList = dashboardVersionSummaryList self.nextToken = nextToken self.requestId = requestId @@ -39062,8 +37922,7 @@ public struct ListDataSetsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39085,8 +37944,7 @@ public struct ListDataSetsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSetSummaries = dataSetSummaries self.nextToken = nextToken self.requestId = requestId @@ -39107,8 +37965,7 @@ public struct ListDataSourcesInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39130,8 +37987,7 @@ public struct ListDataSourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSources = dataSources self.nextToken = nextToken self.requestId = requestId @@ -39156,8 +38012,7 @@ public struct ListFolderMembersInput: Swift.Sendable { folderId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.maxResults = maxResults @@ -39180,8 +38035,7 @@ public struct ListFolderMembersOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folderMemberList = folderMemberList self.nextToken = nextToken self.requestId = requestId @@ -39202,8 +38056,7 @@ public struct ListFoldersInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39225,8 +38078,7 @@ public struct ListFoldersOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folderSummaryList = folderSummaryList self.nextToken = nextToken self.requestId = requestId @@ -39251,8 +38103,7 @@ public struct ListFoldersForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39275,8 +38126,7 @@ public struct ListFoldersForResourceOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folders = folders self.nextToken = nextToken self.requestId = requestId @@ -39305,8 +38155,7 @@ public struct ListGroupMembershipsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.groupName = groupName self.maxResults = maxResults @@ -39330,8 +38179,7 @@ public struct ListGroupMembershipsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupMemberList = groupMemberList self.nextToken = nextToken self.requestId = requestId @@ -39356,8 +38204,7 @@ public struct ListGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.namespace = namespace @@ -39380,8 +38227,7 @@ public struct ListGroupsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupList = groupList self.nextToken = nextToken self.requestId = requestId @@ -39409,8 +38255,7 @@ public struct ListIAMPolicyAssignmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assignmentStatus = assignmentStatus self.awsAccountId = awsAccountId self.maxResults = maxResults @@ -39434,8 +38279,7 @@ public struct ListIAMPolicyAssignmentsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.iamPolicyAssignments = iamPolicyAssignments self.nextToken = nextToken self.requestId = requestId @@ -39464,8 +38308,7 @@ public struct ListIAMPolicyAssignmentsForUserInput: Swift.Sendable { namespace: Swift.String? = nil, nextToken: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.namespace = namespace @@ -39489,8 +38332,7 @@ public struct ListIAMPolicyAssignmentsForUserOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.activeAssignments = activeAssignments self.nextToken = nextToken self.requestId = requestId @@ -39511,8 +38353,7 @@ public struct ListIdentityPropagationConfigsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39534,8 +38375,7 @@ public struct ListIdentityPropagationConfigsOutput: Swift.Sendable { requestId: Swift.String? = nil, services: [QuickSightClientTypes.AuthorizedTargetsByService]? = nil, status: Swift.Int = 0 - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.services = services @@ -39560,8 +38400,7 @@ public struct ListIngestionsInput: Swift.Sendable { dataSetId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.maxResults = maxResults @@ -39584,8 +38423,7 @@ public struct ListIngestionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.ingestions = ingestions self.nextToken = nextToken self.requestId = requestId @@ -39606,8 +38444,7 @@ public struct ListNamespacesInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39629,8 +38466,7 @@ public struct ListNamespacesOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.namespaces = namespaces self.nextToken = nextToken self.requestId = requestId @@ -39649,8 +38485,7 @@ public struct ListRefreshSchedulesInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId } @@ -39668,8 +38503,7 @@ public struct ListRefreshSchedulesOutput: Swift.Sendable { refreshSchedules: [QuickSightClientTypes.RefreshSchedule]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.refreshSchedules = refreshSchedules self.requestId = requestId self.status = status @@ -39697,8 +38531,7 @@ public struct ListRoleMembershipsInput: Swift.Sendable { namespace: Swift.String? = nil, nextToken: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.namespace = namespace @@ -39722,8 +38555,7 @@ public struct ListRoleMembershipsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.membersList = membersList self.nextToken = nextToken self.requestId = requestId @@ -39738,8 +38570,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -39756,8 +38587,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.requestId = requestId self.status = status self.tags = tags @@ -39781,8 +38611,7 @@ public struct ListTemplateAliasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39805,8 +38634,7 @@ public struct ListTemplateAliasesOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateAliasList: [QuickSightClientTypes.TemplateAlias]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -39827,8 +38655,7 @@ public struct ListTemplatesInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39859,8 +38686,7 @@ extension QuickSightClientTypes { latestVersionNumber: Swift.Int? = nil, name: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.lastUpdatedTime = lastUpdatedTime @@ -39886,8 +38712,7 @@ public struct ListTemplatesOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateSummaryList: [QuickSightClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -39912,8 +38737,7 @@ public struct ListTemplateVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -39942,8 +38766,7 @@ extension QuickSightClientTypes { description: Swift.String? = nil, status: QuickSightClientTypes.ResourceStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -39968,8 +38791,7 @@ public struct ListTemplateVersionsOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateVersionSummaryList: [QuickSightClientTypes.TemplateVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -39994,8 +38816,7 @@ public struct ListThemeAliasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -40018,8 +38839,7 @@ public struct ListThemeAliasesOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeAliasList: [QuickSightClientTypes.ThemeAlias]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40049,8 +38869,7 @@ public struct ListThemesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: QuickSightClientTypes.ThemeType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -40082,8 +38901,7 @@ extension QuickSightClientTypes { latestVersionNumber: Swift.Int? = nil, name: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.lastUpdatedTime = lastUpdatedTime @@ -40109,8 +38927,7 @@ public struct ListThemesOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeSummaryList: [QuickSightClientTypes.ThemeSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40135,8 +38952,7 @@ public struct ListThemeVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -40165,8 +38981,7 @@ extension QuickSightClientTypes { description: Swift.String? = nil, status: QuickSightClientTypes.ResourceStatus? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -40191,8 +39006,7 @@ public struct ListThemeVersionsOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeVersionSummaryList: [QuickSightClientTypes.ThemeVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40211,8 +39025,7 @@ public struct ListTopicRefreshSchedulesInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topicId = topicId } @@ -40236,8 +39049,7 @@ extension QuickSightClientTypes { datasetId: Swift.String? = nil, datasetName: Swift.String? = nil, refreshSchedule: QuickSightClientTypes.TopicRefreshSchedule? = nil - ) - { + ) { self.datasetArn = datasetArn self.datasetId = datasetId self.datasetName = datasetName @@ -40264,8 +39076,7 @@ public struct ListTopicRefreshSchedulesOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.refreshSchedules = refreshSchedules self.requestId = requestId self.status = status @@ -40285,8 +39096,7 @@ public struct ListTopicReviewedAnswersInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topicId = topicId } @@ -40305,8 +39115,7 @@ public struct ListTopicsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -40331,8 +39140,7 @@ extension QuickSightClientTypes { name: Swift.String? = nil, topicId: Swift.String? = nil, userExperienceVersion: QuickSightClientTypes.TopicUserExperienceVersion? = nil - ) - { + ) { self.arn = arn self.name = name self.topicId = topicId @@ -40356,8 +39164,7 @@ public struct ListTopicsOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, topicsSummaries: [QuickSightClientTypes.TopicSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40386,8 +39193,7 @@ public struct ListUserGroupsInput: Swift.Sendable { namespace: Swift.String? = nil, nextToken: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.namespace = namespace @@ -40411,8 +39217,7 @@ public struct ListUserGroupsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupList = groupList self.nextToken = nextToken self.requestId = requestId @@ -40437,8 +39242,7 @@ public struct ListUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.namespace = namespace @@ -40461,8 +39265,7 @@ public struct ListUsersOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, userList: [QuickSightClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40483,8 +39286,7 @@ public struct ListVPCConnectionsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -40533,8 +39335,7 @@ extension QuickSightClientTypes { status: QuickSightClientTypes.VPCConnectionResourceStatus? = nil, vpcConnectionId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availabilityStatus = availabilityStatus self.createdTime = createdTime @@ -40566,8 +39367,7 @@ public struct ListVPCConnectionsOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, vpcConnectionSummaries: [QuickSightClientTypes.VPCConnectionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -40595,8 +39395,7 @@ public struct PredictQAResultsInput: Swift.Sendable { includeQuickSightQIndex: QuickSightClientTypes.IncludeQuickSightQIndex? = nil, maxTopicsToConsider: Swift.Int? = nil, queryText: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.includeGeneratedAnswer = includeGeneratedAnswer self.includeQuickSightQIndex = includeQuickSightQIndex @@ -40657,8 +39456,7 @@ extension QuickSightClientTypes { dashboardVisual: QuickSightClientTypes.DashboardVisualResult? = nil, generatedAnswer: QuickSightClientTypes.GeneratedAnswerResult? = nil, resultType: QuickSightClientTypes.QAResultType? = nil - ) - { + ) { self.dashboardVisual = dashboardVisual self.generatedAnswer = generatedAnswer self.resultType = resultType @@ -40681,8 +39479,7 @@ public struct PredictQAResultsOutput: Swift.Sendable { primaryResult: QuickSightClientTypes.QAResult? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.additionalResults = additionalResults self.primaryResult = primaryResult self.requestId = requestId @@ -40734,8 +39531,7 @@ public struct PutDataSetRefreshPropertiesInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, dataSetRefreshProperties: QuickSightClientTypes.DataSetRefreshProperties? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.dataSetRefreshProperties = dataSetRefreshProperties @@ -40751,8 +39547,7 @@ public struct PutDataSetRefreshPropertiesOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -40836,8 +39631,7 @@ public struct RegisterUserInput: Swift.Sendable { tags: [QuickSightClientTypes.Tag]? = nil, userName: Swift.String? = nil, userRole: QuickSightClientTypes.UserRole? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customFederationProviderUrl = customFederationProviderUrl self.customPermissionsName = customPermissionsName @@ -40869,8 +39663,7 @@ public struct RegisterUserOutput: Swift.Sendable { status: Swift.Int = 0, user: QuickSightClientTypes.User? = nil, userInvitationUrl: Swift.String? = nil - ) - { + ) { self.requestId = requestId self.status = status self.user = user @@ -40892,8 +39685,7 @@ public struct RestoreAnalysisInput: Swift.Sendable { analysisId: Swift.String? = nil, awsAccountId: Swift.String? = nil, restoreToFolders: Swift.Bool? = false - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId self.restoreToFolders = restoreToFolders @@ -40918,8 +39710,7 @@ public struct RestoreAnalysisOutput: Swift.Sendable { requestId: Swift.String? = nil, restorationFailedFolderArns: [Swift.String]? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisId = analysisId self.arn = arn self.requestId = requestId @@ -40945,8 +39736,7 @@ public struct SearchAnalysesInput: Swift.Sendable { filters: [QuickSightClientTypes.AnalysisSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -40969,8 +39759,7 @@ public struct SearchAnalysesOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisSummaryList = analysisSummaryList self.nextToken = nextToken self.requestId = requestId @@ -40995,8 +39784,7 @@ public struct SearchDashboardsInput: Swift.Sendable { filters: [QuickSightClientTypes.DashboardSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41019,8 +39807,7 @@ public struct SearchDashboardsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardSummaryList = dashboardSummaryList self.nextToken = nextToken self.requestId = requestId @@ -41045,8 +39832,7 @@ public struct SearchDataSetsInput: Swift.Sendable { filters: [QuickSightClientTypes.DataSetSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41069,8 +39855,7 @@ public struct SearchDataSetsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSetSummaries = dataSetSummaries self.nextToken = nextToken self.requestId = requestId @@ -41095,8 +39880,7 @@ public struct SearchDataSourcesInput: Swift.Sendable { filters: [QuickSightClientTypes.DataSourceSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41119,8 +39903,7 @@ public struct SearchDataSourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSourceSummaries = dataSourceSummaries self.nextToken = nextToken self.requestId = requestId @@ -41145,8 +39928,7 @@ public struct SearchFoldersInput: Swift.Sendable { filters: [QuickSightClientTypes.FolderSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41169,8 +39951,7 @@ public struct SearchFoldersOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.folderSummaryList = folderSummaryList self.nextToken = nextToken self.requestId = requestId @@ -41199,8 +39980,7 @@ public struct SearchGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41224,8 +40004,7 @@ public struct SearchGroupsOutput: Swift.Sendable { nextToken: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.groupList = groupList self.nextToken = nextToken self.requestId = requestId @@ -41324,8 +40103,7 @@ extension QuickSightClientTypes { name: QuickSightClientTypes.TopicFilterAttribute? = nil, `operator`: QuickSightClientTypes.TopicFilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -41350,8 +40128,7 @@ public struct SearchTopicsInput: Swift.Sendable { filters: [QuickSightClientTypes.TopicSearchFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.filters = filters self.maxResults = maxResults @@ -41374,8 +40151,7 @@ public struct SearchTopicsOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, topicSummaryList: [QuickSightClientTypes.TopicSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.requestId = requestId self.status = status @@ -41440,8 +40216,7 @@ public struct StartAssetBundleExportJobInput: Swift.Sendable { includeTags: Swift.Bool? = false, resourceArns: [Swift.String]? = nil, validationStrategy: QuickSightClientTypes.AssetBundleExportJobValidationStrategy? = nil - ) - { + ) { self.assetBundleExportJobId = assetBundleExportJobId self.awsAccountId = awsAccountId self.cloudFormationOverridePropertyConfiguration = cloudFormationOverridePropertyConfiguration @@ -41471,8 +40246,7 @@ public struct StartAssetBundleExportJobOutput: Swift.Sendable { assetBundleExportJobId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.assetBundleExportJobId = assetBundleExportJobId self.requestId = requestId @@ -41510,8 +40284,7 @@ public struct StartAssetBundleImportJobInput: Swift.Sendable { overridePermissions: QuickSightClientTypes.AssetBundleImportJobOverridePermissions? = nil, overrideTags: QuickSightClientTypes.AssetBundleImportJobOverrideTags? = nil, overrideValidationStrategy: QuickSightClientTypes.AssetBundleImportJobOverrideValidationStrategy? = nil - ) - { + ) { self.assetBundleImportJobId = assetBundleImportJobId self.assetBundleImportSource = assetBundleImportSource self.awsAccountId = awsAccountId @@ -41538,8 +40311,7 @@ public struct StartAssetBundleImportJobOutput: Swift.Sendable { assetBundleImportJobId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.assetBundleImportJobId = assetBundleImportJobId self.requestId = requestId @@ -41556,8 +40328,7 @@ extension QuickSightClientTypes { public init( rowLevelPermissionTags: [QuickSightClientTypes.SessionTag]? = nil - ) - { + ) { self.rowLevelPermissionTags = rowLevelPermissionTags } } @@ -41572,8 +40343,7 @@ extension QuickSightClientTypes { public init( anonymousUsers: [QuickSightClientTypes.SnapshotAnonymousUser]? = nil - ) - { + ) { self.anonymousUsers = anonymousUsers } } @@ -41602,8 +40372,7 @@ public struct StartDashboardSnapshotJobInput: Swift.Sendable { snapshotConfiguration: QuickSightClientTypes.SnapshotConfiguration? = nil, snapshotJobId: Swift.String? = nil, userConfiguration: QuickSightClientTypes.SnapshotUserConfiguration? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.snapshotConfiguration = snapshotConfiguration @@ -41627,8 +40396,7 @@ public struct StartDashboardSnapshotJobOutput: Swift.Sendable { requestId: Swift.String? = nil, snapshotJobId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.snapshotJobId = snapshotJobId @@ -41651,8 +40419,7 @@ public struct StartDashboardSnapshotJobScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, scheduleId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.scheduleId = scheduleId @@ -41668,8 +40435,7 @@ public struct StartDashboardSnapshotJobScheduleOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -41686,8 +40452,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [QuickSightClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -41702,8 +40467,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -41720,8 +40484,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -41736,8 +40499,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -41757,8 +40519,7 @@ public struct UpdateAccountCustomizationInput: Swift.Sendable { accountCustomization: QuickSightClientTypes.AccountCustomization? = nil, awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.accountCustomization = accountCustomization self.awsAccountId = awsAccountId self.namespace = namespace @@ -41786,8 +40547,7 @@ public struct UpdateAccountCustomizationOutput: Swift.Sendable { namespace: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.accountCustomization = accountCustomization self.arn = arn self.awsAccountId = awsAccountId @@ -41814,8 +40574,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { defaultNamespace: Swift.String? = nil, notificationEmail: Swift.String? = nil, terminationProtectionEnabled: Swift.Bool? = false - ) - { + ) { self.awsAccountId = awsAccountId self.defaultNamespace = defaultNamespace self.notificationEmail = notificationEmail @@ -41832,8 +40591,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -41869,8 +40627,7 @@ public struct UpdateAnalysisInput: Swift.Sendable { sourceEntity: QuickSightClientTypes.AnalysisSourceEntity? = nil, themeArn: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId self.definition = definition @@ -41900,8 +40657,7 @@ public struct UpdateAnalysisOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, updateStatus: QuickSightClientTypes.ResourceStatus? = nil - ) - { + ) { self.analysisId = analysisId self.arn = arn self.requestId = requestId @@ -41927,8 +40683,7 @@ public struct UpdateAnalysisPermissionsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.analysisId = analysisId self.awsAccountId = awsAccountId self.grantPermissions = grantPermissions @@ -41954,8 +40709,7 @@ public struct UpdateAnalysisPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.analysisArn = analysisArn self.analysisId = analysisId self.permissions = permissions @@ -41975,8 +40729,7 @@ public struct UpdateApplicationWithTokenExchangeGrantInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.namespace = namespace } @@ -41991,8 +40744,7 @@ public struct UpdateApplicationWithTokenExchangeGrantOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -42012,8 +40764,7 @@ public struct UpdateBrandInput: Swift.Sendable { awsAccountId: Swift.String? = nil, brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandDefinition = brandDefinition self.brandId = brandId @@ -42032,8 +40783,7 @@ public struct UpdateBrandOutput: Swift.Sendable { brandDefinition: QuickSightClientTypes.BrandDefinition? = nil, brandDetail: QuickSightClientTypes.BrandDetail? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandDefinition = brandDefinition self.brandDetail = brandDetail self.requestId = requestId @@ -42051,8 +40801,7 @@ public struct UpdateBrandAssignmentInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, brandArn: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandArn = brandArn } @@ -42067,8 +40816,7 @@ public struct UpdateBrandAssignmentOutput: Swift.Sendable { public init( brandArn: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.brandArn = brandArn self.requestId = requestId } @@ -42089,8 +40837,7 @@ public struct UpdateBrandPublishedVersionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, brandId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.brandId = brandId self.versionId = versionId @@ -42106,8 +40853,7 @@ public struct UpdateBrandPublishedVersionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.requestId = requestId self.versionId = versionId } @@ -42127,8 +40873,7 @@ public struct UpdateCustomPermissionsInput: Swift.Sendable { awsAccountId: Swift.String? = nil, capabilities: QuickSightClientTypes.Capabilities? = nil, customPermissionsName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.capabilities = capabilities self.customPermissionsName = customPermissionsName @@ -42147,8 +40892,7 @@ public struct UpdateCustomPermissionsOutput: Swift.Sendable { arn: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.status = status @@ -42197,8 +40941,7 @@ public struct UpdateDashboardInput: Swift.Sendable { themeArn: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.dashboardPublishOptions = dashboardPublishOptions @@ -42233,8 +40976,7 @@ public struct UpdateDashboardOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.dashboardId = dashboardId @@ -42259,8 +41001,7 @@ public struct UpdateDashboardLinksInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, linkEntities: [Swift.String]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.linkEntities = linkEntities @@ -42282,8 +41023,7 @@ public struct UpdateDashboardLinksOutput: Swift.Sendable { linkEntities: [Swift.String]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardArn = dashboardArn self.linkEntities = linkEntities self.requestId = requestId @@ -42314,8 +41054,7 @@ public struct UpdateDashboardPermissionsInput: Swift.Sendable { grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokeLinkPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.grantLinkPermissions = grantLinkPermissions @@ -42346,8 +41085,7 @@ public struct UpdateDashboardPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardId = dashboardId self.linkSharingConfiguration = linkSharingConfiguration @@ -42372,8 +41110,7 @@ public struct UpdateDashboardPublishedVersionInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dashboardId: Swift.String? = nil, versionNumber: Swift.Int? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardId = dashboardId self.versionNumber = versionNumber @@ -42395,8 +41132,7 @@ public struct UpdateDashboardPublishedVersionOutput: Swift.Sendable { dashboardId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardArn = dashboardArn self.dashboardId = dashboardId self.requestId = requestId @@ -42415,8 +41151,7 @@ public struct UpdateDashboardsQAConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, dashboardsQAStatus: QuickSightClientTypes.DashboardsQAStatus? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dashboardsQAStatus = dashboardsQAStatus } @@ -42434,8 +41169,7 @@ public struct UpdateDashboardsQAConfigurationOutput: Swift.Sendable { dashboardsQAStatus: QuickSightClientTypes.DashboardsQAStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dashboardsQAStatus = dashboardsQAStatus self.requestId = requestId self.status = status @@ -42492,8 +41226,7 @@ public struct UpdateDataSetInput: Swift.Sendable { physicalTableMap: [Swift.String: QuickSightClientTypes.PhysicalTable]? = nil, rowLevelPermissionDataSet: QuickSightClientTypes.RowLevelPermissionDataSet? = nil, rowLevelPermissionTagConfiguration: QuickSightClientTypes.RowLevelPermissionTagConfiguration? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.columnGroups = columnGroups self.columnLevelPermissionRules = columnLevelPermissionRules @@ -42532,8 +41265,7 @@ public struct UpdateDataSetOutput: Swift.Sendable { ingestionId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dataSetId = dataSetId self.ingestionArn = ingestionArn @@ -42560,8 +41292,7 @@ public struct UpdateDataSetPermissionsInput: Swift.Sendable { dataSetId: Swift.String? = nil, grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.grantPermissions = grantPermissions @@ -42584,8 +41315,7 @@ public struct UpdateDataSetPermissionsOutput: Swift.Sendable { dataSetId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSetArn = dataSetArn self.dataSetId = dataSetId self.requestId = requestId @@ -42620,8 +41350,7 @@ public struct UpdateDataSourceInput: Swift.Sendable { name: Swift.String? = nil, sslProperties: QuickSightClientTypes.SslProperties? = nil, vpcConnectionProperties: QuickSightClientTypes.VpcConnectionProperties? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.credentials = credentials self.dataSourceId = dataSourceId @@ -42655,8 +41384,7 @@ public struct UpdateDataSourceOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, updateStatus: QuickSightClientTypes.ResourceStatus? = nil - ) - { + ) { self.arn = arn self.dataSourceId = dataSourceId self.requestId = requestId @@ -42682,8 +41410,7 @@ public struct UpdateDataSourcePermissionsInput: Swift.Sendable { dataSourceId: Swift.String? = nil, grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSourceId = dataSourceId self.grantPermissions = grantPermissions @@ -42706,8 +41433,7 @@ public struct UpdateDataSourcePermissionsOutput: Swift.Sendable { dataSourceId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.dataSourceArn = dataSourceArn self.dataSourceId = dataSourceId self.requestId = requestId @@ -42729,8 +41455,7 @@ public struct UpdateDefaultQBusinessApplicationInput: Swift.Sendable { applicationId: Swift.String? = nil, awsAccountId: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.awsAccountId = awsAccountId self.namespace = namespace @@ -42746,8 +41471,7 @@ public struct UpdateDefaultQBusinessApplicationOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -42768,8 +41492,7 @@ public struct UpdateFolderInput: Swift.Sendable { awsAccountId: Swift.String? = nil, folderId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.name = name @@ -42791,8 +41514,7 @@ public struct UpdateFolderOutput: Swift.Sendable { folderId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.requestId = requestId @@ -42817,8 +41539,7 @@ public struct UpdateFolderPermissionsInput: Swift.Sendable { folderId: Swift.String? = nil, grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.folderId = folderId self.grantPermissions = grantPermissions @@ -42844,8 +41565,7 @@ public struct UpdateFolderPermissionsOutput: Swift.Sendable { permissions: [QuickSightClientTypes.ResourcePermission]? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.folderId = folderId self.permissions = permissions @@ -42872,8 +41592,7 @@ public struct UpdateGroupInput: Swift.Sendable { description: Swift.String? = nil, groupName: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.description = description self.groupName = groupName @@ -42893,8 +41612,7 @@ public struct UpdateGroupOutput: Swift.Sendable { group: QuickSightClientTypes.Group? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.group = group self.requestId = requestId self.status = status @@ -42931,8 +41649,7 @@ public struct UpdateIAMPolicyAssignmentInput: Swift.Sendable { identities: [Swift.String: [Swift.String]]? = nil, namespace: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus self.awsAccountId = awsAccountId @@ -42972,8 +41689,7 @@ public struct UpdateIAMPolicyAssignmentOutput: Swift.Sendable { policyArn: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.assignmentId = assignmentId self.assignmentName = assignmentName self.assignmentStatus = assignmentStatus @@ -42998,8 +41714,7 @@ public struct UpdateIdentityPropagationConfigInput: Swift.Sendable { authorizedTargets: [Swift.String]? = nil, awsAccountId: Swift.String? = nil, service: QuickSightClientTypes.ServiceType? = nil - ) - { + ) { self.authorizedTargets = authorizedTargets self.awsAccountId = awsAccountId self.service = service @@ -43015,8 +41730,7 @@ public struct UpdateIdentityPropagationConfigOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -43041,8 +41755,7 @@ public struct UpdateIpRestrictionInput: Swift.Sendable { ipRestrictionRuleMap: [Swift.String: Swift.String]? = nil, vpcEndpointIdRestrictionRuleMap: [Swift.String: Swift.String]? = nil, vpcIdRestrictionRuleMap: [Swift.String: Swift.String]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.enabled = enabled self.ipRestrictionRuleMap = ipRestrictionRuleMap @@ -43063,8 +41776,7 @@ public struct UpdateIpRestrictionOutput: Swift.Sendable { awsAccountId: Swift.String? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.awsAccountId = awsAccountId self.requestId = requestId self.status = status @@ -43082,8 +41794,7 @@ public struct UpdateKeyRegistrationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, keyRegistration: [QuickSightClientTypes.RegisteredCustomerManagedKey]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.keyRegistration = keyRegistration } @@ -43103,8 +41814,7 @@ extension QuickSightClientTypes { public init( keyArn: Swift.String? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.keyArn = keyArn self.statusCode = statusCode } @@ -43123,8 +41833,7 @@ public struct UpdateKeyRegistrationOutput: Swift.Sendable { failedKeyRegistration: [QuickSightClientTypes.FailedKeyRegistrationEntry]? = nil, requestId: Swift.String? = nil, successfulKeyRegistration: [QuickSightClientTypes.SuccessfulKeyRegistrationEntry]? = nil - ) - { + ) { self.failedKeyRegistration = failedKeyRegistration self.requestId = requestId self.successfulKeyRegistration = successfulKeyRegistration @@ -43141,8 +41850,7 @@ public struct UpdatePublicSharingSettingsInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, publicSharingEnabled: Swift.Bool? = false - ) - { + ) { self.awsAccountId = awsAccountId self.publicSharingEnabled = publicSharingEnabled } @@ -43157,8 +41865,7 @@ public struct UpdatePublicSharingSettingsOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -43175,8 +41882,7 @@ public struct UpdateQPersonalizationConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, personalizationMode: QuickSightClientTypes.PersonalizationMode? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.personalizationMode = personalizationMode } @@ -43194,8 +41900,7 @@ public struct UpdateQPersonalizationConfigurationOutput: Swift.Sendable { personalizationMode: QuickSightClientTypes.PersonalizationMode? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.personalizationMode = personalizationMode self.requestId = requestId self.status = status @@ -43213,8 +41918,7 @@ public struct UpdateQuickSightQSearchConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, qSearchStatus: QuickSightClientTypes.QSearchStatus? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.qSearchStatus = qSearchStatus } @@ -43232,8 +41936,7 @@ public struct UpdateQuickSightQSearchConfigurationOutput: Swift.Sendable { qSearchStatus: QuickSightClientTypes.QSearchStatus? = nil, requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.qSearchStatus = qSearchStatus self.requestId = requestId self.status = status @@ -43255,8 +41958,7 @@ public struct UpdateRefreshScheduleInput: Swift.Sendable { awsAccountId: Swift.String? = nil, dataSetId: Swift.String? = nil, schedule: QuickSightClientTypes.RefreshSchedule? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dataSetId = dataSetId self.schedule = schedule @@ -43278,8 +41980,7 @@ public struct UpdateRefreshScheduleOutput: Swift.Sendable { requestId: Swift.String? = nil, scheduleId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.arn = arn self.requestId = requestId self.scheduleId = scheduleId @@ -43306,8 +42007,7 @@ public struct UpdateRoleCustomPermissionInput: Swift.Sendable { customPermissionsName: Swift.String? = nil, namespace: Swift.String? = nil, role: QuickSightClientTypes.Role? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customPermissionsName = customPermissionsName self.namespace = namespace @@ -43324,8 +42024,7 @@ public struct UpdateRoleCustomPermissionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -43346,8 +42045,7 @@ public struct UpdateSPICECapacityConfigurationInput: Swift.Sendable { public init( awsAccountId: Swift.String? = nil, purchaseMode: QuickSightClientTypes.PurchaseMode? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.purchaseMode = purchaseMode } @@ -43362,8 +42060,7 @@ public struct UpdateSPICECapacityConfigurationOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -43395,8 +42092,7 @@ public struct UpdateTemplateInput: Swift.Sendable { templateId: Swift.String? = nil, validationStrategy: QuickSightClientTypes.ValidationStrategy? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.definition = definition self.name = name @@ -43428,8 +42124,7 @@ public struct UpdateTemplateOutput: Swift.Sendable { status: Swift.Int = 0, templateId: Swift.String? = nil, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.requestId = requestId @@ -43458,8 +42153,7 @@ public struct UpdateTemplateAliasInput: Swift.Sendable { awsAccountId: Swift.String? = nil, templateId: Swift.String? = nil, templateVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.templateId = templateId @@ -43479,8 +42173,7 @@ public struct UpdateTemplateAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, templateAlias: QuickSightClientTypes.TemplateAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.templateAlias = templateAlias @@ -43504,8 +42197,7 @@ public struct UpdateTemplatePermissionsInput: Swift.Sendable { grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.grantPermissions = grantPermissions self.revokePermissions = revokePermissions @@ -43531,8 +42223,7 @@ public struct UpdateTemplatePermissionsOutput: Swift.Sendable { status: Swift.Int = 0, templateArn: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -43565,8 +42256,7 @@ public struct UpdateThemeInput: Swift.Sendable { name: Swift.String? = nil, themeId: Swift.String? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.baseThemeId = baseThemeId self.configuration = configuration @@ -43597,8 +42287,7 @@ public struct UpdateThemeOutput: Swift.Sendable { status: Swift.Int = 0, themeId: Swift.String? = nil, versionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationStatus = creationStatus self.requestId = requestId @@ -43627,8 +42316,7 @@ public struct UpdateThemeAliasInput: Swift.Sendable { awsAccountId: Swift.String? = nil, themeId: Swift.String? = nil, themeVersionNumber: Swift.Int? = nil - ) - { + ) { self.aliasName = aliasName self.awsAccountId = awsAccountId self.themeId = themeId @@ -43648,8 +42336,7 @@ public struct UpdateThemeAliasOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, themeAlias: QuickSightClientTypes.ThemeAlias? = nil - ) - { + ) { self.requestId = requestId self.status = status self.themeAlias = themeAlias @@ -43673,8 +42360,7 @@ public struct UpdateThemePermissionsInput: Swift.Sendable { grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil, themeId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.grantPermissions = grantPermissions self.revokePermissions = revokePermissions @@ -43700,8 +42386,7 @@ public struct UpdateThemePermissionsOutput: Swift.Sendable { status: Swift.Int = 0, themeArn: Swift.String? = nil, themeId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -43725,8 +42410,7 @@ public struct UpdateTopicInput: Swift.Sendable { awsAccountId: Swift.String? = nil, topic: QuickSightClientTypes.TopicDetails? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.topic = topic self.topicId = topicId @@ -43751,8 +42435,7 @@ public struct UpdateTopicOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, topicId: Swift.String? = nil - ) - { + ) { self.arn = arn self.refreshArn = refreshArn self.requestId = requestId @@ -43778,8 +42461,7 @@ public struct UpdateTopicPermissionsInput: Swift.Sendable { grantPermissions: [QuickSightClientTypes.ResourcePermission]? = nil, revokePermissions: [QuickSightClientTypes.ResourcePermission]? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.grantPermissions = grantPermissions self.revokePermissions = revokePermissions @@ -43805,8 +42487,7 @@ public struct UpdateTopicPermissionsOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.permissions = permissions self.requestId = requestId self.status = status @@ -43834,8 +42515,7 @@ public struct UpdateTopicRefreshScheduleInput: Swift.Sendable { datasetId: Swift.String? = nil, refreshSchedule: QuickSightClientTypes.TopicRefreshSchedule? = nil, topicId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.datasetId = datasetId self.refreshSchedule = refreshSchedule @@ -43861,8 +42541,7 @@ public struct UpdateTopicRefreshScheduleOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.requestId = requestId self.status = status @@ -43941,8 +42620,7 @@ public struct UpdateUserInput: Swift.Sendable { role: QuickSightClientTypes.UserRole? = nil, unapplyCustomPermissions: Swift.Bool? = false, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customFederationProviderUrl = customFederationProviderUrl self.customPermissionsName = customPermissionsName @@ -43968,8 +42646,7 @@ public struct UpdateUserOutput: Swift.Sendable { requestId: Swift.String? = nil, status: Swift.Int = 0, user: QuickSightClientTypes.User? = nil - ) - { + ) { self.requestId = requestId self.status = status self.user = user @@ -43995,8 +42672,7 @@ public struct UpdateUserCustomPermissionInput: Swift.Sendable { customPermissionsName: Swift.String? = nil, namespace: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.customPermissionsName = customPermissionsName self.namespace = namespace @@ -44013,8 +42689,7 @@ public struct UpdateUserCustomPermissionOutput: Swift.Sendable { public init( requestId: Swift.String? = nil, status: Swift.Int = 0 - ) - { + ) { self.requestId = requestId self.status = status } @@ -44050,8 +42725,7 @@ public struct UpdateVPCConnectionInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.dnsResolvers = dnsResolvers self.name = name @@ -44083,8 +42757,7 @@ public struct UpdateVPCConnectionOutput: Swift.Sendable { status: Swift.Int = 0, updateStatus: QuickSightClientTypes.VPCConnectionResourceStatus? = nil, vpcConnectionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.availabilityStatus = availabilityStatus self.requestId = requestId @@ -44112,8 +42785,7 @@ extension QuickSightClientTypes { role: QuickSightClientTypes.VisualRole? = nil, supportingVisuals: [QuickSightClientTypes.TopicVisual]? = nil, visualId: Swift.String? = nil - ) - { + ) { self.ir = ir self.role = role self.supportingVisuals = supportingVisuals @@ -44149,8 +42821,7 @@ extension QuickSightClientTypes { primaryVisual: QuickSightClientTypes.TopicVisual? = nil, question: Swift.String? = nil, template: QuickSightClientTypes.TopicTemplate? = nil - ) - { + ) { self.answerId = answerId self.datasetArn = datasetArn self.mir = mir @@ -44191,8 +42862,7 @@ extension QuickSightClientTypes { primaryVisual: QuickSightClientTypes.TopicVisual? = nil, question: Swift.String? = nil, template: QuickSightClientTypes.TopicTemplate? = nil - ) - { + ) { self.answerId = answerId self.arn = arn self.datasetArn = datasetArn @@ -44219,8 +42889,7 @@ public struct BatchCreateTopicReviewedAnswerInput: Swift.Sendable { answers: [QuickSightClientTypes.CreateTopicReviewedAnswer]? = nil, awsAccountId: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.answers = answers self.awsAccountId = awsAccountId self.topicId = topicId @@ -44245,8 +42914,7 @@ public struct ListTopicReviewedAnswersOutput: Swift.Sendable { status: Swift.Int = 0, topicArn: Swift.String? = nil, topicId: Swift.String? = nil - ) - { + ) { self.answers = answers self.requestId = requestId self.status = status diff --git a/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/QuickSightClient.swift b/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/QuickSightClient.swift index 810b724dfd9..6dcd601f123 100644 --- a/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/QuickSightClient.swift +++ b/Sources/Services/AWSQuickSight/Sources/AWSQuickSight/QuickSightClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class QuickSightClient: ClientRuntime.Client { public static let clientName = "QuickSightClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: QuickSightClient.QuickSightClientConfiguration let serviceName = "QuickSight" diff --git a/Sources/Services/AWSRAM/Package.swift.txt b/Sources/Services/AWSRAM/Package.swift.txt index efb1bb54811..454f0e2b4ad 100644 --- a/Sources/Services/AWSRAM/Package.swift.txt +++ b/Sources/Services/AWSRAM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRAM/Sources/AWSRAM/Models.swift b/Sources/Services/AWSRAM/Sources/AWSRAM/Models.swift index 906b2ed3ae0..b3c885fc899 100644 --- a/Sources/Services/AWSRAM/Sources/AWSRAM/Models.swift +++ b/Sources/Services/AWSRAM/Sources/AWSRAM/Models.swift @@ -46,8 +46,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct InvalidClientTokenException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct MalformedArnException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +142,7 @@ public struct ResourceShareInvitationAlreadyAcceptedException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +166,7 @@ public struct ResourceShareInvitationAlreadyRejectedException: ClientRuntime.Mod public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -196,8 +190,7 @@ public struct ResourceShareInvitationArnNotFoundException: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -221,8 +214,7 @@ public struct ResourceShareInvitationExpiredException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -246,8 +238,7 @@ public struct ServerInternalException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -271,8 +262,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -287,8 +277,7 @@ public struct AcceptResourceShareInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareInvitationArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareInvitationArn = resourceShareInvitationArn } @@ -408,8 +397,7 @@ extension RAMClientTypes { resourceShareName: Swift.String? = nil, status: RAMClientTypes.ResourceShareAssociationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.associatedEntity = associatedEntity self.associationType = associationType self.creationTime = creationTime @@ -492,8 +480,7 @@ extension RAMClientTypes { resourceShareName: Swift.String? = nil, senderAccountId: Swift.String? = nil, status: RAMClientTypes.ResourceShareInvitationStatus? = nil - ) - { + ) { self.invitationTimestamp = invitationTimestamp self.receiverAccountId = receiverAccountId self.receiverArn = receiverArn @@ -516,8 +503,7 @@ public struct AcceptResourceShareInvitationOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareInvitation: RAMClientTypes.ResourceShareInvitation? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareInvitation = resourceShareInvitation } @@ -542,8 +528,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -567,8 +552,7 @@ public struct InvalidStateTransitionException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -592,8 +576,7 @@ public struct ResourceShareLimitExceededException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -617,8 +600,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -642,8 +624,7 @@ public struct UnknownResourceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -680,8 +661,7 @@ public struct AssociateResourceShareInput: Swift.Sendable { resourceArns: [Swift.String]? = nil, resourceShareArn: Swift.String? = nil, sources: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.principals = principals self.resourceArns = resourceArns @@ -699,8 +679,7 @@ public struct AssociateResourceShareOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareAssociations: [RAMClientTypes.ResourceShareAssociation]? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareAssociations = resourceShareAssociations } @@ -726,8 +705,7 @@ public struct AssociateResourceSharePermissionInput: Swift.Sendable { permissionVersion: Swift.Int? = nil, replace: Swift.Bool? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn self.permissionVersion = permissionVersion @@ -745,8 +723,7 @@ public struct AssociateResourceSharePermissionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.returnValue = returnValue } @@ -771,8 +748,7 @@ public struct InvalidPolicyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -796,8 +772,7 @@ public struct MalformedPolicyTemplateException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -821,8 +796,7 @@ public struct PermissionAlreadyExistsException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -846,8 +820,7 @@ public struct PermissionLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -864,8 +837,7 @@ extension RAMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -902,8 +874,7 @@ public struct CreatePermissionInput: Swift.Sendable { policyTemplate: Swift.String? = nil, resourceType: Swift.String? = nil, tags: [RAMClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.policyTemplate = policyTemplate @@ -1025,8 +996,7 @@ extension RAMClientTypes { status: Swift.String? = nil, tags: [RAMClientTypes.Tag]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.defaultVersion = defaultVersion @@ -1052,8 +1022,7 @@ public struct CreatePermissionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, permission: RAMClientTypes.ResourceSharePermissionSummary? = nil - ) - { + ) { self.clientToken = clientToken self.permission = permission } @@ -1078,8 +1047,7 @@ public struct PermissionVersionsLimitExceededException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1107,8 +1075,7 @@ public struct CreatePermissionVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionArn: Swift.String? = nil, policyTemplate: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn self.policyTemplate = policyTemplate @@ -1213,8 +1180,7 @@ extension RAMClientTypes { status: RAMClientTypes.PermissionStatus? = nil, tags: [RAMClientTypes.Tag]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.defaultVersion = defaultVersion @@ -1241,8 +1207,7 @@ public struct CreatePermissionVersionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, permission: RAMClientTypes.ResourceSharePermissionDetail? = nil - ) - { + ) { self.clientToken = clientToken self.permission = permission } @@ -1267,8 +1232,7 @@ public struct TagLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1292,8 +1256,7 @@ public struct TagPolicyViolationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1339,8 +1302,7 @@ public struct CreateResourceShareInput: Swift.Sendable { resourceArns: [Swift.String]? = nil, sources: [Swift.String]? = nil, tags: [RAMClientTypes.Tag]? = nil - ) - { + ) { self.allowExternalPrincipals = allowExternalPrincipals self.clientToken = clientToken self.name = name @@ -1468,8 +1430,7 @@ extension RAMClientTypes { status: RAMClientTypes.ResourceShareStatus? = nil, statusMessage: Swift.String? = nil, tags: [RAMClientTypes.Tag]? = nil - ) - { + ) { self.allowExternalPrincipals = allowExternalPrincipals self.creationTime = creationTime self.featureSet = featureSet @@ -1493,8 +1454,7 @@ public struct CreateResourceShareOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShare: RAMClientTypes.ResourceShare? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShare = resourceShare } @@ -1510,8 +1470,7 @@ public struct DeletePermissionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, permissionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn } @@ -1529,8 +1488,7 @@ public struct DeletePermissionOutput: Swift.Sendable { clientToken: Swift.String? = nil, permissionStatus: RAMClientTypes.PermissionStatus? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.permissionStatus = permissionStatus self.returnValue = returnValue @@ -1551,8 +1509,7 @@ public struct DeletePermissionVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionArn: Swift.String? = nil, permissionVersion: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn self.permissionVersion = permissionVersion @@ -1571,8 +1528,7 @@ public struct DeletePermissionVersionOutput: Swift.Sendable { clientToken: Swift.String? = nil, permissionStatus: RAMClientTypes.PermissionStatus? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.permissionStatus = permissionStatus self.returnValue = returnValue @@ -1589,8 +1545,7 @@ public struct DeleteResourceShareInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareArn = resourceShareArn } @@ -1605,8 +1560,7 @@ public struct DeleteResourceShareOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.returnValue = returnValue } @@ -1644,8 +1598,7 @@ public struct DisassociateResourceShareInput: Swift.Sendable { resourceArns: [Swift.String]? = nil, resourceShareArn: Swift.String? = nil, sources: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.principals = principals self.resourceArns = resourceArns @@ -1663,8 +1616,7 @@ public struct DisassociateResourceShareOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareAssociations: [RAMClientTypes.ResourceShareAssociation]? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareAssociations = resourceShareAssociations } @@ -1684,8 +1636,7 @@ public struct DisassociateResourceSharePermissionInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionArn: Swift.String? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn self.resourceShareArn = resourceShareArn @@ -1701,8 +1652,7 @@ public struct DisassociateResourceSharePermissionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.returnValue = returnValue } @@ -1719,8 +1669,7 @@ public struct EnableSharingWithAwsOrganizationOutput: Swift.Sendable { public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -1735,8 +1684,7 @@ public struct GetPermissionInput: Swift.Sendable { public init( permissionArn: Swift.String? = nil, permissionVersion: Swift.Int? = nil - ) - { + ) { self.permissionArn = permissionArn self.permissionVersion = permissionVersion } @@ -1748,8 +1696,7 @@ public struct GetPermissionOutput: Swift.Sendable { public init( permission: RAMClientTypes.ResourceSharePermissionDetail? = nil - ) - { + ) { self.permission = permission } } @@ -1773,8 +1720,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1798,8 +1744,7 @@ public struct ResourceArnNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1820,8 +1765,7 @@ public struct GetResourcePoliciesInput: Swift.Sendable { nextToken: Swift.String? = nil, principal: Swift.String? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principal = principal @@ -1838,8 +1782,7 @@ public struct GetResourcePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policies: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.policies = policies } @@ -1874,8 +1817,7 @@ public struct GetResourceShareAssociationsInput: Swift.Sendable { principal: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceShareArns: [Swift.String]? = nil - ) - { + ) { self.associationStatus = associationStatus self.associationType = associationType self.maxResults = maxResults @@ -1895,8 +1837,7 @@ public struct GetResourceShareAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceShareAssociations: [RAMClientTypes.ResourceShareAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceShareAssociations = resourceShareAssociations } @@ -1921,8 +1862,7 @@ public struct InvalidMaxResultsException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1942,8 +1882,7 @@ public struct GetResourceShareInvitationsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceShareArns: [Swift.String]? = nil, resourceShareInvitationArns: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceShareArns = resourceShareArns @@ -1960,8 +1899,7 @@ public struct GetResourceShareInvitationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceShareInvitations: [RAMClientTypes.ResourceShareInvitation]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceShareInvitations = resourceShareInvitations } @@ -2008,8 +1946,7 @@ extension RAMClientTypes { public init( tagKey: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.tagKey = tagKey self.tagValues = tagValues } @@ -2051,8 +1988,7 @@ public struct GetResourceSharesInput: Swift.Sendable { resourceShareArns: [Swift.String]? = nil, resourceShareStatus: RAMClientTypes.ResourceShareStatus? = nil, tagFilters: [RAMClientTypes.TagFilter]? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -2074,8 +2010,7 @@ public struct GetResourceSharesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceShares: [RAMClientTypes.ResourceShare]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceShares = resourceShares } @@ -2100,8 +2035,7 @@ public struct MissingRequiredParameterException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2163,8 +2097,7 @@ public struct ListPendingInvitationResourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceRegionScope: RAMClientTypes.ResourceRegionScopeFilter? = nil, resourceShareInvitationArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceRegionScope = resourceRegionScope @@ -2276,8 +2209,7 @@ extension RAMClientTypes { status: RAMClientTypes.ResourceStatus? = nil, statusMessage: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.lastUpdatedTime = lastUpdatedTime @@ -2300,8 +2232,7 @@ public struct ListPendingInvitationResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [RAMClientTypes.Resource]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -2334,8 +2265,7 @@ public struct ListPermissionAssociationsInput: Swift.Sendable { permissionArn: Swift.String? = nil, permissionVersion: Swift.Int? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.defaultVersion = defaultVersion self.featureSet = featureSet @@ -2391,8 +2321,7 @@ extension RAMClientTypes { resourceShareArn: Swift.String? = nil, resourceType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.defaultVersion = defaultVersion self.featureSet = featureSet @@ -2414,8 +2343,7 @@ public struct ListPermissionAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [RAMClientTypes.AssociatedPermission]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2477,8 +2405,7 @@ public struct ListPermissionsInput: Swift.Sendable { nextToken: Swift.String? = nil, permissionType: RAMClientTypes.PermissionTypeFilter? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.permissionType = permissionType @@ -2495,8 +2422,7 @@ public struct ListPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [RAMClientTypes.ResourceSharePermissionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2515,8 +2441,7 @@ public struct ListPermissionVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, permissionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.permissionArn = permissionArn @@ -2532,8 +2457,7 @@ public struct ListPermissionVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [RAMClientTypes.ResourceSharePermissionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2581,8 +2505,7 @@ public struct ListPrincipalsInput: Swift.Sendable { resourceOwner: RAMClientTypes.ResourceOwner? = nil, resourceShareArns: [Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principals = principals @@ -2618,8 +2541,7 @@ extension RAMClientTypes { id: Swift.String? = nil, lastUpdatedTime: Foundation.Date? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.external = external self.id = id @@ -2638,8 +2560,7 @@ public struct ListPrincipalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, principals: [RAMClientTypes.Principal]? = nil - ) - { + ) { self.nextToken = nextToken self.principals = principals } @@ -2692,8 +2613,7 @@ public struct ListReplacePermissionAssociationsWorkInput: Swift.Sendable { nextToken: Swift.String? = nil, status: RAMClientTypes.ReplacePermissionAssociationsWorkStatus? = nil, workIds: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.status = status @@ -2740,8 +2660,7 @@ extension RAMClientTypes { statusMessage: Swift.String? = nil, toPermissionArn: Swift.String? = nil, toPermissionVersion: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.fromPermissionArn = fromPermissionArn self.fromPermissionVersion = fromPermissionVersion @@ -2764,8 +2683,7 @@ public struct ListReplacePermissionAssociationsWorkOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replacePermissionAssociationsWorks: [RAMClientTypes.ReplacePermissionAssociationsWork]? = nil - ) - { + ) { self.nextToken = nextToken self.replacePermissionAssociationsWorks = replacePermissionAssociationsWorks } @@ -2790,8 +2708,7 @@ public struct InvalidResourceTypeException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2837,8 +2754,7 @@ public struct ListResourcesInput: Swift.Sendable { resourceRegionScope: RAMClientTypes.ResourceRegionScopeFilter? = nil, resourceShareArns: [Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.principal = principal @@ -2859,8 +2775,7 @@ public struct ListResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [RAMClientTypes.Resource]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -2879,8 +2794,7 @@ public struct ListResourceSharePermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceShareArn = resourceShareArn @@ -2896,8 +2810,7 @@ public struct ListResourceSharePermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [RAMClientTypes.ResourceSharePermissionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -2924,8 +2837,7 @@ public struct ListResourceTypesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceRegionScope: RAMClientTypes.ResourceRegionScopeFilter? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceRegionScope = resourceRegionScope @@ -2951,8 +2863,7 @@ extension RAMClientTypes { resourceRegionScope: RAMClientTypes.ResourceRegionScope? = nil, resourceType: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.resourceRegionScope = resourceRegionScope self.resourceType = resourceType self.serviceName = serviceName @@ -2969,8 +2880,7 @@ public struct ListResourceTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceTypes: [RAMClientTypes.ServiceNameAndResourceType]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceTypes = resourceTypes } @@ -2990,8 +2900,7 @@ public struct PromotePermissionCreatedFromPolicyInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, permissionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.permissionArn = permissionArn @@ -3007,8 +2916,7 @@ public struct PromotePermissionCreatedFromPolicyOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, permission: RAMClientTypes.ResourceSharePermissionSummary? = nil - ) - { + ) { self.clientToken = clientToken self.permission = permission } @@ -3033,8 +2941,7 @@ public struct UnmatchedPolicyPermissionException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3046,8 +2953,7 @@ public struct PromoteResourceShareCreatedFromPolicyInput: Swift.Sendable { public init( resourceShareArn: Swift.String? = nil - ) - { + ) { self.resourceShareArn = resourceShareArn } } @@ -3058,8 +2964,7 @@ public struct PromoteResourceShareCreatedFromPolicyOutput: Swift.Sendable { public init( returnValue: Swift.Bool? = nil - ) - { + ) { self.returnValue = returnValue } } @@ -3074,8 +2979,7 @@ public struct RejectResourceShareInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareInvitationArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareInvitationArn = resourceShareInvitationArn } @@ -3090,8 +2994,7 @@ public struct RejectResourceShareInvitationOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShareInvitation: RAMClientTypes.ResourceShareInvitation? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShareInvitation = resourceShareInvitation } @@ -3114,8 +3017,7 @@ public struct ReplacePermissionAssociationsInput: Swift.Sendable { fromPermissionArn: Swift.String? = nil, fromPermissionVersion: Swift.Int? = nil, toPermissionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.fromPermissionArn = fromPermissionArn self.fromPermissionVersion = fromPermissionVersion @@ -3132,8 +3034,7 @@ public struct ReplacePermissionAssociationsOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, replacePermissionAssociationsWork: RAMClientTypes.ReplacePermissionAssociationsWork? = nil - ) - { + ) { self.clientToken = clientToken self.replacePermissionAssociationsWork = replacePermissionAssociationsWork } @@ -3153,8 +3054,7 @@ public struct SetDefaultPermissionVersionInput: Swift.Sendable { clientToken: Swift.String? = nil, permissionArn: Swift.String? = nil, permissionVersion: Swift.Int? = nil - ) - { + ) { self.clientToken = clientToken self.permissionArn = permissionArn self.permissionVersion = permissionVersion @@ -3170,8 +3070,7 @@ public struct SetDefaultPermissionVersionOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, returnValue: Swift.Bool? = nil - ) - { + ) { self.clientToken = clientToken self.returnValue = returnValue } @@ -3190,8 +3089,7 @@ public struct TagResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceShareArn: Swift.String? = nil, tags: [RAMClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceShareArn = resourceShareArn self.tags = tags @@ -3216,8 +3114,7 @@ public struct UntagResourceInput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceShareArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceShareArn = resourceShareArn self.tagKeys = tagKeys @@ -3245,8 +3142,7 @@ public struct UpdateResourceShareInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, resourceShareArn: Swift.String? = nil - ) - { + ) { self.allowExternalPrincipals = allowExternalPrincipals self.clientToken = clientToken self.name = name @@ -3263,8 +3159,7 @@ public struct UpdateResourceShareOutput: Swift.Sendable { public init( clientToken: Swift.String? = nil, resourceShare: RAMClientTypes.ResourceShare? = nil - ) - { + ) { self.clientToken = clientToken self.resourceShare = resourceShare } diff --git a/Sources/Services/AWSRAM/Sources/AWSRAM/RAMClient.swift b/Sources/Services/AWSRAM/Sources/AWSRAM/RAMClient.swift index 5666af806be..0d68fe2ce08 100644 --- a/Sources/Services/AWSRAM/Sources/AWSRAM/RAMClient.swift +++ b/Sources/Services/AWSRAM/Sources/AWSRAM/RAMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RAMClient: ClientRuntime.Client { public static let clientName = "RAMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RAMClient.RAMClientConfiguration let serviceName = "RAM" diff --git a/Sources/Services/AWSRDS/Package.swift.txt b/Sources/Services/AWSRDS/Package.swift.txt index 84c1db60c87..542635e18b8 100644 --- a/Sources/Services/AWSRDS/Package.swift.txt +++ b/Sources/Services/AWSRDS/Package.swift.txt @@ -41,11 +41,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,31 +53,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRDS/Sources/AWSRDS/Models.swift b/Sources/Services/AWSRDS/Sources/AWSRDS/Models.swift index e6a8abcb17c..56f68a8acd7 100644 --- a/Sources/Services/AWSRDS/Sources/AWSRDS/Models.swift +++ b/Sources/Services/AWSRDS/Sources/AWSRDS/Models.swift @@ -135,8 +135,7 @@ extension RDSClientTypes { accountQuotaName: Swift.String? = nil, max: Swift.Int? = nil, used: Swift.Int? = nil - ) - { + ) { self.accountQuotaName = accountQuotaName self.max = max self.used = used @@ -261,8 +260,7 @@ public struct DBClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -285,8 +283,7 @@ public struct DBClusterRoleAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -309,8 +306,7 @@ public struct DBClusterRoleQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -333,8 +329,7 @@ public struct InvalidDBClusterStateFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -353,8 +348,7 @@ public struct AddRoleToDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.featureName = featureName self.roleArn = roleArn @@ -379,8 +373,7 @@ public struct DBInstanceNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -403,8 +396,7 @@ public struct DBInstanceRoleAlreadyExistsFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -427,8 +419,7 @@ public struct DBInstanceRoleQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -451,8 +442,7 @@ public struct InvalidDBInstanceStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -472,8 +462,7 @@ public struct AddRoleToDBInstanceInput: Swift.Sendable { dbInstanceIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.featureName = featureName self.roleArn = roleArn @@ -498,8 +487,7 @@ public struct SourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -522,8 +510,7 @@ public struct SubscriptionNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -554,8 +541,7 @@ public struct AddSourceIdentifierToSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -597,8 +583,7 @@ extension RDSClientTypes { sourceType: Swift.String? = nil, status: Swift.String? = nil, subscriptionCreationTime: Swift.String? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -619,8 +604,7 @@ public struct AddSourceIdentifierToSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RDSClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -643,8 +627,7 @@ public struct BlueGreenDeploymentNotFoundFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -667,8 +650,7 @@ public struct DBProxyNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -691,8 +673,7 @@ public struct DBProxyTargetGroupNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -715,8 +696,7 @@ public struct DBSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -739,8 +719,7 @@ public struct DBSnapshotTenantDatabaseNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -763,8 +742,7 @@ public struct IntegrationNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -787,8 +765,7 @@ public struct TenantDatabaseNotFoundFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -805,8 +782,7 @@ extension RDSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -825,8 +801,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -850,8 +825,7 @@ public struct ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -891,8 +865,7 @@ public struct ApplyPendingMaintenanceActionInput: Swift.Sendable { applyAction: Swift.String? = nil, optInType: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.applyAction = applyAction self.optInType = optInType self.resourceIdentifier = resourceIdentifier @@ -936,8 +909,7 @@ extension RDSClientTypes { description: Swift.String? = nil, forcedApplyDate: Foundation.Date? = nil, optInStatus: Swift.String? = nil - ) - { + ) { self.action = action self.autoAppliedAfterDate = autoAppliedAfterDate self.currentApplyDate = currentApplyDate @@ -960,8 +932,7 @@ extension RDSClientTypes { public init( pendingMaintenanceActionDetails: [RDSClientTypes.PendingMaintenanceAction]? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.pendingMaintenanceActionDetails = pendingMaintenanceActionDetails self.resourceIdentifier = resourceIdentifier } @@ -974,8 +945,7 @@ public struct ApplyPendingMaintenanceActionOutput: Swift.Sendable { public init( resourcePendingMaintenanceActions: RDSClientTypes.ResourcePendingMaintenanceActions? = nil - ) - { + ) { self.resourcePendingMaintenanceActions = resourcePendingMaintenanceActions } } @@ -998,8 +968,7 @@ public struct AuthorizationAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1022,8 +991,7 @@ public struct AuthorizationQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1046,8 +1014,7 @@ public struct DBSecurityGroupNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1070,8 +1037,7 @@ public struct InvalidDBSecurityGroupStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1096,8 +1062,7 @@ public struct AuthorizeDBSecurityGroupIngressInput: Swift.Sendable { ec2SecurityGroupId: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cidrip = cidrip self.dbSecurityGroupName = dbSecurityGroupName self.ec2SecurityGroupId = ec2SecurityGroupId @@ -1130,8 +1095,7 @@ extension RDSClientTypes { ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.ec2SecurityGroupId = ec2SecurityGroupId self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId @@ -1152,8 +1116,7 @@ extension RDSClientTypes { public init( cidrip: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.cidrip = cidrip self.status = status } @@ -1187,8 +1150,7 @@ extension RDSClientTypes { ipRanges: [RDSClientTypes.IPRange]? = nil, ownerId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSecurityGroupArn = dbSecurityGroupArn self.dbSecurityGroupDescription = dbSecurityGroupDescription self.dbSecurityGroupName = dbSecurityGroupName @@ -1206,8 +1168,7 @@ public struct AuthorizeDBSecurityGroupIngressOutput: Swift.Sendable { public init( dbSecurityGroup: RDSClientTypes.DBSecurityGroup? = nil - ) - { + ) { self.dbSecurityGroup = dbSecurityGroup } } @@ -1246,8 +1207,7 @@ public struct BacktrackDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, force: Swift.Bool? = nil, useEarliestTimeOnPointInTimeUnavailable: Swift.Bool? = nil - ) - { + ) { self.backtrackTo = backtrackTo self.dbClusterIdentifier = dbClusterIdentifier self.force = force @@ -1285,8 +1245,7 @@ public struct BacktrackDBClusterOutput: Swift.Sendable { backtrackedFrom: Foundation.Date? = nil, dbClusterIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.backtrackIdentifier = backtrackIdentifier self.backtrackRequestCreationTime = backtrackRequestCreationTime self.backtrackTo = backtrackTo @@ -1314,8 +1273,7 @@ public struct ExportTaskNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1338,8 +1296,7 @@ public struct InvalidExportTaskStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1351,8 +1308,7 @@ public struct CancelExportTaskInput: Swift.Sendable { public init( exportTaskIdentifier: Swift.String? = nil - ) - { + ) { self.exportTaskIdentifier = exportTaskIdentifier } } @@ -1458,8 +1414,7 @@ public struct CancelExportTaskOutput: Swift.Sendable { taskStartTime: Foundation.Date? = nil, totalExtractedDataInGB: Swift.Int? = nil, warningMessage: Swift.String? = nil - ) - { + ) { self.exportOnly = exportOnly self.exportTaskIdentifier = exportTaskIdentifier self.failureCause = failureCause @@ -1497,8 +1452,7 @@ public struct DBParameterGroupAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1521,8 +1475,7 @@ public struct DBParameterGroupNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1545,8 +1498,7 @@ public struct DBParameterGroupQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1582,8 +1534,7 @@ public struct CopyDBClusterParameterGroupInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, targetDBClusterParameterGroupDescription: Swift.String? = nil, targetDBClusterParameterGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceDBClusterParameterGroupIdentifier = sourceDBClusterParameterGroupIdentifier self.tags = tags self.targetDBClusterParameterGroupDescription = targetDBClusterParameterGroupDescription @@ -1609,8 +1560,7 @@ extension RDSClientTypes { dbClusterParameterGroupName: Swift.String? = nil, dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupArn = dbClusterParameterGroupArn self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily @@ -1625,8 +1575,7 @@ public struct CopyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: RDSClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -1649,8 +1598,7 @@ public struct DBClusterSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1673,8 +1621,7 @@ public struct DBClusterSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1697,8 +1644,7 @@ public struct InvalidDBClusterSnapshotStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1721,8 +1667,7 @@ public struct KMSKeyNotAccessibleFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1745,8 +1690,7 @@ public struct SnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1802,8 +1746,7 @@ public struct CopyDBClusterSnapshotInput: Swift.Sendable { sourceDBClusterSnapshotIdentifier: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, targetDBClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.copyTags = copyTags self.kmsKeyId = kmsKeyId self.preSignedUrl = preSignedUrl @@ -1903,8 +1846,7 @@ extension RDSClientTypes { storageType: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZones = availabilityZones self.clusterCreateTime = clusterCreateTime @@ -1941,8 +1883,7 @@ public struct CopyDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: RDSClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -1979,8 +1920,7 @@ public struct CopyDBParameterGroupInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, targetDBParameterGroupDescription: Swift.String? = nil, targetDBParameterGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceDBParameterGroupIdentifier = sourceDBParameterGroupIdentifier self.tags = tags self.targetDBParameterGroupDescription = targetDBParameterGroupDescription @@ -2006,8 +1946,7 @@ extension RDSClientTypes { dbParameterGroupFamily: Swift.String? = nil, dbParameterGroupName: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.dbParameterGroupArn = dbParameterGroupArn self.dbParameterGroupFamily = dbParameterGroupFamily self.dbParameterGroupName = dbParameterGroupName @@ -2022,8 +1961,7 @@ public struct CopyDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroup: RDSClientTypes.DBParameterGroup? = nil - ) - { + ) { self.dbParameterGroup = dbParameterGroup } } @@ -2046,8 +1984,7 @@ public struct CustomAvailabilityZoneNotFoundFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2070,8 +2007,7 @@ public struct DBSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2094,8 +2030,7 @@ public struct InvalidDBSnapshotStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2158,8 +2093,7 @@ public struct CopyDBSnapshotInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, targetCustomAvailabilityZone: Swift.String? = nil, targetDBSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.copyOptionGroup = copyOptionGroup self.copyTags = copyTags self.kmsKeyId = kmsKeyId @@ -2215,8 +2149,7 @@ extension RDSClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2337,8 +2270,7 @@ extension RDSClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZone = availabilityZone self.dbInstanceIdentifier = dbInstanceIdentifier @@ -2385,8 +2317,7 @@ public struct CopyDBSnapshotOutput: Swift.Sendable { public init( dbSnapshot: RDSClientTypes.DBSnapshot? = nil - ) - { + ) { self.dbSnapshot = dbSnapshot } } @@ -2409,8 +2340,7 @@ public struct OptionGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2433,8 +2363,7 @@ public struct OptionGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2457,8 +2386,7 @@ public struct OptionGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2495,8 +2423,7 @@ public struct CopyOptionGroupInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, targetOptionGroupDescription: Swift.String? = nil, targetOptionGroupIdentifier: Swift.String? = nil - ) - { + ) { self.sourceOptionGroupIdentifier = sourceOptionGroupIdentifier self.tags = tags self.targetOptionGroupDescription = targetOptionGroupDescription @@ -2524,8 +2451,7 @@ extension RDSClientTypes { public init( dbSecurityGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbSecurityGroupName = dbSecurityGroupName self.status = status } @@ -2565,8 +2491,7 @@ extension RDSClientTypes { isModifiable: Swift.Bool? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyType = applyType self.dataType = dataType @@ -2592,8 +2517,7 @@ extension RDSClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -2633,8 +2557,7 @@ extension RDSClientTypes { persistent: Swift.Bool? = nil, port: Swift.Int? = nil, vpcSecurityGroupMemberships: [RDSClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.dbSecurityGroupMemberships = dbSecurityGroupMemberships self.optionDescription = optionDescription self.optionName = optionName @@ -2687,8 +2610,7 @@ extension RDSClientTypes { sourceAccountId: Swift.String? = nil, sourceOptionGroup: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allowsVpcAndNonVpcInstanceMemberships = allowsVpcAndNonVpcInstanceMemberships self.copyTimestamp = copyTimestamp self.engineName = engineName @@ -2710,8 +2632,7 @@ public struct CopyOptionGroupOutput: Swift.Sendable { public init( optionGroup: RDSClientTypes.OptionGroup? = nil - ) - { + ) { self.optionGroup = optionGroup } } @@ -2734,8 +2655,7 @@ public struct BlueGreenDeploymentAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2758,8 +2678,7 @@ public struct DBClusterParameterGroupNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2782,8 +2701,7 @@ public struct DBClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2806,8 +2724,7 @@ public struct InstanceQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2830,8 +2747,7 @@ public struct SourceClusterNotSupportedFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2854,8 +2770,7 @@ public struct SourceDatabaseNotSupportedFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2903,8 +2818,7 @@ public struct CreateBlueGreenDeploymentInput: Swift.Sendable { targetStorageThroughput: Swift.Int? = nil, targetStorageType: Swift.String? = nil, upgradeTargetStorageConfig: Swift.Bool? = nil - ) - { + ) { self.blueGreenDeploymentName = blueGreenDeploymentName self.source = source self.tags = tags @@ -2949,8 +2863,7 @@ extension RDSClientTypes { sourceMember: Swift.String? = nil, status: Swift.String? = nil, targetMember: Swift.String? = nil - ) - { + ) { self.sourceMember = sourceMember self.status = status self.targetMember = targetMember @@ -2978,8 +2891,7 @@ extension RDSClientTypes { public init( name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.name = name self.status = status } @@ -3039,8 +2951,7 @@ extension RDSClientTypes { tagList: [RDSClientTypes.Tag]? = nil, target: Swift.String? = nil, tasks: [RDSClientTypes.BlueGreenDeploymentTask]? = nil - ) - { + ) { self.blueGreenDeploymentIdentifier = blueGreenDeploymentIdentifier self.blueGreenDeploymentName = blueGreenDeploymentName self.createTime = createTime @@ -3062,8 +2973,7 @@ public struct CreateBlueGreenDeploymentOutput: Swift.Sendable { public init( blueGreenDeployment: RDSClientTypes.BlueGreenDeployment? = nil - ) - { + ) { self.blueGreenDeployment = blueGreenDeployment } } @@ -3086,8 +2996,7 @@ public struct CreateCustomDBEngineVersionFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3110,8 +3019,7 @@ public struct CustomDBEngineVersionAlreadyExistsFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3134,8 +3042,7 @@ public struct CustomDBEngineVersionQuotaExceededFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3158,8 +3065,7 @@ public struct Ec2ImagePropertiesNotSupportedFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3210,8 +3116,7 @@ public struct CreateCustomDBEngineVersionInput: Swift.Sendable { sourceCustomDbEngineVersionIdentifier: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, useAwsProvidedLatestImage: Swift.Bool? = nil - ) - { + ) { self.databaseInstallationFilesS3BucketName = databaseInstallationFilesS3BucketName self.databaseInstallationFilesS3Prefix = databaseInstallationFilesS3Prefix self.description = description @@ -3238,8 +3143,7 @@ extension RDSClientTypes { public init( characterSetDescription: Swift.String? = nil, characterSetName: Swift.String? = nil - ) - { + ) { self.characterSetDescription = characterSetDescription self.characterSetName = characterSetName } @@ -3258,8 +3162,7 @@ extension RDSClientTypes { public init( imageId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.status = status } @@ -3278,8 +3181,7 @@ extension RDSClientTypes { public init( maxCapacity: Swift.Double? = nil, minCapacity: Swift.Double? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity } @@ -3295,8 +3197,7 @@ extension RDSClientTypes { public init( timezoneName: Swift.String? = nil - ) - { + ) { self.timezoneName = timezoneName } } @@ -3344,8 +3245,7 @@ extension RDSClientTypes { supportsLimitlessDatabase: Swift.Bool? = nil, supportsLocalWriteForwarding: Swift.Bool? = nil, supportsParallelQuery: Swift.Bool? = nil - ) - { + ) { self.autoUpgrade = autoUpgrade self.description = description self.engine = engine @@ -3471,8 +3371,7 @@ public struct CreateCustomDBEngineVersionOutput: Swift.Sendable { supportsReadReplica: Swift.Bool? = nil, tagList: [RDSClientTypes.Tag]? = nil, validUpgradeTarget: [RDSClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.createTime = createTime self.customDBEngineVersionManifest = customDBEngineVersionManifest self.databaseInstallationFilesS3BucketName = databaseInstallationFilesS3BucketName @@ -3529,8 +3428,7 @@ public struct DBClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3553,8 +3451,7 @@ public struct DBSubnetGroupDoesNotCoverEnoughAZs: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3577,8 +3474,7 @@ public struct DBSubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3601,8 +3497,7 @@ public struct DomainNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3625,8 +3520,7 @@ public struct GlobalClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3649,8 +3543,7 @@ public struct InsufficientDBInstanceCapacityFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3673,8 +3566,7 @@ public struct InsufficientStorageClusterCapacityFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3697,8 +3589,7 @@ public struct InvalidDBSubnetGroupFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3721,8 +3612,7 @@ public struct InvalidDBSubnetGroupStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3745,8 +3635,7 @@ public struct InvalidGlobalClusterStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3769,8 +3658,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3793,8 +3681,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3817,8 +3704,7 @@ public struct StorageQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3925,8 +3811,7 @@ extension RDSClientTypes { interconnectSubnetId: Swift.String? = nil, replicaMode: RDSClientTypes.ReplicaMode? = nil, transitGatewayMulticastDomainId: Swift.String? = nil - ) - { + ) { self.interconnectSubnetId = interconnectSubnetId self.replicaMode = replicaMode self.transitGatewayMulticastDomainId = transitGatewayMulticastDomainId @@ -3958,8 +3843,7 @@ extension RDSClientTypes { secondsBeforeTimeout: Swift.Int? = nil, secondsUntilAutoPause: Swift.Int? = nil, timeoutAction: Swift.String? = nil - ) - { + ) { self.autoPause = autoPause self.maxCapacity = maxCapacity self.minCapacity = minCapacity @@ -3985,8 +3869,7 @@ extension RDSClientTypes { maxCapacity: Swift.Double? = nil, minCapacity: Swift.Double? = nil, secondsUntilAutoPause: Swift.Int? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity self.secondsUntilAutoPause = secondsUntilAutoPause @@ -4072,14 +3955,7 @@ public struct CreateDBClusterInput: Swift.Sendable { public var enableCloudwatchLogsExports: [Swift.String]? /// Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by a global cluster API operation, but it does nothing until then. Valid for Cluster Type: Aurora DB clusters only public var enableGlobalWriteForwarding: Swift.Bool? - /// Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: - /// - /// * Aurora PostgreSQL Serverless v2 and provisioned - /// - /// * Aurora PostgreSQL and Aurora MySQL Serverless v1 - /// - /// - /// For more information, see [Using RDS Data API](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only + /// Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see [Using RDS Data API](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only public var enableHttpEndpoint: Swift.Bool? /// Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see [ IAM Database Authentication](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) in the Amazon Aurora User Guide or [IAM database authentication for MariaDB, MySQL, and PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) in the Amazon RDS User Guide. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters public var enableIAMDatabaseAuthentication: Swift.Bool? @@ -4329,8 +4205,7 @@ public struct CreateDBClusterInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZones = availabilityZones @@ -4411,8 +4286,7 @@ extension RDSClientTypes { featureName: Swift.String? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.featureName = featureName self.roleArn = roleArn self.status = status @@ -4432,8 +4306,7 @@ extension RDSClientTypes { public init( caIdentifier: Swift.String? = nil, validTill: Foundation.Date? = nil - ) - { + ) { self.caIdentifier = caIdentifier self.validTill = validTill } @@ -4458,8 +4331,7 @@ extension RDSClientTypes { dbInstanceIdentifier: Swift.String? = nil, isClusterWriter: Swift.Bool? = nil, promotionTier: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupStatus = dbClusterParameterGroupStatus self.dbInstanceIdentifier = dbInstanceIdentifier self.isClusterWriter = isClusterWriter @@ -4480,8 +4352,7 @@ extension RDSClientTypes { public init( dbClusterOptionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbClusterOptionGroupName = dbClusterOptionGroupName self.status = status } @@ -4515,8 +4386,7 @@ extension RDSClientTypes { iamRoleName: Swift.String? = nil, ou: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.authSecretArn = authSecretArn self.dnsIps = dnsIps self.domain = domain @@ -4625,8 +4495,7 @@ extension RDSClientTypes { public init( minRequiredACU: Swift.Double? = nil, status: RDSClientTypes.LimitlessDatabaseStatus? = nil - ) - { + ) { self.minRequiredACU = minRequiredACU self.status = status } @@ -4694,8 +4563,7 @@ extension RDSClientTypes { kmsKeyId: Swift.String? = nil, secretArn: Swift.String? = nil, secretStatus: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.secretArn = secretArn self.secretStatus = secretStatus @@ -4715,8 +4583,7 @@ extension RDSClientTypes { public init( logTypesToDisable: [Swift.String]? = nil, logTypesToEnable: [Swift.String]? = nil - ) - { + ) { self.logTypesToDisable = logTypesToDisable self.logTypesToEnable = logTypesToEnable } @@ -4762,8 +4629,7 @@ extension RDSClientTypes { pendingCloudwatchLogsExports: RDSClientTypes.PendingCloudwatchLogsExports? = nil, rdsCustomClusterConfiguration: RDSClientTypes.RdsCustomClusterConfiguration? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.backupRetentionPeriod = backupRetentionPeriod self.certificateDetails = certificateDetails @@ -4803,8 +4669,7 @@ extension RDSClientTypes { secondsBeforeTimeout: Swift.Int? = nil, secondsUntilAutoPause: Swift.Int? = nil, timeoutAction: Swift.String? = nil - ) - { + ) { self.autoPause = autoPause self.maxCapacity = maxCapacity self.minCapacity = minCapacity @@ -4830,8 +4695,7 @@ extension RDSClientTypes { maxCapacity: Swift.Double? = nil, minCapacity: Swift.Double? = nil, secondsUntilAutoPause: Swift.Int? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity self.secondsUntilAutoPause = secondsUntilAutoPause @@ -4857,8 +4721,7 @@ extension RDSClientTypes { normal: Swift.Bool? = nil, status: Swift.String? = nil, statusType: Swift.String? = nil - ) - { + ) { self.message = message self.normal = normal self.status = status @@ -5128,8 +4991,7 @@ extension RDSClientTypes { storageType: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil, vpcSecurityGroups: [RDSClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.activityStreamKinesisStreamName = activityStreamKinesisStreamName self.activityStreamKmsKeyId = activityStreamKmsKeyId self.activityStreamMode = activityStreamMode @@ -5222,8 +5084,7 @@ public struct CreateDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -5246,8 +5107,7 @@ public struct DBClusterEndpointAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5270,8 +5130,7 @@ public struct DBClusterEndpointQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5300,8 +5159,7 @@ public struct CreateDBClusterEndpointInput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.dbClusterIdentifier = dbClusterIdentifier self.endpointType = endpointType @@ -5356,8 +5214,7 @@ public struct CreateDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -5403,8 +5260,7 @@ public struct CreateDBClusterParameterGroupInput: Swift.Sendable { dbParameterGroupFamily: Swift.String? = nil, description: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.dbParameterGroupFamily = dbParameterGroupFamily self.description = description @@ -5418,8 +5274,7 @@ public struct CreateDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroup: RDSClientTypes.DBClusterParameterGroup? = nil - ) - { + ) { self.dbClusterParameterGroup = dbClusterParameterGroup } } @@ -5453,8 +5308,7 @@ public struct CreateDBClusterSnapshotInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.tags = tags @@ -5467,8 +5321,7 @@ public struct CreateDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: RDSClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -5491,8 +5344,7 @@ public struct AuthorizationNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5515,8 +5367,7 @@ public struct BackupPolicyNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5539,8 +5390,7 @@ public struct CertificateNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5563,8 +5413,7 @@ public struct DBInstanceAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5587,8 +5436,7 @@ public struct NetworkTypeNotSupported: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5611,8 +5459,7 @@ public struct ProvisionedIopsNotAvailableInAZFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5635,8 +5482,7 @@ public struct StorageTypeNotSupportedFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5659,8 +5505,7 @@ public struct TenantDatabaseQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6263,8 +6108,7 @@ public struct CreateDBInstanceInput: Swift.Sendable { tdeCredentialPassword: Swift.String? = nil, timezone: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -6353,8 +6197,7 @@ extension RDSClientTypes { featureName: Swift.String? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.featureName = featureName self.roleArn = roleArn self.status = status @@ -6400,8 +6243,7 @@ extension RDSClientTypes { public init( dbInstanceAutomatedBackupsArn: Swift.String? = nil - ) - { + ) { self.dbInstanceAutomatedBackupsArn = dbInstanceAutomatedBackupsArn } } @@ -6441,8 +6283,7 @@ extension RDSClientTypes { public init( dbParameterGroupName: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameterApplyStatus = parameterApplyStatus } @@ -6458,8 +6299,7 @@ extension RDSClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6474,8 +6314,7 @@ extension RDSClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6499,8 +6338,7 @@ extension RDSClientTypes { subnetIdentifier: Swift.String? = nil, subnetOutpost: RDSClientTypes.Outpost? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetOutpost = subnetOutpost @@ -6543,8 +6381,7 @@ extension RDSClientTypes { subnets: [RDSClientTypes.Subnet]? = nil, supportedNetworkTypes: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupArn = dbSubnetGroupArn self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName @@ -6580,8 +6417,7 @@ extension RDSClientTypes { address: Swift.String? = nil, hostedZoneId: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.hostedZoneId = hostedZoneId self.port = port @@ -6601,8 +6437,7 @@ extension RDSClientTypes { public init( optionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.optionGroupName = optionGroupName self.status = status } @@ -6681,8 +6516,7 @@ extension RDSClientTypes { resumeFullAutomationModeTime: Foundation.Date? = nil, storageThroughput: Swift.Int? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.automationMode = automationMode self.backupRetentionPeriod = backupRetentionPeriod @@ -6727,8 +6561,7 @@ extension RDSClientTypes { normal: Swift.Bool? = nil, status: Swift.String? = nil, statusType: Swift.String? = nil - ) - { + ) { self.message = message self.normal = normal self.status = status @@ -7022,8 +6855,7 @@ extension RDSClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcSecurityGroups: [RDSClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.activityStreamEngineNativeAuditFieldsIncluded = activityStreamEngineNativeAuditFieldsIncluded self.activityStreamKinesisStreamName = activityStreamKinesisStreamName self.activityStreamKmsKeyId = activityStreamKmsKeyId @@ -7121,8 +6953,7 @@ public struct CreateDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -7145,8 +6976,7 @@ public struct DBSubnetGroupNotAllowedFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7388,8 +7218,7 @@ public struct CreateDBInstanceReadReplicaInput: Swift.Sendable { upgradeStorageConfig: Swift.Bool? = nil, useDefaultProcessorFeatures: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -7445,8 +7274,7 @@ public struct CreateDBInstanceReadReplicaOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -7507,8 +7335,7 @@ public struct CreateDBParameterGroupInput: Swift.Sendable { dbParameterGroupName: Swift.String? = nil, description: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.dbParameterGroupName = dbParameterGroupName self.description = description @@ -7522,8 +7349,7 @@ public struct CreateDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroup: RDSClientTypes.DBParameterGroup? = nil - ) - { + ) { self.dbParameterGroup = dbParameterGroup } } @@ -7546,8 +7372,7 @@ public struct DBProxyAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7570,8 +7395,7 @@ public struct DBProxyQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7696,8 +7520,7 @@ extension RDSClientTypes { iamAuth: RDSClientTypes.IAMAuthMode? = nil, secretArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authScheme = authScheme self.clientPasswordAuthType = clientPasswordAuthType self.description = description @@ -7778,8 +7601,7 @@ public struct CreateDBProxyInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.auth = auth self.dbProxyName = dbProxyName self.debugLogging = debugLogging @@ -7817,8 +7639,7 @@ extension RDSClientTypes { iamAuth: RDSClientTypes.IAMAuthMode? = nil, secretArn: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.authScheme = authScheme self.clientPasswordAuthType = clientPasswordAuthType self.description = description @@ -7930,8 +7751,7 @@ extension RDSClientTypes { vpcId: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.auth = auth self.createdDate = createdDate self.dbProxyArn = dbProxyArn @@ -7957,8 +7777,7 @@ public struct CreateDBProxyOutput: Swift.Sendable { public init( dbProxy: RDSClientTypes.DBProxy? = nil - ) - { + ) { self.dbProxy = dbProxy } } @@ -7981,8 +7800,7 @@ public struct DBProxyEndpointAlreadyExistsFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8005,8 +7823,7 @@ public struct DBProxyEndpointQuotaExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8029,8 +7846,7 @@ public struct InvalidDBProxyStateFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8088,8 +7904,7 @@ public struct CreateDBProxyEndpointInput: Swift.Sendable { targetRole: RDSClientTypes.DBProxyEndpointTargetRole? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.dbProxyEndpointName = dbProxyEndpointName self.dbProxyName = dbProxyName self.tags = tags @@ -8179,8 +7994,7 @@ extension RDSClientTypes { vpcId: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.createdDate = createdDate self.dbProxyEndpointArn = dbProxyEndpointArn self.dbProxyEndpointName = dbProxyEndpointName @@ -8202,8 +8016,7 @@ public struct CreateDBProxyEndpointOutput: Swift.Sendable { public init( dbProxyEndpoint: RDSClientTypes.DBProxyEndpoint? = nil - ) - { + ) { self.dbProxyEndpoint = dbProxyEndpoint } } @@ -8226,8 +8039,7 @@ public struct DBSecurityGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8250,8 +8062,7 @@ public struct DBSecurityGroupNotSupportedFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8274,8 +8085,7 @@ public struct DBSecurityGroupQuotaExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8306,8 +8116,7 @@ public struct CreateDBSecurityGroupInput: Swift.Sendable { dbSecurityGroupDescription: Swift.String? = nil, dbSecurityGroupName: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbSecurityGroupDescription = dbSecurityGroupDescription self.dbSecurityGroupName = dbSecurityGroupName self.tags = tags @@ -8320,8 +8129,7 @@ public struct CreateDBSecurityGroupOutput: Swift.Sendable { public init( dbSecurityGroup: RDSClientTypes.DBSecurityGroup? = nil - ) - { + ) { self.dbSecurityGroup = dbSecurityGroup } } @@ -8344,8 +8152,7 @@ public struct DBShardGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8368,8 +8175,7 @@ public struct MaxDBShardGroupLimitReached: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8392,8 +8198,7 @@ public struct UnsupportedDBEngineVersionFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8442,8 +8247,7 @@ public struct CreateDBShardGroupInput: Swift.Sendable { minACU: Swift.Double? = nil, publiclyAccessible: Swift.Bool? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupIdentifier = dbShardGroupIdentifier @@ -8497,8 +8301,7 @@ public struct CreateDBShardGroupOutput: Swift.Sendable { publiclyAccessible: Swift.Bool? = nil, status: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn @@ -8541,8 +8344,7 @@ public struct CreateDBSnapshotInput: Swift.Sendable { dbInstanceIdentifier: Swift.String? = nil, dbSnapshotIdentifier: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.dbSnapshotIdentifier = dbSnapshotIdentifier self.tags = tags @@ -8555,8 +8357,7 @@ public struct CreateDBSnapshotOutput: Swift.Sendable { public init( dbSnapshot: RDSClientTypes.DBSnapshot? = nil - ) - { + ) { self.dbSnapshot = dbSnapshot } } @@ -8579,8 +8380,7 @@ public struct DBSubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8603,8 +8403,7 @@ public struct DBSubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8627,8 +8426,7 @@ public struct DBSubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8661,8 +8459,7 @@ public struct CreateDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -8676,8 +8473,7 @@ public struct CreateDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: RDSClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -8700,8 +8496,7 @@ public struct EventSubscriptionQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8724,8 +8519,7 @@ public struct SNSInvalidTopicFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8748,8 +8542,7 @@ public struct SNSNoAuthorizationFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8772,8 +8565,7 @@ public struct SNSTopicArnNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8796,8 +8588,7 @@ public struct SubscriptionAlreadyExistFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8820,8 +8611,7 @@ public struct SubscriptionCategoryNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8869,8 +8659,7 @@ public struct CreateEventSubscriptionInput: Swift.Sendable { sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -8887,8 +8676,7 @@ public struct CreateEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RDSClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -8911,8 +8699,7 @@ public struct GlobalClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8935,8 +8722,7 @@ public struct GlobalClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8987,8 +8773,7 @@ public struct CreateGlobalClusterInput: Swift.Sendable { sourceDBClusterIdentifier: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.databaseName = databaseName self.deletionProtection = deletionProtection self.engine = engine @@ -9059,8 +8844,7 @@ extension RDSClientTypes { isDataLossAllowed: Swift.Bool? = nil, status: RDSClientTypes.FailoverStatus? = nil, toDbClusterArn: Swift.String? = nil - ) - { + ) { self.fromDbClusterArn = fromDbClusterArn self.isDataLossAllowed = isDataLossAllowed self.status = status @@ -9119,8 +8903,7 @@ extension RDSClientTypes { isWriter: Swift.Bool? = nil, readers: [Swift.String]? = nil, synchronizationStatus: RDSClientTypes.GlobalClusterMemberSynchronizationStatus? = nil - ) - { + ) { self.dbClusterArn = dbClusterArn self.globalWriteForwardingStatus = globalWriteForwardingStatus self.isWriter = isWriter @@ -9178,8 +8961,7 @@ extension RDSClientTypes { status: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.databaseName = databaseName self.deletionProtection = deletionProtection self.endpoint = endpoint @@ -9204,8 +8986,7 @@ public struct CreateGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -9228,8 +9009,7 @@ public struct IntegrationAlreadyExistsFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9252,8 +9032,7 @@ public struct IntegrationConflictOperationFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9276,8 +9055,7 @@ public struct IntegrationQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9312,8 +9090,7 @@ public struct CreateIntegrationInput: Swift.Sendable { sourceArn: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.dataFilter = dataFilter self.description = description @@ -9338,8 +9115,7 @@ extension RDSClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -9430,8 +9206,7 @@ public struct CreateIntegrationOutput: Swift.Sendable { status: RDSClientTypes.IntegrationStatus? = nil, tags: [RDSClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -9505,8 +9280,7 @@ public struct CreateOptionGroupInput: Swift.Sendable { optionGroupDescription: Swift.String? = nil, optionGroupName: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.engineName = engineName self.majorEngineVersion = majorEngineVersion self.optionGroupDescription = optionGroupDescription @@ -9521,8 +9295,7 @@ public struct CreateOptionGroupOutput: Swift.Sendable { public init( optionGroup: RDSClientTypes.OptionGroup? = nil - ) - { + ) { self.optionGroup = optionGroup } } @@ -9545,8 +9318,7 @@ public struct TenantDatabaseAlreadyExistsFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9589,8 +9361,7 @@ public struct CreateTenantDatabaseInput: Swift.Sendable { ncharCharacterSetName: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, tenantDBName: Swift.String? = nil - ) - { + ) { self.characterSetName = characterSetName self.dbInstanceIdentifier = dbInstanceIdentifier self.masterUserPassword = masterUserPassword @@ -9618,8 +9389,7 @@ extension RDSClientTypes { public init( masterUserPassword: Swift.String? = nil, tenantDBName: Swift.String? = nil - ) - { + ) { self.masterUserPassword = masterUserPassword self.tenantDBName = tenantDBName } @@ -9676,8 +9446,7 @@ extension RDSClientTypes { tenantDatabaseARN: Swift.String? = nil, tenantDatabaseCreateTime: Foundation.Date? = nil, tenantDatabaseResourceId: Swift.String? = nil - ) - { + ) { self.characterSetName = characterSetName self.dbInstanceIdentifier = dbInstanceIdentifier self.dbiResourceId = dbiResourceId @@ -9701,8 +9470,7 @@ public struct CreateTenantDatabaseOutput: Swift.Sendable { public init( tenantDatabase: RDSClientTypes.TenantDatabase? = nil - ) - { + ) { self.tenantDatabase = tenantDatabase } } @@ -9725,8 +9493,7 @@ public struct InvalidBlueGreenDeploymentStateFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9743,8 +9510,7 @@ public struct DeleteBlueGreenDeploymentInput: Swift.Sendable { public init( blueGreenDeploymentIdentifier: Swift.String? = nil, deleteTarget: Swift.Bool? = nil - ) - { + ) { self.blueGreenDeploymentIdentifier = blueGreenDeploymentIdentifier self.deleteTarget = deleteTarget } @@ -9756,8 +9522,7 @@ public struct DeleteBlueGreenDeploymentOutput: Swift.Sendable { public init( blueGreenDeployment: RDSClientTypes.BlueGreenDeployment? = nil - ) - { + ) { self.blueGreenDeployment = blueGreenDeployment } } @@ -9780,8 +9545,7 @@ public struct CustomDBEngineVersionNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9804,8 +9568,7 @@ public struct InvalidCustomDBEngineVersionStateFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9829,8 +9592,7 @@ public struct DeleteCustomDBEngineVersionInput: Swift.Sendable { public init( engine: Swift.String? = nil, engineVersion: Swift.String? = nil - ) - { + ) { self.engine = engine self.engineVersion = engineVersion } @@ -9945,8 +9707,7 @@ public struct DeleteCustomDBEngineVersionOutput: Swift.Sendable { supportsReadReplica: Swift.Bool? = nil, tagList: [RDSClientTypes.Tag]? = nil, validUpgradeTarget: [RDSClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.createTime = createTime self.customDBEngineVersionManifest = customDBEngineVersionManifest self.databaseInstallationFilesS3BucketName = databaseInstallationFilesS3BucketName @@ -10003,8 +9764,7 @@ public struct DBClusterAutomatedBackupQuotaExceededFault: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10034,8 +9794,7 @@ public struct DeleteDBClusterInput: Swift.Sendable { deleteAutomatedBackups: Swift.Bool? = nil, finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.deleteAutomatedBackups = deleteAutomatedBackups self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier @@ -10049,8 +9808,7 @@ public struct DeleteDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -10073,8 +9831,7 @@ public struct DBClusterAutomatedBackupNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10097,8 +9854,7 @@ public struct InvalidDBClusterAutomatedBackupStateFault: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10110,8 +9866,7 @@ public struct DeleteDBClusterAutomatedBackupInput: Swift.Sendable { public init( dbClusterResourceId: Swift.String? = nil - ) - { + ) { self.dbClusterResourceId = dbClusterResourceId } } @@ -10128,8 +9883,7 @@ extension RDSClientTypes { public init( earliestTime: Foundation.Date? = nil, latestTime: Foundation.Date? = nil - ) - { + ) { self.earliestTime = earliestTime self.latestTime = latestTime } @@ -10219,8 +9973,7 @@ extension RDSClientTypes { storageThroughput: Swift.Int? = nil, storageType: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZones = availabilityZones self.awsBackupRecoveryPointArn = awsBackupRecoveryPointArn @@ -10256,8 +10009,7 @@ public struct DeleteDBClusterAutomatedBackupOutput: Swift.Sendable { public init( dbClusterAutomatedBackup: RDSClientTypes.DBClusterAutomatedBackup? = nil - ) - { + ) { self.dbClusterAutomatedBackup = dbClusterAutomatedBackup } } @@ -10280,8 +10032,7 @@ public struct DBClusterEndpointNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10304,8 +10055,7 @@ public struct InvalidDBClusterEndpointStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10317,8 +10067,7 @@ public struct DeleteDBClusterEndpointInput: Swift.Sendable { public init( dbClusterEndpointIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier } } @@ -10368,8 +10117,7 @@ public struct DeleteDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -10401,8 +10149,7 @@ public struct InvalidDBParameterGroupStateFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10421,8 +10168,7 @@ public struct DeleteDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -10435,8 +10181,7 @@ public struct DeleteDBClusterSnapshotInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -10447,8 +10192,7 @@ public struct DeleteDBClusterSnapshotOutput: Swift.Sendable { public init( dbClusterSnapshot: RDSClientTypes.DBClusterSnapshot? = nil - ) - { + ) { self.dbClusterSnapshot = dbClusterSnapshot } } @@ -10471,8 +10215,7 @@ public struct DBInstanceAutomatedBackupQuotaExceededFault: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10504,8 +10247,7 @@ public struct DeleteDBInstanceInput: Swift.Sendable { deleteAutomatedBackups: Swift.Bool? = nil, finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.deleteAutomatedBackups = deleteAutomatedBackups self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier @@ -10519,8 +10261,7 @@ public struct DeleteDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -10543,8 +10284,7 @@ public struct DBInstanceAutomatedBackupNotFoundFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10567,8 +10307,7 @@ public struct InvalidDBInstanceAutomatedBackupStateFault: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10583,8 +10322,7 @@ public struct DeleteDBInstanceAutomatedBackupInput: Swift.Sendable { public init( dbInstanceAutomatedBackupsArn: Swift.String? = nil, dbiResourceId: Swift.String? = nil - ) - { + ) { self.dbInstanceAutomatedBackupsArn = dbInstanceAutomatedBackupsArn self.dbiResourceId = dbiResourceId } @@ -10695,8 +10433,7 @@ extension RDSClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZone = availabilityZone self.awsBackupRecoveryPointArn = awsBackupRecoveryPointArn @@ -10738,8 +10475,7 @@ public struct DeleteDBInstanceAutomatedBackupOutput: Swift.Sendable { public init( dbInstanceAutomatedBackup: RDSClientTypes.DBInstanceAutomatedBackup? = nil - ) - { + ) { self.dbInstanceAutomatedBackup = dbInstanceAutomatedBackup } } @@ -10758,8 +10494,7 @@ public struct DeleteDBParameterGroupInput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -10771,8 +10506,7 @@ public struct DeleteDBProxyInput: Swift.Sendable { public init( dbProxyName: Swift.String? = nil - ) - { + ) { self.dbProxyName = dbProxyName } } @@ -10783,8 +10517,7 @@ public struct DeleteDBProxyOutput: Swift.Sendable { public init( dbProxy: RDSClientTypes.DBProxy? = nil - ) - { + ) { self.dbProxy = dbProxy } } @@ -10807,8 +10540,7 @@ public struct DBProxyEndpointNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10831,8 +10563,7 @@ public struct InvalidDBProxyEndpointStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10844,8 +10575,7 @@ public struct DeleteDBProxyEndpointInput: Swift.Sendable { public init( dbProxyEndpointName: Swift.String? = nil - ) - { + ) { self.dbProxyEndpointName = dbProxyEndpointName } } @@ -10856,8 +10586,7 @@ public struct DeleteDBProxyEndpointOutput: Swift.Sendable { public init( dbProxyEndpoint: RDSClientTypes.DBProxyEndpoint? = nil - ) - { + ) { self.dbProxyEndpoint = dbProxyEndpoint } } @@ -10878,8 +10607,7 @@ public struct DeleteDBSecurityGroupInput: Swift.Sendable { public init( dbSecurityGroupName: Swift.String? = nil - ) - { + ) { self.dbSecurityGroupName = dbSecurityGroupName } } @@ -10902,8 +10630,7 @@ public struct DBShardGroupNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10926,8 +10653,7 @@ public struct InvalidDBShardGroupStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10939,8 +10665,7 @@ public struct DeleteDBShardGroupInput: Swift.Sendable { public init( dbShardGroupIdentifier: Swift.String? = nil - ) - { + ) { self.dbShardGroupIdentifier = dbShardGroupIdentifier } } @@ -10988,8 +10713,7 @@ public struct DeleteDBShardGroupOutput: Swift.Sendable { publiclyAccessible: Swift.Bool? = nil, status: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn @@ -11012,8 +10736,7 @@ public struct DeleteDBSnapshotInput: Swift.Sendable { public init( dbSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbSnapshotIdentifier = dbSnapshotIdentifier } } @@ -11024,8 +10747,7 @@ public struct DeleteDBSnapshotOutput: Swift.Sendable { public init( dbSnapshot: RDSClientTypes.DBSnapshot? = nil - ) - { + ) { self.dbSnapshot = dbSnapshot } } @@ -11048,8 +10770,7 @@ public struct InvalidDBSubnetStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11062,8 +10783,7 @@ public struct DeleteDBSubnetGroupInput: Swift.Sendable { public init( dbSubnetGroupName: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName } } @@ -11086,8 +10806,7 @@ public struct InvalidEventSubscriptionStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11100,8 +10819,7 @@ public struct DeleteEventSubscriptionInput: Swift.Sendable { public init( subscriptionName: Swift.String? = nil - ) - { + ) { self.subscriptionName = subscriptionName } } @@ -11112,8 +10830,7 @@ public struct DeleteEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RDSClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -11125,8 +10842,7 @@ public struct DeleteGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier } } @@ -11137,8 +10853,7 @@ public struct DeleteGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -11161,8 +10876,7 @@ public struct InvalidIntegrationStateFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11174,8 +10888,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( integrationIdentifier: Swift.String? = nil - ) - { + ) { self.integrationIdentifier = integrationIdentifier } } @@ -11220,8 +10933,7 @@ public struct DeleteIntegrationOutput: Swift.Sendable { status: RDSClientTypes.IntegrationStatus? = nil, tags: [RDSClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -11255,8 +10967,7 @@ public struct InvalidOptionGroupStateFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11269,8 +10980,7 @@ public struct DeleteOptionGroupInput: Swift.Sendable { public init( optionGroupName: Swift.String? = nil - ) - { + ) { self.optionGroupName = optionGroupName } } @@ -11292,8 +11002,7 @@ public struct DeleteTenantDatabaseInput: Swift.Sendable { finalDBSnapshotIdentifier: Swift.String? = nil, skipFinalSnapshot: Swift.Bool? = nil, tenantDBName: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.finalDBSnapshotIdentifier = finalDBSnapshotIdentifier self.skipFinalSnapshot = skipFinalSnapshot @@ -11307,8 +11016,7 @@ public struct DeleteTenantDatabaseOutput: Swift.Sendable { public init( tenantDatabase: RDSClientTypes.TenantDatabase? = nil - ) - { + ) { self.tenantDatabase = tenantDatabase } } @@ -11331,8 +11039,7 @@ public struct DBProxyTargetNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11353,8 +11060,7 @@ public struct DeregisterDBProxyTargetsInput: Swift.Sendable { dbInstanceIdentifiers: [Swift.String]? = nil, dbProxyName: Swift.String? = nil, targetGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifiers = dbClusterIdentifiers self.dbInstanceIdentifiers = dbInstanceIdentifiers self.dbProxyName = dbProxyName @@ -11380,8 +11086,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( accountQuotas: [RDSClientTypes.AccountQuota]? = nil - ) - { + ) { self.accountQuotas = accountQuotas } } @@ -11414,8 +11119,7 @@ extension RDSClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -11451,8 +11155,7 @@ public struct DescribeBlueGreenDeploymentsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.blueGreenDeploymentIdentifier = blueGreenDeploymentIdentifier self.filters = filters self.marker = marker @@ -11469,8 +11172,7 @@ public struct DescribeBlueGreenDeploymentsOutput: Swift.Sendable { public init( blueGreenDeployments: [RDSClientTypes.BlueGreenDeployment]? = nil, marker: Swift.String? = nil - ) - { + ) { self.blueGreenDeployments = blueGreenDeployments self.marker = marker } @@ -11494,8 +11196,7 @@ public struct DescribeCertificatesInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.certificateIdentifier = certificateIdentifier self.filters = filters self.marker = marker @@ -11533,8 +11234,7 @@ extension RDSClientTypes { thumbprint: Swift.String? = nil, validFrom: Foundation.Date? = nil, validTill: Foundation.Date? = nil - ) - { + ) { self.certificateArn = certificateArn self.certificateIdentifier = certificateIdentifier self.certificateType = certificateType @@ -11560,8 +11260,7 @@ public struct DescribeCertificatesOutput: Swift.Sendable { certificates: [RDSClientTypes.Certificate]? = nil, defaultCertificateForNewLaunches: Swift.String? = nil, marker: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.defaultCertificateForNewLaunches = defaultCertificateForNewLaunches self.marker = marker @@ -11600,8 +11299,7 @@ public struct DescribeDBClusterAutomatedBackupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterResourceId = dbClusterResourceId self.filters = filters @@ -11619,8 +11317,7 @@ public struct DescribeDBClusterAutomatedBackupsOutput: Swift.Sendable { public init( dbClusterAutomatedBackups: [RDSClientTypes.DBClusterAutomatedBackup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterAutomatedBackups = dbClusterAutomatedBackups self.marker = marker } @@ -11644,8 +11341,7 @@ public struct DBClusterBacktrackNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11699,8 +11395,7 @@ public struct DescribeDBClusterBacktracksInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.backtrackIdentifier = backtrackIdentifier self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters @@ -11741,8 +11436,7 @@ extension RDSClientTypes { backtrackedFrom: Foundation.Date? = nil, dbClusterIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.backtrackIdentifier = backtrackIdentifier self.backtrackRequestCreationTime = backtrackRequestCreationTime self.backtrackTo = backtrackTo @@ -11763,8 +11457,7 @@ public struct DescribeDBClusterBacktracksOutput: Swift.Sendable { public init( dbClusterBacktracks: [RDSClientTypes.DBClusterBacktrack]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterBacktracks = dbClusterBacktracks self.marker = marker } @@ -11788,8 +11481,7 @@ public struct DescribeDBClusterEndpointsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters @@ -11845,8 +11537,7 @@ extension RDSClientTypes { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -11870,8 +11561,7 @@ public struct DescribeDBClusterEndpointsOutput: Swift.Sendable { public init( dbClusterEndpoints: [RDSClientTypes.DBClusterEndpoint]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterEndpoints = dbClusterEndpoints self.marker = marker } @@ -11895,8 +11585,7 @@ public struct DescribeDBClusterParameterGroupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -11914,8 +11603,7 @@ public struct DescribeDBClusterParameterGroupsOutput: Swift.Sendable { public init( dbClusterParameterGroups: [RDSClientTypes.DBClusterParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroups = dbClusterParameterGroups self.marker = marker } @@ -11949,8 +11637,7 @@ public struct DescribeDBClusterParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.filters = filters self.marker = marker @@ -12027,8 +11714,7 @@ extension RDSClientTypes { parameterValue: Swift.String? = nil, source: Swift.String? = nil, supportedEngineModes: [Swift.String]? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyMethod = applyMethod self.applyType = applyType @@ -12054,8 +11740,7 @@ public struct DescribeDBClusterParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -12092,8 +11777,7 @@ public struct DescribeDBClustersInput: Swift.Sendable { includeShared: Swift.Bool? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.filters = filters self.includeShared = includeShared @@ -12112,8 +11796,7 @@ public struct DescribeDBClustersOutput: Swift.Sendable { public init( dbClusters: [RDSClientTypes.DBCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusters = dbClusters self.marker = marker } @@ -12127,8 +11810,7 @@ public struct DescribeDBClusterSnapshotAttributesInput: Swift.Sendable { public init( dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } } @@ -12145,8 +11827,7 @@ extension RDSClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -12165,8 +11846,7 @@ extension RDSClientTypes { public init( dbClusterSnapshotAttributes: [RDSClientTypes.DBClusterSnapshotAttribute]? = nil, dbClusterSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshotAttributes = dbClusterSnapshotAttributes self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier } @@ -12179,8 +11859,7 @@ public struct DescribeDBClusterSnapshotAttributesOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: RDSClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -12241,8 +11920,7 @@ public struct DescribeDBClusterSnapshotsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.dbClusterResourceId = dbClusterResourceId self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier @@ -12265,8 +11943,7 @@ public struct DescribeDBClusterSnapshotsOutput: Swift.Sendable { public init( dbClusterSnapshots: [RDSClientTypes.DBClusterSnapshot]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbClusterSnapshots = dbClusterSnapshots self.marker = marker } @@ -12372,8 +12049,7 @@ public struct DescribeDBEngineVersionsInput: Swift.Sendable { listSupportedTimezones: Swift.Bool? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.defaultOnly = defaultOnly self.engine = engine @@ -12498,8 +12174,7 @@ extension RDSClientTypes { supportsReadReplica: Swift.Bool? = nil, tagList: [RDSClientTypes.Tag]? = nil, validUpgradeTarget: [RDSClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.createTime = createTime self.customDBEngineVersionManifest = customDBEngineVersionManifest self.databaseInstallationFilesS3BucketName = databaseInstallationFilesS3BucketName @@ -12549,8 +12224,7 @@ public struct DescribeDBEngineVersionsOutput: Swift.Sendable { public init( dbEngineVersions: [RDSClientTypes.DBEngineVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbEngineVersions = dbEngineVersions self.marker = marker } @@ -12596,8 +12270,7 @@ public struct DescribeDBInstanceAutomatedBackupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbInstanceAutomatedBackupsArn = dbInstanceAutomatedBackupsArn self.dbInstanceIdentifier = dbInstanceIdentifier self.dbiResourceId = dbiResourceId @@ -12617,8 +12290,7 @@ public struct DescribeDBInstanceAutomatedBackupsOutput: Swift.Sendable { public init( dbInstanceAutomatedBackups: [RDSClientTypes.DBInstanceAutomatedBackup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbInstanceAutomatedBackups = dbInstanceAutomatedBackups self.marker = marker } @@ -12652,8 +12324,7 @@ public struct DescribeDBInstancesInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.filters = filters self.marker = marker @@ -12671,8 +12342,7 @@ public struct DescribeDBInstancesOutput: Swift.Sendable { public init( dbInstances: [RDSClientTypes.DBInstance]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbInstances = dbInstances self.marker = marker } @@ -12696,8 +12366,7 @@ public struct DBInstanceNotReadyFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12730,8 +12399,7 @@ public struct DescribeDBLogFilesInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.fileLastWritten = fileLastWritten self.fileSize = fileSize @@ -12757,8 +12425,7 @@ extension RDSClientTypes { lastWritten: Swift.Int? = nil, logFileName: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.lastWritten = lastWritten self.logFileName = logFileName self.size = size @@ -12776,8 +12443,7 @@ public struct DescribeDBLogFilesOutput: Swift.Sendable { public init( describeDBLogFiles: [RDSClientTypes.DescribeDBLogFilesDetails]? = nil, marker: Swift.String? = nil - ) - { + ) { self.describeDBLogFiles = describeDBLogFiles self.marker = marker } @@ -12801,8 +12467,7 @@ public struct DescribeDBParameterGroupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.filters = filters self.marker = marker @@ -12820,8 +12485,7 @@ public struct DescribeDBParameterGroupsOutput: Swift.Sendable { public init( dbParameterGroups: [RDSClientTypes.DBParameterGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbParameterGroups = dbParameterGroups self.marker = marker } @@ -12848,8 +12512,7 @@ public struct DescribeDBParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, source: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.filters = filters self.marker = marker @@ -12868,8 +12531,7 @@ public struct DescribeDBParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -12890,8 +12552,7 @@ public struct DescribeDBProxiesInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbProxyName = dbProxyName self.filters = filters self.marker = marker @@ -12908,8 +12569,7 @@ public struct DescribeDBProxiesOutput: Swift.Sendable { public init( dbProxies: [RDSClientTypes.DBProxy]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbProxies = dbProxies self.marker = marker } @@ -12933,8 +12593,7 @@ public struct DescribeDBProxyEndpointsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbProxyEndpointName = dbProxyEndpointName self.dbProxyName = dbProxyName self.filters = filters @@ -12952,8 +12611,7 @@ public struct DescribeDBProxyEndpointsOutput: Swift.Sendable { public init( dbProxyEndpoints: [RDSClientTypes.DBProxyEndpoint]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbProxyEndpoints = dbProxyEndpoints self.marker = marker } @@ -12978,8 +12636,7 @@ public struct DescribeDBProxyTargetGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, targetGroupName: Swift.String? = nil - ) - { + ) { self.dbProxyName = dbProxyName self.filters = filters self.marker = marker @@ -13009,8 +12666,7 @@ extension RDSClientTypes { maxConnectionsPercent: Swift.Int? = nil, maxIdleConnectionsPercent: Swift.Int? = nil, sessionPinningFilters: [Swift.String]? = nil - ) - { + ) { self.connectionBorrowTimeout = connectionBorrowTimeout self.initQuery = initQuery self.maxConnectionsPercent = maxConnectionsPercent @@ -13050,8 +12706,7 @@ extension RDSClientTypes { targetGroupArn: Swift.String? = nil, targetGroupName: Swift.String? = nil, updatedDate: Foundation.Date? = nil - ) - { + ) { self.connectionPoolConfig = connectionPoolConfig self.createdDate = createdDate self.dbProxyName = dbProxyName @@ -13073,8 +12728,7 @@ public struct DescribeDBProxyTargetGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, targetGroups: [RDSClientTypes.DBProxyTargetGroup]? = nil - ) - { + ) { self.marker = marker self.targetGroups = targetGroups } @@ -13099,8 +12753,7 @@ public struct DescribeDBProxyTargetsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, targetGroupName: Swift.String? = nil - ) - { + ) { self.dbProxyName = dbProxyName self.filters = filters self.marker = marker @@ -13226,8 +12879,7 @@ extension RDSClientTypes { description: Swift.String? = nil, reason: RDSClientTypes.TargetHealthReason? = nil, state: RDSClientTypes.TargetState? = nil - ) - { + ) { self.description = description self.reason = reason self.state = state @@ -13297,8 +12949,7 @@ extension RDSClientTypes { targetHealth: RDSClientTypes.TargetHealth? = nil, trackedClusterId: Swift.String? = nil, type: RDSClientTypes.TargetType? = nil - ) - { + ) { self.endpoint = endpoint self.port = port self.rdsResourceId = rdsResourceId @@ -13320,8 +12971,7 @@ public struct DescribeDBProxyTargetsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, targets: [RDSClientTypes.DBProxyTarget]? = nil - ) - { + ) { self.marker = marker self.targets = targets } @@ -13410,8 +13060,7 @@ public struct DescribeDBRecommendationsInput: Swift.Sendable { locale: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.lastUpdatedAfter = lastUpdatedAfter self.lastUpdatedBefore = lastUpdatedBefore @@ -13447,8 +13096,7 @@ extension RDSClientTypes { dimensions: [Swift.String]? = nil, group: Swift.String? = nil, limit: Swift.Int? = nil - ) - { + ) { self.dimensions = dimensions self.group = group self.limit = limit @@ -13479,8 +13127,7 @@ extension RDSClientTypes { public init( groupBy: RDSClientTypes.PerformanceInsightsMetricDimensionGroup? = nil, metric: Swift.String? = nil - ) - { + ) { self.groupBy = groupBy self.metric = metric } @@ -13496,8 +13143,7 @@ extension RDSClientTypes { public init( performanceInsightsMetricQuery: RDSClientTypes.PerformanceInsightsMetricQuery? = nil - ) - { + ) { self.performanceInsightsMetricQuery = performanceInsightsMetricQuery } } @@ -13512,8 +13158,7 @@ extension RDSClientTypes { public init( value: Swift.Double? = nil - ) - { + ) { self.value = value } } @@ -13528,8 +13173,7 @@ extension RDSClientTypes { public init( scalarReferenceDetails: RDSClientTypes.ScalarReferenceDetails? = nil - ) - { + ) { self.scalarReferenceDetails = scalarReferenceDetails } } @@ -13547,8 +13191,7 @@ extension RDSClientTypes { public init( name: Swift.String? = nil, referenceDetails: RDSClientTypes.ReferenceDetails? = nil - ) - { + ) { self.name = name self.referenceDetails = referenceDetails } @@ -13573,8 +13216,7 @@ extension RDSClientTypes { name: Swift.String? = nil, references: [RDSClientTypes.MetricReference]? = nil, statisticsDetails: Swift.String? = nil - ) - { + ) { self.metricQuery = metricQuery self.name = name self.references = references @@ -13601,8 +13243,7 @@ extension RDSClientTypes { endTime: Foundation.Date? = nil, metrics: [RDSClientTypes.Metric]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.analysis = analysis self.endTime = endTime self.metrics = metrics @@ -13620,8 +13261,7 @@ extension RDSClientTypes { public init( performanceIssueDetails: RDSClientTypes.PerformanceIssueDetails? = nil - ) - { + ) { self.performanceIssueDetails = performanceIssueDetails } } @@ -13639,8 +13279,7 @@ extension RDSClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -13659,8 +13298,7 @@ extension RDSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -13679,8 +13317,7 @@ extension RDSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -13734,8 +13371,7 @@ extension RDSClientTypes { parameters: [RDSClientTypes.RecommendedActionParameter]? = nil, status: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.applyModes = applyModes self.contextAttributes = contextAttributes @@ -13843,8 +13479,7 @@ extension RDSClientTypes { typeId: Swift.String? = nil, typeRecommendation: Swift.String? = nil, updatedTime: Foundation.Date? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.category = category self.createdTime = createdTime @@ -13878,8 +13513,7 @@ public struct DescribeDBRecommendationsOutput: Swift.Sendable { public init( dbRecommendations: [RDSClientTypes.DBRecommendation]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbRecommendations = dbRecommendations self.marker = marker } @@ -13901,8 +13535,7 @@ public struct DescribeDBSecurityGroupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbSecurityGroupName = dbSecurityGroupName self.filters = filters self.marker = marker @@ -13920,8 +13553,7 @@ public struct DescribeDBSecurityGroupsOutput: Swift.Sendable { public init( dbSecurityGroups: [RDSClientTypes.DBSecurityGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSecurityGroups = dbSecurityGroups self.marker = marker } @@ -13944,8 +13576,7 @@ public struct DescribeDBShardGroupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbShardGroupIdentifier = dbShardGroupIdentifier self.filters = filters self.marker = marker @@ -13998,8 +13629,7 @@ extension RDSClientTypes { publiclyAccessible: Swift.Bool? = nil, status: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn @@ -14024,8 +13654,7 @@ public struct DescribeDBShardGroupsOutput: Swift.Sendable { public init( dbShardGroups: [RDSClientTypes.DBShardGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbShardGroups = dbShardGroups self.marker = marker } @@ -14039,8 +13668,7 @@ public struct DescribeDBSnapshotAttributesInput: Swift.Sendable { public init( dbSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbSnapshotIdentifier = dbSnapshotIdentifier } } @@ -14057,8 +13685,7 @@ extension RDSClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -14077,8 +13704,7 @@ extension RDSClientTypes { public init( dbSnapshotAttributes: [RDSClientTypes.DBSnapshotAttribute]? = nil, dbSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbSnapshotAttributes = dbSnapshotAttributes self.dbSnapshotIdentifier = dbSnapshotIdentifier } @@ -14091,8 +13717,7 @@ public struct DescribeDBSnapshotAttributesOutput: Swift.Sendable { public init( dbSnapshotAttributesResult: RDSClientTypes.DBSnapshotAttributesResult? = nil - ) - { + ) { self.dbSnapshotAttributesResult = dbSnapshotAttributesResult } } @@ -14157,8 +13782,7 @@ public struct DescribeDBSnapshotsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.dbSnapshotIdentifier = dbSnapshotIdentifier self.dbiResourceId = dbiResourceId @@ -14181,8 +13805,7 @@ public struct DescribeDBSnapshotsOutput: Swift.Sendable { public init( dbSnapshots: [RDSClientTypes.DBSnapshot]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSnapshots = dbSnapshots self.marker = marker } @@ -14240,8 +13863,7 @@ public struct DescribeDBSnapshotTenantDatabasesInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotType: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.dbSnapshotIdentifier = dbSnapshotIdentifier self.dbiResourceId = dbiResourceId @@ -14297,8 +13919,7 @@ extension RDSClientTypes { tenantDBName: Swift.String? = nil, tenantDatabaseCreateTime: Foundation.Date? = nil, tenantDatabaseResourceId: Swift.String? = nil - ) - { + ) { self.characterSetName = characterSetName self.dbInstanceIdentifier = dbInstanceIdentifier self.dbSnapshotIdentifier = dbSnapshotIdentifier @@ -14325,8 +13946,7 @@ public struct DescribeDBSnapshotTenantDatabasesOutput: Swift.Sendable { public init( dbSnapshotTenantDatabases: [RDSClientTypes.DBSnapshotTenantDatabase]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSnapshotTenantDatabases = dbSnapshotTenantDatabases self.marker = marker } @@ -14348,8 +13968,7 @@ public struct DescribeDBSubnetGroupsInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbSubnetGroupName = dbSubnetGroupName self.filters = filters self.marker = marker @@ -14367,8 +13986,7 @@ public struct DescribeDBSubnetGroupsOutput: Swift.Sendable { public init( dbSubnetGroups: [RDSClientTypes.DBSubnetGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dbSubnetGroups = dbSubnetGroups self.marker = marker } @@ -14391,8 +14009,7 @@ public struct DescribeEngineDefaultClusterParametersInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.filters = filters self.marker = marker @@ -14415,8 +14032,7 @@ extension RDSClientTypes { dbParameterGroupFamily: Swift.String? = nil, marker: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.marker = marker self.parameters = parameters @@ -14430,8 +14046,7 @@ public struct DescribeEngineDefaultClusterParametersOutput: Swift.Sendable { public init( engineDefaults: RDSClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -14551,8 +14166,7 @@ public struct DescribeEngineDefaultParametersInput: Swift.Sendable { filters: [RDSClientTypes.Filter]? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dbParameterGroupFamily = dbParameterGroupFamily self.filters = filters self.marker = marker @@ -14566,8 +14180,7 @@ public struct DescribeEngineDefaultParametersOutput: Swift.Sendable { public init( engineDefaults: RDSClientTypes.EngineDefaults? = nil - ) - { + ) { self.engineDefaults = engineDefaults } } @@ -14582,8 +14195,7 @@ public struct DescribeEventCategoriesInput: Swift.Sendable { public init( filters: [RDSClientTypes.Filter]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.filters = filters self.sourceType = sourceType } @@ -14601,8 +14213,7 @@ extension RDSClientTypes { public init( eventCategories: [Swift.String]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.eventCategories = eventCategories self.sourceType = sourceType } @@ -14616,8 +14227,7 @@ public struct DescribeEventCategoriesOutput: Swift.Sendable { public init( eventCategoriesMapList: [RDSClientTypes.EventCategoriesMap]? = nil - ) - { + ) { self.eventCategoriesMapList = eventCategoriesMapList } } @@ -14721,8 +14331,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: RDSClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.eventCategories = eventCategories @@ -14759,8 +14368,7 @@ extension RDSClientTypes { sourceArn: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: RDSClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.eventCategories = eventCategories self.message = message @@ -14781,8 +14389,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [RDSClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -14804,8 +14411,7 @@ public struct DescribeEventSubscriptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -14823,8 +14429,7 @@ public struct DescribeEventSubscriptionsOutput: Swift.Sendable { public init( eventSubscriptionsList: [RDSClientTypes.EventSubscription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.eventSubscriptionsList = eventSubscriptionsList self.marker = marker } @@ -14871,8 +14476,7 @@ public struct DescribeExportTasksInput: Swift.Sendable { maxRecords: Swift.Int? = nil, sourceArn: Swift.String? = nil, sourceType: RDSClientTypes.ExportSourceType? = nil - ) - { + ) { self.exportTaskIdentifier = exportTaskIdentifier self.filters = filters self.marker = marker @@ -14956,8 +14560,7 @@ extension RDSClientTypes { taskStartTime: Foundation.Date? = nil, totalExtractedDataInGB: Swift.Int? = nil, warningMessage: Swift.String? = nil - ) - { + ) { self.exportOnly = exportOnly self.exportTaskIdentifier = exportTaskIdentifier self.failureCause = failureCause @@ -14987,8 +14590,7 @@ public struct DescribeExportTasksOutput: Swift.Sendable { public init( exportTasks: [RDSClientTypes.ExportTask]? = nil, marker: Swift.String? = nil - ) - { + ) { self.exportTasks = exportTasks self.marker = marker } @@ -15011,8 +14613,7 @@ public struct DescribeGlobalClustersInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.globalClusterIdentifier = globalClusterIdentifier self.marker = marker @@ -15029,8 +14630,7 @@ public struct DescribeGlobalClustersOutput: Swift.Sendable { public init( globalClusters: [RDSClientTypes.GlobalCluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.globalClusters = globalClusters self.marker = marker } @@ -15051,8 +14651,7 @@ public struct DescribeIntegrationsInput: Swift.Sendable { integrationIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.integrationIdentifier = integrationIdentifier self.marker = marker @@ -15102,8 +14701,7 @@ extension RDSClientTypes { status: RDSClientTypes.IntegrationStatus? = nil, tags: [RDSClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -15129,8 +14727,7 @@ public struct DescribeIntegrationsOutput: Swift.Sendable { public init( integrations: [RDSClientTypes.Integration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.integrations = integrations self.marker = marker } @@ -15182,8 +14779,7 @@ public struct DescribeOptionGroupOptionsInput: Swift.Sendable { majorEngineVersion: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.engineName = engineName self.filters = filters self.majorEngineVersion = majorEngineVersion @@ -15204,8 +14800,7 @@ extension RDSClientTypes { public init( allowedValue: Swift.String? = nil, minimumEngineVersion: Swift.String? = nil - ) - { + ) { self.allowedValue = allowedValue self.minimumEngineVersion = minimumEngineVersion } @@ -15242,8 +14837,7 @@ extension RDSClientTypes { minimumEngineVersionPerAllowedValue: [RDSClientTypes.MinimumEngineVersionPerAllowedValue]? = nil, settingDescription: Swift.String? = nil, settingName: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyType = applyType self.defaultValue = defaultValue @@ -15268,8 +14862,7 @@ extension RDSClientTypes { public init( isDefault: Swift.Bool? = nil, version: Swift.String? = nil - ) - { + ) { self.isDefault = isDefault self.version = version } @@ -15333,8 +14926,7 @@ extension RDSClientTypes { requiresAutoMinorEngineVersionUpgrade: Swift.Bool? = nil, supportsOptionVersionDowngrade: Swift.Bool? = nil, vpcOnly: Swift.Bool? = nil - ) - { + ) { self.copyableCrossAccount = copyableCrossAccount self.defaultPort = defaultPort self.description = description @@ -15366,8 +14958,7 @@ public struct DescribeOptionGroupOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, optionGroupOptions: [RDSClientTypes.OptionGroupOption]? = nil - ) - { + ) { self.marker = marker self.optionGroupOptions = optionGroupOptions } @@ -15421,8 +15012,7 @@ public struct DescribeOptionGroupsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, optionGroupName: Swift.String? = nil - ) - { + ) { self.engineName = engineName self.filters = filters self.majorEngineVersion = majorEngineVersion @@ -15442,8 +15032,7 @@ public struct DescribeOptionGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, optionGroupsList: [RDSClientTypes.OptionGroup]? = nil - ) - { + ) { self.marker = marker self.optionGroupsList = optionGroupsList } @@ -15519,8 +15108,7 @@ public struct DescribeOrderableDBInstanceOptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.availabilityZoneGroup = availabilityZoneGroup self.dbInstanceClass = dbInstanceClass self.engine = engine @@ -15548,8 +15136,7 @@ extension RDSClientTypes { allowedValues: Swift.String? = nil, defaultValue: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue self.name = name @@ -15671,8 +15258,7 @@ extension RDSClientTypes { supportsStorageEncryption: Swift.Bool? = nil, supportsStorageThroughput: Swift.Bool? = nil, vpc: Swift.Bool? = nil - ) - { + ) { self.availabilityZoneGroup = availabilityZoneGroup self.availabilityZones = availabilityZones self.availableProcessorFeatures = availableProcessorFeatures @@ -15723,8 +15309,7 @@ public struct DescribeOrderableDBInstanceOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, orderableDBInstanceOptions: [RDSClientTypes.OrderableDBInstanceOption]? = nil - ) - { + ) { self.marker = marker self.orderableDBInstanceOptions = orderableDBInstanceOptions } @@ -15750,8 +15335,7 @@ public struct DescribePendingMaintenanceActionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -15769,8 +15353,7 @@ public struct DescribePendingMaintenanceActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, pendingMaintenanceActions: [RDSClientTypes.ResourcePendingMaintenanceActions]? = nil - ) - { + ) { self.marker = marker self.pendingMaintenanceActions = pendingMaintenanceActions } @@ -15794,8 +15377,7 @@ public struct ReservedDBInstanceNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -15837,8 +15419,7 @@ public struct DescribeReservedDBInstancesInput: Swift.Sendable { productDescription: Swift.String? = nil, reservedDBInstanceId: Swift.String? = nil, reservedDBInstancesOfferingId: Swift.String? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass self.duration = duration self.filters = filters @@ -15865,8 +15446,7 @@ extension RDSClientTypes { public init( recurringChargeAmount: Swift.Double? = nil, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -15927,8 +15507,7 @@ extension RDSClientTypes { startTime: Foundation.Date? = nil, state: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.dbInstanceClass = dbInstanceClass self.dbInstanceCount = dbInstanceCount @@ -15959,8 +15538,7 @@ public struct DescribeReservedDBInstancesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedDBInstances: [RDSClientTypes.ReservedDBInstance]? = nil - ) - { + ) { self.marker = marker self.reservedDBInstances = reservedDBInstances } @@ -15984,8 +15562,7 @@ public struct ReservedDBInstancesOfferingNotFoundFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16021,8 +15598,7 @@ public struct DescribeReservedDBInstancesOfferingsInput: Swift.Sendable { offeringType: Swift.String? = nil, productDescription: Swift.String? = nil, reservedDBInstancesOfferingId: Swift.String? = nil - ) - { + ) { self.dbInstanceClass = dbInstanceClass self.duration = duration self.filters = filters @@ -16071,8 +15647,7 @@ extension RDSClientTypes { recurringCharges: [RDSClientTypes.RecurringCharge]? = nil, reservedDBInstancesOfferingId: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.dbInstanceClass = dbInstanceClass self.duration = duration @@ -16097,8 +15672,7 @@ public struct DescribeReservedDBInstancesOfferingsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedDBInstancesOfferings: [RDSClientTypes.ReservedDBInstancesOffering]? = nil - ) - { + ) { self.marker = marker self.reservedDBInstancesOfferings = reservedDBInstancesOfferings } @@ -16122,8 +15696,7 @@ public struct DescribeSourceRegionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, regionName: Swift.String? = nil - ) - { + ) { self.filters = filters self.marker = marker self.maxRecords = maxRecords @@ -16149,8 +15722,7 @@ extension RDSClientTypes { regionName: Swift.String? = nil, status: Swift.String? = nil, supportsDBInstanceAutomatedBackupsReplication: Swift.Bool? = nil - ) - { + ) { self.endpoint = endpoint self.regionName = regionName self.status = status @@ -16169,8 +15741,7 @@ public struct DescribeSourceRegionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, sourceRegions: [RDSClientTypes.SourceRegion]? = nil - ) - { + ) { self.marker = marker self.sourceRegions = sourceRegions } @@ -16200,8 +15771,7 @@ public struct DescribeTenantDatabasesInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, tenantDBName: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.filters = filters self.marker = marker @@ -16219,8 +15789,7 @@ public struct DescribeTenantDatabasesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, tenantDatabases: [RDSClientTypes.TenantDatabase]? = nil - ) - { + ) { self.marker = marker self.tenantDatabases = tenantDatabases } @@ -16234,8 +15803,7 @@ public struct DescribeValidDBInstanceModificationsInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier } } @@ -16252,8 +15820,7 @@ extension RDSClientTypes { public init( from: Swift.Double? = nil, to: Swift.Double? = nil - ) - { + ) { self.from = from self.to = to } @@ -16275,8 +15842,7 @@ extension RDSClientTypes { from: Swift.Int? = nil, step: Swift.Int? = nil, to: Swift.Int? = nil - ) - { + ) { self.from = from self.step = step self.to = to @@ -16311,8 +15877,7 @@ extension RDSClientTypes { storageThroughputToIopsRatio: [RDSClientTypes.DoubleRange]? = nil, storageType: Swift.String? = nil, supportsStorageAutoscaling: Swift.Bool? = nil - ) - { + ) { self.iopsToStorageRatio = iopsToStorageRatio self.provisionedIops = provisionedIops self.provisionedStorageThroughput = provisionedStorageThroughput @@ -16339,8 +15904,7 @@ extension RDSClientTypes { storage: [RDSClientTypes.ValidStorageOptions]? = nil, supportsDedicatedLogVolume: Swift.Bool? = nil, validProcessorFeatures: [RDSClientTypes.AvailableProcessorFeature]? = nil - ) - { + ) { self.storage = storage self.supportsDedicatedLogVolume = supportsDedicatedLogVolume self.validProcessorFeatures = validProcessorFeatures @@ -16354,8 +15918,7 @@ public struct DescribeValidDBInstanceModificationsOutput: Swift.Sendable { public init( validDBInstanceModificationsMessage: RDSClientTypes.ValidDBInstanceModificationsMessage? = nil - ) - { + ) { self.validDBInstanceModificationsMessage = validDBInstanceModificationsMessage } } @@ -16378,8 +15941,7 @@ public struct InvalidResourceStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16391,8 +15953,7 @@ public struct DisableHttpEndpointInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -16406,8 +15967,7 @@ public struct DisableHttpEndpointOutput: Swift.Sendable { public init( httpEndpointEnabled: Swift.Bool? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.httpEndpointEnabled = httpEndpointEnabled self.resourceArn = resourceArn } @@ -16431,8 +15991,7 @@ public struct DBLogFileNotFoundFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16465,8 +16024,7 @@ public struct DownloadDBLogFilePortionInput: Swift.Sendable { logFileName: Swift.String? = nil, marker: Swift.String? = nil, numberOfLines: Swift.Int? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.logFileName = logFileName self.marker = marker @@ -16487,8 +16045,7 @@ public struct DownloadDBLogFilePortionOutput: Swift.Sendable { additionalDataPending: Swift.Bool? = nil, logFileData: Swift.String? = nil, marker: Swift.String? = nil - ) - { + ) { self.additionalDataPending = additionalDataPending self.logFileData = logFileData self.marker = marker @@ -16502,8 +16059,7 @@ public struct EnableHttpEndpointInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -16517,8 +16073,7 @@ public struct EnableHttpEndpointOutput: Swift.Sendable { public init( httpEndpointEnabled: Swift.Bool? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.httpEndpointEnabled = httpEndpointEnabled self.resourceArn = resourceArn } @@ -16537,8 +16092,7 @@ public struct FailoverDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, targetDBInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.targetDBInstanceIdentifier = targetDBInstanceIdentifier } @@ -16550,8 +16104,7 @@ public struct FailoverDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -16579,8 +16132,7 @@ public struct FailoverGlobalClusterInput: Swift.Sendable { globalClusterIdentifier: Swift.String? = nil, switchover: Swift.Bool? = nil, targetDbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.allowDataLoss = allowDataLoss self.globalClusterIdentifier = globalClusterIdentifier self.switchover = switchover @@ -16594,8 +16146,7 @@ public struct FailoverGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -16611,8 +16162,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( filters: [RDSClientTypes.Filter]? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.filters = filters self.resourceName = resourceName } @@ -16625,8 +16175,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -16669,8 +16218,7 @@ public struct ModifyActivityStreamInput: Swift.Sendable { public init( auditPolicyState: RDSClientTypes.AuditPolicyState? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.auditPolicyState = auditPolicyState self.resourceArn = resourceArn } @@ -16697,8 +16245,7 @@ public struct ModifyActivityStreamOutput: Swift.Sendable { mode: RDSClientTypes.ActivityStreamMode? = nil, policyStatus: RDSClientTypes.ActivityStreamPolicyStatus? = nil, status: RDSClientTypes.ActivityStreamStatus? = nil - ) - { + ) { self.engineNativeAuditFieldsIncluded = engineNativeAuditFieldsIncluded self.kinesisStreamName = kinesisStreamName self.kmsKeyId = kmsKeyId @@ -16717,8 +16264,7 @@ public struct ModifyCertificatesInput: Swift.Sendable { public init( certificateIdentifier: Swift.String? = nil, removeCustomerOverride: Swift.Bool? = nil - ) - { + ) { self.certificateIdentifier = certificateIdentifier self.removeCustomerOverride = removeCustomerOverride } @@ -16730,8 +16276,7 @@ public struct ModifyCertificatesOutput: Swift.Sendable { public init( certificate: RDSClientTypes.Certificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -16754,8 +16299,7 @@ public struct InvalidDBClusterCapacityFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16782,8 +16326,7 @@ public struct ModifyCurrentDBClusterCapacityInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, secondsBeforeTimeout: Swift.Int? = nil, timeoutAction: Swift.String? = nil - ) - { + ) { self.capacity = capacity self.dbClusterIdentifier = dbClusterIdentifier self.secondsBeforeTimeout = secondsBeforeTimeout @@ -16809,8 +16352,7 @@ public struct ModifyCurrentDBClusterCapacityOutput: Swift.Sendable { pendingCapacity: Swift.Int? = nil, secondsBeforeTimeout: Swift.Int? = nil, timeoutAction: Swift.String? = nil - ) - { + ) { self.currentCapacity = currentCapacity self.dbClusterIdentifier = dbClusterIdentifier self.pendingCapacity = pendingCapacity @@ -16876,8 +16418,7 @@ public struct ModifyCustomDBEngineVersionInput: Swift.Sendable { engine: Swift.String? = nil, engineVersion: Swift.String? = nil, status: RDSClientTypes.CustomEngineVersionStatus? = nil - ) - { + ) { self.description = description self.engine = engine self.engineVersion = engineVersion @@ -16994,8 +16535,7 @@ public struct ModifyCustomDBEngineVersionOutput: Swift.Sendable { supportsReadReplica: Swift.Bool? = nil, tagList: [RDSClientTypes.Tag]? = nil, validUpgradeTarget: [RDSClientTypes.UpgradeTarget]? = nil - ) - { + ) { self.createTime = createTime self.customDBEngineVersionManifest = customDBEngineVersionManifest self.databaseInstallationFilesS3BucketName = databaseInstallationFilesS3BucketName @@ -17052,8 +16592,7 @@ public struct StorageTypeNotAvailableFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17086,8 +16625,7 @@ extension RDSClientTypes { public init( disableLogTypes: [Swift.String]? = nil, enableLogTypes: [Swift.String]? = nil - ) - { + ) { self.disableLogTypes = disableLogTypes self.enableLogTypes = enableLogTypes } @@ -17324,8 +16862,7 @@ public struct ModifyDBClusterInput: Swift.Sendable { serverlessV2ScalingConfiguration: RDSClientTypes.ServerlessV2ScalingConfiguration? = nil, storageType: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.allowEngineModeChange = allowEngineModeChange self.allowMajorVersionUpgrade = allowMajorVersionUpgrade @@ -17381,8 +16918,7 @@ public struct ModifyDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -17403,8 +16939,7 @@ public struct ModifyDBClusterEndpointInput: Swift.Sendable { endpointType: Swift.String? = nil, excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil - ) - { + ) { self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier self.endpointType = endpointType self.excludedMembers = excludedMembers @@ -17457,8 +16992,7 @@ public struct ModifyDBClusterEndpointOutput: Swift.Sendable { excludedMembers: [Swift.String]? = nil, staticMembers: [Swift.String]? = nil, status: Swift.String? = nil - ) - { + ) { self.customEndpointType = customEndpointType self.dbClusterEndpointArn = dbClusterEndpointArn self.dbClusterEndpointIdentifier = dbClusterEndpointIdentifier @@ -17484,8 +17018,7 @@ public struct ModifyDBClusterParameterGroupInput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters } @@ -17507,8 +17040,7 @@ public struct ModifyDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -17531,8 +17063,7 @@ public struct SharedSnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17555,8 +17086,7 @@ public struct ModifyDBClusterSnapshotAttributeInput: Swift.Sendable { dbClusterSnapshotIdentifier: Swift.String? = nil, valuesToAdd: [Swift.String]? = nil, valuesToRemove: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.dbClusterSnapshotIdentifier = dbClusterSnapshotIdentifier self.valuesToAdd = valuesToAdd @@ -17570,8 +17100,7 @@ public struct ModifyDBClusterSnapshotAttributeOutput: Swift.Sendable { public init( dbClusterSnapshotAttributesResult: RDSClientTypes.DBClusterSnapshotAttributesResult? = nil - ) - { + ) { self.dbClusterSnapshotAttributesResult = dbClusterSnapshotAttributesResult } } @@ -17594,8 +17123,7 @@ public struct DBUpgradeDependencyFailureFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17770,7 +17298,7 @@ public struct ModifyDBInstanceInput: Swift.Sendable { /// /// * If you are upgrading the engine version and modifying the DB instance class at the same time, the currently running engine version must be supported on the specified DB instance class. Otherwise, the operation returns an error. In this case, first run the operation to upgrade the engine version, and then run it again to modify the DB instance class. public var engineVersion: Swift.String? - /// The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect. If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Constraints: + /// The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect. If you choose to migrate your DB instance from using standard storage to Provisioned IOPS (io1), or from Provisioned IOPS to standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Constraints: /// /// * For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL - The value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. /// @@ -17914,7 +17442,7 @@ public struct ModifyDBInstanceInput: Swift.Sendable { public var rotateMasterUserPassword: Swift.Bool? /// The storage throughput value for the DB instance. This setting applies only to the gp3 storage type. This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. public var storageThroughput: Swift.Int? - /// The storage type to associate with the DB instance. If you specify io1, io2, or gp3 you must also include a value for the Iops parameter. If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Valid Values: gp2 | gp3 | io1 | io2 | standard Default: io1, if the Iops parameter is specified. Otherwise, gp2. + /// The storage type to associate with the DB instance. If you specify io1, io2, or gp3 you must also include a value for the Iops parameter. If you choose to migrate your DB instance from using standard storage to gp2 (General Purpose SSD), gp3, or Provisioned IOPS (io1), or from these storage types to standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Valid Values: gp2 | gp3 | io1 | io2 | standard Default: io1, if the Iops parameter is specified. Otherwise, gp2. public var storageType: Swift.String? /// The ARN from the key store with which to associate the instance for TDE encryption. This setting doesn't apply to RDS Custom DB instances. public var tdeCredentialArn: Swift.String? @@ -17996,8 +17524,7 @@ public struct ModifyDBInstanceInput: Swift.Sendable { tdeCredentialPassword: Swift.String? = nil, useDefaultProcessorFeatures: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.applyImmediately = applyImmediately @@ -18068,8 +17595,7 @@ public struct ModifyDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -18088,8 +17614,7 @@ public struct ModifyDBParameterGroupInput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameters = parameters } @@ -18102,8 +17627,7 @@ public struct ModifyDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -18136,8 +17660,7 @@ public struct ModifyDBProxyInput: Swift.Sendable { requireTLS: Swift.Bool? = nil, roleArn: Swift.String? = nil, securityGroups: [Swift.String]? = nil - ) - { + ) { self.auth = auth self.dbProxyName = dbProxyName self.debugLogging = debugLogging @@ -18155,8 +17678,7 @@ public struct ModifyDBProxyOutput: Swift.Sendable { public init( dbProxy: RDSClientTypes.DBProxy? = nil - ) - { + ) { self.dbProxy = dbProxy } } @@ -18174,8 +17696,7 @@ public struct ModifyDBProxyEndpointInput: Swift.Sendable { dbProxyEndpointName: Swift.String? = nil, newDBProxyEndpointName: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.dbProxyEndpointName = dbProxyEndpointName self.newDBProxyEndpointName = newDBProxyEndpointName self.vpcSecurityGroupIds = vpcSecurityGroupIds @@ -18188,8 +17709,7 @@ public struct ModifyDBProxyEndpointOutput: Swift.Sendable { public init( dbProxyEndpoint: RDSClientTypes.DBProxyEndpoint? = nil - ) - { + ) { self.dbProxyEndpoint = dbProxyEndpoint } } @@ -18221,8 +17741,7 @@ extension RDSClientTypes { maxConnectionsPercent: Swift.Int? = nil, maxIdleConnectionsPercent: Swift.Int? = nil, sessionPinningFilters: [Swift.String]? = nil - ) - { + ) { self.connectionBorrowTimeout = connectionBorrowTimeout self.initQuery = initQuery self.maxConnectionsPercent = maxConnectionsPercent @@ -18249,8 +17768,7 @@ public struct ModifyDBProxyTargetGroupInput: Swift.Sendable { dbProxyName: Swift.String? = nil, newName: Swift.String? = nil, targetGroupName: Swift.String? = nil - ) - { + ) { self.connectionPoolConfig = connectionPoolConfig self.dbProxyName = dbProxyName self.newName = newName @@ -18264,8 +17782,7 @@ public struct ModifyDBProxyTargetGroupOutput: Swift.Sendable { public init( dbProxyTargetGroup: RDSClientTypes.DBProxyTargetGroup? = nil - ) - { + ) { self.dbProxyTargetGroup = dbProxyTargetGroup } } @@ -18288,8 +17805,7 @@ extension RDSClientTypes { public init( actionId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.status = status } @@ -18316,8 +17832,7 @@ public struct ModifyDBRecommendationInput: Swift.Sendable { recommendationId: Swift.String? = nil, recommendedActionUpdates: [RDSClientTypes.RecommendedActionUpdate]? = nil, status: Swift.String? = nil - ) - { + ) { self.locale = locale self.recommendationId = recommendationId self.recommendedActionUpdates = recommendedActionUpdates @@ -18331,8 +17846,7 @@ public struct ModifyDBRecommendationOutput: Swift.Sendable { public init( dbRecommendation: RDSClientTypes.DBRecommendation? = nil - ) - { + ) { self.dbRecommendation = dbRecommendation } } @@ -18359,8 +17873,7 @@ public struct ModifyDBShardGroupInput: Swift.Sendable { dbShardGroupIdentifier: Swift.String? = nil, maxACU: Swift.Double? = nil, minACU: Swift.Double? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbShardGroupIdentifier = dbShardGroupIdentifier self.maxACU = maxACU @@ -18411,8 +17924,7 @@ public struct ModifyDBShardGroupOutput: Swift.Sendable { publiclyAccessible: Swift.Bool? = nil, status: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn @@ -18453,8 +17965,7 @@ public struct ModifyDBSnapshotInput: Swift.Sendable { dbSnapshotIdentifier: Swift.String? = nil, engineVersion: Swift.String? = nil, optionGroupName: Swift.String? = nil - ) - { + ) { self.dbSnapshotIdentifier = dbSnapshotIdentifier self.engineVersion = engineVersion self.optionGroupName = optionGroupName @@ -18467,8 +17978,7 @@ public struct ModifyDBSnapshotOutput: Swift.Sendable { public init( dbSnapshot: RDSClientTypes.DBSnapshot? = nil - ) - { + ) { self.dbSnapshot = dbSnapshot } } @@ -18491,8 +18001,7 @@ public struct ModifyDBSnapshotAttributeInput: Swift.Sendable { dbSnapshotIdentifier: Swift.String? = nil, valuesToAdd: [Swift.String]? = nil, valuesToRemove: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.dbSnapshotIdentifier = dbSnapshotIdentifier self.valuesToAdd = valuesToAdd @@ -18506,8 +18015,7 @@ public struct ModifyDBSnapshotAttributeOutput: Swift.Sendable { public init( dbSnapshotAttributesResult: RDSClientTypes.DBSnapshotAttributesResult? = nil - ) - { + ) { self.dbSnapshotAttributesResult = dbSnapshotAttributesResult } } @@ -18530,8 +18038,7 @@ public struct SubnetAlreadyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18551,8 +18058,7 @@ public struct ModifyDBSubnetGroupInput: Swift.Sendable { dbSubnetGroupDescription: Swift.String? = nil, dbSubnetGroupName: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName self.subnetIds = subnetIds @@ -18565,8 +18071,7 @@ public struct ModifyDBSubnetGroupOutput: Swift.Sendable { public init( dbSubnetGroup: RDSClientTypes.DBSubnetGroup? = nil - ) - { + ) { self.dbSubnetGroup = dbSubnetGroup } } @@ -18591,8 +18096,7 @@ public struct ModifyEventSubscriptionInput: Swift.Sendable { snsTopicArn: Swift.String? = nil, sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.snsTopicArn = snsTopicArn @@ -18607,8 +18111,7 @@ public struct ModifyEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RDSClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -18642,8 +18145,7 @@ public struct ModifyGlobalClusterInput: Swift.Sendable { engineVersion: Swift.String? = nil, globalClusterIdentifier: Swift.String? = nil, newGlobalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.allowMajorVersionUpgrade = allowMajorVersionUpgrade self.deletionProtection = deletionProtection self.engineVersion = engineVersion @@ -18658,8 +18160,7 @@ public struct ModifyGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -18680,8 +18181,7 @@ public struct ModifyIntegrationInput: Swift.Sendable { description: Swift.String? = nil, integrationIdentifier: Swift.String? = nil, integrationName: Swift.String? = nil - ) - { + ) { self.dataFilter = dataFilter self.description = description self.integrationIdentifier = integrationIdentifier @@ -18729,8 +18229,7 @@ public struct ModifyIntegrationOutput: Swift.Sendable { status: RDSClientTypes.IntegrationStatus? = nil, tags: [RDSClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.dataFilter = dataFilter @@ -18771,8 +18270,7 @@ extension RDSClientTypes { optionVersion: Swift.String? = nil, port: Swift.Int? = nil, vpcSecurityGroupMemberships: [Swift.String]? = nil - ) - { + ) { self.dbSecurityGroupMemberships = dbSecurityGroupMemberships self.optionName = optionName self.optionSettings = optionSettings @@ -18800,8 +18298,7 @@ public struct ModifyOptionGroupInput: Swift.Sendable { optionGroupName: Swift.String? = nil, optionsToInclude: [RDSClientTypes.OptionConfiguration]? = nil, optionsToRemove: [Swift.String]? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.optionGroupName = optionGroupName self.optionsToInclude = optionsToInclude @@ -18815,8 +18312,7 @@ public struct ModifyOptionGroupOutput: Swift.Sendable { public init( optionGroup: RDSClientTypes.OptionGroup? = nil - ) - { + ) { self.optionGroup = optionGroup } } @@ -18853,8 +18349,7 @@ public struct ModifyTenantDatabaseInput: Swift.Sendable { masterUserPassword: Swift.String? = nil, newTenantDBName: Swift.String? = nil, tenantDBName: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.masterUserPassword = masterUserPassword self.newTenantDBName = newTenantDBName @@ -18873,8 +18368,7 @@ public struct ModifyTenantDatabaseOutput: Swift.Sendable { public init( tenantDatabase: RDSClientTypes.TenantDatabase? = nil - ) - { + ) { self.tenantDatabase = tenantDatabase } } @@ -18910,8 +18404,7 @@ public struct PromoteReadReplicaInput: Swift.Sendable { backupRetentionPeriod: Swift.Int? = nil, dbInstanceIdentifier: Swift.String? = nil, preferredBackupWindow: Swift.String? = nil - ) - { + ) { self.backupRetentionPeriod = backupRetentionPeriod self.dbInstanceIdentifier = dbInstanceIdentifier self.preferredBackupWindow = preferredBackupWindow @@ -18924,8 +18417,7 @@ public struct PromoteReadReplicaOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -18943,8 +18435,7 @@ public struct PromoteReadReplicaDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -18955,8 +18446,7 @@ public struct PromoteReadReplicaDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -18979,8 +18469,7 @@ public struct ReservedDBInstanceAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19003,8 +18492,7 @@ public struct ReservedDBInstanceQuotaExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19026,8 +18514,7 @@ public struct PurchaseReservedDBInstancesOfferingInput: Swift.Sendable { reservedDBInstanceId: Swift.String? = nil, reservedDBInstancesOfferingId: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.dbInstanceCount = dbInstanceCount self.reservedDBInstanceId = reservedDBInstanceId self.reservedDBInstancesOfferingId = reservedDBInstancesOfferingId @@ -19041,8 +18528,7 @@ public struct PurchaseReservedDBInstancesOfferingOutput: Swift.Sendable { public init( reservedDBInstance: RDSClientTypes.ReservedDBInstance? = nil - ) - { + ) { self.reservedDBInstance = reservedDBInstance } } @@ -19056,8 +18542,7 @@ public struct RebootDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -19068,8 +18553,7 @@ public struct RebootDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -19087,8 +18571,7 @@ public struct RebootDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil, forceFailover: Swift.Bool? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.forceFailover = forceFailover } @@ -19100,8 +18583,7 @@ public struct RebootDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -19113,8 +18595,7 @@ public struct RebootDBShardGroupInput: Swift.Sendable { public init( dbShardGroupIdentifier: Swift.String? = nil - ) - { + ) { self.dbShardGroupIdentifier = dbShardGroupIdentifier } } @@ -19162,8 +18643,7 @@ public struct RebootDBShardGroupOutput: Swift.Sendable { publiclyAccessible: Swift.Bool? = nil, status: Swift.String? = nil, tagList: [RDSClientTypes.Tag]? = nil - ) - { + ) { self.computeRedundancy = computeRedundancy self.dbClusterIdentifier = dbClusterIdentifier self.dbShardGroupArn = dbShardGroupArn @@ -19196,8 +18676,7 @@ public struct DBProxyTargetAlreadyRegisteredFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19220,8 +18699,7 @@ public struct InsufficientAvailableIPsInSubnetFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19242,8 +18720,7 @@ public struct RegisterDBProxyTargetsInput: Swift.Sendable { dbInstanceIdentifiers: [Swift.String]? = nil, dbProxyName: Swift.String? = nil, targetGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifiers = dbClusterIdentifiers self.dbInstanceIdentifiers = dbInstanceIdentifiers self.dbProxyName = dbProxyName @@ -19257,8 +18734,7 @@ public struct RegisterDBProxyTargetsOutput: Swift.Sendable { public init( dbProxyTargets: [RDSClientTypes.DBProxyTarget]? = nil - ) - { + ) { self.dbProxyTargets = dbProxyTargets } } @@ -19272,8 +18748,7 @@ public struct RemoveFromGlobalClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil, globalClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.globalClusterIdentifier = globalClusterIdentifier } @@ -19285,8 +18760,7 @@ public struct RemoveFromGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -19309,8 +18783,7 @@ public struct DBClusterRoleNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19329,8 +18802,7 @@ public struct RemoveRoleFromDBClusterInput: Swift.Sendable { dbClusterIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier self.featureName = featureName self.roleArn = roleArn @@ -19355,8 +18827,7 @@ public struct DBInstanceRoleNotFoundFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19376,8 +18847,7 @@ public struct RemoveRoleFromDBInstanceInput: Swift.Sendable { dbInstanceIdentifier: Swift.String? = nil, featureName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.featureName = featureName self.roleArn = roleArn @@ -19396,8 +18866,7 @@ public struct RemoveSourceIdentifierFromSubscriptionInput: Swift.Sendable { public init( sourceIdentifier: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.sourceIdentifier = sourceIdentifier self.subscriptionName = subscriptionName } @@ -19409,8 +18878,7 @@ public struct RemoveSourceIdentifierFromSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RDSClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -19427,8 +18895,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -19448,8 +18915,7 @@ public struct ResetDBClusterParameterGroupInput: Swift.Sendable { dbClusterParameterGroupName: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -19472,8 +18938,7 @@ public struct ResetDBClusterParameterGroupOutput: Swift.Sendable { public init( dbClusterParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbClusterParameterGroupName = dbClusterParameterGroupName } } @@ -19494,8 +18959,7 @@ public struct ResetDBParameterGroupInput: Swift.Sendable { dbParameterGroupName: Swift.String? = nil, parameters: [RDSClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -19509,8 +18973,7 @@ public struct ResetDBParameterGroupOutput: Swift.Sendable { public init( dbParameterGroupName: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName } } @@ -19533,8 +18996,7 @@ public struct InvalidS3BucketFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19709,8 +19171,7 @@ public struct RestoreDBClusterFromS3Input: Swift.Sendable { storageType: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backtrackWindow = backtrackWindow self.backupRetentionPeriod = backupRetentionPeriod @@ -19757,8 +19218,7 @@ public struct RestoreDBClusterFromS3Output: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -19781,8 +19241,7 @@ public struct InsufficientDBClusterCapacityFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19805,8 +19264,7 @@ public struct InvalidRestoreFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19997,8 +19455,7 @@ public struct RestoreDBClusterFromSnapshotInput: Swift.Sendable { storageType: Swift.String? = nil, tags: [RDSClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backtrackWindow = backtrackWindow self.copyTagsToSnapshot = copyTagsToSnapshot @@ -20043,8 +19500,7 @@ public struct RestoreDBClusterFromSnapshotOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -20110,7 +19566,7 @@ public struct RestoreDBClusterToPointInTimeInput: Swift.Sendable { /// /// Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support public var engineLifecycleSupport: Swift.String? - /// The engine mode of the new cluster. Specify provisioned or serverless, depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or an encrypted provisioned cluster. Valid for: Aurora DB clusters only + /// The engine mode of the new cluster. Specify provisioned or serverless, depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or an encrypted provisioned cluster. To create a full copy that is an Aurora Serverless v1 cluster, specify the engine mode serverless. Valid for: Aurora DB clusters only public var engineMode: Swift.String? /// The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see [Amazon RDS Provisioned IOPS storage](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) in the Amazon RDS User Guide. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance. Valid for: Multi-AZ DB clusters only public var iops: Swift.Int? @@ -20251,8 +19707,7 @@ public struct RestoreDBClusterToPointInTimeInput: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, useLatestRestorableTime: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.backtrackWindow = backtrackWindow self.copyTagsToSnapshot = copyTagsToSnapshot self.dbClusterIdentifier = dbClusterIdentifier @@ -20297,8 +19752,7 @@ public struct RestoreDBClusterToPointInTimeOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -20553,8 +20007,7 @@ public struct RestoreDBInstanceFromDBSnapshotInput: Swift.Sendable { tdeCredentialPassword: Swift.String? = nil, useDefaultProcessorFeatures: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -20606,8 +20059,7 @@ public struct RestoreDBInstanceFromDBSnapshotOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -20859,8 +20311,7 @@ public struct RestoreDBInstanceFromS3Input: Swift.Sendable { tags: [RDSClientTypes.Tag]? = nil, useDefaultProcessorFeatures: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -20922,8 +20373,7 @@ public struct RestoreDBInstanceFromS3Output: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -20946,8 +20396,7 @@ public struct PointInTimeRestoreNotEnabledFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21236,8 +20685,7 @@ public struct RestoreDBInstanceToPointInTimeInput: Swift.Sendable { useDefaultProcessorFeatures: Swift.Bool? = nil, useLatestRestorableTime: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -21293,8 +20741,7 @@ public struct RestoreDBInstanceToPointInTimeOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -21319,8 +20766,7 @@ public struct RevokeDBSecurityGroupIngressInput: Swift.Sendable { ec2SecurityGroupId: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cidrip = cidrip self.dbSecurityGroupName = dbSecurityGroupName self.ec2SecurityGroupId = ec2SecurityGroupId @@ -21335,8 +20781,7 @@ public struct RevokeDBSecurityGroupIngressOutput: Swift.Sendable { public init( dbSecurityGroup: RDSClientTypes.DBSecurityGroup? = nil - ) - { + ) { self.dbSecurityGroup = dbSecurityGroup } } @@ -21362,8 +20807,7 @@ public struct StartActivityStreamInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, mode: RDSClientTypes.ActivityStreamMode? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.engineNativeAuditFieldsIncluded = engineNativeAuditFieldsIncluded self.kmsKeyId = kmsKeyId @@ -21393,8 +20837,7 @@ public struct StartActivityStreamOutput: Swift.Sendable { kmsKeyId: Swift.String? = nil, mode: RDSClientTypes.ActivityStreamMode? = nil, status: RDSClientTypes.ActivityStreamStatus? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.engineNativeAuditFieldsIncluded = engineNativeAuditFieldsIncluded self.kinesisStreamName = kinesisStreamName @@ -21411,8 +20854,7 @@ public struct StartDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -21423,8 +20865,7 @@ public struct StartDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -21436,8 +20877,7 @@ public struct StartDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier } } @@ -21448,8 +20888,7 @@ public struct StartDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -21470,8 +20909,7 @@ public struct StartDBInstanceAutomatedBackupsReplicationInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, preSignedUrl: Swift.String? = nil, sourceDBInstanceArn: Swift.String? = nil - ) - { + ) { self.backupRetentionPeriod = backupRetentionPeriod self.kmsKeyId = kmsKeyId self.preSignedUrl = preSignedUrl @@ -21485,8 +20923,7 @@ public struct StartDBInstanceAutomatedBackupsReplicationOutput: Swift.Sendable { public init( dbInstanceAutomatedBackup: RDSClientTypes.DBInstanceAutomatedBackup? = nil - ) - { + ) { self.dbInstanceAutomatedBackup = dbInstanceAutomatedBackup } } @@ -21509,8 +20946,7 @@ public struct ExportTaskAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21533,8 +20969,7 @@ public struct IamRoleMissingPermissionsFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21557,8 +20992,7 @@ public struct IamRoleNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21581,8 +21015,7 @@ public struct InvalidExportOnlyFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21605,8 +21038,7 @@ public struct InvalidExportSourceStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -21683,8 +21115,7 @@ public struct StartExportTaskInput: Swift.Sendable { s3BucketName: Swift.String? = nil, s3Prefix: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.exportOnly = exportOnly self.exportTaskIdentifier = exportTaskIdentifier self.iamRoleArn = iamRoleArn @@ -21767,8 +21198,7 @@ public struct StartExportTaskOutput: Swift.Sendable { taskStartTime: Foundation.Date? = nil, totalExtractedDataInGB: Swift.Int? = nil, warningMessage: Swift.String? = nil - ) - { + ) { self.exportOnly = exportOnly self.exportTaskIdentifier = exportTaskIdentifier self.failureCause = failureCause @@ -21798,8 +21228,7 @@ public struct StopActivityStreamInput: Swift.Sendable { public init( applyImmediately: Swift.Bool? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applyImmediately = applyImmediately self.resourceArn = resourceArn } @@ -21817,8 +21246,7 @@ public struct StopActivityStreamOutput: Swift.Sendable { kinesisStreamName: Swift.String? = nil, kmsKeyId: Swift.String? = nil, status: RDSClientTypes.ActivityStreamStatus? = nil - ) - { + ) { self.kinesisStreamName = kinesisStreamName self.kmsKeyId = kmsKeyId self.status = status @@ -21832,8 +21260,7 @@ public struct StopDBClusterInput: Swift.Sendable { public init( dbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.dbClusterIdentifier = dbClusterIdentifier } } @@ -21844,8 +21271,7 @@ public struct StopDBClusterOutput: Swift.Sendable { public init( dbCluster: RDSClientTypes.DBCluster? = nil - ) - { + ) { self.dbCluster = dbCluster } } @@ -21860,8 +21286,7 @@ public struct StopDBInstanceInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil, dbSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier self.dbSnapshotIdentifier = dbSnapshotIdentifier } @@ -21873,8 +21298,7 @@ public struct StopDBInstanceOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } @@ -21886,8 +21310,7 @@ public struct StopDBInstanceAutomatedBackupsReplicationInput: Swift.Sendable { public init( sourceDBInstanceArn: Swift.String? = nil - ) - { + ) { self.sourceDBInstanceArn = sourceDBInstanceArn } } @@ -21898,8 +21321,7 @@ public struct StopDBInstanceAutomatedBackupsReplicationOutput: Swift.Sendable { public init( dbInstanceAutomatedBackup: RDSClientTypes.DBInstanceAutomatedBackup? = nil - ) - { + ) { self.dbInstanceAutomatedBackup = dbInstanceAutomatedBackup } } @@ -21916,8 +21338,7 @@ public struct SwitchoverBlueGreenDeploymentInput: Swift.Sendable { public init( blueGreenDeploymentIdentifier: Swift.String? = nil, switchoverTimeout: Swift.Int? = nil - ) - { + ) { self.blueGreenDeploymentIdentifier = blueGreenDeploymentIdentifier self.switchoverTimeout = switchoverTimeout } @@ -21929,8 +21350,7 @@ public struct SwitchoverBlueGreenDeploymentOutput: Swift.Sendable { public init( blueGreenDeployment: RDSClientTypes.BlueGreenDeployment? = nil - ) - { + ) { self.blueGreenDeployment = blueGreenDeployment } } @@ -21948,8 +21368,7 @@ public struct SwitchoverGlobalClusterInput: Swift.Sendable { public init( globalClusterIdentifier: Swift.String? = nil, targetDbClusterIdentifier: Swift.String? = nil - ) - { + ) { self.globalClusterIdentifier = globalClusterIdentifier self.targetDbClusterIdentifier = targetDbClusterIdentifier } @@ -21961,8 +21380,7 @@ public struct SwitchoverGlobalClusterOutput: Swift.Sendable { public init( globalCluster: RDSClientTypes.GlobalCluster? = nil - ) - { + ) { self.globalCluster = globalCluster } } @@ -21976,8 +21394,7 @@ public struct SwitchoverReadReplicaInput: Swift.Sendable { public init( dbInstanceIdentifier: Swift.String? = nil - ) - { + ) { self.dbInstanceIdentifier = dbInstanceIdentifier } } @@ -21988,8 +21405,7 @@ public struct SwitchoverReadReplicaOutput: Swift.Sendable { public init( dbInstance: RDSClientTypes.DBInstance? = nil - ) - { + ) { self.dbInstance = dbInstance } } diff --git a/Sources/Services/AWSRDS/Sources/AWSRDS/RDSClient.swift b/Sources/Services/AWSRDS/Sources/AWSRDS/RDSClient.swift index f22bf941d47..f4c50b8ddd6 100644 --- a/Sources/Services/AWSRDS/Sources/AWSRDS/RDSClient.swift +++ b/Sources/Services/AWSRDS/Sources/AWSRDS/RDSClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RDSClient: ClientRuntime.Client { public static let clientName = "RDSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RDSClient.RDSClientConfiguration let serviceName = "RDS" diff --git a/Sources/Services/AWSRDSData/Package.swift.txt b/Sources/Services/AWSRDSData/Package.swift.txt index 06a57c2beea..7309501a98d 100644 --- a/Sources/Services/AWSRDSData/Package.swift.txt +++ b/Sources/Services/AWSRDSData/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSRDSData/Sources/AWSRDSData/Models.swift b/Sources/Services/AWSRDSData/Sources/AWSRDSData/Models.swift index 80562a78d77..335455b104f 100644 --- a/Sources/Services/AWSRDSData/Sources/AWSRDSData/Models.swift +++ b/Sources/Services/AWSRDSData/Sources/AWSRDSData/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct DatabaseErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct DatabaseNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct DatabaseResumingException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +174,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -203,8 +197,7 @@ public struct HttpEndpointNotEnabledException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +233,7 @@ public struct InvalidSecretException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -270,8 +262,7 @@ public struct SecretsErrorException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -311,8 +302,7 @@ public struct StatementTimeoutException: ClientRuntime.ModeledError, AWSClientRu public init( dbConnectionId: Swift.Int = 0, message: Swift.String? = nil - ) - { + ) { self.properties.dbConnectionId = dbConnectionId self.properties.message = message } @@ -336,8 +326,7 @@ public struct TransactionNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -401,8 +390,7 @@ public struct BeginTransactionInput: Swift.Sendable { resourceArn: Swift.String? = nil, schema: Swift.String? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.database = database self.resourceArn = resourceArn self.schema = schema @@ -417,8 +405,7 @@ public struct BeginTransactionOutput: Swift.Sendable { public init( transactionId: Swift.String? = nil - ) - { + ) { self.transactionId = transactionId } } @@ -471,8 +458,7 @@ extension RDSDataClientTypes { tableName: Swift.String? = nil, type: Swift.Int = 0, typeName: Swift.String? = nil - ) - { + ) { self.arrayBaseColumnType = arrayBaseColumnType self.isAutoIncrement = isAutoIncrement self.isCaseSensitive = isCaseSensitive @@ -510,8 +496,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -532,8 +517,7 @@ public struct CommitTransactionInput: Swift.Sendable { resourceArn: Swift.String? = nil, secretArn: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.secretArn = secretArn self.transactionId = transactionId @@ -547,8 +531,7 @@ public struct CommitTransactionOutput: Swift.Sendable { public init( transactionStatus: Swift.String? = nil - ) - { + ) { self.transactionStatus = transactionStatus } } @@ -606,8 +589,7 @@ public struct UnsupportedResultException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -682,8 +664,7 @@ extension RDSDataClientTypes { public init( decimalReturnType: RDSDataClientTypes.DecimalReturnType? = nil, longReturnType: RDSDataClientTypes.LongReturnType? = nil - ) - { + ) { self.decimalReturnType = decimalReturnType self.longReturnType = longReturnType } @@ -706,8 +687,7 @@ public struct RollbackTransactionInput: Swift.Sendable { resourceArn: Swift.String? = nil, secretArn: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.secretArn = secretArn self.transactionId = transactionId @@ -721,8 +701,7 @@ public struct RollbackTransactionOutput: Swift.Sendable { public init( transactionStatus: Swift.String? = nil - ) - { + ) { self.transactionStatus = transactionStatus } } @@ -794,8 +773,7 @@ extension RDSDataClientTypes { name: Swift.String? = nil, typeHint: RDSDataClientTypes.TypeHint? = nil, value: RDSDataClientTypes.Field? = nil - ) - { + ) { self.name = name self.typeHint = typeHint self.value = value @@ -812,8 +790,7 @@ extension RDSDataClientTypes { public init( generatedFields: [RDSDataClientTypes.Field]? = nil - ) - { + ) { self.generatedFields = generatedFields } } @@ -859,8 +836,7 @@ public struct ExecuteStatementInput: Swift.Sendable { secretArn: Swift.String? = nil, sql: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.continueAfterTimeout = continueAfterTimeout self.database = database self.formatRecordsAs = formatRecordsAs @@ -910,8 +886,7 @@ public struct BatchExecuteStatementInput: Swift.Sendable { secretArn: Swift.String? = nil, sql: Swift.String? = nil, transactionId: Swift.String? = nil - ) - { + ) { self.database = database self.parameterSets = parameterSets self.resourceArn = resourceArn @@ -929,8 +904,7 @@ public struct BatchExecuteStatementOutput: Swift.Sendable { public init( updateResults: [RDSDataClientTypes.UpdateResult]? = nil - ) - { + ) { self.updateResults = updateResults } } @@ -954,8 +928,7 @@ public struct ExecuteStatementOutput: Swift.Sendable { generatedFields: [RDSDataClientTypes.Field]? = nil, numberOfRecordsUpdated: Swift.Int = 0, records: [[RDSDataClientTypes.Field]]? = nil - ) - { + ) { self.columnMetadata = columnMetadata self.formattedRecords = formattedRecords self.generatedFields = generatedFields diff --git a/Sources/Services/AWSRDSData/Sources/AWSRDSData/RDSDataClient.swift b/Sources/Services/AWSRDSData/Sources/AWSRDSData/RDSDataClient.swift index 9468455558b..ad9a20c7b20 100644 --- a/Sources/Services/AWSRDSData/Sources/AWSRDSData/RDSDataClient.swift +++ b/Sources/Services/AWSRDSData/Sources/AWSRDSData/RDSDataClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RDSDataClient: ClientRuntime.Client { public static let clientName = "RDSDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RDSDataClient.RDSDataClientConfiguration let serviceName = "RDS Data" diff --git a/Sources/Services/AWSRUM/Package.swift.txt b/Sources/Services/AWSRUM/Package.swift.txt index cc689d4ef2c..f3bc0822c85 100644 --- a/Sources/Services/AWSRUM/Package.swift.txt +++ b/Sources/Services/AWSRUM/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRUM/Sources/AWSRUM/Models.swift b/Sources/Services/AWSRUM/Sources/AWSRUM/Models.swift index fc4953d64c1..e5aa35d55c8 100644 --- a/Sources/Services/AWSRUM/Sources/AWSRUM/Models.swift +++ b/Sources/Services/AWSRUM/Sources/AWSRUM/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -132,8 +131,7 @@ extension RUMClientTypes { includedPages: [Swift.String]? = nil, sessionSampleRate: Swift.Double = 0.0, telemetries: [RUMClientTypes.Telemetry]? = nil - ) - { + ) { self.allowCookies = allowCookies self.enableXRay = enableXRay self.excludedPages = excludedPages @@ -185,8 +183,7 @@ extension RUMClientTypes { public init( status: RUMClientTypes.CustomEventsStatus? = nil - ) - { + ) { self.status = status } } @@ -204,8 +201,7 @@ extension RUMClientTypes { public init( cwLogEnabled: Swift.Bool? = nil, cwLogGroup: Swift.String? = nil - ) - { + ) { self.cwLogEnabled = cwLogEnabled self.cwLogGroup = cwLogGroup } @@ -221,8 +217,7 @@ extension RUMClientTypes { public init( cwLog: RUMClientTypes.CwLog? = nil - ) - { + ) { self.cwLog = cwLog } } @@ -296,8 +291,7 @@ extension RUMClientTypes { name: Swift.String? = nil, state: RUMClientTypes.StateEnum? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appMonitorConfiguration = appMonitorConfiguration self.created = created self.customEvents = customEvents @@ -327,8 +321,7 @@ extension RUMClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.version = version @@ -362,8 +355,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -392,8 +384,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -425,8 +416,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -452,8 +442,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -486,8 +475,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -514,8 +502,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -707,8 +694,7 @@ extension RUMClientTypes { namespace: Swift.String? = nil, unitLabel: Swift.String? = nil, valueKey: Swift.String? = nil - ) - { + ) { self.dimensionKeys = dimensionKeys self.eventPattern = eventPattern self.name = name @@ -737,8 +723,7 @@ public struct BatchCreateRumMetricDefinitionsInput: Swift.Sendable { destination: RUMClientTypes.MetricDestination? = nil, destinationArn: Swift.String? = nil, metricDefinitions: [RUMClientTypes.MetricDefinitionRequest]? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -764,8 +749,7 @@ extension RUMClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, metricDefinition: RUMClientTypes.MetricDefinitionRequest? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.metricDefinition = metricDefinition @@ -802,8 +786,7 @@ extension RUMClientTypes { namespace: Swift.String? = nil, unitLabel: Swift.String? = nil, valueKey: Swift.String? = nil - ) - { + ) { self.dimensionKeys = dimensionKeys self.eventPattern = eventPattern self.metricDefinitionId = metricDefinitionId @@ -825,8 +808,7 @@ public struct BatchCreateRumMetricDefinitionsOutput: Swift.Sendable { public init( errors: [RUMClientTypes.BatchCreateRumMetricDefinitionsError]? = nil, metricDefinitions: [RUMClientTypes.MetricDefinition]? = nil - ) - { + ) { self.errors = errors self.metricDefinitions = metricDefinitions } @@ -850,8 +832,7 @@ public struct BatchDeleteRumMetricDefinitionsInput: Swift.Sendable { destination: RUMClientTypes.MetricDestination? = nil, destinationArn: Swift.String? = nil, metricDefinitionIds: [Swift.String]? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -877,8 +858,7 @@ extension RUMClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, metricDefinitionId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.metricDefinitionId = metricDefinitionId @@ -896,8 +876,7 @@ public struct BatchDeleteRumMetricDefinitionsOutput: Swift.Sendable { public init( errors: [RUMClientTypes.BatchDeleteRumMetricDefinitionsError]? = nil, metricDefinitionIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.metricDefinitionIds = metricDefinitionIds } @@ -923,8 +902,7 @@ public struct BatchGetRumMetricDefinitionsInput: Swift.Sendable { destinationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -942,8 +920,7 @@ public struct BatchGetRumMetricDefinitionsOutput: Swift.Sendable { public init( metricDefinitions: [RUMClientTypes.MetricDefinition]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.metricDefinitions = metricDefinitions self.nextToken = nextToken } @@ -972,8 +949,7 @@ public struct CreateAppMonitorInput: Swift.Sendable { domain: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appMonitorConfiguration = appMonitorConfiguration self.customEvents = customEvents self.cwLogEnabled = cwLogEnabled @@ -989,8 +965,7 @@ public struct CreateAppMonitorOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1002,8 +977,7 @@ public struct DeleteAppMonitorInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1027,8 +1001,7 @@ public struct DeleteRumMetricsDestinationInput: Swift.Sendable { appMonitorName: Swift.String? = nil, destination: RUMClientTypes.MetricDestination? = nil, destinationArn: Swift.String? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -1047,8 +1020,7 @@ public struct GetAppMonitorInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1059,8 +1031,7 @@ public struct GetAppMonitorOutput: Swift.Sendable { public init( appMonitor: RUMClientTypes.AppMonitor? = nil - ) - { + ) { self.appMonitor = appMonitor } } @@ -1077,8 +1048,7 @@ extension RUMClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1098,8 +1068,7 @@ extension RUMClientTypes { public init( after: Swift.Int = 0, before: Swift.Int = 0 - ) - { + ) { self.after = after self.before = before } @@ -1126,8 +1095,7 @@ public struct GetAppMonitorDataInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, timeRange: RUMClientTypes.TimeRange? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.name = name @@ -1145,8 +1113,7 @@ public struct GetAppMonitorDataOutput: Swift.Sendable { public init( events: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -1161,8 +1128,7 @@ public struct ListAppMonitorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1189,8 +1155,7 @@ extension RUMClientTypes { lastModified: Swift.String? = nil, name: Swift.String? = nil, state: RUMClientTypes.StateEnum? = nil - ) - { + ) { self.created = created self.id = id self.lastModified = lastModified @@ -1209,8 +1174,7 @@ public struct ListAppMonitorsOutput: Swift.Sendable { public init( appMonitorSummaries: [RUMClientTypes.AppMonitorSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appMonitorSummaries = appMonitorSummaries self.nextToken = nextToken } @@ -1229,8 +1193,7 @@ public struct ListRumMetricsDestinationsInput: Swift.Sendable { appMonitorName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.maxResults = maxResults self.nextToken = nextToken @@ -1252,8 +1215,7 @@ extension RUMClientTypes { destination: RUMClientTypes.MetricDestination? = nil, destinationArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.destination = destination self.destinationArn = destinationArn self.iamRoleArn = iamRoleArn @@ -1270,8 +1232,7 @@ public struct ListRumMetricsDestinationsOutput: Swift.Sendable { public init( destinations: [RUMClientTypes.MetricDestinationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.destinations = destinations self.nextToken = nextToken } @@ -1294,8 +1255,7 @@ public struct PutRumMetricsDestinationInput: Swift.Sendable { destination: RUMClientTypes.MetricDestination? = nil, destinationArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -1327,8 +1287,7 @@ public struct UpdateAppMonitorInput: Swift.Sendable { cwLogEnabled: Swift.Bool? = nil, domain: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.appMonitorConfiguration = appMonitorConfiguration self.customEvents = customEvents self.cwLogEnabled = cwLogEnabled @@ -1364,8 +1323,7 @@ public struct UpdateRumMetricDefinitionInput: Swift.Sendable { destinationArn: Swift.String? = nil, metricDefinition: RUMClientTypes.MetricDefinitionRequest? = nil, metricDefinitionId: Swift.String? = nil - ) - { + ) { self.appMonitorName = appMonitorName self.destination = destination self.destinationArn = destinationArn @@ -1386,8 +1344,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1403,8 +1360,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1435,8 +1391,7 @@ extension RUMClientTypes { metadata: Swift.String? = nil, timestamp: Foundation.Date? = nil, type: Swift.String? = nil - ) - { + ) { self.details = details self.id = id self.metadata = metadata @@ -1458,8 +1413,7 @@ extension RUMClientTypes { public init( sessionId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId self.userId = userId } @@ -1489,8 +1443,7 @@ public struct PutRumEventsInput: Swift.Sendable { id: Swift.String? = nil, rumEvents: [RUMClientTypes.RumEvent]? = nil, userDetails: RUMClientTypes.UserDetails? = nil - ) - { + ) { self.appMonitorDetails = appMonitorDetails self.batchId = batchId self.id = id @@ -1515,8 +1468,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1538,8 +1490,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSRUM/Sources/AWSRUM/RUMClient.swift b/Sources/Services/AWSRUM/Sources/AWSRUM/RUMClient.swift index 8131d7311de..0dd18c206ff 100644 --- a/Sources/Services/AWSRUM/Sources/AWSRUM/RUMClient.swift +++ b/Sources/Services/AWSRUM/Sources/AWSRUM/RUMClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RUMClient: ClientRuntime.Client { public static let clientName = "RUMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RUMClient.RUMClientConfiguration let serviceName = "RUM" diff --git a/Sources/Services/AWSRbin/Package.swift.txt b/Sources/Services/AWSRbin/Package.swift.txt index 17bfabde4b5..1578032f555 100644 --- a/Sources/Services/AWSRbin/Package.swift.txt +++ b/Sources/Services/AWSRbin/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRbin/Sources/AWSRbin/Models.swift b/Sources/Services/AWSRbin/Sources/AWSRbin/Models.swift index 7a596d450bf..be8c68d5788 100644 --- a/Sources/Services/AWSRbin/Sources/AWSRbin/Models.swift +++ b/Sources/Services/AWSRbin/Sources/AWSRbin/Models.swift @@ -43,8 +43,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +95,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, reason: RbinClientTypes.ServiceQuotaExceededExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -153,8 +151,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: RbinClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -173,8 +170,7 @@ extension RbinClientTypes { public init( resourceTagKey: Swift.String? = nil, resourceTagValue: Swift.String? = nil - ) - { + ) { self.resourceTagKey = resourceTagKey self.resourceTagValue = resourceTagValue } @@ -221,8 +217,7 @@ extension RbinClientTypes { public init( unlockDelayUnit: RbinClientTypes.UnlockDelayUnit? = nil, unlockDelayValue: Swift.Int? = nil - ) - { + ) { self.unlockDelayUnit = unlockDelayUnit self.unlockDelayValue = unlockDelayValue } @@ -239,8 +234,7 @@ extension RbinClientTypes { public init( unlockDelay: RbinClientTypes.UnlockDelay? = nil - ) - { + ) { self.unlockDelay = unlockDelay } } @@ -315,8 +309,7 @@ extension RbinClientTypes { public init( retentionPeriodUnit: RbinClientTypes.RetentionPeriodUnit? = nil, retentionPeriodValue: Swift.Int? = nil - ) - { + ) { self.retentionPeriodUnit = retentionPeriodUnit self.retentionPeriodValue = retentionPeriodValue } @@ -337,8 +330,7 @@ extension RbinClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -371,8 +363,7 @@ public struct CreateRuleInput: Swift.Sendable { resourceType: RbinClientTypes.ResourceType? = nil, retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, tags: [RbinClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.lockConfiguration = lockConfiguration @@ -488,8 +479,7 @@ public struct CreateRuleOutput: Swift.Sendable { ruleArn: Swift.String? = nil, status: RbinClientTypes.RuleStatus? = nil, tags: [RbinClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier @@ -551,8 +541,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, reason: RbinClientTypes.ConflictExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -605,8 +594,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, reason: RbinClientTypes.ResourceNotFoundExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -619,8 +607,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -637,8 +624,7 @@ public struct GetRuleInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -687,8 +673,7 @@ public struct GetRuleOutput: Swift.Sendable { retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, ruleArn: Swift.String? = nil, status: RbinClientTypes.RuleStatus? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier @@ -725,8 +710,7 @@ public struct ListRulesInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceTags: [RbinClientTypes.ResourceTag]? = nil, resourceType: RbinClientTypes.ResourceType? = nil - ) - { + ) { self.excludeResourceTags = excludeResourceTags self.lockState = lockState self.maxResults = maxResults @@ -765,8 +749,7 @@ extension RbinClientTypes { lockState: RbinClientTypes.LockState? = nil, retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.description = description self.identifier = identifier self.lockState = lockState @@ -785,8 +768,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rules: [RbinClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.rules = rules } @@ -799,8 +781,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -811,8 +792,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [RbinClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -828,8 +808,7 @@ public struct LockRuleInput: Swift.Sendable { public init( identifier: Swift.String? = nil, lockConfiguration: RbinClientTypes.LockConfiguration? = nil - ) - { + ) { self.identifier = identifier self.lockConfiguration = lockConfiguration } @@ -876,8 +855,7 @@ public struct LockRuleOutput: Swift.Sendable { retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, ruleArn: Swift.String? = nil, status: RbinClientTypes.RuleStatus? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier @@ -902,8 +880,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [RbinClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -921,8 +898,7 @@ public struct UnlockRuleInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -971,8 +947,7 @@ public struct UnlockRuleOutput: Swift.Sendable { retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, ruleArn: Swift.String? = nil, status: RbinClientTypes.RuleStatus? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier @@ -998,8 +973,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1032,8 +1006,7 @@ public struct UpdateRuleInput: Swift.Sendable { resourceTags: [RbinClientTypes.ResourceTag]? = nil, resourceType: RbinClientTypes.ResourceType? = nil, retentionPeriod: RbinClientTypes.RetentionPeriod? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier @@ -1084,8 +1057,7 @@ public struct UpdateRuleOutput: Swift.Sendable { retentionPeriod: RbinClientTypes.RetentionPeriod? = nil, ruleArn: Swift.String? = nil, status: RbinClientTypes.RuleStatus? = nil - ) - { + ) { self.description = description self.excludeResourceTags = excludeResourceTags self.identifier = identifier diff --git a/Sources/Services/AWSRbin/Sources/AWSRbin/RbinClient.swift b/Sources/Services/AWSRbin/Sources/AWSRbin/RbinClient.swift index 8e61644a6c8..f57bf50aee8 100644 --- a/Sources/Services/AWSRbin/Sources/AWSRbin/RbinClient.swift +++ b/Sources/Services/AWSRbin/Sources/AWSRbin/RbinClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RbinClient: ClientRuntime.Client { public static let clientName = "RbinClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RbinClient.RbinClientConfiguration let serviceName = "rbin" diff --git a/Sources/Services/AWSRedshift/Package.swift.txt b/Sources/Services/AWSRedshift/Package.swift.txt index 09606ff3d69..1ce613b41dc 100644 --- a/Sources/Services/AWSRedshift/Package.swift.txt +++ b/Sources/Services/AWSRedshift/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,7 +45,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,31 +53,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRedshift/Sources/AWSRedshift/Models.swift b/Sources/Services/AWSRedshift/Sources/AWSRedshift/Models.swift index 0b89cbcfa72..ab604c6bb0b 100644 --- a/Sources/Services/AWSRedshift/Sources/AWSRedshift/Models.swift +++ b/Sources/Services/AWSRedshift/Sources/AWSRedshift/Models.swift @@ -130,8 +130,7 @@ public struct DependentServiceUnavailableFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -154,8 +153,7 @@ public struct InvalidReservedNodeStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -178,8 +176,7 @@ public struct ReservedNodeAlreadyExistsFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -202,8 +199,7 @@ public struct ReservedNodeAlreadyMigratedFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -226,8 +222,7 @@ public struct ReservedNodeNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -250,8 +245,7 @@ public struct ReservedNodeOfferingNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +268,7 @@ public struct UnsupportedOperationFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -291,8 +284,7 @@ public struct AcceptReservedNodeExchangeInput: Swift.Sendable { public init( reservedNodeId: Swift.String? = nil, targetReservedNodeOfferingId: Swift.String? = nil - ) - { + ) { self.reservedNodeId = reservedNodeId self.targetReservedNodeOfferingId = targetReservedNodeOfferingId } @@ -310,8 +302,7 @@ extension RedshiftClientTypes { public init( recurringChargeAmount: Swift.Double? = nil, recurringChargeFrequency: Swift.String? = nil - ) - { + ) { self.recurringChargeAmount = recurringChargeAmount self.recurringChargeFrequency = recurringChargeFrequency } @@ -402,8 +393,7 @@ extension RedshiftClientTypes { startTime: Foundation.Date? = nil, state: Swift.String? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.fixedPrice = fixedPrice @@ -427,8 +417,7 @@ public struct AcceptReservedNodeExchangeOutput: Swift.Sendable { public init( exchangedReservedNode: RedshiftClientTypes.ReservedNode? = nil - ) - { + ) { self.exchangedReservedNode = exchangedReservedNode } } @@ -451,8 +440,7 @@ public struct AccessToClusterDeniedFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -475,8 +463,7 @@ public struct AccessToSnapshotDeniedFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -490,8 +477,7 @@ extension RedshiftClientTypes { public init( attributeValue: Swift.String? = nil - ) - { + ) { self.attributeValue = attributeValue } } @@ -509,8 +495,7 @@ extension RedshiftClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [RedshiftClientTypes.AttributeValueTarget]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -529,8 +514,7 @@ extension RedshiftClientTypes { public init( accountAlias: Swift.String? = nil, accountId: Swift.String? = nil - ) - { + ) { self.accountAlias = accountAlias self.accountId = accountId } @@ -587,8 +571,7 @@ public struct ClusterNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -611,8 +594,7 @@ public struct PartnerNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -635,8 +617,7 @@ public struct UnauthorizedPartnerIntegrationFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -660,8 +641,7 @@ public struct AddPartnerInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clusterIdentifier = clusterIdentifier self.databaseName = databaseName @@ -678,8 +658,7 @@ public struct AddPartnerOutput: Swift.Sendable { public init( databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.partnerName = partnerName } @@ -761,8 +740,7 @@ extension RedshiftClientTypes { public init( aquaConfigurationStatus: RedshiftClientTypes.AquaConfigurationStatus? = nil, aquaStatus: RedshiftClientTypes.AquaStatus? = nil - ) - { + ) { self.aquaConfigurationStatus = aquaConfigurationStatus self.aquaStatus = aquaStatus } @@ -787,8 +765,7 @@ public struct InvalidDataShareFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -811,8 +788,7 @@ public struct InvalidNamespaceFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -836,8 +812,7 @@ public struct AssociateDataShareConsumerInput: Swift.Sendable { consumerArn: Swift.String? = nil, consumerRegion: Swift.String? = nil, dataShareArn: Swift.String? = nil - ) - { + ) { self.allowWrites = allowWrites self.associateEntireAccount = associateEntireAccount self.consumerArn = consumerArn @@ -914,8 +889,7 @@ extension RedshiftClientTypes { producerAllowedWrites: Swift.Bool? = nil, status: RedshiftClientTypes.DataShareStatus? = nil, statusChangeDate: Foundation.Date? = nil - ) - { + ) { self.consumerAcceptedWrites = consumerAcceptedWrites self.consumerIdentifier = consumerIdentifier self.consumerRegion = consumerRegion @@ -974,8 +948,7 @@ public struct AssociateDataShareConsumerOutput: Swift.Sendable { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -1029,8 +1002,7 @@ extension RedshiftClientTypes { public init( clusterIdentifier: Swift.String? = nil, scheduleAssociationState: RedshiftClientTypes.ScheduleState? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.scheduleAssociationState = scheduleAssociationState } @@ -1049,8 +1021,7 @@ extension RedshiftClientTypes { public init( clusterIdentifier: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainName = customDomainName } @@ -1072,8 +1043,7 @@ extension RedshiftClientTypes { certificateAssociations: [RedshiftClientTypes.CertificateAssociation]? = nil, customDomainCertificateArn: Swift.String? = nil, customDomainCertificateExpiryDate: Foundation.Date? = nil - ) - { + ) { self.certificateAssociations = certificateAssociations self.customDomainCertificateArn = customDomainCertificateArn self.customDomainCertificateExpiryDate = customDomainCertificateExpiryDate @@ -1093,8 +1063,7 @@ extension RedshiftClientTypes { public init( authenticationProfileContent: Swift.String? = nil, authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileContent = authenticationProfileContent self.authenticationProfileName = authenticationProfileName } @@ -1119,8 +1088,7 @@ public struct AuthenticationProfileAlreadyExistsFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1143,8 +1111,7 @@ public struct AuthenticationProfileNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1167,8 +1134,7 @@ public struct AuthenticationProfileQuotaExceededFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1191,8 +1157,7 @@ public struct AuthorizationAlreadyExistsFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1215,8 +1180,7 @@ public struct AuthorizationNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1239,8 +1203,7 @@ public struct AuthorizationQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1292,8 +1255,7 @@ public struct ClusterSecurityGroupNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1316,8 +1278,7 @@ public struct InvalidClusterSecurityGroupStateFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1339,8 +1300,7 @@ public struct AuthorizeClusterSecurityGroupIngressInput: Swift.Sendable { clusterSecurityGroupName: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cidrip = cidrip self.clusterSecurityGroupName = clusterSecurityGroupName self.ec2SecurityGroupName = ec2SecurityGroupName @@ -1360,8 +1320,7 @@ extension RedshiftClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1386,8 +1345,7 @@ extension RedshiftClientTypes { ec2SecurityGroupOwnerId: Swift.String? = nil, status: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId self.status = status @@ -1411,8 +1369,7 @@ extension RedshiftClientTypes { cidrip: Swift.String? = nil, status: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.cidrip = cidrip self.status = status self.tags = tags @@ -1441,8 +1398,7 @@ extension RedshiftClientTypes { ec2SecurityGroups: [RedshiftClientTypes.EC2SecurityGroup]? = nil, ipRanges: [RedshiftClientTypes.IPRange]? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName self.description = description self.ec2SecurityGroups = ec2SecurityGroups @@ -1458,8 +1414,7 @@ public struct AuthorizeClusterSecurityGroupIngressOutput: Swift.Sendable { public init( clusterSecurityGroup: RedshiftClientTypes.ClusterSecurityGroup? = nil - ) - { + ) { self.clusterSecurityGroup = clusterSecurityGroup } } @@ -1478,8 +1433,7 @@ public struct AuthorizeDataShareInput: Swift.Sendable { allowWrites: Swift.Bool? = nil, consumerIdentifier: Swift.String? = nil, dataShareArn: Swift.String? = nil - ) - { + ) { self.allowWrites = allowWrites self.consumerIdentifier = consumerIdentifier self.dataShareArn = dataShareArn @@ -1507,8 +1461,7 @@ public struct AuthorizeDataShareOutput: Swift.Sendable { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -1530,8 +1483,7 @@ extension RedshiftClientTypes { public init( authorizedAudiencesList: [Swift.String]? = nil, trustedTokenIssuerArn: Swift.String? = nil - ) - { + ) { self.authorizedAudiencesList = authorizedAudiencesList self.trustedTokenIssuerArn = trustedTokenIssuerArn } @@ -1556,8 +1508,7 @@ public struct EndpointAuthorizationAlreadyExistsFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1580,8 +1531,7 @@ public struct EndpointAuthorizationsPerClusterLimitExceededFault: ClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1604,8 +1554,7 @@ public struct InvalidAuthorizationStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1628,8 +1577,7 @@ public struct InvalidClusterStateFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1647,8 +1595,7 @@ public struct AuthorizeEndpointAccessInput: Swift.Sendable { account: Swift.String? = nil, clusterIdentifier: Swift.String? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.account = account self.clusterIdentifier = clusterIdentifier self.vpcIds = vpcIds @@ -1686,8 +1633,7 @@ public struct AuthorizeEndpointAccessOutput: Swift.Sendable { grantee: Swift.String? = nil, grantor: Swift.String? = nil, status: RedshiftClientTypes.AuthorizationStatus? = nil - ) - { + ) { self.allowedAllVPCs = allowedAllVPCs self.allowedVPCs = allowedVPCs self.authorizeTime = authorizeTime @@ -1718,8 +1664,7 @@ public struct ClusterSnapshotNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1742,8 +1687,7 @@ public struct DependentServiceRequestThrottlingFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1766,8 +1710,7 @@ public struct InvalidClusterSnapshotStateFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1790,8 +1733,7 @@ public struct LimitExceededFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1817,8 +1759,7 @@ public struct AuthorizeSnapshotAccessInput: Swift.Sendable { snapshotArn: Swift.String? = nil, snapshotClusterIdentifier: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.accountWithRestoreAccess = accountWithRestoreAccess self.snapshotArn = snapshotArn self.snapshotClusterIdentifier = snapshotClusterIdentifier @@ -1949,8 +1890,7 @@ extension RedshiftClientTypes { tags: [RedshiftClientTypes.Tag]? = nil, totalBackupSizeInMegaBytes: Swift.Double? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.accountsWithRestoreAccess = accountsWithRestoreAccess self.actualIncrementalBackupSizeInMegaBytes = actualIncrementalBackupSizeInMegaBytes self.availabilityZone = availabilityZone @@ -1998,8 +1938,7 @@ public struct AuthorizeSnapshotAccessOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2013,8 +1952,7 @@ extension RedshiftClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2032,8 +1970,7 @@ extension RedshiftClientTypes { public init( name: Swift.String? = nil, supportedPlatforms: [RedshiftClientTypes.SupportedPlatform]? = nil - ) - { + ) { self.name = name self.supportedPlatforms = supportedPlatforms } @@ -2058,8 +1995,7 @@ public struct BatchDeleteRequestSizeExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2077,8 +2013,7 @@ extension RedshiftClientTypes { public init( snapshotClusterIdentifier: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.snapshotClusterIdentifier = snapshotClusterIdentifier self.snapshotIdentifier = snapshotIdentifier } @@ -2092,8 +2027,7 @@ public struct BatchDeleteClusterSnapshotsInput: Swift.Sendable { public init( identifiers: [RedshiftClientTypes.DeleteClusterSnapshotMessage]? = nil - ) - { + ) { self.identifiers = identifiers } } @@ -2116,8 +2050,7 @@ extension RedshiftClientTypes { failureReason: Swift.String? = nil, snapshotClusterIdentifier: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason self.snapshotClusterIdentifier = snapshotClusterIdentifier @@ -2135,8 +2068,7 @@ public struct BatchDeleteClusterSnapshotsOutput: Swift.Sendable { public init( errors: [RedshiftClientTypes.SnapshotErrorMessage]? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.resources = resources } @@ -2160,8 +2092,7 @@ public struct BatchModifyClusterSnapshotsLimitExceededFault: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2184,8 +2115,7 @@ public struct InvalidRetentionPeriodFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2203,8 +2133,7 @@ public struct BatchModifyClusterSnapshotsInput: Swift.Sendable { force: Swift.Bool? = nil, manualSnapshotRetentionPeriod: Swift.Int? = nil, snapshotIdentifierList: [Swift.String]? = nil - ) - { + ) { self.force = force self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.snapshotIdentifierList = snapshotIdentifierList @@ -2220,8 +2149,7 @@ public struct BatchModifyClusterSnapshotsOutput: Swift.Sendable { public init( errors: [RedshiftClientTypes.SnapshotErrorMessage]? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.resources = resources } @@ -2245,8 +2173,7 @@ public struct BucketNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2269,8 +2196,7 @@ public struct ResizeNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2282,8 +2208,7 @@ public struct CancelResizeInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -2340,8 +2265,7 @@ public struct CancelResizeOutput: Swift.Sendable { targetNodeType: Swift.String? = nil, targetNumberOfNodes: Swift.Int? = nil, totalResizeDataInMegaBytes: Swift.Int? = nil - ) - { + ) { self.avgResizeRateInMegaBytesPerSecond = avgResizeRateInMegaBytesPerSecond self.dataTransferProgressPercent = dataTransferProgressPercent self.elapsedTimeInSeconds = elapsedTimeInSeconds @@ -2376,8 +2300,7 @@ extension RedshiftClientTypes { nodeRole: Swift.String? = nil, privateIPAddress: Swift.String? = nil, publicIPAddress: Swift.String? = nil - ) - { + ) { self.nodeRole = nodeRole self.privateIPAddress = privateIPAddress self.publicIPAddress = publicIPAddress @@ -2414,8 +2337,7 @@ extension RedshiftClientTypes { parameterApplyErrorDescription: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.parameterApplyErrorDescription = parameterApplyErrorDescription self.parameterApplyStatus = parameterApplyStatus self.parameterName = parameterName @@ -2438,8 +2360,7 @@ extension RedshiftClientTypes { clusterParameterStatusList: [RedshiftClientTypes.ClusterParameterStatus]? = nil, parameterApplyStatus: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.clusterParameterStatusList = clusterParameterStatusList self.parameterApplyStatus = parameterApplyStatus self.parameterGroupName = parameterGroupName @@ -2459,8 +2380,7 @@ extension RedshiftClientTypes { public init( clusterSecurityGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName self.status = status } @@ -2485,8 +2405,7 @@ extension RedshiftClientTypes { manualSnapshotRetentionPeriod: Swift.Int? = nil, retentionPeriod: Swift.Int? = nil, snapshotCopyGrantName: Swift.String? = nil - ) - { + ) { self.destinationRegion = destinationRegion self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.retentionPeriod = retentionPeriod @@ -2519,8 +2438,7 @@ extension RedshiftClientTypes { estimatedTimeToCompletionInSeconds: Swift.Int? = nil, status: Swift.String? = nil, totalDataInMegaBytes: Swift.Int? = nil - ) - { + ) { self.currentRateInMegaBytesPerSecond = currentRateInMegaBytesPerSecond self.dataTransferredInMegaBytes = dataTransferredInMegaBytes self.elapsedTimeInSeconds = elapsedTimeInSeconds @@ -2546,8 +2464,7 @@ extension RedshiftClientTypes { deferMaintenanceEndTime: Foundation.Date? = nil, deferMaintenanceIdentifier: Swift.String? = nil, deferMaintenanceStartTime: Foundation.Date? = nil - ) - { + ) { self.deferMaintenanceEndTime = deferMaintenanceEndTime self.deferMaintenanceIdentifier = deferMaintenanceIdentifier self.deferMaintenanceStartTime = deferMaintenanceStartTime @@ -2567,8 +2484,7 @@ extension RedshiftClientTypes { public init( elasticIp: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp self.status = status } @@ -2596,8 +2512,7 @@ extension RedshiftClientTypes { networkInterfaceId: Swift.String? = nil, privateIpAddress: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.ipv6Address = ipv6Address self.networkInterfaceId = networkInterfaceId @@ -2622,8 +2537,7 @@ extension RedshiftClientTypes { networkInterfaces: [RedshiftClientTypes.NetworkInterface]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.networkInterfaces = networkInterfaces self.vpcEndpointId = vpcEndpointId self.vpcId = vpcId @@ -2646,8 +2560,7 @@ extension RedshiftClientTypes { address: Swift.String? = nil, port: Swift.Int? = nil, vpcEndpoints: [RedshiftClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.address = address self.port = port self.vpcEndpoints = vpcEndpoints @@ -2670,8 +2583,7 @@ extension RedshiftClientTypes { hsmClientCertificateIdentifier: Swift.String? = nil, hsmConfigurationIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier self.hsmConfigurationIdentifier = hsmConfigurationIdentifier self.status = status @@ -2697,8 +2609,7 @@ extension RedshiftClientTypes { public init( applyStatus: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.applyStatus = applyStatus self.iamRoleArn = iamRoleArn } @@ -2717,8 +2628,7 @@ extension RedshiftClientTypes { public init( availabilityZone: Swift.String? = nil, clusterNodes: [RedshiftClientTypes.ClusterNode]? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.clusterNodes = clusterNodes } @@ -2764,8 +2674,7 @@ extension RedshiftClientTypes { nodeType: Swift.String? = nil, numberOfNodes: Swift.Int? = nil, publiclyAccessible: Swift.Bool? = nil - ) - { + ) { self.automatedSnapshotRetentionPeriod = automatedSnapshotRetentionPeriod self.clusterIdentifier = clusterIdentifier self.clusterType = clusterType @@ -2860,8 +2769,7 @@ extension RedshiftClientTypes { targetReservedNodeCount: Swift.Int? = nil, targetReservedNodeOfferingId: Swift.String? = nil, targetReservedNodeType: Swift.String? = nil - ) - { + ) { self.requestTime = requestTime self.reservedNodeExchangeRequestId = reservedNodeExchangeRequestId self.sourceReservedNodeCount = sourceReservedNodeCount @@ -2887,8 +2795,7 @@ extension RedshiftClientTypes { public init( allowCancelResize: Swift.Bool? = nil, resizeType: Swift.String? = nil - ) - { + ) { self.allowCancelResize = allowCancelResize self.resizeType = resizeType } @@ -2919,8 +2826,7 @@ extension RedshiftClientTypes { progressInMegaBytes: Swift.Int? = nil, snapshotSizeInMegaBytes: Swift.Int? = nil, status: Swift.String? = nil - ) - { + ) { self.currentRestoreRateInMegaBytesPerSecond = currentRestoreRateInMegaBytesPerSecond self.elapsedTimeInSeconds = elapsedTimeInSeconds self.estimatedTimeToCompletionInSeconds = estimatedTimeToCompletionInSeconds @@ -2943,8 +2849,7 @@ extension RedshiftClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -3195,8 +3100,7 @@ extension RedshiftClientTypes { totalStorageCapacityInMegaBytes: Swift.Int? = nil, vpcId: Swift.String? = nil, vpcSecurityGroups: [RedshiftClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.allowVersionUpgrade = allowVersionUpgrade self.aquaConfiguration = aquaConfiguration self.automatedSnapshotRetentionPeriod = automatedSnapshotRetentionPeriod @@ -3279,8 +3183,7 @@ public struct ClusterAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3300,8 +3203,7 @@ extension RedshiftClientTypes { databaseRevision: Swift.String? = nil, databaseRevisionReleaseDate: Foundation.Date? = nil, description: Swift.String? = nil - ) - { + ) { self.databaseRevision = databaseRevision self.databaseRevisionReleaseDate = databaseRevisionReleaseDate self.description = description @@ -3327,8 +3229,7 @@ extension RedshiftClientTypes { currentDatabaseRevision: Swift.String? = nil, databaseRevisionReleaseDate: Foundation.Date? = nil, revisionTargets: [RedshiftClientTypes.RevisionTarget]? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.currentDatabaseRevision = currentDatabaseRevision self.databaseRevisionReleaseDate = databaseRevisionReleaseDate @@ -3355,8 +3256,7 @@ public struct ClusterOnLatestRevisionFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3379,8 +3279,7 @@ extension RedshiftClientTypes { parameterGroupFamily: Swift.String? = nil, parameterGroupName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.parameterGroupFamily = parameterGroupFamily self.parameterGroupName = parameterGroupName @@ -3407,8 +3306,7 @@ public struct ClusterParameterGroupAlreadyExistsFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3475,8 +3373,7 @@ extension RedshiftClientTypes { parameterName: Swift.String? = nil, parameterValue: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.applyType = applyType self.dataType = dataType @@ -3508,8 +3405,7 @@ public struct ClusterParameterGroupNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3532,8 +3428,7 @@ public struct ClusterParameterGroupQuotaExceededFault: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3556,8 +3451,7 @@ public struct ClusterQuotaExceededFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3580,8 +3474,7 @@ public struct ClusterSecurityGroupAlreadyExistsFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3604,8 +3497,7 @@ public struct ClusterSecurityGroupQuotaExceededFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3628,8 +3520,7 @@ public struct ClusterSnapshotAlreadyExistsFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3652,8 +3543,7 @@ public struct ClusterSnapshotQuotaExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3673,8 +3563,7 @@ extension RedshiftClientTypes { subnetAvailabilityZone: RedshiftClientTypes.AvailabilityZone? = nil, subnetIdentifier: Swift.String? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetStatus = subnetStatus @@ -3709,8 +3598,7 @@ extension RedshiftClientTypes { supportedClusterIpAddressTypes: [Swift.String]? = nil, tags: [RedshiftClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clusterSubnetGroupName = clusterSubnetGroupName self.description = description self.subnetGroupStatus = subnetGroupStatus @@ -3740,8 +3628,7 @@ public struct ClusterSubnetGroupAlreadyExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3764,8 +3651,7 @@ public struct ClusterSubnetGroupNotFoundFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3788,8 +3674,7 @@ public struct ClusterSubnetGroupQuotaExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3812,8 +3697,7 @@ public struct ClusterSubnetQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3833,8 +3717,7 @@ extension RedshiftClientTypes { clusterParameterGroupFamily: Swift.String? = nil, clusterVersion: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.clusterParameterGroupFamily = clusterParameterGroupFamily self.clusterVersion = clusterVersion self.description = description @@ -3860,8 +3743,7 @@ public struct ConflictPolicyUpdateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3898,8 +3780,7 @@ public struct CopyClusterSnapshotInput: Swift.Sendable { sourceSnapshotClusterIdentifier: Swift.String? = nil, sourceSnapshotIdentifier: Swift.String? = nil, targetSnapshotIdentifier: Swift.String? = nil - ) - { + ) { self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.sourceSnapshotClusterIdentifier = sourceSnapshotClusterIdentifier self.sourceSnapshotIdentifier = sourceSnapshotIdentifier @@ -3913,8 +3794,7 @@ public struct CopyClusterSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -3937,8 +3817,7 @@ public struct CopyToRegionDisabledFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3961,8 +3840,7 @@ public struct InvalidAuthenticationProfileRequestFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3978,8 +3856,7 @@ public struct CreateAuthenticationProfileInput: Swift.Sendable { public init( authenticationProfileContent: Swift.String? = nil, authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileContent = authenticationProfileContent self.authenticationProfileName = authenticationProfileName } @@ -3994,8 +3871,7 @@ public struct CreateAuthenticationProfileOutput: Swift.Sendable { public init( authenticationProfileContent: Swift.String? = nil, authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileContent = authenticationProfileContent self.authenticationProfileName = authenticationProfileName } @@ -4019,8 +3895,7 @@ public struct HsmClientCertificateNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4043,8 +3918,7 @@ public struct HsmConfigurationNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4067,8 +3941,7 @@ public struct InsufficientClusterCapacityFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4091,8 +3964,7 @@ public struct InvalidClusterSubnetGroupStateFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4115,8 +3987,7 @@ public struct InvalidClusterTrackFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4139,8 +4010,7 @@ public struct InvalidElasticIpFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4163,8 +4033,7 @@ public struct InvalidSubnet: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4187,8 +4056,7 @@ public struct InvalidTagFault: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4211,8 +4079,7 @@ public struct InvalidVPCNetworkStateFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4235,8 +4102,7 @@ public struct Ipv6CidrBlockNotFoundFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4259,8 +4125,7 @@ public struct NumberOfNodesPerClusterLimitExceededFault: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4283,8 +4148,7 @@ public struct NumberOfNodesQuotaExceededFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4307,8 +4171,7 @@ public struct RedshiftIdcApplicationNotExistsFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4331,8 +4194,7 @@ public struct SnapshotScheduleNotFoundFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4355,8 +4217,7 @@ public struct TagLimitExceededFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4379,8 +4240,7 @@ public struct UnauthorizedOperation: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4565,8 +4425,7 @@ public struct CreateClusterInput: Swift.Sendable { snapshotScheduleIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.allowVersionUpgrade = allowVersionUpgrade self.aquaConfigurationStatus = aquaConfigurationStatus @@ -4620,8 +4479,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -4656,8 +4514,7 @@ public struct CreateClusterParameterGroupInput: Swift.Sendable { parameterGroupFamily: Swift.String? = nil, parameterGroupName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.parameterGroupFamily = parameterGroupFamily self.parameterGroupName = parameterGroupName @@ -4671,8 +4528,7 @@ public struct CreateClusterParameterGroupOutput: Swift.Sendable { public init( clusterParameterGroup: RedshiftClientTypes.ClusterParameterGroup? = nil - ) - { + ) { self.clusterParameterGroup = clusterParameterGroup } } @@ -4701,8 +4557,7 @@ public struct CreateClusterSecurityGroupInput: Swift.Sendable { clusterSecurityGroupName: Swift.String? = nil, description: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName self.description = description self.tags = tags @@ -4715,8 +4570,7 @@ public struct CreateClusterSecurityGroupOutput: Swift.Sendable { public init( clusterSecurityGroup: RedshiftClientTypes.ClusterSecurityGroup? = nil - ) - { + ) { self.clusterSecurityGroup = clusterSecurityGroup } } @@ -4750,8 +4604,7 @@ public struct CreateClusterSnapshotInput: Swift.Sendable { manualSnapshotRetentionPeriod: Swift.Int? = nil, snapshotIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.snapshotIdentifier = snapshotIdentifier @@ -4765,8 +4618,7 @@ public struct CreateClusterSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -4799,8 +4651,7 @@ public struct CreateClusterSubnetGroupInput: Swift.Sendable { description: Swift.String? = nil, subnetIds: [Swift.String]? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.clusterSubnetGroupName = clusterSubnetGroupName self.description = description self.subnetIds = subnetIds @@ -4814,8 +4665,7 @@ public struct CreateClusterSubnetGroupOutput: Swift.Sendable { public init( clusterSubnetGroup: RedshiftClientTypes.ClusterSubnetGroup? = nil - ) - { + ) { self.clusterSubnetGroup = clusterSubnetGroup } } @@ -4838,8 +4688,7 @@ public struct CustomCnameAssociationFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4859,8 +4708,7 @@ public struct CreateCustomDomainAssociationInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName @@ -4882,8 +4730,7 @@ public struct CreateCustomDomainAssociationOutput: Swift.Sendable { customDomainCertExpiryTime: Swift.String? = nil, customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainCertExpiryTime = customDomainCertExpiryTime self.customDomainCertificateArn = customDomainCertificateArn @@ -4909,8 +4756,7 @@ public struct EndpointAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4933,8 +4779,7 @@ public struct EndpointsPerAuthorizationLimitExceededFault: ClientRuntime.Modeled public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4957,8 +4802,7 @@ public struct EndpointsPerClusterLimitExceededFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4983,8 +4827,7 @@ public struct CreateEndpointAccessInput: Swift.Sendable { resourceOwner: Swift.String? = nil, subnetGroupName: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.endpointName = endpointName self.resourceOwner = resourceOwner @@ -5027,8 +4870,7 @@ public struct CreateEndpointAccessOutput: Swift.Sendable { subnetGroupName: Swift.String? = nil, vpcEndpoint: RedshiftClientTypes.VpcEndpoint? = nil, vpcSecurityGroups: [RedshiftClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.address = address self.clusterIdentifier = clusterIdentifier self.endpointCreateTime = endpointCreateTime @@ -5060,8 +4902,7 @@ public struct EventSubscriptionQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5084,8 +4925,7 @@ public struct SNSInvalidTopicFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5108,8 +4948,7 @@ public struct SNSNoAuthorizationFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5132,8 +4971,7 @@ public struct SNSTopicArnNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5156,8 +4994,7 @@ public struct SourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5180,8 +5017,7 @@ public struct SubscriptionAlreadyExistFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5204,8 +5040,7 @@ public struct SubscriptionCategoryNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5228,8 +5063,7 @@ public struct SubscriptionEventIdNotFoundFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5252,8 +5086,7 @@ public struct SubscriptionSeverityNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5296,8 +5129,7 @@ public struct CreateEventSubscriptionInput: Swift.Sendable { sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.severity = severity @@ -5352,8 +5184,7 @@ extension RedshiftClientTypes { status: Swift.String? = nil, subscriptionCreationTime: Foundation.Date? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -5375,8 +5206,7 @@ public struct CreateEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RedshiftClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -5399,8 +5229,7 @@ public struct HsmClientCertificateAlreadyExistsFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5423,8 +5252,7 @@ public struct HsmClientCertificateQuotaExceededFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5440,8 +5268,7 @@ public struct CreateHsmClientCertificateInput: Swift.Sendable { public init( hsmClientCertificateIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier self.tags = tags } @@ -5462,8 +5289,7 @@ extension RedshiftClientTypes { hsmClientCertificateIdentifier: Swift.String? = nil, hsmClientCertificatePublicKey: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier self.hsmClientCertificatePublicKey = hsmClientCertificatePublicKey self.tags = tags @@ -5477,8 +5303,7 @@ public struct CreateHsmClientCertificateOutput: Swift.Sendable { public init( hsmClientCertificate: RedshiftClientTypes.HsmClientCertificate? = nil - ) - { + ) { self.hsmClientCertificate = hsmClientCertificate } } @@ -5501,8 +5326,7 @@ public struct HsmConfigurationAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5525,8 +5349,7 @@ public struct HsmConfigurationQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5562,8 +5385,7 @@ public struct CreateHsmConfigurationInput: Swift.Sendable { hsmPartitionPassword: Swift.String? = nil, hsmServerPublicCertificate: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.hsmConfigurationIdentifier = hsmConfigurationIdentifier self.hsmIpAddress = hsmIpAddress @@ -5595,8 +5417,7 @@ extension RedshiftClientTypes { hsmIpAddress: Swift.String? = nil, hsmPartitionName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.hsmConfigurationIdentifier = hsmConfigurationIdentifier self.hsmIpAddress = hsmIpAddress @@ -5612,8 +5433,7 @@ public struct CreateHsmConfigurationOutput: Swift.Sendable { public init( hsmConfiguration: RedshiftClientTypes.HsmConfiguration? = nil - ) - { + ) { self.hsmConfiguration = hsmConfiguration } } @@ -5636,8 +5456,7 @@ public struct IntegrationAlreadyExistsFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5660,8 +5479,7 @@ public struct IntegrationConflictOperationFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5684,8 +5502,7 @@ public struct IntegrationQuotaExceededFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5708,8 +5525,7 @@ public struct IntegrationSourceNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5732,8 +5548,7 @@ public struct IntegrationTargetNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5765,8 +5580,7 @@ public struct CreateIntegrationInput: Swift.Sendable { sourceArn: Swift.String? = nil, tagList: [RedshiftClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.description = description self.integrationName = integrationName @@ -5790,8 +5604,7 @@ extension RedshiftClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -5878,8 +5691,7 @@ public struct CreateIntegrationOutput: Swift.Sendable { status: RedshiftClientTypes.ZeroETLIntegrationStatus? = nil, tags: [RedshiftClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.description = description @@ -5912,8 +5724,7 @@ public struct DependentServiceAccessDeniedFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5936,8 +5747,7 @@ public struct RedshiftIdcApplicationAlreadyExistsFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5960,8 +5770,7 @@ public struct RedshiftIdcApplicationQuotaExceededFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6005,8 +5814,7 @@ extension RedshiftClientTypes { public init( authorization: RedshiftClientTypes.ServiceAuthorization? = nil - ) - { + ) { self.authorization = authorization } } @@ -6032,8 +5840,7 @@ extension RedshiftClientTypes { public init( authorization: RedshiftClientTypes.ServiceAuthorization? = nil - ) - { + ) { self.authorization = authorization } } @@ -6089,8 +5896,7 @@ public struct CreateRedshiftIdcApplicationInput: Swift.Sendable { identityNamespace: Swift.String? = nil, redshiftIdcApplicationName: Swift.String? = nil, serviceIntegrations: [RedshiftClientTypes.ServiceIntegrationsUnion]? = nil - ) - { + ) { self.authorizedTokenIssuerList = authorizedTokenIssuerList self.iamRoleArn = iamRoleArn self.idcDisplayName = idcDisplayName @@ -6137,8 +5943,7 @@ extension RedshiftClientTypes { redshiftIdcApplicationArn: Swift.String? = nil, redshiftIdcApplicationName: Swift.String? = nil, serviceIntegrations: [RedshiftClientTypes.ServiceIntegrationsUnion]? = nil - ) - { + ) { self.authorizedTokenIssuerList = authorizedTokenIssuerList self.iamRoleArn = iamRoleArn self.idcDisplayName = idcDisplayName @@ -6159,8 +5964,7 @@ public struct CreateRedshiftIdcApplicationOutput: Swift.Sendable { public init( redshiftIdcApplication: RedshiftClientTypes.RedshiftIdcApplication? = nil - ) - { + ) { self.redshiftIdcApplication = redshiftIdcApplication } } @@ -6183,8 +5987,7 @@ public struct InvalidScheduledActionFault: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6207,8 +6010,7 @@ public struct InvalidScheduleFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6231,8 +6033,7 @@ public struct ScheduledActionAlreadyExistsFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6255,8 +6056,7 @@ public struct ScheduledActionQuotaExceededFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6279,8 +6079,7 @@ public struct ScheduledActionTypeUnsupportedFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6295,8 +6094,7 @@ extension RedshiftClientTypes { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -6330,8 +6128,7 @@ extension RedshiftClientTypes { numberOfNodes: Swift.Int? = nil, reservedNodeId: Swift.String? = nil, targetReservedNodeOfferingId: Swift.String? = nil - ) - { + ) { self.classic = classic self.clusterIdentifier = clusterIdentifier self.clusterType = clusterType @@ -6353,8 +6150,7 @@ extension RedshiftClientTypes { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -6375,8 +6171,7 @@ extension RedshiftClientTypes { pauseCluster: RedshiftClientTypes.PauseClusterMessage? = nil, resizeCluster: RedshiftClientTypes.ResizeClusterMessage? = nil, resumeCluster: RedshiftClientTypes.ResumeClusterMessage? = nil - ) - { + ) { self.pauseCluster = pauseCluster self.resizeCluster = resizeCluster self.resumeCluster = resumeCluster @@ -6415,8 +6210,7 @@ public struct CreateScheduledActionInput: Swift.Sendable { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetAction: RedshiftClientTypes.ScheduledActionType? = nil - ) - { + ) { self.enable = enable self.endTime = endTime self.iamRole = iamRole @@ -6488,8 +6282,7 @@ public struct CreateScheduledActionOutput: Swift.Sendable { startTime: Foundation.Date? = nil, state: RedshiftClientTypes.ScheduledActionState? = nil, targetAction: RedshiftClientTypes.ScheduledActionType? = nil - ) - { + ) { self.endTime = endTime self.iamRole = iamRole self.nextInvocations = nextInvocations @@ -6520,8 +6313,7 @@ public struct SnapshotCopyGrantAlreadyExistsFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6544,8 +6336,7 @@ public struct SnapshotCopyGrantQuotaExceededFault: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6574,8 +6365,7 @@ public struct CreateSnapshotCopyGrantInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, snapshotCopyGrantName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.snapshotCopyGrantName = snapshotCopyGrantName self.tags = tags @@ -6597,8 +6387,7 @@ extension RedshiftClientTypes { kmsKeyId: Swift.String? = nil, snapshotCopyGrantName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.snapshotCopyGrantName = snapshotCopyGrantName self.tags = tags @@ -6612,8 +6401,7 @@ public struct CreateSnapshotCopyGrantOutput: Swift.Sendable { public init( snapshotCopyGrant: RedshiftClientTypes.SnapshotCopyGrant? = nil - ) - { + ) { self.snapshotCopyGrant = snapshotCopyGrant } } @@ -6636,8 +6424,7 @@ public struct ScheduleDefinitionTypeUnsupportedFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6660,8 +6447,7 @@ public struct SnapshotScheduleAlreadyExistsFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6684,8 +6470,7 @@ public struct SnapshotScheduleQuotaExceededFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6711,8 +6496,7 @@ public struct CreateSnapshotScheduleInput: Swift.Sendable { scheduleDescription: Swift.String? = nil, scheduleIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.dryRun = dryRun self.nextInvocations = nextInvocations self.scheduleDefinitions = scheduleDefinitions @@ -6747,8 +6531,7 @@ public struct CreateSnapshotScheduleOutput: Swift.Sendable { scheduleDescription: Swift.String? = nil, scheduleIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.associatedClusterCount = associatedClusterCount self.associatedClusters = associatedClusters self.nextInvocations = nextInvocations @@ -6777,8 +6560,7 @@ public struct ResourceNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6795,8 +6577,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.resourceName = resourceName self.tags = tags } @@ -6820,8 +6601,7 @@ public struct InvalidUsageLimitFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6844,8 +6624,7 @@ public struct UsageLimitAlreadyExistsFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7003,8 +6782,7 @@ public struct CreateUsageLimitInput: Swift.Sendable { limitType: RedshiftClientTypes.UsageLimitLimitType? = nil, period: RedshiftClientTypes.UsageLimitPeriod? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.clusterIdentifier = clusterIdentifier @@ -7049,8 +6827,7 @@ public struct CreateUsageLimitOutput: Swift.Sendable { period: RedshiftClientTypes.UsageLimitPeriod? = nil, tags: [RedshiftClientTypes.Tag]? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.clusterIdentifier = clusterIdentifier @@ -7080,8 +6857,7 @@ public struct CustomDomainAssociationNotFoundFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7109,8 +6885,7 @@ extension RedshiftClientTypes { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -7199,8 +6974,7 @@ public struct DeauthorizeDataShareInput: Swift.Sendable { public init( consumerIdentifier: Swift.String? = nil, dataShareArn: Swift.String? = nil - ) - { + ) { self.consumerIdentifier = consumerIdentifier self.dataShareArn = dataShareArn } @@ -7227,8 +7001,7 @@ public struct DeauthorizeDataShareOutput: Swift.Sendable { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -7253,8 +7026,7 @@ extension RedshiftClientTypes { marker: Swift.String? = nil, parameterGroupFamily: Swift.String? = nil, parameters: [RedshiftClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameterGroupFamily = parameterGroupFamily self.parameters = parameters @@ -7269,8 +7041,7 @@ public struct DeleteAuthenticationProfileInput: Swift.Sendable { public init( authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileName = authenticationProfileName } } @@ -7281,8 +7052,7 @@ public struct DeleteAuthenticationProfileOutput: Swift.Sendable { public init( authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileName = authenticationProfileName } } @@ -7318,8 +7088,7 @@ public struct DeleteClusterInput: Swift.Sendable { finalClusterSnapshotIdentifier: Swift.String? = nil, finalClusterSnapshotRetentionPeriod: Swift.Int? = nil, skipFinalClusterSnapshot: Swift.Bool? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.finalClusterSnapshotIdentifier = finalClusterSnapshotIdentifier self.finalClusterSnapshotRetentionPeriod = finalClusterSnapshotRetentionPeriod @@ -7333,8 +7102,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -7357,8 +7125,7 @@ public struct InvalidClusterParameterGroupStateFault: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7375,8 +7142,7 @@ public struct DeleteClusterParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName } } @@ -7389,8 +7155,7 @@ public struct DeleteClusterSecurityGroupInput: Swift.Sendable { public init( clusterSecurityGroupName: Swift.String? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName } } @@ -7406,8 +7171,7 @@ public struct DeleteClusterSnapshotInput: Swift.Sendable { public init( snapshotClusterIdentifier: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.snapshotClusterIdentifier = snapshotClusterIdentifier self.snapshotIdentifier = snapshotIdentifier } @@ -7419,8 +7183,7 @@ public struct DeleteClusterSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -7443,8 +7206,7 @@ public struct InvalidClusterSubnetStateFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7457,8 +7219,7 @@ public struct DeleteClusterSubnetGroupInput: Swift.Sendable { public init( clusterSubnetGroupName: Swift.String? = nil - ) - { + ) { self.clusterSubnetGroupName = clusterSubnetGroupName } } @@ -7474,8 +7235,7 @@ public struct DeleteCustomDomainAssociationInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainName = customDomainName } @@ -7499,8 +7259,7 @@ public struct EndpointNotFoundFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7523,8 +7282,7 @@ public struct InvalidEndpointStateFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7536,8 +7294,7 @@ public struct DeleteEndpointAccessInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -7576,8 +7333,7 @@ public struct DeleteEndpointAccessOutput: Swift.Sendable { subnetGroupName: Swift.String? = nil, vpcEndpoint: RedshiftClientTypes.VpcEndpoint? = nil, vpcSecurityGroups: [RedshiftClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.address = address self.clusterIdentifier = clusterIdentifier self.endpointCreateTime = endpointCreateTime @@ -7609,8 +7365,7 @@ public struct InvalidSubscriptionStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7633,8 +7388,7 @@ public struct SubscriptionNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7647,8 +7401,7 @@ public struct DeleteEventSubscriptionInput: Swift.Sendable { public init( subscriptionName: Swift.String? = nil - ) - { + ) { self.subscriptionName = subscriptionName } } @@ -7671,8 +7424,7 @@ public struct InvalidHsmClientCertificateStateFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7685,8 +7437,7 @@ public struct DeleteHsmClientCertificateInput: Swift.Sendable { public init( hsmClientCertificateIdentifier: Swift.String? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier } } @@ -7709,8 +7460,7 @@ public struct InvalidHsmConfigurationStateFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7723,8 +7473,7 @@ public struct DeleteHsmConfigurationInput: Swift.Sendable { public init( hsmConfigurationIdentifier: Swift.String? = nil - ) - { + ) { self.hsmConfigurationIdentifier = hsmConfigurationIdentifier } } @@ -7747,8 +7496,7 @@ public struct IntegrationConflictStateFault: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7771,8 +7519,7 @@ public struct IntegrationNotFoundFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7784,8 +7531,7 @@ public struct DeleteIntegrationInput: Swift.Sendable { public init( integrationArn: Swift.String? = nil - ) - { + ) { self.integrationArn = integrationArn } } @@ -7826,8 +7572,7 @@ public struct DeleteIntegrationOutput: Swift.Sendable { status: RedshiftClientTypes.ZeroETLIntegrationStatus? = nil, tags: [RedshiftClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.description = description @@ -7861,8 +7606,7 @@ public struct DeletePartnerInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clusterIdentifier = clusterIdentifier self.databaseName = databaseName @@ -7879,8 +7623,7 @@ public struct DeletePartnerOutput: Swift.Sendable { public init( databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.partnerName = partnerName } @@ -7893,8 +7636,7 @@ public struct DeleteRedshiftIdcApplicationInput: Swift.Sendable { public init( redshiftIdcApplicationArn: Swift.String? = nil - ) - { + ) { self.redshiftIdcApplicationArn = redshiftIdcApplicationArn } } @@ -7906,8 +7648,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7930,8 +7671,7 @@ public struct ScheduledActionNotFoundFault: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7943,8 +7683,7 @@ public struct DeleteScheduledActionInput: Swift.Sendable { public init( scheduledActionName: Swift.String? = nil - ) - { + ) { self.scheduledActionName = scheduledActionName } } @@ -7967,8 +7706,7 @@ public struct InvalidSnapshotCopyGrantStateFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7991,8 +7729,7 @@ public struct SnapshotCopyGrantNotFoundFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8005,8 +7742,7 @@ public struct DeleteSnapshotCopyGrantInput: Swift.Sendable { public init( snapshotCopyGrantName: Swift.String? = nil - ) - { + ) { self.snapshotCopyGrantName = snapshotCopyGrantName } } @@ -8029,8 +7765,7 @@ public struct InvalidClusterSnapshotScheduleStateFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8042,8 +7777,7 @@ public struct DeleteSnapshotScheduleInput: Swift.Sendable { public init( scheduleIdentifier: Swift.String? = nil - ) - { + ) { self.scheduleIdentifier = scheduleIdentifier } } @@ -8060,8 +7794,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( resourceName: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceName = resourceName self.tagKeys = tagKeys } @@ -8085,8 +7818,7 @@ public struct UsageLimitNotFoundFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8098,8 +7830,7 @@ public struct DeleteUsageLimitInput: Swift.Sendable { public init( usageLimitId: Swift.String? = nil - ) - { + ) { self.usageLimitId = usageLimitId } } @@ -8114,8 +7845,7 @@ extension RedshiftClientTypes { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -8135,8 +7865,7 @@ extension RedshiftClientTypes { public init( namespaceIdentifier: Swift.String? = nil, workgroupIdentifier: Swift.String? = nil - ) - { + ) { self.namespaceIdentifier = namespaceIdentifier self.workgroupIdentifier = workgroupIdentifier } @@ -8166,8 +7895,7 @@ public struct DeregisterNamespaceInput: Swift.Sendable { public init( consumerIdentifiers: [Swift.String]? = nil, namespaceIdentifier: RedshiftClientTypes.NamespaceIdentifierUnion? = nil - ) - { + ) { self.consumerIdentifiers = consumerIdentifiers self.namespaceIdentifier = namespaceIdentifier } @@ -8208,8 +7936,7 @@ public struct DeregisterNamespaceOutput: Swift.Sendable { public init( status: RedshiftClientTypes.NamespaceRegistrationStatus? = nil - ) - { + ) { self.status = status } } @@ -8220,8 +7947,7 @@ public struct DescribeAccountAttributesInput: Swift.Sendable { public init( attributeNames: [Swift.String]? = nil - ) - { + ) { self.attributeNames = attributeNames } } @@ -8232,8 +7958,7 @@ public struct DescribeAccountAttributesOutput: Swift.Sendable { public init( accountAttributes: [RedshiftClientTypes.AccountAttribute]? = nil - ) - { + ) { self.accountAttributes = accountAttributes } } @@ -8244,8 +7969,7 @@ public struct DescribeAuthenticationProfilesInput: Swift.Sendable { public init( authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileName = authenticationProfileName } } @@ -8256,8 +7980,7 @@ public struct DescribeAuthenticationProfilesOutput: Swift.Sendable { public init( authenticationProfiles: [RedshiftClientTypes.AuthenticationProfile]? = nil - ) - { + ) { self.authenticationProfiles = authenticationProfiles } } @@ -8274,8 +7997,7 @@ public struct DescribeClusterDbRevisionsInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -8291,8 +8013,7 @@ public struct DescribeClusterDbRevisionsOutput: Swift.Sendable { public init( clusterDbRevisions: [RedshiftClientTypes.ClusterDbRevision]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterDbRevisions = clusterDbRevisions self.marker = marker } @@ -8317,8 +8038,7 @@ public struct DescribeClusterParameterGroupsInput: Swift.Sendable { parameterGroupName: Swift.String? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.parameterGroupName = parameterGroupName @@ -8337,8 +8057,7 @@ public struct DescribeClusterParameterGroupsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameterGroups: [RedshiftClientTypes.ClusterParameterGroup]? = nil - ) - { + ) { self.marker = marker self.parameterGroups = parameterGroups } @@ -8361,8 +8080,7 @@ public struct DescribeClusterParametersInput: Swift.Sendable { maxRecords: Swift.Int? = nil, parameterGroupName: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.parameterGroupName = parameterGroupName @@ -8380,8 +8098,7 @@ public struct DescribeClusterParametersOutput: Swift.Sendable { public init( marker: Swift.String? = nil, parameters: [RedshiftClientTypes.Parameter]? = nil - ) - { + ) { self.marker = marker self.parameters = parameters } @@ -8406,8 +8123,7 @@ public struct DescribeClustersInput: Swift.Sendable { maxRecords: Swift.Int? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -8426,8 +8142,7 @@ public struct DescribeClustersOutput: Swift.Sendable { public init( clusters: [RedshiftClientTypes.Cluster]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.marker = marker } @@ -8452,8 +8167,7 @@ public struct DescribeClusterSecurityGroupsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName self.marker = marker self.maxRecords = maxRecords @@ -8472,8 +8186,7 @@ public struct DescribeClusterSecurityGroupsOutput: Swift.Sendable { public init( clusterSecurityGroups: [RedshiftClientTypes.ClusterSecurityGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterSecurityGroups = clusterSecurityGroups self.marker = marker } @@ -8553,8 +8266,7 @@ extension RedshiftClientTypes { public init( attribute: RedshiftClientTypes.SnapshotAttributeToSortBy? = nil, sortOrder: RedshiftClientTypes.SortByOrder? = nil - ) - { + ) { self.attribute = attribute self.sortOrder = sortOrder } @@ -8612,8 +8324,7 @@ public struct DescribeClusterSnapshotsInput: Swift.Sendable { startTime: Foundation.Date? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.clusterExists = clusterExists self.clusterIdentifier = clusterIdentifier self.endTime = endTime @@ -8640,8 +8351,7 @@ public struct DescribeClusterSnapshotsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, snapshots: [RedshiftClientTypes.Snapshot]? = nil - ) - { + ) { self.marker = marker self.snapshots = snapshots } @@ -8666,8 +8376,7 @@ public struct DescribeClusterSubnetGroupsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.clusterSubnetGroupName = clusterSubnetGroupName self.marker = marker self.maxRecords = maxRecords @@ -8686,8 +8395,7 @@ public struct DescribeClusterSubnetGroupsOutput: Swift.Sendable { public init( clusterSubnetGroups: [RedshiftClientTypes.ClusterSubnetGroup]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterSubnetGroups = clusterSubnetGroups self.marker = marker } @@ -8705,8 +8413,7 @@ public struct DescribeClusterTracksInput: Swift.Sendable { maintenanceTrackName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.maintenanceTrackName = maintenanceTrackName self.marker = marker self.maxRecords = maxRecords @@ -8722,8 +8429,7 @@ extension RedshiftClientTypes { public init( operationName: Swift.String? = nil - ) - { + ) { self.operationName = operationName } } @@ -8744,8 +8450,7 @@ extension RedshiftClientTypes { databaseVersion: Swift.String? = nil, maintenanceTrackName: Swift.String? = nil, supportedOperations: [RedshiftClientTypes.SupportedOperation]? = nil - ) - { + ) { self.databaseVersion = databaseVersion self.maintenanceTrackName = maintenanceTrackName self.supportedOperations = supportedOperations @@ -8768,8 +8473,7 @@ extension RedshiftClientTypes { databaseVersion: Swift.String? = nil, maintenanceTrackName: Swift.String? = nil, updateTargets: [RedshiftClientTypes.UpdateTarget]? = nil - ) - { + ) { self.databaseVersion = databaseVersion self.maintenanceTrackName = maintenanceTrackName self.updateTargets = updateTargets @@ -8786,8 +8490,7 @@ public struct DescribeClusterTracksOutput: Swift.Sendable { public init( maintenanceTracks: [RedshiftClientTypes.MaintenanceTrack]? = nil, marker: Swift.String? = nil - ) - { + ) { self.maintenanceTracks = maintenanceTracks self.marker = marker } @@ -8815,8 +8518,7 @@ public struct DescribeClusterVersionsInput: Swift.Sendable { clusterVersion: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.clusterParameterGroupFamily = clusterParameterGroupFamily self.clusterVersion = clusterVersion self.marker = marker @@ -8834,8 +8536,7 @@ public struct DescribeClusterVersionsOutput: Swift.Sendable { public init( clusterVersions: [RedshiftClientTypes.ClusterVersion]? = nil, marker: Swift.String? = nil - ) - { + ) { self.clusterVersions = clusterVersions self.marker = marker } @@ -8856,8 +8557,7 @@ public struct DescribeCustomDomainAssociationsInput: Swift.Sendable { customDomainName: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName self.marker = marker @@ -8874,8 +8574,7 @@ public struct DescribeCustomDomainAssociationsOutput: Swift.Sendable { public init( associations: [RedshiftClientTypes.Association]? = nil, marker: Swift.String? = nil - ) - { + ) { self.associations = associations self.marker = marker } @@ -8893,8 +8592,7 @@ public struct DescribeDataSharesInput: Swift.Sendable { dataShareArn: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.dataShareArn = dataShareArn self.marker = marker self.maxRecords = maxRecords @@ -8910,8 +8608,7 @@ public struct DescribeDataSharesOutput: Swift.Sendable { public init( dataShares: [RedshiftClientTypes.DataShare]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dataShares = dataShares self.marker = marker } @@ -8932,8 +8629,7 @@ public struct DescribeDataSharesForConsumerInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, status: RedshiftClientTypes.DataShareStatusForConsumer? = nil - ) - { + ) { self.consumerArn = consumerArn self.marker = marker self.maxRecords = maxRecords @@ -8950,8 +8646,7 @@ public struct DescribeDataSharesForConsumerOutput: Swift.Sendable { public init( dataShares: [RedshiftClientTypes.DataShare]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dataShares = dataShares self.marker = marker } @@ -8972,8 +8667,7 @@ public struct DescribeDataSharesForProducerInput: Swift.Sendable { maxRecords: Swift.Int? = nil, producerArn: Swift.String? = nil, status: RedshiftClientTypes.DataShareStatusForProducer? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.producerArn = producerArn @@ -8990,8 +8684,7 @@ public struct DescribeDataSharesForProducerOutput: Swift.Sendable { public init( dataShares: [RedshiftClientTypes.DataShare]? = nil, marker: Swift.String? = nil - ) - { + ) { self.dataShares = dataShares self.marker = marker } @@ -9011,8 +8704,7 @@ public struct DescribeDefaultClusterParametersInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, parameterGroupFamily: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.parameterGroupFamily = parameterGroupFamily @@ -9025,8 +8717,7 @@ public struct DescribeDefaultClusterParametersOutput: Swift.Sendable { public init( defaultClusterParameters: RedshiftClientTypes.DefaultClusterParameters? = nil - ) - { + ) { self.defaultClusterParameters = defaultClusterParameters } } @@ -9052,8 +8743,7 @@ public struct DescribeEndpointAccessInput: Swift.Sendable { maxRecords: Swift.Int? = nil, resourceOwner: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.endpointName = endpointName self.marker = marker @@ -9099,8 +8789,7 @@ extension RedshiftClientTypes { subnetGroupName: Swift.String? = nil, vpcEndpoint: RedshiftClientTypes.VpcEndpoint? = nil, vpcSecurityGroups: [RedshiftClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.address = address self.clusterIdentifier = clusterIdentifier self.endpointCreateTime = endpointCreateTime @@ -9124,8 +8813,7 @@ public struct DescribeEndpointAccessOutput: Swift.Sendable { public init( endpointAccessList: [RedshiftClientTypes.EndpointAccess]? = nil, marker: Swift.String? = nil - ) - { + ) { self.endpointAccessList = endpointAccessList self.marker = marker } @@ -9149,8 +8837,7 @@ public struct DescribeEndpointAuthorizationInput: Swift.Sendable { grantee: Swift.Bool? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.account = account self.clusterIdentifier = clusterIdentifier self.grantee = grantee @@ -9192,8 +8879,7 @@ extension RedshiftClientTypes { grantee: Swift.String? = nil, grantor: Swift.String? = nil, status: RedshiftClientTypes.AuthorizationStatus? = nil - ) - { + ) { self.allowedAllVPCs = allowedAllVPCs self.allowedVPCs = allowedVPCs self.authorizeTime = authorizeTime @@ -9216,8 +8902,7 @@ public struct DescribeEndpointAuthorizationOutput: Swift.Sendable { public init( endpointAuthorizationList: [RedshiftClientTypes.EndpointAuthorization]? = nil, marker: Swift.String? = nil - ) - { + ) { self.endpointAuthorizationList = endpointAuthorizationList self.marker = marker } @@ -9230,8 +8915,7 @@ public struct DescribeEventCategoriesInput: Swift.Sendable { public init( sourceType: Swift.String? = nil - ) - { + ) { self.sourceType = sourceType } } @@ -9254,8 +8938,7 @@ extension RedshiftClientTypes { eventDescription: Swift.String? = nil, eventId: Swift.String? = nil, severity: Swift.String? = nil - ) - { + ) { self.eventCategories = eventCategories self.eventDescription = eventDescription self.eventId = eventId @@ -9276,8 +8959,7 @@ extension RedshiftClientTypes { public init( events: [RedshiftClientTypes.EventInfoMap]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.events = events self.sourceType = sourceType } @@ -9291,8 +8973,7 @@ public struct DescribeEventCategoriesOutput: Swift.Sendable { public init( eventCategoriesMapList: [RedshiftClientTypes.EventCategoriesMap]? = nil - ) - { + ) { self.eventCategoriesMapList = eventCategoriesMapList } } @@ -9376,8 +9057,7 @@ public struct DescribeEventsInput: Swift.Sendable { sourceIdentifier: Swift.String? = nil, sourceType: RedshiftClientTypes.SourceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.duration = duration self.endTime = endTime self.marker = marker @@ -9415,8 +9095,7 @@ extension RedshiftClientTypes { severity: Swift.String? = nil, sourceIdentifier: Swift.String? = nil, sourceType: RedshiftClientTypes.SourceType? = nil - ) - { + ) { self.date = date self.eventCategories = eventCategories self.eventId = eventId @@ -9438,8 +9117,7 @@ public struct DescribeEventsOutput: Swift.Sendable { public init( events: [RedshiftClientTypes.Event]? = nil, marker: Swift.String? = nil - ) - { + ) { self.events = events self.marker = marker } @@ -9464,8 +9142,7 @@ public struct DescribeEventSubscriptionsInput: Swift.Sendable { subscriptionName: Swift.String? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.subscriptionName = subscriptionName @@ -9484,8 +9161,7 @@ public struct DescribeEventSubscriptionsOutput: Swift.Sendable { public init( eventSubscriptionsList: [RedshiftClientTypes.EventSubscription]? = nil, marker: Swift.String? = nil - ) - { + ) { self.eventSubscriptionsList = eventSubscriptionsList self.marker = marker } @@ -9510,8 +9186,7 @@ public struct DescribeHsmClientCertificatesInput: Swift.Sendable { maxRecords: Swift.Int? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier self.marker = marker self.maxRecords = maxRecords @@ -9530,8 +9205,7 @@ public struct DescribeHsmClientCertificatesOutput: Swift.Sendable { public init( hsmClientCertificates: [RedshiftClientTypes.HsmClientCertificate]? = nil, marker: Swift.String? = nil - ) - { + ) { self.hsmClientCertificates = hsmClientCertificates self.marker = marker } @@ -9556,8 +9230,7 @@ public struct DescribeHsmConfigurationsInput: Swift.Sendable { maxRecords: Swift.Int? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.hsmConfigurationIdentifier = hsmConfigurationIdentifier self.marker = marker self.maxRecords = maxRecords @@ -9576,8 +9249,7 @@ public struct DescribeHsmConfigurationsOutput: Swift.Sendable { public init( hsmConfigurations: [RedshiftClientTypes.HsmConfiguration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.hsmConfigurations = hsmConfigurations self.marker = marker } @@ -9598,8 +9270,7 @@ public struct DescribeInboundIntegrationsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.integrationArn = integrationArn self.marker = marker self.maxRecords = maxRecords @@ -9631,8 +9302,7 @@ extension RedshiftClientTypes { sourceArn: Swift.String? = nil, status: RedshiftClientTypes.ZeroETLIntegrationStatus? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.createTime = createTime self.errors = errors self.integrationArn = integrationArn @@ -9652,8 +9322,7 @@ public struct DescribeInboundIntegrationsOutput: Swift.Sendable { public init( inboundIntegrations: [RedshiftClientTypes.InboundIntegration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.inboundIntegrations = inboundIntegrations self.marker = marker } @@ -9708,8 +9377,7 @@ extension RedshiftClientTypes { public init( name: RedshiftClientTypes.DescribeIntegrationsFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -9731,8 +9399,7 @@ public struct DescribeIntegrationsInput: Swift.Sendable { integrationArn: Swift.String? = nil, marker: Swift.String? = nil, maxRecords: Swift.Int? = nil - ) - { + ) { self.filters = filters self.integrationArn = integrationArn self.marker = marker @@ -9778,8 +9445,7 @@ extension RedshiftClientTypes { status: RedshiftClientTypes.ZeroETLIntegrationStatus? = nil, tags: [RedshiftClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.description = description @@ -9804,8 +9470,7 @@ public struct DescribeIntegrationsOutput: Swift.Sendable { public init( integrations: [RedshiftClientTypes.Integration]? = nil, marker: Swift.String? = nil - ) - { + ) { self.integrations = integrations self.marker = marker } @@ -9819,8 +9484,7 @@ public struct DescribeLoggingStatusInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -9882,8 +9546,7 @@ public struct DescribeLoggingStatusOutput: Swift.Sendable { logExports: [Swift.String]? = nil, loggingEnabled: Swift.Bool? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.lastFailureMessage = lastFailureMessage self.lastFailureTime = lastFailureTime @@ -9989,8 +9652,7 @@ extension RedshiftClientTypes { name: RedshiftClientTypes.NodeConfigurationOptionsFilterName? = nil, `operator`: RedshiftClientTypes.OperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -10026,8 +9688,7 @@ public struct DescribeNodeConfigurationOptionsInput: Swift.Sendable { ownerAccount: Swift.String? = nil, snapshotArn: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.clusterIdentifier = clusterIdentifier self.filters = filters @@ -10086,8 +9747,7 @@ extension RedshiftClientTypes { mode: RedshiftClientTypes.Mode? = nil, nodeType: Swift.String? = nil, numberOfNodes: Swift.Int? = nil - ) - { + ) { self.estimatedDiskUtilizationPercent = estimatedDiskUtilizationPercent self.mode = mode self.nodeType = nodeType @@ -10105,8 +9765,7 @@ public struct DescribeNodeConfigurationOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, nodeConfigurationOptionList: [RedshiftClientTypes.NodeConfigurationOption]? = nil - ) - { + ) { self.marker = marker self.nodeConfigurationOptionList = nodeConfigurationOptionList } @@ -10128,8 +9787,7 @@ public struct DescribeOrderableClusterOptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, nodeType: Swift.String? = nil - ) - { + ) { self.clusterVersion = clusterVersion self.marker = marker self.maxRecords = maxRecords @@ -10155,8 +9813,7 @@ extension RedshiftClientTypes { clusterType: Swift.String? = nil, clusterVersion: Swift.String? = nil, nodeType: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.clusterType = clusterType self.clusterVersion = clusterVersion @@ -10175,8 +9832,7 @@ public struct DescribeOrderableClusterOptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, orderableClusterOptions: [RedshiftClientTypes.OrderableClusterOption]? = nil - ) - { + ) { self.marker = marker self.orderableClusterOptions = orderableClusterOptions } @@ -10199,8 +9855,7 @@ public struct DescribePartnersInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clusterIdentifier = clusterIdentifier self.databaseName = databaseName @@ -10267,8 +9922,7 @@ extension RedshiftClientTypes { status: RedshiftClientTypes.PartnerIntegrationStatus? = nil, statusMessage: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.databaseName = databaseName self.partnerName = partnerName @@ -10285,8 +9939,7 @@ public struct DescribePartnersOutput: Swift.Sendable { public init( partnerIntegrationInfoList: [RedshiftClientTypes.PartnerIntegrationInfo]? = nil - ) - { + ) { self.partnerIntegrationInfoList = partnerIntegrationInfoList } } @@ -10303,8 +9956,7 @@ public struct DescribeRedshiftIdcApplicationsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, redshiftIdcApplicationArn: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.redshiftIdcApplicationArn = redshiftIdcApplicationArn @@ -10320,8 +9972,7 @@ public struct DescribeRedshiftIdcApplicationsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, redshiftIdcApplications: [RedshiftClientTypes.RedshiftIdcApplication]? = nil - ) - { + ) { self.marker = marker self.redshiftIdcApplications = redshiftIdcApplications } @@ -10345,8 +9996,7 @@ public struct ReservedNodeExchangeNotFoundFault: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10366,8 +10016,7 @@ public struct DescribeReservedNodeExchangeStatusInput: Swift.Sendable { maxRecords: Swift.Int? = nil, reservedNodeExchangeRequestId: Swift.String? = nil, reservedNodeId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.reservedNodeExchangeRequestId = reservedNodeExchangeRequestId @@ -10384,8 +10033,7 @@ public struct DescribeReservedNodeExchangeStatusOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedNodeExchangeStatusDetails: [RedshiftClientTypes.ReservedNodeExchangeStatus]? = nil - ) - { + ) { self.marker = marker self.reservedNodeExchangeStatusDetails = reservedNodeExchangeStatusDetails } @@ -10404,8 +10052,7 @@ public struct DescribeReservedNodeOfferingsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, reservedNodeOfferingId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.reservedNodeOfferingId = reservedNodeOfferingId @@ -10445,8 +10092,7 @@ extension RedshiftClientTypes { reservedNodeOfferingId: Swift.String? = nil, reservedNodeOfferingType: RedshiftClientTypes.ReservedNodeOfferingType? = nil, usagePrice: Swift.Double? = nil - ) - { + ) { self.currencyCode = currencyCode self.duration = duration self.fixedPrice = fixedPrice @@ -10470,8 +10116,7 @@ public struct DescribeReservedNodeOfferingsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedNodeOfferings: [RedshiftClientTypes.ReservedNodeOffering]? = nil - ) - { + ) { self.marker = marker self.reservedNodeOfferings = reservedNodeOfferings } @@ -10490,8 +10135,7 @@ public struct DescribeReservedNodesInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, reservedNodeId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.reservedNodeId = reservedNodeId @@ -10508,8 +10152,7 @@ public struct DescribeReservedNodesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedNodes: [RedshiftClientTypes.ReservedNode]? = nil - ) - { + ) { self.marker = marker self.reservedNodes = reservedNodes } @@ -10523,8 +10166,7 @@ public struct DescribeResizeInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -10581,8 +10223,7 @@ public struct DescribeResizeOutput: Swift.Sendable { targetNodeType: Swift.String? = nil, targetNumberOfNodes: Swift.Int? = nil, totalResizeDataInMegaBytes: Swift.Int? = nil - ) - { + ) { self.avgResizeRateInMegaBytesPerSecond = avgResizeRateInMegaBytesPerSecond self.dataTransferProgressPercent = dataTransferProgressPercent self.elapsedTimeInSeconds = elapsedTimeInSeconds @@ -10645,8 +10286,7 @@ extension RedshiftClientTypes { public init( name: RedshiftClientTypes.ScheduledActionFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -10712,8 +10352,7 @@ public struct DescribeScheduledActionsInput: Swift.Sendable { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetActionType: RedshiftClientTypes.ScheduledActionTypeValues? = nil - ) - { + ) { self.active = active self.endTime = endTime self.filters = filters @@ -10758,8 +10397,7 @@ extension RedshiftClientTypes { startTime: Foundation.Date? = nil, state: RedshiftClientTypes.ScheduledActionState? = nil, targetAction: RedshiftClientTypes.ScheduledActionType? = nil - ) - { + ) { self.endTime = endTime self.iamRole = iamRole self.nextInvocations = nextInvocations @@ -10782,8 +10420,7 @@ public struct DescribeScheduledActionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, scheduledActions: [RedshiftClientTypes.ScheduledAction]? = nil - ) - { + ) { self.marker = marker self.scheduledActions = scheduledActions } @@ -10808,8 +10445,7 @@ public struct DescribeSnapshotCopyGrantsInput: Swift.Sendable { snapshotCopyGrantName: Swift.String? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.snapshotCopyGrantName = snapshotCopyGrantName @@ -10828,8 +10464,7 @@ public struct DescribeSnapshotCopyGrantsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, snapshotCopyGrants: [RedshiftClientTypes.SnapshotCopyGrant]? = nil - ) - { + ) { self.marker = marker self.snapshotCopyGrants = snapshotCopyGrants } @@ -10856,8 +10491,7 @@ public struct DescribeSnapshotSchedulesInput: Swift.Sendable { scheduleIdentifier: Swift.String? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -10894,8 +10528,7 @@ extension RedshiftClientTypes { scheduleDescription: Swift.String? = nil, scheduleIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.associatedClusterCount = associatedClusterCount self.associatedClusters = associatedClusters self.nextInvocations = nextInvocations @@ -10916,8 +10549,7 @@ public struct DescribeSnapshotSchedulesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, snapshotSchedules: [RedshiftClientTypes.SnapshotSchedule]? = nil - ) - { + ) { self.marker = marker self.snapshotSchedules = snapshotSchedules } @@ -10932,8 +10564,7 @@ public struct DescribeStorageOutput: Swift.Sendable { public init( totalBackupSizeInMegaBytes: Swift.Double? = nil, totalProvisionedStorageInMegaBytes: Swift.Double? = nil - ) - { + ) { self.totalBackupSizeInMegaBytes = totalBackupSizeInMegaBytes self.totalProvisionedStorageInMegaBytes = totalProvisionedStorageInMegaBytes } @@ -10957,8 +10588,7 @@ public struct TableRestoreNotFoundFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10979,8 +10609,7 @@ public struct DescribeTableRestoreStatusInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, tableRestoreRequestId: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -11074,8 +10703,7 @@ extension RedshiftClientTypes { targetDatabaseName: Swift.String? = nil, targetSchemaName: Swift.String? = nil, totalDataInMegaBytes: Swift.Int? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.message = message self.newTableName = newTableName @@ -11104,8 +10732,7 @@ public struct DescribeTableRestoreStatusOutput: Swift.Sendable { public init( marker: Swift.String? = nil, tableRestoreStatusDetails: [RedshiftClientTypes.TableRestoreStatus]? = nil - ) - { + ) { self.marker = marker self.tableRestoreStatusDetails = tableRestoreStatusDetails } @@ -11158,8 +10785,7 @@ public struct DescribeTagsInput: Swift.Sendable { resourceType: Swift.String? = nil, tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.resourceName = resourceName @@ -11205,8 +10831,7 @@ extension RedshiftClientTypes { resourceName: Swift.String? = nil, resourceType: Swift.String? = nil, tag: RedshiftClientTypes.Tag? = nil - ) - { + ) { self.resourceName = resourceName self.resourceType = resourceType self.tag = tag @@ -11224,8 +10849,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, taggedResources: [RedshiftClientTypes.TaggedResource]? = nil - ) - { + ) { self.marker = marker self.taggedResources = taggedResources } @@ -11255,8 +10879,7 @@ public struct DescribeUsageLimitsInput: Swift.Sendable { tagKeys: [Swift.String]? = nil, tagValues: [Swift.String]? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.featureType = featureType self.marker = marker @@ -11303,8 +10926,7 @@ extension RedshiftClientTypes { period: RedshiftClientTypes.UsageLimitPeriod? = nil, tags: [RedshiftClientTypes.Tag]? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.clusterIdentifier = clusterIdentifier @@ -11326,8 +10948,7 @@ public struct DescribeUsageLimitsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, usageLimits: [RedshiftClientTypes.UsageLimit]? = nil - ) - { + ) { self.marker = marker self.usageLimits = usageLimits } @@ -11341,8 +10962,7 @@ public struct DisableLoggingInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -11375,8 +10995,7 @@ public struct DisableLoggingOutput: Swift.Sendable { logExports: [Swift.String]? = nil, loggingEnabled: Swift.Bool? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.lastFailureMessage = lastFailureMessage self.lastFailureTime = lastFailureTime @@ -11406,8 +11025,7 @@ public struct SnapshotCopyAlreadyDisabledFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11420,8 +11038,7 @@ public struct DisableSnapshotCopyInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -11432,8 +11049,7 @@ public struct DisableSnapshotCopyOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -11454,8 +11070,7 @@ public struct DisassociateDataShareConsumerInput: Swift.Sendable { consumerRegion: Swift.String? = nil, dataShareArn: Swift.String? = nil, disassociateEntireAccount: Swift.Bool? = nil - ) - { + ) { self.consumerArn = consumerArn self.consumerRegion = consumerRegion self.dataShareArn = dataShareArn @@ -11484,8 +11099,7 @@ public struct DisassociateDataShareConsumerOutput: Swift.Sendable { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -11513,8 +11127,7 @@ public struct InsufficientS3BucketPolicyFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11537,8 +11150,7 @@ public struct InvalidS3BucketNameFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11561,8 +11173,7 @@ public struct InvalidS3KeyPrefixFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11591,8 +11202,7 @@ public struct EnableLoggingInput: Swift.Sendable { logDestinationType: RedshiftClientTypes.LogDestinationType? = nil, logExports: [Swift.String]? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.clusterIdentifier = clusterIdentifier self.logDestinationType = logDestinationType @@ -11629,8 +11239,7 @@ public struct EnableLoggingOutput: Swift.Sendable { logExports: [Swift.String]? = nil, loggingEnabled: Swift.Bool? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.lastFailureMessage = lastFailureMessage self.lastFailureTime = lastFailureTime @@ -11660,8 +11269,7 @@ public struct IncompatibleOrderableOptions: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11684,8 +11292,7 @@ public struct SnapshotCopyAlreadyEnabledFault: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11708,8 +11315,7 @@ public struct UnknownSnapshotCopyRegionFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11735,8 +11341,7 @@ public struct EnableSnapshotCopyInput: Swift.Sendable { manualSnapshotRetentionPeriod: Swift.Int? = nil, retentionPeriod: Swift.Int? = nil, snapshotCopyGrantName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.destinationRegion = destinationRegion self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod @@ -11751,8 +11356,7 @@ public struct EnableSnapshotCopyOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -11775,8 +11379,7 @@ public struct EndpointAuthorizationNotFoundFault: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11788,8 +11391,7 @@ public struct FailoverPrimaryComputeInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -11800,8 +11402,7 @@ public struct FailoverPrimaryComputeOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -11862,8 +11463,7 @@ public struct GetClusterCredentialsInput: Swift.Sendable { dbName: Swift.String? = nil, dbUser: Swift.String? = nil, durationSeconds: Swift.Int? = nil - ) - { + ) { self.autoCreate = autoCreate self.clusterIdentifier = clusterIdentifier self.customDomainName = customDomainName @@ -11887,8 +11487,7 @@ public struct GetClusterCredentialsOutput: Swift.Sendable { dbPassword: Swift.String? = nil, dbUser: Swift.String? = nil, expiration: Foundation.Date? = nil - ) - { + ) { self.dbPassword = dbPassword self.dbUser = dbUser self.expiration = expiration @@ -11915,8 +11514,7 @@ public struct GetClusterCredentialsWithIAMInput: Swift.Sendable { customDomainName: Swift.String? = nil, dbName: Swift.String? = nil, durationSeconds: Swift.Int? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainName = customDomainName self.dbName = dbName @@ -11939,8 +11537,7 @@ public struct GetClusterCredentialsWithIAMOutput: Swift.Sendable { dbUser: Swift.String? = nil, expiration: Foundation.Date? = nil, nextRefreshTime: Foundation.Date? = nil - ) - { + ) { self.dbPassword = dbPassword self.dbUser = dbUser self.expiration = expiration @@ -12001,8 +11598,7 @@ public struct GetReservedNodeExchangeConfigurationOptionsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.clusterIdentifier = clusterIdentifier self.marker = marker @@ -12026,8 +11622,7 @@ extension RedshiftClientTypes { sourceReservedNode: RedshiftClientTypes.ReservedNode? = nil, targetReservedNodeCount: Swift.Int? = nil, targetReservedNodeOffering: RedshiftClientTypes.ReservedNodeOffering? = nil - ) - { + ) { self.sourceReservedNode = sourceReservedNode self.targetReservedNodeCount = targetReservedNodeCount self.targetReservedNodeOffering = targetReservedNodeOffering @@ -12044,8 +11639,7 @@ public struct GetReservedNodeExchangeConfigurationOptionsOutput: Swift.Sendable public init( marker: Swift.String? = nil, reservedNodeConfigurationOptionList: [RedshiftClientTypes.ReservedNodeConfigurationOption]? = nil - ) - { + ) { self.marker = marker self.reservedNodeConfigurationOptionList = reservedNodeConfigurationOptionList } @@ -12065,8 +11659,7 @@ public struct GetReservedNodeExchangeOfferingsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, reservedNodeId: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxRecords = maxRecords self.reservedNodeId = reservedNodeId @@ -12082,8 +11675,7 @@ public struct GetReservedNodeExchangeOfferingsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, reservedNodeOfferings: [RedshiftClientTypes.ReservedNodeOffering]? = nil - ) - { + ) { self.marker = marker self.reservedNodeOfferings = reservedNodeOfferings } @@ -12107,8 +11699,7 @@ public struct InvalidPolicyFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12120,8 +11711,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -12138,8 +11728,7 @@ extension RedshiftClientTypes { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -12152,8 +11741,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: RedshiftClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -12208,8 +11796,7 @@ public struct InProgressTableRestoreQuotaExceededFault: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12232,8 +11819,7 @@ public struct InvalidRestoreFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12256,8 +11842,7 @@ public struct InvalidTableRestoreArgumentFault: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12277,8 +11862,7 @@ public struct ListRecommendationsInput: Swift.Sendable { marker: Swift.String? = nil, maxRecords: Swift.Int? = nil, namespaceArn: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.marker = marker self.maxRecords = maxRecords @@ -12333,8 +11917,7 @@ extension RedshiftClientTypes { database: Swift.String? = nil, text: Swift.String? = nil, type: RedshiftClientTypes.RecommendedActionType? = nil - ) - { + ) { self.command = command self.database = database self.text = text @@ -12355,8 +11938,7 @@ extension RedshiftClientTypes { public init( link: Swift.String? = nil, text: Swift.String? = nil - ) - { + ) { self.link = link self.text = text } @@ -12405,8 +11987,7 @@ extension RedshiftClientTypes { recommendedActions: [RedshiftClientTypes.RecommendedAction]? = nil, referenceLinks: [RedshiftClientTypes.ReferenceLink]? = nil, title: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.createdAt = createdAt self.description = description @@ -12432,8 +12013,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, recommendations: [RedshiftClientTypes.Recommendation]? = nil - ) - { + ) { self.marker = marker self.recommendations = recommendations } @@ -12449,8 +12029,7 @@ public struct ModifyAquaConfigurationInput: Swift.Sendable { public init( aquaConfigurationStatus: RedshiftClientTypes.AquaConfigurationStatus? = nil, clusterIdentifier: Swift.String? = nil - ) - { + ) { self.aquaConfigurationStatus = aquaConfigurationStatus self.clusterIdentifier = clusterIdentifier } @@ -12462,8 +12041,7 @@ public struct ModifyAquaConfigurationOutput: Swift.Sendable { public init( aquaConfiguration: RedshiftClientTypes.AquaConfiguration? = nil - ) - { + ) { self.aquaConfiguration = aquaConfiguration } } @@ -12479,8 +12057,7 @@ public struct ModifyAuthenticationProfileInput: Swift.Sendable { public init( authenticationProfileContent: Swift.String? = nil, authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileContent = authenticationProfileContent self.authenticationProfileName = authenticationProfileName } @@ -12495,8 +12072,7 @@ public struct ModifyAuthenticationProfileOutput: Swift.Sendable { public init( authenticationProfileContent: Swift.String? = nil, authenticationProfileName: Swift.String? = nil - ) - { + ) { self.authenticationProfileContent = authenticationProfileContent self.authenticationProfileName = authenticationProfileName } @@ -12520,8 +12096,7 @@ public struct TableLimitExceededFault: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12544,8 +12119,7 @@ public struct UnsupportedOptionFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12675,8 +12249,7 @@ public struct ModifyClusterInput: Swift.Sendable { preferredMaintenanceWindow: Swift.String? = nil, publiclyAccessible: Swift.Bool? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.allowVersionUpgrade = allowVersionUpgrade self.automatedSnapshotRetentionPeriod = automatedSnapshotRetentionPeriod self.availabilityZone = availabilityZone @@ -12720,8 +12293,7 @@ public struct ModifyClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -12737,8 +12309,7 @@ public struct ModifyClusterDbRevisionInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil, revisionTarget: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.revisionTarget = revisionTarget } @@ -12750,8 +12321,7 @@ public struct ModifyClusterDbRevisionOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -12773,8 +12343,7 @@ public struct ModifyClusterIamRolesInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, defaultIamRoleArn: Swift.String? = nil, removeIamRoles: [Swift.String]? = nil - ) - { + ) { self.addIamRoles = addIamRoles self.clusterIdentifier = clusterIdentifier self.defaultIamRoleArn = defaultIamRoleArn @@ -12788,8 +12357,7 @@ public struct ModifyClusterIamRolesOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -12816,8 +12384,7 @@ public struct ModifyClusterMaintenanceInput: Swift.Sendable { deferMaintenanceEndTime: Foundation.Date? = nil, deferMaintenanceIdentifier: Swift.String? = nil, deferMaintenanceStartTime: Foundation.Date? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.deferMaintenance = deferMaintenance self.deferMaintenanceDuration = deferMaintenanceDuration @@ -12833,8 +12400,7 @@ public struct ModifyClusterMaintenanceOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -12851,8 +12417,7 @@ public struct ModifyClusterParameterGroupInput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil, parameters: [RedshiftClientTypes.Parameter]? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameters = parameters } @@ -12868,8 +12433,7 @@ public struct ModifyClusterParameterGroupOutput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil, parameterGroupStatus: Swift.String? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameterGroupStatus = parameterGroupStatus } @@ -12888,8 +12452,7 @@ public struct ModifyClusterSnapshotInput: Swift.Sendable { force: Swift.Bool? = nil, manualSnapshotRetentionPeriod: Swift.Int? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.force = force self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.snapshotIdentifier = snapshotIdentifier @@ -12902,8 +12465,7 @@ public struct ModifyClusterSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -12921,8 +12483,7 @@ public struct ModifyClusterSnapshotScheduleInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, disassociateSchedule: Swift.Bool? = nil, scheduleIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.disassociateSchedule = disassociateSchedule self.scheduleIdentifier = scheduleIdentifier @@ -12947,8 +12508,7 @@ public struct SubnetAlreadyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12968,8 +12528,7 @@ public struct ModifyClusterSubnetGroupInput: Swift.Sendable { clusterSubnetGroupName: Swift.String? = nil, description: Swift.String? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.clusterSubnetGroupName = clusterSubnetGroupName self.description = description self.subnetIds = subnetIds @@ -12982,8 +12541,7 @@ public struct ModifyClusterSubnetGroupOutput: Swift.Sendable { public init( clusterSubnetGroup: RedshiftClientTypes.ClusterSubnetGroup? = nil - ) - { + ) { self.clusterSubnetGroup = clusterSubnetGroup } } @@ -13003,8 +12561,7 @@ public struct ModifyCustomDomainAssociationInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName @@ -13026,8 +12583,7 @@ public struct ModifyCustomDomainAssociationOutput: Swift.Sendable { customDomainCertExpiryTime: Swift.String? = nil, customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.customDomainCertExpiryTime = customDomainCertExpiryTime self.customDomainCertificateArn = customDomainCertificateArn @@ -13045,8 +12601,7 @@ public struct ModifyEndpointAccessInput: Swift.Sendable { public init( endpointName: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.endpointName = endpointName self.vpcSecurityGroupIds = vpcSecurityGroupIds } @@ -13086,8 +12641,7 @@ public struct ModifyEndpointAccessOutput: Swift.Sendable { subnetGroupName: Swift.String? = nil, vpcEndpoint: RedshiftClientTypes.VpcEndpoint? = nil, vpcSecurityGroups: [RedshiftClientTypes.VpcSecurityGroupMembership]? = nil - ) - { + ) { self.address = address self.clusterIdentifier = clusterIdentifier self.endpointCreateTime = endpointCreateTime @@ -13127,8 +12681,7 @@ public struct ModifyEventSubscriptionInput: Swift.Sendable { sourceIds: [Swift.String]? = nil, sourceType: Swift.String? = nil, subscriptionName: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.eventCategories = eventCategories self.severity = severity @@ -13145,8 +12698,7 @@ public struct ModifyEventSubscriptionOutput: Swift.Sendable { public init( eventSubscription: RedshiftClientTypes.EventSubscription? = nil - ) - { + ) { self.eventSubscription = eventSubscription } } @@ -13164,8 +12716,7 @@ public struct ModifyIntegrationInput: Swift.Sendable { description: Swift.String? = nil, integrationArn: Swift.String? = nil, integrationName: Swift.String? = nil - ) - { + ) { self.description = description self.integrationArn = integrationArn self.integrationName = integrationName @@ -13208,8 +12759,7 @@ public struct ModifyIntegrationOutput: Swift.Sendable { status: RedshiftClientTypes.ZeroETLIntegrationStatus? = nil, tags: [RedshiftClientTypes.Tag]? = nil, targetArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.createTime = createTime self.description = description @@ -13246,8 +12796,7 @@ public struct ModifyRedshiftIdcApplicationInput: Swift.Sendable { identityNamespace: Swift.String? = nil, redshiftIdcApplicationArn: Swift.String? = nil, serviceIntegrations: [RedshiftClientTypes.ServiceIntegrationsUnion]? = nil - ) - { + ) { self.authorizedTokenIssuerList = authorizedTokenIssuerList self.iamRoleArn = iamRoleArn self.idcDisplayName = idcDisplayName @@ -13263,8 +12812,7 @@ public struct ModifyRedshiftIdcApplicationOutput: Swift.Sendable { public init( redshiftIdcApplication: RedshiftClientTypes.RedshiftIdcApplication? = nil - ) - { + ) { self.redshiftIdcApplication = redshiftIdcApplication } } @@ -13297,8 +12845,7 @@ public struct ModifyScheduledActionInput: Swift.Sendable { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetAction: RedshiftClientTypes.ScheduledActionType? = nil - ) - { + ) { self.enable = enable self.endTime = endTime self.iamRole = iamRole @@ -13341,8 +12888,7 @@ public struct ModifyScheduledActionOutput: Swift.Sendable { startTime: Foundation.Date? = nil, state: RedshiftClientTypes.ScheduledActionState? = nil, targetAction: RedshiftClientTypes.ScheduledActionType? = nil - ) - { + ) { self.endTime = endTime self.iamRole = iamRole self.nextInvocations = nextInvocations @@ -13373,8 +12919,7 @@ public struct SnapshotCopyDisabledFault: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13394,8 +12939,7 @@ public struct ModifySnapshotCopyRetentionPeriodInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, manual: Swift.Bool? = nil, retentionPeriod: Swift.Int? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.manual = manual self.retentionPeriod = retentionPeriod @@ -13408,8 +12952,7 @@ public struct ModifySnapshotCopyRetentionPeriodOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -13432,8 +12975,7 @@ public struct SnapshotScheduleUpdateInProgressFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13449,8 +12991,7 @@ public struct ModifySnapshotScheduleInput: Swift.Sendable { public init( scheduleDefinitions: [Swift.String]? = nil, scheduleIdentifier: Swift.String? = nil - ) - { + ) { self.scheduleDefinitions = scheduleDefinitions self.scheduleIdentifier = scheduleIdentifier } @@ -13481,8 +13022,7 @@ public struct ModifySnapshotScheduleOutput: Swift.Sendable { scheduleDescription: Swift.String? = nil, scheduleIdentifier: Swift.String? = nil, tags: [RedshiftClientTypes.Tag]? = nil - ) - { + ) { self.associatedClusterCount = associatedClusterCount self.associatedClusters = associatedClusters self.nextInvocations = nextInvocations @@ -13506,8 +13046,7 @@ public struct ModifyUsageLimitInput: Swift.Sendable { amount: Swift.Int? = nil, breachAction: RedshiftClientTypes.UsageLimitBreachAction? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.usageLimitId = usageLimitId @@ -13548,8 +13087,7 @@ public struct ModifyUsageLimitOutput: Swift.Sendable { period: RedshiftClientTypes.UsageLimitPeriod? = nil, tags: [RedshiftClientTypes.Tag]? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.clusterIdentifier = clusterIdentifier @@ -13569,8 +13107,7 @@ public struct PauseClusterInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -13581,8 +13118,7 @@ public struct PauseClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -13605,8 +13141,7 @@ public struct ReservedNodeQuotaExceededFault: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13622,8 +13157,7 @@ public struct PurchaseReservedNodeOfferingInput: Swift.Sendable { public init( nodeCount: Swift.Int? = nil, reservedNodeOfferingId: Swift.String? = nil - ) - { + ) { self.nodeCount = nodeCount self.reservedNodeOfferingId = reservedNodeOfferingId } @@ -13635,8 +13169,7 @@ public struct PurchaseReservedNodeOfferingOutput: Swift.Sendable { public init( reservedNode: RedshiftClientTypes.ReservedNode? = nil - ) - { + ) { self.reservedNode = reservedNode } } @@ -13652,8 +13185,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -13665,8 +13197,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: RedshiftClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -13679,8 +13210,7 @@ public struct RebootClusterInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -13691,8 +13221,7 @@ public struct RebootClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -13708,8 +13237,7 @@ public struct RegisterNamespaceInput: Swift.Sendable { public init( consumerIdentifiers: [Swift.String]? = nil, namespaceIdentifier: RedshiftClientTypes.NamespaceIdentifierUnion? = nil - ) - { + ) { self.consumerIdentifiers = consumerIdentifiers self.namespaceIdentifier = namespaceIdentifier } @@ -13721,8 +13249,7 @@ public struct RegisterNamespaceOutput: Swift.Sendable { public init( status: RedshiftClientTypes.NamespaceRegistrationStatus? = nil - ) - { + ) { self.status = status } } @@ -13734,8 +13261,7 @@ public struct RejectDataShareInput: Swift.Sendable { public init( dataShareArn: Swift.String? = nil - ) - { + ) { self.dataShareArn = dataShareArn } } @@ -13761,8 +13287,7 @@ public struct RejectDataShareOutput: Swift.Sendable { dataShareType: RedshiftClientTypes.DataShareType? = nil, managedBy: Swift.String? = nil, producerArn: Swift.String? = nil - ) - { + ) { self.allowPubliclyAccessibleConsumers = allowPubliclyAccessibleConsumers self.dataShareArn = dataShareArn self.dataShareAssociations = dataShareAssociations @@ -13786,8 +13311,7 @@ public struct ResetClusterParameterGroupInput: Swift.Sendable { parameterGroupName: Swift.String? = nil, parameters: [RedshiftClientTypes.Parameter]? = nil, resetAllParameters: Swift.Bool? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameters = parameters self.resetAllParameters = resetAllParameters @@ -13804,8 +13328,7 @@ public struct ResetClusterParameterGroupOutput: Swift.Sendable { public init( parameterGroupName: Swift.String? = nil, parameterGroupStatus: Swift.String? = nil - ) - { + ) { self.parameterGroupName = parameterGroupName self.parameterGroupStatus = parameterGroupStatus } @@ -13837,8 +13360,7 @@ public struct ResizeClusterInput: Swift.Sendable { numberOfNodes: Swift.Int? = nil, reservedNodeId: Swift.String? = nil, targetReservedNodeOfferingId: Swift.String? = nil - ) - { + ) { self.classic = classic self.clusterIdentifier = clusterIdentifier self.clusterType = clusterType @@ -13855,8 +13377,7 @@ public struct ResizeClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -13993,8 +13514,7 @@ public struct RestoreFromClusterSnapshotInput: Swift.Sendable { snapshotScheduleIdentifier: Swift.String? = nil, targetReservedNodeOfferingId: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.allowVersionUpgrade = allowVersionUpgrade self.aquaConfigurationStatus = aquaConfigurationStatus @@ -14041,8 +13561,7 @@ public struct RestoreFromClusterSnapshotOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -14083,8 +13602,7 @@ public struct RestoreTableFromClusterSnapshotInput: Swift.Sendable { sourceTableName: Swift.String? = nil, targetDatabaseName: Swift.String? = nil, targetSchemaName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.enableCaseSensitiveIdentifier = enableCaseSensitiveIdentifier self.newTableName = newTableName @@ -14103,8 +13621,7 @@ public struct RestoreTableFromClusterSnapshotOutput: Swift.Sendable { public init( tableRestoreStatus: RedshiftClientTypes.TableRestoreStatus? = nil - ) - { + ) { self.tableRestoreStatus = tableRestoreStatus } } @@ -14117,8 +13634,7 @@ public struct ResumeClusterInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -14129,8 +13645,7 @@ public struct ResumeClusterOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -14152,8 +13667,7 @@ public struct RevokeClusterSecurityGroupIngressInput: Swift.Sendable { clusterSecurityGroupName: Swift.String? = nil, ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil - ) - { + ) { self.cidrip = cidrip self.clusterSecurityGroupName = clusterSecurityGroupName self.ec2SecurityGroupName = ec2SecurityGroupName @@ -14167,8 +13681,7 @@ public struct RevokeClusterSecurityGroupIngressOutput: Swift.Sendable { public init( clusterSecurityGroup: RedshiftClientTypes.ClusterSecurityGroup? = nil - ) - { + ) { self.clusterSecurityGroup = clusterSecurityGroup } } @@ -14188,8 +13701,7 @@ public struct RevokeEndpointAccessInput: Swift.Sendable { clusterIdentifier: Swift.String? = nil, force: Swift.Bool? = nil, vpcIds: [Swift.String]? = nil - ) - { + ) { self.account = account self.clusterIdentifier = clusterIdentifier self.force = force @@ -14228,8 +13740,7 @@ public struct RevokeEndpointAccessOutput: Swift.Sendable { grantee: Swift.String? = nil, grantor: Swift.String? = nil, status: RedshiftClientTypes.AuthorizationStatus? = nil - ) - { + ) { self.allowedAllVPCs = allowedAllVPCs self.allowedVPCs = allowedVPCs self.authorizeTime = authorizeTime @@ -14259,8 +13770,7 @@ public struct RevokeSnapshotAccessInput: Swift.Sendable { snapshotArn: Swift.String? = nil, snapshotClusterIdentifier: Swift.String? = nil, snapshotIdentifier: Swift.String? = nil - ) - { + ) { self.accountWithRestoreAccess = accountWithRestoreAccess self.snapshotArn = snapshotArn self.snapshotClusterIdentifier = snapshotClusterIdentifier @@ -14274,8 +13784,7 @@ public struct RevokeSnapshotAccessOutput: Swift.Sendable { public init( snapshot: RedshiftClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -14288,8 +13797,7 @@ public struct RotateEncryptionKeyInput: Swift.Sendable { public init( clusterIdentifier: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier } } @@ -14300,8 +13808,7 @@ public struct RotateEncryptionKeyOutput: Swift.Sendable { public init( cluster: RedshiftClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -14332,8 +13839,7 @@ public struct UpdatePartnerStatusInput: Swift.Sendable { partnerName: Swift.String? = nil, status: RedshiftClientTypes.PartnerIntegrationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.clusterIdentifier = clusterIdentifier self.databaseName = databaseName @@ -14352,8 +13858,7 @@ public struct UpdatePartnerStatusOutput: Swift.Sendable { public init( databaseName: Swift.String? = nil, partnerName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.partnerName = partnerName } diff --git a/Sources/Services/AWSRedshift/Sources/AWSRedshift/RedshiftClient.swift b/Sources/Services/AWSRedshift/Sources/AWSRedshift/RedshiftClient.swift index 334ffca838d..0e37dd75ade 100644 --- a/Sources/Services/AWSRedshift/Sources/AWSRedshift/RedshiftClient.swift +++ b/Sources/Services/AWSRedshift/Sources/AWSRedshift/RedshiftClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RedshiftClient: ClientRuntime.Client { public static let clientName = "RedshiftClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RedshiftClient.RedshiftClientConfiguration let serviceName = "Redshift" diff --git a/Sources/Services/AWSRedshiftData/Package.swift.txt b/Sources/Services/AWSRedshiftData/Package.swift.txt index bb15f94e438..221fe7b3aaf 100644 --- a/Sources/Services/AWSRedshiftData/Package.swift.txt +++ b/Sources/Services/AWSRedshiftData/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/Models.swift b/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/Models.swift index 56eea7951cb..df58f3fc31e 100644 --- a/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/Models.swift +++ b/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/Models.swift @@ -44,8 +44,7 @@ public struct ActiveSessionsExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct ActiveStatementsExceededException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct BatchExecuteStatementException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.statementId = statementId } @@ -124,8 +121,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +145,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -224,8 +219,7 @@ public struct BatchExecuteStatementInput: Swift.Sendable { statementName: Swift.String? = nil, withEvent: Swift.Bool? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.database = database @@ -271,8 +265,7 @@ public struct BatchExecuteStatementOutput: Swift.Sendable { secretArn: Swift.String? = nil, sessionId: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.createdAt = createdAt self.database = database @@ -304,8 +297,7 @@ public struct DatabaseConnectionException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -334,8 +326,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -348,8 +339,7 @@ public struct CancelStatementInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -360,8 +350,7 @@ public struct CancelStatementOutput: Swift.Sendable { public init( status: Swift.Bool? = nil - ) - { + ) { self.status = status } } @@ -411,8 +400,7 @@ extension RedshiftDataClientTypes { schemaName: Swift.String? = nil, tableName: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.columnDefault = columnDefault self.isCaseSensitive = isCaseSensitive self.isCurrency = isCurrency @@ -437,8 +425,7 @@ public struct DescribeStatementInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -457,8 +444,7 @@ extension RedshiftDataClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -590,8 +576,7 @@ extension RedshiftDataClientTypes { resultSize: Swift.Int = 0, status: RedshiftDataClientTypes.StatementStatusString? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.duration = duration self.error = error @@ -688,8 +673,7 @@ public struct DescribeStatementOutput: Swift.Sendable { subStatements: [RedshiftDataClientTypes.SubStatementData]? = nil, updatedAt: Foundation.Date? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.createdAt = createdAt self.database = database @@ -732,8 +716,7 @@ public struct QueryTimeoutException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -772,8 +755,7 @@ public struct DescribeTableInput: Swift.Sendable { secretArn: Swift.String? = nil, table: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.connectedDatabase = connectedDatabase self.database = database @@ -799,8 +781,7 @@ public struct DescribeTableOutput: Swift.Sendable { columnList: [RedshiftDataClientTypes.ColumnMetadata]? = nil, nextToken: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.columnList = columnList self.nextToken = nextToken self.tableName = tableName @@ -831,8 +812,7 @@ public struct ExecuteStatementException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.statementId = statementId } @@ -881,8 +861,7 @@ public struct ExecuteStatementInput: Swift.Sendable { statementName: Swift.String? = nil, withEvent: Swift.Bool? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterIdentifier = clusterIdentifier self.database = database @@ -929,8 +908,7 @@ public struct ExecuteStatementOutput: Swift.Sendable { secretArn: Swift.String? = nil, sessionId: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.createdAt = createdAt self.database = database @@ -983,8 +961,7 @@ public struct GetStatementResultInput: Swift.Sendable { public init( id: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.nextToken = nextToken } @@ -1006,8 +983,7 @@ public struct GetStatementResultOutput: Swift.Sendable { nextToken: Swift.String? = nil, records: [[RedshiftDataClientTypes.Field]]? = nil, totalNumRows: Swift.Int = 0 - ) - { + ) { self.columnMetadata = columnMetadata self.nextToken = nextToken self.records = records @@ -1025,8 +1001,7 @@ public struct GetStatementResultV2Input: Swift.Sendable { public init( id: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.id = id self.nextToken = nextToken } @@ -1051,8 +1026,7 @@ public struct GetStatementResultV2Output: Swift.Sendable { records: [RedshiftDataClientTypes.QueryRecords]? = nil, resultFormat: RedshiftDataClientTypes.ResultFormatString? = nil, totalNumRows: Swift.Int = 0 - ) - { + ) { self.columnMetadata = columnMetadata self.nextToken = nextToken self.records = records @@ -1086,8 +1060,7 @@ public struct ListDatabasesInput: Swift.Sendable { nextToken: Swift.String? = nil, secretArn: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.database = database self.dbUser = dbUser @@ -1107,8 +1080,7 @@ public struct ListDatabasesOutput: Swift.Sendable { public init( databases: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databases = databases self.nextToken = nextToken } @@ -1145,8 +1117,7 @@ public struct ListSchemasInput: Swift.Sendable { schemaPattern: Swift.String? = nil, secretArn: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.connectedDatabase = connectedDatabase self.database = database @@ -1168,8 +1139,7 @@ public struct ListSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -1207,8 +1177,7 @@ public struct ListStatementsInput: Swift.Sendable { roleLevel: Swift.Bool? = nil, statementName: Swift.String? = nil, status: RedshiftDataClientTypes.StatusString? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.roleLevel = roleLevel @@ -1260,8 +1229,7 @@ extension RedshiftDataClientTypes { statementName: Swift.String? = nil, status: RedshiftDataClientTypes.StatusString? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.isBatchStatement = isBatchStatement @@ -1288,8 +1256,7 @@ public struct ListStatementsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, statements: [RedshiftDataClientTypes.StatementData]? = nil - ) - { + ) { self.nextToken = nextToken self.statements = statements } @@ -1329,8 +1296,7 @@ public struct ListTablesInput: Swift.Sendable { secretArn: Swift.String? = nil, tablePattern: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.clusterIdentifier = clusterIdentifier self.connectedDatabase = connectedDatabase self.database = database @@ -1359,8 +1325,7 @@ extension RedshiftDataClientTypes { name: Swift.String? = nil, schema: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.schema = schema self.type = type @@ -1377,8 +1342,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tables: [RedshiftDataClientTypes.TableMember]? = nil - ) - { + ) { self.nextToken = nextToken self.tables = tables } diff --git a/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/RedshiftDataClient.swift b/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/RedshiftDataClient.swift index 25faeb46d59..9ab6fba80a1 100644 --- a/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/RedshiftDataClient.swift +++ b/Sources/Services/AWSRedshiftData/Sources/AWSRedshiftData/RedshiftDataClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RedshiftDataClient: ClientRuntime.Client { public static let clientName = "RedshiftDataClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RedshiftDataClient.RedshiftDataClientConfiguration let serviceName = "Redshift Data" diff --git a/Sources/Services/AWSRedshiftServerless/Package.swift.txt b/Sources/Services/AWSRedshiftServerless/Package.swift.txt index bab5a6efe7f..effb3559492 100644 --- a/Sources/Services/AWSRedshiftServerless/Package.swift.txt +++ b/Sources/Services/AWSRedshiftServerless/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/Models.swift b/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/Models.swift index c59f55c5a3c..a32ac2b8feb 100644 --- a/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/Models.swift +++ b/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/Models.swift @@ -48,8 +48,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -73,8 +72,7 @@ extension RedshiftServerlessClientTypes { customDomainCertificateExpiryTime: Foundation.Date? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainCertificateExpiryTime = customDomainCertificateExpiryTime self.customDomainName = customDomainName @@ -95,8 +93,7 @@ extension RedshiftServerlessClientTypes { public init( parameterKey: Swift.String? = nil, parameterValue: Swift.String? = nil - ) - { + ) { self.parameterKey = parameterKey self.parameterValue = parameterValue } @@ -122,8 +119,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +170,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -201,8 +195,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -228,8 +221,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -254,8 +246,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -274,8 +265,7 @@ extension RedshiftServerlessClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -299,8 +289,7 @@ public struct ConvertRecoveryPointToSnapshotInput: Swift.Sendable { retentionPeriod: Swift.Int? = nil, snapshotName: Swift.String? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.recoveryPointId = recoveryPointId self.retentionPeriod = retentionPeriod self.snapshotName = snapshotName @@ -421,8 +410,7 @@ extension RedshiftServerlessClientTypes { snapshotRetentionStartTime: Foundation.Date? = nil, status: RedshiftServerlessClientTypes.SnapshotStatus? = nil, totalBackupSizeInMegaBytes: Swift.Double? = nil - ) - { + ) { self.accountsWithProvisionedRestoreAccess = accountsWithProvisionedRestoreAccess self.accountsWithRestoreAccess = accountsWithRestoreAccess self.actualIncrementalBackupSizeInMegaBytes = actualIncrementalBackupSizeInMegaBytes @@ -455,8 +443,7 @@ public struct ConvertRecoveryPointToSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftServerlessClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -481,8 +468,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -503,8 +489,7 @@ public struct CreateCustomDomainAssociationInput: Swift.Sendable { customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName self.workgroupName = workgroupName @@ -526,8 +511,7 @@ public struct CreateCustomDomainAssociationOutput: Swift.Sendable { customDomainCertificateExpiryTime: Foundation.Date? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainCertificateExpiryTime = customDomainCertificateExpiryTime self.customDomainName = customDomainName @@ -556,8 +540,7 @@ public struct CreateEndpointAccessInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName self.ownerAccount = ownerAccount self.subnetIds = subnetIds @@ -587,8 +570,7 @@ extension RedshiftServerlessClientTypes { networkInterfaceId: Swift.String? = nil, privateIpAddress: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.ipv6Address = ipv6Address self.networkInterfaceId = networkInterfaceId @@ -613,8 +595,7 @@ extension RedshiftServerlessClientTypes { networkInterfaces: [RedshiftServerlessClientTypes.NetworkInterface]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.networkInterfaces = networkInterfaces self.vpcEndpointId = vpcEndpointId self.vpcId = vpcId @@ -634,8 +615,7 @@ extension RedshiftServerlessClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -678,8 +658,7 @@ extension RedshiftServerlessClientTypes { vpcEndpoint: RedshiftServerlessClientTypes.VpcEndpoint? = nil, vpcSecurityGroups: [RedshiftServerlessClientTypes.VpcSecurityGroupMembership]? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.address = address self.endpointArn = endpointArn self.endpointCreateTime = endpointCreateTime @@ -700,8 +679,7 @@ public struct CreateEndpointAccessOutput: Swift.Sendable { public init( endpoint: RedshiftServerlessClientTypes.EndpointAccess? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -778,8 +756,7 @@ public struct CreateNamespaceInput: Swift.Sendable { namespaceName: Swift.String? = nil, redshiftIdcApplicationArn: Swift.String? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.adminPasswordSecretKmsKeyId = adminPasswordSecretKmsKeyId self.adminUserPassword = adminUserPassword self.adminUsername = adminUsername @@ -877,8 +854,7 @@ extension RedshiftServerlessClientTypes { namespaceId: Swift.String? = nil, namespaceName: Swift.String? = nil, status: RedshiftServerlessClientTypes.NamespaceStatus? = nil - ) - { + ) { self.adminPasswordSecretArn = adminPasswordSecretArn self.adminPasswordSecretKmsKeyId = adminPasswordSecretKmsKeyId self.adminUsername = adminUsername @@ -907,8 +883,7 @@ public struct CreateNamespaceOutput: Swift.Sendable { public init( namespace: RedshiftServerlessClientTypes.Namespace? = nil - ) - { + ) { self.namespace = namespace } } @@ -945,8 +920,7 @@ extension RedshiftServerlessClientTypes { retentionPeriod: Swift.Int? = nil, snapshotNamePrefix: Swift.String? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.namespaceName = namespaceName self.retentionPeriod = retentionPeriod self.snapshotNamePrefix = snapshotNamePrefix @@ -1004,8 +978,7 @@ public struct CreateScheduledActionInput: Swift.Sendable { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetAction: RedshiftServerlessClientTypes.TargetAction? = nil - ) - { + ) { self.enabled = enabled self.endTime = endTime self.namespaceName = namespaceName @@ -1090,8 +1063,7 @@ extension RedshiftServerlessClientTypes { startTime: Foundation.Date? = nil, state: RedshiftServerlessClientTypes.State? = nil, targetAction: RedshiftServerlessClientTypes.TargetAction? = nil - ) - { + ) { self.endTime = endTime self.namespaceName = namespaceName self.nextInvocations = nextInvocations @@ -1113,8 +1085,7 @@ public struct CreateScheduledActionOutput: Swift.Sendable { public init( scheduledAction: RedshiftServerlessClientTypes.ScheduledActionResponse? = nil - ) - { + ) { self.scheduledAction = scheduledAction } } @@ -1136,8 +1107,7 @@ public struct CreateSnapshotInput: Swift.Sendable { retentionPeriod: Swift.Int? = nil, snapshotName: Swift.String? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.namespaceName = namespaceName self.retentionPeriod = retentionPeriod self.snapshotName = snapshotName @@ -1151,8 +1121,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftServerlessClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -1174,8 +1143,7 @@ public struct CreateSnapshotCopyConfigurationInput: Swift.Sendable { destinationRegion: Swift.String? = nil, namespaceName: Swift.String? = nil, snapshotRetentionPeriod: Swift.Int? = nil - ) - { + ) { self.destinationKmsKeyId = destinationKmsKeyId self.destinationRegion = destinationRegion self.namespaceName = namespaceName @@ -1207,8 +1175,7 @@ extension RedshiftServerlessClientTypes { snapshotCopyConfigurationArn: Swift.String? = nil, snapshotCopyConfigurationId: Swift.String? = nil, snapshotRetentionPeriod: Swift.Int? = nil - ) - { + ) { self.destinationKmsKeyId = destinationKmsKeyId self.destinationRegion = destinationRegion self.namespaceName = namespaceName @@ -1226,8 +1193,7 @@ public struct CreateSnapshotCopyConfigurationOutput: Swift.Sendable { public init( snapshotCopyConfiguration: RedshiftServerlessClientTypes.SnapshotCopyConfiguration? = nil - ) - { + ) { self.snapshotCopyConfiguration = snapshotCopyConfiguration } } @@ -1346,8 +1312,7 @@ public struct CreateUsageLimitInput: Swift.Sendable { period: RedshiftServerlessClientTypes.UsageLimitPeriod? = nil, resourceArn: Swift.String? = nil, usageType: RedshiftServerlessClientTypes.UsageLimitUsageType? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.period = period @@ -1383,8 +1348,7 @@ extension RedshiftServerlessClientTypes { usageLimitArn: Swift.String? = nil, usageLimitId: Swift.String? = nil, usageType: RedshiftServerlessClientTypes.UsageLimitUsageType? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.period = period @@ -1402,8 +1366,7 @@ public struct CreateUsageLimitOutput: Swift.Sendable { public init( usageLimit: RedshiftServerlessClientTypes.UsageLimit? = nil - ) - { + ) { self.usageLimit = usageLimit } } @@ -1427,8 +1390,7 @@ public struct InsufficientCapacityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1452,8 +1414,7 @@ public struct Ipv6CidrBlockNotFoundException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1499,8 +1460,7 @@ extension RedshiftServerlessClientTypes { public init( level: Swift.Int? = nil, status: RedshiftServerlessClientTypes.PerformanceTargetStatus? = nil - ) - { + ) { self.level = level self.status = status } @@ -1551,8 +1511,7 @@ public struct CreateWorkgroupInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.baseCapacity = baseCapacity self.configParameters = configParameters self.enhancedVpcRouting = enhancedVpcRouting @@ -1584,8 +1543,7 @@ extension RedshiftServerlessClientTypes { address: Swift.String? = nil, port: Swift.Int? = nil, vpcEndpoints: [RedshiftServerlessClientTypes.VpcEndpoint]? = nil - ) - { + ) { self.address = address self.port = port self.vpcEndpoints = vpcEndpoints @@ -1703,8 +1661,7 @@ extension RedshiftServerlessClientTypes { workgroupId: Swift.String? = nil, workgroupName: Swift.String? = nil, workgroupVersion: Swift.String? = nil - ) - { + ) { self.baseCapacity = baseCapacity self.configParameters = configParameters self.creationDate = creationDate @@ -1738,8 +1695,7 @@ public struct CreateWorkgroupOutput: Swift.Sendable { public init( workgroup: RedshiftServerlessClientTypes.Workgroup? = nil - ) - { + ) { self.workgroup = workgroup } } @@ -1751,8 +1707,7 @@ public struct DeleteEndpointAccessInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -1763,8 +1718,7 @@ public struct DeleteEndpointAccessOutput: Swift.Sendable { public init( endpoint: RedshiftServerlessClientTypes.EndpointAccess? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -1776,8 +1730,7 @@ public struct GetEndpointAccessInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -1788,8 +1741,7 @@ public struct GetEndpointAccessOutput: Swift.Sendable { public init( endpoint: RedshiftServerlessClientTypes.EndpointAccess? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -1812,8 +1764,7 @@ public struct ListEndpointAccessInput: Swift.Sendable { ownerAccount: Swift.String? = nil, vpcId: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.ownerAccount = ownerAccount @@ -1832,8 +1783,7 @@ public struct ListEndpointAccessOutput: Swift.Sendable { public init( endpoints: [RedshiftServerlessClientTypes.EndpointAccess]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -1849,8 +1799,7 @@ public struct UpdateEndpointAccessInput: Swift.Sendable { public init( endpointName: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil - ) - { + ) { self.endpointName = endpointName self.vpcSecurityGroupIds = vpcSecurityGroupIds } @@ -1862,8 +1811,7 @@ public struct UpdateEndpointAccessOutput: Swift.Sendable { public init( endpoint: RedshiftServerlessClientTypes.EndpointAccess? = nil - ) - { + ) { self.endpoint = endpoint } } @@ -1879,8 +1827,7 @@ public struct DeleteCustomDomainAssociationInput: Swift.Sendable { public init( customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainName = customDomainName self.workgroupName = workgroupName } @@ -1904,8 +1851,7 @@ public struct DeleteNamespaceInput: Swift.Sendable { finalSnapshotName: Swift.String? = nil, finalSnapshotRetentionPeriod: Swift.Int? = nil, namespaceName: Swift.String? = nil - ) - { + ) { self.finalSnapshotName = finalSnapshotName self.finalSnapshotRetentionPeriod = finalSnapshotRetentionPeriod self.namespaceName = namespaceName @@ -1919,8 +1865,7 @@ public struct DeleteNamespaceOutput: Swift.Sendable { public init( namespace: RedshiftServerlessClientTypes.Namespace? = nil - ) - { + ) { self.namespace = namespace } } @@ -1932,8 +1877,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1950,8 +1894,7 @@ public struct DeleteScheduledActionInput: Swift.Sendable { public init( scheduledActionName: Swift.String? = nil - ) - { + ) { self.scheduledActionName = scheduledActionName } } @@ -1962,8 +1905,7 @@ public struct DeleteScheduledActionOutput: Swift.Sendable { public init( scheduledAction: RedshiftServerlessClientTypes.ScheduledActionResponse? = nil - ) - { + ) { self.scheduledAction = scheduledAction } } @@ -1975,8 +1917,7 @@ public struct DeleteSnapshotInput: Swift.Sendable { public init( snapshotName: Swift.String? = nil - ) - { + ) { self.snapshotName = snapshotName } } @@ -1987,8 +1928,7 @@ public struct DeleteSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftServerlessClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2000,8 +1940,7 @@ public struct DeleteSnapshotCopyConfigurationInput: Swift.Sendable { public init( snapshotCopyConfigurationId: Swift.String? = nil - ) - { + ) { self.snapshotCopyConfigurationId = snapshotCopyConfigurationId } } @@ -2013,8 +1952,7 @@ public struct DeleteSnapshotCopyConfigurationOutput: Swift.Sendable { public init( snapshotCopyConfiguration: RedshiftServerlessClientTypes.SnapshotCopyConfiguration? = nil - ) - { + ) { self.snapshotCopyConfiguration = snapshotCopyConfiguration } } @@ -2026,8 +1964,7 @@ public struct DeleteUsageLimitInput: Swift.Sendable { public init( usageLimitId: Swift.String? = nil - ) - { + ) { self.usageLimitId = usageLimitId } } @@ -2038,8 +1975,7 @@ public struct DeleteUsageLimitOutput: Swift.Sendable { public init( usageLimit: RedshiftServerlessClientTypes.UsageLimit? = nil - ) - { + ) { self.usageLimit = usageLimit } } @@ -2051,8 +1987,7 @@ public struct DeleteWorkgroupInput: Swift.Sendable { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -2064,8 +1999,7 @@ public struct DeleteWorkgroupOutput: Swift.Sendable { public init( workgroup: RedshiftServerlessClientTypes.Workgroup? = nil - ) - { + ) { self.workgroup = workgroup } } @@ -2095,8 +2029,7 @@ public struct GetCredentialsInput: Swift.Sendable { dbName: Swift.String? = nil, durationSeconds: Swift.Int? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainName = customDomainName self.dbName = dbName self.durationSeconds = durationSeconds @@ -2119,8 +2052,7 @@ public struct GetCredentialsOutput: Swift.Sendable { dbUser: Swift.String? = nil, expiration: Foundation.Date? = nil, nextRefreshTime: Foundation.Date? = nil - ) - { + ) { self.dbPassword = dbPassword self.dbUser = dbUser self.expiration = expiration @@ -2144,8 +2076,7 @@ public struct GetCustomDomainAssociationInput: Swift.Sendable { public init( customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainName = customDomainName self.workgroupName = workgroupName } @@ -2166,8 +2097,7 @@ public struct GetCustomDomainAssociationOutput: Swift.Sendable { customDomainCertificateExpiryTime: Foundation.Date? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainCertificateExpiryTime = customDomainCertificateExpiryTime self.customDomainName = customDomainName @@ -2182,8 +2112,7 @@ public struct GetNamespaceInput: Swift.Sendable { public init( namespaceName: Swift.String? = nil - ) - { + ) { self.namespaceName = namespaceName } } @@ -2195,8 +2124,7 @@ public struct GetNamespaceOutput: Swift.Sendable { public init( namespace: RedshiftServerlessClientTypes.Namespace? = nil - ) - { + ) { self.namespace = namespace } } @@ -2208,8 +2136,7 @@ public struct GetRecoveryPointInput: Swift.Sendable { public init( recoveryPointId: Swift.String? = nil - ) - { + ) { self.recoveryPointId = recoveryPointId } } @@ -2238,8 +2165,7 @@ extension RedshiftServerlessClientTypes { recoveryPointId: Swift.String? = nil, totalSizeInMegaBytes: Swift.Double? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.namespaceArn = namespaceArn self.namespaceName = namespaceName self.recoveryPointCreateTime = recoveryPointCreateTime @@ -2256,8 +2182,7 @@ public struct GetRecoveryPointOutput: Swift.Sendable { public init( recoveryPoint: RedshiftServerlessClientTypes.RecoveryPoint? = nil - ) - { + ) { self.recoveryPoint = recoveryPoint } } @@ -2269,8 +2194,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2287,8 +2211,7 @@ extension RedshiftServerlessClientTypes { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -2301,8 +2224,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: RedshiftServerlessClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -2314,8 +2236,7 @@ public struct GetScheduledActionInput: Swift.Sendable { public init( scheduledActionName: Swift.String? = nil - ) - { + ) { self.scheduledActionName = scheduledActionName } } @@ -2326,8 +2247,7 @@ public struct GetScheduledActionOutput: Swift.Sendable { public init( scheduledAction: RedshiftServerlessClientTypes.ScheduledActionResponse? = nil - ) - { + ) { self.scheduledAction = scheduledAction } } @@ -2344,8 +2264,7 @@ public struct GetSnapshotInput: Swift.Sendable { ownerAccount: Swift.String? = nil, snapshotArn: Swift.String? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.ownerAccount = ownerAccount self.snapshotArn = snapshotArn self.snapshotName = snapshotName @@ -2358,8 +2277,7 @@ public struct GetSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftServerlessClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -2371,8 +2289,7 @@ public struct GetTableRestoreStatusInput: Swift.Sendable { public init( tableRestoreRequestId: Swift.String? = nil - ) - { + ) { self.tableRestoreRequestId = tableRestoreRequestId } } @@ -2431,8 +2348,7 @@ extension RedshiftServerlessClientTypes { targetSchemaName: Swift.String? = nil, totalDataInMegaBytes: Swift.Int? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.message = message self.namespaceName = namespaceName self.newTableName = newTableName @@ -2459,8 +2375,7 @@ public struct GetTableRestoreStatusOutput: Swift.Sendable { public init( tableRestoreStatus: RedshiftServerlessClientTypes.TableRestoreStatus? = nil - ) - { + ) { self.tableRestoreStatus = tableRestoreStatus } } @@ -2472,8 +2387,7 @@ public struct GetUsageLimitInput: Swift.Sendable { public init( usageLimitId: Swift.String? = nil - ) - { + ) { self.usageLimitId = usageLimitId } } @@ -2484,8 +2398,7 @@ public struct GetUsageLimitOutput: Swift.Sendable { public init( usageLimit: RedshiftServerlessClientTypes.UsageLimit? = nil - ) - { + ) { self.usageLimit = usageLimit } } @@ -2497,8 +2410,7 @@ public struct GetWorkgroupInput: Swift.Sendable { public init( workgroupName: Swift.String? = nil - ) - { + ) { self.workgroupName = workgroupName } } @@ -2510,8 +2422,7 @@ public struct GetWorkgroupOutput: Swift.Sendable { public init( workgroup: RedshiftServerlessClientTypes.Workgroup? = nil - ) - { + ) { self.workgroup = workgroup } } @@ -2535,8 +2446,7 @@ public struct InvalidPaginationException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2556,8 +2466,7 @@ public struct ListCustomDomainAssociationsInput: Swift.Sendable { customDomainName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName self.maxResults = maxResults @@ -2574,8 +2483,7 @@ public struct ListCustomDomainAssociationsOutput: Swift.Sendable { public init( associations: [RedshiftServerlessClientTypes.Association]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -2593,8 +2501,7 @@ public struct ListManagedWorkgroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sourceArn = sourceArn @@ -2660,8 +2567,7 @@ extension RedshiftServerlessClientTypes { managedWorkgroupName: Swift.String? = nil, sourceArn: Swift.String? = nil, status: RedshiftServerlessClientTypes.ManagedWorkgroupStatus? = nil - ) - { + ) { self.creationDate = creationDate self.managedWorkgroupId = managedWorkgroupId self.managedWorkgroupName = managedWorkgroupName @@ -2680,8 +2586,7 @@ public struct ListManagedWorkgroupsOutput: Swift.Sendable { public init( managedWorkgroups: [RedshiftServerlessClientTypes.ManagedWorkgroupListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managedWorkgroups = managedWorkgroups self.nextToken = nextToken } @@ -2696,8 +2601,7 @@ public struct ListNamespacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2713,8 +2617,7 @@ public struct ListNamespacesOutput: Swift.Sendable { public init( namespaces: [RedshiftServerlessClientTypes.Namespace]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.namespaces = namespaces self.nextToken = nextToken } @@ -2741,8 +2644,7 @@ public struct ListRecoveryPointsInput: Swift.Sendable { namespaceName: Swift.String? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.namespaceArn = namespaceArn @@ -2761,8 +2663,7 @@ public struct ListRecoveryPointsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recoveryPoints: [RedshiftServerlessClientTypes.RecoveryPoint]? = nil - ) - { + ) { self.nextToken = nextToken self.recoveryPoints = recoveryPoints } @@ -2780,8 +2681,7 @@ public struct ListScheduledActionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespaceName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namespaceName = namespaceName self.nextToken = nextToken @@ -2800,8 +2700,7 @@ extension RedshiftServerlessClientTypes { public init( namespaceName: Swift.String? = nil, scheduledActionName: Swift.String? = nil - ) - { + ) { self.namespaceName = namespaceName self.scheduledActionName = scheduledActionName } @@ -2817,8 +2716,7 @@ public struct ListScheduledActionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledActions: [RedshiftServerlessClientTypes.ScheduledActionAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledActions = scheduledActions } @@ -2836,8 +2734,7 @@ public struct ListSnapshotCopyConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namespaceName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namespaceName = namespaceName self.nextToken = nextToken @@ -2854,8 +2751,7 @@ public struct ListSnapshotCopyConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshotCopyConfigurations: [RedshiftServerlessClientTypes.SnapshotCopyConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshotCopyConfigurations = snapshotCopyConfigurations } @@ -2885,8 +2781,7 @@ public struct ListSnapshotsInput: Swift.Sendable { nextToken: Swift.String? = nil, ownerAccount: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.namespaceArn = namespaceArn @@ -2906,8 +2801,7 @@ public struct ListSnapshotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, snapshots: [RedshiftServerlessClientTypes.Snapshot]? = nil - ) - { + ) { self.nextToken = nextToken self.snapshots = snapshots } @@ -2928,8 +2822,7 @@ public struct ListTableRestoreStatusInput: Swift.Sendable { namespaceName: Swift.String? = nil, nextToken: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namespaceName = namespaceName self.nextToken = nextToken @@ -2946,8 +2839,7 @@ public struct ListTableRestoreStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tableRestoreStatuses: [RedshiftServerlessClientTypes.TableRestoreStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.tableRestoreStatuses = tableRestoreStatuses } @@ -2960,8 +2852,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2972,8 +2863,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2993,8 +2883,7 @@ public struct ListUsageLimitsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil, usageType: RedshiftServerlessClientTypes.UsageLimitUsageType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -3011,8 +2900,7 @@ public struct ListUsageLimitsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, usageLimits: [RedshiftServerlessClientTypes.UsageLimit]? = nil - ) - { + ) { self.nextToken = nextToken self.usageLimits = usageLimits } @@ -3030,8 +2918,7 @@ public struct ListWorkgroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, ownerAccount: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.ownerAccount = ownerAccount @@ -3048,8 +2935,7 @@ public struct ListWorkgroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workgroups: [RedshiftServerlessClientTypes.Workgroup]? = nil - ) - { + ) { self.nextToken = nextToken self.workgroups = workgroups } @@ -3086,8 +2972,7 @@ public struct UpdateNamespaceInput: Swift.Sendable { logExports: [RedshiftServerlessClientTypes.LogExport]? = nil, manageAdminPassword: Swift.Bool? = nil, namespaceName: Swift.String? = nil - ) - { + ) { self.adminPasswordSecretKmsKeyId = adminPasswordSecretKmsKeyId self.adminUserPassword = adminUserPassword self.adminUsername = adminUsername @@ -3112,8 +2997,7 @@ public struct UpdateNamespaceOutput: Swift.Sendable { public init( namespace: RedshiftServerlessClientTypes.Namespace? = nil - ) - { + ) { self.namespace = namespace } } @@ -3129,8 +3013,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -3142,8 +3025,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: RedshiftServerlessClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -3163,8 +3045,7 @@ public struct RestoreFromRecoveryPointInput: Swift.Sendable { namespaceName: Swift.String? = nil, recoveryPointId: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.namespaceName = namespaceName self.recoveryPointId = recoveryPointId self.workgroupName = workgroupName @@ -3180,8 +3061,7 @@ public struct RestoreFromRecoveryPointOutput: Swift.Sendable { public init( namespace: RedshiftServerlessClientTypes.Namespace? = nil, recoveryPointId: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.recoveryPointId = recoveryPointId } @@ -3226,8 +3106,7 @@ public struct RestoreTableFromRecoveryPointInput: Swift.Sendable { targetDatabaseName: Swift.String? = nil, targetSchemaName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.activateCaseSensitiveIdentifier = activateCaseSensitiveIdentifier self.namespaceName = namespaceName self.newTableName = newTableName @@ -3247,8 +3126,7 @@ public struct RestoreTableFromRecoveryPointOutput: Swift.Sendable { public init( tableRestoreStatus: RedshiftServerlessClientTypes.TableRestoreStatus? = nil - ) - { + ) { self.tableRestoreStatus = tableRestoreStatus } } @@ -3285,8 +3163,7 @@ public struct UpdateScheduledActionInput: Swift.Sendable { scheduledActionName: Swift.String? = nil, startTime: Foundation.Date? = nil, targetAction: RedshiftServerlessClientTypes.TargetAction? = nil - ) - { + ) { self.enabled = enabled self.endTime = endTime self.roleArn = roleArn @@ -3304,8 +3181,7 @@ public struct UpdateScheduledActionOutput: Swift.Sendable { public init( scheduledAction: RedshiftServerlessClientTypes.ScheduledActionResponse? = nil - ) - { + ) { self.scheduledAction = scheduledAction } } @@ -3336,8 +3212,7 @@ public struct RestoreFromSnapshotInput: Swift.Sendable { snapshotArn: Swift.String? = nil, snapshotName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.adminPasswordSecretKmsKeyId = adminPasswordSecretKmsKeyId self.manageAdminPassword = manageAdminPassword self.namespaceName = namespaceName @@ -3360,8 +3235,7 @@ public struct RestoreFromSnapshotOutput: Swift.Sendable { namespace: RedshiftServerlessClientTypes.Namespace? = nil, ownerAccount: Swift.String? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.ownerAccount = ownerAccount self.snapshotName = snapshotName @@ -3407,8 +3281,7 @@ public struct RestoreTableFromSnapshotInput: Swift.Sendable { targetDatabaseName: Swift.String? = nil, targetSchemaName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.activateCaseSensitiveIdentifier = activateCaseSensitiveIdentifier self.namespaceName = namespaceName self.newTableName = newTableName @@ -3428,8 +3301,7 @@ public struct RestoreTableFromSnapshotOutput: Swift.Sendable { public init( tableRestoreStatus: RedshiftServerlessClientTypes.TableRestoreStatus? = nil - ) - { + ) { self.tableRestoreStatus = tableRestoreStatus } } @@ -3444,8 +3316,7 @@ public struct UpdateSnapshotInput: Swift.Sendable { public init( retentionPeriod: Swift.Int? = nil, snapshotName: Swift.String? = nil - ) - { + ) { self.retentionPeriod = retentionPeriod self.snapshotName = snapshotName } @@ -3457,8 +3328,7 @@ public struct UpdateSnapshotOutput: Swift.Sendable { public init( snapshot: RedshiftServerlessClientTypes.Snapshot? = nil - ) - { + ) { self.snapshot = snapshot } } @@ -3473,8 +3343,7 @@ public struct UpdateSnapshotCopyConfigurationInput: Swift.Sendable { public init( snapshotCopyConfigurationId: Swift.String? = nil, snapshotRetentionPeriod: Swift.Int? = nil - ) - { + ) { self.snapshotCopyConfigurationId = snapshotCopyConfigurationId self.snapshotRetentionPeriod = snapshotRetentionPeriod } @@ -3487,8 +3356,7 @@ public struct UpdateSnapshotCopyConfigurationOutput: Swift.Sendable { public init( snapshotCopyConfiguration: RedshiftServerlessClientTypes.SnapshotCopyConfiguration? = nil - ) - { + ) { self.snapshotCopyConfiguration = snapshotCopyConfiguration } } @@ -3504,8 +3372,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [RedshiftServerlessClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3527,8 +3394,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3554,8 +3420,7 @@ public struct UpdateCustomDomainAssociationInput: Swift.Sendable { customDomainCertificateArn: Swift.String? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainName = customDomainName self.workgroupName = workgroupName @@ -3577,8 +3442,7 @@ public struct UpdateCustomDomainAssociationOutput: Swift.Sendable { customDomainCertificateExpiryTime: Foundation.Date? = nil, customDomainName: Swift.String? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.customDomainCertificateArn = customDomainCertificateArn self.customDomainCertificateExpiryTime = customDomainCertificateExpiryTime self.customDomainName = customDomainName @@ -3599,8 +3463,7 @@ public struct UpdateUsageLimitInput: Swift.Sendable { amount: Swift.Int? = nil, breachAction: RedshiftServerlessClientTypes.UsageLimitBreachAction? = nil, usageLimitId: Swift.String? = nil - ) - { + ) { self.amount = amount self.breachAction = breachAction self.usageLimitId = usageLimitId @@ -3613,8 +3476,7 @@ public struct UpdateUsageLimitOutput: Swift.Sendable { public init( usageLimit: RedshiftServerlessClientTypes.UsageLimit? = nil - ) - { + ) { self.usageLimit = usageLimit } } @@ -3656,8 +3518,7 @@ public struct UpdateWorkgroupInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, workgroupName: Swift.String? = nil - ) - { + ) { self.baseCapacity = baseCapacity self.configParameters = configParameters self.enhancedVpcRouting = enhancedVpcRouting @@ -3679,8 +3540,7 @@ public struct UpdateWorkgroupOutput: Swift.Sendable { public init( workgroup: RedshiftServerlessClientTypes.Workgroup? = nil - ) - { + ) { self.workgroup = workgroup } } diff --git a/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/RedshiftServerlessClient.swift b/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/RedshiftServerlessClient.swift index 30b8a132a50..0f331caca9b 100644 --- a/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/RedshiftServerlessClient.swift +++ b/Sources/Services/AWSRedshiftServerless/Sources/AWSRedshiftServerless/RedshiftServerlessClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RedshiftServerlessClient: ClientRuntime.Client { public static let clientName = "RedshiftServerlessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RedshiftServerlessClient.RedshiftServerlessClientConfiguration let serviceName = "Redshift Serverless" diff --git a/Sources/Services/AWSRekognition/Package.swift.txt b/Sources/Services/AWSRekognition/Package.swift.txt index bd21d1eaa8a..955b633ff0a 100644 --- a/Sources/Services/AWSRekognition/Package.swift.txt +++ b/Sources/Services/AWSRekognition/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRekognition/Sources/AWSRekognition/Models.swift b/Sources/Services/AWSRekognition/Sources/AWSRekognition/Models.swift index b17c02c0eba..ae3b11c72a5 100644 --- a/Sources/Services/AWSRekognition/Sources/AWSRekognition/Models.swift +++ b/Sources/Services/AWSRekognition/Sources/AWSRekognition/Models.swift @@ -51,8 +51,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -71,8 +70,7 @@ extension RekognitionClientTypes { public init( high: Swift.Int? = nil, low: Swift.Int? = nil - ) - { + ) { self.high = high self.low = low } @@ -94,8 +92,7 @@ extension RekognitionClientTypes { bucket: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.name = name self.version = version @@ -112,8 +109,7 @@ extension RekognitionClientTypes { public init( s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -128,8 +124,7 @@ extension RekognitionClientTypes { public init( groundTruthManifest: RekognitionClientTypes.GroundTruthManifest? = nil - ) - { + ) { self.groundTruthManifest = groundTruthManifest } } @@ -144,8 +139,7 @@ extension RekognitionClientTypes { public init( faceId: Swift.String? = nil - ) - { + ) { self.faceId = faceId } } @@ -174,8 +168,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -205,8 +198,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -236,8 +228,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -267,8 +258,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -298,8 +288,7 @@ public struct ProvisionedThroughputExceededException: ClientRuntime.ModeledError code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -329,8 +318,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -360,8 +348,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -391,8 +378,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -420,8 +406,7 @@ public struct AssociateFacesInput: Swift.Sendable { faceIds: [Swift.String]? = nil, userId: Swift.String? = nil, userMatchThreshold: Swift.Float? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.collectionId = collectionId self.faceIds = faceIds @@ -480,8 +465,7 @@ extension RekognitionClientTypes { faceId: Swift.String? = nil, reasons: [RekognitionClientTypes.UnsuccessfulFaceAssociationReason]? = nil, userId: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.faceId = faceId self.reasons = reasons @@ -537,8 +521,7 @@ public struct AssociateFacesOutput: Swift.Sendable { associatedFaces: [RekognitionClientTypes.AssociatedFace]? = nil, unsuccessfulFaceAssociations: [RekognitionClientTypes.UnsuccessfulFaceAssociation]? = nil, userStatus: RekognitionClientTypes.UserStatus? = nil - ) - { + ) { self.associatedFaces = associatedFaces self.unsuccessfulFaceAssociations = unsuccessfulFaceAssociations self.userStatus = userStatus @@ -628,8 +611,7 @@ extension RekognitionClientTypes { durationMillis: Swift.Int? = nil, numberOfChannels: Swift.Int? = nil, sampleRate: Swift.Int? = nil - ) - { + ) { self.codec = codec self.durationMillis = durationMillis self.numberOfChannels = numberOfChannels @@ -656,8 +638,7 @@ extension RekognitionClientTypes { `left`: Swift.Float? = nil, top: Swift.Float? = nil, width: Swift.Float? = nil - ) - { + ) { self.height = height self.`left` = `left` self.top = top @@ -681,8 +662,7 @@ extension RekognitionClientTypes { boundingBox: RekognitionClientTypes.BoundingBox? = nil, bytes: Foundation.Data? = nil, s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.boundingBox = boundingBox self.bytes = bytes self.s3Object = s3Object @@ -707,8 +687,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -727,8 +706,7 @@ extension RekognitionClientTypes { public init( maxPixelThreshold: Swift.Float? = nil, minCoveragePercentage: Swift.Float? = nil - ) - { + ) { self.maxPixelThreshold = maxPixelThreshold self.minCoveragePercentage = minCoveragePercentage } @@ -782,8 +760,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -840,8 +817,7 @@ extension RekognitionClientTypes { confidence: Swift.Float? = nil, coversBodyPart: RekognitionClientTypes.CoversBodyPart? = nil, type: RekognitionClientTypes.ProtectiveEquipmentType? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence self.coversBodyPart = coversBodyPart @@ -865,8 +841,7 @@ extension RekognitionClientTypes { confidence: Swift.Float? = nil, equipmentDetections: [RekognitionClientTypes.EquipmentDetection]? = nil, name: RekognitionClientTypes.BodyPart? = nil - ) - { + ) { self.confidence = confidence self.equipmentDetections = equipmentDetections self.name = name @@ -936,8 +911,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, type: RekognitionClientTypes.EmotionName? = nil - ) - { + ) { self.confidence = confidence self.type = type } @@ -1072,8 +1046,7 @@ extension RekognitionClientTypes { type: RekognitionClientTypes.LandmarkType? = nil, x: Swift.Float? = nil, y: Swift.Float? = nil - ) - { + ) { self.type = type self.x = x self.y = y @@ -1096,8 +1069,7 @@ extension RekognitionClientTypes { pitch: Swift.Float? = nil, roll: Swift.Float? = nil, yaw: Swift.Float? = nil - ) - { + ) { self.pitch = pitch self.roll = roll self.yaw = yaw @@ -1117,8 +1089,7 @@ extension RekognitionClientTypes { public init( brightness: Swift.Float? = nil, sharpness: Swift.Float? = nil - ) - { + ) { self.brightness = brightness self.sharpness = sharpness } @@ -1137,8 +1108,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1172,8 +1142,7 @@ extension RekognitionClientTypes { pose: RekognitionClientTypes.Pose? = nil, quality: RekognitionClientTypes.ImageQuality? = nil, smile: RekognitionClientTypes.Smile? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence self.emotions = emotions @@ -1230,8 +1199,7 @@ extension RekognitionClientTypes { public init( type: RekognitionClientTypes.KnownGenderType? = nil - ) - { + ) { self.type = type } } @@ -1261,8 +1229,7 @@ extension RekognitionClientTypes { matchConfidence: Swift.Float? = nil, name: Swift.String? = nil, urls: [Swift.String]? = nil - ) - { + ) { self.face = face self.id = id self.knownGender = knownGender @@ -1288,8 +1255,7 @@ extension RekognitionClientTypes { confidence: Swift.Float? = nil, pitch: Swift.Float? = nil, yaw: Swift.Float? = nil - ) - { + ) { self.confidence = confidence self.pitch = pitch self.yaw = yaw @@ -1309,8 +1275,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1329,8 +1294,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1349,8 +1313,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1398,8 +1361,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: RekognitionClientTypes.GenderType? = nil - ) - { + ) { self.confidence = confidence self.value = value } @@ -1418,8 +1380,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1438,8 +1399,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1458,8 +1418,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.value = value } @@ -1532,8 +1491,7 @@ extension RekognitionClientTypes { quality: RekognitionClientTypes.ImageQuality? = nil, smile: RekognitionClientTypes.Smile? = nil, sunglasses: RekognitionClientTypes.Sunglasses? = nil - ) - { + ) { self.ageRange = ageRange self.beard = beard self.boundingBox = boundingBox @@ -1582,8 +1540,7 @@ extension RekognitionClientTypes { knownGender: RekognitionClientTypes.KnownGender? = nil, name: Swift.String? = nil, urls: [Swift.String]? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence self.face = face @@ -1607,8 +1564,7 @@ extension RekognitionClientTypes { public init( celebrity: RekognitionClientTypes.CelebrityDetail? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.celebrity = celebrity self.timestamp = timestamp } @@ -1656,8 +1612,7 @@ extension RekognitionClientTypes { public init( boundingBox: RekognitionClientTypes.BoundingBox? = nil, confidence: Swift.Float? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence } @@ -1687,8 +1642,7 @@ public struct ImageTooLargeException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -1718,8 +1672,7 @@ public struct InvalidImageFormatException: ClientRuntime.ModeledError, AWSClient code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -1749,8 +1702,7 @@ public struct InvalidS3ObjectException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -1807,8 +1759,7 @@ extension RekognitionClientTypes { public init( bytes: Foundation.Data? = nil, s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.bytes = bytes self.s3Object = s3Object } @@ -1832,8 +1783,7 @@ public struct CompareFacesInput: Swift.Sendable { similarityThreshold: Swift.Float? = nil, sourceImage: RekognitionClientTypes.Image? = nil, targetImage: RekognitionClientTypes.Image? = nil - ) - { + ) { self.qualityFilter = qualityFilter self.similarityThreshold = similarityThreshold self.sourceImage = sourceImage @@ -1853,8 +1803,7 @@ extension RekognitionClientTypes { public init( face: RekognitionClientTypes.ComparedFace? = nil, similarity: Swift.Float? = nil - ) - { + ) { self.face = face self.similarity = similarity } @@ -1914,8 +1863,7 @@ public struct CompareFacesOutput: Swift.Sendable { sourceImageOrientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil, targetImageOrientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil, unmatchedFaces: [RekognitionClientTypes.ComparedFace]? = nil - ) - { + ) { self.faceMatches = faceMatches self.sourceImageFace = sourceImageFace self.sourceImageOrientationCorrection = sourceImageOrientationCorrection @@ -1937,8 +1885,7 @@ extension RekognitionClientTypes { public init( labels: [Swift.String]? = nil, minConfidence: Swift.Float? = nil - ) - { + ) { self.labels = labels self.minConfidence = minConfidence } @@ -1957,8 +1904,7 @@ extension RekognitionClientTypes { public init( labels: [Swift.String]? = nil, minConfidence: Swift.Float? = nil - ) - { + ) { self.labels = labels self.minConfidence = minConfidence } @@ -2035,8 +1981,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, name: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.name = name } @@ -2061,8 +2006,7 @@ extension RekognitionClientTypes { name: Swift.String? = nil, parentName: Swift.String? = nil, taxonomyLevel: Swift.Int? = nil - ) - { + ) { self.confidence = confidence self.name = name self.parentName = parentName @@ -2095,8 +2039,7 @@ extension RekognitionClientTypes { moderationLabel: RekognitionClientTypes.ModerationLabel? = nil, startTimestampMillis: Swift.Int? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.contentTypes = contentTypes self.durationMillis = durationMillis self.endTimestampMillis = endTimestampMillis @@ -2159,8 +2102,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -2190,8 +2132,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -2210,8 +2151,7 @@ extension RekognitionClientTypes { public init( s3Bucket: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3KeyPrefix = s3KeyPrefix } @@ -2258,8 +2198,7 @@ public struct CopyProjectVersionInput: Swift.Sendable { sourceProjectVersionArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, versionName: Swift.String? = nil - ) - { + ) { self.destinationProjectArn = destinationProjectArn self.kmsKeyId = kmsKeyId self.outputConfig = outputConfig @@ -2276,8 +2215,7 @@ public struct CopyProjectVersionOutput: Swift.Sendable { public init( projectVersionArn: Swift.String? = nil - ) - { + ) { self.projectVersionArn = projectVersionArn } } @@ -2305,8 +2243,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -2323,8 +2260,7 @@ public struct CreateCollectionInput: Swift.Sendable { public init( collectionId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.collectionId = collectionId self.tags = tags } @@ -2342,8 +2278,7 @@ public struct CreateCollectionOutput: Swift.Sendable { collectionArn: Swift.String? = nil, faceModelVersion: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.collectionArn = collectionArn self.faceModelVersion = faceModelVersion self.statusCode = statusCode @@ -2362,8 +2297,7 @@ extension RekognitionClientTypes { public init( datasetArn: Swift.String? = nil, groundTruthManifest: RekognitionClientTypes.GroundTruthManifest? = nil - ) - { + ) { self.datasetArn = datasetArn self.groundTruthManifest = groundTruthManifest } @@ -2416,8 +2350,7 @@ public struct CreateDatasetInput: Swift.Sendable { datasetType: RekognitionClientTypes.DatasetType? = nil, projectArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.datasetSource = datasetSource self.datasetType = datasetType self.projectArn = projectArn @@ -2431,8 +2364,7 @@ public struct CreateDatasetOutput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -2450,8 +2382,7 @@ extension RekognitionClientTypes { public init( s3Bucket: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3KeyPrefix = s3KeyPrefix } @@ -2470,8 +2401,7 @@ extension RekognitionClientTypes { public init( auditImagesLimit: Swift.Int? = nil, outputConfig: RekognitionClientTypes.LivenessOutputConfig? = nil - ) - { + ) { self.auditImagesLimit = auditImagesLimit self.outputConfig = outputConfig } @@ -2490,8 +2420,7 @@ public struct CreateFaceLivenessSessionInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, kmsKeyId: Swift.String? = nil, settings: RekognitionClientTypes.CreateFaceLivenessSessionRequestSettings? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.kmsKeyId = kmsKeyId self.settings = settings @@ -2505,8 +2434,7 @@ public struct CreateFaceLivenessSessionOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -2585,8 +2513,7 @@ public struct CreateProjectInput: Swift.Sendable { feature: RekognitionClientTypes.CustomizationFeature? = nil, projectName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.autoUpdate = autoUpdate self.feature = feature self.projectName = projectName @@ -2600,8 +2527,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -2615,8 +2541,7 @@ extension RekognitionClientTypes { public init( confidenceThreshold: Swift.Float? = nil - ) - { + ) { self.confidenceThreshold = confidenceThreshold } } @@ -2631,8 +2556,7 @@ extension RekognitionClientTypes { public init( contentModeration: RekognitionClientTypes.CustomizationFeatureContentModerationConfig? = nil - ) - { + ) { self.contentModeration = contentModeration } } @@ -2650,8 +2574,7 @@ extension RekognitionClientTypes { public init( assets: [RekognitionClientTypes.Asset]? = nil, autoCreate: Swift.Bool = false - ) - { + ) { self.assets = assets self.autoCreate = autoCreate } @@ -2667,8 +2590,7 @@ extension RekognitionClientTypes { public init( assets: [RekognitionClientTypes.Asset]? = nil - ) - { + ) { self.assets = assets } } @@ -2718,8 +2640,7 @@ public struct CreateProjectVersionInput: Swift.Sendable { trainingData: RekognitionClientTypes.TrainingData? = nil, versionDescription: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.featureConfig = featureConfig self.kmsKeyId = kmsKeyId self.outputConfig = outputConfig @@ -2738,8 +2659,7 @@ public struct CreateProjectVersionOutput: Swift.Sendable { public init( projectVersionArn: Swift.String? = nil - ) - { + ) { self.projectVersionArn = projectVersionArn } } @@ -2754,8 +2674,7 @@ extension RekognitionClientTypes { public init( optIn: Swift.Bool = false - ) - { + ) { self.optIn = optIn } } @@ -2770,8 +2689,7 @@ extension RekognitionClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2786,8 +2704,7 @@ extension RekognitionClientTypes { public init( kinesisVideoStream: RekognitionClientTypes.KinesisVideoStream? = nil - ) - { + ) { self.kinesisVideoStream = kinesisVideoStream } } @@ -2803,8 +2720,7 @@ extension RekognitionClientTypes { public init( snsTopicArn: Swift.String? = nil - ) - { + ) { self.snsTopicArn = snsTopicArn } } @@ -2819,8 +2735,7 @@ extension RekognitionClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2838,8 +2753,7 @@ extension RekognitionClientTypes { public init( bucket: Swift.String? = nil, keyPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.keyPrefix = keyPrefix } @@ -2858,8 +2772,7 @@ extension RekognitionClientTypes { public init( kinesisDataStream: RekognitionClientTypes.KinesisDataStream? = nil, s3Destination: RekognitionClientTypes.S3Destination? = nil - ) - { + ) { self.kinesisDataStream = kinesisDataStream self.s3Destination = s3Destination } @@ -2878,8 +2791,7 @@ extension RekognitionClientTypes { public init( x: Swift.Float? = nil, y: Swift.Float? = nil - ) - { + ) { self.x = x self.y = y } @@ -2898,8 +2810,7 @@ extension RekognitionClientTypes { public init( boundingBox: RekognitionClientTypes.BoundingBox? = nil, polygon: [RekognitionClientTypes.Point]? = nil - ) - { + ) { self.boundingBox = boundingBox self.polygon = polygon } @@ -2918,8 +2829,7 @@ extension RekognitionClientTypes { public init( collectionId: Swift.String? = nil, faceMatchThreshold: Swift.Float? = nil - ) - { + ) { self.collectionId = collectionId self.faceMatchThreshold = faceMatchThreshold } @@ -2938,8 +2848,7 @@ extension RekognitionClientTypes { public init( connectedHome: RekognitionClientTypes.ConnectedHomeSettings? = nil, faceSearch: RekognitionClientTypes.FaceSearchSettings? = nil - ) - { + ) { self.connectedHome = connectedHome self.faceSearch = faceSearch } @@ -2984,8 +2893,7 @@ public struct CreateStreamProcessorInput: Swift.Sendable { roleArn: Swift.String? = nil, settings: RekognitionClientTypes.StreamProcessorSettings? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.dataSharingPreference = dataSharingPreference self.input = input self.kmsKeyId = kmsKeyId @@ -3005,8 +2913,7 @@ public struct CreateStreamProcessorOutput: Swift.Sendable { public init( streamProcessorArn: Swift.String? = nil - ) - { + ) { self.streamProcessorArn = streamProcessorArn } } @@ -3025,8 +2932,7 @@ public struct CreateUserInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, collectionId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.collectionId = collectionId self.userId = userId @@ -3050,8 +2956,7 @@ extension RekognitionClientTypes { public init( boundingBox: RekognitionClientTypes.BoundingBox? = nil, polygon: [RekognitionClientTypes.Point]? = nil - ) - { + ) { self.boundingBox = boundingBox self.polygon = polygon } @@ -3073,8 +2978,7 @@ extension RekognitionClientTypes { confidence: Swift.Float? = nil, geometry: RekognitionClientTypes.Geometry? = nil, name: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.geometry = geometry self.name = name @@ -3092,8 +2996,7 @@ extension RekognitionClientTypes { public init( groundTruth: Foundation.Data? = nil - ) - { + ) { self.groundTruth = groundTruth } } @@ -3117,8 +3020,7 @@ extension RekognitionClientTypes { labeledEntries: Swift.Int? = nil, totalEntries: Swift.Int? = nil, totalLabels: Swift.Int? = nil - ) - { + ) { self.errorEntries = errorEntries self.labeledEntries = labeledEntries self.totalEntries = totalEntries @@ -3227,8 +3129,7 @@ extension RekognitionClientTypes { status: RekognitionClientTypes.DatasetStatus? = nil, statusMessage: Swift.String? = nil, statusMessageCode: RekognitionClientTypes.DatasetStatusMessageCode? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.datasetStats = datasetStats self.lastUpdatedTimestamp = lastUpdatedTimestamp @@ -3251,8 +3152,7 @@ extension RekognitionClientTypes { public init( boundingBoxCount: Swift.Int? = nil, entryCount: Swift.Int? = nil - ) - { + ) { self.boundingBoxCount = boundingBoxCount self.entryCount = entryCount } @@ -3271,8 +3171,7 @@ extension RekognitionClientTypes { public init( labelName: Swift.String? = nil, labelStats: RekognitionClientTypes.DatasetLabelStats? = nil - ) - { + ) { self.labelName = labelName self.labelStats = labelStats } @@ -3303,8 +3202,7 @@ extension RekognitionClientTypes { status: RekognitionClientTypes.DatasetStatus? = nil, statusMessage: Swift.String? = nil, statusMessageCode: RekognitionClientTypes.DatasetStatusMessageCode? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.datasetArn = datasetArn self.datasetType = datasetType @@ -3322,8 +3220,7 @@ public struct DeleteCollectionInput: Swift.Sendable { public init( collectionId: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId } } @@ -3334,8 +3231,7 @@ public struct DeleteCollectionOutput: Swift.Sendable { public init( statusCode: Swift.Int? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -3347,8 +3243,7 @@ public struct DeleteDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -3369,8 +3264,7 @@ public struct DeleteFacesInput: Swift.Sendable { public init( collectionId: Swift.String? = nil, faceIds: [Swift.String]? = nil - ) - { + ) { self.collectionId = collectionId self.faceIds = faceIds } @@ -3420,8 +3314,7 @@ extension RekognitionClientTypes { faceId: Swift.String? = nil, reasons: [RekognitionClientTypes.UnsuccessfulFaceDeletionReason]? = nil, userId: Swift.String? = nil - ) - { + ) { self.faceId = faceId self.reasons = reasons self.userId = userId @@ -3438,8 +3331,7 @@ public struct DeleteFacesOutput: Swift.Sendable { public init( deletedFaces: [Swift.String]? = nil, unsuccessfulFaceDeletions: [RekognitionClientTypes.UnsuccessfulFaceDeletion]? = nil - ) - { + ) { self.deletedFaces = deletedFaces self.unsuccessfulFaceDeletions = unsuccessfulFaceDeletions } @@ -3452,8 +3344,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -3496,8 +3387,7 @@ public struct DeleteProjectOutput: Swift.Sendable { public init( status: RekognitionClientTypes.ProjectStatus? = nil - ) - { + ) { self.status = status } } @@ -3525,8 +3415,7 @@ public struct InvalidPolicyRevisionIdException: ClientRuntime.ModeledError, AWSC code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -3547,8 +3436,7 @@ public struct DeleteProjectPolicyInput: Swift.Sendable { policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil, projectArn: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyRevisionId = policyRevisionId self.projectArn = projectArn @@ -3567,8 +3455,7 @@ public struct DeleteProjectVersionInput: Swift.Sendable { public init( projectVersionArn: Swift.String? = nil - ) - { + ) { self.projectVersionArn = projectVersionArn } } @@ -3644,8 +3531,7 @@ public struct DeleteProjectVersionOutput: Swift.Sendable { public init( status: RekognitionClientTypes.ProjectVersionStatus? = nil - ) - { + ) { self.status = status } } @@ -3657,8 +3543,7 @@ public struct DeleteStreamProcessorInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3682,8 +3567,7 @@ public struct DeleteUserInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, collectionId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.collectionId = collectionId self.userId = userId @@ -3702,8 +3586,7 @@ public struct DescribeCollectionInput: Swift.Sendable { public init( collectionId: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId } } @@ -3726,8 +3609,7 @@ public struct DescribeCollectionOutput: Swift.Sendable { faceCount: Swift.Int? = nil, faceModelVersion: Swift.String? = nil, userCount: Swift.Int? = nil - ) - { + ) { self.collectionARN = collectionARN self.creationTimestamp = creationTimestamp self.faceCount = faceCount @@ -3743,8 +3625,7 @@ public struct DescribeDatasetInput: Swift.Sendable { public init( datasetArn: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn } } @@ -3755,8 +3636,7 @@ public struct DescribeDatasetOutput: Swift.Sendable { public init( datasetDescription: RekognitionClientTypes.DatasetDescription? = nil - ) - { + ) { self.datasetDescription = datasetDescription } } @@ -3784,8 +3664,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -3807,8 +3686,7 @@ public struct DescribeProjectsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectNames: [Swift.String]? = nil - ) - { + ) { self.features = features self.maxResults = maxResults self.nextToken = nextToken @@ -3840,8 +3718,7 @@ extension RekognitionClientTypes { feature: RekognitionClientTypes.CustomizationFeature? = nil, projectArn: Swift.String? = nil, status: RekognitionClientTypes.ProjectStatus? = nil - ) - { + ) { self.autoUpdate = autoUpdate self.creationTimestamp = creationTimestamp self.datasets = datasets @@ -3861,8 +3738,7 @@ public struct DescribeProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projectDescriptions: [RekognitionClientTypes.ProjectDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.projectDescriptions = projectDescriptions } @@ -3884,8 +3760,7 @@ public struct DescribeProjectVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, projectArn: Swift.String? = nil, versionNames: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectArn = projectArn @@ -3902,8 +3777,7 @@ extension RekognitionClientTypes { public init( s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -3921,8 +3795,7 @@ extension RekognitionClientTypes { public init( f1Score: Swift.Float? = nil, summary: RekognitionClientTypes.Summary? = nil - ) - { + ) { self.f1Score = f1Score self.summary = summary } @@ -3938,8 +3811,7 @@ extension RekognitionClientTypes { public init( assets: [RekognitionClientTypes.Asset]? = nil - ) - { + ) { self.assets = assets } } @@ -3960,8 +3832,7 @@ extension RekognitionClientTypes { input: RekognitionClientTypes.TestingData? = nil, output: RekognitionClientTypes.TestingData? = nil, validation: RekognitionClientTypes.ValidationData? = nil - ) - { + ) { self.input = input self.output = output self.validation = validation @@ -3984,8 +3855,7 @@ extension RekognitionClientTypes { input: RekognitionClientTypes.TrainingData? = nil, output: RekognitionClientTypes.TrainingData? = nil, validation: RekognitionClientTypes.ValidationData? = nil - ) - { + ) { self.input = input self.output = output self.validation = validation @@ -4056,8 +3926,7 @@ extension RekognitionClientTypes { trainingDataResult: RekognitionClientTypes.TrainingDataResult? = nil, trainingEndTimestamp: Foundation.Date? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.baseModelVersion = baseModelVersion self.billableTrainingTimeInSeconds = billableTrainingTimeInSeconds self.creationTimestamp = creationTimestamp @@ -4090,8 +3959,7 @@ public struct DescribeProjectVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projectVersionDescriptions: [RekognitionClientTypes.ProjectVersionDescription]? = nil - ) - { + ) { self.nextToken = nextToken self.projectVersionDescriptions = projectVersionDescriptions } @@ -4104,8 +3972,7 @@ public struct DescribeStreamProcessorInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4196,8 +4063,7 @@ public struct DescribeStreamProcessorOutput: Swift.Sendable { status: RekognitionClientTypes.StreamProcessorStatus? = nil, statusMessage: Swift.String? = nil, streamProcessorArn: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.dataSharingPreference = dataSharingPreference self.input = input @@ -4238,8 +4104,7 @@ public struct ResourceNotReadyException: ClientRuntime.ModeledError, AWSClientRu code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -4263,8 +4128,7 @@ public struct DetectCustomLabelsInput: Swift.Sendable { maxResults: Swift.Int? = nil, minConfidence: Swift.Float? = nil, projectVersionArn: Swift.String? = nil - ) - { + ) { self.image = image self.maxResults = maxResults self.minConfidence = minConfidence @@ -4278,8 +4142,7 @@ public struct DetectCustomLabelsOutput: Swift.Sendable { public init( customLabels: [RekognitionClientTypes.CustomLabel]? = nil - ) - { + ) { self.customLabels = customLabels } } @@ -4294,8 +4157,7 @@ public struct DetectFacesInput: Swift.Sendable { public init( attributes: [RekognitionClientTypes.Attribute]? = nil, image: RekognitionClientTypes.Image? = nil - ) - { + ) { self.attributes = attributes self.image = image } @@ -4310,8 +4172,7 @@ public struct DetectFacesOutput: Swift.Sendable { public init( faceDetails: [RekognitionClientTypes.FaceDetail]? = nil, orientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil - ) - { + ) { self.faceDetails = faceDetails self.orientationCorrection = orientationCorrection } @@ -4332,8 +4193,7 @@ extension RekognitionClientTypes { minBoundingBoxHeight: Swift.Float? = nil, minBoundingBoxWidth: Swift.Float? = nil, minConfidence: Swift.Float? = nil - ) - { + ) { self.minBoundingBoxHeight = minBoundingBoxHeight self.minBoundingBoxWidth = minBoundingBoxWidth self.minConfidence = minConfidence @@ -4388,8 +4248,7 @@ extension RekognitionClientTypes { labelCategoryInclusionFilters: [Swift.String]? = nil, labelExclusionFilters: [Swift.String]? = nil, labelInclusionFilters: [Swift.String]? = nil - ) - { + ) { self.labelCategoryExclusionFilters = labelCategoryExclusionFilters self.labelCategoryInclusionFilters = labelCategoryInclusionFilters self.labelExclusionFilters = labelExclusionFilters @@ -4407,8 +4266,7 @@ extension RekognitionClientTypes { public init( maxDominantColors: Swift.Int = 0 - ) - { + ) { self.maxDominantColors = maxDominantColors } } @@ -4426,8 +4284,7 @@ extension RekognitionClientTypes { public init( generalLabels: RekognitionClientTypes.GeneralLabelsSettings? = nil, imageProperties: RekognitionClientTypes.DetectLabelsImagePropertiesSettings? = nil - ) - { + ) { self.generalLabels = generalLabels self.imageProperties = imageProperties } @@ -4453,8 +4310,7 @@ public struct DetectLabelsInput: Swift.Sendable { maxLabels: Swift.Int? = nil, minConfidence: Swift.Float? = nil, settings: RekognitionClientTypes.DetectLabelsSettings? = nil - ) - { + ) { self.features = features self.image = image self.maxLabels = maxLabels @@ -4490,8 +4346,7 @@ extension RekognitionClientTypes { pixelPercent: Swift.Float? = nil, red: Swift.Int? = nil, simplifiedColor: Swift.String? = nil - ) - { + ) { self.blue = blue self.cssColor = cssColor self.green = green @@ -4518,8 +4373,7 @@ extension RekognitionClientTypes { brightness: Swift.Float? = nil, contrast: Swift.Float? = nil, sharpness: Swift.Float? = nil - ) - { + ) { self.brightness = brightness self.contrast = contrast self.sharpness = sharpness @@ -4539,8 +4393,7 @@ extension RekognitionClientTypes { public init( dominantColors: [RekognitionClientTypes.DominantColor]? = nil, quality: RekognitionClientTypes.DetectLabelsImageQuality? = nil - ) - { + ) { self.dominantColors = dominantColors self.quality = quality } @@ -4559,8 +4412,7 @@ extension RekognitionClientTypes { public init( dominantColors: [RekognitionClientTypes.DominantColor]? = nil, quality: RekognitionClientTypes.DetectLabelsImageQuality? = nil - ) - { + ) { self.dominantColors = dominantColors self.quality = quality } @@ -4585,8 +4437,7 @@ extension RekognitionClientTypes { dominantColors: [RekognitionClientTypes.DominantColor]? = nil, foreground: RekognitionClientTypes.DetectLabelsImageForeground? = nil, quality: RekognitionClientTypes.DetectLabelsImageQuality? = nil - ) - { + ) { self.background = background self.dominantColors = dominantColors self.foreground = foreground @@ -4604,8 +4455,7 @@ extension RekognitionClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4620,8 +4470,7 @@ extension RekognitionClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4642,8 +4491,7 @@ extension RekognitionClientTypes { boundingBox: RekognitionClientTypes.BoundingBox? = nil, confidence: Swift.Float? = nil, dominantColors: [RekognitionClientTypes.DominantColor]? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence self.dominantColors = dominantColors @@ -4660,8 +4508,7 @@ extension RekognitionClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4691,8 +4538,7 @@ extension RekognitionClientTypes { instances: [RekognitionClientTypes.Instance]? = nil, name: Swift.String? = nil, parents: [RekognitionClientTypes.Parent]? = nil - ) - { + ) { self.aliases = aliases self.categories = categories self.confidence = confidence @@ -4718,8 +4564,7 @@ public struct DetectLabelsOutput: Swift.Sendable { labelModelVersion: Swift.String? = nil, labels: [RekognitionClientTypes.Label]? = nil, orientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil - ) - { + ) { self.imageProperties = imageProperties self.labelModelVersion = labelModelVersion self.labels = labels @@ -4759,8 +4604,7 @@ public struct HumanLoopQuotaExceededException: ClientRuntime.ModeledError, AWSCl quotaCode: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -4779,8 +4623,7 @@ extension RekognitionClientTypes { public init( contentClassifiers: [RekognitionClientTypes.ContentClassifier]? = nil - ) - { + ) { self.contentClassifiers = contentClassifiers } } @@ -4803,8 +4646,7 @@ extension RekognitionClientTypes { dataAttributes: RekognitionClientTypes.HumanLoopDataAttributes? = nil, flowDefinitionArn: Swift.String? = nil, humanLoopName: Swift.String? = nil - ) - { + ) { self.dataAttributes = dataAttributes self.flowDefinitionArn = flowDefinitionArn self.humanLoopName = humanLoopName @@ -4828,8 +4670,7 @@ public struct DetectModerationLabelsInput: Swift.Sendable { image: RekognitionClientTypes.Image? = nil, minConfidence: Swift.Float? = nil, projectVersion: Swift.String? = nil - ) - { + ) { self.humanLoopConfig = humanLoopConfig self.image = image self.minConfidence = minConfidence @@ -4852,8 +4693,7 @@ extension RekognitionClientTypes { humanLoopActivationConditionsEvaluationResults: Swift.String? = nil, humanLoopActivationReasons: [Swift.String]? = nil, humanLoopArn: Swift.String? = nil - ) - { + ) { self.humanLoopActivationConditionsEvaluationResults = humanLoopActivationConditionsEvaluationResults self.humanLoopActivationReasons = humanLoopActivationReasons self.humanLoopArn = humanLoopArn @@ -4879,8 +4719,7 @@ public struct DetectModerationLabelsOutput: Swift.Sendable { moderationLabels: [RekognitionClientTypes.ModerationLabel]? = nil, moderationModelVersion: Swift.String? = nil, projectVersion: Swift.String? = nil - ) - { + ) { self.contentTypes = contentTypes self.humanLoopActivationOutput = humanLoopActivationOutput self.moderationLabels = moderationLabels @@ -4903,8 +4742,7 @@ extension RekognitionClientTypes { public init( minConfidence: Swift.Float? = nil, requiredEquipmentTypes: [RekognitionClientTypes.ProtectiveEquipmentType]? = nil - ) - { + ) { self.minConfidence = minConfidence self.requiredEquipmentTypes = requiredEquipmentTypes } @@ -4921,8 +4759,7 @@ public struct DetectProtectiveEquipmentInput: Swift.Sendable { public init( image: RekognitionClientTypes.Image? = nil, summarizationAttributes: RekognitionClientTypes.ProtectiveEquipmentSummarizationAttributes? = nil - ) - { + ) { self.image = image self.summarizationAttributes = summarizationAttributes } @@ -4946,8 +4783,7 @@ extension RekognitionClientTypes { boundingBox: RekognitionClientTypes.BoundingBox? = nil, confidence: Swift.Float? = nil, id: Swift.Int? = nil - ) - { + ) { self.bodyParts = bodyParts self.boundingBox = boundingBox self.confidence = confidence @@ -4971,8 +4807,7 @@ extension RekognitionClientTypes { personsIndeterminate: [Swift.Int]? = nil, personsWithRequiredEquipment: [Swift.Int]? = nil, personsWithoutRequiredEquipment: [Swift.Int]? = nil - ) - { + ) { self.personsIndeterminate = personsIndeterminate self.personsWithRequiredEquipment = personsWithRequiredEquipment self.personsWithoutRequiredEquipment = personsWithoutRequiredEquipment @@ -4992,8 +4827,7 @@ public struct DetectProtectiveEquipmentOutput: Swift.Sendable { persons: [RekognitionClientTypes.ProtectiveEquipmentPerson]? = nil, protectiveEquipmentModelVersion: Swift.String? = nil, summary: RekognitionClientTypes.ProtectiveEquipmentSummary? = nil - ) - { + ) { self.persons = persons self.protectiveEquipmentModelVersion = protectiveEquipmentModelVersion self.summary = summary @@ -5012,8 +4846,7 @@ extension RekognitionClientTypes { public init( regionsOfInterest: [RekognitionClientTypes.RegionOfInterest]? = nil, wordFilter: RekognitionClientTypes.DetectionFilter? = nil - ) - { + ) { self.regionsOfInterest = regionsOfInterest self.wordFilter = wordFilter } @@ -5030,8 +4863,7 @@ public struct DetectTextInput: Swift.Sendable { public init( filters: RekognitionClientTypes.DetectTextFilters? = nil, image: RekognitionClientTypes.Image? = nil - ) - { + ) { self.filters = filters self.image = image } @@ -5090,8 +4922,7 @@ extension RekognitionClientTypes { id: Swift.Int? = nil, parentId: Swift.Int? = nil, type: RekognitionClientTypes.TextTypes? = nil - ) - { + ) { self.confidence = confidence self.detectedText = detectedText self.geometry = geometry @@ -5111,8 +4942,7 @@ public struct DetectTextOutput: Swift.Sendable { public init( textDetections: [RekognitionClientTypes.TextDetection]? = nil, textModelVersion: Swift.String? = nil - ) - { + ) { self.textDetections = textDetections self.textModelVersion = textModelVersion } @@ -5127,8 +4957,7 @@ extension RekognitionClientTypes { public init( faceId: Swift.String? = nil - ) - { + ) { self.faceId = faceId } } @@ -5152,8 +4981,7 @@ public struct DisassociateFacesInput: Swift.Sendable { collectionId: Swift.String? = nil, faceIds: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.collectionId = collectionId self.faceIds = faceIds @@ -5205,8 +5033,7 @@ extension RekognitionClientTypes { faceId: Swift.String? = nil, reasons: [RekognitionClientTypes.UnsuccessfulFaceDisassociationReason]? = nil, userId: Swift.String? = nil - ) - { + ) { self.faceId = faceId self.reasons = reasons self.userId = userId @@ -5226,8 +5053,7 @@ public struct DisassociateFacesOutput: Swift.Sendable { disassociatedFaces: [RekognitionClientTypes.DisassociatedFace]? = nil, unsuccessfulFaceDisassociations: [RekognitionClientTypes.UnsuccessfulFaceDisassociation]? = nil, userStatus: RekognitionClientTypes.UserStatus? = nil - ) - { + ) { self.disassociatedFaces = disassociatedFaces self.unsuccessfulFaceDisassociations = unsuccessfulFaceDisassociations self.userStatus = userStatus @@ -5244,8 +5070,7 @@ extension RekognitionClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -5258,8 +5083,7 @@ public struct DistributeDatasetEntriesInput: Swift.Sendable { public init( datasets: [RekognitionClientTypes.DistributeDataset]? = nil - ) - { + ) { self.datasets = datasets } } @@ -5296,8 +5120,7 @@ extension RekognitionClientTypes { imageId: Swift.String? = nil, indexFacesModelVersion: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.boundingBox = boundingBox self.confidence = confidence self.externalImageId = externalImageId @@ -5350,8 +5173,7 @@ extension RekognitionClientTypes { public init( face: RekognitionClientTypes.FaceDetail? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.face = face self.timestamp = timestamp } @@ -5370,8 +5192,7 @@ extension RekognitionClientTypes { public init( face: RekognitionClientTypes.Face? = nil, similarity: Swift.Float? = nil - ) - { + ) { self.face = face self.similarity = similarity } @@ -5390,8 +5211,7 @@ extension RekognitionClientTypes { public init( face: RekognitionClientTypes.Face? = nil, faceDetail: RekognitionClientTypes.FaceDetail? = nil - ) - { + ) { self.face = face self.faceDetail = faceDetail } @@ -5434,8 +5254,7 @@ public struct GetCelebrityInfoInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5452,8 +5271,7 @@ public struct GetCelebrityInfoOutput: Swift.Sendable { knownGender: RekognitionClientTypes.KnownGender? = nil, name: Swift.String? = nil, urls: [Swift.String]? = nil - ) - { + ) { self.knownGender = knownGender self.name = name self.urls = urls @@ -5476,8 +5294,7 @@ public struct GetCelebrityRecognitionInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: RekognitionClientTypes.CelebrityRecognitionSortBy? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -5526,8 +5343,7 @@ extension RekognitionClientTypes { public init( s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -5589,8 +5405,7 @@ extension RekognitionClientTypes { frameHeight: Swift.Int? = nil, frameRate: Swift.Float? = nil, frameWidth: Swift.Int? = nil - ) - { + ) { self.codec = codec self.colorRange = colorRange self.durationMillis = durationMillis @@ -5629,8 +5444,7 @@ public struct GetCelebrityRecognitionOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.celebrities = celebrities self.jobId = jobId self.jobStatus = jobStatus @@ -5661,8 +5475,7 @@ public struct GetContentModerationInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: RekognitionClientTypes.ContentModerationSortBy? = nil - ) - { + ) { self.aggregateBy = aggregateBy self.jobId = jobId self.maxResults = maxResults @@ -5683,8 +5496,7 @@ extension RekognitionClientTypes { public init( aggregateBy: RekognitionClientTypes.ContentModerationAggregateBy? = nil, sortBy: RekognitionClientTypes.ContentModerationSortBy? = nil - ) - { + ) { self.aggregateBy = aggregateBy self.sortBy = sortBy } @@ -5724,8 +5536,7 @@ public struct GetContentModerationOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.getRequestMetadata = getRequestMetadata self.jobId = jobId self.jobStatus = jobStatus @@ -5752,8 +5563,7 @@ public struct GetFaceDetectionInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -5787,8 +5597,7 @@ public struct GetFaceDetectionOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.faces = faces self.jobId = jobId self.jobStatus = jobStatus @@ -5823,8 +5632,7 @@ public struct SessionNotFoundException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -5838,8 +5646,7 @@ public struct GetFaceLivenessSessionResultsInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -5902,8 +5709,7 @@ public struct GetFaceLivenessSessionResultsOutput: Swift.Sendable { referenceImage: RekognitionClientTypes.AuditImage? = nil, sessionId: Swift.String? = nil, status: RekognitionClientTypes.LivenessSessionStatus? = nil - ) - { + ) { self.auditImages = auditImages self.confidence = confidence self.referenceImage = referenceImage @@ -5928,8 +5734,7 @@ public struct GetFaceSearchInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: RekognitionClientTypes.FaceSearchSortBy? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -5952,8 +5757,7 @@ extension RekognitionClientTypes { boundingBox: RekognitionClientTypes.BoundingBox? = nil, face: RekognitionClientTypes.FaceDetail? = nil, index: Swift.Int = 0 - ) - { + ) { self.boundingBox = boundingBox self.face = face self.index = index @@ -5976,8 +5780,7 @@ extension RekognitionClientTypes { faceMatches: [RekognitionClientTypes.FaceMatch]? = nil, person: RekognitionClientTypes.PersonDetail? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.faceMatches = faceMatches self.person = person self.timestamp = timestamp @@ -6012,8 +5815,7 @@ public struct GetFaceSearchOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus self.jobTag = jobTag @@ -6102,8 +5904,7 @@ public struct GetLabelDetectionInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: RekognitionClientTypes.LabelDetectionSortBy? = nil - ) - { + ) { self.aggregateBy = aggregateBy self.jobId = jobId self.maxResults = maxResults @@ -6124,8 +5925,7 @@ extension RekognitionClientTypes { public init( aggregateBy: RekognitionClientTypes.LabelDetectionAggregateBy? = nil, sortBy: RekognitionClientTypes.LabelDetectionSortBy? = nil - ) - { + ) { self.aggregateBy = aggregateBy self.sortBy = sortBy } @@ -6153,8 +5953,7 @@ extension RekognitionClientTypes { label: RekognitionClientTypes.Label? = nil, startTimestampMillis: Swift.Int? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.durationMillis = durationMillis self.endTimestampMillis = endTimestampMillis self.label = label @@ -6197,8 +5996,7 @@ public struct GetLabelDetectionOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.getRequestMetadata = getRequestMetadata self.jobId = jobId self.jobStatus = jobStatus @@ -6219,8 +6017,7 @@ public struct GetMediaAnalysisJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -6287,8 +6084,7 @@ extension RekognitionClientTypes { public init( code: RekognitionClientTypes.MediaAnalysisJobFailureCode? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -6305,8 +6101,7 @@ extension RekognitionClientTypes { public init( s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -6321,8 +6116,7 @@ extension RekognitionClientTypes { public init( s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -6340,8 +6134,7 @@ extension RekognitionClientTypes { public init( minConfidence: Swift.Float? = nil, projectVersion: Swift.String? = nil - ) - { + ) { self.minConfidence = minConfidence self.projectVersion = projectVersion } @@ -6357,8 +6150,7 @@ extension RekognitionClientTypes { public init( detectModerationLabels: RekognitionClientTypes.MediaAnalysisDetectModerationLabelsConfig? = nil - ) - { + ) { self.detectModerationLabels = detectModerationLabels } } @@ -6377,8 +6169,7 @@ extension RekognitionClientTypes { public init( s3Bucket: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3KeyPrefix = s3KeyPrefix } @@ -6394,8 +6185,7 @@ extension RekognitionClientTypes { public init( moderation: Swift.String? = nil - ) - { + ) { self.moderation = moderation } } @@ -6413,8 +6203,7 @@ extension RekognitionClientTypes { public init( modelVersions: RekognitionClientTypes.MediaAnalysisModelVersions? = nil, s3Object: RekognitionClientTypes.S3Object? = nil - ) - { + ) { self.modelVersions = modelVersions self.s3Object = s3Object } @@ -6504,8 +6293,7 @@ public struct GetMediaAnalysisJobOutput: Swift.Sendable { outputConfig: RekognitionClientTypes.MediaAnalysisOutputConfig? = nil, results: RekognitionClientTypes.MediaAnalysisResults? = nil, status: RekognitionClientTypes.MediaAnalysisJobStatus? = nil - ) - { + ) { self.completionTimestamp = completionTimestamp self.creationTimestamp = creationTimestamp self.failureDetails = failureDetails @@ -6566,8 +6354,7 @@ public struct GetPersonTrackingInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortBy: RekognitionClientTypes.PersonTrackingSortBy? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -6587,8 +6374,7 @@ extension RekognitionClientTypes { public init( person: RekognitionClientTypes.PersonDetail? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.person = person self.timestamp = timestamp } @@ -6622,8 +6408,7 @@ public struct GetPersonTrackingOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus self.jobTag = jobTag @@ -6648,8 +6433,7 @@ public struct GetSegmentDetectionInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -6668,8 +6452,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, index: Swift.Int? = nil - ) - { + ) { self.confidence = confidence self.index = index } @@ -6732,8 +6515,7 @@ extension RekognitionClientTypes { public init( confidence: Swift.Float? = nil, type: RekognitionClientTypes.TechnicalCueType? = nil - ) - { + ) { self.confidence = confidence self.type = type } @@ -6811,8 +6593,7 @@ extension RekognitionClientTypes { startTimestampMillis: Swift.Int = 0, technicalCueSegment: RekognitionClientTypes.TechnicalCueSegment? = nil, type: RekognitionClientTypes.SegmentType? = nil - ) - { + ) { self.durationFrames = durationFrames self.durationMillis = durationMillis self.durationSMPTE = durationSMPTE @@ -6841,8 +6622,7 @@ extension RekognitionClientTypes { public init( modelVersion: Swift.String? = nil, type: RekognitionClientTypes.SegmentType? = nil - ) - { + ) { self.modelVersion = modelVersion self.type = type } @@ -6882,8 +6662,7 @@ public struct GetSegmentDetectionOutput: Swift.Sendable { statusMessage: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: [RekognitionClientTypes.VideoMetadata]? = nil - ) - { + ) { self.audioMetadata = audioMetadata self.jobId = jobId self.jobStatus = jobStatus @@ -6910,8 +6689,7 @@ public struct GetTextDetectionInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -6930,8 +6708,7 @@ extension RekognitionClientTypes { public init( textDetection: RekognitionClientTypes.TextDetection? = nil, timestamp: Swift.Int = 0 - ) - { + ) { self.textDetection = textDetection self.timestamp = timestamp } @@ -6968,8 +6745,7 @@ public struct GetTextDetectionOutput: Swift.Sendable { textModelVersion: Swift.String? = nil, video: RekognitionClientTypes.Video? = nil, videoMetadata: RekognitionClientTypes.VideoMetadata? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus self.jobTag = jobTag @@ -7005,8 +6781,7 @@ public struct IndexFacesInput: Swift.Sendable { image: RekognitionClientTypes.Image? = nil, maxFaces: Swift.Int? = nil, qualityFilter: RekognitionClientTypes.QualityFilter? = nil - ) - { + ) { self.collectionId = collectionId self.detectionAttributes = detectionAttributes self.externalImageId = externalImageId @@ -7084,8 +6859,7 @@ extension RekognitionClientTypes { public init( faceDetail: RekognitionClientTypes.FaceDetail? = nil, reasons: [RekognitionClientTypes.Reason]? = nil - ) - { + ) { self.faceDetail = faceDetail self.reasons = reasons } @@ -7114,8 +6888,7 @@ public struct IndexFacesOutput: Swift.Sendable { faceRecords: [RekognitionClientTypes.FaceRecord]? = nil, orientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil, unindexedFaces: [RekognitionClientTypes.UnindexedFace]? = nil - ) - { + ) { self.faceModelVersion = faceModelVersion self.faceRecords = faceRecords self.orientationCorrection = orientationCorrection @@ -7146,8 +6919,7 @@ public struct InvalidManifestException: ClientRuntime.ModeledError, AWSClientRun code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -7166,8 +6938,7 @@ extension RekognitionClientTypes { public init( fragmentNumber: Swift.String? = nil, producerTimestamp: Swift.Int? = nil - ) - { + ) { self.fragmentNumber = fragmentNumber self.producerTimestamp = producerTimestamp } @@ -7209,8 +6980,7 @@ extension RekognitionClientTypes { public init( generalLabels: RekognitionClientTypes.GeneralLabelsSettings? = nil - ) - { + ) { self.generalLabels = generalLabels } } @@ -7225,8 +6995,7 @@ public struct ListCollectionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7244,8 +7013,7 @@ public struct ListCollectionsOutput: Swift.Sendable { collectionIds: [Swift.String]? = nil, faceModelVersions: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionIds = collectionIds self.faceModelVersions = faceModelVersions self.nextToken = nextToken @@ -7277,8 +7045,7 @@ public struct ListDatasetEntriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceRefContains: Swift.String? = nil - ) - { + ) { self.containsLabels = containsLabels self.datasetArn = datasetArn self.hasErrors = hasErrors @@ -7298,8 +7065,7 @@ public struct ListDatasetEntriesOutput: Swift.Sendable { public init( datasetEntries: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetEntries = datasetEntries self.nextToken = nextToken } @@ -7318,8 +7084,7 @@ public struct ListDatasetLabelsInput: Swift.Sendable { datasetArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetArn = datasetArn self.maxResults = maxResults self.nextToken = nextToken @@ -7335,8 +7100,7 @@ public struct ListDatasetLabelsOutput: Swift.Sendable { public init( datasetLabelDescriptions: [RekognitionClientTypes.DatasetLabelDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasetLabelDescriptions = datasetLabelDescriptions self.nextToken = nextToken } @@ -7361,8 +7125,7 @@ public struct ListFacesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId self.faceIds = faceIds self.maxResults = maxResults @@ -7383,8 +7146,7 @@ public struct ListFacesOutput: Swift.Sendable { faceModelVersion: Swift.String? = nil, faces: [RekognitionClientTypes.Face]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.faceModelVersion = faceModelVersion self.faces = faces self.nextToken = nextToken @@ -7400,8 +7162,7 @@ public struct ListMediaAnalysisJobsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7455,8 +7216,7 @@ extension RekognitionClientTypes { outputConfig: RekognitionClientTypes.MediaAnalysisOutputConfig? = nil, results: RekognitionClientTypes.MediaAnalysisResults? = nil, status: RekognitionClientTypes.MediaAnalysisJobStatus? = nil - ) - { + ) { self.completionTimestamp = completionTimestamp self.creationTimestamp = creationTimestamp self.failureDetails = failureDetails @@ -7483,8 +7243,7 @@ public struct ListMediaAnalysisJobsOutput: Swift.Sendable { public init( mediaAnalysisJobs: [RekognitionClientTypes.MediaAnalysisJobDescription]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mediaAnalysisJobs = mediaAnalysisJobs self.nextToken = nextToken } @@ -7503,8 +7262,7 @@ public struct ListProjectPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, projectArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.projectArn = projectArn @@ -7535,8 +7293,7 @@ extension RekognitionClientTypes { policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil, projectArn: Swift.String? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.lastUpdatedTimestamp = lastUpdatedTimestamp self.policyDocument = policyDocument @@ -7556,8 +7313,7 @@ public struct ListProjectPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projectPolicies: [RekognitionClientTypes.ProjectPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.projectPolicies = projectPolicies } @@ -7572,8 +7328,7 @@ public struct ListStreamProcessorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -7591,8 +7346,7 @@ extension RekognitionClientTypes { public init( name: Swift.String? = nil, status: RekognitionClientTypes.StreamProcessorStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -7608,8 +7362,7 @@ public struct ListStreamProcessorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, streamProcessors: [RekognitionClientTypes.StreamProcessor]? = nil - ) - { + ) { self.nextToken = nextToken self.streamProcessors = streamProcessors } @@ -7622,8 +7375,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7634,8 +7386,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -7653,8 +7404,7 @@ public struct ListUsersInput: Swift.Sendable { collectionId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId self.maxResults = maxResults self.nextToken = nextToken @@ -7673,8 +7423,7 @@ extension RekognitionClientTypes { public init( userId: Swift.String? = nil, userStatus: RekognitionClientTypes.UserStatus? = nil - ) - { + ) { self.userId = userId self.userStatus = userStatus } @@ -7690,8 +7439,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [RekognitionClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -7720,8 +7468,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -7740,8 +7487,7 @@ extension RekognitionClientTypes { public init( userId: Swift.String? = nil, userStatus: RekognitionClientTypes.UserStatus? = nil - ) - { + ) { self.userId = userId self.userStatus = userStatus } @@ -7762,8 +7508,7 @@ extension RekognitionClientTypes { public init( roleArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.snsTopicArn = snsTopicArn } @@ -7788,8 +7533,7 @@ public struct PutProjectPolicyInput: Swift.Sendable { policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil, projectArn: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyName = policyName self.policyRevisionId = policyRevisionId @@ -7803,8 +7547,7 @@ public struct PutProjectPolicyOutput: Swift.Sendable { public init( policyRevisionId: Swift.String? = nil - ) - { + ) { self.policyRevisionId = policyRevisionId } } @@ -7816,8 +7559,7 @@ public struct RecognizeCelebritiesInput: Swift.Sendable { public init( image: RekognitionClientTypes.Image? = nil - ) - { + ) { self.image = image } } @@ -7834,8 +7576,7 @@ public struct RecognizeCelebritiesOutput: Swift.Sendable { celebrityFaces: [RekognitionClientTypes.Celebrity]? = nil, orientationCorrection: RekognitionClientTypes.OrientationCorrection? = nil, unrecognizedFaces: [RekognitionClientTypes.ComparedFace]? = nil - ) - { + ) { self.celebrityFaces = celebrityFaces self.orientationCorrection = orientationCorrection self.unrecognizedFaces = unrecognizedFaces @@ -7859,8 +7600,7 @@ public struct SearchFacesInput: Swift.Sendable { faceId: Swift.String? = nil, faceMatchThreshold: Swift.Float? = nil, maxFaces: Swift.Int? = nil - ) - { + ) { self.collectionId = collectionId self.faceId = faceId self.faceMatchThreshold = faceMatchThreshold @@ -7880,8 +7620,7 @@ public struct SearchFacesOutput: Swift.Sendable { faceMatches: [RekognitionClientTypes.FaceMatch]? = nil, faceModelVersion: Swift.String? = nil, searchedFaceId: Swift.String? = nil - ) - { + ) { self.faceMatches = faceMatches self.faceModelVersion = faceModelVersion self.searchedFaceId = searchedFaceId @@ -7908,8 +7647,7 @@ public struct SearchFacesByImageInput: Swift.Sendable { image: RekognitionClientTypes.Image? = nil, maxFaces: Swift.Int? = nil, qualityFilter: RekognitionClientTypes.QualityFilter? = nil - ) - { + ) { self.collectionId = collectionId self.faceMatchThreshold = faceMatchThreshold self.image = image @@ -7933,8 +7671,7 @@ public struct SearchFacesByImageOutput: Swift.Sendable { faceModelVersion: Swift.String? = nil, searchedFaceBoundingBox: RekognitionClientTypes.BoundingBox? = nil, searchedFaceConfidence: Swift.Float? = nil - ) - { + ) { self.faceMatches = faceMatches self.faceModelVersion = faceModelVersion self.searchedFaceBoundingBox = searchedFaceBoundingBox @@ -7961,8 +7698,7 @@ public struct SearchUsersInput: Swift.Sendable { maxUsers: Swift.Int? = nil, userId: Swift.String? = nil, userMatchThreshold: Swift.Float? = nil - ) - { + ) { self.collectionId = collectionId self.faceId = faceId self.maxUsers = maxUsers @@ -7980,8 +7716,7 @@ extension RekognitionClientTypes { public init( faceId: Swift.String? = nil - ) - { + ) { self.faceId = faceId } } @@ -7996,8 +7731,7 @@ extension RekognitionClientTypes { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -8015,8 +7749,7 @@ extension RekognitionClientTypes { public init( similarity: Swift.Float? = nil, user: RekognitionClientTypes.MatchedUser? = nil - ) - { + ) { self.similarity = similarity self.user = user } @@ -8038,8 +7771,7 @@ public struct SearchUsersOutput: Swift.Sendable { searchedFace: RekognitionClientTypes.SearchedFace? = nil, searchedUser: RekognitionClientTypes.SearchedUser? = nil, userMatches: [RekognitionClientTypes.UserMatch]? = nil - ) - { + ) { self.faceModelVersion = faceModelVersion self.searchedFace = searchedFace self.searchedUser = searchedUser @@ -8067,8 +7799,7 @@ public struct SearchUsersByImageInput: Swift.Sendable { maxUsers: Swift.Int? = nil, qualityFilter: RekognitionClientTypes.QualityFilter? = nil, userMatchThreshold: Swift.Float? = nil - ) - { + ) { self.collectionId = collectionId self.image = image self.maxUsers = maxUsers @@ -8095,8 +7826,7 @@ extension RekognitionClientTypes { public init( faceDetail: RekognitionClientTypes.FaceDetail? = nil - ) - { + ) { self.faceDetail = faceDetail } } @@ -8170,8 +7900,7 @@ extension RekognitionClientTypes { public init( faceDetails: RekognitionClientTypes.FaceDetail? = nil, reasons: [RekognitionClientTypes.UnsearchedFaceReason]? = nil - ) - { + ) { self.faceDetails = faceDetails self.reasons = reasons } @@ -8193,8 +7922,7 @@ public struct SearchUsersByImageOutput: Swift.Sendable { searchedFace: RekognitionClientTypes.SearchedFaceDetails? = nil, unsearchedFaces: [RekognitionClientTypes.UnsearchedFace]? = nil, userMatches: [RekognitionClientTypes.UserMatch]? = nil - ) - { + ) { self.faceModelVersion = faceModelVersion self.searchedFace = searchedFace self.unsearchedFaces = unsearchedFaces @@ -8225,8 +7953,7 @@ public struct VideoTooLargeException: ClientRuntime.ModeledError, AWSClientRunti code: Swift.String? = nil, logref: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.logref = logref self.properties.message = message @@ -8249,8 +7976,7 @@ public struct StartCelebrityRecognitionInput: Swift.Sendable { jobTag: Swift.String? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.jobTag = jobTag self.notificationChannel = notificationChannel @@ -8264,8 +7990,7 @@ public struct StartCelebrityRecognitionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8289,8 +8014,7 @@ public struct StartContentModerationInput: Swift.Sendable { minConfidence: Swift.Float? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.jobTag = jobTag self.minConfidence = minConfidence @@ -8305,8 +8029,7 @@ public struct StartContentModerationOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8330,8 +8053,7 @@ public struct StartFaceDetectionInput: Swift.Sendable { jobTag: Swift.String? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.faceAttributes = faceAttributes self.jobTag = jobTag @@ -8346,8 +8068,7 @@ public struct StartFaceDetectionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8375,8 +8096,7 @@ public struct StartFaceSearchInput: Swift.Sendable { jobTag: Swift.String? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.collectionId = collectionId self.faceMatchThreshold = faceMatchThreshold @@ -8392,8 +8112,7 @@ public struct StartFaceSearchOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8423,8 +8142,7 @@ public struct StartLabelDetectionInput: Swift.Sendable { notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, settings: RekognitionClientTypes.LabelDetectionSettings? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.features = features self.jobTag = jobTag @@ -8441,8 +8159,7 @@ public struct StartLabelDetectionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8471,8 +8188,7 @@ public struct StartMediaAnalysisJobInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, operationsConfig: RekognitionClientTypes.MediaAnalysisOperationsConfig? = nil, outputConfig: RekognitionClientTypes.MediaAnalysisOutputConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.input = input self.jobName = jobName @@ -8489,8 +8205,7 @@ public struct StartMediaAnalysisJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8511,8 +8226,7 @@ public struct StartPersonTrackingInput: Swift.Sendable { jobTag: Swift.String? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.jobTag = jobTag self.notificationChannel = notificationChannel @@ -8526,8 +8240,7 @@ public struct StartPersonTrackingOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8546,8 +8259,7 @@ public struct StartProjectVersionInput: Swift.Sendable { maxInferenceUnits: Swift.Int? = nil, minInferenceUnits: Swift.Int? = nil, projectVersionArn: Swift.String? = nil - ) - { + ) { self.maxInferenceUnits = maxInferenceUnits self.minInferenceUnits = minInferenceUnits self.projectVersionArn = projectVersionArn @@ -8560,8 +8272,7 @@ public struct StartProjectVersionOutput: Swift.Sendable { public init( status: RekognitionClientTypes.ProjectVersionStatus? = nil - ) - { + ) { self.status = status } } @@ -8575,8 +8286,7 @@ extension RekognitionClientTypes { public init( minSegmentConfidence: Swift.Float? = nil - ) - { + ) { self.minSegmentConfidence = minSegmentConfidence } } @@ -8594,8 +8304,7 @@ extension RekognitionClientTypes { public init( blackFrame: RekognitionClientTypes.BlackFrame? = nil, minSegmentConfidence: Swift.Float? = nil - ) - { + ) { self.blackFrame = blackFrame self.minSegmentConfidence = minSegmentConfidence } @@ -8614,8 +8323,7 @@ extension RekognitionClientTypes { public init( shotFilter: RekognitionClientTypes.StartShotDetectionFilter? = nil, technicalCueFilter: RekognitionClientTypes.StartTechnicalCueDetectionFilter? = nil - ) - { + ) { self.shotFilter = shotFilter self.technicalCueFilter = technicalCueFilter } @@ -8645,8 +8353,7 @@ public struct StartSegmentDetectionInput: Swift.Sendable { notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, segmentTypes: [RekognitionClientTypes.SegmentType]? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.filters = filters self.jobTag = jobTag @@ -8662,8 +8369,7 @@ public struct StartSegmentDetectionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8677,8 +8383,7 @@ extension RekognitionClientTypes { public init( kvsStreamStartSelector: RekognitionClientTypes.KinesisVideoStreamStartSelector? = nil - ) - { + ) { self.kvsStreamStartSelector = kvsStreamStartSelector } } @@ -8693,8 +8398,7 @@ extension RekognitionClientTypes { public init( maxDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.maxDurationInSeconds = maxDurationInSeconds } } @@ -8713,8 +8417,7 @@ public struct StartStreamProcessorInput: Swift.Sendable { name: Swift.String? = nil, startSelector: RekognitionClientTypes.StreamProcessingStartSelector? = nil, stopSelector: RekognitionClientTypes.StreamProcessingStopSelector? = nil - ) - { + ) { self.name = name self.startSelector = startSelector self.stopSelector = stopSelector @@ -8727,8 +8430,7 @@ public struct StartStreamProcessorOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -8745,8 +8447,7 @@ extension RekognitionClientTypes { public init( regionsOfInterest: [RekognitionClientTypes.RegionOfInterest]? = nil, wordFilter: RekognitionClientTypes.DetectionFilter? = nil - ) - { + ) { self.regionsOfInterest = regionsOfInterest self.wordFilter = wordFilter } @@ -8772,8 +8473,7 @@ public struct StartTextDetectionInput: Swift.Sendable { jobTag: Swift.String? = nil, notificationChannel: RekognitionClientTypes.NotificationChannel? = nil, video: RekognitionClientTypes.Video? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.filters = filters self.jobTag = jobTag @@ -8788,8 +8488,7 @@ public struct StartTextDetectionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -8801,8 +8500,7 @@ public struct StopProjectVersionInput: Swift.Sendable { public init( projectVersionArn: Swift.String? = nil - ) - { + ) { self.projectVersionArn = projectVersionArn } } @@ -8813,8 +8511,7 @@ public struct StopProjectVersionOutput: Swift.Sendable { public init( status: RekognitionClientTypes.ProjectVersionStatus? = nil - ) - { + ) { self.status = status } } @@ -8826,8 +8523,7 @@ public struct StopStreamProcessorInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -8848,8 +8544,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -8871,8 +8566,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -8894,8 +8588,7 @@ public struct UpdateDatasetEntriesInput: Swift.Sendable { public init( changes: RekognitionClientTypes.DatasetChanges? = nil, datasetArn: Swift.String? = nil - ) - { + ) { self.changes = changes self.datasetArn = datasetArn } @@ -8944,8 +8637,7 @@ extension RekognitionClientTypes { public init( connectedHomeForUpdate: RekognitionClientTypes.ConnectedHomeSettingsForUpdate? = nil - ) - { + ) { self.connectedHomeForUpdate = connectedHomeForUpdate } } @@ -8970,8 +8662,7 @@ public struct UpdateStreamProcessorInput: Swift.Sendable { parametersToDelete: [RekognitionClientTypes.StreamProcessorParameterToDelete]? = nil, regionsOfInterestForUpdate: [RekognitionClientTypes.RegionOfInterest]? = nil, settingsForUpdate: RekognitionClientTypes.StreamProcessorSettingsForUpdate? = nil - ) - { + ) { self.dataSharingPreferenceForUpdate = dataSharingPreferenceForUpdate self.name = name self.parametersToDelete = parametersToDelete diff --git a/Sources/Services/AWSRekognition/Sources/AWSRekognition/RekognitionClient.swift b/Sources/Services/AWSRekognition/Sources/AWSRekognition/RekognitionClient.swift index 30374cb8b23..e676994f350 100644 --- a/Sources/Services/AWSRekognition/Sources/AWSRekognition/RekognitionClient.swift +++ b/Sources/Services/AWSRekognition/Sources/AWSRekognition/RekognitionClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RekognitionClient: ClientRuntime.Client { public static let clientName = "RekognitionClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RekognitionClient.RekognitionClientConfiguration let serviceName = "Rekognition" diff --git a/Sources/Services/AWSRepostspace/Package.swift.txt b/Sources/Services/AWSRepostspace/Package.swift.txt index 234b5aab0ac..81b550ec503 100644 --- a/Sources/Services/AWSRepostspace/Package.swift.txt +++ b/Sources/Services/AWSRepostspace/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/Models.swift b/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/Models.swift index f98e060f879..882003ca29d 100644 --- a/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/Models.swift +++ b/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/Models.swift @@ -75,8 +75,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -103,8 +102,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -137,8 +135,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -173,8 +170,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -196,8 +192,7 @@ extension RepostspaceClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -265,8 +260,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [RepostspaceClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: RepostspaceClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -323,8 +317,7 @@ public struct BatchAddRoleInput: Swift.Sendable { accessorIds: [Swift.String]? = nil, role: RepostspaceClientTypes.Role? = nil, spaceId: Swift.String? = nil - ) - { + ) { self.accessorIds = accessorIds self.role = role self.spaceId = spaceId @@ -349,8 +342,7 @@ extension RepostspaceClientTypes { accessorId: Swift.String? = nil, error: Swift.Int? = nil, message: Swift.String? = nil - ) - { + ) { self.accessorId = accessorId self.error = error self.message = message @@ -369,8 +361,7 @@ public struct BatchAddRoleOutput: Swift.Sendable { public init( addedAccessorIds: [Swift.String]? = nil, errors: [RepostspaceClientTypes.BatchError]? = nil - ) - { + ) { self.addedAccessorIds = addedAccessorIds self.errors = errors } @@ -391,8 +382,7 @@ public struct BatchRemoveRoleInput: Swift.Sendable { accessorIds: [Swift.String]? = nil, role: RepostspaceClientTypes.Role? = nil, spaceId: Swift.String? = nil - ) - { + ) { self.accessorIds = accessorIds self.role = role self.spaceId = spaceId @@ -410,8 +400,7 @@ public struct BatchRemoveRoleOutput: Swift.Sendable { public init( errors: [RepostspaceClientTypes.BatchError]? = nil, removedAccessorIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.removedAccessorIds = removedAccessorIds } @@ -473,8 +462,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -516,8 +504,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -582,8 +569,7 @@ public struct CreateSpaceInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tier: RepostspaceClientTypes.TierLevel? = nil, userKMSKey: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.roleArn = roleArn @@ -606,8 +592,7 @@ public struct CreateSpaceOutput: Swift.Sendable { public init( spaceId: Swift.String? = nil - ) - { + ) { self.spaceId = spaceId } } @@ -619,8 +604,7 @@ public struct DeleteSpaceInput: Swift.Sendable { public init( spaceId: Swift.String? = nil - ) - { + ) { self.spaceId = spaceId } } @@ -636,8 +620,7 @@ public struct DeregisterAdminInput: Swift.Sendable { public init( adminId: Swift.String? = nil, spaceId: Swift.String? = nil - ) - { + ) { self.adminId = adminId self.spaceId = spaceId } @@ -650,8 +633,7 @@ public struct GetSpaceInput: Swift.Sendable { public init( spaceId: Swift.String? = nil - ) - { + ) { self.spaceId = spaceId } } @@ -768,8 +750,7 @@ public struct GetSpaceOutput: Swift.Sendable { userKMSKey: Swift.String? = nil, vanityDomain: Swift.String? = nil, vanityDomainStatus: RepostspaceClientTypes.VanityDomainStatus? = nil - ) - { + ) { self.arn = arn self.clientId = clientId self.configurationStatus = configurationStatus @@ -808,8 +789,7 @@ public struct ListSpacesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -880,8 +860,7 @@ extension RepostspaceClientTypes { userKMSKey: Swift.String? = nil, vanityDomain: Swift.String? = nil, vanityDomainStatus: RepostspaceClientTypes.VanityDomainStatus? = nil - ) - { + ) { self.arn = arn self.configurationStatus = configurationStatus self.contentSize = contentSize @@ -917,8 +896,7 @@ public struct ListSpacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spaces: [RepostspaceClientTypes.SpaceData]? = nil - ) - { + ) { self.nextToken = nextToken self.spaces = spaces } @@ -931,8 +909,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -943,8 +920,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -965,8 +941,7 @@ public struct RegisterAdminInput: Swift.Sendable { public init( adminId: Swift.String? = nil, spaceId: Swift.String? = nil - ) - { + ) { self.adminId = adminId self.spaceId = spaceId } @@ -991,8 +966,7 @@ public struct SendInvitesInput: Swift.Sendable { body: Swift.String? = nil, spaceId: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.accessorIds = accessorIds self.body = body self.spaceId = spaceId @@ -1016,8 +990,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1044,8 +1017,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1072,8 +1044,7 @@ public struct UpdateSpaceInput: Swift.Sendable { roleArn: Swift.String? = nil, spaceId: Swift.String? = nil, tier: RepostspaceClientTypes.TierLevel? = nil - ) - { + ) { self.description = description self.roleArn = roleArn self.spaceId = spaceId diff --git a/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/RepostspaceClient.swift b/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/RepostspaceClient.swift index b1ebe5cc795..fda847247d9 100644 --- a/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/RepostspaceClient.swift +++ b/Sources/Services/AWSRepostspace/Sources/AWSRepostspace/RepostspaceClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RepostspaceClient: ClientRuntime.Client { public static let clientName = "RepostspaceClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RepostspaceClient.RepostspaceClientConfiguration let serviceName = "repostspace" diff --git a/Sources/Services/AWSResiliencehub/Package.swift.txt b/Sources/Services/AWSResiliencehub/Package.swift.txt index 6655e8fc142..e6fb3c375d6 100644 --- a/Sources/Services/AWSResiliencehub/Package.swift.txt +++ b/Sources/Services/AWSResiliencehub/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/Models.swift b/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/Models.swift index 5d4bface0aa..e8bb3956a2f 100644 --- a/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/Models.swift +++ b/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/Models.swift @@ -42,8 +42,7 @@ extension ResiliencehubClientTypes { public init( groupingRecommendationId: Swift.String? = nil - ) - { + ) { self.groupingRecommendationId = groupingRecommendationId } } @@ -67,8 +66,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +89,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -150,8 +146,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -175,8 +170,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -192,8 +186,7 @@ public struct AcceptResourceGroupingRecommendationsInput: Swift.Sendable { public init( appArn: Swift.String? = nil, entries: [ResiliencehubClientTypes.AcceptGroupingRecommendationEntry]? = nil - ) - { + ) { self.appArn = appArn self.entries = entries } @@ -213,8 +206,7 @@ extension ResiliencehubClientTypes { public init( errorMessage: Swift.String? = nil, groupingRecommendationId: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.groupingRecommendationId = groupingRecommendationId } @@ -232,8 +224,7 @@ public struct AcceptResourceGroupingRecommendationsOutput: Swift.Sendable { public init( appArn: Swift.String? = nil, failedEntries: [ResiliencehubClientTypes.FailedGroupingRecommendationEntry]? = nil - ) - { + ) { self.appArn = appArn self.failedEntries = failedEntries } @@ -263,8 +254,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -289,8 +279,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -436,8 +425,7 @@ extension ResiliencehubClientTypes { awsRegion: Swift.String? = nil, identifier: Swift.String? = nil, type: ResiliencehubClientTypes.PhysicalIdentifierType? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsRegion = awsRegion self.identifier = identifier @@ -478,8 +466,7 @@ extension ResiliencehubClientTypes { resourceGroupName: Swift.String? = nil, resourceName: Swift.String? = nil, terraformSourceName: Swift.String? = nil - ) - { + ) { self.appRegistryAppName = appRegistryAppName self.eksSourceName = eksSourceName self.logicalStackName = logicalStackName @@ -503,8 +490,7 @@ public struct AddDraftAppVersionResourceMappingsInput: Swift.Sendable { public init( appArn: Swift.String? = nil, resourceMappings: [ResiliencehubClientTypes.ResourceMapping]? = nil - ) - { + ) { self.appArn = appArn self.resourceMappings = resourceMappings } @@ -525,8 +511,7 @@ public struct AddDraftAppVersionResourceMappingsOutput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, resourceMappings: [ResiliencehubClientTypes.ResourceMapping]? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.resourceMappings = resourceMappings @@ -545,8 +530,7 @@ extension ResiliencehubClientTypes { public init( alarmArn: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.alarmArn = alarmArn self.source = source } @@ -597,8 +581,7 @@ extension ResiliencehubClientTypes { public init( experimentArn: Swift.String? = nil, experimentTemplateId: Swift.String? = nil - ) - { + ) { self.experimentArn = experimentArn self.experimentTemplateId = experimentTemplateId } @@ -635,8 +618,7 @@ extension ResiliencehubClientTypes { resourceId: Swift.String? = nil, targetAccountId: Swift.String? = nil, targetRegion: Swift.String? = nil - ) - { + ) { self.alreadyImplemented = alreadyImplemented self.discoveredAlarm = discoveredAlarm self.excludeReason = excludeReason @@ -763,8 +745,7 @@ extension ResiliencehubClientTypes { recommendationStatus: ResiliencehubClientTypes.RecommendationStatus? = nil, referenceId: Swift.String? = nil, type: ResiliencehubClientTypes.AlarmType? = nil - ) - { + ) { self.appComponentName = appComponentName self.appComponentNames = appComponentNames self.description = description @@ -927,8 +908,7 @@ extension ResiliencehubClientTypes { eventType: ResiliencehubClientTypes.EventType? = nil, name: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.eventType = eventType self.name = name self.snsTopicArn = snsTopicArn @@ -989,8 +969,7 @@ extension ResiliencehubClientTypes { crossAccountRoleArns: [Swift.String]? = nil, invokerRoleName: Swift.String? = nil, type: ResiliencehubClientTypes.PermissionModelType? = nil - ) - { + ) { self.crossAccountRoleArns = crossAccountRoleArns self.invokerRoleName = invokerRoleName self.type = type @@ -1093,8 +1072,7 @@ extension ResiliencehubClientTypes { rtoInSecs: Swift.Int? = nil, status: ResiliencehubClientTypes.AppStatusType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appArn = appArn self.assessmentSchedule = assessmentSchedule self.awsApplicationArn = awsApplicationArn @@ -1265,8 +1243,7 @@ extension ResiliencehubClientTypes { rpoReferenceId: Swift.String? = nil, rtoDescription: Swift.String? = nil, rtoReferenceId: Swift.String? = nil - ) - { + ) { self.achievableRpoInSecs = achievableRpoInSecs self.achievableRtoInSecs = achievableRtoInSecs self.complianceStatus = complianceStatus @@ -1334,8 +1311,7 @@ extension ResiliencehubClientTypes { amount: Swift.Double = 0.0, currency: Swift.String? = nil, frequency: ResiliencehubClientTypes.CostFrequency? = nil - ) - { + ) { self.amount = amount self.currency = currency self.frequency = frequency @@ -1485,8 +1461,7 @@ extension ResiliencehubClientTypes { public init( rpoInSecs: Swift.Int = 0, rtoInSecs: Swift.Int = 0 - ) - { + ) { self.rpoInSecs = rpoInSecs self.rtoInSecs = rtoInSecs } @@ -1567,8 +1542,7 @@ extension ResiliencehubClientTypes { policyName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, tier: ResiliencehubClientTypes.ResiliencyPolicyTier? = nil - ) - { + ) { self.creationTime = creationTime self.dataLocationConstraint = dataLocationConstraint self.estimatedCostTier = estimatedCostTier @@ -1640,8 +1614,7 @@ extension ResiliencehubClientTypes { outstandingCount: Swift.Int = 0, possibleScore: Swift.Double = 0.0, score: Swift.Double = 0.0 - ) - { + ) { self.excludedCount = excludedCount self.outstandingCount = outstandingCount self.possibleScore = possibleScore @@ -1667,8 +1640,7 @@ extension ResiliencehubClientTypes { componentScore: [Swift.String: ResiliencehubClientTypes.ScoringComponentResiliencyScore]? = nil, disruptionScore: [Swift.String: Swift.Double]? = nil, score: Swift.Double = 0.0 - ) - { + ) { self.componentScore = componentScore self.disruptionScore = disruptionScore self.score = score @@ -1691,8 +1663,7 @@ extension ResiliencehubClientTypes { logicalResourceId: Swift.String? = nil, physicalResourceId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.physicalResourceId = physicalResourceId self.reason = reason @@ -1712,8 +1683,7 @@ extension ResiliencehubClientTypes { public init( hasMoreErrors: Swift.Bool? = nil, resourceErrors: [ResiliencehubClientTypes.ResourceError]? = nil - ) - { + ) { self.hasMoreErrors = hasMoreErrors self.resourceErrors = resourceErrors } @@ -1735,8 +1705,7 @@ extension ResiliencehubClientTypes { appComponents: [Swift.String]? = nil, recommendation: Swift.String? = nil, risk: Swift.String? = nil - ) - { + ) { self.appComponents = appComponents self.recommendation = recommendation self.risk = risk @@ -1756,8 +1725,7 @@ extension ResiliencehubClientTypes { public init( riskRecommendations: [ResiliencehubClientTypes.AssessmentRiskRecommendation]? = nil, summary: Swift.String? = nil - ) - { + ) { self.riskRecommendations = riskRecommendations self.summary = summary } @@ -1830,8 +1798,7 @@ extension ResiliencehubClientTypes { summary: ResiliencehubClientTypes.AssessmentSummary? = nil, tags: [Swift.String: Swift.String]? = nil, versionName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.assessmentArn = assessmentArn @@ -1910,8 +1877,7 @@ extension ResiliencehubClientTypes { resiliencyScore: Swift.Double = 0.0, startTime: Foundation.Date? = nil, versionName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.assessmentArn = assessmentArn @@ -1950,8 +1916,7 @@ extension ResiliencehubClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.id = id self.name = name @@ -1984,8 +1949,7 @@ extension ResiliencehubClientTypes { message: Swift.String? = nil, resiliencyScore: ResiliencehubClientTypes.ResiliencyScore? = nil, status: ResiliencehubClientTypes.ComplianceStatus? = nil - ) - { + ) { self.appComponentName = appComponentName self.compliance = compliance self.cost = cost @@ -2010,8 +1974,7 @@ extension ResiliencehubClientTypes { public init( eksClusterArn: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.eksClusterArn = eksClusterArn self.namespace = namespace } @@ -2028,8 +1991,7 @@ extension ResiliencehubClientTypes { public init( s3StateFileUrl: Swift.String? = nil - ) - { + ) { self.s3StateFileUrl = s3StateFileUrl } } @@ -2060,8 +2022,7 @@ extension ResiliencehubClientTypes { sourceArn: Swift.String? = nil, sourceName: Swift.String? = nil, terraformSource: ResiliencehubClientTypes.TerraformSource? = nil - ) - { + ) { self.eksSourceClusterNamespace = eksSourceClusterNamespace self.importType = importType self.resourceCount = resourceCount @@ -2120,8 +2081,7 @@ extension ResiliencehubClientTypes { rpoInSecs: Swift.Int? = nil, rtoInSecs: Swift.Int? = nil, status: ResiliencehubClientTypes.AppStatusType? = nil - ) - { + ) { self.appArn = appArn self.assessmentSchedule = assessmentSchedule self.awsApplicationArn = awsApplicationArn @@ -2158,8 +2118,7 @@ extension ResiliencehubClientTypes { creationTime: Foundation.Date? = nil, identifier: Swift.Int? = nil, versionName: Swift.String? = nil - ) - { + ) { self.appVersion = appVersion self.creationTime = creationTime self.identifier = identifier @@ -2183,8 +2142,7 @@ extension ResiliencehubClientTypes { resourceId: Swift.String? = nil, targetAccountId: Swift.String? = nil, targetRegion: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.targetAccountId = targetAccountId self.targetRegion = targetRegion @@ -2219,8 +2177,7 @@ extension ResiliencehubClientTypes { excluded: Swift.Bool? = nil, item: ResiliencehubClientTypes.UpdateRecommendationStatusItem? = nil, referenceId: Swift.String? = nil - ) - { + ) { self.appComponentId = appComponentId self.entryId = entryId self.excludeReason = excludeReason @@ -2242,8 +2199,7 @@ public struct BatchUpdateRecommendationStatusInput: Swift.Sendable { public init( appArn: Swift.String? = nil, requestEntries: [ResiliencehubClientTypes.UpdateRecommendationStatusRequestEntry]? = nil - ) - { + ) { self.appArn = appArn self.requestEntries = requestEntries } @@ -2263,8 +2219,7 @@ extension ResiliencehubClientTypes { public init( entryId: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.entryId = entryId self.errorMessage = errorMessage } @@ -2298,8 +2253,7 @@ extension ResiliencehubClientTypes { excluded: Swift.Bool? = nil, item: ResiliencehubClientTypes.UpdateRecommendationStatusItem? = nil, referenceId: Swift.String? = nil - ) - { + ) { self.appComponentId = appComponentId self.entryId = entryId self.excludeReason = excludeReason @@ -2325,8 +2279,7 @@ public struct BatchUpdateRecommendationStatusOutput: Swift.Sendable { appArn: Swift.String? = nil, failedEntries: [ResiliencehubClientTypes.BatchUpdateRecommendationStatusFailedEntry]? = nil, successfulEntries: [ResiliencehubClientTypes.BatchUpdateRecommendationStatusSuccessfulEntry]? = nil - ) - { + ) { self.appArn = appArn self.failedEntries = failedEntries self.successfulEntries = successfulEntries @@ -2364,8 +2317,7 @@ public struct CreateAppInput: Swift.Sendable { permissionModel: ResiliencehubClientTypes.PermissionModel? = nil, policyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assessmentSchedule = assessmentSchedule self.awsApplicationArn = awsApplicationArn self.clientToken = clientToken @@ -2390,8 +2342,7 @@ public struct CreateAppOutput: Swift.Sendable { public init( app: ResiliencehubClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -2420,8 +2371,7 @@ public struct CreateAppVersionAppComponentInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.clientToken = clientToken @@ -2445,8 +2395,7 @@ public struct CreateAppVersionAppComponentOutput: Swift.Sendable { appArn: Swift.String? = nil, appComponent: ResiliencehubClientTypes.AppComponent? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appComponent = appComponent self.appVersion = appVersion @@ -2475,8 +2424,7 @@ extension ResiliencehubClientTypes { logicalStackName: Swift.String? = nil, resourceGroupName: Swift.String? = nil, terraformSourceName: Swift.String? = nil - ) - { + ) { self.eksSourceName = eksSourceName self.identifier = identifier self.logicalStackName = logicalStackName @@ -2524,8 +2472,7 @@ public struct CreateAppVersionResourceInput: Swift.Sendable { physicalResourceId: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.appComponents = appComponents @@ -2604,8 +2551,7 @@ extension ResiliencehubClientTypes { resourceName: Swift.String? = nil, resourceType: Swift.String? = nil, sourceType: ResiliencehubClientTypes.ResourceSourceType? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appComponents = appComponents self.excluded = excluded @@ -2633,8 +2579,7 @@ public struct CreateAppVersionResourceOutput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, physicalResource: ResiliencehubClientTypes.PhysicalResource? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.physicalResource = physicalResource @@ -2731,8 +2676,7 @@ public struct CreateRecommendationTemplateInput: Swift.Sendable { recommendationIds: [Swift.String]? = nil, recommendationTypes: [ResiliencehubClientTypes.RenderRecommendationType]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.bucketName = bucketName self.clientToken = clientToken @@ -2796,8 +2740,7 @@ extension ResiliencehubClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -2858,8 +2801,7 @@ extension ResiliencehubClientTypes { status: ResiliencehubClientTypes.RecommendationTemplateStatus? = nil, tags: [Swift.String: Swift.String]? = nil, templatesLocation: ResiliencehubClientTypes.S3Location? = nil - ) - { + ) { self.appArn = appArn self.assessmentArn = assessmentArn self.endTime = endTime @@ -2889,8 +2831,7 @@ public struct CreateRecommendationTemplateOutput: Swift.Sendable { public init( recommendationTemplate: ResiliencehubClientTypes.RecommendationTemplate? = nil - ) - { + ) { self.recommendationTemplate = recommendationTemplate } } @@ -2922,8 +2863,7 @@ public struct CreateResiliencyPolicyInput: Swift.Sendable { policyName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, tier: ResiliencehubClientTypes.ResiliencyPolicyTier? = nil - ) - { + ) { self.clientToken = clientToken self.dataLocationConstraint = dataLocationConstraint self.policy = policy @@ -2946,8 +2886,7 @@ public struct CreateResiliencyPolicyOutput: Swift.Sendable { public init( policy: ResiliencehubClientTypes.ResiliencyPolicy? = nil - ) - { + ) { self.policy = policy } } @@ -2965,8 +2904,7 @@ public struct DeleteAppInput: Swift.Sendable { appArn: Swift.String? = nil, clientToken: Swift.String? = nil, forceDelete: Swift.Bool? = nil - ) - { + ) { self.appArn = appArn self.clientToken = clientToken self.forceDelete = forceDelete @@ -2980,8 +2918,7 @@ public struct DeleteAppOutput: Swift.Sendable { public init( appArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn } } @@ -2996,8 +2933,7 @@ public struct DeleteAppAssessmentInput: Swift.Sendable { public init( assessmentArn: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.clientToken = clientToken } @@ -3014,8 +2950,7 @@ public struct DeleteAppAssessmentOutput: Swift.Sendable { public init( assessmentArn: Swift.String? = nil, assessmentStatus: ResiliencehubClientTypes.AssessmentStatus? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.assessmentStatus = assessmentStatus } @@ -3040,8 +2975,7 @@ public struct DeleteAppInputSourceInput: Swift.Sendable { eksSourceClusterNamespace: ResiliencehubClientTypes.EksSourceClusterNamespace? = nil, sourceArn: Swift.String? = nil, terraformSource: ResiliencehubClientTypes.TerraformSource? = nil - ) - { + ) { self.appArn = appArn self.clientToken = clientToken self.eksSourceClusterNamespace = eksSourceClusterNamespace @@ -3059,8 +2993,7 @@ public struct DeleteAppInputSourceOutput: Swift.Sendable { public init( appArn: Swift.String? = nil, appInputSource: ResiliencehubClientTypes.AppInputSource? = nil - ) - { + ) { self.appArn = appArn self.appInputSource = appInputSource } @@ -3080,8 +3013,7 @@ public struct DeleteAppVersionAppComponentInput: Swift.Sendable { appArn: Swift.String? = nil, clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.clientToken = clientToken self.id = id @@ -3102,8 +3034,7 @@ public struct DeleteAppVersionAppComponentOutput: Swift.Sendable { appArn: Swift.String? = nil, appComponent: ResiliencehubClientTypes.AppComponent? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appComponent = appComponent self.appVersion = appVersion @@ -3135,8 +3066,7 @@ public struct DeleteAppVersionResourceInput: Swift.Sendable { logicalResourceId: ResiliencehubClientTypes.LogicalResourceId? = nil, physicalResourceId: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.awsAccountId = awsAccountId self.awsRegion = awsRegion @@ -3161,8 +3091,7 @@ public struct DeleteAppVersionResourceOutput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, physicalResource: ResiliencehubClientTypes.PhysicalResource? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.physicalResource = physicalResource @@ -3179,8 +3108,7 @@ public struct DeleteRecommendationTemplateInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, recommendationTemplateArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.recommendationTemplateArn = recommendationTemplateArn } @@ -3197,8 +3125,7 @@ public struct DeleteRecommendationTemplateOutput: Swift.Sendable { public init( recommendationTemplateArn: Swift.String? = nil, status: ResiliencehubClientTypes.RecommendationTemplateStatus? = nil - ) - { + ) { self.recommendationTemplateArn = recommendationTemplateArn self.status = status } @@ -3214,8 +3141,7 @@ public struct DeleteResiliencyPolicyInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.policyArn = policyArn } @@ -3228,8 +3154,7 @@ public struct DeleteResiliencyPolicyOutput: Swift.Sendable { public init( policyArn: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn } } @@ -3241,8 +3166,7 @@ public struct DescribeAppInput: Swift.Sendable { public init( appArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn } } @@ -3254,8 +3178,7 @@ public struct DescribeAppOutput: Swift.Sendable { public init( app: ResiliencehubClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -3267,8 +3190,7 @@ public struct DescribeAppAssessmentInput: Swift.Sendable { public init( assessmentArn: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn } } @@ -3280,8 +3202,7 @@ public struct DescribeAppAssessmentOutput: Swift.Sendable { public init( assessment: ResiliencehubClientTypes.AppAssessment? = nil - ) - { + ) { self.assessment = assessment } } @@ -3297,8 +3218,7 @@ public struct DescribeAppVersionInput: Swift.Sendable { public init( appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion } @@ -3318,8 +3238,7 @@ public struct DescribeAppVersionOutput: Swift.Sendable { additionalInfo: [Swift.String: [Swift.String]]? = nil, appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.appVersion = appVersion @@ -3341,8 +3260,7 @@ public struct DescribeAppVersionAppComponentInput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.id = id @@ -3363,8 +3281,7 @@ public struct DescribeAppVersionAppComponentOutput: Swift.Sendable { appArn: Swift.String? = nil, appComponent: ResiliencehubClientTypes.AppComponent? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appComponent = appComponent self.appVersion = appVersion @@ -3397,8 +3314,7 @@ public struct DescribeAppVersionResourceInput: Swift.Sendable { logicalResourceId: ResiliencehubClientTypes.LogicalResourceId? = nil, physicalResourceId: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.awsAccountId = awsAccountId @@ -3423,8 +3339,7 @@ public struct DescribeAppVersionResourceOutput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, physicalResource: ResiliencehubClientTypes.PhysicalResource? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.physicalResource = physicalResource @@ -3445,8 +3360,7 @@ public struct DescribeAppVersionResourcesResolutionStatusInput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, resolutionId: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.resolutionId = resolutionId @@ -3510,8 +3424,7 @@ public struct DescribeAppVersionResourcesResolutionStatusOutput: Swift.Sendable errorMessage: Swift.String? = nil, resolutionId: Swift.String? = nil, status: ResiliencehubClientTypes.ResourceResolutionStatusType? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.errorMessage = errorMessage @@ -3531,8 +3444,7 @@ public struct DescribeAppVersionTemplateInput: Swift.Sendable { public init( appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion } @@ -3627,8 +3539,7 @@ public struct DescribeAppVersionTemplateOutput: Swift.Sendable { appArn: Swift.String? = nil, appTemplateBody: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appTemplateBody = appTemplateBody self.appVersion = appVersion @@ -3642,8 +3553,7 @@ public struct DescribeDraftAppVersionResourcesImportStatusInput: Swift.Sendable public init( appArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn } } @@ -3657,8 +3567,7 @@ extension ResiliencehubClientTypes { public init( errorMessage: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage } } @@ -3724,8 +3633,7 @@ public struct DescribeDraftAppVersionResourcesImportStatusOutput: Swift.Sendable errorMessage: Swift.String? = nil, status: ResiliencehubClientTypes.ResourceImportStatusType? = nil, statusChangeTime: Foundation.Date? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.errorDetails = errorDetails @@ -3742,8 +3650,7 @@ public struct DescribeMetricsExportInput: Swift.Sendable { public init( metricsExportId: Swift.String? = nil - ) - { + ) { self.metricsExportId = metricsExportId } } @@ -3800,8 +3707,7 @@ public struct DescribeMetricsExportOutput: Swift.Sendable { exportLocation: ResiliencehubClientTypes.S3Location? = nil, metricsExportId: Swift.String? = nil, status: ResiliencehubClientTypes.MetricsExportStatusType? = nil - ) - { + ) { self.errorMessage = errorMessage self.exportLocation = exportLocation self.metricsExportId = metricsExportId @@ -3816,8 +3722,7 @@ public struct DescribeResiliencyPolicyInput: Swift.Sendable { public init( policyArn: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn } } @@ -3829,8 +3734,7 @@ public struct DescribeResiliencyPolicyOutput: Swift.Sendable { public init( policy: ResiliencehubClientTypes.ResiliencyPolicy? = nil - ) - { + ) { self.policy = policy } } @@ -3845,8 +3749,7 @@ public struct DescribeResourceGroupingRecommendationTaskInput: Swift.Sendable { public init( appArn: Swift.String? = nil, groupingId: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.groupingId = groupingId } @@ -3901,8 +3804,7 @@ public struct DescribeResourceGroupingRecommendationTaskOutput: Swift.Sendable { errorMessage: Swift.String? = nil, groupingId: Swift.String? = nil, status: ResiliencehubClientTypes.ResourcesGroupingRecGenStatusType? = nil - ) - { + ) { self.errorMessage = errorMessage self.groupingId = groupingId self.status = status @@ -3923,8 +3825,7 @@ extension ResiliencehubClientTypes { public init( eksClusterArn: Swift.String? = nil, namespaces: [Swift.String]? = nil - ) - { + ) { self.eksClusterArn = eksClusterArn self.namespaces = namespaces } @@ -3979,8 +3880,7 @@ public struct ImportResourcesToDraftAppVersionInput: Swift.Sendable { importStrategy: ResiliencehubClientTypes.ResourceImportStrategyType? = nil, sourceArns: [Swift.String]? = nil, terraformSources: [ResiliencehubClientTypes.TerraformSource]? = nil - ) - { + ) { self.appArn = appArn self.eksSources = eksSources self.importStrategy = importStrategy @@ -4013,8 +3913,7 @@ public struct ImportResourcesToDraftAppVersionOutput: Swift.Sendable { sourceArns: [Swift.String]? = nil, status: ResiliencehubClientTypes.ResourceImportStatusType? = nil, terraformSources: [ResiliencehubClientTypes.TerraformSource]? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.eksSources = eksSources @@ -4037,8 +3936,7 @@ public struct ListAlarmRecommendationsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -4055,8 +3953,7 @@ public struct ListAlarmRecommendationsOutput: Swift.Sendable { public init( alarmRecommendations: [ResiliencehubClientTypes.AlarmRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.alarmRecommendations = alarmRecommendations self.nextToken = nextToken } @@ -4075,8 +3972,7 @@ public struct ListAppAssessmentComplianceDriftsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -4180,8 +4076,7 @@ extension ResiliencehubClientTypes { entityType: Swift.String? = nil, expectedReferenceId: Swift.String? = nil, expectedValue: [Swift.String: ResiliencehubClientTypes.DisruptionCompliance]? = nil - ) - { + ) { self.actualReferenceId = actualReferenceId self.actualValue = actualValue self.appId = appId @@ -4206,8 +4101,7 @@ public struct ListAppAssessmentComplianceDriftsOutput: Swift.Sendable { public init( complianceDrifts: [ResiliencehubClientTypes.ComplianceDrift]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceDrifts = complianceDrifts self.nextToken = nextToken } @@ -4226,8 +4120,7 @@ public struct ListAppAssessmentResourceDriftsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -4246,8 +4139,7 @@ extension ResiliencehubClientTypes { public init( logicalResourceId: ResiliencehubClientTypes.LogicalResourceId? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.resourceType = resourceType } @@ -4275,8 +4167,7 @@ extension ResiliencehubClientTypes { diffType: ResiliencehubClientTypes.DifferenceType? = nil, referenceId: Swift.String? = nil, resourceIdentifier: ResiliencehubClientTypes.ResourceIdentifier? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.diffType = diffType @@ -4296,8 +4187,7 @@ public struct ListAppAssessmentResourceDriftsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceDrifts: [ResiliencehubClientTypes.ResourceDrift]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceDrifts = resourceDrifts } @@ -4330,8 +4220,7 @@ public struct ListAppAssessmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, reverseOrder: Swift.Bool? = nil - ) - { + ) { self.appArn = appArn self.assessmentName = assessmentName self.assessmentStatus = assessmentStatus @@ -4353,8 +4242,7 @@ public struct ListAppAssessmentsOutput: Swift.Sendable { public init( assessmentSummaries: [ResiliencehubClientTypes.AppAssessmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentSummaries = assessmentSummaries self.nextToken = nextToken } @@ -4373,8 +4261,7 @@ public struct ListAppComponentCompliancesInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -4391,8 +4278,7 @@ public struct ListAppComponentCompliancesOutput: Swift.Sendable { public init( componentCompliances: [ResiliencehubClientTypes.AppComponentCompliance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentCompliances = componentCompliances self.nextToken = nextToken } @@ -4411,8 +4297,7 @@ public struct ListAppComponentRecommendationsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -4520,8 +4405,7 @@ extension ResiliencehubClientTypes { expectedRpoInSecs: Swift.Int = 0, expectedRtoDescription: Swift.String? = nil, expectedRtoInSecs: Swift.Int = 0 - ) - { + ) { self.expectedComplianceStatus = expectedComplianceStatus self.expectedRpoDescription = expectedRpoDescription self.expectedRpoInSecs = expectedRpoInSecs @@ -4570,8 +4454,7 @@ extension ResiliencehubClientTypes { recommendationCompliance: [Swift.String: ResiliencehubClientTypes.RecommendationDisruptionCompliance]? = nil, referenceId: Swift.String? = nil, suggestedChanges: [Swift.String]? = nil - ) - { + ) { self.appComponentName = appComponentName self.compliance = compliance self.cost = cost @@ -4639,8 +4522,7 @@ extension ResiliencehubClientTypes { appComponentName: Swift.String? = nil, configRecommendations: [ResiliencehubClientTypes.ConfigRecommendation]? = nil, recommendationStatus: ResiliencehubClientTypes.RecommendationComplianceStatus? = nil - ) - { + ) { self.appComponentName = appComponentName self.configRecommendations = configRecommendations self.recommendationStatus = recommendationStatus @@ -4658,8 +4540,7 @@ public struct ListAppComponentRecommendationsOutput: Swift.Sendable { public init( componentRecommendations: [ResiliencehubClientTypes.ComponentRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.componentRecommendations = componentRecommendations self.nextToken = nextToken } @@ -4682,8 +4563,7 @@ public struct ListAppInputSourcesInput: Swift.Sendable { appVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.maxResults = maxResults @@ -4701,8 +4581,7 @@ public struct ListAppInputSourcesOutput: Swift.Sendable { public init( appInputSources: [ResiliencehubClientTypes.AppInputSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appInputSources = appInputSources self.nextToken = nextToken } @@ -4735,8 +4614,7 @@ public struct ListAppsInput: Swift.Sendable { nextToken: Swift.String? = nil, reverseOrder: Swift.Bool? = nil, toLastAssessmentTime: Foundation.Date? = nil - ) - { + ) { self.appArn = appArn self.awsApplicationArn = awsApplicationArn self.fromLastAssessmentTime = fromLastAssessmentTime @@ -4758,8 +4636,7 @@ public struct ListAppsOutput: Swift.Sendable { public init( appSummaries: [ResiliencehubClientTypes.AppSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appSummaries = appSummaries self.nextToken = nextToken } @@ -4782,8 +4659,7 @@ public struct ListAppVersionAppComponentsInput: Swift.Sendable { appVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.maxResults = maxResults @@ -4808,8 +4684,7 @@ public struct ListAppVersionAppComponentsOutput: Swift.Sendable { appComponents: [ResiliencehubClientTypes.AppComponent]? = nil, appVersion: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appComponents = appComponents self.appVersion = appVersion @@ -4834,8 +4709,7 @@ public struct ListAppVersionResourceMappingsInput: Swift.Sendable { appVersion: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.maxResults = maxResults @@ -4853,8 +4727,7 @@ public struct ListAppVersionResourceMappingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceMappings: [ResiliencehubClientTypes.ResourceMapping]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceMappings = resourceMappings } @@ -4880,8 +4753,7 @@ public struct ListAppVersionResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolutionId: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.maxResults = maxResults @@ -4904,8 +4776,7 @@ public struct ListAppVersionResourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, physicalResources: [ResiliencehubClientTypes.PhysicalResource]? = nil, resolutionId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.physicalResources = physicalResources self.resolutionId = resolutionId @@ -4931,8 +4802,7 @@ public struct ListAppVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.appArn = appArn self.endTime = endTime self.maxResults = maxResults @@ -4951,8 +4821,7 @@ public struct ListAppVersionsOutput: Swift.Sendable { public init( appVersions: [ResiliencehubClientTypes.AppVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appVersions = appVersions self.nextToken = nextToken } @@ -5016,8 +4885,7 @@ extension ResiliencehubClientTypes { field: Swift.String? = nil, `operator`: ResiliencehubClientTypes.ConditionOperatorType? = nil, value: Swift.String? = nil - ) - { + ) { self.field = field self.`operator` = `operator` self.value = value @@ -5076,8 +4944,7 @@ extension ResiliencehubClientTypes { public init( aggregation: ResiliencehubClientTypes.FieldAggregationType? = nil, name: Swift.String? = nil - ) - { + ) { self.aggregation = aggregation self.name = name } @@ -5097,8 +4964,7 @@ extension ResiliencehubClientTypes { public init( ascending: Swift.Bool? = nil, field: Swift.String? = nil - ) - { + ) { self.ascending = ascending self.field = field } @@ -5126,8 +4992,7 @@ public struct ListMetricsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sorts: [ResiliencehubClientTypes.Sort]? = nil - ) - { + ) { self.conditions = conditions self.dataSource = dataSource self.fields = fields @@ -5147,8 +5012,7 @@ public struct ListMetricsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rows: [[Swift.String]]? = nil - ) - { + ) { self.nextToken = nextToken self.rows = rows } @@ -5178,8 +5042,7 @@ public struct ListRecommendationTemplatesInput: Swift.Sendable { recommendationTemplateArn: Swift.String? = nil, reverseOrder: Swift.Bool? = nil, status: [ResiliencehubClientTypes.RecommendationTemplateStatus]? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.name = name @@ -5199,8 +5062,7 @@ public struct ListRecommendationTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationTemplates: [ResiliencehubClientTypes.RecommendationTemplate]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationTemplates = recommendationTemplates } @@ -5218,8 +5080,7 @@ public struct ListResiliencyPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyName = policyName @@ -5236,8 +5097,7 @@ public struct ListResiliencyPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resiliencyPolicies: [ResiliencehubClientTypes.ResiliencyPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.resiliencyPolicies = resiliencyPolicies } @@ -5255,8 +5115,7 @@ public struct ListResourceGroupingRecommendationsInput: Swift.Sendable { appArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.maxResults = maxResults self.nextToken = nextToken @@ -5310,8 +5169,7 @@ extension ResiliencehubClientTypes { appComponentId: Swift.String? = nil, appComponentName: Swift.String? = nil, appComponentType: Swift.String? = nil - ) - { + ) { self.appComponentId = appComponentId self.appComponentName = appComponentName self.appComponentType = appComponentType @@ -5380,8 +5238,7 @@ extension ResiliencehubClientTypes { resourceName: Swift.String? = nil, resourceType: Swift.String? = nil, sourceAppComponentIds: [Swift.String]? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.physicalResourceId = physicalResourceId self.resourceName = resourceName @@ -5464,8 +5321,7 @@ extension ResiliencehubClientTypes { resources: [ResiliencehubClientTypes.GroupingResource]? = nil, score: Swift.Double = 0.0, status: ResiliencehubClientTypes.GroupingRecommendationStatusType? = nil - ) - { + ) { self.confidenceLevel = confidenceLevel self.creationTime = creationTime self.groupingAppComponent = groupingAppComponent @@ -5489,8 +5345,7 @@ public struct ListResourceGroupingRecommendationsOutput: Swift.Sendable { public init( groupingRecommendations: [ResiliencehubClientTypes.GroupingRecommendation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupingRecommendations = groupingRecommendations self.nextToken = nextToken } @@ -5509,8 +5364,7 @@ public struct ListSopRecommendationsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -5579,8 +5433,7 @@ extension ResiliencehubClientTypes { recommendationStatus: ResiliencehubClientTypes.RecommendationStatus? = nil, referenceId: Swift.String? = nil, serviceType: ResiliencehubClientTypes.SopServiceType? = nil - ) - { + ) { self.appComponentName = appComponentName self.description = description self.items = items @@ -5604,8 +5457,7 @@ public struct ListSopRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sopRecommendations: [ResiliencehubClientTypes.SopRecommendation]? = nil - ) - { + ) { self.nextToken = nextToken self.sopRecommendations = sopRecommendations } @@ -5620,8 +5472,7 @@ public struct ListSuggestedResiliencyPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5637,8 +5488,7 @@ public struct ListSuggestedResiliencyPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resiliencyPolicies: [ResiliencehubClientTypes.ResiliencyPolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.resiliencyPolicies = resiliencyPolicies } @@ -5651,8 +5501,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5663,8 +5512,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5687,8 +5535,7 @@ public struct ListTestRecommendationsInput: Swift.Sendable { assessmentArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assessmentArn = assessmentArn self.maxResults = maxResults self.nextToken = nextToken @@ -5808,8 +5655,7 @@ extension ResiliencehubClientTypes { referenceId: Swift.String? = nil, risk: ResiliencehubClientTypes.TestRisk? = nil, type: ResiliencehubClientTypes.TestType? = nil - ) - { + ) { self.appComponentId = appComponentId self.appComponentName = appComponentName self.dependsOnAlarms = dependsOnAlarms @@ -5837,8 +5683,7 @@ public struct ListTestRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, testRecommendations: [ResiliencehubClientTypes.TestRecommendation]? = nil - ) - { + ) { self.nextToken = nextToken self.testRecommendations = testRecommendations } @@ -5864,8 +5709,7 @@ public struct ListUnsupportedAppVersionResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolutionId: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.maxResults = maxResults @@ -5895,8 +5739,7 @@ extension ResiliencehubClientTypes { physicalResourceId: ResiliencehubClientTypes.PhysicalResourceId? = nil, resourceType: Swift.String? = nil, unsupportedResourceStatus: Swift.String? = nil - ) - { + ) { self.logicalResourceId = logicalResourceId self.physicalResourceId = physicalResourceId self.resourceType = resourceType @@ -5919,8 +5762,7 @@ public struct ListUnsupportedAppVersionResourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, resolutionId: Swift.String? = nil, unsupportedResources: [ResiliencehubClientTypes.UnsupportedResource]? = nil - ) - { + ) { self.nextToken = nextToken self.resolutionId = resolutionId self.unsupportedResources = unsupportedResources @@ -5937,8 +5779,7 @@ public struct PublishAppVersionInput: Swift.Sendable { public init( appArn: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.versionName = versionName } @@ -5960,8 +5801,7 @@ public struct PublishAppVersionOutput: Swift.Sendable { appVersion: Swift.String? = nil, identifier: Swift.Int? = nil, versionName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.identifier = identifier @@ -6054,8 +5894,7 @@ public struct PutDraftAppVersionTemplateInput: Swift.Sendable { public init( appArn: Swift.String? = nil, appTemplateBody: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appTemplateBody = appTemplateBody } @@ -6070,8 +5909,7 @@ public struct PutDraftAppVersionTemplateOutput: Swift.Sendable { public init( appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion } @@ -6090,8 +5928,7 @@ extension ResiliencehubClientTypes { public init( groupingRecommendationId: Swift.String? = nil, rejectionReason: ResiliencehubClientTypes.GroupingRecommendationRejectionReason? = nil - ) - { + ) { self.groupingRecommendationId = groupingRecommendationId self.rejectionReason = rejectionReason } @@ -6109,8 +5946,7 @@ public struct RejectResourceGroupingRecommendationsInput: Swift.Sendable { public init( appArn: Swift.String? = nil, entries: [ResiliencehubClientTypes.RejectGroupingRecommendationEntry]? = nil - ) - { + ) { self.appArn = appArn self.entries = entries } @@ -6127,8 +5963,7 @@ public struct RejectResourceGroupingRecommendationsOutput: Swift.Sendable { public init( appArn: Swift.String? = nil, failedEntries: [ResiliencehubClientTypes.FailedGroupingRecommendationEntry]? = nil - ) - { + ) { self.appArn = appArn self.failedEntries = failedEntries } @@ -6159,8 +5994,7 @@ public struct RemoveDraftAppVersionResourceMappingsInput: Swift.Sendable { resourceGroupNames: [Swift.String]? = nil, resourceNames: [Swift.String]? = nil, terraformSourceNames: [Swift.String]? = nil - ) - { + ) { self.appArn = appArn self.appRegistryAppNames = appRegistryAppNames self.eksSourceNames = eksSourceNames @@ -6180,8 +6014,7 @@ public struct RemoveDraftAppVersionResourceMappingsOutput: Swift.Sendable { public init( appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion } @@ -6198,8 +6031,7 @@ public struct ResolveAppVersionResourcesInput: Swift.Sendable { public init( appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion } @@ -6224,8 +6056,7 @@ public struct ResolveAppVersionResourcesOutput: Swift.Sendable { appVersion: Swift.String? = nil, resolutionId: Swift.String? = nil, status: ResiliencehubClientTypes.ResourceResolutionStatusType? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.resolutionId = resolutionId @@ -6254,8 +6085,7 @@ public struct StartAppAssessmentInput: Swift.Sendable { assessmentName: Swift.String? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.assessmentName = assessmentName @@ -6276,8 +6106,7 @@ public struct StartAppAssessmentOutput: Swift.Sendable { public init( assessment: ResiliencehubClientTypes.AppAssessment? = nil - ) - { + ) { self.assessment = assessment } } @@ -6291,8 +6120,7 @@ public struct StartMetricsExportInput: Swift.Sendable { public init( bucketName: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.clientToken = clientToken } @@ -6309,8 +6137,7 @@ public struct StartMetricsExportOutput: Swift.Sendable { public init( metricsExportId: Swift.String? = nil, status: ResiliencehubClientTypes.MetricsExportStatusType? = nil - ) - { + ) { self.metricsExportId = metricsExportId self.status = status } @@ -6323,8 +6150,7 @@ public struct StartResourceGroupingRecommendationTaskInput: Swift.Sendable { public init( appArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn } } @@ -6347,8 +6173,7 @@ public struct StartResourceGroupingRecommendationTaskOutput: Swift.Sendable { errorMessage: Swift.String? = nil, groupingId: Swift.String? = nil, status: ResiliencehubClientTypes.ResourcesGroupingRecGenStatusType? = nil - ) - { + ) { self.appArn = appArn self.errorMessage = errorMessage self.groupingId = groupingId @@ -6367,8 +6192,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6395,8 +6219,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -6437,8 +6260,7 @@ public struct UpdateAppInput: Swift.Sendable { eventSubscriptions: [ResiliencehubClientTypes.EventSubscription]? = nil, permissionModel: ResiliencehubClientTypes.PermissionModel? = nil, policyArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.assessmentSchedule = assessmentSchedule self.clearResiliencyPolicyArn = clearResiliencyPolicyArn @@ -6456,8 +6278,7 @@ public struct UpdateAppOutput: Swift.Sendable { public init( app: ResiliencehubClientTypes.App? = nil - ) - { + ) { self.app = app } } @@ -6472,8 +6293,7 @@ public struct UpdateAppVersionInput: Swift.Sendable { public init( additionalInfo: [Swift.String: [Swift.String]]? = nil, appArn: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn } @@ -6493,8 +6313,7 @@ public struct UpdateAppVersionOutput: Swift.Sendable { additionalInfo: [Swift.String: [Swift.String]]? = nil, appArn: Swift.String? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.appVersion = appVersion @@ -6521,8 +6340,7 @@ public struct UpdateAppVersionAppComponentInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.id = id @@ -6545,8 +6363,7 @@ public struct UpdateAppVersionAppComponentOutput: Swift.Sendable { appArn: Swift.String? = nil, appComponent: ResiliencehubClientTypes.AppComponent? = nil, appVersion: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appComponent = appComponent self.appVersion = appVersion @@ -6587,8 +6404,7 @@ public struct UpdateAppVersionResourceInput: Swift.Sendable { physicalResourceId: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.appArn = appArn self.appComponents = appComponents @@ -6616,8 +6432,7 @@ public struct UpdateAppVersionResourceOutput: Swift.Sendable { appArn: Swift.String? = nil, appVersion: Swift.String? = nil, physicalResource: ResiliencehubClientTypes.PhysicalResource? = nil - ) - { + ) { self.appArn = appArn self.appVersion = appVersion self.physicalResource = physicalResource @@ -6646,8 +6461,7 @@ public struct UpdateResiliencyPolicyInput: Swift.Sendable { policyDescription: Swift.String? = nil, policyName: Swift.String? = nil, tier: ResiliencehubClientTypes.ResiliencyPolicyTier? = nil - ) - { + ) { self.dataLocationConstraint = dataLocationConstraint self.policy = policy self.policyArn = policyArn @@ -6664,8 +6478,7 @@ public struct UpdateResiliencyPolicyOutput: Swift.Sendable { public init( policy: ResiliencehubClientTypes.ResiliencyPolicy? = nil - ) - { + ) { self.policy = policy } } diff --git a/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/ResiliencehubClient.swift b/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/ResiliencehubClient.swift index bf0e9106320..05642932222 100644 --- a/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/ResiliencehubClient.swift +++ b/Sources/Services/AWSResiliencehub/Sources/AWSResiliencehub/ResiliencehubClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ResiliencehubClient: ClientRuntime.Client { public static let clientName = "ResiliencehubClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ResiliencehubClient.ResiliencehubClientConfiguration let serviceName = "resiliencehub" diff --git a/Sources/Services/AWSResourceExplorer2/Package.swift.txt b/Sources/Services/AWSResourceExplorer2/Package.swift.txt index d7ed305dcce..b0e50408b5e 100644 --- a/Sources/Services/AWSResourceExplorer2/Package.swift.txt +++ b/Sources/Services/AWSResourceExplorer2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/Models.swift b/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/Models.swift index f124e84a0ed..3339eac9731 100644 --- a/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/Models.swift +++ b/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/Models.swift @@ -72,8 +72,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +95,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +118,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +141,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +160,7 @@ extension ResourceExplorer2ClientTypes { public init( name: Swift.String? = nil, validationIssue: Swift.String? = nil - ) - { + ) { self.name = name self.validationIssue = validationIssue } @@ -194,8 +189,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [ResourceExplorer2ClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -208,8 +202,7 @@ public struct AssociateDefaultViewInput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -220,8 +213,7 @@ public struct AssociateDefaultViewOutput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -273,8 +265,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -285,8 +276,7 @@ public struct BatchGetViewInput: Swift.Sendable { public init( viewArns: [Swift.String]? = nil - ) - { + ) { self.viewArns = viewArns } } @@ -305,8 +295,7 @@ extension ResourceExplorer2ClientTypes { public init( errorMessage: Swift.String? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.viewArn = viewArn } @@ -323,8 +312,7 @@ extension ResourceExplorer2ClientTypes { public init( filterString: Swift.String? = nil - ) - { + ) { self.filterString = filterString } } @@ -348,8 +336,7 @@ extension ResourceExplorer2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -379,8 +366,7 @@ extension ResourceExplorer2ClientTypes { owner: Swift.String? = nil, scope: Swift.String? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.includedProperties = includedProperties self.lastUpdatedAt = lastUpdatedAt @@ -405,8 +391,7 @@ public struct BatchGetViewOutput: Swift.Sendable { public init( errors: [ResourceExplorer2ClientTypes.BatchGetViewError]? = nil, views: [ResourceExplorer2ClientTypes.View]? = nil - ) - { + ) { self.errors = errors self.views = views } @@ -431,8 +416,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -446,8 +430,7 @@ public struct CreateIndexInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.tags = tags } @@ -513,8 +496,7 @@ public struct CreateIndexOutput: Swift.Sendable { arn: Swift.String? = nil, createdAt: Foundation.Date? = nil, state: ResourceExplorer2ClientTypes.IndexState? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.state = state @@ -528,8 +510,7 @@ public struct DeleteIndexInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -546,8 +527,7 @@ public struct DeleteIndexOutput: Swift.Sendable { arn: Swift.String? = nil, lastUpdatedAt: Foundation.Date? = nil, state: ResourceExplorer2ClientTypes.IndexState? = nil - ) - { + ) { self.arn = arn self.lastUpdatedAt = lastUpdatedAt self.state = state @@ -600,8 +580,7 @@ public struct ListIndexesInput: Swift.Sendable { nextToken: Swift.String? = nil, regions: [Swift.String]? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.regions = regions @@ -628,8 +607,7 @@ extension ResourceExplorer2ClientTypes { arn: Swift.String? = nil, region: Swift.String? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.arn = arn self.region = region self.type = type @@ -646,8 +624,7 @@ public struct ListIndexesOutput: Swift.Sendable { public init( indexes: [ResourceExplorer2ClientTypes.Index]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexes = indexes self.nextToken = nextToken } @@ -680,8 +657,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie message: Swift.String? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.name = name self.properties.value = value @@ -699,8 +675,7 @@ public struct UpdateIndexTypeInput: Swift.Sendable { public init( arn: Swift.String? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.arn = arn self.type = type } @@ -721,8 +696,7 @@ public struct UpdateIndexTypeOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, state: ResourceExplorer2ClientTypes.IndexState? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.arn = arn self.lastUpdatedAt = lastUpdatedAt self.state = state @@ -752,8 +726,7 @@ public struct CreateViewInput: Swift.Sendable { scope: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, viewName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.filters = filters self.includedProperties = includedProperties @@ -774,8 +747,7 @@ public struct CreateViewOutput: Swift.Sendable { public init( view: ResourceExplorer2ClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -787,8 +759,7 @@ public struct DeleteViewInput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -799,8 +770,7 @@ public struct DeleteViewOutput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -812,8 +782,7 @@ public struct GetViewInput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -827,8 +796,7 @@ public struct GetViewOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil, view: ResourceExplorer2ClientTypes.View? = nil - ) - { + ) { self.tags = tags self.view = view } @@ -848,8 +816,7 @@ public struct ListViewsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -864,8 +831,7 @@ public struct ListViewsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, views: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.views = views } @@ -884,8 +850,7 @@ public struct UpdateViewInput: Swift.Sendable { filters: ResourceExplorer2ClientTypes.SearchFilter? = nil, includedProperties: [ResourceExplorer2ClientTypes.IncludedProperty]? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.includedProperties = includedProperties self.viewArn = viewArn @@ -903,8 +868,7 @@ public struct UpdateViewOutput: Swift.Sendable { public init( view: ResourceExplorer2ClientTypes.View? = nil - ) - { + ) { self.view = view } } @@ -922,8 +886,7 @@ extension ResourceExplorer2ClientTypes { public init( awsServiceAccessStatus: ResourceExplorer2ClientTypes.AWSServiceAccessStatus? = nil, serviceLinkedRole: Swift.String? = nil - ) - { + ) { self.awsServiceAccessStatus = awsServiceAccessStatus self.serviceLinkedRole = serviceLinkedRole } @@ -936,8 +899,7 @@ public struct GetAccountLevelServiceConfigurationOutput: Swift.Sendable { public init( orgConfiguration: ResourceExplorer2ClientTypes.OrgConfiguration? = nil - ) - { + ) { self.orgConfiguration = orgConfiguration } } @@ -948,8 +910,7 @@ public struct GetDefaultViewOutput: Swift.Sendable { public init( viewArn: Swift.String? = nil - ) - { + ) { self.viewArn = viewArn } } @@ -981,8 +942,7 @@ public struct GetIndexOutput: Swift.Sendable { state: ResourceExplorer2ClientTypes.IndexState? = nil, tags: [Swift.String: Swift.String]? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -1006,8 +966,7 @@ public struct GetManagedViewInput: Swift.Sendable { public init( managedViewArn: Swift.String? = nil - ) - { + ) { self.managedViewArn = managedViewArn } } @@ -1048,8 +1007,7 @@ extension ResourceExplorer2ClientTypes { scope: Swift.String? = nil, trustedService: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.filters = filters self.includedProperties = includedProperties self.lastUpdatedAt = lastUpdatedAt @@ -1075,8 +1033,7 @@ public struct GetManagedViewOutput: Swift.Sendable { public init( managedView: ResourceExplorer2ClientTypes.ManagedView? = nil - ) - { + ) { self.managedView = managedView } } @@ -1094,8 +1051,7 @@ public struct ListIndexesForMembersInput: Swift.Sendable { accountIdList: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIdList = accountIdList self.maxResults = maxResults self.nextToken = nextToken @@ -1124,8 +1080,7 @@ extension ResourceExplorer2ClientTypes { arn: Swift.String? = nil, region: Swift.String? = nil, type: ResourceExplorer2ClientTypes.IndexType? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.region = region @@ -1143,8 +1098,7 @@ public struct ListIndexesForMembersOutput: Swift.Sendable { public init( indexes: [ResourceExplorer2ClientTypes.MemberIndex]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexes = indexes self.nextToken = nextToken } @@ -1162,8 +1116,7 @@ public struct ListManagedViewsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.servicePrincipal = servicePrincipal @@ -1179,8 +1132,7 @@ public struct ListManagedViewsOutput: Swift.Sendable { public init( managedViews: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managedViews = managedViews self.nextToken = nextToken } @@ -1201,8 +1153,7 @@ public struct ListResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1230,8 +1181,7 @@ extension ResourceExplorer2ClientTypes { data: Smithy.Document? = nil, lastReportedAt: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.data = data self.lastReportedAt = lastReportedAt self.name = name @@ -1266,8 +1216,7 @@ extension ResourceExplorer2ClientTypes { region: Swift.String? = nil, resourceType: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.arn = arn self.lastReportedAt = lastReportedAt self.owningAccountId = owningAccountId @@ -1291,8 +1240,7 @@ public struct ListResourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, resources: [ResourceExplorer2ClientTypes.Resource]? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources self.viewArn = viewArn @@ -1308,8 +1256,7 @@ public struct ListSupportedResourceTypesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1327,8 +1274,7 @@ extension ResourceExplorer2ClientTypes { public init( resourceType: Swift.String? = nil, service: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.service = service } @@ -1344,8 +1290,7 @@ public struct ListSupportedResourceTypesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceTypes: [ResourceExplorer2ClientTypes.SupportedResourceType]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceTypes = resourceTypes } @@ -1358,8 +1303,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1370,8 +1314,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1397,8 +1340,7 @@ extension ResourceExplorer2ClientTypes { public init( complete: Swift.Bool? = nil, totalResources: Swift.Int? = nil - ) - { + ) { self.complete = complete self.totalResources = totalResources } @@ -1421,8 +1363,7 @@ public struct SearchInput: Swift.Sendable { nextToken: Swift.String? = nil, queryString: Swift.String? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queryString = queryString @@ -1450,8 +1391,7 @@ public struct SearchOutput: Swift.Sendable { nextToken: Swift.String? = nil, resources: [ResourceExplorer2ClientTypes.Resource]? = nil, viewArn: Swift.String? = nil - ) - { + ) { self.count = count self.nextToken = nextToken self.resources = resources @@ -1469,8 +1409,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1497,8 +1436,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/ResourceExplorer2Client.swift b/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/ResourceExplorer2Client.swift index 861a77518dd..c19c1ea7bda 100644 --- a/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/ResourceExplorer2Client.swift +++ b/Sources/Services/AWSResourceExplorer2/Sources/AWSResourceExplorer2/ResourceExplorer2Client.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ResourceExplorer2Client: ClientRuntime.Client { public static let clientName = "ResourceExplorer2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ResourceExplorer2Client.ResourceExplorer2ClientConfiguration let serviceName = "Resource Explorer 2" diff --git a/Sources/Services/AWSResourceGroups/Package.swift.txt b/Sources/Services/AWSResourceGroups/Package.swift.txt index 85490a05330..d9a433c9584 100644 --- a/Sources/Services/AWSResourceGroups/Package.swift.txt +++ b/Sources/Services/AWSResourceGroups/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/Models.swift b/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/Models.swift index b501f0bb956..871815dc24b 100644 --- a/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/Models.swift +++ b/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/Models.swift @@ -116,8 +116,7 @@ extension ResourceGroupsClientTypes { groupLifecycleEventsDesiredStatus: ResourceGroupsClientTypes.GroupLifecycleEventsDesiredStatus? = nil, groupLifecycleEventsStatus: ResourceGroupsClientTypes.GroupLifecycleEventsStatus? = nil, groupLifecycleEventsStatusMessage: Swift.String? = nil - ) - { + ) { self.groupLifecycleEventsDesiredStatus = groupLifecycleEventsDesiredStatus self.groupLifecycleEventsStatus = groupLifecycleEventsStatus self.groupLifecycleEventsStatusMessage = groupLifecycleEventsStatusMessage @@ -143,8 +142,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +165,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -191,8 +188,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -215,8 +211,7 @@ public struct MethodNotAllowedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +234,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +257,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -276,8 +269,7 @@ public struct CancelTagSyncTaskInput: Swift.Sendable { public init( taskArn: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn } } @@ -295,8 +287,7 @@ extension ResourceGroupsClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -316,8 +307,7 @@ extension ResourceGroupsClientTypes { public init( parameters: [ResourceGroupsClientTypes.GroupConfigurationParameter]? = nil, type: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.type = type } @@ -398,8 +388,7 @@ extension ResourceGroupsClientTypes { public init( query: Swift.String? = nil, type: ResourceGroupsClientTypes.QueryType? = nil - ) - { + ) { self.query = query self.type = type } @@ -434,8 +423,7 @@ public struct CreateGroupInput: Swift.Sendable { owner: Swift.String? = nil, resourceQuery: ResourceGroupsClientTypes.ResourceQuery? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configuration = configuration self.criticality = criticality self.description = description @@ -480,8 +468,7 @@ extension ResourceGroupsClientTypes { groupArn: Swift.String? = nil, name: Swift.String? = nil, owner: Swift.String? = nil - ) - { + ) { self.applicationTag = applicationTag self.criticality = criticality self.description = description @@ -543,8 +530,7 @@ extension ResourceGroupsClientTypes { failureReason: Swift.String? = nil, proposedConfiguration: [ResourceGroupsClientTypes.GroupConfigurationItem]? = nil, status: ResourceGroupsClientTypes.GroupConfigurationStatus? = nil - ) - { + ) { self.configuration = configuration self.failureReason = failureReason self.proposedConfiguration = proposedConfiguration @@ -568,8 +554,7 @@ public struct CreateGroupOutput: Swift.Sendable { groupConfiguration: ResourceGroupsClientTypes.GroupConfiguration? = nil, resourceQuery: ResourceGroupsClientTypes.ResourceQuery? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.group = group self.groupConfiguration = groupConfiguration self.resourceQuery = resourceQuery @@ -595,8 +580,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -611,8 +595,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( group: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.group = group self.groupName = groupName } @@ -624,8 +607,7 @@ public struct DeleteGroupOutput: Swift.Sendable { public init( group: ResourceGroupsClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -636,8 +618,7 @@ public struct GetAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ResourceGroupsClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -652,8 +633,7 @@ public struct GetGroupInput: Swift.Sendable { public init( group: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.group = group self.groupName = groupName } @@ -665,8 +645,7 @@ public struct GetGroupOutput: Swift.Sendable { public init( group: ResourceGroupsClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -677,8 +656,7 @@ public struct GetGroupConfigurationInput: Swift.Sendable { public init( group: Swift.String? = nil - ) - { + ) { self.group = group } } @@ -689,8 +667,7 @@ public struct GetGroupConfigurationOutput: Swift.Sendable { public init( groupConfiguration: ResourceGroupsClientTypes.GroupConfiguration? = nil - ) - { + ) { self.groupConfiguration = groupConfiguration } } @@ -705,8 +682,7 @@ public struct GetGroupQueryInput: Swift.Sendable { public init( group: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.group = group self.groupName = groupName } @@ -726,8 +702,7 @@ extension ResourceGroupsClientTypes { public init( groupName: Swift.String? = nil, resourceQuery: ResourceGroupsClientTypes.ResourceQuery? = nil - ) - { + ) { self.groupName = groupName self.resourceQuery = resourceQuery } @@ -740,8 +715,7 @@ public struct GetGroupQueryOutput: Swift.Sendable { public init( groupQuery: ResourceGroupsClientTypes.GroupQuery? = nil - ) - { + ) { self.groupQuery = groupQuery } } @@ -753,8 +727,7 @@ public struct GetTagsInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -768,8 +741,7 @@ public struct GetTagsOutput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -782,8 +754,7 @@ public struct GetTagSyncTaskInput: Swift.Sendable { public init( taskArn: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn } } @@ -851,8 +822,7 @@ public struct GetTagSyncTaskOutput: Swift.Sendable { tagKey: Swift.String? = nil, tagValue: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.errorMessage = errorMessage self.groupArn = groupArn @@ -876,8 +846,7 @@ public struct GroupResourcesInput: Swift.Sendable { public init( group: Swift.String? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.group = group self.resourceArns = resourceArns } @@ -898,8 +867,7 @@ extension ResourceGroupsClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.resourceArn = resourceArn @@ -916,8 +884,7 @@ extension ResourceGroupsClientTypes { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -935,8 +902,7 @@ public struct GroupResourcesOutput: Swift.Sendable { failed: [ResourceGroupsClientTypes.FailedResource]? = nil, pending: [ResourceGroupsClientTypes.PendingResource]? = nil, succeeded: [Swift.String]? = nil - ) - { + ) { self.failed = failed self.pending = pending self.succeeded = succeeded @@ -986,8 +952,7 @@ extension ResourceGroupsClientTypes { public init( name: ResourceGroupsClientTypes.ListGroupingStatusesFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1010,8 +975,7 @@ public struct ListGroupingStatusesInput: Swift.Sendable { group: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.group = group self.maxResults = maxResults @@ -1107,8 +1071,7 @@ extension ResourceGroupsClientTypes { resourceArn: Swift.String? = nil, status: ResourceGroupsClientTypes.GroupingStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.action = action self.errorCode = errorCode self.errorMessage = errorMessage @@ -1131,8 +1094,7 @@ public struct ListGroupingStatusesOutput: Swift.Sendable { group: Swift.String? = nil, groupingStatuses: [ResourceGroupsClientTypes.GroupingStatusesItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.group = group self.groupingStatuses = groupingStatuses self.nextToken = nextToken @@ -1179,8 +1141,7 @@ extension ResourceGroupsClientTypes { public init( name: ResourceGroupsClientTypes.ResourceFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1211,8 +1172,7 @@ public struct ListGroupResourcesInput: Swift.Sendable { groupName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.group = group self.groupName = groupName @@ -1268,8 +1228,7 @@ extension ResourceGroupsClientTypes { public init( errorCode: ResourceGroupsClientTypes.QueryErrorCode? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -1288,8 +1247,7 @@ extension ResourceGroupsClientTypes { public init( resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceType = resourceType } @@ -1331,8 +1289,7 @@ extension ResourceGroupsClientTypes { public init( name: ResourceGroupsClientTypes.ResourceStatusValue? = nil - ) - { + ) { self.name = name } } @@ -1350,8 +1307,7 @@ extension ResourceGroupsClientTypes { public init( identifier: ResourceGroupsClientTypes.ResourceIdentifier? = nil, status: ResourceGroupsClientTypes.ResourceStatus? = nil - ) - { + ) { self.identifier = identifier self.status = status } @@ -1374,8 +1330,7 @@ public struct ListGroupResourcesOutput: Swift.Sendable { queryErrors: [ResourceGroupsClientTypes.QueryError]? = nil, resourceIdentifiers: [ResourceGroupsClientTypes.ResourceIdentifier]? = nil, resources: [ResourceGroupsClientTypes.ListGroupResourcesItem]? = nil - ) - { + ) { self.nextToken = nextToken self.queryErrors = queryErrors self.resourceIdentifiers = resourceIdentifiers @@ -1435,8 +1390,7 @@ extension ResourceGroupsClientTypes { public init( name: ResourceGroupsClientTypes.GroupFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1473,8 +1427,7 @@ public struct ListGroupsInput: Swift.Sendable { filters: [ResourceGroupsClientTypes.GroupFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1505,8 +1458,7 @@ extension ResourceGroupsClientTypes { groupArn: Swift.String? = nil, groupName: Swift.String? = nil, owner: Swift.String? = nil - ) - { + ) { self.criticality = criticality self.description = description self.displayName = displayName @@ -1530,8 +1482,7 @@ public struct ListGroupsOutput: Swift.Sendable { groupIdentifiers: [ResourceGroupsClientTypes.GroupIdentifier]? = nil, groups: [ResourceGroupsClientTypes.Group]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupIdentifiers = groupIdentifiers self.groups = groups self.nextToken = nextToken @@ -1550,8 +1501,7 @@ extension ResourceGroupsClientTypes { public init( groupArn: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupArn = groupArn self.groupName = groupName } @@ -1570,8 +1520,7 @@ public struct ListTagSyncTasksInput: Swift.Sendable { filters: [ResourceGroupsClientTypes.ListTagSyncTasksFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1615,8 +1564,7 @@ extension ResourceGroupsClientTypes { tagKey: Swift.String? = nil, tagValue: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.errorMessage = errorMessage self.groupArn = groupArn @@ -1639,8 +1587,7 @@ public struct ListTagSyncTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tagSyncTasks: [ResourceGroupsClientTypes.TagSyncTaskItem]? = nil - ) - { + ) { self.nextToken = nextToken self.tagSyncTasks = tagSyncTasks } @@ -1655,8 +1602,7 @@ public struct PutGroupConfigurationInput: Swift.Sendable { public init( configuration: [ResourceGroupsClientTypes.GroupConfigurationItem]? = nil, group: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.group = group } @@ -1680,8 +1626,7 @@ public struct SearchResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceQuery: ResourceGroupsClientTypes.ResourceQuery? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceQuery = resourceQuery @@ -1706,8 +1651,7 @@ public struct SearchResourcesOutput: Swift.Sendable { nextToken: Swift.String? = nil, queryErrors: [ResourceGroupsClientTypes.QueryError]? = nil, resourceIdentifiers: [ResourceGroupsClientTypes.ResourceIdentifier]? = nil - ) - { + ) { self.nextToken = nextToken self.queryErrors = queryErrors self.resourceIdentifiers = resourceIdentifiers @@ -1733,8 +1677,7 @@ public struct StartTagSyncTaskInput: Swift.Sendable { roleArn: Swift.String? = nil, tagKey: Swift.String? = nil, tagValue: Swift.String? = nil - ) - { + ) { self.group = group self.roleArn = roleArn self.tagKey = tagKey @@ -1763,8 +1706,7 @@ public struct StartTagSyncTaskOutput: Swift.Sendable { tagKey: Swift.String? = nil, tagValue: Swift.String? = nil, taskArn: Swift.String? = nil - ) - { + ) { self.groupArn = groupArn self.groupName = groupName self.roleArn = roleArn @@ -1785,8 +1727,7 @@ public struct TagInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -1801,8 +1742,7 @@ public struct TagOutput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -1819,8 +1759,7 @@ public struct UngroupResourcesInput: Swift.Sendable { public init( group: Swift.String? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.group = group self.resourceArns = resourceArns } @@ -1838,8 +1777,7 @@ public struct UngroupResourcesOutput: Swift.Sendable { failed: [ResourceGroupsClientTypes.FailedResource]? = nil, pending: [ResourceGroupsClientTypes.PendingResource]? = nil, succeeded: [Swift.String]? = nil - ) - { + ) { self.failed = failed self.pending = pending self.succeeded = succeeded @@ -1857,8 +1795,7 @@ public struct UntagInput: Swift.Sendable { public init( arn: Swift.String? = nil, keys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.keys = keys } @@ -1873,8 +1810,7 @@ public struct UntagOutput: Swift.Sendable { public init( arn: Swift.String? = nil, keys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.keys = keys } @@ -1886,8 +1822,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { public init( groupLifecycleEventsDesiredStatus: ResourceGroupsClientTypes.GroupLifecycleEventsDesiredStatus? = nil - ) - { + ) { self.groupLifecycleEventsDesiredStatus = groupLifecycleEventsDesiredStatus } } @@ -1898,8 +1833,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { public init( accountSettings: ResourceGroupsClientTypes.AccountSettings? = nil - ) - { + ) { self.accountSettings = accountSettings } } @@ -1926,8 +1860,7 @@ public struct UpdateGroupInput: Swift.Sendable { group: Swift.String? = nil, groupName: Swift.String? = nil, owner: Swift.String? = nil - ) - { + ) { self.criticality = criticality self.description = description self.displayName = displayName @@ -1943,8 +1876,7 @@ public struct UpdateGroupOutput: Swift.Sendable { public init( group: ResourceGroupsClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -1963,8 +1895,7 @@ public struct UpdateGroupQueryInput: Swift.Sendable { group: Swift.String? = nil, groupName: Swift.String? = nil, resourceQuery: ResourceGroupsClientTypes.ResourceQuery? = nil - ) - { + ) { self.group = group self.groupName = groupName self.resourceQuery = resourceQuery @@ -1977,8 +1908,7 @@ public struct UpdateGroupQueryOutput: Swift.Sendable { public init( groupQuery: ResourceGroupsClientTypes.GroupQuery? = nil - ) - { + ) { self.groupQuery = groupQuery } } diff --git a/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/ResourceGroupsClient.swift b/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/ResourceGroupsClient.swift index 382bf0bdff0..e3427226e6b 100644 --- a/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/ResourceGroupsClient.swift +++ b/Sources/Services/AWSResourceGroups/Sources/AWSResourceGroups/ResourceGroupsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ResourceGroupsClient: ClientRuntime.Client { public static let clientName = "ResourceGroupsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ResourceGroupsClient.ResourceGroupsClientConfiguration let serviceName = "Resource Groups" diff --git a/Sources/Services/AWSResourceGroupsTaggingAPI/Package.swift.txt b/Sources/Services/AWSResourceGroupsTaggingAPI/Package.swift.txt index 3c4ca3264d6..96764c24369 100644 --- a/Sources/Services/AWSResourceGroupsTaggingAPI/Package.swift.txt +++ b/Sources/Services/AWSResourceGroupsTaggingAPI/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/Models.swift b/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/Models.swift index c5a2620f1de..526c7831338 100644 --- a/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/Models.swift +++ b/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/Models.swift @@ -39,8 +39,7 @@ extension ResourceGroupsTaggingAPIClientTypes { complianceStatus: Swift.Bool? = nil, keysWithNoncompliantValues: [Swift.String]? = nil, noncompliantKeys: [Swift.String]? = nil - ) - { + ) { self.complianceStatus = complianceStatus self.keysWithNoncompliantValues = keysWithNoncompliantValues self.noncompliantKeys = noncompliantKeys @@ -66,8 +65,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ConstraintViolationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +117,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -154,8 +150,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -178,8 +173,7 @@ public struct ThrottledException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -212,8 +206,7 @@ public struct DescribeReportCreationOutput: Swift.Sendable { s3Location: Swift.String? = nil, startDate: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.s3Location = s3Location self.startDate = startDate @@ -272,8 +265,7 @@ extension ResourceGroupsTaggingAPIClientTypes { errorCode: ResourceGroupsTaggingAPIClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil, statusCode: Swift.Int = 0 - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.statusCode = statusCode @@ -346,8 +338,7 @@ public struct GetComplianceSummaryInput: Swift.Sendable { resourceTypeFilters: [Swift.String]? = nil, tagKeyFilters: [Swift.String]? = nil, targetIdFilters: [Swift.String]? = nil - ) - { + ) { self.groupBy = groupBy self.maxResults = maxResults self.paginationToken = paginationToken @@ -414,8 +405,7 @@ extension ResourceGroupsTaggingAPIClientTypes { resourceType: Swift.String? = nil, targetId: Swift.String? = nil, targetIdType: ResourceGroupsTaggingAPIClientTypes.TargetIdType? = nil - ) - { + ) { self.lastUpdated = lastUpdated self.nonCompliantResources = nonCompliantResources self.region = region @@ -435,8 +425,7 @@ public struct GetComplianceSummaryOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, summaryList: [ResourceGroupsTaggingAPIClientTypes.Summary]? = nil - ) - { + ) { self.paginationToken = paginationToken self.summaryList = summaryList } @@ -460,8 +449,7 @@ public struct PaginationTokenExpiredException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -478,8 +466,7 @@ extension ResourceGroupsTaggingAPIClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -529,8 +516,7 @@ public struct GetResourcesInput: Swift.Sendable { resourcesPerPage: Swift.Int? = nil, tagFilters: [ResourceGroupsTaggingAPIClientTypes.TagFilter]? = nil, tagsPerPage: Swift.Int? = nil - ) - { + ) { self.excludeCompliantResources = excludeCompliantResources self.includeComplianceDetails = includeComplianceDetails self.paginationToken = paginationToken @@ -556,8 +542,7 @@ extension ResourceGroupsTaggingAPIClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -579,8 +564,7 @@ extension ResourceGroupsTaggingAPIClientTypes { complianceDetails: ResourceGroupsTaggingAPIClientTypes.ComplianceDetails? = nil, resourceARN: Swift.String? = nil, tags: [ResourceGroupsTaggingAPIClientTypes.Tag]? = nil - ) - { + ) { self.complianceDetails = complianceDetails self.resourceARN = resourceARN self.tags = tags @@ -597,8 +581,7 @@ public struct GetResourcesOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, resourceTagMappingList: [ResourceGroupsTaggingAPIClientTypes.ResourceTagMapping]? = nil - ) - { + ) { self.paginationToken = paginationToken self.resourceTagMappingList = resourceTagMappingList } @@ -610,8 +593,7 @@ public struct GetTagKeysInput: Swift.Sendable { public init( paginationToken: Swift.String? = nil - ) - { + ) { self.paginationToken = paginationToken } } @@ -625,8 +607,7 @@ public struct GetTagKeysOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.paginationToken = paginationToken self.tagKeys = tagKeys } @@ -642,8 +623,7 @@ public struct GetTagValuesInput: Swift.Sendable { public init( key: Swift.String? = nil, paginationToken: Swift.String? = nil - ) - { + ) { self.key = key self.paginationToken = paginationToken } @@ -658,8 +638,7 @@ public struct GetTagValuesOutput: Swift.Sendable { public init( paginationToken: Swift.String? = nil, tagValues: [Swift.String]? = nil - ) - { + ) { self.paginationToken = paginationToken self.tagValues = tagValues } @@ -672,8 +651,7 @@ public struct StartReportCreationInput: Swift.Sendable { public init( s3Bucket: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket } } @@ -694,8 +672,7 @@ public struct TagResourcesInput: Swift.Sendable { public init( resourceARNList: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARNList = resourceARNList self.tags = tags } @@ -707,8 +684,7 @@ public struct TagResourcesOutput: Swift.Sendable { public init( failedResourcesMap: [Swift.String: ResourceGroupsTaggingAPIClientTypes.FailureInfo]? = nil - ) - { + ) { self.failedResourcesMap = failedResourcesMap } } @@ -724,8 +700,7 @@ public struct UntagResourcesInput: Swift.Sendable { public init( resourceARNList: [Swift.String]? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARNList = resourceARNList self.tagKeys = tagKeys } @@ -737,8 +712,7 @@ public struct UntagResourcesOutput: Swift.Sendable { public init( failedResourcesMap: [Swift.String: ResourceGroupsTaggingAPIClientTypes.FailureInfo]? = nil - ) - { + ) { self.failedResourcesMap = failedResourcesMap } } diff --git a/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.swift b/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.swift index 562468eb1df..d691d090185 100644 --- a/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.swift +++ b/Sources/Services/AWSResourceGroupsTaggingAPI/Sources/AWSResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ResourceGroupsTaggingAPIClient: ClientRuntime.Client { public static let clientName = "ResourceGroupsTaggingAPIClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ResourceGroupsTaggingAPIClient.ResourceGroupsTaggingAPIClientConfiguration let serviceName = "Resource Groups Tagging API" diff --git a/Sources/Services/AWSRoboMaker/Package.swift.txt b/Sources/Services/AWSRoboMaker/Package.swift.txt index 128a61ad564..cd8c81c8e47 100644 --- a/Sources/Services/AWSRoboMaker/Package.swift.txt +++ b/Sources/Services/AWSRoboMaker/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/Models.swift b/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/Models.swift index 9ebbdbf14fa..711008500d7 100644 --- a/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/Models.swift +++ b/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/Models.swift @@ -77,8 +77,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -101,8 +100,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -125,8 +123,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -138,8 +135,7 @@ public struct BatchDeleteWorldsInput: Swift.Sendable { public init( worlds: [Swift.String]? = nil - ) - { + ) { self.worlds = worlds } } @@ -150,8 +146,7 @@ public struct BatchDeleteWorldsOutput: Swift.Sendable { public init( unprocessedWorlds: [Swift.String]? = nil - ) - { + ) { self.unprocessedWorlds = unprocessedWorlds } } @@ -174,8 +169,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -187,8 +181,7 @@ public struct BatchDescribeSimulationJobInput: Swift.Sendable { public init( jobs: [Swift.String]? = nil - ) - { + ) { self.jobs = jobs } } @@ -237,8 +230,7 @@ extension RoboMakerClientTypes { computeType: RoboMakerClientTypes.ComputeType? = nil, gpuUnitLimit: Swift.Int? = nil, simulationUnitLimit: Swift.Int? = nil - ) - { + ) { self.computeType = computeType self.gpuUnitLimit = gpuUnitLimit self.simulationUnitLimit = simulationUnitLimit @@ -258,8 +250,7 @@ extension RoboMakerClientTypes { public init( etag: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.etag = etag self.s3Key = s3Key } @@ -319,8 +310,7 @@ extension RoboMakerClientTypes { s3Bucket: Swift.String? = nil, s3Keys: [RoboMakerClientTypes.S3KeyOutput]? = nil, type: RoboMakerClientTypes.DataSourceType? = nil - ) - { + ) { self.destination = destination self.name = name self.s3Bucket = s3Bucket @@ -485,8 +475,7 @@ extension RoboMakerClientTypes { public init( recordAllRosTopics: Swift.Bool? = nil - ) - { + ) { self.recordAllRosTopics = recordAllRosTopics } } @@ -507,8 +496,7 @@ extension RoboMakerClientTypes { networkInterfaceId: Swift.String? = nil, privateIpAddress: Swift.String? = nil, publicIpAddress: Swift.String? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId self.privateIpAddress = privateIpAddress self.publicIpAddress = publicIpAddress @@ -528,8 +516,7 @@ extension RoboMakerClientTypes { public init( s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Prefix = s3Prefix } @@ -553,8 +540,7 @@ extension RoboMakerClientTypes { applicationPort: Swift.Int? = nil, enableOnPublicIp: Swift.Bool = false, jobPort: Swift.Int? = nil - ) - { + ) { self.applicationPort = applicationPort self.enableOnPublicIp = enableOnPublicIp self.jobPort = jobPort @@ -571,8 +557,7 @@ extension RoboMakerClientTypes { public init( portMappings: [RoboMakerClientTypes.PortMapping]? = nil - ) - { + ) { self.portMappings = portMappings } } @@ -602,8 +587,7 @@ extension RoboMakerClientTypes { packageName: Swift.String? = nil, portForwardingConfig: RoboMakerClientTypes.PortForwardingConfig? = nil, streamUI: Swift.Bool = false - ) - { + ) { self.command = command self.environmentVariables = environmentVariables self.launchFile = launchFile @@ -666,8 +650,7 @@ extension RoboMakerClientTypes { name: Swift.String? = nil, streamOutputToCloudWatch: Swift.Bool? = nil, streamUI: Swift.Bool? = nil - ) - { + ) { self.command = command self.exitBehavior = exitBehavior self.name = name @@ -724,8 +707,7 @@ extension RoboMakerClientTypes { name: Swift.String? = nil, path: Swift.String? = nil, uploadBehavior: RoboMakerClientTypes.UploadBehavior? = nil - ) - { + ) { self.name = name self.path = path self.uploadBehavior = uploadBehavior @@ -764,8 +746,7 @@ extension RoboMakerClientTypes { uploadConfigurations: [RoboMakerClientTypes.UploadConfiguration]? = nil, useDefaultTools: Swift.Bool? = nil, useDefaultUploadConfigurations: Swift.Bool? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion self.launchConfig = launchConfig @@ -786,8 +767,7 @@ extension RoboMakerClientTypes { public init( world: Swift.String? = nil - ) - { + ) { self.world = world } } @@ -827,8 +807,7 @@ extension RoboMakerClientTypes { useDefaultTools: Swift.Bool? = nil, useDefaultUploadConfigurations: Swift.Bool? = nil, worldConfigs: [RoboMakerClientTypes.WorldConfig]? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion self.launchConfig = launchConfig @@ -912,8 +891,7 @@ extension RoboMakerClientTypes { securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -991,8 +969,7 @@ extension RoboMakerClientTypes { status: RoboMakerClientTypes.SimulationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: RoboMakerClientTypes.VPCConfigResponse? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.compute = compute @@ -1027,8 +1004,7 @@ public struct BatchDescribeSimulationJobOutput: Swift.Sendable { public init( jobs: [RoboMakerClientTypes.SimulationJob]? = nil, unprocessedJobs: [Swift.String]? = nil - ) - { + ) { self.jobs = jobs self.unprocessedJobs = unprocessedJobs } @@ -1046,8 +1022,7 @@ extension RoboMakerClientTypes { public init( maxConcurrency: Swift.Int? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.maxConcurrency = maxConcurrency self.timeoutInSeconds = timeoutInSeconds } @@ -1062,8 +1037,7 @@ public struct CancelDeploymentJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -1081,8 +1055,7 @@ public struct CancelSimulationJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -1099,8 +1072,7 @@ public struct CancelSimulationJobBatchInput: Swift.Sendable { public init( batch: Swift.String? = nil - ) - { + ) { self.batch = batch } } @@ -1117,8 +1089,7 @@ public struct CancelWorldExportJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -1135,8 +1106,7 @@ public struct CancelWorldGenerationJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -1161,8 +1131,7 @@ extension RoboMakerClientTypes { computeType: RoboMakerClientTypes.ComputeType? = nil, gpuUnitLimit: Swift.Int? = nil, simulationUnitLimit: Swift.Int? = nil - ) - { + ) { self.computeType = computeType self.gpuUnitLimit = gpuUnitLimit self.simulationUnitLimit = simulationUnitLimit @@ -1188,8 +1157,7 @@ public struct ConcurrentDeploymentException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1212,8 +1180,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1236,8 +1203,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1265,8 +1231,7 @@ extension RoboMakerClientTypes { packageName: Swift.String? = nil, postLaunchFile: Swift.String? = nil, preLaunchFile: Swift.String? = nil - ) - { + ) { self.environmentVariables = environmentVariables self.launchFile = launchFile self.packageName = packageName @@ -1294,8 +1259,7 @@ extension RoboMakerClientTypes { application: Swift.String? = nil, applicationVersion: Swift.String? = nil, launchConfig: RoboMakerClientTypes.DeploymentLaunchConfig? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion self.launchConfig = launchConfig @@ -1320,8 +1284,7 @@ extension RoboMakerClientTypes { bucket: Swift.String? = nil, etag: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.etag = etag self.key = key @@ -1347,8 +1310,7 @@ extension RoboMakerClientTypes { downloadConditionFile: RoboMakerClientTypes.S3Object? = nil, failureThresholdPercentage: Swift.Int? = nil, robotDeploymentTimeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.concurrentDeploymentPercentage = concurrentDeploymentPercentage self.downloadConditionFile = downloadConditionFile self.failureThresholdPercentage = failureThresholdPercentage @@ -1379,8 +1341,7 @@ public struct CreateDeploymentJobInput: Swift.Sendable { deploymentConfig: RoboMakerClientTypes.DeploymentConfig? = nil, fleet: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.deploymentApplicationConfigs = deploymentApplicationConfigs self.deploymentConfig = deploymentConfig @@ -1556,8 +1517,7 @@ public struct CreateDeploymentJobOutput: Swift.Sendable { fleet: Swift.String? = nil, status: RoboMakerClientTypes.DeploymentStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentApplicationConfigs = deploymentApplicationConfigs @@ -1581,8 +1541,7 @@ public struct CreateFleetInput: Swift.Sendable { public init( name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.tags = tags } @@ -1604,8 +1563,7 @@ public struct CreateFleetOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.name = name @@ -1631,8 +1589,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1656,8 +1613,7 @@ public struct CreateRobotInput: Swift.Sendable { greengrassGroupId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.architecture = architecture self.greengrassGroupId = greengrassGroupId self.name = name @@ -1687,8 +1643,7 @@ public struct CreateRobotOutput: Swift.Sendable { greengrassGroupId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.architecture = architecture self.arn = arn self.createdAt = createdAt @@ -1707,8 +1662,7 @@ extension RoboMakerClientTypes { public init( uri: Swift.String? = nil - ) - { + ) { self.uri = uri } } @@ -1793,8 +1747,7 @@ extension RoboMakerClientTypes { public init( name: RoboMakerClientTypes.RobotSoftwareSuiteType? = nil, version: RoboMakerClientTypes.RobotSoftwareSuiteVersionType? = nil - ) - { + ) { self.name = name self.version = version } @@ -1816,8 +1769,7 @@ extension RoboMakerClientTypes { architecture: RoboMakerClientTypes.Architecture? = nil, s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.s3Bucket = s3Bucket self.s3Key = s3Key @@ -1845,8 +1797,7 @@ public struct CreateRobotApplicationInput: Swift.Sendable { robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, sources: [RoboMakerClientTypes.SourceConfig]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.environment = environment self.name = name self.robotSoftwareSuite = robotSoftwareSuite @@ -1873,8 +1824,7 @@ extension RoboMakerClientTypes { etag: Swift.String? = nil, s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.etag = etag self.s3Bucket = s3Bucket @@ -1913,8 +1863,7 @@ public struct CreateRobotApplicationOutput: Swift.Sendable { sources: [RoboMakerClientTypes.Source]? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -1943,8 +1892,7 @@ public struct CreateRobotApplicationVersionInput: Swift.Sendable { currentRevisionId: Swift.String? = nil, imageDigest: Swift.String? = nil, s3Etags: [Swift.String]? = nil - ) - { + ) { self.application = application self.currentRevisionId = currentRevisionId self.imageDigest = imageDigest @@ -1979,8 +1927,7 @@ public struct CreateRobotApplicationVersionOutput: Swift.Sendable { robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, sources: [RoboMakerClientTypes.Source]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -2030,8 +1977,7 @@ extension RoboMakerClientTypes { public init( name: RoboMakerClientTypes.RenderingEngineType? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -2082,8 +2028,7 @@ extension RoboMakerClientTypes { public init( name: RoboMakerClientTypes.SimulationSoftwareSuiteType? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -2117,8 +2062,7 @@ public struct CreateSimulationApplicationInput: Swift.Sendable { simulationSoftwareSuite: RoboMakerClientTypes.SimulationSoftwareSuite? = nil, sources: [RoboMakerClientTypes.SourceConfig]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.environment = environment self.name = name self.renderingEngine = renderingEngine @@ -2165,8 +2109,7 @@ public struct CreateSimulationApplicationOutput: Swift.Sendable { sources: [RoboMakerClientTypes.Source]? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -2197,8 +2140,7 @@ public struct CreateSimulationApplicationVersionInput: Swift.Sendable { currentRevisionId: Swift.String? = nil, imageDigest: Swift.String? = nil, s3Etags: [Swift.String]? = nil - ) - { + ) { self.application = application self.currentRevisionId = currentRevisionId self.imageDigest = imageDigest @@ -2239,8 +2181,7 @@ public struct CreateSimulationApplicationVersionOutput: Swift.Sendable { simulationSoftwareSuite: RoboMakerClientTypes.SimulationSoftwareSuite? = nil, sources: [RoboMakerClientTypes.Source]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -2272,8 +2213,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2302,8 +2242,7 @@ extension RoboMakerClientTypes { s3Bucket: Swift.String? = nil, s3Keys: [Swift.String]? = nil, type: RoboMakerClientTypes.DataSourceType? = nil - ) - { + ) { self.destination = destination self.name = name self.s3Bucket = s3Bucket @@ -2329,8 +2268,7 @@ extension RoboMakerClientTypes { assignPublicIp: Swift.Bool = false, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -2379,8 +2317,7 @@ public struct CreateSimulationJobInput: Swift.Sendable { simulationApplications: [RoboMakerClientTypes.SimulationApplicationConfig]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: RoboMakerClientTypes.VPCConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.compute = compute self.dataSources = dataSources @@ -2453,8 +2390,7 @@ public struct CreateSimulationJobOutput: Swift.Sendable { status: RoboMakerClientTypes.SimulationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: RoboMakerClientTypes.VPCConfigResponse? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.compute = compute @@ -2519,8 +2455,7 @@ extension RoboMakerClientTypes { tags: [Swift.String: Swift.String]? = nil, useDefaultApplications: Swift.Bool? = nil, vpcConfig: RoboMakerClientTypes.VPCConfig? = nil - ) - { + ) { self.compute = compute self.dataSources = dataSources self.failureBehavior = failureBehavior @@ -2558,8 +2493,7 @@ public struct CreateWorldExportJobInput: Swift.Sendable { outputLocation: RoboMakerClientTypes.OutputLocation? = nil, tags: [Swift.String: Swift.String]? = nil, worlds: [Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.iamRole = iamRole self.outputLocation = outputLocation @@ -2677,8 +2611,7 @@ public struct CreateWorldExportJobOutput: Swift.Sendable { outputLocation: RoboMakerClientTypes.OutputLocation? = nil, status: RoboMakerClientTypes.WorldExportJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -2702,8 +2635,7 @@ extension RoboMakerClientTypes { public init( floorplanCount: Swift.Int? = nil, interiorCountPerFloorplan: Swift.Int? = nil - ) - { + ) { self.floorplanCount = floorplanCount self.interiorCountPerFloorplan = interiorCountPerFloorplan } @@ -2730,8 +2662,7 @@ public struct CreateWorldGenerationJobInput: Swift.Sendable { template: Swift.String? = nil, worldCount: RoboMakerClientTypes.WorldCount? = nil, worldTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.tags = tags self.template = template @@ -2855,8 +2786,7 @@ public struct CreateWorldGenerationJobOutput: Swift.Sendable { template: Swift.String? = nil, worldCount: RoboMakerClientTypes.WorldCount? = nil, worldTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -2883,8 +2813,7 @@ extension RoboMakerClientTypes { public init( s3Bucket: Swift.String? = nil, s3Key: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key } @@ -2909,8 +2838,7 @@ public struct CreateWorldTemplateInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, templateBody: Swift.String? = nil, templateLocation: RoboMakerClientTypes.TemplateLocation? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.name = name self.tags = tags @@ -2937,8 +2865,7 @@ public struct CreateWorldTemplateOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -2955,8 +2882,7 @@ public struct DeleteFleetInput: Swift.Sendable { public init( fleet: Swift.String? = nil - ) - { + ) { self.fleet = fleet } } @@ -2975,8 +2901,7 @@ public struct DeleteRobotInput: Swift.Sendable { public init( robot: Swift.String? = nil - ) - { + ) { self.robot = robot } } @@ -2997,8 +2922,7 @@ public struct DeleteRobotApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil, applicationVersion: Swift.String? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion } @@ -3019,8 +2943,7 @@ public struct DeleteSimulationApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil, applicationVersion: Swift.String? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion } @@ -3038,8 +2961,7 @@ public struct DeleteWorldTemplateInput: Swift.Sendable { public init( template: Swift.String? = nil - ) - { + ) { self.template = template } } @@ -3079,8 +3001,7 @@ extension RoboMakerClientTypes { failureReason: Swift.String? = nil, fleet: Swift.String? = nil, status: RoboMakerClientTypes.DeploymentStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentApplicationConfigs = deploymentApplicationConfigs @@ -3105,8 +3026,7 @@ public struct DeregisterRobotInput: Swift.Sendable { public init( fleet: Swift.String? = nil, robot: Swift.String? = nil - ) - { + ) { self.fleet = fleet self.robot = robot } @@ -3122,8 +3042,7 @@ public struct DeregisterRobotOutput: Swift.Sendable { public init( fleet: Swift.String? = nil, robot: Swift.String? = nil - ) - { + ) { self.fleet = fleet self.robot = robot } @@ -3137,8 +3056,7 @@ public struct DescribeDeploymentJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -3205,8 +3123,7 @@ extension RoboMakerClientTypes { estimatedTimeRemainingSeconds: Swift.Int? = nil, percentDone: Swift.Float? = nil, targetResource: Swift.String? = nil - ) - { + ) { self.currentProgress = currentProgress self.estimatedTimeRemainingSeconds = estimatedTimeRemainingSeconds self.percentDone = percentDone @@ -3286,8 +3203,7 @@ extension RoboMakerClientTypes { failureReason: Swift.String? = nil, progressDetail: RoboMakerClientTypes.ProgressDetail? = nil, status: RoboMakerClientTypes.RobotStatus? = nil - ) - { + ) { self.arn = arn self.deploymentFinishTime = deploymentFinishTime self.deploymentStartTime = deploymentStartTime @@ -3333,8 +3249,7 @@ public struct DescribeDeploymentJobOutput: Swift.Sendable { robotDeploymentSummary: [RoboMakerClientTypes.RobotDeployment]? = nil, status: RoboMakerClientTypes.DeploymentStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentApplicationConfigs = deploymentApplicationConfigs @@ -3356,8 +3271,7 @@ public struct DescribeFleetInput: Swift.Sendable { public init( fleet: Swift.String? = nil - ) - { + ) { self.fleet = fleet } } @@ -3395,8 +3309,7 @@ extension RoboMakerClientTypes { lastDeploymentTime: Foundation.Date? = nil, name: Swift.String? = nil, status: RoboMakerClientTypes.RobotStatus? = nil - ) - { + ) { self.architecture = architecture self.arn = arn self.createdAt = createdAt @@ -3438,8 +3351,7 @@ public struct DescribeFleetOutput: Swift.Sendable { name: Swift.String? = nil, robots: [RoboMakerClientTypes.Robot]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastDeploymentJob = lastDeploymentJob @@ -3459,8 +3371,7 @@ public struct DescribeRobotInput: Swift.Sendable { public init( robot: Swift.String? = nil - ) - { + ) { self.robot = robot } } @@ -3499,8 +3410,7 @@ public struct DescribeRobotOutput: Swift.Sendable { name: Swift.String? = nil, status: RoboMakerClientTypes.RobotStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.architecture = architecture self.arn = arn self.createdAt = createdAt @@ -3524,8 +3434,7 @@ public struct DescribeRobotApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil, applicationVersion: Swift.String? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion } @@ -3564,8 +3473,7 @@ public struct DescribeRobotApplicationOutput: Swift.Sendable { sources: [RoboMakerClientTypes.Source]? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.imageDigest = imageDigest @@ -3589,8 +3497,7 @@ public struct DescribeSimulationApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil, applicationVersion: Swift.String? = nil - ) - { + ) { self.application = application self.applicationVersion = applicationVersion } @@ -3635,8 +3542,7 @@ public struct DescribeSimulationApplicationOutput: Swift.Sendable { sources: [RoboMakerClientTypes.Source]? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.imageDigest = imageDigest @@ -3659,8 +3565,7 @@ public struct DescribeSimulationJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -3731,8 +3636,7 @@ public struct DescribeSimulationJobOutput: Swift.Sendable { status: RoboMakerClientTypes.SimulationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: RoboMakerClientTypes.VPCConfigResponse? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.compute = compute @@ -3764,8 +3668,7 @@ public struct DescribeSimulationJobBatchInput: Swift.Sendable { public init( batch: Swift.String? = nil - ) - { + ) { self.batch = batch } } @@ -3800,8 +3703,7 @@ extension RoboMakerClientTypes { robotApplicationNames: [Swift.String]? = nil, simulationApplicationNames: [Swift.String]? = nil, status: RoboMakerClientTypes.SimulationJobStatus? = nil - ) - { + ) { self.arn = arn self.computeType = computeType self.dataSourceNames = dataSourceNames @@ -3832,8 +3734,7 @@ extension RoboMakerClientTypes { failureCode: RoboMakerClientTypes.SimulationJobErrorCode? = nil, failureReason: Swift.String? = nil, request: RoboMakerClientTypes.SimulationJobRequest? = nil - ) - { + ) { self.failedAt = failedAt self.failureCode = failureCode self.failureReason = failureReason @@ -3957,8 +3858,7 @@ public struct DescribeSimulationJobBatchOutput: Swift.Sendable { pendingRequests: [RoboMakerClientTypes.SimulationJobRequest]? = nil, status: RoboMakerClientTypes.SimulationJobBatchStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.batchPolicy = batchPolicy self.clientRequestToken = clientRequestToken @@ -3981,8 +3881,7 @@ public struct DescribeWorldInput: Swift.Sendable { public init( world: Swift.String? = nil - ) - { + ) { self.world = world } } @@ -4008,8 +3907,7 @@ public struct DescribeWorldOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, template: Swift.String? = nil, worldDescriptionBody: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.generationJob = generationJob @@ -4026,8 +3924,7 @@ public struct DescribeWorldExportJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -4065,8 +3962,7 @@ public struct DescribeWorldExportJobOutput: Swift.Sendable { status: RoboMakerClientTypes.WorldExportJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, worlds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -4087,8 +3983,7 @@ public struct DescribeWorldGenerationJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -4108,8 +4003,7 @@ extension RoboMakerClientTypes { failureCode: RoboMakerClientTypes.WorldGenerationJobErrorCode? = nil, failureCount: Swift.Int = 0, sampleFailureReason: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureCount = failureCount self.sampleFailureReason = sampleFailureReason @@ -4129,8 +4023,7 @@ extension RoboMakerClientTypes { public init( failures: [RoboMakerClientTypes.WorldFailure]? = nil, totalFailureCount: Swift.Int = 0 - ) - { + ) { self.failures = failures self.totalFailureCount = totalFailureCount } @@ -4152,8 +4045,7 @@ extension RoboMakerClientTypes { failureSummary: RoboMakerClientTypes.FailureSummary? = nil, finishedCount: Swift.Int = 0, succeededWorlds: [Swift.String]? = nil - ) - { + ) { self.failureSummary = failureSummary self.finishedCount = finishedCount self.succeededWorlds = succeededWorlds @@ -4197,8 +4089,7 @@ public struct DescribeWorldGenerationJobOutput: Swift.Sendable { template: Swift.String? = nil, worldCount: RoboMakerClientTypes.WorldCount? = nil, worldTags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -4220,8 +4111,7 @@ public struct DescribeWorldTemplateInput: Swift.Sendable { public init( template: Swift.String? = nil - ) - { + ) { self.template = template } } @@ -4250,8 +4140,7 @@ public struct DescribeWorldTemplateOutput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.clientRequestToken = clientRequestToken self.createdAt = createdAt @@ -4274,8 +4163,7 @@ extension RoboMakerClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -4306,8 +4194,7 @@ extension RoboMakerClientTypes { lastDeploymentStatus: RoboMakerClientTypes.DeploymentStatus? = nil, lastDeploymentTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastDeploymentJob = lastDeploymentJob @@ -4327,8 +4214,7 @@ public struct GetWorldTemplateBodyInput: Swift.Sendable { public init( generationJob: Swift.String? = nil, template: Swift.String? = nil - ) - { + ) { self.generationJob = generationJob self.template = template } @@ -4340,8 +4226,7 @@ public struct GetWorldTemplateBodyOutput: Swift.Sendable { public init( templateBody: Swift.String? = nil - ) - { + ) { self.templateBody = templateBody } } @@ -4359,8 +4244,7 @@ public struct ListDeploymentJobsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4377,8 +4261,7 @@ public struct ListDeploymentJobsOutput: Swift.Sendable { public init( deploymentJobs: [RoboMakerClientTypes.DeploymentJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deploymentJobs = deploymentJobs self.nextToken = nextToken } @@ -4397,8 +4280,7 @@ public struct ListFleetsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4415,8 +4297,7 @@ public struct ListFleetsOutput: Swift.Sendable { public init( fleetDetails: [RoboMakerClientTypes.Fleet]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fleetDetails = fleetDetails self.nextToken = nextToken } @@ -4437,8 +4318,7 @@ public struct ListRobotApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, versionQualifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4467,8 +4347,7 @@ extension RoboMakerClientTypes { name: Swift.String? = nil, robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.lastUpdatedAt = lastUpdatedAt self.name = name @@ -4487,8 +4366,7 @@ public struct ListRobotApplicationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, robotApplicationSummaries: [RoboMakerClientTypes.RobotApplicationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.robotApplicationSummaries = robotApplicationSummaries } @@ -4507,8 +4385,7 @@ public struct ListRobotsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4525,8 +4402,7 @@ public struct ListRobotsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, robots: [RoboMakerClientTypes.Robot]? = nil - ) - { + ) { self.nextToken = nextToken self.robots = robots } @@ -4547,8 +4423,7 @@ public struct ListSimulationApplicationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, versionQualifier: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4580,8 +4455,7 @@ extension RoboMakerClientTypes { robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, simulationSoftwareSuite: RoboMakerClientTypes.SimulationSoftwareSuite? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.lastUpdatedAt = lastUpdatedAt self.name = name @@ -4601,8 +4475,7 @@ public struct ListSimulationApplicationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, simulationApplicationSummaries: [RoboMakerClientTypes.SimulationApplicationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.simulationApplicationSummaries = simulationApplicationSummaries } @@ -4620,8 +4493,7 @@ public struct ListSimulationJobBatchesInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4655,8 +4527,7 @@ extension RoboMakerClientTypes { lastUpdatedAt: Foundation.Date? = nil, pendingRequestCount: Swift.Int = 0, status: RoboMakerClientTypes.SimulationJobBatchStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdRequestCount = createdRequestCount @@ -4677,8 +4548,7 @@ public struct ListSimulationJobBatchesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, simulationJobBatchSummaries: [RoboMakerClientTypes.SimulationJobBatchSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.simulationJobBatchSummaries = simulationJobBatchSummaries } @@ -4696,8 +4566,7 @@ public struct ListSimulationJobsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4714,8 +4583,7 @@ public struct ListSimulationJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, simulationJobSummaries: [RoboMakerClientTypes.SimulationJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.simulationJobSummaries = simulationJobSummaries } @@ -4728,8 +4596,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4740,8 +4607,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4758,8 +4624,7 @@ public struct ListWorldExportJobsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4787,8 +4652,7 @@ extension RoboMakerClientTypes { outputLocation: RoboMakerClientTypes.OutputLocation? = nil, status: RoboMakerClientTypes.WorldExportJobStatus? = nil, worlds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.outputLocation = outputLocation @@ -4808,8 +4672,7 @@ public struct ListWorldExportJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, worldExportJobSummaries: [RoboMakerClientTypes.WorldExportJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.worldExportJobSummaries = worldExportJobSummaries } @@ -4827,8 +4690,7 @@ public struct ListWorldGenerationJobsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4862,8 +4724,7 @@ extension RoboMakerClientTypes { succeededWorldCount: Swift.Int = 0, template: Swift.String? = nil, worldCount: RoboMakerClientTypes.WorldCount? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.failedWorldCount = failedWorldCount @@ -4885,8 +4746,7 @@ public struct ListWorldGenerationJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, worldGenerationJobSummaries: [RoboMakerClientTypes.WorldGenerationJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.worldGenerationJobSummaries = worldGenerationJobSummaries } @@ -4904,8 +4764,7 @@ public struct ListWorldsInput: Swift.Sendable { filters: [RoboMakerClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4930,8 +4789,7 @@ extension RoboMakerClientTypes { createdAt: Foundation.Date? = nil, generationJob: Swift.String? = nil, template: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.generationJob = generationJob @@ -4949,8 +4807,7 @@ public struct ListWorldsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, worldSummaries: [RoboMakerClientTypes.WorldSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.worldSummaries = worldSummaries } @@ -4965,8 +4822,7 @@ public struct ListWorldTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4993,8 +4849,7 @@ extension RoboMakerClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt @@ -5013,8 +4868,7 @@ public struct ListWorldTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templateSummaries: [RoboMakerClientTypes.TemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateSummaries = templateSummaries } @@ -5032,8 +4886,7 @@ public struct RegisterRobotInput: Swift.Sendable { public init( fleet: Swift.String? = nil, robot: Swift.String? = nil - ) - { + ) { self.fleet = fleet self.robot = robot } @@ -5049,8 +4902,7 @@ public struct RegisterRobotOutput: Swift.Sendable { public init( fleet: Swift.String? = nil, robot: Swift.String? = nil - ) - { + ) { self.fleet = fleet self.robot = robot } @@ -5063,8 +4915,7 @@ public struct RestartSimulationJobInput: Swift.Sendable { public init( job: Swift.String? = nil - ) - { + ) { self.job = job } } @@ -5090,8 +4941,7 @@ public struct StartSimulationJobBatchInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, createSimulationJobRequests: [RoboMakerClientTypes.SimulationJobRequest]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.batchPolicy = batchPolicy self.clientRequestToken = clientRequestToken self.createSimulationJobRequests = createSimulationJobRequests @@ -5135,8 +4985,7 @@ public struct StartSimulationJobBatchOutput: Swift.Sendable { pendingRequests: [RoboMakerClientTypes.SimulationJobRequest]? = nil, status: RoboMakerClientTypes.SimulationJobBatchStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.batchPolicy = batchPolicy self.clientRequestToken = clientRequestToken @@ -5163,8 +5012,7 @@ public struct SyncDeploymentJobInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, fleet: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.fleet = fleet } @@ -5198,8 +5046,7 @@ public struct SyncDeploymentJobOutput: Swift.Sendable { failureReason: Swift.String? = nil, fleet: Swift.String? = nil, status: RoboMakerClientTypes.DeploymentStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.deploymentApplicationConfigs = deploymentApplicationConfigs @@ -5222,8 +5069,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5245,8 +5091,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -5277,8 +5122,7 @@ public struct UpdateRobotApplicationInput: Swift.Sendable { environment: RoboMakerClientTypes.Environment? = nil, robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, sources: [RoboMakerClientTypes.SourceConfig]? = nil - ) - { + ) { self.application = application self.currentRevisionId = currentRevisionId self.environment = environment @@ -5314,8 +5158,7 @@ public struct UpdateRobotApplicationOutput: Swift.Sendable { robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, sources: [RoboMakerClientTypes.Source]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -5354,8 +5197,7 @@ public struct UpdateSimulationApplicationInput: Swift.Sendable { robotSoftwareSuite: RoboMakerClientTypes.RobotSoftwareSuite? = nil, simulationSoftwareSuite: RoboMakerClientTypes.SimulationSoftwareSuite? = nil, sources: [RoboMakerClientTypes.SourceConfig]? = nil - ) - { + ) { self.application = application self.currentRevisionId = currentRevisionId self.environment = environment @@ -5399,8 +5241,7 @@ public struct UpdateSimulationApplicationOutput: Swift.Sendable { simulationSoftwareSuite: RoboMakerClientTypes.SimulationSoftwareSuite? = nil, sources: [RoboMakerClientTypes.Source]? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.environment = environment self.lastUpdatedAt = lastUpdatedAt @@ -5430,8 +5271,7 @@ public struct UpdateWorldTemplateInput: Swift.Sendable { template: Swift.String? = nil, templateBody: Swift.String? = nil, templateLocation: RoboMakerClientTypes.TemplateLocation? = nil - ) - { + ) { self.name = name self.template = template self.templateBody = templateBody @@ -5454,8 +5294,7 @@ public struct UpdateWorldTemplateOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt diff --git a/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/RoboMakerClient.swift b/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/RoboMakerClient.swift index ae90f573240..f4d27c8f803 100644 --- a/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/RoboMakerClient.swift +++ b/Sources/Services/AWSRoboMaker/Sources/AWSRoboMaker/RoboMakerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RoboMakerClient: ClientRuntime.Client { public static let clientName = "RoboMakerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RoboMakerClient.RoboMakerClientConfiguration let serviceName = "RoboMaker" diff --git a/Sources/Services/AWSRolesAnywhere/Package.swift.txt b/Sources/Services/AWSRolesAnywhere/Package.swift.txt index bf01b837e9d..c64b227f893 100644 --- a/Sources/Services/AWSRolesAnywhere/Package.swift.txt +++ b/Sources/Services/AWSRolesAnywhere/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/Models.swift b/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/Models.swift index 7ca155ff1f9..1daa7b3da28 100644 --- a/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/Models.swift +++ b/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +92,7 @@ extension RolesAnywhereClientTypes { public init( specifier: Swift.String? = nil - ) - { + ) { self.specifier = specifier } } @@ -112,8 +110,7 @@ extension RolesAnywhereClientTypes { public init( certificateField: RolesAnywhereClientTypes.CertificateField? = nil, mappingRules: [RolesAnywhereClientTypes.MappingRule]? = nil - ) - { + ) { self.certificateField = certificateField self.mappingRules = mappingRules } @@ -138,8 +135,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -158,8 +154,7 @@ extension RolesAnywhereClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -203,8 +198,7 @@ public struct CreateProfileInput: Swift.Sendable { roleArns: [Swift.String]? = nil, sessionPolicy: Swift.String? = nil, tags: [RolesAnywhereClientTypes.Tag]? = nil - ) - { + ) { self.acceptRoleSessionName = acceptRoleSessionName self.durationSeconds = durationSeconds self.enabled = enabled @@ -265,8 +259,7 @@ extension RolesAnywhereClientTypes { roleArns: [Swift.String]? = nil, sessionPolicy: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.acceptRoleSessionName = acceptRoleSessionName self.attributeMappings = attributeMappings self.createdAt = createdAt @@ -291,8 +284,7 @@ public struct CreateProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -372,8 +364,7 @@ extension RolesAnywhereClientTypes { enabled: Swift.Bool? = nil, event: RolesAnywhereClientTypes.NotificationEvent? = nil, threshold: Swift.Int? = nil - ) - { + ) { self.channel = channel self.enabled = enabled self.event = event @@ -438,8 +429,7 @@ extension RolesAnywhereClientTypes { public init( sourceData: RolesAnywhereClientTypes.SourceData? = nil, sourceType: RolesAnywhereClientTypes.TrustAnchorType? = nil - ) - { + ) { self.sourceData = sourceData self.sourceType = sourceType } @@ -466,8 +456,7 @@ public struct CreateTrustAnchorInput: Swift.Sendable { notificationSettings: [RolesAnywhereClientTypes.NotificationSetting]? = nil, source: RolesAnywhereClientTypes.Source? = nil, tags: [RolesAnywhereClientTypes.Tag]? = nil - ) - { + ) { self.enabled = enabled self.name = name self.notificationSettings = notificationSettings @@ -499,8 +488,7 @@ extension RolesAnywhereClientTypes { enabled: Swift.Bool? = nil, event: RolesAnywhereClientTypes.NotificationEvent? = nil, threshold: Swift.Int? = nil - ) - { + ) { self.channel = channel self.configuredBy = configuredBy self.enabled = enabled @@ -540,8 +528,7 @@ extension RolesAnywhereClientTypes { trustAnchorArn: Swift.String? = nil, trustAnchorId: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.enabled = enabled self.name = name @@ -561,8 +548,7 @@ public struct CreateTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -591,8 +577,7 @@ extension RolesAnywhereClientTypes { seenAt: Foundation.Date? = nil, serialNumber: Swift.String? = nil, x509CertificateData: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.failed = failed self.issuer = issuer @@ -621,8 +606,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -634,8 +618,7 @@ public struct DeleteCrlInput: Swift.Sendable { public init( crlId: Swift.String? = nil - ) - { + ) { self.crlId = crlId } } @@ -670,8 +653,7 @@ extension RolesAnywhereClientTypes { name: Swift.String? = nil, trustAnchorArn: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.crlArn = crlArn self.crlData = crlData @@ -691,8 +673,7 @@ public struct DeleteCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -704,8 +685,7 @@ public struct DisableCrlInput: Swift.Sendable { public init( crlId: Swift.String? = nil - ) - { + ) { self.crlId = crlId } } @@ -717,8 +697,7 @@ public struct DisableCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -730,8 +709,7 @@ public struct EnableCrlInput: Swift.Sendable { public init( crlId: Swift.String? = nil - ) - { + ) { self.crlId = crlId } } @@ -743,8 +721,7 @@ public struct EnableCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -756,8 +733,7 @@ public struct GetCrlInput: Swift.Sendable { public init( crlId: Swift.String? = nil - ) - { + ) { self.crlId = crlId } } @@ -769,8 +745,7 @@ public struct GetCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -796,8 +771,7 @@ public struct ImportCrlInput: Swift.Sendable { name: Swift.String? = nil, tags: [RolesAnywhereClientTypes.Tag]? = nil, trustAnchorArn: Swift.String? = nil - ) - { + ) { self.crlData = crlData self.enabled = enabled self.name = name @@ -813,8 +787,7 @@ public struct ImportCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -828,8 +801,7 @@ public struct ListCrlsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -844,8 +816,7 @@ public struct ListCrlsOutput: Swift.Sendable { public init( crls: [RolesAnywhereClientTypes.CrlDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crls = crls self.nextToken = nextToken } @@ -864,8 +835,7 @@ public struct UpdateCrlInput: Swift.Sendable { crlData: Foundation.Data? = nil, crlId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.crlData = crlData self.crlId = crlId self.name = name @@ -879,8 +849,7 @@ public struct UpdateCrlOutput: Swift.Sendable { public init( crl: RolesAnywhereClientTypes.CrlDetail? = nil - ) - { + ) { self.crl = crl } } @@ -899,8 +868,7 @@ public struct DeleteAttributeMappingInput: Swift.Sendable { certificateField: RolesAnywhereClientTypes.CertificateField? = nil, profileId: Swift.String? = nil, specifiers: [Swift.String]? = nil - ) - { + ) { self.certificateField = certificateField self.profileId = profileId self.specifiers = specifiers @@ -914,8 +882,7 @@ public struct DeleteAttributeMappingOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -927,8 +894,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -939,8 +905,7 @@ public struct DeleteProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -952,8 +917,7 @@ public struct DeleteTrustAnchorInput: Swift.Sendable { public init( trustAnchorId: Swift.String? = nil - ) - { + ) { self.trustAnchorId = trustAnchorId } } @@ -965,8 +929,7 @@ public struct DeleteTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -978,8 +941,7 @@ public struct DisableProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -990,8 +952,7 @@ public struct DisableProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -1003,8 +964,7 @@ public struct DisableTrustAnchorInput: Swift.Sendable { public init( trustAnchorId: Swift.String? = nil - ) - { + ) { self.trustAnchorId = trustAnchorId } } @@ -1016,8 +976,7 @@ public struct DisableTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1029,8 +988,7 @@ public struct EnableProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -1041,8 +999,7 @@ public struct EnableProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -1054,8 +1011,7 @@ public struct EnableTrustAnchorInput: Swift.Sendable { public init( trustAnchorId: Swift.String? = nil - ) - { + ) { self.trustAnchorId = trustAnchorId } } @@ -1067,8 +1023,7 @@ public struct EnableTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1080,8 +1035,7 @@ public struct GetProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -1092,8 +1046,7 @@ public struct GetProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -1105,8 +1058,7 @@ public struct GetSubjectInput: Swift.Sendable { public init( subjectId: Swift.String? = nil - ) - { + ) { self.subjectId = subjectId } } @@ -1126,8 +1078,7 @@ extension RolesAnywhereClientTypes { failed: Swift.Bool? = nil, properties: [Swift.String: Swift.String]? = nil, seenAt: Foundation.Date? = nil - ) - { + ) { self.failed = failed self.properties = properties self.seenAt = seenAt @@ -1168,8 +1119,7 @@ extension RolesAnywhereClientTypes { subjectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, x509Subject: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.credentials = credentials self.enabled = enabled @@ -1189,8 +1139,7 @@ public struct GetSubjectOutput: Swift.Sendable { public init( subject: RolesAnywhereClientTypes.SubjectDetail? = nil - ) - { + ) { self.subject = subject } } @@ -1202,8 +1151,7 @@ public struct GetTrustAnchorInput: Swift.Sendable { public init( trustAnchorId: Swift.String? = nil - ) - { + ) { self.trustAnchorId = trustAnchorId } } @@ -1215,8 +1163,7 @@ public struct GetTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1230,8 +1177,7 @@ public struct ListProfilesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -1246,8 +1192,7 @@ public struct ListProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profiles: [RolesAnywhereClientTypes.ProfileDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.profiles = profiles } @@ -1262,8 +1207,7 @@ public struct ListSubjectsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -1296,8 +1240,7 @@ extension RolesAnywhereClientTypes { subjectId: Swift.String? = nil, updatedAt: Foundation.Date? = nil, x509Subject: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.enabled = enabled self.lastSeenAt = lastSeenAt @@ -1318,8 +1261,7 @@ public struct ListSubjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subjects: [RolesAnywhereClientTypes.SubjectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.subjects = subjects } @@ -1332,8 +1274,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1344,8 +1285,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [RolesAnywhereClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1359,8 +1299,7 @@ public struct ListTrustAnchorsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -1375,8 +1314,7 @@ public struct ListTrustAnchorsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trustAnchors: [RolesAnywhereClientTypes.TrustAnchorDetail]? = nil - ) - { + ) { self.nextToken = nextToken self.trustAnchors = trustAnchors } @@ -1395,8 +1333,7 @@ extension RolesAnywhereClientTypes { public init( channel: RolesAnywhereClientTypes.NotificationChannel? = nil, event: RolesAnywhereClientTypes.NotificationEvent? = nil - ) - { + ) { self.channel = channel self.event = event } @@ -1418,8 +1355,7 @@ public struct PutAttributeMappingInput: Swift.Sendable { certificateField: RolesAnywhereClientTypes.CertificateField? = nil, mappingRules: [RolesAnywhereClientTypes.MappingRule]? = nil, profileId: Swift.String? = nil - ) - { + ) { self.certificateField = certificateField self.mappingRules = mappingRules self.profileId = profileId @@ -1433,8 +1369,7 @@ public struct PutAttributeMappingOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -1464,8 +1399,7 @@ public struct UpdateProfileInput: Swift.Sendable { profileId: Swift.String? = nil, roleArns: [Swift.String]? = nil, sessionPolicy: Swift.String? = nil - ) - { + ) { self.acceptRoleSessionName = acceptRoleSessionName self.durationSeconds = durationSeconds self.managedPolicyArns = managedPolicyArns @@ -1482,8 +1416,7 @@ public struct UpdateProfileOutput: Swift.Sendable { public init( profile: RolesAnywhereClientTypes.ProfileDetail? = nil - ) - { + ) { self.profile = profile } } @@ -1499,8 +1432,7 @@ public struct PutNotificationSettingsInput: Swift.Sendable { public init( notificationSettings: [RolesAnywhereClientTypes.NotificationSetting]? = nil, trustAnchorId: Swift.String? = nil - ) - { + ) { self.notificationSettings = notificationSettings self.trustAnchorId = trustAnchorId } @@ -1513,8 +1445,7 @@ public struct PutNotificationSettingsOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1530,8 +1461,7 @@ public struct ResetNotificationSettingsInput: Swift.Sendable { public init( notificationSettingKeys: [RolesAnywhereClientTypes.NotificationSettingKey]? = nil, trustAnchorId: Swift.String? = nil - ) - { + ) { self.notificationSettingKeys = notificationSettingKeys self.trustAnchorId = trustAnchorId } @@ -1544,8 +1474,7 @@ public struct ResetNotificationSettingsOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1568,8 +1497,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1585,8 +1513,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [RolesAnywhereClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1610,8 +1537,7 @@ public struct UpdateTrustAnchorInput: Swift.Sendable { name: Swift.String? = nil, source: RolesAnywhereClientTypes.Source? = nil, trustAnchorId: Swift.String? = nil - ) - { + ) { self.name = name self.source = source self.trustAnchorId = trustAnchorId @@ -1625,8 +1551,7 @@ public struct UpdateTrustAnchorOutput: Swift.Sendable { public init( trustAnchor: RolesAnywhereClientTypes.TrustAnchorDetail? = nil - ) - { + ) { self.trustAnchor = trustAnchor } } @@ -1642,8 +1567,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/RolesAnywhereClient.swift b/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/RolesAnywhereClient.swift index 15fe8ecf5b6..12478aa8826 100644 --- a/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/RolesAnywhereClient.swift +++ b/Sources/Services/AWSRolesAnywhere/Sources/AWSRolesAnywhere/RolesAnywhereClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class RolesAnywhereClient: ClientRuntime.Client { public static let clientName = "RolesAnywhereClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: RolesAnywhereClient.RolesAnywhereClientConfiguration let serviceName = "RolesAnywhere" diff --git a/Sources/Services/AWSRoute53/Package.swift.txt b/Sources/Services/AWSRoute53/Package.swift.txt index bcd310aaee6..fd87d33891d 100644 --- a/Sources/Services/AWSRoute53/Package.swift.txt +++ b/Sources/Services/AWSRoute53/Package.swift.txt @@ -41,19 +41,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,19 +61,19 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -81,7 +81,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRoute53/Sources/AWSRoute53/Models.swift b/Sources/Services/AWSRoute53/Sources/AWSRoute53/Models.swift index e93fb9543ef..13bea2975b5 100644 --- a/Sources/Services/AWSRoute53/Sources/AWSRoute53/Models.swift +++ b/Sources/Services/AWSRoute53/Sources/AWSRoute53/Models.swift @@ -92,8 +92,7 @@ extension Route53ClientTypes { public init( type: Route53ClientTypes.AccountLimitType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -119,8 +118,7 @@ public struct ConcurrentModification: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +142,7 @@ public struct InvalidInput: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +165,7 @@ public struct InvalidKeySigningKeyStatus: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -192,8 +188,7 @@ public struct InvalidKMSArn: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -216,8 +211,7 @@ public struct InvalidSigningStatus: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +234,7 @@ public struct NoSuchKeySigningKey: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -257,8 +250,7 @@ public struct ActivateKeySigningKeyInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.name = name } @@ -314,8 +306,7 @@ extension Route53ClientTypes { id: Swift.String? = nil, status: Route53ClientTypes.ChangeStatus? = nil, submittedAt: Foundation.Date? = nil - ) - { + ) { self.comment = comment self.id = id self.status = status @@ -331,8 +322,7 @@ public struct ActivateKeySigningKeyOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -352,6 +342,7 @@ extension Route53ClientTypes { case apSoutheast3 case apSoutheast4 case apSoutheast5 + case apSoutheast7 case caCentral1 case caWest1 case cnNorth1 @@ -393,6 +384,7 @@ extension Route53ClientTypes { .apSoutheast3, .apSoutheast4, .apSoutheast5, + .apSoutheast7, .caCentral1, .caWest1, .cnNorth1, @@ -440,6 +432,7 @@ extension Route53ClientTypes { case .apSoutheast3: return "ap-southeast-3" case .apSoutheast4: return "ap-southeast-4" case .apSoutheast5: return "ap-southeast-5" + case .apSoutheast7: return "ap-southeast-7" case .caCentral1: return "ca-central-1" case .caWest1: return "ca-west-1" case .cnNorth1: return "cn-north-1" @@ -489,8 +482,7 @@ extension Route53ClientTypes { public init( name: Swift.String? = nil, region: Route53ClientTypes.CloudWatchRegion? = nil - ) - { + ) { self.name = name self.region = region } @@ -609,8 +601,7 @@ extension Route53ClientTypes { dnsName: Swift.String? = nil, evaluateTargetHealth: Swift.Bool = false, hostedZoneId: Swift.String? = nil - ) - { + ) { self.dnsName = dnsName self.evaluateTargetHealth = evaluateTargetHealth self.hostedZoneId = hostedZoneId @@ -642,8 +633,7 @@ public struct ConflictingDomainExists: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -667,8 +657,7 @@ public struct InvalidVPCId: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -692,8 +681,7 @@ public struct LimitsExceeded: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -717,8 +705,7 @@ public struct NoSuchHostedZone: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -742,8 +729,7 @@ public struct NotAuthorizedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -766,8 +752,7 @@ public struct PriorRequestNotComplete: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -791,8 +776,7 @@ public struct PublicZoneVPCAssociation: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -812,6 +796,7 @@ extension Route53ClientTypes { case apSoutheast3 case apSoutheast4 case apSoutheast5 + case apSoutheast7 case caCentral1 case caWest1 case cnNorth1 @@ -853,6 +838,7 @@ extension Route53ClientTypes { .apSoutheast3, .apSoutheast4, .apSoutheast5, + .apSoutheast7, .caCentral1, .caWest1, .cnNorth1, @@ -900,6 +886,7 @@ extension Route53ClientTypes { case .apSoutheast3: return "ap-southeast-3" case .apSoutheast4: return "ap-southeast-4" case .apSoutheast5: return "ap-southeast-5" + case .apSoutheast7: return "ap-southeast-7" case .caCentral1: return "ca-central-1" case .caWest1: return "ca-west-1" case .cnNorth1: return "cn-north-1" @@ -943,8 +930,7 @@ extension Route53ClientTypes { public init( vpcId: Swift.String? = nil, vpcRegion: Route53ClientTypes.VPCRegion? = nil - ) - { + ) { self.vpcId = vpcId self.vpcRegion = vpcRegion } @@ -966,8 +952,7 @@ public struct AssociateVPCWithHostedZoneInput: Swift.Sendable { comment: Swift.String? = nil, hostedZoneId: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.comment = comment self.hostedZoneId = hostedZoneId self.vpc = vpc @@ -982,8 +967,7 @@ public struct AssociateVPCWithHostedZoneOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -1006,8 +990,7 @@ public struct CidrBlockInUseException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1030,8 +1013,7 @@ public struct CidrCollectionVersionMismatchException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1054,8 +1036,7 @@ public struct NoSuchCidrCollectionException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1107,8 +1088,7 @@ extension Route53ClientTypes { action: Route53ClientTypes.CidrCollectionChangeAction? = nil, cidrList: [Swift.String]? = nil, locationName: Swift.String? = nil - ) - { + ) { self.action = action self.cidrList = cidrList self.locationName = locationName @@ -1134,8 +1114,7 @@ public struct ChangeCidrCollectionInput: Swift.Sendable { changes: [Route53ClientTypes.CidrCollectionChange]? = nil, collectionVersion: Swift.Int? = nil, id: Swift.String? = nil - ) - { + ) { self.changes = changes self.collectionVersion = collectionVersion self.id = id @@ -1149,8 +1128,7 @@ public struct ChangeCidrCollectionOutput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1176,8 +1154,7 @@ public struct InvalidChangeBatch: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil, messages: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.messages = messages } @@ -1202,8 +1179,7 @@ public struct NoSuchHealthCheck: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1254,8 +1230,7 @@ extension Route53ClientTypes { public init( collectionId: Swift.String? = nil, locationName: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId self.locationName = locationName } @@ -1323,8 +1298,7 @@ extension Route53ClientTypes { continentCode: Swift.String? = nil, countryCode: Swift.String? = nil, subdivisionCode: Swift.String? = nil - ) - { + ) { self.continentCode = continentCode self.countryCode = countryCode self.subdivisionCode = subdivisionCode @@ -1346,8 +1320,7 @@ extension Route53ClientTypes { public init( latitude: Swift.String? = nil, longitude: Swift.String? = nil - ) - { + ) { self.latitude = latitude self.longitude = longitude } @@ -1376,8 +1349,7 @@ extension Route53ClientTypes { bias: Swift.Int? = nil, coordinates: Route53ClientTypes.Coordinates? = nil, localZoneGroup: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.bias = bias self.coordinates = coordinates @@ -1401,6 +1373,7 @@ extension Route53ClientTypes { case apSoutheast3 case apSoutheast4 case apSoutheast5 + case apSoutheast7 case caCentral1 case caWest1 case cnNorth1 @@ -1437,6 +1410,7 @@ extension Route53ClientTypes { .apSoutheast3, .apSoutheast4, .apSoutheast5, + .apSoutheast7, .caCentral1, .caWest1, .cnNorth1, @@ -1479,6 +1453,7 @@ extension Route53ClientTypes { case .apSoutheast3: return "ap-southeast-3" case .apSoutheast4: return "ap-southeast-4" case .apSoutheast5: return "ap-southeast-5" + case .apSoutheast7: return "ap-southeast-7" case .caCentral1: return "ca-central-1" case .caWest1: return "ca-west-1" case .cnNorth1: return "cn-north-1" @@ -1515,8 +1490,7 @@ extension Route53ClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -1776,8 +1750,7 @@ extension Route53ClientTypes { ttl: Swift.Int? = nil, type: Route53ClientTypes.RRType? = nil, weight: Swift.Int? = nil - ) - { + ) { self.aliasTarget = aliasTarget self.cidrRoutingConfig = cidrRoutingConfig self.failover = failover @@ -1817,8 +1790,7 @@ extension Route53ClientTypes { public init( action: Route53ClientTypes.ChangeAction? = nil, resourceRecordSet: Route53ClientTypes.ResourceRecordSet? = nil - ) - { + ) { self.action = action self.resourceRecordSet = resourceRecordSet } @@ -1838,8 +1810,7 @@ extension Route53ClientTypes { public init( changes: [Route53ClientTypes.Change]? = nil, comment: Swift.String? = nil - ) - { + ) { self.changes = changes self.comment = comment } @@ -1858,8 +1829,7 @@ public struct ChangeResourceRecordSetsInput: Swift.Sendable { public init( changeBatch: Route53ClientTypes.ChangeBatch? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.changeBatch = changeBatch self.hostedZoneId = hostedZoneId } @@ -1873,8 +1843,7 @@ public struct ChangeResourceRecordSetsOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -1897,8 +1866,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1927,8 +1895,7 @@ extension Route53ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1986,8 +1953,7 @@ public struct ChangeTagsForResourceInput: Swift.Sendable { removeTagKeys: [Swift.String]? = nil, resourceId: Swift.String? = nil, resourceType: Route53ClientTypes.TagResourceType? = nil - ) - { + ) { self.addTags = addTags self.removeTagKeys = removeTagKeys self.resourceId = resourceId @@ -2019,8 +1985,7 @@ public struct CidrCollectionAlreadyExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2036,8 +2001,7 @@ public struct CreateCidrCollectionInput: Swift.Sendable { public init( callerReference: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.name = name } @@ -2061,8 +2025,7 @@ extension Route53ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -2080,8 +2043,7 @@ public struct CreateCidrCollectionOutput: Swift.Sendable { public init( collection: Route53ClientTypes.CidrCollection? = nil, location: Swift.String? = nil - ) - { + ) { self.collection = collection self.location = location } @@ -2110,8 +2072,7 @@ public struct HealthCheckAlreadyExists: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2134,8 +2095,7 @@ public struct TooManyHealthChecks: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2390,8 +2350,7 @@ extension Route53ClientTypes { routingControlArn: Swift.String? = nil, searchString: Swift.String? = nil, type: Route53ClientTypes.HealthCheckType? = nil - ) - { + ) { self.alarmIdentifier = alarmIdentifier self.childHealthChecks = childHealthChecks self.disabled = disabled @@ -2437,8 +2396,7 @@ public struct CreateHealthCheckInput: Swift.Sendable { public init( callerReference: Swift.String? = nil, healthCheckConfig: Route53ClientTypes.HealthCheckConfig? = nil - ) - { + ) { self.callerReference = callerReference self.healthCheckConfig = healthCheckConfig } @@ -2493,8 +2451,7 @@ extension Route53ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2576,8 +2533,7 @@ extension Route53ClientTypes { period: Swift.Int? = nil, statistic: Route53ClientTypes.Statistic? = nil, threshold: Swift.Double? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.dimensions = dimensions self.evaluationPeriods = evaluationPeriods @@ -2602,8 +2558,7 @@ extension Route53ClientTypes { public init( description: Swift.String? = nil, servicePrincipal: Swift.String? = nil - ) - { + ) { self.description = description self.servicePrincipal = servicePrincipal } @@ -2638,8 +2593,7 @@ extension Route53ClientTypes { healthCheckVersion: Swift.Int? = nil, id: Swift.String? = nil, linkedService: Route53ClientTypes.LinkedService? = nil - ) - { + ) { self.callerReference = callerReference self.cloudWatchAlarmConfiguration = cloudWatchAlarmConfiguration self.healthCheckConfig = healthCheckConfig @@ -2662,8 +2616,7 @@ public struct CreateHealthCheckOutput: Swift.Sendable { public init( healthCheck: Route53ClientTypes.HealthCheck? = nil, location: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck self.location = location } @@ -2688,8 +2641,7 @@ public struct DelegationSetNotAvailable: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2713,8 +2665,7 @@ public struct DelegationSetNotReusable: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2738,8 +2689,7 @@ public struct HostedZoneAlreadyExists: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2763,8 +2713,7 @@ public struct InvalidDomainName: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2788,8 +2737,7 @@ public struct NoSuchDelegationSet: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2813,8 +2761,7 @@ public struct TooManyHostedZones: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2831,8 +2778,7 @@ extension Route53ClientTypes { public init( comment: Swift.String? = nil, privateZone: Swift.Bool = false - ) - { + ) { self.comment = comment self.privateZone = privateZone } @@ -2867,8 +2813,7 @@ public struct CreateHostedZoneInput: Swift.Sendable { hostedZoneConfig: Route53ClientTypes.HostedZoneConfig? = nil, name: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.callerReference = callerReference self.delegationSetId = delegationSetId self.hostedZoneConfig = hostedZoneConfig @@ -2893,8 +2838,7 @@ extension Route53ClientTypes { callerReference: Swift.String? = nil, id: Swift.String? = nil, nameServers: [Swift.String]? = nil - ) - { + ) { self.callerReference = callerReference self.id = id self.nameServers = nameServers @@ -2929,8 +2873,7 @@ extension Route53ClientTypes { linkedService: Route53ClientTypes.LinkedService? = nil, name: Swift.String? = nil, resourceRecordSetCount: Swift.Int? = nil - ) - { + ) { self.callerReference = callerReference self.config = config self.id = id @@ -2964,8 +2907,7 @@ public struct CreateHostedZoneOutput: Swift.Sendable { hostedZone: Route53ClientTypes.HostedZone? = nil, location: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.changeInfo = changeInfo self.delegationSet = delegationSet self.hostedZone = hostedZone @@ -2993,8 +2935,7 @@ public struct InvalidArgument: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3017,8 +2958,7 @@ public struct InvalidKeySigningKeyName: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3041,8 +2981,7 @@ public struct KeySigningKeyAlreadyExists: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3065,8 +3004,7 @@ public struct TooManyKeySigningKeys: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3108,8 +3046,7 @@ public struct CreateKeySigningKeyInput: Swift.Sendable { keyManagementServiceArn: Swift.String? = nil, name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.hostedZoneId = hostedZoneId self.keyManagementServiceArn = keyManagementServiceArn @@ -3186,8 +3123,7 @@ extension Route53ClientTypes { signingAlgorithmType: Swift.Int = 0, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.digestAlgorithmMnemonic = digestAlgorithmMnemonic self.digestAlgorithmType = digestAlgorithmType @@ -3223,8 +3159,7 @@ public struct CreateKeySigningKeyOutput: Swift.Sendable { changeInfo: Route53ClientTypes.ChangeInfo? = nil, keySigningKey: Route53ClientTypes.KeySigningKey? = nil, location: Swift.String? = nil - ) - { + ) { self.changeInfo = changeInfo self.keySigningKey = keySigningKey self.location = location @@ -3259,8 +3194,7 @@ public struct InsufficientCloudWatchLogsResourcePolicy: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3283,8 +3217,7 @@ public struct NoSuchCloudWatchLogsLogGroup: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3307,8 +3240,7 @@ public struct QueryLoggingConfigAlreadyExists: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3324,8 +3256,7 @@ public struct CreateQueryLoggingConfigInput: Swift.Sendable { public init( cloudWatchLogsLogGroupArn: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.hostedZoneId = hostedZoneId } @@ -3349,8 +3280,7 @@ extension Route53ClientTypes { cloudWatchLogsLogGroupArn: Swift.String? = nil, hostedZoneId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.hostedZoneId = hostedZoneId self.id = id @@ -3369,8 +3299,7 @@ public struct CreateQueryLoggingConfigOutput: Swift.Sendable { public init( location: Swift.String? = nil, queryLoggingConfig: Route53ClientTypes.QueryLoggingConfig? = nil - ) - { + ) { self.location = location self.queryLoggingConfig = queryLoggingConfig } @@ -3395,8 +3324,7 @@ public struct DelegationSetAlreadyCreated: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3420,8 +3348,7 @@ public struct DelegationSetAlreadyReusable: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3445,8 +3372,7 @@ public struct HostedZoneNotFound: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3461,8 +3387,7 @@ public struct CreateReusableDelegationSetInput: Swift.Sendable { public init( callerReference: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.callerReference = callerReference self.hostedZoneId = hostedZoneId } @@ -3479,8 +3404,7 @@ public struct CreateReusableDelegationSetOutput: Swift.Sendable { public init( delegationSet: Route53ClientTypes.DelegationSet? = nil, location: Swift.String? = nil - ) - { + ) { self.delegationSet = delegationSet self.location = location } @@ -3505,8 +3429,7 @@ public struct InvalidTrafficPolicyDocument: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3530,8 +3453,7 @@ public struct TooManyTrafficPolicies: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3555,8 +3477,7 @@ public struct TrafficPolicyAlreadyExists: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3576,8 +3497,7 @@ public struct CreateTrafficPolicyInput: Swift.Sendable { comment: Swift.String? = nil, document: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.comment = comment self.document = document self.name = name @@ -3613,8 +3533,7 @@ extension Route53ClientTypes { name: Swift.String? = nil, type: Route53ClientTypes.RRType? = nil, version: Swift.Int? = nil - ) - { + ) { self.comment = comment self.document = document self.id = id @@ -3637,8 +3556,7 @@ public struct CreateTrafficPolicyOutput: Swift.Sendable { public init( location: Swift.String? = nil, trafficPolicy: Route53ClientTypes.TrafficPolicy? = nil - ) - { + ) { self.location = location self.trafficPolicy = trafficPolicy } @@ -3663,8 +3581,7 @@ public struct NoSuchTrafficPolicy: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3688,8 +3605,7 @@ public struct TooManyTrafficPolicyInstances: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3713,8 +3629,7 @@ public struct TrafficPolicyInstanceAlreadyExists: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3743,8 +3658,7 @@ public struct CreateTrafficPolicyInstanceInput: Swift.Sendable { trafficPolicyId: Swift.String? = nil, trafficPolicyVersion: Swift.Int? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.name = name self.trafficPolicyId = trafficPolicyId @@ -3795,8 +3709,7 @@ extension Route53ClientTypes { trafficPolicyType: Route53ClientTypes.RRType? = nil, trafficPolicyVersion: Swift.Int? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.id = id self.message = message @@ -3822,8 +3735,7 @@ public struct CreateTrafficPolicyInstanceOutput: Swift.Sendable { public init( location: Swift.String? = nil, trafficPolicyInstance: Route53ClientTypes.TrafficPolicyInstance? = nil - ) - { + ) { self.location = location self.trafficPolicyInstance = trafficPolicyInstance } @@ -3848,8 +3760,7 @@ public struct TooManyTrafficPolicyVersionsForCurrentPolicy: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3869,8 +3780,7 @@ public struct CreateTrafficPolicyVersionInput: Swift.Sendable { comment: Swift.String? = nil, document: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.comment = comment self.document = document self.id = id @@ -3889,8 +3799,7 @@ public struct CreateTrafficPolicyVersionOutput: Swift.Sendable { public init( location: Swift.String? = nil, trafficPolicy: Route53ClientTypes.TrafficPolicy? = nil - ) - { + ) { self.location = location self.trafficPolicy = trafficPolicy } @@ -3915,8 +3824,7 @@ public struct TooManyVPCAssociationAuthorizations: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3933,8 +3841,7 @@ public struct CreateVPCAssociationAuthorizationInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.vpc = vpc } @@ -3952,8 +3859,7 @@ public struct CreateVPCAssociationAuthorizationOutput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.vpc = vpc } @@ -3977,8 +3883,7 @@ public struct KeySigningKeyInParentDSRecord: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4001,8 +3906,7 @@ public struct KeySigningKeyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4018,8 +3922,7 @@ public struct DeactivateKeySigningKeyInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.name = name } @@ -4032,8 +3935,7 @@ public struct DeactivateKeySigningKeyOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4056,8 +3958,7 @@ public struct CidrCollectionInUseException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4069,8 +3970,7 @@ public struct DeleteCidrCollectionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4100,8 +4000,7 @@ public struct HealthCheckInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4114,8 +4013,7 @@ public struct DeleteHealthCheckInput: Swift.Sendable { public init( healthCheckId: Swift.String? = nil - ) - { + ) { self.healthCheckId = healthCheckId } } @@ -4145,8 +4043,7 @@ public struct HostedZoneNotEmpty: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4159,8 +4056,7 @@ public struct DeleteHostedZoneInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4173,8 +4069,7 @@ public struct DeleteHostedZoneOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4190,8 +4085,7 @@ public struct DeleteKeySigningKeyInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.name = name } @@ -4204,8 +4098,7 @@ public struct DeleteKeySigningKeyOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4228,8 +4121,7 @@ public struct NoSuchQueryLoggingConfig: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4241,8 +4133,7 @@ public struct DeleteQueryLoggingConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4271,8 +4162,7 @@ public struct DelegationSetInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4285,8 +4175,7 @@ public struct DeleteReusableDelegationSetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4316,8 +4205,7 @@ public struct TrafficPolicyInUse: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4334,8 +4222,7 @@ public struct DeleteTrafficPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.id = id self.version = version } @@ -4366,8 +4253,7 @@ public struct NoSuchTrafficPolicyInstance: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4380,8 +4266,7 @@ public struct DeleteTrafficPolicyInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4411,8 +4296,7 @@ public struct VPCAssociationAuthorizationNotFound: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4429,8 +4313,7 @@ public struct DeleteVPCAssociationAuthorizationInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.vpc = vpc } @@ -4460,8 +4343,7 @@ public struct DNSSECNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4473,8 +4355,7 @@ public struct DisableHostedZoneDNSSECInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId } } @@ -4486,8 +4367,7 @@ public struct DisableHostedZoneDNSSECOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4511,8 +4391,7 @@ public struct LastVPCAssociation: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4536,8 +4415,7 @@ public struct VPCAssociationNotFound: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4557,8 +4435,7 @@ public struct DisassociateVPCFromHostedZoneInput: Swift.Sendable { comment: Swift.String? = nil, hostedZoneId: Swift.String? = nil, vpc: Route53ClientTypes.VPC? = nil - ) - { + ) { self.comment = comment self.hostedZoneId = hostedZoneId self.vpc = vpc @@ -4573,8 +4450,7 @@ public struct DisassociateVPCFromHostedZoneOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4597,8 +4473,7 @@ public struct HostedZonePartiallyDelegated: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4621,8 +4496,7 @@ public struct KeySigningKeyWithActiveStatusNotFound: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4634,8 +4508,7 @@ public struct EnableHostedZoneDNSSECInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId } } @@ -4647,8 +4520,7 @@ public struct EnableHostedZoneDNSSECOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4671,8 +4543,7 @@ public struct GetAccountLimitInput: Swift.Sendable { public init( type: Route53ClientTypes.AccountLimitType? = nil - ) - { + ) { self.type = type } } @@ -4689,8 +4560,7 @@ public struct GetAccountLimitOutput: Swift.Sendable { public init( count: Swift.Int = 0, limit: Route53ClientTypes.AccountLimit? = nil - ) - { + ) { self.count = count self.limit = limit } @@ -4714,8 +4584,7 @@ public struct NoSuchChange: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4728,8 +4597,7 @@ public struct GetChangeInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4742,8 +4610,7 @@ public struct GetChangeOutput: Swift.Sendable { public init( changeInfo: Route53ClientTypes.ChangeInfo? = nil - ) - { + ) { self.changeInfo = changeInfo } } @@ -4762,8 +4629,7 @@ public struct GetCheckerIpRangesOutput: Swift.Sendable { public init( checkerIpRanges: [Swift.String]? = nil - ) - { + ) { self.checkerIpRanges = checkerIpRanges } } @@ -4775,8 +4641,7 @@ public struct GetDNSSECInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId } } @@ -4793,8 +4658,7 @@ extension Route53ClientTypes { public init( serveSignature: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.serveSignature = serveSignature self.statusMessage = statusMessage } @@ -4812,8 +4676,7 @@ public struct GetDNSSECOutput: Swift.Sendable { public init( keySigningKeys: [Route53ClientTypes.KeySigningKey]? = nil, status: Route53ClientTypes.DNSSECStatus? = nil - ) - { + ) { self.keySigningKeys = keySigningKeys self.status = status } @@ -4838,8 +4701,7 @@ public struct NoSuchGeoLocation: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4871,8 +4733,7 @@ public struct GetGeoLocationInput: Swift.Sendable { continentCode: Swift.String? = nil, countryCode: Swift.String? = nil, subdivisionCode: Swift.String? = nil - ) - { + ) { self.continentCode = continentCode self.countryCode = countryCode self.subdivisionCode = subdivisionCode @@ -4903,8 +4764,7 @@ extension Route53ClientTypes { countryName: Swift.String? = nil, subdivisionCode: Swift.String? = nil, subdivisionName: Swift.String? = nil - ) - { + ) { self.continentCode = continentCode self.continentName = continentName self.countryCode = countryCode @@ -4923,8 +4783,7 @@ public struct GetGeoLocationOutput: Swift.Sendable { public init( geoLocationDetails: Route53ClientTypes.GeoLocationDetails? = nil - ) - { + ) { self.geoLocationDetails = geoLocationDetails } } @@ -4947,8 +4806,7 @@ public struct IncompatibleVersion: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4961,8 +4819,7 @@ public struct GetHealthCheckInput: Swift.Sendable { public init( healthCheckId: Swift.String? = nil - ) - { + ) { self.healthCheckId = healthCheckId } } @@ -4975,8 +4832,7 @@ public struct GetHealthCheckOutput: Swift.Sendable { public init( healthCheck: Route53ClientTypes.HealthCheck? = nil - ) - { + ) { self.healthCheck = healthCheck } } @@ -4995,8 +4851,7 @@ public struct GetHealthCheckCountOutput: Swift.Sendable { public init( healthCheckCount: Swift.Int? = nil - ) - { + ) { self.healthCheckCount = healthCheckCount } } @@ -5009,8 +4864,7 @@ public struct GetHealthCheckLastFailureReasonInput: Swift.Sendable { public init( healthCheckId: Swift.String? = nil - ) - { + ) { self.healthCheckId = healthCheckId } } @@ -5027,8 +4881,7 @@ extension Route53ClientTypes { public init( checkedTime: Foundation.Date? = nil, status: Swift.String? = nil - ) - { + ) { self.checkedTime = checkedTime self.status = status } @@ -5050,8 +4903,7 @@ extension Route53ClientTypes { ipAddress: Swift.String? = nil, region: Route53ClientTypes.HealthCheckRegion? = nil, statusReport: Route53ClientTypes.StatusReport? = nil - ) - { + ) { self.ipAddress = ipAddress self.region = region self.statusReport = statusReport @@ -5067,8 +4919,7 @@ public struct GetHealthCheckLastFailureReasonOutput: Swift.Sendable { public init( healthCheckObservations: [Route53ClientTypes.HealthCheckObservation]? = nil - ) - { + ) { self.healthCheckObservations = healthCheckObservations } } @@ -5081,8 +4932,7 @@ public struct GetHealthCheckStatusInput: Swift.Sendable { public init( healthCheckId: Swift.String? = nil - ) - { + ) { self.healthCheckId = healthCheckId } } @@ -5095,8 +4945,7 @@ public struct GetHealthCheckStatusOutput: Swift.Sendable { public init( healthCheckObservations: [Route53ClientTypes.HealthCheckObservation]? = nil - ) - { + ) { self.healthCheckObservations = healthCheckObservations } } @@ -5109,8 +4958,7 @@ public struct GetHostedZoneInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5129,8 +4977,7 @@ public struct GetHostedZoneOutput: Swift.Sendable { delegationSet: Route53ClientTypes.DelegationSet? = nil, hostedZone: Route53ClientTypes.HostedZone? = nil, vpCs: [Route53ClientTypes.VPC]? = nil - ) - { + ) { self.delegationSet = delegationSet self.hostedZone = hostedZone self.vpCs = vpCs @@ -5151,8 +4998,7 @@ public struct GetHostedZoneCountOutput: Swift.Sendable { public init( hostedZoneCount: Swift.Int? = nil - ) - { + ) { self.hostedZoneCount = hostedZoneCount } } @@ -5176,8 +5022,7 @@ public struct HostedZoneNotPrivate: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5227,8 +5072,7 @@ public struct GetHostedZoneLimitInput: Swift.Sendable { public init( hostedZoneId: Swift.String? = nil, type: Route53ClientTypes.HostedZoneLimitType? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.type = type } @@ -5252,8 +5096,7 @@ extension Route53ClientTypes { public init( type: Route53ClientTypes.HostedZoneLimitType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -5272,8 +5115,7 @@ public struct GetHostedZoneLimitOutput: Swift.Sendable { public init( count: Swift.Int = 0, limit: Route53ClientTypes.HostedZoneLimit? = nil - ) - { + ) { self.count = count self.limit = limit } @@ -5286,8 +5128,7 @@ public struct GetQueryLoggingConfigInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5299,8 +5140,7 @@ public struct GetQueryLoggingConfigOutput: Swift.Sendable { public init( queryLoggingConfig: Route53ClientTypes.QueryLoggingConfig? = nil - ) - { + ) { self.queryLoggingConfig = queryLoggingConfig } } @@ -5313,8 +5153,7 @@ public struct GetReusableDelegationSetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5327,8 +5166,7 @@ public struct GetReusableDelegationSetOutput: Swift.Sendable { public init( delegationSet: Route53ClientTypes.DelegationSet? = nil - ) - { + ) { self.delegationSet = delegationSet } } @@ -5371,8 +5209,7 @@ public struct GetReusableDelegationSetLimitInput: Swift.Sendable { public init( delegationSetId: Swift.String? = nil, type: Route53ClientTypes.ReusableDelegationSetLimitType? = nil - ) - { + ) { self.delegationSetId = delegationSetId self.type = type } @@ -5392,8 +5229,7 @@ extension Route53ClientTypes { public init( type: Route53ClientTypes.ReusableDelegationSetLimitType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -5412,8 +5248,7 @@ public struct GetReusableDelegationSetLimitOutput: Swift.Sendable { public init( count: Swift.Int = 0, limit: Route53ClientTypes.ReusableDelegationSetLimit? = nil - ) - { + ) { self.count = count self.limit = limit } @@ -5431,8 +5266,7 @@ public struct GetTrafficPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.id = id self.version = version } @@ -5446,8 +5280,7 @@ public struct GetTrafficPolicyOutput: Swift.Sendable { public init( trafficPolicy: Route53ClientTypes.TrafficPolicy? = nil - ) - { + ) { self.trafficPolicy = trafficPolicy } } @@ -5460,8 +5293,7 @@ public struct GetTrafficPolicyInstanceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -5474,8 +5306,7 @@ public struct GetTrafficPolicyInstanceOutput: Swift.Sendable { public init( trafficPolicyInstance: Route53ClientTypes.TrafficPolicyInstance? = nil - ) - { + ) { self.trafficPolicyInstance = trafficPolicyInstance } } @@ -5494,8 +5325,7 @@ public struct GetTrafficPolicyInstanceCountOutput: Swift.Sendable { public init( trafficPolicyInstanceCount: Swift.Int? = nil - ) - { + ) { self.trafficPolicyInstanceCount = trafficPolicyInstanceCount } } @@ -5518,8 +5348,7 @@ public struct NoSuchCidrLocationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5540,8 +5369,7 @@ public struct ListCidrBlocksInput: Swift.Sendable { locationName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId self.locationName = locationName self.maxResults = maxResults @@ -5561,8 +5389,7 @@ extension Route53ClientTypes { public init( cidrBlock: Swift.String? = nil, locationName: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.locationName = locationName } @@ -5578,8 +5405,7 @@ public struct ListCidrBlocksOutput: Swift.Sendable { public init( cidrBlocks: [Route53ClientTypes.CidrBlockSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cidrBlocks = cidrBlocks self.nextToken = nextToken } @@ -5594,8 +5420,7 @@ public struct ListCidrCollectionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5619,8 +5444,7 @@ extension Route53ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -5638,8 +5462,7 @@ public struct ListCidrCollectionsOutput: Swift.Sendable { public init( cidrCollections: [Route53ClientTypes.CollectionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cidrCollections = cidrCollections self.nextToken = nextToken } @@ -5658,8 +5481,7 @@ public struct ListCidrLocationsInput: Swift.Sendable { collectionId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.collectionId = collectionId self.maxResults = maxResults self.nextToken = nextToken @@ -5675,8 +5497,7 @@ extension Route53ClientTypes { public init( locationName: Swift.String? = nil - ) - { + ) { self.locationName = locationName } } @@ -5691,8 +5512,7 @@ public struct ListCidrLocationsOutput: Swift.Sendable { public init( cidrLocations: [Route53ClientTypes.LocationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cidrLocations = cidrLocations self.nextToken = nextToken } @@ -5714,8 +5534,7 @@ public struct ListGeoLocationsInput: Swift.Sendable { startContinentCode: Swift.String? = nil, startCountryCode: Swift.String? = nil, startSubdivisionCode: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.startContinentCode = startContinentCode self.startCountryCode = startCountryCode @@ -5748,8 +5567,7 @@ public struct ListGeoLocationsOutput: Swift.Sendable { nextContinentCode: Swift.String? = nil, nextCountryCode: Swift.String? = nil, nextSubdivisionCode: Swift.String? = nil - ) - { + ) { self.geoLocationDetailsList = geoLocationDetailsList self.isTruncated = isTruncated self.maxItems = maxItems @@ -5769,8 +5587,7 @@ public struct ListHealthChecksInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -5799,8 +5616,7 @@ public struct ListHealthChecksOutput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.healthChecks = healthChecks self.isTruncated = isTruncated self.marker = marker @@ -5851,8 +5667,7 @@ public struct ListHostedZonesInput: Swift.Sendable { hostedZoneType: Route53ClientTypes.HostedZoneType? = nil, marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.delegationSetId = delegationSetId self.hostedZoneType = hostedZoneType self.marker = marker @@ -5882,8 +5697,7 @@ public struct ListHostedZonesOutput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.hostedZones = hostedZones self.isTruncated = isTruncated self.marker = marker @@ -5905,8 +5719,7 @@ public struct ListHostedZonesByNameInput: Swift.Sendable { dnsName: Swift.String? = nil, hostedZoneId: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.dnsName = dnsName self.hostedZoneId = hostedZoneId self.maxItems = maxItems @@ -5941,8 +5754,7 @@ public struct ListHostedZonesByNameOutput: Swift.Sendable { maxItems: Swift.Int? = nil, nextDNSName: Swift.String? = nil, nextHostedZoneId: Swift.String? = nil - ) - { + ) { self.dnsName = dnsName self.hostedZoneId = hostedZoneId self.hostedZones = hostedZones @@ -5971,8 +5783,7 @@ public struct InvalidPaginationToken: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5995,8 +5806,7 @@ public struct ListHostedZonesByVPCInput: Swift.Sendable { nextToken: Swift.String? = nil, vpcId: Swift.String? = nil, vpcRegion: Route53ClientTypes.VPCRegion? = nil - ) - { + ) { self.maxItems = maxItems self.nextToken = nextToken self.vpcId = vpcId @@ -6016,8 +5826,7 @@ extension Route53ClientTypes { public init( owningAccount: Swift.String? = nil, owningService: Swift.String? = nil - ) - { + ) { self.owningAccount = owningAccount self.owningService = owningService } @@ -6042,8 +5851,7 @@ extension Route53ClientTypes { hostedZoneId: Swift.String? = nil, name: Swift.String? = nil, owner: Route53ClientTypes.HostedZoneOwner? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.name = name self.owner = owner @@ -6065,8 +5873,7 @@ public struct ListHostedZonesByVPCOutput: Swift.Sendable { hostedZoneSummaries: [Route53ClientTypes.HostedZoneSummary]? = nil, maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hostedZoneSummaries = hostedZoneSummaries self.maxItems = maxItems self.nextToken = nextToken @@ -6085,8 +5892,7 @@ public struct ListQueryLoggingConfigsInput: Swift.Sendable { hostedZoneId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.maxResults = maxResults self.nextToken = nextToken @@ -6103,8 +5909,7 @@ public struct ListQueryLoggingConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queryLoggingConfigs: [Route53ClientTypes.QueryLoggingConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.queryLoggingConfigs = queryLoggingConfigs } @@ -6147,8 +5952,7 @@ public struct ListResourceRecordSetsInput: Swift.Sendable { startRecordIdentifier: Swift.String? = nil, startRecordName: Swift.String? = nil, startRecordType: Route53ClientTypes.RRType? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.maxItems = maxItems self.startRecordIdentifier = startRecordIdentifier @@ -6182,8 +5986,7 @@ public struct ListResourceRecordSetsOutput: Swift.Sendable { nextRecordName: Swift.String? = nil, nextRecordType: Route53ClientTypes.RRType? = nil, resourceRecordSets: [Route53ClientTypes.ResourceRecordSet]? = nil - ) - { + ) { self.isTruncated = isTruncated self.maxItems = maxItems self.nextRecordIdentifier = nextRecordIdentifier @@ -6203,8 +6006,7 @@ public struct ListReusableDelegationSetsInput: Swift.Sendable { public init( marker: Swift.String? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems } @@ -6233,8 +6035,7 @@ public struct ListReusableDelegationSetsOutput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.delegationSets = delegationSets self.isTruncated = isTruncated self.marker = marker @@ -6259,8 +6060,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: Route53ClientTypes.TagResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -6285,8 +6085,7 @@ extension Route53ClientTypes { resourceId: Swift.String? = nil, resourceType: Route53ClientTypes.TagResourceType? = nil, tags: [Route53ClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tags = tags @@ -6302,8 +6101,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceTagSet: Route53ClientTypes.ResourceTagSet? = nil - ) - { + ) { self.resourceTagSet = resourceTagSet } } @@ -6324,8 +6122,7 @@ public struct ListTagsForResourcesInput: Swift.Sendable { public init( resourceIds: [Swift.String]? = nil, resourceType: Route53ClientTypes.TagResourceType? = nil - ) - { + ) { self.resourceIds = resourceIds self.resourceType = resourceType } @@ -6339,8 +6136,7 @@ public struct ListTagsForResourcesOutput: Swift.Sendable { public init( resourceTagSets: [Route53ClientTypes.ResourceTagSet]? = nil - ) - { + ) { self.resourceTagSets = resourceTagSets } } @@ -6355,8 +6151,7 @@ public struct ListTrafficPoliciesInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, trafficPolicyIdMarker: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.trafficPolicyIdMarker = trafficPolicyIdMarker } @@ -6388,8 +6183,7 @@ extension Route53ClientTypes { name: Swift.String? = nil, trafficPolicyCount: Swift.Int? = nil, type: Route53ClientTypes.RRType? = nil - ) - { + ) { self.id = id self.latestVersion = latestVersion self.name = name @@ -6419,8 +6213,7 @@ public struct ListTrafficPoliciesOutput: Swift.Sendable { maxItems: Swift.Int? = nil, trafficPolicyIdMarker: Swift.String? = nil, trafficPolicySummaries: [Route53ClientTypes.TrafficPolicySummary]? = nil - ) - { + ) { self.isTruncated = isTruncated self.maxItems = maxItems self.trafficPolicyIdMarker = trafficPolicyIdMarker @@ -6444,8 +6237,7 @@ public struct ListTrafficPolicyInstancesInput: Swift.Sendable { maxItems: Swift.Int? = nil, trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil - ) - { + ) { self.hostedZoneIdMarker = hostedZoneIdMarker self.maxItems = maxItems self.trafficPolicyInstanceNameMarker = trafficPolicyInstanceNameMarker @@ -6478,8 +6270,7 @@ public struct ListTrafficPolicyInstancesOutput: Swift.Sendable { trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil, trafficPolicyInstances: [Route53ClientTypes.TrafficPolicyInstance]? = nil - ) - { + ) { self.hostedZoneIdMarker = hostedZoneIdMarker self.isTruncated = isTruncated self.maxItems = maxItems @@ -6506,8 +6297,7 @@ public struct ListTrafficPolicyInstancesByHostedZoneInput: Swift.Sendable { maxItems: Swift.Int? = nil, trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.maxItems = maxItems self.trafficPolicyInstanceNameMarker = trafficPolicyInstanceNameMarker @@ -6537,8 +6327,7 @@ public struct ListTrafficPolicyInstancesByHostedZoneOutput: Swift.Sendable { trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil, trafficPolicyInstances: [Route53ClientTypes.TrafficPolicyInstance]? = nil - ) - { + ) { self.isTruncated = isTruncated self.maxItems = maxItems self.trafficPolicyInstanceNameMarker = trafficPolicyInstanceNameMarker @@ -6571,8 +6360,7 @@ public struct ListTrafficPolicyInstancesByPolicyInput: Swift.Sendable { trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil, trafficPolicyVersion: Swift.Int? = nil - ) - { + ) { self.hostedZoneIdMarker = hostedZoneIdMarker self.maxItems = maxItems self.trafficPolicyId = trafficPolicyId @@ -6607,8 +6395,7 @@ public struct ListTrafficPolicyInstancesByPolicyOutput: Swift.Sendable { trafficPolicyInstanceNameMarker: Swift.String? = nil, trafficPolicyInstanceTypeMarker: Route53ClientTypes.RRType? = nil, trafficPolicyInstances: [Route53ClientTypes.TrafficPolicyInstance]? = nil - ) - { + ) { self.hostedZoneIdMarker = hostedZoneIdMarker self.isTruncated = isTruncated self.maxItems = maxItems @@ -6632,8 +6419,7 @@ public struct ListTrafficPolicyVersionsInput: Swift.Sendable { id: Swift.String? = nil, maxItems: Swift.Int? = nil, trafficPolicyVersionMarker: Swift.String? = nil - ) - { + ) { self.id = id self.maxItems = maxItems self.trafficPolicyVersionMarker = trafficPolicyVersionMarker @@ -6660,8 +6446,7 @@ public struct ListTrafficPolicyVersionsOutput: Swift.Sendable { maxItems: Swift.Int? = nil, trafficPolicies: [Route53ClientTypes.TrafficPolicy]? = nil, trafficPolicyVersionMarker: Swift.String? = nil - ) - { + ) { self.isTruncated = isTruncated self.maxItems = maxItems self.trafficPolicies = trafficPolicies @@ -6683,8 +6468,7 @@ public struct ListVPCAssociationAuthorizationsInput: Swift.Sendable { hostedZoneId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.maxResults = maxResults self.nextToken = nextToken @@ -6706,8 +6490,7 @@ public struct ListVPCAssociationAuthorizationsOutput: Swift.Sendable { hostedZoneId: Swift.String? = nil, nextToken: Swift.String? = nil, vpCs: [Route53ClientTypes.VPC]? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.nextToken = nextToken self.vpCs = vpCs @@ -6743,8 +6526,7 @@ public struct TestDNSAnswerInput: Swift.Sendable { recordName: Swift.String? = nil, recordType: Route53ClientTypes.RRType? = nil, resolverIP: Swift.String? = nil - ) - { + ) { self.edns0ClientSubnetIP = edns0ClientSubnetIP self.edns0ClientSubnetMask = edns0ClientSubnetMask self.hostedZoneId = hostedZoneId @@ -6782,8 +6564,7 @@ public struct TestDNSAnswerOutput: Swift.Sendable { recordName: Swift.String? = nil, recordType: Route53ClientTypes.RRType? = nil, responseCode: Swift.String? = nil - ) - { + ) { self.nameserver = nameserver self.`protocol` = `protocol` self.recordData = recordData @@ -6811,8 +6592,7 @@ public struct HealthCheckVersionMismatch: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6968,8 +6748,7 @@ public struct UpdateHealthCheckInput: Swift.Sendable { resetElements: [Route53ClientTypes.ResettableElementName]? = nil, resourcePath: Swift.String? = nil, searchString: Swift.String? = nil - ) - { + ) { self.alarmIdentifier = alarmIdentifier self.childHealthChecks = childHealthChecks self.disabled = disabled @@ -6998,8 +6777,7 @@ public struct UpdateHealthCheckOutput: Swift.Sendable { public init( healthCheck: Route53ClientTypes.HealthCheck? = nil - ) - { + ) { self.healthCheck = healthCheck } } @@ -7015,8 +6793,7 @@ public struct UpdateHostedZoneCommentInput: Swift.Sendable { public init( comment: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.comment = comment self.id = id } @@ -7030,8 +6807,7 @@ public struct UpdateHostedZoneCommentOutput: Swift.Sendable { public init( hostedZone: Route53ClientTypes.HostedZone? = nil - ) - { + ) { self.hostedZone = hostedZone } } @@ -7052,8 +6828,7 @@ public struct UpdateTrafficPolicyCommentInput: Swift.Sendable { comment: Swift.String? = nil, id: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.comment = comment self.id = id self.version = version @@ -7068,8 +6843,7 @@ public struct UpdateTrafficPolicyCommentOutput: Swift.Sendable { public init( trafficPolicy: Route53ClientTypes.TrafficPolicy? = nil - ) - { + ) { self.trafficPolicy = trafficPolicy } } @@ -7093,8 +6867,7 @@ public struct ConflictingTypes: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7119,8 +6892,7 @@ public struct UpdateTrafficPolicyInstanceInput: Swift.Sendable { trafficPolicyId: Swift.String? = nil, trafficPolicyVersion: Swift.Int? = nil, ttl: Swift.Int? = nil - ) - { + ) { self.id = id self.trafficPolicyId = trafficPolicyId self.trafficPolicyVersion = trafficPolicyVersion @@ -7136,8 +6908,7 @@ public struct UpdateTrafficPolicyInstanceOutput: Swift.Sendable { public init( trafficPolicyInstance: Route53ClientTypes.TrafficPolicyInstance? = nil - ) - { + ) { self.trafficPolicyInstance = trafficPolicyInstance } } diff --git a/Sources/Services/AWSRoute53/Sources/AWSRoute53/Route53Client.swift b/Sources/Services/AWSRoute53/Sources/AWSRoute53/Route53Client.swift index b03d5226a30..08173fdcb60 100644 --- a/Sources/Services/AWSRoute53/Sources/AWSRoute53/Route53Client.swift +++ b/Sources/Services/AWSRoute53/Sources/AWSRoute53/Route53Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53Client: ClientRuntime.Client { public static let clientName = "Route53Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53Client.Route53ClientConfiguration let serviceName = "Route 53" diff --git a/Sources/Services/AWSRoute53Domains/Package.swift.txt b/Sources/Services/AWSRoute53Domains/Package.swift.txt index 068b2cd48ba..0f2b77985bb 100644 --- a/Sources/Services/AWSRoute53Domains/Package.swift.txt +++ b/Sources/Services/AWSRoute53Domains/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Models.swift b/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Models.swift index cd040778836..ebea212ab3c 100644 --- a/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Models.swift +++ b/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Models.swift @@ -56,8 +56,7 @@ public struct DomainLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -81,8 +80,7 @@ public struct InvalidInput: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +104,7 @@ public struct OperationLimitExceeded: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -131,8 +128,7 @@ public struct UnsupportedTLD: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +145,7 @@ public struct AcceptDomainTransferFromAnotherAwsAccountInput: Swift.Sendable { public init( domainName: Swift.String? = nil, password: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.password = password } @@ -168,8 +163,7 @@ public struct AcceptDomainTransferFromAnotherAwsAccountOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -192,8 +186,7 @@ public struct DnssecLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -220,8 +213,7 @@ public struct DuplicateRequest: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil, requestId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.requestId = requestId } @@ -246,8 +238,7 @@ public struct TLDRulesViolation: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -267,8 +258,7 @@ extension Route53DomainsClientTypes { algorithm: Swift.Int? = nil, flags: Swift.Int? = nil, publicKey: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.flags = flags self.publicKey = publicKey @@ -287,8 +277,7 @@ public struct AssociateDelegationSignerToDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, signingAttributes: Route53DomainsClientTypes.DnssecSigningAttributes? = nil - ) - { + ) { self.domainName = domainName self.signingAttributes = signingAttributes } @@ -300,8 +289,7 @@ public struct AssociateDelegationSignerToDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -413,8 +401,7 @@ extension Route53DomainsClientTypes { invoiceId: Swift.String? = nil, operation: Route53DomainsClientTypes.OperationType? = nil, price: Swift.Double = 0.0 - ) - { + ) { self.billDate = billDate self.domainName = domainName self.invoiceId = invoiceId @@ -432,8 +419,7 @@ public struct CancelDomainTransferToAnotherAwsAccountInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -445,8 +431,7 @@ public struct CancelDomainTransferToAnotherAwsAccountOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -473,8 +458,7 @@ public struct CheckDomainAvailabilityInput: Swift.Sendable { public init( domainName: Swift.String? = nil, idnLangCode: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.idnLangCode = idnLangCode } @@ -540,8 +524,7 @@ public struct CheckDomainAvailabilityOutput: Swift.Sendable { public init( availability: Route53DomainsClientTypes.DomainAvailability? = nil - ) - { + ) { self.availability = availability } } @@ -565,8 +548,7 @@ public struct CheckDomainTransferabilityInput: Swift.Sendable { public init( authCode: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.authCode = authCode self.domainName = domainName } @@ -628,8 +610,7 @@ extension Route53DomainsClientTypes { public init( transferable: Route53DomainsClientTypes.Transferable? = nil - ) - { + ) { self.transferable = transferable } } @@ -645,8 +626,7 @@ public struct CheckDomainTransferabilityOutput: Swift.Sendable { public init( message: Swift.String? = nil, transferability: Route53DomainsClientTypes.DomainTransferability? = nil - ) - { + ) { self.message = message self.transferability = transferability } @@ -666,8 +646,7 @@ extension Route53DomainsClientTypes { public init( currency: Swift.String? = nil, maxPrice: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.maxPrice = maxPrice } @@ -2002,8 +1981,7 @@ extension Route53DomainsClientTypes { public init( name: Route53DomainsClientTypes.ExtraParamName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -2069,8 +2047,7 @@ extension Route53DomainsClientTypes { phoneNumber: Swift.String? = nil, state: Swift.String? = nil, zipCode: Swift.String? = nil - ) - { + ) { self.addressLine1 = addressLine1 self.addressLine2 = addressLine2 self.city = city @@ -2102,8 +2079,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2114,8 +2090,7 @@ public struct DeleteDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2132,8 +2107,7 @@ public struct DeleteTagsForDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, tagsToDelete: [Swift.String]? = nil - ) - { + ) { self.domainName = domainName self.tagsToDelete = tagsToDelete } @@ -2151,8 +2125,7 @@ public struct DisableDomainAutoRenewInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2170,8 +2143,7 @@ public struct DisableDomainTransferLockInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2183,8 +2155,7 @@ public struct DisableDomainTransferLockOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2200,8 +2171,7 @@ public struct DisassociateDelegationSignerFromDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.id = id } @@ -2213,8 +2183,7 @@ public struct DisassociateDelegationSignerFromDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2246,8 +2215,7 @@ extension Route53DomainsClientTypes { id: Swift.String? = nil, keyTag: Swift.Int? = nil, publicKey: Swift.String? = nil - ) - { + ) { self.algorithm = algorithm self.digest = digest self.digestType = digestType @@ -2273,8 +2241,7 @@ extension Route53DomainsClientTypes { public init( currency: Swift.String? = nil, price: Swift.Double = 0.0 - ) - { + ) { self.currency = currency self.price = price } @@ -2305,8 +2272,7 @@ extension Route53DomainsClientTypes { renewalPrice: Route53DomainsClientTypes.PriceWithCurrency? = nil, restorationPrice: Route53DomainsClientTypes.PriceWithCurrency? = nil, transferPrice: Route53DomainsClientTypes.PriceWithCurrency? = nil - ) - { + ) { self.changeOwnershipPrice = changeOwnershipPrice self.name = name self.registrationPrice = registrationPrice @@ -2329,8 +2295,7 @@ extension Route53DomainsClientTypes { public init( availability: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.availability = availability self.domainName = domainName } @@ -2355,8 +2320,7 @@ extension Route53DomainsClientTypes { domainName: Swift.String? = nil, expiry: Foundation.Date? = nil, transferLock: Swift.Bool? = nil - ) - { + ) { self.autoRenew = autoRenew self.domainName = domainName self.expiry = expiry @@ -2372,8 +2336,7 @@ public struct EnableDomainAutoRenewInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2391,8 +2354,7 @@ public struct EnableDomainTransferLockInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2404,8 +2366,7 @@ public struct EnableDomainTransferLockOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2495,8 +2456,7 @@ extension Route53DomainsClientTypes { name: Route53DomainsClientTypes.ListDomainsAttributeName? = nil, `operator`: Route53DomainsClientTypes.Operator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -2510,8 +2470,7 @@ public struct GetContactReachabilityStatusInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2557,8 +2516,7 @@ public struct GetContactReachabilityStatusOutput: Swift.Sendable { public init( domainName: Swift.String? = nil, status: Route53DomainsClientTypes.ReachabilityStatus? = nil - ) - { + ) { self.domainName = domainName self.status = status } @@ -2572,8 +2530,7 @@ public struct GetDomainDetailInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -2591,8 +2548,7 @@ extension Route53DomainsClientTypes { public init( glueIps: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.glueIps = glueIps self.name = name } @@ -2675,8 +2631,7 @@ public struct GetDomainDetailOutput: Swift.Sendable { techPrivacy: Swift.Bool? = nil, updatedDate: Foundation.Date? = nil, whoIsServer: Swift.String? = nil - ) - { + ) { self.abuseContactEmail = abuseContactEmail self.abuseContactPhone = abuseContactPhone self.adminContact = adminContact @@ -2735,8 +2690,7 @@ public struct GetDomainSuggestionsInput: Swift.Sendable { domainName: Swift.String? = nil, onlyAvailable: Swift.Bool? = nil, suggestionCount: Swift.Int? = 0 - ) - { + ) { self.domainName = domainName self.onlyAvailable = onlyAvailable self.suggestionCount = suggestionCount @@ -2749,8 +2703,7 @@ public struct GetDomainSuggestionsOutput: Swift.Sendable { public init( suggestionsList: [Route53DomainsClientTypes.DomainSuggestion]? = nil - ) - { + ) { self.suggestionsList = suggestionsList } } @@ -2763,8 +2716,7 @@ public struct GetOperationDetailInput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2883,8 +2835,7 @@ public struct GetOperationDetailOutput: Swift.Sendable { statusFlag: Route53DomainsClientTypes.StatusFlag? = nil, submittedDate: Foundation.Date? = nil, type: Route53DomainsClientTypes.OperationType? = nil - ) - { + ) { self.domainName = domainName self.lastUpdatedDate = lastUpdatedDate self.message = message @@ -2939,8 +2890,7 @@ extension Route53DomainsClientTypes { public init( name: Route53DomainsClientTypes.ListDomainsAttributeName? = nil, sortOrder: Route53DomainsClientTypes.SortOrder? = nil - ) - { + ) { self.name = name self.sortOrder = sortOrder } @@ -2963,8 +2913,7 @@ public struct ListDomainsInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, sortCondition: Route53DomainsClientTypes.SortCondition? = nil - ) - { + ) { self.filterConditions = filterConditions self.marker = marker self.maxItems = maxItems @@ -2982,8 +2931,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domains: [Route53DomainsClientTypes.DomainSummary]? = nil, nextPageMarker: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextPageMarker = nextPageMarker } @@ -3040,8 +2988,7 @@ public struct ListOperationsInput: Swift.Sendable { status: [Route53DomainsClientTypes.OperationStatus]? = nil, submittedSince: Foundation.Date? = nil, type: [Route53DomainsClientTypes.OperationType]? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.sortBy = sortBy @@ -3092,8 +3039,7 @@ extension Route53DomainsClientTypes { statusFlag: Route53DomainsClientTypes.StatusFlag? = nil, submittedDate: Foundation.Date? = nil, type: Route53DomainsClientTypes.OperationType? = nil - ) - { + ) { self.domainName = domainName self.lastUpdatedDate = lastUpdatedDate self.message = message @@ -3116,8 +3062,7 @@ public struct ListOperationsOutput: Swift.Sendable { public init( nextPageMarker: Swift.String? = nil, operations: [Route53DomainsClientTypes.OperationSummary]? = nil - ) - { + ) { self.nextPageMarker = nextPageMarker self.operations = operations } @@ -3135,8 +3080,7 @@ public struct ListPricesInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, tld: Swift.String? = nil - ) - { + ) { self.marker = marker self.maxItems = maxItems self.tld = tld @@ -3152,8 +3096,7 @@ public struct ListPricesOutput: Swift.Sendable { public init( nextPageMarker: Swift.String? = nil, prices: [Route53DomainsClientTypes.DomainPrice]? = nil - ) - { + ) { self.nextPageMarker = nextPageMarker self.prices = prices } @@ -3167,8 +3110,7 @@ public struct ListTagsForDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3185,8 +3127,7 @@ extension Route53DomainsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3200,8 +3141,7 @@ public struct ListTagsForDomainOutput: Swift.Sendable { public init( tagList: [Route53DomainsClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -3217,8 +3157,7 @@ public struct PushDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.target = target } @@ -3280,8 +3219,7 @@ public struct RegisterDomainInput: Swift.Sendable { privacyProtectTechContact: Swift.Bool? = nil, registrantContact: Route53DomainsClientTypes.ContactDetail? = nil, techContact: Route53DomainsClientTypes.ContactDetail? = nil - ) - { + ) { self.adminContact = adminContact self.autoRenew = autoRenew self.billingContact = billingContact @@ -3309,8 +3247,7 @@ public struct RegisterDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3323,8 +3260,7 @@ public struct RejectDomainTransferFromAnotherAwsAccountInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3336,8 +3272,7 @@ public struct RejectDomainTransferFromAnotherAwsAccountOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3357,8 +3292,7 @@ public struct RenewDomainInput: Swift.Sendable { currentExpiryYear: Swift.Int? = 0, domainName: Swift.String? = nil, durationInYears: Swift.Int? = nil - ) - { + ) { self.currentExpiryYear = currentExpiryYear self.domainName = domainName self.durationInYears = durationInYears @@ -3371,8 +3305,7 @@ public struct RenewDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3383,8 +3316,7 @@ public struct ResendContactReachabilityEmailInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3401,8 +3333,7 @@ public struct ResendContactReachabilityEmailOutput: Swift.Sendable { domainName: Swift.String? = nil, emailAddress: Swift.String? = nil, isAlreadyVerified: Swift.Bool? = nil - ) - { + ) { self.domainName = domainName self.emailAddress = emailAddress self.isAlreadyVerified = isAlreadyVerified @@ -3421,8 +3352,7 @@ public struct ResendOperationAuthorizationInput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3435,8 +3365,7 @@ public struct RetrieveDomainAuthCodeInput: Swift.Sendable { public init( domainName: Swift.String? = nil - ) - { + ) { self.domainName = domainName } } @@ -3448,8 +3377,7 @@ public struct RetrieveDomainAuthCodeOutput: Swift.Sendable { public init( authCode: Swift.String? = nil - ) - { + ) { self.authCode = authCode } } @@ -3518,8 +3446,7 @@ public struct TransferDomainInput: Swift.Sendable { privacyProtectTechContact: Swift.Bool? = nil, registrantContact: Route53DomainsClientTypes.ContactDetail? = nil, techContact: Route53DomainsClientTypes.ContactDetail? = nil - ) - { + ) { self.adminContact = adminContact self.authCode = authCode self.autoRenew = autoRenew @@ -3549,8 +3476,7 @@ public struct TransferDomainOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3567,8 +3493,7 @@ public struct TransferDomainToAnotherAwsAccountInput: Swift.Sendable { public init( accountId: Swift.String? = nil, domainName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.domainName = domainName } @@ -3584,8 +3509,7 @@ public struct TransferDomainToAnotherAwsAccountOutput: Swift.Sendable { public init( operationId: Swift.String? = nil, password: Swift.String? = nil - ) - { + ) { self.operationId = operationId self.password = password } @@ -3619,8 +3543,7 @@ public struct UpdateDomainContactInput: Swift.Sendable { domainName: Swift.String? = nil, registrantContact: Route53DomainsClientTypes.ContactDetail? = nil, techContact: Route53DomainsClientTypes.ContactDetail? = nil - ) - { + ) { self.adminContact = adminContact self.billingContact = billingContact self.consent = consent @@ -3642,8 +3565,7 @@ public struct UpdateDomainContactOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3668,8 +3590,7 @@ public struct UpdateDomainContactPrivacyInput: Swift.Sendable { domainName: Swift.String? = nil, registrantPrivacy: Swift.Bool? = nil, techPrivacy: Swift.Bool? = nil - ) - { + ) { self.adminPrivacy = adminPrivacy self.billingPrivacy = billingPrivacy self.domainName = domainName @@ -3685,8 +3606,7 @@ public struct UpdateDomainContactPrivacyOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3707,8 +3627,7 @@ public struct UpdateDomainNameserversInput: Swift.Sendable { domainName: Swift.String? = nil, fiAuthKey: Swift.String? = nil, nameservers: [Route53DomainsClientTypes.Nameserver]? = nil - ) - { + ) { self.domainName = domainName self.fiAuthKey = fiAuthKey self.nameservers = nameservers @@ -3727,8 +3646,7 @@ public struct UpdateDomainNameserversOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -3744,8 +3662,7 @@ public struct UpdateTagsForDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, tagsToUpdate: [Route53DomainsClientTypes.Tag]? = nil - ) - { + ) { self.domainName = domainName self.tagsToUpdate = tagsToUpdate } @@ -3772,8 +3689,7 @@ public struct ViewBillingInput: Swift.Sendable { marker: Swift.String? = nil, maxItems: Swift.Int? = nil, start: Foundation.Date? = nil - ) - { + ) { self.end = end self.marker = marker self.maxItems = maxItems @@ -3791,8 +3707,7 @@ public struct ViewBillingOutput: Swift.Sendable { public init( billingRecords: [Route53DomainsClientTypes.BillingRecord]? = nil, nextPageMarker: Swift.String? = nil - ) - { + ) { self.billingRecords = billingRecords self.nextPageMarker = nextPageMarker } diff --git a/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Route53DomainsClient.swift b/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Route53DomainsClient.swift index b0449ebe8ef..e3acf5f73c2 100644 --- a/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Route53DomainsClient.swift +++ b/Sources/Services/AWSRoute53Domains/Sources/AWSRoute53Domains/Route53DomainsClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53DomainsClient: ClientRuntime.Client { public static let clientName = "Route53DomainsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53DomainsClient.Route53DomainsClientConfiguration let serviceName = "Route 53 Domains" diff --git a/Sources/Services/AWSRoute53Profiles/Package.swift.txt b/Sources/Services/AWSRoute53Profiles/Package.swift.txt index b3a35800dc6..fcf10502ce8 100644 --- a/Sources/Services/AWSRoute53Profiles/Package.swift.txt +++ b/Sources/Services/AWSRoute53Profiles/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Models.swift b/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Models.swift index 326d3230f03..ca76be06e78 100644 --- a/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Models.swift +++ b/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( fieldName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldName = fieldName self.properties.message = message } @@ -125,8 +122,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -153,8 +149,7 @@ public struct ResourceExistsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -181,8 +176,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -206,8 +200,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -230,8 +223,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -250,8 +242,7 @@ extension Route53ProfilesClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -276,8 +267,7 @@ public struct AssociateProfileInput: Swift.Sendable { profileId: Swift.String? = nil, resourceId: Swift.String? = nil, tags: [Route53ProfilesClientTypes.Tag]? = nil - ) - { + ) { self.name = name self.profileId = profileId self.resourceId = resourceId @@ -359,8 +349,7 @@ extension Route53ProfilesClientTypes { resourceId: Swift.String? = nil, status: Route53ProfilesClientTypes.ProfileStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.modificationTime = modificationTime @@ -380,8 +369,7 @@ public struct AssociateProfileOutput: Swift.Sendable { public init( profileAssociation: Route53ProfilesClientTypes.ProfileAssociation? = nil - ) - { + ) { self.profileAssociation = profileAssociation } } @@ -404,8 +392,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -428,8 +415,7 @@ public struct AssociateResourceToProfileInput: Swift.Sendable { profileId: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceProperties: Swift.String? = nil - ) - { + ) { self.name = name self.profileId = profileId self.resourceArn = resourceArn @@ -476,8 +462,7 @@ extension Route53ProfilesClientTypes { resourceType: Swift.String? = nil, status: Route53ProfilesClientTypes.ProfileStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.id = id self.modificationTime = modificationTime @@ -499,8 +484,7 @@ public struct AssociateResourceToProfileOutput: Swift.Sendable { public init( profileResourceAssociation: Route53ProfilesClientTypes.ProfileResourceAssociation? = nil - ) - { + ) { self.profileResourceAssociation = profileResourceAssociation } } @@ -519,8 +503,7 @@ public struct CreateProfileInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, tags: [Route53ProfilesClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.tags = tags @@ -595,8 +578,7 @@ extension Route53ProfilesClientTypes { shareStatus: Route53ProfilesClientTypes.ShareStatus? = nil, status: Route53ProfilesClientTypes.ProfileStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.creationTime = creationTime @@ -617,8 +599,7 @@ public struct CreateProfileOutput: Swift.Sendable { public init( profile: Route53ProfilesClientTypes.Profile? = nil - ) - { + ) { self.profile = profile } } @@ -630,8 +611,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -642,8 +622,7 @@ public struct DeleteProfileOutput: Swift.Sendable { public init( profile: Route53ProfilesClientTypes.Profile? = nil - ) - { + ) { self.profile = profile } } @@ -659,8 +638,7 @@ public struct DisassociateProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.profileId = profileId self.resourceId = resourceId } @@ -672,8 +650,7 @@ public struct DisassociateProfileOutput: Swift.Sendable { public init( profileAssociation: Route53ProfilesClientTypes.ProfileAssociation? = nil - ) - { + ) { self.profileAssociation = profileAssociation } } @@ -689,8 +666,7 @@ public struct DisassociateResourceFromProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.profileId = profileId self.resourceArn = resourceArn } @@ -702,8 +678,7 @@ public struct DisassociateResourceFromProfileOutput: Swift.Sendable { public init( profileResourceAssociation: Route53ProfilesClientTypes.ProfileResourceAssociation? = nil - ) - { + ) { self.profileResourceAssociation = profileResourceAssociation } } @@ -715,8 +690,7 @@ public struct GetProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -727,8 +701,7 @@ public struct GetProfileOutput: Swift.Sendable { public init( profile: Route53ProfilesClientTypes.Profile? = nil - ) - { + ) { self.profile = profile } } @@ -740,8 +713,7 @@ public struct GetProfileAssociationInput: Swift.Sendable { public init( profileAssociationId: Swift.String? = nil - ) - { + ) { self.profileAssociationId = profileAssociationId } } @@ -752,8 +724,7 @@ public struct GetProfileAssociationOutput: Swift.Sendable { public init( profileAssociation: Route53ProfilesClientTypes.ProfileAssociation? = nil - ) - { + ) { self.profileAssociation = profileAssociation } } @@ -765,8 +736,7 @@ public struct GetProfileResourceAssociationInput: Swift.Sendable { public init( profileResourceAssociationId: Swift.String? = nil - ) - { + ) { self.profileResourceAssociationId = profileResourceAssociationId } } @@ -777,8 +747,7 @@ public struct GetProfileResourceAssociationOutput: Swift.Sendable { public init( profileResourceAssociation: Route53ProfilesClientTypes.ProfileResourceAssociation? = nil - ) - { + ) { self.profileResourceAssociation = profileResourceAssociation } } @@ -801,8 +770,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -822,8 +790,7 @@ public struct ListProfileAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, profileId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileId = profileId @@ -840,8 +807,7 @@ public struct ListProfileAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileAssociations: [Route53ProfilesClientTypes.ProfileAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.profileAssociations = profileAssociations } @@ -863,8 +829,7 @@ public struct ListProfileResourceAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, profileId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileId = profileId @@ -881,8 +846,7 @@ public struct ListProfileResourceAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileResourceAssociations: [Route53ProfilesClientTypes.ProfileResourceAssociation]? = nil - ) - { + ) { self.nextToken = nextToken self.profileResourceAssociations = profileResourceAssociations } @@ -897,8 +861,7 @@ public struct ListProfilesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -922,8 +885,7 @@ extension Route53ProfilesClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, shareStatus: Route53ProfilesClientTypes.ShareStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -941,8 +903,7 @@ public struct ListProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileSummaries: [Route53ProfilesClientTypes.ProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.profileSummaries = profileSummaries } @@ -955,8 +916,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -968,8 +928,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -985,8 +944,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1008,8 +966,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1033,8 +990,7 @@ public struct UpdateProfileResourceAssociationInput: Swift.Sendable { name: Swift.String? = nil, profileResourceAssociationId: Swift.String? = nil, resourceProperties: Swift.String? = nil - ) - { + ) { self.name = name self.profileResourceAssociationId = profileResourceAssociationId self.resourceProperties = resourceProperties @@ -1047,8 +1003,7 @@ public struct UpdateProfileResourceAssociationOutput: Swift.Sendable { public init( profileResourceAssociation: Route53ProfilesClientTypes.ProfileResourceAssociation? = nil - ) - { + ) { self.profileResourceAssociation = profileResourceAssociation } } diff --git a/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Route53ProfilesClient.swift b/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Route53ProfilesClient.swift index d6fbaee148a..556a3d3e8fc 100644 --- a/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Route53ProfilesClient.swift +++ b/Sources/Services/AWSRoute53Profiles/Sources/AWSRoute53Profiles/Route53ProfilesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53ProfilesClient: ClientRuntime.Client { public static let clientName = "Route53ProfilesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53ProfilesClient.Route53ProfilesClientConfiguration let serviceName = "Route53Profiles" diff --git a/Sources/Services/AWSRoute53RecoveryCluster/Package.swift.txt b/Sources/Services/AWSRoute53RecoveryCluster/Package.swift.txt index a237f671bd7..dd4b04700e9 100644 --- a/Sources/Services/AWSRoute53RecoveryCluster/Package.swift.txt +++ b/Sources/Services/AWSRoute53RecoveryCluster/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Models.swift b/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Models.swift index 9062c7d08ca..1211beabad9 100644 --- a/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Models.swift +++ b/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Models.swift @@ -41,8 +41,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -75,8 +74,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -102,8 +100,7 @@ public struct EndpointTemporarilyUnavailableException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +127,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -164,8 +160,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -194,8 +189,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -215,8 +209,7 @@ extension Route53RecoveryClusterClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -284,8 +277,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [Route53RecoveryClusterClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: Route53RecoveryClusterClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -299,8 +291,7 @@ public struct GetRoutingControlStateInput: Swift.Sendable { public init( routingControlArn: Swift.String? = nil - ) - { + ) { self.routingControlArn = routingControlArn } } @@ -348,8 +339,7 @@ public struct GetRoutingControlStateOutput: Swift.Sendable { routingControlArn: Swift.String? = nil, routingControlName: Swift.String? = nil, routingControlState: Route53RecoveryClusterClientTypes.RoutingControlState? = nil - ) - { + ) { self.routingControlArn = routingControlArn self.routingControlName = routingControlName self.routingControlState = routingControlState @@ -368,8 +358,7 @@ public struct ListRoutingControlsInput: Swift.Sendable { controlPanelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.maxResults = maxResults self.nextToken = nextToken @@ -400,8 +389,7 @@ extension Route53RecoveryClusterClientTypes { routingControlArn: Swift.String? = nil, routingControlName: Swift.String? = nil, routingControlState: Route53RecoveryClusterClientTypes.RoutingControlState? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.controlPanelName = controlPanelName self.owner = owner @@ -422,8 +410,7 @@ public struct ListRoutingControlsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routingControls: [Route53RecoveryClusterClientTypes.RoutingControl]? = nil - ) - { + ) { self.nextToken = nextToken self.routingControls = routingControls } @@ -462,8 +449,7 @@ public struct ServiceLimitExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.limitCode = limitCode self.properties.message = message self.properties.resourceId = resourceId @@ -486,8 +472,7 @@ public struct UpdateRoutingControlStateInput: Swift.Sendable { routingControlArn: Swift.String? = nil, routingControlState: Route53RecoveryClusterClientTypes.RoutingControlState? = nil, safetyRulesToOverride: [Swift.String]? = nil - ) - { + ) { self.routingControlArn = routingControlArn self.routingControlState = routingControlState self.safetyRulesToOverride = safetyRulesToOverride @@ -513,8 +498,7 @@ extension Route53RecoveryClusterClientTypes { public init( routingControlArn: Swift.String? = nil, routingControlState: Route53RecoveryClusterClientTypes.RoutingControlState? = nil - ) - { + ) { self.routingControlArn = routingControlArn self.routingControlState = routingControlState } @@ -531,8 +515,7 @@ public struct UpdateRoutingControlStatesInput: Swift.Sendable { public init( safetyRulesToOverride: [Swift.String]? = nil, updateRoutingControlStateEntries: [Route53RecoveryClusterClientTypes.UpdateRoutingControlStateEntry]? = nil - ) - { + ) { self.safetyRulesToOverride = safetyRulesToOverride self.updateRoutingControlStateEntries = updateRoutingControlStateEntries } diff --git a/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Route53RecoveryClusterClient.swift b/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Route53RecoveryClusterClient.swift index 23d0c9561e7..e0784cd27ca 100644 --- a/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Route53RecoveryClusterClient.swift +++ b/Sources/Services/AWSRoute53RecoveryCluster/Sources/AWSRoute53RecoveryCluster/Route53RecoveryClusterClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53RecoveryClusterClient: ClientRuntime.Client { public static let clientName = "Route53RecoveryClusterClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53RecoveryClusterClient.Route53RecoveryClusterClientConfiguration let serviceName = "Route53 Recovery Cluster" diff --git a/Sources/Services/AWSRoute53RecoveryControlConfig/Package.swift.txt b/Sources/Services/AWSRoute53RecoveryControlConfig/Package.swift.txt index 578bdfac60e..4ea2ff5c73a 100644 --- a/Sources/Services/AWSRoute53RecoveryControlConfig/Package.swift.txt +++ b/Sources/Services/AWSRoute53RecoveryControlConfig/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,11 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", + package: "smithy-swift" + ), + .product( + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -69,17 +73,13 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( name: "SmithyWaitersAPI", package: "smithy-swift" ), - .product( - name: "SmithyTestUtil", - package: "smithy-swift" - ), ] ), .testTarget( diff --git a/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Models.swift b/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Models.swift index 61e478c9668..170f61ee422 100644 --- a/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Models.swift +++ b/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Models.swift @@ -37,8 +37,7 @@ extension Route53RecoveryControlConfigClientTypes { public init( endpoint: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.region = region } @@ -99,8 +98,7 @@ extension Route53RecoveryControlConfigClientTypes { name: Swift.String? = nil, owner: Swift.String? = nil, status: Route53RecoveryControlConfigClientTypes.Status? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterEndpoints = clusterEndpoints self.name = name @@ -137,8 +135,7 @@ extension Route53RecoveryControlConfigClientTypes { owner: Swift.String? = nil, routingControlCount: Swift.Int? = nil, status: Route53RecoveryControlConfigClientTypes.Status? = nil - ) - { + ) { self.clusterArn = clusterArn self.controlPanelArn = controlPanelArn self.defaultControlPanel = defaultControlPanel @@ -171,8 +168,7 @@ extension Route53RecoveryControlConfigClientTypes { owner: Swift.String? = nil, routingControlArn: Swift.String? = nil, status: Route53RecoveryControlConfigClientTypes.Status? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.name = name self.owner = owner @@ -233,8 +229,7 @@ extension Route53RecoveryControlConfigClientTypes { inverted: Swift.Bool? = nil, threshold: Swift.Int? = nil, type: Route53RecoveryControlConfigClientTypes.RuleType? = nil - ) - { + ) { self.inverted = inverted self.threshold = threshold self.type = type @@ -279,8 +274,7 @@ extension Route53RecoveryControlConfigClientTypes { safetyRuleArn: Swift.String? = nil, status: Route53RecoveryControlConfigClientTypes.Status? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.assertedControls = assertedControls self.controlPanelArn = controlPanelArn self.name = name @@ -334,8 +328,7 @@ extension Route53RecoveryControlConfigClientTypes { status: Route53RecoveryControlConfigClientTypes.Status? = nil, targetControls: [Swift.String]? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.gatingControls = gatingControls self.name = name @@ -361,8 +354,7 @@ extension Route53RecoveryControlConfigClientTypes { public init( assertion: Route53RecoveryControlConfigClientTypes.AssertionRule? = nil, gating: Route53RecoveryControlConfigClientTypes.GatingRule? = nil - ) - { + ) { self.assertion = assertion self.gating = gating } @@ -388,8 +380,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -412,8 +403,7 @@ extension Route53RecoveryControlConfigClientTypes { name: Swift.String? = nil, safetyRuleArn: Swift.String? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.name = name self.safetyRuleArn = safetyRuleArn self.waitPeriodMs = waitPeriodMs @@ -440,8 +430,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -465,8 +454,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -490,8 +478,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -515,8 +502,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -540,8 +526,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -565,8 +550,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -585,8 +569,7 @@ public struct CreateClusterInput: Swift.Sendable { clientToken: Swift.String? = nil, clusterName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.clusterName = clusterName self.tags = tags @@ -599,8 +582,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( cluster: Route53RecoveryControlConfigClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -623,8 +605,7 @@ public struct CreateControlPanelInput: Swift.Sendable { clusterArn: Swift.String? = nil, controlPanelName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.clusterArn = clusterArn self.controlPanelName = controlPanelName @@ -638,8 +619,7 @@ public struct CreateControlPanelOutput: Swift.Sendable { public init( controlPanel: Route53RecoveryControlConfigClientTypes.ControlPanel? = nil - ) - { + ) { self.controlPanel = controlPanel } } @@ -662,8 +642,7 @@ public struct CreateRoutingControlInput: Swift.Sendable { clusterArn: Swift.String? = nil, controlPanelArn: Swift.String? = nil, routingControlName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.clusterArn = clusterArn self.controlPanelArn = controlPanelArn @@ -677,8 +656,7 @@ public struct CreateRoutingControlOutput: Swift.Sendable { public init( routingControl: Route53RecoveryControlConfigClientTypes.RoutingControl? = nil - ) - { + ) { self.routingControl = routingControl } } @@ -709,8 +687,7 @@ extension Route53RecoveryControlConfigClientTypes { name: Swift.String? = nil, ruleConfig: Route53RecoveryControlConfigClientTypes.RuleConfig? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.assertedControls = assertedControls self.controlPanelArn = controlPanelArn self.name = name @@ -750,8 +727,7 @@ extension Route53RecoveryControlConfigClientTypes { ruleConfig: Route53RecoveryControlConfigClientTypes.RuleConfig? = nil, targetControls: [Swift.String]? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.gatingControls = gatingControls self.name = name @@ -778,8 +754,7 @@ public struct CreateSafetyRuleInput: Swift.Sendable { clientToken: Swift.String? = nil, gatingRule: Route53RecoveryControlConfigClientTypes.NewGatingRule? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assertionRule = assertionRule self.clientToken = clientToken self.gatingRule = gatingRule @@ -796,8 +771,7 @@ public struct CreateSafetyRuleOutput: Swift.Sendable { public init( assertionRule: Route53RecoveryControlConfigClientTypes.AssertionRule? = nil, gatingRule: Route53RecoveryControlConfigClientTypes.GatingRule? = nil - ) - { + ) { self.assertionRule = assertionRule self.gatingRule = gatingRule } @@ -810,8 +784,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -828,8 +801,7 @@ public struct DeleteControlPanelInput: Swift.Sendable { public init( controlPanelArn: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn } } @@ -846,8 +818,7 @@ public struct DeleteRoutingControlInput: Swift.Sendable { public init( routingControlArn: Swift.String? = nil - ) - { + ) { self.routingControlArn = routingControlArn } } @@ -864,8 +835,7 @@ public struct DeleteSafetyRuleInput: Swift.Sendable { public init( safetyRuleArn: Swift.String? = nil - ) - { + ) { self.safetyRuleArn = safetyRuleArn } } @@ -882,8 +852,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -894,8 +863,7 @@ public struct DescribeClusterOutput: Swift.Sendable { public init( cluster: Route53RecoveryControlConfigClientTypes.Cluster? = nil - ) - { + ) { self.cluster = cluster } } @@ -907,8 +875,7 @@ public struct DescribeControlPanelInput: Swift.Sendable { public init( controlPanelArn: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn } } @@ -919,8 +886,7 @@ public struct DescribeControlPanelOutput: Swift.Sendable { public init( controlPanel: Route53RecoveryControlConfigClientTypes.ControlPanel? = nil - ) - { + ) { self.controlPanel = controlPanel } } @@ -932,8 +898,7 @@ public struct DescribeRoutingControlInput: Swift.Sendable { public init( routingControlArn: Swift.String? = nil - ) - { + ) { self.routingControlArn = routingControlArn } } @@ -944,8 +909,7 @@ public struct DescribeRoutingControlOutput: Swift.Sendable { public init( routingControl: Route53RecoveryControlConfigClientTypes.RoutingControl? = nil - ) - { + ) { self.routingControl = routingControl } } @@ -957,8 +921,7 @@ public struct DescribeSafetyRuleInput: Swift.Sendable { public init( safetyRuleArn: Swift.String? = nil - ) - { + ) { self.safetyRuleArn = safetyRuleArn } } @@ -972,8 +935,7 @@ public struct DescribeSafetyRuleOutput: Swift.Sendable { public init( assertionRule: Route53RecoveryControlConfigClientTypes.AssertionRule? = nil, gatingRule: Route53RecoveryControlConfigClientTypes.GatingRule? = nil - ) - { + ) { self.assertionRule = assertionRule self.gatingRule = gatingRule } @@ -997,8 +959,7 @@ extension Route53RecoveryControlConfigClientTypes { name: Swift.String? = nil, safetyRuleArn: Swift.String? = nil, waitPeriodMs: Swift.Int? = nil - ) - { + ) { self.name = name self.safetyRuleArn = safetyRuleArn self.waitPeriodMs = waitPeriodMs @@ -1013,8 +974,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1025,8 +985,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1044,8 +1003,7 @@ public struct ListAssociatedRoute53HealthChecksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, routingControlArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.routingControlArn = routingControlArn @@ -1061,8 +1019,7 @@ public struct ListAssociatedRoute53HealthChecksOutput: Swift.Sendable { public init( healthCheckIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.healthCheckIds = healthCheckIds self.nextToken = nextToken } @@ -1077,8 +1034,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1093,8 +1049,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusters: [Route53RecoveryControlConfigClientTypes.Cluster]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusters = clusters self.nextToken = nextToken } @@ -1112,8 +1067,7 @@ public struct ListControlPanelsInput: Swift.Sendable { clusterArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn self.maxResults = maxResults self.nextToken = nextToken @@ -1129,8 +1083,7 @@ public struct ListControlPanelsOutput: Swift.Sendable { public init( controlPanels: [Route53RecoveryControlConfigClientTypes.ControlPanel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlPanels = controlPanels self.nextToken = nextToken } @@ -1149,8 +1102,7 @@ public struct ListRoutingControlsInput: Swift.Sendable { controlPanelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.maxResults = maxResults self.nextToken = nextToken @@ -1166,8 +1118,7 @@ public struct ListRoutingControlsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, routingControls: [Route53RecoveryControlConfigClientTypes.RoutingControl]? = nil - ) - { + ) { self.nextToken = nextToken self.routingControls = routingControls } @@ -1186,8 +1137,7 @@ public struct ListSafetyRulesInput: Swift.Sendable { controlPanelArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.maxResults = maxResults self.nextToken = nextToken @@ -1203,8 +1153,7 @@ public struct ListSafetyRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, safetyRules: [Route53RecoveryControlConfigClientTypes.Rule]? = nil - ) - { + ) { self.nextToken = nextToken self.safetyRules = safetyRules } @@ -1217,8 +1166,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1229,8 +1177,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1247,8 +1194,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1270,8 +1216,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1294,8 +1239,7 @@ public struct UpdateControlPanelInput: Swift.Sendable { public init( controlPanelArn: Swift.String? = nil, controlPanelName: Swift.String? = nil - ) - { + ) { self.controlPanelArn = controlPanelArn self.controlPanelName = controlPanelName } @@ -1307,8 +1251,7 @@ public struct UpdateControlPanelOutput: Swift.Sendable { public init( controlPanel: Route53RecoveryControlConfigClientTypes.ControlPanel? = nil - ) - { + ) { self.controlPanel = controlPanel } } @@ -1325,8 +1268,7 @@ public struct UpdateRoutingControlInput: Swift.Sendable { public init( routingControlArn: Swift.String? = nil, routingControlName: Swift.String? = nil - ) - { + ) { self.routingControlArn = routingControlArn self.routingControlName = routingControlName } @@ -1338,8 +1280,7 @@ public struct UpdateRoutingControlOutput: Swift.Sendable { public init( routingControl: Route53RecoveryControlConfigClientTypes.RoutingControl? = nil - ) - { + ) { self.routingControl = routingControl } } @@ -1354,8 +1295,7 @@ public struct UpdateSafetyRuleInput: Swift.Sendable { public init( assertionRuleUpdate: Route53RecoveryControlConfigClientTypes.AssertionRuleUpdate? = nil, gatingRuleUpdate: Route53RecoveryControlConfigClientTypes.GatingRuleUpdate? = nil - ) - { + ) { self.assertionRuleUpdate = assertionRuleUpdate self.gatingRuleUpdate = gatingRuleUpdate } @@ -1370,8 +1310,7 @@ public struct UpdateSafetyRuleOutput: Swift.Sendable { public init( assertionRule: Route53RecoveryControlConfigClientTypes.AssertionRule? = nil, gatingRule: Route53RecoveryControlConfigClientTypes.GatingRule? = nil - ) - { + ) { self.assertionRule = assertionRule self.gatingRule = gatingRule } diff --git a/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Route53RecoveryControlConfigClient.swift b/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Route53RecoveryControlConfigClient.swift index a865f489cbf..f1778a432b4 100644 --- a/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Route53RecoveryControlConfigClient.swift +++ b/Sources/Services/AWSRoute53RecoveryControlConfig/Sources/AWSRoute53RecoveryControlConfig/Route53RecoveryControlConfigClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53RecoveryControlConfigClient: ClientRuntime.Client { public static let clientName = "Route53RecoveryControlConfigClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53RecoveryControlConfigClient.Route53RecoveryControlConfigClientConfiguration let serviceName = "Route53 Recovery Control Config" diff --git a/Sources/Services/AWSRoute53RecoveryReadiness/Package.swift.txt b/Sources/Services/AWSRoute53RecoveryReadiness/Package.swift.txt index 4c300d4eba6..37266be18f0 100644 --- a/Sources/Services/AWSRoute53RecoveryReadiness/Package.swift.txt +++ b/Sources/Services/AWSRoute53RecoveryReadiness/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Models.swift b/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Models.swift index 74c67dd8db9..ecb40cc9e39 100644 --- a/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Models.swift +++ b/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Models.swift @@ -79,8 +79,7 @@ extension Route53RecoveryReadinessClientTypes { cells: [Swift.String]? = nil, parentReadinessScopes: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cellArn = cellArn self.cellName = cellName self.cells = cells @@ -108,8 +107,7 @@ extension Route53RecoveryReadinessClientTypes { resourceType: Swift.String? = nil, ruleDescription: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.ruleDescription = ruleDescription self.ruleId = ruleId @@ -126,8 +124,7 @@ extension Route53RecoveryReadinessClientTypes { public init( messageText: Swift.String? = nil - ) - { + ) { self.messageText = messageText } } @@ -153,8 +150,7 @@ extension Route53RecoveryReadinessClientTypes { readinessCheckName: Swift.String? = nil, resourceSet: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.readinessCheckArn = readinessCheckArn self.readinessCheckName = readinessCheckName self.resourceSet = resourceSet @@ -211,8 +207,7 @@ extension Route53RecoveryReadinessClientTypes { public init( readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, readinessCheckName: Swift.String? = nil - ) - { + ) { self.readiness = readiness self.readinessCheckName = readinessCheckName } @@ -229,8 +224,7 @@ extension Route53RecoveryReadinessClientTypes { public init( recommendationText: Swift.String? = nil - ) - { + ) { self.recommendationText = recommendationText } } @@ -257,8 +251,7 @@ extension Route53RecoveryReadinessClientTypes { recoveryGroupArn: Swift.String? = nil, recoveryGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cells = cells self.recoveryGroupArn = recoveryGroupArn self.recoveryGroupName = recoveryGroupName @@ -276,8 +269,7 @@ extension Route53RecoveryReadinessClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -295,8 +287,7 @@ extension Route53RecoveryReadinessClientTypes { public init( domainName: Swift.String? = nil, recordSetId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.recordSetId = recordSetId } @@ -315,8 +306,7 @@ extension Route53RecoveryReadinessClientTypes { public init( nlbResource: Route53RecoveryReadinessClientTypes.NLBResource? = nil, r53Resource: Route53RecoveryReadinessClientTypes.R53ResourceRecord? = nil - ) - { + ) { self.nlbResource = nlbResource self.r53Resource = r53Resource } @@ -344,8 +334,7 @@ extension Route53RecoveryReadinessClientTypes { recordSetId: Swift.String? = nil, recordType: Swift.String? = nil, targetResource: Route53RecoveryReadinessClientTypes.TargetResource? = nil - ) - { + ) { self.domainName = domainName self.hostedZoneArn = hostedZoneArn self.recordSetId = recordSetId @@ -373,8 +362,7 @@ extension Route53RecoveryReadinessClientTypes { dnsTargetResource: Route53RecoveryReadinessClientTypes.DNSTargetResource? = nil, readinessScopes: [Swift.String]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.componentId = componentId self.dnsTargetResource = dnsTargetResource self.readinessScopes = readinessScopes @@ -403,8 +391,7 @@ extension Route53RecoveryReadinessClientTypes { lastCheckedTimestamp: Foundation.Date? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.componentId = componentId self.lastCheckedTimestamp = lastCheckedTimestamp self.readiness = readiness @@ -438,8 +425,7 @@ extension Route53RecoveryReadinessClientTypes { resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceSetArn = resourceSetArn self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType @@ -471,8 +457,7 @@ extension Route53RecoveryReadinessClientTypes { messages: [Route53RecoveryReadinessClientTypes.Message]? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.lastCheckedTimestamp = lastCheckedTimestamp self.messages = messages self.readiness = readiness @@ -499,8 +484,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -523,8 +507,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -547,8 +530,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -571,8 +553,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -595,8 +576,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -614,8 +594,7 @@ public struct CreateCellInput: Swift.Sendable { cellName: Swift.String? = nil, cells: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cellName = cellName self.cells = cells self.tags = tags @@ -640,8 +619,7 @@ public struct CreateCellOutput: Swift.Sendable { cells: [Swift.String]? = nil, parentReadinessScopes: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cellArn = cellArn self.cellName = cellName self.cells = cells @@ -657,8 +635,7 @@ public struct CreateCrossAccountAuthorizationInput: Swift.Sendable { public init( crossAccountAuthorization: Swift.String? = nil - ) - { + ) { self.crossAccountAuthorization = crossAccountAuthorization } } @@ -669,8 +646,7 @@ public struct CreateCrossAccountAuthorizationOutput: Swift.Sendable { public init( crossAccountAuthorization: Swift.String? = nil - ) - { + ) { self.crossAccountAuthorization = crossAccountAuthorization } } @@ -689,8 +665,7 @@ public struct CreateReadinessCheckInput: Swift.Sendable { readinessCheckName: Swift.String? = nil, resourceSetName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.readinessCheckName = readinessCheckName self.resourceSetName = resourceSetName self.tags = tags @@ -712,8 +687,7 @@ public struct CreateReadinessCheckOutput: Swift.Sendable { readinessCheckName: Swift.String? = nil, resourceSet: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.readinessCheckArn = readinessCheckArn self.readinessCheckName = readinessCheckName self.resourceSet = resourceSet @@ -734,8 +708,7 @@ public struct CreateRecoveryGroupInput: Swift.Sendable { cells: [Swift.String]? = nil, recoveryGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cells = cells self.recoveryGroupName = recoveryGroupName self.tags = tags @@ -757,8 +730,7 @@ public struct CreateRecoveryGroupOutput: Swift.Sendable { recoveryGroupArn: Swift.String? = nil, recoveryGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cells = cells self.recoveryGroupArn = recoveryGroupArn self.recoveryGroupName = recoveryGroupName @@ -784,8 +756,7 @@ public struct CreateResourceSetInput: Swift.Sendable { resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType self.resources = resources @@ -811,8 +782,7 @@ public struct CreateResourceSetOutput: Swift.Sendable { resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceSetArn = resourceSetArn self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType @@ -839,8 +809,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -852,8 +821,7 @@ public struct DeleteCellInput: Swift.Sendable { public init( cellName: Swift.String? = nil - ) - { + ) { self.cellName = cellName } } @@ -865,8 +833,7 @@ public struct DeleteCrossAccountAuthorizationInput: Swift.Sendable { public init( crossAccountAuthorization: Swift.String? = nil - ) - { + ) { self.crossAccountAuthorization = crossAccountAuthorization } } @@ -883,8 +850,7 @@ public struct DeleteReadinessCheckInput: Swift.Sendable { public init( readinessCheckName: Swift.String? = nil - ) - { + ) { self.readinessCheckName = readinessCheckName } } @@ -896,8 +862,7 @@ public struct DeleteRecoveryGroupInput: Swift.Sendable { public init( recoveryGroupName: Swift.String? = nil - ) - { + ) { self.recoveryGroupName = recoveryGroupName } } @@ -909,8 +874,7 @@ public struct DeleteResourceSetInput: Swift.Sendable { public init( resourceSetName: Swift.String? = nil - ) - { + ) { self.resourceSetName = resourceSetName } } @@ -928,8 +892,7 @@ public struct GetArchitectureRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recoveryGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.recoveryGroupName = recoveryGroupName @@ -948,8 +911,7 @@ public struct GetArchitectureRecommendationsOutput: Swift.Sendable { lastAuditTimestamp: Foundation.Date? = nil, nextToken: Swift.String? = nil, recommendations: [Route53RecoveryReadinessClientTypes.Recommendation]? = nil - ) - { + ) { self.lastAuditTimestamp = lastAuditTimestamp self.nextToken = nextToken self.recommendations = recommendations @@ -963,8 +925,7 @@ public struct GetCellInput: Swift.Sendable { public init( cellName: Swift.String? = nil - ) - { + ) { self.cellName = cellName } } @@ -987,8 +948,7 @@ public struct GetCellOutput: Swift.Sendable { cells: [Swift.String]? = nil, parentReadinessScopes: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cellArn = cellArn self.cellName = cellName self.cells = cells @@ -1010,8 +970,7 @@ public struct GetCellReadinessSummaryInput: Swift.Sendable { cellName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cellName = cellName self.maxResults = maxResults self.nextToken = nextToken @@ -1030,8 +989,7 @@ public struct GetCellReadinessSummaryOutput: Swift.Sendable { nextToken: Swift.String? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, readinessChecks: [Route53RecoveryReadinessClientTypes.ReadinessCheckSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.readiness = readiness self.readinessChecks = readinessChecks @@ -1045,8 +1003,7 @@ public struct GetReadinessCheckInput: Swift.Sendable { public init( readinessCheckName: Swift.String? = nil - ) - { + ) { self.readinessCheckName = readinessCheckName } } @@ -1066,8 +1023,7 @@ public struct GetReadinessCheckOutput: Swift.Sendable { readinessCheckName: Swift.String? = nil, resourceSet: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.readinessCheckArn = readinessCheckArn self.readinessCheckName = readinessCheckName self.resourceSet = resourceSet @@ -1092,8 +1048,7 @@ public struct GetReadinessCheckResourceStatusInput: Swift.Sendable { nextToken: Swift.String? = nil, readinessCheckName: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.readinessCheckName = readinessCheckName @@ -1113,8 +1068,7 @@ public struct GetReadinessCheckResourceStatusOutput: Swift.Sendable { nextToken: Swift.String? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, rules: [Route53RecoveryReadinessClientTypes.RuleResult]? = nil - ) - { + ) { self.nextToken = nextToken self.readiness = readiness self.rules = rules @@ -1134,8 +1088,7 @@ public struct GetReadinessCheckStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, readinessCheckName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.readinessCheckName = readinessCheckName @@ -1157,8 +1110,7 @@ public struct GetReadinessCheckStatusOutput: Swift.Sendable { nextToken: Swift.String? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, resources: [Route53RecoveryReadinessClientTypes.ResourceResult]? = nil - ) - { + ) { self.messages = messages self.nextToken = nextToken self.readiness = readiness @@ -1173,8 +1125,7 @@ public struct GetRecoveryGroupInput: Swift.Sendable { public init( recoveryGroupName: Swift.String? = nil - ) - { + ) { self.recoveryGroupName = recoveryGroupName } } @@ -1194,8 +1145,7 @@ public struct GetRecoveryGroupOutput: Swift.Sendable { recoveryGroupArn: Swift.String? = nil, recoveryGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cells = cells self.recoveryGroupArn = recoveryGroupArn self.recoveryGroupName = recoveryGroupName @@ -1216,8 +1166,7 @@ public struct GetRecoveryGroupReadinessSummaryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, recoveryGroupName: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.recoveryGroupName = recoveryGroupName @@ -1236,8 +1185,7 @@ public struct GetRecoveryGroupReadinessSummaryOutput: Swift.Sendable { nextToken: Swift.String? = nil, readiness: Route53RecoveryReadinessClientTypes.Readiness? = nil, readinessChecks: [Route53RecoveryReadinessClientTypes.ReadinessCheckSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.readiness = readiness self.readinessChecks = readinessChecks @@ -1251,8 +1199,7 @@ public struct GetResourceSetInput: Swift.Sendable { public init( resourceSetName: Swift.String? = nil - ) - { + ) { self.resourceSetName = resourceSetName } } @@ -1275,8 +1222,7 @@ public struct GetResourceSetOutput: Swift.Sendable { resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceSetArn = resourceSetArn self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType @@ -1294,8 +1240,7 @@ public struct ListCellsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1310,8 +1255,7 @@ public struct ListCellsOutput: Swift.Sendable { public init( cells: [Route53RecoveryReadinessClientTypes.CellOutput]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cells = cells self.nextToken = nextToken } @@ -1326,8 +1270,7 @@ public struct ListCrossAccountAuthorizationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1342,8 +1285,7 @@ public struct ListCrossAccountAuthorizationsOutput: Swift.Sendable { public init( crossAccountAuthorizations: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.crossAccountAuthorizations = crossAccountAuthorizations self.nextToken = nextToken } @@ -1358,8 +1300,7 @@ public struct ListReadinessChecksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1374,8 +1315,7 @@ public struct ListReadinessChecksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, readinessChecks: [Route53RecoveryReadinessClientTypes.ReadinessCheckOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.readinessChecks = readinessChecks } @@ -1390,8 +1330,7 @@ public struct ListRecoveryGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1406,8 +1345,7 @@ public struct ListRecoveryGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recoveryGroups: [Route53RecoveryReadinessClientTypes.RecoveryGroupOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.recoveryGroups = recoveryGroups } @@ -1422,8 +1360,7 @@ public struct ListResourceSetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1438,8 +1375,7 @@ public struct ListResourceSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceSets: [Route53RecoveryReadinessClientTypes.ResourceSetOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceSets = resourceSets } @@ -1457,8 +1393,7 @@ public struct ListRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceType = resourceType @@ -1474,8 +1409,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rules: [Route53RecoveryReadinessClientTypes.ListRulesOutput]? = nil - ) - { + ) { self.nextToken = nextToken self.rules = rules } @@ -1488,8 +1422,7 @@ public struct ListTagsForResourcesInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1500,8 +1433,7 @@ public struct ListTagsForResourcesOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1517,8 +1449,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1540,8 +1471,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1558,8 +1488,7 @@ public struct UpdateCellInput: Swift.Sendable { public init( cellName: Swift.String? = nil, cells: [Swift.String]? = nil - ) - { + ) { self.cellName = cellName self.cells = cells } @@ -1583,8 +1512,7 @@ public struct UpdateCellOutput: Swift.Sendable { cells: [Swift.String]? = nil, parentReadinessScopes: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cellArn = cellArn self.cellName = cellName self.cells = cells @@ -1605,8 +1533,7 @@ public struct UpdateReadinessCheckInput: Swift.Sendable { public init( readinessCheckName: Swift.String? = nil, resourceSetName: Swift.String? = nil - ) - { + ) { self.readinessCheckName = readinessCheckName self.resourceSetName = resourceSetName } @@ -1627,8 +1554,7 @@ public struct UpdateReadinessCheckOutput: Swift.Sendable { readinessCheckName: Swift.String? = nil, resourceSet: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.readinessCheckArn = readinessCheckArn self.readinessCheckName = readinessCheckName self.resourceSet = resourceSet @@ -1648,8 +1574,7 @@ public struct UpdateRecoveryGroupInput: Swift.Sendable { public init( cells: [Swift.String]? = nil, recoveryGroupName: Swift.String? = nil - ) - { + ) { self.cells = cells self.recoveryGroupName = recoveryGroupName } @@ -1670,8 +1595,7 @@ public struct UpdateRecoveryGroupOutput: Swift.Sendable { recoveryGroupArn: Swift.String? = nil, recoveryGroupName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cells = cells self.recoveryGroupArn = recoveryGroupArn self.recoveryGroupName = recoveryGroupName @@ -1695,8 +1619,7 @@ public struct UpdateResourceSetInput: Swift.Sendable { resourceSetName: Swift.String? = nil, resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil - ) - { + ) { self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType self.resources = resources @@ -1721,8 +1644,7 @@ public struct UpdateResourceSetOutput: Swift.Sendable { resourceSetType: Swift.String? = nil, resources: [Route53RecoveryReadinessClientTypes.Resource]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceSetArn = resourceSetArn self.resourceSetName = resourceSetName self.resourceSetType = resourceSetType diff --git a/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Route53RecoveryReadinessClient.swift b/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Route53RecoveryReadinessClient.swift index 287824e9fc2..5dfb04938da 100644 --- a/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Route53RecoveryReadinessClient.swift +++ b/Sources/Services/AWSRoute53RecoveryReadiness/Sources/AWSRoute53RecoveryReadiness/Route53RecoveryReadinessClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53RecoveryReadinessClient: ClientRuntime.Client { public static let clientName = "Route53RecoveryReadinessClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53RecoveryReadinessClient.Route53RecoveryReadinessClientConfiguration let serviceName = "Route53 Recovery Readiness" diff --git a/Sources/Services/AWSRoute53Resolver/Package.swift.txt b/Sources/Services/AWSRoute53Resolver/Package.swift.txt index 56cf000cac8..2c805abad4a 100644 --- a/Sources/Services/AWSRoute53Resolver/Package.swift.txt +++ b/Sources/Services/AWSRoute53Resolver/Package.swift.txt @@ -40,10 +40,6 @@ let package = Package( name: "ClientRuntime", package: "smithy-swift" ), - .product( - name: "SmithyHTTPAuthAPI", - package: "smithy-swift" - ), .product( name: "Smithy", package: "smithy-swift" @@ -53,25 +49,29 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( name: "SmithyRetries", package: "smithy-swift" ), + .product( + name: "SmithyRetriesAPI", + package: "smithy-swift" + ), .product( name: "SmithyTestUtil", package: "smithy-swift" diff --git a/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Models.swift b/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Models.swift index b4014f612f8..ba83b61610d 100644 --- a/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Models.swift +++ b/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -99,8 +98,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +121,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +147,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -178,8 +174,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -203,8 +198,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -227,8 +221,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -276,8 +269,7 @@ extension Route53ResolverClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -313,8 +305,7 @@ public struct AssociateFirewallRuleGroupInput: Swift.Sendable { priority: Swift.Int? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.firewallRuleGroupId = firewallRuleGroupId self.mutationProtection = mutationProtection @@ -402,8 +393,7 @@ extension Route53ResolverClientTypes { status: Route53ResolverClientTypes.FirewallRuleGroupAssociationStatus? = nil, statusMessage: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -427,8 +417,7 @@ public struct AssociateFirewallRuleGroupOutput: Swift.Sendable { public init( firewallRuleGroupAssociation: Route53ResolverClientTypes.FirewallRuleGroupAssociation? = nil - ) - { + ) { self.firewallRuleGroupAssociation = firewallRuleGroupAssociation } } @@ -455,8 +444,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( fieldName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldName = fieldName self.properties.message = message } @@ -480,8 +468,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -507,8 +494,7 @@ public struct ResourceExistsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -532,8 +518,7 @@ extension Route53ResolverClientTypes { ipId: Swift.String? = nil, ipv6: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ip = ip self.ipId = ipId self.ipv6 = ipv6 @@ -553,8 +538,7 @@ public struct AssociateResolverEndpointIpAddressInput: Swift.Sendable { public init( ipAddress: Route53ResolverClientTypes.IpAddressUpdate? = nil, resolverEndpointId: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.resolverEndpointId = resolverEndpointId } @@ -794,8 +778,7 @@ extension Route53ResolverClientTypes { securityGroupIds: [Swift.String]? = nil, status: Route53ResolverClientTypes.ResolverEndpointStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -822,8 +805,7 @@ public struct AssociateResolverEndpointIpAddressOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -839,8 +821,7 @@ public struct AssociateResolverQueryLogConfigInput: Swift.Sendable { public init( resolverQueryLogConfigId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigId = resolverQueryLogConfigId self.resourceId = resourceId } @@ -961,8 +942,7 @@ extension Route53ResolverClientTypes { resolverQueryLogConfigId: Swift.String? = nil, resourceId: Swift.String? = nil, status: Route53ResolverClientTypes.ResolverQueryLogConfigAssociationStatus? = nil - ) - { + ) { self.creationTime = creationTime self.error = error self.errorMessage = errorMessage @@ -980,8 +960,7 @@ public struct AssociateResolverQueryLogConfigOutput: Swift.Sendable { public init( resolverQueryLogConfigAssociation: Route53ResolverClientTypes.ResolverQueryLogConfigAssociation? = nil - ) - { + ) { self.resolverQueryLogConfigAssociation = resolverQueryLogConfigAssociation } } @@ -1007,8 +986,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -1028,8 +1006,7 @@ public struct AssociateResolverRuleInput: Swift.Sendable { name: Swift.String? = nil, resolverRuleId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.name = name self.resolverRuleId = resolverRuleId self.vpcId = vpcId @@ -1098,8 +1075,7 @@ extension Route53ResolverClientTypes { status: Route53ResolverClientTypes.ResolverRuleAssociationStatus? = nil, statusMessage: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.resolverRuleId = resolverRuleId @@ -1116,8 +1092,7 @@ public struct AssociateResolverRuleOutput: Swift.Sendable { public init( resolverRuleAssociation: Route53ResolverClientTypes.ResolverRuleAssociation? = nil - ) - { + ) { self.resolverRuleAssociation = resolverRuleAssociation } } @@ -1258,8 +1233,7 @@ public struct CreateFirewallDomainListInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, name: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.name = name self.tags = tags @@ -1340,8 +1314,7 @@ extension Route53ResolverClientTypes { name: Swift.String? = nil, status: Route53ResolverClientTypes.FirewallDomainListStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -1362,8 +1335,7 @@ public struct CreateFirewallDomainListOutput: Swift.Sendable { public init( firewallDomainList: Route53ResolverClientTypes.FirewallDomainList? = nil - ) - { + ) { self.firewallDomainList = firewallDomainList } } @@ -1525,8 +1497,7 @@ public struct CreateFirewallRuleInput: Swift.Sendable { name: Swift.String? = nil, priority: Swift.Int? = nil, qtype: Swift.String? = nil - ) - { + ) { self.action = action self.blockOverrideDnsType = blockOverrideDnsType self.blockOverrideDomain = blockOverrideDomain @@ -1651,8 +1622,7 @@ extension Route53ResolverClientTypes { name: Swift.String? = nil, priority: Swift.Int? = nil, qtype: Swift.String? = nil - ) - { + ) { self.action = action self.blockOverrideDnsType = blockOverrideDnsType self.blockOverrideDomain = blockOverrideDomain @@ -1680,8 +1650,7 @@ public struct CreateFirewallRuleOutput: Swift.Sendable { public init( firewallRule: Route53ResolverClientTypes.FirewallRule? = nil - ) - { + ) { self.firewallRule = firewallRule } } @@ -1700,8 +1669,7 @@ public struct CreateFirewallRuleGroupInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, name: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.name = name self.tags = tags @@ -1811,8 +1779,7 @@ extension Route53ResolverClientTypes { shareStatus: Route53ResolverClientTypes.ShareStatus? = nil, status: Route53ResolverClientTypes.FirewallRuleGroupStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -1834,8 +1801,7 @@ public struct CreateFirewallRuleGroupOutput: Swift.Sendable { public init( firewallRuleGroup: Route53ResolverClientTypes.FirewallRuleGroup? = nil - ) - { + ) { self.firewallRuleGroup = firewallRuleGroup } } @@ -1858,8 +1824,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1889,8 +1854,7 @@ public struct CreateOutpostResolverInput: Swift.Sendable { outpostArn: Swift.String? = nil, preferredInstanceType: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.instanceCount = instanceCount self.name = name @@ -1983,8 +1947,7 @@ extension Route53ResolverClientTypes { preferredInstanceType: Swift.String? = nil, status: Route53ResolverClientTypes.OutpostResolverStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -2006,8 +1969,7 @@ public struct CreateOutpostResolverOutput: Swift.Sendable { public init( outpostResolver: Route53ResolverClientTypes.OutpostResolver? = nil - ) - { + ) { self.outpostResolver = outpostResolver } } @@ -2028,8 +1990,7 @@ extension Route53ResolverClientTypes { ip: Swift.String? = nil, ipv6: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.ip = ip self.ipv6 = ipv6 self.subnetId = subnetId @@ -2101,8 +2062,7 @@ public struct CreateResolverEndpointInput: Swift.Sendable { resolverEndpointType: Route53ResolverClientTypes.ResolverEndpointType? = nil, securityGroupIds: [Swift.String]? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.direction = direction self.ipAddresses = ipAddresses @@ -2122,8 +2082,7 @@ public struct CreateResolverEndpointOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -2152,8 +2111,7 @@ public struct CreateResolverQueryLogConfigInput: Swift.Sendable { destinationArn: Swift.String? = nil, name: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.destinationArn = destinationArn self.name = name @@ -2244,8 +2202,7 @@ extension Route53ResolverClientTypes { ownerId: Swift.String? = nil, shareStatus: Route53ResolverClientTypes.ShareStatus? = nil, status: Route53ResolverClientTypes.ResolverQueryLogConfigStatus? = nil - ) - { + ) { self.arn = arn self.associationCount = associationCount self.creationTime = creationTime @@ -2266,8 +2223,7 @@ public struct CreateResolverQueryLogConfigOutput: Swift.Sendable { public init( resolverQueryLogConfig: Route53ResolverClientTypes.ResolverQueryLogConfig? = nil - ) - { + ) { self.resolverQueryLogConfig = resolverQueryLogConfig } } @@ -2325,8 +2281,7 @@ extension Route53ResolverClientTypes { port: Swift.Int? = nil, `protocol`: Route53ResolverClientTypes.ModelProtocol? = nil, serverNameIndication: Swift.String? = nil - ) - { + ) { self.ip = ip self.ipv6 = ipv6 self.port = port @@ -2362,8 +2317,7 @@ public struct CreateResolverRuleInput: Swift.Sendable { ruleType: Route53ResolverClientTypes.RuleTypeOption? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil, targetIps: [Route53ResolverClientTypes.TargetAddress]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.domainName = domainName self.name = name @@ -2457,8 +2411,7 @@ extension Route53ResolverClientTypes { status: Route53ResolverClientTypes.ResolverRuleStatus? = nil, statusMessage: Swift.String? = nil, targetIps: [Route53ResolverClientTypes.TargetAddress]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.creatorRequestId = creatorRequestId @@ -2483,8 +2436,7 @@ public struct CreateResolverRuleOutput: Swift.Sendable { public init( resolverRule: Route53ResolverClientTypes.ResolverRule? = nil - ) - { + ) { self.resolverRule = resolverRule } } @@ -2496,8 +2448,7 @@ public struct DeleteFirewallDomainListInput: Swift.Sendable { public init( firewallDomainListId: Swift.String? = nil - ) - { + ) { self.firewallDomainListId = firewallDomainListId } } @@ -2508,8 +2459,7 @@ public struct DeleteFirewallDomainListOutput: Swift.Sendable { public init( firewallDomainList: Route53ResolverClientTypes.FirewallDomainList? = nil - ) - { + ) { self.firewallDomainList = firewallDomainList } } @@ -2558,8 +2508,7 @@ public struct DeleteFirewallRuleInput: Swift.Sendable { firewallRuleGroupId: Swift.String? = nil, firewallThreatProtectionId: Swift.String? = nil, qtype: Swift.String? = nil - ) - { + ) { self.firewallDomainListId = firewallDomainListId self.firewallRuleGroupId = firewallRuleGroupId self.firewallThreatProtectionId = firewallThreatProtectionId @@ -2573,8 +2522,7 @@ public struct DeleteFirewallRuleOutput: Swift.Sendable { public init( firewallRule: Route53ResolverClientTypes.FirewallRule? = nil - ) - { + ) { self.firewallRule = firewallRule } } @@ -2586,8 +2534,7 @@ public struct DeleteFirewallRuleGroupInput: Swift.Sendable { public init( firewallRuleGroupId: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupId = firewallRuleGroupId } } @@ -2598,8 +2545,7 @@ public struct DeleteFirewallRuleGroupOutput: Swift.Sendable { public init( firewallRuleGroup: Route53ResolverClientTypes.FirewallRuleGroup? = nil - ) - { + ) { self.firewallRuleGroup = firewallRuleGroup } } @@ -2611,8 +2557,7 @@ public struct DeleteOutpostResolverInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2623,8 +2568,7 @@ public struct DeleteOutpostResolverOutput: Swift.Sendable { public init( outpostResolver: Route53ResolverClientTypes.OutpostResolver? = nil - ) - { + ) { self.outpostResolver = outpostResolver } } @@ -2636,8 +2580,7 @@ public struct DeleteResolverEndpointInput: Swift.Sendable { public init( resolverEndpointId: Swift.String? = nil - ) - { + ) { self.resolverEndpointId = resolverEndpointId } } @@ -2648,8 +2591,7 @@ public struct DeleteResolverEndpointOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -2661,8 +2603,7 @@ public struct DeleteResolverQueryLogConfigInput: Swift.Sendable { public init( resolverQueryLogConfigId: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigId = resolverQueryLogConfigId } } @@ -2673,8 +2614,7 @@ public struct DeleteResolverQueryLogConfigOutput: Swift.Sendable { public init( resolverQueryLogConfig: Route53ResolverClientTypes.ResolverQueryLogConfig? = nil - ) - { + ) { self.resolverQueryLogConfig = resolverQueryLogConfig } } @@ -2700,8 +2640,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -2714,8 +2653,7 @@ public struct DeleteResolverRuleInput: Swift.Sendable { public init( resolverRuleId: Swift.String? = nil - ) - { + ) { self.resolverRuleId = resolverRuleId } } @@ -2726,8 +2664,7 @@ public struct DeleteResolverRuleOutput: Swift.Sendable { public init( resolverRule: Route53ResolverClientTypes.ResolverRule? = nil - ) - { + ) { self.resolverRule = resolverRule } } @@ -2739,8 +2676,7 @@ public struct DisassociateFirewallRuleGroupInput: Swift.Sendable { public init( firewallRuleGroupAssociationId: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupAssociationId = firewallRuleGroupAssociationId } } @@ -2751,8 +2687,7 @@ public struct DisassociateFirewallRuleGroupOutput: Swift.Sendable { public init( firewallRuleGroupAssociation: Route53ResolverClientTypes.FirewallRuleGroupAssociation? = nil - ) - { + ) { self.firewallRuleGroupAssociation = firewallRuleGroupAssociation } } @@ -2768,8 +2703,7 @@ public struct DisassociateResolverEndpointIpAddressInput: Swift.Sendable { public init( ipAddress: Route53ResolverClientTypes.IpAddressUpdate? = nil, resolverEndpointId: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.resolverEndpointId = resolverEndpointId } @@ -2781,8 +2715,7 @@ public struct DisassociateResolverEndpointIpAddressOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -2798,8 +2731,7 @@ public struct DisassociateResolverQueryLogConfigInput: Swift.Sendable { public init( resolverQueryLogConfigId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigId = resolverQueryLogConfigId self.resourceId = resourceId } @@ -2811,8 +2743,7 @@ public struct DisassociateResolverQueryLogConfigOutput: Swift.Sendable { public init( resolverQueryLogConfigAssociation: Route53ResolverClientTypes.ResolverQueryLogConfigAssociation? = nil - ) - { + ) { self.resolverQueryLogConfigAssociation = resolverQueryLogConfigAssociation } } @@ -2828,8 +2759,7 @@ public struct DisassociateResolverRuleInput: Swift.Sendable { public init( resolverRuleId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.resolverRuleId = resolverRuleId self.vpcId = vpcId } @@ -2841,8 +2771,7 @@ public struct DisassociateResolverRuleOutput: Swift.Sendable { public init( resolverRuleAssociation: Route53ResolverClientTypes.ResolverRuleAssociation? = nil - ) - { + ) { self.resolverRuleAssociation = resolverRuleAssociation } } @@ -2948,8 +2877,7 @@ extension Route53ResolverClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -3013,8 +2941,7 @@ extension Route53ResolverClientTypes { id: Swift.String? = nil, ownerId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.firewallFailOpen = firewallFailOpen self.id = id self.ownerId = ownerId @@ -3070,8 +2997,7 @@ extension Route53ResolverClientTypes { id: Swift.String? = nil, managedOwnerName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creatorRequestId = creatorRequestId self.id = id @@ -3137,8 +3063,7 @@ extension Route53ResolverClientTypes { name: Swift.String? = nil, ownerId: Swift.String? = nil, shareStatus: Route53ResolverClientTypes.ShareStatus? = nil - ) - { + ) { self.arn = arn self.creatorRequestId = creatorRequestId self.id = id @@ -3156,8 +3081,7 @@ public struct GetFirewallConfigInput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -3168,8 +3092,7 @@ public struct GetFirewallConfigOutput: Swift.Sendable { public init( firewallConfig: Route53ResolverClientTypes.FirewallConfig? = nil - ) - { + ) { self.firewallConfig = firewallConfig } } @@ -3181,8 +3104,7 @@ public struct GetFirewallDomainListInput: Swift.Sendable { public init( firewallDomainListId: Swift.String? = nil - ) - { + ) { self.firewallDomainListId = firewallDomainListId } } @@ -3193,8 +3115,7 @@ public struct GetFirewallDomainListOutput: Swift.Sendable { public init( firewallDomainList: Route53ResolverClientTypes.FirewallDomainList? = nil - ) - { + ) { self.firewallDomainList = firewallDomainList } } @@ -3206,8 +3127,7 @@ public struct GetFirewallRuleGroupInput: Swift.Sendable { public init( firewallRuleGroupId: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupId = firewallRuleGroupId } } @@ -3218,8 +3138,7 @@ public struct GetFirewallRuleGroupOutput: Swift.Sendable { public init( firewallRuleGroup: Route53ResolverClientTypes.FirewallRuleGroup? = nil - ) - { + ) { self.firewallRuleGroup = firewallRuleGroup } } @@ -3231,8 +3150,7 @@ public struct GetFirewallRuleGroupAssociationInput: Swift.Sendable { public init( firewallRuleGroupAssociationId: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupAssociationId = firewallRuleGroupAssociationId } } @@ -3243,8 +3161,7 @@ public struct GetFirewallRuleGroupAssociationOutput: Swift.Sendable { public init( firewallRuleGroupAssociation: Route53ResolverClientTypes.FirewallRuleGroupAssociation? = nil - ) - { + ) { self.firewallRuleGroupAssociation = firewallRuleGroupAssociation } } @@ -3256,8 +3173,7 @@ public struct GetFirewallRuleGroupPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3268,8 +3184,7 @@ public struct GetFirewallRuleGroupPolicyOutput: Swift.Sendable { public init( firewallRuleGroupPolicy: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupPolicy = firewallRuleGroupPolicy } } @@ -3281,8 +3196,7 @@ public struct GetOutpostResolverInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -3293,8 +3207,7 @@ public struct GetOutpostResolverOutput: Swift.Sendable { public init( outpostResolver: Route53ResolverClientTypes.OutpostResolver? = nil - ) - { + ) { self.outpostResolver = outpostResolver } } @@ -3306,8 +3219,7 @@ public struct GetResolverConfigInput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -3379,8 +3291,7 @@ extension Route53ResolverClientTypes { id: Swift.String? = nil, ownerId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.autodefinedReverse = autodefinedReverse self.id = id self.ownerId = ownerId @@ -3395,8 +3306,7 @@ public struct GetResolverConfigOutput: Swift.Sendable { public init( resolverConfig: Route53ResolverClientTypes.ResolverConfig? = nil - ) - { + ) { self.resolverConfig = resolverConfig } } @@ -3408,8 +3318,7 @@ public struct GetResolverDnssecConfigInput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -3481,8 +3390,7 @@ extension Route53ResolverClientTypes { ownerId: Swift.String? = nil, resourceId: Swift.String? = nil, validationStatus: Route53ResolverClientTypes.ResolverDNSSECValidationStatus? = nil - ) - { + ) { self.id = id self.ownerId = ownerId self.resourceId = resourceId @@ -3497,8 +3405,7 @@ public struct GetResolverDnssecConfigOutput: Swift.Sendable { public init( resolverDNSSECConfig: Route53ResolverClientTypes.ResolverDnssecConfig? = nil - ) - { + ) { self.resolverDNSSECConfig = resolverDNSSECConfig } } @@ -3510,8 +3417,7 @@ public struct GetResolverEndpointInput: Swift.Sendable { public init( resolverEndpointId: Swift.String? = nil - ) - { + ) { self.resolverEndpointId = resolverEndpointId } } @@ -3522,8 +3428,7 @@ public struct GetResolverEndpointOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -3535,8 +3440,7 @@ public struct GetResolverQueryLogConfigInput: Swift.Sendable { public init( resolverQueryLogConfigId: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigId = resolverQueryLogConfigId } } @@ -3547,8 +3451,7 @@ public struct GetResolverQueryLogConfigOutput: Swift.Sendable { public init( resolverQueryLogConfig: Route53ResolverClientTypes.ResolverQueryLogConfig? = nil - ) - { + ) { self.resolverQueryLogConfig = resolverQueryLogConfig } } @@ -3560,8 +3463,7 @@ public struct GetResolverQueryLogConfigAssociationInput: Swift.Sendable { public init( resolverQueryLogConfigAssociationId: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigAssociationId = resolverQueryLogConfigAssociationId } } @@ -3572,8 +3474,7 @@ public struct GetResolverQueryLogConfigAssociationOutput: Swift.Sendable { public init( resolverQueryLogConfigAssociation: Route53ResolverClientTypes.ResolverQueryLogConfigAssociation? = nil - ) - { + ) { self.resolverQueryLogConfigAssociation = resolverQueryLogConfigAssociation } } @@ -3596,8 +3497,7 @@ public struct UnknownResourceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3609,8 +3509,7 @@ public struct GetResolverQueryLogConfigPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3621,8 +3520,7 @@ public struct GetResolverQueryLogConfigPolicyOutput: Swift.Sendable { public init( resolverQueryLogConfigPolicy: Swift.String? = nil - ) - { + ) { self.resolverQueryLogConfigPolicy = resolverQueryLogConfigPolicy } } @@ -3634,8 +3532,7 @@ public struct GetResolverRuleInput: Swift.Sendable { public init( resolverRuleId: Swift.String? = nil - ) - { + ) { self.resolverRuleId = resolverRuleId } } @@ -3646,8 +3543,7 @@ public struct GetResolverRuleOutput: Swift.Sendable { public init( resolverRule: Route53ResolverClientTypes.ResolverRule? = nil - ) - { + ) { self.resolverRule = resolverRule } } @@ -3659,8 +3555,7 @@ public struct GetResolverRuleAssociationInput: Swift.Sendable { public init( resolverRuleAssociationId: Swift.String? = nil - ) - { + ) { self.resolverRuleAssociationId = resolverRuleAssociationId } } @@ -3671,8 +3566,7 @@ public struct GetResolverRuleAssociationOutput: Swift.Sendable { public init( resolverRuleAssociation: Route53ResolverClientTypes.ResolverRuleAssociation? = nil - ) - { + ) { self.resolverRuleAssociation = resolverRuleAssociation } } @@ -3684,8 +3578,7 @@ public struct GetResolverRulePolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -3696,8 +3589,7 @@ public struct GetResolverRulePolicyOutput: Swift.Sendable { public init( resolverRulePolicy: Swift.String? = nil - ) - { + ) { self.resolverRulePolicy = resolverRulePolicy } } @@ -3717,8 +3609,7 @@ public struct ImportFirewallDomainsInput: Swift.Sendable { domainFileUrl: Swift.String? = nil, firewallDomainListId: Swift.String? = nil, operation: Route53ResolverClientTypes.FirewallDomainImportOperation? = nil - ) - { + ) { self.domainFileUrl = domainFileUrl self.firewallDomainListId = firewallDomainListId self.operation = operation @@ -3740,8 +3631,7 @@ public struct ImportFirewallDomainsOutput: Swift.Sendable { name: Swift.String? = nil, status: Route53ResolverClientTypes.FirewallDomainListStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -3767,8 +3657,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3791,8 +3680,7 @@ public struct InvalidPolicyDocument: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3815,8 +3703,7 @@ public struct InvalidTagException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3910,8 +3797,7 @@ extension Route53ResolverClientTypes { status: Route53ResolverClientTypes.IpAddressStatus? = nil, statusMessage: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.ip = ip self.ipId = ipId @@ -3933,8 +3819,7 @@ public struct ListFirewallConfigsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3949,8 +3834,7 @@ public struct ListFirewallConfigsOutput: Swift.Sendable { public init( firewallConfigs: [Route53ResolverClientTypes.FirewallConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallConfigs = firewallConfigs self.nextToken = nextToken } @@ -3965,8 +3849,7 @@ public struct ListFirewallDomainListsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3981,8 +3864,7 @@ public struct ListFirewallDomainListsOutput: Swift.Sendable { public init( firewallDomainLists: [Route53ResolverClientTypes.FirewallDomainListMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallDomainLists = firewallDomainLists self.nextToken = nextToken } @@ -4001,8 +3883,7 @@ public struct ListFirewallDomainsInput: Swift.Sendable { firewallDomainListId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallDomainListId = firewallDomainListId self.maxResults = maxResults self.nextToken = nextToken @@ -4018,8 +3899,7 @@ public struct ListFirewallDomainsOutput: Swift.Sendable { public init( domains: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextToken = nextToken } @@ -4046,8 +3926,7 @@ public struct ListFirewallRuleGroupAssociationsInput: Swift.Sendable { priority: Swift.Int? = nil, status: Route53ResolverClientTypes.FirewallRuleGroupAssociationStatus? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupId = firewallRuleGroupId self.maxResults = maxResults self.nextToken = nextToken @@ -4066,8 +3945,7 @@ public struct ListFirewallRuleGroupAssociationsOutput: Swift.Sendable { public init( firewallRuleGroupAssociations: [Route53ResolverClientTypes.FirewallRuleGroupAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallRuleGroupAssociations = firewallRuleGroupAssociations self.nextToken = nextToken } @@ -4082,8 +3960,7 @@ public struct ListFirewallRuleGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4098,8 +3975,7 @@ public struct ListFirewallRuleGroupsOutput: Swift.Sendable { public init( firewallRuleGroups: [Route53ResolverClientTypes.FirewallRuleGroupMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallRuleGroups = firewallRuleGroups self.nextToken = nextToken } @@ -4130,8 +4006,7 @@ public struct ListFirewallRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.action = action self.firewallRuleGroupId = firewallRuleGroupId self.maxResults = maxResults @@ -4149,8 +4024,7 @@ public struct ListFirewallRulesOutput: Swift.Sendable { public init( firewallRules: [Route53ResolverClientTypes.FirewallRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.firewallRules = firewallRules self.nextToken = nextToken } @@ -4168,8 +4042,7 @@ public struct ListOutpostResolversInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, outpostArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.outpostArn = outpostArn @@ -4185,8 +4058,7 @@ public struct ListOutpostResolversOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, outpostResolvers: [Route53ResolverClientTypes.OutpostResolver]? = nil - ) - { + ) { self.nextToken = nextToken self.outpostResolvers = outpostResolvers } @@ -4201,8 +4073,7 @@ public struct ListResolverConfigsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4217,8 +4088,7 @@ public struct ListResolverConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resolverConfigs: [Route53ResolverClientTypes.ResolverConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.resolverConfigs = resolverConfigs } @@ -4236,8 +4106,7 @@ public struct ListResolverDnssecConfigsInput: Swift.Sendable { filters: [Route53ResolverClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4253,8 +4122,7 @@ public struct ListResolverDnssecConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resolverDnssecConfigs: [Route53ResolverClientTypes.ResolverDnssecConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.resolverDnssecConfigs = resolverDnssecConfigs } @@ -4273,8 +4141,7 @@ public struct ListResolverEndpointIpAddressesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolverEndpointId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resolverEndpointId = resolverEndpointId @@ -4293,8 +4160,7 @@ public struct ListResolverEndpointIpAddressesOutput: Swift.Sendable { ipAddresses: [Route53ResolverClientTypes.IpAddressResponse]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipAddresses = ipAddresses self.maxResults = maxResults self.nextToken = nextToken @@ -4313,8 +4179,7 @@ public struct ListResolverEndpointsInput: Swift.Sendable { filters: [Route53ResolverClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4333,8 +4198,7 @@ public struct ListResolverEndpointsOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolverEndpoints: [Route53ResolverClientTypes.ResolverEndpoint]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resolverEndpoints = resolverEndpoints @@ -4419,8 +4283,7 @@ public struct ListResolverQueryLogConfigAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: Swift.String? = nil, sortOrder: Route53ResolverClientTypes.SortOrder? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4444,8 +4307,7 @@ public struct ListResolverQueryLogConfigAssociationsOutput: Swift.Sendable { resolverQueryLogConfigAssociations: [Route53ResolverClientTypes.ResolverQueryLogConfigAssociation]? = nil, totalCount: Swift.Int = 0, totalFilteredCount: Swift.Int = 0 - ) - { + ) { self.nextToken = nextToken self.resolverQueryLogConfigAssociations = resolverQueryLogConfigAssociations self.totalCount = totalCount @@ -4503,8 +4365,7 @@ public struct ListResolverQueryLogConfigsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: Swift.String? = nil, sortOrder: Route53ResolverClientTypes.SortOrder? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4528,8 +4389,7 @@ public struct ListResolverQueryLogConfigsOutput: Swift.Sendable { resolverQueryLogConfigs: [Route53ResolverClientTypes.ResolverQueryLogConfig]? = nil, totalCount: Swift.Int = 0, totalFilteredCount: Swift.Int = 0 - ) - { + ) { self.nextToken = nextToken self.resolverQueryLogConfigs = resolverQueryLogConfigs self.totalCount = totalCount @@ -4549,8 +4409,7 @@ public struct ListResolverRuleAssociationsInput: Swift.Sendable { filters: [Route53ResolverClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4569,8 +4428,7 @@ public struct ListResolverRuleAssociationsOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolverRuleAssociations: [Route53ResolverClientTypes.ResolverRuleAssociation]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resolverRuleAssociations = resolverRuleAssociations @@ -4589,8 +4447,7 @@ public struct ListResolverRulesInput: Swift.Sendable { filters: [Route53ResolverClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4609,8 +4466,7 @@ public struct ListResolverRulesOutput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resolverRules: [Route53ResolverClientTypes.ResolverRule]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resolverRules = resolverRules @@ -4630,8 +4486,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -4647,8 +4502,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -4665,8 +4519,7 @@ public struct PutFirewallRuleGroupPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil, firewallRuleGroupPolicy: Swift.String? = nil - ) - { + ) { self.arn = arn self.firewallRuleGroupPolicy = firewallRuleGroupPolicy } @@ -4678,8 +4531,7 @@ public struct PutFirewallRuleGroupPolicyOutput: Swift.Sendable { public init( returnValue: Swift.Bool = false - ) - { + ) { self.returnValue = returnValue } } @@ -4704,8 +4556,7 @@ public struct PutResolverQueryLogConfigPolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil, resolverQueryLogConfigPolicy: Swift.String? = nil - ) - { + ) { self.arn = arn self.resolverQueryLogConfigPolicy = resolverQueryLogConfigPolicy } @@ -4718,8 +4569,7 @@ public struct PutResolverQueryLogConfigPolicyOutput: Swift.Sendable { public init( returnValue: Swift.Bool = false - ) - { + ) { self.returnValue = returnValue } } @@ -4748,8 +4598,7 @@ public struct PutResolverRulePolicyInput: Swift.Sendable { public init( arn: Swift.String? = nil, resolverRulePolicy: Swift.String? = nil - ) - { + ) { self.arn = arn self.resolverRulePolicy = resolverRulePolicy } @@ -4762,8 +4611,7 @@ public struct PutResolverRulePolicyOutput: Swift.Sendable { public init( returnValue: Swift.Bool = false - ) - { + ) { self.returnValue = returnValue } } @@ -4783,8 +4631,7 @@ extension Route53ResolverClientTypes { name: Swift.String? = nil, resolverEndpointId: Swift.String? = nil, targetIps: [Route53ResolverClientTypes.TargetAddress]? = nil - ) - { + ) { self.name = name self.resolverEndpointId = resolverEndpointId self.targetIps = targetIps @@ -4815,8 +4662,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Route53ResolverClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4850,8 +4696,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4880,8 +4725,7 @@ public struct UpdateFirewallConfigInput: Swift.Sendable { public init( firewallFailOpen: Route53ResolverClientTypes.FirewallFailOpenStatus? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.firewallFailOpen = firewallFailOpen self.resourceId = resourceId } @@ -4893,8 +4737,7 @@ public struct UpdateFirewallConfigOutput: Swift.Sendable { public init( firewallConfig: Route53ResolverClientTypes.FirewallConfig? = nil - ) - { + ) { self.firewallConfig = firewallConfig } } @@ -4926,8 +4769,7 @@ public struct UpdateFirewallDomainsInput: Swift.Sendable { domains: [Swift.String]? = nil, firewallDomainListId: Swift.String? = nil, operation: Route53ResolverClientTypes.FirewallDomainUpdateOperation? = nil - ) - { + ) { self.domains = domains self.firewallDomainListId = firewallDomainListId self.operation = operation @@ -4949,8 +4791,7 @@ public struct UpdateFirewallDomainsOutput: Swift.Sendable { name: Swift.String? = nil, status: Route53ResolverClientTypes.FirewallDomainListStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.status = status @@ -5054,8 +4895,7 @@ public struct UpdateFirewallRuleInput: Swift.Sendable { name: Swift.String? = nil, priority: Swift.Int? = nil, qtype: Swift.String? = nil - ) - { + ) { self.action = action self.blockOverrideDnsType = blockOverrideDnsType self.blockOverrideDomain = blockOverrideDomain @@ -5079,8 +4919,7 @@ public struct UpdateFirewallRuleOutput: Swift.Sendable { public init( firewallRule: Route53ResolverClientTypes.FirewallRule? = nil - ) - { + ) { self.firewallRule = firewallRule } } @@ -5101,8 +4940,7 @@ public struct UpdateFirewallRuleGroupAssociationInput: Swift.Sendable { mutationProtection: Route53ResolverClientTypes.MutationProtectionStatus? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.firewallRuleGroupAssociationId = firewallRuleGroupAssociationId self.mutationProtection = mutationProtection self.name = name @@ -5116,8 +4954,7 @@ public struct UpdateFirewallRuleGroupAssociationOutput: Swift.Sendable { public init( firewallRuleGroupAssociation: Route53ResolverClientTypes.FirewallRuleGroupAssociation? = nil - ) - { + ) { self.firewallRuleGroupAssociation = firewallRuleGroupAssociation } } @@ -5138,8 +4975,7 @@ public struct UpdateOutpostResolverInput: Swift.Sendable { instanceCount: Swift.Int? = nil, name: Swift.String? = nil, preferredInstanceType: Swift.String? = nil - ) - { + ) { self.id = id self.instanceCount = instanceCount self.name = name @@ -5153,8 +4989,7 @@ public struct UpdateOutpostResolverOutput: Swift.Sendable { public init( outpostResolver: Route53ResolverClientTypes.OutpostResolver? = nil - ) - { + ) { self.outpostResolver = outpostResolver } } @@ -5170,8 +5005,7 @@ public struct UpdateResolverConfigInput: Swift.Sendable { public init( autodefinedReverseFlag: Route53ResolverClientTypes.AutodefinedReverseFlag? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.autodefinedReverseFlag = autodefinedReverseFlag self.resourceId = resourceId } @@ -5183,8 +5017,7 @@ public struct UpdateResolverConfigOutput: Swift.Sendable { public init( resolverConfig: Route53ResolverClientTypes.ResolverConfig? = nil - ) - { + ) { self.resolverConfig = resolverConfig } } @@ -5232,8 +5065,7 @@ public struct UpdateResolverDnssecConfigInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, validation: Route53ResolverClientTypes.Validation? = nil - ) - { + ) { self.resourceId = resourceId self.validation = validation } @@ -5245,8 +5077,7 @@ public struct UpdateResolverDnssecConfigOutput: Swift.Sendable { public init( resolverDNSSECConfig: Route53ResolverClientTypes.ResolverDnssecConfig? = nil - ) - { + ) { self.resolverDNSSECConfig = resolverDNSSECConfig } } @@ -5265,8 +5096,7 @@ extension Route53ResolverClientTypes { public init( ipId: Swift.String? = nil, ipv6: Swift.String? = nil - ) - { + ) { self.ipId = ipId self.ipv6 = ipv6 } @@ -5318,8 +5148,7 @@ public struct UpdateResolverEndpointInput: Swift.Sendable { resolverEndpointId: Swift.String? = nil, resolverEndpointType: Route53ResolverClientTypes.ResolverEndpointType? = nil, updateIpAddresses: [Route53ResolverClientTypes.UpdateIpAddress]? = nil - ) - { + ) { self.name = name self.protocols = protocols self.resolverEndpointId = resolverEndpointId @@ -5334,8 +5163,7 @@ public struct UpdateResolverEndpointOutput: Swift.Sendable { public init( resolverEndpoint: Route53ResolverClientTypes.ResolverEndpoint? = nil - ) - { + ) { self.resolverEndpoint = resolverEndpoint } } @@ -5351,8 +5179,7 @@ public struct UpdateResolverRuleInput: Swift.Sendable { public init( config: Route53ResolverClientTypes.ResolverRuleConfig? = nil, resolverRuleId: Swift.String? = nil - ) - { + ) { self.config = config self.resolverRuleId = resolverRuleId } @@ -5364,8 +5191,7 @@ public struct UpdateResolverRuleOutput: Swift.Sendable { public init( resolverRule: Route53ResolverClientTypes.ResolverRule? = nil - ) - { + ) { self.resolverRule = resolverRule } } diff --git a/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Route53ResolverClient.swift b/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Route53ResolverClient.swift index badd5f70978..e1df329d06b 100644 --- a/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Route53ResolverClient.swift +++ b/Sources/Services/AWSRoute53Resolver/Sources/AWSRoute53Resolver/Route53ResolverClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class Route53ResolverClient: ClientRuntime.Client { public static let clientName = "Route53ResolverClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: Route53ResolverClient.Route53ResolverClientConfiguration let serviceName = "Route53Resolver" diff --git a/Sources/Services/AWSS3/Package.swift.txt b/Sources/Services/AWSS3/Package.swift.txt index fdee9ddcd70..9f16a001086 100644 --- a/Sources/Services/AWSS3/Package.swift.txt +++ b/Sources/Services/AWSS3/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,43 +45,43 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -89,7 +89,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSS3/Sources/AWSS3/Models.swift b/Sources/Services/AWSS3/Sources/AWSS3/Models.swift index ae967e78a0f..ccd9972d115 100644 --- a/Sources/Services/AWSS3/Sources/AWSS3/Models.swift +++ b/Sources/Services/AWSS3/Sources/AWSS3/Models.swift @@ -254,8 +254,7 @@ extension S3ClientTypes { public init( daysAfterInitiation: Swift.Int? = nil - ) - { + ) { self.daysAfterInitiation = daysAfterInitiation } } @@ -326,8 +325,7 @@ public struct AbortMultipartUploadInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.ifMatchInitiatedTime = ifMatchInitiatedTime @@ -370,8 +368,7 @@ public struct AbortMultipartUploadOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.requestCharged = requestCharged } } @@ -414,8 +411,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.BucketAccelerateStatus? = nil - ) - { + ) { self.status = status } } @@ -494,8 +490,7 @@ extension S3ClientTypes { id: Swift.String? = nil, type: S3ClientTypes.ModelType? = nil, uri: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.emailAddress = emailAddress self.id = id @@ -555,8 +550,7 @@ extension S3ClientTypes { public init( grantee: S3ClientTypes.Grantee? = nil, permission: S3ClientTypes.Permission? = nil - ) - { + ) { self.grantee = grantee self.permission = permission } @@ -594,8 +588,7 @@ extension S3ClientTypes { public init( displayName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.id = id } @@ -614,8 +607,7 @@ extension S3ClientTypes { public init( grants: [S3ClientTypes.Grant]? = nil, owner: S3ClientTypes.Owner? = nil - ) - { + ) { self.grants = grants self.owner = owner } @@ -658,8 +650,7 @@ extension S3ClientTypes { public init( owner: S3ClientTypes.OwnerOverride? = nil - ) - { + ) { self.owner = owner } } @@ -693,8 +684,7 @@ extension S3ClientTypes { checksumSHA256: Swift.String? = nil, eTag: Swift.String? = nil, partNumber: Swift.Int? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -714,8 +704,7 @@ extension S3ClientTypes { public init( parts: [S3ClientTypes.CompletedPart]? = nil - ) - { + ) { self.parts = parts } } @@ -772,8 +761,7 @@ public struct CompleteMultipartUploadInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C @@ -874,8 +862,7 @@ public struct CompleteMultipartUploadOutput: Swift.Sendable { serverSideEncryption: S3ClientTypes.ServerSideEncryption? = nil, ssekmsKeyId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketKeyEnabled = bucketKeyEnabled self.checksumCRC32 = checksumCRC32 @@ -1403,8 +1390,7 @@ public struct CopyObjectInput: Swift.Sendable { tagging: Swift.String? = nil, taggingDirective: S3ClientTypes.TaggingDirective? = nil, websiteRedirectLocation: Swift.String? = nil - ) - { + ) { self.acl = acl self.bucket = bucket self.bucketKeyEnabled = bucketKeyEnabled @@ -1478,8 +1464,7 @@ extension S3ClientTypes { checksumSHA256: Swift.String? = nil, eTag: Swift.String? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -1526,8 +1511,7 @@ public struct CopyObjectOutput: Swift.Sendable { ssekmsEncryptionContext: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucketKeyEnabled = bucketKeyEnabled self.copyObjectResult = copyObjectResult self.copySourceVersionId = copySourceVersionId @@ -1677,8 +1661,7 @@ extension S3ClientTypes { public init( dataRedundancy: S3ClientTypes.DataRedundancy? = nil, type: S3ClientTypes.BucketType? = nil - ) - { + ) { self.dataRedundancy = dataRedundancy self.type = type } @@ -1726,8 +1709,7 @@ extension S3ClientTypes { public init( name: Swift.String? = nil, type: S3ClientTypes.LocationType? = nil - ) - { + ) { self.name = name self.type = type } @@ -1856,8 +1838,7 @@ extension S3ClientTypes { bucket: S3ClientTypes.BucketInfo? = nil, location: S3ClientTypes.LocationInfo? = nil, locationConstraint: S3ClientTypes.BucketLocationConstraint? = nil - ) - { + ) { self.bucket = bucket self.location = location self.locationConstraint = locationConstraint @@ -1932,8 +1913,7 @@ public struct CreateBucketInput: Swift.Sendable { grantWriteACP: Swift.String? = nil, objectLockEnabledForBucket: Swift.Bool? = nil, objectOwnership: S3ClientTypes.ObjectOwnership? = nil - ) - { + ) { self.acl = acl self.bucket = bucket self.createBucketConfiguration = createBucketConfiguration @@ -1953,8 +1933,7 @@ public struct CreateBucketOutput: Swift.Sendable { public init( location: Swift.String? = nil - ) - { + ) { self.location = location } } @@ -1973,8 +1952,7 @@ extension S3ClientTypes { public init( tableBucketArn: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.tableBucketArn = tableBucketArn self.tableName = tableName } @@ -1991,8 +1969,7 @@ extension S3ClientTypes { public init( s3TablesDestination: S3ClientTypes.S3TablesDestination? = nil - ) - { + ) { self.s3TablesDestination = s3TablesDestination } } @@ -2018,8 +1995,7 @@ public struct CreateBucketMetadataTableConfigurationInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, metadataTableConfiguration: S3ClientTypes.MetadataTableConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -2261,8 +2237,7 @@ public struct CreateMultipartUploadInput: Swift.Sendable { storageClass: S3ClientTypes.StorageClass? = nil, tagging: Swift.String? = nil, websiteRedirectLocation: Swift.String? = nil - ) - { + ) { self.acl = acl self.bucket = bucket self.bucketKeyEnabled = bucketKeyEnabled @@ -2343,8 +2318,7 @@ public struct CreateMultipartUploadOutput: Swift.Sendable { ssekmsEncryptionContext: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.abortDate = abortDate self.abortRuleId = abortRuleId self.bucket = bucket @@ -2431,8 +2405,7 @@ public struct CreateSessionInput: Swift.Sendable { sessionMode: S3ClientTypes.SessionMode? = nil, ssekmsEncryptionContext: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketKeyEnabled = bucketKeyEnabled self.serverSideEncryption = serverSideEncryption @@ -2469,8 +2442,7 @@ extension S3ClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -2503,8 +2475,7 @@ public struct CreateSessionOutput: Swift.Sendable { serverSideEncryption: S3ClientTypes.ServerSideEncryption? = nil, ssekmsEncryptionContext: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil - ) - { + ) { self.bucketKeyEnabled = bucketKeyEnabled self.credentials = credentials self.serverSideEncryption = serverSideEncryption @@ -2528,8 +2499,7 @@ public struct DeleteBucketInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2549,8 +2519,7 @@ public struct DeleteBucketAnalyticsConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -2567,8 +2536,7 @@ public struct DeleteBucketCorsInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2584,8 +2552,7 @@ public struct DeleteBucketEncryptionInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2602,8 +2569,7 @@ public struct DeleteBucketIntelligentTieringConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.id = id } @@ -2623,8 +2589,7 @@ public struct DeleteBucketInventoryConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -2641,8 +2606,7 @@ public struct DeleteBucketLifecycleInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2658,8 +2622,7 @@ public struct DeleteBucketMetadataTableConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2679,8 +2642,7 @@ public struct DeleteBucketMetricsConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -2697,8 +2659,7 @@ public struct DeleteBucketOwnershipControlsInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2714,8 +2675,7 @@ public struct DeleteBucketPolicyInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2731,8 +2691,7 @@ public struct DeleteBucketReplicationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2748,8 +2707,7 @@ public struct DeleteBucketTaggingInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2765,8 +2723,7 @@ public struct DeleteBucketWebsiteInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -2807,8 +2764,7 @@ public struct DeleteObjectInput: Swift.Sendable { mfa: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bypassGovernanceRetention = bypassGovernanceRetention self.expectedBucketOwner = expectedBucketOwner @@ -2834,8 +2790,7 @@ public struct DeleteObjectOutput: Swift.Sendable { deleteMarker: Swift.Bool? = nil, requestCharged: S3ClientTypes.RequestCharged? = nil, versionId: Swift.String? = nil - ) - { + ) { self.deleteMarker = deleteMarker self.requestCharged = requestCharged self.versionId = versionId @@ -2864,8 +2819,7 @@ extension S3ClientTypes { lastModifiedTime: Foundation.Date? = nil, size: Swift.Int? = nil, versionId: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.key = key self.lastModifiedTime = lastModifiedTime @@ -2888,8 +2842,7 @@ extension S3ClientTypes { public init( objects: [S3ClientTypes.ObjectIdentifier]? = nil, quiet: Swift.Bool? = nil - ) - { + ) { self.objects = objects self.quiet = quiet } @@ -2933,8 +2886,7 @@ public struct DeleteObjectsInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, mfa: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil - ) - { + ) { self.bucket = bucket self.bypassGovernanceRetention = bypassGovernanceRetention self.checksumAlgorithm = checksumAlgorithm @@ -2963,8 +2915,7 @@ extension S3ClientTypes { deleteMarkerVersionId: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.deleteMarker = deleteMarker self.deleteMarkerVersionId = deleteMarkerVersionId self.key = key @@ -4044,8 +3995,7 @@ extension S3ClientTypes { key: Swift.String? = nil, message: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.code = code self.key = key self.message = message @@ -4066,8 +4016,7 @@ public struct DeleteObjectsOutput: Swift.Sendable { deleted: [S3ClientTypes.DeletedObject]? = nil, errors: [S3ClientTypes.Error]? = nil, requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.deleted = deleted self.errors = errors self.requestCharged = requestCharged @@ -4091,8 +4040,7 @@ public struct DeleteObjectTaggingInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -4106,8 +4054,7 @@ public struct DeleteObjectTaggingOutput: Swift.Sendable { public init( versionId: Swift.String? = nil - ) - { + ) { self.versionId = versionId } } @@ -4122,8 +4069,7 @@ public struct DeletePublicAccessBlockInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -4142,8 +4088,7 @@ public struct GetBucketAccelerateConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.requestPayer = requestPayer @@ -4159,8 +4104,7 @@ public struct GetBucketAccelerateConfigurationOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil, status: S3ClientTypes.BucketAccelerateStatus? = nil - ) - { + ) { self.requestCharged = requestCharged self.status = status } @@ -4176,8 +4120,7 @@ public struct GetBucketAclInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -4192,8 +4135,7 @@ public struct GetBucketAclOutput: Swift.Sendable { public init( grants: [S3ClientTypes.Grant]? = nil, owner: S3ClientTypes.Owner? = nil - ) - { + ) { self.grants = grants self.owner = owner } @@ -4213,8 +4155,7 @@ public struct GetBucketAnalyticsConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -4235,8 +4176,7 @@ extension S3ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4255,8 +4195,7 @@ extension S3ClientTypes { public init( `prefix`: Swift.String? = nil, tags: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.`prefix` = `prefix` self.tags = tags } @@ -4323,8 +4262,7 @@ extension S3ClientTypes { bucketAccountId: Swift.String? = nil, format: S3ClientTypes.AnalyticsS3ExportFileFormat? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketAccountId = bucketAccountId self.format = format @@ -4343,8 +4281,7 @@ extension S3ClientTypes { public init( s3BucketDestination: S3ClientTypes.AnalyticsS3BucketDestination? = nil - ) - { + ) { self.s3BucketDestination = s3BucketDestination } } @@ -4390,8 +4327,7 @@ extension S3ClientTypes { public init( destination: S3ClientTypes.AnalyticsExportDestination? = nil, outputSchemaVersion: S3ClientTypes.StorageClassAnalysisSchemaVersion? = nil - ) - { + ) { self.destination = destination self.outputSchemaVersion = outputSchemaVersion } @@ -4407,8 +4343,7 @@ extension S3ClientTypes { public init( dataExport: S3ClientTypes.StorageClassAnalysisDataExport? = nil - ) - { + ) { self.dataExport = dataExport } } @@ -4431,8 +4366,7 @@ extension S3ClientTypes { filter: S3ClientTypes.AnalyticsFilter? = nil, id: Swift.String? = nil, storageClassAnalysis: S3ClientTypes.StorageClassAnalysis? = nil - ) - { + ) { self.filter = filter self.id = id self.storageClassAnalysis = storageClassAnalysis @@ -4446,8 +4380,7 @@ public struct GetBucketAnalyticsConfigurationOutput: Swift.Sendable { public init( analyticsConfiguration: S3ClientTypes.AnalyticsConfiguration? = nil - ) - { + ) { self.analyticsConfiguration = analyticsConfiguration } } @@ -4462,8 +4395,7 @@ public struct GetBucketCorsInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -4495,8 +4427,7 @@ extension S3ClientTypes { exposeHeaders: [Swift.String]? = nil, id: Swift.String? = nil, maxAgeSeconds: Swift.Int? = nil - ) - { + ) { self.allowedHeaders = allowedHeaders self.allowedMethods = allowedMethods self.allowedOrigins = allowedOrigins @@ -4513,8 +4444,7 @@ public struct GetBucketCorsOutput: Swift.Sendable { public init( corsRules: [S3ClientTypes.CORSRule]? = nil - ) - { + ) { self.corsRules = corsRules } } @@ -4529,8 +4459,7 @@ public struct GetBucketEncryptionInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -4578,8 +4507,7 @@ extension S3ClientTypes { public init( kmsMasterKeyID: Swift.String? = nil, sseAlgorithm: S3ClientTypes.ServerSideEncryption? = nil - ) - { + ) { self.kmsMasterKeyID = kmsMasterKeyID self.sseAlgorithm = sseAlgorithm } @@ -4611,8 +4539,7 @@ extension S3ClientTypes { public init( applyServerSideEncryptionByDefault: S3ClientTypes.ServerSideEncryptionByDefault? = nil, bucketKeyEnabled: Swift.Bool? = nil - ) - { + ) { self.applyServerSideEncryptionByDefault = applyServerSideEncryptionByDefault self.bucketKeyEnabled = bucketKeyEnabled } @@ -4629,8 +4556,7 @@ extension S3ClientTypes { public init( rules: [S3ClientTypes.ServerSideEncryptionRule]? = nil - ) - { + ) { self.rules = rules } } @@ -4642,8 +4568,7 @@ public struct GetBucketEncryptionOutput: Swift.Sendable { public init( serverSideEncryptionConfiguration: S3ClientTypes.ServerSideEncryptionConfiguration? = nil - ) - { + ) { self.serverSideEncryptionConfiguration = serverSideEncryptionConfiguration } } @@ -4659,8 +4584,7 @@ public struct GetBucketIntelligentTieringConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.id = id } @@ -4678,8 +4602,7 @@ extension S3ClientTypes { public init( `prefix`: Swift.String? = nil, tags: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.`prefix` = `prefix` self.tags = tags } @@ -4701,8 +4624,7 @@ extension S3ClientTypes { and: S3ClientTypes.IntelligentTieringAndOperator? = nil, `prefix`: Swift.String? = nil, tag: S3ClientTypes.Tag? = nil - ) - { + ) { self.and = and self.`prefix` = `prefix` self.tag = tag @@ -4782,8 +4704,7 @@ extension S3ClientTypes { public init( accessTier: S3ClientTypes.IntelligentTieringAccessTier? = nil, days: Swift.Int? = nil - ) - { + ) { self.accessTier = accessTier self.days = days } @@ -4811,8 +4732,7 @@ extension S3ClientTypes { id: Swift.String? = nil, status: S3ClientTypes.IntelligentTieringStatus? = nil, tierings: [S3ClientTypes.Tiering]? = nil - ) - { + ) { self.filter = filter self.id = id self.status = status @@ -4827,8 +4747,7 @@ public struct GetBucketIntelligentTieringConfigurationOutput: Swift.Sendable { public init( intelligentTieringConfiguration: S3ClientTypes.IntelligentTieringConfiguration? = nil - ) - { + ) { self.intelligentTieringConfiguration = intelligentTieringConfiguration } } @@ -4847,8 +4766,7 @@ public struct GetBucketInventoryConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -4865,8 +4783,7 @@ extension S3ClientTypes { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -4898,8 +4815,7 @@ extension S3ClientTypes { public init( ssekms: S3ClientTypes.SSEKMS? = nil, sses3: S3ClientTypes.SSES3? = nil - ) - { + ) { self.ssekms = ssekms self.sses3 = sses3 } @@ -4961,8 +4877,7 @@ extension S3ClientTypes { encryption: S3ClientTypes.InventoryEncryption? = nil, format: S3ClientTypes.InventoryFormat? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.encryption = encryption @@ -4982,8 +4897,7 @@ extension S3ClientTypes { public init( s3BucketDestination: S3ClientTypes.InventoryS3BucketDestination? = nil - ) - { + ) { self.s3BucketDestination = s3BucketDestination } } @@ -4999,8 +4913,7 @@ extension S3ClientTypes { public init( `prefix`: Swift.String? = nil - ) - { + ) { self.`prefix` = `prefix` } } @@ -5142,8 +5055,7 @@ extension S3ClientTypes { public init( frequency: S3ClientTypes.InventoryFrequency? = nil - ) - { + ) { self.frequency = frequency } } @@ -5181,8 +5093,7 @@ extension S3ClientTypes { isEnabled: Swift.Bool? = nil, optionalFields: [S3ClientTypes.InventoryOptionalField]? = nil, schedule: S3ClientTypes.InventorySchedule? = nil - ) - { + ) { self.destination = destination self.filter = filter self.id = id @@ -5200,8 +5111,7 @@ public struct GetBucketInventoryConfigurationOutput: Swift.Sendable { public init( inventoryConfiguration: S3ClientTypes.InventoryConfiguration? = nil - ) - { + ) { self.inventoryConfiguration = inventoryConfiguration } } @@ -5216,8 +5126,7 @@ public struct GetBucketLifecycleConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -5238,8 +5147,7 @@ extension S3ClientTypes { date: Foundation.Date? = nil, days: Swift.Int? = nil, expiredObjectDeleteMarker: Swift.Bool? = nil - ) - { + ) { self.date = date self.days = days self.expiredObjectDeleteMarker = expiredObjectDeleteMarker @@ -5265,8 +5173,7 @@ extension S3ClientTypes { objectSizeLessThan: Swift.Int? = nil, `prefix`: Swift.String? = nil, tags: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.objectSizeGreaterThan = objectSizeGreaterThan self.objectSizeLessThan = objectSizeLessThan self.`prefix` = `prefix` @@ -5296,8 +5203,7 @@ extension S3ClientTypes { objectSizeLessThan: Swift.Int? = nil, `prefix`: Swift.String? = nil, tag: S3ClientTypes.Tag? = nil - ) - { + ) { self.and = and self.objectSizeGreaterThan = objectSizeGreaterThan self.objectSizeLessThan = objectSizeLessThan @@ -5319,8 +5225,7 @@ extension S3ClientTypes { public init( newerNoncurrentVersions: Swift.Int? = nil, noncurrentDays: Swift.Int? = nil - ) - { + ) { self.newerNoncurrentVersions = newerNoncurrentVersions self.noncurrentDays = noncurrentDays } @@ -5383,8 +5288,7 @@ extension S3ClientTypes { newerNoncurrentVersions: Swift.Int? = nil, noncurrentDays: Swift.Int? = nil, storageClass: S3ClientTypes.TransitionStorageClass? = nil - ) - { + ) { self.newerNoncurrentVersions = newerNoncurrentVersions self.noncurrentDays = noncurrentDays self.storageClass = storageClass @@ -5436,8 +5340,7 @@ extension S3ClientTypes { date: Foundation.Date? = nil, days: Swift.Int? = nil, storageClass: S3ClientTypes.TransitionStorageClass? = nil - ) - { + ) { self.date = date self.days = days self.storageClass = storageClass @@ -5480,8 +5383,7 @@ extension S3ClientTypes { `prefix`: Swift.String? = nil, status: S3ClientTypes.ExpirationStatus? = nil, transitions: [S3ClientTypes.Transition]? = nil - ) - { + ) { self.abortIncompleteMultipartUpload = abortIncompleteMultipartUpload self.expiration = expiration self.filter = filter @@ -5540,8 +5442,7 @@ public struct GetBucketLifecycleConfigurationOutput: Swift.Sendable { public init( rules: [S3ClientTypes.LifecycleRule]? = nil, transitionDefaultMinimumObjectSize: S3ClientTypes.TransitionDefaultMinimumObjectSize? = nil - ) - { + ) { self.rules = rules self.transitionDefaultMinimumObjectSize = transitionDefaultMinimumObjectSize } @@ -5557,8 +5458,7 @@ public struct GetBucketLocationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -5570,8 +5470,7 @@ public struct GetBucketLocationOutput: Swift.Sendable { public init( locationConstraint: S3ClientTypes.BucketLocationConstraint? = nil - ) - { + ) { self.locationConstraint = locationConstraint } } @@ -5586,8 +5485,7 @@ public struct GetBucketLoggingInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -5637,8 +5535,7 @@ extension S3ClientTypes { public init( grantee: S3ClientTypes.Grantee? = nil, permission: S3ClientTypes.BucketLogsPermission? = nil - ) - { + ) { self.grantee = grantee self.permission = permission } @@ -5683,8 +5580,7 @@ extension S3ClientTypes { public init( partitionDateSource: S3ClientTypes.PartitionDateSource? = nil - ) - { + ) { self.partitionDateSource = partitionDateSource } } @@ -5711,8 +5607,7 @@ extension S3ClientTypes { public init( partitionedPrefix: S3ClientTypes.PartitionedPrefix? = nil, simplePrefix: S3ClientTypes.SimplePrefix? = nil - ) - { + ) { self.partitionedPrefix = partitionedPrefix self.simplePrefix = simplePrefix } @@ -5739,8 +5634,7 @@ extension S3ClientTypes { targetGrants: [S3ClientTypes.TargetGrant]? = nil, targetObjectKeyFormat: S3ClientTypes.TargetObjectKeyFormat? = nil, targetPrefix: Swift.String? = nil - ) - { + ) { self.targetBucket = targetBucket self.targetGrants = targetGrants self.targetObjectKeyFormat = targetObjectKeyFormat @@ -5755,8 +5649,7 @@ public struct GetBucketLoggingOutput: Swift.Sendable { public init( loggingEnabled: S3ClientTypes.LoggingEnabled? = nil - ) - { + ) { self.loggingEnabled = loggingEnabled } } @@ -5771,8 +5664,7 @@ public struct GetBucketMetadataTableConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -5814,8 +5706,7 @@ extension S3ClientTypes { public init( errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -5844,8 +5735,7 @@ extension S3ClientTypes { tableBucketArn: Swift.String? = nil, tableName: Swift.String? = nil, tableNamespace: Swift.String? = nil - ) - { + ) { self.tableArn = tableArn self.tableBucketArn = tableBucketArn self.tableName = tableName @@ -5864,8 +5754,7 @@ extension S3ClientTypes { public init( s3TablesDestinationResult: S3ClientTypes.S3TablesDestinationResult? = nil - ) - { + ) { self.s3TablesDestinationResult = s3TablesDestinationResult } } @@ -5894,8 +5783,7 @@ extension S3ClientTypes { error: S3ClientTypes.ErrorDetails? = nil, metadataTableConfigurationResult: S3ClientTypes.MetadataTableConfigurationResult? = nil, status: Swift.String? = nil - ) - { + ) { self.error = error self.metadataTableConfigurationResult = metadataTableConfigurationResult self.status = status @@ -5909,8 +5797,7 @@ public struct GetBucketMetadataTableConfigurationOutput: Swift.Sendable { public init( getBucketMetadataTableConfigurationResult: S3ClientTypes.GetBucketMetadataTableConfigurationResult? = nil - ) - { + ) { self.getBucketMetadataTableConfigurationResult = getBucketMetadataTableConfigurationResult } } @@ -5929,8 +5816,7 @@ public struct GetBucketMetricsConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -5952,8 +5838,7 @@ extension S3ClientTypes { accessPointArn: Swift.String? = nil, `prefix`: Swift.String? = nil, tags: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.`prefix` = `prefix` self.tags = tags @@ -5990,8 +5875,7 @@ extension S3ClientTypes { public init( filter: S3ClientTypes.MetricsFilter? = nil, id: Swift.String? = nil - ) - { + ) { self.filter = filter self.id = id } @@ -6004,8 +5888,7 @@ public struct GetBucketMetricsConfigurationOutput: Swift.Sendable { public init( metricsConfiguration: S3ClientTypes.MetricsConfiguration? = nil - ) - { + ) { self.metricsConfiguration = metricsConfiguration } } @@ -6020,8 +5903,7 @@ public struct GetBucketNotificationConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -6182,8 +6064,7 @@ extension S3ClientTypes { public init( name: S3ClientTypes.FilterRuleName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -6199,8 +6080,7 @@ extension S3ClientTypes { public init( filterRules: [S3ClientTypes.FilterRule]? = nil - ) - { + ) { self.filterRules = filterRules } } @@ -6215,8 +6095,7 @@ extension S3ClientTypes { public init( key: S3ClientTypes.S3KeyFilter? = nil - ) - { + ) { self.key = key } } @@ -6242,8 +6121,7 @@ extension S3ClientTypes { filter: S3ClientTypes.NotificationConfigurationFilter? = nil, id: Swift.String? = nil, lambdaFunctionArn: Swift.String? = nil - ) - { + ) { self.events = events self.filter = filter self.id = id @@ -6272,8 +6150,7 @@ extension S3ClientTypes { filter: S3ClientTypes.NotificationConfigurationFilter? = nil, id: Swift.String? = nil, queueArn: Swift.String? = nil - ) - { + ) { self.events = events self.filter = filter self.id = id @@ -6302,8 +6179,7 @@ extension S3ClientTypes { filter: S3ClientTypes.NotificationConfigurationFilter? = nil, id: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.events = events self.filter = filter self.id = id @@ -6328,8 +6204,7 @@ public struct GetBucketNotificationConfigurationOutput: Swift.Sendable { lambdaFunctionConfigurations: [S3ClientTypes.LambdaFunctionConfiguration]? = nil, queueConfigurations: [S3ClientTypes.QueueConfiguration]? = nil, topicConfigurations: [S3ClientTypes.TopicConfiguration]? = nil - ) - { + ) { self.eventBridgeConfiguration = eventBridgeConfiguration self.lambdaFunctionConfigurations = lambdaFunctionConfigurations self.queueConfigurations = queueConfigurations @@ -6347,8 +6222,7 @@ public struct GetBucketOwnershipControlsInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -6364,8 +6238,7 @@ extension S3ClientTypes { public init( objectOwnership: S3ClientTypes.ObjectOwnership? = nil - ) - { + ) { self.objectOwnership = objectOwnership } } @@ -6381,8 +6254,7 @@ extension S3ClientTypes { public init( rules: [S3ClientTypes.OwnershipControlsRule]? = nil - ) - { + ) { self.rules = rules } } @@ -6394,8 +6266,7 @@ public struct GetBucketOwnershipControlsOutput: Swift.Sendable { public init( ownershipControls: S3ClientTypes.OwnershipControls? = nil - ) - { + ) { self.ownershipControls = ownershipControls } } @@ -6410,8 +6281,7 @@ public struct GetBucketPolicyInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -6423,8 +6293,7 @@ public struct GetBucketPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -6439,8 +6308,7 @@ public struct GetBucketPolicyStatusInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -6455,8 +6323,7 @@ extension S3ClientTypes { public init( isPublic: Swift.Bool? = nil - ) - { + ) { self.isPublic = isPublic } } @@ -6468,8 +6335,7 @@ public struct GetBucketPolicyStatusOutput: Swift.Sendable { public init( policyStatus: S3ClientTypes.PolicyStatus? = nil - ) - { + ) { self.policyStatus = policyStatus } } @@ -6484,8 +6350,7 @@ public struct GetBucketReplicationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -6529,8 +6394,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.DeleteMarkerReplicationStatus? = nil - ) - { + ) { self.status = status } } @@ -6545,8 +6409,7 @@ extension S3ClientTypes { public init( replicaKmsKeyID: Swift.String? = nil - ) - { + ) { self.replicaKmsKeyID = replicaKmsKeyID } } @@ -6561,8 +6424,7 @@ extension S3ClientTypes { public init( minutes: Swift.Int? = nil - ) - { + ) { self.minutes = minutes } } @@ -6610,8 +6472,7 @@ extension S3ClientTypes { public init( eventThreshold: S3ClientTypes.ReplicationTimeValue? = nil, status: S3ClientTypes.MetricsStatus? = nil - ) - { + ) { self.eventThreshold = eventThreshold self.status = status } @@ -6661,8 +6522,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.ReplicationTimeStatus? = nil, time: S3ClientTypes.ReplicationTimeValue? = nil - ) - { + ) { self.status = status self.time = time } @@ -6697,8 +6557,7 @@ extension S3ClientTypes { metrics: S3ClientTypes.Metrics? = nil, replicationTime: S3ClientTypes.ReplicationTime? = nil, storageClass: S3ClientTypes.StorageClass? = nil - ) - { + ) { self.accessControlTranslation = accessControlTranslation self.account = account self.bucket = bucket @@ -6749,8 +6608,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.ExistingObjectReplicationStatus? = nil - ) - { + ) { self.status = status } } @@ -6772,8 +6630,7 @@ extension S3ClientTypes { public init( `prefix`: Swift.String? = nil, tags: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.`prefix` = `prefix` self.tags = tags } @@ -6799,8 +6656,7 @@ extension S3ClientTypes { and: S3ClientTypes.ReplicationRuleAndOperator? = nil, `prefix`: Swift.String? = nil, tag: S3ClientTypes.Tag? = nil - ) - { + ) { self.and = and self.`prefix` = `prefix` self.tag = tag @@ -6847,8 +6703,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.ReplicaModificationsStatus? = nil - ) - { + ) { self.status = status } } @@ -6893,8 +6748,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.SseKmsEncryptedObjectsStatus? = nil - ) - { + ) { self.status = status } } @@ -6912,8 +6766,7 @@ extension S3ClientTypes { public init( replicaModifications: S3ClientTypes.ReplicaModifications? = nil, sseKmsEncryptedObjects: S3ClientTypes.SseKmsEncryptedObjects? = nil - ) - { + ) { self.replicaModifications = replicaModifications self.sseKmsEncryptedObjects = sseKmsEncryptedObjects } @@ -6985,8 +6838,7 @@ extension S3ClientTypes { priority: Swift.Int? = nil, sourceSelectionCriteria: S3ClientTypes.SourceSelectionCriteria? = nil, status: S3ClientTypes.ReplicationRuleStatus? = nil - ) - { + ) { self.deleteMarkerReplication = deleteMarkerReplication self.destination = destination self.existingObjectReplication = existingObjectReplication @@ -7014,8 +6866,7 @@ extension S3ClientTypes { public init( role: Swift.String? = nil, rules: [S3ClientTypes.ReplicationRule]? = nil - ) - { + ) { self.role = role self.rules = rules } @@ -7028,8 +6879,7 @@ public struct GetBucketReplicationOutput: Swift.Sendable { public init( replicationConfiguration: S3ClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.replicationConfiguration = replicationConfiguration } } @@ -7044,8 +6894,7 @@ public struct GetBucketRequestPaymentInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -7086,8 +6935,7 @@ public struct GetBucketRequestPaymentOutput: Swift.Sendable { public init( payer: S3ClientTypes.Payer? = nil - ) - { + ) { self.payer = payer } } @@ -7102,8 +6950,7 @@ public struct GetBucketTaggingInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -7116,8 +6963,7 @@ public struct GetBucketTaggingOutput: Swift.Sendable { public init( tagSet: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.tagSet = tagSet } } @@ -7132,8 +6978,7 @@ public struct GetBucketVersioningInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -7206,8 +7051,7 @@ public struct GetBucketVersioningOutput: Swift.Sendable { public init( mfaDelete: S3ClientTypes.MFADeleteStatus? = nil, status: S3ClientTypes.BucketVersioningStatus? = nil - ) - { + ) { self.mfaDelete = mfaDelete self.status = status } @@ -7223,8 +7067,7 @@ public struct GetBucketWebsiteInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -7240,8 +7083,7 @@ extension S3ClientTypes { public init( key: Swift.String? = nil - ) - { + ) { self.key = key } } @@ -7257,8 +7099,7 @@ extension S3ClientTypes { public init( suffix: Swift.String? = nil - ) - { + ) { self.suffix = suffix } } @@ -7306,8 +7147,7 @@ extension S3ClientTypes { public init( hostName: Swift.String? = nil, `protocol`: S3ClientTypes.ModelProtocol? = nil - ) - { + ) { self.hostName = hostName self.`protocol` = `protocol` } @@ -7326,8 +7166,7 @@ extension S3ClientTypes { public init( httpErrorCodeReturnedEquals: Swift.String? = nil, keyPrefixEquals: Swift.String? = nil - ) - { + ) { self.httpErrorCodeReturnedEquals = httpErrorCodeReturnedEquals self.keyPrefixEquals = keyPrefixEquals } @@ -7355,8 +7194,7 @@ extension S3ClientTypes { `protocol`: S3ClientTypes.ModelProtocol? = nil, replaceKeyPrefixWith: Swift.String? = nil, replaceKeyWith: Swift.String? = nil - ) - { + ) { self.hostName = hostName self.httpRedirectCode = httpRedirectCode self.`protocol` = `protocol` @@ -7379,8 +7217,7 @@ extension S3ClientTypes { public init( condition: S3ClientTypes.Condition? = nil, redirect: S3ClientTypes.Redirect? = nil - ) - { + ) { self.condition = condition self.redirect = redirect } @@ -7402,8 +7239,7 @@ public struct GetBucketWebsiteOutput: Swift.Sendable { indexDocument: S3ClientTypes.IndexDocument? = nil, redirectAllRequestsTo: S3ClientTypes.RedirectAllRequestsTo? = nil, routingRules: [S3ClientTypes.RoutingRule]? = nil - ) - { + ) { self.errorDocument = errorDocument self.indexDocument = indexDocument self.redirectAllRequestsTo = redirectAllRequestsTo @@ -7432,8 +7268,7 @@ public struct InvalidObjectState: ClientRuntime.ModeledError, AWSClientRuntime.A public init( accessTier: S3ClientTypes.IntelligentTieringAccessTier? = nil, storageClass: S3ClientTypes.StorageClass? = nil - ) - { + ) { self.properties.accessTier = accessTier self.properties.storageClass = storageClass } @@ -7583,8 +7418,7 @@ public struct GetObjectInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumMode = checksumMode self.expectedBucketOwner = expectedBucketOwner @@ -7767,8 +7601,7 @@ public struct GetObjectOutput: Swift.Sendable { tagCount: Swift.Int? = nil, versionId: Swift.String? = nil, websiteRedirectLocation: Swift.String? = nil - ) - { + ) { self.acceptRanges = acceptRanges self.body = body self.bucketKeyEnabled = bucketKeyEnabled @@ -7833,8 +7666,7 @@ public struct GetObjectAclInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -7855,8 +7687,7 @@ public struct GetObjectAclOutput: Swift.Sendable { grants: [S3ClientTypes.Grant]? = nil, owner: S3ClientTypes.Owner? = nil, requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.grants = grants self.owner = owner self.requestCharged = requestCharged @@ -7940,8 +7771,7 @@ public struct GetObjectAttributesInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -7979,8 +7809,7 @@ extension S3ClientTypes { checksumCRC32C: Swift.String? = nil, checksumSHA1: Swift.String? = nil, checksumSHA256: Swift.String? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -8013,8 +7842,7 @@ extension S3ClientTypes { checksumSHA256: Swift.String? = nil, partNumber: Swift.Int? = nil, size: Swift.Int? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -8053,8 +7881,7 @@ extension S3ClientTypes { partNumberMarker: Swift.String? = nil, parts: [S3ClientTypes.ObjectPart]? = nil, totalPartsCount: Swift.Int? = nil - ) - { + ) { self.isTruncated = isTruncated self.maxParts = maxParts self.nextPartNumberMarker = nextPartNumberMarker @@ -8095,8 +7922,7 @@ public struct GetObjectAttributesOutput: Swift.Sendable { requestCharged: S3ClientTypes.RequestCharged? = nil, storageClass: S3ClientTypes.StorageClass? = nil, versionId: Swift.String? = nil - ) - { + ) { self.checksum = checksum self.deleteMarker = deleteMarker self.eTag = eTag @@ -8129,8 +7955,7 @@ public struct GetObjectLegalHoldInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -8148,8 +7973,7 @@ extension S3ClientTypes { public init( status: S3ClientTypes.ObjectLockLegalHoldStatus? = nil - ) - { + ) { self.status = status } } @@ -8161,8 +7985,7 @@ public struct GetObjectLegalHoldOutput: Swift.Sendable { public init( legalHold: S3ClientTypes.ObjectLockLegalHold? = nil - ) - { + ) { self.legalHold = legalHold } } @@ -8177,8 +8000,7 @@ public struct GetObjectLockConfigurationInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -8258,8 +8080,7 @@ extension S3ClientTypes { days: Swift.Int? = nil, mode: S3ClientTypes.ObjectLockRetentionMode? = nil, years: Swift.Int? = nil - ) - { + ) { self.days = days self.mode = mode self.years = years @@ -8276,8 +8097,7 @@ extension S3ClientTypes { public init( defaultRetention: S3ClientTypes.DefaultRetention? = nil - ) - { + ) { self.defaultRetention = defaultRetention } } @@ -8295,8 +8115,7 @@ extension S3ClientTypes { public init( objectLockEnabled: S3ClientTypes.ObjectLockEnabled? = nil, rule: S3ClientTypes.ObjectLockRule? = nil - ) - { + ) { self.objectLockEnabled = objectLockEnabled self.rule = rule } @@ -8309,8 +8128,7 @@ public struct GetObjectLockConfigurationOutput: Swift.Sendable { public init( objectLockConfiguration: S3ClientTypes.ObjectLockConfiguration? = nil - ) - { + ) { self.objectLockConfiguration = objectLockConfiguration } } @@ -8335,8 +8153,7 @@ public struct GetObjectRetentionInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -8357,8 +8174,7 @@ extension S3ClientTypes { public init( mode: S3ClientTypes.ObjectLockRetentionMode? = nil, retainUntilDate: Foundation.Date? = nil - ) - { + ) { self.mode = mode self.retainUntilDate = retainUntilDate } @@ -8371,8 +8187,7 @@ public struct GetObjectRetentionOutput: Swift.Sendable { public init( retention: S3ClientTypes.ObjectLockRetention? = nil - ) - { + ) { self.retention = retention } } @@ -8397,8 +8212,7 @@ public struct GetObjectTaggingInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -8417,8 +8231,7 @@ public struct GetObjectTaggingOutput: Swift.Sendable { public init( tagSet: [S3ClientTypes.Tag]? = nil, versionId: Swift.String? = nil - ) - { + ) { self.tagSet = tagSet self.versionId = versionId } @@ -8441,8 +8254,7 @@ public struct GetObjectTorrentInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -8459,8 +8271,7 @@ public struct GetObjectTorrentOutput: Swift.Sendable { public init( body: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")), requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.body = body self.requestCharged = requestCharged } @@ -8476,8 +8287,7 @@ public struct GetPublicAccessBlockInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -8510,8 +8320,7 @@ extension S3ClientTypes { blockPublicPolicy: Swift.Bool? = nil, ignorePublicAcls: Swift.Bool? = nil, restrictPublicBuckets: Swift.Bool? = nil - ) - { + ) { self.blockPublicAcls = blockPublicAcls self.blockPublicPolicy = blockPublicPolicy self.ignorePublicAcls = ignorePublicAcls @@ -8526,8 +8335,7 @@ public struct GetPublicAccessBlockOutput: Swift.Sendable { public init( publicAccessBlockConfiguration: S3ClientTypes.PublicAccessBlockConfiguration? = nil - ) - { + ) { self.publicAccessBlockConfiguration = publicAccessBlockConfiguration } } @@ -8556,8 +8364,7 @@ public struct HeadBucketInput: Swift.Sendable { public init( bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner } @@ -8578,8 +8385,7 @@ public struct HeadBucketOutput: Swift.Sendable { bucketLocationName: Swift.String? = nil, bucketLocationType: S3ClientTypes.LocationType? = nil, bucketRegion: Swift.String? = nil - ) - { + ) { self.accessPointAlias = accessPointAlias self.bucketLocationName = bucketLocationName self.bucketLocationType = bucketLocationType @@ -8683,8 +8489,7 @@ public struct HeadObjectInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumMode = checksumMode self.expectedBucketOwner = expectedBucketOwner @@ -8857,8 +8662,7 @@ public struct HeadObjectOutput: Swift.Sendable { storageClass: S3ClientTypes.StorageClass? = nil, versionId: Swift.String? = nil, websiteRedirectLocation: Swift.String? = nil - ) - { + ) { self.acceptRanges = acceptRanges self.archiveStatus = archiveStatus self.bucketKeyEnabled = bucketKeyEnabled @@ -8914,8 +8718,7 @@ public struct ListBucketAnalyticsConfigurationsInput: Swift.Sendable { bucket: Swift.String? = nil, continuationToken: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.continuationToken = continuationToken self.expectedBucketOwner = expectedBucketOwner @@ -8937,8 +8740,7 @@ public struct ListBucketAnalyticsConfigurationsOutput: Swift.Sendable { continuationToken: Swift.String? = nil, isTruncated: Swift.Bool? = nil, nextContinuationToken: Swift.String? = nil - ) - { + ) { self.analyticsConfigurationList = analyticsConfigurationList self.continuationToken = continuationToken self.isTruncated = isTruncated @@ -8956,8 +8758,7 @@ public struct ListBucketIntelligentTieringConfigurationsInput: Swift.Sendable { public init( bucket: Swift.String? = nil, continuationToken: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.continuationToken = continuationToken } @@ -8978,8 +8779,7 @@ public struct ListBucketIntelligentTieringConfigurationsOutput: Swift.Sendable { intelligentTieringConfigurationList: [S3ClientTypes.IntelligentTieringConfiguration]? = nil, isTruncated: Swift.Bool? = nil, nextContinuationToken: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.intelligentTieringConfigurationList = intelligentTieringConfigurationList self.isTruncated = isTruncated @@ -9000,8 +8800,7 @@ public struct ListBucketInventoryConfigurationsInput: Swift.Sendable { bucket: Swift.String? = nil, continuationToken: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.continuationToken = continuationToken self.expectedBucketOwner = expectedBucketOwner @@ -9023,8 +8822,7 @@ public struct ListBucketInventoryConfigurationsOutput: Swift.Sendable { inventoryConfigurationList: [S3ClientTypes.InventoryConfiguration]? = nil, isTruncated: Swift.Bool? = nil, nextContinuationToken: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.inventoryConfigurationList = inventoryConfigurationList self.isTruncated = isTruncated @@ -9045,8 +8843,7 @@ public struct ListBucketMetricsConfigurationsInput: Swift.Sendable { bucket: Swift.String? = nil, continuationToken: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.continuationToken = continuationToken self.expectedBucketOwner = expectedBucketOwner @@ -9068,8 +8865,7 @@ public struct ListBucketMetricsConfigurationsOutput: Swift.Sendable { isTruncated: Swift.Bool? = nil, metricsConfigurationList: [S3ClientTypes.MetricsConfiguration]? = nil, nextContinuationToken: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.isTruncated = isTruncated self.metricsConfigurationList = metricsConfigurationList @@ -9092,8 +8888,7 @@ public struct ListBucketsInput: Swift.Sendable { continuationToken: Swift.String? = nil, maxBuckets: Swift.Int? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketRegion = bucketRegion self.continuationToken = continuationToken self.maxBuckets = maxBuckets @@ -9116,8 +8911,7 @@ extension S3ClientTypes { bucketRegion: Swift.String? = nil, creationDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.bucketRegion = bucketRegion self.creationDate = creationDate self.name = name @@ -9140,8 +8934,7 @@ public struct ListBucketsOutput: Swift.Sendable { continuationToken: Swift.String? = nil, owner: S3ClientTypes.Owner? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.buckets = buckets self.continuationToken = continuationToken self.owner = owner @@ -9158,8 +8951,7 @@ public struct ListDirectoryBucketsInput: Swift.Sendable { public init( continuationToken: Swift.String? = nil, maxDirectoryBuckets: Swift.Int? = nil - ) - { + ) { self.continuationToken = continuationToken self.maxDirectoryBuckets = maxDirectoryBuckets } @@ -9174,8 +8966,7 @@ public struct ListDirectoryBucketsOutput: Swift.Sendable { public init( buckets: [S3ClientTypes.Bucket]? = nil, continuationToken: Swift.String? = nil - ) - { + ) { self.buckets = buckets self.continuationToken = continuationToken } @@ -9243,8 +9034,7 @@ public struct ListMultipartUploadsInput: Swift.Sendable { `prefix`: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, uploadIdMarker: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.delimiter = delimiter self.encodingType = encodingType @@ -9266,8 +9056,7 @@ extension S3ClientTypes { public init( `prefix`: Swift.String? = nil - ) - { + ) { self.`prefix` = `prefix` } } @@ -9285,8 +9074,7 @@ extension S3ClientTypes { public init( displayName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.id = id } @@ -9320,8 +9108,7 @@ extension S3ClientTypes { owner: S3ClientTypes.Owner? = nil, storageClass: S3ClientTypes.StorageClass? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.checksumAlgorithm = checksumAlgorithm self.initiated = initiated self.initiator = initiator @@ -9375,8 +9162,7 @@ public struct ListMultipartUploadsOutput: Swift.Sendable { requestCharged: S3ClientTypes.RequestCharged? = nil, uploadIdMarker: Swift.String? = nil, uploads: [S3ClientTypes.MultipartUpload]? = nil - ) - { + ) { self.bucket = bucket self.commonPrefixes = commonPrefixes self.delimiter = delimiter @@ -9450,8 +9236,7 @@ public struct ListObjectsInput: Swift.Sendable { optionalObjectAttributes: [S3ClientTypes.OptionalObjectAttributes]? = nil, `prefix`: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil - ) - { + ) { self.bucket = bucket self.delimiter = delimiter self.encodingType = encodingType @@ -9476,8 +9261,7 @@ extension S3ClientTypes { public init( isRestoreInProgress: Swift.Bool? = nil, restoreExpiryDate: Foundation.Date? = nil - ) - { + ) { self.isRestoreInProgress = isRestoreInProgress self.restoreExpiryDate = restoreExpiryDate } @@ -9579,8 +9363,7 @@ extension S3ClientTypes { restoreStatus: S3ClientTypes.RestoreStatus? = nil, size: Swift.Int? = nil, storageClass: S3ClientTypes.ObjectStorageClass? = nil - ) - { + ) { self.checksumAlgorithm = checksumAlgorithm self.eTag = eTag self.key = key @@ -9629,8 +9412,7 @@ public struct ListObjectsOutput: Swift.Sendable { nextMarker: Swift.String? = nil, `prefix`: Swift.String? = nil, requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.commonPrefixes = commonPrefixes self.contents = contents self.delimiter = delimiter @@ -9686,8 +9468,7 @@ public struct ListObjectsV2Input: Swift.Sendable { `prefix`: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, startAfter: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.continuationToken = continuationToken self.delimiter = delimiter @@ -9748,8 +9529,7 @@ public struct ListObjectsV2Output: Swift.Sendable { `prefix`: Swift.String? = nil, requestCharged: S3ClientTypes.RequestCharged? = nil, startAfter: Swift.String? = nil - ) - { + ) { self.commonPrefixes = commonPrefixes self.contents = contents self.continuationToken = continuationToken @@ -9800,8 +9580,7 @@ public struct ListObjectVersionsInput: Swift.Sendable { `prefix`: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionIdMarker: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.delimiter = delimiter self.encodingType = encodingType @@ -9836,8 +9615,7 @@ extension S3ClientTypes { lastModified: Foundation.Date? = nil, owner: S3ClientTypes.Owner? = nil, versionId: Swift.String? = nil - ) - { + ) { self.isLatest = isLatest self.key = key self.lastModified = lastModified @@ -9909,8 +9687,7 @@ extension S3ClientTypes { size: Swift.Int? = nil, storageClass: S3ClientTypes.ObjectVersionStorageClass? = nil, versionId: Swift.String? = nil - ) - { + ) { self.checksumAlgorithm = checksumAlgorithm self.eTag = eTag self.isLatest = isLatest @@ -9970,8 +9747,7 @@ public struct ListObjectVersionsOutput: Swift.Sendable { requestCharged: S3ClientTypes.RequestCharged? = nil, versionIdMarker: Swift.String? = nil, versions: [S3ClientTypes.ObjectVersion]? = nil - ) - { + ) { self.commonPrefixes = commonPrefixes self.deleteMarkers = deleteMarkers self.delimiter = delimiter @@ -10025,8 +9801,7 @@ public struct ListPartsInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.key = key @@ -10075,8 +9850,7 @@ extension S3ClientTypes { lastModified: Foundation.Date? = nil, partNumber: Swift.Int? = nil, size: Swift.Int? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -10137,8 +9911,7 @@ public struct ListPartsOutput: Swift.Sendable { requestCharged: S3ClientTypes.RequestCharged? = nil, storageClass: S3ClientTypes.StorageClass? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.abortDate = abortDate self.abortRuleId = abortRuleId self.bucket = bucket @@ -10174,8 +9947,7 @@ public struct PutBucketAccelerateConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, checksumAlgorithm: S3ClientTypes.ChecksumAlgorithm? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.accelerateConfiguration = accelerateConfiguration self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm @@ -10220,8 +9992,7 @@ public struct PutBucketAclInput: Swift.Sendable { grantReadACP: Swift.String? = nil, grantWrite: Swift.String? = nil, grantWriteACP: Swift.String? = nil - ) - { + ) { self.accessControlPolicy = accessControlPolicy self.acl = acl self.bucket = bucket @@ -10254,8 +10025,7 @@ public struct PutBucketAnalyticsConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.analyticsConfiguration = analyticsConfiguration self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner @@ -10273,8 +10043,7 @@ extension S3ClientTypes { public init( corsRules: [S3ClientTypes.CORSRule]? = nil - ) - { + ) { self.corsRules = corsRules } } @@ -10300,8 +10069,7 @@ public struct PutBucketCorsInput: Swift.Sendable { contentMD5: Swift.String? = nil, corsConfiguration: S3ClientTypes.CORSConfiguration? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10330,8 +10098,7 @@ public struct PutBucketEncryptionInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, serverSideEncryptionConfiguration: S3ClientTypes.ServerSideEncryptionConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10355,8 +10122,7 @@ public struct PutBucketIntelligentTieringConfigurationInput: Swift.Sendable { bucket: Swift.String? = nil, id: Swift.String? = nil, intelligentTieringConfiguration: S3ClientTypes.IntelligentTieringConfiguration? = nil - ) - { + ) { self.bucket = bucket self.id = id self.intelligentTieringConfiguration = intelligentTieringConfiguration @@ -10381,8 +10147,7 @@ public struct PutBucketInventoryConfigurationInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil, inventoryConfiguration: S3ClientTypes.InventoryConfiguration? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -10400,8 +10165,7 @@ extension S3ClientTypes { public init( rules: [S3ClientTypes.LifecycleRule]? = nil - ) - { + ) { self.rules = rules } } @@ -10433,8 +10197,7 @@ public struct PutBucketLifecycleConfigurationInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, lifecycleConfiguration: S3ClientTypes.BucketLifecycleConfiguration? = nil, transitionDefaultMinimumObjectSize: S3ClientTypes.TransitionDefaultMinimumObjectSize? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.expectedBucketOwner = expectedBucketOwner @@ -10456,8 +10219,7 @@ public struct PutBucketLifecycleConfigurationOutput: Swift.Sendable { public init( transitionDefaultMinimumObjectSize: S3ClientTypes.TransitionDefaultMinimumObjectSize? = nil - ) - { + ) { self.transitionDefaultMinimumObjectSize = transitionDefaultMinimumObjectSize } } @@ -10471,8 +10233,7 @@ extension S3ClientTypes { public init( loggingEnabled: S3ClientTypes.LoggingEnabled? = nil - ) - { + ) { self.loggingEnabled = loggingEnabled } } @@ -10498,8 +10259,7 @@ public struct PutBucketLoggingInput: Swift.Sendable { checksumAlgorithm: S3ClientTypes.ChecksumAlgorithm? = nil, contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketLoggingStatus = bucketLoggingStatus self.checksumAlgorithm = checksumAlgorithm @@ -10526,8 +10286,7 @@ public struct PutBucketMetricsConfigurationInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, id: Swift.String? = nil, metricsConfiguration: S3ClientTypes.MetricsConfiguration? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.id = id @@ -10553,8 +10312,7 @@ extension S3ClientTypes { lambdaFunctionConfigurations: [S3ClientTypes.LambdaFunctionConfiguration]? = nil, queueConfigurations: [S3ClientTypes.QueueConfiguration]? = nil, topicConfigurations: [S3ClientTypes.TopicConfiguration]? = nil - ) - { + ) { self.eventBridgeConfiguration = eventBridgeConfiguration self.lambdaFunctionConfigurations = lambdaFunctionConfigurations self.queueConfigurations = queueConfigurations @@ -10580,8 +10338,7 @@ public struct PutBucketNotificationConfigurationInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, notificationConfiguration: S3ClientTypes.NotificationConfiguration? = nil, skipDestinationValidation: Swift.Bool? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.notificationConfiguration = notificationConfiguration @@ -10606,8 +10363,7 @@ public struct PutBucketOwnershipControlsInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, ownershipControls: S3ClientTypes.OwnershipControls? = nil - ) - { + ) { self.bucket = bucket self.contentMD5 = contentMD5 self.expectedBucketOwner = expectedBucketOwner @@ -10649,8 +10405,7 @@ public struct PutBucketPolicyInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.confirmRemoveSelfBucketAccess = confirmRemoveSelfBucketAccess @@ -10683,8 +10438,7 @@ public struct PutBucketReplicationInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, replicationConfiguration: S3ClientTypes.ReplicationConfiguration? = nil, token: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10704,8 +10458,7 @@ extension S3ClientTypes { public init( payer: S3ClientTypes.Payer? = nil - ) - { + ) { self.payer = payer } } @@ -10731,8 +10484,7 @@ public struct PutBucketRequestPaymentInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, requestPaymentConfiguration: S3ClientTypes.RequestPaymentConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10751,8 +10503,7 @@ extension S3ClientTypes { public init( tagSet: [S3ClientTypes.Tag]? = nil - ) - { + ) { self.tagSet = tagSet } } @@ -10778,8 +10529,7 @@ public struct PutBucketTaggingInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, tagging: S3ClientTypes.Tagging? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10829,8 +10579,7 @@ extension S3ClientTypes { public init( mfaDelete: S3ClientTypes.MFADelete? = nil, status: S3ClientTypes.BucketVersioningStatus? = nil - ) - { + ) { self.mfaDelete = mfaDelete self.status = status } @@ -10860,8 +10609,7 @@ public struct PutBucketVersioningInput: Swift.Sendable { expectedBucketOwner: Swift.String? = nil, mfa: Swift.String? = nil, versioningConfiguration: S3ClientTypes.VersioningConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -10889,8 +10637,7 @@ extension S3ClientTypes { indexDocument: S3ClientTypes.IndexDocument? = nil, redirectAllRequestsTo: S3ClientTypes.RedirectAllRequestsTo? = nil, routingRules: [S3ClientTypes.RoutingRule]? = nil - ) - { + ) { self.errorDocument = errorDocument self.indexDocument = indexDocument self.redirectAllRequestsTo = redirectAllRequestsTo @@ -10919,8 +10666,7 @@ public struct PutBucketWebsiteInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, websiteConfiguration: S3ClientTypes.WebsiteConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -11155,8 +10901,7 @@ public struct PutObjectInput: Swift.Sendable { tagging: Swift.String? = nil, websiteRedirectLocation: Swift.String? = nil, writeOffsetBytes: Swift.Int? = nil - ) - { + ) { self.acl = acl self.body = body self.bucket = bucket @@ -11253,8 +10998,7 @@ public struct PutObjectOutput: Swift.Sendable { ssekmsEncryptionContext: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucketKeyEnabled = bucketKeyEnabled self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C @@ -11325,8 +11069,7 @@ public struct PutObjectAclInput: Swift.Sendable { key: Swift.String? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.accessControlPolicy = accessControlPolicy self.acl = acl self.bucket = bucket @@ -11350,8 +11093,7 @@ public struct PutObjectAclOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.requestCharged = requestCharged } } @@ -11385,8 +11127,7 @@ public struct PutObjectLegalHoldInput: Swift.Sendable { legalHold: S3ClientTypes.ObjectLockLegalHold? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -11404,8 +11145,7 @@ public struct PutObjectLegalHoldOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.requestCharged = requestCharged } } @@ -11435,8 +11175,7 @@ public struct PutObjectLockConfigurationInput: Swift.Sendable { objectLockConfiguration: S3ClientTypes.ObjectLockConfiguration? = nil, requestPayer: S3ClientTypes.RequestPayer? = nil, token: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -11453,8 +11192,7 @@ public struct PutObjectLockConfigurationOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.requestCharged = requestCharged } } @@ -11491,8 +11229,7 @@ public struct PutObjectRetentionInput: Swift.Sendable { requestPayer: S3ClientTypes.RequestPayer? = nil, retention: S3ClientTypes.ObjectLockRetention? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bypassGovernanceRetention = bypassGovernanceRetention self.checksumAlgorithm = checksumAlgorithm @@ -11511,8 +11248,7 @@ public struct PutObjectRetentionOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil - ) - { + ) { self.requestCharged = requestCharged } } @@ -11547,8 +11283,7 @@ public struct PutObjectTaggingInput: Swift.Sendable { requestPayer: S3ClientTypes.RequestPayer? = nil, tagging: S3ClientTypes.Tagging? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -11566,8 +11301,7 @@ public struct PutObjectTaggingOutput: Swift.Sendable { public init( versionId: Swift.String? = nil - ) - { + ) { self.versionId = versionId } } @@ -11592,8 +11326,7 @@ public struct PutPublicAccessBlockInput: Swift.Sendable { contentMD5: Swift.String? = nil, expectedBucketOwner: Swift.String? = nil, publicAccessBlockConfiguration: S3ClientTypes.PublicAccessBlockConfiguration? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.contentMD5 = contentMD5 @@ -11658,8 +11391,7 @@ extension S3ClientTypes { public init( tier: S3ClientTypes.Tier? = nil - ) - { + ) { self.tier = tier } } @@ -11681,8 +11413,7 @@ extension S3ClientTypes { encryptionType: S3ClientTypes.ServerSideEncryption? = nil, kmsContext: Swift.String? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.kmsContext = kmsContext self.kmsKeyId = kmsKeyId @@ -11707,8 +11438,7 @@ extension S3ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -11747,8 +11477,7 @@ extension S3ClientTypes { storageClass: S3ClientTypes.StorageClass? = nil, tagging: S3ClientTypes.Tagging? = nil, userMetadata: [S3ClientTypes.MetadataEntry]? = nil - ) - { + ) { self.accessControlList = accessControlList self.bucketName = bucketName self.cannedACL = cannedACL @@ -11770,8 +11499,7 @@ extension S3ClientTypes { public init( s3: S3ClientTypes.S3Location? = nil - ) - { + ) { self.s3 = s3 } } @@ -11900,8 +11628,7 @@ extension S3ClientTypes { quoteCharacter: Swift.String? = nil, quoteEscapeCharacter: Swift.String? = nil, recordDelimiter: Swift.String? = nil - ) - { + ) { self.allowQuotedRecordDelimiter = allowQuotedRecordDelimiter self.comments = comments self.fieldDelimiter = fieldDelimiter @@ -11951,8 +11678,7 @@ extension S3ClientTypes { public init( type: S3ClientTypes.JSONType? = nil - ) - { + ) { self.type = type } } @@ -11985,8 +11711,7 @@ extension S3ClientTypes { csv: S3ClientTypes.CSVInput? = nil, json: S3ClientTypes.JSONInput? = nil, parquet: S3ClientTypes.ParquetInput? = nil - ) - { + ) { self.compressionType = compressionType self.csv = csv self.json = json @@ -12049,8 +11774,7 @@ extension S3ClientTypes { quoteEscapeCharacter: Swift.String? = nil, quoteFields: S3ClientTypes.QuoteFields? = nil, recordDelimiter: Swift.String? = nil - ) - { + ) { self.fieldDelimiter = fieldDelimiter self.quoteCharacter = quoteCharacter self.quoteEscapeCharacter = quoteEscapeCharacter @@ -12069,8 +11793,7 @@ extension S3ClientTypes { public init( recordDelimiter: Swift.String? = nil - ) - { + ) { self.recordDelimiter = recordDelimiter } } @@ -12088,8 +11811,7 @@ extension S3ClientTypes { public init( csv: S3ClientTypes.CSVOutput? = nil, json: S3ClientTypes.JSONOutput? = nil - ) - { + ) { self.csv = csv self.json = json } @@ -12118,8 +11840,7 @@ extension S3ClientTypes { expressionType: S3ClientTypes.ExpressionType? = nil, inputSerialization: S3ClientTypes.InputSerialization? = nil, outputSerialization: S3ClientTypes.OutputSerialization? = nil - ) - { + ) { self.expression = expression self.expressionType = expressionType self.inputSerialization = inputSerialization @@ -12181,8 +11902,7 @@ extension S3ClientTypes { selectParameters: S3ClientTypes.SelectParameters? = nil, tier: S3ClientTypes.Tier? = nil, type: S3ClientTypes.RestoreRequestType? = nil - ) - { + ) { self.days = days self.description = description self.glacierJobParameters = glacierJobParameters @@ -12220,8 +11940,7 @@ public struct RestoreObjectInput: Swift.Sendable { requestPayer: S3ClientTypes.RequestPayer? = nil, restoreRequest: S3ClientTypes.RestoreRequest? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm self.expectedBucketOwner = expectedBucketOwner @@ -12241,8 +11960,7 @@ public struct RestoreObjectOutput: Swift.Sendable { public init( requestCharged: S3ClientTypes.RequestCharged? = nil, restoreOutputPath: Swift.String? = nil - ) - { + ) { self.requestCharged = requestCharged self.restoreOutputPath = restoreOutputPath } @@ -12257,8 +11975,7 @@ extension S3ClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -12276,8 +11993,7 @@ extension S3ClientTypes { public init( end: Swift.Int? = nil, start: Swift.Int? = nil - ) - { + ) { self.end = end self.start = start } @@ -12336,8 +12052,7 @@ public struct SelectObjectContentInput: Swift.Sendable { sseCustomerAlgorithm: Swift.String? = nil, sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedBucketOwner = expectedBucketOwner self.expression = expression @@ -12391,8 +12106,7 @@ extension S3ClientTypes { bytesProcessed: Swift.Int? = nil, bytesReturned: Swift.Int? = nil, bytesScanned: Swift.Int? = nil - ) - { + ) { self.bytesProcessed = bytesProcessed self.bytesReturned = bytesReturned self.bytesScanned = bytesScanned @@ -12409,8 +12123,7 @@ extension S3ClientTypes { public init( details: S3ClientTypes.Progress? = nil - ) - { + ) { self.details = details } } @@ -12425,8 +12138,7 @@ extension S3ClientTypes { public init( payload: Foundation.Data? = nil - ) - { + ) { self.payload = payload } } @@ -12447,8 +12159,7 @@ extension S3ClientTypes { bytesProcessed: Swift.Int? = nil, bytesReturned: Swift.Int? = nil, bytesScanned: Swift.Int? = nil - ) - { + ) { self.bytesProcessed = bytesProcessed self.bytesReturned = bytesReturned self.bytesScanned = bytesScanned @@ -12465,8 +12176,7 @@ extension S3ClientTypes { public init( details: S3ClientTypes.Stats? = nil - ) - { + ) { self.details = details } } @@ -12496,8 +12206,7 @@ public struct SelectObjectContentOutput: Swift.Sendable { public init( payload: AsyncThrowingStream? = nil - ) - { + ) { self.payload = payload } } @@ -12560,8 +12269,7 @@ public struct UploadPartInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.body = body self.bucket = bucket self.checksumAlgorithm = checksumAlgorithm @@ -12623,8 +12331,7 @@ public struct UploadPartOutput: Swift.Sendable { sseCustomerAlgorithm: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil - ) - { + ) { self.bucketKeyEnabled = bucketKeyEnabled self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C @@ -12723,8 +12430,7 @@ public struct UploadPartCopyInput: Swift.Sendable { sseCustomerKey: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.copySource = copySource self.copySourceIfMatch = copySourceIfMatch @@ -12776,8 +12482,7 @@ extension S3ClientTypes { checksumSHA256: Swift.String? = nil, eTag: Swift.String? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.checksumCRC32 = checksumCRC32 self.checksumCRC32C = checksumCRC32C self.checksumSHA1 = checksumSHA1 @@ -12815,8 +12520,7 @@ public struct UploadPartCopyOutput: Swift.Sendable { sseCustomerAlgorithm: Swift.String? = nil, sseCustomerKeyMD5: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil - ) - { + ) { self.bucketKeyEnabled = bucketKeyEnabled self.copyPartResult = copyPartResult self.copySourceVersionId = copySourceVersionId @@ -12986,8 +12690,7 @@ public struct WriteGetObjectResponseInput: Swift.Sendable { storageClass: S3ClientTypes.StorageClass? = nil, tagCount: Swift.Int? = nil, versionId: Swift.String? = nil - ) - { + ) { self.acceptRanges = acceptRanges self.body = body self.bucketKeyEnabled = bucketKeyEnabled diff --git a/Sources/Services/AWSS3/Sources/AWSS3/S3Client.swift b/Sources/Services/AWSS3/Sources/AWSS3/S3Client.swift index 8bca8da3082..08b950a4857 100644 --- a/Sources/Services/AWSS3/Sources/AWSS3/S3Client.swift +++ b/Sources/Services/AWSS3/Sources/AWSS3/S3Client.swift @@ -80,7 +80,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class S3Client: ClientRuntime.Client { public static let clientName = "S3Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: S3Client.S3ClientConfiguration let serviceName = "S3" diff --git a/Sources/Services/AWSS3Control/Package.swift.txt b/Sources/Services/AWSS3Control/Package.swift.txt index 622c829d1bf..4f1ed0be3c3 100644 --- a/Sources/Services/AWSS3Control/Package.swift.txt +++ b/Sources/Services/AWSS3Control/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,23 +61,23 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSS3Control/Sources/AWSS3Control/Models.swift b/Sources/Services/AWSS3Control/Sources/AWSS3Control/Models.swift index f9bbbf18119..fdcfc3fd10f 100644 --- a/Sources/Services/AWSS3Control/Sources/AWSS3Control/Models.swift +++ b/Sources/Services/AWSS3Control/Sources/AWSS3Control/Models.swift @@ -192,8 +192,7 @@ extension S3ControlClientTypes { public init( daysAfterInitiation: Swift.Int = 0 - ) - { + ) { self.daysAfterInitiation = daysAfterInitiation } } @@ -235,8 +234,7 @@ extension S3ControlClientTypes { public init( owner: S3ControlClientTypes.OwnerOverride? = nil - ) - { + ) { self.owner = owner } } @@ -267,8 +265,7 @@ extension S3ControlClientTypes { identityCenterApplicationArn: Swift.String? = nil, identityCenterArn: Swift.String? = nil, identityCenterInstanceArn: Swift.String? = nil - ) - { + ) { self.accessGrantsInstanceArn = accessGrantsInstanceArn self.accessGrantsInstanceId = accessGrantsInstanceId self.createdAt = createdAt @@ -288,8 +285,7 @@ extension S3ControlClientTypes { public init( s3SubPrefix: Swift.String? = nil - ) - { + ) { self.s3SubPrefix = s3SubPrefix } } @@ -345,8 +341,7 @@ extension S3ControlClientTypes { public init( granteeIdentifier: Swift.String? = nil, granteeType: S3ControlClientTypes.GranteeType? = nil - ) - { + ) { self.granteeIdentifier = granteeIdentifier self.granteeType = granteeType } @@ -424,8 +419,7 @@ extension S3ControlClientTypes { grantScope: Swift.String? = nil, grantee: S3ControlClientTypes.Grantee? = nil, permission: S3ControlClientTypes.Permission? = nil - ) - { + ) { self.accessGrantArn = accessGrantArn self.accessGrantId = accessGrantId self.accessGrantsLocationConfiguration = accessGrantsLocationConfiguration @@ -460,8 +454,7 @@ extension S3ControlClientTypes { createdAt: Foundation.Date? = nil, iamRoleArn: Swift.String? = nil, locationScope: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationArn = accessGrantsLocationArn self.accessGrantsLocationId = accessGrantsLocationId self.createdAt = createdAt @@ -510,8 +503,7 @@ extension S3ControlClientTypes { public init( vpcId: Swift.String? = nil - ) - { + ) { self.vpcId = vpcId } } @@ -547,8 +539,7 @@ extension S3ControlClientTypes { name: Swift.String? = nil, networkOrigin: S3ControlClientTypes.NetworkOrigin? = nil, vpcConfiguration: S3ControlClientTypes.VpcConfiguration? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.alias = alias self.bucket = bucket @@ -569,8 +560,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false - ) - { + ) { self.isEnabled = isEnabled } } @@ -585,8 +575,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false - ) - { + ) { self.isEnabled = isEnabled } } @@ -601,8 +590,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false - ) - { + ) { self.isEnabled = isEnabled } } @@ -617,8 +605,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false - ) - { + ) { self.isEnabled = isEnabled } } @@ -639,8 +626,7 @@ extension S3ControlClientTypes { delimiter: Swift.String? = nil, maxDepth: Swift.Int? = nil, minStorageBytesPercentage: Swift.Double? = nil - ) - { + ) { self.delimiter = delimiter self.maxDepth = maxDepth self.minStorageBytesPercentage = minStorageBytesPercentage @@ -660,8 +646,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false, selectionCriteria: S3ControlClientTypes.SelectionCriteria? = nil - ) - { + ) { self.isEnabled = isEnabled self.selectionCriteria = selectionCriteria } @@ -678,8 +663,7 @@ extension S3ControlClientTypes { public init( storageMetrics: S3ControlClientTypes.PrefixLevelStorageMetrics? = nil - ) - { + ) { self.storageMetrics = storageMetrics } } @@ -706,8 +690,7 @@ extension S3ControlClientTypes { advancedDataProtectionMetrics: S3ControlClientTypes.AdvancedDataProtectionMetrics? = nil, detailedStatusCodesMetrics: S3ControlClientTypes.DetailedStatusCodesMetrics? = nil, prefixLevel: S3ControlClientTypes.PrefixLevel? = nil - ) - { + ) { self.activityMetrics = activityMetrics self.advancedCostOptimizationMetrics = advancedCostOptimizationMetrics self.advancedDataProtectionMetrics = advancedDataProtectionMetrics @@ -729,8 +712,7 @@ extension S3ControlClientTypes { public init( exclude: [Swift.String]? = nil, include: [Swift.String]? = nil - ) - { + ) { self.exclude = exclude self.include = include } @@ -746,8 +728,7 @@ extension S3ControlClientTypes { public init( selectionCriteria: S3ControlClientTypes.StorageLensGroupLevelSelectionCriteria? = nil - ) - { + ) { self.selectionCriteria = selectionCriteria } } @@ -778,8 +759,7 @@ extension S3ControlClientTypes { bucketLevel: S3ControlClientTypes.BucketLevel? = nil, detailedStatusCodesMetrics: S3ControlClientTypes.DetailedStatusCodesMetrics? = nil, storageLensGroupLevel: S3ControlClientTypes.StorageLensGroupLevel? = nil - ) - { + ) { self.activityMetrics = activityMetrics self.advancedCostOptimizationMetrics = advancedCostOptimizationMetrics self.advancedDataProtectionMetrics = advancedDataProtectionMetrics @@ -801,8 +781,7 @@ public struct AssociateAccessGrantsIdentityCenterInput: Swift.Sendable { public init( accountId: Swift.String? = nil, identityCenterArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.identityCenterArn = identityCenterArn } @@ -826,8 +805,7 @@ extension S3ControlClientTypes { message: Swift.String? = nil, requestId: Swift.String? = nil, resource: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.requestId = requestId @@ -895,8 +873,7 @@ extension S3ControlClientTypes { blockPublicPolicy: Swift.Bool = false, ignorePublicAcls: Swift.Bool = false, restrictPublicBuckets: Swift.Bool = false - ) - { + ) { self.blockPublicAcls = blockPublicAcls self.blockPublicPolicy = blockPublicPolicy self.ignorePublicAcls = ignorePublicAcls @@ -918,8 +895,7 @@ extension S3ControlClientTypes { public init( bucket: Swift.String? = nil, bucketAccountId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketAccountId = bucketAccountId } @@ -943,8 +919,7 @@ extension S3ControlClientTypes { name: Swift.String? = nil, publicAccessBlock: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil, regions: [S3ControlClientTypes.Region]? = nil - ) - { + ) { self.name = name self.publicAccessBlock = publicAccessBlock self.regions = regions @@ -962,8 +937,7 @@ extension S3ControlClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -983,8 +957,7 @@ extension S3ControlClientTypes { public init( name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.name = name self.policy = policy } @@ -1006,8 +979,7 @@ extension S3ControlClientTypes { createMultiRegionAccessPointRequest: S3ControlClientTypes.CreateMultiRegionAccessPointInput? = nil, deleteMultiRegionAccessPointRequest: S3ControlClientTypes.DeleteMultiRegionAccessPointInput? = nil, putMultiRegionAccessPointPolicyRequest: S3ControlClientTypes.PutMultiRegionAccessPointPolicyInput? = nil - ) - { + ) { self.createMultiRegionAccessPointRequest = createMultiRegionAccessPointRequest self.deleteMultiRegionAccessPointRequest = deleteMultiRegionAccessPointRequest self.putMultiRegionAccessPointPolicyRequest = putMultiRegionAccessPointPolicyRequest @@ -1027,8 +999,7 @@ extension S3ControlClientTypes { public init( name: Swift.String? = nil, requestStatus: Swift.String? = nil - ) - { + ) { self.name = name self.requestStatus = requestStatus } @@ -1044,8 +1015,7 @@ extension S3ControlClientTypes { public init( regions: [S3ControlClientTypes.MultiRegionAccessPointRegionalResponse]? = nil - ) - { + ) { self.regions = regions } } @@ -1063,8 +1033,7 @@ extension S3ControlClientTypes { public init( errorDetails: S3ControlClientTypes.AsyncErrorDetails? = nil, multiRegionAccessPointDetails: S3ControlClientTypes.MultiRegionAccessPointsAsyncResponse? = nil - ) - { + ) { self.errorDetails = errorDetails self.multiRegionAccessPointDetails = multiRegionAccessPointDetails } @@ -1095,8 +1064,7 @@ extension S3ControlClientTypes { requestStatus: Swift.String? = nil, requestTokenARN: Swift.String? = nil, responseDetails: S3ControlClientTypes.AsyncResponseDetails? = nil - ) - { + ) { self.creationTime = creationTime self.operation = operation self.requestParameters = requestParameters @@ -1120,8 +1088,7 @@ extension S3ControlClientTypes { public init( functionArn: Swift.String? = nil, functionPayload: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn self.functionPayload = functionPayload } @@ -1168,8 +1135,7 @@ extension S3ControlClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1213,8 +1179,7 @@ public struct CreateAccessGrantInput: Swift.Sendable { permission: S3ControlClientTypes.Permission? = nil, s3PrefixType: S3ControlClientTypes.S3PrefixType? = nil, tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.accessGrantsLocationConfiguration = accessGrantsLocationConfiguration self.accessGrantsLocationId = accessGrantsLocationId self.accountId = accountId @@ -1262,8 +1227,7 @@ public struct CreateAccessGrantOutput: Swift.Sendable { grantScope: Swift.String? = nil, grantee: S3ControlClientTypes.Grantee? = nil, permission: S3ControlClientTypes.Permission? = nil - ) - { + ) { self.accessGrantArn = accessGrantArn self.accessGrantId = accessGrantId self.accessGrantsLocationConfiguration = accessGrantsLocationConfiguration @@ -1289,8 +1253,7 @@ public struct CreateAccessGrantsInstanceInput: Swift.Sendable { accountId: Swift.String? = nil, identityCenterArn: Swift.String? = nil, tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.identityCenterArn = identityCenterArn self.tags = tags @@ -1319,8 +1282,7 @@ public struct CreateAccessGrantsInstanceOutput: Swift.Sendable { identityCenterApplicationArn: Swift.String? = nil, identityCenterArn: Swift.String? = nil, identityCenterInstanceArn: Swift.String? = nil - ) - { + ) { self.accessGrantsInstanceArn = accessGrantsInstanceArn self.accessGrantsInstanceId = accessGrantsInstanceId self.createdAt = createdAt @@ -1348,8 +1310,7 @@ public struct CreateAccessGrantsLocationInput: Swift.Sendable { iamRoleArn: Swift.String? = nil, locationScope: Swift.String? = nil, tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.iamRoleArn = iamRoleArn self.locationScope = locationScope @@ -1375,8 +1336,7 @@ public struct CreateAccessGrantsLocationOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, iamRoleArn: Swift.String? = nil, locationScope: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationArn = accessGrantsLocationArn self.accessGrantsLocationId = accessGrantsLocationId self.createdAt = createdAt @@ -1409,8 +1369,7 @@ public struct CreateAccessPointInput: Swift.Sendable { name: Swift.String? = nil, publicAccessBlockConfiguration: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil, vpcConfiguration: S3ControlClientTypes.VpcConfiguration? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.bucketAccountId = bucketAccountId @@ -1429,8 +1388,7 @@ public struct CreateAccessPointOutput: Swift.Sendable { public init( accessPointArn: Swift.String? = nil, alias: Swift.String? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.alias = alias } @@ -1530,8 +1488,7 @@ extension S3ControlClientTypes { public init( actions: [S3ControlClientTypes.ObjectLambdaTransformationConfigurationAction]? = nil, contentTransformation: S3ControlClientTypes.ObjectLambdaContentTransformation? = nil - ) - { + ) { self.actions = actions self.contentTransformation = contentTransformation } @@ -1558,8 +1515,7 @@ extension S3ControlClientTypes { cloudWatchMetricsEnabled: Swift.Bool = false, supportingAccessPoint: Swift.String? = nil, transformationConfigurations: [S3ControlClientTypes.ObjectLambdaTransformationConfiguration]? = nil - ) - { + ) { self.allowedFeatures = allowedFeatures self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.supportingAccessPoint = supportingAccessPoint @@ -1583,8 +1539,7 @@ public struct CreateAccessPointForObjectLambdaInput: Swift.Sendable { accountId: Swift.String? = nil, configuration: S3ControlClientTypes.ObjectLambdaConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configuration = configuration self.name = name @@ -1632,8 +1587,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.ObjectLambdaAccessPointAliasStatus? = nil, value: Swift.String? = nil - ) - { + ) { self.status = status self.value = value } @@ -1649,8 +1603,7 @@ public struct CreateAccessPointForObjectLambdaOutput: Swift.Sendable { public init( alias: S3ControlClientTypes.ObjectLambdaAccessPointAlias? = nil, objectLambdaAccessPointArn: Swift.String? = nil - ) - { + ) { self.alias = alias self.objectLambdaAccessPointArn = objectLambdaAccessPointArn } @@ -1782,8 +1735,7 @@ extension S3ControlClientTypes { public init( locationConstraint: S3ControlClientTypes.BucketLocationConstraint? = nil - ) - { + ) { self.locationConstraint = locationConstraint } } @@ -1823,8 +1775,7 @@ public struct CreateBucketInput: Swift.Sendable { grantWriteACP: Swift.String? = nil, objectLockEnabledForBucket: Swift.Bool? = false, outpostId: Swift.String? = nil - ) - { + ) { self.acl = acl self.bucket = bucket self.createBucketConfiguration = createBucketConfiguration @@ -1847,8 +1798,7 @@ public struct CreateBucketOutput: Swift.Sendable { public init( bucketArn: Swift.String? = nil, location: Swift.String? = nil - ) - { + ) { self.bucketArn = bucketArn self.location = location } @@ -1872,8 +1822,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1896,8 +1845,7 @@ public struct IdempotencyException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1920,8 +1868,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1944,8 +1891,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1967,8 +1913,7 @@ extension S3ControlClientTypes { eTag: Swift.String? = nil, objectArn: Swift.String? = nil, objectVersionId: Swift.String? = nil - ) - { + ) { self.eTag = eTag self.objectArn = objectArn self.objectVersionId = objectVersionId @@ -2053,8 +1998,7 @@ extension S3ControlClientTypes { public init( fields: [S3ControlClientTypes.JobManifestFieldName]? = nil, format: S3ControlClientTypes.JobManifestFormat? = nil - ) - { + ) { self.fields = fields self.format = format } @@ -2075,8 +2019,7 @@ extension S3ControlClientTypes { public init( location: S3ControlClientTypes.JobManifestLocation? = nil, spec: S3ControlClientTypes.JobManifestSpec? = nil - ) - { + ) { self.location = location self.spec = spec } @@ -2098,8 +2041,7 @@ extension S3ControlClientTypes { matchAnyPrefix: [Swift.String]? = nil, matchAnySubstring: [Swift.String]? = nil, matchAnySuffix: [Swift.String]? = nil - ) - { + ) { self.matchAnyPrefix = matchAnyPrefix self.matchAnySubstring = matchAnySubstring self.matchAnySuffix = matchAnySuffix @@ -2216,8 +2158,7 @@ extension S3ControlClientTypes { objectReplicationStatuses: [S3ControlClientTypes.ReplicationStatus]? = nil, objectSizeGreaterThanBytes: Swift.Int? = 0, objectSizeLessThanBytes: Swift.Int? = 0 - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.eligibleForReplication = eligibleForReplication @@ -2240,8 +2181,7 @@ extension S3ControlClientTypes { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -2268,8 +2208,7 @@ extension S3ControlClientTypes { public init( ssekms: S3ControlClientTypes.SSEKMSEncryption? = nil, sses3: S3ControlClientTypes.SSES3Encryption? = nil - ) - { + ) { self.ssekms = ssekms self.sses3 = sses3 } @@ -2325,8 +2264,7 @@ extension S3ControlClientTypes { manifestEncryption: S3ControlClientTypes.GeneratedManifestEncryption? = nil, manifestFormat: S3ControlClientTypes.GeneratedManifestFormat? = nil, manifestPrefix: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.expectedManifestBucketOwner = expectedManifestBucketOwner self.manifestEncryption = manifestEncryption @@ -2359,8 +2297,7 @@ extension S3ControlClientTypes { filter: S3ControlClientTypes.JobManifestGeneratorFilter? = nil, manifestOutputLocation: S3ControlClientTypes.S3ManifestOutputLocation? = nil, sourceBucket: Swift.String? = nil - ) - { + ) { self.enableManifestOutput = enableManifestOutput self.expectedBucketOwner = expectedBucketOwner self.filter = filter @@ -2395,8 +2332,7 @@ extension S3ControlClientTypes { functionArn: Swift.String? = nil, invocationSchemaVersion: Swift.String? = nil, userArguments: [Swift.String: Swift.String]? = nil - ) - { + ) { self.functionArn = functionArn self.invocationSchemaVersion = invocationSchemaVersion self.userArguments = userArguments @@ -2454,8 +2390,7 @@ extension S3ControlClientTypes { public init( expirationInDays: Swift.Int? = 0, glacierJobTier: S3ControlClientTypes.S3GlacierJobTier? = nil - ) - { + ) { self.expirationInDays = expirationInDays self.glacierJobTier = glacierJobTier } @@ -2509,8 +2444,7 @@ extension S3ControlClientTypes { displayName: Swift.String? = nil, identifier: Swift.String? = nil, typeIdentifier: S3ControlClientTypes.S3GranteeTypeIdentifier? = nil - ) - { + ) { self.displayName = displayName self.identifier = identifier self.typeIdentifier = typeIdentifier @@ -2568,8 +2502,7 @@ extension S3ControlClientTypes { public init( grantee: S3ControlClientTypes.S3Grantee? = nil, permission: S3ControlClientTypes.S3Permission? = nil - ) - { + ) { self.grantee = grantee self.permission = permission } @@ -2588,8 +2521,7 @@ extension S3ControlClientTypes { public init( displayName: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.id = id } @@ -2609,8 +2541,7 @@ extension S3ControlClientTypes { public init( grants: [S3ControlClientTypes.S3Grant]? = nil, owner: S3ControlClientTypes.S3ObjectOwner? = nil - ) - { + ) { self.grants = grants self.owner = owner } @@ -2673,8 +2604,7 @@ extension S3ControlClientTypes { public init( accessControlList: S3ControlClientTypes.S3AccessControlList? = nil, cannedAccessControlList: S3ControlClientTypes.S3CannedAccessControlList? = nil - ) - { + ) { self.accessControlList = accessControlList self.cannedAccessControlList = cannedAccessControlList } @@ -2690,8 +2620,7 @@ extension S3ControlClientTypes { public init( accessControlPolicy: S3ControlClientTypes.S3AccessControlPolicy? = nil - ) - { + ) { self.accessControlPolicy = accessControlPolicy } } @@ -2832,8 +2761,7 @@ extension S3ControlClientTypes { requesterCharged: Swift.Bool = false, sseAlgorithm: S3ControlClientTypes.S3SSEAlgorithm? = nil, userMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.cacheControl = cacheControl self.contentDisposition = contentDisposition self.contentEncoding = contentEncoding @@ -2863,8 +2791,7 @@ extension S3ControlClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2993,8 +2920,7 @@ extension S3ControlClientTypes { targetKeyPrefix: Swift.String? = nil, targetResource: Swift.String? = nil, unModifiedSinceConstraint: Foundation.Date? = nil - ) - { + ) { self.accessControlGrants = accessControlGrants self.bucketKeyEnabled = bucketKeyEnabled self.cannedAccessControlList = cannedAccessControlList @@ -3027,8 +2953,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.S3ObjectLockLegalHoldStatus? = nil - ) - { + ) { self.status = status } } @@ -3044,8 +2969,7 @@ extension S3ControlClientTypes { public init( legalHold: S3ControlClientTypes.S3ObjectLockLegalHold? = nil - ) - { + ) { self.legalHold = legalHold } } @@ -3092,8 +3016,7 @@ extension S3ControlClientTypes { public init( mode: S3ControlClientTypes.S3ObjectLockRetentionMode? = nil, retainUntilDate: Foundation.Date? = nil - ) - { + ) { self.mode = mode self.retainUntilDate = retainUntilDate } @@ -3113,8 +3036,7 @@ extension S3ControlClientTypes { public init( bypassGovernanceRetention: Swift.Bool? = false, retention: S3ControlClientTypes.S3Retention? = nil - ) - { + ) { self.bypassGovernanceRetention = bypassGovernanceRetention self.retention = retention } @@ -3130,8 +3052,7 @@ extension S3ControlClientTypes { public init( tagSet: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.tagSet = tagSet } } @@ -3179,8 +3100,7 @@ extension S3ControlClientTypes { s3PutObjectRetention: S3ControlClientTypes.S3SetObjectRetentionOperation? = nil, s3PutObjectTagging: S3ControlClientTypes.S3SetObjectTaggingOperation? = nil, s3ReplicateObject: S3ControlClientTypes.S3ReplicateObjectOperation? = nil - ) - { + ) { self.lambdaInvoke = lambdaInvoke self.s3DeleteObjectTagging = s3DeleteObjectTagging self.s3InitiateRestoreObject = s3InitiateRestoreObject @@ -3271,8 +3191,7 @@ extension S3ControlClientTypes { format: S3ControlClientTypes.JobReportFormat? = nil, `prefix`: Swift.String? = nil, reportScope: S3ControlClientTypes.JobReportScope? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.format = format @@ -3324,8 +3243,7 @@ public struct CreateJobInput: Swift.Sendable { report: S3ControlClientTypes.JobReport? = nil, roleArn: Swift.String? = nil, tags: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.accountId = accountId self.clientRequestToken = clientRequestToken self.confirmationRequired = confirmationRequired @@ -3346,8 +3264,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3367,8 +3284,7 @@ public struct CreateMultiRegionAccessPointInput: Swift.Sendable { accountId: Swift.String? = nil, clientToken: Swift.String? = nil, details: S3ControlClientTypes.CreateMultiRegionAccessPointInput? = nil - ) - { + ) { self.accountId = accountId self.clientToken = clientToken self.details = details @@ -3381,8 +3297,7 @@ public struct CreateMultiRegionAccessPointOutput: Swift.Sendable { public init( requestTokenARN: Swift.String? = nil - ) - { + ) { self.requestTokenARN = requestTokenARN } } @@ -3399,8 +3314,7 @@ extension S3ControlClientTypes { public init( daysGreaterThan: Swift.Int = 0, daysLessThan: Swift.Int = 0 - ) - { + ) { self.daysGreaterThan = daysGreaterThan self.daysLessThan = daysLessThan } @@ -3419,8 +3333,7 @@ extension S3ControlClientTypes { public init( bytesGreaterThan: Swift.Int = 0, bytesLessThan: Swift.Int = 0 - ) - { + ) { self.bytesGreaterThan = bytesGreaterThan self.bytesLessThan = bytesLessThan } @@ -3448,8 +3361,7 @@ extension S3ControlClientTypes { matchAnyTag: [S3ControlClientTypes.S3Tag]? = nil, matchObjectAge: S3ControlClientTypes.MatchObjectAge? = nil, matchObjectSize: S3ControlClientTypes.MatchObjectSize? = nil - ) - { + ) { self.matchAnyPrefix = matchAnyPrefix self.matchAnySuffix = matchAnySuffix self.matchAnyTag = matchAnyTag @@ -3480,8 +3392,7 @@ extension S3ControlClientTypes { matchAnyTag: [S3ControlClientTypes.S3Tag]? = nil, matchObjectAge: S3ControlClientTypes.MatchObjectAge? = nil, matchObjectSize: S3ControlClientTypes.MatchObjectSize? = nil - ) - { + ) { self.matchAnyPrefix = matchAnyPrefix self.matchAnySuffix = matchAnySuffix self.matchAnyTag = matchAnyTag @@ -3518,8 +3429,7 @@ extension S3ControlClientTypes { matchObjectAge: S3ControlClientTypes.MatchObjectAge? = nil, matchObjectSize: S3ControlClientTypes.MatchObjectSize? = nil, or: S3ControlClientTypes.StorageLensGroupOrOperator? = nil - ) - { + ) { self.and = and self.matchAnyPrefix = matchAnyPrefix self.matchAnySuffix = matchAnySuffix @@ -3548,8 +3458,7 @@ extension S3ControlClientTypes { filter: S3ControlClientTypes.StorageLensGroupFilter? = nil, name: Swift.String? = nil, storageLensGroupArn: Swift.String? = nil - ) - { + ) { self.filter = filter self.name = name self.storageLensGroupArn = storageLensGroupArn @@ -3571,8 +3480,7 @@ public struct CreateStorageLensGroupInput: Swift.Sendable { accountId: Swift.String? = nil, storageLensGroup: S3ControlClientTypes.StorageLensGroup? = nil, tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.storageLensGroup = storageLensGroup self.tags = tags @@ -3590,8 +3498,7 @@ public struct DeleteAccessGrantInput: Swift.Sendable { public init( accessGrantId: Swift.String? = nil, accountId: Swift.String? = nil - ) - { + ) { self.accessGrantId = accessGrantId self.accountId = accountId } @@ -3604,8 +3511,7 @@ public struct DeleteAccessGrantsInstanceInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3617,8 +3523,7 @@ public struct DeleteAccessGrantsInstanceResourcePolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3634,8 +3539,7 @@ public struct DeleteAccessGrantsLocationInput: Swift.Sendable { public init( accessGrantsLocationId: Swift.String? = nil, accountId: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationId = accessGrantsLocationId self.accountId = accountId } @@ -3652,8 +3556,7 @@ public struct DeleteAccessPointInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -3670,8 +3573,7 @@ public struct DeleteAccessPointForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -3688,8 +3590,7 @@ public struct DeleteAccessPointPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -3706,8 +3607,7 @@ public struct DeleteAccessPointPolicyForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -3724,8 +3624,7 @@ public struct DeleteBucketInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -3742,8 +3641,7 @@ public struct DeleteBucketLifecycleConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -3760,8 +3658,7 @@ public struct DeleteBucketPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -3778,8 +3675,7 @@ public struct DeleteBucketReplicationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -3796,8 +3692,7 @@ public struct DeleteBucketTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -3821,8 +3716,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3838,8 +3732,7 @@ public struct DeleteJobTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId } @@ -3865,8 +3758,7 @@ public struct DeleteMultiRegionAccessPointInput: Swift.Sendable { accountId: Swift.String? = nil, clientToken: Swift.String? = nil, details: S3ControlClientTypes.DeleteMultiRegionAccessPointInput? = nil - ) - { + ) { self.accountId = accountId self.clientToken = clientToken self.details = details @@ -3879,8 +3771,7 @@ public struct DeleteMultiRegionAccessPointOutput: Swift.Sendable { public init( requestTokenARN: Swift.String? = nil - ) - { + ) { self.requestTokenARN = requestTokenARN } } @@ -3892,8 +3783,7 @@ public struct DeletePublicAccessBlockInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3909,8 +3799,7 @@ public struct DeleteStorageLensConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, configId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configId = configId } @@ -3927,8 +3816,7 @@ public struct DeleteStorageLensConfigurationTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, configId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configId = configId } @@ -3950,8 +3838,7 @@ public struct DeleteStorageLensGroupInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -3968,8 +3855,7 @@ public struct DescribeJobInput: Swift.Sendable { public init( accountId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId } @@ -3987,8 +3873,7 @@ extension S3ControlClientTypes { public init( failureCode: Swift.String? = nil, failureReason: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureReason = failureReason } @@ -4007,8 +3892,7 @@ extension S3ControlClientTypes { public init( format: S3ControlClientTypes.GeneratedManifestFormat? = nil, location: S3ControlClientTypes.JobManifestLocation? = nil - ) - { + ) { self.format = format self.location = location } @@ -4024,8 +3908,7 @@ extension S3ControlClientTypes { public init( elapsedTimeInActiveSeconds: Swift.Int? = 0 - ) - { + ) { self.elapsedTimeInActiveSeconds = elapsedTimeInActiveSeconds } } @@ -4049,8 +3932,7 @@ extension S3ControlClientTypes { numberOfTasksSucceeded: Swift.Int? = 0, timers: S3ControlClientTypes.JobTimers? = nil, totalNumberOfTasks: Swift.Int? = 0 - ) - { + ) { self.numberOfTasksFailed = numberOfTasksFailed self.numberOfTasksSucceeded = numberOfTasksSucceeded self.timers = timers @@ -4184,8 +4066,7 @@ extension S3ControlClientTypes { suspendedCause: Swift.String? = nil, suspendedDate: Foundation.Date? = nil, terminationDate: Foundation.Date? = nil - ) - { + ) { self.confirmationRequired = confirmationRequired self.creationTime = creationTime self.description = description @@ -4215,8 +4096,7 @@ public struct DescribeJobOutput: Swift.Sendable { public init( job: S3ControlClientTypes.JobDescriptor? = nil - ) - { + ) { self.job = job } } @@ -4232,8 +4112,7 @@ public struct DescribeMultiRegionAccessPointOperationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, requestTokenARN: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.requestTokenARN = requestTokenARN } @@ -4245,8 +4124,7 @@ public struct DescribeMultiRegionAccessPointOperationOutput: Swift.Sendable { public init( asyncOperation: S3ControlClientTypes.AsyncOperation? = nil - ) - { + ) { self.asyncOperation = asyncOperation } } @@ -4258,8 +4136,7 @@ public struct DissociateAccessGrantsIdentityCenterInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -4275,8 +4152,7 @@ public struct GetAccessGrantInput: Swift.Sendable { public init( accessGrantId: Swift.String? = nil, accountId: Swift.String? = nil - ) - { + ) { self.accessGrantId = accessGrantId self.accountId = accountId } @@ -4318,8 +4194,7 @@ public struct GetAccessGrantOutput: Swift.Sendable { grantScope: Swift.String? = nil, grantee: S3ControlClientTypes.Grantee? = nil, permission: S3ControlClientTypes.Permission? = nil - ) - { + ) { self.accessGrantArn = accessGrantArn self.accessGrantId = accessGrantId self.accessGrantsLocationConfiguration = accessGrantsLocationConfiguration @@ -4339,8 +4214,7 @@ public struct GetAccessGrantsInstanceInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -4367,8 +4241,7 @@ public struct GetAccessGrantsInstanceOutput: Swift.Sendable { identityCenterApplicationArn: Swift.String? = nil, identityCenterArn: Swift.String? = nil, identityCenterInstanceArn: Swift.String? = nil - ) - { + ) { self.accessGrantsInstanceArn = accessGrantsInstanceArn self.accessGrantsInstanceId = accessGrantsInstanceId self.createdAt = createdAt @@ -4389,8 +4262,7 @@ public struct GetAccessGrantsInstanceForPrefixInput: Swift.Sendable { public init( accountId: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.s3Prefix = s3Prefix } @@ -4405,8 +4277,7 @@ public struct GetAccessGrantsInstanceForPrefixOutput: Swift.Sendable { public init( accessGrantsInstanceArn: Swift.String? = nil, accessGrantsInstanceId: Swift.String? = nil - ) - { + ) { self.accessGrantsInstanceArn = accessGrantsInstanceArn self.accessGrantsInstanceId = accessGrantsInstanceId } @@ -4419,8 +4290,7 @@ public struct GetAccessGrantsInstanceResourcePolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -4437,8 +4307,7 @@ public struct GetAccessGrantsInstanceResourcePolicyOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, organization: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.organization = organization self.policy = policy @@ -4456,8 +4325,7 @@ public struct GetAccessGrantsLocationInput: Swift.Sendable { public init( accessGrantsLocationId: Swift.String? = nil, accountId: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationId = accessGrantsLocationId self.accountId = accountId } @@ -4481,8 +4349,7 @@ public struct GetAccessGrantsLocationOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, iamRoleArn: Swift.String? = nil, locationScope: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationArn = accessGrantsLocationArn self.accessGrantsLocationId = accessGrantsLocationId self.createdAt = createdAt @@ -4502,8 +4369,7 @@ public struct GetAccessPointInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4542,8 +4408,7 @@ public struct GetAccessPointOutput: Swift.Sendable { networkOrigin: S3ControlClientTypes.NetworkOrigin? = nil, publicAccessBlockConfiguration: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil, vpcConfiguration: S3ControlClientTypes.VpcConfiguration? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.alias = alias self.bucket = bucket @@ -4568,8 +4433,7 @@ public struct GetAccessPointConfigurationForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4581,8 +4445,7 @@ public struct GetAccessPointConfigurationForObjectLambdaOutput: Swift.Sendable { public init( configuration: S3ControlClientTypes.ObjectLambdaConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -4598,8 +4461,7 @@ public struct GetAccessPointForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4620,8 +4482,7 @@ public struct GetAccessPointForObjectLambdaOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, name: Swift.String? = nil, publicAccessBlockConfiguration: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil - ) - { + ) { self.alias = alias self.creationDate = creationDate self.name = name @@ -4640,8 +4501,7 @@ public struct GetAccessPointPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4653,8 +4513,7 @@ public struct GetAccessPointPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -4670,8 +4529,7 @@ public struct GetAccessPointPolicyForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4683,8 +4541,7 @@ public struct GetAccessPointPolicyForObjectLambdaOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -4700,8 +4557,7 @@ public struct GetAccessPointPolicyStatusInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4716,8 +4572,7 @@ extension S3ControlClientTypes { public init( isPublic: Swift.Bool = false - ) - { + ) { self.isPublic = isPublic } } @@ -4729,8 +4584,7 @@ public struct GetAccessPointPolicyStatusOutput: Swift.Sendable { public init( policyStatus: S3ControlClientTypes.PolicyStatus? = nil - ) - { + ) { self.policyStatus = policyStatus } } @@ -4746,8 +4600,7 @@ public struct GetAccessPointPolicyStatusForObjectLambdaInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -4759,8 +4612,7 @@ public struct GetAccessPointPolicyStatusForObjectLambdaOutput: Swift.Sendable { public init( policyStatus: S3ControlClientTypes.PolicyStatus? = nil - ) - { + ) { self.policyStatus = policyStatus } } @@ -4776,8 +4628,7 @@ public struct GetBucketInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -4795,8 +4646,7 @@ public struct GetBucketOutput: Swift.Sendable { bucket: Swift.String? = nil, creationDate: Foundation.Date? = nil, publicAccessBlockEnabled: Swift.Bool = false - ) - { + ) { self.bucket = bucket self.creationDate = creationDate self.publicAccessBlockEnabled = publicAccessBlockEnabled @@ -4814,8 +4664,7 @@ public struct GetBucketLifecycleConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -4836,8 +4685,7 @@ extension S3ControlClientTypes { date: Foundation.Date? = nil, days: Swift.Int = 0, expiredObjectDeleteMarker: Swift.Bool = false - ) - { + ) { self.date = date self.days = days self.expiredObjectDeleteMarker = expiredObjectDeleteMarker @@ -4863,8 +4711,7 @@ extension S3ControlClientTypes { objectSizeLessThan: Swift.Int? = 0, `prefix`: Swift.String? = nil, tags: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.objectSizeGreaterThan = objectSizeGreaterThan self.objectSizeLessThan = objectSizeLessThan self.`prefix` = `prefix` @@ -4894,8 +4741,7 @@ extension S3ControlClientTypes { objectSizeLessThan: Swift.Int? = 0, `prefix`: Swift.String? = nil, tag: S3ControlClientTypes.S3Tag? = nil - ) - { + ) { self.and = and self.objectSizeGreaterThan = objectSizeGreaterThan self.objectSizeLessThan = objectSizeLessThan @@ -4917,8 +4763,7 @@ extension S3ControlClientTypes { public init( newerNoncurrentVersions: Swift.Int? = 0, noncurrentDays: Swift.Int = 0 - ) - { + ) { self.newerNoncurrentVersions = newerNoncurrentVersions self.noncurrentDays = noncurrentDays } @@ -4975,8 +4820,7 @@ extension S3ControlClientTypes { public init( noncurrentDays: Swift.Int = 0, storageClass: S3ControlClientTypes.TransitionStorageClass? = nil - ) - { + ) { self.noncurrentDays = noncurrentDays self.storageClass = storageClass } @@ -5027,8 +4871,7 @@ extension S3ControlClientTypes { date: Foundation.Date? = nil, days: Swift.Int = 0, storageClass: S3ControlClientTypes.TransitionStorageClass? = nil - ) - { + ) { self.date = date self.days = days self.storageClass = storageClass @@ -5067,8 +4910,7 @@ extension S3ControlClientTypes { noncurrentVersionTransitions: [S3ControlClientTypes.NoncurrentVersionTransition]? = nil, status: S3ControlClientTypes.ExpirationStatus? = nil, transitions: [S3ControlClientTypes.Transition]? = nil - ) - { + ) { self.abortIncompleteMultipartUpload = abortIncompleteMultipartUpload self.expiration = expiration self.filter = filter @@ -5087,8 +4929,7 @@ public struct GetBucketLifecycleConfigurationOutput: Swift.Sendable { public init( rules: [S3ControlClientTypes.LifecycleRule]? = nil - ) - { + ) { self.rules = rules } } @@ -5104,8 +4945,7 @@ public struct GetBucketPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -5117,8 +4957,7 @@ public struct GetBucketPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -5134,8 +4973,7 @@ public struct GetBucketReplicationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -5180,8 +5018,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.DeleteMarkerReplicationStatus? = nil - ) - { + ) { self.status = status } } @@ -5196,8 +5033,7 @@ extension S3ControlClientTypes { public init( replicaKmsKeyID: Swift.String? = nil - ) - { + ) { self.replicaKmsKeyID = replicaKmsKeyID } } @@ -5212,8 +5048,7 @@ extension S3ControlClientTypes { public init( minutes: Swift.Int? = 0 - ) - { + ) { self.minutes = minutes } } @@ -5261,8 +5096,7 @@ extension S3ControlClientTypes { public init( eventThreshold: S3ControlClientTypes.ReplicationTimeValue? = nil, status: S3ControlClientTypes.MetricsStatus? = nil - ) - { + ) { self.eventThreshold = eventThreshold self.status = status } @@ -5312,8 +5146,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.ReplicationTimeStatus? = nil, time: S3ControlClientTypes.ReplicationTimeValue? = nil - ) - { + ) { self.status = status self.time = time } @@ -5398,8 +5231,7 @@ extension S3ControlClientTypes { metrics: S3ControlClientTypes.Metrics? = nil, replicationTime: S3ControlClientTypes.ReplicationTime? = nil, storageClass: S3ControlClientTypes.ReplicationStorageClass? = nil - ) - { + ) { self.accessControlTranslation = accessControlTranslation self.account = account self.bucket = bucket @@ -5450,8 +5282,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.ExistingObjectReplicationStatus? = nil - ) - { + ) { self.status = status } } @@ -5473,8 +5304,7 @@ extension S3ControlClientTypes { public init( `prefix`: Swift.String? = nil, tags: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.`prefix` = `prefix` self.tags = tags } @@ -5500,8 +5330,7 @@ extension S3ControlClientTypes { and: S3ControlClientTypes.ReplicationRuleAndOperator? = nil, `prefix`: Swift.String? = nil, tag: S3ControlClientTypes.S3Tag? = nil - ) - { + ) { self.and = and self.`prefix` = `prefix` self.tag = tag @@ -5548,8 +5377,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.ReplicaModificationsStatus? = nil - ) - { + ) { self.status = status } } @@ -5594,8 +5422,7 @@ extension S3ControlClientTypes { public init( status: S3ControlClientTypes.SseKmsEncryptedObjectsStatus? = nil - ) - { + ) { self.status = status } } @@ -5613,8 +5440,7 @@ extension S3ControlClientTypes { public init( replicaModifications: S3ControlClientTypes.ReplicaModifications? = nil, sseKmsEncryptedObjects: S3ControlClientTypes.SseKmsEncryptedObjects? = nil - ) - { + ) { self.replicaModifications = replicaModifications self.sseKmsEncryptedObjects = sseKmsEncryptedObjects } @@ -5690,8 +5516,7 @@ extension S3ControlClientTypes { priority: Swift.Int? = 0, sourceSelectionCriteria: S3ControlClientTypes.SourceSelectionCriteria? = nil, status: S3ControlClientTypes.ReplicationRuleStatus? = nil - ) - { + ) { self.bucket = bucket self.deleteMarkerReplication = deleteMarkerReplication self.destination = destination @@ -5720,8 +5545,7 @@ extension S3ControlClientTypes { public init( role: Swift.String? = nil, rules: [S3ControlClientTypes.ReplicationRule]? = nil - ) - { + ) { self.role = role self.rules = rules } @@ -5734,8 +5558,7 @@ public struct GetBucketReplicationOutput: Swift.Sendable { public init( replicationConfiguration: S3ControlClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.replicationConfiguration = replicationConfiguration } } @@ -5751,8 +5574,7 @@ public struct GetBucketTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -5765,8 +5587,7 @@ public struct GetBucketTaggingOutput: Swift.Sendable { public init( tagSet: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.tagSet = tagSet } } @@ -5782,8 +5603,7 @@ public struct GetBucketVersioningInput: Swift.Sendable { public init( accountId: Swift.String? = nil, bucket: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket } @@ -5856,8 +5676,7 @@ public struct GetBucketVersioningOutput: Swift.Sendable { public init( mfaDelete: S3ControlClientTypes.MFADeleteStatus? = nil, status: S3ControlClientTypes.BucketVersioningStatus? = nil - ) - { + ) { self.mfaDelete = mfaDelete self.status = status } @@ -5926,8 +5745,7 @@ public struct GetDataAccessInput: Swift.Sendable { privilege: S3ControlClientTypes.Privilege? = nil, target: Swift.String? = nil, targetType: S3ControlClientTypes.S3PrefixType? = nil - ) - { + ) { self.accountId = accountId self.durationSeconds = durationSeconds self.permission = permission @@ -5955,8 +5773,7 @@ extension S3ControlClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -5980,8 +5797,7 @@ public struct GetDataAccessOutput: Swift.Sendable { public init( credentials: S3ControlClientTypes.Credentials? = nil, matchedGrantTarget: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.matchedGrantTarget = matchedGrantTarget } @@ -6003,8 +5819,7 @@ public struct GetJobTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId } @@ -6016,8 +5831,7 @@ public struct GetJobTaggingOutput: Swift.Sendable { public init( tags: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -6033,8 +5847,7 @@ public struct GetMultiRegionAccessPointInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -6055,8 +5868,7 @@ extension S3ControlClientTypes { bucket: Swift.String? = nil, bucketAccountId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.bucketAccountId = bucketAccountId self.region = region @@ -6129,8 +5941,7 @@ extension S3ControlClientTypes { publicAccessBlock: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil, regions: [S3ControlClientTypes.RegionReport]? = nil, status: S3ControlClientTypes.MultiRegionAccessPointStatus? = nil - ) - { + ) { self.alias = alias self.createdAt = createdAt self.name = name @@ -6147,8 +5958,7 @@ public struct GetMultiRegionAccessPointOutput: Swift.Sendable { public init( accessPoint: S3ControlClientTypes.MultiRegionAccessPointReport? = nil - ) - { + ) { self.accessPoint = accessPoint } } @@ -6164,8 +5974,7 @@ public struct GetMultiRegionAccessPointPolicyInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -6180,8 +5989,7 @@ extension S3ControlClientTypes { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -6196,8 +6004,7 @@ extension S3ControlClientTypes { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -6215,8 +6022,7 @@ extension S3ControlClientTypes { public init( established: S3ControlClientTypes.EstablishedMultiRegionAccessPointPolicy? = nil, proposed: S3ControlClientTypes.ProposedMultiRegionAccessPointPolicy? = nil - ) - { + ) { self.established = established self.proposed = proposed } @@ -6229,8 +6035,7 @@ public struct GetMultiRegionAccessPointPolicyOutput: Swift.Sendable { public init( policy: S3ControlClientTypes.MultiRegionAccessPointPolicyDocument? = nil - ) - { + ) { self.policy = policy } } @@ -6246,8 +6051,7 @@ public struct GetMultiRegionAccessPointPolicyStatusInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -6259,8 +6063,7 @@ public struct GetMultiRegionAccessPointPolicyStatusOutput: Swift.Sendable { public init( established: S3ControlClientTypes.PolicyStatus? = nil - ) - { + ) { self.established = established } } @@ -6276,8 +6079,7 @@ public struct GetMultiRegionAccessPointRoutesInput: Swift.Sendable { public init( accountId: Swift.String? = nil, mrap: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.mrap = mrap } @@ -6299,8 +6101,7 @@ extension S3ControlClientTypes { bucket: Swift.String? = nil, region: Swift.String? = nil, trafficDialPercentage: Swift.Int? = nil - ) - { + ) { self.bucket = bucket self.region = region self.trafficDialPercentage = trafficDialPercentage @@ -6317,8 +6118,7 @@ public struct GetMultiRegionAccessPointRoutesOutput: Swift.Sendable { public init( mrap: Swift.String? = nil, routes: [S3ControlClientTypes.MultiRegionAccessPointRoute]? = nil - ) - { + ) { self.mrap = mrap self.routes = routes } @@ -6342,8 +6142,7 @@ public struct NoSuchPublicAccessBlockConfiguration: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6355,8 +6154,7 @@ public struct GetPublicAccessBlockInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -6367,8 +6165,7 @@ public struct GetPublicAccessBlockOutput: Swift.Sendable { public init( publicAccessBlockConfiguration: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil - ) - { + ) { self.publicAccessBlockConfiguration = publicAccessBlockConfiguration } } @@ -6384,8 +6181,7 @@ public struct GetStorageLensConfigurationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, configId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configId = configId } @@ -6401,8 +6197,7 @@ extension S3ControlClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -6418,8 +6213,7 @@ extension S3ControlClientTypes { public init( isEnabled: Swift.Bool = false - ) - { + ) { self.isEnabled = isEnabled } } @@ -6435,8 +6229,7 @@ extension S3ControlClientTypes { public init( keyId: Swift.String? = nil - ) - { + ) { self.keyId = keyId } } @@ -6463,8 +6256,7 @@ extension S3ControlClientTypes { public init( ssekms: S3ControlClientTypes.SSEKMS? = nil, sses3: S3ControlClientTypes.SSES3? = nil - ) - { + ) { self.ssekms = ssekms self.sses3 = sses3 } @@ -6554,8 +6346,7 @@ extension S3ControlClientTypes { format: S3ControlClientTypes.Format? = nil, outputSchemaVersion: S3ControlClientTypes.OutputSchemaVersion? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.encryption = encryption @@ -6578,8 +6369,7 @@ extension S3ControlClientTypes { public init( cloudWatchMetrics: S3ControlClientTypes.CloudWatchMetrics? = nil, s3BucketDestination: S3ControlClientTypes.S3BucketDestination? = nil - ) - { + ) { self.cloudWatchMetrics = cloudWatchMetrics self.s3BucketDestination = s3BucketDestination } @@ -6598,8 +6388,7 @@ extension S3ControlClientTypes { public init( buckets: [Swift.String]? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.buckets = buckets self.regions = regions } @@ -6618,8 +6407,7 @@ extension S3ControlClientTypes { public init( buckets: [Swift.String]? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.buckets = buckets self.regions = regions } @@ -6659,8 +6447,7 @@ extension S3ControlClientTypes { include: S3ControlClientTypes.Include? = nil, isEnabled: Swift.Bool = false, storageLensArn: Swift.String? = nil - ) - { + ) { self.accountLevel = accountLevel self.awsOrg = awsOrg self.dataExport = dataExport @@ -6679,8 +6466,7 @@ public struct GetStorageLensConfigurationOutput: Swift.Sendable { public init( storageLensConfiguration: S3ControlClientTypes.StorageLensConfiguration? = nil - ) - { + ) { self.storageLensConfiguration = storageLensConfiguration } } @@ -6696,8 +6482,7 @@ public struct GetStorageLensConfigurationTaggingInput: Swift.Sendable { public init( accountId: Swift.String? = nil, configId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configId = configId } @@ -6717,8 +6502,7 @@ extension S3ControlClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -6731,8 +6515,7 @@ public struct GetStorageLensConfigurationTaggingOutput: Swift.Sendable { public init( tags: [S3ControlClientTypes.StorageLensTag]? = nil - ) - { + ) { self.tags = tags } } @@ -6748,8 +6531,7 @@ public struct GetStorageLensGroupInput: Swift.Sendable { public init( accountId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name } @@ -6761,8 +6543,7 @@ public struct GetStorageLensGroupOutput: Swift.Sendable { public init( storageLensGroup: S3ControlClientTypes.StorageLensGroup? = nil - ) - { + ) { self.storageLensGroup = storageLensGroup } } @@ -6807,8 +6588,7 @@ public struct ListAccessGrantsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, permission: S3ControlClientTypes.Permission? = nil - ) - { + ) { self.accountId = accountId self.applicationArn = applicationArn self.grantScope = grantScope @@ -6829,8 +6609,7 @@ public struct ListAccessGrantsOutput: Swift.Sendable { public init( accessGrantsList: [S3ControlClientTypes.ListAccessGrantEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessGrantsList = accessGrantsList self.nextToken = nextToken } @@ -6849,8 +6628,7 @@ public struct ListAccessGrantsInstancesInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -6866,8 +6644,7 @@ public struct ListAccessGrantsInstancesOutput: Swift.Sendable { public init( accessGrantsInstancesList: [S3ControlClientTypes.ListAccessGrantsInstanceEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessGrantsInstancesList = accessGrantsInstancesList self.nextToken = nextToken } @@ -6889,8 +6666,7 @@ public struct ListAccessGrantsLocationsInput: Swift.Sendable { locationScope: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.locationScope = locationScope self.maxResults = maxResults @@ -6907,8 +6683,7 @@ public struct ListAccessGrantsLocationsOutput: Swift.Sendable { public init( accessGrantsLocationsList: [S3ControlClientTypes.ListAccessGrantsLocationsEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationsList = accessGrantsLocationsList self.nextToken = nextToken } @@ -6930,8 +6705,7 @@ public struct ListAccessPointsInput: Swift.Sendable { bucket: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.maxResults = maxResults @@ -6948,8 +6722,7 @@ public struct ListAccessPointsOutput: Swift.Sendable { public init( accessPointList: [S3ControlClientTypes.AccessPoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPointList = accessPointList self.nextToken = nextToken } @@ -6968,8 +6741,7 @@ public struct ListAccessPointsForObjectLambdaInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -6992,8 +6764,7 @@ extension S3ControlClientTypes { alias: S3ControlClientTypes.ObjectLambdaAccessPointAlias? = nil, name: Swift.String? = nil, objectLambdaAccessPointArn: Swift.String? = nil - ) - { + ) { self.alias = alias self.name = name self.objectLambdaAccessPointArn = objectLambdaAccessPointArn @@ -7010,8 +6781,7 @@ public struct ListAccessPointsForObjectLambdaOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, objectLambdaAccessPointList: [S3ControlClientTypes.ObjectLambdaAccessPoint]? = nil - ) - { + ) { self.nextToken = nextToken self.objectLambdaAccessPointList = objectLambdaAccessPointList } @@ -7036,8 +6806,7 @@ public struct ListCallerAccessGrantsInput: Swift.Sendable { grantScope: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.allowedByApplication = allowedByApplication self.grantScope = grantScope @@ -7067,8 +6836,7 @@ extension S3ControlClientTypes { applicationArn: Swift.String? = nil, grantScope: Swift.String? = nil, permission: S3ControlClientTypes.Permission? = nil - ) - { + ) { self.applicationArn = applicationArn self.grantScope = grantScope self.permission = permission @@ -7085,8 +6853,7 @@ public struct ListCallerAccessGrantsOutput: Swift.Sendable { public init( callerAccessGrantsList: [S3ControlClientTypes.ListCallerAccessGrantsEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.callerAccessGrantsList = callerAccessGrantsList self.nextToken = nextToken } @@ -7110,8 +6877,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7134,8 +6900,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7156,8 +6921,7 @@ public struct ListJobsInput: Swift.Sendable { jobStatuses: [S3ControlClientTypes.JobStatus]? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobStatuses = jobStatuses self.maxResults = maxResults @@ -7245,8 +7009,7 @@ extension S3ControlClientTypes { progressSummary: S3ControlClientTypes.JobProgressSummary? = nil, status: S3ControlClientTypes.JobStatus? = nil, terminationDate: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.jobId = jobId @@ -7268,8 +7031,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobs: [S3ControlClientTypes.JobListDescriptor]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -7288,8 +7050,7 @@ public struct ListMultiRegionAccessPointsInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -7305,8 +7066,7 @@ public struct ListMultiRegionAccessPointsOutput: Swift.Sendable { public init( accessPoints: [S3ControlClientTypes.MultiRegionAccessPointReport]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessPoints = accessPoints self.nextToken = nextToken } @@ -7328,8 +7088,7 @@ public struct ListRegionalBucketsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.maxResults = maxResults self.nextToken = nextToken @@ -7361,8 +7120,7 @@ extension S3ControlClientTypes { creationDate: Foundation.Date? = nil, outpostId: Swift.String? = nil, publicAccessBlockEnabled: Swift.Bool = false - ) - { + ) { self.bucket = bucket self.bucketArn = bucketArn self.creationDate = creationDate @@ -7381,8 +7139,7 @@ public struct ListRegionalBucketsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, regionalBucketList: [S3ControlClientTypes.RegionalBucket]? = nil - ) - { + ) { self.nextToken = nextToken self.regionalBucketList = regionalBucketList } @@ -7398,8 +7155,7 @@ public struct ListStorageLensConfigurationsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.nextToken = nextToken } @@ -7426,8 +7182,7 @@ extension S3ControlClientTypes { id: Swift.String? = nil, isEnabled: Swift.Bool = false, storageLensArn: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion self.id = id self.isEnabled = isEnabled @@ -7445,8 +7200,7 @@ public struct ListStorageLensConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageLensConfigurationList: [S3ControlClientTypes.ListStorageLensConfigurationEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.storageLensConfigurationList = storageLensConfigurationList } @@ -7462,8 +7216,7 @@ public struct ListStorageLensGroupsInput: Swift.Sendable { public init( accountId: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.nextToken = nextToken } @@ -7487,8 +7240,7 @@ extension S3ControlClientTypes { homeRegion: Swift.String? = nil, name: Swift.String? = nil, storageLensGroupArn: Swift.String? = nil - ) - { + ) { self.homeRegion = homeRegion self.name = name self.storageLensGroupArn = storageLensGroupArn @@ -7505,8 +7257,7 @@ public struct ListStorageLensGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, storageLensGroupList: [S3ControlClientTypes.ListStorageLensGroupEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.storageLensGroupList = storageLensGroupList } @@ -7523,8 +7274,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( accountId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.resourceArn = resourceArn } @@ -7536,8 +7286,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -7556,8 +7305,7 @@ public struct PutAccessGrantsInstanceResourcePolicyInput: Swift.Sendable { accountId: Swift.String? = nil, organization: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.organization = organization self.policy = policy @@ -7576,8 +7324,7 @@ public struct PutAccessGrantsInstanceResourcePolicyOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, organization: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.organization = organization self.policy = policy @@ -7599,8 +7346,7 @@ public struct PutAccessPointConfigurationForObjectLambdaInput: Swift.Sendable { accountId: Swift.String? = nil, configuration: S3ControlClientTypes.ObjectLambdaConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.configuration = configuration self.name = name @@ -7622,8 +7368,7 @@ public struct PutAccessPointPolicyInput: Swift.Sendable { accountId: Swift.String? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name self.policy = policy @@ -7645,8 +7390,7 @@ public struct PutAccessPointPolicyForObjectLambdaInput: Swift.Sendable { accountId: Swift.String? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name self.policy = policy @@ -7662,8 +7406,7 @@ extension S3ControlClientTypes { public init( rules: [S3ControlClientTypes.LifecycleRule]? = nil - ) - { + ) { self.rules = rules } } @@ -7683,8 +7426,7 @@ public struct PutBucketLifecycleConfigurationInput: Swift.Sendable { accountId: Swift.String? = nil, bucket: Swift.String? = nil, lifecycleConfiguration: S3ControlClientTypes.LifecycleConfiguration? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.lifecycleConfiguration = lifecycleConfiguration @@ -7709,8 +7451,7 @@ public struct PutBucketPolicyInput: Swift.Sendable { bucket: Swift.String? = nil, confirmRemoveSelfBucketAccess: Swift.Bool? = false, policy: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.confirmRemoveSelfBucketAccess = confirmRemoveSelfBucketAccess @@ -7733,8 +7474,7 @@ public struct PutBucketReplicationInput: Swift.Sendable { accountId: Swift.String? = nil, bucket: Swift.String? = nil, replicationConfiguration: S3ControlClientTypes.ReplicationConfiguration? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.replicationConfiguration = replicationConfiguration @@ -7751,8 +7491,7 @@ extension S3ControlClientTypes { public init( tagSet: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.tagSet = tagSet } } @@ -7773,8 +7512,7 @@ public struct PutBucketTaggingInput: Swift.Sendable { accountId: Swift.String? = nil, bucket: Swift.String? = nil, tagging: S3ControlClientTypes.Tagging? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.tagging = tagging @@ -7822,8 +7560,7 @@ extension S3ControlClientTypes { public init( mfaDelete: S3ControlClientTypes.MFADelete? = nil, status: S3ControlClientTypes.BucketVersioningStatus? = nil - ) - { + ) { self.mfaDelete = mfaDelete self.status = status } @@ -7848,8 +7585,7 @@ public struct PutBucketVersioningInput: Swift.Sendable { bucket: Swift.String? = nil, mfa: Swift.String? = nil, versioningConfiguration: S3ControlClientTypes.VersioningConfiguration? = nil - ) - { + ) { self.accountId = accountId self.bucket = bucket self.mfa = mfa @@ -7875,8 +7611,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7896,8 +7631,7 @@ public struct PutJobTaggingInput: Swift.Sendable { accountId: Swift.String? = nil, jobId: Swift.String? = nil, tags: [S3ControlClientTypes.S3Tag]? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId self.tags = tags @@ -7924,8 +7658,7 @@ public struct PutMultiRegionAccessPointPolicyInput: Swift.Sendable { accountId: Swift.String? = nil, clientToken: Swift.String? = nil, details: S3ControlClientTypes.PutMultiRegionAccessPointPolicyInput? = nil - ) - { + ) { self.accountId = accountId self.clientToken = clientToken self.details = details @@ -7938,8 +7671,7 @@ public struct PutMultiRegionAccessPointPolicyOutput: Swift.Sendable { public init( requestTokenARN: Swift.String? = nil - ) - { + ) { self.requestTokenARN = requestTokenARN } } @@ -7955,8 +7687,7 @@ public struct PutPublicAccessBlockInput: Swift.Sendable { public init( accountId: Swift.String? = nil, publicAccessBlockConfiguration: S3ControlClientTypes.PublicAccessBlockConfiguration? = nil - ) - { + ) { self.accountId = accountId self.publicAccessBlockConfiguration = publicAccessBlockConfiguration } @@ -7980,8 +7711,7 @@ public struct PutStorageLensConfigurationInput: Swift.Sendable { configId: Swift.String? = nil, storageLensConfiguration: S3ControlClientTypes.StorageLensConfiguration? = nil, tags: [S3ControlClientTypes.StorageLensTag]? = nil - ) - { + ) { self.accountId = accountId self.configId = configId self.storageLensConfiguration = storageLensConfiguration @@ -8004,8 +7734,7 @@ public struct PutStorageLensConfigurationTaggingInput: Swift.Sendable { accountId: Swift.String? = nil, configId: Swift.String? = nil, tags: [S3ControlClientTypes.StorageLensTag]? = nil - ) - { + ) { self.accountId = accountId self.configId = configId self.tags = tags @@ -8032,8 +7761,7 @@ public struct SubmitMultiRegionAccessPointRoutesInput: Swift.Sendable { accountId: Swift.String? = nil, mrap: Swift.String? = nil, routeUpdates: [S3ControlClientTypes.MultiRegionAccessPointRoute]? = nil - ) - { + ) { self.accountId = accountId self.mrap = mrap self.routeUpdates = routeUpdates @@ -8060,8 +7788,7 @@ public struct TagResourceInput: Swift.Sendable { accountId: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [S3ControlClientTypes.Tag]? = nil - ) - { + ) { self.accountId = accountId self.resourceArn = resourceArn self.tags = tags @@ -8088,8 +7815,7 @@ public struct UntagResourceInput: Swift.Sendable { accountId: Swift.String? = nil, resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.accountId = accountId self.resourceArn = resourceArn self.tagKeys = tagKeys @@ -8116,8 +7842,7 @@ public struct UpdateAccessGrantsLocationInput: Swift.Sendable { accessGrantsLocationId: Swift.String? = nil, accountId: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationId = accessGrantsLocationId self.accountId = accountId self.iamRoleArn = iamRoleArn @@ -8142,8 +7867,7 @@ public struct UpdateAccessGrantsLocationOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, iamRoleArn: Swift.String? = nil, locationScope: Swift.String? = nil - ) - { + ) { self.accessGrantsLocationArn = accessGrantsLocationArn self.accessGrantsLocationId = accessGrantsLocationId self.createdAt = createdAt @@ -8167,8 +7891,7 @@ public struct UpdateJobPriorityInput: Swift.Sendable { accountId: Swift.String? = nil, jobId: Swift.String? = nil, priority: Swift.Int? = 0 - ) - { + ) { self.accountId = accountId self.jobId = jobId self.priority = priority @@ -8186,8 +7909,7 @@ public struct UpdateJobPriorityOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, priority: Swift.Int = 0 - ) - { + ) { self.jobId = jobId self.priority = priority } @@ -8211,8 +7933,7 @@ public struct JobStatusException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8264,8 +7985,7 @@ public struct UpdateJobStatusInput: Swift.Sendable { jobId: Swift.String? = nil, requestedJobStatus: S3ControlClientTypes.RequestedJobStatus? = nil, statusUpdateReason: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.jobId = jobId self.requestedJobStatus = requestedJobStatus @@ -8285,8 +8005,7 @@ public struct UpdateJobStatusOutput: Swift.Sendable { jobId: Swift.String? = nil, status: S3ControlClientTypes.JobStatus? = nil, statusUpdateReason: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.status = status self.statusUpdateReason = statusUpdateReason @@ -8308,8 +8027,7 @@ public struct UpdateStorageLensGroupInput: Swift.Sendable { accountId: Swift.String? = nil, name: Swift.String? = nil, storageLensGroup: S3ControlClientTypes.StorageLensGroup? = nil - ) - { + ) { self.accountId = accountId self.name = name self.storageLensGroup = storageLensGroup diff --git a/Sources/Services/AWSS3Control/Sources/AWSS3Control/S3ControlClient.swift b/Sources/Services/AWSS3Control/Sources/AWSS3Control/S3ControlClient.swift index 520d0c833a4..73b44890b43 100644 --- a/Sources/Services/AWSS3Control/Sources/AWSS3Control/S3ControlClient.swift +++ b/Sources/Services/AWSS3Control/Sources/AWSS3Control/S3ControlClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class S3ControlClient: ClientRuntime.Client { public static let clientName = "S3ControlClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: S3ControlClient.S3ControlClientConfiguration let serviceName = "S3 Control" diff --git a/Sources/Services/AWSS3Outposts/Package.swift.txt b/Sources/Services/AWSS3Outposts/Package.swift.txt index c473c89ebae..2d62ebefee8 100644 --- a/Sources/Services/AWSS3Outposts/Package.swift.txt +++ b/Sources/Services/AWSS3Outposts/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/Models.swift b/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/Models.swift index b048e8a27b4..5d6d87246a3 100644 --- a/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/Models.swift +++ b/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -73,8 +72,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +95,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct OutpostOfflineException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +164,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +187,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -249,8 +242,7 @@ public struct CreateEndpointInput: Swift.Sendable { outpostId: Swift.String? = nil, securityGroupId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.accessType = accessType self.customerOwnedIpv4Pool = customerOwnedIpv4Pool self.outpostId = outpostId @@ -265,8 +257,7 @@ public struct CreateEndpointOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -282,8 +273,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( endpointId: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.endpointId = endpointId self.outpostId = outpostId } @@ -301,8 +291,7 @@ extension S3OutpostsClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -318,8 +307,7 @@ extension S3OutpostsClientTypes { public init( networkInterfaceId: Swift.String? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId } } @@ -405,8 +393,7 @@ extension S3OutpostsClientTypes { status: S3OutpostsClientTypes.EndpointStatus? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.accessType = accessType self.cidrBlock = cidrBlock self.creationTime = creationTime @@ -432,8 +419,7 @@ public struct ListEndpointsInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -448,8 +434,7 @@ public struct ListEndpointsOutput: Swift.Sendable { public init( endpoints: [S3OutpostsClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -464,8 +449,7 @@ public struct ListOutpostsWithS3Input: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -492,8 +476,7 @@ extension S3OutpostsClientTypes { outpostId: Swift.String? = nil, ownerId: Swift.String? = nil, s3OutpostArn: Swift.String? = nil - ) - { + ) { self.capacityInBytes = capacityInBytes self.outpostArn = outpostArn self.outpostId = outpostId @@ -518,8 +501,7 @@ public struct ListOutpostsWithS3Output: Swift.Sendable { public init( nextToken: Swift.String? = nil, outposts: [S3OutpostsClientTypes.Outpost]? = nil - ) - { + ) { self.nextToken = nextToken self.outposts = outposts } @@ -538,8 +520,7 @@ public struct ListSharedEndpointsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, outpostId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.outpostId = outpostId @@ -555,8 +536,7 @@ public struct ListSharedEndpointsOutput: Swift.Sendable { public init( endpoints: [S3OutpostsClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } diff --git a/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/S3OutpostsClient.swift b/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/S3OutpostsClient.swift index 321da9ec26d..99386c48bfc 100644 --- a/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/S3OutpostsClient.swift +++ b/Sources/Services/AWSS3Outposts/Sources/AWSS3Outposts/S3OutpostsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class S3OutpostsClient: ClientRuntime.Client { public static let clientName = "S3OutpostsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: S3OutpostsClient.S3OutpostsClientConfiguration let serviceName = "S3Outposts" diff --git a/Sources/Services/AWSS3Tables/Package.swift.txt b/Sources/Services/AWSS3Tables/Package.swift.txt index 117cae18fff..9213d4ba916 100644 --- a/Sources/Services/AWSS3Tables/Package.swift.txt +++ b/Sources/Services/AWSS3Tables/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/Models.swift b/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/Models.swift index 1feab3037e0..66c8fa17161 100644 --- a/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/Models.swift +++ b/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/Models.swift @@ -96,8 +96,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +119,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -144,8 +142,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +165,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -192,8 +188,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -216,8 +211,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +234,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -257,8 +250,7 @@ public struct CreateNamespaceInput: Swift.Sendable { public init( namespace: [Swift.String]? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.tableBucketARN = tableBucketARN } @@ -275,8 +267,7 @@ public struct CreateNamespaceOutput: Swift.Sendable { public init( namespace: [Swift.String]? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.tableBucketARN = tableBucketARN } @@ -327,8 +318,7 @@ public struct CreateTableInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.format = format self.name = name self.namespace = namespace @@ -347,8 +337,7 @@ public struct CreateTableOutput: Swift.Sendable { public init( tableARN: Swift.String? = nil, versionToken: Swift.String? = nil - ) - { + ) { self.tableARN = tableARN self.versionToken = versionToken } @@ -361,8 +350,7 @@ public struct CreateTableBucketInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -374,8 +362,7 @@ public struct CreateTableBucketOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -391,8 +378,7 @@ public struct DeleteNamespaceInput: Swift.Sendable { public init( namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.tableBucketARN = tableBucketARN } @@ -416,8 +402,7 @@ public struct DeleteTableInput: Swift.Sendable { namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil, versionToken: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -432,8 +417,7 @@ public struct DeleteTableBucketInput: Swift.Sendable { public init( tableBucketARN: Swift.String? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN } } @@ -445,8 +429,7 @@ public struct DeleteTableBucketPolicyInput: Swift.Sendable { public init( tableBucketARN: Swift.String? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN } } @@ -466,8 +449,7 @@ public struct DeleteTablePolicyInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -485,8 +467,7 @@ public struct GetNamespaceInput: Swift.Sendable { public init( namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.tableBucketARN = tableBucketARN } @@ -511,8 +492,7 @@ public struct GetNamespaceOutput: Swift.Sendable { createdBy: Swift.String? = nil, namespace: [Swift.String]? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.namespace = namespace @@ -535,8 +515,7 @@ public struct GetTableInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -629,8 +608,7 @@ public struct GetTableOutput: Swift.Sendable { type: S3TablesClientTypes.TableType? = nil, versionToken: Swift.String? = nil, warehouseLocation: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.format = format @@ -655,8 +633,7 @@ public struct GetTableBucketInput: Swift.Sendable { public init( tableBucketARN: Swift.String? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN } } @@ -680,8 +657,7 @@ public struct GetTableBucketOutput: Swift.Sendable { createdAt: Foundation.Date? = nil, name: Swift.String? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.name = name @@ -696,8 +672,7 @@ public struct GetTableBucketMaintenanceConfigurationInput: Swift.Sendable { public init( tableBucketARN: Swift.String? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN } } @@ -740,8 +715,7 @@ extension S3TablesClientTypes { public init( nonCurrentDays: Swift.Int? = nil, unreferencedDays: Swift.Int? = nil - ) - { + ) { self.nonCurrentDays = nonCurrentDays self.unreferencedDays = unreferencedDays } @@ -799,8 +773,7 @@ extension S3TablesClientTypes { public init( settings: S3TablesClientTypes.TableBucketMaintenanceSettings? = nil, status: S3TablesClientTypes.MaintenanceStatus? = nil - ) - { + ) { self.settings = settings self.status = status } @@ -818,8 +791,7 @@ public struct GetTableBucketMaintenanceConfigurationOutput: Swift.Sendable { public init( configuration: [Swift.String: S3TablesClientTypes.TableBucketMaintenanceConfigurationValue]? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.tableBucketARN = tableBucketARN } @@ -832,8 +804,7 @@ public struct GetTableBucketPolicyInput: Swift.Sendable { public init( tableBucketARN: Swift.String? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN } } @@ -845,8 +816,7 @@ public struct GetTableBucketPolicyOutput: Swift.Sendable { public init( resourcePolicy: Swift.String? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -866,8 +836,7 @@ public struct GetTableMaintenanceConfigurationInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -912,8 +881,7 @@ extension S3TablesClientTypes { public init( targetFileSizeMB: Swift.Int? = nil - ) - { + ) { self.targetFileSizeMB = targetFileSizeMB } } @@ -931,8 +899,7 @@ extension S3TablesClientTypes { public init( maxSnapshotAgeHours: Swift.Int? = nil, minSnapshotsToKeep: Swift.Int? = nil - ) - { + ) { self.maxSnapshotAgeHours = maxSnapshotAgeHours self.minSnapshotsToKeep = minSnapshotsToKeep } @@ -963,8 +930,7 @@ extension S3TablesClientTypes { public init( settings: S3TablesClientTypes.TableMaintenanceSettings? = nil, status: S3TablesClientTypes.MaintenanceStatus? = nil - ) - { + ) { self.settings = settings self.status = status } @@ -982,8 +948,7 @@ public struct GetTableMaintenanceConfigurationOutput: Swift.Sendable { public init( configuration: [Swift.String: S3TablesClientTypes.TableMaintenanceConfigurationValue]? = nil, tableARN: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.tableARN = tableARN } @@ -1004,8 +969,7 @@ public struct GetTableMaintenanceJobStatusInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -1095,8 +1059,7 @@ extension S3TablesClientTypes { failureMessage: Swift.String? = nil, lastRunTimestamp: Foundation.Date? = nil, status: S3TablesClientTypes.JobStatus? = nil - ) - { + ) { self.failureMessage = failureMessage self.lastRunTimestamp = lastRunTimestamp self.status = status @@ -1115,8 +1078,7 @@ public struct GetTableMaintenanceJobStatusOutput: Swift.Sendable { public init( status: [Swift.String: S3TablesClientTypes.TableMaintenanceJobStatusValue]? = nil, tableARN: Swift.String? = nil - ) - { + ) { self.status = status self.tableARN = tableARN } @@ -1137,8 +1099,7 @@ public struct GetTableMetadataLocationInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -1159,8 +1120,7 @@ public struct GetTableMetadataLocationOutput: Swift.Sendable { metadataLocation: Swift.String? = nil, versionToken: Swift.String? = nil, warehouseLocation: Swift.String? = nil - ) - { + ) { self.metadataLocation = metadataLocation self.versionToken = versionToken self.warehouseLocation = warehouseLocation @@ -1182,8 +1142,7 @@ public struct GetTablePolicyInput: Swift.Sendable { name: Swift.String? = nil, namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -1197,8 +1156,7 @@ public struct GetTablePolicyOutput: Swift.Sendable { public init( resourcePolicy: Swift.String? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -1219,8 +1177,7 @@ public struct ListNamespacesInput: Swift.Sendable { maxNamespaces: Swift.Int? = nil, `prefix`: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.maxNamespaces = maxNamespaces self.`prefix` = `prefix` @@ -1250,8 +1207,7 @@ extension S3TablesClientTypes { createdBy: Swift.String? = nil, namespace: [Swift.String]? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.namespace = namespace @@ -1270,8 +1226,7 @@ public struct ListNamespacesOutput: Swift.Sendable { public init( continuationToken: Swift.String? = nil, namespaces: [S3TablesClientTypes.NamespaceSummary]? = nil - ) - { + ) { self.continuationToken = continuationToken self.namespaces = namespaces } @@ -1289,8 +1244,7 @@ public struct ListTableBucketsInput: Swift.Sendable { continuationToken: Swift.String? = nil, maxBuckets: Swift.Int? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.maxBuckets = maxBuckets self.`prefix` = `prefix` @@ -1319,8 +1273,7 @@ extension S3TablesClientTypes { createdAt: Foundation.Date? = nil, name: Swift.String? = nil, ownerAccountId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.name = name @@ -1339,8 +1292,7 @@ public struct ListTableBucketsOutput: Swift.Sendable { public init( continuationToken: Swift.String? = nil, tableBuckets: [S3TablesClientTypes.TableBucketSummary]? = nil - ) - { + ) { self.continuationToken = continuationToken self.tableBuckets = tableBuckets } @@ -1365,8 +1317,7 @@ public struct ListTablesInput: Swift.Sendable { namespace: Swift.String? = nil, `prefix`: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.continuationToken = continuationToken self.maxTables = maxTables self.namespace = namespace @@ -1405,8 +1356,7 @@ extension S3TablesClientTypes { namespace: [Swift.String]? = nil, tableARN: Swift.String? = nil, type: S3TablesClientTypes.TableType? = nil - ) - { + ) { self.createdAt = createdAt self.modifiedAt = modifiedAt self.name = name @@ -1427,8 +1377,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( continuationToken: Swift.String? = nil, tables: [S3TablesClientTypes.TableSummary]? = nil - ) - { + ) { self.continuationToken = continuationToken self.tables = tables } @@ -1449,8 +1398,7 @@ public struct PutTableBucketMaintenanceConfigurationInput: Swift.Sendable { tableBucketARN: Swift.String? = nil, type: S3TablesClientTypes.TableBucketMaintenanceType? = nil, value: S3TablesClientTypes.TableBucketMaintenanceConfigurationValue? = nil - ) - { + ) { self.tableBucketARN = tableBucketARN self.type = type self.value = value @@ -1468,8 +1416,7 @@ public struct PutTableBucketPolicyInput: Swift.Sendable { public init( resourcePolicy: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy self.tableBucketARN = tableBucketARN } @@ -1498,8 +1445,7 @@ public struct PutTableMaintenanceConfigurationInput: Swift.Sendable { tableBucketARN: Swift.String? = nil, type: S3TablesClientTypes.TableMaintenanceType? = nil, value: S3TablesClientTypes.TableMaintenanceConfigurationValue? = nil - ) - { + ) { self.name = name self.namespace = namespace self.tableBucketARN = tableBucketARN @@ -1527,8 +1473,7 @@ public struct PutTablePolicyInput: Swift.Sendable { namespace: Swift.String? = nil, resourcePolicy: Swift.String? = nil, tableBucketARN: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.resourcePolicy = resourcePolicy @@ -1560,8 +1505,7 @@ public struct RenameTableInput: Swift.Sendable { newNamespaceName: Swift.String? = nil, tableBucketARN: Swift.String? = nil, versionToken: Swift.String? = nil - ) - { + ) { self.name = name self.namespace = namespace self.newName = newName @@ -1594,8 +1538,7 @@ public struct UpdateTableMetadataLocationInput: Swift.Sendable { namespace: Swift.String? = nil, tableBucketARN: Swift.String? = nil, versionToken: Swift.String? = nil - ) - { + ) { self.metadataLocation = metadataLocation self.name = name self.namespace = namespace @@ -1627,8 +1570,7 @@ public struct UpdateTableMetadataLocationOutput: Swift.Sendable { namespace: [Swift.String]? = nil, tableARN: Swift.String? = nil, versionToken: Swift.String? = nil - ) - { + ) { self.metadataLocation = metadataLocation self.name = name self.namespace = namespace diff --git a/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/S3TablesClient.swift b/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/S3TablesClient.swift index 7feb51aa0d6..d6970d79662 100644 --- a/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/S3TablesClient.swift +++ b/Sources/Services/AWSS3Tables/Sources/AWSS3Tables/S3TablesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class S3TablesClient: ClientRuntime.Client { public static let clientName = "S3TablesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: S3TablesClient.S3TablesClientConfiguration let serviceName = "S3Tables" diff --git a/Sources/Services/AWSSES/Package.swift.txt b/Sources/Services/AWSSES/Package.swift.txt index a292dfaefb1..86ca1af3094 100644 --- a/Sources/Services/AWSSES/Package.swift.txt +++ b/Sources/Services/AWSSES/Package.swift.txt @@ -41,11 +41,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,31 +53,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( @@ -85,7 +85,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSES/Sources/AWSSES/Models.swift b/Sources/Services/AWSSES/Sources/AWSSES/Models.swift index 5265cc3609a..4a13045df3f 100644 --- a/Sources/Services/AWSSES/Sources/AWSSES/Models.swift +++ b/Sources/Services/AWSSES/Sources/AWSSES/Models.swift @@ -106,8 +106,7 @@ public struct AccountSendingPausedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -126,8 +125,7 @@ extension SESClientTypes { public init( headerName: Swift.String? = nil, headerValue: Swift.String? = nil - ) - { + ) { self.headerName = headerName self.headerValue = headerValue } @@ -155,8 +153,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.name = name } @@ -204,8 +201,7 @@ extension SESClientTypes { public init( charset: Swift.String? = nil, data: Swift.String? = nil - ) - { + ) { self.charset = charset self.data = data } @@ -224,8 +220,7 @@ extension SESClientTypes { public init( html: SESClientTypes.Content? = nil, text: SESClientTypes.Content? = nil - ) - { + ) { self.html = html self.text = text } @@ -256,8 +251,7 @@ extension SESClientTypes { smtpReplyCode: Swift.String? = nil, statusCode: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.message = message self.sender = sender self.smtpReplyCode = smtpReplyCode @@ -360,8 +354,7 @@ extension SESClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -397,8 +390,7 @@ extension SESClientTypes { lastAttemptDate: Foundation.Date? = nil, remoteMta: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.action = action self.diagnosticCode = diagnosticCode self.extensionFields = extensionFields @@ -429,8 +421,7 @@ extension SESClientTypes { recipient: Swift.String? = nil, recipientArn: Swift.String? = nil, recipientDsnFields: SESClientTypes.RecipientDsnFields? = nil - ) - { + ) { self.bounceType = bounceType self.recipient = recipient self.recipientArn = recipientArn @@ -454,8 +445,7 @@ extension SESClientTypes { bccAddresses: [Swift.String]? = nil, ccAddresses: [Swift.String]? = nil, toAddresses: [Swift.String]? = nil - ) - { + ) { self.bccAddresses = bccAddresses self.ccAddresses = ccAddresses self.toAddresses = toAddresses @@ -485,8 +475,7 @@ extension SESClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -509,8 +498,7 @@ extension SESClientTypes { destination: SESClientTypes.Destination? = nil, replacementTags: [SESClientTypes.MessageTag]? = nil, replacementTemplateData: Swift.String? = nil - ) - { + ) { self.destination = destination self.replacementTags = replacementTags self.replacementTemplateData = replacementTemplateData @@ -626,8 +614,7 @@ extension SESClientTypes { error: Swift.String? = nil, messageId: Swift.String? = nil, status: SESClientTypes.BulkEmailStatus? = nil - ) - { + ) { self.error = error self.messageId = messageId self.status = status @@ -656,8 +643,7 @@ public struct CannotDeleteException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.name = name } @@ -681,8 +667,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -708,8 +693,7 @@ public struct RuleSetDoesNotExistException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.name = name } @@ -733,8 +717,7 @@ public struct CloneReceiptRuleSetInput: Swift.Sendable { public init( originalRuleSetName: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.originalRuleSetName = originalRuleSetName self.ruleSetName = ruleSetName } @@ -804,8 +787,7 @@ extension SESClientTypes { defaultDimensionValue: Swift.String? = nil, dimensionName: Swift.String? = nil, dimensionValueSource: SESClientTypes.DimensionValueSource? = nil - ) - { + ) { self.defaultDimensionValue = defaultDimensionValue self.dimensionName = dimensionName self.dimensionValueSource = dimensionValueSource @@ -823,8 +805,7 @@ extension SESClientTypes { public init( dimensionConfigurations: [SESClientTypes.CloudWatchDimensionConfiguration]? = nil - ) - { + ) { self.dimensionConfigurations = dimensionConfigurations } } @@ -844,8 +825,7 @@ extension SESClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -872,8 +852,7 @@ public struct ConfigurationSetAlreadyExistsException: ClientRuntime.ModeledError public init( configurationSetName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.message = message } @@ -935,8 +914,7 @@ public struct ConfigurationSetDoesNotExistException: ClientRuntime.ModeledError, public init( configurationSetName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.message = message } @@ -963,8 +941,7 @@ public struct ConfigurationSetSendingPausedException: ClientRuntime.ModeledError public init( configurationSetName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.message = message } @@ -984,8 +961,7 @@ extension SESClientTypes { public init( iamRoleARN: Swift.String? = nil, instanceARN: Swift.String? = nil - ) - { + ) { self.iamRoleARN = iamRoleARN self.instanceARN = instanceARN } @@ -1010,8 +986,7 @@ public struct InvalidConfigurationSetException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1024,8 +999,7 @@ public struct CreateConfigurationSetInput: Swift.Sendable { public init( configurationSet: SESClientTypes.ConfigurationSet? = nil - ) - { + ) { self.configurationSet = configurationSet } } @@ -1060,8 +1034,7 @@ public struct EventDestinationAlreadyExistsException: ClientRuntime.ModeledError configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.eventDestinationName = eventDestinationName self.properties.message = message @@ -1092,8 +1065,7 @@ public struct InvalidCloudWatchDestinationException: ClientRuntime.ModeledError, configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.eventDestinationName = eventDestinationName self.properties.message = message @@ -1124,8 +1096,7 @@ public struct InvalidFirehoseDestinationException: ClientRuntime.ModeledError, A configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.eventDestinationName = eventDestinationName self.properties.message = message @@ -1156,8 +1127,7 @@ public struct InvalidSNSDestinationException: ClientRuntime.ModeledError, AWSCli configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.eventDestinationName = eventDestinationName self.properties.message = message @@ -1178,8 +1148,7 @@ extension SESClientTypes { public init( deliveryStreamARN: Swift.String? = nil, iamRoleARN: Swift.String? = nil - ) - { + ) { self.deliveryStreamARN = deliveryStreamARN self.iamRoleARN = iamRoleARN } @@ -1243,8 +1212,7 @@ extension SESClientTypes { public init( topicARN: Swift.String? = nil - ) - { + ) { self.topicARN = topicARN } } @@ -1296,8 +1264,7 @@ extension SESClientTypes { matchingEventTypes: [SESClientTypes.EventType]? = nil, name: Swift.String? = nil, snsDestination: SESClientTypes.SNSDestination? = nil - ) - { + ) { self.cloudWatchDestination = cloudWatchDestination self.enabled = enabled self.kinesisFirehoseDestination = kinesisFirehoseDestination @@ -1320,8 +1287,7 @@ public struct CreateConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestination: SESClientTypes.EventDestination? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination } @@ -1355,8 +1321,7 @@ public struct InvalidTrackingOptionsException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1382,8 +1347,7 @@ public struct TrackingOptionsAlreadyExistsException: ClientRuntime.ModeledError, public init( configurationSetName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.message = message } @@ -1398,8 +1362,7 @@ extension SESClientTypes { public init( customRedirectDomain: Swift.String? = nil - ) - { + ) { self.customRedirectDomain = customRedirectDomain } } @@ -1417,8 +1380,7 @@ public struct CreateConfigurationSetTrackingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, trackingOptions: SESClientTypes.TrackingOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.trackingOptions = trackingOptions } @@ -1448,8 +1410,7 @@ public struct CustomVerificationEmailInvalidContentException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1475,8 +1436,7 @@ public struct CustomVerificationEmailTemplateAlreadyExistsException: ClientRunti public init( customVerificationEmailTemplateName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.customVerificationEmailTemplateName = customVerificationEmailTemplateName self.properties.message = message } @@ -1503,8 +1463,7 @@ public struct FromEmailAddressNotVerifiedException: ClientRuntime.ModeledError, public init( fromEmailAddress: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fromEmailAddress = fromEmailAddress self.properties.message = message } @@ -1538,8 +1497,7 @@ public struct CreateCustomVerificationEmailTemplateInput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -1592,8 +1550,7 @@ extension SESClientTypes { public init( cidr: Swift.String? = nil, policy: SESClientTypes.ReceiptFilterPolicy? = nil - ) - { + ) { self.cidr = cidr self.policy = policy } @@ -1620,8 +1577,7 @@ extension SESClientTypes { public init( ipFilter: SESClientTypes.ReceiptIpFilter? = nil, name: Swift.String? = nil - ) - { + ) { self.ipFilter = ipFilter self.name = name } @@ -1636,8 +1592,7 @@ public struct CreateReceiptFilterInput: Swift.Sendable { public init( filter: SESClientTypes.ReceiptFilter? = nil - ) - { + ) { self.filter = filter } } @@ -1669,8 +1624,7 @@ public struct InvalidLambdaFunctionException: ClientRuntime.ModeledError, AWSCli public init( functionArn: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.functionArn = functionArn self.properties.message = message } @@ -1697,8 +1651,7 @@ public struct InvalidS3ConfigurationException: ClientRuntime.ModeledError, AWSCl public init( bucket: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.bucket = bucket self.properties.message = message } @@ -1725,8 +1678,7 @@ public struct InvalidSnsTopicException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, topic: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.topic = topic } @@ -1753,8 +1705,7 @@ public struct RuleDoesNotExistException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.name = name } @@ -1805,8 +1756,7 @@ extension SESClientTypes { functionArn: Swift.String? = nil, invocationType: SESClientTypes.InvocationType? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.functionArn = functionArn self.invocationType = invocationType self.topicArn = topicArn @@ -1852,8 +1802,7 @@ extension SESClientTypes { kmsKeyArn: Swift.String? = nil, objectKeyPrefix: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.iamRoleArn = iamRoleArn self.kmsKeyArn = kmsKeyArn @@ -1905,8 +1854,7 @@ extension SESClientTypes { public init( encoding: SESClientTypes.SNSActionEncoding? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.encoding = encoding self.topicArn = topicArn } @@ -1952,8 +1900,7 @@ extension SESClientTypes { public init( scope: SESClientTypes.StopScope? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.scope = scope self.topicArn = topicArn } @@ -1973,8 +1920,7 @@ extension SESClientTypes { public init( organizationArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.organizationArn = organizationArn self.topicArn = topicArn } @@ -2011,8 +1957,7 @@ extension SESClientTypes { snsAction: SESClientTypes.SNSAction? = nil, stopAction: SESClientTypes.StopAction? = nil, workmailAction: SESClientTypes.WorkmailAction? = nil - ) - { + ) { self.addHeaderAction = addHeaderAction self.bounceAction = bounceAction self.connectAction = connectAction @@ -2085,8 +2030,7 @@ extension SESClientTypes { recipients: [Swift.String]? = nil, scanEnabled: Swift.Bool = false, tlsPolicy: SESClientTypes.TlsPolicy? = nil - ) - { + ) { self.actions = actions self.enabled = enabled self.name = name @@ -2112,8 +2056,7 @@ public struct CreateReceiptRuleInput: Swift.Sendable { after: Swift.String? = nil, rule: SESClientTypes.ReceiptRule? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.after = after self.rule = rule self.ruleSetName = ruleSetName @@ -2140,8 +2083,7 @@ public struct CreateReceiptRuleSetInput: Swift.Sendable { public init( ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleSetName = ruleSetName } } @@ -2172,8 +2114,7 @@ public struct InvalidTemplateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.templateName = templateName } @@ -2198,8 +2139,7 @@ extension SESClientTypes { subjectPart: Swift.String? = nil, templateName: Swift.String? = nil, textPart: Swift.String? = nil - ) - { + ) { self.htmlPart = htmlPart self.subjectPart = subjectPart self.templateName = templateName @@ -2216,8 +2156,7 @@ public struct CreateTemplateInput: Swift.Sendable { public init( template: SESClientTypes.Template? = nil - ) - { + ) { self.template = template } } @@ -2283,8 +2222,7 @@ extension SESClientTypes { successRedirectionURL: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -2315,8 +2253,7 @@ public struct CustomVerificationEmailTemplateDoesNotExistException: ClientRuntim public init( customVerificationEmailTemplateName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.customVerificationEmailTemplateName = customVerificationEmailTemplateName self.properties.message = message } @@ -2330,8 +2267,7 @@ public struct DeleteConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -2366,8 +2302,7 @@ public struct EventDestinationDoesNotExistException: ClientRuntime.ModeledError, configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.eventDestinationName = eventDestinationName self.properties.message = message @@ -2386,8 +2321,7 @@ public struct DeleteConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestinationName = eventDestinationName } @@ -2420,8 +2354,7 @@ public struct TrackingOptionsDoesNotExistException: ClientRuntime.ModeledError, public init( configurationSetName: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.configurationSetName = configurationSetName self.properties.message = message } @@ -2435,8 +2368,7 @@ public struct DeleteConfigurationSetTrackingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -2455,8 +2387,7 @@ public struct DeleteCustomVerificationEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -2469,8 +2400,7 @@ public struct DeleteIdentityInput: Swift.Sendable { public init( identity: Swift.String? = nil - ) - { + ) { self.identity = identity } } @@ -2493,8 +2423,7 @@ public struct DeleteIdentityPolicyInput: Swift.Sendable { public init( identity: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.identity = identity self.policyName = policyName } @@ -2514,8 +2443,7 @@ public struct DeleteReceiptFilterInput: Swift.Sendable { public init( filterName: Swift.String? = nil - ) - { + ) { self.filterName = filterName } } @@ -2538,8 +2466,7 @@ public struct DeleteReceiptRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName self.ruleSetName = ruleSetName } @@ -2559,8 +2486,7 @@ public struct DeleteReceiptRuleSetInput: Swift.Sendable { public init( ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleSetName = ruleSetName } } @@ -2579,8 +2505,7 @@ public struct DeleteTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -2598,8 +2523,7 @@ public struct DeleteVerifiedEmailAddressInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress } } @@ -2613,8 +2537,7 @@ extension SESClientTypes { public init( tlsPolicy: SESClientTypes.TlsPolicy? = nil - ) - { + ) { self.tlsPolicy = tlsPolicy } } @@ -2644,8 +2567,7 @@ extension SESClientTypes { public init( createdTimestamp: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.name = name } @@ -2662,8 +2584,7 @@ public struct DescribeActiveReceiptRuleSetOutput: Swift.Sendable { public init( metadata: SESClientTypes.ReceiptRuleSetMetadata? = nil, rules: [SESClientTypes.ReceiptRule]? = nil - ) - { + ) { self.metadata = metadata self.rules = rules } @@ -2680,8 +2601,7 @@ public struct DescribeConfigurationSetInput: Swift.Sendable { public init( configurationSetAttributeNames: [SESClientTypes.ConfigurationSetAttribute]? = nil, configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetAttributeNames = configurationSetAttributeNames self.configurationSetName = configurationSetName } @@ -2702,8 +2622,7 @@ extension SESClientTypes { lastFreshStart: Foundation.Date? = nil, reputationMetricsEnabled: Swift.Bool = false, sendingEnabled: Swift.Bool = false - ) - { + ) { self.lastFreshStart = lastFreshStart self.reputationMetricsEnabled = reputationMetricsEnabled self.sendingEnabled = sendingEnabled @@ -2730,8 +2649,7 @@ public struct DescribeConfigurationSetOutput: Swift.Sendable { eventDestinations: [SESClientTypes.EventDestination]? = nil, reputationOptions: SESClientTypes.ReputationOptions? = nil, trackingOptions: SESClientTypes.TrackingOptions? = nil - ) - { + ) { self.configurationSet = configurationSet self.deliveryOptions = deliveryOptions self.eventDestinations = eventDestinations @@ -2752,8 +2670,7 @@ public struct DescribeReceiptRuleInput: Swift.Sendable { public init( ruleName: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleName = ruleName self.ruleSetName = ruleSetName } @@ -2766,8 +2683,7 @@ public struct DescribeReceiptRuleOutput: Swift.Sendable { public init( rule: SESClientTypes.ReceiptRule? = nil - ) - { + ) { self.rule = rule } } @@ -2780,8 +2696,7 @@ public struct DescribeReceiptRuleSetInput: Swift.Sendable { public init( ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleSetName = ruleSetName } } @@ -2796,8 +2711,7 @@ public struct DescribeReceiptRuleSetOutput: Swift.Sendable { public init( metadata: SESClientTypes.ReceiptRuleSetMetadata? = nil, rules: [SESClientTypes.ReceiptRule]? = nil - ) - { + ) { self.metadata = metadata self.rules = rules } @@ -2858,8 +2772,7 @@ extension SESClientTypes { dkimEnabled: Swift.Bool = false, dkimTokens: [Swift.String]? = nil, dkimVerificationStatus: SESClientTypes.VerificationStatus? = nil - ) - { + ) { self.dkimEnabled = dkimEnabled self.dkimTokens = dkimTokens self.dkimVerificationStatus = dkimVerificationStatus @@ -2874,8 +2787,7 @@ public struct GetAccountSendingEnabledOutput: Swift.Sendable { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -2888,8 +2800,7 @@ public struct GetCustomVerificationEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -2916,8 +2827,7 @@ public struct GetCustomVerificationEmailTemplateOutput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -2935,8 +2845,7 @@ public struct GetIdentityDkimAttributesInput: Swift.Sendable { public init( identities: [Swift.String]? = nil - ) - { + ) { self.identities = identities } } @@ -2949,8 +2858,7 @@ public struct GetIdentityDkimAttributesOutput: Swift.Sendable { public init( dkimAttributes: [Swift.String: SESClientTypes.IdentityDkimAttributes]? = nil - ) - { + ) { self.dkimAttributes = dkimAttributes } } @@ -2963,8 +2871,7 @@ public struct GetIdentityMailFromDomainAttributesInput: Swift.Sendable { public init( identities: [Swift.String]? = nil - ) - { + ) { self.identities = identities } } @@ -2987,8 +2894,7 @@ extension SESClientTypes { behaviorOnMXFailure: SESClientTypes.BehaviorOnMXFailure? = nil, mailFromDomain: Swift.String? = nil, mailFromDomainStatus: SESClientTypes.CustomMailFromStatus? = nil - ) - { + ) { self.behaviorOnMXFailure = behaviorOnMXFailure self.mailFromDomain = mailFromDomain self.mailFromDomainStatus = mailFromDomainStatus @@ -3004,8 +2910,7 @@ public struct GetIdentityMailFromDomainAttributesOutput: Swift.Sendable { public init( mailFromDomainAttributes: [Swift.String: SESClientTypes.IdentityMailFromDomainAttributes]? = nil - ) - { + ) { self.mailFromDomainAttributes = mailFromDomainAttributes } } @@ -3018,8 +2923,7 @@ public struct GetIdentityNotificationAttributesInput: Swift.Sendable { public init( identities: [Swift.String]? = nil - ) - { + ) { self.identities = identities } } @@ -3055,8 +2959,7 @@ extension SESClientTypes { headersInBounceNotificationsEnabled: Swift.Bool = false, headersInComplaintNotificationsEnabled: Swift.Bool = false, headersInDeliveryNotificationsEnabled: Swift.Bool = false - ) - { + ) { self.bounceTopic = bounceTopic self.complaintTopic = complaintTopic self.deliveryTopic = deliveryTopic @@ -3076,8 +2979,7 @@ public struct GetIdentityNotificationAttributesOutput: Swift.Sendable { public init( notificationAttributes: [Swift.String: SESClientTypes.IdentityNotificationAttributes]? = nil - ) - { + ) { self.notificationAttributes = notificationAttributes } } @@ -3094,8 +2996,7 @@ public struct GetIdentityPoliciesInput: Swift.Sendable { public init( identity: Swift.String? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.identity = identity self.policyNames = policyNames } @@ -3109,8 +3010,7 @@ public struct GetIdentityPoliciesOutput: Swift.Sendable { public init( policies: [Swift.String: Swift.String]? = nil - ) - { + ) { self.policies = policies } } @@ -3123,8 +3023,7 @@ public struct GetIdentityVerificationAttributesInput: Swift.Sendable { public init( identities: [Swift.String]? = nil - ) - { + ) { self.identities = identities } } @@ -3142,8 +3041,7 @@ extension SESClientTypes { public init( verificationStatus: SESClientTypes.VerificationStatus? = nil, verificationToken: Swift.String? = nil - ) - { + ) { self.verificationStatus = verificationStatus self.verificationToken = verificationToken } @@ -3158,8 +3056,7 @@ public struct GetIdentityVerificationAttributesOutput: Swift.Sendable { public init( verificationAttributes: [Swift.String: SESClientTypes.IdentityVerificationAttributes]? = nil - ) - { + ) { self.verificationAttributes = verificationAttributes } } @@ -3177,8 +3074,7 @@ public struct GetSendQuotaOutput: Swift.Sendable { max24HourSend: Swift.Double = 0.0, maxSendRate: Swift.Double = 0.0, sentLast24Hours: Swift.Double = 0.0 - ) - { + ) { self.max24HourSend = max24HourSend self.maxSendRate = maxSendRate self.sentLast24Hours = sentLast24Hours @@ -3206,8 +3102,7 @@ extension SESClientTypes { deliveryAttempts: Swift.Int = 0, rejects: Swift.Int = 0, timestamp: Foundation.Date? = nil - ) - { + ) { self.bounces = bounces self.complaints = complaints self.deliveryAttempts = deliveryAttempts @@ -3224,8 +3119,7 @@ public struct GetSendStatisticsOutput: Swift.Sendable { public init( sendDataPoints: [SESClientTypes.SendDataPoint]? = nil - ) - { + ) { self.sendDataPoints = sendDataPoints } } @@ -3250,8 +3144,7 @@ public struct TemplateDoesNotExistException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.templateName = templateName } @@ -3264,8 +3157,7 @@ public struct GetTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -3276,8 +3168,7 @@ public struct GetTemplateOutput: Swift.Sendable { public init( template: SESClientTypes.Template? = nil - ) - { + ) { self.template = template } } @@ -3329,8 +3220,7 @@ public struct InvalidDeliveryOptionsException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3353,8 +3243,7 @@ public struct InvalidPolicyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3379,8 +3268,7 @@ public struct InvalidRenderingParameterException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.templateName = templateName } @@ -3396,8 +3284,7 @@ public struct ListConfigurationSetsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.nextToken = nextToken } @@ -3413,8 +3300,7 @@ public struct ListConfigurationSetsOutput: Swift.Sendable { public init( configurationSets: [SESClientTypes.ConfigurationSet]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSets = configurationSets self.nextToken = nextToken } @@ -3430,8 +3316,7 @@ public struct ListCustomVerificationEmailTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3447,8 +3332,7 @@ public struct ListCustomVerificationEmailTemplatesOutput: Swift.Sendable { public init( customVerificationEmailTemplates: [SESClientTypes.CustomVerificationEmailTemplate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customVerificationEmailTemplates = customVerificationEmailTemplates self.nextToken = nextToken } @@ -3467,8 +3351,7 @@ public struct ListIdentitiesInput: Swift.Sendable { identityType: SESClientTypes.IdentityType? = nil, maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityType = identityType self.maxItems = maxItems self.nextToken = nextToken @@ -3486,8 +3369,7 @@ public struct ListIdentitiesOutput: Swift.Sendable { public init( identities: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identities = identities self.nextToken = nextToken } @@ -3501,8 +3383,7 @@ public struct ListIdentityPoliciesInput: Swift.Sendable { public init( identity: Swift.String? = nil - ) - { + ) { self.identity = identity } } @@ -3515,8 +3396,7 @@ public struct ListIdentityPoliciesOutput: Swift.Sendable { public init( policyNames: [Swift.String]? = nil - ) - { + ) { self.policyNames = policyNames } } @@ -3534,8 +3414,7 @@ public struct ListReceiptFiltersOutput: Swift.Sendable { public init( filters: [SESClientTypes.ReceiptFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -3547,8 +3426,7 @@ public struct ListReceiptRuleSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -3563,8 +3441,7 @@ public struct ListReceiptRuleSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, ruleSets: [SESClientTypes.ReceiptRuleSetMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.ruleSets = ruleSets } @@ -3579,8 +3456,7 @@ public struct ListTemplatesInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.nextToken = nextToken } @@ -3598,8 +3474,7 @@ extension SESClientTypes { public init( createdTimestamp: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.name = name } @@ -3615,8 +3490,7 @@ public struct ListTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templatesMetadata: [SESClientTypes.TemplateMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.templatesMetadata = templatesMetadata } @@ -3629,8 +3503,7 @@ public struct ListVerifiedEmailAddressesOutput: Swift.Sendable { public init( verifiedEmailAddresses: [Swift.String]? = nil - ) - { + ) { self.verifiedEmailAddresses = verifiedEmailAddresses } } @@ -3653,8 +3526,7 @@ public struct MailFromDomainNotVerifiedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3673,8 +3545,7 @@ extension SESClientTypes { public init( body: SESClientTypes.Body? = nil, subject: SESClientTypes.Content? = nil - ) - { + ) { self.body = body self.subject = subject } @@ -3697,8 +3568,7 @@ extension SESClientTypes { arrivalDate: Foundation.Date? = nil, extensionFields: [SESClientTypes.ExtensionField]? = nil, reportingMta: Swift.String? = nil - ) - { + ) { self.arrivalDate = arrivalDate self.extensionFields = extensionFields self.reportingMta = reportingMta @@ -3724,8 +3594,7 @@ public struct MessageRejected: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3750,8 +3619,7 @@ public struct MissingRenderingAttributeException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.templateName = templateName } @@ -3807,8 +3675,7 @@ public struct ProductionAccessNotGrantedException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3824,8 +3691,7 @@ public struct PutConfigurationSetDeliveryOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, deliveryOptions: SESClientTypes.DeliveryOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.deliveryOptions = deliveryOptions } @@ -3853,8 +3719,7 @@ public struct PutIdentityPolicyInput: Swift.Sendable { identity: Swift.String? = nil, policy: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.identity = identity self.policy = policy self.policyName = policyName @@ -3877,8 +3742,7 @@ extension SESClientTypes { public init( data: Foundation.Data? = nil - ) - { + ) { self.data = data } } @@ -3896,8 +3760,7 @@ public struct ReorderReceiptRuleSetInput: Swift.Sendable { public init( ruleNames: [Swift.String]? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleNames = ruleNames self.ruleSetName = ruleSetName } @@ -3934,8 +3797,7 @@ public struct SendBounceInput: Swift.Sendable { explanation: Swift.String? = nil, messageDsn: SESClientTypes.MessageDsn? = nil, originalMessageId: Swift.String? = nil - ) - { + ) { self.bounceSender = bounceSender self.bounceSenderArn = bounceSenderArn self.bouncedRecipientInfoList = bouncedRecipientInfoList @@ -3952,8 +3814,7 @@ public struct SendBounceOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -3999,8 +3860,7 @@ public struct SendBulkTemplatedEmailInput: Swift.Sendable { sourceArn: Swift.String? = nil, template: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.defaultTags = defaultTags self.defaultTemplateData = defaultTemplateData @@ -4022,8 +3882,7 @@ public struct SendBulkTemplatedEmailOutput: Swift.Sendable { public init( status: [SESClientTypes.BulkEmailDestinationStatus]? = nil - ) - { + ) { self.status = status } } @@ -4043,8 +3902,7 @@ public struct SendCustomVerificationEmailInput: Swift.Sendable { configurationSetName: Swift.String? = nil, emailAddress: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.emailAddress = emailAddress self.templateName = templateName @@ -4058,8 +3916,7 @@ public struct SendCustomVerificationEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -4098,8 +3955,7 @@ public struct SendEmailInput: Swift.Sendable { source: Swift.String? = nil, sourceArn: Swift.String? = nil, tags: [SESClientTypes.MessageTag]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.destination = destination self.message = message @@ -4120,8 +3976,7 @@ public struct SendEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -4169,8 +4024,7 @@ public struct SendRawEmailInput: Swift.Sendable { source: Swift.String? = nil, sourceArn: Swift.String? = nil, tags: [SESClientTypes.MessageTag]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.destinations = destinations self.fromArn = fromArn @@ -4190,8 +4044,7 @@ public struct SendRawEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -4237,8 +4090,7 @@ public struct SendTemplatedEmailInput: Swift.Sendable { template: Swift.String? = nil, templateArn: Swift.String? = nil, templateData: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.destination = destination self.replyToAddresses = replyToAddresses @@ -4260,8 +4112,7 @@ public struct SendTemplatedEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -4273,8 +4124,7 @@ public struct SetActiveReceiptRuleSetInput: Swift.Sendable { public init( ruleSetName: Swift.String? = nil - ) - { + ) { self.ruleSetName = ruleSetName } } @@ -4297,8 +4147,7 @@ public struct SetIdentityDkimEnabledInput: Swift.Sendable { public init( dkimEnabled: Swift.Bool? = false, identity: Swift.String? = nil - ) - { + ) { self.dkimEnabled = dkimEnabled self.identity = identity } @@ -4322,8 +4171,7 @@ public struct SetIdentityFeedbackForwardingEnabledInput: Swift.Sendable { public init( forwardingEnabled: Swift.Bool? = false, identity: Swift.String? = nil - ) - { + ) { self.forwardingEnabled = forwardingEnabled self.identity = identity } @@ -4351,8 +4199,7 @@ public struct SetIdentityHeadersInNotificationsEnabledInput: Swift.Sendable { enabled: Swift.Bool? = false, identity: Swift.String? = nil, notificationType: SESClientTypes.NotificationType? = nil - ) - { + ) { self.enabled = enabled self.identity = identity self.notificationType = notificationType @@ -4379,8 +4226,7 @@ public struct SetIdentityMailFromDomainInput: Swift.Sendable { behaviorOnMXFailure: SESClientTypes.BehaviorOnMXFailure? = nil, identity: Swift.String? = nil, mailFromDomain: Swift.String? = nil - ) - { + ) { self.behaviorOnMXFailure = behaviorOnMXFailure self.identity = identity self.mailFromDomain = mailFromDomain @@ -4408,8 +4254,7 @@ public struct SetIdentityNotificationTopicInput: Swift.Sendable { identity: Swift.String? = nil, notificationType: SESClientTypes.NotificationType? = nil, snsTopic: Swift.String? = nil - ) - { + ) { self.identity = identity self.notificationType = notificationType self.snsTopic = snsTopic @@ -4437,8 +4282,7 @@ public struct SetReceiptRulePositionInput: Swift.Sendable { after: Swift.String? = nil, ruleName: Swift.String? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.after = after self.ruleName = ruleName self.ruleSetName = ruleSetName @@ -4462,8 +4306,7 @@ public struct TestRenderTemplateInput: Swift.Sendable { public init( templateData: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.templateData = templateData self.templateName = templateName } @@ -4475,8 +4318,7 @@ public struct TestRenderTemplateOutput: Swift.Sendable { public init( renderedTemplate: Swift.String? = nil - ) - { + ) { self.renderedTemplate = renderedTemplate } } @@ -4488,8 +4330,7 @@ public struct UpdateAccountSendingEnabledInput: Swift.Sendable { public init( enabled: Swift.Bool? = false - ) - { + ) { self.enabled = enabled } } @@ -4506,8 +4347,7 @@ public struct UpdateConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestination: SESClientTypes.EventDestination? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination } @@ -4531,8 +4371,7 @@ public struct UpdateConfigurationSetReputationMetricsEnabledInput: Swift.Sendabl public init( configurationSetName: Swift.String? = nil, enabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.enabled = enabled } @@ -4550,8 +4389,7 @@ public struct UpdateConfigurationSetSendingEnabledInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, enabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.enabled = enabled } @@ -4569,8 +4407,7 @@ public struct UpdateConfigurationSetTrackingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, trackingOptions: SESClientTypes.TrackingOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.trackingOptions = trackingOptions } @@ -4605,8 +4442,7 @@ public struct UpdateCustomVerificationEmailTemplateInput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -4628,8 +4464,7 @@ public struct UpdateReceiptRuleInput: Swift.Sendable { public init( rule: SESClientTypes.ReceiptRule? = nil, ruleSetName: Swift.String? = nil - ) - { + ) { self.rule = rule self.ruleSetName = ruleSetName } @@ -4648,8 +4483,7 @@ public struct UpdateTemplateInput: Swift.Sendable { public init( template: SESClientTypes.Template? = nil - ) - { + ) { self.template = template } } @@ -4667,8 +4501,7 @@ public struct VerifyDomainDkimInput: Swift.Sendable { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -4681,8 +4514,7 @@ public struct VerifyDomainDkimOutput: Swift.Sendable { public init( dkimTokens: [Swift.String]? = nil - ) - { + ) { self.dkimTokens = dkimTokens } } @@ -4695,8 +4527,7 @@ public struct VerifyDomainIdentityInput: Swift.Sendable { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -4709,8 +4540,7 @@ public struct VerifyDomainIdentityOutput: Swift.Sendable { public init( verificationToken: Swift.String? = nil - ) - { + ) { self.verificationToken = verificationToken } } @@ -4723,8 +4553,7 @@ public struct VerifyEmailAddressInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress } } @@ -4737,8 +4566,7 @@ public struct VerifyEmailIdentityInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress } } diff --git a/Sources/Services/AWSSES/Sources/AWSSES/SESClient.swift b/Sources/Services/AWSSES/Sources/AWSSES/SESClient.swift index d5d553fc2d9..7779374fe68 100644 --- a/Sources/Services/AWSSES/Sources/AWSSES/SESClient.swift +++ b/Sources/Services/AWSSES/Sources/AWSSES/SESClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SESClient: ClientRuntime.Client { public static let clientName = "SESClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SESClient.SESClientConfiguration let serviceName = "SES" diff --git a/Sources/Services/AWSSESv2/Package.swift.txt b/Sources/Services/AWSSESv2/Package.swift.txt index d69d711d9d3..27d1a6d0c79 100644 --- a/Sources/Services/AWSSESv2/Package.swift.txt +++ b/Sources/Services/AWSSESv2/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSESv2/Sources/AWSSESv2/Models.swift b/Sources/Services/AWSSESv2/Sources/AWSSESv2/Models.swift index 5220cd31650..7a69524cb30 100644 --- a/Sources/Services/AWSSESv2/Sources/AWSSESv2/Models.swift +++ b/Sources/Services/AWSSESv2/Sources/AWSSESv2/Models.swift @@ -146,8 +146,7 @@ extension SESv2ClientTypes { public init( caseId: Swift.String? = nil, status: SESv2ClientTypes.ReviewStatus? = nil - ) - { + ) { self.caseId = caseId self.status = status } @@ -183,8 +182,7 @@ extension SESv2ClientTypes { reviewDetails: SESv2ClientTypes.ReviewDetails? = nil, useCaseDescription: Swift.String? = nil, websiteURL: Swift.String? = nil - ) - { + ) { self.additionalContactEmailAddresses = additionalContactEmailAddresses self.contactLanguage = contactLanguage self.mailType = mailType @@ -218,8 +216,7 @@ public struct AccountSuspendedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -242,8 +239,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -266,8 +262,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -290,8 +285,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -314,8 +308,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -338,8 +331,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -532,8 +524,7 @@ extension SESv2ClientTypes { metric: SESv2ClientTypes.Metric? = nil, namespace: SESv2ClientTypes.MetricNamespace? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.dimensions = dimensions self.endDate = endDate self.id = id @@ -552,8 +543,7 @@ public struct BatchGetMetricDataInput: Swift.Sendable { public init( queries: [SESv2ClientTypes.BatchGetMetricDataQuery]? = nil - ) - { + ) { self.queries = queries } } @@ -606,8 +596,7 @@ extension SESv2ClientTypes { code: SESv2ClientTypes.QueryErrorCode? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.id = id self.message = message @@ -630,8 +619,7 @@ extension SESv2ClientTypes { id: Swift.String? = nil, timestamps: [Foundation.Date]? = nil, values: [Swift.Int]? = nil - ) - { + ) { self.id = id self.timestamps = timestamps self.values = values @@ -649,8 +637,7 @@ public struct BatchGetMetricDataOutput: Swift.Sendable { public init( errors: [SESv2ClientTypes.MetricDataError]? = nil, results: [SESv2ClientTypes.MetricDataResult]? = nil - ) - { + ) { self.errors = errors self.results = results } @@ -701,8 +688,7 @@ extension SESv2ClientTypes { description: Swift.String? = nil, listingTime: Foundation.Date? = nil, rblName: Swift.String? = nil - ) - { + ) { self.description = description self.listingTime = listingTime self.rblName = rblName @@ -723,8 +709,7 @@ extension SESv2ClientTypes { public init( charset: Swift.String? = nil, data: Swift.String? = nil - ) - { + ) { self.charset = charset self.data = data } @@ -743,8 +728,7 @@ extension SESv2ClientTypes { public init( html: SESv2ClientTypes.Content? = nil, text: SESv2ClientTypes.Content? = nil - ) - { + ) { self.html = html self.text = text } @@ -798,8 +782,7 @@ extension SESv2ClientTypes { bounceSubType: Swift.String? = nil, bounceType: SESv2ClientTypes.BounceType? = nil, diagnosticCode: Swift.String? = nil - ) - { + ) { self.bounceSubType = bounceSubType self.bounceType = bounceType self.diagnosticCode = diagnosticCode @@ -829,8 +812,7 @@ extension SESv2ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -852,8 +834,7 @@ extension SESv2ClientTypes { html: Swift.String? = nil, subject: Swift.String? = nil, text: Swift.String? = nil - ) - { + ) { self.html = html self.subject = subject self.text = text @@ -882,8 +863,7 @@ extension SESv2ClientTypes { templateContent: SESv2ClientTypes.EmailTemplateContent? = nil, templateData: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.headers = headers self.templateArn = templateArn self.templateContent = templateContent @@ -902,8 +882,7 @@ extension SESv2ClientTypes { public init( template: SESv2ClientTypes.Template? = nil - ) - { + ) { self.template = template } } @@ -924,8 +903,7 @@ extension SESv2ClientTypes { bccAddresses: [Swift.String]? = nil, ccAddresses: [Swift.String]? = nil, toAddresses: [Swift.String]? = nil - ) - { + ) { self.bccAddresses = bccAddresses self.ccAddresses = ccAddresses self.toAddresses = toAddresses @@ -942,8 +920,7 @@ extension SESv2ClientTypes { public init( replacementTemplateData: Swift.String? = nil - ) - { + ) { self.replacementTemplateData = replacementTemplateData } } @@ -958,8 +935,7 @@ extension SESv2ClientTypes { public init( replacementTemplate: SESv2ClientTypes.ReplacementTemplate? = nil - ) - { + ) { self.replacementTemplate = replacementTemplate } } @@ -987,8 +963,7 @@ extension SESv2ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1021,8 +996,7 @@ extension SESv2ClientTypes { replacementEmailContent: SESv2ClientTypes.ReplacementEmailContent? = nil, replacementHeaders: [SESv2ClientTypes.MessageHeader]? = nil, replacementTags: [SESv2ClientTypes.MessageTag]? = nil - ) - { + ) { self.destination = destination self.replacementEmailContent = replacementEmailContent self.replacementHeaders = replacementHeaders @@ -1139,8 +1113,7 @@ extension SESv2ClientTypes { error: Swift.String? = nil, messageId: Swift.String? = nil, status: SESv2ClientTypes.BulkEmailStatus? = nil - ) - { + ) { self.error = error self.messageId = messageId self.status = status @@ -1156,8 +1129,7 @@ public struct CancelExportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1227,8 +1199,7 @@ extension SESv2ClientTypes { defaultDimensionValue: Swift.String? = nil, dimensionName: Swift.String? = nil, dimensionValueSource: SESv2ClientTypes.DimensionValueSource? = nil - ) - { + ) { self.defaultDimensionValue = defaultDimensionValue self.dimensionName = dimensionName self.dimensionValueSource = dimensionValueSource @@ -1246,8 +1217,7 @@ extension SESv2ClientTypes { public init( dimensionConfigurations: [SESv2ClientTypes.CloudWatchDimensionConfiguration]? = nil - ) - { + ) { self.dimensionConfigurations = dimensionConfigurations } } @@ -1265,8 +1235,7 @@ extension SESv2ClientTypes { public init( complaintFeedbackType: Swift.String? = nil, complaintSubType: Swift.String? = nil - ) - { + ) { self.complaintFeedbackType = complaintFeedbackType self.complaintSubType = complaintSubType } @@ -1291,8 +1260,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1315,8 +1283,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1364,8 +1331,7 @@ extension SESv2ClientTypes { public init( subscriptionStatus: SESv2ClientTypes.SubscriptionStatus? = nil, topicName: Swift.String? = nil - ) - { + ) { self.subscriptionStatus = subscriptionStatus self.topicName = topicName } @@ -1393,8 +1359,7 @@ extension SESv2ClientTypes { topicDefaultPreferences: [SESv2ClientTypes.TopicPreference]? = nil, topicPreferences: [SESv2ClientTypes.TopicPreference]? = nil, unsubscribeAll: Swift.Bool = false - ) - { + ) { self.emailAddress = emailAddress self.lastUpdatedTimestamp = lastUpdatedTimestamp self.topicDefaultPreferences = topicDefaultPreferences @@ -1416,8 +1381,7 @@ extension SESv2ClientTypes { public init( contactListName: Swift.String? = nil, lastUpdatedTimestamp: Foundation.Date? = nil - ) - { + ) { self.contactListName = contactListName self.lastUpdatedTimestamp = lastUpdatedTimestamp } @@ -1471,8 +1435,7 @@ extension SESv2ClientTypes { public init( contactListImportAction: SESv2ClientTypes.ContactListImportAction? = nil, contactListName: Swift.String? = nil - ) - { + ) { self.contactListImportAction = contactListImportAction self.contactListName = contactListName } @@ -1497,8 +1460,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1548,8 +1510,7 @@ extension SESv2ClientTypes { maxDeliverySeconds: Swift.Int? = nil, sendingPoolName: Swift.String? = nil, tlsPolicy: SESv2ClientTypes.TlsPolicy? = nil - ) - { + ) { self.maxDeliverySeconds = maxDeliverySeconds self.sendingPoolName = sendingPoolName self.tlsPolicy = tlsPolicy @@ -1569,8 +1530,7 @@ extension SESv2ClientTypes { public init( lastFreshStart: Foundation.Date? = nil, reputationMetricsEnabled: Swift.Bool = false - ) - { + ) { self.lastFreshStart = lastFreshStart self.reputationMetricsEnabled = reputationMetricsEnabled } @@ -1586,8 +1546,7 @@ extension SESv2ClientTypes { public init( sendingEnabled: Swift.Bool = false - ) - { + ) { self.sendingEnabled = sendingEnabled } } @@ -1640,8 +1599,7 @@ extension SESv2ClientTypes { public init( suppressedReasons: [SESv2ClientTypes.SuppressionListReason]? = nil - ) - { + ) { self.suppressedReasons = suppressedReasons } } @@ -1669,8 +1627,7 @@ extension SESv2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1723,8 +1680,7 @@ extension SESv2ClientTypes { public init( customRedirectDomain: Swift.String? = nil, httpsPolicy: SESv2ClientTypes.HttpsPolicy? = nil - ) - { + ) { self.customRedirectDomain = customRedirectDomain self.httpsPolicy = httpsPolicy } @@ -1773,8 +1729,7 @@ extension SESv2ClientTypes { public init( engagementMetrics: SESv2ClientTypes.FeatureStatus? = nil - ) - { + ) { self.engagementMetrics = engagementMetrics } } @@ -1793,8 +1748,7 @@ extension SESv2ClientTypes { public init( optimizedSharedDelivery: SESv2ClientTypes.FeatureStatus? = nil - ) - { + ) { self.optimizedSharedDelivery = optimizedSharedDelivery } } @@ -1812,8 +1766,7 @@ extension SESv2ClientTypes { public init( dashboardOptions: SESv2ClientTypes.DashboardOptions? = nil, guardianOptions: SESv2ClientTypes.GuardianOptions? = nil - ) - { + ) { self.dashboardOptions = dashboardOptions self.guardianOptions = guardianOptions } @@ -1849,8 +1802,7 @@ public struct CreateConfigurationSetInput: Swift.Sendable { tags: [SESv2ClientTypes.Tag]? = nil, trackingOptions: SESv2ClientTypes.TrackingOptions? = nil, vdmOptions: SESv2ClientTypes.VdmOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.deliveryOptions = deliveryOptions self.reputationOptions = reputationOptions @@ -1878,8 +1830,7 @@ extension SESv2ClientTypes { public init( eventBusArn: Swift.String? = nil - ) - { + ) { self.eventBusArn = eventBusArn } } @@ -1899,8 +1850,7 @@ extension SESv2ClientTypes { public init( deliveryStreamArn: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.deliveryStreamArn = deliveryStreamArn self.iamRoleArn = iamRoleArn } @@ -1970,8 +1920,7 @@ extension SESv2ClientTypes { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -1987,8 +1936,7 @@ extension SESv2ClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -2021,8 +1969,7 @@ extension SESv2ClientTypes { matchingEventTypes: [SESv2ClientTypes.EventType]? = nil, pinpointDestination: SESv2ClientTypes.PinpointDestination? = nil, snsDestination: SESv2ClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchDestination = cloudWatchDestination self.enabled = enabled self.eventBridgeDestination = eventBridgeDestination @@ -2050,8 +1997,7 @@ public struct CreateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: SESv2ClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName @@ -2084,8 +2030,7 @@ public struct CreateContactInput: Swift.Sendable { emailAddress: Swift.String? = nil, topicPreferences: [SESv2ClientTypes.TopicPreference]? = nil, unsubscribeAll: Swift.Bool? = false - ) - { + ) { self.attributesData = attributesData self.contactListName = contactListName self.emailAddress = emailAddress @@ -2120,8 +2065,7 @@ extension SESv2ClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.defaultSubscriptionStatus = defaultSubscriptionStatus self.description = description self.displayName = displayName @@ -2146,8 +2090,7 @@ public struct CreateContactListInput: Swift.Sendable { description: Swift.String? = nil, tags: [SESv2ClientTypes.Tag]? = nil, topics: [SESv2ClientTypes.Topic]? = nil - ) - { + ) { self.contactListName = contactListName self.description = description self.tags = tags @@ -2188,8 +2131,7 @@ public struct CreateCustomVerificationEmailTemplateInput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -2248,8 +2190,7 @@ public struct CreateDedicatedIpPoolInput: Swift.Sendable { poolName: Swift.String? = nil, scalingMode: SESv2ClientTypes.ScalingMode? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.poolName = poolName self.scalingMode = scalingMode self.tags = tags @@ -2280,8 +2221,7 @@ public struct MailFromDomainNotVerifiedException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2304,8 +2244,7 @@ public struct MessageRejected: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2328,8 +2267,7 @@ public struct SendingPausedException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2358,8 +2296,7 @@ extension SESv2ClientTypes { public init( data: Foundation.Data? = nil - ) - { + ) { self.data = data } } @@ -2382,8 +2319,7 @@ extension SESv2ClientTypes { body: SESv2ClientTypes.Body? = nil, headers: [SESv2ClientTypes.MessageHeader]? = nil, subject: SESv2ClientTypes.Content? = nil - ) - { + ) { self.body = body self.headers = headers self.subject = subject @@ -2420,8 +2356,7 @@ extension SESv2ClientTypes { raw: SESv2ClientTypes.RawMessage? = nil, simple: SESv2ClientTypes.Message? = nil, template: SESv2ClientTypes.Template? = nil - ) - { + ) { self.raw = raw self.simple = simple self.template = template @@ -2447,8 +2382,7 @@ public struct CreateDeliverabilityTestReportInput: Swift.Sendable { fromEmailAddress: Swift.String? = nil, reportName: Swift.String? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.content = content self.fromEmailAddress = fromEmailAddress self.reportName = reportName @@ -2498,8 +2432,7 @@ public struct CreateDeliverabilityTestReportOutput: Swift.Sendable { public init( deliverabilityTestStatus: SESv2ClientTypes.DeliverabilityTestStatus? = nil, reportId: Swift.String? = nil - ) - { + ) { self.deliverabilityTestStatus = deliverabilityTestStatus self.reportId = reportId } @@ -2712,8 +2645,7 @@ extension SESv2ClientTypes { domainSigningPrivateKey: Swift.String? = nil, domainSigningSelector: Swift.String? = nil, nextSigningKeyLength: SESv2ClientTypes.DkimSigningKeyLength? = nil - ) - { + ) { self.domainSigningAttributesOrigin = domainSigningAttributesOrigin self.domainSigningPrivateKey = domainSigningPrivateKey self.domainSigningSelector = domainSigningSelector @@ -2744,8 +2676,7 @@ public struct CreateEmailIdentityInput: Swift.Sendable { dkimSigningAttributes: SESv2ClientTypes.DkimSigningAttributes? = nil, emailIdentity: Swift.String? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.dkimSigningAttributes = dkimSigningAttributes self.emailIdentity = emailIdentity @@ -2887,8 +2818,7 @@ extension SESv2ClientTypes { signingEnabled: Swift.Bool = false, status: SESv2ClientTypes.DkimStatus? = nil, tokens: [Swift.String]? = nil - ) - { + ) { self.currentSigningKeyLength = currentSigningKeyLength self.lastKeyGenerationTimestamp = lastKeyGenerationTimestamp self.nextSigningKeyLength = nextSigningKeyLength @@ -2945,8 +2875,7 @@ public struct CreateEmailIdentityOutput: Swift.Sendable { dkimAttributes: SESv2ClientTypes.DkimAttributes? = nil, identityType: SESv2ClientTypes.IdentityType? = nil, verifiedForSendingStatus: Swift.Bool = false - ) - { + ) { self.dkimAttributes = dkimAttributes self.identityType = identityType self.verifiedForSendingStatus = verifiedForSendingStatus @@ -2969,8 +2898,7 @@ public struct CreateEmailIdentityPolicyInput: Swift.Sendable { emailIdentity: Swift.String? = nil, policy: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity self.policy = policy self.policyName = policyName @@ -2995,8 +2923,7 @@ public struct CreateEmailTemplateInput: Swift.Sendable { public init( templateContent: SESv2ClientTypes.EmailTemplateContent? = nil, templateName: Swift.String? = nil - ) - { + ) { self.templateContent = templateContent self.templateName = templateName } @@ -3120,8 +3047,7 @@ extension SESv2ClientTypes { lastDeliveryEvent: [SESv2ClientTypes.DeliveryEventType]? = nil, lastEngagementEvent: [SESv2ClientTypes.EngagementEventType]? = nil, subject: [Swift.String]? = nil - ) - { + ) { self.destination = destination self.fromEmailAddress = fromEmailAddress self.isp = isp @@ -3160,8 +3086,7 @@ extension SESv2ClientTypes { include: SESv2ClientTypes.MessageInsightsFilters? = nil, maxResults: Swift.Int? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.endDate = endDate self.exclude = exclude self.include = include @@ -3241,8 +3166,7 @@ extension SESv2ClientTypes { public init( aggregation: SESv2ClientTypes.MetricAggregation? = nil, name: SESv2ClientTypes.Metric? = nil - ) - { + ) { self.aggregation = aggregation self.name = name } @@ -3275,8 +3199,7 @@ extension SESv2ClientTypes { metrics: [SESv2ClientTypes.ExportMetric]? = nil, namespace: SESv2ClientTypes.MetricNamespace? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.dimensions = dimensions self.endDate = endDate self.metrics = metrics @@ -3298,8 +3221,7 @@ extension SESv2ClientTypes { public init( messageInsightsDataSource: SESv2ClientTypes.MessageInsightsDataSource? = nil, metricsDataSource: SESv2ClientTypes.MetricsDataSource? = nil - ) - { + ) { self.messageInsightsDataSource = messageInsightsDataSource self.metricsDataSource = metricsDataSource } @@ -3357,8 +3279,7 @@ extension SESv2ClientTypes { public init( dataFormat: SESv2ClientTypes.DataFormat? = nil, s3Url: Swift.String? = nil - ) - { + ) { self.dataFormat = dataFormat self.s3Url = s3Url } @@ -3377,8 +3298,7 @@ public struct CreateExportJobInput: Swift.Sendable { public init( exportDataSource: SESv2ClientTypes.ExportDataSource? = nil, exportDestination: SESv2ClientTypes.ExportDestination? = nil - ) - { + ) { self.exportDataSource = exportDataSource self.exportDestination = exportDestination } @@ -3391,8 +3311,7 @@ public struct CreateExportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3411,8 +3330,7 @@ extension SESv2ClientTypes { public init( dataFormat: SESv2ClientTypes.DataFormat? = nil, s3Url: Swift.String? = nil - ) - { + ) { self.dataFormat = dataFormat self.s3Url = s3Url } @@ -3467,8 +3385,7 @@ extension SESv2ClientTypes { public init( suppressionListImportAction: SESv2ClientTypes.SuppressionListImportAction? = nil - ) - { + ) { self.suppressionListImportAction = suppressionListImportAction } } @@ -3486,8 +3403,7 @@ extension SESv2ClientTypes { public init( contactListDestination: SESv2ClientTypes.ContactListDestination? = nil, suppressionListDestination: SESv2ClientTypes.SuppressionListDestination? = nil - ) - { + ) { self.contactListDestination = contactListDestination self.suppressionListDestination = suppressionListDestination } @@ -3506,8 +3422,7 @@ public struct CreateImportJobInput: Swift.Sendable { public init( importDataSource: SESv2ClientTypes.ImportDataSource? = nil, importDestination: SESv2ClientTypes.ImportDestination? = nil - ) - { + ) { self.importDataSource = importDataSource self.importDestination = importDestination } @@ -3520,8 +3435,7 @@ public struct CreateImportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3536,8 +3450,7 @@ extension SESv2ClientTypes { public init( region: Swift.String? = nil - ) - { + ) { self.region = region } } @@ -3553,8 +3466,7 @@ extension SESv2ClientTypes { public init( routesDetails: [SESv2ClientTypes.RouteDetails]? = nil - ) - { + ) { self.routesDetails = routesDetails } } @@ -3575,8 +3487,7 @@ public struct CreateMultiRegionEndpointInput: Swift.Sendable { details: SESv2ClientTypes.Details? = nil, endpointName: Swift.String? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.details = details self.endpointName = endpointName self.tags = tags @@ -3645,8 +3556,7 @@ public struct CreateMultiRegionEndpointOutput: Swift.Sendable { public init( endpointId: Swift.String? = nil, status: SESv2ClientTypes.Status? = nil - ) - { + ) { self.endpointId = endpointId self.status = status } @@ -3673,8 +3583,7 @@ extension SESv2ClientTypes { successRedirectionURL: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -3705,8 +3614,7 @@ extension SESv2ClientTypes { ispName: Swift.String? = nil, spamPercentage: Swift.Double? = nil, spamRawCount: Swift.Int? = nil - ) - { + ) { self.inboxPercentage = inboxPercentage self.inboxRawCount = inboxRawCount self.ispName = ispName @@ -3734,8 +3642,7 @@ extension SESv2ClientTypes { projectedInbox: Swift.Int? = nil, projectedSpam: Swift.Int? = nil, spamRawCount: Swift.Int? = nil - ) - { + ) { self.inboxRawCount = inboxRawCount self.projectedInbox = projectedInbox self.projectedSpam = projectedSpam @@ -3759,8 +3666,7 @@ extension SESv2ClientTypes { domainIspPlacements: [SESv2ClientTypes.DomainIspPlacement]? = nil, startDate: Foundation.Date? = nil, volumeStatistics: SESv2ClientTypes.VolumeStatistics? = nil - ) - { + ) { self.domainIspPlacements = domainIspPlacements self.startDate = startDate self.volumeStatistics = volumeStatistics @@ -3781,8 +3687,7 @@ extension SESv2ClientTypes { public init( engagementMetrics: SESv2ClientTypes.FeatureStatus? = nil - ) - { + ) { self.engagementMetrics = engagementMetrics } } @@ -3843,8 +3748,7 @@ extension SESv2ClientTypes { poolName: Swift.String? = nil, warmupPercentage: Swift.Int? = nil, warmupStatus: SESv2ClientTypes.WarmupStatus? = nil - ) - { + ) { self.ip = ip self.poolName = poolName self.warmupPercentage = warmupPercentage @@ -3871,8 +3775,7 @@ extension SESv2ClientTypes { public init( poolName: Swift.String? = nil, scalingMode: SESv2ClientTypes.ScalingMode? = nil - ) - { + ) { self.poolName = poolName self.scalingMode = scalingMode } @@ -3887,8 +3790,7 @@ public struct DeleteConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -3911,8 +3813,7 @@ public struct DeleteConfigurationSetEventDestinationInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestinationName = eventDestinationName } @@ -3935,8 +3836,7 @@ public struct DeleteContactInput: Swift.Sendable { public init( contactListName: Swift.String? = nil, emailAddress: Swift.String? = nil - ) - { + ) { self.contactListName = contactListName self.emailAddress = emailAddress } @@ -3954,8 +3854,7 @@ public struct DeleteContactListInput: Swift.Sendable { public init( contactListName: Swift.String? = nil - ) - { + ) { self.contactListName = contactListName } } @@ -3973,8 +3872,7 @@ public struct DeleteCustomVerificationEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -3993,8 +3891,7 @@ public struct DeleteDedicatedIpPoolInput: Swift.Sendable { public init( poolName: Swift.String? = nil - ) - { + ) { self.poolName = poolName } } @@ -4013,8 +3910,7 @@ public struct DeleteEmailIdentityInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity } } @@ -4037,8 +3933,7 @@ public struct DeleteEmailIdentityPolicyInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity self.policyName = policyName } @@ -4058,8 +3953,7 @@ public struct DeleteEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -4078,8 +3972,7 @@ public struct DeleteMultiRegionEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -4099,8 +3992,7 @@ public struct DeleteMultiRegionEndpointOutput: Swift.Sendable { public init( status: SESv2ClientTypes.Status? = nil - ) - { + ) { self.status = status } } @@ -4113,8 +4005,7 @@ public struct DeleteSuppressedDestinationInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress } } @@ -4182,8 +4073,7 @@ extension SESv2ClientTypes { reportId: Swift.String? = nil, reportName: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.deliverabilityTestStatus = deliverabilityTestStatus self.fromEmailAddress = fromEmailAddress @@ -4242,8 +4132,7 @@ extension SESv2ClientTypes { sendingIps: [Swift.String]? = nil, spamCount: Swift.Int? = nil, subject: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId self.deleteRate = deleteRate self.esps = esps @@ -4274,8 +4163,7 @@ extension SESv2ClientTypes { public init( global: Swift.Bool = false, trackedIsps: [Swift.String]? = nil - ) - { + ) { self.global = global self.trackedIsps = trackedIsps } @@ -4297,8 +4185,7 @@ extension SESv2ClientTypes { domain: Swift.String? = nil, inboxPlacementTrackingOption: SESv2ClientTypes.InboxPlacementTrackingOption? = nil, subscriptionStartDate: Foundation.Date? = nil - ) - { + ) { self.domain = domain self.inboxPlacementTrackingOption = inboxPlacementTrackingOption self.subscriptionStartDate = subscriptionStartDate @@ -4318,8 +4205,7 @@ extension SESv2ClientTypes { public init( bounce: SESv2ClientTypes.Bounce? = nil, complaint: SESv2ClientTypes.Complaint? = nil - ) - { + ) { self.bounce = bounce self.complaint = complaint } @@ -4353,8 +4239,7 @@ extension SESv2ClientTypes { details: SESv2ClientTypes.EventDetails? = nil, timestamp: Foundation.Date? = nil, type: SESv2ClientTypes.EventType? = nil - ) - { + ) { self.details = details self.timestamp = timestamp self.type = type @@ -4377,8 +4262,7 @@ extension SESv2ClientTypes { destination: Swift.String? = nil, events: [SESv2ClientTypes.InsightsEvent]? = nil, isp: Swift.String? = nil - ) - { + ) { self.destination = destination self.events = events self.isp = isp @@ -4403,8 +4287,7 @@ extension SESv2ClientTypes { public init( createdTimestamp: Foundation.Date? = nil, templateName: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.templateName = templateName } @@ -4463,8 +4346,7 @@ extension SESv2ClientTypes { name: Swift.String? = nil, pinpointDestination: SESv2ClientTypes.PinpointDestination? = nil, snsDestination: SESv2ClientTypes.SnsDestination? = nil - ) - { + ) { self.cloudWatchDestination = cloudWatchDestination self.enabled = enabled self.eventBridgeDestination = eventBridgeDestination @@ -4579,8 +4461,7 @@ extension SESv2ClientTypes { exportSourceType: SESv2ClientTypes.ExportSourceType? = nil, jobId: Swift.String? = nil, jobStatus: SESv2ClientTypes.JobStatus? = nil - ) - { + ) { self.completedTimestamp = completedTimestamp self.createdTimestamp = createdTimestamp self.exportSourceType = exportSourceType @@ -4602,8 +4483,7 @@ extension SESv2ClientTypes { public init( exportedRecordsCount: Swift.Int? = nil, processedRecordsCount: Swift.Int? = nil - ) - { + ) { self.exportedRecordsCount = exportedRecordsCount self.processedRecordsCount = processedRecordsCount } @@ -4622,8 +4502,7 @@ extension SESv2ClientTypes { public init( errorMessage: Swift.String? = nil, failedRecordsS3Url: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.failedRecordsS3Url = failedRecordsS3Url } @@ -4651,8 +4530,7 @@ extension SESv2ClientTypes { max24HourSend: Swift.Double = 0.0, maxSendRate: Swift.Double = 0.0, sentLast24Hours: Swift.Double = 0.0 - ) - { + ) { self.max24HourSend = max24HourSend self.maxSendRate = maxSendRate self.sentLast24Hours = sentLast24Hours @@ -4673,8 +4551,7 @@ extension SESv2ClientTypes { public init( suppressedReasons: [SESv2ClientTypes.SuppressionListReason]? = nil - ) - { + ) { self.suppressedReasons = suppressedReasons } } @@ -4693,8 +4570,7 @@ extension SESv2ClientTypes { public init( optimizedSharedDelivery: SESv2ClientTypes.FeatureStatus? = nil - ) - { + ) { self.optimizedSharedDelivery = optimizedSharedDelivery } } @@ -4720,8 +4596,7 @@ extension SESv2ClientTypes { dashboardAttributes: SESv2ClientTypes.DashboardAttributes? = nil, guardianAttributes: SESv2ClientTypes.GuardianAttributes? = nil, vdmEnabled: SESv2ClientTypes.FeatureStatus? = nil - ) - { + ) { self.dashboardAttributes = dashboardAttributes self.guardianAttributes = guardianAttributes self.vdmEnabled = vdmEnabled @@ -4763,8 +4638,7 @@ public struct GetAccountOutput: Swift.Sendable { sendingEnabled: Swift.Bool = false, suppressionAttributes: SESv2ClientTypes.SuppressionAttributes? = nil, vdmAttributes: SESv2ClientTypes.VdmAttributes? = nil - ) - { + ) { self.dedicatedIpAutoWarmupEnabled = dedicatedIpAutoWarmupEnabled self.details = details self.enforcementStatus = enforcementStatus @@ -4784,8 +4658,7 @@ public struct GetBlacklistReportsInput: Swift.Sendable { public init( blacklistItemNames: [Swift.String]? = nil - ) - { + ) { self.blacklistItemNames = blacklistItemNames } } @@ -4798,8 +4671,7 @@ public struct GetBlacklistReportsOutput: Swift.Sendable { public init( blacklistReport: [Swift.String: [SESv2ClientTypes.BlacklistEntry]]? = nil - ) - { + ) { self.blacklistReport = blacklistReport } } @@ -4812,8 +4684,7 @@ public struct GetConfigurationSetInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -4846,8 +4717,7 @@ public struct GetConfigurationSetOutput: Swift.Sendable { tags: [SESv2ClientTypes.Tag]? = nil, trackingOptions: SESv2ClientTypes.TrackingOptions? = nil, vdmOptions: SESv2ClientTypes.VdmOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.deliveryOptions = deliveryOptions self.reputationOptions = reputationOptions @@ -4867,8 +4737,7 @@ public struct GetConfigurationSetEventDestinationsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName } } @@ -4880,8 +4749,7 @@ public struct GetConfigurationSetEventDestinationsOutput: Swift.Sendable { public init( eventDestinations: [SESv2ClientTypes.EventDestination]? = nil - ) - { + ) { self.eventDestinations = eventDestinations } } @@ -4897,8 +4765,7 @@ public struct GetContactInput: Swift.Sendable { public init( contactListName: Swift.String? = nil, emailAddress: Swift.String? = nil - ) - { + ) { self.contactListName = contactListName self.emailAddress = emailAddress } @@ -4931,8 +4798,7 @@ public struct GetContactOutput: Swift.Sendable { topicDefaultPreferences: [SESv2ClientTypes.TopicPreference]? = nil, topicPreferences: [SESv2ClientTypes.TopicPreference]? = nil, unsubscribeAll: Swift.Bool = false - ) - { + ) { self.attributesData = attributesData self.contactListName = contactListName self.createdTimestamp = createdTimestamp @@ -4951,8 +4817,7 @@ public struct GetContactListInput: Swift.Sendable { public init( contactListName: Swift.String? = nil - ) - { + ) { self.contactListName = contactListName } } @@ -4978,8 +4843,7 @@ public struct GetContactListOutput: Swift.Sendable { lastUpdatedTimestamp: Foundation.Date? = nil, tags: [SESv2ClientTypes.Tag]? = nil, topics: [SESv2ClientTypes.Topic]? = nil - ) - { + ) { self.contactListName = contactListName self.createdTimestamp = createdTimestamp self.description = description @@ -4997,8 +4861,7 @@ public struct GetCustomVerificationEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -5025,8 +4888,7 @@ public struct GetCustomVerificationEmailTemplateOutput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -5044,8 +4906,7 @@ public struct GetDedicatedIpInput: Swift.Sendable { public init( ip: Swift.String? = nil - ) - { + ) { self.ip = ip } } @@ -5057,8 +4918,7 @@ public struct GetDedicatedIpOutput: Swift.Sendable { public init( dedicatedIp: SESv2ClientTypes.DedicatedIp? = nil - ) - { + ) { self.dedicatedIp = dedicatedIp } } @@ -5071,8 +4931,7 @@ public struct GetDedicatedIpPoolInput: Swift.Sendable { public init( poolName: Swift.String? = nil - ) - { + ) { self.poolName = poolName } } @@ -5084,8 +4943,7 @@ public struct GetDedicatedIpPoolOutput: Swift.Sendable { public init( dedicatedIpPool: SESv2ClientTypes.DedicatedIpPool? = nil - ) - { + ) { self.dedicatedIpPool = dedicatedIpPool } } @@ -5103,8 +4961,7 @@ public struct GetDedicatedIpsInput: Swift.Sendable { nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil, poolName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize self.poolName = poolName @@ -5121,8 +4978,7 @@ public struct GetDedicatedIpsOutput: Swift.Sendable { public init( dedicatedIps: [SESv2ClientTypes.DedicatedIp]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dedicatedIps = dedicatedIps self.nextToken = nextToken } @@ -5154,8 +5010,7 @@ public struct GetDeliverabilityDashboardOptionsOutput: Swift.Sendable { dashboardEnabled: Swift.Bool = false, pendingExpirationSubscribedDomains: [SESv2ClientTypes.DomainDeliverabilityTrackingOption]? = nil, subscriptionExpiryDate: Foundation.Date? = nil - ) - { + ) { self.accountStatus = accountStatus self.activeSubscribedDomains = activeSubscribedDomains self.dashboardEnabled = dashboardEnabled @@ -5172,8 +5027,7 @@ public struct GetDeliverabilityTestReportInput: Swift.Sendable { public init( reportId: Swift.String? = nil - ) - { + ) { self.reportId = reportId } } @@ -5199,8 +5053,7 @@ extension SESv2ClientTypes { missingPercentage: Swift.Double? = nil, spamPercentage: Swift.Double? = nil, spfPercentage: Swift.Double? = nil - ) - { + ) { self.dkimPercentage = dkimPercentage self.inboxPercentage = inboxPercentage self.missingPercentage = missingPercentage @@ -5222,8 +5075,7 @@ extension SESv2ClientTypes { public init( ispName: Swift.String? = nil, placementStatistics: SESv2ClientTypes.PlacementStatistics? = nil - ) - { + ) { self.ispName = ispName self.placementStatistics = placementStatistics } @@ -5252,8 +5104,7 @@ public struct GetDeliverabilityTestReportOutput: Swift.Sendable { message: Swift.String? = nil, overallPlacement: SESv2ClientTypes.PlacementStatistics? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.deliverabilityTestReport = deliverabilityTestReport self.ispPlacements = ispPlacements self.message = message @@ -5270,8 +5121,7 @@ public struct GetDomainDeliverabilityCampaignInput: Swift.Sendable { public init( campaignId: Swift.String? = nil - ) - { + ) { self.campaignId = campaignId } } @@ -5284,8 +5134,7 @@ public struct GetDomainDeliverabilityCampaignOutput: Swift.Sendable { public init( domainDeliverabilityCampaign: SESv2ClientTypes.DomainDeliverabilityCampaign? = nil - ) - { + ) { self.domainDeliverabilityCampaign = domainDeliverabilityCampaign } } @@ -5306,8 +5155,7 @@ public struct GetDomainStatisticsReportInput: Swift.Sendable { domain: Swift.String? = nil, endDate: Foundation.Date? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.domain = domain self.endDate = endDate self.startDate = startDate @@ -5329,8 +5177,7 @@ extension SESv2ClientTypes { domainIspPlacements: [SESv2ClientTypes.DomainIspPlacement]? = nil, readRatePercent: Swift.Double? = nil, volumeStatistics: SESv2ClientTypes.VolumeStatistics? = nil - ) - { + ) { self.domainIspPlacements = domainIspPlacements self.readRatePercent = readRatePercent self.volumeStatistics = volumeStatistics @@ -5350,8 +5197,7 @@ public struct GetDomainStatisticsReportOutput: Swift.Sendable { public init( dailyVolumes: [SESv2ClientTypes.DailyVolume]? = nil, overallVolume: SESv2ClientTypes.OverallVolume? = nil - ) - { + ) { self.dailyVolumes = dailyVolumes self.overallVolume = overallVolume } @@ -5365,8 +5211,7 @@ public struct GetEmailIdentityInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity } } @@ -5441,8 +5286,7 @@ extension SESv2ClientTypes { behaviorOnMxFailure: SESv2ClientTypes.BehaviorOnMxFailure? = nil, mailFromDomain: Swift.String? = nil, mailFromDomainStatus: SESv2ClientTypes.MailFromDomainStatus? = nil - ) - { + ) { self.behaviorOnMxFailure = behaviorOnMxFailure self.mailFromDomain = mailFromDomain self.mailFromDomainStatus = mailFromDomainStatus @@ -5518,8 +5362,7 @@ extension SESv2ClientTypes { adminEmail: Swift.String? = nil, primaryNameServer: Swift.String? = nil, serialNumber: Swift.Int = 0 - ) - { + ) { self.adminEmail = adminEmail self.primaryNameServer = primaryNameServer self.serialNumber = serialNumber @@ -5565,8 +5408,7 @@ extension SESv2ClientTypes { lastCheckedTimestamp: Foundation.Date? = nil, lastSuccessTimestamp: Foundation.Date? = nil, soaRecord: SESv2ClientTypes.SOARecord? = nil - ) - { + ) { self.errorType = errorType self.lastCheckedTimestamp = lastCheckedTimestamp self.lastSuccessTimestamp = lastSuccessTimestamp @@ -5657,8 +5499,7 @@ public struct GetEmailIdentityOutput: Swift.Sendable { verificationInfo: SESv2ClientTypes.VerificationInfo? = nil, verificationStatus: SESv2ClientTypes.VerificationStatus? = nil, verifiedForSendingStatus: Swift.Bool = false - ) - { + ) { self.configurationSetName = configurationSetName self.dkimAttributes = dkimAttributes self.feedbackForwardingStatus = feedbackForwardingStatus @@ -5680,8 +5521,7 @@ public struct GetEmailIdentityPoliciesInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity } } @@ -5693,8 +5533,7 @@ public struct GetEmailIdentityPoliciesOutput: Swift.Sendable { public init( policies: [Swift.String: Swift.String]? = nil - ) - { + ) { self.policies = policies } } @@ -5707,8 +5546,7 @@ public struct GetEmailTemplateInput: Swift.Sendable { public init( templateName: Swift.String? = nil - ) - { + ) { self.templateName = templateName } } @@ -5725,8 +5563,7 @@ public struct GetEmailTemplateOutput: Swift.Sendable { public init( templateContent: SESv2ClientTypes.EmailTemplateContent? = nil, templateName: Swift.String? = nil - ) - { + ) { self.templateContent = templateContent self.templateName = templateName } @@ -5740,8 +5577,7 @@ public struct GetExportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5777,8 +5613,7 @@ public struct GetExportJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobStatus: SESv2ClientTypes.JobStatus? = nil, statistics: SESv2ClientTypes.ExportStatistics? = nil - ) - { + ) { self.completedTimestamp = completedTimestamp self.createdTimestamp = createdTimestamp self.exportDataSource = exportDataSource @@ -5799,8 +5634,7 @@ public struct GetImportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5836,8 +5670,7 @@ public struct GetImportJobOutput: Swift.Sendable { jobId: Swift.String? = nil, jobStatus: SESv2ClientTypes.JobStatus? = nil, processedRecordsCount: Swift.Int? = nil - ) - { + ) { self.completedTimestamp = completedTimestamp self.createdTimestamp = createdTimestamp self.failedRecordsCount = failedRecordsCount @@ -5858,8 +5691,7 @@ public struct GetMessageInsightsInput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -5883,8 +5715,7 @@ public struct GetMessageInsightsOutput: Swift.Sendable { insights: [SESv2ClientTypes.EmailInsights]? = nil, messageId: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.emailTags = emailTags self.fromEmailAddress = fromEmailAddress self.insights = insights @@ -5906,8 +5737,7 @@ public struct GetMultiRegionEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -5922,8 +5752,7 @@ extension SESv2ClientTypes { public init( region: Swift.String? = nil - ) - { + ) { self.region = region } } @@ -5959,8 +5788,7 @@ public struct GetMultiRegionEndpointOutput: Swift.Sendable { lastUpdatedTimestamp: Foundation.Date? = nil, routes: [SESv2ClientTypes.Route]? = nil, status: SESv2ClientTypes.Status? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.endpointId = endpointId self.endpointName = endpointName @@ -5978,8 +5806,7 @@ public struct GetSuppressedDestinationInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress } } @@ -5996,8 +5823,7 @@ extension SESv2ClientTypes { public init( feedbackId: Swift.String? = nil, messageId: Swift.String? = nil - ) - { + ) { self.feedbackId = feedbackId self.messageId = messageId } @@ -6025,8 +5851,7 @@ extension SESv2ClientTypes { emailAddress: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, reason: SESv2ClientTypes.SuppressionListReason? = nil - ) - { + ) { self.attributes = attributes self.emailAddress = emailAddress self.lastUpdateTime = lastUpdateTime @@ -6043,8 +5868,7 @@ public struct GetSuppressedDestinationOutput: Swift.Sendable { public init( suppressedDestination: SESv2ClientTypes.SuppressedDestination? = nil - ) - { + ) { self.suppressedDestination = suppressedDestination } } @@ -6077,8 +5901,7 @@ extension SESv2ClientTypes { identityType: SESv2ClientTypes.IdentityType? = nil, sendingEnabled: Swift.Bool = false, verificationStatus: SESv2ClientTypes.VerificationStatus? = nil - ) - { + ) { self.identityName = identityName self.identityType = identityType self.sendingEnabled = sendingEnabled @@ -6149,8 +5972,7 @@ extension SESv2ClientTypes { jobId: Swift.String? = nil, jobStatus: SESv2ClientTypes.JobStatus? = nil, processedRecordsCount: Swift.Int? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.failedRecordsCount = failedRecordsCount self.importDestination = importDestination @@ -6179,8 +6001,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6195,8 +6016,7 @@ public struct ListConfigurationSetsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6212,8 +6032,7 @@ public struct ListConfigurationSetsOutput: Swift.Sendable { public init( configurationSets: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationSets = configurationSets self.nextToken = nextToken } @@ -6228,8 +6047,7 @@ public struct ListContactListsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6244,8 +6062,7 @@ public struct ListContactListsOutput: Swift.Sendable { public init( contactLists: [SESv2ClientTypes.ContactList]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactLists = contactLists self.nextToken = nextToken } @@ -6263,8 +6080,7 @@ extension SESv2ClientTypes { public init( topicName: Swift.String? = nil, useDefaultIfPreferenceUnavailable: Swift.Bool = false - ) - { + ) { self.topicName = topicName self.useDefaultIfPreferenceUnavailable = useDefaultIfPreferenceUnavailable } @@ -6283,8 +6099,7 @@ extension SESv2ClientTypes { public init( filteredStatus: SESv2ClientTypes.SubscriptionStatus? = nil, topicFilter: SESv2ClientTypes.TopicFilter? = nil - ) - { + ) { self.filteredStatus = filteredStatus self.topicFilter = topicFilter } @@ -6307,8 +6122,7 @@ public struct ListContactsInput: Swift.Sendable { filter: SESv2ClientTypes.ListContactsFilter? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.contactListName = contactListName self.filter = filter self.nextToken = nextToken @@ -6325,8 +6139,7 @@ public struct ListContactsOutput: Swift.Sendable { public init( contacts: [SESv2ClientTypes.Contact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contacts = contacts self.nextToken = nextToken } @@ -6342,8 +6155,7 @@ public struct ListCustomVerificationEmailTemplatesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6359,8 +6171,7 @@ public struct ListCustomVerificationEmailTemplatesOutput: Swift.Sendable { public init( customVerificationEmailTemplates: [SESv2ClientTypes.CustomVerificationEmailTemplateMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customVerificationEmailTemplates = customVerificationEmailTemplates self.nextToken = nextToken } @@ -6376,8 +6187,7 @@ public struct ListDedicatedIpPoolsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6393,8 +6203,7 @@ public struct ListDedicatedIpPoolsOutput: Swift.Sendable { public init( dedicatedIpPools: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dedicatedIpPools = dedicatedIpPools self.nextToken = nextToken } @@ -6410,8 +6219,7 @@ public struct ListDeliverabilityTestReportsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6428,8 +6236,7 @@ public struct ListDeliverabilityTestReportsOutput: Swift.Sendable { public init( deliverabilityTestReports: [SESv2ClientTypes.DeliverabilityTestReport]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deliverabilityTestReports = deliverabilityTestReports self.nextToken = nextToken } @@ -6457,8 +6264,7 @@ public struct ListDomainDeliverabilityCampaignsInput: Swift.Sendable { pageSize: Swift.Int? = nil, startDate: Foundation.Date? = nil, subscribedDomain: Swift.String? = nil - ) - { + ) { self.endDate = endDate self.nextToken = nextToken self.pageSize = pageSize @@ -6478,8 +6284,7 @@ public struct ListDomainDeliverabilityCampaignsOutput: Swift.Sendable { public init( domainDeliverabilityCampaigns: [SESv2ClientTypes.DomainDeliverabilityCampaign]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainDeliverabilityCampaigns = domainDeliverabilityCampaigns self.nextToken = nextToken } @@ -6495,8 +6300,7 @@ public struct ListEmailIdentitiesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6512,8 +6316,7 @@ public struct ListEmailIdentitiesOutput: Swift.Sendable { public init( emailIdentities: [SESv2ClientTypes.IdentityInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.emailIdentities = emailIdentities self.nextToken = nextToken } @@ -6529,8 +6332,7 @@ public struct ListEmailTemplatesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6546,8 +6348,7 @@ public struct ListEmailTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, templatesMetadata: [SESv2ClientTypes.EmailTemplateMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.templatesMetadata = templatesMetadata } @@ -6569,8 +6370,7 @@ public struct ListExportJobsInput: Swift.Sendable { jobStatus: SESv2ClientTypes.JobStatus? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.exportSourceType = exportSourceType self.jobStatus = jobStatus self.nextToken = nextToken @@ -6588,8 +6388,7 @@ public struct ListExportJobsOutput: Swift.Sendable { public init( exportJobs: [SESv2ClientTypes.ExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exportJobs = exportJobs self.nextToken = nextToken } @@ -6608,8 +6407,7 @@ public struct ListImportJobsInput: Swift.Sendable { importDestinationType: SESv2ClientTypes.ImportDestinationType? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.importDestinationType = importDestinationType self.nextToken = nextToken self.pageSize = pageSize @@ -6626,8 +6424,7 @@ public struct ListImportJobsOutput: Swift.Sendable { public init( importJobs: [SESv2ClientTypes.ImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobs = importJobs self.nextToken = nextToken } @@ -6646,8 +6443,7 @@ extension SESv2ClientTypes { public init( contactListName: Swift.String? = nil, topicName: Swift.String? = nil - ) - { + ) { self.contactListName = contactListName self.topicName = topicName } @@ -6664,8 +6460,7 @@ public struct ListMultiRegionEndpointsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.nextToken = nextToken self.pageSize = pageSize } @@ -6703,8 +6498,7 @@ extension SESv2ClientTypes { lastUpdatedTimestamp: Foundation.Date? = nil, regions: [Swift.String]? = nil, status: SESv2ClientTypes.Status? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.endpointId = endpointId self.endpointName = endpointName @@ -6725,8 +6519,7 @@ public struct ListMultiRegionEndpointsOutput: Swift.Sendable { public init( multiRegionEndpoints: [SESv2ClientTypes.MultiRegionEndpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.multiRegionEndpoints = multiRegionEndpoints self.nextToken = nextToken } @@ -6789,8 +6582,7 @@ public struct ListRecommendationsInput: Swift.Sendable { filter: [Swift.String: Swift.String]? = nil, nextToken: Swift.String? = nil, pageSize: Swift.Int? = nil - ) - { + ) { self.filter = filter self.nextToken = nextToken self.pageSize = pageSize @@ -6917,8 +6709,7 @@ extension SESv2ClientTypes { resourceArn: Swift.String? = nil, status: SESv2ClientTypes.RecommendationStatus? = nil, type: SESv2ClientTypes.RecommendationType? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.description = description self.impact = impact @@ -6940,8 +6731,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendations: [SESv2ClientTypes.Recommendation]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendations = recommendations } @@ -6966,8 +6756,7 @@ public struct ListSuppressedDestinationsInput: Swift.Sendable { pageSize: Swift.Int? = nil, reasons: [SESv2ClientTypes.SuppressionListReason]? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.endDate = endDate self.nextToken = nextToken self.pageSize = pageSize @@ -6994,8 +6783,7 @@ extension SESv2ClientTypes { emailAddress: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, reason: SESv2ClientTypes.SuppressionListReason? = nil - ) - { + ) { self.emailAddress = emailAddress self.lastUpdateTime = lastUpdateTime self.reason = reason @@ -7013,8 +6801,7 @@ public struct ListSuppressedDestinationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, suppressedDestinationSummaries: [SESv2ClientTypes.SuppressedDestinationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.suppressedDestinationSummaries = suppressedDestinationSummaries } @@ -7027,8 +6814,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -7040,8 +6826,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -7053,8 +6838,7 @@ public struct PutAccountDedicatedIpWarmupAttributesInput: Swift.Sendable { public init( autoWarmupEnabled: Swift.Bool? = false - ) - { + ) { self.autoWarmupEnabled = autoWarmupEnabled } } @@ -7090,8 +6874,7 @@ public struct PutAccountDetailsInput: Swift.Sendable { productionAccessEnabled: Swift.Bool? = nil, useCaseDescription: Swift.String? = nil, websiteURL: Swift.String? = nil - ) - { + ) { self.additionalContactEmailAddresses = additionalContactEmailAddresses self.contactLanguage = contactLanguage self.mailType = mailType @@ -7119,8 +6902,7 @@ public struct PutAccountSendingAttributesInput: Swift.Sendable { public init( sendingEnabled: Swift.Bool? = false - ) - { + ) { self.sendingEnabled = sendingEnabled } } @@ -7142,8 +6924,7 @@ public struct PutAccountSuppressionAttributesInput: Swift.Sendable { public init( suppressedReasons: [SESv2ClientTypes.SuppressionListReason]? = nil - ) - { + ) { self.suppressedReasons = suppressedReasons } } @@ -7162,8 +6943,7 @@ public struct PutAccountVdmAttributesInput: Swift.Sendable { public init( vdmAttributes: SESv2ClientTypes.VdmAttributes? = nil - ) - { + ) { self.vdmAttributes = vdmAttributes } } @@ -7190,8 +6970,7 @@ public struct PutConfigurationSetDeliveryOptionsInput: Swift.Sendable { maxDeliverySeconds: Swift.Int? = nil, sendingPoolName: Swift.String? = nil, tlsPolicy: SESv2ClientTypes.TlsPolicy? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.maxDeliverySeconds = maxDeliverySeconds self.sendingPoolName = sendingPoolName @@ -7216,8 +6995,7 @@ public struct PutConfigurationSetReputationOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, reputationMetricsEnabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.reputationMetricsEnabled = reputationMetricsEnabled } @@ -7240,8 +7018,7 @@ public struct PutConfigurationSetSendingOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, sendingEnabled: Swift.Bool? = false - ) - { + ) { self.configurationSetName = configurationSetName self.sendingEnabled = sendingEnabled } @@ -7268,8 +7045,7 @@ public struct PutConfigurationSetSuppressionOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, suppressedReasons: [SESv2ClientTypes.SuppressionListReason]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.suppressedReasons = suppressedReasons } @@ -7295,8 +7071,7 @@ public struct PutConfigurationSetTrackingOptionsInput: Swift.Sendable { configurationSetName: Swift.String? = nil, customRedirectDomain: Swift.String? = nil, httpsPolicy: SESv2ClientTypes.HttpsPolicy? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.customRedirectDomain = customRedirectDomain self.httpsPolicy = httpsPolicy @@ -7320,8 +7095,7 @@ public struct PutConfigurationSetVdmOptionsInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, vdmOptions: SESv2ClientTypes.VdmOptions? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.vdmOptions = vdmOptions } @@ -7345,8 +7119,7 @@ public struct PutDedicatedIpInPoolInput: Swift.Sendable { public init( destinationPoolName: Swift.String? = nil, ip: Swift.String? = nil - ) - { + ) { self.destinationPoolName = destinationPoolName self.ip = ip } @@ -7370,8 +7143,7 @@ public struct PutDedicatedIpPoolScalingAttributesInput: Swift.Sendable { public init( poolName: Swift.String? = nil, scalingMode: SESv2ClientTypes.ScalingMode? = nil - ) - { + ) { self.poolName = poolName self.scalingMode = scalingMode } @@ -7395,8 +7167,7 @@ public struct PutDedicatedIpWarmupAttributesInput: Swift.Sendable { public init( ip: Swift.String? = nil, warmupPercentage: Swift.Int? = nil - ) - { + ) { self.ip = ip self.warmupPercentage = warmupPercentage } @@ -7419,8 +7190,7 @@ public struct PutDeliverabilityDashboardOptionInput: Swift.Sendable { public init( dashboardEnabled: Swift.Bool? = false, subscribedDomains: [SESv2ClientTypes.DomainDeliverabilityTrackingOption]? = nil - ) - { + ) { self.dashboardEnabled = dashboardEnabled self.subscribedDomains = subscribedDomains } @@ -7443,8 +7213,7 @@ public struct PutEmailIdentityConfigurationSetAttributesInput: Swift.Sendable { public init( configurationSetName: Swift.String? = nil, emailIdentity: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.emailIdentity = emailIdentity } @@ -7467,8 +7236,7 @@ public struct PutEmailIdentityDkimAttributesInput: Swift.Sendable { public init( emailIdentity: Swift.String? = nil, signingEnabled: Swift.Bool? = false - ) - { + ) { self.emailIdentity = emailIdentity self.signingEnabled = signingEnabled } @@ -7499,8 +7267,7 @@ public struct PutEmailIdentityDkimSigningAttributesInput: Swift.Sendable { emailIdentity: Swift.String? = nil, signingAttributes: SESv2ClientTypes.DkimSigningAttributes? = nil, signingAttributesOrigin: SESv2ClientTypes.DkimSigningAttributesOrigin? = nil - ) - { + ) { self.emailIdentity = emailIdentity self.signingAttributes = signingAttributes self.signingAttributesOrigin = signingAttributesOrigin @@ -7527,8 +7294,7 @@ public struct PutEmailIdentityDkimSigningAttributesOutput: Swift.Sendable { public init( dkimStatus: SESv2ClientTypes.DkimStatus? = nil, dkimTokens: [Swift.String]? = nil - ) - { + ) { self.dkimStatus = dkimStatus self.dkimTokens = dkimTokens } @@ -7545,8 +7311,7 @@ public struct PutEmailIdentityFeedbackAttributesInput: Swift.Sendable { public init( emailForwardingEnabled: Swift.Bool? = false, emailIdentity: Swift.String? = nil - ) - { + ) { self.emailForwardingEnabled = emailForwardingEnabled self.emailIdentity = emailIdentity } @@ -7578,8 +7343,7 @@ public struct PutEmailIdentityMailFromAttributesInput: Swift.Sendable { behaviorOnMxFailure: SESv2ClientTypes.BehaviorOnMxFailure? = nil, emailIdentity: Swift.String? = nil, mailFromDomain: Swift.String? = nil - ) - { + ) { self.behaviorOnMxFailure = behaviorOnMxFailure self.emailIdentity = emailIdentity self.mailFromDomain = mailFromDomain @@ -7604,8 +7368,7 @@ public struct PutSuppressedDestinationInput: Swift.Sendable { public init( emailAddress: Swift.String? = nil, reason: SESv2ClientTypes.SuppressionListReason? = nil - ) - { + ) { self.emailAddress = emailAddress self.reason = reason } @@ -7653,8 +7416,7 @@ public struct SendBulkEmailInput: Swift.Sendable { fromEmailAddress: Swift.String? = nil, fromEmailAddressIdentityArn: Swift.String? = nil, replyToAddresses: [Swift.String]? = nil - ) - { + ) { self.bulkEmailEntries = bulkEmailEntries self.configurationSetName = configurationSetName self.defaultContent = defaultContent @@ -7676,8 +7438,7 @@ public struct SendBulkEmailOutput: Swift.Sendable { public init( bulkEmailEntryResults: [SESv2ClientTypes.BulkEmailEntryResult]? = nil - ) - { + ) { self.bulkEmailEntryResults = bulkEmailEntryResults } } @@ -7697,8 +7458,7 @@ public struct SendCustomVerificationEmailInput: Swift.Sendable { configurationSetName: Swift.String? = nil, emailAddress: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.emailAddress = emailAddress self.templateName = templateName @@ -7712,8 +7472,7 @@ public struct SendCustomVerificationEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7756,8 +7515,7 @@ public struct SendEmailInput: Swift.Sendable { fromEmailAddressIdentityArn: Swift.String? = nil, listManagementOptions: SESv2ClientTypes.ListManagementOptions? = nil, replyToAddresses: [Swift.String]? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.content = content self.destination = destination @@ -7779,8 +7537,7 @@ public struct SendEmailOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -7796,8 +7553,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SESv2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -7820,8 +7576,7 @@ public struct TestRenderEmailTemplateInput: Swift.Sendable { public init( templateData: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.templateData = templateData self.templateName = templateName } @@ -7835,8 +7590,7 @@ public struct TestRenderEmailTemplateOutput: Swift.Sendable { public init( renderedTemplate: Swift.String? = nil - ) - { + ) { self.renderedTemplate = renderedTemplate } } @@ -7852,8 +7606,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -7880,8 +7633,7 @@ public struct UpdateConfigurationSetEventDestinationInput: Swift.Sendable { configurationSetName: Swift.String? = nil, eventDestination: SESv2ClientTypes.EventDestinationDefinition? = nil, eventDestinationName: Swift.String? = nil - ) - { + ) { self.configurationSetName = configurationSetName self.eventDestination = eventDestination self.eventDestinationName = eventDestinationName @@ -7914,8 +7666,7 @@ public struct UpdateContactInput: Swift.Sendable { emailAddress: Swift.String? = nil, topicPreferences: [SESv2ClientTypes.TopicPreference]? = nil, unsubscribeAll: Swift.Bool? = false - ) - { + ) { self.attributesData = attributesData self.contactListName = contactListName self.emailAddress = emailAddress @@ -7942,8 +7693,7 @@ public struct UpdateContactListInput: Swift.Sendable { contactListName: Swift.String? = nil, description: Swift.String? = nil, topics: [SESv2ClientTypes.Topic]? = nil - ) - { + ) { self.contactListName = contactListName self.description = description self.topics = topics @@ -7983,8 +7733,7 @@ public struct UpdateCustomVerificationEmailTemplateInput: Swift.Sendable { templateContent: Swift.String? = nil, templateName: Swift.String? = nil, templateSubject: Swift.String? = nil - ) - { + ) { self.failureRedirectionURL = failureRedirectionURL self.fromEmailAddress = fromEmailAddress self.successRedirectionURL = successRedirectionURL @@ -8016,8 +7765,7 @@ public struct UpdateEmailIdentityPolicyInput: Swift.Sendable { emailIdentity: Swift.String? = nil, policy: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.emailIdentity = emailIdentity self.policy = policy self.policyName = policyName @@ -8042,8 +7790,7 @@ public struct UpdateEmailTemplateInput: Swift.Sendable { public init( templateContent: SESv2ClientTypes.EmailTemplateContent? = nil, templateName: Swift.String? = nil - ) - { + ) { self.templateContent = templateContent self.templateName = templateName } diff --git a/Sources/Services/AWSSESv2/Sources/AWSSESv2/SESv2Client.swift b/Sources/Services/AWSSESv2/Sources/AWSSESv2/SESv2Client.swift index 0ea820467eb..539078a1ee0 100644 --- a/Sources/Services/AWSSESv2/Sources/AWSSESv2/SESv2Client.swift +++ b/Sources/Services/AWSSESv2/Sources/AWSSESv2/SESv2Client.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SESv2Client: ClientRuntime.Client { public static let clientName = "SESv2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SESv2Client.SESv2ClientConfiguration let serviceName = "SESv2" diff --git a/Sources/Services/AWSSFN/Package.swift.txt b/Sources/Services/AWSSFN/Package.swift.txt index e5530e632db..e49ff9a46e7 100644 --- a/Sources/Services/AWSSFN/Package.swift.txt +++ b/Sources/Services/AWSSFN/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSFN/Sources/AWSSFN/Models.swift b/Sources/Services/AWSSFN/Sources/AWSSFN/Models.swift index edb77775aec..8075819a01a 100644 --- a/Sources/Services/AWSSFN/Sources/AWSSFN/Models.swift +++ b/Sources/Services/AWSSFN/Sources/AWSSFN/Models.swift @@ -45,8 +45,7 @@ public struct ActivityAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ActivityDoesNotExist: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -87,8 +85,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -118,8 +115,7 @@ public struct ActivityLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -155,8 +151,7 @@ extension SFNClientTypes { activityArn: Swift.String? = nil, creationDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.activityArn = activityArn self.creationDate = creationDate self.name = name @@ -173,8 +168,7 @@ extension SFNClientTypes { public init( truncated: Swift.Bool = false - ) - { + ) { self.truncated = truncated } } @@ -202,8 +196,7 @@ extension SFNClientTypes { inputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil, resource: Swift.String? = nil, timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.heartbeatInSeconds = heartbeatInSeconds self.input = input self.inputDetails = inputDetails @@ -230,8 +223,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -252,8 +244,7 @@ extension SFNClientTypes { public init( workerName: Swift.String? = nil - ) - { + ) { self.workerName = workerName } } @@ -271,8 +262,7 @@ extension SFNClientTypes { public init( output: Swift.String? = nil, outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil - ) - { + ) { self.output = output self.outputDetails = outputDetails } @@ -296,8 +286,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -327,8 +316,7 @@ public struct ActivityWorkerLimitExceeded: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -342,8 +330,7 @@ extension SFNClientTypes { public init( truncated: Swift.Bool = false - ) - { + ) { self.truncated = truncated } } @@ -367,8 +354,7 @@ public struct InvalidEncryptionConfiguration: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -391,8 +377,7 @@ public struct InvalidName: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -415,8 +400,7 @@ public struct KmsAccessDeniedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -439,8 +423,7 @@ public struct KmsThrottlingException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -465,8 +448,7 @@ public struct TooManyTags: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -517,8 +499,7 @@ extension SFNClientTypes { kmsDataKeyReusePeriodSeconds: Swift.Int? = nil, kmsKeyId: Swift.String? = nil, type: SFNClientTypes.EncryptionType? = nil - ) - { + ) { self.kmsDataKeyReusePeriodSeconds = kmsDataKeyReusePeriodSeconds self.kmsKeyId = kmsKeyId self.type = type @@ -538,8 +519,7 @@ extension SFNClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -572,8 +552,7 @@ public struct CreateActivityInput: Swift.Sendable { encryptionConfiguration: SFNClientTypes.EncryptionConfiguration? = nil, name: Swift.String? = nil, tags: [SFNClientTypes.Tag]? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.name = name self.tags = tags @@ -591,8 +570,7 @@ public struct CreateActivityOutput: Swift.Sendable { public init( activityArn: Swift.String? = nil, creationDate: Foundation.Date? = nil - ) - { + ) { self.activityArn = activityArn self.creationDate = creationDate } @@ -616,8 +594,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -640,8 +617,7 @@ public struct InvalidArn: ClientRuntime.ModeledError, AWSClientRuntime.AWSServic public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -664,8 +640,7 @@ public struct InvalidDefinition: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -688,8 +663,7 @@ public struct InvalidLoggingConfiguration: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -712,8 +686,7 @@ public struct InvalidTracingConfiguration: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -736,8 +709,7 @@ public struct StateMachineAlreadyExists: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -760,8 +732,7 @@ public struct StateMachineDeleting: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -784,8 +755,7 @@ public struct StateMachineLimitExceeded: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -808,8 +778,7 @@ public struct StateMachineTypeNotSupported: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -870,8 +839,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: SFNClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -886,8 +854,7 @@ extension SFNClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -902,8 +869,7 @@ extension SFNClientTypes { public init( cloudWatchLogsLogGroup: SFNClientTypes.CloudWatchLogsLogGroup? = nil - ) - { + ) { self.cloudWatchLogsLogGroup = cloudWatchLogsLogGroup } } @@ -959,8 +925,7 @@ extension SFNClientTypes { destinations: [SFNClientTypes.LogDestination]? = nil, includeExecutionData: Swift.Bool = false, level: SFNClientTypes.LogLevel? = nil - ) - { + ) { self.destinations = destinations self.includeExecutionData = includeExecutionData self.level = level @@ -977,8 +942,7 @@ extension SFNClientTypes { public init( enabled: Swift.Bool = false - ) - { + ) { self.enabled = enabled } } @@ -1062,8 +1026,7 @@ public struct CreateStateMachineInput: Swift.Sendable { tracingConfiguration: SFNClientTypes.TracingConfiguration? = nil, type: SFNClientTypes.StateMachineType? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.definition = definition self.encryptionConfiguration = encryptionConfiguration self.loggingConfiguration = loggingConfiguration @@ -1096,8 +1059,7 @@ public struct CreateStateMachineOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, stateMachineArn: Swift.String? = nil, stateMachineVersionArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.stateMachineArn = stateMachineArn self.stateMachineVersionArn = stateMachineVersionArn @@ -1124,8 +1086,7 @@ public struct ResourceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -1149,8 +1110,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1169,8 +1129,7 @@ extension SFNClientTypes { public init( stateMachineVersionArn: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.stateMachineVersionArn = stateMachineVersionArn self.weight = weight } @@ -1191,8 +1150,7 @@ public struct CreateStateMachineAliasInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, routingConfiguration: [SFNClientTypes.RoutingConfigurationListItem]? = nil - ) - { + ) { self.description = description self.name = name self.routingConfiguration = routingConfiguration @@ -1215,8 +1173,7 @@ public struct CreateStateMachineAliasOutput: Swift.Sendable { public init( creationDate: Foundation.Date? = nil, stateMachineAliasArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.stateMachineAliasArn = stateMachineAliasArn } @@ -1229,8 +1186,7 @@ public struct DeleteActivityInput: Swift.Sendable { public init( activityArn: Swift.String? = nil - ) - { + ) { self.activityArn = activityArn } } @@ -1247,8 +1203,7 @@ public struct DeleteStateMachineInput: Swift.Sendable { public init( stateMachineArn: Swift.String? = nil - ) - { + ) { self.stateMachineArn = stateMachineArn } } @@ -1265,8 +1220,7 @@ public struct DeleteStateMachineAliasInput: Swift.Sendable { public init( stateMachineAliasArn: Swift.String? = nil - ) - { + ) { self.stateMachineAliasArn = stateMachineAliasArn } } @@ -1283,8 +1237,7 @@ public struct DeleteStateMachineVersionInput: Swift.Sendable { public init( stateMachineVersionArn: Swift.String? = nil - ) - { + ) { self.stateMachineVersionArn = stateMachineVersionArn } } @@ -1301,8 +1254,7 @@ public struct DescribeActivityInput: Swift.Sendable { public init( activityArn: Swift.String? = nil - ) - { + ) { self.activityArn = activityArn } } @@ -1338,8 +1290,7 @@ public struct DescribeActivityOutput: Swift.Sendable { creationDate: Foundation.Date? = nil, encryptionConfiguration: SFNClientTypes.EncryptionConfiguration? = nil, name: Swift.String? = nil - ) - { + ) { self.activityArn = activityArn self.creationDate = creationDate self.encryptionConfiguration = encryptionConfiguration @@ -1365,8 +1316,7 @@ public struct ExecutionDoesNotExist: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1430,8 +1380,7 @@ public struct KmsInvalidStateException: ClientRuntime.ModeledError, AWSClientRun public init( kmsKeyState: SFNClientTypes.KmsKeyState? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.kmsKeyState = kmsKeyState self.properties.message = message } @@ -1476,8 +1425,7 @@ public struct DescribeExecutionInput: Swift.Sendable { public init( executionArn: Swift.String? = nil, includedData: SFNClientTypes.IncludedData? = nil - ) - { + ) { self.executionArn = executionArn self.includedData = includedData } @@ -1492,8 +1440,7 @@ extension SFNClientTypes { public init( included: Swift.Bool = false - ) - { + ) { self.included = included } } @@ -1679,8 +1626,7 @@ public struct DescribeExecutionOutput: Swift.Sendable { status: SFNClientTypes.ExecutionStatus? = nil, stopDate: Foundation.Date? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.executionArn = executionArn @@ -1716,8 +1662,7 @@ public struct DescribeMapRunInput: Swift.Sendable { public init( mapRunArn: Swift.String? = nil - ) - { + ) { self.mapRunArn = mapRunArn } } @@ -1766,8 +1711,7 @@ extension SFNClientTypes { succeeded: Swift.Int = 0, timedOut: Swift.Int = 0, total: Swift.Int = 0 - ) - { + ) { self.aborted = aborted self.failed = failed self.failuresNotRedrivable = failuresNotRedrivable @@ -1826,8 +1770,7 @@ extension SFNClientTypes { succeeded: Swift.Int = 0, timedOut: Swift.Int = 0, total: Swift.Int = 0 - ) - { + ) { self.aborted = aborted self.failed = failed self.failuresNotRedrivable = failuresNotRedrivable @@ -1925,8 +1868,7 @@ public struct DescribeMapRunOutput: Swift.Sendable { stopDate: Foundation.Date? = nil, toleratedFailureCount: Swift.Int = 0, toleratedFailurePercentage: Swift.Float = 0.0 - ) - { + ) { self.executionArn = executionArn self.executionCounts = executionCounts self.itemCounts = itemCounts @@ -1960,8 +1902,7 @@ public struct StateMachineDoesNotExist: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1976,8 +1917,7 @@ public struct DescribeStateMachineInput: Swift.Sendable { public init( includedData: SFNClientTypes.IncludedData? = nil, stateMachineArn: Swift.String? = nil - ) - { + ) { self.includedData = includedData self.stateMachineArn = stateMachineArn } @@ -2076,8 +2016,7 @@ public struct DescribeStateMachineOutput: Swift.Sendable { tracingConfiguration: SFNClientTypes.TracingConfiguration? = nil, type: SFNClientTypes.StateMachineType? = nil, variableReferences: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.creationDate = creationDate self.definition = definition self.description = description @@ -2107,8 +2046,7 @@ public struct DescribeStateMachineAliasInput: Swift.Sendable { public init( stateMachineAliasArn: Swift.String? = nil - ) - { + ) { self.stateMachineAliasArn = stateMachineAliasArn } } @@ -2134,8 +2072,7 @@ public struct DescribeStateMachineAliasOutput: Swift.Sendable { routingConfiguration: [SFNClientTypes.RoutingConfigurationListItem]? = nil, stateMachineAliasArn: Swift.String? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.name = name @@ -2160,8 +2097,7 @@ public struct DescribeStateMachineForExecutionInput: Swift.Sendable { public init( executionArn: Swift.String? = nil, includedData: SFNClientTypes.IncludedData? = nil - ) - { + ) { self.executionArn = executionArn self.includedData = includedData } @@ -2211,8 +2147,7 @@ public struct DescribeStateMachineForExecutionOutput: Swift.Sendable { tracingConfiguration: SFNClientTypes.TracingConfiguration? = nil, updateDate: Foundation.Date? = nil, variableReferences: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.definition = definition self.encryptionConfiguration = encryptionConfiguration self.label = label @@ -2243,8 +2178,7 @@ public struct GetActivityTaskInput: Swift.Sendable { public init( activityArn: Swift.String? = nil, workerName: Swift.String? = nil - ) - { + ) { self.activityArn = activityArn self.workerName = workerName } @@ -2259,8 +2193,7 @@ public struct GetActivityTaskOutput: Swift.Sendable { public init( input: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.input = input self.taskToken = taskToken } @@ -2289,8 +2222,7 @@ public struct InvalidToken: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2314,8 +2246,7 @@ public struct GetExecutionHistoryInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.executionArn = executionArn self.includeExecutionData = includeExecutionData self.maxResults = maxResults @@ -2343,8 +2274,7 @@ extension SFNClientTypes { error: Swift.String? = nil, location: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.location = location @@ -2370,8 +2300,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2395,8 +2324,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2417,8 +2345,7 @@ extension SFNClientTypes { public init( redriveCount: Swift.Int? = nil - ) - { + ) { self.redriveCount = redriveCount } } @@ -2445,8 +2372,7 @@ extension SFNClientTypes { roleArn: Swift.String? = nil, stateMachineAliasArn: Swift.String? = nil, stateMachineVersionArn: Swift.String? = nil - ) - { + ) { self.input = input self.inputDetails = inputDetails self.roleArn = roleArn @@ -2473,8 +2399,7 @@ extension SFNClientTypes { public init( output: Swift.String? = nil, outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil - ) - { + ) { self.output = output self.outputDetails = outputDetails } @@ -2498,8 +2423,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2523,8 +2447,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2545,8 +2468,7 @@ extension SFNClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -2574,8 +2496,7 @@ extension SFNClientTypes { resource: Swift.String? = nil, taskCredentials: SFNClientTypes.TaskCredentials? = nil, timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.input = input self.inputDetails = inputDetails self.resource = resource @@ -2602,8 +2523,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2627,8 +2547,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2652,8 +2571,7 @@ extension SFNClientTypes { public init( output: Swift.String? = nil, outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil - ) - { + ) { self.output = output self.outputDetails = outputDetails } @@ -2677,8 +2595,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2702,8 +2619,7 @@ extension SFNClientTypes { public init( index: Swift.Int = 0, name: Swift.String? = nil - ) - { + ) { self.index = index self.name = name } @@ -2722,8 +2638,7 @@ extension SFNClientTypes { public init( cause: Swift.String? = nil, error: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error } @@ -2747,8 +2662,7 @@ extension SFNClientTypes { public init( mapRunArn: Swift.String? = nil, redriveCount: Swift.Int? = nil - ) - { + ) { self.mapRunArn = mapRunArn self.redriveCount = redriveCount } @@ -2764,8 +2678,7 @@ extension SFNClientTypes { public init( mapRunArn: Swift.String? = nil - ) - { + ) { self.mapRunArn = mapRunArn } } @@ -2780,8 +2693,7 @@ extension SFNClientTypes { public init( length: Swift.Int = 0 - ) - { + ) { self.length = length } } @@ -2803,8 +2715,7 @@ extension SFNClientTypes { input: Swift.String? = nil, inputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil, name: Swift.String? = nil - ) - { + ) { self.input = input self.inputDetails = inputDetails self.name = name @@ -2852,8 +2763,7 @@ extension SFNClientTypes { name: Swift.String? = nil, output: Swift.String? = nil, outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil - ) - { + ) { self.assignedVariables = assignedVariables self.assignedVariablesDetails = assignedVariablesDetails self.name = name @@ -2888,8 +2798,7 @@ extension SFNClientTypes { error: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.resource = resource @@ -2934,8 +2843,7 @@ extension SFNClientTypes { resourceType: Swift.String? = nil, taskCredentials: SFNClientTypes.TaskCredentials? = nil, timeoutInSeconds: Swift.Int? = 0 - ) - { + ) { self.heartbeatInSeconds = heartbeatInSeconds self.parameters = parameters self.region = region @@ -2966,8 +2874,7 @@ extension SFNClientTypes { public init( resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resource = resource self.resourceType = resourceType } @@ -2994,8 +2901,7 @@ extension SFNClientTypes { error: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.resource = resource @@ -3029,8 +2935,7 @@ extension SFNClientTypes { error: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.resource = resource @@ -3064,8 +2969,7 @@ extension SFNClientTypes { outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.output = output self.outputDetails = outputDetails self.resource = resource @@ -3099,8 +3003,7 @@ extension SFNClientTypes { outputDetails: SFNClientTypes.HistoryEventExecutionDataDetails? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.output = output self.outputDetails = outputDetails self.resource = resource @@ -3134,8 +3037,7 @@ extension SFNClientTypes { error: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.resource = resource @@ -3490,8 +3392,7 @@ extension SFNClientTypes { taskTimedOutEventDetails: SFNClientTypes.TaskTimedOutEventDetails? = nil, timestamp: Foundation.Date? = nil, type: SFNClientTypes.HistoryEventType? = nil - ) - { + ) { self.activityFailedEventDetails = activityFailedEventDetails self.activityScheduleFailedEventDetails = activityScheduleFailedEventDetails self.activityScheduledEventDetails = activityScheduledEventDetails @@ -3547,8 +3448,7 @@ public struct GetExecutionHistoryOutput: Swift.Sendable { public init( events: [SFNClientTypes.HistoryEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextToken = nextToken } @@ -3563,8 +3463,7 @@ public struct ListActivitiesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3580,8 +3479,7 @@ public struct ListActivitiesOutput: Swift.Sendable { public init( activities: [SFNClientTypes.ActivityListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activities = activities self.nextToken = nextToken } @@ -3637,8 +3535,7 @@ public struct ListExecutionsInput: Swift.Sendable { redriveFilter: SFNClientTypes.ExecutionRedriveFilter? = nil, stateMachineArn: Swift.String? = nil, statusFilter: SFNClientTypes.ExecutionStatus? = nil - ) - { + ) { self.mapRunArn = mapRunArn self.maxResults = maxResults self.nextToken = nextToken @@ -3708,8 +3605,7 @@ extension SFNClientTypes { stateMachineVersionArn: Swift.String? = nil, status: SFNClientTypes.ExecutionStatus? = nil, stopDate: Foundation.Date? = nil - ) - { + ) { self.executionArn = executionArn self.itemCount = itemCount self.mapRunArn = mapRunArn @@ -3736,8 +3632,7 @@ public struct ListExecutionsOutput: Swift.Sendable { public init( executions: [SFNClientTypes.ExecutionListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executions = executions self.nextToken = nextToken } @@ -3756,8 +3651,7 @@ public struct ListMapRunsInput: Swift.Sendable { executionArn: Swift.String? = nil, maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.executionArn = executionArn self.maxResults = maxResults self.nextToken = nextToken @@ -3789,8 +3683,7 @@ extension SFNClientTypes { startDate: Foundation.Date? = nil, stateMachineArn: Swift.String? = nil, stopDate: Foundation.Date? = nil - ) - { + ) { self.executionArn = executionArn self.mapRunArn = mapRunArn self.startDate = startDate @@ -3810,8 +3703,7 @@ public struct ListMapRunsOutput: Swift.Sendable { public init( mapRuns: [SFNClientTypes.MapRunListItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mapRuns = mapRuns self.nextToken = nextToken } @@ -3830,8 +3722,7 @@ public struct ListStateMachineAliasesInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, stateMachineArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stateMachineArn = stateMachineArn @@ -3852,8 +3743,7 @@ extension SFNClientTypes { public init( creationDate: Foundation.Date? = nil, stateMachineAliasArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.stateMachineAliasArn = stateMachineAliasArn } @@ -3870,8 +3760,7 @@ public struct ListStateMachineAliasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stateMachineAliases: [SFNClientTypes.StateMachineAliasListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.stateMachineAliases = stateMachineAliases } @@ -3886,8 +3775,7 @@ public struct ListStateMachinesInput: Swift.Sendable { public init( maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3928,8 +3816,7 @@ extension SFNClientTypes { name: Swift.String? = nil, stateMachineArn: Swift.String? = nil, type: SFNClientTypes.StateMachineType? = nil - ) - { + ) { self.creationDate = creationDate self.name = name self.stateMachineArn = stateMachineArn @@ -3947,8 +3834,7 @@ public struct ListStateMachinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stateMachines: [SFNClientTypes.StateMachineListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.stateMachines = stateMachines } @@ -3967,8 +3853,7 @@ public struct ListStateMachineVersionsInput: Swift.Sendable { maxResults: Swift.Int? = 0, nextToken: Swift.String? = nil, stateMachineArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.stateMachineArn = stateMachineArn @@ -3989,8 +3874,7 @@ extension SFNClientTypes { public init( creationDate: Foundation.Date? = nil, stateMachineVersionArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.stateMachineVersionArn = stateMachineVersionArn } @@ -4007,8 +3891,7 @@ public struct ListStateMachineVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stateMachineVersions: [SFNClientTypes.StateMachineVersionListItem]? = nil - ) - { + ) { self.nextToken = nextToken self.stateMachineVersions = stateMachineVersions } @@ -4021,8 +3904,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4033,8 +3915,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SFNClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4052,8 +3933,7 @@ public struct PublishStateMachineVersionInput: Swift.Sendable { description: Swift.String? = nil, revisionId: Swift.String? = nil, stateMachineArn: Swift.String? = nil - ) - { + ) { self.description = description self.revisionId = revisionId self.stateMachineArn = stateMachineArn @@ -4076,8 +3956,7 @@ public struct PublishStateMachineVersionOutput: Swift.Sendable { public init( creationDate: Foundation.Date? = nil, stateMachineVersionArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.stateMachineVersionArn = stateMachineVersionArn } @@ -4101,8 +3980,7 @@ public struct ExecutionLimitExceeded: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4125,8 +4003,7 @@ public struct ExecutionNotRedrivable: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4141,8 +4018,7 @@ public struct RedriveExecutionInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, executionArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.executionArn = executionArn } @@ -4155,8 +4031,7 @@ public struct RedriveExecutionOutput: Swift.Sendable { public init( redriveDate: Foundation.Date? = nil - ) - { + ) { self.redriveDate = redriveDate } } @@ -4179,8 +4054,7 @@ public struct TaskDoesNotExist: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4203,8 +4077,7 @@ public struct TaskTimedOut: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4222,8 +4095,7 @@ public struct SendTaskFailureInput: Swift.Sendable { cause: Swift.String? = nil, error: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.taskToken = taskToken @@ -4247,8 +4119,7 @@ public struct SendTaskHeartbeatInput: Swift.Sendable { public init( taskToken: Swift.String? = nil - ) - { + ) { self.taskToken = taskToken } } @@ -4276,8 +4147,7 @@ public struct InvalidOutput: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4293,8 +4163,7 @@ public struct SendTaskSuccessInput: Swift.Sendable { public init( output: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.output = output self.taskToken = taskToken } @@ -4328,8 +4197,7 @@ public struct ExecutionAlreadyExists: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4352,8 +4220,7 @@ public struct InvalidExecutionInput: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4393,8 +4260,7 @@ public struct StartExecutionInput: Swift.Sendable { name: Swift.String? = nil, stateMachineArn: Swift.String? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.input = input self.name = name self.stateMachineArn = stateMachineArn @@ -4418,8 +4284,7 @@ public struct StartExecutionOutput: Swift.Sendable { public init( executionArn: Swift.String? = nil, startDate: Foundation.Date? = nil - ) - { + ) { self.executionArn = executionArn self.startDate = startDate } @@ -4444,8 +4309,7 @@ public struct StartSyncExecutionInput: Swift.Sendable { name: Swift.String? = nil, stateMachineArn: Swift.String? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.includedData = includedData self.input = input self.name = name @@ -4471,8 +4335,7 @@ extension SFNClientTypes { public init( billedDurationInMilliseconds: Swift.Int = 0, billedMemoryUsedInMB: Swift.Int = 0 - ) - { + ) { self.billedDurationInMilliseconds = billedDurationInMilliseconds self.billedMemoryUsedInMB = billedMemoryUsedInMB } @@ -4560,8 +4423,7 @@ public struct StartSyncExecutionOutput: Swift.Sendable { status: SFNClientTypes.SyncExecutionStatus? = nil, stopDate: Foundation.Date? = nil, traceHeader: Swift.String? = nil - ) - { + ) { self.billingDetails = billingDetails self.cause = cause self.error = error @@ -4597,8 +4459,7 @@ public struct StopExecutionInput: Swift.Sendable { cause: Swift.String? = nil, error: Swift.String? = nil, executionArn: Swift.String? = nil - ) - { + ) { self.cause = cause self.error = error self.executionArn = executionArn @@ -4617,8 +4478,7 @@ public struct StopExecutionOutput: Swift.Sendable { public init( stopDate: Foundation.Date? = nil - ) - { + ) { self.stopDate = stopDate } } @@ -4634,8 +4494,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SFNClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4709,8 +4568,7 @@ public struct TestStateInput: Swift.Sendable { revealSecrets: Swift.Bool? = false, roleArn: Swift.String? = nil, variables: Swift.String? = nil - ) - { + ) { self.definition = definition self.input = input self.inspectionLevel = inspectionLevel @@ -4746,8 +4604,7 @@ extension SFNClientTypes { method: Swift.String? = nil, `protocol`: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.body = body self.headers = headers self.method = method @@ -4778,8 +4635,7 @@ extension SFNClientTypes { `protocol`: Swift.String? = nil, statusCode: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.body = body self.headers = headers self.`protocol` = `protocol` @@ -4825,8 +4681,7 @@ extension SFNClientTypes { response: SFNClientTypes.InspectionDataResponse? = nil, result: Swift.String? = nil, variables: Swift.String? = nil - ) - { + ) { self.afterArguments = afterArguments self.afterInputPath = afterInputPath self.afterParameters = afterParameters @@ -4903,8 +4758,7 @@ public struct TestStateOutput: Swift.Sendable { nextState: Swift.String? = nil, output: Swift.String? = nil, status: SFNClientTypes.TestExecutionStatus? = nil - ) - { + ) { self.cause = cause self.error = error self.inspectionData = inspectionData @@ -4930,8 +4784,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4958,8 +4811,7 @@ public struct UpdateMapRunInput: Swift.Sendable { maxConcurrency: Swift.Int? = 0, toleratedFailureCount: Swift.Int? = 0, toleratedFailurePercentage: Swift.Float? = 0.0 - ) - { + ) { self.mapRunArn = mapRunArn self.maxConcurrency = maxConcurrency self.toleratedFailureCount = toleratedFailureCount @@ -4990,8 +4842,7 @@ public struct MissingRequiredParameter: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5024,8 +4875,7 @@ public struct UpdateStateMachineInput: Swift.Sendable { stateMachineArn: Swift.String? = nil, tracingConfiguration: SFNClientTypes.TracingConfiguration? = nil, versionDescription: Swift.String? = nil - ) - { + ) { self.definition = definition self.encryptionConfiguration = encryptionConfiguration self.loggingConfiguration = loggingConfiguration @@ -5055,8 +4905,7 @@ public struct UpdateStateMachineOutput: Swift.Sendable { revisionId: Swift.String? = nil, stateMachineVersionArn: Swift.String? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.revisionId = revisionId self.stateMachineVersionArn = stateMachineVersionArn self.updateDate = updateDate @@ -5076,8 +4925,7 @@ public struct UpdateStateMachineAliasInput: Swift.Sendable { description: Swift.String? = nil, routingConfiguration: [SFNClientTypes.RoutingConfigurationListItem]? = nil, stateMachineAliasArn: Swift.String? = nil - ) - { + ) { self.description = description self.routingConfiguration = routingConfiguration self.stateMachineAliasArn = stateMachineAliasArn @@ -5096,8 +4944,7 @@ public struct UpdateStateMachineAliasOutput: Swift.Sendable { public init( updateDate: Foundation.Date? = nil - ) - { + ) { self.updateDate = updateDate } } @@ -5147,8 +4994,7 @@ public struct ValidateStateMachineDefinitionInput: Swift.Sendable { maxResults: Swift.Int? = 0, severity: SFNClientTypes.ValidateStateMachineDefinitionSeverity? = nil, type: SFNClientTypes.StateMachineType? = nil - ) - { + ) { self.definition = definition self.maxResults = maxResults self.severity = severity @@ -5182,8 +5028,7 @@ extension SFNClientTypes { location: Swift.String? = nil, message: Swift.String? = nil, severity: SFNClientTypes.ValidateStateMachineDefinitionSeverity? = nil - ) - { + ) { self.code = code self.location = location self.message = message @@ -5240,8 +5085,7 @@ public struct ValidateStateMachineDefinitionOutput: Swift.Sendable { diagnostics: [SFNClientTypes.ValidateStateMachineDefinitionDiagnostic]? = nil, result: SFNClientTypes.ValidateStateMachineDefinitionResultCode? = nil, truncated: Swift.Bool? = nil - ) - { + ) { self.diagnostics = diagnostics self.result = result self.truncated = truncated diff --git a/Sources/Services/AWSSFN/Sources/AWSSFN/SFNClient.swift b/Sources/Services/AWSSFN/Sources/AWSSFN/SFNClient.swift index 86a667be420..a1f7ba7dddc 100644 --- a/Sources/Services/AWSSFN/Sources/AWSSFN/SFNClient.swift +++ b/Sources/Services/AWSSFN/Sources/AWSSFN/SFNClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SFNClient: ClientRuntime.Client { public static let clientName = "SFNClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SFNClient.SFNClientConfiguration let serviceName = "SFN" diff --git a/Sources/Services/AWSSMS/Package.swift.txt b/Sources/Services/AWSSMS/Package.swift.txt index f9a6f1efe7e..774108f4864 100644 --- a/Sources/Services/AWSSMS/Package.swift.txt +++ b/Sources/Services/AWSSMS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSMS/Sources/AWSSMS/Models.swift b/Sources/Services/AWSSMS/Sources/AWSSMS/Models.swift index f47b1805990..a6a8eae81cf 100644 --- a/Sources/Services/AWSSMS/Sources/AWSSMS/Models.swift +++ b/Sources/Services/AWSSMS/Sources/AWSSMS/Models.swift @@ -237,8 +237,7 @@ extension SMSClientTypes { latestLaunchTime: Foundation.Date? = nil, stackId: Swift.String? = nil, stackName: Swift.String? = nil - ) - { + ) { self.latestLaunchTime = latestLaunchTime self.stackId = stackId self.stackName = stackName @@ -350,8 +349,7 @@ extension SMSClientTypes { statusMessage: Swift.String? = nil, totalServerGroups: Swift.Int? = nil, totalServers: Swift.Int? = nil - ) - { + ) { self.appId = appId self.creationTime = creationTime self.description = description @@ -442,8 +440,7 @@ extension SMSClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -459,8 +456,7 @@ extension SMSClientTypes { public init( s3Location: SMSClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -490,8 +486,7 @@ extension SMSClientTypes { outputS3BucketName: Swift.String? = nil, scriptType: SMSClientTypes.ScriptType? = nil, source: SMSClientTypes.Source? = nil - ) - { + ) { self.command = command self.executionTimeoutSeconds = executionTimeoutSeconds self.instanceId = instanceId @@ -520,8 +515,7 @@ extension SMSClientTypes { name: Swift.String? = nil, ssmValidationParameters: SMSClientTypes.SSMValidationParameters? = nil, validationId: Swift.String? = nil - ) - { + ) { self.appValidationStrategy = appValidationStrategy self.name = name self.ssmValidationParameters = ssmValidationParameters @@ -539,8 +533,7 @@ extension SMSClientTypes { public init( s3Location: SMSClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -555,8 +548,7 @@ extension SMSClientTypes { public init( ssmOutput: SMSClientTypes.SSMOutput? = nil - ) - { + ) { self.ssmOutput = ssmOutput } } @@ -580,8 +572,7 @@ public struct InternalError: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -604,8 +595,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -628,8 +618,7 @@ public struct MissingRequiredParameterException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -652,8 +641,7 @@ public struct OperationNotPermittedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -676,8 +664,7 @@ public struct UnauthorizedOperationException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -752,8 +739,7 @@ extension SMSClientTypes { public init( vmId: Swift.String? = nil, vmManagerId: Swift.String? = nil - ) - { + ) { self.vmId = vmId self.vmManagerId = vmManagerId } @@ -781,8 +767,7 @@ extension SMSClientTypes { vmName: Swift.String? = nil, vmPath: Swift.String? = nil, vmServerAddress: SMSClientTypes.VmServerAddress? = nil - ) - { + ) { self.vmManagerName = vmManagerName self.vmManagerType = vmManagerType self.vmName = vmName @@ -813,8 +798,7 @@ extension SMSClientTypes { serverId: Swift.String? = nil, serverType: SMSClientTypes.ServerType? = nil, vmServer: SMSClientTypes.VmServer? = nil - ) - { + ) { self.replicationJobId = replicationJobId self.replicationJobTerminated = replicationJobTerminated self.serverId = serverId @@ -839,8 +823,7 @@ extension SMSClientTypes { name: Swift.String? = nil, serverGroupId: Swift.String? = nil, serverList: [SMSClientTypes.Server]? = nil - ) - { + ) { self.name = name self.serverGroupId = serverGroupId self.serverList = serverList @@ -860,8 +843,7 @@ extension SMSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -889,8 +871,7 @@ public struct CreateAppInput: Swift.Sendable { roleName: Swift.String? = nil, serverGroups: [SMSClientTypes.ServerGroup]? = nil, tags: [SMSClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -912,8 +893,7 @@ public struct CreateAppOutput: Swift.Sendable { appSummary: SMSClientTypes.AppSummary? = nil, serverGroups: [SMSClientTypes.ServerGroup]? = nil, tags: [SMSClientTypes.Tag]? = nil - ) - { + ) { self.appSummary = appSummary self.serverGroups = serverGroups self.tags = tags @@ -938,8 +918,7 @@ public struct NoConnectorsAvailableException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -962,8 +941,7 @@ public struct ReplicationJobAlreadyExistsException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -986,8 +964,7 @@ public struct ServerCannotBeReplicatedException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1057,7 @@ public struct CreateReplicationJobInput: Swift.Sendable { runOnce: Swift.Bool? = nil, seedReplicationTime: Foundation.Date? = nil, serverId: Swift.String? = nil - ) - { + ) { self.description = description self.encrypted = encrypted self.frequency = frequency @@ -1101,8 +1077,7 @@ public struct CreateReplicationJobOutput: Swift.Sendable { public init( replicationJobId: Swift.String? = nil - ) - { + ) { self.replicationJobId = replicationJobId } } @@ -1119,8 +1094,7 @@ public struct DeleteAppInput: Swift.Sendable { appId: Swift.String? = nil, forceStopAppReplication: Swift.Bool? = nil, forceTerminateApp: Swift.Bool? = nil - ) - { + ) { self.appId = appId self.forceStopAppReplication = forceStopAppReplication self.forceTerminateApp = forceTerminateApp @@ -1138,8 +1112,7 @@ public struct DeleteAppLaunchConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1155,8 +1128,7 @@ public struct DeleteAppReplicationConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1173,8 +1145,7 @@ public struct DeleteAppValidationConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1202,8 +1173,7 @@ public struct ReplicationJobNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1215,8 +1185,7 @@ public struct DeleteReplicationJobInput: Swift.Sendable { public init( replicationJobId: Swift.String? = nil - ) - { + ) { self.replicationJobId = replicationJobId } } @@ -1243,8 +1212,7 @@ public struct DisassociateConnectorInput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -1292,8 +1260,7 @@ public struct GenerateChangeSetInput: Swift.Sendable { public init( appId: Swift.String? = nil, changesetFormat: SMSClientTypes.OutputFormat? = nil - ) - { + ) { self.appId = appId self.changesetFormat = changesetFormat } @@ -1305,8 +1272,7 @@ public struct GenerateChangeSetOutput: Swift.Sendable { public init( s3Location: SMSClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1320,8 +1286,7 @@ public struct GenerateTemplateInput: Swift.Sendable { public init( appId: Swift.String? = nil, templateFormat: SMSClientTypes.OutputFormat? = nil - ) - { + ) { self.appId = appId self.templateFormat = templateFormat } @@ -1333,8 +1298,7 @@ public struct GenerateTemplateOutput: Swift.Sendable { public init( s3Location: SMSClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1345,8 +1309,7 @@ public struct GetAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1363,8 +1326,7 @@ public struct GetAppOutput: Swift.Sendable { appSummary: SMSClientTypes.AppSummary? = nil, serverGroups: [SMSClientTypes.ServerGroup]? = nil, tags: [SMSClientTypes.Tag]? = nil - ) - { + ) { self.appSummary = appSummary self.serverGroups = serverGroups self.tags = tags @@ -1377,8 +1339,7 @@ public struct GetAppLaunchConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1392,8 +1353,7 @@ extension SMSClientTypes { public init( s3Location: SMSClientTypes.S3Location? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1441,8 +1401,7 @@ extension SMSClientTypes { subnet: Swift.String? = nil, userData: SMSClientTypes.UserData? = nil, vpc: Swift.String? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.configureScript = configureScript self.configureScriptType = configureScriptType @@ -1474,8 +1433,7 @@ extension SMSClientTypes { launchOrder: Swift.Int? = nil, serverGroupId: Swift.String? = nil, serverLaunchConfigurations: [SMSClientTypes.ServerLaunchConfiguration]? = nil - ) - { + ) { self.launchOrder = launchOrder self.serverGroupId = serverGroupId self.serverLaunchConfigurations = serverLaunchConfigurations @@ -1498,8 +1456,7 @@ public struct GetAppLaunchConfigurationOutput: Swift.Sendable { autoLaunch: Swift.Bool? = nil, roleName: Swift.String? = nil, serverGroupLaunchConfigurations: [SMSClientTypes.ServerGroupLaunchConfiguration]? = nil - ) - { + ) { self.appId = appId self.autoLaunch = autoLaunch self.roleName = roleName @@ -1513,8 +1470,7 @@ public struct GetAppReplicationConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1557,8 +1513,7 @@ extension SMSClientTypes { numberOfRecentAmisToKeep: Swift.Int? = nil, runOnce: Swift.Bool? = nil, seedTime: Foundation.Date? = nil - ) - { + ) { self.encrypted = encrypted self.frequency = frequency self.kmsKeyId = kmsKeyId @@ -1582,8 +1537,7 @@ extension SMSClientTypes { public init( server: SMSClientTypes.Server? = nil, serverReplicationParameters: SMSClientTypes.ServerReplicationParameters? = nil - ) - { + ) { self.server = server self.serverReplicationParameters = serverReplicationParameters } @@ -1602,8 +1556,7 @@ extension SMSClientTypes { public init( serverGroupId: Swift.String? = nil, serverReplicationConfigurations: [SMSClientTypes.ServerReplicationConfiguration]? = nil - ) - { + ) { self.serverGroupId = serverGroupId self.serverReplicationConfigurations = serverReplicationConfigurations } @@ -1616,8 +1569,7 @@ public struct GetAppReplicationConfigurationOutput: Swift.Sendable { public init( serverGroupReplicationConfigurations: [SMSClientTypes.ServerGroupReplicationConfiguration]? = nil - ) - { + ) { self.serverGroupReplicationConfigurations = serverGroupReplicationConfigurations } } @@ -1629,8 +1581,7 @@ public struct GetAppValidationConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1673,8 +1624,7 @@ extension SMSClientTypes { public init( scriptType: SMSClientTypes.ScriptType? = nil, source: SMSClientTypes.Source? = nil - ) - { + ) { self.scriptType = scriptType self.source = source } @@ -1702,8 +1652,7 @@ extension SMSClientTypes { serverValidationStrategy: SMSClientTypes.ServerValidationStrategy? = nil, userDataValidationParameters: SMSClientTypes.UserDataValidationParameters? = nil, validationId: Swift.String? = nil - ) - { + ) { self.name = name self.server = server self.serverValidationStrategy = serverValidationStrategy @@ -1725,8 +1674,7 @@ extension SMSClientTypes { public init( serverGroupId: Swift.String? = nil, serverValidationConfigurations: [SMSClientTypes.ServerValidationConfiguration]? = nil - ) - { + ) { self.serverGroupId = serverGroupId self.serverValidationConfigurations = serverValidationConfigurations } @@ -1742,8 +1690,7 @@ public struct GetAppValidationConfigurationOutput: Swift.Sendable { public init( appValidationConfigurations: [SMSClientTypes.AppValidationConfiguration]? = nil, serverGroupValidationConfigurations: [SMSClientTypes.ServerGroupValidationConfiguration]? = nil - ) - { + ) { self.appValidationConfigurations = appValidationConfigurations self.serverGroupValidationConfigurations = serverGroupValidationConfigurations } @@ -1756,8 +1703,7 @@ public struct GetAppValidationOutputInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -1771,8 +1717,7 @@ extension SMSClientTypes { public init( server: SMSClientTypes.Server? = nil - ) - { + ) { self.server = server } } @@ -1843,8 +1788,7 @@ extension SMSClientTypes { status: SMSClientTypes.ValidationStatus? = nil, statusMessage: Swift.String? = nil, validationId: Swift.String? = nil - ) - { + ) { self.appValidationOutput = appValidationOutput self.latestValidationTime = latestValidationTime self.name = name @@ -1862,8 +1806,7 @@ public struct GetAppValidationOutputOutput: Swift.Sendable { public init( validationOutputList: [SMSClientTypes.ValidationOutput]? = nil - ) - { + ) { self.validationOutputList = validationOutputList } } @@ -1877,8 +1820,7 @@ public struct GetConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1987,8 +1929,7 @@ extension SMSClientTypes { vmManagerId: Swift.String? = nil, vmManagerName: Swift.String? = nil, vmManagerType: SMSClientTypes.VmManagerType? = nil - ) - { + ) { self.associatedOn = associatedOn self.capabilityList = capabilityList self.connectorId = connectorId @@ -2012,8 +1953,7 @@ public struct GetConnectorsOutput: Swift.Sendable { public init( connectorList: [SMSClientTypes.Connector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectorList = connectorList self.nextToken = nextToken } @@ -2031,8 +1971,7 @@ public struct GetReplicationJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicationJobId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.replicationJobId = replicationJobId @@ -2051,8 +1990,7 @@ extension SMSClientTypes { public init( stage: Swift.String? = nil, stageProgress: Swift.String? = nil - ) - { + ) { self.stage = stage self.stageProgress = stageProgress } @@ -2182,8 +2120,7 @@ extension SMSClientTypes { state: SMSClientTypes.ReplicationRunState? = nil, statusMessage: Swift.String? = nil, type: SMSClientTypes.ReplicationRunType? = nil - ) - { + ) { self.amiId = amiId self.completedTime = completedTime self.description = description @@ -2317,8 +2254,7 @@ extension SMSClientTypes { state: SMSClientTypes.ReplicationJobState? = nil, statusMessage: Swift.String? = nil, vmServer: SMSClientTypes.VmServer? = nil - ) - { + ) { self.description = description self.encrypted = encrypted self.frequency = frequency @@ -2350,8 +2286,7 @@ public struct GetReplicationJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replicationJobList: [SMSClientTypes.ReplicationJob]? = nil - ) - { + ) { self.nextToken = nextToken self.replicationJobList = replicationJobList } @@ -2370,8 +2305,7 @@ public struct GetReplicationRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, replicationJobId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.replicationJobId = replicationJobId @@ -2390,8 +2324,7 @@ public struct GetReplicationRunsOutput: Swift.Sendable { nextToken: Swift.String? = nil, replicationJob: SMSClientTypes.ReplicationJob? = nil, replicationRunList: [SMSClientTypes.ReplicationRun]? = nil - ) - { + ) { self.nextToken = nextToken self.replicationJob = replicationJob self.replicationRunList = replicationRunList @@ -2410,8 +2343,7 @@ public struct GetServersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, vmServerAddressList: [SMSClientTypes.VmServerAddress]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.vmServerAddressList = vmServerAddressList @@ -2471,8 +2403,7 @@ public struct GetServersOutput: Swift.Sendable { nextToken: Swift.String? = nil, serverCatalogStatus: SMSClientTypes.ServerCatalogStatus? = nil, serverList: [SMSClientTypes.Server]? = nil - ) - { + ) { self.lastModifiedOn = lastModifiedOn self.nextToken = nextToken self.serverCatalogStatus = serverCatalogStatus @@ -2486,8 +2417,7 @@ public struct ImportAppCatalogInput: Swift.Sendable { public init( roleName: Swift.String? = nil - ) - { + ) { self.roleName = roleName } } @@ -2513,8 +2443,7 @@ public struct LaunchAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2536,8 +2465,7 @@ public struct ListAppsInput: Swift.Sendable { appIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appIds = appIds self.maxResults = maxResults self.nextToken = nextToken @@ -2553,8 +2481,7 @@ public struct ListAppsOutput: Swift.Sendable { public init( apps: [SMSClientTypes.AppSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apps = apps self.nextToken = nextToken } @@ -2575,8 +2502,7 @@ extension SMSClientTypes { status: SMSClientTypes.ValidationStatus? = nil, statusMessage: Swift.String? = nil, validationId: Swift.String? = nil - ) - { + ) { self.status = status self.statusMessage = statusMessage self.validationId = validationId @@ -2594,8 +2520,7 @@ public struct NotifyAppValidationOutputInput: Swift.Sendable { public init( appId: Swift.String? = nil, notificationContext: SMSClientTypes.NotificationContext? = nil - ) - { + ) { self.appId = appId self.notificationContext = notificationContext } @@ -2621,8 +2546,7 @@ public struct PutAppLaunchConfigurationInput: Swift.Sendable { autoLaunch: Swift.Bool? = nil, roleName: Swift.String? = nil, serverGroupLaunchConfigurations: [SMSClientTypes.ServerGroupLaunchConfiguration]? = nil - ) - { + ) { self.appId = appId self.autoLaunch = autoLaunch self.roleName = roleName @@ -2644,8 +2568,7 @@ public struct PutAppReplicationConfigurationInput: Swift.Sendable { public init( appId: Swift.String? = nil, serverGroupReplicationConfigurations: [SMSClientTypes.ServerGroupReplicationConfiguration]? = nil - ) - { + ) { self.appId = appId self.serverGroupReplicationConfigurations = serverGroupReplicationConfigurations } @@ -2669,8 +2592,7 @@ public struct PutAppValidationConfigurationInput: Swift.Sendable { appId: Swift.String? = nil, appValidationConfigurations: [SMSClientTypes.AppValidationConfiguration]? = nil, serverGroupValidationConfigurations: [SMSClientTypes.ServerGroupValidationConfiguration]? = nil - ) - { + ) { self.appId = appId self.appValidationConfigurations = appValidationConfigurations self.serverGroupValidationConfigurations = serverGroupValidationConfigurations @@ -2688,8 +2610,7 @@ public struct StartAppReplicationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2709,8 +2630,7 @@ public struct StartOnDemandAppReplicationInput: Swift.Sendable { public init( appId: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.appId = appId self.description = description } @@ -2739,8 +2659,7 @@ public struct DryRunOperationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2763,8 +2682,7 @@ public struct ReplicationRunLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2779,8 +2697,7 @@ public struct StartOnDemandReplicationRunInput: Swift.Sendable { public init( description: Swift.String? = nil, replicationJobId: Swift.String? = nil - ) - { + ) { self.description = description self.replicationJobId = replicationJobId } @@ -2792,8 +2709,7 @@ public struct StartOnDemandReplicationRunOutput: Swift.Sendable { public init( replicationRunId: Swift.String? = nil - ) - { + ) { self.replicationRunId = replicationRunId } } @@ -2804,8 +2720,7 @@ public struct StopAppReplicationInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2821,8 +2736,7 @@ public struct TerminateAppInput: Swift.Sendable { public init( appId: Swift.String? = nil - ) - { + ) { self.appId = appId } } @@ -2853,8 +2767,7 @@ public struct UpdateAppInput: Swift.Sendable { roleName: Swift.String? = nil, serverGroups: [SMSClientTypes.ServerGroup]? = nil, tags: [SMSClientTypes.Tag]? = nil - ) - { + ) { self.appId = appId self.description = description self.name = name @@ -2876,8 +2789,7 @@ public struct UpdateAppOutput: Swift.Sendable { appSummary: SMSClientTypes.AppSummary? = nil, serverGroups: [SMSClientTypes.ServerGroup]? = nil, tags: [SMSClientTypes.Tag]? = nil - ) - { + ) { self.appSummary = appSummary self.serverGroups = serverGroups self.tags = tags @@ -2926,8 +2838,7 @@ public struct UpdateReplicationJobInput: Swift.Sendable { numberOfRecentAmisToKeep: Swift.Int? = nil, replicationJobId: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.description = description self.encrypted = encrypted self.frequency = frequency diff --git a/Sources/Services/AWSSMS/Sources/AWSSMS/SMSClient.swift b/Sources/Services/AWSSMS/Sources/AWSSMS/SMSClient.swift index f6413009dc3..aa34c1a510a 100644 --- a/Sources/Services/AWSSMS/Sources/AWSSMS/SMSClient.swift +++ b/Sources/Services/AWSSMS/Sources/AWSSMS/SMSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SMSClient: ClientRuntime.Client { public static let clientName = "SMSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SMSClient.SMSClientConfiguration let serviceName = "SMS" diff --git a/Sources/Services/AWSSNS/Package.swift.txt b/Sources/Services/AWSSNS/Package.swift.txt index 8884ddd810e..418bd9885e0 100644 --- a/Sources/Services/AWSSNS/Package.swift.txt +++ b/Sources/Services/AWSSNS/Package.swift.txt @@ -41,11 +41,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,35 +53,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSNS/Sources/AWSSNS/Models.swift b/Sources/Services/AWSSNS/Sources/AWSSNS/Models.swift index b9f44979926..3170514741e 100644 --- a/Sources/Services/AWSSNS/Sources/AWSSNS/Models.swift +++ b/Sources/Services/AWSSNS/Sources/AWSSNS/Models.swift @@ -100,8 +100,7 @@ public struct AuthorizationErrorException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -124,8 +123,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -148,8 +146,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +169,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -197,8 +193,7 @@ public struct AddPermissionInput: Swift.Sendable { awsAccountId: [Swift.String]? = nil, label: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.actionName = actionName self.awsAccountId = awsAccountId self.label = label @@ -225,8 +220,7 @@ public struct ThrottledException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +233,7 @@ public struct CheckIfPhoneNumberIsOptedOutInput: Swift.Sendable { public init( phoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -261,8 +254,7 @@ public struct CheckIfPhoneNumberIsOptedOutOutput: Swift.Sendable { public init( isOptedOut: Swift.Bool = false - ) - { + ) { self.isOptedOut = isOptedOut } } @@ -285,8 +277,7 @@ public struct FilterPolicyLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -309,8 +300,7 @@ public struct ReplayLimitExceededException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -333,8 +323,7 @@ public struct SubscriptionLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +343,7 @@ public struct ConfirmSubscriptionInput: Swift.Sendable { authenticateOnUnsubscribe: Swift.String? = nil, token: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.authenticateOnUnsubscribe = authenticateOnUnsubscribe self.token = token self.topicArn = topicArn @@ -369,8 +357,7 @@ public struct ConfirmSubscriptionOutput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -391,8 +378,7 @@ public struct CreatePlatformApplicationInput: Swift.Sendable { attributes: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, platform: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.name = name self.platform = platform @@ -406,8 +392,7 @@ public struct CreatePlatformApplicationOutput: Swift.Sendable { public init( platformApplicationArn: Swift.String? = nil - ) - { + ) { self.platformApplicationArn = platformApplicationArn } } @@ -430,8 +415,7 @@ public struct CreatePlatformEndpointInput: Swift.Sendable { customUserData: Swift.String? = nil, platformApplicationArn: Swift.String? = nil, token: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.customUserData = customUserData self.platformApplicationArn = platformApplicationArn @@ -446,8 +430,7 @@ public struct CreatePlatformEndpointOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -470,8 +453,7 @@ public struct OptedOutException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +476,7 @@ public struct UserErrorException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -573,8 +554,7 @@ public struct CreateSMSSandboxPhoneNumberInput: Swift.Sendable { public init( languageCode: SNSClientTypes.LanguageCodeString? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.phoneNumber = phoneNumber } @@ -608,8 +588,7 @@ public struct ConcurrentAccessException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -632,8 +611,7 @@ public struct InvalidSecurityException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -656,8 +634,7 @@ public struct StaleTagException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -680,8 +657,7 @@ public struct TagLimitExceededException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -704,8 +680,7 @@ public struct TagPolicyException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -728,8 +703,7 @@ public struct TopicLimitExceededException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -748,8 +722,7 @@ extension SNSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -801,8 +774,7 @@ public struct CreateTopicInput: Swift.Sendable { dataProtectionPolicy: Swift.String? = nil, name: Swift.String? = nil, tags: [SNSClientTypes.Tag]? = nil - ) - { + ) { self.attributes = attributes self.dataProtectionPolicy = dataProtectionPolicy self.name = name @@ -817,8 +789,7 @@ public struct CreateTopicOutput: Swift.Sendable { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -831,8 +802,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -845,8 +815,7 @@ public struct DeletePlatformApplicationInput: Swift.Sendable { public init( platformApplicationArn: Swift.String? = nil - ) - { + ) { self.platformApplicationArn = platformApplicationArn } } @@ -869,8 +838,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -882,8 +850,7 @@ public struct DeleteSMSSandboxPhoneNumberInput: Swift.Sendable { public init( phoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -916,8 +883,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -929,8 +895,7 @@ public struct DeleteTopicInput: Swift.Sendable { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -942,8 +907,7 @@ public struct GetDataProtectionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -954,8 +918,7 @@ public struct GetDataProtectionPolicyOutput: Swift.Sendable { public init( dataProtectionPolicy: Swift.String? = nil - ) - { + ) { self.dataProtectionPolicy = dataProtectionPolicy } } @@ -968,8 +931,7 @@ public struct GetEndpointAttributesInput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -987,8 +949,7 @@ public struct GetEndpointAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1001,8 +962,7 @@ public struct GetPlatformApplicationAttributesInput: Swift.Sendable { public init( platformApplicationArn: Swift.String? = nil - ) - { + ) { self.platformApplicationArn = platformApplicationArn } } @@ -1037,8 +997,7 @@ public struct GetPlatformApplicationAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1050,8 +1009,7 @@ public struct GetSMSAttributesInput: Swift.Sendable { public init( attributes: [Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1063,8 +1021,7 @@ public struct GetSMSAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1081,8 +1038,7 @@ public struct GetSMSSandboxAccountStatusOutput: Swift.Sendable { public init( isInSandbox: Swift.Bool = false - ) - { + ) { self.isInSandbox = isInSandbox } } @@ -1095,8 +1051,7 @@ public struct GetSubscriptionAttributesInput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -1149,8 +1104,7 @@ public struct GetSubscriptionAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1163,8 +1117,7 @@ public struct GetTopicAttributesInput: Swift.Sendable { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -1228,8 +1181,7 @@ public struct GetTopicAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1245,8 +1197,7 @@ public struct ListEndpointsByPlatformApplicationInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, platformApplicationArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.platformApplicationArn = platformApplicationArn } @@ -1264,8 +1215,7 @@ extension SNSClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, endpointArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.endpointArn = endpointArn } @@ -1282,8 +1232,7 @@ public struct ListEndpointsByPlatformApplicationOutput: Swift.Sendable { public init( endpoints: [SNSClientTypes.Endpoint]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -1308,8 +1257,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1323,8 +1271,7 @@ public struct ListOriginationNumbersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1420,8 +1367,7 @@ extension SNSClientTypes { phoneNumber: Swift.String? = nil, routeType: SNSClientTypes.RouteType? = nil, status: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.iso2CountryCode = iso2CountryCode self.numberCapabilities = numberCapabilities @@ -1446,8 +1392,7 @@ public struct ListOriginationNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [SNSClientTypes.PhoneNumberInformation]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -1460,8 +1405,7 @@ public struct ListPhoneNumbersOptedOutInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1476,8 +1420,7 @@ public struct ListPhoneNumbersOptedOutOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -1495,8 +1438,7 @@ public struct ListPlatformApplicationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1513,8 +1455,7 @@ extension SNSClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, platformApplicationArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.platformApplicationArn = platformApplicationArn } @@ -1531,8 +1472,7 @@ public struct ListPlatformApplicationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, platformApplications: [SNSClientTypes.PlatformApplication]? = nil - ) - { + ) { self.nextToken = nextToken self.platformApplications = platformApplications } @@ -1547,8 +1487,7 @@ public struct ListSMSSandboxPhoneNumbersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1596,8 +1535,7 @@ extension SNSClientTypes { public init( phoneNumber: Swift.String? = nil, status: SNSClientTypes.SMSSandboxPhoneNumberVerificationStatus? = nil - ) - { + ) { self.phoneNumber = phoneNumber self.status = status } @@ -1619,8 +1557,7 @@ public struct ListSMSSandboxPhoneNumbersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, phoneNumbers: [SNSClientTypes.SMSSandboxPhoneNumber]? = nil - ) - { + ) { self.nextToken = nextToken self.phoneNumbers = phoneNumbers } @@ -1633,8 +1570,7 @@ public struct ListSubscriptionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1660,8 +1596,7 @@ extension SNSClientTypes { `protocol`: Swift.String? = nil, subscriptionArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.owner = owner self.`protocol` = `protocol` @@ -1681,8 +1616,7 @@ public struct ListSubscriptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptions: [SNSClientTypes.Subscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -1699,8 +1633,7 @@ public struct ListSubscriptionsByTopicInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.topicArn = topicArn } @@ -1716,8 +1649,7 @@ public struct ListSubscriptionsByTopicOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscriptions: [SNSClientTypes.Subscription]? = nil - ) - { + ) { self.nextToken = nextToken self.subscriptions = subscriptions } @@ -1730,8 +1662,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1742,8 +1673,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SNSClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1754,8 +1684,7 @@ public struct ListTopicsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1769,8 +1698,7 @@ extension SNSClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -1786,8 +1714,7 @@ public struct ListTopicsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, topics: [SNSClientTypes.Topic]? = nil - ) - { + ) { self.nextToken = nextToken self.topics = topics } @@ -1801,8 +1728,7 @@ public struct OptInPhoneNumberInput: Swift.Sendable { public init( phoneNumber: Swift.String? = nil - ) - { + ) { self.phoneNumber = phoneNumber } } @@ -1837,8 +1763,7 @@ public struct EndpointDisabledException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1862,8 +1787,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1886,8 +1810,7 @@ public struct KMSAccessDeniedException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1910,8 +1833,7 @@ public struct KMSDisabledException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1934,8 +1856,7 @@ public struct KMSInvalidStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1958,8 +1879,7 @@ public struct KMSNotFoundException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1982,8 +1902,7 @@ public struct KMSOptInRequired: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2006,8 +1925,7 @@ public struct KMSThrottlingException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2031,8 +1949,7 @@ public struct PlatformApplicationDisabledException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2053,8 +1970,7 @@ extension SNSClientTypes { binaryValue: Foundation.Data? = nil, dataType: Swift.String? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.binaryValue = binaryValue self.dataType = dataType self.stringValue = stringValue @@ -2126,8 +2042,7 @@ public struct PublishInput: Swift.Sendable { subject: Swift.String? = nil, targetArn: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.message = message self.messageAttributes = messageAttributes self.messageDeduplicationId = messageDeduplicationId @@ -2155,8 +2070,7 @@ public struct PublishOutput: Swift.Sendable { public init( messageId: Swift.String? = nil, sequenceNumber: Swift.String? = nil - ) - { + ) { self.messageId = messageId self.sequenceNumber = sequenceNumber } @@ -2180,8 +2094,7 @@ public struct BatchEntryIdsNotDistinctException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2204,8 +2117,7 @@ public struct BatchRequestTooLongException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2228,8 +2140,7 @@ public struct EmptyBatchRequestException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2252,8 +2163,7 @@ public struct InvalidBatchEntryIdException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2276,8 +2186,7 @@ public struct TooManyEntriesInBatchRequestException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2338,8 +2247,7 @@ extension SNSClientTypes { messageGroupId: Swift.String? = nil, messageStructure: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.id = id self.message = message self.messageAttributes = messageAttributes @@ -2362,8 +2270,7 @@ public struct PublishBatchInput: Swift.Sendable { public init( publishBatchRequestEntries: [SNSClientTypes.PublishBatchRequestEntry]? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.publishBatchRequestEntries = publishBatchRequestEntries self.topicArn = topicArn } @@ -2390,8 +2297,7 @@ extension SNSClientTypes { id: Swift.String? = nil, message: Swift.String? = nil, senderFault: Swift.Bool = false - ) - { + ) { self.code = code self.id = id self.message = message @@ -2415,8 +2321,7 @@ extension SNSClientTypes { id: Swift.String? = nil, messageId: Swift.String? = nil, sequenceNumber: Swift.String? = nil - ) - { + ) { self.id = id self.messageId = messageId self.sequenceNumber = sequenceNumber @@ -2433,8 +2338,7 @@ public struct PublishBatchOutput: Swift.Sendable { public init( failed: [SNSClientTypes.BatchResultErrorEntry]? = nil, successful: [SNSClientTypes.PublishBatchResultEntry]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -2451,8 +2355,7 @@ public struct PutDataProtectionPolicyInput: Swift.Sendable { public init( dataProtectionPolicy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.dataProtectionPolicy = dataProtectionPolicy self.resourceArn = resourceArn } @@ -2470,8 +2373,7 @@ public struct RemovePermissionInput: Swift.Sendable { public init( label: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.label = label self.topicArn = topicArn } @@ -2495,8 +2397,7 @@ public struct SetEndpointAttributesInput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil, endpointArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.endpointArn = endpointArn } @@ -2569,8 +2470,7 @@ public struct SetPlatformApplicationAttributesInput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil, platformApplicationArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.platformApplicationArn = platformApplicationArn } @@ -2610,8 +2510,7 @@ public struct SetSMSAttributesInput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -2666,8 +2565,7 @@ public struct SetSubscriptionAttributesInput: Swift.Sendable { attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil, subscriptionArn: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.subscriptionArn = subscriptionArn @@ -2772,8 +2670,7 @@ public struct SetTopicAttributesInput: Swift.Sendable { attributeName: Swift.String? = nil, attributeValue: Swift.String? = nil, topicArn: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValue = attributeValue self.topicArn = topicArn @@ -2881,8 +2778,7 @@ public struct SubscribeInput: Swift.Sendable { `protocol`: Swift.String? = nil, returnSubscriptionArn: Swift.Bool? = false, topicArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.endpoint = endpoint self.`protocol` = `protocol` @@ -2898,8 +2794,7 @@ public struct SubscribeOutput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -2915,8 +2810,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SNSClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2935,8 +2829,7 @@ public struct UnsubscribeInput: Swift.Sendable { public init( subscriptionArn: Swift.String? = nil - ) - { + ) { self.subscriptionArn = subscriptionArn } } @@ -2952,8 +2845,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2987,8 +2879,7 @@ public struct VerificationException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.status = status } @@ -3005,8 +2896,7 @@ public struct VerifySMSSandboxPhoneNumberInput: Swift.Sendable { public init( oneTimePassword: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.oneTimePassword = oneTimePassword self.phoneNumber = phoneNumber } diff --git a/Sources/Services/AWSSNS/Sources/AWSSNS/SNSClient.swift b/Sources/Services/AWSSNS/Sources/AWSSNS/SNSClient.swift index ad181362b1c..6b92f2fa035 100644 --- a/Sources/Services/AWSSNS/Sources/AWSSNS/SNSClient.swift +++ b/Sources/Services/AWSSNS/Sources/AWSSNS/SNSClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SNSClient: ClientRuntime.Client { public static let clientName = "SNSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SNSClient.SNSClientConfiguration let serviceName = "SNS" diff --git a/Sources/Services/AWSSQS/Package.swift.txt b/Sources/Services/AWSSQS/Package.swift.txt index b84d3a40c5e..067fd3b6b11 100644 --- a/Sources/Services/AWSSQS/Package.swift.txt +++ b/Sources/Services/AWSSQS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSQS/Sources/AWSSQS/Models.swift b/Sources/Services/AWSSQS/Sources/AWSSQS/Models.swift index 9cc41a1579d..a0176983247 100644 --- a/Sources/Services/AWSSQS/Sources/AWSSQS/Models.swift +++ b/Sources/Services/AWSSQS/Sources/AWSSQS/Models.swift @@ -89,8 +89,7 @@ public struct InvalidAddress: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +112,7 @@ public struct InvalidSecurity: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +135,7 @@ public struct OverLimit: ClientRuntime.ModeledError, AWSClientRuntime.AWSService public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +158,7 @@ public struct QueueDoesNotExist: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -189,8 +185,7 @@ public struct RequestThrottled: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -213,8 +208,7 @@ public struct UnsupportedOperation: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +233,7 @@ public struct AddPermissionInput: Swift.Sendable { awsAccountIds: [Swift.String]? = nil, label: Swift.String? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.actions = actions self.awsAccountIds = awsAccountIds self.label = label @@ -266,8 +259,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -279,8 +271,7 @@ public struct CancelMessageMoveTaskInput: Swift.Sendable { public init( taskHandle: Swift.String? = nil - ) - { + ) { self.taskHandle = taskHandle } } @@ -291,8 +282,7 @@ public struct CancelMessageMoveTaskOutput: Swift.Sendable { public init( approximateNumberOfMessagesMoved: Swift.Int = 0 - ) - { + ) { self.approximateNumberOfMessagesMoved = approximateNumberOfMessagesMoved } } @@ -328,8 +318,7 @@ public struct ReceiptHandleIsInvalid: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -349,8 +338,7 @@ public struct ChangeMessageVisibilityInput: Swift.Sendable { queueUrl: Swift.String? = nil, receiptHandle: Swift.String? = nil, visibilityTimeout: Swift.Int? = nil - ) - { + ) { self.queueUrl = queueUrl self.receiptHandle = receiptHandle self.visibilityTimeout = visibilityTimeout @@ -375,8 +363,7 @@ public struct BatchEntryIdsNotDistinct: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -399,8 +386,7 @@ public struct EmptyBatchRequest: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -423,8 +409,7 @@ public struct InvalidBatchEntryId: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -447,8 +432,7 @@ public struct TooManyEntriesInBatchRequest: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -470,8 +454,7 @@ extension SQSClientTypes { id: Swift.String? = nil, receiptHandle: Swift.String? = nil, visibilityTimeout: Swift.Int? = nil - ) - { + ) { self.id = id self.receiptHandle = receiptHandle self.visibilityTimeout = visibilityTimeout @@ -491,8 +474,7 @@ public struct ChangeMessageVisibilityBatchInput: Swift.Sendable { public init( entries: [SQSClientTypes.ChangeMessageVisibilityBatchRequestEntry]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.entries = entries self.queueUrl = queueUrl } @@ -519,8 +501,7 @@ extension SQSClientTypes { id: Swift.String? = nil, message: Swift.String? = nil, senderFault: Swift.Bool = false - ) - { + ) { self.code = code self.id = id self.message = message @@ -539,8 +520,7 @@ extension SQSClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -558,8 +538,7 @@ public struct ChangeMessageVisibilityBatchOutput: Swift.Sendable { public init( failed: [SQSClientTypes.BatchResultErrorEntry]? = nil, successful: [SQSClientTypes.ChangeMessageVisibilityBatchResultEntry]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -583,8 +562,7 @@ public struct InvalidAttributeName: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -607,8 +585,7 @@ public struct InvalidAttributeValue: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -631,8 +608,7 @@ public struct QueueDeletedRecently: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -655,8 +631,7 @@ public struct QueueNameExists: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -879,8 +854,7 @@ public struct CreateQueueInput: Swift.Sendable { attributes: [Swift.String: Swift.String]? = nil, queueName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.queueName = queueName self.tags = tags @@ -894,8 +868,7 @@ public struct CreateQueueOutput: Swift.Sendable { public init( queueUrl: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl } } @@ -926,8 +899,7 @@ public struct DeleteMessageInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil, receiptHandle: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl self.receiptHandle = receiptHandle } @@ -947,8 +919,7 @@ extension SQSClientTypes { public init( id: Swift.String? = nil, receiptHandle: Swift.String? = nil - ) - { + ) { self.id = id self.receiptHandle = receiptHandle } @@ -967,8 +938,7 @@ public struct DeleteMessageBatchInput: Swift.Sendable { public init( entries: [SQSClientTypes.DeleteMessageBatchRequestEntry]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.entries = entries self.queueUrl = queueUrl } @@ -984,8 +954,7 @@ extension SQSClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1003,8 +972,7 @@ public struct DeleteMessageBatchOutput: Swift.Sendable { public init( failed: [SQSClientTypes.BatchResultErrorEntry]? = nil, successful: [SQSClientTypes.DeleteMessageBatchResultEntry]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -1018,8 +986,7 @@ public struct DeleteQueueInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl } } @@ -1124,8 +1091,7 @@ public struct GetQueueAttributesInput: Swift.Sendable { public init( attributeNames: [SQSClientTypes.QueueAttributeName]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.queueUrl = queueUrl } @@ -1138,8 +1104,7 @@ public struct GetQueueAttributesOutput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes } } @@ -1155,8 +1120,7 @@ public struct GetQueueUrlInput: Swift.Sendable { public init( queueName: Swift.String? = nil, queueOwnerAWSAccountId: Swift.String? = nil - ) - { + ) { self.queueName = queueName self.queueOwnerAWSAccountId = queueOwnerAWSAccountId } @@ -1169,8 +1133,7 @@ public struct GetQueueUrlOutput: Swift.Sendable { public init( queueUrl: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl } } @@ -1189,8 +1152,7 @@ public struct ListDeadLetterSourceQueuesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queueUrl = queueUrl @@ -1208,8 +1170,7 @@ public struct ListDeadLetterSourceQueuesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queueUrls: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.queueUrls = queueUrls } @@ -1225,8 +1186,7 @@ public struct ListMessageMoveTasksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.sourceArn = sourceArn } @@ -1265,8 +1225,7 @@ extension SQSClientTypes { startedTimestamp: Swift.Int = 0, status: Swift.String? = nil, taskHandle: Swift.String? = nil - ) - { + ) { self.approximateNumberOfMessagesMoved = approximateNumberOfMessagesMoved self.approximateNumberOfMessagesToMove = approximateNumberOfMessagesToMove self.destinationArn = destinationArn @@ -1286,8 +1245,7 @@ public struct ListMessageMoveTasksOutput: Swift.Sendable { public init( results: [SQSClientTypes.ListMessageMoveTasksResultEntry]? = nil - ) - { + ) { self.results = results } } @@ -1305,8 +1263,7 @@ public struct ListQueuesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queueNamePrefix: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.queueNamePrefix = queueNamePrefix @@ -1323,8 +1280,7 @@ public struct ListQueuesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, queueUrls: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.queueUrls = queueUrls } @@ -1337,8 +1293,7 @@ public struct ListQueueTagsInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl } } @@ -1349,8 +1304,7 @@ public struct ListQueueTagsOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1373,8 +1327,7 @@ public struct PurgeQueueInProgress: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1387,8 +1340,7 @@ public struct PurgeQueueInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil - ) - { + ) { self.queueUrl = queueUrl } } @@ -1411,8 +1363,7 @@ public struct KmsAccessDenied: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1435,8 +1386,7 @@ public struct KmsDisabled: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1463,8 +1413,7 @@ public struct KmsInvalidKeyUsage: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1487,8 +1436,7 @@ public struct KmsInvalidState: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1511,8 +1459,7 @@ public struct KmsNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1535,8 +1482,7 @@ public struct KmsOptInRequired: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1559,8 +1505,7 @@ public struct KmsThrottled: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1741,8 +1686,7 @@ public struct ReceiveMessageInput: Swift.Sendable { receiveRequestAttemptId: Swift.String? = nil, visibilityTimeout: Swift.Int? = nil, waitTimeSeconds: Swift.Int? = nil - ) - { + ) { self.attributeNames = attributeNames self.maxNumberOfMessages = maxNumberOfMessages self.messageAttributeNames = messageAttributeNames @@ -1776,8 +1720,7 @@ extension SQSClientTypes { dataType: Swift.String? = nil, stringListValues: [Swift.String]? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.binaryListValues = binaryListValues self.binaryValue = binaryValue self.dataType = dataType @@ -1831,8 +1774,7 @@ extension SQSClientTypes { messageAttributes: [Swift.String: SQSClientTypes.MessageAttributeValue]? = nil, messageId: Swift.String? = nil, receiptHandle: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.body = body self.md5OfBody = md5OfBody @@ -1851,8 +1793,7 @@ public struct ReceiveMessageOutput: Swift.Sendable { public init( messages: [SQSClientTypes.Message]? = nil - ) - { + ) { self.messages = messages } } @@ -1869,8 +1810,7 @@ public struct RemovePermissionInput: Swift.Sendable { public init( label: Swift.String? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.label = label self.queueUrl = queueUrl } @@ -1894,8 +1834,7 @@ public struct InvalidMessageContents: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1948,8 +1887,7 @@ extension SQSClientTypes { dataType: Swift.String? = nil, stringListValues: [Swift.String]? = nil, stringValue: Swift.String? = nil - ) - { + ) { self.binaryListValues = binaryListValues self.binaryValue = binaryValue self.dataType = dataType @@ -2017,8 +1955,7 @@ public struct SendMessageInput: Swift.Sendable { messageGroupId: Swift.String? = nil, messageSystemAttributes: [Swift.String: SQSClientTypes.MessageSystemAttributeValue]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.delaySeconds = delaySeconds self.messageAttributes = messageAttributes self.messageBody = messageBody @@ -2048,8 +1985,7 @@ public struct SendMessageOutput: Swift.Sendable { md5OfMessageSystemAttributes: Swift.String? = nil, messageId: Swift.String? = nil, sequenceNumber: Swift.String? = nil - ) - { + ) { self.md5OfMessageAttributes = md5OfMessageAttributes self.md5OfMessageBody = md5OfMessageBody self.md5OfMessageSystemAttributes = md5OfMessageSystemAttributes @@ -2076,8 +2012,7 @@ public struct BatchRequestTooLong: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2142,8 +2077,7 @@ extension SQSClientTypes { messageDeduplicationId: Swift.String? = nil, messageGroupId: Swift.String? = nil, messageSystemAttributes: [Swift.String: SQSClientTypes.MessageSystemAttributeValue]? = nil - ) - { + ) { self.delaySeconds = delaySeconds self.id = id self.messageAttributes = messageAttributes @@ -2167,8 +2101,7 @@ public struct SendMessageBatchInput: Swift.Sendable { public init( entries: [SQSClientTypes.SendMessageBatchRequestEntry]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.entries = entries self.queueUrl = queueUrl } @@ -2201,8 +2134,7 @@ extension SQSClientTypes { md5OfMessageSystemAttributes: Swift.String? = nil, messageId: Swift.String? = nil, sequenceNumber: Swift.String? = nil - ) - { + ) { self.id = id self.md5OfMessageAttributes = md5OfMessageAttributes self.md5OfMessageBody = md5OfMessageBody @@ -2225,8 +2157,7 @@ public struct SendMessageBatchOutput: Swift.Sendable { public init( failed: [SQSClientTypes.BatchResultErrorEntry]? = nil, successful: [SQSClientTypes.SendMessageBatchResultEntry]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -2337,8 +2268,7 @@ public struct SetQueueAttributesInput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil, queueUrl: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.queueUrl = queueUrl } @@ -2357,8 +2287,7 @@ public struct StartMessageMoveTaskInput: Swift.Sendable { destinationArn: Swift.String? = nil, maxNumberOfMessagesPerSecond: Swift.Int? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.maxNumberOfMessagesPerSecond = maxNumberOfMessagesPerSecond self.sourceArn = sourceArn @@ -2371,8 +2300,7 @@ public struct StartMessageMoveTaskOutput: Swift.Sendable { public init( taskHandle: Swift.String? = nil - ) - { + ) { self.taskHandle = taskHandle } } @@ -2388,8 +2316,7 @@ public struct TagQueueInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.queueUrl = queueUrl self.tags = tags } @@ -2406,8 +2333,7 @@ public struct UntagQueueInput: Swift.Sendable { public init( queueUrl: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.queueUrl = queueUrl self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSQS/Sources/AWSSQS/SQSClient.swift b/Sources/Services/AWSSQS/Sources/AWSSQS/SQSClient.swift index 804c075a57f..523454280cd 100644 --- a/Sources/Services/AWSSQS/Sources/AWSSQS/SQSClient.swift +++ b/Sources/Services/AWSSQS/Sources/AWSSQS/SQSClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SQSClient: ClientRuntime.Client { public static let clientName = "SQSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SQSClient.SQSClientConfiguration let serviceName = "SQS" diff --git a/Sources/Services/AWSSSM/Package.swift.txt b/Sources/Services/AWSSSM/Package.swift.txt index 70c63ecbe55..77e42f1adaf 100644 --- a/Sources/Services/AWSSSM/Package.swift.txt +++ b/Sources/Services/AWSSSM/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSSM/Sources/AWSSSM/Models.swift b/Sources/Services/AWSSSM/Sources/AWSSSM/Models.swift index affccc5b968..31b62fdb762 100644 --- a/Sources/Services/AWSSSM/Sources/AWSSSM/Models.swift +++ b/Sources/Services/AWSSSM/Sources/AWSSSM/Models.swift @@ -44,8 +44,7 @@ extension SSMClientTypes { public init( accountId: Swift.String? = nil, sharedDocumentVersion: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.sharedDocumentVersion = sharedDocumentVersion } @@ -66,8 +65,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -110,8 +108,7 @@ extension SSMClientTypes { registrationLimit: Swift.Int? = nil, registrationsCount: Swift.Int? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.activationId = activationId self.createdDate = createdDate self.defaultInstanceName = defaultInstanceName @@ -144,8 +141,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -207,8 +203,7 @@ public struct TooManyUpdates: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +273,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: SSMClientTypes.ResourceTypeForTagging? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tags = tags @@ -301,8 +295,7 @@ extension SSMClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -321,8 +314,7 @@ extension SSMClientTypes { public init( alarms: [SSMClientTypes.Alarm]? = nil, ignorePollAlarmFailure: Swift.Bool = false - ) - { + ) { self.alarms = alarms self.ignorePollAlarmFailure = ignorePollAlarmFailure } @@ -372,8 +364,7 @@ extension SSMClientTypes { public init( name: Swift.String? = nil, state: SSMClientTypes.ExternalAlarmState? = nil - ) - { + ) { self.name = name self.state = state } @@ -398,8 +389,7 @@ public struct AlreadyExistsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -422,8 +412,7 @@ public struct OpsItemConflictException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -448,8 +437,7 @@ public struct OpsItemInvalidParameterException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil, parameterNames: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.parameterNames = parameterNames } @@ -479,8 +467,7 @@ public struct OpsItemLimitExceededException: ClientRuntime.ModeledError, AWSClie limitType: Swift.String? = nil, message: Swift.String? = nil, resourceTypes: [Swift.String]? = nil - ) - { + ) { self.properties.limit = limit self.properties.limitType = limitType self.properties.message = message @@ -506,8 +493,7 @@ public struct OpsItemNotFoundException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -534,8 +520,7 @@ public struct OpsItemRelatedItemAlreadyExistsException: ClientRuntime.ModeledErr message: Swift.String? = nil, opsItemId: Swift.String? = nil, resourceUri: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.opsItemId = opsItemId self.properties.resourceUri = resourceUri @@ -561,8 +546,7 @@ public struct AssociateOpsItemRelatedItemInput: Swift.Sendable { opsItemId: Swift.String? = nil, resourceType: Swift.String? = nil, resourceUri: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.opsItemId = opsItemId self.resourceType = resourceType @@ -576,8 +560,7 @@ public struct AssociateOpsItemRelatedItemOutput: Swift.Sendable { public init( associationId: Swift.String? = nil - ) - { + ) { self.associationId = associationId } } @@ -634,8 +617,7 @@ public struct InvalidInstanceId: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -651,8 +633,7 @@ public struct CancelCommandInput: Swift.Sendable { public init( commandId: Swift.String? = nil, instanceIds: [Swift.String]? = nil - ) - { + ) { self.commandId = commandId self.instanceIds = instanceIds } @@ -682,8 +663,7 @@ public struct DoesNotExistException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -695,8 +675,7 @@ public struct CancelMaintenanceWindowExecutionInput: Swift.Sendable { public init( windowExecutionId: Swift.String? = nil - ) - { + ) { self.windowExecutionId = windowExecutionId } } @@ -707,8 +686,7 @@ public struct CancelMaintenanceWindowExecutionOutput: Swift.Sendable { public init( windowExecutionId: Swift.String? = nil - ) - { + ) { self.windowExecutionId = windowExecutionId } } @@ -731,8 +709,7 @@ public struct InvalidParameters: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -751,8 +728,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -791,8 +767,7 @@ public struct CreateActivationInput: Swift.Sendable { registrationLimit: Swift.Int? = nil, registrationMetadata: [SSMClientTypes.RegistrationMetadataItem]? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.defaultInstanceName = defaultInstanceName self.description = description self.expirationDate = expirationDate @@ -812,8 +787,7 @@ public struct CreateActivationOutput: Swift.Sendable { public init( activationCode: Swift.String? = nil, activationId: Swift.String? = nil - ) - { + ) { self.activationCode = activationCode self.activationId = activationId } @@ -864,8 +838,7 @@ public struct InvalidDocument: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -888,8 +861,7 @@ public struct InvalidDocumentVersion: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -925,8 +897,7 @@ public struct InvalidSchedule: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -949,8 +920,7 @@ public struct InvalidTag: ClientRuntime.ModeledError, AWSClientRuntime.AWSServic public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -973,8 +943,7 @@ public struct InvalidTarget: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -997,8 +966,7 @@ public struct InvalidTargetMaps: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1021,8 +989,7 @@ public struct UnsupportedPlatformType: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1080,8 +1047,7 @@ extension SSMClientTypes { outputS3BucketName: Swift.String? = nil, outputS3KeyPrefix: Swift.String? = nil, outputS3Region: Swift.String? = nil - ) - { + ) { self.outputS3BucketName = outputS3BucketName self.outputS3KeyPrefix = outputS3KeyPrefix self.outputS3Region = outputS3Region @@ -1098,8 +1064,7 @@ extension SSMClientTypes { public init( s3Location: SSMClientTypes.S3OutputLocation? = nil - ) - { + ) { self.s3Location = s3Location } } @@ -1199,8 +1164,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -1246,8 +1210,7 @@ extension SSMClientTypes { targets: [SSMClientTypes.Target]? = nil, targetsMaxConcurrency: Swift.String? = nil, targetsMaxErrors: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.excludeAccounts = excludeAccounts self.executionRoleName = executionRoleName @@ -1334,8 +1297,7 @@ public struct CreateAssociationInput: Swift.Sendable { targetLocations: [SSMClientTypes.TargetLocation]? = nil, targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applyOnlyAtCronInterval = applyOnlyAtCronInterval self.associationName = associationName @@ -1380,8 +1342,7 @@ extension SSMClientTypes { associationStatusAggregatedCount: [Swift.String: Swift.Int]? = nil, detailedStatus: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.associationStatusAggregatedCount = associationStatusAggregatedCount self.detailedStatus = detailedStatus self.status = status @@ -1442,8 +1403,7 @@ extension SSMClientTypes { date: Foundation.Date? = nil, message: Swift.String? = nil, name: SSMClientTypes.AssociationStatusName? = nil - ) - { + ) { self.additionalInfo = additionalInfo self.date = date self.message = message @@ -1545,8 +1505,7 @@ extension SSMClientTypes { targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applyOnlyAtCronInterval = applyOnlyAtCronInterval self.associationId = associationId @@ -1591,8 +1550,7 @@ public struct CreateAssociationOutput: Swift.Sendable { public init( associationDescription: SSMClientTypes.AssociationDescription? = nil - ) - { + ) { self.associationDescription = associationDescription } } @@ -1668,8 +1626,7 @@ extension SSMClientTypes { targetLocations: [SSMClientTypes.TargetLocation]? = nil, targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applyOnlyAtCronInterval = applyOnlyAtCronInterval self.associationName = associationName @@ -1706,8 +1663,7 @@ public struct CreateAssociationBatchInput: Swift.Sendable { public init( entries: [SSMClientTypes.CreateAssociationBatchRequestEntry]? = nil - ) - { + ) { self.entries = entries } } @@ -1759,8 +1715,7 @@ extension SSMClientTypes { entry: SSMClientTypes.CreateAssociationBatchRequestEntry? = nil, fault: SSMClientTypes.Fault? = nil, message: Swift.String? = nil - ) - { + ) { self.entry = entry self.fault = fault self.message = message @@ -1777,8 +1732,7 @@ public struct CreateAssociationBatchOutput: Swift.Sendable { public init( failed: [SSMClientTypes.FailedCreateAssociation]? = nil, successful: [SSMClientTypes.AssociationDescription]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -1802,8 +1756,7 @@ public struct DocumentAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1826,8 +1779,7 @@ public struct DocumentLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1851,8 +1803,7 @@ public struct InvalidDocumentContent: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1875,8 +1826,7 @@ public struct InvalidDocumentSchemaVersion: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1899,8 +1849,7 @@ public struct MaxDocumentSizeExceeded: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1958,8 +1907,7 @@ extension SSMClientTypes { key: SSMClientTypes.AttachmentsSourceKey? = nil, name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.name = name self.values = values @@ -2086,8 +2034,7 @@ extension SSMClientTypes { requireType: Swift.String? = nil, version: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.name = name self.requireType = requireType self.version = version @@ -2156,8 +2103,7 @@ public struct CreateDocumentInput: Swift.Sendable { tags: [SSMClientTypes.Tag]? = nil, targetType: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.content = content self.displayName = displayName @@ -2180,8 +2126,7 @@ extension SSMClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -2263,8 +2208,7 @@ extension SSMClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, type: SSMClientTypes.DocumentParameterType? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.name = name @@ -2355,8 +2299,7 @@ extension SSMClientTypes { reviewedTime: Foundation.Date? = nil, reviewer: Swift.String? = nil, status: SSMClientTypes.ReviewStatus? = nil - ) - { + ) { self.reviewedTime = reviewedTime self.reviewer = reviewer self.status = status @@ -2499,8 +2442,7 @@ extension SSMClientTypes { tags: [SSMClientTypes.Tag]? = nil, targetType: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.approvedVersion = approvedVersion self.attachmentsInformation = attachmentsInformation self.author = author @@ -2541,8 +2483,7 @@ public struct CreateDocumentOutput: Swift.Sendable { public init( documentDescription: SSMClientTypes.DocumentDescription? = nil - ) - { + ) { self.documentDescription = documentDescription } } @@ -2565,8 +2506,7 @@ public struct IdempotentParameterMismatch: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2589,8 +2529,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2648,8 +2587,7 @@ public struct CreateMaintenanceWindowInput: Swift.Sendable { scheduleTimezone: Swift.String? = nil, startDate: Swift.String? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.allowUnassociatedTargets = allowUnassociatedTargets self.clientToken = clientToken self.cutoff = cutoff @@ -2676,8 +2614,7 @@ public struct CreateMaintenanceWindowOutput: Swift.Sendable { public init( windowId: Swift.String? = nil - ) - { + ) { self.windowId = windowId } } @@ -2700,8 +2637,7 @@ public struct OpsItemAccessDeniedException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2726,8 +2662,7 @@ public struct OpsItemAlreadyExistsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, opsItemId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.opsItemId = opsItemId } @@ -2742,8 +2677,7 @@ extension SSMClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2790,8 +2724,7 @@ extension SSMClientTypes { public init( type: SSMClientTypes.OpsItemDataType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -2808,8 +2741,7 @@ extension SSMClientTypes { public init( opsItemId: Swift.String? = nil - ) - { + ) { self.opsItemId = opsItemId } } @@ -2875,8 +2807,7 @@ public struct CreateOpsItemInput: Swift.Sendable { source: Swift.String? = nil, tags: [SSMClientTypes.Tag]? = nil, title: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.actualEndTime = actualEndTime self.actualStartTime = actualStartTime @@ -2905,8 +2836,7 @@ public struct CreateOpsItemOutput: Swift.Sendable { public init( opsItemArn: Swift.String? = nil, opsItemId: Swift.String? = nil - ) - { + ) { self.opsItemArn = opsItemArn self.opsItemId = opsItemId } @@ -2930,8 +2860,7 @@ public struct OpsMetadataAlreadyExistsException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2954,8 +2883,7 @@ public struct OpsMetadataInvalidArgumentException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2978,8 +2906,7 @@ public struct OpsMetadataLimitExceededException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3002,8 +2929,7 @@ public struct OpsMetadataTooManyUpdatesException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3017,8 +2943,7 @@ extension SSMClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -3041,8 +2966,7 @@ public struct CreateOpsMetadataInput: Swift.Sendable { metadata: [Swift.String: SSMClientTypes.MetadataValue]? = nil, resourceId: Swift.String? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.metadata = metadata self.resourceId = resourceId self.tags = tags @@ -3055,8 +2979,7 @@ public struct CreateOpsMetadataOutput: Swift.Sendable { public init( opsMetadataArn: Swift.String? = nil - ) - { + ) { self.opsMetadataArn = opsMetadataArn } } @@ -3196,8 +3119,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.PatchFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -3214,8 +3136,7 @@ extension SSMClientTypes { public init( patchFilters: [SSMClientTypes.PatchFilter]? = nil - ) - { + ) { self.patchFilters = patchFilters } } @@ -3243,8 +3164,7 @@ extension SSMClientTypes { complianceLevel: SSMClientTypes.PatchComplianceLevel? = nil, enableNonSecurity: Swift.Bool? = false, patchFilterGroup: SSMClientTypes.PatchFilterGroup? = nil - ) - { + ) { self.approveAfterDays = approveAfterDays self.approveUntilDate = approveUntilDate self.complianceLevel = complianceLevel @@ -3264,8 +3184,7 @@ extension SSMClientTypes { public init( patchRules: [SSMClientTypes.PatchRule]? = nil - ) - { + ) { self.patchRules = patchRules } } @@ -3392,8 +3311,7 @@ extension SSMClientTypes { configuration: Swift.String? = nil, name: Swift.String? = nil, products: [Swift.String]? = nil - ) - { + ) { self.configuration = configuration self.name = name self.products = products @@ -3456,8 +3374,7 @@ public struct CreatePatchBaselineInput: Swift.Sendable { rejectedPatchesAction: SSMClientTypes.PatchAction? = nil, sources: [SSMClientTypes.PatchSource]? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.approvalRules = approvalRules self.approvedPatches = approvedPatches self.approvedPatchesComplianceLevel = approvedPatchesComplianceLevel @@ -3480,8 +3397,7 @@ public struct CreatePatchBaselineOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -3504,8 +3420,7 @@ public struct ResourceDataSyncAlreadyExistsException: ClientRuntime.ModeledError public init( syncName: Swift.String? = nil - ) - { + ) { self.properties.syncName = syncName } } @@ -3528,8 +3443,7 @@ public struct ResourceDataSyncCountExceededException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3552,8 +3466,7 @@ public struct ResourceDataSyncInvalidConfigurationException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3567,8 +3480,7 @@ extension SSMClientTypes { public init( destinationDataSharingType: Swift.String? = nil - ) - { + ) { self.destinationDataSharingType = destinationDataSharingType } } @@ -3627,8 +3539,7 @@ extension SSMClientTypes { `prefix`: Swift.String? = nil, region: Swift.String? = nil, syncFormat: SSMClientTypes.ResourceDataSyncS3Format? = nil - ) - { + ) { self.awskmsKeyARN = awskmsKeyARN self.bucketName = bucketName self.destinationDataSharing = destinationDataSharing @@ -3648,8 +3559,7 @@ extension SSMClientTypes { public init( organizationalUnitId: Swift.String? = nil - ) - { + ) { self.organizationalUnitId = organizationalUnitId } } @@ -3668,8 +3578,7 @@ extension SSMClientTypes { public init( organizationSourceType: Swift.String? = nil, organizationalUnits: [SSMClientTypes.ResourceDataSyncOrganizationalUnit]? = nil - ) - { + ) { self.organizationSourceType = organizationSourceType self.organizationalUnits = organizationalUnits } @@ -3699,8 +3608,7 @@ extension SSMClientTypes { includeFutureRegions: Swift.Bool = false, sourceRegions: [Swift.String]? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.awsOrganizationsSource = awsOrganizationsSource self.enableAllOpsDataSources = enableAllOpsDataSources self.includeFutureRegions = includeFutureRegions @@ -3726,8 +3634,7 @@ public struct CreateResourceDataSyncInput: Swift.Sendable { syncName: Swift.String? = nil, syncSource: SSMClientTypes.ResourceDataSyncSource? = nil, syncType: Swift.String? = nil - ) - { + ) { self.s3Destination = s3Destination self.syncName = syncName self.syncSource = syncSource @@ -3758,8 +3665,7 @@ public struct InvalidActivation: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3782,8 +3688,7 @@ public struct InvalidActivationId: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3795,8 +3700,7 @@ public struct DeleteActivationInput: Swift.Sendable { public init( activationId: Swift.String? = nil - ) - { + ) { self.activationId = activationId } } @@ -3824,8 +3728,7 @@ public struct AssociationDoesNotExist: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3842,8 +3745,7 @@ public struct DeleteAssociationInput: Swift.Sendable { associationId: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.instanceId = instanceId self.name = name @@ -3886,8 +3788,7 @@ public struct InvalidDocumentOperation: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3908,8 +3809,7 @@ public struct DeleteDocumentInput: Swift.Sendable { force: Swift.Bool? = false, name: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.documentVersion = documentVersion self.force = force self.name = name @@ -3940,8 +3840,7 @@ public struct InvalidDeleteInventoryParametersException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3964,8 +3863,7 @@ public struct InvalidInventoryRequestException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3988,8 +3886,7 @@ public struct InvalidOptionException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4012,8 +3909,7 @@ public struct InvalidTypeNameException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4063,8 +3959,7 @@ public struct DeleteInventoryInput: Swift.Sendable { dryRun: Swift.Bool? = false, schemaDeleteOption: SSMClientTypes.InventorySchemaDeleteOption? = nil, typeName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dryRun = dryRun self.schemaDeleteOption = schemaDeleteOption @@ -4087,8 +3982,7 @@ extension SSMClientTypes { count: Swift.Int = 0, remainingCount: Swift.Int = 0, version: Swift.String? = nil - ) - { + ) { self.count = count self.remainingCount = remainingCount self.version = version @@ -4111,8 +4005,7 @@ extension SSMClientTypes { remainingCount: Swift.Int = 0, summaryItems: [SSMClientTypes.InventoryDeletionSummaryItem]? = nil, totalCount: Swift.Int = 0 - ) - { + ) { self.remainingCount = remainingCount self.summaryItems = summaryItems self.totalCount = totalCount @@ -4132,8 +4025,7 @@ public struct DeleteInventoryOutput: Swift.Sendable { deletionId: Swift.String? = nil, deletionSummary: SSMClientTypes.InventoryDeletionSummary? = nil, typeName: Swift.String? = nil - ) - { + ) { self.deletionId = deletionId self.deletionSummary = deletionSummary self.typeName = typeName @@ -4147,8 +4039,7 @@ public struct DeleteMaintenanceWindowInput: Swift.Sendable { public init( windowId: Swift.String? = nil - ) - { + ) { self.windowId = windowId } } @@ -4159,8 +4050,7 @@ public struct DeleteMaintenanceWindowOutput: Swift.Sendable { public init( windowId: Swift.String? = nil - ) - { + ) { self.windowId = windowId } } @@ -4172,8 +4062,7 @@ public struct DeleteOpsItemInput: Swift.Sendable { public init( opsItemId: Swift.String? = nil - ) - { + ) { self.opsItemId = opsItemId } } @@ -4201,8 +4090,7 @@ public struct OpsMetadataNotFoundException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4214,8 +4102,7 @@ public struct DeleteOpsMetadataInput: Swift.Sendable { public init( opsMetadataArn: Swift.String? = nil - ) - { + ) { self.opsMetadataArn = opsMetadataArn } } @@ -4243,8 +4130,7 @@ public struct ParameterNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4256,8 +4142,7 @@ public struct DeleteParameterInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4274,8 +4159,7 @@ public struct DeleteParametersInput: Swift.Sendable { public init( names: [Swift.String]? = nil - ) - { + ) { self.names = names } } @@ -4289,8 +4173,7 @@ public struct DeleteParametersOutput: Swift.Sendable { public init( deletedParameters: [Swift.String]? = nil, invalidParameters: [Swift.String]? = nil - ) - { + ) { self.deletedParameters = deletedParameters self.invalidParameters = invalidParameters } @@ -4314,8 +4197,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4327,8 +4209,7 @@ public struct DeletePatchBaselineInput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -4339,8 +4220,7 @@ public struct DeletePatchBaselineOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -4367,8 +4247,7 @@ public struct ResourceDataSyncNotFoundException: ClientRuntime.ModeledError, AWS message: Swift.String? = nil, syncName: Swift.String? = nil, syncType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.syncName = syncName self.properties.syncType = syncType @@ -4385,8 +4264,7 @@ public struct DeleteResourceDataSyncInput: Swift.Sendable { public init( syncName: Swift.String? = nil, syncType: Swift.String? = nil - ) - { + ) { self.syncName = syncName self.syncType = syncType } @@ -4415,8 +4293,7 @@ public struct MalformedResourcePolicyDocumentException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4439,8 +4316,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4463,8 +4339,7 @@ public struct ResourcePolicyConflictException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4489,8 +4364,7 @@ public struct ResourcePolicyInvalidParameterException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil, parameterNames: [Swift.String]? = nil - ) - { + ) { self.properties.message = message self.properties.parameterNames = parameterNames } @@ -4514,8 +4388,7 @@ public struct ResourcePolicyNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4535,8 +4408,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { policyHash: Swift.String? = nil, policyId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyHash = policyHash self.policyId = policyId self.resourceArn = resourceArn @@ -4555,8 +4427,7 @@ public struct DeregisterManagedInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -4577,8 +4448,7 @@ public struct DeregisterPatchBaselineForPatchGroupInput: Swift.Sendable { public init( baselineId: Swift.String? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.patchGroup = patchGroup } @@ -4593,8 +4463,7 @@ public struct DeregisterPatchBaselineForPatchGroupOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.patchGroup = patchGroup } @@ -4618,8 +4487,7 @@ public struct TargetInUseException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4638,8 +4506,7 @@ public struct DeregisterTargetFromMaintenanceWindowInput: Swift.Sendable { safe: Swift.Bool? = false, windowId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.safe = safe self.windowId = windowId self.windowTargetId = windowTargetId @@ -4655,8 +4522,7 @@ public struct DeregisterTargetFromMaintenanceWindowOutput: Swift.Sendable { public init( windowId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.windowId = windowId self.windowTargetId = windowTargetId } @@ -4673,8 +4539,7 @@ public struct DeregisterTaskFromMaintenanceWindowInput: Swift.Sendable { public init( windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.windowId = windowId self.windowTaskId = windowTaskId } @@ -4689,8 +4554,7 @@ public struct DeregisterTaskFromMaintenanceWindowOutput: Swift.Sendable { public init( windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.windowId = windowId self.windowTaskId = windowTaskId } @@ -4714,8 +4578,7 @@ public struct InvalidFilter: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4738,8 +4601,7 @@ public struct InvalidNextToken: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4788,8 +4650,7 @@ extension SSMClientTypes { public init( filterKey: SSMClientTypes.DescribeActivationsFilterKeys? = nil, filterValues: [Swift.String]? = nil - ) - { + ) { self.filterKey = filterKey self.filterValues = filterValues } @@ -4808,8 +4669,7 @@ public struct DescribeActivationsInput: Swift.Sendable { filters: [SSMClientTypes.DescribeActivationsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4825,8 +4685,7 @@ public struct DescribeActivationsOutput: Swift.Sendable { public init( activationList: [SSMClientTypes.Activation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.activationList = activationList self.nextToken = nextToken } @@ -4850,8 +4709,7 @@ public struct InvalidAssociationVersion: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4871,8 +4729,7 @@ public struct DescribeAssociationInput: Swift.Sendable { associationVersion: Swift.String? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.associationVersion = associationVersion self.instanceId = instanceId @@ -4886,8 +4743,7 @@ public struct DescribeAssociationOutput: Swift.Sendable { public init( associationDescription: SSMClientTypes.AssociationDescription? = nil - ) - { + ) { self.associationDescription = associationDescription } } @@ -4974,8 +4830,7 @@ extension SSMClientTypes { key: SSMClientTypes.AssociationExecutionFilterKey? = nil, type: SSMClientTypes.AssociationFilterOperatorType? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.type = type self.value = value @@ -4999,8 +4854,7 @@ public struct DescribeAssociationExecutionsInput: Swift.Sendable { filters: [SSMClientTypes.AssociationExecutionFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.filters = filters self.maxResults = maxResults @@ -5044,8 +4898,7 @@ extension SSMClientTypes { resourceCountByStatus: Swift.String? = nil, status: Swift.String? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.associationId = associationId self.associationVersion = associationVersion @@ -5069,8 +4922,7 @@ public struct DescribeAssociationExecutionsOutput: Swift.Sendable { public init( associationExecutions: [SSMClientTypes.AssociationExecution]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationExecutions = associationExecutions self.nextToken = nextToken } @@ -5094,8 +4946,7 @@ public struct AssociationExecutionDoesNotExist: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5146,8 +4997,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.AssociationExecutionTargetsFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5174,8 +5024,7 @@ public struct DescribeAssociationExecutionTargetsInput: Swift.Sendable { filters: [SSMClientTypes.AssociationExecutionTargetsFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.executionId = executionId self.filters = filters @@ -5196,8 +5045,7 @@ extension SSMClientTypes { public init( outputSourceId: Swift.String? = nil, outputSourceType: Swift.String? = nil - ) - { + ) { self.outputSourceId = outputSourceId self.outputSourceType = outputSourceType } @@ -5237,8 +5085,7 @@ extension SSMClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.associationVersion = associationVersion self.detailedStatus = detailedStatus @@ -5261,8 +5108,7 @@ public struct DescribeAssociationExecutionTargetsOutput: Swift.Sendable { public init( associationExecutionTargets: [SSMClientTypes.AssociationExecutionTarget]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationExecutionTargets = associationExecutionTargets self.nextToken = nextToken } @@ -5299,8 +5145,7 @@ public struct InvalidFilterValue: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5378,8 +5223,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.AutomationExecutionFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -5398,8 +5242,7 @@ public struct DescribeAutomationExecutionsInput: Swift.Sendable { filters: [SSMClientTypes.AutomationExecutionFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -5582,8 +5425,7 @@ extension SSMClientTypes { public init( parameterValues: [Swift.String]? = nil, truncated: Swift.Bool = false - ) - { + ) { self.parameterValues = parameterValues self.truncated = truncated } @@ -5624,8 +5466,7 @@ extension SSMClientTypes { targetMaps: [[Swift.String: [Swift.String]]]? = nil, targetParameterName: Swift.String? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.documentName = documentName self.documentVersion = documentVersion self.maxConcurrency = maxConcurrency @@ -5738,8 +5579,7 @@ extension SSMClientTypes { targetParameterName: Swift.String? = nil, targets: [SSMClientTypes.Target]? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.associationId = associationId self.automationExecutionId = automationExecutionId @@ -5784,8 +5624,7 @@ public struct DescribeAutomationExecutionsOutput: Swift.Sendable { public init( automationExecutionMetadataList: [SSMClientTypes.AutomationExecutionMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.automationExecutionMetadataList = automationExecutionMetadataList self.nextToken = nextToken } @@ -5809,8 +5648,7 @@ public struct AutomationExecutionNotFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5879,8 +5717,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.StepExecutionFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -5906,8 +5743,7 @@ public struct DescribeAutomationStepExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.automationExecutionId = automationExecutionId self.filters = filters self.maxResults = maxResults @@ -5931,8 +5767,7 @@ extension SSMClientTypes { details: [Swift.String: [Swift.String]]? = nil, failureStage: Swift.String? = nil, failureType: Swift.String? = nil - ) - { + ) { self.details = details self.failureStage = failureStage self.failureType = failureType @@ -5961,8 +5796,7 @@ extension SSMClientTypes { iteratorValue: Swift.String? = nil, stepExecutionId: Swift.String? = nil, stepName: Swift.String? = nil - ) - { + ) { self.action = action self.iteration = iteration self.iteratorValue = iteratorValue @@ -6050,8 +5884,7 @@ extension SSMClientTypes { timeoutSeconds: Swift.Int? = 0, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil, validNextSteps: [Swift.String]? = nil - ) - { + ) { self.action = action self.executionEndTime = executionEndTime self.executionStartTime = executionStartTime @@ -6089,8 +5922,7 @@ public struct DescribeAutomationStepExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, stepExecutions: [SSMClientTypes.StepExecution]? = nil - ) - { + ) { self.nextToken = nextToken self.stepExecutions = stepExecutions } @@ -6116,8 +5948,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -6173,8 +6004,7 @@ public struct DescribeAvailablePatchesInput: Swift.Sendable { filters: [SSMClientTypes.PatchOrchestratorFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -6256,8 +6086,7 @@ extension SSMClientTypes { title: Swift.String? = nil, vendor: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.advisoryIds = advisoryIds self.arch = arch self.bugzillaIds = bugzillaIds @@ -6294,8 +6123,7 @@ public struct DescribeAvailablePatchesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, patches: [SSMClientTypes.Patch]? = nil - ) - { + ) { self.nextToken = nextToken self.patches = patches } @@ -6314,8 +6142,7 @@ public struct DescribeDocumentInput: Swift.Sendable { documentVersion: Swift.String? = nil, name: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.documentVersion = documentVersion self.name = name self.versionName = versionName @@ -6328,8 +6155,7 @@ public struct DescribeDocumentOutput: Swift.Sendable { public init( document: SSMClientTypes.DocumentDescription? = nil - ) - { + ) { self.document = document } } @@ -6352,8 +6178,7 @@ public struct InvalidPermissionType: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6401,8 +6226,7 @@ public struct DescribeDocumentPermissionInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, permissionType: SSMClientTypes.DocumentPermissionType? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -6422,8 +6246,7 @@ public struct DescribeDocumentPermissionOutput: Swift.Sendable { accountIds: [Swift.String]? = nil, accountSharingInfoList: [SSMClientTypes.AccountSharingInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.accountSharingInfoList = accountSharingInfoList self.nextToken = nextToken @@ -6443,8 +6266,7 @@ public struct DescribeEffectiveInstanceAssociationsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -6469,8 +6291,7 @@ extension SSMClientTypes { associationVersion: Swift.String? = nil, content: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.associationVersion = associationVersion self.content = content @@ -6488,8 +6309,7 @@ public struct DescribeEffectiveInstanceAssociationsOutput: Swift.Sendable { public init( associations: [SSMClientTypes.InstanceAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -6513,8 +6333,7 @@ public struct UnsupportedOperatingSystem: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6532,8 +6351,7 @@ public struct DescribeEffectivePatchesForPatchBaselineInput: Swift.Sendable { baselineId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.maxResults = maxResults self.nextToken = nextToken @@ -6590,8 +6408,7 @@ extension SSMClientTypes { approvalDate: Foundation.Date? = nil, complianceLevel: SSMClientTypes.PatchComplianceLevel? = nil, deploymentStatus: SSMClientTypes.PatchDeploymentStatus? = nil - ) - { + ) { self.approvalDate = approvalDate self.complianceLevel = complianceLevel self.deploymentStatus = deploymentStatus @@ -6611,8 +6428,7 @@ extension SSMClientTypes { public init( patch: SSMClientTypes.Patch? = nil, patchStatus: SSMClientTypes.PatchStatus? = nil - ) - { + ) { self.patch = patch self.patchStatus = patchStatus } @@ -6628,8 +6444,7 @@ public struct DescribeEffectivePatchesForPatchBaselineOutput: Swift.Sendable { public init( effectivePatches: [SSMClientTypes.EffectivePatch]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.effectivePatches = effectivePatches self.nextToken = nextToken } @@ -6648,8 +6463,7 @@ public struct DescribeInstanceAssociationsStatusInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -6665,8 +6479,7 @@ extension SSMClientTypes { public init( outputUrl: Swift.String? = nil - ) - { + ) { self.outputUrl = outputUrl } } @@ -6681,8 +6494,7 @@ extension SSMClientTypes { public init( s3OutputUrl: SSMClientTypes.S3OutputUrl? = nil - ) - { + ) { self.s3OutputUrl = s3OutputUrl } } @@ -6730,8 +6542,7 @@ extension SSMClientTypes { name: Swift.String? = nil, outputUrl: SSMClientTypes.InstanceAssociationOutputUrl? = nil, status: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.associationName = associationName self.associationVersion = associationVersion @@ -6757,8 +6568,7 @@ public struct DescribeInstanceAssociationsStatusOutput: Swift.Sendable { public init( instanceAssociationStatusInfos: [SSMClientTypes.InstanceAssociationStatusInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceAssociationStatusInfos = instanceAssociationStatusInfos self.nextToken = nextToken } @@ -6782,8 +6592,7 @@ public struct InvalidInstanceInformationFilterValue: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6814,8 +6623,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -6883,8 +6691,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.InstanceInformationFilterKey? = nil, valueSet: [Swift.String]? = nil - ) - { + ) { self.key = key self.valueSet = valueSet } @@ -6906,8 +6713,7 @@ public struct DescribeInstanceInformationInput: Swift.Sendable { instanceInformationFilterList: [SSMClientTypes.InstanceInformationFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.instanceInformationFilterList = instanceInformationFilterList self.maxResults = maxResults @@ -6927,8 +6733,7 @@ extension SSMClientTypes { public init( detailedStatus: Swift.String? = nil, instanceAssociationStatusAggregatedCount: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.detailedStatus = detailedStatus self.instanceAssociationStatusAggregatedCount = instanceAssociationStatusAggregatedCount } @@ -7097,8 +6902,7 @@ extension SSMClientTypes { resourceType: SSMClientTypes.ResourceType? = nil, sourceId: Swift.String? = nil, sourceType: SSMClientTypes.SourceType? = nil - ) - { + ) { self.activationId = activationId self.agentVersion = agentVersion self.associationOverview = associationOverview @@ -7138,8 +6942,7 @@ public struct DescribeInstanceInformationOutput: Swift.Sendable { public init( instanceInformationList: [SSMClientTypes.InstanceInformation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceInformationList = instanceInformationList self.nextToken = nextToken } @@ -7169,8 +6972,7 @@ public struct DescribeInstancePatchesInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.instanceId = instanceId self.maxResults = maxResults @@ -7255,8 +7057,7 @@ extension SSMClientTypes { severity: Swift.String? = nil, state: SSMClientTypes.PatchComplianceDataState? = nil, title: Swift.String? = nil - ) - { + ) { self.classification = classification self.cveIds = cveIds self.installedTime = installedTime @@ -7291,8 +7092,7 @@ public struct DescribeInstancePatchesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, patches: [SSMClientTypes.PatchComplianceData]? = nil - ) - { + ) { self.nextToken = nextToken self.patches = patches } @@ -7311,8 +7111,7 @@ public struct DescribeInstancePatchStatesInput: Swift.Sendable { instanceIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceIds = instanceIds self.maxResults = maxResults self.nextToken = nextToken @@ -7463,8 +7262,7 @@ extension SSMClientTypes { securityNonCompliantCount: Swift.Int? = 0, snapshotId: Swift.String? = nil, unreportedNotApplicableCount: Swift.Int? = 0 - ) - { + ) { self.baselineId = baselineId self.criticalNonCompliantCount = criticalNonCompliantCount self.failedCount = failedCount @@ -7505,8 +7303,7 @@ public struct DescribeInstancePatchStatesOutput: Swift.Sendable { public init( instancePatchStates: [SSMClientTypes.InstancePatchState]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instancePatchStates = instancePatchStates self.nextToken = nextToken } @@ -7587,8 +7384,7 @@ extension SSMClientTypes { key: Swift.String? = nil, type: SSMClientTypes.InstancePatchStateOperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.type = type self.values = values @@ -7618,8 +7414,7 @@ public struct DescribeInstancePatchStatesForPatchGroupInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -7636,8 +7431,7 @@ public struct DescribeInstancePatchStatesForPatchGroupOutput: Swift.Sendable { public init( instancePatchStates: [SSMClientTypes.InstancePatchState]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instancePatchStates = instancePatchStates self.nextToken = nextToken } @@ -7661,8 +7455,7 @@ public struct InvalidInstancePropertyFilterValue: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7722,8 +7515,7 @@ extension SSMClientTypes { key: Swift.String? = nil, `operator`: SSMClientTypes.InstancePropertyFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.values = values @@ -7795,8 +7587,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.InstancePropertyFilterKey? = nil, valueSet: [Swift.String]? = nil - ) - { + ) { self.key = key self.valueSet = valueSet } @@ -7818,8 +7609,7 @@ public struct DescribeInstancePropertiesInput: Swift.Sendable { instancePropertyFilterList: [SSMClientTypes.InstancePropertyFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filtersWithOperator = filtersWithOperator self.instancePropertyFilterList = instancePropertyFilterList self.maxResults = maxResults @@ -7911,8 +7701,7 @@ extension SSMClientTypes { resourceType: Swift.String? = nil, sourceId: Swift.String? = nil, sourceType: SSMClientTypes.SourceType? = nil - ) - { + ) { self.activationId = activationId self.agentVersion = agentVersion self.architecture = architecture @@ -7957,8 +7746,7 @@ public struct DescribeInstancePropertiesOutput: Swift.Sendable { public init( instanceProperties: [SSMClientTypes.InstanceProperty]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceProperties = instanceProperties self.nextToken = nextToken } @@ -7982,8 +7770,7 @@ public struct InvalidDeletionIdException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -8000,8 +7787,7 @@ public struct DescribeInventoryDeletionsInput: Swift.Sendable { deletionId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deletionId = deletionId self.maxResults = maxResults self.nextToken = nextToken @@ -8064,8 +7850,7 @@ extension SSMClientTypes { lastStatusMessage: Swift.String? = nil, lastStatusUpdateTime: Foundation.Date? = nil, typeName: Swift.String? = nil - ) - { + ) { self.deletionId = deletionId self.deletionStartTime = deletionStartTime self.deletionSummary = deletionSummary @@ -8086,8 +7871,7 @@ public struct DescribeInventoryDeletionsOutput: Swift.Sendable { public init( inventoryDeletions: [SSMClientTypes.InventoryDeletionStatusItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inventoryDeletions = inventoryDeletions self.nextToken = nextToken } @@ -8117,8 +7901,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -8145,8 +7928,7 @@ public struct DescribeMaintenanceWindowExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8225,8 +8007,7 @@ extension SSMClientTypes { statusDetails: Swift.String? = nil, windowExecutionId: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.status = status @@ -8246,8 +8027,7 @@ public struct DescribeMaintenanceWindowExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, windowExecutions: [SSMClientTypes.MaintenanceWindowExecution]? = nil - ) - { + ) { self.nextToken = nextToken self.windowExecutions = windowExecutions } @@ -8273,8 +8053,7 @@ public struct DescribeMaintenanceWindowExecutionTaskInvocationsInput: Swift.Send nextToken: Swift.String? = nil, taskId: Swift.String? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8360,8 +8139,7 @@ extension SSMClientTypes { taskType: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowExecutionId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.executionId = executionId self.invocationId = invocationId @@ -8392,8 +8170,7 @@ public struct DescribeMaintenanceWindowExecutionTaskInvocationsOutput: Swift.Sen public init( nextToken: Swift.String? = nil, windowExecutionTaskInvocationIdentities: [SSMClientTypes.MaintenanceWindowExecutionTaskInvocationIdentity]? = nil - ) - { + ) { self.nextToken = nextToken self.windowExecutionTaskInvocationIdentities = windowExecutionTaskInvocationIdentities } @@ -8415,8 +8192,7 @@ public struct DescribeMaintenanceWindowExecutionTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8460,8 +8236,7 @@ extension SSMClientTypes { taskType: SSMClientTypes.MaintenanceWindowTaskType? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.endTime = endTime self.startTime = startTime @@ -8485,8 +8260,7 @@ public struct DescribeMaintenanceWindowExecutionTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, windowExecutionTaskIdentities: [SSMClientTypes.MaintenanceWindowExecutionTaskIdentity]? = nil - ) - { + ) { self.nextToken = nextToken self.windowExecutionTaskIdentities = windowExecutionTaskIdentities } @@ -8504,8 +8278,7 @@ public struct DescribeMaintenanceWindowsInput: Swift.Sendable { filters: [SSMClientTypes.MaintenanceWindowFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8554,8 +8327,7 @@ extension SSMClientTypes { scheduleTimezone: Swift.String? = nil, startDate: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.cutoff = cutoff self.description = description self.duration = duration @@ -8586,8 +8358,7 @@ public struct DescribeMaintenanceWindowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, windowIdentities: [SSMClientTypes.MaintenanceWindowIdentity]? = nil - ) - { + ) { self.nextToken = nextToken self.windowIdentities = windowIdentities } @@ -8643,8 +8414,7 @@ public struct DescribeMaintenanceWindowScheduleInput: Swift.Sendable { resourceType: SSMClientTypes.MaintenanceWindowResourceType? = nil, targets: [SSMClientTypes.Target]? = nil, windowId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8669,8 +8439,7 @@ extension SSMClientTypes { executionTime: Swift.String? = nil, name: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.executionTime = executionTime self.name = name self.windowId = windowId @@ -8687,8 +8456,7 @@ public struct DescribeMaintenanceWindowScheduleOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledWindowExecutions: [SSMClientTypes.ScheduledWindowExecution]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledWindowExecutions = scheduledWindowExecutions } @@ -8711,8 +8479,7 @@ public struct DescribeMaintenanceWindowsForTargetInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceType: SSMClientTypes.MaintenanceWindowResourceType? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceType = resourceType @@ -8732,8 +8499,7 @@ extension SSMClientTypes { public init( name: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.name = name self.windowId = windowId } @@ -8749,8 +8515,7 @@ public struct DescribeMaintenanceWindowsForTargetOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, windowIdentities: [SSMClientTypes.MaintenanceWindowIdentityForTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.windowIdentities = windowIdentities } @@ -8772,8 +8537,7 @@ public struct DescribeMaintenanceWindowTargetsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8808,8 +8572,7 @@ extension SSMClientTypes { targets: [SSMClientTypes.Target]? = nil, windowId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ownerInformation = ownerInformation @@ -8835,8 +8598,7 @@ public struct DescribeMaintenanceWindowTargetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, targets: [SSMClientTypes.MaintenanceWindowTarget]? = nil - ) - { + ) { self.nextToken = nextToken self.targets = targets } @@ -8858,8 +8620,7 @@ public struct DescribeMaintenanceWindowTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -8913,8 +8674,7 @@ extension SSMClientTypes { s3BucketName: Swift.String? = nil, s3KeyPrefix: Swift.String? = nil, s3Region: Swift.String? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.s3KeyPrefix = s3KeyPrefix self.s3Region = s3Region @@ -8931,8 +8691,7 @@ extension SSMClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -8995,8 +8754,7 @@ extension SSMClientTypes { type: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cutoffBehavior = cutoffBehavior self.description = description @@ -9030,8 +8788,7 @@ public struct DescribeMaintenanceWindowTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [SSMClientTypes.MaintenanceWindowTask]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -9197,8 +8954,7 @@ extension SSMClientTypes { key: SSMClientTypes.OpsItemFilterKey? = nil, `operator`: SSMClientTypes.OpsItemFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.values = values @@ -9249,8 +9005,7 @@ public struct DescribeOpsItemsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, opsItemFilters: [SSMClientTypes.OpsItemFilter]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.opsItemFilters = opsItemFilters @@ -9400,8 +9155,7 @@ extension SSMClientTypes { source: Swift.String? = nil, status: SSMClientTypes.OpsItemStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.actualEndTime = actualEndTime self.actualStartTime = actualStartTime self.category = category @@ -9432,8 +9186,7 @@ public struct DescribeOpsItemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, opsItemSummaries: [SSMClientTypes.OpsItemSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.opsItemSummaries = opsItemSummaries } @@ -9458,8 +9211,7 @@ public struct InvalidFilterOption: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -9510,8 +9262,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.ParametersFilterKey? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -9534,8 +9285,7 @@ extension SSMClientTypes { key: Swift.String? = nil, option: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.option = option self.values = values @@ -9561,8 +9311,7 @@ public struct DescribeParametersInput: Swift.Sendable { nextToken: Swift.String? = nil, parameterFilters: [SSMClientTypes.ParameterStringFilter]? = nil, shared: Swift.Bool? = false - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -9586,8 +9335,7 @@ extension SSMClientTypes { policyStatus: Swift.String? = nil, policyText: Swift.String? = nil, policyType: Swift.String? = nil - ) - { + ) { self.policyStatus = policyStatus self.policyText = policyText self.policyType = policyType @@ -9701,8 +9449,7 @@ extension SSMClientTypes { tier: SSMClientTypes.ParameterTier? = nil, type: SSMClientTypes.ParameterType? = nil, version: Swift.Int = 0 - ) - { + ) { self.allowedPattern = allowedPattern self.arn = arn self.dataType = dataType @@ -9728,8 +9475,7 @@ public struct DescribeParametersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [SSMClientTypes.ParameterMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -9753,8 +9499,7 @@ public struct DescribePatchBaselinesInput: Swift.Sendable { filters: [SSMClientTypes.PatchOrchestratorFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -9782,8 +9527,7 @@ extension SSMClientTypes { baselineName: Swift.String? = nil, defaultBaseline: Swift.Bool = false, operatingSystem: SSMClientTypes.OperatingSystem? = nil - ) - { + ) { self.baselineDescription = baselineDescription self.baselineId = baselineId self.baselineName = baselineName @@ -9802,8 +9546,7 @@ public struct DescribePatchBaselinesOutput: Swift.Sendable { public init( baselineIdentities: [SSMClientTypes.PatchBaselineIdentity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.baselineIdentities = baselineIdentities self.nextToken = nextToken } @@ -9825,8 +9568,7 @@ public struct DescribePatchGroupsInput: Swift.Sendable { filters: [SSMClientTypes.PatchOrchestratorFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -9845,8 +9587,7 @@ extension SSMClientTypes { public init( baselineIdentity: SSMClientTypes.PatchBaselineIdentity? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineIdentity = baselineIdentity self.patchGroup = patchGroup } @@ -9866,8 +9607,7 @@ public struct DescribePatchGroupsOutput: Swift.Sendable { public init( mappings: [SSMClientTypes.PatchGroupPatchBaselineMapping]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mappings = mappings self.nextToken = nextToken } @@ -9880,8 +9620,7 @@ public struct DescribePatchGroupStateInput: Swift.Sendable { public init( patchGroup: Swift.String? = nil - ) - { + ) { self.patchGroup = patchGroup } } @@ -9925,8 +9664,7 @@ public struct DescribePatchGroupStateOutput: Swift.Sendable { instancesWithOtherNonCompliantPatches: Swift.Int? = 0, instancesWithSecurityNonCompliantPatches: Swift.Int? = 0, instancesWithUnreportedNotApplicablePatches: Swift.Int? = 0 - ) - { + ) { self.instances = instances self.instancesWithCriticalNonCompliantPatches = instancesWithCriticalNonCompliantPatches self.instancesWithFailedPatches = instancesWithFailedPatches @@ -10032,8 +9770,7 @@ public struct DescribePatchPropertiesInput: Swift.Sendable { operatingSystem: SSMClientTypes.OperatingSystem? = nil, patchSet: SSMClientTypes.PatchSet? = nil, property: SSMClientTypes.PatchProperty? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.operatingSystem = operatingSystem @@ -10051,8 +9788,7 @@ public struct DescribePatchPropertiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, properties: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.nextToken = nextToken self.properties = properties } @@ -10140,8 +9876,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.SessionFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -10193,8 +9928,7 @@ public struct DescribeSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, state: SSMClientTypes.SessionState? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -10214,8 +9948,7 @@ extension SSMClientTypes { public init( cloudWatchOutputUrl: Swift.String? = nil, s3OutputUrl: Swift.String? = nil - ) - { + ) { self.cloudWatchOutputUrl = cloudWatchOutputUrl self.s3OutputUrl = s3OutputUrl } @@ -10302,8 +10035,7 @@ extension SSMClientTypes { startDate: Foundation.Date? = nil, status: SSMClientTypes.SessionStatus? = nil, target: Swift.String? = nil - ) - { + ) { self.details = details self.documentName = documentName self.endDate = endDate @@ -10328,8 +10060,7 @@ public struct DescribeSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [SSMClientTypes.Session]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -10353,8 +10084,7 @@ public struct OpsItemRelatedItemAssociationNotFoundException: ClientRuntime.Mode public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10370,8 +10100,7 @@ public struct DisassociateOpsItemRelatedItemInput: Swift.Sendable { public init( associationId: Swift.String? = nil, opsItemId: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.opsItemId = opsItemId } @@ -10389,8 +10118,7 @@ public struct GetAutomationExecutionInput: Swift.Sendable { public init( automationExecutionId: Swift.String? = nil - ) - { + ) { self.automationExecutionId = automationExecutionId } } @@ -10416,8 +10144,7 @@ extension SSMClientTypes { successSteps: Swift.Int = 0, timedOutSteps: Swift.Int = 0, totalSteps: Swift.Int = 0 - ) - { + ) { self.cancelledSteps = cancelledSteps self.failedSteps = failedSteps self.successSteps = successSteps @@ -10538,8 +10265,7 @@ extension SSMClientTypes { targets: [SSMClientTypes.Target]? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil, variables: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.associationId = associationId self.automationExecutionId = automationExecutionId @@ -10585,8 +10311,7 @@ public struct GetAutomationExecutionOutput: Swift.Sendable { public init( automationExecution: SSMClientTypes.AutomationExecution? = nil - ) - { + ) { self.automationExecution = automationExecution } } @@ -10609,8 +10334,7 @@ public struct InvalidDocumentType: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10633,8 +10357,7 @@ public struct UnsupportedCalendarException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -10649,8 +10372,7 @@ public struct GetCalendarStateInput: Swift.Sendable { public init( atTime: Swift.String? = nil, calendarNames: [Swift.String]? = nil - ) - { + ) { self.atTime = atTime self.calendarNames = calendarNames } @@ -10697,8 +10419,7 @@ public struct GetCalendarStateOutput: Swift.Sendable { atTime: Swift.String? = nil, nextTransitionTime: Swift.String? = nil, state: SSMClientTypes.CalendarState? = nil - ) - { + ) { self.atTime = atTime self.nextTransitionTime = nextTransitionTime self.state = state @@ -10745,8 +10466,7 @@ public struct GetCommandInvocationInput: Swift.Sendable { commandId: Swift.String? = nil, instanceId: Swift.String? = nil, pluginName: Swift.String? = nil - ) - { + ) { self.commandId = commandId self.instanceId = instanceId self.pluginName = pluginName @@ -10765,8 +10485,7 @@ extension SSMClientTypes { public init( cloudWatchLogGroupName: Swift.String? = nil, cloudWatchOutputEnabled: Swift.Bool = false - ) - { + ) { self.cloudWatchLogGroupName = cloudWatchLogGroupName self.cloudWatchOutputEnabled = cloudWatchOutputEnabled } @@ -10894,8 +10613,7 @@ public struct GetCommandInvocationOutput: Swift.Sendable { standardOutputUrl: Swift.String? = nil, status: SSMClientTypes.CommandInvocationStatus? = nil, statusDetails: Swift.String? = nil - ) - { + ) { self.cloudWatchOutputConfig = cloudWatchOutputConfig self.commandId = commandId self.comment = comment @@ -10923,8 +10641,7 @@ public struct GetConnectionStatusInput: Swift.Sendable { public init( target: Swift.String? = nil - ) - { + ) { self.target = target } } @@ -10967,8 +10684,7 @@ public struct GetConnectionStatusOutput: Swift.Sendable { public init( status: SSMClientTypes.ConnectionStatus? = nil, target: Swift.String? = nil - ) - { + ) { self.status = status self.target = target } @@ -10980,8 +10696,7 @@ public struct GetDefaultPatchBaselineInput: Swift.Sendable { public init( operatingSystem: SSMClientTypes.OperatingSystem? = nil - ) - { + ) { self.operatingSystem = operatingSystem } } @@ -10995,8 +10710,7 @@ public struct GetDefaultPatchBaselineOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil, operatingSystem: SSMClientTypes.OperatingSystem? = nil - ) - { + ) { self.baselineId = baselineId self.operatingSystem = operatingSystem } @@ -11020,8 +10734,7 @@ public struct UnsupportedFeatureRequiredException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11059,8 +10772,7 @@ extension SSMClientTypes { rejectedPatches: [Swift.String]? = nil, rejectedPatchesAction: SSMClientTypes.PatchAction? = nil, sources: [SSMClientTypes.PatchSource]? = nil - ) - { + ) { self.approvalRules = approvalRules self.approvedPatches = approvedPatches self.approvedPatchesComplianceLevel = approvedPatchesComplianceLevel @@ -11088,8 +10800,7 @@ public struct GetDeployablePatchSnapshotForInstanceInput: Swift.Sendable { baselineOverride: SSMClientTypes.BaselineOverride? = nil, instanceId: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.baselineOverride = baselineOverride self.instanceId = instanceId self.snapshotId = snapshotId @@ -11111,8 +10822,7 @@ public struct GetDeployablePatchSnapshotForInstanceOutput: Swift.Sendable { product: Swift.String? = nil, snapshotDownloadUrl: Swift.String? = nil, snapshotId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.product = product self.snapshotDownloadUrl = snapshotDownloadUrl @@ -11136,8 +10846,7 @@ public struct GetDocumentInput: Swift.Sendable { documentVersion: Swift.String? = nil, name: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.documentFormat = documentFormat self.documentVersion = documentVersion self.name = name @@ -11192,8 +10901,7 @@ extension SSMClientTypes { name: Swift.String? = nil, size: Swift.Int = 0, url: Swift.String? = nil - ) - { + ) { self.hash = hash self.hashType = hashType self.name = name @@ -11245,8 +10953,7 @@ public struct GetDocumentOutput: Swift.Sendable { status: SSMClientTypes.DocumentStatus? = nil, statusInformation: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.attachmentsContent = attachmentsContent self.content = content self.createdDate = createdDate @@ -11270,8 +10977,7 @@ public struct GetExecutionPreviewInput: Swift.Sendable { public init( executionPreviewId: Swift.String? = nil - ) - { + ) { self.executionPreviewId = executionPreviewId } } @@ -11320,8 +11026,7 @@ extension SSMClientTypes { public init( count: Swift.Int = 0, targetType: Swift.String? = nil - ) - { + ) { self.count = count self.targetType = targetType } @@ -11352,8 +11057,7 @@ extension SSMClientTypes { stepPreviews: [Swift.String: Swift.Int]? = nil, targetPreviews: [SSMClientTypes.TargetPreview]? = nil, totalAccounts: Swift.Int = 0 - ) - { + ) { self.regions = regions self.stepPreviews = stepPreviews self.targetPreviews = targetPreviews @@ -11425,8 +11129,7 @@ public struct GetExecutionPreviewOutput: Swift.Sendable { executionPreviewId: Swift.String? = nil, status: SSMClientTypes.ExecutionPreviewStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.endedAt = endedAt self.executionPreview = executionPreview self.executionPreviewId = executionPreviewId @@ -11453,8 +11156,7 @@ public struct InvalidAggregatorException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11477,8 +11179,7 @@ public struct InvalidInventoryGroupException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11501,8 +11202,7 @@ public struct InvalidResultAttributeException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11565,8 +11265,7 @@ extension SSMClientTypes { key: Swift.String? = nil, type: SSMClientTypes.InventoryQueryOperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.type = type self.values = values @@ -11588,8 +11287,7 @@ extension SSMClientTypes { public init( filters: [SSMClientTypes.InventoryFilter]? = nil, name: Swift.String? = nil - ) - { + ) { self.filters = filters self.name = name } @@ -11606,8 +11304,7 @@ extension SSMClientTypes { public init( typeName: Swift.String? = nil - ) - { + ) { self.typeName = typeName } } @@ -11637,8 +11334,7 @@ extension SSMClientTypes { contentHash: Swift.String? = nil, schemaVersion: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.captureTime = captureTime self.content = content self.contentHash = contentHash @@ -11660,8 +11356,7 @@ extension SSMClientTypes { public init( data: [Swift.String: SSMClientTypes.InventoryResultItem]? = nil, id: Swift.String? = nil - ) - { + ) { self.data = data self.id = id } @@ -11677,8 +11372,7 @@ public struct GetInventoryOutput: Swift.Sendable { public init( entities: [SSMClientTypes.InventoryResultEntity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -11702,8 +11396,7 @@ public struct GetInventorySchemaInput: Swift.Sendable { nextToken: Swift.String? = nil, subType: Swift.Bool? = false, typeName: Swift.String? = nil - ) - { + ) { self.aggregator = aggregator self.maxResults = maxResults self.nextToken = nextToken @@ -11755,8 +11448,7 @@ extension SSMClientTypes { public init( dataType: SSMClientTypes.InventoryAttributeDataType? = nil, name: Swift.String? = nil - ) - { + ) { self.dataType = dataType self.name = name } @@ -11783,8 +11475,7 @@ extension SSMClientTypes { displayName: Swift.String? = nil, typeName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.displayName = displayName self.typeName = typeName @@ -11802,8 +11493,7 @@ public struct GetInventorySchemaOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [SSMClientTypes.InventoryItemSchema]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -11816,8 +11506,7 @@ public struct GetMaintenanceWindowInput: Swift.Sendable { public init( windowId: Swift.String? = nil - ) - { + ) { self.windowId = windowId } } @@ -11870,8 +11559,7 @@ public struct GetMaintenanceWindowOutput: Swift.Sendable { scheduleTimezone: Swift.String? = nil, startDate: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.allowUnassociatedTargets = allowUnassociatedTargets self.createdDate = createdDate self.cutoff = cutoff @@ -11902,8 +11590,7 @@ public struct GetMaintenanceWindowExecutionInput: Swift.Sendable { public init( windowExecutionId: Swift.String? = nil - ) - { + ) { self.windowExecutionId = windowExecutionId } } @@ -11929,8 +11616,7 @@ public struct GetMaintenanceWindowExecutionOutput: Swift.Sendable { statusDetails: Swift.String? = nil, taskIds: [Swift.String]? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.status = status @@ -11951,8 +11637,7 @@ public struct GetMaintenanceWindowExecutionTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.taskId = taskId self.windowExecutionId = windowExecutionId } @@ -12010,8 +11695,7 @@ public struct GetMaintenanceWindowExecutionTaskOutput: Swift.Sendable { triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil, type: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.endTime = endTime self.maxConcurrency = maxConcurrency @@ -12050,8 +11734,7 @@ public struct GetMaintenanceWindowExecutionTaskInvocationInput: Swift.Sendable { invocationId: Swift.String? = nil, taskId: Swift.String? = nil, windowExecutionId: Swift.String? = nil - ) - { + ) { self.invocationId = invocationId self.taskId = taskId self.windowExecutionId = windowExecutionId @@ -12097,8 +11780,7 @@ public struct GetMaintenanceWindowExecutionTaskInvocationOutput: Swift.Sendable taskType: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowExecutionId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.executionId = executionId self.invocationId = invocationId @@ -12130,8 +11812,7 @@ public struct GetMaintenanceWindowTaskInput: Swift.Sendable { public init( windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.windowId = windowId self.windowTaskId = windowTaskId } @@ -12149,8 +11830,7 @@ extension SSMClientTypes { public init( documentVersion: Swift.String? = nil, parameters: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.documentVersion = documentVersion self.parameters = parameters } @@ -12172,8 +11852,7 @@ extension SSMClientTypes { clientContext: Swift.String? = nil, payload: Foundation.Data? = nil, qualifier: Swift.String? = nil - ) - { + ) { self.clientContext = clientContext self.payload = payload self.qualifier = qualifier @@ -12275,8 +11954,7 @@ extension SSMClientTypes { notificationArn: Swift.String? = nil, notificationEvents: [SSMClientTypes.NotificationEvent]? = nil, notificationType: SSMClientTypes.NotificationType? = nil - ) - { + ) { self.notificationArn = notificationArn self.notificationEvents = notificationEvents self.notificationType = notificationType @@ -12327,8 +12005,7 @@ extension SSMClientTypes { parameters: [Swift.String: [Swift.String]]? = nil, serviceRoleArn: Swift.String? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.cloudWatchOutputConfig = cloudWatchOutputConfig self.comment = comment self.documentHash = documentHash @@ -12361,8 +12038,7 @@ extension SSMClientTypes { public init( input: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.input = input self.name = name } @@ -12392,8 +12068,7 @@ extension SSMClientTypes { lambda: SSMClientTypes.MaintenanceWindowLambdaParameters? = nil, runCommand: SSMClientTypes.MaintenanceWindowRunCommandParameters? = nil, stepFunctions: SSMClientTypes.MaintenanceWindowStepFunctionsParameters? = nil - ) - { + ) { self.automation = automation self.lambda = lambda self.runCommand = runCommand @@ -12453,8 +12128,7 @@ public struct GetMaintenanceWindowTaskOutput: Swift.Sendable { taskType: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cutoffBehavior = cutoffBehavior self.description = description @@ -12489,8 +12163,7 @@ public struct GetOpsItemInput: Swift.Sendable { public init( opsItemArn: Swift.String? = nil, opsItemId: Swift.String? = nil - ) - { + ) { self.opsItemArn = opsItemArn self.opsItemId = opsItemId } @@ -12574,8 +12247,7 @@ extension SSMClientTypes { status: SSMClientTypes.OpsItemStatus? = nil, title: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.actualEndTime = actualEndTime self.actualStartTime = actualStartTime self.category = category @@ -12608,8 +12280,7 @@ public struct GetOpsItemOutput: Swift.Sendable { public init( opsItem: SSMClientTypes.OpsItem? = nil - ) - { + ) { self.opsItem = opsItem } } @@ -12627,8 +12298,7 @@ public struct GetOpsMetadataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, opsMetadataArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.opsMetadataArn = opsMetadataArn @@ -12647,8 +12317,7 @@ public struct GetOpsMetadataOutput: Swift.Sendable { metadata: [Swift.String: SSMClientTypes.MetadataValue]? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.metadata = metadata self.nextToken = nextToken self.resourceId = resourceId @@ -12713,8 +12382,7 @@ extension SSMClientTypes { key: Swift.String? = nil, type: SSMClientTypes.OpsFilterOperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.type = type self.values = values @@ -12732,8 +12400,7 @@ extension SSMClientTypes { public init( typeName: Swift.String? = nil - ) - { + ) { self.typeName = typeName } } @@ -12751,8 +12418,7 @@ extension SSMClientTypes { public init( captureTime: Swift.String? = nil, content: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.captureTime = captureTime self.content = content } @@ -12771,8 +12437,7 @@ extension SSMClientTypes { public init( data: [Swift.String: SSMClientTypes.OpsEntityItem]? = nil, id: Swift.String? = nil - ) - { + ) { self.data = data self.id = id } @@ -12788,8 +12453,7 @@ public struct GetOpsSummaryOutput: Swift.Sendable { public init( entities: [SSMClientTypes.OpsEntity]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.entities = entities self.nextToken = nextToken } @@ -12813,8 +12477,7 @@ public struct InvalidKeyId: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12837,8 +12500,7 @@ public struct ParameterVersionNotFound: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12853,8 +12515,7 @@ public struct GetParameterInput: Swift.Sendable { public init( name: Swift.String? = nil, withDecryption: Swift.Bool? = false - ) - { + ) { self.name = name self.withDecryption = withDecryption } @@ -12893,8 +12554,7 @@ extension SSMClientTypes { type: SSMClientTypes.ParameterType? = nil, value: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.arn = arn self.dataType = dataType self.lastModifiedDate = lastModifiedDate @@ -12919,8 +12579,7 @@ public struct GetParameterOutput: Swift.Sendable { public init( parameter: SSMClientTypes.Parameter? = nil - ) - { + ) { self.parameter = parameter } } @@ -12941,8 +12600,7 @@ public struct GetParameterHistoryInput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, withDecryption: Swift.Bool? = false - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -12995,8 +12653,7 @@ extension SSMClientTypes { type: SSMClientTypes.ParameterType? = nil, value: Swift.String? = nil, version: Swift.Int = 0 - ) - { + ) { self.allowedPattern = allowedPattern self.dataType = dataType self.description = description @@ -13028,8 +12685,7 @@ public struct GetParameterHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [SSMClientTypes.ParameterHistory]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -13045,8 +12701,7 @@ public struct GetParametersInput: Swift.Sendable { public init( names: [Swift.String]? = nil, withDecryption: Swift.Bool? = false - ) - { + ) { self.names = names self.withDecryption = withDecryption } @@ -13061,8 +12716,7 @@ public struct GetParametersOutput: Swift.Sendable { public init( invalidParameters: [Swift.String]? = nil, parameters: [SSMClientTypes.Parameter]? = nil - ) - { + ) { self.invalidParameters = invalidParameters self.parameters = parameters } @@ -13090,8 +12744,7 @@ public struct GetParametersByPathInput: Swift.Sendable { path: Swift.String? = nil, recursive: Swift.Bool? = false, withDecryption: Swift.Bool? = false - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.parameterFilters = parameterFilters @@ -13110,8 +12763,7 @@ public struct GetParametersByPathOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parameters: [SSMClientTypes.Parameter]? = nil - ) - { + ) { self.nextToken = nextToken self.parameters = parameters } @@ -13124,8 +12776,7 @@ public struct GetPatchBaselineInput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -13178,8 +12829,7 @@ public struct GetPatchBaselineOutput: Swift.Sendable { rejectedPatches: [Swift.String]? = nil, rejectedPatchesAction: SSMClientTypes.PatchAction? = nil, sources: [SSMClientTypes.PatchSource]? = nil - ) - { + ) { self.approvalRules = approvalRules self.approvedPatches = approvedPatches self.approvedPatchesComplianceLevel = approvedPatchesComplianceLevel @@ -13208,8 +12858,7 @@ public struct GetPatchBaselineForPatchGroupInput: Swift.Sendable { public init( operatingSystem: SSMClientTypes.OperatingSystem? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.operatingSystem = operatingSystem self.patchGroup = patchGroup } @@ -13227,8 +12876,7 @@ public struct GetPatchBaselineForPatchGroupOutput: Swift.Sendable { baselineId: Swift.String? = nil, operatingSystem: SSMClientTypes.OperatingSystem? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.operatingSystem = operatingSystem self.patchGroup = patchGroup @@ -13248,8 +12896,7 @@ public struct GetResourcePoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -13271,8 +12918,7 @@ extension SSMClientTypes { policy: Swift.String? = nil, policyHash: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.policy = policy self.policyHash = policyHash self.policyId = policyId @@ -13289,8 +12935,7 @@ public struct GetResourcePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policies: [SSMClientTypes.GetResourcePoliciesResponseEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.policies = policies } @@ -13314,8 +12959,7 @@ public struct ServiceSettingNotFound: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13348,8 +12992,7 @@ public struct GetServiceSettingInput: Swift.Sendable { public init( settingId: Swift.String? = nil - ) - { + ) { self.settingId = settingId } } @@ -13384,8 +13027,7 @@ extension SSMClientTypes { settingId: Swift.String? = nil, settingValue: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.arn = arn self.lastModifiedDate = lastModifiedDate self.lastModifiedUser = lastModifiedUser @@ -13403,8 +13045,7 @@ public struct GetServiceSettingOutput: Swift.Sendable { public init( serviceSetting: SSMClientTypes.ServiceSetting? = nil - ) - { + ) { self.serviceSetting = serviceSetting } } @@ -13427,8 +13068,7 @@ public struct ParameterVersionLabelLimitExceeded: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -13447,8 +13087,7 @@ public struct LabelParameterVersionInput: Swift.Sendable { labels: [Swift.String]? = nil, name: Swift.String? = nil, parameterVersion: Swift.Int? = 0 - ) - { + ) { self.labels = labels self.name = name self.parameterVersion = parameterVersion @@ -13464,8 +13103,7 @@ public struct LabelParameterVersionOutput: Swift.Sendable { public init( invalidLabels: [Swift.String]? = nil, parameterVersion: Swift.Int = 0 - ) - { + ) { self.invalidLabels = invalidLabels self.parameterVersion = parameterVersion } @@ -13532,8 +13170,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.AssociationFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -13552,8 +13189,7 @@ public struct ListAssociationsInput: Swift.Sendable { associationFilterList: [SSMClientTypes.AssociationFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationFilterList = associationFilterList self.maxResults = maxResults self.nextToken = nextToken @@ -13605,8 +13241,7 @@ extension SSMClientTypes { scheduleOffset: Swift.Int? = nil, targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.associationId = associationId self.associationName = associationName self.associationVersion = associationVersion @@ -13633,8 +13268,7 @@ public struct ListAssociationsOutput: Swift.Sendable { public init( associations: [SSMClientTypes.Association]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -13653,8 +13287,7 @@ public struct ListAssociationVersionsInput: Swift.Sendable { associationId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.maxResults = maxResults self.nextToken = nextToken @@ -13727,8 +13360,7 @@ extension SSMClientTypes { targetLocations: [SSMClientTypes.TargetLocation]? = nil, targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.applyOnlyAtCronInterval = applyOnlyAtCronInterval self.associationId = associationId self.associationName = associationName @@ -13767,8 +13399,7 @@ public struct ListAssociationVersionsOutput: Swift.Sendable { public init( associationVersions: [SSMClientTypes.AssociationVersionInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationVersions = associationVersions self.nextToken = nextToken } @@ -13896,8 +13527,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.CommandFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -13925,8 +13555,7 @@ public struct ListCommandInvocationsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commandId = commandId self.details = details self.filters = filters @@ -14037,8 +13666,7 @@ extension SSMClientTypes { standardOutputUrl: Swift.String? = nil, status: SSMClientTypes.CommandPluginStatus? = nil, statusDetails: Swift.String? = nil - ) - { + ) { self.name = name self.output = output self.outputS3BucketName = outputS3BucketName @@ -14129,8 +13757,7 @@ extension SSMClientTypes { status: SSMClientTypes.CommandInvocationStatus? = nil, statusDetails: Swift.String? = nil, traceOutput: Swift.String? = nil - ) - { + ) { self.cloudWatchOutputConfig = cloudWatchOutputConfig self.commandId = commandId self.commandPlugins = commandPlugins @@ -14160,8 +13787,7 @@ public struct ListCommandInvocationsOutput: Swift.Sendable { public init( commandInvocations: [SSMClientTypes.CommandInvocation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commandInvocations = commandInvocations self.nextToken = nextToken } @@ -14185,8 +13811,7 @@ public struct ListCommandsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commandId = commandId self.filters = filters self.instanceId = instanceId @@ -14343,8 +13968,7 @@ extension SSMClientTypes { targets: [SSMClientTypes.Target]? = nil, timeoutSeconds: Swift.Int? = nil, triggeredAlarms: [SSMClientTypes.AlarmStateInformation]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cloudWatchOutputConfig = cloudWatchOutputConfig self.commandId = commandId @@ -14389,8 +14013,7 @@ public struct ListCommandsOutput: Swift.Sendable { public init( commands: [SSMClientTypes.Command]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.commands = commands self.nextToken = nextToken } @@ -14449,8 +14072,7 @@ extension SSMClientTypes { key: Swift.String? = nil, type: SSMClientTypes.ComplianceQueryOperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.type = type self.values = values @@ -14476,8 +14098,7 @@ public struct ListComplianceItemsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceIds: [Swift.String]? = nil, resourceTypes: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -14502,8 +14123,7 @@ extension SSMClientTypes { executionId: Swift.String? = nil, executionTime: Foundation.Date? = nil, executionType: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.executionTime = executionTime self.executionType = executionType @@ -14614,8 +14234,7 @@ extension SSMClientTypes { severity: SSMClientTypes.ComplianceSeverity? = nil, status: SSMClientTypes.ComplianceStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.complianceType = complianceType self.details = details self.executionSummary = executionSummary @@ -14638,8 +14257,7 @@ public struct ListComplianceItemsOutput: Swift.Sendable { public init( complianceItems: [SSMClientTypes.ComplianceItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceItems = complianceItems self.nextToken = nextToken } @@ -14657,8 +14275,7 @@ public struct ListComplianceSummariesInput: Swift.Sendable { filters: [SSMClientTypes.ComplianceStringFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -14689,8 +14306,7 @@ extension SSMClientTypes { lowCount: Swift.Int = 0, mediumCount: Swift.Int = 0, unspecifiedCount: Swift.Int = 0 - ) - { + ) { self.criticalCount = criticalCount self.highCount = highCount self.informationalCount = informationalCount @@ -14713,8 +14329,7 @@ extension SSMClientTypes { public init( compliantCount: Swift.Int = 0, severitySummary: SSMClientTypes.SeveritySummary? = nil - ) - { + ) { self.compliantCount = compliantCount self.severitySummary = severitySummary } @@ -14733,8 +14348,7 @@ extension SSMClientTypes { public init( nonCompliantCount: Swift.Int = 0, severitySummary: SSMClientTypes.SeveritySummary? = nil - ) - { + ) { self.nonCompliantCount = nonCompliantCount self.severitySummary = severitySummary } @@ -14756,8 +14370,7 @@ extension SSMClientTypes { complianceType: Swift.String? = nil, compliantSummary: SSMClientTypes.CompliantSummary? = nil, nonCompliantSummary: SSMClientTypes.NonCompliantSummary? = nil - ) - { + ) { self.complianceType = complianceType self.compliantSummary = compliantSummary self.nonCompliantSummary = nonCompliantSummary @@ -14774,8 +14387,7 @@ public struct ListComplianceSummariesOutput: Swift.Sendable { public init( complianceSummaryItems: [SSMClientTypes.ComplianceSummaryItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.complianceSummaryItems = complianceSummaryItems self.nextToken = nextToken } @@ -14827,8 +14439,7 @@ public struct ListDocumentMetadataHistoryInput: Swift.Sendable { metadata: SSMClientTypes.DocumentMetadataEnum? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentVersion = documentVersion self.maxResults = maxResults self.metadata = metadata @@ -14875,8 +14486,7 @@ extension SSMClientTypes { public init( content: Swift.String? = nil, type: SSMClientTypes.DocumentReviewCommentType? = nil - ) - { + ) { self.content = content self.type = type } @@ -14904,8 +14514,7 @@ extension SSMClientTypes { reviewStatus: SSMClientTypes.ReviewStatus? = nil, reviewer: Swift.String? = nil, updatedTime: Foundation.Date? = nil - ) - { + ) { self.comment = comment self.createTime = createTime self.reviewStatus = reviewStatus @@ -14924,8 +14533,7 @@ extension SSMClientTypes { public init( reviewerResponse: [SSMClientTypes.DocumentReviewerResponseSource]? = nil - ) - { + ) { self.reviewerResponse = reviewerResponse } } @@ -14949,8 +14557,7 @@ public struct ListDocumentMetadataHistoryOutput: Swift.Sendable { metadata: SSMClientTypes.DocumentMetadataResponseInfo? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.author = author self.documentVersion = documentVersion self.metadata = metadata @@ -15008,8 +14615,7 @@ extension SSMClientTypes { public init( key: SSMClientTypes.DocumentFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -15067,8 +14673,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -15090,8 +14695,7 @@ public struct ListDocumentsInput: Swift.Sendable { filters: [SSMClientTypes.DocumentKeyValuesFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentFilterList = documentFilterList self.filters = filters self.maxResults = maxResults @@ -15150,8 +14754,7 @@ extension SSMClientTypes { tags: [SSMClientTypes.Tag]? = nil, targetType: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.author = author self.createdDate = createdDate self.displayName = displayName @@ -15180,8 +14783,7 @@ public struct ListDocumentsOutput: Swift.Sendable { public init( documentIdentifiers: [SSMClientTypes.DocumentIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentIdentifiers = documentIdentifiers self.nextToken = nextToken } @@ -15200,8 +14802,7 @@ public struct ListDocumentVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -15244,8 +14845,7 @@ extension SSMClientTypes { status: SSMClientTypes.DocumentStatus? = nil, statusInformation: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.displayName = displayName self.documentFormat = documentFormat @@ -15269,8 +14869,7 @@ public struct ListDocumentVersionsOutput: Swift.Sendable { public init( documentVersions: [SSMClientTypes.DocumentVersionInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.documentVersions = documentVersions self.nextToken = nextToken } @@ -15296,8 +14895,7 @@ public struct ListInventoryEntriesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.filters = filters self.instanceId = instanceId self.maxResults = maxResults @@ -15327,8 +14925,7 @@ public struct ListInventoryEntriesOutput: Swift.Sendable { nextToken: Swift.String? = nil, schemaVersion: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.captureTime = captureTime self.entries = entries self.instanceId = instanceId @@ -15356,8 +14953,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -15479,8 +15075,7 @@ extension SSMClientTypes { key: SSMClientTypes.NodeFilterKey? = nil, type: SSMClientTypes.NodeFilterOperatorType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.type = type self.values = values @@ -15503,8 +15098,7 @@ public struct ListNodesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, syncName: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -15580,8 +15174,7 @@ extension SSMClientTypes { platformType: SSMClientTypes.PlatformType? = nil, platformVersion: Swift.String? = nil, resourceType: SSMClientTypes.ResourceType? = nil - ) - { + ) { self.agentType = agentType self.agentVersion = agentVersion self.computerName = computerName @@ -15626,8 +15219,7 @@ extension SSMClientTypes { accountId: Swift.String? = nil, organizationalUnitId: Swift.String? = nil, organizationalUnitPath: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.organizationalUnitId = organizationalUnitId self.organizationalUnitPath = organizationalUnitPath @@ -15656,8 +15248,7 @@ extension SSMClientTypes { nodeType: SSMClientTypes.NodeType? = nil, owner: SSMClientTypes.NodeOwnerInfo? = nil, region: Swift.String? = nil - ) - { + ) { self.captureTime = captureTime self.id = id self.nodeType = nodeType @@ -15676,8 +15267,7 @@ public struct ListNodesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, nodes: [SSMClientTypes.Node]? = nil - ) - { + ) { self.nextToken = nextToken self.nodes = nodes } @@ -15785,8 +15375,7 @@ public struct ListNodesSummaryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summary: [[Swift.String: Swift.String]]? = nil - ) - { + ) { self.nextToken = nextToken self.summary = summary } @@ -15862,8 +15451,7 @@ extension SSMClientTypes { key: SSMClientTypes.OpsItemEventFilterKey? = nil, `operator`: SSMClientTypes.OpsItemEventFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.values = values @@ -15883,8 +15471,7 @@ public struct ListOpsItemEventsInput: Swift.Sendable { filters: [SSMClientTypes.OpsItemEventFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -15900,8 +15487,7 @@ extension SSMClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -15934,8 +15520,7 @@ extension SSMClientTypes { eventId: Swift.String? = nil, opsItemId: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.createdTime = createdTime self.detail = detail @@ -15956,8 +15541,7 @@ public struct ListOpsItemEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [SSMClientTypes.OpsItemEventSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -16039,8 +15623,7 @@ extension SSMClientTypes { key: SSMClientTypes.OpsItemRelatedItemsFilterKey? = nil, `operator`: SSMClientTypes.OpsItemRelatedItemsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.`operator` = `operator` self.values = values @@ -16063,8 +15646,7 @@ public struct ListOpsItemRelatedItemsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, opsItemId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -16105,8 +15687,7 @@ extension SSMClientTypes { opsItemId: Swift.String? = nil, resourceType: Swift.String? = nil, resourceUri: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.associationType = associationType self.createdBy = createdBy @@ -16129,8 +15710,7 @@ public struct ListOpsItemRelatedItemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [SSMClientTypes.OpsItemRelatedItemSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -16150,8 +15730,7 @@ extension SSMClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -16170,8 +15749,7 @@ public struct ListOpsMetadataInput: Swift.Sendable { filters: [SSMClientTypes.OpsMetadataFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -16199,8 +15777,7 @@ extension SSMClientTypes { lastModifiedUser: Swift.String? = nil, opsMetadataArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.lastModifiedDate = lastModifiedDate self.lastModifiedUser = lastModifiedUser @@ -16219,8 +15796,7 @@ public struct ListOpsMetadataOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, opsMetadataList: [SSMClientTypes.OpsMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.opsMetadataList = opsMetadataList } @@ -16238,8 +15814,7 @@ public struct ListResourceComplianceSummariesInput: Swift.Sendable { filters: [SSMClientTypes.ComplianceStringFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -16276,8 +15851,7 @@ extension SSMClientTypes { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, status: SSMClientTypes.ComplianceStatus? = nil - ) - { + ) { self.complianceType = complianceType self.compliantSummary = compliantSummary self.executionSummary = executionSummary @@ -16299,8 +15873,7 @@ public struct ListResourceComplianceSummariesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceComplianceSummaryItems: [SSMClientTypes.ResourceComplianceSummaryItem]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceComplianceSummaryItems = resourceComplianceSummaryItems } @@ -16318,8 +15891,7 @@ public struct ListResourceDataSyncInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, syncType: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.syncType = syncType @@ -16382,8 +15954,7 @@ extension SSMClientTypes { sourceRegions: [Swift.String]? = nil, sourceType: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.awsOrganizationsSource = awsOrganizationsSource self.enableAllOpsDataSources = enableAllOpsDataSources self.includeFutureRegions = includeFutureRegions @@ -16430,8 +16001,7 @@ extension SSMClientTypes { syncName: Swift.String? = nil, syncSource: SSMClientTypes.ResourceDataSyncSourceWithState? = nil, syncType: Swift.String? = nil - ) - { + ) { self.lastStatus = lastStatus self.lastSuccessfulSyncTime = lastSuccessfulSyncTime self.lastSyncStatusMessage = lastSyncStatusMessage @@ -16455,8 +16025,7 @@ public struct ListResourceDataSyncOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceDataSyncItems: [SSMClientTypes.ResourceDataSyncItem]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceDataSyncItems = resourceDataSyncItems } @@ -16473,8 +16042,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, resourceType: SSMClientTypes.ResourceTypeForTagging? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -16486,8 +16054,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tagList: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -16510,8 +16077,7 @@ public struct DocumentPermissionLimit: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16536,8 +16102,7 @@ public struct ModifyDocumentPermissionInput: Swift.Sendable { name: Swift.String? = nil, permissionType: SSMClientTypes.DocumentPermissionType? = nil, sharedDocumentVersion: Swift.String? = nil - ) - { + ) { self.accountIdsToAdd = accountIdsToAdd self.accountIdsToRemove = accountIdsToRemove self.name = name @@ -16569,8 +16134,7 @@ public struct ComplianceTypeCountLimitExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16595,8 +16159,7 @@ public struct InvalidItemContentException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.typeName = typeName } @@ -16622,8 +16185,7 @@ public struct ItemSizeLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.typeName = typeName } @@ -16647,8 +16209,7 @@ public struct TotalSizeLimitExceededException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16676,8 +16237,7 @@ extension SSMClientTypes { severity: SSMClientTypes.ComplianceSeverity? = nil, status: SSMClientTypes.ComplianceStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.details = details self.id = id self.severity = severity @@ -16745,8 +16305,7 @@ public struct PutComplianceItemsInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, uploadType: SSMClientTypes.ComplianceUploadType? = nil - ) - { + ) { self.complianceType = complianceType self.executionSummary = executionSummary self.itemContentHash = itemContentHash @@ -16780,8 +16339,7 @@ public struct CustomSchemaCountLimitExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16804,8 +16362,7 @@ public struct InvalidInventoryItemContextException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16830,8 +16387,7 @@ public struct ItemContentMismatchException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.typeName = typeName } @@ -16855,8 +16411,7 @@ public struct SubTypeCountLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16881,8 +16436,7 @@ public struct UnsupportedInventoryItemContextException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.typeName = typeName } @@ -16906,8 +16460,7 @@ public struct UnsupportedInventorySchemaVersionException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -16939,8 +16492,7 @@ extension SSMClientTypes { context: [Swift.String: Swift.String]? = nil, schemaVersion: Swift.String? = nil, typeName: Swift.String? = nil - ) - { + ) { self.captureTime = captureTime self.content = content self.contentHash = contentHash @@ -16962,8 +16514,7 @@ public struct PutInventoryInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, items: [SSMClientTypes.InventoryItem]? = nil - ) - { + ) { self.instanceId = instanceId self.items = items } @@ -16975,8 +16526,7 @@ public struct PutInventoryOutput: Swift.Sendable { public init( message: Swift.String? = nil - ) - { + ) { self.message = message } } @@ -17000,8 +16550,7 @@ public struct HierarchyLevelLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17025,8 +16574,7 @@ public struct HierarchyTypeMismatchException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17049,8 +16597,7 @@ public struct IncompatiblePolicyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17074,8 +16621,7 @@ public struct InvalidAllowedPatternException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17098,8 +16644,7 @@ public struct InvalidPolicyAttributeException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17122,8 +16667,7 @@ public struct InvalidPolicyTypeException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17146,8 +16690,7 @@ public struct ParameterAlreadyExists: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17170,8 +16713,7 @@ public struct ParameterLimitExceeded: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17194,8 +16736,7 @@ public struct ParameterMaxVersionLimitExceeded: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17219,8 +16760,7 @@ public struct ParameterPatternMismatchException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17243,8 +16783,7 @@ public struct PoliciesLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17267,8 +16806,7 @@ public struct UnsupportedParameterType: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17362,8 +16900,7 @@ public struct PutParameterInput: Swift.Sendable { tier: SSMClientTypes.ParameterTier? = nil, type: SSMClientTypes.ParameterType? = nil, value: Swift.String? = nil - ) - { + ) { self.allowedPattern = allowedPattern self.dataType = dataType self.description = description @@ -17392,8 +16929,7 @@ public struct PutParameterOutput: Swift.Sendable { public init( tier: SSMClientTypes.ParameterTier? = nil, version: Swift.Int = 0 - ) - { + ) { self.tier = tier self.version = version } @@ -17421,8 +16957,7 @@ public struct ResourcePolicyLimitExceededException: ClientRuntime.ModeledError, limit: Swift.Int = 0, limitType: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.limit = limit self.properties.limitType = limitType self.properties.message = message @@ -17446,8 +16981,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policyHash: Swift.String? = nil, policyId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.policyHash = policyHash self.policyId = policyId @@ -17464,8 +16998,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policyHash: Swift.String? = nil, policyId: Swift.String? = nil - ) - { + ) { self.policyHash = policyHash self.policyId = policyId } @@ -17478,8 +17011,7 @@ public struct RegisterDefaultPatchBaselineInput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -17490,8 +17022,7 @@ public struct RegisterDefaultPatchBaselineOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId } } @@ -17507,8 +17038,7 @@ public struct RegisterPatchBaselineForPatchGroupInput: Swift.Sendable { public init( baselineId: Swift.String? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.patchGroup = patchGroup } @@ -17523,8 +17053,7 @@ public struct RegisterPatchBaselineForPatchGroupOutput: Swift.Sendable { public init( baselineId: Swift.String? = nil, patchGroup: Swift.String? = nil - ) - { + ) { self.baselineId = baselineId self.patchGroup = patchGroup } @@ -17557,8 +17086,7 @@ public struct RegisterTargetWithMaintenanceWindowInput: Swift.Sendable { resourceType: SSMClientTypes.MaintenanceWindowResourceType? = nil, targets: [SSMClientTypes.Target]? = nil, windowId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -17580,8 +17108,7 @@ public struct RegisterTargetWithMaintenanceWindowOutput: Swift.Sendable { public init( windowTargetId: Swift.String? = nil - ) - { + ) { self.windowTargetId = windowTargetId } } @@ -17604,8 +17131,7 @@ public struct FeatureNotAvailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17675,8 +17201,7 @@ public struct RegisterTaskWithMaintenanceWindowInput: Swift.Sendable { taskParameters: [Swift.String: SSMClientTypes.MaintenanceWindowTaskParameterValueExpression]? = nil, taskType: SSMClientTypes.MaintenanceWindowTaskType? = nil, windowId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.clientToken = clientToken self.cutoffBehavior = cutoffBehavior @@ -17707,8 +17232,7 @@ public struct RegisterTaskWithMaintenanceWindowOutput: Swift.Sendable { public init( windowTaskId: Swift.String? = nil - ) - { + ) { self.windowTaskId = windowTaskId } } @@ -17728,8 +17252,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { resourceId: Swift.String? = nil, resourceType: SSMClientTypes.ResourceTypeForTagging? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType self.tagKeys = tagKeys @@ -17769,8 +17292,7 @@ public struct ResetServiceSettingInput: Swift.Sendable { public init( settingId: Swift.String? = nil - ) - { + ) { self.settingId = settingId } } @@ -17782,8 +17304,7 @@ public struct ResetServiceSettingOutput: Swift.Sendable { public init( serviceSetting: SSMClientTypes.ServiceSetting? = nil - ) - { + ) { self.serviceSetting = serviceSetting } } @@ -17795,8 +17316,7 @@ public struct ResumeSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -17813,8 +17333,7 @@ public struct ResumeSessionOutput: Swift.Sendable { sessionId: Swift.String? = nil, streamUrl: Swift.String? = nil, tokenValue: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId self.streamUrl = streamUrl self.tokenValue = tokenValue @@ -17839,8 +17358,7 @@ public struct AutomationStepNotFoundException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17863,8 +17381,7 @@ public struct InvalidAutomationSignalException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17921,8 +17438,7 @@ public struct SendAutomationSignalInput: Swift.Sendable { automationExecutionId: Swift.String? = nil, payload: [Swift.String: [Swift.String]]? = nil, signalType: SSMClientTypes.SignalType? = nil - ) - { + ) { self.automationExecutionId = automationExecutionId self.payload = payload self.signalType = signalType @@ -17952,8 +17468,7 @@ public struct InvalidNotificationConfig: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -17989,8 +17504,7 @@ public struct InvalidRole: ClientRuntime.ModeledError, AWSClientRuntime.AWSServi public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18053,8 +17567,7 @@ public struct SendCommandInput: Swift.Sendable { serviceRoleArn: Swift.String? = nil, targets: [SSMClientTypes.Target]? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cloudWatchOutputConfig = cloudWatchOutputConfig self.comment = comment @@ -18087,8 +17600,7 @@ public struct SendCommandOutput: Swift.Sendable { public init( command: SSMClientTypes.Command? = nil - ) - { + ) { self.command = command } } @@ -18111,8 +17623,7 @@ public struct InvalidAssociation: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18124,8 +17635,7 @@ public struct StartAssociationsOnceInput: Swift.Sendable { public init( associationIds: [Swift.String]? = nil - ) - { + ) { self.associationIds = associationIds } } @@ -18153,8 +17663,7 @@ public struct AutomationDefinitionNotFoundException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18177,8 +17686,7 @@ public struct AutomationDefinitionVersionNotFoundException: ClientRuntime.Modele public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18201,8 +17709,7 @@ public struct AutomationExecutionLimitExceededException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18225,8 +17732,7 @@ public struct InvalidAutomationExecutionParametersException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18284,8 +17790,7 @@ public struct StartAutomationExecutionInput: Swift.Sendable { targetMaps: [[Swift.String: [Swift.String]]]? = nil, targetParameterName: Swift.String? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.clientToken = clientToken self.documentName = documentName @@ -18309,8 +17814,7 @@ public struct StartAutomationExecutionOutput: Swift.Sendable { public init( automationExecutionId: Swift.String? = nil - ) - { + ) { self.automationExecutionId = automationExecutionId } } @@ -18333,8 +17837,7 @@ public struct AutomationDefinitionNotApprovedException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18381,8 +17884,7 @@ public struct StartChangeRequestExecutionInput: Swift.Sendable { scheduledEndTime: Foundation.Date? = nil, scheduledTime: Foundation.Date? = nil, tags: [SSMClientTypes.Tag]? = nil - ) - { + ) { self.autoApprove = autoApprove self.changeDetails = changeDetails self.changeRequestName = changeRequestName @@ -18403,8 +17905,7 @@ public struct StartChangeRequestExecutionOutput: Swift.Sendable { public init( automationExecutionId: Swift.String? = nil - ) - { + ) { self.automationExecutionId = automationExecutionId } } @@ -18430,8 +17931,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reasonCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reasonCode = reasonCode } @@ -18461,8 +17961,7 @@ extension SSMClientTypes { targetMaps: [[Swift.String: [Swift.String]]]? = nil, targetParameterName: Swift.String? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.parameters = parameters self.targetLocations = targetLocations self.targetLocationsURL = targetLocationsURL @@ -18496,8 +17995,7 @@ public struct StartExecutionPreviewInput: Swift.Sendable { documentName: Swift.String? = nil, documentVersion: Swift.String? = nil, executionInputs: SSMClientTypes.ExecutionInputs? = nil - ) - { + ) { self.documentName = documentName self.documentVersion = documentVersion self.executionInputs = executionInputs @@ -18510,8 +18008,7 @@ public struct StartExecutionPreviewOutput: Swift.Sendable { public init( executionPreviewId: Swift.String? = nil - ) - { + ) { self.executionPreviewId = executionPreviewId } } @@ -18534,8 +18031,7 @@ public struct TargetNotConnected: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18556,8 +18052,7 @@ public struct StartSessionInput: Swift.Sendable { parameters: [Swift.String: [Swift.String]]? = nil, reason: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.documentName = documentName self.parameters = parameters self.reason = reason @@ -18577,8 +18072,7 @@ public struct StartSessionOutput: Swift.Sendable { sessionId: Swift.String? = nil, streamUrl: Swift.String? = nil, tokenValue: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId self.streamUrl = streamUrl self.tokenValue = tokenValue @@ -18603,8 +18097,7 @@ public struct InvalidAutomationStatusUpdateException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18648,8 +18141,7 @@ public struct StopAutomationExecutionInput: Swift.Sendable { public init( automationExecutionId: Swift.String? = nil, type: SSMClientTypes.StopType? = nil - ) - { + ) { self.automationExecutionId = automationExecutionId self.type = type } @@ -18667,8 +18159,7 @@ public struct TerminateSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -18679,8 +18170,7 @@ public struct TerminateSessionOutput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -18700,8 +18190,7 @@ public struct UnlabelParameterVersionInput: Swift.Sendable { labels: [Swift.String]? = nil, name: Swift.String? = nil, parameterVersion: Swift.Int? = 0 - ) - { + ) { self.labels = labels self.name = name self.parameterVersion = parameterVersion @@ -18717,8 +18206,7 @@ public struct UnlabelParameterVersionOutput: Swift.Sendable { public init( invalidLabels: [Swift.String]? = nil, removedLabels: [Swift.String]? = nil - ) - { + ) { self.invalidLabels = invalidLabels self.removedLabels = removedLabels } @@ -18742,8 +18230,7 @@ public struct AssociationVersionLimitExceeded: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18766,8 +18253,7 @@ public struct InvalidUpdate: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18843,8 +18329,7 @@ public struct UpdateAssociationInput: Swift.Sendable { targetLocations: [SSMClientTypes.TargetLocation]? = nil, targetMaps: [[Swift.String: [Swift.String]]]? = nil, targets: [SSMClientTypes.Target]? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.applyOnlyAtCronInterval = applyOnlyAtCronInterval self.associationId = associationId @@ -18880,8 +18365,7 @@ public struct UpdateAssociationOutput: Swift.Sendable { public init( associationDescription: SSMClientTypes.AssociationDescription? = nil - ) - { + ) { self.associationDescription = associationDescription } } @@ -18914,8 +18398,7 @@ public struct UpdateAssociationStatusInput: Swift.Sendable { associationStatus: SSMClientTypes.AssociationStatus? = nil, instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.instanceId = instanceId self.name = name @@ -18928,8 +18411,7 @@ public struct UpdateAssociationStatusOutput: Swift.Sendable { public init( associationDescription: SSMClientTypes.AssociationDescription? = nil - ) - { + ) { self.associationDescription = associationDescription } } @@ -18952,8 +18434,7 @@ public struct DocumentVersionLimitExceeded: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -18976,8 +18457,7 @@ public struct DuplicateDocumentContent: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19000,8 +18480,7 @@ public struct DuplicateDocumentVersionName: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19035,8 +18514,7 @@ public struct UpdateDocumentInput: Swift.Sendable { name: Swift.String? = nil, targetType: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.content = content self.displayName = displayName @@ -19054,8 +18532,7 @@ public struct UpdateDocumentOutput: Swift.Sendable { public init( documentDescription: SSMClientTypes.DocumentDescription? = nil - ) - { + ) { self.documentDescription = documentDescription } } @@ -19071,8 +18548,7 @@ public struct UpdateDocumentDefaultVersionInput: Swift.Sendable { public init( documentVersion: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.documentVersion = documentVersion self.name = name } @@ -19093,8 +18569,7 @@ extension SSMClientTypes { defaultVersion: Swift.String? = nil, defaultVersionName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.defaultVersion = defaultVersion self.defaultVersionName = defaultVersionName self.name = name @@ -19108,8 +18583,7 @@ public struct UpdateDocumentDefaultVersionOutput: Swift.Sendable { public init( description: SSMClientTypes.DocumentDefaultVersionDescription? = nil - ) - { + ) { self.description = description } } @@ -19162,8 +18636,7 @@ extension SSMClientTypes { public init( action: SSMClientTypes.DocumentReviewAction? = nil, comment: [SSMClientTypes.DocumentReviewCommentSource]? = nil - ) - { + ) { self.action = action self.comment = comment } @@ -19184,8 +18657,7 @@ public struct UpdateDocumentMetadataInput: Swift.Sendable { documentReviews: SSMClientTypes.DocumentReviews? = nil, documentVersion: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.documentReviews = documentReviews self.documentVersion = documentVersion self.name = name @@ -19240,8 +18712,7 @@ public struct UpdateMaintenanceWindowInput: Swift.Sendable { scheduleTimezone: Swift.String? = nil, startDate: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.allowUnassociatedTargets = allowUnassociatedTargets self.cutoff = cutoff self.description = description @@ -19302,8 +18773,7 @@ public struct UpdateMaintenanceWindowOutput: Swift.Sendable { scheduleTimezone: Swift.String? = nil, startDate: Swift.String? = nil, windowId: Swift.String? = nil - ) - { + ) { self.allowUnassociatedTargets = allowUnassociatedTargets self.cutoff = cutoff self.description = description @@ -19350,8 +18820,7 @@ public struct UpdateMaintenanceWindowTargetInput: Swift.Sendable { targets: [SSMClientTypes.Target]? = nil, windowId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ownerInformation = ownerInformation @@ -19388,8 +18857,7 @@ public struct UpdateMaintenanceWindowTargetOutput: Swift.Sendable { targets: [SSMClientTypes.Target]? = nil, windowId: Swift.String? = nil, windowTargetId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.ownerInformation = ownerInformation @@ -19468,8 +18936,7 @@ public struct UpdateMaintenanceWindowTaskInput: Swift.Sendable { taskParameters: [Swift.String: SSMClientTypes.MaintenanceWindowTaskParameterValueExpression]? = nil, windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cutoffBehavior = cutoffBehavior self.description = description @@ -19542,8 +19009,7 @@ public struct UpdateMaintenanceWindowTaskOutput: Swift.Sendable { taskParameters: [Swift.String: SSMClientTypes.MaintenanceWindowTaskParameterValueExpression]? = nil, windowId: Swift.String? = nil, windowTaskId: Swift.String? = nil - ) - { + ) { self.alarmConfiguration = alarmConfiguration self.cutoffBehavior = cutoffBehavior self.description = description @@ -19578,8 +19044,7 @@ public struct UpdateManagedInstanceRoleInput: Swift.Sendable { public init( iamRole: Swift.String? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.iamRole = iamRole self.instanceId = instanceId } @@ -19642,8 +19107,7 @@ public struct UpdateOpsItemInput: Swift.Sendable { severity: Swift.String? = nil, status: SSMClientTypes.OpsItemStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.actualEndTime = actualEndTime self.actualStartTime = actualStartTime self.category = category @@ -19686,8 +19150,7 @@ public struct OpsMetadataKeyLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19705,8 +19168,7 @@ public struct UpdateOpsMetadataInput: Swift.Sendable { keysToDelete: [Swift.String]? = nil, metadataToUpdate: [Swift.String: SSMClientTypes.MetadataValue]? = nil, opsMetadataArn: Swift.String? = nil - ) - { + ) { self.keysToDelete = keysToDelete self.metadataToUpdate = metadataToUpdate self.opsMetadataArn = opsMetadataArn @@ -19719,8 +19181,7 @@ public struct UpdateOpsMetadataOutput: Swift.Sendable { public init( opsMetadataArn: Swift.String? = nil - ) - { + ) { self.opsMetadataArn = opsMetadataArn } } @@ -19765,8 +19226,7 @@ public struct UpdatePatchBaselineInput: Swift.Sendable { rejectedPatchesAction: SSMClientTypes.PatchAction? = nil, replace: Swift.Bool? = false, sources: [SSMClientTypes.PatchSource]? = nil - ) - { + ) { self.approvalRules = approvalRules self.approvedPatches = approvedPatches self.approvedPatchesComplianceLevel = approvedPatchesComplianceLevel @@ -19827,8 +19287,7 @@ public struct UpdatePatchBaselineOutput: Swift.Sendable { rejectedPatches: [Swift.String]? = nil, rejectedPatchesAction: SSMClientTypes.PatchAction? = nil, sources: [SSMClientTypes.PatchSource]? = nil - ) - { + ) { self.approvalRules = approvalRules self.approvedPatches = approvedPatches self.approvedPatchesComplianceLevel = approvedPatchesComplianceLevel @@ -19864,8 +19323,7 @@ public struct ResourceDataSyncConflictException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -19885,8 +19343,7 @@ public struct UpdateResourceDataSyncInput: Swift.Sendable { syncName: Swift.String? = nil, syncSource: SSMClientTypes.ResourceDataSyncSource? = nil, syncType: Swift.String? = nil - ) - { + ) { self.syncName = syncName self.syncSource = syncSource self.syncType = syncType @@ -19951,8 +19408,7 @@ public struct UpdateServiceSettingInput: Swift.Sendable { public init( settingId: Swift.String? = nil, settingValue: Swift.String? = nil - ) - { + ) { self.settingId = settingId self.settingValue = settingValue } @@ -19979,8 +19435,7 @@ extension SSMClientTypes { aggregators: [SSMClientTypes.InventoryAggregator]? = nil, expression: Swift.String? = nil, groups: [SSMClientTypes.InventoryGroup]? = nil - ) - { + ) { self.aggregators = aggregators self.expression = expression self.groups = groups @@ -20009,8 +19464,7 @@ extension SSMClientTypes { aggregators: [SSMClientTypes.NodeAggregator]? = nil, attributeName: SSMClientTypes.NodeAttributeName? = nil, typeName: SSMClientTypes.NodeTypeName? = nil - ) - { + ) { self.aggregatorType = aggregatorType self.aggregators = aggregators self.attributeName = attributeName @@ -20043,8 +19497,7 @@ extension SSMClientTypes { filters: [SSMClientTypes.OpsFilter]? = nil, typeName: Swift.String? = nil, values: [Swift.String: Swift.String]? = nil - ) - { + ) { self.aggregatorType = aggregatorType self.aggregators = aggregators self.attributeName = attributeName @@ -20073,8 +19526,7 @@ public struct GetInventoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resultAttributes: [SSMClientTypes.ResultAttribute]? = nil - ) - { + ) { self.aggregators = aggregators self.filters = filters self.maxResults = maxResults @@ -20104,8 +19556,7 @@ public struct GetOpsSummaryInput: Swift.Sendable { nextToken: Swift.String? = nil, resultAttributes: [SSMClientTypes.OpsResultAttribute]? = nil, syncName: Swift.String? = nil - ) - { + ) { self.aggregators = aggregators self.filters = filters self.maxResults = maxResults @@ -20134,8 +19585,7 @@ public struct ListNodesSummaryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, syncName: Swift.String? = nil - ) - { + ) { self.aggregators = aggregators self.filters = filters self.maxResults = maxResults diff --git a/Sources/Services/AWSSSM/Sources/AWSSSM/SSMClient.swift b/Sources/Services/AWSSSM/Sources/AWSSSM/SSMClient.swift index 25bfd7413cb..6b0fdf1e372 100644 --- a/Sources/Services/AWSSSM/Sources/AWSSSM/SSMClient.swift +++ b/Sources/Services/AWSSSM/Sources/AWSSSM/SSMClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSMClient: ClientRuntime.Client { public static let clientName = "SSMClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSMClient.SSMClientConfiguration let serviceName = "SSM" diff --git a/Sources/Services/AWSSSMContacts/Package.swift.txt b/Sources/Services/AWSSSMContacts/Package.swift.txt index d0ba548cb93..3eae3796fb6 100644 --- a/Sources/Services/AWSSSMContacts/Package.swift.txt +++ b/Sources/Services/AWSSSMContacts/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/Models.swift b/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/Models.swift index 7bc95c1370f..fb2ab2f72e4 100644 --- a/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/Models.swift +++ b/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/Models.swift @@ -76,8 +76,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -104,8 +103,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -138,8 +136,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -174,8 +171,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -197,8 +193,7 @@ extension SSMContactsClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -265,8 +260,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [SSMContactsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: SSMContactsClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -326,8 +320,7 @@ public struct AcceptPageInput: Swift.Sendable { contactChannelId: Swift.String? = nil, note: Swift.String? = nil, pageId: Swift.String? = nil - ) - { + ) { self.acceptCode = acceptCode self.acceptCodeValidation = acceptCodeValidation self.acceptType = acceptType @@ -353,8 +346,7 @@ public struct ActivateContactChannelInput: Swift.Sendable { public init( activationCode: Swift.String? = nil, contactChannelId: Swift.String? = nil - ) - { + ) { self.activationCode = activationCode self.contactChannelId = contactChannelId } @@ -407,8 +399,7 @@ extension SSMContactsClientTypes { public init( contactChannelId: Swift.String? = nil, retryIntervalInMinutes: Swift.Int? = nil - ) - { + ) { self.contactChannelId = contactChannelId self.retryIntervalInMinutes = retryIntervalInMinutes } @@ -461,8 +452,7 @@ extension SSMContactsClientTypes { public init( dependentResourceIds: [Swift.String]? = nil, relationType: Swift.String? = nil - ) - { + ) { self.dependentResourceIds = dependentResourceIds self.relationType = relationType } @@ -499,8 +489,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.dependentEntities = dependentEntities self.properties.message = message self.properties.resourceId = resourceId @@ -561,8 +550,7 @@ extension SSMContactsClientTypes { contactArn: Swift.String? = nil, displayName: Swift.String? = nil, type: SSMContactsClientTypes.ContactType? = nil - ) - { + ) { self.alias = alias self.contactArn = contactArn self.displayName = displayName @@ -586,8 +574,7 @@ extension SSMContactsClientTypes { public init( simpleAddress: Swift.String? = nil - ) - { + ) { self.simpleAddress = simpleAddress } } @@ -628,8 +615,7 @@ extension SSMContactsClientTypes { deliveryAddress: SSMContactsClientTypes.ContactChannelAddress? = nil, name: Swift.String? = nil, type: SSMContactsClientTypes.ChannelType? = nil - ) - { + ) { self.activationStatus = activationStatus self.contactArn = contactArn self.contactChannelArn = contactChannelArn @@ -653,8 +639,7 @@ extension SSMContactsClientTypes { public init( contactId: Swift.String? = nil, isEssential: Swift.Bool? = nil - ) - { + ) { self.contactId = contactId self.isEssential = isEssential } @@ -675,8 +660,7 @@ extension SSMContactsClientTypes { public init( hourOfDay: Swift.Int = 0, minuteOfHour: Swift.Int = 0 - ) - { + ) { self.hourOfDay = hourOfDay self.minuteOfHour = minuteOfHour } @@ -695,8 +679,7 @@ extension SSMContactsClientTypes { public init( end: SSMContactsClientTypes.HandOffTime? = nil, start: SSMContactsClientTypes.HandOffTime? = nil - ) - { + ) { self.end = end self.start = start } @@ -722,8 +705,7 @@ public struct DataEncryptionException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -761,8 +743,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -783,8 +764,7 @@ extension SSMContactsClientTypes { public init( channelTargetInfo: SSMContactsClientTypes.ChannelTargetInfo? = nil, contactTargetInfo: SSMContactsClientTypes.ContactTargetInfo? = nil - ) - { + ) { self.channelTargetInfo = channelTargetInfo self.contactTargetInfo = contactTargetInfo } @@ -805,8 +785,7 @@ extension SSMContactsClientTypes { public init( durationInMinutes: Swift.Int? = nil, targets: [SSMContactsClientTypes.Target]? = nil - ) - { + ) { self.durationInMinutes = durationInMinutes self.targets = targets } @@ -825,8 +804,7 @@ extension SSMContactsClientTypes { public init( rotationIds: [Swift.String]? = nil, stages: [SSMContactsClientTypes.Stage]? = nil - ) - { + ) { self.rotationIds = rotationIds self.stages = stages } @@ -845,8 +823,7 @@ extension SSMContactsClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -877,8 +854,7 @@ public struct CreateContactInput: Swift.Sendable { plan: SSMContactsClientTypes.Plan? = nil, tags: [SSMContactsClientTypes.Tag]? = nil, type: SSMContactsClientTypes.ContactType? = nil - ) - { + ) { self.alias = alias self.displayName = displayName self.idempotencyToken = idempotencyToken @@ -895,8 +871,7 @@ public struct CreateContactOutput: Swift.Sendable { public init( contactArn: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn } } @@ -938,8 +913,7 @@ public struct CreateContactChannelInput: Swift.Sendable { idempotencyToken: Swift.String? = nil, name: Swift.String? = nil, type: SSMContactsClientTypes.ChannelType? = nil - ) - { + ) { self.contactId = contactId self.deferActivation = deferActivation self.deliveryAddress = deliveryAddress @@ -956,8 +930,7 @@ public struct CreateContactChannelOutput: Swift.Sendable { public init( contactChannelArn: Swift.String? = nil - ) - { + ) { self.contactChannelArn = contactChannelArn } } @@ -976,8 +949,7 @@ extension SSMContactsClientTypes { public init( dayOfMonth: Swift.Int? = nil, handOffTime: SSMContactsClientTypes.HandOffTime? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.handOffTime = handOffTime } @@ -1042,8 +1014,7 @@ extension SSMContactsClientTypes { public init( dayOfWeek: SSMContactsClientTypes.DayOfWeek? = nil, handOffTime: SSMContactsClientTypes.HandOffTime? = nil - ) - { + ) { self.dayOfWeek = dayOfWeek self.handOffTime = handOffTime } @@ -1076,8 +1047,7 @@ extension SSMContactsClientTypes { recurrenceMultiplier: Swift.Int? = nil, shiftCoverages: [Swift.String: [SSMContactsClientTypes.CoverageTime]]? = nil, weeklySettings: [SSMContactsClientTypes.WeeklySetting]? = nil - ) - { + ) { self.dailySettings = dailySettings self.monthlySettings = monthlySettings self.numberOfOnCalls = numberOfOnCalls @@ -1116,8 +1086,7 @@ public struct CreateRotationInput: Swift.Sendable { startTime: Foundation.Date? = nil, tags: [SSMContactsClientTypes.Tag]? = nil, timeZoneId: Swift.String? = nil - ) - { + ) { self.contactIds = contactIds self.idempotencyToken = idempotencyToken self.name = name @@ -1135,8 +1104,7 @@ public struct CreateRotationOutput: Swift.Sendable { public init( rotationArn: Swift.String? = nil - ) - { + ) { self.rotationArn = rotationArn } } @@ -1163,8 +1131,7 @@ public struct CreateRotationOverrideInput: Swift.Sendable { newContactIds: [Swift.String]? = nil, rotationId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.idempotencyToken = idempotencyToken self.newContactIds = newContactIds @@ -1180,8 +1147,7 @@ public struct CreateRotationOverrideOutput: Swift.Sendable { public init( rotationOverrideId: Swift.String? = nil - ) - { + ) { self.rotationOverrideId = rotationOverrideId } } @@ -1193,8 +1159,7 @@ public struct DeactivateContactChannelInput: Swift.Sendable { public init( contactChannelId: Swift.String? = nil - ) - { + ) { self.contactChannelId = contactChannelId } } @@ -1211,8 +1176,7 @@ public struct DeleteContactInput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -1229,8 +1193,7 @@ public struct DeleteContactChannelInput: Swift.Sendable { public init( contactChannelId: Swift.String? = nil - ) - { + ) { self.contactChannelId = contactChannelId } } @@ -1247,8 +1210,7 @@ public struct DeleteRotationInput: Swift.Sendable { public init( rotationId: Swift.String? = nil - ) - { + ) { self.rotationId = rotationId } } @@ -1269,8 +1231,7 @@ public struct DeleteRotationOverrideInput: Swift.Sendable { public init( rotationId: Swift.String? = nil, rotationOverrideId: Swift.String? = nil - ) - { + ) { self.rotationId = rotationId self.rotationOverrideId = rotationOverrideId } @@ -1288,8 +1249,7 @@ public struct DescribeEngagementInput: Swift.Sendable { public init( engagementId: Swift.String? = nil - ) - { + ) { self.engagementId = engagementId } } @@ -1332,8 +1292,7 @@ public struct DescribeEngagementOutput: Swift.Sendable { startTime: Foundation.Date? = nil, stopTime: Foundation.Date? = nil, subject: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.content = content self.engagementArn = engagementArn @@ -1354,8 +1313,7 @@ public struct DescribePageInput: Swift.Sendable { public init( pageId: Swift.String? = nil - ) - { + ) { self.pageId = pageId } } @@ -1405,8 +1363,7 @@ public struct DescribePageOutput: Swift.Sendable { sender: Swift.String? = nil, sentTime: Foundation.Date? = nil, subject: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.content = content self.deliveryTime = deliveryTime @@ -1449,8 +1406,7 @@ extension SSMContactsClientTypes { sender: Swift.String? = nil, startTime: Foundation.Date? = nil, stopTime: Foundation.Date? = nil - ) - { + ) { self.contactArn = contactArn self.engagementArn = engagementArn self.incidentId = incidentId @@ -1468,8 +1424,7 @@ public struct GetContactInput: Swift.Sendable { public init( contactId: Swift.String? = nil - ) - { + ) { self.contactId = contactId } } @@ -1496,8 +1451,7 @@ public struct GetContactOutput: Swift.Sendable { displayName: Swift.String? = nil, plan: SSMContactsClientTypes.Plan? = nil, type: SSMContactsClientTypes.ContactType? = nil - ) - { + ) { self.alias = alias self.contactArn = contactArn self.displayName = displayName @@ -1513,8 +1467,7 @@ public struct GetContactChannelInput: Swift.Sendable { public init( contactChannelId: Swift.String? = nil - ) - { + ) { self.contactChannelId = contactChannelId } } @@ -1545,8 +1498,7 @@ public struct GetContactChannelOutput: Swift.Sendable { deliveryAddress: SSMContactsClientTypes.ContactChannelAddress? = nil, name: Swift.String? = nil, type: SSMContactsClientTypes.ChannelType? = nil - ) - { + ) { self.activationStatus = activationStatus self.contactArn = contactArn self.contactChannelArn = contactChannelArn @@ -1563,8 +1515,7 @@ public struct GetContactPolicyInput: Swift.Sendable { public init( contactArn: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn } } @@ -1578,8 +1529,7 @@ public struct GetContactPolicyOutput: Swift.Sendable { public init( contactArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.policy = policy } @@ -1592,8 +1542,7 @@ public struct GetRotationInput: Swift.Sendable { public init( rotationId: Swift.String? = nil - ) - { + ) { self.rotationId = rotationId } } @@ -1625,8 +1574,7 @@ public struct GetRotationOutput: Swift.Sendable { rotationArn: Swift.String? = nil, startTime: Foundation.Date? = nil, timeZoneId: Swift.String? = nil - ) - { + ) { self.contactIds = contactIds self.name = name self.recurrence = recurrence @@ -1647,8 +1595,7 @@ public struct GetRotationOverrideInput: Swift.Sendable { public init( rotationId: Swift.String? = nil, rotationOverrideId: Swift.String? = nil - ) - { + ) { self.rotationId = rotationId self.rotationOverrideId = rotationOverrideId } @@ -1675,8 +1622,7 @@ public struct GetRotationOverrideOutput: Swift.Sendable { rotationArn: Swift.String? = nil, rotationOverrideId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.endTime = endTime self.newContactIds = newContactIds @@ -1699,8 +1645,7 @@ public struct ListContactChannelsInput: Swift.Sendable { contactId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.maxResults = maxResults self.nextToken = nextToken @@ -1717,8 +1662,7 @@ public struct ListContactChannelsOutput: Swift.Sendable { public init( contactChannels: [SSMContactsClientTypes.ContactChannel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactChannels = contactChannels self.nextToken = nextToken } @@ -1739,8 +1683,7 @@ public struct ListContactsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: SSMContactsClientTypes.ContactType? = nil - ) - { + ) { self.aliasPrefix = aliasPrefix self.maxResults = maxResults self.nextToken = nextToken @@ -1757,8 +1700,7 @@ public struct ListContactsOutput: Swift.Sendable { public init( contacts: [SSMContactsClientTypes.Contact]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contacts = contacts self.nextToken = nextToken } @@ -1776,8 +1718,7 @@ extension SSMContactsClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1799,8 +1740,7 @@ public struct ListEngagementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, timeRangeValue: SSMContactsClientTypes.TimeRange? = nil - ) - { + ) { self.incidentId = incidentId self.maxResults = maxResults self.nextToken = nextToken @@ -1818,8 +1758,7 @@ public struct ListEngagementsOutput: Swift.Sendable { public init( engagements: [SSMContactsClientTypes.Engagement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagements = engagements self.nextToken = nextToken } @@ -1838,8 +1777,7 @@ public struct ListPageReceiptsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pageId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.pageId = pageId @@ -1904,8 +1842,7 @@ extension SSMContactsClientTypes { receiptInfo: Swift.String? = nil, receiptTime: Foundation.Date? = nil, receiptType: SSMContactsClientTypes.ReceiptType? = nil - ) - { + ) { self.contactChannelArn = contactChannelArn self.receiptInfo = receiptInfo self.receiptTime = receiptTime @@ -1923,8 +1860,7 @@ public struct ListPageReceiptsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, receipts: [SSMContactsClientTypes.Receipt]? = nil - ) - { + ) { self.nextToken = nextToken self.receipts = receipts } @@ -1940,8 +1876,7 @@ public struct ListPageResolutionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.pageId = pageId } @@ -1964,8 +1899,7 @@ extension SSMContactsClientTypes { contactArn: Swift.String? = nil, stageIndex: Swift.Int? = 0, type: SSMContactsClientTypes.ContactType? = nil - ) - { + ) { self.contactArn = contactArn self.stageIndex = stageIndex self.type = type @@ -1983,8 +1917,7 @@ public struct ListPageResolutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pageResolutions: [SSMContactsClientTypes.ResolutionContact]? = nil - ) - { + ) { self.nextToken = nextToken self.pageResolutions = pageResolutions } @@ -2003,8 +1936,7 @@ public struct ListPagesByContactInput: Swift.Sendable { contactId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.maxResults = maxResults self.nextToken = nextToken @@ -2045,8 +1977,7 @@ extension SSMContactsClientTypes { readTime: Foundation.Date? = nil, sender: Swift.String? = nil, sentTime: Foundation.Date? = nil - ) - { + ) { self.contactArn = contactArn self.deliveryTime = deliveryTime self.engagementArn = engagementArn @@ -2069,8 +2000,7 @@ public struct ListPagesByContactOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pages: [SSMContactsClientTypes.Page]? = nil - ) - { + ) { self.nextToken = nextToken self.pages = pages } @@ -2089,8 +2019,7 @@ public struct ListPagesByEngagementInput: Swift.Sendable { engagementId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.engagementId = engagementId self.maxResults = maxResults self.nextToken = nextToken @@ -2107,8 +2036,7 @@ public struct ListPagesByEngagementOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pages: [SSMContactsClientTypes.Page]? = nil - ) - { + ) { self.nextToken = nextToken self.pages = pages } @@ -2129,8 +2057,7 @@ extension SSMContactsClientTypes { endTime: Foundation.Date? = nil, newMembers: [Swift.String]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.newMembers = newMembers self.startTime = startTime @@ -2172,8 +2099,7 @@ public struct ListPreviewRotationShiftsInput: Swift.Sendable { rotationStartTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, timeZoneId: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.members = members @@ -2196,8 +2122,7 @@ extension SSMContactsClientTypes { public init( overriddenContactIds: [Swift.String]? = nil - ) - { + ) { self.overriddenContactIds = overriddenContactIds } } @@ -2255,8 +2180,7 @@ extension SSMContactsClientTypes { shiftDetails: SSMContactsClientTypes.ShiftDetails? = nil, startTime: Foundation.Date? = nil, type: SSMContactsClientTypes.ShiftType? = nil - ) - { + ) { self.contactIds = contactIds self.endTime = endTime self.shiftDetails = shiftDetails @@ -2275,8 +2199,7 @@ public struct ListPreviewRotationShiftsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rotationShifts: [SSMContactsClientTypes.RotationShift]? = nil - ) - { + ) { self.nextToken = nextToken self.rotationShifts = rotationShifts } @@ -2303,8 +2226,7 @@ public struct ListRotationOverridesInput: Swift.Sendable { nextToken: Swift.String? = nil, rotationId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -2339,8 +2261,7 @@ extension SSMContactsClientTypes { newContactIds: [Swift.String]? = nil, rotationOverrideId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.createTime = createTime self.endTime = endTime self.newContactIds = newContactIds @@ -2359,8 +2280,7 @@ public struct ListRotationOverridesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rotationOverrides: [SSMContactsClientTypes.RotationOverride]? = nil - ) - { + ) { self.nextToken = nextToken self.rotationOverrides = rotationOverrides } @@ -2378,8 +2298,7 @@ public struct ListRotationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, rotationNamePrefix: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.rotationNamePrefix = rotationNamePrefix @@ -2412,8 +2331,7 @@ extension SSMContactsClientTypes { rotationArn: Swift.String? = nil, startTime: Foundation.Date? = nil, timeZoneId: Swift.String? = nil - ) - { + ) { self.contactIds = contactIds self.name = name self.recurrence = recurrence @@ -2434,8 +2352,7 @@ public struct ListRotationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rotations: [SSMContactsClientTypes.Rotation]? = nil - ) - { + ) { self.nextToken = nextToken self.rotations = rotations } @@ -2461,8 +2378,7 @@ public struct ListRotationShiftsInput: Swift.Sendable { nextToken: Swift.String? = nil, rotationId: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -2480,8 +2396,7 @@ public struct ListRotationShiftsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rotationShifts: [SSMContactsClientTypes.RotationShift]? = nil - ) - { + ) { self.nextToken = nextToken self.rotationShifts = rotationShifts } @@ -2494,8 +2409,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2506,8 +2420,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SSMContactsClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2523,8 +2436,7 @@ public struct PutContactPolicyInput: Swift.Sendable { public init( contactArn: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.contactArn = contactArn self.policy = policy } @@ -2542,8 +2454,7 @@ public struct SendActivationCodeInput: Swift.Sendable { public init( contactChannelId: Swift.String? = nil - ) - { + ) { self.contactChannelId = contactChannelId } } @@ -2584,8 +2495,7 @@ public struct StartEngagementInput: Swift.Sendable { publicSubject: Swift.String? = nil, sender: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.contactId = contactId self.content = content self.idempotencyToken = idempotencyToken @@ -2604,8 +2514,7 @@ public struct StartEngagementOutput: Swift.Sendable { public init( engagementArn: Swift.String? = nil - ) - { + ) { self.engagementArn = engagementArn } } @@ -2620,8 +2529,7 @@ public struct StopEngagementInput: Swift.Sendable { public init( engagementId: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.engagementId = engagementId self.reason = reason } @@ -2643,8 +2551,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [SSMContactsClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2666,8 +2573,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2691,8 +2597,7 @@ public struct UpdateContactInput: Swift.Sendable { contactId: Swift.String? = nil, displayName: Swift.String? = nil, plan: SSMContactsClientTypes.Plan? = nil - ) - { + ) { self.contactId = contactId self.displayName = displayName self.plan = plan @@ -2717,8 +2622,7 @@ public struct UpdateContactChannelInput: Swift.Sendable { contactChannelId: Swift.String? = nil, deliveryAddress: SSMContactsClientTypes.ContactChannelAddress? = nil, name: Swift.String? = nil - ) - { + ) { self.contactChannelId = contactChannelId self.deliveryAddress = deliveryAddress self.name = name @@ -2750,8 +2654,7 @@ public struct UpdateRotationInput: Swift.Sendable { rotationId: Swift.String? = nil, startTime: Foundation.Date? = nil, timeZoneId: Swift.String? = nil - ) - { + ) { self.contactIds = contactIds self.recurrence = recurrence self.rotationId = rotationId diff --git a/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/SSMContactsClient.swift b/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/SSMContactsClient.swift index 03fbfee278d..78f5d019348 100644 --- a/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/SSMContactsClient.swift +++ b/Sources/Services/AWSSSMContacts/Sources/AWSSSMContacts/SSMContactsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSMContactsClient: ClientRuntime.Client { public static let clientName = "SSMContactsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSMContactsClient.SSMContactsClientConfiguration let serviceName = "SSM Contacts" diff --git a/Sources/Services/AWSSSMIncidents/Package.swift.txt b/Sources/Services/AWSSSMIncidents/Package.swift.txt index 971cf189c77..2e9d9645b6d 100644 --- a/Sources/Services/AWSSSMIncidents/Package.swift.txt +++ b/Sources/Services/AWSSSMIncidents/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/Models.swift b/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/Models.swift index 092839db15b..026395cedfa 100644 --- a/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/Models.swift +++ b/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/Models.swift @@ -49,8 +49,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -149,8 +148,7 @@ extension SSMIncidentsClientTypes { parameters: [Swift.String: [Swift.String]]? = nil, roleArn: Swift.String? = nil, targetAccount: SSMIncidentsClientTypes.SsmTargetAccount? = nil - ) - { + ) { self.documentName = documentName self.documentVersion = documentVersion self.dynamicParameters = dynamicParameters @@ -184,8 +182,7 @@ extension SSMIncidentsClientTypes { public init( regionName: Swift.String? = nil, sseKmsKeyId: Swift.String? = nil - ) - { + ) { self.regionName = regionName self.sseKmsKeyId = sseKmsKeyId } @@ -233,8 +230,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +298,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceIdentifier: Swift.String? = nil, resourceType: SSMIncidentsClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceIdentifier = resourceIdentifier self.properties.resourceType = resourceType @@ -363,8 +358,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: SSMIncidentsClientTypes.ServiceCode? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -390,8 +384,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +400,7 @@ public struct BatchGetIncidentFindingsInput: Swift.Sendable { public init( findingIds: [Swift.String]? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.findingIds = findingIds self.incidentRecordArn = incidentRecordArn } @@ -432,8 +424,7 @@ extension SSMIncidentsClientTypes { code: Swift.String? = nil, findingId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.findingId = findingId self.message = message @@ -458,8 +449,7 @@ extension SSMIncidentsClientTypes { endTime: Foundation.Date? = nil, stackArn: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.stackArn = stackArn self.startTime = startTime @@ -488,8 +478,7 @@ extension SSMIncidentsClientTypes { deploymentId: Swift.String? = nil, endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.deploymentGroupArn = deploymentGroupArn self.deploymentId = deploymentId self.endTime = endTime @@ -531,8 +520,7 @@ extension SSMIncidentsClientTypes { details: SSMIncidentsClientTypes.FindingDetails? = nil, id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.details = details self.id = id @@ -552,8 +540,7 @@ public struct BatchGetIncidentFindingsOutput: Swift.Sendable { public init( errors: [SSMIncidentsClientTypes.BatchGetIncidentFindingsError]? = nil, findings: [SSMIncidentsClientTypes.Finding]? = nil - ) - { + ) { self.errors = errors self.findings = findings } @@ -622,8 +609,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW resourceIdentifier: Swift.String? = nil, resourceType: SSMIncidentsClientTypes.ResourceType? = nil, retryAfter: Foundation.Date? = nil - ) - { + ) { self.properties.message = message self.properties.resourceIdentifier = resourceIdentifier self.properties.resourceType = resourceType @@ -664,8 +650,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceIdentifier: Swift.String? = nil, resourceType: SSMIncidentsClientTypes.ResourceType? = nil, serviceCode: SSMIncidentsClientTypes.ServiceCode? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceIdentifier = resourceIdentifier @@ -683,8 +668,7 @@ extension SSMIncidentsClientTypes { public init( sseKmsKeyId: Swift.String? = nil - ) - { + ) { self.sseKmsKeyId = sseKmsKeyId } } @@ -703,8 +687,7 @@ public struct CreateReplicationSetInput: Swift.Sendable { clientToken: Swift.String? = nil, regions: [Swift.String: SSMIncidentsClientTypes.RegionMapInputValue]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.regions = regions self.tags = tags @@ -718,8 +701,7 @@ public struct CreateReplicationSetOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -770,8 +752,7 @@ extension SSMIncidentsClientTypes { notificationTargets: [SSMIncidentsClientTypes.NotificationTargetItem]? = nil, summary: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.dedupeString = dedupeString self.impact = impact self.incidentTags = incidentTags @@ -792,8 +773,7 @@ extension SSMIncidentsClientTypes { public init( serviceId: Swift.String? = nil - ) - { + ) { self.serviceId = serviceId } } @@ -817,8 +797,7 @@ extension SSMIncidentsClientTypes { name: Swift.String? = nil, pagerDutyIncidentConfiguration: SSMIncidentsClientTypes.PagerDutyIncidentConfiguration? = nil, secretId: Swift.String? = nil - ) - { + ) { self.name = name self.pagerDutyIncidentConfiguration = pagerDutyIncidentConfiguration self.secretId = secretId @@ -868,8 +847,7 @@ public struct CreateResponsePlanInput: Swift.Sendable { integrations: [SSMIncidentsClientTypes.Integration]? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.chatChannel = chatChannel self.clientToken = clientToken @@ -889,8 +867,7 @@ public struct CreateResponsePlanOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -932,8 +909,7 @@ public struct CreateTimelineEventInput: Swift.Sendable { eventTime: Foundation.Date? = nil, eventType: Swift.String? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.eventData = eventData self.eventReferences = eventReferences @@ -954,8 +930,7 @@ public struct CreateTimelineEventOutput: Swift.Sendable { public init( eventId: Swift.String? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.incidentRecordArn = incidentRecordArn } @@ -968,8 +943,7 @@ public struct DeleteIncidentRecordInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -989,8 +963,7 @@ extension SSMIncidentsClientTypes { public init( regionName: Swift.String? = nil - ) - { + ) { self.regionName = regionName } } @@ -1003,8 +976,7 @@ public struct DeleteReplicationSetInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1025,8 +997,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.resourceArn = resourceArn } @@ -1044,8 +1015,7 @@ public struct DeleteResponsePlanInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1066,8 +1036,7 @@ public struct DeleteTimelineEventInput: Swift.Sendable { public init( eventId: Swift.String? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.incidentRecordArn = incidentRecordArn } @@ -1107,8 +1076,7 @@ extension SSMIncidentsClientTypes { eventType: Swift.String? = nil, eventUpdatedTime: Foundation.Date? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.eventReferences = eventReferences self.eventTime = eventTime @@ -1133,8 +1101,7 @@ extension SSMIncidentsClientTypes { public init( condition: SSMIncidentsClientTypes.Condition? = nil, key: Swift.String? = nil - ) - { + ) { self.condition = condition self.key = key } @@ -1155,8 +1122,7 @@ extension SSMIncidentsClientTypes { public init( id: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.id = id self.lastModifiedTime = lastModifiedTime } @@ -1170,8 +1136,7 @@ public struct GetIncidentRecordInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1196,8 +1161,7 @@ extension SSMIncidentsClientTypes { invokedBy: Swift.String? = nil, resourceArn: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.invokedBy = invokedBy self.resourceArn = resourceArn @@ -1302,8 +1266,7 @@ extension SSMIncidentsClientTypes { status: SSMIncidentsClientTypes.IncidentRecordStatus? = nil, summary: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.automationExecutions = automationExecutions self.chatChannel = chatChannel @@ -1329,8 +1292,7 @@ public struct GetIncidentRecordOutput: Swift.Sendable { public init( incidentRecord: SSMIncidentsClientTypes.IncidentRecord? = nil - ) - { + ) { self.incidentRecord = incidentRecord } } @@ -1342,8 +1304,7 @@ public struct GetReplicationSetInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1407,8 +1368,7 @@ extension SSMIncidentsClientTypes { status: SSMIncidentsClientTypes.RegionStatus? = nil, statusMessage: Swift.String? = nil, statusUpdateDateTime: Foundation.Date? = nil - ) - { + ) { self.sseKmsKeyId = sseKmsKeyId self.status = status self.statusMessage = statusMessage @@ -1497,8 +1457,7 @@ extension SSMIncidentsClientTypes { lastModifiedTime: Foundation.Date? = nil, regionMap: [Swift.String: SSMIncidentsClientTypes.RegionInfo]? = nil, status: SSMIncidentsClientTypes.ReplicationSetStatus? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.createdTime = createdTime @@ -1518,8 +1477,7 @@ public struct GetReplicationSetOutput: Swift.Sendable { public init( replicationSet: SSMIncidentsClientTypes.ReplicationSet? = nil - ) - { + ) { self.replicationSet = replicationSet } } @@ -1537,8 +1495,7 @@ public struct GetResourcePoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1563,8 +1520,7 @@ extension SSMIncidentsClientTypes { policyDocument: Swift.String? = nil, policyId: Swift.String? = nil, ramResourceShareRegion: Swift.String? = nil - ) - { + ) { self.policyDocument = policyDocument self.policyId = policyId self.ramResourceShareRegion = ramResourceShareRegion @@ -1582,8 +1538,7 @@ public struct GetResourcePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourcePolicies: [SSMIncidentsClientTypes.ResourcePolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.resourcePolicies = resourcePolicies } @@ -1596,8 +1551,7 @@ public struct GetResponsePlanInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1632,8 +1586,7 @@ public struct GetResponsePlanOutput: Swift.Sendable { incidentTemplate: SSMIncidentsClientTypes.IncidentTemplate? = nil, integrations: [SSMIncidentsClientTypes.Integration]? = nil, name: Swift.String? = nil - ) - { + ) { self.actions = actions self.arn = arn self.chatChannel = chatChannel @@ -1656,8 +1609,7 @@ public struct GetTimelineEventInput: Swift.Sendable { public init( eventId: Swift.String? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.eventId = eventId self.incidentRecordArn = incidentRecordArn } @@ -1696,8 +1648,7 @@ extension SSMIncidentsClientTypes { eventType: Swift.String? = nil, eventUpdatedTime: Foundation.Date? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.eventData = eventData self.eventId = eventId self.eventReferences = eventReferences @@ -1716,8 +1667,7 @@ public struct GetTimelineEventOutput: Swift.Sendable { public init( event: SSMIncidentsClientTypes.TimelineEvent? = nil - ) - { + ) { self.event = event } } @@ -1755,8 +1705,7 @@ extension SSMIncidentsClientTypes { resolvedTime: Foundation.Date? = nil, status: SSMIncidentsClientTypes.IncidentRecordStatus? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.impact = impact @@ -1834,8 +1783,7 @@ extension SSMIncidentsClientTypes { autoResolve: Swift.Bool? = nil, id: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.autoResolve = autoResolve self.id = id self.secretId = secretId @@ -1873,8 +1821,7 @@ extension SSMIncidentsClientTypes { public init( type: SSMIncidentsClientTypes.ItemType? = nil, value: SSMIncidentsClientTypes.ItemValue? = nil - ) - { + ) { self.type = type self.value = value } @@ -1894,8 +1841,7 @@ public struct ListIncidentFindingsInput: Swift.Sendable { incidentRecordArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.incidentRecordArn = incidentRecordArn self.maxResults = maxResults self.nextToken = nextToken @@ -1912,8 +1858,7 @@ public struct ListIncidentFindingsOutput: Swift.Sendable { public init( findings: [SSMIncidentsClientTypes.FindingSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -1948,8 +1893,7 @@ public struct ListIncidentRecordsInput: Swift.Sendable { filters: [SSMIncidentsClientTypes.Filter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1966,8 +1910,7 @@ public struct ListIncidentRecordsOutput: Swift.Sendable { public init( incidentRecordSummaries: [SSMIncidentsClientTypes.IncidentRecordSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.incidentRecordSummaries = incidentRecordSummaries self.nextToken = nextToken } @@ -1986,8 +1929,7 @@ public struct ListRelatedItemsInput: Swift.Sendable { incidentRecordArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.incidentRecordArn = incidentRecordArn self.maxResults = maxResults self.nextToken = nextToken @@ -2010,8 +1952,7 @@ extension SSMIncidentsClientTypes { generatedId: Swift.String? = nil, identifier: SSMIncidentsClientTypes.ItemIdentifier? = nil, title: Swift.String? = nil - ) - { + ) { self.generatedId = generatedId self.identifier = identifier self.title = title @@ -2029,8 +1970,7 @@ public struct ListRelatedItemsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, relatedItems: [SSMIncidentsClientTypes.RelatedItem]? = nil - ) - { + ) { self.nextToken = nextToken self.relatedItems = relatedItems } @@ -2045,8 +1985,7 @@ public struct ListReplicationSetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2062,8 +2001,7 @@ public struct ListReplicationSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, replicationSetArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.replicationSetArns = replicationSetArns } @@ -2078,8 +2016,7 @@ public struct ListResponsePlansInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2102,8 +2039,7 @@ extension SSMIncidentsClientTypes { arn: Swift.String? = nil, displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.displayName = displayName self.name = name @@ -2121,8 +2057,7 @@ public struct ListResponsePlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, responsePlanSummaries: [SSMIncidentsClientTypes.ResponsePlanSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.responsePlanSummaries = responsePlanSummaries } @@ -2135,8 +2070,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2148,8 +2082,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2246,8 +2179,7 @@ public struct ListTimelineEventsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SSMIncidentsClientTypes.TimelineEventSort? = nil, sortOrder: SSMIncidentsClientTypes.SortOrder? = nil - ) - { + ) { self.filters = filters self.incidentRecordArn = incidentRecordArn self.maxResults = maxResults @@ -2267,8 +2199,7 @@ public struct ListTimelineEventsOutput: Swift.Sendable { public init( eventSummaries: [SSMIncidentsClientTypes.EventSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.eventSummaries = eventSummaries self.nextToken = nextToken } @@ -2285,8 +2216,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -2299,8 +2229,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -2337,8 +2266,7 @@ extension SSMIncidentsClientTypes { source: Swift.String? = nil, timestamp: Foundation.Date? = nil, triggerArn: Swift.String? = nil - ) - { + ) { self.rawData = rawData self.source = source self.timestamp = timestamp @@ -2379,8 +2307,7 @@ public struct StartIncidentInput: Swift.Sendable { responsePlanArn: Swift.String? = nil, title: Swift.String? = nil, triggerDetails: SSMIncidentsClientTypes.TriggerDetails? = nil - ) - { + ) { self.clientToken = clientToken self.impact = impact self.relatedItems = relatedItems @@ -2397,8 +2324,7 @@ public struct StartIncidentOutput: Swift.Sendable { public init( incidentRecordArn: Swift.String? = nil - ) - { + ) { self.incidentRecordArn = incidentRecordArn } } @@ -2414,8 +2340,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2437,8 +2362,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2463,8 +2387,7 @@ public struct UpdateDeletionProtectionInput: Swift.Sendable { arn: Swift.String? = nil, clientToken: Swift.String? = nil, deletionProtected: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.deletionProtected = deletionProtected @@ -2514,8 +2437,7 @@ public struct UpdateIncidentRecordInput: Swift.Sendable { status: SSMIncidentsClientTypes.IncidentRecordStatus? = nil, summary: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.arn = arn self.chatChannel = chatChannel self.clientToken = clientToken @@ -2546,8 +2468,7 @@ public struct UpdateRelatedItemsInput: Swift.Sendable { clientToken: Swift.String? = nil, incidentRecordArn: Swift.String? = nil, relatedItemsUpdate: SSMIncidentsClientTypes.RelatedItemsUpdate? = nil - ) - { + ) { self.clientToken = clientToken self.incidentRecordArn = incidentRecordArn self.relatedItemsUpdate = relatedItemsUpdate @@ -2585,8 +2506,7 @@ public struct UpdateReplicationSetInput: Swift.Sendable { actions: [SSMIncidentsClientTypes.UpdateReplicationSetAction]? = nil, arn: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.actions = actions self.arn = arn self.clientToken = clientToken @@ -2651,8 +2571,7 @@ public struct UpdateResponsePlanInput: Swift.Sendable { incidentTemplateTags: [Swift.String: Swift.String]? = nil, incidentTemplateTitle: Swift.String? = nil, integrations: [SSMIncidentsClientTypes.Integration]? = nil - ) - { + ) { self.actions = actions self.arn = arn self.chatChannel = chatChannel @@ -2700,8 +2619,7 @@ public struct UpdateTimelineEventInput: Swift.Sendable { eventTime: Foundation.Date? = nil, eventType: Swift.String? = nil, incidentRecordArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.eventData = eventData self.eventId = eventId diff --git a/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/SSMIncidentsClient.swift b/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/SSMIncidentsClient.swift index 4749738a2ac..8695c091e9a 100644 --- a/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/SSMIncidentsClient.swift +++ b/Sources/Services/AWSSSMIncidents/Sources/AWSSSMIncidents/SSMIncidentsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSMIncidentsClient: ClientRuntime.Client { public static let clientName = "SSMIncidentsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSMIncidentsClient.SSMIncidentsClientConfiguration let serviceName = "SSM Incidents" diff --git a/Sources/Services/AWSSSMQuickSetup/Package.swift.txt b/Sources/Services/AWSSSMQuickSetup/Package.swift.txt index 6736e676e12..b2e69fdf439 100644 --- a/Sources/Services/AWSSSMQuickSetup/Package.swift.txt +++ b/Sources/Services/AWSSSMQuickSetup/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/Models.swift b/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/Models.swift index aae08b3a994..9779bc273a7 100644 --- a/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/Models.swift +++ b/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/Models.swift @@ -87,8 +87,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +118,7 @@ extension SSMQuickSetupClientTypes { parameters: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.id = id self.localDeploymentAdministrationRoleArn = localDeploymentAdministrationRoleArn self.localDeploymentExecutionRoleName = localDeploymentExecutionRoleName @@ -877,8 +875,7 @@ extension SSMQuickSetupClientTypes { parameters: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.localDeploymentAdministrationRoleArn = localDeploymentAdministrationRoleArn self.localDeploymentExecutionRoleName = localDeploymentExecutionRoleName self.parameters = parameters @@ -906,8 +903,7 @@ extension SSMQuickSetupClientTypes { id: Swift.String? = nil, type: Swift.String? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.firstClassParameters = firstClassParameters self.id = id self.type = type @@ -1021,8 +1017,7 @@ extension SSMQuickSetupClientTypes { statusDetails: [Swift.String: Swift.String]? = nil, statusMessage: Swift.String? = nil, statusType: SSMQuickSetupClientTypes.StatusType? = nil - ) - { + ) { self.lastUpdatedAt = lastUpdatedAt self.status = status self.statusDetails = statusDetails @@ -1054,8 +1049,7 @@ extension SSMQuickSetupClientTypes { managerArn: Swift.String? = nil, name: Swift.String? = nil, statusSummaries: [SSMQuickSetupClientTypes.StatusSummary]? = nil - ) - { + ) { self.configurationDefinitionSummaries = configurationDefinitionSummaries self.description = description self.managerArn = managerArn @@ -1101,8 +1095,7 @@ extension SSMQuickSetupClientTypes { statusSummaries: [SSMQuickSetupClientTypes.StatusSummary]? = nil, type: Swift.String? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.account = account self.configurationDefinitionId = configurationDefinitionId self.createdAt = createdAt @@ -1135,8 +1128,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1159,8 +1151,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1184,8 +1175,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1208,8 +1198,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1230,8 +1219,7 @@ public struct CreateConfigurationManagerInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configurationDefinitions = configurationDefinitions self.description = description self.name = name @@ -1251,8 +1239,7 @@ public struct CreateConfigurationManagerOutput: Swift.Sendable { public init( managerArn: Swift.String? = nil - ) - { + ) { self.managerArn = managerArn } } @@ -1275,8 +1262,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1288,8 +1274,7 @@ public struct DeleteConfigurationManagerInput: Swift.Sendable { public init( managerArn: Swift.String? = nil - ) - { + ) { self.managerArn = managerArn } } @@ -1308,8 +1293,7 @@ extension SSMQuickSetupClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -1323,8 +1307,7 @@ public struct GetConfigurationInput: Swift.Sendable { public init( configurationId: Swift.String? = nil - ) - { + ) { self.configurationId = configurationId } } @@ -1365,8 +1348,7 @@ public struct GetConfigurationOutput: Swift.Sendable { statusSummaries: [SSMQuickSetupClientTypes.StatusSummary]? = nil, type: Swift.String? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.account = account self.configurationDefinitionId = configurationDefinitionId self.createdAt = createdAt @@ -1388,8 +1370,7 @@ public struct GetConfigurationManagerInput: Swift.Sendable { public init( managerArn: Swift.String? = nil - ) - { + ) { self.managerArn = managerArn } } @@ -1422,8 +1403,7 @@ public struct GetConfigurationManagerOutput: Swift.Sendable { name: Swift.String? = nil, statusSummaries: [SSMQuickSetupClientTypes.StatusSummary]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configurationDefinitions = configurationDefinitions self.createdAt = createdAt self.description = description @@ -1449,8 +1429,7 @@ extension SSMQuickSetupClientTypes { public init( explorerEnablingRoleArn: Swift.String? = nil - ) - { + ) { self.explorerEnablingRoleArn = explorerEnablingRoleArn } } @@ -1462,8 +1441,7 @@ public struct GetServiceSettingsOutput: Swift.Sendable { public init( serviceSettings: SSMQuickSetupClientTypes.ServiceSettings? = nil - ) - { + ) { self.serviceSettings = serviceSettings } } @@ -1480,8 +1458,7 @@ public struct ListConfigurationManagersInput: Swift.Sendable { filters: [SSMQuickSetupClientTypes.Filter]? = nil, maxItems: Swift.Int? = nil, startingToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxItems = maxItems self.startingToken = startingToken @@ -1497,8 +1474,7 @@ public struct ListConfigurationManagersOutput: Swift.Sendable { public init( configurationManagersList: [SSMQuickSetupClientTypes.ConfigurationManagerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationManagersList = configurationManagersList self.nextToken = nextToken } @@ -1522,8 +1498,7 @@ public struct ListConfigurationsInput: Swift.Sendable { managerArn: Swift.String? = nil, maxItems: Swift.Int? = nil, startingToken: Swift.String? = nil - ) - { + ) { self.configurationDefinitionId = configurationDefinitionId self.filters = filters self.managerArn = managerArn @@ -1541,8 +1516,7 @@ public struct ListConfigurationsOutput: Swift.Sendable { public init( configurationsList: [SSMQuickSetupClientTypes.ConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationsList = configurationsList self.nextToken = nextToken } @@ -1560,8 +1534,7 @@ extension SSMQuickSetupClientTypes { public init( latestVersion: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.latestVersion = latestVersion self.type = type } @@ -1574,8 +1547,7 @@ public struct ListQuickSetupTypesOutput: Swift.Sendable { public init( quickSetupTypeList: [SSMQuickSetupClientTypes.QuickSetupTypeOutput]? = nil - ) - { + ) { self.quickSetupTypeList = quickSetupTypeList } } @@ -1587,8 +1559,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1605,8 +1576,7 @@ extension SSMQuickSetupClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1625,8 +1595,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SSMQuickSetupClientTypes.TagEntry]? = nil - ) - { + ) { self.tags = tags } } @@ -1647,8 +1616,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1670,8 +1638,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1700,8 +1667,7 @@ public struct UpdateConfigurationDefinitionInput: Swift.Sendable { managerArn: Swift.String? = nil, parameters: [Swift.String: Swift.String]? = nil, typeVersion: Swift.String? = nil - ) - { + ) { self.id = id self.localDeploymentAdministrationRoleArn = localDeploymentAdministrationRoleArn self.localDeploymentExecutionRoleName = localDeploymentExecutionRoleName @@ -1724,8 +1690,7 @@ public struct UpdateConfigurationManagerInput: Swift.Sendable { description: Swift.String? = nil, managerArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.managerArn = managerArn self.name = name @@ -1738,8 +1703,7 @@ public struct UpdateServiceSettingsInput: Swift.Sendable { public init( explorerEnablingRoleArn: Swift.String? = nil - ) - { + ) { self.explorerEnablingRoleArn = explorerEnablingRoleArn } } diff --git a/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/SSMQuickSetupClient.swift b/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/SSMQuickSetupClient.swift index 620e4a3574e..c88c069b0a6 100644 --- a/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/SSMQuickSetupClient.swift +++ b/Sources/Services/AWSSSMQuickSetup/Sources/AWSSSMQuickSetup/SSMQuickSetupClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSMQuickSetupClient: ClientRuntime.Client { public static let clientName = "SSMQuickSetupClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSMQuickSetupClient.SSMQuickSetupClientConfiguration let serviceName = "SSM QuickSetup" diff --git a/Sources/Services/AWSSSO/Package.swift.txt b/Sources/Services/AWSSSO/Package.swift.txt index 911cf5ada3c..45826b31c0f 100644 --- a/Sources/Services/AWSSSO/Package.swift.txt +++ b/Sources/Services/AWSSSO/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSSO/Sources/AWSSSO/Models.swift b/Sources/Services/AWSSSO/Sources/AWSSSO/Models.swift index 7ecc03b5ef7..0993a381809 100644 --- a/Sources/Services/AWSSSO/Sources/AWSSSO/Models.swift +++ b/Sources/Services/AWSSSO/Sources/AWSSSO/Models.swift @@ -44,8 +44,7 @@ extension SSOClientTypes { accountId: Swift.String? = nil, accountName: Swift.String? = nil, emailAddress: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.accountName = accountName self.emailAddress = emailAddress @@ -71,8 +70,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +93,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +116,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +139,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -164,8 +159,7 @@ public struct GetRoleCredentialsInput: Swift.Sendable { accessToken: Swift.String? = nil, accountId: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.accountId = accountId self.roleName = roleName @@ -195,8 +189,7 @@ extension SSOClientTypes { expiration: Swift.Int = 0, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -216,8 +209,7 @@ public struct GetRoleCredentialsOutput: Swift.Sendable { public init( roleCredentials: SSOClientTypes.RoleCredentials? = nil - ) - { + ) { self.roleCredentials = roleCredentials } } @@ -239,8 +231,7 @@ public struct ListAccountRolesInput: Swift.Sendable { accountId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.accountId = accountId self.maxResults = maxResults @@ -265,8 +256,7 @@ extension SSOClientTypes { public init( accountId: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.roleName = roleName } @@ -282,8 +272,7 @@ public struct ListAccountRolesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, roleList: [SSOClientTypes.RoleInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.roleList = roleList } @@ -302,8 +291,7 @@ public struct ListAccountsInput: Swift.Sendable { accessToken: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.maxResults = maxResults self.nextToken = nextToken @@ -324,8 +312,7 @@ public struct ListAccountsOutput: Swift.Sendable { public init( accountList: [SSOClientTypes.AccountInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountList = accountList self.nextToken = nextToken } @@ -338,8 +325,7 @@ public struct LogoutInput: Swift.Sendable { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } diff --git a/Sources/Services/AWSSSO/Sources/AWSSSO/SSOClient.swift b/Sources/Services/AWSSSO/Sources/AWSSSO/SSOClient.swift index 4f215fdd5bc..3ef379e605c 100644 --- a/Sources/Services/AWSSSO/Sources/AWSSSO/SSOClient.swift +++ b/Sources/Services/AWSSSO/Sources/AWSSSO/SSOClient.swift @@ -59,7 +59,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSOClient: ClientRuntime.Client { public static let clientName = "SSOClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSOClient.SSOClientConfiguration let serviceName = "SSO" diff --git a/Sources/Services/AWSSSOAdmin/Package.swift.txt b/Sources/Services/AWSSSOAdmin/Package.swift.txt index 4a0a2c5b0bf..abc6ed2c113 100644 --- a/Sources/Services/AWSSSOAdmin/Package.swift.txt +++ b/Sources/Services/AWSSSOAdmin/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/Models.swift b/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/Models.swift index 38efa8014ff..f266eeccdce 100644 --- a/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/Models.swift +++ b/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/Models.swift @@ -68,8 +68,7 @@ extension SSOAdminClientTypes { public init( source: [Swift.String]? = nil - ) - { + ) { self.source = source } } @@ -89,8 +88,7 @@ extension SSOAdminClientTypes { public init( key: Swift.String? = nil, value: SSOAdminClientTypes.AccessControlAttributeValue? = nil - ) - { + ) { self.key = key self.value = value } @@ -115,8 +113,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -168,8 +165,7 @@ extension SSOAdminClientTypes { permissionSetArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.accountId = accountId self.permissionSetArn = permissionSetArn self.principalId = principalId @@ -196,8 +192,7 @@ extension SSOAdminClientTypes { permissionSetArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.accountId = accountId self.permissionSetArn = permissionSetArn self.principalId = principalId @@ -297,8 +292,7 @@ extension SSOAdminClientTypes { status: SSOAdminClientTypes.StatusValues? = nil, targetId: Swift.String? = nil, targetType: SSOAdminClientTypes.TargetType? = nil - ) - { + ) { self.createdDate = createdDate self.failureReason = failureReason self.permissionSetArn = permissionSetArn @@ -327,8 +321,7 @@ extension SSOAdminClientTypes { createdDate: Foundation.Date? = nil, requestId: Swift.String? = nil, status: SSOAdminClientTypes.StatusValues? = nil - ) - { + ) { self.createdDate = createdDate self.requestId = requestId self.status = status @@ -382,8 +375,7 @@ extension SSOAdminClientTypes { public init( applicationUrl: Swift.String? = nil, origin: SSOAdminClientTypes.SignInOrigin? = nil - ) - { + ) { self.applicationUrl = applicationUrl self.origin = origin } @@ -431,8 +423,7 @@ extension SSOAdminClientTypes { public init( signInOptions: SSOAdminClientTypes.SignInOptions? = nil, visibility: SSOAdminClientTypes.ApplicationVisibility? = .enabled - ) - { + ) { self.signInOptions = signInOptions self.visibility = visibility } @@ -501,8 +492,7 @@ extension SSOAdminClientTypes { name: Swift.String? = nil, portalOptions: SSOAdminClientTypes.PortalOptions? = nil, status: SSOAdminClientTypes.ApplicationStatus? = nil - ) - { + ) { self.applicationAccount = applicationAccount self.applicationArn = applicationArn self.applicationProviderArn = applicationProviderArn @@ -534,8 +524,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -558,8 +547,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -582,8 +570,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -606,8 +593,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -630,8 +616,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -647,8 +632,7 @@ public struct DeleteApplicationAccessScopeInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, scope: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.scope = scope } @@ -665,8 +649,7 @@ public struct GetApplicationAccessScopeInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, scope: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.scope = scope } @@ -682,8 +665,7 @@ public struct GetApplicationAccessScopeOutput: Swift.Sendable { public init( authorizedTargets: [Swift.String]? = nil, scope: Swift.String? = nil - ) - { + ) { self.authorizedTargets = authorizedTargets self.scope = scope } @@ -702,8 +684,7 @@ public struct ListApplicationAccessScopesInput: Swift.Sendable { applicationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.maxResults = maxResults self.nextToken = nextToken @@ -723,8 +704,7 @@ extension SSOAdminClientTypes { public init( authorizedTargets: [Swift.String]? = nil, scope: Swift.String? = nil - ) - { + ) { self.authorizedTargets = authorizedTargets self.scope = scope } @@ -741,8 +721,7 @@ public struct ListApplicationAccessScopesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scopes: [SSOAdminClientTypes.ScopeDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.scopes = scopes } @@ -762,8 +741,7 @@ public struct PutApplicationAccessScopeInput: Swift.Sendable { applicationArn: Swift.String? = nil, authorizedTargets: [Swift.String]? = nil, scope: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.authorizedTargets = authorizedTargets self.scope = scope @@ -788,8 +766,7 @@ extension SSOAdminClientTypes { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -812,8 +789,7 @@ extension SSOAdminClientTypes { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -858,8 +834,7 @@ public struct DeleteApplicationAuthenticationMethodInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, authenticationMethodType: SSOAdminClientTypes.AuthenticationMethodType? = nil - ) - { + ) { self.applicationArn = applicationArn self.authenticationMethodType = authenticationMethodType } @@ -876,8 +851,7 @@ public struct GetApplicationAuthenticationMethodInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, authenticationMethodType: SSOAdminClientTypes.AuthenticationMethodType? = nil - ) - { + ) { self.applicationArn = applicationArn self.authenticationMethodType = authenticationMethodType } @@ -893,8 +867,7 @@ extension SSOAdminClientTypes { public init( actorPolicy: Smithy.Document? = nil - ) - { + ) { self.actorPolicy = actorPolicy } } @@ -916,8 +889,7 @@ public struct GetApplicationAuthenticationMethodOutput: Swift.Sendable { public init( authenticationMethod: SSOAdminClientTypes.AuthenticationMethod? = nil - ) - { + ) { self.authenticationMethod = authenticationMethod } } @@ -932,8 +904,7 @@ public struct ListApplicationAuthenticationMethodsInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.nextToken = nextToken } @@ -951,8 +922,7 @@ extension SSOAdminClientTypes { public init( authenticationMethod: SSOAdminClientTypes.AuthenticationMethod? = nil, authenticationMethodType: SSOAdminClientTypes.AuthenticationMethodType? = nil - ) - { + ) { self.authenticationMethod = authenticationMethod self.authenticationMethodType = authenticationMethodType } @@ -968,8 +938,7 @@ public struct ListApplicationAuthenticationMethodsOutput: Swift.Sendable { public init( authenticationMethods: [SSOAdminClientTypes.AuthenticationMethodItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.authenticationMethods = authenticationMethods self.nextToken = nextToken } @@ -990,8 +959,7 @@ public struct PutApplicationAuthenticationMethodInput: Swift.Sendable { applicationArn: Swift.String? = nil, authenticationMethod: SSOAdminClientTypes.AuthenticationMethod? = nil, authenticationMethodType: SSOAdminClientTypes.AuthenticationMethodType? = nil - ) - { + ) { self.applicationArn = applicationArn self.authenticationMethod = authenticationMethod self.authenticationMethodType = authenticationMethodType @@ -1044,8 +1012,7 @@ public struct DeleteApplicationGrantInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, grantType: SSOAdminClientTypes.GrantType? = nil - ) - { + ) { self.applicationArn = applicationArn self.grantType = grantType } @@ -1062,8 +1029,7 @@ public struct GetApplicationGrantInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, grantType: SSOAdminClientTypes.GrantType? = nil - ) - { + ) { self.applicationArn = applicationArn self.grantType = grantType } @@ -1078,8 +1044,7 @@ extension SSOAdminClientTypes { public init( redirectUris: [Swift.String]? = nil - ) - { + ) { self.redirectUris = redirectUris } } @@ -1097,8 +1062,7 @@ extension SSOAdminClientTypes { public init( authorizedAudiences: [Swift.String]? = nil, trustedTokenIssuerArn: Swift.String? = nil - ) - { + ) { self.authorizedAudiences = authorizedAudiences self.trustedTokenIssuerArn = trustedTokenIssuerArn } @@ -1114,8 +1078,7 @@ extension SSOAdminClientTypes { public init( authorizedTokenIssuers: [SSOAdminClientTypes.AuthorizedTokenIssuer]? = nil - ) - { + ) { self.authorizedTokenIssuers = authorizedTokenIssuers } } @@ -1162,8 +1125,7 @@ public struct GetApplicationGrantOutput: Swift.Sendable { public init( grant: SSOAdminClientTypes.Grant? = nil - ) - { + ) { self.grant = grant } } @@ -1178,8 +1140,7 @@ public struct ListApplicationGrantsInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.nextToken = nextToken } @@ -1199,8 +1160,7 @@ extension SSOAdminClientTypes { public init( grant: SSOAdminClientTypes.Grant? = nil, grantType: SSOAdminClientTypes.GrantType? = nil - ) - { + ) { self.grant = grant self.grantType = grantType } @@ -1217,8 +1177,7 @@ public struct ListApplicationGrantsOutput: Swift.Sendable { public init( grants: [SSOAdminClientTypes.GrantItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.grants = grants self.nextToken = nextToken } @@ -1239,8 +1198,7 @@ public struct PutApplicationGrantInput: Swift.Sendable { applicationArn: Swift.String? = nil, grant: SSOAdminClientTypes.Grant? = nil, grantType: SSOAdminClientTypes.GrantType? = nil - ) - { + ) { self.applicationArn = applicationArn self.grant = grant self.grantType = grantType @@ -1262,8 +1220,7 @@ extension SSOAdminClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, iconUrl: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.iconUrl = iconUrl @@ -1312,8 +1269,7 @@ extension SSOAdminClientTypes { public init( detailedTitle: Swift.String? = nil, longDescription: Swift.String? = nil - ) - { + ) { self.detailedTitle = detailedTitle self.longDescription = longDescription } @@ -1329,8 +1285,7 @@ extension SSOAdminClientTypes { public init( scopes: [Swift.String: SSOAdminClientTypes.ResourceServerScopeDetails]? = nil - ) - { + ) { self.scopes = scopes } } @@ -1355,8 +1310,7 @@ extension SSOAdminClientTypes { displayData: SSOAdminClientTypes.DisplayData? = nil, federationProtocol: SSOAdminClientTypes.FederationProtocol? = nil, resourceServerConfig: SSOAdminClientTypes.ResourceServerConfig? = nil - ) - { + ) { self.applicationProviderArn = applicationProviderArn self.displayData = displayData self.federationProtocol = federationProtocol @@ -1383,8 +1337,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1402,8 +1355,7 @@ extension SSOAdminClientTypes { public init( name: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.name = name self.path = path } @@ -1425,8 +1377,7 @@ public struct AttachCustomerManagedPolicyReferenceToPermissionSetInput: Swift.Se customerManagedPolicyReference: SSOAdminClientTypes.CustomerManagedPolicyReference? = nil, instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.customerManagedPolicyReference = customerManagedPolicyReference self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn @@ -1450,8 +1401,7 @@ extension SSOAdminClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1473,8 +1423,7 @@ public struct AttachManagedPolicyToPermissionSetInput: Swift.Sendable { instanceArn: Swift.String? = nil, managedPolicyArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.managedPolicyArn = managedPolicyArn self.permissionSetArn = permissionSetArn @@ -1513,8 +1462,7 @@ public struct CreateAccountAssignmentInput: Swift.Sendable { principalType: SSOAdminClientTypes.PrincipalType? = nil, targetId: Swift.String? = nil, targetType: SSOAdminClientTypes.TargetType? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn self.principalId = principalId @@ -1530,8 +1478,7 @@ public struct CreateAccountAssignmentOutput: Swift.Sendable { public init( accountAssignmentCreationStatus: SSOAdminClientTypes.AccountAssignmentOperationStatus? = nil - ) - { + ) { self.accountAssignmentCreationStatus = accountAssignmentCreationStatus } } @@ -1550,8 +1497,7 @@ extension SSOAdminClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1588,8 +1534,7 @@ public struct CreateApplicationInput: Swift.Sendable { portalOptions: SSOAdminClientTypes.PortalOptions? = nil, status: SSOAdminClientTypes.ApplicationStatus? = nil, tags: [SSOAdminClientTypes.Tag]? = nil - ) - { + ) { self.applicationProviderArn = applicationProviderArn self.clientToken = clientToken self.description = description @@ -1607,8 +1552,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -1628,8 +1572,7 @@ public struct CreateApplicationAssignmentInput: Swift.Sendable { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -1653,8 +1596,7 @@ public struct CreateInstanceInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, tags: [SSOAdminClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.tags = tags @@ -1667,8 +1609,7 @@ public struct CreateInstanceOutput: Swift.Sendable { public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -1683,8 +1624,7 @@ extension SSOAdminClientTypes { public init( accessControlAttributes: [SSOAdminClientTypes.AccessControlAttribute]? = nil - ) - { + ) { self.accessControlAttributes = accessControlAttributes } } @@ -1701,8 +1641,7 @@ public struct CreateInstanceAccessControlAttributeConfigurationInput: Swift.Send public init( instanceAccessControlAttributeConfiguration: SSOAdminClientTypes.InstanceAccessControlAttributeConfiguration? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.instanceAccessControlAttributeConfiguration = instanceAccessControlAttributeConfiguration self.instanceArn = instanceArn } @@ -1736,8 +1675,7 @@ public struct CreatePermissionSetInput: Swift.Sendable { relayState: Swift.String? = nil, sessionDuration: Swift.String? = nil, tags: [SSOAdminClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.instanceArn = instanceArn self.name = name @@ -1771,8 +1709,7 @@ extension SSOAdminClientTypes { permissionSetArn: Swift.String? = nil, relayState: Swift.String? = nil, sessionDuration: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.name = name @@ -1789,8 +1726,7 @@ public struct CreatePermissionSetOutput: Swift.Sendable { public init( permissionSet: SSOAdminClientTypes.PermissionSet? = nil - ) - { + ) { self.permissionSet = permissionSet } } @@ -1843,8 +1779,7 @@ extension SSOAdminClientTypes { identityStoreAttributePath: Swift.String? = nil, issuerUrl: Swift.String? = nil, jwksRetrievalOption: SSOAdminClientTypes.JwksRetrievalOption? = nil - ) - { + ) { self.claimAttributePath = claimAttributePath self.identityStoreAttributePath = identityStoreAttributePath self.issuerUrl = issuerUrl @@ -1914,8 +1849,7 @@ public struct CreateTrustedTokenIssuerInput: Swift.Sendable { tags: [SSOAdminClientTypes.Tag]? = nil, trustedTokenIssuerConfiguration: SSOAdminClientTypes.TrustedTokenIssuerConfiguration? = nil, trustedTokenIssuerType: SSOAdminClientTypes.TrustedTokenIssuerType? = nil - ) - { + ) { self.clientToken = clientToken self.instanceArn = instanceArn self.name = name @@ -1931,8 +1865,7 @@ public struct CreateTrustedTokenIssuerOutput: Swift.Sendable { public init( trustedTokenIssuerArn: Swift.String? = nil - ) - { + ) { self.trustedTokenIssuerArn = trustedTokenIssuerArn } } @@ -1964,8 +1897,7 @@ public struct DeleteAccountAssignmentInput: Swift.Sendable { principalType: SSOAdminClientTypes.PrincipalType? = nil, targetId: Swift.String? = nil, targetType: SSOAdminClientTypes.TargetType? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn self.principalId = principalId @@ -1981,8 +1913,7 @@ public struct DeleteAccountAssignmentOutput: Swift.Sendable { public init( accountAssignmentDeletionStatus: SSOAdminClientTypes.AccountAssignmentOperationStatus? = nil - ) - { + ) { self.accountAssignmentDeletionStatus = accountAssignmentDeletionStatus } } @@ -1994,8 +1925,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -2020,8 +1950,7 @@ public struct DeleteApplicationAssignmentInput: Swift.Sendable { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -2044,8 +1973,7 @@ public struct DeleteInlinePolicyFromPermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2063,8 +1991,7 @@ public struct DeleteInstanceInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -2081,8 +2008,7 @@ public struct DeleteInstanceAccessControlAttributeConfigurationInput: Swift.Send public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -2103,8 +2029,7 @@ public struct DeletePermissionsBoundaryFromPermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2126,8 +2051,7 @@ public struct DeletePermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2145,8 +2069,7 @@ public struct DeleteTrustedTokenIssuerInput: Swift.Sendable { public init( trustedTokenIssuerArn: Swift.String? = nil - ) - { + ) { self.trustedTokenIssuerArn = trustedTokenIssuerArn } } @@ -2167,8 +2090,7 @@ public struct DescribeAccountAssignmentCreationStatusInput: Swift.Sendable { public init( accountAssignmentCreationRequestId: Swift.String? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.accountAssignmentCreationRequestId = accountAssignmentCreationRequestId self.instanceArn = instanceArn } @@ -2180,8 +2102,7 @@ public struct DescribeAccountAssignmentCreationStatusOutput: Swift.Sendable { public init( accountAssignmentCreationStatus: SSOAdminClientTypes.AccountAssignmentOperationStatus? = nil - ) - { + ) { self.accountAssignmentCreationStatus = accountAssignmentCreationStatus } } @@ -2197,8 +2118,7 @@ public struct DescribeAccountAssignmentDeletionStatusInput: Swift.Sendable { public init( accountAssignmentDeletionRequestId: Swift.String? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.accountAssignmentDeletionRequestId = accountAssignmentDeletionRequestId self.instanceArn = instanceArn } @@ -2210,8 +2130,7 @@ public struct DescribeAccountAssignmentDeletionStatusOutput: Swift.Sendable { public init( accountAssignmentDeletionStatus: SSOAdminClientTypes.AccountAssignmentOperationStatus? = nil - ) - { + ) { self.accountAssignmentDeletionStatus = accountAssignmentDeletionStatus } } @@ -2223,8 +2142,7 @@ public struct DescribeApplicationInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -2259,8 +2177,7 @@ public struct DescribeApplicationOutput: Swift.Sendable { name: Swift.String? = nil, portalOptions: SSOAdminClientTypes.PortalOptions? = nil, status: SSOAdminClientTypes.ApplicationStatus? = nil - ) - { + ) { self.applicationAccount = applicationAccount self.applicationArn = applicationArn self.applicationProviderArn = applicationProviderArn @@ -2288,8 +2205,7 @@ public struct DescribeApplicationAssignmentInput: Swift.Sendable { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -2308,8 +2224,7 @@ public struct DescribeApplicationAssignmentOutput: Swift.Sendable { applicationArn: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.applicationArn = applicationArn self.principalId = principalId self.principalType = principalType @@ -2323,8 +2238,7 @@ public struct DescribeApplicationProviderInput: Swift.Sendable { public init( applicationProviderArn: Swift.String? = nil - ) - { + ) { self.applicationProviderArn = applicationProviderArn } } @@ -2345,8 +2259,7 @@ public struct DescribeApplicationProviderOutput: Swift.Sendable { displayData: SSOAdminClientTypes.DisplayData? = nil, federationProtocol: SSOAdminClientTypes.FederationProtocol? = nil, resourceServerConfig: SSOAdminClientTypes.ResourceServerConfig? = nil - ) - { + ) { self.applicationProviderArn = applicationProviderArn self.displayData = displayData self.federationProtocol = federationProtocol @@ -2361,8 +2274,7 @@ public struct DescribeInstanceInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -2420,8 +2332,7 @@ public struct DescribeInstanceOutput: Swift.Sendable { name: Swift.String? = nil, ownerAccountId: Swift.String? = nil, status: SSOAdminClientTypes.InstanceStatus? = nil - ) - { + ) { self.createdDate = createdDate self.identityStoreId = identityStoreId self.instanceArn = instanceArn @@ -2438,8 +2349,7 @@ public struct DescribeInstanceAccessControlAttributeConfigurationInput: Swift.Se public init( instanceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn } } @@ -2488,8 +2398,7 @@ public struct DescribeInstanceAccessControlAttributeConfigurationOutput: Swift.S instanceAccessControlAttributeConfiguration: SSOAdminClientTypes.InstanceAccessControlAttributeConfiguration? = nil, status: SSOAdminClientTypes.InstanceAccessControlAttributeConfigurationStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.instanceAccessControlAttributeConfiguration = instanceAccessControlAttributeConfiguration self.status = status self.statusReason = statusReason @@ -2507,8 +2416,7 @@ public struct DescribePermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2520,8 +2428,7 @@ public struct DescribePermissionSetOutput: Swift.Sendable { public init( permissionSet: SSOAdminClientTypes.PermissionSet? = nil - ) - { + ) { self.permissionSet = permissionSet } } @@ -2537,8 +2444,7 @@ public struct DescribePermissionSetProvisioningStatusInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, provisionPermissionSetRequestId: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.provisionPermissionSetRequestId = provisionPermissionSetRequestId } @@ -2568,8 +2474,7 @@ extension SSOAdminClientTypes { permissionSetArn: Swift.String? = nil, requestId: Swift.String? = nil, status: SSOAdminClientTypes.StatusValues? = nil - ) - { + ) { self.accountId = accountId self.createdDate = createdDate self.failureReason = failureReason @@ -2586,8 +2491,7 @@ public struct DescribePermissionSetProvisioningStatusOutput: Swift.Sendable { public init( permissionSetProvisioningStatus: SSOAdminClientTypes.PermissionSetProvisioningStatus? = nil - ) - { + ) { self.permissionSetProvisioningStatus = permissionSetProvisioningStatus } } @@ -2599,8 +2503,7 @@ public struct DescribeTrustedTokenIssuerInput: Swift.Sendable { public init( trustedTokenIssuerArn: Swift.String? = nil - ) - { + ) { self.trustedTokenIssuerArn = trustedTokenIssuerArn } } @@ -2620,8 +2523,7 @@ public struct DescribeTrustedTokenIssuerOutput: Swift.Sendable { trustedTokenIssuerArn: Swift.String? = nil, trustedTokenIssuerConfiguration: SSOAdminClientTypes.TrustedTokenIssuerConfiguration? = nil, trustedTokenIssuerType: SSOAdminClientTypes.TrustedTokenIssuerType? = nil - ) - { + ) { self.name = name self.trustedTokenIssuerArn = trustedTokenIssuerArn self.trustedTokenIssuerConfiguration = trustedTokenIssuerConfiguration @@ -2644,8 +2546,7 @@ public struct DetachCustomerManagedPolicyReferenceFromPermissionSetInput: Swift. customerManagedPolicyReference: SSOAdminClientTypes.CustomerManagedPolicyReference? = nil, instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.customerManagedPolicyReference = customerManagedPolicyReference self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn @@ -2672,8 +2573,7 @@ public struct DetachManagedPolicyFromPermissionSetInput: Swift.Sendable { instanceArn: Swift.String? = nil, managedPolicyArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.managedPolicyArn = managedPolicyArn self.permissionSetArn = permissionSetArn @@ -2692,8 +2592,7 @@ public struct GetApplicationAssignmentConfigurationInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -2705,8 +2604,7 @@ public struct GetApplicationAssignmentConfigurationOutput: Swift.Sendable { public init( assignmentRequired: Swift.Bool? = true - ) - { + ) { self.assignmentRequired = assignmentRequired } } @@ -2722,8 +2620,7 @@ public struct GetInlinePolicyForPermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2735,8 +2632,7 @@ public struct GetInlinePolicyForPermissionSetOutput: Swift.Sendable { public init( inlinePolicy: Swift.String? = nil - ) - { + ) { self.inlinePolicy = inlinePolicy } } @@ -2752,8 +2648,7 @@ public struct GetPermissionsBoundaryForPermissionSetInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn } @@ -2771,8 +2666,7 @@ extension SSOAdminClientTypes { public init( customerManagedPolicyReference: SSOAdminClientTypes.CustomerManagedPolicyReference? = nil, managedPolicyArn: Swift.String? = nil - ) - { + ) { self.customerManagedPolicyReference = customerManagedPolicyReference self.managedPolicyArn = managedPolicyArn } @@ -2785,8 +2679,7 @@ public struct GetPermissionsBoundaryForPermissionSetOutput: Swift.Sendable { public init( permissionsBoundary: SSOAdminClientTypes.PermissionsBoundary? = nil - ) - { + ) { self.permissionsBoundary = permissionsBoundary } } @@ -2815,8 +2708,7 @@ extension SSOAdminClientTypes { name: Swift.String? = nil, ownerAccountId: Swift.String? = nil, status: SSOAdminClientTypes.InstanceStatus? = nil - ) - { + ) { self.createdDate = createdDate self.identityStoreId = identityStoreId self.instanceArn = instanceArn @@ -2836,8 +2728,7 @@ extension SSOAdminClientTypes { public init( status: SSOAdminClientTypes.StatusValues? = nil - ) - { + ) { self.status = status } } @@ -2859,8 +2750,7 @@ public struct ListAccountAssignmentCreationStatusInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -2877,8 +2767,7 @@ public struct ListAccountAssignmentCreationStatusOutput: Swift.Sendable { public init( accountAssignmentsCreationStatus: [SSOAdminClientTypes.AccountAssignmentOperationStatusMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountAssignmentsCreationStatus = accountAssignmentsCreationStatus self.nextToken = nextToken } @@ -2900,8 +2789,7 @@ public struct ListAccountAssignmentDeletionStatusInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -2918,8 +2806,7 @@ public struct ListAccountAssignmentDeletionStatusOutput: Swift.Sendable { public init( accountAssignmentsDeletionStatus: [SSOAdminClientTypes.AccountAssignmentOperationStatusMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountAssignmentsDeletionStatus = accountAssignmentsDeletionStatus self.nextToken = nextToken } @@ -2946,8 +2833,7 @@ public struct ListAccountAssignmentsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.instanceArn = instanceArn self.maxResults = maxResults @@ -2965,8 +2851,7 @@ public struct ListAccountAssignmentsOutput: Swift.Sendable { public init( accountAssignments: [SSOAdminClientTypes.AccountAssignment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountAssignments = accountAssignments self.nextToken = nextToken } @@ -2981,8 +2866,7 @@ extension SSOAdminClientTypes { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -3012,8 +2896,7 @@ public struct ListAccountAssignmentsForPrincipalInput: Swift.Sendable { nextToken: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -3032,8 +2915,7 @@ public struct ListAccountAssignmentsForPrincipalOutput: Swift.Sendable { public init( accountAssignments: [SSOAdminClientTypes.AccountAssignmentForPrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountAssignments = accountAssignments self.nextToken = nextToken } @@ -3088,8 +2970,7 @@ public struct ListAccountsForProvisionedPermissionSetInput: Swift.Sendable { nextToken: Swift.String? = nil, permissionSetArn: Swift.String? = nil, provisioningStatus: SSOAdminClientTypes.ProvisioningStatus? = nil - ) - { + ) { self.instanceArn = instanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -3107,8 +2988,7 @@ public struct ListAccountsForProvisionedPermissionSetOutput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.nextToken = nextToken } @@ -3127,8 +3007,7 @@ public struct ListApplicationAssignmentsInput: Swift.Sendable { applicationArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.maxResults = maxResults self.nextToken = nextToken @@ -3144,8 +3023,7 @@ public struct ListApplicationAssignmentsOutput: Swift.Sendable { public init( applicationAssignments: [SSOAdminClientTypes.ApplicationAssignment]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationAssignments = applicationAssignments self.nextToken = nextToken } @@ -3160,8 +3038,7 @@ extension SSOAdminClientTypes { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -3191,8 +3068,7 @@ public struct ListApplicationAssignmentsForPrincipalInput: Swift.Sendable { nextToken: Swift.String? = nil, principalId: Swift.String? = nil, principalType: SSOAdminClientTypes.PrincipalType? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -3211,8 +3087,7 @@ public struct ListApplicationAssignmentsForPrincipalOutput: Swift.Sendable { public init( applicationAssignments: [SSOAdminClientTypes.ApplicationAssignmentForPrincipal]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationAssignments = applicationAssignments self.nextToken = nextToken } @@ -3227,8 +3102,7 @@ public struct ListApplicationProvidersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3243,8 +3117,7 @@ public struct ListApplicationProvidersOutput: Swift.Sendable { public init( applicationProviders: [SSOAdminClientTypes.ApplicationProvider]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationProviders = applicationProviders self.nextToken = nextToken } @@ -3262,8 +3135,7 @@ extension SSOAdminClientTypes { public init( applicationAccount: Swift.String? = nil, applicationProvider: Swift.String? = nil - ) - { + ) { self.applicationAccount = applicationAccount self.applicationProvider = applicationProvider } @@ -3286,8 +3158,7 @@ public struct ListApplicationsInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -3304,8 +3175,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [SSOAdminClientTypes.Application]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -3328,8 +3198,7 @@ public struct ListCustomerManagedPolicyReferencesInPermissionSetInput: Swift.Sen maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -3346,8 +3215,7 @@ public struct ListCustomerManagedPolicyReferencesInPermissionSetOutput: Swift.Se public init( customerManagedPolicyReferences: [SSOAdminClientTypes.CustomerManagedPolicyReference]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.customerManagedPolicyReferences = customerManagedPolicyReferences self.nextToken = nextToken } @@ -3362,8 +3230,7 @@ public struct ListInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3378,8 +3245,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instances: [SSOAdminClientTypes.InstanceMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -3402,8 +3268,7 @@ public struct ListManagedPoliciesInPermissionSetInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -3420,8 +3285,7 @@ public struct ListManagedPoliciesInPermissionSetOutput: Swift.Sendable { public init( attachedManagedPolicies: [SSOAdminClientTypes.AttachedManagedPolicy]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attachedManagedPolicies = attachedManagedPolicies self.nextToken = nextToken } @@ -3443,8 +3307,7 @@ public struct ListPermissionSetProvisioningStatusInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.instanceArn = instanceArn self.maxResults = maxResults @@ -3467,8 +3330,7 @@ extension SSOAdminClientTypes { createdDate: Foundation.Date? = nil, requestId: Swift.String? = nil, status: SSOAdminClientTypes.StatusValues? = nil - ) - { + ) { self.createdDate = createdDate self.requestId = requestId self.status = status @@ -3485,8 +3347,7 @@ public struct ListPermissionSetProvisioningStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissionSetsProvisioningStatus: [SSOAdminClientTypes.PermissionSetProvisioningStatusMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.permissionSetsProvisioningStatus = permissionSetsProvisioningStatus } @@ -3505,8 +3366,7 @@ public struct ListPermissionSetsInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -3522,8 +3382,7 @@ public struct ListPermissionSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissionSets: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.permissionSets = permissionSets } @@ -3549,8 +3408,7 @@ public struct ListPermissionSetsProvisionedToAccountInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, provisioningStatus: SSOAdminClientTypes.ProvisioningStatus? = nil - ) - { + ) { self.accountId = accountId self.instanceArn = instanceArn self.maxResults = maxResults @@ -3568,8 +3426,7 @@ public struct ListPermissionSetsProvisionedToAccountOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissionSets: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.permissionSets = permissionSets } @@ -3588,8 +3445,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { instanceArn: Swift.String? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.nextToken = nextToken self.resourceArn = resourceArn @@ -3605,8 +3461,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [SSOAdminClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -3625,8 +3480,7 @@ public struct ListTrustedTokenIssuersInput: Swift.Sendable { instanceArn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.maxResults = maxResults self.nextToken = nextToken @@ -3648,8 +3502,7 @@ extension SSOAdminClientTypes { name: Swift.String? = nil, trustedTokenIssuerArn: Swift.String? = nil, trustedTokenIssuerType: SSOAdminClientTypes.TrustedTokenIssuerType? = nil - ) - { + ) { self.name = name self.trustedTokenIssuerArn = trustedTokenIssuerArn self.trustedTokenIssuerType = trustedTokenIssuerType @@ -3666,8 +3519,7 @@ public struct ListTrustedTokenIssuersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trustedTokenIssuers: [SSOAdminClientTypes.TrustedTokenIssuerMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.trustedTokenIssuers = trustedTokenIssuers } @@ -3688,8 +3540,7 @@ extension SSOAdminClientTypes { claimAttributePath: Swift.String? = nil, identityStoreAttributePath: Swift.String? = nil, jwksRetrievalOption: SSOAdminClientTypes.JwksRetrievalOption? = nil - ) - { + ) { self.claimAttributePath = claimAttributePath self.identityStoreAttributePath = identityStoreAttributePath self.jwksRetrievalOption = jwksRetrievalOption @@ -3744,8 +3595,7 @@ public struct ProvisionPermissionSetInput: Swift.Sendable { permissionSetArn: Swift.String? = nil, targetId: Swift.String? = nil, targetType: SSOAdminClientTypes.ProvisionTargetType? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn self.targetId = targetId @@ -3759,8 +3609,7 @@ public struct ProvisionPermissionSetOutput: Swift.Sendable { public init( permissionSetProvisioningStatus: SSOAdminClientTypes.PermissionSetProvisioningStatus? = nil - ) - { + ) { self.permissionSetProvisioningStatus = permissionSetProvisioningStatus } } @@ -3776,8 +3625,7 @@ public struct PutApplicationAssignmentConfigurationInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, assignmentRequired: Swift.Bool? = true - ) - { + ) { self.applicationArn = applicationArn self.assignmentRequired = assignmentRequired } @@ -3803,8 +3651,7 @@ public struct PutInlinePolicyToPermissionSetInput: Swift.Sendable { inlinePolicy: Swift.String? = nil, instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil - ) - { + ) { self.inlinePolicy = inlinePolicy self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn @@ -3831,8 +3678,7 @@ public struct PutPermissionsBoundaryToPermissionSetInput: Swift.Sendable { instanceArn: Swift.String? = nil, permissionSetArn: Swift.String? = nil, permissionsBoundary: SSOAdminClientTypes.PermissionsBoundary? = nil - ) - { + ) { self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn self.permissionsBoundary = permissionsBoundary @@ -3858,8 +3704,7 @@ public struct TagResourceInput: Swift.Sendable { instanceArn: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [SSOAdminClientTypes.Tag]? = nil - ) - { + ) { self.instanceArn = instanceArn self.resourceArn = resourceArn self.tags = tags @@ -3885,8 +3730,7 @@ public struct UntagResourceInput: Swift.Sendable { instanceArn: Swift.String? = nil, resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.instanceArn = instanceArn self.resourceArn = resourceArn self.tagKeys = tagKeys @@ -3907,8 +3751,7 @@ extension SSOAdminClientTypes { public init( signInOptions: SSOAdminClientTypes.SignInOptions? = nil - ) - { + ) { self.signInOptions = signInOptions } } @@ -3933,8 +3776,7 @@ public struct UpdateApplicationInput: Swift.Sendable { name: Swift.String? = nil, portalOptions: SSOAdminClientTypes.UpdateApplicationPortalOptions? = nil, status: SSOAdminClientTypes.ApplicationStatus? = nil - ) - { + ) { self.applicationArn = applicationArn self.description = description self.name = name @@ -3959,8 +3801,7 @@ public struct UpdateInstanceInput: Swift.Sendable { public init( instanceArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.name = name } @@ -3982,8 +3823,7 @@ public struct UpdateInstanceAccessControlAttributeConfigurationInput: Swift.Send public init( instanceAccessControlAttributeConfiguration: SSOAdminClientTypes.InstanceAccessControlAttributeConfiguration? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.instanceAccessControlAttributeConfiguration = instanceAccessControlAttributeConfiguration self.instanceArn = instanceArn } @@ -4014,8 +3854,7 @@ public struct UpdatePermissionSetInput: Swift.Sendable { permissionSetArn: Swift.String? = nil, relayState: Swift.String? = nil, sessionDuration: Swift.String? = nil - ) - { + ) { self.description = description self.instanceArn = instanceArn self.permissionSetArn = permissionSetArn @@ -4052,8 +3891,7 @@ public struct UpdateTrustedTokenIssuerInput: Swift.Sendable { name: Swift.String? = nil, trustedTokenIssuerArn: Swift.String? = nil, trustedTokenIssuerConfiguration: SSOAdminClientTypes.TrustedTokenIssuerUpdateConfiguration? = nil - ) - { + ) { self.name = name self.trustedTokenIssuerArn = trustedTokenIssuerArn self.trustedTokenIssuerConfiguration = trustedTokenIssuerConfiguration diff --git a/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/SSOAdminClient.swift b/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/SSOAdminClient.swift index 7ab400e3282..0cc4637add9 100644 --- a/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/SSOAdminClient.swift +++ b/Sources/Services/AWSSSOAdmin/Sources/AWSSSOAdmin/SSOAdminClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSOAdminClient: ClientRuntime.Client { public static let clientName = "SSOAdminClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSOAdminClient.SSOAdminClientConfiguration let serviceName = "SSO Admin" diff --git a/Sources/Services/AWSSSOOIDC/Package.swift.txt b/Sources/Services/AWSSSOOIDC/Package.swift.txt index ff90e6591e3..a59e6c99abf 100644 --- a/Sources/Services/AWSSSOOIDC/Package.swift.txt +++ b/Sources/Services/AWSSSOOIDC/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/Models.swift b/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/Models.swift index 8d61f192dce..cc959623f38 100644 --- a/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/Models.swift +++ b/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -74,8 +73,7 @@ public struct AuthorizationPendingException: ClientRuntime.ModeledError, AWSClie public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -103,8 +101,7 @@ public struct ExpiredTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -132,8 +129,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -161,8 +157,7 @@ public struct InvalidClientException: ClientRuntime.ModeledError, AWSClientRunti public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -190,8 +185,7 @@ public struct InvalidGrantException: ClientRuntime.ModeledError, AWSClientRuntim public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -219,8 +213,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -248,8 +241,7 @@ public struct InvalidScopeException: ClientRuntime.ModeledError, AWSClientRuntim public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -277,8 +269,7 @@ public struct SlowDownException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -306,8 +297,7 @@ public struct UnauthorizedClientException: ClientRuntime.ModeledError, AWSClient public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -335,8 +325,7 @@ public struct UnsupportedGrantTypeException: ClientRuntime.ModeledError, AWSClie public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -375,8 +364,7 @@ public struct CreateTokenInput: Swift.Sendable { redirectUri: Swift.String? = nil, refreshToken: Swift.String? = nil, scope: [Swift.String]? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret self.code = code @@ -412,8 +400,7 @@ public struct CreateTokenOutput: Swift.Sendable { idToken: Swift.String? = nil, refreshToken: Swift.String? = nil, tokenType: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.expiresIn = expiresIn self.idToken = idToken @@ -455,8 +442,7 @@ public struct InvalidRequestRegionException: ClientRuntime.ModeledError, AWSClie error: Swift.String? = nil, error_description: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.properties.endpoint = endpoint self.properties.error = error self.properties.error_description = error_description @@ -502,8 +488,7 @@ public struct CreateTokenWithIAMInput: Swift.Sendable { scope: [Swift.String]? = nil, subjectToken: Swift.String? = nil, subjectTokenType: Swift.String? = nil - ) - { + ) { self.assertion = assertion self.clientId = clientId self.code = code @@ -547,8 +532,7 @@ public struct CreateTokenWithIAMOutput: Swift.Sendable { refreshToken: Swift.String? = nil, scope: [Swift.String]? = nil, tokenType: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken self.expiresIn = expiresIn self.idToken = idToken @@ -586,8 +570,7 @@ public struct InvalidClientMetadataException: ClientRuntime.ModeledError, AWSCli public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -615,8 +598,7 @@ public struct InvalidRedirectUriException: ClientRuntime.ModeledError, AWSClient public init( error: Swift.String? = nil, error_description: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.error_description = error_description } @@ -648,8 +630,7 @@ public struct RegisterClientInput: Swift.Sendable { issuerUrl: Swift.String? = nil, redirectUris: [Swift.String]? = nil, scopes: [Swift.String]? = nil - ) - { + ) { self.clientName = clientName self.clientType = clientType self.entitledApplicationArn = entitledApplicationArn @@ -681,8 +662,7 @@ public struct RegisterClientOutput: Swift.Sendable { clientSecret: Swift.String? = nil, clientSecretExpiresAt: Swift.Int = 0, tokenEndpoint: Swift.String? = nil - ) - { + ) { self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId self.clientIdIssuedAt = clientIdIssuedAt @@ -712,8 +692,7 @@ public struct StartDeviceAuthorizationInput: Swift.Sendable { clientId: Swift.String? = nil, clientSecret: Swift.String? = nil, startUrl: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.clientSecret = clientSecret self.startUrl = startUrl @@ -746,8 +725,7 @@ public struct StartDeviceAuthorizationOutput: Swift.Sendable { userCode: Swift.String? = nil, verificationUri: Swift.String? = nil, verificationUriComplete: Swift.String? = nil - ) - { + ) { self.deviceCode = deviceCode self.expiresIn = expiresIn self.interval = interval diff --git a/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/SSOOIDCClient.swift b/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/SSOOIDCClient.swift index 70d30ed6ac4..24c639b529d 100644 --- a/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/SSOOIDCClient.swift +++ b/Sources/Services/AWSSSOOIDC/Sources/AWSSSOOIDC/SSOOIDCClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SSOOIDCClient: ClientRuntime.Client { public static let clientName = "SSOOIDCClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SSOOIDCClient.SSOOIDCClientConfiguration let serviceName = "SSO OIDC" diff --git a/Sources/Services/AWSSTS/Package.swift.txt b/Sources/Services/AWSSTS/Package.swift.txt index d9b14c439bd..6ef6d52895c 100644 --- a/Sources/Services/AWSSTS/Package.swift.txt +++ b/Sources/Services/AWSSTS/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,7 +45,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyFormURL", package: "smithy-swift" ), .product( @@ -53,35 +53,35 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyFormURL", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyXML", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyXML", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSTS/Sources/AWSSTS/Models.swift b/Sources/Services/AWSSTS/Sources/AWSSTS/Models.swift index be295446a35..632334e6830 100644 --- a/Sources/Services/AWSSTS/Sources/AWSSTS/Models.swift +++ b/Sources/Services/AWSSTS/Sources/AWSSTS/Models.swift @@ -62,8 +62,7 @@ extension STSClientTypes { public init( arn: Swift.String? = nil, assumedRoleId: Swift.String? = nil - ) - { + ) { self.arn = arn self.assumedRoleId = assumedRoleId } @@ -88,8 +87,7 @@ public struct ExpiredTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -112,8 +110,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -136,8 +133,7 @@ public struct PackedPolicyTooLargeException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -160,8 +156,7 @@ public struct RegionDisabledException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +170,7 @@ extension STSClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -194,8 +188,7 @@ extension STSClientTypes { public init( contextAssertion: Swift.String? = nil, providerArn: Swift.String? = nil - ) - { + ) { self.contextAssertion = contextAssertion self.providerArn = providerArn } @@ -216,8 +209,7 @@ extension STSClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -265,8 +257,7 @@ public struct AssumeRoleInput: Swift.Sendable { tags: [STSClientTypes.Tag]? = nil, tokenCode: Swift.String? = nil, transitiveTagKeys: [Swift.String]? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.externalId = externalId self.policy = policy @@ -304,8 +295,7 @@ extension STSClientTypes { expiration: Foundation.Date? = nil, secretAccessKey: Swift.String? = nil, sessionToken: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.expiration = expiration self.secretAccessKey = secretAccessKey @@ -335,8 +325,7 @@ public struct AssumeRoleOutput: Swift.Sendable { credentials: STSClientTypes.Credentials? = nil, packedPolicySize: Swift.Int? = nil, sourceIdentity: Swift.String? = nil - ) - { + ) { self.assumedRoleUser = assumedRoleUser self.credentials = credentials self.packedPolicySize = packedPolicySize @@ -362,8 +351,7 @@ public struct IDPRejectedClaimException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -386,8 +374,7 @@ public struct InvalidIdentityTokenException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -416,8 +403,7 @@ public struct AssumeRoleWithSAMLInput: Swift.Sendable { principalArn: Swift.String? = nil, roleArn: Swift.String? = nil, samlAssertion: Swift.String? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.policy = policy self.policyArns = policyArns @@ -472,8 +458,7 @@ public struct AssumeRoleWithSAMLOutput: Swift.Sendable { sourceIdentity: Swift.String? = nil, subject: Swift.String? = nil, subjectType: Swift.String? = nil - ) - { + ) { self.assumedRoleUser = assumedRoleUser self.audience = audience self.credentials = credentials @@ -504,8 +489,7 @@ public struct IDPCommunicationErrorException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -537,8 +521,7 @@ public struct AssumeRoleWithWebIdentityInput: Swift.Sendable { roleArn: Swift.String? = nil, roleSessionName: Swift.String? = nil, webIdentityToken: Swift.String? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.policy = policy self.policyArns = policyArns @@ -579,8 +562,7 @@ public struct AssumeRoleWithWebIdentityOutput: Swift.Sendable { provider: Swift.String? = nil, sourceIdentity: Swift.String? = nil, subjectFromWebIdentityToken: Swift.String? = nil - ) - { + ) { self.assumedRoleUser = assumedRoleUser self.audience = audience self.credentials = credentials @@ -615,8 +597,7 @@ public struct AssumeRootInput: Swift.Sendable { durationSeconds: Swift.Int? = nil, targetPrincipal: Swift.String? = nil, taskPolicyArn: STSClientTypes.PolicyDescriptorType? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.targetPrincipal = targetPrincipal self.taskPolicyArn = taskPolicyArn @@ -632,8 +613,7 @@ public struct AssumeRootOutput: Swift.Sendable { public init( credentials: STSClientTypes.Credentials? = nil, sourceIdentity: Swift.String? = nil - ) - { + ) { self.credentials = credentials self.sourceIdentity = sourceIdentity } @@ -657,8 +637,7 @@ public struct InvalidAuthorizationMessageException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -670,8 +649,7 @@ public struct DecodeAuthorizationMessageInput: Swift.Sendable { public init( encodedMessage: Swift.String? = nil - ) - { + ) { self.encodedMessage = encodedMessage } } @@ -683,8 +661,7 @@ public struct DecodeAuthorizationMessageOutput: Swift.Sendable { public init( decodedMessage: Swift.String? = nil - ) - { + ) { self.decodedMessage = decodedMessage } } @@ -696,8 +673,7 @@ public struct GetAccessKeyInfoInput: Swift.Sendable { public init( accessKeyId: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId } } @@ -708,8 +684,7 @@ public struct GetAccessKeyInfoOutput: Swift.Sendable { public init( account: Swift.String? = nil - ) - { + ) { self.account = account } } @@ -732,8 +707,7 @@ public struct GetCallerIdentityOutput: Swift.Sendable { account: Swift.String? = nil, arn: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.account = account self.arn = arn self.userId = userId @@ -759,8 +733,7 @@ public struct GetFederationTokenInput: Swift.Sendable { policy: Swift.String? = nil, policyArns: [STSClientTypes.PolicyDescriptorType]? = nil, tags: [STSClientTypes.Tag]? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.name = name self.policy = policy @@ -783,8 +756,7 @@ extension STSClientTypes { public init( arn: Swift.String? = nil, federatedUserId: Swift.String? = nil - ) - { + ) { self.arn = arn self.federatedUserId = federatedUserId } @@ -804,8 +776,7 @@ public struct GetFederationTokenOutput: Swift.Sendable { credentials: STSClientTypes.Credentials? = nil, federatedUser: STSClientTypes.FederatedUser? = nil, packedPolicySize: Swift.Int? = nil - ) - { + ) { self.credentials = credentials self.federatedUser = federatedUser self.packedPolicySize = packedPolicySize @@ -824,8 +795,7 @@ public struct GetSessionTokenInput: Swift.Sendable { durationSeconds: Swift.Int? = nil, serialNumber: Swift.String? = nil, tokenCode: Swift.String? = nil - ) - { + ) { self.durationSeconds = durationSeconds self.serialNumber = serialNumber self.tokenCode = tokenCode @@ -839,8 +809,7 @@ public struct GetSessionTokenOutput: Swift.Sendable { public init( credentials: STSClientTypes.Credentials? = nil - ) - { + ) { self.credentials = credentials } } diff --git a/Sources/Services/AWSSTS/Sources/AWSSTS/STSClient.swift b/Sources/Services/AWSSTS/Sources/AWSSTS/STSClient.swift index 3d4e840883e..2db57cc736d 100644 --- a/Sources/Services/AWSSTS/Sources/AWSSTS/STSClient.swift +++ b/Sources/Services/AWSSTS/Sources/AWSSTS/STSClient.swift @@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class STSClient: ClientRuntime.Client { public static let clientName = "STSClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: STSClient.STSClientConfiguration let serviceName = "STS" diff --git a/Sources/Services/AWSSWF/Package.swift.txt b/Sources/Services/AWSSWF/Package.swift.txt index bc5496456d9..ffb864e11f0 100644 --- a/Sources/Services/AWSSWF/Package.swift.txt +++ b/Sources/Services/AWSSWF/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSWF/Sources/AWSSWF/Models.swift b/Sources/Services/AWSSWF/Sources/AWSSWF/Models.swift index fc56fb385d7..a50f2ce5b9c 100644 --- a/Sources/Services/AWSSWF/Sources/AWSSWF/Models.swift +++ b/Sources/Services/AWSSWF/Sources/AWSSWF/Models.swift @@ -141,8 +141,7 @@ extension SWFClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -163,8 +162,7 @@ extension SWFClientTypes { public init( runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.runId = runId self.workflowId = workflowId } @@ -191,8 +189,7 @@ extension SWFClientTypes { latestCancelRequestedEventId: Swift.Int = 0, scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0 - ) - { + ) { self.details = details self.latestCancelRequestedEventId = latestCancelRequestedEventId self.scheduledEventId = scheduledEventId @@ -215,8 +212,7 @@ extension SWFClientTypes { public init( activityId: Swift.String? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.activityId = activityId self.decisionTaskCompletedEventId = decisionTaskCompletedEventId } @@ -240,8 +236,7 @@ extension SWFClientTypes { result: Swift.String? = nil, scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0 - ) - { + ) { self.result = result self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId @@ -269,8 +264,7 @@ extension SWFClientTypes { reason: Swift.String? = nil, scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0 - ) - { + ) { self.details = details self.reason = reason self.scheduledEventId = scheduledEventId @@ -289,8 +283,7 @@ extension SWFClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -339,8 +332,7 @@ extension SWFClientTypes { startToCloseTimeout: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil, taskPriority: Swift.String? = nil - ) - { + ) { self.activityId = activityId self.activityType = activityType self.control = control @@ -369,8 +361,7 @@ extension SWFClientTypes { public init( identity: Swift.String? = nil, scheduledEventId: Swift.Int = 0 - ) - { + ) { self.identity = identity self.scheduledEventId = scheduledEventId } @@ -433,8 +424,7 @@ extension SWFClientTypes { scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0, timeoutType: SWFClientTypes.ActivityTaskTimeoutType? = nil - ) - { + ) { self.details = details self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId @@ -467,8 +457,7 @@ extension SWFClientTypes { defaultTaskScheduleToCloseTimeout: Swift.String? = nil, defaultTaskScheduleToStartTimeout: Swift.String? = nil, defaultTaskStartToCloseTimeout: Swift.String? = nil - ) - { + ) { self.defaultTaskHeartbeatTimeout = defaultTaskHeartbeatTimeout self.defaultTaskList = defaultTaskList self.defaultTaskPriority = defaultTaskPriority @@ -532,8 +521,7 @@ extension SWFClientTypes { deprecationDate: Foundation.Date? = nil, description: Swift.String? = nil, status: SWFClientTypes.RegistrationStatus? = nil - ) - { + ) { self.activityType = activityType self.creationDate = creationDate self.deprecationDate = deprecationDate @@ -562,8 +550,7 @@ extension SWFClientTypes { public init( timerId: Swift.String? = nil - ) - { + ) { self.timerId = timerId } } @@ -616,8 +603,7 @@ extension SWFClientTypes { cause: SWFClientTypes.CancelTimerFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0, timerId: Swift.String? = nil - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.timerId = timerId @@ -643,8 +629,7 @@ extension SWFClientTypes { public init( details: Swift.String? = nil - ) - { + ) { self.details = details } } @@ -693,8 +678,7 @@ extension SWFClientTypes { public init( cause: SWFClientTypes.CancelWorkflowExecutionFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId } @@ -747,8 +731,7 @@ extension SWFClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -780,8 +763,7 @@ extension SWFClientTypes { startedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.details = details self.initiatedEventId = initiatedEventId self.startedEventId = startedEventId @@ -816,8 +798,7 @@ extension SWFClientTypes { startedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.result = result self.startedEventId = startedEventId @@ -855,8 +836,7 @@ extension SWFClientTypes { startedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.details = details self.initiatedEventId = initiatedEventId self.reason = reason @@ -885,8 +865,7 @@ extension SWFClientTypes { initiatedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.workflowExecution = workflowExecution self.workflowType = workflowType @@ -916,8 +895,7 @@ extension SWFClientTypes { startedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.startedEventId = startedEventId self.workflowExecution = workflowExecution @@ -978,8 +956,7 @@ extension SWFClientTypes { timeoutType: SWFClientTypes.WorkflowExecutionTimeoutType? = nil, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.startedEventId = startedEventId self.timeoutType = timeoutType @@ -1040,8 +1017,7 @@ extension SWFClientTypes { public init( status: SWFClientTypes.CloseStatus? = nil - ) - { + ) { self.status = status } } @@ -1065,8 +1041,7 @@ extension SWFClientTypes { public init( result: Swift.String? = nil - ) - { + ) { self.result = result } } @@ -1115,8 +1090,7 @@ extension SWFClientTypes { public init( cause: SWFClientTypes.CompleteWorkflowExecutionFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId } @@ -1183,8 +1157,7 @@ extension SWFClientTypes { taskPriority: Swift.String? = nil, taskStartToCloseTimeout: Swift.String? = nil, workflowTypeVersion: Swift.String? = nil - ) - { + ) { self.childPolicy = childPolicy self.executionStartToCloseTimeout = executionStartToCloseTimeout self.input = input @@ -1262,8 +1235,7 @@ extension SWFClientTypes { public init( cause: SWFClientTypes.ContinueAsNewWorkflowExecutionFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId } @@ -1289,8 +1261,7 @@ public struct OperationNotPermittedFault: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1314,8 +1285,7 @@ public struct UnknownResourceFault: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1333,8 +1303,7 @@ extension SWFClientTypes { public init( latestDate: Foundation.Date? = nil, oldestDate: Foundation.Date? = nil - ) - { + ) { self.latestDate = latestDate self.oldestDate = oldestDate } @@ -1351,8 +1320,7 @@ extension SWFClientTypes { public init( workflowId: Swift.String? = nil - ) - { + ) { self.workflowId = workflowId } } @@ -1368,8 +1336,7 @@ extension SWFClientTypes { public init( tag: Swift.String? = nil - ) - { + ) { self.tag = tag } } @@ -1388,8 +1355,7 @@ extension SWFClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1421,8 +1387,7 @@ public struct CountClosedWorkflowExecutionsInput: Swift.Sendable { startTimeFilter: SWFClientTypes.ExecutionTimeFilter? = nil, tagFilter: SWFClientTypes.TagFilter? = nil, typeFilter: SWFClientTypes.WorkflowTypeFilter? = nil - ) - { + ) { self.closeStatusFilter = closeStatusFilter self.closeTimeFilter = closeTimeFilter self.domain = domain @@ -1444,8 +1409,7 @@ public struct CountClosedWorkflowExecutionsOutput: Swift.Sendable { public init( count: Swift.Int = 0, truncated: Swift.Bool = false - ) - { + ) { self.count = count self.truncated = truncated } @@ -1471,8 +1435,7 @@ public struct CountOpenWorkflowExecutionsInput: Swift.Sendable { startTimeFilter: SWFClientTypes.ExecutionTimeFilter? = nil, tagFilter: SWFClientTypes.TagFilter? = nil, typeFilter: SWFClientTypes.WorkflowTypeFilter? = nil - ) - { + ) { self.domain = domain self.executionFilter = executionFilter self.startTimeFilter = startTimeFilter @@ -1492,8 +1455,7 @@ public struct CountOpenWorkflowExecutionsOutput: Swift.Sendable { public init( count: Swift.Int = 0, truncated: Swift.Bool = false - ) - { + ) { self.count = count self.truncated = truncated } @@ -1510,8 +1472,7 @@ public struct CountPendingActivityTasksInput: Swift.Sendable { public init( domain: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil - ) - { + ) { self.domain = domain self.taskList = taskList } @@ -1528,8 +1489,7 @@ public struct CountPendingActivityTasksOutput: Swift.Sendable { public init( count: Swift.Int = 0, truncated: Swift.Bool = false - ) - { + ) { self.count = count self.truncated = truncated } @@ -1546,8 +1506,7 @@ public struct CountPendingDecisionTasksInput: Swift.Sendable { public init( domain: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil - ) - { + ) { self.domain = domain self.taskList = taskList } @@ -1564,8 +1523,7 @@ public struct CountPendingDecisionTasksOutput: Swift.Sendable { public init( count: Swift.Int = 0, truncated: Swift.Bool = false - ) - { + ) { self.count = count self.truncated = truncated } @@ -1654,8 +1612,7 @@ extension SWFClientTypes { public init( details: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.details = details self.reason = reason } @@ -1684,8 +1641,7 @@ extension SWFClientTypes { public init( details: Swift.String? = nil, markerName: Swift.String? = nil - ) - { + ) { self.details = details self.markerName = markerName } @@ -1711,8 +1667,7 @@ extension SWFClientTypes { public init( activityId: Swift.String? = nil - ) - { + ) { self.activityId = activityId } } @@ -1743,8 +1698,7 @@ extension SWFClientTypes { control: Swift.String? = nil, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.control = control self.runId = runId self.workflowId = workflowId @@ -1808,8 +1762,7 @@ extension SWFClientTypes { startToCloseTimeout: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil, taskPriority: Swift.String? = nil - ) - { + ) { self.activityId = activityId self.activityType = activityType self.control = control @@ -1847,8 +1800,7 @@ extension SWFClientTypes { input: Swift.String? = nil, name: Swift.String? = nil, startToCloseTimeout: Swift.String? = nil - ) - { + ) { self.control = control self.id = id self.input = input @@ -1890,8 +1842,7 @@ extension SWFClientTypes { runId: Swift.String? = nil, signalName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.control = control self.input = input self.runId = runId @@ -1971,8 +1922,7 @@ extension SWFClientTypes { taskStartToCloseTimeout: Swift.String? = nil, workflowId: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.childPolicy = childPolicy self.control = control self.executionStartToCloseTimeout = executionStartToCloseTimeout @@ -2014,8 +1964,7 @@ extension SWFClientTypes { control: Swift.String? = nil, startToFireTimeout: Swift.String? = nil, timerId: Swift.String? = nil - ) - { + ) { self.control = control self.startToFireTimeout = startToFireTimeout self.timerId = timerId @@ -2157,8 +2106,7 @@ extension SWFClientTypes { signalExternalWorkflowExecutionDecisionAttributes: SWFClientTypes.SignalExternalWorkflowExecutionDecisionAttributes? = nil, startChildWorkflowExecutionDecisionAttributes: SWFClientTypes.StartChildWorkflowExecutionDecisionAttributes? = nil, startTimerDecisionAttributes: SWFClientTypes.StartTimerDecisionAttributes? = nil - ) - { + ) { self.cancelTimerDecisionAttributes = cancelTimerDecisionAttributes self.cancelWorkflowExecutionDecisionAttributes = cancelWorkflowExecutionDecisionAttributes self.completeWorkflowExecutionDecisionAttributes = completeWorkflowExecutionDecisionAttributes @@ -2200,8 +2148,7 @@ extension SWFClientTypes { startedEventId: Swift.Int = 0, taskList: SWFClientTypes.TaskList? = nil, taskListScheduleToStartTimeout: Swift.String? = nil - ) - { + ) { self.executionContext = executionContext self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId @@ -2230,8 +2177,7 @@ extension SWFClientTypes { startToCloseTimeout: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil, taskPriority: Swift.String? = nil - ) - { + ) { self.scheduleToStartTimeout = scheduleToStartTimeout self.startToCloseTimeout = startToCloseTimeout self.taskList = taskList @@ -2253,8 +2199,7 @@ extension SWFClientTypes { public init( identity: Swift.String? = nil, scheduledEventId: Swift.Int = 0 - ) - { + ) { self.identity = identity self.scheduledEventId = scheduledEventId } @@ -2308,8 +2253,7 @@ extension SWFClientTypes { scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0, timeoutType: SWFClientTypes.DecisionTaskTimeoutType? = nil - ) - { + ) { self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId self.timeoutType = timeoutType @@ -2516,8 +2460,7 @@ extension SWFClientTypes { public init( initiatedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.workflowExecution = workflowExecution } @@ -2538,8 +2481,7 @@ extension SWFClientTypes { public init( initiatedEventId: Swift.Int = 0, workflowExecution: SWFClientTypes.WorkflowExecution? = nil - ) - { + ) { self.initiatedEventId = initiatedEventId self.workflowExecution = workflowExecution } @@ -2589,8 +2531,7 @@ extension SWFClientTypes { public init( cause: SWFClientTypes.FailWorkflowExecutionFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId } @@ -2614,8 +2555,7 @@ extension SWFClientTypes { result: Swift.String? = nil, scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0 - ) - { + ) { self.result = result self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId @@ -2643,8 +2583,7 @@ extension SWFClientTypes { reason: Swift.String? = nil, scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0 - ) - { + ) { self.details = details self.reason = reason self.scheduledEventId = scheduledEventId @@ -2680,8 +2619,7 @@ extension SWFClientTypes { input: Swift.String? = nil, name: Swift.String? = nil, startToCloseTimeout: Swift.String? = nil - ) - { + ) { self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.id = id @@ -2702,8 +2640,7 @@ extension SWFClientTypes { public init( scheduledEventId: Swift.Int = 0 - ) - { + ) { self.scheduledEventId = scheduledEventId } } @@ -2752,8 +2689,7 @@ extension SWFClientTypes { scheduledEventId: Swift.Int = 0, startedEventId: Swift.Int = 0, timeoutType: SWFClientTypes.LambdaFunctionTimeoutType? = nil - ) - { + ) { self.scheduledEventId = scheduledEventId self.startedEventId = startedEventId self.timeoutType = timeoutType @@ -2778,8 +2714,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, details: Swift.String? = nil, markerName: Swift.String? = nil - ) - { + ) { self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.details = details self.markerName = markerName @@ -2831,8 +2766,7 @@ extension SWFClientTypes { cause: SWFClientTypes.RecordMarkerFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0, markerName: Swift.String? = nil - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.markerName = markerName @@ -2887,8 +2821,7 @@ extension SWFClientTypes { activityId: Swift.String? = nil, cause: SWFClientTypes.RequestCancelActivityTaskFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.activityId = activityId self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId @@ -2956,8 +2889,7 @@ extension SWFClientTypes { initiatedEventId: Swift.Int = 0, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.cause = cause self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId @@ -2988,8 +2920,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.runId = runId @@ -3076,8 +3007,7 @@ extension SWFClientTypes { activityType: SWFClientTypes.ActivityType? = nil, cause: SWFClientTypes.ScheduleActivityTaskFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0 - ) - { + ) { self.activityId = activityId self.activityType = activityType self.cause = cause @@ -3143,8 +3073,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.id = id @@ -3213,8 +3142,7 @@ extension SWFClientTypes { initiatedEventId: Swift.Int = 0, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.cause = cause self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId @@ -3252,8 +3180,7 @@ extension SWFClientTypes { runId: Swift.String? = nil, signalName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.input = input @@ -3349,8 +3276,7 @@ extension SWFClientTypes { initiatedEventId: Swift.Int = 0, workflowId: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.cause = cause self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId @@ -3414,8 +3340,7 @@ extension SWFClientTypes { taskStartToCloseTimeout: Swift.String? = nil, workflowId: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.childPolicy = childPolicy self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId @@ -3473,8 +3398,7 @@ extension SWFClientTypes { cause: SWFClientTypes.StartLambdaFunctionFailedCause? = nil, message: Swift.String? = nil, scheduledEventId: Swift.Int = 0 - ) - { + ) { self.cause = cause self.message = message self.scheduledEventId = scheduledEventId @@ -3535,8 +3459,7 @@ extension SWFClientTypes { cause: SWFClientTypes.StartTimerFailedCause? = nil, decisionTaskCompletedEventId: Swift.Int = 0, timerId: Swift.String? = nil - ) - { + ) { self.cause = cause self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.timerId = timerId @@ -3562,8 +3485,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, startedEventId: Swift.Int = 0, timerId: Swift.String? = nil - ) - { + ) { self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.startedEventId = startedEventId self.timerId = timerId @@ -3585,8 +3507,7 @@ extension SWFClientTypes { public init( startedEventId: Swift.Int = 0, timerId: Swift.String? = nil - ) - { + ) { self.startedEventId = startedEventId self.timerId = timerId } @@ -3614,8 +3535,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, startToFireTimeout: Swift.String? = nil, timerId: Swift.String? = nil - ) - { + ) { self.control = control self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.startToFireTimeout = startToFireTimeout @@ -3637,8 +3557,7 @@ extension SWFClientTypes { public init( decisionTaskCompletedEventId: Swift.Int = 0, details: Swift.String? = nil - ) - { + ) { self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.details = details } @@ -3686,8 +3605,7 @@ extension SWFClientTypes { cause: SWFClientTypes.WorkflowExecutionCancelRequestedCause? = nil, externalInitiatedEventId: Swift.Int = 0, externalWorkflowExecution: SWFClientTypes.WorkflowExecution? = nil - ) - { + ) { self.cause = cause self.externalInitiatedEventId = externalInitiatedEventId self.externalWorkflowExecution = externalWorkflowExecution @@ -3708,8 +3626,7 @@ extension SWFClientTypes { public init( decisionTaskCompletedEventId: Swift.Int = 0, result: Swift.String? = nil - ) - { + ) { self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.result = result } @@ -3766,8 +3683,7 @@ extension SWFClientTypes { taskPriority: Swift.String? = nil, taskStartToCloseTimeout: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.childPolicy = childPolicy self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.executionStartToCloseTimeout = executionStartToCloseTimeout @@ -3799,8 +3715,7 @@ extension SWFClientTypes { decisionTaskCompletedEventId: Swift.Int = 0, details: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.decisionTaskCompletedEventId = decisionTaskCompletedEventId self.details = details self.reason = reason @@ -3827,8 +3742,7 @@ extension SWFClientTypes { externalWorkflowExecution: SWFClientTypes.WorkflowExecution? = nil, input: Swift.String? = nil, signalName: Swift.String? = nil - ) - { + ) { self.externalInitiatedEventId = externalInitiatedEventId self.externalWorkflowExecution = externalWorkflowExecution self.input = input @@ -3888,8 +3802,7 @@ extension SWFClientTypes { taskPriority: Swift.String? = nil, taskStartToCloseTimeout: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.childPolicy = childPolicy self.continuedExecutionRunId = continuedExecutionRunId self.executionStartToCloseTimeout = executionStartToCloseTimeout @@ -3963,8 +3876,7 @@ extension SWFClientTypes { childPolicy: SWFClientTypes.ChildPolicy? = nil, details: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.cause = cause self.childPolicy = childPolicy self.details = details @@ -3993,8 +3905,7 @@ extension SWFClientTypes { public init( childPolicy: SWFClientTypes.ChildPolicy? = nil, timeoutType: SWFClientTypes.WorkflowExecutionTimeoutType? = nil - ) - { + ) { self.childPolicy = childPolicy self.timeoutType = timeoutType } @@ -4277,8 +4188,7 @@ extension SWFClientTypes { workflowExecutionStartedEventAttributes: SWFClientTypes.WorkflowExecutionStartedEventAttributes? = nil, workflowExecutionTerminatedEventAttributes: SWFClientTypes.WorkflowExecutionTerminatedEventAttributes? = nil, workflowExecutionTimedOutEventAttributes: SWFClientTypes.WorkflowExecutionTimedOutEventAttributes? = nil - ) - { + ) { self.activityTaskCancelRequestedEventAttributes = activityTaskCancelRequestedEventAttributes self.activityTaskCanceledEventAttributes = activityTaskCanceledEventAttributes self.activityTaskCompletedEventAttributes = activityTaskCompletedEventAttributes @@ -4358,8 +4268,7 @@ public struct DefaultUndefinedFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4382,8 +4291,7 @@ public struct TypeNotDeprecatedFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4399,8 +4307,7 @@ public struct DeleteActivityTypeInput: Swift.Sendable { public init( activityType: SWFClientTypes.ActivityType? = nil, domain: Swift.String? = nil - ) - { + ) { self.activityType = activityType self.domain = domain } @@ -4417,8 +4324,7 @@ public struct DeleteWorkflowTypeInput: Swift.Sendable { public init( domain: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.domain = domain self.workflowType = workflowType } @@ -4443,8 +4349,7 @@ public struct TypeDeprecatedFault: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4460,8 +4365,7 @@ public struct DeprecateActivityTypeInput: Swift.Sendable { public init( activityType: SWFClientTypes.ActivityType? = nil, domain: Swift.String? = nil - ) - { + ) { self.activityType = activityType self.domain = domain } @@ -4486,8 +4390,7 @@ public struct DomainDeprecatedFault: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4499,8 +4402,7 @@ public struct DeprecateDomainInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4516,8 +4418,7 @@ public struct DeprecateWorkflowTypeInput: Swift.Sendable { public init( domain: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.domain = domain self.workflowType = workflowType } @@ -4534,8 +4435,7 @@ public struct DescribeActivityTypeInput: Swift.Sendable { public init( activityType: SWFClientTypes.ActivityType? = nil, domain: Swift.String? = nil - ) - { + ) { self.activityType = activityType self.domain = domain } @@ -4557,8 +4457,7 @@ public struct DescribeActivityTypeOutput: Swift.Sendable { public init( configuration: SWFClientTypes.ActivityTypeConfiguration? = nil, typeInfo: SWFClientTypes.ActivityTypeInfo? = nil - ) - { + ) { self.configuration = configuration self.typeInfo = typeInfo } @@ -4571,8 +4470,7 @@ public struct DescribeDomainInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4587,8 +4485,7 @@ extension SWFClientTypes { public init( workflowExecutionRetentionPeriodInDays: Swift.String? = nil - ) - { + ) { self.workflowExecutionRetentionPeriodInDays = workflowExecutionRetentionPeriodInDays } } @@ -4618,8 +4515,7 @@ extension SWFClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, status: SWFClientTypes.RegistrationStatus? = nil - ) - { + ) { self.arn = arn self.description = description self.name = name @@ -4640,8 +4536,7 @@ public struct DescribeDomainOutput: Swift.Sendable { public init( configuration: SWFClientTypes.DomainConfiguration? = nil, domainInfo: SWFClientTypes.DomainInfo? = nil - ) - { + ) { self.configuration = configuration self.domainInfo = domainInfo } @@ -4658,8 +4553,7 @@ public struct DescribeWorkflowExecutionInput: Swift.Sendable { public init( domain: Swift.String? = nil, execution: SWFClientTypes.WorkflowExecution? = nil - ) - { + ) { self.domain = domain self.execution = execution } @@ -4699,8 +4593,7 @@ extension SWFClientTypes { taskList: SWFClientTypes.TaskList? = nil, taskPriority: Swift.String? = nil, taskStartToCloseTimeout: Swift.String? = nil - ) - { + ) { self.childPolicy = childPolicy self.executionStartToCloseTimeout = executionStartToCloseTimeout self.lambdaRole = lambdaRole @@ -4789,8 +4682,7 @@ extension SWFClientTypes { startTimestamp: Foundation.Date? = nil, tagList: [Swift.String]? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.cancelRequested = cancelRequested self.closeStatus = closeStatus self.closeTimestamp = closeTimestamp @@ -4829,8 +4721,7 @@ extension SWFClientTypes { openDecisionTasks: Swift.Int = 0, openLambdaFunctions: Swift.Int = 0, openTimers: Swift.Int = 0 - ) - { + ) { self.openActivityTasks = openActivityTasks self.openChildWorkflowExecutions = openChildWorkflowExecutions self.openDecisionTasks = openDecisionTasks @@ -4862,8 +4753,7 @@ public struct DescribeWorkflowExecutionOutput: Swift.Sendable { latestActivityTaskTimestamp: Foundation.Date? = nil, latestExecutionContext: Swift.String? = nil, openCounts: SWFClientTypes.WorkflowExecutionOpenCounts? = nil - ) - { + ) { self.executionConfiguration = executionConfiguration self.executionInfo = executionInfo self.latestActivityTaskTimestamp = latestActivityTaskTimestamp @@ -4883,8 +4773,7 @@ public struct DescribeWorkflowTypeInput: Swift.Sendable { public init( domain: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.domain = domain self.workflowType = workflowType } @@ -4920,8 +4809,7 @@ extension SWFClientTypes { defaultTaskList: SWFClientTypes.TaskList? = nil, defaultTaskPriority: Swift.String? = nil, defaultTaskStartToCloseTimeout: Swift.String? = nil - ) - { + ) { self.defaultChildPolicy = defaultChildPolicy self.defaultExecutionStartToCloseTimeout = defaultExecutionStartToCloseTimeout self.defaultLambdaRole = defaultLambdaRole @@ -4956,8 +4844,7 @@ extension SWFClientTypes { description: Swift.String? = nil, status: SWFClientTypes.RegistrationStatus? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.creationDate = creationDate self.deprecationDate = deprecationDate self.description = description @@ -4983,8 +4870,7 @@ public struct DescribeWorkflowTypeOutput: Swift.Sendable { public init( configuration: SWFClientTypes.WorkflowTypeConfiguration? = nil, typeInfo: SWFClientTypes.WorkflowTypeInfo? = nil - ) - { + ) { self.configuration = configuration self.typeInfo = typeInfo } @@ -5009,8 +4895,7 @@ public struct DomainAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5035,8 +4920,7 @@ public struct GetWorkflowExecutionHistoryInput: Swift.Sendable { maximumPageSize: Swift.Int? = 0, nextPageToken: Swift.String? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.domain = domain self.execution = execution self.maximumPageSize = maximumPageSize @@ -5056,8 +4940,7 @@ public struct GetWorkflowExecutionHistoryOutput: Swift.Sendable { public init( events: [SWFClientTypes.HistoryEvent]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.events = events self.nextPageToken = nextPageToken } @@ -5082,8 +4965,7 @@ public struct LimitExceededFault: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5111,8 +4993,7 @@ public struct ListActivityTypesInput: Swift.Sendable { nextPageToken: Swift.String? = nil, registrationStatus: SWFClientTypes.RegistrationStatus? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.domain = domain self.maximumPageSize = maximumPageSize self.name = name @@ -5133,8 +5014,7 @@ public struct ListActivityTypesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, typeInfos: [SWFClientTypes.ActivityTypeInfo]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.typeInfos = typeInfos } @@ -5174,8 +5054,7 @@ public struct ListClosedWorkflowExecutionsInput: Swift.Sendable { startTimeFilter: SWFClientTypes.ExecutionTimeFilter? = nil, tagFilter: SWFClientTypes.TagFilter? = nil, typeFilter: SWFClientTypes.WorkflowTypeFilter? = nil - ) - { + ) { self.closeStatusFilter = closeStatusFilter self.closeTimeFilter = closeTimeFilter self.domain = domain @@ -5200,8 +5079,7 @@ public struct ListClosedWorkflowExecutionsOutput: Swift.Sendable { public init( executionInfos: [SWFClientTypes.WorkflowExecutionInfo]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.executionInfos = executionInfos self.nextPageToken = nextPageToken } @@ -5223,8 +5101,7 @@ public struct ListDomainsInput: Swift.Sendable { nextPageToken: Swift.String? = nil, registrationStatus: SWFClientTypes.RegistrationStatus? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.maximumPageSize = maximumPageSize self.nextPageToken = nextPageToken self.registrationStatus = registrationStatus @@ -5243,8 +5120,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domainInfos: [SWFClientTypes.DomainInfo]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.domainInfos = domainInfos self.nextPageToken = nextPageToken } @@ -5279,8 +5155,7 @@ public struct ListOpenWorkflowExecutionsInput: Swift.Sendable { startTimeFilter: SWFClientTypes.ExecutionTimeFilter? = nil, tagFilter: SWFClientTypes.TagFilter? = nil, typeFilter: SWFClientTypes.WorkflowTypeFilter? = nil - ) - { + ) { self.domain = domain self.executionFilter = executionFilter self.maximumPageSize = maximumPageSize @@ -5303,8 +5178,7 @@ public struct ListOpenWorkflowExecutionsOutput: Swift.Sendable { public init( executionInfos: [SWFClientTypes.WorkflowExecutionInfo]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.executionInfos = executionInfos self.nextPageToken = nextPageToken } @@ -5317,8 +5191,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5336,8 +5209,7 @@ extension SWFClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5350,8 +5222,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SWFClientTypes.ResourceTag]? = nil - ) - { + ) { self.tags = tags } } @@ -5379,8 +5250,7 @@ public struct ListWorkflowTypesInput: Swift.Sendable { nextPageToken: Swift.String? = nil, registrationStatus: SWFClientTypes.RegistrationStatus? = nil, reverseOrder: Swift.Bool? = false - ) - { + ) { self.domain = domain self.maximumPageSize = maximumPageSize self.name = name @@ -5401,8 +5271,7 @@ public struct ListWorkflowTypesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, typeInfos: [SWFClientTypes.WorkflowTypeInfo]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.typeInfos = typeInfos } @@ -5422,8 +5291,7 @@ public struct PollForActivityTaskInput: Swift.Sendable { domain: Swift.String? = nil, identity: Swift.String? = nil, taskList: SWFClientTypes.TaskList? = nil - ) - { + ) { self.domain = domain self.identity = identity self.taskList = taskList @@ -5457,8 +5325,7 @@ public struct PollForActivityTaskOutput: Swift.Sendable { startedEventId: Swift.Int = 0, taskToken: Swift.String? = nil, workflowExecution: SWFClientTypes.WorkflowExecution? = nil - ) - { + ) { self.activityId = activityId self.activityType = activityType self.input = input @@ -5494,8 +5361,7 @@ public struct PollForDecisionTaskInput: Swift.Sendable { reverseOrder: Swift.Bool? = false, startAtPreviousStartedEvent: Swift.Bool? = false, taskList: SWFClientTypes.TaskList? = nil - ) - { + ) { self.domain = domain self.identity = identity self.maximumPageSize = maximumPageSize @@ -5536,8 +5402,7 @@ public struct PollForDecisionTaskOutput: Swift.Sendable { taskToken: Swift.String? = nil, workflowExecution: SWFClientTypes.WorkflowExecution? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.events = events self.nextPageToken = nextPageToken self.previousStartedEventId = previousStartedEventId @@ -5558,8 +5423,7 @@ public struct RecordActivityTaskHeartbeatInput: Swift.Sendable { public init( details: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.details = details self.taskToken = taskToken } @@ -5573,8 +5437,7 @@ public struct RecordActivityTaskHeartbeatOutput: Swift.Sendable { public init( cancelRequested: Swift.Bool = false - ) - { + ) { self.cancelRequested = cancelRequested } } @@ -5598,8 +5461,7 @@ public struct TypeAlreadyExistsFault: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5640,8 +5502,7 @@ public struct RegisterActivityTypeInput: Swift.Sendable { domain: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.defaultTaskHeartbeatTimeout = defaultTaskHeartbeatTimeout self.defaultTaskList = defaultTaskList self.defaultTaskPriority = defaultTaskPriority @@ -5673,8 +5534,7 @@ public struct TooManyTagsFault: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5696,8 +5556,7 @@ public struct RegisterDomainInput: Swift.Sendable { name: Swift.String? = nil, tags: [SWFClientTypes.ResourceTag]? = nil, workflowExecutionRetentionPeriodInDays: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -5747,8 +5606,7 @@ public struct RegisterWorkflowTypeInput: Swift.Sendable { domain: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.defaultChildPolicy = defaultChildPolicy self.defaultExecutionStartToCloseTimeout = defaultExecutionStartToCloseTimeout self.defaultLambdaRole = defaultLambdaRole @@ -5776,8 +5634,7 @@ public struct RequestCancelWorkflowExecutionInput: Swift.Sendable { domain: Swift.String? = nil, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.domain = domain self.runId = runId self.workflowId = workflowId @@ -5794,8 +5651,7 @@ public struct RespondActivityTaskCanceledInput: Swift.Sendable { public init( details: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.details = details self.taskToken = taskToken } @@ -5811,8 +5667,7 @@ public struct RespondActivityTaskCompletedInput: Swift.Sendable { public init( result: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.result = result self.taskToken = taskToken } @@ -5831,8 +5686,7 @@ public struct RespondActivityTaskFailedInput: Swift.Sendable { details: Swift.String? = nil, reason: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.details = details self.reason = reason self.taskToken = taskToken @@ -5859,8 +5713,7 @@ public struct RespondDecisionTaskCompletedInput: Swift.Sendable { taskList: SWFClientTypes.TaskList? = nil, taskListScheduleToStartTimeout: Swift.String? = nil, taskToken: Swift.String? = nil - ) - { + ) { self.decisions = decisions self.executionContext = executionContext self.taskList = taskList @@ -5890,8 +5743,7 @@ public struct SignalWorkflowExecutionInput: Swift.Sendable { runId: Swift.String? = nil, signalName: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.domain = domain self.input = input self.runId = runId @@ -5919,8 +5771,7 @@ public struct WorkflowExecutionAlreadyStartedFault: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5973,8 +5824,7 @@ public struct StartWorkflowExecutionInput: Swift.Sendable { taskStartToCloseTimeout: Swift.String? = nil, workflowId: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.childPolicy = childPolicy self.domain = domain self.executionStartToCloseTimeout = executionStartToCloseTimeout @@ -5996,8 +5846,7 @@ public struct StartWorkflowExecutionOutput: Swift.Sendable { public init( runId: Swift.String? = nil - ) - { + ) { self.runId = runId } } @@ -6013,8 +5862,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SWFClientTypes.ResourceTag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -6052,8 +5900,7 @@ public struct TerminateWorkflowExecutionInput: Swift.Sendable { reason: Swift.String? = nil, runId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.childPolicy = childPolicy self.details = details self.domain = domain @@ -6074,8 +5921,7 @@ public struct UndeprecateActivityTypeInput: Swift.Sendable { public init( activityType: SWFClientTypes.ActivityType? = nil, domain: Swift.String? = nil - ) - { + ) { self.activityType = activityType self.domain = domain } @@ -6088,8 +5934,7 @@ public struct UndeprecateDomainInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -6105,8 +5950,7 @@ public struct UndeprecateWorkflowTypeInput: Swift.Sendable { public init( domain: Swift.String? = nil, workflowType: SWFClientTypes.WorkflowType? = nil - ) - { + ) { self.domain = domain self.workflowType = workflowType } @@ -6123,8 +5967,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSWF/Sources/AWSSWF/SWFClient.swift b/Sources/Services/AWSSWF/Sources/AWSSWF/SWFClient.swift index 1f8ae88e701..029db6023c2 100644 --- a/Sources/Services/AWSSWF/Sources/AWSSWF/SWFClient.swift +++ b/Sources/Services/AWSSWF/Sources/AWSSWF/SWFClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SWFClient: ClientRuntime.Client { public static let clientName = "SWFClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SWFClient.SWFClientConfiguration let serviceName = "SWF" diff --git a/Sources/Services/AWSSageMaker/Package.swift.txt b/Sources/Services/AWSSageMaker/Package.swift.txt index 14718008f6e..7b7a5a5541a 100644 --- a/Sources/Services/AWSSageMaker/Package.swift.txt +++ b/Sources/Services/AWSSageMaker/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/Models.swift b/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/Models.swift index 72809be1022..5e7ff78e959 100644 --- a/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/Models.swift +++ b/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/Models.swift @@ -348,8 +348,7 @@ extension SageMakerClientTypes { sourceId: Swift.String? = nil, sourceType: Swift.String? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.sourceId = sourceId self.sourceType = sourceType self.sourceUri = sourceUri @@ -425,8 +424,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, source: SageMakerClientTypes.ActionSource? = nil, status: SageMakerClientTypes.ActionStatus? = nil - ) - { + ) { self.actionArn = actionArn self.actionName = actionName self.actionType = actionType @@ -485,8 +483,7 @@ public struct ResourceLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -509,8 +506,7 @@ public struct ResourceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -575,8 +571,7 @@ public struct AddAssociationInput: Swift.Sendable { associationType: SageMakerClientTypes.AssociationEdgeType? = nil, destinationArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.destinationArn = destinationArn self.sourceArn = sourceArn @@ -592,8 +587,7 @@ public struct AddAssociationOutput: Swift.Sendable { public init( destinationArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.sourceArn = sourceArn } @@ -677,8 +671,7 @@ extension SageMakerClientTypes { eTag: Swift.String? = nil, s3DataType: SageMakerClientTypes.AdditionalS3DataSourceDataType? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.compressionType = compressionType self.eTag = eTag self.s3DataType = s3DataType @@ -726,8 +719,7 @@ extension SageMakerClientTypes { public init( hubContentArn: Swift.String? = nil - ) - { + ) { self.hubContentArn = hubContentArn } } @@ -747,8 +739,7 @@ extension SageMakerClientTypes { public init( acceptEula: Swift.Bool? = nil - ) - { + ) { self.acceptEula = acceptEula } } @@ -817,7 +808,7 @@ extension SageMakerClientTypes { public var eTag: Swift.String? /// Configuration information for hub access. public var hubAccessConfig: SageMakerClientTypes.InferenceHubAccessConfig? - /// The ETag associated with Manifest S3URI. + /// The ETag associated with Manifest S3 URI. public var manifestEtag: Swift.String? /// The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the artifact locations. public var manifestS3Uri: Swift.String? @@ -839,8 +830,7 @@ extension SageMakerClientTypes { modelAccessConfig: SageMakerClientTypes.ModelAccessConfig? = nil, s3DataType: SageMakerClientTypes.S3ModelDataType? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.compressionType = compressionType self.eTag = eTag self.hubAccessConfig = hubAccessConfig @@ -862,8 +852,7 @@ extension SageMakerClientTypes { public init( s3DataSource: SageMakerClientTypes.S3ModelDataSource? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -879,8 +868,7 @@ extension SageMakerClientTypes { public init( dataInputConfig: Swift.String? = nil - ) - { + ) { self.dataInputConfig = dataInputConfig } } @@ -900,7 +888,7 @@ extension SageMakerClientTypes { public var framework: Swift.String? /// The framework version of the Model Package Container Image. public var frameworkVersion: Swift.String? - /// The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see [Using Your Own Algorithms with Amazon SageMaker](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html). + /// The Amazon EC2 Container Registry path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see [Using Your Own Algorithms with Amazon SageMaker](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html). /// This member is required. public var image: Swift.String? /// An MD5 hash of the training algorithm that identifies the Docker image used for training. @@ -932,8 +920,7 @@ extension SageMakerClientTypes { modelInput: SageMakerClientTypes.ModelInput? = nil, nearestModelName: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.additionalS3DataSource = additionalS3DataSource self.containerHostname = containerHostname self.environment = environment @@ -1965,8 +1952,7 @@ extension SageMakerClientTypes { supportedRealtimeInferenceInstanceTypes: [SageMakerClientTypes.ProductionVariantInstanceType]? = nil, supportedResponseMIMETypes: [Swift.String]? = nil, supportedTransformInstanceTypes: [SageMakerClientTypes.TransformInstanceType]? = nil - ) - { + ) { self.containers = containers self.description = description self.name = name @@ -1992,8 +1978,7 @@ extension SageMakerClientTypes { public init( channelName: Swift.String? = nil, s3DataSource: SageMakerClientTypes.S3ModelDataSource? = nil - ) - { + ) { self.channelName = channelName self.s3DataSource = s3DataSource } @@ -2014,8 +1999,7 @@ extension SageMakerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2033,8 +2017,7 @@ public struct AddTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2046,8 +2029,7 @@ public struct AddTagsOutput: Swift.Sendable { public init( tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2066,8 +2048,7 @@ extension SageMakerClientTypes { public init( agentCount: Swift.Int? = nil, version: Swift.String? = nil - ) - { + ) { self.agentCount = agentCount self.version = version } @@ -2121,8 +2102,7 @@ extension SageMakerClientTypes { public init( alarmName: Swift.String? = nil - ) - { + ) { self.alarmName = alarmName } } @@ -2171,8 +2151,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, regex: Swift.String? = nil - ) - { + ) { self.name = name self.regex = regex } @@ -2218,8 +2197,7 @@ extension SageMakerClientTypes { public init( trainingRepositoryCredentialsProviderArn: Swift.String? = nil - ) - { + ) { self.trainingRepositoryCredentialsProviderArn = trainingRepositoryCredentialsProviderArn } } @@ -2238,8 +2216,7 @@ extension SageMakerClientTypes { public init( trainingRepositoryAccessMode: SageMakerClientTypes.TrainingRepositoryAccessMode? = nil, trainingRepositoryAuthConfig: SageMakerClientTypes.TrainingRepositoryAuthConfig? = nil - ) - { + ) { self.trainingRepositoryAccessMode = trainingRepositoryAccessMode self.trainingRepositoryAuthConfig = trainingRepositoryAuthConfig } @@ -2325,8 +2302,7 @@ extension SageMakerClientTypes { trainingImage: Swift.String? = nil, trainingImageConfig: SageMakerClientTypes.TrainingImageConfig? = nil, trainingInputMode: SageMakerClientTypes.TrainingInputMode? = nil - ) - { + ) { self.algorithmName = algorithmName self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint @@ -2429,8 +2405,7 @@ extension SageMakerClientTypes { failureReason: Swift.String? = nil, name: Swift.String? = nil, status: SageMakerClientTypes.DetailedAlgorithmStatus? = nil - ) - { + ) { self.failureReason = failureReason self.name = name self.status = status @@ -2450,8 +2425,7 @@ extension SageMakerClientTypes { public init( imageScanStatuses: [SageMakerClientTypes.AlgorithmStatusItem]? = nil, validationStatuses: [SageMakerClientTypes.AlgorithmStatusItem]? = nil - ) - { + ) { self.imageScanStatuses = imageScanStatuses self.validationStatuses = validationStatuses } @@ -2483,8 +2457,7 @@ extension SageMakerClientTypes { algorithmName: Swift.String? = nil, algorithmStatus: SageMakerClientTypes.AlgorithmStatus? = nil, creationTime: Foundation.Date? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.algorithmDescription = algorithmDescription self.algorithmName = algorithmName @@ -2574,8 +2547,7 @@ extension SageMakerClientTypes { fileSystemAccessMode: SageMakerClientTypes.FileSystemAccessMode? = nil, fileSystemId: Swift.String? = nil, fileSystemType: SageMakerClientTypes.FileSystemType? = nil - ) - { + ) { self.directoryPath = directoryPath self.fileSystemAccessMode = fileSystemAccessMode self.fileSystemId = fileSystemId @@ -2675,8 +2647,7 @@ extension SageMakerClientTypes { s3DataDistributionType: SageMakerClientTypes.S3DataDistribution? = nil, s3DataType: SageMakerClientTypes.S3DataType? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.attributeNames = attributeNames self.instanceGroupNames = instanceGroupNames self.s3DataDistributionType = s3DataDistributionType @@ -2698,8 +2669,7 @@ extension SageMakerClientTypes { public init( fileSystemDataSource: SageMakerClientTypes.FileSystemDataSource? = nil, s3DataSource: SageMakerClientTypes.S3DataSource? = nil - ) - { + ) { self.fileSystemDataSource = fileSystemDataSource self.s3DataSource = s3DataSource } @@ -2745,8 +2715,7 @@ extension SageMakerClientTypes { public init( seed: Swift.Int? = nil - ) - { + ) { self.seed = seed } } @@ -2781,8 +2750,7 @@ extension SageMakerClientTypes { inputMode: SageMakerClientTypes.TrainingInputMode? = nil, recordWrapperType: SageMakerClientTypes.RecordWrapper? = nil, shuffleConfig: SageMakerClientTypes.ShuffleConfig? = nil - ) - { + ) { self.channelName = channelName self.compressionType = compressionType self.contentType = contentType @@ -2850,8 +2818,7 @@ extension SageMakerClientTypes { compressionType: SageMakerClientTypes.OutputCompressionType? = nil, kmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.compressionType = compressionType self.kmsKeyId = kmsKeyId self.s3OutputPath = s3OutputPath @@ -3224,8 +3191,7 @@ extension SageMakerClientTypes { instanceCount: Swift.Int? = nil, instanceGroupName: Swift.String? = nil, instanceType: SageMakerClientTypes.TrainingInstanceType? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceGroupName = instanceGroupName self.instanceType = instanceType @@ -3272,8 +3238,7 @@ extension SageMakerClientTypes { trainingPlanArn: Swift.String? = nil, volumeKmsKeyId: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceGroups = instanceGroups self.instanceType = instanceType @@ -3300,8 +3265,7 @@ extension SageMakerClientTypes { maxPendingTimeInSeconds: Swift.Int? = nil, maxRuntimeInSeconds: Swift.Int? = nil, maxWaitTimeInSeconds: Swift.Int? = nil - ) - { + ) { self.maxPendingTimeInSeconds = maxPendingTimeInSeconds self.maxRuntimeInSeconds = maxRuntimeInSeconds self.maxWaitTimeInSeconds = maxWaitTimeInSeconds @@ -3338,8 +3302,7 @@ extension SageMakerClientTypes { resourceConfig: SageMakerClientTypes.ResourceConfig? = nil, stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, trainingInputMode: SageMakerClientTypes.TrainingInputMode? = nil - ) - { + ) { self.hyperParameters = hyperParameters self.inputDataConfig = inputDataConfig self.outputDataConfig = outputDataConfig @@ -3397,8 +3360,7 @@ extension SageMakerClientTypes { public init( s3DataType: SageMakerClientTypes.S3DataType? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.s3DataType = s3DataType self.s3Uri = s3Uri } @@ -3415,8 +3377,7 @@ extension SageMakerClientTypes { public init( s3DataSource: SageMakerClientTypes.TransformS3DataSource? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -3483,8 +3444,7 @@ extension SageMakerClientTypes { contentType: Swift.String? = nil, dataSource: SageMakerClientTypes.TransformDataSource? = nil, splitType: SageMakerClientTypes.SplitType? = nil - ) - { + ) { self.compressionType = compressionType self.contentType = contentType self.dataSource = dataSource @@ -3552,8 +3512,7 @@ extension SageMakerClientTypes { assembleWith: SageMakerClientTypes.AssemblyType? = nil, kmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.accept = accept self.assembleWith = assembleWith self.kmsKeyId = kmsKeyId @@ -3587,8 +3546,7 @@ extension SageMakerClientTypes { instanceCount: Swift.Int? = nil, instanceType: SageMakerClientTypes.TransformInstanceType? = nil, volumeKmsKeyId: Swift.String? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeKmsKeyId = volumeKmsKeyId @@ -3626,8 +3584,7 @@ extension SageMakerClientTypes { transformInput: SageMakerClientTypes.TransformInput? = nil, transformOutput: SageMakerClientTypes.TransformOutput? = nil, transformResources: SageMakerClientTypes.TransformResources? = nil - ) - { + ) { self.batchStrategy = batchStrategy self.environment = environment self.maxConcurrentTransforms = maxConcurrentTransforms @@ -3656,8 +3613,7 @@ extension SageMakerClientTypes { profileName: Swift.String? = nil, trainingJobDefinition: SageMakerClientTypes.TrainingJobDefinition? = nil, transformJobDefinition: SageMakerClientTypes.TransformJobDefinition? = nil - ) - { + ) { self.profileName = profileName self.trainingJobDefinition = trainingJobDefinition self.transformJobDefinition = transformJobDefinition @@ -3679,8 +3635,7 @@ extension SageMakerClientTypes { public init( validationProfiles: [SageMakerClientTypes.AlgorithmValidationProfile]? = nil, validationRole: Swift.String? = nil - ) - { + ) { self.validationProfiles = validationProfiles self.validationRole = validationRole } @@ -3728,8 +3683,7 @@ extension SageMakerClientTypes { public init( qProfileArn: Swift.String? = nil, status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.qProfileArn = qProfileArn self.status = status } @@ -4339,8 +4293,7 @@ extension SageMakerClientTypes { public init( annotationConsolidationLambdaArn: Swift.String? = nil - ) - { + ) { self.annotationConsolidationLambdaArn = annotationConsolidationLambdaArn } } @@ -4923,8 +4876,7 @@ extension SageMakerClientTypes { sageMakerImageArn: Swift.String? = nil, sageMakerImageVersionAlias: Swift.String? = nil, sageMakerImageVersionArn: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType self.lifecycleConfigArn = lifecycleConfigArn self.sageMakerImageArn = sageMakerImageArn @@ -5002,8 +4954,7 @@ extension SageMakerClientTypes { spaceName: Swift.String? = nil, status: SageMakerClientTypes.AppStatus? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.appName = appName self.appType = appType self.creationTime = creationTime @@ -5031,8 +4982,7 @@ extension SageMakerClientTypes { containerArguments: [Swift.String]? = nil, containerEntrypoint: [Swift.String]? = nil, containerEnvironmentVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint self.containerEnvironmentVariables = containerEnvironmentVariables @@ -5055,8 +5005,7 @@ extension SageMakerClientTypes { defaultGid: Swift.Int? = nil, defaultUid: Swift.Int? = nil, mountPath: Swift.String? = nil - ) - { + ) { self.defaultGid = defaultGid self.defaultUid = defaultUid self.mountPath = mountPath @@ -5076,8 +5025,7 @@ extension SageMakerClientTypes { public init( containerConfig: SageMakerClientTypes.ContainerConfig? = nil, fileSystemConfig: SageMakerClientTypes.FileSystemConfig? = nil - ) - { + ) { self.containerConfig = containerConfig self.fileSystemConfig = fileSystemConfig } @@ -5096,8 +5044,7 @@ extension SageMakerClientTypes { public init( containerConfig: SageMakerClientTypes.ContainerConfig? = nil, fileSystemConfig: SageMakerClientTypes.FileSystemConfig? = nil - ) - { + ) { self.containerConfig = containerConfig self.fileSystemConfig = fileSystemConfig } @@ -5117,8 +5064,7 @@ extension SageMakerClientTypes { public init( displayName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.name = name } @@ -5138,8 +5084,7 @@ extension SageMakerClientTypes { public init( fileSystemConfig: SageMakerClientTypes.FileSystemConfig? = nil, kernelSpecs: [SageMakerClientTypes.KernelSpec]? = nil - ) - { + ) { self.fileSystemConfig = fileSystemConfig self.kernelSpecs = kernelSpecs } @@ -5173,8 +5118,7 @@ extension SageMakerClientTypes { jupyterLabAppImageConfig: SageMakerClientTypes.JupyterLabAppImageConfig? = nil, kernelGatewayImageConfig: SageMakerClientTypes.KernelGatewayImageConfig? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.appImageConfigArn = appImageConfigArn self.appImageConfigName = appImageConfigName self.codeEditorAppImageConfig = codeEditorAppImageConfig @@ -5265,8 +5209,7 @@ extension SageMakerClientTypes { lifecycleManagement: SageMakerClientTypes.LifecycleManagement? = nil, maxIdleTimeoutInMinutes: Swift.Int? = nil, minIdleTimeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.idleTimeoutInMinutes = idleTimeoutInMinutes self.lifecycleManagement = lifecycleManagement self.maxIdleTimeoutInMinutes = maxIdleTimeoutInMinutes @@ -5284,8 +5227,7 @@ extension SageMakerClientTypes { public init( idleSettings: SageMakerClientTypes.IdleSettings? = nil - ) - { + ) { self.idleSettings = idleSettings } } @@ -5391,8 +5333,7 @@ extension SageMakerClientTypes { containerArguments: [Swift.String]? = nil, containerEntrypoint: [Swift.String]? = nil, imageUri: Swift.String? = nil - ) - { + ) { self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint self.imageUri = imageUri @@ -5449,8 +5390,7 @@ extension SageMakerClientTypes { public init( sourceIdType: SageMakerClientTypes.ArtifactSourceIdType? = nil, value: Swift.String? = nil - ) - { + ) { self.sourceIdType = sourceIdType self.value = value } @@ -5470,8 +5410,7 @@ extension SageMakerClientTypes { public init( sourceTypes: [SageMakerClientTypes.ArtifactSourceType]? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.sourceTypes = sourceTypes self.sourceUri = sourceUri } @@ -5502,8 +5441,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil, source: SageMakerClientTypes.ArtifactSource? = nil - ) - { + ) { self.artifactArn = artifactArn self.artifactName = artifactName self.artifactType = artifactType @@ -5525,8 +5463,7 @@ public struct AssociateTrialComponentInput: Swift.Sendable { public init( trialComponentName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.trialComponentName = trialComponentName self.trialName = trialName } @@ -5541,8 +5478,7 @@ public struct AssociateTrialComponentOutput: Swift.Sendable { public init( trialArn: Swift.String? = nil, trialComponentArn: Swift.String? = nil - ) - { + ) { self.trialArn = trialArn self.trialComponentArn = trialComponentArn } @@ -5563,8 +5499,7 @@ extension SageMakerClientTypes { arn: Swift.String? = nil, principalId: Swift.String? = nil, sourceIdentity: Swift.String? = nil - ) - { + ) { self.arn = arn self.principalId = principalId self.sourceIdentity = sourceIdentity @@ -5590,8 +5525,7 @@ extension SageMakerClientTypes { iamIdentity: SageMakerClientTypes.IamIdentity? = nil, userProfileArn: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.iamIdentity = iamIdentity self.userProfileArn = userProfileArn @@ -5633,8 +5567,7 @@ extension SageMakerClientTypes { sourceArn: Swift.String? = nil, sourceName: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.createdBy = createdBy self.creationTime = creationTime @@ -5657,8 +5590,7 @@ extension SageMakerClientTypes { public init( maxConcurrentInvocationsPerInstance: Swift.Int? = nil - ) - { + ) { self.maxConcurrentInvocationsPerInstance = maxConcurrentInvocationsPerInstance } } @@ -5708,8 +5640,7 @@ extension SageMakerClientTypes { errorTopic: Swift.String? = nil, includeInferenceResponseIn: [SageMakerClientTypes.AsyncNotificationTopicTypes]? = nil, successTopic: Swift.String? = nil - ) - { + ) { self.errorTopic = errorTopic self.includeInferenceResponseIn = includeInferenceResponseIn self.successTopic = successTopic @@ -5735,8 +5666,7 @@ extension SageMakerClientTypes { notificationConfig: SageMakerClientTypes.AsyncInferenceNotificationConfig? = nil, s3FailurePath: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.notificationConfig = notificationConfig self.s3FailurePath = s3FailurePath @@ -5758,8 +5688,7 @@ extension SageMakerClientTypes { public init( clientConfig: SageMakerClientTypes.AsyncInferenceClientConfig? = nil, outputConfig: SageMakerClientTypes.AsyncInferenceOutputConfig? = nil - ) - { + ) { self.clientConfig = clientConfig self.outputConfig = outputConfig } @@ -5873,8 +5802,7 @@ extension SageMakerClientTypes { outputS3Uri: Swift.String? = nil, queryString: Swift.String? = nil, workGroup: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.database = database self.kmsKeyId = kmsKeyId @@ -6047,8 +5975,7 @@ extension SageMakerClientTypes { public init( autoMLAlgorithms: [SageMakerClientTypes.AutoMLAlgorithm]? = nil - ) - { + ) { self.autoMLAlgorithms = autoMLAlgorithms } } @@ -6070,8 +5997,7 @@ extension SageMakerClientTypes { backtestResults: Swift.String? = nil, explainability: Swift.String? = nil, modelInsights: Swift.String? = nil - ) - { + ) { self.backtestResults = backtestResults self.explainability = explainability self.modelInsights = modelInsights @@ -6304,8 +6230,7 @@ extension SageMakerClientTypes { `set`: SageMakerClientTypes.MetricSetSource? = nil, standardMetricName: SageMakerClientTypes.AutoMLMetricExtendedEnum? = nil, value: Swift.Float? = nil - ) - { + ) { self.metricName = metricName self.`set` = `set` self.standardMetricName = standardMetricName @@ -6326,8 +6251,7 @@ extension SageMakerClientTypes { public init( candidateArtifactLocations: SageMakerClientTypes.CandidateArtifactLocations? = nil, candidateMetrics: [SageMakerClientTypes.MetricDatum]? = nil - ) - { + ) { self.candidateArtifactLocations = candidateArtifactLocations self.candidateMetrics = candidateMetrics } @@ -6422,8 +6346,7 @@ extension SageMakerClientTypes { candidateStepArn: Swift.String? = nil, candidateStepName: Swift.String? = nil, candidateStepType: SageMakerClientTypes.CandidateStepType? = nil - ) - { + ) { self.candidateStepArn = candidateStepArn self.candidateStepName = candidateStepName self.candidateStepType = candidateStepType @@ -6480,8 +6403,7 @@ extension SageMakerClientTypes { standardMetricName: SageMakerClientTypes.AutoMLMetricEnum? = nil, type: SageMakerClientTypes.AutoMLJobObjectiveType? = nil, value: Swift.Float? = nil - ) - { + ) { self.metricName = metricName self.standardMetricName = standardMetricName self.type = type @@ -6536,8 +6458,7 @@ extension SageMakerClientTypes { environment: [Swift.String: Swift.String]? = nil, image: Swift.String? = nil, modelDataUrl: Swift.String? = nil - ) - { + ) { self.environment = environment self.image = image self.modelDataUrl = modelDataUrl @@ -6625,8 +6546,7 @@ extension SageMakerClientTypes { inferenceContainers: [SageMakerClientTypes.AutoMLContainerDefinition]? = nil, lastModifiedTime: Foundation.Date? = nil, objectiveStatus: SageMakerClientTypes.ObjectiveStatus? = nil - ) - { + ) { self.candidateName = candidateName self.candidateProperties = candidateProperties self.candidateStatus = candidateStatus @@ -6664,8 +6584,7 @@ extension SageMakerClientTypes { public init( algorithmsConfig: [SageMakerClientTypes.AutoMLAlgorithmConfig]? = nil, featureSpecificationS3Uri: Swift.String? = nil - ) - { + ) { self.algorithmsConfig = algorithmsConfig self.featureSpecificationS3Uri = featureSpecificationS3Uri } @@ -6753,8 +6672,7 @@ extension SageMakerClientTypes { public init( s3DataType: SageMakerClientTypes.AutoMLS3DataType? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.s3DataType = s3DataType self.s3Uri = s3Uri } @@ -6771,8 +6689,7 @@ extension SageMakerClientTypes { public init( s3DataSource: SageMakerClientTypes.AutoMLS3DataSource? = nil - ) - { + ) { self.s3DataSource = s3DataSource } } @@ -6803,8 +6720,7 @@ extension SageMakerClientTypes { dataSource: SageMakerClientTypes.AutoMLDataSource? = nil, sampleWeightAttributeName: Swift.String? = nil, targetAttributeName: Swift.String? = nil - ) - { + ) { self.channelType = channelType self.compressionType = compressionType self.contentType = contentType @@ -6825,8 +6741,7 @@ extension SageMakerClientTypes { public init( executionRoleARN: Swift.String? = nil - ) - { + ) { self.executionRoleARN = executionRoleARN } } @@ -6841,8 +6756,7 @@ extension SageMakerClientTypes { public init( emrServerlessComputeConfig: SageMakerClientTypes.EmrServerlessComputeConfig? = nil - ) - { + ) { self.emrServerlessComputeConfig = emrServerlessComputeConfig } } @@ -6857,8 +6771,7 @@ extension SageMakerClientTypes { public init( validationFraction: Swift.Float? = nil - ) - { + ) { self.validationFraction = validationFraction } } @@ -6876,8 +6789,7 @@ extension SageMakerClientTypes { public init( candidateDefinitionNotebookLocation: Swift.String? = nil, dataExplorationNotebookLocation: Swift.String? = nil - ) - { + ) { self.candidateDefinitionNotebookLocation = candidateDefinitionNotebookLocation self.dataExplorationNotebookLocation = dataExplorationNotebookLocation } @@ -6912,8 +6824,7 @@ extension SageMakerClientTypes { compressionType: SageMakerClientTypes.CompressionType? = nil, contentType: Swift.String? = nil, dataSource: SageMakerClientTypes.AutoMLDataSource? = nil - ) - { + ) { self.channelType = channelType self.compressionType = compressionType self.contentType = contentType @@ -6937,8 +6848,7 @@ extension SageMakerClientTypes { maxAutoMLJobRuntimeInSeconds: Swift.Int? = nil, maxCandidates: Swift.Int? = nil, maxRuntimePerTrainingJobInSeconds: Swift.Int? = nil - ) - { + ) { self.maxAutoMLJobRuntimeInSeconds = maxAutoMLJobRuntimeInSeconds self.maxCandidates = maxCandidates self.maxRuntimePerTrainingJobInSeconds = maxRuntimePerTrainingJobInSeconds @@ -6992,8 +6902,7 @@ extension SageMakerClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets } @@ -7015,8 +6924,7 @@ extension SageMakerClientTypes { enableInterContainerTrafficEncryption: Swift.Bool? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.enableInterContainerTrafficEncryption = enableInterContainerTrafficEncryption self.volumeKmsKeyId = volumeKmsKeyId self.vpcConfig = vpcConfig @@ -7045,8 +6953,7 @@ extension SageMakerClientTypes { dataSplitConfig: SageMakerClientTypes.AutoMLDataSplitConfig? = nil, mode: SageMakerClientTypes.AutoMLMode? = nil, securityConfig: SageMakerClientTypes.AutoMLSecurityConfig? = nil - ) - { + ) { self.candidateGenerationConfig = candidateGenerationConfig self.completionCriteria = completionCriteria self.dataSplitConfig = dataSplitConfig @@ -7113,8 +7020,7 @@ extension SageMakerClientTypes { public init( metricName: SageMakerClientTypes.AutoMLMetricEnum? = nil - ) - { + ) { self.metricName = metricName } } @@ -7247,8 +7153,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -7263,8 +7168,7 @@ extension SageMakerClientTypes { public init( partialFailureMessage: Swift.String? = nil - ) - { + ) { self.partialFailureMessage = partialFailureMessage } } @@ -7309,8 +7213,7 @@ extension SageMakerClientTypes { failureReason: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil, partialFailureReasons: [SageMakerClientTypes.AutoMLPartialFailureReason]? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn self.autoMLJobName = autoMLJobName self.autoMLJobSecondaryStatus = autoMLJobSecondaryStatus @@ -7337,8 +7240,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputPath = s3OutputPath } @@ -7354,8 +7256,7 @@ extension SageMakerClientTypes { public init( completionCriteria: SageMakerClientTypes.AutoMLJobCompletionCriteria? = nil - ) - { + ) { self.completionCriteria = completionCriteria } } @@ -7387,8 +7288,7 @@ extension SageMakerClientTypes { public init( algorithmsConfig: [SageMakerClientTypes.AutoMLAlgorithmConfig]? = nil - ) - { + ) { self.algorithmsConfig = algorithmsConfig } } @@ -7457,8 +7357,7 @@ extension SageMakerClientTypes { problemType: SageMakerClientTypes.ProblemType? = nil, sampleWeightAttributeName: Swift.String? = nil, targetAttributeName: Swift.String? = nil - ) - { + ) { self.candidateGenerationConfig = candidateGenerationConfig self.completionCriteria = completionCriteria self.featureSpecificationS3Uri = featureSpecificationS3Uri @@ -7488,8 +7387,7 @@ extension SageMakerClientTypes { completionCriteria: SageMakerClientTypes.AutoMLJobCompletionCriteria? = nil, contentColumn: Swift.String? = nil, targetLabelColumn: Swift.String? = nil - ) - { + ) { self.completionCriteria = completionCriteria self.contentColumn = contentColumn self.targetLabelColumn = targetLabelColumn @@ -7530,8 +7428,7 @@ extension SageMakerClientTypes { completionCriteria: SageMakerClientTypes.AutoMLJobCompletionCriteria? = nil, modelAccessConfig: SageMakerClientTypes.ModelAccessConfig? = nil, textGenerationHyperParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.baseModelName = baseModelName self.completionCriteria = completionCriteria self.modelAccessConfig = modelAccessConfig @@ -7549,8 +7446,7 @@ extension SageMakerClientTypes { public init( countryCode: Swift.String? = nil - ) - { + ) { self.countryCode = countryCode } } @@ -7577,8 +7473,7 @@ extension SageMakerClientTypes { itemIdentifierAttributeName: Swift.String? = nil, targetAttributeName: Swift.String? = nil, timestampAttributeName: Swift.String? = nil - ) - { + ) { self.groupingAttributeNames = groupingAttributeNames self.itemIdentifierAttributeName = itemIdentifierAttributeName self.targetAttributeName = targetAttributeName @@ -7657,8 +7552,7 @@ extension SageMakerClientTypes { public init( aggregation: [Swift.String: SageMakerClientTypes.AggregationTransformationValue]? = nil, filling: [Swift.String: [Swift.String: Swift.String]]? = nil - ) - { + ) { self.aggregation = aggregation self.filling = filling } @@ -7713,8 +7607,7 @@ extension SageMakerClientTypes { holidayConfig: [SageMakerClientTypes.HolidayConfigAttributes]? = nil, timeSeriesConfig: SageMakerClientTypes.TimeSeriesConfig? = nil, transformations: SageMakerClientTypes.TimeSeriesTransformations? = nil - ) - { + ) { self.candidateGenerationConfig = candidateGenerationConfig self.completionCriteria = completionCriteria self.featureSpecificationS3Uri = featureSpecificationS3Uri @@ -7793,8 +7686,7 @@ extension SageMakerClientTypes { public init( problemType: SageMakerClientTypes.ProblemType? = nil - ) - { + ) { self.problemType = problemType } } @@ -7809,8 +7701,7 @@ extension SageMakerClientTypes { public init( baseModelName: Swift.String? = nil - ) - { + ) { self.baseModelName = baseModelName } } @@ -7843,8 +7734,7 @@ extension SageMakerClientTypes { autoMLJobObjective: SageMakerClientTypes.AutoMLJobObjective? = nil, autoMLProblemTypeResolvedAttributes: SageMakerClientTypes.AutoMLProblemTypeResolvedAttributes? = nil, completionCriteria: SageMakerClientTypes.AutoMLJobCompletionCriteria? = nil - ) - { + ) { self.autoMLJobObjective = autoMLJobObjective self.autoMLProblemTypeResolvedAttributes = autoMLProblemTypeResolvedAttributes self.completionCriteria = completionCriteria @@ -7959,8 +7849,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, valueHint: Swift.String? = nil - ) - { + ) { self.name = name self.valueHint = valueHint } @@ -7976,8 +7865,7 @@ extension SageMakerClientTypes { public init( alarms: [SageMakerClientTypes.Alarm]? = nil - ) - { + ) { self.alarms = alarms } } @@ -8031,8 +7919,7 @@ extension SageMakerClientTypes { public init( mode: SageMakerClientTypes.AutotuneMode? = nil - ) - { + ) { self.mode = mode } } @@ -8091,8 +7978,7 @@ extension SageMakerClientTypes { destinationS3Uri: Swift.String? = nil, generateInferenceId: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.destinationS3Uri = destinationS3Uri self.generateInferenceId = generateInferenceId self.kmsKeyId = kmsKeyId @@ -8111,8 +7997,7 @@ public struct BatchDeleteClusterNodesInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, nodeIds: [Swift.String]? = nil - ) - { + ) { self.clusterName = clusterName self.nodeIds = nodeIds } @@ -8168,8 +8053,7 @@ extension SageMakerClientTypes { code: SageMakerClientTypes.BatchDeleteClusterNodesErrorCode? = nil, message: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.nodeId = nodeId @@ -8186,8 +8070,7 @@ public struct BatchDeleteClusterNodesOutput: Swift.Sendable { public init( failed: [SageMakerClientTypes.BatchDeleteClusterNodesError]? = nil, successful: [Swift.String]? = nil - ) - { + ) { self.failed = failed self.successful = successful } @@ -8200,8 +8083,7 @@ public struct BatchDescribeModelPackageInput: Swift.Sendable { public init( modelPackageArnList: [Swift.String]? = nil - ) - { + ) { self.modelPackageArnList = modelPackageArnList } } @@ -8220,8 +8102,7 @@ extension SageMakerClientTypes { public init( errorCode: Swift.String? = nil, errorResponse: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorResponse = errorResponse } @@ -8250,8 +8131,7 @@ extension SageMakerClientTypes { supportedRealtimeInferenceInstanceTypes: [SageMakerClientTypes.ProductionVariantInstanceType]? = nil, supportedResponseMIMETypes: [Swift.String]? = nil, supportedTransformInstanceTypes: [SageMakerClientTypes.TransformInstanceType]? = nil - ) - { + ) { self.containers = containers self.supportedContentTypes = supportedContentTypes self.supportedRealtimeInferenceInstanceTypes = supportedRealtimeInferenceInstanceTypes @@ -8366,8 +8246,7 @@ extension SageMakerClientTypes { modelPackageGroupName: Swift.String? = nil, modelPackageStatus: SageMakerClientTypes.ModelPackageStatus? = nil, modelPackageVersion: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.inferenceSpecification = inferenceSpecification self.modelApprovalStatus = modelApprovalStatus @@ -8389,8 +8268,7 @@ public struct BatchDescribeModelPackageOutput: Swift.Sendable { public init( batchDescribeModelPackageErrorMap: [Swift.String: SageMakerClientTypes.BatchDescribeModelPackageError]? = nil, modelPackageSummaries: [Swift.String: SageMakerClientTypes.BatchDescribeModelPackageSummary]? = nil - ) - { + ) { self.batchDescribeModelPackageErrorMap = batchDescribeModelPackageErrorMap self.modelPackageSummaries = modelPackageSummaries } @@ -8405,8 +8283,7 @@ extension SageMakerClientTypes { public init( header: Swift.Bool? = nil - ) - { + ) { self.header = header } } @@ -8421,8 +8298,7 @@ extension SageMakerClientTypes { public init( line: Swift.Bool? = nil - ) - { + ) { self.line = line } } @@ -8452,8 +8328,7 @@ extension SageMakerClientTypes { csv: SageMakerClientTypes.MonitoringCsvDatasetFormat? = nil, json: SageMakerClientTypes.MonitoringJsonDatasetFormat? = nil, parquet: SageMakerClientTypes.MonitoringParquetDatasetFormat? = nil - ) - { + ) { self.csv = csv self.json = json self.parquet = parquet @@ -8564,8 +8439,7 @@ extension SageMakerClientTypes { s3DataDistributionType: SageMakerClientTypes.ProcessingS3DataDistributionType? = nil, s3InputMode: SageMakerClientTypes.ProcessingS3InputMode? = nil, startTimeOffset: Swift.String? = nil - ) - { + ) { self.dataCapturedDestinationS3Uri = dataCapturedDestinationS3Uri self.datasetFormat = datasetFormat self.endTimeOffset = endTimeOffset @@ -8591,8 +8465,7 @@ extension SageMakerClientTypes { public init( maxNumberOfTrainingJobsNotImproving: Swift.Int? = nil - ) - { + ) { self.maxNumberOfTrainingJobsNotImproving = maxNumberOfTrainingJobsNotImproving } } @@ -8615,8 +8488,7 @@ extension SageMakerClientTypes { contentDigest: Swift.String? = nil, contentType: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.contentDigest = contentDigest self.contentType = contentType self.s3Uri = s3Uri @@ -8639,8 +8511,7 @@ extension SageMakerClientTypes { postTrainingReport: SageMakerClientTypes.MetricsSource? = nil, preTrainingReport: SageMakerClientTypes.MetricsSource? = nil, report: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.postTrainingReport = postTrainingReport self.preTrainingReport = preTrainingReport self.report = report @@ -8695,8 +8566,7 @@ extension SageMakerClientTypes { public init( type: SageMakerClientTypes.CapacitySizeType? = nil, value: Swift.Int? = nil - ) - { + ) { self.type = type self.value = value } @@ -8761,8 +8631,7 @@ extension SageMakerClientTypes { linearStepSize: SageMakerClientTypes.CapacitySize? = nil, type: SageMakerClientTypes.TrafficRoutingConfigType? = nil, waitIntervalInSeconds: Swift.Int? = nil - ) - { + ) { self.canarySize = canarySize self.linearStepSize = linearStepSize self.type = type @@ -8787,8 +8656,7 @@ extension SageMakerClientTypes { maximumExecutionTimeoutInSeconds: Swift.Int? = nil, terminationWaitInSeconds: Swift.Int? = nil, trafficRoutingConfiguration: SageMakerClientTypes.TrafficRoutingConfig? = nil - ) - { + ) { self.maximumExecutionTimeoutInSeconds = maximumExecutionTimeoutInSeconds self.terminationWaitInSeconds = terminationWaitInSeconds self.trafficRoutingConfiguration = trafficRoutingConfiguration @@ -8834,8 +8702,7 @@ extension SageMakerClientTypes { public init( sourcePipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.sourcePipelineExecutionArn = sourcePipelineExecutionArn } } @@ -8855,8 +8722,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -8878,8 +8744,7 @@ extension SageMakerClientTypes { callbackToken: Swift.String? = nil, outputParameters: [SageMakerClientTypes.OutputParameter]? = nil, sqsQueueUrl: Swift.String? = nil - ) - { + ) { self.callbackToken = callbackToken self.outputParameters = outputParameters self.sqsQueueUrl = sqsQueueUrl @@ -8928,8 +8793,7 @@ extension SageMakerClientTypes { public init( status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.status = status } } @@ -8947,8 +8811,7 @@ extension SageMakerClientTypes { public init( executionRoleArn: Swift.String? = nil, status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.executionRoleArn = executionRoleArn self.status = status } @@ -8964,8 +8827,7 @@ extension SageMakerClientTypes { public init( amazonBedrockRoleArn: Swift.String? = nil - ) - { + ) { self.amazonBedrockRoleArn = amazonBedrockRoleArn } } @@ -9015,8 +8877,7 @@ extension SageMakerClientTypes { dataSourceName: SageMakerClientTypes.DataSourceName? = nil, secretArn: Swift.String? = nil, status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.dataSourceName = dataSourceName self.secretArn = secretArn self.status = status @@ -9033,8 +8894,7 @@ extension SageMakerClientTypes { public init( status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.status = status } } @@ -9052,8 +8912,7 @@ extension SageMakerClientTypes { public init( crossAccountModelRegisterRoleArn: Swift.String? = nil, status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.crossAccountModelRegisterRoleArn = crossAccountModelRegisterRoleArn self.status = status } @@ -9072,8 +8931,7 @@ extension SageMakerClientTypes { public init( amazonForecastRoleArn: Swift.String? = nil, status: SageMakerClientTypes.FeatureStatus? = nil - ) - { + ) { self.amazonForecastRoleArn = amazonForecastRoleArn self.status = status } @@ -9092,8 +8950,7 @@ extension SageMakerClientTypes { public init( s3ArtifactPath: Swift.String? = nil, s3KmsKeyId: Swift.String? = nil - ) - { + ) { self.s3ArtifactPath = s3ArtifactPath self.s3KmsKeyId = s3KmsKeyId } @@ -9130,8 +8987,7 @@ extension SageMakerClientTypes { modelRegisterSettings: SageMakerClientTypes.ModelRegisterSettings? = nil, timeSeriesForecastingSettings: SageMakerClientTypes.TimeSeriesForecastingSettings? = nil, workspaceSettings: SageMakerClientTypes.WorkspaceSettings? = nil - ) - { + ) { self.directDeploySettings = directDeploySettings self.emrServerlessSettings = emrServerlessSettings self.generativeAiSettings = generativeAiSettings @@ -9156,8 +9012,7 @@ extension SageMakerClientTypes { public init( csvContentTypes: [Swift.String]? = nil, jsonContentTypes: [Swift.String]? = nil - ) - { + ) { self.csvContentTypes = csvContentTypes self.jsonContentTypes = jsonContentTypes } @@ -9206,8 +9061,7 @@ extension SageMakerClientTypes { public init( captureMode: SageMakerClientTypes.CaptureMode? = nil - ) - { + ) { self.captureMode = captureMode } } @@ -9256,8 +9110,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -9278,8 +9131,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -9296,8 +9148,7 @@ extension SageMakerClientTypes { public init( values: [Swift.String]? = nil - ) - { + ) { self.values = values } } @@ -9330,8 +9181,7 @@ extension SageMakerClientTypes { supportedCompressionTypes: [SageMakerClientTypes.CompressionType]? = nil, supportedContentTypes: [Swift.String]? = nil, supportedInputModes: [SageMakerClientTypes.TrainingInputMode]? = nil - ) - { + ) { self.description = description self.isRequired = isRequired self.name = name @@ -9355,8 +9205,7 @@ extension SageMakerClientTypes { public init( localPath: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3Uri = s3Uri } @@ -9393,8 +9242,7 @@ extension SageMakerClientTypes { registerNewBaseline: Swift.Bool? = nil, skipCheck: Swift.Bool? = nil, violationReport: Swift.String? = nil - ) - { + ) { self.baselineUsedForDriftCheckConstraints = baselineUsedForDriftCheckConstraints self.calculatedBaselineConstraints = calculatedBaselineConstraints self.checkJobArn = checkJobArn @@ -9478,8 +9326,7 @@ extension SageMakerClientTypes { maxRecordCount: Swift.Int? = nil, probabilityAttribute: Swift.String? = nil, probabilityIndex: Swift.Int? = nil - ) - { + ) { self.contentTemplate = contentTemplate self.featureHeaders = featureHeaders self.featureTypes = featureTypes @@ -9514,8 +9361,7 @@ extension SageMakerClientTypes { mimeType: Swift.String? = nil, shapBaseline: Swift.String? = nil, shapBaselineUri: Swift.String? = nil - ) - { + ) { self.mimeType = mimeType self.shapBaseline = shapBaseline self.shapBaselineUri = shapBaselineUri @@ -9772,8 +9618,7 @@ extension SageMakerClientTypes { public init( granularity: SageMakerClientTypes.ClarifyTextGranularity? = nil, language: SageMakerClientTypes.ClarifyTextLanguage? = nil - ) - { + ) { self.granularity = granularity self.language = language } @@ -9802,8 +9647,7 @@ extension SageMakerClientTypes { shapBaselineConfig: SageMakerClientTypes.ClarifyShapBaselineConfig? = nil, textConfig: SageMakerClientTypes.ClarifyTextConfig? = nil, useLogit: Swift.Bool? = nil - ) - { + ) { self.numberOfSamples = numberOfSamples self.seed = seed self.shapBaselineConfig = shapBaselineConfig @@ -9829,8 +9673,7 @@ extension SageMakerClientTypes { enableExplanations: Swift.String? = nil, inferenceConfig: SageMakerClientTypes.ClarifyInferenceConfig? = nil, shapConfig: SageMakerClientTypes.ClarifyShapConfig? = nil - ) - { + ) { self.enableExplanations = enableExplanations self.inferenceConfig = inferenceConfig self.shapConfig = shapConfig @@ -9848,8 +9691,7 @@ extension SageMakerClientTypes { public init( volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.volumeSizeInGB = volumeSizeInGB } } @@ -10160,8 +10002,7 @@ extension SageMakerClientTypes { public init( onCreate: Swift.String? = nil, sourceS3Uri: Swift.String? = nil - ) - { + ) { self.onCreate = onCreate self.sourceS3Uri = sourceS3Uri } @@ -10298,8 +10139,7 @@ extension SageMakerClientTypes { threadsPerCore: Swift.Int? = nil, trainingPlanArn: Swift.String? = nil, trainingPlanStatus: Swift.String? = nil - ) - { + ) { self.currentCount = currentCount self.executionRole = executionRole self.instanceGroupName = instanceGroupName @@ -10358,8 +10198,7 @@ extension SageMakerClientTypes { overrideVpcConfig: SageMakerClientTypes.VpcConfig? = nil, threadsPerCore: Swift.Int? = nil, trainingPlanArn: Swift.String? = nil - ) - { + ) { self.executionRole = executionRole self.instanceCount = instanceCount self.instanceGroupName = instanceGroupName @@ -10386,8 +10225,7 @@ extension SageMakerClientTypes { public init( availabilityZone: Swift.String? = nil, availabilityZoneId: Swift.String? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId } @@ -10448,8 +10286,7 @@ extension SageMakerClientTypes { public init( message: Swift.String? = nil, status: SageMakerClientTypes.ClusterInstanceStatus? = nil - ) - { + ) { self.message = message self.status = status } @@ -10482,6 +10319,8 @@ extension SageMakerClientTypes { public var privateDnsHostname: Swift.String? /// The private primary IP address of the SageMaker HyperPod cluster node. public var privatePrimaryIp: Swift.String? + /// The private primary IPv6 address of the SageMaker HyperPod cluster node. + public var privatePrimaryIpv6: Swift.String? /// The number of threads per CPU core you specified under CreateCluster. public var threadsPerCore: Swift.Int? @@ -10497,9 +10336,9 @@ extension SageMakerClientTypes { placement: SageMakerClientTypes.ClusterInstancePlacement? = nil, privateDnsHostname: Swift.String? = nil, privatePrimaryIp: Swift.String? = nil, + privatePrimaryIpv6: Swift.String? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.instanceGroupName = instanceGroupName self.instanceId = instanceId self.instanceStatus = instanceStatus @@ -10511,6 +10350,7 @@ extension SageMakerClientTypes { self.placement = placement self.privateDnsHostname = privateDnsHostname self.privatePrimaryIp = privatePrimaryIp + self.privatePrimaryIpv6 = privatePrimaryIpv6 self.threadsPerCore = threadsPerCore } } @@ -10571,8 +10411,7 @@ extension SageMakerClientTypes { instanceStatus: SageMakerClientTypes.ClusterInstanceStatusDetails? = nil, instanceType: SageMakerClientTypes.ClusterInstanceType? = nil, launchTime: Foundation.Date? = nil - ) - { + ) { self.instanceGroupName = instanceGroupName self.instanceId = instanceId self.instanceStatus = instanceStatus @@ -10592,8 +10431,7 @@ extension SageMakerClientTypes { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -10609,8 +10447,7 @@ extension SageMakerClientTypes { public init( eks: SageMakerClientTypes.ClusterOrchestratorEksConfig? = nil - ) - { + ) { self.eks = eks } } @@ -10710,8 +10547,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterSchedulerConfigArn = clusterSchedulerConfigArn self.clusterSchedulerConfigId = clusterSchedulerConfigId @@ -10822,8 +10658,7 @@ extension SageMakerClientTypes { clusterStatus: SageMakerClientTypes.ClusterStatus? = nil, creationTime: Foundation.Date? = nil, trainingPlanArns: [Swift.String]? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.clusterStatus = clusterStatus @@ -10850,8 +10685,7 @@ extension SageMakerClientTypes { appImageConfigName: Swift.String? = nil, imageName: Swift.String? = nil, imageVersionNumber: Swift.Int? = nil - ) - { + ) { self.appImageConfigName = appImageConfigName self.imageName = imageName self.imageVersionNumber = imageVersionNumber @@ -10880,8 +10714,7 @@ extension SageMakerClientTypes { customImages: [SageMakerClientTypes.CustomImage]? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil, lifecycleConfigArns: [Swift.String]? = nil - ) - { + ) { self.appLifecycleManagement = appLifecycleManagement self.builtInLifecycleConfigArn = builtInLifecycleConfigArn self.customImages = customImages @@ -10901,8 +10734,7 @@ extension SageMakerClientTypes { public init( repositoryUrl: Swift.String? = nil - ) - { + ) { self.repositoryUrl = repositoryUrl } } @@ -10985,8 +10817,7 @@ extension SageMakerClientTypes { branch: Swift.String? = nil, repositoryUrl: Swift.String? = nil, secretArn: Swift.String? = nil - ) - { + ) { self.branch = branch self.repositoryUrl = repositoryUrl self.secretArn = secretArn @@ -11019,8 +10850,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, gitConfig: SageMakerClientTypes.GitConfig? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.codeRepositoryArn = codeRepositoryArn self.codeRepositoryName = codeRepositoryName self.creationTime = creationTime @@ -11044,8 +10874,7 @@ extension SageMakerClientTypes { public init( clientId: Swift.String? = nil, userPool: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userPool = userPool } @@ -11070,8 +10899,7 @@ extension SageMakerClientTypes { clientId: Swift.String? = nil, userGroup: Swift.String? = nil, userPool: Swift.String? = nil - ) - { + ) { self.clientId = clientId self.userGroup = userGroup self.userPool = userPool @@ -11089,8 +10917,7 @@ extension SageMakerClientTypes { public init( dimension: Swift.Int? = nil - ) - { + ) { self.dimension = dimension } } @@ -11120,8 +10947,7 @@ extension SageMakerClientTypes { public init( collectionName: Swift.String? = nil, collectionParameters: [Swift.String: Swift.String]? = nil - ) - { + ) { self.collectionName = collectionName self.collectionParameters = collectionParameters } @@ -11480,8 +11306,7 @@ extension SageMakerClientTypes { compilationTargetPlatformOs: SageMakerClientTypes.TargetPlatformOs? = nil, creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.compilationEndTime = compilationEndTime self.compilationJobArn = compilationJobArn self.compilationJobName = compilationJobName @@ -11540,8 +11365,7 @@ extension SageMakerClientTypes { public init( count: Swift.Int? = nil, instanceType: SageMakerClientTypes.ClusterInstanceType? = nil - ) - { + ) { self.count = count self.instanceType = instanceType } @@ -11631,8 +11455,7 @@ extension SageMakerClientTypes { public init( borrowLimit: Swift.Int? = nil, strategy: SageMakerClientTypes.ResourceSharingStrategy? = nil - ) - { + ) { self.borrowLimit = borrowLimit self.strategy = strategy } @@ -11654,8 +11477,7 @@ extension SageMakerClientTypes { computeQuotaResources: [SageMakerClientTypes.ComputeQuotaResourceConfig]? = nil, preemptTeamTasks: SageMakerClientTypes.PreemptTeamTasks? = nil, resourceSharingConfig: SageMakerClientTypes.ResourceSharingConfig? = nil - ) - { + ) { self.computeQuotaResources = computeQuotaResources self.preemptTeamTasks = preemptTeamTasks self.resourceSharingConfig = resourceSharingConfig @@ -11676,8 +11498,7 @@ extension SageMakerClientTypes { public init( fairShareWeight: Swift.Int? = nil, teamName: Swift.String? = nil - ) - { + ) { self.fairShareWeight = fairShareWeight self.teamName = teamName } @@ -11729,8 +11550,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.activationState = activationState self.clusterArn = clusterArn self.computeQuotaArn = computeQuotaArn @@ -11784,8 +11604,7 @@ extension SageMakerClientTypes { public init( outcome: SageMakerClientTypes.ConditionOutcome? = nil - ) - { + ) { self.outcome = outcome } } @@ -11809,8 +11628,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -11854,8 +11672,7 @@ extension SageMakerClientTypes { public init( repositoryCredentialsProviderArn: Swift.String? = nil - ) - { + ) { self.repositoryCredentialsProviderArn = repositoryCredentialsProviderArn } } @@ -11878,8 +11695,7 @@ extension SageMakerClientTypes { public init( repositoryAccessMode: SageMakerClientTypes.RepositoryAccessMode? = nil, repositoryAuthConfig: SageMakerClientTypes.RepositoryAuthConfig? = nil - ) - { + ) { self.repositoryAccessMode = repositoryAccessMode self.repositoryAuthConfig = repositoryAuthConfig } @@ -11953,8 +11769,7 @@ extension SageMakerClientTypes { public init( modelCacheSetting: SageMakerClientTypes.ModelCacheSetting? = nil - ) - { + ) { self.modelCacheSetting = modelCacheSetting } } @@ -11999,8 +11814,7 @@ extension SageMakerClientTypes { modelDataUrl: Swift.String? = nil, modelPackageName: Swift.String? = nil, multiModelConfig: SageMakerClientTypes.MultiModelConfig? = nil - ) - { + ) { self.additionalModelDataSources = additionalModelDataSources self.containerHostname = containerHostname self.environment = environment @@ -12061,8 +11875,7 @@ extension SageMakerClientTypes { sourceId: Swift.String? = nil, sourceType: Swift.String? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.sourceId = sourceId self.sourceType = sourceType self.sourceUri = sourceUri @@ -12094,8 +11907,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, lastModifiedTime: Foundation.Date? = nil, source: SageMakerClientTypes.ContextSource? = nil - ) - { + ) { self.contextArn = contextArn self.contextName = contextName self.contextType = contextType @@ -12162,8 +11974,7 @@ extension SageMakerClientTypes { minValue: Swift.String? = nil, name: Swift.String? = nil, scalingType: SageMakerClientTypes.HyperParameterScalingType? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -12186,8 +11997,7 @@ extension SageMakerClientTypes { public init( maxValue: Swift.String? = nil, minValue: Swift.String? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue } @@ -12203,8 +12013,7 @@ extension SageMakerClientTypes { public init( completeOnConvergence: SageMakerClientTypes.CompleteOnConvergence? = nil - ) - { + ) { self.completeOnConvergence = completeOnConvergence } } @@ -12228,8 +12037,7 @@ extension SageMakerClientTypes { generatedBy: Swift.String? = nil, projectId: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.commitId = commitId self.generatedBy = generatedBy self.projectId = projectId @@ -12268,8 +12076,7 @@ public struct CreateActionInput: Swift.Sendable { source: SageMakerClientTypes.ActionSource? = nil, status: SageMakerClientTypes.ActionStatus? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.actionName = actionName self.actionType = actionType self.description = description @@ -12287,8 +12094,7 @@ public struct CreateActionOutput: Swift.Sendable { public init( actionArn: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn } } @@ -12307,8 +12113,7 @@ extension SageMakerClientTypes { public init( maxValue: Swift.String? = nil, minValue: Swift.String? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue } @@ -12330,8 +12135,7 @@ extension SageMakerClientTypes { categoricalParameterRangeSpecification: SageMakerClientTypes.CategoricalParameterRangeSpecification? = nil, continuousParameterRangeSpecification: SageMakerClientTypes.ContinuousParameterRangeSpecification? = nil, integerParameterRangeSpecification: SageMakerClientTypes.IntegerParameterRangeSpecification? = nil - ) - { + ) { self.categoricalParameterRangeSpecification = categoricalParameterRangeSpecification self.continuousParameterRangeSpecification = continuousParameterRangeSpecification self.integerParameterRangeSpecification = integerParameterRangeSpecification @@ -12403,8 +12207,7 @@ extension SageMakerClientTypes { name: Swift.String? = nil, range: SageMakerClientTypes.ParameterRange? = nil, type: SageMakerClientTypes.ParameterType? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.isRequired = isRequired @@ -12459,8 +12262,7 @@ extension SageMakerClientTypes { public init( metricName: Swift.String? = nil, type: SageMakerClientTypes.HyperParameterTuningJobObjectiveType? = nil - ) - { + ) { self.metricName = metricName self.type = type } @@ -12503,8 +12305,7 @@ extension SageMakerClientTypes { trainingChannels: [SageMakerClientTypes.ChannelSpecification]? = nil, trainingImage: Swift.String? = nil, trainingImageDigest: Swift.String? = nil - ) - { + ) { self.additionalS3DataSource = additionalS3DataSource self.metricDefinitions = metricDefinitions self.supportedHyperParameters = supportedHyperParameters @@ -12564,8 +12365,7 @@ public struct CreateAlgorithmInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, trainingSpecification: SageMakerClientTypes.TrainingSpecification? = nil, validationSpecification: SageMakerClientTypes.AlgorithmValidationSpecification? = nil - ) - { + ) { self.algorithmDescription = algorithmDescription self.algorithmName = algorithmName self.certifyForMarketplace = certifyForMarketplace @@ -12583,8 +12383,7 @@ public struct CreateAlgorithmOutput: Swift.Sendable { public init( algorithmArn: Swift.String? = nil - ) - { + ) { self.algorithmArn = algorithmArn } } @@ -12607,8 +12406,7 @@ public struct ResourceInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -12640,8 +12438,7 @@ public struct CreateAppInput: Swift.Sendable { spaceName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.appName = appName self.appType = appType self.domainId = domainId @@ -12658,8 +12455,7 @@ public struct CreateAppOutput: Swift.Sendable { public init( appArn: Swift.String? = nil - ) - { + ) { self.appArn = appArn } } @@ -12683,8 +12479,7 @@ public struct CreateAppImageConfigInput: Swift.Sendable { jupyterLabAppImageConfig: SageMakerClientTypes.JupyterLabAppImageConfig? = nil, kernelGatewayImageConfig: SageMakerClientTypes.KernelGatewayImageConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.appImageConfigName = appImageConfigName self.codeEditorAppImageConfig = codeEditorAppImageConfig self.jupyterLabAppImageConfig = jupyterLabAppImageConfig @@ -12699,8 +12494,7 @@ public struct CreateAppImageConfigOutput: Swift.Sendable { public init( appImageConfigArn: Swift.String? = nil - ) - { + ) { self.appImageConfigArn = appImageConfigArn } } @@ -12728,8 +12522,7 @@ public struct CreateArtifactInput: Swift.Sendable { properties: [Swift.String: Swift.String]? = nil, source: SageMakerClientTypes.ArtifactSource? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.artifactName = artifactName self.artifactType = artifactType self.metadataProperties = metadataProperties @@ -12745,8 +12538,7 @@ public struct CreateArtifactOutput: Swift.Sendable { public init( artifactArn: Swift.String? = nil - ) - { + ) { self.artifactArn = artifactArn } } @@ -12763,8 +12555,7 @@ extension SageMakerClientTypes { public init( autoGenerateEndpointName: Swift.Bool? = nil, endpointName: Swift.String? = nil - ) - { + ) { self.autoGenerateEndpointName = autoGenerateEndpointName self.endpointName = endpointName } @@ -12808,8 +12599,7 @@ public struct CreateAutoMLJobInput: Swift.Sendable { problemType: SageMakerClientTypes.ProblemType? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.autoMLJobConfig = autoMLJobConfig self.autoMLJobName = autoMLJobName self.autoMLJobObjective = autoMLJobObjective @@ -12830,8 +12620,7 @@ public struct CreateAutoMLJobOutput: Swift.Sendable { public init( autoMLJobArn: Swift.String? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn } } @@ -12891,8 +12680,7 @@ public struct CreateAutoMLJobV2Input: Swift.Sendable { roleArn: Swift.String? = nil, securityConfig: SageMakerClientTypes.AutoMLSecurityConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.autoMLComputeConfig = autoMLComputeConfig self.autoMLJobInputDataConfig = autoMLJobInputDataConfig self.autoMLJobName = autoMLJobName @@ -12914,8 +12702,7 @@ public struct CreateAutoMLJobV2Output: Swift.Sendable { public init( autoMLJobArn: Swift.String? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn } } @@ -12943,8 +12730,7 @@ public struct CreateClusterInput: Swift.Sendable { orchestrator: SageMakerClientTypes.ClusterOrchestrator? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.clusterName = clusterName self.instanceGroups = instanceGroups self.nodeRecovery = nodeRecovery @@ -12961,8 +12747,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -13010,8 +12795,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.name = name self.weight = weight } @@ -13030,8 +12814,7 @@ extension SageMakerClientTypes { public init( fairShare: SageMakerClientTypes.FairShare? = nil, priorityClasses: [SageMakerClientTypes.PriorityClass]? = nil - ) - { + ) { self.fairShare = fairShare self.priorityClasses = priorityClasses } @@ -13059,8 +12842,7 @@ public struct CreateClusterSchedulerConfigInput: Swift.Sendable { name: Swift.String? = nil, schedulerConfig: SageMakerClientTypes.SchedulerConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.clusterArn = clusterArn self.description = description self.name = name @@ -13080,8 +12862,7 @@ public struct CreateClusterSchedulerConfigOutput: Swift.Sendable { public init( clusterSchedulerConfigArn: Swift.String? = nil, clusterSchedulerConfigId: Swift.String? = nil - ) - { + ) { self.clusterSchedulerConfigArn = clusterSchedulerConfigArn self.clusterSchedulerConfigId = clusterSchedulerConfigId } @@ -13101,8 +12882,7 @@ public struct CreateCodeRepositoryInput: Swift.Sendable { codeRepositoryName: Swift.String? = nil, gitConfig: SageMakerClientTypes.GitConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.codeRepositoryName = codeRepositoryName self.gitConfig = gitConfig self.tags = tags @@ -13116,8 +12896,7 @@ public struct CreateCodeRepositoryOutput: Swift.Sendable { public init( codeRepositoryArn: Swift.String? = nil - ) - { + ) { self.codeRepositoryArn = codeRepositoryArn } } @@ -13363,8 +13142,7 @@ extension SageMakerClientTypes { framework: SageMakerClientTypes.Framework? = nil, frameworkVersion: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.dataInputConfig = dataInputConfig self.framework = framework self.frameworkVersion = frameworkVersion @@ -13410,8 +13188,7 @@ extension SageMakerClientTypes { accelerator: SageMakerClientTypes.TargetPlatformAccelerator? = nil, arch: SageMakerClientTypes.TargetPlatformArch? = nil, os: SageMakerClientTypes.TargetPlatformOs? = nil - ) - { + ) { self.accelerator = accelerator self.arch = arch self.os = os @@ -13512,8 +13289,7 @@ extension SageMakerClientTypes { s3OutputLocation: Swift.String? = nil, targetDevice: SageMakerClientTypes.TargetDevice? = nil, targetPlatform: SageMakerClientTypes.TargetPlatform? = nil - ) - { + ) { self.compilerOptions = compilerOptions self.kmsKeyId = kmsKeyId self.s3OutputLocation = s3OutputLocation @@ -13537,8 +13313,7 @@ extension SageMakerClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets } @@ -13587,8 +13362,7 @@ public struct CreateCompilationJobInput: Swift.Sendable { stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.NeoVpcConfig? = nil - ) - { + ) { self.compilationJobName = compilationJobName self.inputConfig = inputConfig self.modelPackageVersionArn = modelPackageVersionArn @@ -13609,8 +13383,7 @@ public struct CreateCompilationJobOutput: Swift.Sendable { public init( compilationJobArn: Swift.String? = nil - ) - { + ) { self.compilationJobArn = compilationJobArn } } @@ -13643,8 +13416,7 @@ public struct CreateComputeQuotaInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.activationState = activationState self.clusterArn = clusterArn self.computeQuotaConfig = computeQuotaConfig @@ -13666,8 +13438,7 @@ public struct CreateComputeQuotaOutput: Swift.Sendable { public init( computeQuotaArn: Swift.String? = nil, computeQuotaId: Swift.String? = nil - ) - { + ) { self.computeQuotaArn = computeQuotaArn self.computeQuotaId = computeQuotaId } @@ -13697,8 +13468,7 @@ public struct CreateContextInput: Swift.Sendable { properties: [Swift.String: Swift.String]? = nil, source: SageMakerClientTypes.ContextSource? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.contextName = contextName self.contextType = contextType self.description = description @@ -13714,8 +13484,7 @@ public struct CreateContextOutput: Swift.Sendable { public init( contextArn: Swift.String? = nil - ) - { + ) { self.contextArn = contextArn } } @@ -13745,8 +13514,7 @@ extension SageMakerClientTypes { imageUri: Swift.String? = nil, postAnalyticsProcessorSourceUri: Swift.String? = nil, recordPreprocessorSourceUri: Swift.String? = nil - ) - { + ) { self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint self.environment = environment @@ -13766,8 +13534,7 @@ extension SageMakerClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -13782,8 +13549,7 @@ extension SageMakerClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -13804,8 +13570,7 @@ extension SageMakerClientTypes { baseliningJobName: Swift.String? = nil, constraintsResource: SageMakerClientTypes.MonitoringConstraintsResource? = nil, statisticsResource: SageMakerClientTypes.MonitoringStatisticsResource? = nil - ) - { + ) { self.baseliningJobName = baseliningJobName self.constraintsResource = constraintsResource self.statisticsResource = statisticsResource @@ -13854,8 +13619,7 @@ extension SageMakerClientTypes { s3DataDistributionType: SageMakerClientTypes.ProcessingS3DataDistributionType? = nil, s3InputMode: SageMakerClientTypes.ProcessingS3InputMode? = nil, startTimeOffset: Swift.String? = nil - ) - { + ) { self.endTimeOffset = endTimeOffset self.endpointName = endpointName self.excludeFeaturesAttribute = excludeFeaturesAttribute @@ -13883,8 +13647,7 @@ extension SageMakerClientTypes { public init( batchTransformInput: SageMakerClientTypes.BatchTransformInput? = nil, endpointInput: SageMakerClientTypes.EndpointInput? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.endpointInput = endpointInput } @@ -13937,8 +13700,7 @@ extension SageMakerClientTypes { localPath: Swift.String? = nil, s3UploadMode: SageMakerClientTypes.ProcessingS3UploadMode? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3UploadMode = s3UploadMode self.s3Uri = s3Uri @@ -13956,8 +13718,7 @@ extension SageMakerClientTypes { public init( s3Output: SageMakerClientTypes.MonitoringS3Output? = nil - ) - { + ) { self.s3Output = s3Output } } @@ -13976,8 +13737,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil, monitoringOutputs: [SageMakerClientTypes.MonitoringOutput]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.monitoringOutputs = monitoringOutputs } @@ -14208,8 +13968,7 @@ extension SageMakerClientTypes { instanceType: SageMakerClientTypes.ProcessingInstanceType? = nil, volumeKmsKeyId: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeKmsKeyId = volumeKmsKeyId @@ -14228,8 +13987,7 @@ extension SageMakerClientTypes { public init( clusterConfig: SageMakerClientTypes.MonitoringClusterConfig? = nil - ) - { + ) { self.clusterConfig = clusterConfig } } @@ -14250,8 +14008,7 @@ extension SageMakerClientTypes { enableInterContainerTrafficEncryption: Swift.Bool? = nil, enableNetworkIsolation: Swift.Bool? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.enableInterContainerTrafficEncryption = enableInterContainerTrafficEncryption self.enableNetworkIsolation = enableNetworkIsolation self.vpcConfig = vpcConfig @@ -14269,8 +14026,7 @@ extension SageMakerClientTypes { public init( maxRuntimeInSeconds: Swift.Int? = nil - ) - { + ) { self.maxRuntimeInSeconds = maxRuntimeInSeconds } } @@ -14315,8 +14071,7 @@ public struct CreateDataQualityJobDefinitionInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.dataQualityAppSpecification = dataQualityAppSpecification self.dataQualityBaselineConfig = dataQualityBaselineConfig self.dataQualityJobInput = dataQualityJobInput @@ -14337,8 +14092,7 @@ public struct CreateDataQualityJobDefinitionOutput: Swift.Sendable { public init( jobDefinitionArn: Swift.String? = nil - ) - { + ) { self.jobDefinitionArn = jobDefinitionArn } } @@ -14398,8 +14152,7 @@ extension SageMakerClientTypes { presetDeploymentConfig: Swift.String? = nil, presetDeploymentType: SageMakerClientTypes.EdgePresetDeploymentType? = nil, s3OutputLocation: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.presetDeploymentConfig = presetDeploymentConfig self.presetDeploymentType = presetDeploymentType @@ -14431,8 +14184,7 @@ public struct CreateDeviceFleetInput: Swift.Sendable { outputConfig: SageMakerClientTypes.EdgeOutputConfig? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.deviceFleetName = deviceFleetName self.enableIotRoleAlias = enableIotRoleAlias @@ -14455,8 +14207,7 @@ extension SageMakerClientTypes { public init( fileSystemId: Swift.String? = nil, fileSystemPath: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.fileSystemPath = fileSystemPath } @@ -14476,8 +14227,7 @@ extension SageMakerClientTypes { public init( fileSystemId: Swift.String? = nil, fileSystemPath: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.fileSystemPath = fileSystemPath } @@ -14510,8 +14260,7 @@ extension SageMakerClientTypes { public init( gid: Swift.Int? = nil, uid: Swift.Int? = nil - ) - { + ) { self.gid = gid self.uid = uid } @@ -14530,8 +14279,7 @@ extension SageMakerClientTypes { public init( assumableRoleArns: [Swift.String]? = nil, executionRoleArns: [Swift.String]? = nil - ) - { + ) { self.assumableRoleArns = assumableRoleArns self.executionRoleArns = executionRoleArns } @@ -14565,8 +14313,7 @@ extension SageMakerClientTypes { defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil, emrSettings: SageMakerClientTypes.EmrSettings? = nil, lifecycleConfigArns: [Swift.String]? = nil - ) - { + ) { self.appLifecycleManagement = appLifecycleManagement self.builtInLifecycleConfigArn = builtInLifecycleConfigArn self.codeRepositories = codeRepositories @@ -14593,8 +14340,7 @@ extension SageMakerClientTypes { codeRepositories: [SageMakerClientTypes.CodeRepository]? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil, lifecycleConfigArns: [Swift.String]? = nil - ) - { + ) { self.codeRepositories = codeRepositories self.defaultResourceSpec = defaultResourceSpec self.lifecycleConfigArns = lifecycleConfigArns @@ -14617,8 +14363,7 @@ extension SageMakerClientTypes { customImages: [SageMakerClientTypes.CustomImage]? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil, lifecycleConfigArns: [Swift.String]? = nil - ) - { + ) { self.customImages = customImages self.defaultResourceSpec = defaultResourceSpec self.lifecycleConfigArns = lifecycleConfigArns @@ -14640,8 +14385,7 @@ extension SageMakerClientTypes { public init( defaultEbsVolumeSizeInGb: Swift.Int? = nil, maximumEbsVolumeSizeInGb: Swift.Int? = nil - ) - { + ) { self.defaultEbsVolumeSizeInGb = defaultEbsVolumeSizeInGb self.maximumEbsVolumeSizeInGb = maximumEbsVolumeSizeInGb } @@ -14657,8 +14401,7 @@ extension SageMakerClientTypes { public init( defaultEbsStorageSettings: SageMakerClientTypes.DefaultEbsStorageSettings? = nil - ) - { + ) { self.defaultEbsStorageSettings = defaultEbsStorageSettings } } @@ -14694,8 +14437,7 @@ extension SageMakerClientTypes { kernelGatewayAppSettings: SageMakerClientTypes.KernelGatewayAppSettings? = nil, securityGroups: [Swift.String]? = nil, spaceStorageSettings: SageMakerClientTypes.DefaultSpaceStorageSettings? = nil - ) - { + ) { self.customFileSystemConfigs = customFileSystemConfigs self.customPosixUserConfig = customPosixUserConfig self.executionRole = executionRole @@ -14720,8 +14462,7 @@ extension SageMakerClientTypes { public init( customImages: [SageMakerClientTypes.CustomImage]? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil - ) - { + ) { self.customImages = customImages self.defaultResourceSpec = defaultResourceSpec } @@ -14798,8 +14539,7 @@ extension SageMakerClientTypes { public init( accessStatus: SageMakerClientTypes.RStudioServerProAccessStatus? = nil, userGroup: SageMakerClientTypes.RStudioServerProUserGroup? = nil - ) - { + ) { self.accessStatus = accessStatus self.userGroup = userGroup } @@ -14850,8 +14590,7 @@ extension SageMakerClientTypes { notebookOutputOption: SageMakerClientTypes.NotebookOutputOption? = nil, s3KmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.notebookOutputOption = notebookOutputOption self.s3KmsKeyId = s3KmsKeyId self.s3OutputPath = s3OutputPath @@ -15009,8 +14748,7 @@ extension SageMakerClientTypes { public init( sageMakerImageName: SageMakerClientTypes.SageMakerImageName? = nil, versionAliases: [Swift.String]? = nil - ) - { + ) { self.sageMakerImageName = sageMakerImageName self.versionAliases = versionAliases } @@ -15035,8 +14773,7 @@ extension SageMakerClientTypes { hiddenInstanceTypes: [SageMakerClientTypes.AppInstanceType]? = nil, hiddenMlTools: [SageMakerClientTypes.MlTools]? = nil, hiddenSageMakerImageVersionAliases: [SageMakerClientTypes.HiddenSageMakerImage]? = nil - ) - { + ) { self.hiddenAppTypes = hiddenAppTypes self.hiddenInstanceTypes = hiddenInstanceTypes self.hiddenMlTools = hiddenMlTools @@ -15054,8 +14791,7 @@ extension SageMakerClientTypes { public init( defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil - ) - { + ) { self.defaultResourceSpec = defaultResourceSpec } } @@ -15125,8 +14861,7 @@ extension SageMakerClientTypes { studioWebPortal: SageMakerClientTypes.StudioWebPortal? = nil, studioWebPortalSettings: SageMakerClientTypes.StudioWebPortalSettings? = nil, tensorBoardAppSettings: SageMakerClientTypes.TensorBoardAppSettings? = nil - ) - { + ) { self.autoMountHomeEFS = autoMountHomeEFS self.canvasAppSettings = canvasAppSettings self.codeEditorAppSettings = codeEditorAppSettings @@ -15161,8 +14896,7 @@ extension SageMakerClientTypes { public init( enableDockerAccess: SageMakerClientTypes.FeatureStatus? = nil, vpcOnlyTrustedAccounts: [Swift.String]? = nil - ) - { + ) { self.enableDockerAccess = enableDockerAccess self.vpcOnlyTrustedAccounts = vpcOnlyTrustedAccounts } @@ -15217,8 +14951,7 @@ extension SageMakerClientTypes { domainExecutionRoleArn: Swift.String? = nil, rStudioConnectUrl: Swift.String? = nil, rStudioPackageManagerUrl: Swift.String? = nil - ) - { + ) { self.defaultResourceSpec = defaultResourceSpec self.domainExecutionRoleArn = domainExecutionRoleArn self.rStudioConnectUrl = rStudioConnectUrl @@ -15248,8 +14981,7 @@ extension SageMakerClientTypes { executionRoleIdentityConfig: SageMakerClientTypes.ExecutionRoleIdentityConfig? = nil, rStudioServerProDomainSettings: SageMakerClientTypes.RStudioServerProDomainSettings? = nil, securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.amazonQSettings = amazonQSettings self.dockerSettings = dockerSettings self.executionRoleIdentityConfig = executionRoleIdentityConfig @@ -15340,8 +15072,7 @@ public struct CreateDomainInput: Swift.Sendable { tagPropagation: SageMakerClientTypes.TagPropagation? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.appNetworkAccessType = appNetworkAccessType self.appSecurityGroupManagement = appSecurityGroupManagement self.authMode = authMode @@ -15367,8 +15098,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( domainArn: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn self.url = url } @@ -15388,8 +15118,7 @@ extension SageMakerClientTypes { public init( edgePackagingJobName: Swift.String? = nil, modelHandle: Swift.String? = nil - ) - { + ) { self.edgePackagingJobName = edgePackagingJobName self.modelHandle = modelHandle } @@ -15435,8 +15164,7 @@ extension SageMakerClientTypes { public init( failureHandlingPolicy: SageMakerClientTypes.FailureHandlingPolicy? = nil - ) - { + ) { self.failureHandlingPolicy = failureHandlingPolicy } } @@ -15493,8 +15221,7 @@ extension SageMakerClientTypes { deviceNames: [Swift.String]? = nil, deviceSubsetType: SageMakerClientTypes.DeviceSubsetType? = nil, percentage: Swift.Int? = nil - ) - { + ) { self.deviceNameContains = deviceNameContains self.deviceNames = deviceNames self.deviceSubsetType = deviceSubsetType @@ -15520,8 +15247,7 @@ extension SageMakerClientTypes { deploymentConfig: SageMakerClientTypes.EdgeDeploymentConfig? = nil, deviceSelectionConfig: SageMakerClientTypes.DeviceSelectionConfig? = nil, stageName: Swift.String? = nil - ) - { + ) { self.deploymentConfig = deploymentConfig self.deviceSelectionConfig = deviceSelectionConfig self.stageName = stageName @@ -15550,8 +15276,7 @@ public struct CreateEdgeDeploymentPlanInput: Swift.Sendable { modelConfigs: [SageMakerClientTypes.EdgeDeploymentModelConfig]? = nil, stages: [SageMakerClientTypes.DeploymentStage]? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.edgeDeploymentPlanName = edgeDeploymentPlanName self.modelConfigs = modelConfigs @@ -15567,8 +15292,7 @@ public struct CreateEdgeDeploymentPlanOutput: Swift.Sendable { public init( edgeDeploymentPlanArn: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanArn = edgeDeploymentPlanArn } } @@ -15584,8 +15308,7 @@ public struct CreateEdgeDeploymentStageInput: Swift.Sendable { public init( edgeDeploymentPlanName: Swift.String? = nil, stages: [SageMakerClientTypes.DeploymentStage]? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.stages = stages } @@ -15624,8 +15347,7 @@ public struct CreateEdgePackagingJobInput: Swift.Sendable { resourceKey: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.compilationJobName = compilationJobName self.edgePackagingJobName = edgePackagingJobName self.modelName = modelName @@ -15657,8 +15379,7 @@ extension SageMakerClientTypes { maximumExecutionTimeoutInSeconds: Swift.Int? = nil, rollbackMaximumBatchSize: SageMakerClientTypes.CapacitySize? = nil, waitIntervalInSeconds: Swift.Int? = nil - ) - { + ) { self.maximumBatchSize = maximumBatchSize self.maximumExecutionTimeoutInSeconds = maximumExecutionTimeoutInSeconds self.rollbackMaximumBatchSize = rollbackMaximumBatchSize @@ -15682,8 +15403,7 @@ extension SageMakerClientTypes { autoRollbackConfiguration: SageMakerClientTypes.AutoRollbackConfig? = nil, blueGreenUpdatePolicy: SageMakerClientTypes.BlueGreenUpdatePolicy? = nil, rollingUpdatePolicy: SageMakerClientTypes.RollingUpdatePolicy? = nil - ) - { + ) { self.autoRollbackConfiguration = autoRollbackConfiguration self.blueGreenUpdatePolicy = blueGreenUpdatePolicy self.rollingUpdatePolicy = rollingUpdatePolicy @@ -15708,8 +15428,7 @@ public struct CreateEndpointInput: Swift.Sendable { endpointConfigName: Swift.String? = nil, endpointName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.deploymentConfig = deploymentConfig self.endpointConfigName = endpointConfigName self.endpointName = endpointName @@ -15724,8 +15443,7 @@ public struct CreateEndpointOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -15765,8 +15483,7 @@ extension SageMakerClientTypes { enableCapture: Swift.Bool? = nil, initialSamplingPercentage: Swift.Int? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.captureContentTypeHeader = captureContentTypeHeader self.captureOptions = captureOptions self.destinationS3Uri = destinationS3Uri @@ -15786,8 +15503,7 @@ extension SageMakerClientTypes { public init( clarifyExplainerConfig: SageMakerClientTypes.ClarifyExplainerConfig? = nil - ) - { + ) { self.clarifyExplainerConfig = clarifyExplainerConfig } } @@ -15858,8 +15574,7 @@ extension SageMakerClientTypes { public init( destinationS3Uri: Swift.String? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.destinationS3Uri = destinationS3Uri self.kmsKeyId = kmsKeyId } @@ -15936,8 +15651,7 @@ extension SageMakerClientTypes { maxInstanceCount: Swift.Int? = nil, minInstanceCount: Swift.Int? = nil, status: SageMakerClientTypes.ManagedInstanceScalingStatus? = nil - ) - { + ) { self.maxInstanceCount = maxInstanceCount self.minInstanceCount = minInstanceCount self.status = status @@ -15988,8 +15702,7 @@ extension SageMakerClientTypes { public init( routingStrategy: SageMakerClientTypes.RoutingStrategy? = nil - ) - { + ) { self.routingStrategy = routingStrategy } } @@ -16012,8 +15725,7 @@ extension SageMakerClientTypes { maxConcurrency: Swift.Int? = nil, memorySizeInMB: Swift.Int? = nil, provisionedConcurrency: Swift.Int? = nil - ) - { + ) { self.maxConcurrency = maxConcurrency self.memorySizeInMB = memorySizeInMB self.provisionedConcurrency = provisionedConcurrency @@ -16081,8 +15793,7 @@ extension SageMakerClientTypes { serverlessConfig: SageMakerClientTypes.ProductionVariantServerlessConfig? = nil, variantName: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.acceleratorType = acceleratorType self.containerStartupHealthCheckTimeoutInSeconds = containerStartupHealthCheckTimeoutInSeconds self.coreDumpConfig = coreDumpConfig @@ -16151,8 +15862,7 @@ public struct CreateEndpointConfigInput: Swift.Sendable { shadowProductionVariants: [SageMakerClientTypes.ProductionVariant]? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.asyncInferenceConfig = asyncInferenceConfig self.dataCaptureConfig = dataCaptureConfig self.enableNetworkIsolation = enableNetworkIsolation @@ -16174,8 +15884,7 @@ public struct CreateEndpointConfigOutput: Swift.Sendable { public init( endpointConfigArn: Swift.String? = nil - ) - { + ) { self.endpointConfigArn = endpointConfigArn } } @@ -16196,8 +15905,7 @@ public struct CreateExperimentInput: Swift.Sendable { displayName: Swift.String? = nil, experimentName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.experimentName = experimentName @@ -16211,8 +15919,7 @@ public struct CreateExperimentOutput: Swift.Sendable { public init( experimentArn: Swift.String? = nil - ) - { + ) { self.experimentArn = experimentArn } } @@ -16279,8 +15986,7 @@ extension SageMakerClientTypes { collectionType: SageMakerClientTypes.CollectionType? = nil, featureName: Swift.String? = nil, featureType: SageMakerClientTypes.FeatureType? = nil - ) - { + ) { self.collectionConfig = collectionConfig self.collectionType = collectionType self.featureName = featureName @@ -16307,8 +16013,7 @@ extension SageMakerClientTypes { catalog: Swift.String? = nil, database: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.catalog = catalog self.database = database self.tableName = tableName @@ -16334,8 +16039,7 @@ extension SageMakerClientTypes { kmsKeyId: Swift.String? = nil, resolvedOutputS3Uri: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.resolvedOutputS3Uri = resolvedOutputS3Uri self.s3Uri = s3Uri @@ -16394,8 +16098,7 @@ extension SageMakerClientTypes { disableGlueTableCreation: Swift.Bool? = nil, s3StorageConfig: SageMakerClientTypes.S3StorageConfig? = nil, tableFormat: SageMakerClientTypes.TableFormat? = nil - ) - { + ) { self.dataCatalogConfig = dataCatalogConfig self.disableGlueTableCreation = disableGlueTableCreation self.s3StorageConfig = s3StorageConfig @@ -16440,8 +16143,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -16526,8 +16228,7 @@ extension SageMakerClientTypes { public init( unit: SageMakerClientTypes.TtlDurationUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -16556,8 +16257,7 @@ extension SageMakerClientTypes { securityConfig: SageMakerClientTypes.OnlineStoreSecurityConfig? = nil, storageType: SageMakerClientTypes.StorageType? = nil, ttlDuration: SageMakerClientTypes.TtlDuration? = nil - ) - { + ) { self.enableOnlineStore = enableOnlineStore self.securityConfig = securityConfig self.storageType = storageType @@ -16611,8 +16311,7 @@ extension SageMakerClientTypes { provisionedReadCapacityUnits: Swift.Int? = nil, provisionedWriteCapacityUnits: Swift.Int? = nil, throughputMode: SageMakerClientTypes.ThroughputMode? = nil - ) - { + ) { self.provisionedReadCapacityUnits = provisionedReadCapacityUnits self.provisionedWriteCapacityUnits = provisionedWriteCapacityUnits self.throughputMode = throughputMode @@ -16680,8 +16379,7 @@ public struct CreateFeatureGroupInput: Swift.Sendable { roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil, throughputConfig: SageMakerClientTypes.ThroughputConfig? = nil - ) - { + ) { self.description = description self.eventTimeFeatureName = eventTimeFeatureName self.featureDefinitions = featureDefinitions @@ -16702,8 +16400,7 @@ public struct CreateFeatureGroupOutput: Swift.Sendable { public init( featureGroupArn: Swift.String? = nil - ) - { + ) { self.featureGroupArn = featureGroupArn } } @@ -16718,8 +16415,7 @@ extension SageMakerClientTypes { public init( humanLoopActivationConditions: Swift.String? = nil - ) - { + ) { self.humanLoopActivationConditions = humanLoopActivationConditions } } @@ -16735,8 +16431,7 @@ extension SageMakerClientTypes { public init( humanLoopActivationConditionsConfig: SageMakerClientTypes.HumanLoopActivationConditionsConfig? = nil - ) - { + ) { self.humanLoopActivationConditionsConfig = humanLoopActivationConditionsConfig } } @@ -16757,8 +16452,7 @@ extension SageMakerClientTypes { cents: Swift.Int? = nil, dollars: Swift.Int? = nil, tenthFractionsOfACent: Swift.Int? = nil - ) - { + ) { self.cents = cents self.dollars = dollars self.tenthFractionsOfACent = tenthFractionsOfACent @@ -16974,8 +16668,7 @@ extension SageMakerClientTypes { public init( amountInUsd: SageMakerClientTypes.USD? = nil - ) - { + ) { self.amountInUsd = amountInUsd } } @@ -17218,8 +16911,7 @@ extension SageMakerClientTypes { taskTimeLimitInSeconds: Swift.Int? = nil, taskTitle: Swift.String? = nil, workteamArn: Swift.String? = nil - ) - { + ) { self.humanTaskUiArn = humanTaskUiArn self.publicWorkforceTaskPrice = publicWorkforceTaskPrice self.taskAvailabilityLifetimeInSeconds = taskAvailabilityLifetimeInSeconds @@ -17243,8 +16935,7 @@ extension SageMakerClientTypes { public init( awsManagedHumanLoopRequestSource: SageMakerClientTypes.AwsManagedHumanLoopRequestSource? = nil - ) - { + ) { self.awsManagedHumanLoopRequestSource = awsManagedHumanLoopRequestSource } } @@ -17263,8 +16954,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputPath = s3OutputPath } @@ -17298,8 +16988,7 @@ public struct CreateFlowDefinitionInput: Swift.Sendable { outputConfig: SageMakerClientTypes.FlowDefinitionOutputConfig? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.flowDefinitionName = flowDefinitionName self.humanLoopActivationConfig = humanLoopActivationConfig self.humanLoopConfig = humanLoopConfig @@ -17317,8 +17006,7 @@ public struct CreateFlowDefinitionOutput: Swift.Sendable { public init( flowDefinitionArn: Swift.String? = nil - ) - { + ) { self.flowDefinitionArn = flowDefinitionArn } } @@ -17332,8 +17020,7 @@ extension SageMakerClientTypes { public init( s3OutputPath: Swift.String? = nil - ) - { + ) { self.s3OutputPath = s3OutputPath } } @@ -17362,8 +17049,7 @@ public struct CreateHubInput: Swift.Sendable { hubSearchKeywords: [Swift.String]? = nil, s3StorageConfig: SageMakerClientTypes.HubS3StorageConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.hubDescription = hubDescription self.hubDisplayName = hubDisplayName self.hubName = hubName @@ -17380,8 +17066,7 @@ public struct CreateHubOutput: Swift.Sendable { public init( hubArn: Swift.String? = nil - ) - { + ) { self.hubArn = hubArn } } @@ -17406,8 +17091,7 @@ public struct CreateHubContentReferenceInput: Swift.Sendable { minVersion: Swift.String? = nil, sageMakerPublicHubContentArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.hubContentName = hubContentName self.hubName = hubName self.minVersion = minVersion @@ -17427,8 +17111,7 @@ public struct CreateHubContentReferenceOutput: Swift.Sendable { public init( hubArn: Swift.String? = nil, hubContentArn: Swift.String? = nil - ) - { + ) { self.hubArn = hubArn self.hubContentArn = hubContentArn } @@ -17444,8 +17127,7 @@ extension SageMakerClientTypes { public init( content: Swift.String? = nil - ) - { + ) { self.content = content } } @@ -17465,8 +17147,7 @@ public struct CreateHumanTaskUiInput: Swift.Sendable { humanTaskUiName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil, uiTemplate: SageMakerClientTypes.UiTemplate? = nil - ) - { + ) { self.humanTaskUiName = humanTaskUiName self.tags = tags self.uiTemplate = uiTemplate @@ -17480,8 +17161,7 @@ public struct CreateHumanTaskUiOutput: Swift.Sendable { public init( humanTaskUiArn: Swift.String? = nil - ) - { + ) { self.humanTaskUiArn = humanTaskUiArn } } @@ -17507,8 +17187,7 @@ extension SageMakerClientTypes { minValue: Swift.String? = nil, name: Swift.String? = nil, scalingType: SageMakerClientTypes.HyperParameterScalingType? = nil - ) - { + ) { self.maxValue = maxValue self.minValue = minValue self.name = name @@ -17535,8 +17214,7 @@ extension SageMakerClientTypes { categoricalParameterRanges: [SageMakerClientTypes.CategoricalParameterRange]? = nil, continuousParameterRanges: [SageMakerClientTypes.ContinuousParameterRange]? = nil, integerParameterRanges: [SageMakerClientTypes.IntegerParameterRange]? = nil - ) - { + ) { self.autoParameters = autoParameters self.categoricalParameterRanges = categoricalParameterRanges self.continuousParameterRanges = continuousParameterRanges @@ -17561,8 +17239,7 @@ extension SageMakerClientTypes { maxNumberOfTrainingJobs: Swift.Int? = nil, maxParallelTrainingJobs: Swift.Int? = nil, maxRuntimeInSeconds: Swift.Int? = nil - ) - { + ) { self.maxNumberOfTrainingJobs = maxNumberOfTrainingJobs self.maxParallelTrainingJobs = maxParallelTrainingJobs self.maxRuntimeInSeconds = maxRuntimeInSeconds @@ -17631,8 +17308,7 @@ extension SageMakerClientTypes { public init( maxResource: Swift.Int? = nil, minResource: Swift.Int? = nil - ) - { + ) { self.maxResource = maxResource self.minResource = minResource } @@ -17648,8 +17324,7 @@ extension SageMakerClientTypes { public init( hyperbandStrategyConfig: SageMakerClientTypes.HyperbandStrategyConfig? = nil - ) - { + ) { self.hyperbandStrategyConfig = hyperbandStrategyConfig } } @@ -17699,8 +17374,7 @@ extension SageMakerClientTypes { bestObjectiveNotImproving: SageMakerClientTypes.BestObjectiveNotImproving? = nil, convergenceDetected: SageMakerClientTypes.ConvergenceDetected? = nil, targetObjectiveMetricValue: Swift.Float? = nil - ) - { + ) { self.bestObjectiveNotImproving = bestObjectiveNotImproving self.convergenceDetected = convergenceDetected self.targetObjectiveMetricValue = targetObjectiveMetricValue @@ -17740,8 +17414,7 @@ extension SageMakerClientTypes { strategyConfig: SageMakerClientTypes.HyperParameterTuningJobStrategyConfig? = nil, trainingJobEarlyStoppingType: SageMakerClientTypes.TrainingJobEarlyStoppingType? = nil, tuningJobCompletionCriteria: SageMakerClientTypes.TuningJobCompletionCriteria? = nil - ) - { + ) { self.hyperParameterTuningJobObjective = hyperParameterTuningJobObjective self.parameterRanges = parameterRanges self.randomSeed = randomSeed @@ -17773,8 +17446,7 @@ extension SageMakerClientTypes { metricDefinitions: [SageMakerClientTypes.MetricDefinition]? = nil, trainingImage: Swift.String? = nil, trainingInputMode: SageMakerClientTypes.TrainingInputMode? = nil - ) - { + ) { self.algorithmName = algorithmName self.metricDefinitions = metricDefinitions self.trainingImage = trainingImage @@ -17827,8 +17499,7 @@ extension SageMakerClientTypes { instanceCount: Swift.Int? = nil, instanceType: SageMakerClientTypes.TrainingInstanceType? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeSizeInGB = volumeSizeInGB @@ -17860,8 +17531,7 @@ extension SageMakerClientTypes { instanceType: SageMakerClientTypes.TrainingInstanceType? = nil, volumeKmsKeyId: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.allocationStrategy = allocationStrategy self.instanceConfigs = instanceConfigs self.instanceCount = instanceCount @@ -17882,8 +17552,7 @@ extension SageMakerClientTypes { public init( maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.maximumRetryAttempts = maximumRetryAttempts } } @@ -17953,8 +17622,7 @@ extension SageMakerClientTypes { stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, tuningObjective: SageMakerClientTypes.HyperParameterTuningJobObjective? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.checkpointConfig = checkpointConfig self.definitionName = definitionName @@ -17986,8 +17654,7 @@ extension SageMakerClientTypes { public init( hyperParameterTuningJobName: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobName = hyperParameterTuningJobName } } @@ -18036,8 +17703,7 @@ extension SageMakerClientTypes { public init( parentHyperParameterTuningJobs: [SageMakerClientTypes.ParentHyperParameterTuningJob]? = nil, warmStartType: SageMakerClientTypes.HyperParameterTuningJobWarmStartType? = nil - ) - { + ) { self.parentHyperParameterTuningJobs = parentHyperParameterTuningJobs self.warmStartType = warmStartType } @@ -18082,8 +17748,7 @@ public struct CreateHyperParameterTuningJobInput: Swift.Sendable { trainingJobDefinition: SageMakerClientTypes.HyperParameterTrainingJobDefinition? = nil, trainingJobDefinitions: [SageMakerClientTypes.HyperParameterTrainingJobDefinition]? = nil, warmStartConfig: SageMakerClientTypes.HyperParameterTuningJobWarmStartConfig? = nil - ) - { + ) { self.autotune = autotune self.hyperParameterTuningJobConfig = hyperParameterTuningJobConfig self.hyperParameterTuningJobName = hyperParameterTuningJobName @@ -18101,8 +17766,7 @@ public struct CreateHyperParameterTuningJobOutput: Swift.Sendable { public init( hyperParameterTuningJobArn: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobArn = hyperParameterTuningJobArn } } @@ -18127,8 +17791,7 @@ public struct CreateImageInput: Swift.Sendable { imageName: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.displayName = displayName self.imageName = imageName @@ -18143,8 +17806,7 @@ public struct CreateImageOutput: Swift.Sendable { public init( imageArn: Swift.String? = nil - ) - { + ) { self.imageArn = imageArn } } @@ -18302,8 +17964,7 @@ public struct CreateImageVersionInput: Swift.Sendable { programmingLang: Swift.String? = nil, releaseNotes: Swift.String? = nil, vendorGuidance: SageMakerClientTypes.VendorGuidance? = nil - ) - { + ) { self.aliases = aliases self.baseImage = baseImage self.clientToken = clientToken @@ -18324,8 +17985,7 @@ public struct CreateImageVersionOutput: Swift.Sendable { public init( imageVersionArn: Swift.String? = nil - ) - { + ) { self.imageVersionArn = imageVersionArn } } @@ -18340,8 +18000,7 @@ extension SageMakerClientTypes { public init( copyCount: Swift.Int? = nil - ) - { + ) { self.copyCount = copyCount } } @@ -18366,8 +18025,7 @@ extension SageMakerClientTypes { minMemoryRequiredInMb: Swift.Int? = nil, numberOfAcceleratorDevicesRequired: Swift.Float? = nil, numberOfCpuCoresRequired: Swift.Float? = nil - ) - { + ) { self.maxMemoryRequiredInMb = maxMemoryRequiredInMb self.minMemoryRequiredInMb = minMemoryRequiredInMb self.numberOfAcceleratorDevicesRequired = numberOfAcceleratorDevicesRequired @@ -18391,8 +18049,7 @@ extension SageMakerClientTypes { artifactUrl: Swift.String? = nil, environment: [Swift.String: Swift.String]? = nil, image: Swift.String? = nil - ) - { + ) { self.artifactUrl = artifactUrl self.environment = environment self.image = image @@ -18412,8 +18069,7 @@ extension SageMakerClientTypes { public init( containerStartupHealthCheckTimeoutInSeconds: Swift.Int? = nil, modelDataDownloadTimeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.containerStartupHealthCheckTimeoutInSeconds = containerStartupHealthCheckTimeoutInSeconds self.modelDataDownloadTimeoutInSeconds = modelDataDownloadTimeoutInSeconds } @@ -18441,8 +18097,7 @@ extension SageMakerClientTypes { container: SageMakerClientTypes.InferenceComponentContainerSpecification? = nil, modelName: Swift.String? = nil, startupParameters: SageMakerClientTypes.InferenceComponentStartupParameters? = nil - ) - { + ) { self.baseInferenceComponentName = baseInferenceComponentName self.computeResourceRequirements = computeResourceRequirements self.container = container @@ -18476,8 +18131,7 @@ public struct CreateInferenceComponentInput: Swift.Sendable { specification: SageMakerClientTypes.InferenceComponentSpecification? = nil, tags: [SageMakerClientTypes.Tag]? = nil, variantName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName self.inferenceComponentName = inferenceComponentName self.runtimeConfig = runtimeConfig @@ -18494,8 +18148,7 @@ public struct CreateInferenceComponentOutput: Swift.Sendable { public init( inferenceComponentArn: Swift.String? = nil - ) - { + ) { self.inferenceComponentArn = inferenceComponentArn } } @@ -18516,8 +18169,7 @@ extension SageMakerClientTypes { contentType: SageMakerClientTypes.CaptureContentTypeHeader? = nil, destination: Swift.String? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.destination = destination self.kmsKey = kmsKey @@ -19104,8 +18756,7 @@ extension SageMakerClientTypes { public init( instanceCount: Swift.Int? = nil, instanceType: SageMakerClientTypes.InstanceType? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType } @@ -19128,8 +18779,7 @@ extension SageMakerClientTypes { public init( infrastructureType: SageMakerClientTypes.ModelInfrastructureType? = nil, realTimeInferenceConfig: SageMakerClientTypes.RealTimeInferenceConfig? = nil - ) - { + ) { self.infrastructureType = infrastructureType self.realTimeInferenceConfig = realTimeInferenceConfig } @@ -19154,8 +18804,7 @@ extension SageMakerClientTypes { infrastructureConfig: SageMakerClientTypes.ModelInfrastructureConfig? = nil, modelName: Swift.String? = nil, variantName: Swift.String? = nil - ) - { + ) { self.infrastructureConfig = infrastructureConfig self.modelName = modelName self.variantName = variantName @@ -19175,8 +18824,7 @@ extension SageMakerClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -19197,8 +18845,7 @@ extension SageMakerClientTypes { public init( samplingPercentage: Swift.Int? = nil, shadowModelVariantName: Swift.String? = nil - ) - { + ) { self.samplingPercentage = samplingPercentage self.shadowModelVariantName = shadowModelVariantName } @@ -19219,8 +18866,7 @@ extension SageMakerClientTypes { public init( shadowModelVariants: [SageMakerClientTypes.ShadowModelVariantConfig]? = nil, sourceModelVariantName: Swift.String? = nil - ) - { + ) { self.shadowModelVariants = shadowModelVariants self.sourceModelVariantName = sourceModelVariantName } @@ -19308,8 +18954,7 @@ public struct CreateInferenceExperimentInput: Swift.Sendable { shadowModeConfig: SageMakerClientTypes.ShadowModeConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil, type: SageMakerClientTypes.InferenceExperimentType? = nil - ) - { + ) { self.dataStorageConfig = dataStorageConfig self.description = description self.endpointName = endpointName @@ -19331,8 +18976,7 @@ public struct CreateInferenceExperimentOutput: Swift.Sendable { public init( inferenceExperimentArn: Swift.String? = nil - ) - { + ) { self.inferenceExperimentArn = inferenceExperimentArn } } @@ -19349,8 +18993,7 @@ extension SageMakerClientTypes { public init( samplePayloadUrl: Swift.String? = nil, supportedContentTypes: [Swift.String]? = nil - ) - { + ) { self.samplePayloadUrl = samplePayloadUrl self.supportedContentTypes = supportedContentTypes } @@ -19422,8 +19065,7 @@ extension SageMakerClientTypes { supportedInstanceTypes: [Swift.String]? = nil, supportedResponseMIMETypes: [Swift.String]? = nil, task: Swift.String? = nil - ) - { + ) { self.dataInputConfig = dataInputConfig self.domain = domain self.framework = framework @@ -19447,8 +19089,7 @@ extension SageMakerClientTypes { public init( categoricalParameterRanges: [SageMakerClientTypes.CategoricalParameter]? = nil - ) - { + ) { self.categoricalParameterRanges = categoricalParameterRanges } } @@ -19472,8 +19113,7 @@ extension SageMakerClientTypes { inferenceSpecificationName: Swift.String? = nil, instanceType: SageMakerClientTypes.ProductionVariantInstanceType? = nil, serverlessConfig: SageMakerClientTypes.ProductionVariantServerlessConfig? = nil - ) - { + ) { self.environmentParameterRanges = environmentParameterRanges self.inferenceSpecificationName = inferenceSpecificationName self.instanceType = instanceType @@ -19491,8 +19131,7 @@ extension SageMakerClientTypes { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -19510,8 +19149,7 @@ extension SageMakerClientTypes { public init( maxNumberOfTests: Swift.Int? = nil, maxParallelOfTests: Swift.Int? = nil - ) - { + ) { self.maxNumberOfTests = maxNumberOfTests self.maxParallelOfTests = maxParallelOfTests } @@ -19533,8 +19171,7 @@ extension SageMakerClientTypes { durationInSeconds: Swift.Int? = nil, initialNumberOfUsers: Swift.Int? = nil, spawnRate: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.initialNumberOfUsers = initialNumberOfUsers self.spawnRate = spawnRate @@ -19557,8 +19194,7 @@ extension SageMakerClientTypes { durationInSeconds: Swift.Int? = nil, numberOfSteps: Swift.Int? = nil, usersPerStep: Swift.Int? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.numberOfSteps = numberOfSteps self.usersPerStep = usersPerStep @@ -19610,8 +19246,7 @@ extension SageMakerClientTypes { phases: [SageMakerClientTypes.Phase]? = nil, stairs: SageMakerClientTypes.Stairs? = nil, trafficType: SageMakerClientTypes.TrafficType? = nil - ) - { + ) { self.phases = phases self.stairs = stairs self.trafficType = trafficType @@ -19633,8 +19268,7 @@ extension SageMakerClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets } @@ -19688,8 +19322,7 @@ extension SageMakerClientTypes { trafficPattern: SageMakerClientTypes.TrafficPattern? = nil, volumeKmsKeyId: Swift.String? = nil, vpcConfig: SageMakerClientTypes.RecommendationJobVpcConfig? = nil - ) - { + ) { self.containerConfig = containerConfig self.endpointConfigurations = endpointConfigurations self.endpoints = endpoints @@ -19742,8 +19375,7 @@ extension SageMakerClientTypes { public init( s3OutputUri: Swift.String? = nil - ) - { + ) { self.s3OutputUri = s3OutputUri } } @@ -19772,8 +19404,7 @@ extension SageMakerClientTypes { public init( compiledOutputConfig: SageMakerClientTypes.RecommendationJobCompiledOutputConfig? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.compiledOutputConfig = compiledOutputConfig self.kmsKeyId = kmsKeyId } @@ -19821,8 +19452,7 @@ extension SageMakerClientTypes { public init( percentile: Swift.String? = nil, valueInMilliseconds: Swift.Int? = nil - ) - { + ) { self.percentile = percentile self.valueInMilliseconds = valueInMilliseconds } @@ -19844,8 +19474,7 @@ extension SageMakerClientTypes { flatInvocations: SageMakerClientTypes.FlatInvocations? = nil, maxInvocations: Swift.Int? = nil, modelLatencyThresholds: [SageMakerClientTypes.ModelLatencyThreshold]? = nil - ) - { + ) { self.flatInvocations = flatInvocations self.maxInvocations = maxInvocations self.modelLatencyThresholds = modelLatencyThresholds @@ -19884,8 +19513,7 @@ public struct CreateInferenceRecommendationsJobInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingConditions: SageMakerClientTypes.RecommendationJobStoppingConditions? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.inputConfig = inputConfig self.jobDescription = jobDescription self.jobName = jobName @@ -19904,8 +19532,7 @@ public struct CreateInferenceRecommendationsJobOutput: Swift.Sendable { public init( jobArn: Swift.String? = nil - ) - { + ) { self.jobArn = jobArn } } @@ -19944,8 +19571,7 @@ extension SageMakerClientTypes { public init( humanTaskUiArn: Swift.String? = nil, uiTemplateS3Uri: Swift.String? = nil - ) - { + ) { self.humanTaskUiArn = humanTaskUiArn self.uiTemplateS3Uri = uiTemplateS3Uri } @@ -20599,8 +20225,7 @@ extension SageMakerClientTypes { taskTitle: Swift.String? = nil, uiConfig: SageMakerClientTypes.UiConfig? = nil, workteamArn: Swift.String? = nil - ) - { + ) { self.annotationConsolidationConfig = annotationConsolidationConfig self.maxConcurrentTaskCount = maxConcurrentTaskCount self.numberOfHumanWorkersPerDataObject = numberOfHumanWorkersPerDataObject @@ -20626,8 +20251,7 @@ extension SageMakerClientTypes { public init( contentClassifiers: [SageMakerClientTypes.ContentClassifier]? = nil - ) - { + ) { self.contentClassifiers = contentClassifiers } } @@ -20650,8 +20274,7 @@ extension SageMakerClientTypes { public init( manifestS3Uri: Swift.String? = nil - ) - { + ) { self.manifestS3Uri = manifestS3Uri } } @@ -20667,8 +20290,7 @@ extension SageMakerClientTypes { public init( snsTopicArn: Swift.String? = nil - ) - { + ) { self.snsTopicArn = snsTopicArn } } @@ -20686,8 +20308,7 @@ extension SageMakerClientTypes { public init( s3DataSource: SageMakerClientTypes.LabelingJobS3DataSource? = nil, snsDataSource: SageMakerClientTypes.LabelingJobSnsDataSource? = nil - ) - { + ) { self.s3DataSource = s3DataSource self.snsDataSource = snsDataSource } @@ -20707,8 +20328,7 @@ extension SageMakerClientTypes { public init( dataAttributes: SageMakerClientTypes.LabelingJobDataAttributes? = nil, dataSource: SageMakerClientTypes.LabelingJobDataSource? = nil - ) - { + ) { self.dataAttributes = dataAttributes self.dataSource = dataSource } @@ -20731,8 +20351,7 @@ extension SageMakerClientTypes { public init( volumeKmsKeyId: Swift.String? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.volumeKmsKeyId = volumeKmsKeyId self.vpcConfig = vpcConfig } @@ -20763,8 +20382,7 @@ extension SageMakerClientTypes { initialActiveLearningModelArn: Swift.String? = nil, labelingJobAlgorithmSpecificationArn: Swift.String? = nil, labelingJobResourceConfig: SageMakerClientTypes.LabelingJobResourceConfig? = nil - ) - { + ) { self.initialActiveLearningModelArn = initialActiveLearningModelArn self.labelingJobAlgorithmSpecificationArn = labelingJobAlgorithmSpecificationArn self.labelingJobResourceConfig = labelingJobResourceConfig @@ -20788,8 +20406,7 @@ extension SageMakerClientTypes { kmsKeyId: Swift.String? = nil, s3OutputPath: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputPath = s3OutputPath self.snsTopicArn = snsTopicArn @@ -20809,8 +20426,7 @@ extension SageMakerClientTypes { public init( maxHumanLabeledObjectCount: Swift.Int? = nil, maxPercentageOfInputDatasetLabeled: Swift.Int? = nil - ) - { + ) { self.maxHumanLabeledObjectCount = maxHumanLabeledObjectCount self.maxPercentageOfInputDatasetLabeled = maxPercentageOfInputDatasetLabeled } @@ -20901,8 +20517,7 @@ public struct CreateLabelingJobInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingConditions: SageMakerClientTypes.LabelingJobStoppingConditions? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.humanTaskConfig = humanTaskConfig self.inputConfig = inputConfig self.labelAttributeName = labelAttributeName @@ -20923,8 +20538,7 @@ public struct CreateLabelingJobOutput: Swift.Sendable { public init( labelingJobArn: Swift.String? = nil - ) - { + ) { self.labelingJobArn = labelingJobArn } } @@ -20991,8 +20605,7 @@ public struct CreateMlflowTrackingServerInput: Swift.Sendable { trackingServerName: Swift.String? = nil, trackingServerSize: SageMakerClientTypes.TrackingServerSize? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.artifactStoreUri = artifactStoreUri self.automaticModelRegistration = automaticModelRegistration self.mlflowVersion = mlflowVersion @@ -21010,8 +20623,7 @@ public struct CreateMlflowTrackingServerOutput: Swift.Sendable { public init( trackingServerArn: Swift.String? = nil - ) - { + ) { self.trackingServerArn = trackingServerArn } } @@ -21059,8 +20671,7 @@ extension SageMakerClientTypes { public init( mode: SageMakerClientTypes.InferenceExecutionMode? = nil - ) - { + ) { self.mode = mode } } @@ -21094,8 +20705,7 @@ public struct CreateModelInput: Swift.Sendable { primaryContainer: SageMakerClientTypes.ContainerDefinition? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.containers = containers self.enableNetworkIsolation = enableNetworkIsolation self.executionRoleArn = executionRoleArn @@ -21114,8 +20724,7 @@ public struct CreateModelOutput: Swift.Sendable { public init( modelArn: Swift.String? = nil - ) - { + ) { self.modelArn = modelArn } } @@ -21137,8 +20746,7 @@ extension SageMakerClientTypes { configUri: Swift.String? = nil, environment: [Swift.String: Swift.String]? = nil, imageUri: Swift.String? = nil - ) - { + ) { self.configUri = configUri self.environment = environment self.imageUri = imageUri @@ -21158,8 +20766,7 @@ extension SageMakerClientTypes { public init( baseliningJobName: Swift.String? = nil, constraintsResource: SageMakerClientTypes.MonitoringConstraintsResource? = nil - ) - { + ) { self.baseliningJobName = baseliningJobName self.constraintsResource = constraintsResource } @@ -21175,8 +20782,7 @@ extension SageMakerClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -21198,8 +20804,7 @@ extension SageMakerClientTypes { batchTransformInput: SageMakerClientTypes.BatchTransformInput? = nil, endpointInput: SageMakerClientTypes.EndpointInput? = nil, groundTruthS3Input: SageMakerClientTypes.MonitoringGroundTruthS3Input? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.endpointInput = endpointInput self.groundTruthS3Input = groundTruthS3Input @@ -21246,8 +20851,7 @@ public struct CreateModelBiasJobDefinitionInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName self.jobResources = jobResources self.modelBiasAppSpecification = modelBiasAppSpecification @@ -21268,8 +20872,7 @@ public struct CreateModelBiasJobDefinitionOutput: Swift.Sendable { public init( jobDefinitionArn: Swift.String? = nil - ) - { + ) { self.jobDefinitionArn = jobDefinitionArn } } @@ -21318,8 +20921,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -21354,8 +20956,7 @@ public struct CreateModelCardInput: Swift.Sendable { modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil, securityConfig: SageMakerClientTypes.ModelCardSecurityConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.content = content self.modelCardName = modelCardName self.modelCardStatus = modelCardStatus @@ -21376,8 +20977,7 @@ public struct CreateModelCardOutput: Swift.Sendable { public init( modelCardArn: Swift.String? = nil - ) - { + ) { self.modelCardArn = modelCardArn } } @@ -21392,8 +20992,7 @@ extension SageMakerClientTypes { public init( s3OutputPath: Swift.String? = nil - ) - { + ) { self.s3OutputPath = s3OutputPath } } @@ -21417,8 +21016,7 @@ public struct CreateModelCardExportJobInput: Swift.Sendable { modelCardName: Swift.String? = nil, modelCardVersion: Swift.Int? = nil, outputConfig: SageMakerClientTypes.ModelCardExportOutputConfig? = nil - ) - { + ) { self.modelCardExportJobName = modelCardExportJobName self.modelCardName = modelCardName self.modelCardVersion = modelCardVersion @@ -21433,8 +21031,7 @@ public struct CreateModelCardExportJobOutput: Swift.Sendable { public init( modelCardExportJobArn: Swift.String? = nil - ) - { + ) { self.modelCardExportJobArn = modelCardExportJobArn } } @@ -21456,8 +21053,7 @@ extension SageMakerClientTypes { configUri: Swift.String? = nil, environment: [Swift.String: Swift.String]? = nil, imageUri: Swift.String? = nil - ) - { + ) { self.configUri = configUri self.environment = environment self.imageUri = imageUri @@ -21477,8 +21073,7 @@ extension SageMakerClientTypes { public init( baseliningJobName: Swift.String? = nil, constraintsResource: SageMakerClientTypes.MonitoringConstraintsResource? = nil - ) - { + ) { self.baseliningJobName = baseliningJobName self.constraintsResource = constraintsResource } @@ -21497,8 +21092,7 @@ extension SageMakerClientTypes { public init( batchTransformInput: SageMakerClientTypes.BatchTransformInput? = nil, endpointInput: SageMakerClientTypes.EndpointInput? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.endpointInput = endpointInput } @@ -21544,8 +21138,7 @@ public struct CreateModelExplainabilityJobDefinitionInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName self.jobResources = jobResources self.modelExplainabilityAppSpecification = modelExplainabilityAppSpecification @@ -21566,8 +21159,7 @@ public struct CreateModelExplainabilityJobDefinitionOutput: Swift.Sendable { public init( jobDefinitionArn: Swift.String? = nil - ) - { + ) { self.jobDefinitionArn = jobDefinitionArn } } @@ -21588,8 +21180,7 @@ extension SageMakerClientTypes { contentDigest: Swift.String? = nil, contentType: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.contentDigest = contentDigest self.contentType = contentType self.s3Uri = s3Uri @@ -21612,8 +21203,7 @@ extension SageMakerClientTypes { configFile: SageMakerClientTypes.FileSource? = nil, postTrainingConstraints: SageMakerClientTypes.MetricsSource? = nil, preTrainingConstraints: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.configFile = configFile self.postTrainingConstraints = postTrainingConstraints self.preTrainingConstraints = preTrainingConstraints @@ -21633,8 +21223,7 @@ extension SageMakerClientTypes { public init( configFile: SageMakerClientTypes.FileSource? = nil, constraints: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.configFile = configFile self.constraints = constraints } @@ -21653,8 +21242,7 @@ extension SageMakerClientTypes { public init( constraints: SageMakerClientTypes.MetricsSource? = nil, statistics: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.constraints = constraints self.statistics = statistics } @@ -21673,8 +21261,7 @@ extension SageMakerClientTypes { public init( constraints: SageMakerClientTypes.MetricsSource? = nil, statistics: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.constraints = constraints self.statistics = statistics } @@ -21699,8 +21286,7 @@ extension SageMakerClientTypes { explainability: SageMakerClientTypes.DriftCheckExplainability? = nil, modelDataQuality: SageMakerClientTypes.DriftCheckModelDataQuality? = nil, modelQuality: SageMakerClientTypes.DriftCheckModelQuality? = nil - ) - { + ) { self.bias = bias self.explainability = explainability self.modelDataQuality = modelDataQuality @@ -21729,8 +21315,7 @@ extension SageMakerClientTypes { public init( modelCardContent: Swift.String? = nil, modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil - ) - { + ) { self.modelCardContent = modelCardContent self.modelCardStatus = modelCardStatus } @@ -21759,8 +21344,7 @@ extension SageMakerClientTypes { stage: Swift.String? = nil, stageDescription: Swift.String? = nil, stageStatus: Swift.String? = nil - ) - { + ) { self.stage = stage self.stageDescription = stageDescription self.stageStatus = stageStatus @@ -21777,8 +21361,7 @@ extension SageMakerClientTypes { public init( report: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.report = report } } @@ -21796,8 +21379,7 @@ extension SageMakerClientTypes { public init( constraints: SageMakerClientTypes.MetricsSource? = nil, statistics: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.constraints = constraints self.statistics = statistics } @@ -21816,8 +21398,7 @@ extension SageMakerClientTypes { public init( constraints: SageMakerClientTypes.MetricsSource? = nil, statistics: SageMakerClientTypes.MetricsSource? = nil - ) - { + ) { self.constraints = constraints self.statistics = statistics } @@ -21842,8 +21423,7 @@ extension SageMakerClientTypes { explainability: SageMakerClientTypes.Explainability? = nil, modelDataQuality: SageMakerClientTypes.ModelDataQuality? = nil, modelQuality: SageMakerClientTypes.ModelQuality? = nil - ) - { + ) { self.bias = bias self.explainability = explainability self.modelDataQuality = modelDataQuality @@ -21862,8 +21442,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -21917,8 +21496,7 @@ extension SageMakerClientTypes { modelDataETag: Swift.String? = nil, modelDataSource: SageMakerClientTypes.ModelDataSource? = nil, modelDataUrl: Swift.String? = nil - ) - { + ) { self.algorithmName = algorithmName self.modelDataETag = modelDataETag self.modelDataSource = modelDataSource @@ -21937,8 +21515,7 @@ extension SageMakerClientTypes { public init( sourceAlgorithms: [SageMakerClientTypes.SourceAlgorithm]? = nil - ) - { + ) { self.sourceAlgorithms = sourceAlgorithms } } @@ -21958,8 +21535,7 @@ extension SageMakerClientTypes { public init( profileName: Swift.String? = nil, transformJobDefinition: SageMakerClientTypes.TransformJobDefinition? = nil - ) - { + ) { self.profileName = profileName self.transformJobDefinition = transformJobDefinition } @@ -21980,8 +21556,7 @@ extension SageMakerClientTypes { public init( validationProfiles: [SageMakerClientTypes.ModelPackageValidationProfile]? = nil, validationRole: Swift.String? = nil - ) - { + ) { self.validationProfiles = validationProfiles self.validationRole = validationRole } @@ -22066,8 +21641,7 @@ public struct CreateModelPackageInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, task: Swift.String? = nil, validationSpecification: SageMakerClientTypes.ModelPackageValidationSpecification? = nil - ) - { + ) { self.additionalInferenceSpecifications = additionalInferenceSpecifications self.certifyForMarketplace = certifyForMarketplace self.clientToken = clientToken @@ -22101,8 +21675,7 @@ public struct CreateModelPackageOutput: Swift.Sendable { public init( modelPackageArn: Swift.String? = nil - ) - { + ) { self.modelPackageArn = modelPackageArn } } @@ -22120,8 +21693,7 @@ public struct CreateModelPackageGroupInput: Swift.Sendable { modelPackageGroupDescription: Swift.String? = nil, modelPackageGroupName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.modelPackageGroupDescription = modelPackageGroupDescription self.modelPackageGroupName = modelPackageGroupName self.tags = tags @@ -22135,8 +21707,7 @@ public struct CreateModelPackageGroupOutput: Swift.Sendable { public init( modelPackageGroupArn: Swift.String? = nil - ) - { + ) { self.modelPackageGroupArn = modelPackageGroupArn } } @@ -22201,8 +21772,7 @@ extension SageMakerClientTypes { postAnalyticsProcessorSourceUri: Swift.String? = nil, problemType: SageMakerClientTypes.MonitoringProblemType? = nil, recordPreprocessorSourceUri: Swift.String? = nil - ) - { + ) { self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint self.environment = environment @@ -22226,8 +21796,7 @@ extension SageMakerClientTypes { public init( baseliningJobName: Swift.String? = nil, constraintsResource: SageMakerClientTypes.MonitoringConstraintsResource? = nil - ) - { + ) { self.baseliningJobName = baseliningJobName self.constraintsResource = constraintsResource } @@ -22250,8 +21819,7 @@ extension SageMakerClientTypes { batchTransformInput: SageMakerClientTypes.BatchTransformInput? = nil, endpointInput: SageMakerClientTypes.EndpointInput? = nil, groundTruthS3Input: SageMakerClientTypes.MonitoringGroundTruthS3Input? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.endpointInput = endpointInput self.groundTruthS3Input = groundTruthS3Input @@ -22298,8 +21866,7 @@ public struct CreateModelQualityJobDefinitionInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName self.jobResources = jobResources self.modelQualityAppSpecification = modelQualityAppSpecification @@ -22320,8 +21887,7 @@ public struct CreateModelQualityJobDefinitionOutput: Swift.Sendable { public init( jobDefinitionArn: Swift.String? = nil - ) - { + ) { self.jobDefinitionArn = jobDefinitionArn } } @@ -22341,8 +21907,7 @@ extension SageMakerClientTypes { baseliningJobName: Swift.String? = nil, constraintsResource: SageMakerClientTypes.MonitoringConstraintsResource? = nil, statisticsResource: SageMakerClientTypes.MonitoringStatisticsResource? = nil - ) - { + ) { self.baseliningJobName = baseliningJobName self.constraintsResource = constraintsResource self.statisticsResource = statisticsResource @@ -22372,8 +21937,7 @@ extension SageMakerClientTypes { imageUri: Swift.String? = nil, postAnalyticsProcessorSourceUri: Swift.String? = nil, recordPreprocessorSourceUri: Swift.String? = nil - ) - { + ) { self.containerArguments = containerArguments self.containerEntrypoint = containerEntrypoint self.imageUri = imageUri @@ -22395,8 +21959,7 @@ extension SageMakerClientTypes { public init( batchTransformInput: SageMakerClientTypes.BatchTransformInput? = nil, endpointInput: SageMakerClientTypes.EndpointInput? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.endpointInput = endpointInput } @@ -22418,8 +21981,7 @@ extension SageMakerClientTypes { enableInterContainerTrafficEncryption: Swift.Bool? = nil, enableNetworkIsolation: Swift.Bool? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.enableInterContainerTrafficEncryption = enableInterContainerTrafficEncryption self.enableNetworkIsolation = enableNetworkIsolation self.vpcConfig = vpcConfig @@ -22465,8 +22027,7 @@ extension SageMakerClientTypes { networkConfig: SageMakerClientTypes.NetworkConfig? = nil, roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil - ) - { + ) { self.baselineConfig = baselineConfig self.environment = environment self.monitoringAppSpecification = monitoringAppSpecification @@ -22561,8 +22122,7 @@ extension SageMakerClientTypes { dataAnalysisEndTime: Swift.String? = nil, dataAnalysisStartTime: Swift.String? = nil, scheduleExpression: Swift.String? = nil - ) - { + ) { self.dataAnalysisEndTime = dataAnalysisEndTime self.dataAnalysisStartTime = dataAnalysisStartTime self.scheduleExpression = scheduleExpression @@ -22588,8 +22148,7 @@ extension SageMakerClientTypes { monitoringJobDefinitionName: Swift.String? = nil, monitoringType: SageMakerClientTypes.MonitoringType? = nil, scheduleConfig: SageMakerClientTypes.ScheduleConfig? = nil - ) - { + ) { self.monitoringJobDefinition = monitoringJobDefinition self.monitoringJobDefinitionName = monitoringJobDefinitionName self.monitoringType = monitoringType @@ -22612,8 +22171,7 @@ public struct CreateMonitoringScheduleInput: Swift.Sendable { monitoringScheduleConfig: SageMakerClientTypes.MonitoringScheduleConfig? = nil, monitoringScheduleName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.monitoringScheduleConfig = monitoringScheduleConfig self.monitoringScheduleName = monitoringScheduleName self.tags = tags @@ -22627,8 +22185,7 @@ public struct CreateMonitoringScheduleOutput: Swift.Sendable { public init( monitoringScheduleArn: Swift.String? = nil - ) - { + ) { self.monitoringScheduleArn = monitoringScheduleArn } } @@ -22713,8 +22270,7 @@ extension SageMakerClientTypes { public init( minimumInstanceMetadataServiceVersion: Swift.String? = nil - ) - { + ) { self.minimumInstanceMetadataServiceVersion = minimumInstanceMetadataServiceVersion } } @@ -22803,8 +22359,7 @@ public struct CreateNotebookInstanceInput: Swift.Sendable { subnetId: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes self.additionalCodeRepositories = additionalCodeRepositories self.defaultCodeRepository = defaultCodeRepository @@ -22830,8 +22385,7 @@ public struct CreateNotebookInstanceOutput: Swift.Sendable { public init( notebookInstanceArn: Swift.String? = nil - ) - { + ) { self.notebookInstanceArn = notebookInstanceArn } } @@ -22845,8 +22399,7 @@ extension SageMakerClientTypes { public init( content: Swift.String? = nil - ) - { + ) { self.content = content } } @@ -22865,8 +22418,7 @@ public struct CreateNotebookInstanceLifecycleConfigInput: Swift.Sendable { notebookInstanceLifecycleConfigName: Swift.String? = nil, onCreate: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil, onStart: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil - ) - { + ) { self.notebookInstanceLifecycleConfigName = notebookInstanceLifecycleConfigName self.onCreate = onCreate self.onStart = onStart @@ -22879,8 +22431,7 @@ public struct CreateNotebookInstanceLifecycleConfigOutput: Swift.Sendable { public init( notebookInstanceLifecycleConfigArn: Swift.String? = nil - ) - { + ) { self.notebookInstanceLifecycleConfigArn = notebookInstanceLifecycleConfigArn } } @@ -22996,8 +22547,7 @@ extension SageMakerClientTypes { public init( acceptEula: Swift.Bool? = nil - ) - { + ) { self.acceptEula = acceptEula } } @@ -23015,8 +22565,7 @@ extension SageMakerClientTypes { public init( modelAccessConfig: SageMakerClientTypes.OptimizationModelAccessConfig? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.modelAccessConfig = modelAccessConfig self.s3Uri = s3Uri } @@ -23032,8 +22581,7 @@ extension SageMakerClientTypes { public init( s3: SageMakerClientTypes.OptimizationJobModelSourceS3? = nil - ) - { + ) { self.s3 = s3 } } @@ -23051,8 +22599,7 @@ extension SageMakerClientTypes { public init( image: Swift.String? = nil, overrideEnvironment: [Swift.String: Swift.String]? = nil - ) - { + ) { self.image = image self.overrideEnvironment = overrideEnvironment } @@ -23071,8 +22618,7 @@ extension SageMakerClientTypes { public init( image: Swift.String? = nil, overrideEnvironment: [Swift.String: Swift.String]? = nil - ) - { + ) { self.image = image self.overrideEnvironment = overrideEnvironment } @@ -23091,8 +22637,7 @@ extension SageMakerClientTypes { public init( image: Swift.String? = nil, overrideEnvironment: [Swift.String: Swift.String]? = nil - ) - { + ) { self.image = image self.overrideEnvironment = overrideEnvironment } @@ -23126,8 +22671,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil, s3OutputLocation: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3OutputLocation = s3OutputLocation } @@ -23148,8 +22692,7 @@ extension SageMakerClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets } @@ -23207,8 +22750,7 @@ public struct CreateOptimizationJobInput: Swift.Sendable { stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.OptimizationVpcConfig? = nil - ) - { + ) { self.deploymentInstanceType = deploymentInstanceType self.modelSource = modelSource self.optimizationConfigs = optimizationConfigs @@ -23229,8 +22771,7 @@ public struct CreateOptimizationJobOutput: Swift.Sendable { public init( optimizationJobArn: Swift.String? = nil - ) - { + ) { self.optimizationJobArn = optimizationJobArn } } @@ -23247,8 +22788,7 @@ extension SageMakerClientTypes { public init( adminUsers: [Swift.String]? = nil, arguments: [Swift.String: Swift.String]? = nil - ) - { + ) { self.adminUsers = adminUsers self.arguments = arguments } @@ -23290,8 +22830,7 @@ extension SageMakerClientTypes { public init( maintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.maintenanceWindowStart = maintenanceWindowStart } } @@ -23370,8 +22909,7 @@ public struct CreatePartnerAppInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, tier: Swift.String? = nil, type: SageMakerClientTypes.PartnerAppType? = nil - ) - { + ) { self.applicationConfig = applicationConfig self.authType = authType self.clientToken = clientToken @@ -23391,8 +22929,7 @@ public struct CreatePartnerAppOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -23410,8 +22947,7 @@ public struct CreatePartnerAppPresignedUrlInput: Swift.Sendable { arn: Swift.String? = nil, expiresInSeconds: Swift.Int? = nil, sessionExpirationDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.arn = arn self.expiresInSeconds = expiresInSeconds self.sessionExpirationDurationInSeconds = sessionExpirationDurationInSeconds @@ -23424,8 +22960,7 @@ public struct CreatePartnerAppPresignedUrlOutput: Swift.Sendable { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -23440,8 +22975,7 @@ extension SageMakerClientTypes { public init( maxParallelExecutionSteps: Swift.Int? = nil - ) - { + ) { self.maxParallelExecutionSteps = maxParallelExecutionSteps } } @@ -23464,8 +22998,7 @@ extension SageMakerClientTypes { bucket: Swift.String? = nil, objectKey: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.objectKey = objectKey self.versionId = versionId @@ -23506,8 +23039,7 @@ public struct CreatePipelineInput: Swift.Sendable { pipelineName: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.parallelismConfiguration = parallelismConfiguration self.pipelineDefinition = pipelineDefinition @@ -23526,8 +23058,7 @@ public struct CreatePipelineOutput: Swift.Sendable { public init( pipelineArn: Swift.String? = nil - ) - { + ) { self.pipelineArn = pipelineArn } } @@ -23567,8 +23098,7 @@ public struct CreatePresignedDomainUrlInput: Swift.Sendable { sessionExpirationDurationInSeconds: Swift.Int? = nil, spaceName: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.expiresInSeconds = expiresInSeconds self.landingUri = landingUri @@ -23584,8 +23114,7 @@ public struct CreatePresignedDomainUrlOutput: Swift.Sendable { public init( authorizedUrl: Swift.String? = nil - ) - { + ) { self.authorizedUrl = authorizedUrl } } @@ -23603,8 +23132,7 @@ public struct CreatePresignedMlflowTrackingServerUrlInput: Swift.Sendable { expiresInSeconds: Swift.Int? = nil, sessionExpirationDurationInSeconds: Swift.Int? = nil, trackingServerName: Swift.String? = nil - ) - { + ) { self.expiresInSeconds = expiresInSeconds self.sessionExpirationDurationInSeconds = sessionExpirationDurationInSeconds self.trackingServerName = trackingServerName @@ -23617,8 +23145,7 @@ public struct CreatePresignedMlflowTrackingServerUrlOutput: Swift.Sendable { public init( authorizedUrl: Swift.String? = nil - ) - { + ) { self.authorizedUrl = authorizedUrl } } @@ -23633,8 +23160,7 @@ public struct CreatePresignedNotebookInstanceUrlInput: Swift.Sendable { public init( notebookInstanceName: Swift.String? = nil, sessionExpirationDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.notebookInstanceName = notebookInstanceName self.sessionExpirationDurationInSeconds = sessionExpirationDurationInSeconds } @@ -23646,8 +23172,7 @@ public struct CreatePresignedNotebookInstanceUrlOutput: Swift.Sendable { public init( authorizedUrl: Swift.String? = nil - ) - { + ) { self.authorizedUrl = authorizedUrl } } @@ -23676,8 +23201,7 @@ extension SageMakerClientTypes { runName: Swift.String? = nil, trialComponentDisplayName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.experimentName = experimentName self.runName = runName self.trialComponentDisplayName = trialComponentDisplayName @@ -23853,8 +23377,7 @@ extension SageMakerClientTypes { outputFormat: SageMakerClientTypes.RedshiftResultFormat? = nil, outputS3Uri: Swift.String? = nil, queryString: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.clusterRoleArn = clusterRoleArn self.database = database @@ -23889,8 +23412,7 @@ extension SageMakerClientTypes { inputMode: SageMakerClientTypes.InputMode? = nil, localPath: Swift.String? = nil, redshiftDatasetDefinition: SageMakerClientTypes.RedshiftDatasetDefinition? = nil - ) - { + ) { self.athenaDatasetDefinition = athenaDatasetDefinition self.dataDistributionType = dataDistributionType self.inputMode = inputMode @@ -23984,8 +23506,7 @@ extension SageMakerClientTypes { s3DataType: SageMakerClientTypes.ProcessingS3DataType? = nil, s3InputMode: SageMakerClientTypes.ProcessingS3InputMode? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3CompressionType = s3CompressionType self.s3DataDistributionType = s3DataDistributionType @@ -24015,8 +23536,7 @@ extension SageMakerClientTypes { datasetDefinition: SageMakerClientTypes.DatasetDefinition? = nil, inputName: Swift.String? = nil, s3Input: SageMakerClientTypes.ProcessingS3Input? = nil - ) - { + ) { self.appManaged = appManaged self.datasetDefinition = datasetDefinition self.inputName = inputName @@ -24035,8 +23555,7 @@ extension SageMakerClientTypes { public init( featureGroupName: Swift.String? = nil - ) - { + ) { self.featureGroupName = featureGroupName } } @@ -24059,8 +23578,7 @@ extension SageMakerClientTypes { localPath: Swift.String? = nil, s3UploadMode: SageMakerClientTypes.ProcessingS3UploadMode? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3UploadMode = s3UploadMode self.s3Uri = s3Uri @@ -24087,8 +23605,7 @@ extension SageMakerClientTypes { featureStoreOutput: SageMakerClientTypes.ProcessingFeatureStoreOutput? = nil, outputName: Swift.String? = nil, s3Output: SageMakerClientTypes.ProcessingS3Output? = nil - ) - { + ) { self.appManaged = appManaged self.featureStoreOutput = featureStoreOutput self.outputName = outputName @@ -24110,8 +23627,7 @@ extension SageMakerClientTypes { public init( kmsKeyId: Swift.String? = nil, outputs: [SageMakerClientTypes.ProcessingOutput]? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.outputs = outputs } @@ -24139,8 +23655,7 @@ extension SageMakerClientTypes { instanceType: SageMakerClientTypes.ProcessingInstanceType? = nil, volumeKmsKeyId: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceCount = instanceCount self.instanceType = instanceType self.volumeKmsKeyId = volumeKmsKeyId @@ -24159,8 +23674,7 @@ extension SageMakerClientTypes { public init( clusterConfig: SageMakerClientTypes.ProcessingClusterConfig? = nil - ) - { + ) { self.clusterConfig = clusterConfig } } @@ -24176,8 +23690,7 @@ extension SageMakerClientTypes { public init( maxRuntimeInSeconds: Swift.Int? = nil - ) - { + ) { self.maxRuntimeInSeconds = maxRuntimeInSeconds } } @@ -24229,8 +23742,7 @@ public struct CreateProcessingJobInput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.ProcessingStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.appSpecification = appSpecification self.environment = environment self.experimentConfig = experimentConfig @@ -24252,8 +23764,7 @@ public struct CreateProcessingJobOutput: Swift.Sendable { public init( processingJobArn: Swift.String? = nil - ) - { + ) { self.processingJobArn = processingJobArn } } @@ -24270,8 +23781,7 @@ extension SageMakerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -24297,8 +23807,7 @@ extension SageMakerClientTypes { productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, provisioningParameters: [SageMakerClientTypes.ProvisioningParameter]? = nil - ) - { + ) { self.pathId = pathId self.productId = productId self.provisioningArtifactId = provisioningArtifactId @@ -24324,8 +23833,7 @@ public struct CreateProjectInput: Swift.Sendable { projectName: Swift.String? = nil, serviceCatalogProvisioningDetails: SageMakerClientTypes.ServiceCatalogProvisioningDetails? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.projectDescription = projectDescription self.projectName = projectName self.serviceCatalogProvisioningDetails = serviceCatalogProvisioningDetails @@ -24344,8 +23852,7 @@ public struct CreateProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil, projectId: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn self.projectId = projectId } @@ -24361,8 +23868,7 @@ extension SageMakerClientTypes { public init( ownerUserProfileName: Swift.String? = nil - ) - { + ) { self.ownerUserProfileName = ownerUserProfileName } } @@ -24377,8 +23883,7 @@ extension SageMakerClientTypes { public init( idleTimeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.idleTimeoutInMinutes = idleTimeoutInMinutes } } @@ -24393,8 +23898,7 @@ extension SageMakerClientTypes { public init( idleSettings: SageMakerClientTypes.SpaceIdleSettings? = nil - ) - { + ) { self.idleSettings = idleSettings } } @@ -24412,8 +23916,7 @@ extension SageMakerClientTypes { public init( appLifecycleManagement: SageMakerClientTypes.SpaceAppLifecycleManagement? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil - ) - { + ) { self.appLifecycleManagement = appLifecycleManagement self.defaultResourceSpec = defaultResourceSpec } @@ -24430,8 +23933,7 @@ extension SageMakerClientTypes { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -24447,8 +23949,7 @@ extension SageMakerClientTypes { public init( fileSystemId: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId } } @@ -24481,8 +23982,7 @@ extension SageMakerClientTypes { appLifecycleManagement: SageMakerClientTypes.SpaceAppLifecycleManagement? = nil, codeRepositories: [SageMakerClientTypes.CodeRepository]? = nil, defaultResourceSpec: SageMakerClientTypes.ResourceSpec? = nil - ) - { + ) { self.appLifecycleManagement = appLifecycleManagement self.codeRepositories = codeRepositories self.defaultResourceSpec = defaultResourceSpec @@ -24500,8 +24000,7 @@ extension SageMakerClientTypes { public init( ebsVolumeSizeInGb: Swift.Int? = nil - ) - { + ) { self.ebsVolumeSizeInGb = ebsVolumeSizeInGb } } @@ -24516,8 +24015,7 @@ extension SageMakerClientTypes { public init( ebsStorageSettings: SageMakerClientTypes.EbsStorageSettings? = nil - ) - { + ) { self.ebsStorageSettings = ebsStorageSettings } } @@ -24550,8 +24048,7 @@ extension SageMakerClientTypes { jupyterServerAppSettings: SageMakerClientTypes.JupyterServerAppSettings? = nil, kernelGatewayAppSettings: SageMakerClientTypes.KernelGatewayAppSettings? = nil, spaceStorageSettings: SageMakerClientTypes.SpaceStorageSettings? = nil - ) - { + ) { self.appType = appType self.codeEditorAppSettings = codeEditorAppSettings self.customFileSystems = customFileSystems @@ -24602,8 +24099,7 @@ extension SageMakerClientTypes { public init( sharingType: SageMakerClientTypes.SharingType? = nil - ) - { + ) { self.sharingType = sharingType } } @@ -24635,8 +24131,7 @@ public struct CreateSpaceInput: Swift.Sendable { spaceSettings: SageMakerClientTypes.SpaceSettings? = nil, spaceSharingSettings: SageMakerClientTypes.SpaceSharingSettings? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.domainId = domainId self.ownershipSettings = ownershipSettings self.spaceDisplayName = spaceDisplayName @@ -24653,8 +24148,7 @@ public struct CreateSpaceOutput: Swift.Sendable { public init( spaceArn: Swift.String? = nil - ) - { + ) { self.spaceArn = spaceArn } } @@ -24712,8 +24206,7 @@ public struct CreateStudioLifecycleConfigInput: Swift.Sendable { studioLifecycleConfigContent: Swift.String? = nil, studioLifecycleConfigName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.studioLifecycleConfigAppType = studioLifecycleConfigAppType self.studioLifecycleConfigContent = studioLifecycleConfigContent self.studioLifecycleConfigName = studioLifecycleConfigName @@ -24727,8 +24220,7 @@ public struct CreateStudioLifecycleConfigOutput: Swift.Sendable { public init( studioLifecycleConfigArn: Swift.String? = nil - ) - { + ) { self.studioLifecycleConfigArn = studioLifecycleConfigArn } } @@ -24752,8 +24244,7 @@ extension SageMakerClientTypes { hookParameters: [Swift.String: Swift.String]? = nil, localPath: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.collectionConfigurations = collectionConfigurations self.hookParameters = hookParameters self.localPath = localPath @@ -24791,8 +24282,7 @@ extension SageMakerClientTypes { ruleParameters: [Swift.String: Swift.String]? = nil, s3OutputPath: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceType = instanceType self.localPath = localPath self.ruleConfigurationName = ruleConfigurationName @@ -24813,8 +24303,7 @@ extension SageMakerClientTypes { public init( enableInfraCheck: Swift.Bool? = nil - ) - { + ) { self.enableInfraCheck = enableInfraCheck } } @@ -24838,8 +24327,7 @@ extension SageMakerClientTypes { profilingIntervalInMilliseconds: Swift.Int? = nil, profilingParameters: [Swift.String: Swift.String]? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.disableProfiler = disableProfiler self.profilingIntervalInMilliseconds = profilingIntervalInMilliseconds self.profilingParameters = profilingParameters @@ -24877,8 +24365,7 @@ extension SageMakerClientTypes { ruleParameters: [Swift.String: Swift.String]? = nil, s3OutputPath: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.instanceType = instanceType self.localPath = localPath self.ruleConfigurationName = ruleConfigurationName @@ -24899,8 +24386,7 @@ extension SageMakerClientTypes { public init( enableRemoteDebug: Swift.Bool? = nil - ) - { + ) { self.enableRemoteDebug = enableRemoteDebug } } @@ -24915,8 +24401,7 @@ extension SageMakerClientTypes { public init( enableSessionTagChaining: Swift.Bool? = nil - ) - { + ) { self.enableSessionTagChaining = enableSessionTagChaining } } @@ -24935,8 +24420,7 @@ extension SageMakerClientTypes { public init( localPath: Swift.String? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.localPath = localPath self.s3OutputPath = s3OutputPath } @@ -25033,8 +24517,7 @@ public struct CreateTrainingJobInput: Swift.Sendable { tensorBoardOutputConfig: SageMakerClientTypes.TensorBoardOutputConfig? = nil, trainingJobName: Swift.String? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.checkpointConfig = checkpointConfig self.debugHookConfig = debugHookConfig @@ -25070,8 +24553,7 @@ public struct CreateTrainingJobOutput: Swift.Sendable { public init( trainingJobArn: Swift.String? = nil - ) - { + ) { self.trainingJobArn = trainingJobArn } } @@ -25090,8 +24572,7 @@ public struct CreateTrainingPlanInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, trainingPlanName: Swift.String? = nil, trainingPlanOfferingId: Swift.String? = nil - ) - { + ) { self.tags = tags self.trainingPlanName = trainingPlanName self.trainingPlanOfferingId = trainingPlanOfferingId @@ -25105,8 +24586,7 @@ public struct CreateTrainingPlanOutput: Swift.Sendable { public init( trainingPlanArn: Swift.String? = nil - ) - { + ) { self.trainingPlanArn = trainingPlanArn } } @@ -25155,8 +24635,7 @@ extension SageMakerClientTypes { inputFilter: Swift.String? = nil, joinSource: SageMakerClientTypes.JoinSource? = nil, outputFilter: Swift.String? = nil - ) - { + ) { self.inputFilter = inputFilter self.joinSource = joinSource self.outputFilter = outputFilter @@ -25176,8 +24655,7 @@ extension SageMakerClientTypes { public init( invocationsMaxRetries: Swift.Int? = nil, invocationsTimeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.invocationsMaxRetries = invocationsMaxRetries self.invocationsTimeoutInSeconds = invocationsTimeoutInSeconds } @@ -25240,8 +24718,7 @@ public struct CreateTransformJobInput: Swift.Sendable { transformJobName: Swift.String? = nil, transformOutput: SageMakerClientTypes.TransformOutput? = nil, transformResources: SageMakerClientTypes.TransformResources? = nil - ) - { + ) { self.batchStrategy = batchStrategy self.dataCaptureConfig = dataCaptureConfig self.dataProcessing = dataProcessing @@ -25266,8 +24743,7 @@ public struct CreateTransformJobOutput: Swift.Sendable { public init( transformJobArn: Swift.String? = nil - ) - { + ) { self.transformJobArn = transformJobArn } } @@ -25292,8 +24768,7 @@ public struct CreateTrialInput: Swift.Sendable { metadataProperties: SageMakerClientTypes.MetadataProperties? = nil, tags: [SageMakerClientTypes.Tag]? = nil, trialName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.experimentName = experimentName self.metadataProperties = metadataProperties @@ -25308,8 +24783,7 @@ public struct CreateTrialOutput: Swift.Sendable { public init( trialArn: Swift.String? = nil - ) - { + ) { self.trialArn = trialArn } } @@ -25327,8 +24801,7 @@ extension SageMakerClientTypes { public init( mediaType: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.mediaType = mediaType self.value = value } @@ -25397,8 +24870,7 @@ extension SageMakerClientTypes { public init( message: Swift.String? = nil, primaryStatus: SageMakerClientTypes.TrialComponentPrimaryStatus? = nil - ) - { + ) { self.message = message self.primaryStatus = primaryStatus } @@ -25445,8 +24917,7 @@ public struct CreateTrialComponentInput: Swift.Sendable { status: SageMakerClientTypes.TrialComponentStatus? = nil, tags: [SageMakerClientTypes.Tag]? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.endTime = endTime self.inputArtifacts = inputArtifacts @@ -25466,8 +24937,7 @@ public struct CreateTrialComponentOutput: Swift.Sendable { public init( trialComponentArn: Swift.String? = nil - ) - { + ) { self.trialComponentArn = trialComponentArn } } @@ -25495,8 +24965,7 @@ public struct CreateUserProfileInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, userProfileName: Swift.String? = nil, userSettings: SageMakerClientTypes.UserSettings? = nil - ) - { + ) { self.domainId = domainId self.singleSignOnUserIdentifier = singleSignOnUserIdentifier self.singleSignOnUserValue = singleSignOnUserValue @@ -25512,8 +24981,7 @@ public struct CreateUserProfileOutput: Swift.Sendable { public init( userProfileArn: Swift.String? = nil - ) - { + ) { self.userProfileArn = userProfileArn } } @@ -25562,8 +25030,7 @@ extension SageMakerClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authenticationRequestExtraParams = authenticationRequestExtraParams self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId @@ -25593,8 +25060,7 @@ extension SageMakerClientTypes { public init( cidrs: [Swift.String]? = nil - ) - { + ) { self.cidrs = cidrs } } @@ -25615,8 +25081,7 @@ extension SageMakerClientTypes { securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets self.vpcId = vpcId @@ -25646,8 +25111,7 @@ public struct CreateWorkforceInput: Swift.Sendable { tags: [SageMakerClientTypes.Tag]? = nil, workforceName: Swift.String? = nil, workforceVpcConfig: SageMakerClientTypes.WorkforceVpcConfigRequest? = nil - ) - { + ) { self.cognitoConfig = cognitoConfig self.oidcConfig = oidcConfig self.sourceIpConfig = sourceIpConfig @@ -25664,8 +25128,7 @@ public struct CreateWorkforceOutput: Swift.Sendable { public init( workforceArn: Swift.String? = nil - ) - { + ) { self.workforceArn = workforceArn } } @@ -25679,8 +25142,7 @@ extension SageMakerClientTypes { public init( groups: [Swift.String]? = nil - ) - { + ) { self.groups = groups } } @@ -25698,8 +25160,7 @@ extension SageMakerClientTypes { public init( cognitoMemberDefinition: SageMakerClientTypes.CognitoMemberDefinition? = nil, oidcMemberDefinition: SageMakerClientTypes.OidcMemberDefinition? = nil - ) - { + ) { self.cognitoMemberDefinition = cognitoMemberDefinition self.oidcMemberDefinition = oidcMemberDefinition } @@ -25715,8 +25176,7 @@ extension SageMakerClientTypes { public init( notificationTopicArn: Swift.String? = nil - ) - { + ) { self.notificationTopicArn = notificationTopicArn } } @@ -25763,8 +25223,7 @@ extension SageMakerClientTypes { public init( sourceIp: SageMakerClientTypes.EnabledOrDisabled? = nil, vpcSourceIp: SageMakerClientTypes.EnabledOrDisabled? = nil - ) - { + ) { self.sourceIp = sourceIp self.vpcSourceIp = vpcSourceIp } @@ -25780,8 +25239,7 @@ extension SageMakerClientTypes { public init( iamPolicyConstraints: SageMakerClientTypes.IamPolicyConstraints? = nil - ) - { + ) { self.iamPolicyConstraints = iamPolicyConstraints } } @@ -25796,8 +25254,7 @@ extension SageMakerClientTypes { public init( s3Presign: SageMakerClientTypes.S3Presign? = nil - ) - { + ) { self.s3Presign = s3Presign } } @@ -25830,8 +25287,7 @@ public struct CreateWorkteamInput: Swift.Sendable { workerAccessConfiguration: SageMakerClientTypes.WorkerAccessConfiguration? = nil, workforceName: Swift.String? = nil, workteamName: Swift.String? = nil - ) - { + ) { self.description = description self.memberDefinitions = memberDefinitions self.notificationConfiguration = notificationConfiguration @@ -25848,8 +25304,7 @@ public struct CreateWorkteamOutput: Swift.Sendable { public init( workteamArn: Swift.String? = nil - ) - { + ) { self.workteamArn = workteamArn } } @@ -25936,8 +25391,7 @@ extension SageMakerClientTypes { metricName: Swift.String? = nil, namespace: Swift.String? = nil, statistic: SageMakerClientTypes.Statistic? = nil - ) - { + ) { self.metricName = metricName self.namespace = namespace self.statistic = statistic @@ -25971,8 +25425,7 @@ extension SageMakerClientTypes { destinationS3Uri: Swift.String? = nil, enableCapture: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.captureStatus = captureStatus self.currentSamplingPercentage = currentSamplingPercentage self.destinationS3Uri = destinationS3Uri @@ -26044,8 +25497,7 @@ extension SageMakerClientTypes { ruleEvaluationJobArn: Swift.String? = nil, ruleEvaluationStatus: SageMakerClientTypes.RuleEvaluationStatus? = nil, statusDetails: Swift.String? = nil - ) - { + ) { self.lastModifiedTime = lastModifiedTime self.ruleConfigurationName = ruleConfigurationName self.ruleEvaluationJobArn = ruleEvaluationJobArn @@ -26062,8 +25514,7 @@ public struct DeleteActionInput: Swift.Sendable { public init( actionName: Swift.String? = nil - ) - { + ) { self.actionName = actionName } } @@ -26074,8 +25525,7 @@ public struct DeleteActionOutput: Swift.Sendable { public init( actionArn: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn } } @@ -26087,8 +25537,7 @@ public struct DeleteAlgorithmInput: Swift.Sendable { public init( algorithmName: Swift.String? = nil - ) - { + ) { self.algorithmName = algorithmName } } @@ -26114,8 +25563,7 @@ public struct DeleteAppInput: Swift.Sendable { domainId: Swift.String? = nil, spaceName: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.appName = appName self.appType = appType self.domainId = domainId @@ -26131,8 +25579,7 @@ public struct DeleteAppImageConfigInput: Swift.Sendable { public init( appImageConfigName: Swift.String? = nil - ) - { + ) { self.appImageConfigName = appImageConfigName } } @@ -26146,8 +25593,7 @@ public struct DeleteArtifactInput: Swift.Sendable { public init( artifactArn: Swift.String? = nil, source: SageMakerClientTypes.ArtifactSource? = nil - ) - { + ) { self.artifactArn = artifactArn self.source = source } @@ -26159,8 +25605,7 @@ public struct DeleteArtifactOutput: Swift.Sendable { public init( artifactArn: Swift.String? = nil - ) - { + ) { self.artifactArn = artifactArn } } @@ -26176,8 +25621,7 @@ public struct DeleteAssociationInput: Swift.Sendable { public init( destinationArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.sourceArn = sourceArn } @@ -26192,8 +25636,7 @@ public struct DeleteAssociationOutput: Swift.Sendable { public init( destinationArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.sourceArn = sourceArn } @@ -26206,8 +25649,7 @@ public struct DeleteClusterInput: Swift.Sendable { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -26219,8 +25661,7 @@ public struct DeleteClusterOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -26232,8 +25673,7 @@ public struct DeleteClusterSchedulerConfigInput: Swift.Sendable { public init( clusterSchedulerConfigId: Swift.String? = nil - ) - { + ) { self.clusterSchedulerConfigId = clusterSchedulerConfigId } } @@ -26245,8 +25685,7 @@ public struct DeleteCodeRepositoryInput: Swift.Sendable { public init( codeRepositoryName: Swift.String? = nil - ) - { + ) { self.codeRepositoryName = codeRepositoryName } } @@ -26258,8 +25697,7 @@ public struct DeleteCompilationJobInput: Swift.Sendable { public init( compilationJobName: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName } } @@ -26271,8 +25709,7 @@ public struct DeleteComputeQuotaInput: Swift.Sendable { public init( computeQuotaId: Swift.String? = nil - ) - { + ) { self.computeQuotaId = computeQuotaId } } @@ -26284,8 +25721,7 @@ public struct DeleteContextInput: Swift.Sendable { public init( contextName: Swift.String? = nil - ) - { + ) { self.contextName = contextName } } @@ -26296,8 +25732,7 @@ public struct DeleteContextOutput: Swift.Sendable { public init( contextArn: Swift.String? = nil - ) - { + ) { self.contextArn = contextArn } } @@ -26309,8 +25744,7 @@ public struct DeleteDataQualityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -26322,8 +25756,7 @@ public struct DeleteDeviceFleetInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName } } @@ -26366,8 +25799,7 @@ extension SageMakerClientTypes { public init( homeEfsFileSystem: SageMakerClientTypes.RetentionType? = nil - ) - { + ) { self.homeEfsFileSystem = homeEfsFileSystem } } @@ -26383,8 +25815,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil, retentionPolicy: SageMakerClientTypes.RetentionPolicy? = nil - ) - { + ) { self.domainId = domainId self.retentionPolicy = retentionPolicy } @@ -26397,8 +25828,7 @@ public struct DeleteEdgeDeploymentPlanInput: Swift.Sendable { public init( edgeDeploymentPlanName: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName } } @@ -26414,8 +25844,7 @@ public struct DeleteEdgeDeploymentStageInput: Swift.Sendable { public init( edgeDeploymentPlanName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.stageName = stageName } @@ -26428,8 +25857,7 @@ public struct DeleteEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -26441,8 +25869,7 @@ public struct DeleteEndpointConfigInput: Swift.Sendable { public init( endpointConfigName: Swift.String? = nil - ) - { + ) { self.endpointConfigName = endpointConfigName } } @@ -26454,8 +25881,7 @@ public struct DeleteExperimentInput: Swift.Sendable { public init( experimentName: Swift.String? = nil - ) - { + ) { self.experimentName = experimentName } } @@ -26466,8 +25892,7 @@ public struct DeleteExperimentOutput: Swift.Sendable { public init( experimentArn: Swift.String? = nil - ) - { + ) { self.experimentArn = experimentArn } } @@ -26479,8 +25904,7 @@ public struct DeleteFeatureGroupInput: Swift.Sendable { public init( featureGroupName: Swift.String? = nil - ) - { + ) { self.featureGroupName = featureGroupName } } @@ -26492,8 +25916,7 @@ public struct DeleteFlowDefinitionInput: Swift.Sendable { public init( flowDefinitionName: Swift.String? = nil - ) - { + ) { self.flowDefinitionName = flowDefinitionName } } @@ -26510,8 +25933,7 @@ public struct DeleteHubInput: Swift.Sendable { public init( hubName: Swift.String? = nil - ) - { + ) { self.hubName = hubName } } @@ -26567,8 +25989,7 @@ public struct DeleteHubContentInput: Swift.Sendable { hubContentType: SageMakerClientTypes.HubContentType? = nil, hubContentVersion: Swift.String? = nil, hubName: Swift.String? = nil - ) - { + ) { self.hubContentName = hubContentName self.hubContentType = hubContentType self.hubContentVersion = hubContentVersion @@ -26591,8 +26012,7 @@ public struct DeleteHubContentReferenceInput: Swift.Sendable { hubContentName: Swift.String? = nil, hubContentType: SageMakerClientTypes.HubContentType? = nil, hubName: Swift.String? = nil - ) - { + ) { self.hubContentName = hubContentName self.hubContentType = hubContentType self.hubName = hubName @@ -26606,8 +26026,7 @@ public struct DeleteHumanTaskUiInput: Swift.Sendable { public init( humanTaskUiName: Swift.String? = nil - ) - { + ) { self.humanTaskUiName = humanTaskUiName } } @@ -26624,8 +26043,7 @@ public struct DeleteHyperParameterTuningJobInput: Swift.Sendable { public init( hyperParameterTuningJobName: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobName = hyperParameterTuningJobName } } @@ -26637,8 +26055,7 @@ public struct DeleteImageInput: Swift.Sendable { public init( imageName: Swift.String? = nil - ) - { + ) { self.imageName = imageName } } @@ -26661,8 +26078,7 @@ public struct DeleteImageVersionInput: Swift.Sendable { alias: Swift.String? = nil, imageName: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.alias = alias self.imageName = imageName self.version = version @@ -26681,8 +26097,7 @@ public struct DeleteInferenceComponentInput: Swift.Sendable { public init( inferenceComponentName: Swift.String? = nil - ) - { + ) { self.inferenceComponentName = inferenceComponentName } } @@ -26694,8 +26109,7 @@ public struct DeleteInferenceExperimentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -26707,8 +26121,7 @@ public struct DeleteInferenceExperimentOutput: Swift.Sendable { public init( inferenceExperimentArn: Swift.String? = nil - ) - { + ) { self.inferenceExperimentArn = inferenceExperimentArn } } @@ -26720,8 +26133,7 @@ public struct DeleteMlflowTrackingServerInput: Swift.Sendable { public init( trackingServerName: Swift.String? = nil - ) - { + ) { self.trackingServerName = trackingServerName } } @@ -26732,8 +26144,7 @@ public struct DeleteMlflowTrackingServerOutput: Swift.Sendable { public init( trackingServerArn: Swift.String? = nil - ) - { + ) { self.trackingServerArn = trackingServerArn } } @@ -26745,8 +26156,7 @@ public struct DeleteModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -26758,8 +26168,7 @@ public struct DeleteModelBiasJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -26771,8 +26180,7 @@ public struct DeleteModelCardInput: Swift.Sendable { public init( modelCardName: Swift.String? = nil - ) - { + ) { self.modelCardName = modelCardName } } @@ -26784,8 +26192,7 @@ public struct DeleteModelExplainabilityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -26797,8 +26204,7 @@ public struct DeleteModelPackageInput: Swift.Sendable { public init( modelPackageName: Swift.String? = nil - ) - { + ) { self.modelPackageName = modelPackageName } } @@ -26810,8 +26216,7 @@ public struct DeleteModelPackageGroupInput: Swift.Sendable { public init( modelPackageGroupName: Swift.String? = nil - ) - { + ) { self.modelPackageGroupName = modelPackageGroupName } } @@ -26823,8 +26228,7 @@ public struct DeleteModelPackageGroupPolicyInput: Swift.Sendable { public init( modelPackageGroupName: Swift.String? = nil - ) - { + ) { self.modelPackageGroupName = modelPackageGroupName } } @@ -26836,8 +26240,7 @@ public struct DeleteModelQualityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -26849,8 +26252,7 @@ public struct DeleteMonitoringScheduleInput: Swift.Sendable { public init( monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.monitoringScheduleName = monitoringScheduleName } } @@ -26862,8 +26264,7 @@ public struct DeleteNotebookInstanceInput: Swift.Sendable { public init( notebookInstanceName: Swift.String? = nil - ) - { + ) { self.notebookInstanceName = notebookInstanceName } } @@ -26875,8 +26276,7 @@ public struct DeleteNotebookInstanceLifecycleConfigInput: Swift.Sendable { public init( notebookInstanceLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.notebookInstanceLifecycleConfigName = notebookInstanceLifecycleConfigName } } @@ -26888,8 +26288,7 @@ public struct DeleteOptimizationJobInput: Swift.Sendable { public init( optimizationJobName: Swift.String? = nil - ) - { + ) { self.optimizationJobName = optimizationJobName } } @@ -26904,8 +26303,7 @@ public struct DeletePartnerAppInput: Swift.Sendable { public init( arn: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken } @@ -26917,8 +26315,7 @@ public struct DeletePartnerAppOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -26934,8 +26331,7 @@ public struct DeletePipelineInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, pipelineName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.pipelineName = pipelineName } @@ -26947,8 +26343,7 @@ public struct DeletePipelineOutput: Swift.Sendable { public init( pipelineArn: Swift.String? = nil - ) - { + ) { self.pipelineArn = pipelineArn } } @@ -26960,8 +26355,7 @@ public struct DeleteProjectInput: Swift.Sendable { public init( projectName: Swift.String? = nil - ) - { + ) { self.projectName = projectName } } @@ -26977,8 +26371,7 @@ public struct DeleteSpaceInput: Swift.Sendable { public init( domainId: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.spaceName = spaceName } @@ -26991,8 +26384,7 @@ public struct DeleteStudioLifecycleConfigInput: Swift.Sendable { public init( studioLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.studioLifecycleConfigName = studioLifecycleConfigName } } @@ -27008,8 +26400,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -27027,8 +26418,7 @@ public struct DeleteTrialInput: Swift.Sendable { public init( trialName: Swift.String? = nil - ) - { + ) { self.trialName = trialName } } @@ -27039,8 +26429,7 @@ public struct DeleteTrialOutput: Swift.Sendable { public init( trialArn: Swift.String? = nil - ) - { + ) { self.trialArn = trialArn } } @@ -27052,8 +26441,7 @@ public struct DeleteTrialComponentInput: Swift.Sendable { public init( trialComponentName: Swift.String? = nil - ) - { + ) { self.trialComponentName = trialComponentName } } @@ -27064,8 +26452,7 @@ public struct DeleteTrialComponentOutput: Swift.Sendable { public init( trialComponentArn: Swift.String? = nil - ) - { + ) { self.trialComponentArn = trialComponentArn } } @@ -27081,8 +26468,7 @@ public struct DeleteUserProfileInput: Swift.Sendable { public init( domainId: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.userProfileName = userProfileName } @@ -27095,8 +26481,7 @@ public struct DeleteWorkforceInput: Swift.Sendable { public init( workforceName: Swift.String? = nil - ) - { + ) { self.workforceName = workforceName } } @@ -27113,8 +26498,7 @@ public struct DeleteWorkteamInput: Swift.Sendable { public init( workteamName: Swift.String? = nil - ) - { + ) { self.workteamName = workteamName } } @@ -27126,8 +26510,7 @@ public struct DeleteWorkteamOutput: Swift.Sendable { public init( success: Swift.Bool? = nil - ) - { + ) { self.success = success } } @@ -27147,8 +26530,7 @@ extension SageMakerClientTypes { resolutionTime: Foundation.Date? = nil, resolvedImage: Swift.String? = nil, specifiedImage: Swift.String? = nil - ) - { + ) { self.resolutionTime = resolutionTime self.resolvedImage = resolvedImage self.specifiedImage = specifiedImage @@ -27173,8 +26555,7 @@ extension SageMakerClientTypes { environment: [Swift.String: Swift.String]? = nil, instanceType: SageMakerClientTypes.ProductionVariantInstanceType? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.environment = environment self.instanceType = instanceType self.recommendationId = recommendationId @@ -27230,8 +26611,7 @@ extension SageMakerClientTypes { public init( realTimeInferenceRecommendations: [SageMakerClientTypes.RealTimeInferenceRecommendation]? = nil, recommendationStatus: SageMakerClientTypes.RecommendationStatus? = nil - ) - { + ) { self.realTimeInferenceRecommendations = realTimeInferenceRecommendations self.recommendationStatus = recommendationStatus } @@ -27313,8 +26693,7 @@ extension SageMakerClientTypes { edgeDeploymentStatusMessage: Swift.String? = nil, edgeDeploymentSuccessInStage: Swift.Int? = nil, stageStatus: SageMakerClientTypes.StageStatus? = nil - ) - { + ) { self.edgeDeploymentFailedInStage = edgeDeploymentFailedInStage self.edgeDeploymentPendingInStage = edgeDeploymentPendingInStage self.edgeDeploymentStageStartTime = edgeDeploymentStageStartTime @@ -27347,8 +26726,7 @@ extension SageMakerClientTypes { deploymentStatus: SageMakerClientTypes.EdgeDeploymentStatus? = nil, deviceSelectionConfig: SageMakerClientTypes.DeviceSelectionConfig? = nil, stageName: Swift.String? = nil - ) - { + ) { self.deploymentConfig = deploymentConfig self.deploymentStatus = deploymentStatus self.deviceSelectionConfig = deviceSelectionConfig @@ -27368,8 +26746,7 @@ public struct DeregisterDevicesInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil, deviceNames: [Swift.String]? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.deviceNames = deviceNames } @@ -27384,8 +26761,7 @@ extension SageMakerClientTypes { public init( derivedDataInputConfig: Swift.String? = nil - ) - { + ) { self.derivedDataInputConfig = derivedDataInputConfig } } @@ -27398,8 +26774,7 @@ public struct DescribeActionInput: Swift.Sendable { public init( actionName: Swift.String? = nil - ) - { + ) { self.actionName = actionName } } @@ -27446,8 +26821,7 @@ public struct DescribeActionOutput: Swift.Sendable { properties: [Swift.String: Swift.String]? = nil, source: SageMakerClientTypes.ActionSource? = nil, status: SageMakerClientTypes.ActionStatus? = nil - ) - { + ) { self.actionArn = actionArn self.actionName = actionName self.actionType = actionType @@ -27471,8 +26845,7 @@ public struct DescribeAlgorithmInput: Swift.Sendable { public init( algorithmName: Swift.String? = nil - ) - { + ) { self.algorithmName = algorithmName } } @@ -27519,8 +26892,7 @@ public struct DescribeAlgorithmOutput: Swift.Sendable { productId: Swift.String? = nil, trainingSpecification: SageMakerClientTypes.TrainingSpecification? = nil, validationSpecification: SageMakerClientTypes.AlgorithmValidationSpecification? = nil - ) - { + ) { self.algorithmArn = algorithmArn self.algorithmDescription = algorithmDescription self.algorithmName = algorithmName @@ -27556,8 +26928,7 @@ public struct DescribeAppInput: Swift.Sendable { domainId: Swift.String? = nil, spaceName: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.appName = appName self.appType = appType self.domainId = domainId @@ -27608,8 +26979,7 @@ public struct DescribeAppOutput: Swift.Sendable { spaceName: Swift.String? = nil, status: SageMakerClientTypes.AppStatus? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.appArn = appArn self.appName = appName self.appType = appType @@ -27633,8 +27003,7 @@ public struct DescribeAppImageConfigInput: Swift.Sendable { public init( appImageConfigName: Swift.String? = nil - ) - { + ) { self.appImageConfigName = appImageConfigName } } @@ -27663,8 +27032,7 @@ public struct DescribeAppImageConfigOutput: Swift.Sendable { jupyterLabAppImageConfig: SageMakerClientTypes.JupyterLabAppImageConfig? = nil, kernelGatewayImageConfig: SageMakerClientTypes.KernelGatewayImageConfig? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.appImageConfigArn = appImageConfigArn self.appImageConfigName = appImageConfigName self.codeEditorAppImageConfig = codeEditorAppImageConfig @@ -27682,8 +27050,7 @@ public struct DescribeArtifactInput: Swift.Sendable { public init( artifactArn: Swift.String? = nil - ) - { + ) { self.artifactArn = artifactArn } } @@ -27724,8 +27091,7 @@ public struct DescribeArtifactOutput: Swift.Sendable { metadataProperties: SageMakerClientTypes.MetadataProperties? = nil, properties: [Swift.String: Swift.String]? = nil, source: SageMakerClientTypes.ArtifactSource? = nil - ) - { + ) { self.artifactArn = artifactArn self.artifactName = artifactName self.artifactType = artifactType @@ -27747,8 +27113,7 @@ public struct DescribeAutoMLJobInput: Swift.Sendable { public init( autoMLJobName: Swift.String? = nil - ) - { + ) { self.autoMLJobName = autoMLJobName } } @@ -27762,8 +27127,7 @@ extension SageMakerClientTypes { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -27784,8 +27148,7 @@ extension SageMakerClientTypes { autoMLJobObjective: SageMakerClientTypes.AutoMLJobObjective? = nil, completionCriteria: SageMakerClientTypes.AutoMLJobCompletionCriteria? = nil, problemType: SageMakerClientTypes.ProblemType? = nil - ) - { + ) { self.autoMLJobObjective = autoMLJobObjective self.completionCriteria = completionCriteria self.problemType = problemType @@ -27868,8 +27231,7 @@ public struct DescribeAutoMLJobOutput: Swift.Sendable { problemType: SageMakerClientTypes.ProblemType? = nil, resolvedAttributes: SageMakerClientTypes.ResolvedAttributes? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn self.autoMLJobArtifacts = autoMLJobArtifacts self.autoMLJobConfig = autoMLJobConfig @@ -27901,8 +27263,7 @@ public struct DescribeAutoMLJobV2Input: Swift.Sendable { public init( autoMLJobName: Swift.String? = nil - ) - { + ) { self.autoMLJobName = autoMLJobName } } @@ -27988,8 +27349,7 @@ public struct DescribeAutoMLJobV2Output: Swift.Sendable { resolvedAttributes: SageMakerClientTypes.AutoMLResolvedAttributes? = nil, roleArn: Swift.String? = nil, securityConfig: SageMakerClientTypes.AutoMLSecurityConfig? = nil - ) - { + ) { self.autoMLComputeConfig = autoMLComputeConfig self.autoMLJobArn = autoMLJobArn self.autoMLJobArtifacts = autoMLJobArtifacts @@ -28023,8 +27383,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -28062,8 +27421,7 @@ public struct DescribeClusterOutput: Swift.Sendable { nodeRecovery: SageMakerClientTypes.ClusterNodeRecovery? = nil, orchestrator: SageMakerClientTypes.ClusterOrchestrator? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterName = clusterName self.clusterStatus = clusterStatus @@ -28087,8 +27445,7 @@ public struct DescribeClusterNodeInput: Swift.Sendable { public init( clusterName: Swift.String? = nil, nodeId: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName self.nodeId = nodeId } @@ -28101,8 +27458,7 @@ public struct DescribeClusterNodeOutput: Swift.Sendable { public init( nodeDetails: SageMakerClientTypes.ClusterNodeDetails? = nil - ) - { + ) { self.nodeDetails = nodeDetails } } @@ -28117,8 +27473,7 @@ public struct DescribeClusterSchedulerConfigInput: Swift.Sendable { public init( clusterSchedulerConfigId: Swift.String? = nil, clusterSchedulerConfigVersion: Swift.Int? = nil - ) - { + ) { self.clusterSchedulerConfigId = clusterSchedulerConfigId self.clusterSchedulerConfigVersion = clusterSchedulerConfigVersion } @@ -28172,8 +27527,7 @@ public struct DescribeClusterSchedulerConfigOutput: Swift.Sendable { name: Swift.String? = nil, schedulerConfig: SageMakerClientTypes.SchedulerConfig? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.clusterArn = clusterArn self.clusterSchedulerConfigArn = clusterSchedulerConfigArn self.clusterSchedulerConfigId = clusterSchedulerConfigId @@ -28197,8 +27551,7 @@ public struct DescribeCodeRepositoryInput: Swift.Sendable { public init( codeRepositoryName: Swift.String? = nil - ) - { + ) { self.codeRepositoryName = codeRepositoryName } } @@ -28225,8 +27578,7 @@ public struct DescribeCodeRepositoryOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, gitConfig: SageMakerClientTypes.GitConfig? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.codeRepositoryArn = codeRepositoryArn self.codeRepositoryName = codeRepositoryName self.creationTime = creationTime @@ -28242,8 +27594,7 @@ public struct DescribeCompilationJobInput: Swift.Sendable { public init( compilationJobName: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName } } @@ -28258,8 +27609,7 @@ extension SageMakerClientTypes { public init( s3ModelArtifacts: Swift.String? = nil - ) - { + ) { self.s3ModelArtifacts = s3ModelArtifacts } } @@ -28274,8 +27624,7 @@ extension SageMakerClientTypes { public init( artifactDigest: Swift.String? = nil - ) - { + ) { self.artifactDigest = artifactDigest } } @@ -28349,8 +27698,7 @@ public struct DescribeCompilationJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, vpcConfig: SageMakerClientTypes.NeoVpcConfig? = nil - ) - { + ) { self.compilationEndTime = compilationEndTime self.compilationJobArn = compilationJobArn self.compilationJobName = compilationJobName @@ -28382,8 +27730,7 @@ public struct DescribeComputeQuotaInput: Swift.Sendable { public init( computeQuotaId: Swift.String? = nil, computeQuotaVersion: Swift.Int? = nil - ) - { + ) { self.computeQuotaId = computeQuotaId self.computeQuotaVersion = computeQuotaVersion } @@ -28444,8 +27791,7 @@ public struct DescribeComputeQuotaOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.activationState = activationState self.clusterArn = clusterArn self.computeQuotaArn = computeQuotaArn @@ -28471,8 +27817,7 @@ public struct DescribeContextInput: Swift.Sendable { public init( contextName: Swift.String? = nil - ) - { + ) { self.contextName = contextName } } @@ -28513,8 +27858,7 @@ public struct DescribeContextOutput: Swift.Sendable { lineageGroupArn: Swift.String? = nil, properties: [Swift.String: Swift.String]? = nil, source: SageMakerClientTypes.ContextSource? = nil - ) - { + ) { self.contextArn = contextArn self.contextName = contextName self.contextType = contextType @@ -28536,8 +27880,7 @@ public struct DescribeDataQualityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -28586,8 +27929,7 @@ public struct DescribeDataQualityJobDefinitionOutput: Swift.Sendable { networkConfig: SageMakerClientTypes.MonitoringNetworkConfig? = nil, roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil - ) - { + ) { self.creationTime = creationTime self.dataQualityAppSpecification = dataQualityAppSpecification self.dataQualityBaselineConfig = dataQualityBaselineConfig @@ -28616,8 +27958,7 @@ public struct DescribeDeviceInput: Swift.Sendable { deviceFleetName: Swift.String? = nil, deviceName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.deviceName = deviceName self.nextToken = nextToken @@ -28644,8 +27985,7 @@ extension SageMakerClientTypes { latestSampleTime: Foundation.Date? = nil, modelName: Swift.String? = nil, modelVersion: Swift.String? = nil - ) - { + ) { self.latestInference = latestInference self.latestSampleTime = latestSampleTime self.modelName = modelName @@ -28693,8 +28033,7 @@ public struct DescribeDeviceOutput: Swift.Sendable { models: [SageMakerClientTypes.EdgeModel]? = nil, nextToken: Swift.String? = nil, registrationTime: Foundation.Date? = nil - ) - { + ) { self.agentVersion = agentVersion self.description = description self.deviceArn = deviceArn @@ -28716,8 +28055,7 @@ public struct DescribeDeviceFleetInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName } } @@ -28754,8 +28092,7 @@ public struct DescribeDeviceFleetOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, outputConfig: SageMakerClientTypes.EdgeOutputConfig? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.deviceFleetArn = deviceFleetArn @@ -28774,8 +28111,7 @@ public struct DescribeDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -28901,8 +28237,7 @@ public struct DescribeDomainOutput: Swift.Sendable { tagPropagation: SageMakerClientTypes.TagPropagation? = nil, url: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.appNetworkAccessType = appNetworkAccessType self.appSecurityGroupManagement = appSecurityGroupManagement self.authMode = authMode @@ -28942,8 +28277,7 @@ public struct DescribeEdgeDeploymentPlanInput: Swift.Sendable { edgeDeploymentPlanName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.maxResults = maxResults self.nextToken = nextToken @@ -28991,8 +28325,7 @@ public struct DescribeEdgeDeploymentPlanOutput: Swift.Sendable { modelConfigs: [SageMakerClientTypes.EdgeDeploymentModelConfig]? = nil, nextToken: Swift.String? = nil, stages: [SageMakerClientTypes.DeploymentStageStatusSummary]? = nil - ) - { + ) { self.creationTime = creationTime self.deviceFleetName = deviceFleetName self.edgeDeploymentFailed = edgeDeploymentFailed @@ -29014,8 +28347,7 @@ public struct DescribeEdgePackagingJobInput: Swift.Sendable { public init( edgePackagingJobName: Swift.String? = nil - ) - { + ) { self.edgePackagingJobName = edgePackagingJobName } } @@ -29109,8 +28441,7 @@ extension SageMakerClientTypes { status: SageMakerClientTypes.EdgePresetDeploymentStatus? = nil, statusMessage: Swift.String? = nil, type: SageMakerClientTypes.EdgePresetDeploymentType? = nil - ) - { + ) { self.artifact = artifact self.status = status self.statusMessage = statusMessage @@ -29170,8 +28501,7 @@ public struct DescribeEdgePackagingJobOutput: Swift.Sendable { presetDeploymentOutput: SageMakerClientTypes.EdgePresetDeploymentOutput? = nil, resourceKey: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName self.creationTime = creationTime self.edgePackagingJobArn = edgePackagingJobArn @@ -29197,8 +28527,7 @@ public struct DescribeEndpointInput: Swift.Sendable { public init( endpointName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName } } @@ -29317,8 +28646,7 @@ extension SageMakerClientTypes { startTime: Foundation.Date? = nil, status: SageMakerClientTypes.VariantStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.startTime = startTime self.status = status self.statusMessage = statusMessage @@ -29372,8 +28700,7 @@ extension SageMakerClientTypes { routingConfig: SageMakerClientTypes.ProductionVariantRoutingConfig? = nil, variantName: Swift.String? = nil, variantStatus: [SageMakerClientTypes.ProductionVariantStatus]? = nil - ) - { + ) { self.acceleratorType = acceleratorType self.currentInstanceCount = currentInstanceCount self.currentServerlessConfig = currentServerlessConfig @@ -29410,8 +28737,7 @@ extension SageMakerClientTypes { productionVariants: [SageMakerClientTypes.PendingProductionVariantSummary]? = nil, shadowProductionVariants: [SageMakerClientTypes.PendingProductionVariantSummary]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endpointConfigName = endpointConfigName self.productionVariants = productionVariants self.shadowProductionVariants = shadowProductionVariants @@ -29460,8 +28786,7 @@ extension SageMakerClientTypes { routingConfig: SageMakerClientTypes.ProductionVariantRoutingConfig? = nil, variantName: Swift.String? = nil, variantStatus: [SageMakerClientTypes.ProductionVariantStatus]? = nil - ) - { + ) { self.currentInstanceCount = currentInstanceCount self.currentServerlessConfig = currentServerlessConfig self.currentWeight = currentWeight @@ -29545,8 +28870,7 @@ public struct DescribeEndpointOutput: Swift.Sendable { pendingDeploymentSummary: SageMakerClientTypes.PendingDeploymentSummary? = nil, productionVariants: [SageMakerClientTypes.ProductionVariantSummary]? = nil, shadowProductionVariants: [SageMakerClientTypes.ProductionVariantSummary]? = nil - ) - { + ) { self.asyncInferenceConfig = asyncInferenceConfig self.creationTime = creationTime self.dataCaptureConfig = dataCaptureConfig @@ -29571,8 +28895,7 @@ public struct DescribeEndpointConfigInput: Swift.Sendable { public init( endpointConfigName: Swift.String? = nil - ) - { + ) { self.endpointConfigName = endpointConfigName } } @@ -29620,8 +28943,7 @@ public struct DescribeEndpointConfigOutput: Swift.Sendable { productionVariants: [SageMakerClientTypes.ProductionVariant]? = nil, shadowProductionVariants: [SageMakerClientTypes.ProductionVariant]? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.asyncInferenceConfig = asyncInferenceConfig self.creationTime = creationTime self.dataCaptureConfig = dataCaptureConfig @@ -29644,8 +28966,7 @@ public struct DescribeExperimentInput: Swift.Sendable { public init( experimentName: Swift.String? = nil - ) - { + ) { self.experimentName = experimentName } } @@ -29663,8 +28984,7 @@ extension SageMakerClientTypes { public init( sourceArn: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.sourceArn = sourceArn self.sourceType = sourceType } @@ -29701,8 +29021,7 @@ public struct DescribeExperimentOutput: Swift.Sendable { lastModifiedBy: SageMakerClientTypes.UserContext? = nil, lastModifiedTime: Foundation.Date? = nil, source: SageMakerClientTypes.ExperimentSource? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.description = description @@ -29725,8 +29044,7 @@ public struct DescribeFeatureGroupInput: Swift.Sendable { public init( featureGroupName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.featureGroupName = featureGroupName self.nextToken = nextToken } @@ -29815,8 +29133,7 @@ extension SageMakerClientTypes { public init( failureReason: Swift.String? = nil, status: SageMakerClientTypes.LastUpdateStatusValue? = nil - ) - { + ) { self.failureReason = failureReason self.status = status } @@ -29868,8 +29185,7 @@ extension SageMakerClientTypes { public init( blockedReason: Swift.String? = nil, status: SageMakerClientTypes.OfflineStoreStatusValue? = nil - ) - { + ) { self.blockedReason = blockedReason self.status = status } @@ -29892,8 +29208,7 @@ extension SageMakerClientTypes { provisionedReadCapacityUnits: Swift.Int? = nil, provisionedWriteCapacityUnits: Swift.Int? = nil, throughputMode: SageMakerClientTypes.ThroughputMode? = nil - ) - { + ) { self.provisionedReadCapacityUnits = provisionedReadCapacityUnits self.provisionedWriteCapacityUnits = provisionedWriteCapacityUnits self.throughputMode = throughputMode @@ -29979,8 +29294,7 @@ public struct DescribeFeatureGroupOutput: Swift.Sendable { recordIdentifierFeatureName: Swift.String? = nil, roleArn: Swift.String? = nil, throughputConfig: SageMakerClientTypes.ThroughputConfigDescription? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.eventTimeFeatureName = eventTimeFeatureName @@ -30013,8 +29327,7 @@ public struct DescribeFeatureMetadataInput: Swift.Sendable { public init( featureGroupName: Swift.String? = nil, featureName: Swift.String? = nil - ) - { + ) { self.featureGroupName = featureGroupName self.featureName = featureName } @@ -30032,8 +29345,7 @@ extension SageMakerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -30073,8 +29385,7 @@ public struct DescribeFeatureMetadataOutput: Swift.Sendable { featureType: SageMakerClientTypes.FeatureType? = nil, lastModifiedTime: Foundation.Date? = nil, parameters: [SageMakerClientTypes.FeatureParameter]? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.featureGroupArn = featureGroupArn @@ -30093,8 +29404,7 @@ public struct DescribeFlowDefinitionInput: Swift.Sendable { public init( flowDefinitionName: Swift.String? = nil - ) - { + ) { self.flowDefinitionName = flowDefinitionName } } @@ -30173,8 +29483,7 @@ public struct DescribeFlowDefinitionOutput: Swift.Sendable { humanLoopRequestSource: SageMakerClientTypes.HumanLoopRequestSource? = nil, outputConfig: SageMakerClientTypes.FlowDefinitionOutputConfig? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.flowDefinitionArn = flowDefinitionArn @@ -30195,8 +29504,7 @@ public struct DescribeHubInput: Swift.Sendable { public init( hubName: Swift.String? = nil - ) - { + ) { self.hubName = hubName } } @@ -30283,8 +29591,7 @@ public struct DescribeHubOutput: Swift.Sendable { hubStatus: SageMakerClientTypes.HubStatus? = nil, lastModifiedTime: Foundation.Date? = nil, s3StorageConfig: SageMakerClientTypes.HubS3StorageConfig? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.hubArn = hubArn @@ -30316,8 +29623,7 @@ public struct DescribeHubContentInput: Swift.Sendable { hubContentType: SageMakerClientTypes.HubContentType? = nil, hubContentVersion: Swift.String? = nil, hubName: Swift.String? = nil - ) - { + ) { self.hubContentName = hubContentName self.hubContentType = hubContentType self.hubContentVersion = hubContentVersion @@ -30337,8 +29643,7 @@ extension SageMakerClientTypes { public init( dependencyCopyPath: Swift.String? = nil, dependencyOriginPath: Swift.String? = nil - ) - { + ) { self.dependencyCopyPath = dependencyCopyPath self.dependencyOriginPath = dependencyOriginPath } @@ -30482,8 +29787,7 @@ public struct DescribeHubContentOutput: Swift.Sendable { referenceMinVersion: Swift.String? = nil, sageMakerPublicHubContentArn: Swift.String? = nil, supportStatus: SageMakerClientTypes.HubContentSupportStatus? = nil - ) - { + ) { self.creationTime = creationTime self.documentSchemaVersion = documentSchemaVersion self.failureReason = failureReason @@ -30513,8 +29817,7 @@ public struct DescribeHumanTaskUiInput: Swift.Sendable { public init( humanTaskUiName: Swift.String? = nil - ) - { + ) { self.humanTaskUiName = humanTaskUiName } } @@ -30560,8 +29863,7 @@ extension SageMakerClientTypes { public init( contentSha256: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.contentSha256 = contentSha256 self.url = url } @@ -30590,8 +29892,7 @@ public struct DescribeHumanTaskUiOutput: Swift.Sendable { humanTaskUiName: Swift.String? = nil, humanTaskUiStatus: SageMakerClientTypes.HumanTaskUiStatus? = nil, uiTemplate: SageMakerClientTypes.UiTemplateInfo? = nil - ) - { + ) { self.creationTime = creationTime self.humanTaskUiArn = humanTaskUiArn self.humanTaskUiName = humanTaskUiName @@ -30607,8 +29908,7 @@ public struct DescribeHyperParameterTuningJobInput: Swift.Sendable { public init( hyperParameterTuningJobName: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobName = hyperParameterTuningJobName } } @@ -30630,8 +29930,7 @@ extension SageMakerClientTypes { metricName: Swift.String? = nil, type: SageMakerClientTypes.HyperParameterTuningJobObjectiveType? = nil, value: Swift.Float? = nil - ) - { + ) { self.metricName = metricName self.type = type self.value = value @@ -30736,8 +30035,7 @@ extension SageMakerClientTypes { trainingStartTime: Foundation.Date? = nil, tunedHyperParameters: [Swift.String: Swift.String]? = nil, tuningJobName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.finalHyperParameterTuningJobObjectiveMetric = finalHyperParameterTuningJobObjectiveMetric @@ -30763,8 +30061,7 @@ extension SageMakerClientTypes { public init( runtimeInSeconds: Swift.Int? = nil - ) - { + ) { self.runtimeInSeconds = runtimeInSeconds } } @@ -30829,8 +30126,7 @@ extension SageMakerClientTypes { failed: Swift.Int? = nil, pending: Swift.Int? = nil, succeeded: Swift.Int? = nil - ) - { + ) { self.failed = failed self.pending = pending self.succeeded = succeeded @@ -30859,8 +30155,7 @@ extension SageMakerClientTypes { nonRetryableError: Swift.Int? = nil, retryableError: Swift.Int? = nil, stopped: Swift.Int? = nil - ) - { + ) { self.completed = completed self.inProgress = inProgress self.nonRetryableError = nonRetryableError @@ -30882,8 +30177,7 @@ extension SageMakerClientTypes { public init( convergenceDetectedTime: Foundation.Date? = nil, numberOfTrainingJobsObjectiveNotImproving: Swift.Int? = nil - ) - { + ) { self.convergenceDetectedTime = convergenceDetectedTime self.numberOfTrainingJobsObjectiveNotImproving = numberOfTrainingJobsObjectiveNotImproving } @@ -30954,8 +30248,7 @@ public struct DescribeHyperParameterTuningJobOutput: Swift.Sendable { trainingJobStatusCounters: SageMakerClientTypes.TrainingJobStatusCounters? = nil, tuningJobCompletionDetails: SageMakerClientTypes.HyperParameterTuningJobCompletionDetails? = nil, warmStartConfig: SageMakerClientTypes.HyperParameterTuningJobWarmStartConfig? = nil - ) - { + ) { self.autotune = autotune self.bestTrainingJob = bestTrainingJob self.consumedResources = consumedResources @@ -30984,8 +30277,7 @@ public struct DescribeImageInput: Swift.Sendable { public init( imageName: Swift.String? = nil - ) - { + ) { self.imageName = imageName } } @@ -31064,8 +30356,7 @@ public struct DescribeImageOutput: Swift.Sendable { imageStatus: SageMakerClientTypes.ImageStatus? = nil, lastModifiedTime: Foundation.Date? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.displayName = displayName @@ -31091,8 +30382,7 @@ public struct DescribeImageVersionInput: Swift.Sendable { alias: Swift.String? = nil, imageName: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.alias = alias self.imageName = imageName self.version = version @@ -31206,8 +30496,7 @@ public struct DescribeImageVersionOutput: Swift.Sendable { releaseNotes: Swift.String? = nil, vendorGuidance: SageMakerClientTypes.VendorGuidance? = nil, version: Swift.Int? = nil - ) - { + ) { self.baseImage = baseImage self.containerImage = containerImage self.creationTime = creationTime @@ -31234,8 +30523,7 @@ public struct DescribeInferenceComponentInput: Swift.Sendable { public init( inferenceComponentName: Swift.String? = nil - ) - { + ) { self.inferenceComponentName = inferenceComponentName } } @@ -31290,8 +30578,7 @@ extension SageMakerClientTypes { public init( currentCopyCount: Swift.Int? = nil, desiredCopyCount: Swift.Int? = nil - ) - { + ) { self.currentCopyCount = currentCopyCount self.desiredCopyCount = desiredCopyCount } @@ -31313,8 +30600,7 @@ extension SageMakerClientTypes { artifactUrl: Swift.String? = nil, deployedImage: SageMakerClientTypes.DeployedImage? = nil, environment: [Swift.String: Swift.String]? = nil - ) - { + ) { self.artifactUrl = artifactUrl self.deployedImage = deployedImage self.environment = environment @@ -31343,8 +30629,7 @@ extension SageMakerClientTypes { container: SageMakerClientTypes.InferenceComponentContainerSpecificationSummary? = nil, modelName: Swift.String? = nil, startupParameters: SageMakerClientTypes.InferenceComponentStartupParameters? = nil - ) - { + ) { self.baseInferenceComponentName = baseInferenceComponentName self.computeResourceRequirements = computeResourceRequirements self.container = container @@ -31396,8 +30681,7 @@ public struct DescribeInferenceComponentOutput: Swift.Sendable { runtimeConfig: SageMakerClientTypes.InferenceComponentRuntimeConfigSummary? = nil, specification: SageMakerClientTypes.InferenceComponentSpecificationSummary? = nil, variantName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.endpointArn = endpointArn self.endpointName = endpointName @@ -31419,8 +30703,7 @@ public struct DescribeInferenceExperimentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -31444,8 +30727,7 @@ extension SageMakerClientTypes { endpointName: Swift.String? = nil, endpointStatus: SageMakerClientTypes.EndpointStatus? = nil, failureReason: Swift.String? = nil - ) - { + ) { self.endpointConfigName = endpointConfigName self.endpointName = endpointName self.endpointStatus = endpointStatus @@ -31524,8 +30806,7 @@ extension SageMakerClientTypes { modelName: Swift.String? = nil, status: SageMakerClientTypes.ModelVariantStatus? = nil, variantName: Swift.String? = nil - ) - { + ) { self.infrastructureConfig = infrastructureConfig self.modelName = modelName self.status = status @@ -31654,8 +30935,7 @@ public struct DescribeInferenceExperimentOutput: Swift.Sendable { status: SageMakerClientTypes.InferenceExperimentStatus? = nil, statusReason: Swift.String? = nil, type: SageMakerClientTypes.InferenceExperimentType? = nil - ) - { + ) { self.arn = arn self.completionTime = completionTime self.creationTime = creationTime @@ -31682,8 +30962,7 @@ public struct DescribeInferenceRecommendationsJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -31702,8 +30981,7 @@ extension SageMakerClientTypes { public init( maxInvocations: Swift.Int? = nil, modelLatency: Swift.Int? = nil - ) - { + ) { self.maxInvocations = maxInvocations self.modelLatency = modelLatency } @@ -31724,8 +31002,7 @@ extension SageMakerClientTypes { public init( endpointInfo: SageMakerClientTypes.EndpointInfo? = nil, metrics: SageMakerClientTypes.InferenceMetrics? = nil - ) - { + ) { self.endpointInfo = endpointInfo self.metrics = metrics } @@ -31755,8 +31032,7 @@ extension SageMakerClientTypes { instanceType: SageMakerClientTypes.ProductionVariantInstanceType? = nil, serverlessConfig: SageMakerClientTypes.ProductionVariantServerlessConfig? = nil, variantName: Swift.String? = nil - ) - { + ) { self.endpointName = endpointName self.initialInstanceCount = initialInstanceCount self.instanceType = instanceType @@ -31793,8 +31069,7 @@ extension SageMakerClientTypes { memoryUtilization: Swift.Float? = nil, modelLatency: Swift.Int? = nil, modelSetupTime: Swift.Int? = nil - ) - { + ) { self.costPerHour = costPerHour self.costPerInference = costPerInference self.cpuUtilization = cpuUtilization @@ -31824,8 +31099,7 @@ extension SageMakerClientTypes { key: Swift.String? = nil, value: Swift.String? = nil, valueType: Swift.String? = nil - ) - { + ) { self.key = key self.value = value self.valueType = valueType @@ -31848,8 +31122,7 @@ extension SageMakerClientTypes { compilationJobName: Swift.String? = nil, environmentParameters: [SageMakerClientTypes.EnvironmentParameter]? = nil, inferenceSpecificationName: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName self.environmentParameters = environmentParameters self.inferenceSpecificationName = inferenceSpecificationName @@ -31883,8 +31156,7 @@ extension SageMakerClientTypes { metrics: SageMakerClientTypes.RecommendationMetrics? = nil, modelConfiguration: SageMakerClientTypes.ModelConfiguration? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.endpointConfiguration = endpointConfiguration self.invocationEndTime = invocationEndTime self.invocationStartTime = invocationStartTime @@ -31995,8 +31267,7 @@ public struct DescribeInferenceRecommendationsJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, status: SageMakerClientTypes.RecommendationJobStatus? = nil, stoppingConditions: SageMakerClientTypes.RecommendationJobStoppingConditions? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.endpointPerformances = endpointPerformances @@ -32021,8 +31292,7 @@ public struct DescribeLabelingJobInput: Swift.Sendable { public init( labelingJobName: Swift.String? = nil - ) - { + ) { self.labelingJobName = labelingJobName } } @@ -32048,8 +31318,7 @@ extension SageMakerClientTypes { machineLabeled: Swift.Int? = nil, totalLabeled: Swift.Int? = nil, unlabeled: Swift.Int? = nil - ) - { + ) { self.failedNonRetryableError = failedNonRetryableError self.humanLabeled = humanLabeled self.machineLabeled = machineLabeled @@ -32072,8 +31341,7 @@ extension SageMakerClientTypes { public init( finalActiveLearningModelArn: Swift.String? = nil, outputDatasetS3Uri: Swift.String? = nil - ) - { + ) { self.finalActiveLearningModelArn = finalActiveLearningModelArn self.outputDatasetS3Uri = outputDatasetS3Uri } @@ -32236,8 +31504,7 @@ public struct DescribeLabelingJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingConditions: SageMakerClientTypes.LabelingJobStoppingConditions? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.humanTaskConfig = humanTaskConfig @@ -32266,8 +31533,7 @@ public struct DescribeLineageGroupInput: Swift.Sendable { public init( lineageGroupName: Swift.String? = nil - ) - { + ) { self.lineageGroupName = lineageGroupName } } @@ -32299,8 +31565,7 @@ public struct DescribeLineageGroupOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, lineageGroupArn: Swift.String? = nil, lineageGroupName: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.description = description @@ -32319,8 +31584,7 @@ public struct DescribeMlflowTrackingServerInput: Swift.Sendable { public init( trackingServerName: Swift.String? = nil - ) - { + ) { self.trackingServerName = trackingServerName } } @@ -32476,8 +31740,7 @@ public struct DescribeMlflowTrackingServerOutput: Swift.Sendable { trackingServerStatus: SageMakerClientTypes.TrackingServerStatus? = nil, trackingServerUrl: Swift.String? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.artifactStoreUri = artifactStoreUri self.automaticModelRegistration = automaticModelRegistration self.createdBy = createdBy @@ -32503,8 +31766,7 @@ public struct DescribeModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -32545,8 +31807,7 @@ public struct DescribeModelOutput: Swift.Sendable { modelName: Swift.String? = nil, primaryContainer: SageMakerClientTypes.ContainerDefinition? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.containers = containers self.creationTime = creationTime self.deploymentRecommendation = deploymentRecommendation @@ -32567,8 +31828,7 @@ public struct DescribeModelBiasJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -32617,8 +31877,7 @@ public struct DescribeModelBiasJobDefinitionOutput: Swift.Sendable { networkConfig: SageMakerClientTypes.MonitoringNetworkConfig? = nil, roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil - ) - { + ) { self.creationTime = creationTime self.jobDefinitionArn = jobDefinitionArn self.jobDefinitionName = jobDefinitionName @@ -32643,8 +31902,7 @@ public struct DescribeModelCardInput: Swift.Sendable { public init( modelCardName: Swift.String? = nil, modelCardVersion: Swift.Int? = nil - ) - { + ) { self.modelCardName = modelCardName self.modelCardVersion = modelCardVersion } @@ -32754,8 +32012,7 @@ public struct DescribeModelCardOutput: Swift.Sendable { modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil, modelCardVersion: Swift.Int? = nil, securityConfig: SageMakerClientTypes.ModelCardSecurityConfig? = nil - ) - { + ) { self.content = content self.createdBy = createdBy self.creationTime = creationTime @@ -32782,8 +32039,7 @@ public struct DescribeModelCardExportJobInput: Swift.Sendable { public init( modelCardExportJobArn: Swift.String? = nil - ) - { + ) { self.modelCardExportJobArn = modelCardExportJobArn } } @@ -32798,8 +32054,7 @@ extension SageMakerClientTypes { public init( s3ExportArtifacts: Swift.String? = nil - ) - { + ) { self.s3ExportArtifacts = s3ExportArtifacts } } @@ -32884,8 +32139,7 @@ public struct DescribeModelCardExportJobOutput: Swift.Sendable { modelCardVersion: Swift.Int? = nil, outputConfig: SageMakerClientTypes.ModelCardExportOutputConfig? = nil, status: SageMakerClientTypes.ModelCardExportJobStatus? = nil - ) - { + ) { self.createdAt = createdAt self.exportArtifacts = exportArtifacts self.failureReason = failureReason @@ -32906,8 +32160,7 @@ public struct DescribeModelExplainabilityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -32956,8 +32209,7 @@ public struct DescribeModelExplainabilityJobDefinitionOutput: Swift.Sendable { networkConfig: SageMakerClientTypes.MonitoringNetworkConfig? = nil, roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil - ) - { + ) { self.creationTime = creationTime self.jobDefinitionArn = jobDefinitionArn self.jobDefinitionName = jobDefinitionName @@ -32979,8 +32231,7 @@ public struct DescribeModelPackageInput: Swift.Sendable { public init( modelPackageName: Swift.String? = nil - ) - { + ) { self.modelPackageName = modelPackageName } } @@ -33037,8 +32288,7 @@ extension SageMakerClientTypes { failureReason: Swift.String? = nil, name: Swift.String? = nil, status: SageMakerClientTypes.DetailedModelPackageStatus? = nil - ) - { + ) { self.failureReason = failureReason self.name = name self.status = status @@ -33059,8 +32309,7 @@ extension SageMakerClientTypes { public init( imageScanStatuses: [SageMakerClientTypes.ModelPackageStatusItem]? = nil, validationStatuses: [SageMakerClientTypes.ModelPackageStatusItem]? = nil - ) - { + ) { self.imageScanStatuses = imageScanStatuses self.validationStatuses = validationStatuses } @@ -33165,8 +32414,7 @@ public struct DescribeModelPackageOutput: Swift.Sendable { sourceUri: Swift.String? = nil, task: Swift.String? = nil, validationSpecification: SageMakerClientTypes.ModelPackageValidationSpecification? = nil - ) - { + ) { self.additionalInferenceSpecifications = additionalInferenceSpecifications self.approvalDescription = approvalDescription self.certifyForMarketplace = certifyForMarketplace @@ -33207,8 +32455,7 @@ public struct DescribeModelPackageGroupInput: Swift.Sendable { public init( modelPackageGroupName: Swift.String? = nil - ) - { + ) { self.modelPackageGroupName = modelPackageGroupName } } @@ -33280,8 +32527,7 @@ public struct DescribeModelPackageGroupOutput: Swift.Sendable { modelPackageGroupDescription: Swift.String? = nil, modelPackageGroupName: Swift.String? = nil, modelPackageGroupStatus: SageMakerClientTypes.ModelPackageGroupStatus? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.modelPackageGroupArn = modelPackageGroupArn @@ -33298,8 +32544,7 @@ public struct DescribeModelQualityJobDefinitionInput: Swift.Sendable { public init( jobDefinitionName: Swift.String? = nil - ) - { + ) { self.jobDefinitionName = jobDefinitionName } } @@ -33348,8 +32593,7 @@ public struct DescribeModelQualityJobDefinitionOutput: Swift.Sendable { networkConfig: SageMakerClientTypes.MonitoringNetworkConfig? = nil, roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.MonitoringStoppingCondition? = nil - ) - { + ) { self.creationTime = creationTime self.jobDefinitionArn = jobDefinitionArn self.jobDefinitionName = jobDefinitionName @@ -33371,8 +32615,7 @@ public struct DescribeMonitoringScheduleInput: Swift.Sendable { public init( monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.monitoringScheduleName = monitoringScheduleName } } @@ -33462,8 +32705,7 @@ extension SageMakerClientTypes { monitoringType: SageMakerClientTypes.MonitoringType? = nil, processingJobArn: Swift.String? = nil, scheduledTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.endpointName = endpointName self.failureReason = failureReason @@ -33560,8 +32802,7 @@ public struct DescribeMonitoringScheduleOutput: Swift.Sendable { monitoringScheduleName: Swift.String? = nil, monitoringScheduleStatus: SageMakerClientTypes.ScheduleStatus? = nil, monitoringType: SageMakerClientTypes.MonitoringType? = nil - ) - { + ) { self.creationTime = creationTime self.endpointName = endpointName self.failureReason = failureReason @@ -33582,8 +32823,7 @@ public struct DescribeNotebookInstanceInput: Swift.Sendable { public init( notebookInstanceName: Swift.String? = nil - ) - { + ) { self.notebookInstanceName = notebookInstanceName } } @@ -33701,8 +32941,7 @@ public struct DescribeNotebookInstanceOutput: Swift.Sendable { subnetId: Swift.String? = nil, url: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes self.additionalCodeRepositories = additionalCodeRepositories self.creationTime = creationTime @@ -33735,8 +32974,7 @@ public struct DescribeNotebookInstanceLifecycleConfigInput: Swift.Sendable { public init( notebookInstanceLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.notebookInstanceLifecycleConfigName = notebookInstanceLifecycleConfigName } } @@ -33762,8 +33000,7 @@ public struct DescribeNotebookInstanceLifecycleConfigOutput: Swift.Sendable { notebookInstanceLifecycleConfigName: Swift.String? = nil, onCreate: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil, onStart: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.notebookInstanceLifecycleConfigArn = notebookInstanceLifecycleConfigArn @@ -33780,8 +33017,7 @@ public struct DescribeOptimizationJobInput: Swift.Sendable { public init( optimizationJobName: Swift.String? = nil - ) - { + ) { self.optimizationJobName = optimizationJobName } } @@ -33836,8 +33072,7 @@ extension SageMakerClientTypes { public init( recommendedInferenceImage: Swift.String? = nil - ) - { + ) { self.recommendedInferenceImage = recommendedInferenceImage } } @@ -33908,8 +33143,7 @@ public struct DescribeOptimizationJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.StoppingCondition? = nil, vpcConfig: SageMakerClientTypes.OptimizationVpcConfig? = nil - ) - { + ) { self.creationTime = creationTime self.deploymentInstanceType = deploymentInstanceType self.failureReason = failureReason @@ -33937,8 +33171,7 @@ public struct DescribePartnerAppInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -33955,8 +33188,7 @@ extension SageMakerClientTypes { public init( code: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -34052,8 +33284,7 @@ public struct DescribePartnerAppOutput: Swift.Sendable { tier: Swift.String? = nil, type: SageMakerClientTypes.PartnerAppType? = nil, version: Swift.String? = nil - ) - { + ) { self.applicationConfig = applicationConfig self.arn = arn self.authType = authType @@ -34078,8 +33309,7 @@ public struct DescribePipelineInput: Swift.Sendable { public init( pipelineName: Swift.String? = nil - ) - { + ) { self.pipelineName = pipelineName } } @@ -34155,8 +33385,7 @@ public struct DescribePipelineOutput: Swift.Sendable { pipelineName: Swift.String? = nil, pipelineStatus: SageMakerClientTypes.PipelineStatus? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.lastModifiedBy = lastModifiedBy @@ -34180,8 +33409,7 @@ public struct DescribePipelineDefinitionForExecutionInput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -34195,8 +33423,7 @@ public struct DescribePipelineDefinitionForExecutionOutput: Swift.Sendable { public init( creationTime: Foundation.Date? = nil, pipelineDefinition: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.pipelineDefinition = pipelineDefinition } @@ -34209,8 +33436,7 @@ public struct DescribePipelineExecutionInput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -34265,8 +33491,7 @@ extension SageMakerClientTypes { public init( experimentName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.experimentName = experimentName self.trialName = trialName } @@ -34283,8 +33508,7 @@ extension SageMakerClientTypes { public init( stepName: Swift.String? = nil - ) - { + ) { self.stepName = stepName } } @@ -34303,8 +33527,7 @@ extension SageMakerClientTypes { public init( selectedSteps: [SageMakerClientTypes.SelectedStep]? = nil, sourcePipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.selectedSteps = selectedSteps self.sourcePipelineExecutionArn = sourcePipelineExecutionArn } @@ -34353,8 +33576,7 @@ public struct DescribePipelineExecutionOutput: Swift.Sendable { pipelineExecutionStatus: SageMakerClientTypes.PipelineExecutionStatus? = nil, pipelineExperimentConfig: SageMakerClientTypes.PipelineExperimentConfig? = nil, selectiveExecutionConfig: SageMakerClientTypes.SelectiveExecutionConfig? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.failureReason = failureReason @@ -34378,8 +33600,7 @@ public struct DescribeProcessingJobInput: Swift.Sendable { public init( processingJobName: Swift.String? = nil - ) - { + ) { self.processingJobName = processingJobName } } @@ -34494,8 +33715,7 @@ public struct DescribeProcessingJobOutput: Swift.Sendable { roleArn: Swift.String? = nil, stoppingCondition: SageMakerClientTypes.ProcessingStoppingCondition? = nil, trainingJobArn: Swift.String? = nil - ) - { + ) { self.appSpecification = appSpecification self.autoMLJobArn = autoMLJobArn self.creationTime = creationTime @@ -34527,8 +33747,7 @@ public struct DescribeProjectInput: Swift.Sendable { public init( projectName: Swift.String? = nil - ) - { + ) { self.projectName = projectName } } @@ -34608,8 +33827,7 @@ extension SageMakerClientTypes { public init( provisionedProductId: Swift.String? = nil, provisionedProductStatusMessage: Swift.String? = nil - ) - { + ) { self.provisionedProductId = provisionedProductId self.provisionedProductStatusMessage = provisionedProductStatusMessage } @@ -34658,8 +33876,7 @@ public struct DescribeProjectOutput: Swift.Sendable { projectStatus: SageMakerClientTypes.ProjectStatus? = nil, serviceCatalogProvisionedProductDetails: SageMakerClientTypes.ServiceCatalogProvisionedProductDetails? = nil, serviceCatalogProvisioningDetails: SageMakerClientTypes.ServiceCatalogProvisioningDetails? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.lastModifiedBy = lastModifiedBy @@ -34685,8 +33902,7 @@ public struct DescribeSpaceInput: Swift.Sendable { public init( domainId: Swift.String? = nil, spaceName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.spaceName = spaceName } @@ -34784,8 +34000,7 @@ public struct DescribeSpaceOutput: Swift.Sendable { spaceSharingSettings: SageMakerClientTypes.SpaceSharingSettings? = nil, status: SageMakerClientTypes.SpaceStatus? = nil, url: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.domainId = domainId self.failureReason = failureReason @@ -34809,8 +34024,7 @@ public struct DescribeStudioLifecycleConfigInput: Swift.Sendable { public init( studioLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.studioLifecycleConfigName = studioLifecycleConfigName } } @@ -34836,8 +34050,7 @@ public struct DescribeStudioLifecycleConfigOutput: Swift.Sendable { studioLifecycleConfigArn: Swift.String? = nil, studioLifecycleConfigContent: Swift.String? = nil, studioLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.studioLifecycleConfigAppType = studioLifecycleConfigAppType @@ -34854,8 +34067,7 @@ public struct DescribeSubscribedWorkteamInput: Swift.Sendable { public init( workteamArn: Swift.String? = nil - ) - { + ) { self.workteamArn = workteamArn } } @@ -34882,8 +34094,7 @@ extension SageMakerClientTypes { marketplaceTitle: Swift.String? = nil, sellerName: Swift.String? = nil, workteamArn: Swift.String? = nil - ) - { + ) { self.listingId = listingId self.marketplaceDescription = marketplaceDescription self.marketplaceTitle = marketplaceTitle @@ -34900,8 +34111,7 @@ public struct DescribeSubscribedWorkteamOutput: Swift.Sendable { public init( subscribedWorkteam: SageMakerClientTypes.SubscribedWorkteam? = nil - ) - { + ) { self.subscribedWorkteam = subscribedWorkteam } } @@ -34913,8 +34123,7 @@ public struct DescribeTrainingJobInput: Swift.Sendable { public init( trainingJobName: Swift.String? = nil - ) - { + ) { self.trainingJobName = trainingJobName } } @@ -34934,8 +34143,7 @@ extension SageMakerClientTypes { metricName: Swift.String? = nil, timestamp: Foundation.Date? = nil, value: Swift.Float? = nil - ) - { + ) { self.metricName = metricName self.timestamp = timestamp self.value = value @@ -34964,8 +34172,7 @@ extension SageMakerClientTypes { ruleEvaluationJobArn: Swift.String? = nil, ruleEvaluationStatus: SageMakerClientTypes.RuleEvaluationStatus? = nil, statusDetails: Swift.String? = nil - ) - { + ) { self.lastModifiedTime = lastModifiedTime self.ruleConfigurationName = ruleConfigurationName self.ruleEvaluationJobArn = ruleEvaluationJobArn @@ -35161,8 +34368,7 @@ extension SageMakerClientTypes { startTime: Foundation.Date? = nil, status: SageMakerClientTypes.SecondaryStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.status = status @@ -35230,8 +34436,7 @@ extension SageMakerClientTypes { resourceRetainedBillableTimeInSeconds: Swift.Int? = nil, reusedByJob: Swift.String? = nil, status: SageMakerClientTypes.WarmPoolResourceStatus? = nil - ) - { + ) { self.resourceRetainedBillableTimeInSeconds = resourceRetainedBillableTimeInSeconds self.reusedByJob = reusedByJob self.status = status @@ -35442,8 +34647,7 @@ public struct DescribeTrainingJobOutput: Swift.Sendable { tuningJobArn: Swift.String? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil, warmPoolStatus: SageMakerClientTypes.WarmPoolStatus? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.autoMLJobArn = autoMLJobArn self.billableTimeInSeconds = billableTimeInSeconds @@ -35497,8 +34701,7 @@ public struct DescribeTrainingPlanInput: Swift.Sendable { public init( trainingPlanName: Swift.String? = nil - ) - { + ) { self.trainingPlanName = trainingPlanName } } @@ -35616,8 +34819,7 @@ extension SageMakerClientTypes { startTime: Foundation.Date? = nil, status: SageMakerClientTypes.ReservedCapacityStatus? = nil, totalInstanceCount: Swift.Int? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.durationHours = durationHours self.durationMinutes = durationMinutes @@ -35753,8 +34955,7 @@ public struct DescribeTrainingPlanOutput: Swift.Sendable { trainingPlanArn: Swift.String? = nil, trainingPlanName: Swift.String? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.availableInstanceCount = availableInstanceCount self.currencyCode = currencyCode self.durationHours = durationHours @@ -35780,8 +34981,7 @@ public struct DescribeTransformJobInput: Swift.Sendable { public init( transformJobName: Swift.String? = nil - ) - { + ) { self.transformJobName = transformJobName } } @@ -35903,8 +35103,7 @@ public struct DescribeTransformJobOutput: Swift.Sendable { transformOutput: SageMakerClientTypes.TransformOutput? = nil, transformResources: SageMakerClientTypes.TransformResources? = nil, transformStartTime: Foundation.Date? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn self.batchStrategy = batchStrategy self.creationTime = creationTime @@ -35936,8 +35135,7 @@ public struct DescribeTrialInput: Swift.Sendable { public init( trialName: Swift.String? = nil - ) - { + ) { self.trialName = trialName } } @@ -35955,8 +35153,7 @@ extension SageMakerClientTypes { public init( sourceArn: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.sourceArn = sourceArn self.sourceType = sourceType } @@ -35996,8 +35193,7 @@ public struct DescribeTrialOutput: Swift.Sendable { source: SageMakerClientTypes.TrialSource? = nil, trialArn: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.displayName = displayName @@ -36018,8 +35214,7 @@ public struct DescribeTrialComponentInput: Swift.Sendable { public init( trialComponentName: Swift.String? = nil - ) - { + ) { self.trialComponentName = trialComponentName } } @@ -36057,8 +35252,7 @@ extension SageMakerClientTypes { sourceArn: Swift.String? = nil, stdDev: Swift.Double? = nil, timeStamp: Foundation.Date? = nil - ) - { + ) { self.avg = avg self.count = count self.last = last @@ -36085,8 +35279,7 @@ extension SageMakerClientTypes { public init( sourceArn: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.sourceArn = sourceArn self.sourceType = sourceType } @@ -36156,8 +35349,7 @@ public struct DescribeTrialComponentOutput: Swift.Sendable { status: SageMakerClientTypes.TrialComponentStatus? = nil, trialComponentArn: Swift.String? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.displayName = displayName @@ -36190,8 +35382,7 @@ public struct DescribeUserProfileInput: Swift.Sendable { public init( domainId: Swift.String? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.userProfileName = userProfileName } @@ -36277,8 +35468,7 @@ public struct DescribeUserProfileOutput: Swift.Sendable { userProfileArn: Swift.String? = nil, userProfileName: Swift.String? = nil, userSettings: SageMakerClientTypes.UserSettings? = nil - ) - { + ) { self.creationTime = creationTime self.domainId = domainId self.failureReason = failureReason @@ -36300,8 +35490,7 @@ public struct DescribeWorkforceInput: Swift.Sendable { public init( workforceName: Swift.String? = nil - ) - { + ) { self.workforceName = workforceName } } @@ -36339,8 +35528,7 @@ extension SageMakerClientTypes { scope: Swift.String? = nil, tokenEndpoint: Swift.String? = nil, userInfoEndpoint: Swift.String? = nil - ) - { + ) { self.authenticationRequestExtraParams = authenticationRequestExtraParams self.authorizationEndpoint = authorizationEndpoint self.clientId = clientId @@ -36413,8 +35601,7 @@ extension SageMakerClientTypes { subnets: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets self.vpcEndpointId = vpcEndpointId @@ -36464,8 +35651,7 @@ extension SageMakerClientTypes { workforceArn: Swift.String? = nil, workforceName: Swift.String? = nil, workforceVpcConfig: SageMakerClientTypes.WorkforceVpcConfigResponse? = nil - ) - { + ) { self.cognitoConfig = cognitoConfig self.createDate = createDate self.failureReason = failureReason @@ -36488,8 +35674,7 @@ public struct DescribeWorkforceOutput: Swift.Sendable { public init( workforce: SageMakerClientTypes.Workforce? = nil - ) - { + ) { self.workforce = workforce } } @@ -36501,8 +35686,7 @@ public struct DescribeWorkteamInput: Swift.Sendable { public init( workteamName: Swift.String? = nil - ) - { + ) { self.workteamName = workteamName } } @@ -36550,8 +35734,7 @@ extension SageMakerClientTypes { workforceArn: Swift.String? = nil, workteamArn: Swift.String? = nil, workteamName: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -36574,8 +35757,7 @@ public struct DescribeWorkteamOutput: Swift.Sendable { public init( workteam: SageMakerClientTypes.Workteam? = nil - ) - { + ) { self.workteam = workteam } } @@ -36592,8 +35774,7 @@ extension SageMakerClientTypes { public init( maxConcurrency: Swift.Int? = nil, provisionedConcurrency: Swift.Int? = nil - ) - { + ) { self.maxConcurrency = maxConcurrency self.provisionedConcurrency = provisionedConcurrency } @@ -36619,8 +35800,7 @@ extension SageMakerClientTypes { desiredWeight: Swift.Float? = nil, serverlessUpdateConfig: SageMakerClientTypes.ProductionVariantServerlessUpdateConfig? = nil, variantName: Swift.String? = nil - ) - { + ) { self.desiredInstanceCount = desiredInstanceCount self.desiredWeight = desiredWeight self.serverlessUpdateConfig = serverlessUpdateConfig @@ -36645,8 +35825,7 @@ extension SageMakerClientTypes { description: Swift.String? = nil, deviceName: Swift.String? = nil, iotThingName: Swift.String? = nil - ) - { + ) { self.description = description self.deviceName = deviceName self.iotThingName = iotThingName @@ -36739,8 +35918,7 @@ extension SageMakerClientTypes { edgeDeploymentPlanArn: Swift.String? = nil, edgeDeploymentPlanName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.deployedStageName = deployedStageName self.deploymentStartTime = deploymentStartTime self.description = description @@ -36776,8 +35954,7 @@ extension SageMakerClientTypes { deviceFleetArn: Swift.String? = nil, deviceFleetName: Swift.String? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.deviceFleetArn = deviceFleetArn self.deviceFleetName = deviceFleetName @@ -36800,8 +35977,7 @@ extension SageMakerClientTypes { public init( connectedDeviceCount: Swift.Int? = nil, registeredDeviceCount: Swift.Int? = nil - ) - { + ) { self.connectedDeviceCount = connectedDeviceCount self.registeredDeviceCount = registeredDeviceCount } @@ -36822,8 +35998,7 @@ extension SageMakerClientTypes { public init( modelName: Swift.String? = nil, modelVersion: Swift.String? = nil - ) - { + ) { self.modelName = modelName self.modelVersion = modelVersion } @@ -36865,8 +36040,7 @@ extension SageMakerClientTypes { latestHeartbeat: Foundation.Date? = nil, models: [SageMakerClientTypes.EdgeModelSummary]? = nil, registrationTime: Foundation.Date? = nil - ) - { + ) { self.agentVersion = agentVersion self.description = description self.deviceArn = deviceArn @@ -36933,8 +36107,7 @@ public struct DisassociateTrialComponentInput: Swift.Sendable { public init( trialComponentName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.trialComponentName = trialComponentName self.trialName = trialName } @@ -36949,8 +36122,7 @@ public struct DisassociateTrialComponentOutput: Swift.Sendable { public init( trialArn: Swift.String? = nil, trialComponentArn: Swift.String? = nil - ) - { + ) { self.trialArn = trialArn self.trialComponentArn = trialComponentArn } @@ -36983,8 +36155,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, status: SageMakerClientTypes.DomainStatus? = nil, url: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.domainArn = domainArn self.domainId = domainId @@ -37015,8 +36186,7 @@ extension SageMakerClientTypes { domainExecutionRoleArn: Swift.String? = nil, rStudioConnectUrl: Swift.String? = nil, rStudioPackageManagerUrl: Swift.String? = nil - ) - { + ) { self.defaultResourceSpec = defaultResourceSpec self.domainExecutionRoleArn = domainExecutionRoleArn self.rStudioConnectUrl = rStudioConnectUrl @@ -37046,8 +36216,7 @@ extension SageMakerClientTypes { executionRoleIdentityConfig: SageMakerClientTypes.ExecutionRoleIdentityConfig? = nil, rStudioServerProDomainSettingsForUpdate: SageMakerClientTypes.RStudioServerProDomainSettingsForUpdate? = nil, securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.amazonQSettings = amazonQSettings self.dockerSettings = dockerSettings self.executionRoleIdentityConfig = executionRoleIdentityConfig @@ -37066,8 +36235,7 @@ extension SageMakerClientTypes { public init( predefinedMetricType: Swift.String? = nil - ) - { + ) { self.predefinedMetricType = predefinedMetricType } } @@ -37097,8 +36265,7 @@ extension SageMakerClientTypes { public init( metricSpecification: SageMakerClientTypes.MetricSpecification? = nil, targetValue: Swift.Double? = nil - ) - { + ) { self.metricSpecification = metricSpecification self.targetValue = targetValue } @@ -37136,8 +36303,7 @@ extension SageMakerClientTypes { scaleInCooldown: Swift.Int? = nil, scaleOutCooldown: Swift.Int? = nil, scalingPolicies: [SageMakerClientTypes.ScalingPolicy]? = nil - ) - { + ) { self.maxCapacity = maxCapacity self.minCapacity = minCapacity self.scaleInCooldown = scaleInCooldown @@ -37162,8 +36328,7 @@ extension SageMakerClientTypes { associationType: SageMakerClientTypes.AssociationEdgeType? = nil, destinationArn: Swift.String? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.destinationArn = destinationArn self.sourceArn = sourceArn @@ -37207,8 +36372,7 @@ extension SageMakerClientTypes { edgeDeploymentPlanName: Swift.String? = nil, edgeDeploymentSuccess: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.deviceFleetName = deviceFleetName self.edgeDeploymentFailed = edgeDeploymentFailed @@ -37251,8 +36415,7 @@ extension SageMakerClientTypes { modelVersion: Swift.String? = nil, offlineDeviceCount: Swift.Int? = nil, samplingDeviceCount: Swift.Int? = nil - ) - { + ) { self.activeDeviceCount = activeDeviceCount self.connectedDeviceCount = connectedDeviceCount self.modelName = modelName @@ -37296,8 +36459,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, modelName: Swift.String? = nil, modelVersion: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName self.creationTime = creationTime self.edgePackagingJobArn = edgePackagingJobArn @@ -37328,8 +36490,7 @@ extension SageMakerClientTypes { logFilePath: Swift.String? = nil, stepId: Swift.String? = nil, stepName: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.logFilePath = logFilePath self.stepId = stepId @@ -37395,8 +36556,7 @@ extension SageMakerClientTypes { monitoringScheduleStatus: SageMakerClientTypes.ScheduleStatus? = nil, monitoringType: SageMakerClientTypes.MonitoringType? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.endpointName = endpointName self.failureReason = failureReason @@ -37460,8 +36620,7 @@ extension SageMakerClientTypes { productionVariants: [SageMakerClientTypes.ProductionVariantSummary]? = nil, shadowProductionVariants: [SageMakerClientTypes.ProductionVariantSummary]? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.dataCaptureConfig = dataCaptureConfig self.endpointArn = endpointArn @@ -37516,8 +36675,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -37541,8 +36699,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, endpointConfigArn: Swift.String? = nil, endpointConfigName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.endpointConfigArn = endpointConfigArn self.endpointConfigName = endpointConfigName @@ -37591,8 +36748,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -37643,8 +36799,7 @@ extension SageMakerClientTypes { endpointName: Swift.String? = nil, endpointStatus: SageMakerClientTypes.EndpointStatus? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.endpointArn = endpointArn self.endpointName = endpointName @@ -37690,8 +36845,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, source: SageMakerClientTypes.ExperimentSource? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.description = description @@ -37730,8 +36884,7 @@ extension SageMakerClientTypes { experimentName: Swift.String? = nil, experimentSource: SageMakerClientTypes.ExperimentSource? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.displayName = displayName self.experimentArn = experimentArn @@ -37751,8 +36904,7 @@ extension SageMakerClientTypes { public init( errorMessage: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage } } @@ -37812,8 +36964,7 @@ extension SageMakerClientTypes { recordIdentifierFeatureName: Swift.String? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.eventTimeFeatureName = eventTimeFeatureName @@ -37922,8 +37073,7 @@ extension SageMakerClientTypes { featureGroupName: Swift.String? = nil, featureGroupStatus: SageMakerClientTypes.FeatureGroupStatus? = nil, offlineStoreStatus: SageMakerClientTypes.OfflineStoreStatus? = nil - ) - { + ) { self.creationTime = creationTime self.featureGroupArn = featureGroupArn self.featureGroupName = featureGroupName @@ -37963,8 +37113,7 @@ extension SageMakerClientTypes { featureType: SageMakerClientTypes.FeatureType? = nil, lastModifiedTime: Foundation.Date? = nil, parameters: [SageMakerClientTypes.FeatureParameter]? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.featureGroupArn = featureGroupArn @@ -38089,8 +37238,7 @@ extension SageMakerClientTypes { name: Swift.String? = nil, `operator`: SageMakerClientTypes.Operator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -38123,8 +37271,7 @@ extension SageMakerClientTypes { flowDefinitionArn: Swift.String? = nil, flowDefinitionName: Swift.String? = nil, flowDefinitionStatus: SageMakerClientTypes.FlowDefinitionStatus? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.flowDefinitionArn = flowDefinitionArn @@ -38141,8 +37288,7 @@ public struct GetDeviceFleetReportInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName } } @@ -38176,8 +37322,7 @@ public struct GetDeviceFleetReportOutput: Swift.Sendable { modelStats: [SageMakerClientTypes.EdgeModelStat]? = nil, outputConfig: SageMakerClientTypes.EdgeOutputConfig? = nil, reportGenerated: Foundation.Date? = nil - ) - { + ) { self.agentVersions = agentVersions self.description = description self.deviceFleetArn = deviceFleetArn @@ -38196,8 +37341,7 @@ public struct GetLineageGroupPolicyInput: Swift.Sendable { public init( lineageGroupName: Swift.String? = nil - ) - { + ) { self.lineageGroupName = lineageGroupName } } @@ -38211,8 +37355,7 @@ public struct GetLineageGroupPolicyOutput: Swift.Sendable { public init( lineageGroupArn: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.lineageGroupArn = lineageGroupArn self.resourcePolicy = resourcePolicy } @@ -38225,8 +37368,7 @@ public struct GetModelPackageGroupPolicyInput: Swift.Sendable { public init( modelPackageGroupName: Swift.String? = nil - ) - { + ) { self.modelPackageGroupName = modelPackageGroupName } } @@ -38238,8 +37380,7 @@ public struct GetModelPackageGroupPolicyOutput: Swift.Sendable { public init( resourcePolicy: Swift.String? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -38284,8 +37425,7 @@ public struct GetSagemakerServicecatalogPortfolioStatusOutput: Swift.Sendable { public init( status: SageMakerClientTypes.SagemakerServicecatalogStatus? = nil - ) - { + ) { self.status = status } } @@ -38302,8 +37442,7 @@ extension SageMakerClientTypes { public init( maxInvocationsPerMinute: Swift.Int? = nil, minInvocationsPerMinute: Swift.Int? = nil - ) - { + ) { self.maxInvocationsPerMinute = maxInvocationsPerMinute self.minInvocationsPerMinute = minInvocationsPerMinute } @@ -38329,8 +37468,7 @@ public struct GetScalingConfigurationRecommendationInput: Swift.Sendable { recommendationId: Swift.String? = nil, scalingPolicyObjective: SageMakerClientTypes.ScalingPolicyObjective? = nil, targetCpuUtilizationPerCore: Swift.Int? = nil - ) - { + ) { self.endpointName = endpointName self.inferenceRecommendationsJobName = inferenceRecommendationsJobName self.recommendationId = recommendationId @@ -38351,8 +37489,7 @@ extension SageMakerClientTypes { public init( invocationsPerInstance: Swift.Int? = nil, modelLatency: Swift.Int? = nil - ) - { + ) { self.invocationsPerInstance = invocationsPerInstance self.modelLatency = modelLatency } @@ -38383,8 +37520,7 @@ public struct GetScalingConfigurationRecommendationOutput: Swift.Sendable { recommendationId: Swift.String? = nil, scalingPolicyObjective: SageMakerClientTypes.ScalingPolicyObjective? = nil, targetCpuUtilizationPerCore: Swift.Int? = nil - ) - { + ) { self.dynamicScalingConfiguration = dynamicScalingConfiguration self.endpointName = endpointName self.inferenceRecommendationsJobName = inferenceRecommendationsJobName @@ -38479,8 +37615,7 @@ extension SageMakerClientTypes { public init( propertyNameHint: Swift.String? = nil - ) - { + ) { self.propertyNameHint = propertyNameHint } } @@ -38495,8 +37630,7 @@ extension SageMakerClientTypes { public init( propertyNameQuery: SageMakerClientTypes.PropertyNameQuery? = nil - ) - { + ) { self.propertyNameQuery = propertyNameQuery } } @@ -38512,8 +37646,7 @@ public struct GetSearchSuggestionsInput: Swift.Sendable { public init( resource: SageMakerClientTypes.ResourceType? = nil, suggestionQuery: SageMakerClientTypes.SuggestionQuery? = nil - ) - { + ) { self.resource = resource self.suggestionQuery = suggestionQuery } @@ -38528,8 +37661,7 @@ extension SageMakerClientTypes { public init( propertyName: Swift.String? = nil - ) - { + ) { self.propertyName = propertyName } } @@ -38541,8 +37673,7 @@ public struct GetSearchSuggestionsOutput: Swift.Sendable { public init( propertyNameSuggestions: [SageMakerClientTypes.PropertyNameSuggestion]? = nil - ) - { + ) { self.propertyNameSuggestions = propertyNameSuggestions } } @@ -38556,8 +37687,7 @@ extension SageMakerClientTypes { public init( secretArn: Swift.String? = nil - ) - { + ) { self.secretArn = secretArn } } @@ -38615,8 +37745,7 @@ extension SageMakerClientTypes { originalCreationTime: Foundation.Date? = nil, sageMakerPublicHubContentArn: Swift.String? = nil, supportStatus: SageMakerClientTypes.HubContentSupportStatus? = nil - ) - { + ) { self.creationTime = creationTime self.documentSchemaVersion = documentSchemaVersion self.hubContentArn = hubContentArn @@ -38701,8 +37830,7 @@ extension SageMakerClientTypes { hubSearchKeywords: [Swift.String]? = nil, hubStatus: SageMakerClientTypes.HubStatus? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.hubArn = hubArn self.hubDescription = hubDescription @@ -38768,8 +37896,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, humanTaskUiArn: Swift.String? = nil, humanTaskUiName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.humanTaskUiArn = humanTaskUiArn self.humanTaskUiName = humanTaskUiName @@ -38837,8 +37964,7 @@ extension SageMakerClientTypes { trainingJobStatusCounters: SageMakerClientTypes.TrainingJobStatusCounters? = nil, tuningJobCompletionDetails: SageMakerClientTypes.HyperParameterTuningJobCompletionDetails? = nil, warmStartConfig: SageMakerClientTypes.HyperParameterTuningJobWarmStartConfig? = nil - ) - { + ) { self.bestTrainingJob = bestTrainingJob self.consumedResources = consumedResources self.creationTime = creationTime @@ -38936,8 +38062,7 @@ extension SageMakerClientTypes { resourceLimits: SageMakerClientTypes.ResourceLimits? = nil, strategy: SageMakerClientTypes.HyperParameterTuningJobStrategyType? = nil, trainingJobStatusCounters: SageMakerClientTypes.TrainingJobStatusCounters? = nil - ) - { + ) { self.creationTime = creationTime self.hyperParameterTuningEndTime = hyperParameterTuningEndTime self.hyperParameterTuningJobArn = hyperParameterTuningJobArn @@ -38987,8 +38112,7 @@ extension SageMakerClientTypes { imageName: Swift.String? = nil, imageStatus: SageMakerClientTypes.ImageStatus? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.displayName = displayName @@ -39095,8 +38219,7 @@ extension SageMakerClientTypes { imageVersionStatus: SageMakerClientTypes.ImageVersionStatus? = nil, lastModifiedTime: Foundation.Date? = nil, version: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.imageArn = imageArn @@ -39210,8 +38333,7 @@ public struct ImportHubContentInput: Swift.Sendable { hubContentVersion: Swift.String? = nil, hubName: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.documentSchemaVersion = documentSchemaVersion self.hubContentDescription = hubContentDescription self.hubContentDisplayName = hubContentDisplayName @@ -39237,8 +38359,7 @@ public struct ImportHubContentOutput: Swift.Sendable { public init( hubArn: Swift.String? = nil, hubContentArn: Swift.String? = nil - ) - { + ) { self.hubArn = hubArn self.hubContentArn = hubContentArn } @@ -39313,8 +38434,7 @@ extension SageMakerClientTypes { inferenceComponentStatus: SageMakerClientTypes.InferenceComponentStatus? = nil, lastModifiedTime: Foundation.Date? = nil, variantName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.endpointArn = endpointArn self.endpointName = endpointName @@ -39368,8 +38488,7 @@ extension SageMakerClientTypes { status: SageMakerClientTypes.InferenceExperimentStatus? = nil, statusReason: Swift.String? = nil, type: SageMakerClientTypes.InferenceExperimentType? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.description = description @@ -39466,8 +38585,7 @@ extension SageMakerClientTypes { roleArn: Swift.String? = nil, samplePayloadUrl: Swift.String? = nil, status: SageMakerClientTypes.RecommendationJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.failureReason = failureReason @@ -39513,8 +38631,7 @@ extension SageMakerClientTypes { invocationStartTime: Foundation.Date? = nil, metrics: SageMakerClientTypes.RecommendationMetrics? = nil, modelConfiguration: SageMakerClientTypes.ModelConfiguration? = nil - ) - { + ) { self.endpointConfiguration = endpointConfiguration self.endpointMetrics = endpointMetrics self.failureReason = failureReason @@ -39573,8 +38690,7 @@ extension SageMakerClientTypes { jobName: Swift.String? = nil, status: SageMakerClientTypes.RecommendationJobStatus? = nil, stepType: SageMakerClientTypes.RecommendationStepType? = nil - ) - { + ) { self.inferenceBenchmark = inferenceBenchmark self.jobName = jobName self.status = status @@ -39598,8 +38714,7 @@ extension SageMakerClientTypes { humanLabeled: Swift.Int? = nil, pendingHuman: Swift.Int? = nil, total: Swift.Int? = nil - ) - { + ) { self.humanLabeled = humanLabeled self.pendingHuman = pendingHuman self.total = total @@ -39634,8 +38749,7 @@ extension SageMakerClientTypes { labelingJobName: Swift.String? = nil, numberOfHumanWorkersPerDataObject: Swift.Int? = nil, workRequesterAccountId: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.jobReferenceCode = jobReferenceCode self.labelCounters = labelCounters @@ -39695,8 +38809,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, preHumanTaskLambdaArn: Swift.String? = nil, workteamArn: Swift.String? = nil - ) - { + ) { self.annotationConsolidationLambdaArn = annotationConsolidationLambdaArn self.creationTime = creationTime self.failureReason = failureReason @@ -39725,8 +38838,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil, outputParameters: [SageMakerClientTypes.OutputParameter]? = nil - ) - { + ) { self.arn = arn self.outputParameters = outputParameters } @@ -39754,8 +38866,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, lineageGroupArn: Swift.String? = nil, lineageGroupName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.displayName = displayName self.lastModifiedTime = lastModifiedTime @@ -39885,8 +38996,7 @@ public struct ListActionsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortActionsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -39907,8 +39017,7 @@ public struct ListActionsOutput: Swift.Sendable { public init( actionSummaries: [SageMakerClientTypes.ActionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionSummaries = actionSummaries self.nextToken = nextToken } @@ -39938,8 +39047,7 @@ public struct ListAlgorithmsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.AlgorithmSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -39960,8 +39068,7 @@ public struct ListAlgorithmsOutput: Swift.Sendable { public init( algorithmSummaryList: [SageMakerClientTypes.AlgorithmSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.algorithmSummaryList = algorithmSummaryList self.nextToken = nextToken } @@ -39986,8 +39093,7 @@ public struct ListAliasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.alias = alias self.imageName = imageName self.maxResults = maxResults @@ -40005,8 +39111,7 @@ public struct ListAliasesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sageMakerImageVersionAliases: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.sageMakerImageVersionAliases = sageMakerImageVersionAliases } @@ -40042,8 +39147,7 @@ public struct ListAppImageConfigsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.AppImageConfigSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -40065,8 +39169,7 @@ public struct ListAppImageConfigsOutput: Swift.Sendable { public init( appImageConfigs: [SageMakerClientTypes.AppImageConfigDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.appImageConfigs = appImageConfigs self.nextToken = nextToken } @@ -40096,8 +39199,7 @@ public struct ListAppsInput: Swift.Sendable { sortOrder: SageMakerClientTypes.SortOrder? = nil, spaceNameEquals: Swift.String? = nil, userProfileNameEquals: Swift.String? = nil - ) - { + ) { self.domainIdEquals = domainIdEquals self.maxResults = maxResults self.nextToken = nextToken @@ -40117,8 +39219,7 @@ public struct ListAppsOutput: Swift.Sendable { public init( apps: [SageMakerClientTypes.AppDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apps = apps self.nextToken = nextToken } @@ -40177,8 +39278,7 @@ public struct ListArtifactsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortArtifactsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.artifactType = artifactType self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -40199,8 +39299,7 @@ public struct ListArtifactsOutput: Swift.Sendable { public init( artifactSummaries: [SageMakerClientTypes.ArtifactSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.artifactSummaries = artifactSummaries self.nextToken = nextToken } @@ -40280,8 +39379,7 @@ public struct ListAssociationsInput: Swift.Sendable { sortOrder: SageMakerClientTypes.SortOrder? = nil, sourceArn: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.associationType = associationType self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -40305,8 +39403,7 @@ public struct ListAssociationsOutput: Swift.Sendable { public init( associationSummaries: [SageMakerClientTypes.AssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associationSummaries = associationSummaries self.nextToken = nextToken } @@ -40345,8 +39442,7 @@ public struct ListAutoMLJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.AutoMLSortBy? = nil, sortOrder: SageMakerClientTypes.AutoMLSortOrder? = nil, statusEquals: SageMakerClientTypes.AutoMLJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -40370,8 +39466,7 @@ public struct ListAutoMLJobsOutput: Swift.Sendable { public init( autoMLJobSummaries: [SageMakerClientTypes.AutoMLJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.autoMLJobSummaries = autoMLJobSummaries self.nextToken = nextToken } @@ -40402,8 +39497,7 @@ public struct ListCandidatesForAutoMLJobInput: Swift.Sendable { sortBy: SageMakerClientTypes.CandidateSortBy? = nil, sortOrder: SageMakerClientTypes.AutoMLSortOrder? = nil, statusEquals: SageMakerClientTypes.CandidateStatus? = nil - ) - { + ) { self.autoMLJobName = autoMLJobName self.candidateNameEquals = candidateNameEquals self.maxResults = maxResults @@ -40424,8 +39518,7 @@ public struct ListCandidatesForAutoMLJobOutput: Swift.Sendable { public init( candidates: [SageMakerClientTypes.AutoMLCandidate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.candidates = candidates self.nextToken = nextToken } @@ -40470,8 +39563,7 @@ public struct ListClusterNodesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ClusterSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.clusterName = clusterName self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore @@ -40494,8 +39586,7 @@ public struct ListClusterNodesOutput: Swift.Sendable { public init( clusterNodeSummaries: [SageMakerClientTypes.ClusterNodeSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterNodeSummaries = clusterNodeSummaries self.nextToken = nextToken } @@ -40539,8 +39630,7 @@ public struct ListClustersInput: Swift.Sendable { sortBy: SageMakerClientTypes.ClusterSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, trainingPlanArn: Swift.String? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -40563,8 +39653,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusterSummaries: [SageMakerClientTypes.ClusterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterSummaries = clusterSummaries self.nextToken = nextToken } @@ -40632,8 +39721,7 @@ public struct ListClusterSchedulerConfigsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortClusterSchedulerConfigBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.clusterArn = clusterArn self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -40655,8 +39743,7 @@ public struct ListClusterSchedulerConfigsOutput: Swift.Sendable { public init( clusterSchedulerConfigSummaries: [SageMakerClientTypes.ClusterSchedulerConfigSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterSchedulerConfigSummaries = clusterSchedulerConfigSummaries self.nextToken = nextToken } @@ -40692,8 +39779,7 @@ public struct ListCodeRepositoriesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.CodeRepositorySortBy? = nil, sortOrder: SageMakerClientTypes.CodeRepositorySortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -40726,8 +39812,7 @@ public struct ListCodeRepositoriesOutput: Swift.Sendable { public init( codeRepositorySummaryList: [SageMakerClientTypes.CodeRepositorySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.codeRepositorySummaryList = codeRepositorySummaryList self.nextToken = nextToken } @@ -40798,8 +39883,7 @@ public struct ListCompilationJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.ListCompilationJobsSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.CompilationJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -40823,8 +39907,7 @@ public struct ListCompilationJobsOutput: Swift.Sendable { public init( compilationJobSummaries: [SageMakerClientTypes.CompilationJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.compilationJobSummaries = compilationJobSummaries self.nextToken = nextToken } @@ -40895,8 +39978,7 @@ public struct ListComputeQuotasInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortQuotaBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, status: SageMakerClientTypes.SchedulerResourceStatus? = nil - ) - { + ) { self.clusterArn = clusterArn self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -40918,8 +40000,7 @@ public struct ListComputeQuotasOutput: Swift.Sendable { public init( computeQuotaSummaries: [SageMakerClientTypes.ComputeQuotaSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.computeQuotaSummaries = computeQuotaSummaries self.nextToken = nextToken } @@ -40981,8 +40062,7 @@ public struct ListContextsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortContextsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.contextType = contextType self.createdAfter = createdAfter self.createdBefore = createdBefore @@ -41003,8 +40083,7 @@ public struct ListContextsOutput: Swift.Sendable { public init( contextSummaries: [SageMakerClientTypes.ContextSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contextSummaries = contextSummaries self.nextToken = nextToken } @@ -41066,8 +40145,7 @@ public struct ListDataQualityJobDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.MonitoringJobDefinitionSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -41101,8 +40179,7 @@ extension SageMakerClientTypes { endpointName: Swift.String? = nil, monitoringJobDefinitionArn: Swift.String? = nil, monitoringJobDefinitionName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.endpointName = endpointName self.monitoringJobDefinitionArn = monitoringJobDefinitionArn @@ -41121,8 +40198,7 @@ public struct ListDataQualityJobDefinitionsOutput: Swift.Sendable { public init( jobDefinitionSummaries: [SageMakerClientTypes.MonitoringJobDefinitionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobDefinitionSummaries = jobDefinitionSummaries self.nextToken = nextToken } @@ -41190,8 +40266,7 @@ public struct ListDeviceFleetsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ListDeviceFleetsSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -41214,8 +40289,7 @@ public struct ListDeviceFleetsOutput: Swift.Sendable { public init( deviceFleetSummaries: [SageMakerClientTypes.DeviceFleetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceFleetSummaries = deviceFleetSummaries self.nextToken = nextToken } @@ -41239,8 +40313,7 @@ public struct ListDevicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, modelName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.latestHeartbeatAfter = latestHeartbeatAfter self.maxResults = maxResults @@ -41259,8 +40332,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( deviceSummaries: [SageMakerClientTypes.DeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceSummaries = deviceSummaries self.nextToken = nextToken } @@ -41275,8 +40347,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -41291,8 +40362,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domains: [SageMakerClientTypes.DomainDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domains = domains self.nextToken = nextToken } @@ -41366,8 +40436,7 @@ public struct ListEdgeDeploymentPlansInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ListEdgeDeploymentPlansSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.deviceFleetNameContains = deviceFleetNameContains @@ -41391,8 +40460,7 @@ public struct ListEdgeDeploymentPlansOutput: Swift.Sendable { public init( edgeDeploymentPlanSummaries: [SageMakerClientTypes.EdgeDeploymentPlanSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanSummaries = edgeDeploymentPlanSummaries self.nextToken = nextToken } @@ -41472,8 +40540,7 @@ public struct ListEdgePackagingJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.ListEdgePackagingJobsSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.EdgePackagingJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -41498,8 +40565,7 @@ public struct ListEdgePackagingJobsOutput: Swift.Sendable { public init( edgePackagingJobSummaries: [SageMakerClientTypes.EdgePackagingJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.edgePackagingJobSummaries = edgePackagingJobSummaries self.nextToken = nextToken } @@ -41558,8 +40624,7 @@ public struct ListEndpointConfigsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.EndpointConfigSortKey? = nil, sortOrder: SageMakerClientTypes.OrderKey? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -41580,8 +40645,7 @@ public struct ListEndpointConfigsOutput: Swift.Sendable { public init( endpointConfigs: [SageMakerClientTypes.EndpointConfigSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpointConfigs = endpointConfigs self.nextToken = nextToken } @@ -41620,8 +40684,7 @@ public struct ListEndpointsInput: Swift.Sendable { sortBy: SageMakerClientTypes.EndpointSortKey? = nil, sortOrder: SageMakerClientTypes.OrderKey? = nil, statusEquals: SageMakerClientTypes.EndpointStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -41645,8 +40708,7 @@ public struct ListEndpointsOutput: Swift.Sendable { public init( endpoints: [SageMakerClientTypes.EndpointSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.endpoints = endpoints self.nextToken = nextToken } @@ -41702,8 +40764,7 @@ public struct ListExperimentsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.SortExperimentsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -41722,8 +40783,7 @@ public struct ListExperimentsOutput: Swift.Sendable { public init( experimentSummaries: [SageMakerClientTypes.ExperimentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.experimentSummaries = experimentSummaries self.nextToken = nextToken } @@ -41759,8 +40819,7 @@ public struct ListFeatureGroupsInput: Swift.Sendable { offlineStoreStatusEquals: SageMakerClientTypes.OfflineStoreStatusValue? = nil, sortBy: SageMakerClientTypes.FeatureGroupSortBy? = nil, sortOrder: SageMakerClientTypes.FeatureGroupSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.featureGroupStatusEquals = featureGroupStatusEquals @@ -41783,8 +40842,7 @@ public struct ListFeatureGroupsOutput: Swift.Sendable { public init( featureGroupSummaries: [SageMakerClientTypes.FeatureGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.featureGroupSummaries = featureGroupSummaries self.nextToken = nextToken } @@ -41808,8 +40866,7 @@ public struct ListFlowDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -41828,8 +40885,7 @@ public struct ListFlowDefinitionsOutput: Swift.Sendable { public init( flowDefinitionSummaries: [SageMakerClientTypes.FlowDefinitionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flowDefinitionSummaries = flowDefinitionSummaries self.nextToken = nextToken } @@ -41870,8 +40926,7 @@ public struct ListHubContentsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.HubContentSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.hubContentType = hubContentType @@ -41895,8 +40950,7 @@ public struct ListHubContentsOutput: Swift.Sendable { public init( hubContentSummaries: [SageMakerClientTypes.HubContentInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hubContentSummaries = hubContentSummaries self.nextToken = nextToken } @@ -41941,8 +40995,7 @@ public struct ListHubContentVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.HubContentSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.hubContentName = hubContentName @@ -41967,8 +41020,7 @@ public struct ListHubContentVersionsOutput: Swift.Sendable { public init( hubContentSummaries: [SageMakerClientTypes.HubContentInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hubContentSummaries = hubContentSummaries self.nextToken = nextToken } @@ -42004,8 +41056,7 @@ public struct ListHubsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.HubSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42028,8 +41079,7 @@ public struct ListHubsOutput: Swift.Sendable { public init( hubSummaries: [SageMakerClientTypes.HubInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hubSummaries = hubSummaries self.nextToken = nextToken } @@ -42053,8 +41103,7 @@ public struct ListHumanTaskUisInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -42073,8 +41122,7 @@ public struct ListHumanTaskUisOutput: Swift.Sendable { public init( humanTaskUiSummaries: [SageMakerClientTypes.HumanTaskUiSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.humanTaskUiSummaries = humanTaskUiSummaries self.nextToken = nextToken } @@ -42113,8 +41161,7 @@ public struct ListHyperParameterTuningJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.HyperParameterTuningJobSortByOptions? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.HyperParameterTuningJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42138,8 +41185,7 @@ public struct ListHyperParameterTuningJobsOutput: Swift.Sendable { public init( hyperParameterTuningJobSummaries: [SageMakerClientTypes.HyperParameterTuningJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobSummaries = hyperParameterTuningJobSummaries self.nextToken = nextToken } @@ -42175,8 +41221,7 @@ public struct ListImagesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ImageSortBy? = nil, sortOrder: SageMakerClientTypes.ImageSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42198,8 +41243,7 @@ public struct ListImagesOutput: Swift.Sendable { public init( images: [SageMakerClientTypes.Image]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -42236,8 +41280,7 @@ public struct ListImageVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ImageVersionSortBy? = nil, sortOrder: SageMakerClientTypes.ImageVersionSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.imageName = imageName @@ -42259,8 +41302,7 @@ public struct ListImageVersionsOutput: Swift.Sendable { public init( imageVersions: [SageMakerClientTypes.ImageVersion]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageVersions = imageVersions self.nextToken = nextToken } @@ -42305,8 +41347,7 @@ public struct ListInferenceComponentsInput: Swift.Sendable { sortOrder: SageMakerClientTypes.OrderKey? = nil, statusEquals: SageMakerClientTypes.InferenceComponentStatus? = nil, variantNameEquals: Swift.String? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointNameEquals = endpointNameEquals @@ -42332,8 +41373,7 @@ public struct ListInferenceComponentsOutput: Swift.Sendable { public init( inferenceComponents: [SageMakerClientTypes.InferenceComponentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceComponents = inferenceComponents self.nextToken = nextToken } @@ -42407,8 +41447,7 @@ public struct ListInferenceExperimentsInput: Swift.Sendable { sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.InferenceExperimentStatus? = nil, type: SageMakerClientTypes.InferenceExperimentType? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42432,8 +41471,7 @@ public struct ListInferenceExperimentsOutput: Swift.Sendable { public init( inferenceExperiments: [SageMakerClientTypes.InferenceExperimentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceExperiments = inferenceExperiments self.nextToken = nextToken } @@ -42510,8 +41548,7 @@ public struct ListInferenceRecommendationsJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.ListInferenceRecommendationsJobsSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.RecommendationJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42537,8 +41574,7 @@ public struct ListInferenceRecommendationsJobsOutput: Swift.Sendable { public init( inferenceRecommendationsJobs: [SageMakerClientTypes.InferenceRecommendationsJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inferenceRecommendationsJobs = inferenceRecommendationsJobs self.nextToken = nextToken } @@ -42563,8 +41599,7 @@ public struct ListInferenceRecommendationsJobStepsInput: Swift.Sendable { nextToken: Swift.String? = nil, status: SageMakerClientTypes.RecommendationJobStatus? = nil, stepType: SageMakerClientTypes.RecommendationStepType? = nil - ) - { + ) { self.jobName = jobName self.maxResults = maxResults self.nextToken = nextToken @@ -42582,8 +41617,7 @@ public struct ListInferenceRecommendationsJobStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, steps: [SageMakerClientTypes.InferenceRecommendationsJobStep]? = nil - ) - { + ) { self.nextToken = nextToken self.steps = steps } @@ -42654,8 +41688,7 @@ public struct ListLabelingJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.LabelingJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -42678,8 +41711,7 @@ public struct ListLabelingJobsOutput: Swift.Sendable { public init( labelingJobSummaryList: [SageMakerClientTypes.LabelingJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labelingJobSummaryList = labelingJobSummaryList self.nextToken = nextToken } @@ -42739,8 +41771,7 @@ public struct ListLabelingJobsForWorkteamInput: Swift.Sendable { sortBy: SageMakerClientTypes.ListLabelingJobsForWorkteamSortByOptions? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, workteamArn: Swift.String? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.jobReferenceCodeContains = jobReferenceCodeContains @@ -42762,8 +41793,7 @@ public struct ListLabelingJobsForWorkteamOutput: Swift.Sendable { public init( labelingJobSummaryList: [SageMakerClientTypes.LabelingJobForWorkteamSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.labelingJobSummaryList = labelingJobSummaryList self.nextToken = nextToken } @@ -42819,8 +41849,7 @@ public struct ListLineageGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.SortLineageGroupsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -42839,8 +41868,7 @@ public struct ListLineageGroupsOutput: Swift.Sendable { public init( lineageGroupSummaries: [SageMakerClientTypes.LineageGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lineageGroupSummaries = lineageGroupSummaries self.nextToken = nextToken } @@ -42905,8 +41933,7 @@ public struct ListMlflowTrackingServersInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortTrackingServerBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, trackingServerStatus: SageMakerClientTypes.TrackingServerStatus? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -42945,8 +41972,7 @@ extension SageMakerClientTypes { trackingServerArn: Swift.String? = nil, trackingServerName: Swift.String? = nil, trackingServerStatus: SageMakerClientTypes.TrackingServerStatus? = nil - ) - { + ) { self.creationTime = creationTime self.isActive = isActive self.lastModifiedTime = lastModifiedTime @@ -42967,8 +41993,7 @@ public struct ListMlflowTrackingServersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trackingServerSummaries: [SageMakerClientTypes.TrackingServerSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trackingServerSummaries = trackingServerSummaries } @@ -43001,8 +42026,7 @@ public struct ListModelBiasJobDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.MonitoringJobDefinitionSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -43024,8 +42048,7 @@ public struct ListModelBiasJobDefinitionsOutput: Swift.Sendable { public init( jobDefinitionSummaries: [SageMakerClientTypes.MonitoringJobDefinitionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobDefinitionSummaries = jobDefinitionSummaries self.nextToken = nextToken } @@ -43127,8 +42150,7 @@ public struct ListModelCardExportJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.ModelCardExportJobSortBy? = nil, sortOrder: SageMakerClientTypes.ModelCardExportJobSortOrder? = nil, statusEquals: SageMakerClientTypes.ModelCardExportJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -43176,8 +42198,7 @@ extension SageMakerClientTypes { modelCardName: Swift.String? = nil, modelCardVersion: Swift.Int? = nil, status: SageMakerClientTypes.ModelCardExportJobStatus? = nil - ) - { + ) { self.createdAt = createdAt self.lastModifiedAt = lastModifiedAt self.modelCardExportJobArn = modelCardExportJobArn @@ -43199,8 +42220,7 @@ public struct ListModelCardExportJobsOutput: Swift.Sendable { public init( modelCardExportJobSummaries: [SageMakerClientTypes.ModelCardExportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelCardExportJobSummaries = modelCardExportJobSummaries self.nextToken = nextToken } @@ -43291,8 +42311,7 @@ public struct ListModelCardsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ModelCardSortBy? = nil, sortOrder: SageMakerClientTypes.ModelCardSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -43337,8 +42356,7 @@ extension SageMakerClientTypes { modelCardArn: Swift.String? = nil, modelCardName: Swift.String? = nil, modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.modelCardArn = modelCardArn @@ -43358,8 +42376,7 @@ public struct ListModelCardsOutput: Swift.Sendable { public init( modelCardSummaries: [SageMakerClientTypes.ModelCardSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelCardSummaries = modelCardSummaries self.nextToken = nextToken } @@ -43419,8 +42436,7 @@ public struct ListModelCardVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ModelCardVersionSortBy? = nil, sortOrder: SageMakerClientTypes.ModelCardSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -43469,8 +42485,7 @@ extension SageMakerClientTypes { modelCardName: Swift.String? = nil, modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil, modelCardVersion: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.modelCardArn = modelCardArn @@ -43491,8 +42506,7 @@ public struct ListModelCardVersionsOutput: Swift.Sendable { public init( modelCardVersionSummaryList: [SageMakerClientTypes.ModelCardVersionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelCardVersionSummaryList = modelCardVersionSummaryList self.nextToken = nextToken } @@ -43525,8 +42539,7 @@ public struct ListModelExplainabilityJobDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.MonitoringJobDefinitionSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -43548,8 +42561,7 @@ public struct ListModelExplainabilityJobDefinitionsOutput: Swift.Sendable { public init( jobDefinitionSummaries: [SageMakerClientTypes.MonitoringJobDefinitionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobDefinitionSummaries = jobDefinitionSummaries self.nextToken = nextToken } @@ -43604,8 +42616,7 @@ extension SageMakerClientTypes { public init( name: SageMakerClientTypes.ModelMetadataFilterType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -43621,8 +42632,7 @@ extension SageMakerClientTypes { public init( filters: [SageMakerClientTypes.ModelMetadataFilter]? = nil - ) - { + ) { self.filters = filters } } @@ -43640,8 +42650,7 @@ public struct ListModelMetadataInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: SageMakerClientTypes.ModelMetadataSearchExpression? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.searchExpression = searchExpression @@ -43674,8 +42683,7 @@ extension SageMakerClientTypes { frameworkVersion: Swift.String? = nil, model: Swift.String? = nil, task: Swift.String? = nil - ) - { + ) { self.domain = domain self.framework = framework self.frameworkVersion = frameworkVersion @@ -43695,8 +42703,7 @@ public struct ListModelMetadataOutput: Swift.Sendable { public init( modelMetadataSummaries: [SageMakerClientTypes.ModelMetadataSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelMetadataSummaries = modelMetadataSummaries self.nextToken = nextToken } @@ -43758,8 +42765,7 @@ public struct ListModelPackageGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ModelPackageGroupSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.crossAccountFilterOption = crossAccountFilterOption @@ -43796,8 +42802,7 @@ extension SageMakerClientTypes { modelPackageGroupDescription: Swift.String? = nil, modelPackageGroupName: Swift.String? = nil, modelPackageGroupStatus: SageMakerClientTypes.ModelPackageGroupStatus? = nil - ) - { + ) { self.creationTime = creationTime self.modelPackageGroupArn = modelPackageGroupArn self.modelPackageGroupDescription = modelPackageGroupDescription @@ -43817,8 +42822,7 @@ public struct ListModelPackageGroupsOutput: Swift.Sendable { public init( modelPackageGroupSummaryList: [SageMakerClientTypes.ModelPackageGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelPackageGroupSummaryList = modelPackageGroupSummaryList self.nextToken = nextToken } @@ -43924,8 +42928,7 @@ public struct ListModelPackagesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ModelPackageSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -43978,8 +42981,7 @@ extension SageMakerClientTypes { modelPackageName: Swift.String? = nil, modelPackageStatus: SageMakerClientTypes.ModelPackageStatus? = nil, modelPackageVersion: Swift.Int? = nil - ) - { + ) { self.creationTime = creationTime self.modelApprovalStatus = modelApprovalStatus self.modelPackageArn = modelPackageArn @@ -44002,8 +43004,7 @@ public struct ListModelPackagesOutput: Swift.Sendable { public init( modelPackageSummaryList: [SageMakerClientTypes.ModelPackageSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.modelPackageSummaryList = modelPackageSummaryList self.nextToken = nextToken } @@ -44036,8 +43037,7 @@ public struct ListModelQualityJobDefinitionsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.MonitoringJobDefinitionSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -44059,8 +43059,7 @@ public struct ListModelQualityJobDefinitionsOutput: Swift.Sendable { public init( jobDefinitionSummaries: [SageMakerClientTypes.MonitoringJobDefinitionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobDefinitionSummaries = jobDefinitionSummaries self.nextToken = nextToken } @@ -44119,8 +43118,7 @@ public struct ListModelsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ModelSortKey? = nil, sortOrder: SageMakerClientTypes.OrderKey? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -44149,8 +43147,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, modelArn: Swift.String? = nil, modelName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.modelArn = modelArn self.modelName = modelName @@ -44168,8 +43165,7 @@ public struct ListModelsOutput: Swift.Sendable { public init( models: [SageMakerClientTypes.ModelSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.models = models self.nextToken = nextToken } @@ -44263,8 +43259,7 @@ public struct ListMonitoringAlertHistoryInput: Swift.Sendable { sortBy: SageMakerClientTypes.MonitoringAlertHistorySortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.MonitoringAlertStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -44299,8 +43294,7 @@ extension SageMakerClientTypes { creationTime: Foundation.Date? = nil, monitoringAlertName: Swift.String? = nil, monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.alertStatus = alertStatus self.creationTime = creationTime self.monitoringAlertName = monitoringAlertName @@ -44318,8 +43312,7 @@ public struct ListMonitoringAlertHistoryOutput: Swift.Sendable { public init( monitoringAlertHistory: [SageMakerClientTypes.MonitoringAlertHistorySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitoringAlertHistory = monitoringAlertHistory self.nextToken = nextToken } @@ -44338,8 +43331,7 @@ public struct ListMonitoringAlertsInput: Swift.Sendable { maxResults: Swift.Int? = nil, monitoringScheduleName: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.monitoringScheduleName = monitoringScheduleName self.nextToken = nextToken @@ -44355,8 +43347,7 @@ extension SageMakerClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -44371,8 +43362,7 @@ extension SageMakerClientTypes { public init( modelDashboardIndicator: SageMakerClientTypes.ModelDashboardIndicatorAction? = nil - ) - { + ) { self.modelDashboardIndicator = modelDashboardIndicator } } @@ -44412,8 +43402,7 @@ extension SageMakerClientTypes { evaluationPeriod: Swift.Int? = nil, lastModifiedTime: Foundation.Date? = nil, monitoringAlertName: Swift.String? = nil - ) - { + ) { self.actions = actions self.alertStatus = alertStatus self.creationTime = creationTime @@ -44434,8 +43423,7 @@ public struct ListMonitoringAlertsOutput: Swift.Sendable { public init( monitoringAlertSummaries: [SageMakerClientTypes.MonitoringAlertSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitoringAlertSummaries = monitoringAlertSummaries self.nextToken = nextToken } @@ -44521,8 +43509,7 @@ public struct ListMonitoringExecutionsInput: Swift.Sendable { sortBy: SageMakerClientTypes.MonitoringExecutionSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.ExecutionStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -44551,8 +43538,7 @@ public struct ListMonitoringExecutionsOutput: Swift.Sendable { public init( monitoringExecutionSummaries: [SageMakerClientTypes.MonitoringExecutionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitoringExecutionSummaries = monitoringExecutionSummaries self.nextToken = nextToken } @@ -44632,8 +43618,7 @@ public struct ListMonitoringSchedulesInput: Swift.Sendable { sortBy: SageMakerClientTypes.MonitoringScheduleSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.ScheduleStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.endpointName = endpointName @@ -44685,8 +43670,7 @@ extension SageMakerClientTypes { monitoringScheduleName: Swift.String? = nil, monitoringScheduleStatus: SageMakerClientTypes.ScheduleStatus? = nil, monitoringType: SageMakerClientTypes.MonitoringType? = nil - ) - { + ) { self.creationTime = creationTime self.endpointName = endpointName self.lastModifiedTime = lastModifiedTime @@ -44709,8 +43693,7 @@ public struct ListMonitoringSchedulesOutput: Swift.Sendable { public init( monitoringScheduleSummaries: [SageMakerClientTypes.MonitoringScheduleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.monitoringScheduleSummaries = monitoringScheduleSummaries self.nextToken = nextToken } @@ -44807,8 +43790,7 @@ public struct ListNotebookInstanceLifecycleConfigsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.NotebookInstanceLifecycleConfigSortKey? = nil, sortOrder: SageMakerClientTypes.NotebookInstanceLifecycleConfigSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -44841,8 +43823,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, notebookInstanceLifecycleConfigArn: Swift.String? = nil, notebookInstanceLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.notebookInstanceLifecycleConfigArn = notebookInstanceLifecycleConfigArn @@ -44860,8 +43841,7 @@ public struct ListNotebookInstanceLifecycleConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notebookInstanceLifecycleConfigs: [SageMakerClientTypes.NotebookInstanceLifecycleConfigSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notebookInstanceLifecycleConfigs = notebookInstanceLifecycleConfigs } @@ -44970,8 +43950,7 @@ public struct ListNotebookInstancesInput: Swift.Sendable { sortBy: SageMakerClientTypes.NotebookInstanceSortKey? = nil, sortOrder: SageMakerClientTypes.NotebookInstanceSortOrder? = nil, statusEquals: SageMakerClientTypes.NotebookInstanceStatus? = nil - ) - { + ) { self.additionalCodeRepositoryEquals = additionalCodeRepositoryEquals self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore @@ -45026,8 +44005,7 @@ extension SageMakerClientTypes { notebookInstanceName: Swift.String? = nil, notebookInstanceStatus: SageMakerClientTypes.NotebookInstanceStatus? = nil, url: Swift.String? = nil - ) - { + ) { self.additionalCodeRepositories = additionalCodeRepositories self.creationTime = creationTime self.defaultCodeRepository = defaultCodeRepository @@ -45051,8 +44029,7 @@ public struct ListNotebookInstancesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notebookInstances: [SageMakerClientTypes.NotebookInstanceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notebookInstances = notebookInstances } @@ -45126,8 +44103,7 @@ public struct ListOptimizationJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.ListOptimizationJobsSortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.OptimizationJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -45181,8 +44157,7 @@ extension SageMakerClientTypes { optimizationJobStatus: SageMakerClientTypes.OptimizationJobStatus? = nil, optimizationStartTime: Foundation.Date? = nil, optimizationTypes: [Swift.String]? = nil - ) - { + ) { self.creationTime = creationTime self.deploymentInstanceType = deploymentInstanceType self.lastModifiedTime = lastModifiedTime @@ -45206,8 +44181,7 @@ public struct ListOptimizationJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, optimizationJobSummaries: [SageMakerClientTypes.OptimizationJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.optimizationJobSummaries = optimizationJobSummaries } @@ -45222,8 +44196,7 @@ public struct ListPartnerAppsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -45250,8 +44223,7 @@ extension SageMakerClientTypes { name: Swift.String? = nil, status: SageMakerClientTypes.PartnerAppStatus? = nil, type: SageMakerClientTypes.PartnerAppType? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.name = name @@ -45270,8 +44242,7 @@ public struct ListPartnerAppsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, summaries: [SageMakerClientTypes.PartnerAppSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.summaries = summaries } @@ -45331,8 +44302,7 @@ public struct ListPipelineExecutionsInput: Swift.Sendable { pipelineName: Swift.String? = nil, sortBy: SageMakerClientTypes.SortPipelineExecutionsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -45367,8 +44337,7 @@ extension SageMakerClientTypes { pipelineExecutionFailureReason: Swift.String? = nil, pipelineExecutionStatus: SageMakerClientTypes.PipelineExecutionStatus? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn self.pipelineExecutionDescription = pipelineExecutionDescription self.pipelineExecutionDisplayName = pipelineExecutionDisplayName @@ -45388,8 +44357,7 @@ public struct ListPipelineExecutionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineExecutionSummaries: [SageMakerClientTypes.PipelineExecutionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineExecutionSummaries = pipelineExecutionSummaries } @@ -45410,8 +44378,7 @@ public struct ListPipelineExecutionStepsInput: Swift.Sendable { nextToken: Swift.String? = nil, pipelineExecutionArn: Swift.String? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.pipelineExecutionArn = pipelineExecutionArn @@ -45428,8 +44395,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45444,8 +44410,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45487,8 +44452,7 @@ extension SageMakerClientTypes { registerNewBaseline: Swift.Bool? = nil, skipCheck: Swift.Bool? = nil, violationReport: Swift.String? = nil - ) - { + ) { self.baselineUsedForDriftCheckConstraints = baselineUsedForDriftCheckConstraints self.baselineUsedForDriftCheckStatistics = baselineUsedForDriftCheckStatistics self.calculatedBaselineConstraints = calculatedBaselineConstraints @@ -45512,8 +44476,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45528,8 +44491,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45544,8 +44506,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45560,8 +44521,7 @@ extension SageMakerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -45653,8 +44613,7 @@ extension SageMakerClientTypes { trainingJob: SageMakerClientTypes.TrainingJobStepMetadata? = nil, transformJob: SageMakerClientTypes.TransformJobStepMetadata? = nil, tuningJob: SageMakerClientTypes.TuningJobStepMetaData? = nil - ) - { + ) { self.autoMLJob = autoMLJob self.callback = callback self.clarifyCheck = clarifyCheck @@ -45684,8 +44643,7 @@ extension SageMakerClientTypes { public init( sourcePipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.sourcePipelineExecutionArn = sourcePipelineExecutionArn } } @@ -45771,8 +44729,7 @@ extension SageMakerClientTypes { stepDisplayName: Swift.String? = nil, stepName: Swift.String? = nil, stepStatus: SageMakerClientTypes.StepStatus? = nil - ) - { + ) { self.attemptCount = attemptCount self.cacheHitResult = cacheHitResult self.endTime = endTime @@ -45797,8 +44754,7 @@ public struct ListPipelineExecutionStepsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineExecutionSteps: [SageMakerClientTypes.PipelineExecutionStep]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineExecutionSteps = pipelineExecutionSteps } @@ -45817,8 +44773,7 @@ public struct ListPipelineParametersForExecutionInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.pipelineExecutionArn = pipelineExecutionArn @@ -45839,8 +44794,7 @@ extension SageMakerClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -45856,8 +44810,7 @@ public struct ListPipelineParametersForExecutionOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineParameters: [SageMakerClientTypes.Parameter]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineParameters = pipelineParameters } @@ -45916,8 +44869,7 @@ public struct ListPipelinesInput: Swift.Sendable { pipelineNamePrefix: Swift.String? = nil, sortBy: SageMakerClientTypes.SortPipelinesBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.maxResults = maxResults @@ -45958,8 +44910,7 @@ extension SageMakerClientTypes { pipelineDisplayName: Swift.String? = nil, pipelineName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastExecutionTime = lastExecutionTime self.lastModifiedTime = lastModifiedTime @@ -45981,8 +44932,7 @@ public struct ListPipelinesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, pipelineSummaries: [SageMakerClientTypes.PipelineSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.pipelineSummaries = pipelineSummaries } @@ -46021,8 +44971,7 @@ public struct ListProcessingJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.ProcessingJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -46070,8 +45019,7 @@ extension SageMakerClientTypes { processingJobArn: Swift.String? = nil, processingJobName: Swift.String? = nil, processingJobStatus: SageMakerClientTypes.ProcessingJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.exitMessage = exitMessage self.failureReason = failureReason @@ -46094,8 +45042,7 @@ public struct ListProcessingJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, processingJobSummaries: [SageMakerClientTypes.ProcessingJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.processingJobSummaries = processingJobSummaries } @@ -46183,8 +45130,7 @@ public struct ListProjectsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ProjectSortBy? = nil, sortOrder: SageMakerClientTypes.ProjectSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -46224,8 +45170,7 @@ extension SageMakerClientTypes { projectId: Swift.String? = nil, projectName: Swift.String? = nil, projectStatus: SageMakerClientTypes.ProjectStatus? = nil - ) - { + ) { self.creationTime = creationTime self.projectArn = projectArn self.projectDescription = projectDescription @@ -46246,8 +45191,7 @@ public struct ListProjectsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, projectSummaryList: [SageMakerClientTypes.ProjectSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.projectSummaryList = projectSummaryList } @@ -46332,8 +45276,7 @@ public struct ListResourceCatalogsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ResourceCatalogSortBy? = nil, sortOrder: SageMakerClientTypes.ResourceCatalogSortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.maxResults = maxResults @@ -46366,8 +45309,7 @@ extension SageMakerClientTypes { description: Swift.String? = nil, resourceCatalogArn: Swift.String? = nil, resourceCatalogName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.description = description self.resourceCatalogArn = resourceCatalogArn @@ -46385,8 +45327,7 @@ public struct ListResourceCatalogsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceCatalogs: [SageMakerClientTypes.ResourceCatalog]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceCatalogs = resourceCatalogs } @@ -46442,8 +45383,7 @@ public struct ListSpacesInput: Swift.Sendable { sortBy: SageMakerClientTypes.SpaceSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, spaceNameContains: Swift.String? = nil - ) - { + ) { self.domainIdEquals = domainIdEquals self.maxResults = maxResults self.nextToken = nextToken @@ -46462,8 +45402,7 @@ extension SageMakerClientTypes { public init( ownerUserProfileName: Swift.String? = nil - ) - { + ) { self.ownerUserProfileName = ownerUserProfileName } } @@ -46481,8 +45420,7 @@ extension SageMakerClientTypes { public init( appType: SageMakerClientTypes.AppType? = nil, spaceStorageSettings: SageMakerClientTypes.SpaceStorageSettings? = nil - ) - { + ) { self.appType = appType self.spaceStorageSettings = spaceStorageSettings } @@ -46498,8 +45436,7 @@ extension SageMakerClientTypes { public init( sharingType: SageMakerClientTypes.SharingType? = nil - ) - { + ) { self.sharingType = sharingType } } @@ -46538,8 +45475,7 @@ extension SageMakerClientTypes { spaceSettingsSummary: SageMakerClientTypes.SpaceSettingsSummary? = nil, spaceSharingSettingsSummary: SageMakerClientTypes.SpaceSharingSettingsSummary? = nil, status: SageMakerClientTypes.SpaceStatus? = nil - ) - { + ) { self.creationTime = creationTime self.domainId = domainId self.lastModifiedTime = lastModifiedTime @@ -46562,8 +45498,7 @@ public struct ListSpacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, spaces: [SageMakerClientTypes.SpaceDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.spaces = spaces } @@ -46589,8 +45524,7 @@ public struct ListStageDevicesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.excludeDevicesDeployedInOtherStage = excludeDevicesDeployedInOtherStage self.maxResults = maxResults @@ -46609,8 +45543,7 @@ public struct ListStageDevicesOutput: Swift.Sendable { public init( deviceDeploymentSummaries: [SageMakerClientTypes.DeviceDeploymentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.deviceDeploymentSummaries = deviceDeploymentSummaries self.nextToken = nextToken } @@ -46681,8 +45614,7 @@ public struct ListStudioLifecycleConfigsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.StudioLifecycleConfigSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.appTypeEquals = appTypeEquals self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore @@ -46717,8 +45649,7 @@ extension SageMakerClientTypes { studioLifecycleConfigAppType: SageMakerClientTypes.StudioLifecycleConfigAppType? = nil, studioLifecycleConfigArn: Swift.String? = nil, studioLifecycleConfigName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.studioLifecycleConfigAppType = studioLifecycleConfigAppType @@ -46737,8 +45668,7 @@ public struct ListStudioLifecycleConfigsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, studioLifecycleConfigs: [SageMakerClientTypes.StudioLifecycleConfigDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.studioLifecycleConfigs = studioLifecycleConfigs } @@ -46756,8 +45686,7 @@ public struct ListSubscribedWorkteamsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -46774,8 +45703,7 @@ public struct ListSubscribedWorkteamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscribedWorkteams: [SageMakerClientTypes.SubscribedWorkteam]? = nil - ) - { + ) { self.nextToken = nextToken self.subscribedWorkteams = subscribedWorkteams } @@ -46794,8 +45722,7 @@ public struct ListTagsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -46811,8 +45738,7 @@ public struct ListTagsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -46857,8 +45783,7 @@ public struct ListTrainingJobsInput: Swift.Sendable { statusEquals: SageMakerClientTypes.TrainingJobStatus? = nil, trainingPlanArnEquals: Swift.String? = nil, warmPoolStatusEquals: SageMakerClientTypes.WarmPoolResourceStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -46911,8 +45836,7 @@ extension SageMakerClientTypes { trainingJobStatus: SageMakerClientTypes.TrainingJobStatus? = nil, trainingPlanArn: Swift.String? = nil, warmPoolStatus: SageMakerClientTypes.WarmPoolStatus? = nil - ) - { + ) { self.creationTime = creationTime self.lastModifiedTime = lastModifiedTime self.secondaryStatus = secondaryStatus @@ -46936,8 +45860,7 @@ public struct ListTrainingJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainingJobSummaries: [SageMakerClientTypes.TrainingJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainingJobSummaries = trainingJobSummaries } @@ -47000,8 +45923,7 @@ public struct ListTrainingJobsForHyperParameterTuningJobInput: Swift.Sendable { sortBy: SageMakerClientTypes.TrainingJobSortByOptions? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.TrainingJobStatus? = nil - ) - { + ) { self.hyperParameterTuningJobName = hyperParameterTuningJobName self.maxResults = maxResults self.nextToken = nextToken @@ -47021,8 +45943,7 @@ public struct ListTrainingJobsForHyperParameterTuningJobOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainingJobSummaries: [SageMakerClientTypes.HyperParameterTrainingJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainingJobSummaries = trainingJobSummaries } @@ -47068,8 +45989,7 @@ extension SageMakerClientTypes { public init( name: SageMakerClientTypes.TrainingPlanFilterName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -47161,8 +46081,7 @@ public struct ListTrainingPlansInput: Swift.Sendable { sortOrder: SageMakerClientTypes.TrainingPlanSortOrder? = nil, startTimeAfter: Foundation.Date? = nil, startTimeBefore: Foundation.Date? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -47231,8 +46150,7 @@ extension SageMakerClientTypes { trainingPlanArn: Swift.String? = nil, trainingPlanName: Swift.String? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.availableInstanceCount = availableInstanceCount self.currencyCode = currencyCode self.durationHours = durationHours @@ -47262,8 +46180,7 @@ public struct ListTrainingPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trainingPlanSummaries: [SageMakerClientTypes.TrainingPlanSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trainingPlanSummaries = trainingPlanSummaries } @@ -47302,8 +46219,7 @@ public struct ListTransformJobsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, statusEquals: SageMakerClientTypes.TransformJobStatus? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.lastModifiedTimeAfter = lastModifiedTimeAfter @@ -47348,8 +46264,7 @@ extension SageMakerClientTypes { transformJobArn: Swift.String? = nil, transformJobName: Swift.String? = nil, transformJobStatus: SageMakerClientTypes.TransformJobStatus? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.lastModifiedTime = lastModifiedTime @@ -47371,8 +46286,7 @@ public struct ListTransformJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, transformJobSummaries: [SageMakerClientTypes.TransformJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.transformJobSummaries = transformJobSummaries } @@ -47437,8 +46351,7 @@ public struct ListTrialComponentsInput: Swift.Sendable { sortOrder: SageMakerClientTypes.SortOrder? = nil, sourceArn: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.experimentName = experimentName @@ -47496,8 +46409,7 @@ extension SageMakerClientTypes { trialComponentArn: Swift.String? = nil, trialComponentName: Swift.String? = nil, trialComponentSource: SageMakerClientTypes.TrialComponentSource? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.displayName = displayName @@ -47522,8 +46434,7 @@ public struct ListTrialComponentsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trialComponentSummaries: [SageMakerClientTypes.TrialComponentSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trialComponentSummaries = trialComponentSummaries } @@ -47585,8 +46496,7 @@ public struct ListTrialsInput: Swift.Sendable { sortBy: SageMakerClientTypes.SortTrialsBy? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.experimentName = experimentName @@ -47622,8 +46532,7 @@ extension SageMakerClientTypes { trialArn: Swift.String? = nil, trialName: Swift.String? = nil, trialSource: SageMakerClientTypes.TrialSource? = nil - ) - { + ) { self.creationTime = creationTime self.displayName = displayName self.lastModifiedTime = lastModifiedTime @@ -47643,8 +46552,7 @@ public struct ListTrialsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trialSummaries: [SageMakerClientTypes.TrialSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trialSummaries = trialSummaries } @@ -47700,8 +46608,7 @@ public struct ListUserProfilesInput: Swift.Sendable { sortBy: SageMakerClientTypes.UserProfileSortKey? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil, userProfileNameContains: Swift.String? = nil - ) - { + ) { self.domainIdEquals = domainIdEquals self.maxResults = maxResults self.nextToken = nextToken @@ -47732,8 +46639,7 @@ extension SageMakerClientTypes { lastModifiedTime: Foundation.Date? = nil, status: SageMakerClientTypes.UserProfileStatus? = nil, userProfileName: Swift.String? = nil - ) - { + ) { self.creationTime = creationTime self.domainId = domainId self.lastModifiedTime = lastModifiedTime @@ -47752,8 +46658,7 @@ public struct ListUserProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userProfiles: [SageMakerClientTypes.UserProfileDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.userProfiles = userProfiles } @@ -47806,8 +46711,7 @@ public struct ListWorkforcesInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ListWorkforcesSortByOptions? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -47826,8 +46730,7 @@ public struct ListWorkforcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workforces: [SageMakerClientTypes.Workforce]? = nil - ) - { + ) { self.nextToken = nextToken self.workforces = workforces } @@ -47880,8 +46783,7 @@ public struct ListWorkteamsInput: Swift.Sendable { nextToken: Swift.String? = nil, sortBy: SageMakerClientTypes.ListWorkteamsSortByOptions? = nil, sortOrder: SageMakerClientTypes.SortOrder? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -47900,8 +46802,7 @@ public struct ListWorkteamsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workteams: [SageMakerClientTypes.Workteam]? = nil - ) - { + ) { self.nextToken = nextToken self.workteams = workteams } @@ -47946,8 +46847,7 @@ extension SageMakerClientTypes { primaryContainer: SageMakerClientTypes.ContainerDefinition? = nil, tags: [SageMakerClientTypes.Tag]? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.containers = containers self.creationTime = creationTime self.deploymentRecommendation = deploymentRecommendation @@ -48019,8 +46919,7 @@ extension SageMakerClientTypes { riskRating: Swift.String? = nil, securityConfig: SageMakerClientTypes.ModelCardSecurityConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.content = content self.createdBy = createdBy self.creationTime = creationTime @@ -48070,8 +46969,7 @@ extension SageMakerClientTypes { endpointName: Swift.String? = nil, endpointStatus: SageMakerClientTypes.EndpointStatus? = nil, lastModifiedTime: Foundation.Date? = nil - ) - { + ) { self.creationTime = creationTime self.endpointArn = endpointArn self.endpointName = endpointName @@ -48169,8 +47067,7 @@ extension SageMakerClientTypes { transformOutput: SageMakerClientTypes.TransformOutput? = nil, transformResources: SageMakerClientTypes.TransformResources? = nil, transformStartTime: Foundation.Date? = nil - ) - { + ) { self.autoMLJobArn = autoMLJobArn self.batchStrategy = batchStrategy self.creationTime = creationTime @@ -48239,8 +47136,7 @@ extension SageMakerClientTypes { riskRating: Swift.String? = nil, securityConfig: SageMakerClientTypes.ModelCardSecurityConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.lastModifiedBy = lastModifiedBy @@ -48299,8 +47195,7 @@ extension SageMakerClientTypes { monitoringScheduleName: Swift.String? = nil, monitoringScheduleStatus: SageMakerClientTypes.ScheduleStatus? = nil, monitoringType: SageMakerClientTypes.MonitoringType? = nil - ) - { + ) { self.batchTransformInput = batchTransformInput self.creationTime = creationTime self.endpointName = endpointName @@ -48338,8 +47233,7 @@ extension SageMakerClientTypes { model: SageMakerClientTypes.Model? = nil, modelCard: SageMakerClientTypes.ModelDashboardModelCard? = nil, monitoringSchedules: [SageMakerClientTypes.ModelDashboardMonitoringSchedule]? = nil - ) - { + ) { self.endpoints = endpoints self.lastBatchTransformJob = lastBatchTransformJob self.model = model @@ -48464,8 +47358,7 @@ extension SageMakerClientTypes { tags: [SageMakerClientTypes.Tag]? = nil, task: Swift.String? = nil, validationSpecification: SageMakerClientTypes.ModelPackageValidationSpecification? = nil - ) - { + ) { self.additionalInferenceSpecifications = additionalInferenceSpecifications self.approvalDescription = approvalDescription self.certifyForMarketplace = certifyForMarketplace @@ -48540,8 +47433,7 @@ extension SageMakerClientTypes { modelPackageGroupName: Swift.String? = nil, modelPackageGroupStatus: SageMakerClientTypes.ModelPackageGroupStatus? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.modelPackageGroupArn = modelPackageGroupArn @@ -48603,8 +47495,7 @@ extension SageMakerClientTypes { public init( filters: [SageMakerClientTypes.Filter]? = nil, nestedPropertyName: Swift.String? = nil - ) - { + ) { self.filters = filters self.nestedPropertyName = nestedPropertyName } @@ -48620,8 +47511,7 @@ extension SageMakerClientTypes { public init( ttlDuration: SageMakerClientTypes.TtlDuration? = nil - ) - { + ) { self.ttlDuration = ttlDuration } } @@ -48639,8 +47529,7 @@ extension SageMakerClientTypes { public init( experimentName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.experimentName = experimentName self.trialName = trialName } @@ -48692,8 +47581,7 @@ extension SageMakerClientTypes { pipelineStatus: SageMakerClientTypes.PipelineStatus? = nil, roleArn: Swift.String? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.lastModifiedBy = lastModifiedBy @@ -48759,8 +47647,7 @@ extension SageMakerClientTypes { pipelineExperimentConfig: SageMakerClientTypes.PipelineExperimentConfig? = nil, pipelineParameters: [SageMakerClientTypes.Parameter]? = nil, selectiveExecutionConfig: SageMakerClientTypes.SelectiveExecutionConfig? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.failureReason = failureReason @@ -48857,8 +47744,7 @@ extension SageMakerClientTypes { stoppingCondition: SageMakerClientTypes.ProcessingStoppingCondition? = nil, tags: [SageMakerClientTypes.Tag]? = nil, trainingJobArn: Swift.String? = nil - ) - { + ) { self.appSpecification = appSpecification self.autoMLJobArn = autoMLJobArn self.creationTime = creationTime @@ -48903,8 +47789,7 @@ extension SageMakerClientTypes { profilingIntervalInMilliseconds: Swift.Int? = nil, profilingParameters: [Swift.String: Swift.String]? = nil, s3OutputPath: Swift.String? = nil - ) - { + ) { self.disableProfiler = disableProfiler self.profilingIntervalInMilliseconds = profilingIntervalInMilliseconds self.profilingParameters = profilingParameters @@ -48955,8 +47840,7 @@ extension SageMakerClientTypes { serviceCatalogProvisionedProductDetails: SageMakerClientTypes.ServiceCatalogProvisionedProductDetails? = nil, serviceCatalogProvisioningDetails: SageMakerClientTypes.ServiceCatalogProvisioningDetails? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.lastModifiedBy = lastModifiedBy @@ -48984,8 +47868,7 @@ public struct PutModelPackageGroupPolicyInput: Swift.Sendable { public init( modelPackageGroupName: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.modelPackageGroupName = modelPackageGroupName self.resourcePolicy = resourcePolicy } @@ -48998,8 +47881,7 @@ public struct PutModelPackageGroupPolicyOutput: Swift.Sendable { public init( modelPackageGroupArn: Swift.String? = nil - ) - { + ) { self.modelPackageGroupArn = modelPackageGroupArn } } @@ -49031,8 +47913,7 @@ extension SageMakerClientTypes { modifiedBefore: Foundation.Date? = nil, properties: [Swift.String: Swift.String]? = nil, types: [Swift.String]? = nil - ) - { + ) { self.createdAfter = createdAfter self.createdBefore = createdBefore self.lineageTypes = lineageTypes @@ -49078,8 +47959,7 @@ public struct QueryLineageInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startArns: [Swift.String]? = nil - ) - { + ) { self.direction = direction self.filters = filters self.includeEdges = includeEdges @@ -49105,8 +47985,7 @@ extension SageMakerClientTypes { arn: Swift.String? = nil, lineageType: SageMakerClientTypes.LineageType? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.lineageType = lineageType self.type = type @@ -49126,8 +48005,7 @@ public struct QueryLineageOutput: Swift.Sendable { edges: [SageMakerClientTypes.Edge]? = nil, nextToken: Swift.String? = nil, vertices: [SageMakerClientTypes.Vertex]? = nil - ) - { + ) { self.edges = edges self.nextToken = nextToken self.vertices = vertices @@ -49148,8 +48026,7 @@ public struct RegisterDevicesInput: Swift.Sendable { deviceFleetName: Swift.String? = nil, devices: [SageMakerClientTypes.Device]? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.devices = devices self.tags = tags @@ -49165,8 +48042,7 @@ extension SageMakerClientTypes { public init( enableRemoteDebug: Swift.Bool? = nil - ) - { + ) { self.enableRemoteDebug = enableRemoteDebug } } @@ -49182,8 +48058,7 @@ extension SageMakerClientTypes { public init( input: Swift.String? = nil - ) - { + ) { self.input = input } } @@ -49203,8 +48078,7 @@ extension SageMakerClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -49228,8 +48102,7 @@ public struct RenderUiTemplateInput: Swift.Sendable { roleArn: Swift.String? = nil, task: SageMakerClientTypes.RenderableTask? = nil, uiTemplate: SageMakerClientTypes.UiTemplate? = nil - ) - { + ) { self.humanTaskUiArn = humanTaskUiArn self.roleArn = roleArn self.task = task @@ -49248,8 +48121,7 @@ public struct RenderUiTemplateOutput: Swift.Sendable { public init( errors: [SageMakerClientTypes.RenderingError]? = nil, renderedContent: Swift.String? = nil - ) - { + ) { self.errors = errors self.renderedContent = renderedContent } @@ -49284,8 +48156,7 @@ extension SageMakerClientTypes { instanceCount: Swift.Int? = nil, instanceType: SageMakerClientTypes.ReservedCapacityInstanceType? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.availabilityZone = availabilityZone self.durationHours = durationHours self.durationMinutes = durationMinutes @@ -49307,8 +48178,7 @@ extension SageMakerClientTypes { public init( keepAlivePeriodInSeconds: Swift.Int? = nil - ) - { + ) { self.keepAlivePeriodInSeconds = keepAlivePeriodInSeconds } } @@ -49328,8 +48198,7 @@ public struct RetryPipelineExecutionInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, parallelismConfiguration: SageMakerClientTypes.ParallelismConfiguration? = nil, pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.parallelismConfiguration = parallelismConfiguration self.pipelineExecutionArn = pipelineExecutionArn @@ -49342,8 +48211,7 @@ public struct RetryPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -49389,8 +48257,7 @@ extension SageMakerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -49575,8 +48442,7 @@ extension SageMakerClientTypes { trainingTimeInSeconds: Swift.Int? = nil, tuningJobArn: Swift.String? = nil, vpcConfig: SageMakerClientTypes.VpcConfig? = nil - ) - { + ) { self.algorithmSpecification = algorithmSpecification self.autoMLJobArn = autoMLJobArn self.billableTimeInSeconds = billableTimeInSeconds @@ -49640,8 +48506,7 @@ extension SageMakerClientTypes { trialComponentArn: Swift.String? = nil, trialComponentName: Swift.String? = nil, trialComponentSource: SageMakerClientTypes.TrialComponentSource? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.trialComponentArn = trialComponentArn @@ -49693,8 +48558,7 @@ extension SageMakerClientTypes { trialArn: Swift.String? = nil, trialComponentSummaries: [SageMakerClientTypes.TrialComponentSimpleSummary]? = nil, trialName: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.displayName = displayName @@ -49729,8 +48593,7 @@ extension SageMakerClientTypes { sourceArn: Swift.String? = nil, trainingJob: SageMakerClientTypes.TrainingJob? = nil, transformJob: SageMakerClientTypes.TransformJob? = nil - ) - { + ) { self.processingJob = processingJob self.sourceArn = sourceArn self.trainingJob = trainingJob @@ -49808,8 +48671,7 @@ extension SageMakerClientTypes { tags: [SageMakerClientTypes.Tag]? = nil, trialComponentArn: Swift.String? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.createdBy = createdBy self.creationTime = creationTime self.displayName = displayName @@ -49886,8 +48748,7 @@ extension SageMakerClientTypes { trainingJob: SageMakerClientTypes.TrainingJob? = nil, trial: SageMakerClientTypes.Trial? = nil, trialComponent: SageMakerClientTypes.TrialComponent? = nil - ) - { + ) { self.endpoint = endpoint self.experiment = experiment self.featureGroup = featureGroup @@ -49916,8 +48777,7 @@ public struct SearchOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [SageMakerClientTypes.SearchRecord]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -49951,8 +48811,7 @@ public struct SearchTrainingPlanOfferingsInput: Swift.Sendable { instanceType: SageMakerClientTypes.ReservedCapacityInstanceType? = nil, startTimeAfter: Foundation.Date? = nil, targetResources: [SageMakerClientTypes.SageMakerResourceName]? = nil - ) - { + ) { self.durationHours = durationHours self.endTimeBefore = endTimeBefore self.instanceCount = instanceCount @@ -50001,8 +48860,7 @@ extension SageMakerClientTypes { targetResources: [SageMakerClientTypes.SageMakerResourceName]? = nil, trainingPlanOfferingId: Swift.String? = nil, upfrontFee: Swift.String? = nil - ) - { + ) { self.currencyCode = currencyCode self.durationHours = durationHours self.durationMinutes = durationMinutes @@ -50023,8 +48881,7 @@ public struct SearchTrainingPlanOfferingsOutput: Swift.Sendable { public init( trainingPlanOfferings: [SageMakerClientTypes.TrainingPlanOffering]? = nil - ) - { + ) { self.trainingPlanOfferings = trainingPlanOfferings } } @@ -50042,8 +48899,7 @@ public struct SendPipelineExecutionStepFailureInput: Swift.Sendable { callbackToken: Swift.String? = nil, clientRequestToken: Swift.String? = nil, failureReason: Swift.String? = nil - ) - { + ) { self.callbackToken = callbackToken self.clientRequestToken = clientRequestToken self.failureReason = failureReason @@ -50056,8 +48912,7 @@ public struct SendPipelineExecutionStepFailureOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -50075,8 +48930,7 @@ public struct SendPipelineExecutionStepSuccessInput: Swift.Sendable { callbackToken: Swift.String? = nil, clientRequestToken: Swift.String? = nil, outputParameters: [SageMakerClientTypes.OutputParameter]? = nil - ) - { + ) { self.callbackToken = callbackToken self.clientRequestToken = clientRequestToken self.outputParameters = outputParameters @@ -50089,8 +48943,7 @@ public struct SendPipelineExecutionStepSuccessOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -50106,8 +48959,7 @@ public struct StartEdgeDeploymentStageInput: Swift.Sendable { public init( edgeDeploymentPlanName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.stageName = stageName } @@ -50120,8 +48972,7 @@ public struct StartInferenceExperimentInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -50133,8 +48984,7 @@ public struct StartInferenceExperimentOutput: Swift.Sendable { public init( inferenceExperimentArn: Swift.String? = nil - ) - { + ) { self.inferenceExperimentArn = inferenceExperimentArn } } @@ -50146,8 +48996,7 @@ public struct StartMlflowTrackingServerInput: Swift.Sendable { public init( trackingServerName: Swift.String? = nil - ) - { + ) { self.trackingServerName = trackingServerName } } @@ -50158,8 +49007,7 @@ public struct StartMlflowTrackingServerOutput: Swift.Sendable { public init( trackingServerArn: Swift.String? = nil - ) - { + ) { self.trackingServerArn = trackingServerArn } } @@ -50171,8 +49019,7 @@ public struct StartMonitoringScheduleInput: Swift.Sendable { public init( monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.monitoringScheduleName = monitoringScheduleName } } @@ -50184,8 +49031,7 @@ public struct StartNotebookInstanceInput: Swift.Sendable { public init( notebookInstanceName: Swift.String? = nil - ) - { + ) { self.notebookInstanceName = notebookInstanceName } } @@ -50216,8 +49062,7 @@ public struct StartPipelineExecutionInput: Swift.Sendable { pipelineName: Swift.String? = nil, pipelineParameters: [SageMakerClientTypes.Parameter]? = nil, selectiveExecutionConfig: SageMakerClientTypes.SelectiveExecutionConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.parallelismConfiguration = parallelismConfiguration self.pipelineExecutionDescription = pipelineExecutionDescription @@ -50234,8 +49079,7 @@ public struct StartPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -50247,8 +49091,7 @@ public struct StopAutoMLJobInput: Swift.Sendable { public init( autoMLJobName: Swift.String? = nil - ) - { + ) { self.autoMLJobName = autoMLJobName } } @@ -50260,8 +49103,7 @@ public struct StopCompilationJobInput: Swift.Sendable { public init( compilationJobName: Swift.String? = nil - ) - { + ) { self.compilationJobName = compilationJobName } } @@ -50277,8 +49119,7 @@ public struct StopEdgeDeploymentStageInput: Swift.Sendable { public init( edgeDeploymentPlanName: Swift.String? = nil, stageName: Swift.String? = nil - ) - { + ) { self.edgeDeploymentPlanName = edgeDeploymentPlanName self.stageName = stageName } @@ -50291,8 +49132,7 @@ public struct StopEdgePackagingJobInput: Swift.Sendable { public init( edgePackagingJobName: Swift.String? = nil - ) - { + ) { self.edgePackagingJobName = edgePackagingJobName } } @@ -50304,8 +49144,7 @@ public struct StopHyperParameterTuningJobInput: Swift.Sendable { public init( hyperParameterTuningJobName: Swift.String? = nil - ) - { + ) { self.hyperParameterTuningJobName = hyperParameterTuningJobName } } @@ -50340,8 +49179,7 @@ public struct StopInferenceExperimentInput: Swift.Sendable { modelVariantActions: [Swift.String: SageMakerClientTypes.ModelVariantAction]? = nil, name: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.desiredModelVariants = desiredModelVariants self.desiredState = desiredState self.modelVariantActions = modelVariantActions @@ -50357,8 +49195,7 @@ public struct StopInferenceExperimentOutput: Swift.Sendable { public init( inferenceExperimentArn: Swift.String? = nil - ) - { + ) { self.inferenceExperimentArn = inferenceExperimentArn } } @@ -50370,8 +49207,7 @@ public struct StopInferenceRecommendationsJobInput: Swift.Sendable { public init( jobName: Swift.String? = nil - ) - { + ) { self.jobName = jobName } } @@ -50383,8 +49219,7 @@ public struct StopLabelingJobInput: Swift.Sendable { public init( labelingJobName: Swift.String? = nil - ) - { + ) { self.labelingJobName = labelingJobName } } @@ -50396,8 +49231,7 @@ public struct StopMlflowTrackingServerInput: Swift.Sendable { public init( trackingServerName: Swift.String? = nil - ) - { + ) { self.trackingServerName = trackingServerName } } @@ -50408,8 +49242,7 @@ public struct StopMlflowTrackingServerOutput: Swift.Sendable { public init( trackingServerArn: Swift.String? = nil - ) - { + ) { self.trackingServerArn = trackingServerArn } } @@ -50421,8 +49254,7 @@ public struct StopMonitoringScheduleInput: Swift.Sendable { public init( monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.monitoringScheduleName = monitoringScheduleName } } @@ -50434,8 +49266,7 @@ public struct StopNotebookInstanceInput: Swift.Sendable { public init( notebookInstanceName: Swift.String? = nil - ) - { + ) { self.notebookInstanceName = notebookInstanceName } } @@ -50447,8 +49278,7 @@ public struct StopOptimizationJobInput: Swift.Sendable { public init( optimizationJobName: Swift.String? = nil - ) - { + ) { self.optimizationJobName = optimizationJobName } } @@ -50464,8 +49294,7 @@ public struct StopPipelineExecutionInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.pipelineExecutionArn = pipelineExecutionArn } @@ -50477,8 +49306,7 @@ public struct StopPipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -50490,8 +49318,7 @@ public struct StopProcessingJobInput: Swift.Sendable { public init( processingJobName: Swift.String? = nil - ) - { + ) { self.processingJobName = processingJobName } } @@ -50503,8 +49330,7 @@ public struct StopTrainingJobInput: Swift.Sendable { public init( trainingJobName: Swift.String? = nil - ) - { + ) { self.trainingJobName = trainingJobName } } @@ -50516,8 +49342,7 @@ public struct StopTransformJobInput: Swift.Sendable { public init( transformJobName: Swift.String? = nil - ) - { + ) { self.transformJobName = transformJobName } } @@ -50541,8 +49366,7 @@ public struct UpdateActionInput: Swift.Sendable { properties: [Swift.String: Swift.String]? = nil, propertiesToRemove: [Swift.String]? = nil, status: SageMakerClientTypes.ActionStatus? = nil - ) - { + ) { self.actionName = actionName self.description = description self.properties = properties @@ -50557,8 +49381,7 @@ public struct UpdateActionOutput: Swift.Sendable { public init( actionArn: Swift.String? = nil - ) - { + ) { self.actionArn = actionArn } } @@ -50579,8 +49402,7 @@ public struct UpdateAppImageConfigInput: Swift.Sendable { codeEditorAppImageConfig: SageMakerClientTypes.CodeEditorAppImageConfig? = nil, jupyterLabAppImageConfig: SageMakerClientTypes.JupyterLabAppImageConfig? = nil, kernelGatewayImageConfig: SageMakerClientTypes.KernelGatewayImageConfig? = nil - ) - { + ) { self.appImageConfigName = appImageConfigName self.codeEditorAppImageConfig = codeEditorAppImageConfig self.jupyterLabAppImageConfig = jupyterLabAppImageConfig @@ -50594,8 +49416,7 @@ public struct UpdateAppImageConfigOutput: Swift.Sendable { public init( appImageConfigArn: Swift.String? = nil - ) - { + ) { self.appImageConfigArn = appImageConfigArn } } @@ -50616,8 +49437,7 @@ public struct UpdateArtifactInput: Swift.Sendable { artifactName: Swift.String? = nil, properties: [Swift.String: Swift.String]? = nil, propertiesToRemove: [Swift.String]? = nil - ) - { + ) { self.artifactArn = artifactArn self.artifactName = artifactName self.properties = properties @@ -50631,8 +49451,7 @@ public struct UpdateArtifactOutput: Swift.Sendable { public init( artifactArn: Swift.String? = nil - ) - { + ) { self.artifactArn = artifactArn } } @@ -50651,8 +49470,7 @@ public struct UpdateClusterInput: Swift.Sendable { clusterName: Swift.String? = nil, instanceGroups: [SageMakerClientTypes.ClusterInstanceGroupSpecification]? = nil, nodeRecovery: SageMakerClientTypes.ClusterNodeRecovery? = nil - ) - { + ) { self.clusterName = clusterName self.instanceGroups = instanceGroups self.nodeRecovery = nodeRecovery @@ -50666,8 +49484,7 @@ public struct UpdateClusterOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -50689,8 +49506,7 @@ public struct UpdateClusterSchedulerConfigInput: Swift.Sendable { description: Swift.String? = nil, schedulerConfig: SageMakerClientTypes.SchedulerConfig? = nil, targetVersion: Swift.Int? = nil - ) - { + ) { self.clusterSchedulerConfigId = clusterSchedulerConfigId self.description = description self.schedulerConfig = schedulerConfig @@ -50709,8 +49525,7 @@ public struct UpdateClusterSchedulerConfigOutput: Swift.Sendable { public init( clusterSchedulerConfigArn: Swift.String? = nil, clusterSchedulerConfigVersion: Swift.Int? = nil - ) - { + ) { self.clusterSchedulerConfigArn = clusterSchedulerConfigArn self.clusterSchedulerConfigVersion = clusterSchedulerConfigVersion } @@ -50723,8 +49538,7 @@ public struct UpdateClusterSoftwareInput: Swift.Sendable { public init( clusterName: Swift.String? = nil - ) - { + ) { self.clusterName = clusterName } } @@ -50736,8 +49550,7 @@ public struct UpdateClusterSoftwareOutput: Swift.Sendable { public init( clusterArn: Swift.String? = nil - ) - { + ) { self.clusterArn = clusterArn } } @@ -50752,8 +49565,7 @@ public struct UpdateCodeRepositoryInput: Swift.Sendable { public init( codeRepositoryName: Swift.String? = nil, gitConfig: SageMakerClientTypes.GitConfigForUpdate? = nil - ) - { + ) { self.codeRepositoryName = codeRepositoryName self.gitConfig = gitConfig } @@ -50766,8 +49578,7 @@ public struct UpdateCodeRepositoryOutput: Swift.Sendable { public init( codeRepositoryArn: Swift.String? = nil - ) - { + ) { self.codeRepositoryArn = codeRepositoryArn } } @@ -50795,8 +49606,7 @@ public struct UpdateComputeQuotaInput: Swift.Sendable { computeQuotaTarget: SageMakerClientTypes.ComputeQuotaTarget? = nil, description: Swift.String? = nil, targetVersion: Swift.Int? = nil - ) - { + ) { self.activationState = activationState self.computeQuotaConfig = computeQuotaConfig self.computeQuotaId = computeQuotaId @@ -50817,8 +49627,7 @@ public struct UpdateComputeQuotaOutput: Swift.Sendable { public init( computeQuotaArn: Swift.String? = nil, computeQuotaVersion: Swift.Int? = nil - ) - { + ) { self.computeQuotaArn = computeQuotaArn self.computeQuotaVersion = computeQuotaVersion } @@ -50840,8 +49649,7 @@ public struct UpdateContextInput: Swift.Sendable { description: Swift.String? = nil, properties: [Swift.String: Swift.String]? = nil, propertiesToRemove: [Swift.String]? = nil - ) - { + ) { self.contextName = contextName self.description = description self.properties = properties @@ -50855,8 +49663,7 @@ public struct UpdateContextOutput: Swift.Sendable { public init( contextArn: Swift.String? = nil - ) - { + ) { self.contextArn = contextArn } } @@ -50881,8 +49688,7 @@ public struct UpdateDeviceFleetInput: Swift.Sendable { enableIotRoleAlias: Swift.Bool? = nil, outputConfig: SageMakerClientTypes.EdgeOutputConfig? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.description = description self.deviceFleetName = deviceFleetName self.enableIotRoleAlias = enableIotRoleAlias @@ -50902,8 +49708,7 @@ public struct UpdateDevicesInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil, devices: [SageMakerClientTypes.Device]? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.devices = devices } @@ -50944,8 +49749,7 @@ public struct UpdateDomainInput: Swift.Sendable { domainSettingsForUpdate: SageMakerClientTypes.DomainSettingsForUpdate? = nil, subnetIds: [Swift.String]? = nil, tagPropagation: SageMakerClientTypes.TagPropagation? = nil - ) - { + ) { self.appNetworkAccessType = appNetworkAccessType self.appSecurityGroupManagement = appSecurityGroupManagement self.defaultSpaceSettings = defaultSpaceSettings @@ -50963,8 +49767,7 @@ public struct UpdateDomainOutput: Swift.Sendable { public init( domainArn: Swift.String? = nil - ) - { + ) { self.domainArn = domainArn } } @@ -51017,8 +49820,7 @@ extension SageMakerClientTypes { public init( variantPropertyType: SageMakerClientTypes.VariantPropertyType? = nil - ) - { + ) { self.variantPropertyType = variantPropertyType } } @@ -51047,8 +49849,7 @@ public struct UpdateEndpointInput: Swift.Sendable { excludeRetainedVariantProperties: [SageMakerClientTypes.VariantProperty]? = nil, retainAllVariantProperties: Swift.Bool? = nil, retainDeploymentConfig: Swift.Bool? = nil - ) - { + ) { self.deploymentConfig = deploymentConfig self.endpointConfigName = endpointConfigName self.endpointName = endpointName @@ -51065,8 +49866,7 @@ public struct UpdateEndpointOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -51082,8 +49882,7 @@ public struct UpdateEndpointWeightsAndCapacitiesInput: Swift.Sendable { public init( desiredWeightsAndCapacities: [SageMakerClientTypes.DesiredWeightAndCapacity]? = nil, endpointName: Swift.String? = nil - ) - { + ) { self.desiredWeightsAndCapacities = desiredWeightsAndCapacities self.endpointName = endpointName } @@ -51096,8 +49895,7 @@ public struct UpdateEndpointWeightsAndCapacitiesOutput: Swift.Sendable { public init( endpointArn: Swift.String? = nil - ) - { + ) { self.endpointArn = endpointArn } } @@ -51115,8 +49913,7 @@ public struct UpdateExperimentInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, experimentName: Swift.String? = nil - ) - { + ) { self.description = description self.displayName = displayName self.experimentName = experimentName @@ -51129,8 +49926,7 @@ public struct UpdateExperimentOutput: Swift.Sendable { public init( experimentArn: Swift.String? = nil - ) - { + ) { self.experimentArn = experimentArn } } @@ -51150,8 +49946,7 @@ extension SageMakerClientTypes { provisionedReadCapacityUnits: Swift.Int? = nil, provisionedWriteCapacityUnits: Swift.Int? = nil, throughputMode: SageMakerClientTypes.ThroughputMode? = nil - ) - { + ) { self.provisionedReadCapacityUnits = provisionedReadCapacityUnits self.provisionedWriteCapacityUnits = provisionedWriteCapacityUnits self.throughputMode = throughputMode @@ -51175,8 +49970,7 @@ public struct UpdateFeatureGroupInput: Swift.Sendable { featureGroupName: Swift.String? = nil, onlineStoreConfig: SageMakerClientTypes.OnlineStoreConfigUpdate? = nil, throughputConfig: SageMakerClientTypes.ThroughputConfigUpdate? = nil - ) - { + ) { self.featureAdditions = featureAdditions self.featureGroupName = featureGroupName self.onlineStoreConfig = onlineStoreConfig @@ -51191,8 +49985,7 @@ public struct UpdateFeatureGroupOutput: Swift.Sendable { public init( featureGroupArn: Swift.String? = nil - ) - { + ) { self.featureGroupArn = featureGroupArn } } @@ -51217,8 +50010,7 @@ public struct UpdateFeatureMetadataInput: Swift.Sendable { featureName: Swift.String? = nil, parameterAdditions: [SageMakerClientTypes.FeatureParameter]? = nil, parameterRemovals: [Swift.String]? = nil - ) - { + ) { self.description = description self.featureGroupName = featureGroupName self.featureName = featureName @@ -51243,8 +50035,7 @@ public struct UpdateHubInput: Swift.Sendable { hubDisplayName: Swift.String? = nil, hubName: Swift.String? = nil, hubSearchKeywords: [Swift.String]? = nil - ) - { + ) { self.hubDescription = hubDescription self.hubDisplayName = hubDisplayName self.hubName = hubName @@ -51259,8 +50050,7 @@ public struct UpdateHubOutput: Swift.Sendable { public init( hubArn: Swift.String? = nil - ) - { + ) { self.hubArn = hubArn } } @@ -51284,8 +50074,7 @@ public struct UpdateImageInput: Swift.Sendable { displayName: Swift.String? = nil, imageName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.deleteProperties = deleteProperties self.description = description self.displayName = displayName @@ -51300,8 +50089,7 @@ public struct UpdateImageOutput: Swift.Sendable { public init( imageArn: Swift.String? = nil - ) - { + ) { self.imageArn = imageArn } } @@ -51364,8 +50152,7 @@ public struct UpdateImageVersionInput: Swift.Sendable { releaseNotes: Swift.String? = nil, vendorGuidance: SageMakerClientTypes.VendorGuidance? = nil, version: Swift.Int? = nil - ) - { + ) { self.alias = alias self.aliasesToAdd = aliasesToAdd self.aliasesToDelete = aliasesToDelete @@ -51387,8 +50174,7 @@ public struct UpdateImageVersionOutput: Swift.Sendable { public init( imageVersionArn: Swift.String? = nil - ) - { + ) { self.imageVersionArn = imageVersionArn } } @@ -51406,8 +50192,7 @@ public struct UpdateInferenceComponentInput: Swift.Sendable { inferenceComponentName: Swift.String? = nil, runtimeConfig: SageMakerClientTypes.InferenceComponentRuntimeConfig? = nil, specification: SageMakerClientTypes.InferenceComponentSpecification? = nil - ) - { + ) { self.inferenceComponentName = inferenceComponentName self.runtimeConfig = runtimeConfig self.specification = specification @@ -51421,8 +50206,7 @@ public struct UpdateInferenceComponentOutput: Swift.Sendable { public init( inferenceComponentArn: Swift.String? = nil - ) - { + ) { self.inferenceComponentArn = inferenceComponentArn } } @@ -51438,8 +50222,7 @@ public struct UpdateInferenceComponentRuntimeConfigInput: Swift.Sendable { public init( desiredRuntimeConfig: SageMakerClientTypes.InferenceComponentRuntimeConfig? = nil, inferenceComponentName: Swift.String? = nil - ) - { + ) { self.desiredRuntimeConfig = desiredRuntimeConfig self.inferenceComponentName = inferenceComponentName } @@ -51452,8 +50235,7 @@ public struct UpdateInferenceComponentRuntimeConfigOutput: Swift.Sendable { public init( inferenceComponentArn: Swift.String? = nil - ) - { + ) { self.inferenceComponentArn = inferenceComponentArn } } @@ -51480,8 +50262,7 @@ public struct UpdateInferenceExperimentInput: Swift.Sendable { name: Swift.String? = nil, schedule: SageMakerClientTypes.InferenceExperimentSchedule? = nil, shadowModeConfig: SageMakerClientTypes.ShadowModeConfig? = nil - ) - { + ) { self.dataStorageConfig = dataStorageConfig self.description = description self.modelVariants = modelVariants @@ -51498,8 +50279,7 @@ public struct UpdateInferenceExperimentOutput: Swift.Sendable { public init( inferenceExperimentArn: Swift.String? = nil - ) - { + ) { self.inferenceExperimentArn = inferenceExperimentArn } } @@ -51523,8 +50303,7 @@ public struct UpdateMlflowTrackingServerInput: Swift.Sendable { trackingServerName: Swift.String? = nil, trackingServerSize: SageMakerClientTypes.TrackingServerSize? = nil, weeklyMaintenanceWindowStart: Swift.String? = nil - ) - { + ) { self.artifactStoreUri = artifactStoreUri self.automaticModelRegistration = automaticModelRegistration self.trackingServerName = trackingServerName @@ -51539,8 +50318,7 @@ public struct UpdateMlflowTrackingServerOutput: Swift.Sendable { public init( trackingServerArn: Swift.String? = nil - ) - { + ) { self.trackingServerArn = trackingServerArn } } @@ -51566,8 +50344,7 @@ public struct UpdateModelCardInput: Swift.Sendable { content: Swift.String? = nil, modelCardName: Swift.String? = nil, modelCardStatus: SageMakerClientTypes.ModelCardStatus? = nil - ) - { + ) { self.content = content self.modelCardName = modelCardName self.modelCardStatus = modelCardStatus @@ -51586,8 +50363,7 @@ public struct UpdateModelCardOutput: Swift.Sendable { public init( modelCardArn: Swift.String? = nil - ) - { + ) { self.modelCardArn = modelCardArn } } @@ -51635,8 +50411,7 @@ public struct UpdateModelPackageInput: Swift.Sendable { modelLifeCycle: SageMakerClientTypes.ModelLifeCycle? = nil, modelPackageArn: Swift.String? = nil, sourceUri: Swift.String? = nil - ) - { + ) { self.additionalInferenceSpecificationsToAdd = additionalInferenceSpecificationsToAdd self.approvalDescription = approvalDescription self.clientToken = clientToken @@ -51658,8 +50433,7 @@ public struct UpdateModelPackageOutput: Swift.Sendable { public init( modelPackageArn: Swift.String? = nil - ) - { + ) { self.modelPackageArn = modelPackageArn } } @@ -51683,8 +50457,7 @@ public struct UpdateMonitoringAlertInput: Swift.Sendable { evaluationPeriod: Swift.Int? = nil, monitoringAlertName: Swift.String? = nil, monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.datapointsToAlert = datapointsToAlert self.evaluationPeriod = evaluationPeriod self.monitoringAlertName = monitoringAlertName @@ -51702,8 +50475,7 @@ public struct UpdateMonitoringAlertOutput: Swift.Sendable { public init( monitoringAlertName: Swift.String? = nil, monitoringScheduleArn: Swift.String? = nil - ) - { + ) { self.monitoringAlertName = monitoringAlertName self.monitoringScheduleArn = monitoringScheduleArn } @@ -51720,8 +50492,7 @@ public struct UpdateMonitoringScheduleInput: Swift.Sendable { public init( monitoringScheduleConfig: SageMakerClientTypes.MonitoringScheduleConfig? = nil, monitoringScheduleName: Swift.String? = nil - ) - { + ) { self.monitoringScheduleConfig = monitoringScheduleConfig self.monitoringScheduleName = monitoringScheduleName } @@ -51734,8 +50505,7 @@ public struct UpdateMonitoringScheduleOutput: Swift.Sendable { public init( monitoringScheduleArn: Swift.String? = nil - ) - { + ) { self.monitoringScheduleArn = monitoringScheduleArn } } @@ -51786,8 +50556,7 @@ public struct UpdateNotebookInstanceInput: Swift.Sendable { roleArn: Swift.String? = nil, rootAccess: SageMakerClientTypes.RootAccess? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes self.additionalCodeRepositories = additionalCodeRepositories self.defaultCodeRepository = defaultCodeRepository @@ -51823,8 +50592,7 @@ public struct UpdateNotebookInstanceLifecycleConfigInput: Swift.Sendable { notebookInstanceLifecycleConfigName: Swift.String? = nil, onCreate: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil, onStart: [SageMakerClientTypes.NotebookInstanceLifecycleHook]? = nil - ) - { + ) { self.notebookInstanceLifecycleConfigName = notebookInstanceLifecycleConfigName self.onCreate = onCreate self.onStart = onStart @@ -51861,8 +50629,7 @@ public struct UpdatePartnerAppInput: Swift.Sendable { maintenanceConfig: SageMakerClientTypes.PartnerAppMaintenanceConfig? = nil, tags: [SageMakerClientTypes.Tag]? = nil, tier: Swift.String? = nil - ) - { + ) { self.applicationConfig = applicationConfig self.arn = arn self.clientToken = clientToken @@ -51879,8 +50646,7 @@ public struct UpdatePartnerAppOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -51910,8 +50676,7 @@ public struct UpdatePipelineInput: Swift.Sendable { pipelineDisplayName: Swift.String? = nil, pipelineName: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.parallelismConfiguration = parallelismConfiguration self.pipelineDefinition = pipelineDefinition self.pipelineDefinitionS3Location = pipelineDefinitionS3Location @@ -51928,8 +50693,7 @@ public struct UpdatePipelineOutput: Swift.Sendable { public init( pipelineArn: Swift.String? = nil - ) - { + ) { self.pipelineArn = pipelineArn } } @@ -51950,8 +50714,7 @@ public struct UpdatePipelineExecutionInput: Swift.Sendable { pipelineExecutionArn: Swift.String? = nil, pipelineExecutionDescription: Swift.String? = nil, pipelineExecutionDisplayName: Swift.String? = nil - ) - { + ) { self.parallelismConfiguration = parallelismConfiguration self.pipelineExecutionArn = pipelineExecutionArn self.pipelineExecutionDescription = pipelineExecutionDescription @@ -51965,8 +50728,7 @@ public struct UpdatePipelineExecutionOutput: Swift.Sendable { public init( pipelineExecutionArn: Swift.String? = nil - ) - { + ) { self.pipelineExecutionArn = pipelineExecutionArn } } @@ -51983,8 +50745,7 @@ extension SageMakerClientTypes { public init( provisioningArtifactId: Swift.String? = nil, provisioningParameters: [SageMakerClientTypes.ProvisioningParameter]? = nil - ) - { + ) { self.provisioningArtifactId = provisioningArtifactId self.provisioningParameters = provisioningParameters } @@ -52007,8 +50768,7 @@ public struct UpdateProjectInput: Swift.Sendable { projectName: Swift.String? = nil, serviceCatalogProvisioningUpdateDetails: SageMakerClientTypes.ServiceCatalogProvisioningUpdateDetails? = nil, tags: [SageMakerClientTypes.Tag]? = nil - ) - { + ) { self.projectDescription = projectDescription self.projectName = projectName self.serviceCatalogProvisioningUpdateDetails = serviceCatalogProvisioningUpdateDetails @@ -52023,8 +50783,7 @@ public struct UpdateProjectOutput: Swift.Sendable { public init( projectArn: Swift.String? = nil - ) - { + ) { self.projectArn = projectArn } } @@ -52046,8 +50805,7 @@ public struct UpdateSpaceInput: Swift.Sendable { spaceDisplayName: Swift.String? = nil, spaceName: Swift.String? = nil, spaceSettings: SageMakerClientTypes.SpaceSettings? = nil - ) - { + ) { self.domainId = domainId self.spaceDisplayName = spaceDisplayName self.spaceName = spaceName @@ -52061,8 +50819,7 @@ public struct UpdateSpaceOutput: Swift.Sendable { public init( spaceArn: Swift.String? = nil - ) - { + ) { self.spaceArn = spaceArn } } @@ -52086,8 +50843,7 @@ public struct UpdateTrainingJobInput: Swift.Sendable { remoteDebugConfig: SageMakerClientTypes.RemoteDebugConfigForUpdate? = nil, resourceConfig: SageMakerClientTypes.ResourceConfigForUpdate? = nil, trainingJobName: Swift.String? = nil - ) - { + ) { self.profilerConfig = profilerConfig self.profilerRuleConfigurations = profilerRuleConfigurations self.remoteDebugConfig = remoteDebugConfig @@ -52103,8 +50859,7 @@ public struct UpdateTrainingJobOutput: Swift.Sendable { public init( trainingJobArn: Swift.String? = nil - ) - { + ) { self.trainingJobArn = trainingJobArn } } @@ -52119,8 +50874,7 @@ public struct UpdateTrialInput: Swift.Sendable { public init( displayName: Swift.String? = nil, trialName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.trialName = trialName } @@ -52132,8 +50886,7 @@ public struct UpdateTrialOutput: Swift.Sendable { public init( trialArn: Swift.String? = nil - ) - { + ) { self.trialArn = trialArn } } @@ -52175,8 +50928,7 @@ public struct UpdateTrialComponentInput: Swift.Sendable { startTime: Foundation.Date? = nil, status: SageMakerClientTypes.TrialComponentStatus? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.displayName = displayName self.endTime = endTime self.inputArtifacts = inputArtifacts @@ -52197,8 +50949,7 @@ public struct UpdateTrialComponentOutput: Swift.Sendable { public init( trialComponentArn: Swift.String? = nil - ) - { + ) { self.trialComponentArn = trialComponentArn } } @@ -52217,8 +50968,7 @@ public struct UpdateUserProfileInput: Swift.Sendable { domainId: Swift.String? = nil, userProfileName: Swift.String? = nil, userSettings: SageMakerClientTypes.UserSettings? = nil - ) - { + ) { self.domainId = domainId self.userProfileName = userProfileName self.userSettings = userSettings @@ -52231,8 +50981,7 @@ public struct UpdateUserProfileOutput: Swift.Sendable { public init( userProfileArn: Swift.String? = nil - ) - { + ) { self.userProfileArn = userProfileArn } } @@ -52253,8 +51002,7 @@ public struct UpdateWorkforceInput: Swift.Sendable { sourceIpConfig: SageMakerClientTypes.SourceIpConfig? = nil, workforceName: Swift.String? = nil, workforceVpcConfig: SageMakerClientTypes.WorkforceVpcConfigRequest? = nil - ) - { + ) { self.oidcConfig = oidcConfig self.sourceIpConfig = sourceIpConfig self.workforceName = workforceName @@ -52269,8 +51017,7 @@ public struct UpdateWorkforceOutput: Swift.Sendable { public init( workforce: SageMakerClientTypes.Workforce? = nil - ) - { + ) { self.workforce = workforce } } @@ -52294,8 +51041,7 @@ public struct UpdateWorkteamInput: Swift.Sendable { notificationConfiguration: SageMakerClientTypes.NotificationConfiguration? = nil, workerAccessConfiguration: SageMakerClientTypes.WorkerAccessConfiguration? = nil, workteamName: Swift.String? = nil - ) - { + ) { self.description = description self.memberDefinitions = memberDefinitions self.notificationConfiguration = notificationConfiguration @@ -52311,8 +51057,7 @@ public struct UpdateWorkteamOutput: Swift.Sendable { public init( workteam: SageMakerClientTypes.Workteam? = nil - ) - { + ) { self.workteam = workteam } } @@ -52343,8 +51088,7 @@ extension SageMakerClientTypes { nestedFilters: [SageMakerClientTypes.NestedFilters]? = nil, `operator`: SageMakerClientTypes.BooleanOperator? = nil, subExpressions: [SageMakerClientTypes.SearchExpression]? = nil - ) - { + ) { self.filters = filters self.nestedFilters = nestedFilters self.`operator` = `operator` @@ -52381,8 +51125,7 @@ public struct SearchInput: Swift.Sendable { sortBy: Swift.String? = nil, sortOrder: SageMakerClientTypes.SearchSortOrder? = nil, visibilityConditions: [SageMakerClientTypes.VisibilityConditions]? = nil - ) - { + ) { self.crossAccountFilterOption = crossAccountFilterOption self.maxResults = maxResults self.nextToken = nextToken @@ -70693,6 +69436,7 @@ extension SageMakerClientTypes.ClusterNodeDetails { value.threadsPerCore = try reader["ThreadsPerCore"].readIfPresent() value.instanceStorageConfigs = try reader["InstanceStorageConfigs"].readListIfPresent(memberReadingClosure: SageMakerClientTypes.ClusterInstanceStorageConfig.read(from:), memberNodeInfo: "member", isFlattened: false) value.privatePrimaryIp = try reader["PrivatePrimaryIp"].readIfPresent() + value.privatePrimaryIpv6 = try reader["PrivatePrimaryIpv6"].readIfPresent() value.privateDnsHostname = try reader["PrivateDnsHostname"].readIfPresent() value.placement = try reader["Placement"].readIfPresent(with: SageMakerClientTypes.ClusterInstancePlacement.read(from:)) return value diff --git a/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/SageMakerClient.swift b/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/SageMakerClient.swift index 5367bd19c19..201bb5e49c9 100644 --- a/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/SageMakerClient.swift +++ b/Sources/Services/AWSSageMaker/Sources/AWSSageMaker/SageMakerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerClient: ClientRuntime.Client { public static let clientName = "SageMakerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerClient.SageMakerClientConfiguration let serviceName = "SageMaker" diff --git a/Sources/Services/AWSSageMakerA2IRuntime/Package.swift.txt b/Sources/Services/AWSSageMakerA2IRuntime/Package.swift.txt index 71489a8ca62..c668a5b10e3 100644 --- a/Sources/Services/AWSSageMakerA2IRuntime/Package.swift.txt +++ b/Sources/Services/AWSSageMakerA2IRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/Models.swift b/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/Models.swift index c71969050b9..2772a2931e7 100644 --- a/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/Models.swift +++ b/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/Models.swift @@ -45,8 +45,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -130,8 +126,7 @@ public struct DeleteHumanLoopInput: Swift.Sendable { public init( humanLoopName: Swift.String? = nil - ) - { + ) { self.humanLoopName = humanLoopName } } @@ -148,8 +143,7 @@ public struct DescribeHumanLoopInput: Swift.Sendable { public init( humanLoopName: Swift.String? = nil - ) - { + ) { self.humanLoopName = humanLoopName } } @@ -164,8 +158,7 @@ extension SageMakerA2IRuntimeClientTypes { public init( outputS3Uri: Swift.String? = nil - ) - { + ) { self.outputS3Uri = outputS3Uri } } @@ -241,8 +234,7 @@ public struct DescribeHumanLoopOutput: Swift.Sendable { humanLoopName: Swift.String? = nil, humanLoopOutput: SageMakerA2IRuntimeClientTypes.HumanLoopOutput? = nil, humanLoopStatus: SageMakerA2IRuntimeClientTypes.HumanLoopStatus? = nil - ) - { + ) { self.creationTime = creationTime self.failureCode = failureCode self.failureReason = failureReason @@ -305,8 +297,7 @@ public struct ListHumanLoopsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: SageMakerA2IRuntimeClientTypes.SortOrder? = nil - ) - { + ) { self.creationTimeAfter = creationTimeAfter self.creationTimeBefore = creationTimeBefore self.flowDefinitionArn = flowDefinitionArn @@ -337,8 +328,7 @@ extension SageMakerA2IRuntimeClientTypes { flowDefinitionArn: Swift.String? = nil, humanLoopName: Swift.String? = nil, humanLoopStatus: SageMakerA2IRuntimeClientTypes.HumanLoopStatus? = nil - ) - { + ) { self.creationTime = creationTime self.failureReason = failureReason self.flowDefinitionArn = flowDefinitionArn @@ -358,8 +348,7 @@ public struct ListHumanLoopsOutput: Swift.Sendable { public init( humanLoopSummaries: [SageMakerA2IRuntimeClientTypes.HumanLoopSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.humanLoopSummaries = humanLoopSummaries self.nextToken = nextToken } @@ -383,8 +372,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -407,8 +395,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -452,8 +439,7 @@ extension SageMakerA2IRuntimeClientTypes { public init( contentClassifiers: [SageMakerA2IRuntimeClientTypes.ContentClassifier]? = nil - ) - { + ) { self.contentClassifiers = contentClassifiers } } @@ -469,8 +455,7 @@ extension SageMakerA2IRuntimeClientTypes { public init( inputContent: Swift.String? = nil - ) - { + ) { self.inputContent = inputContent } } @@ -494,8 +479,7 @@ public struct StartHumanLoopInput: Swift.Sendable { flowDefinitionArn: Swift.String? = nil, humanLoopInput: SageMakerA2IRuntimeClientTypes.HumanLoopInput? = nil, humanLoopName: Swift.String? = nil - ) - { + ) { self.dataAttributes = dataAttributes self.flowDefinitionArn = flowDefinitionArn self.humanLoopInput = humanLoopInput @@ -509,8 +493,7 @@ public struct StartHumanLoopOutput: Swift.Sendable { public init( humanLoopArn: Swift.String? = nil - ) - { + ) { self.humanLoopArn = humanLoopArn } } @@ -522,8 +505,7 @@ public struct StopHumanLoopInput: Swift.Sendable { public init( humanLoopName: Swift.String? = nil - ) - { + ) { self.humanLoopName = humanLoopName } } diff --git a/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/SageMakerA2IRuntimeClient.swift b/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/SageMakerA2IRuntimeClient.swift index 46f280bca89..cc7f3d55292 100644 --- a/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/SageMakerA2IRuntimeClient.swift +++ b/Sources/Services/AWSSageMakerA2IRuntime/Sources/AWSSageMakerA2IRuntime/SageMakerA2IRuntimeClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerA2IRuntimeClient: ClientRuntime.Client { public static let clientName = "SageMakerA2IRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerA2IRuntimeClient.SageMakerA2IRuntimeClientConfiguration let serviceName = "SageMaker A2I Runtime" diff --git a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Package.swift.txt b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Package.swift.txt index 1c1c602bf19..be1e0c27e13 100644 --- a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Package.swift.txt +++ b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/Models.swift b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/Models.swift index f24a971831c..e3ac8f97ce1 100644 --- a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/Models.swift +++ b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/Models.swift @@ -55,8 +55,7 @@ public struct AccessForbidden: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -79,8 +78,7 @@ public struct InternalFailure: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -103,8 +101,7 @@ public struct ServiceUnavailable: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -127,8 +124,7 @@ public struct ValidationError: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -179,8 +175,7 @@ extension SageMakerFeatureStoreRuntimeClientTypes { featureGroupName: Swift.String? = nil, featureNames: [Swift.String]? = nil, recordIdentifiersValueAsString: [Swift.String]? = nil - ) - { + ) { self.featureGroupName = featureGroupName self.featureNames = featureNames self.recordIdentifiersValueAsString = recordIdentifiersValueAsString @@ -198,8 +193,7 @@ public struct BatchGetRecordInput: Swift.Sendable { public init( expirationTimeResponse: SageMakerFeatureStoreRuntimeClientTypes.ExpirationTimeResponse? = nil, identifiers: [SageMakerFeatureStoreRuntimeClientTypes.BatchGetRecordIdentifier]? = nil - ) - { + ) { self.expirationTimeResponse = expirationTimeResponse self.identifiers = identifiers } @@ -227,8 +221,7 @@ extension SageMakerFeatureStoreRuntimeClientTypes { errorMessage: Swift.String? = nil, featureGroupName: Swift.String? = nil, recordIdentifierValueAsString: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.featureGroupName = featureGroupName @@ -253,8 +246,7 @@ extension SageMakerFeatureStoreRuntimeClientTypes { featureName: Swift.String? = nil, valueAsString: Swift.String? = nil, valueAsStringList: [Swift.String]? = nil - ) - { + ) { self.featureName = featureName self.valueAsString = valueAsString self.valueAsStringList = valueAsStringList @@ -283,8 +275,7 @@ extension SageMakerFeatureStoreRuntimeClientTypes { featureGroupName: Swift.String? = nil, record: [SageMakerFeatureStoreRuntimeClientTypes.FeatureValue]? = nil, recordIdentifierValueAsString: Swift.String? = nil - ) - { + ) { self.expiresAt = expiresAt self.featureGroupName = featureGroupName self.record = record @@ -308,8 +299,7 @@ public struct BatchGetRecordOutput: Swift.Sendable { errors: [SageMakerFeatureStoreRuntimeClientTypes.BatchGetRecordError]? = nil, records: [SageMakerFeatureStoreRuntimeClientTypes.BatchGetRecordResultDetail]? = nil, unprocessedIdentifiers: [SageMakerFeatureStoreRuntimeClientTypes.BatchGetRecordIdentifier]? = nil - ) - { + ) { self.errors = errors self.records = records self.unprocessedIdentifiers = unprocessedIdentifiers @@ -395,8 +385,7 @@ public struct DeleteRecordInput: Swift.Sendable { featureGroupName: Swift.String? = nil, recordIdentifierValueAsString: Swift.String? = nil, targetStores: [SageMakerFeatureStoreRuntimeClientTypes.TargetStore]? = nil - ) - { + ) { self.deletionMode = deletionMode self.eventTime = eventTime self.featureGroupName = featureGroupName @@ -423,8 +412,7 @@ public struct ResourceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -446,8 +434,7 @@ public struct GetRecordInput: Swift.Sendable { featureGroupName: Swift.String? = nil, featureNames: [Swift.String]? = nil, recordIdentifierValueAsString: Swift.String? = nil - ) - { + ) { self.expirationTimeResponse = expirationTimeResponse self.featureGroupName = featureGroupName self.featureNames = featureNames @@ -464,8 +451,7 @@ public struct GetRecordOutput: Swift.Sendable { public init( expiresAt: Swift.String? = nil, record: [SageMakerFeatureStoreRuntimeClientTypes.FeatureValue]? = nil - ) - { + ) { self.expiresAt = expiresAt self.record = record } @@ -523,8 +509,7 @@ extension SageMakerFeatureStoreRuntimeClientTypes { public init( unit: SageMakerFeatureStoreRuntimeClientTypes.TtlDurationUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -554,8 +539,7 @@ public struct PutRecordInput: Swift.Sendable { record: [SageMakerFeatureStoreRuntimeClientTypes.FeatureValue]? = nil, targetStores: [SageMakerFeatureStoreRuntimeClientTypes.TargetStore]? = nil, ttlDuration: SageMakerFeatureStoreRuntimeClientTypes.TtlDuration? = nil - ) - { + ) { self.featureGroupName = featureGroupName self.record = record self.targetStores = targetStores diff --git a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.swift b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.swift index bdd4bb89f28..d1230d1d43c 100644 --- a/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.swift +++ b/Sources/Services/AWSSageMakerFeatureStoreRuntime/Sources/AWSSageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerFeatureStoreRuntimeClient: ClientRuntime.Client { public static let clientName = "SageMakerFeatureStoreRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerFeatureStoreRuntimeClient.SageMakerFeatureStoreRuntimeClientConfiguration let serviceName = "SageMaker FeatureStore Runtime" diff --git a/Sources/Services/AWSSageMakerGeospatial/Package.swift.txt b/Sources/Services/AWSSageMakerGeospatial/Package.swift.txt index 938b8d06641..82f72951063 100644 --- a/Sources/Services/AWSSageMakerGeospatial/Package.swift.txt +++ b/Sources/Services/AWSSageMakerGeospatial/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/Models.swift b/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/Models.swift index 1047bed3df3..09db05fe625 100644 --- a/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/Models.swift +++ b/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/Models.swift @@ -52,8 +52,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -253,8 +252,7 @@ extension SageMakerGeospatialClientTypes { public init( coordinates: [[[[Swift.Double]]]]? = nil - ) - { + ) { self.coordinates = coordinates } } @@ -275,8 +273,7 @@ extension SageMakerGeospatialClientTypes { public init( coordinates: [[[Swift.Double]]]? = nil - ) - { + ) { self.coordinates = coordinates } } @@ -318,8 +315,7 @@ extension SageMakerGeospatialClientTypes { public init( href: Swift.String? = nil - ) - { + ) { self.href = href } } @@ -385,8 +381,7 @@ extension SageMakerGeospatialClientTypes { equation: Swift.String? = nil, name: Swift.String? = nil, outputType: SageMakerGeospatialClientTypes.OutputType? = nil - ) - { + ) { self.equation = equation self.name = name self.outputType = outputType @@ -403,8 +398,7 @@ extension SageMakerGeospatialClientTypes { public init( operations: [SageMakerGeospatialClientTypes.Operation]? = nil - ) - { + ) { self.operations = operations } } @@ -422,8 +416,7 @@ extension SageMakerGeospatialClientTypes { public init( customIndices: SageMakerGeospatialClientTypes.CustomIndicesInput? = nil, predefinedIndices: [Swift.String]? = nil - ) - { + ) { self.customIndices = customIndices self.predefinedIndices = predefinedIndices } @@ -454,8 +447,7 @@ extension SageMakerGeospatialClientTypes { algorithmName: SageMakerGeospatialClientTypes.AlgorithmNameCloudRemoval? = nil, interpolationValue: Swift.String? = nil, targetBands: [Swift.String]? = nil - ) - { + ) { self.algorithmName = algorithmName self.interpolationValue = interpolationValue self.targetBands = targetBands @@ -520,8 +512,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -547,8 +538,7 @@ extension SageMakerGeospatialClientTypes { minimum: Swift.Float? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.maximum = maximum self.minimum = minimum self.name = name @@ -624,8 +614,7 @@ extension SageMakerGeospatialClientTypes { supportedFilters: [SageMakerGeospatialClientTypes.Filter]? = nil, tags: [Swift.String: Swift.String]? = nil, type: SageMakerGeospatialClientTypes.DataCollectionType? = nil - ) - { + ) { self.arn = arn self.description = description self.descriptionPageUrl = descriptionPageUrl @@ -659,8 +648,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -688,8 +676,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -717,8 +704,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -746,8 +732,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -760,8 +745,7 @@ public struct DeleteEarthObservationJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -778,8 +762,7 @@ public struct DeleteVectorEnrichmentJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -811,8 +794,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -831,8 +813,7 @@ extension SageMakerGeospatialClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -849,8 +830,7 @@ extension SageMakerGeospatialClientTypes { public init( s3Data: SageMakerGeospatialClientTypes.ExportS3DataInput? = nil - ) - { + ) { self.s3Data = s3Data } } @@ -877,8 +857,7 @@ public struct ExportEarthObservationJobInput: Swift.Sendable { executionRoleArn: Swift.String? = nil, exportSourceImages: Swift.Bool? = nil, outputConfig: SageMakerGeospatialClientTypes.OutputConfigInput? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.executionRoleArn = executionRoleArn @@ -948,8 +927,7 @@ public struct ExportEarthObservationJobOutput: Swift.Sendable { exportSourceImages: Swift.Bool? = nil, exportStatus: SageMakerGeospatialClientTypes.EarthObservationJobExportStatus? = nil, outputConfig: SageMakerGeospatialClientTypes.OutputConfigInput? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.executionRoleArn = executionRoleArn @@ -966,8 +944,7 @@ public struct GetEarthObservationJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1015,8 +992,7 @@ extension SageMakerGeospatialClientTypes { public init( message: Swift.String? = nil, type: SageMakerGeospatialClientTypes.EarthObservationJobErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -1066,8 +1042,7 @@ extension SageMakerGeospatialClientTypes { public init( message: Swift.String? = nil, type: SageMakerGeospatialClientTypes.ExportErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -1086,8 +1061,7 @@ extension SageMakerGeospatialClientTypes { public init( exportResults: SageMakerGeospatialClientTypes.ExportErrorDetailsOutput? = nil, exportSourceImages: SageMakerGeospatialClientTypes.ExportErrorDetailsOutput? = nil - ) - { + ) { self.exportResults = exportResults self.exportSourceImages = exportSourceImages } @@ -1135,8 +1109,7 @@ extension SageMakerGeospatialClientTypes { public init( lowerBound: Swift.Float? = nil, upperBound: Swift.Float? = nil - ) - { + ) { self.lowerBound = lowerBound self.upperBound = upperBound } @@ -1157,8 +1130,7 @@ extension SageMakerGeospatialClientTypes { public init( lowerBound: Swift.Float? = nil, upperBound: Swift.Float? = nil - ) - { + ) { self.lowerBound = lowerBound self.upperBound = upperBound } @@ -1178,8 +1150,7 @@ extension SageMakerGeospatialClientTypes { public init( comparisonOperator: SageMakerGeospatialClientTypes.ComparisonOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.value = value } @@ -1200,8 +1171,7 @@ extension SageMakerGeospatialClientTypes { public init( lowerBound: Swift.Float? = nil, upperBound: Swift.Float? = nil - ) - { + ) { self.lowerBound = lowerBound self.upperBound = upperBound } @@ -1222,8 +1192,7 @@ extension SageMakerGeospatialClientTypes { public init( lowerBound: Swift.Float? = nil, upperBound: Swift.Float? = nil - ) - { + ) { self.lowerBound = lowerBound self.upperBound = upperBound } @@ -1244,8 +1213,7 @@ extension SageMakerGeospatialClientTypes { public init( lowerBound: Swift.Float? = nil, upperBound: Swift.Float? = nil - ) - { + ) { self.lowerBound = lowerBound self.upperBound = upperBound } @@ -1282,8 +1250,7 @@ extension SageMakerGeospatialClientTypes { public init( property: SageMakerGeospatialClientTypes.Property? = nil - ) - { + ) { self.property = property } } @@ -1301,8 +1268,7 @@ extension SageMakerGeospatialClientTypes { public init( logicalOperator: SageMakerGeospatialClientTypes.LogicalOperator? = nil, properties: [SageMakerGeospatialClientTypes.PropertyFilter]? = nil - ) - { + ) { self.logicalOperator = logicalOperator self.properties = properties } @@ -1323,8 +1289,7 @@ extension SageMakerGeospatialClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -1361,8 +1326,7 @@ extension SageMakerGeospatialClientTypes { rasterDataCollectionArn: Swift.String? = nil, rasterDataCollectionName: Swift.String? = nil, timeRangeFilter: SageMakerGeospatialClientTypes.TimeRangeFilterOutput? = nil - ) - { + ) { self.areaOfInterest = areaOfInterest self.propertyFilters = propertyFilters self.rasterDataCollectionArn = rasterDataCollectionArn @@ -1389,8 +1353,7 @@ extension SageMakerGeospatialClientTypes { public init( previousEarthObservationJobArn: Swift.String? = nil, rasterDataCollectionQuery: SageMakerGeospatialClientTypes.RasterDataCollectionQueryOutput? = nil - ) - { + ) { self.previousEarthObservationJobArn = previousEarthObservationJobArn self.rasterDataCollectionQuery = rasterDataCollectionQuery } @@ -1409,8 +1372,7 @@ extension SageMakerGeospatialClientTypes { public init( algorithmName: SageMakerGeospatialClientTypes.AlgorithmNameGeoMosaic? = nil, targetBands: [Swift.String]? = nil - ) - { + ) { self.algorithmName = algorithmName self.targetBands = targetBands } @@ -1467,8 +1429,7 @@ extension SageMakerGeospatialClientTypes { public init( unit: SageMakerGeospatialClientTypes.Unit? = nil, value: Swift.Float? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1485,8 +1446,7 @@ extension SageMakerGeospatialClientTypes { public init( userDefined: SageMakerGeospatialClientTypes.UserDefined? = nil - ) - { + ) { self.userDefined = userDefined } } @@ -1508,8 +1468,7 @@ extension SageMakerGeospatialClientTypes { algorithmName: SageMakerGeospatialClientTypes.AlgorithmNameResampling? = nil, outputResolution: SageMakerGeospatialClientTypes.OutputResolutionResamplingInput? = nil, targetBands: [Swift.String]? = nil - ) - { + ) { self.algorithmName = algorithmName self.outputResolution = outputResolution self.targetBands = targetBands @@ -1564,8 +1523,7 @@ extension SageMakerGeospatialClientTypes { public init( predefined: SageMakerGeospatialClientTypes.PredefinedResolution? = nil, userDefined: SageMakerGeospatialClientTypes.UserDefined? = nil - ) - { + ) { self.predefined = predefined self.userDefined = userDefined } @@ -1584,8 +1542,7 @@ extension SageMakerGeospatialClientTypes { public init( outputResolution: SageMakerGeospatialClientTypes.OutputResolutionStackInput? = nil, targetBands: [Swift.String]? = nil - ) - { + ) { self.outputResolution = outputResolution self.targetBands = targetBands } @@ -1674,8 +1631,7 @@ extension SageMakerGeospatialClientTypes { groupBy: SageMakerGeospatialClientTypes.GroupBy? = nil, statistics: [SageMakerGeospatialClientTypes.TemporalStatistics]? = nil, targetBands: [Swift.String]? = nil - ) - { + ) { self.groupBy = groupBy self.statistics = statistics self.targetBands = targetBands @@ -1757,8 +1713,7 @@ extension SageMakerGeospatialClientTypes { targetBands: [Swift.String]? = nil, zoneS3Path: Swift.String? = nil, zoneS3PathKmsKeyId: Swift.String? = nil - ) - { + ) { self.statistics = statistics self.targetBands = targetBands self.zoneS3Path = zoneS3Path @@ -1807,8 +1762,7 @@ extension SageMakerGeospatialClientTypes { public init( bandName: Swift.String? = nil, outputDataType: SageMakerGeospatialClientTypes.OutputType? = nil - ) - { + ) { self.bandName = bandName self.outputDataType = outputDataType } @@ -1922,8 +1876,7 @@ public struct GetEarthObservationJobOutput: Swift.Sendable { outputBands: [SageMakerGeospatialClientTypes.OutputBand]? = nil, status: SageMakerGeospatialClientTypes.EarthObservationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -2017,8 +1970,7 @@ public struct GetTileInput: Swift.Sendable { x: Swift.Int? = nil, y: Swift.Int? = nil, z: Swift.Int? = nil - ) - { + ) { self.arn = arn self.executionRoleArn = executionRoleArn self.imageAssets = imageAssets @@ -2040,8 +1992,7 @@ public struct GetTileOutput: Swift.Sendable { public init( binaryFile: Smithy.ByteStream? = Smithy.ByteStream.data(Foundation.Data(base64Encoded: "")) - ) - { + ) { self.binaryFile = binaryFile } } @@ -2095,8 +2046,7 @@ public struct ListEarthObservationJobsInput: Swift.Sendable { sortBy: Swift.String? = nil, sortOrder: SageMakerGeospatialClientTypes.SortOrder? = nil, statusEquals: SageMakerGeospatialClientTypes.EarthObservationJobStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -2143,8 +2093,7 @@ extension SageMakerGeospatialClientTypes { operationType: Swift.String? = nil, status: SageMakerGeospatialClientTypes.EarthObservationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -2166,8 +2115,7 @@ public struct ListEarthObservationJobsOutput: Swift.Sendable { public init( earthObservationJobSummaries: [SageMakerGeospatialClientTypes.ListEarthObservationJobOutputConfig]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.earthObservationJobSummaries = earthObservationJobSummaries self.nextToken = nextToken } @@ -2192,8 +2140,7 @@ extension SageMakerGeospatialClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -2226,8 +2173,7 @@ extension SageMakerGeospatialClientTypes { propertyFilters: SageMakerGeospatialClientTypes.PropertyFilters? = nil, rasterDataCollectionArn: Swift.String? = nil, timeRangeFilter: SageMakerGeospatialClientTypes.TimeRangeFilterInput? = nil - ) - { + ) { self.areaOfInterest = areaOfInterest self.propertyFilters = propertyFilters self.rasterDataCollectionArn = rasterDataCollectionArn @@ -2253,8 +2199,7 @@ extension SageMakerGeospatialClientTypes { public init( previousEarthObservationJobArn: Swift.String? = nil, rasterDataCollectionQuery: SageMakerGeospatialClientTypes.RasterDataCollectionQueryInput? = nil - ) - { + ) { self.previousEarthObservationJobArn = previousEarthObservationJobArn self.rasterDataCollectionQuery = rasterDataCollectionQuery } @@ -2289,8 +2234,7 @@ public struct StartEarthObservationJobInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.executionRoleArn = executionRoleArn self.inputConfig = inputConfig @@ -2341,8 +2285,7 @@ public struct StartEarthObservationJobOutput: Swift.Sendable { name: Swift.String? = nil, status: SageMakerGeospatialClientTypes.EarthObservationJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -2363,8 +2306,7 @@ public struct StopEarthObservationJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2387,8 +2329,7 @@ extension SageMakerGeospatialClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -2405,8 +2346,7 @@ extension SageMakerGeospatialClientTypes { public init( s3Data: SageMakerGeospatialClientTypes.VectorEnrichmentJobS3Data? = nil - ) - { + ) { self.s3Data = s3Data } } @@ -2430,8 +2370,7 @@ public struct ExportVectorEnrichmentJobInput: Swift.Sendable { clientToken: Swift.String? = nil, executionRoleArn: Swift.String? = nil, outputConfig: SageMakerGeospatialClientTypes.ExportVectorEnrichmentJobOutputConfig? = nil - ) - { + ) { self.arn = arn self.clientToken = clientToken self.executionRoleArn = executionRoleArn @@ -2494,8 +2433,7 @@ public struct ExportVectorEnrichmentJobOutput: Swift.Sendable { executionRoleArn: Swift.String? = nil, exportStatus: SageMakerGeospatialClientTypes.VectorEnrichmentJobExportStatus? = nil, outputConfig: SageMakerGeospatialClientTypes.ExportVectorEnrichmentJobOutputConfig? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.executionRoleArn = executionRoleArn @@ -2518,8 +2456,7 @@ extension SageMakerGeospatialClientTypes { public init( coordinates: [[[Swift.Double]]]? = nil, type: Swift.String? = nil - ) - { + ) { self.coordinates = coordinates self.type = type } @@ -2538,8 +2475,7 @@ public struct GetRasterDataCollectionInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2578,8 +2514,7 @@ public struct GetRasterDataCollectionOutput: Swift.Sendable { supportedFilters: [SageMakerGeospatialClientTypes.Filter]? = nil, tags: [Swift.String: Swift.String]? = nil, type: SageMakerGeospatialClientTypes.DataCollectionType? = nil - ) - { + ) { self.arn = arn self.description = description self.descriptionPageUrl = descriptionPageUrl @@ -2598,8 +2533,7 @@ public struct GetVectorEnrichmentJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2647,8 +2581,7 @@ extension SageMakerGeospatialClientTypes { public init( errorMessage: Swift.String? = nil, errorType: SageMakerGeospatialClientTypes.VectorEnrichmentJobErrorType? = nil - ) - { + ) { self.errorMessage = errorMessage self.errorType = errorType } @@ -2696,8 +2629,7 @@ extension SageMakerGeospatialClientTypes { public init( message: Swift.String? = nil, type: SageMakerGeospatialClientTypes.VectorEnrichmentJobExportErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -2754,8 +2686,7 @@ extension SageMakerGeospatialClientTypes { public init( dataSourceConfig: SageMakerGeospatialClientTypes.VectorEnrichmentJobDataSourceConfigInput? = nil, documentType: SageMakerGeospatialClientTypes.VectorEnrichmentJobDocumentType? = nil - ) - { + ) { self.dataSourceConfig = dataSourceConfig self.documentType = documentType } @@ -2784,8 +2715,7 @@ extension SageMakerGeospatialClientTypes { timestampAttributeName: Swift.String? = nil, xAttributeName: Swift.String? = nil, yAttributeName: Swift.String? = nil - ) - { + ) { self.idAttributeName = idAttributeName self.timestampAttributeName = timestampAttributeName self.xAttributeName = xAttributeName @@ -2808,8 +2738,7 @@ extension SageMakerGeospatialClientTypes { public init( xAttributeName: Swift.String? = nil, yAttributeName: Swift.String? = nil - ) - { + ) { self.xAttributeName = xAttributeName self.yAttributeName = yAttributeName } @@ -2958,8 +2887,7 @@ public struct GetVectorEnrichmentJobOutput: Swift.Sendable { status: SageMakerGeospatialClientTypes.VectorEnrichmentJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: SageMakerGeospatialClientTypes.VectorEnrichmentJobType? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -3001,8 +2929,7 @@ extension SageMakerGeospatialClientTypes { viewOffNadir: Swift.Float? = nil, viewSunAzimuth: Swift.Float? = nil, viewSunElevation: Swift.Float? = nil - ) - { + ) { self.eoCloudCover = eoCloudCover self.landsatCloudCoverLand = landsatCloudCoverLand self.platform = platform @@ -3037,8 +2964,7 @@ extension SageMakerGeospatialClientTypes { geometry: SageMakerGeospatialClientTypes.Geometry? = nil, id: Swift.String? = nil, properties: SageMakerGeospatialClientTypes.Properties? = nil - ) - { + ) { self.assets = assets self.dateTime = dateTime self.geometry = geometry @@ -3057,8 +2983,7 @@ public struct ListRasterDataCollectionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3079,8 +3004,7 @@ public struct ListRasterDataCollectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, rasterDataCollectionSummaries: [SageMakerGeospatialClientTypes.RasterDataCollectionMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.rasterDataCollectionSummaries = rasterDataCollectionSummaries } @@ -3098,8 +3022,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3110,8 +3033,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3149,8 +3071,7 @@ extension SageMakerGeospatialClientTypes { status: SageMakerGeospatialClientTypes.VectorEnrichmentJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: SageMakerGeospatialClientTypes.VectorEnrichmentJobType? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -3180,8 +3101,7 @@ public struct ListVectorEnrichmentJobsInput: Swift.Sendable { sortBy: Swift.String? = nil, sortOrder: SageMakerGeospatialClientTypes.SortOrder? = nil, statusEquals: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sortBy = sortBy @@ -3205,8 +3125,7 @@ public struct ListVectorEnrichmentJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vectorEnrichmentJobSummaries: [SageMakerGeospatialClientTypes.ListVectorEnrichmentJobOutputConfig]? = nil - ) - { + ) { self.nextToken = nextToken self.vectorEnrichmentJobSummaries = vectorEnrichmentJobSummaries } @@ -3236,8 +3155,7 @@ extension SageMakerGeospatialClientTypes { bandFilter: [Swift.String]? = nil, propertyFilters: SageMakerGeospatialClientTypes.PropertyFilters? = nil, timeRangeFilter: SageMakerGeospatialClientTypes.TimeRangeFilterInput? = nil - ) - { + ) { self.areaOfInterest = areaOfInterest self.bandFilter = bandFilter self.propertyFilters = propertyFilters @@ -3265,8 +3183,7 @@ public struct SearchRasterDataCollectionInput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, rasterDataCollectionQuery: SageMakerGeospatialClientTypes.RasterDataCollectionQueryWithBandFilterInput? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.rasterDataCollectionQuery = rasterDataCollectionQuery @@ -3291,8 +3208,7 @@ public struct SearchRasterDataCollectionOutput: Swift.Sendable { approximateResultCount: Swift.Int? = nil, items: [SageMakerGeospatialClientTypes.ItemSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.approximateResultCount = approximateResultCount self.items = items self.nextToken = nextToken @@ -3315,8 +3231,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3338,8 +3253,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3378,8 +3292,7 @@ public struct StartVectorEnrichmentJobInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.executionRoleArn = executionRoleArn self.inputConfig = inputConfig @@ -3435,8 +3348,7 @@ public struct StartVectorEnrichmentJobOutput: Swift.Sendable { status: SageMakerGeospatialClientTypes.VectorEnrichmentJobStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: SageMakerGeospatialClientTypes.VectorEnrichmentJobType? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.durationInSeconds = durationInSeconds @@ -3458,8 +3370,7 @@ public struct StopVectorEnrichmentJobInput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } diff --git a/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/SageMakerGeospatialClient.swift b/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/SageMakerGeospatialClient.swift index d79fbc00537..fcc65fd882d 100644 --- a/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/SageMakerGeospatialClient.swift +++ b/Sources/Services/AWSSageMakerGeospatial/Sources/AWSSageMakerGeospatial/SageMakerGeospatialClient.swift @@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerGeospatialClient: ClientRuntime.Client { public static let clientName = "SageMakerGeospatialClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerGeospatialClient.SageMakerGeospatialClientConfiguration let serviceName = "SageMaker Geospatial" diff --git a/Sources/Services/AWSSageMakerMetrics/Package.swift.txt b/Sources/Services/AWSSageMakerMetrics/Package.swift.txt index e6e5b859c8c..dca278bbacb 100644 --- a/Sources/Services/AWSSageMakerMetrics/Package.swift.txt +++ b/Sources/Services/AWSSageMakerMetrics/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/Models.swift b/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/Models.swift index d916d3bdea5..01e13026ed8 100644 --- a/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/Models.swift +++ b/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/Models.swift @@ -157,8 +157,7 @@ extension SageMakerMetricsClientTypes { resourceArn: Swift.String? = nil, start: Swift.Int? = nil, xAxisType: SageMakerMetricsClientTypes.XAxisType? = nil - ) - { + ) { self.end = end self.metricName = metricName self.metricStat = metricStat @@ -177,8 +176,7 @@ public struct BatchGetMetricsInput: Swift.Sendable { public init( metricQueries: [SageMakerMetricsClientTypes.MetricQuery]? = nil - ) - { + ) { self.metricQueries = metricQueries } } @@ -239,8 +237,7 @@ extension SageMakerMetricsClientTypes { metricValues: [Swift.Double]? = nil, status: SageMakerMetricsClientTypes.MetricQueryResultStatus? = nil, xAxisValues: [Swift.Int]? = nil - ) - { + ) { self.message = message self.metricValues = metricValues self.status = status @@ -255,8 +252,7 @@ public struct BatchGetMetricsOutput: Swift.Sendable { public init( metricQueryResults: [SageMakerMetricsClientTypes.MetricQueryResult]? = nil - ) - { + ) { self.metricQueryResults = metricQueryResults } } @@ -282,8 +278,7 @@ extension SageMakerMetricsClientTypes { step: Swift.Int? = nil, timestamp: Foundation.Date? = nil, value: Swift.Double? = nil - ) - { + ) { self.metricName = metricName self.step = step self.timestamp = timestamp @@ -303,8 +298,7 @@ public struct BatchPutMetricsInput: Swift.Sendable { public init( metricData: [SageMakerMetricsClientTypes.RawMetricData]? = nil, trialComponentName: Swift.String? = nil - ) - { + ) { self.metricData = metricData self.trialComponentName = trialComponentName } @@ -365,8 +359,7 @@ extension SageMakerMetricsClientTypes { public init( code: SageMakerMetricsClientTypes.PutMetricsErrorCode? = nil, metricIndex: Swift.Int? = nil - ) - { + ) { self.code = code self.metricIndex = metricIndex } @@ -379,8 +372,7 @@ public struct BatchPutMetricsOutput: Swift.Sendable { public init( errors: [SageMakerMetricsClientTypes.BatchPutMetricsError]? = nil - ) - { + ) { self.errors = errors } } diff --git a/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/SageMakerMetricsClient.swift b/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/SageMakerMetricsClient.swift index bcf6bed287c..5882690289c 100644 --- a/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/SageMakerMetricsClient.swift +++ b/Sources/Services/AWSSageMakerMetrics/Sources/AWSSageMakerMetrics/SageMakerMetricsClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerMetricsClient: ClientRuntime.Client { public static let clientName = "SageMakerMetricsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerMetricsClient.SageMakerMetricsClientConfiguration let serviceName = "SageMaker Metrics" diff --git a/Sources/Services/AWSSageMakerRuntime/Package.swift.txt b/Sources/Services/AWSSageMakerRuntime/Package.swift.txt index 70ee9f452df..31aed16f893 100644 --- a/Sources/Services/AWSSageMakerRuntime/Package.swift.txt +++ b/Sources/Services/AWSSageMakerRuntime/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,39 +45,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/Models.swift b/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/Models.swift index f74348cc917..6b048ab1205 100644 --- a/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/Models.swift +++ b/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/Models.swift @@ -48,8 +48,7 @@ public struct InternalDependencyException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ public struct InternalFailure: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -105,8 +103,7 @@ public struct ModelError: ClientRuntime.ModeledError, AWSClientRuntime.AWSServic message: Swift.String? = nil, originalMessage: Swift.String? = nil, originalStatusCode: Swift.Int? = nil - ) - { + ) { self.properties.logStreamArn = logStreamArn self.properties.message = message self.properties.originalMessage = originalMessage @@ -132,8 +129,7 @@ public struct ModelNotReadyException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -156,8 +152,7 @@ public struct ServiceUnavailable: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -180,8 +175,7 @@ public struct ValidationError: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -234,8 +228,7 @@ public struct InvokeEndpointInput: Swift.Sendable { targetContainerHostname: Swift.String? = nil, targetModel: Swift.String? = nil, targetVariant: Swift.String? = nil - ) - { + ) { self.accept = accept self.body = body self.contentType = contentType @@ -278,8 +271,7 @@ public struct InvokeEndpointOutput: Swift.Sendable { customAttributes: Swift.String? = nil, invokedProductionVariant: Swift.String? = nil, newSessionId: Swift.String? = nil - ) - { + ) { self.body = body self.closedSessionId = closedSessionId self.contentType = contentType @@ -323,8 +315,7 @@ public struct InvokeEndpointAsyncInput: Swift.Sendable { inputLocation: Swift.String? = nil, invocationTimeoutSeconds: Swift.Int? = nil, requestTTLSeconds: Swift.Int? = nil - ) - { + ) { self.accept = accept self.contentType = contentType self.customAttributes = customAttributes @@ -353,8 +344,7 @@ public struct InvokeEndpointAsyncOutput: Swift.Sendable { failureLocation: Swift.String? = nil, inferenceId: Swift.String? = nil, outputLocation: Swift.String? = nil - ) - { + ) { self.failureLocation = failureLocation self.inferenceId = inferenceId self.outputLocation = outputLocation @@ -379,8 +369,7 @@ public struct InternalStreamFailure: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -406,8 +395,7 @@ public struct ModelStreamError: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -448,8 +436,7 @@ public struct InvokeEndpointWithResponseStreamInput: Swift.Sendable { sessionId: Swift.String? = nil, targetContainerHostname: Swift.String? = nil, targetVariant: Swift.String? = nil - ) - { + ) { self.accept = accept self.body = body self.contentType = contentType @@ -477,8 +464,7 @@ extension SageMakerRuntimeClientTypes { public init( bytes: Foundation.Data? = nil - ) - { + ) { self.bytes = bytes } } @@ -515,8 +501,7 @@ public struct InvokeEndpointWithResponseStreamOutput: Swift.Sendable { contentType: Swift.String? = nil, customAttributes: Swift.String? = nil, invokedProductionVariant: Swift.String? = nil - ) - { + ) { self.body = body self.contentType = contentType self.customAttributes = customAttributes diff --git a/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/SageMakerRuntimeClient.swift b/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/SageMakerRuntimeClient.swift index dd08722eca3..77ad69b3ff3 100644 --- a/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/SageMakerRuntimeClient.swift +++ b/Sources/Services/AWSSageMakerRuntime/Sources/AWSSageMakerRuntime/SageMakerRuntimeClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SageMakerRuntimeClient: ClientRuntime.Client { public static let clientName = "SageMakerRuntimeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SageMakerRuntimeClient.SageMakerRuntimeClientConfiguration let serviceName = "SageMaker Runtime" diff --git a/Sources/Services/AWSSagemakerEdge/Package.swift.txt b/Sources/Services/AWSSagemakerEdge/Package.swift.txt index 8dc1b9a880f..140de7a22ec 100644 --- a/Sources/Services/AWSSagemakerEdge/Package.swift.txt +++ b/Sources/Services/AWSSagemakerEdge/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/Models.swift b/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/Models.swift index d4b1e3b308a..888f40d54aa 100644 --- a/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/Models.swift +++ b/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/Models.swift @@ -47,8 +47,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -64,8 +63,7 @@ public struct GetDeploymentsInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil, deviceName: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.deviceName = deviceName } @@ -109,8 +107,7 @@ extension SagemakerEdgeClientTypes { public init( sum: Swift.String? = nil, type: SagemakerEdgeClientTypes.ChecksumType? = nil - ) - { + ) { self.sum = sum self.type = type } @@ -164,8 +161,7 @@ extension SagemakerEdgeClientTypes { modelHandle: Swift.String? = nil, s3Url: Swift.String? = nil, state: SagemakerEdgeClientTypes.ModelState? = nil - ) - { + ) { self.checksum = checksum self.modelHandle = modelHandle self.s3Url = s3Url @@ -247,8 +243,7 @@ extension SagemakerEdgeClientTypes { deploymentName: Swift.String? = nil, failureHandlingPolicy: SagemakerEdgeClientTypes.FailureHandlingPolicy? = nil, type: SagemakerEdgeClientTypes.DeploymentType? = nil - ) - { + ) { self.definitions = definitions self.deploymentName = deploymentName self.failureHandlingPolicy = failureHandlingPolicy @@ -263,8 +258,7 @@ public struct GetDeploymentsOutput: Swift.Sendable { public init( deployments: [SagemakerEdgeClientTypes.EdgeDeployment]? = nil - ) - { + ) { self.deployments = deployments } } @@ -280,8 +274,7 @@ public struct GetDeviceRegistrationInput: Swift.Sendable { public init( deviceFleetName: Swift.String? = nil, deviceName: Swift.String? = nil - ) - { + ) { self.deviceFleetName = deviceFleetName self.deviceName = deviceName } @@ -296,8 +289,7 @@ public struct GetDeviceRegistrationOutput: Swift.Sendable { public init( cacheTTL: Swift.String? = nil, deviceRegistration: Swift.String? = nil - ) - { + ) { self.cacheTTL = cacheTTL self.deviceRegistration = deviceRegistration } @@ -321,8 +313,7 @@ extension SagemakerEdgeClientTypes { metricName: Swift.String? = nil, timestamp: Foundation.Date? = nil, value: Swift.Double? = nil - ) - { + ) { self.dimension = dimension self.metricName = metricName self.timestamp = timestamp @@ -390,8 +381,7 @@ extension SagemakerEdgeClientTypes { state: SagemakerEdgeClientTypes.ModelState? = nil, status: SagemakerEdgeClientTypes.DeploymentStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.desiredState = desiredState self.modelHandle = modelHandle self.modelName = modelName @@ -428,8 +418,7 @@ extension SagemakerEdgeClientTypes { deploymentStartTime: Foundation.Date? = nil, deploymentStatus: Swift.String? = nil, deploymentStatusMessage: Swift.String? = nil - ) - { + ) { self.deploymentEndTime = deploymentEndTime self.deploymentModels = deploymentModels self.deploymentName = deploymentName @@ -461,8 +450,7 @@ extension SagemakerEdgeClientTypes { modelMetrics: [SagemakerEdgeClientTypes.EdgeMetric]? = nil, modelName: Swift.String? = nil, modelVersion: Swift.String? = nil - ) - { + ) { self.latestInference = latestInference self.latestSampleTime = latestSampleTime self.modelMetrics = modelMetrics @@ -496,8 +484,7 @@ public struct SendHeartbeatInput: Swift.Sendable { deviceFleetName: Swift.String? = nil, deviceName: Swift.String? = nil, models: [SagemakerEdgeClientTypes.Model]? = nil - ) - { + ) { self.agentMetrics = agentMetrics self.agentVersion = agentVersion self.deploymentResult = deploymentResult diff --git a/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/SagemakerEdgeClient.swift b/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/SagemakerEdgeClient.swift index 3e42d39e15c..ae1aa4eaeeb 100644 --- a/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/SagemakerEdgeClient.swift +++ b/Sources/Services/AWSSagemakerEdge/Sources/AWSSagemakerEdge/SagemakerEdgeClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SagemakerEdgeClient: ClientRuntime.Client { public static let clientName = "SagemakerEdgeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SagemakerEdgeClient.SagemakerEdgeClientConfiguration let serviceName = "Sagemaker Edge" diff --git a/Sources/Services/AWSSavingsplans/Package.swift.txt b/Sources/Services/AWSSavingsplans/Package.swift.txt index 8a911132b02..8616fb60f00 100644 --- a/Sources/Services/AWSSavingsplans/Package.swift.txt +++ b/Sources/Services/AWSSavingsplans/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/Models.swift b/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/Models.swift index e0a80a24de7..a2ae98e4b83 100644 --- a/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/Models.swift +++ b/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/Models.swift @@ -46,8 +46,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -71,8 +70,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -121,8 +118,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -150,8 +146,7 @@ public struct CreateSavingsPlanInput: Swift.Sendable { savingsPlanOfferingId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, upfrontPaymentAmount: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.commitment = commitment self.purchaseTime = purchaseTime @@ -167,8 +162,7 @@ public struct CreateSavingsPlanOutput: Swift.Sendable { public init( savingsPlanId: Swift.String? = nil - ) - { + ) { self.savingsPlanId = savingsPlanId } } @@ -180,8 +174,7 @@ public struct DeleteQueuedSavingsPlanInput: Swift.Sendable { public init( savingsPlanId: Swift.String? = nil - ) - { + ) { self.savingsPlanId = savingsPlanId } } @@ -250,8 +243,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlanRateFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -274,8 +266,7 @@ public struct DescribeSavingsPlanRatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, savingsPlanId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -397,8 +388,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlanRatePropertyKey? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -505,8 +495,7 @@ extension SavingsplansClientTypes { serviceCode: SavingsplansClientTypes.SavingsPlanRateServiceCode? = nil, unit: SavingsplansClientTypes.SavingsPlanRateUnit? = nil, usageType: Swift.String? = nil - ) - { + ) { self.currency = currency self.operation = operation self.productType = productType @@ -531,8 +520,7 @@ public struct DescribeSavingsPlanRatesOutput: Swift.Sendable { nextToken: Swift.String? = nil, savingsPlanId: Swift.String? = nil, searchResults: [SavingsplansClientTypes.SavingsPlanRate]? = nil - ) - { + ) { self.nextToken = nextToken self.savingsPlanId = savingsPlanId self.searchResults = searchResults @@ -601,8 +589,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlansFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -677,8 +664,7 @@ public struct DescribeSavingsPlansInput: Swift.Sendable { savingsPlanArns: [Swift.String]? = nil, savingsPlanIds: [Swift.String]? = nil, states: [SavingsplansClientTypes.SavingsPlanState]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -815,8 +801,7 @@ extension SavingsplansClientTypes { tags: [Swift.String: Swift.String]? = nil, termDurationInSeconds: Swift.Int = 0, upfrontPaymentAmount: Swift.String? = nil - ) - { + ) { self.commitment = commitment self.currency = currency self.description = description @@ -849,8 +834,7 @@ public struct DescribeSavingsPlansOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, savingsPlans: [SavingsplansClientTypes.SavingsPlan]? = nil - ) - { + ) { self.nextToken = nextToken self.savingsPlans = savingsPlans } @@ -909,8 +893,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlanRateFilterAttribute? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -950,8 +933,7 @@ public struct DescribeSavingsPlansOfferingRatesInput: Swift.Sendable { savingsPlanTypes: [SavingsplansClientTypes.SavingsPlanType]? = nil, serviceCodes: [SavingsplansClientTypes.SavingsPlanRateServiceCode]? = nil, usageTypes: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -977,8 +959,7 @@ extension SavingsplansClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1009,8 +990,7 @@ extension SavingsplansClientTypes { paymentOption: SavingsplansClientTypes.SavingsPlanPaymentOption? = nil, planDescription: Swift.String? = nil, planType: SavingsplansClientTypes.SavingsPlanType? = nil - ) - { + ) { self.currency = currency self.durationSeconds = durationSeconds self.offeringId = offeringId @@ -1051,8 +1031,7 @@ extension SavingsplansClientTypes { serviceCode: SavingsplansClientTypes.SavingsPlanRateServiceCode? = nil, unit: SavingsplansClientTypes.SavingsPlanRateUnit? = nil, usageType: Swift.String? = nil - ) - { + ) { self.operation = operation self.productType = productType self.properties = properties @@ -1074,8 +1053,7 @@ public struct DescribeSavingsPlansOfferingRatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, searchResults: [SavingsplansClientTypes.SavingsPlanOfferingRate]? = nil - ) - { + ) { self.nextToken = nextToken self.searchResults = searchResults } @@ -1122,8 +1100,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlanOfferingFilterAttribute? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -1172,8 +1149,7 @@ public struct DescribeSavingsPlansOfferingsInput: Swift.Sendable { productType: SavingsplansClientTypes.SavingsPlanProductType? = nil, serviceCodes: [Swift.String]? = nil, usageTypes: [Swift.String]? = nil - ) - { + ) { self.currencies = currencies self.descriptions = descriptions self.durations = durations @@ -1231,8 +1207,7 @@ extension SavingsplansClientTypes { public init( name: SavingsplansClientTypes.SavingsPlanOfferingPropertyKey? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -1278,8 +1253,7 @@ extension SavingsplansClientTypes { properties: [SavingsplansClientTypes.SavingsPlanOfferingProperty]? = nil, serviceCode: Swift.String? = nil, usageType: Swift.String? = nil - ) - { + ) { self.currency = currency self.description = description self.durationSeconds = durationSeconds @@ -1304,8 +1278,7 @@ public struct DescribeSavingsPlansOfferingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, searchResults: [SavingsplansClientTypes.SavingsPlanOffering]? = nil - ) - { + ) { self.nextToken = nextToken self.searchResults = searchResults } @@ -1318,8 +1291,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1330,8 +1302,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1346,8 +1317,7 @@ public struct ReturnSavingsPlanInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, savingsPlanId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.savingsPlanId = savingsPlanId } @@ -1359,8 +1329,7 @@ public struct ReturnSavingsPlanOutput: Swift.Sendable { public init( savingsPlanId: Swift.String? = nil - ) - { + ) { self.savingsPlanId = savingsPlanId } } @@ -1376,8 +1345,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1399,8 +1367,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/SavingsplansClient.swift b/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/SavingsplansClient.swift index 0d265554f6c..60eff23c7a2 100644 --- a/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/SavingsplansClient.swift +++ b/Sources/Services/AWSSavingsplans/Sources/AWSSavingsplans/SavingsplansClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SavingsplansClient: ClientRuntime.Client { public static let clientName = "SavingsplansClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SavingsplansClient.SavingsplansClientConfiguration let serviceName = "savingsplans" diff --git a/Sources/Services/AWSScheduler/Package.swift.txt b/Sources/Services/AWSScheduler/Package.swift.txt index de3842d2ac3..5014ca57451 100644 --- a/Sources/Services/AWSScheduler/Package.swift.txt +++ b/Sources/Services/AWSScheduler/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSScheduler/Sources/AWSScheduler/Models.swift b/Sources/Services/AWSScheduler/Sources/AWSScheduler/Models.swift index 16f3759846b..f35445091d0 100644 --- a/Sources/Services/AWSScheduler/Sources/AWSScheduler/Models.swift +++ b/Sources/Services/AWSScheduler/Sources/AWSScheduler/Models.swift @@ -106,8 +106,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -131,8 +130,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -156,8 +154,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -181,8 +178,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -194,8 +190,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -214,8 +209,7 @@ extension SchedulerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -228,8 +222,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SchedulerClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -253,8 +246,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -278,8 +270,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -326,8 +317,7 @@ extension SchedulerClientTypes { public init( maximumWindowInMinutes: Swift.Int? = nil, mode: SchedulerClientTypes.FlexibleTimeWindowMode? = nil - ) - { + ) { self.maximumWindowInMinutes = maximumWindowInMinutes self.mode = mode } @@ -372,8 +362,7 @@ extension SchedulerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -395,8 +384,7 @@ extension SchedulerClientTypes { base: Swift.Int = 0, capacityProvider: Swift.String? = nil, weight: Swift.Int = 0 - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -452,8 +440,7 @@ extension SchedulerClientTypes { assignPublicIp: SchedulerClientTypes.AssignPublicIp? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -470,8 +457,7 @@ extension SchedulerClientTypes { public init( awsvpcConfiguration: SchedulerClientTypes.AwsVpcConfiguration? = nil - ) - { + ) { self.awsvpcConfiguration = awsvpcConfiguration } } @@ -518,8 +504,7 @@ extension SchedulerClientTypes { public init( expression: Swift.String? = nil, type: SchedulerClientTypes.PlacementConstraintType? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -570,8 +555,7 @@ extension SchedulerClientTypes { public init( field: Swift.String? = nil, type: SchedulerClientTypes.PlacementStrategyType? = nil - ) - { + ) { self.field = field self.type = type } @@ -653,8 +637,7 @@ extension SchedulerClientTypes { tags: [[Swift.String: Swift.String]]? = nil, taskCount: Swift.Int? = nil, taskDefinitionArn: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.enableECSManagedTags = enableECSManagedTags self.enableExecuteCommand = enableExecuteCommand @@ -687,8 +670,7 @@ extension SchedulerClientTypes { public init( detailType: Swift.String? = nil, source: Swift.String? = nil - ) - { + ) { self.detailType = detailType self.source = source } @@ -705,8 +687,7 @@ extension SchedulerClientTypes { public init( partitionKey: Swift.String? = nil - ) - { + ) { self.partitionKey = partitionKey } } @@ -724,8 +705,7 @@ extension SchedulerClientTypes { public init( maximumEventAgeInSeconds: Swift.Int? = nil, maximumRetryAttempts: Swift.Int? = nil - ) - { + ) { self.maximumEventAgeInSeconds = maximumEventAgeInSeconds self.maximumRetryAttempts = maximumRetryAttempts } @@ -746,8 +726,7 @@ extension SchedulerClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -763,8 +742,7 @@ extension SchedulerClientTypes { public init( pipelineParameterList: [SchedulerClientTypes.SageMakerPipelineParameter]? = nil - ) - { + ) { self.pipelineParameterList = pipelineParameterList } } @@ -779,8 +757,7 @@ extension SchedulerClientTypes { public init( messageGroupId: Swift.String? = nil - ) - { + ) { self.messageGroupId = messageGroupId } } @@ -824,8 +801,7 @@ extension SchedulerClientTypes { roleArn: Swift.String? = nil, sageMakerPipelineParameters: SchedulerClientTypes.SageMakerPipelineParameters? = nil, sqsParameters: SchedulerClientTypes.SqsParameters? = nil - ) - { + ) { self.arn = arn self.deadLetterConfig = deadLetterConfig self.ecsParameters = ecsParameters @@ -895,8 +871,7 @@ public struct CreateScheduleInput: Swift.Sendable { startDate: Foundation.Date? = nil, state: SchedulerClientTypes.ScheduleState? = nil, target: SchedulerClientTypes.Target? = nil - ) - { + ) { self.actionAfterCompletion = actionAfterCompletion self.clientToken = clientToken self.description = description @@ -920,8 +895,7 @@ public struct CreateScheduleOutput: Swift.Sendable { public init( scheduleArn: Swift.String? = nil - ) - { + ) { self.scheduleArn = scheduleArn } } @@ -939,8 +913,7 @@ public struct DeleteScheduleInput: Swift.Sendable { clientToken: Swift.String? = nil, groupName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.groupName = groupName self.name = name @@ -962,8 +935,7 @@ public struct GetScheduleInput: Swift.Sendable { public init( groupName: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.name = name } @@ -1026,8 +998,7 @@ public struct GetScheduleOutput: Swift.Sendable { startDate: Foundation.Date? = nil, state: SchedulerClientTypes.ScheduleState? = nil, target: SchedulerClientTypes.Target? = nil - ) - { + ) { self.actionAfterCompletion = actionAfterCompletion self.arn = arn self.creationDate = creationDate @@ -1064,8 +1035,7 @@ public struct ListSchedulesInput: Swift.Sendable { namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil, state: SchedulerClientTypes.ScheduleState? = nil - ) - { + ) { self.groupName = groupName self.maxResults = maxResults self.namePrefix = namePrefix @@ -1084,8 +1054,7 @@ extension SchedulerClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1118,8 +1087,7 @@ extension SchedulerClientTypes { name: Swift.String? = nil, state: SchedulerClientTypes.ScheduleState? = nil, target: SchedulerClientTypes.TargetSummary? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.groupName = groupName @@ -1141,8 +1109,7 @@ public struct ListSchedulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schedules: [SchedulerClientTypes.ScheduleSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schedules = schedules } @@ -1203,8 +1170,7 @@ public struct UpdateScheduleInput: Swift.Sendable { startDate: Foundation.Date? = nil, state: SchedulerClientTypes.ScheduleState? = nil, target: SchedulerClientTypes.Target? = nil - ) - { + ) { self.actionAfterCompletion = actionAfterCompletion self.clientToken = clientToken self.description = description @@ -1228,8 +1194,7 @@ public struct UpdateScheduleOutput: Swift.Sendable { public init( scheduleArn: Swift.String? = nil - ) - { + ) { self.scheduleArn = scheduleArn } } @@ -1247,8 +1212,7 @@ public struct CreateScheduleGroupInput: Swift.Sendable { clientToken: Swift.String? = nil, name: Swift.String? = nil, tags: [SchedulerClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.name = name self.tags = tags @@ -1262,8 +1226,7 @@ public struct CreateScheduleGroupOutput: Swift.Sendable { public init( scheduleGroupArn: Swift.String? = nil - ) - { + ) { self.scheduleGroupArn = scheduleGroupArn } } @@ -1278,8 +1241,7 @@ public struct DeleteScheduleGroupInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.name = name } @@ -1297,8 +1259,7 @@ public struct GetScheduleGroupInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1350,8 +1311,7 @@ public struct GetScheduleGroupOutput: Swift.Sendable { lastModificationDate: Foundation.Date? = nil, name: Swift.String? = nil, state: SchedulerClientTypes.ScheduleGroupState? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.lastModificationDate = lastModificationDate @@ -1372,8 +1332,7 @@ public struct ListScheduleGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, namePrefix: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.namePrefix = namePrefix self.nextToken = nextToken @@ -1401,8 +1360,7 @@ extension SchedulerClientTypes { lastModificationDate: Foundation.Date? = nil, name: Swift.String? = nil, state: SchedulerClientTypes.ScheduleGroupState? = nil - ) - { + ) { self.arn = arn self.creationDate = creationDate self.lastModificationDate = lastModificationDate @@ -1422,8 +1380,7 @@ public struct ListScheduleGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduleGroups: [SchedulerClientTypes.ScheduleGroupSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduleGroups = scheduleGroups } @@ -1440,8 +1397,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SchedulerClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1463,8 +1419,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSScheduler/Sources/AWSScheduler/SchedulerClient.swift b/Sources/Services/AWSScheduler/Sources/AWSScheduler/SchedulerClient.swift index 060d2513161..4fbf477976b 100644 --- a/Sources/Services/AWSScheduler/Sources/AWSScheduler/SchedulerClient.swift +++ b/Sources/Services/AWSScheduler/Sources/AWSScheduler/SchedulerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SchedulerClient: ClientRuntime.Client { public static let clientName = "SchedulerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SchedulerClient.SchedulerClientConfiguration let serviceName = "Scheduler" diff --git a/Sources/Services/AWSSchemas/Package.swift.txt b/Sources/Services/AWSSchemas/Package.swift.txt index acb96eafe31..7b3221fbea3 100644 --- a/Sources/Services/AWSSchemas/Package.swift.txt +++ b/Sources/Services/AWSSchemas/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSchemas/Sources/AWSSchemas/Models.swift b/Sources/Services/AWSSchemas/Sources/AWSSchemas/Models.swift index 66d234353db..8aa9ccef4a7 100644 --- a/Sources/Services/AWSSchemas/Sources/AWSSchemas/Models.swift +++ b/Sources/Services/AWSSchemas/Sources/AWSSchemas/Models.swift @@ -115,8 +115,7 @@ extension SchemasClientTypes { sourceArn: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.crossAccount = crossAccount self.discovererArn = discovererArn self.discovererId = discovererId @@ -141,8 +140,7 @@ extension SchemasClientTypes { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.registryArn = registryArn self.registryName = registryName self.tags = tags @@ -171,8 +169,7 @@ extension SchemasClientTypes { schemaName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, versionCount: Swift.Int? = nil - ) - { + ) { self.lastModified = lastModified self.schemaArn = schemaArn self.schemaName = schemaName @@ -228,8 +225,7 @@ extension SchemasClientTypes { schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil, type: SchemasClientTypes.ModelType? = nil - ) - { + ) { self.schemaArn = schemaArn self.schemaName = schemaName self.schemaVersion = schemaVersion @@ -252,8 +248,7 @@ extension SchemasClientTypes { createdDate: Foundation.Date? = nil, schemaVersion: Swift.String? = nil, type: SchemasClientTypes.ModelType? = nil - ) - { + ) { self.createdDate = createdDate self.schemaVersion = schemaVersion self.type = type @@ -278,8 +273,7 @@ extension SchemasClientTypes { schemaArn: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersions: [SchemasClientTypes.SearchSchemaVersionSummary]? = nil - ) - { + ) { self.registryName = registryName self.schemaArn = schemaArn self.schemaName = schemaName @@ -311,8 +305,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -373,8 +366,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -403,8 +395,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -433,8 +424,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -463,8 +453,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -493,8 +482,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -516,8 +504,7 @@ public struct CreateDiscovererInput: Swift.Sendable { description: Swift.String? = nil, sourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.crossAccount = crossAccount self.description = description self.sourceArn = sourceArn @@ -549,8 +536,7 @@ public struct CreateDiscovererOutput: Swift.Sendable { sourceArn: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.crossAccount = crossAccount self.description = description self.discovererArn = discovererArn @@ -574,8 +560,7 @@ public struct CreateRegistryInput: Swift.Sendable { description: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryName = registryName self.tags = tags @@ -597,8 +582,7 @@ public struct CreateRegistryOutput: Swift.Sendable { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryArn = registryArn self.registryName = registryName @@ -631,8 +615,7 @@ public struct CreateSchemaInput: Swift.Sendable { schemaName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: SchemasClientTypes.ModelType? = nil - ) - { + ) { self.content = content self.description = description self.registryName = registryName @@ -669,8 +652,7 @@ public struct CreateSchemaOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, versionCreatedDate: Foundation.Date? = nil - ) - { + ) { self.description = description self.lastModified = lastModified self.schemaArn = schemaArn @@ -705,8 +687,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -719,8 +700,7 @@ public struct DeleteDiscovererInput: Swift.Sendable { public init( discovererId: Swift.String? = nil - ) - { + ) { self.discovererId = discovererId } } @@ -732,8 +712,7 @@ public struct DeleteRegistryInput: Swift.Sendable { public init( registryName: Swift.String? = nil - ) - { + ) { self.registryName = registryName } } @@ -744,8 +723,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( registryName: Swift.String? = nil - ) - { + ) { self.registryName = registryName } } @@ -761,8 +739,7 @@ public struct DeleteSchemaInput: Swift.Sendable { public init( registryName: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaName = schemaName } @@ -783,8 +760,7 @@ public struct DeleteSchemaVersionInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaName = schemaName self.schemaVersion = schemaVersion @@ -814,8 +790,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -839,8 +814,7 @@ public struct DescribeCodeBindingInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.language = language self.registryName = registryName self.schemaName = schemaName @@ -863,8 +837,7 @@ public struct DescribeCodeBindingOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, schemaVersion: Swift.String? = nil, status: SchemasClientTypes.CodeGenerationStatus? = nil - ) - { + ) { self.creationDate = creationDate self.lastModified = lastModified self.schemaVersion = schemaVersion @@ -879,8 +852,7 @@ public struct DescribeDiscovererInput: Swift.Sendable { public init( discovererId: Swift.String? = nil - ) - { + ) { self.discovererId = discovererId } } @@ -909,8 +881,7 @@ public struct DescribeDiscovererOutput: Swift.Sendable { sourceArn: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.crossAccount = crossAccount self.description = description self.discovererArn = discovererArn @@ -928,8 +899,7 @@ public struct DescribeRegistryInput: Swift.Sendable { public init( registryName: Swift.String? = nil - ) - { + ) { self.registryName = registryName } } @@ -949,8 +919,7 @@ public struct DescribeRegistryOutput: Swift.Sendable { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryArn = registryArn self.registryName = registryName @@ -972,8 +941,7 @@ public struct DescribeSchemaInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaName = schemaName self.schemaVersion = schemaVersion @@ -1010,8 +978,7 @@ public struct DescribeSchemaOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, versionCreatedDate: Foundation.Date? = nil - ) - { + ) { self.content = content self.description = description self.lastModified = lastModified @@ -1041,8 +1008,7 @@ public struct ExportSchemaInput: Swift.Sendable { schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.registryName = registryName self.schemaName = schemaName self.schemaVersion = schemaVersion @@ -1063,8 +1029,7 @@ public struct ExportSchemaOutput: Swift.Sendable { schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.content = content self.schemaArn = schemaArn self.schemaName = schemaName @@ -1091,8 +1056,7 @@ public struct GetCodeBindingSourceInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.language = language self.registryName = registryName self.schemaName = schemaName @@ -1105,8 +1069,7 @@ public struct GetCodeBindingSourceOutput: Swift.Sendable { public init( body: Foundation.Data? = nil - ) - { + ) { self.body = body } } @@ -1122,8 +1085,7 @@ public struct GetDiscoveredSchemaInput: Swift.Sendable { public init( events: [Swift.String]? = nil, type: SchemasClientTypes.ModelType? = nil - ) - { + ) { self.events = events self.type = type } @@ -1135,8 +1097,7 @@ public struct GetDiscoveredSchemaOutput: Swift.Sendable { public init( content: Swift.String? = nil - ) - { + ) { self.content = content } } @@ -1147,8 +1108,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( registryName: Swift.String? = nil - ) - { + ) { self.registryName = registryName } } @@ -1162,8 +1122,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -1192,8 +1151,7 @@ public struct GoneException: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1213,8 +1171,7 @@ public struct ListDiscoverersInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, sourceArnPrefix: Swift.String? = nil - ) - { + ) { self.discovererIdPrefix = discovererIdPrefix self.limit = limit self.nextToken = nextToken @@ -1231,8 +1188,7 @@ public struct ListDiscoverersOutput: Swift.Sendable { public init( discoverers: [SchemasClientTypes.DiscovererSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.discoverers = discoverers self.nextToken = nextToken } @@ -1252,8 +1208,7 @@ public struct ListRegistriesInput: Swift.Sendable { nextToken: Swift.String? = nil, registryNamePrefix: Swift.String? = nil, scope: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.registryNamePrefix = registryNamePrefix @@ -1270,8 +1225,7 @@ public struct ListRegistriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, registries: [SchemasClientTypes.RegistrySummary]? = nil - ) - { + ) { self.nextToken = nextToken self.registries = registries } @@ -1292,8 +1246,7 @@ public struct ListSchemasInput: Swift.Sendable { nextToken: Swift.String? = nil, registryName: Swift.String? = nil, schemaNamePrefix: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.registryName = registryName @@ -1310,8 +1263,7 @@ public struct ListSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [SchemasClientTypes.SchemaSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -1333,8 +1285,7 @@ public struct ListSchemaVersionsInput: Swift.Sendable { nextToken: Swift.String? = nil, registryName: Swift.String? = nil, schemaName: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.registryName = registryName @@ -1351,8 +1302,7 @@ public struct ListSchemaVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemaVersions: [SchemasClientTypes.SchemaVersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemaVersions = schemaVersions } @@ -1365,8 +1315,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1377,8 +1326,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1406,8 +1354,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1431,8 +1378,7 @@ public struct PutCodeBindingInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, schemaVersion: Swift.String? = nil - ) - { + ) { self.language = language self.registryName = registryName self.schemaName = schemaName @@ -1455,8 +1401,7 @@ public struct PutCodeBindingOutput: Swift.Sendable { lastModified: Foundation.Date? = nil, schemaVersion: Swift.String? = nil, status: SchemasClientTypes.CodeGenerationStatus? = nil - ) - { + ) { self.creationDate = creationDate self.lastModified = lastModified self.schemaVersion = schemaVersion @@ -1478,8 +1423,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policy: Swift.String? = nil, registryName: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.registryName = registryName self.revisionId = revisionId @@ -1495,8 +1439,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, revisionId: Swift.String? = nil - ) - { + ) { self.policy = policy self.revisionId = revisionId } @@ -1518,8 +1461,7 @@ public struct SearchSchemasInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, registryName: Swift.String? = nil - ) - { + ) { self.keywords = keywords self.limit = limit self.nextToken = nextToken @@ -1536,8 +1478,7 @@ public struct SearchSchemasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, schemas: [SchemasClientTypes.SearchSchemaSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.schemas = schemas } @@ -1550,8 +1491,7 @@ public struct StartDiscovererInput: Swift.Sendable { public init( discovererId: Swift.String? = nil - ) - { + ) { self.discovererId = discovererId } } @@ -1565,8 +1505,7 @@ public struct StartDiscovererOutput: Swift.Sendable { public init( discovererId: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil - ) - { + ) { self.discovererId = discovererId self.state = state } @@ -1579,8 +1518,7 @@ public struct StopDiscovererInput: Swift.Sendable { public init( discovererId: Swift.String? = nil - ) - { + ) { self.discovererId = discovererId } } @@ -1594,8 +1532,7 @@ public struct StopDiscovererOutput: Swift.Sendable { public init( discovererId: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil - ) - { + ) { self.discovererId = discovererId self.state = state } @@ -1613,8 +1550,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1631,8 +1567,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1651,8 +1586,7 @@ public struct UpdateDiscovererInput: Swift.Sendable { crossAccount: Swift.Bool? = nil, description: Swift.String? = nil, discovererId: Swift.String? = nil - ) - { + ) { self.crossAccount = crossAccount self.description = description self.discovererId = discovererId @@ -1683,8 +1617,7 @@ public struct UpdateDiscovererOutput: Swift.Sendable { sourceArn: Swift.String? = nil, state: SchemasClientTypes.DiscovererState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.crossAccount = crossAccount self.description = description self.discovererArn = discovererArn @@ -1706,8 +1639,7 @@ public struct UpdateRegistryInput: Swift.Sendable { public init( description: Swift.String? = nil, registryName: Swift.String? = nil - ) - { + ) { self.description = description self.registryName = registryName } @@ -1728,8 +1660,7 @@ public struct UpdateRegistryOutput: Swift.Sendable { registryArn: Swift.String? = nil, registryName: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.registryArn = registryArn self.registryName = registryName @@ -1760,8 +1691,7 @@ public struct UpdateSchemaInput: Swift.Sendable { registryName: Swift.String? = nil, schemaName: Swift.String? = nil, type: SchemasClientTypes.ModelType? = nil - ) - { + ) { self.clientTokenId = clientTokenId self.content = content self.description = description @@ -1798,8 +1728,7 @@ public struct UpdateSchemaOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil, versionCreatedDate: Foundation.Date? = nil - ) - { + ) { self.description = description self.lastModified = lastModified self.schemaArn = schemaArn diff --git a/Sources/Services/AWSSchemas/Sources/AWSSchemas/SchemasClient.swift b/Sources/Services/AWSSchemas/Sources/AWSSchemas/SchemasClient.swift index 19eaf5f8bbc..111186f26e7 100644 --- a/Sources/Services/AWSSchemas/Sources/AWSSchemas/SchemasClient.swift +++ b/Sources/Services/AWSSchemas/Sources/AWSSchemas/SchemasClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SchemasClient: ClientRuntime.Client { public static let clientName = "SchemasClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SchemasClient.SchemasClientConfiguration let serviceName = "schemas" diff --git a/Sources/Services/AWSSecretsManager/Package.swift.txt b/Sources/Services/AWSSecretsManager/Package.swift.txt index b935af29984..82ba2179102 100644 --- a/Sources/Services/AWSSecretsManager/Package.swift.txt +++ b/Sources/Services/AWSSecretsManager/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/Models.swift b/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/Models.swift index 17fed71e221..076790cd86f 100644 --- a/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/Models.swift +++ b/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/Models.swift @@ -49,8 +49,7 @@ extension SecretsManagerClientTypes { public init( kmsKeyId: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.region = region } @@ -72,8 +71,7 @@ extension SecretsManagerClientTypes { errorCode: Swift.String? = nil, message: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message self.secretId = secretId @@ -99,8 +97,7 @@ public struct DecryptionFailure: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +120,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +143,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +166,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +195,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -225,8 +218,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -301,8 +293,7 @@ extension SecretsManagerClientTypes { public init( key: SecretsManagerClientTypes.FilterNameStringType? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -324,8 +315,7 @@ public struct BatchGetSecretValueInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, secretIdList: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -360,8 +350,7 @@ extension SecretsManagerClientTypes { secretString: Swift.String? = nil, versionId: Swift.String? = nil, versionStages: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.name = name @@ -390,8 +379,7 @@ public struct BatchGetSecretValueOutput: Swift.Sendable { errors: [SecretsManagerClientTypes.APIErrorType]? = nil, nextToken: Swift.String? = nil, secretValues: [SecretsManagerClientTypes.SecretValueEntry]? = nil - ) - { + ) { self.errors = errors self.nextToken = nextToken self.secretValues = secretValues @@ -405,8 +393,7 @@ public struct CancelRotateSecretInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -423,8 +410,7 @@ public struct CancelRotateSecretOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.versionId = versionId @@ -449,8 +435,7 @@ public struct EncryptionFailure: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -473,8 +458,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -497,8 +481,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -521,8 +504,7 @@ public struct PreconditionNotMetException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -545,8 +527,7 @@ public struct ResourceExistsException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -563,8 +544,7 @@ extension SecretsManagerClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -611,8 +591,7 @@ public struct CreateSecretInput: Swift.Sendable { secretBinary: Foundation.Data? = nil, secretString: Swift.String? = nil, tags: [SecretsManagerClientTypes.Tag]? = nil - ) - { + ) { self.addReplicaRegions = addReplicaRegions self.clientRequestToken = clientRequestToken self.description = description @@ -683,8 +662,7 @@ extension SecretsManagerClientTypes { region: Swift.String? = nil, status: SecretsManagerClientTypes.StatusType? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.lastAccessedDate = lastAccessedDate self.region = region @@ -715,8 +693,7 @@ public struct CreateSecretOutput: Swift.Sendable { name: Swift.String? = nil, replicationStatus: [SecretsManagerClientTypes.ReplicationStatusType]? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.replicationStatus = replicationStatus @@ -731,8 +708,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -746,8 +722,7 @@ public struct DeleteResourcePolicyOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -766,8 +741,7 @@ public struct DeleteSecretInput: Swift.Sendable { forceDeleteWithoutRecovery: Swift.Bool? = false, recoveryWindowInDays: Swift.Int? = 0, secretId: Swift.String? = nil - ) - { + ) { self.forceDeleteWithoutRecovery = forceDeleteWithoutRecovery self.recoveryWindowInDays = recoveryWindowInDays self.secretId = secretId @@ -786,8 +760,7 @@ public struct DeleteSecretOutput: Swift.Sendable { arn: Swift.String? = nil, deletionDate: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.deletionDate = deletionDate self.name = name @@ -801,8 +774,7 @@ public struct DescribeSecretInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -822,8 +794,7 @@ extension SecretsManagerClientTypes { automaticallyAfterDays: Swift.Int? = nil, duration: Swift.String? = nil, scheduleExpression: Swift.String? = nil - ) - { + ) { self.automaticallyAfterDays = automaticallyAfterDays self.duration = duration self.scheduleExpression = scheduleExpression @@ -903,8 +874,7 @@ public struct DescribeSecretOutput: Swift.Sendable { rotationRules: SecretsManagerClientTypes.RotationRulesType? = nil, tags: [SecretsManagerClientTypes.Tag]? = nil, versionIdsToStages: [Swift.String: [Swift.String]]? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.deletedDate = deletedDate @@ -953,8 +923,7 @@ public struct GetRandomPasswordInput: Swift.Sendable { includeSpace: Swift.Bool? = false, passwordLength: Swift.Int? = nil, requireEachIncludedType: Swift.Bool? = false - ) - { + ) { self.excludeCharacters = excludeCharacters self.excludeLowercase = excludeLowercase self.excludeNumbers = excludeNumbers @@ -972,8 +941,7 @@ public struct GetRandomPasswordOutput: Swift.Sendable { public init( randomPassword: Swift.String? = nil - ) - { + ) { self.randomPassword = randomPassword } } @@ -990,8 +958,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -1008,8 +975,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, resourcePolicy: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.resourcePolicy = resourcePolicy @@ -1029,8 +995,7 @@ public struct GetSecretValueInput: Swift.Sendable { secretId: Swift.String? = nil, versionId: Swift.String? = nil, versionStage: Swift.String? = nil - ) - { + ) { self.secretId = secretId self.versionId = versionId self.versionStage = versionStage @@ -1061,8 +1026,7 @@ public struct GetSecretValueOutput: Swift.Sendable { secretString: Swift.String? = nil, versionId: Swift.String? = nil, versionStages: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.name = name @@ -1125,8 +1089,7 @@ public struct ListSecretsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortOrder: SecretsManagerClientTypes.SortOrderType? = nil - ) - { + ) { self.filters = filters self.includePlannedDeletion = includePlannedDeletion self.maxResults = maxResults @@ -1192,8 +1155,7 @@ extension SecretsManagerClientTypes { rotationRules: SecretsManagerClientTypes.RotationRulesType? = nil, secretVersionsToStages: [Swift.String: [Swift.String]]? = nil, tags: [SecretsManagerClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.deletedDate = deletedDate @@ -1224,8 +1186,7 @@ public struct ListSecretsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, secretList: [SecretsManagerClientTypes.SecretListEntry]? = nil - ) - { + ) { self.nextToken = nextToken self.secretList = secretList } @@ -1247,8 +1208,7 @@ public struct ListSecretVersionIdsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.includeDeprecated = includeDeprecated self.maxResults = maxResults self.nextToken = nextToken @@ -1277,8 +1237,7 @@ extension SecretsManagerClientTypes { lastAccessedDate: Foundation.Date? = nil, versionId: Swift.String? = nil, versionStages: [Swift.String]? = nil - ) - { + ) { self.createdDate = createdDate self.kmsKeyIds = kmsKeyIds self.lastAccessedDate = lastAccessedDate @@ -1303,8 +1262,7 @@ public struct ListSecretVersionIdsOutput: Swift.Sendable { name: Swift.String? = nil, nextToken: Swift.String? = nil, versions: [SecretsManagerClientTypes.SecretVersionsListEntry]? = nil - ) - { + ) { self.arn = arn self.name = name self.nextToken = nextToken @@ -1330,8 +1288,7 @@ public struct PublicPolicyException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1357,8 +1314,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { blockPublicPolicy: Swift.Bool? = false, resourcePolicy: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.blockPublicPolicy = blockPublicPolicy self.resourcePolicy = resourcePolicy self.secretId = secretId @@ -1374,8 +1330,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1412,8 +1367,7 @@ public struct PutSecretValueInput: Swift.Sendable { secretId: Swift.String? = nil, secretString: Swift.String? = nil, versionStages: [Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.rotationToken = rotationToken self.secretBinary = secretBinary @@ -1443,8 +1397,7 @@ public struct PutSecretValueOutput: Swift.Sendable { name: Swift.String? = nil, versionId: Swift.String? = nil, versionStages: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.name = name self.versionId = versionId @@ -1463,8 +1416,7 @@ public struct RemoveRegionsFromReplicationInput: Swift.Sendable { public init( removeReplicaRegions: [Swift.String]? = nil, secretId: Swift.String? = nil - ) - { + ) { self.removeReplicaRegions = removeReplicaRegions self.secretId = secretId } @@ -1479,8 +1431,7 @@ public struct RemoveRegionsFromReplicationOutput: Swift.Sendable { public init( arn: Swift.String? = nil, replicationStatus: [SecretsManagerClientTypes.ReplicationStatusType]? = nil - ) - { + ) { self.arn = arn self.replicationStatus = replicationStatus } @@ -1500,8 +1451,7 @@ public struct ReplicateSecretToRegionsInput: Swift.Sendable { addReplicaRegions: [SecretsManagerClientTypes.ReplicaRegionType]? = nil, forceOverwriteReplicaSecret: Swift.Bool? = false, secretId: Swift.String? = nil - ) - { + ) { self.addReplicaRegions = addReplicaRegions self.forceOverwriteReplicaSecret = forceOverwriteReplicaSecret self.secretId = secretId @@ -1517,8 +1467,7 @@ public struct ReplicateSecretToRegionsOutput: Swift.Sendable { public init( arn: Swift.String? = nil, replicationStatus: [SecretsManagerClientTypes.ReplicationStatusType]? = nil - ) - { + ) { self.arn = arn self.replicationStatus = replicationStatus } @@ -1531,8 +1480,7 @@ public struct RestoreSecretInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -1546,8 +1494,7 @@ public struct RestoreSecretOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1572,8 +1519,7 @@ public struct RotateSecretInput: Swift.Sendable { rotationLambdaARN: Swift.String? = nil, rotationRules: SecretsManagerClientTypes.RotationRulesType? = nil, secretId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.rotateImmediately = rotateImmediately self.rotationLambdaARN = rotationLambdaARN @@ -1594,8 +1540,7 @@ public struct RotateSecretOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.versionId = versionId @@ -1609,8 +1554,7 @@ public struct StopReplicationToReplicaInput: Swift.Sendable { public init( secretId: Swift.String? = nil - ) - { + ) { self.secretId = secretId } } @@ -1621,8 +1565,7 @@ public struct StopReplicationToReplicaOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -1638,8 +1581,7 @@ public struct TagResourceInput: Swift.Sendable { public init( secretId: Swift.String? = nil, tags: [SecretsManagerClientTypes.Tag]? = nil - ) - { + ) { self.secretId = secretId self.tags = tags } @@ -1656,8 +1598,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( secretId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.secretId = secretId self.tagKeys = tagKeys } @@ -1685,8 +1626,7 @@ public struct UpdateSecretInput: Swift.Sendable { secretBinary: Foundation.Data? = nil, secretId: Swift.String? = nil, secretString: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.kmsKeyId = kmsKeyId @@ -1713,8 +1653,7 @@ public struct UpdateSecretOutput: Swift.Sendable { arn: Swift.String? = nil, name: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.versionId = versionId @@ -1738,8 +1677,7 @@ public struct UpdateSecretVersionStageInput: Swift.Sendable { removeFromVersionId: Swift.String? = nil, secretId: Swift.String? = nil, versionStage: Swift.String? = nil - ) - { + ) { self.moveToVersionId = moveToVersionId self.removeFromVersionId = removeFromVersionId self.secretId = secretId @@ -1756,8 +1694,7 @@ public struct UpdateSecretVersionStageOutput: Swift.Sendable { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -1773,8 +1710,7 @@ public struct ValidateResourcePolicyInput: Swift.Sendable { public init( resourcePolicy: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy self.secretId = secretId } @@ -1792,8 +1728,7 @@ extension SecretsManagerClientTypes { public init( checkName: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.checkName = checkName self.errorMessage = errorMessage } @@ -1809,8 +1744,7 @@ public struct ValidateResourcePolicyOutput: Swift.Sendable { public init( policyValidationPassed: Swift.Bool = false, validationErrors: [SecretsManagerClientTypes.ValidationErrorsEntry]? = nil - ) - { + ) { self.policyValidationPassed = policyValidationPassed self.validationErrors = validationErrors } diff --git a/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/SecretsManagerClient.swift b/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/SecretsManagerClient.swift index c1045a66734..ee38ab0c255 100644 --- a/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/SecretsManagerClient.swift +++ b/Sources/Services/AWSSecretsManager/Sources/AWSSecretsManager/SecretsManagerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SecretsManagerClient: ClientRuntime.Client { public static let clientName = "SecretsManagerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SecretsManagerClient.SecretsManagerClientConfiguration let serviceName = "Secrets Manager" diff --git a/Sources/Services/AWSSecurityHub/Package.swift.txt b/Sources/Services/AWSSecurityHub/Package.swift.txt index d5a68c87455..a883af5aa39 100644 --- a/Sources/Services/AWSSecurityHub/Package.swift.txt +++ b/Sources/Services/AWSSecurityHub/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/Models.swift b/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/Models.swift index ec26f65e5d0..dc5c089329a 100644 --- a/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/Models.swift +++ b/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/Models.swift @@ -48,8 +48,7 @@ public struct InternalException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -75,8 +74,7 @@ public struct InvalidAccessException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -102,8 +100,7 @@ public struct InvalidInputException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -129,8 +126,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -156,8 +152,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -174,8 +169,7 @@ public struct AcceptAdministratorInvitationInput: Swift.Sendable { public init( administratorId: Swift.String? = nil, invitationId: Swift.String? = nil - ) - { + ) { self.administratorId = administratorId self.invitationId = invitationId } @@ -197,8 +191,7 @@ public struct AcceptInvitationInput: Swift.Sendable { public init( invitationId: Swift.String? = nil, masterId: Swift.String? = nil - ) - { + ) { self.invitationId = invitationId self.masterId = masterId } @@ -229,8 +222,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -249,8 +241,7 @@ extension SecurityHubClientTypes { public init( accountId: Swift.String? = nil, email: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.email = email } @@ -266,8 +257,7 @@ extension SecurityHubClientTypes { public init( domain: Swift.String? = nil - ) - { + ) { self.domain = domain } } @@ -282,8 +272,7 @@ extension SecurityHubClientTypes { public init( cityName: Swift.String? = nil - ) - { + ) { self.cityName = cityName } } @@ -301,8 +290,7 @@ extension SecurityHubClientTypes { public init( countryCode: Swift.String? = nil, countryName: Swift.String? = nil - ) - { + ) { self.countryCode = countryCode self.countryName = countryName } @@ -321,8 +309,7 @@ extension SecurityHubClientTypes { public init( lat: Swift.Double? = nil, lon: Swift.Double? = nil - ) - { + ) { self.lat = lat self.lon = lon } @@ -347,8 +334,7 @@ extension SecurityHubClientTypes { asnOrg: Swift.String? = nil, isp: Swift.String? = nil, org: Swift.String? = nil - ) - { + ) { self.asn = asn self.asnOrg = asnOrg self.isp = isp @@ -378,8 +364,7 @@ extension SecurityHubClientTypes { geoLocation: SecurityHubClientTypes.GeoLocation? = nil, ipAddressV4: Swift.String? = nil, organization: SecurityHubClientTypes.IpOrganizationDetails? = nil - ) - { + ) { self.city = city self.country = country self.geoLocation = geoLocation @@ -419,8 +404,7 @@ extension SecurityHubClientTypes { lastSeen: Swift.String? = nil, remoteIpDetails: SecurityHubClientTypes.ActionRemoteIpDetails? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.affectedResources = affectedResources self.api = api self.callerType = callerType @@ -448,8 +432,7 @@ extension SecurityHubClientTypes { blocked: Swift.Bool? = nil, domain: Swift.String? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.blocked = blocked self.domain = domain self.`protocol` = `protocol` @@ -469,8 +452,7 @@ extension SecurityHubClientTypes { public init( port: Swift.Int? = nil, portName: Swift.String? = nil - ) - { + ) { self.port = port self.portName = portName } @@ -489,8 +471,7 @@ extension SecurityHubClientTypes { public init( port: Swift.Int? = nil, portName: Swift.String? = nil - ) - { + ) { self.port = port self.portName = portName } @@ -521,8 +502,7 @@ extension SecurityHubClientTypes { `protocol`: Swift.String? = nil, remoteIpDetails: SecurityHubClientTypes.ActionRemoteIpDetails? = nil, remotePortDetails: SecurityHubClientTypes.ActionRemotePortDetails? = nil - ) - { + ) { self.blocked = blocked self.connectionDirection = connectionDirection self.localPortDetails = localPortDetails @@ -542,8 +522,7 @@ extension SecurityHubClientTypes { public init( ipAddressV4: Swift.String? = nil - ) - { + ) { self.ipAddressV4 = ipAddressV4 } } @@ -564,8 +543,7 @@ extension SecurityHubClientTypes { localIpDetails: SecurityHubClientTypes.ActionLocalIpDetails? = nil, localPortDetails: SecurityHubClientTypes.ActionLocalPortDetails? = nil, remoteIpDetails: SecurityHubClientTypes.ActionRemoteIpDetails? = nil - ) - { + ) { self.localIpDetails = localIpDetails self.localPortDetails = localPortDetails self.remoteIpDetails = remoteIpDetails @@ -585,8 +563,7 @@ extension SecurityHubClientTypes { public init( blocked: Swift.Bool? = nil, portProbeDetails: [SecurityHubClientTypes.PortProbeDetail]? = nil - ) - { + ) { self.blocked = blocked self.portProbeDetails = portProbeDetails } @@ -630,8 +607,7 @@ extension SecurityHubClientTypes { dnsRequestAction: SecurityHubClientTypes.DnsRequestAction? = nil, networkConnectionAction: SecurityHubClientTypes.NetworkConnectionAction? = nil, portProbeAction: SecurityHubClientTypes.PortProbeAction? = nil - ) - { + ) { self.actionType = actionType self.awsApiCallAction = awsApiCallAction self.dnsRequestAction = dnsRequestAction @@ -655,8 +631,7 @@ extension SecurityHubClientTypes { public init( text: Swift.String? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.text = text self.updatedBy = updatedBy } @@ -677,8 +652,7 @@ extension SecurityHubClientTypes { public init( id: Swift.String? = nil, productArn: Swift.String? = nil - ) - { + ) { self.id = id self.productArn = productArn } @@ -758,8 +732,7 @@ extension SecurityHubClientTypes { label: SecurityHubClientTypes.SeverityLabel? = nil, normalized: Swift.Int? = nil, product: Swift.Double? = nil - ) - { + ) { self.label = label self.normalized = normalized self.product = product @@ -861,8 +834,7 @@ extension SecurityHubClientTypes { public init( status: SecurityHubClientTypes.WorkflowStatus? = nil - ) - { + ) { self.status = status } } @@ -901,8 +873,7 @@ extension SecurityHubClientTypes { userDefinedFields: [Swift.String: Swift.String]? = nil, verificationState: SecurityHubClientTypes.VerificationState? = nil, workflow: SecurityHubClientTypes.WorkflowUpdate? = nil - ) - { + ) { self.confidence = confidence self.criticality = criticality self.note = note @@ -954,8 +925,7 @@ extension SecurityHubClientTypes { public init( findingFieldsUpdate: SecurityHubClientTypes.AutomationRulesFindingFieldsUpdate? = nil, type: SecurityHubClientTypes.AutomationRulesActionType? = nil - ) - { + ) { self.findingFieldsUpdate = findingFieldsUpdate self.type = type } @@ -980,8 +950,7 @@ extension SecurityHubClientTypes { actionTargetArn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.actionTargetArn = actionTargetArn self.description = description self.name = name @@ -1036,8 +1005,7 @@ extension SecurityHubClientTypes { issuer: Swift.String? = nil, mfaStatus: SecurityHubClientTypes.ActorSessionMfaStatus? = nil, uid: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.issuer = issuer self.mfaStatus = mfaStatus @@ -1058,8 +1026,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.name = name self.uid = uid } @@ -1087,8 +1054,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, uid: Swift.String? = nil - ) - { + ) { self.account = account self.credentialUid = credentialUid self.name = name @@ -1113,8 +1079,7 @@ extension SecurityHubClientTypes { id: Swift.String? = nil, session: SecurityHubClientTypes.ActorSession? = nil, user: SecurityHubClientTypes.ActorUser? = nil - ) - { + ) { self.id = id self.session = session self.user = user @@ -1134,8 +1099,7 @@ extension SecurityHubClientTypes { public init( metric: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.metric = metric self.reason = reason } @@ -1183,8 +1147,7 @@ extension SecurityHubClientTypes { public init( accountId: Swift.String? = nil, status: SecurityHubClientTypes.AdminStatus? = nil - ) - { + ) { self.accountId = accountId self.status = status } @@ -1200,8 +1163,7 @@ extension SecurityHubClientTypes { public init( standardsId: Swift.String? = nil - ) - { + ) { self.standardsId = standardsId } } @@ -1283,8 +1245,7 @@ extension SecurityHubClientTypes { associationStatus: SecurityHubClientTypes.ConfigurationPolicyAssociationStatus? = nil, associationType: SecurityHubClientTypes.AssociationType? = nil, configurationPolicyId: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.associationType = associationType self.configurationPolicyId = configurationPolicyId @@ -1304,8 +1265,7 @@ extension SecurityHubClientTypes { public init( state: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.state = state self.statusMessage = statusMessage } @@ -1336,8 +1296,7 @@ extension SecurityHubClientTypes { routeTableAssociationId: Swift.String? = nil, routeTableId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associationState = associationState self.gatewayId = gatewayId self.main = main @@ -1488,8 +1447,7 @@ extension SecurityHubClientTypes { public init( comparison: SecurityHubClientTypes.StringFilterComparison? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.value = value } @@ -1517,8 +1475,7 @@ extension SecurityHubClientTypes { gte: Swift.Double? = nil, lt: Swift.Double? = nil, lte: Swift.Double? = nil - ) - { + ) { self.eq = eq self.gt = gt self.gte = gte @@ -1566,8 +1523,7 @@ extension SecurityHubClientTypes { public init( unit: SecurityHubClientTypes.DateRangeUnit? = nil, value: Swift.Int? = nil - ) - { + ) { self.unit = unit self.value = value } @@ -1589,8 +1545,7 @@ extension SecurityHubClientTypes { dateRange: SecurityHubClientTypes.DateRange? = nil, end: Swift.String? = nil, start: Swift.String? = nil - ) - { + ) { self.dateRange = dateRange self.end = end self.start = start @@ -1662,8 +1617,7 @@ extension SecurityHubClientTypes { comparison: SecurityHubClientTypes.MapFilterComparison? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.comparison = comparison self.key = key self.value = value @@ -1791,8 +1745,7 @@ extension SecurityHubClientTypes { userDefinedFields: [SecurityHubClientTypes.MapFilter]? = nil, verificationState: [SecurityHubClientTypes.StringFilter]? = nil, workflowStatus: [SecurityHubClientTypes.StringFilter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountName = awsAccountName self.companyName = companyName @@ -1903,8 +1856,7 @@ extension SecurityHubClientTypes { ruleOrder: Swift.Int? = nil, ruleStatus: SecurityHubClientTypes.RuleStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.actions = actions self.createdAt = createdAt self.createdBy = createdBy @@ -1953,8 +1905,7 @@ extension SecurityHubClientTypes { ruleOrder: Swift.Int? = nil, ruleStatus: SecurityHubClientTypes.RuleStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.createdBy = createdBy self.description = description @@ -1980,8 +1931,7 @@ extension SecurityHubClientTypes { public init( subnetId: Swift.String? = nil, zoneName: Swift.String? = nil - ) - { + ) { self.subnetId = subnetId self.zoneName = zoneName } @@ -2000,8 +1950,7 @@ extension SecurityHubClientTypes { public init( kmsKeyId: Swift.String? = nil, useAwsOwnedKey: Swift.Bool? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.useAwsOwnedKey = useAwsOwnedKey } @@ -2044,8 +1993,7 @@ extension SecurityHubClientTypes { userRoleName: Swift.String? = nil, userSearchMatching: Swift.String? = nil, userSearchSubtree: Swift.Bool? = nil - ) - { + ) { self.hosts = hosts self.roleBase = roleBase self.roleName = roleName @@ -2072,8 +2020,7 @@ extension SecurityHubClientTypes { public init( audit: Swift.Bool? = nil, general: Swift.Bool? = nil - ) - { + ) { self.audit = audit self.general = general } @@ -2101,8 +2048,7 @@ extension SecurityHubClientTypes { general: Swift.Bool? = nil, generalLogGroup: Swift.String? = nil, pending: SecurityHubClientTypes.AwsAmazonMqBrokerLogsPendingDetails? = nil - ) - { + ) { self.audit = audit self.auditLogGroup = auditLogGroup self.general = general @@ -2127,8 +2073,7 @@ extension SecurityHubClientTypes { dayOfWeek: Swift.String? = nil, timeOfDay: Swift.String? = nil, timeZone: Swift.String? = nil - ) - { + ) { self.dayOfWeek = dayOfWeek self.timeOfDay = timeOfDay self.timeZone = timeZone @@ -2148,8 +2093,7 @@ extension SecurityHubClientTypes { public init( pendingChange: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.pendingChange = pendingChange self.username = username } @@ -2216,8 +2160,7 @@ extension SecurityHubClientTypes { storageType: Swift.String? = nil, subnetIds: [Swift.String]? = nil, users: [SecurityHubClientTypes.AwsAmazonMqBrokerUsersDetails]? = nil - ) - { + ) { self.authenticationStrategy = authenticationStrategy self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.brokerArn = brokerArn @@ -2252,8 +2195,7 @@ extension SecurityHubClientTypes { public init( destinationArn: Swift.String? = nil, format: Swift.String? = nil - ) - { + ) { self.destinationArn = destinationArn self.format = format } @@ -2278,8 +2220,7 @@ extension SecurityHubClientTypes { percentTraffic: Swift.Double? = nil, stageVariableOverrides: [Swift.String: Swift.String]? = nil, useStageCache: Swift.Bool? = nil - ) - { + ) { self.deploymentId = deploymentId self.percentTraffic = percentTraffic self.stageVariableOverrides = stageVariableOverrides @@ -2297,8 +2238,7 @@ extension SecurityHubClientTypes { public init( types: [Swift.String]? = nil - ) - { + ) { self.types = types } } @@ -2346,8 +2286,7 @@ extension SecurityHubClientTypes { throttlingBurstLimit: Swift.Int? = nil, throttlingRateLimit: Swift.Double? = nil, unauthorizedCacheControlHeaderStrategy: Swift.String? = nil - ) - { + ) { self.cacheDataEncrypted = cacheDataEncrypted self.cacheTtlInSeconds = cacheTtlInSeconds self.cachingEnabled = cachingEnabled @@ -2397,8 +2336,7 @@ extension SecurityHubClientTypes { minimumCompressionSize: Swift.Int? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.apiKeySource = apiKeySource self.binaryMediaTypes = binaryMediaTypes self.createdDate = createdDate @@ -2472,8 +2410,7 @@ extension SecurityHubClientTypes { tracingEnabled: Swift.Bool? = nil, variables: [Swift.String: Swift.String]? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.cacheClusterEnabled = cacheClusterEnabled self.cacheClusterSize = cacheClusterSize @@ -2518,8 +2455,7 @@ extension SecurityHubClientTypes { allowOrigins: [Swift.String]? = nil, exposeHeaders: [Swift.String]? = nil, maxAge: Swift.Int? = nil - ) - { + ) { self.allowCredentials = allowCredentials self.allowHeaders = allowHeaders self.allowMethods = allowMethods @@ -2566,8 +2502,7 @@ extension SecurityHubClientTypes { protocolType: Swift.String? = nil, routeSelectionExpression: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.apiEndpoint = apiEndpoint self.apiId = apiId self.apiKeySelectionExpression = apiKeySelectionExpression @@ -2603,8 +2538,7 @@ extension SecurityHubClientTypes { loggingLevel: Swift.String? = nil, throttlingBurstLimit: Swift.Int? = nil, throttlingRateLimit: Swift.Double? = nil - ) - { + ) { self.dataTraceEnabled = dataTraceEnabled self.detailedMetricsEnabled = detailedMetricsEnabled self.loggingLevel = loggingLevel @@ -2665,8 +2599,7 @@ extension SecurityHubClientTypes { routeSettings: SecurityHubClientTypes.AwsApiGatewayV2RouteSettings? = nil, stageName: Swift.String? = nil, stageVariables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.accessLogSettings = accessLogSettings self.apiGatewayManaged = apiGatewayManaged self.autoDeploy = autoDeploy @@ -2699,8 +2632,7 @@ extension SecurityHubClientTypes { authorizerResultTtlInSeconds: Swift.Int? = nil, authorizerUri: Swift.String? = nil, identityValidationExpression: Swift.String? = nil - ) - { + ) { self.authorizerResultTtlInSeconds = authorizerResultTtlInSeconds self.authorizerUri = authorizerUri self.identityValidationExpression = identityValidationExpression @@ -2726,8 +2658,7 @@ extension SecurityHubClientTypes { clientId: Swift.String? = nil, iatTtL: Swift.Int? = nil, issuer: Swift.String? = nil - ) - { + ) { self.authTtL = authTtL self.clientId = clientId self.iatTtL = iatTtL @@ -2754,8 +2685,7 @@ extension SecurityHubClientTypes { awsRegion: Swift.String? = nil, defaultAction: Swift.String? = nil, userPoolId: Swift.String? = nil - ) - { + ) { self.appIdClientRegex = appIdClientRegex self.awsRegion = awsRegion self.defaultAction = defaultAction @@ -2782,8 +2712,7 @@ extension SecurityHubClientTypes { lambdaAuthorizerConfig: SecurityHubClientTypes.AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails? = nil, openIdConnectConfig: SecurityHubClientTypes.AwsAppSyncGraphQlApiOpenIdConnectConfigDetails? = nil, userPoolConfig: SecurityHubClientTypes.AwsAppSyncGraphQlApiUserPoolConfigDetails? = nil - ) - { + ) { self.authenticationType = authenticationType self.lambdaAuthorizerConfig = lambdaAuthorizerConfig self.openIdConnectConfig = openIdConnectConfig @@ -2807,8 +2736,7 @@ extension SecurityHubClientTypes { cloudWatchLogsRoleArn: Swift.String? = nil, excludeVerboseContent: Swift.Bool? = nil, fieldLogLevel: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.excludeVerboseContent = excludeVerboseContent self.fieldLogLevel = fieldLogLevel @@ -2858,8 +2786,7 @@ extension SecurityHubClientTypes { userPoolConfig: SecurityHubClientTypes.AwsAppSyncGraphQlApiUserPoolConfigDetails? = nil, wafWebAclArn: Swift.String? = nil, xrayEnabled: Swift.Bool? = nil - ) - { + ) { self.additionalAuthenticationProviders = additionalAuthenticationProviders self.apiId = apiId self.arn = arn @@ -2888,8 +2815,7 @@ extension SecurityHubClientTypes { public init( encryptionOption: Swift.String? = nil, kmsKey: Swift.String? = nil - ) - { + ) { self.encryptionOption = encryptionOption self.kmsKey = kmsKey } @@ -2905,8 +2831,7 @@ extension SecurityHubClientTypes { public init( encryptionConfiguration: SecurityHubClientTypes.AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration } } @@ -2921,8 +2846,7 @@ extension SecurityHubClientTypes { public init( resultConfiguration: SecurityHubClientTypes.AwsAthenaWorkGroupConfigurationResultConfigurationDetails? = nil - ) - { + ) { self.resultConfiguration = resultConfiguration } } @@ -2946,8 +2870,7 @@ extension SecurityHubClientTypes { description: Swift.String? = nil, name: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.description = description self.name = name @@ -2965,8 +2888,7 @@ extension SecurityHubClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -2987,8 +2909,7 @@ extension SecurityHubClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -3026,8 +2947,7 @@ extension SecurityHubClientTypes { spotAllocationStrategy: Swift.String? = nil, spotInstancePools: Swift.Int? = nil, spotMaxPrice: Swift.String? = nil - ) - { + ) { self.onDemandAllocationStrategy = onDemandAllocationStrategy self.onDemandBaseCapacity = onDemandBaseCapacity self.onDemandPercentageAboveBaseCapacity = onDemandPercentageAboveBaseCapacity @@ -3053,8 +2973,7 @@ extension SecurityHubClientTypes { launchTemplateId: Swift.String? = nil, launchTemplateName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.launchTemplateId = launchTemplateId self.launchTemplateName = launchTemplateName self.version = version @@ -3074,8 +2993,7 @@ extension SecurityHubClientTypes { public init( instanceType: Swift.String? = nil, weightedCapacity: Swift.String? = nil - ) - { + ) { self.instanceType = instanceType self.weightedCapacity = weightedCapacity } @@ -3094,8 +3012,7 @@ extension SecurityHubClientTypes { public init( launchTemplateSpecification: SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification? = nil, overrides: [SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails]? = nil - ) - { + ) { self.launchTemplateSpecification = launchTemplateSpecification self.overrides = overrides } @@ -3114,8 +3031,7 @@ extension SecurityHubClientTypes { public init( instancesDistribution: SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails? = nil, launchTemplate: SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails? = nil - ) - { + ) { self.instancesDistribution = instancesDistribution self.launchTemplate = launchTemplate } @@ -3155,8 +3071,7 @@ extension SecurityHubClientTypes { launchTemplate: SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification? = nil, loadBalancerNames: [Swift.String]? = nil, mixedInstancesPolicy: SecurityHubClientTypes.AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.capacityRebalance = capacityRebalance self.createdTime = createdTime @@ -3217,8 +3132,7 @@ extension SecurityHubClientTypes { snapshotId: Swift.String? = nil, volumeSize: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -3247,8 +3161,7 @@ extension SecurityHubClientTypes { ebs: SecurityHubClientTypes.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails? = nil, noDevice: Swift.Bool? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -3266,8 +3179,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -3288,8 +3200,7 @@ extension SecurityHubClientTypes { httpEndpoint: Swift.String? = nil, httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpPutResponseHopLimit = httpPutResponseHopLimit self.httpTokens = httpTokens @@ -3360,8 +3271,7 @@ extension SecurityHubClientTypes { securityGroups: [Swift.String]? = nil, spotPrice: Swift.String? = nil, userData: Swift.String? = nil - ) - { + ) { self.associatePublicIpAddress = associatePublicIpAddress self.blockDeviceMappings = blockDeviceMappings self.classicLinkVpcId = classicLinkVpcId @@ -3401,8 +3311,7 @@ extension SecurityHubClientTypes { public init( backupOptions: [Swift.String: Swift.String]? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.backupOptions = backupOptions self.resourceType = resourceType } @@ -3421,8 +3330,7 @@ extension SecurityHubClientTypes { public init( deleteAfterDays: Swift.Int? = nil, moveToColdStorageAfterDays: Swift.Int? = nil - ) - { + ) { self.deleteAfterDays = deleteAfterDays self.moveToColdStorageAfterDays = moveToColdStorageAfterDays } @@ -3441,8 +3349,7 @@ extension SecurityHubClientTypes { public init( destinationBackupVaultArn: Swift.String? = nil, lifecycle: SecurityHubClientTypes.AwsBackupBackupPlanLifecycleDetails? = nil - ) - { + ) { self.destinationBackupVaultArn = destinationBackupVaultArn self.lifecycle = lifecycle } @@ -3482,8 +3389,7 @@ extension SecurityHubClientTypes { scheduleExpression: Swift.String? = nil, startWindowMinutes: Swift.Int? = nil, targetBackupVault: Swift.String? = nil - ) - { + ) { self.completionWindowMinutes = completionWindowMinutes self.copyActions = copyActions self.enableContinuousBackup = enableContinuousBackup @@ -3512,8 +3418,7 @@ extension SecurityHubClientTypes { advancedBackupSettings: [SecurityHubClientTypes.AwsBackupBackupPlanAdvancedBackupSettingsDetails]? = nil, backupPlanName: Swift.String? = nil, backupPlanRule: [SecurityHubClientTypes.AwsBackupBackupPlanRuleDetails]? = nil - ) - { + ) { self.advancedBackupSettings = advancedBackupSettings self.backupPlanName = backupPlanName self.backupPlanRule = backupPlanRule @@ -3539,8 +3444,7 @@ extension SecurityHubClientTypes { backupPlanArn: Swift.String? = nil, backupPlanId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.backupPlan = backupPlan self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId @@ -3569,8 +3473,7 @@ extension SecurityHubClientTypes { public init( backupVaultEvents: [Swift.String]? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.backupVaultEvents = backupVaultEvents self.snsTopicArn = snsTopicArn } @@ -3598,8 +3501,7 @@ extension SecurityHubClientTypes { backupVaultName: Swift.String? = nil, encryptionKeyArn: Swift.String? = nil, notifications: SecurityHubClientTypes.AwsBackupBackupVaultNotificationsDetails? = nil - ) - { + ) { self.accessPolicy = accessPolicy self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName @@ -3621,8 +3523,7 @@ extension SecurityHubClientTypes { public init( deleteAt: Swift.String? = nil, moveToColdStorageAt: Swift.String? = nil - ) - { + ) { self.deleteAt = deleteAt self.moveToColdStorageAt = moveToColdStorageAt } @@ -3647,8 +3548,7 @@ extension SecurityHubClientTypes { backupPlanId: Swift.String? = nil, backupPlanVersion: Swift.String? = nil, backupRuleId: Swift.String? = nil - ) - { + ) { self.backupPlanArn = backupPlanArn self.backupPlanId = backupPlanId self.backupPlanVersion = backupPlanVersion @@ -3669,8 +3569,7 @@ extension SecurityHubClientTypes { public init( deleteAfterDays: Swift.Int? = nil, moveToColdStorageAfterDays: Swift.Int? = nil - ) - { + ) { self.deleteAfterDays = deleteAfterDays self.moveToColdStorageAfterDays = moveToColdStorageAfterDays } @@ -3754,8 +3653,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, statusMessage: Swift.String? = nil, storageClass: Swift.String? = nil - ) - { + ) { self.backupSizeInBytes = backupSizeInBytes self.backupVaultArn = backupVaultArn self.backupVaultName = backupVaultName @@ -3794,8 +3692,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -3831,8 +3728,7 @@ extension SecurityHubClientTypes { validationEmails: [Swift.String]? = nil, validationMethod: Swift.String? = nil, validationStatus: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.resourceRecord = resourceRecord self.validationDomain = validationDomain @@ -3855,8 +3751,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, oId: Swift.String? = nil - ) - { + ) { self.name = name self.oId = oId } @@ -3872,8 +3767,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3888,8 +3782,7 @@ extension SecurityHubClientTypes { public init( certificateTransparencyLoggingPreference: Swift.String? = nil - ) - { + ) { self.certificateTransparencyLoggingPreference = certificateTransparencyLoggingPreference } } @@ -3913,8 +3806,7 @@ extension SecurityHubClientTypes { renewalStatus: Swift.String? = nil, renewalStatusReason: Swift.String? = nil, updatedAt: Swift.String? = nil - ) - { + ) { self.domainValidationOptions = domainValidationOptions self.renewalStatus = renewalStatus self.renewalStatusReason = renewalStatusReason @@ -3998,8 +3890,7 @@ extension SecurityHubClientTypes { subject: Swift.String? = nil, subjectAlternativeNames: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.createdAt = createdAt self.domainName = domainName @@ -4036,8 +3927,7 @@ extension SecurityHubClientTypes { public init( stackDriftStatus: Swift.String? = nil - ) - { + ) { self.stackDriftStatus = stackDriftStatus } } @@ -4058,8 +3948,7 @@ extension SecurityHubClientTypes { description: Swift.String? = nil, outputKey: Swift.String? = nil, outputValue: Swift.String? = nil - ) - { + ) { self.description = description self.outputKey = outputKey self.outputValue = outputValue @@ -4118,8 +4007,7 @@ extension SecurityHubClientTypes { stackStatus: Swift.String? = nil, stackStatusReason: Swift.String? = nil, timeoutInMinutes: Swift.Int? = nil - ) - { + ) { self.capabilities = capabilities self.creationTime = creationTime self.description = description @@ -4154,8 +4042,7 @@ extension SecurityHubClientTypes { public init( viewerProtocolPolicy: Swift.String? = nil - ) - { + ) { self.viewerProtocolPolicy = viewerProtocolPolicy } } @@ -4170,8 +4057,7 @@ extension SecurityHubClientTypes { public init( items: [SecurityHubClientTypes.AwsCloudFrontDistributionCacheBehavior]? = nil - ) - { + ) { self.items = items } } @@ -4192,8 +4078,7 @@ extension SecurityHubClientTypes { public init( viewerProtocolPolicy: Swift.String? = nil - ) - { + ) { self.viewerProtocolPolicy = viewerProtocolPolicy } } @@ -4217,8 +4102,7 @@ extension SecurityHubClientTypes { enabled: Swift.Bool? = nil, includeCookies: Swift.Bool? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.enabled = enabled self.includeCookies = includeCookies @@ -4239,8 +4123,7 @@ extension SecurityHubClientTypes { public init( items: [Swift.Int]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -4256,8 +4139,7 @@ extension SecurityHubClientTypes { public init( statusCodes: SecurityHubClientTypes.AwsCloudFrontDistributionOriginGroupFailoverStatusCodes? = nil - ) - { + ) { self.statusCodes = statusCodes } } @@ -4272,8 +4154,7 @@ extension SecurityHubClientTypes { public init( failoverCriteria: SecurityHubClientTypes.AwsCloudFrontDistributionOriginGroupFailover? = nil - ) - { + ) { self.failoverCriteria = failoverCriteria } } @@ -4288,8 +4169,7 @@ extension SecurityHubClientTypes { public init( items: [SecurityHubClientTypes.AwsCloudFrontDistributionOriginGroup]? = nil - ) - { + ) { self.items = items } } @@ -4307,8 +4187,7 @@ extension SecurityHubClientTypes { public init( items: [Swift.String]? = nil, quantity: Swift.Int? = nil - ) - { + ) { self.items = items self.quantity = quantity } @@ -4339,8 +4218,7 @@ extension SecurityHubClientTypes { originProtocolPolicy: Swift.String? = nil, originReadTimeout: Swift.Int? = nil, originSslProtocols: SecurityHubClientTypes.AwsCloudFrontDistributionOriginSslProtocols? = nil - ) - { + ) { self.httpPort = httpPort self.httpsPort = httpsPort self.originKeepaliveTimeout = originKeepaliveTimeout @@ -4360,8 +4238,7 @@ extension SecurityHubClientTypes { public init( originAccessIdentity: Swift.String? = nil - ) - { + ) { self.originAccessIdentity = originAccessIdentity } } @@ -4388,8 +4265,7 @@ extension SecurityHubClientTypes { id: Swift.String? = nil, originPath: Swift.String? = nil, s3OriginConfig: SecurityHubClientTypes.AwsCloudFrontDistributionOriginS3OriginConfig? = nil - ) - { + ) { self.customOriginConfig = customOriginConfig self.domainName = domainName self.id = id @@ -4408,8 +4284,7 @@ extension SecurityHubClientTypes { public init( items: [SecurityHubClientTypes.AwsCloudFrontDistributionOriginItem]? = nil - ) - { + ) { self.items = items } } @@ -4442,8 +4317,7 @@ extension SecurityHubClientTypes { iamCertificateId: Swift.String? = nil, minimumProtocolVersion: Swift.String? = nil, sslSupportMethod: Swift.String? = nil - ) - { + ) { self.acmCertificateArn = acmCertificateArn self.certificate = certificate self.certificateSource = certificateSource @@ -4497,8 +4371,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, viewerCertificate: SecurityHubClientTypes.AwsCloudFrontDistributionViewerCertificate? = nil, webAclId: Swift.String? = nil - ) - { + ) { self.cacheBehaviors = cacheBehaviors self.defaultCacheBehavior = defaultCacheBehavior self.defaultRootObject = defaultRootObject @@ -4566,8 +4439,7 @@ extension SecurityHubClientTypes { snsTopicArn: Swift.String? = nil, snsTopicName: Swift.String? = nil, trailArn: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.cloudWatchLogsRoleArn = cloudWatchLogsRoleArn self.hasCustomEventSelectors = hasCustomEventSelectors @@ -4599,8 +4471,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4679,8 +4550,7 @@ extension SecurityHubClientTypes { thresholdMetricId: Swift.String? = nil, treatMissingData: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.actionsEnabled = actionsEnabled self.alarmActions = alarmActions self.alarmArn = alarmArn @@ -4740,8 +4610,7 @@ extension SecurityHubClientTypes { packaging: Swift.String? = nil, path: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.artifactIdentifier = artifactIdentifier self.encryptionDisabled = encryptionDisabled self.location = location @@ -4770,8 +4639,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -4791,8 +4659,7 @@ extension SecurityHubClientTypes { public init( credential: Swift.String? = nil, credentialProvider: Swift.String? = nil - ) - { + ) { self.credential = credential self.credentialProvider = credentialProvider } @@ -4830,8 +4697,7 @@ extension SecurityHubClientTypes { privilegedMode: Swift.Bool? = nil, registryCredential: SecurityHubClientTypes.AwsCodeBuildProjectEnvironmentRegistryCredential? = nil, type: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.environmentVariables = environmentVariables self.imagePullCredentialsType = imagePullCredentialsType @@ -4857,8 +4723,7 @@ extension SecurityHubClientTypes { groupName: Swift.String? = nil, status: Swift.String? = nil, streamName: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.status = status self.streamName = streamName @@ -4881,8 +4746,7 @@ extension SecurityHubClientTypes { encryptionDisabled: Swift.Bool? = nil, location: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.encryptionDisabled = encryptionDisabled self.location = location self.status = status @@ -4902,8 +4766,7 @@ extension SecurityHubClientTypes { public init( cloudWatchLogs: SecurityHubClientTypes.AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails? = nil, s3Logs: SecurityHubClientTypes.AwsCodeBuildProjectLogsConfigS3LogsDetails? = nil - ) - { + ) { self.cloudWatchLogs = cloudWatchLogs self.s3Logs = s3Logs } @@ -4959,8 +4822,7 @@ extension SecurityHubClientTypes { insecureSsl: Swift.Bool? = nil, location: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.gitCloneDepth = gitCloneDepth self.insecureSsl = insecureSsl self.location = location @@ -4984,8 +4846,7 @@ extension SecurityHubClientTypes { securityGroupIds: [Swift.String]? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnets = subnets self.vpcId = vpcId @@ -5026,8 +4887,7 @@ extension SecurityHubClientTypes { serviceRole: Swift.String? = nil, source: SecurityHubClientTypes.AwsCodeBuildProjectSource? = nil, vpcConfig: SecurityHubClientTypes.AwsCodeBuildProjectVpcConfig? = nil - ) - { + ) { self.artifacts = artifacts self.encryptionKey = encryptionKey self.environment = environment @@ -5086,8 +4946,7 @@ extension SecurityHubClientTypes { serverName: Swift.String? = nil, sslMode: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn self.databaseName = databaseName self.endpointArn = endpointArn @@ -5114,8 +4973,7 @@ extension SecurityHubClientTypes { public init( replicationSubnetGroupIdentifier: Swift.String? = nil - ) - { + ) { self.replicationSubnetGroupIdentifier = replicationSubnetGroupIdentifier } } @@ -5130,8 +4988,7 @@ extension SecurityHubClientTypes { public init( vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.vpcSecurityGroupId = vpcSecurityGroupId } } @@ -5179,8 +5036,7 @@ extension SecurityHubClientTypes { replicationInstanceIdentifier: Swift.String? = nil, replicationSubnetGroup: SecurityHubClientTypes.AwsDmsReplicationInstanceReplicationSubnetGroupDetails? = nil, vpcSecurityGroups: [SecurityHubClientTypes.AwsDmsReplicationInstanceVpcSecurityGroupsDetails]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.autoMinorVersionUpgrade = autoMinorVersionUpgrade self.availabilityZone = availabilityZone @@ -5242,8 +5098,7 @@ extension SecurityHubClientTypes { tableMappings: Swift.String? = nil, targetEndpointArn: Swift.String? = nil, taskData: Swift.String? = nil - ) - { + ) { self.cdcStartPosition = cdcStartPosition self.cdcStartTime = cdcStartTime self.cdcStopPosition = cdcStopPosition @@ -5273,8 +5128,7 @@ extension SecurityHubClientTypes { public init( attributeName: Swift.String? = nil, attributeType: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.attributeType = attributeType } @@ -5293,8 +5147,7 @@ extension SecurityHubClientTypes { public init( billingMode: Swift.String? = nil, lastUpdateToPayPerRequestDateTime: Swift.String? = nil - ) - { + ) { self.billingMode = billingMode self.lastUpdateToPayPerRequestDateTime = lastUpdateToPayPerRequestDateTime } @@ -5313,8 +5166,7 @@ extension SecurityHubClientTypes { public init( attributeName: Swift.String? = nil, keyType: Swift.String? = nil - ) - { + ) { self.attributeName = attributeName self.keyType = keyType } @@ -5339,8 +5191,7 @@ extension SecurityHubClientTypes { public init( nonKeyAttributes: [Swift.String]? = nil, projectionType: Swift.String? = nil - ) - { + ) { self.nonKeyAttributes = nonKeyAttributes self.projectionType = projectionType } @@ -5368,8 +5219,7 @@ extension SecurityHubClientTypes { numberOfDecreasesToday: Swift.Int? = nil, readCapacityUnits: Swift.Int? = nil, writeCapacityUnits: Swift.Int? = nil - ) - { + ) { self.lastDecreaseDateTime = lastDecreaseDateTime self.lastIncreaseDateTime = lastIncreaseDateTime self.numberOfDecreasesToday = numberOfDecreasesToday @@ -5420,8 +5270,7 @@ extension SecurityHubClientTypes { keySchema: [SecurityHubClientTypes.AwsDynamoDbTableKeySchema]? = nil, projection: SecurityHubClientTypes.AwsDynamoDbTableProjection? = nil, provisionedThroughput: SecurityHubClientTypes.AwsDynamoDbTableProvisionedThroughput? = nil - ) - { + ) { self.backfilling = backfilling self.indexArn = indexArn self.indexName = indexName @@ -5453,8 +5302,7 @@ extension SecurityHubClientTypes { indexName: Swift.String? = nil, keySchema: [SecurityHubClientTypes.AwsDynamoDbTableKeySchema]? = nil, projection: SecurityHubClientTypes.AwsDynamoDbTableProjection? = nil - ) - { + ) { self.indexArn = indexArn self.indexName = indexName self.keySchema = keySchema @@ -5472,8 +5320,7 @@ extension SecurityHubClientTypes { public init( readCapacityUnits: Swift.Int? = nil - ) - { + ) { self.readCapacityUnits = readCapacityUnits } } @@ -5491,8 +5338,7 @@ extension SecurityHubClientTypes { public init( indexName: Swift.String? = nil, provisionedThroughputOverride: SecurityHubClientTypes.AwsDynamoDbTableProvisionedThroughputOverride? = nil - ) - { + ) { self.indexName = indexName self.provisionedThroughputOverride = provisionedThroughputOverride } @@ -5533,8 +5379,7 @@ extension SecurityHubClientTypes { regionName: Swift.String? = nil, replicaStatus: Swift.String? = nil, replicaStatusDescription: Swift.String? = nil - ) - { + ) { self.globalSecondaryIndexes = globalSecondaryIndexes self.kmsMasterKeyId = kmsMasterKeyId self.provisionedThroughputOverride = provisionedThroughputOverride @@ -5563,8 +5408,7 @@ extension SecurityHubClientTypes { restoreInProgress: Swift.Bool? = nil, sourceBackupArn: Swift.String? = nil, sourceTableArn: Swift.String? = nil - ) - { + ) { self.restoreDateTime = restoreDateTime self.restoreInProgress = restoreInProgress self.sourceBackupArn = sourceBackupArn @@ -5591,8 +5435,7 @@ extension SecurityHubClientTypes { kmsMasterKeyArn: Swift.String? = nil, sseType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.inaccessibleEncryptionDateTime = inaccessibleEncryptionDateTime self.kmsMasterKeyArn = kmsMasterKeyArn self.sseType = sseType @@ -5613,8 +5456,7 @@ extension SecurityHubClientTypes { public init( streamEnabled: Swift.Bool? = nil, streamViewType: Swift.String? = nil - ) - { + ) { self.streamEnabled = streamEnabled self.streamViewType = streamViewType } @@ -5701,8 +5543,7 @@ extension SecurityHubClientTypes { tableName: Swift.String? = nil, tableSizeBytes: Swift.Int? = nil, tableStatus: Swift.String? = nil - ) - { + ) { self.attributeDefinitions = attributeDefinitions self.billingModeSummary = billingModeSummary self.creationDateTime = creationDateTime @@ -5736,8 +5577,7 @@ extension SecurityHubClientTypes { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -5755,8 +5595,7 @@ extension SecurityHubClientTypes { public init( samlProviderArn: Swift.String? = nil, selfServiceSamlProviderArn: Swift.String? = nil - ) - { + ) { self.samlProviderArn = samlProviderArn self.selfServiceSamlProviderArn = selfServiceSamlProviderArn } @@ -5772,8 +5611,7 @@ extension SecurityHubClientTypes { public init( clientRootCertificateChain: Swift.String? = nil - ) - { + ) { self.clientRootCertificateChain = clientRootCertificateChain } } @@ -5797,8 +5635,7 @@ extension SecurityHubClientTypes { federatedAuthentication: SecurityHubClientTypes.AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails? = nil, mutualAuthentication: SecurityHubClientTypes.AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails? = nil, type: Swift.String? = nil - ) - { + ) { self.activeDirectory = activeDirectory self.federatedAuthentication = federatedAuthentication self.mutualAuthentication = mutualAuthentication @@ -5819,8 +5656,7 @@ extension SecurityHubClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -5842,8 +5678,7 @@ extension SecurityHubClientTypes { enabled: Swift.Bool? = nil, lambdaFunctionArn: Swift.String? = nil, status: SecurityHubClientTypes.AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails? = nil - ) - { + ) { self.enabled = enabled self.lambdaFunctionArn = lambdaFunctionArn self.status = status @@ -5863,8 +5698,7 @@ extension SecurityHubClientTypes { public init( bannerText: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.bannerText = bannerText self.enabled = enabled } @@ -5886,8 +5720,7 @@ extension SecurityHubClientTypes { cloudwatchLogGroup: Swift.String? = nil, cloudwatchLogStream: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudwatchLogGroup = cloudwatchLogGroup self.cloudwatchLogStream = cloudwatchLogStream self.enabled = enabled @@ -5949,8 +5782,7 @@ extension SecurityHubClientTypes { transportProtocol: Swift.String? = nil, vpcId: Swift.String? = nil, vpnPort: Swift.Int? = nil - ) - { + ) { self.authenticationOptions = authenticationOptions self.clientCidrBlock = clientCidrBlock self.clientConnectOptions = clientConnectOptions @@ -6007,8 +5839,7 @@ extension SecurityHubClientTypes { privateIpAddress: Swift.String? = nil, publicIp: Swift.String? = nil, publicIpv4Pool: Swift.String? = nil - ) - { + ) { self.allocationId = allocationId self.associationId = associationId self.domain = domain @@ -6044,8 +5875,7 @@ extension SecurityHubClientTypes { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: Swift.String? = nil, instanceMetadataTags: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -6064,8 +5894,7 @@ extension SecurityHubClientTypes { public init( state: Swift.String? = nil - ) - { + ) { self.state = state } } @@ -6080,8 +5909,7 @@ extension SecurityHubClientTypes { public init( networkInterfaceId: Swift.String? = nil - ) - { + ) { self.networkInterfaceId = networkInterfaceId } } @@ -6132,8 +5960,7 @@ extension SecurityHubClientTypes { type: Swift.String? = nil, virtualizationType: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.iamInstanceProfileArn = iamInstanceProfileArn self.imageId = imageId self.ipV4Addresses = ipV4Addresses @@ -6181,8 +6008,7 @@ extension SecurityHubClientTypes { throughput: Swift.Int? = nil, volumeSize: Swift.Int? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.deleteOnTermination = deleteOnTermination self.encrypted = encrypted self.iops = iops @@ -6213,8 +6039,7 @@ extension SecurityHubClientTypes { ebs: SecurityHubClientTypes.AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails? = nil, noDevice: Swift.String? = nil, virtualName: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs self.noDevice = noDevice @@ -6235,8 +6060,7 @@ extension SecurityHubClientTypes { public init( capacityReservationId: Swift.String? = nil, capacityReservationResourceGroupArn: Swift.String? = nil - ) - { + ) { self.capacityReservationId = capacityReservationId self.capacityReservationResourceGroupArn = capacityReservationResourceGroupArn } @@ -6255,8 +6079,7 @@ extension SecurityHubClientTypes { public init( capacityReservationPreference: Swift.String? = nil, capacityReservationTarget: SecurityHubClientTypes.AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails? = nil - ) - { + ) { self.capacityReservationPreference = capacityReservationPreference self.capacityReservationTarget = capacityReservationTarget } @@ -6275,8 +6098,7 @@ extension SecurityHubClientTypes { public init( coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.coreCount = coreCount self.threadsPerCore = threadsPerCore } @@ -6292,8 +6114,7 @@ extension SecurityHubClientTypes { public init( cpuCredits: Swift.String? = nil - ) - { + ) { self.cpuCredits = cpuCredits } } @@ -6308,8 +6129,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -6327,8 +6147,7 @@ extension SecurityHubClientTypes { public init( count: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.type = type } @@ -6344,8 +6163,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -6360,8 +6178,7 @@ extension SecurityHubClientTypes { public init( configured: Swift.Bool? = nil - ) - { + ) { self.configured = configured } } @@ -6379,8 +6196,7 @@ extension SecurityHubClientTypes { public init( arn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name } @@ -6408,8 +6224,7 @@ extension SecurityHubClientTypes { maxPrice: Swift.String? = nil, spotInstanceType: Swift.String? = nil, validUntil: Swift.String? = nil - ) - { + ) { self.blockDurationMinutes = blockDurationMinutes self.instanceInterruptionBehavior = instanceInterruptionBehavior self.maxPrice = maxPrice @@ -6431,8 +6246,7 @@ extension SecurityHubClientTypes { public init( marketType: Swift.String? = nil, spotOptions: SecurityHubClientTypes.AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails? = nil - ) - { + ) { self.marketType = marketType self.spotOptions = spotOptions } @@ -6451,8 +6265,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6471,8 +6284,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6491,8 +6303,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6511,8 +6322,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -6531,8 +6341,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6551,8 +6360,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6571,8 +6379,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.max = max self.min = min } @@ -6591,8 +6398,7 @@ extension SecurityHubClientTypes { public init( max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.max = max self.min = min } @@ -6668,8 +6474,7 @@ extension SecurityHubClientTypes { spotMaxPricePercentageOverLowestPrice: Swift.Int? = nil, totalLocalStorageGB: SecurityHubClientTypes.AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails? = nil, vCpuCount: SecurityHubClientTypes.AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails? = nil - ) - { + ) { self.acceleratorCount = acceleratorCount self.acceleratorManufacturers = acceleratorManufacturers self.acceleratorNames = acceleratorNames @@ -6704,8 +6509,7 @@ extension SecurityHubClientTypes { public init( licenseConfigurationArn: Swift.String? = nil - ) - { + ) { self.licenseConfigurationArn = licenseConfigurationArn } } @@ -6720,8 +6524,7 @@ extension SecurityHubClientTypes { public init( autoRecovery: Swift.String? = nil - ) - { + ) { self.autoRecovery = autoRecovery } } @@ -6748,8 +6551,7 @@ extension SecurityHubClientTypes { httpPutResponseHopLimit: Swift.Int? = nil, httpTokens: Swift.String? = nil, instanceMetadataTags: Swift.String? = nil - ) - { + ) { self.httpEndpoint = httpEndpoint self.httpProtocolIpv6 = httpProtocolIpv6 self.httpPutResponseHopLimit = httpPutResponseHopLimit @@ -6768,8 +6570,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -6784,8 +6585,7 @@ extension SecurityHubClientTypes { public init( ipv4Prefix: Swift.String? = nil - ) - { + ) { self.ipv4Prefix = ipv4Prefix } } @@ -6800,8 +6600,7 @@ extension SecurityHubClientTypes { public init( ipv6Address: Swift.String? = nil - ) - { + ) { self.ipv6Address = ipv6Address } } @@ -6816,8 +6615,7 @@ extension SecurityHubClientTypes { public init( ipv6Prefix: Swift.String? = nil - ) - { + ) { self.ipv6Prefix = ipv6Prefix } } @@ -6835,8 +6633,7 @@ extension SecurityHubClientTypes { public init( primary: Swift.Bool? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.primary = primary self.privateIpAddress = privateIpAddress } @@ -6906,8 +6703,7 @@ extension SecurityHubClientTypes { privateIpAddresses: [SecurityHubClientTypes.AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails]? = nil, secondaryPrivateIpAddressCount: Swift.Int? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.associateCarrierIpAddress = associateCarrierIpAddress self.associatePublicIpAddress = associatePublicIpAddress self.deleteOnTermination = deleteOnTermination @@ -6961,8 +6757,7 @@ extension SecurityHubClientTypes { partitionNumber: Swift.Int? = nil, spreadDomain: Swift.String? = nil, tenancy: Swift.String? = nil - ) - { + ) { self.affinity = affinity self.availabilityZone = availabilityZone self.groupName = groupName @@ -6990,8 +6785,7 @@ extension SecurityHubClientTypes { enableResourceNameDnsAAAARecord: Swift.Bool? = nil, enableResourceNameDnsARecord: Swift.Bool? = nil, hostnameType: Swift.String? = nil - ) - { + ) { self.enableResourceNameDnsAAAARecord = enableResourceNameDnsAAAARecord self.enableResourceNameDnsARecord = enableResourceNameDnsARecord self.hostnameType = hostnameType @@ -7095,8 +6889,7 @@ extension SecurityHubClientTypes { securityGroupIdSet: [Swift.String]? = nil, securityGroupSet: [Swift.String]? = nil, userData: Swift.String? = nil - ) - { + ) { self.blockDeviceMappingSet = blockDeviceMappingSet self.capacityReservationSpecification = capacityReservationSpecification self.cpuOptions = cpuOptions @@ -7152,8 +6945,7 @@ extension SecurityHubClientTypes { latestVersionNumber: Swift.Int? = nil, launchTemplateData: SecurityHubClientTypes.AwsEc2LaunchTemplateDataDetails? = nil, launchTemplateName: Swift.String? = nil - ) - { + ) { self.defaultVersionNumber = defaultVersionNumber self.id = id self.latestVersionNumber = latestVersionNumber @@ -7178,8 +6970,7 @@ extension SecurityHubClientTypes { networkAclAssociationId: Swift.String? = nil, networkAclId: Swift.String? = nil, subnetId: Swift.String? = nil - ) - { + ) { self.networkAclAssociationId = networkAclAssociationId self.networkAclId = networkAclId self.subnetId = subnetId @@ -7199,8 +6990,7 @@ extension SecurityHubClientTypes { public init( code: Swift.Int? = nil, type: Swift.Int? = nil - ) - { + ) { self.code = code self.type = type } @@ -7219,8 +7009,7 @@ extension SecurityHubClientTypes { public init( from: Swift.Int? = nil, to: Swift.Int? = nil - ) - { + ) { self.from = from self.to = to } @@ -7257,8 +7046,7 @@ extension SecurityHubClientTypes { `protocol`: Swift.String? = nil, ruleAction: Swift.String? = nil, ruleNumber: Swift.Int? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.egress = egress self.icmpTypeCode = icmpTypeCode @@ -7295,8 +7083,7 @@ extension SecurityHubClientTypes { networkAclId: Swift.String? = nil, ownerId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associations = associations self.entries = entries self.isDefault = isDefault @@ -7334,8 +7121,7 @@ extension SecurityHubClientTypes { instanceId: Swift.String? = nil, instanceOwnerId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.attachTime = attachTime self.attachmentId = attachmentId self.deleteOnTermination = deleteOnTermination @@ -7356,8 +7142,7 @@ extension SecurityHubClientTypes { public init( ipV6Address: Swift.String? = nil - ) - { + ) { self.ipV6Address = ipV6Address } } @@ -7375,8 +7160,7 @@ extension SecurityHubClientTypes { public init( privateDnsName: Swift.String? = nil, privateIpAddress: Swift.String? = nil - ) - { + ) { self.privateDnsName = privateDnsName self.privateIpAddress = privateIpAddress } @@ -7395,8 +7179,7 @@ extension SecurityHubClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -7433,8 +7216,7 @@ extension SecurityHubClientTypes { publicIp: Swift.String? = nil, securityGroups: [SecurityHubClientTypes.AwsEc2NetworkInterfaceSecurityGroup]? = nil, sourceDestCheck: Swift.Bool? = nil - ) - { + ) { self.attachment = attachment self.ipV6Addresses = ipV6Addresses self.networkInterfaceId = networkInterfaceId @@ -7456,8 +7238,7 @@ extension SecurityHubClientTypes { public init( gatewayId: Swift.String? = nil - ) - { + ) { self.gatewayId = gatewayId } } @@ -7517,8 +7298,7 @@ extension SecurityHubClientTypes { state: Swift.String? = nil, transitGatewayId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.carrierGatewayId = carrierGatewayId self.coreNetworkArn = coreNetworkArn self.destinationCidrBlock = destinationCidrBlock @@ -7563,8 +7343,7 @@ extension SecurityHubClientTypes { routeSet: [SecurityHubClientTypes.RouteSetDetails]? = nil, routeTableId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associationSet = associationSet self.ownerId = ownerId self.propagatingVgwSet = propagatingVgwSet @@ -7584,8 +7363,7 @@ extension SecurityHubClientTypes { public init( cidrIp: Swift.String? = nil - ) - { + ) { self.cidrIp = cidrIp } } @@ -7600,8 +7378,7 @@ extension SecurityHubClientTypes { public init( cidrIpv6: Swift.String? = nil - ) - { + ) { self.cidrIpv6 = cidrIpv6 } } @@ -7616,8 +7393,7 @@ extension SecurityHubClientTypes { public init( prefixListId: Swift.String? = nil - ) - { + ) { self.prefixListId = prefixListId } } @@ -7647,8 +7423,7 @@ extension SecurityHubClientTypes { userId: Swift.String? = nil, vpcId: Swift.String? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName self.peeringStatus = peeringStatus @@ -7686,8 +7461,7 @@ extension SecurityHubClientTypes { prefixListIds: [SecurityHubClientTypes.AwsEc2SecurityGroupPrefixListId]? = nil, toPort: Swift.Int? = nil, userIdGroupPairs: [SecurityHubClientTypes.AwsEc2SecurityGroupUserIdGroupPair]? = nil - ) - { + ) { self.fromPort = fromPort self.ipProtocol = ipProtocol self.ipRanges = ipRanges @@ -7723,8 +7497,7 @@ extension SecurityHubClientTypes { ipPermissionsEgress: [SecurityHubClientTypes.AwsEc2SecurityGroupIpPermission]? = nil, ownerId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName self.ipPermissions = ipPermissions @@ -7762,8 +7535,7 @@ extension SecurityHubClientTypes { associationId: Swift.String? = nil, cidrBlockState: Swift.String? = nil, ipv6CidrBlock: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.cidrBlockState = cidrBlockState self.ipv6CidrBlock = ipv6CidrBlock @@ -7816,8 +7588,7 @@ extension SecurityHubClientTypes { subnetArn: Swift.String? = nil, subnetId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.assignIpv6AddressOnCreation = assignIpv6AddressOnCreation self.availabilityZone = availabilityZone self.availabilityZoneId = availabilityZoneId @@ -7877,8 +7648,7 @@ extension SecurityHubClientTypes { propagationDefaultRouteTableId: Swift.String? = nil, transitGatewayCidrBlocks: [Swift.String]? = nil, vpnEcmpSupport: Swift.String? = nil - ) - { + ) { self.amazonSideAsn = amazonSideAsn self.associationDefaultRouteTableId = associationDefaultRouteTableId self.autoAcceptSharedAttachments = autoAcceptSharedAttachments @@ -7923,8 +7693,7 @@ extension SecurityHubClientTypes { deleteOnTermination: Swift.Bool? = nil, instanceId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination self.instanceId = instanceId @@ -7984,8 +7753,7 @@ extension SecurityHubClientTypes { volumeId: Swift.String? = nil, volumeScanStatus: Swift.String? = nil, volumeType: Swift.String? = nil - ) - { + ) { self.attachments = attachments self.createTime = createTime self.deviceName = deviceName @@ -8016,8 +7784,7 @@ extension SecurityHubClientTypes { associationId: Swift.String? = nil, cidrBlock: Swift.String? = nil, cidrBlockState: Swift.String? = nil - ) - { + ) { self.associationId = associationId self.cidrBlock = cidrBlock self.cidrBlockState = cidrBlockState @@ -8043,8 +7810,7 @@ extension SecurityHubClientTypes { dhcpOptionsId: Swift.String? = nil, ipv6CidrBlockAssociationSet: [SecurityHubClientTypes.Ipv6CidrBlockAssociation]? = nil, state: Swift.String? = nil - ) - { + ) { self.cidrBlockAssociationSet = cidrBlockAssociationSet self.dhcpOptionsId = dhcpOptionsId self.ipv6CidrBlockAssociationSet = ipv6CidrBlockAssociationSet @@ -8062,8 +7828,7 @@ extension SecurityHubClientTypes { public init( serviceType: Swift.String? = nil - ) - { + ) { self.serviceType = serviceType } } @@ -8118,8 +7883,7 @@ extension SecurityHubClientTypes { serviceName: Swift.String? = nil, serviceState: Swift.String? = nil, serviceType: [SecurityHubClientTypes.AwsEc2VpcEndpointServiceServiceTypeDetails]? = nil - ) - { + ) { self.acceptanceRequired = acceptanceRequired self.availabilityZones = availabilityZones self.baseEndpointDnsNames = baseEndpointDnsNames @@ -8144,8 +7908,7 @@ extension SecurityHubClientTypes { public init( cidrBlock: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock } } @@ -8160,8 +7923,7 @@ extension SecurityHubClientTypes { public init( ipv6CidrBlock: Swift.String? = nil - ) - { + ) { self.ipv6CidrBlock = ipv6CidrBlock } } @@ -8182,8 +7944,7 @@ extension SecurityHubClientTypes { allowDnsResolutionFromRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalClassicLinkToRemoteVpc: Swift.Bool? = nil, allowEgressFromLocalVpcToRemoteClassicLink: Swift.Bool? = nil - ) - { + ) { self.allowDnsResolutionFromRemoteVpc = allowDnsResolutionFromRemoteVpc self.allowEgressFromLocalClassicLinkToRemoteVpc = allowEgressFromLocalClassicLinkToRemoteVpc self.allowEgressFromLocalVpcToRemoteClassicLink = allowEgressFromLocalVpcToRemoteClassicLink @@ -8218,8 +7979,7 @@ extension SecurityHubClientTypes { peeringOptions: SecurityHubClientTypes.VpcInfoPeeringOptionsDetails? = nil, region: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.cidrBlock = cidrBlock self.cidrBlockSet = cidrBlockSet self.ipv6CidrBlockSet = ipv6CidrBlockSet @@ -8243,8 +8003,7 @@ extension SecurityHubClientTypes { public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.code = code self.message = message } @@ -8272,8 +8031,7 @@ extension SecurityHubClientTypes { requesterVpcInfo: SecurityHubClientTypes.AwsEc2VpcPeeringConnectionVpcInfoDetails? = nil, status: SecurityHubClientTypes.AwsEc2VpcPeeringConnectionStatusDetails? = nil, vpcPeeringConnectionId: Swift.String? = nil - ) - { + ) { self.accepterVpcInfo = accepterVpcInfo self.expirationTime = expirationTime self.requesterVpcInfo = requesterVpcInfo @@ -8337,8 +8095,7 @@ extension SecurityHubClientTypes { rekeyMarginTimeSeconds: Swift.Int? = nil, replayWindowSize: Swift.Int? = nil, tunnelInsideCidr: Swift.String? = nil - ) - { + ) { self.dpdTimeoutSeconds = dpdTimeoutSeconds self.ikeVersions = ikeVersions self.outsideIpAddress = outsideIpAddress @@ -8371,8 +8128,7 @@ extension SecurityHubClientTypes { public init( staticRoutesOnly: Swift.Bool? = nil, tunnelOptions: [SecurityHubClientTypes.AwsEc2VpnConnectionOptionsTunnelOptionsDetails]? = nil - ) - { + ) { self.staticRoutesOnly = staticRoutesOnly self.tunnelOptions = tunnelOptions } @@ -8391,8 +8147,7 @@ extension SecurityHubClientTypes { public init( destinationCidrBlock: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.destinationCidrBlock = destinationCidrBlock self.state = state } @@ -8423,8 +8178,7 @@ extension SecurityHubClientTypes { outsideIpAddress: Swift.String? = nil, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.acceptedRouteCount = acceptedRouteCount self.certificateArn = certificateArn self.lastStatusChange = lastStatusChange @@ -8482,8 +8236,7 @@ extension SecurityHubClientTypes { vgwTelemetry: [SecurityHubClientTypes.AwsEc2VpnConnectionVgwTelemetryDetails]? = nil, vpnConnectionId: Swift.String? = nil, vpnGatewayId: Swift.String? = nil - ) - { + ) { self.category = category self.customerGatewayConfiguration = customerGatewayConfiguration self.customerGatewayId = customerGatewayId @@ -8529,8 +8282,7 @@ extension SecurityHubClientTypes { imageTags: [Swift.String]? = nil, registryId: Swift.String? = nil, repositoryName: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.imageDigest = imageDigest self.imagePublishedAt = imagePublishedAt @@ -8550,8 +8302,7 @@ extension SecurityHubClientTypes { public init( scanOnPush: Swift.Bool? = nil - ) - { + ) { self.scanOnPush = scanOnPush } } @@ -8569,8 +8320,7 @@ extension SecurityHubClientTypes { public init( lifecyclePolicyText: Swift.String? = nil, registryId: Swift.String? = nil - ) - { + ) { self.lifecyclePolicyText = lifecyclePolicyText self.registryId = registryId } @@ -8601,8 +8351,7 @@ extension SecurityHubClientTypes { lifecyclePolicy: SecurityHubClientTypes.AwsEcrRepositoryLifecyclePolicyDetails? = nil, repositoryName: Swift.String? = nil, repositoryPolicyText: Swift.String? = nil - ) - { + ) { self.arn = arn self.imageScanningConfiguration = imageScanningConfiguration self.imageTagMutability = imageTagMutability @@ -8625,8 +8374,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -8654,8 +8402,7 @@ extension SecurityHubClientTypes { s3BucketName: Swift.String? = nil, s3EncryptionEnabled: Swift.Bool? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.cloudWatchEncryptionEnabled = cloudWatchEncryptionEnabled self.cloudWatchLogGroupName = cloudWatchLogGroupName self.s3BucketName = s3BucketName @@ -8680,8 +8427,7 @@ extension SecurityHubClientTypes { kmsKeyId: Swift.String? = nil, logConfiguration: SecurityHubClientTypes.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails? = nil, logging: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.logConfiguration = logConfiguration self.logging = logging @@ -8698,8 +8444,7 @@ extension SecurityHubClientTypes { public init( executeCommandConfiguration: SecurityHubClientTypes.AwsEcsClusterConfigurationExecuteCommandConfigurationDetails? = nil - ) - { + ) { self.executeCommandConfiguration = executeCommandConfiguration } } @@ -8720,8 +8465,7 @@ extension SecurityHubClientTypes { base: Swift.Int? = nil, capacityProvider: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -8765,8 +8509,7 @@ extension SecurityHubClientTypes { registeredContainerInstancesCount: Swift.Int? = nil, runningTasksCount: Swift.Int? = nil, status: Swift.String? = nil - ) - { + ) { self.activeServicesCount = activeServicesCount self.capacityProviders = capacityProviders self.clusterArn = clusterArn @@ -8793,8 +8536,7 @@ extension SecurityHubClientTypes { public init( containerPath: Swift.String? = nil, sourceVolume: Swift.String? = nil - ) - { + ) { self.containerPath = containerPath self.sourceVolume = sourceVolume } @@ -8819,8 +8561,7 @@ extension SecurityHubClientTypes { mountPoints: [SecurityHubClientTypes.AwsMountPoint]? = nil, name: Swift.String? = nil, privileged: Swift.Bool? = nil - ) - { + ) { self.image = image self.mountPoints = mountPoints self.name = name @@ -8844,8 +8585,7 @@ extension SecurityHubClientTypes { base: Swift.Int? = nil, capacityProvider: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.base = base self.capacityProvider = capacityProvider self.weight = weight @@ -8865,8 +8605,7 @@ extension SecurityHubClientTypes { public init( enable: Swift.Bool? = nil, rollback: Swift.Bool? = nil - ) - { + ) { self.enable = enable self.rollback = rollback } @@ -8888,8 +8627,7 @@ extension SecurityHubClientTypes { deploymentCircuitBreaker: SecurityHubClientTypes.AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails? = nil, maximumPercent: Swift.Int? = nil, minimumHealthyPercent: Swift.Int? = nil - ) - { + ) { self.deploymentCircuitBreaker = deploymentCircuitBreaker self.maximumPercent = maximumPercent self.minimumHealthyPercent = minimumHealthyPercent @@ -8906,8 +8644,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -8931,8 +8668,7 @@ extension SecurityHubClientTypes { containerPort: Swift.Int? = nil, loadBalancerName: Swift.String? = nil, targetGroupArn: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.loadBalancerName = loadBalancerName @@ -8956,8 +8692,7 @@ extension SecurityHubClientTypes { assignPublicIp: Swift.String? = nil, securityGroups: [Swift.String]? = nil, subnets: [Swift.String]? = nil - ) - { + ) { self.assignPublicIp = assignPublicIp self.securityGroups = securityGroups self.subnets = subnets @@ -8974,8 +8709,7 @@ extension SecurityHubClientTypes { public init( awsVpcConfiguration: SecurityHubClientTypes.AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails? = nil - ) - { + ) { self.awsVpcConfiguration = awsVpcConfiguration } } @@ -8993,8 +8727,7 @@ extension SecurityHubClientTypes { public init( expression: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -9013,8 +8746,7 @@ extension SecurityHubClientTypes { public init( field: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.field = field self.type = type } @@ -9039,8 +8771,7 @@ extension SecurityHubClientTypes { containerPort: Swift.Int? = nil, port: Swift.Int? = nil, registryArn: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.containerPort = containerPort self.port = port @@ -9121,8 +8852,7 @@ extension SecurityHubClientTypes { serviceName: Swift.String? = nil, serviceRegistries: [SecurityHubClientTypes.AwsEcsServiceServiceRegistriesDetails]? = nil, taskDefinition: Swift.String? = nil - ) - { + ) { self.capacityProviderStrategy = capacityProviderStrategy self.cluster = cluster self.deploymentConfiguration = deploymentConfiguration @@ -9169,8 +8899,7 @@ extension SecurityHubClientTypes { public init( condition: Swift.String? = nil, containerName: Swift.String? = nil - ) - { + ) { self.condition = condition self.containerName = containerName } @@ -9189,8 +8918,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -9209,8 +8937,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -9229,8 +8956,7 @@ extension SecurityHubClientTypes { public init( hostname: Swift.String? = nil, ipAddress: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.ipAddress = ipAddress } @@ -9255,8 +8981,7 @@ extension SecurityHubClientTypes { public init( options: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.options = options self.type = type } @@ -9284,8 +9009,7 @@ extension SecurityHubClientTypes { retries: Swift.Int? = nil, startPeriod: Swift.Int? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.command = command self.interval = interval self.retries = retries @@ -9307,8 +9031,7 @@ extension SecurityHubClientTypes { public init( add: [Swift.String]? = nil, drop: [Swift.String]? = nil - ) - { + ) { self.add = add self.drop = drop } @@ -9330,8 +9053,7 @@ extension SecurityHubClientTypes { containerPath: Swift.String? = nil, hostPath: Swift.String? = nil, permissions: [Swift.String]? = nil - ) - { + ) { self.containerPath = containerPath self.hostPath = hostPath self.permissions = permissions @@ -9354,8 +9076,7 @@ extension SecurityHubClientTypes { containerPath: Swift.String? = nil, mountOptions: [Swift.String]? = nil, size: Swift.Int? = nil - ) - { + ) { self.containerPath = containerPath self.mountOptions = mountOptions self.size = size @@ -9390,8 +9111,7 @@ extension SecurityHubClientTypes { sharedMemorySize: Swift.Int? = nil, swappiness: Swift.Int? = nil, tmpfs: [SecurityHubClientTypes.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails]? = nil - ) - { + ) { self.capabilities = capabilities self.devices = devices self.initProcessEnabled = initProcessEnabled @@ -9415,8 +9135,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, valueFrom: Swift.String? = nil - ) - { + ) { self.name = name self.valueFrom = valueFrom } @@ -9465,8 +9184,7 @@ extension SecurityHubClientTypes { logDriver: Swift.String? = nil, options: [Swift.String: Swift.String]? = nil, secretOptions: [SecurityHubClientTypes.AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails]? = nil - ) - { + ) { self.logDriver = logDriver self.options = options self.secretOptions = secretOptions @@ -9489,8 +9207,7 @@ extension SecurityHubClientTypes { containerPath: Swift.String? = nil, readOnly: Swift.Bool? = nil, sourceVolume: Swift.String? = nil - ) - { + ) { self.containerPath = containerPath self.readOnly = readOnly self.sourceVolume = sourceVolume @@ -9513,8 +9230,7 @@ extension SecurityHubClientTypes { containerPort: Swift.Int? = nil, hostPort: Swift.Int? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.containerPort = containerPort self.hostPort = hostPort self.`protocol` = `protocol` @@ -9531,8 +9247,7 @@ extension SecurityHubClientTypes { public init( credentialsParameter: Swift.String? = nil - ) - { + ) { self.credentialsParameter = credentialsParameter } } @@ -9550,8 +9265,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -9570,8 +9284,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, valueFrom: Swift.String? = nil - ) - { + ) { self.name = name self.valueFrom = valueFrom } @@ -9590,8 +9303,7 @@ extension SecurityHubClientTypes { public init( namespace: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.value = value } @@ -9643,8 +9355,7 @@ extension SecurityHubClientTypes { hardLimit: Swift.Int? = nil, name: Swift.String? = nil, softLimit: Swift.Int? = nil - ) - { + ) { self.hardLimit = hardLimit self.name = name self.softLimit = softLimit @@ -9664,8 +9375,7 @@ extension SecurityHubClientTypes { public init( readOnly: Swift.Bool? = nil, sourceContainer: Swift.String? = nil - ) - { + ) { self.readOnly = readOnly self.sourceContainer = sourceContainer } @@ -9807,8 +9517,7 @@ extension SecurityHubClientTypes { user: Swift.String? = nil, volumesFrom: [SecurityHubClientTypes.AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails]? = nil, workingDirectory: Swift.String? = nil - ) - { + ) { self.command = command self.cpu = cpu self.dependsOn = dependsOn @@ -9864,8 +9573,7 @@ extension SecurityHubClientTypes { public init( deviceName: Swift.String? = nil, deviceType: Swift.String? = nil - ) - { + ) { self.deviceName = deviceName self.deviceType = deviceType } @@ -9884,8 +9592,7 @@ extension SecurityHubClientTypes { public init( expression: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.expression = expression self.type = type } @@ -9904,8 +9611,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -9927,8 +9633,7 @@ extension SecurityHubClientTypes { containerName: Swift.String? = nil, proxyConfigurationProperties: [SecurityHubClientTypes.AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails]? = nil, type: Swift.String? = nil - ) - { + ) { self.containerName = containerName self.proxyConfigurationProperties = proxyConfigurationProperties self.type = type @@ -9957,8 +9662,7 @@ extension SecurityHubClientTypes { driverOpts: [Swift.String: Swift.String]? = nil, labels: [Swift.String: Swift.String]? = nil, scope: Swift.String? = nil - ) - { + ) { self.autoprovision = autoprovision self.driver = driver self.driverOpts = driverOpts @@ -9980,8 +9684,7 @@ extension SecurityHubClientTypes { public init( accessPointId: Swift.String? = nil, iam: Swift.String? = nil - ) - { + ) { self.accessPointId = accessPointId self.iam = iam } @@ -10009,8 +9712,7 @@ extension SecurityHubClientTypes { rootDirectory: Swift.String? = nil, transitEncryption: Swift.String? = nil, transitEncryptionPort: Swift.Int? = nil - ) - { + ) { self.authorizationConfig = authorizationConfig self.filesystemId = filesystemId self.rootDirectory = rootDirectory @@ -10029,8 +9731,7 @@ extension SecurityHubClientTypes { public init( sourcePath: Swift.String? = nil - ) - { + ) { self.sourcePath = sourcePath } } @@ -10054,8 +9755,7 @@ extension SecurityHubClientTypes { efsVolumeConfiguration: SecurityHubClientTypes.AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails? = nil, host: SecurityHubClientTypes.AwsEcsTaskDefinitionVolumesHostDetails? = nil, name: Swift.String? = nil - ) - { + ) { self.dockerVolumeConfiguration = dockerVolumeConfiguration self.efsVolumeConfiguration = efsVolumeConfiguration self.host = host @@ -10139,8 +9839,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, taskRoleArn: Swift.String? = nil, volumes: [SecurityHubClientTypes.AwsEcsTaskDefinitionVolumesDetails]? = nil - ) - { + ) { self.containerDefinitions = containerDefinitions self.cpu = cpu self.executionRoleArn = executionRoleArn @@ -10169,8 +9868,7 @@ extension SecurityHubClientTypes { public init( sourcePath: Swift.String? = nil - ) - { + ) { self.sourcePath = sourcePath } } @@ -10188,8 +9886,7 @@ extension SecurityHubClientTypes { public init( host: SecurityHubClientTypes.AwsEcsTaskVolumeHostDetails? = nil, name: Swift.String? = nil - ) - { + ) { self.host = host self.name = name } @@ -10229,8 +9926,7 @@ extension SecurityHubClientTypes { taskDefinitionArn: Swift.String? = nil, version: Swift.String? = nil, volumes: [SecurityHubClientTypes.AwsEcsTaskVolumeDetails]? = nil - ) - { + ) { self.clusterArn = clusterArn self.containers = containers self.createdAt = createdAt @@ -10259,8 +9955,7 @@ extension SecurityHubClientTypes { gid: Swift.String? = nil, secondaryGids: [Swift.String]? = nil, uid: Swift.String? = nil - ) - { + ) { self.gid = gid self.secondaryGids = secondaryGids self.uid = uid @@ -10283,8 +9978,7 @@ extension SecurityHubClientTypes { ownerGid: Swift.String? = nil, ownerUid: Swift.String? = nil, permissions: Swift.String? = nil - ) - { + ) { self.ownerGid = ownerGid self.ownerUid = ownerUid self.permissions = permissions @@ -10304,8 +9998,7 @@ extension SecurityHubClientTypes { public init( creationInfo: SecurityHubClientTypes.AwsEfsAccessPointRootDirectoryCreationInfoDetails? = nil, path: Swift.String? = nil - ) - { + ) { self.creationInfo = creationInfo self.path = path } @@ -10336,8 +10029,7 @@ extension SecurityHubClientTypes { fileSystemId: Swift.String? = nil, posixUser: SecurityHubClientTypes.AwsEfsAccessPointPosixUserDetails? = nil, rootDirectory: SecurityHubClientTypes.AwsEfsAccessPointRootDirectoryDetails? = nil - ) - { + ) { self.accessPointId = accessPointId self.arn = arn self.clientToken = clientToken @@ -10370,8 +10062,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil, types: [Swift.String]? = nil - ) - { + ) { self.enabled = enabled self.types = types } @@ -10387,8 +10078,7 @@ extension SecurityHubClientTypes { public init( clusterLogging: [SecurityHubClientTypes.AwsEksClusterLoggingClusterLoggingDetails]? = nil - ) - { + ) { self.clusterLogging = clusterLogging } } @@ -10409,8 +10099,7 @@ extension SecurityHubClientTypes { endpointPublicAccess: Swift.Bool? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.endpointPublicAccess = endpointPublicAccess self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -10463,8 +10152,7 @@ extension SecurityHubClientTypes { resourcesVpcConfig: SecurityHubClientTypes.AwsEksClusterResourcesVpcConfigDetails? = nil, roleArn: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.certificateAuthorityData = certificateAuthorityData self.clusterStatus = clusterStatus @@ -10490,8 +10178,7 @@ extension SecurityHubClientTypes { public init( environmentName: Swift.String? = nil, linkName: Swift.String? = nil - ) - { + ) { self.environmentName = environmentName self.linkName = linkName } @@ -10516,8 +10203,7 @@ extension SecurityHubClientTypes { optionName: Swift.String? = nil, resourceName: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.namespace = namespace self.optionName = optionName self.resourceName = resourceName @@ -10541,8 +10227,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, type: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.version = version @@ -10620,8 +10305,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, tier: SecurityHubClientTypes.AwsElasticBeanstalkEnvironmentTier? = nil, versionLabel: Swift.String? = nil - ) - { + ) { self.applicationName = applicationName self.cname = cname self.dateCreated = dateCreated @@ -10658,8 +10342,7 @@ extension SecurityHubClientTypes { public init( enforceHTTPS: Swift.Bool? = nil, tlsSecurityPolicy: Swift.String? = nil - ) - { + ) { self.enforceHTTPS = enforceHTTPS self.tlsSecurityPolicy = tlsSecurityPolicy } @@ -10675,8 +10358,7 @@ extension SecurityHubClientTypes { public init( availabilityZoneCount: Swift.Int? = nil - ) - { + ) { self.availabilityZoneCount = availabilityZoneCount } } @@ -10709,8 +10391,7 @@ extension SecurityHubClientTypes { instanceType: Swift.String? = nil, zoneAwarenessConfig: SecurityHubClientTypes.AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails? = nil, zoneAwarenessEnabled: Swift.Bool? = nil - ) - { + ) { self.dedicatedMasterCount = dedicatedMasterCount self.dedicatedMasterEnabled = dedicatedMasterEnabled self.dedicatedMasterType = dedicatedMasterType @@ -10734,8 +10415,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.kmsKeyId = kmsKeyId } @@ -10754,8 +10434,7 @@ extension SecurityHubClientTypes { public init( cloudWatchLogsLogGroupArn: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.enabled = enabled } @@ -10777,8 +10456,7 @@ extension SecurityHubClientTypes { auditLogs: SecurityHubClientTypes.AwsElasticsearchDomainLogPublishingOptionsLogConfig? = nil, indexSlowLogs: SecurityHubClientTypes.AwsElasticsearchDomainLogPublishingOptionsLogConfig? = nil, searchSlowLogs: SecurityHubClientTypes.AwsElasticsearchDomainLogPublishingOptionsLogConfig? = nil - ) - { + ) { self.auditLogs = auditLogs self.indexSlowLogs = indexSlowLogs self.searchSlowLogs = searchSlowLogs @@ -10795,8 +10473,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -10839,8 +10516,7 @@ extension SecurityHubClientTypes { newVersion: Swift.String? = nil, updateAvailable: Swift.Bool? = nil, updateStatus: Swift.String? = nil - ) - { + ) { self.automatedUpdateDate = automatedUpdateDate self.cancellable = cancellable self.currentVersion = currentVersion @@ -10870,8 +10546,7 @@ extension SecurityHubClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -10925,8 +10600,7 @@ extension SecurityHubClientTypes { nodeToNodeEncryptionOptions: SecurityHubClientTypes.AwsElasticsearchDomainNodeToNodeEncryptionOptions? = nil, serviceSoftwareOptions: SecurityHubClientTypes.AwsElasticsearchDomainServiceSoftwareOptions? = nil, vpcOptions: SecurityHubClientTypes.AwsElasticsearchDomainVPCOptions? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.domainEndpointOptions = domainEndpointOptions self.domainId = domainId @@ -10956,8 +10630,7 @@ extension SecurityHubClientTypes { public init( cookieName: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieName = cookieName self.policyName = policyName } @@ -10976,8 +10649,7 @@ extension SecurityHubClientTypes { public init( cookieExpirationPeriod: Swift.Int? = nil, policyName: Swift.String? = nil - ) - { + ) { self.cookieExpirationPeriod = cookieExpirationPeriod self.policyName = policyName } @@ -11002,8 +10674,7 @@ extension SecurityHubClientTypes { enabled: Swift.Bool? = nil, s3BucketName: Swift.String? = nil, s3BucketPrefix: Swift.String? = nil - ) - { + ) { self.emitInterval = emitInterval self.enabled = enabled self.s3BucketName = s3BucketName @@ -11024,8 +10695,7 @@ extension SecurityHubClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -11044,8 +10714,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil, timeout: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.timeout = timeout } @@ -11061,8 +10730,7 @@ extension SecurityHubClientTypes { public init( idleTimeout: Swift.Int? = nil - ) - { + ) { self.idleTimeout = idleTimeout } } @@ -11077,8 +10745,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -11105,8 +10772,7 @@ extension SecurityHubClientTypes { connectionDraining: SecurityHubClientTypes.AwsElbLoadBalancerConnectionDraining? = nil, connectionSettings: SecurityHubClientTypes.AwsElbLoadBalancerConnectionSettings? = nil, crossZoneLoadBalancing: SecurityHubClientTypes.AwsElbLoadBalancerCrossZoneLoadBalancing? = nil - ) - { + ) { self.accessLog = accessLog self.additionalAttributes = additionalAttributes self.connectionDraining = connectionDraining @@ -11128,8 +10794,7 @@ extension SecurityHubClientTypes { public init( instancePort: Swift.Int? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.instancePort = instancePort self.policyNames = policyNames } @@ -11157,8 +10822,7 @@ extension SecurityHubClientTypes { target: Swift.String? = nil, timeout: Swift.Int? = nil, unhealthyThreshold: Swift.Int? = nil - ) - { + ) { self.healthyThreshold = healthyThreshold self.interval = interval self.target = target @@ -11177,8 +10841,7 @@ extension SecurityHubClientTypes { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -11205,8 +10868,7 @@ extension SecurityHubClientTypes { loadBalancerPort: Swift.Int? = nil, `protocol`: Swift.String? = nil, sslCertificateId: Swift.String? = nil - ) - { + ) { self.instancePort = instancePort self.instanceProtocol = instanceProtocol self.loadBalancerPort = loadBalancerPort @@ -11228,8 +10890,7 @@ extension SecurityHubClientTypes { public init( listener: SecurityHubClientTypes.AwsElbLoadBalancerListener? = nil, policyNames: [Swift.String]? = nil - ) - { + ) { self.listener = listener self.policyNames = policyNames } @@ -11251,8 +10912,7 @@ extension SecurityHubClientTypes { appCookieStickinessPolicies: [SecurityHubClientTypes.AwsElbAppCookieStickinessPolicy]? = nil, lbCookieStickinessPolicies: [SecurityHubClientTypes.AwsElbLbCookieStickinessPolicy]? = nil, otherPolicies: [Swift.String]? = nil - ) - { + ) { self.appCookieStickinessPolicies = appCookieStickinessPolicies self.lbCookieStickinessPolicies = lbCookieStickinessPolicies self.otherPolicies = otherPolicies @@ -11272,8 +10932,7 @@ extension SecurityHubClientTypes { public init( groupName: Swift.String? = nil, ownerAlias: Swift.String? = nil - ) - { + ) { self.groupName = groupName self.ownerAlias = ownerAlias } @@ -11337,8 +10996,7 @@ extension SecurityHubClientTypes { sourceSecurityGroup: SecurityHubClientTypes.AwsElbLoadBalancerSourceSecurityGroup? = nil, subnets: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.backendServerDescriptions = backendServerDescriptions self.canonicalHostedZoneName = canonicalHostedZoneName @@ -11372,8 +11030,7 @@ extension SecurityHubClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -11392,8 +11049,7 @@ extension SecurityHubClientTypes { public init( code: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -11439,8 +11095,7 @@ extension SecurityHubClientTypes { state: SecurityHubClientTypes.LoadBalancerState? = nil, type: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.availabilityZones = availabilityZones self.canonicalHostedZoneId = canonicalHostedZoneId self.createdTime = createdTime @@ -11471,8 +11126,7 @@ extension SecurityHubClientTypes { description: Swift.String? = nil, registryArn: Swift.String? = nil, registryName: Swift.String? = nil - ) - { + ) { self.description = description self.registryArn = registryArn self.registryName = registryName @@ -11489,8 +11143,7 @@ extension SecurityHubClientTypes { public init( eventBusArn: Swift.String? = nil - ) - { + ) { self.eventBusArn = eventBusArn } } @@ -11505,8 +11158,7 @@ extension SecurityHubClientTypes { public init( state: Swift.String? = nil - ) - { + ) { self.state = state } } @@ -11521,8 +11173,7 @@ extension SecurityHubClientTypes { public init( healthCheck: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck } } @@ -11537,8 +11188,7 @@ extension SecurityHubClientTypes { public init( route: Swift.String? = nil - ) - { + ) { self.route = route } } @@ -11556,8 +11206,7 @@ extension SecurityHubClientTypes { public init( primary: SecurityHubClientTypes.AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails? = nil, secondary: SecurityHubClientTypes.AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails? = nil - ) - { + ) { self.primary = primary self.secondary = secondary } @@ -11573,8 +11222,7 @@ extension SecurityHubClientTypes { public init( failoverConfig: SecurityHubClientTypes.AwsEventsEndpointRoutingConfigFailoverConfigDetails? = nil - ) - { + ) { self.failoverConfig = failoverConfig } } @@ -11619,8 +11267,7 @@ extension SecurityHubClientTypes { routingConfig: SecurityHubClientTypes.AwsEventsEndpointRoutingConfigDetails? = nil, state: Swift.String? = nil, stateReason: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.endpointId = endpointId @@ -11651,8 +11298,7 @@ extension SecurityHubClientTypes { arn: Swift.String? = nil, name: Swift.String? = nil, policy: Swift.String? = nil - ) - { + ) { self.arn = arn self.name = name self.policy = policy @@ -11669,8 +11315,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11685,8 +11330,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11701,8 +11345,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11717,8 +11360,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11733,8 +11375,7 @@ extension SecurityHubClientTypes { public init( auditLogs: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails? = nil - ) - { + ) { self.auditLogs = auditLogs } } @@ -11752,8 +11393,7 @@ extension SecurityHubClientTypes { public init( reason: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.reason = reason self.status = status } @@ -11769,8 +11409,7 @@ extension SecurityHubClientTypes { public init( ebsVolumes: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsEbsVolumesDetails? = nil - ) - { + ) { self.ebsVolumes = ebsVolumes } } @@ -11788,8 +11427,7 @@ extension SecurityHubClientTypes { public init( scanEc2InstanceWithFindings: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesMalwareProtectionScanEc2InstanceWithFindingsDetails? = nil, serviceRole: Swift.String? = nil - ) - { + ) { self.scanEc2InstanceWithFindings = scanEc2InstanceWithFindings self.serviceRole = serviceRole } @@ -11805,8 +11443,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil - ) - { + ) { self.status = status } } @@ -11836,8 +11473,7 @@ extension SecurityHubClientTypes { kubernetes: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesKubernetesDetails? = nil, malwareProtection: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails? = nil, s3Logs: SecurityHubClientTypes.AwsGuardDutyDetectorDataSourcesS3LogsDetails? = nil - ) - { + ) { self.cloudTrail = cloudTrail self.dnsLogs = dnsLogs self.flowLogs = flowLogs @@ -11860,8 +11496,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.name = name self.status = status } @@ -11889,8 +11524,7 @@ extension SecurityHubClientTypes { findingPublishingFrequency: Swift.String? = nil, serviceRole: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dataSources = dataSources self.features = features self.findingPublishingFrequency = findingPublishingFrequency @@ -11912,8 +11546,7 @@ extension SecurityHubClientTypes { public init( creationDate: Swift.String? = nil, mfaAuthenticated: Swift.Bool? = nil - ) - { + ) { self.creationDate = creationDate self.mfaAuthenticated = mfaAuthenticated } @@ -11941,8 +11574,7 @@ extension SecurityHubClientTypes { principalId: Swift.String? = nil, type: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.principalId = principalId @@ -11964,8 +11596,7 @@ extension SecurityHubClientTypes { public init( attributes: SecurityHubClientTypes.AwsIamAccessKeySessionContextAttributes? = nil, sessionIssuer: SecurityHubClientTypes.AwsIamAccessKeySessionContextSessionIssuer? = nil - ) - { + ) { self.attributes = attributes self.sessionIssuer = sessionIssuer } @@ -12035,8 +11666,7 @@ extension SecurityHubClientTypes { sessionContext: SecurityHubClientTypes.AwsIamAccessKeySessionContext? = nil, status: SecurityHubClientTypes.AwsIamAccessKeyStatus? = nil, userName: Swift.String? = nil - ) - { + ) { self.accessKeyId = accessKeyId self.accountId = accountId self.createdAt = createdAt @@ -12062,8 +11692,7 @@ extension SecurityHubClientTypes { public init( policyArn: Swift.String? = nil, policyName: Swift.String? = nil - ) - { + ) { self.policyArn = policyArn self.policyName = policyName } @@ -12079,8 +11708,7 @@ extension SecurityHubClientTypes { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -12110,8 +11738,7 @@ extension SecurityHubClientTypes { groupName: Swift.String? = nil, groupPolicyList: [SecurityHubClientTypes.AwsIamGroupPolicy]? = nil, path: Swift.String? = nil - ) - { + ) { self.attachedManagedPolicies = attachedManagedPolicies self.createDate = createDate self.groupId = groupId @@ -12146,8 +11773,7 @@ extension SecurityHubClientTypes { path: Swift.String? = nil, roleId: Swift.String? = nil, roleName: Swift.String? = nil - ) - { + ) { self.arn = arn self.assumeRolePolicyDocument = assumeRolePolicyDocument self.createDate = createDate @@ -12182,8 +11808,7 @@ extension SecurityHubClientTypes { instanceProfileName: Swift.String? = nil, path: Swift.String? = nil, roles: [SecurityHubClientTypes.AwsIamInstanceProfileRole]? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.instanceProfileId = instanceProfileId @@ -12206,8 +11831,7 @@ extension SecurityHubClientTypes { public init( permissionsBoundaryArn: Swift.String? = nil, permissionsBoundaryType: Swift.String? = nil - ) - { + ) { self.permissionsBoundaryArn = permissionsBoundaryArn self.permissionsBoundaryType = permissionsBoundaryType } @@ -12229,8 +11853,7 @@ extension SecurityHubClientTypes { createDate: Swift.String? = nil, isDefaultVersion: Swift.Bool? = nil, versionId: Swift.String? = nil - ) - { + ) { self.createDate = createDate self.isDefaultVersion = isDefaultVersion self.versionId = versionId @@ -12277,8 +11900,7 @@ extension SecurityHubClientTypes { policyName: Swift.String? = nil, policyVersionList: [SecurityHubClientTypes.AwsIamPolicyVersion]? = nil, updateDate: Swift.String? = nil - ) - { + ) { self.attachmentCount = attachmentCount self.createDate = createDate self.defaultVersionId = defaultVersionId @@ -12303,8 +11925,7 @@ extension SecurityHubClientTypes { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -12346,8 +11967,7 @@ extension SecurityHubClientTypes { roleId: Swift.String? = nil, roleName: Swift.String? = nil, rolePolicyList: [SecurityHubClientTypes.AwsIamRolePolicy]? = nil - ) - { + ) { self.assumeRolePolicyDocument = assumeRolePolicyDocument self.attachedManagedPolicies = attachedManagedPolicies self.createDate = createDate @@ -12371,8 +11991,7 @@ extension SecurityHubClientTypes { public init( policyName: Swift.String? = nil - ) - { + ) { self.policyName = policyName } } @@ -12408,8 +12027,7 @@ extension SecurityHubClientTypes { userId: Swift.String? = nil, userName: Swift.String? = nil, userPolicyList: [SecurityHubClientTypes.AwsIamUserPolicy]? = nil - ) - { + ) { self.attachedManagedPolicies = attachedManagedPolicies self.createDate = createDate self.groupList = groupList @@ -12434,8 +12052,7 @@ extension SecurityHubClientTypes { public init( encryptionType: Swift.String? = nil, keyId: Swift.String? = nil - ) - { + ) { self.encryptionType = encryptionType self.keyId = keyId } @@ -12463,8 +12080,7 @@ extension SecurityHubClientTypes { retentionPeriodHours: Swift.Int? = nil, shardCount: Swift.Int? = nil, streamEncryption: SecurityHubClientTypes.AwsKinesisStreamStreamEncryptionDetails? = nil - ) - { + ) { self.arn = arn self.name = name self.retentionPeriodHours = retentionPeriodHours @@ -12514,8 +12130,7 @@ extension SecurityHubClientTypes { keyRotationStatus: Swift.Bool? = nil, keyState: Swift.String? = nil, origin: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.creationDate = creationDate self.description = description @@ -12546,8 +12161,7 @@ extension SecurityHubClientTypes { s3Key: Swift.String? = nil, s3ObjectVersion: Swift.String? = nil, zipFile: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Key = s3Key self.s3ObjectVersion = s3ObjectVersion @@ -12565,8 +12179,7 @@ extension SecurityHubClientTypes { public init( targetArn: Swift.String? = nil - ) - { + ) { self.targetArn = targetArn } } @@ -12584,8 +12197,7 @@ extension SecurityHubClientTypes { public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message } @@ -12604,8 +12216,7 @@ extension SecurityHubClientTypes { public init( error: SecurityHubClientTypes.AwsLambdaFunctionEnvironmentError? = nil, variables: [Swift.String: Swift.String]? = nil - ) - { + ) { self.error = error self.variables = variables } @@ -12624,8 +12235,7 @@ extension SecurityHubClientTypes { public init( arn: Swift.String? = nil, codeSize: Swift.Int? = nil - ) - { + ) { self.arn = arn self.codeSize = codeSize } @@ -12641,8 +12251,7 @@ extension SecurityHubClientTypes { public init( mode: Swift.String? = nil - ) - { + ) { self.mode = mode } } @@ -12663,8 +12272,7 @@ extension SecurityHubClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds self.vpcId = vpcId @@ -12738,8 +12346,7 @@ extension SecurityHubClientTypes { tracingConfig: SecurityHubClientTypes.AwsLambdaFunctionTracingConfig? = nil, version: Swift.String? = nil, vpcConfig: SecurityHubClientTypes.AwsLambdaFunctionVpcConfig? = nil - ) - { + ) { self.architectures = architectures self.code = code self.codeSha256 = codeSha256 @@ -12779,8 +12386,7 @@ extension SecurityHubClientTypes { compatibleRuntimes: [Swift.String]? = nil, createdDate: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.compatibleRuntimes = compatibleRuntimes self.createdDate = createdDate self.version = version @@ -12797,8 +12403,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -12813,8 +12418,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -12832,8 +12436,7 @@ extension SecurityHubClientTypes { public init( iam: SecurityHubClientTypes.AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails? = nil, scram: SecurityHubClientTypes.AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails? = nil - ) - { + ) { self.iam = iam self.scram = scram } @@ -12852,8 +12455,7 @@ extension SecurityHubClientTypes { public init( certificateAuthorityArnList: [Swift.String]? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.certificateAuthorityArnList = certificateAuthorityArnList self.enabled = enabled } @@ -12869,8 +12471,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -12891,8 +12492,7 @@ extension SecurityHubClientTypes { sasl: SecurityHubClientTypes.AwsMskClusterClusterInfoClientAuthenticationSaslDetails? = nil, tls: SecurityHubClientTypes.AwsMskClusterClusterInfoClientAuthenticationTlsDetails? = nil, unauthenticated: SecurityHubClientTypes.AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails? = nil - ) - { + ) { self.sasl = sasl self.tls = tls self.unauthenticated = unauthenticated @@ -12909,8 +12509,7 @@ extension SecurityHubClientTypes { public init( dataVolumeKMSKeyId: Swift.String? = nil - ) - { + ) { self.dataVolumeKMSKeyId = dataVolumeKMSKeyId } } @@ -12928,8 +12527,7 @@ extension SecurityHubClientTypes { public init( clientBroker: Swift.String? = nil, inCluster: Swift.Bool? = nil - ) - { + ) { self.clientBroker = clientBroker self.inCluster = inCluster } @@ -12948,8 +12546,7 @@ extension SecurityHubClientTypes { public init( encryptionAtRest: SecurityHubClientTypes.AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails? = nil, encryptionInTransit: SecurityHubClientTypes.AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails? = nil - ) - { + ) { self.encryptionAtRest = encryptionAtRest self.encryptionInTransit = encryptionInTransit } @@ -12980,8 +12577,7 @@ extension SecurityHubClientTypes { encryptionInfo: SecurityHubClientTypes.AwsMskClusterClusterInfoEncryptionInfoDetails? = nil, enhancedMonitoring: Swift.String? = nil, numberOfBrokerNodes: Swift.Int? = nil - ) - { + ) { self.clientAuthentication = clientAuthentication self.clusterName = clusterName self.currentVersion = currentVersion @@ -13001,8 +12597,7 @@ extension SecurityHubClientTypes { public init( clusterInfo: SecurityHubClientTypes.AwsMskClusterClusterInfoDetails? = nil - ) - { + ) { self.clusterInfo = clusterInfo } } @@ -13017,8 +12612,7 @@ extension SecurityHubClientTypes { public init( subnetId: Swift.String? = nil - ) - { + ) { self.subnetId = subnetId } } @@ -13060,8 +12654,7 @@ extension SecurityHubClientTypes { subnetChangeProtection: Swift.Bool? = nil, subnetMappings: [SecurityHubClientTypes.AwsNetworkFirewallFirewallSubnetMappingsDetails]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.deleteProtection = deleteProtection self.description = description self.firewallArn = firewallArn @@ -13085,8 +12678,7 @@ extension SecurityHubClientTypes { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -13101,8 +12693,7 @@ extension SecurityHubClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -13117,8 +12708,7 @@ extension SecurityHubClientTypes { public init( dimensions: [SecurityHubClientTypes.StatelessCustomPublishMetricActionDimension]? = nil - ) - { + ) { self.dimensions = dimensions } } @@ -13133,8 +12723,7 @@ extension SecurityHubClientTypes { public init( publishMetricAction: SecurityHubClientTypes.StatelessCustomPublishMetricAction? = nil - ) - { + ) { self.publishMetricAction = publishMetricAction } } @@ -13152,8 +12741,7 @@ extension SecurityHubClientTypes { public init( actionDefinition: SecurityHubClientTypes.StatelessCustomActionDefinition? = nil, actionName: Swift.String? = nil - ) - { + ) { self.actionDefinition = actionDefinition self.actionName = actionName } @@ -13172,8 +12760,7 @@ extension SecurityHubClientTypes { public init( priority: Swift.Int? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.priority = priority self.resourceArn = resourceArn } @@ -13201,8 +12788,7 @@ extension SecurityHubClientTypes { statelessDefaultActions: [Swift.String]? = nil, statelessFragmentDefaultActions: [Swift.String]? = nil, statelessRuleGroupReferences: [SecurityHubClientTypes.FirewallPolicyStatelessRuleGroupReferencesDetails]? = nil - ) - { + ) { self.statefulRuleGroupReferences = statefulRuleGroupReferences self.statelessCustomActions = statelessCustomActions self.statelessDefaultActions = statelessDefaultActions @@ -13233,8 +12819,7 @@ extension SecurityHubClientTypes { firewallPolicyArn: Swift.String? = nil, firewallPolicyId: Swift.String? = nil, firewallPolicyName: Swift.String? = nil - ) - { + ) { self.description = description self.firewallPolicy = firewallPolicy self.firewallPolicyArn = firewallPolicyArn @@ -13259,8 +12844,7 @@ extension SecurityHubClientTypes { generatedRulesType: Swift.String? = nil, targetTypes: [Swift.String]? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.generatedRulesType = generatedRulesType self.targetTypes = targetTypes self.targets = targets @@ -13292,8 +12876,7 @@ extension SecurityHubClientTypes { `protocol`: Swift.String? = nil, source: Swift.String? = nil, sourcePort: Swift.String? = nil - ) - { + ) { self.destination = destination self.destinationPort = destinationPort self.direction = direction @@ -13316,8 +12899,7 @@ extension SecurityHubClientTypes { public init( keyword: Swift.String? = nil, settings: [Swift.String]? = nil - ) - { + ) { self.keyword = keyword self.settings = settings } @@ -13339,8 +12921,7 @@ extension SecurityHubClientTypes { action: Swift.String? = nil, header: SecurityHubClientTypes.RuleGroupSourceStatefulRulesHeaderDetails? = nil, ruleOptions: [SecurityHubClientTypes.RuleGroupSourceStatefulRulesOptionsDetails]? = nil - ) - { + ) { self.action = action self.header = header self.ruleOptions = ruleOptions @@ -13360,8 +12941,7 @@ extension SecurityHubClientTypes { public init( actionDefinition: SecurityHubClientTypes.StatelessCustomActionDefinition? = nil, actionName: Swift.String? = nil - ) - { + ) { self.actionDefinition = actionDefinition self.actionName = actionName } @@ -13380,8 +12960,7 @@ extension SecurityHubClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -13397,8 +12976,7 @@ extension SecurityHubClientTypes { public init( addressDefinition: Swift.String? = nil - ) - { + ) { self.addressDefinition = addressDefinition } } @@ -13416,8 +12994,7 @@ extension SecurityHubClientTypes { public init( fromPort: Swift.Int? = nil, toPort: Swift.Int? = nil - ) - { + ) { self.fromPort = fromPort self.toPort = toPort } @@ -13433,8 +13010,7 @@ extension SecurityHubClientTypes { public init( addressDefinition: Swift.String? = nil - ) - { + ) { self.addressDefinition = addressDefinition } } @@ -13452,8 +13028,7 @@ extension SecurityHubClientTypes { public init( flags: [Swift.String]? = nil, masks: [Swift.String]? = nil - ) - { + ) { self.flags = flags self.masks = masks } @@ -13484,8 +13059,7 @@ extension SecurityHubClientTypes { sourcePorts: [SecurityHubClientTypes.RuleGroupSourceStatelessRuleMatchAttributesSourcePorts]? = nil, sources: [SecurityHubClientTypes.RuleGroupSourceStatelessRuleMatchAttributesSources]? = nil, tcpFlags: [SecurityHubClientTypes.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags]? = nil - ) - { + ) { self.destinationPorts = destinationPorts self.destinations = destinations self.protocols = protocols @@ -13508,8 +13082,7 @@ extension SecurityHubClientTypes { public init( actions: [Swift.String]? = nil, matchAttributes: SecurityHubClientTypes.RuleGroupSourceStatelessRuleMatchAttributes? = nil - ) - { + ) { self.actions = actions self.matchAttributes = matchAttributes } @@ -13528,8 +13101,7 @@ extension SecurityHubClientTypes { public init( priority: Swift.Int? = nil, ruleDefinition: SecurityHubClientTypes.RuleGroupSourceStatelessRuleDefinition? = nil - ) - { + ) { self.priority = priority self.ruleDefinition = ruleDefinition } @@ -13548,8 +13120,7 @@ extension SecurityHubClientTypes { public init( customActions: [SecurityHubClientTypes.RuleGroupSourceCustomActionsDetails]? = nil, statelessRules: [SecurityHubClientTypes.RuleGroupSourceStatelessRulesDetails]? = nil - ) - { + ) { self.customActions = customActions self.statelessRules = statelessRules } @@ -13574,8 +13145,7 @@ extension SecurityHubClientTypes { rulesString: Swift.String? = nil, statefulRules: [SecurityHubClientTypes.RuleGroupSourceStatefulRulesDetails]? = nil, statelessRulesAndCustomActions: SecurityHubClientTypes.RuleGroupSourceStatelessRulesAndCustomActionsDetails? = nil - ) - { + ) { self.rulesSourceList = rulesSourceList self.rulesString = rulesString self.statefulRules = statefulRules @@ -13593,8 +13163,7 @@ extension SecurityHubClientTypes { public init( definition: [Swift.String]? = nil - ) - { + ) { self.definition = definition } } @@ -13609,8 +13178,7 @@ extension SecurityHubClientTypes { public init( definition: [Swift.String]? = nil - ) - { + ) { self.definition = definition } } @@ -13628,8 +13196,7 @@ extension SecurityHubClientTypes { public init( ipSets: SecurityHubClientTypes.RuleGroupVariablesIpSetsDetails? = nil, portSets: SecurityHubClientTypes.RuleGroupVariablesPortSetsDetails? = nil - ) - { + ) { self.ipSets = ipSets self.portSets = portSets } @@ -13648,8 +13215,7 @@ extension SecurityHubClientTypes { public init( ruleVariables: SecurityHubClientTypes.RuleGroupVariables? = nil, rulesSource: SecurityHubClientTypes.RuleGroupSource? = nil - ) - { + ) { self.ruleVariables = ruleVariables self.rulesSource = rulesSource } @@ -13683,8 +13249,7 @@ extension SecurityHubClientTypes { ruleGroupId: Swift.String? = nil, ruleGroupName: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.capacity = capacity self.description = description self.ruleGroup = ruleGroup @@ -13711,8 +13276,7 @@ extension SecurityHubClientTypes { masterUserArn: Swift.String? = nil, masterUserName: Swift.String? = nil, masterUserPassword: Swift.String? = nil - ) - { + ) { self.masterUserArn = masterUserArn self.masterUserName = masterUserName self.masterUserPassword = masterUserPassword @@ -13735,8 +13299,7 @@ extension SecurityHubClientTypes { enabled: Swift.Bool? = nil, internalUserDatabaseEnabled: Swift.Bool? = nil, masterUserOptions: SecurityHubClientTypes.AwsOpenSearchServiceDomainMasterUserOptionsDetails? = nil - ) - { + ) { self.enabled = enabled self.internalUserDatabaseEnabled = internalUserDatabaseEnabled self.masterUserOptions = masterUserOptions @@ -13753,8 +13316,7 @@ extension SecurityHubClientTypes { public init( availabilityZoneCount: Swift.Int? = nil - ) - { + ) { self.availabilityZoneCount = availabilityZoneCount } } @@ -13796,8 +13358,7 @@ extension SecurityHubClientTypes { warmType: Swift.String? = nil, zoneAwarenessConfig: SecurityHubClientTypes.AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails? = nil, zoneAwarenessEnabled: Swift.Bool? = nil - ) - { + ) { self.dedicatedMasterCount = dedicatedMasterCount self.dedicatedMasterEnabled = dedicatedMasterEnabled self.dedicatedMasterType = dedicatedMasterType @@ -13833,8 +13394,7 @@ extension SecurityHubClientTypes { customEndpointEnabled: Swift.Bool? = nil, enforceHTTPS: Swift.Bool? = nil, tlsSecurityPolicy: Swift.String? = nil - ) - { + ) { self.customEndpoint = customEndpoint self.customEndpointCertificateArn = customEndpointCertificateArn self.customEndpointEnabled = customEndpointEnabled @@ -13856,8 +13416,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.enabled = enabled self.kmsKeyId = kmsKeyId } @@ -13876,8 +13435,7 @@ extension SecurityHubClientTypes { public init( cloudWatchLogsLogGroupArn: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.enabled = enabled } @@ -13899,8 +13457,7 @@ extension SecurityHubClientTypes { auditLogs: SecurityHubClientTypes.AwsOpenSearchServiceDomainLogPublishingOption? = nil, indexSlowLogs: SecurityHubClientTypes.AwsOpenSearchServiceDomainLogPublishingOption? = nil, searchSlowLogs: SecurityHubClientTypes.AwsOpenSearchServiceDomainLogPublishingOption? = nil - ) - { + ) { self.auditLogs = auditLogs self.indexSlowLogs = indexSlowLogs self.searchSlowLogs = searchSlowLogs @@ -13917,8 +13474,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -13964,8 +13520,7 @@ extension SecurityHubClientTypes { optionalDeployment: Swift.Bool? = nil, updateAvailable: Swift.Bool? = nil, updateStatus: Swift.String? = nil - ) - { + ) { self.automatedUpdateDate = automatedUpdateDate self.cancellable = cancellable self.currentVersion = currentVersion @@ -13990,8 +13545,7 @@ extension SecurityHubClientTypes { public init( securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds } @@ -14049,8 +13603,7 @@ extension SecurityHubClientTypes { nodeToNodeEncryptionOptions: SecurityHubClientTypes.AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails? = nil, serviceSoftwareOptions: SecurityHubClientTypes.AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails? = nil, vpcOptions: SecurityHubClientTypes.AwsOpenSearchServiceDomainVpcOptionsDetails? = nil - ) - { + ) { self.accessPolicies = accessPolicies self.advancedSecurityOptions = advancedSecurityOptions self.arn = arn @@ -14088,8 +13641,7 @@ extension SecurityHubClientTypes { public init( roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.status = status } @@ -14114,8 +13666,7 @@ extension SecurityHubClientTypes { dbInstanceIdentifier: Swift.String? = nil, isClusterWriter: Swift.Bool? = nil, promotionTier: Swift.Int? = nil - ) - { + ) { self.dbClusterParameterGroupStatus = dbClusterParameterGroupStatus self.dbInstanceIdentifier = dbInstanceIdentifier self.isClusterWriter = isClusterWriter @@ -14136,8 +13687,7 @@ extension SecurityHubClientTypes { public init( dbClusterOptionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.dbClusterOptionGroupName = dbClusterOptionGroupName self.status = status } @@ -14162,8 +13712,7 @@ extension SecurityHubClientTypes { fqdn: Swift.String? = nil, iamRoleName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.domain = domain self.fqdn = fqdn self.iamRoleName = iamRoleName @@ -14184,8 +13733,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -14336,8 +13884,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil, vpcSecurityGroups: [SecurityHubClientTypes.AwsRdsDbInstanceVpcSecurityGroup]? = nil - ) - { + ) { self.activityStreamStatus = activityStreamStatus self.allocatedStorage = allocatedStorage self.associatedRoles = associatedRoles @@ -14392,8 +13939,7 @@ extension SecurityHubClientTypes { public init( attributeName: Swift.String? = nil, attributeValues: [Swift.String]? = nil - ) - { + ) { self.attributeName = attributeName self.attributeValues = attributeValues } @@ -14463,8 +14009,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, storageEncrypted: Swift.Bool? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZones = availabilityZones self.clusterCreateTime = clusterCreateTime @@ -14509,8 +14054,7 @@ extension SecurityHubClientTypes { featureName: Swift.String? = nil, roleArn: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.featureName = featureName self.roleArn = roleArn self.status = status @@ -14530,8 +14074,7 @@ extension SecurityHubClientTypes { public init( dbParameterGroupName: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil - ) - { + ) { self.dbParameterGroupName = dbParameterGroupName self.parameterApplyStatus = parameterApplyStatus } @@ -14547,8 +14090,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -14569,8 +14111,7 @@ extension SecurityHubClientTypes { subnetAvailabilityZone: SecurityHubClientTypes.AwsRdsDbSubnetGroupSubnetAvailabilityZone? = nil, subnetIdentifier: Swift.String? = nil, subnetStatus: Swift.String? = nil - ) - { + ) { self.subnetAvailabilityZone = subnetAvailabilityZone self.subnetIdentifier = subnetIdentifier self.subnetStatus = subnetStatus @@ -14602,8 +14143,7 @@ extension SecurityHubClientTypes { subnetGroupStatus: Swift.String? = nil, subnets: [SecurityHubClientTypes.AwsRdsDbSubnetGroupSubnet]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSubnetGroupArn = dbSubnetGroupArn self.dbSubnetGroupDescription = dbSubnetGroupDescription self.dbSubnetGroupName = dbSubnetGroupName @@ -14629,8 +14169,7 @@ extension SecurityHubClientTypes { address: Swift.String? = nil, hostedZoneId: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.hostedZoneId = hostedZoneId self.port = port @@ -14650,8 +14189,7 @@ extension SecurityHubClientTypes { public init( optionGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.optionGroupName = optionGroupName self.status = status } @@ -14670,8 +14208,7 @@ extension SecurityHubClientTypes { public init( logTypesToDisable: [Swift.String]? = nil, logTypesToEnable: [Swift.String]? = nil - ) - { + ) { self.logTypesToDisable = logTypesToDisable self.logTypesToEnable = logTypesToEnable } @@ -14690,8 +14227,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -14749,8 +14285,7 @@ extension SecurityHubClientTypes { port: Swift.Int? = nil, processorFeatures: [SecurityHubClientTypes.AwsRdsDbProcessorFeature]? = nil, storageType: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.backupRetentionPeriod = backupRetentionPeriod self.caCertificateIdentifier = caCertificateIdentifier @@ -14788,8 +14323,7 @@ extension SecurityHubClientTypes { normal: Swift.Bool? = nil, status: Swift.String? = nil, statusType: Swift.String? = nil - ) - { + ) { self.message = message self.normal = normal self.status = status @@ -14981,8 +14515,7 @@ extension SecurityHubClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcSecurityGroups: [SecurityHubClientTypes.AwsRdsDbInstanceVpcSecurityGroup]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.associatedRoles = associatedRoles self.autoMinorVersionUpgrade = autoMinorVersionUpgrade @@ -15062,8 +14595,7 @@ extension SecurityHubClientTypes { ec2SecurityGroupName: Swift.String? = nil, ec2SecurityGroupOwnerId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.ec2SecurityGroupId = ec2SecurityGroupId self.ec2SecurityGroupName = ec2SecurityGroupName self.ec2SecurityGroupOwnerId = ec2SecurityGroupOwnerId @@ -15084,8 +14616,7 @@ extension SecurityHubClientTypes { public init( cidrIp: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.cidrIp = cidrIp self.status = status } @@ -15119,8 +14650,7 @@ extension SecurityHubClientTypes { ipRanges: [SecurityHubClientTypes.AwsRdsDbSecurityGroupIpRange]? = nil, ownerId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.dbSecurityGroupArn = dbSecurityGroupArn self.dbSecurityGroupDescription = dbSecurityGroupDescription self.dbSecurityGroupName = dbSecurityGroupName @@ -15253,8 +14783,7 @@ extension SecurityHubClientTypes { tdeCredentialArn: Swift.String? = nil, timezone: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.availabilityZone = availabilityZone self.dbInstanceIdentifier = dbInstanceIdentifier @@ -15322,8 +14851,7 @@ extension SecurityHubClientTypes { sourceType: Swift.String? = nil, status: Swift.String? = nil, subscriptionCreationTime: Swift.String? = nil - ) - { + ) { self.custSubscriptionId = custSubscriptionId self.customerAwsId = customerAwsId self.enabled = enabled @@ -15353,8 +14881,7 @@ extension SecurityHubClientTypes { nodeRole: Swift.String? = nil, privateIpAddress: Swift.String? = nil, publicIpAddress: Swift.String? = nil - ) - { + ) { self.nodeRole = nodeRole self.privateIpAddress = privateIpAddress self.publicIpAddress = publicIpAddress @@ -15377,8 +14904,7 @@ extension SecurityHubClientTypes { parameterApplyErrorDescription: Swift.String? = nil, parameterApplyStatus: Swift.String? = nil, parameterName: Swift.String? = nil - ) - { + ) { self.parameterApplyErrorDescription = parameterApplyErrorDescription self.parameterApplyStatus = parameterApplyStatus self.parameterName = parameterName @@ -15401,8 +14927,7 @@ extension SecurityHubClientTypes { clusterParameterStatusList: [SecurityHubClientTypes.AwsRedshiftClusterClusterParameterStatus]? = nil, parameterApplyStatus: Swift.String? = nil, parameterGroupName: Swift.String? = nil - ) - { + ) { self.clusterParameterStatusList = clusterParameterStatusList self.parameterApplyStatus = parameterApplyStatus self.parameterGroupName = parameterGroupName @@ -15422,8 +14947,7 @@ extension SecurityHubClientTypes { public init( clusterSecurityGroupName: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.clusterSecurityGroupName = clusterSecurityGroupName self.status = status } @@ -15448,8 +14972,7 @@ extension SecurityHubClientTypes { manualSnapshotRetentionPeriod: Swift.Int? = nil, retentionPeriod: Swift.Int? = nil, snapshotCopyGrantName: Swift.String? = nil - ) - { + ) { self.destinationRegion = destinationRegion self.manualSnapshotRetentionPeriod = manualSnapshotRetentionPeriod self.retentionPeriod = retentionPeriod @@ -15473,8 +14996,7 @@ extension SecurityHubClientTypes { deferMaintenanceEndTime: Swift.String? = nil, deferMaintenanceIdentifier: Swift.String? = nil, deferMaintenanceStartTime: Swift.String? = nil - ) - { + ) { self.deferMaintenanceEndTime = deferMaintenanceEndTime self.deferMaintenanceIdentifier = deferMaintenanceIdentifier self.deferMaintenanceStartTime = deferMaintenanceStartTime @@ -15494,8 +15016,7 @@ extension SecurityHubClientTypes { public init( elasticIp: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.elasticIp = elasticIp self.status = status } @@ -15514,8 +15035,7 @@ extension SecurityHubClientTypes { public init( address: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.address = address self.port = port } @@ -15537,8 +15057,7 @@ extension SecurityHubClientTypes { hsmClientCertificateIdentifier: Swift.String? = nil, hsmConfigurationIdentifier: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.hsmClientCertificateIdentifier = hsmClientCertificateIdentifier self.hsmConfigurationIdentifier = hsmConfigurationIdentifier self.status = status @@ -15558,8 +15077,7 @@ extension SecurityHubClientTypes { public init( applyStatus: Swift.String? = nil, iamRoleArn: Swift.String? = nil - ) - { + ) { self.applyStatus = applyStatus self.iamRoleArn = iamRoleArn } @@ -15590,8 +15108,7 @@ extension SecurityHubClientTypes { lastSuccessfulDeliveryTime: Swift.String? = nil, loggingEnabled: Swift.Bool? = nil, s3KeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.lastFailureMessage = lastFailureMessage self.lastFailureTime = lastFailureTime @@ -15641,8 +15158,7 @@ extension SecurityHubClientTypes { nodeType: Swift.String? = nil, numberOfNodes: Swift.Int? = nil, publiclyAccessible: Swift.Bool? = nil - ) - { + ) { self.automatedSnapshotRetentionPeriod = automatedSnapshotRetentionPeriod self.clusterIdentifier = clusterIdentifier self.clusterType = clusterType @@ -15670,8 +15186,7 @@ extension SecurityHubClientTypes { public init( allowCancelResize: Swift.Bool? = nil, resizeType: Swift.String? = nil - ) - { + ) { self.allowCancelResize = allowCancelResize self.resizeType = resizeType } @@ -15702,8 +15217,7 @@ extension SecurityHubClientTypes { progressInMegaBytes: Swift.Int? = nil, snapshotSizeInMegaBytes: Swift.Int? = nil, status: Swift.String? = nil - ) - { + ) { self.currentRestoreRateInMegaBytesPerSecond = currentRestoreRateInMegaBytesPerSecond self.elapsedTimeInSeconds = elapsedTimeInSeconds self.estimatedTimeToCompletionInSeconds = estimatedTimeToCompletionInSeconds @@ -15726,8 +15240,7 @@ extension SecurityHubClientTypes { public init( status: Swift.String? = nil, vpcSecurityGroupId: Swift.String? = nil - ) - { + ) { self.status = status self.vpcSecurityGroupId = vpcSecurityGroupId } @@ -15882,8 +15395,7 @@ extension SecurityHubClientTypes { snapshotScheduleState: Swift.String? = nil, vpcId: Swift.String? = nil, vpcSecurityGroups: [SecurityHubClientTypes.AwsRedshiftClusterVpcSecurityGroup]? = nil - ) - { + ) { self.allowVersionUpgrade = allowVersionUpgrade self.automatedSnapshotRetentionPeriod = automatedSnapshotRetentionPeriod self.availabilityZone = availabilityZone @@ -15941,8 +15453,7 @@ extension SecurityHubClientTypes { public init( comment: Swift.String? = nil - ) - { + ) { self.comment = comment } } @@ -15963,8 +15474,7 @@ extension SecurityHubClientTypes { config: SecurityHubClientTypes.AwsRoute53HostedZoneConfigDetails? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.config = config self.id = id self.name = name @@ -15987,8 +15497,7 @@ extension SecurityHubClientTypes { cloudWatchLogsLogGroupArn: Swift.String? = nil, hostedZoneId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn self.hostedZoneId = hostedZoneId self.id = id @@ -16005,8 +15514,7 @@ extension SecurityHubClientTypes { public init( cloudWatchLogsLogGroupArn: SecurityHubClientTypes.CloudWatchLogsLogGroupArnConfigDetails? = nil - ) - { + ) { self.cloudWatchLogsLogGroupArn = cloudWatchLogsLogGroupArn } } @@ -16024,8 +15532,7 @@ extension SecurityHubClientTypes { public init( id: Swift.String? = nil, region: Swift.String? = nil - ) - { + ) { self.id = id self.region = region } @@ -16050,8 +15557,7 @@ extension SecurityHubClientTypes { nameServers: [Swift.String]? = nil, queryLoggingConfig: SecurityHubClientTypes.AwsRoute53QueryLoggingConfigDetails? = nil, vpcs: [SecurityHubClientTypes.AwsRoute53HostedZoneVpcDetails]? = nil - ) - { + ) { self.hostedZone = hostedZone self.nameServers = nameServers self.queryLoggingConfig = queryLoggingConfig @@ -16078,8 +15584,7 @@ extension SecurityHubClientTypes { blockPublicPolicy: Swift.Bool? = nil, ignorePublicAcls: Swift.Bool? = nil, restrictPublicBuckets: Swift.Bool? = nil - ) - { + ) { self.blockPublicAcls = blockPublicAcls self.blockPublicPolicy = blockPublicPolicy self.ignorePublicAcls = ignorePublicAcls @@ -16097,8 +15602,7 @@ extension SecurityHubClientTypes { public init( vpcId: Swift.String? = nil - ) - { + ) { self.vpcId = vpcId } } @@ -16134,8 +15638,7 @@ extension SecurityHubClientTypes { networkOrigin: Swift.String? = nil, publicAccessBlockConfiguration: SecurityHubClientTypes.AwsS3AccountPublicAccessBlockDetails? = nil, vpcConfiguration: SecurityHubClientTypes.AwsS3AccessPointVpcConfigurationDetails? = nil - ) - { + ) { self.accessPointArn = accessPointArn self.alias = alias self.bucket = bucket @@ -16157,8 +15660,7 @@ extension SecurityHubClientTypes { public init( daysAfterInitiation: Swift.Int? = nil - ) - { + ) { self.daysAfterInitiation = daysAfterInitiation } } @@ -16176,8 +15678,7 @@ extension SecurityHubClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -16199,8 +15700,7 @@ extension SecurityHubClientTypes { `prefix`: Swift.String? = nil, tag: SecurityHubClientTypes.AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails? = nil, type: Swift.String? = nil - ) - { + ) { self.`prefix` = `prefix` self.tag = tag self.type = type @@ -16220,8 +15720,7 @@ extension SecurityHubClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -16246,8 +15745,7 @@ extension SecurityHubClientTypes { `prefix`: Swift.String? = nil, tag: SecurityHubClientTypes.AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails? = nil, type: Swift.String? = nil - ) - { + ) { self.operands = operands self.`prefix` = `prefix` self.tag = tag @@ -16265,8 +15763,7 @@ extension SecurityHubClientTypes { public init( predicate: SecurityHubClientTypes.AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails? = nil - ) - { + ) { self.predicate = predicate } } @@ -16284,8 +15781,7 @@ extension SecurityHubClientTypes { public init( days: Swift.Int? = nil, storageClass: Swift.String? = nil - ) - { + ) { self.days = days self.storageClass = storageClass } @@ -16317,8 +15813,7 @@ extension SecurityHubClientTypes { date: Swift.String? = nil, days: Swift.Int? = nil, storageClass: Swift.String? = nil - ) - { + ) { self.date = date self.days = days self.storageClass = storageClass @@ -16365,8 +15860,7 @@ extension SecurityHubClientTypes { `prefix`: Swift.String? = nil, status: Swift.String? = nil, transitions: [SecurityHubClientTypes.AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails]? = nil - ) - { + ) { self.abortIncompleteMultipartUpload = abortIncompleteMultipartUpload self.expirationDate = expirationDate self.expirationInDays = expirationInDays @@ -16391,8 +15885,7 @@ extension SecurityHubClientTypes { public init( rules: [SecurityHubClientTypes.AwsS3BucketBucketLifecycleConfigurationRulesDetails]? = nil - ) - { + ) { self.rules = rules } } @@ -16410,8 +15903,7 @@ extension SecurityHubClientTypes { public init( isMfaDeleteEnabled: Swift.Bool? = nil, status: Swift.String? = nil - ) - { + ) { self.isMfaDeleteEnabled = isMfaDeleteEnabled self.status = status } @@ -16430,8 +15922,7 @@ extension SecurityHubClientTypes { public init( destinationBucketName: Swift.String? = nil, logFilePrefix: Swift.String? = nil - ) - { + ) { self.destinationBucketName = destinationBucketName self.logFilePrefix = logFilePrefix } @@ -16479,8 +15970,7 @@ extension SecurityHubClientTypes { public init( name: SecurityHubClientTypes.AwsS3BucketNotificationConfigurationS3KeyFilterRuleName? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -16496,8 +15986,7 @@ extension SecurityHubClientTypes { public init( filterRules: [SecurityHubClientTypes.AwsS3BucketNotificationConfigurationS3KeyFilterRule]? = nil - ) - { + ) { self.filterRules = filterRules } } @@ -16512,8 +16001,7 @@ extension SecurityHubClientTypes { public init( s3KeyFilter: SecurityHubClientTypes.AwsS3BucketNotificationConfigurationS3KeyFilter? = nil - ) - { + ) { self.s3KeyFilter = s3KeyFilter } } @@ -16543,8 +16031,7 @@ extension SecurityHubClientTypes { events: [Swift.String]? = nil, filter: SecurityHubClientTypes.AwsS3BucketNotificationConfigurationFilter? = nil, type: Swift.String? = nil - ) - { + ) { self.destination = destination self.events = events self.filter = filter @@ -16562,8 +16049,7 @@ extension SecurityHubClientTypes { public init( configurations: [SecurityHubClientTypes.AwsS3BucketNotificationConfigurationDetail]? = nil - ) - { + ) { self.configurations = configurations } } @@ -16581,8 +16067,7 @@ extension SecurityHubClientTypes { public init( hostname: Swift.String? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.`protocol` = `protocol` } @@ -16601,8 +16086,7 @@ extension SecurityHubClientTypes { public init( httpErrorCodeReturnedEquals: Swift.String? = nil, keyPrefixEquals: Swift.String? = nil - ) - { + ) { self.httpErrorCodeReturnedEquals = httpErrorCodeReturnedEquals self.keyPrefixEquals = keyPrefixEquals } @@ -16630,8 +16114,7 @@ extension SecurityHubClientTypes { `protocol`: Swift.String? = nil, replaceKeyPrefixWith: Swift.String? = nil, replaceKeyWith: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.httpRedirectCode = httpRedirectCode self.`protocol` = `protocol` @@ -16653,8 +16136,7 @@ extension SecurityHubClientTypes { public init( condition: SecurityHubClientTypes.AwsS3BucketWebsiteConfigurationRoutingRuleCondition? = nil, redirect: SecurityHubClientTypes.AwsS3BucketWebsiteConfigurationRoutingRuleRedirect? = nil - ) - { + ) { self.condition = condition self.redirect = redirect } @@ -16679,8 +16161,7 @@ extension SecurityHubClientTypes { indexDocumentSuffix: Swift.String? = nil, redirectAllRequestsTo: SecurityHubClientTypes.AwsS3BucketWebsiteConfigurationRedirectTo? = nil, routingRules: [SecurityHubClientTypes.AwsS3BucketWebsiteConfigurationRoutingRule]? = nil - ) - { + ) { self.errorDocument = errorDocument self.indexDocumentSuffix = indexDocumentSuffix self.redirectAllRequestsTo = redirectAllRequestsTo @@ -16704,8 +16185,7 @@ extension SecurityHubClientTypes { days: Swift.Int? = nil, mode: Swift.String? = nil, years: Swift.Int? = nil - ) - { + ) { self.days = days self.mode = mode self.years = years @@ -16722,8 +16202,7 @@ extension SecurityHubClientTypes { public init( defaultRetention: SecurityHubClientTypes.AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails? = nil - ) - { + ) { self.defaultRetention = defaultRetention } } @@ -16741,8 +16220,7 @@ extension SecurityHubClientTypes { public init( objectLockEnabled: Swift.String? = nil, rule: SecurityHubClientTypes.AwsS3BucketObjectLockConfigurationRuleDetails? = nil - ) - { + ) { self.objectLockEnabled = objectLockEnabled self.rule = rule } @@ -16761,8 +16239,7 @@ extension SecurityHubClientTypes { public init( kmsMasterKeyID: Swift.String? = nil, sseAlgorithm: Swift.String? = nil - ) - { + ) { self.kmsMasterKeyID = kmsMasterKeyID self.sseAlgorithm = sseAlgorithm } @@ -16778,8 +16255,7 @@ extension SecurityHubClientTypes { public init( applyServerSideEncryptionByDefault: SecurityHubClientTypes.AwsS3BucketServerSideEncryptionByDefault? = nil - ) - { + ) { self.applyServerSideEncryptionByDefault = applyServerSideEncryptionByDefault } } @@ -16794,8 +16270,7 @@ extension SecurityHubClientTypes { public init( rules: [SecurityHubClientTypes.AwsS3BucketServerSideEncryptionRule]? = nil - ) - { + ) { self.rules = rules } } @@ -16849,8 +16324,7 @@ extension SecurityHubClientTypes { ownerName: Swift.String? = nil, publicAccessBlockConfiguration: SecurityHubClientTypes.AwsS3AccountPublicAccessBlockDetails? = nil, serverSideEncryptionConfiguration: SecurityHubClientTypes.AwsS3BucketServerSideEncryptionConfiguration? = nil - ) - { + ) { self.accessControlList = accessControlList self.bucketLifecycleConfiguration = bucketLifecycleConfiguration self.bucketLoggingConfiguration = bucketLoggingConfiguration @@ -16893,8 +16367,7 @@ extension SecurityHubClientTypes { serverSideEncryption: Swift.String? = nil, ssekmsKeyId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.eTag = eTag self.lastModified = lastModified @@ -16914,8 +16387,7 @@ extension SecurityHubClientTypes { public init( minimumInstanceMetadataServiceVersion: Swift.String? = nil - ) - { + ) { self.minimumInstanceMetadataServiceVersion = minimumInstanceMetadataServiceVersion } } @@ -16987,8 +16459,7 @@ extension SecurityHubClientTypes { subnetId: Swift.String? = nil, url: Swift.String? = nil, volumeSizeInGB: Swift.Int? = nil - ) - { + ) { self.acceleratorTypes = acceleratorTypes self.additionalCodeRepositories = additionalCodeRepositories self.defaultCodeRepository = defaultCodeRepository @@ -17022,8 +16493,7 @@ extension SecurityHubClientTypes { public init( automaticallyAfterDays: Swift.Int? = nil - ) - { + ) { self.automaticallyAfterDays = automaticallyAfterDays } } @@ -17059,8 +16529,7 @@ extension SecurityHubClientTypes { rotationLambdaArn: Swift.String? = nil, rotationOccurredWithinFrequency: Swift.Bool? = nil, rotationRules: SecurityHubClientTypes.AwsSecretsManagerSecretRotationRules? = nil - ) - { + ) { self.deleted = deleted self.description = description self.kmsKeyId = kmsKeyId @@ -17085,8 +16554,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: [Swift.String]? = nil - ) - { + ) { self.name = name self.value = value } @@ -17141,8 +16609,7 @@ extension SecurityHubClientTypes { public init( description: Swift.String? = nil, reasonCode: Swift.String? = nil - ) - { + ) { self.description = description self.reasonCode = reasonCode } @@ -17182,8 +16649,7 @@ extension SecurityHubClientTypes { securityControlParameters: [SecurityHubClientTypes.SecurityControlParameter]? = nil, status: SecurityHubClientTypes.ComplianceStatus? = nil, statusReasons: [SecurityHubClientTypes.StatusReason]? = nil - ) - { + ) { self.associatedStandards = associatedStandards self.relatedRequirements = relatedRequirements self.securityControlId = securityControlId @@ -17206,8 +16672,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, number: Swift.Int? = nil - ) - { + ) { self.name = name self.number = number } @@ -17252,8 +16717,7 @@ extension SecurityHubClientTypes { public init( direction: SecurityHubClientTypes.ConnectionDirection? = nil - ) - { + ) { self.direction = direction } } @@ -17277,8 +16741,7 @@ extension SecurityHubClientTypes { country: Swift.String? = nil, lat: Swift.Double? = nil, lon: Swift.Double? = nil - ) - { + ) { self.city = city self.country = country self.lat = lat @@ -17314,8 +16777,7 @@ extension SecurityHubClientTypes { ip: Swift.String? = nil, location: SecurityHubClientTypes.NetworkGeoLocation? = nil, port: Swift.Int? = nil - ) - { + ) { self.autonomousSystem = autonomousSystem self.connection = connection self.domain = domain @@ -17345,8 +16807,7 @@ extension SecurityHubClientTypes { title: Swift.String? = nil, type: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.title = title self.type = type @@ -17412,8 +16873,7 @@ extension SecurityHubClientTypes { title: Swift.String? = nil, type: Swift.String? = nil, updatedAt: Swift.Int? = nil - ) - { + ) { self.actorIds = actorIds self.count = count self.createdAt = createdAt @@ -17454,8 +16914,7 @@ extension SecurityHubClientTypes { sequenceIndicators: [SecurityHubClientTypes.Indicator]? = nil, signals: [SecurityHubClientTypes.Signal]? = nil, uid: Swift.String? = nil - ) - { + ) { self.actors = actors self.endpoints = endpoints self.sequenceIndicators = sequenceIndicators @@ -17474,8 +16933,7 @@ extension SecurityHubClientTypes { public init( sequence: SecurityHubClientTypes.Sequence? = nil - ) - { + ) { self.sequence = sequence } } @@ -17504,8 +16962,7 @@ extension SecurityHubClientTypes { public init( label: SecurityHubClientTypes.SeverityLabel? = nil, original: Swift.String? = nil - ) - { + ) { self.label = label self.original = original } @@ -17546,8 +17003,7 @@ extension SecurityHubClientTypes { relatedFindings: [SecurityHubClientTypes.RelatedFinding]? = nil, severity: SecurityHubClientTypes.FindingProviderSeverity? = nil, types: [Swift.String]? = nil - ) - { + ) { self.confidence = confidence self.criticality = criticality self.relatedFindings = relatedFindings @@ -17572,8 +17028,7 @@ extension SecurityHubClientTypes { description: Swift.String? = nil, labels: [Swift.String]? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.labels = labels self.name = name @@ -17700,8 +17155,7 @@ extension SecurityHubClientTypes { path: Swift.String? = nil, state: SecurityHubClientTypes.MalwareState? = nil, type: SecurityHubClientTypes.MalwareType? = nil - ) - { + ) { self.name = name self.path = path self.state = state @@ -17751,8 +17205,7 @@ extension SecurityHubClientTypes { public init( begin: Swift.Int? = nil, end: Swift.Int? = nil - ) - { + ) { self.begin = begin self.end = end } @@ -17801,8 +17254,7 @@ extension SecurityHubClientTypes { sourceIpV6: Swift.String? = nil, sourceMac: Swift.String? = nil, sourcePort: Swift.Int? = nil - ) - { + ) { self.destinationDomain = destinationDomain self.destinationIpV4 = destinationIpV4 self.destinationIpV6 = destinationIpV6 @@ -17831,8 +17283,7 @@ extension SecurityHubClientTypes { public init( address: [Swift.String]? = nil, portRanges: [SecurityHubClientTypes.PortRange]? = nil - ) - { + ) { self.address = address self.portRanges = portRanges } @@ -17854,8 +17305,7 @@ extension SecurityHubClientTypes { destination: SecurityHubClientTypes.NetworkPathComponentDetails? = nil, `protocol`: Swift.String? = nil, source: SecurityHubClientTypes.NetworkPathComponentDetails? = nil - ) - { + ) { self.destination = destination self.`protocol` = `protocol` self.source = source @@ -17881,8 +17331,7 @@ extension SecurityHubClientTypes { componentType: Swift.String? = nil, egress: SecurityHubClientTypes.NetworkHeader? = nil, ingress: SecurityHubClientTypes.NetworkHeader? = nil - ) - { + ) { self.componentId = componentId self.componentType = componentType self.egress = egress @@ -17909,8 +17358,7 @@ extension SecurityHubClientTypes { text: Swift.String? = nil, updatedAt: Swift.String? = nil, updatedBy: Swift.String? = nil - ) - { + ) { self.text = text self.updatedAt = updatedAt self.updatedBy = updatedBy @@ -17958,8 +17406,7 @@ extension SecurityHubClientTypes { operationEndTime: Swift.String? = nil, operationStartTime: Swift.String? = nil, rebootOption: Swift.String? = nil - ) - { + ) { self.failedCount = failedCount self.id = id self.installedCount = installedCount @@ -17999,8 +17446,7 @@ extension SecurityHubClientTypes { path: Swift.String? = nil, pid: Swift.Int? = nil, terminatedAt: Swift.String? = nil - ) - { + ) { self.launchedAt = launchedAt self.name = name self.parentPid = parentPid @@ -18052,8 +17498,7 @@ extension SecurityHubClientTypes { public init( text: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.text = text self.url = url } @@ -18069,8 +17514,7 @@ extension SecurityHubClientTypes { public init( recommendation: SecurityHubClientTypes.Recommendation? = nil - ) - { + ) { self.recommendation = recommendation } } @@ -18094,8 +17538,7 @@ extension SecurityHubClientTypes { column: Swift.Int? = nil, columnName: Swift.String? = nil, row: Swift.Int? = nil - ) - { + ) { self.cellReference = cellReference self.column = column self.columnName = columnName @@ -18119,8 +17562,7 @@ extension SecurityHubClientTypes { end: Swift.Int? = nil, start: Swift.Int? = nil, startColumn: Swift.Int? = nil - ) - { + ) { self.end = end self.start = start self.startColumn = startColumn @@ -18143,8 +17585,7 @@ extension SecurityHubClientTypes { lineRange: SecurityHubClientTypes.Range? = nil, offsetRange: SecurityHubClientTypes.Range? = nil, pageNumber: Swift.Int? = nil - ) - { + ) { self.lineRange = lineRange self.offsetRange = offsetRange self.pageNumber = pageNumber @@ -18164,8 +17605,7 @@ extension SecurityHubClientTypes { public init( jsonPath: Swift.String? = nil, recordIndex: Swift.Int? = nil - ) - { + ) { self.jsonPath = jsonPath self.recordIndex = recordIndex } @@ -18193,8 +17633,7 @@ extension SecurityHubClientTypes { offsetRanges: [SecurityHubClientTypes.Range]? = nil, pages: [SecurityHubClientTypes.Page]? = nil, records: [SecurityHubClientTypes.Record]? = nil - ) - { + ) { self.cells = cells self.lineRanges = lineRanges self.offsetRanges = offsetRanges @@ -18222,8 +17661,7 @@ extension SecurityHubClientTypes { count: Swift.Int? = nil, name: Swift.String? = nil, occurrences: SecurityHubClientTypes.Occurrences? = nil - ) - { + ) { self.arn = arn self.count = count self.name = name @@ -18244,8 +17682,7 @@ extension SecurityHubClientTypes { public init( detections: [SecurityHubClientTypes.CustomDataIdentifiersDetections]? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.detections = detections self.totalCount = totalCount } @@ -18267,8 +17704,7 @@ extension SecurityHubClientTypes { count: Swift.Int? = nil, occurrences: SecurityHubClientTypes.Occurrences? = nil, type: Swift.String? = nil - ) - { + ) { self.count = count self.occurrences = occurrences self.type = type @@ -18291,8 +17727,7 @@ extension SecurityHubClientTypes { category: Swift.String? = nil, detections: [SecurityHubClientTypes.SensitiveDataDetections]? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.category = category self.detections = detections self.totalCount = totalCount @@ -18312,8 +17747,7 @@ extension SecurityHubClientTypes { public init( code: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -18344,8 +17778,7 @@ extension SecurityHubClientTypes { sensitiveData: [SecurityHubClientTypes.SensitiveDataResult]? = nil, sizeClassified: Swift.Int? = nil, status: SecurityHubClientTypes.ClassificationStatus? = nil - ) - { + ) { self.additionalOccurrences = additionalOccurrences self.customDataIdentifiers = customDataIdentifiers self.mimeType = mimeType @@ -18368,8 +17801,7 @@ extension SecurityHubClientTypes { public init( detailedResultsLocation: Swift.String? = nil, result: SecurityHubClientTypes.ClassificationResult? = nil - ) - { + ) { self.detailedResultsLocation = detailedResultsLocation self.result = result } @@ -18388,8 +17820,7 @@ extension SecurityHubClientTypes { public init( endpoint: Swift.String? = nil, `protocol`: Swift.String? = nil - ) - { + ) { self.endpoint = endpoint self.`protocol` = `protocol` } @@ -18435,8 +17866,7 @@ extension SecurityHubClientTypes { sqsSuccessFeedbackRoleArn: Swift.String? = nil, subscription: [SecurityHubClientTypes.AwsSnsTopicSubscription]? = nil, topicName: Swift.String? = nil - ) - { + ) { self.applicationSuccessFeedbackRoleArn = applicationSuccessFeedbackRoleArn self.firehoseFailureFeedbackRoleArn = firehoseFailureFeedbackRoleArn self.firehoseSuccessFeedbackRoleArn = firehoseSuccessFeedbackRoleArn @@ -18470,8 +17900,7 @@ extension SecurityHubClientTypes { kmsDataKeyReusePeriodSeconds: Swift.Int? = nil, kmsMasterKeyId: Swift.String? = nil, queueName: Swift.String? = nil - ) - { + ) { self.deadLetterTargetArn = deadLetterTargetArn self.kmsDataKeyReusePeriodSeconds = kmsDataKeyReusePeriodSeconds self.kmsMasterKeyId = kmsMasterKeyId @@ -18558,8 +17987,7 @@ extension SecurityHubClientTypes { patchBaselineId: Swift.String? = nil, patchGroup: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.complianceType = complianceType self.compliantCriticalCount = compliantCriticalCount self.compliantHighCount = compliantHighCount @@ -18591,8 +18019,7 @@ extension SecurityHubClientTypes { public init( complianceSummary: SecurityHubClientTypes.AwsSsmComplianceSummary? = nil - ) - { + ) { self.complianceSummary = complianceSummary } } @@ -18607,8 +18034,7 @@ extension SecurityHubClientTypes { public init( patch: SecurityHubClientTypes.AwsSsmPatch? = nil - ) - { + ) { self.patch = patch } } @@ -18623,8 +18049,7 @@ extension SecurityHubClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -18639,8 +18064,7 @@ extension SecurityHubClientTypes { public init( cloudWatchLogsLogGroup: SecurityHubClientTypes.AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails? = nil - ) - { + ) { self.cloudWatchLogsLogGroup = cloudWatchLogsLogGroup } } @@ -18661,8 +18085,7 @@ extension SecurityHubClientTypes { destinations: [SecurityHubClientTypes.AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails]? = nil, includeExecutionData: Swift.Bool? = nil, level: Swift.String? = nil - ) - { + ) { self.destinations = destinations self.includeExecutionData = includeExecutionData self.level = level @@ -18679,8 +18102,7 @@ extension SecurityHubClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -18716,8 +18138,7 @@ extension SecurityHubClientTypes { status: Swift.String? = nil, tracingConfiguration: SecurityHubClientTypes.AwsStepFunctionStateMachineTracingConfigurationDetails? = nil, type: Swift.String? = nil - ) - { + ) { self.label = label self.loggingConfiguration = loggingConfiguration self.name = name @@ -18759,8 +18180,7 @@ extension SecurityHubClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: Swift.String? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -18792,8 +18212,7 @@ extension SecurityHubClientTypes { rateKey: Swift.String? = nil, rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.matchPredicates = matchPredicates self.metricName = metricName self.name = name @@ -18833,8 +18252,7 @@ extension SecurityHubClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: Swift.String? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -18866,8 +18284,7 @@ extension SecurityHubClientTypes { rateKey: Swift.String? = nil, rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.matchPredicates = matchPredicates self.metricName = metricName self.name = name @@ -18893,8 +18310,7 @@ extension SecurityHubClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: Swift.String? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -18920,8 +18336,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, predicateList: [SecurityHubClientTypes.AwsWafRegionalRulePredicateListDetails]? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.predicateList = predicateList @@ -18939,8 +18354,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -18964,8 +18378,7 @@ extension SecurityHubClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.action = action self.priority = priority self.ruleId = ruleId @@ -18992,8 +18405,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, ruleGroupId: Swift.String? = nil, rules: [SecurityHubClientTypes.AwsWafRegionalRuleGroupRulesDetails]? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -19011,8 +18423,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -19027,8 +18438,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -19055,8 +18465,7 @@ extension SecurityHubClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.action = action self.overrideAction = overrideAction self.priority = priority @@ -19087,8 +18496,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, rulesList: [SecurityHubClientTypes.AwsWafRegionalWebAclRulesListDetails]? = nil, webAclId: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.metricName = metricName self.name = name @@ -19113,8 +18521,7 @@ extension SecurityHubClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: Swift.String? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -19140,8 +18547,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, predicateList: [SecurityHubClientTypes.AwsWafRulePredicateListDetails]? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.predicateList = predicateList @@ -19159,8 +18565,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -19184,8 +18589,7 @@ extension SecurityHubClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.action = action self.priority = priority self.ruleId = ruleId @@ -19212,8 +18616,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, ruleGroupId: Swift.String? = nil, rules: [SecurityHubClientTypes.AwsWafRuleGroupRulesDetails]? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -19234,8 +18637,7 @@ extension SecurityHubClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -19251,8 +18653,7 @@ extension SecurityHubClientTypes { public init( insertHeaders: [SecurityHubClientTypes.AwsWafv2CustomHttpHeader]? = nil - ) - { + ) { self.insertHeaders = insertHeaders } } @@ -19267,8 +18668,7 @@ extension SecurityHubClientTypes { public init( customRequestHandling: SecurityHubClientTypes.AwsWafv2CustomRequestHandlingDetails? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -19289,8 +18689,7 @@ extension SecurityHubClientTypes { customResponseBodyKey: Swift.String? = nil, responseCode: Swift.Int? = nil, responseHeaders: [SecurityHubClientTypes.AwsWafv2CustomHttpHeader]? = nil - ) - { + ) { self.customResponseBodyKey = customResponseBodyKey self.responseCode = responseCode self.responseHeaders = responseHeaders @@ -19307,8 +18706,7 @@ extension SecurityHubClientTypes { public init( customResponse: SecurityHubClientTypes.AwsWafv2CustomResponseDetails? = nil - ) - { + ) { self.customResponse = customResponse } } @@ -19323,8 +18721,7 @@ extension SecurityHubClientTypes { public init( customRequestHandling: SecurityHubClientTypes.AwsWafv2CustomRequestHandlingDetails? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -19339,8 +18736,7 @@ extension SecurityHubClientTypes { public init( customRequestHandling: SecurityHubClientTypes.AwsWafv2CustomRequestHandlingDetails? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -19364,8 +18760,7 @@ extension SecurityHubClientTypes { block: SecurityHubClientTypes.AwsWafv2ActionBlockDetails? = nil, captcha: SecurityHubClientTypes.AwsWafv2RulesActionCaptchaDetails? = nil, count: SecurityHubClientTypes.AwsWafv2RulesActionCountDetails? = nil - ) - { + ) { self.allow = allow self.block = block self.captcha = captcha @@ -19389,8 +18784,7 @@ extension SecurityHubClientTypes { cloudWatchMetricsEnabled: Swift.Bool? = nil, metricName: Swift.String? = nil, sampledRequestsEnabled: Swift.Bool? = nil - ) - { + ) { self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.metricName = metricName self.sampledRequestsEnabled = sampledRequestsEnabled @@ -19419,8 +18813,7 @@ extension SecurityHubClientTypes { overrideAction: Swift.String? = nil, priority: Swift.Int? = nil, visibilityConfig: SecurityHubClientTypes.AwsWafv2VisibilityConfigDetails? = nil - ) - { + ) { self.action = action self.name = name self.overrideAction = overrideAction @@ -19460,8 +18853,7 @@ extension SecurityHubClientTypes { rules: [SecurityHubClientTypes.AwsWafv2RulesDetails]? = nil, scope: Swift.String? = nil, visibilityConfig: SecurityHubClientTypes.AwsWafv2VisibilityConfigDetails? = nil - ) - { + ) { self.arn = arn self.capacity = capacity self.description = description @@ -19483,8 +18875,7 @@ extension SecurityHubClientTypes { public init( immunityTime: Swift.Int? = nil - ) - { + ) { self.immunityTime = immunityTime } } @@ -19499,8 +18890,7 @@ extension SecurityHubClientTypes { public init( immunityTimeProperty: SecurityHubClientTypes.AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails? = nil - ) - { + ) { self.immunityTimeProperty = immunityTimeProperty } } @@ -19518,8 +18908,7 @@ extension SecurityHubClientTypes { public init( allow: SecurityHubClientTypes.AwsWafv2ActionAllowDetails? = nil, block: SecurityHubClientTypes.AwsWafv2ActionBlockDetails? = nil - ) - { + ) { self.allow = allow self.block = block } @@ -19562,8 +18951,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, rules: [SecurityHubClientTypes.AwsWafv2RulesDetails]? = nil, visibilityConfig: SecurityHubClientTypes.AwsWafv2VisibilityConfigDetails? = nil - ) - { + ) { self.arn = arn self.capacity = capacity self.captchaConfig = captchaConfig @@ -19593,8 +18981,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -19609,8 +18996,7 @@ extension SecurityHubClientTypes { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -19625,8 +19011,7 @@ extension SecurityHubClientTypes { public init( type: Swift.String? = nil - ) - { + ) { self.type = type } } @@ -19656,8 +19041,7 @@ extension SecurityHubClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.action = action self.excludedRules = excludedRules self.overrideAction = overrideAction @@ -19686,8 +19070,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, rules: [SecurityHubClientTypes.AwsWafWebAclRule]? = nil, webAclId: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.name = name self.rules = rules @@ -19711,8 +19094,7 @@ extension SecurityHubClientTypes { keyId: Swift.String? = nil, status: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.keyId = keyId self.status = status self.type = type @@ -19732,8 +19114,7 @@ extension SecurityHubClientTypes { public init( mountPath: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.mountPath = mountPath self.name = name } @@ -19767,8 +19148,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, privileged: Swift.Bool? = nil, volumeMounts: [SecurityHubClientTypes.VolumeMount]? = nil - ) - { + ) { self.containerRuntime = containerRuntime self.imageId = imageId self.imageName = imageName @@ -20087,8 +19467,7 @@ extension SecurityHubClientTypes { awsXrayEncryptionConfig: SecurityHubClientTypes.AwsXrayEncryptionConfigDetails? = nil, container: SecurityHubClientTypes.ContainerDetails? = nil, other: [Swift.String: Swift.String]? = nil - ) - { + ) { self.awsAmazonMqBroker = awsAmazonMqBroker self.awsApiGatewayRestApi = awsApiGatewayRestApi self.awsApiGatewayStage = awsApiGatewayStage @@ -20262,8 +19641,7 @@ extension SecurityHubClientTypes { resourceRole: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.applicationName = applicationName self.dataClassification = dataClassification @@ -20329,8 +19707,7 @@ extension SecurityHubClientTypes { normalized: Swift.Int? = nil, original: Swift.String? = nil, product: Swift.Double? = nil - ) - { + ) { self.label = label self.normalized = normalized self.original = original @@ -20460,8 +19837,7 @@ extension SecurityHubClientTypes { sourceUrl: Swift.String? = nil, type: SecurityHubClientTypes.ThreatIntelIndicatorType? = nil, value: Swift.String? = nil - ) - { + ) { self.category = category self.lastObservedAt = lastObservedAt self.source = source @@ -20490,8 +19866,7 @@ extension SecurityHubClientTypes { filePath: Swift.String? = nil, hash: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.fileName = fileName self.filePath = filePath self.hash = hash @@ -20518,8 +19893,7 @@ extension SecurityHubClientTypes { itemCount: Swift.Int? = nil, name: Swift.String? = nil, severity: Swift.String? = nil - ) - { + ) { self.filePaths = filePaths self.itemCount = itemCount self.name = name @@ -20546,8 +19920,7 @@ extension SecurityHubClientTypes { fileName: Swift.String? = nil, filePath: Swift.String? = nil, startLine: Swift.Int? = nil - ) - { + ) { self.endLine = endLine self.fileName = fileName self.filePath = filePath @@ -20571,8 +19944,7 @@ extension SecurityHubClientTypes { cwes: [Swift.String]? = nil, filePath: SecurityHubClientTypes.CodeVulnerabilitiesFilePath? = nil, sourceArn: Swift.String? = nil - ) - { + ) { self.cwes = cwes self.filePath = filePath self.sourceArn = sourceArn @@ -20601,8 +19973,7 @@ extension SecurityHubClientTypes { baseVector: Swift.String? = nil, source: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.adjustments = adjustments self.baseScore = baseScore self.baseVector = baseVector @@ -20695,8 +20066,7 @@ extension SecurityHubClientTypes { vendorCreatedAt: Swift.String? = nil, vendorSeverity: Swift.String? = nil, vendorUpdatedAt: Swift.String? = nil - ) - { + ) { self.name = name self.url = url self.vendorCreatedAt = vendorCreatedAt @@ -20745,8 +20115,7 @@ extension SecurityHubClientTypes { sourceLayerArn: Swift.String? = nil, sourceLayerHash: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.architecture = architecture self.epoch = epoch self.filePath = filePath @@ -20808,8 +20177,7 @@ extension SecurityHubClientTypes { relatedVulnerabilities: [Swift.String]? = nil, vendor: SecurityHubClientTypes.VulnerabilityVendor? = nil, vulnerablePackages: [SecurityHubClientTypes.SoftwarePackage]? = nil - ) - { + ) { self.codeVulnerabilities = codeVulnerabilities self.cvss = cvss self.epssScore = epssScore @@ -20849,8 +20217,7 @@ extension SecurityHubClientTypes { public init( status: SecurityHubClientTypes.WorkflowStatus? = nil - ) - { + ) { self.status = status } } @@ -21047,8 +20414,7 @@ extension SecurityHubClientTypes { vulnerabilities: [SecurityHubClientTypes.Vulnerability]? = nil, workflow: SecurityHubClientTypes.Workflow? = nil, workflowState: SecurityHubClientTypes.WorkflowState? = nil - ) - { + ) { self.action = action self.awsAccountId = awsAccountId self.awsAccountName = awsAccountName @@ -21107,8 +20473,7 @@ extension SecurityHubClientTypes { public init( value: Swift.String? = nil - ) - { + ) { self.value = value } } @@ -21123,8 +20488,7 @@ extension SecurityHubClientTypes { public init( cidr: Swift.String? = nil - ) - { + ) { self.cidr = cidr } } @@ -21139,8 +20503,7 @@ extension SecurityHubClientTypes { public init( value: Swift.Bool? = nil - ) - { + ) { self.value = value } } @@ -21497,8 +20860,7 @@ extension SecurityHubClientTypes { vulnerabilitiesFixAvailable: [SecurityHubClientTypes.StringFilter]? = nil, workflowState: [SecurityHubClientTypes.StringFilter]? = nil, workflowStatus: [SecurityHubClientTypes.StringFilter]? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.awsAccountName = awsAccountName self.companyName = companyName @@ -21621,8 +20983,7 @@ extension SecurityHubClientTypes { public init( id: Swift.String? = nil, productArn: Swift.String? = nil - ) - { + ) { self.id = id self.productArn = productArn } @@ -21636,8 +20997,7 @@ public struct BatchDeleteAutomationRulesInput: Swift.Sendable { public init( automationRulesArns: [Swift.String]? = nil - ) - { + ) { self.automationRulesArns = automationRulesArns } } @@ -21657,8 +21017,7 @@ extension SecurityHubClientTypes { errorCode: Swift.Int? = nil, errorMessage: Swift.String? = nil, ruleArn: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.ruleArn = ruleArn @@ -21675,8 +21034,7 @@ public struct BatchDeleteAutomationRulesOutput: Swift.Sendable { public init( processedAutomationRules: [Swift.String]? = nil, unprocessedAutomationRules: [SecurityHubClientTypes.UnprocessedAutomationRule]? = nil - ) - { + ) { self.processedAutomationRules = processedAutomationRules self.unprocessedAutomationRules = unprocessedAutomationRules } @@ -21689,8 +21047,7 @@ public struct BatchDisableStandardsInput: Swift.Sendable { public init( standardsSubscriptionArns: [Swift.String]? = nil - ) - { + ) { self.standardsSubscriptionArns = standardsSubscriptionArns } } @@ -21772,8 +21129,7 @@ extension SecurityHubClientTypes { public init( statusReasonCode: SecurityHubClientTypes.StatusReasonCode? = nil - ) - { + ) { self.statusReasonCode = statusReasonCode } } @@ -21814,8 +21170,7 @@ extension SecurityHubClientTypes { standardsStatus: SecurityHubClientTypes.StandardsStatus? = nil, standardsStatusReason: SecurityHubClientTypes.StandardsStatusReason? = nil, standardsSubscriptionArn: Swift.String? = nil - ) - { + ) { self.standardsArn = standardsArn self.standardsInput = standardsInput self.standardsStatus = standardsStatus @@ -21831,8 +21186,7 @@ public struct BatchDisableStandardsOutput: Swift.Sendable { public init( standardsSubscriptions: [SecurityHubClientTypes.StandardsSubscription]? = nil - ) - { + ) { self.standardsSubscriptions = standardsSubscriptions } } @@ -21850,8 +21204,7 @@ extension SecurityHubClientTypes { public init( standardsArn: Swift.String? = nil, standardsInput: [Swift.String: Swift.String]? = nil - ) - { + ) { self.standardsArn = standardsArn self.standardsInput = standardsInput } @@ -21865,8 +21218,7 @@ public struct BatchEnableStandardsInput: Swift.Sendable { public init( standardsSubscriptionRequests: [SecurityHubClientTypes.StandardsSubscriptionRequest]? = nil - ) - { + ) { self.standardsSubscriptionRequests = standardsSubscriptionRequests } } @@ -21877,8 +21229,7 @@ public struct BatchEnableStandardsOutput: Swift.Sendable { public init( standardsSubscriptions: [SecurityHubClientTypes.StandardsSubscription]? = nil - ) - { + ) { self.standardsSubscriptions = standardsSubscriptions } } @@ -21890,8 +21241,7 @@ public struct BatchGetAutomationRulesInput: Swift.Sendable { public init( automationRulesArns: [Swift.String]? = nil - ) - { + ) { self.automationRulesArns = automationRulesArns } } @@ -21905,8 +21255,7 @@ public struct BatchGetAutomationRulesOutput: Swift.Sendable { public init( rules: [SecurityHubClientTypes.AutomationRulesConfig]? = nil, unprocessedAutomationRules: [SecurityHubClientTypes.UnprocessedAutomationRule]? = nil - ) - { + ) { self.rules = rules self.unprocessedAutomationRules = unprocessedAutomationRules } @@ -21935,8 +21284,7 @@ extension SecurityHubClientTypes { public init( target: SecurityHubClientTypes.Target? = nil - ) - { + ) { self.target = target } } @@ -21949,8 +21297,7 @@ public struct BatchGetConfigurationPolicyAssociationsInput: Swift.Sendable { public init( configurationPolicyAssociationIdentifiers: [SecurityHubClientTypes.ConfigurationPolicyAssociation]? = nil - ) - { + ) { self.configurationPolicyAssociationIdentifiers = configurationPolicyAssociationIdentifiers } } @@ -22014,8 +21361,7 @@ extension SecurityHubClientTypes { targetId: Swift.String? = nil, targetType: SecurityHubClientTypes.TargetType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.associationStatus = associationStatus self.associationStatusMessage = associationStatusMessage self.associationType = associationType @@ -22042,8 +21388,7 @@ extension SecurityHubClientTypes { configurationPolicyAssociationIdentifiers: SecurityHubClientTypes.ConfigurationPolicyAssociation? = nil, errorCode: Swift.String? = nil, errorReason: Swift.String? = nil - ) - { + ) { self.configurationPolicyAssociationIdentifiers = configurationPolicyAssociationIdentifiers self.errorCode = errorCode self.errorReason = errorReason @@ -22060,8 +21405,7 @@ public struct BatchGetConfigurationPolicyAssociationsOutput: Swift.Sendable { public init( configurationPolicyAssociations: [SecurityHubClientTypes.ConfigurationPolicyAssociationSummary]? = nil, unprocessedConfigurationPolicyAssociations: [SecurityHubClientTypes.UnprocessedConfigurationPolicyAssociation]? = nil - ) - { + ) { self.configurationPolicyAssociations = configurationPolicyAssociations self.unprocessedConfigurationPolicyAssociations = unprocessedConfigurationPolicyAssociations } @@ -22074,8 +21418,7 @@ public struct BatchGetSecurityControlsInput: Swift.Sendable { public init( securityControlIds: [Swift.String]? = nil - ) - { + ) { self.securityControlIds = securityControlIds } } @@ -22146,8 +21489,7 @@ extension SecurityHubClientTypes { public init( value: SecurityHubClientTypes.ParameterValue? = nil, valueType: SecurityHubClientTypes.ParameterValueType? = nil - ) - { + ) { self.value = value self.valueType = valueType } @@ -22290,8 +21632,7 @@ extension SecurityHubClientTypes { severityRating: SecurityHubClientTypes.SeverityRating? = nil, title: Swift.String? = nil, updateStatus: SecurityHubClientTypes.UpdateStatus? = nil - ) - { + ) { self.description = description self.lastUpdateReason = lastUpdateReason self.parameters = parameters @@ -22358,8 +21699,7 @@ extension SecurityHubClientTypes { errorCode: SecurityHubClientTypes.UnprocessedErrorCode? = nil, errorReason: Swift.String? = nil, securityControlId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorReason = errorReason self.securityControlId = securityControlId @@ -22377,8 +21717,7 @@ public struct BatchGetSecurityControlsOutput: Swift.Sendable { public init( securityControls: [SecurityHubClientTypes.SecurityControl]? = nil, unprocessedIds: [SecurityHubClientTypes.UnprocessedSecurityControl]? = nil - ) - { + ) { self.securityControls = securityControls self.unprocessedIds = unprocessedIds } @@ -22398,8 +21737,7 @@ extension SecurityHubClientTypes { public init( securityControlId: Swift.String? = nil, standardsArn: Swift.String? = nil - ) - { + ) { self.securityControlId = securityControlId self.standardsArn = standardsArn } @@ -22413,8 +21751,7 @@ public struct BatchGetStandardsControlAssociationsInput: Swift.Sendable { public init( standardsControlAssociationIds: [SecurityHubClientTypes.StandardsControlAssociationId]? = nil - ) - { + ) { self.standardsControlAssociationIds = standardsControlAssociationIds } } @@ -22459,8 +21796,7 @@ extension SecurityHubClientTypes { standardsControlTitle: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedReason: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.relatedRequirements = relatedRequirements self.securityControlArn = securityControlArn @@ -22492,8 +21828,7 @@ extension SecurityHubClientTypes { errorCode: SecurityHubClientTypes.UnprocessedErrorCode? = nil, errorReason: Swift.String? = nil, standardsControlAssociationId: SecurityHubClientTypes.StandardsControlAssociationId? = nil - ) - { + ) { self.errorCode = errorCode self.errorReason = errorReason self.standardsControlAssociationId = standardsControlAssociationId @@ -22511,8 +21846,7 @@ public struct BatchGetStandardsControlAssociationsOutput: Swift.Sendable { public init( standardsControlAssociationDetails: [SecurityHubClientTypes.StandardsControlAssociationDetail]? = nil, unprocessedAssociations: [SecurityHubClientTypes.UnprocessedStandardsControlAssociation]? = nil - ) - { + ) { self.standardsControlAssociationDetails = standardsControlAssociationDetails self.unprocessedAssociations = unprocessedAssociations } @@ -22525,8 +21859,7 @@ public struct BatchImportFindingsInput: Swift.Sendable { public init( findings: [SecurityHubClientTypes.AwsSecurityFinding]? = nil - ) - { + ) { self.findings = findings } } @@ -22549,8 +21882,7 @@ extension SecurityHubClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.id = id @@ -22572,8 +21904,7 @@ public struct BatchImportFindingsOutput: Swift.Sendable { failedCount: Swift.Int? = nil, failedFindings: [SecurityHubClientTypes.ImportFindingsError]? = nil, successCount: Swift.Int? = nil - ) - { + ) { self.failedCount = failedCount self.failedFindings = failedFindings self.successCount = successCount @@ -22611,8 +21942,7 @@ extension SecurityHubClientTypes { ruleName: Swift.String? = nil, ruleOrder: Swift.Int? = nil, ruleStatus: SecurityHubClientTypes.RuleStatus? = nil - ) - { + ) { self.actions = actions self.criteria = criteria self.description = description @@ -22632,8 +21962,7 @@ public struct BatchUpdateAutomationRulesInput: Swift.Sendable { public init( updateAutomationRulesRequestItems: [SecurityHubClientTypes.UpdateAutomationRulesRequestItem]? = nil - ) - { + ) { self.updateAutomationRulesRequestItems = updateAutomationRulesRequestItems } } @@ -22647,8 +21976,7 @@ public struct BatchUpdateAutomationRulesOutput: Swift.Sendable { public init( processedAutomationRules: [Swift.String]? = nil, unprocessedAutomationRules: [SecurityHubClientTypes.UnprocessedAutomationRule]? = nil - ) - { + ) { self.processedAutomationRules = processedAutomationRules self.unprocessedAutomationRules = unprocessedAutomationRules } @@ -22706,8 +22034,7 @@ public struct BatchUpdateFindingsInput: Swift.Sendable { userDefinedFields: [Swift.String: Swift.String]? = nil, verificationState: SecurityHubClientTypes.VerificationState? = nil, workflow: SecurityHubClientTypes.WorkflowUpdate? = nil - ) - { + ) { self.confidence = confidence self.criticality = criticality self.findingIdentifiers = findingIdentifiers @@ -22763,8 +22090,7 @@ extension SecurityHubClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, findingIdentifier: SecurityHubClientTypes.AwsSecurityFindingIdentifier? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.findingIdentifier = findingIdentifier @@ -22783,8 +22109,7 @@ public struct BatchUpdateFindingsOutput: Swift.Sendable { public init( processedFindings: [SecurityHubClientTypes.AwsSecurityFindingIdentifier]? = nil, unprocessedFindings: [SecurityHubClientTypes.BatchUpdateFindingsUnprocessedFinding]? = nil - ) - { + ) { self.processedFindings = processedFindings self.unprocessedFindings = unprocessedFindings } @@ -22811,8 +22136,7 @@ extension SecurityHubClientTypes { securityControlId: Swift.String? = nil, standardsArn: Swift.String? = nil, updatedReason: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.securityControlId = securityControlId self.standardsArn = standardsArn @@ -22828,8 +22152,7 @@ public struct BatchUpdateStandardsControlAssociationsInput: Swift.Sendable { public init( standardsControlAssociationUpdates: [SecurityHubClientTypes.StandardsControlAssociationUpdate]? = nil - ) - { + ) { self.standardsControlAssociationUpdates = standardsControlAssociationUpdates } } @@ -22851,8 +22174,7 @@ extension SecurityHubClientTypes { errorCode: SecurityHubClientTypes.UnprocessedErrorCode? = nil, errorReason: Swift.String? = nil, standardsControlAssociationUpdate: SecurityHubClientTypes.StandardsControlAssociationUpdate? = nil - ) - { + ) { self.errorCode = errorCode self.errorReason = errorReason self.standardsControlAssociationUpdate = standardsControlAssociationUpdate @@ -22866,8 +22188,7 @@ public struct BatchUpdateStandardsControlAssociationsOutput: Swift.Sendable { public init( unprocessedAssociationUpdates: [SecurityHubClientTypes.UnprocessedStandardsControlAssociationUpdate]? = nil - ) - { + ) { self.unprocessedAssociationUpdates = unprocessedAssociationUpdates } } @@ -22881,8 +22202,7 @@ extension SecurityHubClientTypes { public init( defaultValue: Swift.Bool? = nil - ) - { + ) { self.defaultValue = defaultValue } } @@ -22903,8 +22223,7 @@ extension SecurityHubClientTypes { defaultValue: Swift.Double? = nil, max: Swift.Double? = nil, min: Swift.Double? = nil - ) - { + ) { self.defaultValue = defaultValue self.max = max self.min = min @@ -22924,8 +22243,7 @@ extension SecurityHubClientTypes { public init( allowedValues: [Swift.String]? = nil, defaultValue: Swift.String? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue } @@ -22947,8 +22265,7 @@ extension SecurityHubClientTypes { allowedValues: [Swift.String]? = nil, defaultValue: [Swift.String]? = nil, maxItems: Swift.Int? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue self.maxItems = maxItems @@ -22971,8 +22288,7 @@ extension SecurityHubClientTypes { defaultValue: Swift.Int? = nil, max: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.defaultValue = defaultValue self.max = max self.min = min @@ -22998,8 +22314,7 @@ extension SecurityHubClientTypes { max: Swift.Int? = nil, maxItems: Swift.Int? = nil, min: Swift.Int? = nil - ) - { + ) { self.defaultValue = defaultValue self.max = max self.maxItems = maxItems @@ -23023,8 +22338,7 @@ extension SecurityHubClientTypes { defaultValue: Swift.String? = nil, expressionDescription: Swift.String? = nil, re2Expression: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.expressionDescription = expressionDescription self.re2Expression = re2Expression @@ -23050,8 +22364,7 @@ extension SecurityHubClientTypes { expressionDescription: Swift.String? = nil, maxItems: Swift.Int? = nil, re2Expression: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.expressionDescription = expressionDescription self.maxItems = maxItems @@ -23108,8 +22421,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, serviceEnabled: Swift.Bool? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -23169,8 +22481,7 @@ public struct ResourceConflictException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -23191,8 +22502,7 @@ public struct CreateActionTargetInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.id = id self.name = name @@ -23206,8 +22516,7 @@ public struct CreateActionTargetOutput: Swift.Sendable { public init( actionTargetArn: Swift.String? = nil - ) - { + ) { self.actionTargetArn = actionTargetArn } } @@ -23244,8 +22553,7 @@ public struct CreateAutomationRuleInput: Swift.Sendable { ruleOrder: Swift.Int? = nil, ruleStatus: SecurityHubClientTypes.RuleStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.actions = actions self.criteria = criteria self.description = description @@ -23263,8 +22571,7 @@ public struct CreateAutomationRuleOutput: Swift.Sendable { public init( ruleArn: Swift.String? = nil - ) - { + ) { self.ruleArn = ruleArn } } @@ -23281,8 +22588,7 @@ extension SecurityHubClientTypes { public init( parameters: [Swift.String: SecurityHubClientTypes.ParameterConfiguration]? = nil, securityControlId: Swift.String? = nil - ) - { + ) { self.parameters = parameters self.securityControlId = securityControlId } @@ -23304,8 +22610,7 @@ extension SecurityHubClientTypes { disabledSecurityControlIdentifiers: [Swift.String]? = nil, enabledSecurityControlIdentifiers: [Swift.String]? = nil, securityControlCustomParameters: [SecurityHubClientTypes.SecurityControlCustomParameter]? = nil - ) - { + ) { self.disabledSecurityControlIdentifiers = disabledSecurityControlIdentifiers self.enabledSecurityControlIdentifiers = enabledSecurityControlIdentifiers self.securityControlCustomParameters = securityControlCustomParameters @@ -23328,8 +22633,7 @@ extension SecurityHubClientTypes { enabledStandardIdentifiers: [Swift.String]? = nil, securityControlsConfiguration: SecurityHubClientTypes.SecurityControlsConfiguration? = nil, serviceEnabled: Swift.Bool? = nil - ) - { + ) { self.enabledStandardIdentifiers = enabledStandardIdentifiers self.securityControlsConfiguration = securityControlsConfiguration self.serviceEnabled = serviceEnabled @@ -23364,8 +22668,7 @@ public struct CreateConfigurationPolicyInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.configurationPolicy = configurationPolicy self.description = description self.name = name @@ -23397,8 +22700,7 @@ public struct CreateConfigurationPolicyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.configurationPolicy = configurationPolicy self.createdAt = createdAt @@ -23427,8 +22729,7 @@ public struct CreateFindingAggregatorInput: Swift.Sendable { public init( regionLinkingMode: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.regionLinkingMode = regionLinkingMode self.regions = regions } @@ -23449,8 +22750,7 @@ public struct CreateFindingAggregatorOutput: Swift.Sendable { findingAggregatorArn: Swift.String? = nil, regionLinkingMode: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.findingAggregationRegion = findingAggregationRegion self.findingAggregatorArn = findingAggregatorArn self.regionLinkingMode = regionLinkingMode @@ -23473,8 +22773,7 @@ public struct CreateInsightInput: Swift.Sendable { filters: SecurityHubClientTypes.AwsSecurityFindingFilters? = nil, groupByAttribute: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.filters = filters self.groupByAttribute = groupByAttribute self.name = name @@ -23488,8 +22787,7 @@ public struct CreateInsightOutput: Swift.Sendable { public init( insightArn: Swift.String? = nil - ) - { + ) { self.insightArn = insightArn } } @@ -23501,8 +22799,7 @@ public struct CreateMembersInput: Swift.Sendable { public init( accountDetails: [SecurityHubClientTypes.AccountDetails]? = nil - ) - { + ) { self.accountDetails = accountDetails } } @@ -23519,8 +22816,7 @@ extension SecurityHubClientTypes { public init( accountId: Swift.String? = nil, processingResult: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.processingResult = processingResult } @@ -23533,8 +22829,7 @@ public struct CreateMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -23572,8 +22867,7 @@ public struct DeclineInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -23584,8 +22878,7 @@ public struct DeclineInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -23597,8 +22890,7 @@ public struct DeleteActionTargetInput: Swift.Sendable { public init( actionTargetArn: Swift.String? = nil - ) - { + ) { self.actionTargetArn = actionTargetArn } } @@ -23610,8 +22902,7 @@ public struct DeleteActionTargetOutput: Swift.Sendable { public init( actionTargetArn: Swift.String? = nil - ) - { + ) { self.actionTargetArn = actionTargetArn } } @@ -23623,8 +22914,7 @@ public struct DeleteConfigurationPolicyInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -23641,8 +22931,7 @@ public struct DeleteFindingAggregatorInput: Swift.Sendable { public init( findingAggregatorArn: Swift.String? = nil - ) - { + ) { self.findingAggregatorArn = findingAggregatorArn } } @@ -23659,8 +22948,7 @@ public struct DeleteInsightInput: Swift.Sendable { public init( insightArn: Swift.String? = nil - ) - { + ) { self.insightArn = insightArn } } @@ -23672,8 +22960,7 @@ public struct DeleteInsightOutput: Swift.Sendable { public init( insightArn: Swift.String? = nil - ) - { + ) { self.insightArn = insightArn } } @@ -23685,8 +22972,7 @@ public struct DeleteInvitationsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -23697,8 +22983,7 @@ public struct DeleteInvitationsOutput: Swift.Sendable { public init( unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -23710,8 +22995,7 @@ public struct DeleteMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -23722,8 +23006,7 @@ public struct DeleteMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -23740,8 +23023,7 @@ public struct DescribeActionTargetsInput: Swift.Sendable { actionTargetArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionTargetArns = actionTargetArns self.maxResults = maxResults self.nextToken = nextToken @@ -23758,8 +23040,7 @@ public struct DescribeActionTargetsOutput: Swift.Sendable { public init( actionTargets: [SecurityHubClientTypes.ActionTarget]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.actionTargets = actionTargets self.nextToken = nextToken } @@ -23771,8 +23052,7 @@ public struct DescribeHubInput: Swift.Sendable { public init( hubArn: Swift.String? = nil - ) - { + ) { self.hubArn = hubArn } } @@ -23792,8 +23072,7 @@ public struct DescribeHubOutput: Swift.Sendable { controlFindingGenerator: SecurityHubClientTypes.ControlFindingGenerator? = nil, hubArn: Swift.String? = nil, subscribedAt: Swift.String? = nil - ) - { + ) { self.autoEnableControls = autoEnableControls self.controlFindingGenerator = controlFindingGenerator self.hubArn = hubArn @@ -23882,8 +23161,7 @@ extension SecurityHubClientTypes { configurationType: SecurityHubClientTypes.OrganizationConfigurationConfigurationType? = nil, status: SecurityHubClientTypes.OrganizationConfigurationStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.configurationType = configurationType self.status = status self.statusMessage = statusMessage @@ -23906,8 +23184,7 @@ public struct DescribeOrganizationConfigurationOutput: Swift.Sendable { autoEnableStandards: SecurityHubClientTypes.AutoEnableStandards? = nil, memberAccountLimitReached: Swift.Bool? = nil, organizationConfiguration: SecurityHubClientTypes.OrganizationConfiguration? = nil - ) - { + ) { self.autoEnable = autoEnable self.autoEnableStandards = autoEnableStandards self.memberAccountLimitReached = memberAccountLimitReached @@ -23927,8 +23204,7 @@ public struct DescribeProductsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, productArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.productArn = productArn @@ -24007,8 +23283,7 @@ extension SecurityHubClientTypes { productArn: Swift.String? = nil, productName: Swift.String? = nil, productSubscriptionResourcePolicy: Swift.String? = nil - ) - { + ) { self.activationUrl = activationUrl self.categories = categories self.companyName = companyName @@ -24032,8 +23307,7 @@ public struct DescribeProductsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, products: [SecurityHubClientTypes.Product]? = nil - ) - { + ) { self.nextToken = nextToken self.products = products } @@ -24048,8 +23322,7 @@ public struct DescribeStandardsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -24067,8 +23340,7 @@ extension SecurityHubClientTypes { public init( company: Swift.String? = nil, product: Swift.String? = nil - ) - { + ) { self.company = company self.product = product } @@ -24096,8 +23368,7 @@ extension SecurityHubClientTypes { name: Swift.String? = nil, standardsArn: Swift.String? = nil, standardsManagedBy: SecurityHubClientTypes.StandardsManagedBy? = nil - ) - { + ) { self.description = description self.enabledByDefault = enabledByDefault self.name = name @@ -24116,8 +23387,7 @@ public struct DescribeStandardsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, standards: [SecurityHubClientTypes.Standard]? = nil - ) - { + ) { self.nextToken = nextToken self.standards = standards } @@ -24136,8 +23406,7 @@ public struct DescribeStandardsControlsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, standardsSubscriptionArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.standardsSubscriptionArn = standardsSubscriptionArn @@ -24180,8 +23449,7 @@ extension SecurityHubClientTypes { severityRating: SecurityHubClientTypes.SeverityRating? = nil, standardsControlArn: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.controlId = controlId self.controlStatus = controlStatus self.controlStatusUpdatedAt = controlStatusUpdatedAt @@ -24205,8 +23473,7 @@ public struct DescribeStandardsControlsOutput: Swift.Sendable { public init( controls: [SecurityHubClientTypes.StandardsControl]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.controls = controls self.nextToken = nextToken } @@ -24219,8 +23486,7 @@ public struct DisableImportFindingsForProductInput: Swift.Sendable { public init( productSubscriptionArn: Swift.String? = nil - ) - { + ) { self.productSubscriptionArn = productSubscriptionArn } } @@ -24237,8 +23503,7 @@ public struct DisableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -24285,8 +23550,7 @@ public struct DisassociateMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -24303,8 +23567,7 @@ public struct EnableImportFindingsForProductInput: Swift.Sendable { public init( productArn: Swift.String? = nil - ) - { + ) { self.productArn = productArn } } @@ -24315,8 +23578,7 @@ public struct EnableImportFindingsForProductOutput: Swift.Sendable { public init( productSubscriptionArn: Swift.String? = nil - ) - { + ) { self.productSubscriptionArn = productSubscriptionArn } } @@ -24328,8 +23590,7 @@ public struct EnableOrganizationAdminAccountInput: Swift.Sendable { public init( adminAccountId: Swift.String? = nil - ) - { + ) { self.adminAccountId = adminAccountId } } @@ -24351,8 +23612,7 @@ public struct EnableSecurityHubInput: Swift.Sendable { controlFindingGenerator: SecurityHubClientTypes.ControlFindingGenerator? = nil, enableDefaultStandards: Swift.Bool? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.controlFindingGenerator = controlFindingGenerator self.enableDefaultStandards = enableDefaultStandards self.tags = tags @@ -24373,8 +23633,7 @@ extension SecurityHubClientTypes { public init( findingAggregatorArn: Swift.String? = nil - ) - { + ) { self.findingAggregatorArn = findingAggregatorArn } } @@ -24395,8 +23654,7 @@ extension SecurityHubClientTypes { newValue: Swift.String? = nil, oldValue: Swift.String? = nil, updatedField: Swift.String? = nil - ) - { + ) { self.newValue = newValue self.oldValue = oldValue self.updatedField = updatedField @@ -24445,8 +23703,7 @@ extension SecurityHubClientTypes { public init( identity: Swift.String? = nil, type: SecurityHubClientTypes.FindingHistoryUpdateSourceType? = nil - ) - { + ) { self.identity = identity self.type = type } @@ -24477,8 +23734,7 @@ extension SecurityHubClientTypes { updateSource: SecurityHubClientTypes.FindingHistoryUpdateSource? = nil, updateTime: Foundation.Date? = nil, updates: [SecurityHubClientTypes.FindingHistoryUpdate]? = nil - ) - { + ) { self.findingCreated = findingCreated self.findingIdentifier = findingIdentifier self.nextToken = nextToken @@ -24512,8 +23768,7 @@ extension SecurityHubClientTypes { invitationId: Swift.String? = nil, invitedAt: Foundation.Date? = nil, memberStatus: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.invitationId = invitationId self.invitedAt = invitedAt @@ -24528,8 +23783,7 @@ public struct GetAdministratorAccountOutput: Swift.Sendable { public init( administrator: SecurityHubClientTypes.Invitation? = nil - ) - { + ) { self.administrator = administrator } } @@ -24541,8 +23795,7 @@ public struct GetConfigurationPolicyInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -24571,8 +23824,7 @@ public struct GetConfigurationPolicyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.configurationPolicy = configurationPolicy self.createdAt = createdAt @@ -24590,8 +23842,7 @@ public struct GetConfigurationPolicyAssociationInput: Swift.Sendable { public init( target: SecurityHubClientTypes.Target? = nil - ) - { + ) { self.target = target } } @@ -24620,8 +23871,7 @@ public struct GetConfigurationPolicyAssociationOutput: Swift.Sendable { targetId: Swift.String? = nil, targetType: SecurityHubClientTypes.TargetType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.associationStatus = associationStatus self.associationStatusMessage = associationStatusMessage self.associationType = associationType @@ -24644,8 +23894,7 @@ public struct GetEnabledStandardsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, standardsSubscriptionArns: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.standardsSubscriptionArns = standardsSubscriptionArns @@ -24661,8 +23910,7 @@ public struct GetEnabledStandardsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, standardsSubscriptions: [SecurityHubClientTypes.StandardsSubscription]? = nil - ) - { + ) { self.nextToken = nextToken self.standardsSubscriptions = standardsSubscriptions } @@ -24675,8 +23923,7 @@ public struct GetFindingAggregatorInput: Swift.Sendable { public init( findingAggregatorArn: Swift.String? = nil - ) - { + ) { self.findingAggregatorArn = findingAggregatorArn } } @@ -24696,8 +23943,7 @@ public struct GetFindingAggregatorOutput: Swift.Sendable { findingAggregatorArn: Swift.String? = nil, regionLinkingMode: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.findingAggregationRegion = findingAggregationRegion self.findingAggregatorArn = findingAggregatorArn self.regionLinkingMode = regionLinkingMode @@ -24724,8 +23970,7 @@ public struct GetFindingHistoryInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.findingIdentifier = findingIdentifier self.maxResults = maxResults @@ -24743,8 +23988,7 @@ public struct GetFindingHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, records: [SecurityHubClientTypes.FindingHistoryRecord]? = nil - ) - { + ) { self.nextToken = nextToken self.records = records } @@ -24791,8 +24035,7 @@ extension SecurityHubClientTypes { public init( field: Swift.String? = nil, sortOrder: SecurityHubClientTypes.SortOrder? = nil - ) - { + ) { self.field = field self.sortOrder = sortOrder } @@ -24814,8 +24057,7 @@ public struct GetFindingsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, sortCriteria: [SecurityHubClientTypes.SortCriterion]? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -24833,8 +24075,7 @@ public struct GetFindingsOutput: Swift.Sendable { public init( findings: [SecurityHubClientTypes.AwsSecurityFinding]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findings = findings self.nextToken = nextToken } @@ -24847,8 +24088,7 @@ public struct GetInsightResultsInput: Swift.Sendable { public init( insightArn: Swift.String? = nil - ) - { + ) { self.insightArn = insightArn } } @@ -24867,8 +24107,7 @@ extension SecurityHubClientTypes { public init( count: Swift.Int? = nil, groupByAttributeValue: Swift.String? = nil - ) - { + ) { self.count = count self.groupByAttributeValue = groupByAttributeValue } @@ -24893,8 +24132,7 @@ extension SecurityHubClientTypes { groupByAttribute: Swift.String? = nil, insightArn: Swift.String? = nil, resultValues: [SecurityHubClientTypes.InsightResultValue]? = nil - ) - { + ) { self.groupByAttribute = groupByAttribute self.insightArn = insightArn self.resultValues = resultValues @@ -24909,8 +24147,7 @@ public struct GetInsightResultsOutput: Swift.Sendable { public init( insightResults: SecurityHubClientTypes.InsightResults? = nil - ) - { + ) { self.insightResults = insightResults } } @@ -24927,8 +24164,7 @@ public struct GetInsightsInput: Swift.Sendable { insightArns: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightArns = insightArns self.maxResults = maxResults self.nextToken = nextToken @@ -24957,8 +24193,7 @@ extension SecurityHubClientTypes { groupByAttribute: Swift.String? = nil, insightArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.filters = filters self.groupByAttribute = groupByAttribute self.insightArn = insightArn @@ -24977,8 +24212,7 @@ public struct GetInsightsOutput: Swift.Sendable { public init( insights: [SecurityHubClientTypes.Insight]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insights = insights self.nextToken = nextToken } @@ -24995,8 +24229,7 @@ public struct GetInvitationsCountOutput: Swift.Sendable { public init( invitationsCount: Swift.Int? = nil - ) - { + ) { self.invitationsCount = invitationsCount } } @@ -25012,8 +24245,7 @@ public struct GetMasterAccountOutput: Swift.Sendable { public init( master: SecurityHubClientTypes.Invitation? = nil - ) - { + ) { self.master = master } } @@ -25025,8 +24257,7 @@ public struct GetMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -25073,8 +24304,7 @@ extension SecurityHubClientTypes { masterId: Swift.String? = nil, memberStatus: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.administratorId = administratorId self.email = email @@ -25095,8 +24325,7 @@ public struct GetMembersOutput: Swift.Sendable { public init( members: [SecurityHubClientTypes.Member]? = nil, unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.members = members self.unprocessedAccounts = unprocessedAccounts } @@ -25109,8 +24338,7 @@ public struct GetSecurityControlDefinitionInput: Swift.Sendable { public init( securityControlId: Swift.String? = nil - ) - { + ) { self.securityControlId = securityControlId } } @@ -25158,8 +24386,7 @@ extension SecurityHubClientTypes { public init( configurationOptions: SecurityHubClientTypes.ConfigurationOptions? = nil, description: Swift.String? = nil - ) - { + ) { self.configurationOptions = configurationOptions self.description = description } @@ -25202,8 +24429,7 @@ extension SecurityHubClientTypes { securityControlId: Swift.String? = nil, severityRating: SecurityHubClientTypes.SeverityRating? = nil, title: Swift.String? = nil - ) - { + ) { self.currentRegionAvailability = currentRegionAvailability self.customizableProperties = customizableProperties self.description = description @@ -25223,8 +24449,7 @@ public struct GetSecurityControlDefinitionOutput: Swift.Sendable { public init( securityControlDefinition: SecurityHubClientTypes.SecurityControlDefinition? = nil - ) - { + ) { self.securityControlDefinition = securityControlDefinition } } @@ -25236,8 +24461,7 @@ public struct InviteMembersInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -25248,8 +24472,7 @@ public struct InviteMembersOutput: Swift.Sendable { public init( unprocessedAccounts: [SecurityHubClientTypes.Result]? = nil - ) - { + ) { self.unprocessedAccounts = unprocessedAccounts } } @@ -25263,8 +24486,7 @@ public struct ListAutomationRulesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25279,8 +24501,7 @@ public struct ListAutomationRulesOutput: Swift.Sendable { public init( automationRulesMetadata: [SecurityHubClientTypes.AutomationRulesMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.automationRulesMetadata = automationRulesMetadata self.nextToken = nextToken } @@ -25295,8 +24516,7 @@ public struct ListConfigurationPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25311,8 +24531,7 @@ public struct ListConfigurationPoliciesOutput: Swift.Sendable { public init( configurationPolicySummaries: [SecurityHubClientTypes.ConfigurationPolicySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationPolicySummaries = configurationPolicySummaries self.nextToken = nextToken } @@ -25330,8 +24549,7 @@ public struct ListConfigurationPolicyAssociationsInput: Swift.Sendable { filters: SecurityHubClientTypes.AssociationFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -25347,8 +24565,7 @@ public struct ListConfigurationPolicyAssociationsOutput: Swift.Sendable { public init( configurationPolicyAssociationSummaries: [SecurityHubClientTypes.ConfigurationPolicyAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.configurationPolicyAssociationSummaries = configurationPolicyAssociationSummaries self.nextToken = nextToken } @@ -25363,8 +24580,7 @@ public struct ListEnabledProductsForImportInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25379,8 +24595,7 @@ public struct ListEnabledProductsForImportOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, productSubscriptions: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.productSubscriptions = productSubscriptions } @@ -25395,8 +24610,7 @@ public struct ListFindingAggregatorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25411,8 +24625,7 @@ public struct ListFindingAggregatorsOutput: Swift.Sendable { public init( findingAggregators: [SecurityHubClientTypes.FindingAggregator]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.findingAggregators = findingAggregators self.nextToken = nextToken } @@ -25427,8 +24640,7 @@ public struct ListInvitationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25443,8 +24655,7 @@ public struct ListInvitationsOutput: Swift.Sendable { public init( invitations: [SecurityHubClientTypes.Invitation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.invitations = invitations self.nextToken = nextToken } @@ -25462,8 +24673,7 @@ public struct ListMembersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, onlyAssociated: Swift.Bool? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.onlyAssociated = onlyAssociated @@ -25479,8 +24689,7 @@ public struct ListMembersOutput: Swift.Sendable { public init( members: [SecurityHubClientTypes.Member]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -25495,8 +24704,7 @@ public struct ListOrganizationAdminAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -25511,8 +24719,7 @@ public struct ListOrganizationAdminAccountsOutput: Swift.Sendable { public init( adminAccounts: [SecurityHubClientTypes.AdminAccount]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adminAccounts = adminAccounts self.nextToken = nextToken } @@ -25530,8 +24737,7 @@ public struct ListSecurityControlDefinitionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, standardsArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.standardsArn = standardsArn @@ -25548,8 +24754,7 @@ public struct ListSecurityControlDefinitionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityControlDefinitions: [SecurityHubClientTypes.SecurityControlDefinition]? = nil - ) - { + ) { self.nextToken = nextToken self.securityControlDefinitions = securityControlDefinitions } @@ -25568,8 +24773,7 @@ public struct ListStandardsControlAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, securityControlId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.securityControlId = securityControlId @@ -25613,8 +24817,7 @@ extension SecurityHubClientTypes { standardsControlTitle: Swift.String? = nil, updatedAt: Foundation.Date? = nil, updatedReason: Swift.String? = nil - ) - { + ) { self.associationStatus = associationStatus self.relatedRequirements = relatedRequirements self.securityControlArn = securityControlArn @@ -25638,8 +24841,7 @@ public struct ListStandardsControlAssociationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, standardsControlAssociationSummaries: [SecurityHubClientTypes.StandardsControlAssociationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.standardsControlAssociationSummaries = standardsControlAssociationSummaries } @@ -25652,8 +24854,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -25664,8 +24865,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -25690,8 +24890,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -25708,8 +24907,7 @@ public struct StartConfigurationPolicyAssociationInput: Swift.Sendable { public init( configurationPolicyIdentifier: Swift.String? = nil, target: SecurityHubClientTypes.Target? = nil - ) - { + ) { self.configurationPolicyIdentifier = configurationPolicyIdentifier self.target = target } @@ -25739,8 +24937,7 @@ public struct StartConfigurationPolicyAssociationOutput: Swift.Sendable { targetId: Swift.String? = nil, targetType: SecurityHubClientTypes.TargetType? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.associationStatus = associationStatus self.associationStatusMessage = associationStatusMessage self.associationType = associationType @@ -25761,8 +24958,7 @@ public struct StartConfigurationPolicyDisassociationInput: Swift.Sendable { public init( configurationPolicyIdentifier: Swift.String? = nil, target: SecurityHubClientTypes.Target? = nil - ) - { + ) { self.configurationPolicyIdentifier = configurationPolicyIdentifier self.target = target } @@ -25784,8 +24980,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -25807,8 +25002,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -25832,8 +25026,7 @@ public struct UpdateActionTargetInput: Swift.Sendable { actionTargetArn: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.actionTargetArn = actionTargetArn self.description = description self.name = name @@ -25864,8 +25057,7 @@ public struct UpdateConfigurationPolicyInput: Swift.Sendable { identifier: Swift.String? = nil, name: Swift.String? = nil, updatedReason: Swift.String? = nil - ) - { + ) { self.configurationPolicy = configurationPolicy self.description = description self.identifier = identifier @@ -25898,8 +25090,7 @@ public struct UpdateConfigurationPolicyOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.configurationPolicy = configurationPolicy self.createdAt = createdAt @@ -25932,8 +25123,7 @@ public struct UpdateFindingAggregatorInput: Swift.Sendable { findingAggregatorArn: Swift.String? = nil, regionLinkingMode: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.findingAggregatorArn = findingAggregatorArn self.regionLinkingMode = regionLinkingMode self.regions = regions @@ -25955,8 +25145,7 @@ public struct UpdateFindingAggregatorOutput: Swift.Sendable { findingAggregatorArn: Swift.String? = nil, regionLinkingMode: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.findingAggregationRegion = findingAggregationRegion self.findingAggregatorArn = findingAggregatorArn self.regionLinkingMode = regionLinkingMode @@ -25977,8 +25166,7 @@ public struct UpdateFindingsInput: Swift.Sendable { filters: SecurityHubClientTypes.AwsSecurityFindingFilters? = nil, note: SecurityHubClientTypes.NoteUpdate? = nil, recordState: SecurityHubClientTypes.RecordState? = nil - ) - { + ) { self.filters = filters self.note = note self.recordState = recordState @@ -26006,8 +25194,7 @@ public struct UpdateInsightInput: Swift.Sendable { groupByAttribute: Swift.String? = nil, insightArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.filters = filters self.groupByAttribute = groupByAttribute self.insightArn = insightArn @@ -26033,8 +25220,7 @@ public struct UpdateOrganizationConfigurationInput: Swift.Sendable { autoEnable: Swift.Bool? = nil, autoEnableStandards: SecurityHubClientTypes.AutoEnableStandards? = nil, organizationConfiguration: SecurityHubClientTypes.OrganizationConfiguration? = nil - ) - { + ) { self.autoEnable = autoEnable self.autoEnableStandards = autoEnableStandards self.organizationConfiguration = organizationConfiguration @@ -26060,8 +25246,7 @@ public struct UpdateSecurityControlInput: Swift.Sendable { lastUpdateReason: Swift.String? = nil, parameters: [Swift.String: SecurityHubClientTypes.ParameterConfiguration]? = nil, securityControlId: Swift.String? = nil - ) - { + ) { self.lastUpdateReason = lastUpdateReason self.parameters = parameters self.securityControlId = securityControlId @@ -26082,8 +25267,7 @@ public struct UpdateSecurityHubConfigurationInput: Swift.Sendable { public init( autoEnableControls: Swift.Bool? = nil, controlFindingGenerator: SecurityHubClientTypes.ControlFindingGenerator? = nil - ) - { + ) { self.autoEnableControls = autoEnableControls self.controlFindingGenerator = controlFindingGenerator } @@ -26107,8 +25291,7 @@ public struct UpdateStandardsControlInput: Swift.Sendable { controlStatus: SecurityHubClientTypes.ControlStatus? = nil, disabledReason: Swift.String? = nil, standardsControlArn: Swift.String? = nil - ) - { + ) { self.controlStatus = controlStatus self.disabledReason = disabledReason self.standardsControlArn = standardsControlArn diff --git a/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/SecurityHubClient.swift b/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/SecurityHubClient.swift index c376ce1aad1..4dc63f33b5d 100644 --- a/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/SecurityHubClient.swift +++ b/Sources/Services/AWSSecurityHub/Sources/AWSSecurityHub/SecurityHubClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SecurityHubClient: ClientRuntime.Client { public static let clientName = "SecurityHubClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SecurityHubClient.SecurityHubClientConfiguration let serviceName = "SecurityHub" diff --git a/Sources/Services/AWSSecurityIR/Package.swift.txt b/Sources/Services/AWSSecurityIR/Package.swift.txt index da5f74743f3..913d1c9dcce 100644 --- a/Sources/Services/AWSSecurityIR/Package.swift.txt +++ b/Sources/Services/AWSSecurityIR/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/Models.swift b/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/Models.swift index 3b82714d616..3f8967906ee 100644 --- a/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/Models.swift +++ b/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -183,8 +182,7 @@ public struct BatchGetMemberAccountDetailsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, membershipId: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.membershipId = membershipId } @@ -208,8 +206,7 @@ extension SecurityIRClientTypes { accountId: Swift.String? = nil, error: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.error = error self.message = message @@ -287,8 +284,7 @@ extension SecurityIRClientTypes { accountId: Swift.String? = nil, relationshipStatus: SecurityIRClientTypes.MembershipAccountRelationshipStatus? = nil, relationshipType: SecurityIRClientTypes.MembershipAccountRelationshipType? = nil - ) - { + ) { self.accountId = accountId self.relationshipStatus = relationshipStatus self.relationshipType = relationshipType @@ -305,8 +301,7 @@ public struct BatchGetMemberAccountDetailsOutput: Swift.Sendable { public init( errors: [SecurityIRClientTypes.GetMembershipAccountDetailError]? = nil, items: [SecurityIRClientTypes.GetMembershipAccountDetailItem]? = nil - ) - { + ) { self.errors = errors self.items = items } @@ -319,8 +314,7 @@ public struct CancelMembershipInput: Swift.Sendable { public init( membershipId: Swift.String? = nil - ) - { + ) { self.membershipId = membershipId } } @@ -332,8 +326,7 @@ public struct CancelMembershipOutput: Swift.Sendable { public init( membershipId: Swift.String? = nil - ) - { + ) { self.membershipId = membershipId } } @@ -345,8 +338,7 @@ public struct CloseCaseInput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -404,8 +396,7 @@ public struct CloseCaseOutput: Swift.Sendable { public init( caseStatus: SecurityIRClientTypes.CaseStatus? = nil, closedDate: Foundation.Date? = nil - ) - { + ) { self.caseStatus = caseStatus self.closedDate = closedDate } @@ -450,8 +441,7 @@ extension SecurityIRClientTypes { public init( region: SecurityIRClientTypes.AwsRegion? = nil - ) - { + ) { self.region = region } } @@ -499,8 +489,7 @@ extension SecurityIRClientTypes { public init( ipAddress: Swift.String? = nil, userAgent: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress self.userAgent = userAgent } @@ -528,8 +517,7 @@ extension SecurityIRClientTypes { email: Swift.String? = nil, jobTitle: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.email = email self.jobTitle = jobTitle self.name = name @@ -588,8 +576,7 @@ public struct CreateCaseInput: Swift.Sendable { threatActorIpAddresses: [SecurityIRClientTypes.ThreatActorIp]? = nil, title: Swift.String? = nil, watchers: [SecurityIRClientTypes.Watcher]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.engagementType = engagementType @@ -617,8 +604,7 @@ public struct CreateCaseOutput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -637,8 +623,7 @@ public struct CreateCaseCommentInput: Swift.Sendable { body: Swift.String? = nil, caseId: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.body = body self.caseId = caseId self.clientToken = clientToken @@ -657,8 +642,7 @@ public struct CreateCaseCommentOutput: Swift.Sendable { public init( commentId: Swift.String? = nil - ) - { + ) { self.commentId = commentId } } @@ -670,8 +654,7 @@ public struct GetCaseInput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -734,8 +717,7 @@ extension SecurityIRClientTypes { createdDate: Foundation.Date? = nil, creator: Swift.String? = nil, fileName: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.attachmentStatus = attachmentStatus self.createdDate = createdDate @@ -874,8 +856,7 @@ public struct GetCaseOutput: Swift.Sendable { threatActorIpAddresses: [SecurityIRClientTypes.ThreatActorIp]? = nil, title: Swift.String? = nil, watchers: [SecurityIRClientTypes.Watcher]? = nil - ) - { + ) { self.actualIncidentStartDate = actualIncidentStartDate self.caseArn = caseArn self.caseAttachments = caseAttachments @@ -914,8 +895,7 @@ public struct GetCaseAttachmentDownloadUrlInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil, caseId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.caseId = caseId } @@ -928,8 +908,7 @@ public struct GetCaseAttachmentDownloadUrlOutput: Swift.Sendable { public init( attachmentPresignedUrl: Swift.String? = nil - ) - { + ) { self.attachmentPresignedUrl = attachmentPresignedUrl } } @@ -957,8 +936,7 @@ public struct GetCaseAttachmentUploadUrlInput: Swift.Sendable { clientToken: Swift.String? = nil, contentLength: Swift.Int? = nil, fileName: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.clientToken = clientToken self.contentLength = contentLength @@ -978,8 +956,7 @@ public struct GetCaseAttachmentUploadUrlOutput: Swift.Sendable { public init( attachmentPresignedUrl: Swift.String? = nil - ) - { + ) { self.attachmentPresignedUrl = attachmentPresignedUrl } } @@ -1002,8 +979,7 @@ public struct ListCaseEditsInput: Swift.Sendable { caseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.maxResults = maxResults self.nextToken = nextToken @@ -1028,8 +1004,7 @@ extension SecurityIRClientTypes { eventTimestamp: Foundation.Date? = nil, message: Swift.String? = nil, principal: Swift.String? = nil - ) - { + ) { self.action = action self.eventTimestamp = eventTimestamp self.message = message @@ -1050,8 +1025,7 @@ public struct ListCaseEditsOutput: Swift.Sendable { items: [SecurityIRClientTypes.CaseEditItem]? = nil, nextToken: Swift.String? = nil, total: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.total = total @@ -1067,8 +1041,7 @@ public struct ListCasesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1111,8 +1084,7 @@ extension SecurityIRClientTypes { pendingAction: SecurityIRClientTypes.PendingAction? = nil, resolverType: SecurityIRClientTypes.ResolverType? = nil, title: Swift.String? = nil - ) - { + ) { self.caseArn = caseArn self.caseId = caseId self.caseStatus = caseStatus @@ -1144,8 +1116,7 @@ public struct ListCasesOutput: Swift.Sendable { items: [SecurityIRClientTypes.ListCasesItem]? = nil, nextToken: Swift.String? = nil, total: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.total = total @@ -1165,8 +1136,7 @@ public struct ListCommentsInput: Swift.Sendable { caseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.maxResults = maxResults self.nextToken = nextToken @@ -1198,8 +1168,7 @@ extension SecurityIRClientTypes { creator: Swift.String? = nil, lastUpdatedBy: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil - ) - { + ) { self.body = body self.commentId = commentId self.createdDate = createdDate @@ -1227,8 +1196,7 @@ public struct ListCommentsOutput: Swift.Sendable { items: [SecurityIRClientTypes.ListCommentsItem]? = nil, nextToken: Swift.String? = nil, total: Swift.Int? = nil - ) - { + ) { self.items = items self.nextToken = nextToken self.total = total @@ -1287,8 +1255,7 @@ public struct UpdateCaseInput: Swift.Sendable { title: Swift.String? = nil, watchersToAdd: [SecurityIRClientTypes.Watcher]? = nil, watchersToDelete: [SecurityIRClientTypes.Watcher]? = nil - ) - { + ) { self.actualIncidentStartDate = actualIncidentStartDate self.caseId = caseId self.description = description @@ -1333,8 +1300,7 @@ public struct UpdateCaseCommentInput: Swift.Sendable { body: Swift.String? = nil, caseId: Swift.String? = nil, commentId: Swift.String? = nil - ) - { + ) { self.body = body self.caseId = caseId self.commentId = commentId @@ -1356,8 +1322,7 @@ public struct UpdateCaseCommentOutput: Swift.Sendable { public init( body: Swift.String? = nil, commentId: Swift.String? = nil - ) - { + ) { self.body = body self.commentId = commentId } @@ -1414,8 +1379,7 @@ public struct UpdateCaseStatusInput: Swift.Sendable { public init( caseId: Swift.String? = nil, caseStatus: SecurityIRClientTypes.SelfManagedCaseStatus? = nil - ) - { + ) { self.caseId = caseId self.caseStatus = caseStatus } @@ -1427,8 +1391,7 @@ public struct UpdateCaseStatusOutput: Swift.Sendable { public init( caseStatus: SecurityIRClientTypes.SelfManagedCaseStatus? = nil - ) - { + ) { self.caseStatus = caseStatus } } @@ -1444,8 +1407,7 @@ public struct UpdateResolverTypeInput: Swift.Sendable { public init( caseId: Swift.String? = nil, resolverType: SecurityIRClientTypes.ResolverType? = nil - ) - { + ) { self.caseId = caseId self.resolverType = resolverType } @@ -1464,8 +1426,7 @@ public struct UpdateResolverTypeOutput: Swift.Sendable { caseId: Swift.String? = nil, caseStatus: SecurityIRClientTypes.CaseStatus? = nil, resolverType: SecurityIRClientTypes.ResolverType? = nil - ) - { + ) { self.caseId = caseId self.caseStatus = caseStatus self.resolverType = resolverType @@ -1499,8 +1460,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -1525,8 +1485,7 @@ extension SecurityIRClientTypes { email: Swift.String? = nil, jobTitle: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.email = email self.jobTitle = jobTitle self.name = name @@ -1579,8 +1538,7 @@ extension SecurityIRClientTypes { public init( featureName: SecurityIRClientTypes.OptInFeatureName? = nil, isEnabled: Swift.Bool? = nil - ) - { + ) { self.featureName = featureName self.isEnabled = isEnabled } @@ -1607,8 +1565,7 @@ public struct CreateMembershipInput: Swift.Sendable { membershipName: Swift.String? = nil, optInFeatures: [SecurityIRClientTypes.OptInFeature]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.incidentResponseTeam = incidentResponseTeam self.membershipName = membershipName @@ -1629,8 +1586,7 @@ public struct CreateMembershipOutput: Swift.Sendable { public init( membershipId: Swift.String? = nil - ) - { + ) { self.membershipId = membershipId } } @@ -1671,8 +1627,7 @@ public struct GetMembershipInput: Swift.Sendable { public init( membershipId: Swift.String? = nil - ) - { + ) { self.membershipId = membershipId } } @@ -1749,8 +1704,7 @@ public struct GetMembershipOutput: Swift.Sendable { numberOfAccountsCovered: Swift.Int? = nil, optInFeatures: [SecurityIRClientTypes.OptInFeature]? = nil, region: SecurityIRClientTypes.AwsRegion? = nil - ) - { + ) { self.accountId = accountId self.customerType = customerType self.incidentResponseTeam = incidentResponseTeam @@ -1793,8 +1747,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -1819,8 +1772,7 @@ public struct InvalidTokenException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1847,8 +1799,7 @@ extension SecurityIRClientTypes { membershipId: Swift.String? = nil, membershipStatus: SecurityIRClientTypes.MembershipStatus? = nil, region: SecurityIRClientTypes.AwsRegion? = nil - ) - { + ) { self.accountId = accountId self.membershipArn = membershipArn self.membershipId = membershipId @@ -1867,8 +1818,7 @@ public struct ListMembershipsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1883,8 +1833,7 @@ public struct ListMembershipsOutput: Swift.Sendable { public init( items: [SecurityIRClientTypes.ListMembershipItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1909,8 +1858,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1929,8 +1877,7 @@ extension SecurityIRClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1998,8 +1945,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [SecurityIRClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: SecurityIRClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -2013,8 +1959,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2026,8 +1971,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2048,8 +1992,7 @@ public struct UpdateMembershipInput: Swift.Sendable { membershipId: Swift.String? = nil, membershipName: Swift.String? = nil, optInFeatures: [SecurityIRClientTypes.OptInFeature]? = nil - ) - { + ) { self.incidentResponseTeam = incidentResponseTeam self.membershipId = membershipId self.membershipName = membershipName @@ -2086,8 +2029,7 @@ public struct SecurityIncidentResponseNotActiveException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2127,8 +2069,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -2148,8 +2089,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2188,8 +2128,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -2208,8 +2147,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/SecurityIRClient.swift b/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/SecurityIRClient.swift index 352d7e930b9..3c71f45bd04 100644 --- a/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/SecurityIRClient.swift +++ b/Sources/Services/AWSSecurityIR/Sources/AWSSecurityIR/SecurityIRClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SecurityIRClient: ClientRuntime.Client { public static let clientName = "SecurityIRClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SecurityIRClient.SecurityIRClientConfiguration let serviceName = "Security IR" diff --git a/Sources/Services/AWSSecurityLake/Package.swift.txt b/Sources/Services/AWSSecurityLake/Package.swift.txt index ff537ff076d..ebdf7b19cc7 100644 --- a/Sources/Services/AWSSecurityLake/Package.swift.txt +++ b/Sources/Services/AWSSecurityLake/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/Models.swift b/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/Models.swift index d9cd98f6a27..3fb69698b1e 100644 --- a/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/Models.swift +++ b/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/Models.swift @@ -50,8 +50,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -100,8 +99,7 @@ extension SecurityLakeClientTypes { public init( externalId: Swift.String? = nil, principal: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.principal = principal } @@ -175,8 +173,7 @@ extension SecurityLakeClientTypes { regions: [Swift.String]? = nil, sourceName: SecurityLakeClientTypes.AwsLogSourceName? = nil, sourceVersion: Swift.String? = "latest" - ) - { + ) { self.accounts = accounts self.regions = regions self.sourceName = sourceName @@ -197,8 +194,7 @@ extension SecurityLakeClientTypes { public init( sourceName: SecurityLakeClientTypes.AwsLogSourceName? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.sourceName = sourceName self.sourceVersion = sourceVersion } @@ -223,8 +219,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -253,8 +248,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -279,8 +273,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -309,8 +302,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceName: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName self.properties.resourceType = resourceType @@ -344,8 +336,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -360,8 +351,7 @@ public struct CreateAwsLogSourceInput: Swift.Sendable { public init( sources: [SecurityLakeClientTypes.AwsLogSourceConfiguration]? = nil - ) - { + ) { self.sources = sources } } @@ -372,8 +362,7 @@ public struct CreateAwsLogSourceOutput: Swift.Sendable { public init( failed: [Swift.String]? = nil - ) - { + ) { self.failed = failed } } @@ -392,8 +381,7 @@ extension SecurityLakeClientTypes { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -413,8 +401,7 @@ extension SecurityLakeClientTypes { public init( crawlerConfiguration: SecurityLakeClientTypes.CustomLogSourceCrawlerConfiguration? = nil, providerIdentity: SecurityLakeClientTypes.AwsIdentity? = nil - ) - { + ) { self.crawlerConfiguration = crawlerConfiguration self.providerIdentity = providerIdentity } @@ -496,8 +483,7 @@ public struct CreateCustomLogSourceInput: Swift.Sendable { eventClasses: [Swift.String]? = nil, sourceName: Swift.String? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.eventClasses = eventClasses self.sourceName = sourceName @@ -520,8 +506,7 @@ extension SecurityLakeClientTypes { crawlerArn: Swift.String? = nil, databaseArn: Swift.String? = nil, tableArn: Swift.String? = nil - ) - { + ) { self.crawlerArn = crawlerArn self.databaseArn = databaseArn self.tableArn = tableArn @@ -541,8 +526,7 @@ extension SecurityLakeClientTypes { public init( location: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.location = location self.roleArn = roleArn } @@ -567,8 +551,7 @@ extension SecurityLakeClientTypes { provider: SecurityLakeClientTypes.CustomLogSourceProvider? = nil, sourceName: Swift.String? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.provider = provider self.sourceName = sourceName @@ -583,8 +566,7 @@ public struct CreateCustomLogSourceOutput: Swift.Sendable { public init( source: SecurityLakeClientTypes.CustomLogSourceResource? = nil - ) - { + ) { self.source = source } } @@ -598,8 +580,7 @@ extension SecurityLakeClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -614,8 +595,7 @@ extension SecurityLakeClientTypes { public init( days: Swift.Int? = nil - ) - { + ) { self.days = days } } @@ -633,8 +613,7 @@ extension SecurityLakeClientTypes { public init( days: Swift.Int? = nil, storageClass: Swift.String? = nil - ) - { + ) { self.days = days self.storageClass = storageClass } @@ -653,8 +632,7 @@ extension SecurityLakeClientTypes { public init( expiration: SecurityLakeClientTypes.DataLakeLifecycleExpiration? = nil, transitions: [SecurityLakeClientTypes.DataLakeLifecycleTransition]? = nil - ) - { + ) { self.expiration = expiration self.transitions = transitions } @@ -673,8 +651,7 @@ extension SecurityLakeClientTypes { public init( regions: [Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.regions = regions self.roleArn = roleArn } @@ -700,8 +677,7 @@ extension SecurityLakeClientTypes { lifecycleConfiguration: SecurityLakeClientTypes.DataLakeLifecycleConfiguration? = nil, region: Swift.String? = nil, replicationConfiguration: SecurityLakeClientTypes.DataLakeReplicationConfiguration? = nil - ) - { + ) { self.encryptionConfiguration = encryptionConfiguration self.lifecycleConfiguration = lifecycleConfiguration self.region = region @@ -724,8 +700,7 @@ extension SecurityLakeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -746,8 +721,7 @@ public struct CreateDataLakeInput: Swift.Sendable { configurations: [SecurityLakeClientTypes.DataLakeConfiguration]? = nil, metaStoreManagerRoleArn: Swift.String? = nil, tags: [SecurityLakeClientTypes.Tag]? = nil - ) - { + ) { self.configurations = configurations self.metaStoreManagerRoleArn = metaStoreManagerRoleArn self.tags = tags @@ -801,8 +775,7 @@ extension SecurityLakeClientTypes { public init( code: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.code = code self.reason = reason } @@ -824,8 +797,7 @@ extension SecurityLakeClientTypes { exception: SecurityLakeClientTypes.DataLakeUpdateException? = nil, requestId: Swift.String? = nil, status: SecurityLakeClientTypes.DataLakeStatus? = nil - ) - { + ) { self.exception = exception self.requestId = requestId self.status = status @@ -865,8 +837,7 @@ extension SecurityLakeClientTypes { replicationConfiguration: SecurityLakeClientTypes.DataLakeReplicationConfiguration? = nil, s3BucketArn: Swift.String? = nil, updateStatus: SecurityLakeClientTypes.DataLakeUpdateStatus? = nil - ) - { + ) { self.createStatus = createStatus self.dataLakeArn = dataLakeArn self.encryptionConfiguration = encryptionConfiguration @@ -885,8 +856,7 @@ public struct CreateDataLakeOutput: Swift.Sendable { public init( dataLakes: [SecurityLakeClientTypes.DataLakeResource]? = nil - ) - { + ) { self.dataLakes = dataLakes } } @@ -905,8 +875,7 @@ public struct CreateDataLakeExceptionSubscriptionInput: Swift.Sendable { exceptionTimeToLive: Swift.Int? = nil, notificationEndpoint: Swift.String? = nil, subscriptionProtocol: Swift.String? = nil - ) - { + ) { self.exceptionTimeToLive = exceptionTimeToLive self.notificationEndpoint = notificationEndpoint self.subscriptionProtocol = subscriptionProtocol @@ -932,8 +901,7 @@ extension SecurityLakeClientTypes { public init( region: Swift.String? = nil, sources: [SecurityLakeClientTypes.AwsLogSourceResource]? = nil - ) - { + ) { self.region = region self.sources = sources } @@ -946,8 +914,7 @@ public struct CreateDataLakeOrganizationConfigurationInput: Swift.Sendable { public init( autoEnableNewAccount: [SecurityLakeClientTypes.DataLakeAutoEnableNewAccountConfiguration]? = nil - ) - { + ) { self.autoEnableNewAccount = autoEnableNewAccount } } @@ -993,8 +960,7 @@ public struct CreateSubscriberInput: Swift.Sendable { subscriberIdentity: SecurityLakeClientTypes.AwsIdentity? = nil, subscriberName: Swift.String? = nil, tags: [SecurityLakeClientTypes.Tag]? = nil - ) - { + ) { self.accessTypes = accessTypes self.sources = sources self.subscriberDescription = subscriberDescription @@ -1095,8 +1061,7 @@ extension SecurityLakeClientTypes { subscriberName: Swift.String? = nil, subscriberStatus: SecurityLakeClientTypes.SubscriberStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accessTypes = accessTypes self.createdAt = createdAt self.resourceShareArn = resourceShareArn @@ -1122,8 +1087,7 @@ public struct CreateSubscriberOutput: Swift.Sendable { public init( subscriber: SecurityLakeClientTypes.SubscriberResource? = nil - ) - { + ) { self.subscriber = subscriber } } @@ -1180,8 +1144,7 @@ extension SecurityLakeClientTypes { endpoint: Swift.String? = nil, httpMethod: SecurityLakeClientTypes.HttpMethod? = nil, targetRoleArn: Swift.String? = nil - ) - { + ) { self.authorizationApiKeyName = authorizationApiKeyName self.authorizationApiKeyValue = authorizationApiKeyValue self.endpoint = endpoint @@ -1223,8 +1186,7 @@ public struct CreateSubscriberNotificationInput: Swift.Sendable { public init( configuration: SecurityLakeClientTypes.NotificationConfiguration? = nil, subscriberId: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.subscriberId = subscriberId } @@ -1236,8 +1198,7 @@ public struct CreateSubscriberNotificationOutput: Swift.Sendable { public init( subscriberEndpoint: Swift.String? = nil - ) - { + ) { self.subscriberEndpoint = subscriberEndpoint } } @@ -1249,8 +1210,7 @@ public struct DeleteAwsLogSourceInput: Swift.Sendable { public init( sources: [SecurityLakeClientTypes.AwsLogSourceConfiguration]? = nil - ) - { + ) { self.sources = sources } } @@ -1261,8 +1221,7 @@ public struct DeleteAwsLogSourceOutput: Swift.Sendable { public init( failed: [Swift.String]? = nil - ) - { + ) { self.failed = failed } } @@ -1277,8 +1236,7 @@ public struct DeleteCustomLogSourceInput: Swift.Sendable { public init( sourceName: Swift.String? = nil, sourceVersion: Swift.String? = nil - ) - { + ) { self.sourceName = sourceName self.sourceVersion = sourceVersion } @@ -1296,8 +1254,7 @@ public struct DeleteDataLakeInput: Swift.Sendable { public init( regions: [Swift.String]? = nil - ) - { + ) { self.regions = regions } } @@ -1313,8 +1270,7 @@ public struct DeleteDataLakeOrganizationConfigurationInput: Swift.Sendable { public init( autoEnableNewAccount: [SecurityLakeClientTypes.DataLakeAutoEnableNewAccountConfiguration]? = nil - ) - { + ) { self.autoEnableNewAccount = autoEnableNewAccount } } @@ -1335,8 +1291,7 @@ public struct GetDataLakeOrganizationConfigurationOutput: Swift.Sendable { public init( autoEnableNewAccount: [SecurityLakeClientTypes.DataLakeAutoEnableNewAccountConfiguration]? = nil - ) - { + ) { self.autoEnableNewAccount = autoEnableNewAccount } } @@ -1353,8 +1308,7 @@ public struct GetDataLakeSourcesInput: Swift.Sendable { accounts: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.maxResults = maxResults self.nextToken = nextToken @@ -1405,8 +1359,7 @@ extension SecurityLakeClientTypes { public init( resource: Swift.String? = nil, status: SecurityLakeClientTypes.SourceCollectionStatus? = nil - ) - { + ) { self.resource = resource self.status = status } @@ -1489,8 +1442,7 @@ extension SecurityLakeClientTypes { eventClasses: [Swift.String]? = nil, sourceName: Swift.String? = nil, sourceStatuses: [SecurityLakeClientTypes.DataLakeSourceStatus]? = nil - ) - { + ) { self.account = account self.eventClasses = eventClasses self.sourceName = sourceName @@ -1511,8 +1463,7 @@ public struct GetDataLakeSourcesOutput: Swift.Sendable { dataLakeArn: Swift.String? = nil, dataLakeSources: [SecurityLakeClientTypes.DataLakeSource]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataLakeArn = dataLakeArn self.dataLakeSources = dataLakeSources self.nextToken = nextToken @@ -1525,8 +1476,7 @@ public struct ListDataLakesInput: Swift.Sendable { public init( regions: [Swift.String]? = nil - ) - { + ) { self.regions = regions } } @@ -1537,8 +1487,7 @@ public struct ListDataLakesOutput: Swift.Sendable { public init( dataLakes: [SecurityLakeClientTypes.DataLakeResource]? = nil - ) - { + ) { self.dataLakes = dataLakes } } @@ -1561,8 +1510,7 @@ public struct ListLogSourcesInput: Swift.Sendable { nextToken: Swift.String? = nil, regions: [Swift.String]? = nil, sources: [SecurityLakeClientTypes.LogSourceResource]? = nil - ) - { + ) { self.accounts = accounts self.maxResults = maxResults self.nextToken = nextToken @@ -1586,8 +1534,7 @@ extension SecurityLakeClientTypes { account: Swift.String? = nil, region: Swift.String? = nil, sources: [SecurityLakeClientTypes.LogSourceResource]? = nil - ) - { + ) { self.account = account self.region = region self.sources = sources @@ -1604,8 +1551,7 @@ public struct ListLogSourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sources: [SecurityLakeClientTypes.LogSource]? = nil - ) - { + ) { self.nextToken = nextToken self.sources = sources } @@ -1621,8 +1567,7 @@ public struct UpdateDataLakeInput: Swift.Sendable { public init( configurations: [SecurityLakeClientTypes.DataLakeConfiguration]? = nil, metaStoreManagerRoleArn: Swift.String? = nil - ) - { + ) { self.configurations = configurations self.metaStoreManagerRoleArn = metaStoreManagerRoleArn } @@ -1634,8 +1579,7 @@ public struct UpdateDataLakeOutput: Swift.Sendable { public init( dataLakes: [SecurityLakeClientTypes.DataLakeResource]? = nil - ) - { + ) { self.dataLakes = dataLakes } } @@ -1658,8 +1602,7 @@ extension SecurityLakeClientTypes { region: Swift.String? = nil, remediation: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.exception = exception self.region = region self.remediation = remediation @@ -1685,8 +1628,7 @@ public struct DeleteSubscriberInput: Swift.Sendable { public init( subscriberId: Swift.String? = nil - ) - { + ) { self.subscriberId = subscriberId } } @@ -1703,8 +1645,7 @@ public struct DeleteSubscriberNotificationInput: Swift.Sendable { public init( subscriberId: Swift.String? = nil - ) - { + ) { self.subscriberId = subscriberId } } @@ -1741,8 +1682,7 @@ public struct GetDataLakeExceptionSubscriptionOutput: Swift.Sendable { exceptionTimeToLive: Swift.Int? = nil, notificationEndpoint: Swift.String? = nil, subscriptionProtocol: Swift.String? = nil - ) - { + ) { self.exceptionTimeToLive = exceptionTimeToLive self.notificationEndpoint = notificationEndpoint self.subscriptionProtocol = subscriptionProtocol @@ -1756,8 +1696,7 @@ public struct GetSubscriberInput: Swift.Sendable { public init( subscriberId: Swift.String? = nil - ) - { + ) { self.subscriberId = subscriberId } } @@ -1768,8 +1707,7 @@ public struct GetSubscriberOutput: Swift.Sendable { public init( subscriber: SecurityLakeClientTypes.SubscriberResource? = nil - ) - { + ) { self.subscriber = subscriber } } @@ -1786,8 +1724,7 @@ public struct ListDataLakeExceptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, regions: [Swift.String]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.regions = regions @@ -1803,8 +1740,7 @@ public struct ListDataLakeExceptionsOutput: Swift.Sendable { public init( exceptions: [SecurityLakeClientTypes.DataLakeException]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.exceptions = exceptions self.nextToken = nextToken } @@ -1819,8 +1755,7 @@ public struct ListSubscribersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1835,8 +1770,7 @@ public struct ListSubscribersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, subscribers: [SecurityLakeClientTypes.SubscriberResource]? = nil - ) - { + ) { self.nextToken = nextToken self.subscribers = subscribers } @@ -1849,8 +1783,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1861,8 +1794,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [SecurityLakeClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1874,8 +1806,7 @@ public struct RegisterDataLakeDelegatedAdministratorInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -1904,8 +1835,7 @@ public struct UpdateSubscriberInput: Swift.Sendable { subscriberId: Swift.String? = nil, subscriberIdentity: SecurityLakeClientTypes.AwsIdentity? = nil, subscriberName: Swift.String? = nil - ) - { + ) { self.sources = sources self.subscriberDescription = subscriberDescription self.subscriberId = subscriberId @@ -1920,8 +1850,7 @@ public struct UpdateSubscriberOutput: Swift.Sendable { public init( subscriber: SecurityLakeClientTypes.SubscriberResource? = nil - ) - { + ) { self.subscriber = subscriber } } @@ -1937,8 +1866,7 @@ public struct UpdateSubscriberNotificationInput: Swift.Sendable { public init( configuration: SecurityLakeClientTypes.NotificationConfiguration? = nil, subscriberId: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.subscriberId = subscriberId } @@ -1950,8 +1878,7 @@ public struct UpdateSubscriberNotificationOutput: Swift.Sendable { public init( subscriberEndpoint: Swift.String? = nil - ) - { + ) { self.subscriberEndpoint = subscriberEndpoint } } @@ -1967,8 +1894,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SecurityLakeClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1990,8 +1916,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2016,8 +1941,7 @@ public struct UpdateDataLakeExceptionSubscriptionInput: Swift.Sendable { exceptionTimeToLive: Swift.Int? = nil, notificationEndpoint: Swift.String? = nil, subscriptionProtocol: Swift.String? = nil - ) - { + ) { self.exceptionTimeToLive = exceptionTimeToLive self.notificationEndpoint = notificationEndpoint self.subscriptionProtocol = subscriptionProtocol diff --git a/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/SecurityLakeClient.swift b/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/SecurityLakeClient.swift index 6432d825e01..b82c18cf49b 100644 --- a/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/SecurityLakeClient.swift +++ b/Sources/Services/AWSSecurityLake/Sources/AWSSecurityLake/SecurityLakeClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SecurityLakeClient: ClientRuntime.Client { public static let clientName = "SecurityLakeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SecurityLakeClient.SecurityLakeClientConfiguration let serviceName = "SecurityLake" diff --git a/Sources/Services/AWSServerlessApplicationRepository/Package.swift.txt b/Sources/Services/AWSServerlessApplicationRepository/Package.swift.txt index 5e0ae291079..afab6f15cf8 100644 --- a/Sources/Services/AWSServerlessApplicationRepository/Package.swift.txt +++ b/Sources/Services/AWSServerlessApplicationRepository/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/Models.swift b/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/Models.swift index 91560775424..91fa9fbcc05 100644 --- a/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/Models.swift +++ b/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/Models.swift @@ -50,8 +50,7 @@ extension ServerlessApplicationRepositoryClientTypes { public init( applicationId: Swift.String? = nil, semanticVersion: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.semanticVersion = semanticVersion } @@ -78,8 +77,7 @@ extension ServerlessApplicationRepositoryClientTypes { principalOrgIDs: [Swift.String]? = nil, principals: [Swift.String]? = nil, statementId: Swift.String? = nil - ) - { + ) { self.actions = actions self.principalOrgIDs = principalOrgIDs self.principals = principals @@ -122,8 +120,7 @@ extension ServerlessApplicationRepositoryClientTypes { labels: [Swift.String]? = nil, name: Swift.String? = nil, spdxLicenseId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.author = author self.creationTime = creationTime @@ -219,8 +216,7 @@ extension ServerlessApplicationRepositoryClientTypes { noEcho: Swift.Bool? = nil, referencedByResources: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.allowedPattern = allowedPattern self.allowedValues = allowedValues self.constraintDescription = constraintDescription @@ -252,8 +248,7 @@ extension ServerlessApplicationRepositoryClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -274,8 +269,7 @@ extension ServerlessApplicationRepositoryClientTypes { public init( arn: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.type = type } @@ -296,8 +290,7 @@ extension ServerlessApplicationRepositoryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -325,8 +318,7 @@ extension ServerlessApplicationRepositoryClientTypes { creationTime: Swift.String? = nil, semanticVersion: Swift.String? = nil, sourceCodeUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.creationTime = creationTime self.semanticVersion = semanticVersion @@ -357,8 +349,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -386,8 +377,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -415,8 +405,7 @@ public struct ForbiddenException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -444,8 +433,7 @@ public struct InternalServerErrorException: ClientRuntime.ModeledError, AWSClien public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -473,8 +461,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -531,8 +518,7 @@ public struct CreateApplicationInput: Swift.Sendable { spdxLicenseId: Swift.String? = nil, templateBody: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.author = author self.description = description self.homePageUrl = homePageUrl @@ -591,8 +577,7 @@ extension ServerlessApplicationRepositoryClientTypes { sourceCodeArchiveUrl: Swift.String? = nil, sourceCodeUrl: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.creationTime = creationTime self.parameterDefinitions = parameterDefinitions @@ -648,8 +633,7 @@ public struct CreateApplicationOutput: Swift.Sendable { spdxLicenseId: Swift.String? = nil, verifiedAuthorUrl: Swift.String? = nil, version: ServerlessApplicationRepositoryClientTypes.Version? = nil - ) - { + ) { self.applicationId = applicationId self.author = author self.creationTime = creationTime @@ -689,8 +673,7 @@ public struct CreateApplicationVersionInput: Swift.Sendable { sourceCodeUrl: Swift.String? = nil, templateBody: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.semanticVersion = semanticVersion self.sourceCodeArchiveUrl = sourceCodeArchiveUrl @@ -730,8 +713,7 @@ public struct CreateApplicationVersionOutput: Swift.Sendable { sourceCodeArchiveUrl: Swift.String? = nil, sourceCodeUrl: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.creationTime = creationTime self.parameterDefinitions = parameterDefinitions @@ -756,8 +738,7 @@ extension ServerlessApplicationRepositoryClientTypes { public init( monitoringTimeInMinutes: Swift.Int? = nil, rollbackTriggers: [ServerlessApplicationRepositoryClientTypes.RollbackTrigger]? = nil - ) - { + ) { self.monitoringTimeInMinutes = monitoringTimeInMinutes self.rollbackTriggers = rollbackTriggers } @@ -808,8 +789,7 @@ public struct CreateCloudFormationChangeSetInput: Swift.Sendable { stackName: Swift.String? = nil, tags: [ServerlessApplicationRepositoryClientTypes.Tag]? = nil, templateId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.capabilities = capabilities self.changeSetName = changeSetName @@ -841,8 +821,7 @@ public struct CreateCloudFormationChangeSetOutput: Swift.Sendable { changeSetId: Swift.String? = nil, semanticVersion: Swift.String? = nil, stackId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.changeSetId = changeSetId self.semanticVersion = semanticVersion @@ -872,8 +851,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -889,8 +867,7 @@ public struct CreateCloudFormationTemplateInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, semanticVersion: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.semanticVersion = semanticVersion } @@ -952,8 +929,7 @@ public struct CreateCloudFormationTemplateOutput: Swift.Sendable { status: ServerlessApplicationRepositoryClientTypes.Status? = nil, templateId: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.creationTime = creationTime self.expirationTime = expirationTime @@ -971,8 +947,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -987,8 +962,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, semanticVersion: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.semanticVersion = semanticVersion } @@ -1036,8 +1010,7 @@ public struct GetApplicationOutput: Swift.Sendable { spdxLicenseId: Swift.String? = nil, verifiedAuthorUrl: Swift.String? = nil, version: ServerlessApplicationRepositoryClientTypes.Version? = nil - ) - { + ) { self.applicationId = applicationId self.author = author self.creationTime = creationTime @@ -1061,8 +1034,7 @@ public struct GetApplicationPolicyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1073,8 +1045,7 @@ public struct GetApplicationPolicyOutput: Swift.Sendable { public init( statements: [ServerlessApplicationRepositoryClientTypes.ApplicationPolicyStatement]? = nil - ) - { + ) { self.statements = statements } } @@ -1090,8 +1061,7 @@ public struct GetCloudFormationTemplateInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, templateId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.templateId = templateId } @@ -1121,8 +1091,7 @@ public struct GetCloudFormationTemplateOutput: Swift.Sendable { status: ServerlessApplicationRepositoryClientTypes.Status? = nil, templateId: Swift.String? = nil, templateUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.creationTime = creationTime self.expirationTime = expirationTime @@ -1149,8 +1118,7 @@ public struct ListApplicationDependenciesInput: Swift.Sendable { maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil, semanticVersion: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxItems = maxItems self.nextToken = nextToken @@ -1167,8 +1135,7 @@ public struct ListApplicationDependenciesOutput: Swift.Sendable { public init( dependencies: [ServerlessApplicationRepositoryClientTypes.ApplicationDependencySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dependencies = dependencies self.nextToken = nextToken } @@ -1183,8 +1150,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.nextToken = nextToken } @@ -1199,8 +1165,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [ServerlessApplicationRepositoryClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -1219,8 +1184,7 @@ public struct ListApplicationVersionsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxItems: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxItems = maxItems self.nextToken = nextToken @@ -1236,8 +1200,7 @@ public struct ListApplicationVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, versions: [ServerlessApplicationRepositoryClientTypes.VersionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.versions = versions } @@ -1254,8 +1217,7 @@ public struct PutApplicationPolicyInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, statements: [ServerlessApplicationRepositoryClientTypes.ApplicationPolicyStatement]? = nil - ) - { + ) { self.applicationId = applicationId self.statements = statements } @@ -1267,8 +1229,7 @@ public struct PutApplicationPolicyOutput: Swift.Sendable { public init( statements: [ServerlessApplicationRepositoryClientTypes.ApplicationPolicyStatement]? = nil - ) - { + ) { self.statements = statements } } @@ -1284,8 +1245,7 @@ public struct UnshareApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.organizationId = organizationId } @@ -1316,8 +1276,7 @@ public struct UpdateApplicationInput: Swift.Sendable { labels: [Swift.String]? = nil, readmeBody: Swift.String? = nil, readmeUrl: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.author = author self.description = description @@ -1370,8 +1329,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { spdxLicenseId: Swift.String? = nil, verifiedAuthorUrl: Swift.String? = nil, version: ServerlessApplicationRepositoryClientTypes.Version? = nil - ) - { + ) { self.applicationId = applicationId self.author = author self.creationTime = creationTime diff --git a/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/ServerlessApplicationRepositoryClient.swift b/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/ServerlessApplicationRepositoryClient.swift index bb836baf567..c8a333e7e49 100644 --- a/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/ServerlessApplicationRepositoryClient.swift +++ b/Sources/Services/AWSServerlessApplicationRepository/Sources/AWSServerlessApplicationRepository/ServerlessApplicationRepositoryClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ServerlessApplicationRepositoryClient: ClientRuntime.Client { public static let clientName = "ServerlessApplicationRepositoryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ServerlessApplicationRepositoryClient.ServerlessApplicationRepositoryClientConfiguration let serviceName = "ServerlessApplicationRepository" diff --git a/Sources/Services/AWSServiceCatalog/Package.swift.txt b/Sources/Services/AWSServiceCatalog/Package.swift.txt index 1b138a0be2d..8f75e784f70 100644 --- a/Sources/Services/AWSServiceCatalog/Package.swift.txt +++ b/Sources/Services/AWSServiceCatalog/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/Models.swift b/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/Models.swift index dbf6787bc7e..c0a7f2690cb 100644 --- a/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/Models.swift +++ b/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/Models.swift @@ -48,8 +48,7 @@ public struct InvalidParametersException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -72,8 +71,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -96,8 +94,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -160,8 +157,7 @@ public struct AcceptPortfolioShareInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, portfolioId: Swift.String? = nil, portfolioShareType: ServiceCatalogClientTypes.PortfolioShareType? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.portfolioShareType = portfolioShareType @@ -223,8 +219,7 @@ extension ServiceCatalogClientTypes { public init( key: ServiceCatalogClientTypes.AccessLevelFilterKey? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -277,8 +272,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -303,8 +297,7 @@ public struct DuplicateResourceException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -320,8 +313,7 @@ public struct AssociateBudgetWithResourceInput: Swift.Sendable { public init( budgetName: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.budgetName = budgetName self.resourceId = resourceId } @@ -402,8 +394,7 @@ public struct AssociatePrincipalWithPortfolioInput: Swift.Sendable { portfolioId: Swift.String? = nil, principalARN: Swift.String? = nil, principalType: ServiceCatalogClientTypes.PrincipalType? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.principalARN = principalARN @@ -437,8 +428,7 @@ public struct AssociateProductWithPortfolioInput: Swift.Sendable { portfolioId: Swift.String? = nil, productId: Swift.String? = nil, sourcePortfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.productId = productId @@ -476,8 +466,7 @@ public struct AssociateServiceActionWithProvisioningArtifactInput: Swift.Sendabl productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.productId = productId @@ -509,8 +498,7 @@ public struct InvalidStateException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -533,8 +521,7 @@ public struct TagOptionNotMigratedException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -550,8 +537,7 @@ public struct AssociateTagOptionWithResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagOptionId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.tagOptionId = tagOptionId } @@ -580,8 +566,7 @@ extension ServiceCatalogClientTypes { productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.productId = productId self.provisioningArtifactId = provisioningArtifactId self.serviceActionId = serviceActionId @@ -603,8 +588,7 @@ public struct BatchAssociateServiceActionWithProvisioningArtifactInput: Swift.Se public init( acceptLanguage: Swift.String? = nil, serviceActionAssociations: [ServiceCatalogClientTypes.ServiceActionAssociation]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.serviceActionAssociations = serviceActionAssociations } @@ -672,8 +656,7 @@ extension ServiceCatalogClientTypes { productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.productId = productId @@ -689,8 +672,7 @@ public struct BatchAssociateServiceActionWithProvisioningArtifactOutput: Swift.S public init( failedServiceActionAssociations: [ServiceCatalogClientTypes.FailedServiceActionAssociation]? = nil - ) - { + ) { self.failedServiceActionAssociations = failedServiceActionAssociations } } @@ -709,8 +691,7 @@ public struct BatchDisassociateServiceActionFromProvisioningArtifactInput: Swift public init( acceptLanguage: Swift.String? = nil, serviceActionAssociations: [ServiceCatalogClientTypes.ServiceActionAssociation]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.serviceActionAssociations = serviceActionAssociations } @@ -722,8 +703,7 @@ public struct BatchDisassociateServiceActionFromProvisioningArtifactOutput: Swif public init( failedServiceActionAssociations: [ServiceCatalogClientTypes.FailedServiceActionAssociation]? = nil - ) - { + ) { self.failedServiceActionAssociations = failedServiceActionAssociations } } @@ -810,8 +790,7 @@ public struct CopyProductInput: Swift.Sendable { sourceProvisioningArtifactIdentifiers: [[Swift.String: Swift.String]]? = nil, targetProductId: Swift.String? = nil, targetProductName: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.copyOptions = copyOptions self.idempotencyToken = idempotencyToken @@ -828,8 +807,7 @@ public struct CopyProductOutput: Swift.Sendable { public init( copyProductToken: Swift.String? = nil - ) - { + ) { self.copyProductToken = copyProductToken } } @@ -877,8 +855,7 @@ public struct CreateConstraintInput: Swift.Sendable { portfolioId: Swift.String? = nil, productId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.description = description self.idempotencyToken = idempotencyToken @@ -921,8 +898,7 @@ extension ServiceCatalogClientTypes { portfolioId: Swift.String? = nil, productId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.constraintId = constraintId self.description = description self.owner = owner @@ -977,8 +953,7 @@ public struct CreateConstraintOutput: Swift.Sendable { constraintDetail: ServiceCatalogClientTypes.ConstraintDetail? = nil, constraintParameters: Swift.String? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.constraintDetail = constraintDetail self.constraintParameters = constraintParameters self.status = status @@ -1013,8 +988,7 @@ public struct CreatePortfolioInput: Swift.Sendable { idempotencyToken: Swift.String? = nil, providerName: Swift.String? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.description = description self.displayName = displayName @@ -1048,8 +1022,7 @@ extension ServiceCatalogClientTypes { displayName: Swift.String? = nil, id: Swift.String? = nil, providerName: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -1069,8 +1042,7 @@ public struct CreatePortfolioOutput: Swift.Sendable { public init( portfolioDetail: ServiceCatalogClientTypes.PortfolioDetail? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.portfolioDetail = portfolioDetail self.tags = tags } @@ -1094,8 +1066,7 @@ public struct OperationNotSupportedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1144,8 +1115,7 @@ extension ServiceCatalogClientTypes { public init( type: ServiceCatalogClientTypes.OrganizationNodeType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1178,8 +1148,7 @@ public struct CreatePortfolioShareInput: Swift.Sendable { portfolioId: Swift.String? = nil, sharePrincipals: Swift.Bool? = false, shareTagOptions: Swift.Bool? = false - ) - { + ) { self.acceptLanguage = acceptLanguage self.accountId = accountId self.organizationNode = organizationNode @@ -1195,8 +1164,7 @@ public struct CreatePortfolioShareOutput: Swift.Sendable { public init( portfolioShareToken: Swift.String? = nil - ) - { + ) { self.portfolioShareToken = portfolioShareToken } } @@ -1309,8 +1277,7 @@ extension ServiceCatalogClientTypes { info: [Swift.String: Swift.String]? = nil, name: Swift.String? = nil, type: ServiceCatalogClientTypes.ProvisioningArtifactType? = nil - ) - { + ) { self.description = description self.disableTemplateValidation = disableTemplateValidation self.info = info @@ -1342,8 +1309,7 @@ extension ServiceCatalogClientTypes { branch: Swift.String? = nil, connectionArn: Swift.String? = nil, repository: Swift.String? = nil - ) - { + ) { self.artifactPath = artifactPath self.branch = branch self.connectionArn = connectionArn @@ -1361,8 +1327,7 @@ extension ServiceCatalogClientTypes { public init( codeStar: ServiceCatalogClientTypes.CodeStarParameters? = nil - ) - { + ) { self.codeStar = codeStar } } @@ -1407,8 +1372,7 @@ extension ServiceCatalogClientTypes { public init( connectionParameters: ServiceCatalogClientTypes.SourceConnectionParameters? = nil, type: ServiceCatalogClientTypes.SourceType? = nil - ) - { + ) { self.connectionParameters = connectionParameters self.type = type } @@ -1469,8 +1433,7 @@ public struct CreateProductInput: Swift.Sendable { supportEmail: Swift.String? = nil, supportUrl: Swift.String? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.description = description self.distributor = distributor @@ -1526,8 +1489,7 @@ extension ServiceCatalogClientTypes { supportEmail: Swift.String? = nil, supportUrl: Swift.String? = nil, type: ServiceCatalogClientTypes.ProductType? = nil - ) - { + ) { self.distributor = distributor self.hasDefaultPath = hasDefaultPath self.id = id @@ -1603,8 +1565,7 @@ extension ServiceCatalogClientTypes { lastSyncStatus: ServiceCatalogClientTypes.LastSyncStatus? = nil, lastSyncStatusMessage: Swift.String? = nil, lastSyncTime: Foundation.Date? = nil - ) - { + ) { self.lastSuccessfulSyncProvisioningArtifactId = lastSuccessfulSyncProvisioningArtifactId self.lastSuccessfulSyncTime = lastSuccessfulSyncTime self.lastSyncStatus = lastSyncStatus @@ -1639,8 +1600,7 @@ extension ServiceCatalogClientTypes { connectionParameters: ServiceCatalogClientTypes.SourceConnectionParameters? = nil, lastSync: ServiceCatalogClientTypes.LastSync? = nil, type: ServiceCatalogClientTypes.SourceType? = nil - ) - { + ) { self.connectionParameters = connectionParameters self.lastSync = lastSync self.type = type @@ -1675,8 +1635,7 @@ extension ServiceCatalogClientTypes { productViewSummary: ServiceCatalogClientTypes.ProductViewSummary? = nil, sourceConnection: ServiceCatalogClientTypes.SourceConnectionDetail? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.createdTime = createdTime self.productARN = productARN self.productViewSummary = productViewSummary @@ -1753,8 +1712,7 @@ extension ServiceCatalogClientTypes { name: Swift.String? = nil, sourceRevision: Swift.String? = nil, type: ServiceCatalogClientTypes.ProvisioningArtifactType? = nil - ) - { + ) { self.active = active self.createdTime = createdTime self.description = description @@ -1779,8 +1737,7 @@ public struct CreateProductOutput: Swift.Sendable { productViewDetail: ServiceCatalogClientTypes.ProductViewDetail? = nil, provisioningArtifactDetail: ServiceCatalogClientTypes.ProvisioningArtifactDetail? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.productViewDetail = productViewDetail self.provisioningArtifactDetail = provisioningArtifactDetail self.tags = tags @@ -1828,8 +1785,7 @@ extension ServiceCatalogClientTypes { key: Swift.String? = nil, usePreviousValue: Swift.Bool = false, value: Swift.String? = nil - ) - { + ) { self.key = key self.usePreviousValue = usePreviousValue self.value = value @@ -1883,8 +1839,7 @@ public struct CreateProvisionedProductPlanInput: Swift.Sendable { provisioningArtifactId: Swift.String? = nil, provisioningParameters: [ServiceCatalogClientTypes.UpdateProvisioningParameter]? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.notificationArns = notificationArns @@ -1917,8 +1872,7 @@ public struct CreateProvisionedProductPlanOutput: Swift.Sendable { provisionProductId: Swift.String? = nil, provisionedProductName: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.planId = planId self.planName = planName self.provisionProductId = provisionProductId @@ -1949,8 +1903,7 @@ public struct CreateProvisioningArtifactInput: Swift.Sendable { idempotencyToken: Swift.String? = nil, parameters: ServiceCatalogClientTypes.ProvisioningArtifactProperties? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.parameters = parameters @@ -1970,8 +1923,7 @@ public struct CreateProvisioningArtifactOutput: Swift.Sendable { info: [Swift.String: Swift.String]? = nil, provisioningArtifactDetail: ServiceCatalogClientTypes.ProvisioningArtifactDetail? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.info = info self.provisioningArtifactDetail = provisioningArtifactDetail self.status = status @@ -2068,8 +2020,7 @@ public struct CreateServiceActionInput: Swift.Sendable { description: Swift.String? = nil, idempotencyToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.definition = definition self.definitionType = definitionType @@ -2097,8 +2048,7 @@ extension ServiceCatalogClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.definitionType = definitionType self.description = description self.id = id @@ -2119,8 +2069,7 @@ extension ServiceCatalogClientTypes { public init( definition: [Swift.String: Swift.String]? = nil, serviceActionSummary: ServiceCatalogClientTypes.ServiceActionSummary? = nil - ) - { + ) { self.definition = definition self.serviceActionSummary = serviceActionSummary } @@ -2133,8 +2082,7 @@ public struct CreateServiceActionOutput: Swift.Sendable { public init( serviceActionDetail: ServiceCatalogClientTypes.ServiceActionDetail? = nil - ) - { + ) { self.serviceActionDetail = serviceActionDetail } } @@ -2150,8 +2098,7 @@ public struct CreateTagOptionInput: Swift.Sendable { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2178,8 +2125,7 @@ extension ServiceCatalogClientTypes { key: Swift.String? = nil, owner: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.active = active self.id = id self.key = key @@ -2195,8 +2141,7 @@ public struct CreateTagOptionOutput: Swift.Sendable { public init( tagOptionDetail: ServiceCatalogClientTypes.TagOptionDetail? = nil - ) - { + ) { self.tagOptionDetail = tagOptionDetail } } @@ -2215,8 +2160,7 @@ public struct DeleteConstraintInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -2245,8 +2189,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2265,8 +2208,7 @@ public struct DeletePortfolioInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -2297,8 +2239,7 @@ public struct DeletePortfolioShareInput: Swift.Sendable { accountId: Swift.String? = nil, organizationNode: ServiceCatalogClientTypes.OrganizationNode? = nil, portfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accountId = accountId self.organizationNode = organizationNode @@ -2312,8 +2253,7 @@ public struct DeletePortfolioShareOutput: Swift.Sendable { public init( portfolioShareToken: Swift.String? = nil - ) - { + ) { self.portfolioShareToken = portfolioShareToken } } @@ -2332,8 +2272,7 @@ public struct DeleteProductInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -2361,8 +2300,7 @@ public struct DeleteProvisionedProductPlanInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, ignoreErrors: Swift.Bool? = false, planId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.ignoreErrors = ignoreErrors self.planId = planId @@ -2392,8 +2330,7 @@ public struct DeleteProvisioningArtifactInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.productId = productId self.provisioningArtifactId = provisioningArtifactId @@ -2422,8 +2359,7 @@ public struct DeleteServiceActionInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, id: Swift.String? = nil, idempotencyToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id self.idempotencyToken = idempotencyToken @@ -2442,8 +2378,7 @@ public struct DeleteTagOptionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2467,8 +2402,7 @@ public struct DescribeConstraintInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -2486,8 +2420,7 @@ public struct DescribeConstraintOutput: Swift.Sendable { constraintDetail: ServiceCatalogClientTypes.ConstraintDetail? = nil, constraintParameters: Swift.String? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.constraintDetail = constraintDetail self.constraintParameters = constraintParameters self.status = status @@ -2508,8 +2441,7 @@ public struct DescribeCopyProductStatusInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, copyProductToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.copyProductToken = copyProductToken } @@ -2559,8 +2491,7 @@ public struct DescribeCopyProductStatusOutput: Swift.Sendable { copyProductStatus: ServiceCatalogClientTypes.CopyProductStatus? = nil, statusDetail: Swift.String? = nil, targetProductId: Swift.String? = nil - ) - { + ) { self.copyProductStatus = copyProductStatus self.statusDetail = statusDetail self.targetProductId = targetProductId @@ -2581,8 +2512,7 @@ public struct DescribePortfolioInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -2597,8 +2527,7 @@ extension ServiceCatalogClientTypes { public init( budgetName: Swift.String? = nil - ) - { + ) { self.budgetName = budgetName } } @@ -2619,8 +2548,7 @@ public struct DescribePortfolioOutput: Swift.Sendable { portfolioDetail: ServiceCatalogClientTypes.PortfolioDetail? = nil, tagOptions: [ServiceCatalogClientTypes.TagOptionDetail]? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.budgets = budgets self.portfolioDetail = portfolioDetail self.tagOptions = tagOptions @@ -2680,8 +2608,7 @@ public struct DescribePortfolioSharesInput: Swift.Sendable { pageToken: Swift.String? = nil, portfolioId: Swift.String? = nil, type: ServiceCatalogClientTypes.DescribePortfolioShareType? = nil - ) - { + ) { self.pageSize = pageSize self.pageToken = pageToken self.portfolioId = portfolioId @@ -2710,8 +2637,7 @@ extension ServiceCatalogClientTypes { sharePrincipals: Swift.Bool = false, shareTagOptions: Swift.Bool = false, type: ServiceCatalogClientTypes.DescribePortfolioShareType? = nil - ) - { + ) { self.accepted = accepted self.principalId = principalId self.sharePrincipals = sharePrincipals @@ -2730,8 +2656,7 @@ public struct DescribePortfolioSharesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, portfolioShareDetails: [ServiceCatalogClientTypes.PortfolioShareDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.portfolioShareDetails = portfolioShareDetails } @@ -2744,8 +2669,7 @@ public struct DescribePortfolioShareStatusInput: Swift.Sendable { public init( portfolioShareToken: Swift.String? = nil - ) - { + ) { self.portfolioShareToken = portfolioShareToken } } @@ -2765,8 +2689,7 @@ extension ServiceCatalogClientTypes { accounts: [Swift.String]? = nil, error: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.accounts = accounts self.error = error self.message = message @@ -2786,8 +2709,7 @@ extension ServiceCatalogClientTypes { public init( shareErrors: [ServiceCatalogClientTypes.ShareError]? = nil, successfulShares: [Swift.String]? = nil - ) - { + ) { self.shareErrors = shareErrors self.successfulShares = successfulShares } @@ -2850,8 +2772,7 @@ public struct DescribePortfolioShareStatusOutput: Swift.Sendable { portfolioShareToken: Swift.String? = nil, shareDetails: ServiceCatalogClientTypes.ShareDetails? = nil, status: ServiceCatalogClientTypes.ShareStatus? = nil - ) - { + ) { self.organizationNodeValue = organizationNodeValue self.portfolioId = portfolioId self.portfolioShareToken = portfolioShareToken @@ -2876,8 +2797,7 @@ public struct DescribeProductInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id self.name = name @@ -2896,8 +2816,7 @@ extension ServiceCatalogClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -2925,8 +2844,7 @@ extension ServiceCatalogClientTypes { guidance: ServiceCatalogClientTypes.ProvisioningArtifactGuidance? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.guidance = guidance @@ -2951,8 +2869,7 @@ public struct DescribeProductOutput: Swift.Sendable { launchPaths: [ServiceCatalogClientTypes.LaunchPath]? = nil, productViewSummary: ServiceCatalogClientTypes.ProductViewSummary? = nil, provisioningArtifacts: [ServiceCatalogClientTypes.ProvisioningArtifact]? = nil - ) - { + ) { self.budgets = budgets self.launchPaths = launchPaths self.productViewSummary = productViewSummary @@ -2979,8 +2896,7 @@ public struct DescribeProductAsAdminInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, sourcePortfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id self.name = name @@ -3009,8 +2925,7 @@ extension ServiceCatalogClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, provisioningArtifactMetadata: [Swift.String: Swift.String]? = nil - ) - { + ) { self.createdTime = createdTime self.description = description self.id = id @@ -3038,8 +2953,7 @@ public struct DescribeProductAsAdminOutput: Swift.Sendable { provisioningArtifactSummaries: [ServiceCatalogClientTypes.ProvisioningArtifactSummary]? = nil, tagOptions: [ServiceCatalogClientTypes.TagOptionDetail]? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.budgets = budgets self.productViewDetail = productViewDetail self.provisioningArtifactSummaries = provisioningArtifactSummaries @@ -3062,8 +2976,7 @@ public struct DescribeProductViewInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -3078,8 +2991,7 @@ public struct DescribeProductViewOutput: Swift.Sendable { public init( productViewSummary: ServiceCatalogClientTypes.ProductViewSummary? = nil, provisioningArtifacts: [ServiceCatalogClientTypes.ProvisioningArtifact]? = nil - ) - { + ) { self.productViewSummary = productViewSummary self.provisioningArtifacts = provisioningArtifacts } @@ -3102,8 +3014,7 @@ public struct DescribeProvisionedProductInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id self.name = name @@ -3119,8 +3030,7 @@ extension ServiceCatalogClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3238,8 +3148,7 @@ extension ServiceCatalogClientTypes { status: ServiceCatalogClientTypes.ProvisionedProductStatus? = nil, statusMessage: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -3267,8 +3176,7 @@ public struct DescribeProvisionedProductOutput: Swift.Sendable { public init( cloudWatchDashboards: [ServiceCatalogClientTypes.CloudWatchDashboard]? = nil, provisionedProductDetail: ServiceCatalogClientTypes.ProvisionedProductDetail? = nil - ) - { + ) { self.cloudWatchDashboards = cloudWatchDashboards self.provisionedProductDetail = provisionedProductDetail } @@ -3294,8 +3202,7 @@ public struct DescribeProvisionedProductPlanInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, planId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -3395,8 +3302,7 @@ extension ServiceCatalogClientTypes { statusMessage: Swift.String? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil, updatedTime: Foundation.Date? = nil - ) - { + ) { self.createdTime = createdTime self.notificationArns = notificationArns self.pathId = pathId @@ -3565,8 +3471,7 @@ extension ServiceCatalogClientTypes { attribute: ServiceCatalogClientTypes.ResourceAttribute? = nil, name: Swift.String? = nil, requiresRecreation: ServiceCatalogClientTypes.RequiresRecreation? = nil - ) - { + ) { self.attribute = attribute self.name = name self.requiresRecreation = requiresRecreation @@ -3589,8 +3494,7 @@ extension ServiceCatalogClientTypes { causingEntity: Swift.String? = nil, evaluation: ServiceCatalogClientTypes.EvaluationType? = nil, target: ServiceCatalogClientTypes.ResourceTargetDefinition? = nil - ) - { + ) { self.causingEntity = causingEntity self.evaluation = evaluation self.target = target @@ -3657,8 +3561,7 @@ extension ServiceCatalogClientTypes { replacement: ServiceCatalogClientTypes.Replacement? = nil, resourceType: Swift.String? = nil, scope: [ServiceCatalogClientTypes.ResourceAttribute]? = nil - ) - { + ) { self.action = action self.details = details self.logicalResourceId = logicalResourceId @@ -3682,8 +3585,7 @@ public struct DescribeProvisionedProductPlanOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, provisionedProductPlanDetails: ServiceCatalogClientTypes.ProvisionedProductPlanDetails? = nil, resourceChanges: [ServiceCatalogClientTypes.ResourceChange]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.provisionedProductPlanDetails = provisionedProductPlanDetails self.resourceChanges = resourceChanges @@ -3718,8 +3620,7 @@ public struct DescribeProvisioningArtifactInput: Swift.Sendable { provisioningArtifactId: Swift.String? = nil, provisioningArtifactName: Swift.String? = nil, verbose: Swift.Bool? = false - ) - { + ) { self.acceptLanguage = acceptLanguage self.includeProvisioningArtifactParameters = includeProvisioningArtifactParameters self.productId = productId @@ -3757,8 +3658,7 @@ extension ServiceCatalogClientTypes { maxValue: Swift.String? = nil, minLength: Swift.String? = nil, minValue: Swift.String? = nil - ) - { + ) { self.allowedPattern = allowedPattern self.allowedValues = allowedValues self.constraintDescription = constraintDescription @@ -3794,8 +3694,7 @@ extension ServiceCatalogClientTypes { parameterConstraints: ServiceCatalogClientTypes.ParameterConstraints? = nil, parameterKey: Swift.String? = nil, parameterType: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.description = description self.isNoEcho = isNoEcho @@ -3821,8 +3720,7 @@ public struct DescribeProvisioningArtifactOutput: Swift.Sendable { provisioningArtifactDetail: ServiceCatalogClientTypes.ProvisioningArtifactDetail? = nil, provisioningArtifactParameters: [ServiceCatalogClientTypes.ProvisioningArtifactParameter]? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.info = info self.provisioningArtifactDetail = provisioningArtifactDetail self.provisioningArtifactParameters = provisioningArtifactParameters @@ -3858,8 +3756,7 @@ public struct DescribeProvisioningParametersInput: Swift.Sendable { productName: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, provisioningArtifactName: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pathId = pathId self.pathName = pathName @@ -3890,8 +3787,7 @@ extension ServiceCatalogClientTypes { public init( description: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.description = description self.type = type } @@ -3910,8 +3806,7 @@ extension ServiceCatalogClientTypes { public init( description: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.description = description self.key = key } @@ -3930,8 +3825,7 @@ extension ServiceCatalogClientTypes { public init( stackSetAccounts: [Swift.String]? = nil, stackSetRegions: [Swift.String]? = nil - ) - { + ) { self.stackSetAccounts = stackSetAccounts self.stackSetRegions = stackSetRegions } @@ -3950,8 +3844,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.key = key self.values = values } @@ -3970,8 +3863,7 @@ extension ServiceCatalogClientTypes { public init( type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -4003,8 +3895,7 @@ public struct DescribeProvisioningParametersOutput: Swift.Sendable { provisioningArtifactPreferences: ServiceCatalogClientTypes.ProvisioningArtifactPreferences? = nil, tagOptions: [ServiceCatalogClientTypes.TagOptionSummary]? = nil, usageInstructions: [ServiceCatalogClientTypes.UsageInstruction]? = nil - ) - { + ) { self.constraintSummaries = constraintSummaries self.provisioningArtifactOutputKeys = provisioningArtifactOutputKeys self.provisioningArtifactOutputs = provisioningArtifactOutputs @@ -4035,8 +3926,7 @@ public struct DescribeRecordInput: Swift.Sendable { id: Swift.String? = nil, pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id self.pageSize = pageSize @@ -4056,8 +3946,7 @@ extension ServiceCatalogClientTypes { public init( code: Swift.String? = nil, description: Swift.String? = nil - ) - { + ) { self.code = code self.description = description } @@ -4076,8 +3965,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4186,8 +4074,7 @@ extension ServiceCatalogClientTypes { recordType: Swift.String? = nil, status: ServiceCatalogClientTypes.RecordStatus? = nil, updatedTime: Foundation.Date? = nil - ) - { + ) { self.createdTime = createdTime self.launchRoleArn = launchRoleArn self.pathId = pathId @@ -4221,8 +4108,7 @@ extension ServiceCatalogClientTypes { description: Swift.String? = nil, outputKey: Swift.String? = nil, outputValue: Swift.String? = nil - ) - { + ) { self.description = description self.outputKey = outputKey self.outputValue = outputValue @@ -4242,8 +4128,7 @@ public struct DescribeRecordOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil, recordOutputs: [ServiceCatalogClientTypes.RecordOutput]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.recordDetail = recordDetail self.recordOutputs = recordOutputs @@ -4264,8 +4149,7 @@ public struct DescribeServiceActionInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.id = id } @@ -4277,8 +4161,7 @@ public struct DescribeServiceActionOutput: Swift.Sendable { public init( serviceActionDetail: ServiceCatalogClientTypes.ServiceActionDetail? = nil - ) - { + ) { self.serviceActionDetail = serviceActionDetail } } @@ -4301,8 +4184,7 @@ public struct DescribeServiceActionExecutionParametersInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, provisionedProductId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.provisionedProductId = provisionedProductId self.serviceActionId = serviceActionId @@ -4324,8 +4206,7 @@ extension ServiceCatalogClientTypes { defaultValues: [Swift.String]? = nil, name: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.defaultValues = defaultValues self.name = name self.type = type @@ -4339,8 +4220,7 @@ public struct DescribeServiceActionExecutionParametersOutput: Swift.Sendable { public init( serviceActionParameters: [ServiceCatalogClientTypes.ExecutionParameter]? = nil - ) - { + ) { self.serviceActionParameters = serviceActionParameters } } @@ -4352,8 +4232,7 @@ public struct DescribeTagOptionInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -4364,8 +4243,7 @@ public struct DescribeTagOptionOutput: Swift.Sendable { public init( tagOptionDetail: ServiceCatalogClientTypes.TagOptionDetail? = nil - ) - { + ) { self.tagOptionDetail = tagOptionDetail } } @@ -4391,8 +4269,7 @@ public struct DisassociateBudgetFromResourceInput: Swift.Sendable { public init( budgetName: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.budgetName = budgetName self.resourceId = resourceId } @@ -4424,8 +4301,7 @@ public struct DisassociatePrincipalFromPortfolioInput: Swift.Sendable { portfolioId: Swift.String? = nil, principalARN: Swift.String? = nil, principalType: ServiceCatalogClientTypes.PrincipalType? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.principalARN = principalARN @@ -4456,8 +4332,7 @@ public struct DisassociateProductFromPortfolioInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, portfolioId: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.productId = productId @@ -4494,8 +4369,7 @@ public struct DisassociateServiceActionFromProvisioningArtifactInput: Swift.Send productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.productId = productId @@ -4520,8 +4394,7 @@ public struct DisassociateTagOptionFromResourceInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagOptionId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId self.tagOptionId = tagOptionId } @@ -4560,8 +4433,7 @@ public struct ExecuteProvisionedProductPlanInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, idempotencyToken: Swift.String? = nil, planId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.planId = planId @@ -4574,8 +4446,7 @@ public struct ExecuteProvisionedProductPlanOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -4605,8 +4476,7 @@ public struct ExecuteProvisionedProductServiceActionInput: Swift.Sendable { parameters: [Swift.String: [Swift.String]]? = nil, provisionedProductId: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.executeToken = executeToken self.parameters = parameters @@ -4621,8 +4491,7 @@ public struct ExecuteProvisionedProductServiceActionOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -4638,8 +4507,7 @@ public struct GetAWSOrganizationsAccessStatusOutput: Swift.Sendable { public init( accessStatus: ServiceCatalogClientTypes.AccessStatus? = nil - ) - { + ) { self.accessStatus = accessStatus } } @@ -4669,8 +4537,7 @@ public struct GetProvisionedProductOutputsInput: Swift.Sendable { pageToken: Swift.String? = nil, provisionedProductId: Swift.String? = nil, provisionedProductName: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.outputKeys = outputKeys self.pageSize = pageSize @@ -4689,8 +4556,7 @@ public struct GetProvisionedProductOutputsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, outputs: [ServiceCatalogClientTypes.RecordOutput]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.outputs = outputs } @@ -4726,8 +4592,7 @@ public struct ImportAsProvisionedProductInput: Swift.Sendable { productId: Swift.String? = nil, provisionedProductName: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.physicalId = physicalId @@ -4743,8 +4608,7 @@ public struct ImportAsProvisionedProductOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -4774,8 +4638,7 @@ public struct ListAcceptedPortfolioSharesInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, portfolioShareType: ServiceCatalogClientTypes.PortfolioShareType? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -4792,8 +4655,7 @@ public struct ListAcceptedPortfolioSharesOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, portfolioDetails: [ServiceCatalogClientTypes.PortfolioDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.portfolioDetails = portfolioDetails } @@ -4819,8 +4681,7 @@ public struct ListBudgetsForResourceInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -4837,8 +4698,7 @@ public struct ListBudgetsForResourceOutput: Swift.Sendable { public init( budgets: [ServiceCatalogClientTypes.BudgetDetail]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.budgets = budgets self.nextPageToken = nextPageToken } @@ -4867,8 +4727,7 @@ public struct ListConstraintsForPortfolioInput: Swift.Sendable { pageToken: Swift.String? = nil, portfolioId: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -4886,8 +4745,7 @@ public struct ListConstraintsForPortfolioOutput: Swift.Sendable { public init( constraintDetails: [ServiceCatalogClientTypes.ConstraintDetail]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.constraintDetails = constraintDetails self.nextPageToken = nextPageToken } @@ -4913,8 +4771,7 @@ public struct ListLaunchPathsInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -4940,8 +4797,7 @@ extension ServiceCatalogClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.constraintSummaries = constraintSummaries self.id = id self.name = name @@ -4959,8 +4815,7 @@ public struct ListLaunchPathsOutput: Swift.Sendable { public init( launchPathSummaries: [ServiceCatalogClientTypes.LaunchPathSummary]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.launchPathSummaries = launchPathSummaries self.nextPageToken = nextPageToken } @@ -4996,8 +4851,7 @@ public struct ListOrganizationPortfolioAccessInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, portfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.organizationNodeType = organizationNodeType self.pageSize = pageSize @@ -5015,8 +4869,7 @@ public struct ListOrganizationPortfolioAccessOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, organizationNodes: [ServiceCatalogClientTypes.OrganizationNode]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.organizationNodes = organizationNodes } @@ -5045,8 +4898,7 @@ public struct ListPortfolioAccessInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, portfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.organizationParentId = organizationParentId self.pageSize = pageSize @@ -5064,8 +4916,7 @@ public struct ListPortfolioAccessOutput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, nextPageToken: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.nextPageToken = nextPageToken } @@ -5087,8 +4938,7 @@ public struct ListPortfoliosInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5104,8 +4954,7 @@ public struct ListPortfoliosOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, portfolioDetails: [ServiceCatalogClientTypes.PortfolioDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.portfolioDetails = portfolioDetails } @@ -5131,8 +4980,7 @@ public struct ListPortfoliosForProductInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5149,8 +4997,7 @@ public struct ListPortfoliosForProductOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, portfolioDetails: [ServiceCatalogClientTypes.PortfolioDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.portfolioDetails = portfolioDetails } @@ -5176,8 +5023,7 @@ public struct ListPrincipalsForPortfolioInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, portfolioId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5197,8 +5043,7 @@ extension ServiceCatalogClientTypes { public init( principalARN: Swift.String? = nil, principalType: ServiceCatalogClientTypes.PrincipalType? = nil - ) - { + ) { self.principalARN = principalARN self.principalType = principalType } @@ -5214,8 +5059,7 @@ public struct ListPrincipalsForPortfolioOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, principals: [ServiceCatalogClientTypes.Principal]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.principals = principals } @@ -5243,8 +5087,7 @@ public struct ListProvisionedProductPlansInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, provisionProductId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accessLevelFilter = accessLevelFilter self.pageSize = pageSize @@ -5277,8 +5120,7 @@ extension ServiceCatalogClientTypes { provisionProductId: Swift.String? = nil, provisionProductName: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.planId = planId self.planName = planName self.planType = planType @@ -5298,8 +5140,7 @@ public struct ListProvisionedProductPlansOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, provisionedProductPlans: [ServiceCatalogClientTypes.ProvisionedProductPlanSummary]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.provisionedProductPlans = provisionedProductPlans } @@ -5319,8 +5160,7 @@ public struct ListProvisioningArtifactsInput: Swift.Sendable { public init( acceptLanguage: Swift.String? = nil, productId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.productId = productId } @@ -5335,8 +5175,7 @@ public struct ListProvisioningArtifactsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, provisioningArtifactDetails: [ServiceCatalogClientTypes.ProvisioningArtifactDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.provisioningArtifactDetails = provisioningArtifactDetails } @@ -5362,8 +5201,7 @@ public struct ListProvisioningArtifactsForServiceActionInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, serviceActionId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5383,8 +5221,7 @@ extension ServiceCatalogClientTypes { public init( productViewSummary: ServiceCatalogClientTypes.ProductViewSummary? = nil, provisioningArtifact: ServiceCatalogClientTypes.ProvisioningArtifact? = nil - ) - { + ) { self.productViewSummary = productViewSummary self.provisioningArtifact = provisioningArtifact } @@ -5400,8 +5237,7 @@ public struct ListProvisioningArtifactsForServiceActionOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, provisioningArtifactViews: [ServiceCatalogClientTypes.ProvisioningArtifactView]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.provisioningArtifactViews = provisioningArtifactViews } @@ -5423,8 +5259,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5453,8 +5288,7 @@ public struct ListRecordHistoryInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, searchFilter: ServiceCatalogClientTypes.ListRecordHistorySearchFilter? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accessLevelFilter = accessLevelFilter self.pageSize = pageSize @@ -5472,8 +5306,7 @@ public struct ListRecordHistoryOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, recordDetails: [ServiceCatalogClientTypes.RecordDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.recordDetails = recordDetails } @@ -5499,8 +5332,7 @@ public struct ListResourcesForTagOptionInput: Swift.Sendable { pageToken: Swift.String? = nil, resourceType: Swift.String? = nil, tagOptionId: Swift.String? = nil - ) - { + ) { self.pageSize = pageSize self.pageToken = pageToken self.resourceType = resourceType @@ -5529,8 +5361,7 @@ extension ServiceCatalogClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -5549,8 +5380,7 @@ public struct ListResourcesForTagOptionOutput: Swift.Sendable { public init( pageToken: Swift.String? = nil, resourceDetails: [ServiceCatalogClientTypes.ResourceDetail]? = nil - ) - { + ) { self.pageToken = pageToken self.resourceDetails = resourceDetails } @@ -5572,8 +5402,7 @@ public struct ListServiceActionsInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5589,8 +5418,7 @@ public struct ListServiceActionsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, serviceActionSummaries: [ServiceCatalogClientTypes.ServiceActionSummary]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.serviceActionSummaries = serviceActionSummaries } @@ -5620,8 +5448,7 @@ public struct ListServiceActionsForProvisioningArtifactInput: Swift.Sendable { pageToken: Swift.String? = nil, productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5639,8 +5466,7 @@ public struct ListServiceActionsForProvisioningArtifactOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, serviceActionSummaries: [ServiceCatalogClientTypes.ServiceActionSummary]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.serviceActionSummaries = serviceActionSummaries } @@ -5666,8 +5492,7 @@ public struct ListStackInstancesForProvisionedProductInput: Swift.Sendable { pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil, provisionedProductId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pageSize = pageSize self.pageToken = pageToken @@ -5728,8 +5553,7 @@ extension ServiceCatalogClientTypes { account: Swift.String? = nil, region: Swift.String? = nil, stackInstanceStatus: ServiceCatalogClientTypes.StackInstanceStatus? = nil - ) - { + ) { self.account = account self.region = region self.stackInstanceStatus = stackInstanceStatus @@ -5746,8 +5570,7 @@ public struct ListStackInstancesForProvisionedProductOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, stackInstances: [ServiceCatalogClientTypes.StackInstance]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.stackInstances = stackInstances } @@ -5768,8 +5591,7 @@ extension ServiceCatalogClientTypes { active: Swift.Bool? = nil, key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.active = active self.key = key self.value = value @@ -5789,8 +5611,7 @@ public struct ListTagOptionsInput: Swift.Sendable { filters: ServiceCatalogClientTypes.ListTagOptionsFilters? = nil, pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.pageSize = pageSize self.pageToken = pageToken @@ -5806,8 +5627,7 @@ public struct ListTagOptionsOutput: Swift.Sendable { public init( pageToken: Swift.String? = nil, tagOptionDetails: [ServiceCatalogClientTypes.TagOptionDetail]? = nil - ) - { + ) { self.pageToken = pageToken self.tagOptionDetails = tagOptionDetails } @@ -5825,8 +5645,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -5842,8 +5661,7 @@ extension ServiceCatalogClientTypes { public init( uniqueTag: ServiceCatalogClientTypes.UniqueTagResourceIdentifier? = nil - ) - { + ) { self.uniqueTag = uniqueTag } } @@ -5906,8 +5724,7 @@ public struct NotifyProvisionProductEngineWorkflowResultInput: Swift.Sendable { resourceIdentifier: ServiceCatalogClientTypes.EngineWorkflowResourceIdentifier? = nil, status: ServiceCatalogClientTypes.EngineWorkflowStatus? = nil, workflowToken: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.idempotencyToken = idempotencyToken self.outputs = outputs @@ -5945,8 +5762,7 @@ public struct NotifyTerminateProvisionedProductEngineWorkflowResultInput: Swift. recordId: Swift.String? = nil, status: ServiceCatalogClientTypes.EngineWorkflowStatus? = nil, workflowToken: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.idempotencyToken = idempotencyToken self.recordId = recordId @@ -5985,8 +5801,7 @@ public struct NotifyUpdateProvisionedProductEngineWorkflowResultInput: Swift.Sen recordId: Swift.String? = nil, status: ServiceCatalogClientTypes.EngineWorkflowStatus? = nil, workflowToken: Swift.String? = nil - ) - { + ) { self.failureReason = failureReason self.idempotencyToken = idempotencyToken self.outputs = outputs @@ -6013,8 +5828,7 @@ extension ServiceCatalogClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -6045,8 +5859,7 @@ extension ServiceCatalogClientTypes { stackSetMaxConcurrencyCount: Swift.Int? = nil, stackSetMaxConcurrencyPercentage: Swift.Int? = nil, stackSetRegions: [Swift.String]? = nil - ) - { + ) { self.stackSetAccounts = stackSetAccounts self.stackSetFailureToleranceCount = stackSetFailureToleranceCount self.stackSetFailureTolerancePercentage = stackSetFailureTolerancePercentage @@ -6105,8 +5918,7 @@ public struct ProvisionProductInput: Swift.Sendable { provisioningParameters: [ServiceCatalogClientTypes.ProvisioningParameter]? = nil, provisioningPreferences: ServiceCatalogClientTypes.ProvisioningPreferences? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.notificationArns = notificationArns self.pathId = pathId @@ -6129,8 +5941,7 @@ public struct ProvisionProductOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -6161,8 +5972,7 @@ public struct RejectPortfolioShareInput: Swift.Sendable { acceptLanguage: Swift.String? = nil, portfolioId: Swift.String? = nil, portfolioShareType: ServiceCatalogClientTypes.PortfolioShareType? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.portfolioId = portfolioId self.portfolioShareType = portfolioShareType @@ -6193,8 +6003,7 @@ public struct ScanProvisionedProductsInput: Swift.Sendable { accessLevelFilter: ServiceCatalogClientTypes.AccessLevelFilter? = nil, pageSize: Swift.Int? = 0, pageToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accessLevelFilter = accessLevelFilter self.pageSize = pageSize @@ -6211,8 +6020,7 @@ public struct ScanProvisionedProductsOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, provisionedProducts: [ServiceCatalogClientTypes.ProvisionedProductDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.provisionedProducts = provisionedProducts } @@ -6339,8 +6147,7 @@ public struct SearchProductsInput: Swift.Sendable { pageToken: Swift.String? = nil, sortBy: ServiceCatalogClientTypes.ProductViewSortBy? = nil, sortOrder: ServiceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.filters = filters self.pageSize = pageSize @@ -6362,8 +6169,7 @@ extension ServiceCatalogClientTypes { public init( approximateCount: Swift.Int = 0, value: Swift.String? = nil - ) - { + ) { self.approximateCount = approximateCount self.value = value } @@ -6382,8 +6188,7 @@ public struct SearchProductsOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, productViewAggregations: [Swift.String: [ServiceCatalogClientTypes.ProductViewAggregationValue]]? = nil, productViewSummaries: [ServiceCatalogClientTypes.ProductViewSummary]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.productViewAggregations = productViewAggregations self.productViewSummaries = productViewSummaries @@ -6447,8 +6252,7 @@ public struct SearchProductsAsAdminInput: Swift.Sendable { productSource: ServiceCatalogClientTypes.ProductSource? = nil, sortBy: ServiceCatalogClientTypes.ProductViewSortBy? = nil, sortOrder: ServiceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.filters = filters self.pageSize = pageSize @@ -6469,8 +6273,7 @@ public struct SearchProductsAsAdminOutput: Swift.Sendable { public init( nextPageToken: Swift.String? = nil, productViewDetails: [ServiceCatalogClientTypes.ProductViewDetail]? = nil - ) - { + ) { self.nextPageToken = nextPageToken self.productViewDetails = productViewDetails } @@ -6530,8 +6333,7 @@ public struct SearchProvisionedProductsInput: Swift.Sendable { pageToken: Swift.String? = nil, sortBy: Swift.String? = nil, sortOrder: ServiceCatalogClientTypes.SortOrder? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accessLevelFilter = accessLevelFilter self.filters = filters @@ -6631,8 +6433,7 @@ extension ServiceCatalogClientTypes { type: Swift.String? = nil, userArn: Swift.String? = nil, userArnSession: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -6668,8 +6469,7 @@ public struct SearchProvisionedProductsOutput: Swift.Sendable { nextPageToken: Swift.String? = nil, provisionedProducts: [ServiceCatalogClientTypes.ProvisionedProductAttribute]? = nil, totalResultsCount: Swift.Int = 0 - ) - { + ) { self.nextPageToken = nextPageToken self.provisionedProducts = provisionedProducts self.totalResultsCount = totalResultsCount @@ -6702,8 +6502,7 @@ public struct TerminateProvisionedProductInput: Swift.Sendable { provisionedProductName: Swift.String? = nil, retainPhysicalResources: Swift.Bool? = false, terminateToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.ignoreErrors = ignoreErrors self.provisionedProductId = provisionedProductId @@ -6719,8 +6518,7 @@ public struct TerminateProvisionedProductOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -6745,8 +6543,7 @@ public struct UpdateConstraintInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, parameters: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.description = description self.id = id @@ -6766,8 +6563,7 @@ public struct UpdateConstraintOutput: Swift.Sendable { constraintDetail: ServiceCatalogClientTypes.ConstraintDetail? = nil, constraintParameters: Swift.String? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.constraintDetail = constraintDetail self.constraintParameters = constraintParameters self.status = status @@ -6803,8 +6599,7 @@ public struct UpdatePortfolioInput: Swift.Sendable { id: Swift.String? = nil, providerName: Swift.String? = nil, removeTags: [Swift.String]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.addTags = addTags self.description = description @@ -6824,8 +6619,7 @@ public struct UpdatePortfolioOutput: Swift.Sendable { public init( portfolioDetail: ServiceCatalogClientTypes.PortfolioDetail? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.portfolioDetail = portfolioDetail self.tags = tags } @@ -6857,8 +6651,7 @@ public struct UpdatePortfolioShareInput: Swift.Sendable { portfolioId: Swift.String? = nil, sharePrincipals: Swift.Bool? = nil, shareTagOptions: Swift.Bool? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.accountId = accountId self.organizationNode = organizationNode @@ -6877,8 +6670,7 @@ public struct UpdatePortfolioShareOutput: Swift.Sendable { public init( portfolioShareToken: Swift.String? = nil, status: ServiceCatalogClientTypes.ShareStatus? = nil - ) - { + ) { self.portfolioShareToken = portfolioShareToken self.status = status } @@ -6932,8 +6724,7 @@ public struct UpdateProductInput: Swift.Sendable { supportDescription: Swift.String? = nil, supportEmail: Swift.String? = nil, supportUrl: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.addTags = addTags self.description = description @@ -6958,8 +6749,7 @@ public struct UpdateProductOutput: Swift.Sendable { public init( productViewDetail: ServiceCatalogClientTypes.ProductViewDetail? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil - ) - { + ) { self.productViewDetail = productViewDetail self.tags = tags } @@ -7024,8 +6814,7 @@ extension ServiceCatalogClientTypes { stackSetMaxConcurrencyPercentage: Swift.Int? = nil, stackSetOperationType: ServiceCatalogClientTypes.StackSetOperationType? = nil, stackSetRegions: [Swift.String]? = nil - ) - { + ) { self.stackSetAccounts = stackSetAccounts self.stackSetFailureToleranceCount = stackSetFailureToleranceCount self.stackSetFailureTolerancePercentage = stackSetFailureTolerancePercentage @@ -7084,8 +6873,7 @@ public struct UpdateProvisionedProductInput: Swift.Sendable { provisioningPreferences: ServiceCatalogClientTypes.UpdateProvisioningPreferences? = nil, tags: [ServiceCatalogClientTypes.Tag]? = nil, updateToken: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.pathId = pathId self.pathName = pathName @@ -7108,8 +6896,7 @@ public struct UpdateProvisionedProductOutput: Swift.Sendable { public init( recordDetail: ServiceCatalogClientTypes.RecordDetail? = nil - ) - { + ) { self.recordDetail = recordDetail } } @@ -7165,8 +6952,7 @@ public struct UpdateProvisionedProductPropertiesInput: Swift.Sendable { idempotencyToken: Swift.String? = nil, provisionedProductId: Swift.String? = nil, provisionedProductProperties: [Swift.String: Swift.String]? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.idempotencyToken = idempotencyToken self.provisionedProductId = provisionedProductId @@ -7189,8 +6975,7 @@ public struct UpdateProvisionedProductPropertiesOutput: Swift.Sendable { provisionedProductProperties: [Swift.String: Swift.String]? = nil, recordId: Swift.String? = nil, status: ServiceCatalogClientTypes.RecordStatus? = nil - ) - { + ) { self.provisionedProductId = provisionedProductId self.provisionedProductProperties = provisionedProductProperties self.recordId = recordId @@ -7228,8 +7013,7 @@ public struct UpdateProvisioningArtifactInput: Swift.Sendable { name: Swift.String? = nil, productId: Swift.String? = nil, provisioningArtifactId: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.active = active self.description = description @@ -7252,8 +7036,7 @@ public struct UpdateProvisioningArtifactOutput: Swift.Sendable { info: [Swift.String: Swift.String]? = nil, provisioningArtifactDetail: ServiceCatalogClientTypes.ProvisioningArtifactDetail? = nil, status: ServiceCatalogClientTypes.Status? = nil - ) - { + ) { self.info = info self.provisioningArtifactDetail = provisioningArtifactDetail self.status = status @@ -7283,8 +7066,7 @@ public struct UpdateServiceActionInput: Swift.Sendable { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.acceptLanguage = acceptLanguage self.definition = definition self.description = description @@ -7299,8 +7081,7 @@ public struct UpdateServiceActionOutput: Swift.Sendable { public init( serviceActionDetail: ServiceCatalogClientTypes.ServiceActionDetail? = nil - ) - { + ) { self.serviceActionDetail = serviceActionDetail } } @@ -7318,8 +7099,7 @@ public struct UpdateTagOptionInput: Swift.Sendable { active: Swift.Bool? = nil, id: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.active = active self.id = id self.value = value @@ -7332,8 +7112,7 @@ public struct UpdateTagOptionOutput: Swift.Sendable { public init( tagOptionDetail: ServiceCatalogClientTypes.TagOptionDetail? = nil - ) - { + ) { self.tagOptionDetail = tagOptionDetail } } diff --git a/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/ServiceCatalogClient.swift b/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/ServiceCatalogClient.swift index 776121773da..42ce4901805 100644 --- a/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/ServiceCatalogClient.swift +++ b/Sources/Services/AWSServiceCatalog/Sources/AWSServiceCatalog/ServiceCatalogClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ServiceCatalogClient: ClientRuntime.Client { public static let clientName = "ServiceCatalogClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ServiceCatalogClient.ServiceCatalogClientConfiguration let serviceName = "Service Catalog" diff --git a/Sources/Services/AWSServiceCatalogAppRegistry/Package.swift.txt b/Sources/Services/AWSServiceCatalogAppRegistry/Package.swift.txt index 23d10d70be1..a02f588433e 100644 --- a/Sources/Services/AWSServiceCatalogAppRegistry/Package.swift.txt +++ b/Sources/Services/AWSServiceCatalogAppRegistry/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/Models.swift b/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/Models.swift index d16d9974bdd..144af00b9a5 100644 --- a/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/Models.swift +++ b/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/Models.swift @@ -70,8 +70,7 @@ extension ServiceCatalogAppRegistryClientTypes { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationTag = applicationTag self.arn = arn self.creationTime = creationTime @@ -108,8 +107,7 @@ extension ServiceCatalogAppRegistryClientTypes { id: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -170,8 +168,7 @@ extension ServiceCatalogAppRegistryClientTypes { resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.errorMessage = errorMessage self.resourceArn = resourceArn self.resourceType = resourceType @@ -198,8 +195,7 @@ extension ServiceCatalogAppRegistryClientTypes { errorMessage: Swift.String? = nil, nextToken: Swift.String? = nil, resources: [ServiceCatalogAppRegistryClientTypes.ResourcesListItem]? = nil - ) - { + ) { self.applicationTagStatus = applicationTagStatus self.errorMessage = errorMessage self.nextToken = nextToken @@ -217,8 +213,7 @@ extension ServiceCatalogAppRegistryClientTypes { public init( tagKey: Swift.String? = nil - ) - { + ) { self.tagKey = tagKey } } @@ -233,8 +228,7 @@ extension ServiceCatalogAppRegistryClientTypes { public init( tagQueryConfiguration: ServiceCatalogAppRegistryClientTypes.TagQueryConfiguration? = nil - ) - { + ) { self.tagQueryConfiguration = tagQueryConfiguration } } @@ -258,8 +252,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -282,8 +275,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -306,8 +298,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -330,8 +321,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -354,8 +344,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -371,8 +360,7 @@ public struct AssociateAttributeGroupInput: Swift.Sendable { public init( application: Swift.String? = nil, attributeGroup: Swift.String? = nil - ) - { + ) { self.application = application self.attributeGroup = attributeGroup } @@ -387,8 +375,7 @@ public struct AssociateAttributeGroupOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, attributeGroupArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.attributeGroupArn = attributeGroupArn } @@ -417,8 +404,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.serviceCode = serviceCode } @@ -500,8 +486,7 @@ public struct AssociateResourceInput: Swift.Sendable { options: [ServiceCatalogAppRegistryClientTypes.AssociationOption]? = nil, resource: Swift.String? = nil, resourceType: ServiceCatalogAppRegistryClientTypes.ResourceType? = nil - ) - { + ) { self.application = application self.options = options self.resource = resource @@ -521,8 +506,7 @@ public struct AssociateResourceOutput: Swift.Sendable { applicationArn: Swift.String? = nil, options: [ServiceCatalogAppRegistryClientTypes.AssociationOption]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.options = options self.resourceArn = resourceArn @@ -556,8 +540,7 @@ extension ServiceCatalogAppRegistryClientTypes { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -587,8 +570,7 @@ extension ServiceCatalogAppRegistryClientTypes { createdBy: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.id = id @@ -624,8 +606,7 @@ extension ServiceCatalogAppRegistryClientTypes { id: Swift.String? = nil, lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.creationTime = creationTime @@ -654,8 +635,7 @@ public struct CreateApplicationInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -669,8 +649,7 @@ public struct CreateApplicationOutput: Swift.Sendable { public init( application: ServiceCatalogAppRegistryClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -696,8 +675,7 @@ public struct CreateAttributeGroupInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributes = attributes self.clientToken = clientToken self.description = description @@ -712,8 +690,7 @@ public struct CreateAttributeGroupOutput: Swift.Sendable { public init( attributeGroup: ServiceCatalogAppRegistryClientTypes.AttributeGroup? = nil - ) - { + ) { self.attributeGroup = attributeGroup } } @@ -725,8 +702,7 @@ public struct DeleteApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil - ) - { + ) { self.application = application } } @@ -737,8 +713,7 @@ public struct DeleteApplicationOutput: Swift.Sendable { public init( application: ServiceCatalogAppRegistryClientTypes.ApplicationSummary? = nil - ) - { + ) { self.application = application } } @@ -750,8 +725,7 @@ public struct DeleteAttributeGroupInput: Swift.Sendable { public init( attributeGroup: Swift.String? = nil - ) - { + ) { self.attributeGroup = attributeGroup } } @@ -762,8 +736,7 @@ public struct DeleteAttributeGroupOutput: Swift.Sendable { public init( attributeGroup: ServiceCatalogAppRegistryClientTypes.AttributeGroupSummary? = nil - ) - { + ) { self.attributeGroup = attributeGroup } } @@ -779,8 +752,7 @@ public struct DisassociateAttributeGroupInput: Swift.Sendable { public init( application: Swift.String? = nil, attributeGroup: Swift.String? = nil - ) - { + ) { self.application = application self.attributeGroup = attributeGroup } @@ -795,8 +767,7 @@ public struct DisassociateAttributeGroupOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, attributeGroupArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.attributeGroupArn = attributeGroupArn } @@ -817,8 +788,7 @@ public struct DisassociateResourceInput: Swift.Sendable { application: Swift.String? = nil, resource: Swift.String? = nil, resourceType: ServiceCatalogAppRegistryClientTypes.ResourceType? = nil - ) - { + ) { self.application = application self.resource = resource self.resourceType = resourceType @@ -834,8 +804,7 @@ public struct DisassociateResourceOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.resourceArn = resourceArn } @@ -848,8 +817,7 @@ public struct GetApplicationInput: Swift.Sendable { public init( application: Swift.String? = nil - ) - { + ) { self.application = application } } @@ -910,8 +878,7 @@ extension ServiceCatalogAppRegistryClientTypes { arn: Swift.String? = nil, errorMessage: Swift.String? = nil, state: ServiceCatalogAppRegistryClientTypes.ResourceGroupState? = nil - ) - { + ) { self.arn = arn self.errorMessage = errorMessage self.state = state @@ -931,8 +898,7 @@ extension ServiceCatalogAppRegistryClientTypes { public init( applicationTagResourceGroup: ServiceCatalogAppRegistryClientTypes.ResourceGroup? = nil, resourceGroup: ServiceCatalogAppRegistryClientTypes.ResourceGroup? = nil - ) - { + ) { self.applicationTagResourceGroup = applicationTagResourceGroup self.resourceGroup = resourceGroup } @@ -972,8 +938,7 @@ public struct GetApplicationOutput: Swift.Sendable { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationTag = applicationTag self.arn = arn self.associatedResourceCount = associatedResourceCount @@ -1046,8 +1011,7 @@ public struct GetAssociatedResourceInput: Swift.Sendable { resource: Swift.String? = nil, resourceTagStatus: [ServiceCatalogAppRegistryClientTypes.ResourceItemStatus]? = nil, resourceType: ServiceCatalogAppRegistryClientTypes.ResourceType? = nil - ) - { + ) { self.application = application self.maxResults = maxResults self.nextToken = nextToken @@ -1066,8 +1030,7 @@ extension ServiceCatalogAppRegistryClientTypes { public init( resourceGroup: ServiceCatalogAppRegistryClientTypes.ResourceGroup? = nil - ) - { + ) { self.resourceGroup = resourceGroup } } @@ -1091,8 +1054,7 @@ extension ServiceCatalogAppRegistryClientTypes { associationTime: Foundation.Date? = nil, integrations: ServiceCatalogAppRegistryClientTypes.ResourceIntegrations? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.associationTime = associationTime self.integrations = integrations @@ -1113,8 +1075,7 @@ public struct GetAssociatedResourceOutput: Swift.Sendable { applicationTagResult: ServiceCatalogAppRegistryClientTypes.ApplicationTagResult? = nil, options: [ServiceCatalogAppRegistryClientTypes.AssociationOption]? = nil, resource: ServiceCatalogAppRegistryClientTypes.Resource? = nil - ) - { + ) { self.applicationTagResult = applicationTagResult self.options = options self.resource = resource @@ -1128,8 +1089,7 @@ public struct GetAttributeGroupInput: Swift.Sendable { public init( attributeGroup: Swift.String? = nil - ) - { + ) { self.attributeGroup = attributeGroup } } @@ -1164,8 +1124,7 @@ public struct GetAttributeGroupOutput: Swift.Sendable { lastUpdateTime: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.attributes = attributes self.createdBy = createdBy @@ -1184,8 +1143,7 @@ public struct GetConfigurationOutput: Swift.Sendable { public init( configuration: ServiceCatalogAppRegistryClientTypes.AppRegistryConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -1199,8 +1157,7 @@ public struct ListApplicationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1215,8 +1172,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [ServiceCatalogAppRegistryClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -1235,8 +1191,7 @@ public struct ListAssociatedAttributeGroupsInput: Swift.Sendable { application: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.application = application self.maxResults = maxResults self.nextToken = nextToken @@ -1252,8 +1207,7 @@ public struct ListAssociatedAttributeGroupsOutput: Swift.Sendable { public init( attributeGroups: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeGroups = attributeGroups self.nextToken = nextToken } @@ -1272,8 +1226,7 @@ public struct ListAssociatedResourcesInput: Swift.Sendable { application: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.application = application self.maxResults = maxResults self.nextToken = nextToken @@ -1289,8 +1242,7 @@ extension ServiceCatalogAppRegistryClientTypes { public init( tagValue: Swift.String? = nil - ) - { + ) { self.tagValue = tagValue } } @@ -1317,8 +1269,7 @@ extension ServiceCatalogAppRegistryClientTypes { options: [ServiceCatalogAppRegistryClientTypes.AssociationOption]? = nil, resourceDetails: ServiceCatalogAppRegistryClientTypes.ResourceDetails? = nil, resourceType: ServiceCatalogAppRegistryClientTypes.ResourceType? = nil - ) - { + ) { self.arn = arn self.name = name self.options = options @@ -1337,8 +1288,7 @@ public struct ListAssociatedResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [ServiceCatalogAppRegistryClientTypes.ResourceInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -1353,8 +1303,7 @@ public struct ListAttributeGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1369,8 +1318,7 @@ public struct ListAttributeGroupsOutput: Swift.Sendable { public init( attributeGroups: [ServiceCatalogAppRegistryClientTypes.AttributeGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeGroups = attributeGroups self.nextToken = nextToken } @@ -1389,8 +1337,7 @@ public struct ListAttributeGroupsForApplicationInput: Swift.Sendable { application: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.application = application self.maxResults = maxResults self.nextToken = nextToken @@ -1406,8 +1353,7 @@ public struct ListAttributeGroupsForApplicationOutput: Swift.Sendable { public init( attributeGroupsDetails: [ServiceCatalogAppRegistryClientTypes.AttributeGroupDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attributeGroupsDetails = attributeGroupsDetails self.nextToken = nextToken } @@ -1420,8 +1366,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1432,8 +1377,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1445,8 +1389,7 @@ public struct PutConfigurationInput: Swift.Sendable { public init( configuration: ServiceCatalogAppRegistryClientTypes.AppRegistryConfiguration? = nil - ) - { + ) { self.configuration = configuration } } @@ -1462,8 +1405,7 @@ public struct SyncResourceInput: Swift.Sendable { public init( resource: Swift.String? = nil, resourceType: ServiceCatalogAppRegistryClientTypes.ResourceType? = nil - ) - { + ) { self.resource = resource self.resourceType = resourceType } @@ -1510,8 +1452,7 @@ public struct SyncResourceOutput: Swift.Sendable { actionTaken: ServiceCatalogAppRegistryClientTypes.SyncAction? = nil, applicationArn: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.actionTaken = actionTaken self.applicationArn = applicationArn self.resourceArn = resourceArn @@ -1529,8 +1470,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1552,8 +1492,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1578,8 +1517,7 @@ public struct UpdateApplicationInput: Swift.Sendable { application: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.application = application self.description = description self.name = name @@ -1592,8 +1530,7 @@ public struct UpdateApplicationOutput: Swift.Sendable { public init( application: ServiceCatalogAppRegistryClientTypes.Application? = nil - ) - { + ) { self.application = application } } @@ -1615,8 +1552,7 @@ public struct UpdateAttributeGroupInput: Swift.Sendable { attributes: Swift.String? = nil, description: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.attributeGroup = attributeGroup self.attributes = attributes self.description = description @@ -1630,8 +1566,7 @@ public struct UpdateAttributeGroupOutput: Swift.Sendable { public init( attributeGroup: ServiceCatalogAppRegistryClientTypes.AttributeGroup? = nil - ) - { + ) { self.attributeGroup = attributeGroup } } diff --git a/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/ServiceCatalogAppRegistryClient.swift b/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/ServiceCatalogAppRegistryClient.swift index 6568198083f..322b7a78c68 100644 --- a/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/ServiceCatalogAppRegistryClient.swift +++ b/Sources/Services/AWSServiceCatalogAppRegistry/Sources/AWSServiceCatalogAppRegistry/ServiceCatalogAppRegistryClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ServiceCatalogAppRegistryClient: ClientRuntime.Client { public static let clientName = "ServiceCatalogAppRegistryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ServiceCatalogAppRegistryClient.ServiceCatalogAppRegistryClientConfiguration let serviceName = "Service Catalog AppRegistry" diff --git a/Sources/Services/AWSServiceDiscovery/Package.swift.txt b/Sources/Services/AWSServiceDiscovery/Package.swift.txt index a577a025385..1ff70f8b23c 100644 --- a/Sources/Services/AWSServiceDiscovery/Package.swift.txt +++ b/Sources/Services/AWSServiceDiscovery/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/Models.swift b/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/Models.swift index 1a8d0061448..c452ea3df65 100644 --- a/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/Models.swift +++ b/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/Models.swift @@ -53,8 +53,7 @@ public struct DuplicateRequest: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( duplicateOperationId: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.duplicateOperationId = duplicateOperationId self.properties.message = message } @@ -78,8 +77,7 @@ public struct InvalidInput: ClientRuntime.ModeledError, AWSClientRuntime.AWSServ public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -108,8 +106,7 @@ public struct NamespaceAlreadyExists: ClientRuntime.ModeledError, AWSClientRunti creatorRequestId: Swift.String? = nil, message: Swift.String? = nil, namespaceId: Swift.String? = nil - ) - { + ) { self.properties.creatorRequestId = creatorRequestId self.properties.message = message self.properties.namespaceId = namespaceId @@ -134,8 +131,7 @@ public struct ResourceLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +157,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -182,8 +177,7 @@ extension ServiceDiscoveryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -206,8 +200,7 @@ public struct CreateHttpNamespaceInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [ServiceDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.description = description self.name = name @@ -221,8 +214,7 @@ public struct CreateHttpNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -237,8 +229,7 @@ extension ServiceDiscoveryClientTypes { public init( ttl: Swift.Int? = nil - ) - { + ) { self.ttl = ttl } } @@ -254,8 +245,7 @@ extension ServiceDiscoveryClientTypes { public init( soa: ServiceDiscoveryClientTypes.SOA? = nil - ) - { + ) { self.soa = soa } } @@ -271,8 +261,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsProperties: ServiceDiscoveryClientTypes.PrivateDnsPropertiesMutable? = nil - ) - { + ) { self.dnsProperties = dnsProperties } } @@ -301,8 +290,7 @@ public struct CreatePrivateDnsNamespaceInput: Swift.Sendable { properties: ServiceDiscoveryClientTypes.PrivateDnsNamespaceProperties? = nil, tags: [ServiceDiscoveryClientTypes.Tag]? = nil, vpc: Swift.String? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.description = description self.name = name @@ -318,8 +306,7 @@ public struct CreatePrivateDnsNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -334,8 +321,7 @@ extension ServiceDiscoveryClientTypes { public init( soa: ServiceDiscoveryClientTypes.SOA? = nil - ) - { + ) { self.soa = soa } } @@ -351,8 +337,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsProperties: ServiceDiscoveryClientTypes.PublicDnsPropertiesMutable? = nil - ) - { + ) { self.dnsProperties = dnsProperties } } @@ -377,8 +362,7 @@ public struct CreatePublicDnsNamespaceInput: Swift.Sendable { name: Swift.String? = nil, properties: ServiceDiscoveryClientTypes.PublicDnsNamespaceProperties? = nil, tags: [ServiceDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.description = description self.name = name @@ -393,8 +377,7 @@ public struct CreatePublicDnsNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -417,8 +400,7 @@ public struct NamespaceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -447,8 +429,7 @@ public struct ServiceAlreadyExists: ClientRuntime.ModeledError, AWSClientRuntime creatorRequestId: Swift.String? = nil, message: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.properties.creatorRequestId = creatorRequestId self.properties.message = message self.properties.serviceId = serviceId @@ -548,8 +529,7 @@ extension ServiceDiscoveryClientTypes { public init( ttl: Swift.Int? = nil, type: ServiceDiscoveryClientTypes.RecordType? = nil - ) - { + ) { self.ttl = ttl self.type = type } @@ -602,8 +582,7 @@ extension ServiceDiscoveryClientTypes { dnsRecords: [ServiceDiscoveryClientTypes.DnsRecord]? = nil, namespaceId: Swift.String? = nil, routingPolicy: ServiceDiscoveryClientTypes.RoutingPolicy? = nil - ) - { + ) { self.dnsRecords = dnsRecords self.namespaceId = namespaceId self.routingPolicy = routingPolicy @@ -675,8 +654,7 @@ extension ServiceDiscoveryClientTypes { failureThreshold: Swift.Int? = nil, resourcePath: Swift.String? = nil, type: ServiceDiscoveryClientTypes.HealthCheckType? = nil - ) - { + ) { self.failureThreshold = failureThreshold self.resourcePath = resourcePath self.type = type @@ -715,8 +693,7 @@ extension ServiceDiscoveryClientTypes { public init( failureThreshold: Swift.Int? = nil - ) - { + ) { self.failureThreshold = failureThreshold } } @@ -786,8 +763,7 @@ public struct CreateServiceInput: Swift.Sendable { namespaceId: Swift.String? = nil, tags: [ServiceDiscoveryClientTypes.Tag]? = nil, type: ServiceDiscoveryClientTypes.ServiceTypeOption? = nil - ) - { + ) { self.creatorRequestId = creatorRequestId self.description = description self.dnsConfig = dnsConfig @@ -874,8 +850,7 @@ extension ServiceDiscoveryClientTypes { name: Swift.String? = nil, namespaceId: Swift.String? = nil, type: ServiceDiscoveryClientTypes.ServiceType? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.creatorRequestId = creatorRequestId @@ -898,8 +873,7 @@ public struct CreateServiceOutput: Swift.Sendable { public init( service: ServiceDiscoveryClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -922,8 +896,7 @@ public struct CustomHealthNotFound: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -975,8 +948,7 @@ public struct ResourceInUse: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -988,8 +960,7 @@ public struct DeleteNamespaceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1000,8 +971,7 @@ public struct DeleteNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -1024,8 +994,7 @@ public struct ServiceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1037,8 +1006,7 @@ public struct DeleteServiceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1059,8 +1027,7 @@ public struct DeleteServiceAttributesInput: Swift.Sendable { public init( attributes: [Swift.String]? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.serviceId = serviceId } @@ -1089,8 +1056,7 @@ public struct InstanceNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1106,8 +1072,7 @@ public struct DeregisterInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.serviceId = serviceId } @@ -1119,8 +1084,7 @@ public struct DeregisterInstanceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -1143,8 +1107,7 @@ public struct RequestLimitExceeded: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1207,8 +1170,7 @@ public struct DiscoverInstancesInput: Swift.Sendable { optionalParameters: [Swift.String: Swift.String]? = nil, queryParameters: [Swift.String: Swift.String]? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.healthStatus = healthStatus self.maxResults = maxResults self.namespaceName = namespaceName @@ -1271,8 +1233,7 @@ extension ServiceDiscoveryClientTypes { instanceId: Swift.String? = nil, namespaceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.healthStatus = healthStatus self.instanceId = instanceId @@ -1291,8 +1252,7 @@ public struct DiscoverInstancesOutput: Swift.Sendable { public init( instances: [ServiceDiscoveryClientTypes.HttpInstanceSummary]? = nil, instancesRevision: Swift.Int? = nil - ) - { + ) { self.instances = instances self.instancesRevision = instancesRevision } @@ -1309,8 +1269,7 @@ public struct DiscoverInstancesRevisionInput: Swift.Sendable { public init( namespaceName: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.namespaceName = namespaceName self.serviceName = serviceName } @@ -1322,8 +1281,7 @@ public struct DiscoverInstancesRevisionOutput: Swift.Sendable { public init( instancesRevision: Swift.Int? = nil - ) - { + ) { self.instancesRevision = instancesRevision } } @@ -1338,8 +1296,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsRecords: [ServiceDiscoveryClientTypes.DnsRecord]? = nil - ) - { + ) { self.dnsRecords = dnsRecords } } @@ -1357,8 +1314,7 @@ extension ServiceDiscoveryClientTypes { public init( hostedZoneId: Swift.String? = nil, soa: ServiceDiscoveryClientTypes.SOA? = nil - ) - { + ) { self.hostedZoneId = hostedZoneId self.soa = soa } @@ -1411,8 +1367,7 @@ public struct GetInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.serviceId = serviceId } @@ -1462,8 +1417,7 @@ extension ServiceDiscoveryClientTypes { attributes: [Swift.String: Swift.String]? = nil, creatorRequestId: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.creatorRequestId = creatorRequestId self.id = id @@ -1477,8 +1431,7 @@ public struct GetInstanceOutput: Swift.Sendable { public init( instance: ServiceDiscoveryClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -1499,8 +1452,7 @@ public struct GetInstancesHealthStatusInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.instances = instances self.maxResults = maxResults self.nextToken = nextToken @@ -1517,8 +1469,7 @@ public struct GetInstancesHealthStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, status: [Swift.String: ServiceDiscoveryClientTypes.HealthStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.status = status } @@ -1531,8 +1482,7 @@ public struct GetNamespaceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1546,8 +1496,7 @@ extension ServiceDiscoveryClientTypes { public init( httpName: Swift.String? = nil - ) - { + ) { self.httpName = httpName } } @@ -1565,8 +1514,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsProperties: ServiceDiscoveryClientTypes.DnsProperties? = nil, httpProperties: ServiceDiscoveryClientTypes.HttpProperties? = nil - ) - { + ) { self.dnsProperties = dnsProperties self.httpProperties = httpProperties } @@ -1638,8 +1586,7 @@ extension ServiceDiscoveryClientTypes { properties: ServiceDiscoveryClientTypes.NamespaceProperties? = nil, serviceCount: Swift.Int? = nil, type: ServiceDiscoveryClientTypes.NamespaceType? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.creatorRequestId = creatorRequestId @@ -1659,8 +1606,7 @@ public struct GetNamespaceOutput: Swift.Sendable { public init( namespace: ServiceDiscoveryClientTypes.Namespace? = nil - ) - { + ) { self.namespace = namespace } } @@ -1683,8 +1629,7 @@ public struct OperationNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1696,8 +1641,7 @@ public struct GetOperationInput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -1854,8 +1798,7 @@ extension ServiceDiscoveryClientTypes { targets: [Swift.String: Swift.String]? = nil, type: ServiceDiscoveryClientTypes.OperationType? = nil, updateDate: Foundation.Date? = nil - ) - { + ) { self.createDate = createDate self.errorCode = errorCode self.errorMessage = errorMessage @@ -1874,8 +1817,7 @@ public struct GetOperationOutput: Swift.Sendable { public init( operation: ServiceDiscoveryClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -1887,8 +1829,7 @@ public struct GetServiceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1899,8 +1840,7 @@ public struct GetServiceOutput: Swift.Sendable { public init( service: ServiceDiscoveryClientTypes.Service? = nil - ) - { + ) { self.service = service } } @@ -1912,8 +1852,7 @@ public struct GetServiceAttributesInput: Swift.Sendable { public init( serviceId: Swift.String? = nil - ) - { + ) { self.serviceId = serviceId } } @@ -1937,8 +1876,7 @@ extension ServiceDiscoveryClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, serviceArn: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.serviceArn = serviceArn } @@ -1951,8 +1889,7 @@ public struct GetServiceAttributesOutput: Swift.Sendable { public init( serviceAttributes: ServiceDiscoveryClientTypes.ServiceAttributes? = nil - ) - { + ) { self.serviceAttributes = serviceAttributes } } @@ -1967,8 +1904,7 @@ extension ServiceDiscoveryClientTypes { public init( description: Swift.String? = nil - ) - { + ) { self.description = description } } @@ -1993,8 +1929,7 @@ extension ServiceDiscoveryClientTypes { public init( attributes: [Swift.String: Swift.String]? = nil, id: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.id = id } @@ -2014,8 +1949,7 @@ public struct ListInstancesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceId = serviceId @@ -2031,8 +1965,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instances: [ServiceDiscoveryClientTypes.InstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -2103,8 +2036,7 @@ extension ServiceDiscoveryClientTypes { condition: ServiceDiscoveryClientTypes.FilterCondition? = nil, name: ServiceDiscoveryClientTypes.NamespaceFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -2124,8 +2056,7 @@ public struct ListNamespacesInput: Swift.Sendable { filters: [ServiceDiscoveryClientTypes.NamespaceFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2162,8 +2093,7 @@ extension ServiceDiscoveryClientTypes { properties: ServiceDiscoveryClientTypes.NamespaceProperties? = nil, serviceCount: Swift.Int? = nil, type: ServiceDiscoveryClientTypes.NamespaceType? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.description = description @@ -2185,8 +2115,7 @@ public struct ListNamespacesOutput: Swift.Sendable { public init( namespaces: [ServiceDiscoveryClientTypes.NamespaceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.namespaces = namespaces self.nextToken = nextToken } @@ -2273,8 +2202,7 @@ extension ServiceDiscoveryClientTypes { condition: ServiceDiscoveryClientTypes.FilterCondition? = nil, name: ServiceDiscoveryClientTypes.OperationFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -2294,8 +2222,7 @@ public struct ListOperationsInput: Swift.Sendable { filters: [ServiceDiscoveryClientTypes.OperationFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2322,8 +2249,7 @@ extension ServiceDiscoveryClientTypes { public init( id: Swift.String? = nil, status: ServiceDiscoveryClientTypes.OperationStatus? = nil - ) - { + ) { self.id = id self.status = status } @@ -2339,8 +2265,7 @@ public struct ListOperationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, operations: [ServiceDiscoveryClientTypes.OperationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.operations = operations } @@ -2391,8 +2316,7 @@ extension ServiceDiscoveryClientTypes { condition: ServiceDiscoveryClientTypes.FilterCondition? = nil, name: ServiceDiscoveryClientTypes.ServiceFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.condition = condition self.name = name self.values = values @@ -2412,8 +2336,7 @@ public struct ListServicesInput: Swift.Sendable { filters: [ServiceDiscoveryClientTypes.ServiceFilter]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2463,8 +2386,7 @@ extension ServiceDiscoveryClientTypes { instanceCount: Swift.Int? = nil, name: Swift.String? = nil, type: ServiceDiscoveryClientTypes.ServiceType? = nil - ) - { + ) { self.arn = arn self.createDate = createDate self.description = description @@ -2488,8 +2410,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, services: [ServiceDiscoveryClientTypes.ServiceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.services = services } @@ -2513,8 +2434,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2526,8 +2446,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2538,8 +2457,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ServiceDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2554,8 +2472,7 @@ extension ServiceDiscoveryClientTypes { public init( ttl: Swift.Int? = nil - ) - { + ) { self.ttl = ttl } } @@ -2571,8 +2488,7 @@ extension ServiceDiscoveryClientTypes { public init( soa: ServiceDiscoveryClientTypes.SOAChange? = nil - ) - { + ) { self.soa = soa } } @@ -2588,8 +2504,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsProperties: ServiceDiscoveryClientTypes.PrivateDnsPropertiesMutableChange? = nil - ) - { + ) { self.dnsProperties = dnsProperties } } @@ -2607,8 +2522,7 @@ extension ServiceDiscoveryClientTypes { public init( description: Swift.String? = nil, properties: ServiceDiscoveryClientTypes.PrivateDnsNamespacePropertiesChange? = nil - ) - { + ) { self.description = description self.properties = properties } @@ -2625,8 +2539,7 @@ extension ServiceDiscoveryClientTypes { public init( soa: ServiceDiscoveryClientTypes.SOAChange? = nil - ) - { + ) { self.soa = soa } } @@ -2642,8 +2555,7 @@ extension ServiceDiscoveryClientTypes { public init( dnsProperties: ServiceDiscoveryClientTypes.PublicDnsPropertiesMutableChange? = nil - ) - { + ) { self.dnsProperties = dnsProperties } } @@ -2661,8 +2573,7 @@ extension ServiceDiscoveryClientTypes { public init( description: Swift.String? = nil, properties: ServiceDiscoveryClientTypes.PublicDnsNamespacePropertiesChange? = nil - ) - { + ) { self.description = description self.properties = properties } @@ -2720,8 +2631,7 @@ public struct RegisterInstanceInput: Swift.Sendable { creatorRequestId: Swift.String? = nil, instanceId: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.creatorRequestId = creatorRequestId self.instanceId = instanceId @@ -2735,8 +2645,7 @@ public struct RegisterInstanceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2752,8 +2661,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ServiceDiscoveryClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2775,8 +2683,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2801,8 +2708,7 @@ public struct UpdateHttpNamespaceInput: Swift.Sendable { id: Swift.String? = nil, namespace: ServiceDiscoveryClientTypes.HttpNamespaceChange? = nil, updaterRequestId: Swift.String? = nil - ) - { + ) { self.id = id self.namespace = namespace self.updaterRequestId = updaterRequestId @@ -2815,8 +2721,7 @@ public struct UpdateHttpNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2836,8 +2741,7 @@ public struct UpdateInstanceCustomHealthStatusInput: Swift.Sendable { instanceId: Swift.String? = nil, serviceId: Swift.String? = nil, status: ServiceDiscoveryClientTypes.CustomHealthStatus? = nil - ) - { + ) { self.instanceId = instanceId self.serviceId = serviceId self.status = status @@ -2858,8 +2762,7 @@ public struct UpdatePrivateDnsNamespaceInput: Swift.Sendable { id: Swift.String? = nil, namespace: ServiceDiscoveryClientTypes.PrivateDnsNamespaceChange? = nil, updaterRequestId: Swift.String? = nil - ) - { + ) { self.id = id self.namespace = namespace self.updaterRequestId = updaterRequestId @@ -2872,8 +2775,7 @@ public struct UpdatePrivateDnsNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2892,8 +2794,7 @@ public struct UpdatePublicDnsNamespaceInput: Swift.Sendable { id: Swift.String? = nil, namespace: ServiceDiscoveryClientTypes.PublicDnsNamespaceChange? = nil, updaterRequestId: Swift.String? = nil - ) - { + ) { self.id = id self.namespace = namespace self.updaterRequestId = updaterRequestId @@ -2906,8 +2807,7 @@ public struct UpdatePublicDnsNamespaceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2927,8 +2827,7 @@ extension ServiceDiscoveryClientTypes { description: Swift.String? = nil, dnsConfig: ServiceDiscoveryClientTypes.DnsConfigChange? = nil, healthCheckConfig: ServiceDiscoveryClientTypes.HealthCheckConfig? = nil - ) - { + ) { self.description = description self.dnsConfig = dnsConfig self.healthCheckConfig = healthCheckConfig @@ -2947,8 +2846,7 @@ public struct UpdateServiceInput: Swift.Sendable { public init( id: Swift.String? = nil, service: ServiceDiscoveryClientTypes.ServiceChange? = nil - ) - { + ) { self.id = id self.service = service } @@ -2960,8 +2858,7 @@ public struct UpdateServiceOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2984,8 +2881,7 @@ public struct ServiceAttributesLimitExceededException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3001,8 +2897,7 @@ public struct UpdateServiceAttributesInput: Swift.Sendable { public init( attributes: [Swift.String: Swift.String]? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.serviceId = serviceId } diff --git a/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/ServiceDiscoveryClient.swift b/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/ServiceDiscoveryClient.swift index a5c0f646cd0..0de11750b6c 100644 --- a/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/ServiceDiscoveryClient.swift +++ b/Sources/Services/AWSServiceDiscovery/Sources/AWSServiceDiscovery/ServiceDiscoveryClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ServiceDiscoveryClient: ClientRuntime.Client { public static let clientName = "ServiceDiscoveryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ServiceDiscoveryClient.ServiceDiscoveryClientConfiguration let serviceName = "ServiceDiscovery" diff --git a/Sources/Services/AWSServiceQuotas/Package.swift.txt b/Sources/Services/AWSServiceQuotas/Package.swift.txt index 6c41ad31e81..b57806fdfac 100644 --- a/Sources/Services/AWSServiceQuotas/Package.swift.txt +++ b/Sources/Services/AWSServiceQuotas/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/Models.swift b/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/Models.swift index 24c225efe83..10a5e3932af 100644 --- a/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/Models.swift +++ b/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/Models.swift @@ -43,8 +43,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -99,8 +98,7 @@ public struct AWSServiceAccessNotEnabledException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -123,8 +121,7 @@ public struct DependencyAccessDeniedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +144,7 @@ public struct NoAvailableOrganizationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -171,8 +167,7 @@ public struct OrganizationNotInAllFeaturesModeException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -195,8 +190,7 @@ public struct ServiceException: ClientRuntime.ModeledError, AWSClientRuntime.AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -219,8 +213,7 @@ public struct TemplatesNotAvailableInRegionException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -243,8 +236,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -277,8 +269,7 @@ public struct IllegalArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -301,8 +292,7 @@ public struct NoSuchResourceException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -322,8 +312,7 @@ public struct DeleteServiceQuotaIncreaseRequestFromTemplateInput: Swift.Sendable awsRegion: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.quotaCode = quotaCode self.serviceCode = serviceCode @@ -353,8 +342,7 @@ public struct ServiceQuotaTemplateNotInUseException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -424,8 +412,7 @@ extension ServiceQuotasClientTypes { public init( errorCode: ServiceQuotasClientTypes.ErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -472,8 +459,7 @@ public struct GetAssociationForServiceQuotaTemplateOutput: Swift.Sendable { public init( serviceQuotaTemplateAssociationStatus: ServiceQuotasClientTypes.ServiceQuotaTemplateAssociationStatus? = nil - ) - { + ) { self.serviceQuotaTemplateAssociationStatus = serviceQuotaTemplateAssociationStatus } } @@ -489,8 +475,7 @@ public struct GetAWSDefaultServiceQuotaInput: Swift.Sendable { public init( quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.quotaCode = quotaCode self.serviceCode = serviceCode } @@ -552,8 +537,7 @@ extension ServiceQuotasClientTypes { public init( periodUnit: ServiceQuotasClientTypes.PeriodUnit? = nil, periodValue: Swift.Int? = nil - ) - { + ) { self.periodUnit = periodUnit self.periodValue = periodValue } @@ -604,8 +588,7 @@ extension ServiceQuotasClientTypes { contextId: Swift.String? = nil, contextScope: ServiceQuotasClientTypes.QuotaContextScope? = nil, contextScopeType: Swift.String? = nil - ) - { + ) { self.contextId = contextId self.contextScope = contextScope self.contextScopeType = contextScopeType @@ -631,8 +614,7 @@ extension ServiceQuotasClientTypes { metricName: Swift.String? = nil, metricNamespace: Swift.String? = nil, metricStatisticRecommendation: Swift.String? = nil - ) - { + ) { self.metricDimensions = metricDimensions self.metricName = metricName self.metricNamespace = metricNamespace @@ -689,8 +671,7 @@ extension ServiceQuotasClientTypes { unit: Swift.String? = nil, usageMetric: ServiceQuotasClientTypes.MetricInfo? = nil, value: Swift.Double? = nil - ) - { + ) { self.adjustable = adjustable self.errorReason = errorReason self.globalQuota = globalQuota @@ -715,8 +696,7 @@ public struct GetAWSDefaultServiceQuotaOutput: Swift.Sendable { public init( quota: ServiceQuotasClientTypes.ServiceQuota? = nil - ) - { + ) { self.quota = quota } } @@ -728,8 +708,7 @@ public struct GetRequestedServiceQuotaChangeInput: Swift.Sendable { public init( requestId: Swift.String? = nil - ) - { + ) { self.requestId = requestId } } @@ -832,8 +811,7 @@ extension ServiceQuotasClientTypes { serviceName: Swift.String? = nil, status: ServiceQuotasClientTypes.RequestStatus? = nil, unit: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.created = created self.desiredValue = desiredValue @@ -860,8 +838,7 @@ public struct GetRequestedServiceQuotaChangeOutput: Swift.Sendable { public init( requestedQuota: ServiceQuotasClientTypes.RequestedServiceQuotaChange? = nil - ) - { + ) { self.requestedQuota = requestedQuota } } @@ -880,8 +857,7 @@ public struct GetServiceQuotaInput: Swift.Sendable { contextId: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.contextId = contextId self.quotaCode = quotaCode self.serviceCode = serviceCode @@ -894,8 +870,7 @@ public struct GetServiceQuotaOutput: Swift.Sendable { public init( quota: ServiceQuotasClientTypes.ServiceQuota? = nil - ) - { + ) { self.quota = quota } } @@ -915,8 +890,7 @@ public struct GetServiceQuotaIncreaseRequestFromTemplateInput: Swift.Sendable { awsRegion: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.quotaCode = quotaCode self.serviceCode = serviceCode @@ -953,8 +927,7 @@ extension ServiceQuotasClientTypes { serviceCode: Swift.String? = nil, serviceName: Swift.String? = nil, unit: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.desiredValue = desiredValue self.globalQuota = globalQuota @@ -973,8 +946,7 @@ public struct GetServiceQuotaIncreaseRequestFromTemplateOutput: Swift.Sendable { public init( serviceQuotaIncreaseRequestInTemplate: ServiceQuotasClientTypes.ServiceQuotaIncreaseRequestInTemplate? = nil - ) - { + ) { self.serviceQuotaIncreaseRequestInTemplate = serviceQuotaIncreaseRequestInTemplate } } @@ -993,8 +965,7 @@ extension ServiceQuotasClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1019,8 +990,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1043,8 +1013,7 @@ public struct InvalidResourceStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1062,8 +1031,7 @@ public struct ListAWSDefaultServiceQuotasInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceCode = serviceCode @@ -1079,8 +1047,7 @@ public struct ListAWSDefaultServiceQuotasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quotas: [ServiceQuotasClientTypes.ServiceQuota]? = nil - ) - { + ) { self.nextToken = nextToken self.quotas = quotas } @@ -1104,8 +1071,7 @@ public struct ListRequestedServiceQuotaChangeHistoryInput: Swift.Sendable { quotaRequestedAtLevel: ServiceQuotasClientTypes.AppliedLevelEnum? = nil, serviceCode: Swift.String? = nil, status: ServiceQuotasClientTypes.RequestStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.quotaRequestedAtLevel = quotaRequestedAtLevel @@ -1123,8 +1089,7 @@ public struct ListRequestedServiceQuotaChangeHistoryOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, requestedQuotas: [ServiceQuotasClientTypes.RequestedServiceQuotaChange]? = nil - ) - { + ) { self.nextToken = nextToken self.requestedQuotas = requestedQuotas } @@ -1153,8 +1118,7 @@ public struct ListRequestedServiceQuotaChangeHistoryByQuotaInput: Swift.Sendable quotaRequestedAtLevel: ServiceQuotasClientTypes.AppliedLevelEnum? = nil, serviceCode: Swift.String? = nil, status: ServiceQuotasClientTypes.RequestStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.quotaCode = quotaCode @@ -1173,8 +1137,7 @@ public struct ListRequestedServiceQuotaChangeHistoryByQuotaOutput: Swift.Sendabl public init( nextToken: Swift.String? = nil, requestedQuotas: [ServiceQuotasClientTypes.RequestedServiceQuotaChange]? = nil - ) - { + ) { self.nextToken = nextToken self.requestedQuotas = requestedQuotas } @@ -1195,8 +1158,7 @@ public struct ListServiceQuotaIncreaseRequestsInTemplateInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.maxResults = maxResults self.nextToken = nextToken @@ -1213,8 +1175,7 @@ public struct ListServiceQuotaIncreaseRequestsInTemplateOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, serviceQuotaIncreaseRequestInTemplateList: [ServiceQuotasClientTypes.ServiceQuotaIncreaseRequestInTemplate]? = nil - ) - { + ) { self.nextToken = nextToken self.serviceQuotaIncreaseRequestInTemplateList = serviceQuotaIncreaseRequestInTemplateList } @@ -1239,8 +1200,7 @@ public struct ListServiceQuotasInput: Swift.Sendable { quotaAppliedAtLevel: ServiceQuotasClientTypes.AppliedLevelEnum? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.quotaAppliedAtLevel = quotaAppliedAtLevel @@ -1258,8 +1218,7 @@ public struct ListServiceQuotasOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quotas: [ServiceQuotasClientTypes.ServiceQuota]? = nil - ) - { + ) { self.nextToken = nextToken self.quotas = quotas } @@ -1274,8 +1233,7 @@ public struct ListServicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1293,8 +1251,7 @@ extension ServiceQuotasClientTypes { public init( serviceCode: Swift.String? = nil, serviceName: Swift.String? = nil - ) - { + ) { self.serviceCode = serviceCode self.serviceName = serviceName } @@ -1310,8 +1267,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, services: [ServiceQuotasClientTypes.ServiceInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.services = services } @@ -1324,8 +1280,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1336,8 +1291,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ServiceQuotasClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1360,8 +1314,7 @@ public struct QuotaExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1385,8 +1338,7 @@ public struct PutServiceQuotaIncreaseRequestIntoTemplateInput: Swift.Sendable { desiredValue: Swift.Double? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.awsRegion = awsRegion self.desiredValue = desiredValue self.quotaCode = quotaCode @@ -1400,8 +1352,7 @@ public struct PutServiceQuotaIncreaseRequestIntoTemplateOutput: Swift.Sendable { public init( serviceQuotaIncreaseRequestInTemplate: ServiceQuotasClientTypes.ServiceQuotaIncreaseRequestInTemplate? = nil - ) - { + ) { self.serviceQuotaIncreaseRequestInTemplate = serviceQuotaIncreaseRequestInTemplate } } @@ -1424,8 +1375,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1448,8 +1398,7 @@ public struct RequestServiceQuotaIncreaseInput: Swift.Sendable { desiredValue: Swift.Double? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.contextId = contextId self.desiredValue = desiredValue self.quotaCode = quotaCode @@ -1463,8 +1412,7 @@ public struct RequestServiceQuotaIncreaseOutput: Swift.Sendable { public init( requestedQuota: ServiceQuotasClientTypes.RequestedServiceQuotaChange? = nil - ) - { + ) { self.requestedQuota = requestedQuota } } @@ -1487,8 +1435,7 @@ public struct TagPolicyViolationException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1511,8 +1458,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1528,8 +1474,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ServiceQuotasClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1551,8 +1496,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/ServiceQuotasClient.swift b/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/ServiceQuotasClient.swift index f24e7698b93..744dc55d507 100644 --- a/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/ServiceQuotasClient.swift +++ b/Sources/Services/AWSServiceQuotas/Sources/AWSServiceQuotas/ServiceQuotasClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ServiceQuotasClient: ClientRuntime.Client { public static let clientName = "ServiceQuotasClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ServiceQuotasClient.ServiceQuotasClientConfiguration let serviceName = "Service Quotas" diff --git a/Sources/Services/AWSShield/Package.swift.txt b/Sources/Services/AWSShield/Package.swift.txt index e0e7855292c..95f9edffb38 100644 --- a/Sources/Services/AWSShield/Package.swift.txt +++ b/Sources/Services/AWSShield/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSShield/Sources/AWSShield/Models.swift b/Sources/Services/AWSShield/Sources/AWSShield/Models.swift index 22dd8b25c58..d94f848e2c5 100644 --- a/Sources/Services/AWSShield/Sources/AWSShield/Models.swift +++ b/Sources/Services/AWSShield/Sources/AWSShield/Models.swift @@ -44,8 +44,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -68,8 +67,7 @@ public struct AccessDeniedForDependencyException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -104,8 +102,7 @@ extension ShieldClientTypes { public init( block: ShieldClientTypes.BlockAction? = nil, count: ShieldClientTypes.CountAction? = nil - ) - { + ) { self.block = block self.count = count } @@ -155,8 +152,7 @@ extension ShieldClientTypes { public init( action: ShieldClientTypes.ResponseAction? = nil, status: ShieldClientTypes.ApplicationLayerAutomaticResponseStatus? = nil - ) - { + ) { self.action = action self.status = status } @@ -181,8 +177,7 @@ public struct InternalErrorException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -205,8 +200,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -225,8 +219,7 @@ extension ShieldClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -286,8 +279,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu fields: [ShieldClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: ShieldClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -318,8 +310,7 @@ public struct LimitsExceededException: ClientRuntime.ModeledError, AWSClientRunt limit: Swift.Int = 0, message: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.properties.limit = limit self.properties.message = message self.properties.type = type @@ -344,8 +335,7 @@ public struct NoAssociatedRoleException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -368,8 +358,7 @@ public struct OptimisticLockException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -395,8 +384,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -409,8 +397,7 @@ public struct AssociateDRTLogBucketInput: Swift.Sendable { public init( logBucket: Swift.String? = nil - ) - { + ) { self.logBucket = logBucket } } @@ -427,8 +414,7 @@ public struct AssociateDRTRoleInput: Swift.Sendable { public init( roleArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn } } @@ -456,8 +442,7 @@ public struct InvalidResourceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -473,8 +458,7 @@ public struct AssociateHealthCheckInput: Swift.Sendable { public init( healthCheckArn: Swift.String? = nil, protectionId: Swift.String? = nil - ) - { + ) { self.healthCheckArn = healthCheckArn self.protectionId = protectionId } @@ -501,8 +485,7 @@ extension ShieldClientTypes { contactNotes: Swift.String? = nil, emailAddress: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.contactNotes = contactNotes self.emailAddress = emailAddress self.phoneNumber = phoneNumber @@ -517,8 +500,7 @@ public struct AssociateProactiveEngagementDetailsInput: Swift.Sendable { public init( emergencyContactList: [ShieldClientTypes.EmergencyContact]? = nil - ) - { + ) { self.emergencyContactList = emergencyContactList } } @@ -552,8 +534,7 @@ extension ShieldClientTypes { name: Swift.String? = nil, sum: Swift.Double = 0.0, unit: Swift.String? = nil - ) - { + ) { self.average = average self.max = max self.n = n @@ -652,8 +633,7 @@ extension ShieldClientTypes { public init( name: Swift.String? = nil, value: Swift.Int = 0 - ) - { + ) { self.name = name self.value = value } @@ -716,8 +696,7 @@ extension ShieldClientTypes { topContributors: [ShieldClientTypes.Contributor]? = nil, total: Swift.Int = 0, unit: ShieldClientTypes.Unit? = nil - ) - { + ) { self.attackLayer = attackLayer self.attackPropertyIdentifier = attackPropertyIdentifier self.topContributors = topContributors @@ -736,8 +715,7 @@ extension ShieldClientTypes { public init( mitigationName: Swift.String? = nil - ) - { + ) { self.mitigationName = mitigationName } } @@ -756,8 +734,7 @@ extension ShieldClientTypes { public init( vectorCounters: [ShieldClientTypes.SummarizedCounter]? = nil, vectorType: Swift.String? = nil - ) - { + ) { self.vectorCounters = vectorCounters self.vectorType = vectorType } @@ -811,8 +788,7 @@ extension ShieldClientTypes { counters: [ShieldClientTypes.SummarizedCounter]? = nil, id: Swift.String? = nil, type: ShieldClientTypes.SubResourceType? = nil - ) - { + ) { self.attackVectors = attackVectors self.counters = counters self.id = id @@ -851,8 +827,7 @@ extension ShieldClientTypes { resourceArn: Swift.String? = nil, startTime: Foundation.Date? = nil, subResources: [ShieldClientTypes.SubResourceSummary]? = nil - ) - { + ) { self.attackCounters = attackCounters self.attackId = attackId self.attackProperties = attackProperties @@ -875,8 +850,7 @@ extension ShieldClientTypes { public init( max: Swift.Double = 0.0 - ) - { + ) { self.max = max } } @@ -897,8 +871,7 @@ extension ShieldClientTypes { bitsPerSecond: ShieldClientTypes.AttackVolumeStatistics? = nil, packetsPerSecond: ShieldClientTypes.AttackVolumeStatistics? = nil, requestsPerSecond: ShieldClientTypes.AttackVolumeStatistics? = nil - ) - { + ) { self.bitsPerSecond = bitsPerSecond self.packetsPerSecond = packetsPerSecond self.requestsPerSecond = requestsPerSecond @@ -919,8 +892,7 @@ extension ShieldClientTypes { public init( attackCount: Swift.Int = 0, attackVolume: ShieldClientTypes.AttackVolume? = nil - ) - { + ) { self.attackCount = attackCount self.attackVolume = attackVolume } @@ -973,8 +945,7 @@ extension ShieldClientTypes { public init( vectorType: Swift.String? = nil - ) - { + ) { self.vectorType = vectorType } } @@ -1001,8 +972,7 @@ extension ShieldClientTypes { endTime: Foundation.Date? = nil, resourceArn: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.attackId = attackId self.attackVectors = attackVectors self.endTime = endTime @@ -1062,8 +1032,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -1081,8 +1050,7 @@ extension ShieldClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1115,8 +1083,7 @@ public struct CreateProtectionInput: Swift.Sendable { name: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [ShieldClientTypes.Tag]? = nil - ) - { + ) { self.name = name self.resourceArn = resourceArn self.tags = tags @@ -1129,8 +1096,7 @@ public struct CreateProtectionOutput: Swift.Sendable { public init( protectionId: Swift.String? = nil - ) - { + ) { self.protectionId = protectionId } } @@ -1270,8 +1236,7 @@ public struct CreateProtectionGroupInput: Swift.Sendable { protectionGroupId: Swift.String? = nil, resourceType: ShieldClientTypes.ProtectedResourceType? = nil, tags: [ShieldClientTypes.Tag]? = nil - ) - { + ) { self.aggregation = aggregation self.members = members self.pattern = pattern @@ -1303,8 +1268,7 @@ public struct DeleteProtectionInput: Swift.Sendable { public init( protectionId: Swift.String? = nil - ) - { + ) { self.protectionId = protectionId } } @@ -1321,8 +1285,7 @@ public struct DeleteProtectionGroupInput: Swift.Sendable { public init( protectionGroupId: Swift.String? = nil - ) - { + ) { self.protectionGroupId = protectionGroupId } } @@ -1350,8 +1313,7 @@ public struct LockedSubscriptionException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1375,8 +1337,7 @@ public struct DescribeAttackInput: Swift.Sendable { public init( attackId: Swift.String? = nil - ) - { + ) { self.attackId = attackId } } @@ -1387,8 +1348,7 @@ public struct DescribeAttackOutput: Swift.Sendable { public init( attack: ShieldClientTypes.AttackDetail? = nil - ) - { + ) { self.attack = attack } } @@ -1410,8 +1370,7 @@ extension ShieldClientTypes { public init( fromInclusive: Foundation.Date? = nil, toExclusive: Foundation.Date? = nil - ) - { + ) { self.fromInclusive = fromInclusive self.toExclusive = toExclusive } @@ -1429,8 +1388,7 @@ public struct DescribeAttackStatisticsOutput: Swift.Sendable { public init( dataItems: [ShieldClientTypes.AttackStatisticsDataItem]? = nil, timeRange: ShieldClientTypes.TimeRange? = nil - ) - { + ) { self.dataItems = dataItems self.timeRange = timeRange } @@ -1450,8 +1408,7 @@ public struct DescribeDRTAccessOutput: Swift.Sendable { public init( logBucketList: [Swift.String]? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.logBucketList = logBucketList self.roleArn = roleArn } @@ -1468,8 +1425,7 @@ public struct DescribeEmergencyContactSettingsOutput: Swift.Sendable { public init( emergencyContactList: [ShieldClientTypes.EmergencyContact]? = nil - ) - { + ) { self.emergencyContactList = emergencyContactList } } @@ -1483,8 +1439,7 @@ public struct DescribeProtectionInput: Swift.Sendable { public init( protectionId: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.protectionId = protectionId self.resourceArn = resourceArn } @@ -1514,8 +1469,7 @@ extension ShieldClientTypes { name: Swift.String? = nil, protectionArn: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.applicationLayerAutomaticResponseConfiguration = applicationLayerAutomaticResponseConfiguration self.healthCheckIds = healthCheckIds self.id = id @@ -1532,8 +1486,7 @@ public struct DescribeProtectionOutput: Swift.Sendable { public init( protection: ShieldClientTypes.Protection? = nil - ) - { + ) { self.protection = protection } } @@ -1545,8 +1498,7 @@ public struct DescribeProtectionGroupInput: Swift.Sendable { public init( protectionGroupId: Swift.String? = nil - ) - { + ) { self.protectionGroupId = protectionGroupId } } @@ -1585,8 +1537,7 @@ extension ShieldClientTypes { protectionGroupArn: Swift.String? = nil, protectionGroupId: Swift.String? = nil, resourceType: ShieldClientTypes.ProtectedResourceType? = nil - ) - { + ) { self.aggregation = aggregation self.members = members self.pattern = pattern @@ -1604,8 +1555,7 @@ public struct DescribeProtectionGroupOutput: Swift.Sendable { public init( protectionGroup: ShieldClientTypes.ProtectionGroup? = nil - ) - { + ) { self.protectionGroup = protectionGroup } } @@ -1627,8 +1577,7 @@ extension ShieldClientTypes { public init( max: Swift.Int = 0, type: Swift.String? = nil - ) - { + ) { self.max = max self.type = type } @@ -1677,8 +1626,7 @@ extension ShieldClientTypes { public init( maxMembers: Swift.Int = 0 - ) - { + ) { self.maxMembers = maxMembers } } @@ -1694,8 +1642,7 @@ extension ShieldClientTypes { public init( arbitraryPatternLimits: ShieldClientTypes.ProtectionGroupArbitraryPatternLimits? = nil - ) - { + ) { self.arbitraryPatternLimits = arbitraryPatternLimits } } @@ -1715,8 +1662,7 @@ extension ShieldClientTypes { public init( maxProtectionGroups: Swift.Int = 0, patternTypeLimits: ShieldClientTypes.ProtectionGroupPatternTypeLimits? = nil - ) - { + ) { self.maxProtectionGroups = maxProtectionGroups self.patternTypeLimits = patternTypeLimits } @@ -1733,8 +1679,7 @@ extension ShieldClientTypes { public init( protectedResourceTypeLimits: [ShieldClientTypes.Limit]? = nil - ) - { + ) { self.protectedResourceTypeLimits = protectedResourceTypeLimits } } @@ -1754,8 +1699,7 @@ extension ShieldClientTypes { public init( protectionGroupLimits: ShieldClientTypes.ProtectionGroupLimits? = nil, protectionLimits: ShieldClientTypes.ProtectionLimits? = nil - ) - { + ) { self.protectionGroupLimits = protectionGroupLimits self.protectionLimits = protectionLimits } @@ -1793,8 +1737,7 @@ extension ShieldClientTypes { subscriptionArn: Swift.String? = nil, subscriptionLimits: ShieldClientTypes.SubscriptionLimits? = nil, timeCommitmentInSeconds: Swift.Int = 0 - ) - { + ) { self.autoRenew = autoRenew self.endTime = endTime self.limits = limits @@ -1813,8 +1756,7 @@ public struct DescribeSubscriptionOutput: Swift.Sendable { public init( subscription: ShieldClientTypes.Subscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -1826,8 +1768,7 @@ public struct DisableApplicationLayerAutomaticResponseInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1854,8 +1795,7 @@ public struct DisassociateDRTLogBucketInput: Swift.Sendable { public init( logBucket: Swift.String? = nil - ) - { + ) { self.logBucket = logBucket } } @@ -1886,8 +1826,7 @@ public struct DisassociateHealthCheckInput: Swift.Sendable { public init( healthCheckArn: Swift.String? = nil, protectionId: Swift.String? = nil - ) - { + ) { self.healthCheckArn = healthCheckArn self.protectionId = protectionId } @@ -1909,8 +1848,7 @@ public struct EnableApplicationLayerAutomaticResponseInput: Swift.Sendable { public init( action: ShieldClientTypes.ResponseAction? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.action = action self.resourceArn = resourceArn } @@ -1972,8 +1910,7 @@ public struct GetSubscriptionStateOutput: Swift.Sendable { public init( subscriptionState: ShieldClientTypes.SubscriptionState? = nil - ) - { + ) { self.subscriptionState = subscriptionState } } @@ -1996,8 +1933,7 @@ public struct ListAttacksInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceArns: [Swift.String]? = nil, startTime: ShieldClientTypes.TimeRange? = nil - ) - { + ) { self.endTime = endTime self.maxResults = maxResults self.nextToken = nextToken @@ -2015,8 +1951,7 @@ public struct ListAttacksOutput: Swift.Sendable { public init( attackSummaries: [ShieldClientTypes.AttackSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.attackSummaries = attackSummaries self.nextToken = nextToken } @@ -2040,8 +1975,7 @@ public struct InvalidPaginationTokenException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2064,8 +1998,7 @@ extension ShieldClientTypes { patterns: [ShieldClientTypes.ProtectionGroupPattern]? = nil, protectionGroupIds: [Swift.String]? = nil, resourceTypes: [ShieldClientTypes.ProtectedResourceType]? = nil - ) - { + ) { self.aggregations = aggregations self.patterns = patterns self.protectionGroupIds = protectionGroupIds @@ -2086,8 +2019,7 @@ public struct ListProtectionGroupsInput: Swift.Sendable { inclusionFilters: ShieldClientTypes.InclusionProtectionGroupFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inclusionFilters = inclusionFilters self.maxResults = maxResults self.nextToken = nextToken @@ -2104,8 +2036,7 @@ public struct ListProtectionGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, protectionGroups: [ShieldClientTypes.ProtectionGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.protectionGroups = protectionGroups } @@ -2126,8 +2057,7 @@ extension ShieldClientTypes { protectionNames: [Swift.String]? = nil, resourceArns: [Swift.String]? = nil, resourceTypes: [ShieldClientTypes.ProtectedResourceType]? = nil - ) - { + ) { self.protectionNames = protectionNames self.resourceArns = resourceArns self.resourceTypes = resourceTypes @@ -2147,8 +2077,7 @@ public struct ListProtectionsInput: Swift.Sendable { inclusionFilters: ShieldClientTypes.InclusionProtectionFilters? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.inclusionFilters = inclusionFilters self.maxResults = maxResults self.nextToken = nextToken @@ -2164,8 +2093,7 @@ public struct ListProtectionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, protections: [ShieldClientTypes.Protection]? = nil - ) - { + ) { self.nextToken = nextToken self.protections = protections } @@ -2184,8 +2112,7 @@ public struct ListResourcesInProtectionGroupInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, protectionGroupId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.protectionGroupId = protectionGroupId @@ -2202,8 +2129,7 @@ public struct ListResourcesInProtectionGroupOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceArns: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.resourceArns = resourceArns } @@ -2216,8 +2142,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -2228,8 +2153,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [ShieldClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2245,8 +2169,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [ShieldClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2268,8 +2191,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2291,8 +2213,7 @@ public struct UpdateApplicationLayerAutomaticResponseInput: Swift.Sendable { public init( action: ShieldClientTypes.ResponseAction? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.action = action self.resourceArn = resourceArn } @@ -2309,8 +2230,7 @@ public struct UpdateEmergencyContactSettingsInput: Swift.Sendable { public init( emergencyContactList: [ShieldClientTypes.EmergencyContact]? = nil - ) - { + ) { self.emergencyContactList = emergencyContactList } } @@ -2347,8 +2267,7 @@ public struct UpdateProtectionGroupInput: Swift.Sendable { pattern: ShieldClientTypes.ProtectionGroupPattern? = nil, protectionGroupId: Swift.String? = nil, resourceType: ShieldClientTypes.ProtectedResourceType? = nil - ) - { + ) { self.aggregation = aggregation self.members = members self.pattern = pattern @@ -2368,8 +2287,7 @@ public struct UpdateSubscriptionInput: Swift.Sendable { public init( autoRenew: ShieldClientTypes.AutoRenew? = nil - ) - { + ) { self.autoRenew = autoRenew } } diff --git a/Sources/Services/AWSShield/Sources/AWSShield/ShieldClient.swift b/Sources/Services/AWSShield/Sources/AWSShield/ShieldClient.swift index 71e5d5d9380..e7af3de1a3f 100644 --- a/Sources/Services/AWSShield/Sources/AWSShield/ShieldClient.swift +++ b/Sources/Services/AWSShield/Sources/AWSShield/ShieldClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class ShieldClient: ClientRuntime.Client { public static let clientName = "ShieldClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: ShieldClient.ShieldClientConfiguration let serviceName = "Shield" diff --git a/Sources/Services/AWSSigner/Package.swift.txt b/Sources/Services/AWSSigner/Package.swift.txt index 6a8661e68aa..61d13a44e3e 100644 --- a/Sources/Services/AWSSigner/Package.swift.txt +++ b/Sources/Services/AWSSigner/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,15 +73,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyWaitersAPI", + name: "SmithyTimestamps", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyWaitersAPI", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSigner/Sources/AWSSigner/Models.swift b/Sources/Services/AWSSigner/Sources/AWSSigner/Models.swift index fad79706278..c4a1fa652f1 100644 --- a/Sources/Services/AWSSigner/Sources/AWSSigner/Models.swift +++ b/Sources/Services/AWSSigner/Sources/AWSSigner/Models.swift @@ -65,8 +65,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -92,8 +91,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -119,8 +117,7 @@ public struct InternalServiceErrorException: ClientRuntime.ModeledError, AWSClie public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -146,8 +143,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -173,8 +169,7 @@ public struct ServiceLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -200,8 +195,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -227,8 +221,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -267,8 +260,7 @@ public struct AddProfilePermissionInput: Swift.Sendable { profileVersion: Swift.String? = nil, revisionId: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.principal = principal self.profileName = profileName @@ -284,8 +276,7 @@ public struct AddProfilePermissionOutput: Swift.Sendable { public init( revisionId: Swift.String? = nil - ) - { + ) { self.revisionId = revisionId } } @@ -310,8 +301,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -324,8 +314,7 @@ public struct CancelSigningProfileInput: Swift.Sendable { public init( profileName: Swift.String? = nil - ) - { + ) { self.profileName = profileName } } @@ -363,8 +352,7 @@ public struct DescribeSigningJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -439,8 +427,7 @@ extension SignerClientTypes { public init( encryptionAlgorithm: SignerClientTypes.EncryptionAlgorithm? = nil, hashAlgorithm: SignerClientTypes.HashAlgorithm? = nil - ) - { + ) { self.encryptionAlgorithm = encryptionAlgorithm self.hashAlgorithm = hashAlgorithm } @@ -491,8 +478,7 @@ extension SignerClientTypes { public init( signingConfiguration: SignerClientTypes.SigningConfigurationOverrides? = nil, signingImageFormat: SignerClientTypes.ImageFormat? = nil - ) - { + ) { self.signingConfiguration = signingConfiguration self.signingImageFormat = signingImageFormat } @@ -514,8 +500,7 @@ extension SignerClientTypes { reason: Swift.String? = nil, revokedAt: Foundation.Date? = nil, revokedBy: Swift.String? = nil - ) - { + ) { self.reason = reason self.revokedAt = revokedAt self.revokedBy = revokedBy @@ -535,8 +520,7 @@ extension SignerClientTypes { public init( bucketName: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.key = key } @@ -552,8 +536,7 @@ extension SignerClientTypes { public init( s3: SignerClientTypes.S3SignedObject? = nil - ) - { + ) { self.s3 = s3 } } @@ -569,8 +552,7 @@ extension SignerClientTypes { public init( certificateArn: Swift.String? = nil - ) - { + ) { self.certificateArn = certificateArn } } @@ -594,8 +576,7 @@ extension SignerClientTypes { bucketName: Swift.String? = nil, key: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.key = key self.version = version @@ -612,8 +593,7 @@ extension SignerClientTypes { public init( s3: SignerClientTypes.S3Source? = nil - ) - { + ) { self.s3 = s3 } } @@ -711,8 +691,7 @@ public struct DescribeSigningJobOutput: Swift.Sendable { source: SignerClientTypes.Source? = nil, status: SignerClientTypes.SigningStatus? = nil, statusReason: Swift.String? = nil - ) - { + ) { self.completedAt = completedAt self.createdAt = createdAt self.jobId = jobId @@ -747,8 +726,7 @@ extension SignerClientTypes { public init( bucketName: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.`prefix` = `prefix` } @@ -764,8 +742,7 @@ extension SignerClientTypes { public init( s3: SignerClientTypes.S3Destination? = nil - ) - { + ) { self.s3 = s3 } } @@ -785,8 +762,7 @@ extension SignerClientTypes { public init( allowedValues: [SignerClientTypes.EncryptionAlgorithm]? = nil, defaultValue: SignerClientTypes.EncryptionAlgorithm? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue } @@ -826,8 +802,7 @@ public struct GetRevocationStatusInput: Swift.Sendable { platformId: Swift.String? = nil, profileVersionArn: Swift.String? = nil, signatureTimestamp: Foundation.Date? = nil - ) - { + ) { self.certificateHashes = certificateHashes self.jobArn = jobArn self.platformId = platformId @@ -842,8 +817,7 @@ public struct GetRevocationStatusOutput: Swift.Sendable { public init( revokedEntities: [Swift.String]? = nil - ) - { + ) { self.revokedEntities = revokedEntities } } @@ -855,8 +829,7 @@ public struct GetSigningPlatformInput: Swift.Sendable { public init( platformId: Swift.String? = nil - ) - { + ) { self.platformId = platformId } } @@ -875,8 +848,7 @@ extension SignerClientTypes { public init( allowedValues: [SignerClientTypes.HashAlgorithm]? = nil, defaultValue: SignerClientTypes.HashAlgorithm? = nil - ) - { + ) { self.allowedValues = allowedValues self.defaultValue = defaultValue } @@ -897,8 +869,7 @@ extension SignerClientTypes { public init( encryptionAlgorithmOptions: SignerClientTypes.EncryptionAlgorithmOptions? = nil, hashAlgorithmOptions: SignerClientTypes.HashAlgorithmOptions? = nil - ) - { + ) { self.encryptionAlgorithmOptions = encryptionAlgorithmOptions self.hashAlgorithmOptions = hashAlgorithmOptions } @@ -919,8 +890,7 @@ extension SignerClientTypes { public init( defaultFormat: SignerClientTypes.ImageFormat? = nil, supportedFormats: [SignerClientTypes.ImageFormat]? = nil - ) - { + ) { self.defaultFormat = defaultFormat self.supportedFormats = supportedFormats } @@ -957,8 +927,7 @@ public struct GetSigningPlatformOutput: Swift.Sendable { signingConfiguration: SignerClientTypes.SigningConfiguration? = nil, signingImageFormat: SignerClientTypes.SigningImageFormat? = nil, target: Swift.String? = nil - ) - { + ) { self.category = category self.displayName = displayName self.maxSizeInMB = maxSizeInMB @@ -981,8 +950,7 @@ public struct GetSigningProfileInput: Swift.Sendable { public init( profileName: Swift.String? = nil, profileOwner: Swift.String? = nil - ) - { + ) { self.profileName = profileName self.profileOwner = profileOwner } @@ -1003,8 +971,7 @@ extension SignerClientTypes { revocationEffectiveFrom: Foundation.Date? = nil, revokedAt: Foundation.Date? = nil, revokedBy: Swift.String? = nil - ) - { + ) { self.revocationEffectiveFrom = revocationEffectiveFrom self.revokedAt = revokedAt self.revokedBy = revokedBy @@ -1056,8 +1023,7 @@ extension SignerClientTypes { public init( type: SignerClientTypes.ValidityType? = nil, value: Swift.Int = 0 - ) - { + ) { self.type = type self.value = value } @@ -1141,8 +1107,7 @@ public struct GetSigningProfileOutput: Swift.Sendable { status: SignerClientTypes.SigningProfileStatus? = nil, statusReason: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.overrides = overrides self.platformDisplayName = platformDisplayName @@ -1170,8 +1135,7 @@ public struct ListProfilePermissionsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileName: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.profileName = profileName } @@ -1195,8 +1159,7 @@ extension SignerClientTypes { principal: Swift.String? = nil, profileVersion: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.action = action self.principal = principal self.profileVersion = profileVersion @@ -1220,8 +1183,7 @@ public struct ListProfilePermissionsOutput: Swift.Sendable { permissions: [SignerClientTypes.Permission]? = nil, policySizeBytes: Swift.Int = 0, revisionId: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions self.policySizeBytes = policySizeBytes @@ -1259,8 +1221,7 @@ public struct ListSigningJobsInput: Swift.Sendable { signatureExpiresAfter: Foundation.Date? = nil, signatureExpiresBefore: Foundation.Date? = nil, status: SignerClientTypes.SigningStatus? = nil - ) - { + ) { self.isRevoked = isRevoked self.jobInvoker = jobInvoker self.maxResults = maxResults @@ -1321,8 +1282,7 @@ extension SignerClientTypes { signingMaterial: SignerClientTypes.SigningMaterial? = nil, source: SignerClientTypes.Source? = nil, status: SignerClientTypes.SigningStatus? = nil - ) - { + ) { self.createdAt = createdAt self.isRevoked = isRevoked self.jobId = jobId @@ -1350,8 +1310,7 @@ public struct ListSigningJobsOutput: Swift.Sendable { public init( jobs: [SignerClientTypes.SigningJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -1375,8 +1334,7 @@ public struct ListSigningPlatformsInput: Swift.Sendable { nextToken: Swift.String? = nil, partner: Swift.String? = nil, target: Swift.String? = nil - ) - { + ) { self.category = category self.maxResults = maxResults self.nextToken = nextToken @@ -1418,8 +1376,7 @@ extension SignerClientTypes { signingConfiguration: SignerClientTypes.SigningConfiguration? = nil, signingImageFormat: SignerClientTypes.SigningImageFormat? = nil, target: Swift.String? = nil - ) - { + ) { self.category = category self.displayName = displayName self.maxSizeInMB = maxSizeInMB @@ -1442,8 +1399,7 @@ public struct ListSigningPlatformsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, platforms: [SignerClientTypes.SigningPlatform]? = nil - ) - { + ) { self.nextToken = nextToken self.platforms = platforms } @@ -1467,8 +1423,7 @@ public struct ListSigningProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, platformId: Swift.String? = nil, statuses: [SignerClientTypes.SigningProfileStatus]? = nil - ) - { + ) { self.includeCanceled = includeCanceled self.maxResults = maxResults self.nextToken = nextToken @@ -1516,8 +1471,7 @@ extension SignerClientTypes { signingParameters: [Swift.String: Swift.String]? = nil, status: SignerClientTypes.SigningProfileStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.platformDisplayName = platformDisplayName self.platformId = platformId @@ -1542,8 +1496,7 @@ public struct ListSigningProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profiles: [SignerClientTypes.SigningProfile]? = nil - ) - { + ) { self.nextToken = nextToken self.profiles = profiles } @@ -1569,8 +1522,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1583,8 +1535,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1595,8 +1546,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1627,8 +1577,7 @@ public struct PutSigningProfileInput: Swift.Sendable { signingMaterial: SignerClientTypes.SigningMaterial? = nil, signingParameters: [Swift.String: Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.overrides = overrides self.platformId = platformId self.profileName = profileName @@ -1651,8 +1600,7 @@ public struct PutSigningProfileOutput: Swift.Sendable { arn: Swift.String? = nil, profileVersion: Swift.String? = nil, profileVersionArn: Swift.String? = nil - ) - { + ) { self.arn = arn self.profileVersion = profileVersion self.profileVersionArn = profileVersionArn @@ -1674,8 +1622,7 @@ public struct RemoveProfilePermissionInput: Swift.Sendable { profileName: Swift.String? = nil, revisionId: Swift.String? = nil, statementId: Swift.String? = nil - ) - { + ) { self.profileName = profileName self.revisionId = revisionId self.statementId = statementId @@ -1688,8 +1635,7 @@ public struct RemoveProfilePermissionOutput: Swift.Sendable { public init( revisionId: Swift.String? = nil - ) - { + ) { self.revisionId = revisionId } } @@ -1708,8 +1654,7 @@ public struct RevokeSignatureInput: Swift.Sendable { jobId: Swift.String? = nil, jobOwner: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.jobOwner = jobOwner self.reason = reason @@ -1735,8 +1680,7 @@ public struct RevokeSigningProfileInput: Swift.Sendable { profileName: Swift.String? = nil, profileVersion: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.effectiveTime = effectiveTime self.profileName = profileName self.profileVersion = profileVersion @@ -1762,8 +1706,7 @@ public struct SignPayloadInput: Swift.Sendable { payloadFormat: Swift.String? = nil, profileName: Swift.String? = nil, profileOwner: Swift.String? = nil - ) - { + ) { self.payload = payload self.payloadFormat = payloadFormat self.profileName = profileName @@ -1786,8 +1729,7 @@ public struct SignPayloadOutput: Swift.Sendable { jobOwner: Swift.String? = nil, metadata: [Swift.String: Swift.String]? = nil, signature: Foundation.Data? = nil - ) - { + ) { self.jobId = jobId self.jobOwner = jobOwner self.metadata = metadata @@ -1816,8 +1758,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1845,8 +1786,7 @@ public struct StartSigningJobInput: Swift.Sendable { profileName: Swift.String? = nil, profileOwner: Swift.String? = nil, source: SignerClientTypes.Source? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.destination = destination self.profileName = profileName @@ -1864,8 +1804,7 @@ public struct StartSigningJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobOwner: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.jobOwner = jobOwner } @@ -1882,8 +1821,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1905,8 +1843,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSigner/Sources/AWSSigner/SignerClient.swift b/Sources/Services/AWSSigner/Sources/AWSSigner/SignerClient.swift index 6a9096b9158..e52e2e0bd9a 100644 --- a/Sources/Services/AWSSigner/Sources/AWSSigner/SignerClient.swift +++ b/Sources/Services/AWSSigner/Sources/AWSSigner/SignerClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SignerClient: ClientRuntime.Client { public static let clientName = "SignerClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SignerClient.SignerClientConfiguration let serviceName = "signer" diff --git a/Sources/Services/AWSSimSpaceWeaver/Package.swift.txt b/Sources/Services/AWSSimSpaceWeaver/Package.swift.txt index a31ca1417d6..e42e9e57804 100644 --- a/Sources/Services/AWSSimSpaceWeaver/Package.swift.txt +++ b/Sources/Services/AWSSimSpaceWeaver/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/Models.swift b/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/Models.swift index 1a19e63f60c..5ab8abd712e 100644 --- a/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/Models.swift +++ b/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -63,8 +62,7 @@ extension SimSpaceWeaverClientTypes { public init( actual: Swift.Int? = nil, declared: Swift.Int? = nil - ) - { + ) { self.actual = actual self.declared = declared } @@ -150,8 +148,7 @@ extension SimSpaceWeaverClientTypes { public init( logGroupArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn } } @@ -175,8 +172,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +195,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +218,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -247,8 +241,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -266,8 +259,7 @@ extension SimSpaceWeaverClientTypes { public init( bucketName: Swift.String? = nil, objectKeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKeyPrefix = objectKeyPrefix } @@ -285,8 +277,7 @@ public struct CreateSnapshotInput: Swift.Sendable { public init( destination: SimSpaceWeaverClientTypes.S3Destination? = nil, simulation: Swift.String? = nil - ) - { + ) { self.destination = destination self.simulation = simulation } @@ -312,8 +303,7 @@ public struct DeleteAppInput: Swift.Sendable { app: Swift.String? = nil, domain: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.app = app self.domain = domain self.simulation = simulation @@ -332,8 +322,7 @@ public struct DeleteSimulationInput: Swift.Sendable { public init( simulation: Swift.String? = nil - ) - { + ) { self.simulation = simulation } } @@ -358,8 +347,7 @@ public struct DescribeAppInput: Swift.Sendable { app: Swift.String? = nil, domain: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.app = app self.domain = domain self.simulation = simulation @@ -378,8 +366,7 @@ extension SimSpaceWeaverClientTypes { public init( address: Swift.String? = nil, ingressPortMappings: [SimSpaceWeaverClientTypes.SimulationAppPortMapping]? = nil - ) - { + ) { self.address = address self.ingressPortMappings = ingressPortMappings } @@ -395,8 +382,7 @@ extension SimSpaceWeaverClientTypes { public init( launchCommands: [Swift.String]? = nil - ) - { + ) { self.launchCommands = launchCommands } } @@ -502,8 +488,7 @@ public struct DescribeAppOutput: Swift.Sendable { simulation: Swift.String? = nil, status: SimSpaceWeaverClientTypes.SimulationAppStatus? = nil, targetStatus: SimSpaceWeaverClientTypes.SimulationAppTargetStatus? = nil - ) - { + ) { self.description = description self.domain = domain self.endpointInfo = endpointInfo @@ -522,8 +507,7 @@ public struct DescribeSimulationInput: Swift.Sendable { public init( simulation: Swift.String? = nil - ) - { + ) { self.simulation = simulation } } @@ -540,8 +524,7 @@ extension SimSpaceWeaverClientTypes { public init( status: SimSpaceWeaverClientTypes.ClockStatus? = nil, targetStatus: SimSpaceWeaverClientTypes.ClockTargetStatus? = nil - ) - { + ) { self.status = status self.targetStatus = targetStatus } @@ -601,8 +584,7 @@ extension SimSpaceWeaverClientTypes { public init( lifecycle: SimSpaceWeaverClientTypes.LifecycleManagementStrategy? = nil, name: Swift.String? = nil - ) - { + ) { self.lifecycle = lifecycle self.name = name } @@ -621,8 +603,7 @@ extension SimSpaceWeaverClientTypes { public init( clocks: [SimSpaceWeaverClientTypes.SimulationClock]? = nil, domains: [SimSpaceWeaverClientTypes.Domain]? = nil - ) - { + ) { self.clocks = clocks self.domains = domains } @@ -638,8 +619,7 @@ extension SimSpaceWeaverClientTypes { public init( cloudWatchLogsLogGroup: SimSpaceWeaverClientTypes.CloudWatchLogsLogGroup? = nil - ) - { + ) { self.cloudWatchLogsLogGroup = cloudWatchLogsLogGroup } } @@ -654,8 +634,7 @@ extension SimSpaceWeaverClientTypes { public init( destinations: [SimSpaceWeaverClientTypes.LogDestination]? = nil - ) - { + ) { self.destinations = destinations } } @@ -675,8 +654,7 @@ extension SimSpaceWeaverClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -817,8 +795,7 @@ public struct DescribeSimulationOutput: Swift.Sendable { startError: Swift.String? = nil, status: SimSpaceWeaverClientTypes.SimulationStatus? = nil, targetStatus: SimSpaceWeaverClientTypes.SimulationTargetStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.description = description @@ -853,8 +830,7 @@ public struct ListAppsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.domain = domain self.maxResults = maxResults self.nextToken = nextToken @@ -883,8 +859,7 @@ extension SimSpaceWeaverClientTypes { simulation: Swift.String? = nil, status: SimSpaceWeaverClientTypes.SimulationAppStatus? = nil, targetStatus: SimSpaceWeaverClientTypes.SimulationAppTargetStatus? = nil - ) - { + ) { self.domain = domain self.name = name self.simulation = simulation @@ -903,8 +878,7 @@ public struct ListAppsOutput: Swift.Sendable { public init( apps: [SimSpaceWeaverClientTypes.SimulationAppMetadata]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.apps = apps self.nextToken = nextToken } @@ -919,8 +893,7 @@ public struct ListSimulationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -947,8 +920,7 @@ extension SimSpaceWeaverClientTypes { name: Swift.String? = nil, status: SimSpaceWeaverClientTypes.SimulationStatus? = nil, targetStatus: SimSpaceWeaverClientTypes.SimulationTargetStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.name = name @@ -967,8 +939,7 @@ public struct ListSimulationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, simulations: [SimSpaceWeaverClientTypes.SimulationMetadata]? = nil - ) - { + ) { self.nextToken = nextToken self.simulations = simulations } @@ -981,8 +952,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -993,8 +963,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1017,8 +986,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1047,8 +1015,7 @@ public struct StartAppInput: Swift.Sendable { launchOverrides: SimSpaceWeaverClientTypes.LaunchOverrides? = nil, name: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domain = domain @@ -1075,8 +1042,7 @@ public struct StartAppOutput: Swift.Sendable { domain: Swift.String? = nil, name: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.domain = domain self.name = name self.simulation = simulation @@ -1090,8 +1056,7 @@ public struct StartClockInput: Swift.Sendable { public init( simulation: Swift.String? = nil - ) - { + ) { self.simulation = simulation } } @@ -1130,8 +1095,7 @@ public struct StartSimulationInput: Swift.Sendable { schemaS3Location: SimSpaceWeaverClientTypes.S3Location? = nil, snapshotS3Location: SimSpaceWeaverClientTypes.S3Location? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.maximumDuration = maximumDuration @@ -1160,8 +1124,7 @@ public struct StartSimulationOutput: Swift.Sendable { arn: Swift.String? = nil, creationTime: Foundation.Date? = nil, executionId: Swift.String? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.executionId = executionId @@ -1183,8 +1146,7 @@ public struct StopAppInput: Swift.Sendable { app: Swift.String? = nil, domain: Swift.String? = nil, simulation: Swift.String? = nil - ) - { + ) { self.app = app self.domain = domain self.simulation = simulation @@ -1203,8 +1165,7 @@ public struct StopClockInput: Swift.Sendable { public init( simulation: Swift.String? = nil - ) - { + ) { self.simulation = simulation } } @@ -1221,8 +1182,7 @@ public struct StopSimulationInput: Swift.Sendable { public init( simulation: Swift.String? = nil - ) - { + ) { self.simulation = simulation } } @@ -1250,8 +1210,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1267,8 +1226,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1290,8 +1248,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/SimSpaceWeaverClient.swift b/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/SimSpaceWeaverClient.swift index 092e8a77032..02c903e3eaf 100644 --- a/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/SimSpaceWeaverClient.swift +++ b/Sources/Services/AWSSimSpaceWeaver/Sources/AWSSimSpaceWeaver/SimSpaceWeaverClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SimSpaceWeaverClient: ClientRuntime.Client { public static let clientName = "SimSpaceWeaverClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SimSpaceWeaverClient.SimSpaceWeaverClientConfiguration let serviceName = "SimSpaceWeaver" diff --git a/Sources/Services/AWSSnowDeviceManagement/Package.swift.txt b/Sources/Services/AWSSnowDeviceManagement/Package.swift.txt index f44eb429824..57ee028fdaf 100644 --- a/Sources/Services/AWSSnowDeviceManagement/Package.swift.txt +++ b/Sources/Services/AWSSnowDeviceManagement/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/Models.swift b/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/Models.swift index 77ff9f59cf7..86131a7214e 100644 --- a/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/Models.swift +++ b/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/Models.swift @@ -57,8 +57,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +116,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -142,8 +140,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -167,8 +164,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -192,8 +188,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -205,8 +200,7 @@ public struct CancelTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -217,8 +211,7 @@ public struct CancelTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -244,8 +237,7 @@ extension SnowDeviceManagementClientTypes { total: Swift.Int? = nil, unit: Swift.String? = nil, used: Swift.Int? = nil - ) - { + ) { self.available = available self.name = name self.total = total @@ -297,8 +289,7 @@ extension SnowDeviceManagementClientTypes { public init( coreCount: Swift.Int? = nil, threadsPerCore: Swift.Int? = nil - ) - { + ) { self.coreCount = coreCount self.threadsPerCore = threadsPerCore } @@ -324,8 +315,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -350,8 +340,7 @@ public struct CreateTaskInput: Swift.Sendable { description: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, targets: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.command = command self.description = description @@ -369,8 +358,7 @@ public struct CreateTaskOutput: Swift.Sendable { public init( taskArn: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.taskArn = taskArn self.taskId = taskId } @@ -383,8 +371,7 @@ public struct DescribeDeviceInput: Swift.Sendable { public init( managedDeviceId: Swift.String? = nil - ) - { + ) { self.managedDeviceId = managedDeviceId } } @@ -515,8 +502,7 @@ extension SnowDeviceManagementClientTypes { netmask: Swift.String? = nil, physicalConnectorType: SnowDeviceManagementClientTypes.PhysicalConnectorType? = nil, physicalNetworkInterfaceId: Swift.String? = nil - ) - { + ) { self.defaultGateway = defaultGateway self.ipAddress = ipAddress self.ipAddressAssignment = ipAddressAssignment @@ -543,8 +529,7 @@ extension SnowDeviceManagementClientTypes { installState: Swift.String? = nil, installedVersion: Swift.String? = nil, installingVersion: Swift.String? = nil - ) - { + ) { self.installState = installState self.installedVersion = installedVersion self.installingVersion = installingVersion @@ -588,8 +573,7 @@ public struct DescribeDeviceOutput: Swift.Sendable { physicalNetworkInterfaces: [SnowDeviceManagementClientTypes.PhysicalNetworkInterface]? = nil, software: SnowDeviceManagementClientTypes.SoftwareInformation? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associatedWithJob = associatedWithJob self.deviceCapacities = deviceCapacities self.deviceState = deviceState @@ -615,8 +599,7 @@ public struct DescribeDeviceEc2InstancesInput: Swift.Sendable { public init( instanceIds: [Swift.String]? = nil, managedDeviceId: Swift.String? = nil - ) - { + ) { self.instanceIds = instanceIds self.managedDeviceId = managedDeviceId } @@ -640,8 +623,7 @@ extension SnowDeviceManagementClientTypes { deleteOnTermination: Swift.Bool? = nil, status: SnowDeviceManagementClientTypes.AttachmentStatus? = nil, volumeId: Swift.String? = nil - ) - { + ) { self.attachTime = attachTime self.deleteOnTermination = deleteOnTermination self.status = status @@ -662,8 +644,7 @@ extension SnowDeviceManagementClientTypes { public init( deviceName: Swift.String? = nil, ebs: SnowDeviceManagementClientTypes.EbsInstanceBlockDevice? = nil - ) - { + ) { self.deviceName = deviceName self.ebs = ebs } @@ -682,8 +663,7 @@ extension SnowDeviceManagementClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -758,8 +738,7 @@ extension SnowDeviceManagementClientTypes { public init( code: Swift.Int? = nil, name: SnowDeviceManagementClientTypes.InstanceStateName? = nil - ) - { + ) { self.code = code self.name = name } @@ -811,8 +790,7 @@ extension SnowDeviceManagementClientTypes { securityGroups: [SnowDeviceManagementClientTypes.SecurityGroupIdentifier]? = nil, state: SnowDeviceManagementClientTypes.InstanceState? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.amiLaunchIndex = amiLaunchIndex self.blockDeviceMappings = blockDeviceMappings self.cpuOptions = cpuOptions @@ -842,8 +820,7 @@ extension SnowDeviceManagementClientTypes { public init( instance: SnowDeviceManagementClientTypes.Instance? = nil, lastUpdatedAt: Foundation.Date? = nil - ) - { + ) { self.instance = instance self.lastUpdatedAt = lastUpdatedAt } @@ -856,8 +833,7 @@ public struct DescribeDeviceEc2InstancesOutput: Swift.Sendable { public init( instances: [SnowDeviceManagementClientTypes.InstanceSummary]? = nil - ) - { + ) { self.instances = instances } } @@ -873,8 +849,7 @@ public struct DescribeExecutionInput: Swift.Sendable { public init( managedDeviceId: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.managedDeviceId = managedDeviceId self.taskId = taskId } @@ -945,8 +920,7 @@ public struct DescribeExecutionOutput: Swift.Sendable { startedAt: Foundation.Date? = nil, state: SnowDeviceManagementClientTypes.ExecutionState? = nil, taskId: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.lastUpdatedAt = lastUpdatedAt self.managedDeviceId = managedDeviceId @@ -963,8 +937,7 @@ public struct DescribeTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -1031,8 +1004,7 @@ public struct DescribeTaskOutput: Swift.Sendable { targets: [Swift.String]? = nil, taskArn: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.completedAt = completedAt self.createdAt = createdAt self.description = description @@ -1063,8 +1035,7 @@ extension SnowDeviceManagementClientTypes { managedDeviceArn: Swift.String? = nil, managedDeviceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.associatedWithJob = associatedWithJob self.managedDeviceArn = managedDeviceArn self.managedDeviceId = managedDeviceId @@ -1089,8 +1060,7 @@ public struct ListExecutionsInput: Swift.Sendable { nextToken: Swift.String? = nil, state: SnowDeviceManagementClientTypes.ExecutionState? = nil, taskId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.state = state @@ -1116,8 +1086,7 @@ extension SnowDeviceManagementClientTypes { managedDeviceId: Swift.String? = nil, state: SnowDeviceManagementClientTypes.ExecutionState? = nil, taskId: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.managedDeviceId = managedDeviceId self.state = state @@ -1135,8 +1104,7 @@ public struct ListExecutionsOutput: Swift.Sendable { public init( executions: [SnowDeviceManagementClientTypes.ExecutionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.executions = executions self.nextToken = nextToken } @@ -1158,8 +1126,7 @@ public struct ListDeviceResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.managedDeviceId = managedDeviceId self.maxResults = maxResults self.nextToken = nextToken @@ -1183,8 +1150,7 @@ extension SnowDeviceManagementClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.resourceType = resourceType @@ -1201,8 +1167,7 @@ public struct ListDeviceResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [SnowDeviceManagementClientTypes.ResourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -1220,8 +1185,7 @@ public struct ListDevicesInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -1237,8 +1201,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( devices: [SnowDeviceManagementClientTypes.DeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -1251,8 +1214,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1263,8 +1225,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1281,8 +1242,7 @@ public struct ListTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, state: SnowDeviceManagementClientTypes.TaskState? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.state = state @@ -1308,8 +1268,7 @@ extension SnowDeviceManagementClientTypes { tags: [Swift.String: Swift.String]? = nil, taskArn: Swift.String? = nil, taskId: Swift.String? = nil - ) - { + ) { self.state = state self.tags = tags self.taskArn = taskArn @@ -1327,8 +1286,7 @@ public struct ListTasksOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tasks: [SnowDeviceManagementClientTypes.TaskSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.tasks = tasks } @@ -1345,8 +1303,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1363,8 +1320,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/SnowDeviceManagementClient.swift b/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/SnowDeviceManagementClient.swift index e2c52661353..c846f22ae30 100644 --- a/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/SnowDeviceManagementClient.swift +++ b/Sources/Services/AWSSnowDeviceManagement/Sources/AWSSnowDeviceManagement/SnowDeviceManagementClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SnowDeviceManagementClient: ClientRuntime.Client { public static let clientName = "SnowDeviceManagementClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SnowDeviceManagementClient.SnowDeviceManagementClientConfiguration let serviceName = "Snow Device Management" diff --git a/Sources/Services/AWSSnowball/Package.swift.txt b/Sources/Services/AWSSnowball/Package.swift.txt index 432837fc85c..ff28d5b413c 100644 --- a/Sources/Services/AWSSnowball/Package.swift.txt +++ b/Sources/Services/AWSSnowball/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSnowball/Sources/AWSSnowball/Models.swift b/Sources/Services/AWSSnowball/Sources/AWSSnowball/Models.swift index f2f0da30669..465f2fe25af 100644 --- a/Sources/Services/AWSSnowball/Sources/AWSSnowball/Models.swift +++ b/Sources/Services/AWSSnowball/Sources/AWSSnowball/Models.swift @@ -107,8 +107,7 @@ extension SnowballClientTypes { street2: Swift.String? = nil, street3: Swift.String? = nil, type: SnowballClientTypes.AddressType? = nil - ) - { + ) { self.addressId = addressId self.city = city self.company = company @@ -146,8 +145,7 @@ public struct InvalidJobStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -173,8 +171,7 @@ public struct InvalidResourceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -198,8 +195,7 @@ public struct KMSRequestFailedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -211,8 +207,7 @@ public struct CancelClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -229,8 +224,7 @@ public struct CancelJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -258,8 +252,7 @@ public struct InvalidAddressException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -282,8 +275,7 @@ public struct UnsupportedAddressException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -295,8 +287,7 @@ public struct CreateAddressInput: Swift.Sendable { public init( address: SnowballClientTypes.Address? = nil - ) - { + ) { self.address = address } } @@ -307,8 +298,7 @@ public struct CreateAddressOutput: Swift.Sendable { public init( addressId: Swift.String? = nil - ) - { + ) { self.addressId = addressId } } @@ -331,8 +321,7 @@ public struct Ec2RequestFailedException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -355,8 +344,7 @@ public struct InvalidInputCombinationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -473,8 +461,7 @@ extension SnowballClientTypes { jobStatesToNotify: [SnowballClientTypes.JobState]? = nil, notifyAll: Swift.Bool = false, snsTopicARN: Swift.String? = nil - ) - { + ) { self.devicePickupSnsTopicARN = devicePickupSnsTopicARN self.jobStatesToNotify = jobStatesToNotify self.notifyAll = notifyAll @@ -495,8 +482,7 @@ extension SnowballClientTypes { public init( eksAnywhereVersion: Swift.String? = nil, kubernetesVersion: Swift.String? = nil - ) - { + ) { self.eksAnywhereVersion = eksAnywhereVersion self.kubernetesVersion = kubernetesVersion } @@ -541,8 +527,7 @@ extension SnowballClientTypes { public init( storageLimit: Swift.Int = 0, storageUnit: SnowballClientTypes.StorageUnit? = nil - ) - { + ) { self.storageLimit = storageLimit self.storageUnit = storageUnit } @@ -567,8 +552,7 @@ extension SnowballClientTypes { serviceSize: Swift.Int? = nil, storageLimit: Swift.Double? = nil, storageUnit: SnowballClientTypes.StorageUnit? = nil - ) - { + ) { self.faultTolerance = faultTolerance self.serviceSize = serviceSize self.storageLimit = storageLimit @@ -589,8 +573,7 @@ extension SnowballClientTypes { public init( storageLimit: Swift.Int = 0, storageUnit: SnowballClientTypes.StorageUnit? = nil - ) - { + ) { self.storageLimit = storageLimit self.storageUnit = storageUnit } @@ -615,8 +598,7 @@ extension SnowballClientTypes { nfsOnDeviceService: SnowballClientTypes.NFSOnDeviceServiceConfiguration? = nil, s3OnDeviceService: SnowballClientTypes.S3OnDeviceServiceConfiguration? = nil, tgwOnDeviceService: SnowballClientTypes.TGWOnDeviceServiceConfiguration? = nil - ) - { + ) { self.eksOnDeviceService = eksOnDeviceService self.nfsOnDeviceService = nfsOnDeviceService self.s3OnDeviceService = s3OnDeviceService @@ -670,8 +652,7 @@ extension SnowballClientTypes { public init( amiId: Swift.String? = nil, snowballAmiId: Swift.String? = nil - ) - { + ) { self.amiId = amiId self.snowballAmiId = snowballAmiId } @@ -687,8 +668,7 @@ extension SnowballClientTypes { public init( eventResourceARN: Swift.String? = nil - ) - { + ) { self.eventResourceARN = eventResourceARN } } @@ -706,8 +686,7 @@ extension SnowballClientTypes { public init( eventTriggers: [SnowballClientTypes.EventTriggerDefinition]? = nil, lambdaArn: Swift.String? = nil - ) - { + ) { self.eventTriggers = eventTriggers self.lambdaArn = lambdaArn } @@ -726,8 +705,7 @@ extension SnowballClientTypes { public init( beginMarker: Swift.String? = nil, endMarker: Swift.String? = nil - ) - { + ) { self.beginMarker = beginMarker self.endMarker = endMarker } @@ -807,8 +785,7 @@ extension SnowballClientTypes { public init( serviceName: SnowballClientTypes.DeviceServiceName? = nil, transferOption: SnowballClientTypes.TransferOption? = nil - ) - { + ) { self.serviceName = serviceName self.transferOption = transferOption } @@ -830,8 +807,7 @@ extension SnowballClientTypes { bucketArn: Swift.String? = nil, keyRange: SnowballClientTypes.KeyRange? = nil, targetOnDeviceServices: [SnowballClientTypes.TargetOnDeviceService]? = nil - ) - { + ) { self.bucketArn = bucketArn self.keyRange = keyRange self.targetOnDeviceServices = targetOnDeviceServices @@ -854,8 +830,7 @@ extension SnowballClientTypes { ec2AmiResources: [SnowballClientTypes.Ec2AmiResource]? = nil, lambdaResources: [SnowballClientTypes.LambdaResource]? = nil, s3Resources: [SnowballClientTypes.S3Resource]? = nil - ) - { + ) { self.ec2AmiResources = ec2AmiResources self.lambdaResources = lambdaResources self.s3Resources = s3Resources @@ -1016,8 +991,7 @@ extension SnowballClientTypes { public init( gstin: Swift.String? = nil - ) - { + ) { self.gstin = gstin } } @@ -1032,8 +1006,7 @@ extension SnowballClientTypes { public init( ind: SnowballClientTypes.INDTaxDocuments? = nil - ) - { + ) { self.ind = ind } } @@ -1116,8 +1089,7 @@ public struct CreateClusterInput: Swift.Sendable { snowballCapacityPreference: SnowballClientTypes.SnowballCapacity? = nil, snowballType: SnowballClientTypes.SnowballType? = nil, taxDocuments: SnowballClientTypes.TaxDocuments? = nil - ) - { + ) { self.addressId = addressId self.description = description self.forceCreateJobs = forceCreateJobs @@ -1165,8 +1137,7 @@ extension SnowballClientTypes { jobState: SnowballClientTypes.JobState? = nil, jobType: SnowballClientTypes.JobType? = nil, snowballType: SnowballClientTypes.SnowballType? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.isMaster = isMaster @@ -1187,8 +1158,7 @@ public struct CreateClusterOutput: Swift.Sendable { public init( clusterId: Swift.String? = nil, jobListEntries: [SnowballClientTypes.JobListEntry]? = nil - ) - { + ) { self.clusterId = clusterId self.jobListEntries = jobListEntries } @@ -1212,8 +1182,7 @@ public struct ClusterLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1227,8 +1196,7 @@ extension SnowballClientTypes { public init( isWifiEnabled: Swift.Bool = false - ) - { + ) { self.isWifiEnabled = isWifiEnabled } } @@ -1243,8 +1211,7 @@ extension SnowballClientTypes { public init( wirelessConnection: SnowballClientTypes.WirelessConnection? = nil - ) - { + ) { self.wirelessConnection = wirelessConnection } } @@ -1259,8 +1226,7 @@ extension SnowballClientTypes { public init( snowconeDeviceConfiguration: SnowballClientTypes.SnowconeDeviceConfiguration? = nil - ) - { + ) { self.snowconeDeviceConfiguration = snowconeDeviceConfiguration } } @@ -1331,8 +1297,7 @@ extension SnowballClientTypes { identificationNumber: Swift.String? = nil, name: Swift.String? = nil, phoneNumber: Swift.String? = nil - ) - { + ) { self.devicePickupId = devicePickupId self.email = email self.identificationExpirationDate = identificationExpirationDate @@ -1417,8 +1382,7 @@ public struct CreateJobInput: Swift.Sendable { snowballCapacityPreference: SnowballClientTypes.SnowballCapacity? = nil, snowballType: SnowballClientTypes.SnowballType? = nil, taxDocuments: SnowballClientTypes.TaxDocuments? = nil - ) - { + ) { self.addressId = addressId self.clusterId = clusterId self.description = description @@ -1447,8 +1411,7 @@ public struct CreateJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1499,8 +1462,7 @@ public struct CreateLongTermPricingInput: Swift.Sendable { isLongTermPricingAutoRenew: Swift.Bool? = nil, longTermPricingType: SnowballClientTypes.LongTermPricingType? = nil, snowballType: SnowballClientTypes.SnowballType? = nil - ) - { + ) { self.isLongTermPricingAutoRenew = isLongTermPricingAutoRenew self.longTermPricingType = longTermPricingType self.snowballType = snowballType @@ -1513,8 +1475,7 @@ public struct CreateLongTermPricingOutput: Swift.Sendable { public init( longTermPricingId: Swift.String? = nil - ) - { + ) { self.longTermPricingId = longTermPricingId } } @@ -1540,8 +1501,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( conflictResource: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.conflictResource = conflictResource self.properties.message = message } @@ -1565,8 +1525,7 @@ public struct ReturnShippingLabelAlreadyExistsException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1581,8 +1540,7 @@ public struct CreateReturnShippingLabelInput: Swift.Sendable { public init( jobId: Swift.String? = nil, shippingOption: SnowballClientTypes.ShippingOption? = nil - ) - { + ) { self.jobId = jobId self.shippingOption = shippingOption } @@ -1629,8 +1587,7 @@ public struct CreateReturnShippingLabelOutput: Swift.Sendable { public init( status: SnowballClientTypes.ShippingLabelStatus? = nil - ) - { + ) { self.status = status } } @@ -1642,8 +1599,7 @@ public struct DescribeAddressInput: Swift.Sendable { public init( addressId: Swift.String? = nil - ) - { + ) { self.addressId = addressId } } @@ -1654,8 +1610,7 @@ public struct DescribeAddressOutput: Swift.Sendable { public init( address: SnowballClientTypes.Address? = nil - ) - { + ) { self.address = address } } @@ -1678,8 +1633,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1693,8 +1647,7 @@ public struct DescribeAddressesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1709,8 +1662,7 @@ public struct DescribeAddressesOutput: Swift.Sendable { public init( addresses: [SnowballClientTypes.Address]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.nextToken = nextToken } @@ -1723,8 +1675,7 @@ public struct DescribeClusterInput: Swift.Sendable { public init( clusterId: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId } } @@ -1826,8 +1777,7 @@ extension SnowballClientTypes { shippingOption: SnowballClientTypes.ShippingOption? = nil, snowballType: SnowballClientTypes.SnowballType? = nil, taxDocuments: SnowballClientTypes.TaxDocuments? = nil - ) - { + ) { self.addressId = addressId self.clusterId = clusterId self.clusterState = clusterState @@ -1853,8 +1803,7 @@ public struct DescribeClusterOutput: Swift.Sendable { public init( clusterMetadata: SnowballClientTypes.ClusterMetadata? = nil - ) - { + ) { self.clusterMetadata = clusterMetadata } } @@ -1866,8 +1815,7 @@ public struct DescribeJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1890,8 +1838,7 @@ extension SnowballClientTypes { objectsTransferred: Swift.Int = 0, totalBytes: Swift.Int = 0, totalObjects: Swift.Int = 0 - ) - { + ) { self.bytesTransferred = bytesTransferred self.objectsTransferred = objectsTransferred self.totalBytes = totalBytes @@ -1915,8 +1862,7 @@ extension SnowballClientTypes { jobCompletionReportURI: Swift.String? = nil, jobFailureLogURI: Swift.String? = nil, jobSuccessLogURI: Swift.String? = nil - ) - { + ) { self.jobCompletionReportURI = jobCompletionReportURI self.jobFailureLogURI = jobFailureLogURI self.jobSuccessLogURI = jobSuccessLogURI @@ -1936,8 +1882,7 @@ extension SnowballClientTypes { public init( status: Swift.String? = nil, trackingNumber: Swift.String? = nil - ) - { + ) { self.status = status self.trackingNumber = trackingNumber } @@ -1967,8 +1912,7 @@ extension SnowballClientTypes { inboundShipment: SnowballClientTypes.Shipment? = nil, outboundShipment: SnowballClientTypes.Shipment? = nil, shippingOption: SnowballClientTypes.ShippingOption? = nil - ) - { + ) { self.inboundShipment = inboundShipment self.outboundShipment = outboundShipment self.shippingOption = shippingOption @@ -2057,8 +2001,7 @@ extension SnowballClientTypes { snowballId: Swift.String? = nil, snowballType: SnowballClientTypes.SnowballType? = nil, taxDocuments: SnowballClientTypes.TaxDocuments? = nil - ) - { + ) { self.addressId = addressId self.clusterId = clusterId self.creationDate = creationDate @@ -2097,8 +2040,7 @@ public struct DescribeJobOutput: Swift.Sendable { public init( jobMetadata: SnowballClientTypes.JobMetadata? = nil, subJobMetadata: [SnowballClientTypes.JobMetadata]? = nil - ) - { + ) { self.jobMetadata = jobMetadata self.subJobMetadata = subJobMetadata } @@ -2111,8 +2053,7 @@ public struct DescribeReturnShippingLabelInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2129,8 +2070,7 @@ public struct DescribeReturnShippingLabelOutput: Swift.Sendable { expirationDate: Foundation.Date? = nil, returnShippingLabelURI: Swift.String? = nil, status: SnowballClientTypes.ShippingLabelStatus? = nil - ) - { + ) { self.expirationDate = expirationDate self.returnShippingLabelURI = returnShippingLabelURI self.status = status @@ -2144,8 +2084,7 @@ public struct GetJobManifestInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2156,8 +2095,7 @@ public struct GetJobManifestOutput: Swift.Sendable { public init( manifestURI: Swift.String? = nil - ) - { + ) { self.manifestURI = manifestURI } } @@ -2169,8 +2107,7 @@ public struct GetJobUnlockCodeInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2181,8 +2118,7 @@ public struct GetJobUnlockCodeOutput: Swift.Sendable { public init( unlockCode: Swift.String? = nil - ) - { + ) { self.unlockCode = unlockCode } } @@ -2201,8 +2137,7 @@ public struct GetSnowballUsageOutput: Swift.Sendable { public init( snowballLimit: Swift.Int? = nil, snowballsInUse: Swift.Int? = nil - ) - { + ) { self.snowballLimit = snowballLimit self.snowballsInUse = snowballsInUse } @@ -2215,8 +2150,7 @@ public struct GetSoftwareUpdatesInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2227,8 +2161,7 @@ public struct GetSoftwareUpdatesOutput: Swift.Sendable { public init( updatesURI: Swift.String? = nil - ) - { + ) { self.updatesURI = updatesURI } } @@ -2246,8 +2179,7 @@ public struct ListClusterJobsInput: Swift.Sendable { clusterId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.maxResults = maxResults self.nextToken = nextToken @@ -2263,8 +2195,7 @@ public struct ListClusterJobsOutput: Swift.Sendable { public init( jobListEntries: [SnowballClientTypes.JobListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobListEntries = jobListEntries self.nextToken = nextToken } @@ -2279,8 +2210,7 @@ public struct ListClustersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2304,8 +2234,7 @@ extension SnowballClientTypes { clusterState: SnowballClientTypes.ClusterState? = nil, creationDate: Foundation.Date? = nil, description: Swift.String? = nil - ) - { + ) { self.clusterId = clusterId self.clusterState = clusterState self.creationDate = creationDate @@ -2323,8 +2252,7 @@ public struct ListClustersOutput: Swift.Sendable { public init( clusterListEntries: [SnowballClientTypes.ClusterListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.clusterListEntries = clusterListEntries self.nextToken = nextToken } @@ -2339,8 +2267,7 @@ public struct ListCompatibleImagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2358,8 +2285,7 @@ extension SnowballClientTypes { public init( amiId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.amiId = amiId self.name = name } @@ -2375,8 +2301,7 @@ public struct ListCompatibleImagesOutput: Swift.Sendable { public init( compatibleImages: [SnowballClientTypes.CompatibleImage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.compatibleImages = compatibleImages self.nextToken = nextToken } @@ -2391,8 +2316,7 @@ public struct ListJobsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2407,8 +2331,7 @@ public struct ListJobsOutput: Swift.Sendable { public init( jobListEntries: [SnowballClientTypes.JobListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobListEntries = jobListEntries self.nextToken = nextToken } @@ -2423,8 +2346,7 @@ public struct ListLongTermPricingInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2466,8 +2388,7 @@ extension SnowballClientTypes { longTermPricingType: SnowballClientTypes.LongTermPricingType? = nil, replacementJob: Swift.String? = nil, snowballType: SnowballClientTypes.SnowballType? = nil - ) - { + ) { self.currentActiveJob = currentActiveJob self.isLongTermPricingAutoRenew = isLongTermPricingAutoRenew self.jobIds = jobIds @@ -2491,8 +2412,7 @@ public struct ListLongTermPricingOutput: Swift.Sendable { public init( longTermPricingEntries: [SnowballClientTypes.LongTermPricingListEntry]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.longTermPricingEntries = longTermPricingEntries self.nextToken = nextToken } @@ -2507,8 +2427,7 @@ public struct ListPickupLocationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2523,8 +2442,7 @@ public struct ListPickupLocationsOutput: Swift.Sendable { public init( addresses: [SnowballClientTypes.Address]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.nextToken = nextToken } @@ -2568,8 +2486,7 @@ extension SnowballClientTypes { public init( version: Swift.String? = nil - ) - { + ) { self.version = version } } @@ -2587,8 +2504,7 @@ extension SnowballClientTypes { public init( serviceName: SnowballClientTypes.ServiceName? = nil, serviceVersion: SnowballClientTypes.ServiceVersion? = nil - ) - { + ) { self.serviceName = serviceName self.serviceVersion = serviceVersion } @@ -2611,8 +2527,7 @@ public struct ListServiceVersionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceName: SnowballClientTypes.ServiceName? = nil - ) - { + ) { self.dependentServices = dependentServices self.maxResults = maxResults self.nextToken = nextToken @@ -2637,8 +2552,7 @@ public struct ListServiceVersionsOutput: Swift.Sendable { nextToken: Swift.String? = nil, serviceName: SnowballClientTypes.ServiceName? = nil, serviceVersions: [SnowballClientTypes.ServiceVersion]? = nil - ) - { + ) { self.dependentServices = dependentServices self.nextToken = nextToken self.serviceName = serviceName @@ -2677,8 +2591,7 @@ public struct UpdateClusterInput: Swift.Sendable { resources: SnowballClientTypes.JobResource? = nil, roleARN: Swift.String? = nil, shippingOption: SnowballClientTypes.ShippingOption? = nil - ) - { + ) { self.addressId = addressId self.clusterId = clusterId self.description = description @@ -2733,8 +2646,7 @@ public struct UpdateJobInput: Swift.Sendable { roleARN: Swift.String? = nil, shippingOption: SnowballClientTypes.ShippingOption? = nil, snowballCapacityPreference: SnowballClientTypes.SnowballCapacity? = nil - ) - { + ) { self.addressId = addressId self.description = description self.forwardingAddressId = forwardingAddressId @@ -2794,8 +2706,7 @@ public struct UpdateJobShipmentStateInput: Swift.Sendable { public init( jobId: Swift.String? = nil, shipmentState: SnowballClientTypes.ShipmentState? = nil - ) - { + ) { self.jobId = jobId self.shipmentState = shipmentState } @@ -2819,8 +2730,7 @@ public struct UpdateLongTermPricingInput: Swift.Sendable { isLongTermPricingAutoRenew: Swift.Bool? = nil, longTermPricingId: Swift.String? = nil, replacementJob: Swift.String? = nil - ) - { + ) { self.isLongTermPricingAutoRenew = isLongTermPricingAutoRenew self.longTermPricingId = longTermPricingId self.replacementJob = replacementJob diff --git a/Sources/Services/AWSSnowball/Sources/AWSSnowball/SnowballClient.swift b/Sources/Services/AWSSnowball/Sources/AWSSnowball/SnowballClient.swift index e1d4f6a05c6..ae300962004 100644 --- a/Sources/Services/AWSSnowball/Sources/AWSSnowball/SnowballClient.swift +++ b/Sources/Services/AWSSnowball/Sources/AWSSnowball/SnowballClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SnowballClient: ClientRuntime.Client { public static let clientName = "SnowballClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SnowballClient.SnowballClientConfiguration let serviceName = "Snowball" diff --git a/Sources/Services/AWSSocialMessaging/Package.swift.txt b/Sources/Services/AWSSocialMessaging/Package.swift.txt index 84892d30e7c..917b56736ce 100644 --- a/Sources/Services/AWSSocialMessaging/Package.swift.txt +++ b/Sources/Services/AWSSocialMessaging/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/Models.swift b/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/Models.swift index f2405a94ed8..2d5692b3fba 100644 --- a/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/Models.swift +++ b/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedByMetaException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -69,8 +68,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -93,8 +91,7 @@ public struct DependencyException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -117,8 +114,7 @@ public struct InvalidParametersException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -141,8 +137,7 @@ public struct ThrottledRequestException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -160,8 +155,7 @@ extension SocialMessagingClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -228,8 +222,7 @@ extension SocialMessagingClientTypes { id: Swift.String? = nil, tags: [SocialMessagingClientTypes.Tag]? = nil, twoFactorPin: Swift.String? = nil - ) - { + ) { self.dataLocalizationRegion = dataLocalizationRegion self.id = id self.tags = tags @@ -256,8 +249,7 @@ extension SocialMessagingClientTypes { public init( eventDestinationArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.eventDestinationArn = eventDestinationArn self.roleArn = roleArn } @@ -279,8 +271,7 @@ extension SocialMessagingClientTypes { eventDestinations: [SocialMessagingClientTypes.WhatsAppBusinessAccountEventDestination]? = nil, id: Swift.String? = nil, tags: [SocialMessagingClientTypes.Tag]? = nil - ) - { + ) { self.eventDestinations = eventDestinations self.id = id self.tags = tags @@ -308,8 +299,7 @@ extension SocialMessagingClientTypes { phoneNumberParent: Swift.String? = nil, phoneNumbers: [SocialMessagingClientTypes.WabaPhoneNumberSetupFinalization]? = nil, waba: SocialMessagingClientTypes.WabaSetupFinalization? = nil - ) - { + ) { self.associateInProgressToken = associateInProgressToken self.phoneNumberParent = phoneNumberParent self.phoneNumbers = phoneNumbers @@ -333,8 +323,7 @@ extension SocialMessagingClientTypes { public init( accessToken: Swift.String? = nil - ) - { + ) { self.accessToken = accessToken } } @@ -349,8 +338,7 @@ public struct AssociateWhatsAppBusinessAccountInput: Swift.Sendable { public init( setupFinalization: SocialMessagingClientTypes.WhatsAppSetupFinalization? = nil, signupCallback: SocialMessagingClientTypes.WhatsAppSignupCallback? = nil - ) - { + ) { self.setupFinalization = setupFinalization self.signupCallback = signupCallback } @@ -419,8 +407,7 @@ extension SocialMessagingClientTypes { phoneNumber: Swift.String? = nil, phoneNumberId: Swift.String? = nil, qualityRating: Swift.String? = nil - ) - { + ) { self.arn = arn self.displayPhoneNumber = displayPhoneNumber self.displayPhoneNumberName = displayPhoneNumberName @@ -450,8 +437,7 @@ extension SocialMessagingClientTypes { registrationStatus: SocialMessagingClientTypes.RegistrationStatus? = nil, unregisteredWhatsAppPhoneNumbers: [SocialMessagingClientTypes.WhatsAppPhoneNumberDetail]? = nil, wabaId: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.registrationStatus = registrationStatus self.unregisteredWhatsAppPhoneNumbers = unregisteredWhatsAppPhoneNumbers @@ -472,8 +458,7 @@ extension SocialMessagingClientTypes { public init( associateInProgressToken: Swift.String? = nil, linkedAccountsWithIncompleteSetup: [Swift.String: SocialMessagingClientTypes.LinkedWhatsAppBusinessAccountIdMetaData]? = nil - ) - { + ) { self.associateInProgressToken = associateInProgressToken self.linkedAccountsWithIncompleteSetup = linkedAccountsWithIncompleteSetup } @@ -494,8 +479,7 @@ public struct AssociateWhatsAppBusinessAccountOutput: Swift.Sendable { public init( signupCallbackResult: SocialMessagingClientTypes.WhatsAppSignupCallbackResult? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.signupCallbackResult = signupCallbackResult self.statusCode = statusCode } @@ -519,8 +503,7 @@ public struct InternalServiceException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -543,8 +526,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -560,8 +542,7 @@ public struct DeleteWhatsAppMessageMediaInput: Swift.Sendable { public init( mediaId: Swift.String? = nil, originationPhoneNumberId: Swift.String? = nil - ) - { + ) { self.mediaId = mediaId self.originationPhoneNumberId = originationPhoneNumberId } @@ -573,8 +554,7 @@ public struct DeleteWhatsAppMessageMediaOutput: Swift.Sendable { public init( success: Swift.Bool? = nil - ) - { + ) { self.success = success } } @@ -586,8 +566,7 @@ public struct DisassociateWhatsAppBusinessAccountInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -604,8 +583,7 @@ public struct GetLinkedWhatsAppBusinessAccountInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -644,8 +622,7 @@ extension SocialMessagingClientTypes { phoneNumber: Swift.String? = nil, phoneNumberId: Swift.String? = nil, qualityRating: Swift.String? = nil - ) - { + ) { self.arn = arn self.displayPhoneNumber = displayPhoneNumber self.displayPhoneNumberName = displayPhoneNumberName @@ -695,8 +672,7 @@ extension SocialMessagingClientTypes { registrationStatus: SocialMessagingClientTypes.RegistrationStatus? = nil, wabaId: Swift.String? = nil, wabaName: Swift.String? = nil - ) - { + ) { self.arn = arn self.eventDestinations = eventDestinations self.id = id @@ -715,8 +691,7 @@ public struct GetLinkedWhatsAppBusinessAccountOutput: Swift.Sendable { public init( account: SocialMessagingClientTypes.LinkedWhatsAppBusinessAccount? = nil - ) - { + ) { self.account = account } } @@ -728,8 +703,7 @@ public struct GetLinkedWhatsAppBusinessAccountPhoneNumberInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -743,8 +717,7 @@ public struct GetLinkedWhatsAppBusinessAccountPhoneNumberOutput: Swift.Sendable public init( linkedWhatsAppBusinessAccountId: Swift.String? = nil, phoneNumber: SocialMessagingClientTypes.WhatsAppPhoneNumberDetail? = nil - ) - { + ) { self.linkedWhatsAppBusinessAccountId = linkedWhatsAppBusinessAccountId self.phoneNumber = phoneNumber } @@ -764,8 +737,7 @@ extension SocialMessagingClientTypes { public init( bucketName: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.key = key } @@ -792,8 +764,7 @@ extension SocialMessagingClientTypes { public init( headers: [Swift.String: Swift.String]? = nil, url: Swift.String? = nil - ) - { + ) { self.headers = headers self.url = url } @@ -826,8 +797,7 @@ public struct GetWhatsAppMessageMediaInput: Swift.Sendable { mediaId: Swift.String? = nil, metadataOnly: Swift.Bool? = nil, originationPhoneNumberId: Swift.String? = nil - ) - { + ) { self.destinationS3File = destinationS3File self.destinationS3PresignedUrl = destinationS3PresignedUrl self.mediaId = mediaId @@ -850,8 +820,7 @@ public struct GetWhatsAppMessageMediaOutput: Swift.Sendable { public init( fileSize: Swift.Int? = nil, mimeType: Swift.String? = nil - ) - { + ) { self.fileSize = fileSize self.mimeType = mimeType } @@ -866,8 +835,7 @@ public struct ListLinkedWhatsAppBusinessAccountsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -907,8 +875,7 @@ extension SocialMessagingClientTypes { registrationStatus: SocialMessagingClientTypes.RegistrationStatus? = nil, wabaId: Swift.String? = nil, wabaName: Swift.String? = nil - ) - { + ) { self.arn = arn self.eventDestinations = eventDestinations self.id = id @@ -929,8 +896,7 @@ public struct ListLinkedWhatsAppBusinessAccountsOutput: Swift.Sendable { public init( linkedAccounts: [SocialMessagingClientTypes.LinkedWhatsAppBusinessAccountSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkedAccounts = linkedAccounts self.nextToken = nextToken } @@ -947,8 +913,7 @@ public struct PutWhatsAppBusinessAccountEventDestinationsInput: Swift.Sendable { public init( eventDestinations: [SocialMessagingClientTypes.WhatsAppBusinessAccountEventDestination]? = nil, id: Swift.String? = nil - ) - { + ) { self.eventDestinations = eventDestinations self.id = id } @@ -972,8 +937,7 @@ public struct PostWhatsAppMessageMediaInput: Swift.Sendable { originationPhoneNumberId: Swift.String? = nil, sourceS3File: SocialMessagingClientTypes.S3File? = nil, sourceS3PresignedUrl: SocialMessagingClientTypes.S3PresignedUrl? = nil - ) - { + ) { self.originationPhoneNumberId = originationPhoneNumberId self.sourceS3File = sourceS3File self.sourceS3PresignedUrl = sourceS3PresignedUrl @@ -991,8 +955,7 @@ public struct PostWhatsAppMessageMediaOutput: Swift.Sendable { public init( mediaId: Swift.String? = nil - ) - { + ) { self.mediaId = mediaId } } @@ -1012,8 +975,7 @@ public struct SendWhatsAppMessageInput: Swift.Sendable { message: Foundation.Data? = nil, metaApiVersion: Swift.String? = nil, originationPhoneNumberId: Swift.String? = nil - ) - { + ) { self.message = message self.metaApiVersion = metaApiVersion self.originationPhoneNumberId = originationPhoneNumberId @@ -1031,8 +993,7 @@ public struct SendWhatsAppMessageOutput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -1044,8 +1005,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1059,8 +1019,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( statusCode: Swift.Int? = nil, tags: [SocialMessagingClientTypes.Tag]? = nil - ) - { + ) { self.statusCode = statusCode self.tags = tags } @@ -1077,8 +1036,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [SocialMessagingClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1090,8 +1048,7 @@ public struct TagResourceOutput: Swift.Sendable { public init( statusCode: Swift.Int? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -1107,8 +1064,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1120,8 +1076,7 @@ public struct UntagResourceOutput: Swift.Sendable { public init( statusCode: Swift.Int? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -1144,8 +1099,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } diff --git a/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/SocialMessagingClient.swift b/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/SocialMessagingClient.swift index 455c0c3119f..e05cfeb441e 100644 --- a/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/SocialMessagingClient.swift +++ b/Sources/Services/AWSSocialMessaging/Sources/AWSSocialMessaging/SocialMessagingClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SocialMessagingClient: ClientRuntime.Client { public static let clientName = "SocialMessagingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SocialMessagingClient.SocialMessagingClientConfiguration let serviceName = "SocialMessaging" diff --git a/Sources/Services/AWSSsmSap/Package.swift.txt b/Sources/Services/AWSSsmSap/Package.swift.txt index 1477c08f5d9..5c1b2315fe3 100644 --- a/Sources/Services/AWSSsmSap/Package.swift.txt +++ b/Sources/Services/AWSSsmSap/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/Models.swift b/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/Models.swift index 6ffdb7f3a50..531bfd17630 100644 --- a/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/Models.swift +++ b/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/Models.swift @@ -213,8 +213,7 @@ extension SsmSapClientTypes { status: SsmSapClientTypes.ApplicationStatus? = nil, statusMessage: Swift.String? = nil, type: SsmSapClientTypes.ApplicationType? = nil - ) - { + ) { self.appRegistryArn = appRegistryArn self.arn = arn self.associatedApplicationArns = associatedApplicationArns @@ -273,8 +272,7 @@ extension SsmSapClientTypes { credentialType: SsmSapClientTypes.CredentialType? = nil, databaseName: Swift.String? = nil, secretId: Swift.String? = nil - ) - { + ) { self.credentialType = credentialType self.databaseName = databaseName self.secretId = secretId @@ -308,8 +306,7 @@ extension SsmSapClientTypes { id: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: SsmSapClientTypes.ApplicationType? = nil - ) - { + ) { self.arn = arn self.discoveryStatus = discoveryStatus self.id = id @@ -334,8 +331,7 @@ extension SsmSapClientTypes { allocationType: SsmSapClientTypes.AllocationType? = nil, ipAddress: Swift.String? = nil, primary: Swift.Bool? = nil - ) - { + ) { self.allocationType = allocationType self.ipAddress = ipAddress self.primary = primary @@ -361,8 +357,7 @@ extension SsmSapClientTypes { hostname: Swift.String? = nil, ipAddresses: [SsmSapClientTypes.IpAddressMember]? = nil, osVersion: Swift.String? = nil - ) - { + ) { self.ec2InstanceId = ec2InstanceId self.hostname = hostname self.ipAddresses = ipAddresses @@ -411,8 +406,7 @@ extension SsmSapClientTypes { public init( backintMode: SsmSapClientTypes.BackintMode? = nil, ensureNoBackupInProcess: Swift.Bool? = nil - ) - { + ) { self.backintMode = backintMode self.ensureNoBackupInProcess = ensureNoBackupInProcess } @@ -548,8 +542,7 @@ extension SsmSapClientTypes { connectionIp: Swift.String? = nil, databaseArn: Swift.String? = nil, databaseConnectionMethod: SsmSapClientTypes.DatabaseConnectionMethod? = nil - ) - { + ) { self.connectionIp = connectionIp self.databaseArn = databaseArn self.databaseConnectionMethod = databaseConnectionMethod @@ -616,8 +609,7 @@ extension SsmSapClientTypes { hostRole: SsmSapClientTypes.HostRole? = nil, instanceId: Swift.String? = nil, osVersion: Swift.String? = nil - ) - { + ) { self.ec2InstanceId = ec2InstanceId self.hostIp = hostIp self.hostName = hostName @@ -725,8 +717,7 @@ extension SsmSapClientTypes { hsrOperationMode: SsmSapClientTypes.OperationMode? = nil, hsrReplicationMode: SsmSapClientTypes.ReplicationMode? = nil, hsrTier: Swift.String? = nil - ) - { + ) { self.clusterStatus = clusterStatus self.enqueueReplication = enqueueReplication self.hsrOperationMode = hsrOperationMode @@ -862,8 +853,7 @@ extension SsmSapClientTypes { sid: Swift.String? = nil, status: SsmSapClientTypes.ComponentStatus? = nil, systemNumber: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.associatedHost = associatedHost @@ -906,8 +896,7 @@ extension SsmSapClientTypes { componentType: SsmSapClientTypes.ComponentType? = nil, ec2InstanceId: Swift.String? = nil, sid: Swift.String? = nil - ) - { + ) { self.componentType = componentType self.ec2InstanceId = ec2InstanceId self.sid = sid @@ -936,8 +925,7 @@ extension SsmSapClientTypes { componentId: Swift.String? = nil, componentType: SsmSapClientTypes.ComponentType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.componentId = componentId @@ -965,8 +953,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1109,8 +1096,7 @@ extension SsmSapClientTypes { primaryHost: Swift.String? = nil, sqlPort: Swift.Int? = nil, status: SsmSapClientTypes.DatabaseStatus? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.componentId = componentId @@ -1151,8 +1137,7 @@ extension SsmSapClientTypes { databaseId: Swift.String? = nil, databaseType: SsmSapClientTypes.DatabaseType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.arn = arn self.componentId = componentId @@ -1181,8 +1166,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1205,8 +1189,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1229,8 +1212,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1274,8 +1256,7 @@ public struct DeleteResourcePermissionInput: Swift.Sendable { actionType: SsmSapClientTypes.PermissionActionType? = nil, resourceArn: Swift.String? = nil, sourceResourceArn: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.resourceArn = resourceArn self.sourceResourceArn = sourceResourceArn @@ -1288,8 +1269,7 @@ public struct DeleteResourcePermissionOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1312,8 +1292,7 @@ public struct UnauthorizedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1325,8 +1304,7 @@ public struct DeregisterApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -1386,8 +1364,7 @@ extension SsmSapClientTypes { name: Swift.String? = nil, `operator`: SsmSapClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.value = value @@ -1407,8 +1384,7 @@ public struct GetApplicationInput: Swift.Sendable { appRegistryArn: Swift.String? = nil, applicationArn: Swift.String? = nil, applicationId: Swift.String? = nil - ) - { + ) { self.appRegistryArn = appRegistryArn self.applicationArn = applicationArn self.applicationId = applicationId @@ -1424,8 +1400,7 @@ public struct GetApplicationOutput: Swift.Sendable { public init( application: SsmSapClientTypes.Application? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.application = application self.tags = tags } @@ -1442,8 +1417,7 @@ public struct GetComponentInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, componentId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.componentId = componentId } @@ -1458,8 +1432,7 @@ public struct GetComponentOutput: Swift.Sendable { public init( component: SsmSapClientTypes.Component? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.component = component self.tags = tags } @@ -1480,8 +1453,7 @@ public struct GetDatabaseInput: Swift.Sendable { componentId: Swift.String? = nil, databaseArn: Swift.String? = nil, databaseId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.componentId = componentId self.databaseArn = databaseArn @@ -1498,8 +1470,7 @@ public struct GetDatabaseOutput: Swift.Sendable { public init( database: SsmSapClientTypes.Database? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.database = database self.tags = tags } @@ -1512,8 +1483,7 @@ public struct GetOperationInput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -1589,8 +1559,7 @@ extension SsmSapClientTypes { status: SsmSapClientTypes.OperationStatus? = nil, statusMessage: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.id = id self.lastUpdatedTime = lastUpdatedTime @@ -1612,8 +1581,7 @@ public struct GetOperationOutput: Swift.Sendable { public init( operation: SsmSapClientTypes.Operation? = nil - ) - { + ) { self.operation = operation } } @@ -1628,8 +1596,7 @@ public struct GetResourcePermissionInput: Swift.Sendable { public init( actionType: SsmSapClientTypes.PermissionActionType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.resourceArn = resourceArn } @@ -1641,8 +1608,7 @@ public struct GetResourcePermissionOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -1659,8 +1625,7 @@ public struct ListApplicationsInput: Swift.Sendable { filters: [SsmSapClientTypes.Filter]? = nil, maxResults: Swift.Int? = 50, nextToken: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1676,8 +1641,7 @@ public struct ListApplicationsOutput: Swift.Sendable { public init( applications: [SsmSapClientTypes.ApplicationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -1695,8 +1659,7 @@ public struct ListComponentsInput: Swift.Sendable { applicationId: Swift.String? = nil, maxResults: Swift.Int? = 50, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.maxResults = maxResults self.nextToken = nextToken @@ -1712,8 +1675,7 @@ public struct ListComponentsOutput: Swift.Sendable { public init( components: [SsmSapClientTypes.ComponentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.components = components self.nextToken = nextToken } @@ -1734,8 +1696,7 @@ public struct ListDatabasesInput: Swift.Sendable { componentId: Swift.String? = nil, maxResults: Swift.Int? = 50, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.componentId = componentId self.maxResults = maxResults @@ -1752,8 +1713,7 @@ public struct ListDatabasesOutput: Swift.Sendable { public init( databases: [SsmSapClientTypes.DatabaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databases = databases self.nextToken = nextToken } @@ -1775,8 +1735,7 @@ public struct ListOperationEventsInput: Swift.Sendable { maxResults: Swift.Int? = 50, nextToken: Swift.String? = nil, operationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -1796,8 +1755,7 @@ extension SsmSapClientTypes { public init( resourceArn: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.resourceType = resourceType } @@ -1870,8 +1828,7 @@ extension SsmSapClientTypes { status: SsmSapClientTypes.OperationEventStatus? = nil, statusMessage: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.description = description self.resource = resource self.status = status @@ -1890,8 +1847,7 @@ public struct ListOperationEventsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, operationEvents: [SsmSapClientTypes.OperationEvent]? = nil - ) - { + ) { self.nextToken = nextToken self.operationEvents = operationEvents } @@ -1913,8 +1869,7 @@ public struct ListOperationsInput: Swift.Sendable { filters: [SsmSapClientTypes.Filter]? = nil, maxResults: Swift.Int? = 50, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.filters = filters self.maxResults = maxResults @@ -1931,8 +1886,7 @@ public struct ListOperationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, operations: [SsmSapClientTypes.Operation]? = nil - ) - { + ) { self.nextToken = nextToken self.operations = operations } @@ -1945,8 +1899,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1957,8 +1910,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1978,8 +1930,7 @@ public struct PutResourcePermissionInput: Swift.Sendable { actionType: SsmSapClientTypes.PermissionActionType? = nil, resourceArn: Swift.String? = nil, sourceResourceArn: Swift.String? = nil - ) - { + ) { self.actionType = actionType self.resourceArn = resourceArn self.sourceResourceArn = sourceResourceArn @@ -1992,8 +1943,7 @@ public struct PutResourcePermissionOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -2031,8 +1981,7 @@ public struct RegisterApplicationInput: Swift.Sendable { sapInstanceNumber: Swift.String? = nil, sid: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.applicationId = applicationId self.applicationType = applicationType self.componentsInfo = componentsInfo @@ -2054,8 +2003,7 @@ public struct RegisterApplicationOutput: Swift.Sendable { public init( application: SsmSapClientTypes.Application? = nil, operationId: Swift.String? = nil - ) - { + ) { self.application = application self.operationId = operationId } @@ -2068,8 +2016,7 @@ public struct StartApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -2080,8 +2027,7 @@ public struct StartApplicationOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2093,8 +2039,7 @@ public struct StartApplicationRefreshInput: Swift.Sendable { public init( applicationId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId } } @@ -2105,8 +2050,7 @@ public struct StartApplicationRefreshOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2124,8 +2068,7 @@ public struct StopApplicationInput: Swift.Sendable { applicationId: Swift.String? = nil, includeEc2InstanceShutdown: Swift.Bool? = nil, stopConnectedEntity: SsmSapClientTypes.ConnectedEntityType? = nil - ) - { + ) { self.applicationId = applicationId self.includeEc2InstanceShutdown = includeEc2InstanceShutdown self.stopConnectedEntity = stopConnectedEntity @@ -2138,8 +2081,7 @@ public struct StopApplicationOutput: Swift.Sendable { public init( operationId: Swift.String? = nil - ) - { + ) { self.operationId = operationId } } @@ -2155,8 +2097,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2178,8 +2119,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2209,8 +2149,7 @@ public struct UpdateApplicationSettingsInput: Swift.Sendable { credentialsToAddOrUpdate: [SsmSapClientTypes.ApplicationCredential]? = nil, credentialsToRemove: [SsmSapClientTypes.ApplicationCredential]? = nil, databaseArn: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.backint = backint self.credentialsToAddOrUpdate = credentialsToAddOrUpdate @@ -2228,8 +2167,7 @@ public struct UpdateApplicationSettingsOutput: Swift.Sendable { public init( message: Swift.String? = nil, operationIds: [Swift.String]? = nil - ) - { + ) { self.message = message self.operationIds = operationIds } diff --git a/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/SsmSapClient.swift b/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/SsmSapClient.swift index efd0c68ee04..b55dfaff169 100644 --- a/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/SsmSapClient.swift +++ b/Sources/Services/AWSSsmSap/Sources/AWSSsmSap/SsmSapClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SsmSapClient: ClientRuntime.Client { public static let clientName = "SsmSapClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SsmSapClient.SsmSapClientConfiguration let serviceName = "Ssm Sap" diff --git a/Sources/Services/AWSStorageGateway/Package.swift.txt b/Sources/Services/AWSStorageGateway/Package.swift.txt index 670d6143fd0..42d7f61c627 100644 --- a/Sources/Services/AWSStorageGateway/Package.swift.txt +++ b/Sources/Services/AWSStorageGateway/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/Models.swift b/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/Models.swift index 3801c882223..6458b6b0797 100644 --- a/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/Models.swift +++ b/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/Models.swift @@ -247,8 +247,7 @@ extension StorageGatewayClientTypes { public init( errorCode: StorageGatewayClientTypes.ErrorCode? = nil, errorDetails: [Swift.String: Swift.String]? = nil - ) - { + ) { self.errorCode = errorCode self.errorDetails = errorDetails } @@ -277,8 +276,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( error: StorageGatewayClientTypes.StorageGatewayError? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.message = message } @@ -306,8 +304,7 @@ public struct InvalidGatewayRequestException: ClientRuntime.ModeledError, AWSCli public init( error: StorageGatewayClientTypes.StorageGatewayError? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.message = message } @@ -327,8 +324,7 @@ extension StorageGatewayClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -381,8 +377,7 @@ public struct ActivateGatewayInput: Swift.Sendable { mediumChangerType: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, tapeDriveType: Swift.String? = nil - ) - { + ) { self.activationKey = activationKey self.gatewayName = gatewayName self.gatewayRegion = gatewayRegion @@ -401,8 +396,7 @@ public struct ActivateGatewayOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -462,8 +456,7 @@ public struct AddCacheInput: Swift.Sendable { public init( diskIds: [Swift.String]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.diskIds = diskIds self.gatewayARN = gatewayARN } @@ -475,8 +468,7 @@ public struct AddCacheOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -493,8 +485,7 @@ public struct AddTagsToResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -507,8 +498,7 @@ public struct AddTagsToResourceOutput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -524,8 +514,7 @@ public struct AddUploadBufferInput: Swift.Sendable { public init( diskIds: [Swift.String]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.diskIds = diskIds self.gatewayARN = gatewayARN } @@ -537,8 +526,7 @@ public struct AddUploadBufferOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -557,8 +545,7 @@ public struct AddWorkingStorageInput: Swift.Sendable { public init( diskIds: [Swift.String]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.diskIds = diskIds self.gatewayARN = gatewayARN } @@ -571,8 +558,7 @@ public struct AddWorkingStorageOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -591,8 +577,7 @@ public struct AssignTapePoolInput: Swift.Sendable { bypassGovernanceRetention: Swift.Bool? = false, poolId: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.bypassGovernanceRetention = bypassGovernanceRetention self.poolId = poolId self.tapeARN = tapeARN @@ -605,8 +590,7 @@ public struct AssignTapePoolOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -620,8 +604,7 @@ extension StorageGatewayClientTypes { public init( cacheStaleTimeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.cacheStaleTimeoutInSeconds = cacheStaleTimeoutInSeconds } } @@ -636,8 +619,7 @@ extension StorageGatewayClientTypes { public init( ipAddresses: [Swift.String]? = nil - ) - { + ) { self.ipAddresses = ipAddresses } } @@ -678,8 +660,7 @@ public struct AssociateFileSystemInput: Swift.Sendable { password: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.cacheAttributes = cacheAttributes self.clientToken = clientToken @@ -703,8 +684,7 @@ public struct AssociateFileSystemOutput: Swift.Sendable { public init( fileSystemAssociationARN: Swift.String? = nil - ) - { + ) { self.fileSystemAssociationARN = fileSystemAssociationARN } } @@ -731,8 +711,7 @@ public struct AttachVolumeInput: Swift.Sendable { networkInterfaceId: Swift.String? = nil, targetName: Swift.String? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.diskId = diskId self.gatewayARN = gatewayARN self.networkInterfaceId = networkInterfaceId @@ -751,8 +730,7 @@ public struct AttachVolumeOutput: Swift.Sendable { public init( targetARN: Swift.String? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.targetARN = targetARN self.volumeARN = volumeARN } @@ -783,8 +761,7 @@ extension StorageGatewayClientTypes { tapeBarcodePrefix: Swift.String? = nil, tapeSizeInBytes: Swift.Int? = nil, worm: Swift.Bool = false - ) - { + ) { self.minimumNumTapes = minimumNumTapes self.poolId = poolId self.tapeBarcodePrefix = tapeBarcodePrefix @@ -806,8 +783,7 @@ extension StorageGatewayClientTypes { public init( automaticTapeCreationRules: [StorageGatewayClientTypes.AutomaticTapeCreationRule]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.automaticTapeCreationRules = automaticTapeCreationRules self.gatewayARN = gatewayARN } @@ -907,8 +883,7 @@ extension StorageGatewayClientTypes { endMinuteOfHour: Swift.Int? = nil, startHourOfDay: Swift.Int? = nil, startMinuteOfHour: Swift.Int? = nil - ) - { + ) { self.averageDownloadRateLimitInBitsPerSec = averageDownloadRateLimitInBitsPerSec self.averageUploadRateLimitInBitsPerSec = averageUploadRateLimitInBitsPerSec self.daysOfWeek = daysOfWeek @@ -941,8 +916,7 @@ extension StorageGatewayClientTypes { networkInterfaceId: Swift.String? = nil, networkInterfacePort: Swift.Int = 0, targetARN: Swift.String? = nil - ) - { + ) { self.chapEnabled = chapEnabled self.lunNumber = lunNumber self.networkInterfaceId = networkInterfaceId @@ -997,8 +971,7 @@ extension StorageGatewayClientTypes { volumeType: Swift.String? = nil, volumeUsedInBytes: Swift.Int? = nil, volumeiSCSIAttributes: StorageGatewayClientTypes.VolumeiSCSIAttributes? = nil - ) - { + ) { self.createdDate = createdDate self.kmsKey = kmsKey self.sourceSnapshotId = sourceSnapshotId @@ -1028,8 +1001,7 @@ public struct CancelArchivalInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.tapeARN = tapeARN } @@ -1042,8 +1014,7 @@ public struct CancelArchivalOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -1060,8 +1031,7 @@ public struct CancelRetrievalInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.tapeARN = tapeARN } @@ -1074,8 +1044,7 @@ public struct CancelRetrievalOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -1127,8 +1096,7 @@ extension StorageGatewayClientTypes { secretToAuthenticateInitiator: Swift.String? = nil, secretToAuthenticateTarget: Swift.String? = nil, targetARN: Swift.String? = nil - ) - { + ) { self.initiatorName = initiatorName self.secretToAuthenticateInitiator = secretToAuthenticateInitiator self.secretToAuthenticateTarget = secretToAuthenticateTarget @@ -1180,8 +1148,7 @@ public struct CreateCachediSCSIVolumeInput: Swift.Sendable { tags: [StorageGatewayClientTypes.Tag]? = nil, targetName: Swift.String? = nil, volumeSizeInBytes: Swift.Int? = 0 - ) - { + ) { self.clientToken = clientToken self.gatewayARN = gatewayARN self.kmsEncrypted = kmsEncrypted @@ -1204,8 +1171,7 @@ public struct CreateCachediSCSIVolumeOutput: Swift.Sendable { public init( targetARN: Swift.String? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.targetARN = targetARN self.volumeARN = volumeARN } @@ -1261,8 +1227,7 @@ extension StorageGatewayClientTypes { fileMode: Swift.String? = nil, groupId: Swift.Int? = nil, ownerId: Swift.Int? = nil - ) - { + ) { self.directoryMode = directoryMode self.fileMode = fileMode self.groupId = groupId @@ -1397,8 +1362,7 @@ public struct CreateNFSFileShareInput: Swift.Sendable { squash: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, vpcEndpointDNSName: Swift.String? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.bucketRegion = bucketRegion self.cacheAttributes = cacheAttributes @@ -1431,8 +1395,7 @@ public struct CreateNFSFileShareOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -1527,8 +1490,7 @@ public struct CreateSMBFileShareInput: Swift.Sendable { tags: [StorageGatewayClientTypes.Tag]? = nil, validUserList: [Swift.String]? = nil, vpcEndpointDNSName: Swift.String? = nil - ) - { + ) { self.accessBasedEnumeration = accessBasedEnumeration self.adminUserList = adminUserList self.auditDestinationARN = auditDestinationARN @@ -1566,8 +1528,7 @@ public struct CreateSMBFileShareOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -1594,8 +1555,7 @@ public struct ServiceUnavailableError: ClientRuntime.ModeledError, AWSClientRunt public init( error: StorageGatewayClientTypes.StorageGatewayError? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.error = error self.properties.message = message } @@ -1620,8 +1580,7 @@ public struct CreateSnapshotInput: Swift.Sendable { snapshotDescription: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.snapshotDescription = snapshotDescription self.tags = tags self.volumeARN = volumeARN @@ -1638,8 +1597,7 @@ public struct CreateSnapshotOutput: Swift.Sendable { public init( snapshotId: Swift.String? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId self.volumeARN = volumeARN } @@ -1659,8 +1617,7 @@ public struct CreateSnapshotFromVolumeRecoveryPointInput: Swift.Sendable { snapshotDescription: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.snapshotDescription = snapshotDescription self.tags = tags self.volumeARN = volumeARN @@ -1679,8 +1636,7 @@ public struct CreateSnapshotFromVolumeRecoveryPointOutput: Swift.Sendable { snapshotId: Swift.String? = nil, volumeARN: Swift.String? = nil, volumeRecoveryPointTime: Swift.String? = nil - ) - { + ) { self.snapshotId = snapshotId self.volumeARN = volumeARN self.volumeRecoveryPointTime = volumeRecoveryPointTime @@ -1733,8 +1689,7 @@ public struct CreateStorediSCSIVolumeInput: Swift.Sendable { snapshotId: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, targetName: Swift.String? = nil - ) - { + ) { self.diskId = diskId self.gatewayARN = gatewayARN self.kmsEncrypted = kmsEncrypted @@ -1760,8 +1715,7 @@ public struct CreateStorediSCSIVolumeOutput: Swift.Sendable { targetARN: Swift.String? = nil, volumeARN: Swift.String? = nil, volumeSizeInBytes: Swift.Int = 0 - ) - { + ) { self.targetARN = targetARN self.volumeARN = volumeARN self.volumeSizeInBytes = volumeSizeInBytes @@ -1849,8 +1803,7 @@ public struct CreateTapePoolInput: Swift.Sendable { retentionLockType: StorageGatewayClientTypes.RetentionLockType? = nil, storageClass: StorageGatewayClientTypes.TapeStorageClass? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil - ) - { + ) { self.poolName = poolName self.retentionLockTimeInDays = retentionLockTimeInDays self.retentionLockType = retentionLockType @@ -1865,8 +1818,7 @@ public struct CreateTapePoolOutput: Swift.Sendable { public init( poolARN: Swift.String? = nil - ) - { + ) { self.poolARN = poolARN } } @@ -1910,8 +1862,7 @@ public struct CreateTapesInput: Swift.Sendable { tapeBarcodePrefix: Swift.String? = nil, tapeSizeInBytes: Swift.Int? = nil, worm: Swift.Bool? = false - ) - { + ) { self.clientToken = clientToken self.gatewayARN = gatewayARN self.kmsEncrypted = kmsEncrypted @@ -1932,8 +1883,7 @@ public struct CreateTapesOutput: Swift.Sendable { public init( tapeARNs: [Swift.String]? = nil - ) - { + ) { self.tapeARNs = tapeARNs } } @@ -1969,8 +1919,7 @@ public struct CreateTapeWithBarcodeInput: Swift.Sendable { tapeBarcode: Swift.String? = nil, tapeSizeInBytes: Swift.Int? = nil, worm: Swift.Bool? = false - ) - { + ) { self.gatewayARN = gatewayARN self.kmsEncrypted = kmsEncrypted self.kmsKey = kmsKey @@ -1989,8 +1938,7 @@ public struct CreateTapeWithBarcodeOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -2002,8 +1950,7 @@ public struct DeleteAutomaticTapeCreationPolicyInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2014,8 +1961,7 @@ public struct DeleteAutomaticTapeCreationPolicyOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2034,8 +1980,7 @@ public struct DeleteBandwidthRateLimitInput: Swift.Sendable { public init( bandwidthType: Swift.String? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.bandwidthType = bandwidthType self.gatewayARN = gatewayARN } @@ -2048,8 +1993,7 @@ public struct DeleteBandwidthRateLimitOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2070,8 +2014,7 @@ public struct DeleteChapCredentialsInput: Swift.Sendable { public init( initiatorName: Swift.String? = nil, targetARN: Swift.String? = nil - ) - { + ) { self.initiatorName = initiatorName self.targetARN = targetARN } @@ -2087,8 +2030,7 @@ public struct DeleteChapCredentialsOutput: Swift.Sendable { public init( initiatorName: Swift.String? = nil, targetARN: Swift.String? = nil - ) - { + ) { self.initiatorName = initiatorName self.targetARN = targetARN } @@ -2105,8 +2047,7 @@ public struct DeleteFileShareInput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.fileShareARN = fileShareARN self.forceDelete = forceDelete } @@ -2119,8 +2060,7 @@ public struct DeleteFileShareOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -2133,8 +2073,7 @@ public struct DeleteGatewayInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2146,8 +2085,7 @@ public struct DeleteGatewayOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2159,8 +2097,7 @@ public struct DeleteSnapshotScheduleInput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -2171,8 +2108,7 @@ public struct DeleteSnapshotScheduleOutput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -2192,8 +2128,7 @@ public struct DeleteTapeInput: Swift.Sendable { bypassGovernanceRetention: Swift.Bool? = false, gatewayARN: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.bypassGovernanceRetention = bypassGovernanceRetention self.gatewayARN = gatewayARN self.tapeARN = tapeARN @@ -2207,8 +2142,7 @@ public struct DeleteTapeOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -2224,8 +2158,7 @@ public struct DeleteTapeArchiveInput: Swift.Sendable { public init( bypassGovernanceRetention: Swift.Bool? = false, tapeARN: Swift.String? = nil - ) - { + ) { self.bypassGovernanceRetention = bypassGovernanceRetention self.tapeARN = tapeARN } @@ -2238,8 +2171,7 @@ public struct DeleteTapeArchiveOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -2251,8 +2183,7 @@ public struct DeleteTapePoolInput: Swift.Sendable { public init( poolARN: Swift.String? = nil - ) - { + ) { self.poolARN = poolARN } } @@ -2263,8 +2194,7 @@ public struct DeleteTapePoolOutput: Swift.Sendable { public init( poolARN: Swift.String? = nil - ) - { + ) { self.poolARN = poolARN } } @@ -2277,8 +2207,7 @@ public struct DeleteVolumeInput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -2290,8 +2219,7 @@ public struct DeleteVolumeOutput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -2303,8 +2231,7 @@ public struct DescribeAvailabilityMonitorTestInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2321,8 +2248,7 @@ public struct DescribeAvailabilityMonitorTestOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, startTime: Foundation.Date? = nil, status: StorageGatewayClientTypes.AvailabilityMonitorTestStatus? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.startTime = startTime self.status = status @@ -2337,8 +2263,7 @@ public struct DescribeBandwidthRateLimitInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2356,8 +2281,7 @@ public struct DescribeBandwidthRateLimitOutput: Swift.Sendable { averageDownloadRateLimitInBitsPerSec: Swift.Int? = nil, averageUploadRateLimitInBitsPerSec: Swift.Int? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.averageDownloadRateLimitInBitsPerSec = averageDownloadRateLimitInBitsPerSec self.averageUploadRateLimitInBitsPerSec = averageUploadRateLimitInBitsPerSec self.gatewayARN = gatewayARN @@ -2371,8 +2295,7 @@ public struct DescribeBandwidthRateLimitScheduleInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2386,8 +2309,7 @@ public struct DescribeBandwidthRateLimitScheduleOutput: Swift.Sendable { public init( bandwidthRateLimitIntervals: [StorageGatewayClientTypes.BandwidthRateLimitInterval]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.bandwidthRateLimitIntervals = bandwidthRateLimitIntervals self.gatewayARN = gatewayARN } @@ -2400,8 +2322,7 @@ public struct DescribeCacheInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2430,8 +2351,7 @@ public struct DescribeCacheOutput: Swift.Sendable { cacheUsedPercentage: Swift.Double = 0.0, diskIds: [Swift.String]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.cacheAllocatedInBytes = cacheAllocatedInBytes self.cacheDirtyPercentage = cacheDirtyPercentage self.cacheHitPercentage = cacheHitPercentage @@ -2449,8 +2369,7 @@ public struct DescribeCachediSCSIVolumesInput: Swift.Sendable { public init( volumeARNs: [Swift.String]? = nil - ) - { + ) { self.volumeARNs = volumeARNs } } @@ -2462,8 +2381,7 @@ public struct DescribeCachediSCSIVolumesOutput: Swift.Sendable { public init( cachediSCSIVolumes: [StorageGatewayClientTypes.CachediSCSIVolume]? = nil - ) - { + ) { self.cachediSCSIVolumes = cachediSCSIVolumes } } @@ -2476,8 +2394,7 @@ public struct DescribeChapCredentialsInput: Swift.Sendable { public init( targetARN: Swift.String? = nil - ) - { + ) { self.targetARN = targetARN } } @@ -2497,8 +2414,7 @@ public struct DescribeChapCredentialsOutput: Swift.Sendable { public init( chapCredentials: [StorageGatewayClientTypes.ChapInfo]? = nil - ) - { + ) { self.chapCredentials = chapCredentials } } @@ -2510,8 +2426,7 @@ public struct DescribeFileSystemAssociationsInput: Swift.Sendable { public init( fileSystemAssociationARNList: [Swift.String]? = nil - ) - { + ) { self.fileSystemAssociationARNList = fileSystemAssociationARNList } } @@ -2525,8 +2440,7 @@ extension StorageGatewayClientTypes { public init( errorCode: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode } } @@ -2565,8 +2479,7 @@ extension StorageGatewayClientTypes { gatewayARN: Swift.String? = nil, locationARN: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.cacheAttributes = cacheAttributes self.endpointNetworkConfiguration = endpointNetworkConfiguration @@ -2586,8 +2499,7 @@ public struct DescribeFileSystemAssociationsOutput: Swift.Sendable { public init( fileSystemAssociationInfoList: [StorageGatewayClientTypes.FileSystemAssociationInfo]? = nil - ) - { + ) { self.fileSystemAssociationInfoList = fileSystemAssociationInfoList } } @@ -2600,8 +2512,7 @@ public struct DescribeGatewayInformationInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2653,8 +2564,7 @@ extension StorageGatewayClientTypes { ipv4Address: Swift.String? = nil, ipv6Address: Swift.String? = nil, macAddress: Swift.String? = nil - ) - { + ) { self.ipv4Address = ipv4Address self.ipv6Address = ipv6Address self.macAddress = macAddress @@ -2779,8 +2689,7 @@ public struct DescribeGatewayInformationOutput: Swift.Sendable { supportedGatewayCapacities: [StorageGatewayClientTypes.GatewayCapacity]? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, vpcEndpoint: Swift.String? = nil - ) - { + ) { self.cloudWatchLogGroupARN = cloudWatchLogGroupARN self.deprecationDate = deprecationDate self.ec2InstanceId = ec2InstanceId @@ -2819,8 +2728,7 @@ public struct DescribeMaintenanceStartTimeInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -2834,8 +2742,7 @@ extension StorageGatewayClientTypes { public init( automaticUpdatePolicy: StorageGatewayClientTypes.AutomaticUpdatePolicy? = nil - ) - { + ) { self.automaticUpdatePolicy = automaticUpdatePolicy } } @@ -2878,8 +2785,7 @@ public struct DescribeMaintenanceStartTimeOutput: Swift.Sendable { minuteOfHour: Swift.Int? = nil, softwareUpdatePreferences: StorageGatewayClientTypes.SoftwareUpdatePreferences? = nil, timezone: Swift.String? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.gatewayARN = gatewayARN @@ -2898,8 +2804,7 @@ public struct DescribeNFSFileSharesInput: Swift.Sendable { public init( fileShareARNList: [Swift.String]? = nil - ) - { + ) { self.fileShareARNList = fileShareARNList } } @@ -2992,8 +2897,7 @@ extension StorageGatewayClientTypes { squash: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, vpcEndpointDNSName: Swift.String? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.bucketRegion = bucketRegion self.cacheAttributes = cacheAttributes @@ -3030,8 +2934,7 @@ public struct DescribeNFSFileSharesOutput: Swift.Sendable { public init( nfsFileShareInfoList: [StorageGatewayClientTypes.NFSFileShareInfo]? = nil - ) - { + ) { self.nfsFileShareInfoList = nfsFileShareInfoList } } @@ -3044,8 +2947,7 @@ public struct DescribeSMBFileSharesInput: Swift.Sendable { public init( fileShareARNList: [Swift.String]? = nil - ) - { + ) { self.fileShareARNList = fileShareARNList } } @@ -3147,8 +3049,7 @@ extension StorageGatewayClientTypes { tags: [StorageGatewayClientTypes.Tag]? = nil, validUserList: [Swift.String]? = nil, vpcEndpointDNSName: Swift.String? = nil - ) - { + ) { self.accessBasedEnumeration = accessBasedEnumeration self.adminUserList = adminUserList self.auditDestinationARN = auditDestinationARN @@ -3190,8 +3091,7 @@ public struct DescribeSMBFileSharesOutput: Swift.Sendable { public init( smbFileShareInfoList: [StorageGatewayClientTypes.SMBFileShareInfo]? = nil - ) - { + ) { self.smbFileShareInfoList = smbFileShareInfoList } } @@ -3203,8 +3103,7 @@ public struct DescribeSMBSettingsInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -3218,8 +3117,7 @@ extension StorageGatewayClientTypes { public init( gatewayAdmins: [Swift.String]? = nil - ) - { + ) { self.gatewayAdmins = gatewayAdmins } } @@ -3306,8 +3204,7 @@ public struct DescribeSMBSettingsOutput: Swift.Sendable { smbGuestPasswordSet: Swift.Bool? = nil, smbLocalGroups: StorageGatewayClientTypes.SMBLocalGroups? = nil, smbSecurityStrategy: StorageGatewayClientTypes.SMBSecurityStrategy? = nil - ) - { + ) { self.activeDirectoryStatus = activeDirectoryStatus self.domainName = domainName self.fileSharesVisible = fileSharesVisible @@ -3326,8 +3223,7 @@ public struct DescribeSnapshotScheduleInput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -3353,8 +3249,7 @@ public struct DescribeSnapshotScheduleOutput: Swift.Sendable { tags: [StorageGatewayClientTypes.Tag]? = nil, timezone: Swift.String? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.description = description self.recurrenceInHours = recurrenceInHours self.startAt = startAt @@ -3372,8 +3267,7 @@ public struct DescribeStorediSCSIVolumesInput: Swift.Sendable { public init( volumeARNs: [Swift.String]? = nil - ) - { + ) { self.volumeARNs = volumeARNs } } @@ -3429,8 +3323,7 @@ extension StorageGatewayClientTypes { volumeType: Swift.String? = nil, volumeUsedInBytes: Swift.Int? = nil, volumeiSCSIAttributes: StorageGatewayClientTypes.VolumeiSCSIAttributes? = nil - ) - { + ) { self.createdDate = createdDate self.kmsKey = kmsKey self.preservedExistingData = preservedExistingData @@ -3488,8 +3381,7 @@ public struct DescribeStorediSCSIVolumesOutput: Swift.Sendable { public init( storediSCSIVolumes: [StorageGatewayClientTypes.StorediSCSIVolume]? = nil - ) - { + ) { self.storediSCSIVolumes = storediSCSIVolumes } } @@ -3507,8 +3399,7 @@ public struct DescribeTapeArchivesInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, tapeARNs: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.marker = marker self.tapeARNs = tapeARNs @@ -3560,8 +3451,7 @@ extension StorageGatewayClientTypes { tapeStatus: Swift.String? = nil, tapeUsedInBytes: Swift.Int? = nil, worm: Swift.Bool = false - ) - { + ) { self.completionTime = completionTime self.kmsKey = kmsKey self.poolEntryDate = poolEntryDate @@ -3589,8 +3479,7 @@ public struct DescribeTapeArchivesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, tapeArchives: [StorageGatewayClientTypes.TapeArchive]? = nil - ) - { + ) { self.marker = marker self.tapeArchives = tapeArchives } @@ -3610,8 +3499,7 @@ public struct DescribeTapeRecoveryPointsInput: Swift.Sendable { gatewayARN: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -3636,8 +3524,7 @@ extension StorageGatewayClientTypes { tapeRecoveryPointTime: Foundation.Date? = nil, tapeSizeInBytes: Swift.Int? = nil, tapeStatus: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN self.tapeRecoveryPointTime = tapeRecoveryPointTime self.tapeSizeInBytes = tapeSizeInBytes @@ -3659,8 +3546,7 @@ public struct DescribeTapeRecoveryPointsOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, marker: Swift.String? = nil, tapeRecoveryPointInfos: [StorageGatewayClientTypes.TapeRecoveryPointInfo]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.marker = marker self.tapeRecoveryPointInfos = tapeRecoveryPointInfos @@ -3684,8 +3570,7 @@ public struct DescribeTapesInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, tapeARNs: [Swift.String]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -3738,8 +3623,7 @@ extension StorageGatewayClientTypes { tapeUsedInBytes: Swift.Int? = nil, vtlDevice: Swift.String? = nil, worm: Swift.Bool = false - ) - { + ) { self.kmsKey = kmsKey self.poolEntryDate = poolEntryDate self.poolId = poolId @@ -3767,8 +3651,7 @@ public struct DescribeTapesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, tapes: [StorageGatewayClientTypes.Tape]? = nil - ) - { + ) { self.marker = marker self.tapes = tapes } @@ -3781,8 +3664,7 @@ public struct DescribeUploadBufferInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -3802,8 +3684,7 @@ public struct DescribeUploadBufferOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, uploadBufferAllocatedInBytes: Swift.Int = 0, uploadBufferUsedInBytes: Swift.Int = 0 - ) - { + ) { self.diskIds = diskIds self.gatewayARN = gatewayARN self.uploadBufferAllocatedInBytes = uploadBufferAllocatedInBytes @@ -3828,8 +3709,7 @@ public struct DescribeVTLDevicesInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, vtlDeviceARNs: [Swift.String]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -3855,8 +3735,7 @@ extension StorageGatewayClientTypes { networkInterfaceId: Swift.String? = nil, networkInterfacePort: Swift.Int = 0, targetARN: Swift.String? = nil - ) - { + ) { self.chapEnabled = chapEnabled self.networkInterfaceId = networkInterfaceId self.networkInterfacePort = networkInterfacePort @@ -3886,8 +3765,7 @@ extension StorageGatewayClientTypes { vtlDeviceProductIdentifier: Swift.String? = nil, vtlDeviceType: Swift.String? = nil, vtlDeviceVendor: Swift.String? = nil - ) - { + ) { self.deviceiSCSIAttributes = deviceiSCSIAttributes self.vtlDeviceARN = vtlDeviceARN self.vtlDeviceProductIdentifier = vtlDeviceProductIdentifier @@ -3910,8 +3788,7 @@ public struct DescribeVTLDevicesOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, marker: Swift.String? = nil, vtlDevices: [StorageGatewayClientTypes.VTLDevice]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.marker = marker self.vtlDevices = vtlDevices @@ -3926,8 +3803,7 @@ public struct DescribeWorkingStorageInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -3948,8 +3824,7 @@ public struct DescribeWorkingStorageOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, workingStorageAllocatedInBytes: Swift.Int = 0, workingStorageUsedInBytes: Swift.Int = 0 - ) - { + ) { self.diskIds = diskIds self.gatewayARN = gatewayARN self.workingStorageAllocatedInBytes = workingStorageAllocatedInBytes @@ -3968,8 +3843,7 @@ public struct DetachVolumeInput: Swift.Sendable { public init( forceDetach: Swift.Bool? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.forceDetach = forceDetach self.volumeARN = volumeARN } @@ -3982,8 +3856,7 @@ public struct DetachVolumeOutput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -3996,8 +3869,7 @@ public struct DisableGatewayInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -4009,8 +3881,7 @@ public struct DisableGatewayOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -4025,8 +3896,7 @@ public struct DisassociateFileSystemInput: Swift.Sendable { public init( fileSystemAssociationARN: Swift.String? = nil, forceDelete: Swift.Bool? = false - ) - { + ) { self.fileSystemAssociationARN = fileSystemAssociationARN self.forceDelete = forceDelete } @@ -4038,8 +3908,7 @@ public struct DisassociateFileSystemOutput: Swift.Sendable { public init( fileSystemAssociationARN: Swift.String? = nil - ) - { + ) { self.fileSystemAssociationARN = fileSystemAssociationARN } } @@ -4074,8 +3943,7 @@ extension StorageGatewayClientTypes { diskPath: Swift.String? = nil, diskSizeInBytes: Swift.Int = 0, diskStatus: Swift.String? = nil - ) - { + ) { self.diskAllocationResource = diskAllocationResource self.diskAllocationType = diskAllocationType self.diskAttributeList = diskAttributeList @@ -4139,8 +4007,7 @@ extension StorageGatewayClientTypes { fileShareStatus: Swift.String? = nil, fileShareType: StorageGatewayClientTypes.FileShareType? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN self.fileShareId = fileShareId self.fileShareStatus = fileShareStatus @@ -4168,8 +4035,7 @@ extension StorageGatewayClientTypes { fileSystemAssociationId: Swift.String? = nil, fileSystemAssociationStatus: Swift.String? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.fileSystemAssociationARN = fileSystemAssociationARN self.fileSystemAssociationId = fileSystemAssociationId self.fileSystemAssociationStatus = fileSystemAssociationStatus @@ -4217,8 +4083,7 @@ extension StorageGatewayClientTypes { hostEnvironment: StorageGatewayClientTypes.HostEnvironment? = nil, hostEnvironmentId: Swift.String? = nil, softwareVersion: Swift.String? = nil - ) - { + ) { self.deprecationDate = deprecationDate self.ec2InstanceId = ec2InstanceId self.ec2InstanceRegion = ec2InstanceRegion @@ -4263,8 +4128,7 @@ public struct JoinDomainInput: Swift.Sendable { password: Swift.String? = nil, timeoutInSeconds: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.domainControllers = domainControllers self.domainName = domainName self.gatewayARN = gatewayARN @@ -4304,8 +4168,7 @@ public struct JoinDomainOutput: Swift.Sendable { public init( activeDirectoryStatus: StorageGatewayClientTypes.ActiveDirectoryStatus? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.activeDirectoryStatus = activeDirectoryStatus self.gatewayARN = gatewayARN } @@ -4317,8 +4180,7 @@ public struct ListAutomaticTapeCreationPoliciesInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -4329,8 +4191,7 @@ public struct ListAutomaticTapeCreationPoliciesOutput: Swift.Sendable { public init( automaticTapeCreationPolicyInfos: [StorageGatewayClientTypes.AutomaticTapeCreationPolicyInfo]? = nil - ) - { + ) { self.automaticTapeCreationPolicyInfos = automaticTapeCreationPolicyInfos } } @@ -4348,8 +4209,7 @@ public struct ListFileSharesInput: Swift.Sendable { gatewayARN: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -4369,8 +4229,7 @@ public struct ListFileSharesOutput: Swift.Sendable { fileShareInfoList: [StorageGatewayClientTypes.FileShareInfo]? = nil, marker: Swift.String? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.fileShareInfoList = fileShareInfoList self.marker = marker self.nextMarker = nextMarker @@ -4389,8 +4248,7 @@ public struct ListFileSystemAssociationsInput: Swift.Sendable { gatewayARN: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -4409,8 +4267,7 @@ public struct ListFileSystemAssociationsOutput: Swift.Sendable { fileSystemAssociationSummaryList: [StorageGatewayClientTypes.FileSystemAssociationSummary]? = nil, marker: Swift.String? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.fileSystemAssociationSummaryList = fileSystemAssociationSummaryList self.marker = marker self.nextMarker = nextMarker @@ -4431,8 +4288,7 @@ public struct ListGatewaysInput: Swift.Sendable { public init( limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker } @@ -4447,8 +4303,7 @@ public struct ListGatewaysOutput: Swift.Sendable { public init( gateways: [StorageGatewayClientTypes.GatewayInfo]? = nil, marker: Swift.String? = nil - ) - { + ) { self.gateways = gateways self.marker = marker } @@ -4462,8 +4317,7 @@ public struct ListLocalDisksInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -4479,8 +4333,7 @@ public struct ListLocalDisksOutput: Swift.Sendable { public init( disks: [StorageGatewayClientTypes.Disk]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.disks = disks self.gatewayARN = gatewayARN } @@ -4500,8 +4353,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker self.resourceARN = resourceARN @@ -4521,8 +4373,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { marker: Swift.String? = nil, resourceARN: Swift.String? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil - ) - { + ) { self.marker = marker self.resourceARN = resourceARN self.tags = tags @@ -4541,8 +4392,7 @@ public struct ListTapePoolsInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, poolARNs: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.marker = marker self.poolARNs = poolARNs @@ -4602,8 +4452,7 @@ extension StorageGatewayClientTypes { retentionLockTimeInDays: Swift.Int? = nil, retentionLockType: StorageGatewayClientTypes.RetentionLockType? = nil, storageClass: StorageGatewayClientTypes.TapeStorageClass? = nil - ) - { + ) { self.poolARN = poolARN self.poolName = poolName self.poolStatus = poolStatus @@ -4623,8 +4472,7 @@ public struct ListTapePoolsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, poolInfos: [StorageGatewayClientTypes.PoolInfo]? = nil - ) - { + ) { self.marker = marker self.poolInfos = poolInfos } @@ -4649,8 +4497,7 @@ public struct ListTapesInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, tapeARNs: [Swift.String]? = nil - ) - { + ) { self.limit = limit self.marker = marker self.tapeARNs = tapeARNs @@ -4687,8 +4534,7 @@ extension StorageGatewayClientTypes { tapeBarcode: Swift.String? = nil, tapeSizeInBytes: Swift.Int? = nil, tapeStatus: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.poolEntryDate = poolEntryDate self.poolId = poolId @@ -4715,8 +4561,7 @@ public struct ListTapesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, tapeInfos: [StorageGatewayClientTypes.TapeInfo]? = nil - ) - { + ) { self.marker = marker self.tapeInfos = tapeInfos } @@ -4730,8 +4575,7 @@ public struct ListVolumeInitiatorsInput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -4743,8 +4587,7 @@ public struct ListVolumeInitiatorsOutput: Swift.Sendable { public init( initiators: [Swift.String]? = nil - ) - { + ) { self.initiators = initiators } } @@ -4756,8 +4599,7 @@ public struct ListVolumeRecoveryPointsInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -4780,8 +4622,7 @@ extension StorageGatewayClientTypes { volumeRecoveryPointTime: Swift.String? = nil, volumeSizeInBytes: Swift.Int = 0, volumeUsageInBytes: Swift.Int = 0 - ) - { + ) { self.volumeARN = volumeARN self.volumeRecoveryPointTime = volumeRecoveryPointTime self.volumeSizeInBytes = volumeSizeInBytes @@ -4799,8 +4640,7 @@ public struct ListVolumeRecoveryPointsOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, volumeRecoveryPointInfos: [StorageGatewayClientTypes.VolumeRecoveryPointInfo]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.volumeRecoveryPointInfos = volumeRecoveryPointInfos } @@ -4823,8 +4663,7 @@ public struct ListVolumesInput: Swift.Sendable { gatewayARN: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.limit = limit self.marker = marker @@ -4858,8 +4697,7 @@ extension StorageGatewayClientTypes { volumeId: Swift.String? = nil, volumeSizeInBytes: Swift.Int = 0, volumeType: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.gatewayId = gatewayId self.volumeARN = volumeARN @@ -4888,8 +4726,7 @@ public struct ListVolumesOutput: Swift.Sendable { gatewayARN: Swift.String? = nil, marker: Swift.String? = nil, volumeInfos: [StorageGatewayClientTypes.VolumeInfo]? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.marker = marker self.volumeInfos = volumeInfos @@ -4903,8 +4740,7 @@ public struct NotifyWhenUploadedInput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -4918,8 +4754,7 @@ public struct NotifyWhenUploadedOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil, notificationId: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN self.notificationId = notificationId } @@ -4939,8 +4774,7 @@ public struct RefreshCacheInput: Swift.Sendable { fileShareARN: Swift.String? = nil, folderList: [Swift.String]? = nil, recursive: Swift.Bool? = nil - ) - { + ) { self.fileShareARN = fileShareARN self.folderList = folderList self.recursive = recursive @@ -4957,8 +4791,7 @@ public struct RefreshCacheOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil, notificationId: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN self.notificationId = notificationId } @@ -4976,8 +4809,7 @@ public struct RemoveTagsFromResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -4990,8 +4822,7 @@ public struct RemoveTagsFromResourceOutput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -5003,8 +4834,7 @@ public struct ResetCacheInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5015,8 +4845,7 @@ public struct ResetCacheOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5033,8 +4862,7 @@ public struct RetrieveTapeArchiveInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.tapeARN = tapeARN } @@ -5047,8 +4875,7 @@ public struct RetrieveTapeArchiveOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -5065,8 +4892,7 @@ public struct RetrieveTapeRecoveryPointInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, tapeARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.tapeARN = tapeARN } @@ -5079,8 +4905,7 @@ public struct RetrieveTapeRecoveryPointOutput: Swift.Sendable { public init( tapeARN: Swift.String? = nil - ) - { + ) { self.tapeARN = tapeARN } } @@ -5097,8 +4922,7 @@ public struct SetLocalConsolePasswordInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, localConsolePassword: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.localConsolePassword = localConsolePassword } @@ -5115,8 +4939,7 @@ public struct SetLocalConsolePasswordOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5133,8 +4956,7 @@ public struct SetSMBGuestPasswordInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, password: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.password = password } @@ -5151,8 +4973,7 @@ public struct SetSMBGuestPasswordOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5165,8 +4986,7 @@ public struct ShutdownGatewayInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5178,8 +4998,7 @@ public struct ShutdownGatewayOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5191,8 +5010,7 @@ public struct StartAvailabilityMonitorTestInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5203,8 +5021,7 @@ public struct StartAvailabilityMonitorTestOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5217,8 +5034,7 @@ public struct StartGatewayInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5230,8 +5046,7 @@ public struct StartGatewayOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5247,8 +5062,7 @@ public struct UpdateAutomaticTapeCreationPolicyInput: Swift.Sendable { public init( automaticTapeCreationRules: [StorageGatewayClientTypes.AutomaticTapeCreationRule]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.automaticTapeCreationRules = automaticTapeCreationRules self.gatewayARN = gatewayARN } @@ -5260,8 +5074,7 @@ public struct UpdateAutomaticTapeCreationPolicyOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5284,8 +5097,7 @@ public struct UpdateBandwidthRateLimitInput: Swift.Sendable { averageDownloadRateLimitInBitsPerSec: Swift.Int? = nil, averageUploadRateLimitInBitsPerSec: Swift.Int? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.averageDownloadRateLimitInBitsPerSec = averageDownloadRateLimitInBitsPerSec self.averageUploadRateLimitInBitsPerSec = averageUploadRateLimitInBitsPerSec self.gatewayARN = gatewayARN @@ -5299,8 +5111,7 @@ public struct UpdateBandwidthRateLimitOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5316,8 +5127,7 @@ public struct UpdateBandwidthRateLimitScheduleInput: Swift.Sendable { public init( bandwidthRateLimitIntervals: [StorageGatewayClientTypes.BandwidthRateLimitInterval]? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.bandwidthRateLimitIntervals = bandwidthRateLimitIntervals self.gatewayARN = gatewayARN } @@ -5329,8 +5139,7 @@ public struct UpdateBandwidthRateLimitScheduleOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5362,8 +5171,7 @@ public struct UpdateChapCredentialsInput: Swift.Sendable { secretToAuthenticateInitiator: Swift.String? = nil, secretToAuthenticateTarget: Swift.String? = nil, targetARN: Swift.String? = nil - ) - { + ) { self.initiatorName = initiatorName self.secretToAuthenticateInitiator = secretToAuthenticateInitiator self.secretToAuthenticateTarget = secretToAuthenticateTarget @@ -5386,8 +5194,7 @@ public struct UpdateChapCredentialsOutput: Swift.Sendable { public init( initiatorName: Swift.String? = nil, targetARN: Swift.String? = nil - ) - { + ) { self.initiatorName = initiatorName self.targetARN = targetARN } @@ -5412,8 +5219,7 @@ public struct UpdateFileSystemAssociationInput: Swift.Sendable { fileSystemAssociationARN: Swift.String? = nil, password: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.cacheAttributes = cacheAttributes self.fileSystemAssociationARN = fileSystemAssociationARN @@ -5433,8 +5239,7 @@ public struct UpdateFileSystemAssociationOutput: Swift.Sendable { public init( fileSystemAssociationARN: Swift.String? = nil - ) - { + ) { self.fileSystemAssociationARN = fileSystemAssociationARN } } @@ -5458,8 +5263,7 @@ public struct UpdateGatewayInformationInput: Swift.Sendable { gatewayCapacity: StorageGatewayClientTypes.GatewayCapacity? = nil, gatewayName: Swift.String? = nil, gatewayTimezone: Swift.String? = nil - ) - { + ) { self.cloudWatchLogGroupARN = cloudWatchLogGroupARN self.gatewayARN = gatewayARN self.gatewayCapacity = gatewayCapacity @@ -5478,8 +5282,7 @@ public struct UpdateGatewayInformationOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, gatewayName: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.gatewayName = gatewayName } @@ -5493,8 +5296,7 @@ public struct UpdateGatewaySoftwareNowInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5506,8 +5308,7 @@ public struct UpdateGatewaySoftwareNowOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5545,8 +5346,7 @@ public struct UpdateMaintenanceStartTimeInput: Swift.Sendable { hourOfDay: Swift.Int? = nil, minuteOfHour: Swift.Int? = nil, softwareUpdatePreferences: StorageGatewayClientTypes.SoftwareUpdatePreferences? = nil - ) - { + ) { self.dayOfMonth = dayOfMonth self.dayOfWeek = dayOfWeek self.gatewayARN = gatewayARN @@ -5563,8 +5363,7 @@ public struct UpdateMaintenanceStartTimeOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5629,8 +5428,7 @@ public struct UpdateNFSFileShareInput: Swift.Sendable { readOnly: Swift.Bool? = nil, requesterPays: Swift.Bool? = nil, squash: Swift.String? = nil - ) - { + ) { self.auditDestinationARN = auditDestinationARN self.cacheAttributes = cacheAttributes self.clientList = clientList @@ -5657,8 +5455,7 @@ public struct UpdateNFSFileShareOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -5729,8 +5526,7 @@ public struct UpdateSMBFileShareInput: Swift.Sendable { requesterPays: Swift.Bool? = nil, smbaclEnabled: Swift.Bool? = nil, validUserList: [Swift.String]? = nil - ) - { + ) { self.accessBasedEnumeration = accessBasedEnumeration self.adminUserList = adminUserList self.auditDestinationARN = auditDestinationARN @@ -5761,8 +5557,7 @@ public struct UpdateSMBFileShareOutput: Swift.Sendable { public init( fileShareARN: Swift.String? = nil - ) - { + ) { self.fileShareARN = fileShareARN } } @@ -5778,8 +5573,7 @@ public struct UpdateSMBFileShareVisibilityInput: Swift.Sendable { public init( fileSharesVisible: Swift.Bool? = nil, gatewayARN: Swift.String? = nil - ) - { + ) { self.fileSharesVisible = fileSharesVisible self.gatewayARN = gatewayARN } @@ -5791,8 +5585,7 @@ public struct UpdateSMBFileShareVisibilityOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5808,8 +5601,7 @@ public struct UpdateSMBLocalGroupsInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, smbLocalGroups: StorageGatewayClientTypes.SMBLocalGroups? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.smbLocalGroups = smbLocalGroups } @@ -5821,8 +5613,7 @@ public struct UpdateSMBLocalGroupsOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5838,8 +5629,7 @@ public struct UpdateSMBSecurityStrategyInput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil, smbSecurityStrategy: StorageGatewayClientTypes.SMBSecurityStrategy? = nil - ) - { + ) { self.gatewayARN = gatewayARN self.smbSecurityStrategy = smbSecurityStrategy } @@ -5851,8 +5641,7 @@ public struct UpdateSMBSecurityStrategyOutput: Swift.Sendable { public init( gatewayARN: Swift.String? = nil - ) - { + ) { self.gatewayARN = gatewayARN } } @@ -5887,8 +5676,7 @@ public struct UpdateSnapshotScheduleInput: Swift.Sendable { startAt: Swift.Int? = nil, tags: [StorageGatewayClientTypes.Tag]? = nil, volumeARN: Swift.String? = nil - ) - { + ) { self.description = description self.recurrenceInHours = recurrenceInHours self.startAt = startAt @@ -5904,8 +5692,7 @@ public struct UpdateSnapshotScheduleOutput: Swift.Sendable { public init( volumeARN: Swift.String? = nil - ) - { + ) { self.volumeARN = volumeARN } } @@ -5921,8 +5708,7 @@ public struct UpdateVTLDeviceTypeInput: Swift.Sendable { public init( deviceType: Swift.String? = nil, vtlDeviceARN: Swift.String? = nil - ) - { + ) { self.deviceType = deviceType self.vtlDeviceARN = vtlDeviceARN } @@ -5935,8 +5721,7 @@ public struct UpdateVTLDeviceTypeOutput: Swift.Sendable { public init( vtlDeviceARN: Swift.String? = nil - ) - { + ) { self.vtlDeviceARN = vtlDeviceARN } } diff --git a/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/StorageGatewayClient.swift b/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/StorageGatewayClient.swift index f8ad1332874..99aa173bc4a 100644 --- a/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/StorageGatewayClient.swift +++ b/Sources/Services/AWSStorageGateway/Sources/AWSStorageGateway/StorageGatewayClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class StorageGatewayClient: ClientRuntime.Client { public static let clientName = "StorageGatewayClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: StorageGatewayClient.StorageGatewayClientConfiguration let serviceName = "Storage Gateway" diff --git a/Sources/Services/AWSSupplyChain/Package.swift.txt b/Sources/Services/AWSSupplyChain/Package.swift.txt index c789730308e..5bbbdafe730 100644 --- a/Sources/Services/AWSSupplyChain/Package.swift.txt +++ b/Sources/Services/AWSSupplyChain/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/Models.swift b/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/Models.swift index f60033e26da..3f53fe92f53 100644 --- a/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/Models.swift +++ b/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -116,8 +115,7 @@ extension SupplyChainClientTypes { message: Swift.String? = nil, s3uri: Swift.String? = nil, status: SupplyChainClientTypes.ConfigurationJobStatus? = nil - ) - { + ) { self.instanceId = instanceId self.jobId = jobId self.message = message @@ -145,8 +143,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -169,8 +166,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -193,8 +189,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -217,8 +212,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -241,8 +235,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -262,8 +255,7 @@ public struct CreateBillOfMaterialsImportJobInput: Swift.Sendable { clientToken: Swift.String? = nil, instanceId: Swift.String? = nil, s3uri: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceId = instanceId self.s3uri = s3uri @@ -278,8 +270,7 @@ public struct CreateBillOfMaterialsImportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -302,8 +293,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -320,8 +310,7 @@ public struct GetBillOfMaterialsImportJobInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.jobId = jobId } @@ -335,8 +324,7 @@ public struct GetBillOfMaterialsImportJobOutput: Swift.Sendable { public init( job: SupplyChainClientTypes.BillOfMaterialsImportJob? = nil - ) - { + ) { self.job = job } } @@ -382,8 +370,7 @@ extension SupplyChainClientTypes { public init( dedupeRecords: Swift.Bool? = nil, loadType: SupplyChainClientTypes.DataIntegrationFlowLoadType? = nil - ) - { + ) { self.dedupeRecords = dedupeRecords self.loadType = loadType } @@ -403,8 +390,7 @@ extension SupplyChainClientTypes { public init( datasetIdentifier: Swift.String? = nil, options: SupplyChainClientTypes.DataIntegrationFlowDatasetOptions? = nil - ) - { + ) { self.datasetIdentifier = datasetIdentifier self.options = options } @@ -452,8 +438,7 @@ extension SupplyChainClientTypes { public init( fileType: SupplyChainClientTypes.DataIntegrationFlowFileType? = nil - ) - { + ) { self.fileType = fileType } } @@ -476,8 +461,7 @@ extension SupplyChainClientTypes { bucketName: Swift.String? = nil, options: SupplyChainClientTypes.DataIntegrationFlowS3Options? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.options = options self.`prefix` = `prefix` @@ -534,8 +518,7 @@ extension SupplyChainClientTypes { s3Source: SupplyChainClientTypes.DataIntegrationFlowS3SourceConfiguration? = nil, sourceName: Swift.String? = nil, sourceType: SupplyChainClientTypes.DataIntegrationFlowSourceType? = nil - ) - { + ) { self.datasetSource = datasetSource self.s3Source = s3Source self.sourceName = sourceName @@ -557,8 +540,7 @@ extension SupplyChainClientTypes { public init( datasetIdentifier: Swift.String? = nil, options: SupplyChainClientTypes.DataIntegrationFlowDatasetOptions? = nil - ) - { + ) { self.datasetIdentifier = datasetIdentifier self.options = options } @@ -582,8 +564,7 @@ extension SupplyChainClientTypes { bucketName: Swift.String? = nil, options: SupplyChainClientTypes.DataIntegrationFlowS3Options? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.options = options self.`prefix` = `prefix` @@ -636,8 +617,7 @@ extension SupplyChainClientTypes { datasetTarget: SupplyChainClientTypes.DataIntegrationFlowDatasetTargetConfiguration? = nil, s3Target: SupplyChainClientTypes.DataIntegrationFlowS3TargetConfiguration? = nil, targetType: SupplyChainClientTypes.DataIntegrationFlowTargetType? = nil - ) - { + ) { self.datasetTarget = datasetTarget self.s3Target = s3Target self.targetType = targetType @@ -655,8 +635,7 @@ extension SupplyChainClientTypes { public init( query: Swift.String? = nil - ) - { + ) { self.query = query } } @@ -704,8 +683,7 @@ extension SupplyChainClientTypes { public init( sqlTransformation: SupplyChainClientTypes.DataIntegrationFlowSQLTransformationConfiguration? = nil, transformationType: SupplyChainClientTypes.DataIntegrationFlowTransformationType? = nil - ) - { + ) { self.sqlTransformation = sqlTransformation self.transformationType = transformationType } @@ -739,8 +717,7 @@ public struct CreateDataIntegrationFlowInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, target: SupplyChainClientTypes.DataIntegrationFlowTarget? = nil, transformation: SupplyChainClientTypes.DataIntegrationFlowTransformation? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.sources = sources @@ -762,8 +739,7 @@ public struct CreateDataIntegrationFlowOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -822,8 +798,7 @@ extension SupplyChainClientTypes { isRequired: Swift.Bool? = nil, name: Swift.String? = nil, type: SupplyChainClientTypes.DataLakeDatasetSchemaFieldType? = nil - ) - { + ) { self.isRequired = isRequired self.name = name self.type = type @@ -845,8 +820,7 @@ extension SupplyChainClientTypes { public init( fields: [SupplyChainClientTypes.DataLakeDatasetSchemaField]? = nil, name: Swift.String? = nil - ) - { + ) { self.fields = fields self.name = name } @@ -882,8 +856,7 @@ public struct CreateDataLakeDatasetInput: Swift.Sendable { namespace: Swift.String? = nil, schema: SupplyChainClientTypes.DataLakeDatasetSchema? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -934,8 +907,7 @@ extension SupplyChainClientTypes { name: Swift.String? = nil, namespace: Swift.String? = nil, schema: SupplyChainClientTypes.DataLakeDatasetSchema? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.description = description @@ -956,8 +928,7 @@ public struct CreateDataLakeDatasetOutput: Swift.Sendable { public init( dataset: SupplyChainClientTypes.DataLakeDataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -984,8 +955,7 @@ public struct CreateInstanceInput: Swift.Sendable { kmsKeyArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, webAppDnsDomain: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceDescription = instanceDescription self.instanceName = instanceName @@ -1078,8 +1048,7 @@ extension SupplyChainClientTypes { state: SupplyChainClientTypes.InstanceState? = nil, versionNumber: Swift.Double? = nil, webAppDnsDomain: Swift.String? = nil - ) - { + ) { self.awsAccountId = awsAccountId self.createdTime = createdTime self.errorMessage = errorMessage @@ -1103,8 +1072,7 @@ public struct CreateInstanceOutput: Swift.Sendable { public init( instance: SupplyChainClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -1203,8 +1171,7 @@ public struct SendDataIntegrationEventInput: Swift.Sendable { eventTimestamp: Foundation.Date? = nil, eventType: SupplyChainClientTypes.DataIntegrationEventType? = nil, instanceId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.data = data self.eventGroupId = eventGroupId @@ -1227,8 +1194,7 @@ public struct SendDataIntegrationEventOutput: Swift.Sendable { public init( eventId: Swift.String? = nil - ) - { + ) { self.eventId = eventId } } @@ -1267,8 +1233,7 @@ extension SupplyChainClientTypes { sources: [SupplyChainClientTypes.DataIntegrationFlowSource]? = nil, target: SupplyChainClientTypes.DataIntegrationFlowTarget? = nil, transformation: SupplyChainClientTypes.DataIntegrationFlowTransformation? = nil - ) - { + ) { self.createdTime = createdTime self.instanceId = instanceId self.lastModifiedTime = lastModifiedTime @@ -1292,8 +1257,7 @@ public struct DeleteDataIntegrationFlowInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -1311,8 +1275,7 @@ public struct DeleteDataIntegrationFlowOutput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -1330,8 +1293,7 @@ public struct GetDataIntegrationFlowInput: Swift.Sendable { public init( instanceId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name } @@ -1345,8 +1307,7 @@ public struct GetDataIntegrationFlowOutput: Swift.Sendable { public init( flow: SupplyChainClientTypes.DataIntegrationFlow? = nil - ) - { + ) { self.flow = flow } } @@ -1365,8 +1326,7 @@ public struct ListDataIntegrationFlowsInput: Swift.Sendable { instanceId: Swift.String? = nil, maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.nextToken = nextToken @@ -1384,8 +1344,7 @@ public struct ListDataIntegrationFlowsOutput: Swift.Sendable { public init( flows: [SupplyChainClientTypes.DataIntegrationFlow]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.flows = flows self.nextToken = nextToken } @@ -1412,8 +1371,7 @@ public struct UpdateDataIntegrationFlowInput: Swift.Sendable { sources: [SupplyChainClientTypes.DataIntegrationFlowSource]? = nil, target: SupplyChainClientTypes.DataIntegrationFlowTarget? = nil, transformation: SupplyChainClientTypes.DataIntegrationFlowTransformation? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.sources = sources @@ -1430,8 +1388,7 @@ public struct UpdateDataIntegrationFlowOutput: Swift.Sendable { public init( flow: SupplyChainClientTypes.DataIntegrationFlow? = nil - ) - { + ) { self.flow = flow } } @@ -1456,8 +1413,7 @@ public struct DeleteDataLakeDatasetInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.namespace = namespace @@ -1480,8 +1436,7 @@ public struct DeleteDataLakeDatasetOutput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.namespace = namespace @@ -1508,8 +1463,7 @@ public struct GetDataLakeDatasetInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.name = name self.namespace = namespace @@ -1524,8 +1478,7 @@ public struct GetDataLakeDatasetOutput: Swift.Sendable { public init( dataset: SupplyChainClientTypes.DataLakeDataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -1552,8 +1505,7 @@ public struct ListDataLakeDatasetsInput: Swift.Sendable { maxResults: Swift.Int? = 10, namespace: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId self.maxResults = maxResults self.namespace = namespace @@ -1572,8 +1524,7 @@ public struct ListDataLakeDatasetsOutput: Swift.Sendable { public init( datasets: [SupplyChainClientTypes.DataLakeDataset]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.datasets = datasets self.nextToken = nextToken } @@ -1602,8 +1553,7 @@ public struct UpdateDataLakeDatasetInput: Swift.Sendable { instanceId: Swift.String? = nil, name: Swift.String? = nil, namespace: Swift.String? = nil - ) - { + ) { self.description = description self.instanceId = instanceId self.name = name @@ -1619,8 +1569,7 @@ public struct UpdateDataLakeDatasetOutput: Swift.Sendable { public init( dataset: SupplyChainClientTypes.DataLakeDataset? = nil - ) - { + ) { self.dataset = dataset } } @@ -1633,8 +1582,7 @@ public struct DeleteInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -1647,8 +1595,7 @@ public struct DeleteInstanceOutput: Swift.Sendable { public init( instance: SupplyChainClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -1661,8 +1608,7 @@ public struct GetInstanceInput: Swift.Sendable { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -1675,8 +1621,7 @@ public struct GetInstanceOutput: Swift.Sendable { public init( instance: SupplyChainClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -1697,8 +1642,7 @@ public struct ListInstancesInput: Swift.Sendable { instanceStateFilter: [SupplyChainClientTypes.InstanceState]? = nil, maxResults: Swift.Int? = 10, nextToken: Swift.String? = nil - ) - { + ) { self.instanceNameFilter = instanceNameFilter self.instanceStateFilter = instanceStateFilter self.maxResults = maxResults @@ -1717,8 +1661,7 @@ public struct ListInstancesOutput: Swift.Sendable { public init( instances: [SupplyChainClientTypes.Instance]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.instances = instances self.nextToken = nextToken } @@ -1738,8 +1681,7 @@ public struct UpdateInstanceInput: Swift.Sendable { instanceDescription: Swift.String? = nil, instanceId: Swift.String? = nil, instanceName: Swift.String? = nil - ) - { + ) { self.instanceDescription = instanceDescription self.instanceId = instanceId self.instanceName = instanceName @@ -1754,8 +1696,7 @@ public struct UpdateInstanceOutput: Swift.Sendable { public init( instance: SupplyChainClientTypes.Instance? = nil - ) - { + ) { self.instance = instance } } @@ -1768,8 +1709,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1782,8 +1722,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1800,8 +1739,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1825,8 +1763,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/SupplyChainClient.swift b/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/SupplyChainClient.swift index 73d50176921..da0e274667f 100644 --- a/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/SupplyChainClient.swift +++ b/Sources/Services/AWSSupplyChain/Sources/AWSSupplyChain/SupplyChainClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SupplyChainClient: ClientRuntime.Client { public static let clientName = "SupplyChainClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SupplyChainClient.SupplyChainClientConfiguration let serviceName = "SupplyChain" diff --git a/Sources/Services/AWSSupport/Package.swift.txt b/Sources/Services/AWSSupport/Package.swift.txt index c0dbedf98b3..1ac79b1c4b1 100644 --- a/Sources/Services/AWSSupport/Package.swift.txt +++ b/Sources/Services/AWSSupport/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSupport/Sources/AWSSupport/Models.swift b/Sources/Services/AWSSupport/Sources/AWSSupport/Models.swift index 9a28f2741b1..bd0a001ff5a 100644 --- a/Sources/Services/AWSSupport/Sources/AWSSupport/Models.swift +++ b/Sources/Services/AWSSupport/Sources/AWSSupport/Models.swift @@ -45,8 +45,7 @@ public struct AttachmentLimitExceeded: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct AttachmentSetExpired: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -95,8 +93,7 @@ public struct AttachmentSetIdNotFound: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -120,8 +117,7 @@ public struct AttachmentSetSizeLimitExceeded: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -145,8 +141,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +158,7 @@ extension SupportClientTypes { public init( data: Foundation.Data? = nil, fileName: Swift.String? = nil - ) - { + ) { self.data = data self.fileName = fileName } @@ -181,8 +175,7 @@ public struct AddAttachmentsToSetInput: Swift.Sendable { public init( attachmentSetId: Swift.String? = nil, attachments: [SupportClientTypes.Attachment]? = nil - ) - { + ) { self.attachmentSetId = attachmentSetId self.attachments = attachments } @@ -198,8 +191,7 @@ public struct AddAttachmentsToSetOutput: Swift.Sendable { public init( attachmentSetId: Swift.String? = nil, expiryTime: Swift.String? = nil - ) - { + ) { self.attachmentSetId = attachmentSetId self.expiryTime = expiryTime } @@ -224,8 +216,7 @@ public struct CaseIdNotFound: ClientRuntime.ModeledError, AWSClientRuntime.AWSSe public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -246,8 +237,7 @@ public struct AddCommunicationToCaseInput: Swift.Sendable { caseId: Swift.String? = nil, ccEmailAddresses: [Swift.String]? = nil, communicationBody: Swift.String? = nil - ) - { + ) { self.attachmentSetId = attachmentSetId self.caseId = caseId self.ccEmailAddresses = ccEmailAddresses @@ -262,8 +252,7 @@ public struct AddCommunicationToCaseOutput: Swift.Sendable { public init( result: Swift.Bool = false - ) - { + ) { self.result = result } } @@ -280,8 +269,7 @@ extension SupportClientTypes { public init( attachmentId: Swift.String? = nil, fileName: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId self.fileName = fileName } @@ -307,8 +295,7 @@ public struct AttachmentIdNotFound: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -332,8 +319,7 @@ public struct CaseCreationLimitExceeded: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -370,8 +356,7 @@ public struct CreateCaseInput: Swift.Sendable { serviceCode: Swift.String? = nil, severityCode: Swift.String? = nil, subject: Swift.String? = nil - ) - { + ) { self.attachmentSetId = attachmentSetId self.categoryCode = categoryCode self.ccEmailAddresses = ccEmailAddresses @@ -391,8 +376,7 @@ public struct CreateCaseOutput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -416,8 +400,7 @@ public struct DescribeAttachmentLimitExceeded: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -429,8 +412,7 @@ public struct DescribeAttachmentInput: Swift.Sendable { public init( attachmentId: Swift.String? = nil - ) - { + ) { self.attachmentId = attachmentId } } @@ -442,8 +424,7 @@ public struct DescribeAttachmentOutput: Swift.Sendable { public init( attachment: SupportClientTypes.Attachment? = nil - ) - { + ) { self.attachment = attachment } } @@ -478,8 +459,7 @@ public struct DescribeCasesInput: Swift.Sendable { language: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.afterTime = afterTime self.beforeTime = beforeTime self.caseIdList = caseIdList @@ -513,8 +493,7 @@ extension SupportClientTypes { caseId: Swift.String? = nil, submittedBy: Swift.String? = nil, timeCreated: Swift.String? = nil - ) - { + ) { self.attachmentSet = attachmentSet self.body = body self.caseId = caseId @@ -536,8 +515,7 @@ extension SupportClientTypes { public init( communications: [SupportClientTypes.Communication]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.communications = communications self.nextToken = nextToken } @@ -645,8 +623,7 @@ extension SupportClientTypes { subject: Swift.String? = nil, submittedBy: Swift.String? = nil, timeCreated: Swift.String? = nil - ) - { + ) { self.caseId = caseId self.categoryCode = categoryCode self.ccEmailAddresses = ccEmailAddresses @@ -673,8 +650,7 @@ public struct DescribeCasesOutput: Swift.Sendable { public init( cases: [SupportClientTypes.CaseDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.cases = cases self.nextToken = nextToken } @@ -699,8 +675,7 @@ public struct DescribeCommunicationsInput: Swift.Sendable { caseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.afterTime = afterTime self.beforeTime = beforeTime self.caseId = caseId @@ -719,8 +694,7 @@ public struct DescribeCommunicationsOutput: Swift.Sendable { public init( communications: [SupportClientTypes.Communication]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.communications = communications self.nextToken = nextToken } @@ -744,8 +718,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -769,8 +742,7 @@ public struct DescribeCreateCaseOptionsInput: Swift.Sendable { issueType: Swift.String? = nil, language: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.categoryCode = categoryCode self.issueType = issueType self.language = language @@ -790,8 +762,7 @@ extension SupportClientTypes { public init( endDateTime: Swift.String? = nil, startDateTime: Swift.String? = nil - ) - { + ) { self.endDateTime = endDateTime self.startDateTime = startDateTime } @@ -810,8 +781,7 @@ extension SupportClientTypes { public init( endTime: Swift.String? = nil, startTime: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -839,8 +809,7 @@ extension SupportClientTypes { datesWithoutSupport: [SupportClientTypes.DateInterval]? = nil, supportedHours: [SupportClientTypes.SupportedHour]? = nil, type: Swift.String? = nil - ) - { + ) { self.datesWithoutSupport = datesWithoutSupport self.supportedHours = supportedHours self.type = type @@ -863,8 +832,7 @@ public struct DescribeCreateCaseOptionsOutput: Swift.Sendable { public init( communicationTypes: [SupportClientTypes.CommunicationTypeOptions]? = nil, languageAvailability: Swift.String? = nil - ) - { + ) { self.communicationTypes = communicationTypes self.languageAvailability = languageAvailability } @@ -879,8 +847,7 @@ public struct DescribeServicesInput: Swift.Sendable { public init( language: Swift.String? = nil, serviceCodeList: [Swift.String]? = nil - ) - { + ) { self.language = language self.serviceCodeList = serviceCodeList } @@ -898,8 +865,7 @@ extension SupportClientTypes { public init( code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -921,8 +887,7 @@ extension SupportClientTypes { categories: [SupportClientTypes.Category]? = nil, code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.categories = categories self.code = code self.name = name @@ -937,8 +902,7 @@ public struct DescribeServicesOutput: Swift.Sendable { public init( services: [SupportClientTypes.Service]? = nil - ) - { + ) { self.services = services } } @@ -949,8 +913,7 @@ public struct DescribeSeverityLevelsInput: Swift.Sendable { public init( language: Swift.String? = nil - ) - { + ) { self.language = language } } @@ -980,8 +943,7 @@ extension SupportClientTypes { public init( code: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.code = code self.name = name } @@ -995,8 +957,7 @@ public struct DescribeSeverityLevelsOutput: Swift.Sendable { public init( severityLevels: [SupportClientTypes.SeverityLevel]? = nil - ) - { + ) { self.severityLevels = severityLevels } } @@ -1016,8 +977,7 @@ public struct DescribeSupportedLanguagesInput: Swift.Sendable { categoryCode: Swift.String? = nil, issueType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.categoryCode = categoryCode self.issueType = issueType self.serviceCode = serviceCode @@ -1039,8 +999,7 @@ extension SupportClientTypes { code: Swift.String? = nil, display: Swift.String? = nil, language: Swift.String? = nil - ) - { + ) { self.code = code self.display = display self.language = language @@ -1054,8 +1013,7 @@ public struct DescribeSupportedLanguagesOutput: Swift.Sendable { public init( supportedLanguages: [SupportClientTypes.SupportedLanguage]? = nil - ) - { + ) { self.supportedLanguages = supportedLanguages } } @@ -1067,8 +1025,7 @@ public struct DescribeTrustedAdvisorCheckRefreshStatusesInput: Swift.Sendable { public init( checkIds: [Swift.String?]? = nil - ) - { + ) { self.checkIds = checkIds } } @@ -1101,8 +1058,7 @@ extension SupportClientTypes { checkId: Swift.String? = nil, millisUntilNextRefreshable: Swift.Int = 0, status: Swift.String? = nil - ) - { + ) { self.checkId = checkId self.millisUntilNextRefreshable = millisUntilNextRefreshable self.status = status @@ -1118,8 +1074,7 @@ public struct DescribeTrustedAdvisorCheckRefreshStatusesOutput: Swift.Sendable { public init( statuses: [SupportClientTypes.TrustedAdvisorCheckRefreshStatus]? = nil - ) - { + ) { self.statuses = statuses } } @@ -1157,8 +1112,7 @@ public struct DescribeTrustedAdvisorCheckResultInput: Swift.Sendable { public init( checkId: Swift.String? = nil, language: Swift.String? = nil - ) - { + ) { self.checkId = checkId self.language = language } @@ -1178,8 +1132,7 @@ extension SupportClientTypes { public init( estimatedMonthlySavings: Swift.Double = 0.0, estimatedPercentMonthlySavings: Swift.Double = 0.0 - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.estimatedPercentMonthlySavings = estimatedPercentMonthlySavings } @@ -1195,8 +1148,7 @@ extension SupportClientTypes { public init( costOptimizing: SupportClientTypes.TrustedAdvisorCostOptimizingSummary? = nil - ) - { + ) { self.costOptimizing = costOptimizing } } @@ -1226,8 +1178,7 @@ extension SupportClientTypes { region: Swift.String? = nil, resourceId: Swift.String? = nil, status: Swift.String? = nil - ) - { + ) { self.isSuppressed = isSuppressed self.metadata = metadata self.region = region @@ -1259,8 +1210,7 @@ extension SupportClientTypes { resourcesIgnored: Swift.Int = 0, resourcesProcessed: Swift.Int = 0, resourcesSuppressed: Swift.Int = 0 - ) - { + ) { self.resourcesFlagged = resourcesFlagged self.resourcesIgnored = resourcesIgnored self.resourcesProcessed = resourcesProcessed @@ -1299,8 +1249,7 @@ extension SupportClientTypes { resourcesSummary: SupportClientTypes.TrustedAdvisorResourcesSummary? = nil, status: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.categorySpecificSummary = categorySpecificSummary self.checkId = checkId self.flaggedResources = flaggedResources @@ -1318,8 +1267,7 @@ public struct DescribeTrustedAdvisorCheckResultOutput: Swift.Sendable { public init( result: SupportClientTypes.TrustedAdvisorCheckResult? = nil - ) - { + ) { self.result = result } } @@ -1353,8 +1301,7 @@ public struct DescribeTrustedAdvisorChecksInput: Swift.Sendable { public init( language: Swift.String? = nil - ) - { + ) { self.language = language } } @@ -1385,8 +1332,7 @@ extension SupportClientTypes { id: Swift.String? = nil, metadata: [Swift.String?]? = nil, name: Swift.String? = nil - ) - { + ) { self.category = category self.description = description self.id = id @@ -1404,8 +1350,7 @@ public struct DescribeTrustedAdvisorChecksOutput: Swift.Sendable { public init( checks: [SupportClientTypes.TrustedAdvisorCheckDescription]? = nil - ) - { + ) { self.checks = checks } } @@ -1417,8 +1362,7 @@ public struct DescribeTrustedAdvisorCheckSummariesInput: Swift.Sendable { public init( checkIds: [Swift.String?]? = nil - ) - { + ) { self.checkIds = checkIds } } @@ -1452,8 +1396,7 @@ extension SupportClientTypes { resourcesSummary: SupportClientTypes.TrustedAdvisorResourcesSummary? = nil, status: Swift.String? = nil, timestamp: Swift.String? = nil - ) - { + ) { self.categorySpecificSummary = categorySpecificSummary self.checkId = checkId self.hasFlaggedResources = hasFlaggedResources @@ -1472,8 +1415,7 @@ public struct DescribeTrustedAdvisorCheckSummariesOutput: Swift.Sendable { public init( summaries: [SupportClientTypes.TrustedAdvisorCheckSummary]? = nil - ) - { + ) { self.summaries = summaries } } @@ -1486,8 +1428,7 @@ public struct RefreshTrustedAdvisorCheckInput: Swift.Sendable { public init( checkId: Swift.String? = nil - ) - { + ) { self.checkId = checkId } } @@ -1500,8 +1441,7 @@ public struct RefreshTrustedAdvisorCheckOutput: Swift.Sendable { public init( status: SupportClientTypes.TrustedAdvisorCheckRefreshStatus? = nil - ) - { + ) { self.status = status } } @@ -1512,8 +1452,7 @@ public struct ResolveCaseInput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -1528,8 +1467,7 @@ public struct ResolveCaseOutput: Swift.Sendable { public init( finalCaseStatus: Swift.String? = nil, initialCaseStatus: Swift.String? = nil - ) - { + ) { self.finalCaseStatus = finalCaseStatus self.initialCaseStatus = initialCaseStatus } diff --git a/Sources/Services/AWSSupport/Sources/AWSSupport/SupportClient.swift b/Sources/Services/AWSSupport/Sources/AWSSupport/SupportClient.swift index 3028c0b2a05..1658adf01e3 100644 --- a/Sources/Services/AWSSupport/Sources/AWSSupport/SupportClient.swift +++ b/Sources/Services/AWSSupport/Sources/AWSSupport/SupportClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SupportClient: ClientRuntime.Client { public static let clientName = "SupportClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SupportClient.SupportClientConfiguration let serviceName = "Support" diff --git a/Sources/Services/AWSSupportApp/Package.swift.txt b/Sources/Services/AWSSupportApp/Package.swift.txt index c0dafec55ae..13bf9b543a5 100644 --- a/Sources/Services/AWSSupportApp/Package.swift.txt +++ b/Sources/Services/AWSSupportApp/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/Models.swift b/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/Models.swift index e2522f7a2ab..583fd2884f7 100644 --- a/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/Models.swift +++ b/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/Models.swift @@ -39,8 +39,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -104,8 +103,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -128,8 +126,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -152,8 +149,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -176,8 +172,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +258,7 @@ public struct CreateSlackChannelConfigurationInput: Swift.Sendable { notifyOnCreateOrReopenCase: Swift.Bool? = nil, notifyOnResolveCase: Swift.Bool? = nil, teamId: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.channelRoleArn = channelRoleArn @@ -299,8 +293,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -326,8 +319,7 @@ public struct DeleteSlackChannelConfigurationInput: Swift.Sendable { public init( channelId: Swift.String? = nil, teamId: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.teamId = teamId } @@ -345,8 +337,7 @@ public struct DeleteSlackWorkspaceConfigurationInput: Swift.Sendable { public init( teamId: Swift.String? = nil - ) - { + ) { self.teamId = teamId } } @@ -367,8 +358,7 @@ public struct GetAccountAliasOutput: Swift.Sendable { public init( accountAlias: Swift.String? = nil - ) - { + ) { self.accountAlias = accountAlias } } @@ -379,8 +369,7 @@ public struct ListSlackChannelConfigurationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -417,8 +406,7 @@ extension SupportAppClientTypes { notifyOnCreateOrReopenCase: Swift.Bool? = nil, notifyOnResolveCase: Swift.Bool? = nil, teamId: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.channelRoleArn = channelRoleArn @@ -441,8 +429,7 @@ public struct ListSlackChannelConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slackChannelConfigurations: [SupportAppClientTypes.SlackChannelConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.slackChannelConfigurations = slackChannelConfigurations } @@ -454,8 +441,7 @@ public struct ListSlackWorkspaceConfigurationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -476,8 +462,7 @@ extension SupportAppClientTypes { allowOrganizationMemberAccount: Swift.Bool? = nil, teamId: Swift.String? = nil, teamName: Swift.String? = nil - ) - { + ) { self.allowOrganizationMemberAccount = allowOrganizationMemberAccount self.teamId = teamId self.teamName = teamName @@ -494,8 +479,7 @@ public struct ListSlackWorkspaceConfigurationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, slackWorkspaceConfigurations: [SupportAppClientTypes.SlackWorkspaceConfiguration]? = nil - ) - { + ) { self.nextToken = nextToken self.slackWorkspaceConfigurations = slackWorkspaceConfigurations } @@ -508,8 +492,7 @@ public struct PutAccountAliasInput: Swift.Sendable { public init( accountAlias: Swift.String? = nil - ) - { + ) { self.accountAlias = accountAlias } } @@ -526,8 +509,7 @@ public struct RegisterSlackWorkspaceForOrganizationInput: Swift.Sendable { public init( teamId: Swift.String? = nil - ) - { + ) { self.teamId = teamId } } @@ -544,8 +526,7 @@ public struct RegisterSlackWorkspaceForOrganizationOutput: Swift.Sendable { accountType: SupportAppClientTypes.AccountType? = nil, teamId: Swift.String? = nil, teamName: Swift.String? = nil - ) - { + ) { self.accountType = accountType self.teamId = teamId self.teamName = teamName @@ -599,8 +580,7 @@ public struct UpdateSlackChannelConfigurationInput: Swift.Sendable { notifyOnCreateOrReopenCase: Swift.Bool? = nil, notifyOnResolveCase: Swift.Bool? = nil, teamId: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.channelRoleArn = channelRoleArn @@ -639,8 +619,7 @@ public struct UpdateSlackChannelConfigurationOutput: Swift.Sendable { notifyOnCreateOrReopenCase: Swift.Bool? = nil, notifyOnResolveCase: Swift.Bool? = nil, teamId: Swift.String? = nil - ) - { + ) { self.channelId = channelId self.channelName = channelName self.channelRoleArn = channelRoleArn diff --git a/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/SupportAppClient.swift b/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/SupportAppClient.swift index c02973852f2..ffbd891e16d 100644 --- a/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/SupportAppClient.swift +++ b/Sources/Services/AWSSupportApp/Sources/AWSSupportApp/SupportAppClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SupportAppClient: ClientRuntime.Client { public static let clientName = "SupportAppClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SupportAppClient.SupportAppClientConfiguration let serviceName = "Support App" diff --git a/Sources/Services/AWSSynthetics/Package.swift.txt b/Sources/Services/AWSSynthetics/Package.swift.txt index e5e23e9fbea..45d6e5d8e6f 100644 --- a/Sources/Services/AWSSynthetics/Package.swift.txt +++ b/Sources/Services/AWSSynthetics/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/Models.swift b/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/Models.swift index 74145bf4ef4..b65cf83cabc 100644 --- a/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/Models.swift +++ b/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/Models.swift @@ -69,8 +69,7 @@ extension SyntheticsClientTypes { public init( encryptionMode: SyntheticsClientTypes.EncryptionMode? = nil, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.encryptionMode = encryptionMode self.kmsKeyArn = kmsKeyArn } @@ -86,8 +85,7 @@ extension SyntheticsClientTypes { public init( s3Encryption: SyntheticsClientTypes.S3EncryptionConfig? = nil - ) - { + ) { self.s3Encryption = s3Encryption } } @@ -102,8 +100,7 @@ extension SyntheticsClientTypes { public init( s3Encryption: SyntheticsClientTypes.S3EncryptionConfig? = nil - ) - { + ) { self.s3Encryption = s3Encryption } } @@ -127,8 +124,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -151,8 +147,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -175,8 +170,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -199,8 +193,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -223,8 +216,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -240,8 +232,7 @@ public struct AssociateResourceInput: Swift.Sendable { public init( groupIdentifier: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier self.resourceArn = resourceArn } @@ -270,8 +261,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -289,8 +279,7 @@ extension SyntheticsClientTypes { public init( ignoreCoordinates: [Swift.String]? = nil, screenshotName: Swift.String? = nil - ) - { + ) { self.ignoreCoordinates = ignoreCoordinates self.screenshotName = screenshotName } @@ -309,8 +298,7 @@ extension SyntheticsClientTypes { public init( handler: Swift.String? = nil, sourceLocationArn: Swift.String? = nil - ) - { + ) { self.handler = handler self.sourceLocationArn = sourceLocationArn } @@ -361,8 +349,7 @@ extension SyntheticsClientTypes { activeTracing: Swift.Bool? = nil, memoryInMB: Swift.Int? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.activeTracing = activeTracing self.memoryInMB = memoryInMB self.timeoutInSeconds = timeoutInSeconds @@ -382,8 +369,7 @@ extension SyntheticsClientTypes { public init( durationInSeconds: Swift.Int? = nil, expression: Swift.String? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.expression = expression } @@ -514,8 +500,7 @@ extension SyntheticsClientTypes { state: SyntheticsClientTypes.CanaryState? = nil, stateReason: Swift.String? = nil, stateReasonCode: SyntheticsClientTypes.CanaryStateReasonCode? = nil - ) - { + ) { self.state = state self.stateReason = stateReason self.stateReasonCode = stateReasonCode @@ -541,8 +526,7 @@ extension SyntheticsClientTypes { lastModified: Foundation.Date? = nil, lastStarted: Foundation.Date? = nil, lastStopped: Foundation.Date? = nil - ) - { + ) { self.created = created self.lastModified = lastModified self.lastStarted = lastStarted @@ -563,8 +547,7 @@ extension SyntheticsClientTypes { public init( baseCanaryRunId: Swift.String? = nil, baseScreenshots: [SyntheticsClientTypes.BaseScreenshot]? = nil - ) - { + ) { self.baseCanaryRunId = baseCanaryRunId self.baseScreenshots = baseScreenshots } @@ -589,8 +572,7 @@ extension SyntheticsClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.ipv6AllowedForDualStack = ipv6AllowedForDualStack self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -659,8 +641,7 @@ extension SyntheticsClientTypes { timeline: SyntheticsClientTypes.CanaryTimeline? = nil, visualReference: SyntheticsClientTypes.VisualReferenceOutput? = nil, vpcConfig: SyntheticsClientTypes.VpcConfigOutput? = nil - ) - { + ) { self.artifactConfig = artifactConfig self.artifactS3Location = artifactS3Location self.code = code @@ -759,8 +740,7 @@ extension SyntheticsClientTypes { state: SyntheticsClientTypes.CanaryRunState? = nil, stateReason: Swift.String? = nil, stateReasonCode: SyntheticsClientTypes.CanaryRunStateReasonCode? = nil - ) - { + ) { self.state = state self.stateReason = stateReason self.stateReasonCode = stateReasonCode @@ -780,8 +760,7 @@ extension SyntheticsClientTypes { public init( completed: Foundation.Date? = nil, started: Foundation.Date? = nil - ) - { + ) { self.completed = completed self.started = started } @@ -809,8 +788,7 @@ extension SyntheticsClientTypes { name: Swift.String? = nil, status: SyntheticsClientTypes.CanaryRunStatus? = nil, timeline: SyntheticsClientTypes.CanaryRunTimeline? = nil - ) - { + ) { self.artifactS3Location = artifactS3Location self.id = id self.name = name @@ -832,8 +810,7 @@ extension SyntheticsClientTypes { public init( canaryName: Swift.String? = nil, lastRun: SyntheticsClientTypes.CanaryRun? = nil - ) - { + ) { self.canaryName = canaryName self.lastRun = lastRun } @@ -866,8 +843,7 @@ extension SyntheticsClientTypes { s3Key: Swift.String? = nil, s3Version: Swift.String? = nil, zipFile: Foundation.Data? = nil - ) - { + ) { self.handler = handler self.s3Bucket = s3Bucket self.s3Key = s3Key @@ -895,8 +871,7 @@ extension SyntheticsClientTypes { environmentVariables: [Swift.String: Swift.String]? = nil, memoryInMB: Swift.Int? = nil, timeoutInSeconds: Swift.Int? = nil - ) - { + ) { self.activeTracing = activeTracing self.environmentVariables = environmentVariables self.memoryInMB = memoryInMB @@ -918,8 +893,7 @@ extension SyntheticsClientTypes { public init( durationInSeconds: Swift.Int? = nil, expression: Swift.String? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.expression = expression } @@ -944,8 +918,7 @@ public struct RequestEntityTooLargeException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -991,8 +964,7 @@ extension SyntheticsClientTypes { ipv6AllowedForDualStack: Swift.Bool? = nil, securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil - ) - { + ) { self.ipv6AllowedForDualStack = ipv6AllowedForDualStack self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -1065,8 +1037,7 @@ public struct CreateCanaryInput: Swift.Sendable { successRetentionPeriodInDays: Swift.Int? = nil, tags: [Swift.String: Swift.String]? = nil, vpcConfig: SyntheticsClientTypes.VpcConfigInput? = nil - ) - { + ) { self.artifactConfig = artifactConfig self.artifactS3Location = artifactS3Location self.code = code @@ -1090,8 +1061,7 @@ public struct CreateCanaryOutput: Swift.Sendable { public init( canary: SyntheticsClientTypes.Canary? = nil - ) - { + ) { self.canary = canary } } @@ -1106,8 +1076,7 @@ public struct CreateGroupInput: Swift.Sendable { public init( name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.name = name self.tags = tags } @@ -1137,8 +1106,7 @@ extension SyntheticsClientTypes { lastModifiedTime: Foundation.Date? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdTime = createdTime self.id = id @@ -1155,8 +1123,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( group: SyntheticsClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -1171,8 +1138,7 @@ public struct DeleteCanaryInput: Swift.Sendable { public init( deleteLambda: Swift.Bool? = false, name: Swift.String? = nil - ) - { + ) { self.deleteLambda = deleteLambda self.name = name } @@ -1190,8 +1156,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupIdentifier: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier } } @@ -1213,8 +1178,7 @@ public struct DescribeCanariesInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.names = names self.nextToken = nextToken @@ -1230,8 +1194,7 @@ public struct DescribeCanariesOutput: Swift.Sendable { public init( canaries: [SyntheticsClientTypes.Canary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.canaries = canaries self.nextToken = nextToken } @@ -1249,8 +1212,7 @@ public struct DescribeCanariesLastRunInput: Swift.Sendable { maxResults: Swift.Int? = nil, names: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.names = names self.nextToken = nextToken @@ -1266,8 +1228,7 @@ public struct DescribeCanariesLastRunOutput: Swift.Sendable { public init( canariesLastRun: [SyntheticsClientTypes.CanaryLastRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.canariesLastRun = canariesLastRun self.nextToken = nextToken } @@ -1282,8 +1243,7 @@ public struct DescribeRuntimeVersionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1307,8 +1267,7 @@ extension SyntheticsClientTypes { description: Swift.String? = nil, releaseDate: Foundation.Date? = nil, versionName: Swift.String? = nil - ) - { + ) { self.deprecationDate = deprecationDate self.description = description self.releaseDate = releaseDate @@ -1326,8 +1285,7 @@ public struct DescribeRuntimeVersionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, runtimeVersions: [SyntheticsClientTypes.RuntimeVersion]? = nil - ) - { + ) { self.nextToken = nextToken self.runtimeVersions = runtimeVersions } @@ -1344,8 +1302,7 @@ public struct DisassociateResourceInput: Swift.Sendable { public init( groupIdentifier: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier self.resourceArn = resourceArn } @@ -1363,8 +1320,7 @@ public struct GetCanaryInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1375,8 +1331,7 @@ public struct GetCanaryOutput: Swift.Sendable { public init( canary: SyntheticsClientTypes.Canary? = nil - ) - { + ) { self.canary = canary } } @@ -1394,8 +1349,7 @@ public struct GetCanaryRunsInput: Swift.Sendable { maxResults: Swift.Int? = nil, name: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.name = name self.nextToken = nextToken @@ -1411,8 +1365,7 @@ public struct GetCanaryRunsOutput: Swift.Sendable { public init( canaryRuns: [SyntheticsClientTypes.CanaryRun]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.canaryRuns = canaryRuns self.nextToken = nextToken } @@ -1425,8 +1378,7 @@ public struct GetGroupInput: Swift.Sendable { public init( groupIdentifier: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier } } @@ -1437,8 +1389,7 @@ public struct GetGroupOutput: Swift.Sendable { public init( group: SyntheticsClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -1458,8 +1409,7 @@ extension SyntheticsClientTypes { arn: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -1485,8 +1435,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1504,8 +1453,7 @@ public struct ListAssociatedGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -1521,8 +1469,7 @@ public struct ListAssociatedGroupsOutput: Swift.Sendable { public init( groups: [SyntheticsClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -1541,8 +1488,7 @@ public struct ListGroupResourcesInput: Swift.Sendable { groupIdentifier: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupIdentifier = groupIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -1558,8 +1504,7 @@ public struct ListGroupResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -1574,8 +1519,7 @@ public struct ListGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1590,8 +1534,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( groups: [SyntheticsClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -1615,8 +1558,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1639,8 +1581,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1652,8 +1593,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1664,8 +1604,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1677,8 +1616,7 @@ public struct StartCanaryInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1695,8 +1633,7 @@ public struct StopCanaryInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1717,8 +1654,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1740,8 +1676,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1765,8 +1700,7 @@ extension SyntheticsClientTypes { public init( baseCanaryRunId: Swift.String? = nil, baseScreenshots: [SyntheticsClientTypes.BaseScreenshot]? = nil - ) - { + ) { self.baseCanaryRunId = baseCanaryRunId self.baseScreenshots = baseScreenshots } @@ -1830,8 +1764,7 @@ public struct UpdateCanaryInput: Swift.Sendable { successRetentionPeriodInDays: Swift.Int? = nil, visualReference: SyntheticsClientTypes.VisualReferenceInput? = nil, vpcConfig: SyntheticsClientTypes.VpcConfigInput? = nil - ) - { + ) { self.artifactConfig = artifactConfig self.artifactS3Location = artifactS3Location self.code = code diff --git a/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/SyntheticsClient.swift b/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/SyntheticsClient.swift index 628129d435f..6bdee9b737c 100644 --- a/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/SyntheticsClient.swift +++ b/Sources/Services/AWSSynthetics/Sources/AWSSynthetics/SyntheticsClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class SyntheticsClient: ClientRuntime.Client { public static let clientName = "SyntheticsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: SyntheticsClient.SyntheticsClientConfiguration let serviceName = "synthetics" diff --git a/Sources/Services/AWSTaxSettings/Package.swift.txt b/Sources/Services/AWSTaxSettings/Package.swift.txt index 9c076b102fc..a496e5d3604 100644 --- a/Sources/Services/AWSTaxSettings/Package.swift.txt +++ b/Sources/Services/AWSTaxSettings/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/Models.swift b/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/Models.swift index 1ae56239fce..5f41563dde9 100644 --- a/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/Models.swift +++ b/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -91,8 +90,7 @@ extension TaxSettingsClientTypes { districtOrCounty: Swift.String? = nil, postalCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil - ) - { + ) { self.addressLine1 = addressLine1 self.addressLine2 = addressLine2 self.addressLine3 = addressLine3 @@ -150,8 +148,7 @@ extension TaxSettingsClientTypes { public init( countryCode: Swift.String? = nil, stateOrRegion: Swift.String? = nil - ) - { + ) { self.countryCode = countryCode self.stateOrRegion = stateOrRegion } @@ -179,8 +176,7 @@ extension TaxSettingsClientTypes { addressRoleMap: [Swift.String: TaxSettingsClientTypes.Jurisdiction]? = nil, addressType: TaxSettingsClientTypes.AddressRoleType? = nil, seller: Swift.String? = nil - ) - { + ) { self.accountName = accountName self.address = address self.addressRoleMap = addressRoleMap @@ -208,8 +204,7 @@ extension TaxSettingsClientTypes { public init( inheritanceObtainedReason: Swift.String? = nil, parentEntityId: Swift.String? = nil - ) - { + ) { self.inheritanceObtainedReason = inheritanceObtainedReason self.parentEntityId = parentEntityId } @@ -228,8 +223,7 @@ extension TaxSettingsClientTypes { public init( ccmCode: Swift.String? = nil, legalNatureCode: Swift.String? = nil - ) - { + ) { self.ccmCode = ccmCode self.legalNatureCode = legalNatureCode } @@ -263,8 +257,7 @@ extension TaxSettingsClientTypes { canadaRetailSalesTaxNumber: Swift.String? = nil, isResellerAccount: Swift.Bool? = nil, provincialSalesTaxId: Swift.String? = nil - ) - { + ) { self.canadaQuebecSalesTaxNumber = canadaQuebecSalesTaxNumber self.canadaRetailSalesTaxNumber = canadaRetailSalesTaxNumber self.isResellerAccount = isResellerAccount @@ -283,8 +276,7 @@ extension TaxSettingsClientTypes { public init( registryCommercialCode: Swift.String? = nil - ) - { + ) { self.registryCommercialCode = registryCommercialCode } } @@ -332,8 +324,7 @@ extension TaxSettingsClientTypes { public init( personType: TaxSettingsClientTypes.PersonType? = nil - ) - { + ) { self.personType = personType } } @@ -348,8 +339,7 @@ extension TaxSettingsClientTypes { public init( pan: Swift.String? = nil - ) - { + ) { self.pan = pan } } @@ -427,8 +417,7 @@ extension TaxSettingsClientTypes { public init( customerType: TaxSettingsClientTypes.IsraelCustomerType? = nil, dealerType: TaxSettingsClientTypes.IsraelDealerType? = nil - ) - { + ) { self.customerType = customerType self.dealerType = dealerType } @@ -453,8 +442,7 @@ extension TaxSettingsClientTypes { cupNumber: Swift.String? = nil, sdiAccountId: Swift.String? = nil, taxCode: Swift.String? = nil - ) - { + ) { self.cigNumber = cigNumber self.cupNumber = cupNumber self.sdiAccountId = sdiAccountId @@ -473,8 +461,7 @@ extension TaxSettingsClientTypes { public init( personType: TaxSettingsClientTypes.PersonType? = nil - ) - { + ) { self.personType = personType } } @@ -530,8 +517,7 @@ extension TaxSettingsClientTypes { businessRegistrationNumber: Swift.String? = nil, serviceTaxCodes: [TaxSettingsClientTypes.MalaysiaServiceTaxCode]? = [], taxInformationNumber: Swift.String? = nil - ) - { + ) { self.businessRegistrationNumber = businessRegistrationNumber self.serviceTaxCodes = serviceTaxCodes self.taxInformationNumber = taxInformationNumber @@ -551,8 +537,7 @@ extension TaxSettingsClientTypes { public init( individualRegistrationNumber: Swift.String? = nil, isGroupVatEnabled: Swift.Bool? = nil - ) - { + ) { self.individualRegistrationNumber = individualRegistrationNumber self.isGroupVatEnabled = isGroupVatEnabled } @@ -598,8 +583,7 @@ extension TaxSettingsClientTypes { public init( taxRegistrationNumberType: TaxSettingsClientTypes.TaxRegistrationNumberType? = nil - ) - { + ) { self.taxRegistrationNumberType = taxRegistrationNumberType } } @@ -646,8 +630,7 @@ extension TaxSettingsClientTypes { public init( taxRegistrationNumberType: TaxSettingsClientTypes.SaudiArabiaTaxRegistrationNumberType? = nil - ) - { + ) { self.taxRegistrationNumberType = taxRegistrationNumberType } } @@ -671,8 +654,7 @@ extension TaxSettingsClientTypes { businessRepresentativeName: Swift.String? = nil, itemOfBusiness: Swift.String? = nil, lineOfBusiness: Swift.String? = nil - ) - { + ) { self.businessRepresentativeName = businessRepresentativeName self.itemOfBusiness = itemOfBusiness self.lineOfBusiness = lineOfBusiness @@ -719,8 +701,7 @@ extension TaxSettingsClientTypes { public init( registrationType: TaxSettingsClientTypes.RegistrationType? = nil - ) - { + ) { self.registrationType = registrationType } } @@ -785,8 +766,7 @@ extension TaxSettingsClientTypes { kepEmailId: Swift.String? = nil, secondaryTaxId: Swift.String? = nil, taxOffice: Swift.String? = nil - ) - { + ) { self.industries = industries self.kepEmailId = kepEmailId self.secondaryTaxId = secondaryTaxId @@ -834,8 +814,7 @@ extension TaxSettingsClientTypes { public init( ukraineTrnType: TaxSettingsClientTypes.UkraineTrnType? = nil - ) - { + ) { self.ukraineTrnType = ukraineTrnType } } @@ -895,8 +874,7 @@ extension TaxSettingsClientTypes { spainAdditionalInfo: TaxSettingsClientTypes.SpainAdditionalInfo? = nil, turkeyAdditionalInfo: TaxSettingsClientTypes.TurkeyAdditionalInfo? = nil, ukraineAdditionalInfo: TaxSettingsClientTypes.UkraineAdditionalInfo? = nil - ) - { + ) { self.brazilAdditionalInfo = brazilAdditionalInfo self.canadaAdditionalInfo = canadaAdditionalInfo self.estoniaAdditionalInfo = estoniaAdditionalInfo @@ -1042,8 +1020,7 @@ extension TaxSettingsClientTypes { public init( taxDocumentAccessToken: Swift.String? = nil, taxDocumentName: Swift.String? = nil - ) - { + ) { self.taxDocumentAccessToken = taxDocumentAccessToken self.taxDocumentName = taxDocumentName } @@ -1088,8 +1065,7 @@ extension TaxSettingsClientTypes { sector: TaxSettingsClientTypes.Sector? = nil, status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil, taxDocumentMetadatas: [TaxSettingsClientTypes.TaxDocumentMetadata]? = nil - ) - { + ) { self.additionalTaxInformation = additionalTaxInformation self.certifiedEmailId = certifiedEmailId self.jurisdiction = jurisdiction @@ -1127,8 +1103,7 @@ extension TaxSettingsClientTypes { accountMetaData: TaxSettingsClientTypes.AccountMetaData? = nil, taxInheritanceDetails: TaxSettingsClientTypes.TaxInheritanceDetails? = nil, taxRegistration: TaxSettingsClientTypes.TaxRegistrationWithJurisdiction? = nil - ) - { + ) { self.accountId = accountId self.accountMetaData = accountMetaData self.taxInheritanceDetails = taxInheritanceDetails @@ -1191,8 +1166,7 @@ extension TaxSettingsClientTypes { spainAdditionalInfo: TaxSettingsClientTypes.SpainAdditionalInfo? = nil, turkeyAdditionalInfo: TaxSettingsClientTypes.TurkeyAdditionalInfo? = nil, ukraineAdditionalInfo: TaxSettingsClientTypes.UkraineAdditionalInfo? = nil - ) - { + ) { self.canadaAdditionalInfo = canadaAdditionalInfo self.estoniaAdditionalInfo = estoniaAdditionalInfo self.georgiaAdditionalInfo = georgiaAdditionalInfo @@ -1230,8 +1204,7 @@ public struct AttachmentUploadException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1254,8 +1227,7 @@ extension TaxSettingsClientTypes { public init( country: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.country = country self.state = state } @@ -1285,8 +1257,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1320,8 +1291,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1380,8 +1350,7 @@ extension TaxSettingsClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1413,8 +1382,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. errorCode: TaxSettingsClientTypes.ValidationExceptionErrorCode? = nil, fieldList: [TaxSettingsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.fieldList = fieldList self.properties.message = message @@ -1433,8 +1401,7 @@ public struct BatchDeleteTaxRegistrationInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -1456,8 +1423,7 @@ extension TaxSettingsClientTypes { accountId: Swift.String? = nil, code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.code = code self.message = message @@ -1477,8 +1443,7 @@ public struct BatchDeleteTaxRegistrationOutput: Swift.Sendable { public init( errors: [TaxSettingsClientTypes.BatchDeleteTaxRegistrationError]? = nil - ) - { + ) { self.errors = errors } } @@ -1506,8 +1471,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( errorCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.errorCode = errorCode self.properties.message = message } @@ -1525,8 +1489,7 @@ public struct BatchGetTaxExemptionsInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil - ) - { + ) { self.accountIds = accountIds } } @@ -1581,8 +1544,7 @@ extension TaxSettingsClientTypes { applicableJurisdictions: [TaxSettingsClientTypes.Authority]? = nil, description: Swift.String? = nil, displayName: Swift.String? = nil - ) - { + ) { self.applicableJurisdictions = applicableJurisdictions self.description = description self.displayName = displayName @@ -1616,8 +1578,7 @@ extension TaxSettingsClientTypes { status: TaxSettingsClientTypes.EntityExemptionAccountStatus? = nil, systemEffectiveDate: Foundation.Date? = nil, taxExemptionType: TaxSettingsClientTypes.TaxExemptionType? = nil - ) - { + ) { self.authority = authority self.effectiveDate = effectiveDate self.expirationDate = expirationDate @@ -1646,8 +1607,7 @@ extension TaxSettingsClientTypes { heritageObtainedParentEntity: Swift.String? = nil, heritageObtainedReason: Swift.String? = nil, taxExemptions: [TaxSettingsClientTypes.TaxExemption]? = nil - ) - { + ) { self.heritageObtainedDetails = heritageObtainedDetails self.heritageObtainedParentEntity = heritageObtainedParentEntity self.heritageObtainedReason = heritageObtainedReason @@ -1665,8 +1625,7 @@ public struct BatchGetTaxExemptionsOutput: Swift.Sendable { public init( failedAccounts: [Swift.String]? = nil, taxExemptionDetailsMap: [Swift.String: TaxSettingsClientTypes.TaxExemptionDetails]? = nil - ) - { + ) { self.failedAccounts = failedAccounts self.taxExemptionDetailsMap = taxExemptionDetailsMap } @@ -1686,8 +1645,7 @@ extension TaxSettingsClientTypes { public init( fileContent: Foundation.Data? = nil, fileName: Swift.String? = nil - ) - { + ) { self.fileContent = fileContent self.fileName = fileName } @@ -1708,8 +1666,7 @@ extension TaxSettingsClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1728,8 +1685,7 @@ extension TaxSettingsClientTypes { public init( file: TaxSettingsClientTypes.TaxRegistrationDocFile? = nil, s3Location: TaxSettingsClientTypes.SourceS3Location? = nil - ) - { + ) { self.file = file self.s3Location = s3Location } @@ -1748,8 +1704,7 @@ extension TaxSettingsClientTypes { public init( dateOfBirth: Swift.String? = nil, taxRegistrationDocuments: [TaxSettingsClientTypes.TaxRegistrationDocument]? = nil - ) - { + ) { self.dateOfBirth = dateOfBirth self.taxRegistrationDocuments = taxRegistrationDocuments } @@ -1788,8 +1743,7 @@ extension TaxSettingsClientTypes { registrationType: TaxSettingsClientTypes.TaxRegistrationType? = nil, sector: TaxSettingsClientTypes.Sector? = nil, verificationDetails: TaxSettingsClientTypes.VerificationDetails? = nil - ) - { + ) { self.additionalTaxInformation = additionalTaxInformation self.certifiedEmailId = certifiedEmailId self.legalAddress = legalAddress @@ -1819,8 +1773,7 @@ public struct BatchPutTaxRegistrationInput: Swift.Sendable { public init( accountIds: [Swift.String]? = nil, taxRegistrationEntry: TaxSettingsClientTypes.TaxRegistrationEntry? = nil - ) - { + ) { self.accountIds = accountIds self.taxRegistrationEntry = taxRegistrationEntry } @@ -1848,8 +1801,7 @@ extension TaxSettingsClientTypes { accountId: Swift.String? = nil, code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.code = code self.message = message @@ -1872,8 +1824,7 @@ public struct BatchPutTaxRegistrationOutput: Swift.Sendable { public init( errors: [TaxSettingsClientTypes.BatchPutTaxRegistrationError]? = nil, status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil - ) - { + ) { self.errors = errors self.status = status } @@ -1898,8 +1849,7 @@ public struct CaseCreationLimitExceededException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1916,8 +1866,7 @@ public struct DeleteSupplementalTaxRegistrationInput: Swift.Sendable { public init( authorityId: Swift.String? = nil - ) - { + ) { self.authorityId = authorityId } } @@ -1933,8 +1882,7 @@ public struct DeleteTaxRegistrationInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -1957,8 +1905,7 @@ extension TaxSettingsClientTypes { public init( bucket: Swift.String? = nil, `prefix`: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.`prefix` = `prefix` } @@ -1979,8 +1926,7 @@ extension TaxSettingsClientTypes { public init( documentFile: Foundation.Data? = nil, documentName: Swift.String? = nil - ) - { + ) { self.documentFile = documentFile self.documentName = documentName } @@ -1998,8 +1944,7 @@ public struct GetTaxExemptionTypesOutput: Swift.Sendable { public init( taxExemptionTypes: [TaxSettingsClientTypes.TaxExemptionType]? = nil - ) - { + ) { self.taxExemptionTypes = taxExemptionTypes } } @@ -2044,8 +1989,7 @@ public struct GetTaxInheritanceOutput: Swift.Sendable { public init( heritageStatus: TaxSettingsClientTypes.HeritageStatus? = nil - ) - { + ) { self.heritageStatus = heritageStatus } } @@ -2056,8 +2000,7 @@ public struct GetTaxRegistrationInput: Swift.Sendable { public init( accountId: Swift.String? = nil - ) - { + ) { self.accountId = accountId } } @@ -2100,8 +2043,7 @@ extension TaxSettingsClientTypes { sector: TaxSettingsClientTypes.Sector? = nil, status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil, taxDocumentMetadatas: [TaxSettingsClientTypes.TaxDocumentMetadata]? = nil - ) - { + ) { self.additionalTaxInformation = additionalTaxInformation self.certifiedEmailId = certifiedEmailId self.legalAddress = legalAddress @@ -2127,8 +2069,7 @@ public struct GetTaxRegistrationOutput: Swift.Sendable { public init( taxRegistration: TaxSettingsClientTypes.TaxRegistration? = nil - ) - { + ) { self.taxRegistration = taxRegistration } } @@ -2148,8 +2089,7 @@ public struct GetTaxRegistrationDocumentInput: Swift.Sendable { public init( destinationS3Location: TaxSettingsClientTypes.DestinationS3Location? = nil, taxDocumentMetadata: TaxSettingsClientTypes.TaxDocumentMetadata? = nil - ) - { + ) { self.destinationS3Location = destinationS3Location self.taxDocumentMetadata = taxDocumentMetadata } @@ -2164,8 +2104,7 @@ public struct GetTaxRegistrationDocumentOutput: Swift.Sendable { public init( destinationFilePath: Swift.String? = nil, presignedS3Url: Swift.String? = nil - ) - { + ) { self.destinationFilePath = destinationFilePath self.presignedS3Url = presignedS3Url } @@ -2180,8 +2119,7 @@ public struct ListSupplementalTaxRegistrationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2243,8 +2181,7 @@ extension TaxSettingsClientTypes { registrationId: Swift.String? = nil, registrationType: TaxSettingsClientTypes.SupplementalTaxRegistrationType? = nil, status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil - ) - { + ) { self.address = address self.authorityId = authorityId self.legalName = legalName @@ -2271,8 +2208,7 @@ public struct ListSupplementalTaxRegistrationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taxRegistrations: [TaxSettingsClientTypes.SupplementalTaxRegistration]? = nil - ) - { + ) { self.nextToken = nextToken self.taxRegistrations = taxRegistrations } @@ -2292,8 +2228,7 @@ public struct ListTaxExemptionsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2308,8 +2243,7 @@ public struct ListTaxExemptionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, taxExemptionDetailsMap: [Swift.String: TaxSettingsClientTypes.TaxExemptionDetails]? = nil - ) - { + ) { self.nextToken = nextToken self.taxExemptionDetailsMap = taxExemptionDetailsMap } @@ -2324,8 +2258,7 @@ public struct ListTaxRegistrationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2341,8 +2274,7 @@ public struct ListTaxRegistrationsOutput: Swift.Sendable { public init( accountDetails: [TaxSettingsClientTypes.AccountDetails]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountDetails = accountDetails self.nextToken = nextToken } @@ -2375,8 +2307,7 @@ extension TaxSettingsClientTypes { legalName: Swift.String? = nil, registrationId: Swift.String? = nil, registrationType: TaxSettingsClientTypes.SupplementalTaxRegistrationType? = nil - ) - { + ) { self.address = address self.legalName = legalName self.registrationId = registrationId @@ -2398,8 +2329,7 @@ public struct PutSupplementalTaxRegistrationInput: Swift.Sendable { public init( taxRegistrationEntry: TaxSettingsClientTypes.SupplementalTaxRegistrationEntry? = nil - ) - { + ) { self.taxRegistrationEntry = taxRegistrationEntry } } @@ -2420,8 +2350,7 @@ public struct PutSupplementalTaxRegistrationOutput: Swift.Sendable { public init( authorityId: Swift.String? = nil, status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil - ) - { + ) { self.authorityId = authorityId self.status = status } @@ -2446,8 +2375,7 @@ public struct PutTaxExemptionInput: Swift.Sendable { authority: TaxSettingsClientTypes.Authority? = nil, exemptionCertificate: TaxSettingsClientTypes.ExemptionCertificate? = nil, exemptionType: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.authority = authority self.exemptionCertificate = exemptionCertificate @@ -2461,8 +2389,7 @@ public struct PutTaxExemptionOutput: Swift.Sendable { public init( caseId: Swift.String? = nil - ) - { + ) { self.caseId = caseId } } @@ -2473,8 +2400,7 @@ public struct PutTaxInheritanceInput: Swift.Sendable { public init( heritageStatus: TaxSettingsClientTypes.HeritageStatus? = nil - ) - { + ) { self.heritageStatus = heritageStatus } } @@ -2494,8 +2420,7 @@ public struct PutTaxRegistrationInput: Swift.Sendable { public init( accountId: Swift.String? = nil, taxRegistrationEntry: TaxSettingsClientTypes.TaxRegistrationEntry? = nil - ) - { + ) { self.accountId = accountId self.taxRegistrationEntry = taxRegistrationEntry } @@ -2512,8 +2437,7 @@ public struct PutTaxRegistrationOutput: Swift.Sendable { public init( status: TaxSettingsClientTypes.TaxRegistrationStatus? = nil - ) - { + ) { self.status = status } } diff --git a/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/TaxSettingsClient.swift b/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/TaxSettingsClient.swift index 34f74497feb..55ff0a124ac 100644 --- a/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/TaxSettingsClient.swift +++ b/Sources/Services/AWSTaxSettings/Sources/AWSTaxSettings/TaxSettingsClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TaxSettingsClient: ClientRuntime.Client { public static let clientName = "TaxSettingsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TaxSettingsClient.TaxSettingsClientConfiguration let serviceName = "TaxSettings" diff --git a/Sources/Services/AWSTextract/Package.swift.txt b/Sources/Services/AWSTextract/Package.swift.txt index 35efdb145ff..546d9457d95 100644 --- a/Sources/Services/AWSTextract/Package.swift.txt +++ b/Sources/Services/AWSTextract/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTextract/Sources/AWSTextract/Models.swift b/Sources/Services/AWSTextract/Sources/AWSTextract/Models.swift index 8333dead29d..d2051e723c9 100644 --- a/Sources/Services/AWSTextract/Sources/AWSTextract/Models.swift +++ b/Sources/Services/AWSTextract/Sources/AWSTextract/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -81,8 +80,7 @@ extension TextractClientTypes { adapterId: Swift.String? = nil, pages: [Swift.String]? = nil, version: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.pages = pages self.version = version @@ -146,8 +144,7 @@ extension TextractClientTypes { adapterName: Swift.String? = nil, creationTime: Foundation.Date? = nil, featureTypes: [TextractClientTypes.FeatureType]? = nil - ) - { + ) { self.adapterId = adapterId self.adapterName = adapterName self.creationTime = creationTime @@ -166,8 +163,7 @@ extension TextractClientTypes { public init( adapters: [TextractClientTypes.Adapter]? = nil - ) - { + ) { self.adapters = adapters } } @@ -188,8 +184,7 @@ extension TextractClientTypes { bucket: Swift.String? = nil, name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.name = name self.version = version @@ -206,8 +201,7 @@ extension TextractClientTypes { public init( manifestS3Object: TextractClientTypes.S3Object? = nil - ) - { + ) { self.manifestS3Object = manifestS3Object } } @@ -228,8 +222,7 @@ extension TextractClientTypes { f1Score: Swift.Float = 0.0, precision: Swift.Float = 0.0, recall: Swift.Float = 0.0 - ) - { + ) { self.f1Score = f1Score self.precision = precision self.recall = recall @@ -252,8 +245,7 @@ extension TextractClientTypes { adapterVersion: TextractClientTypes.EvaluationMetric? = nil, baseline: TextractClientTypes.EvaluationMetric? = nil, featureType: TextractClientTypes.FeatureType? = nil - ) - { + ) { self.adapterVersion = adapterVersion self.baseline = baseline self.featureType = featureType @@ -323,8 +315,7 @@ extension TextractClientTypes { featureTypes: [TextractClientTypes.FeatureType]? = nil, status: TextractClientTypes.AdapterVersionStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.adapterVersion = adapterVersion self.creationTime = creationTime @@ -355,8 +346,7 @@ public struct BadDocumentException: ClientRuntime.ModeledError, AWSClientRuntime public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -382,8 +372,7 @@ public struct DocumentTooLargeException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -418,8 +407,7 @@ public struct HumanLoopQuotaExceededException: ClientRuntime.ModeledError, AWSCl quotaCode: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message self.properties.quotaCode = quotaCode @@ -448,8 +436,7 @@ public struct InternalServerError: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -475,8 +462,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -502,8 +488,7 @@ public struct InvalidS3ObjectException: ClientRuntime.ModeledError, AWSClientRun public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -529,8 +514,7 @@ public struct ProvisionedThroughputExceededException: ClientRuntime.ModeledError public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -556,8 +540,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -583,8 +566,7 @@ public struct UnsupportedDocumentException: ClientRuntime.ModeledError, AWSClien public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -602,8 +584,7 @@ extension TextractClientTypes { public init( bytes: Foundation.Data? = nil, s3Object: TextractClientTypes.S3Object? = nil - ) - { + ) { self.bytes = bytes self.s3Object = s3Object } @@ -648,8 +629,7 @@ extension TextractClientTypes { public init( contentClassifiers: [TextractClientTypes.ContentClassifier]? = nil - ) - { + ) { self.contentClassifiers = contentClassifiers } } @@ -672,8 +652,7 @@ extension TextractClientTypes { dataAttributes: TextractClientTypes.HumanLoopDataAttributes? = nil, flowDefinitionArn: Swift.String? = nil, humanLoopName: Swift.String? = nil - ) - { + ) { self.dataAttributes = dataAttributes self.flowDefinitionArn = flowDefinitionArn self.humanLoopName = humanLoopName @@ -707,8 +686,7 @@ extension TextractClientTypes { alias: Swift.String? = nil, pages: [Swift.String]? = nil, text: Swift.String? = nil - ) - { + ) { self.alias = alias self.pages = pages self.text = text @@ -726,8 +704,7 @@ extension TextractClientTypes { public init( queries: [TextractClientTypes.Query]? = nil - ) - { + ) { self.queries = queries } } @@ -753,8 +730,7 @@ public struct AnalyzeDocumentInput: Swift.Sendable { featureTypes: [TextractClientTypes.FeatureType]? = nil, humanLoopConfig: TextractClientTypes.HumanLoopConfig? = nil, queriesConfig: TextractClientTypes.QueriesConfig? = nil - ) - { + ) { self.adaptersConfig = adaptersConfig self.document = document self.featureTypes = featureTypes @@ -926,8 +902,7 @@ extension TextractClientTypes { `left`: Swift.Float = 0.0, top: Swift.Float = 0.0, width: Swift.Float = 0.0 - ) - { + ) { self.height = height self.`left` = `left` self.top = top @@ -948,8 +923,7 @@ extension TextractClientTypes { public init( x: Swift.Float = 0.0, y: Swift.Float = 0.0 - ) - { + ) { self.x = x self.y = y } @@ -968,8 +942,7 @@ extension TextractClientTypes { public init( boundingBox: TextractClientTypes.BoundingBox? = nil, polygon: [TextractClientTypes.Point]? = nil - ) - { + ) { self.boundingBox = boundingBox self.polygon = polygon } @@ -1052,8 +1025,7 @@ extension TextractClientTypes { public init( ids: [Swift.String]? = nil, type: TextractClientTypes.RelationshipType? = nil - ) - { + ) { self.ids = ids self.type = type } @@ -1251,8 +1223,7 @@ extension TextractClientTypes { selectionStatus: TextractClientTypes.SelectionStatus? = nil, text: Swift.String? = nil, textType: TextractClientTypes.TextType? = nil - ) - { + ) { self.blockType = blockType self.columnIndex = columnIndex self.columnSpan = columnSpan @@ -1281,8 +1252,7 @@ extension TextractClientTypes { public init( pages: Swift.Int? = nil - ) - { + ) { self.pages = pages } } @@ -1303,8 +1273,7 @@ extension TextractClientTypes { humanLoopActivationConditionsEvaluationResults: Swift.String? = nil, humanLoopActivationReasons: [Swift.String]? = nil, humanLoopArn: Swift.String? = nil - ) - { + ) { self.humanLoopActivationConditionsEvaluationResults = humanLoopActivationConditionsEvaluationResults self.humanLoopActivationReasons = humanLoopActivationReasons self.humanLoopArn = humanLoopArn @@ -1327,8 +1296,7 @@ public struct AnalyzeDocumentOutput: Swift.Sendable { blocks: [TextractClientTypes.Block]? = nil, documentMetadata: TextractClientTypes.DocumentMetadata? = nil, humanLoopActivationOutput: TextractClientTypes.HumanLoopActivationOutput? = nil - ) - { + ) { self.analyzeDocumentModelVersion = analyzeDocumentModelVersion self.blocks = blocks self.documentMetadata = documentMetadata @@ -1343,8 +1311,7 @@ public struct AnalyzeExpenseInput: Swift.Sendable { public init( document: TextractClientTypes.Document? = nil - ) - { + ) { self.document = document } } @@ -1385,8 +1352,7 @@ extension TextractClientTypes { public init( code: Swift.String? = nil, confidence: Swift.Float? = nil - ) - { + ) { self.code = code self.confidence = confidence } @@ -1405,8 +1371,7 @@ extension TextractClientTypes { public init( id: Swift.String? = nil, types: [Swift.String]? = nil - ) - { + ) { self.id = id self.types = types } @@ -1428,8 +1393,7 @@ extension TextractClientTypes { confidence: Swift.Float? = nil, geometry: TextractClientTypes.Geometry? = nil, text: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.geometry = geometry self.text = text @@ -1449,8 +1413,7 @@ extension TextractClientTypes { public init( confidence: Swift.Float? = nil, text: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.text = text } @@ -1481,8 +1444,7 @@ extension TextractClientTypes { pageNumber: Swift.Int? = nil, type: TextractClientTypes.ExpenseType? = nil, valueDetection: TextractClientTypes.ExpenseDetection? = nil - ) - { + ) { self.currency = currency self.groupProperties = groupProperties self.labelDetection = labelDetection @@ -1502,8 +1464,7 @@ extension TextractClientTypes { public init( lineItemExpenseFields: [TextractClientTypes.ExpenseField]? = nil - ) - { + ) { self.lineItemExpenseFields = lineItemExpenseFields } } @@ -1521,8 +1482,7 @@ extension TextractClientTypes { public init( lineItemGroupIndex: Swift.Int? = nil, lineItems: [TextractClientTypes.LineItemFields]? = nil - ) - { + ) { self.lineItemGroupIndex = lineItemGroupIndex self.lineItems = lineItems } @@ -1547,8 +1507,7 @@ extension TextractClientTypes { expenseIndex: Swift.Int? = nil, lineItemGroups: [TextractClientTypes.LineItemGroup]? = nil, summaryFields: [TextractClientTypes.ExpenseField]? = nil - ) - { + ) { self.blocks = blocks self.expenseIndex = expenseIndex self.lineItemGroups = lineItemGroups @@ -1566,8 +1525,7 @@ public struct AnalyzeExpenseOutput: Swift.Sendable { public init( documentMetadata: TextractClientTypes.DocumentMetadata? = nil, expenseDocuments: [TextractClientTypes.ExpenseDocument]? = nil - ) - { + ) { self.documentMetadata = documentMetadata self.expenseDocuments = expenseDocuments } @@ -1580,8 +1538,7 @@ public struct AnalyzeIDInput: Swift.Sendable { public init( documentPages: [TextractClientTypes.Document]? = nil - ) - { + ) { self.documentPages = documentPages } } @@ -1624,8 +1581,7 @@ extension TextractClientTypes { public init( value: Swift.String? = nil, valueType: TextractClientTypes.ValueType? = nil - ) - { + ) { self.value = value self.valueType = valueType } @@ -1648,8 +1604,7 @@ extension TextractClientTypes { confidence: Swift.Float? = nil, normalizedValue: TextractClientTypes.NormalizedValue? = nil, text: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.normalizedValue = normalizedValue self.text = text @@ -1669,8 +1624,7 @@ extension TextractClientTypes { public init( type: TextractClientTypes.AnalyzeIDDetections? = nil, valueDetection: TextractClientTypes.AnalyzeIDDetections? = nil - ) - { + ) { self.type = type self.valueDetection = valueDetection } @@ -1692,8 +1646,7 @@ extension TextractClientTypes { blocks: [TextractClientTypes.Block]? = nil, documentIndex: Swift.Int? = nil, identityDocumentFields: [TextractClientTypes.IdentityDocumentField]? = nil - ) - { + ) { self.blocks = blocks self.documentIndex = documentIndex self.identityDocumentFields = identityDocumentFields @@ -1713,8 +1666,7 @@ public struct AnalyzeIDOutput: Swift.Sendable { analyzeIDModelVersion: Swift.String? = nil, documentMetadata: TextractClientTypes.DocumentMetadata? = nil, identityDocuments: [TextractClientTypes.IdentityDocument]? = nil - ) - { + ) { self.analyzeIDModelVersion = analyzeIDModelVersion self.documentMetadata = documentMetadata self.identityDocuments = identityDocuments @@ -1770,8 +1722,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1797,8 +1748,7 @@ public struct IdempotentParameterMismatchException: ClientRuntime.ModeledError, public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1824,8 +1774,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1851,8 +1800,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1878,8 +1826,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1908,8 +1855,7 @@ public struct CreateAdapterInput: Swift.Sendable { description: Swift.String? = nil, featureTypes: [TextractClientTypes.FeatureType]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.adapterName = adapterName self.autoUpdate = autoUpdate self.clientRequestToken = clientRequestToken @@ -1925,8 +1871,7 @@ public struct CreateAdapterOutput: Swift.Sendable { public init( adapterId: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId } } @@ -1951,8 +1896,7 @@ public struct InvalidKMSKeyException: ClientRuntime.ModeledError, AWSClientRunti public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1978,8 +1922,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -1998,8 +1941,7 @@ extension TextractClientTypes { public init( s3Bucket: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.s3Bucket = s3Bucket self.s3Prefix = s3Prefix } @@ -2030,8 +1972,7 @@ public struct CreateAdapterVersionInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, outputConfig: TextractClientTypes.OutputConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.adapterId = adapterId self.clientRequestToken = clientRequestToken self.datasetConfig = datasetConfig @@ -2050,8 +1991,7 @@ public struct CreateAdapterVersionOutput: Swift.Sendable { public init( adapterId: Swift.String? = nil, adapterVersion: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.adapterVersion = adapterVersion } @@ -2064,8 +2004,7 @@ public struct DeleteAdapterInput: Swift.Sendable { public init( adapterId: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId } } @@ -2086,8 +2025,7 @@ public struct DeleteAdapterVersionInput: Swift.Sendable { public init( adapterId: Swift.String? = nil, adapterVersion: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.adapterVersion = adapterVersion } @@ -2105,8 +2043,7 @@ public struct DetectDocumentTextInput: Swift.Sendable { public init( document: TextractClientTypes.Document? = nil - ) - { + ) { self.document = document } } @@ -2123,8 +2060,7 @@ public struct DetectDocumentTextOutput: Swift.Sendable { blocks: [TextractClientTypes.Block]? = nil, detectDocumentTextModelVersion: Swift.String? = nil, documentMetadata: TextractClientTypes.DocumentMetadata? = nil - ) - { + ) { self.blocks = blocks self.detectDocumentTextModelVersion = detectDocumentTextModelVersion self.documentMetadata = documentMetadata @@ -2140,8 +2076,7 @@ extension TextractClientTypes { public init( page: Swift.Int? = nil - ) - { + ) { self.page = page } } @@ -2159,8 +2094,7 @@ extension TextractClientTypes { public init( index: Swift.Int? = nil, pages: [Swift.Int]? = nil - ) - { + ) { self.index = index self.pages = pages } @@ -2176,8 +2110,7 @@ extension TextractClientTypes { public init( page: Swift.Int? = nil - ) - { + ) { self.page = page } } @@ -2201,8 +2134,7 @@ extension TextractClientTypes { splitDocuments: [TextractClientTypes.SplitDocument]? = nil, type: Swift.String? = nil, undetectedSignatures: [TextractClientTypes.UndetectedSignature]? = nil - ) - { + ) { self.detectedSignatures = detectedSignatures self.splitDocuments = splitDocuments self.type = type @@ -2220,8 +2152,7 @@ extension TextractClientTypes { public init( s3Object: TextractClientTypes.S3Object? = nil - ) - { + ) { self.s3Object = s3Object } } @@ -2245,8 +2176,7 @@ extension TextractClientTypes { geometry: TextractClientTypes.Geometry? = nil, selectionStatus: TextractClientTypes.SelectionStatus? = nil, text: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.geometry = geometry self.selectionStatus = selectionStatus @@ -2270,8 +2200,7 @@ extension TextractClientTypes { keyDetection: TextractClientTypes.LendingDetection? = nil, type: Swift.String? = nil, valueDetections: [TextractClientTypes.LendingDetection]? = nil - ) - { + ) { self.keyDetection = keyDetection self.type = type self.valueDetections = valueDetections @@ -2291,8 +2220,7 @@ extension TextractClientTypes { public init( confidence: Swift.Float? = nil, geometry: TextractClientTypes.Geometry? = nil - ) - { + ) { self.confidence = confidence self.geometry = geometry } @@ -2311,8 +2239,7 @@ extension TextractClientTypes { public init( lendingFields: [TextractClientTypes.LendingField]? = nil, signatureDetections: [TextractClientTypes.SignatureDetection]? = nil - ) - { + ) { self.lendingFields = lendingFields self.signatureDetections = signatureDetections } @@ -2334,8 +2261,7 @@ extension TextractClientTypes { expenseDocument: TextractClientTypes.ExpenseDocument? = nil, identityDocument: TextractClientTypes.IdentityDocument? = nil, lendingDocument: TextractClientTypes.LendingDocument? = nil - ) - { + ) { self.expenseDocument = expenseDocument self.identityDocument = identityDocument self.lendingDocument = lendingDocument @@ -2350,8 +2276,7 @@ public struct GetAdapterInput: Swift.Sendable { public init( adapterId: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId } } @@ -2380,8 +2305,7 @@ public struct GetAdapterOutput: Swift.Sendable { description: Swift.String? = nil, featureTypes: [TextractClientTypes.FeatureType]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.adapterId = adapterId self.adapterName = adapterName self.autoUpdate = autoUpdate @@ -2403,8 +2327,7 @@ public struct GetAdapterVersionInput: Swift.Sendable { public init( adapterId: Swift.String? = nil, adapterVersion: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.adapterVersion = adapterVersion } @@ -2446,8 +2369,7 @@ public struct GetAdapterVersionOutput: Swift.Sendable { status: TextractClientTypes.AdapterVersionStatus? = nil, statusMessage: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.adapterId = adapterId self.adapterVersion = adapterVersion self.creationTime = creationTime @@ -2482,8 +2404,7 @@ public struct InvalidJobIdException: ClientRuntime.ModeledError, AWSClientRuntim public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -2502,8 +2423,7 @@ public struct GetDocumentAnalysisInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2557,8 +2477,7 @@ extension TextractClientTypes { public init( errorCode: Swift.String? = nil, pages: [Swift.Int]? = nil - ) - { + ) { self.errorCode = errorCode self.pages = pages } @@ -2589,8 +2508,7 @@ public struct GetDocumentAnalysisOutput: Swift.Sendable { nextToken: Swift.String? = nil, statusMessage: Swift.String? = nil, warnings: [TextractClientTypes.Warning]? = nil - ) - { + ) { self.analyzeDocumentModelVersion = analyzeDocumentModelVersion self.blocks = blocks self.documentMetadata = documentMetadata @@ -2614,8 +2532,7 @@ public struct GetDocumentTextDetectionInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2646,8 +2563,7 @@ public struct GetDocumentTextDetectionOutput: Swift.Sendable { nextToken: Swift.String? = nil, statusMessage: Swift.String? = nil, warnings: [TextractClientTypes.Warning]? = nil - ) - { + ) { self.blocks = blocks self.detectDocumentTextModelVersion = detectDocumentTextModelVersion self.documentMetadata = documentMetadata @@ -2671,8 +2587,7 @@ public struct GetExpenseAnalysisInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2703,8 +2618,7 @@ public struct GetExpenseAnalysisOutput: Swift.Sendable { nextToken: Swift.String? = nil, statusMessage: Swift.String? = nil, warnings: [TextractClientTypes.Warning]? = nil - ) - { + ) { self.analyzeExpenseModelVersion = analyzeExpenseModelVersion self.documentMetadata = documentMetadata self.expenseDocuments = expenseDocuments @@ -2728,8 +2642,7 @@ public struct GetLendingAnalysisInput: Swift.Sendable { jobId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.maxResults = maxResults self.nextToken = nextToken @@ -2748,8 +2661,7 @@ extension TextractClientTypes { public init( confidence: Swift.Float? = nil, value: Swift.String? = nil - ) - { + ) { self.confidence = confidence self.value = value } @@ -2770,8 +2682,7 @@ extension TextractClientTypes { public init( pageNumber: [TextractClientTypes.Prediction]? = nil, pageType: [TextractClientTypes.Prediction]? = nil - ) - { + ) { self.pageNumber = pageNumber self.pageType = pageType } @@ -2793,8 +2704,7 @@ extension TextractClientTypes { extractions: [TextractClientTypes.Extraction]? = nil, page: Swift.Int? = nil, pageClassification: TextractClientTypes.PageClassification? = nil - ) - { + ) { self.extractions = extractions self.page = page self.pageClassification = pageClassification @@ -2826,8 +2736,7 @@ public struct GetLendingAnalysisOutput: Swift.Sendable { results: [TextractClientTypes.LendingResult]? = nil, statusMessage: Swift.String? = nil, warnings: [TextractClientTypes.Warning]? = nil - ) - { + ) { self.analyzeLendingModelVersion = analyzeLendingModelVersion self.documentMetadata = documentMetadata self.jobStatus = jobStatus @@ -2845,8 +2754,7 @@ public struct GetLendingAnalysisSummaryInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -2863,8 +2771,7 @@ extension TextractClientTypes { public init( documentGroups: [TextractClientTypes.DocumentGroup]? = nil, undetectedDocumentTypes: [Swift.String]? = nil - ) - { + ) { self.documentGroups = documentGroups self.undetectedDocumentTypes = undetectedDocumentTypes } @@ -2892,8 +2799,7 @@ public struct GetLendingAnalysisSummaryOutput: Swift.Sendable { statusMessage: Swift.String? = nil, summary: TextractClientTypes.LendingSummary? = nil, warnings: [TextractClientTypes.Warning]? = nil - ) - { + ) { self.analyzeLendingModelVersion = analyzeLendingModelVersion self.documentMetadata = documentMetadata self.jobStatus = jobStatus @@ -2918,8 +2824,7 @@ public struct ListAdaptersInput: Swift.Sendable { beforeCreationTime: Foundation.Date? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.afterCreationTime = afterCreationTime self.beforeCreationTime = beforeCreationTime self.maxResults = maxResults @@ -2936,8 +2841,7 @@ public struct ListAdaptersOutput: Swift.Sendable { public init( adapters: [TextractClientTypes.AdapterOverview]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adapters = adapters self.nextToken = nextToken } @@ -2961,8 +2865,7 @@ public struct ListAdapterVersionsInput: Swift.Sendable { beforeCreationTime: Foundation.Date? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.afterCreationTime = afterCreationTime self.beforeCreationTime = beforeCreationTime @@ -2980,8 +2883,7 @@ public struct ListAdapterVersionsOutput: Swift.Sendable { public init( adapterVersions: [TextractClientTypes.AdapterVersionOverview]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.adapterVersions = adapterVersions self.nextToken = nextToken } @@ -2994,8 +2896,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -3006,8 +2907,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -3026,8 +2926,7 @@ extension TextractClientTypes { public init( roleArn: Swift.String? = nil, snsTopicArn: Swift.String? = nil - ) - { + ) { self.roleArn = roleArn self.snsTopicArn = snsTopicArn } @@ -3066,8 +2965,7 @@ public struct StartDocumentAnalysisInput: Swift.Sendable { notificationChannel: TextractClientTypes.NotificationChannel? = nil, outputConfig: TextractClientTypes.OutputConfig? = nil, queriesConfig: TextractClientTypes.QueriesConfig? = nil - ) - { + ) { self.adaptersConfig = adaptersConfig self.clientRequestToken = clientRequestToken self.documentLocation = documentLocation @@ -3086,8 +2984,7 @@ public struct StartDocumentAnalysisOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3114,8 +3011,7 @@ public struct StartDocumentTextDetectionInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, notificationChannel: TextractClientTypes.NotificationChannel? = nil, outputConfig: TextractClientTypes.OutputConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.documentLocation = documentLocation self.jobTag = jobTag @@ -3131,8 +3027,7 @@ public struct StartDocumentTextDetectionOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3159,8 +3054,7 @@ public struct StartExpenseAnalysisInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, notificationChannel: TextractClientTypes.NotificationChannel? = nil, outputConfig: TextractClientTypes.OutputConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.documentLocation = documentLocation self.jobTag = jobTag @@ -3176,8 +3070,7 @@ public struct StartExpenseAnalysisOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3204,8 +3097,7 @@ public struct StartLendingAnalysisInput: Swift.Sendable { kmsKeyId: Swift.String? = nil, notificationChannel: TextractClientTypes.NotificationChannel? = nil, outputConfig: TextractClientTypes.OutputConfig? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.documentLocation = documentLocation self.jobTag = jobTag @@ -3221,8 +3113,7 @@ public struct StartLendingAnalysisOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -3238,8 +3129,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3261,8 +3151,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -3289,8 +3178,7 @@ public struct UpdateAdapterInput: Swift.Sendable { adapterName: Swift.String? = nil, autoUpdate: TextractClientTypes.AutoUpdate? = nil, description: Swift.String? = nil - ) - { + ) { self.adapterId = adapterId self.adapterName = adapterName self.autoUpdate = autoUpdate @@ -3319,8 +3207,7 @@ public struct UpdateAdapterOutput: Swift.Sendable { creationTime: Foundation.Date? = nil, description: Swift.String? = nil, featureTypes: [TextractClientTypes.FeatureType]? = nil - ) - { + ) { self.adapterId = adapterId self.adapterName = adapterName self.autoUpdate = autoUpdate diff --git a/Sources/Services/AWSTextract/Sources/AWSTextract/TextractClient.swift b/Sources/Services/AWSTextract/Sources/AWSTextract/TextractClient.swift index e5742cf076b..4725b01b77b 100644 --- a/Sources/Services/AWSTextract/Sources/AWSTextract/TextractClient.swift +++ b/Sources/Services/AWSTextract/Sources/AWSTextract/TextractClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TextractClient: ClientRuntime.Client { public static let clientName = "TextractClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TextractClient.TextractClientConfiguration let serviceName = "Textract" diff --git a/Sources/Services/AWSTimestreamInfluxDB/Package.swift.txt b/Sources/Services/AWSTimestreamInfluxDB/Package.swift.txt index 304d15dcca3..d626ddb7e0b 100644 --- a/Sources/Services/AWSTimestreamInfluxDB/Package.swift.txt +++ b/Sources/Services/AWSTimestreamInfluxDB/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/Models.swift b/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/Models.swift index 0ae813fc39f..3a4b814b61e 100644 --- a/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/Models.swift +++ b/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/Models.swift @@ -53,8 +53,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -86,8 +85,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -113,8 +111,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +143,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -173,8 +169,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +196,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -260,8 +254,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil, reason: TimestreamInfluxDBClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -389,8 +382,7 @@ extension TimestreamInfluxDBClientTypes { public init( bucketName: Swift.String? = nil, enabled: Swift.Bool? = nil - ) - { + ) { self.bucketName = bucketName self.enabled = enabled } @@ -407,8 +399,7 @@ extension TimestreamInfluxDBClientTypes { public init( s3Configuration: TimestreamInfluxDBClientTypes.S3Configuration? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -509,8 +500,7 @@ public struct CreateDbInstanceInput: Swift.Sendable { username: Swift.String? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.bucket = bucket self.dbInstanceType = dbInstanceType @@ -650,8 +640,7 @@ public struct CreateDbInstanceOutput: Swift.Sendable { status: TimestreamInfluxDBClientTypes.Status? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.arn = arn self.availabilityZone = availabilityZone @@ -681,8 +670,7 @@ public struct DeleteDbInstanceInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -751,8 +739,7 @@ public struct DeleteDbInstanceOutput: Swift.Sendable { status: TimestreamInfluxDBClientTypes.Status? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.arn = arn self.availabilityZone = availabilityZone @@ -782,8 +769,7 @@ public struct GetDbInstanceInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -852,8 +838,7 @@ public struct GetDbInstanceOutput: Swift.Sendable { status: TimestreamInfluxDBClientTypes.Status? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.arn = arn self.availabilityZone = availabilityZone @@ -885,8 +870,7 @@ public struct ListDbInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -934,8 +918,7 @@ extension TimestreamInfluxDBClientTypes { networkType: TimestreamInfluxDBClientTypes.NetworkType? = nil, port: Swift.Int? = nil, status: TimestreamInfluxDBClientTypes.Status? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.arn = arn self.dbInstanceType = dbInstanceType @@ -961,8 +944,7 @@ public struct ListDbInstancesOutput: Swift.Sendable { public init( items: [TimestreamInfluxDBClientTypes.DbInstanceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -990,8 +972,7 @@ public struct UpdateDbInstanceInput: Swift.Sendable { identifier: Swift.String? = nil, logDeliveryConfiguration: TimestreamInfluxDBClientTypes.LogDeliveryConfiguration? = nil, port: Swift.Int? = nil - ) - { + ) { self.dbInstanceType = dbInstanceType self.dbParameterGroupIdentifier = dbParameterGroupIdentifier self.deploymentType = deploymentType @@ -1065,8 +1046,7 @@ public struct UpdateDbInstanceOutput: Swift.Sendable { status: TimestreamInfluxDBClientTypes.Status? = nil, vpcSecurityGroupIds: [Swift.String]? = nil, vpcSubnetIds: [Swift.String]? = nil - ) - { + ) { self.allocatedStorage = allocatedStorage self.arn = arn self.availabilityZone = availabilityZone @@ -1138,8 +1118,7 @@ extension TimestreamInfluxDBClientTypes { public init( durationType: TimestreamInfluxDBClientTypes.DurationType? = nil, value: Swift.Int? = nil - ) - { + ) { self.durationType = durationType self.value = value } @@ -1315,8 +1294,7 @@ extension TimestreamInfluxDBClientTypes { storageWalMaxWriteDelay: TimestreamInfluxDBClientTypes.Duration? = nil, tracingType: TimestreamInfluxDBClientTypes.TracingType? = nil, uiDisabled: Swift.Bool? = nil - ) - { + ) { self.fluxLogEnabled = fluxLogEnabled self.httpIdleTimeout = httpIdleTimeout self.httpReadHeaderTimeout = httpReadHeaderTimeout @@ -1381,8 +1359,7 @@ public struct CreateDbParameterGroupInput: Swift.Sendable { name: Swift.String? = nil, parameters: TimestreamInfluxDBClientTypes.Parameters? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.name = name self.parameters = parameters @@ -1411,8 +1388,7 @@ public struct CreateDbParameterGroupOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parameters: TimestreamInfluxDBClientTypes.Parameters? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -1428,8 +1404,7 @@ public struct GetDbParameterGroupInput: Swift.Sendable { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -1455,8 +1430,7 @@ public struct GetDbParameterGroupOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parameters: TimestreamInfluxDBClientTypes.Parameters? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -1474,8 +1448,7 @@ public struct ListDbParameterGroupsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1502,8 +1475,7 @@ extension TimestreamInfluxDBClientTypes { description: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -1522,8 +1494,7 @@ public struct ListDbParameterGroupsOutput: Swift.Sendable { public init( items: [TimestreamInfluxDBClientTypes.DbParameterGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -1536,8 +1507,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1548,8 +1518,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1565,8 +1534,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1583,8 +1551,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/TimestreamInfluxDBClient.swift b/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/TimestreamInfluxDBClient.swift index 74675c566e5..7b8db8c249a 100644 --- a/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/TimestreamInfluxDBClient.swift +++ b/Sources/Services/AWSTimestreamInfluxDB/Sources/AWSTimestreamInfluxDB/TimestreamInfluxDBClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TimestreamInfluxDBClient: ClientRuntime.Client { public static let clientName = "TimestreamInfluxDBClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TimestreamInfluxDBClient.TimestreamInfluxDBClientConfiguration let serviceName = "Timestream InfluxDB" diff --git a/Sources/Services/AWSTimestreamQuery/Package.swift.txt b/Sources/Services/AWSTimestreamQuery/Package.swift.txt index 64df2a95b76..f3d357b715a 100644 --- a/Sources/Services/AWSTimestreamQuery/Package.swift.txt +++ b/Sources/Services/AWSTimestreamQuery/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/Models.swift b/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/Models.swift index bd49bfc3e33..79f8bed6f0a 100644 --- a/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/Models.swift +++ b/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/Models.swift @@ -60,8 +60,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -76,8 +75,7 @@ extension TimestreamQueryClientTypes { public init( topicArn: Swift.String? = nil - ) - { + ) { self.topicArn = topicArn } } @@ -96,8 +94,7 @@ extension TimestreamQueryClientTypes { public init( roleArn: Swift.String? = nil, snsConfiguration: TimestreamQueryClientTypes.SnsConfiguration? = nil - ) - { + ) { self.roleArn = roleArn self.snsConfiguration = snsConfiguration } @@ -122,8 +119,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -146,8 +142,7 @@ public struct InvalidEndpointException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -170,8 +165,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -194,8 +188,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -207,8 +200,7 @@ public struct CancelQueryInput: Swift.Sendable { public init( queryId: Swift.String? = nil - ) - { + ) { self.queryId = queryId } } @@ -219,8 +211,7 @@ public struct CancelQueryOutput: Swift.Sendable { public init( cancellationMessage: Swift.String? = nil - ) - { + ) { self.cancellationMessage = cancellationMessage } } @@ -328,8 +319,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -352,8 +342,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -403,8 +392,7 @@ extension TimestreamQueryClientTypes { bucketName: Swift.String? = nil, encryptionOption: TimestreamQueryClientTypes.S3EncryptionOption? = nil, objectKeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.encryptionOption = encryptionOption self.objectKeyPrefix = objectKeyPrefix @@ -422,8 +410,7 @@ extension TimestreamQueryClientTypes { public init( s3Configuration: TimestreamQueryClientTypes.S3Configuration? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -439,8 +426,7 @@ extension TimestreamQueryClientTypes { public init( snsConfiguration: TimestreamQueryClientTypes.SnsConfiguration? = nil - ) - { + ) { self.snsConfiguration = snsConfiguration } } @@ -456,8 +442,7 @@ extension TimestreamQueryClientTypes { public init( scheduleExpression: Swift.String? = nil - ) - { + ) { self.scheduleExpression = scheduleExpression } } @@ -477,8 +462,7 @@ extension TimestreamQueryClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -525,8 +509,7 @@ extension TimestreamQueryClientTypes { public init( dimensionValueType: TimestreamQueryClientTypes.DimensionValueType? = nil, name: Swift.String? = nil - ) - { + ) { self.dimensionValueType = dimensionValueType self.name = name } @@ -626,8 +609,7 @@ extension TimestreamQueryClientTypes { measureValueType: TimestreamQueryClientTypes.ScalarMeasureValueType? = nil, sourceColumn: Swift.String? = nil, targetMultiMeasureAttributeName: Swift.String? = nil - ) - { + ) { self.measureValueType = measureValueType self.sourceColumn = sourceColumn self.targetMultiMeasureAttributeName = targetMultiMeasureAttributeName @@ -657,8 +639,7 @@ extension TimestreamQueryClientTypes { multiMeasureAttributeMappings: [TimestreamQueryClientTypes.MultiMeasureAttributeMapping]? = nil, sourceColumn: Swift.String? = nil, targetMeasureName: Swift.String? = nil - ) - { + ) { self.measureName = measureName self.measureValueType = measureValueType self.multiMeasureAttributeMappings = multiMeasureAttributeMappings @@ -681,8 +662,7 @@ extension TimestreamQueryClientTypes { public init( multiMeasureAttributeMappings: [TimestreamQueryClientTypes.MultiMeasureAttributeMapping]? = nil, targetMultiMeasureName: Swift.String? = nil - ) - { + ) { self.multiMeasureAttributeMappings = multiMeasureAttributeMappings self.targetMultiMeasureName = targetMultiMeasureName } @@ -720,8 +700,7 @@ extension TimestreamQueryClientTypes { multiMeasureMappings: TimestreamQueryClientTypes.MultiMeasureMappings? = nil, tableName: Swift.String? = nil, timeColumn: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.dimensionMappings = dimensionMappings self.measureNameColumn = measureNameColumn @@ -743,8 +722,7 @@ extension TimestreamQueryClientTypes { public init( timestreamConfiguration: TimestreamQueryClientTypes.TimestreamConfiguration? = nil - ) - { + ) { self.timestreamConfiguration = timestreamConfiguration } } @@ -793,8 +771,7 @@ public struct CreateScheduledQueryInput: Swift.Sendable { scheduledQueryExecutionRoleArn: Swift.String? = nil, tags: [TimestreamQueryClientTypes.Tag]? = nil, targetConfiguration: TimestreamQueryClientTypes.TargetConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.errorReportConfiguration = errorReportConfiguration self.kmsKeyId = kmsKeyId @@ -820,8 +797,7 @@ public struct CreateScheduledQueryOutput: Swift.Sendable { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -847,8 +823,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, scheduledQueryArn: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.scheduledQueryArn = scheduledQueryArn } @@ -861,8 +836,7 @@ public struct DeleteScheduledQueryInput: Swift.Sendable { public init( scheduledQueryArn: Swift.String? = nil - ) - { + ) { self.scheduledQueryArn = scheduledQueryArn } } @@ -919,8 +893,7 @@ extension TimestreamQueryClientTypes { status: TimestreamQueryClientTypes.LastUpdateStatus? = nil, statusMessage: Swift.String? = nil, targetQueryTCU: Swift.Int? = nil - ) - { + ) { self.status = status self.statusMessage = statusMessage self.targetQueryTCU = targetQueryTCU @@ -943,8 +916,7 @@ extension TimestreamQueryClientTypes { activeQueryTCU: Swift.Int? = nil, lastUpdate: TimestreamQueryClientTypes.LastUpdate? = nil, notificationConfiguration: TimestreamQueryClientTypes.AccountSettingsNotificationConfiguration? = nil - ) - { + ) { self.activeQueryTCU = activeQueryTCU self.lastUpdate = lastUpdate self.notificationConfiguration = notificationConfiguration @@ -964,8 +936,7 @@ extension TimestreamQueryClientTypes { public init( computeMode: TimestreamQueryClientTypes.ComputeMode? = nil, provisionedCapacity: TimestreamQueryClientTypes.ProvisionedCapacityResponse? = nil - ) - { + ) { self.computeMode = computeMode self.provisionedCapacity = provisionedCapacity } @@ -1013,8 +984,7 @@ public struct DescribeAccountSettingsOutput: Swift.Sendable { maxQueryTCU: Swift.Int? = nil, queryCompute: TimestreamQueryClientTypes.QueryComputeResponse? = nil, queryPricingModel: TimestreamQueryClientTypes.QueryPricingModel? = nil - ) - { + ) { self.maxQueryTCU = maxQueryTCU self.queryCompute = queryCompute self.queryPricingModel = queryPricingModel @@ -1040,8 +1010,7 @@ extension TimestreamQueryClientTypes { public init( address: Swift.String? = nil, cachePeriodInMinutes: Swift.Int = 0 - ) - { + ) { self.address = address self.cachePeriodInMinutes = cachePeriodInMinutes } @@ -1055,8 +1024,7 @@ public struct DescribeEndpointsOutput: Swift.Sendable { public init( endpoints: [TimestreamQueryClientTypes.Endpoint]? = nil - ) - { + ) { self.endpoints = endpoints } } @@ -1068,8 +1036,7 @@ public struct DescribeScheduledQueryInput: Swift.Sendable { public init( scheduledQueryArn: Swift.String? = nil - ) - { + ) { self.scheduledQueryArn = scheduledQueryArn } } @@ -1086,8 +1053,7 @@ extension TimestreamQueryClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -1103,8 +1069,7 @@ extension TimestreamQueryClientTypes { public init( s3ReportLocation: TimestreamQueryClientTypes.S3ReportLocation? = nil - ) - { + ) { self.s3ReportLocation = s3ReportLocation } } @@ -1134,8 +1099,7 @@ extension TimestreamQueryClientTypes { executionTimeInMillis: Swift.Int = 0, queryResultRows: Swift.Int = 0, recordsIngested: Swift.Int = 0 - ) - { + ) { self.bytesMetered = bytesMetered self.cumulativeBytesScanned = cumulativeBytesScanned self.dataWrites = dataWrites @@ -1161,8 +1125,7 @@ extension TimestreamQueryClientTypes { partitionKey: [Swift.String]? = nil, tableArn: Swift.String? = nil, value: Swift.Double = 0.0 - ) - { + ) { self.partitionKey = partitionKey self.tableArn = tableArn self.value = value @@ -1189,8 +1152,7 @@ extension TimestreamQueryClientTypes { public init( max: TimestreamQueryClientTypes.QuerySpatialCoverageMax? = nil - ) - { + ) { self.max = max } } @@ -1208,8 +1170,7 @@ extension TimestreamQueryClientTypes { public init( tableArn: Swift.String? = nil, value: Swift.Int = 0 - ) - { + ) { self.tableArn = tableArn self.value = value } @@ -1229,8 +1190,7 @@ extension TimestreamQueryClientTypes { public init( max: TimestreamQueryClientTypes.QueryTemporalRangeMax? = nil - ) - { + ) { self.max = max } } @@ -1263,8 +1223,7 @@ extension TimestreamQueryClientTypes { querySpatialCoverage: TimestreamQueryClientTypes.QuerySpatialCoverage? = nil, queryTableCount: Swift.Int? = 0, queryTemporalRange: TimestreamQueryClientTypes.QueryTemporalRange? = nil - ) - { + ) { self.outputBytes = outputBytes self.outputRows = outputRows self.querySpatialCoverage = querySpatialCoverage @@ -1336,8 +1295,7 @@ extension TimestreamQueryClientTypes { queryInsightsResponse: TimestreamQueryClientTypes.ScheduledQueryInsightsResponse? = nil, runStatus: TimestreamQueryClientTypes.ScheduledQueryRunStatus? = nil, triggerTime: Foundation.Date? = nil - ) - { + ) { self.errorReportLocation = errorReportLocation self.executionStats = executionStats self.failureReason = failureReason @@ -1435,8 +1393,7 @@ extension TimestreamQueryClientTypes { scheduledQueryExecutionRoleArn: Swift.String? = nil, state: TimestreamQueryClientTypes.ScheduledQueryState? = nil, targetConfiguration: TimestreamQueryClientTypes.TargetConfiguration? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.errorReportConfiguration = errorReportConfiguration @@ -1468,8 +1425,7 @@ public struct DescribeScheduledQueryOutput: Swift.Sendable { public init( scheduledQuery: TimestreamQueryClientTypes.ScheduledQueryDescription? = nil - ) - { + ) { self.scheduledQuery = scheduledQuery } } @@ -1517,8 +1473,7 @@ extension TimestreamQueryClientTypes { public init( mode: TimestreamQueryClientTypes.ScheduledQueryInsightsMode? = nil - ) - { + ) { self.mode = mode } } @@ -1541,8 +1496,7 @@ public struct ExecuteScheduledQueryInput: Swift.Sendable { invocationTime: Foundation.Date? = nil, queryInsights: TimestreamQueryClientTypes.ScheduledQueryInsights? = nil, scheduledQueryArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.invocationTime = invocationTime self.queryInsights = queryInsights @@ -1564,8 +1518,7 @@ public struct ListScheduledQueriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1583,8 +1536,7 @@ extension TimestreamQueryClientTypes { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -1600,8 +1552,7 @@ extension TimestreamQueryClientTypes { public init( timestreamDestination: TimestreamQueryClientTypes.TimestreamDestination? = nil - ) - { + ) { self.timestreamDestination = timestreamDestination } } @@ -1643,8 +1594,7 @@ extension TimestreamQueryClientTypes { previousInvocationTime: Foundation.Date? = nil, state: TimestreamQueryClientTypes.ScheduledQueryState? = nil, targetDestination: TimestreamQueryClientTypes.TargetDestination? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.errorReportConfiguration = errorReportConfiguration @@ -1668,8 +1618,7 @@ public struct ListScheduledQueriesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, scheduledQueries: [TimestreamQueryClientTypes.ScheduledQuery]? = nil - ) - { + ) { self.nextToken = nextToken self.scheduledQueries = scheduledQueries } @@ -1688,8 +1637,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceARN = resourceARN @@ -1706,8 +1654,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [TimestreamQueryClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -1723,8 +1670,7 @@ public struct PrepareQueryInput: Swift.Sendable { public init( queryString: Swift.String? = nil, validateOnly: Swift.Bool? = nil - ) - { + ) { self.queryString = queryString self.validateOnly = validateOnly } @@ -1748,8 +1694,7 @@ extension TimestreamQueryClientTypes { public init( notificationConfiguration: TimestreamQueryClientTypes.AccountSettingsNotificationConfiguration? = nil, targetQueryTCU: Swift.Int? = nil - ) - { + ) { self.notificationConfiguration = notificationConfiguration self.targetQueryTCU = targetQueryTCU } @@ -1774,8 +1719,7 @@ public struct QueryExecutionException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1832,8 +1776,7 @@ extension TimestreamQueryClientTypes { public init( mode: TimestreamQueryClientTypes.QueryInsightsMode? = nil - ) - { + ) { self.mode = mode } } @@ -1885,8 +1828,7 @@ public struct QueryInput: Swift.Sendable { nextToken: Swift.String? = nil, queryInsights: TimestreamQueryClientTypes.QueryInsights? = nil, queryString: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.maxRows = maxRows self.nextToken = nextToken @@ -1936,8 +1878,7 @@ extension TimestreamQueryClientTypes { unloadPartitionCount: Swift.Int? = 0, unloadWrittenBytes: Swift.Int? = 0, unloadWrittenRows: Swift.Int? = 0 - ) - { + ) { self.outputBytes = outputBytes self.outputRows = outputRows self.querySpatialCoverage = querySpatialCoverage @@ -1965,8 +1906,7 @@ extension TimestreamQueryClientTypes { cumulativeBytesMetered: Swift.Int = 0, cumulativeBytesScanned: Swift.Int = 0, progressPercentage: Swift.Double = 0.0 - ) - { + ) { self.cumulativeBytesMetered = cumulativeBytesMetered self.cumulativeBytesScanned = cumulativeBytesScanned self.progressPercentage = progressPercentage @@ -1986,8 +1926,7 @@ extension TimestreamQueryClientTypes { public init( computeMode: TimestreamQueryClientTypes.ComputeMode? = nil, provisionedCapacity: TimestreamQueryClientTypes.ProvisionedCapacityRequest? = nil - ) - { + ) { self.computeMode = computeMode self.provisionedCapacity = provisionedCapacity } @@ -2005,8 +1944,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [TimestreamQueryClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -2028,8 +1966,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -2052,8 +1989,7 @@ public struct UpdateAccountSettingsInput: Swift.Sendable { maxQueryTCU: Swift.Int? = nil, queryCompute: TimestreamQueryClientTypes.QueryComputeRequest? = nil, queryPricingModel: TimestreamQueryClientTypes.QueryPricingModel? = nil - ) - { + ) { self.maxQueryTCU = maxQueryTCU self.queryCompute = queryCompute self.queryPricingModel = queryPricingModel @@ -2072,8 +2008,7 @@ public struct UpdateAccountSettingsOutput: Swift.Sendable { maxQueryTCU: Swift.Int? = nil, queryCompute: TimestreamQueryClientTypes.QueryComputeResponse? = nil, queryPricingModel: TimestreamQueryClientTypes.QueryPricingModel? = nil - ) - { + ) { self.maxQueryTCU = maxQueryTCU self.queryCompute = queryCompute self.queryPricingModel = queryPricingModel @@ -2091,8 +2026,7 @@ public struct UpdateScheduledQueryInput: Swift.Sendable { public init( scheduledQueryArn: Swift.String? = nil, state: TimestreamQueryClientTypes.ScheduledQueryState? = nil - ) - { + ) { self.scheduledQueryArn = scheduledQueryArn self.state = state } @@ -2111,8 +2045,7 @@ extension TimestreamQueryClientTypes { public init( name: Swift.String? = nil, type: TimestreamQueryClientTypes.ModelType? = nil - ) - { + ) { self.name = name self.type = type } @@ -2137,8 +2070,7 @@ extension TimestreamQueryClientTypes { rowColumnInfo: [TimestreamQueryClientTypes.ColumnInfo]? = nil, scalarType: TimestreamQueryClientTypes.ScalarType? = nil, timeSeriesMeasureValueColumnInfo: TimestreamQueryClientTypes.ColumnInfo? = nil - ) - { + ) { self.arrayColumnInfo = arrayColumnInfo self.rowColumnInfo = rowColumnInfo self.scalarType = scalarType @@ -2168,8 +2100,7 @@ extension TimestreamQueryClientTypes { rowValue: TimestreamQueryClientTypes.Row? = nil, scalarValue: Swift.String? = nil, timeSeriesValue: [TimestreamQueryClientTypes.TimeSeriesDataPoint]? = nil - ) - { + ) { self.arrayValue = arrayValue self.nullValue = nullValue self.rowValue = rowValue @@ -2193,8 +2124,7 @@ extension TimestreamQueryClientTypes { public init( name: Swift.String? = nil, type: TimestreamQueryClientTypes.ModelType? = nil - ) - { + ) { self.name = name self.type = type } @@ -2222,8 +2152,7 @@ extension TimestreamQueryClientTypes { name: Swift.String? = nil, tableName: Swift.String? = nil, type: TimestreamQueryClientTypes.ModelType? = nil - ) - { + ) { self.aliased = aliased self.databaseName = databaseName self.name = name @@ -2247,8 +2176,7 @@ extension TimestreamQueryClientTypes { public init( time: Swift.String? = nil, value: TimestreamQueryClientTypes.Datum? = nil - ) - { + ) { self.time = time self.value = value } @@ -2265,8 +2193,7 @@ extension TimestreamQueryClientTypes { public init( data: [TimestreamQueryClientTypes.Datum]? = nil - ) - { + ) { self.data = data } } @@ -2296,8 +2223,7 @@ public struct QueryOutput: Swift.Sendable { queryInsightsResponse: TimestreamQueryClientTypes.QueryInsightsResponse? = nil, queryStatus: TimestreamQueryClientTypes.QueryStatus? = nil, rows: [TimestreamQueryClientTypes.Row]? = nil - ) - { + ) { self.columnInfo = columnInfo self.nextToken = nextToken self.queryId = queryId @@ -2322,8 +2248,7 @@ public struct PrepareQueryOutput: Swift.Sendable { columns: [TimestreamQueryClientTypes.SelectColumn]? = nil, parameters: [TimestreamQueryClientTypes.ParameterMapping]? = nil, queryString: Swift.String? = nil - ) - { + ) { self.columns = columns self.parameters = parameters self.queryString = queryString diff --git a/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/TimestreamQueryClient.swift b/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/TimestreamQueryClient.swift index 015105e8006..bd59f04ab7e 100644 --- a/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/TimestreamQueryClient.swift +++ b/Sources/Services/AWSTimestreamQuery/Sources/AWSTimestreamQuery/TimestreamQueryClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TimestreamQueryClient: ClientRuntime.Client { public static let clientName = "TimestreamQueryClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TimestreamQueryClient.TimestreamQueryClientConfiguration let serviceName = "Timestream Query" diff --git a/Sources/Services/AWSTimestreamWrite/Package.swift.txt b/Sources/Services/AWSTimestreamWrite/Package.swift.txt index ecc83dcf7af..17dc7986f97 100644 --- a/Sources/Services/AWSTimestreamWrite/Package.swift.txt +++ b/Sources/Services/AWSTimestreamWrite/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/Models.swift b/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/Models.swift index 496c4dfd6b8..73180ad72f1 100644 --- a/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/Models.swift +++ b/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/Models.swift @@ -54,8 +54,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -110,8 +109,7 @@ extension TimestreamWriteClientTypes { recordIngestionFailures: Swift.Int = 0, recordsIngested: Swift.Int = 0, recordsProcessed: Swift.Int = 0 - ) - { + ) { self.bytesMetered = bytesMetered self.fileFailures = fileFailures self.parseFailures = parseFailures @@ -190,8 +188,7 @@ extension TimestreamWriteClientTypes { tableName: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: TimestreamWriteClientTypes.BatchLoadStatus? = nil - ) - { + ) { self.creationTime = creationTime self.databaseName = databaseName self.lastUpdatedTime = lastUpdatedTime @@ -215,8 +212,7 @@ extension TimestreamWriteClientTypes { public init( destinationColumn: Swift.String? = nil, sourceColumn: Swift.String? = nil - ) - { + ) { self.destinationColumn = destinationColumn self.sourceColumn = sourceColumn } @@ -318,8 +314,7 @@ extension TimestreamWriteClientTypes { measureValueType: TimestreamWriteClientTypes.ScalarMeasureValueType? = nil, sourceColumn: Swift.String? = nil, targetMultiMeasureAttributeName: Swift.String? = nil - ) - { + ) { self.measureValueType = measureValueType self.sourceColumn = sourceColumn self.targetMultiMeasureAttributeName = targetMultiMeasureAttributeName @@ -349,8 +344,7 @@ extension TimestreamWriteClientTypes { multiMeasureAttributeMappings: [TimestreamWriteClientTypes.MultiMeasureAttributeMapping]? = nil, sourceColumn: Swift.String? = nil, targetMeasureName: Swift.String? = nil - ) - { + ) { self.measureName = measureName self.measureValueType = measureValueType self.multiMeasureAttributeMappings = multiMeasureAttributeMappings @@ -373,8 +367,7 @@ extension TimestreamWriteClientTypes { public init( multiMeasureAttributeMappings: [TimestreamWriteClientTypes.MultiMeasureAttributeMapping]? = nil, targetMultiMeasureName: Swift.String? = nil - ) - { + ) { self.multiMeasureAttributeMappings = multiMeasureAttributeMappings self.targetMultiMeasureName = targetMultiMeasureName } @@ -441,8 +434,7 @@ extension TimestreamWriteClientTypes { multiMeasureMappings: TimestreamWriteClientTypes.MultiMeasureMappings? = nil, timeColumn: Swift.String? = nil, timeUnit: TimestreamWriteClientTypes.TimeUnit? = nil - ) - { + ) { self.dimensionMappings = dimensionMappings self.measureNameColumn = measureNameColumn self.mixedMeasureMappings = mixedMeasureMappings @@ -465,8 +457,7 @@ extension TimestreamWriteClientTypes { public init( bucketName: Swift.String? = nil, objectKey: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKey = objectKey } @@ -485,8 +476,7 @@ extension TimestreamWriteClientTypes { public init( dataModel: TimestreamWriteClientTypes.DataModel? = nil, dataModelS3Configuration: TimestreamWriteClientTypes.DataModelS3Configuration? = nil - ) - { + ) { self.dataModel = dataModel self.dataModelS3Configuration = dataModelS3Configuration } @@ -514,8 +504,7 @@ extension TimestreamWriteClientTypes { nullValue: Swift.String? = nil, quoteChar: Swift.String? = nil, trimWhiteSpace: Swift.Bool? = nil - ) - { + ) { self.columnSeparator = columnSeparator self.escapeChar = escapeChar self.nullValue = nullValue @@ -538,8 +527,7 @@ extension TimestreamWriteClientTypes { public init( bucketName: Swift.String? = nil, objectKeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.objectKeyPrefix = objectKeyPrefix } @@ -563,8 +551,7 @@ extension TimestreamWriteClientTypes { csvConfiguration: TimestreamWriteClientTypes.CsvConfiguration? = nil, dataFormat: TimestreamWriteClientTypes.BatchLoadDataFormat? = nil, dataSourceS3Configuration: TimestreamWriteClientTypes.DataSourceS3Configuration? = nil - ) - { + ) { self.csvConfiguration = csvConfiguration self.dataFormat = dataFormat self.dataSourceS3Configuration = dataSourceS3Configuration @@ -620,8 +607,7 @@ extension TimestreamWriteClientTypes { encryptionOption: TimestreamWriteClientTypes.S3EncryptionOption? = nil, kmsKeyId: Swift.String? = nil, objectKeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.encryptionOption = encryptionOption self.kmsKeyId = kmsKeyId @@ -639,8 +625,7 @@ extension TimestreamWriteClientTypes { public init( reportS3Configuration: TimestreamWriteClientTypes.ReportS3Configuration? = nil - ) - { + ) { self.reportS3Configuration = reportS3Configuration } } @@ -691,8 +676,7 @@ extension TimestreamWriteClientTypes { targetTableName: Swift.String? = nil, taskId: Swift.String? = nil, taskStatus: TimestreamWriteClientTypes.BatchLoadStatus? = nil - ) - { + ) { self.creationTime = creationTime self.dataModelConfiguration = dataModelConfiguration self.dataSourceConfiguration = dataSourceConfiguration @@ -729,8 +713,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -754,8 +737,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -778,8 +760,7 @@ public struct InvalidEndpointException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -802,8 +783,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -826,8 +806,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -851,8 +830,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -876,8 +854,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -910,8 +887,7 @@ public struct CreateBatchLoadTaskInput: Swift.Sendable { reportConfiguration: TimestreamWriteClientTypes.ReportConfiguration? = nil, targetDatabaseName: Swift.String? = nil, targetTableName: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.dataModelConfiguration = dataModelConfiguration self.dataSourceConfiguration = dataSourceConfiguration @@ -934,8 +910,7 @@ public struct CreateBatchLoadTaskOutput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -954,8 +929,7 @@ extension TimestreamWriteClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -975,8 +949,7 @@ public struct CreateDatabaseInput: Swift.Sendable { databaseName: Swift.String? = nil, kmsKeyId: Swift.String? = nil, tags: [TimestreamWriteClientTypes.Tag]? = nil - ) - { + ) { self.databaseName = databaseName self.kmsKeyId = kmsKeyId self.tags = tags @@ -1007,8 +980,7 @@ extension TimestreamWriteClientTypes { kmsKeyId: Swift.String? = nil, lastUpdatedTime: Foundation.Date? = nil, tableCount: Swift.Int = 0 - ) - { + ) { self.arn = arn self.creationTime = creationTime self.databaseName = databaseName @@ -1025,8 +997,7 @@ public struct CreateDatabaseOutput: Swift.Sendable { public init( database: TimestreamWriteClientTypes.Database? = nil - ) - { + ) { self.database = database } } @@ -1049,8 +1020,7 @@ extension TimestreamWriteClientTypes { encryptionOption: TimestreamWriteClientTypes.S3EncryptionOption? = nil, kmsKeyId: Swift.String? = nil, objectKeyPrefix: Swift.String? = nil - ) - { + ) { self.bucketName = bucketName self.encryptionOption = encryptionOption self.kmsKeyId = kmsKeyId @@ -1068,8 +1038,7 @@ extension TimestreamWriteClientTypes { public init( s3Configuration: TimestreamWriteClientTypes.S3Configuration? = nil - ) - { + ) { self.s3Configuration = s3Configuration } } @@ -1088,8 +1057,7 @@ extension TimestreamWriteClientTypes { public init( enableMagneticStoreWrites: Swift.Bool? = nil, magneticStoreRejectedDataLocation: TimestreamWriteClientTypes.MagneticStoreRejectedDataLocation? = nil - ) - { + ) { self.enableMagneticStoreWrites = enableMagneticStoreWrites self.magneticStoreRejectedDataLocation = magneticStoreRejectedDataLocation } @@ -1110,8 +1078,7 @@ extension TimestreamWriteClientTypes { public init( magneticStoreRetentionPeriodInDays: Swift.Int? = nil, memoryStoreRetentionPeriodInHours: Swift.Int? = nil - ) - { + ) { self.magneticStoreRetentionPeriodInDays = magneticStoreRetentionPeriodInDays self.memoryStoreRetentionPeriodInHours = memoryStoreRetentionPeriodInHours } @@ -1192,8 +1159,7 @@ extension TimestreamWriteClientTypes { enforcementInRecord: TimestreamWriteClientTypes.PartitionKeyEnforcementLevel? = nil, name: Swift.String? = nil, type: TimestreamWriteClientTypes.PartitionKeyType? = nil - ) - { + ) { self.enforcementInRecord = enforcementInRecord self.name = name self.type = type @@ -1210,8 +1176,7 @@ extension TimestreamWriteClientTypes { public init( compositePartitionKey: [TimestreamWriteClientTypes.PartitionKey]? = nil - ) - { + ) { self.compositePartitionKey = compositePartitionKey } } @@ -1240,8 +1205,7 @@ public struct CreateTableInput: Swift.Sendable { schema: TimestreamWriteClientTypes.Schema? = nil, tableName: Swift.String? = nil, tags: [TimestreamWriteClientTypes.Tag]? = nil - ) - { + ) { self.databaseName = databaseName self.magneticStoreWriteProperties = magneticStoreWriteProperties self.retentionProperties = retentionProperties @@ -1320,8 +1284,7 @@ extension TimestreamWriteClientTypes { schema: TimestreamWriteClientTypes.Schema? = nil, tableName: Swift.String? = nil, tableStatus: TimestreamWriteClientTypes.TableStatus? = nil - ) - { + ) { self.arn = arn self.creationTime = creationTime self.databaseName = databaseName @@ -1341,8 +1304,7 @@ public struct CreateTableOutput: Swift.Sendable { public init( table: TimestreamWriteClientTypes.Table? = nil - ) - { + ) { self.table = table } } @@ -1354,8 +1316,7 @@ public struct DeleteDatabaseInput: Swift.Sendable { public init( databaseName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName } } @@ -1371,8 +1332,7 @@ public struct DeleteTableInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -1385,8 +1345,7 @@ public struct DescribeBatchLoadTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -1398,8 +1357,7 @@ public struct DescribeBatchLoadTaskOutput: Swift.Sendable { public init( batchLoadTaskDescription: TimestreamWriteClientTypes.BatchLoadTaskDescription? = nil - ) - { + ) { self.batchLoadTaskDescription = batchLoadTaskDescription } } @@ -1411,8 +1369,7 @@ public struct DescribeDatabaseInput: Swift.Sendable { public init( databaseName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName } } @@ -1423,8 +1380,7 @@ public struct DescribeDatabaseOutput: Swift.Sendable { public init( database: TimestreamWriteClientTypes.Database? = nil - ) - { + ) { self.database = database } } @@ -1448,8 +1404,7 @@ extension TimestreamWriteClientTypes { public init( address: Swift.String? = nil, cachePeriodInMinutes: Swift.Int = 0 - ) - { + ) { self.address = address self.cachePeriodInMinutes = cachePeriodInMinutes } @@ -1463,8 +1418,7 @@ public struct DescribeEndpointsOutput: Swift.Sendable { public init( endpoints: [TimestreamWriteClientTypes.Endpoint]? = nil - ) - { + ) { self.endpoints = endpoints } } @@ -1480,8 +1434,7 @@ public struct DescribeTableInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.tableName = tableName } @@ -1493,8 +1446,7 @@ public struct DescribeTableOutput: Swift.Sendable { public init( table: TimestreamWriteClientTypes.Table? = nil - ) - { + ) { self.table = table } } @@ -1542,8 +1494,7 @@ extension TimestreamWriteClientTypes { dimensionValueType: TimestreamWriteClientTypes.DimensionValueType? = nil, name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.dimensionValueType = dimensionValueType self.name = name self.value = value @@ -1563,8 +1514,7 @@ public struct ListBatchLoadTasksInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, taskStatus: TimestreamWriteClientTypes.BatchLoadStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.taskStatus = taskStatus @@ -1580,8 +1530,7 @@ public struct ListBatchLoadTasksOutput: Swift.Sendable { public init( batchLoadTasks: [TimestreamWriteClientTypes.BatchLoadTask]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.batchLoadTasks = batchLoadTasks self.nextToken = nextToken } @@ -1596,8 +1545,7 @@ public struct ListDatabasesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1612,8 +1560,7 @@ public struct ListDatabasesOutput: Swift.Sendable { public init( databases: [TimestreamWriteClientTypes.Database]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databases = databases self.nextToken = nextToken } @@ -1631,8 +1578,7 @@ public struct ListTablesInput: Swift.Sendable { databaseName: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.maxResults = maxResults self.nextToken = nextToken @@ -1648,8 +1594,7 @@ public struct ListTablesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tables: [TimestreamWriteClientTypes.Table]? = nil - ) - { + ) { self.nextToken = nextToken self.tables = tables } @@ -1662,8 +1607,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -1674,8 +1618,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [TimestreamWriteClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1698,8 +1641,7 @@ extension TimestreamWriteClientTypes { name: Swift.String? = nil, type: TimestreamWriteClientTypes.MeasureValueType? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.type = type self.value = value @@ -1737,8 +1679,7 @@ extension TimestreamWriteClientTypes { time: Swift.String? = nil, timeUnit: TimestreamWriteClientTypes.TimeUnit? = nil, version: Swift.Int? = 0 - ) - { + ) { self.dimensions = dimensions self.measureName = measureName self.measureValue = measureValue @@ -1766,8 +1707,7 @@ extension TimestreamWriteClientTypes { magneticStore: Swift.Int = 0, memoryStore: Swift.Int = 0, total: Swift.Int = 0 - ) - { + ) { self.magneticStore = magneticStore self.memoryStore = memoryStore self.total = total @@ -1806,8 +1746,7 @@ extension TimestreamWriteClientTypes { existingVersion: Swift.Int? = 0, reason: Swift.String? = nil, recordIndex: Swift.Int = 0 - ) - { + ) { self.existingVersion = existingVersion self.reason = reason self.recordIndex = recordIndex @@ -1852,8 +1791,7 @@ public struct RejectedRecordsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil, rejectedRecords: [TimestreamWriteClientTypes.RejectedRecord]? = nil - ) - { + ) { self.properties.message = message self.properties.rejectedRecords = rejectedRecords } @@ -1866,8 +1804,7 @@ public struct ResumeBatchLoadTaskInput: Swift.Sendable { public init( taskId: Swift.String? = nil - ) - { + ) { self.taskId = taskId } } @@ -1888,8 +1825,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [TimestreamWriteClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -1911,8 +1847,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -1942,8 +1877,7 @@ public struct UpdateDatabaseInput: Swift.Sendable { public init( databaseName: Swift.String? = nil, kmsKeyId: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.kmsKeyId = kmsKeyId } @@ -1955,8 +1889,7 @@ public struct UpdateDatabaseOutput: Swift.Sendable { public init( database: TimestreamWriteClientTypes.Database? = nil - ) - { + ) { self.database = database } } @@ -1981,8 +1914,7 @@ public struct UpdateTableInput: Swift.Sendable { retentionProperties: TimestreamWriteClientTypes.RetentionProperties? = nil, schema: TimestreamWriteClientTypes.Schema? = nil, tableName: Swift.String? = nil - ) - { + ) { self.databaseName = databaseName self.magneticStoreWriteProperties = magneticStoreWriteProperties self.retentionProperties = retentionProperties @@ -1997,8 +1929,7 @@ public struct UpdateTableOutput: Swift.Sendable { public init( table: TimestreamWriteClientTypes.Table? = nil - ) - { + ) { self.table = table } } @@ -2021,8 +1952,7 @@ public struct WriteRecordsInput: Swift.Sendable { databaseName: Swift.String? = nil, records: [TimestreamWriteClientTypes.Record]? = nil, tableName: Swift.String? = nil - ) - { + ) { self.commonAttributes = commonAttributes self.databaseName = databaseName self.records = records @@ -2036,8 +1966,7 @@ public struct WriteRecordsOutput: Swift.Sendable { public init( recordsIngested: TimestreamWriteClientTypes.RecordsIngested? = nil - ) - { + ) { self.recordsIngested = recordsIngested } } diff --git a/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/TimestreamWriteClient.swift b/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/TimestreamWriteClient.swift index bf92598fd41..ff41240c76e 100644 --- a/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/TimestreamWriteClient.swift +++ b/Sources/Services/AWSTimestreamWrite/Sources/AWSTimestreamWrite/TimestreamWriteClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TimestreamWriteClient: ClientRuntime.Client { public static let clientName = "TimestreamWriteClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TimestreamWriteClient.TimestreamWriteClientConfiguration let serviceName = "Timestream Write" diff --git a/Sources/Services/AWSTnb/Package.swift.txt b/Sources/Services/AWSTnb/Package.swift.txt index 7e79862f56c..87a2b41d9c3 100644 --- a/Sources/Services/AWSTnb/Package.swift.txt +++ b/Sources/Services/AWSTnb/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -61,11 +61,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTnb/Sources/AWSTnb/Models.swift b/Sources/Services/AWSTnb/Sources/AWSTnb/Models.swift index 79887af9030..c092af67b7c 100644 --- a/Sources/Services/AWSTnb/Sources/AWSTnb/Models.swift +++ b/Sources/Services/AWSTnb/Sources/AWSTnb/Models.swift @@ -72,8 +72,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -97,8 +96,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +120,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -147,8 +144,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +168,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +180,7 @@ public struct CancelSolNetworkOperationInput: Swift.Sendable { public init( nsLcmOpOccId: Swift.String? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId } } @@ -210,8 +204,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -222,8 +215,7 @@ public struct CreateSolFunctionPackageInput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -349,8 +341,7 @@ public struct CreateSolFunctionPackageOutput: Swift.Sendable { operationalState: TnbClientTypes.OperationalState? = nil, tags: [Swift.String: Swift.String]? = nil, usageState: TnbClientTypes.UsageState? = nil - ) - { + ) { self.arn = arn self.id = id self.onboardingState = onboardingState @@ -382,8 +373,7 @@ public struct CreateSolNetworkInstanceInput: Swift.Sendable { nsName: Swift.String? = nil, nsdInfoId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nsDescription = nsDescription self.nsName = nsName self.nsdInfoId = nsdInfoId @@ -418,8 +408,7 @@ public struct CreateSolNetworkInstanceOutput: Swift.Sendable { nsInstanceName: Swift.String? = nil, nsdInfoId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.nsInstanceName = nsInstanceName @@ -439,8 +428,7 @@ public struct CreateSolNetworkPackageInput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -566,8 +554,7 @@ public struct CreateSolNetworkPackageOutput: Swift.Sendable { nsdOperationalState: TnbClientTypes.NsdOperationalState? = nil, nsdUsageState: TnbClientTypes.NsdUsageState? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.nsdOnboardingState = nsdOnboardingState @@ -589,8 +576,7 @@ public struct DeleteSolFunctionPackageInput: Swift.Sendable { public init( vnfPkgId: Swift.String? = nil - ) - { + ) { self.vnfPkgId = vnfPkgId } } @@ -602,8 +588,7 @@ public struct DeleteSolNetworkInstanceInput: Swift.Sendable { public init( nsInstanceId: Swift.String? = nil - ) - { + ) { self.nsInstanceId = nsInstanceId } } @@ -615,8 +600,7 @@ public struct DeleteSolNetworkPackageInput: Swift.Sendable { public init( nsdInfoId: Swift.String? = nil - ) - { + ) { self.nsdInfoId = nsdInfoId } } @@ -659,8 +643,7 @@ extension TnbClientTypes { public init( cause: Swift.String? = nil, details: Swift.String? = nil - ) - { + ) { self.cause = cause self.details = details } @@ -679,8 +662,7 @@ extension TnbClientTypes { public init( defaultValue: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.defaultValue = defaultValue self.name = name } @@ -696,8 +678,7 @@ extension TnbClientTypes { public init( overrides: [TnbClientTypes.ToscaOverride]? = nil - ) - { + ) { self.overrides = overrides } } @@ -710,8 +691,7 @@ public struct GetSolFunctionInstanceInput: Swift.Sendable { public init( vnfInstanceId: Swift.String? = nil - ) - { + ) { self.vnfInstanceId = vnfInstanceId } } @@ -731,8 +711,7 @@ extension TnbClientTypes { cluster: Swift.String? = nil, helmChart: Swift.String? = nil, nodeGroup: Swift.String? = nil - ) - { + ) { self.cluster = cluster self.helmChart = helmChart self.nodeGroup = nodeGroup @@ -749,8 +728,7 @@ extension TnbClientTypes { public init( metadata: TnbClientTypes.GetSolVnfcResourceInfoMetadata? = nil - ) - { + ) { self.metadata = metadata } } @@ -797,8 +775,7 @@ extension TnbClientTypes { public init( vnfState: TnbClientTypes.VnfOperationalState? = nil, vnfcResourceInfo: [TnbClientTypes.GetSolVnfcResourceInfo]? = nil - ) - { + ) { self.vnfState = vnfState self.vnfcResourceInfo = vnfcResourceInfo } @@ -848,8 +825,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -902,8 +878,7 @@ public struct GetSolFunctionInstanceOutput: Swift.Sendable { vnfProvider: Swift.String? = nil, vnfdId: Swift.String? = nil, vnfdVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.instantiatedVnfInfo = instantiatedVnfInfo @@ -931,8 +906,7 @@ public struct GetSolFunctionPackageInput: Swift.Sendable { public init( vnfPkgId: Swift.String? = nil - ) - { + ) { self.vnfPkgId = vnfPkgId } } @@ -954,8 +928,7 @@ extension TnbClientTypes { createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil, vnfd: TnbClientTypes.FunctionArtifactMeta? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified self.vnfd = vnfd @@ -1004,8 +977,7 @@ public struct GetSolFunctionPackageOutput: Swift.Sendable { vnfProvider: Swift.String? = nil, vnfdId: Swift.String? = nil, vnfdVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -1062,8 +1034,7 @@ public struct GetSolFunctionPackageContentInput: Swift.Sendable { public init( accept: TnbClientTypes.PackageContentType? = nil, vnfPkgId: Swift.String? = nil - ) - { + ) { self.accept = accept self.vnfPkgId = vnfPkgId } @@ -1078,8 +1049,7 @@ public struct GetSolFunctionPackageContentOutput: Swift.Sendable { public init( contentType: TnbClientTypes.PackageContentType? = nil, packageContent: Foundation.Data? = nil - ) - { + ) { self.contentType = contentType self.packageContent = packageContent } @@ -1096,8 +1066,7 @@ public struct GetSolFunctionPackageDescriptorInput: Swift.Sendable { public init( accept: TnbClientTypes.DescriptorContentType? = nil, vnfPkgId: Swift.String? = nil - ) - { + ) { self.accept = accept self.vnfPkgId = vnfPkgId } @@ -1112,8 +1081,7 @@ public struct GetSolFunctionPackageDescriptorOutput: Swift.Sendable { public init( contentType: TnbClientTypes.DescriptorContentType? = nil, vnfd: Foundation.Data? = nil - ) - { + ) { self.contentType = contentType self.vnfd = vnfd } @@ -1128,8 +1096,7 @@ extension TnbClientTypes { public init( vnfState: TnbClientTypes.VnfOperationalState? = nil - ) - { + ) { self.vnfState = vnfState } } @@ -1142,8 +1109,7 @@ public struct GetSolNetworkInstanceInput: Swift.Sendable { public init( nsInstanceId: Swift.String? = nil - ) - { + ) { self.nsInstanceId = nsInstanceId } } @@ -1158,8 +1124,7 @@ extension TnbClientTypes { public init( nsLcmOpOccId: Swift.String? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId } } @@ -1179,8 +1144,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -1283,8 +1247,7 @@ public struct GetSolNetworkInstanceOutput: Swift.Sendable { nsdId: Swift.String? = nil, nsdInfoId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.lcmOpInfo = lcmOpInfo @@ -1310,8 +1273,7 @@ public struct GetSolNetworkOperationInput: Swift.Sendable { public init( nsLcmOpOccId: Swift.String? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId } } @@ -1329,8 +1291,7 @@ extension TnbClientTypes { public init( detail: Swift.String? = nil, title: Swift.String? = nil - ) - { + ) { self.detail = detail self.title = title } @@ -1382,8 +1343,7 @@ extension TnbClientTypes { public init( additionalParamsForNs: Smithy.Document? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.additionalParamsForNs = additionalParamsForNs self.nsdInfoId = nsdInfoId } @@ -1404,8 +1364,7 @@ extension TnbClientTypes { public init( vnfConfigurableProperties: Smithy.Document? = nil, vnfInstanceId: Swift.String? = nil - ) - { + ) { self.vnfConfigurableProperties = vnfConfigurableProperties self.vnfInstanceId = vnfInstanceId } @@ -1425,8 +1384,7 @@ extension TnbClientTypes { public init( additionalParamsForNs: Smithy.Document? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.additionalParamsForNs = additionalParamsForNs self.nsdInfoId = nsdInfoId } @@ -1456,8 +1414,7 @@ extension TnbClientTypes { lastModified: Foundation.Date? = nil, modifyVnfInfoMetadata: TnbClientTypes.ModifyVnfInfoMetadata? = nil, updateNsMetadata: TnbClientTypes.UpdateNsMetadata? = nil - ) - { + ) { self.createdAt = createdAt self.instantiateMetadata = instantiateMetadata self.lastModified = lastModified @@ -1573,8 +1530,7 @@ extension TnbClientTypes { taskName: Swift.String? = nil, taskStartTime: Foundation.Date? = nil, taskStatus: TnbClientTypes.TaskStatus? = nil - ) - { + ) { self.taskContext = taskContext self.taskEndTime = taskEndTime self.taskErrorDetails = taskErrorDetails @@ -1648,8 +1604,7 @@ public struct GetSolNetworkOperationOutput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, tasks: [TnbClientTypes.GetSolNetworkOperationTaskDetails]? = nil, updateType: TnbClientTypes.UpdateSolNetworkType? = nil - ) - { + ) { self.arn = arn self.error = error self.id = id @@ -1675,8 +1630,7 @@ public struct GetSolNetworkPackageInput: Swift.Sendable { public init( nsdInfoId: Swift.String? = nil - ) - { + ) { self.nsdInfoId = nsdInfoId } } @@ -1690,8 +1644,7 @@ extension TnbClientTypes { public init( overrides: [TnbClientTypes.ToscaOverride]? = nil - ) - { + ) { self.overrides = overrides } } @@ -1714,8 +1667,7 @@ extension TnbClientTypes { createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil, nsd: TnbClientTypes.NetworkArtifactMeta? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified self.nsd = nsd @@ -1769,8 +1721,7 @@ public struct GetSolNetworkPackageOutput: Swift.Sendable { nsdVersion: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vnfPkgIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -1801,8 +1752,7 @@ public struct GetSolNetworkPackageContentInput: Swift.Sendable { public init( accept: TnbClientTypes.PackageContentType? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.accept = accept self.nsdInfoId = nsdInfoId } @@ -1817,8 +1767,7 @@ public struct GetSolNetworkPackageContentOutput: Swift.Sendable { public init( contentType: TnbClientTypes.PackageContentType? = nil, nsdContent: Foundation.Data? = nil - ) - { + ) { self.contentType = contentType self.nsdContent = nsdContent } @@ -1831,8 +1780,7 @@ public struct GetSolNetworkPackageDescriptorInput: Swift.Sendable { public init( nsdInfoId: Swift.String? = nil - ) - { + ) { self.nsdInfoId = nsdInfoId } } @@ -1846,8 +1794,7 @@ public struct GetSolNetworkPackageDescriptorOutput: Swift.Sendable { public init( contentType: TnbClientTypes.DescriptorContentType? = nil, nsd: Foundation.Data? = nil - ) - { + ) { self.contentType = contentType self.nsd = nsd } @@ -1869,8 +1816,7 @@ public struct InstantiateSolNetworkInstanceInput: Swift.Sendable { dryRun: Swift.Bool? = nil, nsInstanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.additionalParamsForNs = additionalParamsForNs self.dryRun = dryRun self.nsInstanceId = nsInstanceId @@ -1893,8 +1839,7 @@ public struct InstantiateSolNetworkInstanceOutput: Swift.Sendable { public init( nsLcmOpOccId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId self.tags = tags } @@ -1919,8 +1864,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -1963,8 +1907,7 @@ extension TnbClientTypes { nsInstanceId: Swift.String? = nil, vnfPkgId: Swift.String? = nil, vnfPkgName: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.instantiatedVnfInfo = instantiatedVnfInfo @@ -1986,8 +1929,7 @@ public struct ListSolFunctionInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2002,8 +1944,7 @@ public struct ListSolFunctionInstancesOutput: Swift.Sendable { public init( functionInstances: [TnbClientTypes.ListSolFunctionInstanceInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.functionInstances = functionInstances self.nextToken = nextToken } @@ -2023,8 +1964,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -2072,8 +2012,7 @@ extension TnbClientTypes { vnfProvider: Swift.String? = nil, vnfdId: Swift.String? = nil, vnfdVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -2097,8 +2036,7 @@ public struct ListSolFunctionPackagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2114,8 +2052,7 @@ public struct ListSolFunctionPackagesOutput: Swift.Sendable { public init( functionPackages: [TnbClientTypes.ListSolFunctionPackageInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.functionPackages = functionPackages self.nextToken = nextToken } @@ -2135,8 +2072,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -2181,8 +2117,7 @@ extension TnbClientTypes { nsState: TnbClientTypes.NsState? = nil, nsdId: Swift.String? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -2204,8 +2139,7 @@ public struct ListSolNetworkInstancesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2220,8 +2154,7 @@ public struct ListSolNetworkInstancesOutput: Swift.Sendable { public init( networkInstances: [TnbClientTypes.ListSolNetworkInstanceInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkInstances = networkInstances self.nextToken = nextToken } @@ -2239,8 +2172,7 @@ public struct ListSolNetworkOperationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, nsInstanceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.nsInstanceId = nsInstanceId @@ -2267,8 +2199,7 @@ extension TnbClientTypes { lastModified: Foundation.Date? = nil, nsdInfoId: Swift.String? = nil, vnfInstanceId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified self.nsdInfoId = nsdInfoId @@ -2312,8 +2243,7 @@ extension TnbClientTypes { nsInstanceId: Swift.String? = nil, operationState: TnbClientTypes.NsLcmOperationState? = nil, updateType: TnbClientTypes.UpdateSolNetworkType? = nil - ) - { + ) { self.arn = arn self.error = error self.id = id @@ -2335,8 +2265,7 @@ public struct ListSolNetworkOperationsOutput: Swift.Sendable { public init( networkOperations: [TnbClientTypes.ListSolNetworkOperationsInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkOperations = networkOperations self.nextToken = nextToken } @@ -2356,8 +2285,7 @@ extension TnbClientTypes { public init( createdAt: Foundation.Date? = nil, lastModified: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.lastModified = lastModified } @@ -2412,8 +2340,7 @@ extension TnbClientTypes { nsdUsageState: TnbClientTypes.NsdUsageState? = nil, nsdVersion: Swift.String? = nil, vnfPkgIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -2439,8 +2366,7 @@ public struct ListSolNetworkPackagesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2456,8 +2382,7 @@ public struct ListSolNetworkPackagesOutput: Swift.Sendable { public init( networkPackages: [TnbClientTypes.ListSolNetworkPackageInfo]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkPackages = networkPackages self.nextToken = nextToken } @@ -2470,8 +2395,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2483,8 +2407,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -2508,8 +2431,7 @@ public struct PutSolFunctionPackageContentInput: Swift.Sendable { contentType: TnbClientTypes.PackageContentType? = nil, file: Foundation.Data? = nil, vnfPkgId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.file = file self.vnfPkgId = vnfPkgId @@ -2530,8 +2452,7 @@ extension TnbClientTypes { public init( vnfd: TnbClientTypes.FunctionArtifactMeta? = nil - ) - { + ) { self.vnfd = vnfd } } @@ -2564,8 +2485,7 @@ public struct PutSolFunctionPackageContentOutput: Swift.Sendable { vnfProvider: Swift.String? = nil, vnfdId: Swift.String? = nil, vnfdVersion: Swift.String? = nil - ) - { + ) { self.id = id self.metadata = metadata self.vnfProductName = vnfProductName @@ -2589,8 +2509,7 @@ public struct PutSolNetworkPackageContentInput: Swift.Sendable { contentType: TnbClientTypes.PackageContentType? = nil, file: Foundation.Data? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.file = file self.nsdInfoId = nsdInfoId @@ -2611,8 +2530,7 @@ extension TnbClientTypes { public init( nsd: TnbClientTypes.NetworkArtifactMeta? = nil - ) - { + ) { self.nsd = nsd } } @@ -2649,8 +2567,7 @@ public struct PutSolNetworkPackageContentOutput: Swift.Sendable { nsdName: Swift.String? = nil, nsdVersion: Swift.String? = nil, vnfPkgIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata @@ -2672,8 +2589,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2699,8 +2615,7 @@ public struct TerminateSolNetworkInstanceInput: Swift.Sendable { public init( nsInstanceId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nsInstanceId = nsInstanceId self.tags = tags } @@ -2720,8 +2635,7 @@ public struct TerminateSolNetworkInstanceOutput: Swift.Sendable { public init( nsLcmOpOccId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId self.tags = tags } @@ -2743,8 +2657,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2766,8 +2679,7 @@ public struct UpdateSolFunctionPackageInput: Swift.Sendable { public init( operationalState: TnbClientTypes.OperationalState? = nil, vnfPkgId: Swift.String? = nil - ) - { + ) { self.operationalState = operationalState self.vnfPkgId = vnfPkgId } @@ -2780,8 +2692,7 @@ public struct UpdateSolFunctionPackageOutput: Swift.Sendable { public init( operationalState: TnbClientTypes.OperationalState? = nil - ) - { + ) { self.operationalState = operationalState } } @@ -2800,8 +2711,7 @@ extension TnbClientTypes { public init( vnfConfigurableProperties: Smithy.Document? = nil, vnfInstanceId: Swift.String? = nil - ) - { + ) { self.vnfConfigurableProperties = vnfConfigurableProperties self.vnfInstanceId = vnfInstanceId } @@ -2821,8 +2731,7 @@ extension TnbClientTypes { public init( additionalParamsForNs: Smithy.Document? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.additionalParamsForNs = additionalParamsForNs self.nsdInfoId = nsdInfoId } @@ -2853,8 +2762,7 @@ public struct UpdateSolNetworkInstanceInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, updateNs: TnbClientTypes.UpdateSolNetworkServiceData? = nil, updateType: TnbClientTypes.UpdateSolNetworkType? = nil - ) - { + ) { self.modifyVnfInfoData = modifyVnfInfoData self.nsInstanceId = nsInstanceId self.tags = tags @@ -2877,8 +2785,7 @@ public struct UpdateSolNetworkInstanceOutput: Swift.Sendable { public init( nsLcmOpOccId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.nsLcmOpOccId = nsLcmOpOccId self.tags = tags } @@ -2900,8 +2807,7 @@ public struct UpdateSolNetworkPackageInput: Swift.Sendable { public init( nsdInfoId: Swift.String? = nil, nsdOperationalState: TnbClientTypes.NsdOperationalState? = nil - ) - { + ) { self.nsdInfoId = nsdInfoId self.nsdOperationalState = nsdOperationalState } @@ -2914,8 +2820,7 @@ public struct UpdateSolNetworkPackageOutput: Swift.Sendable { public init( nsdOperationalState: TnbClientTypes.NsdOperationalState? = nil - ) - { + ) { self.nsdOperationalState = nsdOperationalState } } @@ -2934,8 +2839,7 @@ public struct ValidateSolFunctionPackageContentInput: Swift.Sendable { contentType: TnbClientTypes.PackageContentType? = nil, file: Foundation.Data? = nil, vnfPkgId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.file = file self.vnfPkgId = vnfPkgId @@ -2956,8 +2860,7 @@ extension TnbClientTypes { public init( vnfd: TnbClientTypes.FunctionArtifactMeta? = nil - ) - { + ) { self.vnfd = vnfd } } @@ -2990,8 +2893,7 @@ public struct ValidateSolFunctionPackageContentOutput: Swift.Sendable { vnfProvider: Swift.String? = nil, vnfdId: Swift.String? = nil, vnfdVersion: Swift.String? = nil - ) - { + ) { self.id = id self.metadata = metadata self.vnfProductName = vnfProductName @@ -3015,8 +2917,7 @@ public struct ValidateSolNetworkPackageContentInput: Swift.Sendable { contentType: TnbClientTypes.PackageContentType? = nil, file: Foundation.Data? = nil, nsdInfoId: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.file = file self.nsdInfoId = nsdInfoId @@ -3037,8 +2938,7 @@ extension TnbClientTypes { public init( nsd: TnbClientTypes.NetworkArtifactMeta? = nil - ) - { + ) { self.nsd = nsd } } @@ -3075,8 +2975,7 @@ public struct ValidateSolNetworkPackageContentOutput: Swift.Sendable { nsdName: Swift.String? = nil, nsdVersion: Swift.String? = nil, vnfPkgIds: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.id = id self.metadata = metadata diff --git a/Sources/Services/AWSTnb/Sources/AWSTnb/TnbClient.swift b/Sources/Services/AWSTnb/Sources/AWSTnb/TnbClient.swift index f2ff7c8e1b3..ebd85b4574e 100644 --- a/Sources/Services/AWSTnb/Sources/AWSTnb/TnbClient.swift +++ b/Sources/Services/AWSTnb/Sources/AWSTnb/TnbClient.swift @@ -68,7 +68,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TnbClient: ClientRuntime.Client { public static let clientName = "TnbClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TnbClient.TnbClientConfiguration let serviceName = "tnb" diff --git a/Sources/Services/AWSTranscribe/Package.swift.txt b/Sources/Services/AWSTranscribe/Package.swift.txt index 4c198c8de1d..334536ba726 100644 --- a/Sources/Services/AWSTranscribe/Package.swift.txt +++ b/Sources/Services/AWSTranscribe/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/Models.swift b/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/Models.swift index b395436bf44..c23d1f8455a 100644 --- a/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/Models.swift +++ b/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/Models.swift @@ -82,8 +82,7 @@ extension TranscribeClientTypes { first: Swift.Int? = nil, last: Swift.Int? = nil, startTime: Swift.Int? = nil - ) - { + ) { self.endTime = endTime self.first = first self.last = last @@ -110,8 +109,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -215,8 +213,7 @@ extension TranscribeClientTypes { feature: TranscribeClientTypes.CallAnalyticsFeature? = nil, message: Swift.String? = nil, reasonCode: TranscribeClientTypes.CallAnalyticsSkippedReasonCode? = nil - ) - { + ) { self.feature = feature self.message = message self.reasonCode = reasonCode @@ -233,8 +230,7 @@ extension TranscribeClientTypes { public init( skipped: [TranscribeClientTypes.CallAnalyticsSkippedFeature]? = nil - ) - { + ) { self.skipped = skipped } } @@ -316,8 +312,7 @@ extension TranscribeClientTypes { public init( channelId: Swift.Int = 0, participantRole: TranscribeClientTypes.ParticipantRole? = nil - ) - { + ) { self.channelId = channelId self.participantRole = participantRole } @@ -682,8 +677,7 @@ extension TranscribeClientTypes { public init( mediaFileUri: Swift.String? = nil, redactedMediaFileUri: Swift.String? = nil - ) - { + ) { self.mediaFileUri = mediaFileUri self.redactedMediaFileUri = redactedMediaFileUri } @@ -868,8 +862,7 @@ extension TranscribeClientTypes { piiEntityTypes: [TranscribeClientTypes.PiiEntityType]? = nil, redactionOutput: TranscribeClientTypes.RedactionOutput? = nil, redactionType: TranscribeClientTypes.RedactionType? = nil - ) - { + ) { self.piiEntityTypes = piiEntityTypes self.redactionOutput = redactionOutput self.redactionType = redactionType @@ -892,8 +885,7 @@ extension TranscribeClientTypes { languageModelName: Swift.String? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.languageModelName = languageModelName self.vocabularyFilterName = vocabularyFilterName self.vocabularyName = vocabularyName @@ -911,8 +903,7 @@ extension TranscribeClientTypes { public init( generateAbstractiveSummary: Swift.Bool? = nil - ) - { + ) { self.generateAbstractiveSummary = generateAbstractiveSummary } } @@ -980,8 +971,7 @@ extension TranscribeClientTypes { vocabularyFilterMethod: TranscribeClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.contentRedaction = contentRedaction self.languageIdSettings = languageIdSettings self.languageModelName = languageModelName @@ -1006,8 +996,7 @@ extension TranscribeClientTypes { public init( redactedTranscriptFileUri: Swift.String? = nil, transcriptFileUri: Swift.String? = nil - ) - { + ) { self.redactedTranscriptFileUri = redactedTranscriptFileUri self.transcriptFileUri = transcriptFileUri } @@ -1080,8 +1069,7 @@ extension TranscribeClientTypes { settings: TranscribeClientTypes.CallAnalyticsJobSettings? = nil, startTime: Foundation.Date? = nil, transcript: TranscribeClientTypes.Transcript? = nil - ) - { + ) { self.callAnalyticsJobDetails = callAnalyticsJobDetails self.callAnalyticsJobName = callAnalyticsJobName self.callAnalyticsJobStatus = callAnalyticsJobStatus @@ -1132,8 +1120,7 @@ extension TranscribeClientTypes { failureReason: Swift.String? = nil, languageCode: TranscribeClientTypes.LanguageCode? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.callAnalyticsJobDetails = callAnalyticsJobDetails self.callAnalyticsJobName = callAnalyticsJobName self.callAnalyticsJobStatus = callAnalyticsJobStatus @@ -1193,8 +1180,7 @@ extension TranscribeClientTypes { first: Swift.Int? = nil, last: Swift.Int? = nil, startPercentage: Swift.Int? = nil - ) - { + ) { self.endPercentage = endPercentage self.first = first self.last = last @@ -1235,8 +1221,7 @@ extension TranscribeClientTypes { participantRole: TranscribeClientTypes.ParticipantRole? = nil, relativeTimeRange: TranscribeClientTypes.RelativeTimeRange? = nil, threshold: Swift.Int? = nil - ) - { + ) { self.absoluteTimeRange = absoluteTimeRange self.negate = negate self.participantRole = participantRole @@ -1271,8 +1256,7 @@ extension TranscribeClientTypes { negate: Swift.Bool? = nil, relativeTimeRange: TranscribeClientTypes.RelativeTimeRange? = nil, threshold: Swift.Int? = nil - ) - { + ) { self.absoluteTimeRange = absoluteTimeRange self.negate = negate self.relativeTimeRange = relativeTimeRange @@ -1349,8 +1333,7 @@ extension TranscribeClientTypes { participantRole: TranscribeClientTypes.ParticipantRole? = nil, relativeTimeRange: TranscribeClientTypes.RelativeTimeRange? = nil, sentiments: [TranscribeClientTypes.SentimentValue]? = nil - ) - { + ) { self.absoluteTimeRange = absoluteTimeRange self.negate = negate self.participantRole = participantRole @@ -1421,8 +1404,7 @@ extension TranscribeClientTypes { relativeTimeRange: TranscribeClientTypes.RelativeTimeRange? = nil, targets: [Swift.String]? = nil, transcriptFilterType: TranscribeClientTypes.TranscriptFilterType? = nil - ) - { + ) { self.absoluteTimeRange = absoluteTimeRange self.negate = negate self.participantRole = participantRole @@ -1470,8 +1452,7 @@ extension TranscribeClientTypes { inputType: TranscribeClientTypes.InputType? = nil, lastUpdateTime: Foundation.Date? = nil, rules: [TranscribeClientTypes.Rule]? = nil - ) - { + ) { self.categoryName = categoryName self.createTime = createTime self.inputType = inputType @@ -1543,8 +1524,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1567,8 +1547,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1591,8 +1570,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1611,8 +1589,7 @@ public struct CreateCallAnalyticsCategoryInput: Swift.Sendable { categoryName: Swift.String? = nil, inputType: TranscribeClientTypes.InputType? = nil, rules: [TranscribeClientTypes.Rule]? = nil - ) - { + ) { self.categoryName = categoryName self.inputType = inputType self.rules = rules @@ -1625,8 +1602,7 @@ public struct CreateCallAnalyticsCategoryOutput: Swift.Sendable { public init( categoryProperties: TranscribeClientTypes.CategoryProperties? = nil - ) - { + ) { self.categoryProperties = categoryProperties } } @@ -1648,8 +1624,7 @@ extension TranscribeClientTypes { dataAccessRoleArn: Swift.String? = nil, s3Uri: Swift.String? = nil, tuningDataS3Uri: Swift.String? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.s3Uri = s3Uri self.tuningDataS3Uri = tuningDataS3Uri @@ -1671,8 +1646,7 @@ extension TranscribeClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1701,8 +1675,7 @@ public struct CreateLanguageModelInput: Swift.Sendable { languageCode: TranscribeClientTypes.CLMLanguageCode? = nil, modelName: Swift.String? = nil, tags: [TranscribeClientTypes.Tag]? = nil - ) - { + ) { self.baseModelName = baseModelName self.inputDataConfig = inputDataConfig self.languageCode = languageCode @@ -1761,8 +1734,7 @@ public struct CreateLanguageModelOutput: Swift.Sendable { languageCode: TranscribeClientTypes.CLMLanguageCode? = nil, modelName: Swift.String? = nil, modelStatus: TranscribeClientTypes.ModelStatus? = nil - ) - { + ) { self.baseModelName = baseModelName self.inputDataConfig = inputDataConfig self.languageCode = languageCode @@ -1789,8 +1761,7 @@ public struct CreateMedicalVocabularyInput: Swift.Sendable { tags: [TranscribeClientTypes.Tag]? = nil, vocabularyFileUri: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.tags = tags self.vocabularyFileUri = vocabularyFileUri @@ -1848,8 +1819,7 @@ public struct CreateMedicalVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.failureReason = failureReason self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime @@ -1881,8 +1851,7 @@ public struct CreateVocabularyInput: Swift.Sendable { tags: [TranscribeClientTypes.Tag]? = nil, vocabularyFileUri: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.languageCode = languageCode self.phrases = phrases @@ -1910,8 +1879,7 @@ public struct CreateVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.failureReason = failureReason self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime @@ -1943,8 +1911,7 @@ public struct CreateVocabularyFilterInput: Swift.Sendable { vocabularyFilterFileUri: Swift.String? = nil, vocabularyFilterName: Swift.String? = nil, words: [Swift.String]? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.languageCode = languageCode self.tags = tags @@ -1966,8 +1933,7 @@ public struct CreateVocabularyFilterOutput: Swift.Sendable { languageCode: TranscribeClientTypes.LanguageCode? = nil, lastModifiedTime: Foundation.Date? = nil, vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyFilterName = vocabularyFilterName @@ -1992,8 +1958,7 @@ public struct NotFoundException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2005,8 +1970,7 @@ public struct DeleteCallAnalyticsCategoryInput: Swift.Sendable { public init( categoryName: Swift.String? = nil - ) - { + ) { self.categoryName = categoryName } } @@ -2023,8 +1987,7 @@ public struct DeleteCallAnalyticsJobInput: Swift.Sendable { public init( callAnalyticsJobName: Swift.String? = nil - ) - { + ) { self.callAnalyticsJobName = callAnalyticsJobName } } @@ -2041,8 +2004,7 @@ public struct DeleteLanguageModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -2054,8 +2016,7 @@ public struct DeleteMedicalScribeJobInput: Swift.Sendable { public init( medicalScribeJobName: Swift.String? = nil - ) - { + ) { self.medicalScribeJobName = medicalScribeJobName } } @@ -2067,8 +2028,7 @@ public struct DeleteMedicalTranscriptionJobInput: Swift.Sendable { public init( medicalTranscriptionJobName: Swift.String? = nil - ) - { + ) { self.medicalTranscriptionJobName = medicalTranscriptionJobName } } @@ -2080,8 +2040,7 @@ public struct DeleteMedicalVocabularyInput: Swift.Sendable { public init( vocabularyName: Swift.String? = nil - ) - { + ) { self.vocabularyName = vocabularyName } } @@ -2093,8 +2052,7 @@ public struct DeleteTranscriptionJobInput: Swift.Sendable { public init( transcriptionJobName: Swift.String? = nil - ) - { + ) { self.transcriptionJobName = transcriptionJobName } } @@ -2106,8 +2064,7 @@ public struct DeleteVocabularyInput: Swift.Sendable { public init( vocabularyName: Swift.String? = nil - ) - { + ) { self.vocabularyName = vocabularyName } } @@ -2119,8 +2076,7 @@ public struct DeleteVocabularyFilterInput: Swift.Sendable { public init( vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.vocabularyFilterName = vocabularyFilterName } } @@ -2132,8 +2088,7 @@ public struct DescribeLanguageModelInput: Swift.Sendable { public init( modelName: Swift.String? = nil - ) - { + ) { self.modelName = modelName } } @@ -2187,8 +2142,7 @@ extension TranscribeClientTypes { modelName: Swift.String? = nil, modelStatus: TranscribeClientTypes.ModelStatus? = nil, upgradeAvailability: Swift.Bool? = nil - ) - { + ) { self.baseModelName = baseModelName self.createTime = createTime self.failureReason = failureReason @@ -2208,8 +2162,7 @@ public struct DescribeLanguageModelOutput: Swift.Sendable { public init( languageModel: TranscribeClientTypes.LanguageModel? = nil - ) - { + ) { self.languageModel = languageModel } } @@ -2221,8 +2174,7 @@ public struct GetCallAnalyticsCategoryInput: Swift.Sendable { public init( categoryName: Swift.String? = nil - ) - { + ) { self.categoryName = categoryName } } @@ -2233,8 +2185,7 @@ public struct GetCallAnalyticsCategoryOutput: Swift.Sendable { public init( categoryProperties: TranscribeClientTypes.CategoryProperties? = nil - ) - { + ) { self.categoryProperties = categoryProperties } } @@ -2246,8 +2197,7 @@ public struct GetCallAnalyticsJobInput: Swift.Sendable { public init( callAnalyticsJobName: Swift.String? = nil - ) - { + ) { self.callAnalyticsJobName = callAnalyticsJobName } } @@ -2258,8 +2208,7 @@ public struct GetCallAnalyticsJobOutput: Swift.Sendable { public init( callAnalyticsJob: TranscribeClientTypes.CallAnalyticsJob? = nil - ) - { + ) { self.callAnalyticsJob = callAnalyticsJob } } @@ -2271,8 +2220,7 @@ public struct GetMedicalScribeJobInput: Swift.Sendable { public init( medicalScribeJobName: Swift.String? = nil - ) - { + ) { self.medicalScribeJobName = medicalScribeJobName } } @@ -2320,8 +2268,7 @@ extension TranscribeClientTypes { public init( channelId: Swift.Int = 0, participantRole: TranscribeClientTypes.MedicalScribeParticipantRole? = nil - ) - { + ) { self.channelId = channelId self.participantRole = participantRole } @@ -2403,8 +2350,7 @@ extension TranscribeClientTypes { public init( clinicalDocumentUri: Swift.String? = nil, transcriptFileUri: Swift.String? = nil - ) - { + ) { self.clinicalDocumentUri = clinicalDocumentUri self.transcriptFileUri = transcriptFileUri } @@ -2435,8 +2381,7 @@ extension TranscribeClientTypes { vocabularyFilterMethod: TranscribeClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.channelIdentification = channelIdentification self.maxSpeakerLabels = maxSpeakerLabels self.showSpeakerLabels = showSpeakerLabels @@ -2492,8 +2437,7 @@ extension TranscribeClientTypes { settings: TranscribeClientTypes.MedicalScribeSettings? = nil, startTime: Foundation.Date? = nil, tags: [TranscribeClientTypes.Tag]? = nil - ) - { + ) { self.channelDefinitions = channelDefinitions self.completionTime = completionTime self.creationTime = creationTime @@ -2517,8 +2461,7 @@ public struct GetMedicalScribeJobOutput: Swift.Sendable { public init( medicalScribeJob: TranscribeClientTypes.MedicalScribeJob? = nil - ) - { + ) { self.medicalScribeJob = medicalScribeJob } } @@ -2530,8 +2473,7 @@ public struct GetMedicalTranscriptionJobInput: Swift.Sendable { public init( medicalTranscriptionJobName: Swift.String? = nil - ) - { + ) { self.medicalTranscriptionJobName = medicalTranscriptionJobName } } @@ -2586,8 +2528,7 @@ extension TranscribeClientTypes { showAlternatives: Swift.Bool? = nil, showSpeakerLabels: Swift.Bool? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.channelIdentification = channelIdentification self.maxAlternatives = maxAlternatives self.maxSpeakerLabels = maxSpeakerLabels @@ -2633,8 +2574,7 @@ extension TranscribeClientTypes { public init( transcriptFileUri: Swift.String? = nil - ) - { + ) { self.transcriptFileUri = transcriptFileUri } } @@ -2770,8 +2710,7 @@ extension TranscribeClientTypes { transcript: TranscribeClientTypes.MedicalTranscript? = nil, transcriptionJobStatus: TranscribeClientTypes.TranscriptionJobStatus? = nil, type: TranscribeClientTypes.ModelType? = nil - ) - { + ) { self.completionTime = completionTime self.contentIdentificationType = contentIdentificationType self.creationTime = creationTime @@ -2798,8 +2737,7 @@ public struct GetMedicalTranscriptionJobOutput: Swift.Sendable { public init( medicalTranscriptionJob: TranscribeClientTypes.MedicalTranscriptionJob? = nil - ) - { + ) { self.medicalTranscriptionJob = medicalTranscriptionJob } } @@ -2811,8 +2749,7 @@ public struct GetMedicalVocabularyInput: Swift.Sendable { public init( vocabularyName: Swift.String? = nil - ) - { + ) { self.vocabularyName = vocabularyName } } @@ -2838,8 +2775,7 @@ public struct GetMedicalVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.downloadUri = downloadUri self.failureReason = failureReason self.languageCode = languageCode @@ -2856,8 +2792,7 @@ public struct GetTranscriptionJobInput: Swift.Sendable { public init( transcriptionJobName: Swift.String? = nil - ) - { + ) { self.transcriptionJobName = transcriptionJobName } } @@ -2874,8 +2809,7 @@ extension TranscribeClientTypes { public init( allowDeferredExecution: Swift.Bool? = nil, dataAccessRoleArn: Swift.String? = nil - ) - { + ) { self.allowDeferredExecution = allowDeferredExecution self.dataAccessRoleArn = dataAccessRoleArn } @@ -2894,8 +2828,7 @@ extension TranscribeClientTypes { public init( durationInSeconds: Swift.Float? = nil, languageCode: TranscribeClientTypes.LanguageCode? = nil - ) - { + ) { self.durationInSeconds = durationInSeconds self.languageCode = languageCode } @@ -2911,8 +2844,7 @@ extension TranscribeClientTypes { public init( languageModelName: Swift.String? = nil - ) - { + ) { self.languageModelName = languageModelName } } @@ -2948,8 +2880,7 @@ extension TranscribeClientTypes { vocabularyFilterMethod: TranscribeClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.channelIdentification = channelIdentification self.maxAlternatives = maxAlternatives self.maxSpeakerLabels = maxSpeakerLabels @@ -3006,8 +2937,7 @@ extension TranscribeClientTypes { formats: [TranscribeClientTypes.SubtitleFormat]? = nil, outputStartIndex: Swift.Int? = nil, subtitleFileUris: [Swift.String]? = nil - ) - { + ) { self.formats = formats self.outputStartIndex = outputStartIndex self.subtitleFileUris = subtitleFileUris @@ -3051,8 +2981,7 @@ extension TranscribeClientTypes { public init( toxicityCategories: [TranscribeClientTypes.ToxicityCategory]? = nil - ) - { + ) { self.toxicityCategories = toxicityCategories } } @@ -3148,8 +3077,7 @@ extension TranscribeClientTypes { transcript: TranscribeClientTypes.Transcript? = nil, transcriptionJobName: Swift.String? = nil, transcriptionJobStatus: TranscribeClientTypes.TranscriptionJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.contentRedaction = contentRedaction self.creationTime = creationTime @@ -3184,8 +3112,7 @@ public struct GetTranscriptionJobOutput: Swift.Sendable { public init( transcriptionJob: TranscribeClientTypes.TranscriptionJob? = nil - ) - { + ) { self.transcriptionJob = transcriptionJob } } @@ -3197,8 +3124,7 @@ public struct GetVocabularyInput: Swift.Sendable { public init( vocabularyName: Swift.String? = nil - ) - { + ) { self.vocabularyName = vocabularyName } } @@ -3224,8 +3150,7 @@ public struct GetVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.downloadUri = downloadUri self.failureReason = failureReason self.languageCode = languageCode @@ -3242,8 +3167,7 @@ public struct GetVocabularyFilterInput: Swift.Sendable { public init( vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.vocabularyFilterName = vocabularyFilterName } } @@ -3263,8 +3187,7 @@ public struct GetVocabularyFilterOutput: Swift.Sendable { languageCode: TranscribeClientTypes.LanguageCode? = nil, lastModifiedTime: Foundation.Date? = nil, vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.downloadUri = downloadUri self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime @@ -3281,8 +3204,7 @@ public struct ListCallAnalyticsCategoriesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3297,8 +3219,7 @@ public struct ListCallAnalyticsCategoriesOutput: Swift.Sendable { public init( categories: [TranscribeClientTypes.CategoryProperties]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.categories = categories self.nextToken = nextToken } @@ -3319,8 +3240,7 @@ public struct ListCallAnalyticsJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.CallAnalyticsJobStatus? = nil - ) - { + ) { self.jobNameContains = jobNameContains self.maxResults = maxResults self.nextToken = nextToken @@ -3340,8 +3260,7 @@ public struct ListCallAnalyticsJobsOutput: Swift.Sendable { callAnalyticsJobSummaries: [TranscribeClientTypes.CallAnalyticsJobSummary]? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.CallAnalyticsJobStatus? = nil - ) - { + ) { self.callAnalyticsJobSummaries = callAnalyticsJobSummaries self.nextToken = nextToken self.status = status @@ -3363,8 +3282,7 @@ public struct ListLanguageModelsInput: Swift.Sendable { nameContains: Swift.String? = nil, nextToken: Swift.String? = nil, statusEquals: TranscribeClientTypes.ModelStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -3381,8 +3299,7 @@ public struct ListLanguageModelsOutput: Swift.Sendable { public init( models: [TranscribeClientTypes.LanguageModel]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.models = models self.nextToken = nextToken } @@ -3403,8 +3320,7 @@ public struct ListMedicalScribeJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.MedicalScribeJobStatus? = nil - ) - { + ) { self.jobNameContains = jobNameContains self.maxResults = maxResults self.nextToken = nextToken @@ -3439,8 +3355,7 @@ extension TranscribeClientTypes { medicalScribeJobName: Swift.String? = nil, medicalScribeJobStatus: TranscribeClientTypes.MedicalScribeJobStatus? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.completionTime = completionTime self.creationTime = creationTime self.failureReason = failureReason @@ -3464,8 +3379,7 @@ public struct ListMedicalScribeJobsOutput: Swift.Sendable { medicalScribeJobSummaries: [TranscribeClientTypes.MedicalScribeJobSummary]? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.MedicalScribeJobStatus? = nil - ) - { + ) { self.medicalScribeJobSummaries = medicalScribeJobSummaries self.nextToken = nextToken self.status = status @@ -3487,8 +3401,7 @@ public struct ListMedicalTranscriptionJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.TranscriptionJobStatus? = nil - ) - { + ) { self.jobNameContains = jobNameContains self.maxResults = maxResults self.nextToken = nextToken @@ -3564,8 +3477,7 @@ extension TranscribeClientTypes { startTime: Foundation.Date? = nil, transcriptionJobStatus: TranscribeClientTypes.TranscriptionJobStatus? = nil, type: TranscribeClientTypes.ModelType? = nil - ) - { + ) { self.completionTime = completionTime self.contentIdentificationType = contentIdentificationType self.creationTime = creationTime @@ -3593,8 +3505,7 @@ public struct ListMedicalTranscriptionJobsOutput: Swift.Sendable { medicalTranscriptionJobSummaries: [TranscribeClientTypes.MedicalTranscriptionJobSummary]? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.TranscriptionJobStatus? = nil - ) - { + ) { self.medicalTranscriptionJobSummaries = medicalTranscriptionJobSummaries self.nextToken = nextToken self.status = status @@ -3616,8 +3527,7 @@ public struct ListMedicalVocabulariesInput: Swift.Sendable { nameContains: Swift.String? = nil, nextToken: Swift.String? = nil, stateEquals: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -3643,8 +3553,7 @@ extension TranscribeClientTypes { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyName = vocabularyName @@ -3665,8 +3574,7 @@ public struct ListMedicalVocabulariesOutput: Swift.Sendable { nextToken: Swift.String? = nil, status: TranscribeClientTypes.VocabularyState? = nil, vocabularies: [TranscribeClientTypes.VocabularyInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.status = status self.vocabularies = vocabularies @@ -3680,8 +3588,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3695,8 +3602,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [TranscribeClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -3717,8 +3623,7 @@ public struct ListTranscriptionJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, status: TranscribeClientTypes.TranscriptionJobStatus? = nil - ) - { + ) { self.jobNameContains = jobNameContains self.maxResults = maxResults self.nextToken = nextToken @@ -3777,8 +3682,7 @@ extension TranscribeClientTypes { toxicityDetection: [TranscribeClientTypes.ToxicityDetectionSettings]? = nil, transcriptionJobName: Swift.String? = nil, transcriptionJobStatus: TranscribeClientTypes.TranscriptionJobStatus? = nil - ) - { + ) { self.completionTime = completionTime self.contentRedaction = contentRedaction self.creationTime = creationTime @@ -3810,8 +3714,7 @@ public struct ListTranscriptionJobsOutput: Swift.Sendable { nextToken: Swift.String? = nil, status: TranscribeClientTypes.TranscriptionJobStatus? = nil, transcriptionJobSummaries: [TranscribeClientTypes.TranscriptionJobSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.status = status self.transcriptionJobSummaries = transcriptionJobSummaries @@ -3833,8 +3736,7 @@ public struct ListVocabulariesInput: Swift.Sendable { nameContains: Swift.String? = nil, nextToken: Swift.String? = nil, stateEquals: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -3854,8 +3756,7 @@ public struct ListVocabulariesOutput: Swift.Sendable { nextToken: Swift.String? = nil, status: TranscribeClientTypes.VocabularyState? = nil, vocabularies: [TranscribeClientTypes.VocabularyInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.status = status self.vocabularies = vocabularies @@ -3874,8 +3775,7 @@ public struct ListVocabularyFiltersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nameContains: Swift.String? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nameContains = nameContains self.nextToken = nextToken @@ -3897,8 +3797,7 @@ extension TranscribeClientTypes { languageCode: TranscribeClientTypes.LanguageCode? = nil, lastModifiedTime: Foundation.Date? = nil, vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyFilterName = vocabularyFilterName @@ -3915,8 +3814,7 @@ public struct ListVocabularyFiltersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, vocabularyFilters: [TranscribeClientTypes.VocabularyFilterInfo]? = nil - ) - { + ) { self.nextToken = nextToken self.vocabularyFilters = vocabularyFilters } @@ -3975,8 +3873,7 @@ public struct StartCallAnalyticsJobInput: Swift.Sendable { outputEncryptionKMSKeyId: Swift.String? = nil, outputLocation: Swift.String? = nil, settings: TranscribeClientTypes.CallAnalyticsJobSettings? = nil - ) - { + ) { self.callAnalyticsJobName = callAnalyticsJobName self.channelDefinitions = channelDefinitions self.dataAccessRoleArn = dataAccessRoleArn @@ -3993,8 +3890,7 @@ public struct StartCallAnalyticsJobOutput: Swift.Sendable { public init( callAnalyticsJob: TranscribeClientTypes.CallAnalyticsJob? = nil - ) - { + ) { self.callAnalyticsJob = callAnalyticsJob } } @@ -4052,8 +3948,7 @@ public struct StartMedicalScribeJobInput: Swift.Sendable { outputEncryptionKMSKeyId: Swift.String? = nil, settings: TranscribeClientTypes.MedicalScribeSettings? = nil, tags: [TranscribeClientTypes.Tag]? = nil - ) - { + ) { self.channelDefinitions = channelDefinitions self.dataAccessRoleArn = dataAccessRoleArn self.kmsEncryptionContext = kmsEncryptionContext @@ -4072,8 +3967,7 @@ public struct StartMedicalScribeJobOutput: Swift.Sendable { public init( medicalScribeJob: TranscribeClientTypes.MedicalScribeJob? = nil - ) - { + ) { self.medicalScribeJob = medicalScribeJob } } @@ -4158,8 +4052,7 @@ public struct StartMedicalTranscriptionJobInput: Swift.Sendable { specialty: TranscribeClientTypes.Specialty? = nil, tags: [TranscribeClientTypes.Tag]? = nil, type: TranscribeClientTypes.ModelType? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.kmsEncryptionContext = kmsEncryptionContext self.languageCode = languageCode @@ -4183,8 +4076,7 @@ public struct StartMedicalTranscriptionJobOutput: Swift.Sendable { public init( medicalTranscriptionJob: TranscribeClientTypes.MedicalTranscriptionJob? = nil - ) - { + ) { self.medicalTranscriptionJob = medicalTranscriptionJob } } @@ -4201,8 +4093,7 @@ extension TranscribeClientTypes { public init( formats: [TranscribeClientTypes.SubtitleFormat]? = nil, outputStartIndex: Swift.Int? = nil - ) - { + ) { self.formats = formats self.outputStartIndex = outputStartIndex } @@ -4303,8 +4194,7 @@ public struct StartTranscriptionJobInput: Swift.Sendable { tags: [TranscribeClientTypes.Tag]? = nil, toxicityDetection: [TranscribeClientTypes.ToxicityDetectionSettings]? = nil, transcriptionJobName: Swift.String? = nil - ) - { + ) { self.contentRedaction = contentRedaction self.identifyLanguage = identifyLanguage self.identifyMultipleLanguages = identifyMultipleLanguages @@ -4334,8 +4224,7 @@ public struct StartTranscriptionJobOutput: Swift.Sendable { public init( transcriptionJob: TranscribeClientTypes.TranscriptionJob? = nil - ) - { + ) { self.transcriptionJob = transcriptionJob } } @@ -4351,8 +4240,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [TranscribeClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4374,8 +4262,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -4400,8 +4287,7 @@ public struct UpdateCallAnalyticsCategoryInput: Swift.Sendable { categoryName: Swift.String? = nil, inputType: TranscribeClientTypes.InputType? = nil, rules: [TranscribeClientTypes.Rule]? = nil - ) - { + ) { self.categoryName = categoryName self.inputType = inputType self.rules = rules @@ -4414,8 +4300,7 @@ public struct UpdateCallAnalyticsCategoryOutput: Swift.Sendable { public init( categoryProperties: TranscribeClientTypes.CategoryProperties? = nil - ) - { + ) { self.categoryProperties = categoryProperties } } @@ -4435,8 +4320,7 @@ public struct UpdateMedicalVocabularyInput: Swift.Sendable { languageCode: TranscribeClientTypes.LanguageCode? = nil, vocabularyFileUri: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.vocabularyFileUri = vocabularyFileUri self.vocabularyName = vocabularyName @@ -4458,8 +4342,7 @@ public struct UpdateMedicalVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyName = vocabularyName @@ -4487,8 +4370,7 @@ public struct UpdateVocabularyInput: Swift.Sendable { phrases: [Swift.String]? = nil, vocabularyFileUri: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.languageCode = languageCode self.phrases = phrases @@ -4512,8 +4394,7 @@ public struct UpdateVocabularyOutput: Swift.Sendable { lastModifiedTime: Foundation.Date? = nil, vocabularyName: Swift.String? = nil, vocabularyState: TranscribeClientTypes.VocabularyState? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyName = vocabularyName @@ -4537,8 +4418,7 @@ public struct UpdateVocabularyFilterInput: Swift.Sendable { vocabularyFilterFileUri: Swift.String? = nil, vocabularyFilterName: Swift.String? = nil, words: [Swift.String]? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.vocabularyFilterFileUri = vocabularyFilterFileUri self.vocabularyFilterName = vocabularyFilterName @@ -4558,8 +4438,7 @@ public struct UpdateVocabularyFilterOutput: Swift.Sendable { languageCode: TranscribeClientTypes.LanguageCode? = nil, lastModifiedTime: Foundation.Date? = nil, vocabularyFilterName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.lastModifiedTime = lastModifiedTime self.vocabularyFilterName = vocabularyFilterName diff --git a/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/TranscribeClient.swift b/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/TranscribeClient.swift index d2bbd4edab8..41fac882bf0 100644 --- a/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/TranscribeClient.swift +++ b/Sources/Services/AWSTranscribe/Sources/AWSTranscribe/TranscribeClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TranscribeClient: ClientRuntime.Client { public static let clientName = "TranscribeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TranscribeClient.TranscribeClientConfiguration let serviceName = "Transcribe" diff --git a/Sources/Services/AWSTranscribeStreaming/Package.swift.txt b/Sources/Services/AWSTranscribeStreaming/Package.swift.txt index 7711267c8c9..1637e4712ba 100644 --- a/Sources/Services/AWSTranscribeStreaming/Package.swift.txt +++ b/Sources/Services/AWSTranscribeStreaming/Package.swift.txt @@ -45,7 +45,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -53,39 +53,39 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyEventStreams", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyEventStreamsAPI", package: "smithy-swift" ), .product( - name: "SmithyEventStreams", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyEventStreamsAPI", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/Models.swift b/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/Models.swift index 3082d31e0ba..c8e12819596 100644 --- a/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/Models.swift +++ b/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/Models.swift @@ -58,8 +58,7 @@ extension TranscribeStreamingClientTypes { endTime: Swift.Double = 0.0, startTime: Swift.Double = 0.0, type: Swift.String? = nil - ) - { + ) { self.category = category self.confidence = confidence self.content = content @@ -129,8 +128,7 @@ extension TranscribeStreamingClientTypes { startTime: Swift.Double = 0.0, type: TranscribeStreamingClientTypes.ItemType? = nil, vocabularyFilterMatch: Swift.Bool = false - ) - { + ) { self.confidence = confidence self.content = content self.endTime = endTime @@ -158,8 +156,7 @@ extension TranscribeStreamingClientTypes { entities: [TranscribeStreamingClientTypes.Entity]? = nil, items: [TranscribeStreamingClientTypes.Item]? = nil, transcript: Swift.String? = nil - ) - { + ) { self.entities = entities self.items = items self.transcript = transcript @@ -176,8 +173,7 @@ extension TranscribeStreamingClientTypes { public init( audioChunk: Foundation.Data? = nil - ) - { + ) { self.audioChunk = audioChunk } } @@ -226,8 +222,7 @@ extension TranscribeStreamingClientTypes { public init( channelId: Swift.Int = 0, participantRole: TranscribeStreamingClientTypes.ParticipantRole? = nil - ) - { + ) { self.channelId = channelId self.participantRole = participantRole } @@ -307,8 +302,7 @@ extension TranscribeStreamingClientTypes { dataAccessRoleArn: Swift.String? = nil, outputEncryptionKMSKeyId: Swift.String? = nil, outputLocation: Swift.String? = nil - ) - { + ) { self.contentRedactionOutput = contentRedactionOutput self.dataAccessRoleArn = dataAccessRoleArn self.outputEncryptionKMSKeyId = outputEncryptionKMSKeyId @@ -329,8 +323,7 @@ extension TranscribeStreamingClientTypes { public init( channelDefinitions: [TranscribeStreamingClientTypes.ChannelDefinition]? = nil, postCallAnalyticsSettings: TranscribeStreamingClientTypes.PostCallAnalyticsSettings? = nil - ) - { + ) { self.channelDefinitions = channelDefinitions self.postCallAnalyticsSettings = postCallAnalyticsSettings } @@ -367,8 +360,7 @@ public struct BadRequestException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -397,8 +389,7 @@ extension TranscribeStreamingClientTypes { content: Swift.String? = nil, endOffsetMillis: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.category = category self.confidence = confidence @@ -436,8 +427,7 @@ extension TranscribeStreamingClientTypes { stable: Swift.Bool? = nil, type: TranscribeStreamingClientTypes.ItemType? = nil, vocabularyFilterMatch: Swift.Bool = false - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.confidence = confidence self.content = content @@ -511,8 +501,7 @@ extension TranscribeStreamingClientTypes { public init( beginOffsetMillis: Swift.Int? = nil, endOffsetMillis: Swift.Int? = nil - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.endOffsetMillis = endOffsetMillis } @@ -528,8 +517,7 @@ extension TranscribeStreamingClientTypes { public init( timestampRanges: [TranscribeStreamingClientTypes.TimestampRange]? = nil - ) - { + ) { self.timestampRanges = timestampRanges } } @@ -547,8 +535,7 @@ extension TranscribeStreamingClientTypes { public init( matchedCategories: [Swift.String]? = nil, matchedDetails: [Swift.String: TranscribeStreamingClientTypes.PointsOfInterest]? = nil - ) - { + ) { self.matchedCategories = matchedCategories self.matchedDetails = matchedDetails } @@ -573,8 +560,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -597,8 +583,7 @@ public struct InternalFailureException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -621,8 +606,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -645,8 +629,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -663,8 +646,7 @@ extension TranscribeStreamingClientTypes { public init( begin: Swift.Int? = nil, end: Swift.Int? = nil - ) - { + ) { self.begin = begin self.end = end } @@ -680,8 +662,7 @@ extension TranscribeStreamingClientTypes { public init( characterOffsets: TranscribeStreamingClientTypes.CharacterOffsets? = nil - ) - { + ) { self.characterOffsets = characterOffsets } } @@ -758,8 +739,7 @@ extension TranscribeStreamingClientTypes { sentiment: TranscribeStreamingClientTypes.Sentiment? = nil, transcript: Swift.String? = nil, utteranceId: Swift.String? = nil - ) - { + ) { self.beginOffsetMillis = beginOffsetMillis self.endOffsetMillis = endOffsetMillis self.entities = entities @@ -1035,8 +1015,7 @@ extension TranscribeStreamingClientTypes { public init( languageCode: TranscribeStreamingClientTypes.LanguageCode? = nil, score: Swift.Double = 0.0 - ) - { + ) { self.languageCode = languageCode self.score = score } @@ -1096,8 +1075,7 @@ extension TranscribeStreamingClientTypes { content: Swift.String? = nil, endTime: Swift.Double = 0.0, startTime: Swift.Double = 0.0 - ) - { + ) { self.category = category self.confidence = confidence self.content = content @@ -1131,8 +1109,7 @@ extension TranscribeStreamingClientTypes { speaker: Swift.String? = nil, startTime: Swift.Double = 0.0, type: TranscribeStreamingClientTypes.ItemType? = nil - ) - { + ) { self.confidence = confidence self.content = content self.endTime = endTime @@ -1158,8 +1135,7 @@ extension TranscribeStreamingClientTypes { entities: [TranscribeStreamingClientTypes.MedicalEntity]? = nil, items: [TranscribeStreamingClientTypes.MedicalItem]? = nil, transcript: Swift.String? = nil - ) - { + ) { self.entities = entities self.items = items self.transcript = transcript @@ -1217,8 +1193,7 @@ extension TranscribeStreamingClientTypes { isPartial: Swift.Bool = false, resultId: Swift.String? = nil, startTime: Swift.Double = 0.0 - ) - { + ) { self.alternatives = alternatives self.channelId = channelId self.endTime = endTime @@ -1238,8 +1213,7 @@ extension TranscribeStreamingClientTypes { public init( results: [TranscribeStreamingClientTypes.MedicalResult]? = nil - ) - { + ) { self.results = results } } @@ -1254,8 +1228,7 @@ extension TranscribeStreamingClientTypes { public init( transcript: TranscribeStreamingClientTypes.MedicalTranscript? = nil - ) - { + ) { self.transcript = transcript } } @@ -1333,8 +1306,7 @@ extension TranscribeStreamingClientTypes { languageIdentification: [TranscribeStreamingClientTypes.LanguageWithScore]? = nil, resultId: Swift.String? = nil, startTime: Swift.Double = 0.0 - ) - { + ) { self.alternatives = alternatives self.channelId = channelId self.endTime = endTime @@ -1478,8 +1450,7 @@ public struct StartCallAnalyticsStreamTranscriptionInput: Swift.Sendable { vocabularyFilterMethod: TranscribeStreamingClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.audioStream = audioStream self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType @@ -1545,8 +1516,7 @@ public struct StartCallAnalyticsStreamTranscriptionOutput: Swift.Sendable { vocabularyFilterMethod: TranscribeStreamingClientTypes.VocabularyFilterMethod? = nil, vocabularyFilterName: Swift.String? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.callAnalyticsTranscriptResultStream = callAnalyticsTranscriptResultStream self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType @@ -1648,8 +1618,7 @@ public struct StartMedicalStreamTranscriptionInput: Swift.Sendable { specialty: TranscribeStreamingClientTypes.Specialty? = nil, type: TranscribeStreamingClientTypes.ModelType? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.audioStream = audioStream self.contentIdentificationType = contentIdentificationType self.enableChannelIdentification = enableChannelIdentification @@ -1707,8 +1676,7 @@ public struct StartMedicalStreamTranscriptionOutput: Swift.Sendable { transcriptResultStream: AsyncThrowingStream? = nil, type: TranscribeStreamingClientTypes.ModelType? = nil, vocabularyName: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.enableChannelIdentification = enableChannelIdentification self.languageCode = languageCode @@ -1809,8 +1777,7 @@ public struct StartStreamTranscriptionInput: Swift.Sendable { vocabularyFilterNames: Swift.String? = nil, vocabularyName: Swift.String? = nil, vocabularyNames: Swift.String? = nil - ) - { + ) { self.audioStream = audioStream self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType @@ -1846,8 +1813,7 @@ extension TranscribeStreamingClientTypes { public init( results: [TranscribeStreamingClientTypes.Result]? = nil - ) - { + ) { self.results = results } } @@ -1862,8 +1828,7 @@ extension TranscribeStreamingClientTypes { public init( transcript: TranscribeStreamingClientTypes.Transcript? = nil - ) - { + ) { self.transcript = transcript } } @@ -1954,8 +1919,7 @@ public struct StartStreamTranscriptionOutput: Swift.Sendable { vocabularyFilterNames: Swift.String? = nil, vocabularyName: Swift.String? = nil, vocabularyNames: Swift.String? = nil - ) - { + ) { self.contentIdentificationType = contentIdentificationType self.contentRedactionType = contentRedactionType self.enableChannelIdentification = enableChannelIdentification diff --git a/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/TranscribeStreamingClient.swift b/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/TranscribeStreamingClient.swift index ead29559bd4..6b5d5e3cfea 100644 --- a/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/TranscribeStreamingClient.swift +++ b/Sources/Services/AWSTranscribeStreaming/Sources/AWSTranscribeStreaming/TranscribeStreamingClient.swift @@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TranscribeStreamingClient: ClientRuntime.Client { public static let clientName = "TranscribeStreamingClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TranscribeStreamingClient.TranscribeStreamingClientConfiguration let serviceName = "Transcribe Streaming" diff --git a/Sources/Services/AWSTransfer/Package.swift.txt b/Sources/Services/AWSTransfer/Package.swift.txt index edb37b0177d..69e438cbcde 100644 --- a/Sources/Services/AWSTransfer/Package.swift.txt +++ b/Sources/Services/AWSTransfer/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTransfer/Sources/AWSTransfer/Models.swift b/Sources/Services/AWSTransfer/Sources/AWSTransfer/Models.swift index 9149c91d660..b1b50fc0f96 100644 --- a/Sources/Services/AWSTransfer/Sources/AWSTransfer/Models.swift +++ b/Sources/Services/AWSTransfer/Sources/AWSTransfer/Models.swift @@ -127,8 +127,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -152,8 +151,7 @@ public struct InternalServiceError: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -177,8 +175,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -208,8 +205,7 @@ public struct ResourceExistsException: ClientRuntime.ModeledError, AWSClientRunt message: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resource = resource self.properties.resourceType = resourceType @@ -241,8 +237,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resource: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resource = resource self.properties.resourceType = resourceType @@ -267,8 +262,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -291,8 +285,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( retryAfterSeconds: Swift.String? = nil - ) - { + ) { self.properties.retryAfterSeconds = retryAfterSeconds } } @@ -398,8 +391,7 @@ extension TransferClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -452,8 +444,7 @@ public struct CreateAgreementInput: Swift.Sendable { serverId: Swift.String? = nil, status: TransferClientTypes.AgreementStatusType? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.accessRole = accessRole self.baseDirectory = baseDirectory self.description = description @@ -474,8 +465,7 @@ public struct CreateAgreementOutput: Swift.Sendable { public init( agreementId: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId } } @@ -491,8 +481,7 @@ public struct DeleteAgreementInput: Swift.Sendable { public init( agreementId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId self.serverId = serverId } @@ -509,8 +498,7 @@ public struct DescribeAgreementInput: Swift.Sendable { public init( agreementId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId self.serverId = serverId } @@ -567,8 +555,7 @@ extension TransferClientTypes { serverId: Swift.String? = nil, status: TransferClientTypes.AgreementStatusType? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.accessRole = accessRole self.agreementId = agreementId self.arn = arn @@ -592,8 +579,7 @@ public struct DescribeAgreementOutput: Swift.Sendable { public init( agreement: TransferClientTypes.DescribedAgreement? = nil - ) - { + ) { self.agreement = agreement } } @@ -617,8 +603,7 @@ public struct InvalidNextTokenException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -636,8 +621,7 @@ public struct ListAgreementsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverId = serverId @@ -671,8 +655,7 @@ extension TransferClientTypes { partnerProfileId: Swift.String? = nil, serverId: Swift.String? = nil, status: TransferClientTypes.AgreementStatusType? = nil - ) - { + ) { self.agreementId = agreementId self.arn = arn self.description = description @@ -694,8 +677,7 @@ public struct ListAgreementsOutput: Swift.Sendable { public init( agreements: [TransferClientTypes.ListedAgreement]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.agreements = agreements self.nextToken = nextToken } @@ -744,8 +726,7 @@ public struct UpdateAgreementInput: Swift.Sendable { preserveFilename: TransferClientTypes.PreserveFilenameType? = nil, serverId: Swift.String? = nil, status: TransferClientTypes.AgreementStatusType? = nil - ) - { + ) { self.accessRole = accessRole self.agreementId = agreementId self.baseDirectory = baseDirectory @@ -766,8 +747,7 @@ public struct UpdateAgreementOutput: Swift.Sendable { public init( agreementId: Swift.String? = nil - ) - { + ) { self.agreementId = agreementId } } @@ -1027,8 +1007,7 @@ extension TransferClientTypes { partnerProfileId: Swift.String? = nil, preserveContentType: TransferClientTypes.PreserveContentType? = nil, signingAlgorithm: TransferClientTypes.SigningAlg? = nil - ) - { + ) { self.basicAuthSecretId = basicAuthSecretId self.compression = compression self.encryptionAlgorithm = encryptionAlgorithm @@ -1076,8 +1055,7 @@ public struct DeleteCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -1089,8 +1067,7 @@ public struct DescribeCertificateInput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -1243,8 +1220,7 @@ extension TransferClientTypes { tags: [TransferClientTypes.Tag]? = nil, type: TransferClientTypes.CertificateType? = nil, usage: TransferClientTypes.CertificateUsageType? = nil - ) - { + ) { self.activeDate = activeDate self.arn = arn self.certificate = certificate @@ -1275,8 +1251,7 @@ public struct DescribeCertificateOutput: Swift.Sendable { public init( certificate: TransferClientTypes.DescribedCertificate? = nil - ) - { + ) { self.certificate = certificate } } @@ -1320,8 +1295,7 @@ public struct ImportCertificateInput: Swift.Sendable { privateKey: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil, usage: TransferClientTypes.CertificateUsageType? = nil - ) - { + ) { self.activeDate = activeDate self.certificate = certificate self.certificateChain = certificateChain @@ -1345,8 +1319,7 @@ public struct ImportCertificateOutput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -1360,8 +1333,7 @@ public struct ListCertificatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1403,8 +1375,7 @@ extension TransferClientTypes { status: TransferClientTypes.CertificateStatusType? = nil, type: TransferClientTypes.CertificateType? = nil, usage: TransferClientTypes.CertificateUsageType? = nil - ) - { + ) { self.activeDate = activeDate self.arn = arn self.certificateId = certificateId @@ -1427,8 +1398,7 @@ public struct ListCertificatesOutput: Swift.Sendable { public init( certificates: [TransferClientTypes.ListedCertificate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.certificates = certificates self.nextToken = nextToken } @@ -1450,8 +1420,7 @@ public struct UpdateCertificateInput: Swift.Sendable { certificateId: Swift.String? = nil, description: Swift.String? = nil, inactiveDate: Foundation.Date? = nil - ) - { + ) { self.activeDate = activeDate self.certificateId = certificateId self.description = description @@ -1466,8 +1435,7 @@ public struct UpdateCertificateOutput: Swift.Sendable { public init( certificateId: Swift.String? = nil - ) - { + ) { self.certificateId = certificateId } } @@ -1491,8 +1459,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1552,8 +1519,7 @@ extension TransferClientTypes { failureMessage: Swift.String? = nil, filePath: Swift.String? = nil, statusCode: TransferClientTypes.TransferTableStatus? = nil - ) - { + ) { self.failureCode = failureCode self.failureMessage = failureMessage self.filePath = filePath @@ -1581,8 +1547,7 @@ extension TransferClientTypes { public init( trustedHostKeys: [Swift.String]? = nil, userSecretId: Swift.String? = nil - ) - { + ) { self.trustedHostKeys = trustedHostKeys self.userSecretId = userSecretId } @@ -1615,8 +1580,7 @@ public struct CreateConnectorInput: Swift.Sendable { sftpConfig: TransferClientTypes.SftpConnectorConfig? = nil, tags: [TransferClientTypes.Tag]? = nil, url: Swift.String? = nil - ) - { + ) { self.accessRole = accessRole self.as2Config = as2Config self.loggingRole = loggingRole @@ -1634,8 +1598,7 @@ public struct CreateConnectorOutput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -1647,8 +1610,7 @@ public struct DeleteConnectorInput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -1660,8 +1622,7 @@ public struct DescribeConnectorInput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -1703,8 +1664,7 @@ extension TransferClientTypes { sftpConfig: TransferClientTypes.SftpConnectorConfig? = nil, tags: [TransferClientTypes.Tag]? = nil, url: Swift.String? = nil - ) - { + ) { self.accessRole = accessRole self.arn = arn self.as2Config = as2Config @@ -1726,8 +1686,7 @@ public struct DescribeConnectorOutput: Swift.Sendable { public init( connector: TransferClientTypes.DescribedConnector? = nil - ) - { + ) { self.connector = connector } } @@ -1741,8 +1700,7 @@ public struct ListConnectorsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1763,8 +1721,7 @@ extension TransferClientTypes { arn: Swift.String? = nil, connectorId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.arn = arn self.connectorId = connectorId self.url = url @@ -1782,8 +1739,7 @@ public struct ListConnectorsOutput: Swift.Sendable { public init( connectors: [TransferClientTypes.ListedConnector]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectors = connectors self.nextToken = nextToken } @@ -1814,8 +1770,7 @@ public struct UpdateConnectorInput: Swift.Sendable { securityPolicyName: Swift.String? = nil, sftpConfig: TransferClientTypes.SftpConnectorConfig? = nil, url: Swift.String? = nil - ) - { + ) { self.accessRole = accessRole self.as2Config = as2Config self.connectorId = connectorId @@ -1833,8 +1788,7 @@ public struct UpdateConnectorOutput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -1851,8 +1805,7 @@ extension TransferClientTypes { public init( fileSystemId: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.fileSystemId = fileSystemId self.path = path } @@ -1871,8 +1824,7 @@ extension TransferClientTypes { public init( bucket: Swift.String? = nil, key: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key } @@ -1891,8 +1843,7 @@ extension TransferClientTypes { public init( efsFileLocation: TransferClientTypes.EfsFileLocation? = nil, s3FileLocation: TransferClientTypes.S3InputFileLocation? = nil - ) - { + ) { self.efsFileLocation = efsFileLocation self.s3FileLocation = s3FileLocation } @@ -1958,8 +1909,7 @@ extension TransferClientTypes { name: Swift.String? = nil, overwriteExisting: TransferClientTypes.OverwriteExisting? = nil, sourceFileLocation: Swift.String? = nil - ) - { + ) { self.destinationFileLocation = destinationFileLocation self.name = name self.overwriteExisting = overwriteExisting @@ -2014,8 +1964,7 @@ extension TransferClientTypes { entry: Swift.String? = nil, target: Swift.String? = nil, type: TransferClientTypes.MapType? = nil - ) - { + ) { self.entry = entry self.target = target self.type = type @@ -2069,8 +2018,7 @@ extension TransferClientTypes { gid: Swift.Int? = nil, secondaryGids: [Swift.Int]? = nil, uid: Swift.Int? = nil - ) - { + ) { self.gid = gid self.secondaryGids = secondaryGids self.uid = uid @@ -2108,8 +2056,7 @@ public struct CreateAccessInput: Swift.Sendable { posixProfile: TransferClientTypes.PosixProfile? = nil, role: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings @@ -2132,8 +2079,7 @@ public struct CreateAccessOutput: Swift.Sendable { public init( externalId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.serverId = serverId } @@ -2189,8 +2135,7 @@ public struct CreateProfileInput: Swift.Sendable { certificateIds: [Swift.String]? = nil, profileType: TransferClientTypes.ProfileType? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.as2Id = as2Id self.certificateIds = certificateIds self.profileType = profileType @@ -2205,8 +2150,7 @@ public struct CreateProfileOutput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -2273,8 +2217,7 @@ extension TransferClientTypes { subnetIds: [Swift.String]? = nil, vpcEndpointId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.addressAllocationIds = addressAllocationIds self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -2380,8 +2323,7 @@ extension TransferClientTypes { invocationRole: Swift.String? = nil, sftpAuthenticationMethods: TransferClientTypes.SftpAuthenticationMethods? = nil, url: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.function = function self.invocationRole = invocationRole @@ -2512,8 +2454,7 @@ extension TransferClientTypes { passiveIp: Swift.String? = nil, setStatOption: TransferClientTypes.SetStatOption? = nil, tlsSessionResumptionMode: TransferClientTypes.TlsSessionResumptionMode? = nil - ) - { + ) { self.as2Transports = as2Transports self.passiveIp = passiveIp self.setStatOption = setStatOption @@ -2596,8 +2537,7 @@ extension TransferClientTypes { public init( directoryListingOptimization: TransferClientTypes.DirectoryListingOptimization? = nil - ) - { + ) { self.directoryListingOptimization = directoryListingOptimization } } @@ -2617,8 +2557,7 @@ extension TransferClientTypes { public init( executionRole: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.executionRole = executionRole self.workflowId = workflowId } @@ -2637,8 +2576,7 @@ extension TransferClientTypes { public init( onPartialUpload: [TransferClientTypes.WorkflowDetail]? = nil, onUpload: [TransferClientTypes.WorkflowDetail]? = nil - ) - { + ) { self.onPartialUpload = onPartialUpload self.onUpload = onUpload } @@ -2741,8 +2679,7 @@ public struct CreateServerInput: Swift.Sendable { structuredLogDestinations: [Swift.String]? = nil, tags: [TransferClientTypes.Tag]? = nil, workflowDetails: TransferClientTypes.WorkflowDetails? = nil - ) - { + ) { self.certificate = certificate self.domain = domain self.endpointDetails = endpointDetails @@ -2775,8 +2712,7 @@ public struct CreateServerOutput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -2823,8 +2759,7 @@ public struct CreateUserInput: Swift.Sendable { sshPublicKeyBody: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings self.homeDirectoryType = homeDirectoryType @@ -2849,8 +2784,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( serverId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.userName = userName } @@ -2868,8 +2802,7 @@ extension TransferClientTypes { public init( instanceArn: Swift.String? = nil, role: Swift.String? = nil - ) - { + ) { self.instanceArn = instanceArn self.role = role } @@ -2912,8 +2845,7 @@ public struct CreateWebAppInput: Swift.Sendable { identityProviderDetails: TransferClientTypes.WebAppIdentityProviderDetails? = nil, tags: [TransferClientTypes.Tag]? = nil, webAppUnits: TransferClientTypes.WebAppUnits? = nil - ) - { + ) { self.accessEndpoint = accessEndpoint self.identityProviderDetails = identityProviderDetails self.tags = tags @@ -2928,8 +2860,7 @@ public struct CreateWebAppOutput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -2956,8 +2887,7 @@ extension TransferClientTypes { sourceFileLocation: Swift.String? = nil, target: Swift.String? = nil, timeoutSeconds: Swift.Int? = nil - ) - { + ) { self.name = name self.sourceFileLocation = sourceFileLocation self.target = target @@ -3027,8 +2957,7 @@ extension TransferClientTypes { overwriteExisting: TransferClientTypes.OverwriteExisting? = nil, sourceFileLocation: Swift.String? = nil, type: TransferClientTypes.EncryptionType? = nil - ) - { + ) { self.destinationFileLocation = destinationFileLocation self.name = name self.overwriteExisting = overwriteExisting @@ -3054,8 +2983,7 @@ extension TransferClientTypes { public init( name: Swift.String? = nil, sourceFileLocation: Swift.String? = nil - ) - { + ) { self.name = name self.sourceFileLocation = sourceFileLocation } @@ -3076,8 +3004,7 @@ extension TransferClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -3103,8 +3030,7 @@ extension TransferClientTypes { name: Swift.String? = nil, sourceFileLocation: Swift.String? = nil, tags: [TransferClientTypes.S3Tag]? = nil - ) - { + ) { self.name = name self.sourceFileLocation = sourceFileLocation self.tags = tags @@ -3200,8 +3126,7 @@ extension TransferClientTypes { deleteStepDetails: TransferClientTypes.DeleteStepDetails? = nil, tagStepDetails: TransferClientTypes.TagStepDetails? = nil, type: TransferClientTypes.WorkflowStepType? = nil - ) - { + ) { self.copyStepDetails = copyStepDetails self.customStepDetails = customStepDetails self.decryptStepDetails = decryptStepDetails @@ -3241,8 +3166,7 @@ public struct CreateWorkflowInput: Swift.Sendable { onExceptionSteps: [TransferClientTypes.WorkflowStep]? = nil, steps: [TransferClientTypes.WorkflowStep]? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.onExceptionSteps = onExceptionSteps self.steps = steps @@ -3257,8 +3181,7 @@ public struct CreateWorkflowOutput: Swift.Sendable { public init( workflowId: Swift.String? = nil - ) - { + ) { self.workflowId = workflowId } } @@ -3303,8 +3226,7 @@ public struct DeleteAccessInput: Swift.Sendable { public init( externalId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.serverId = serverId } @@ -3321,8 +3243,7 @@ public struct DeleteHostKeyInput: Swift.Sendable { public init( hostKeyId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.hostKeyId = hostKeyId self.serverId = serverId } @@ -3335,8 +3256,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -3348,8 +3268,7 @@ public struct DeleteServerInput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -3369,8 +3288,7 @@ public struct DeleteSshPublicKeyInput: Swift.Sendable { serverId: Swift.String? = nil, sshPublicKeyId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.sshPublicKeyId = sshPublicKeyId self.userName = userName @@ -3388,8 +3306,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( serverId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.userName = userName } @@ -3402,8 +3319,7 @@ public struct DeleteWebAppInput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -3415,8 +3331,7 @@ public struct DeleteWebAppCustomizationInput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -3428,8 +3343,7 @@ public struct DeleteWorkflowInput: Swift.Sendable { public init( workflowId: Swift.String? = nil - ) - { + ) { self.workflowId = workflowId } } @@ -3445,8 +3359,7 @@ public struct DescribeAccessInput: Swift.Sendable { public init( externalId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.serverId = serverId } @@ -3479,8 +3392,7 @@ extension TransferClientTypes { policy: Swift.String? = nil, posixProfile: TransferClientTypes.PosixProfile? = nil, role: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings @@ -3503,8 +3415,7 @@ public struct DescribeAccessOutput: Swift.Sendable { public init( access: TransferClientTypes.DescribedAccess? = nil, serverId: Swift.String? = nil - ) - { + ) { self.access = access self.serverId = serverId } @@ -3528,8 +3439,7 @@ extension TransferClientTypes { etag: Swift.String? = nil, key: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.etag = etag self.key = key @@ -3550,8 +3460,7 @@ extension TransferClientTypes { public init( efsFileLocation: TransferClientTypes.EfsFileLocation? = nil, s3FileLocation: TransferClientTypes.S3FileLocation? = nil - ) - { + ) { self.efsFileLocation = efsFileLocation self.s3FileLocation = s3FileLocation } @@ -3570,8 +3479,7 @@ extension TransferClientTypes { public init( logGroupName: Swift.String? = nil, loggingRole: Swift.String? = nil - ) - { + ) { self.logGroupName = logGroupName self.loggingRole = loggingRole } @@ -3655,8 +3563,7 @@ extension TransferClientTypes { public init( message: Swift.String? = nil, type: TransferClientTypes.ExecutionErrorType? = nil - ) - { + ) { self.message = message self.type = type } @@ -3688,8 +3595,7 @@ extension TransferClientTypes { error: TransferClientTypes.ExecutionError? = nil, outputs: Swift.String? = nil, stepType: TransferClientTypes.WorkflowStepType? = nil - ) - { + ) { self.error = error self.outputs = outputs self.stepType = stepType @@ -3709,8 +3615,7 @@ extension TransferClientTypes { public init( onExceptionSteps: [TransferClientTypes.ExecutionStepResult]? = nil, steps: [TransferClientTypes.ExecutionStepResult]? = nil - ) - { + ) { self.onExceptionSteps = onExceptionSteps self.steps = steps } @@ -3734,8 +3639,7 @@ extension TransferClientTypes { serverId: Swift.String? = nil, sessionId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.sessionId = sessionId self.userName = userName @@ -3753,8 +3657,7 @@ extension TransferClientTypes { public init( userDetails: TransferClientTypes.UserDetails? = nil - ) - { + ) { self.userDetails = userDetails } } @@ -3825,8 +3728,7 @@ extension TransferClientTypes { results: TransferClientTypes.ExecutionResults? = nil, serviceMetadata: TransferClientTypes.ServiceMetadata? = nil, status: TransferClientTypes.ExecutionStatus? = nil - ) - { + ) { self.executionId = executionId self.executionRole = executionRole self.initialFileLocation = initialFileLocation @@ -3877,8 +3779,7 @@ extension TransferClientTypes { hostKeyId: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.dateImported = dateImported self.description = description @@ -3905,8 +3806,7 @@ extension TransferClientTypes { applicationArn: Swift.String? = nil, instanceArn: Swift.String? = nil, role: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.instanceArn = instanceArn self.role = role @@ -3939,8 +3839,7 @@ extension TransferClientTypes { profileId: Swift.String? = nil, profileType: TransferClientTypes.ProfileType? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.as2Id = as2Id self.certificateIds = certificateIds @@ -4043,8 +3942,7 @@ extension TransferClientTypes { sshMacs: [Swift.String]? = nil, tlsCiphers: [Swift.String]? = nil, type: TransferClientTypes.SecurityPolicyResourceType? = nil - ) - { + ) { self.fips = fips self.protocols = protocols self.securityPolicyName = securityPolicyName @@ -4202,8 +4100,7 @@ extension TransferClientTypes { tags: [TransferClientTypes.Tag]? = nil, userCount: Swift.Int? = nil, workflowDetails: TransferClientTypes.WorkflowDetails? = nil - ) - { + ) { self.arn = arn self.as2ServiceManagedEgressIpAddresses = as2ServiceManagedEgressIpAddresses self.certificate = certificate @@ -4248,8 +4145,7 @@ extension TransferClientTypes { dateImported: Foundation.Date? = nil, sshPublicKeyBody: Swift.String? = nil, sshPublicKeyId: Swift.String? = nil - ) - { + ) { self.dateImported = dateImported self.sshPublicKeyBody = sshPublicKeyBody self.sshPublicKeyId = sshPublicKeyId @@ -4294,8 +4190,7 @@ extension TransferClientTypes { sshPublicKeys: [TransferClientTypes.SshPublicKey]? = nil, tags: [TransferClientTypes.Tag]? = nil, userName: Swift.String? = nil - ) - { + ) { self.arn = arn self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings @@ -4349,8 +4244,7 @@ extension TransferClientTypes { webAppEndpoint: Swift.String? = nil, webAppId: Swift.String? = nil, webAppUnits: TransferClientTypes.WebAppUnits? = nil - ) - { + ) { self.accessEndpoint = accessEndpoint self.arn = arn self.describedIdentityProviderDetails = describedIdentityProviderDetails @@ -4385,8 +4279,7 @@ extension TransferClientTypes { logoFile: Foundation.Data? = nil, title: Swift.String? = nil, webAppId: Swift.String? = nil - ) - { + ) { self.arn = arn self.faviconFile = faviconFile self.logoFile = logoFile @@ -4426,8 +4319,7 @@ extension TransferClientTypes { steps: [TransferClientTypes.WorkflowStep]? = nil, tags: [TransferClientTypes.Tag]? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.onExceptionSteps = onExceptionSteps @@ -4449,8 +4341,7 @@ public struct DescribeExecutionInput: Swift.Sendable { public init( executionId: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.workflowId = workflowId } @@ -4467,8 +4358,7 @@ public struct DescribeExecutionOutput: Swift.Sendable { public init( execution: TransferClientTypes.DescribedExecution? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.execution = execution self.workflowId = workflowId } @@ -4485,8 +4375,7 @@ public struct DescribeHostKeyInput: Swift.Sendable { public init( hostKeyId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.hostKeyId = hostKeyId self.serverId = serverId } @@ -4499,8 +4388,7 @@ public struct DescribeHostKeyOutput: Swift.Sendable { public init( hostKey: TransferClientTypes.DescribedHostKey? = nil - ) - { + ) { self.hostKey = hostKey } } @@ -4512,8 +4400,7 @@ public struct DescribeProfileInput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -4525,8 +4412,7 @@ public struct DescribeProfileOutput: Swift.Sendable { public init( profile: TransferClientTypes.DescribedProfile? = nil - ) - { + ) { self.profile = profile } } @@ -4538,8 +4424,7 @@ public struct DescribeSecurityPolicyInput: Swift.Sendable { public init( securityPolicyName: Swift.String? = nil - ) - { + ) { self.securityPolicyName = securityPolicyName } } @@ -4551,8 +4436,7 @@ public struct DescribeSecurityPolicyOutput: Swift.Sendable { public init( securityPolicy: TransferClientTypes.DescribedSecurityPolicy? = nil - ) - { + ) { self.securityPolicy = securityPolicy } } @@ -4564,8 +4448,7 @@ public struct DescribeServerInput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -4577,8 +4460,7 @@ public struct DescribeServerOutput: Swift.Sendable { public init( server: TransferClientTypes.DescribedServer? = nil - ) - { + ) { self.server = server } } @@ -4594,8 +4476,7 @@ public struct DescribeUserInput: Swift.Sendable { public init( serverId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.userName = userName } @@ -4612,8 +4493,7 @@ public struct DescribeUserOutput: Swift.Sendable { public init( serverId: Swift.String? = nil, user: TransferClientTypes.DescribedUser? = nil - ) - { + ) { self.serverId = serverId self.user = user } @@ -4626,8 +4506,7 @@ public struct DescribeWebAppInput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -4639,8 +4518,7 @@ public struct DescribeWebAppOutput: Swift.Sendable { public init( webApp: TransferClientTypes.DescribedWebApp? = nil - ) - { + ) { self.webApp = webApp } } @@ -4652,8 +4530,7 @@ public struct DescribeWebAppCustomizationInput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -4665,8 +4542,7 @@ public struct DescribeWebAppCustomizationOutput: Swift.Sendable { public init( webAppCustomization: TransferClientTypes.DescribedWebAppCustomization? = nil - ) - { + ) { self.webAppCustomization = webAppCustomization } } @@ -4678,8 +4554,7 @@ public struct DescribeWorkflowInput: Swift.Sendable { public init( workflowId: Swift.String? = nil - ) - { + ) { self.workflowId = workflowId } } @@ -4691,8 +4566,7 @@ public struct DescribeWorkflowOutput: Swift.Sendable { public init( workflow: TransferClientTypes.DescribedWorkflow? = nil - ) - { + ) { self.workflow = workflow } } @@ -4714,8 +4588,7 @@ public struct ImportHostKeyInput: Swift.Sendable { hostKeyBody: Swift.String? = nil, serverId: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.hostKeyBody = hostKeyBody self.serverId = serverId @@ -4739,8 +4612,7 @@ public struct ImportHostKeyOutput: Swift.Sendable { public init( hostKeyId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.hostKeyId = hostKeyId self.serverId = serverId } @@ -4761,8 +4633,7 @@ public struct ImportSshPublicKeyInput: Swift.Sendable { serverId: Swift.String? = nil, sshPublicKeyBody: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.sshPublicKeyBody = sshPublicKeyBody self.userName = userName @@ -4785,8 +4656,7 @@ public struct ImportSshPublicKeyOutput: Swift.Sendable { serverId: Swift.String? = nil, sshPublicKeyId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.sshPublicKeyId = sshPublicKeyId self.userName = userName @@ -4806,8 +4676,7 @@ public struct ListAccessesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverId = serverId @@ -4832,8 +4701,7 @@ extension TransferClientTypes { homeDirectory: Swift.String? = nil, homeDirectoryType: TransferClientTypes.HomeDirectoryType? = nil, role: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.homeDirectory = homeDirectory self.homeDirectoryType = homeDirectoryType @@ -4856,8 +4724,7 @@ public struct ListAccessesOutput: Swift.Sendable { accesses: [TransferClientTypes.ListedAccess]? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.accesses = accesses self.nextToken = nextToken self.serverId = serverId @@ -4882,8 +4749,7 @@ extension TransferClientTypes { initialFileLocation: TransferClientTypes.FileLocation? = nil, serviceMetadata: TransferClientTypes.ServiceMetadata? = nil, status: TransferClientTypes.ExecutionStatus? = nil - ) - { + ) { self.executionId = executionId self.initialFileLocation = initialFileLocation self.serviceMetadata = serviceMetadata @@ -4927,8 +4793,7 @@ extension TransferClientTypes { fingerprint: Swift.String? = nil, hostKeyId: Swift.String? = nil, type: Swift.String? = nil - ) - { + ) { self.arn = arn self.dateImported = dateImported self.description = description @@ -4957,8 +4822,7 @@ extension TransferClientTypes { as2Id: Swift.String? = nil, profileId: Swift.String? = nil, profileType: TransferClientTypes.ProfileType? = nil - ) - { + ) { self.arn = arn self.as2Id = as2Id self.profileId = profileId @@ -4998,8 +4862,7 @@ extension TransferClientTypes { serverId: Swift.String? = nil, state: TransferClientTypes.State? = nil, userCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.domain = domain self.endpointType = endpointType @@ -5037,8 +4900,7 @@ extension TransferClientTypes { role: Swift.String? = nil, sshPublicKeyCount: Swift.Int? = nil, userName: Swift.String? = nil - ) - { + ) { self.arn = arn self.homeDirectory = homeDirectory self.homeDirectoryType = homeDirectoryType @@ -5069,8 +4931,7 @@ extension TransferClientTypes { arn: Swift.String? = nil, webAppEndpoint: Swift.String? = nil, webAppId: Swift.String? = nil - ) - { + ) { self.accessEndpoint = accessEndpoint self.arn = arn self.webAppEndpoint = webAppEndpoint @@ -5094,8 +4955,7 @@ extension TransferClientTypes { arn: Swift.String? = nil, description: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.workflowId = workflowId @@ -5116,8 +4976,7 @@ public struct ListExecutionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workflowId = workflowId @@ -5138,8 +4997,7 @@ public struct ListExecutionsOutput: Swift.Sendable { executions: [TransferClientTypes.ListedExecution]? = nil, nextToken: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.executions = executions self.nextToken = nextToken self.workflowId = workflowId @@ -5163,8 +5021,7 @@ public struct ListFileTransferResultsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, transferId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId self.maxResults = maxResults self.nextToken = nextToken @@ -5190,8 +5047,7 @@ public struct ListFileTransferResultsOutput: Swift.Sendable { public init( fileTransferResults: [TransferClientTypes.ConnectorFileTransferResult]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fileTransferResults = fileTransferResults self.nextToken = nextToken } @@ -5210,8 +5066,7 @@ public struct ListHostKeysInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverId = serverId @@ -5232,8 +5087,7 @@ public struct ListHostKeysOutput: Swift.Sendable { hostKeys: [TransferClientTypes.ListedHostKey]? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.hostKeys = hostKeys self.nextToken = nextToken self.serverId = serverId @@ -5252,8 +5106,7 @@ public struct ListProfilesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, profileType: TransferClientTypes.ProfileType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileType = profileType @@ -5270,8 +5123,7 @@ public struct ListProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profiles: [TransferClientTypes.ListedProfile]? = nil - ) - { + ) { self.nextToken = nextToken self.profiles = profiles } @@ -5286,8 +5138,7 @@ public struct ListSecurityPoliciesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5303,8 +5154,7 @@ public struct ListSecurityPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, securityPolicyNames: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.securityPolicyNames = securityPolicyNames } @@ -5319,8 +5169,7 @@ public struct ListServersInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5336,8 +5185,7 @@ public struct ListServersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, servers: [TransferClientTypes.ListedServer]? = nil - ) - { + ) { self.nextToken = nextToken self.servers = servers } @@ -5356,8 +5204,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { arn: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.arn = arn self.maxResults = maxResults self.nextToken = nextToken @@ -5376,8 +5223,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { arn: Swift.String? = nil, nextToken: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.nextToken = nextToken self.tags = tags @@ -5397,8 +5243,7 @@ public struct ListUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serverId = serverId @@ -5419,8 +5264,7 @@ public struct ListUsersOutput: Swift.Sendable { nextToken: Swift.String? = nil, serverId: Swift.String? = nil, users: [TransferClientTypes.ListedUser]? = nil - ) - { + ) { self.nextToken = nextToken self.serverId = serverId self.users = users @@ -5436,8 +5280,7 @@ public struct ListWebAppsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5453,8 +5296,7 @@ public struct ListWebAppsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, webApps: [TransferClientTypes.ListedWebApp]? = nil - ) - { + ) { self.nextToken = nextToken self.webApps = webApps } @@ -5469,8 +5311,7 @@ public struct ListWorkflowsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5486,8 +5327,7 @@ public struct ListWorkflowsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workflows: [TransferClientTypes.ListedWorkflow]? = nil - ) - { + ) { self.nextToken = nextToken self.workflows = workflows } @@ -5503,8 +5343,7 @@ public struct UpdateProfileInput: Swift.Sendable { public init( certificateIds: [Swift.String]? = nil, profileId: Swift.String? = nil - ) - { + ) { self.certificateIds = certificateIds self.profileId = profileId } @@ -5517,8 +5356,7 @@ public struct UpdateProfileOutput: Swift.Sendable { public init( profileId: Swift.String? = nil - ) - { + ) { self.profileId = profileId } } @@ -5542,8 +5380,7 @@ public struct SendWorkflowStepStateInput: Swift.Sendable { status: TransferClientTypes.CustomStepStatus? = nil, token: Swift.String? = nil, workflowId: Swift.String? = nil - ) - { + ) { self.executionId = executionId self.status = status self.token = token @@ -5647,8 +5484,7 @@ public struct UpdateServerInput: Swift.Sendable { serverId: Swift.String? = nil, structuredLogDestinations: [Swift.String]? = nil, workflowDetails: TransferClientTypes.WorkflowDetails? = nil - ) - { + ) { self.certificate = certificate self.endpointDetails = endpointDetails self.endpointType = endpointType @@ -5679,8 +5515,7 @@ public struct UpdateServerOutput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -5703,8 +5538,7 @@ public struct StartDirectoryListingInput: Swift.Sendable { maxItems: Swift.Int? = nil, outputDirectoryPath: Swift.String? = nil, remoteDirectoryPath: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId self.maxItems = maxItems self.outputDirectoryPath = outputDirectoryPath @@ -5723,8 +5557,7 @@ public struct StartDirectoryListingOutput: Swift.Sendable { public init( listingId: Swift.String? = nil, outputFileName: Swift.String? = nil - ) - { + ) { self.listingId = listingId self.outputFileName = outputFileName } @@ -5749,8 +5582,7 @@ public struct StartFileTransferInput: Swift.Sendable { remoteDirectoryPath: Swift.String? = nil, retrieveFilePaths: [Swift.String]? = nil, sendFilePaths: [Swift.String]? = nil - ) - { + ) { self.connectorId = connectorId self.localDirectoryPath = localDirectoryPath self.remoteDirectoryPath = remoteDirectoryPath @@ -5766,8 +5598,7 @@ public struct StartFileTransferOutput: Swift.Sendable { public init( transferId: Swift.String? = nil - ) - { + ) { self.transferId = transferId } } @@ -5779,8 +5610,7 @@ public struct StartServerInput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -5792,8 +5622,7 @@ public struct StopServerInput: Swift.Sendable { public init( serverId: Swift.String? = nil - ) - { + ) { self.serverId = serverId } } @@ -5809,8 +5638,7 @@ public struct TagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tags: [TransferClientTypes.Tag]? = nil - ) - { + ) { self.arn = arn self.tags = tags } @@ -5823,8 +5651,7 @@ public struct TestConnectionInput: Swift.Sendable { public init( connectorId: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId } } @@ -5849,8 +5676,7 @@ public struct TestConnectionOutput: Swift.Sendable { connectorId: Swift.String? = nil, status: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.connectorId = connectorId self.status = status self.statusMessage = statusMessage @@ -5885,8 +5711,7 @@ public struct TestIdentityProviderInput: Swift.Sendable { sourceIp: Swift.String? = nil, userName: Swift.String? = nil, userPassword: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.serverProtocol = serverProtocol self.sourceIp = sourceIp @@ -5917,8 +5742,7 @@ public struct TestIdentityProviderOutput: Swift.Sendable { response: Swift.String? = nil, statusCode: Swift.Int = 0, url: Swift.String? = nil - ) - { + ) { self.message = message self.response = response self.statusCode = statusCode @@ -5937,8 +5761,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( arn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.tagKeys = tagKeys } @@ -5973,8 +5796,7 @@ public struct UpdateAccessInput: Swift.Sendable { posixProfile: TransferClientTypes.PosixProfile? = nil, role: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings @@ -5997,8 +5819,7 @@ public struct UpdateAccessOutput: Swift.Sendable { public init( externalId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.externalId = externalId self.serverId = serverId } @@ -6019,8 +5840,7 @@ public struct UpdateHostKeyInput: Swift.Sendable { description: Swift.String? = nil, hostKeyId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.description = description self.hostKeyId = hostKeyId self.serverId = serverId @@ -6038,8 +5858,7 @@ public struct UpdateHostKeyOutput: Swift.Sendable { public init( hostKeyId: Swift.String? = nil, serverId: Swift.String? = nil - ) - { + ) { self.hostKeyId = hostKeyId self.serverId = serverId } @@ -6074,8 +5893,7 @@ public struct UpdateUserInput: Swift.Sendable { role: Swift.String? = nil, serverId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.homeDirectory = homeDirectory self.homeDirectoryMappings = homeDirectoryMappings self.homeDirectoryType = homeDirectoryType @@ -6099,8 +5917,7 @@ public struct UpdateUserOutput: Swift.Sendable { public init( serverId: Swift.String? = nil, userName: Swift.String? = nil - ) - { + ) { self.serverId = serverId self.userName = userName } @@ -6122,8 +5939,7 @@ public struct UpdateWebAppCustomizationInput: Swift.Sendable { logoFile: Foundation.Data? = nil, title: Swift.String? = nil, webAppId: Swift.String? = nil - ) - { + ) { self.faviconFile = faviconFile self.logoFile = logoFile self.title = title @@ -6143,8 +5959,7 @@ public struct UpdateWebAppCustomizationOutput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } @@ -6158,8 +5973,7 @@ extension TransferClientTypes { public init( role: Swift.String? = nil - ) - { + ) { self.role = role } } @@ -6191,8 +6005,7 @@ public struct UpdateWebAppInput: Swift.Sendable { identityProviderDetails: TransferClientTypes.UpdateWebAppIdentityProviderDetails? = nil, webAppId: Swift.String? = nil, webAppUnits: TransferClientTypes.WebAppUnits? = nil - ) - { + ) { self.accessEndpoint = accessEndpoint self.identityProviderDetails = identityProviderDetails self.webAppId = webAppId @@ -6207,8 +6020,7 @@ public struct UpdateWebAppOutput: Swift.Sendable { public init( webAppId: Swift.String? = nil - ) - { + ) { self.webAppId = webAppId } } diff --git a/Sources/Services/AWSTransfer/Sources/AWSTransfer/TransferClient.swift b/Sources/Services/AWSTransfer/Sources/AWSTransfer/TransferClient.swift index a60f14345c6..264084d4ed0 100644 --- a/Sources/Services/AWSTransfer/Sources/AWSTransfer/TransferClient.swift +++ b/Sources/Services/AWSTransfer/Sources/AWSTransfer/TransferClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TransferClient: ClientRuntime.Client { public static let clientName = "TransferClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TransferClient.TransferClientConfiguration let serviceName = "Transfer" diff --git a/Sources/Services/AWSTranslate/Package.swift.txt b/Sources/Services/AWSTranslate/Package.swift.txt index 7296bd33afe..350e682a800 100644 --- a/Sources/Services/AWSTranslate/Package.swift.txt +++ b/Sources/Services/AWSTranslate/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTranslate/Sources/AWSTranslate/Models.swift b/Sources/Services/AWSTranslate/Sources/AWSTranslate/Models.swift index 58dbd9c85ce..bf276ffd7dd 100644 --- a/Sources/Services/AWSTranslate/Sources/AWSTranslate/Models.swift +++ b/Sources/Services/AWSTranslate/Sources/AWSTranslate/Models.swift @@ -43,8 +43,7 @@ extension TranslateClientTypes { public init( sourceText: Swift.String? = nil, targetText: Swift.String? = nil - ) - { + ) { self.sourceText = sourceText self.targetText = targetText } @@ -63,8 +62,7 @@ extension TranslateClientTypes { public init( name: Swift.String? = nil, terms: [TranslateClientTypes.Term]? = nil - ) - { + ) { self.name = name self.terms = terms } @@ -89,8 +87,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -113,8 +110,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +133,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -161,8 +156,7 @@ public struct InvalidParameterValueException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -185,8 +179,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -209,8 +202,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -233,8 +225,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -259,8 +250,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceArn = resourceArn } @@ -306,8 +296,7 @@ extension TranslateClientTypes { public init( id: Swift.String? = nil, type: TranslateClientTypes.EncryptionKeyType? = nil - ) - { + ) { self.id = id self.type = type } @@ -358,8 +347,7 @@ extension TranslateClientTypes { public init( format: TranslateClientTypes.ParallelDataFormat? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.format = format self.s3Uri = s3Uri } @@ -380,8 +368,7 @@ extension TranslateClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -412,8 +399,7 @@ public struct CreateParallelDataInput: Swift.Sendable { name: Swift.String? = nil, parallelDataConfig: TranslateClientTypes.ParallelDataConfig? = nil, tags: [TranslateClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.encryptionKey = encryptionKey @@ -470,8 +456,7 @@ public struct CreateParallelDataOutput: Swift.Sendable { public init( name: Swift.String? = nil, status: TranslateClientTypes.ParallelDataStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -495,8 +480,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -508,8 +492,7 @@ public struct DeleteParallelDataInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -523,8 +506,7 @@ public struct DeleteParallelDataOutput: Swift.Sendable { public init( name: Swift.String? = nil, status: TranslateClientTypes.ParallelDataStatus? = nil - ) - { + ) { self.name = name self.status = status } @@ -537,8 +519,7 @@ public struct DeleteTerminologyInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -550,8 +531,7 @@ public struct DescribeTextTranslationJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -585,8 +565,7 @@ extension TranslateClientTypes { public init( contentType: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.contentType = contentType self.s3Uri = s3Uri } @@ -608,8 +587,7 @@ extension TranslateClientTypes { documentsWithErrorsCount: Swift.Int? = nil, inputDocumentsCount: Swift.Int? = nil, translatedDocumentsCount: Swift.Int? = nil - ) - { + ) { self.documentsWithErrorsCount = documentsWithErrorsCount self.inputDocumentsCount = inputDocumentsCount self.translatedDocumentsCount = translatedDocumentsCount @@ -674,8 +652,7 @@ extension TranslateClientTypes { public init( encryptionKey: TranslateClientTypes.EncryptionKey? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.encryptionKey = encryptionKey self.s3Uri = s3Uri } @@ -784,8 +761,7 @@ extension TranslateClientTypes { brevity: TranslateClientTypes.Brevity? = nil, formality: TranslateClientTypes.Formality? = nil, profanity: TranslateClientTypes.Profanity? = nil - ) - { + ) { self.brevity = brevity self.formality = formality self.profanity = profanity @@ -844,8 +820,7 @@ extension TranslateClientTypes { submittedTime: Foundation.Date? = nil, targetLanguageCodes: [Swift.String]? = nil, terminologyNames: [Swift.String]? = nil - ) - { + ) { self.dataAccessRoleArn = dataAccessRoleArn self.endTime = endTime self.inputDataConfig = inputDataConfig @@ -871,8 +846,7 @@ public struct DescribeTextTranslationJobOutput: Swift.Sendable { public init( textTranslationJobProperties: TranslateClientTypes.TextTranslationJobProperties? = nil - ) - { + ) { self.textTranslationJobProperties = textTranslationJobProperties } } @@ -884,8 +858,7 @@ public struct GetParallelDataInput: Swift.Sendable { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -904,8 +877,7 @@ extension TranslateClientTypes { public init( location: Swift.String? = nil, repositoryType: Swift.String? = nil - ) - { + ) { self.location = location self.repositoryType = repositoryType } @@ -969,8 +941,7 @@ extension TranslateClientTypes { sourceLanguageCode: Swift.String? = nil, status: TranslateClientTypes.ParallelDataStatus? = nil, targetLanguageCodes: [Swift.String]? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1007,8 +978,7 @@ public struct GetParallelDataOutput: Swift.Sendable { dataLocation: TranslateClientTypes.ParallelDataDataLocation? = nil, latestUpdateAttemptAuxiliaryDataLocation: TranslateClientTypes.ParallelDataDataLocation? = nil, parallelDataProperties: TranslateClientTypes.ParallelDataProperties? = nil - ) - { + ) { self.auxiliaryDataLocation = auxiliaryDataLocation self.dataLocation = dataLocation self.latestUpdateAttemptAuxiliaryDataLocation = latestUpdateAttemptAuxiliaryDataLocation @@ -1058,8 +1028,7 @@ public struct GetTerminologyInput: Swift.Sendable { public init( name: Swift.String? = nil, terminologyDataFormat: TranslateClientTypes.TerminologyDataFormat? = nil - ) - { + ) { self.name = name self.terminologyDataFormat = terminologyDataFormat } @@ -1079,8 +1048,7 @@ extension TranslateClientTypes { public init( location: Swift.String? = nil, repositoryType: Swift.String? = nil - ) - { + ) { self.location = location self.repositoryType = repositoryType } @@ -1164,8 +1132,7 @@ extension TranslateClientTypes { sourceLanguageCode: Swift.String? = nil, targetLanguageCodes: [Swift.String]? = nil, termCount: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1196,8 +1163,7 @@ public struct GetTerminologyOutput: Swift.Sendable { auxiliaryDataLocation: TranslateClientTypes.TerminologyDataLocation? = nil, terminologyDataLocation: TranslateClientTypes.TerminologyDataLocation? = nil, terminologyProperties: TranslateClientTypes.TerminologyProperties? = nil - ) - { + ) { self.auxiliaryDataLocation = auxiliaryDataLocation self.terminologyDataLocation = terminologyDataLocation self.terminologyProperties = terminologyProperties @@ -1247,8 +1213,7 @@ extension TranslateClientTypes { directionality: TranslateClientTypes.Directionality? = nil, file: Foundation.Data? = nil, format: TranslateClientTypes.TerminologyDataFormat? = nil - ) - { + ) { self.directionality = directionality self.file = file self.format = format @@ -1285,8 +1250,7 @@ public struct ImportTerminologyInput: Swift.Sendable { name: Swift.String? = nil, tags: [TranslateClientTypes.Tag]? = nil, terminologyData: TranslateClientTypes.TerminologyData? = nil - ) - { + ) { self.description = description self.encryptionKey = encryptionKey self.mergeStrategy = mergeStrategy @@ -1305,8 +1269,7 @@ public struct ImportTerminologyOutput: Swift.Sendable { public init( auxiliaryDataLocation: TranslateClientTypes.TerminologyDataLocation? = nil, terminologyProperties: TranslateClientTypes.TerminologyProperties? = nil - ) - { + ) { self.auxiliaryDataLocation = auxiliaryDataLocation self.terminologyProperties = terminologyProperties } @@ -1333,8 +1296,7 @@ public struct UnsupportedDisplayLanguageCodeException: ClientRuntime.ModeledErro public init( displayLanguageCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.displayLanguageCode = displayLanguageCode self.properties.message = message } @@ -1405,8 +1367,7 @@ public struct ListLanguagesInput: Swift.Sendable { displayLanguageCode: TranslateClientTypes.DisplayLanguageCode? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.displayLanguageCode = displayLanguageCode self.maxResults = maxResults self.nextToken = nextToken @@ -1427,8 +1388,7 @@ extension TranslateClientTypes { public init( languageCode: Swift.String? = nil, languageName: Swift.String? = nil - ) - { + ) { self.languageCode = languageCode self.languageName = languageName } @@ -1447,8 +1407,7 @@ public struct ListLanguagesOutput: Swift.Sendable { displayLanguageCode: TranslateClientTypes.DisplayLanguageCode? = nil, languages: [TranslateClientTypes.Language]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.displayLanguageCode = displayLanguageCode self.languages = languages self.nextToken = nextToken @@ -1464,8 +1423,7 @@ public struct ListParallelDataInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1480,8 +1438,7 @@ public struct ListParallelDataOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, parallelDataPropertiesList: [TranslateClientTypes.ParallelDataProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.parallelDataPropertiesList = parallelDataPropertiesList } @@ -1494,8 +1451,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1506,8 +1462,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [TranslateClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -1521,8 +1476,7 @@ public struct ListTerminologiesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1537,8 +1491,7 @@ public struct ListTerminologiesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, terminologyPropertiesList: [TranslateClientTypes.TerminologyProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.terminologyPropertiesList = terminologyPropertiesList } @@ -1562,8 +1515,7 @@ public struct InvalidFilterException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1586,8 +1538,7 @@ extension TranslateClientTypes { jobStatus: TranslateClientTypes.JobStatus? = nil, submittedAfterTime: Foundation.Date? = nil, submittedBeforeTime: Foundation.Date? = nil - ) - { + ) { self.jobName = jobName self.jobStatus = jobStatus self.submittedAfterTime = submittedAfterTime @@ -1608,8 +1559,7 @@ public struct ListTextTranslationJobsInput: Swift.Sendable { filter: TranslateClientTypes.TextTranslationJobFilter? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -1625,8 +1575,7 @@ public struct ListTextTranslationJobsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, textTranslationJobPropertiesList: [TranslateClientTypes.TextTranslationJobProperties]? = nil - ) - { + ) { self.nextToken = nextToken self.textTranslationJobPropertiesList = textTranslationJobPropertiesList } @@ -1656,8 +1605,7 @@ public struct UnsupportedLanguagePairException: ClientRuntime.ModeledError, AWSC message: Swift.String? = nil, sourceLanguageCode: Swift.String? = nil, targetLanguageCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.sourceLanguageCode = sourceLanguageCode self.properties.targetLanguageCode = targetLanguageCode @@ -1709,8 +1657,7 @@ public struct StartTextTranslationJobInput: Swift.Sendable { sourceLanguageCode: Swift.String? = nil, targetLanguageCodes: [Swift.String]? = nil, terminologyNames: [Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.inputDataConfig = inputDataConfig @@ -1747,8 +1694,7 @@ public struct StartTextTranslationJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: TranslateClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -1761,8 +1707,7 @@ public struct StopTextTranslationJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -1776,8 +1721,7 @@ public struct StopTextTranslationJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil, jobStatus: TranslateClientTypes.JobStatus? = nil - ) - { + ) { self.jobId = jobId self.jobStatus = jobStatus } @@ -1794,8 +1738,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [TranslateClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1824,8 +1767,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1850,8 +1792,7 @@ extension TranslateClientTypes { public init( content: Foundation.Data? = nil, contentType: Swift.String? = nil - ) - { + ) { self.content = content self.contentType = contentType } @@ -1890,8 +1831,7 @@ public struct TranslateDocumentInput: Swift.Sendable { sourceLanguageCode: Swift.String? = nil, targetLanguageCode: Swift.String? = nil, terminologyNames: [Swift.String]? = nil - ) - { + ) { self.document = document self.settings = settings self.sourceLanguageCode = sourceLanguageCode @@ -1910,8 +1850,7 @@ extension TranslateClientTypes { public init( content: Foundation.Data? = nil - ) - { + ) { self.content = content } } @@ -1949,8 +1888,7 @@ public struct TranslateDocumentOutput: Swift.Sendable { sourceLanguageCode: Swift.String? = nil, targetLanguageCode: Swift.String? = nil, translatedDocument: TranslateClientTypes.TranslatedDocument? = nil - ) - { + ) { self.appliedSettings = appliedSettings self.appliedTerminologies = appliedTerminologies self.sourceLanguageCode = sourceLanguageCode @@ -1980,8 +1918,7 @@ public struct DetectedLanguageLowConfidenceException: ClientRuntime.ModeledError public init( detectedLanguageCode: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.detectedLanguageCode = detectedLanguageCode self.properties.message = message } @@ -2005,8 +1942,7 @@ public struct TextSizeLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2038,8 +1974,7 @@ public struct TranslateTextInput: Swift.Sendable { targetLanguageCode: Swift.String? = nil, terminologyNames: [Swift.String]? = nil, text: Swift.String? = nil - ) - { + ) { self.settings = settings self.sourceLanguageCode = sourceLanguageCode self.targetLanguageCode = targetLanguageCode @@ -2069,8 +2004,7 @@ public struct TranslateTextOutput: Swift.Sendable { sourceLanguageCode: Swift.String? = nil, targetLanguageCode: Swift.String? = nil, translatedText: Swift.String? = nil - ) - { + ) { self.appliedSettings = appliedSettings self.appliedTerminologies = appliedTerminologies self.sourceLanguageCode = sourceLanguageCode @@ -2090,8 +2024,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2120,8 +2053,7 @@ public struct UpdateParallelDataInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, parallelDataConfig: TranslateClientTypes.ParallelDataConfig? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -2144,8 +2076,7 @@ public struct UpdateParallelDataOutput: Swift.Sendable { latestUpdateAttemptStatus: TranslateClientTypes.ParallelDataStatus? = nil, name: Swift.String? = nil, status: TranslateClientTypes.ParallelDataStatus? = nil - ) - { + ) { self.latestUpdateAttemptAt = latestUpdateAttemptAt self.latestUpdateAttemptStatus = latestUpdateAttemptStatus self.name = name diff --git a/Sources/Services/AWSTranslate/Sources/AWSTranslate/TranslateClient.swift b/Sources/Services/AWSTranslate/Sources/AWSTranslate/TranslateClient.swift index 5bee5f98e6b..d3514b65930 100644 --- a/Sources/Services/AWSTranslate/Sources/AWSTranslate/TranslateClient.swift +++ b/Sources/Services/AWSTranslate/Sources/AWSTranslate/TranslateClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TranslateClient: ClientRuntime.Client { public static let clientName = "TranslateClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TranslateClient.TranslateClientConfiguration let serviceName = "Translate" diff --git a/Sources/Services/AWSTrustedAdvisor/Package.swift.txt b/Sources/Services/AWSTrustedAdvisor/Package.swift.txt index fdecf8338ff..42c608afbd1 100644 --- a/Sources/Services/AWSTrustedAdvisor/Package.swift.txt +++ b/Sources/Services/AWSTrustedAdvisor/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/Models.swift b/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/Models.swift index ace649c42d3..cacac10c252 100644 --- a/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/Models.swift +++ b/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/Models.swift @@ -57,8 +57,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -172,8 +171,7 @@ extension TrustedAdvisorClientTypes { updateReasonCode: TrustedAdvisorClientTypes.UpdateRecommendationLifecycleStageReasonCode? = nil, updatedOnBehalfOf: Swift.String? = nil, updatedOnBehalfOfJobTitle: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.accountRecommendationArn = accountRecommendationArn self.lastUpdatedAt = lastUpdatedAt @@ -210,8 +208,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -235,8 +232,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -260,8 +256,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -285,8 +280,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -305,8 +299,7 @@ extension TrustedAdvisorClientTypes { public init( arn: Swift.String? = nil, isExcluded: Swift.Bool? = nil - ) - { + ) { self.arn = arn self.isExcluded = isExcluded } @@ -320,8 +313,7 @@ public struct BatchUpdateRecommendationResourceExclusionInput: Swift.Sendable { public init( recommendationResourceExclusions: [TrustedAdvisorClientTypes.RecommendationResourceExclusion]? = nil - ) - { + ) { self.recommendationResourceExclusions = recommendationResourceExclusions } } @@ -341,8 +333,7 @@ extension TrustedAdvisorClientTypes { arn: Swift.String? = nil, errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.arn = arn self.errorCode = errorCode self.errorMessage = errorMessage @@ -357,8 +348,7 @@ public struct BatchUpdateRecommendationResourceExclusionOutput: Swift.Sendable { public init( batchUpdateRecommendationResourceExclusionErrors: [TrustedAdvisorClientTypes.UpdateRecommendationResourceExclusionError]? = nil - ) - { + ) { self.batchUpdateRecommendationResourceExclusionErrors = batchUpdateRecommendationResourceExclusionErrors } } @@ -504,8 +494,7 @@ extension TrustedAdvisorClientTypes { name: Swift.String? = nil, pillars: [TrustedAdvisorClientTypes.RecommendationPillar]? = nil, source: TrustedAdvisorClientTypes.RecommendationSource? = nil - ) - { + ) { self.arn = arn self.awsServices = awsServices self.description = description @@ -566,8 +555,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -579,8 +567,7 @@ public struct GetOrganizationRecommendationInput: Swift.Sendable { public init( organizationRecommendationIdentifier: Swift.String? = nil - ) - { + ) { self.organizationRecommendationIdentifier = organizationRecommendationIdentifier } } @@ -599,8 +586,7 @@ extension TrustedAdvisorClientTypes { public init( estimatedMonthlySavings: Swift.Double? = nil, estimatedPercentMonthlySavings: Swift.Double? = nil - ) - { + ) { self.estimatedMonthlySavings = estimatedMonthlySavings self.estimatedPercentMonthlySavings = estimatedPercentMonthlySavings } @@ -616,8 +602,7 @@ extension TrustedAdvisorClientTypes { public init( costOptimizing: TrustedAdvisorClientTypes.RecommendationCostOptimizingAggregates? = nil - ) - { + ) { self.costOptimizing = costOptimizing } } @@ -641,8 +626,7 @@ extension TrustedAdvisorClientTypes { errorCount: Swift.Int? = nil, okCount: Swift.Int? = nil, warningCount: Swift.Int? = nil - ) - { + ) { self.errorCount = errorCount self.okCount = okCount self.warningCount = warningCount @@ -789,8 +773,7 @@ extension TrustedAdvisorClientTypes { updateReasonCode: TrustedAdvisorClientTypes.UpdateRecommendationLifecycleStageReasonCode? = nil, updatedOnBehalfOf: Swift.String? = nil, updatedOnBehalfOfJobTitle: Swift.String? = nil - ) - { + ) { self.arn = arn self.awsServices = awsServices self.checkArn = checkArn @@ -827,8 +810,7 @@ public struct GetOrganizationRecommendationOutput: Swift.Sendable { public init( organizationRecommendation: TrustedAdvisorClientTypes.OrganizationRecommendation? = nil - ) - { + ) { self.organizationRecommendation = organizationRecommendation } } @@ -840,8 +822,7 @@ public struct GetRecommendationInput: Swift.Sendable { public init( recommendationIdentifier: Swift.String? = nil - ) - { + ) { self.recommendationIdentifier = recommendationIdentifier } } @@ -924,8 +905,7 @@ extension TrustedAdvisorClientTypes { updateReasonCode: TrustedAdvisorClientTypes.UpdateRecommendationLifecycleStageReasonCode? = nil, updatedOnBehalfOf: Swift.String? = nil, updatedOnBehalfOfJobTitle: Swift.String? = nil - ) - { + ) { self.arn = arn self.awsServices = awsServices self.checkArn = checkArn @@ -962,8 +942,7 @@ public struct GetRecommendationOutput: Swift.Sendable { public init( recommendation: TrustedAdvisorClientTypes.Recommendation? = nil - ) - { + ) { self.recommendation = recommendation } } @@ -1045,8 +1024,7 @@ public struct ListChecksInput: Swift.Sendable { nextToken: Swift.String? = nil, pillar: TrustedAdvisorClientTypes.RecommendationPillar? = nil, source: TrustedAdvisorClientTypes.RecommendationSource? = nil - ) - { + ) { self.awsService = awsService self.language = language self.maxResults = maxResults @@ -1066,8 +1044,7 @@ public struct ListChecksOutput: Swift.Sendable { public init( checkSummaries: [TrustedAdvisorClientTypes.CheckSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.checkSummaries = checkSummaries self.nextToken = nextToken } @@ -1089,8 +1066,7 @@ public struct ListOrganizationRecommendationAccountsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationRecommendationIdentifier: Swift.String? = nil - ) - { + ) { self.affectedAccountId = affectedAccountId self.maxResults = maxResults self.nextToken = nextToken @@ -1108,8 +1084,7 @@ public struct ListOrganizationRecommendationAccountsOutput: Swift.Sendable { public init( accountRecommendationLifecycleSummaries: [TrustedAdvisorClientTypes.AccountRecommendationLifecycleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountRecommendationLifecycleSummaries = accountRecommendationLifecycleSummaries self.nextToken = nextToken } @@ -1172,8 +1147,7 @@ public struct ListOrganizationRecommendationResourcesInput: Swift.Sendable { organizationRecommendationIdentifier: Swift.String? = nil, regionCode: Swift.String? = nil, status: TrustedAdvisorClientTypes.ResourceStatus? = nil - ) - { + ) { self.affectedAccountId = affectedAccountId self.exclusionStatus = exclusionStatus self.maxResults = maxResults @@ -1228,8 +1202,7 @@ extension TrustedAdvisorClientTypes { recommendationArn: Swift.String? = nil, regionCode: Swift.String? = nil, status: TrustedAdvisorClientTypes.ResourceStatus? = nil - ) - { + ) { self.accountId = accountId self.arn = arn self.awsResourceId = awsResourceId @@ -1254,8 +1227,7 @@ public struct ListOrganizationRecommendationResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationRecommendationResourceSummaries: [TrustedAdvisorClientTypes.OrganizationRecommendationResourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationRecommendationResourceSummaries = organizationRecommendationResourceSummaries } @@ -1294,8 +1266,7 @@ public struct ListOrganizationRecommendationsInput: Swift.Sendable { source: TrustedAdvisorClientTypes.RecommendationSource? = nil, status: TrustedAdvisorClientTypes.RecommendationStatus? = nil, type: TrustedAdvisorClientTypes.RecommendationType? = nil - ) - { + ) { self.afterLastUpdatedAt = afterLastUpdatedAt self.awsService = awsService self.beforeLastUpdatedAt = beforeLastUpdatedAt @@ -1365,8 +1336,7 @@ extension TrustedAdvisorClientTypes { source: TrustedAdvisorClientTypes.RecommendationSource? = nil, status: TrustedAdvisorClientTypes.RecommendationStatus? = nil, type: TrustedAdvisorClientTypes.RecommendationType? = nil - ) - { + ) { self.arn = arn self.awsServices = awsServices self.checkArn = checkArn @@ -1395,8 +1365,7 @@ public struct ListOrganizationRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationRecommendationSummaries: [TrustedAdvisorClientTypes.OrganizationRecommendationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationRecommendationSummaries = organizationRecommendationSummaries } @@ -1424,8 +1393,7 @@ public struct ListRecommendationResourcesInput: Swift.Sendable { recommendationIdentifier: Swift.String? = nil, regionCode: Swift.String? = nil, status: TrustedAdvisorClientTypes.ResourceStatus? = nil - ) - { + ) { self.exclusionStatus = exclusionStatus self.maxResults = maxResults self.nextToken = nextToken @@ -1476,8 +1444,7 @@ extension TrustedAdvisorClientTypes { recommendationArn: Swift.String? = nil, regionCode: Swift.String? = nil, status: TrustedAdvisorClientTypes.ResourceStatus? = nil - ) - { + ) { self.arn = arn self.awsResourceId = awsResourceId self.exclusionStatus = exclusionStatus @@ -1501,8 +1468,7 @@ public struct ListRecommendationResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationResourceSummaries: [TrustedAdvisorClientTypes.RecommendationResourceSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationResourceSummaries = recommendationResourceSummaries } @@ -1541,8 +1507,7 @@ public struct ListRecommendationsInput: Swift.Sendable { source: TrustedAdvisorClientTypes.RecommendationSource? = nil, status: TrustedAdvisorClientTypes.RecommendationStatus? = nil, type: TrustedAdvisorClientTypes.RecommendationType? = nil - ) - { + ) { self.afterLastUpdatedAt = afterLastUpdatedAt self.awsService = awsService self.beforeLastUpdatedAt = beforeLastUpdatedAt @@ -1612,8 +1577,7 @@ extension TrustedAdvisorClientTypes { source: TrustedAdvisorClientTypes.RecommendationSource? = nil, status: TrustedAdvisorClientTypes.RecommendationStatus? = nil, type: TrustedAdvisorClientTypes.RecommendationType? = nil - ) - { + ) { self.arn = arn self.awsServices = awsServices self.checkArn = checkArn @@ -1642,8 +1606,7 @@ public struct ListRecommendationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, recommendationSummaries: [TrustedAdvisorClientTypes.RecommendationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.recommendationSummaries = recommendationSummaries } @@ -1701,8 +1664,7 @@ public struct UpdateOrganizationRecommendationLifecycleInput: Swift.Sendable { organizationRecommendationIdentifier: Swift.String? = nil, updateReason: Swift.String? = nil, updateReasonCode: TrustedAdvisorClientTypes.UpdateRecommendationLifecycleStageReasonCode? = nil - ) - { + ) { self.lifecycleStage = lifecycleStage self.organizationRecommendationIdentifier = organizationRecommendationIdentifier self.updateReason = updateReason @@ -1732,8 +1694,7 @@ public struct UpdateRecommendationLifecycleInput: Swift.Sendable { recommendationIdentifier: Swift.String? = nil, updateReason: Swift.String? = nil, updateReasonCode: TrustedAdvisorClientTypes.UpdateRecommendationLifecycleStageReasonCode? = nil - ) - { + ) { self.lifecycleStage = lifecycleStage self.recommendationIdentifier = recommendationIdentifier self.updateReason = updateReason diff --git a/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/TrustedAdvisorClient.swift b/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/TrustedAdvisorClient.swift index 19ff35e8b75..6db574783a3 100644 --- a/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/TrustedAdvisorClient.swift +++ b/Sources/Services/AWSTrustedAdvisor/Sources/AWSTrustedAdvisor/TrustedAdvisorClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class TrustedAdvisorClient: ClientRuntime.Client { public static let clientName = "TrustedAdvisorClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: TrustedAdvisorClient.TrustedAdvisorClientConfiguration let serviceName = "TrustedAdvisor" diff --git a/Sources/Services/AWSVPCLattice/Package.swift.txt b/Sources/Services/AWSVPCLattice/Package.swift.txt index f7d94a5f024..271cb7bbc48 100644 --- a/Sources/Services/AWSVPCLattice/Package.swift.txt +++ b/Sources/Services/AWSVPCLattice/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/Models.swift b/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/Models.swift index c61db991279..d0484fe4f40 100644 --- a/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/Models.swift +++ b/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -80,8 +79,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -110,8 +108,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -144,8 +141,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -180,8 +176,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -203,8 +198,7 @@ extension VPCLatticeClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -272,8 +266,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [VPCLatticeClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: VPCLatticeClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -331,8 +324,7 @@ public struct CreateAccessLogSubscriptionInput: Swift.Sendable { resourceIdentifier: Swift.String? = nil, serviceNetworkLogType: VPCLatticeClientTypes.ServiceNetworkLogType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.destinationArn = destinationArn self.resourceIdentifier = resourceIdentifier @@ -367,8 +359,7 @@ public struct CreateAccessLogSubscriptionOutput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, serviceNetworkLogType: VPCLatticeClientTypes.ServiceNetworkLogType? = nil - ) - { + ) { self.arn = arn self.destinationArn = destinationArn self.id = id @@ -385,8 +376,7 @@ public struct DeleteAccessLogSubscriptionInput: Swift.Sendable { public init( accessLogSubscriptionIdentifier: Swift.String? = nil - ) - { + ) { self.accessLogSubscriptionIdentifier = accessLogSubscriptionIdentifier } } @@ -403,8 +393,7 @@ public struct GetAccessLogSubscriptionInput: Swift.Sendable { public init( accessLogSubscriptionIdentifier: Swift.String? = nil - ) - { + ) { self.accessLogSubscriptionIdentifier = accessLogSubscriptionIdentifier } } @@ -443,8 +432,7 @@ public struct GetAccessLogSubscriptionOutput: Swift.Sendable { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, serviceNetworkLogType: VPCLatticeClientTypes.ServiceNetworkLogType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.destinationArn = destinationArn @@ -469,8 +457,7 @@ public struct ListAccessLogSubscriptionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceIdentifier = resourceIdentifier @@ -514,8 +501,7 @@ extension VPCLatticeClientTypes { resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil, serviceNetworkLogType: VPCLatticeClientTypes.ServiceNetworkLogType? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.destinationArn = destinationArn @@ -538,8 +524,7 @@ public struct ListAccessLogSubscriptionsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.AccessLogSubscriptionSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -556,8 +541,7 @@ public struct UpdateAccessLogSubscriptionInput: Swift.Sendable { public init( accessLogSubscriptionIdentifier: Swift.String? = nil, destinationArn: Swift.String? = nil - ) - { + ) { self.accessLogSubscriptionIdentifier = accessLogSubscriptionIdentifier self.destinationArn = destinationArn } @@ -586,8 +570,7 @@ public struct UpdateAccessLogSubscriptionOutput: Swift.Sendable { id: Swift.String? = nil, resourceArn: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.destinationArn = destinationArn self.id = id @@ -605,8 +588,7 @@ extension VPCLatticeClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -680,8 +662,7 @@ extension VPCLatticeClientTypes { public init( statusCode: Swift.Int? = nil - ) - { + ) { self.statusCode = statusCode } } @@ -700,8 +681,7 @@ extension VPCLatticeClientTypes { public init( targetGroupIdentifier: Swift.String? = nil, weight: Swift.Int? = nil - ) - { + ) { self.targetGroupIdentifier = targetGroupIdentifier self.weight = weight } @@ -718,8 +698,7 @@ extension VPCLatticeClientTypes { public init( targetGroups: [VPCLatticeClientTypes.WeightedTargetGroup]? = nil - ) - { + ) { self.targetGroups = targetGroups } } @@ -768,8 +747,7 @@ extension VPCLatticeClientTypes { caseSensitive: Swift.Bool? = nil, match: VPCLatticeClientTypes.HeaderMatchType? = nil, name: Swift.String? = nil - ) - { + ) { self.caseSensitive = caseSensitive self.match = match self.name = name @@ -802,8 +780,7 @@ extension VPCLatticeClientTypes { public init( caseSensitive: Swift.Bool? = nil, match: VPCLatticeClientTypes.PathMatchType? = nil - ) - { + ) { self.caseSensitive = caseSensitive self.match = match } @@ -825,8 +802,7 @@ extension VPCLatticeClientTypes { headerMatches: [VPCLatticeClientTypes.HeaderMatch]? = nil, method: Swift.String? = nil, pathMatch: VPCLatticeClientTypes.PathMatch? = nil - ) - { + ) { self.headerMatches = headerMatches self.method = method self.pathMatch = pathMatch @@ -863,8 +839,7 @@ extension VPCLatticeClientTypes { match: VPCLatticeClientTypes.RuleMatch? = nil, priority: Swift.Int? = nil, ruleIdentifier: Swift.String? = nil - ) - { + ) { self.action = action self.match = match self.priority = priority @@ -888,8 +863,7 @@ public struct BatchUpdateRuleInput: Swift.Sendable { listenerIdentifier: Swift.String? = nil, rules: [VPCLatticeClientTypes.RuleUpdate]? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.rules = rules self.serviceIdentifier = serviceIdentifier @@ -923,8 +897,7 @@ extension VPCLatticeClientTypes { match: VPCLatticeClientTypes.RuleMatch? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.action = action self.arn = arn self.id = id @@ -951,8 +924,7 @@ extension VPCLatticeClientTypes { failureCode: Swift.String? = nil, failureMessage: Swift.String? = nil, ruleIdentifier: Swift.String? = nil - ) - { + ) { self.failureCode = failureCode self.failureMessage = failureMessage self.ruleIdentifier = ruleIdentifier @@ -969,8 +941,7 @@ public struct BatchUpdateRuleOutput: Swift.Sendable { public init( successful: [VPCLatticeClientTypes.RuleUpdateSuccess]? = nil, unsuccessful: [VPCLatticeClientTypes.RuleUpdateFailure]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -1010,8 +981,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1083,8 +1053,7 @@ public struct CreateListenerInput: Swift.Sendable { `protocol`: VPCLatticeClientTypes.ListenerProtocol? = nil, serviceIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.defaultAction = defaultAction self.name = name @@ -1122,8 +1091,7 @@ public struct CreateListenerOutput: Swift.Sendable { `protocol`: VPCLatticeClientTypes.ListenerProtocol? = nil, serviceArn: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.defaultAction = defaultAction self.id = id @@ -1209,8 +1177,7 @@ extension VPCLatticeClientTypes { public init( domainName: Swift.String? = nil, ipAddressType: VPCLatticeClientTypes.ResourceConfigurationIpAddressType? = nil - ) - { + ) { self.domainName = domainName self.ipAddressType = ipAddressType } @@ -1226,8 +1193,7 @@ extension VPCLatticeClientTypes { public init( ipAddress: Swift.String? = nil - ) - { + ) { self.ipAddress = ipAddress } } @@ -1329,8 +1295,7 @@ public struct CreateResourceConfigurationInput: Swift.Sendable { resourceGatewayIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: VPCLatticeClientTypes.ResourceConfigurationType? = nil - ) - { + ) { self.allowAssociationToShareableServiceNetwork = allowAssociationToShareableServiceNetwork self.clientToken = clientToken self.name = name @@ -1437,8 +1402,7 @@ public struct CreateResourceConfigurationOutput: Swift.Sendable { resourceGatewayId: Swift.String? = nil, status: VPCLatticeClientTypes.ResourceConfigurationStatus? = nil, type: VPCLatticeClientTypes.ResourceConfigurationType? = nil - ) - { + ) { self.allowAssociationToShareableServiceNetwork = allowAssociationToShareableServiceNetwork self.arn = arn self.createdAt = createdAt @@ -1517,8 +1481,7 @@ public struct CreateResourceGatewayInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.ipAddressType = ipAddressType self.name = name @@ -1607,8 +1570,7 @@ public struct CreateResourceGatewayOutput: Swift.Sendable { status: VPCLatticeClientTypes.ResourceGatewayStatus? = nil, subnetIds: [Swift.String]? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.ipAddressType = ipAddressType @@ -1653,8 +1615,7 @@ public struct CreateRuleInput: Swift.Sendable { priority: Swift.Int? = nil, serviceIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.action = action self.clientToken = clientToken self.listenerIdentifier = listenerIdentifier @@ -1687,8 +1648,7 @@ public struct CreateRuleOutput: Swift.Sendable { match: VPCLatticeClientTypes.RuleMatch? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.action = action self.arn = arn self.id = id @@ -1724,8 +1684,7 @@ public struct CreateServiceInput: Swift.Sendable { customDomainName: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authType = authType self.certificateArn = certificateArn self.clientToken = clientToken @@ -1747,8 +1706,7 @@ extension VPCLatticeClientTypes { public init( domainName: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.hostedZoneId = hostedZoneId } @@ -1825,8 +1783,7 @@ public struct CreateServiceOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceStatus? = nil - ) - { + ) { self.arn = arn self.authType = authType self.certificateArn = certificateArn @@ -1847,8 +1804,7 @@ extension VPCLatticeClientTypes { public init( enabled: Swift.Bool? = nil - ) - { + ) { self.enabled = enabled } } @@ -1877,8 +1833,7 @@ public struct CreateServiceNetworkInput: Swift.Sendable { name: Swift.String? = nil, sharingConfig: VPCLatticeClientTypes.SharingConfig? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.authType = authType self.clientToken = clientToken self.name = name @@ -1905,8 +1860,7 @@ public struct CreateServiceNetworkOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, sharingConfig: VPCLatticeClientTypes.SharingConfig? = nil - ) - { + ) { self.arn = arn self.authType = authType self.id = id @@ -1932,8 +1886,7 @@ public struct CreateServiceNetworkResourceAssociationInput: Swift.Sendable { resourceConfigurationIdentifier: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.resourceConfigurationIdentifier = resourceConfigurationIdentifier self.serviceNetworkIdentifier = serviceNetworkIdentifier @@ -2003,8 +1956,7 @@ public struct CreateServiceNetworkResourceAssociationOutput: Swift.Sendable { createdBy: Swift.String? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkResourceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.id = id @@ -2029,8 +1981,7 @@ public struct CreateServiceNetworkServiceAssociationInput: Swift.Sendable { serviceIdentifier: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.serviceIdentifier = serviceIdentifier self.serviceNetworkIdentifier = serviceNetworkIdentifier @@ -2102,8 +2053,7 @@ public struct CreateServiceNetworkServiceAssociationOutput: Swift.Sendable { dnsEntry: VPCLatticeClientTypes.DnsEntry? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkServiceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.customDomainName = customDomainName @@ -2133,8 +2083,7 @@ public struct CreateServiceNetworkVpcAssociationInput: Swift.Sendable { serviceNetworkIdentifier: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.securityGroupIds = securityGroupIds self.serviceNetworkIdentifier = serviceNetworkIdentifier @@ -2212,8 +2161,7 @@ public struct CreateServiceNetworkVpcAssociationOutput: Swift.Sendable { id: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, status: VPCLatticeClientTypes.ServiceNetworkVpcAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.id = id @@ -2334,8 +2282,7 @@ extension VPCLatticeClientTypes { `protocol`: VPCLatticeClientTypes.TargetGroupProtocol? = nil, protocolVersion: VPCLatticeClientTypes.HealthCheckProtocolVersion? = nil, unhealthyThresholdCount: Swift.Int? = nil - ) - { + ) { self.enabled = enabled self.healthCheckIntervalSeconds = healthCheckIntervalSeconds self.healthCheckTimeoutSeconds = healthCheckTimeoutSeconds @@ -2474,8 +2421,7 @@ extension VPCLatticeClientTypes { `protocol`: VPCLatticeClientTypes.TargetGroupProtocol? = nil, protocolVersion: VPCLatticeClientTypes.TargetGroupProtocolVersion? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck self.ipAddressType = ipAddressType self.lambdaEventStructureVersion = lambdaEventStructureVersion @@ -2546,8 +2492,7 @@ public struct CreateTargetGroupInput: Swift.Sendable { name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, type: VPCLatticeClientTypes.TargetGroupType? = nil - ) - { + ) { self.clientToken = clientToken self.config = config self.name = name @@ -2620,8 +2565,7 @@ public struct CreateTargetGroupOutput: Swift.Sendable { name: Swift.String? = nil, status: VPCLatticeClientTypes.TargetGroupStatus? = nil, type: VPCLatticeClientTypes.TargetGroupType? = nil - ) - { + ) { self.arn = arn self.config = config self.id = id @@ -2638,8 +2582,7 @@ public struct DeleteAuthPolicyInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier } } @@ -2660,8 +2603,7 @@ public struct DeleteListenerInput: Swift.Sendable { public init( listenerIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.serviceIdentifier = serviceIdentifier } @@ -2679,8 +2621,7 @@ public struct DeleteResourceConfigurationInput: Swift.Sendable { public init( resourceConfigurationIdentifier: Swift.String? = nil - ) - { + ) { self.resourceConfigurationIdentifier = resourceConfigurationIdentifier } } @@ -2697,8 +2638,7 @@ public struct DeleteResourceEndpointAssociationInput: Swift.Sendable { public init( resourceEndpointAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.resourceEndpointAssociationIdentifier = resourceEndpointAssociationIdentifier } } @@ -2721,8 +2661,7 @@ public struct DeleteResourceEndpointAssociationOutput: Swift.Sendable { resourceConfigurationArn: Swift.String? = nil, resourceConfigurationId: Swift.String? = nil, vpcEndpointId: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.resourceConfigurationArn = resourceConfigurationArn @@ -2738,8 +2677,7 @@ public struct DeleteResourceGatewayInput: Swift.Sendable { public init( resourceGatewayIdentifier: Swift.String? = nil - ) - { + ) { self.resourceGatewayIdentifier = resourceGatewayIdentifier } } @@ -2759,8 +2697,7 @@ public struct DeleteResourceGatewayOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: VPCLatticeClientTypes.ResourceGatewayStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -2775,8 +2712,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2801,8 +2737,7 @@ public struct DeleteRuleInput: Swift.Sendable { listenerIdentifier: Swift.String? = nil, ruleIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.ruleIdentifier = ruleIdentifier self.serviceIdentifier = serviceIdentifier @@ -2821,8 +2756,7 @@ public struct DeleteServiceInput: Swift.Sendable { public init( serviceIdentifier: Swift.String? = nil - ) - { + ) { self.serviceIdentifier = serviceIdentifier } } @@ -2842,8 +2776,7 @@ public struct DeleteServiceOutput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -2858,8 +2791,7 @@ public struct DeleteServiceNetworkInput: Swift.Sendable { public init( serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkIdentifier = serviceNetworkIdentifier } } @@ -2876,8 +2808,7 @@ public struct DeleteServiceNetworkResourceAssociationInput: Swift.Sendable { public init( serviceNetworkResourceAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkResourceAssociationIdentifier = serviceNetworkResourceAssociationIdentifier } } @@ -2894,8 +2825,7 @@ public struct DeleteServiceNetworkResourceAssociationOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkResourceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -2909,8 +2839,7 @@ public struct DeleteServiceNetworkServiceAssociationInput: Swift.Sendable { public init( serviceNetworkServiceAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkServiceAssociationIdentifier = serviceNetworkServiceAssociationIdentifier } } @@ -2927,8 +2856,7 @@ public struct DeleteServiceNetworkServiceAssociationOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkServiceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -2942,8 +2870,7 @@ public struct DeleteServiceNetworkVpcAssociationInput: Swift.Sendable { public init( serviceNetworkVpcAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkVpcAssociationIdentifier = serviceNetworkVpcAssociationIdentifier } } @@ -2960,8 +2887,7 @@ public struct DeleteServiceNetworkVpcAssociationOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkVpcAssociationStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -2975,8 +2901,7 @@ public struct DeleteTargetGroupInput: Swift.Sendable { public init( targetGroupIdentifier: Swift.String? = nil - ) - { + ) { self.targetGroupIdentifier = targetGroupIdentifier } } @@ -2993,8 +2918,7 @@ public struct DeleteTargetGroupOutput: Swift.Sendable { arn: Swift.String? = nil, id: Swift.String? = nil, status: VPCLatticeClientTypes.TargetGroupStatus? = nil - ) - { + ) { self.arn = arn self.id = id self.status = status @@ -3014,8 +2938,7 @@ extension VPCLatticeClientTypes { public init( id: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.id = id self.port = port } @@ -3033,8 +2956,7 @@ public struct DeregisterTargetsInput: Swift.Sendable { public init( targetGroupIdentifier: Swift.String? = nil, targets: [VPCLatticeClientTypes.Target]? = nil - ) - { + ) { self.targetGroupIdentifier = targetGroupIdentifier self.targets = targets } @@ -3058,8 +2980,7 @@ extension VPCLatticeClientTypes { failureMessage: Swift.String? = nil, id: Swift.String? = nil, port: Swift.Int? = nil - ) - { + ) { self.failureCode = failureCode self.failureMessage = failureMessage self.id = id @@ -3077,8 +2998,7 @@ public struct DeregisterTargetsOutput: Swift.Sendable { public init( successful: [VPCLatticeClientTypes.Target]? = nil, unsuccessful: [VPCLatticeClientTypes.TargetFailure]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -3091,8 +3011,7 @@ public struct GetAuthPolicyInput: Swift.Sendable { public init( resourceIdentifier: Swift.String? = nil - ) - { + ) { self.resourceIdentifier = resourceIdentifier } } @@ -3112,8 +3031,7 @@ public struct GetAuthPolicyOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, policy: Swift.String? = nil, state: VPCLatticeClientTypes.AuthPolicyState? = nil - ) - { + ) { self.createdAt = createdAt self.lastUpdatedAt = lastUpdatedAt self.policy = policy @@ -3132,8 +3050,7 @@ public struct GetListenerInput: Swift.Sendable { public init( listenerIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.serviceIdentifier = serviceIdentifier } @@ -3172,8 +3089,7 @@ public struct GetListenerOutput: Swift.Sendable { `protocol`: VPCLatticeClientTypes.ListenerProtocol? = nil, serviceArn: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.defaultAction = defaultAction @@ -3194,8 +3110,7 @@ public struct GetResourceConfigurationInput: Swift.Sendable { public init( resourceConfigurationIdentifier: Swift.String? = nil - ) - { + ) { self.resourceConfigurationIdentifier = resourceConfigurationIdentifier } } @@ -3259,8 +3174,7 @@ public struct GetResourceConfigurationOutput: Swift.Sendable { resourceGatewayId: Swift.String? = nil, status: VPCLatticeClientTypes.ResourceConfigurationStatus? = nil, type: VPCLatticeClientTypes.ResourceConfigurationType? = nil - ) - { + ) { self.allowAssociationToShareableServiceNetwork = allowAssociationToShareableServiceNetwork self.amazonManaged = amazonManaged self.arn = arn @@ -3287,8 +3201,7 @@ public struct GetResourceGatewayInput: Swift.Sendable { public init( resourceGatewayIdentifier: Swift.String? = nil - ) - { + ) { self.resourceGatewayIdentifier = resourceGatewayIdentifier } } @@ -3326,8 +3239,7 @@ public struct GetResourceGatewayOutput: Swift.Sendable { status: VPCLatticeClientTypes.ResourceGatewayStatus? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -3348,8 +3260,7 @@ public struct GetResourcePolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3360,8 +3271,7 @@ public struct GetResourcePolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -3381,8 +3291,7 @@ public struct GetRuleInput: Swift.Sendable { listenerIdentifier: Swift.String? = nil, ruleIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.ruleIdentifier = ruleIdentifier self.serviceIdentifier = serviceIdentifier @@ -3419,8 +3328,7 @@ public struct GetRuleOutput: Swift.Sendable { match: VPCLatticeClientTypes.RuleMatch? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.action = action self.arn = arn self.createdAt = createdAt @@ -3440,8 +3348,7 @@ public struct GetServiceInput: Swift.Sendable { public init( serviceIdentifier: Swift.String? = nil - ) - { + ) { self.serviceIdentifier = serviceIdentifier } } @@ -3485,8 +3392,7 @@ public struct GetServiceOutput: Swift.Sendable { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceStatus? = nil - ) - { + ) { self.arn = arn self.authType = authType self.certificateArn = certificateArn @@ -3509,8 +3415,7 @@ public struct GetServiceNetworkInput: Swift.Sendable { public init( serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkIdentifier = serviceNetworkIdentifier } } @@ -3545,8 +3450,7 @@ public struct GetServiceNetworkOutput: Swift.Sendable { numberOfAssociatedServices: Swift.Int? = nil, numberOfAssociatedVPCs: Swift.Int? = nil, sharingConfig: VPCLatticeClientTypes.SharingConfig? = nil - ) - { + ) { self.arn = arn self.authType = authType self.createdAt = createdAt @@ -3566,8 +3470,7 @@ public struct GetServiceNetworkResourceAssociationInput: Swift.Sendable { public init( serviceNetworkResourceAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkResourceAssociationIdentifier = serviceNetworkResourceAssociationIdentifier } } @@ -3626,8 +3529,7 @@ public struct GetServiceNetworkResourceAssociationOutput: Swift.Sendable { serviceNetworkId: Swift.String? = nil, serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkResourceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -3655,8 +3557,7 @@ public struct GetServiceNetworkServiceAssociationInput: Swift.Sendable { public init( serviceNetworkServiceAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkServiceAssociationIdentifier = serviceNetworkServiceAssociationIdentifier } } @@ -3709,8 +3610,7 @@ public struct GetServiceNetworkServiceAssociationOutput: Swift.Sendable { serviceNetworkId: Swift.String? = nil, serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkServiceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -3736,8 +3636,7 @@ public struct GetServiceNetworkVpcAssociationInput: Swift.Sendable { public init( serviceNetworkVpcAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.serviceNetworkVpcAssociationIdentifier = serviceNetworkVpcAssociationIdentifier } } @@ -3784,8 +3683,7 @@ public struct GetServiceNetworkVpcAssociationOutput: Swift.Sendable { serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkVpcAssociationStatus? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -3809,8 +3707,7 @@ public struct GetTargetGroupInput: Swift.Sendable { public init( targetGroupIdentifier: Swift.String? = nil - ) - { + ) { self.targetGroupIdentifier = targetGroupIdentifier } } @@ -3851,8 +3748,7 @@ public struct GetTargetGroupOutput: Swift.Sendable { serviceArns: [Swift.String]? = nil, status: VPCLatticeClientTypes.TargetGroupStatus? = nil, type: VPCLatticeClientTypes.TargetGroupType? = nil - ) - { + ) { self.arn = arn self.config = config self.createdAt = createdAt @@ -3880,8 +3776,7 @@ public struct ListListenersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceIdentifier = serviceIdentifier @@ -3915,8 +3810,7 @@ extension VPCLatticeClientTypes { name: Swift.String? = nil, port: Swift.Int? = nil, `protocol`: VPCLatticeClientTypes.ListenerProtocol? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -3938,8 +3832,7 @@ public struct ListListenersOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ListenerSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -3960,8 +3853,7 @@ public struct UpdateListenerInput: Swift.Sendable { defaultAction: VPCLatticeClientTypes.RuleAction? = nil, listenerIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.listenerIdentifier = listenerIdentifier self.serviceIdentifier = serviceIdentifier @@ -3995,8 +3887,7 @@ public struct UpdateListenerOutput: Swift.Sendable { `protocol`: VPCLatticeClientTypes.ListenerProtocol? = nil, serviceArn: Swift.String? = nil, serviceId: Swift.String? = nil - ) - { + ) { self.arn = arn self.defaultAction = defaultAction self.id = id @@ -4023,8 +3914,7 @@ public struct ListResourceConfigurationsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceConfigurationGroupIdentifier: Swift.String? = nil, resourceGatewayIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceConfigurationGroupIdentifier = resourceConfigurationGroupIdentifier @@ -4076,8 +3966,7 @@ extension VPCLatticeClientTypes { resourceGatewayId: Swift.String? = nil, status: VPCLatticeClientTypes.ResourceConfigurationStatus? = nil, type: VPCLatticeClientTypes.ResourceConfigurationType? = nil - ) - { + ) { self.amazonManaged = amazonManaged self.arn = arn self.createdAt = createdAt @@ -4101,8 +3990,7 @@ public struct ListResourceConfigurationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ResourceConfigurationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4130,8 +4018,7 @@ public struct ListResourceEndpointAssociationsInput: Swift.Sendable { resourceEndpointAssociationIdentifier: Swift.String? = nil, vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceConfigurationIdentifier = resourceConfigurationIdentifier @@ -4174,8 +4061,7 @@ extension VPCLatticeClientTypes { resourceConfigurationName: Swift.String? = nil, vpcEndpointId: Swift.String? = nil, vpcEndpointOwner: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -4199,8 +4085,7 @@ public struct ListResourceEndpointAssociationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ResourceEndpointAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4215,8 +4100,7 @@ public struct ListResourceGatewaysInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4258,8 +4142,7 @@ extension VPCLatticeClientTypes { status: VPCLatticeClientTypes.ResourceGatewayStatus? = nil, subnetIds: [Swift.String]? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -4283,8 +4166,7 @@ public struct ListResourceGatewaysOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ResourceGatewaySummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4307,8 +4189,7 @@ public struct ListRulesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.listenerIdentifier = listenerIdentifier self.maxResults = maxResults self.nextToken = nextToken @@ -4343,8 +4224,7 @@ extension VPCLatticeClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -4366,8 +4246,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.RuleSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4388,8 +4267,7 @@ public struct ListServiceNetworkResourceAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceConfigurationIdentifier: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceConfigurationIdentifier = resourceConfigurationIdentifier @@ -4448,8 +4326,7 @@ extension VPCLatticeClientTypes { serviceNetworkId: Swift.String? = nil, serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkResourceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -4479,8 +4356,7 @@ public struct ListServiceNetworkResourceAssociationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceNetworkResourceAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4495,8 +4371,7 @@ public struct ListServiceNetworksInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4532,8 +4407,7 @@ extension VPCLatticeClientTypes { numberOfAssociatedResourceConfigurations: Swift.Int? = nil, numberOfAssociatedServices: Swift.Int? = nil, numberOfAssociatedVPCs: Swift.Int? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -4556,8 +4430,7 @@ public struct ListServiceNetworksOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceNetworkSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4578,8 +4451,7 @@ public struct ListServiceNetworkServiceAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceIdentifier: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceIdentifier = serviceIdentifier @@ -4632,8 +4504,7 @@ extension VPCLatticeClientTypes { serviceNetworkId: Swift.String? = nil, serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkServiceAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -4661,8 +4532,7 @@ public struct ListServiceNetworkServiceAssociationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceNetworkServiceAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4683,8 +4553,7 @@ public struct ListServiceNetworkVpcAssociationsInput: Swift.Sendable { nextToken: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceNetworkIdentifier = serviceNetworkIdentifier @@ -4728,8 +4597,7 @@ extension VPCLatticeClientTypes { serviceNetworkName: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceNetworkVpcAssociationStatus? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.createdBy = createdBy @@ -4754,8 +4622,7 @@ public struct ListServiceNetworkVpcAssociationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceNetworkVpcAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4774,8 +4641,7 @@ public struct ListServiceNetworkVpcEndpointAssociationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.serviceNetworkIdentifier = serviceNetworkIdentifier @@ -4809,8 +4675,7 @@ extension VPCLatticeClientTypes { vpcEndpointId: Swift.String? = nil, vpcEndpointOwnerId: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.id = id self.serviceNetworkArn = serviceNetworkArn @@ -4832,8 +4697,7 @@ public struct ListServiceNetworkVpcEndpointAssociationsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceNetworkEndpointAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4848,8 +4712,7 @@ public struct ListServicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4885,8 +4748,7 @@ extension VPCLatticeClientTypes { lastUpdatedAt: Foundation.Date? = nil, name: Swift.String? = nil, status: VPCLatticeClientTypes.ServiceStatus? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.customDomainName = customDomainName @@ -4908,8 +4770,7 @@ public struct ListServicesOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.ServiceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -4922,8 +4783,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4934,8 +4794,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4955,8 +4814,7 @@ public struct ListTargetGroupsInput: Swift.Sendable { nextToken: Swift.String? = nil, targetGroupType: VPCLatticeClientTypes.TargetGroupType? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetGroupType = targetGroupType @@ -5009,8 +4867,7 @@ extension VPCLatticeClientTypes { status: VPCLatticeClientTypes.TargetGroupStatus? = nil, type: VPCLatticeClientTypes.TargetGroupType? = nil, vpcIdentifier: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.id = id @@ -5037,8 +4894,7 @@ public struct ListTargetGroupsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.TargetGroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -5060,8 +4916,7 @@ public struct ListTargetsInput: Swift.Sendable { nextToken: Swift.String? = nil, targetGroupIdentifier: Swift.String? = nil, targets: [VPCLatticeClientTypes.Target]? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.targetGroupIdentifier = targetGroupIdentifier @@ -5146,8 +5001,7 @@ extension VPCLatticeClientTypes { port: Swift.Int? = nil, reasonCode: Swift.String? = nil, status: VPCLatticeClientTypes.TargetStatus? = nil - ) - { + ) { self.id = id self.port = port self.reasonCode = reasonCode @@ -5166,8 +5020,7 @@ public struct ListTargetsOutput: Swift.Sendable { public init( items: [VPCLatticeClientTypes.TargetSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.items = items self.nextToken = nextToken } @@ -5184,8 +5037,7 @@ public struct PutAuthPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceIdentifier: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceIdentifier = resourceIdentifier } @@ -5200,8 +5052,7 @@ public struct PutAuthPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil, state: VPCLatticeClientTypes.AuthPolicyState? = nil - ) - { + ) { self.policy = policy self.state = state } @@ -5218,8 +5069,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -5246,8 +5096,7 @@ public struct UpdateResourceConfigurationInput: Swift.Sendable { portRanges: [Swift.String]? = nil, resourceConfigurationDefinition: VPCLatticeClientTypes.ResourceConfigurationDefinition? = nil, resourceConfigurationIdentifier: Swift.String? = nil - ) - { + ) { self.allowAssociationToShareableServiceNetwork = allowAssociationToShareableServiceNetwork self.portRanges = portRanges self.resourceConfigurationDefinition = resourceConfigurationDefinition @@ -5299,8 +5148,7 @@ public struct UpdateResourceConfigurationOutput: Swift.Sendable { resourceGatewayId: Swift.String? = nil, status: VPCLatticeClientTypes.ResourceConfigurationStatus? = nil, type: VPCLatticeClientTypes.ResourceConfigurationType? = nil - ) - { + ) { self.allowAssociationToShareableServiceNetwork = allowAssociationToShareableServiceNetwork self.arn = arn self.id = id @@ -5325,8 +5173,7 @@ public struct UpdateResourceGatewayInput: Swift.Sendable { public init( resourceGatewayIdentifier: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil - ) - { + ) { self.resourceGatewayIdentifier = resourceGatewayIdentifier self.securityGroupIds = securityGroupIds } @@ -5359,8 +5206,7 @@ public struct UpdateResourceGatewayOutput: Swift.Sendable { status: VPCLatticeClientTypes.ResourceGatewayStatus? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.ipAddressType = ipAddressType @@ -5396,8 +5242,7 @@ public struct UpdateRuleInput: Swift.Sendable { priority: Swift.Int? = nil, ruleIdentifier: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.action = action self.listenerIdentifier = listenerIdentifier self.match = match @@ -5431,8 +5276,7 @@ public struct UpdateRuleOutput: Swift.Sendable { match: VPCLatticeClientTypes.RuleMatch? = nil, name: Swift.String? = nil, priority: Swift.Int? = nil - ) - { + ) { self.action = action self.arn = arn self.id = id @@ -5460,8 +5304,7 @@ public struct UpdateServiceInput: Swift.Sendable { authType: VPCLatticeClientTypes.AuthType? = nil, certificateArn: Swift.String? = nil, serviceIdentifier: Swift.String? = nil - ) - { + ) { self.authType = authType self.certificateArn = certificateArn self.serviceIdentifier = serviceIdentifier @@ -5489,8 +5332,7 @@ public struct UpdateServiceOutput: Swift.Sendable { customDomainName: Swift.String? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.authType = authType self.certificateArn = certificateArn @@ -5515,8 +5357,7 @@ public struct UpdateServiceNetworkInput: Swift.Sendable { public init( authType: VPCLatticeClientTypes.AuthType? = nil, serviceNetworkIdentifier: Swift.String? = nil - ) - { + ) { self.authType = authType self.serviceNetworkIdentifier = serviceNetworkIdentifier } @@ -5537,8 +5378,7 @@ public struct UpdateServiceNetworkOutput: Swift.Sendable { authType: VPCLatticeClientTypes.AuthType? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.authType = authType self.id = id @@ -5557,8 +5397,7 @@ public struct UpdateServiceNetworkVpcAssociationInput: Swift.Sendable { public init( securityGroupIds: [Swift.String]? = nil, serviceNetworkVpcAssociationIdentifier: Swift.String? = nil - ) - { + ) { self.securityGroupIds = securityGroupIds self.serviceNetworkVpcAssociationIdentifier = serviceNetworkVpcAssociationIdentifier } @@ -5582,8 +5421,7 @@ public struct UpdateServiceNetworkVpcAssociationOutput: Swift.Sendable { id: Swift.String? = nil, securityGroupIds: [Swift.String]? = nil, status: VPCLatticeClientTypes.ServiceNetworkVpcAssociationStatus? = nil - ) - { + ) { self.arn = arn self.createdBy = createdBy self.id = id @@ -5603,8 +5441,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -5626,8 +5463,7 @@ public struct RegisterTargetsInput: Swift.Sendable { public init( targetGroupIdentifier: Swift.String? = nil, targets: [VPCLatticeClientTypes.Target]? = nil - ) - { + ) { self.targetGroupIdentifier = targetGroupIdentifier self.targets = targets } @@ -5642,8 +5478,7 @@ public struct RegisterTargetsOutput: Swift.Sendable { public init( successful: [VPCLatticeClientTypes.Target]? = nil, unsuccessful: [VPCLatticeClientTypes.TargetFailure]? = nil - ) - { + ) { self.successful = successful self.unsuccessful = unsuccessful } @@ -5660,8 +5495,7 @@ public struct UpdateTargetGroupInput: Swift.Sendable { public init( healthCheck: VPCLatticeClientTypes.HealthCheckConfig? = nil, targetGroupIdentifier: Swift.String? = nil - ) - { + ) { self.healthCheck = healthCheck self.targetGroupIdentifier = targetGroupIdentifier } @@ -5688,8 +5522,7 @@ public struct UpdateTargetGroupOutput: Swift.Sendable { name: Swift.String? = nil, status: VPCLatticeClientTypes.TargetGroupStatus? = nil, type: VPCLatticeClientTypes.TargetGroupType? = nil - ) - { + ) { self.arn = arn self.config = config self.id = id @@ -5710,8 +5543,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/VPCLatticeClient.swift b/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/VPCLatticeClient.swift index 0e6a9c78a32..40b98785693 100644 --- a/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/VPCLatticeClient.swift +++ b/Sources/Services/AWSVPCLattice/Sources/AWSVPCLattice/VPCLatticeClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class VPCLatticeClient: ClientRuntime.Client { public static let clientName = "VPCLatticeClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: VPCLatticeClient.VPCLatticeClientConfiguration let serviceName = "VPC Lattice" diff --git a/Sources/Services/AWSVerifiedPermissions/Package.swift.txt b/Sources/Services/AWSVerifiedPermissions/Package.swift.txt index f35fff1c8eb..c0cca77d43f 100644 --- a/Sources/Services/AWSVerifiedPermissions/Package.swift.txt +++ b/Sources/Services/AWSVerifiedPermissions/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/Models.swift b/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/Models.swift index 91920ad8b0c..c070cc6b530 100644 --- a/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/Models.swift +++ b/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -65,8 +64,7 @@ extension VerifiedPermissionsClientTypes { public init( actionId: Swift.String? = nil, actionType: Swift.String? = nil - ) - { + ) { self.actionId = actionId self.actionType = actionType } @@ -92,8 +90,7 @@ extension VerifiedPermissionsClientTypes { public init( entityId: Swift.String? = nil, entityType: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.entityType = entityType } @@ -119,8 +116,7 @@ extension VerifiedPermissionsClientTypes { public init( policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.policyStoreId = policyStoreId } @@ -134,8 +130,7 @@ public struct BatchGetPolicyInput: Swift.Sendable { public init( requests: [VerifiedPermissionsClientTypes.BatchGetPolicyInputItem]? = nil - ) - { + ) { self.requests = requests } } @@ -191,8 +186,7 @@ extension VerifiedPermissionsClientTypes { message: Swift.String? = nil, policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.code = code self.message = message self.policyId = policyId @@ -214,8 +208,7 @@ extension VerifiedPermissionsClientTypes { public init( description: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.description = description self.statement = statement } @@ -243,8 +236,7 @@ extension VerifiedPermissionsClientTypes { policyTemplateId: Swift.String? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.policyTemplateId = policyTemplateId self.principal = principal self.resource = resource @@ -327,8 +319,7 @@ extension VerifiedPermissionsClientTypes { policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil, policyType: VerifiedPermissionsClientTypes.PolicyType? = nil - ) - { + ) { self.createdDate = createdDate self.definition = definition self.lastUpdatedDate = lastUpdatedDate @@ -350,8 +341,7 @@ public struct BatchGetPolicyOutput: Swift.Sendable { public init( errors: [VerifiedPermissionsClientTypes.BatchGetPolicyErrorItem]? = nil, results: [VerifiedPermissionsClientTypes.BatchGetPolicyOutputItem]? = nil - ) - { + ) { self.errors = errors self.results = results } @@ -422,8 +412,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: VerifiedPermissionsClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -469,8 +458,7 @@ extension VerifiedPermissionsClientTypes { public init( policyId: Swift.String? = nil - ) - { + ) { self.policyId = policyId } } @@ -486,8 +474,7 @@ extension VerifiedPermissionsClientTypes { public init( errorDescription: Swift.String? = nil - ) - { + ) { self.errorDescription = errorDescription } } @@ -509,8 +496,7 @@ extension VerifiedPermissionsClientTypes { public init( groupEntityType: Swift.String? = nil - ) - { + ) { self.groupEntityType = groupEntityType } } @@ -530,8 +516,7 @@ extension VerifiedPermissionsClientTypes { public init( groupEntityType: Swift.String? = nil - ) - { + ) { self.groupEntityType = groupEntityType } } @@ -551,8 +536,7 @@ extension VerifiedPermissionsClientTypes { public init( groupEntityType: Swift.String? = nil - ) - { + ) { self.groupEntityType = groupEntityType } } @@ -579,8 +563,7 @@ extension VerifiedPermissionsClientTypes { clientIds: [Swift.String]? = nil, groupConfiguration: VerifiedPermissionsClientTypes.CognitoGroupConfiguration? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.groupConfiguration = groupConfiguration self.userPoolArn = userPoolArn @@ -614,8 +597,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.CognitoGroupConfigurationDetail? = nil, issuer: Swift.String? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -650,8 +632,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.CognitoGroupConfigurationItem? = nil, issuer: Swift.String? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -679,8 +660,7 @@ extension VerifiedPermissionsClientTypes { public init( groupClaim: Swift.String? = nil, groupEntityType: Swift.String? = nil - ) - { + ) { self.groupClaim = groupClaim self.groupEntityType = groupEntityType } @@ -704,8 +684,7 @@ extension VerifiedPermissionsClientTypes { public init( audiences: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.audiences = audiences self.principalIdClaim = principalIdClaim } @@ -729,8 +708,7 @@ extension VerifiedPermissionsClientTypes { public init( clientIds: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.clientIds = clientIds self.principalIdClaim = principalIdClaim } @@ -774,8 +752,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.OpenIdConnectGroupConfiguration? = nil, issuer: Swift.String? = nil, tokenSelection: VerifiedPermissionsClientTypes.OpenIdConnectTokenSelection? = nil - ) - { + ) { self.entityIdPrefix = entityIdPrefix self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -815,8 +792,7 @@ extension VerifiedPermissionsClientTypes { public init( groupClaim: Swift.String? = nil, groupEntityType: Swift.String? = nil - ) - { + ) { self.groupClaim = groupClaim self.groupEntityType = groupEntityType } @@ -840,8 +816,7 @@ extension VerifiedPermissionsClientTypes { public init( audiences: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.audiences = audiences self.principalIdClaim = principalIdClaim } @@ -865,8 +840,7 @@ extension VerifiedPermissionsClientTypes { public init( clientIds: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.clientIds = clientIds self.principalIdClaim = principalIdClaim } @@ -910,8 +884,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.OpenIdConnectGroupConfigurationDetail? = nil, issuer: Swift.String? = nil, tokenSelection: VerifiedPermissionsClientTypes.OpenIdConnectTokenSelectionDetail? = nil - ) - { + ) { self.entityIdPrefix = entityIdPrefix self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -951,8 +924,7 @@ extension VerifiedPermissionsClientTypes { public init( groupClaim: Swift.String? = nil, groupEntityType: Swift.String? = nil - ) - { + ) { self.groupClaim = groupClaim self.groupEntityType = groupEntityType } @@ -976,8 +948,7 @@ extension VerifiedPermissionsClientTypes { public init( audiences: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.audiences = audiences self.principalIdClaim = principalIdClaim } @@ -1001,8 +972,7 @@ extension VerifiedPermissionsClientTypes { public init( clientIds: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.clientIds = clientIds self.principalIdClaim = principalIdClaim } @@ -1046,8 +1016,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.OpenIdConnectGroupConfigurationItem? = nil, issuer: Swift.String? = nil, tokenSelection: VerifiedPermissionsClientTypes.OpenIdConnectTokenSelectionItem? = nil - ) - { + ) { self.entityIdPrefix = entityIdPrefix self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -1087,8 +1056,7 @@ extension VerifiedPermissionsClientTypes { public init( resourceId: Swift.String? = nil, resourceType: VerifiedPermissionsClientTypes.ResourceType? = nil - ) - { + ) { self.resourceId = resourceId self.resourceType = resourceType } @@ -1118,8 +1086,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil, resources: [VerifiedPermissionsClientTypes.ResourceConflict]? = nil - ) - { + ) { self.properties.message = message self.properties.resources = resources } @@ -1157,8 +1124,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: VerifiedPermissionsClientTypes.ResourceType? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1184,8 +1150,7 @@ public struct CreateIdentitySourceInput: Swift.Sendable { configuration: VerifiedPermissionsClientTypes.Configuration? = nil, policyStoreId: Swift.String? = nil, principalEntityType: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.configuration = configuration self.policyStoreId = policyStoreId @@ -1217,8 +1182,7 @@ public struct CreateIdentitySourceOutput: Swift.Sendable { identitySourceId: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.identitySourceId = identitySourceId self.lastUpdatedDate = lastUpdatedDate @@ -1239,8 +1203,7 @@ extension VerifiedPermissionsClientTypes { public init( description: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.description = description self.statement = statement } @@ -1268,8 +1231,7 @@ extension VerifiedPermissionsClientTypes { policyTemplateId: Swift.String? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.policyTemplateId = policyTemplateId self.principal = principal self.resource = resource @@ -1303,8 +1265,7 @@ public struct CreatePolicyInput: Swift.Sendable { clientToken: Swift.String? = nil, definition: VerifiedPermissionsClientTypes.PolicyDefinition? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.definition = definition self.policyStoreId = policyStoreId @@ -1375,8 +1336,7 @@ public struct CreatePolicyOutput: Swift.Sendable { policyType: VerifiedPermissionsClientTypes.PolicyType? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.actions = actions self.createdDate = createdDate self.effect = effect @@ -1435,8 +1395,7 @@ extension VerifiedPermissionsClientTypes { public init( mode: VerifiedPermissionsClientTypes.ValidationMode? = nil - ) - { + ) { self.mode = mode } } @@ -1455,8 +1414,7 @@ public struct CreatePolicyStoreInput: Swift.Sendable { clientToken: Swift.String? = nil, description: Swift.String? = nil, validationSettings: VerifiedPermissionsClientTypes.ValidationSettings? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.validationSettings = validationSettings @@ -1487,8 +1445,7 @@ public struct CreatePolicyStoreOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate @@ -1513,8 +1470,7 @@ public struct CreatePolicyTemplateInput: Swift.Sendable { description: Swift.String? = nil, policyStoreId: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.policyStoreId = policyStoreId @@ -1546,8 +1502,7 @@ public struct CreatePolicyTemplateOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate self.policyStoreId = policyStoreId @@ -1566,8 +1521,7 @@ public struct DeleteIdentitySourceInput: Swift.Sendable { public init( identitySourceId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.identitySourceId = identitySourceId self.policyStoreId = policyStoreId } @@ -1589,8 +1543,7 @@ public struct DeletePolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.policyStoreId = policyStoreId } @@ -1608,8 +1561,7 @@ public struct DeletePolicyStoreInput: Swift.Sendable { public init( policyStoreId: Swift.String? = nil - ) - { + ) { self.policyStoreId = policyStoreId } } @@ -1630,8 +1582,7 @@ public struct DeletePolicyTemplateInput: Swift.Sendable { public init( policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil - ) - { + ) { self.policyStoreId = policyStoreId self.policyTemplateId = policyTemplateId } @@ -1665,8 +1616,7 @@ public struct GetIdentitySourceInput: Swift.Sendable { public init( identitySourceId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.identitySourceId = identitySourceId self.policyStoreId = policyStoreId } @@ -1721,8 +1671,7 @@ extension VerifiedPermissionsClientTypes { discoveryUrl: Swift.String? = nil, openIdIssuer: VerifiedPermissionsClientTypes.OpenIdIssuer? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.discoveryUrl = discoveryUrl self.openIdIssuer = openIdIssuer @@ -1766,8 +1715,7 @@ public struct GetIdentitySourceOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, principalEntityType: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.createdDate = createdDate self.details = details @@ -1794,8 +1742,7 @@ public struct GetPolicyInput: Swift.Sendable { public init( policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.policyId = policyId self.policyStoreId = policyStoreId } @@ -1840,8 +1787,7 @@ public struct GetPolicyOutput: Swift.Sendable { policyType: VerifiedPermissionsClientTypes.PolicyType? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.actions = actions self.createdDate = createdDate self.definition = definition @@ -1862,8 +1808,7 @@ public struct GetPolicyStoreInput: Swift.Sendable { public init( policyStoreId: Swift.String? = nil - ) - { + ) { self.policyStoreId = policyStoreId } } @@ -1894,8 +1839,7 @@ public struct GetPolicyStoreOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, validationSettings: VerifiedPermissionsClientTypes.ValidationSettings? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.description = description @@ -1921,8 +1865,7 @@ public struct GetPolicyTemplateInput: Swift.Sendable { public init( policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil - ) - { + ) { self.policyStoreId = policyStoreId self.policyTemplateId = policyTemplateId } @@ -1954,8 +1897,7 @@ public struct GetPolicyTemplateOutput: Swift.Sendable { policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -1977,8 +1919,7 @@ public struct GetSchemaInput: Swift.Sendable { public init( policyStoreId: Swift.String? = nil - ) - { + ) { self.policyStoreId = policyStoreId } } @@ -2005,8 +1946,7 @@ public struct GetSchemaOutput: Swift.Sendable { namespaces: [Swift.String]? = nil, policyStoreId: Swift.String? = nil, schema: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate self.namespaces = namespaces @@ -2029,8 +1969,7 @@ extension VerifiedPermissionsClientTypes { public init( principalEntityType: Swift.String? = nil - ) - { + ) { self.principalEntityType = principalEntityType } } @@ -2057,8 +1996,7 @@ public struct ListIdentitySourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -2089,8 +2027,7 @@ extension VerifiedPermissionsClientTypes { discoveryUrl: Swift.String? = nil, openIdIssuer: VerifiedPermissionsClientTypes.OpenIdIssuer? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.discoveryUrl = discoveryUrl self.openIdIssuer = openIdIssuer @@ -2137,8 +2074,7 @@ extension VerifiedPermissionsClientTypes { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, principalEntityType: Swift.String? = nil - ) - { + ) { self.configuration = configuration self.createdDate = createdDate self.details = details @@ -2165,8 +2101,7 @@ public struct ListIdentitySourcesOutput: Swift.Sendable { public init( identitySources: [VerifiedPermissionsClientTypes.IdentitySourceItem]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identitySources = identitySources self.nextToken = nextToken } @@ -2182,8 +2117,7 @@ extension VerifiedPermissionsClientTypes { public init( groupEntityType: Swift.String? = nil - ) - { + ) { self.groupEntityType = groupEntityType } } @@ -2210,8 +2144,7 @@ extension VerifiedPermissionsClientTypes { clientIds: [Swift.String]? = nil, groupConfiguration: VerifiedPermissionsClientTypes.UpdateCognitoGroupConfiguration? = nil, userPoolArn: Swift.String? = nil - ) - { + ) { self.clientIds = clientIds self.groupConfiguration = groupConfiguration self.userPoolArn = userPoolArn @@ -2238,8 +2171,7 @@ extension VerifiedPermissionsClientTypes { public init( groupClaim: Swift.String? = nil, groupEntityType: Swift.String? = nil - ) - { + ) { self.groupClaim = groupClaim self.groupEntityType = groupEntityType } @@ -2263,8 +2195,7 @@ extension VerifiedPermissionsClientTypes { public init( audiences: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.audiences = audiences self.principalIdClaim = principalIdClaim } @@ -2288,8 +2219,7 @@ extension VerifiedPermissionsClientTypes { public init( clientIds: [Swift.String]? = nil, principalIdClaim: Swift.String? = "sub" - ) - { + ) { self.clientIds = clientIds self.principalIdClaim = principalIdClaim } @@ -2333,8 +2263,7 @@ extension VerifiedPermissionsClientTypes { groupConfiguration: VerifiedPermissionsClientTypes.UpdateOpenIdConnectGroupConfiguration? = nil, issuer: Swift.String? = nil, tokenSelection: VerifiedPermissionsClientTypes.UpdateOpenIdConnectTokenSelection? = nil - ) - { + ) { self.entityIdPrefix = entityIdPrefix self.groupConfiguration = groupConfiguration self.issuer = issuer @@ -2378,8 +2307,7 @@ public struct UpdateIdentitySourceInput: Swift.Sendable { policyStoreId: Swift.String? = nil, principalEntityType: Swift.String? = nil, updateConfiguration: VerifiedPermissionsClientTypes.UpdateConfiguration? = nil - ) - { + ) { self.identitySourceId = identitySourceId self.policyStoreId = policyStoreId self.principalEntityType = principalEntityType @@ -2411,8 +2339,7 @@ public struct UpdateIdentitySourceOutput: Swift.Sendable { identitySourceId: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.identitySourceId = identitySourceId self.lastUpdatedDate = lastUpdatedDate @@ -2439,8 +2366,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2460,8 +2386,7 @@ public struct IsAuthorizedOutput: Swift.Sendable { decision: VerifiedPermissionsClientTypes.Decision? = nil, determiningPolicies: [VerifiedPermissionsClientTypes.DeterminingPolicyItem]? = nil, errors: [VerifiedPermissionsClientTypes.EvaluationErrorItem]? = nil - ) - { + ) { self.decision = decision self.determiningPolicies = determiningPolicies self.errors = errors @@ -2491,8 +2416,7 @@ public struct IsAuthorizedWithTokenOutput: Swift.Sendable { determiningPolicies: [VerifiedPermissionsClientTypes.DeterminingPolicyItem]? = nil, errors: [VerifiedPermissionsClientTypes.EvaluationErrorItem]? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.decision = decision self.determiningPolicies = determiningPolicies self.errors = errors @@ -2523,8 +2447,7 @@ extension VerifiedPermissionsClientTypes { policyType: VerifiedPermissionsClientTypes.PolicyType? = nil, principal: VerifiedPermissionsClientTypes.EntityReference? = nil, resource: VerifiedPermissionsClientTypes.EntityReference? = nil - ) - { + ) { self.policyTemplateId = policyTemplateId self.policyType = policyType self.principal = principal @@ -2549,8 +2472,7 @@ public struct ListPoliciesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.filter = filter self.maxResults = maxResults self.nextToken = nextToken @@ -2567,8 +2489,7 @@ extension VerifiedPermissionsClientTypes { public init( description: Swift.String? = nil - ) - { + ) { self.description = description } } @@ -2595,8 +2516,7 @@ extension VerifiedPermissionsClientTypes { policyTemplateId: Swift.String? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.policyTemplateId = policyTemplateId self.principal = principal self.resource = resource @@ -2662,8 +2582,7 @@ extension VerifiedPermissionsClientTypes { policyType: VerifiedPermissionsClientTypes.PolicyType? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.actions = actions self.createdDate = createdDate self.definition = definition @@ -2688,8 +2607,7 @@ public struct ListPoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policies: [VerifiedPermissionsClientTypes.PolicyItem]? = nil - ) - { + ) { self.nextToken = nextToken self.policies = policies } @@ -2704,8 +2622,7 @@ public struct ListPolicyStoresInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2735,8 +2652,7 @@ extension VerifiedPermissionsClientTypes { description: Swift.String? = nil, lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.description = description @@ -2761,8 +2677,7 @@ public struct ListPolicyStoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyStores: [VerifiedPermissionsClientTypes.PolicyStoreItem]? = nil - ) - { + ) { self.nextToken = nextToken self.policyStores = policyStores } @@ -2781,8 +2696,7 @@ public struct ListPolicyTemplatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.policyStoreId = policyStoreId @@ -2814,8 +2728,7 @@ extension VerifiedPermissionsClientTypes { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.description = description self.lastUpdatedDate = lastUpdatedDate @@ -2840,8 +2753,7 @@ public struct ListPolicyTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, policyTemplates: [VerifiedPermissionsClientTypes.PolicyTemplateItem]? = nil - ) - { + ) { self.nextToken = nextToken self.policyTemplates = policyTemplates } @@ -2875,8 +2787,7 @@ extension VerifiedPermissionsClientTypes { public init( description: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.description = description self.statement = statement } @@ -2928,8 +2839,7 @@ public struct UpdatePolicyInput: Swift.Sendable { definition: VerifiedPermissionsClientTypes.UpdatePolicyDefinition? = nil, policyId: Swift.String? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.definition = definition self.policyId = policyId self.policyStoreId = policyStoreId @@ -2971,8 +2881,7 @@ public struct UpdatePolicyOutput: Swift.Sendable { policyType: VerifiedPermissionsClientTypes.PolicyType? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.actions = actions self.createdDate = createdDate self.effect = effect @@ -3016,8 +2925,7 @@ public struct UpdatePolicyTemplateInput: Swift.Sendable { policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil, statement: Swift.String? = nil - ) - { + ) { self.description = description self.policyStoreId = policyStoreId self.policyTemplateId = policyTemplateId @@ -3049,8 +2957,7 @@ public struct UpdatePolicyTemplateOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil, policyTemplateId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate self.policyStoreId = policyStoreId @@ -3079,8 +2986,7 @@ public struct PutSchemaInput: Swift.Sendable { public init( definition: VerifiedPermissionsClientTypes.SchemaDefinition? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.definition = definition self.policyStoreId = policyStoreId } @@ -3105,8 +3011,7 @@ public struct PutSchemaOutput: Swift.Sendable { lastUpdatedDate: Foundation.Date? = nil, namespaces: [Swift.String]? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate self.namespaces = namespaces @@ -3133,8 +3038,7 @@ public struct UpdatePolicyStoreInput: Swift.Sendable { description: Swift.String? = nil, policyStoreId: Swift.String? = nil, validationSettings: VerifiedPermissionsClientTypes.ValidationSettings? = nil - ) - { + ) { self.description = description self.policyStoreId = policyStoreId self.validationSettings = validationSettings @@ -3165,8 +3069,7 @@ public struct UpdatePolicyStoreOutput: Swift.Sendable { createdDate: Foundation.Date? = nil, lastUpdatedDate: Foundation.Date? = nil, policyStoreId: Swift.String? = nil - ) - { + ) { self.arn = arn self.createdDate = createdDate self.lastUpdatedDate = lastUpdatedDate @@ -3199,8 +3102,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -3221,8 +3123,7 @@ extension VerifiedPermissionsClientTypes { public init( message: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.message = message self.path = path } @@ -3271,8 +3172,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( fieldList: [VerifiedPermissionsClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message } @@ -3328,8 +3228,7 @@ extension VerifiedPermissionsClientTypes { attributes: [Swift.String: VerifiedPermissionsClientTypes.AttributeValue]? = nil, identifier: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, parents: [VerifiedPermissionsClientTypes.EntityIdentifier]? = nil - ) - { + ) { self.attributes = attributes self.identifier = identifier self.parents = parents @@ -3355,8 +3254,7 @@ extension VerifiedPermissionsClientTypes { context: VerifiedPermissionsClientTypes.ContextDefinition? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.action = action self.context = context self.principal = principal @@ -3380,8 +3278,7 @@ extension VerifiedPermissionsClientTypes { action: VerifiedPermissionsClientTypes.ActionIdentifier? = nil, context: VerifiedPermissionsClientTypes.ContextDefinition? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.action = action self.context = context self.resource = resource @@ -3411,8 +3308,7 @@ extension VerifiedPermissionsClientTypes { determiningPolicies: [VerifiedPermissionsClientTypes.DeterminingPolicyItem]? = nil, errors: [VerifiedPermissionsClientTypes.EvaluationErrorItem]? = nil, request: VerifiedPermissionsClientTypes.BatchIsAuthorizedInputItem? = nil - ) - { + ) { self.decision = decision self.determiningPolicies = determiningPolicies self.errors = errors @@ -3448,8 +3344,7 @@ extension VerifiedPermissionsClientTypes { determiningPolicies: [VerifiedPermissionsClientTypes.DeterminingPolicyItem]? = nil, errors: [VerifiedPermissionsClientTypes.EvaluationErrorItem]? = nil, request: VerifiedPermissionsClientTypes.BatchIsAuthorizedWithTokenInputItem? = nil - ) - { + ) { self.decision = decision self.determiningPolicies = determiningPolicies self.errors = errors @@ -3480,8 +3375,7 @@ public struct BatchIsAuthorizedOutput: Swift.Sendable { public init( results: [VerifiedPermissionsClientTypes.BatchIsAuthorizedOutputItem]? = nil - ) - { + ) { self.results = results } } @@ -3496,8 +3390,7 @@ public struct BatchIsAuthorizedWithTokenOutput: Swift.Sendable { public init( principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, results: [VerifiedPermissionsClientTypes.BatchIsAuthorizedWithTokenOutputItem]? = nil - ) - { + ) { self.principal = principal self.results = results } @@ -3525,8 +3418,7 @@ public struct IsAuthorizedInput: Swift.Sendable { policyStoreId: Swift.String? = nil, principal: VerifiedPermissionsClientTypes.EntityIdentifier? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.action = action self.context = context self.entities = entities @@ -3565,8 +3457,7 @@ public struct IsAuthorizedWithTokenInput: Swift.Sendable { identityToken: Swift.String? = nil, policyStoreId: Swift.String? = nil, resource: VerifiedPermissionsClientTypes.EntityIdentifier? = nil - ) - { + ) { self.accessToken = accessToken self.action = action self.context = context @@ -3596,8 +3487,7 @@ public struct BatchIsAuthorizedInput: Swift.Sendable { entities: VerifiedPermissionsClientTypes.EntitiesDefinition? = nil, policyStoreId: Swift.String? = nil, requests: [VerifiedPermissionsClientTypes.BatchIsAuthorizedInputItem]? = nil - ) - { + ) { self.entities = entities self.policyStoreId = policyStoreId self.requests = requests @@ -3628,8 +3518,7 @@ public struct BatchIsAuthorizedWithTokenInput: Swift.Sendable { identityToken: Swift.String? = nil, policyStoreId: Swift.String? = nil, requests: [VerifiedPermissionsClientTypes.BatchIsAuthorizedWithTokenInputItem]? = nil - ) - { + ) { self.accessToken = accessToken self.entities = entities self.identityToken = identityToken diff --git a/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/VerifiedPermissionsClient.swift b/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/VerifiedPermissionsClient.swift index a10d2470b7b..6e2a0c3d086 100644 --- a/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/VerifiedPermissionsClient.swift +++ b/Sources/Services/AWSVerifiedPermissions/Sources/AWSVerifiedPermissions/VerifiedPermissionsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class VerifiedPermissionsClient: ClientRuntime.Client { public static let clientName = "VerifiedPermissionsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: VerifiedPermissionsClient.VerifiedPermissionsClientConfiguration let serviceName = "VerifiedPermissions" diff --git a/Sources/Services/AWSVoiceID/Package.swift.txt b/Sources/Services/AWSVoiceID/Package.swift.txt index f2db408187f..cdba88a5aca 100644 --- a/Sources/Services/AWSVoiceID/Package.swift.txt +++ b/Sources/Services/AWSVoiceID/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/Models.swift b/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/Models.swift index 305c44596bb..cda7ff38caa 100644 --- a/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/Models.swift +++ b/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/Models.swift @@ -65,8 +65,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -157,8 +156,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( conflictType: VoiceIDClientTypes.ConflictType? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.conflictType = conflictType self.properties.message = message } @@ -182,8 +180,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -253,8 +250,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceType: VoiceIDClientTypes.ResourceType? = nil - ) - { + ) { self.properties.message = message self.properties.resourceType = resourceType } @@ -278,8 +274,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -302,8 +297,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -326,8 +320,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -347,8 +340,7 @@ public struct AssociateFraudsterInput: Swift.Sendable { domainId: Swift.String? = nil, fraudsterId: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.fraudsterId = fraudsterId self.watchlistId = watchlistId @@ -378,8 +370,7 @@ extension VoiceIDClientTypes { domainId: Swift.String? = nil, generatedFraudsterId: Swift.String? = nil, watchlistIds: [Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.generatedFraudsterId = generatedFraudsterId @@ -394,8 +385,7 @@ public struct AssociateFraudsterOutput: Swift.Sendable { public init( fraudster: VoiceIDClientTypes.Fraudster? = nil - ) - { + ) { self.fraudster = fraudster } } @@ -410,8 +400,7 @@ extension VoiceIDClientTypes { public init( acceptanceThreshold: Swift.Int? = nil - ) - { + ) { self.acceptanceThreshold = acceptanceThreshold } } @@ -491,8 +480,7 @@ extension VoiceIDClientTypes { decision: VoiceIDClientTypes.AuthenticationDecision? = nil, generatedSpeakerId: Swift.String? = nil, score: Swift.Int? = nil - ) - { + ) { self.audioAggregationEndedAt = audioAggregationEndedAt self.audioAggregationStartedAt = audioAggregationStartedAt self.authenticationResultId = authenticationResultId @@ -520,8 +508,7 @@ extension VoiceIDClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -541,8 +528,7 @@ extension VoiceIDClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -574,8 +560,7 @@ public struct CreateDomainInput: Swift.Sendable { name: Swift.String? = nil, serverSideEncryptionConfiguration: VoiceIDClientTypes.ServerSideEncryptionConfiguration? = nil, tags: [VoiceIDClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -668,8 +653,7 @@ extension VoiceIDClientTypes { message: Swift.String? = nil, oldKmsKeyId: Swift.String? = nil, updateStatus: VoiceIDClientTypes.ServerSideEncryptionUpdateStatus? = nil - ) - { + ) { self.message = message self.oldKmsKeyId = oldKmsKeyId self.updateStatus = updateStatus @@ -687,8 +671,7 @@ extension VoiceIDClientTypes { public init( defaultWatchlistId: Swift.String? = nil - ) - { + ) { self.defaultWatchlistId = defaultWatchlistId } } @@ -730,8 +713,7 @@ extension VoiceIDClientTypes { serverSideEncryptionUpdateDetails: VoiceIDClientTypes.ServerSideEncryptionUpdateDetails? = nil, updatedAt: Foundation.Date? = nil, watchlistDetails: VoiceIDClientTypes.WatchlistDetails? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -757,8 +739,7 @@ public struct CreateDomainOutput: Swift.Sendable { public init( domain: VoiceIDClientTypes.Domain? = nil - ) - { + ) { self.domain = domain } } @@ -780,8 +761,7 @@ public struct CreateWatchlistInput: Swift.Sendable { description: Swift.String? = nil, domainId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.domainId = domainId @@ -821,8 +801,7 @@ extension VoiceIDClientTypes { name: Swift.String? = nil, updatedAt: Foundation.Date? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.defaultWatchlist = defaultWatchlist self.description = description @@ -845,8 +824,7 @@ public struct CreateWatchlistOutput: Swift.Sendable { public init( watchlist: VoiceIDClientTypes.Watchlist? = nil - ) - { + ) { self.watchlist = watchlist } } @@ -858,8 +836,7 @@ public struct DeleteDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -875,8 +852,7 @@ public struct DeleteFraudsterInput: Swift.Sendable { public init( domainId: Swift.String? = nil, fraudsterId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.fraudsterId = fraudsterId } @@ -898,8 +874,7 @@ public struct DeleteSpeakerInput: Swift.Sendable { public init( domainId: Swift.String? = nil, speakerId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.speakerId = speakerId } @@ -921,8 +896,7 @@ public struct DeleteWatchlistInput: Swift.Sendable { public init( domainId: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.watchlistId = watchlistId } @@ -935,8 +909,7 @@ public struct DescribeDomainInput: Swift.Sendable { public init( domainId: Swift.String? = nil - ) - { + ) { self.domainId = domainId } } @@ -947,8 +920,7 @@ public struct DescribeDomainOutput: Swift.Sendable { public init( domain: VoiceIDClientTypes.Domain? = nil - ) - { + ) { self.domain = domain } } @@ -964,8 +936,7 @@ public struct DescribeFraudsterInput: Swift.Sendable { public init( domainId: Swift.String? = nil, fraudsterId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.fraudsterId = fraudsterId } @@ -982,8 +953,7 @@ public struct DescribeFraudsterOutput: Swift.Sendable { public init( fraudster: VoiceIDClientTypes.Fraudster? = nil - ) - { + ) { self.fraudster = fraudster } } @@ -999,8 +969,7 @@ public struct DescribeFraudsterRegistrationJobInput: Swift.Sendable { public init( domainId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.jobId = jobId } @@ -1018,8 +987,7 @@ extension VoiceIDClientTypes { public init( message: Swift.String? = nil, statusCode: Swift.Int? = nil - ) - { + ) { self.message = message self.statusCode = statusCode } @@ -1036,8 +1004,7 @@ extension VoiceIDClientTypes { public init( s3Uri: Swift.String? = nil - ) - { + ) { self.s3Uri = s3Uri } } @@ -1052,8 +1019,7 @@ extension VoiceIDClientTypes { public init( percentComplete: Swift.Int? = nil - ) - { + ) { self.percentComplete = percentComplete } } @@ -1110,8 +1076,7 @@ extension VoiceIDClientTypes { public init( kmsKeyId: Swift.String? = nil, s3Uri: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId self.s3Uri = s3Uri } @@ -1162,8 +1127,7 @@ extension VoiceIDClientTypes { duplicateRegistrationAction: VoiceIDClientTypes.DuplicateRegistrationAction? = nil, fraudsterSimilarityThreshold: Swift.Int? = nil, watchlistIds: [Swift.String]? = nil - ) - { + ) { self.duplicateRegistrationAction = duplicateRegistrationAction self.fraudsterSimilarityThreshold = fraudsterSimilarityThreshold self.watchlistIds = watchlistIds @@ -1213,8 +1177,7 @@ extension VoiceIDClientTypes { jobStatus: VoiceIDClientTypes.FraudsterRegistrationJobStatus? = nil, outputDataConfig: VoiceIDClientTypes.OutputDataConfig? = nil, registrationConfig: VoiceIDClientTypes.RegistrationConfig? = nil - ) - { + ) { self.createdAt = createdAt self.dataAccessRoleArn = dataAccessRoleArn self.domainId = domainId @@ -1242,8 +1205,7 @@ public struct DescribeFraudsterRegistrationJobOutput: Swift.Sendable { public init( job: VoiceIDClientTypes.FraudsterRegistrationJob? = nil - ) - { + ) { self.job = job } } @@ -1259,8 +1221,7 @@ public struct DescribeSpeakerInput: Swift.Sendable { public init( domainId: Swift.String? = nil, speakerId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.speakerId = speakerId } @@ -1333,8 +1294,7 @@ extension VoiceIDClientTypes { lastAccessedAt: Foundation.Date? = nil, status: VoiceIDClientTypes.SpeakerStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.customerSpeakerId = customerSpeakerId self.domainId = domainId @@ -1357,8 +1317,7 @@ public struct DescribeSpeakerOutput: Swift.Sendable { public init( speaker: VoiceIDClientTypes.Speaker? = nil - ) - { + ) { self.speaker = speaker } } @@ -1374,8 +1333,7 @@ public struct DescribeSpeakerEnrollmentJobInput: Swift.Sendable { public init( domainId: Swift.String? = nil, jobId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.jobId = jobId } @@ -1454,8 +1412,7 @@ extension VoiceIDClientTypes { fraudDetectionAction: VoiceIDClientTypes.FraudDetectionAction? = nil, riskThreshold: Swift.Int? = nil, watchlistIds: [Swift.String]? = nil - ) - { + ) { self.fraudDetectionAction = fraudDetectionAction self.riskThreshold = riskThreshold self.watchlistIds = watchlistIds @@ -1475,8 +1432,7 @@ extension VoiceIDClientTypes { public init( existingEnrollmentAction: VoiceIDClientTypes.ExistingEnrollmentAction? = nil, fraudDetectionConfig: VoiceIDClientTypes.EnrollmentJobFraudDetectionConfig? = nil - ) - { + ) { self.existingEnrollmentAction = existingEnrollmentAction self.fraudDetectionConfig = fraudDetectionConfig } @@ -1563,8 +1519,7 @@ extension VoiceIDClientTypes { jobProgress: VoiceIDClientTypes.JobProgress? = nil, jobStatus: VoiceIDClientTypes.SpeakerEnrollmentJobStatus? = nil, outputDataConfig: VoiceIDClientTypes.OutputDataConfig? = nil - ) - { + ) { self.createdAt = createdAt self.dataAccessRoleArn = dataAccessRoleArn self.domainId = domainId @@ -1592,8 +1547,7 @@ public struct DescribeSpeakerEnrollmentJobOutput: Swift.Sendable { public init( job: VoiceIDClientTypes.SpeakerEnrollmentJob? = nil - ) - { + ) { self.job = job } } @@ -1609,8 +1563,7 @@ public struct DescribeWatchlistInput: Swift.Sendable { public init( domainId: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.watchlistId = watchlistId } @@ -1622,8 +1575,7 @@ public struct DescribeWatchlistOutput: Swift.Sendable { public init( watchlist: VoiceIDClientTypes.Watchlist? = nil - ) - { + ) { self.watchlist = watchlist } } @@ -1643,8 +1595,7 @@ public struct DisassociateFraudsterInput: Swift.Sendable { domainId: Swift.String? = nil, fraudsterId: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.fraudsterId = fraudsterId self.watchlistId = watchlistId @@ -1662,8 +1613,7 @@ public struct DisassociateFraudsterOutput: Swift.Sendable { public init( fraudster: VoiceIDClientTypes.Fraudster? = nil - ) - { + ) { self.fraudster = fraudster } } @@ -1677,8 +1627,7 @@ public struct ListDomainsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1720,8 +1669,7 @@ extension VoiceIDClientTypes { serverSideEncryptionUpdateDetails: VoiceIDClientTypes.ServerSideEncryptionUpdateDetails? = nil, updatedAt: Foundation.Date? = nil, watchlistDetails: VoiceIDClientTypes.WatchlistDetails? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.description = description @@ -1750,8 +1698,7 @@ public struct ListDomainsOutput: Swift.Sendable { public init( domainSummaries: [VoiceIDClientTypes.DomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainSummaries = domainSummaries self.nextToken = nextToken } @@ -1775,8 +1722,7 @@ public struct UpdateDomainInput: Swift.Sendable { domainId: Swift.String? = nil, name: Swift.String? = nil, serverSideEncryptionConfiguration: VoiceIDClientTypes.ServerSideEncryptionConfiguration? = nil - ) - { + ) { self.description = description self.domainId = domainId self.name = name @@ -1795,8 +1741,7 @@ public struct UpdateDomainOutput: Swift.Sendable { public init( domain: VoiceIDClientTypes.Domain? = nil - ) - { + ) { self.domain = domain } } @@ -1812,8 +1757,7 @@ public struct EvaluateSessionInput: Swift.Sendable { public init( domainId: Swift.String? = nil, sessionNameOrId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.sessionNameOrId = sessionNameOrId } @@ -1831,8 +1775,7 @@ extension VoiceIDClientTypes { public init( riskThreshold: Swift.Int? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.riskThreshold = riskThreshold self.watchlistId = watchlistId } @@ -1913,8 +1856,7 @@ extension VoiceIDClientTypes { public init( generatedFraudsterId: Swift.String? = nil, riskScore: Swift.Int? = nil - ) - { + ) { self.generatedFraudsterId = generatedFraudsterId self.riskScore = riskScore } @@ -1931,8 +1873,7 @@ extension VoiceIDClientTypes { public init( riskScore: Swift.Int? = nil - ) - { + ) { self.riskScore = riskScore } } @@ -1952,8 +1893,7 @@ extension VoiceIDClientTypes { public init( knownFraudsterRisk: VoiceIDClientTypes.KnownFraudsterRisk? = nil, voiceSpoofingRisk: VoiceIDClientTypes.VoiceSpoofingRisk? = nil - ) - { + ) { self.knownFraudsterRisk = knownFraudsterRisk self.voiceSpoofingRisk = voiceSpoofingRisk } @@ -1987,8 +1927,7 @@ extension VoiceIDClientTypes { fraudDetectionResultId: Swift.String? = nil, reasons: [VoiceIDClientTypes.FraudDetectionReason]? = nil, riskDetails: VoiceIDClientTypes.FraudRiskDetails? = nil - ) - { + ) { self.audioAggregationEndedAt = audioAggregationEndedAt self.audioAggregationStartedAt = audioAggregationStartedAt self.configuration = configuration @@ -2053,8 +1992,7 @@ public struct EvaluateSessionOutput: Swift.Sendable { sessionId: Swift.String? = nil, sessionName: Swift.String? = nil, streamingStatus: VoiceIDClientTypes.StreamingStatus? = nil - ) - { + ) { self.authenticationResult = authenticationResult self.domainId = domainId self.fraudDetectionResult = fraudDetectionResult @@ -2094,8 +2032,7 @@ extension VoiceIDClientTypes { jobName: Swift.String? = nil, jobProgress: VoiceIDClientTypes.JobProgress? = nil, jobStatus: VoiceIDClientTypes.FraudsterRegistrationJobStatus? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.endedAt = endedAt @@ -2131,8 +2068,7 @@ extension VoiceIDClientTypes { domainId: Swift.String? = nil, generatedFraudsterId: Swift.String? = nil, watchlistIds: [Swift.String]? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.generatedFraudsterId = generatedFraudsterId @@ -2157,8 +2093,7 @@ public struct ListFraudsterRegistrationJobsInput: Swift.Sendable { jobStatus: VoiceIDClientTypes.FraudsterRegistrationJobStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.jobStatus = jobStatus self.maxResults = maxResults @@ -2175,8 +2110,7 @@ public struct ListFraudsterRegistrationJobsOutput: Swift.Sendable { public init( jobSummaries: [VoiceIDClientTypes.FraudsterRegistrationJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -2198,8 +2132,7 @@ public struct ListFraudstersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -2216,8 +2149,7 @@ public struct ListFraudstersOutput: Swift.Sendable { public init( fraudsterSummaries: [VoiceIDClientTypes.FraudsterSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.fraudsterSummaries = fraudsterSummaries self.nextToken = nextToken } @@ -2239,8 +2171,7 @@ public struct ListSpeakerEnrollmentJobsInput: Swift.Sendable { jobStatus: VoiceIDClientTypes.SpeakerEnrollmentJobStatus? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.jobStatus = jobStatus self.maxResults = maxResults @@ -2278,8 +2209,7 @@ extension VoiceIDClientTypes { jobName: Swift.String? = nil, jobProgress: VoiceIDClientTypes.JobProgress? = nil, jobStatus: VoiceIDClientTypes.SpeakerEnrollmentJobStatus? = nil - ) - { + ) { self.createdAt = createdAt self.domainId = domainId self.endedAt = endedAt @@ -2306,8 +2236,7 @@ public struct ListSpeakerEnrollmentJobsOutput: Swift.Sendable { public init( jobSummaries: [VoiceIDClientTypes.SpeakerEnrollmentJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobSummaries = jobSummaries self.nextToken = nextToken } @@ -2326,8 +2255,7 @@ public struct ListSpeakersInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -2361,8 +2289,7 @@ extension VoiceIDClientTypes { lastAccessedAt: Foundation.Date? = nil, status: VoiceIDClientTypes.SpeakerStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.customerSpeakerId = customerSpeakerId self.domainId = domainId @@ -2388,8 +2315,7 @@ public struct ListSpeakersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, speakerSummaries: [VoiceIDClientTypes.SpeakerSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.speakerSummaries = speakerSummaries } @@ -2402,8 +2328,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2414,8 +2339,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [VoiceIDClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2433,8 +2357,7 @@ public struct ListWatchlistsInput: Swift.Sendable { domainId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.maxResults = maxResults self.nextToken = nextToken @@ -2468,8 +2391,7 @@ extension VoiceIDClientTypes { name: Swift.String? = nil, updatedAt: Foundation.Date? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.createdAt = createdAt self.defaultWatchlist = defaultWatchlist self.description = description @@ -2495,8 +2417,7 @@ public struct ListWatchlistsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, watchlistSummaries: [VoiceIDClientTypes.WatchlistSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.watchlistSummaries = watchlistSummaries } @@ -2513,8 +2434,7 @@ public struct OptOutSpeakerInput: Swift.Sendable { public init( domainId: Swift.String? = nil, speakerId: Swift.String? = nil - ) - { + ) { self.domainId = domainId self.speakerId = speakerId } @@ -2531,8 +2451,7 @@ public struct OptOutSpeakerOutput: Swift.Sendable { public init( speaker: VoiceIDClientTypes.Speaker? = nil - ) - { + ) { self.speaker = speaker } } @@ -2565,8 +2484,7 @@ public struct StartFraudsterRegistrationJobInput: Swift.Sendable { jobName: Swift.String? = nil, outputDataConfig: VoiceIDClientTypes.OutputDataConfig? = nil, registrationConfig: VoiceIDClientTypes.RegistrationConfig? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.domainId = domainId @@ -2588,8 +2506,7 @@ public struct StartFraudsterRegistrationJobOutput: Swift.Sendable { public init( job: VoiceIDClientTypes.FraudsterRegistrationJob? = nil - ) - { + ) { self.job = job } } @@ -2622,8 +2539,7 @@ public struct StartSpeakerEnrollmentJobInput: Swift.Sendable { inputDataConfig: VoiceIDClientTypes.InputDataConfig? = nil, jobName: Swift.String? = nil, outputDataConfig: VoiceIDClientTypes.OutputDataConfig? = nil - ) - { + ) { self.clientToken = clientToken self.dataAccessRoleArn = dataAccessRoleArn self.domainId = domainId @@ -2645,8 +2561,7 @@ public struct StartSpeakerEnrollmentJobOutput: Swift.Sendable { public init( job: VoiceIDClientTypes.SpeakerEnrollmentJob? = nil - ) - { + ) { self.job = job } } @@ -2662,8 +2577,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [VoiceIDClientTypes.Tag]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -2685,8 +2599,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -2719,8 +2632,7 @@ public struct UpdateWatchlistInput: Swift.Sendable { domainId: Swift.String? = nil, name: Swift.String? = nil, watchlistId: Swift.String? = nil - ) - { + ) { self.description = description self.domainId = domainId self.name = name @@ -2739,8 +2651,7 @@ public struct UpdateWatchlistOutput: Swift.Sendable { public init( watchlist: VoiceIDClientTypes.Watchlist? = nil - ) - { + ) { self.watchlist = watchlist } } diff --git a/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/VoiceIDClient.swift b/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/VoiceIDClient.swift index 4837619452b..d20c99d471a 100644 --- a/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/VoiceIDClient.swift +++ b/Sources/Services/AWSVoiceID/Sources/AWSVoiceID/VoiceIDClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class VoiceIDClient: ClientRuntime.Client { public static let clientName = "VoiceIDClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: VoiceIDClient.VoiceIDClientConfiguration let serviceName = "Voice ID" diff --git a/Sources/Services/AWSWAF/Package.swift.txt b/Sources/Services/AWSWAF/Package.swift.txt index 1cc14982f5a..9f3257abf8e 100644 --- a/Sources/Services/AWSWAF/Package.swift.txt +++ b/Sources/Services/AWSWAF/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWAF/Sources/AWSWAF/Models.swift b/Sources/Services/AWSWAF/Sources/AWSWAF/Models.swift index 2548b8ecafc..1893279e374 100644 --- a/Sources/Services/AWSWAF/Sources/AWSWAF/Models.swift +++ b/Sources/Services/AWSWAF/Sources/AWSWAF/Models.swift @@ -74,8 +74,7 @@ extension WAFClientTypes { public init( type: WAFClientTypes.WafActionType? = nil - ) - { + ) { self.type = type } } @@ -91,8 +90,7 @@ extension WAFClientTypes { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -137,8 +135,7 @@ extension WAFClientTypes { public init( type: WAFClientTypes.WafOverrideActionType? = nil - ) - { + ) { self.type = type } } @@ -219,8 +216,7 @@ extension WAFClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: WAFClientTypes.WafRuleType? = nil - ) - { + ) { self.action = action self.excludedRules = excludedRules self.overrideAction = overrideAction @@ -249,8 +245,7 @@ public struct WAFDisallowedNameException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -273,8 +268,7 @@ public struct WAFInternalErrorException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -444,8 +438,7 @@ public struct WAFInvalidParameterException: ClientRuntime.ModeledError, AWSClien field: WAFClientTypes.ParameterExceptionField? = nil, parameter: Swift.String? = nil, reason: WAFClientTypes.ParameterExceptionReason? = nil - ) - { + ) { self.properties.field = field self.properties.parameter = parameter self.properties.reason = reason @@ -470,8 +463,7 @@ public struct WAFLimitsExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -494,8 +486,7 @@ public struct WAFStaleDataException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -511,8 +502,7 @@ public struct CreateByteMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -589,8 +579,7 @@ extension WAFClientTypes { public init( data: Swift.String? = nil, type: WAFClientTypes.MatchFieldType? = nil - ) - { + ) { self.data = data self.type = type } @@ -769,8 +758,7 @@ extension WAFClientTypes { positionalConstraint: WAFClientTypes.PositionalConstraint? = nil, targetString: Foundation.Data? = nil, textTransformation: WAFClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.positionalConstraint = positionalConstraint self.targetString = targetString @@ -796,8 +784,7 @@ extension WAFClientTypes { byteMatchSetId: Swift.String? = nil, byteMatchTuples: [WAFClientTypes.ByteMatchTuple]? = nil, name: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.byteMatchTuples = byteMatchTuples self.name = name @@ -814,8 +801,7 @@ public struct CreateByteMatchSetOutput: Swift.Sendable { public init( byteMatchSet: WAFClientTypes.ByteMatchSet? = nil, changeToken: Swift.String? = nil - ) - { + ) { self.byteMatchSet = byteMatchSet self.changeToken = changeToken } @@ -832,8 +818,7 @@ public struct CreateGeoMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -1649,8 +1634,7 @@ extension WAFClientTypes { public init( type: WAFClientTypes.GeoMatchConstraintType? = nil, value: WAFClientTypes.GeoMatchConstraintValue? = nil - ) - { + ) { self.type = type self.value = value } @@ -1674,8 +1658,7 @@ extension WAFClientTypes { geoMatchConstraints: [WAFClientTypes.GeoMatchConstraint]? = nil, geoMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.geoMatchConstraints = geoMatchConstraints self.geoMatchSetId = geoMatchSetId self.name = name @@ -1692,8 +1675,7 @@ public struct CreateGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, geoMatchSet: WAFClientTypes.GeoMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSet = geoMatchSet } @@ -1710,8 +1692,7 @@ public struct CreateIPSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -1771,8 +1752,7 @@ extension WAFClientTypes { public init( type: WAFClientTypes.IPSetDescriptorType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1796,8 +1776,7 @@ extension WAFClientTypes { ipSetDescriptors: [WAFClientTypes.IPSetDescriptor]? = nil, ipSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ipSetDescriptors = ipSetDescriptors self.ipSetId = ipSetId self.name = name @@ -1814,8 +1793,7 @@ public struct CreateIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ipSet: WAFClientTypes.IPSet? = nil - ) - { + ) { self.changeToken = changeToken self.ipSet = ipSet } @@ -1839,8 +1817,7 @@ public struct WAFBadRequestException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1863,8 +1840,7 @@ public struct WAFTagOperationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1887,8 +1863,7 @@ public struct WAFTagOperationInternalErrorException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1933,8 +1908,7 @@ extension WAFClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -1967,8 +1941,7 @@ public struct CreateRateBasedRuleInput: Swift.Sendable { rateKey: WAFClientTypes.RateKey? = nil, rateLimit: Swift.Int? = nil, tags: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2040,8 +2013,7 @@ extension WAFClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: WAFClientTypes.PredicateType? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -2084,8 +2056,7 @@ extension WAFClientTypes { rateKey: WAFClientTypes.RateKey? = nil, rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.matchPredicates = matchPredicates self.metricName = metricName self.name = name @@ -2105,8 +2076,7 @@ public struct CreateRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, rule: WAFClientTypes.RateBasedRule? = nil - ) - { + ) { self.changeToken = changeToken self.rule = rule } @@ -2123,8 +2093,7 @@ public struct CreateRegexMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2197,8 +2166,7 @@ extension WAFClientTypes { fieldToMatch: WAFClientTypes.FieldToMatch? = nil, regexPatternSetId: Swift.String? = nil, textTransformation: WAFClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.regexPatternSetId = regexPatternSetId self.textTransformation = textTransformation @@ -2227,8 +2195,7 @@ extension WAFClientTypes { name: Swift.String? = nil, regexMatchSetId: Swift.String? = nil, regexMatchTuples: [WAFClientTypes.RegexMatchTuple]? = nil - ) - { + ) { self.name = name self.regexMatchSetId = regexMatchSetId self.regexMatchTuples = regexMatchTuples @@ -2245,8 +2212,7 @@ public struct CreateRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexMatchSet: WAFClientTypes.RegexMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSet = regexMatchSet } @@ -2263,8 +2229,7 @@ public struct CreateRegexPatternSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2287,8 +2252,7 @@ extension WAFClientTypes { name: Swift.String? = nil, regexPatternSetId: Swift.String? = nil, regexPatternStrings: [Swift.String]? = nil - ) - { + ) { self.name = name self.regexPatternSetId = regexPatternSetId self.regexPatternStrings = regexPatternStrings @@ -2305,8 +2269,7 @@ public struct CreateRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexPatternSet: WAFClientTypes.RegexPatternSet? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSet = regexPatternSet } @@ -2330,8 +2293,7 @@ public struct CreateRuleInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2366,8 +2328,7 @@ extension WAFClientTypes { name: Swift.String? = nil, predicates: [WAFClientTypes.Predicate]? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.predicates = predicates @@ -2385,8 +2346,7 @@ public struct CreateRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, rule: WAFClientTypes.Rule? = nil - ) - { + ) { self.changeToken = changeToken self.rule = rule } @@ -2410,8 +2370,7 @@ public struct CreateRuleGroupInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2441,8 +2400,7 @@ extension WAFClientTypes { metricName: Swift.String? = nil, name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -2459,8 +2417,7 @@ public struct CreateRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleGroup: WAFClientTypes.RuleGroup? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroup = ruleGroup } @@ -2477,8 +2434,7 @@ public struct CreateSizeConstraintSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2590,8 +2546,7 @@ extension WAFClientTypes { fieldToMatch: WAFClientTypes.FieldToMatch? = nil, size: Swift.Int = 0, textTransformation: WAFClientTypes.TextTransformation? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.fieldToMatch = fieldToMatch self.size = size @@ -2617,8 +2572,7 @@ extension WAFClientTypes { name: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil, sizeConstraints: [WAFClientTypes.SizeConstraint]? = nil - ) - { + ) { self.name = name self.sizeConstraintSetId = sizeConstraintSetId self.sizeConstraints = sizeConstraints @@ -2635,8 +2589,7 @@ public struct CreateSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sizeConstraintSet: WAFClientTypes.SizeConstraintSet? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSet = sizeConstraintSet } @@ -2654,8 +2607,7 @@ public struct CreateSqlInjectionMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2718,8 +2670,7 @@ extension WAFClientTypes { public init( fieldToMatch: WAFClientTypes.FieldToMatch? = nil, textTransformation: WAFClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.textTransformation = textTransformation } @@ -2743,8 +2694,7 @@ extension WAFClientTypes { name: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil, sqlInjectionMatchTuples: [WAFClientTypes.SqlInjectionMatchTuple]? = nil - ) - { + ) { self.name = name self.sqlInjectionMatchSetId = sqlInjectionMatchSetId self.sqlInjectionMatchTuples = sqlInjectionMatchTuples @@ -2762,8 +2712,7 @@ public struct CreateSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sqlInjectionMatchSet: WAFClientTypes.SqlInjectionMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSet = sqlInjectionMatchSet } @@ -2791,8 +2740,7 @@ public struct CreateWebACLInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.defaultAction = defaultAction self.metricName = metricName @@ -2828,8 +2776,7 @@ extension WAFClientTypes { rules: [WAFClientTypes.ActivatedRule]? = nil, webACLArn: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.metricName = metricName self.name = name @@ -2849,8 +2796,7 @@ public struct CreateWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, webACL: WAFClientTypes.WebACL? = nil - ) - { + ) { self.changeToken = changeToken self.webACL = webACL } @@ -2936,8 +2882,7 @@ public struct WAFEntityMigrationException: ClientRuntime.ModeledError, AWSClient message: Swift.String? = nil, migrationErrorReason: Swift.String? = nil, migrationErrorType: WAFClientTypes.MigrationErrorType? = nil - ) - { + ) { self.properties.message = message self.properties.migrationErrorReason = migrationErrorReason self.properties.migrationErrorType = migrationErrorType @@ -2972,8 +2917,7 @@ public struct WAFInvalidOperationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2996,8 +2940,7 @@ public struct WAFNonexistentItemException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3023,8 +2966,7 @@ public struct CreateWebACLMigrationStackInput: Swift.Sendable { ignoreUnsupportedType: Swift.Bool? = nil, s3BucketName: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.ignoreUnsupportedType = ignoreUnsupportedType self.s3BucketName = s3BucketName self.webACLId = webACLId @@ -3038,8 +2980,7 @@ public struct CreateWebACLMigrationStackOutput: Swift.Sendable { public init( s3ObjectUrl: Swift.String? = nil - ) - { + ) { self.s3ObjectUrl = s3ObjectUrl } } @@ -3056,8 +2997,7 @@ public struct CreateXssMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -3120,8 +3060,7 @@ extension WAFClientTypes { public init( fieldToMatch: WAFClientTypes.FieldToMatch? = nil, textTransformation: WAFClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.textTransformation = textTransformation } @@ -3145,8 +3084,7 @@ extension WAFClientTypes { name: Swift.String? = nil, xssMatchSetId: Swift.String? = nil, xssMatchTuples: [WAFClientTypes.XssMatchTuple]? = nil - ) - { + ) { self.name = name self.xssMatchSetId = xssMatchSetId self.xssMatchTuples = xssMatchTuples @@ -3164,8 +3102,7 @@ public struct CreateXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, xssMatchSet: WAFClientTypes.XssMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.xssMatchSet = xssMatchSet } @@ -3197,8 +3134,7 @@ public struct WAFNonEmptyEntityException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3225,8 +3161,7 @@ public struct WAFReferencedItemException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3242,8 +3177,7 @@ public struct DeleteByteMatchSetInput: Swift.Sendable { public init( byteMatchSetId: Swift.String? = nil, changeToken: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.changeToken = changeToken } @@ -3255,8 +3189,7 @@ public struct DeleteByteMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3272,8 +3205,7 @@ public struct DeleteGeoMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, geoMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSetId = geoMatchSetId } @@ -3285,8 +3217,7 @@ public struct DeleteGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3302,8 +3233,7 @@ public struct DeleteIPSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ipSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ipSetId = ipSetId } @@ -3315,8 +3245,7 @@ public struct DeleteIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3328,8 +3257,7 @@ public struct DeleteLoggingConfigurationInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3346,8 +3274,7 @@ public struct DeletePermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3368,8 +3295,7 @@ public struct DeleteRateBasedRuleInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId } @@ -3381,8 +3307,7 @@ public struct DeleteRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3398,8 +3323,7 @@ public struct DeleteRegexMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSetId = regexMatchSetId } @@ -3411,8 +3335,7 @@ public struct DeleteRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3428,8 +3351,7 @@ public struct DeleteRegexPatternSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexPatternSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSetId = regexPatternSetId } @@ -3441,8 +3363,7 @@ public struct DeleteRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3458,8 +3379,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId } @@ -3471,8 +3391,7 @@ public struct DeleteRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3488,8 +3407,7 @@ public struct DeleteRuleGroupInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroupId = ruleGroupId } @@ -3501,8 +3419,7 @@ public struct DeleteRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3518,8 +3435,7 @@ public struct DeleteSizeConstraintSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSetId = sizeConstraintSetId } @@ -3531,8 +3447,7 @@ public struct DeleteSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3549,8 +3464,7 @@ public struct DeleteSqlInjectionMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } @@ -3563,8 +3477,7 @@ public struct DeleteSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3580,8 +3493,7 @@ public struct DeleteWebACLInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.webACLId = webACLId } @@ -3593,8 +3505,7 @@ public struct DeleteWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3611,8 +3522,7 @@ public struct DeleteXssMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.xssMatchSetId = xssMatchSetId } @@ -3625,8 +3535,7 @@ public struct DeleteXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3638,8 +3547,7 @@ public struct GetByteMatchSetInput: Swift.Sendable { public init( byteMatchSetId: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId } } @@ -3656,8 +3564,7 @@ public struct GetByteMatchSetOutput: Swift.Sendable { public init( byteMatchSet: WAFClientTypes.ByteMatchSet? = nil - ) - { + ) { self.byteMatchSet = byteMatchSet } } @@ -3673,8 +3580,7 @@ public struct GetChangeTokenOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3686,8 +3592,7 @@ public struct GetChangeTokenStatusInput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3730,8 +3635,7 @@ public struct GetChangeTokenStatusOutput: Swift.Sendable { public init( changeTokenStatus: WAFClientTypes.ChangeTokenStatus? = nil - ) - { + ) { self.changeTokenStatus = changeTokenStatus } } @@ -3743,8 +3647,7 @@ public struct GetGeoMatchSetInput: Swift.Sendable { public init( geoMatchSetId: Swift.String? = nil - ) - { + ) { self.geoMatchSetId = geoMatchSetId } } @@ -3755,8 +3658,7 @@ public struct GetGeoMatchSetOutput: Swift.Sendable { public init( geoMatchSet: WAFClientTypes.GeoMatchSet? = nil - ) - { + ) { self.geoMatchSet = geoMatchSet } } @@ -3768,8 +3670,7 @@ public struct GetIPSetInput: Swift.Sendable { public init( ipSetId: Swift.String? = nil - ) - { + ) { self.ipSetId = ipSetId } } @@ -3784,8 +3685,7 @@ public struct GetIPSetOutput: Swift.Sendable { public init( ipSet: WAFClientTypes.IPSet? = nil - ) - { + ) { self.ipSet = ipSet } } @@ -3797,8 +3697,7 @@ public struct GetLoggingConfigurationInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3820,8 +3719,7 @@ extension WAFClientTypes { logDestinationConfigs: [Swift.String]? = nil, redactedFields: [WAFClientTypes.FieldToMatch]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.logDestinationConfigs = logDestinationConfigs self.redactedFields = redactedFields self.resourceArn = resourceArn @@ -3835,8 +3733,7 @@ public struct GetLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -3848,8 +3745,7 @@ public struct GetPermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3860,8 +3756,7 @@ public struct GetPermissionPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -3873,8 +3768,7 @@ public struct GetRateBasedRuleInput: Swift.Sendable { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -3885,8 +3779,7 @@ public struct GetRateBasedRuleOutput: Swift.Sendable { public init( rule: WAFClientTypes.RateBasedRule? = nil - ) - { + ) { self.rule = rule } } @@ -3901,8 +3794,7 @@ public struct GetRateBasedRuleManagedKeysInput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleId = ruleId } @@ -3917,8 +3809,7 @@ public struct GetRateBasedRuleManagedKeysOutput: Swift.Sendable { public init( managedKeys: [Swift.String]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.managedKeys = managedKeys self.nextMarker = nextMarker } @@ -3931,8 +3822,7 @@ public struct GetRegexMatchSetInput: Swift.Sendable { public init( regexMatchSetId: Swift.String? = nil - ) - { + ) { self.regexMatchSetId = regexMatchSetId } } @@ -3943,8 +3833,7 @@ public struct GetRegexMatchSetOutput: Swift.Sendable { public init( regexMatchSet: WAFClientTypes.RegexMatchSet? = nil - ) - { + ) { self.regexMatchSet = regexMatchSet } } @@ -3956,8 +3845,7 @@ public struct GetRegexPatternSetInput: Swift.Sendable { public init( regexPatternSetId: Swift.String? = nil - ) - { + ) { self.regexPatternSetId = regexPatternSetId } } @@ -3968,8 +3856,7 @@ public struct GetRegexPatternSetOutput: Swift.Sendable { public init( regexPatternSet: WAFClientTypes.RegexPatternSet? = nil - ) - { + ) { self.regexPatternSet = regexPatternSet } } @@ -3981,8 +3868,7 @@ public struct GetRuleInput: Swift.Sendable { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -3997,8 +3883,7 @@ public struct GetRuleOutput: Swift.Sendable { public init( rule: WAFClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -4010,8 +3895,7 @@ public struct GetRuleGroupInput: Swift.Sendable { public init( ruleGroupId: Swift.String? = nil - ) - { + ) { self.ruleGroupId = ruleGroupId } } @@ -4022,8 +3906,7 @@ public struct GetRuleGroupOutput: Swift.Sendable { public init( ruleGroup: WAFClientTypes.RuleGroup? = nil - ) - { + ) { self.ruleGroup = ruleGroup } } @@ -4042,8 +3925,7 @@ extension WAFClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -4073,8 +3955,7 @@ public struct GetSampledRequestsInput: Swift.Sendable { ruleId: Swift.String? = nil, timeWindow: WAFClientTypes.TimeWindow? = nil, webAclId: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.ruleId = ruleId self.timeWindow = timeWindow @@ -4094,8 +3975,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4130,8 +4010,7 @@ extension WAFClientTypes { httpVersion: Swift.String? = nil, method: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.clientIP = clientIP self.country = country self.headers = headers @@ -4165,8 +4044,7 @@ extension WAFClientTypes { ruleWithinRuleGroup: Swift.String? = nil, timestamp: Foundation.Date? = nil, weight: Swift.Int = 0 - ) - { + ) { self.action = action self.request = request self.ruleWithinRuleGroup = ruleWithinRuleGroup @@ -4188,8 +4066,7 @@ public struct GetSampledRequestsOutput: Swift.Sendable { populationSize: Swift.Int = 0, sampledRequests: [WAFClientTypes.SampledHTTPRequest]? = nil, timeWindow: WAFClientTypes.TimeWindow? = nil - ) - { + ) { self.populationSize = populationSize self.sampledRequests = sampledRequests self.timeWindow = timeWindow @@ -4203,8 +4080,7 @@ public struct GetSizeConstraintSetInput: Swift.Sendable { public init( sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.sizeConstraintSetId = sizeConstraintSetId } } @@ -4221,8 +4097,7 @@ public struct GetSizeConstraintSetOutput: Swift.Sendable { public init( sizeConstraintSet: WAFClientTypes.SizeConstraintSet? = nil - ) - { + ) { self.sizeConstraintSet = sizeConstraintSet } } @@ -4235,8 +4110,7 @@ public struct GetSqlInjectionMatchSetInput: Swift.Sendable { public init( sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } } @@ -4254,8 +4128,7 @@ public struct GetSqlInjectionMatchSetOutput: Swift.Sendable { public init( sqlInjectionMatchSet: WAFClientTypes.SqlInjectionMatchSet? = nil - ) - { + ) { self.sqlInjectionMatchSet = sqlInjectionMatchSet } } @@ -4267,8 +4140,7 @@ public struct GetWebACLInput: Swift.Sendable { public init( webACLId: Swift.String? = nil - ) - { + ) { self.webACLId = webACLId } } @@ -4287,8 +4159,7 @@ public struct GetWebACLOutput: Swift.Sendable { public init( webACL: WAFClientTypes.WebACL? = nil - ) - { + ) { self.webACL = webACL } } @@ -4301,8 +4172,7 @@ public struct GetXssMatchSetInput: Swift.Sendable { public init( xssMatchSetId: Swift.String? = nil - ) - { + ) { self.xssMatchSetId = xssMatchSetId } } @@ -4320,8 +4190,7 @@ public struct GetXssMatchSetOutput: Swift.Sendable { public init( xssMatchSet: WAFClientTypes.XssMatchSet? = nil - ) - { + ) { self.xssMatchSet = xssMatchSet } } @@ -4338,8 +4207,7 @@ public struct ListActivatedRulesInRuleGroupInput: Swift.Sendable { limit: Swift.Int? = 0, nextMarker: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.ruleGroupId = ruleGroupId @@ -4355,8 +4223,7 @@ public struct ListActivatedRulesInRuleGroupOutput: Swift.Sendable { public init( activatedRules: [WAFClientTypes.ActivatedRule]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.activatedRules = activatedRules self.nextMarker = nextMarker } @@ -4371,8 +4238,7 @@ public struct ListByteMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4392,8 +4258,7 @@ extension WAFClientTypes { public init( byteMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.name = name } @@ -4409,8 +4274,7 @@ public struct ListByteMatchSetsOutput: Swift.Sendable { public init( byteMatchSets: [WAFClientTypes.ByteMatchSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.byteMatchSets = byteMatchSets self.nextMarker = nextMarker } @@ -4425,8 +4289,7 @@ public struct ListGeoMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4446,8 +4309,7 @@ extension WAFClientTypes { public init( geoMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.geoMatchSetId = geoMatchSetId self.name = name } @@ -4463,8 +4325,7 @@ public struct ListGeoMatchSetsOutput: Swift.Sendable { public init( geoMatchSets: [WAFClientTypes.GeoMatchSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.geoMatchSets = geoMatchSets self.nextMarker = nextMarker } @@ -4479,8 +4340,7 @@ public struct ListIPSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4500,8 +4360,7 @@ extension WAFClientTypes { public init( ipSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ipSetId = ipSetId self.name = name } @@ -4517,8 +4376,7 @@ public struct ListIPSetsOutput: Swift.Sendable { public init( ipSets: [WAFClientTypes.IPSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.ipSets = ipSets self.nextMarker = nextMarker } @@ -4533,8 +4391,7 @@ public struct ListLoggingConfigurationsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4549,8 +4406,7 @@ public struct ListLoggingConfigurationsOutput: Swift.Sendable { public init( loggingConfigurations: [WAFClientTypes.LoggingConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.loggingConfigurations = loggingConfigurations self.nextMarker = nextMarker } @@ -4565,8 +4421,7 @@ public struct ListRateBasedRulesInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4586,8 +4441,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.name = name self.ruleId = ruleId } @@ -4603,8 +4457,7 @@ public struct ListRateBasedRulesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, rules: [WAFClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.rules = rules } @@ -4619,8 +4472,7 @@ public struct ListRegexMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4640,8 +4492,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, regexMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.regexMatchSetId = regexMatchSetId } @@ -4657,8 +4508,7 @@ public struct ListRegexMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, regexMatchSets: [WAFClientTypes.RegexMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.regexMatchSets = regexMatchSets } @@ -4673,8 +4523,7 @@ public struct ListRegexPatternSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4694,8 +4543,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, regexPatternSetId: Swift.String? = nil - ) - { + ) { self.name = name self.regexPatternSetId = regexPatternSetId } @@ -4711,8 +4559,7 @@ public struct ListRegexPatternSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, regexPatternSets: [WAFClientTypes.RegexPatternSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.regexPatternSets = regexPatternSets } @@ -4727,8 +4574,7 @@ public struct ListRuleGroupsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4748,8 +4594,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.name = name self.ruleGroupId = ruleGroupId } @@ -4765,8 +4610,7 @@ public struct ListRuleGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleGroups: [WAFClientTypes.RuleGroupSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleGroups = ruleGroups } @@ -4781,8 +4625,7 @@ public struct ListRulesInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4797,8 +4640,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, rules: [WAFClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.rules = rules } @@ -4813,8 +4655,7 @@ public struct ListSizeConstraintSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4834,8 +4675,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.name = name self.sizeConstraintSetId = sizeConstraintSetId } @@ -4851,8 +4691,7 @@ public struct ListSizeConstraintSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, sizeConstraintSets: [WAFClientTypes.SizeConstraintSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.sizeConstraintSets = sizeConstraintSets } @@ -4868,8 +4707,7 @@ public struct ListSqlInjectionMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4889,8 +4727,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } @@ -4907,8 +4744,7 @@ public struct ListSqlInjectionMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, sqlInjectionMatchSets: [WAFClientTypes.SqlInjectionMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.sqlInjectionMatchSets = sqlInjectionMatchSets } @@ -4923,8 +4759,7 @@ public struct ListSubscribedRuleGroupsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4948,8 +4783,7 @@ extension WAFClientTypes { metricName: Swift.String? = nil, name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -4966,8 +4800,7 @@ public struct ListSubscribedRuleGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleGroups: [WAFClientTypes.SubscribedRuleGroupSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleGroups = ruleGroups } @@ -4986,8 +4819,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = 0, nextMarker: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.resourceARN = resourceARN @@ -5006,8 +4838,7 @@ extension WAFClientTypes { public init( resourceARN: Swift.String? = nil, tagList: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagList = tagList } @@ -5023,8 +4854,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, tagInfoForResource: WAFClientTypes.TagInfoForResource? = nil - ) - { + ) { self.nextMarker = nextMarker self.tagInfoForResource = tagInfoForResource } @@ -5039,8 +4869,7 @@ public struct ListWebACLsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5060,8 +4889,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.name = name self.webACLId = webACLId } @@ -5077,8 +4905,7 @@ public struct ListWebACLsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, webACLs: [WAFClientTypes.WebACLSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.webACLs = webACLs } @@ -5094,8 +4921,7 @@ public struct ListXssMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5115,8 +4941,7 @@ extension WAFClientTypes { public init( name: Swift.String? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.xssMatchSetId = xssMatchSetId } @@ -5133,8 +4958,7 @@ public struct ListXssMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, xssMatchSets: [WAFClientTypes.XssMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.xssMatchSets = xssMatchSets } @@ -5158,8 +4982,7 @@ public struct WAFServiceLinkedRoleErrorException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5171,8 +4994,7 @@ public struct PutLoggingConfigurationInput: Swift.Sendable { public init( loggingConfiguration: WAFClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -5183,8 +5005,7 @@ public struct PutLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -5223,8 +5044,7 @@ public struct WAFInvalidPermissionPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5240,8 +5060,7 @@ public struct PutPermissionPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -5263,8 +5082,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [WAFClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -5286,8 +5104,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5324,8 +5141,7 @@ public struct WAFNonexistentContainerException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5373,8 +5189,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, byteMatchTuple: WAFClientTypes.ByteMatchTuple? = nil - ) - { + ) { self.action = action self.byteMatchTuple = byteMatchTuple } @@ -5402,8 +5217,7 @@ public struct UpdateByteMatchSetInput: Swift.Sendable { byteMatchSetId: Swift.String? = nil, changeToken: Swift.String? = nil, updates: [WAFClientTypes.ByteMatchSetUpdate]? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.changeToken = changeToken self.updates = updates @@ -5416,8 +5230,7 @@ public struct UpdateByteMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5436,8 +5249,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, geoMatchConstraint: WAFClientTypes.GeoMatchConstraint? = nil - ) - { + ) { self.action = action self.geoMatchConstraint = geoMatchConstraint } @@ -5463,8 +5275,7 @@ public struct UpdateGeoMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, geoMatchSetId: Swift.String? = nil, updates: [WAFClientTypes.GeoMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSetId = geoMatchSetId self.updates = updates @@ -5477,8 +5288,7 @@ public struct UpdateGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5497,8 +5307,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, ipSetDescriptor: WAFClientTypes.IPSetDescriptor? = nil - ) - { + ) { self.action = action self.ipSetDescriptor = ipSetDescriptor } @@ -5527,8 +5336,7 @@ public struct UpdateIPSetInput: Swift.Sendable { changeToken: Swift.String? = nil, ipSetId: Swift.String? = nil, updates: [WAFClientTypes.IPSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ipSetId = ipSetId self.updates = updates @@ -5541,8 +5349,7 @@ public struct UpdateIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5561,8 +5368,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, predicate: WAFClientTypes.Predicate? = nil - ) - { + ) { self.action = action self.predicate = predicate } @@ -5588,8 +5394,7 @@ public struct UpdateRateBasedRuleInput: Swift.Sendable { rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil, updates: [WAFClientTypes.RuleUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.rateLimit = rateLimit self.ruleId = ruleId @@ -5603,8 +5408,7 @@ public struct UpdateRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5623,8 +5427,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, regexMatchTuple: WAFClientTypes.RegexMatchTuple? = nil - ) - { + ) { self.action = action self.regexMatchTuple = regexMatchTuple } @@ -5646,8 +5449,7 @@ public struct UpdateRegexMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, regexMatchSetId: Swift.String? = nil, updates: [WAFClientTypes.RegexMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSetId = regexMatchSetId self.updates = updates @@ -5660,8 +5462,7 @@ public struct UpdateRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5684,8 +5485,7 @@ public struct WAFInvalidRegexPatternException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5704,8 +5504,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, regexPatternString: Swift.String? = nil - ) - { + ) { self.action = action self.regexPatternString = regexPatternString } @@ -5727,8 +5526,7 @@ public struct UpdateRegexPatternSetInput: Swift.Sendable { changeToken: Swift.String? = nil, regexPatternSetId: Swift.String? = nil, updates: [WAFClientTypes.RegexPatternSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSetId = regexPatternSetId self.updates = updates @@ -5741,8 +5539,7 @@ public struct UpdateRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5768,8 +5565,7 @@ public struct UpdateRuleInput: Swift.Sendable { changeToken: Swift.String? = nil, ruleId: Swift.String? = nil, updates: [WAFClientTypes.RuleUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId self.updates = updates @@ -5782,8 +5578,7 @@ public struct UpdateRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5802,8 +5597,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, activatedRule: WAFClientTypes.ActivatedRule? = nil - ) - { + ) { self.action = action self.activatedRule = activatedRule } @@ -5825,8 +5619,7 @@ public struct UpdateRuleGroupInput: Swift.Sendable { changeToken: Swift.String? = nil, ruleGroupId: Swift.String? = nil, updates: [WAFClientTypes.RuleGroupUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroupId = ruleGroupId self.updates = updates @@ -5839,8 +5632,7 @@ public struct UpdateRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5859,8 +5651,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, sizeConstraint: WAFClientTypes.SizeConstraint? = nil - ) - { + ) { self.action = action self.sizeConstraint = sizeConstraint } @@ -5888,8 +5679,7 @@ public struct UpdateSizeConstraintSetInput: Swift.Sendable { changeToken: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil, updates: [WAFClientTypes.SizeConstraintSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSetId = sizeConstraintSetId self.updates = updates @@ -5902,8 +5692,7 @@ public struct UpdateSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5922,8 +5711,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, sqlInjectionMatchTuple: WAFClientTypes.SqlInjectionMatchTuple? = nil - ) - { + ) { self.action = action self.sqlInjectionMatchTuple = sqlInjectionMatchTuple } @@ -5952,8 +5740,7 @@ public struct UpdateSqlInjectionMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil, updates: [WAFClientTypes.SqlInjectionMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSetId = sqlInjectionMatchSetId self.updates = updates @@ -5967,8 +5754,7 @@ public struct UpdateSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5991,8 +5777,7 @@ public struct WAFSubscriptionNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6011,8 +5796,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, activatedRule: WAFClientTypes.ActivatedRule? = nil - ) - { + ) { self.action = action self.activatedRule = activatedRule } @@ -6042,8 +5826,7 @@ public struct UpdateWebACLInput: Swift.Sendable { defaultAction: WAFClientTypes.WafAction? = nil, updates: [WAFClientTypes.WebACLUpdate]? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.defaultAction = defaultAction self.updates = updates @@ -6057,8 +5840,7 @@ public struct UpdateWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -6077,8 +5859,7 @@ extension WAFClientTypes { public init( action: WAFClientTypes.ChangeAction? = nil, xssMatchTuple: WAFClientTypes.XssMatchTuple? = nil - ) - { + ) { self.action = action self.xssMatchTuple = xssMatchTuple } @@ -6107,8 +5888,7 @@ public struct UpdateXssMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, updates: [WAFClientTypes.XssMatchSetUpdate]? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.updates = updates self.xssMatchSetId = xssMatchSetId @@ -6122,8 +5902,7 @@ public struct UpdateXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } diff --git a/Sources/Services/AWSWAF/Sources/AWSWAF/WAFClient.swift b/Sources/Services/AWSWAF/Sources/AWSWAF/WAFClient.swift index 4fc7e710bb0..34238ea72a0 100644 --- a/Sources/Services/AWSWAF/Sources/AWSWAF/WAFClient.swift +++ b/Sources/Services/AWSWAF/Sources/AWSWAF/WAFClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WAFClient: ClientRuntime.Client { public static let clientName = "WAFClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WAFClient.WAFClientConfiguration let serviceName = "WAF" diff --git a/Sources/Services/AWSWAFRegional/Package.swift.txt b/Sources/Services/AWSWAFRegional/Package.swift.txt index b9aa6d51418..d9286ded0f6 100644 --- a/Sources/Services/AWSWAFRegional/Package.swift.txt +++ b/Sources/Services/AWSWAFRegional/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/Models.swift b/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/Models.swift index 453f231ee60..307e0b114f1 100644 --- a/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/Models.swift +++ b/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/Models.swift @@ -74,8 +74,7 @@ extension WAFRegionalClientTypes { public init( type: WAFRegionalClientTypes.WafActionType? = nil - ) - { + ) { self.type = type } } @@ -91,8 +90,7 @@ extension WAFRegionalClientTypes { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -137,8 +135,7 @@ extension WAFRegionalClientTypes { public init( type: WAFRegionalClientTypes.WafOverrideActionType? = nil - ) - { + ) { self.type = type } } @@ -219,8 +216,7 @@ extension WAFRegionalClientTypes { priority: Swift.Int? = nil, ruleId: Swift.String? = nil, type: WAFRegionalClientTypes.WafRuleType? = nil - ) - { + ) { self.action = action self.excludedRules = excludedRules self.overrideAction = overrideAction @@ -249,8 +245,7 @@ public struct WAFInternalErrorException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -420,8 +415,7 @@ public struct WAFInvalidParameterException: ClientRuntime.ModeledError, AWSClien field: WAFRegionalClientTypes.ParameterExceptionField? = nil, parameter: Swift.String? = nil, reason: WAFRegionalClientTypes.ParameterExceptionReason? = nil - ) - { + ) { self.properties.field = field self.properties.parameter = parameter self.properties.reason = reason @@ -446,8 +440,7 @@ public struct WAFNonexistentItemException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -470,8 +463,7 @@ public struct WAFUnavailableEntityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -491,8 +483,7 @@ public struct AssociateWebACLInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.webACLId = webACLId } @@ -521,8 +512,7 @@ public struct WAFDisallowedNameException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -545,8 +535,7 @@ public struct WAFLimitsExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -569,8 +558,7 @@ public struct WAFStaleDataException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -586,8 +574,7 @@ public struct CreateByteMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -664,8 +651,7 @@ extension WAFRegionalClientTypes { public init( data: Swift.String? = nil, type: WAFRegionalClientTypes.MatchFieldType? = nil - ) - { + ) { self.data = data self.type = type } @@ -844,8 +830,7 @@ extension WAFRegionalClientTypes { positionalConstraint: WAFRegionalClientTypes.PositionalConstraint? = nil, targetString: Foundation.Data? = nil, textTransformation: WAFRegionalClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.positionalConstraint = positionalConstraint self.targetString = targetString @@ -871,8 +856,7 @@ extension WAFRegionalClientTypes { byteMatchSetId: Swift.String? = nil, byteMatchTuples: [WAFRegionalClientTypes.ByteMatchTuple]? = nil, name: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.byteMatchTuples = byteMatchTuples self.name = name @@ -889,8 +873,7 @@ public struct CreateByteMatchSetOutput: Swift.Sendable { public init( byteMatchSet: WAFRegionalClientTypes.ByteMatchSet? = nil, changeToken: Swift.String? = nil - ) - { + ) { self.byteMatchSet = byteMatchSet self.changeToken = changeToken } @@ -907,8 +890,7 @@ public struct CreateGeoMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -1724,8 +1706,7 @@ extension WAFRegionalClientTypes { public init( type: WAFRegionalClientTypes.GeoMatchConstraintType? = nil, value: WAFRegionalClientTypes.GeoMatchConstraintValue? = nil - ) - { + ) { self.type = type self.value = value } @@ -1749,8 +1730,7 @@ extension WAFRegionalClientTypes { geoMatchConstraints: [WAFRegionalClientTypes.GeoMatchConstraint]? = nil, geoMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.geoMatchConstraints = geoMatchConstraints self.geoMatchSetId = geoMatchSetId self.name = name @@ -1767,8 +1747,7 @@ public struct CreateGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, geoMatchSet: WAFRegionalClientTypes.GeoMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSet = geoMatchSet } @@ -1785,8 +1764,7 @@ public struct CreateIPSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -1846,8 +1824,7 @@ extension WAFRegionalClientTypes { public init( type: WAFRegionalClientTypes.IPSetDescriptorType? = nil, value: Swift.String? = nil - ) - { + ) { self.type = type self.value = value } @@ -1871,8 +1848,7 @@ extension WAFRegionalClientTypes { ipSetDescriptors: [WAFRegionalClientTypes.IPSetDescriptor]? = nil, ipSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ipSetDescriptors = ipSetDescriptors self.ipSetId = ipSetId self.name = name @@ -1889,8 +1865,7 @@ public struct CreateIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ipSet: WAFRegionalClientTypes.IPSet? = nil - ) - { + ) { self.changeToken = changeToken self.ipSet = ipSet } @@ -1914,8 +1889,7 @@ public struct WAFBadRequestException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1938,8 +1912,7 @@ public struct WAFTagOperationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1962,8 +1935,7 @@ public struct WAFTagOperationInternalErrorException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2008,8 +1980,7 @@ extension WAFRegionalClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2042,8 +2013,7 @@ public struct CreateRateBasedRuleInput: Swift.Sendable { rateKey: WAFRegionalClientTypes.RateKey? = nil, rateLimit: Swift.Int? = nil, tags: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2115,8 +2085,7 @@ extension WAFRegionalClientTypes { dataId: Swift.String? = nil, negated: Swift.Bool? = nil, type: WAFRegionalClientTypes.PredicateType? = nil - ) - { + ) { self.dataId = dataId self.negated = negated self.type = type @@ -2159,8 +2128,7 @@ extension WAFRegionalClientTypes { rateKey: WAFRegionalClientTypes.RateKey? = nil, rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.matchPredicates = matchPredicates self.metricName = metricName self.name = name @@ -2180,8 +2148,7 @@ public struct CreateRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, rule: WAFRegionalClientTypes.RateBasedRule? = nil - ) - { + ) { self.changeToken = changeToken self.rule = rule } @@ -2198,8 +2165,7 @@ public struct CreateRegexMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2272,8 +2238,7 @@ extension WAFRegionalClientTypes { fieldToMatch: WAFRegionalClientTypes.FieldToMatch? = nil, regexPatternSetId: Swift.String? = nil, textTransformation: WAFRegionalClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.regexPatternSetId = regexPatternSetId self.textTransformation = textTransformation @@ -2302,8 +2267,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, regexMatchSetId: Swift.String? = nil, regexMatchTuples: [WAFRegionalClientTypes.RegexMatchTuple]? = nil - ) - { + ) { self.name = name self.regexMatchSetId = regexMatchSetId self.regexMatchTuples = regexMatchTuples @@ -2320,8 +2284,7 @@ public struct CreateRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexMatchSet: WAFRegionalClientTypes.RegexMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSet = regexMatchSet } @@ -2338,8 +2301,7 @@ public struct CreateRegexPatternSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2362,8 +2324,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, regexPatternSetId: Swift.String? = nil, regexPatternStrings: [Swift.String]? = nil - ) - { + ) { self.name = name self.regexPatternSetId = regexPatternSetId self.regexPatternStrings = regexPatternStrings @@ -2380,8 +2341,7 @@ public struct CreateRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexPatternSet: WAFRegionalClientTypes.RegexPatternSet? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSet = regexPatternSet } @@ -2405,8 +2365,7 @@ public struct CreateRuleInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2441,8 +2400,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, predicates: [WAFRegionalClientTypes.Predicate]? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.predicates = predicates @@ -2460,8 +2418,7 @@ public struct CreateRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, rule: WAFRegionalClientTypes.Rule? = nil - ) - { + ) { self.changeToken = changeToken self.rule = rule } @@ -2485,8 +2442,7 @@ public struct CreateRuleGroupInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.metricName = metricName self.name = name @@ -2516,8 +2472,7 @@ extension WAFRegionalClientTypes { metricName: Swift.String? = nil, name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -2534,8 +2489,7 @@ public struct CreateRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleGroup: WAFRegionalClientTypes.RuleGroup? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroup = ruleGroup } @@ -2552,8 +2506,7 @@ public struct CreateSizeConstraintSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2665,8 +2618,7 @@ extension WAFRegionalClientTypes { fieldToMatch: WAFRegionalClientTypes.FieldToMatch? = nil, size: Swift.Int = 0, textTransformation: WAFRegionalClientTypes.TextTransformation? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.fieldToMatch = fieldToMatch self.size = size @@ -2692,8 +2644,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil, sizeConstraints: [WAFRegionalClientTypes.SizeConstraint]? = nil - ) - { + ) { self.name = name self.sizeConstraintSetId = sizeConstraintSetId self.sizeConstraints = sizeConstraints @@ -2710,8 +2661,7 @@ public struct CreateSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sizeConstraintSet: WAFRegionalClientTypes.SizeConstraintSet? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSet = sizeConstraintSet } @@ -2729,8 +2679,7 @@ public struct CreateSqlInjectionMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -2793,8 +2742,7 @@ extension WAFRegionalClientTypes { public init( fieldToMatch: WAFRegionalClientTypes.FieldToMatch? = nil, textTransformation: WAFRegionalClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.textTransformation = textTransformation } @@ -2818,8 +2766,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil, sqlInjectionMatchTuples: [WAFRegionalClientTypes.SqlInjectionMatchTuple]? = nil - ) - { + ) { self.name = name self.sqlInjectionMatchSetId = sqlInjectionMatchSetId self.sqlInjectionMatchTuples = sqlInjectionMatchTuples @@ -2837,8 +2784,7 @@ public struct CreateSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sqlInjectionMatchSet: WAFRegionalClientTypes.SqlInjectionMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSet = sqlInjectionMatchSet } @@ -2866,8 +2812,7 @@ public struct CreateWebACLInput: Swift.Sendable { metricName: Swift.String? = nil, name: Swift.String? = nil, tags: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.changeToken = changeToken self.defaultAction = defaultAction self.metricName = metricName @@ -2903,8 +2848,7 @@ extension WAFRegionalClientTypes { rules: [WAFRegionalClientTypes.ActivatedRule]? = nil, webACLArn: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.defaultAction = defaultAction self.metricName = metricName self.name = name @@ -2924,8 +2868,7 @@ public struct CreateWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, webACL: WAFRegionalClientTypes.WebACL? = nil - ) - { + ) { self.changeToken = changeToken self.webACL = webACL } @@ -3011,8 +2954,7 @@ public struct WAFEntityMigrationException: ClientRuntime.ModeledError, AWSClient message: Swift.String? = nil, migrationErrorReason: Swift.String? = nil, migrationErrorType: WAFRegionalClientTypes.MigrationErrorType? = nil - ) - { + ) { self.properties.message = message self.properties.migrationErrorReason = migrationErrorReason self.properties.migrationErrorType = migrationErrorType @@ -3047,8 +2989,7 @@ public struct WAFInvalidOperationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3074,8 +3015,7 @@ public struct CreateWebACLMigrationStackInput: Swift.Sendable { ignoreUnsupportedType: Swift.Bool? = nil, s3BucketName: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.ignoreUnsupportedType = ignoreUnsupportedType self.s3BucketName = s3BucketName self.webACLId = webACLId @@ -3089,8 +3029,7 @@ public struct CreateWebACLMigrationStackOutput: Swift.Sendable { public init( s3ObjectUrl: Swift.String? = nil - ) - { + ) { self.s3ObjectUrl = s3ObjectUrl } } @@ -3107,8 +3046,7 @@ public struct CreateXssMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.name = name } @@ -3171,8 +3109,7 @@ extension WAFRegionalClientTypes { public init( fieldToMatch: WAFRegionalClientTypes.FieldToMatch? = nil, textTransformation: WAFRegionalClientTypes.TextTransformation? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.textTransformation = textTransformation } @@ -3196,8 +3133,7 @@ extension WAFRegionalClientTypes { name: Swift.String? = nil, xssMatchSetId: Swift.String? = nil, xssMatchTuples: [WAFRegionalClientTypes.XssMatchTuple]? = nil - ) - { + ) { self.name = name self.xssMatchSetId = xssMatchSetId self.xssMatchTuples = xssMatchTuples @@ -3215,8 +3151,7 @@ public struct CreateXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil, xssMatchSet: WAFRegionalClientTypes.XssMatchSet? = nil - ) - { + ) { self.changeToken = changeToken self.xssMatchSet = xssMatchSet } @@ -3248,8 +3183,7 @@ public struct WAFNonEmptyEntityException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3276,8 +3210,7 @@ public struct WAFReferencedItemException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3293,8 +3226,7 @@ public struct DeleteByteMatchSetInput: Swift.Sendable { public init( byteMatchSetId: Swift.String? = nil, changeToken: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.changeToken = changeToken } @@ -3306,8 +3238,7 @@ public struct DeleteByteMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3323,8 +3254,7 @@ public struct DeleteGeoMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, geoMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSetId = geoMatchSetId } @@ -3336,8 +3266,7 @@ public struct DeleteGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3353,8 +3282,7 @@ public struct DeleteIPSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ipSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ipSetId = ipSetId } @@ -3366,8 +3294,7 @@ public struct DeleteIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3379,8 +3306,7 @@ public struct DeleteLoggingConfigurationInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3397,8 +3323,7 @@ public struct DeletePermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3419,8 +3344,7 @@ public struct DeleteRateBasedRuleInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId } @@ -3432,8 +3356,7 @@ public struct DeleteRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3449,8 +3372,7 @@ public struct DeleteRegexMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSetId = regexMatchSetId } @@ -3462,8 +3384,7 @@ public struct DeleteRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3479,8 +3400,7 @@ public struct DeleteRegexPatternSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, regexPatternSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSetId = regexPatternSetId } @@ -3492,8 +3412,7 @@ public struct DeleteRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3509,8 +3428,7 @@ public struct DeleteRuleInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId } @@ -3522,8 +3440,7 @@ public struct DeleteRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3539,8 +3456,7 @@ public struct DeleteRuleGroupInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroupId = ruleGroupId } @@ -3552,8 +3468,7 @@ public struct DeleteRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3569,8 +3484,7 @@ public struct DeleteSizeConstraintSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSetId = sizeConstraintSetId } @@ -3582,8 +3496,7 @@ public struct DeleteSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3600,8 +3513,7 @@ public struct DeleteSqlInjectionMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } @@ -3614,8 +3526,7 @@ public struct DeleteSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3631,8 +3542,7 @@ public struct DeleteWebACLInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.webACLId = webACLId } @@ -3644,8 +3554,7 @@ public struct DeleteWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3662,8 +3571,7 @@ public struct DeleteXssMatchSetInput: Swift.Sendable { public init( changeToken: Swift.String? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.xssMatchSetId = xssMatchSetId } @@ -3676,8 +3584,7 @@ public struct DeleteXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3693,8 +3600,7 @@ public struct DisassociateWebACLInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3711,8 +3617,7 @@ public struct GetByteMatchSetInput: Swift.Sendable { public init( byteMatchSetId: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId } } @@ -3729,8 +3634,7 @@ public struct GetByteMatchSetOutput: Swift.Sendable { public init( byteMatchSet: WAFRegionalClientTypes.ByteMatchSet? = nil - ) - { + ) { self.byteMatchSet = byteMatchSet } } @@ -3746,8 +3650,7 @@ public struct GetChangeTokenOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3759,8 +3662,7 @@ public struct GetChangeTokenStatusInput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -3803,8 +3705,7 @@ public struct GetChangeTokenStatusOutput: Swift.Sendable { public init( changeTokenStatus: WAFRegionalClientTypes.ChangeTokenStatus? = nil - ) - { + ) { self.changeTokenStatus = changeTokenStatus } } @@ -3816,8 +3717,7 @@ public struct GetGeoMatchSetInput: Swift.Sendable { public init( geoMatchSetId: Swift.String? = nil - ) - { + ) { self.geoMatchSetId = geoMatchSetId } } @@ -3828,8 +3728,7 @@ public struct GetGeoMatchSetOutput: Swift.Sendable { public init( geoMatchSet: WAFRegionalClientTypes.GeoMatchSet? = nil - ) - { + ) { self.geoMatchSet = geoMatchSet } } @@ -3841,8 +3740,7 @@ public struct GetIPSetInput: Swift.Sendable { public init( ipSetId: Swift.String? = nil - ) - { + ) { self.ipSetId = ipSetId } } @@ -3857,8 +3755,7 @@ public struct GetIPSetOutput: Swift.Sendable { public init( ipSet: WAFRegionalClientTypes.IPSet? = nil - ) - { + ) { self.ipSet = ipSet } } @@ -3870,8 +3767,7 @@ public struct GetLoggingConfigurationInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3893,8 +3789,7 @@ extension WAFRegionalClientTypes { logDestinationConfigs: [Swift.String]? = nil, redactedFields: [WAFRegionalClientTypes.FieldToMatch]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.logDestinationConfigs = logDestinationConfigs self.redactedFields = redactedFields self.resourceArn = resourceArn @@ -3908,8 +3803,7 @@ public struct GetLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFRegionalClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -3921,8 +3815,7 @@ public struct GetPermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -3933,8 +3826,7 @@ public struct GetPermissionPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -3946,8 +3838,7 @@ public struct GetRateBasedRuleInput: Swift.Sendable { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -3958,8 +3849,7 @@ public struct GetRateBasedRuleOutput: Swift.Sendable { public init( rule: WAFRegionalClientTypes.RateBasedRule? = nil - ) - { + ) { self.rule = rule } } @@ -3974,8 +3864,7 @@ public struct GetRateBasedRuleManagedKeysInput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleId = ruleId } @@ -3990,8 +3879,7 @@ public struct GetRateBasedRuleManagedKeysOutput: Swift.Sendable { public init( managedKeys: [Swift.String]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.managedKeys = managedKeys self.nextMarker = nextMarker } @@ -4004,8 +3892,7 @@ public struct GetRegexMatchSetInput: Swift.Sendable { public init( regexMatchSetId: Swift.String? = nil - ) - { + ) { self.regexMatchSetId = regexMatchSetId } } @@ -4016,8 +3903,7 @@ public struct GetRegexMatchSetOutput: Swift.Sendable { public init( regexMatchSet: WAFRegionalClientTypes.RegexMatchSet? = nil - ) - { + ) { self.regexMatchSet = regexMatchSet } } @@ -4029,8 +3915,7 @@ public struct GetRegexPatternSetInput: Swift.Sendable { public init( regexPatternSetId: Swift.String? = nil - ) - { + ) { self.regexPatternSetId = regexPatternSetId } } @@ -4041,8 +3926,7 @@ public struct GetRegexPatternSetOutput: Swift.Sendable { public init( regexPatternSet: WAFRegionalClientTypes.RegexPatternSet? = nil - ) - { + ) { self.regexPatternSet = regexPatternSet } } @@ -4054,8 +3938,7 @@ public struct GetRuleInput: Swift.Sendable { public init( ruleId: Swift.String? = nil - ) - { + ) { self.ruleId = ruleId } } @@ -4070,8 +3953,7 @@ public struct GetRuleOutput: Swift.Sendable { public init( rule: WAFRegionalClientTypes.Rule? = nil - ) - { + ) { self.rule = rule } } @@ -4083,8 +3965,7 @@ public struct GetRuleGroupInput: Swift.Sendable { public init( ruleGroupId: Swift.String? = nil - ) - { + ) { self.ruleGroupId = ruleGroupId } } @@ -4095,8 +3976,7 @@ public struct GetRuleGroupOutput: Swift.Sendable { public init( ruleGroup: WAFRegionalClientTypes.RuleGroup? = nil - ) - { + ) { self.ruleGroup = ruleGroup } } @@ -4115,8 +3995,7 @@ extension WAFRegionalClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -4146,8 +4025,7 @@ public struct GetSampledRequestsInput: Swift.Sendable { ruleId: Swift.String? = nil, timeWindow: WAFRegionalClientTypes.TimeWindow? = nil, webAclId: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.ruleId = ruleId self.timeWindow = timeWindow @@ -4167,8 +4045,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -4203,8 +4080,7 @@ extension WAFRegionalClientTypes { httpVersion: Swift.String? = nil, method: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.clientIP = clientIP self.country = country self.headers = headers @@ -4238,8 +4114,7 @@ extension WAFRegionalClientTypes { ruleWithinRuleGroup: Swift.String? = nil, timestamp: Foundation.Date? = nil, weight: Swift.Int = 0 - ) - { + ) { self.action = action self.request = request self.ruleWithinRuleGroup = ruleWithinRuleGroup @@ -4261,8 +4136,7 @@ public struct GetSampledRequestsOutput: Swift.Sendable { populationSize: Swift.Int = 0, sampledRequests: [WAFRegionalClientTypes.SampledHTTPRequest]? = nil, timeWindow: WAFRegionalClientTypes.TimeWindow? = nil - ) - { + ) { self.populationSize = populationSize self.sampledRequests = sampledRequests self.timeWindow = timeWindow @@ -4276,8 +4150,7 @@ public struct GetSizeConstraintSetInput: Swift.Sendable { public init( sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.sizeConstraintSetId = sizeConstraintSetId } } @@ -4294,8 +4167,7 @@ public struct GetSizeConstraintSetOutput: Swift.Sendable { public init( sizeConstraintSet: WAFRegionalClientTypes.SizeConstraintSet? = nil - ) - { + ) { self.sizeConstraintSet = sizeConstraintSet } } @@ -4308,8 +4180,7 @@ public struct GetSqlInjectionMatchSetInput: Swift.Sendable { public init( sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } } @@ -4327,8 +4198,7 @@ public struct GetSqlInjectionMatchSetOutput: Swift.Sendable { public init( sqlInjectionMatchSet: WAFRegionalClientTypes.SqlInjectionMatchSet? = nil - ) - { + ) { self.sqlInjectionMatchSet = sqlInjectionMatchSet } } @@ -4340,8 +4210,7 @@ public struct GetWebACLInput: Swift.Sendable { public init( webACLId: Swift.String? = nil - ) - { + ) { self.webACLId = webACLId } } @@ -4360,8 +4229,7 @@ public struct GetWebACLOutput: Swift.Sendable { public init( webACL: WAFRegionalClientTypes.WebACL? = nil - ) - { + ) { self.webACL = webACL } } @@ -4377,8 +4245,7 @@ public struct GetWebACLForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4397,8 +4264,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.name = name self.webACLId = webACLId } @@ -4411,8 +4277,7 @@ public struct GetWebACLForResourceOutput: Swift.Sendable { public init( webACLSummary: WAFRegionalClientTypes.WebACLSummary? = nil - ) - { + ) { self.webACLSummary = webACLSummary } } @@ -4425,8 +4290,7 @@ public struct GetXssMatchSetInput: Swift.Sendable { public init( xssMatchSetId: Swift.String? = nil - ) - { + ) { self.xssMatchSetId = xssMatchSetId } } @@ -4444,8 +4308,7 @@ public struct GetXssMatchSetOutput: Swift.Sendable { public init( xssMatchSet: WAFRegionalClientTypes.XssMatchSet? = nil - ) - { + ) { self.xssMatchSet = xssMatchSet } } @@ -4462,8 +4325,7 @@ public struct ListActivatedRulesInRuleGroupInput: Swift.Sendable { limit: Swift.Int? = 0, nextMarker: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.ruleGroupId = ruleGroupId @@ -4479,8 +4341,7 @@ public struct ListActivatedRulesInRuleGroupOutput: Swift.Sendable { public init( activatedRules: [WAFRegionalClientTypes.ActivatedRule]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.activatedRules = activatedRules self.nextMarker = nextMarker } @@ -4495,8 +4356,7 @@ public struct ListByteMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4516,8 +4376,7 @@ extension WAFRegionalClientTypes { public init( byteMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.name = name } @@ -4533,8 +4392,7 @@ public struct ListByteMatchSetsOutput: Swift.Sendable { public init( byteMatchSets: [WAFRegionalClientTypes.ByteMatchSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.byteMatchSets = byteMatchSets self.nextMarker = nextMarker } @@ -4549,8 +4407,7 @@ public struct ListGeoMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4570,8 +4427,7 @@ extension WAFRegionalClientTypes { public init( geoMatchSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.geoMatchSetId = geoMatchSetId self.name = name } @@ -4587,8 +4443,7 @@ public struct ListGeoMatchSetsOutput: Swift.Sendable { public init( geoMatchSets: [WAFRegionalClientTypes.GeoMatchSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.geoMatchSets = geoMatchSets self.nextMarker = nextMarker } @@ -4603,8 +4458,7 @@ public struct ListIPSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4624,8 +4478,7 @@ extension WAFRegionalClientTypes { public init( ipSetId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.ipSetId = ipSetId self.name = name } @@ -4641,8 +4494,7 @@ public struct ListIPSetsOutput: Swift.Sendable { public init( ipSets: [WAFRegionalClientTypes.IPSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.ipSets = ipSets self.nextMarker = nextMarker } @@ -4657,8 +4509,7 @@ public struct ListLoggingConfigurationsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4673,8 +4524,7 @@ public struct ListLoggingConfigurationsOutput: Swift.Sendable { public init( loggingConfigurations: [WAFRegionalClientTypes.LoggingConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.loggingConfigurations = loggingConfigurations self.nextMarker = nextMarker } @@ -4689,8 +4539,7 @@ public struct ListRateBasedRulesInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4710,8 +4559,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, ruleId: Swift.String? = nil - ) - { + ) { self.name = name self.ruleId = ruleId } @@ -4727,8 +4575,7 @@ public struct ListRateBasedRulesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, rules: [WAFRegionalClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.rules = rules } @@ -4743,8 +4590,7 @@ public struct ListRegexMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4764,8 +4610,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, regexMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.regexMatchSetId = regexMatchSetId } @@ -4781,8 +4626,7 @@ public struct ListRegexMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, regexMatchSets: [WAFRegionalClientTypes.RegexMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.regexMatchSets = regexMatchSets } @@ -4797,8 +4641,7 @@ public struct ListRegexPatternSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4818,8 +4661,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, regexPatternSetId: Swift.String? = nil - ) - { + ) { self.name = name self.regexPatternSetId = regexPatternSetId } @@ -4835,8 +4677,7 @@ public struct ListRegexPatternSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, regexPatternSets: [WAFRegionalClientTypes.RegexPatternSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.regexPatternSets = regexPatternSets } @@ -4881,8 +4722,7 @@ public struct ListResourcesForWebACLInput: Swift.Sendable { public init( resourceType: WAFRegionalClientTypes.ResourceType? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.webACLId = webACLId } @@ -4894,8 +4734,7 @@ public struct ListResourcesForWebACLOutput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil - ) - { + ) { self.resourceArns = resourceArns } } @@ -4909,8 +4748,7 @@ public struct ListRuleGroupsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4930,8 +4768,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.name = name self.ruleGroupId = ruleGroupId } @@ -4947,8 +4784,7 @@ public struct ListRuleGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleGroups: [WAFRegionalClientTypes.RuleGroupSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleGroups = ruleGroups } @@ -4963,8 +4799,7 @@ public struct ListRulesInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -4979,8 +4814,7 @@ public struct ListRulesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, rules: [WAFRegionalClientTypes.RuleSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.rules = rules } @@ -4995,8 +4829,7 @@ public struct ListSizeConstraintSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5016,8 +4849,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil - ) - { + ) { self.name = name self.sizeConstraintSetId = sizeConstraintSetId } @@ -5033,8 +4865,7 @@ public struct ListSizeConstraintSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, sizeConstraintSets: [WAFRegionalClientTypes.SizeConstraintSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.sizeConstraintSets = sizeConstraintSets } @@ -5050,8 +4881,7 @@ public struct ListSqlInjectionMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5071,8 +4901,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.sqlInjectionMatchSetId = sqlInjectionMatchSetId } @@ -5089,8 +4918,7 @@ public struct ListSqlInjectionMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, sqlInjectionMatchSets: [WAFRegionalClientTypes.SqlInjectionMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.sqlInjectionMatchSets = sqlInjectionMatchSets } @@ -5105,8 +4933,7 @@ public struct ListSubscribedRuleGroupsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5130,8 +4957,7 @@ extension WAFRegionalClientTypes { metricName: Swift.String? = nil, name: Swift.String? = nil, ruleGroupId: Swift.String? = nil - ) - { + ) { self.metricName = metricName self.name = name self.ruleGroupId = ruleGroupId @@ -5148,8 +4974,7 @@ public struct ListSubscribedRuleGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleGroups: [WAFRegionalClientTypes.SubscribedRuleGroupSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleGroups = ruleGroups } @@ -5168,8 +4993,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = 0, nextMarker: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.resourceARN = resourceARN @@ -5188,8 +5012,7 @@ extension WAFRegionalClientTypes { public init( resourceARN: Swift.String? = nil, tagList: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagList = tagList } @@ -5205,8 +5028,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, tagInfoForResource: WAFRegionalClientTypes.TagInfoForResource? = nil - ) - { + ) { self.nextMarker = nextMarker self.tagInfoForResource = tagInfoForResource } @@ -5221,8 +5043,7 @@ public struct ListWebACLsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5237,8 +5058,7 @@ public struct ListWebACLsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, webACLs: [WAFRegionalClientTypes.WebACLSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.webACLs = webACLs } @@ -5254,8 +5074,7 @@ public struct ListXssMatchSetsInput: Swift.Sendable { public init( limit: Swift.Int? = 0, nextMarker: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker } @@ -5275,8 +5094,7 @@ extension WAFRegionalClientTypes { public init( name: Swift.String? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.name = name self.xssMatchSetId = xssMatchSetId } @@ -5293,8 +5111,7 @@ public struct ListXssMatchSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, xssMatchSets: [WAFRegionalClientTypes.XssMatchSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.xssMatchSets = xssMatchSets } @@ -5318,8 +5135,7 @@ public struct WAFServiceLinkedRoleErrorException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5331,8 +5147,7 @@ public struct PutLoggingConfigurationInput: Swift.Sendable { public init( loggingConfiguration: WAFRegionalClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -5343,8 +5158,7 @@ public struct PutLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFRegionalClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -5383,8 +5197,7 @@ public struct WAFInvalidPermissionPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5400,8 +5213,7 @@ public struct PutPermissionPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -5423,8 +5235,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [WAFRegionalClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -5446,8 +5257,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5484,8 +5294,7 @@ public struct WAFNonexistentContainerException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5533,8 +5342,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, byteMatchTuple: WAFRegionalClientTypes.ByteMatchTuple? = nil - ) - { + ) { self.action = action self.byteMatchTuple = byteMatchTuple } @@ -5562,8 +5370,7 @@ public struct UpdateByteMatchSetInput: Swift.Sendable { byteMatchSetId: Swift.String? = nil, changeToken: Swift.String? = nil, updates: [WAFRegionalClientTypes.ByteMatchSetUpdate]? = nil - ) - { + ) { self.byteMatchSetId = byteMatchSetId self.changeToken = changeToken self.updates = updates @@ -5576,8 +5383,7 @@ public struct UpdateByteMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5596,8 +5402,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, geoMatchConstraint: WAFRegionalClientTypes.GeoMatchConstraint? = nil - ) - { + ) { self.action = action self.geoMatchConstraint = geoMatchConstraint } @@ -5623,8 +5428,7 @@ public struct UpdateGeoMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, geoMatchSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.GeoMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.geoMatchSetId = geoMatchSetId self.updates = updates @@ -5637,8 +5441,7 @@ public struct UpdateGeoMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5657,8 +5460,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, ipSetDescriptor: WAFRegionalClientTypes.IPSetDescriptor? = nil - ) - { + ) { self.action = action self.ipSetDescriptor = ipSetDescriptor } @@ -5687,8 +5489,7 @@ public struct UpdateIPSetInput: Swift.Sendable { changeToken: Swift.String? = nil, ipSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.IPSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ipSetId = ipSetId self.updates = updates @@ -5701,8 +5502,7 @@ public struct UpdateIPSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5721,8 +5521,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, predicate: WAFRegionalClientTypes.Predicate? = nil - ) - { + ) { self.action = action self.predicate = predicate } @@ -5748,8 +5547,7 @@ public struct UpdateRateBasedRuleInput: Swift.Sendable { rateLimit: Swift.Int? = nil, ruleId: Swift.String? = nil, updates: [WAFRegionalClientTypes.RuleUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.rateLimit = rateLimit self.ruleId = ruleId @@ -5763,8 +5561,7 @@ public struct UpdateRateBasedRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5783,8 +5580,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, regexMatchTuple: WAFRegionalClientTypes.RegexMatchTuple? = nil - ) - { + ) { self.action = action self.regexMatchTuple = regexMatchTuple } @@ -5806,8 +5602,7 @@ public struct UpdateRegexMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, regexMatchSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.RegexMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.regexMatchSetId = regexMatchSetId self.updates = updates @@ -5820,8 +5615,7 @@ public struct UpdateRegexMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5844,8 +5638,7 @@ public struct WAFInvalidRegexPatternException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5864,8 +5657,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, regexPatternString: Swift.String? = nil - ) - { + ) { self.action = action self.regexPatternString = regexPatternString } @@ -5887,8 +5679,7 @@ public struct UpdateRegexPatternSetInput: Swift.Sendable { changeToken: Swift.String? = nil, regexPatternSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.RegexPatternSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.regexPatternSetId = regexPatternSetId self.updates = updates @@ -5901,8 +5692,7 @@ public struct UpdateRegexPatternSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5928,8 +5718,7 @@ public struct UpdateRuleInput: Swift.Sendable { changeToken: Swift.String? = nil, ruleId: Swift.String? = nil, updates: [WAFRegionalClientTypes.RuleUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ruleId = ruleId self.updates = updates @@ -5942,8 +5731,7 @@ public struct UpdateRuleOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -5962,8 +5750,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, activatedRule: WAFRegionalClientTypes.ActivatedRule? = nil - ) - { + ) { self.action = action self.activatedRule = activatedRule } @@ -5985,8 +5772,7 @@ public struct UpdateRuleGroupInput: Swift.Sendable { changeToken: Swift.String? = nil, ruleGroupId: Swift.String? = nil, updates: [WAFRegionalClientTypes.RuleGroupUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.ruleGroupId = ruleGroupId self.updates = updates @@ -5999,8 +5785,7 @@ public struct UpdateRuleGroupOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -6019,8 +5804,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, sizeConstraint: WAFRegionalClientTypes.SizeConstraint? = nil - ) - { + ) { self.action = action self.sizeConstraint = sizeConstraint } @@ -6048,8 +5832,7 @@ public struct UpdateSizeConstraintSetInput: Swift.Sendable { changeToken: Swift.String? = nil, sizeConstraintSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.SizeConstraintSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.sizeConstraintSetId = sizeConstraintSetId self.updates = updates @@ -6062,8 +5845,7 @@ public struct UpdateSizeConstraintSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -6082,8 +5864,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, sqlInjectionMatchTuple: WAFRegionalClientTypes.SqlInjectionMatchTuple? = nil - ) - { + ) { self.action = action self.sqlInjectionMatchTuple = sqlInjectionMatchTuple } @@ -6112,8 +5893,7 @@ public struct UpdateSqlInjectionMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, sqlInjectionMatchSetId: Swift.String? = nil, updates: [WAFRegionalClientTypes.SqlInjectionMatchSetUpdate]? = nil - ) - { + ) { self.changeToken = changeToken self.sqlInjectionMatchSetId = sqlInjectionMatchSetId self.updates = updates @@ -6127,8 +5907,7 @@ public struct UpdateSqlInjectionMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -6151,8 +5930,7 @@ public struct WAFSubscriptionNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6171,8 +5949,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, activatedRule: WAFRegionalClientTypes.ActivatedRule? = nil - ) - { + ) { self.action = action self.activatedRule = activatedRule } @@ -6202,8 +5979,7 @@ public struct UpdateWebACLInput: Swift.Sendable { defaultAction: WAFRegionalClientTypes.WafAction? = nil, updates: [WAFRegionalClientTypes.WebACLUpdate]? = nil, webACLId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.defaultAction = defaultAction self.updates = updates @@ -6217,8 +5993,7 @@ public struct UpdateWebACLOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } @@ -6237,8 +6012,7 @@ extension WAFRegionalClientTypes { public init( action: WAFRegionalClientTypes.ChangeAction? = nil, xssMatchTuple: WAFRegionalClientTypes.XssMatchTuple? = nil - ) - { + ) { self.action = action self.xssMatchTuple = xssMatchTuple } @@ -6267,8 +6041,7 @@ public struct UpdateXssMatchSetInput: Swift.Sendable { changeToken: Swift.String? = nil, updates: [WAFRegionalClientTypes.XssMatchSetUpdate]? = nil, xssMatchSetId: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken self.updates = updates self.xssMatchSetId = xssMatchSetId @@ -6282,8 +6055,7 @@ public struct UpdateXssMatchSetOutput: Swift.Sendable { public init( changeToken: Swift.String? = nil - ) - { + ) { self.changeToken = changeToken } } diff --git a/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/WAFRegionalClient.swift b/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/WAFRegionalClient.swift index 08d4a239051..c4890acd92a 100644 --- a/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/WAFRegionalClient.swift +++ b/Sources/Services/AWSWAFRegional/Sources/AWSWAFRegional/WAFRegionalClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WAFRegionalClient: ClientRuntime.Client { public static let clientName = "WAFRegionalClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WAFRegionalClient.WAFRegionalClientConfiguration let serviceName = "WAF Regional" diff --git a/Sources/Services/AWSWAFV2/Package.swift.txt b/Sources/Services/AWSWAFV2/Package.swift.txt index e766f5416ad..1b1cf012882 100644 --- a/Sources/Services/AWSWAFV2/Package.swift.txt +++ b/Sources/Services/AWSWAFV2/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/Models.swift b/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/Models.swift index c39816c16c2..055d3cb3cb2 100644 --- a/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/Models.swift +++ b/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/Models.swift @@ -80,8 +80,7 @@ extension WAFV2ClientTypes { public init( action: WAFV2ClientTypes.ActionValue? = nil - ) - { + ) { self.action = action } } @@ -101,8 +100,7 @@ extension WAFV2ClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -131,8 +129,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -149,8 +146,7 @@ extension WAFV2ClientTypes { public init( insertHeaders: [WAFV2ClientTypes.CustomHTTPHeader]? = nil - ) - { + ) { self.insertHeaders = insertHeaders } } @@ -165,8 +161,7 @@ extension WAFV2ClientTypes { public init( customRequestHandling: WAFV2ClientTypes.CustomRequestHandling? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -238,8 +233,7 @@ extension WAFV2ClientTypes { public init( oversizeHandling: WAFV2ClientTypes.OversizeHandling? = nil - ) - { + ) { self.oversizeHandling = oversizeHandling } } @@ -260,8 +254,7 @@ extension WAFV2ClientTypes { all: WAFV2ClientTypes.All? = nil, excludedCookies: [Swift.String]? = nil, includedCookies: [Swift.String]? = nil - ) - { + ) { self.all = all self.excludedCookies = excludedCookies self.includedCookies = includedCookies @@ -325,8 +318,7 @@ extension WAFV2ClientTypes { matchPattern: WAFV2ClientTypes.CookieMatchPattern? = nil, matchScope: WAFV2ClientTypes.MapMatchScope? = nil, oversizeHandling: WAFV2ClientTypes.OversizeHandling? = nil - ) - { + ) { self.matchPattern = matchPattern self.matchScope = matchScope self.oversizeHandling = oversizeHandling @@ -350,8 +342,7 @@ extension WAFV2ClientTypes { public init( oversizeHandling: WAFV2ClientTypes.OversizeHandling? = nil - ) - { + ) { self.oversizeHandling = oversizeHandling } } @@ -372,8 +363,7 @@ extension WAFV2ClientTypes { all: WAFV2ClientTypes.All? = nil, excludedHeaders: [Swift.String]? = nil, includedHeaders: [Swift.String]? = nil - ) - { + ) { self.all = all self.excludedHeaders = excludedHeaders self.includedHeaders = includedHeaders @@ -405,8 +395,7 @@ extension WAFV2ClientTypes { matchPattern: WAFV2ClientTypes.HeaderMatchPattern? = nil, matchScope: WAFV2ClientTypes.MapMatchScope? = nil, oversizeHandling: WAFV2ClientTypes.OversizeHandling? = nil - ) - { + ) { self.matchPattern = matchPattern self.matchScope = matchScope self.oversizeHandling = oversizeHandling @@ -457,8 +446,7 @@ extension WAFV2ClientTypes { public init( fallbackBehavior: WAFV2ClientTypes.FallbackBehavior? = nil - ) - { + ) { self.fallbackBehavior = fallbackBehavior } } @@ -508,8 +496,7 @@ extension WAFV2ClientTypes { public init( all: WAFV2ClientTypes.All? = nil, includedPaths: [Swift.String]? = nil - ) - { + ) { self.all = all self.includedPaths = includedPaths } @@ -593,8 +580,7 @@ extension WAFV2ClientTypes { matchPattern: WAFV2ClientTypes.JsonMatchPattern? = nil, matchScope: WAFV2ClientTypes.JsonMatchScope? = nil, oversizeHandling: WAFV2ClientTypes.OversizeHandling? = nil - ) - { + ) { self.invalidFallbackBehavior = invalidFallbackBehavior self.matchPattern = matchPattern self.matchScope = matchScope @@ -631,8 +617,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -648,8 +633,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -730,8 +714,7 @@ extension WAFV2ClientTypes { singleHeader: WAFV2ClientTypes.SingleHeader? = nil, singleQueryArgument: WAFV2ClientTypes.SingleQueryArgument? = nil, uriPath: WAFV2ClientTypes.UriPath? = nil - ) - { + ) { self.allQueryArguments = allQueryArguments self.body = body self.cookies = cookies @@ -886,8 +869,7 @@ extension WAFV2ClientTypes { public init( priority: Swift.Int = 0, type: WAFV2ClientTypes.TextTransformationType? = nil - ) - { + ) { self.priority = priority self.type = type } @@ -934,8 +916,7 @@ extension WAFV2ClientTypes { positionalConstraint: WAFV2ClientTypes.PositionalConstraint? = nil, searchString: Foundation.Data? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.positionalConstraint = positionalConstraint self.searchString = searchString @@ -1735,8 +1716,7 @@ extension WAFV2ClientTypes { public init( fallbackBehavior: WAFV2ClientTypes.FallbackBehavior? = nil, headerName: Swift.String? = nil - ) - { + ) { self.fallbackBehavior = fallbackBehavior self.headerName = headerName } @@ -1762,8 +1742,7 @@ extension WAFV2ClientTypes { public init( countryCodes: [WAFV2ClientTypes.CountryCode]? = nil, forwardedIPConfig: WAFV2ClientTypes.ForwardedIPConfig? = nil - ) - { + ) { self.countryCodes = countryCodes self.forwardedIPConfig = forwardedIPConfig } @@ -1830,8 +1809,7 @@ extension WAFV2ClientTypes { fallbackBehavior: WAFV2ClientTypes.FallbackBehavior? = nil, headerName: Swift.String? = nil, position: WAFV2ClientTypes.ForwardedIPPosition? = nil - ) - { + ) { self.fallbackBehavior = fallbackBehavior self.headerName = headerName self.position = position @@ -1852,8 +1830,7 @@ extension WAFV2ClientTypes { public init( arn: Swift.String? = nil, ipSetForwardedIPConfig: WAFV2ClientTypes.IPSetForwardedIPConfig? = nil - ) - { + ) { self.arn = arn self.ipSetForwardedIPConfig = ipSetForwardedIPConfig } @@ -1910,8 +1887,7 @@ extension WAFV2ClientTypes { public init( key: Swift.String? = nil, scope: WAFV2ClientTypes.LabelMatchScope? = nil - ) - { + ) { self.key = key self.scope = scope } @@ -1928,8 +1904,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -1949,8 +1924,7 @@ extension WAFV2ClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -1970,8 +1944,7 @@ extension WAFV2ClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2020,8 +1993,7 @@ extension WAFV2ClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2041,8 +2013,7 @@ extension WAFV2ClientTypes { public init( identifier: Swift.String? = nil - ) - { + ) { self.identifier = identifier } } @@ -2093,8 +2064,7 @@ extension WAFV2ClientTypes { payloadType: WAFV2ClientTypes.PayloadType? = nil, phoneNumberFields: [WAFV2ClientTypes.PhoneNumberField]? = nil, usernameField: WAFV2ClientTypes.UsernameField? = nil - ) - { + ) { self.addressFields = addressFields self.emailField = emailField self.passwordField = passwordField @@ -2119,8 +2089,7 @@ extension WAFV2ClientTypes { public init( failureStrings: [Swift.String]? = nil, successStrings: [Swift.String]? = nil - ) - { + ) { self.failureStrings = failureStrings self.successStrings = successStrings } @@ -2145,8 +2114,7 @@ extension WAFV2ClientTypes { failureValues: [Swift.String]? = nil, name: Swift.String? = nil, successValues: [Swift.String]? = nil - ) - { + ) { self.failureValues = failureValues self.name = name self.successValues = successValues @@ -2172,8 +2140,7 @@ extension WAFV2ClientTypes { failureValues: [Swift.String]? = nil, identifier: Swift.String? = nil, successValues: [Swift.String]? = nil - ) - { + ) { self.failureValues = failureValues self.identifier = identifier self.successValues = successValues @@ -2195,8 +2162,7 @@ extension WAFV2ClientTypes { public init( failureCodes: [Swift.Int]? = nil, successCodes: [Swift.Int]? = nil - ) - { + ) { self.failureCodes = failureCodes self.successCodes = successCodes } @@ -2221,8 +2187,7 @@ extension WAFV2ClientTypes { header: WAFV2ClientTypes.ResponseInspectionHeader? = nil, json: WAFV2ClientTypes.ResponseInspectionJson? = nil, statusCode: WAFV2ClientTypes.ResponseInspectionStatusCode? = nil - ) - { + ) { self.bodyContains = bodyContains self.header = header self.json = json @@ -2255,8 +2220,7 @@ extension WAFV2ClientTypes { registrationPagePath: Swift.String? = nil, requestInspection: WAFV2ClientTypes.RequestInspectionACFP? = nil, responseInspection: WAFV2ClientTypes.ResponseInspection? = nil - ) - { + ) { self.creationPath = creationPath self.enableRegexInPath = enableRegexInPath self.registrationPagePath = registrationPagePath @@ -2292,8 +2256,7 @@ extension WAFV2ClientTypes { passwordField: WAFV2ClientTypes.PasswordField? = nil, payloadType: WAFV2ClientTypes.PayloadType? = nil, usernameField: WAFV2ClientTypes.UsernameField? = nil - ) - { + ) { self.passwordField = passwordField self.payloadType = payloadType self.usernameField = usernameField @@ -2320,8 +2283,7 @@ extension WAFV2ClientTypes { loginPath: Swift.String? = nil, requestInspection: WAFV2ClientTypes.RequestInspection? = nil, responseInspection: WAFV2ClientTypes.ResponseInspection? = nil - ) - { + ) { self.enableRegexInPath = enableRegexInPath self.loginPath = loginPath self.requestInspection = requestInspection @@ -2372,8 +2334,7 @@ extension WAFV2ClientTypes { public init( enableMachineLearning: Swift.Bool? = true, inspectionLevel: WAFV2ClientTypes.InspectionLevel? = nil - ) - { + ) { self.enableMachineLearning = enableMachineLearning self.inspectionLevel = inspectionLevel } @@ -2420,8 +2381,7 @@ extension WAFV2ClientTypes { passwordField: WAFV2ClientTypes.PasswordField? = nil, payloadType: WAFV2ClientTypes.PayloadType? = nil, usernameField: WAFV2ClientTypes.UsernameField? = nil - ) - { + ) { self.awsManagedRulesACFPRuleSet = awsManagedRulesACFPRuleSet self.awsManagedRulesATPRuleSet = awsManagedRulesATPRuleSet self.awsManagedRulesBotControlRuleSet = awsManagedRulesBotControlRuleSet @@ -2449,8 +2409,7 @@ extension WAFV2ClientTypes { customResponseBodyKey: Swift.String? = nil, responseCode: Swift.Int? = nil, responseHeaders: [WAFV2ClientTypes.CustomHTTPHeader]? = nil - ) - { + ) { self.customResponseBodyKey = customResponseBodyKey self.responseCode = responseCode self.responseHeaders = responseHeaders @@ -2467,8 +2426,7 @@ extension WAFV2ClientTypes { public init( customResponse: WAFV2ClientTypes.CustomResponse? = nil - ) - { + ) { self.customResponse = customResponse } } @@ -2499,8 +2457,7 @@ extension WAFV2ClientTypes { public init( customRequestHandling: WAFV2ClientTypes.CustomRequestHandling? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -2531,8 +2488,7 @@ extension WAFV2ClientTypes { public init( customRequestHandling: WAFV2ClientTypes.CustomRequestHandling? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -2547,8 +2503,7 @@ extension WAFV2ClientTypes { public init( customRequestHandling: WAFV2ClientTypes.CustomRequestHandling? = nil - ) - { + ) { self.customRequestHandling = customRequestHandling } } @@ -2575,8 +2530,7 @@ extension WAFV2ClientTypes { captcha: WAFV2ClientTypes.CaptchaAction? = nil, challenge: WAFV2ClientTypes.ChallengeAction? = nil, count: WAFV2ClientTypes.CountAction? = nil - ) - { + ) { self.allow = allow self.block = block self.captcha = captcha @@ -2600,8 +2554,7 @@ extension WAFV2ClientTypes { public init( actionToUse: WAFV2ClientTypes.RuleAction? = nil, name: Swift.String? = nil - ) - { + ) { self.actionToUse = actionToUse self.name = name } @@ -2657,8 +2610,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.name = name self.textTransformations = textTransformations } @@ -2688,8 +2640,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.name = name self.textTransformations = textTransformations } @@ -2724,8 +2675,7 @@ extension WAFV2ClientTypes { public init( namespace: Swift.String? = nil - ) - { + ) { self.namespace = namespace } } @@ -2745,8 +2695,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.name = name self.textTransformations = textTransformations } @@ -2763,8 +2712,7 @@ extension WAFV2ClientTypes { public init( textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.textTransformations = textTransformations } } @@ -2780,8 +2728,7 @@ extension WAFV2ClientTypes { public init( textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.textTransformations = textTransformations } } @@ -2820,8 +2767,7 @@ extension WAFV2ClientTypes { queryArgument: WAFV2ClientTypes.RateLimitQueryArgument? = nil, queryString: WAFV2ClientTypes.RateLimitQueryString? = nil, uriPath: WAFV2ClientTypes.RateLimitUriPath? = nil - ) - { + ) { self.cookie = cookie self.forwardedIP = forwardedIP self.header = header @@ -2853,8 +2799,7 @@ extension WAFV2ClientTypes { fieldToMatch: WAFV2ClientTypes.FieldToMatch? = nil, regexString: Swift.String? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.regexString = regexString self.textTransformations = textTransformations @@ -2880,8 +2825,7 @@ extension WAFV2ClientTypes { arn: Swift.String? = nil, fieldToMatch: WAFV2ClientTypes.FieldToMatch? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.arn = arn self.fieldToMatch = fieldToMatch self.textTransformations = textTransformations @@ -2905,8 +2849,7 @@ extension WAFV2ClientTypes { arn: Swift.String? = nil, excludedRules: [WAFV2ClientTypes.ExcludedRule]? = nil, ruleActionOverrides: [WAFV2ClientTypes.RuleActionOverride]? = nil - ) - { + ) { self.arn = arn self.excludedRules = excludedRules self.ruleActionOverrides = ruleActionOverrides @@ -2977,8 +2920,7 @@ extension WAFV2ClientTypes { fieldToMatch: WAFV2ClientTypes.FieldToMatch? = nil, size: Swift.Int = 0, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.comparisonOperator = comparisonOperator self.fieldToMatch = fieldToMatch self.size = size @@ -3033,8 +2975,7 @@ extension WAFV2ClientTypes { fieldToMatch: WAFV2ClientTypes.FieldToMatch? = nil, sensitivityLevel: WAFV2ClientTypes.SensitivityLevel? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.sensitivityLevel = sensitivityLevel self.textTransformations = textTransformations @@ -3056,8 +2997,7 @@ extension WAFV2ClientTypes { public init( fieldToMatch: WAFV2ClientTypes.FieldToMatch? = nil, textTransformations: [WAFV2ClientTypes.TextTransformation]? = nil - ) - { + ) { self.fieldToMatch = fieldToMatch self.textTransformations = textTransformations } @@ -3082,8 +3022,7 @@ extension WAFV2ClientTypes { creationTimestamp: Foundation.Date? = nil, tokenDomains: [Swift.String]? = nil, version: Swift.Int = 0 - ) - { + ) { self.apiKey = apiKey self.creationTimestamp = creationTimestamp self.tokenDomains = tokenDomains @@ -3148,8 +3087,7 @@ public struct WAFInternalErrorException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3172,8 +3110,7 @@ public struct WAFInvalidOperationException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3446,8 +3383,7 @@ public struct WAFInvalidParameterException: ClientRuntime.ModeledError, AWSClien message: Swift.String? = nil, parameter: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.field = field self.properties.message = message self.properties.parameter = parameter @@ -3473,8 +3409,7 @@ public struct WAFNonexistentItemException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3497,8 +3432,7 @@ public struct WAFUnavailableEntityException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3526,8 +3460,7 @@ public struct AssociateWebACLInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, webACLArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn self.webACLArn = webACLArn } @@ -3583,8 +3516,7 @@ extension WAFV2ClientTypes { public init( defaultSizeInspectionLimit: WAFV2ClientTypes.SizeInspectionLimit? = nil - ) - { + ) { self.defaultSizeInspectionLimit = defaultSizeInspectionLimit } } @@ -3599,8 +3531,7 @@ extension WAFV2ClientTypes { public init( requestBody: [Swift.String: WAFV2ClientTypes.RequestBodyAssociatedResourceTypeConfig]? = nil - ) - { + ) { self.requestBody = requestBody } } @@ -3624,8 +3555,7 @@ public struct WAFExpiredManagedRuleGroupVersionException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3648,8 +3578,7 @@ public struct WAFInvalidResourceException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3675,8 +3604,7 @@ public struct WAFLimitsExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil, sourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.sourceType = sourceType } @@ -3700,8 +3628,7 @@ public struct WAFSubscriptionNotFoundException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3716,8 +3643,7 @@ extension WAFV2ClientTypes { public init( immunityTime: Swift.Int? = nil - ) - { + ) { self.immunityTime = immunityTime } } @@ -3732,8 +3658,7 @@ extension WAFV2ClientTypes { public init( immunityTimeProperty: WAFV2ClientTypes.ImmunityTimeProperty? = nil - ) - { + ) { self.immunityTimeProperty = immunityTimeProperty } } @@ -3748,8 +3673,7 @@ extension WAFV2ClientTypes { public init( immunityTimeProperty: WAFV2ClientTypes.ImmunityTimeProperty? = nil - ) - { + ) { self.immunityTimeProperty = immunityTimeProperty } } @@ -3776,8 +3700,7 @@ extension WAFV2ClientTypes { public init( count: WAFV2ClientTypes.CountAction? = nil, `none`: WAFV2ClientTypes.NoneAction? = nil - ) - { + ) { self.count = count self.`none` = `none` } @@ -3794,8 +3717,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -3819,8 +3741,7 @@ extension WAFV2ClientTypes { cloudWatchMetricsEnabled: Swift.Bool = false, metricName: Swift.String? = nil, sampledRequestsEnabled: Swift.Bool = false - ) - { + ) { self.cloudWatchMetricsEnabled = cloudWatchMetricsEnabled self.metricName = metricName self.sampledRequestsEnabled = sampledRequestsEnabled @@ -3863,8 +3784,7 @@ public struct CheckCapacityOutput: Swift.Sendable { public init( capacity: Swift.Int = 0 - ) - { + ) { self.capacity = capacity } } @@ -3884,8 +3804,7 @@ public struct CreateAPIKeyInput: Swift.Sendable { public init( scope: WAFV2ClientTypes.Scope? = nil, tokenDomains: [Swift.String]? = nil - ) - { + ) { self.scope = scope self.tokenDomains = tokenDomains } @@ -3897,8 +3816,7 @@ public struct CreateAPIKeyOutput: Swift.Sendable { public init( apiKey: Swift.String? = nil - ) - { + ) { self.apiKey = apiKey } } @@ -3921,8 +3839,7 @@ public struct WAFDuplicateItemException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3945,8 +3862,7 @@ public struct WAFOptimisticLockException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3969,8 +3885,7 @@ public struct WAFTagOperationException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3993,8 +3908,7 @@ public struct WAFTagOperationInternalErrorException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4042,8 +3956,7 @@ extension WAFV2ClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4098,8 +4011,7 @@ public struct CreateIPSetInput: Swift.Sendable { name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil, tags: [WAFV2ClientTypes.Tag]? = nil - ) - { + ) { self.addresses = addresses self.description = description self.ipAddressVersion = ipAddressVersion @@ -4130,8 +4042,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, lockToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -4147,8 +4058,7 @@ public struct CreateIPSetOutput: Swift.Sendable { public init( summary: WAFV2ClientTypes.IPSetSummary? = nil - ) - { + ) { self.summary = summary } } @@ -4162,8 +4072,7 @@ extension WAFV2ClientTypes { public init( regexString: Swift.String? = nil - ) - { + ) { self.regexString = regexString } } @@ -4194,8 +4103,7 @@ public struct CreateRegexPatternSetInput: Swift.Sendable { regularExpressionList: [WAFV2ClientTypes.Regex]? = nil, scope: WAFV2ClientTypes.Scope? = nil, tags: [WAFV2ClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.regularExpressionList = regularExpressionList @@ -4225,8 +4133,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, lockToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -4242,8 +4149,7 @@ public struct CreateRegexPatternSetOutput: Swift.Sendable { public init( summary: WAFV2ClientTypes.RegexPatternSetSummary? = nil - ) - { + ) { self.summary = summary } } @@ -4294,8 +4200,7 @@ extension WAFV2ClientTypes { public init( content: Swift.String? = nil, contentType: WAFV2ClientTypes.ResponseContentType? = nil - ) - { + ) { self.content = content self.contentType = contentType } @@ -4323,8 +4228,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, lockToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -4340,8 +4244,7 @@ public struct CreateRuleGroupOutput: Swift.Sendable { public init( summary: WAFV2ClientTypes.RuleGroupSummary? = nil - ) - { + ) { self.summary = summary } } @@ -4364,8 +4267,7 @@ public struct WAFConfigurationWarningException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4382,8 +4284,7 @@ extension WAFV2ClientTypes { public init( allow: WAFV2ClientTypes.AllowAction? = nil, block: WAFV2ClientTypes.BlockAction? = nil - ) - { + ) { self.allow = allow self.block = block } @@ -4411,8 +4312,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, lockToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -4428,8 +4328,7 @@ public struct CreateWebACLOutput: Swift.Sendable { public init( summary: WAFV2ClientTypes.WebACLSummary? = nil - ) - { + ) { self.summary = summary } } @@ -4449,8 +4348,7 @@ public struct DeleteAPIKeyInput: Swift.Sendable { public init( apiKey: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.apiKey = apiKey self.scope = scope } @@ -4472,8 +4370,7 @@ public struct DeleteFirewallManagerRuleGroupsInput: Swift.Sendable { public init( webACLArn: Swift.String? = nil, webACLLockToken: Swift.String? = nil - ) - { + ) { self.webACLArn = webACLArn self.webACLLockToken = webACLLockToken } @@ -4485,8 +4382,7 @@ public struct DeleteFirewallManagerRuleGroupsOutput: Swift.Sendable { public init( nextWebACLLockToken: Swift.String? = nil - ) - { + ) { self.nextWebACLLockToken = nextWebACLLockToken } } @@ -4509,8 +4405,7 @@ public struct WAFAssociatedItemException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4538,8 +4433,7 @@ public struct DeleteIPSetInput: Swift.Sendable { lockToken: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.lockToken = lockToken self.name = name @@ -4620,8 +4514,7 @@ public struct DeleteLoggingConfigurationInput: Swift.Sendable { logScope: WAFV2ClientTypes.LogScope? = nil, logType: WAFV2ClientTypes.LogType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.logScope = logScope self.logType = logType self.resourceArn = resourceArn @@ -4640,8 +4533,7 @@ public struct DeletePermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4674,8 +4566,7 @@ public struct DeleteRegexPatternSetInput: Swift.Sendable { lockToken: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.lockToken = lockToken self.name = name @@ -4711,8 +4602,7 @@ public struct DeleteRuleGroupInput: Swift.Sendable { lockToken: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.lockToken = lockToken self.name = name @@ -4748,8 +4638,7 @@ public struct DeleteWebACLInput: Swift.Sendable { lockToken: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.lockToken = lockToken self.name = name @@ -4773,8 +4662,7 @@ public struct DescribeAllManagedProductsInput: Swift.Sendable { public init( scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.scope = scope } } @@ -4812,8 +4700,7 @@ extension WAFV2ClientTypes { productTitle: Swift.String? = nil, snsTopicArn: Swift.String? = nil, vendorName: Swift.String? = nil - ) - { + ) { self.isAdvancedManagedRuleSet = isAdvancedManagedRuleSet self.isVersioningSupported = isVersioningSupported self.managedRuleSetName = managedRuleSetName @@ -4833,8 +4720,7 @@ public struct DescribeAllManagedProductsOutput: Swift.Sendable { public init( managedProducts: [WAFV2ClientTypes.ManagedProductDescriptor]? = nil - ) - { + ) { self.managedProducts = managedProducts } } @@ -4854,8 +4740,7 @@ public struct DescribeManagedProductsByVendorInput: Swift.Sendable { public init( scope: WAFV2ClientTypes.Scope? = nil, vendorName: Swift.String? = nil - ) - { + ) { self.scope = scope self.vendorName = vendorName } @@ -4867,8 +4752,7 @@ public struct DescribeManagedProductsByVendorOutput: Swift.Sendable { public init( managedProducts: [WAFV2ClientTypes.ManagedProductDescriptor]? = nil - ) - { + ) { self.managedProducts = managedProducts } } @@ -4895,8 +4779,7 @@ public struct DescribeManagedRuleGroupInput: Swift.Sendable { scope: WAFV2ClientTypes.Scope? = nil, vendorName: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.name = name self.scope = scope self.vendorName = vendorName @@ -4917,8 +4800,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -4936,8 +4818,7 @@ extension WAFV2ClientTypes { public init( action: WAFV2ClientTypes.RuleAction? = nil, name: Swift.String? = nil - ) - { + ) { self.action = action self.name = name } @@ -4972,8 +4853,7 @@ public struct DescribeManagedRuleGroupOutput: Swift.Sendable { rules: [WAFV2ClientTypes.RuleSummary]? = nil, snsTopicArn: Swift.String? = nil, versionName: Swift.String? = nil - ) - { + ) { self.availableLabels = availableLabels self.capacity = capacity self.consumedLabels = consumedLabels @@ -5003,8 +4883,7 @@ public struct DisassociateWebACLInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5054,8 +4933,7 @@ public struct GenerateMobileSdkReleaseUrlInput: Swift.Sendable { public init( platform: WAFV2ClientTypes.Platform? = nil, releaseVersion: Swift.String? = nil - ) - { + ) { self.platform = platform self.releaseVersion = releaseVersion } @@ -5067,8 +4945,7 @@ public struct GenerateMobileSdkReleaseUrlOutput: Swift.Sendable { public init( url: Swift.String? = nil - ) - { + ) { self.url = url } } @@ -5088,8 +4965,7 @@ public struct GetDecryptedAPIKeyInput: Swift.Sendable { public init( apiKey: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.apiKey = apiKey self.scope = scope } @@ -5104,8 +4980,7 @@ public struct GetDecryptedAPIKeyOutput: Swift.Sendable { public init( creationTimestamp: Foundation.Date? = nil, tokenDomains: [Swift.String]? = nil - ) - { + ) { self.creationTimestamp = creationTimestamp self.tokenDomains = tokenDomains } @@ -5130,8 +5005,7 @@ public struct GetIPSetInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.name = name self.scope = scope @@ -5186,8 +5060,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, ipAddressVersion: WAFV2ClientTypes.IPAddressVersion? = nil, name: Swift.String? = nil - ) - { + ) { self.addresses = addresses self.arn = arn self.description = description @@ -5207,8 +5080,7 @@ public struct GetIPSetOutput: Swift.Sendable { public init( ipSet: WAFV2ClientTypes.IPSet? = nil, lockToken: Swift.String? = nil - ) - { + ) { self.ipSet = ipSet self.lockToken = lockToken } @@ -5227,8 +5099,7 @@ public struct GetLoggingConfigurationInput: Swift.Sendable { logScope: WAFV2ClientTypes.LogScope? = nil, logType: WAFV2ClientTypes.LogType? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.logScope = logScope self.logType = logType self.resourceArn = resourceArn @@ -5274,8 +5145,7 @@ extension WAFV2ClientTypes { public init( labelName: Swift.String? = nil - ) - { + ) { self.labelName = labelName } } @@ -5293,8 +5163,7 @@ extension WAFV2ClientTypes { public init( actionCondition: WAFV2ClientTypes.ActionCondition? = nil, labelNameCondition: WAFV2ClientTypes.LabelNameCondition? = nil - ) - { + ) { self.actionCondition = actionCondition self.labelNameCondition = labelNameCondition } @@ -5348,8 +5217,7 @@ extension WAFV2ClientTypes { behavior: WAFV2ClientTypes.FilterBehavior? = nil, conditions: [WAFV2ClientTypes.Condition]? = nil, requirement: WAFV2ClientTypes.FilterRequirement? = nil - ) - { + ) { self.behavior = behavior self.conditions = conditions self.requirement = requirement @@ -5371,8 +5239,7 @@ extension WAFV2ClientTypes { public init( defaultBehavior: WAFV2ClientTypes.FilterBehavior? = nil, filters: [WAFV2ClientTypes.Filter]? = nil - ) - { + ) { self.defaultBehavior = defaultBehavior self.filters = filters } @@ -5415,8 +5282,7 @@ extension WAFV2ClientTypes { managedByFirewallManager: Swift.Bool = false, redactedFields: [WAFV2ClientTypes.FieldToMatch]? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.logDestinationConfigs = logDestinationConfigs self.logScope = logScope self.logType = logType @@ -5434,8 +5300,7 @@ public struct GetLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFV2ClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -5459,8 +5324,7 @@ public struct GetManagedRuleSetInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.name = name self.scope = scope @@ -5491,8 +5355,7 @@ extension WAFV2ClientTypes { forecastedLifetime: Swift.Int? = nil, lastUpdateTimestamp: Foundation.Date? = nil, publishTimestamp: Foundation.Date? = nil - ) - { + ) { self.associatedRuleGroupArn = associatedRuleGroupArn self.capacity = capacity self.expiryTimestamp = expiryTimestamp @@ -5537,8 +5400,7 @@ extension WAFV2ClientTypes { name: Swift.String? = nil, publishedVersions: [Swift.String: WAFV2ClientTypes.ManagedRuleSetVersion]? = nil, recommendedVersion: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -5559,8 +5421,7 @@ public struct GetManagedRuleSetOutput: Swift.Sendable { public init( lockToken: Swift.String? = nil, managedRuleSet: WAFV2ClientTypes.ManagedRuleSet? = nil - ) - { + ) { self.lockToken = lockToken self.managedRuleSet = managedRuleSet } @@ -5577,8 +5438,7 @@ public struct GetMobileSdkReleaseInput: Swift.Sendable { public init( platform: WAFV2ClientTypes.Platform? = nil, releaseVersion: Swift.String? = nil - ) - { + ) { self.platform = platform self.releaseVersion = releaseVersion } @@ -5602,8 +5462,7 @@ extension WAFV2ClientTypes { releaseVersion: Swift.String? = nil, tags: [WAFV2ClientTypes.Tag]? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.releaseNotes = releaseNotes self.releaseVersion = releaseVersion self.tags = tags @@ -5618,8 +5477,7 @@ public struct GetMobileSdkReleaseOutput: Swift.Sendable { public init( mobileSdkRelease: WAFV2ClientTypes.MobileSdkRelease? = nil - ) - { + ) { self.mobileSdkRelease = mobileSdkRelease } } @@ -5631,8 +5489,7 @@ public struct GetPermissionPolicyInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -5643,8 +5500,7 @@ public struct GetPermissionPolicyOutput: Swift.Sendable { public init( policy: Swift.String? = nil - ) - { + ) { self.policy = policy } } @@ -5667,8 +5523,7 @@ public struct WAFUnsupportedAggregateKeyTypeException: ClientRuntime.ModeledErro public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5699,8 +5554,7 @@ public struct GetRateBasedStatementManagedKeysInput: Swift.Sendable { scope: WAFV2ClientTypes.Scope? = nil, webACLId: Swift.String? = nil, webACLName: Swift.String? = nil - ) - { + ) { self.ruleGroupRuleName = ruleGroupRuleName self.ruleName = ruleName self.scope = scope @@ -5721,8 +5575,7 @@ extension WAFV2ClientTypes { public init( addresses: [Swift.String]? = nil, ipAddressVersion: WAFV2ClientTypes.IPAddressVersion? = nil - ) - { + ) { self.addresses = addresses self.ipAddressVersion = ipAddressVersion } @@ -5738,8 +5591,7 @@ public struct GetRateBasedStatementManagedKeysOutput: Swift.Sendable { public init( managedKeysIPV4: WAFV2ClientTypes.RateBasedStatementManagedKeysIPSet? = nil, managedKeysIPV6: WAFV2ClientTypes.RateBasedStatementManagedKeysIPSet? = nil - ) - { + ) { self.managedKeysIPV4 = managedKeysIPV4 self.managedKeysIPV6 = managedKeysIPV6 } @@ -5764,8 +5616,7 @@ public struct GetRegexPatternSetInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.name = name self.scope = scope @@ -5793,8 +5644,7 @@ extension WAFV2ClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, regularExpressionList: [WAFV2ClientTypes.Regex]? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -5813,8 +5663,7 @@ public struct GetRegexPatternSetOutput: Swift.Sendable { public init( lockToken: Swift.String? = nil, regexPatternSet: WAFV2ClientTypes.RegexPatternSet? = nil - ) - { + ) { self.lockToken = lockToken self.regexPatternSet = regexPatternSet } @@ -5839,8 +5688,7 @@ public struct GetRuleGroupInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.arn = arn self.id = id self.name = name @@ -5862,8 +5710,7 @@ extension WAFV2ClientTypes { public init( endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime } @@ -5897,8 +5744,7 @@ public struct GetSampledRequestsInput: Swift.Sendable { scope: WAFV2ClientTypes.Scope? = nil, timeWindow: WAFV2ClientTypes.TimeWindow? = nil, webAclArn: Swift.String? = nil - ) - { + ) { self.maxItems = maxItems self.ruleMetricName = ruleMetricName self.scope = scope @@ -5957,8 +5803,7 @@ extension WAFV2ClientTypes { failureReason: WAFV2ClientTypes.FailureReason? = nil, responseCode: Swift.Int? = nil, solveTimestamp: Swift.Int? = nil - ) - { + ) { self.failureReason = failureReason self.responseCode = responseCode self.solveTimestamp = solveTimestamp @@ -5981,8 +5826,7 @@ extension WAFV2ClientTypes { failureReason: WAFV2ClientTypes.FailureReason? = nil, responseCode: Swift.Int? = nil, solveTimestamp: Swift.Int? = nil - ) - { + ) { self.failureReason = failureReason self.responseCode = responseCode self.solveTimestamp = solveTimestamp @@ -6002,8 +5846,7 @@ extension WAFV2ClientTypes { public init( name: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.name = name self.value = value } @@ -6038,8 +5881,7 @@ extension WAFV2ClientTypes { httpVersion: Swift.String? = nil, method: Swift.String? = nil, uri: Swift.String? = nil - ) - { + ) { self.clientIP = clientIP self.country = country self.headers = headers @@ -6091,8 +5933,7 @@ extension WAFV2ClientTypes { ruleNameWithinRuleGroup: Swift.String? = nil, timestamp: Foundation.Date? = nil, weight: Swift.Int = 0 - ) - { + ) { self.action = action self.captchaResponse = captchaResponse self.challengeResponse = challengeResponse @@ -6120,8 +5961,7 @@ public struct GetSampledRequestsOutput: Swift.Sendable { populationSize: Swift.Int = 0, sampledRequests: [WAFV2ClientTypes.SampledHTTPRequest]? = nil, timeWindow: WAFV2ClientTypes.TimeWindow? = nil - ) - { + ) { self.populationSize = populationSize self.sampledRequests = sampledRequests self.timeWindow = timeWindow @@ -6147,8 +5987,7 @@ public struct GetWebACLInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.id = id self.name = name self.scope = scope @@ -6174,8 +6013,7 @@ public struct GetWebACLForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -6197,8 +6035,7 @@ public struct ListAPIKeysInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6217,8 +6054,7 @@ public struct ListAPIKeysOutput: Swift.Sendable { apiKeySummaries: [WAFV2ClientTypes.APIKeySummary]? = nil, applicationIntegrationURL: Swift.String? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.apiKeySummaries = apiKeySummaries self.applicationIntegrationURL = applicationIntegrationURL self.nextMarker = nextMarker @@ -6242,8 +6078,7 @@ public struct ListAvailableManagedRuleGroupsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6268,8 +6103,7 @@ extension WAFV2ClientTypes { name: Swift.String? = nil, vendorName: Swift.String? = nil, versioningSupported: Swift.Bool = false - ) - { + ) { self.description = description self.name = name self.vendorName = vendorName @@ -6287,8 +6121,7 @@ public struct ListAvailableManagedRuleGroupsOutput: Swift.Sendable { public init( managedRuleGroups: [WAFV2ClientTypes.ManagedRuleGroupSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.managedRuleGroups = managedRuleGroups self.nextMarker = nextMarker } @@ -6319,8 +6152,7 @@ public struct ListAvailableManagedRuleGroupVersionsInput: Swift.Sendable { nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil, vendorName: Swift.String? = nil - ) - { + ) { self.limit = limit self.name = name self.nextMarker = nextMarker @@ -6341,8 +6173,7 @@ extension WAFV2ClientTypes { public init( lastUpdateTimestamp: Foundation.Date? = nil, name: Swift.String? = nil - ) - { + ) { self.lastUpdateTimestamp = lastUpdateTimestamp self.name = name } @@ -6361,8 +6192,7 @@ public struct ListAvailableManagedRuleGroupVersionsOutput: Swift.Sendable { currentDefaultVersion: Swift.String? = nil, nextMarker: Swift.String? = nil, versions: [WAFV2ClientTypes.ManagedRuleGroupVersion]? = nil - ) - { + ) { self.currentDefaultVersion = currentDefaultVersion self.nextMarker = nextMarker self.versions = versions @@ -6386,8 +6216,7 @@ public struct ListIPSetsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6403,8 +6232,7 @@ public struct ListIPSetsOutput: Swift.Sendable { public init( ipSets: [WAFV2ClientTypes.IPSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.ipSets = ipSets self.nextMarker = nextMarker } @@ -6430,8 +6258,7 @@ public struct ListLoggingConfigurationsInput: Swift.Sendable { logScope: WAFV2ClientTypes.LogScope? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.logScope = logScope self.nextMarker = nextMarker @@ -6448,8 +6275,7 @@ public struct ListLoggingConfigurationsOutput: Swift.Sendable { public init( loggingConfigurations: [WAFV2ClientTypes.LoggingConfiguration]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.loggingConfigurations = loggingConfigurations self.nextMarker = nextMarker } @@ -6472,8 +6298,7 @@ public struct ListManagedRuleSetsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6508,8 +6333,7 @@ extension WAFV2ClientTypes { labelNamespace: Swift.String? = nil, lockToken: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.arn = arn self.description = description self.id = id @@ -6529,8 +6353,7 @@ public struct ListManagedRuleSetsOutput: Swift.Sendable { public init( managedRuleSets: [WAFV2ClientTypes.ManagedRuleSetSummary]? = nil, nextMarker: Swift.String? = nil - ) - { + ) { self.managedRuleSets = managedRuleSets self.nextMarker = nextMarker } @@ -6549,8 +6372,7 @@ public struct ListMobileSdkReleasesInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, platform: WAFV2ClientTypes.Platform? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.platform = platform @@ -6569,8 +6391,7 @@ extension WAFV2ClientTypes { public init( releaseVersion: Swift.String? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.releaseVersion = releaseVersion self.timestamp = timestamp } @@ -6586,8 +6407,7 @@ public struct ListMobileSdkReleasesOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, releaseSummaries: [WAFV2ClientTypes.ReleaseSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.releaseSummaries = releaseSummaries } @@ -6610,8 +6430,7 @@ public struct ListRegexPatternSetsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6627,8 +6446,7 @@ public struct ListRegexPatternSetsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, regexPatternSets: [WAFV2ClientTypes.RegexPatternSetSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.regexPatternSets = regexPatternSets } @@ -6685,8 +6503,7 @@ public struct ListResourcesForWebACLInput: Swift.Sendable { public init( resourceType: WAFV2ClientTypes.ResourceType? = nil, webACLArn: Swift.String? = nil - ) - { + ) { self.resourceType = resourceType self.webACLArn = webACLArn } @@ -6698,8 +6515,7 @@ public struct ListResourcesForWebACLOutput: Swift.Sendable { public init( resourceArns: [Swift.String]? = nil - ) - { + ) { self.resourceArns = resourceArns } } @@ -6721,8 +6537,7 @@ public struct ListRuleGroupsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6738,8 +6553,7 @@ public struct ListRuleGroupsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, ruleGroups: [WAFV2ClientTypes.RuleGroupSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.ruleGroups = ruleGroups } @@ -6758,8 +6572,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.resourceARN = resourceARN @@ -6778,8 +6591,7 @@ extension WAFV2ClientTypes { public init( resourceARN: Swift.String? = nil, tagList: [WAFV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagList = tagList } @@ -6795,8 +6607,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, tagInfoForResource: WAFV2ClientTypes.TagInfoForResource? = nil - ) - { + ) { self.nextMarker = nextMarker self.tagInfoForResource = tagInfoForResource } @@ -6819,8 +6630,7 @@ public struct ListWebACLsInput: Swift.Sendable { limit: Swift.Int? = nil, nextMarker: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.limit = limit self.nextMarker = nextMarker self.scope = scope @@ -6836,8 +6646,7 @@ public struct ListWebACLsOutput: Swift.Sendable { public init( nextMarker: Swift.String? = nil, webACLs: [WAFV2ClientTypes.WebACLSummary]? = nil - ) - { + ) { self.nextMarker = nextMarker self.webACLs = webACLs } @@ -6861,8 +6670,7 @@ public struct WAFLogDestinationPermissionIssueException: ClientRuntime.ModeledEr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6885,8 +6693,7 @@ public struct WAFServiceLinkedRoleErrorException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -6898,8 +6705,7 @@ public struct PutLoggingConfigurationInput: Swift.Sendable { public init( loggingConfiguration: WAFV2ClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -6910,8 +6716,7 @@ public struct PutLoggingConfigurationOutput: Swift.Sendable { public init( loggingConfiguration: WAFV2ClientTypes.LoggingConfiguration? = nil - ) - { + ) { self.loggingConfiguration = loggingConfiguration } } @@ -6928,8 +6733,7 @@ extension WAFV2ClientTypes { public init( associatedRuleGroupArn: Swift.String? = nil, forecastedLifetime: Swift.Int? = nil - ) - { + ) { self.associatedRuleGroupArn = associatedRuleGroupArn self.forecastedLifetime = forecastedLifetime } @@ -6965,8 +6769,7 @@ public struct PutManagedRuleSetVersionsInput: Swift.Sendable { recommendedVersion: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil, versionsToPublish: [Swift.String: WAFV2ClientTypes.VersionToPublish]? = nil - ) - { + ) { self.id = id self.lockToken = lockToken self.name = name @@ -6982,8 +6785,7 @@ public struct PutManagedRuleSetVersionsOutput: Swift.Sendable { public init( nextLockToken: Swift.String? = nil - ) - { + ) { self.nextLockToken = nextLockToken } } @@ -7019,8 +6821,7 @@ public struct WAFInvalidPermissionPolicyException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7049,8 +6850,7 @@ public struct PutPermissionPolicyInput: Swift.Sendable { public init( policy: Swift.String? = nil, resourceArn: Swift.String? = nil - ) - { + ) { self.policy = policy self.resourceArn = resourceArn } @@ -7072,8 +6872,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [WAFV2ClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -7095,8 +6894,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -7156,8 +6954,7 @@ public struct UpdateIPSetInput: Swift.Sendable { lockToken: Swift.String? = nil, name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.addresses = addresses self.description = description self.id = id @@ -7173,8 +6970,7 @@ public struct UpdateIPSetOutput: Swift.Sendable { public init( nextLockToken: Swift.String? = nil - ) - { + ) { self.nextLockToken = nextLockToken } } @@ -7210,8 +7006,7 @@ public struct UpdateManagedRuleSetVersionExpiryDateInput: Swift.Sendable { name: Swift.String? = nil, scope: WAFV2ClientTypes.Scope? = nil, versionToExpire: Swift.String? = nil - ) - { + ) { self.expiryTimestamp = expiryTimestamp self.id = id self.lockToken = lockToken @@ -7233,8 +7028,7 @@ public struct UpdateManagedRuleSetVersionExpiryDateOutput: Swift.Sendable { expiringVersion: Swift.String? = nil, expiryTimestamp: Foundation.Date? = nil, nextLockToken: Swift.String? = nil - ) - { + ) { self.expiringVersion = expiringVersion self.expiryTimestamp = expiryTimestamp self.nextLockToken = nextLockToken @@ -7271,8 +7065,7 @@ public struct UpdateRegexPatternSetInput: Swift.Sendable { name: Swift.String? = nil, regularExpressionList: [WAFV2ClientTypes.Regex]? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.description = description self.id = id self.lockToken = lockToken @@ -7288,8 +7081,7 @@ public struct UpdateRegexPatternSetOutput: Swift.Sendable { public init( nextLockToken: Swift.String? = nil - ) - { + ) { self.nextLockToken = nextLockToken } } @@ -7300,8 +7092,7 @@ public struct UpdateRuleGroupOutput: Swift.Sendable { public init( nextLockToken: Swift.String? = nil - ) - { + ) { self.nextLockToken = nextLockToken } } @@ -7312,8 +7103,7 @@ public struct UpdateWebACLOutput: Swift.Sendable { public init( nextLockToken: Swift.String? = nil - ) - { + ) { self.nextLockToken = nextLockToken } } @@ -7419,8 +7209,7 @@ extension WAFV2ClientTypes { sizeConstraintStatement: WAFV2ClientTypes.SizeConstraintStatement? = nil, sqliMatchStatement: WAFV2ClientTypes.SqliMatchStatement? = nil, xssMatchStatement: WAFV2ClientTypes.XssMatchStatement? = nil - ) - { + ) { self.andStatement = andStatement self.byteMatchStatement = byteMatchStatement self.geoMatchStatement = geoMatchStatement @@ -7475,8 +7264,7 @@ extension WAFV2ClientTypes { scopeDownStatement: WAFV2ClientTypes.Statement? = nil, vendorName: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.excludedRules = excludedRules self.managedRuleGroupConfigs = managedRuleGroupConfigs self.name = name @@ -7498,8 +7286,7 @@ extension WAFV2ClientTypes { public init( statement: WAFV2ClientTypes.Statement? = nil - ) - { + ) { self.statement = statement } } @@ -7586,8 +7373,7 @@ extension WAFV2ClientTypes { forwardedIPConfig: WAFV2ClientTypes.ForwardedIPConfig? = nil, limit: Swift.Int? = nil, scopeDownStatement: WAFV2ClientTypes.Statement? = nil - ) - { + ) { self.aggregateKeyType = aggregateKeyType self.customKeys = customKeys self.evaluationWindowSec = evaluationWindowSec @@ -7650,8 +7436,7 @@ extension WAFV2ClientTypes { ruleLabels: [WAFV2ClientTypes.Label]? = nil, statement: WAFV2ClientTypes.Statement? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.action = action self.captchaConfig = captchaConfig self.challengeConfig = challengeConfig @@ -7675,8 +7460,7 @@ extension WAFV2ClientTypes { public init( statements: [WAFV2ClientTypes.Statement]? = nil - ) - { + ) { self.statements = statements } } @@ -7692,8 +7476,7 @@ extension WAFV2ClientTypes { public init( statements: [WAFV2ClientTypes.Statement]? = nil - ) - { + ) { self.statements = statements } } @@ -7711,8 +7494,7 @@ extension WAFV2ClientTypes { public init( managedRuleGroupStatement: WAFV2ClientTypes.ManagedRuleGroupStatement? = nil, ruleGroupReferenceStatement: WAFV2ClientTypes.RuleGroupReferenceStatement? = nil - ) - { + ) { self.managedRuleGroupStatement = managedRuleGroupStatement self.ruleGroupReferenceStatement = ruleGroupReferenceStatement } @@ -7745,8 +7527,7 @@ extension WAFV2ClientTypes { overrideAction: WAFV2ClientTypes.OverrideAction? = nil, priority: Swift.Int = 0, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.firewallManagerStatement = firewallManagerStatement self.name = name self.overrideAction = overrideAction @@ -7804,8 +7585,7 @@ extension WAFV2ClientTypes { name: Swift.String? = nil, rules: [WAFV2ClientTypes.Rule]? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.arn = arn self.availableLabels = availableLabels self.capacity = capacity @@ -7836,8 +7616,7 @@ public struct CheckCapacityInput: Swift.Sendable { public init( rules: [WAFV2ClientTypes.Rule]? = nil, scope: WAFV2ClientTypes.Scope? = nil - ) - { + ) { self.rules = rules self.scope = scope } @@ -7878,8 +7657,7 @@ public struct CreateRuleGroupInput: Swift.Sendable { scope: WAFV2ClientTypes.Scope? = nil, tags: [WAFV2ClientTypes.Tag]? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.capacity = capacity self.customResponseBodies = customResponseBodies self.description = description @@ -7938,8 +7716,7 @@ public struct CreateWebACLInput: Swift.Sendable { tags: [WAFV2ClientTypes.Tag]? = nil, tokenDomains: [Swift.String]? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.associationConfig = associationConfig self.captchaConfig = captchaConfig self.challengeConfig = challengeConfig @@ -7991,8 +7768,7 @@ public struct UpdateRuleGroupInput: Swift.Sendable { rules: [WAFV2ClientTypes.Rule]? = nil, scope: WAFV2ClientTypes.Scope? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.customResponseBodies = customResponseBodies self.description = description self.id = id @@ -8056,8 +7832,7 @@ public struct UpdateWebACLInput: Swift.Sendable { scope: WAFV2ClientTypes.Scope? = nil, tokenDomains: [Swift.String]? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.associationConfig = associationConfig self.captchaConfig = captchaConfig self.challengeConfig = challengeConfig @@ -8083,8 +7858,7 @@ public struct GetRuleGroupOutput: Swift.Sendable { public init( lockToken: Swift.String? = nil, ruleGroup: WAFV2ClientTypes.RuleGroup? = nil - ) - { + ) { self.lockToken = lockToken self.ruleGroup = ruleGroup } @@ -8159,8 +7933,7 @@ extension WAFV2ClientTypes { rules: [WAFV2ClientTypes.Rule]? = nil, tokenDomains: [Swift.String]? = nil, visibilityConfig: WAFV2ClientTypes.VisibilityConfig? = nil - ) - { + ) { self.arn = arn self.associationConfig = associationConfig self.capacity = capacity @@ -8189,8 +7962,7 @@ public struct GetWebACLForResourceOutput: Swift.Sendable { public init( webACL: WAFV2ClientTypes.WebACL? = nil - ) - { + ) { self.webACL = webACL } } @@ -8207,8 +7979,7 @@ public struct GetWebACLOutput: Swift.Sendable { applicationIntegrationURL: Swift.String? = nil, lockToken: Swift.String? = nil, webACL: WAFV2ClientTypes.WebACL? = nil - ) - { + ) { self.applicationIntegrationURL = applicationIntegrationURL self.lockToken = lockToken self.webACL = webACL diff --git a/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/WAFV2Client.swift b/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/WAFV2Client.swift index 187bf1b1a14..47006e4b4e1 100644 --- a/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/WAFV2Client.swift +++ b/Sources/Services/AWSWAFV2/Sources/AWSWAFV2/WAFV2Client.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WAFV2Client: ClientRuntime.Client { public static let clientName = "WAFV2Client" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WAFV2Client.WAFV2ClientConfiguration let serviceName = "WAFV2" diff --git a/Sources/Services/AWSWellArchitected/Package.swift.txt b/Sources/Services/AWSWellArchitected/Package.swift.txt index fbdd46b6bb3..1714bbe998e 100644 --- a/Sources/Services/AWSWellArchitected/Package.swift.txt +++ b/Sources/Services/AWSWellArchitected/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/Models.swift b/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/Models.swift index 59866d22e6c..31102e6e2c7 100644 --- a/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/Models.swift +++ b/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/Models.swift @@ -140,8 +140,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -248,8 +247,7 @@ extension WellArchitectedClientTypes { issueManagementStatus: WellArchitectedClientTypes.AccountJiraIssueManagementStatus? = nil, issueManagementType: WellArchitectedClientTypes.IssueManagementType? = nil, jiraProjectKey: Swift.String? = nil - ) - { + ) { self.integrationStatus = integrationStatus self.issueManagementStatus = issueManagementStatus self.issueManagementType = issueManagementType @@ -311,8 +309,7 @@ extension WellArchitectedClientTypes { jiraProjectKey: Swift.String? = nil, statusMessage: Swift.String? = nil, subdomain: Swift.String? = nil - ) - { + ) { self.integrationStatus = integrationStatus self.issueManagementStatus = issueManagementStatus self.issueManagementType = issueManagementType @@ -373,8 +370,7 @@ extension WellArchitectedClientTypes { public init( displayText: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.displayText = displayText self.url = url } @@ -422,8 +418,7 @@ extension WellArchitectedClientTypes { public init( content: [WellArchitectedClientTypes.ChoiceContent]? = nil, type: WellArchitectedClientTypes.AdditionalResourceType? = nil - ) - { + ) { self.content = content self.type = type } @@ -518,8 +513,7 @@ extension WellArchitectedClientTypes { notes: Swift.String? = nil, reason: WellArchitectedClientTypes.ChoiceReason? = nil, status: WellArchitectedClientTypes.ChoiceStatus? = nil - ) - { + ) { self.choiceId = choiceId self.notes = notes self.reason = reason @@ -552,8 +546,7 @@ extension WellArchitectedClientTypes { helpfulResource: WellArchitectedClientTypes.ChoiceContent? = nil, improvementPlan: WellArchitectedClientTypes.ChoiceContent? = nil, title: Swift.String? = nil - ) - { + ) { self.additionalResources = additionalResources self.choiceId = choiceId self.description = description @@ -576,8 +569,7 @@ extension WellArchitectedClientTypes { public init( jiraIssueUrl: Swift.String? = nil, lastSyncedTime: Foundation.Date? = nil - ) - { + ) { self.jiraIssueUrl = jiraIssueUrl self.lastSyncedTime = lastSyncedTime } @@ -712,8 +704,7 @@ extension WellArchitectedClientTypes { reason: WellArchitectedClientTypes.AnswerReason? = nil, risk: WellArchitectedClientTypes.Risk? = nil, selectedChoices: [Swift.String]? = nil - ) - { + ) { self.choiceAnswers = choiceAnswers self.choices = choices self.helpfulResourceDisplayText = helpfulResourceDisplayText @@ -748,8 +739,7 @@ extension WellArchitectedClientTypes { choiceId: Swift.String? = nil, reason: WellArchitectedClientTypes.ChoiceReason? = nil, status: WellArchitectedClientTypes.ChoiceStatus? = nil - ) - { + ) { self.choiceId = choiceId self.reason = reason self.status = status @@ -825,8 +815,7 @@ extension WellArchitectedClientTypes { reason: WellArchitectedClientTypes.AnswerReason? = nil, risk: WellArchitectedClientTypes.Risk? = nil, selectedChoices: [Swift.String]? = nil - ) - { + ) { self.choiceAnswerSummaries = choiceAnswerSummaries self.choices = choices self.isApplicable = isApplicable @@ -870,8 +859,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -898,8 +886,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -932,8 +919,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -966,8 +952,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. message: Swift.String? = nil, quotaCode: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.serviceCode = serviceCode @@ -988,8 +973,7 @@ extension WellArchitectedClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -1058,8 +1042,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fields: [WellArchitectedClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: WellArchitectedClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fields = fields self.properties.message = message self.properties.reason = reason @@ -1078,8 +1061,7 @@ public struct AssociateLensesInput: Swift.Sendable { public init( lensAliases: [Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAliases = lensAliases self.workloadId = workloadId } @@ -1096,8 +1078,7 @@ public struct AssociateProfilesInput: Swift.Sendable { public init( profileArns: [Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.profileArns = profileArns self.workloadId = workloadId } @@ -1115,8 +1096,7 @@ extension WellArchitectedClientTypes { public init( choiceId: Swift.String? = nil, choiceTitle: Swift.String? = nil - ) - { + ) { self.choiceId = choiceId self.choiceTitle = choiceTitle } @@ -1229,8 +1209,7 @@ extension WellArchitectedClientTypes { reason: WellArchitectedClientTypes.CheckFailureReason? = nil, status: WellArchitectedClientTypes.CheckStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountId = accountId self.choiceId = choiceId self.description = description @@ -1287,8 +1266,7 @@ extension WellArchitectedClientTypes { questionId: Swift.String? = nil, status: WellArchitectedClientTypes.CheckStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.accountSummary = accountSummary self.choiceId = choiceId self.description = description @@ -1319,8 +1297,7 @@ extension WellArchitectedClientTypes { choiceId: Swift.String? = nil, displayText: Swift.String? = nil, improvementPlanUrl: Swift.String? = nil - ) - { + ) { self.choiceId = choiceId self.displayText = displayText self.improvementPlanUrl = improvementPlanUrl @@ -1344,8 +1321,7 @@ extension WellArchitectedClientTypes { notes: Swift.String? = nil, reason: WellArchitectedClientTypes.ChoiceReason? = nil, status: WellArchitectedClientTypes.ChoiceStatus? = nil - ) - { + ) { self.notes = notes self.reason = reason self.status = status @@ -1368,8 +1344,7 @@ extension WellArchitectedClientTypes { bestPractices: [WellArchitectedClientTypes.BestPractice]? = nil, questionId: Swift.String? = nil, risk: WellArchitectedClientTypes.Risk? = nil - ) - { + ) { self.bestPractices = bestPractices self.questionId = questionId self.risk = risk @@ -1392,8 +1367,7 @@ extension WellArchitectedClientTypes { pillarId: Swift.String? = nil, questions: [WellArchitectedClientTypes.QuestionMetric]? = nil, riskCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.pillarId = pillarId self.questions = questions self.riskCounts = riskCounts @@ -1416,8 +1390,7 @@ extension WellArchitectedClientTypes { lensArn: Swift.String? = nil, pillars: [WellArchitectedClientTypes.PillarMetric]? = nil, riskCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.lensArn = lensArn self.pillars = pillars self.riskCounts = riskCounts @@ -1481,8 +1454,7 @@ extension WellArchitectedClientTypes { workloadArn: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.lenses = lenses self.lensesAppliedCount = lensesAppliedCount self.metricType = metricType @@ -1529,8 +1501,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -1554,8 +1525,7 @@ public struct CreateLensShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, lensAlias: Swift.String? = nil, sharedWith: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.lensAlias = lensAlias self.sharedWith = sharedWith @@ -1568,8 +1538,7 @@ public struct CreateLensShareOutput: Swift.Sendable { public init( shareId: Swift.String? = nil - ) - { + ) { self.shareId = shareId } } @@ -1592,8 +1561,7 @@ public struct CreateLensVersionInput: Swift.Sendable { isMajorVersion: Swift.Bool? = nil, lensAlias: Swift.String? = nil, lensVersion: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.isMajorVersion = isMajorVersion self.lensAlias = lensAlias @@ -1610,8 +1578,7 @@ public struct CreateLensVersionOutput: Swift.Sendable { public init( lensArn: Swift.String? = nil, lensVersion: Swift.String? = nil - ) - { + ) { self.lensArn = lensArn self.lensVersion = lensVersion } @@ -1633,8 +1600,7 @@ public struct CreateMilestoneInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, milestoneName: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.milestoneName = milestoneName self.workloadId = workloadId @@ -1651,8 +1617,7 @@ public struct CreateMilestoneOutput: Swift.Sendable { public init( milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.milestoneNumber = milestoneNumber self.workloadId = workloadId } @@ -1670,8 +1635,7 @@ extension WellArchitectedClientTypes { public init( questionId: Swift.String? = nil, selectedChoiceIds: [Swift.String]? = nil - ) - { + ) { self.questionId = questionId self.selectedChoiceIds = selectedChoiceIds } @@ -1700,8 +1664,7 @@ public struct CreateProfileInput: Swift.Sendable { profileName: Swift.String? = nil, profileQuestions: [WellArchitectedClientTypes.ProfileQuestionUpdate]? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.profileDescription = profileDescription self.profileName = profileName @@ -1719,8 +1682,7 @@ public struct CreateProfileOutput: Swift.Sendable { public init( profileArn: Swift.String? = nil, profileVersion: Swift.String? = nil - ) - { + ) { self.profileArn = profileArn self.profileVersion = profileVersion } @@ -1741,8 +1703,7 @@ public struct CreateProfileShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, profileArn: Swift.String? = nil, sharedWith: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.profileArn = profileArn self.sharedWith = sharedWith @@ -1758,8 +1719,7 @@ public struct CreateProfileShareOutput: Swift.Sendable { public init( profileArn: Swift.String? = nil, shareId: Swift.String? = nil - ) - { + ) { self.profileArn = profileArn self.shareId = shareId } @@ -1790,8 +1750,7 @@ public struct CreateReviewTemplateInput: Swift.Sendable { notes: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, templateName: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.description = description self.lenses = lenses @@ -1807,8 +1766,7 @@ public struct CreateReviewTemplateOutput: Swift.Sendable { public init( templateArn: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn } } @@ -1828,8 +1786,7 @@ public struct CreateTemplateShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, sharedWith: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.sharedWith = sharedWith self.templateArn = templateArn @@ -1845,8 +1802,7 @@ public struct CreateTemplateShareOutput: Swift.Sendable { public init( shareId: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.shareId = shareId self.templateArn = templateArn } @@ -1922,8 +1878,7 @@ extension WellArchitectedClientTypes { public init( trustedAdvisorIntegrationStatus: WellArchitectedClientTypes.TrustedAdvisorIntegrationStatus? = nil, workloadResourceDefinition: [WellArchitectedClientTypes.DefinitionType]? = nil - ) - { + ) { self.trustedAdvisorIntegrationStatus = trustedAdvisorIntegrationStatus self.workloadResourceDefinition = workloadResourceDefinition } @@ -2007,8 +1962,7 @@ extension WellArchitectedClientTypes { issueManagementStatus: WellArchitectedClientTypes.WorkloadIssueManagementStatus? = nil, issueManagementType: WellArchitectedClientTypes.IssueManagementType? = nil, jiraProjectKey: Swift.String? = nil - ) - { + ) { self.issueManagementStatus = issueManagementStatus self.issueManagementType = issueManagementType self.jiraProjectKey = jiraProjectKey @@ -2139,8 +2093,7 @@ public struct CreateWorkloadInput: Swift.Sendable { reviewTemplateArns: [Swift.String]? = nil, tags: [Swift.String: Swift.String]? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.applications = applications self.architecturalDesign = architecturalDesign @@ -2174,8 +2127,7 @@ public struct CreateWorkloadOutput: Swift.Sendable { public init( workloadArn: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.workloadArn = workloadArn self.workloadId = workloadId } @@ -2231,8 +2183,7 @@ public struct CreateWorkloadShareInput: Swift.Sendable { permissionType: WellArchitectedClientTypes.PermissionType? = nil, sharedWith: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.permissionType = permissionType self.sharedWith = sharedWith @@ -2250,8 +2201,7 @@ public struct CreateWorkloadShareOutput: Swift.Sendable { public init( shareId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.shareId = shareId self.workloadId = workloadId } @@ -2304,8 +2254,7 @@ public struct DeleteLensInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, lensAlias: Swift.String? = nil, lensStatus: WellArchitectedClientTypes.LensStatusType? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.lensAlias = lensAlias self.lensStatus = lensStatus @@ -2327,8 +2276,7 @@ public struct DeleteLensShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, lensAlias: Swift.String? = nil, shareId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.lensAlias = lensAlias self.shareId = shareId @@ -2346,8 +2294,7 @@ public struct DeleteProfileInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, profileArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.profileArn = profileArn } @@ -2368,8 +2315,7 @@ public struct DeleteProfileShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, profileArn: Swift.String? = nil, shareId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.profileArn = profileArn self.shareId = shareId @@ -2387,8 +2333,7 @@ public struct DeleteReviewTemplateInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.templateArn = templateArn } @@ -2409,8 +2354,7 @@ public struct DeleteTemplateShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, shareId: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.shareId = shareId self.templateArn = templateArn @@ -2429,8 +2373,7 @@ public struct DeleteWorkloadInput: Swift.Sendable { public init( clientRequestToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.workloadId = workloadId } @@ -2452,8 +2395,7 @@ public struct DeleteWorkloadShareInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, shareId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.shareId = shareId self.workloadId = workloadId @@ -2504,8 +2446,7 @@ public struct DisassociateLensesInput: Swift.Sendable { public init( lensAliases: [Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAliases = lensAliases self.workloadId = workloadId } @@ -2522,8 +2463,7 @@ public struct DisassociateProfilesInput: Swift.Sendable { public init( profileArns: [Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.profileArns = profileArns self.workloadId = workloadId } @@ -2568,8 +2508,7 @@ public struct ExportLensInput: Swift.Sendable { public init( lensAlias: Swift.String? = nil, lensVersion: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensVersion = lensVersion } @@ -2581,8 +2520,7 @@ public struct ExportLensOutput: Swift.Sendable { public init( lensJSON: Swift.String? = nil - ) - { + ) { self.lensJSON = lensJSON } } @@ -2606,8 +2544,7 @@ public struct GetAnswerInput: Swift.Sendable { milestoneNumber: Swift.Int? = nil, questionId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.milestoneNumber = milestoneNumber self.questionId = questionId @@ -2634,8 +2571,7 @@ public struct GetAnswerOutput: Swift.Sendable { lensArn: Swift.String? = nil, milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.answer = answer self.lensAlias = lensAlias self.lensArn = lensArn @@ -2689,8 +2625,7 @@ public struct GetConsolidatedReportInput: Swift.Sendable { includeSharedResources: Swift.Bool? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.format = format self.includeSharedResources = includeSharedResources self.maxResults = maxResults @@ -2710,8 +2645,7 @@ public struct GetConsolidatedReportOutput: Swift.Sendable { base64String: Swift.String? = nil, metrics: [WellArchitectedClientTypes.ConsolidatedReportMetric]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.base64String = base64String self.metrics = metrics self.nextToken = nextToken @@ -2759,8 +2693,7 @@ public struct GetGlobalSettingsOutput: Swift.Sendable { discoveryIntegrationStatus: WellArchitectedClientTypes.DiscoveryIntegrationStatus? = nil, jiraConfiguration: WellArchitectedClientTypes.AccountJiraConfigurationOutput? = nil, organizationSharingStatus: WellArchitectedClientTypes.OrganizationSharingStatus? = nil - ) - { + ) { self.discoveryIntegrationStatus = discoveryIntegrationStatus self.jiraConfiguration = jiraConfiguration self.organizationSharingStatus = organizationSharingStatus @@ -2777,8 +2710,7 @@ public struct GetLensInput: Swift.Sendable { public init( lensAlias: Swift.String? = nil, lensVersion: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensVersion = lensVersion } @@ -2811,8 +2743,7 @@ extension WellArchitectedClientTypes { owner: Swift.String? = nil, shareInvitationId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.lensArn = lensArn self.lensVersion = lensVersion @@ -2830,8 +2761,7 @@ public struct GetLensOutput: Swift.Sendable { public init( lens: WellArchitectedClientTypes.Lens? = nil - ) - { + ) { self.lens = lens } } @@ -2851,8 +2781,7 @@ public struct GetLensReviewInput: Swift.Sendable { lensAlias: Swift.String? = nil, milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.milestoneNumber = milestoneNumber self.workloadId = workloadId @@ -2871,8 +2800,7 @@ extension WellArchitectedClientTypes { public init( pillarId: Swift.String? = nil, selectedQuestionIds: [Swift.String]? = nil - ) - { + ) { self.pillarId = pillarId self.selectedQuestionIds = selectedQuestionIds } @@ -2888,8 +2816,7 @@ extension WellArchitectedClientTypes { public init( selectedPillars: [WellArchitectedClientTypes.SelectedPillar]? = nil - ) - { + ) { self.selectedPillars = selectedPillars } } @@ -2954,8 +2881,7 @@ extension WellArchitectedClientTypes { pillarName: Swift.String? = nil, prioritizedRiskCounts: [Swift.String: Swift.Int]? = nil, riskCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.notes = notes self.pillarId = pillarId self.pillarName = pillarName @@ -2977,8 +2903,7 @@ extension WellArchitectedClientTypes { public init( profileArn: Swift.String? = nil, profileVersion: Swift.String? = nil - ) - { + ) { self.profileArn = profileArn self.profileVersion = profileVersion } @@ -3030,8 +2955,7 @@ extension WellArchitectedClientTypes { profiles: [WellArchitectedClientTypes.WorkloadProfile]? = nil, riskCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.jiraConfiguration = jiraConfiguration self.lensAlias = lensAlias self.lensArn = lensArn @@ -3062,8 +2986,7 @@ public struct GetLensReviewOutput: Swift.Sendable { lensReview: WellArchitectedClientTypes.LensReview? = nil, milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensReview = lensReview self.milestoneNumber = milestoneNumber self.workloadId = workloadId @@ -3085,8 +3008,7 @@ public struct GetLensReviewReportInput: Swift.Sendable { lensAlias: Swift.String? = nil, milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.milestoneNumber = milestoneNumber self.workloadId = workloadId @@ -3108,8 +3030,7 @@ extension WellArchitectedClientTypes { base64String: Swift.String? = nil, lensAlias: Swift.String? = nil, lensArn: Swift.String? = nil - ) - { + ) { self.base64String = base64String self.lensAlias = lensAlias self.lensArn = lensArn @@ -3130,8 +3051,7 @@ public struct GetLensReviewReportOutput: Swift.Sendable { lensReviewReport: WellArchitectedClientTypes.LensReviewReport? = nil, milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensReviewReport = lensReviewReport self.milestoneNumber = milestoneNumber self.workloadId = workloadId @@ -3151,8 +3071,7 @@ public struct GetLensVersionDifferenceInput: Swift.Sendable { baseLensVersion: Swift.String? = nil, lensAlias: Swift.String? = nil, targetLensVersion: Swift.String? = nil - ) - { + ) { self.baseLensVersion = baseLensVersion self.lensAlias = lensAlias self.targetLensVersion = targetLensVersion @@ -3174,8 +3093,7 @@ extension WellArchitectedClientTypes { differenceStatus: WellArchitectedClientTypes.DifferenceStatus? = nil, questionId: Swift.String? = nil, questionTitle: Swift.String? = nil - ) - { + ) { self.differenceStatus = differenceStatus self.questionId = questionId self.questionTitle = questionTitle @@ -3201,8 +3119,7 @@ extension WellArchitectedClientTypes { pillarId: Swift.String? = nil, pillarName: Swift.String? = nil, questionDifferences: [WellArchitectedClientTypes.QuestionDifference]? = nil - ) - { + ) { self.differenceStatus = differenceStatus self.pillarId = pillarId self.pillarName = pillarName @@ -3220,8 +3137,7 @@ extension WellArchitectedClientTypes { public init( pillarDifferences: [WellArchitectedClientTypes.PillarDifference]? = nil - ) - { + ) { self.pillarDifferences = pillarDifferences } } @@ -3248,8 +3164,7 @@ public struct GetLensVersionDifferenceOutput: Swift.Sendable { lensArn: Swift.String? = nil, targetLensVersion: Swift.String? = nil, versionDifferences: WellArchitectedClientTypes.VersionDifferences? = nil - ) - { + ) { self.baseLensVersion = baseLensVersion self.latestLensVersion = latestLensVersion self.lensAlias = lensAlias @@ -3271,8 +3186,7 @@ public struct GetMilestoneInput: Swift.Sendable { public init( milestoneNumber: Swift.Int? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.milestoneNumber = milestoneNumber self.workloadId = workloadId } @@ -3335,8 +3249,7 @@ extension WellArchitectedClientTypes { issueManagementType: WellArchitectedClientTypes.IssueManagementType? = nil, jiraProjectKey: Swift.String? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.issueManagementStatus = issueManagementStatus self.issueManagementType = issueManagementType self.jiraProjectKey = jiraProjectKey @@ -3489,8 +3402,7 @@ extension WellArchitectedClientTypes { workloadArn: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.applications = applications self.architecturalDesign = architecturalDesign @@ -3541,8 +3453,7 @@ extension WellArchitectedClientTypes { milestoneNumber: Swift.Int? = nil, recordedAt: Foundation.Date? = nil, workload: WellArchitectedClientTypes.Workload? = nil - ) - { + ) { self.milestoneName = milestoneName self.milestoneNumber = milestoneNumber self.recordedAt = recordedAt @@ -3561,8 +3472,7 @@ public struct GetMilestoneOutput: Swift.Sendable { public init( milestone: WellArchitectedClientTypes.Milestone? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.milestone = milestone self.workloadId = workloadId } @@ -3578,8 +3488,7 @@ public struct GetProfileInput: Swift.Sendable { public init( profileArn: Swift.String? = nil, profileVersion: Swift.String? = nil - ) - { + ) { self.profileArn = profileArn self.profileVersion = profileVersion } @@ -3600,8 +3509,7 @@ extension WellArchitectedClientTypes { choiceDescription: Swift.String? = nil, choiceId: Swift.String? = nil, choiceTitle: Swift.String? = nil - ) - { + ) { self.choiceDescription = choiceDescription self.choiceId = choiceId self.choiceTitle = choiceTitle @@ -3636,8 +3544,7 @@ extension WellArchitectedClientTypes { questionId: Swift.String? = nil, questionTitle: Swift.String? = nil, selectedChoiceIds: [Swift.String]? = nil - ) - { + ) { self.maxSelectedChoices = maxSelectedChoices self.minSelectedChoices = minSelectedChoices self.questionChoices = questionChoices @@ -3685,8 +3592,7 @@ extension WellArchitectedClientTypes { shareInvitationId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.owner = owner self.profileArn = profileArn @@ -3707,8 +3613,7 @@ public struct GetProfileOutput: Swift.Sendable { public init( profile: WellArchitectedClientTypes.Profile? = nil - ) - { + ) { self.profile = profile } } @@ -3733,8 +3638,7 @@ extension WellArchitectedClientTypes { choiceDescription: Swift.String? = nil, choiceId: Swift.String? = nil, choiceTitle: Swift.String? = nil - ) - { + ) { self.choiceDescription = choiceDescription self.choiceId = choiceId self.choiceTitle = choiceTitle @@ -3766,8 +3670,7 @@ extension WellArchitectedClientTypes { questionDescription: Swift.String? = nil, questionId: Swift.String? = nil, questionTitle: Swift.String? = nil - ) - { + ) { self.maxSelectedChoices = maxSelectedChoices self.minSelectedChoices = minSelectedChoices self.questionChoices = questionChoices @@ -3796,8 +3699,7 @@ extension WellArchitectedClientTypes { templateName: Swift.String? = nil, templateQuestions: [WellArchitectedClientTypes.ProfileTemplateQuestion]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.templateName = templateName self.templateQuestions = templateQuestions @@ -3812,8 +3714,7 @@ public struct GetProfileTemplateOutput: Swift.Sendable { public init( profileTemplate: WellArchitectedClientTypes.ProfileTemplate? = nil - ) - { + ) { self.profileTemplate = profileTemplate } } @@ -3825,8 +3726,7 @@ public struct GetReviewTemplateInput: Swift.Sendable { public init( templateArn: Swift.String? = nil - ) - { + ) { self.templateArn = templateArn } } @@ -3928,8 +3828,7 @@ extension WellArchitectedClientTypes { templateName: Swift.String? = nil, updateStatus: WellArchitectedClientTypes.ReviewTemplateUpdateStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.description = description self.lenses = lenses self.notes = notes @@ -3951,8 +3850,7 @@ public struct GetReviewTemplateOutput: Swift.Sendable { public init( reviewTemplate: WellArchitectedClientTypes.ReviewTemplate? = nil - ) - { + ) { self.reviewTemplate = reviewTemplate } } @@ -3972,8 +3870,7 @@ public struct GetReviewTemplateAnswerInput: Swift.Sendable { lensAlias: Swift.String? = nil, questionId: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.questionId = questionId self.templateArn = templateArn @@ -4057,8 +3954,7 @@ extension WellArchitectedClientTypes { questionTitle: Swift.String? = nil, reason: WellArchitectedClientTypes.AnswerReason? = nil, selectedChoices: [Swift.String]? = nil - ) - { + ) { self.answerStatus = answerStatus self.choiceAnswers = choiceAnswers self.choices = choices @@ -4089,8 +3985,7 @@ public struct GetReviewTemplateAnswerOutput: Swift.Sendable { answer: WellArchitectedClientTypes.ReviewTemplateAnswer? = nil, lensAlias: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.answer = answer self.lensAlias = lensAlias self.templateArn = templateArn @@ -4108,8 +4003,7 @@ public struct GetReviewTemplateLensReviewInput: Swift.Sendable { public init( lensAlias: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.templateArn = templateArn } @@ -4133,8 +4027,7 @@ extension WellArchitectedClientTypes { pillarId: Swift.String? = nil, pillarName: Swift.String? = nil, questionCounts: [Swift.String: Swift.Int]? = nil - ) - { + ) { self.notes = notes self.pillarId = pillarId self.pillarName = pillarName @@ -4179,8 +4072,7 @@ extension WellArchitectedClientTypes { pillarReviewSummaries: [WellArchitectedClientTypes.ReviewTemplatePillarReviewSummary]? = nil, questionCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensArn = lensArn self.lensName = lensName @@ -4204,8 +4096,7 @@ public struct GetReviewTemplateLensReviewOutput: Swift.Sendable { public init( lensReview: WellArchitectedClientTypes.ReviewTemplateLensReview? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensReview = lensReview self.templateArn = templateArn } @@ -4219,8 +4110,7 @@ public struct GetWorkloadInput: Swift.Sendable { public init( workloadId: Swift.String? = nil - ) - { + ) { self.workloadId = workloadId } } @@ -4232,8 +4122,7 @@ public struct GetWorkloadOutput: Swift.Sendable { public init( workload: WellArchitectedClientTypes.Workload? = nil - ) - { + ) { self.workload = workload } } @@ -4255,8 +4144,7 @@ public struct ImportLensInput: Swift.Sendable { jsonString: Swift.String? = nil, lensAlias: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.jsonString = jsonString self.lensAlias = lensAlias @@ -4305,8 +4193,7 @@ public struct ImportLensOutput: Swift.Sendable { public init( lensArn: Swift.String? = nil, status: WellArchitectedClientTypes.ImportLensStatus? = nil - ) - { + ) { self.lensArn = lensArn self.status = status } @@ -4339,8 +4226,7 @@ extension WellArchitectedClientTypes { questionId: Swift.String? = nil, questionTitle: Swift.String? = nil, risk: WellArchitectedClientTypes.Risk? = nil - ) - { + ) { self.improvementPlanUrl = improvementPlanUrl self.improvementPlans = improvementPlans self.jiraConfiguration = jiraConfiguration @@ -4411,8 +4297,7 @@ extension WellArchitectedClientTypes { profiles: [WellArchitectedClientTypes.WorkloadProfile]? = nil, riskCounts: [Swift.String: Swift.Int]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensArn = lensArn self.lensName = lensName @@ -4492,8 +4377,7 @@ extension WellArchitectedClientTypes { sharedWith: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.shareId = shareId self.sharedWith = sharedWith self.status = status @@ -4570,8 +4454,7 @@ extension WellArchitectedClientTypes { lensVersion: Swift.String? = nil, owner: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.description = description self.lensAlias = lensAlias @@ -4616,8 +4499,7 @@ extension WellArchitectedClientTypes { resourceName: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.currentLensVersion = currentLensVersion self.latestLensVersion = latestLensVersion self.lensAlias = lensAlias @@ -4686,8 +4568,7 @@ public struct ListAnswersInput: Swift.Sendable { pillarId: Swift.String? = nil, questionPriority: WellArchitectedClientTypes.QuestionPriority? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.maxResults = maxResults self.milestoneNumber = milestoneNumber @@ -4720,8 +4601,7 @@ public struct ListAnswersOutput: Swift.Sendable { milestoneNumber: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.answerSummaries = answerSummaries self.lensAlias = lensAlias self.lensArn = lensArn @@ -4760,8 +4640,7 @@ public struct ListCheckDetailsInput: Swift.Sendable { pillarId: Swift.String? = nil, questionId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.choiceId = choiceId self.lensArn = lensArn self.maxResults = maxResults @@ -4781,8 +4660,7 @@ public struct ListCheckDetailsOutput: Swift.Sendable { public init( checkDetails: [WellArchitectedClientTypes.CheckDetail]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.checkDetails = checkDetails self.nextToken = nextToken } @@ -4817,8 +4695,7 @@ public struct ListCheckSummariesInput: Swift.Sendable { pillarId: Swift.String? = nil, questionId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.choiceId = choiceId self.lensArn = lensArn self.maxResults = maxResults @@ -4838,8 +4715,7 @@ public struct ListCheckSummariesOutput: Swift.Sendable { public init( checkSummaries: [WellArchitectedClientTypes.CheckSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.checkSummaries = checkSummaries self.nextToken = nextToken } @@ -4864,8 +4740,7 @@ public struct ListLensesInput: Swift.Sendable { lensType: WellArchitectedClientTypes.LensType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lensName = lensName self.lensStatus = lensStatus self.lensType = lensType @@ -4884,8 +4759,7 @@ public struct ListLensesOutput: Swift.Sendable { public init( lensSummaries: [WellArchitectedClientTypes.LensSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lensSummaries = lensSummaries self.nextToken = nextToken } @@ -4918,8 +4792,7 @@ public struct ListLensReviewImprovementsInput: Swift.Sendable { pillarId: Swift.String? = nil, questionPriority: WellArchitectedClientTypes.QuestionPriority? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.maxResults = maxResults self.milestoneNumber = milestoneNumber @@ -4952,8 +4825,7 @@ public struct ListLensReviewImprovementsOutput: Swift.Sendable { milestoneNumber: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.improvementSummaries = improvementSummaries self.lensAlias = lensAlias self.lensArn = lensArn @@ -4980,8 +4852,7 @@ public struct ListLensReviewsInput: Swift.Sendable { milestoneNumber: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.milestoneNumber = milestoneNumber self.nextToken = nextToken @@ -5005,8 +4876,7 @@ public struct ListLensReviewsOutput: Swift.Sendable { milestoneNumber: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensReviewSummaries = lensReviewSummaries self.milestoneNumber = milestoneNumber self.nextToken = nextToken @@ -5033,8 +4903,7 @@ public struct ListLensSharesInput: Swift.Sendable { nextToken: Swift.String? = nil, sharedWithPrefix: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil - ) - { + ) { self.lensAlias = lensAlias self.maxResults = maxResults self.nextToken = nextToken @@ -5052,8 +4921,7 @@ public struct ListLensSharesOutput: Swift.Sendable { public init( lensShareSummaries: [WellArchitectedClientTypes.LensShareSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.lensShareSummaries = lensShareSummaries self.nextToken = nextToken } @@ -5073,8 +4941,7 @@ public struct ListMilestonesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workloadId = workloadId @@ -5117,8 +4984,7 @@ extension WellArchitectedClientTypes { workloadArn: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.improvementStatus = improvementStatus self.lenses = lenses self.owner = owner @@ -5151,8 +5017,7 @@ extension WellArchitectedClientTypes { milestoneNumber: Swift.Int? = nil, recordedAt: Foundation.Date? = nil, workloadSummary: WellArchitectedClientTypes.WorkloadSummary? = nil - ) - { + ) { self.milestoneName = milestoneName self.milestoneNumber = milestoneNumber self.recordedAt = recordedAt @@ -5174,8 +5039,7 @@ public struct ListMilestonesOutput: Swift.Sendable { milestoneSummaries: [WellArchitectedClientTypes.MilestoneSummary]? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.milestoneSummaries = milestoneSummaries self.nextToken = nextToken self.workloadId = workloadId @@ -5197,8 +5061,7 @@ public struct ListNotificationsInput: Swift.Sendable { nextToken: Swift.String? = nil, resourceArn: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceArn = resourceArn @@ -5247,8 +5110,7 @@ extension WellArchitectedClientTypes { public init( lensUpgradeSummary: WellArchitectedClientTypes.LensUpgradeSummary? = nil, type: WellArchitectedClientTypes.NotificationType? = nil - ) - { + ) { self.lensUpgradeSummary = lensUpgradeSummary self.type = type } @@ -5264,8 +5126,7 @@ public struct ListNotificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationSummaries: [WellArchitectedClientTypes.NotificationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationSummaries = notificationSummaries } @@ -5283,8 +5144,7 @@ public struct ListProfileNotificationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workloadId = workloadId @@ -5347,8 +5207,7 @@ extension WellArchitectedClientTypes { type: WellArchitectedClientTypes.ProfileNotificationType? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.currentProfileVersion = currentProfileVersion self.latestProfileVersion = latestProfileVersion self.profileArn = profileArn @@ -5369,8 +5228,7 @@ public struct ListProfileNotificationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, notificationSummaries: [WellArchitectedClientTypes.ProfileNotificationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.notificationSummaries = notificationSummaries } @@ -5420,8 +5278,7 @@ public struct ListProfilesInput: Swift.Sendable { nextToken: Swift.String? = nil, profileNamePrefix: Swift.String? = nil, profileOwnerType: WellArchitectedClientTypes.ProfileOwnerType? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileNamePrefix = profileNamePrefix @@ -5456,8 +5313,7 @@ extension WellArchitectedClientTypes { profileName: Swift.String? = nil, profileVersion: Swift.String? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.createdAt = createdAt self.owner = owner self.profileArn = profileArn @@ -5478,8 +5334,7 @@ public struct ListProfilesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileSummaries: [WellArchitectedClientTypes.ProfileSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.profileSummaries = profileSummaries } @@ -5504,8 +5359,7 @@ public struct ListProfileSharesInput: Swift.Sendable { profileArn: Swift.String? = nil, sharedWithPrefix: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.profileArn = profileArn @@ -5532,8 +5386,7 @@ extension WellArchitectedClientTypes { sharedWith: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.shareId = shareId self.sharedWith = sharedWith self.status = status @@ -5551,8 +5404,7 @@ public struct ListProfileSharesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, profileShareSummaries: [WellArchitectedClientTypes.ProfileShareSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.profileShareSummaries = profileShareSummaries } @@ -5578,8 +5430,7 @@ public struct ListReviewTemplateAnswersInput: Swift.Sendable { nextToken: Swift.String? = nil, pillarId: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.maxResults = maxResults self.nextToken = nextToken @@ -5624,8 +5475,7 @@ extension WellArchitectedClientTypes { questionType: WellArchitectedClientTypes.QuestionType? = nil, reason: WellArchitectedClientTypes.AnswerReason? = nil, selectedChoices: [Swift.String]? = nil - ) - { + ) { self.answerStatus = answerStatus self.choiceAnswerSummaries = choiceAnswerSummaries self.choices = choices @@ -5655,8 +5505,7 @@ public struct ListReviewTemplateAnswersOutput: Swift.Sendable { lensAlias: Swift.String? = nil, nextToken: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.answerSummaries = answerSummaries self.lensAlias = lensAlias self.nextToken = nextToken @@ -5673,8 +5522,7 @@ public struct ListReviewTemplatesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -5707,8 +5555,7 @@ extension WellArchitectedClientTypes { templateName: Swift.String? = nil, updateStatus: WellArchitectedClientTypes.ReviewTemplateUpdateStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.description = description self.lenses = lenses self.owner = owner @@ -5729,8 +5576,7 @@ public struct ListReviewTemplatesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, reviewTemplates: [WellArchitectedClientTypes.ReviewTemplateSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.reviewTemplates = reviewTemplates } @@ -5796,8 +5642,7 @@ public struct ListShareInvitationsInput: Swift.Sendable { shareResourceType: WellArchitectedClientTypes.ShareResourceType? = nil, templateNamePrefix: Swift.String? = nil, workloadNamePrefix: Swift.String? = nil - ) - { + ) { self.lensNamePrefix = lensNamePrefix self.maxResults = maxResults self.nextToken = nextToken @@ -5853,8 +5698,7 @@ extension WellArchitectedClientTypes { templateName: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.lensArn = lensArn self.lensName = lensName self.permissionType = permissionType @@ -5882,8 +5726,7 @@ public struct ListShareInvitationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, shareInvitationSummaries: [WellArchitectedClientTypes.ShareInvitationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.shareInvitationSummaries = shareInvitationSummaries } @@ -5896,8 +5739,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( workloadArn: Swift.String? = nil - ) - { + ) { self.workloadArn = workloadArn } } @@ -5908,8 +5750,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -5933,8 +5774,7 @@ public struct ListTemplateSharesInput: Swift.Sendable { sharedWithPrefix: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sharedWithPrefix = sharedWithPrefix @@ -5961,8 +5801,7 @@ extension WellArchitectedClientTypes { sharedWith: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.shareId = shareId self.sharedWith = sharedWith self.status = status @@ -5983,8 +5822,7 @@ public struct ListTemplateSharesOutput: Swift.Sendable { nextToken: Swift.String? = nil, templateArn: Swift.String? = nil, templateShareSummaries: [WellArchitectedClientTypes.TemplateShareSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.templateArn = templateArn self.templateShareSummaries = templateShareSummaries @@ -6004,8 +5842,7 @@ public struct ListWorkloadsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, workloadNamePrefix: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.workloadNamePrefix = workloadNamePrefix @@ -6022,8 +5859,7 @@ public struct ListWorkloadsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workloadSummaries: [WellArchitectedClientTypes.WorkloadSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workloadSummaries = workloadSummaries } @@ -6049,8 +5885,7 @@ public struct ListWorkloadSharesInput: Swift.Sendable { sharedWithPrefix: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.sharedWithPrefix = sharedWithPrefix @@ -6080,8 +5915,7 @@ extension WellArchitectedClientTypes { sharedWith: Swift.String? = nil, status: WellArchitectedClientTypes.ShareStatus? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.permissionType = permissionType self.shareId = shareId self.sharedWith = sharedWith @@ -6104,8 +5938,7 @@ public struct ListWorkloadSharesOutput: Swift.Sendable { nextToken: Swift.String? = nil, workloadId: Swift.String? = nil, workloadShareSummaries: [WellArchitectedClientTypes.WorkloadShareSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.workloadId = workloadId self.workloadShareSummaries = workloadShareSummaries @@ -6139,8 +5972,7 @@ extension WellArchitectedClientTypes { shareResourceType: WellArchitectedClientTypes.ShareResourceType? = nil, templateArn: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensArn = lensArn self.profileArn = profileArn @@ -6193,8 +6025,7 @@ public struct TagResourceInput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil, workloadArn: Swift.String? = nil - ) - { + ) { self.tags = tags self.workloadArn = workloadArn } @@ -6216,8 +6047,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( tagKeys: [Swift.String]? = nil, workloadArn: Swift.String? = nil - ) - { + ) { self.tagKeys = tagKeys self.workloadArn = workloadArn } @@ -6259,8 +6089,7 @@ public struct UpdateAnswerInput: Swift.Sendable { reason: WellArchitectedClientTypes.AnswerReason? = nil, selectedChoices: [Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.choiceUpdates = choiceUpdates self.isApplicable = isApplicable self.lensAlias = lensAlias @@ -6288,8 +6117,7 @@ public struct UpdateAnswerOutput: Swift.Sendable { lensAlias: Swift.String? = nil, lensArn: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.answer = answer self.lensAlias = lensAlias self.lensArn = lensArn @@ -6309,8 +6137,7 @@ public struct UpdateGlobalSettingsInput: Swift.Sendable { discoveryIntegrationStatus: WellArchitectedClientTypes.DiscoveryIntegrationStatus? = nil, jiraConfiguration: WellArchitectedClientTypes.AccountJiraConfigurationInput? = nil, organizationSharingStatus: WellArchitectedClientTypes.OrganizationSharingStatus? = nil - ) - { + ) { self.discoveryIntegrationStatus = discoveryIntegrationStatus self.jiraConfiguration = jiraConfiguration self.organizationSharingStatus = organizationSharingStatus @@ -6332,8 +6159,7 @@ public struct UpdateIntegrationInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, integratingService: WellArchitectedClientTypes.IntegratingService? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.integratingService = integratingService self.workloadId = workloadId @@ -6361,8 +6187,7 @@ public struct UpdateLensReviewInput: Swift.Sendable { lensNotes: Swift.String? = nil, pillarNotes: [Swift.String: Swift.String]? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.jiraConfiguration = jiraConfiguration self.lensAlias = lensAlias self.lensNotes = lensNotes @@ -6381,8 +6206,7 @@ public struct UpdateLensReviewOutput: Swift.Sendable { public init( lensReview: WellArchitectedClientTypes.LensReview? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.lensReview = lensReview self.workloadId = workloadId } @@ -6401,8 +6225,7 @@ public struct UpdateProfileInput: Swift.Sendable { profileArn: Swift.String? = nil, profileDescription: Swift.String? = nil, profileQuestions: [WellArchitectedClientTypes.ProfileQuestionUpdate]? = nil - ) - { + ) { self.profileArn = profileArn self.profileDescription = profileDescription self.profileQuestions = profileQuestions @@ -6415,8 +6238,7 @@ public struct UpdateProfileOutput: Swift.Sendable { public init( profile: WellArchitectedClientTypes.Profile? = nil - ) - { + ) { self.profile = profile } } @@ -6443,8 +6265,7 @@ public struct UpdateReviewTemplateInput: Swift.Sendable { notes: Swift.String? = nil, templateArn: Swift.String? = nil, templateName: Swift.String? = nil - ) - { + ) { self.description = description self.lensesToAssociate = lensesToAssociate self.lensesToDisassociate = lensesToDisassociate @@ -6460,8 +6281,7 @@ public struct UpdateReviewTemplateOutput: Swift.Sendable { public init( reviewTemplate: WellArchitectedClientTypes.ReviewTemplate? = nil - ) - { + ) { self.reviewTemplate = reviewTemplate } } @@ -6496,8 +6316,7 @@ public struct UpdateReviewTemplateAnswerInput: Swift.Sendable { reason: WellArchitectedClientTypes.AnswerReason? = nil, selectedChoices: [Swift.String]? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.choiceUpdates = choiceUpdates self.isApplicable = isApplicable self.lensAlias = lensAlias @@ -6521,8 +6340,7 @@ public struct UpdateReviewTemplateAnswerOutput: Swift.Sendable { answer: WellArchitectedClientTypes.ReviewTemplateAnswer? = nil, lensAlias: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.answer = answer self.lensAlias = lensAlias self.templateArn = templateArn @@ -6546,8 +6364,7 @@ public struct UpdateReviewTemplateLensReviewInput: Swift.Sendable { lensNotes: Swift.String? = nil, pillarNotes: [Swift.String: Swift.String]? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensAlias = lensAlias self.lensNotes = lensNotes self.pillarNotes = pillarNotes @@ -6564,8 +6381,7 @@ public struct UpdateReviewTemplateLensReviewOutput: Swift.Sendable { public init( lensReview: WellArchitectedClientTypes.ReviewTemplateLensReview? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.lensReview = lensReview self.templateArn = templateArn } @@ -6583,8 +6399,7 @@ public struct UpdateShareInvitationInput: Swift.Sendable { public init( shareInvitationAction: WellArchitectedClientTypes.ShareInvitationAction? = nil, shareInvitationId: Swift.String? = nil - ) - { + ) { self.shareInvitationAction = shareInvitationAction self.shareInvitationId = shareInvitationId } @@ -6596,8 +6411,7 @@ public struct UpdateShareInvitationOutput: Swift.Sendable { public init( shareInvitation: WellArchitectedClientTypes.ShareInvitation? = nil - ) - { + ) { self.shareInvitation = shareInvitation } } @@ -6715,8 +6529,7 @@ public struct UpdateWorkloadInput: Swift.Sendable { reviewOwner: Swift.String? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.accountIds = accountIds self.applications = applications self.architecturalDesign = architecturalDesign @@ -6745,8 +6558,7 @@ public struct UpdateWorkloadOutput: Swift.Sendable { public init( workload: WellArchitectedClientTypes.Workload? = nil - ) - { + ) { self.workload = workload } } @@ -6767,8 +6579,7 @@ public struct UpdateWorkloadShareInput: Swift.Sendable { permissionType: WellArchitectedClientTypes.PermissionType? = nil, shareId: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.permissionType = permissionType self.shareId = shareId self.workloadId = workloadId @@ -6802,8 +6613,7 @@ extension WellArchitectedClientTypes { status: WellArchitectedClientTypes.ShareStatus? = nil, workloadId: Swift.String? = nil, workloadName: Swift.String? = nil - ) - { + ) { self.permissionType = permissionType self.shareId = shareId self.sharedBy = sharedBy @@ -6825,8 +6635,7 @@ public struct UpdateWorkloadShareOutput: Swift.Sendable { public init( workloadId: Swift.String? = nil, workloadShare: WellArchitectedClientTypes.WorkloadShare? = nil - ) - { + ) { self.workloadId = workloadId self.workloadShare = workloadShare } @@ -6850,8 +6659,7 @@ public struct UpgradeLensReviewInput: Swift.Sendable { lensAlias: Swift.String? = nil, milestoneName: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.lensAlias = lensAlias self.milestoneName = milestoneName @@ -6876,8 +6684,7 @@ public struct UpgradeProfileVersionInput: Swift.Sendable { milestoneName: Swift.String? = nil, profileArn: Swift.String? = nil, workloadId: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.milestoneName = milestoneName self.profileArn = profileArn @@ -6899,8 +6706,7 @@ public struct UpgradeReviewTemplateLensReviewInput: Swift.Sendable { clientRequestToken: Swift.String? = nil, lensAlias: Swift.String? = nil, templateArn: Swift.String? = nil - ) - { + ) { self.clientRequestToken = clientRequestToken self.lensAlias = lensAlias self.templateArn = templateArn diff --git a/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/WellArchitectedClient.swift b/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/WellArchitectedClient.swift index c74f1deacd0..e928a062286 100644 --- a/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/WellArchitectedClient.swift +++ b/Sources/Services/AWSWellArchitected/Sources/AWSWellArchitected/WellArchitectedClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WellArchitectedClient: ClientRuntime.Client { public static let clientName = "WellArchitectedClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WellArchitectedClient.WellArchitectedClientConfiguration let serviceName = "WellArchitected" diff --git a/Sources/Services/AWSWisdom/Package.swift.txt b/Sources/Services/AWSWisdom/Package.swift.txt index 9b66fcafe76..338fd485af6 100644 --- a/Sources/Services/AWSWisdom/Package.swift.txt +++ b/Sources/Services/AWSWisdom/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWisdom/Sources/AWSWisdom/Models.swift b/Sources/Services/AWSWisdom/Sources/AWSWisdom/Models.swift index 6515bffb528..0f677d005a3 100644 --- a/Sources/Services/AWSWisdom/Sources/AWSWisdom/Models.swift +++ b/Sources/Services/AWSWisdom/Sources/AWSWisdom/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -84,8 +83,7 @@ extension WisdomClientTypes { public init( appIntegrationArn: Swift.String? = nil, objectFields: [Swift.String]? = nil - ) - { + ) { self.appIntegrationArn = appIntegrationArn self.objectFields = objectFields } @@ -110,8 +108,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -137,8 +134,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -162,8 +158,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -186,8 +181,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -249,8 +243,7 @@ public struct CreateAssistantAssociationInput: Swift.Sendable { associationType: WisdomClientTypes.AssociationType? = nil, clientToken: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantId = assistantId self.association = association self.associationType = associationType @@ -271,8 +264,7 @@ extension WisdomClientTypes { public init( knowledgeBaseArn: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseArn = knowledgeBaseArn self.knowledgeBaseId = knowledgeBaseId } @@ -322,8 +314,7 @@ extension WisdomClientTypes { associationData: WisdomClientTypes.AssistantAssociationOutputData? = nil, associationType: WisdomClientTypes.AssociationType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantAssociationArn = assistantAssociationArn self.assistantAssociationId = assistantAssociationId @@ -341,8 +332,7 @@ public struct CreateAssistantAssociationOutput: Swift.Sendable { public init( assistantAssociation: WisdomClientTypes.AssistantAssociationData? = nil - ) - { + ) { self.assistantAssociation = assistantAssociation } } @@ -358,8 +348,7 @@ public struct DeleteAssistantAssociationInput: Swift.Sendable { public init( assistantAssociationId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.assistantAssociationId = assistantAssociationId self.assistantId = assistantId } @@ -381,8 +370,7 @@ public struct GetAssistantAssociationInput: Swift.Sendable { public init( assistantAssociationId: Swift.String? = nil, assistantId: Swift.String? = nil - ) - { + ) { self.assistantAssociationId = assistantAssociationId self.assistantId = assistantId } @@ -394,8 +382,7 @@ public struct GetAssistantAssociationOutput: Swift.Sendable { public init( assistantAssociation: WisdomClientTypes.AssistantAssociationData? = nil - ) - { + ) { self.assistantAssociation = assistantAssociation } } @@ -413,8 +400,7 @@ public struct ListAssistantAssociationsInput: Swift.Sendable { assistantId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -454,8 +440,7 @@ extension WisdomClientTypes { associationData: WisdomClientTypes.AssistantAssociationOutputData? = nil, associationType: WisdomClientTypes.AssociationType? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantAssociationArn = assistantAssociationArn self.assistantAssociationId = assistantAssociationId @@ -477,8 +462,7 @@ public struct ListAssistantAssociationsOutput: Swift.Sendable { public init( assistantAssociationSummaries: [WisdomClientTypes.AssistantAssociationSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantAssociationSummaries = assistantAssociationSummaries self.nextToken = nextToken } @@ -493,8 +477,7 @@ extension WisdomClientTypes { public init( kmsKeyId: Swift.String? = nil - ) - { + ) { self.kmsKeyId = kmsKeyId } } @@ -549,8 +532,7 @@ public struct CreateAssistantInput: Swift.Sendable { serverSideEncryptionConfiguration: WisdomClientTypes.ServerSideEncryptionConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil, type: WisdomClientTypes.AssistantType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -569,8 +551,7 @@ extension WisdomClientTypes { public init( topicIntegrationArn: Swift.String? = nil - ) - { + ) { self.topicIntegrationArn = topicIntegrationArn } } @@ -655,8 +636,7 @@ extension WisdomClientTypes { status: WisdomClientTypes.AssistantStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: WisdomClientTypes.AssistantType? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantId = assistantId self.description = description @@ -676,8 +656,7 @@ public struct CreateAssistantOutput: Swift.Sendable { public init( assistant: WisdomClientTypes.AssistantData? = nil - ) - { + ) { self.assistant = assistant } } @@ -689,8 +668,7 @@ public struct DeleteAssistantInput: Swift.Sendable { public init( assistantId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId } } @@ -707,8 +685,7 @@ public struct GetAssistantInput: Swift.Sendable { public init( assistantId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId } } @@ -719,8 +696,7 @@ public struct GetAssistantOutput: Swift.Sendable { public init( assistant: WisdomClientTypes.AssistantData? = nil - ) - { + ) { self.assistant = assistant } } @@ -742,8 +718,7 @@ public struct GetRecommendationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, sessionId: Swift.String? = nil, waitTimeSeconds: Swift.Int = 0 - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.sessionId = sessionId @@ -769,8 +744,7 @@ extension WisdomClientTypes { contentId: Swift.String? = nil, knowledgeBaseArn: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.knowledgeBaseArn = knowledgeBaseArn @@ -791,8 +765,7 @@ extension WisdomClientTypes { public init( beginOffsetInclusive: Swift.Int = 0, endOffsetExclusive: Swift.Int = 0 - ) - { + ) { self.beginOffsetInclusive = beginOffsetInclusive self.endOffsetExclusive = endOffsetExclusive } @@ -811,8 +784,7 @@ extension WisdomClientTypes { public init( highlights: [WisdomClientTypes.Highlight]? = nil, text: Swift.String? = nil - ) - { + ) { self.highlights = highlights self.text = text } @@ -840,8 +812,7 @@ extension WisdomClientTypes { contentReference: WisdomClientTypes.ContentReference? = nil, excerpt: WisdomClientTypes.DocumentText? = nil, title: WisdomClientTypes.DocumentText? = nil - ) - { + ) { self.contentReference = contentReference self.excerpt = excerpt self.title = title @@ -930,8 +901,7 @@ extension WisdomClientTypes { relevanceLevel: WisdomClientTypes.RelevanceLevel? = nil, relevanceScore: Swift.Double = 0.0, type: WisdomClientTypes.RecommendationType? = nil - ) - { + ) { self.document = document self.recommendationId = recommendationId self.relevanceLevel = relevanceLevel @@ -950,8 +920,7 @@ extension WisdomClientTypes { public init( text: Swift.String? = nil - ) - { + ) { self.text = text } } @@ -1060,8 +1029,7 @@ extension WisdomClientTypes { recommendationIds: [Swift.String]? = nil, source: WisdomClientTypes.RecommendationSourceType? = nil, type: WisdomClientTypes.RecommendationTriggerType? = nil - ) - { + ) { self.data = data self.id = id self.recommendationIds = recommendationIds @@ -1081,8 +1049,7 @@ public struct GetRecommendationsOutput: Swift.Sendable { public init( recommendations: [WisdomClientTypes.RecommendationData]? = nil, triggers: [WisdomClientTypes.RecommendationTrigger]? = nil - ) - { + ) { self.recommendations = recommendations self.triggers = triggers } @@ -1097,8 +1064,7 @@ public struct ListAssistantsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1142,8 +1108,7 @@ extension WisdomClientTypes { status: WisdomClientTypes.AssistantStatus? = nil, tags: [Swift.String: Swift.String]? = nil, type: WisdomClientTypes.AssistantType? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantId = assistantId self.description = description @@ -1167,8 +1132,7 @@ public struct ListAssistantsOutput: Swift.Sendable { public init( assistantSummaries: [WisdomClientTypes.AssistantSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.assistantSummaries = assistantSummaries self.nextToken = nextToken } @@ -1189,8 +1153,7 @@ public struct NotifyRecommendationsReceivedInput: Swift.Sendable { assistantId: Swift.String? = nil, recommendationIds: [Swift.String]? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.recommendationIds = recommendationIds self.sessionId = sessionId @@ -1209,8 +1172,7 @@ extension WisdomClientTypes { public init( message: Swift.String? = nil, recommendationId: Swift.String? = nil - ) - { + ) { self.message = message self.recommendationId = recommendationId } @@ -1226,8 +1188,7 @@ public struct NotifyRecommendationsReceivedOutput: Swift.Sendable { public init( errors: [WisdomClientTypes.NotifyRecommendationsReceivedError]? = nil, recommendationIds: [Swift.String]? = nil - ) - { + ) { self.errors = errors self.recommendationIds = recommendationIds } @@ -1251,8 +1212,7 @@ public struct RequestTimeoutException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1274,8 +1234,7 @@ public struct QueryAssistantInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, queryText: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -1305,8 +1264,7 @@ extension WisdomClientTypes { document: WisdomClientTypes.Document? = nil, relevanceScore: Swift.Double = 0.0, resultId: Swift.String? = nil - ) - { + ) { self.document = document self.relevanceScore = relevanceScore self.resultId = resultId @@ -1324,8 +1282,7 @@ public struct QueryAssistantOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [WisdomClientTypes.ResultData]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -1401,8 +1358,7 @@ extension WisdomClientTypes { field: WisdomClientTypes.FilterField? = nil, `operator`: WisdomClientTypes.FilterOperator? = nil, value: Swift.String? = nil - ) - { + ) { self.field = field self.`operator` = `operator` self.value = value @@ -1420,8 +1376,7 @@ extension WisdomClientTypes { public init( filters: [WisdomClientTypes.Filter]? = nil - ) - { + ) { self.filters = filters } } @@ -1444,8 +1399,7 @@ public struct SearchSessionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: WisdomClientTypes.SearchExpression? = nil - ) - { + ) { self.assistantId = assistantId self.maxResults = maxResults self.nextToken = nextToken @@ -1475,8 +1429,7 @@ extension WisdomClientTypes { assistantId: Swift.String? = nil, sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantArn = assistantArn self.assistantId = assistantId self.sessionArn = sessionArn @@ -1495,8 +1448,7 @@ public struct SearchSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessionSummaries: [WisdomClientTypes.SessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessionSummaries = sessionSummaries } @@ -1522,8 +1474,7 @@ public struct CreateSessionInput: Swift.Sendable { description: Swift.String? = nil, name: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.assistantId = assistantId self.clientToken = clientToken self.description = description @@ -1541,8 +1492,7 @@ extension WisdomClientTypes { public init( topicIntegrationArn: Swift.String? = nil - ) - { + ) { self.topicIntegrationArn = topicIntegrationArn } } @@ -1575,8 +1525,7 @@ extension WisdomClientTypes { sessionArn: Swift.String? = nil, sessionId: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.integrationConfiguration = integrationConfiguration self.name = name @@ -1593,8 +1542,7 @@ public struct CreateSessionOutput: Swift.Sendable { public init( session: WisdomClientTypes.SessionData? = nil - ) - { + ) { self.session = session } } @@ -1610,8 +1558,7 @@ public struct GetSessionInput: Swift.Sendable { public init( assistantId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.assistantId = assistantId self.sessionId = sessionId } @@ -1623,8 +1570,7 @@ public struct GetSessionOutput: Swift.Sendable { public init( session: WisdomClientTypes.SessionData? = nil - ) - { + ) { self.session = session } } @@ -1638,8 +1584,7 @@ extension WisdomClientTypes { public init( instanceId: Swift.String? = nil - ) - { + ) { self.instanceId = instanceId } } @@ -1685,8 +1630,7 @@ public struct CreateContentInput: Swift.Sendable { tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.knowledgeBaseId = knowledgeBaseId self.metadata = metadata @@ -1802,8 +1746,7 @@ extension WisdomClientTypes { title: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.contentType = contentType @@ -1833,8 +1776,7 @@ public struct CreateContentOutput: Swift.Sendable { public init( content: WisdomClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -1850,8 +1792,7 @@ public struct DeleteContentInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -1873,8 +1814,7 @@ public struct GetContentInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -1886,8 +1826,7 @@ public struct GetContentOutput: Swift.Sendable { public init( content: WisdomClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -1903,8 +1842,7 @@ public struct GetContentSummaryInput: Swift.Sendable { public init( contentId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId } @@ -1959,8 +1897,7 @@ extension WisdomClientTypes { status: WisdomClientTypes.ContentStatus? = nil, tags: [Swift.String: Swift.String]? = nil, title: Swift.String? = nil - ) - { + ) { self.contentArn = contentArn self.contentId = contentId self.contentType = contentType @@ -1982,8 +1919,7 @@ public struct GetContentSummaryOutput: Swift.Sendable { public init( contentSummary: WisdomClientTypes.ContentSummary? = nil - ) - { + ) { self.contentSummary = contentSummary } } @@ -2001,8 +1937,7 @@ public struct ListContentsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -2019,8 +1954,7 @@ public struct ListContentsOutput: Swift.Sendable { public init( contentSummaries: [WisdomClientTypes.ContentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentSummaries = contentSummaries self.nextToken = nextToken } @@ -2044,8 +1978,7 @@ public struct PreconditionFailedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2079,8 +2012,7 @@ public struct UpdateContentInput: Swift.Sendable { revisionId: Swift.String? = nil, title: Swift.String? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.contentId = contentId self.knowledgeBaseId = knowledgeBaseId self.metadata = metadata @@ -2098,8 +2030,7 @@ public struct UpdateContentOutput: Swift.Sendable { public init( content: WisdomClientTypes.ContentData? = nil - ) - { + ) { self.content = content } } @@ -2154,8 +2085,7 @@ extension WisdomClientTypes { public init( templateUri: Swift.String? = nil - ) - { + ) { self.templateUri = templateUri } } @@ -2200,8 +2130,7 @@ public struct CreateKnowledgeBaseInput: Swift.Sendable { serverSideEncryptionConfiguration: WisdomClientTypes.ServerSideEncryptionConfiguration? = nil, sourceConfiguration: WisdomClientTypes.SourceConfiguration? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.knowledgeBaseType = knowledgeBaseType @@ -2298,8 +2227,7 @@ extension WisdomClientTypes { sourceConfiguration: WisdomClientTypes.SourceConfiguration? = nil, status: WisdomClientTypes.KnowledgeBaseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.knowledgeBaseArn = knowledgeBaseArn self.knowledgeBaseId = knowledgeBaseId @@ -2321,8 +2249,7 @@ public struct CreateKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: WisdomClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -2353,8 +2280,7 @@ extension WisdomClientTypes { public init( criteria: Swift.String? = nil, values: [Swift.String]? = nil - ) - { + ) { self.criteria = criteria self.values = values } @@ -2412,8 +2338,7 @@ public struct CreateQuickResponseInput: Swift.Sendable { name: Swift.String? = nil, shortcutKey: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.clientToken = clientToken self.content = content @@ -2456,8 +2381,7 @@ extension WisdomClientTypes { public init( markdown: WisdomClientTypes.QuickResponseContentProvider? = nil, plainText: WisdomClientTypes.QuickResponseContentProvider? = nil - ) - { + ) { self.markdown = markdown self.plainText = plainText } @@ -2584,8 +2508,7 @@ extension WisdomClientTypes { shortcutKey: Swift.String? = nil, status: WisdomClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.contentType = contentType self.contents = contents @@ -2619,8 +2542,7 @@ public struct CreateQuickResponseOutput: Swift.Sendable { public init( quickResponse: WisdomClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -2636,8 +2558,7 @@ public struct DeleteImportJobInput: Swift.Sendable { public init( importJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.importJobId = importJobId self.knowledgeBaseId = knowledgeBaseId } @@ -2655,8 +2576,7 @@ public struct DeleteKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -2677,8 +2597,7 @@ public struct DeleteQuickResponseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, quickResponseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.quickResponseId = quickResponseId } @@ -2729,8 +2648,7 @@ extension WisdomClientTypes { public init( configuration: WisdomClientTypes.Configuration? = nil, source: WisdomClientTypes.ExternalSource? = nil - ) - { + ) { self.configuration = configuration self.source = source } @@ -2748,8 +2666,7 @@ public struct GetImportJobInput: Swift.Sendable { public init( importJobId: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.importJobId = importJobId self.knowledgeBaseId = knowledgeBaseId } @@ -2877,8 +2794,7 @@ extension WisdomClientTypes { uploadId: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.createdTime = createdTime self.externalSourceConfiguration = externalSourceConfiguration self.failedRecordReport = failedRecordReport @@ -2907,8 +2823,7 @@ public struct GetImportJobOutput: Swift.Sendable { public init( importJob: WisdomClientTypes.ImportJobData? = nil - ) - { + ) { self.importJob = importJob } } @@ -2920,8 +2835,7 @@ public struct GetKnowledgeBaseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -2932,8 +2846,7 @@ public struct GetKnowledgeBaseOutput: Swift.Sendable { public init( knowledgeBase: WisdomClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -2949,8 +2862,7 @@ public struct GetQuickResponseInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, quickResponseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.quickResponseId = quickResponseId } @@ -2962,8 +2874,7 @@ public struct GetQuickResponseOutput: Swift.Sendable { public init( quickResponse: WisdomClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -3012,8 +2923,7 @@ extension WisdomClientTypes { metadata: [Swift.String: Swift.String]? = nil, status: WisdomClientTypes.ImportJobStatus? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.createdTime = createdTime self.externalSourceConfiguration = externalSourceConfiguration self.importJobId = importJobId @@ -3041,8 +2951,7 @@ public struct ListImportJobsInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -3059,8 +2968,7 @@ public struct ListImportJobsOutput: Swift.Sendable { public init( importJobSummaries: [WisdomClientTypes.ImportJobSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.importJobSummaries = importJobSummaries self.nextToken = nextToken } @@ -3075,8 +2983,7 @@ public struct ListKnowledgeBasesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3123,8 +3030,7 @@ extension WisdomClientTypes { sourceConfiguration: WisdomClientTypes.SourceConfiguration? = nil, status: WisdomClientTypes.KnowledgeBaseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.description = description self.knowledgeBaseArn = knowledgeBaseArn self.knowledgeBaseId = knowledgeBaseId @@ -3149,8 +3055,7 @@ public struct ListKnowledgeBasesOutput: Swift.Sendable { public init( knowledgeBaseSummaries: [WisdomClientTypes.KnowledgeBaseSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseSummaries = knowledgeBaseSummaries self.nextToken = nextToken } @@ -3169,8 +3074,7 @@ public struct ListQuickResponsesInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -3238,8 +3142,7 @@ extension WisdomClientTypes { quickResponseId: Swift.String? = nil, status: WisdomClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.channels = channels self.contentType = contentType self.createdTime = createdTime @@ -3273,8 +3176,7 @@ public struct ListQuickResponsesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, quickResponseSummaries: [WisdomClientTypes.QuickResponseSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.quickResponseSummaries = quickResponseSummaries } @@ -3331,8 +3233,7 @@ public struct UpdateQuickResponseInput: Swift.Sendable { removeGroupingConfiguration: Swift.Bool? = nil, removeShortcutKey: Swift.Bool? = nil, shortcutKey: Swift.String? = nil - ) - { + ) { self.channels = channels self.content = content self.contentType = contentType @@ -3361,8 +3262,7 @@ public struct UpdateQuickResponseOutput: Swift.Sendable { public init( quickResponse: WisdomClientTypes.QuickResponseData? = nil - ) - { + ) { self.quickResponse = quickResponse } } @@ -3374,8 +3274,7 @@ public struct RemoveKnowledgeBaseTemplateUriInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId } } @@ -3402,8 +3301,7 @@ public struct SearchContentInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: WisdomClientTypes.SearchExpression? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults self.nextToken = nextToken @@ -3421,8 +3319,7 @@ public struct SearchContentOutput: Swift.Sendable { public init( contentSummaries: [WisdomClientTypes.ContentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.contentSummaries = contentSummaries self.nextToken = nextToken } @@ -3501,8 +3398,7 @@ extension WisdomClientTypes { name: Swift.String? = nil, `operator`: WisdomClientTypes.QuickResponseFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.includeNoExistence = includeNoExistence self.name = name self.`operator` = `operator` @@ -3577,8 +3473,7 @@ extension WisdomClientTypes { public init( name: Swift.String? = nil, order: WisdomClientTypes.Order? = nil - ) - { + ) { self.name = name self.order = order } @@ -3678,8 +3573,7 @@ extension WisdomClientTypes { `operator`: WisdomClientTypes.QuickResponseQueryOperator? = nil, priority: WisdomClientTypes.Priority? = nil, values: [Swift.String]? = nil - ) - { + ) { self.allowFuzziness = allowFuzziness self.name = name self.`operator` = `operator` @@ -3704,8 +3598,7 @@ extension WisdomClientTypes { filters: [WisdomClientTypes.QuickResponseFilterField]? = nil, orderOnField: WisdomClientTypes.QuickResponseOrderField? = nil, queries: [WisdomClientTypes.QuickResponseQueryField]? = nil - ) - { + ) { self.filters = filters self.orderOnField = orderOnField self.queries = queries @@ -3733,8 +3626,7 @@ public struct SearchQuickResponsesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, searchExpression: WisdomClientTypes.QuickResponseSearchExpression? = nil - ) - { + ) { self.attributes = attributes self.knowledgeBaseId = knowledgeBaseId self.maxResults = maxResults @@ -3829,8 +3721,7 @@ extension WisdomClientTypes { shortcutKey: Swift.String? = nil, status: WisdomClientTypes.QuickResponseStatus? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.attributesInterpolated = attributesInterpolated self.attributesNotInterpolated = attributesNotInterpolated self.channels = channels @@ -3870,8 +3761,7 @@ public struct SearchQuickResponsesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, results: [WisdomClientTypes.QuickResponseSearchResultData]? = nil - ) - { + ) { self.nextToken = nextToken self.results = results } @@ -3891,8 +3781,7 @@ public struct StartContentUploadInput: Swift.Sendable { contentType: Swift.String? = nil, knowledgeBaseId: Swift.String? = nil, presignedUrlTimeToLive: Swift.Int? = nil - ) - { + ) { self.contentType = contentType self.knowledgeBaseId = knowledgeBaseId self.presignedUrlTimeToLive = presignedUrlTimeToLive @@ -3918,8 +3807,7 @@ public struct StartContentUploadOutput: Swift.Sendable { uploadId: Swift.String? = nil, url: Swift.String? = nil, urlExpiry: Foundation.Date? = nil - ) - { + ) { self.headersToInclude = headersToInclude self.uploadId = uploadId self.url = url @@ -3960,8 +3848,7 @@ public struct StartImportJobInput: Swift.Sendable { knowledgeBaseId: Swift.String? = nil, metadata: [Swift.String: Swift.String]? = nil, uploadId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.externalSourceConfiguration = externalSourceConfiguration self.importJobType = importJobType @@ -3977,8 +3864,7 @@ public struct StartImportJobOutput: Swift.Sendable { public init( importJob: WisdomClientTypes.ImportJobData? = nil - ) - { + ) { self.importJob = importJob } } @@ -3994,8 +3880,7 @@ public struct UpdateKnowledgeBaseTemplateUriInput: Swift.Sendable { public init( knowledgeBaseId: Swift.String? = nil, templateUri: Swift.String? = nil - ) - { + ) { self.knowledgeBaseId = knowledgeBaseId self.templateUri = templateUri } @@ -4007,8 +3892,7 @@ public struct UpdateKnowledgeBaseTemplateUriOutput: Swift.Sendable { public init( knowledgeBase: WisdomClientTypes.KnowledgeBaseData? = nil - ) - { + ) { self.knowledgeBase = knowledgeBase } } @@ -4020,8 +3904,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -4032,8 +3915,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -4059,8 +3941,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -4077,8 +3958,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -4100,8 +3980,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } diff --git a/Sources/Services/AWSWisdom/Sources/AWSWisdom/WisdomClient.swift b/Sources/Services/AWSWisdom/Sources/AWSWisdom/WisdomClient.swift index bce7c6b7da4..454c0cc70af 100644 --- a/Sources/Services/AWSWisdom/Sources/AWSWisdom/WisdomClient.swift +++ b/Sources/Services/AWSWisdom/Sources/AWSWisdom/WisdomClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WisdomClient: ClientRuntime.Client { public static let clientName = "WisdomClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WisdomClient.WisdomClientConfiguration let serviceName = "Wisdom" diff --git a/Sources/Services/AWSWorkDocs/Package.swift.txt b/Sources/Services/AWSWorkDocs/Package.swift.txt index a0d2b89f6ed..315d429cc9b 100644 --- a/Sources/Services/AWSWorkDocs/Package.swift.txt +++ b/Sources/Services/AWSWorkDocs/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,15 +45,15 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyIdentity", package: "smithy-swift" ), .product( @@ -65,7 +65,7 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/Models.swift b/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/Models.swift index b33696330d1..4305e629abe 100644 --- a/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/Models.swift +++ b/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/Models.swift @@ -125,8 +125,7 @@ public struct ConcurrentModificationException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -152,8 +151,7 @@ public struct EntityNotExistsException: ClientRuntime.ModeledError, AWSClientRun public init( entityIds: [Swift.String]? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.entityIds = entityIds self.properties.message = message } @@ -177,8 +175,7 @@ public struct FailedDependencyException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -201,8 +198,7 @@ public struct ProhibitedStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -225,8 +221,7 @@ public struct ServiceUnavailableException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -251,8 +246,7 @@ public struct UnauthorizedOperationException: ClientRuntime.ModeledError, AWSCli public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -276,8 +270,7 @@ public struct UnauthorizedResourceAccessException: ClientRuntime.ModeledError, A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -296,8 +289,7 @@ public struct AbortDocumentVersionUploadInput: Swift.Sendable { authenticationToken: Swift.String? = nil, documentId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.versionId = versionId @@ -319,8 +311,7 @@ public struct ActivateUserInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.userId = userId } @@ -460,8 +451,7 @@ extension WorkDocsClientTypes { public init( storageAllocatedInBytes: Swift.Int? = nil, storageType: WorkDocsClientTypes.StorageType? = nil - ) - { + ) { self.storageAllocatedInBytes = storageAllocatedInBytes self.storageType = storageType } @@ -480,8 +470,7 @@ extension WorkDocsClientTypes { public init( storageRule: WorkDocsClientTypes.StorageRuleType? = nil, storageUtilizedInBytes: Swift.Int? = nil - ) - { + ) { self.storageRule = storageRule self.storageUtilizedInBytes = storageUtilizedInBytes } @@ -577,8 +566,7 @@ extension WorkDocsClientTypes { timeZoneId: Swift.String? = nil, type: WorkDocsClientTypes.UserType? = nil, username: Swift.String? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.emailAddress = emailAddress self.givenName = givenName @@ -609,8 +597,7 @@ public struct ActivateUserOutput: Swift.Sendable { public init( user: WorkDocsClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -671,8 +658,7 @@ extension WorkDocsClientTypes { contributorId: Swift.String? = nil, createdTimestamp: Foundation.Date? = nil, recipientId: Swift.String? = nil - ) - { + ) { self.commentId = commentId self.commentStatus = commentStatus self.contributor = contributor @@ -704,8 +690,7 @@ extension WorkDocsClientTypes { id: Swift.String? = nil, surname: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.emailAddress = emailAddress self.givenName = givenName self.id = id @@ -776,8 +761,7 @@ extension WorkDocsClientTypes { parentId: Swift.String? = nil, type: WorkDocsClientTypes.ResourceType? = nil, versionId: Swift.String? = nil - ) - { + ) { self.id = id self.name = name self.originalName = originalName @@ -806,8 +790,7 @@ extension WorkDocsClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -826,8 +809,7 @@ extension WorkDocsClientTypes { public init( groups: [WorkDocsClientTypes.GroupMetadata]? = nil, users: [WorkDocsClientTypes.UserMetadata]? = nil - ) - { + ) { self.groups = groups self.users = users } @@ -989,8 +971,7 @@ extension WorkDocsClientTypes { resourceMetadata: WorkDocsClientTypes.ResourceMetadata? = nil, timeStamp: Foundation.Date? = nil, type: WorkDocsClientTypes.ActivityType? = nil - ) - { + ) { self.commentMetadata = commentMetadata self.initiator = initiator self.isIndirectActivity = isIndirectActivity @@ -1042,8 +1023,7 @@ extension WorkDocsClientTypes { public init( emailMessage: Swift.String? = nil, sendEmail: Swift.Bool = false - ) - { + ) { self.emailMessage = emailMessage self.sendEmail = sendEmail } @@ -1146,8 +1126,7 @@ extension WorkDocsClientTypes { id: Swift.String? = nil, role: WorkDocsClientTypes.RoleType? = nil, type: WorkDocsClientTypes.PrincipalType? = nil - ) - { + ) { self.id = id self.role = role self.type = type @@ -1172,8 +1151,7 @@ public struct AddResourcePermissionsInput: Swift.Sendable { notificationOptions: WorkDocsClientTypes.NotificationOptions? = nil, principals: [WorkDocsClientTypes.SharePrincipal]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.notificationOptions = notificationOptions self.principals = principals @@ -1239,8 +1217,7 @@ extension WorkDocsClientTypes { shareId: Swift.String? = nil, status: WorkDocsClientTypes.ShareStatusType? = nil, statusMessage: Swift.String? = nil - ) - { + ) { self.inviteePrincipalId = inviteePrincipalId self.principalId = principalId self.role = role @@ -1262,8 +1239,7 @@ public struct AddResourcePermissionsOutput: Swift.Sendable { public init( shareResults: [WorkDocsClientTypes.ShareResult]? = nil - ) - { + ) { self.shareResults = shareResults } } @@ -1286,8 +1262,7 @@ public struct DocumentLockedForCommentsException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1310,8 +1285,7 @@ public struct InvalidCommentOperationException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1375,8 +1349,7 @@ public struct CreateCommentInput: Swift.Sendable { threadId: Swift.String? = nil, versionId: Swift.String? = nil, visibility: WorkDocsClientTypes.CommentVisibilityType? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.notifyCollaborators = notifyCollaborators @@ -1427,8 +1400,7 @@ extension WorkDocsClientTypes { text: Swift.String? = nil, threadId: Swift.String? = nil, visibility: WorkDocsClientTypes.CommentVisibilityType? = nil - ) - { + ) { self.commentId = commentId self.contributor = contributor self.createdTimestamp = createdTimestamp @@ -1453,8 +1425,7 @@ public struct CreateCommentOutput: Swift.Sendable { public init( comment: WorkDocsClientTypes.Comment? = nil - ) - { + ) { self.comment = comment } } @@ -1477,8 +1448,7 @@ public struct CustomMetadataLimitExceededException: ClientRuntime.ModeledError, public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1500,8 +1470,7 @@ public struct CreateCustomMetadataInput: Swift.Sendable { customMetadata: [Swift.String: Swift.String]? = nil, resourceId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.customMetadata = customMetadata self.resourceId = resourceId @@ -1537,8 +1506,7 @@ public struct ConflictingOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1561,8 +1529,7 @@ public struct EntityAlreadyExistsException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1585,8 +1552,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1604,8 +1570,7 @@ public struct CreateFolderInput: Swift.Sendable { authenticationToken: Swift.String? = nil, name: Swift.String? = nil, parentFolderId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.name = name self.parentFolderId = parentFolderId @@ -1691,8 +1656,7 @@ extension WorkDocsClientTypes { resourceState: WorkDocsClientTypes.ResourceStateType? = nil, signature: Swift.String? = nil, size: Swift.Int? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.creatorId = creatorId self.id = id @@ -1719,8 +1683,7 @@ public struct CreateFolderOutput: Swift.Sendable { public init( metadata: WorkDocsClientTypes.FolderMetadata? = nil - ) - { + ) { self.metadata = metadata } } @@ -1743,8 +1706,7 @@ public struct TooManyLabelsException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1763,8 +1725,7 @@ public struct CreateLabelsInput: Swift.Sendable { authenticationToken: Swift.String? = nil, labels: [Swift.String]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.labels = labels self.resourceId = resourceId @@ -1799,8 +1760,7 @@ public struct InvalidArgumentException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1823,8 +1783,7 @@ public struct TooManySubscriptionsException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1903,8 +1862,7 @@ public struct CreateNotificationSubscriptionInput: Swift.Sendable { organizationId: Swift.String? = nil, `protocol`: WorkDocsClientTypes.SubscriptionProtocolType? = nil, subscriptionType: WorkDocsClientTypes.SubscriptionType? = nil - ) - { + ) { self.endpoint = endpoint self.organizationId = organizationId self.`protocol` = `protocol` @@ -1927,8 +1885,7 @@ extension WorkDocsClientTypes { endPoint: Swift.String? = nil, `protocol`: WorkDocsClientTypes.SubscriptionProtocolType? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.endPoint = endPoint self.`protocol` = `protocol` self.subscriptionId = subscriptionId @@ -1942,8 +1899,7 @@ public struct CreateNotificationSubscriptionOutput: Swift.Sendable { public init( subscription: WorkDocsClientTypes.Subscription? = nil - ) - { + ) { self.subscription = subscription } } @@ -1982,8 +1938,7 @@ public struct CreateUserInput: Swift.Sendable { surname: Swift.String? = nil, timeZoneId: Swift.String? = nil, username: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.emailAddress = emailAddress self.givenName = givenName @@ -2007,8 +1962,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( user: WorkDocsClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -2023,8 +1977,7 @@ public struct DeactivateUserInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.userId = userId } @@ -2053,8 +2006,7 @@ public struct DeleteCommentInput: Swift.Sendable { commentId: Swift.String? = nil, documentId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.commentId = commentId self.documentId = documentId @@ -2086,8 +2038,7 @@ public struct DeleteCustomMetadataInput: Swift.Sendable { keys: [Swift.String]? = nil, resourceId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.deleteAll = deleteAll self.keys = keys @@ -2116,8 +2067,7 @@ public struct DeleteDocumentInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, documentId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId } @@ -2146,8 +2096,7 @@ public struct InvalidOperationException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2170,8 +2119,7 @@ public struct DeleteDocumentVersionInput: Swift.Sendable { deletePriorVersions: Swift.Bool? = false, documentId: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.deletePriorVersions = deletePriorVersions self.documentId = documentId @@ -2194,8 +2142,7 @@ public struct DeleteFolderInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, folderId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.folderId = folderId } @@ -2216,8 +2163,7 @@ public struct DeleteFolderContentsInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, folderId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.folderId = folderId } @@ -2244,8 +2190,7 @@ public struct DeleteLabelsInput: Swift.Sendable { deleteAll: Swift.Bool? = false, labels: [Swift.String]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.deleteAll = deleteAll self.labels = labels @@ -2274,8 +2219,7 @@ public struct DeleteNotificationSubscriptionInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, subscriptionId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.subscriptionId = subscriptionId } @@ -2291,8 +2235,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.userId = userId } @@ -2336,8 +2279,7 @@ public struct DescribeActivitiesInput: Swift.Sendable { resourceId: Swift.String? = nil, startTime: Foundation.Date? = nil, userId: Swift.String? = nil - ) - { + ) { self.activityTypes = activityTypes self.authenticationToken = authenticationToken self.endTime = endTime @@ -2365,8 +2307,7 @@ public struct DescribeActivitiesOutput: Swift.Sendable { public init( marker: Swift.String? = nil, userActivities: [WorkDocsClientTypes.Activity]? = nil - ) - { + ) { self.marker = marker self.userActivities = userActivities } @@ -2392,8 +2333,7 @@ public struct DescribeCommentsInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.limit = limit @@ -2416,8 +2356,7 @@ public struct DescribeCommentsOutput: Swift.Sendable { public init( comments: [WorkDocsClientTypes.Comment]? = nil, marker: Swift.String? = nil - ) - { + ) { self.comments = comments self.marker = marker } @@ -2441,8 +2380,7 @@ public struct InvalidPasswordException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2469,8 +2407,7 @@ public struct DescribeDocumentVersionsInput: Swift.Sendable { include: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.fields = fields @@ -2620,8 +2557,7 @@ extension WorkDocsClientTypes { source: [Swift.String: Swift.String]? = nil, status: WorkDocsClientTypes.DocumentStatusType? = nil, thumbnail: [Swift.String: Swift.String]? = nil - ) - { + ) { self.contentCreatedTimestamp = contentCreatedTimestamp self.contentModifiedTimestamp = contentModifiedTimestamp self.contentType = contentType @@ -2653,8 +2589,7 @@ public struct DescribeDocumentVersionsOutput: Swift.Sendable { public init( documentVersions: [WorkDocsClientTypes.DocumentVersionMetadata]? = nil, marker: Swift.String? = nil - ) - { + ) { self.documentVersions = documentVersions self.marker = marker } @@ -2778,8 +2713,7 @@ public struct DescribeFolderContentsInput: Swift.Sendable { order: WorkDocsClientTypes.OrderType? = nil, sort: WorkDocsClientTypes.ResourceSortType? = nil, type: WorkDocsClientTypes.FolderContentType? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.folderId = folderId self.include = include @@ -2826,8 +2760,7 @@ extension WorkDocsClientTypes { modifiedTimestamp: Foundation.Date? = nil, parentFolderId: Swift.String? = nil, resourceState: WorkDocsClientTypes.ResourceStateType? = nil - ) - { + ) { self.createdTimestamp = createdTimestamp self.creatorId = creatorId self.id = id @@ -2852,8 +2785,7 @@ public struct DescribeFolderContentsOutput: Swift.Sendable { documents: [WorkDocsClientTypes.DocumentMetadata]? = nil, folders: [WorkDocsClientTypes.FolderMetadata]? = nil, marker: Swift.String? = nil - ) - { + ) { self.documents = documents self.folders = folders self.marker = marker @@ -2879,8 +2811,7 @@ public struct DescribeGroupsInput: Swift.Sendable { marker: Swift.String? = nil, organizationId: Swift.String? = nil, searchQuery: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.limit = limit self.marker = marker @@ -2903,8 +2834,7 @@ public struct DescribeGroupsOutput: Swift.Sendable { public init( groups: [WorkDocsClientTypes.GroupMetadata]? = nil, marker: Swift.String? = nil - ) - { + ) { self.groups = groups self.marker = marker } @@ -2923,8 +2853,7 @@ public struct DescribeNotificationSubscriptionsInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.limit = limit self.marker = marker self.organizationId = organizationId @@ -2940,8 +2869,7 @@ public struct DescribeNotificationSubscriptionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, subscriptions: [WorkDocsClientTypes.Subscription]? = nil - ) - { + ) { self.marker = marker self.subscriptions = subscriptions } @@ -2966,8 +2894,7 @@ public struct DescribeResourcePermissionsInput: Swift.Sendable { marker: Swift.String? = nil, principalId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.limit = limit self.marker = marker @@ -3022,8 +2949,7 @@ extension WorkDocsClientTypes { public init( role: WorkDocsClientTypes.RoleType? = nil, type: WorkDocsClientTypes.RolePermissionType? = nil - ) - { + ) { self.role = role self.type = type } @@ -3045,8 +2971,7 @@ extension WorkDocsClientTypes { id: Swift.String? = nil, roles: [WorkDocsClientTypes.PermissionInfo]? = nil, type: WorkDocsClientTypes.PrincipalType? = nil - ) - { + ) { self.id = id self.roles = roles self.type = type @@ -3063,8 +2988,7 @@ public struct DescribeResourcePermissionsOutput: Swift.Sendable { public init( marker: Swift.String? = nil, principals: [WorkDocsClientTypes.Principal]? = nil - ) - { + ) { self.marker = marker self.principals = principals } @@ -3083,8 +3007,7 @@ public struct DescribeRootFoldersInput: Swift.Sendable { authenticationToken: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.limit = limit self.marker = marker @@ -3105,8 +3028,7 @@ public struct DescribeRootFoldersOutput: Swift.Sendable { public init( folders: [WorkDocsClientTypes.FolderMetadata]? = nil, marker: Swift.String? = nil - ) - { + ) { self.folders = folders self.marker = marker } @@ -3130,8 +3052,7 @@ public struct RequestedEntityTooLargeException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3244,8 +3165,7 @@ public struct DescribeUsersInput: Swift.Sendable { query: Swift.String? = nil, sort: WorkDocsClientTypes.UserSortType? = nil, userIds: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.fields = fields self.include = include @@ -3277,8 +3197,7 @@ public struct DescribeUsersOutput: Swift.Sendable { marker: Swift.String? = nil, totalNumberOfUsers: Swift.Int? = nil, users: [WorkDocsClientTypes.User]? = nil - ) - { + ) { self.marker = marker self.totalNumberOfUsers = totalNumberOfUsers self.users = users @@ -3292,8 +3211,7 @@ public struct GetCurrentUserInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken } } @@ -3309,8 +3227,7 @@ public struct GetCurrentUserOutput: Swift.Sendable { public init( user: WorkDocsClientTypes.User? = nil - ) - { + ) { self.user = user } } @@ -3328,8 +3245,7 @@ public struct GetDocumentInput: Swift.Sendable { authenticationToken: Swift.String? = nil, documentId: Swift.String? = nil, includeCustomMetadata: Swift.Bool? = false - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.includeCustomMetadata = includeCustomMetadata @@ -3350,8 +3266,7 @@ public struct GetDocumentOutput: Swift.Sendable { public init( customMetadata: [Swift.String: Swift.String]? = nil, metadata: WorkDocsClientTypes.DocumentMetadata? = nil - ) - { + ) { self.customMetadata = customMetadata self.metadata = metadata } @@ -3376,8 +3291,7 @@ public struct GetDocumentPathInput: Swift.Sendable { fields: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.fields = fields @@ -3403,8 +3317,7 @@ extension WorkDocsClientTypes { public init( id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.id = id self.name = name } @@ -3425,8 +3338,7 @@ extension WorkDocsClientTypes { public init( components: [WorkDocsClientTypes.ResourcePathComponent]? = nil - ) - { + ) { self.components = components } } @@ -3438,8 +3350,7 @@ public struct GetDocumentPathOutput: Swift.Sendable { public init( path: WorkDocsClientTypes.ResourcePath? = nil - ) - { + ) { self.path = path } } @@ -3464,8 +3375,7 @@ public struct GetDocumentVersionInput: Swift.Sendable { fields: Swift.String? = nil, includeCustomMetadata: Swift.Bool? = false, versionId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.fields = fields @@ -3488,8 +3398,7 @@ public struct GetDocumentVersionOutput: Swift.Sendable { public init( customMetadata: [Swift.String: Swift.String]? = nil, metadata: WorkDocsClientTypes.DocumentVersionMetadata? = nil - ) - { + ) { self.customMetadata = customMetadata self.metadata = metadata } @@ -3508,8 +3417,7 @@ public struct GetFolderInput: Swift.Sendable { authenticationToken: Swift.String? = nil, folderId: Swift.String? = nil, includeCustomMetadata: Swift.Bool? = false - ) - { + ) { self.authenticationToken = authenticationToken self.folderId = folderId self.includeCustomMetadata = includeCustomMetadata @@ -3530,8 +3438,7 @@ public struct GetFolderOutput: Swift.Sendable { public init( customMetadata: [Swift.String: Swift.String]? = nil, metadata: WorkDocsClientTypes.FolderMetadata? = nil - ) - { + ) { self.customMetadata = customMetadata self.metadata = metadata } @@ -3556,8 +3463,7 @@ public struct GetFolderPathInput: Swift.Sendable { folderId: Swift.String? = nil, limit: Swift.Int? = nil, marker: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.fields = fields self.folderId = folderId @@ -3577,8 +3483,7 @@ public struct GetFolderPathOutput: Swift.Sendable { public init( path: WorkDocsClientTypes.ResourcePath? = nil - ) - { + ) { self.path = path } } @@ -3627,8 +3532,7 @@ public struct GetResourcesInput: Swift.Sendable { limit: Swift.Int? = nil, marker: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.collectionType = collectionType self.limit = limit @@ -3654,8 +3558,7 @@ public struct GetResourcesOutput: Swift.Sendable { documents: [WorkDocsClientTypes.DocumentMetadata]? = nil, folders: [WorkDocsClientTypes.FolderMetadata]? = nil, marker: Swift.String? = nil - ) - { + ) { self.documents = documents self.folders = folders self.marker = marker @@ -3680,8 +3583,7 @@ public struct DraftUploadOutOfSyncException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3704,8 +3606,7 @@ public struct ResourceAlreadyCheckedOutException: ClientRuntime.ModeledError, AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3728,8 +3629,7 @@ public struct StorageLimitExceededException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3752,8 +3652,7 @@ public struct StorageLimitWillExceedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3785,8 +3684,7 @@ public struct InitiateDocumentVersionUploadInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, parentFolderId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.contentCreatedTimestamp = contentCreatedTimestamp self.contentModifiedTimestamp = contentModifiedTimestamp @@ -3815,8 +3713,7 @@ extension WorkDocsClientTypes { public init( signedHeaders: [Swift.String: Swift.String]? = nil, uploadUrl: Swift.String? = nil - ) - { + ) { self.signedHeaders = signedHeaders self.uploadUrl = uploadUrl } @@ -3837,8 +3734,7 @@ public struct InitiateDocumentVersionUploadOutput: Swift.Sendable { public init( metadata: WorkDocsClientTypes.DocumentMetadata? = nil, uploadMetadata: WorkDocsClientTypes.UploadMetadata? = nil - ) - { + ) { self.metadata = metadata self.uploadMetadata = uploadMetadata } @@ -3854,8 +3750,7 @@ public struct RemoveAllResourcePermissionsInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.resourceId = resourceId } @@ -3883,8 +3778,7 @@ public struct RemoveResourcePermissionInput: Swift.Sendable { principalId: Swift.String? = nil, principalType: WorkDocsClientTypes.PrincipalType? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.principalId = principalId self.principalType = principalType @@ -3907,8 +3801,7 @@ public struct RestoreDocumentVersionsInput: Swift.Sendable { public init( authenticationToken: Swift.String? = nil, documentId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId } @@ -3981,8 +3874,7 @@ extension WorkDocsClientTypes { public init( endValue: Foundation.Date? = nil, startValue: Foundation.Date? = nil - ) - { + ) { self.endValue = endValue self.startValue = startValue } @@ -4037,8 +3929,7 @@ extension WorkDocsClientTypes { public init( id: Swift.String? = nil, roles: [WorkDocsClientTypes.PrincipalRoleType]? = nil - ) - { + ) { self.id = id self.roles = roles } @@ -4121,8 +4012,7 @@ extension WorkDocsClientTypes { public init( endValue: Swift.Int? = nil, startValue: Swift.Int? = nil - ) - { + ) { self.endValue = endValue self.startValue = startValue } @@ -4281,8 +4171,7 @@ extension WorkDocsClientTypes { searchCollectionTypes: [WorkDocsClientTypes.SearchCollectionType]? = nil, sizeRange: WorkDocsClientTypes.LongRangeType? = nil, textLocales: [WorkDocsClientTypes.LanguageCodeType]? = nil - ) - { + ) { self.ancestorIds = ancestorIds self.contentCategories = contentCategories self.createdRange = createdRange @@ -4376,8 +4265,7 @@ extension WorkDocsClientTypes { public init( field: WorkDocsClientTypes.OrderByFieldType? = nil, order: WorkDocsClientTypes.SortOrder? = nil - ) - { + ) { self.field = field self.order = order } @@ -4443,8 +4331,7 @@ public struct SearchResourcesInput: Swift.Sendable { organizationId: Swift.String? = nil, queryScopes: [WorkDocsClientTypes.SearchQueryScopeType]? = nil, queryText: Swift.String? = nil - ) - { + ) { self.additionalResponseFields = additionalResponseFields self.authenticationToken = authenticationToken self.filters = filters @@ -4521,8 +4408,7 @@ extension WorkDocsClientTypes { folderMetadata: WorkDocsClientTypes.FolderMetadata? = nil, resourceType: WorkDocsClientTypes.ResponseItemType? = nil, webUrl: Swift.String? = nil - ) - { + ) { self.commentMetadata = commentMetadata self.documentMetadata = documentMetadata self.documentVersionMetadata = documentVersionMetadata @@ -4547,8 +4433,7 @@ public struct SearchResourcesOutput: Swift.Sendable { public init( items: [WorkDocsClientTypes.ResponseItem]? = nil, marker: Swift.String? = nil - ) - { + ) { self.items = items self.marker = marker } @@ -4573,8 +4458,7 @@ public struct UpdateDocumentInput: Swift.Sendable { name: Swift.String? = nil, parentFolderId: Swift.String? = nil, resourceState: WorkDocsClientTypes.ResourceStateType? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.name = name @@ -4631,8 +4515,7 @@ public struct UpdateDocumentVersionInput: Swift.Sendable { documentId: Swift.String? = nil, versionId: Swift.String? = nil, versionStatus: WorkDocsClientTypes.DocumentVersionStatus? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.documentId = documentId self.versionId = versionId @@ -4664,8 +4547,7 @@ public struct UpdateFolderInput: Swift.Sendable { name: Swift.String? = nil, parentFolderId: Swift.String? = nil, resourceState: WorkDocsClientTypes.ResourceStateType? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.folderId = folderId self.name = name @@ -4699,8 +4581,7 @@ public struct DeactivatingLastSystemUserException: ClientRuntime.ModeledError, A public init( code: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.properties.code = code self.properties.message = message } @@ -4724,8 +4605,7 @@ public struct IllegalUserStateException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -4790,8 +4670,7 @@ public struct UpdateUserInput: Swift.Sendable { timeZoneId: Swift.String? = nil, type: WorkDocsClientTypes.UserType? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationToken = authenticationToken self.givenName = givenName self.grantPoweruserPrivileges = grantPoweruserPrivileges @@ -4815,8 +4694,7 @@ public struct UpdateUserOutput: Swift.Sendable { public init( user: WorkDocsClientTypes.User? = nil - ) - { + ) { self.user = user } } diff --git a/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/WorkDocsClient.swift b/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/WorkDocsClient.swift index 41f3f560f0b..4d68a9d64c4 100644 --- a/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/WorkDocsClient.swift +++ b/Sources/Services/AWSWorkDocs/Sources/AWSWorkDocs/WorkDocsClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkDocsClient: ClientRuntime.Client { public static let clientName = "WorkDocsClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkDocsClient.WorkDocsClientConfiguration let serviceName = "WorkDocs" diff --git a/Sources/Services/AWSWorkMail/Package.swift.txt b/Sources/Services/AWSWorkMail/Package.swift.txt index 8cdc2af2207..59a097d3229 100644 --- a/Sources/Services/AWSWorkMail/Package.swift.txt +++ b/Sources/Services/AWSWorkMail/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/Models.swift b/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/Models.swift index e23bf6d02d9..8d6e0612193 100644 --- a/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/Models.swift +++ b/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/Models.swift @@ -101,8 +101,7 @@ extension WorkMailClientTypes { notIpRanges: [Swift.String]? = nil, notUserIds: [Swift.String]? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.actions = actions self.dateCreated = dateCreated self.dateModified = dateModified @@ -167,8 +166,7 @@ public struct EntityNotFoundException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -191,8 +189,7 @@ public struct EntityStateException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -215,8 +212,7 @@ public struct InvalidParameterException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -239,8 +235,7 @@ public struct OrganizationNotFoundException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -263,8 +258,7 @@ public struct OrganizationStateException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -287,8 +281,7 @@ public struct UnsupportedOperationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -320,8 +313,7 @@ public struct AssociateDelegateToResourceInput: Swift.Sendable { entityId: Swift.String? = nil, organizationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.organizationId = organizationId self.resourceId = resourceId @@ -351,8 +343,7 @@ public struct DirectoryServiceAuthenticationFailedException: ClientRuntime.Model public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -375,8 +366,7 @@ public struct DirectoryUnavailableException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -408,8 +398,7 @@ public struct AssociateMemberToGroupInput: Swift.Sendable { groupId: Swift.String? = nil, memberId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.memberId = memberId self.organizationId = organizationId @@ -439,8 +428,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -456,8 +444,7 @@ public struct AssumeImpersonationRoleInput: Swift.Sendable { public init( impersonationRoleId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.impersonationRoleId = impersonationRoleId self.organizationId = organizationId } @@ -472,8 +459,7 @@ public struct AssumeImpersonationRoleOutput: Swift.Sendable { public init( expiresIn: Swift.Int? = nil, token: Swift.String? = nil - ) - { + ) { self.expiresIn = expiresIn self.token = token } @@ -491,8 +477,7 @@ extension WorkMailClientTypes { public init( ewsEndpoint: Swift.String? = nil, ewsUsername: Swift.String? = nil - ) - { + ) { self.ewsEndpoint = ewsEndpoint self.ewsUsername = ewsUsername } @@ -509,8 +494,7 @@ extension WorkMailClientTypes { public init( lambdaArn: Swift.String? = nil - ) - { + ) { self.lambdaArn = lambdaArn } } @@ -569,8 +553,7 @@ extension WorkMailClientTypes { ewsProvider: WorkMailClientTypes.RedactedEwsAvailabilityProvider? = nil, lambdaProvider: WorkMailClientTypes.LambdaAvailabilityProvider? = nil, providerType: WorkMailClientTypes.AvailabilityProviderType? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.domainName = domainName @@ -596,8 +579,7 @@ extension WorkMailClientTypes { autoAcceptRequests: Swift.Bool = false, autoDeclineConflictingRequests: Swift.Bool = false, autoDeclineRecurringRequests: Swift.Bool = false - ) - { + ) { self.autoAcceptRequests = autoAcceptRequests self.autoDeclineConflictingRequests = autoDeclineConflictingRequests self.autoDeclineRecurringRequests = autoDeclineRecurringRequests @@ -620,8 +602,7 @@ public struct CancelMailboxExportJobInput: Swift.Sendable { clientToken: Swift.String? = nil, jobId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.jobId = jobId self.organizationId = organizationId @@ -651,8 +632,7 @@ public struct EmailAddressInUseException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -675,8 +655,7 @@ public struct LimitExceededException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -699,8 +678,7 @@ public struct MailDomainNotFoundException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -723,8 +701,7 @@ public struct MailDomainStateException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -744,8 +721,7 @@ public struct CreateAliasInput: Swift.Sendable { alias: Swift.String? = nil, entityId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.alias = alias self.entityId = entityId self.organizationId = organizationId @@ -775,8 +751,7 @@ public struct NameAvailabilityException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -799,8 +774,7 @@ extension WorkMailClientTypes { ewsEndpoint: Swift.String? = nil, ewsPassword: Swift.String? = nil, ewsUsername: Swift.String? = nil - ) - { + ) { self.ewsEndpoint = ewsEndpoint self.ewsPassword = ewsPassword self.ewsUsername = ewsUsername @@ -833,8 +807,7 @@ public struct CreateAvailabilityConfigurationInput: Swift.Sendable { ewsProvider: WorkMailClientTypes.EwsAvailabilityProvider? = nil, lambdaProvider: WorkMailClientTypes.LambdaAvailabilityProvider? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainName = domainName self.ewsProvider = ewsProvider @@ -866,8 +839,7 @@ public struct ReservedNameException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -886,8 +858,7 @@ public struct CreateGroupInput: Swift.Sendable { hiddenFromGlobalAddressList: Swift.Bool? = false, name: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.hiddenFromGlobalAddressList = hiddenFromGlobalAddressList self.name = name self.organizationId = organizationId @@ -900,8 +871,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -920,8 +890,7 @@ public struct CreateIdentityCenterApplicationInput: Swift.Sendable { clientToken: Swift.String? = nil, instanceArn: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.instanceArn = instanceArn self.name = name @@ -934,8 +903,7 @@ public struct CreateIdentityCenterApplicationOutput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -966,8 +934,7 @@ extension WorkMailClientTypes { name: Swift.String? = nil, notTargetUsers: [Swift.String]? = nil, targetUsers: [Swift.String]? = nil - ) - { + ) { self.description = description self.effect = effect self.impersonationRuleId = impersonationRuleId @@ -1032,8 +999,7 @@ public struct CreateImpersonationRoleInput: Swift.Sendable { organizationId: Swift.String? = nil, rules: [WorkMailClientTypes.ImpersonationRule]? = nil, type: WorkMailClientTypes.ImpersonationRoleType? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.name = name @@ -1049,8 +1015,7 @@ public struct CreateImpersonationRoleOutput: Swift.Sendable { public init( impersonationRoleId: Swift.String? = nil - ) - { + ) { self.impersonationRoleId = impersonationRoleId } } @@ -1129,8 +1094,7 @@ public struct CreateMobileDeviceAccessRuleInput: Swift.Sendable { notDeviceTypes: [Swift.String]? = nil, notDeviceUserAgents: [Swift.String]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.deviceModels = deviceModels @@ -1153,8 +1117,7 @@ public struct CreateMobileDeviceAccessRuleOutput: Swift.Sendable { public init( mobileDeviceAccessRuleId: Swift.String? = nil - ) - { + ) { self.mobileDeviceAccessRuleId = mobileDeviceAccessRuleId } } @@ -1177,8 +1140,7 @@ public struct DirectoryInUseException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1196,8 +1158,7 @@ extension WorkMailClientTypes { public init( domainName: Swift.String? = nil, hostedZoneId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.hostedZoneId = hostedZoneId } @@ -1226,8 +1187,7 @@ public struct CreateOrganizationInput: Swift.Sendable { domains: [WorkMailClientTypes.Domain]? = nil, enableInteroperability: Swift.Bool? = false, kmsKeyArn: Swift.String? = nil - ) - { + ) { self.alias = alias self.clientToken = clientToken self.directoryId = directoryId @@ -1243,8 +1203,7 @@ public struct CreateOrganizationOutput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -1299,8 +1258,7 @@ public struct CreateResourceInput: Swift.Sendable { name: Swift.String? = nil, organizationId: Swift.String? = nil, type: WorkMailClientTypes.ResourceType? = nil - ) - { + ) { self.description = description self.hiddenFromGlobalAddressList = hiddenFromGlobalAddressList self.name = name @@ -1320,8 +1278,7 @@ public struct CreateResourceOutput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -1344,8 +1301,7 @@ public struct InvalidPasswordException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1418,8 +1374,7 @@ public struct CreateUserInput: Swift.Sendable { organizationId: Swift.String? = nil, password: Swift.String? = nil, role: WorkMailClientTypes.UserRole? = nil - ) - { + ) { self.displayName = displayName self.firstName = firstName self.hiddenFromGlobalAddressList = hiddenFromGlobalAddressList @@ -1443,8 +1398,7 @@ public struct CreateUserOutput: Swift.Sendable { public init( userId: Swift.String? = nil - ) - { + ) { self.userId = userId } } @@ -1492,8 +1446,7 @@ extension WorkMailClientTypes { public init( id: Swift.String? = nil, type: WorkMailClientTypes.MemberType? = nil - ) - { + ) { self.id = id self.type = type } @@ -1511,8 +1464,7 @@ public struct DeleteAccessControlRuleInput: Swift.Sendable { public init( name: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.name = name self.organizationId = organizationId } @@ -1538,8 +1490,7 @@ public struct DeleteAliasInput: Swift.Sendable { alias: Swift.String? = nil, entityId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.alias = alias self.entityId = entityId self.organizationId = organizationId @@ -1562,8 +1513,7 @@ public struct DeleteAvailabilityConfigurationInput: Swift.Sendable { public init( domainName: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.organizationId = organizationId } @@ -1581,8 +1531,7 @@ public struct DeleteEmailMonitoringConfigurationInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -1607,8 +1556,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.organizationId = organizationId } @@ -1626,8 +1574,7 @@ public struct DeleteIdentityCenterApplicationInput: Swift.Sendable { public init( applicationArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn } } @@ -1644,8 +1591,7 @@ public struct DeleteIdentityProviderConfigurationInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -1666,8 +1612,7 @@ public struct DeleteImpersonationRoleInput: Swift.Sendable { public init( impersonationRoleId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.impersonationRoleId = impersonationRoleId self.organizationId = organizationId } @@ -1705,8 +1650,7 @@ public struct DeleteMailboxPermissionsInput: Swift.Sendable { entityId: Swift.String? = nil, granteeId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.granteeId = granteeId self.organizationId = organizationId @@ -1739,8 +1683,7 @@ public struct DeleteMobileDeviceAccessOverrideInput: Swift.Sendable { deviceId: Swift.String? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.organizationId = organizationId self.userId = userId @@ -1763,8 +1706,7 @@ public struct DeleteMobileDeviceAccessRuleInput: Swift.Sendable { public init( mobileDeviceAccessRuleId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.mobileDeviceAccessRuleId = mobileDeviceAccessRuleId self.organizationId = organizationId } @@ -1795,8 +1737,7 @@ public struct DeleteOrganizationInput: Swift.Sendable { deleteIdentityCenterApplication: Swift.Bool? = false, forceDelete: Swift.Bool? = false, organizationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.deleteDirectory = deleteDirectory self.deleteIdentityCenterApplication = deleteIdentityCenterApplication @@ -1814,8 +1755,7 @@ public struct DeleteOrganizationOutput: Swift.Sendable { public init( organizationId: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.state = state } @@ -1832,8 +1772,7 @@ public struct DeletePersonalAccessTokenInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, personalAccessTokenId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.personalAccessTokenId = personalAccessTokenId } @@ -1859,8 +1798,7 @@ public struct DeleteResourceInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.resourceId = resourceId } @@ -1882,8 +1820,7 @@ public struct DeleteRetentionPolicyInput: Swift.Sendable { public init( id: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.id = id self.organizationId = organizationId } @@ -1909,8 +1846,7 @@ public struct DeleteUserInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.userId = userId } @@ -1938,8 +1874,7 @@ public struct DeregisterFromWorkMailInput: Swift.Sendable { public init( entityId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.organizationId = organizationId } @@ -1968,8 +1903,7 @@ public struct InvalidCustomSesConfigurationException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1992,8 +1926,7 @@ public struct MailDomainInUseException: ClientRuntime.ModeledError, AWSClientRun public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2009,8 +1942,7 @@ public struct DeregisterMailDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.organizationId = organizationId } @@ -2028,8 +1960,7 @@ public struct DescribeEmailMonitoringConfigurationInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -2043,8 +1974,7 @@ public struct DescribeEmailMonitoringConfigurationOutput: Swift.Sendable { public init( logGroupArn: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn self.roleArn = roleArn } @@ -2061,8 +1991,7 @@ public struct DescribeEntityInput: Swift.Sendable { public init( email: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.email = email self.organizationId = organizationId } @@ -2112,8 +2041,7 @@ public struct DescribeEntityOutput: Swift.Sendable { entityId: Swift.String? = nil, name: Swift.String? = nil, type: WorkMailClientTypes.EntityType? = nil - ) - { + ) { self.entityId = entityId self.name = name self.type = type @@ -2137,8 +2065,7 @@ public struct DescribeGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.organizationId = organizationId } @@ -2200,8 +2127,7 @@ public struct DescribeGroupOutput: Swift.Sendable { hiddenFromGlobalAddressList: Swift.Bool = false, name: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil - ) - { + ) { self.disabledDate = disabledDate self.email = email self.enabledDate = enabledDate @@ -2219,8 +2145,7 @@ public struct DescribeIdentityProviderConfigurationInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -2268,8 +2193,7 @@ extension WorkMailClientTypes { public init( applicationArn: Swift.String? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.instanceArn = instanceArn } @@ -2322,8 +2246,7 @@ extension WorkMailClientTypes { public init( lifetimeInDays: Swift.Int? = nil, status: WorkMailClientTypes.PersonalAccessTokenConfigurationStatus? = nil - ) - { + ) { self.lifetimeInDays = lifetimeInDays self.status = status } @@ -2342,8 +2265,7 @@ public struct DescribeIdentityProviderConfigurationOutput: Swift.Sendable { authenticationMode: WorkMailClientTypes.IdentityProviderAuthenticationMode? = nil, identityCenterConfiguration: WorkMailClientTypes.IdentityCenterConfiguration? = nil, personalAccessTokenConfiguration: WorkMailClientTypes.PersonalAccessTokenConfiguration? = nil - ) - { + ) { self.authenticationMode = authenticationMode self.identityCenterConfiguration = identityCenterConfiguration self.personalAccessTokenConfiguration = personalAccessTokenConfiguration @@ -2357,8 +2279,7 @@ public struct DescribeInboundDmarcSettingsInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -2369,8 +2290,7 @@ public struct DescribeInboundDmarcSettingsOutput: Swift.Sendable { public init( enforced: Swift.Bool = false - ) - { + ) { self.enforced = enforced } } @@ -2386,8 +2306,7 @@ public struct DescribeMailboxExportJobInput: Swift.Sendable { public init( jobId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.jobId = jobId self.organizationId = organizationId } @@ -2467,8 +2386,7 @@ public struct DescribeMailboxExportJobOutput: Swift.Sendable { s3Prefix: Swift.String? = nil, startTime: Foundation.Date? = nil, state: WorkMailClientTypes.MailboxExportJobState? = nil - ) - { + ) { self.description = description self.endTime = endTime self.entityId = entityId @@ -2491,8 +2409,7 @@ public struct DescribeOrganizationInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -2533,8 +2450,7 @@ public struct DescribeOrganizationOutput: Swift.Sendable { migrationAdmin: Swift.String? = nil, organizationId: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.alias = alias self.arn = arn self.completedDate = completedDate @@ -2566,8 +2482,7 @@ public struct DescribeResourceInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.resourceId = resourceId } @@ -2606,8 +2521,7 @@ public struct DescribeResourceOutput: Swift.Sendable { resourceId: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil, type: WorkMailClientTypes.ResourceType? = nil - ) - { + ) { self.bookingOptions = bookingOptions self.description = description self.disabledDate = disabledDate @@ -2643,8 +2557,7 @@ public struct DescribeUserInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.userId = userId } @@ -2728,8 +2641,7 @@ public struct DescribeUserOutput: Swift.Sendable { userId: Swift.String? = nil, userRole: WorkMailClientTypes.UserRole? = nil, zipCode: Swift.String? = nil - ) - { + ) { self.city = city self.company = company self.country = country @@ -2790,8 +2702,7 @@ public struct DisassociateDelegateFromResourceInput: Swift.Sendable { entityId: Swift.String? = nil, organizationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.organizationId = organizationId self.resourceId = resourceId @@ -2830,8 +2741,7 @@ public struct DisassociateMemberFromGroupInput: Swift.Sendable { groupId: Swift.String? = nil, memberId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.memberId = memberId self.organizationId = organizationId @@ -2858,8 +2768,7 @@ extension WorkMailClientTypes { hostname: Swift.String? = nil, type: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.hostname = hostname self.type = type self.value = value @@ -2917,8 +2826,7 @@ public struct EntityAlreadyRegisteredException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3010,8 +2918,7 @@ extension WorkMailClientTypes { action: WorkMailClientTypes.RetentionAction? = nil, name: WorkMailClientTypes.FolderName? = nil, period: Swift.Int? = nil - ) - { + ) { self.action = action self.name = name self.period = period @@ -3040,8 +2947,7 @@ public struct GetAccessControlEffectInput: Swift.Sendable { ipAddress: Swift.String? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.action = action self.impersonationRoleId = impersonationRoleId self.ipAddress = ipAddress @@ -3059,8 +2965,7 @@ public struct GetAccessControlEffectOutput: Swift.Sendable { public init( effect: WorkMailClientTypes.AccessControlRuleEffect? = nil, matchedRules: [Swift.String]? = nil - ) - { + ) { self.effect = effect self.matchedRules = matchedRules } @@ -3073,8 +2978,7 @@ public struct GetDefaultRetentionPolicyInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -3094,8 +2998,7 @@ public struct GetDefaultRetentionPolicyOutput: Swift.Sendable { folderConfigurations: [WorkMailClientTypes.FolderConfiguration]? = nil, id: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.description = description self.folderConfigurations = folderConfigurations self.id = id @@ -3114,8 +3017,7 @@ public struct GetImpersonationRoleInput: Swift.Sendable { public init( impersonationRoleId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.impersonationRoleId = impersonationRoleId self.organizationId = organizationId } @@ -3145,8 +3047,7 @@ public struct GetImpersonationRoleOutput: Swift.Sendable { name: Swift.String? = nil, rules: [WorkMailClientTypes.ImpersonationRule]? = nil, type: WorkMailClientTypes.ImpersonationRoleType? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.description = description @@ -3178,8 +3079,7 @@ public struct GetImpersonationRoleEffectInput: Swift.Sendable { impersonationRoleId: Swift.String? = nil, organizationId: Swift.String? = nil, targetUser: Swift.String? = nil - ) - { + ) { self.impersonationRoleId = impersonationRoleId self.organizationId = organizationId self.targetUser = targetUser @@ -3198,8 +3098,7 @@ extension WorkMailClientTypes { public init( impersonationRuleId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.impersonationRuleId = impersonationRuleId self.name = name } @@ -3218,8 +3117,7 @@ public struct GetImpersonationRoleEffectOutput: Swift.Sendable { effect: WorkMailClientTypes.AccessEffect? = nil, matchedRules: [WorkMailClientTypes.ImpersonationMatchedRule]? = nil, type: WorkMailClientTypes.ImpersonationRoleType? = nil - ) - { + ) { self.effect = effect self.matchedRules = matchedRules self.type = type @@ -3243,8 +3141,7 @@ public struct GetMailboxDetailsInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.userId = userId } @@ -3259,8 +3156,7 @@ public struct GetMailboxDetailsOutput: Swift.Sendable { public init( mailboxQuota: Swift.Int? = nil, mailboxSize: Swift.Double = 0.0 - ) - { + ) { self.mailboxQuota = mailboxQuota self.mailboxSize = mailboxSize } @@ -3277,8 +3173,7 @@ public struct GetMailDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.organizationId = organizationId } @@ -3302,8 +3197,7 @@ public struct GetMailDomainOutput: Swift.Sendable { isTestDomain: Swift.Bool = false, ownershipVerificationStatus: WorkMailClientTypes.DnsRecordVerificationStatus? = nil, records: [WorkMailClientTypes.DnsRecord]? = nil - ) - { + ) { self.dkimVerificationStatus = dkimVerificationStatus self.isDefault = isDefault self.isTestDomain = isTestDomain @@ -3331,8 +3225,7 @@ public struct GetMobileDeviceAccessEffectInput: Swift.Sendable { deviceType: Swift.String? = nil, deviceUserAgent: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.deviceModel = deviceModel self.deviceOperatingSystem = deviceOperatingSystem self.deviceType = deviceType @@ -3353,8 +3246,7 @@ extension WorkMailClientTypes { public init( mobileDeviceAccessRuleId: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.mobileDeviceAccessRuleId = mobileDeviceAccessRuleId self.name = name } @@ -3370,8 +3262,7 @@ public struct GetMobileDeviceAccessEffectOutput: Swift.Sendable { public init( effect: WorkMailClientTypes.MobileDeviceAccessRuleEffect? = nil, matchedRules: [WorkMailClientTypes.MobileDeviceAccessMatchedRule]? = nil - ) - { + ) { self.effect = effect self.matchedRules = matchedRules } @@ -3398,8 +3289,7 @@ public struct GetMobileDeviceAccessOverrideInput: Swift.Sendable { deviceId: Swift.String? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.organizationId = organizationId self.userId = userId @@ -3427,8 +3317,7 @@ public struct GetMobileDeviceAccessOverrideOutput: Swift.Sendable { deviceId: Swift.String? = nil, effect: WorkMailClientTypes.MobileDeviceAccessRuleEffect? = nil, userId: Swift.String? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.description = description @@ -3449,8 +3338,7 @@ public struct GetPersonalAccessTokenMetadataInput: Swift.Sendable { public init( organizationId: Swift.String? = nil, personalAccessTokenId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.personalAccessTokenId = personalAccessTokenId } @@ -3480,8 +3368,7 @@ public struct GetPersonalAccessTokenMetadataOutput: Swift.Sendable { personalAccessTokenId: Swift.String? = nil, scopes: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateLastUsed = dateLastUsed self.expiresTime = expiresTime @@ -3516,8 +3403,7 @@ extension WorkMailClientTypes { id: Swift.String? = nil, name: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil - ) - { + ) { self.disabledDate = disabledDate self.email = email self.enabledDate = enabledDate @@ -3540,8 +3426,7 @@ extension WorkMailClientTypes { public init( groupId: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.groupName = groupName } @@ -3569,8 +3454,7 @@ extension WorkMailClientTypes { impersonationRoleId: Swift.String? = nil, name: Swift.String? = nil, type: WorkMailClientTypes.ImpersonationRoleType? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.impersonationRoleId = impersonationRoleId @@ -3598,8 +3482,7 @@ public struct InvalidConfigurationException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3637,8 +3520,7 @@ extension WorkMailClientTypes { s3Path: Swift.String? = nil, startTime: Foundation.Date? = nil, state: WorkMailClientTypes.MailboxExportJobState? = nil - ) - { + ) { self.description = description self.endTime = endTime self.entityId = entityId @@ -3659,8 +3541,7 @@ public struct ListAccessControlRulesInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -3671,8 +3552,7 @@ public struct ListAccessControlRulesOutput: Swift.Sendable { public init( rules: [WorkMailClientTypes.AccessControlRule]? = nil - ) - { + ) { self.rules = rules } } @@ -3694,8 +3574,7 @@ public struct ListAliasesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.maxResults = maxResults self.nextToken = nextToken @@ -3712,8 +3591,7 @@ public struct ListAliasesOutput: Swift.Sendable { public init( aliases: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliases = aliases self.nextToken = nextToken } @@ -3732,8 +3610,7 @@ public struct ListAvailabilityConfigurationsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -3749,8 +3626,7 @@ public struct ListAvailabilityConfigurationsOutput: Swift.Sendable { public init( availabilityConfigurations: [WorkMailClientTypes.AvailabilityConfiguration]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.availabilityConfigurations = availabilityConfigurations self.nextToken = nextToken } @@ -3779,8 +3655,7 @@ public struct ListGroupMembersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.maxResults = maxResults self.nextToken = nextToken @@ -3812,8 +3687,7 @@ extension WorkMailClientTypes { name: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil, type: WorkMailClientTypes.MemberType? = nil - ) - { + ) { self.disabledDate = disabledDate self.enabledDate = enabledDate self.id = id @@ -3833,8 +3707,7 @@ public struct ListGroupMembersOutput: Swift.Sendable { public init( members: [WorkMailClientTypes.Member]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.members = members self.nextToken = nextToken } @@ -3855,8 +3728,7 @@ extension WorkMailClientTypes { namePrefix: Swift.String? = nil, primaryEmailPrefix: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil - ) - { + ) { self.namePrefix = namePrefix self.primaryEmailPrefix = primaryEmailPrefix self.state = state @@ -3880,8 +3752,7 @@ public struct ListGroupsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -3898,8 +3769,7 @@ public struct ListGroupsOutput: Swift.Sendable { public init( groups: [WorkMailClientTypes.Group]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -3914,8 +3784,7 @@ extension WorkMailClientTypes { public init( groupNamePrefix: Swift.String? = nil - ) - { + ) { self.groupNamePrefix = groupNamePrefix } } @@ -3947,8 +3816,7 @@ public struct ListGroupsForEntityInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.filters = filters self.maxResults = maxResults @@ -3966,8 +3834,7 @@ public struct ListGroupsForEntityOutput: Swift.Sendable { public init( groups: [WorkMailClientTypes.GroupIdentifier]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -3986,8 +3853,7 @@ public struct ListImpersonationRolesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -4003,8 +3869,7 @@ public struct ListImpersonationRolesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, roles: [WorkMailClientTypes.ImpersonationRole]? = nil - ) - { + ) { self.nextToken = nextToken self.roles = roles } @@ -4023,8 +3888,7 @@ public struct ListMailboxExportJobsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -4040,8 +3904,7 @@ public struct ListMailboxExportJobsOutput: Swift.Sendable { public init( jobs: [WorkMailClientTypes.MailboxExportJob]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.jobs = jobs self.nextToken = nextToken } @@ -4070,8 +3933,7 @@ public struct ListMailboxPermissionsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.entityId = entityId self.maxResults = maxResults self.nextToken = nextToken @@ -4129,8 +3991,7 @@ extension WorkMailClientTypes { granteeId: Swift.String? = nil, granteeType: WorkMailClientTypes.MemberType? = nil, permissionValues: [WorkMailClientTypes.PermissionType]? = nil - ) - { + ) { self.granteeId = granteeId self.granteeType = granteeType self.permissionValues = permissionValues @@ -4147,8 +4008,7 @@ public struct ListMailboxPermissionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, permissions: [WorkMailClientTypes.Permission]? = nil - ) - { + ) { self.nextToken = nextToken self.permissions = permissions } @@ -4167,8 +4027,7 @@ public struct ListMailDomainsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -4187,8 +4046,7 @@ extension WorkMailClientTypes { public init( defaultDomain: Swift.Bool = false, domainName: Swift.String? = nil - ) - { + ) { self.defaultDomain = defaultDomain self.domainName = domainName } @@ -4204,8 +4062,7 @@ public struct ListMailDomainsOutput: Swift.Sendable { public init( mailDomains: [WorkMailClientTypes.MailDomainSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.mailDomains = mailDomains self.nextToken = nextToken } @@ -4236,8 +4093,7 @@ public struct ListMobileDeviceAccessOverridesInput: Swift.Sendable { nextToken: Swift.String? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.deviceId = deviceId self.maxResults = maxResults self.nextToken = nextToken @@ -4270,8 +4126,7 @@ extension WorkMailClientTypes { deviceId: Swift.String? = nil, effect: WorkMailClientTypes.MobileDeviceAccessRuleEffect? = nil, userId: Swift.String? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.description = description @@ -4291,8 +4146,7 @@ public struct ListMobileDeviceAccessOverridesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, overrides: [WorkMailClientTypes.MobileDeviceAccessOverride]? = nil - ) - { + ) { self.nextToken = nextToken self.overrides = overrides } @@ -4305,8 +4159,7 @@ public struct ListMobileDeviceAccessRulesInput: Swift.Sendable { public init( organizationId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId } } @@ -4359,8 +4212,7 @@ extension WorkMailClientTypes { notDeviceOperatingSystems: [Swift.String]? = nil, notDeviceTypes: [Swift.String]? = nil, notDeviceUserAgents: [Swift.String]? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateModified = dateModified self.description = description @@ -4385,8 +4237,7 @@ public struct ListMobileDeviceAccessRulesOutput: Swift.Sendable { public init( rules: [WorkMailClientTypes.MobileDeviceAccessRule]? = nil - ) - { + ) { self.rules = rules } } @@ -4400,8 +4251,7 @@ public struct ListOrganizationsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4428,8 +4278,7 @@ extension WorkMailClientTypes { errorMessage: Swift.String? = nil, organizationId: Swift.String? = nil, state: Swift.String? = nil - ) - { + ) { self.alias = alias self.defaultMailDomain = defaultMailDomain self.errorMessage = errorMessage @@ -4448,8 +4297,7 @@ public struct ListOrganizationsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, organizationSummaries: [WorkMailClientTypes.OrganizationSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.organizationSummaries = organizationSummaries } @@ -4471,8 +4319,7 @@ public struct ListPersonalAccessTokensInput: Swift.Sendable { nextToken: Swift.String? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -4507,8 +4354,7 @@ extension WorkMailClientTypes { personalAccessTokenId: Swift.String? = nil, scopes: [Swift.String]? = nil, userId: Swift.String? = nil - ) - { + ) { self.dateCreated = dateCreated self.dateLastUsed = dateLastUsed self.expiresTime = expiresTime @@ -4529,8 +4375,7 @@ public struct ListPersonalAccessTokensOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, personalAccessTokenSummaries: [WorkMailClientTypes.PersonalAccessTokenSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.personalAccessTokenSummaries = personalAccessTokenSummaries } @@ -4559,8 +4404,7 @@ public struct ListResourceDelegatesInput: Swift.Sendable { nextToken: Swift.String? = nil, organizationId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.organizationId = organizationId @@ -4577,8 +4421,7 @@ public struct ListResourceDelegatesOutput: Swift.Sendable { public init( delegates: [WorkMailClientTypes.Delegate]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.delegates = delegates self.nextToken = nextToken } @@ -4599,8 +4442,7 @@ extension WorkMailClientTypes { namePrefix: Swift.String? = nil, primaryEmailPrefix: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil - ) - { + ) { self.namePrefix = namePrefix self.primaryEmailPrefix = primaryEmailPrefix self.state = state @@ -4624,8 +4466,7 @@ public struct ListResourcesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4663,8 +4504,7 @@ extension WorkMailClientTypes { name: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil, type: WorkMailClientTypes.ResourceType? = nil - ) - { + ) { self.description = description self.disabledDate = disabledDate self.email = email @@ -4691,8 +4531,7 @@ public struct ListResourcesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resources: [WorkMailClientTypes.Resource]? = nil - ) - { + ) { self.nextToken = nextToken self.resources = resources } @@ -4705,8 +4544,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil - ) - { + ) { self.resourceARN = resourceARN } } @@ -4725,8 +4563,7 @@ extension WorkMailClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -4739,8 +4576,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [WorkMailClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -4766,8 +4602,7 @@ extension WorkMailClientTypes { primaryEmailPrefix: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil, usernamePrefix: Swift.String? = nil - ) - { + ) { self.displayNamePrefix = displayNamePrefix self.identityProviderUserIdPrefix = identityProviderUserIdPrefix self.primaryEmailPrefix = primaryEmailPrefix @@ -4798,8 +4633,7 @@ public struct ListUsersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.filters = filters self.maxResults = maxResults self.nextToken = nextToken @@ -4843,8 +4677,7 @@ extension WorkMailClientTypes { name: Swift.String? = nil, state: WorkMailClientTypes.EntityState? = nil, userRole: WorkMailClientTypes.UserRole? = nil - ) - { + ) { self.disabledDate = disabledDate self.displayName = displayName self.email = email @@ -4868,8 +4701,7 @@ public struct ListUsersOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, users: [WorkMailClientTypes.User]? = nil - ) - { + ) { self.nextToken = nextToken self.users = users } @@ -4918,8 +4750,7 @@ public struct PutAccessControlRuleInput: Swift.Sendable { notUserIds: [Swift.String]? = nil, organizationId: Swift.String? = nil, userIds: [Swift.String]? = nil - ) - { + ) { self.actions = actions self.description = description self.effect = effect @@ -4955,8 +4786,7 @@ public struct PutEmailMonitoringConfigurationInput: Swift.Sendable { logGroupArn: Swift.String? = nil, organizationId: Swift.String? = nil, roleArn: Swift.String? = nil - ) - { + ) { self.logGroupArn = logGroupArn self.organizationId = organizationId self.roleArn = roleArn @@ -4987,8 +4817,7 @@ public struct PutIdentityProviderConfigurationInput: Swift.Sendable { identityCenterConfiguration: WorkMailClientTypes.IdentityCenterConfiguration? = nil, organizationId: Swift.String? = nil, personalAccessTokenConfiguration: WorkMailClientTypes.PersonalAccessTokenConfiguration? = nil - ) - { + ) { self.authenticationMode = authenticationMode self.identityCenterConfiguration = identityCenterConfiguration self.organizationId = organizationId @@ -5012,8 +4841,7 @@ public struct PutInboundDmarcSettingsInput: Swift.Sendable { public init( enforced: Swift.Bool? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.enforced = enforced self.organizationId = organizationId } @@ -5055,8 +4883,7 @@ public struct PutMailboxPermissionsInput: Swift.Sendable { granteeId: Swift.String? = nil, organizationId: Swift.String? = nil, permissionValues: [WorkMailClientTypes.PermissionType]? = nil - ) - { + ) { self.entityId = entityId self.granteeId = granteeId self.organizationId = organizationId @@ -5097,8 +4924,7 @@ public struct PutMobileDeviceAccessOverrideInput: Swift.Sendable { effect: WorkMailClientTypes.MobileDeviceAccessRuleEffect? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.description = description self.deviceId = deviceId self.effect = effect @@ -5133,8 +4959,7 @@ public struct PutRetentionPolicyInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.description = description self.folderConfigurations = folderConfigurations self.id = id @@ -5167,8 +4992,7 @@ public struct RegisterMailDomainInput: Swift.Sendable { clientToken: Swift.String? = nil, domainName: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.domainName = domainName self.organizationId = organizationId @@ -5199,8 +5023,7 @@ public struct RegisterToWorkMailInput: Swift.Sendable { email: Swift.String? = nil, entityId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.email = email self.entityId = entityId self.organizationId = organizationId @@ -5227,8 +5050,7 @@ public struct ResetPasswordInput: Swift.Sendable { organizationId: Swift.String? = nil, password: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.organizationId = organizationId self.password = password self.userId = userId @@ -5285,8 +5107,7 @@ public struct StartMailboxExportJobInput: Swift.Sendable { roleArn: Swift.String? = nil, s3BucketName: Swift.String? = nil, s3Prefix: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.entityId = entityId @@ -5304,8 +5125,7 @@ public struct StartMailboxExportJobOutput: Swift.Sendable { public init( jobId: Swift.String? = nil - ) - { + ) { self.jobId = jobId } } @@ -5328,8 +5148,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -5345,8 +5164,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [WorkMailClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -5373,8 +5191,7 @@ public struct TestAvailabilityConfigurationInput: Swift.Sendable { ewsProvider: WorkMailClientTypes.EwsAvailabilityProvider? = nil, lambdaProvider: WorkMailClientTypes.LambdaAvailabilityProvider? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.ewsProvider = ewsProvider self.lambdaProvider = lambdaProvider @@ -5391,8 +5208,7 @@ public struct TestAvailabilityConfigurationOutput: Swift.Sendable { public init( failureReason: Swift.String? = nil, testPassed: Swift.Bool = false - ) - { + ) { self.failureReason = failureReason self.testPassed = testPassed } @@ -5409,8 +5225,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -5438,8 +5253,7 @@ public struct UpdateAvailabilityConfigurationInput: Swift.Sendable { ewsProvider: WorkMailClientTypes.EwsAvailabilityProvider? = nil, lambdaProvider: WorkMailClientTypes.LambdaAvailabilityProvider? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.ewsProvider = ewsProvider self.lambdaProvider = lambdaProvider @@ -5463,8 +5277,7 @@ public struct UpdateDefaultMailDomainInput: Swift.Sendable { public init( domainName: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.organizationId = organizationId } @@ -5495,8 +5308,7 @@ public struct UpdateGroupInput: Swift.Sendable { groupId: Swift.String? = nil, hiddenFromGlobalAddressList: Swift.Bool? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.groupId = groupId self.hiddenFromGlobalAddressList = hiddenFromGlobalAddressList self.organizationId = organizationId @@ -5534,8 +5346,7 @@ public struct UpdateImpersonationRoleInput: Swift.Sendable { organizationId: Swift.String? = nil, rules: [WorkMailClientTypes.ImpersonationRule]? = nil, type: WorkMailClientTypes.ImpersonationRoleType? = nil - ) - { + ) { self.description = description self.impersonationRoleId = impersonationRoleId self.name = name @@ -5571,8 +5382,7 @@ public struct UpdateMailboxQuotaInput: Swift.Sendable { mailboxQuota: Swift.Int? = nil, organizationId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.mailboxQuota = mailboxQuota self.organizationId = organizationId self.userId = userId @@ -5630,8 +5440,7 @@ public struct UpdateMobileDeviceAccessRuleInput: Swift.Sendable { notDeviceTypes: [Swift.String]? = nil, notDeviceUserAgents: [Swift.String]? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.description = description self.deviceModels = deviceModels self.deviceOperatingSystems = deviceOperatingSystems @@ -5674,8 +5483,7 @@ public struct UpdatePrimaryEmailAddressInput: Swift.Sendable { email: Swift.String? = nil, entityId: Swift.String? = nil, organizationId: Swift.String? = nil - ) - { + ) { self.email = email self.entityId = entityId self.organizationId = organizationId @@ -5719,8 +5527,7 @@ public struct UpdateResourceInput: Swift.Sendable { organizationId: Swift.String? = nil, resourceId: Swift.String? = nil, type: WorkMailClientTypes.ResourceType? = nil - ) - { + ) { self.bookingOptions = bookingOptions self.description = description self.hiddenFromGlobalAddressList = hiddenFromGlobalAddressList @@ -5806,8 +5613,7 @@ public struct UpdateUserInput: Swift.Sendable { telephone: Swift.String? = nil, userId: Swift.String? = nil, zipCode: Swift.String? = nil - ) - { + ) { self.city = city self.company = company self.country = country diff --git a/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/WorkMailClient.swift b/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/WorkMailClient.swift index 431bd2f6771..429c56b497c 100644 --- a/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/WorkMailClient.swift +++ b/Sources/Services/AWSWorkMail/Sources/AWSWorkMail/WorkMailClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkMailClient: ClientRuntime.Client { public static let clientName = "WorkMailClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkMailClient.WorkMailClientConfiguration let serviceName = "WorkMail" diff --git a/Sources/Services/AWSWorkMailMessageFlow/Package.swift.txt b/Sources/Services/AWSWorkMailMessageFlow/Package.swift.txt index a40f279005e..d28f291bf15 100644 --- a/Sources/Services/AWSWorkMailMessageFlow/Package.swift.txt +++ b/Sources/Services/AWSWorkMailMessageFlow/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,31 +45,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyRetriesAPI", + name: "SmithyRetries", package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyRetriesAPI", package: "smithy-swift" ), .product( diff --git a/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/Models.swift b/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/Models.swift index a13456db807..bde343c2c36 100644 --- a/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/Models.swift +++ b/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/Models.swift @@ -39,8 +39,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -52,8 +51,7 @@ public struct GetRawMessageContentInput: Swift.Sendable { public init( messageId: Swift.String? = nil - ) - { + ) { self.messageId = messageId } } @@ -65,8 +63,7 @@ public struct GetRawMessageContentOutput: Swift.Sendable { public init( messageContent: Smithy.ByteStream? = nil - ) - { + ) { self.messageContent = messageContent } } @@ -95,8 +92,7 @@ public struct InvalidContentLocation: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -119,8 +115,7 @@ public struct MessageFrozen: ClientRuntime.ModeledError, AWSClientRuntime.AWSSer public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -143,8 +138,7 @@ public struct MessageRejected: ClientRuntime.ModeledError, AWSClientRuntime.AWSS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -166,8 +160,7 @@ extension WorkMailMessageFlowClientTypes { bucket: Swift.String? = nil, key: Swift.String? = nil, objectVersion: Swift.String? = nil - ) - { + ) { self.bucket = bucket self.key = key self.objectVersion = objectVersion @@ -199,8 +192,7 @@ extension WorkMailMessageFlowClientTypes { public init( s3Reference: WorkMailMessageFlowClientTypes.S3Reference? = nil - ) - { + ) { self.s3Reference = s3Reference } } @@ -217,8 +209,7 @@ public struct PutRawMessageContentInput: Swift.Sendable { public init( content: WorkMailMessageFlowClientTypes.RawMessageContent? = nil, messageId: Swift.String? = nil - ) - { + ) { self.content = content self.messageId = messageId } diff --git a/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/WorkMailMessageFlowClient.swift b/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/WorkMailMessageFlowClient.swift index fbeba830934..2fef890ac39 100644 --- a/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/WorkMailMessageFlowClient.swift +++ b/Sources/Services/AWSWorkMailMessageFlow/Sources/AWSWorkMailMessageFlow/WorkMailMessageFlowClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkMailMessageFlowClient: ClientRuntime.Client { public static let clientName = "WorkMailMessageFlowClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkMailMessageFlowClient.WorkMailMessageFlowClientConfiguration let serviceName = "WorkMailMessageFlow" diff --git a/Sources/Services/AWSWorkSpaces/Package.swift.txt b/Sources/Services/AWSWorkSpaces/Package.swift.txt index a67f3526c93..9929e1ca25a 100644 --- a/Sources/Services/AWSWorkSpaces/Package.swift.txt +++ b/Sources/Services/AWSWorkSpaces/Package.swift.txt @@ -41,31 +41,31 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyHTTPAuthAPI", + name: "Smithy", package: "smithy-swift" ), .product( - name: "Smithy", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/Models.swift b/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/Models.swift index 25165e257b2..e6a168c8b77 100644 --- a/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/Models.swift +++ b/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/Models.swift @@ -46,8 +46,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -70,8 +69,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -94,8 +92,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -122,8 +119,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -147,8 +143,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -163,8 +158,7 @@ public struct AcceptAccountLinkInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.linkId = linkId } @@ -226,8 +220,7 @@ extension WorkSpacesClientTypes { accountLinkStatus: WorkSpacesClientTypes.AccountLinkStatusEnum? = nil, sourceAccountId: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.accountLinkId = accountLinkId self.accountLinkStatus = accountLinkStatus self.sourceAccountId = sourceAccountId @@ -242,8 +235,7 @@ public struct AcceptAccountLinkInvitationOutput: Swift.Sendable { public init( accountLink: WorkSpacesClientTypes.AccountLink? = nil - ) - { + ) { self.accountLink = accountLink } } @@ -362,8 +354,7 @@ extension WorkSpacesClientTypes { errorMessage: Swift.String? = nil, modificationState: WorkSpacesClientTypes.DedicatedTenancyModificationStateEnum? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.dedicatedTenancyManagementCidrRange = dedicatedTenancyManagementCidrRange self.dedicatedTenancySupport = dedicatedTenancySupport self.errorCode = errorCode @@ -388,8 +379,7 @@ extension WorkSpacesClientTypes { public init( domainName: Swift.String? = nil, serviceAccountSecretArn: Swift.String? = nil - ) - { + ) { self.domainName = domainName self.serviceAccountSecretArn = serviceAccountSecretArn } @@ -692,8 +682,7 @@ extension WorkSpacesClientTypes { public init( errorCode: WorkSpacesClientTypes.AssociationErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -727,8 +716,7 @@ extension WorkSpacesClientTypes { lastUpdatedTime: Foundation.Date? = nil, state: WorkSpacesClientTypes.AssociationState? = nil, stateReason: WorkSpacesClientTypes.AssociationStateReason? = nil - ) - { + ) { self.applicationId = applicationId self.associatedResourceId = associatedResourceId self.associatedResourceType = associatedResourceType @@ -782,8 +770,7 @@ extension WorkSpacesClientTypes { public init( settingsGroup: Swift.String? = nil, status: WorkSpacesClientTypes.ApplicationSettingsStatusEnum? = nil - ) - { + ) { self.settingsGroup = settingsGroup self.status = status } @@ -806,8 +793,7 @@ extension WorkSpacesClientTypes { s3BucketName: Swift.String? = nil, settingsGroup: Swift.String? = nil, status: WorkSpacesClientTypes.ApplicationSettingsStatusEnum? = nil - ) - { + ) { self.s3BucketName = s3BucketName self.settingsGroup = settingsGroup self.status = status @@ -834,8 +820,7 @@ public struct InvalidParameterValuesException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -858,8 +843,7 @@ public struct InvalidResourceStateException: ClientRuntime.ModeledError, AWSClie public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -886,8 +870,7 @@ public struct OperationNotSupportedException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil, reason: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.reason = reason } @@ -911,8 +894,7 @@ public struct ResourceAssociatedException: ClientRuntime.ModeledError, AWSClient public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -928,8 +910,7 @@ public struct AssociateConnectionAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.resourceId = resourceId } @@ -941,8 +922,7 @@ public struct AssociateConnectionAliasOutput: Swift.Sendable { public init( connectionIdentifier: Swift.String? = nil - ) - { + ) { self.connectionIdentifier = connectionIdentifier } } @@ -966,8 +946,7 @@ public struct ResourceLimitExceededException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -983,8 +962,7 @@ public struct AssociateIpGroupsInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, groupIds: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.groupIds = groupIds } @@ -1052,8 +1030,7 @@ public struct ResourceAlreadyExistsException: ClientRuntime.ModeledError, AWSCli public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -1079,8 +1056,7 @@ public struct ResourceInUseException: ClientRuntime.ModeledError, AWSClientRunti public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -1097,8 +1073,7 @@ public struct AssociateWorkspaceApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.workspaceId = workspaceId } @@ -1157,8 +1132,7 @@ extension WorkSpacesClientTypes { state: WorkSpacesClientTypes.AssociationState? = nil, stateReason: WorkSpacesClientTypes.AssociationStateReason? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.associatedResourceId = associatedResourceId self.associatedResourceType = associatedResourceType self.created = created @@ -1176,8 +1150,7 @@ public struct AssociateWorkspaceApplicationOutput: Swift.Sendable { public init( association: WorkSpacesClientTypes.WorkspaceResourceAssociation? = nil - ) - { + ) { self.association = association } } @@ -1258,8 +1231,7 @@ extension WorkSpacesClientTypes { public init( ipRule: Swift.String? = nil, ruleDesc: Swift.String? = nil - ) - { + ) { self.ipRule = ipRule self.ruleDesc = ruleDesc } @@ -1277,8 +1249,7 @@ public struct AuthorizeIpRulesInput: Swift.Sendable { public init( groupId: Swift.String? = nil, userRules: [WorkSpacesClientTypes.IpRuleItem]? = nil - ) - { + ) { self.groupId = groupId self.userRules = userRules } @@ -1403,8 +1374,7 @@ extension WorkSpacesClientTypes { public init( name: WorkSpacesClientTypes.Compute? = nil - ) - { + ) { self.name = name } } @@ -1420,8 +1390,7 @@ extension WorkSpacesClientTypes { public init( capacity: Swift.String? = nil - ) - { + ) { self.capacity = capacity } } @@ -1469,8 +1438,7 @@ extension WorkSpacesClientTypes { public init( capacity: Swift.String? = nil - ) - { + ) { self.capacity = capacity } } @@ -1518,8 +1486,7 @@ extension WorkSpacesClientTypes { rootStorage: WorkSpacesClientTypes.RootStorage? = nil, state: WorkSpacesClientTypes.WorkspaceBundleState? = nil, userStorage: WorkSpacesClientTypes.UserStorage? = nil - ) - { + ) { self.bundleId = bundleId self.bundleType = bundleType self.computeType = computeType @@ -1563,8 +1530,7 @@ extension WorkSpacesClientTypes { lastUpdatedTime: Foundation.Date? = nil, state: WorkSpacesClientTypes.AssociationState? = nil, stateReason: WorkSpacesClientTypes.AssociationStateReason? = nil - ) - { + ) { self.associatedResourceId = associatedResourceId self.associatedResourceType = associatedResourceType self.bundleId = bundleId @@ -1586,8 +1552,7 @@ extension WorkSpacesClientTypes { public init( desiredUserSessions: Swift.Int? = nil - ) - { + ) { self.desiredUserSessions = desiredUserSessions } } @@ -1615,8 +1580,7 @@ extension WorkSpacesClientTypes { actualUserSessions: Swift.Int? = nil, availableUserSessions: Swift.Int? = nil, desiredUserSessions: Swift.Int? = nil - ) - { + ) { self.activeUserSessions = activeUserSessions self.actualUserSessions = actualUserSessions self.availableUserSessions = availableUserSessions @@ -1666,8 +1630,7 @@ extension WorkSpacesClientTypes { public init( certificateAuthorityArn: Swift.String? = nil, status: WorkSpacesClientTypes.CertificateBasedAuthStatusEnum? = nil - ) - { + ) { self.certificateAuthorityArn = certificateAuthorityArn self.status = status } @@ -1785,8 +1748,7 @@ extension WorkSpacesClientTypes { public init( logUploadEnabled: WorkSpacesClientTypes.LogUploadEnum? = nil, reconnectEnabled: WorkSpacesClientTypes.ReconnectEnum? = nil - ) - { + ) { self.logUploadEnabled = logUploadEnabled self.reconnectEnabled = reconnectEnabled } @@ -1805,8 +1767,7 @@ extension WorkSpacesClientTypes { public init( clientProperties: WorkSpacesClientTypes.ClientProperties? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.clientProperties = clientProperties self.resourceId = resourceId } @@ -1831,8 +1792,7 @@ extension WorkSpacesClientTypes { name: Swift.String? = nil, resourceId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.addInId = addInId self.name = name self.resourceId = resourceId @@ -1859,8 +1819,7 @@ extension WorkSpacesClientTypes { associationStatus: WorkSpacesClientTypes.AssociationStatus? = nil, connectionIdentifier: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.associatedAccountId = associatedAccountId self.associationStatus = associationStatus self.connectionIdentifier = connectionIdentifier @@ -1922,8 +1881,7 @@ extension WorkSpacesClientTypes { connectionString: Swift.String? = nil, ownerAccountId: Swift.String? = nil, state: WorkSpacesClientTypes.ConnectionAliasState? = nil - ) - { + ) { self.aliasId = aliasId self.associations = associations self.connectionString = connectionString @@ -1947,8 +1905,7 @@ extension WorkSpacesClientTypes { public init( allowAssociation: Swift.Bool? = nil, sharedAccountId: Swift.String? = nil - ) - { + ) { self.allowAssociation = allowAssociation self.sharedAccountId = sharedAccountId } @@ -2009,8 +1966,7 @@ public struct ResourceUnavailableException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId } @@ -2029,8 +1985,7 @@ extension WorkSpacesClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -2058,8 +2013,7 @@ public struct CopyWorkspaceImageInput: Swift.Sendable { sourceImageId: Swift.String? = nil, sourceRegion: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.sourceImageId = sourceImageId @@ -2074,8 +2028,7 @@ public struct CopyWorkspaceImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -2090,8 +2043,7 @@ public struct CreateAccountLinkInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, targetAccountId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.targetAccountId = targetAccountId } @@ -2103,8 +2055,7 @@ public struct CreateAccountLinkInvitationOutput: Swift.Sendable { public init( accountLink: WorkSpacesClientTypes.AccountLink? = nil - ) - { + ) { self.accountLink = accountLink } } @@ -2127,8 +2078,7 @@ public struct ResourceCreationFailedException: ClientRuntime.ModeledError, AWSCl public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -2148,8 +2098,7 @@ public struct CreateConnectClientAddInInput: Swift.Sendable { name: Swift.String? = nil, resourceId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.name = name self.resourceId = resourceId self.url = url @@ -2162,8 +2111,7 @@ public struct CreateConnectClientAddInOutput: Swift.Sendable { public init( addInId: Swift.String? = nil - ) - { + ) { self.addInId = addInId } } @@ -2178,8 +2126,7 @@ public struct CreateConnectionAliasInput: Swift.Sendable { public init( connectionString: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.connectionString = connectionString self.tags = tags } @@ -2191,8 +2138,7 @@ public struct CreateConnectionAliasOutput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -2213,8 +2159,7 @@ public struct CreateIpGroupInput: Swift.Sendable { groupName: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil, userRules: [WorkSpacesClientTypes.IpRuleItem]? = nil - ) - { + ) { self.groupDesc = groupDesc self.groupName = groupName self.tags = tags @@ -2228,8 +2173,7 @@ public struct CreateIpGroupOutput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -2286,8 +2230,7 @@ extension WorkSpacesClientTypes { primaryWorkspaceId: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil, volumeEncryptionKey: Swift.String? = nil - ) - { + ) { self.dataReplication = dataReplication self.directoryId = directoryId self.primaryWorkspaceId = primaryWorkspaceId @@ -2308,8 +2251,7 @@ public struct CreateStandbyWorkspacesInput: Swift.Sendable { public init( primaryRegion: Swift.String? = nil, standbyWorkspaces: [WorkSpacesClientTypes.StandbyWorkspace]? = nil - ) - { + ) { self.primaryRegion = primaryRegion self.standbyWorkspaces = standbyWorkspaces } @@ -2330,8 +2272,7 @@ extension WorkSpacesClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, standbyWorkspaceRequest: WorkSpacesClientTypes.StandbyWorkspace? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.standbyWorkspaceRequest = standbyWorkspaceRequest @@ -2431,8 +2372,7 @@ extension WorkSpacesClientTypes { state: WorkSpacesClientTypes.WorkspaceState? = nil, userName: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId self.state = state self.userName = userName @@ -2450,8 +2390,7 @@ public struct CreateStandbyWorkspacesOutput: Swift.Sendable { public init( failedStandbyRequests: [WorkSpacesClientTypes.FailedCreateStandbyWorkspacesRequest]? = nil, pendingStandbyRequests: [WorkSpacesClientTypes.PendingCreateStandbyWorkspacesRequest]? = nil - ) - { + ) { self.failedStandbyRequests = failedStandbyRequests self.pendingStandbyRequests = pendingStandbyRequests } @@ -2468,8 +2407,7 @@ public struct CreateTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.resourceId = resourceId self.tags = tags } @@ -2498,8 +2436,7 @@ public struct CreateUpdatedWorkspaceImageInput: Swift.Sendable { name: Swift.String? = nil, sourceImageId: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.description = description self.name = name self.sourceImageId = sourceImageId @@ -2513,8 +2450,7 @@ public struct CreateUpdatedWorkspaceImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -2548,8 +2484,7 @@ public struct CreateWorkspaceBundleInput: Swift.Sendable { rootStorage: WorkSpacesClientTypes.RootStorage? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil, userStorage: WorkSpacesClientTypes.UserStorage? = nil - ) - { + ) { self.bundleDescription = bundleDescription self.bundleName = bundleName self.computeType = computeType @@ -2566,8 +2501,7 @@ public struct CreateWorkspaceBundleOutput: Swift.Sendable { public init( workspaceBundle: WorkSpacesClientTypes.WorkspaceBundle? = nil - ) - { + ) { self.workspaceBundle = workspaceBundle } } @@ -2590,8 +2524,7 @@ public struct CreateWorkspaceImageInput: Swift.Sendable { name: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.description = description self.name = name self.tags = tags @@ -2637,8 +2570,7 @@ extension WorkSpacesClientTypes { public init( type: WorkSpacesClientTypes.OperatingSystemType? = nil - ) - { + ) { self.type = type } } @@ -2732,8 +2664,7 @@ public struct CreateWorkspaceImageOutput: Swift.Sendable { ownerAccountId: Swift.String? = nil, requiredTenancy: WorkSpacesClientTypes.WorkspaceImageRequiredTenancy? = nil, state: WorkSpacesClientTypes.WorkspaceImageState? = nil - ) - { + ) { self.created = created self.description = description self.imageId = imageId @@ -2758,8 +2689,7 @@ extension WorkSpacesClientTypes { public init( mode: WorkSpacesClientTypes.AGAModeForWorkSpaceEnum? = nil, preferredProtocol: WorkSpacesClientTypes.AGAPreferredProtocolForWorkSpace? = nil - ) - { + ) { self.mode = mode self.preferredProtocol = preferredProtocol } @@ -2925,8 +2855,7 @@ extension WorkSpacesClientTypes { runningMode: WorkSpacesClientTypes.RunningMode? = nil, runningModeAutoStopTimeoutInMinutes: Swift.Int? = nil, userVolumeSizeGib: Swift.Int? = nil - ) - { + ) { self.computeTypeName = computeTypeName self.globalAccelerator = globalAccelerator self.operatingSystemName = operatingSystemName @@ -2975,8 +2904,7 @@ extension WorkSpacesClientTypes { volumeEncryptionKey: Swift.String? = nil, workspaceName: Swift.String? = nil, workspaceProperties: WorkSpacesClientTypes.WorkspaceProperties? = nil - ) - { + ) { self.bundleId = bundleId self.directoryId = directoryId self.rootVolumeEncryptionEnabled = rootVolumeEncryptionEnabled @@ -2997,8 +2925,7 @@ public struct CreateWorkspacesInput: Swift.Sendable { public init( workspaces: [WorkSpacesClientTypes.WorkspaceRequest]? = nil - ) - { + ) { self.workspaces = workspaces } } @@ -3018,8 +2945,7 @@ extension WorkSpacesClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, workspaceRequest: WorkSpacesClientTypes.WorkspaceRequest? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.workspaceRequest = workspaceRequest @@ -3039,8 +2965,7 @@ extension WorkSpacesClientTypes { public init( dataReplication: WorkSpacesClientTypes.DataReplication? = nil, recoverySnapshotTime: Foundation.Date? = nil - ) - { + ) { self.dataReplication = dataReplication self.recoverySnapshotTime = recoverySnapshotTime } @@ -3120,8 +3045,7 @@ extension WorkSpacesClientTypes { public init( resource: WorkSpacesClientTypes.ModificationResourceEnum? = nil, state: WorkSpacesClientTypes.ModificationStateEnum? = nil - ) - { + ) { self.resource = resource self.state = state } @@ -3175,8 +3099,7 @@ extension WorkSpacesClientTypes { state: WorkSpacesClientTypes.WorkspaceState? = nil, type: WorkSpacesClientTypes.StandbyWorkspaceRelationshipType? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.region = region self.state = state self.type = type @@ -3200,8 +3123,7 @@ extension WorkSpacesClientTypes { dataReplication: WorkSpacesClientTypes.DataReplication? = nil, recoverySnapshotTime: Foundation.Date? = nil, standbyWorkspaceId: Swift.String? = nil - ) - { + ) { self.dataReplication = dataReplication self.recoverySnapshotTime = recoverySnapshotTime self.standbyWorkspaceId = standbyWorkspaceId @@ -3309,8 +3231,7 @@ extension WorkSpacesClientTypes { workspaceId: Swift.String? = nil, workspaceName: Swift.String? = nil, workspaceProperties: WorkSpacesClientTypes.WorkspaceProperties? = nil - ) - { + ) { self.bundleId = bundleId self.computerName = computerName self.dataReplicationSettings = dataReplicationSettings @@ -3343,8 +3264,7 @@ public struct CreateWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedCreateWorkspaceRequest]? = nil, pendingRequests: [WorkSpacesClientTypes.Workspace]? = nil - ) - { + ) { self.failedRequests = failedRequests self.pendingRequests = pendingRequests } @@ -3365,8 +3285,7 @@ extension WorkSpacesClientTypes { disconnectTimeoutInSeconds: Swift.Int? = nil, idleDisconnectTimeoutInSeconds: Swift.Int? = nil, maxUserDurationInSeconds: Swift.Int? = nil - ) - { + ) { self.disconnectTimeoutInSeconds = disconnectTimeoutInSeconds self.idleDisconnectTimeoutInSeconds = idleDisconnectTimeoutInSeconds self.maxUserDurationInSeconds = maxUserDurationInSeconds @@ -3406,8 +3325,7 @@ public struct CreateWorkspacesPoolInput: Swift.Sendable { poolName: Swift.String? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil, timeoutSettings: WorkSpacesClientTypes.TimeoutSettings? = nil - ) - { + ) { self.applicationSettings = applicationSettings self.bundleId = bundleId self.capacity = capacity @@ -3574,8 +3492,7 @@ extension WorkSpacesClientTypes { public init( errorCode: WorkSpacesClientTypes.WorkspacesPoolErrorCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -3676,8 +3593,7 @@ extension WorkSpacesClientTypes { poolName: Swift.String? = nil, state: WorkSpacesClientTypes.WorkspacesPoolState? = nil, timeoutSettings: WorkSpacesClientTypes.TimeoutSettings? = nil - ) - { + ) { self.applicationSettings = applicationSettings self.bundleId = bundleId self.capacityStatus = capacityStatus @@ -3700,8 +3616,7 @@ public struct CreateWorkspacesPoolOutput: Swift.Sendable { public init( workspacesPool: WorkSpacesClientTypes.WorkspacesPool? = nil - ) - { + ) { self.workspacesPool = workspacesPool } } @@ -3790,8 +3705,7 @@ extension WorkSpacesClientTypes { logoUrl: Swift.String? = nil, supportEmail: Swift.String? = nil, supportLink: Swift.String? = nil - ) - { + ) { self.forgotPasswordLink = forgotPasswordLink self.loginMessage = loginMessage self.logoUrl = logoUrl @@ -3830,8 +3744,7 @@ extension WorkSpacesClientTypes { logo: Foundation.Data? = nil, supportEmail: Swift.String? = nil, supportLink: Swift.String? = nil - ) - { + ) { self.forgotPasswordLink = forgotPasswordLink self.loginMessage = loginMessage self.logo = logo @@ -3868,8 +3781,7 @@ extension WorkSpacesClientTypes { enableWorkDocs: Swift.Bool? = nil, instanceIamRoleArn: Swift.String? = nil, userEnabledAsLocalAdministrator: Swift.Bool? = nil - ) - { + ) { self.customSecurityGroupId = customSecurityGroupId self.defaultOu = defaultOu self.enableInternetAccess = enableInternetAccess @@ -3946,8 +3858,7 @@ public struct DeleteAccountLinkInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.linkId = linkId } @@ -3959,8 +3870,7 @@ public struct DeleteAccountLinkInvitationOutput: Swift.Sendable { public init( accountLink: WorkSpacesClientTypes.AccountLink? = nil - ) - { + ) { self.accountLink = accountLink } } @@ -3976,8 +3886,7 @@ public struct DeleteClientBrandingInput: Swift.Sendable { public init( platforms: [WorkSpacesClientTypes.ClientDeviceType]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.platforms = platforms self.resourceId = resourceId } @@ -3999,8 +3908,7 @@ public struct DeleteConnectClientAddInInput: Swift.Sendable { public init( addInId: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.addInId = addInId self.resourceId = resourceId } @@ -4018,8 +3926,7 @@ public struct DeleteConnectionAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -4036,8 +3943,7 @@ public struct DeleteIpGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil - ) - { + ) { self.groupId = groupId } } @@ -4058,8 +3964,7 @@ public struct DeleteTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceId = resourceId self.tagKeys = tagKeys } @@ -4076,8 +3981,7 @@ public struct DeleteWorkspaceBundleInput: Swift.Sendable { public init( bundleId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId } } @@ -4094,8 +3998,7 @@ public struct DeleteWorkspaceImageInput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -4115,8 +4018,7 @@ public struct DeployWorkspaceApplicationsInput: Swift.Sendable { public init( force: Swift.Bool? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.force = force self.workspaceId = workspaceId } @@ -4131,8 +4033,7 @@ extension WorkSpacesClientTypes { public init( associations: [WorkSpacesClientTypes.WorkspaceResourceAssociation]? = nil - ) - { + ) { self.associations = associations } } @@ -4144,8 +4045,7 @@ public struct DeployWorkspaceApplicationsOutput: Swift.Sendable { public init( deployment: WorkSpacesClientTypes.WorkSpaceApplicationDeployment? = nil - ) - { + ) { self.deployment = deployment } } @@ -4157,8 +4057,7 @@ public struct DeregisterWorkspaceDirectoryInput: Swift.Sendable { public init( directoryId: Swift.String? = nil - ) - { + ) { self.directoryId = directoryId } } @@ -4185,8 +4084,7 @@ public struct DescribeAccountOutput: Swift.Sendable { dedicatedTenancyAccountType: WorkSpacesClientTypes.DedicatedTenancyAccountType? = nil, dedicatedTenancyManagementCidrRange: Swift.String? = nil, dedicatedTenancySupport: WorkSpacesClientTypes.DedicatedTenancySupportResultEnum? = nil - ) - { + ) { self.dedicatedTenancyAccountType = dedicatedTenancyAccountType self.dedicatedTenancyManagementCidrRange = dedicatedTenancyManagementCidrRange self.dedicatedTenancySupport = dedicatedTenancySupport @@ -4199,8 +4097,7 @@ public struct DescribeAccountModificationsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -4214,8 +4111,7 @@ public struct DescribeAccountModificationsOutput: Swift.Sendable { public init( accountModifications: [WorkSpacesClientTypes.AccountModification]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountModifications = accountModifications self.nextToken = nextToken } @@ -4238,8 +4134,7 @@ public struct DescribeApplicationAssociationsInput: Swift.Sendable { associatedResourceTypes: [WorkSpacesClientTypes.ApplicationAssociatedResourceType]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.associatedResourceTypes = associatedResourceTypes self.maxResults = maxResults @@ -4256,8 +4151,7 @@ public struct DescribeApplicationAssociationsOutput: Swift.Sendable { public init( associations: [WorkSpacesClientTypes.ApplicationResourceAssociation]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.associations = associations self.nextToken = nextToken } @@ -4316,8 +4210,7 @@ public struct DescribeApplicationsInput: Swift.Sendable { nextToken: Swift.String? = nil, operatingSystemNames: [WorkSpacesClientTypes.OperatingSystemName]? = nil, owner: Swift.String? = nil - ) - { + ) { self.applicationIds = applicationIds self.computeTypeNames = computeTypeNames self.licenseType = licenseType @@ -4396,8 +4289,7 @@ extension WorkSpacesClientTypes { state: WorkSpacesClientTypes.WorkSpaceApplicationState? = nil, supportedComputeTypeNames: [WorkSpacesClientTypes.Compute]? = nil, supportedOperatingSystemNames: [WorkSpacesClientTypes.OperatingSystemName]? = nil - ) - { + ) { self.applicationId = applicationId self.created = created self.description = description @@ -4420,8 +4312,7 @@ public struct DescribeApplicationsOutput: Swift.Sendable { public init( applications: [WorkSpacesClientTypes.WorkSpaceApplication]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.applications = applications self.nextToken = nextToken } @@ -4438,8 +4329,7 @@ public struct DescribeBundleAssociationsInput: Swift.Sendable { public init( associatedResourceTypes: [WorkSpacesClientTypes.BundleAssociatedResourceType]? = nil, bundleId: Swift.String? = nil - ) - { + ) { self.associatedResourceTypes = associatedResourceTypes self.bundleId = bundleId } @@ -4451,8 +4341,7 @@ public struct DescribeBundleAssociationsOutput: Swift.Sendable { public init( associations: [WorkSpacesClientTypes.BundleResourceAssociation]? = nil - ) - { + ) { self.associations = associations } } @@ -4464,8 +4353,7 @@ public struct DescribeClientBrandingInput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -4505,8 +4393,7 @@ extension WorkSpacesClientTypes { logoUrl: Swift.String? = nil, supportEmail: Swift.String? = nil, supportLink: Swift.String? = nil - ) - { + ) { self.forgotPasswordLink = forgotPasswordLink self.loginMessage = loginMessage self.logo2xUrl = logo2xUrl @@ -4539,8 +4426,7 @@ public struct DescribeClientBrandingOutput: Swift.Sendable { deviceTypeOsx: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil, deviceTypeWeb: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil, deviceTypeWindows: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil - ) - { + ) { self.deviceTypeAndroid = deviceTypeAndroid self.deviceTypeIos = deviceTypeIos self.deviceTypeLinux = deviceTypeLinux @@ -4557,8 +4443,7 @@ public struct DescribeClientPropertiesInput: Swift.Sendable { public init( resourceIds: [Swift.String]? = nil - ) - { + ) { self.resourceIds = resourceIds } } @@ -4569,8 +4454,7 @@ public struct DescribeClientPropertiesOutput: Swift.Sendable { public init( clientPropertiesList: [WorkSpacesClientTypes.ClientPropertiesResult]? = nil - ) - { + ) { self.clientPropertiesList = clientPropertiesList } } @@ -4588,8 +4472,7 @@ public struct DescribeConnectClientAddInsInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.resourceId = resourceId @@ -4605,8 +4488,7 @@ public struct DescribeConnectClientAddInsOutput: Swift.Sendable { public init( addIns: [WorkSpacesClientTypes.ConnectClientAddIn]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.addIns = addIns self.nextToken = nextToken } @@ -4627,8 +4509,7 @@ public struct DescribeConnectionAliasesInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.aliasIds = aliasIds self.limit = limit self.nextToken = nextToken @@ -4645,8 +4526,7 @@ public struct DescribeConnectionAliasesOutput: Swift.Sendable { public init( connectionAliases: [WorkSpacesClientTypes.ConnectionAlias]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.connectionAliases = connectionAliases self.nextToken = nextToken } @@ -4665,8 +4545,7 @@ public struct DescribeConnectionAliasPermissionsInput: Swift.Sendable { aliasId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.maxResults = maxResults self.nextToken = nextToken @@ -4685,8 +4564,7 @@ public struct DescribeConnectionAliasPermissionsOutput: Swift.Sendable { aliasId: Swift.String? = nil, connectionAliasPermissions: [WorkSpacesClientTypes.ConnectionAliasPermission]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId self.connectionAliasPermissions = connectionAliasPermissions self.nextToken = nextToken @@ -4730,8 +4608,7 @@ public struct DescribeImageAssociationsInput: Swift.Sendable { public init( associatedResourceTypes: [WorkSpacesClientTypes.ImageAssociatedResourceType]? = nil, imageId: Swift.String? = nil - ) - { + ) { self.associatedResourceTypes = associatedResourceTypes self.imageId = imageId } @@ -4764,8 +4641,7 @@ extension WorkSpacesClientTypes { lastUpdatedTime: Foundation.Date? = nil, state: WorkSpacesClientTypes.AssociationState? = nil, stateReason: WorkSpacesClientTypes.AssociationStateReason? = nil - ) - { + ) { self.associatedResourceId = associatedResourceId self.associatedResourceType = associatedResourceType self.created = created @@ -4783,8 +4659,7 @@ public struct DescribeImageAssociationsOutput: Swift.Sendable { public init( associations: [WorkSpacesClientTypes.ImageResourceAssociation]? = nil - ) - { + ) { self.associations = associations } } @@ -4801,8 +4676,7 @@ public struct DescribeIpGroupsInput: Swift.Sendable { groupIds: [Swift.String]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groupIds = groupIds self.maxResults = maxResults self.nextToken = nextToken @@ -4827,8 +4701,7 @@ extension WorkSpacesClientTypes { groupId: Swift.String? = nil, groupName: Swift.String? = nil, userRules: [WorkSpacesClientTypes.IpRuleItem]? = nil - ) - { + ) { self.groupDesc = groupDesc self.groupId = groupId self.groupName = groupName @@ -4846,8 +4719,7 @@ public struct DescribeIpGroupsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, result: [WorkSpacesClientTypes.WorkspacesIpGroup]? = nil - ) - { + ) { self.nextToken = nextToken self.result = result } @@ -4860,8 +4732,7 @@ public struct DescribeTagsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil - ) - { + ) { self.resourceId = resourceId } } @@ -4872,8 +4743,7 @@ public struct DescribeTagsOutput: Swift.Sendable { public init( tagList: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.tagList = tagList } } @@ -4889,8 +4759,7 @@ public struct DescribeWorkspaceAssociationsInput: Swift.Sendable { public init( associatedResourceTypes: [WorkSpacesClientTypes.WorkSpaceAssociatedResourceType]? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.associatedResourceTypes = associatedResourceTypes self.workspaceId = workspaceId } @@ -4902,8 +4771,7 @@ public struct DescribeWorkspaceAssociationsOutput: Swift.Sendable { public init( associations: [WorkSpacesClientTypes.WorkspaceResourceAssociation]? = nil - ) - { + ) { self.associations = associations } } @@ -4920,8 +4788,7 @@ public struct DescribeWorkspaceBundlesInput: Swift.Sendable { bundleIds: [Swift.String]? = nil, nextToken: Swift.String? = nil, owner: Swift.String? = nil - ) - { + ) { self.bundleIds = bundleIds self.nextToken = nextToken self.owner = owner @@ -4937,8 +4804,7 @@ public struct DescribeWorkspaceBundlesOutput: Swift.Sendable { public init( bundles: [WorkSpacesClientTypes.WorkspaceBundle]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.bundles = bundles self.nextToken = nextToken } @@ -4987,8 +4853,7 @@ extension WorkSpacesClientTypes { public init( name: WorkSpacesClientTypes.DescribeWorkspaceDirectoriesFilterName? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.values = values } @@ -5013,8 +4878,7 @@ public struct DescribeWorkspaceDirectoriesInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, workspaceDirectoryNames: [Swift.String]? = nil - ) - { + ) { self.directoryIds = directoryIds self.filters = filters self.limit = limit @@ -5070,8 +4934,7 @@ extension WorkSpacesClientTypes { public init( applicationArn: Swift.String? = nil, instanceArn: Swift.String? = nil - ) - { + ) { self.applicationArn = applicationArn self.instanceArn = instanceArn } @@ -5090,8 +4953,7 @@ extension WorkSpacesClientTypes { public init( applicationConfigSecretArn: Swift.String? = nil, tenantId: Swift.String? = nil - ) - { + ) { self.applicationConfigSecretArn = applicationConfigSecretArn self.tenantId = tenantId } @@ -5151,8 +5013,7 @@ extension WorkSpacesClientTypes { relayStateParameterName: Swift.String? = nil, status: WorkSpacesClientTypes.SamlStatusEnum? = nil, userAccessUrl: Swift.String? = nil - ) - { + ) { self.relayStateParameterName = relayStateParameterName self.status = status self.userAccessUrl = userAccessUrl @@ -5181,8 +5042,7 @@ extension WorkSpacesClientTypes { rebuildWorkspace: WorkSpacesClientTypes.ReconnectEnum? = nil, restartWorkspace: WorkSpacesClientTypes.ReconnectEnum? = nil, switchRunningMode: WorkSpacesClientTypes.ReconnectEnum? = nil - ) - { + ) { self.changeComputeType = changeComputeType self.increaseVolumeSize = increaseVolumeSize self.rebuildWorkspace = rebuildWorkspace @@ -5243,8 +5103,7 @@ extension WorkSpacesClientTypes { public init( mode: WorkSpacesClientTypes.AGAModeForDirectoryEnum? = nil, preferredProtocol: WorkSpacesClientTypes.AGAPreferredProtocolForDirectory? = nil - ) - { + ) { self.mode = mode self.preferredProtocol = preferredProtocol } @@ -5320,8 +5179,7 @@ extension WorkSpacesClientTypes { public init( connectorType: WorkSpacesClientTypes.StorageConnectorTypeEnum? = nil, status: WorkSpacesClientTypes.StorageConnectorStatusEnum? = nil - ) - { + ) { self.connectorType = connectorType self.status = status } @@ -5438,8 +5296,7 @@ extension WorkSpacesClientTypes { action: WorkSpacesClientTypes.UserSettingActionEnum? = nil, maximumLength: Swift.Int? = nil, permission: WorkSpacesClientTypes.UserSettingPermissionEnum? = nil - ) - { + ) { self.action = action self.maximumLength = maximumLength self.permission = permission @@ -5465,8 +5322,7 @@ extension WorkSpacesClientTypes { storageConnectors: [WorkSpacesClientTypes.StorageConnector]? = nil, streamingExperiencePreferredProtocol: WorkSpacesClientTypes.StreamingExperiencePreferredProtocolEnum? = nil, userSettings: [WorkSpacesClientTypes.UserSetting]? = nil - ) - { + ) { self.globalAccelerator = globalAccelerator self.storageConnectors = storageConnectors self.streamingExperiencePreferredProtocol = streamingExperiencePreferredProtocol @@ -5566,8 +5422,7 @@ extension WorkSpacesClientTypes { deviceTypeWeb: WorkSpacesClientTypes.AccessPropertyValue? = nil, deviceTypeWindows: WorkSpacesClientTypes.AccessPropertyValue? = nil, deviceTypeZeroClient: WorkSpacesClientTypes.AccessPropertyValue? = nil - ) - { + ) { self.deviceTypeAndroid = deviceTypeAndroid self.deviceTypeChromeOs = deviceTypeChromeOs self.deviceTypeIos = deviceTypeIos @@ -5696,8 +5551,7 @@ extension WorkSpacesClientTypes { workspaceDirectoryName: Swift.String? = nil, workspaceSecurityGroupId: Swift.String? = nil, workspaceType: WorkSpacesClientTypes.WorkspaceType? = nil - ) - { + ) { self.activeDirectoryConfig = activeDirectoryConfig self.alias = alias self.certificateBasedAuthProperties = certificateBasedAuthProperties @@ -5738,8 +5592,7 @@ public struct DescribeWorkspaceDirectoriesOutput: Swift.Sendable { public init( directories: [WorkSpacesClientTypes.WorkspaceDirectory]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.directories = directories self.nextToken = nextToken } @@ -5758,8 +5611,7 @@ public struct DescribeWorkspaceImagePermissionsInput: Swift.Sendable { imageId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.maxResults = maxResults self.nextToken = nextToken @@ -5775,8 +5627,7 @@ extension WorkSpacesClientTypes { public init( sharedAccountId: Swift.String? = nil - ) - { + ) { self.sharedAccountId = sharedAccountId } } @@ -5794,8 +5645,7 @@ public struct DescribeWorkspaceImagePermissionsOutput: Swift.Sendable { imageId: Swift.String? = nil, imagePermissions: [WorkSpacesClientTypes.ImagePermission]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageId = imageId self.imagePermissions = imagePermissions self.nextToken = nextToken @@ -5846,8 +5696,7 @@ public struct DescribeWorkspaceImagesInput: Swift.Sendable { imageType: WorkSpacesClientTypes.ImageType? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.imageIds = imageIds self.imageType = imageType self.maxResults = maxResults @@ -6025,8 +5874,7 @@ extension WorkSpacesClientTypes { public init( errorCode: WorkSpacesClientTypes.WorkspaceImageErrorDetailCode? = nil, errorMessage: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage } @@ -6045,8 +5893,7 @@ extension WorkSpacesClientTypes { public init( description: Swift.String? = nil, updateAvailable: Swift.Bool? = nil - ) - { + ) { self.description = description self.updateAvailable = updateAvailable } @@ -6095,8 +5942,7 @@ extension WorkSpacesClientTypes { requiredTenancy: WorkSpacesClientTypes.WorkspaceImageRequiredTenancy? = nil, state: WorkSpacesClientTypes.WorkspaceImageState? = nil, updates: WorkSpacesClientTypes.UpdateResult? = nil - ) - { + ) { self.created = created self.description = description self.errorCode = errorCode @@ -6122,8 +5968,7 @@ public struct DescribeWorkspaceImagesOutput: Swift.Sendable { public init( images: [WorkSpacesClientTypes.WorkspaceImage]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.images = images self.nextToken = nextToken } @@ -6153,8 +5998,7 @@ public struct DescribeWorkspacesInput: Swift.Sendable { userName: Swift.String? = nil, workspaceIds: [Swift.String]? = nil, workspaceName: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.directoryId = directoryId self.limit = limit @@ -6174,8 +6018,7 @@ public struct DescribeWorkspacesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspaces: [WorkSpacesClientTypes.Workspace]? = nil - ) - { + ) { self.nextToken = nextToken self.workspaces = workspaces } @@ -6190,8 +6033,7 @@ public struct DescribeWorkspacesConnectionStatusInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspaceIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.workspaceIds = workspaceIds } @@ -6215,8 +6057,7 @@ extension WorkSpacesClientTypes { connectionStateCheckTimestamp: Foundation.Date? = nil, lastKnownUserConnectionTimestamp: Foundation.Date? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.connectionState = connectionState self.connectionStateCheckTimestamp = connectionStateCheckTimestamp self.lastKnownUserConnectionTimestamp = lastKnownUserConnectionTimestamp @@ -6234,8 +6075,7 @@ public struct DescribeWorkspacesConnectionStatusOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspacesConnectionStatus: [WorkSpacesClientTypes.WorkspaceConnectionStatus]? = nil - ) - { + ) { self.nextToken = nextToken self.workspacesConnectionStatus = workspacesConnectionStatus } @@ -6248,8 +6088,7 @@ public struct DescribeWorkspaceSnapshotsInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -6263,8 +6102,7 @@ extension WorkSpacesClientTypes { public init( snapshotTime: Foundation.Date? = nil - ) - { + ) { self.snapshotTime = snapshotTime } } @@ -6279,8 +6117,7 @@ public struct DescribeWorkspaceSnapshotsOutput: Swift.Sendable { public init( rebuildSnapshots: [WorkSpacesClientTypes.Snapshot]? = nil, restoreSnapshots: [WorkSpacesClientTypes.Snapshot]? = nil - ) - { + ) { self.rebuildSnapshots = rebuildSnapshots self.restoreSnapshots = restoreSnapshots } @@ -6365,8 +6202,7 @@ extension WorkSpacesClientTypes { name: WorkSpacesClientTypes.DescribeWorkspacesPoolsFilterName? = nil, `operator`: WorkSpacesClientTypes.DescribeWorkspacesPoolsFilterOperator? = nil, values: [Swift.String]? = nil - ) - { + ) { self.name = name self.`operator` = `operator` self.values = values @@ -6389,8 +6225,7 @@ public struct DescribeWorkspacesPoolsInput: Swift.Sendable { limit: Swift.Int? = nil, nextToken: Swift.String? = nil, poolIds: [Swift.String]? = nil - ) - { + ) { self.filters = filters self.limit = limit self.nextToken = nextToken @@ -6407,8 +6242,7 @@ public struct DescribeWorkspacesPoolsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, workspacesPools: [WorkSpacesClientTypes.WorkspacesPool]? = nil - ) - { + ) { self.nextToken = nextToken self.workspacesPools = workspacesPools } @@ -6430,8 +6264,7 @@ public struct DescribeWorkspacesPoolSessionsInput: Swift.Sendable { nextToken: Swift.String? = nil, poolId: Swift.String? = nil, userId: Swift.String? = nil - ) - { + ) { self.limit = limit self.nextToken = nextToken self.poolId = poolId @@ -6480,8 +6313,7 @@ extension WorkSpacesClientTypes { public init( eniId: Swift.String? = nil, eniPrivateIpAddress: Swift.String? = nil - ) - { + ) { self.eniId = eniId self.eniPrivateIpAddress = eniPrivateIpAddress } @@ -6524,8 +6356,7 @@ extension WorkSpacesClientTypes { sessionId: Swift.String? = nil, startTime: Foundation.Date? = nil, userId: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.connectionState = connectionState self.expirationTime = expirationTime @@ -6548,8 +6379,7 @@ public struct DescribeWorkspacesPoolSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [WorkSpacesClientTypes.WorkspacesPoolSession]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -6562,8 +6392,7 @@ public struct DisassociateConnectionAliasInput: Swift.Sendable { public init( aliasId: Swift.String? = nil - ) - { + ) { self.aliasId = aliasId } } @@ -6584,8 +6413,7 @@ public struct DisassociateIpGroupsInput: Swift.Sendable { public init( directoryId: Swift.String? = nil, groupIds: [Swift.String]? = nil - ) - { + ) { self.directoryId = directoryId self.groupIds = groupIds } @@ -6607,8 +6435,7 @@ public struct DisassociateWorkspaceApplicationInput: Swift.Sendable { public init( applicationId: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.applicationId = applicationId self.workspaceId = workspaceId } @@ -6620,8 +6447,7 @@ public struct DisassociateWorkspaceApplicationOutput: Swift.Sendable { public init( association: WorkSpacesClientTypes.WorkspaceResourceAssociation? = nil - ) - { + ) { self.association = association } } @@ -6641,8 +6467,7 @@ extension WorkSpacesClientTypes { errorCode: Swift.String? = nil, errorMessage: Swift.String? = nil, workspaceId: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.errorMessage = errorMessage self.workspaceId = workspaceId @@ -6659,8 +6484,7 @@ public struct GetAccountLinkInput: Swift.Sendable { public init( linkId: Swift.String? = nil, linkedAccountId: Swift.String? = nil - ) - { + ) { self.linkId = linkId self.linkedAccountId = linkedAccountId } @@ -6672,8 +6496,7 @@ public struct GetAccountLinkOutput: Swift.Sendable { public init( accountLink: WorkSpacesClientTypes.AccountLink? = nil - ) - { + ) { self.accountLink = accountLink } } @@ -6713,8 +6536,7 @@ extension WorkSpacesClientTypes { logo3x: Foundation.Data? = nil, supportEmail: Swift.String? = nil, supportLink: Swift.String? = nil - ) - { + ) { self.forgotPasswordLink = forgotPasswordLink self.loginMessage = loginMessage self.logo = logo @@ -6751,8 +6573,7 @@ public struct ImportClientBrandingInput: Swift.Sendable { deviceTypeWeb: WorkSpacesClientTypes.DefaultImportClientBrandingAttributes? = nil, deviceTypeWindows: WorkSpacesClientTypes.DefaultImportClientBrandingAttributes? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.deviceTypeAndroid = deviceTypeAndroid self.deviceTypeIos = deviceTypeIos self.deviceTypeLinux = deviceTypeLinux @@ -6784,8 +6605,7 @@ public struct ImportClientBrandingOutput: Swift.Sendable { deviceTypeOsx: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil, deviceTypeWeb: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil, deviceTypeWindows: WorkSpacesClientTypes.DefaultClientBrandingAttributes? = nil - ) - { + ) { self.deviceTypeAndroid = deviceTypeAndroid self.deviceTypeIos = deviceTypeIos self.deviceTypeLinux = deviceTypeLinux @@ -6871,8 +6691,7 @@ public struct ImportWorkspaceImageInput: Swift.Sendable { imageName: Swift.String? = nil, ingestionProcess: WorkSpacesClientTypes.WorkspaceImageIngestionProcess? = nil, tags: [WorkSpacesClientTypes.Tag]? = nil - ) - { + ) { self.applications = applications self.ec2ImageId = ec2ImageId self.imageDescription = imageDescription @@ -6888,8 +6707,7 @@ public struct ImportWorkspaceImageOutput: Swift.Sendable { public init( imageId: Swift.String? = nil - ) - { + ) { self.imageId = imageId } } @@ -6906,8 +6724,7 @@ public struct ListAccountLinksInput: Swift.Sendable { linkStatusFilter: [WorkSpacesClientTypes.AccountLinkStatusEnum]? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.linkStatusFilter = linkStatusFilter self.maxResults = maxResults self.nextToken = nextToken @@ -6923,8 +6740,7 @@ public struct ListAccountLinksOutput: Swift.Sendable { public init( accountLinks: [WorkSpacesClientTypes.AccountLink]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.accountLinks = accountLinks self.nextToken = nextToken } @@ -6943,8 +6759,7 @@ public struct ListAvailableManagementCidrRangesInput: Swift.Sendable { managementCidrRangeConstraint: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managementCidrRangeConstraint = managementCidrRangeConstraint self.maxResults = maxResults self.nextToken = nextToken @@ -6960,8 +6775,7 @@ public struct ListAvailableManagementCidrRangesOutput: Swift.Sendable { public init( managementCidrRanges: [Swift.String]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.managementCidrRanges = managementCidrRanges self.nextToken = nextToken } @@ -6985,8 +6799,7 @@ public struct OperationInProgressException: ClientRuntime.ModeledError, AWSClien public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7002,8 +6815,7 @@ public struct MigrateWorkspaceInput: Swift.Sendable { public init( bundleId: Swift.String? = nil, sourceWorkspaceId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.sourceWorkspaceId = sourceWorkspaceId } @@ -7018,8 +6830,7 @@ public struct MigrateWorkspaceOutput: Swift.Sendable { public init( sourceWorkspaceId: Swift.String? = nil, targetWorkspaceId: Swift.String? = nil - ) - { + ) { self.sourceWorkspaceId = sourceWorkspaceId self.targetWorkspaceId = targetWorkspaceId } @@ -7034,8 +6845,7 @@ public struct ModifyAccountInput: Swift.Sendable { public init( dedicatedTenancyManagementCidrRange: Swift.String? = nil, dedicatedTenancySupport: WorkSpacesClientTypes.DedicatedTenancySupportEnum? = nil - ) - { + ) { self.dedicatedTenancyManagementCidrRange = dedicatedTenancyManagementCidrRange self.dedicatedTenancySupport = dedicatedTenancySupport } @@ -7059,8 +6869,7 @@ public struct ModifyCertificateBasedAuthPropertiesInput: Swift.Sendable { certificateBasedAuthProperties: WorkSpacesClientTypes.CertificateBasedAuthProperties? = nil, propertiesToDelete: [WorkSpacesClientTypes.DeletableCertificateBasedAuthProperty]? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.certificateBasedAuthProperties = certificateBasedAuthProperties self.propertiesToDelete = propertiesToDelete self.resourceId = resourceId @@ -7083,8 +6892,7 @@ public struct ModifyClientPropertiesInput: Swift.Sendable { public init( clientProperties: WorkSpacesClientTypes.ClientProperties? = nil, resourceId: Swift.String? = nil - ) - { + ) { self.clientProperties = clientProperties self.resourceId = resourceId } @@ -7112,8 +6920,7 @@ public struct ModifySamlPropertiesInput: Swift.Sendable { propertiesToDelete: [WorkSpacesClientTypes.DeletableSamlProperty]? = nil, resourceId: Swift.String? = nil, samlProperties: WorkSpacesClientTypes.SamlProperties? = nil - ) - { + ) { self.propertiesToDelete = propertiesToDelete self.resourceId = resourceId self.samlProperties = samlProperties @@ -7136,8 +6943,7 @@ public struct ModifySelfservicePermissionsInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, selfservicePermissions: WorkSpacesClientTypes.SelfservicePermissions? = nil - ) - { + ) { self.resourceId = resourceId self.selfservicePermissions = selfservicePermissions } @@ -7158,8 +6964,7 @@ public struct ModifyStreamingPropertiesInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, streamingProperties: WorkSpacesClientTypes.StreamingProperties? = nil - ) - { + ) { self.resourceId = resourceId self.streamingProperties = streamingProperties } @@ -7181,8 +6986,7 @@ public struct ModifyWorkspaceAccessPropertiesInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, workspaceAccessProperties: WorkSpacesClientTypes.WorkspaceAccessProperties? = nil - ) - { + ) { self.resourceId = resourceId self.workspaceAccessProperties = workspaceAccessProperties } @@ -7224,8 +7028,7 @@ extension WorkSpacesClientTypes { enableWorkDocs: Swift.Bool? = nil, instanceIamRoleArn: Swift.String? = nil, userEnabledAsLocalAdministrator: Swift.Bool? = nil - ) - { + ) { self.customSecurityGroupId = customSecurityGroupId self.defaultOu = defaultOu self.enableInternetAccess = enableInternetAccess @@ -7248,8 +7051,7 @@ public struct ModifyWorkspaceCreationPropertiesInput: Swift.Sendable { public init( resourceId: Swift.String? = nil, workspaceCreationProperties: WorkSpacesClientTypes.WorkspaceCreationProperties? = nil - ) - { + ) { self.resourceId = resourceId self.workspaceCreationProperties = workspaceCreationProperties } @@ -7278,8 +7080,7 @@ public struct UnsupportedWorkspaceConfigurationException: ClientRuntime.ModeledE public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7297,8 +7098,7 @@ public struct ModifyWorkspacePropertiesInput: Swift.Sendable { dataReplication: WorkSpacesClientTypes.DataReplication? = nil, workspaceId: Swift.String? = nil, workspaceProperties: WorkSpacesClientTypes.WorkspaceProperties? = nil - ) - { + ) { self.dataReplication = dataReplication self.workspaceId = workspaceId self.workspaceProperties = workspaceProperties @@ -7350,8 +7150,7 @@ public struct ModifyWorkspaceStateInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil, workspaceState: WorkSpacesClientTypes.TargetWorkspaceState? = nil - ) - { + ) { self.workspaceId = workspaceId self.workspaceState = workspaceState } @@ -7372,8 +7171,7 @@ extension WorkSpacesClientTypes { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7386,8 +7184,7 @@ public struct RebootWorkspacesInput: Swift.Sendable { public init( rebootWorkspaceRequests: [WorkSpacesClientTypes.RebootRequest]? = nil - ) - { + ) { self.rebootWorkspaceRequests = rebootWorkspaceRequests } } @@ -7398,8 +7195,7 @@ public struct RebootWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedWorkspaceChangeRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests } } @@ -7414,8 +7210,7 @@ extension WorkSpacesClientTypes { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7428,8 +7223,7 @@ public struct RebuildWorkspacesInput: Swift.Sendable { public init( rebuildWorkspaceRequests: [WorkSpacesClientTypes.RebuildRequest]? = nil - ) - { + ) { self.rebuildWorkspaceRequests = rebuildWorkspaceRequests } } @@ -7440,8 +7234,7 @@ public struct RebuildWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedWorkspaceChangeRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests } } @@ -7464,8 +7257,7 @@ public struct UnsupportedNetworkConfigurationException: ClientRuntime.ModeledErr public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7488,8 +7280,7 @@ public struct WorkspacesDefaultRoleNotFoundException: ClientRuntime.ModeledError public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -7536,8 +7327,7 @@ public struct RegisterWorkspaceDirectoryInput: Swift.Sendable { workspaceDirectoryDescription: Swift.String? = nil, workspaceDirectoryName: Swift.String? = nil, workspaceType: WorkSpacesClientTypes.WorkspaceType? = nil - ) - { + ) { self.activeDirectoryConfig = activeDirectoryConfig self.directoryId = directoryId self.enableSelfService = enableSelfService @@ -7563,8 +7353,7 @@ public struct RegisterWorkspaceDirectoryOutput: Swift.Sendable { public init( directoryId: Swift.String? = nil, state: WorkSpacesClientTypes.WorkspaceDirectoryState? = nil - ) - { + ) { self.directoryId = directoryId self.state = state } @@ -7580,8 +7369,7 @@ public struct RejectAccountLinkInvitationInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, linkId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.linkId = linkId } @@ -7593,8 +7381,7 @@ public struct RejectAccountLinkInvitationOutput: Swift.Sendable { public init( accountLink: WorkSpacesClientTypes.AccountLink? = nil - ) - { + ) { self.accountLink = accountLink } } @@ -7606,8 +7393,7 @@ public struct RestoreWorkspaceInput: Swift.Sendable { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7628,8 +7414,7 @@ public struct RevokeIpRulesInput: Swift.Sendable { public init( groupId: Swift.String? = nil, userRules: [Swift.String]? = nil - ) - { + ) { self.groupId = groupId self.userRules = userRules } @@ -7649,8 +7434,7 @@ extension WorkSpacesClientTypes { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7663,8 +7447,7 @@ public struct StartWorkspacesInput: Swift.Sendable { public init( startWorkspaceRequests: [WorkSpacesClientTypes.StartRequest]? = nil - ) - { + ) { self.startWorkspaceRequests = startWorkspaceRequests } } @@ -7675,8 +7458,7 @@ public struct StartWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedWorkspaceChangeRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests } } @@ -7688,8 +7470,7 @@ public struct StartWorkspacesPoolInput: Swift.Sendable { public init( poolId: Swift.String? = nil - ) - { + ) { self.poolId = poolId } } @@ -7708,8 +7489,7 @@ extension WorkSpacesClientTypes { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7722,8 +7502,7 @@ public struct StopWorkspacesInput: Swift.Sendable { public init( stopWorkspaceRequests: [WorkSpacesClientTypes.StopRequest]? = nil - ) - { + ) { self.stopWorkspaceRequests = stopWorkspaceRequests } } @@ -7734,8 +7513,7 @@ public struct StopWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedWorkspaceChangeRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests } } @@ -7747,8 +7525,7 @@ public struct StopWorkspacesPoolInput: Swift.Sendable { public init( poolId: Swift.String? = nil - ) - { + ) { self.poolId = poolId } } @@ -7768,8 +7545,7 @@ extension WorkSpacesClientTypes { public init( workspaceId: Swift.String? = nil - ) - { + ) { self.workspaceId = workspaceId } } @@ -7782,8 +7558,7 @@ public struct TerminateWorkspacesInput: Swift.Sendable { public init( terminateWorkspaceRequests: [WorkSpacesClientTypes.TerminateRequest]? = nil - ) - { + ) { self.terminateWorkspaceRequests = terminateWorkspaceRequests } } @@ -7794,8 +7569,7 @@ public struct TerminateWorkspacesOutput: Swift.Sendable { public init( failedRequests: [WorkSpacesClientTypes.FailedWorkspaceChangeRequest]? = nil - ) - { + ) { self.failedRequests = failedRequests } } @@ -7807,8 +7581,7 @@ public struct TerminateWorkspacesPoolInput: Swift.Sendable { public init( poolId: Swift.String? = nil - ) - { + ) { self.poolId = poolId } } @@ -7825,8 +7598,7 @@ public struct TerminateWorkspacesPoolSessionInput: Swift.Sendable { public init( sessionId: Swift.String? = nil - ) - { + ) { self.sessionId = sessionId } } @@ -7853,8 +7625,7 @@ public struct UpdateConnectClientAddInInput: Swift.Sendable { name: Swift.String? = nil, resourceId: Swift.String? = nil, url: Swift.String? = nil - ) - { + ) { self.addInId = addInId self.name = name self.resourceId = resourceId @@ -7878,8 +7649,7 @@ public struct UpdateConnectionAliasPermissionInput: Swift.Sendable { public init( aliasId: Swift.String? = nil, connectionAliasPermission: WorkSpacesClientTypes.ConnectionAliasPermission? = nil - ) - { + ) { self.aliasId = aliasId self.connectionAliasPermission = connectionAliasPermission } @@ -7901,8 +7671,7 @@ public struct UpdateRulesOfIpGroupInput: Swift.Sendable { public init( groupId: Swift.String? = nil, userRules: [WorkSpacesClientTypes.IpRuleItem]? = nil - ) - { + ) { self.groupId = groupId self.userRules = userRules } @@ -7922,8 +7691,7 @@ public struct UpdateWorkspaceBundleInput: Swift.Sendable { public init( bundleId: Swift.String? = nil, imageId: Swift.String? = nil - ) - { + ) { self.bundleId = bundleId self.imageId = imageId } @@ -7949,8 +7717,7 @@ public struct UpdateWorkspaceImagePermissionInput: Swift.Sendable { allowCopyImage: Swift.Bool? = nil, imageId: Swift.String? = nil, sharedAccountId: Swift.String? = nil - ) - { + ) { self.allowCopyImage = allowCopyImage self.imageId = imageId self.sharedAccountId = sharedAccountId @@ -7987,8 +7754,7 @@ public struct UpdateWorkspacesPoolInput: Swift.Sendable { directoryId: Swift.String? = nil, poolId: Swift.String? = nil, timeoutSettings: WorkSpacesClientTypes.TimeoutSettings? = nil - ) - { + ) { self.applicationSettings = applicationSettings self.bundleId = bundleId self.capacity = capacity @@ -8005,8 +7771,7 @@ public struct UpdateWorkspacesPoolOutput: Swift.Sendable { public init( workspacesPool: WorkSpacesClientTypes.WorkspacesPool? = nil - ) - { + ) { self.workspacesPool = workspacesPool } } diff --git a/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/WorkSpacesClient.swift b/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/WorkSpacesClient.swift index 4a4f8cde37e..a296312270c 100644 --- a/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/WorkSpacesClient.swift +++ b/Sources/Services/AWSWorkSpaces/Sources/AWSWorkSpaces/WorkSpacesClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkSpacesClient: ClientRuntime.Client { public static let clientName = "WorkSpacesClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkSpacesClient.WorkSpacesClientConfiguration let serviceName = "WorkSpaces" diff --git a/Sources/Services/AWSWorkSpacesThinClient/Package.swift.txt b/Sources/Services/AWSWorkSpacesThinClient/Package.swift.txt index ca352a15eeb..0cc8b13ec30 100644 --- a/Sources/Services/AWSWorkSpacesThinClient/Package.swift.txt +++ b/Sources/Services/AWSWorkSpacesThinClient/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/Models.swift b/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/Models.swift index 236d567f4f3..79a13aa710f 100644 --- a/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/Models.swift +++ b/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/Models.swift @@ -47,8 +47,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -106,8 +105,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -135,8 +133,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -166,8 +163,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -204,8 +200,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -241,8 +236,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -264,8 +258,7 @@ extension WorkSpacesThinClientClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -331,8 +324,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [WorkSpacesThinClientClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: WorkSpacesThinClientClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -439,8 +431,7 @@ extension WorkSpacesThinClientClientTypes { startTimeHour: Swift.Int? = nil, startTimeMinute: Swift.Int? = nil, type: WorkSpacesThinClientClientTypes.MaintenanceWindowType? = nil - ) - { + ) { self.applyTimeOf = applyTimeOf self.daysOfTheWeek = daysOfTheWeek self.endTimeHour = endTimeHour @@ -547,8 +538,7 @@ public struct CreateEnvironmentInput: Swift.Sendable { softwareSetUpdateMode: WorkSpacesThinClientClientTypes.SoftwareSetUpdateMode? = nil, softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.clientToken = clientToken self.desiredSoftwareSetId = desiredSoftwareSetId self.desktopArn = desktopArn @@ -648,8 +638,7 @@ extension WorkSpacesThinClientClientTypes { softwareSetUpdateMode: WorkSpacesThinClientClientTypes.SoftwareSetUpdateMode? = nil, softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.activationCode = activationCode self.arn = arn self.createdAt = createdAt @@ -679,8 +668,7 @@ public struct CreateEnvironmentOutput: Swift.Sendable { public init( environment: WorkSpacesThinClientClientTypes.EnvironmentSummary? = nil - ) - { + ) { self.environment = environment } } @@ -695,8 +683,7 @@ public struct DeleteDeviceInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -717,8 +704,7 @@ public struct DeleteEnvironmentInput: Swift.Sendable { public init( clientToken: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.id = id } @@ -771,8 +757,7 @@ public struct DeregisterDeviceInput: Swift.Sendable { clientToken: Swift.String? = nil, id: Swift.String? = nil, targetDeviceStatus: WorkSpacesThinClientClientTypes.TargetDeviceStatus? = nil - ) - { + ) { self.clientToken = clientToken self.id = id self.targetDeviceStatus = targetDeviceStatus @@ -952,8 +937,7 @@ extension WorkSpacesThinClientClientTypes { status: WorkSpacesThinClientClientTypes.DeviceStatus? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.currentSoftwareSetId = currentSoftwareSetId @@ -1035,8 +1019,7 @@ extension WorkSpacesThinClientClientTypes { softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil, status: WorkSpacesThinClientClientTypes.DeviceStatus? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.arn = arn self.createdAt = createdAt self.currentSoftwareSetId = currentSoftwareSetId @@ -1159,8 +1142,7 @@ extension WorkSpacesThinClientClientTypes { softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil, tags: [Swift.String: Swift.String]? = nil, updatedAt: Foundation.Date? = nil - ) - { + ) { self.activationCode = activationCode self.arn = arn self.createdAt = createdAt @@ -1197,8 +1179,7 @@ public struct GetDeviceInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1209,8 +1190,7 @@ public struct GetDeviceOutput: Swift.Sendable { public init( device: WorkSpacesThinClientClientTypes.Device? = nil - ) - { + ) { self.device = device } } @@ -1222,8 +1202,7 @@ public struct GetEnvironmentInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1234,8 +1213,7 @@ public struct GetEnvironmentOutput: Swift.Sendable { public init( environment: WorkSpacesThinClientClientTypes.Environment? = nil - ) - { + ) { self.environment = environment } } @@ -1247,8 +1225,7 @@ public struct GetSoftwareSetInput: Swift.Sendable { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -1265,8 +1242,7 @@ extension WorkSpacesThinClientClientTypes { public init( name: Swift.String? = nil, version: Swift.String? = nil - ) - { + ) { self.name = name self.version = version } @@ -1332,8 +1308,7 @@ extension WorkSpacesThinClientClientTypes { tags: [Swift.String: Swift.String]? = nil, validationStatus: WorkSpacesThinClientClientTypes.SoftwareSetValidationStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.releasedAt = releasedAt @@ -1357,8 +1332,7 @@ public struct GetSoftwareSetOutput: Swift.Sendable { public init( softwareSet: WorkSpacesThinClientClientTypes.SoftwareSet? = nil - ) - { + ) { self.softwareSet = softwareSet } } @@ -1372,8 +1346,7 @@ public struct ListDevicesInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1388,8 +1361,7 @@ public struct ListDevicesOutput: Swift.Sendable { public init( devices: [WorkSpacesThinClientClientTypes.DeviceSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.devices = devices self.nextToken = nextToken } @@ -1404,8 +1376,7 @@ public struct ListEnvironmentsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1420,8 +1391,7 @@ public struct ListEnvironmentsOutput: Swift.Sendable { public init( environments: [WorkSpacesThinClientClientTypes.EnvironmentSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.environments = environments self.nextToken = nextToken } @@ -1436,8 +1406,7 @@ public struct ListSoftwareSetsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1467,8 +1436,7 @@ extension WorkSpacesThinClientClientTypes { supportedUntil: Foundation.Date? = nil, validationStatus: WorkSpacesThinClientClientTypes.SoftwareSetValidationStatus? = nil, version: Swift.String? = nil - ) - { + ) { self.arn = arn self.id = id self.releasedAt = releasedAt @@ -1488,8 +1456,7 @@ public struct ListSoftwareSetsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, softwareSets: [WorkSpacesThinClientClientTypes.SoftwareSetSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.softwareSets = softwareSets } @@ -1502,8 +1469,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -1514,8 +1480,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.tags = tags } } @@ -1536,8 +1501,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tags: [Swift.String: Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tags = tags } @@ -1564,8 +1528,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -1597,8 +1560,7 @@ public struct UpdateDeviceInput: Swift.Sendable { id: Swift.String? = nil, name: Swift.String? = nil, softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil - ) - { + ) { self.desiredSoftwareSetId = desiredSoftwareSetId self.id = id self.name = name @@ -1617,8 +1579,7 @@ public struct UpdateDeviceOutput: Swift.Sendable { public init( device: WorkSpacesThinClientClientTypes.DeviceSummary? = nil - ) - { + ) { self.device = device } } @@ -1654,8 +1615,7 @@ public struct UpdateEnvironmentInput: Swift.Sendable { name: Swift.String? = nil, softwareSetUpdateMode: WorkSpacesThinClientClientTypes.SoftwareSetUpdateMode? = nil, softwareSetUpdateSchedule: WorkSpacesThinClientClientTypes.SoftwareSetUpdateSchedule? = nil - ) - { + ) { self.desiredSoftwareSetId = desiredSoftwareSetId self.desktopArn = desktopArn self.desktopEndpoint = desktopEndpoint @@ -1679,8 +1639,7 @@ public struct UpdateEnvironmentOutput: Swift.Sendable { public init( environment: WorkSpacesThinClientClientTypes.EnvironmentSummary? = nil - ) - { + ) { self.environment = environment } } @@ -1696,8 +1655,7 @@ public struct UpdateSoftwareSetInput: Swift.Sendable { public init( id: Swift.String? = nil, validationStatus: WorkSpacesThinClientClientTypes.SoftwareSetValidationStatus? = nil - ) - { + ) { self.id = id self.validationStatus = validationStatus } diff --git a/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/WorkSpacesThinClientClient.swift b/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/WorkSpacesThinClientClient.swift index 2b225b27054..1e4695393ef 100644 --- a/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/WorkSpacesThinClientClient.swift +++ b/Sources/Services/AWSWorkSpacesThinClient/Sources/AWSWorkSpacesThinClient/WorkSpacesThinClientClient.swift @@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkSpacesThinClientClient: ClientRuntime.Client { public static let clientName = "WorkSpacesThinClientClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkSpacesThinClientClient.WorkSpacesThinClientClientConfiguration let serviceName = "WorkSpaces Thin Client" diff --git a/Sources/Services/AWSWorkSpacesWeb/Package.swift.txt b/Sources/Services/AWSWorkSpacesWeb/Package.swift.txt index 185a4082cff..9d750b01175 100644 --- a/Sources/Services/AWSWorkSpacesWeb/Package.swift.txt +++ b/Sources/Services/AWSWorkSpacesWeb/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/Models.swift b/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/Models.swift index 331079cac57..223833a8699 100644 --- a/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/Models.swift +++ b/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/Models.swift @@ -45,8 +45,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -75,8 +74,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -104,8 +102,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0 - ) - { + ) { self.properties.message = message self.properties.retryAfterSeconds = retryAfterSeconds } @@ -135,8 +132,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu message: Swift.String? = nil, resourceId: Swift.String? = nil, resourceType: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceId = resourceId self.properties.resourceType = resourceType @@ -170,8 +166,7 @@ public struct ThrottlingException: ClientRuntime.ModeledError, AWSClientRuntime. quotaCode: Swift.String? = nil, retryAfterSeconds: Swift.Int = 0, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.retryAfterSeconds = retryAfterSeconds @@ -193,8 +188,7 @@ extension WorkSpacesWebClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -260,8 +254,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime. fieldList: [WorkSpacesWebClientTypes.ValidationExceptionField]? = nil, message: Swift.String? = nil, reason: WorkSpacesWebClientTypes.ValidationExceptionReason? = nil - ) - { + ) { self.properties.fieldList = fieldList self.properties.message = message self.properties.reason = reason @@ -279,8 +272,7 @@ public struct AssociateBrowserSettingsInput: Swift.Sendable { public init( browserSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn self.portalArn = portalArn } @@ -297,8 +289,7 @@ public struct AssociateBrowserSettingsOutput: Swift.Sendable { public init( browserSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn self.portalArn = portalArn } @@ -315,8 +306,7 @@ public struct AssociateDataProtectionSettingsInput: Swift.Sendable { public init( dataProtectionSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.dataProtectionSettingsArn = dataProtectionSettingsArn self.portalArn = portalArn } @@ -333,8 +323,7 @@ public struct AssociateDataProtectionSettingsOutput: Swift.Sendable { public init( dataProtectionSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.dataProtectionSettingsArn = dataProtectionSettingsArn self.portalArn = portalArn } @@ -351,8 +340,7 @@ public struct AssociateIpAccessSettingsInput: Swift.Sendable { public init( ipAccessSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.ipAccessSettingsArn = ipAccessSettingsArn self.portalArn = portalArn } @@ -369,8 +357,7 @@ public struct AssociateIpAccessSettingsOutput: Swift.Sendable { public init( ipAccessSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.ipAccessSettingsArn = ipAccessSettingsArn self.portalArn = portalArn } @@ -387,8 +374,7 @@ public struct AssociateNetworkSettingsInput: Swift.Sendable { public init( networkSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn self.portalArn = portalArn } @@ -405,8 +391,7 @@ public struct AssociateNetworkSettingsOutput: Swift.Sendable { public init( networkSettingsArn: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn self.portalArn = portalArn } @@ -423,8 +408,7 @@ public struct AssociateTrustStoreInput: Swift.Sendable { public init( portalArn: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.trustStoreArn = trustStoreArn } @@ -441,8 +425,7 @@ public struct AssociateTrustStoreOutput: Swift.Sendable { public init( portalArn: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.trustStoreArn = trustStoreArn } @@ -459,8 +442,7 @@ public struct AssociateUserAccessLoggingSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } @@ -477,8 +459,7 @@ public struct AssociateUserAccessLoggingSettingsOutput: Swift.Sendable { public init( portalArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } @@ -495,8 +476,7 @@ public struct AssociateUserSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.userSettingsArn = userSettingsArn } @@ -513,8 +493,7 @@ public struct AssociateUserSettingsOutput: Swift.Sendable { public init( portalArn: Swift.String? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.userSettingsArn = userSettingsArn } @@ -579,8 +558,7 @@ public struct ServiceQuotaExceededException: ClientRuntime.ModeledError, AWSClie resourceId: Swift.String? = nil, resourceType: Swift.String? = nil, serviceCode: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.quotaCode = quotaCode self.properties.resourceId = resourceId @@ -603,8 +581,7 @@ extension WorkSpacesWebClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -636,8 +613,7 @@ public struct CreateBrowserSettingsInput: Swift.Sendable { clientToken: Swift.String? = nil, customerManagedKey: Swift.String? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.browserPolicy = browserPolicy self.clientToken = clientToken @@ -658,8 +634,7 @@ public struct CreateBrowserSettingsOutput: Swift.Sendable { public init( browserSettingsArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn } } @@ -671,8 +646,7 @@ public struct DeleteBrowserSettingsInput: Swift.Sendable { public init( browserSettingsArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn } } @@ -689,8 +663,7 @@ public struct GetBrowserSettingsInput: Swift.Sendable { public init( browserSettingsArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn } } @@ -717,8 +690,7 @@ extension WorkSpacesWebClientTypes { browserPolicy: Swift.String? = nil, browserSettingsArn: Swift.String? = nil, customerManagedKey: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.associatedPortalArns = associatedPortalArns self.browserPolicy = browserPolicy @@ -739,8 +711,7 @@ public struct GetBrowserSettingsOutput: Swift.Sendable { public init( browserSettings: WorkSpacesWebClientTypes.BrowserSettings? = nil - ) - { + ) { self.browserSettings = browserSettings } } @@ -754,8 +725,7 @@ public struct ListBrowserSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -771,8 +741,7 @@ extension WorkSpacesWebClientTypes { public init( browserSettingsArn: Swift.String? = nil - ) - { + ) { self.browserSettingsArn = browserSettingsArn } } @@ -787,8 +756,7 @@ public struct ListBrowserSettingsOutput: Swift.Sendable { public init( browserSettings: [WorkSpacesWebClientTypes.BrowserSettingsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.browserSettings = browserSettings self.nextToken = nextToken } @@ -807,8 +775,7 @@ public struct UpdateBrowserSettingsInput: Swift.Sendable { browserPolicy: Swift.String? = nil, browserSettingsArn: Swift.String? = nil, clientToken: Swift.String? = nil - ) - { + ) { self.browserPolicy = browserPolicy self.browserSettingsArn = browserSettingsArn self.clientToken = clientToken @@ -827,8 +794,7 @@ public struct UpdateBrowserSettingsOutput: Swift.Sendable { public init( browserSettings: WorkSpacesWebClientTypes.BrowserSettings? = nil - ) - { + ) { self.browserSettings = browserSettings } } @@ -853,8 +819,7 @@ extension WorkSpacesWebClientTypes { patternDescription: Swift.String? = nil, patternName: Swift.String? = nil, patternRegex: Swift.String? = nil - ) - { + ) { self.keywordRegex = keywordRegex self.patternDescription = patternDescription self.patternName = patternName @@ -907,8 +872,7 @@ extension WorkSpacesWebClientTypes { public init( redactionPlaceHolderText: Swift.String? = nil, redactionPlaceHolderType: WorkSpacesWebClientTypes.RedactionPlaceHolderType? = nil - ) - { + ) { self.redactionPlaceHolderText = redactionPlaceHolderText self.redactionPlaceHolderType = redactionPlaceHolderType } @@ -945,8 +909,7 @@ extension WorkSpacesWebClientTypes { enforcedUrls: [Swift.String]? = nil, exemptUrls: [Swift.String]? = nil, redactionPlaceHolder: WorkSpacesWebClientTypes.RedactionPlaceHolder? = nil - ) - { + ) { self.builtInPatternId = builtInPatternId self.confidenceLevel = confidenceLevel self.customPattern = customPattern @@ -981,8 +944,7 @@ extension WorkSpacesWebClientTypes { globalEnforcedUrls: [Swift.String]? = nil, globalExemptUrls: [Swift.String]? = nil, inlineRedactionPatterns: [WorkSpacesWebClientTypes.InlineRedactionPattern]? = nil - ) - { + ) { self.globalConfidenceLevel = globalConfidenceLevel self.globalEnforcedUrls = globalEnforcedUrls self.globalExemptUrls = globalExemptUrls @@ -1020,8 +982,7 @@ public struct CreateDataProtectionSettingsInput: Swift.Sendable { displayName: Swift.String? = nil, inlineRedactionConfiguration: WorkSpacesWebClientTypes.InlineRedactionConfiguration? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.clientToken = clientToken self.customerManagedKey = customerManagedKey @@ -1044,8 +1005,7 @@ public struct CreateDataProtectionSettingsOutput: Swift.Sendable { public init( dataProtectionSettingsArn: Swift.String? = nil - ) - { + ) { self.dataProtectionSettingsArn = dataProtectionSettingsArn } } @@ -1057,8 +1017,7 @@ public struct DeleteDataProtectionSettingsInput: Swift.Sendable { public init( dataProtectionSettingsArn: Swift.String? = nil - ) - { + ) { self.dataProtectionSettingsArn = dataProtectionSettingsArn } } @@ -1075,8 +1034,7 @@ public struct GetDataProtectionSettingsInput: Swift.Sendable { public init( dataProtectionSettingsArn: Swift.String? = nil - ) - { + ) { self.dataProtectionSettingsArn = dataProtectionSettingsArn } } @@ -1112,8 +1070,7 @@ extension WorkSpacesWebClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, inlineRedactionConfiguration: WorkSpacesWebClientTypes.InlineRedactionConfiguration? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.associatedPortalArns = associatedPortalArns self.creationDate = creationDate @@ -1137,8 +1094,7 @@ public struct GetDataProtectionSettingsOutput: Swift.Sendable { public init( dataProtectionSettings: WorkSpacesWebClientTypes.DataProtectionSettings? = nil - ) - { + ) { self.dataProtectionSettings = dataProtectionSettings } } @@ -1152,8 +1108,7 @@ public struct ListDataProtectionSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -1178,8 +1133,7 @@ extension WorkSpacesWebClientTypes { dataProtectionSettingsArn: Swift.String? = nil, description: Swift.String? = nil, displayName: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.dataProtectionSettingsArn = dataProtectionSettingsArn self.description = description @@ -1202,8 +1156,7 @@ public struct ListDataProtectionSettingsOutput: Swift.Sendable { public init( dataProtectionSettings: [WorkSpacesWebClientTypes.DataProtectionSettingsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.dataProtectionSettings = dataProtectionSettings self.nextToken = nextToken } @@ -1228,8 +1181,7 @@ public struct UpdateDataProtectionSettingsInput: Swift.Sendable { description: Swift.String? = nil, displayName: Swift.String? = nil, inlineRedactionConfiguration: WorkSpacesWebClientTypes.InlineRedactionConfiguration? = nil - ) - { + ) { self.clientToken = clientToken self.dataProtectionSettingsArn = dataProtectionSettingsArn self.description = description @@ -1250,8 +1202,7 @@ public struct UpdateDataProtectionSettingsOutput: Swift.Sendable { public init( dataProtectionSettings: WorkSpacesWebClientTypes.DataProtectionSettings? = nil - ) - { + ) { self.dataProtectionSettings = dataProtectionSettings } } @@ -1267,8 +1218,7 @@ public struct ExpireSessionInput: Swift.Sendable { public init( portalId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.portalId = portalId self.sessionId = sessionId } @@ -1290,8 +1240,7 @@ public struct GetSessionInput: Swift.Sendable { public init( portalId: Swift.String? = nil, sessionId: Swift.String? = nil - ) - { + ) { self.portalId = portalId self.sessionId = sessionId } @@ -1353,8 +1302,7 @@ extension WorkSpacesWebClientTypes { startTime: Foundation.Date? = nil, status: WorkSpacesWebClientTypes.SessionStatus? = nil, username: Swift.String? = nil - ) - { + ) { self.clientIpAddresses = clientIpAddresses self.endTime = endTime self.portalArn = portalArn @@ -1377,8 +1325,7 @@ public struct GetSessionOutput: Swift.Sendable { public init( session: WorkSpacesWebClientTypes.Session? = nil - ) - { + ) { self.session = session } } @@ -1523,8 +1470,7 @@ public struct CreateIdentityProviderInput: Swift.Sendable { identityProviderType: WorkSpacesWebClientTypes.IdentityProviderType? = nil, portalArn: Swift.String? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.identityProviderDetails = identityProviderDetails self.identityProviderName = identityProviderName @@ -1546,8 +1492,7 @@ public struct CreateIdentityProviderOutput: Swift.Sendable { public init( identityProviderArn: Swift.String? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn } } @@ -1559,8 +1504,7 @@ public struct DeleteIdentityProviderInput: Swift.Sendable { public init( identityProviderArn: Swift.String? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn } } @@ -1577,8 +1521,7 @@ public struct GetIdentityProviderInput: Swift.Sendable { public init( identityProviderArn: Swift.String? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn } } @@ -1676,8 +1619,7 @@ extension WorkSpacesWebClientTypes { identityProviderDetails: [Swift.String: Swift.String]? = nil, identityProviderName: Swift.String? = nil, identityProviderType: WorkSpacesWebClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn self.identityProviderDetails = identityProviderDetails self.identityProviderName = identityProviderName @@ -1697,8 +1639,7 @@ public struct GetIdentityProviderOutput: Swift.Sendable { public init( identityProvider: WorkSpacesWebClientTypes.IdentityProvider? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -1716,8 +1657,7 @@ public struct ListIdentityProvidersInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.portalArn = portalArn @@ -1740,8 +1680,7 @@ extension WorkSpacesWebClientTypes { identityProviderArn: Swift.String? = nil, identityProviderName: Swift.String? = nil, identityProviderType: WorkSpacesWebClientTypes.IdentityProviderType? = nil - ) - { + ) { self.identityProviderArn = identityProviderArn self.identityProviderName = identityProviderName self.identityProviderType = identityProviderType @@ -1763,8 +1702,7 @@ public struct ListIdentityProvidersOutput: Swift.Sendable { public init( identityProviders: [WorkSpacesWebClientTypes.IdentityProviderSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.identityProviders = identityProviders self.nextToken = nextToken } @@ -1863,8 +1801,7 @@ public struct UpdateIdentityProviderInput: Swift.Sendable { identityProviderDetails: [Swift.String: Swift.String]? = nil, identityProviderName: Swift.String? = nil, identityProviderType: WorkSpacesWebClientTypes.IdentityProviderType? = nil - ) - { + ) { self.clientToken = clientToken self.identityProviderArn = identityProviderArn self.identityProviderDetails = identityProviderDetails @@ -1885,8 +1822,7 @@ public struct UpdateIdentityProviderOutput: Swift.Sendable { public init( identityProvider: WorkSpacesWebClientTypes.IdentityProvider? = nil - ) - { + ) { self.identityProvider = identityProvider } } @@ -1904,8 +1840,7 @@ extension WorkSpacesWebClientTypes { public init( description: Swift.String? = nil, ipRange: Swift.String? = nil - ) - { + ) { self.description = description self.ipRange = ipRange } @@ -1942,8 +1877,7 @@ public struct CreateIpAccessSettingsInput: Swift.Sendable { displayName: Swift.String? = nil, ipRules: [WorkSpacesWebClientTypes.IpRule]? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.clientToken = clientToken self.customerManagedKey = customerManagedKey @@ -1966,8 +1900,7 @@ public struct CreateIpAccessSettingsOutput: Swift.Sendable { public init( ipAccessSettingsArn: Swift.String? = nil - ) - { + ) { self.ipAccessSettingsArn = ipAccessSettingsArn } } @@ -1979,8 +1912,7 @@ public struct DeleteIpAccessSettingsInput: Swift.Sendable { public init( ipAccessSettingsArn: Swift.String? = nil - ) - { + ) { self.ipAccessSettingsArn = ipAccessSettingsArn } } @@ -1997,8 +1929,7 @@ public struct GetIpAccessSettingsInput: Swift.Sendable { public init( ipAccessSettingsArn: Swift.String? = nil - ) - { + ) { self.ipAccessSettingsArn = ipAccessSettingsArn } } @@ -2034,8 +1965,7 @@ extension WorkSpacesWebClientTypes { displayName: Swift.String? = nil, ipAccessSettingsArn: Swift.String? = nil, ipRules: [WorkSpacesWebClientTypes.IpRule]? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.associatedPortalArns = associatedPortalArns self.creationDate = creationDate @@ -2059,8 +1989,7 @@ public struct GetIpAccessSettingsOutput: Swift.Sendable { public init( ipAccessSettings: WorkSpacesWebClientTypes.IpAccessSettings? = nil - ) - { + ) { self.ipAccessSettings = ipAccessSettings } } @@ -2074,8 +2003,7 @@ public struct ListIpAccessSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2100,8 +2028,7 @@ extension WorkSpacesWebClientTypes { description: Swift.String? = nil, displayName: Swift.String? = nil, ipAccessSettingsArn: Swift.String? = nil - ) - { + ) { self.creationDate = creationDate self.description = description self.displayName = displayName @@ -2124,8 +2051,7 @@ public struct ListIpAccessSettingsOutput: Swift.Sendable { public init( ipAccessSettings: [WorkSpacesWebClientTypes.IpAccessSettingsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.ipAccessSettings = ipAccessSettings self.nextToken = nextToken } @@ -2150,8 +2076,7 @@ public struct UpdateIpAccessSettingsInput: Swift.Sendable { displayName: Swift.String? = nil, ipAccessSettingsArn: Swift.String? = nil, ipRules: [WorkSpacesWebClientTypes.IpRule]? = nil - ) - { + ) { self.clientToken = clientToken self.description = description self.displayName = displayName @@ -2172,8 +2097,7 @@ public struct UpdateIpAccessSettingsOutput: Swift.Sendable { public init( ipAccessSettings: WorkSpacesWebClientTypes.IpAccessSettings? = nil - ) - { + ) { self.ipAccessSettings = ipAccessSettings } } @@ -2232,8 +2156,7 @@ public struct ListSessionsInput: Swift.Sendable { sortBy: WorkSpacesWebClientTypes.SessionSortBy? = nil, status: WorkSpacesWebClientTypes.SessionStatus? = nil, username: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.portalId = portalId @@ -2273,8 +2196,7 @@ extension WorkSpacesWebClientTypes { startTime: Foundation.Date? = nil, status: WorkSpacesWebClientTypes.SessionStatus? = nil, username: Swift.String? = nil - ) - { + ) { self.endTime = endTime self.portalArn = portalArn self.sessionId = sessionId @@ -2300,8 +2222,7 @@ public struct ListSessionsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, sessions: [WorkSpacesWebClientTypes.SessionSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.sessions = sessions } @@ -2314,8 +2235,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil - ) - { + ) { self.resourceArn = resourceArn } } @@ -2326,8 +2246,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.tags = tags } } @@ -2358,8 +2277,7 @@ public struct CreateNetworkSettingsInput: Swift.Sendable { subnetIds: [Swift.String]? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.securityGroupIds = securityGroupIds self.subnetIds = subnetIds @@ -2380,8 +2298,7 @@ public struct CreateNetworkSettingsOutput: Swift.Sendable { public init( networkSettingsArn: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn } } @@ -2393,8 +2310,7 @@ public struct DeleteNetworkSettingsInput: Swift.Sendable { public init( networkSettingsArn: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn } } @@ -2411,8 +2327,7 @@ public struct GetNetworkSettingsInput: Swift.Sendable { public init( networkSettingsArn: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn } } @@ -2439,8 +2354,7 @@ extension WorkSpacesWebClientTypes { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.associatedPortalArns = associatedPortalArns self.networkSettingsArn = networkSettingsArn self.securityGroupIds = securityGroupIds @@ -2456,8 +2370,7 @@ public struct GetNetworkSettingsOutput: Swift.Sendable { public init( networkSettings: WorkSpacesWebClientTypes.NetworkSettings? = nil - ) - { + ) { self.networkSettings = networkSettings } } @@ -2471,8 +2384,7 @@ public struct ListNetworkSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -2491,8 +2403,7 @@ extension WorkSpacesWebClientTypes { public init( networkSettingsArn: Swift.String? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.networkSettingsArn = networkSettingsArn self.vpcId = vpcId } @@ -2508,8 +2419,7 @@ public struct ListNetworkSettingsOutput: Swift.Sendable { public init( networkSettings: [WorkSpacesWebClientTypes.NetworkSettingsSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.networkSettings = networkSettings self.nextToken = nextToken } @@ -2534,8 +2444,7 @@ public struct UpdateNetworkSettingsInput: Swift.Sendable { securityGroupIds: [Swift.String]? = nil, subnetIds: [Swift.String]? = nil, vpcId: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.networkSettingsArn = networkSettingsArn self.securityGroupIds = securityGroupIds @@ -2551,8 +2460,7 @@ public struct UpdateNetworkSettingsOutput: Swift.Sendable { public init( networkSettings: WorkSpacesWebClientTypes.NetworkSettings? = nil - ) - { + ) { self.networkSettings = networkSettings } } @@ -2642,8 +2550,7 @@ public struct CreatePortalInput: Swift.Sendable { instanceType: WorkSpacesWebClientTypes.InstanceType? = nil, maxConcurrentSessions: Swift.Int? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.authenticationType = authenticationType self.clientToken = clientToken @@ -2671,8 +2578,7 @@ public struct CreatePortalOutput: Swift.Sendable { public init( portalArn: Swift.String? = nil, portalEndpoint: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.portalEndpoint = portalEndpoint } @@ -2685,8 +2591,7 @@ public struct DeletePortalInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2703,8 +2608,7 @@ public struct DisassociateBrowserSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2721,8 +2625,7 @@ public struct DisassociateDataProtectionSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2739,8 +2642,7 @@ public struct DisassociateIpAccessSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2757,8 +2659,7 @@ public struct DisassociateNetworkSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2775,8 +2676,7 @@ public struct DisassociateTrustStoreInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2793,8 +2693,7 @@ public struct DisassociateUserAccessLoggingSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2811,8 +2710,7 @@ public struct DisassociateUserSettingsInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2829,8 +2727,7 @@ public struct GetPortalInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -2960,8 +2857,7 @@ extension WorkSpacesWebClientTypes { trustStoreArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.authenticationType = authenticationType self.browserSettingsArn = browserSettingsArn @@ -2997,8 +2893,7 @@ public struct GetPortalOutput: Swift.Sendable { public init( portal: WorkSpacesWebClientTypes.Portal? = nil - ) - { + ) { self.portal = portal } } @@ -3010,8 +2905,7 @@ public struct GetPortalServiceProviderMetadataInput: Swift.Sendable { public init( portalArn: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn } } @@ -3026,8 +2920,7 @@ public struct GetPortalServiceProviderMetadataOutput: Swift.Sendable { public init( portalArn: Swift.String? = nil, serviceProviderSamlMetadata: Swift.String? = nil - ) - { + ) { self.portalArn = portalArn self.serviceProviderSamlMetadata = serviceProviderSamlMetadata } @@ -3042,8 +2935,7 @@ public struct ListPortalsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3107,8 +2999,7 @@ extension WorkSpacesWebClientTypes { trustStoreArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.browserSettingsArn = browserSettingsArn self.browserType = browserType @@ -3144,8 +3035,7 @@ public struct ListPortalsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, portals: [WorkSpacesWebClientTypes.PortalSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.portals = portals } @@ -3170,8 +3060,7 @@ public struct UpdatePortalInput: Swift.Sendable { instanceType: WorkSpacesWebClientTypes.InstanceType? = nil, maxConcurrentSessions: Swift.Int? = nil, portalArn: Swift.String? = nil - ) - { + ) { self.authenticationType = authenticationType self.displayName = displayName self.instanceType = instanceType @@ -3191,8 +3080,7 @@ public struct UpdatePortalOutput: Swift.Sendable { public init( portal: WorkSpacesWebClientTypes.Portal? = nil - ) - { + ) { self.portal = portal } } @@ -3218,8 +3106,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -3239,8 +3126,7 @@ public struct TagResourceInput: Swift.Sendable { clientToken: Swift.String? = nil, resourceArn: Swift.String? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.resourceArn = resourceArn self.tags = tags @@ -3278,8 +3164,7 @@ extension WorkSpacesWebClientTypes { notValidBefore: Foundation.Date? = nil, subject: Swift.String? = nil, thumbprint: Swift.String? = nil - ) - { + ) { self.issuer = issuer self.notValidAfter = notValidAfter self.notValidBefore = notValidBefore @@ -3302,8 +3187,7 @@ public struct CreateTrustStoreInput: Swift.Sendable { certificateList: [Foundation.Data]? = nil, clientToken: Swift.String? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.certificateList = certificateList self.clientToken = clientToken self.tags = tags @@ -3322,8 +3206,7 @@ public struct CreateTrustStoreOutput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3335,8 +3218,7 @@ public struct DeleteTrustStoreInput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3353,8 +3235,7 @@ public struct GetTrustStoreInput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3372,8 +3253,7 @@ extension WorkSpacesWebClientTypes { public init( associatedPortalArns: [Swift.String]? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.associatedPortalArns = associatedPortalArns self.trustStoreArn = trustStoreArn } @@ -3386,8 +3266,7 @@ public struct GetTrustStoreOutput: Swift.Sendable { public init( trustStore: WorkSpacesWebClientTypes.TrustStore? = nil - ) - { + ) { self.trustStore = trustStore } } @@ -3403,8 +3282,7 @@ public struct GetTrustStoreCertificateInput: Swift.Sendable { public init( thumbprint: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.thumbprint = thumbprint self.trustStoreArn = trustStoreArn } @@ -3434,8 +3312,7 @@ extension WorkSpacesWebClientTypes { notValidBefore: Foundation.Date? = nil, subject: Swift.String? = nil, thumbprint: Swift.String? = nil - ) - { + ) { self.body = body self.issuer = issuer self.notValidAfter = notValidAfter @@ -3456,8 +3333,7 @@ public struct GetTrustStoreCertificateOutput: Swift.Sendable { public init( certificate: WorkSpacesWebClientTypes.Certificate? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.certificate = certificate self.trustStoreArn = trustStoreArn } @@ -3476,8 +3352,7 @@ public struct ListTrustStoreCertificatesInput: Swift.Sendable { maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken self.trustStoreArn = trustStoreArn @@ -3497,8 +3372,7 @@ public struct ListTrustStoreCertificatesOutput: Swift.Sendable { certificateList: [WorkSpacesWebClientTypes.CertificateSummary]? = nil, nextToken: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.certificateList = certificateList self.nextToken = nextToken self.trustStoreArn = trustStoreArn @@ -3514,8 +3388,7 @@ public struct ListTrustStoresInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3530,8 +3403,7 @@ extension WorkSpacesWebClientTypes { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3546,8 +3418,7 @@ public struct ListTrustStoresOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, trustStores: [WorkSpacesWebClientTypes.TrustStoreSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.trustStores = trustStores } @@ -3569,8 +3440,7 @@ public struct UpdateTrustStoreInput: Swift.Sendable { certificatesToDelete: [Swift.String]? = nil, clientToken: Swift.String? = nil, trustStoreArn: Swift.String? = nil - ) - { + ) { self.certificatesToAdd = certificatesToAdd self.certificatesToDelete = certificatesToDelete self.clientToken = clientToken @@ -3585,8 +3455,7 @@ public struct UpdateTrustStoreOutput: Swift.Sendable { public init( trustStoreArn: Swift.String? = nil - ) - { + ) { self.trustStoreArn = trustStoreArn } } @@ -3602,8 +3471,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceArn: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceArn = resourceArn self.tagKeys = tagKeys } @@ -3632,8 +3500,7 @@ public struct CreateUserAccessLoggingSettingsInput: Swift.Sendable { clientToken: Swift.String? = nil, kinesisStreamArn: Swift.String? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil - ) - { + ) { self.clientToken = clientToken self.kinesisStreamArn = kinesisStreamArn self.tags = tags @@ -3652,8 +3519,7 @@ public struct CreateUserAccessLoggingSettingsOutput: Swift.Sendable { public init( userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } } @@ -3665,8 +3531,7 @@ public struct DeleteUserAccessLoggingSettingsInput: Swift.Sendable { public init( userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } } @@ -3683,8 +3548,7 @@ public struct GetUserAccessLoggingSettingsInput: Swift.Sendable { public init( userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } } @@ -3705,8 +3569,7 @@ extension WorkSpacesWebClientTypes { associatedPortalArns: [Swift.String]? = nil, kinesisStreamArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.associatedPortalArns = associatedPortalArns self.kinesisStreamArn = kinesisStreamArn self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn @@ -3720,8 +3583,7 @@ public struct GetUserAccessLoggingSettingsOutput: Swift.Sendable { public init( userAccessLoggingSettings: WorkSpacesWebClientTypes.UserAccessLoggingSettings? = nil - ) - { + ) { self.userAccessLoggingSettings = userAccessLoggingSettings } } @@ -3735,8 +3597,7 @@ public struct ListUserAccessLoggingSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -3755,8 +3616,7 @@ extension WorkSpacesWebClientTypes { public init( kinesisStreamArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.kinesisStreamArn = kinesisStreamArn self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn } @@ -3772,8 +3632,7 @@ public struct ListUserAccessLoggingSettingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userAccessLoggingSettings: [WorkSpacesWebClientTypes.UserAccessLoggingSettingsSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.userAccessLoggingSettings = userAccessLoggingSettings } @@ -3792,8 +3651,7 @@ public struct UpdateUserAccessLoggingSettingsInput: Swift.Sendable { clientToken: Swift.String? = nil, kinesisStreamArn: Swift.String? = nil, userAccessLoggingSettingsArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.kinesisStreamArn = kinesisStreamArn self.userAccessLoggingSettingsArn = userAccessLoggingSettingsArn @@ -3807,8 +3665,7 @@ public struct UpdateUserAccessLoggingSettingsOutput: Swift.Sendable { public init( userAccessLoggingSettings: WorkSpacesWebClientTypes.UserAccessLoggingSettings? = nil - ) - { + ) { self.userAccessLoggingSettings = userAccessLoggingSettings } } @@ -3829,8 +3686,7 @@ extension WorkSpacesWebClientTypes { domain: Swift.String? = nil, name: Swift.String? = nil, path: Swift.String? = nil - ) - { + ) { self.domain = domain self.name = name self.path = path @@ -3856,8 +3712,7 @@ extension WorkSpacesWebClientTypes { public init( allowlist: [WorkSpacesWebClientTypes.CookieSpecification]? = nil, blocklist: [WorkSpacesWebClientTypes.CookieSpecification]? = nil - ) - { + ) { self.allowlist = allowlist self.blocklist = blocklist } @@ -3946,8 +3801,7 @@ public struct CreateUserSettingsInput: Swift.Sendable { printAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, tags: [WorkSpacesWebClientTypes.Tag]? = nil, uploadAllowed: WorkSpacesWebClientTypes.EnabledType? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.clientToken = clientToken self.cookieSynchronizationConfiguration = cookieSynchronizationConfiguration @@ -3976,8 +3830,7 @@ public struct CreateUserSettingsOutput: Swift.Sendable { public init( userSettingsArn: Swift.String? = nil - ) - { + ) { self.userSettingsArn = userSettingsArn } } @@ -3989,8 +3842,7 @@ public struct DeleteUserSettingsInput: Swift.Sendable { public init( userSettingsArn: Swift.String? = nil - ) - { + ) { self.userSettingsArn = userSettingsArn } } @@ -4007,8 +3859,7 @@ public struct GetUserSettingsInput: Swift.Sendable { public init( userSettingsArn: Swift.String? = nil - ) - { + ) { self.userSettingsArn = userSettingsArn } } @@ -4059,8 +3910,7 @@ extension WorkSpacesWebClientTypes { printAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, uploadAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.additionalEncryptionContext = additionalEncryptionContext self.associatedPortalArns = associatedPortalArns self.cookieSynchronizationConfiguration = cookieSynchronizationConfiguration @@ -4089,8 +3939,7 @@ public struct GetUserSettingsOutput: Swift.Sendable { public init( userSettings: WorkSpacesWebClientTypes.UserSettings? = nil - ) - { + ) { self.userSettings = userSettings } } @@ -4104,8 +3953,7 @@ public struct ListUserSettingsInput: Swift.Sendable { public init( maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.maxResults = maxResults self.nextToken = nextToken } @@ -4148,8 +3996,7 @@ extension WorkSpacesWebClientTypes { printAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, uploadAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.cookieSynchronizationConfiguration = cookieSynchronizationConfiguration self.copyAllowed = copyAllowed self.deepLinkAllowed = deepLinkAllowed @@ -4178,8 +4025,7 @@ public struct ListUserSettingsOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, userSettings: [WorkSpacesWebClientTypes.UserSettingsSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.userSettings = userSettings } @@ -4222,8 +4068,7 @@ public struct UpdateUserSettingsInput: Swift.Sendable { printAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, uploadAllowed: WorkSpacesWebClientTypes.EnabledType? = nil, userSettingsArn: Swift.String? = nil - ) - { + ) { self.clientToken = clientToken self.cookieSynchronizationConfiguration = cookieSynchronizationConfiguration self.copyAllowed = copyAllowed @@ -4250,8 +4095,7 @@ public struct UpdateUserSettingsOutput: Swift.Sendable { public init( userSettings: WorkSpacesWebClientTypes.UserSettings? = nil - ) - { + ) { self.userSettings = userSettings } } diff --git a/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/WorkSpacesWebClient.swift b/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/WorkSpacesWebClient.swift index 5554b872b67..5910c78c6b3 100644 --- a/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/WorkSpacesWebClient.swift +++ b/Sources/Services/AWSWorkSpacesWeb/Sources/AWSWorkSpacesWeb/WorkSpacesWebClient.swift @@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class WorkSpacesWebClient: ClientRuntime.Client { public static let clientName = "WorkSpacesWebClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: WorkSpacesWebClient.WorkSpacesWebClientConfiguration let serviceName = "WorkSpaces Web" diff --git a/Sources/Services/AWSXRay/Package.swift.txt b/Sources/Services/AWSXRay/Package.swift.txt index 439b53f0fc6..4603bd0c1d8 100644 --- a/Sources/Services/AWSXRay/Package.swift.txt +++ b/Sources/Services/AWSXRay/Package.swift.txt @@ -37,7 +37,7 @@ let package = Package( package: "aws-sdk-swift.AWSSDKHTTPAuth" ), .product( - name: "SmithyHTTPAuthAPI", + name: "ClientRuntime", package: "smithy-swift" ), .product( @@ -45,27 +45,27 @@ let package = Package( package: "smithy-swift" ), .product( - name: "ClientRuntime", + name: "SmithyHTTPAPI", package: "smithy-swift" ), .product( - name: "SmithyHTTPAPI", + name: "SmithyHTTPAuthAPI", package: "smithy-swift" ), .product( - name: "SmithyJSON", + name: "SmithyIdentity", package: "smithy-swift" ), .product( - name: "SmithyReadWrite", + name: "SmithyJSON", package: "smithy-swift" ), .product( - name: "SmithyTimestamps", + name: "SmithyReadWrite", package: "smithy-swift" ), .product( - name: "SmithyIdentity", + name: "SmithyRetries", package: "smithy-swift" ), .product( @@ -73,11 +73,11 @@ let package = Package( package: "smithy-swift" ), .product( - name: "SmithyRetries", + name: "SmithyTestUtil", package: "smithy-swift" ), .product( - name: "SmithyTestUtil", + name: "SmithyTimestamps", package: "smithy-swift" ), ] diff --git a/Sources/Services/AWSXRay/Sources/AWSXRay/Models.swift b/Sources/Services/AWSXRay/Sources/AWSXRay/Models.swift index c6e5d8c763e..4497af62862 100644 --- a/Sources/Services/AWSXRay/Sources/AWSXRay/Models.swift +++ b/Sources/Services/AWSXRay/Sources/AWSXRay/Models.swift @@ -43,8 +43,7 @@ extension XRayClientTypes { name: Swift.String? = nil, names: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.name = name self.names = names self.type = type @@ -84,8 +83,7 @@ extension XRayClientTypes { name: Swift.String? = nil, names: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.name = name self.names = names @@ -106,8 +104,7 @@ extension XRayClientTypes { public init( annotationValue: XRayClientTypes.AnnotationValue? = nil, serviceIds: [XRayClientTypes.ServiceId]? = nil - ) - { + ) { self.annotationValue = annotationValue self.serviceIds = serviceIds } @@ -123,8 +120,7 @@ extension XRayClientTypes { public init( serviceId: XRayClientTypes.ServiceId? = nil - ) - { + ) { self.serviceId = serviceId } } @@ -139,8 +135,7 @@ extension XRayClientTypes { public init( name: Swift.String? = nil - ) - { + ) { self.name = name } } @@ -164,8 +159,7 @@ public struct InvalidRequestException: ClientRuntime.ModeledError, AWSClientRunt public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -188,8 +182,7 @@ public struct ThrottledException: ClientRuntime.ModeledError, AWSClientRuntime.A public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -204,8 +197,7 @@ public struct BatchGetTracesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, traceIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.traceIds = traceIds } @@ -223,8 +215,7 @@ extension XRayClientTypes { public init( document: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.document = document self.id = id } @@ -249,8 +240,7 @@ extension XRayClientTypes { id: Swift.String? = nil, limitExceeded: Swift.Bool? = nil, segments: [XRayClientTypes.Segment]? = nil - ) - { + ) { self.duration = duration self.id = id self.limitExceeded = limitExceeded @@ -271,8 +261,7 @@ public struct BatchGetTracesOutput: Swift.Sendable { nextToken: Swift.String? = nil, traces: [XRayClientTypes.Trace]? = nil, unprocessedTraceIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.traces = traces self.unprocessedTraceIds = unprocessedTraceIds @@ -299,8 +288,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -313,8 +301,7 @@ public struct CancelTraceRetrievalInput: Swift.Sendable { public init( retrievalToken: Swift.String? = nil - ) - { + ) { self.retrievalToken = retrievalToken } } @@ -336,8 +323,7 @@ extension XRayClientTypes { public init( insightsEnabled: Swift.Bool? = nil, notificationsEnabled: Swift.Bool? = nil - ) - { + ) { self.insightsEnabled = insightsEnabled self.notificationsEnabled = notificationsEnabled } @@ -364,8 +350,7 @@ extension XRayClientTypes { public init( key: Swift.String? = nil, value: Swift.String? = nil - ) - { + ) { self.key = key self.value = value } @@ -404,8 +389,7 @@ public struct CreateGroupInput: Swift.Sendable { groupName: Swift.String? = nil, insightsConfiguration: XRayClientTypes.InsightsConfiguration? = nil, tags: [XRayClientTypes.Tag]? = nil - ) - { + ) { self.filterExpression = filterExpression self.groupName = groupName self.insightsConfiguration = insightsConfiguration @@ -435,8 +419,7 @@ extension XRayClientTypes { groupARN: Swift.String? = nil, groupName: Swift.String? = nil, insightsConfiguration: XRayClientTypes.InsightsConfiguration? = nil - ) - { + ) { self.filterExpression = filterExpression self.groupARN = groupARN self.groupName = groupName @@ -451,8 +434,7 @@ public struct CreateGroupOutput: Swift.Sendable { public init( group: XRayClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -475,8 +457,7 @@ public struct RuleLimitExceededException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -536,8 +517,7 @@ extension XRayClientTypes { serviceType: Swift.String? = nil, urlPath: Swift.String? = nil, version: Swift.Int? = nil - ) - { + ) { self.attributes = attributes self.fixedRate = fixedRate self.host = host @@ -577,8 +557,7 @@ public struct CreateSamplingRuleInput: Swift.Sendable { public init( samplingRule: XRayClientTypes.SamplingRule? = nil, tags: [XRayClientTypes.Tag]? = nil - ) - { + ) { self.samplingRule = samplingRule self.tags = tags } @@ -599,8 +578,7 @@ extension XRayClientTypes { createdAt: Foundation.Date? = nil, modifiedAt: Foundation.Date? = nil, samplingRule: XRayClientTypes.SamplingRule? = nil - ) - { + ) { self.createdAt = createdAt self.modifiedAt = modifiedAt self.samplingRule = samplingRule @@ -614,8 +592,7 @@ public struct CreateSamplingRuleOutput: Swift.Sendable { public init( samplingRuleRecord: XRayClientTypes.SamplingRuleRecord? = nil - ) - { + ) { self.samplingRuleRecord = samplingRuleRecord } } @@ -629,8 +606,7 @@ public struct DeleteGroupInput: Swift.Sendable { public init( groupARN: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupARN = groupARN self.groupName = groupName } @@ -659,8 +635,7 @@ public struct InvalidPolicyRevisionIdException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -675,8 +650,7 @@ public struct DeleteResourcePolicyInput: Swift.Sendable { public init( policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil - ) - { + ) { self.policyName = policyName self.policyRevisionId = policyRevisionId } @@ -696,8 +670,7 @@ public struct DeleteSamplingRuleInput: Swift.Sendable { public init( ruleARN: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.ruleARN = ruleARN self.ruleName = ruleName } @@ -709,8 +682,7 @@ public struct DeleteSamplingRuleOutput: Swift.Sendable { public init( samplingRuleRecord: XRayClientTypes.SamplingRuleRecord? = nil - ) - { + ) { self.samplingRuleRecord = samplingRuleRecord } } @@ -793,8 +765,7 @@ extension XRayClientTypes { keyId: Swift.String? = nil, status: XRayClientTypes.EncryptionStatus? = nil, type: XRayClientTypes.EncryptionType? = nil - ) - { + ) { self.keyId = keyId self.status = status self.type = type @@ -808,8 +779,7 @@ public struct GetEncryptionConfigOutput: Swift.Sendable { public init( encryptionConfig: XRayClientTypes.EncryptionConfig? = nil - ) - { + ) { self.encryptionConfig = encryptionConfig } } @@ -823,8 +793,7 @@ public struct GetGroupInput: Swift.Sendable { public init( groupARN: Swift.String? = nil, groupName: Swift.String? = nil - ) - { + ) { self.groupARN = groupARN self.groupName = groupName } @@ -836,8 +805,7 @@ public struct GetGroupOutput: Swift.Sendable { public init( group: XRayClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -848,8 +816,7 @@ public struct GetGroupsInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -876,8 +843,7 @@ extension XRayClientTypes { groupARN: Swift.String? = nil, groupName: Swift.String? = nil, insightsConfiguration: XRayClientTypes.InsightsConfiguration? = nil - ) - { + ) { self.filterExpression = filterExpression self.groupARN = groupARN self.groupName = groupName @@ -895,8 +861,7 @@ public struct GetGroupsOutput: Swift.Sendable { public init( groups: [XRayClientTypes.GroupSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.groups = groups self.nextToken = nextToken } @@ -908,8 +873,7 @@ public struct GetIndexingRulesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -927,8 +891,7 @@ extension XRayClientTypes { public init( actualSamplingPercentage: Swift.Double? = nil, desiredSamplingPercentage: Swift.Double? = nil - ) - { + ) { self.actualSamplingPercentage = actualSamplingPercentage self.desiredSamplingPercentage = desiredSamplingPercentage } @@ -960,8 +923,7 @@ extension XRayClientTypes { modifiedAt: Foundation.Date? = nil, name: Swift.String? = nil, rule: XRayClientTypes.IndexingRuleValue? = nil - ) - { + ) { self.modifiedAt = modifiedAt self.name = name self.rule = rule @@ -978,8 +940,7 @@ public struct GetIndexingRulesOutput: Swift.Sendable { public init( indexingRules: [XRayClientTypes.IndexingRule]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.indexingRules = indexingRules self.nextToken = nextToken } @@ -992,8 +953,7 @@ public struct GetInsightInput: Swift.Sendable { public init( insightId: Swift.String? = nil - ) - { + ) { self.insightId = insightId } } @@ -1039,8 +999,7 @@ extension XRayClientTypes { faultCount: Swift.Int? = nil, okCount: Swift.Int? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.faultCount = faultCount self.okCount = okCount self.totalCount = totalCount @@ -1119,8 +1078,7 @@ extension XRayClientTypes { state: XRayClientTypes.InsightState? = nil, summary: Swift.String? = nil, topAnomalousServices: [XRayClientTypes.AnomalousService]? = nil - ) - { + ) { self.categories = categories self.clientRequestImpactStatistics = clientRequestImpactStatistics self.endTime = endTime @@ -1143,8 +1101,7 @@ public struct GetInsightOutput: Swift.Sendable { public init( insight: XRayClientTypes.Insight? = nil - ) - { + ) { self.insight = insight } } @@ -1162,8 +1119,7 @@ public struct GetInsightEventsInput: Swift.Sendable { insightId: Swift.String? = nil, maxResults: Swift.Int? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightId = insightId self.maxResults = maxResults self.nextToken = nextToken @@ -1191,8 +1147,7 @@ extension XRayClientTypes { rootCauseServiceRequestImpactStatistics: XRayClientTypes.RequestImpactStatistics? = nil, summary: Swift.String? = nil, topAnomalousServices: [XRayClientTypes.AnomalousService]? = nil - ) - { + ) { self.clientRequestImpactStatistics = clientRequestImpactStatistics self.eventTime = eventTime self.rootCauseServiceRequestImpactStatistics = rootCauseServiceRequestImpactStatistics @@ -1211,8 +1166,7 @@ public struct GetInsightEventsOutput: Swift.Sendable { public init( insightEvents: [XRayClientTypes.InsightEvent]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightEvents = insightEvents self.nextToken = nextToken } @@ -1236,8 +1190,7 @@ public struct GetInsightImpactGraphInput: Swift.Sendable { insightId: Swift.String? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.insightId = insightId self.nextToken = nextToken @@ -1254,8 +1207,7 @@ extension XRayClientTypes { public init( referenceId: Swift.Int? = nil - ) - { + ) { self.referenceId = referenceId } } @@ -1293,8 +1245,7 @@ extension XRayClientTypes { names: [Swift.String]? = nil, referenceId: Swift.Int? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.edges = edges self.name = name @@ -1329,8 +1280,7 @@ public struct GetInsightImpactGraphOutput: Swift.Sendable { serviceGraphStartTime: Foundation.Date? = nil, services: [XRayClientTypes.InsightImpactGraphService]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.insightId = insightId self.nextToken = nextToken @@ -1367,8 +1317,7 @@ public struct GetInsightSummariesInput: Swift.Sendable { nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil, states: [XRayClientTypes.InsightState]? = nil - ) - { + ) { self.endTime = endTime self.groupARN = groupARN self.groupName = groupName @@ -1424,8 +1373,7 @@ extension XRayClientTypes { state: XRayClientTypes.InsightState? = nil, summary: Swift.String? = nil, topAnomalousServices: [XRayClientTypes.AnomalousService]? = nil - ) - { + ) { self.categories = categories self.clientRequestImpactStatistics = clientRequestImpactStatistics self.endTime = endTime @@ -1452,8 +1400,7 @@ public struct GetInsightSummariesOutput: Swift.Sendable { public init( insightSummaries: [XRayClientTypes.InsightSummary]? = nil, nextToken: Swift.String? = nil - ) - { + ) { self.insightSummaries = insightSummaries self.nextToken = nextToken } @@ -1469,8 +1416,7 @@ public struct GetRetrievedTracesGraphInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, retrievalToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.retrievalToken = retrievalToken } @@ -1532,8 +1478,7 @@ extension XRayClientTypes { destinationTraceIds: [Swift.String]? = nil, referenceType: Swift.String? = nil, sourceTraceId: Swift.String? = nil - ) - { + ) { self.destinationTraceIds = destinationTraceIds self.referenceType = referenceType self.sourceTraceId = sourceTraceId @@ -1553,8 +1498,7 @@ extension XRayClientTypes { public init( count: Swift.Int = 0, value: Swift.Double = 0.0 - ) - { + ) { self.count = count self.value = value } @@ -1576,8 +1520,7 @@ extension XRayClientTypes { otherCount: Swift.Int? = nil, throttleCount: Swift.Int? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.otherCount = otherCount self.throttleCount = throttleCount self.totalCount = totalCount @@ -1597,8 +1540,7 @@ extension XRayClientTypes { public init( otherCount: Swift.Int? = nil, totalCount: Swift.Int? = nil - ) - { + ) { self.otherCount = otherCount self.totalCount = totalCount } @@ -1626,8 +1568,7 @@ extension XRayClientTypes { okCount: Swift.Int? = nil, totalCount: Swift.Int? = nil, totalResponseTime: Swift.Double? = nil - ) - { + ) { self.errorStatistics = errorStatistics self.faultStatistics = faultStatistics self.okCount = okCount @@ -1667,8 +1608,7 @@ extension XRayClientTypes { responseTimeHistogram: [XRayClientTypes.HistogramEntry]? = nil, startTime: Foundation.Date? = nil, summaryStatistics: XRayClientTypes.EdgeStatistics? = nil - ) - { + ) { self.aliases = aliases self.edgeType = edgeType self.endTime = endTime @@ -1702,8 +1642,7 @@ extension XRayClientTypes { okCount: Swift.Int? = nil, totalCount: Swift.Int? = nil, totalResponseTime: Swift.Double? = nil - ) - { + ) { self.errorStatistics = errorStatistics self.faultStatistics = faultStatistics self.okCount = okCount @@ -1766,8 +1705,7 @@ extension XRayClientTypes { state: Swift.String? = nil, summaryStatistics: XRayClientTypes.ServiceStatistics? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.durationHistogram = durationHistogram self.edges = edges @@ -1797,8 +1735,7 @@ extension XRayClientTypes { public init( links: [XRayClientTypes.GraphLink]? = nil, service: XRayClientTypes.Service? = nil - ) - { + ) { self.links = links self.service = service } @@ -1817,8 +1754,7 @@ public struct GetRetrievedTracesGraphOutput: Swift.Sendable { nextToken: Swift.String? = nil, retrievalStatus: XRayClientTypes.RetrievalStatus? = nil, services: [XRayClientTypes.RetrievedService]? = nil - ) - { + ) { self.nextToken = nextToken self.retrievalStatus = retrievalStatus self.services = services @@ -1831,8 +1767,7 @@ public struct GetSamplingRulesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1846,8 +1781,7 @@ public struct GetSamplingRulesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, samplingRuleRecords: [XRayClientTypes.SamplingRuleRecord]? = nil - ) - { + ) { self.nextToken = nextToken self.samplingRuleRecords = samplingRuleRecords } @@ -1859,8 +1793,7 @@ public struct GetSamplingStatisticSummariesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -1886,8 +1819,7 @@ extension XRayClientTypes { ruleName: Swift.String? = nil, sampledCount: Swift.Int = 0, timestamp: Foundation.Date? = nil - ) - { + ) { self.borrowCount = borrowCount self.requestCount = requestCount self.ruleName = ruleName @@ -1906,8 +1838,7 @@ public struct GetSamplingStatisticSummariesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, samplingStatisticSummaries: [XRayClientTypes.SamplingStatisticSummary]? = nil - ) - { + ) { self.nextToken = nextToken self.samplingStatisticSummaries = samplingStatisticSummaries } @@ -1942,8 +1873,7 @@ extension XRayClientTypes { ruleName: Swift.String? = nil, sampledCount: Swift.Int = 0, timestamp: Foundation.Date? = nil - ) - { + ) { self.borrowCount = borrowCount self.clientID = clientID self.requestCount = requestCount @@ -1961,8 +1891,7 @@ public struct GetSamplingTargetsInput: Swift.Sendable { public init( samplingStatisticsDocuments: [XRayClientTypes.SamplingStatisticsDocument]? = nil - ) - { + ) { self.samplingStatisticsDocuments = samplingStatisticsDocuments } } @@ -1988,8 +1917,7 @@ extension XRayClientTypes { reservoirQuota: Swift.Int? = nil, reservoirQuotaTTL: Foundation.Date? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.fixedRate = fixedRate self.interval = interval self.reservoirQuota = reservoirQuota @@ -2014,8 +1942,7 @@ extension XRayClientTypes { errorCode: Swift.String? = nil, message: Swift.String? = nil, ruleName: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.message = message self.ruleName = ruleName @@ -2035,8 +1962,7 @@ public struct GetSamplingTargetsOutput: Swift.Sendable { lastRuleModification: Foundation.Date? = nil, samplingTargetDocuments: [XRayClientTypes.SamplingTargetDocument]? = nil, unprocessedStatistics: [XRayClientTypes.UnprocessedStatistics]? = nil - ) - { + ) { self.lastRuleModification = lastRuleModification self.samplingTargetDocuments = samplingTargetDocuments self.unprocessedStatistics = unprocessedStatistics @@ -2063,8 +1989,7 @@ public struct GetServiceGraphInput: Swift.Sendable { groupName: Swift.String? = nil, nextToken: Swift.String? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.groupARN = groupARN self.groupName = groupName @@ -2091,8 +2016,7 @@ public struct GetServiceGraphOutput: Swift.Sendable { nextToken: Swift.String? = nil, services: [XRayClientTypes.Service]? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.containsOldGroupVersions = containsOldGroupVersions self.endTime = endTime self.nextToken = nextToken @@ -2130,8 +2054,7 @@ public struct GetTimeSeriesServiceStatisticsInput: Swift.Sendable { nextToken: Swift.String? = nil, period: Swift.Int? = nil, startTime: Foundation.Date? = nil - ) - { + ) { self.endTime = endTime self.entitySelectorExpression = entitySelectorExpression self.forecastStatistics = forecastStatistics @@ -2155,8 +2078,7 @@ extension XRayClientTypes { public init( faultCountHigh: Swift.Int? = nil, faultCountLow: Swift.Int? = nil - ) - { + ) { self.faultCountHigh = faultCountHigh self.faultCountLow = faultCountLow } @@ -2184,8 +2106,7 @@ extension XRayClientTypes { serviceForecastStatistics: XRayClientTypes.ForecastStatistics? = nil, serviceSummaryStatistics: XRayClientTypes.ServiceStatistics? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.edgeSummaryStatistics = edgeSummaryStatistics self.responseTimeHistogram = responseTimeHistogram self.serviceForecastStatistics = serviceForecastStatistics @@ -2207,8 +2128,7 @@ public struct GetTimeSeriesServiceStatisticsOutput: Swift.Sendable { containsOldGroupVersions: Swift.Bool = false, nextToken: Swift.String? = nil, timeSeriesServiceStatistics: [XRayClientTypes.TimeSeriesServiceStatistics]? = nil - ) - { + ) { self.containsOldGroupVersions = containsOldGroupVersions self.nextToken = nextToken self.timeSeriesServiceStatistics = timeSeriesServiceStatistics @@ -2225,8 +2145,7 @@ public struct GetTraceGraphInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, traceIds: [Swift.String]? = nil - ) - { + ) { self.nextToken = nextToken self.traceIds = traceIds } @@ -2241,8 +2160,7 @@ public struct GetTraceGraphOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, services: [XRayClientTypes.Service]? = nil - ) - { + ) { self.nextToken = nextToken self.services = services } @@ -2320,8 +2238,7 @@ public struct GetTraceSegmentDestinationOutput: Swift.Sendable { public init( destination: XRayClientTypes.TraceSegmentDestination? = nil, status: XRayClientTypes.TraceSegmentDestinationStatus? = nil - ) - { + ) { self.destination = destination self.status = status } @@ -2368,8 +2285,7 @@ extension XRayClientTypes { public init( name: XRayClientTypes.SamplingStrategyName? = nil, value: Swift.Double? = nil - ) - { + ) { self.name = name self.value = value } @@ -2434,8 +2350,7 @@ public struct GetTraceSummariesInput: Swift.Sendable { samplingStrategy: XRayClientTypes.SamplingStrategy? = nil, startTime: Foundation.Date? = nil, timeRangeType: XRayClientTypes.TimeRangeType? = nil - ) - { + ) { self.endTime = endTime self.filterExpression = filterExpression self.nextToken = nextToken @@ -2458,8 +2373,7 @@ extension XRayClientTypes { public init( message: Swift.String? = nil, name: Swift.String? = nil - ) - { + ) { self.message = message self.name = name } @@ -2481,8 +2395,7 @@ extension XRayClientTypes { exceptions: [XRayClientTypes.RootCauseException]? = nil, name: Swift.String? = nil, remote: Swift.Bool? = nil - ) - { + ) { self.exceptions = exceptions self.name = name self.remote = remote @@ -2514,8 +2427,7 @@ extension XRayClientTypes { name: Swift.String? = nil, names: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.entityPath = entityPath self.inferred = inferred @@ -2538,8 +2450,7 @@ extension XRayClientTypes { public init( clientImpacting: Swift.Bool? = nil, services: [XRayClientTypes.ErrorRootCauseService]? = nil - ) - { + ) { self.clientImpacting = clientImpacting self.services = services } @@ -2561,8 +2472,7 @@ extension XRayClientTypes { exceptions: [XRayClientTypes.RootCauseException]? = nil, name: Swift.String? = nil, remote: Swift.Bool? = nil - ) - { + ) { self.exceptions = exceptions self.name = name self.remote = remote @@ -2594,8 +2504,7 @@ extension XRayClientTypes { name: Swift.String? = nil, names: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.entityPath = entityPath self.inferred = inferred @@ -2618,8 +2527,7 @@ extension XRayClientTypes { public init( clientImpacting: Swift.Bool? = nil, services: [XRayClientTypes.FaultRootCauseService]? = nil - ) - { + ) { self.clientImpacting = clientImpacting self.services = services } @@ -2647,8 +2555,7 @@ extension XRayClientTypes { httpStatus: Swift.Int? = nil, httpURL: Swift.String? = nil, userAgent: Swift.String? = nil - ) - { + ) { self.clientIp = clientIp self.httpMethod = httpMethod self.httpStatus = httpStatus @@ -2667,8 +2574,7 @@ extension XRayClientTypes { public init( id: Swift.String? = nil - ) - { + ) { self.id = id } } @@ -2683,8 +2589,7 @@ extension XRayClientTypes { public init( arn: Swift.String? = nil - ) - { + ) { self.arn = arn } } @@ -2705,8 +2610,7 @@ extension XRayClientTypes { coverage: Swift.Double? = nil, name: Swift.String? = nil, remote: Swift.Bool? = nil - ) - { + ) { self.coverage = coverage self.name = name self.remote = remote @@ -2738,8 +2642,7 @@ extension XRayClientTypes { name: Swift.String? = nil, names: [Swift.String]? = nil, type: Swift.String? = nil - ) - { + ) { self.accountId = accountId self.entityPath = entityPath self.inferred = inferred @@ -2762,8 +2665,7 @@ extension XRayClientTypes { public init( clientImpacting: Swift.Bool? = nil, services: [XRayClientTypes.ResponseTimeRootCauseService]? = nil - ) - { + ) { self.clientImpacting = clientImpacting self.services = services } @@ -2782,8 +2684,7 @@ extension XRayClientTypes { public init( serviceIds: [XRayClientTypes.ServiceId]? = nil, userName: Swift.String? = nil - ) - { + ) { self.serviceIds = serviceIds self.userName = userName } @@ -2859,8 +2760,7 @@ extension XRayClientTypes { serviceIds: [XRayClientTypes.ServiceId]? = nil, startTime: Foundation.Date? = nil, users: [XRayClientTypes.TraceUser]? = nil - ) - { + ) { self.annotations = annotations self.availabilityZones = availabilityZones self.duration = duration @@ -2901,8 +2801,7 @@ public struct GetTraceSummariesOutput: Swift.Sendable { nextToken: Swift.String? = nil, traceSummaries: [XRayClientTypes.TraceSummary]? = nil, tracesProcessedCount: Swift.Int? = nil - ) - { + ) { self.approximateTime = approximateTime self.nextToken = nextToken self.traceSummaries = traceSummaries @@ -2916,8 +2815,7 @@ public struct ListResourcePoliciesInput: Swift.Sendable { public init( nextToken: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken } } @@ -2940,8 +2838,7 @@ extension XRayClientTypes { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil - ) - { + ) { self.lastUpdatedTime = lastUpdatedTime self.policyDocument = policyDocument self.policyName = policyName @@ -2959,8 +2856,7 @@ public struct ListResourcePoliciesOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourcePolicies: [XRayClientTypes.ResourcePolicy]? = nil - ) - { + ) { self.nextToken = nextToken self.resourcePolicies = resourcePolicies } @@ -3008,8 +2904,7 @@ public struct ListRetrievedTracesInput: Swift.Sendable { nextToken: Swift.String? = nil, retrievalToken: Swift.String? = nil, traceFormat: XRayClientTypes.TraceFormatType? = nil - ) - { + ) { self.nextToken = nextToken self.retrievalToken = retrievalToken self.traceFormat = traceFormat @@ -3028,8 +2923,7 @@ extension XRayClientTypes { public init( document: Swift.String? = nil, id: Swift.String? = nil - ) - { + ) { self.document = document self.id = id } @@ -3051,8 +2945,7 @@ extension XRayClientTypes { duration: Swift.Double? = nil, id: Swift.String? = nil, spans: [XRayClientTypes.Span]? = nil - ) - { + ) { self.duration = duration self.id = id self.spans = spans @@ -3075,8 +2968,7 @@ public struct ListRetrievedTracesOutput: Swift.Sendable { retrievalStatus: XRayClientTypes.RetrievalStatus? = nil, traceFormat: XRayClientTypes.TraceFormatType? = nil, traces: [XRayClientTypes.RetrievedTrace]? = nil - ) - { + ) { self.nextToken = nextToken self.retrievalStatus = retrievalStatus self.traceFormat = traceFormat @@ -3094,8 +2986,7 @@ public struct ListTagsForResourceInput: Swift.Sendable { public init( nextToken: Swift.String? = nil, resourceARN: Swift.String? = nil - ) - { + ) { self.nextToken = nextToken self.resourceARN = resourceARN } @@ -3110,8 +3001,7 @@ public struct ListTagsForResourceOutput: Swift.Sendable { public init( nextToken: Swift.String? = nil, tags: [XRayClientTypes.Tag]? = nil - ) - { + ) { self.nextToken = nextToken self.tags = tags } @@ -3136,8 +3026,7 @@ public struct PutEncryptionConfigInput: Swift.Sendable { public init( keyId: Swift.String? = nil, type: XRayClientTypes.EncryptionType? = nil - ) - { + ) { self.keyId = keyId self.type = type } @@ -3149,8 +3038,7 @@ public struct PutEncryptionConfigOutput: Swift.Sendable { public init( encryptionConfig: XRayClientTypes.EncryptionConfig? = nil - ) - { + ) { self.encryptionConfig = encryptionConfig } } @@ -3173,8 +3061,7 @@ public struct LockoutPreventionException: ClientRuntime.ModeledError, AWSClientR public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3197,8 +3084,7 @@ public struct MalformedPolicyDocumentException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3221,8 +3107,7 @@ public struct PolicyCountLimitExceededException: ClientRuntime.ModeledError, AWS public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3245,8 +3130,7 @@ public struct PolicySizeLimitExceededException: ClientRuntime.ModeledError, AWSC public init( message: Swift.String? = nil - ) - { + ) { self.properties.message = message } } @@ -3268,8 +3152,7 @@ public struct PutResourcePolicyInput: Swift.Sendable { policyDocument: Swift.String? = nil, policyName: Swift.String? = nil, policyRevisionId: Swift.String? = nil - ) - { + ) { self.bypassPolicyLockoutCheck = bypassPolicyLockoutCheck self.policyDocument = policyDocument self.policyName = policyName @@ -3283,8 +3166,7 @@ public struct PutResourcePolicyOutput: Swift.Sendable { public init( resourcePolicy: XRayClientTypes.ResourcePolicy? = nil - ) - { + ) { self.resourcePolicy = resourcePolicy } } @@ -3313,8 +3195,7 @@ extension XRayClientTypes { otherCount: Swift.Int? = nil, timeoutCount: Swift.Int? = nil, unknownHostCount: Swift.Int? = nil - ) - { + ) { self.connectionRefusedCount = connectionRefusedCount self.httpCode4XXCount = httpCode4XXCount self.httpCode5XXCount = httpCode5XXCount @@ -3350,8 +3231,7 @@ extension XRayClientTypes { segmentsSentCount: Swift.Int? = nil, segmentsSpilloverCount: Swift.Int? = nil, timestamp: Foundation.Date? = nil - ) - { + ) { self.backendConnectionErrors = backendConnectionErrors self.segmentsReceivedCount = segmentsReceivedCount self.segmentsRejectedCount = segmentsRejectedCount @@ -3378,8 +3258,7 @@ public struct PutTelemetryRecordsInput: Swift.Sendable { hostname: Swift.String? = nil, resourceARN: Swift.String? = nil, telemetryRecords: [XRayClientTypes.TelemetryRecord]? = nil - ) - { + ) { self.ec2InstanceId = ec2InstanceId self.hostname = hostname self.resourceARN = resourceARN @@ -3399,8 +3278,7 @@ public struct PutTraceSegmentsInput: Swift.Sendable { public init( traceSegmentDocuments: [Swift.String]? = nil - ) - { + ) { self.traceSegmentDocuments = traceSegmentDocuments } } @@ -3420,8 +3298,7 @@ extension XRayClientTypes { errorCode: Swift.String? = nil, id: Swift.String? = nil, message: Swift.String? = nil - ) - { + ) { self.errorCode = errorCode self.id = id self.message = message @@ -3435,8 +3312,7 @@ public struct PutTraceSegmentsOutput: Swift.Sendable { public init( unprocessedTraceSegments: [XRayClientTypes.UnprocessedTraceSegment]? = nil - ) - { + ) { self.unprocessedTraceSegments = unprocessedTraceSegments } } @@ -3456,8 +3332,7 @@ public struct StartTraceRetrievalInput: Swift.Sendable { endTime: Foundation.Date? = nil, startTime: Foundation.Date? = nil, traceIds: [Swift.String]? = nil - ) - { + ) { self.endTime = endTime self.startTime = startTime self.traceIds = traceIds @@ -3470,8 +3345,7 @@ public struct StartTraceRetrievalOutput: Swift.Sendable { public init( retrievalToken: Swift.String? = nil - ) - { + ) { self.retrievalToken = retrievalToken } } @@ -3496,8 +3370,7 @@ public struct TooManyTagsException: ClientRuntime.ModeledError, AWSClientRuntime public init( message: Swift.String? = nil, resourceName: Swift.String? = nil - ) - { + ) { self.properties.message = message self.properties.resourceName = resourceName } @@ -3526,8 +3399,7 @@ public struct TagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tags: [XRayClientTypes.Tag]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tags = tags } @@ -3549,8 +3421,7 @@ public struct UntagResourceInput: Swift.Sendable { public init( resourceARN: Swift.String? = nil, tagKeys: [Swift.String]? = nil - ) - { + ) { self.resourceARN = resourceARN self.tagKeys = tagKeys } @@ -3580,8 +3451,7 @@ public struct UpdateGroupInput: Swift.Sendable { groupARN: Swift.String? = nil, groupName: Swift.String? = nil, insightsConfiguration: XRayClientTypes.InsightsConfiguration? = nil - ) - { + ) { self.filterExpression = filterExpression self.groupARN = groupARN self.groupName = groupName @@ -3595,8 +3465,7 @@ public struct UpdateGroupOutput: Swift.Sendable { public init( group: XRayClientTypes.Group? = nil - ) - { + ) { self.group = group } } @@ -3611,8 +3480,7 @@ extension XRayClientTypes { public init( desiredSamplingPercentage: Swift.Double? = nil - ) - { + ) { self.desiredSamplingPercentage = desiredSamplingPercentage } } @@ -3639,8 +3507,7 @@ public struct UpdateIndexingRuleInput: Swift.Sendable { public init( name: Swift.String? = nil, rule: XRayClientTypes.IndexingRuleValueUpdate? = nil - ) - { + ) { self.name = name self.rule = rule } @@ -3652,8 +3519,7 @@ public struct UpdateIndexingRuleOutput: Swift.Sendable { public init( indexingRule: XRayClientTypes.IndexingRule? = nil - ) - { + ) { self.indexingRule = indexingRule } } @@ -3700,8 +3566,7 @@ extension XRayClientTypes { serviceName: Swift.String? = nil, serviceType: Swift.String? = nil, urlPath: Swift.String? = nil - ) - { + ) { self.attributes = attributes self.fixedRate = fixedRate self.host = host @@ -3725,8 +3590,7 @@ public struct UpdateSamplingRuleInput: Swift.Sendable { public init( samplingRuleUpdate: XRayClientTypes.SamplingRuleUpdate? = nil - ) - { + ) { self.samplingRuleUpdate = samplingRuleUpdate } } @@ -3737,8 +3601,7 @@ public struct UpdateSamplingRuleOutput: Swift.Sendable { public init( samplingRuleRecord: XRayClientTypes.SamplingRuleRecord? = nil - ) - { + ) { self.samplingRuleRecord = samplingRuleRecord } } @@ -3749,8 +3612,7 @@ public struct UpdateTraceSegmentDestinationInput: Swift.Sendable { public init( destination: XRayClientTypes.TraceSegmentDestination? = nil - ) - { + ) { self.destination = destination } } @@ -3764,8 +3626,7 @@ public struct UpdateTraceSegmentDestinationOutput: Swift.Sendable { public init( destination: XRayClientTypes.TraceSegmentDestination? = nil, status: XRayClientTypes.TraceSegmentDestinationStatus? = nil - ) - { + ) { self.destination = destination self.status = status } diff --git a/Sources/Services/AWSXRay/Sources/AWSXRay/XRayClient.swift b/Sources/Services/AWSXRay/Sources/AWSXRay/XRayClient.swift index 45381962524..a78f9cb982b 100644 --- a/Sources/Services/AWSXRay/Sources/AWSXRay/XRayClient.swift +++ b/Sources/Services/AWSXRay/Sources/AWSXRay/XRayClient.swift @@ -63,7 +63,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes public class XRayClient: ClientRuntime.Client { public static let clientName = "XRayClient" - public static let version = "1.0.73" + public static let version = "1.0.74" let client: ClientRuntime.SdkHttpClient let config: XRayClient.XRayClientConfiguration let serviceName = "XRay" diff --git a/packageDependencies.plist b/packageDependencies.plist index 5ea7f95985f..a6350d69387 100644 --- a/packageDependencies.plist +++ b/packageDependencies.plist @@ -9,6 +9,6 @@ clientRuntimeBranch main clientRuntimeVersion - 0.107.0 + 0.108.0